diff --git a/escape-room-version-2/.editorconfig b/escape-room-version-2/.editorconfig new file mode 100644 index 0000000..f28239b --- /dev/null +++ b/escape-room-version-2/.editorconfig @@ -0,0 +1,4 @@ +root = true + +[*] +charset = utf-8 diff --git a/escape-room-version-2/.gitattributes b/escape-room-version-2/.gitattributes new file mode 100644 index 0000000..8ad74f7 --- /dev/null +++ b/escape-room-version-2/.gitattributes @@ -0,0 +1,2 @@ +# Normalize EOL for all files that Git considers text files. +* text=auto eol=lf diff --git a/escape-room-version-2/.gitignore b/escape-room-version-2/.gitignore new file mode 100644 index 0000000..0af181c --- /dev/null +++ b/escape-room-version-2/.gitignore @@ -0,0 +1,3 @@ +# Godot 4+ specific ignores +.godot/ +/android/ diff --git a/escape-room-version-2/addons/godot-xr-tools/CONTRIBUTORS.md b/escape-room-version-2/addons/godot-xr-tools/CONTRIBUTORS.md new file mode 100644 index 0000000..21c8da6 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/CONTRIBUTORS.md @@ -0,0 +1,22 @@ +Contributors +============ + +The main author of this project is [Bastiaan Olij](https://github.com/BastiaanOlij) who manages the source repository found at: +https://github.com/GodotVR/godot-xr-tools + +Other people who have helped out by submitting fixes, enhancements, etc are: +- [Florian Jung](https://github.com/Windfisch) +- [RMKD](https://github.com/RMKD) +- [Alessandro Schillaci](https://github.com/silverslade) +- [jtank4](https://github.com/jtank4) +- [Malcolm Nixon](https://github.com/malcolmnixon) +- [Sam Sarette](https://github.com/lunarcloud) +- [Henodude](https://github.com/Henodude) +- [Miodrag Sejic](https://github.com/DigitalN8m4r3) +- [Carlos Padial](https://github.com/surreal6) +- [Julian Todd](https://github.com/goatchurchprime) +- [Kai Tödter](https://github.com/toedter) +- [Sam Sarette](https://github.com/lunarcloud) +- [Squidt](https://github.com/squidt) + +Want to be on this list? We would love your help. diff --git a/escape-room-version-2/addons/godot-xr-tools/LICENSE b/escape-room-version-2/addons/godot-xr-tools/LICENSE new file mode 100644 index 0000000..f8f1c82 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018-2023 Bastiaan Olij and Contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/escape-room-version-2/addons/godot-xr-tools/VERSIONS.md b/escape-room-version-2/addons/godot-xr-tools/VERSIONS.md new file mode 100644 index 0000000..1eb7684 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/VERSIONS.md @@ -0,0 +1,226 @@ +# 4.4.0 +- Minimum Godot version changed to 4.2 +- Add pickable action_released signal +- Fix custom hand poses calling legacy remove_animation +- Cleaned up StartXR +- Allow grab-points and poses to work with different types of hand trackers +- Add end_xr support to StartXR +- Fixed vignette shader +- Add visibility_changed notifications to Viewport2Din3D hosted scenes +- Invisible Viewport2Din3D now disable physics and viewport updates +- Add SnapPath +- Improvements to collision hands so collision shapes of picked up objects + are added and we no longer have hands collide with dropped objects + +# 4.3.3 +- Fix Viewport2Din3D property forwarding + +# 4.3.2 +- Move fade logic into effect +- Added collision fade support +- Added fix for slowly sliding on slopes +- Added fix for ground-control preventing jumping over objects +- Added property forwarding for Viewport2Din3D +- Added fix for open/close poses +- Added rumble manager for haptic feedback +- Fix unreliable wall-walking collision + +# 4.3.1 +- Fix saving project when using plugin-tools to set physics layers or enable OpenXR +- Fix updating the editor-preview hand-pose +- Fix jumping on slopes +- Fix material warnings by converting binary .material files to .tres files +- Fix staging to use threaded loading while starting the fade +- Fix broken world-grab script + +# 4.3.0 +- Upgraded project to Godot 4.1 as the new minimum version. +- Added reporting of stage load errors. +- Blend player height changes and prevent the player from standing up under a low ceiling. +- **minor-breakage** Added support for swapping held items between hands. +- Added jog-in-place movement provider. +- Added support for grappling on GridMap instances +- **breakage** Added support for two-handed grabbing. +- Added support for snapping hands to grab-points. +- Added support for world-grab movement. +- Fixed editor errors when using hand physics bones. +- Added support for climbable grab-points. +- Added control of keyboard or gamepad inputs to Viewport2Din3D instances. + +# 4.2.1 +- Fixed snap-zones showing highlight when disabled. +- Fixed pickup leaving target highlighted after picking up. +- Fixed collision hands getting stuck too far from the real hands. + +# 4.2.0 +- Environments can now be set normally in scenes loaded through the staging system. +- Fixed issue with not being able to push rigid bodies when colliding with them. +- Fixed player movement on slopes. +- Fixed lag in finger-poke. +- Added initial collision hand support. +- Added support for custom materials for 2D in 3D viewport +- Updated pointer to support visibility properties and events +- Modified virtual keyboard to expose viewport controls and default to unshaded +- Cleaned up teleport and added more properties for customization +- Modified pickup highlighting to support pickables in snap-zones +- Added "UI Objects" layer 23 for viewports to support interaction by pointer and poking +- Fixed player scaling issues with crouching and poke +- **minor-breakage** Added support for passing user data between staged scenes with default handling for spawn-points +- Moved teleport logic to player and added teleport area node +- Change pointer event dispatching +- Added multi-touch on 2D in 3D viewports and virtual-keyboard +- Added option to disable laser-pointers when close to specific bodies/areas + +# 4.1.0 +- Enhanced grappling to support collision and target layers +- Added Godot Editor XR Tools menu for layers and openxr configuration +- Improved gliding to support roll-turning while flapping +- Added render_target_size_multiplier to StartXR (requires Godot 4.1+) + +# 4.0.0 +- Conversion to Godot 4 +- Fixed footstep resource leak and added jump sounds and footstep signal +- Added grab-point switching to pickable objects +- Added return-to-snap-zone feature + +# 3.4.0 +- Fixed footstep resource leak and added jump sounds and footstep signal +- Added grab-point switching to pickable objects +- Added return-to-snap-zone feature + +# 3.3.0 +- Added reset-scene and scene-control functions to scene-base +- Fixed snap-zones stealing objects picked out of other near-by snap-zones +- Improved player body so it can be used to child objects to +- Updated scene/script default physics layers to match recommendations on website + +# 3.2.0 +- Minimum supported Godot version set to 3.5 +- Added glide option for turning with arm-roll +- Added physics gravity effects on the player so they can walk around a planet +- Added wall-walking movement provider +- Cleaned the code to pass gdlint code checks +- Modified to work with both WebXR and OpenXR +- Added enable property to pickable objects +- Added support for snap-on-drop to snap-zones +- Added glide options for gaining altitude when flapping arms +- Added option to disable snap-turn repeating by setting the delay to 0 +- Added capability for pointer function to auto-switch between controllers + +# 3.1.0 +- Improvements to our 2D in 3D viewport for filtering, unshaded, and transparency options +- Fixed editor preview system for our 2D in 3D viewport +- Use value based grip input with threshold +- Improved pointer demo supporting left hand with switching +- Enhanced pointer laser visibility options for colliding with targets +- Implement poke feature (finger interaction) +- Improvements to snap turning +- Moved staging solution into plugin so it can be re-used +- Allow setting different animations for hands +- Added enable/disable to snap-zones +- Added XR settings as Godot editor plugin and the ability to load and save the settings +- Added crouching movement provider +- Modified climbing to use the hand which most recently grabbed the climbing object +- Added enable/disable to pickup function +- Added ability to override hand material +- Added realistic hand models and textures +- Added ability to override hand animations +- Added additional search functions to find nodes +- Added support for viewport 2D in 3D to support 2D scenes instanced in the tree +- Added sprinting movement provider +- Added support for setting hand-poses when the hand enters an area +- Added support for setting grab-points on objects, and the grab-points supporting different hand-poses + +# 3.0.0 +- Included demo project with test scenes to evaluate features +- Standardized class naming convention for all scripts to "XRTools" +- Standardized file naming convention to "snake_case_name.ext" +- Added many explicit type specifiers in preparation for GDScript 2.0 +- Renamed some functions to avoid name-collisions with Godot 4.0 + +# 2.6.0 +- Fixed enforcement of direct-movement maximum speed +- Added editor icons for all nodes +- Added collision bouncing to PlayerBody + +# 2.5.0 +- Added advanced player height control +- Modified climbing to collapse player to a sphere to allow mounting climbed objects +- Added crouch movement provider +- Added example fall damage detection +- Added moving platform support to player body +- Fixed player height-clamping to work in player-units +- Fixed glide T-pose detection to work in player-units +- Fixed jump detection to work in player-units +- Added valid-layer checking to teleport movement +- Modified hand meshes (blend and glb) to be scaled, so the hand scenes can be 1:1 scaled +- Modified hands to scale with world_scale (required for godot-openxr 1.3.0 and later) +- Added physics hands with PhysicsBody bones +- Fixed disabling of `_process` in XRToolsPickable script + +# 2.4.1 +- Fixed grab distance +- Fixed snap-zone instance drop and free issue +- Movement provides react properly when disabled +- Hiding grapple target when disabled + +# 2.4.0 +- Added configuration setting for head height in player body. +- Added Function_JumpDetect_movement to detect jumping via the players body and/or arms +- Improved responsiveness of snap-turning +- Moved flight logic from Function_Direct_movement to Function_Flight_movement +- Added option to disable player sliding on slopes +- Added support for remote grabbing +- Moved turning logic from Function_Direct_movement to Function_Turn_movement +- Fixed movement provider servicing so disabled/bypassed providers can report their finished events +- Added grappling movement provider +- Added snap-zones + +# 2.3.0 +- Added vignette +- Moved player physics into new PlayerBody asset (breaking change) +- Moved Function_Direct_movement settings for player physics into PlayerBody +- Added Function_Glide_movement to allow the player to glide +- Added Function_Jump_movement to allow the player to jump +- Added Function_Climb_movement to allow the player to climb +- Redid the setup of the hands to make it easier to extend to other gestures +- Improved pickup and throwing logic + +# 2.2 +- Changed default physics layers to make more sense (minor breaking change) +- Replaced Center On Node property with PickupCenter node you can place +- Made Object_pickable script work by itself and registers as class `XRToolsPickable` +- New Object_interactable convenience script that registers as class `XRToolsInteractable` that reacts to our pointer function +- Removed ducktype switch from pointer, pointer will use signals over ducktyping automatically (minor breaking change) + +# 2.1 +- added option to highlight object that can be picked up +- added option to snap object to given location (if reset transform is true) +- added callback when shader cache has finished +- using proper UI for layers +- added hand controllers that react on trigger and grip input +- fixed delta on move and slide (breaking change!) +- letting go of an object now adds angular velocity + +# 2.0 +- Renamed add on to **godot-xr-tools** +- Add enums to our export variables +- Add a switch on pickable objects to keep their current positioning when picked up +- Move direct movement player collision slightly backwards based on player radius +- Added switch between step turning and smooth turning +- Fixed sizing issue with teleport +- Added option to change pickup range + +# 1.2 +- Assign button to teleport function and no longer need to set origin +- Added pickable object support +- Fixed positioning of direct movement collision shape +- Added strafe and fly mode for directional +- Added ability to enable/disable the movement functions +- Added 2D in 3D viewport for UI +- Improved throwing by assigning linear velocity + +# 1.1* +- previous versions were not tracked + +* Note that version history before 1.2 was not kept and is thus incomplete diff --git a/escape-room-version-2/addons/godot-xr-tools/assets/misc/Hold trigger to continue.png b/escape-room-version-2/addons/godot-xr-tools/assets/misc/Hold trigger to continue.png new file mode 100644 index 0000000..7a4956f Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/assets/misc/Hold trigger to continue.png differ diff --git a/escape-room-version-2/addons/godot-xr-tools/assets/misc/Hold trigger to continue.png.import b/escape-room-version-2/addons/godot-xr-tools/assets/misc/Hold trigger to continue.png.import new file mode 100644 index 0000000..438715a --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/assets/misc/Hold trigger to continue.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ocyj01x5mtt7" +path.s3tc="res://.godot/imported/Hold trigger to continue.png-ce0a3a4de13c262f7015326bad2cb09d.s3tc.ctex" +path.etc2="res://.godot/imported/Hold trigger to continue.png-ce0a3a4de13c262f7015326bad2cb09d.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://addons/godot-xr-tools/assets/misc/Hold trigger to continue.png" +dest_files=["res://.godot/imported/Hold trigger to continue.png-ce0a3a4de13c262f7015326bad2cb09d.s3tc.ctex", "res://.godot/imported/Hold trigger to continue.png-ce0a3a4de13c262f7015326bad2cb09d.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room-version-2/addons/godot-xr-tools/assets/misc/progress_bar.png b/escape-room-version-2/addons/godot-xr-tools/assets/misc/progress_bar.png new file mode 100644 index 0000000..febeb1b Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/assets/misc/progress_bar.png differ diff --git a/escape-room-version-2/addons/godot-xr-tools/assets/misc/progress_bar.png.import b/escape-room-version-2/addons/godot-xr-tools/assets/misc/progress_bar.png.import new file mode 100644 index 0000000..e373ae3 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/assets/misc/progress_bar.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://clbtsf0ahb3fm" +path.s3tc="res://.godot/imported/progress_bar.png-2ef3cbffca173889900be004fdeb1700.s3tc.ctex" +path.etc2="res://.godot/imported/progress_bar.png-2ef3cbffca173889900be004fdeb1700.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://addons/godot-xr-tools/assets/misc/progress_bar.png" +dest_files=["res://.godot/imported/progress_bar.png-2ef3cbffca173889900be004fdeb1700.s3tc.ctex", "res://.godot/imported/progress_bar.png-2ef3cbffca173889900be004fdeb1700.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room-version-2/addons/godot-xr-tools/audio/area_audio.gd b/escape-room-version-2/addons/godot-xr-tools/audio/area_audio.gd new file mode 100644 index 0000000..fcd55ce --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/audio/area_audio.gd @@ -0,0 +1,53 @@ +@tool +@icon("res://addons/godot-xr-tools/editor/icons/audio.svg") +class_name XRToolsAreaAudio +extends AudioStreamPlayer3D + + +## XRTools Area Audio +## +## This node is attached as a child of a Area3D, +## since all the interactables are actualy Extensions of the Area3D, +## this node will work on those as well + + +## XRToolsAreaAudioType to associate with this Area Audio +@export var area_audio_type : XRToolsAreaAudioType + +@onready var area : Area3D = get_parent() + + +# Add support for is_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsAreaAudio" + + +# Called when the node enters the scene tree for the first time. +func _ready() -> void: + # Listen for enter + area.body_entered.connect(_on_body_entered) + # Listen for exit + area.body_exited.connect(_on_body_exited) + + +func _on_body_entered(_body): + if playing: + stop() + stream = area_audio_type.touch_sound + play() + + +func _on_body_exited(_body): + if playing: + stop() + + +# This method checks for configuration issues. +func _get_configuration_warnings() -> PackedStringArray: + var warnings := PackedStringArray() + + if !area_audio_type: + warnings.append("Area audio type not specified") + + # Return warnings + return warnings diff --git a/escape-room-version-2/addons/godot-xr-tools/audio/area_audio.gd.uid b/escape-room-version-2/addons/godot-xr-tools/audio/area_audio.gd.uid new file mode 100644 index 0000000..3486586 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/audio/area_audio.gd.uid @@ -0,0 +1 @@ +uid://df2nnitjxfgx8 diff --git a/escape-room-version-2/addons/godot-xr-tools/audio/area_audio.tscn b/escape-room-version-2/addons/godot-xr-tools/audio/area_audio.tscn new file mode 100644 index 0000000..f58aa33 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/audio/area_audio.tscn @@ -0,0 +1,8 @@ +[gd_scene load_steps=2 format=3 uid="uid://duqehif60vcjg"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/audio/area_audio.gd" id="1_q1jr0"] + +[node name="AreaAudio" type="AudioStreamPlayer3D"] +unit_size = 3.0 +max_distance = 100.0 +script = ExtResource("1_q1jr0") diff --git a/escape-room-version-2/addons/godot-xr-tools/audio/area_audio_type.gd b/escape-room-version-2/addons/godot-xr-tools/audio/area_audio_type.gd new file mode 100644 index 0000000..3f2b2b7 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/audio/area_audio_type.gd @@ -0,0 +1,28 @@ +@tool +@icon("res://addons/godot-xr-tools/editor/icons/audio.svg") +class_name XRToolsAreaAudioType +extends Resource + + +## XRTools Area Audio Type Resource +## +## This resource defines the audio stream to play when +## a objects enters it + + +## Surface name +@export var name : String = "" + +## Optional audio stream to play when the player lands on this surface +@export var touch_sound : AudioStream + + +# This method checks for configuration issues. +func _get_configuration_warnings() -> PackedStringArray: + var warnings := PackedStringArray() + + if name == "": + warnings.append("Area audio type must have a name") + + # Return warnings + return warnings diff --git a/escape-room-version-2/addons/godot-xr-tools/audio/area_audio_type.gd.uid b/escape-room-version-2/addons/godot-xr-tools/audio/area_audio_type.gd.uid new file mode 100644 index 0000000..24e67d5 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/audio/area_audio_type.gd.uid @@ -0,0 +1 @@ +uid://c2nh8s6sb1np0 diff --git a/escape-room-version-2/addons/godot-xr-tools/audio/pickable_audio.gd b/escape-room-version-2/addons/godot-xr-tools/audio/pickable_audio.gd new file mode 100644 index 0000000..baec23a --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/audio/pickable_audio.gd @@ -0,0 +1,79 @@ +@tool +@icon("res://addons/godot-xr-tools/editor/icons/audio.svg") +class_name XRToolsPickableAudio +extends AudioStreamPlayer3D + + +## XRTools Pickable Audio +## +## This node is attached as a child of a Pickable, +## it plays audio for drop and hit based on velocity, +## along with a audio for when the object is being picked up. + + +## XRToolsPickableAudioType to associate with this pickable +@export var pickable_audio_type : XRToolsPickableAudioType + +## delta throttle is 1/10 of delta +@onready var delta_throttle : float = 0.1 + +@onready var _pickable : XRToolsPickable = get_parent() + + +# Add support for is_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsPickableAudio" + + +# Called when the node enters the scene tree for the first time. +func _ready() -> void: + # Listen for when this object enters a body + _pickable.body_entered.connect(_on_body_entered) + # Listen for when this object is picked up or dropped + _pickable.picked_up.connect(_on_picked_up) + _pickable.dropped.connect(_on_dropped) + + +func _physics_process(_delta): + if !_pickable.sleeping: + if _pickable.linear_velocity.length() > 5: + volume_db = 0 + else: + volume_db -= _pickable.linear_velocity.length() * delta_throttle + + +# Called when this object is picked up +func _on_picked_up(_pickable) -> void: + volume_db = 0 + if playing: + stop() + stream = pickable_audio_type.grab_sound + play() + + +# Called when this object is dropped +func _on_dropped(_pickable) -> void: + for body in _pickable.get_colliding_bodies(): + if playing: + stop() + + +func _on_body_entered(_body): + if playing: + stop() + if _pickable.is_picked_up(): + stream = pickable_audio_type.hit_sound + else: + stream = pickable_audio_type.drop_sound + play() + + +# This method checks for configuration issues. +func _get_configuration_warnings() -> PackedStringArray: + var warnings := PackedStringArray() + + if !pickable_audio_type: + warnings.append("Pickable audio type not specified") + + # Return warnings + return warnings diff --git a/escape-room-version-2/addons/godot-xr-tools/audio/pickable_audio.gd.uid b/escape-room-version-2/addons/godot-xr-tools/audio/pickable_audio.gd.uid new file mode 100644 index 0000000..bde0bbd --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/audio/pickable_audio.gd.uid @@ -0,0 +1 @@ +uid://bkrsrl1xjsgl1 diff --git a/escape-room-version-2/addons/godot-xr-tools/audio/pickable_audio.tscn b/escape-room-version-2/addons/godot-xr-tools/audio/pickable_audio.tscn new file mode 100644 index 0000000..3b2a8f9 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/audio/pickable_audio.tscn @@ -0,0 +1,9 @@ +[gd_scene load_steps=2 format=3 uid="uid://bikkxsbo8x7sd"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/audio/pickable_audio.gd" id="1_cfg1k"] + +[node name="PickableAudio" type="AudioStreamPlayer3D"] +unit_size = 3.0 +max_db = 1.0 +max_distance = 100.0 +script = ExtResource("1_cfg1k") diff --git a/escape-room-version-2/addons/godot-xr-tools/audio/pickable_audio_type.gd b/escape-room-version-2/addons/godot-xr-tools/audio/pickable_audio_type.gd new file mode 100644 index 0000000..f13a547 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/audio/pickable_audio_type.gd @@ -0,0 +1,34 @@ +@tool +@icon("res://addons/godot-xr-tools/editor/icons/audio.svg") +class_name XRToolsPickableAudioType +extends Resource + + +## XRTools Pickable Audio Type Resource +## +## This resource defines the audio streams to play when +## the pickable is being picked up/ dropped/ hit something while being held + + +## Surface name +@export var name : String = "" + +## Optional audio stream to play when the player picks up the pickable +@export var grab_sound : AudioStream + +## Optional audio stream to play when the player drops the pickable +@export var drop_sound : AudioStream + +## Optional audio stream to play when the item is beign held by the player +@export var hit_sound : AudioStream + + +# This method checks for configuration issues. +func _get_configuration_warnings() -> PackedStringArray: + var warnings := PackedStringArray() + + if name == "": + warnings.append("Pickable audio type must have a name") + + # Return warnings + return warnings diff --git a/escape-room-version-2/addons/godot-xr-tools/audio/pickable_audio_type.gd.uid b/escape-room-version-2/addons/godot-xr-tools/audio/pickable_audio_type.gd.uid new file mode 100644 index 0000000..71c33db --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/audio/pickable_audio_type.gd.uid @@ -0,0 +1 @@ +uid://dsyt1g70xpgyg diff --git a/escape-room-version-2/addons/godot-xr-tools/audio/surface_audio.gd b/escape-room-version-2/addons/godot-xr-tools/audio/surface_audio.gd new file mode 100644 index 0000000..9d339c4 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/audio/surface_audio.gd @@ -0,0 +1,32 @@ +@tool +@icon("res://addons/godot-xr-tools/editor/icons/foot.svg") +class_name XRToolsSurfaceAudio +extends Node + + +## XRTools Surface Audio Node +## +## This node is attached as a child of a StaticObject to give it a surface +## audio type. This will cause the XRToolsMovementFootStep to play the correct +## foot-step sounds when walking on the object. + + +## XRToolsSurfaceAudioType to associate with this surface +@export var surface_audio_type : XRToolsSurfaceAudioType + + +# Add support for is_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsSurfaceAudio" + + +# This method checks for configuration issues. +func _get_configuration_warnings() -> PackedStringArray: + var warnings := PackedStringArray() + + # Verify the camera + if !surface_audio_type: + warnings.append("Surface audio type not specified") + + # Return warnings + return warnings diff --git a/escape-room-version-2/addons/godot-xr-tools/audio/surface_audio.gd.uid b/escape-room-version-2/addons/godot-xr-tools/audio/surface_audio.gd.uid new file mode 100644 index 0000000..f626920 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/audio/surface_audio.gd.uid @@ -0,0 +1 @@ +uid://j07q181fapte diff --git a/escape-room-version-2/addons/godot-xr-tools/audio/surface_audio.tscn b/escape-room-version-2/addons/godot-xr-tools/audio/surface_audio.tscn new file mode 100644 index 0000000..0bae98f --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/audio/surface_audio.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://c8jtmtuihfujs"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/audio/surface_audio.gd" id="1"] + +[node name="SurfaceAudio" type="Node"] +script = ExtResource("1") diff --git a/escape-room-version-2/addons/godot-xr-tools/audio/surface_audio_type.gd b/escape-room-version-2/addons/godot-xr-tools/audio/surface_audio_type.gd new file mode 100644 index 0000000..f991d74 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/audio/surface_audio_type.gd @@ -0,0 +1,41 @@ +@tool +@icon("res://addons/godot-xr-tools/editor/icons/body.svg") +class_name XRToolsSurfaceAudioType +extends Resource + + +## XRTools Surface Type Resource +## +## This resource defines a type of surface, and the audio streams to play when +## the user steps on it + + +## Surface name +@export var name : String = "" + +## Optional audio stream to play when the player jumps on this surface +@export var jump_sound : AudioStream + +## Optional audio stream to play when the player lands on this surface +@export var hit_sound : AudioStream + +## Audio streams to play when the player walks on this surface +@export var walk_sounds :Array[AudioStream] = [] + +## Walking sound minimum pitch (to randomize steps) +@export_range(0.5, 1.0) var walk_pitch_minimum : float = 0.8 + +## Walking sound maximum pitch (to randomize steps) +@export_range(1.0, 2.0) var walk_pitch_maximum : float = 1.2 + + +# This method checks for configuration issues. +func _get_configuration_warnings() -> PackedStringArray: + var warnings := PackedStringArray() + + # Verify the camera + if name == "": + warnings.append("Surface audio type must have a name") + + # Return warnings + return warnings diff --git a/escape-room-version-2/addons/godot-xr-tools/audio/surface_audio_type.gd.uid b/escape-room-version-2/addons/godot-xr-tools/audio/surface_audio_type.gd.uid new file mode 100644 index 0000000..ebf04f8 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/audio/surface_audio_type.gd.uid @@ -0,0 +1 @@ +uid://c7qdfmtcwtlga diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/controler_hider.gd b/escape-room-version-2/addons/godot-xr-tools/desktop-support/controler_hider.gd new file mode 100644 index 0000000..4863e4d --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/controler_hider.gd @@ -0,0 +1,54 @@ +@tool +@icon("res://addons/godot-xr-tools/editor/icons/function.svg") +class_name XRToolsDesktopControlerHider +extends Node + +## XR Tools Controler Hider +## +## This script hides controler if XR is not active. + +var _pointer_disabler := false +var _last_xr_active := true +# XRStart node +@onready var xr_start_node = XRTools.find_xr_child( + XRTools.find_xr_ancestor(self, + "*Staging", + "XRToolsStaging"),"StartXR","Node") + +# Parent controller +@onready var _controller : XRController3D = XRHelpers.get_xr_controller(self) + +func _ready() -> void: + if get_parent().has_method("is_xr_class"): + if get_parent().is_xr_class("XRToolsFunctionPointer"): + _pointer_disabler = true + if get_parent() is XRToolsFunctionPointer: + _pointer_disabler = true + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsDesktopControlerHider" + +func _process(_delta: float) -> void: + if Engine.is_editor_hint() or !is_inside_tree(): + return + if xr_start_node.is_xr_active()==_last_xr_active: + return + if _pointer_disabler: + get_parent().enabled=xr_start_node.is_xr_active() + elif is_instance_valid(_controller): + _controller.visible=xr_start_node.is_xr_active() + _last_xr_active=xr_start_node.is_xr_active() + + +# This method verifies the movement provider has a valid configuration. +func _get_configuration_warnings() -> PackedStringArray: + var warnings := PackedStringArray() + + # Check the controller node + if !XRHelpers.get_xr_controller(self) \ + and !XRTools.find_xr_ancestor(self,"*","XRToolsFunctionPointer"): + warnings.append("This node must be within a branch of an XRController3D node") + + # Return warnings + return warnings diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/controler_hider.gd.uid b/escape-room-version-2/addons/godot-xr-tools/desktop-support/controler_hider.gd.uid new file mode 100644 index 0000000..a5d75e6 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/controler_hider.gd.uid @@ -0,0 +1 @@ +uid://bicu6ye6huykx diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/controler_hider.tscn b/escape-room-version-2/addons/godot-xr-tools/desktop-support/controler_hider.tscn new file mode 100644 index 0000000..b9c6e9b --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/controler_hider.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://chb848dtavews"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/desktop-support/controler_hider.gd" id="1_6xusf"] + +[node name="ControlerHider" type="Node"] +script = ExtResource("1_6xusf") diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/function_desktop_pointer.gd b/escape-room-version-2/addons/godot-xr-tools/desktop-support/function_desktop_pointer.gd new file mode 100644 index 0000000..017708e --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/function_desktop_pointer.gd @@ -0,0 +1,484 @@ +@tool +@icon("res://addons/godot-xr-tools/editor/icons/function.svg") +class_name XRToolsDesktopFunctionPointer +extends Node3D + + +## XR Tools Function Pointer Script +## +## This script implements a pointer function for a players controller. Pointer +## events (entered, exited, pressed, release, and movement) are delivered by +## invoking signals on the target node. +## +## Pointer target nodes commonly extend from [XRToolsInteractableArea] or +## [XRToolsInteractableBody]. + + +## Signal emitted when this object points at another object +signal pointing_event(event) + + +## Enumeration of laser show modes +enum LaserShow { + HIDE = 0, ## Hide laser + SHOW = 1, ## Show laser + COLLIDE = 2, ## Only show laser on collision +} + +## Enumeration of laser length modes +enum LaserLength { + FULL = 0, ## Full length + COLLIDE = 1 ## Draw to collision +} + + +## Default pointer collision mask of 21:pointable and 23:ui-objects +const DEFAULT_MASK := 0b0000_0000_0101_0000_0000_0000_0000_0000 + +## Default pointer collision mask of 23:ui-objects +const SUPPRESS_MASK := 0b0000_0000_0100_0000_0000_0000_0000_0000 + + +@export_group("General") + +## Pointer enabled +@export var enabled : bool = true: set = set_enabled + +## Y Offset for pointer +@export var y_offset : float = -0.013: set = set_y_offset + +## Pointer distance +@export var distance : float = 10: set = set_distance + +## Active button action +@export var active_button_action : String = "trigger_click" + +@export_group("Laser") + +## Controls when the laser is visible +@export var show_laser : LaserShow = LaserShow.SHOW: set = set_show_laser + +## Controls the length of the laser +@export var laser_length : LaserLength = LaserLength.FULL: set = set_laser_length + +## Laser pointer material +@export var laser_material : StandardMaterial3D = null : set = set_laser_material + +## Laser pointer material when hitting target +@export var laser_hit_material : StandardMaterial3D = null : set = set_laser_hit_material + +@export_group("Target") + +## If true, the pointer target is shown +@export var show_target : bool = false: set = set_show_target + +## Controls the target radius +@export var target_radius : float = 0.05: set = set_target_radius + +## Target material +@export var target_material : StandardMaterial3D = null : set = set_target_material + +@export_group("Collision") + +## Pointer collision mask +@export_flags_3d_physics var collision_mask : int = DEFAULT_MASK: set = set_collision_mask + +## Enable pointer collision with bodies +@export var collide_with_bodies : bool = true: set = set_collide_with_bodies + +## Enable pointer collision with areas +@export var collide_with_areas : bool = false: set = set_collide_with_areas + +@export_group("Suppression") + +## Suppress radius +@export var suppress_radius : float = 0.2: set = set_suppress_radius + +## Suppress mask +@export_flags_3d_physics var suppress_mask : int = SUPPRESS_MASK: set = set_suppress_mask + + +## Current target node +var target : Node3D = null + +## Last target node +var last_target : Node3D = null + +## Last collision point +var last_collided_at : Vector3 = Vector3.ZERO + +# World scale +var _world_scale : float = 1.0 + +# XRStart Node +@onready var xr_start_node = XRTools.find_xr_child( + XRTools.find_xr_ancestor(self, + "*Staging", + "XRToolsStaging"),"StartXR","Node") + +## Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsDesktopFunctionPointer" + + +# Called when the node enters the scene tree for the first time. +func _ready(): + # Do not initialise if in the editor + if Engine.is_editor_hint(): + return + + # Read the initial world-scale + _world_scale = XRServer.world_scale + + # init our state + _update_y_offset() + _update_distance() + _update_pointer() + _update_target_radius() + _update_target_material() + _update_collision_mask() + _update_collide_with_bodies() + _update_collide_with_areas() + _update_suppress_radius() + _update_suppress_mask() + +# Called on each frame to update the pickup +func _process(_delta): + # Do not process if in the editor + if Engine.is_editor_hint() or !is_inside_tree(): + return + + # Handle world-scale changes + var new_world_scale := XRServer.world_scale + if (_world_scale != new_world_scale): + _world_scale = new_world_scale + _update_y_offset() + set_enabled(!xr_start_node.is_xr_active()) + + if Input.is_action_just_released(active_button_action): + _on_button_pressed(active_button_action) + await get_tree().process_frame + _on_button_released(active_button_action) + + # Find the new pointer target + var new_target : Node3D + var new_at : Vector3 + var suppress_area := $SuppressArea + if (enabled and + not $SuppressArea.has_overlapping_bodies() and + not $SuppressArea.has_overlapping_areas() and + $RayCast.is_colliding()): + new_at = $RayCast.get_collision_point() + if target: + # Locked to 'target' even if we're colliding with something else + new_target = target + else: + # Target is whatever the raycast is colliding with + new_target = $RayCast.get_collider() + + # If no current or previous collisions then skip + if not new_target and not last_target: + return + + # Handle pointer changes + if new_target and not last_target: + # Pointer entered new_target + XRToolsPointerEvent.entered(self, new_target, new_at) + + # Pointer moved on new_target for the first time + XRToolsPointerEvent.moved(self, new_target, new_at, new_at) + + # Update visible artifacts for hit + _visible_hit(new_at) + elif not new_target and last_target: + # Pointer exited last_target + XRToolsPointerEvent.exited(self, last_target, last_collided_at) + + # Update visible artifacts for miss + _visible_miss() + elif new_target != last_target: + # Pointer exited last_target + XRToolsPointerEvent.exited(self, last_target, last_collided_at) + + # Pointer entered new_target + XRToolsPointerEvent.entered(self, new_target, new_at) + + # Pointer moved on new_target + XRToolsPointerEvent.moved(self, new_target, new_at, new_at) + + # Move visible artifacts + _visible_move(new_at) + elif new_at != last_collided_at: + # Pointer moved on new_target + XRToolsPointerEvent.moved(self, new_target, new_at, last_collided_at) + + # Move visible artifacts + _visible_move(new_at) + + # Update last values + last_target = new_target + last_collided_at = new_at + +func _get_configuration_warnings() -> PackedStringArray: + var warnings := PackedStringArray() + + # Check the controller node + if !XRTools.find_xr_ancestor(self,"*","XRCamera3D"): + warnings.append("This node must be within a branch of an XRCamera3D node") + + # Return warnings + return warnings + +# Set pointer enabled property +func set_enabled(p_enabled : bool) -> void: + enabled = p_enabled + if is_inside_tree(): + _update_pointer() + + +# Set pointer y_offset property +func set_y_offset(p_offset : float) -> void: + y_offset = p_offset + if is_inside_tree(): + _update_y_offset() + + +# Set pointer distance property +func set_distance(p_new_value : float) -> void: + distance = p_new_value + if is_inside_tree(): + _update_distance() + + +# Set pointer show_laser property +func set_show_laser(p_show : LaserShow) -> void: + show_laser = p_show + if is_inside_tree(): + _update_pointer() + + +# Set pointer laser_length property +func set_laser_length(p_laser_length : LaserLength) -> void: + laser_length = p_laser_length + if is_inside_tree(): + _update_pointer() + + +# Set pointer laser_material property +func set_laser_material(p_laser_material : StandardMaterial3D) -> void: + laser_material = p_laser_material + if is_inside_tree(): + _update_pointer() + + +# Set pointer laser_hit_material property +func set_laser_hit_material(p_laser_hit_material : StandardMaterial3D) -> void: + laser_hit_material = p_laser_hit_material + if is_inside_tree(): + _update_pointer() + + +# Set pointer show_target property +func set_show_target(p_show_target : bool) -> void: + show_target = p_show_target + if is_inside_tree(): + $Target.visible = enabled and show_target and last_target + + +# Set pointer target_radius property +func set_target_radius(p_target_radius : float) -> void: + target_radius = p_target_radius + if is_inside_tree(): + _update_target_radius() + + +# Set pointer target_material property +func set_target_material(p_target_material : StandardMaterial3D) -> void: + target_material = p_target_material + if is_inside_tree(): + _update_target_material() + + +# Set pointer collision_mask property +func set_collision_mask(p_new_mask : int) -> void: + collision_mask = p_new_mask + if is_inside_tree(): + _update_collision_mask() + + +# Set pointer collide_with_bodies property +func set_collide_with_bodies(p_new_value : bool) -> void: + collide_with_bodies = p_new_value + if is_inside_tree(): + _update_collide_with_bodies() + + +# Set pointer collide_with_areas property +func set_collide_with_areas(p_new_value : bool) -> void: + collide_with_areas = p_new_value + if is_inside_tree(): + _update_collide_with_areas() + + +# Set suppress radius property +func set_suppress_radius(p_suppress_radius : float) -> void: + suppress_radius = p_suppress_radius + if is_inside_tree(): + _update_suppress_radius() + + +func set_suppress_mask(p_suppress_mask : int) -> void: + suppress_mask = p_suppress_mask + if is_inside_tree(): + _update_suppress_mask() + + +# Pointer Y offset update handler +func _update_y_offset() -> void: + $Laser.position.y = y_offset * _world_scale + $RayCast.position.y = y_offset * _world_scale + + +# Pointer distance update handler +func _update_distance() -> void: + $RayCast.target_position.z = -distance + _update_pointer() + + +# Pointer target radius update handler +func _update_target_radius() -> void: + $Target.mesh.radius = target_radius + $Target.mesh.height = target_radius * 2 + + +# Pointer target_material update handler +func _update_target_material() -> void: + $Target.set_surface_override_material(0, target_material) + + +# Pointer collision_mask update handler +func _update_collision_mask() -> void: + $RayCast.collision_mask = collision_mask + + +# Pointer collide_with_bodies update handler +func _update_collide_with_bodies() -> void: + $RayCast.collide_with_bodies = collide_with_bodies + + +# Pointer collide_with_areas update handler +func _update_collide_with_areas() -> void: + $RayCast.collide_with_areas = collide_with_areas + + +# Pointer suppress_radius update handler +func _update_suppress_radius() -> void: + $SuppressArea/CollisionShape3D.shape.radius = suppress_radius + + +# Pointer suppress_mask update handler +func _update_suppress_mask() -> void: + $SuppressArea.collision_mask = suppress_mask + + +# Pointer visible artifacts update handler +func _update_pointer() -> void: + if enabled and last_target: + _visible_hit(last_collided_at) + else: + _visible_miss() + + +# Pointer-activation button pressed handler +func _button_pressed() -> void: + if $RayCast.is_colliding(): + # Report pressed + target = $RayCast.get_collider() + last_collided_at = $RayCast.get_collision_point() + XRToolsPointerEvent.pressed(self, target, last_collided_at) + + +# Pointer-activation button released handler +func _button_released() -> void: + if target: + # Report release + XRToolsPointerEvent.released(self, target, last_collided_at) + target = null + last_collided_at = Vector3(0, 0, 0) + + +# Button pressed handler +func _on_button_pressed(p_button : String) -> void: + if p_button == active_button_action and enabled: + _button_pressed() + + +# Button released handler +func _on_button_released(p_button : String) -> void: + if p_button == active_button_action and target: + _button_released() + + +# Update the laser active material +func _update_laser_active_material(hit : bool) -> void: + if hit and laser_hit_material: + $Laser.set_surface_override_material(0, laser_hit_material) + else: + $Laser.set_surface_override_material(0, laser_material) + + +# Update the visible artifacts to show a hit +func _visible_hit(at : Vector3) -> void: + # Show target if enabled + if show_target: + $Target.global_transform.origin = at + $Target.visible = true + + # Control laser visibility + if show_laser != LaserShow.HIDE: + # Ensure the correct laser material is set + _update_laser_active_material(true) + + # Adjust laser length + if laser_length == LaserLength.COLLIDE: + var collide_len : float = at.distance_to(global_transform.origin) + $Laser.mesh.size.z = collide_len + $Laser.position.z = collide_len * -0.5 + else: + $Laser.mesh.size.z = distance + $Laser.position.z = distance * -0.5 + + # Show laser + $Laser.visible = true + else: + # Ensure laser is hidden + $Laser.visible = false + + +# Move the visible pointer artifacts to the target +func _visible_move(at : Vector3) -> void: + # Move target if configured + if show_target: + $Target.global_transform.origin = at + + # Adjust laser length if set to collide-length + if laser_length == LaserLength.COLLIDE: + var collide_len : float = at.distance_to(global_transform.origin) + $Laser.mesh.size.z = collide_len + $Laser.position.z = collide_len * -0.5 + + +# Update the visible artifacts to show a miss +func _visible_miss() -> void: + # Ensure target is hidden + $Target.visible = false + + # Ensure the correct laser material is set + _update_laser_active_material(false) + + # Hide laser if not set to show always + $Laser.visible = show_laser == LaserShow.SHOW + + # Restore laser length if set to collide-length + $Laser.mesh.size.z = distance + $Laser.position.z = distance * -0.5 diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/function_desktop_pointer.gd.uid b/escape-room-version-2/addons/godot-xr-tools/desktop-support/function_desktop_pointer.gd.uid new file mode 100644 index 0000000..3fd332e --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/function_desktop_pointer.gd.uid @@ -0,0 +1 @@ +uid://cfvbk8uukw1g0 diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/function_desktop_pointer.tscn b/escape-room-version-2/addons/godot-xr-tools/desktop-support/function_desktop_pointer.tscn new file mode 100644 index 0000000..b3ea384 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/function_desktop_pointer.tscn @@ -0,0 +1,51 @@ +[gd_scene load_steps=6 format=3 uid="uid://42xbeno6pt3y"] + +[ext_resource type="Material" path="res://addons/godot-xr-tools/materials/pointer.tres" id="1"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/desktop-support/function_desktop_pointer.gd" id="1_fkfo7"] + +[sub_resource type="BoxMesh" id="BoxMesh_ctrty"] +resource_local_to_scene = true +material = ExtResource("1") +size = Vector3(0.002, 0.002, 10) +subdivide_depth = 20 + +[sub_resource type="SphereMesh" id="SphereMesh_6cghy"] +material = ExtResource("1") +radius = 0.01 +height = 0.02 +radial_segments = 16 +rings = 8 + +[sub_resource type="SphereShape3D" id="SphereShape3D_8btxb"] +radius = 0.2 + +[node name="FunctionDesktopPointer" type="Node3D"] +script = ExtResource("1_fkfo7") +y_offset = 0.0 +active_button_action = "trigger_left" +show_laser = 0 +laser_length = 1 +show_target = true +target_radius = 0.01 + +[node name="RayCast" type="RayCast3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.05, 0) +target_position = Vector3(0, 0, -10) +collision_mask = 5242880 + +[node name="Laser" type="MeshInstance3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.05, -5) +visible = false +cast_shadow = 0 +mesh = SubResource("BoxMesh_ctrty") + +[node name="Target" type="MeshInstance3D" parent="."] +visible = false +mesh = SubResource("SphereMesh_6cghy") + +[node name="SuppressArea" type="Area3D" parent="."] +collision_layer = 0 +collision_mask = 4194304 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="SuppressArea"] +shape = SubResource("SphereShape3D_8btxb") diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/mouse_capture.gd b/escape-room-version-2/addons/godot-xr-tools/desktop-support/mouse_capture.gd new file mode 100644 index 0000000..1ce4fcf --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/mouse_capture.gd @@ -0,0 +1,51 @@ +@tool +class_name XRToolsDesktopMouseCapture +extends XRToolsMovementProvider + +## XR Tools Mouse Capture +## +## This script provides support for desktop mouse capture. This script works +## with the PlayerBody attached to the players XROrigin3D. + + +## Movement provider order +@export var order : int = 1 + +## Our directional input +@export var escape_action : String = "ui_cancel" + +#Last mouse capture status and should it be auto captured +@export var capture : bool = true + + +# XRStart node +@onready var xr_start_node = XRTools.find_xr_child( + XRTools.find_xr_ancestor(self, + "*Staging", + "XRToolsStaging"),"StartXR","Node") + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsDesktopMouseCapture" or super(name) + + +# Perform jump movement +func physics_movement(_delta: float, player_body: XRToolsPlayerBody, _disabled: bool): + # Skip if the player body isn't active + var check1 :bool= (xr_start_node.is_xr_active() and Input.mouse_mode==Input.MOUSE_MODE_CAPTURED) + if !player_body.enabled or check1: + return + + + if Input.is_action_just_pressed("ui_cancel"): + capture=!capture + + #print(Input.mouse_mode==Input.MOUSE_MODE_CAPTURED) + + if Input.mouse_mode==Input.MOUSE_MODE_CAPTURED and (xr_start_node.is_xr_active() or !capture): + Input.mouse_mode=Input.MOUSE_MODE_VISIBLE + elif (!xr_start_node.is_xr_active() and capture): + Input.mouse_mode=Input.MOUSE_MODE_CAPTURED + return + diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/mouse_capture.gd.uid b/escape-room-version-2/addons/godot-xr-tools/desktop-support/mouse_capture.gd.uid new file mode 100644 index 0000000..162d29e --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/mouse_capture.gd.uid @@ -0,0 +1 @@ +uid://cdk1f37eh1w4q diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/mouse_capture.tscn b/escape-room-version-2/addons/godot-xr-tools/desktop-support/mouse_capture.tscn new file mode 100644 index 0000000..17ed501 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/mouse_capture.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://bkse5rxsx5tb3"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/desktop-support/mouse_capture.gd" id="1_po4v8"] + +[node name="MouseCapture" type="Node" groups=["movement_providers"]] +script = ExtResource("1_po4v8") diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_crouch.gd b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_crouch.gd new file mode 100644 index 0000000..6946f76 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_crouch.gd @@ -0,0 +1,84 @@ +@tool +class_name XRToolsDesktopMovementCrouch +extends XRToolsMovementProvider + + +## XR Tools Movement Provider for Crouching +## +## This script works with the [XRToolsPlayerBody] attached to the players +## [XROrigin3D]. +## +## While the player presses the crounch button, the height is overridden to +## the specified crouch height. + + +## Enumeration of crouching modes +enum CrouchType { + HOLD_TO_CROUCH, ## Hold button to crouch + TOGGLE_CROUCH, ## Toggle crouching on button press +} + + +## Movement provider order +@export var order : int = 10 + +## Crouch height +@export var crouch_height : float = 1.0 + +## Crouch button +@export var crouch_button_action : String = "action_crouch" + +## Type of crouching +@export var crouch_type : CrouchType = CrouchType.HOLD_TO_CROUCH + + +## Crouching flag +var _crouching : bool = false + +## Crouch button down state +var _crouch_button_down : bool = false + + +# Controller node +@onready var xr_start_node = XRTools.find_xr_child( + XRTools.find_xr_ancestor(self, + "*Staging", + "XRToolsStaging"),"StartXR","Node") + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsMovementCrouch" or super(name) + + +# Perform jump movement +func physics_movement(_delta: float, player_body: XRToolsPlayerBody, _disabled: bool): + # Skip if the controller isn't active + if !player_body.enabled or xr_start_node.is_xr_active(): + return + + # Detect crouch button down and pressed states + var crouch_button_down := Input.is_action_pressed(crouch_button_action) + var crouch_button_pressed := crouch_button_down and !_crouch_button_down + _crouch_button_down = crouch_button_down + + # Calculate new crouching state + var crouching := _crouching + match crouch_type: + CrouchType.HOLD_TO_CROUCH: + # Crouch when button down + crouching = crouch_button_down + + CrouchType.TOGGLE_CROUCH: + # Toggle when button pressed + if crouch_button_pressed: + crouching = !crouching + + # Update crouching state + if crouching != _crouching: + _crouching = crouching + if crouching: + player_body.override_player_height(self, crouch_height) + else: + player_body.override_player_height(self) + diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_crouch.gd.uid b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_crouch.gd.uid new file mode 100644 index 0000000..5003945 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_crouch.gd.uid @@ -0,0 +1 @@ +uid://bl1je0b8tdu40 diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_crouch.tscn b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_crouch.tscn new file mode 100644 index 0000000..c05da47 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_crouch.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://d2iqcc25yvk61"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/desktop-support/movement_desktop_crouch.gd" id="1_4rbnc"] + +[node name="MovementDesktopCrouch" type="Node" groups=["movement_providers"]] +script = ExtResource("1_4rbnc") diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_direct.gd b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_direct.gd new file mode 100644 index 0000000..9f810eb --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_direct.gd @@ -0,0 +1,72 @@ +@tool +class_name XRToolsDesktopMovementDirect +extends XRToolsMovementProvider + + +## XR Tools Movement Provider for Direct Movement +## +## This script provides direct movement for the player. This script works +## with the [XRToolsPlayerBody] attached to the players [XROrigin3D]. +## +## The player may have multiple [XRToolsMovementDirect] nodes attached to +## different controllers to provide different types of direct movement. + + +## Movement provider order +@export var order : int = 10 + +## Movement speed +@export var max_speed : float = 3.0 + +## If true, the player can strafe +@export var strafe : bool = false + +## Input action for movement direction +@export var input_forward : String = "ui_up" +@export var input_backward : String = "ui_down" +@export var input_left : String = "ui_left" +@export var input_right : String = "ui_right" + + +# XRStart node +@onready var xr_start_node = XRTools.find_xr_child( + XRTools.find_xr_ancestor(self, + "*Staging", + "XRToolsStaging"),"StartXR","Node") + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsDesktopMovementDirect" or super(name) + + +# Perform jump movement +func physics_movement(_delta: float, player_body: XRToolsPlayerBody, _disabled: bool): + # Skip if the controller isn't active + if !player_body.enabled or xr_start_node.is_xr_active(): + return + + #Calculate input vector + var input_dir = Input.get_vector(input_left, input_right, input_backward, input_forward) + + # Apply forwards/backwards ground control + player_body.ground_control_velocity.y += input_dir.y * max_speed + + # Apply left/right ground control + if strafe: + player_body.ground_control_velocity.x += input_dir.x * max_speed + + # Clamp ground control + var length := player_body.ground_control_velocity.length() + if length > max_speed: + player_body.ground_control_velocity *= max_speed / length + +## Find the right [XRToolsDesktopMovementDirect] node. +## +## This function searches from the specified node for the right controller +## [XRToolsDesktopMovementDirect] assuming the node is a sibling of the [XROrigin3D]. +static func find(node : Node) -> XRToolsDesktopMovementDirect: + return XRTools.find_xr_child( + XRHelpers.get_xr_origin(node), + "*", + "XRToolsDesktopMovementDirect") as XRToolsDesktopMovementDirect diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_direct.gd.uid b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_direct.gd.uid new file mode 100644 index 0000000..9061300 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_direct.gd.uid @@ -0,0 +1 @@ +uid://cirqghdurlhq0 diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_direct.tscn b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_direct.tscn new file mode 100644 index 0000000..b9e1d27 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_direct.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://6uusxts6n6gm"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/desktop-support/movement_desktop_direct.gd" id="1_e8v0q"] + +[node name="MovementDesktopDirect" type="Node" groups=["movement_providers"]] +script = ExtResource("1_e8v0q") +strafe = true diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_flight.gd b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_flight.gd new file mode 100644 index 0000000..13e623d --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_flight.gd @@ -0,0 +1,182 @@ +@tool +class_name XRToolsDesktopMovementFlight +extends XRToolsMovementProvider + + +## XR Tools Movement Provider for Flying +## +## This script provides flying movement for the player. The control parameters +## are intended to support a wide variety of flight mechanics. +## +## Pitch and Bearing input devices are selected which produce a "forwards" +## reference frame. The player controls (forwards/backwards and +## left/right) are applied in relation to this reference frame. +## +## The Speed Scale and Traction parameters allow primitive flight where +## the player is in direct control of their speed (in the reference frame). +## This produces an effect described as the "Mary Poppins Flying Umbrella". +## +## The Acceleration, Drag, and Guidance parameters allow for slightly more +## realisitic flying where the player can accelerate in their reference +## frame. The drag is applied against the global reference and can be used +## to construct a terminal velocity. +## +## The Guidance property attempts to lerp the players velocity into flight +## forwards direction as if the player had guide-fins or wings. +## +## The Exclusive property specifies whether flight is exclusive (no further +## physics effects after flying) or whether additional effects such as +## the default player gravity are applied. + + +## Signal emitted when flight starts +signal flight_started() + +## Signal emitted when flight finishes +signal flight_finished() + + +## Movement provider order +@export var order : int = 30 + + +## Flight toggle button +@export var flight_button : String = "ui_focus_next" +@export var input_forward : String = "ui_up" +@export var input_backward : String = "ui_down" +@export var input_left : String = "ui_left" +@export var input_right : String = "ui_right" + +## Flight speed from control +@export var speed_scale : float = 5.0 + +## Flight traction pulling flight velocity towards the controlled speed +@export var speed_traction : float = 3.0 + +## Flight acceleration from control +@export var acceleration_scale : float = 0.0 + +## Flight drag +@export var drag : float = 0.1 + +## Guidance effect (virtual fins/wings) +@export var guidance : float = 0.0 + +## If true, flight movement is exclusive preventing further movement functions +@export var exclusive : bool = true + + +## Flight button state +var _flight_button : bool = false + + +# Node references +@onready var xr_start_node = XRTools.find_xr_child( + XRTools.find_xr_ancestor(self, + "*Staging", + "XRToolsStaging"),"StartXR","Node") +@onready var _camera := XRHelpers.get_xr_camera(self) + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsDesktopMovementFlight" or super(name) + + +func _ready(): + # In Godot 4 we must now manually call our super class ready function + super() + + +# Process physics movement for flight +func physics_movement(delta: float, player_body: XRToolsPlayerBody, disabled: bool): + # Disable flying if requested, or if no controller + if disabled or !enabled or !player_body.enabled or xr_start_node.is_xr_active(): + set_flying(false) + return + + # Detect press of flight button + var old_flight_button = _flight_button + _flight_button = Input.is_action_pressed(flight_button) + if _flight_button and !old_flight_button: + set_flying(!is_active) + + # Skip if not flying + if !is_active: + return + + # Select the pitch vector + var pitch_vector: Vector3 + # Use the vertical part of the 'head' forwards vector + pitch_vector = -_camera.transform.basis.z.y * player_body.up_player + + # Select the bearing vector + var bearing_vector: Vector3 + # Use the horizontal part of the 'head' forwards vector + bearing_vector = -_camera.global_transform.basis.z \ + .slide(player_body.up_player) + + # Construct the flight bearing + var forwards := (bearing_vector.normalized() + pitch_vector).normalized() + var side := forwards.cross(player_body.up_player) + + # Construct the target velocity + var input_dir = Input.get_vector(input_left, input_right, input_backward, input_forward) + var joy_forwards :float= input_dir.y + var joy_side :float= input_dir.x + var heading := forwards * joy_forwards + side * joy_side + + # Calculate the flight velocity + var flight_velocity := player_body.velocity + flight_velocity *= 1.0 - drag * delta + flight_velocity = flight_velocity.lerp(heading * speed_scale, speed_traction * delta) + flight_velocity += heading * acceleration_scale * delta + + # Apply virtual guidance effect + if guidance > 0.0: + var velocity_forwards := forwards * flight_velocity.length() + flight_velocity = flight_velocity.lerp(velocity_forwards, guidance * delta) + + # If exclusive then perform the exclusive move-and-slide + if exclusive: + player_body.velocity = player_body.move_player(flight_velocity) + return true + + # Update velocity and return for additional effects + player_body.velocity = flight_velocity + return + + +func set_flying(active: bool) -> void: + # Skip if no change + if active == is_active: + return + + # Update state + is_active = active + + # Handle state change + if is_active: + emit_signal("flight_started") + else: + emit_signal("flight_finished") + + +# This method verifies the movement provider has a valid configuration. +func _get_configuration_warnings() -> PackedStringArray: + var warnings := super() + + # Verify the camera + if !XRHelpers.get_xr_camera(self): + warnings.append("Unable to find XRCamera3D") + + # Verify the left controller + if !XRHelpers.get_left_controller(self): + warnings.append("Unable to find left XRController3D node") + + # Verify the right controller + if !XRHelpers.get_right_controller(self): + warnings.append("Unable to find left XRController3D node") + + # Return warnings + return warnings diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_flight.gd.uid b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_flight.gd.uid new file mode 100644 index 0000000..976a057 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_flight.gd.uid @@ -0,0 +1 @@ +uid://clypouvoai3j8 diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_flight.tscn b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_flight.tscn new file mode 100644 index 0000000..3bd0bc2 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_flight.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://cfa5gsol863rv"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/desktop-support/movement_desktop_flight.gd" id="1_exmlf"] + +[node name="MovementDesktopFlight" type="Node" groups=["movement_providers"]] +script = ExtResource("1_exmlf") diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_jump.gd b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_jump.gd new file mode 100644 index 0000000..da62168 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_jump.gd @@ -0,0 +1,44 @@ +@tool +class_name XRToolsDesktopMovementJump +extends XRToolsMovementProvider + + +## XR Tools Movement Provider for Jumping +## +## This script provides jumping mechanics for the player. This script works +## with the [XRToolsPlayerBody] attached to the players [XROrigin3D]. +## +## The player enables jumping by attaching an [XRToolsMovementJump] as a +## child of the appropriate [XRController3D], then configuring the jump button +## and jump velocity. + + +## Movement provider order +@export var order : int = 20 + +## Button to trigger jump +@export var jump_button_action : String = "ui_accept" + + +# Node references +@onready var xr_start_node = XRTools.find_xr_child( + XRTools.find_xr_ancestor(self, + "*Staging", + "XRToolsStaging"),"StartXR","Node") + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsDesktopMovementJump" or super(name) + + +# Perform jump movement +func physics_movement(_delta: float, player_body: XRToolsPlayerBody, _disabled: bool): + # Skip if the jump controller isn't active + if !player_body.enabled or xr_start_node.is_xr_active(): + return + + # Request jump if the button is pressed + if Input.is_action_pressed(jump_button_action): + player_body.request_jump() + diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_jump.gd.uid b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_jump.gd.uid new file mode 100644 index 0000000..c17540b --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_jump.gd.uid @@ -0,0 +1 @@ +uid://y8rcn0vrbskf diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_jump.tscn b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_jump.tscn new file mode 100644 index 0000000..4488c9a --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_jump.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://dluln6777mmh3"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/desktop-support/movement_desktop_jump.gd" id="1_tccpc"] + +[node name="MovementDesktopJump" type="Node" groups=["movement_providers"]] +script = ExtResource("1_tccpc") diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_sprint.gd b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_sprint.gd new file mode 100644 index 0000000..783a768 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_sprint.gd @@ -0,0 +1,144 @@ +@tool +class_name XRToolsDesktopMovementSprint +extends XRToolsMovementProvider + + +## XR Tools Movement Provider for Sprinting +## +## This script provides sprinting movement for the player. It assumes there is +## a direct movement node in the scene otherwise it will not be functional. +## +## There will not be an error, there just will not be any reason for it to +## have any impact on the player. This node should be a direct child of +## the [XROrigin3D] node rather than to a specific [XRController3D]. + + +## Signal emitted when sprinting starts +signal sprinting_started() + +## Signal emitted when sprinting finishes +signal sprinting_finished() + + +## Enumeration of sprinting modes - toggle or hold button +enum SprintType { + HOLD_TO_SPRINT, ## Hold button to sprint + TOGGLE_SPRINT, ## Toggle sprinting on button press +} + + +## Type of sprinting +@export var sprint_type : SprintType = SprintType.HOLD_TO_SPRINT + +## Sprint speed multiplier (multiplier from speed set by direct movement node(s)) +@export_range(1.0, 4.0) var sprint_speed_multiplier : float = 2.0 + +## Movement provider order +@export var order : int = 11 + +## Sprint button +@export var sprint_button : String = "action_sprint" + +# Sprint button down state +var _sprint_button_down : bool = false + +# Variable to hold left controller direct movement node original max speed +var _direct_original_max_speed : float = 0.0 + + +# XRStart node +@onready var xr_start_node = XRTools.find_xr_child( + XRTools.find_xr_ancestor(self, + "*Staging", + "XRToolsStaging"),"StartXR","Node") + + +# Variable used to cache left controller direct movement function, if any +@onready var _desktop_direct_move := XRToolsDesktopMovementDirect.find(self) + + + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsDesktopMovementSprint" or super(name) + + +func _ready(): + # In Godot 4 we must now manually call our super class ready function + super() + + +# Perform sprinting +func physics_movement(_delta: float, player_body: XRToolsPlayerBody, disabled: bool): + # Skip if the controller isn't active or is not enabled + if !player_body.enabled or xr_start_node.is_xr_active() or disabled == true or !enabled: + set_sprinting(false) + return + + # Detect sprint button down and pressed states + var sprint_button_down := Input.is_action_pressed(sprint_button) + var sprint_button_pressed := sprint_button_down and !_sprint_button_down + _sprint_button_down = sprint_button_down + + # Calculate new sprinting state + var sprinting := is_active + match sprint_type: + SprintType.HOLD_TO_SPRINT: + # Sprint when button down + sprinting = sprint_button_down + + SprintType.TOGGLE_SPRINT: + # Toggle when button pressed + if sprint_button_pressed: + sprinting = !sprinting + + # Update sprinting state + if sprinting != is_active: + set_sprinting(sprinting) + + +# Public function used to set sprinting active or not active +func set_sprinting(active: bool) -> void: + # Skip if no change + if active == is_active: + return + + # Update state + is_active = active + + # Handle state change + if is_active: + # We are sprinting + emit_signal("sprinting_started") + + # Since max speeds could be changed while game is running, check + # now for original max speeds of left and right nodes + if _desktop_direct_move: + _direct_original_max_speed = _desktop_direct_move.max_speed + + # Set both controllers' direct movement functions, if appliable, to + # the sprinting speed + if _desktop_direct_move: + _desktop_direct_move.max_speed = \ + _direct_original_max_speed * sprint_speed_multiplier + else: + # We are not sprinting + emit_signal("sprinting_finished") + + # Set both controllers' direct movement functions, if applicable, to + # their original speeds + if _desktop_direct_move: + _desktop_direct_move.max_speed = _direct_original_max_speed + + +# This method verifies the movement provider has a valid configuration. +func _get_configuration_warnings() -> PackedStringArray: + var warnings := super() + + # Make sure player has at least one direct movement node + if !XRToolsDesktopMovementDirect.find(self): + warnings.append("Player missing XRToolsDesktopMovementDirect node") + + # Return warnings + return warnings diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_sprint.gd.uid b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_sprint.gd.uid new file mode 100644 index 0000000..6eda26e --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_sprint.gd.uid @@ -0,0 +1 @@ +uid://cis2eo3lhxx5u diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_sprint.tscn b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_sprint.tscn new file mode 100644 index 0000000..59166d7 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_sprint.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://dgm5op1hausw5"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/desktop-support/movement_desktop_sprint.gd" id="1_md0f7"] + +[node name="MovementDesktopSprint" type="Node" groups=["movement_providers"]] +script = ExtResource("1_md0f7") diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_turn.gd b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_turn.gd new file mode 100644 index 0000000..33f810b --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_turn.gd @@ -0,0 +1,133 @@ +@tool +class_name XRToolsDesktopMovementTurn +extends XRToolsMovementProvider + + +## XR Tools Movement Provider for Turning +## +## This script provides turning support for the player. This script works +## with the PlayerBody attached to the players XROrigin3D. + + +## Movement mode +enum TurnMode { + DEFAULT, ## Use turn mode from project/user settings + SNAP, ## Use snap-turning + SMOOTH ## Use smooth-turning +} + + +## Movement provider order +@export var order : int = 6 + +## Movement mode property +@export var turn_mode : TurnMode = TurnMode.SMOOTH + +## Smooth turn speed in radians per second +@export var smooth_turn_speed : float = 2.0 + +## Seconds per step (at maximum turn rate) +@export var step_turn_delay : float = 0.2 + +## Step turn angle in degrees +@export var step_turn_angle : float = 20.0 + +## Our directional input +@export var input_action : String = "primary" + +## Our directional input +@export var clear_mouse_move_when_body_not_active : bool = true +@export var clear_cam_x_when_body_not_active : bool = false + + +@export var invert_y : bool = true + +var plr_body : XRToolsPlayerBody +var mouse_move_vector := Vector2.ZERO +var _last_plr_bd_status := true + +# Turn step accumulator +var _turn_step : float = 0.0 + + + +# XRStart node +@onready var xr_start_node = XRTools.find_xr_child( + XRTools.find_xr_ancestor(self, + "*Staging", + "XRToolsStaging"),"StartXR","Node") + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsDesktopMovementTurn" or super(name) + +func _unhandled_input(event): + if !enabled: + return + if event is InputEventMouseMotion: + event.relative*=.1 + if invert_y: + event.relative.y *= -1 + mouse_move_vector += event.relative + +func _process(_delta: float) -> void: + if is_instance_valid(plr_body): + if !plr_body.enabled and !xr_start_node.is_xr_active() and _last_plr_bd_status!=plr_body.enabled: + if clear_mouse_move_when_body_not_active: + mouse_move_vector=Vector2.ZERO + if clear_cam_x_when_body_not_active: + plr_body.camera_node.rotation_degrees.x=0 + _last_plr_bd_status=!plr_body.enabled + elif plr_body.enabled: + _last_plr_bd_status=!plr_body.enabled + + +# Perform jump movement +func physics_movement(delta: float, player_body: XRToolsPlayerBody, _disabled: bool): + # Skip if the player body isn't active + plr_body=player_body + if !player_body.enabled or xr_start_node.is_xr_active(): + if clear_mouse_move_when_body_not_active: + mouse_move_vector=Vector2.ZERO + #if clear_cam_x_when_body_not_active: + # player_body.camera_node.rotation_degrees.x=0 + return + + var deadzone = 0.1 +# if _snap_turning(): +# deadzone = XRTools.get_snap_turning_deadzone() + + # Read the left/right joystick axis + var left_right := mouse_move_vector.x + #if abs(left_right) <= deadzone: + # # Not turning + # _turn_step = 0.0 + # return + + # Handle smooth rotation + #if !_snap_turning(): + left_right -= deadzone * sign(left_right) + player_body.rotate_player(smooth_turn_speed * delta * left_right) + player_body.camera_node.rotation_degrees.x=clamp( + player_body.camera_node.rotation_degrees.x+smooth_turn_speed * mouse_move_vector.y, + -89.999, + 89.999) + mouse_move_vector=Vector2.ZERO + return + + + +# Test if snap turning should be used +func _snap_turning(): + #temp removal - IDK if normal controler will be considered to have this as use + return false +# match turn_mode: +# TurnMode.SNAP: +# return true +# +# TurnMode.SMOOTH: +# return false +# +# _: +# return XRToolsUserSettings.snap_turning diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_turn.gd.uid b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_turn.gd.uid new file mode 100644 index 0000000..11a363d --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_turn.gd.uid @@ -0,0 +1 @@ +uid://bt5glquti6m62 diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_turn.tscn b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_turn.tscn new file mode 100644 index 0000000..41c8fb8 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_desktop_turn.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://c4d13r420hnx2"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/desktop-support/movement_desktop_turn.gd" id="1_qv43c"] + +[node name="MovementDesktopTurn" type="Node" groups=["movement_providers"]] +script = ExtResource("1_qv43c") diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_gravity_zones.gd b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_gravity_zones.gd new file mode 100644 index 0000000..6781cc3 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_gravity_zones.gd @@ -0,0 +1,62 @@ +@tool +class_name XRToolsMovementGravityZones +extends XRToolsMovementProvider + + +# Default wall-walk mask of 4:wall-walk +const DEFAULT_MASK := 0b0000_0000_0000_0000_0000_0000_0000_1000 + + +## Wall walking provider order +@export var order : int = 26 + +## Set our follow layer mask +@export_flags_3d_physics var follow_mask : int = DEFAULT_MASK + +var _gravity_dir := Vector3(0,-9.8,0) + +@onready var fly_desktop : XRToolsDesktopMovementFlight = XRTools.find_xr_child( + XRTools.find_xr_ancestor(self,"*","XROrigin3D"), + "*", + "XRToolsDesktopMovementFlight") + +@onready var fly_xr : XRToolsMovementFlight = XRTools.find_xr_child( + XRTools.find_xr_ancestor(self,"*","XROrigin3D"), + "*", + "XRToolsMovementFlight") + + +func physics_pre_movement(_delta: float, player_body: XRToolsPlayerBody): + # Test for collision with wall under feet + var gravity_zones1 = get_tree().get_nodes_in_group("gravity_zone1") + var gravity_zones2 = get_tree().get_nodes_in_group("gravity_zone2") + var gravity_zones3 = get_tree().get_nodes_in_group("gravity_zone3") + + #_gravity_dir = Vector3(0,-9.8,0) + var grav_z := 0 + for zone in gravity_zones3: + if zone.overlaps_body(player_body) and zone is Area3D: + grav_z=3 + _gravity_dir=zone.global_transform.basis.y*zone.gravity*-1 + + if grav_z==0: + for zone in gravity_zones2: + if zone.overlaps_body(player_body) and zone is Area3D: + grav_z=2 + _gravity_dir=zone.global_transform.basis.y*zone.gravity*-1 + + if grav_z==0: + for zone in gravity_zones1: + if zone.overlaps_body(player_body) and zone is Area3D: + grav_z=1 + _gravity_dir=zone.global_transform.basis.y*zone.gravity*-1 + + if grav_z==0: + fly_desktop.set_flying(true) + fly_xr.set_flying(true) + else: + fly_desktop.set_flying(false) + fly_xr.set_flying(false) + + # Modify the player gravity + player_body.gravity = _gravity_dir diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_gravity_zones.gd.uid b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_gravity_zones.gd.uid new file mode 100644 index 0000000..886e851 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_gravity_zones.gd.uid @@ -0,0 +1 @@ +uid://bd6vvx2wkb7f0 diff --git a/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_gravity_zones.tscn b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_gravity_zones.tscn new file mode 100644 index 0000000..7546a57 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/desktop-support/movement_gravity_zones.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/desktop-support/movement_gravity_zones.gd" id="1"] + +[node name="MovementGravityZones" type="Node" groups=["movement_providers"]] +script = ExtResource("1") diff --git a/escape-room-version-2/addons/godot-xr-tools/editor/icons/LICENSE b/escape-room-version-2/addons/godot-xr-tools/editor/icons/LICENSE new file mode 100644 index 0000000..1625c17 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/editor/icons/LICENSE @@ -0,0 +1,121 @@ +Creative Commons Legal Code + +CC0 1.0 Universal + + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE + LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN + ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS + INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES + REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS + PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM + THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED + HEREUNDER. + +Statement of Purpose + +The laws of most jurisdictions throughout the world automatically confer +exclusive Copyright and Related Rights (defined below) upon the creator +and subsequent owner(s) (each and all, an "owner") of an original work of +authorship and/or a database (each, a "Work"). + +Certain owners wish to permanently relinquish those rights to a Work for +the purpose of contributing to a commons of creative, cultural and +scientific works ("Commons") that the public can reliably and without fear +of later claims of infringement build upon, modify, incorporate in other +works, reuse and redistribute as freely as possible in any form whatsoever +and for any purposes, including without limitation commercial purposes. +These owners may contribute to the Commons to promote the ideal of a free +culture and the further production of creative, cultural and scientific +works, or to gain reputation or greater distribution for their Work in +part through the use and efforts of others. + +For these and/or other purposes and motivations, and without any +expectation of additional consideration or compensation, the person +associating CC0 with a Work (the "Affirmer"), to the extent that he or she +is an owner of Copyright and Related Rights in the Work, voluntarily +elects to apply CC0 to the Work and publicly distribute the Work under its +terms, with knowledge of his or her Copyright and Related Rights in the +Work and the meaning and intended legal effect of CC0 on those rights. + +1. Copyright and Related Rights. A Work made available under CC0 may be +protected by copyright and related or neighboring rights ("Copyright and +Related Rights"). Copyright and Related Rights include, but are not +limited to, the following: + + i. the right to reproduce, adapt, distribute, perform, display, + communicate, and translate a Work; + ii. moral rights retained by the original author(s) and/or performer(s); +iii. publicity and privacy rights pertaining to a person's image or + likeness depicted in a Work; + iv. rights protecting against unfair competition in regards to a Work, + subject to the limitations in paragraph 4(a), below; + v. rights protecting the extraction, dissemination, use and reuse of data + in a Work; + vi. database rights (such as those arising under Directive 96/9/EC of the + European Parliament and of the Council of 11 March 1996 on the legal + protection of databases, and under any national implementation + thereof, including any amended or successor version of such + directive); and +vii. other similar, equivalent or corresponding rights throughout the + world based on applicable law or treaty, and any national + implementations thereof. + +2. Waiver. To the greatest extent permitted by, but not in contravention +of, applicable law, Affirmer hereby overtly, fully, permanently, +irrevocably and unconditionally waives, abandons, and surrenders all of +Affirmer's Copyright and Related Rights and associated claims and causes +of action, whether now known or unknown (including existing as well as +future claims and causes of action), in the Work (i) in all territories +worldwide, (ii) for the maximum duration provided by applicable law or +treaty (including future time extensions), (iii) in any current or future +medium and for any number of copies, and (iv) for any purpose whatsoever, +including without limitation commercial, advertising or promotional +purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each +member of the public at large and to the detriment of Affirmer's heirs and +successors, fully intending that such Waiver shall not be subject to +revocation, rescission, cancellation, termination, or any other legal or +equitable action to disrupt the quiet enjoyment of the Work by the public +as contemplated by Affirmer's express Statement of Purpose. + +3. Public License Fallback. Should any part of the Waiver for any reason +be judged legally invalid or ineffective under applicable law, then the +Waiver shall be preserved to the maximum extent permitted taking into +account Affirmer's express Statement of Purpose. In addition, to the +extent the Waiver is so judged Affirmer hereby grants to each affected +person a royalty-free, non transferable, non sublicensable, non exclusive, +irrevocable and unconditional license to exercise Affirmer's Copyright and +Related Rights in the Work (i) in all territories worldwide, (ii) for the +maximum duration provided by applicable law or treaty (including future +time extensions), (iii) in any current or future medium and for any number +of copies, and (iv) for any purpose whatsoever, including without +limitation commercial, advertising or promotional purposes (the +"License"). The License shall be deemed effective as of the date CC0 was +applied by Affirmer to the Work. Should any part of the License for any +reason be judged legally invalid or ineffective under applicable law, such +partial invalidity or ineffectiveness shall not invalidate the remainder +of the License, and in such case Affirmer hereby affirms that he or she +will not (i) exercise any of his or her remaining Copyright and Related +Rights in the Work or (ii) assert any associated claims and causes of +action with respect to the Work, in either case contrary to Affirmer's +express Statement of Purpose. + +4. Limitations and Disclaimers. + + a. No trademark or patent rights held by Affirmer are waived, abandoned, + surrendered, licensed or otherwise affected by this document. + b. Affirmer offers the Work as-is and makes no representations or + warranties of any kind concerning the Work, express, implied, + statutory or otherwise, including without limitation warranties of + title, merchantability, fitness for a particular purpose, non + infringement, or the absence of latent or other defects, accuracy, or + the present or absence of errors, whether or not discoverable, all to + the greatest extent permissible under applicable law. + c. Affirmer disclaims responsibility for clearing rights of other persons + that may apply to the Work or any use thereof, including without + limitation any person's Copyright and Related Rights in the Work. + Further, Affirmer disclaims responsibility for obtaining any necessary + consents, permissions or other rights required for any use of the + Work. + d. Affirmer understands and acknowledges that Creative Commons is not a + party to this document and has no duty or obligation with respect to + this CC0 or use of the Work. \ No newline at end of file diff --git a/escape-room-version-2/addons/godot-xr-tools/editor/icons/audio.svg b/escape-room-version-2/addons/godot-xr-tools/editor/icons/audio.svg new file mode 100644 index 0000000..81449d5 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/editor/icons/audio.svg @@ -0,0 +1,48 @@ + + + + + + diff --git a/escape-room-version-2/addons/godot-xr-tools/editor/icons/audio.svg.import b/escape-room-version-2/addons/godot-xr-tools/editor/icons/audio.svg.import new file mode 100644 index 0000000..e32c0c5 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/editor/icons/audio.svg.import @@ -0,0 +1,43 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dhnfbf4p0s74" +path="res://.godot/imported/audio.svg-20d7f0b624a1b2ef54f1b4d12970c8d0.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://addons/godot-xr-tools/editor/icons/audio.svg" +dest_files=["res://.godot/imported/audio.svg-20d7f0b624a1b2ef54f1b4d12970c8d0.ctex"] + +[params] + +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 +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 +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/escape-room-version-2/addons/godot-xr-tools/editor/icons/body.svg b/escape-room-version-2/addons/godot-xr-tools/editor/icons/body.svg new file mode 100644 index 0000000..315f25c --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/editor/icons/body.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/escape-room-version-2/addons/godot-xr-tools/editor/icons/body.svg.import b/escape-room-version-2/addons/godot-xr-tools/editor/icons/body.svg.import new file mode 100644 index 0000000..0dbe368 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/editor/icons/body.svg.import @@ -0,0 +1,43 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cyg33jxco0rh6" +path="res://.godot/imported/body.svg-324e141d452c32f3136ca97c338025b4.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://addons/godot-xr-tools/editor/icons/body.svg" +dest_files=["res://.godot/imported/body.svg-324e141d452c32f3136ca97c338025b4.ctex"] + +[params] + +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 +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 +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/escape-room-version-2/addons/godot-xr-tools/editor/icons/foot.svg b/escape-room-version-2/addons/godot-xr-tools/editor/icons/foot.svg new file mode 100644 index 0000000..f10fa92 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/editor/icons/foot.svg @@ -0,0 +1,43 @@ + + + + + + + diff --git a/escape-room-version-2/addons/godot-xr-tools/editor/icons/foot.svg.import b/escape-room-version-2/addons/godot-xr-tools/editor/icons/foot.svg.import new file mode 100644 index 0000000..102d349 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/editor/icons/foot.svg.import @@ -0,0 +1,43 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bfkcd3fkyahqu" +path="res://.godot/imported/foot.svg-9e361563e010aa07be49bfb25fdb6639.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://addons/godot-xr-tools/editor/icons/foot.svg" +dest_files=["res://.godot/imported/foot.svg-9e361563e010aa07be49bfb25fdb6639.ctex"] + +[params] + +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 +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 +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/escape-room-version-2/addons/godot-xr-tools/editor/icons/function.svg b/escape-room-version-2/addons/godot-xr-tools/editor/icons/function.svg new file mode 100644 index 0000000..4d4b901 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/editor/icons/function.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/escape-room-version-2/addons/godot-xr-tools/editor/icons/function.svg.import b/escape-room-version-2/addons/godot-xr-tools/editor/icons/function.svg.import new file mode 100644 index 0000000..5a35a74 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/editor/icons/function.svg.import @@ -0,0 +1,43 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b5vxil50s0ofi" +path="res://.godot/imported/function.svg-52c5f936037e0f38a4da2b1e16ae67fe.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://addons/godot-xr-tools/editor/icons/function.svg" +dest_files=["res://.godot/imported/function.svg-52c5f936037e0f38a4da2b1e16ae67fe.ctex"] + +[params] + +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 +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 +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/escape-room-version-2/addons/godot-xr-tools/editor/icons/hand.svg b/escape-room-version-2/addons/godot-xr-tools/editor/icons/hand.svg new file mode 100644 index 0000000..a81dd06 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/editor/icons/hand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/escape-room-version-2/addons/godot-xr-tools/editor/icons/hand.svg.import b/escape-room-version-2/addons/godot-xr-tools/editor/icons/hand.svg.import new file mode 100644 index 0000000..c1b8617 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/editor/icons/hand.svg.import @@ -0,0 +1,43 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://beko1qhyybx7e" +path="res://.godot/imported/hand.svg-a05486d804ef16320d6cf54e06292b8f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://addons/godot-xr-tools/editor/icons/hand.svg" +dest_files=["res://.godot/imported/hand.svg-a05486d804ef16320d6cf54e06292b8f.ctex"] + +[params] + +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 +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 +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/escape-room-version-2/addons/godot-xr-tools/editor/icons/movement_provider.svg b/escape-room-version-2/addons/godot-xr-tools/editor/icons/movement_provider.svg new file mode 100644 index 0000000..d7ff1a9 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/editor/icons/movement_provider.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/escape-room-version-2/addons/godot-xr-tools/editor/icons/movement_provider.svg.import b/escape-room-version-2/addons/godot-xr-tools/editor/icons/movement_provider.svg.import new file mode 100644 index 0000000..0428797 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/editor/icons/movement_provider.svg.import @@ -0,0 +1,43 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://04fn15h4x333" +path="res://.godot/imported/movement_provider.svg-3c994cf0a3775c20f333be563d69fbf8.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://addons/godot-xr-tools/editor/icons/movement_provider.svg" +dest_files=["res://.godot/imported/movement_provider.svg-3c994cf0a3775c20f333be563d69fbf8.ctex"] + +[params] + +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 +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 +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/escape-room-version-2/addons/godot-xr-tools/editor/icons/node.svg b/escape-room-version-2/addons/godot-xr-tools/editor/icons/node.svg new file mode 100644 index 0000000..7cccd7e --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/editor/icons/node.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/escape-room-version-2/addons/godot-xr-tools/editor/icons/node.svg.import b/escape-room-version-2/addons/godot-xr-tools/editor/icons/node.svg.import new file mode 100644 index 0000000..3e432de --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/editor/icons/node.svg.import @@ -0,0 +1,43 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b6gwa6o27pbry" +path="res://.godot/imported/node.svg-37d53571b4a4459efefcc791c5402b4f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://addons/godot-xr-tools/editor/icons/node.svg" +dest_files=["res://.godot/imported/node.svg-37d53571b4a4459efefcc791c5402b4f.ctex"] + +[params] + +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 +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 +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/escape-room-version-2/addons/godot-xr-tools/editor/icons/rumble.svg b/escape-room-version-2/addons/godot-xr-tools/editor/icons/rumble.svg new file mode 100644 index 0000000..93e696f --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/editor/icons/rumble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/escape-room-version-2/addons/godot-xr-tools/editor/icons/rumble.svg.import b/escape-room-version-2/addons/godot-xr-tools/editor/icons/rumble.svg.import new file mode 100644 index 0000000..1cfeef3 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/editor/icons/rumble.svg.import @@ -0,0 +1,43 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dsexrsb8t0vi2" +path="res://.godot/imported/rumble.svg-104961f6551a931675972887ab17d2bc.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://addons/godot-xr-tools/editor/icons/rumble.svg" +dest_files=["res://.godot/imported/rumble.svg-104961f6551a931675972887ab17d2bc.ctex"] + +[params] + +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 +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 +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/escape-room-version-2/addons/godot-xr-tools/effects/fade.gd b/escape-room-version-2/addons/godot-xr-tools/effects/fade.gd new file mode 100644 index 0000000..cdefe02 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/effects/fade.gd @@ -0,0 +1,79 @@ +@tool +class_name XRToolsFade +extends Node3D + + +## XR Tools Fade Script +## +## This script manages fading the view. + + +# Dictionary of fade requests +var _faders : Dictionary = {} + +# Fade update flag +var _update : bool = false + +# Fade mesh +var _mesh : MeshInstance3D + +# Fade shader material +var _material : ShaderMaterial + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsFade" + + +# Called when the fade node is ready +func _ready() -> void: + # Add to the fade_mesh group - in the future this should be replaced with + # static instances. + add_to_group("fade_mesh") + + # Get the mesh and material + _mesh = $FadeMesh + _material = _mesh.get_surface_override_material(0) + + +# Called every frame. 'delta' is the elapsed time since the previous frame. +func _process(_delta : float) -> void: + # Skip if nothing to update + if not _update: + return + + # Calculate the cumulative shade color + var fade := Color(1, 1, 1, 0) + var show := false + for whom in _faders: + var color := _faders[whom] as Color + fade = fade.blend(color) + show = true + + # Set the shader and show if necessary + _material.set_shader_parameter("albedo", fade) + _mesh.visible = show + _update = false + + +# Set the fade level +func set_fade_level(p_whom : Variant, p_color : Color) -> void: + # Test if fading is needed + if p_color.a > 0: + # Set the fade level + _faders[p_whom] = p_color + _update = true + elif _faders.erase(p_whom): + # Fade erased + _update = true + + +## Set the fade level on the fade instance +static func set_fade(p_whom : Variant, p_color : Color) -> void: + # In the future this use of groups should be replaced by static instances. + var tree := Engine.get_main_loop() as SceneTree + for node in tree.get_nodes_in_group("fade_mesh"): + var fade := node as XRToolsFade + if fade: + fade.set_fade_level(p_whom, p_color) diff --git a/escape-room-version-2/addons/godot-xr-tools/effects/fade.gd.uid b/escape-room-version-2/addons/godot-xr-tools/effects/fade.gd.uid new file mode 100644 index 0000000..1f35c0e --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/effects/fade.gd.uid @@ -0,0 +1 @@ +uid://cg2rbil60ljlx diff --git a/escape-room-version-2/addons/godot-xr-tools/effects/fade.gdshader b/escape-room-version-2/addons/godot-xr-tools/effects/fade.gdshader new file mode 100644 index 0000000..5f49fa2 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/effects/fade.gdshader @@ -0,0 +1,13 @@ +shader_type spatial; +render_mode depth_test_disabled, skip_vertex_transform, unshaded, cull_disabled; + +uniform vec4 albedo : source_color; + +void vertex() { + POSITION = vec4(VERTEX.x, -VERTEX.y, 0.0, 1.0); +} + +void fragment() { + ALBEDO = albedo.rgb; + ALPHA = albedo.a; +} diff --git a/escape-room-version-2/addons/godot-xr-tools/effects/fade.gdshader.uid b/escape-room-version-2/addons/godot-xr-tools/effects/fade.gdshader.uid new file mode 100644 index 0000000..275f51e --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/effects/fade.gdshader.uid @@ -0,0 +1 @@ +uid://b7si04pqnb1yy diff --git a/escape-room-version-2/addons/godot-xr-tools/effects/fade.tscn b/escape-room-version-2/addons/godot-xr-tools/effects/fade.tscn new file mode 100644 index 0000000..416cbff --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/effects/fade.tscn @@ -0,0 +1,21 @@ +[gd_scene load_steps=5 format=3 uid="uid://wtpox7m5vu2b"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/effects/fade.gd" id="1_6667f"] +[ext_resource type="Shader" path="res://addons/godot-xr-tools/effects/fade.gdshader" id="1_tjen8"] + +[sub_resource type="QuadMesh" id="QuadMesh_aqp6r"] +custom_aabb = AABB(-5000, -5000, -5000, 10000, 10000, 10000) +size = Vector2(2, 2) + +[sub_resource type="ShaderMaterial" id="ShaderMaterial_xjgy8"] +render_priority = 50 +shader = ExtResource("1_tjen8") +shader_parameter/albedo = Color(0, 0, 0, 1) + +[node name="Fade" type="Node3D"] +script = ExtResource("1_6667f") + +[node name="FadeMesh" type="MeshInstance3D" parent="."] +visible = false +mesh = SubResource("QuadMesh_aqp6r") +surface_material_override/0 = SubResource("ShaderMaterial_xjgy8") diff --git a/escape-room-version-2/addons/godot-xr-tools/effects/vignette.gd b/escape-room-version-2/addons/godot-xr-tools/effects/vignette.gd new file mode 100644 index 0000000..c8bb62a --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/effects/vignette.gd @@ -0,0 +1,195 @@ +@tool +class_name XRToolsVignette +extends Node3D + +@export var radius : float = 1.0: set = set_radius +@export var fade : float = 0.05: set = set_fade +@export var steps : int = 32: set = set_steps + +@export var auto_adjust : bool = true: set = set_auto_adjust +@export var auto_inner_radius : float = 0.35 +@export var auto_fade_out_factor : float = 1.5 +@export var auto_fade_delay : float = 1.0 +@export var auto_rotation_limit : float = 20.0: set = set_auto_rotation_limit +@export var auto_velocity_limit : float = 10.0 + +var material : ShaderMaterial = preload("res://addons/godot-xr-tools/effects/vignette.tres") + +var auto_first = true +var fade_delay = 0.0 +var origin_node = null +var last_origin_basis : Basis +var last_location : Vector3 +@onready var auto_rotation_limit_rad = deg_to_rad(auto_rotation_limit) + +func set_radius(new_radius : float) -> void: + radius = new_radius + if is_inside_tree(): + _update_radius() + +func _update_radius() -> void: + if radius < 1.0: + if material: + material.set_shader_parameter("radius", radius * sqrt(2)) + $Mesh.visible = true + else: + $Mesh.visible = false + +func set_fade(new_fade : float) -> void: + fade = new_fade + if is_inside_tree(): + _update_fade() + +func _update_fade() -> void: + if material: + material.set_shader_parameter("fade", fade) + + +func set_steps(new_steps : int) -> void: + steps = new_steps + if is_inside_tree(): + _update_mesh() + +func _update_mesh() -> void: + var vertices : PackedVector3Array + var indices : PackedInt32Array + + vertices.resize(2 * steps) + indices.resize(6 * steps) + for i in steps: + var v : Vector3 = Vector3.RIGHT.rotated(Vector3.FORWARD, deg_to_rad((360.0 * i) / steps)) + vertices[i] = v + vertices[steps+i] = v * 2.0 + + var off = i * 6 + var i2 = ((i + 1) % steps) + indices[off + 0] = steps + i + indices[off + 1] = steps + i2 + indices[off + 2] = i2 + indices[off + 3] = steps + i + indices[off + 4] = i2 + indices[off + 5] = i + + # update our mesh + var arr_mesh = ArrayMesh.new() + var arr : Array + arr.resize(ArrayMesh.ARRAY_MAX) + arr[ArrayMesh.ARRAY_VERTEX] = vertices + arr[ArrayMesh.ARRAY_INDEX] = indices + arr_mesh.add_surface_from_arrays(Mesh.PRIMITIVE_TRIANGLES, arr) + arr_mesh.custom_aabb = AABB(Vector3(-1.0, -1.0, -1.0), Vector3(1.0, 1.0, 1.0)) + + $Mesh.mesh = arr_mesh + $Mesh.set_surface_override_material(0, material) + +func set_auto_adjust(new_auto_adjust : bool) -> void: + auto_adjust = new_auto_adjust + if is_inside_tree() and !Engine.is_editor_hint(): + _update_auto_adjust() + +func _update_auto_adjust() -> void: + # Turn process on if auto adjust is true. + # Note we don't turn it off here, we want to finish fading out the vignette if needed + if auto_adjust: + set_process(true) + +func set_auto_rotation_limit(new_auto_rotation_limit : float) -> void: + auto_rotation_limit = new_auto_rotation_limit + auto_rotation_limit_rad = deg_to_rad(auto_rotation_limit) + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsVignette" + + +# Called when the node enters the scene tree for the first time. +func _ready(): + if !Engine.is_editor_hint(): + origin_node = XRHelpers.get_xr_origin(self) + _update_mesh() + _update_radius() + _update_fade() + _update_auto_adjust() + else: + set_process(false) + +# Called on process +func _process(delta): + if Engine.is_editor_hint(): + return + + if !origin_node: + return + + if !auto_adjust: + # set to true for next time this is enabled + auto_first = true + + # We are done, turn off process + set_process(false) + + return + + if auto_first: + # first time we run process since starting, just record transform + last_origin_basis = origin_node.global_transform.basis + last_location = global_transform.origin + auto_first = false + return + + # Get our delta transform + var delta_b = origin_node.global_transform.basis * last_origin_basis.inverse() + var delta_v = global_transform.origin - last_location + + # Adjust radius based on rotation speed of our origin point (not of head movement). + # We convert our delta rotation to a quaterion. + # A quaternion represents a rotation around an angle. + var q = delta_b.get_rotation_quaternion() + + # We get our angle from our w component and then adjust to get a + # rotation speed per second by dividing by delta + var angle = (2 * acos(q.w)) / delta + + # Calculate what our radius should be for our rotation speed + var target_radius = 1.0 + if auto_rotation_limit > 0: + target_radius = 1.0 - ( + clamp(angle / auto_rotation_limit_rad, 0.0, 1.0) * (1.0 - auto_inner_radius)) + + # Now do the same for speed, this includes players physical speed but there + # isn't much we can do there. + if auto_velocity_limit > 0: + var velocity = delta_v.length() / delta + target_radius = min(target_radius, 1.0 - ( + clamp(velocity / auto_velocity_limit, 0.0, 1.0) * (1.0 - auto_inner_radius))) + + # if our radius is small then our current we apply it + if target_radius < radius: + set_radius(target_radius) + fade_delay = auto_fade_delay + elif fade_delay > 0.0: + fade_delay -= delta + else: + set_radius(clamp(radius + delta / auto_fade_out_factor, 0.0, 1.0)) + + last_origin_basis = origin_node.global_transform.basis + last_location = global_transform.origin + +# This method verifies the vignette has a valid configuration. +# Specifically it checks the following: +# - XROrigin3D is a parent +# - XRCamera3D is our parent +func _get_configuration_warnings() -> PackedStringArray: + var warnings := PackedStringArray() + + # Check the origin node + if !XRHelpers.get_xr_origin(self): + warnings.append("Parent node must be in a branch from XROrigin3D") + + # check camera node + var parent = get_parent() + if !parent or !parent is XRCamera3D: + warnings.append("Parent node must be an XRCamera3D") + + return warnings diff --git a/escape-room-version-2/addons/godot-xr-tools/effects/vignette.gd.uid b/escape-room-version-2/addons/godot-xr-tools/effects/vignette.gd.uid new file mode 100644 index 0000000..69b094b --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/effects/vignette.gd.uid @@ -0,0 +1 @@ +uid://dl5pbpmm3ps1g diff --git a/escape-room-version-2/addons/godot-xr-tools/effects/vignette.gdshader b/escape-room-version-2/addons/godot-xr-tools/effects/vignette.gdshader new file mode 100644 index 0000000..0b3f0d3 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/effects/vignette.gdshader @@ -0,0 +1,34 @@ +shader_type spatial; +render_mode depth_test_disabled, skip_vertex_transform, unshaded, cull_disabled; + +uniform vec4 color : source_color = vec4(0.0, 0.0, 0.0, 1.0); +uniform float radius = 1.0; +uniform float fade = 0.05; + +varying float dist; + +void vertex() { + vec2 v = VERTEX.xy; + dist = length(v); + + // outer ring is 2.0, inner ring is 1.0, so this scales purely the inner ring + if (dist < 1.5) { + // Adjust by radius + dist = radius; + v *= dist; + + // We don't know our eye center, projecting a center point in the distance gives us a good enough approximation + vec4 eye = PROJECTION_MATRIX * vec4(0.0, 0.0, 100.0, 1.0); + + // and we offset our inner circle + v += eye.xy / eye.w; + } + + float z = PROJECTION_MATRIX[2][2] < 0.0 ? 0.0 : 1.0; + POSITION = vec4(v, z, 1.0); +} + +void fragment() { + ALBEDO = color.rgb; + ALPHA = clamp((dist - radius) / fade, 0.0, 1.0); +} diff --git a/escape-room-version-2/addons/godot-xr-tools/effects/vignette.gdshader.uid b/escape-room-version-2/addons/godot-xr-tools/effects/vignette.gdshader.uid new file mode 100644 index 0000000..c9377d1 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/effects/vignette.gdshader.uid @@ -0,0 +1 @@ +uid://dkkqr1jh2i0aq diff --git a/escape-room-version-2/addons/godot-xr-tools/effects/vignette.tres b/escape-room-version-2/addons/godot-xr-tools/effects/vignette.tres new file mode 100644 index 0000000..632d344 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/effects/vignette.tres @@ -0,0 +1,10 @@ +[gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://cesiqdvdfojle"] + +[ext_resource type="Shader" path="res://addons/godot-xr-tools/effects/vignette.gdshader" id="1_x02h0"] + +[resource] +render_priority = 99 +shader = ExtResource("1_x02h0") +shader_parameter/color = Color(0, 0, 0, 1) +shader_parameter/radius = 0.282843 +shader_parameter/fade = 0.05 diff --git a/escape-room-version-2/addons/godot-xr-tools/effects/vignette.tscn b/escape-room-version-2/addons/godot-xr-tools/effects/vignette.tscn new file mode 100644 index 0000000..304a637 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/effects/vignette.tscn @@ -0,0 +1,28 @@ +[gd_scene load_steps=4 format=3 uid="uid://cc6ngdqie8o8c"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/effects/vignette.gd" id="1"] +[ext_resource type="Material" uid="uid://cesiqdvdfojle" path="res://addons/godot-xr-tools/effects/vignette.tres" id="2_djtaj"] + +[sub_resource type="ArrayMesh" id="ArrayMesh_yyajy"] +_surfaces = [{ +"aabb": AABB(-2, -2, 0, 4, 4, 1e-05), +"format": 34359742465, +"index_count": 192, +"index_data": PackedByteArray(32, 0, 33, 0, 1, 0, 32, 0, 1, 0, 0, 0, 33, 0, 34, 0, 2, 0, 33, 0, 2, 0, 1, 0, 34, 0, 35, 0, 3, 0, 34, 0, 3, 0, 2, 0, 35, 0, 36, 0, 4, 0, 35, 0, 4, 0, 3, 0, 36, 0, 37, 0, 5, 0, 36, 0, 5, 0, 4, 0, 37, 0, 38, 0, 6, 0, 37, 0, 6, 0, 5, 0, 38, 0, 39, 0, 7, 0, 38, 0, 7, 0, 6, 0, 39, 0, 40, 0, 8, 0, 39, 0, 8, 0, 7, 0, 40, 0, 41, 0, 9, 0, 40, 0, 9, 0, 8, 0, 41, 0, 42, 0, 10, 0, 41, 0, 10, 0, 9, 0, 42, 0, 43, 0, 11, 0, 42, 0, 11, 0, 10, 0, 43, 0, 44, 0, 12, 0, 43, 0, 12, 0, 11, 0, 44, 0, 45, 0, 13, 0, 44, 0, 13, 0, 12, 0, 45, 0, 46, 0, 14, 0, 45, 0, 14, 0, 13, 0, 46, 0, 47, 0, 15, 0, 46, 0, 15, 0, 14, 0, 47, 0, 48, 0, 16, 0, 47, 0, 16, 0, 15, 0, 48, 0, 49, 0, 17, 0, 48, 0, 17, 0, 16, 0, 49, 0, 50, 0, 18, 0, 49, 0, 18, 0, 17, 0, 50, 0, 51, 0, 19, 0, 50, 0, 19, 0, 18, 0, 51, 0, 52, 0, 20, 0, 51, 0, 20, 0, 19, 0, 52, 0, 53, 0, 21, 0, 52, 0, 21, 0, 20, 0, 53, 0, 54, 0, 22, 0, 53, 0, 22, 0, 21, 0, 54, 0, 55, 0, 23, 0, 54, 0, 23, 0, 22, 0, 55, 0, 56, 0, 24, 0, 55, 0, 24, 0, 23, 0, 56, 0, 57, 0, 25, 0, 56, 0, 25, 0, 24, 0, 57, 0, 58, 0, 26, 0, 57, 0, 26, 0, 25, 0, 58, 0, 59, 0, 27, 0, 58, 0, 27, 0, 26, 0, 59, 0, 60, 0, 28, 0, 59, 0, 28, 0, 27, 0, 60, 0, 61, 0, 29, 0, 60, 0, 29, 0, 28, 0, 61, 0, 62, 0, 30, 0, 61, 0, 30, 0, 29, 0, 62, 0, 63, 0, 31, 0, 62, 0, 31, 0, 30, 0, 63, 0, 32, 0, 0, 0, 63, 0, 0, 0, 31, 0), +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 64, +"vertex_data": PackedByteArray(0, 0, 128, 63, 0, 0, 0, 0, 0, 0, 0, 0, 190, 20, 123, 63, 194, 197, 71, 190, 0, 0, 0, 0, 94, 131, 108, 63, 22, 239, 195, 190, 0, 0, 0, 0, 49, 219, 84, 63, 218, 57, 14, 191, 0, 0, 0, 0, 243, 4, 53, 63, 243, 4, 53, 191, 0, 0, 0, 0, 218, 57, 14, 63, 49, 219, 84, 191, 0, 0, 0, 0, 21, 239, 195, 62, 94, 131, 108, 191, 0, 0, 0, 0, 196, 197, 71, 62, 190, 20, 123, 191, 0, 0, 0, 0, 46, 189, 59, 179, 0, 0, 128, 191, 0, 0, 0, 0, 194, 197, 71, 190, 190, 20, 123, 191, 0, 0, 0, 0, 20, 239, 195, 190, 95, 131, 108, 191, 0, 0, 0, 0, 217, 57, 14, 191, 50, 219, 84, 191, 0, 0, 0, 0, 243, 4, 53, 191, 243, 4, 53, 191, 0, 0, 0, 0, 50, 219, 84, 191, 217, 57, 14, 191, 0, 0, 0, 0, 94, 131, 108, 191, 23, 239, 195, 190, 0, 0, 0, 0, 191, 20, 123, 191, 193, 197, 71, 190, 0, 0, 0, 0, 0, 0, 128, 191, 46, 189, 187, 51, 0, 0, 0, 0, 191, 20, 123, 191, 189, 197, 71, 62, 0, 0, 0, 0, 94, 131, 108, 191, 21, 239, 195, 62, 0, 0, 0, 0, 48, 219, 84, 191, 219, 57, 14, 63, 0, 0, 0, 0, 244, 4, 53, 191, 242, 4, 53, 63, 0, 0, 0, 0, 221, 57, 14, 191, 47, 219, 84, 63, 0, 0, 0, 0, 26, 239, 195, 190, 94, 131, 108, 63, 0, 0, 0, 0, 198, 197, 71, 190, 190, 20, 123, 63, 0, 0, 0, 0, 46, 222, 76, 50, 0, 0, 128, 63, 0, 0, 0, 0, 200, 197, 71, 62, 190, 20, 123, 63, 0, 0, 0, 0, 27, 239, 195, 62, 93, 131, 108, 63, 0, 0, 0, 0, 215, 57, 14, 63, 51, 219, 84, 63, 0, 0, 0, 0, 242, 4, 53, 63, 245, 4, 53, 63, 0, 0, 0, 0, 49, 219, 84, 63, 219, 57, 14, 63, 0, 0, 0, 0, 95, 131, 108, 63, 21, 239, 195, 62, 0, 0, 0, 0, 191, 20, 123, 63, 188, 197, 71, 62, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 190, 20, 251, 63, 194, 197, 199, 190, 0, 0, 0, 0, 94, 131, 236, 63, 22, 239, 67, 191, 0, 0, 0, 0, 49, 219, 212, 63, 218, 57, 142, 191, 0, 0, 0, 0, 243, 4, 181, 63, 243, 4, 181, 191, 0, 0, 0, 0, 218, 57, 142, 63, 49, 219, 212, 191, 0, 0, 0, 0, 21, 239, 67, 63, 94, 131, 236, 191, 0, 0, 0, 0, 196, 197, 199, 62, 190, 20, 251, 191, 0, 0, 0, 0, 46, 189, 187, 179, 0, 0, 0, 192, 0, 0, 0, 0, 194, 197, 199, 190, 190, 20, 251, 191, 0, 0, 0, 0, 20, 239, 67, 191, 95, 131, 236, 191, 0, 0, 0, 0, 217, 57, 142, 191, 50, 219, 212, 191, 0, 0, 0, 0, 243, 4, 181, 191, 243, 4, 181, 191, 0, 0, 0, 0, 50, 219, 212, 191, 217, 57, 142, 191, 0, 0, 0, 0, 94, 131, 236, 191, 23, 239, 67, 191, 0, 0, 0, 0, 191, 20, 251, 191, 193, 197, 199, 190, 0, 0, 0, 0, 0, 0, 0, 192, 46, 189, 59, 52, 0, 0, 0, 0, 191, 20, 251, 191, 189, 197, 199, 62, 0, 0, 0, 0, 94, 131, 236, 191, 21, 239, 67, 63, 0, 0, 0, 0, 48, 219, 212, 191, 219, 57, 142, 63, 0, 0, 0, 0, 244, 4, 181, 191, 242, 4, 181, 63, 0, 0, 0, 0, 221, 57, 142, 191, 47, 219, 212, 63, 0, 0, 0, 0, 26, 239, 67, 191, 94, 131, 236, 63, 0, 0, 0, 0, 198, 197, 199, 190, 190, 20, 251, 63, 0, 0, 0, 0, 46, 222, 204, 50, 0, 0, 0, 64, 0, 0, 0, 0, 200, 197, 199, 62, 190, 20, 251, 63, 0, 0, 0, 0, 27, 239, 67, 63, 93, 131, 236, 63, 0, 0, 0, 0, 215, 57, 142, 63, 51, 219, 212, 63, 0, 0, 0, 0, 242, 4, 181, 63, 245, 4, 181, 63, 0, 0, 0, 0, 49, 219, 212, 63, 219, 57, 142, 63, 0, 0, 0, 0, 95, 131, 236, 63, 21, 239, 67, 63, 0, 0, 0, 0, 191, 20, 251, 63, 188, 197, 199, 62, 0, 0, 0, 0) +}] +custom_aabb = AABB(-1, -1, -1, 1, 1, 1) + +[node name="Vignette" type="Node3D"] +script = ExtResource("1") + +[node name="Mesh" type="MeshInstance3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -1) +visible = false +cast_shadow = 0 +ignore_occlusion_culling = true +mesh = SubResource("ArrayMesh_yyajy") +surface_material_override/0 = ExtResource("2_djtaj") diff --git a/escape-room-version-2/addons/godot-xr-tools/events/pointer_event.gd b/escape-room-version-2/addons/godot-xr-tools/events/pointer_event.gd new file mode 100644 index 0000000..0941000 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/events/pointer_event.gd @@ -0,0 +1,134 @@ +class_name XRToolsPointerEvent + +## Types of pointer events +enum Type { + ## Pointer entered target + ENTERED, + + ## Pointer exited target + EXITED, + + ## Pointer pressed target + PRESSED, + + ## Pointer released target + RELEASED, + + ## Pointer moved on target + MOVED +} + +## Type of pointer event +var event_type : Type + +## Pointer generating event +var pointer : Node3D + +## Target of pointer +var target : Node3D + +## Point position +var position : Vector3 + +## Last point position +var last_position : Vector3 + + +## Initialize a new instance of the XRToolsPointerEvent class +func _init( + p_event_type : Type, + p_pointer : Node3D, + p_target : Node3D, + p_position : Vector3, + p_last_position : Vector3) -> void: + event_type = p_event_type + pointer = p_pointer + target = p_target + position = p_position + last_position = p_last_position + + +## Report a pointer entered event +static func entered( + pointer : Node3D, + target : Node3D, + at : Vector3) -> void: + report( + XRToolsPointerEvent.new( + Type.ENTERED, + pointer, + target, + at, + at)) + + +## Report pointer moved event +static func moved( + pointer : Node3D, + target : Node3D, + to : Vector3, + from : Vector3) -> void: + report( + XRToolsPointerEvent.new( + Type.MOVED, + pointer, + target, + to, + from)) + + +## Report pointer pressed event +static func pressed( + pointer : Node3D, + target : Node3D, + at : Vector3) -> void: + report( + XRToolsPointerEvent.new( + Type.PRESSED, + pointer, + target, + at, + at)) + + +## Report pointer released event +static func released( + pointer : Node3D, + target : Node3D, + at : Vector3) -> void: + report( + XRToolsPointerEvent.new( + Type.RELEASED, + pointer, + target, + at, + at)) + + +## Report a pointer exited event +static func exited( + pointer : Node3D, + target : Node3D, + last : Vector3) -> void: + report( + XRToolsPointerEvent.new( + Type.EXITED, + pointer, + target, + last, + last)) + + +## Report a pointer event +static func report(event : XRToolsPointerEvent) -> void: + # Fire event on pointer + if is_instance_valid(event.pointer): + if event.pointer.has_signal("pointing_event"): + event.pointer.emit_signal("pointing_event", event) + + # Fire event/method on the target if it's valid + if is_instance_valid(event.target): + if event.target.has_signal("pointer_event"): + event.target.emit_signal("pointer_event", event) + elif event.target.has_method("pointer_event"): + event.target.pointer_event(event) diff --git a/escape-room-version-2/addons/godot-xr-tools/events/pointer_event.gd.uid b/escape-room-version-2/addons/godot-xr-tools/events/pointer_event.gd.uid new file mode 100644 index 0000000..19cc08f --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/events/pointer_event.gd.uid @@ -0,0 +1 @@ +uid://cm3hi0yeo7acb diff --git a/escape-room-version-2/addons/godot-xr-tools/examples/fall_damage.gd b/escape-room-version-2/addons/godot-xr-tools/examples/fall_damage.gd new file mode 100644 index 0000000..58dd2f5 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/examples/fall_damage.gd @@ -0,0 +1,92 @@ +@tool +class_name XRToolsFallDamage +extends XRToolsMovementProvider + + +## XR Tools Example Fall Damage Detector +## +## This example script detects the player falling to the ground and +## optionally hitting walls. +## +## It works by tracking the player body velocity to detect velocity +## changes (acceleration) exceeding a threshold. +## +## This doesn't use the usual Acceleration = dV / dT as it doesn't appear +## to work too well considering the "instantaneous" nature of the +## collision. Additionally all it would end up doing is multiplying the +## change in velocity by the physics-frame-rate making it sensitive to +## varying physics timing. +## +## Instead the threshold in terms of delta-velocity makes it easy to work +## out natural values. For example if the player falls under regular gravity +## (9.81 meters per second^2 for 1 second) then hits the ground, they will have fallen around +## 4.9 meters, and will then encounter an instantaneous velocity-change of +## 9.81 meters per second. +## +## This file can handle simple demonstrations, but games will most likely +## want to modify it, for example to ignore damage on certain surfaces. + + +## Signal invoked when the player takes fall damage +signal player_fall_damage(damage) + + +## Movement provider order +@export var order : int = 1000 + +## Ignore damage if player is launched up +@export var ignore_launch : bool = true + +## Only take damage on ground +@export var ground_only : bool = false + +## Acceleration limit +@export var damage_threshold : float = 8.0 + + +## Previous velocity +var _previous_velocity : Vector3 = Vector3.ZERO + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsFallDamage" + + +func _ready(): + # In Godot 4 we must now manually call our super class ready function + super() + + # Set as always active + is_active = true + + +func physics_movement(_delta: float, player_body: XRToolsPlayerBody, disabled: bool): + # Skip if not enabled + if disabled or !enabled: + _previous_velocity = player_body.velocity + return + + # Calculate the instantaneous acceleration + var accel_vec := player_body.velocity - _previous_velocity + _previous_velocity = player_body.velocity + + # Ignore launching the player + if ignore_launch: + # Forgive "up" acceleration equal to our "up" speed + var forgive : float = max(0, min(accel_vec.y, player_body.velocity.y)) + accel_vec.y -= forgive + + # Handle ground-only collisions + if ground_only: + # Ignore if not on ground + if not player_body.on_ground: + return + + # Only consider vertical acceleration + accel_vec *= Vector3.UP + + # Detect fall damage + var accel := accel_vec.length() + if accel > damage_threshold: + emit_signal("player_fall_damage", accel) diff --git a/escape-room-version-2/addons/godot-xr-tools/examples/fall_damage.gd.uid b/escape-room-version-2/addons/godot-xr-tools/examples/fall_damage.gd.uid new file mode 100644 index 0000000..ea4522d --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/examples/fall_damage.gd.uid @@ -0,0 +1 @@ +uid://bu074gqcugr16 diff --git a/escape-room-version-2/addons/godot-xr-tools/examples/fall_damage.tscn b/escape-room-version-2/addons/godot-xr-tools/examples/fall_damage.tscn new file mode 100644 index 0000000..e1b607d --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/examples/fall_damage.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://d2yejwiwab3wv"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/examples/fall_damage.gd" id="1"] + +[node name="FallDamage" type="Node" groups=["movement_providers"]] +script = ExtResource("1") diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/function_gaze_pointer.gd b/escape-room-version-2/addons/godot-xr-tools/functions/function_gaze_pointer.gd new file mode 100644 index 0000000..2d6c17c --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/function_gaze_pointer.gd @@ -0,0 +1,555 @@ +@tool +@icon("res://addons/godot-xr-tools/editor/icons/function.svg") +class_name XRToolsFunctionGazePointer +extends Node3D + + +## XR Tools Function Gaze Pointer Script +## +## This script implements a pointer function for a players camera. Pointer +## events (entered, exited, pressed, release, and movement) are delivered by +## invoking signals on the target node. +## +## Pointer target nodes commonly extend from [XRToolsInteractableArea] or +## [XRToolsInteractableBody]. + + +## Signal emitted when this object points at another object +signal pointing_event(event) + + +## Enumeration of laser show modes +enum LaserShow { + HIDE = 0, ## Hide laser + SHOW = 1, ## Show laser + COLLIDE = 2, ## Only show laser on collision +} + +## Enumeration of laser length modes +enum LaserLength { + FULL = 0, ## Full length + COLLIDE = 1 ## Draw to collision +} + + +## Default pointer collision mask of 21:pointable and 23:ui-objects +const DEFAULT_MASK := 0b0000_0000_0101_0000_0000_0000_0000_0000 + +## Default pointer collision mask of 23:ui-objects +const SUPPRESS_MASK := 0b0000_0000_0100_0000_0000_0000_0000_0000 + + +@export_group("General") + +## Pointer enabled +@export var enabled : bool = true: set = set_enabled + +## Y Offset for pointer +@export var y_offset : float = -0.013: set = set_y_offset + +## Pointer distance +@export var distance : float = 10: set = set_distance + +## Active button action +@export var active_button_action : String = "trigger_click" + +@export_group("Laser") + +## Controls when the laser is visible +@export var show_laser : LaserShow = LaserShow.SHOW: set = set_show_laser + +## Controls the length of the laser +@export var laser_length : LaserLength = LaserLength.FULL: set = set_laser_length + +## Laser pointer material +@export var laser_material : StandardMaterial3D = null : set = set_laser_material + +## Laser pointer material when hitting target +@export var laser_hit_material : StandardMaterial3D = null : set = set_laser_hit_material + +@export_group("Target") + +## If true, the pointer target is shown +@export var show_target : bool = false: set = set_show_target + +## Controls the target radius +@export var target_radius : float = 0.05: set = set_target_radius + +## Target material +@export var target_material : StandardMaterial3D = null : set = set_target_material + +@export_group("Collision") + +## Pointer collision mask +@export_flags_3d_physics var collision_mask : int = DEFAULT_MASK: set = set_collision_mask + +## Enable pointer collision with bodies +@export var collide_with_bodies : bool = true: set = set_collide_with_bodies + +## Enable pointer collision with areas +@export var collide_with_areas : bool = false: set = set_collide_with_areas + +@export_group("Suppression") + +## Suppress radius +@export var suppress_radius : float = 0.2: set = set_suppress_radius + +## Suppress mask +@export_flags_3d_physics var suppress_mask : int = SUPPRESS_MASK: set = set_suppress_mask + +@export_group("Gaze Pointer") + +## send clicks on hold or just move the mouse +@export var click_on_hold : bool = false + +## time on hold to release a click +@export var hold_time : float = 2.0 + +## Color our our visualisation +@export var color : Color = Color(1.0, 1.0, 1.0, 1.0): set = set_color + +## Size of the pointer end +@export var size : Vector2 = Vector2(0.3, 0.3): set = set_size + +## held time counter +var time_held = 0.0 + +## hold to click cursor material +var material : ShaderMaterial + +## bool for release click +var gaze_pressed = false + +## Current target node +var target : Node3D = null + +## Last target node +var last_target : Node3D = null + +## Last collision point +var last_collided_at : Vector3 = Vector3.ZERO + +# World scale +var _world_scale : float = 1.0 + +# The current camera +var _camera_parent : XRCamera3D + +## Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsFunctionGazePointer" + + +# Called when the node enters the scene tree for the first time. +func _ready(): + # Do not initialise if in the editor + if Engine.is_editor_hint(): + return + + # Read the initial world-scale + _world_scale = XRServer.world_scale + + _camera_parent = get_parent() as XRCamera3D + + material = $Visualise.get_surface_override_material(0) + + if !Engine.is_editor_hint(): + _set_time_held(0.0) + + _update_size() + _update_color() + + # init our state + _update_y_offset() + _update_distance() + _update_pointer() + _update_target_radius() + _update_target_material() + _update_collision_mask() + _update_collide_with_bodies() + _update_collide_with_areas() + _update_suppress_radius() + _update_suppress_mask() + + +# Called on each frame to update the pickup +func _process(delta): + # Do not process if in the editor + if Engine.is_editor_hint() or !is_inside_tree(): + return + + # Handle world-scale changes + var new_world_scale := XRServer.world_scale + if (_world_scale != new_world_scale): + _world_scale = new_world_scale + _update_y_offset() + + # Find the new pointer target + var new_target : Node3D + var new_at : Vector3 + var suppress_area := $SuppressArea + if (enabled and + not $SuppressArea.has_overlapping_bodies() and + not $SuppressArea.has_overlapping_areas() and + $RayCast.is_colliding()): + new_at = $RayCast.get_collision_point() + if target: + # Locked to 'target' even if we're colliding with something else + new_target = target + else: + # Target is whatever the raycast is colliding with + new_target = $RayCast.get_collider() + + # hide gaze pointer when pressed + if gaze_pressed: + show_target = false + else: + show_target = true + + # If no current or previous collisions then skip + if not new_target and not last_target: + return + + # Handle pointer changes + if new_target and not last_target: + # Pointer entered new_target + XRToolsPointerEvent.entered(self, new_target, new_at) + + # Pointer moved on new_target for the first time + XRToolsPointerEvent.moved(self, new_target, new_at, new_at) + + if click_on_hold and !gaze_pressed: + _set_time_held(time_held + delta) + if time_held > hold_time: + _button_pressed() + + # Update visible artifacts for hit + _visible_hit(new_at) + elif not new_target and last_target: + # Pointer exited last_target + XRToolsPointerEvent.exited(self, last_target, last_collided_at) + + if click_on_hold: + _set_time_held(0.0) + gaze_pressed = false + + # Update visible artifacts for miss + _visible_miss() + elif new_target != last_target: + # Pointer exited last_target + XRToolsPointerEvent.exited(self, last_target, last_collided_at) + + if click_on_hold: + _set_time_held(0.0) + gaze_pressed = false + + # Pointer entered new_target + XRToolsPointerEvent.entered(self, new_target, new_at) + + # Pointer moved on new_target + XRToolsPointerEvent.moved(self, new_target, new_at, new_at) + + if click_on_hold and !gaze_pressed: + _set_time_held(time_held + delta) + if time_held > hold_time: + _button_pressed() + + # Move visible artifacts + _visible_move(new_at) + elif new_at != last_collided_at: + # Pointer moved on new_target + XRToolsPointerEvent.moved(self, new_target, new_at, last_collided_at) + + if click_on_hold and !gaze_pressed: + _set_time_held(time_held + delta) + if time_held > hold_time: + _button_pressed() + + # Move visible artifacts + _visible_move(new_at) + + # Update last values + last_target = new_target + last_collided_at = new_at + + +# Set pointer enabled property +func set_enabled(p_enabled : bool) -> void: + enabled = p_enabled + if is_inside_tree(): + _update_pointer() + + +# Set pointer y_offset property +func set_y_offset(p_offset : float) -> void: + y_offset = p_offset + if is_inside_tree(): + _update_y_offset() + + +# Set pointer distance property +func set_distance(p_new_value : float) -> void: + distance = p_new_value + if is_inside_tree(): + _update_distance() + + +# Set pointer show_laser property +func set_show_laser(p_show : LaserShow) -> void: + show_laser = p_show + if is_inside_tree(): + _update_pointer() + + +# Set pointer laser_length property +func set_laser_length(p_laser_length : LaserLength) -> void: + laser_length = p_laser_length + if is_inside_tree(): + _update_pointer() + + +# Set pointer laser_material property +func set_laser_material(p_laser_material : StandardMaterial3D) -> void: + laser_material = p_laser_material + if is_inside_tree(): + _update_pointer() + + +# Set pointer laser_hit_material property +func set_laser_hit_material(p_laser_hit_material : StandardMaterial3D) -> void: + laser_hit_material = p_laser_hit_material + if is_inside_tree(): + _update_pointer() + + +# Set pointer show_target property +func set_show_target(p_show_target : bool) -> void: + show_target = p_show_target + if is_inside_tree(): + $Target.visible = enabled and show_target and last_target + + +# Set pointer target_radius property +func set_target_radius(p_target_radius : float) -> void: + target_radius = p_target_radius + if is_inside_tree(): + _update_target_radius() + + +# Set pointer target_material property +func set_target_material(p_target_material : StandardMaterial3D) -> void: + target_material = p_target_material + if is_inside_tree(): + _update_target_material() + + +# Set pointer collision_mask property +func set_collision_mask(p_new_mask : int) -> void: + collision_mask = p_new_mask + if is_inside_tree(): + _update_collision_mask() + + +# Set pointer collide_with_bodies property +func set_collide_with_bodies(p_new_value : bool) -> void: + collide_with_bodies = p_new_value + if is_inside_tree(): + _update_collide_with_bodies() + + +# Set pointer collide_with_areas property +func set_collide_with_areas(p_new_value : bool) -> void: + collide_with_areas = p_new_value + if is_inside_tree(): + _update_collide_with_areas() + + +# Set suppress radius property +func set_suppress_radius(p_suppress_radius : float) -> void: + suppress_radius = p_suppress_radius + if is_inside_tree(): + _update_suppress_radius() + + +func set_suppress_mask(p_suppress_mask : int) -> void: + suppress_mask = p_suppress_mask + if is_inside_tree(): + _update_suppress_mask() + + +# Pointer Y offset update handler +func _update_y_offset() -> void: + $Laser.position.y = y_offset * _world_scale + $RayCast.position.y = y_offset * _world_scale + + +# Pointer distance update handler +func _update_distance() -> void: + $RayCast.target_position.z = -distance + _update_pointer() + + +# Pointer target radius update handler +func _update_target_radius() -> void: + $Target.mesh.radius = target_radius + $Target.mesh.height = target_radius * 2 + + +# Pointer target_material update handler +func _update_target_material() -> void: + $Target.set_surface_override_material(0, target_material) + + +# Pointer collision_mask update handler +func _update_collision_mask() -> void: + $RayCast.collision_mask = collision_mask + + +# Pointer collide_with_bodies update handler +func _update_collide_with_bodies() -> void: + $RayCast.collide_with_bodies = collide_with_bodies + + +# Pointer collide_with_areas update handler +func _update_collide_with_areas() -> void: + $RayCast.collide_with_areas = collide_with_areas + + +# Pointer suppress_radius update handler +func _update_suppress_radius() -> void: + $SuppressArea/CollisionShape3D.shape.radius = suppress_radius + + +# Pointer suppress_mask update handler +func _update_suppress_mask() -> void: + $SuppressArea.collision_mask = suppress_mask + + +# Pointer visible artifacts update handler +func _update_pointer() -> void: + if enabled and last_target: + _visible_hit(last_collided_at) + else: + _visible_miss() + + +# Pointer-activation button pressed handler +func _button_pressed() -> void: + if $RayCast.is_colliding(): + # Report pressed + target = $RayCast.get_collider() + last_collided_at = $RayCast.get_collision_point() + XRToolsPointerEvent.pressed(self, target, last_collided_at) + if click_on_hold: + _set_time_held(0.0) + gaze_pressed = true + XRToolsPointerEvent.released(self, last_target, last_collided_at) + target = null + _set_time_held(0.0) + +# Pointer-activation button released handler +func _button_released() -> void: + if target: + # Report release + XRToolsPointerEvent.released(self, target, last_collided_at) + target = null + last_collided_at = Vector3(0, 0, 0) + + +# Update the laser active material +func _update_laser_active_material(hit : bool) -> void: + if hit and laser_hit_material: + $Laser.set_surface_override_material(0, laser_hit_material) + else: + $Laser.set_surface_override_material(0, laser_material) + + +# Update the visible artifacts to show a hit +func _visible_hit(at : Vector3) -> void: + # Show target if enabled + if show_target: + $Target.global_transform.origin = at + $Target.visible = true + + # Control laser visibility + if show_laser != LaserShow.HIDE: + # Ensure the correct laser material is set + _update_laser_active_material(true) + + # Adjust laser length + if laser_length == LaserLength.COLLIDE: + var collide_len : float = at.distance_to(global_transform.origin) + $Laser.mesh.size.z = collide_len + $Laser.position.z = collide_len * -0.5 + else: + $Laser.mesh.size.z = distance + $Laser.position.z = distance * -0.5 + + # Show laser + $Laser.visible = true + else: + # Ensure laser is hidden + $Laser.visible = false + + +# Move the visible pointer artifacts to the target +func _visible_move(at : Vector3) -> void: + # Move target if configured + if show_target: + $Target.global_transform.origin = at + + # Adjust laser length if set to collide-length + if laser_length == LaserLength.COLLIDE: + var collide_len : float = at.distance_to(global_transform.origin) + $Laser.mesh.size.z = collide_len + $Laser.position.z = collide_len * -0.5 + + $Visualise.global_transform.origin = at + + +# Update the visible artifacts to show a miss +func _visible_miss() -> void: + # Ensure target is hidden + $Target.visible = false + + # Ensure the correct laser material is set + _update_laser_active_material(false) + + # Hide laser if not set to show always + $Laser.visible = show_laser == LaserShow.SHOW + + # Restore laser length if set to collide-length + $Laser.mesh.size.z = distance + $Laser.position.z = distance * -0.5 + +#set gaze pointer visualization +func _set_time_held(p_time_held): + time_held = p_time_held + if material: + $Visualise.visible = time_held > 0.0 + material.set_shader_parameter("value", time_held/hold_time) + +# set gaze pointer size +func set_size(p_size: Vector2): + size = p_size + _update_size() + +# update gaze pointer size +func _update_size(): + if material: # Note, material won't be set until after we setup our scene + var mesh : QuadMesh = $Visualise.mesh + if mesh.size != size: + mesh.size = size + + # updating the size will unset our material, so reset it + $Visualise.set_surface_override_material(0, material) + +#set gaze_pointer_color +func set_color(p_color: Color): + color = p_color + _update_color() + +#update gaze pointer color +func _update_color(): + if material: + material.set_shader_parameter("albedo", color) diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/function_gaze_pointer.gd.uid b/escape-room-version-2/addons/godot-xr-tools/functions/function_gaze_pointer.gd.uid new file mode 100644 index 0000000..e43e36a --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/function_gaze_pointer.gd.uid @@ -0,0 +1 @@ +uid://dltkxrqk7i3cs diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/function_gaze_pointer.tscn b/escape-room-version-2/addons/godot-xr-tools/functions/function_gaze_pointer.tscn new file mode 100644 index 0000000..2734819 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/function_gaze_pointer.tscn @@ -0,0 +1,66 @@ +[gd_scene load_steps=9 format=3 uid="uid://do1wif8rpqtwj"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/functions/function_gaze_pointer.gd" id="1_ipkdr"] +[ext_resource type="Material" path="res://addons/godot-xr-tools/materials/pointer.tres" id="2_ndm62"] +[ext_resource type="Shader" uid="uid://dncfip67nl2sf" path="res://addons/godot-xr-tools/misc/hold_button_gaze_pointer_visualshader.tres" id="3_1p5pd"] + +[sub_resource type="BoxMesh" id="1"] +resource_local_to_scene = true +material = ExtResource("2_ndm62") +size = Vector3(0.002, 0.002, 10) +subdivide_depth = 20 + +[sub_resource type="SphereMesh" id="2"] +material = ExtResource("2_ndm62") +radius = 0.05 +height = 0.1 +radial_segments = 16 +rings = 8 + +[sub_resource type="SphereShape3D" id="SphereShape3D_k3gfm"] +radius = 0.2 + +[sub_resource type="QuadMesh" id="QuadMesh_lulcv"] +resource_local_to_scene = true + +[sub_resource type="ShaderMaterial" id="ShaderMaterial_ico2c"] +render_priority = -100 +shader = ExtResource("3_1p5pd") +shader_parameter/albedo = Color(1, 1, 1, 1) +shader_parameter/value = 0.2 +shader_parameter/fade = 0.05 +shader_parameter/radius = 0.8 +shader_parameter/width = 0.2 + +[node name="FunctionGazePointer" type="Node3D"] +script = ExtResource("1_ipkdr") +show_laser = 0 +show_target = true + +[node name="RayCast" type="RayCast3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.013, 0) +target_position = Vector3(0, 0, -10) +collision_mask = 5242880 + +[node name="Laser" type="MeshInstance3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.013, -5) +visible = false +cast_shadow = 0 +mesh = SubResource("1") + +[node name="Target" type="MeshInstance3D" parent="."] +visible = false +mesh = SubResource("2") + +[node name="SuppressArea" type="Area3D" parent="."] +collision_layer = 0 +collision_mask = 4194304 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="SuppressArea"] +shape = SubResource("SphereShape3D_k3gfm") + +[node name="Visualise" type="MeshInstance3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -1) +cast_shadow = 0 +mesh = SubResource("QuadMesh_lulcv") +surface_material_override/0 = SubResource("ShaderMaterial_ico2c") diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/function_pickup.gd b/escape-room-version-2/addons/godot-xr-tools/functions/function_pickup.gd new file mode 100644 index 0000000..99ecdd6 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/function_pickup.gd @@ -0,0 +1,502 @@ +@tool +@icon("res://addons/godot-xr-tools/editor/icons/function.svg") +class_name XRToolsFunctionPickup +extends Node3D + + +## XR Tools Function Pickup Script +## +## This script implements picking up of objects. Most pickable +## objects are instances of the [XRToolsPickable] class. +## +## Additionally this script can work in conjunction with the +## [XRToolsMovementProvider] class support climbing. Most climbable objects are +## instances of the [XRToolsClimbable] class. + + +## Signal emitted when the pickup picks something up +signal has_picked_up(what) + +## Signal emitted when the pickup drops something +signal has_dropped + + +# Default pickup collision mask of 3:pickable and 19:handle +const DEFAULT_GRAB_MASK := 0b0000_0000_0000_0100_0000_0000_0000_0100 + +# Default pickup collision mask of 3:pickable +const DEFAULT_RANGE_MASK := 0b0000_0000_0000_0000_0000_0000_0000_0100 + +# Constant for worst-case grab distance +const MAX_GRAB_DISTANCE2: float = 1000000.0 + +# Class for storing copied collision data +class CopiedCollision extends RefCounted: + var collision_shape : CollisionShape3D + var org_transform : Transform3D + +## Pickup enabled property +@export var enabled : bool = true + +## Grip controller axis +@export var pickup_axis_action : String = "grip" + +## Action controller button +@export var action_button_action : String = "trigger_click" + +## Grab distance +@export var grab_distance : float = 0.3: set = _set_grab_distance + +## Grab collision mask +@export_flags_3d_physics \ + var grab_collision_mask : int = DEFAULT_GRAB_MASK: set = _set_grab_collision_mask + +## If true, ranged-grabbing is enabled +@export var ranged_enable : bool = true + +## Ranged-grab distance +@export var ranged_distance : float = 5.0: set = _set_ranged_distance + +## Ranged-grab angle +@export_range(0.0, 45.0) var ranged_angle : float = 5.0: set = _set_ranged_angle + +## Ranged-grab collision mask +@export_flags_3d_physics \ + var ranged_collision_mask : int = DEFAULT_RANGE_MASK: set = _set_ranged_collision_mask + +## Throw impulse factor +@export var impulse_factor : float = 1.0 + +## Throw velocity averaging +@export var velocity_samples: int = 5 + + +# Public fields +var closest_object : Node3D = null +var picked_up_object : Node3D = null +var picked_up_ranged : bool = false +var grip_pressed : bool = false + +# Private fields +var _object_in_grab_area := Array() +var _object_in_ranged_area := Array() +var _velocity_averager := XRToolsVelocityAverager.new(velocity_samples) +var _grab_area : Area3D +var _grab_collision : CollisionShape3D +var _ranged_area : Area3D +var _ranged_collision : CollisionShape3D +var _active_copied_collisions : Array[CopiedCollision] + +## Controller +@onready var _controller := XRHelpers.get_xr_controller(self) + +## Collision hand (if applicable) +@onready var _collision_hand : XRToolsCollisionHand = XRToolsCollisionHand.find_ancestor(self) + +## Grip threshold (from configuration) +@onready var _grip_threshold : float = XRTools.get_grip_threshold() + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsFunctionPickup" + + +# Called when the node enters the scene tree for the first time. +func _ready(): + # Skip creating grab-helpers if in the editor + if Engine.is_editor_hint(): + return + + # Create the grab collision shape + _grab_collision = CollisionShape3D.new() + _grab_collision.set_name("GrabCollisionShape") + _grab_collision.shape = SphereShape3D.new() + _grab_collision.shape.radius = grab_distance + + # Create the grab area + _grab_area = Area3D.new() + _grab_area.set_name("GrabArea") + _grab_area.collision_layer = 0 + _grab_area.collision_mask = grab_collision_mask + _grab_area.add_child(_grab_collision) + _grab_area.area_entered.connect(_on_grab_entered) + _grab_area.body_entered.connect(_on_grab_entered) + _grab_area.area_exited.connect(_on_grab_exited) + _grab_area.body_exited.connect(_on_grab_exited) + add_child(_grab_area) + + # Create the ranged collision shape + _ranged_collision = CollisionShape3D.new() + _ranged_collision.set_name("RangedCollisionShape") + _ranged_collision.shape = CylinderShape3D.new() + _ranged_collision.transform.basis = Basis(Vector3.RIGHT, PI/2) + + # Create the ranged area + _ranged_area = Area3D.new() + _ranged_area.set_name("RangedArea") + _ranged_area.collision_layer = 0 + _ranged_area.collision_mask = ranged_collision_mask + _ranged_area.add_child(_ranged_collision) + _ranged_area.area_entered.connect(_on_ranged_entered) + _ranged_area.body_entered.connect(_on_ranged_entered) + _ranged_area.area_exited.connect(_on_ranged_exited) + _ranged_area.body_exited.connect(_on_ranged_exited) + add_child(_ranged_area) + + # Update the colliders + _update_colliders() + + # Monitor Grab Button + _controller.connect("button_pressed", _on_button_pressed) + _controller.connect("button_released", _on_button_released) + + +# Called on each frame to update the pickup +func _process(delta): + # Do not process if in the editor + if Engine.is_editor_hint(): + return + + # Skip if disabled, or the controller isn't active + if !enabled or !_controller.get_is_active(): + return + + # Handle our grip + var grip_value = _controller.get_float(pickup_axis_action) + if (grip_pressed and grip_value < (_grip_threshold - 0.1)): + grip_pressed = false + _on_grip_release() + elif (!grip_pressed and grip_value > (_grip_threshold + 0.1)): + grip_pressed = true + _on_grip_pressed() + + # Calculate average velocity + if is_instance_valid(picked_up_object) and picked_up_object.is_picked_up(): + # Average velocity of picked up object + _velocity_averager.add_transform(delta, picked_up_object.global_transform) + else: + # Average velocity of this pickup + _velocity_averager.add_transform(delta, global_transform) + + _update_copied_collisions() + _update_closest_object() + + +## Find an [XRToolsFunctionPickup] node. +## +## This function searches from the specified node for an [XRToolsFunctionPickup] +## assuming the node is a sibling of the pickup under an [XRController3D]. +static func find_instance(node : Node) -> XRToolsFunctionPickup: + return XRTools.find_xr_child( + XRHelpers.get_xr_controller(node), + "*", + "XRToolsFunctionPickup") as XRToolsFunctionPickup + + +## Find the left [XRToolsFunctionPickup] node. +## +## This function searches from the specified node for the left controller +## [XRToolsFunctionPickup] assuming the node is a sibling of the [XOrigin3D]. +static func find_left(node : Node) -> XRToolsFunctionPickup: + return XRTools.find_xr_child( + XRHelpers.get_left_controller(node), + "*", + "XRToolsFunctionPickup") as XRToolsFunctionPickup + + +## Find the right [XRToolsFunctionPickup] node. +## +## This function searches from the specified node for the right controller +## [XRToolsFunctionPickup] assuming the node is a sibling of the [XROrigin3D]. +static func find_right(node : Node) -> XRToolsFunctionPickup: + return XRTools.find_xr_child( + XRHelpers.get_right_controller(node), + "*", + "XRToolsFunctionPickup") as XRToolsFunctionPickup + + +## Get the [XRController3D] driving this pickup. +func get_controller() -> XRController3D: + return _controller + + +# Called when the grab distance has been modified +func _set_grab_distance(new_value: float) -> void: + grab_distance = new_value + if is_inside_tree(): + _update_colliders() + + +# Called when the grab collision mask has been modified +func _set_grab_collision_mask(new_value: int) -> void: + grab_collision_mask = new_value + if is_inside_tree() and _grab_area: + _grab_area.collision_mask = new_value + + +# Called when the ranged-grab distance has been modified +func _set_ranged_distance(new_value: float) -> void: + ranged_distance = new_value + if is_inside_tree(): + _update_colliders() + + +# Called when the ranged-grab angle has been modified +func _set_ranged_angle(new_value: float) -> void: + ranged_angle = new_value + if is_inside_tree(): + _update_colliders() + + +# Called when the ranged-grab collision mask has been modified +func _set_ranged_collision_mask(new_value: int) -> void: + ranged_collision_mask = new_value + if is_inside_tree() and _ranged_collision: + _ranged_collision.collision_mask = new_value + + +# Update the colliders geometry +func _update_colliders() -> void: + # Update the grab sphere + if _grab_collision: + _grab_collision.shape.radius = grab_distance + + # Update the ranged-grab cylinder + if _ranged_collision: + _ranged_collision.shape.radius = tan(deg_to_rad(ranged_angle)) * ranged_distance + _ranged_collision.shape.height = ranged_distance + _ranged_collision.transform.origin.z = -ranged_distance * 0.5 + + +# Called when an object enters the grab sphere +func _on_grab_entered(target: Node3D) -> void: + # reject objects which don't support picking up + if not target.has_method('pick_up'): + return + + # ignore objects already known + if _object_in_grab_area.find(target) >= 0: + return + + # Add to the list of objects in grab area + _object_in_grab_area.push_back(target) + + +# Called when an object enters the ranged-grab cylinder +func _on_ranged_entered(target: Node3D) -> void: + # reject objects which don't support picking up rangedly + if not 'can_ranged_grab' in target or not target.can_ranged_grab: + return + + # ignore objects already known + if _object_in_ranged_area.find(target) >= 0: + return + + # Add to the list of objects in grab area + _object_in_ranged_area.push_back(target) + + +# Called when an object exits the grab sphere +func _on_grab_exited(target: Node3D) -> void: + _object_in_grab_area.erase(target) + + +# Called when an object exits the ranged-grab cylinder +func _on_ranged_exited(target: Node3D) -> void: + _object_in_ranged_area.erase(target) + + +# Update the closest object field with the best choice of grab +func _update_closest_object() -> void: + # Find the closest object we can pickup + var new_closest_obj: Node3D = null + if not picked_up_object: + # Find the closest in grab area + new_closest_obj = _get_closest_grab() + if not new_closest_obj and ranged_enable: + # Find closest in ranged area + new_closest_obj = _get_closest_ranged() + + # Skip if no change + if closest_object == new_closest_obj: + return + + # remove highlight on old object + if is_instance_valid(closest_object): + closest_object.request_highlight(self, false) + + # add highlight to new object + closest_object = new_closest_obj + if is_instance_valid(closest_object): + closest_object.request_highlight(self, true) + + +# Find the pickable object closest to our hand's grab location +func _get_closest_grab() -> Node3D: + var new_closest_obj: Node3D = null + var new_closest_distance := MAX_GRAB_DISTANCE2 + for o in _object_in_grab_area: + # skip objects that can not be picked up + if not o.can_pick_up(self): + continue + + # Save if this object is closer than the current best + var distance_squared := global_transform.origin.distance_squared_to( + o.global_transform.origin) + if distance_squared < new_closest_distance: + new_closest_obj = o + new_closest_distance = distance_squared + + # Return best object + return new_closest_obj + + +# Find the rangedly-pickable object closest to our hand's pointing direction +func _get_closest_ranged() -> Node3D: + var new_closest_obj: Node3D = null + var new_closest_angle_dp := cos(deg_to_rad(ranged_angle)) + var hand_forwards := -global_transform.basis.z + for o in _object_in_ranged_area: + # skip objects that can not be picked up + if not o.can_pick_up(self): + continue + + # Save if this object is closer than the current best + var object_direction: Vector3 = o.global_transform.origin - global_transform.origin + object_direction = object_direction.normalized() + var angle_dp := hand_forwards.dot(object_direction) + if angle_dp > new_closest_angle_dp: + new_closest_obj = o + new_closest_angle_dp = angle_dp + + # Return best object + return new_closest_obj + + +## Drop the currently held object +func drop_object() -> void: + if not is_instance_valid(picked_up_object): + return + + # Remove any copied collision objects + _remove_copied_collisions() + + # let go of this object + picked_up_object.let_go( + self, + _velocity_averager.linear_velocity() * impulse_factor, + _velocity_averager.angular_velocity()) + picked_up_object = null + + if _collision_hand: + # Reset the held weight + _collision_hand.set_held_weight(0.0) + + emit_signal("has_dropped") + + +func _pick_up_object(target: Node3D) -> void: + # check if already holding an object + if is_instance_valid(picked_up_object): + # skip if holding the target object + if picked_up_object == target: + return + # holding something else? drop it + drop_object() + + # skip if target null or freed + if not is_instance_valid(target): + return + + # Handle snap-zone + var snap := target as XRToolsSnapZone + if snap: + target = snap.picked_up_object + snap.drop_object() + + # Pick up our target. Note, target may do instant drop_and_free + picked_up_ranged = not _object_in_grab_area.has(target) + picked_up_object = target + target.pick_up(self) + + # If object picked up then emit signal + if is_instance_valid(picked_up_object): + _copy_collisions() + + picked_up_object.request_highlight(self, false) + emit_signal("has_picked_up", picked_up_object) + + +# Copy collision shapes on the held object to our collision hand (if applicable). +# If we're two handing an object, both collision hands will get copies. +func _copy_collisions(): + if not is_instance_valid(_collision_hand): + return + + if not is_instance_valid(picked_up_object) or not picked_up_object is RigidBody3D: + return + + for child in picked_up_object.get_children(): + if child is CollisionShape3D and not child.disabled: + + var copied_collision : CopiedCollision = CopiedCollision.new() + copied_collision.collision_shape = CollisionShape3D.new() + copied_collision.collision_shape.shape = child.shape + copied_collision.org_transform = child.transform + + _collision_hand.add_child(copied_collision.collision_shape, false, Node.INTERNAL_MODE_BACK) + copied_collision.collision_shape.global_transform = picked_up_object.global_transform * \ + copied_collision.org_transform + + _active_copied_collisions.push_back(copied_collision) + + +# Adjust positions of our collisions to match actual location of object +func _update_copied_collisions(): + if is_instance_valid(_collision_hand) and is_instance_valid(picked_up_object): + for copied_collision : CopiedCollision in _active_copied_collisions: + if is_instance_valid(copied_collision.collision_shape): + copied_collision.collision_shape.global_transform = picked_up_object.global_transform * \ + copied_collision.org_transform + + +# Remove copied collision shapes +func _remove_copied_collisions(): + if is_instance_valid(_collision_hand): + for copied_collision : CopiedCollision in _active_copied_collisions: + if is_instance_valid(copied_collision.collision_shape): + _collision_hand.remove_child(copied_collision.collision_shape) + copied_collision.collision_shape.queue_free() + + _active_copied_collisions.clear() + + +func _on_button_pressed(p_button) -> void: + if p_button == action_button_action and is_instance_valid(picked_up_object): + if picked_up_object.has_method("action"): + picked_up_object.action() + + if picked_up_object.has_method("controller_action"): + picked_up_object.controller_action(_controller) + + +func _on_button_released(p_button) -> void: + if p_button == action_button_action and is_instance_valid(picked_up_object): + if picked_up_object.has_method("action_release"): + picked_up_object.action_release() + + if picked_up_object.has_method("controller_action_release"): + picked_up_object.controller_action_release(_controller) + + +func _on_grip_pressed() -> void: + if is_instance_valid(picked_up_object) and !picked_up_object.press_to_hold: + drop_object() + elif is_instance_valid(closest_object): + _pick_up_object(closest_object) + + +func _on_grip_release() -> void: + if is_instance_valid(picked_up_object) and picked_up_object.press_to_hold: + drop_object() diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/function_pickup.gd.uid b/escape-room-version-2/addons/godot-xr-tools/functions/function_pickup.gd.uid new file mode 100644 index 0000000..0f12fdb --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/function_pickup.gd.uid @@ -0,0 +1 @@ +uid://bjw5378vddn8e diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/function_pickup.tscn b/escape-room-version-2/addons/godot-xr-tools/functions/function_pickup.tscn new file mode 100644 index 0000000..dad436d --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/function_pickup.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://b4ysuy43poobf"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/functions/function_pickup.gd" id="1"] + +[node name="FunctionPickup" type="Node3D"] +script = ExtResource("1") +grab_collision_mask = 327684 diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/function_pointer.gd b/escape-room-version-2/addons/godot-xr-tools/functions/function_pointer.gd new file mode 100644 index 0000000..536eb09 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/function_pointer.gd @@ -0,0 +1,511 @@ +@tool +@icon("res://addons/godot-xr-tools/editor/icons/function.svg") +class_name XRToolsFunctionPointer +extends Node3D + + +## XR Tools Function Pointer Script +## +## This script implements a pointer function for a players controller. Pointer +## events (entered, exited, pressed, release, and movement) are delivered by +## invoking signals on the target node. +## +## Pointer target nodes commonly extend from [XRToolsInteractableArea] or +## [XRToolsInteractableBody]. + + +## Signal emitted when this object points at another object +signal pointing_event(event) + + +## Enumeration of laser show modes +enum LaserShow { + HIDE = 0, ## Hide laser + SHOW = 1, ## Show laser + COLLIDE = 2, ## Only show laser on collision +} + +## Enumeration of laser length modes +enum LaserLength { + FULL = 0, ## Full length + COLLIDE = 1 ## Draw to collision +} + + +## Default pointer collision mask of 21:pointable and 23:ui-objects +const DEFAULT_MASK := 0b0000_0000_0101_0000_0000_0000_0000_0000 + +## Default pointer collision mask of 23:ui-objects +const SUPPRESS_MASK := 0b0000_0000_0100_0000_0000_0000_0000_0000 + + +@export_group("General") + +## Pointer enabled +@export var enabled : bool = true: set = set_enabled + +## Y Offset for pointer +@export var y_offset : float = -0.013: set = set_y_offset + +## Pointer distance +@export var distance : float = 10: set = set_distance + +## Active button action +@export var active_button_action : String = "trigger_click" + +@export_group("Laser") + +## Controls when the laser is visible +@export var show_laser : LaserShow = LaserShow.SHOW: set = set_show_laser + +## Controls the length of the laser +@export var laser_length : LaserLength = LaserLength.FULL: set = set_laser_length + +## Laser pointer material +@export var laser_material : StandardMaterial3D = null : set = set_laser_material + +## Laser pointer material when hitting target +@export var laser_hit_material : StandardMaterial3D = null : set = set_laser_hit_material + +@export_group("Target") + +## If true, the pointer target is shown +@export var show_target : bool = false: set = set_show_target + +## Controls the target radius +@export var target_radius : float = 0.05: set = set_target_radius + +## Target material +@export var target_material : StandardMaterial3D = null : set = set_target_material + +@export_group("Collision") + +## Pointer collision mask +@export_flags_3d_physics var collision_mask : int = DEFAULT_MASK: set = set_collision_mask + +## Enable pointer collision with bodies +@export var collide_with_bodies : bool = true: set = set_collide_with_bodies + +## Enable pointer collision with areas +@export var collide_with_areas : bool = false: set = set_collide_with_areas + +@export_group("Suppression") + +## Suppress radius +@export var suppress_radius : float = 0.2: set = set_suppress_radius + +## Suppress mask +@export_flags_3d_physics var suppress_mask : int = SUPPRESS_MASK: set = set_suppress_mask + + +## Current target node +var target : Node3D = null + +## Last target node +var last_target : Node3D = null + +## Last collision point +var last_collided_at : Vector3 = Vector3.ZERO + +# World scale +var _world_scale : float = 1.0 + +# Left controller node +var _controller_left_node : XRController3D + +# Right controller node +var _controller_right_node : XRController3D + +# Parent controller (if this pointer is childed to a specific controller) +var _controller : XRController3D + +# The currently active controller +var _active_controller : XRController3D + + +## Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsFunctionPointer" + + +# Called when the node enters the scene tree for the first time. +func _ready(): + # Do not initialise if in the editor + if Engine.is_editor_hint(): + return + + # Read the initial world-scale + _world_scale = XRServer.world_scale + + # Check for a parent controller + _controller = XRHelpers.get_xr_controller(self) + if _controller: + # Set as active on the parent controller + _active_controller = _controller + + # Get button press feedback from our parent controller + _controller.button_pressed.connect(_on_button_pressed.bind(_controller)) + _controller.button_released.connect(_on_button_released.bind(_controller)) + else: + # Get the left and right controllers + _controller_left_node = XRHelpers.get_left_controller(self) + _controller_right_node = XRHelpers.get_right_controller(self) + + # Start out right hand controller + _active_controller = _controller_right_node + + # Get button press feedback from both left and right controllers + _controller_left_node.button_pressed.connect( + _on_button_pressed.bind(_controller_left_node)) + _controller_left_node.button_released.connect( + _on_button_released.bind(_controller_left_node)) + _controller_right_node.button_pressed.connect( + _on_button_pressed.bind(_controller_right_node)) + _controller_right_node.button_released.connect( + _on_button_released.bind(_controller_right_node)) + + # init our state + _update_y_offset() + _update_distance() + _update_pointer() + _update_target_radius() + _update_target_material() + _update_collision_mask() + _update_collide_with_bodies() + _update_collide_with_areas() + _update_suppress_radius() + _update_suppress_mask() + + +# Called on each frame to update the pickup +func _process(_delta): + # Do not process if in the editor + if Engine.is_editor_hint() or !is_inside_tree(): + return + + # Track the active controller (if this pointer is not childed to a controller) + if _controller == null and _active_controller != null: + transform = _active_controller.transform + + # Handle world-scale changes + var new_world_scale := XRServer.world_scale + if (_world_scale != new_world_scale): + _world_scale = new_world_scale + _update_y_offset() + + # Find the new pointer target + var new_target : Node3D + var new_at : Vector3 + var suppress_area := $SuppressArea + if (enabled and + not $SuppressArea.has_overlapping_bodies() and + not $SuppressArea.has_overlapping_areas() and + $RayCast.is_colliding()): + new_at = $RayCast.get_collision_point() + if target: + # Locked to 'target' even if we're colliding with something else + new_target = target + else: + # Target is whatever the raycast is colliding with + new_target = $RayCast.get_collider() + + # If no current or previous collisions then skip + if not new_target and not last_target: + return + + # Handle pointer changes + if new_target and not last_target: + # Pointer entered new_target + XRToolsPointerEvent.entered(self, new_target, new_at) + + # Pointer moved on new_target for the first time + XRToolsPointerEvent.moved(self, new_target, new_at, new_at) + + # Update visible artifacts for hit + _visible_hit(new_at) + elif not new_target and last_target: + # Pointer exited last_target + XRToolsPointerEvent.exited(self, last_target, last_collided_at) + + # Update visible artifacts for miss + _visible_miss() + elif new_target != last_target: + # Pointer exited last_target + XRToolsPointerEvent.exited(self, last_target, last_collided_at) + + # Pointer entered new_target + XRToolsPointerEvent.entered(self, new_target, new_at) + + # Pointer moved on new_target + XRToolsPointerEvent.moved(self, new_target, new_at, new_at) + + # Move visible artifacts + _visible_move(new_at) + elif new_at != last_collided_at: + # Pointer moved on new_target + XRToolsPointerEvent.moved(self, new_target, new_at, last_collided_at) + + # Move visible artifacts + _visible_move(new_at) + + # Update last values + last_target = new_target + last_collided_at = new_at + + +# Set pointer enabled property +func set_enabled(p_enabled : bool) -> void: + enabled = p_enabled + if is_inside_tree(): + _update_pointer() + + +# Set pointer y_offset property +func set_y_offset(p_offset : float) -> void: + y_offset = p_offset + if is_inside_tree(): + _update_y_offset() + + +# Set pointer distance property +func set_distance(p_new_value : float) -> void: + distance = p_new_value + if is_inside_tree(): + _update_distance() + + +# Set pointer show_laser property +func set_show_laser(p_show : LaserShow) -> void: + show_laser = p_show + if is_inside_tree(): + _update_pointer() + + +# Set pointer laser_length property +func set_laser_length(p_laser_length : LaserLength) -> void: + laser_length = p_laser_length + if is_inside_tree(): + _update_pointer() + + +# Set pointer laser_material property +func set_laser_material(p_laser_material : StandardMaterial3D) -> void: + laser_material = p_laser_material + if is_inside_tree(): + _update_pointer() + + +# Set pointer laser_hit_material property +func set_laser_hit_material(p_laser_hit_material : StandardMaterial3D) -> void: + laser_hit_material = p_laser_hit_material + if is_inside_tree(): + _update_pointer() + + +# Set pointer show_target property +func set_show_target(p_show_target : bool) -> void: + show_target = p_show_target + if is_inside_tree(): + $Target.visible = enabled and show_target and last_target + + +# Set pointer target_radius property +func set_target_radius(p_target_radius : float) -> void: + target_radius = p_target_radius + if is_inside_tree(): + _update_target_radius() + + +# Set pointer target_material property +func set_target_material(p_target_material : StandardMaterial3D) -> void: + target_material = p_target_material + if is_inside_tree(): + _update_target_material() + + +# Set pointer collision_mask property +func set_collision_mask(p_new_mask : int) -> void: + collision_mask = p_new_mask + if is_inside_tree(): + _update_collision_mask() + + +# Set pointer collide_with_bodies property +func set_collide_with_bodies(p_new_value : bool) -> void: + collide_with_bodies = p_new_value + if is_inside_tree(): + _update_collide_with_bodies() + + +# Set pointer collide_with_areas property +func set_collide_with_areas(p_new_value : bool) -> void: + collide_with_areas = p_new_value + if is_inside_tree(): + _update_collide_with_areas() + + +# Set suppress radius property +func set_suppress_radius(p_suppress_radius : float) -> void: + suppress_radius = p_suppress_radius + if is_inside_tree(): + _update_suppress_radius() + + +func set_suppress_mask(p_suppress_mask : int) -> void: + suppress_mask = p_suppress_mask + if is_inside_tree(): + _update_suppress_mask() + + +# Pointer Y offset update handler +func _update_y_offset() -> void: + $Laser.position.y = y_offset * _world_scale + $RayCast.position.y = y_offset * _world_scale + + +# Pointer distance update handler +func _update_distance() -> void: + $RayCast.target_position.z = -distance + _update_pointer() + + +# Pointer target radius update handler +func _update_target_radius() -> void: + $Target.mesh.radius = target_radius + $Target.mesh.height = target_radius * 2 + + +# Pointer target_material update handler +func _update_target_material() -> void: + $Target.set_surface_override_material(0, target_material) + + +# Pointer collision_mask update handler +func _update_collision_mask() -> void: + $RayCast.collision_mask = collision_mask + + +# Pointer collide_with_bodies update handler +func _update_collide_with_bodies() -> void: + $RayCast.collide_with_bodies = collide_with_bodies + + +# Pointer collide_with_areas update handler +func _update_collide_with_areas() -> void: + $RayCast.collide_with_areas = collide_with_areas + + +# Pointer suppress_radius update handler +func _update_suppress_radius() -> void: + $SuppressArea/CollisionShape3D.shape.radius = suppress_radius + + +# Pointer suppress_mask update handler +func _update_suppress_mask() -> void: + $SuppressArea.collision_mask = suppress_mask + + +# Pointer visible artifacts update handler +func _update_pointer() -> void: + if enabled and last_target: + _visible_hit(last_collided_at) + else: + _visible_miss() + + +# Pointer-activation button pressed handler +func _button_pressed() -> void: + if $RayCast.is_colliding(): + # Report pressed + target = $RayCast.get_collider() + last_collided_at = $RayCast.get_collision_point() + XRToolsPointerEvent.pressed(self, target, last_collided_at) + + +# Pointer-activation button released handler +func _button_released() -> void: + if target: + # Report release + XRToolsPointerEvent.released(self, target, last_collided_at) + target = null + last_collided_at = Vector3(0, 0, 0) + + +# Button pressed handler +func _on_button_pressed(p_button : String, controller : XRController3D) -> void: + if p_button == active_button_action and enabled: + if controller == _active_controller: + _button_pressed() + else: + _active_controller = controller + + +# Button released handler +func _on_button_released(p_button : String, _controller : XRController3D) -> void: + if p_button == active_button_action and target: + _button_released() + + +# Update the laser active material +func _update_laser_active_material(hit : bool) -> void: + if hit and laser_hit_material: + $Laser.set_surface_override_material(0, laser_hit_material) + else: + $Laser.set_surface_override_material(0, laser_material) + + +# Update the visible artifacts to show a hit +func _visible_hit(at : Vector3) -> void: + # Show target if enabled + if show_target: + $Target.global_transform.origin = at + $Target.visible = true + + # Control laser visibility + if show_laser != LaserShow.HIDE: + # Ensure the correct laser material is set + _update_laser_active_material(true) + + # Adjust laser length + if laser_length == LaserLength.COLLIDE: + var collide_len : float = at.distance_to(global_transform.origin) + $Laser.mesh.size.z = collide_len + $Laser.position.z = collide_len * -0.5 + else: + $Laser.mesh.size.z = distance + $Laser.position.z = distance * -0.5 + + # Show laser + $Laser.visible = true + else: + # Ensure laser is hidden + $Laser.visible = false + + +# Move the visible pointer artifacts to the target +func _visible_move(at : Vector3) -> void: + # Move target if configured + if show_target: + $Target.global_transform.origin = at + + # Adjust laser length if set to collide-length + if laser_length == LaserLength.COLLIDE: + var collide_len : float = at.distance_to(global_transform.origin) + $Laser.mesh.size.z = collide_len + $Laser.position.z = collide_len * -0.5 + + +# Update the visible artifacts to show a miss +func _visible_miss() -> void: + # Ensure target is hidden + $Target.visible = false + + # Ensure the correct laser material is set + _update_laser_active_material(false) + + # Hide laser if not set to show always + $Laser.visible = show_laser == LaserShow.SHOW + + # Restore laser length if set to collide-length + $Laser.mesh.size.z = distance + $Laser.position.z = distance * -0.5 diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/function_pointer.gd.uid b/escape-room-version-2/addons/godot-xr-tools/functions/function_pointer.gd.uid new file mode 100644 index 0000000..b3e1314 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/function_pointer.gd.uid @@ -0,0 +1 @@ +uid://drdsa6gk8fm3p diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/function_pointer.tscn b/escape-room-version-2/addons/godot-xr-tools/functions/function_pointer.tscn new file mode 100644 index 0000000..969da9b --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/function_pointer.tscn @@ -0,0 +1,44 @@ +[gd_scene load_steps=6 format=3 uid="uid://cqhw276realc"] + +[ext_resource type="Material" path="res://addons/godot-xr-tools/materials/pointer.tres" id="1"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/functions/function_pointer.gd" id="2"] + +[sub_resource type="BoxMesh" id="1"] +resource_local_to_scene = true +material = ExtResource("1") +size = Vector3(0.002, 0.002, 10) +subdivide_depth = 20 + +[sub_resource type="SphereMesh" id="2"] +material = ExtResource("1") +radius = 0.05 +height = 0.1 +radial_segments = 16 +rings = 8 + +[sub_resource type="SphereShape3D" id="SphereShape3D_k3gfm"] +radius = 0.2 + +[node name="FunctionPointer" type="Node3D"] +script = ExtResource("2") + +[node name="RayCast" type="RayCast3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.013, 0) +target_position = Vector3(0, 0, -10) +collision_mask = 5242880 + +[node name="Laser" type="MeshInstance3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.013, -5) +cast_shadow = 0 +mesh = SubResource("1") + +[node name="Target" type="MeshInstance3D" parent="."] +visible = false +mesh = SubResource("2") + +[node name="SuppressArea" type="Area3D" parent="."] +collision_layer = 0 +collision_mask = 4194304 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="SuppressArea"] +shape = SubResource("SphereShape3D_k3gfm") diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/function_pose_detector.gd b/escape-room-version-2/addons/godot-xr-tools/functions/function_pose_detector.gd new file mode 100644 index 0000000..e542f3a --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/function_pose_detector.gd @@ -0,0 +1,109 @@ +@tool +@icon("res://addons/godot-xr-tools/editor/icons/hand.svg") +class_name XRToolsFunctionPoseDetector +extends Node3D + + +## XR Tools Function Pose Area +## +## This area works with the XRToolsHandPoseArea to control the pose +## of the VR hands. + + +# Default pose detector collision mask of 22:pose-area +const DEFAULT_MASK := 0b0000_0000_0010_0000_0000_0000_0000_0000 + + +## Collision mask to detect hand pose areas +@export_flags_3d_physics var collision_mask : int = DEFAULT_MASK: set = set_collision_mask + + +## Hand controller +@onready var _controller := XRHelpers.get_xr_controller(self) + +## Hand to control +@onready var _hand := XRToolsHand.find_instance(self) + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsFunctionPoseDetector" + + +# Called when the node enters the scene tree for the first time. +func _ready(): + # Connect signals (if controller and hand are valid) + if _controller and _hand: + if $SenseArea.area_entered.connect(_on_area_entered): + push_error("Unable to connect area_entered signal") + if $SenseArea.area_exited.connect(_on_area_exited): + push_error("Unable to connect area_exited signal") + + # Update collision mask + _update_collision_mask() + + +# This method verifies the pose area has a valid configuration. +func _get_configuration_warnings() -> PackedStringArray: + var warnings := PackedStringArray() + + if !XRHelpers.get_xr_controller(self): + warnings.append("Node must be within a branch of an XRController3D node") + + # Verify hand can be found + if !XRToolsHand.find_instance(self): + warnings.append("Node must be a within a branch of an XRController node with a hand") + + # Pass basic validation + return warnings + + +func set_collision_mask(mask : int) -> void: + collision_mask = mask + if is_inside_tree(): + _update_collision_mask() + + +func _update_collision_mask() -> void: + $SenseArea.collision_mask = collision_mask + + +## Signal handler called when this XRToolsFunctionPoseArea enters an area +func _on_area_entered(area : Area3D) -> void: + # Igjnore if the area is not a hand-pose area + var pose_area := area as XRToolsHandPoseArea + if !pose_area: + return + + # Get the positional tracker + var tracker := XRServer.get_tracker(_controller.tracker) as XRPositionalTracker + + # Set the appropriate poses + if tracker.hand == XRPositionalTracker.TRACKER_HAND_LEFT and pose_area.left_pose: + _hand.add_pose_override( + pose_area, + pose_area.pose_priority, + pose_area.left_pose) + # Disable grabpoints in this pose_area + pose_area.disable_grab_points() + elif tracker.hand == XRPositionalTracker.TRACKER_HAND_RIGHT and pose_area.right_pose: + _hand.add_pose_override( + pose_area, + pose_area.pose_priority, + pose_area.right_pose) + # Disable grabpoints in this pose_area + pose_area.disable_grab_points() + + +## Signal handler called when this XRToolsFunctionPoseArea leaves an area +func _on_area_exited(area : Area3D) -> void: + # Ignore if the area is not a hand-pose area + var pose_area := area as XRToolsHandPoseArea + if !pose_area: + return + + # Remove any overrides set from this hand-pose area + _hand.remove_pose_override(pose_area) + + # Enable previously disabled grabpoints + pose_area.enable_grab_points() diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/function_pose_detector.gd.uid b/escape-room-version-2/addons/godot-xr-tools/functions/function_pose_detector.gd.uid new file mode 100644 index 0000000..af3dca1 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/function_pose_detector.gd.uid @@ -0,0 +1 @@ +uid://dqwffismhcsvr diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/function_pose_detector.tscn b/escape-room-version-2/addons/godot-xr-tools/functions/function_pose_detector.tscn new file mode 100644 index 0000000..714db38 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/function_pose_detector.tscn @@ -0,0 +1,19 @@ +[gd_scene load_steps=3 format=3 uid="uid://bft3xyxs31ci3"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/functions/function_pose_detector.gd" id="1"] + +[sub_resource type="CapsuleShape3D" id="1"] +radius = 0.08 +height = 0.24 + +[node name="FunctionPoseDetector" type="Node3D"] +script = ExtResource("1") + +[node name="SenseArea" type="Area3D" parent="."] +collision_layer = 0 +collision_mask = 2097152 +monitorable = false + +[node name="CollisionShape" type="CollisionShape3D" parent="SenseArea"] +transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, -0.04, 0.08) +shape = SubResource("1") diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/function_teleport.gd b/escape-room-version-2/addons/godot-xr-tools/functions/function_teleport.gd new file mode 100644 index 0000000..66591f1 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/function_teleport.gd @@ -0,0 +1,495 @@ +@tool +@icon("res://addons/godot-xr-tools/editor/icons/function.svg") +class_name XRToolsFunctionTeleport +extends Node3D + + +## XR Tools Function Teleport Script +## +## This script provides teleport functionality. +## +## Add this scene as a sub scene of your [XRController3D] node to implement +## a teleport function on that controller. + + +# Default teleport collision mask of all +const DEFAULT_MASK := 0b1111_1111_1111_1111_1111_1111_1111_1111 + +# Default material +# gdlint:ignore = load-constant-name +const _DefaultMaterial := preload("res://addons/godot-xr-tools/materials/capsule.tres") + + +## If true, teleporting is enabled +@export var enabled : bool = true: set = set_enabled + +## Teleport button action +@export var teleport_button_action : String = "trigger_click" + +## Teleport rotation action +@export var rotation_action : String = "primary" + +# Teleport Path Group +@export_group("Visuals") + +## Teleport allowed color property +@export var can_teleport_color : Color = Color(0.0, 1.0, 0.0, 1.0) + +## Teleport denied color property +@export var cant_teleport_color : Color = Color(1.0, 0.0, 0.0, 1.0) + +## Teleport no-collision color property +@export var no_collision_color : Color = Color(45.0 / 255.0, 80.0 / 255.0, 220.0 / 255.0, 1.0) + +## Teleport-arc strength +@export var strength : float = 5.0 + +## Teleport texture +@export var arc_texture : Texture2D \ + = preload("res://addons/godot-xr-tools/images/teleport_arrow.png") \ + : set = set_arc_texture + +## Target texture +@export var target_texture : Texture2D \ + = preload("res://addons/godot-xr-tools/images/teleport_target.png") \ + : set = set_target_texture + +# Player Group +@export_group("Player") + +## Player height property +@export var player_height : float = 1.8: set = set_player_height + +## Player radius property +@export var player_radius : float = 0.4: set = set_player_radius + +## Player scene +@export var player_scene : PackedScene: set = set_player_scene + +# Target Group +@export_group("Collision") + +## Maximum floor slope +@export var max_slope : float = 20.0 + +## Collision mask +@export_flags_3d_physics var collision_mask : int = 1023 + +## Valid teleport layer mask +@export_flags_3d_physics var valid_teleport_mask : int = DEFAULT_MASK + + +## Player capsule material (ignored for custom player scenes) +var player_material : StandardMaterial3D = _DefaultMaterial : set = set_player_material + + +var is_on_floor : bool = true +var is_teleporting : bool = false +var can_teleport : bool = true +var teleport_rotation : float = 0.0; +var floor_normal : Vector3 = Vector3.UP +var last_target_transform : Transform3D = Transform3D() +var collision_shape : Shape3D +var step_size : float = 0.5 + + +# Custom player scene +var player : Node3D + + +# World scale +@onready var ws : float = XRServer.world_scale + +## Capsule shown when not using a custom player mesh +@onready var capsule : MeshInstance3D = $Target/Player_figure/Capsule + +## [XRToolsPlayerBody] node. +@onready var player_body := XRToolsPlayerBody.find_instance(self) + +## [XRController3D] node. +@onready var controller := XRHelpers.get_xr_controller(self) + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsFunctionTeleport" + + +# Called when the node enters the scene tree for the first time. +func _ready(): + # Do not initialise if in the editor + if Engine.is_editor_hint(): + return + + # It's inactive when we start + $Teleport.visible = false + $Target.visible = false + + # Scale to our world scale + $Teleport.mesh.size = Vector2(0.05 * ws, 1.0) + $Target.mesh.size = Vector2(ws, ws) + $Target/Player_figure.scale = Vector3(ws, ws, ws) + + # get our capsule shape + collision_shape = CapsuleShape3D.new() + + # Apply properties + _update_arc_texture() + _update_target_texture() + _update_player_scene() + _update_player_height() + _update_player_radius() + _update_player_material() + + +func _physics_process(delta): + # Do not process physics if in the editor + if Engine.is_editor_hint(): + return + + # Skip if required nodes are missing + if !player_body or !controller: + return + + # if we're not enabled no point in doing mode + if !enabled: + # reset these + is_teleporting = false; + $Teleport.visible = false + $Target.visible = false + + # and stop this from running until we enable again + set_physics_process(false) + return + + # check if our world scale has changed.. + var new_ws := XRServer.world_scale + if ws != new_ws: + ws = new_ws + $Teleport.mesh.size = Vector2(0.05 * ws, 1.0) + $Target.mesh.size = Vector2(ws, ws) + $Target/Player_figure.scale = Vector3(ws, ws, ws) + + if controller and controller.get_is_active() and \ + controller.is_button_pressed(teleport_button_action): + if !is_teleporting: + is_teleporting = true + $Teleport.visible = true + $Target.visible = true + teleport_rotation = 0.0 + + # get our physics engine state + var state := get_world_3d().direct_space_state + var query := PhysicsShapeQueryParameters3D.new() + + # init stuff about our query that doesn't change + query.collision_mask = collision_mask + query.margin = collision_shape.margin + query.shape_rid = collision_shape.get_rid() + + # make a transform for offsetting our shape, it's always + # lying on its side by default... + var shape_transform := Transform3D( + Basis(), + Vector3(0.0, player_height / 2.0, 0.0)) + + # update location + var teleport_global_transform : Transform3D = $Teleport.global_transform + var target_global_origin := teleport_global_transform.origin + var up := player_body.up_player + var down := -up.normalized() / ws + + ############################################################ + # New teleport logic + # We're going to use test move in steps to find out where we hit something... + # This can be optimised loads by determining the lenght based on the angle + # between sections extending the length when we're in a flat part of the arch + # Where we do get a collission we may want to fine tune the collision + var cast_length := 0.0 + var fine_tune := 1.0 + var hit_something := false + var max_slope_cos := cos(deg_to_rad(max_slope)) + for i in range(1,26): + var new_cast_length := cast_length + (step_size / fine_tune) + var global_target := Vector3(0.0, 0.0, -new_cast_length) + + # our quadratic values + var t := global_target.z / strength + var t2 := t * t + + # target to world space + global_target = teleport_global_transform * global_target + + # adjust for gravity + global_target += down * t2 + + # test our new location for collisions + query.transform = Transform3D( + player_body.global_transform.basis, + global_target) * shape_transform + var cast_result := state.collide_shape(query, 10) + if cast_result.is_empty(): + # we didn't collide with anything so check our next section... + cast_length = new_cast_length + target_global_origin = global_target + elif (fine_tune <= 16.0): + # try again with a small step size + fine_tune *= 2.0 + else: + # if we don't collide make sure we keep using our current origin point + var collided_at := target_global_origin + + # check for collision + var step_delta := global_target - target_global_origin + if up.dot(step_delta) > 0: + # if we're moving up, we hit the ceiling of something, we + # don't really care what + is_on_floor = false + else: + # now we cast a ray downwards to see if we're on a surface + var ray_query := PhysicsRayQueryParameters3D.new() + ray_query.from = target_global_origin + (up * 0.5 * player_height) + ray_query.to = target_global_origin - (up * 1.1 * player_height) + ray_query.collision_mask = collision_mask + + var intersects := state.intersect_ray(ray_query) + if intersects.is_empty(): + is_on_floor = false + else: + # did we collide with a floor or a wall? + floor_normal = intersects["normal"] + var dot := up.dot(floor_normal) + + if dot > max_slope_cos: + is_on_floor = true + else: + is_on_floor = false + + # Update our collision point if it's moved enough, this + # solves a little bit of jittering + var diff : Vector3 = collided_at - intersects["position"] + + if diff.length() > 0.1: + collided_at = intersects["position"] + + # Fail if the hit target isn't in our valid mask + var collider_mask : int = intersects["collider"].collision_layer + if not valid_teleport_mask & collider_mask: + is_on_floor = false + + # we are colliding, find our if we're colliding on a wall or + # floor, one we can do, the other nope... + cast_length += (collided_at - target_global_origin).length() + target_global_origin = collided_at + hit_something = true + break + + # and just update our shader + $Teleport.get_surface_override_material(0).set_shader_parameter("scale_t", 1.0 / strength) + $Teleport.get_surface_override_material(0).set_shader_parameter("down", down) + $Teleport.get_surface_override_material(0).set_shader_parameter("length", cast_length) + if hit_something: + var color := can_teleport_color + var normal := up + if is_on_floor: + # if we're on the floor we'll reorientate our target to match. + normal = floor_normal + can_teleport = true + else: + can_teleport = false + color = cant_teleport_color + + # check our axis to see if we need to rotate + teleport_rotation += (delta * controller.get_vector2(rotation_action).x * -4.0) + + # update target and colour + var target_basis := Basis() + target_basis.y = normal + target_basis.x = teleport_global_transform.basis.x.slide(normal).normalized() + target_basis.z = target_basis.x.cross(target_basis.y) + + target_basis = target_basis.rotated(normal, teleport_rotation) + last_target_transform.basis = target_basis + last_target_transform.origin = target_global_origin + up * 0.001 + $Target.global_transform = last_target_transform + + $Teleport.get_surface_override_material(0).set_shader_parameter("mix_color", color) + $Target.get_surface_override_material(0).albedo_color = color + $Target.visible = can_teleport + else: + can_teleport = false + $Target.visible = false + $Teleport.get_surface_override_material(0).set_shader_parameter("mix_color", no_collision_color) + elif is_teleporting: + if can_teleport: + + # Make our target using the players up vector + var new_transform := last_target_transform + new_transform.basis.y = player_body.up_player + new_transform.basis.x = new_transform.basis.y.cross(new_transform.basis.z).normalized() + new_transform.basis.z = new_transform.basis.x.cross(new_transform.basis.y).normalized() + + # Teleport the player + player_body.teleport(new_transform) + + # and disable + is_teleporting = false; + $Teleport.visible = false + $Target.visible = false + + +# This method verifies the teleport has a valid configuration. +func _get_configuration_warnings() -> PackedStringArray: + var warnings := PackedStringArray() + + # Verify we can find the XRToolsPlayerBody + if !XRToolsPlayerBody.find_instance(self): + warnings.append("This node must be within a branch of an XRToolsPlayerBody node") + + # Verify we can find the XRController3D + if !XRHelpers.get_xr_controller(self): + warnings.append("This node must be within a branch of an XRController3D node") + + # Return warnings + return warnings + + +# Provide custom property information +func _get_property_list() -> Array[Dictionary]: + return [ + { + "name" : "Player", + "type" : TYPE_NIL, + "usage" : PROPERTY_USAGE_GROUP + }, + { + "name" : "player_material", + "class_name" : "StandardMaterial3D", + "type" : TYPE_OBJECT, + "usage" : PROPERTY_USAGE_NO_EDITOR if player_scene else PROPERTY_USAGE_DEFAULT, + "hint" : PROPERTY_HINT_RESOURCE_TYPE, + "hint_string" : "StandardMaterial3D" + } + ] + + +# Allow revert of custom properties +func _property_can_revert(property : StringName) -> bool: + return property == "player_material" + + +# Provide revert values for custom properties +func _property_get_revert(property : StringName): # Variant + if property == "player_material": + return _DefaultMaterial + + +# Set enabled property +func set_enabled(new_value : bool) -> void: + enabled = new_value + if enabled: + # make sure our physics process is on + set_physics_process(true) + else: + # we turn this off in physics process just in case we want to do some cleanup + pass + + +# Set the arc texture +func set_arc_texture(p_arc_texture : Texture2D) -> void: + arc_texture = p_arc_texture + if is_inside_tree(): + _update_arc_texture() + + +# Set the target texture +func set_target_texture(p_target_texture : Texture2D) -> void: + target_texture = p_target_texture + if is_inside_tree(): + _update_target_texture() + + +# Set player height property +func set_player_height(p_height : float) -> void: + player_height = p_height + if is_inside_tree(): + _update_player_height() + + +# Set player radius property +func set_player_radius(p_radius : float) -> void: + player_radius = p_radius + if is_inside_tree(): + _update_player_radius() + + +# Set the player scene +func set_player_scene(p_player_scene : PackedScene) -> void: + player_scene = p_player_scene + notify_property_list_changed() + if is_inside_tree(): + _update_player_scene() + + +# Set the player material +func set_player_material(p_player_material : StandardMaterial3D) -> void: + player_material = p_player_material + if is_inside_tree(): + _update_player_material() + + +# Update arc texture +func _update_arc_texture(): + var material : ShaderMaterial = $Teleport.get_surface_override_material(0) + if material and arc_texture: + material.set_shader_parameter("arrow_texture", arc_texture) + + +# Update target texture +func _update_target_texture(): + var material : StandardMaterial3D = $Target.get_surface_override_material(0) + if material and target_texture: + material.albedo_texture = target_texture + + +# Player height update handler +func _update_player_height() -> void: + if collision_shape: + collision_shape.height = player_height - (2.0 * player_radius) + + if capsule: + capsule.mesh.height = player_height + capsule.position = Vector3(0.0, player_height/2.0, 0.0) + + +# Player radius update handler +func _update_player_radius(): + if collision_shape: + collision_shape.height = player_height + collision_shape.radius = player_radius + + if capsule: + capsule.mesh.height = player_height + capsule.mesh.radius = player_radius + + +# Update the player scene +func _update_player_scene() -> void: + # Free the current player + if player: + player.queue_free() + player = null + + # If specified, instantiate a new player + if player_scene: + player = player_scene.instantiate() + $Target/Player_figure.add_child(player) + + # Show the capsule mesh only if we have no player + capsule.visible = player == null + + +# Update player material +func _update_player_material(): + if player_material: + capsule.set_surface_override_material(0, player_material) diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/function_teleport.gd.uid b/escape-room-version-2/addons/godot-xr-tools/functions/function_teleport.gd.uid new file mode 100644 index 0000000..0789a8c --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/function_teleport.gd.uid @@ -0,0 +1 @@ +uid://uwp84l62ev1y diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/function_teleport.tscn b/escape-room-version-2/addons/godot-xr-tools/functions/function_teleport.tscn new file mode 100644 index 0000000..db4c2eb --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/function_teleport.tscn @@ -0,0 +1,37 @@ +[gd_scene load_steps=8 format=3 uid="uid://fiul51tsyoop"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/functions/function_teleport.gd" id="1"] +[ext_resource type="Material" uid="uid://bk72wfw25ff0v" path="res://addons/godot-xr-tools/materials/teleport.tres" id="2"] +[ext_resource type="Material" path="res://addons/godot-xr-tools/materials/target.tres" id="3"] +[ext_resource type="Material" path="res://addons/godot-xr-tools/materials/capsule.tres" id="4"] + +[sub_resource type="PlaneMesh" id="1"] +size = Vector2(0.05, 1) +subdivide_depth = 40 + +[sub_resource type="PlaneMesh" id="2"] +size = Vector2(1, 1) + +[sub_resource type="CapsuleMesh" id="3"] +radius = 0.4 +height = 1.8 + +[node name="FunctionTeleport" type="Node3D"] +script = ExtResource("1") +player_material = ExtResource("4") + +[node name="Teleport" type="MeshInstance3D" parent="."] +mesh = SubResource("1") +surface_material_override/0 = ExtResource("2") + +[node name="Target" type="MeshInstance3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, -4.92359) +mesh = SubResource("2") +surface_material_override/0 = ExtResource("3") + +[node name="Player_figure" type="Marker3D" parent="Target"] + +[node name="Capsule" type="MeshInstance3D" parent="Target/Player_figure"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.9, 0) +mesh = SubResource("3") +surface_material_override/0 = ExtResource("4") diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_climb.gd b/escape-room-version-2/addons/godot-xr-tools/functions/movement_climb.gd new file mode 100644 index 0000000..c4bc91f --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_climb.gd @@ -0,0 +1,283 @@ +@tool +class_name XRToolsMovementClimb +extends XRToolsMovementProvider + + +## XR Tools Movement Provider for Climbing +## +## This script provides climbing movement for the player. To add climbing +## support, the player must also have [XRToolsFunctionPickup] nodes attached +## to the left and right controllers, and an [XRToolsPlayerBody] under the +## [XROrigin3D]. +## +## Climbable objects can inherit from the climbable scene, or be [StaticBody] +## objects with the [XRToolsClimbable] script attached to them. +## +## When climbing, the global velocity of the [XRToolsPlayerBody] is averaged, +## and upon release the velocity is applied to the [XRToolsPlayerBody] with an +## optional fling multiplier, so the player can fling themselves up walls if +## desired. + + +## Signal invoked when the player starts climing +signal player_climb_start + +## Signal invoked when the player ends climbing +signal player_climb_end + + +## Distance at which grabs snap +const SNAP_DISTANCE : float = 1.0 + + +## Movement provider order +@export var order : int = 15 + +## Push forward when flinging +@export var forward_push : float = 1.0 + +## Velocity multiplier when flinging up walls +@export var fling_multiplier : float = 1.0 + +## Averages for velocity measurement +@export var velocity_averages : int = 5 + + +# Left climbing handle +var _left_handle : Node3D + +# Right climbing handle +var _right_handle : Node3D + +# Dominant handle (moving the player) +var _dominant : Node3D + + +# Velocity averager +@onready var _averager := XRToolsVelocityAveragerLinear.new(velocity_averages) + +# Left pickup node +@onready var _left_pickup_node := XRToolsFunctionPickup.find_left(self) + +# Right pickup node +@onready var _right_pickup_node := XRToolsFunctionPickup.find_right(self) + +# Left controller +@onready var _left_controller := XRHelpers.get_left_controller(self) + +# Right controller +@onready var _right_controller := XRHelpers.get_right_controller(self) + +# Left collision hand +@onready var _left_hand := XRToolsHand.find_left(self) + +# Right collision hand +@onready var _right_hand := XRToolsHand.find_right(self) + +# Left collision hand +@onready var _left_collision_hand := XRToolsCollisionHand.find_left(self) + +# Right collision hand +@onready var _right_collision_hand := XRToolsCollisionHand.find_right(self) + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsMovementClimb" or super(name) + + +## Called when the node enters the scene tree for the first time. +func _ready(): + # In Godot 4 we must now manually call our super class ready function + super() + + # Do not initialise if in the editor + if Engine.is_editor_hint(): + return + + # Connect pickup funcitons + if _left_pickup_node.connect("has_picked_up", _on_left_picked_up): + push_error("Unable to connect left picked up signal") + if _right_pickup_node.connect("has_picked_up", _on_right_picked_up): + push_error("Unable to connect right picked up signal") + if _left_pickup_node.connect("has_dropped", _on_left_dropped): + push_error("Unable to connect left dropped signal") + if _right_pickup_node.connect("has_dropped", _on_right_dropped): + push_error("Unable to connect right dropped signal") + + +## Perform player physics movement +func physics_movement(delta: float, player_body: XRToolsPlayerBody, disabled: bool): + # Disable climbing if requested + if disabled or !enabled: + _set_climbing(false, player_body) + return + + # Check for climbing handles being deleted while held + if not is_instance_valid(_left_handle): + _left_handle = null + if not is_instance_valid(_right_handle): + _right_handle = null + if not is_instance_valid(_dominant): + _dominant = null + + # Snap grabs if too far + if _left_handle: + var left_pickup_pos := _left_controller.global_position + var left_grab_pos = _left_handle.global_position + if left_pickup_pos.distance_to(left_grab_pos) > SNAP_DISTANCE: + _left_pickup_node.drop_object() + if _right_handle: + var right_pickup_pos := _right_controller.global_position + var right_grab_pos := _right_handle.global_position + if right_pickup_pos.distance_to(right_grab_pos) > SNAP_DISTANCE: + _right_pickup_node.drop_object() + + # Update climbing + _set_climbing(_dominant != null, player_body) + + # Skip if not actively climbing + if !is_active: + return + + # Calculate how much the player has moved + var offset := Vector3.ZERO + if _dominant == _left_handle: + var left_pickup_pos := _left_controller.global_position + var left_grab_pos := _left_handle.global_position + offset = left_pickup_pos - left_grab_pos + elif _dominant == _right_handle: + var right_pickup_pos := _right_controller.global_position + var right_grab_pos := _right_handle.global_position + offset = right_pickup_pos - right_grab_pos + + # Move the player by the offset + var old_position := player_body.global_position + player_body.move_and_collide(-offset) + player_body.velocity = Vector3.ZERO + + # Update the players average-velocity data + var distance := player_body.global_position - old_position + _averager.add_distance(delta, distance) + + # Report exclusive motion performed (to bypass gravity) + return true + + +## Start or stop climbing +func _set_climbing(active: bool, player_body: XRToolsPlayerBody) -> void: + # Skip if no change + if active == is_active: + return + + # Update state + is_active = active + + # Handle state change + if is_active: + _averager.clear() + player_body.override_player_height(self, 0.0) + emit_signal("player_climb_start") + else: + # Calculate the forward direction (based on camera-forward) + var dir_forward = -player_body.camera_node.global_transform.basis.z \ + .slide(player_body.up_player) \ + .normalized() + + # Set player velocity based on averaged velocity, fling multiplier, + # and a forward push + var velocity := _averager.velocity() + player_body.velocity = (velocity * fling_multiplier) + (dir_forward * forward_push) + + player_body.override_player_height(self) + emit_signal("player_climb_end") + + +## Handler for left controller picked up +func _on_left_picked_up(what : Node3D) -> void: + # Get the climbable + var climbable = what as XRToolsClimbable + if not climbable: + return + + # Get the handle + _left_handle = climbable.get_grab_handle(_left_pickup_node) + if not _left_handle: + return + + # Switch dominance to the left handle + _dominant = _left_handle + + # If collision hands present then target the handle + if _left_collision_hand: + _left_collision_hand.add_target_override(_left_handle, 0) + elif _left_hand: + _left_hand.add_target_override(_left_handle, 0) + + +## Handler for right controller picked up +func _on_right_picked_up(what : Node3D) -> void: + # Get the climbable + var climbable = what as XRToolsClimbable + if not climbable: + return + + # Get the handle + _right_handle = climbable.get_grab_handle(_right_pickup_node) + if not _right_handle: + return + + # Switch dominance to the right handle + _dominant = _right_handle + + # If collision hands present then target the handle + if _right_collision_hand: + _right_collision_hand.add_target_override(_right_handle, 0) + elif _right_hand: + _right_hand.add_target_override(_right_handle, 0) + + +## Handler for left controller dropped +func _on_left_dropped() -> void: + # If collision hands present then clear handle target + if _left_collision_hand: + _left_collision_hand.remove_target_override(_left_handle) + if _left_hand: + _left_hand.remove_target_override(_left_handle) + + # Release handle and transfer dominance + _left_handle = null + _dominant = _right_handle + + +## Handler for righ controller dropped +func _on_right_dropped() -> void: + # If collision hands present then clear handle target + if _right_collision_hand: + _right_collision_hand.remove_target_override(_right_handle) + if _right_hand: + _right_hand.remove_target_override(_right_handle) + + # Release handle and transfer dominance + _right_handle = null + _dominant = _left_handle + + +# This method verifies the movement provider has a valid configuration. +func _get_configuration_warnings() -> PackedStringArray: + var warnings := super() + + # Verify the left controller pickup + if !XRToolsFunctionPickup.find_left(self): + warnings.append("Unable to find left XRToolsFunctionPickup node") + + # Verify the right controller pickup + if !XRToolsFunctionPickup.find_right(self): + warnings.append("Unable to find right XRToolsFunctionPickup node") + + # Verify velocity averages + if velocity_averages < 2: + warnings.append("Minimum of 2 velocity averages needed") + + # Return warnings + return warnings diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_climb.gd.uid b/escape-room-version-2/addons/godot-xr-tools/functions/movement_climb.gd.uid new file mode 100644 index 0000000..da30465 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_climb.gd.uid @@ -0,0 +1 @@ +uid://c3ko53npa04ve diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_climb.tscn b/escape-room-version-2/addons/godot-xr-tools/functions/movement_climb.tscn new file mode 100644 index 0000000..e6d60ce --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_climb.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://bxm1ply47vaan"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/functions/movement_climb.gd" id="1"] + +[node name="MovementClimb" type="Node" groups=["movement_providers"]] +script = ExtResource("1") diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_crouch.gd b/escape-room-version-2/addons/godot-xr-tools/functions/movement_crouch.gd new file mode 100644 index 0000000..0b4db5a --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_crouch.gd @@ -0,0 +1,92 @@ +@tool +class_name XRToolsMovementCrouch +extends XRToolsMovementProvider + + +## XR Tools Movement Provider for Crouching +## +## This script works with the [XRToolsPlayerBody] attached to the players +## [XROrigin3D]. +## +## While the player presses the crounch button, the height is overridden to +## the specified crouch height. + + +## Enumeration of crouching modes +enum CrouchType { + HOLD_TO_CROUCH, ## Hold button to crouch + TOGGLE_CROUCH, ## Toggle crouching on button press +} + + +## Movement provider order +@export var order : int = 10 + +## Crouch height +@export var crouch_height : float = 1.0 + +## Crouch button +@export var crouch_button_action : String = "primary_click" + +## Type of crouching +@export var crouch_type : CrouchType = CrouchType.HOLD_TO_CROUCH + + +## Crouching flag +var _crouching : bool = false + +## Crouch button down state +var _crouch_button_down : bool = false + + +# Controller node +@onready var _controller := XRHelpers.get_xr_controller(self) + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsMovementCrouch" or super(name) + + +# Perform jump movement +func physics_movement(_delta: float, player_body: XRToolsPlayerBody, _disabled: bool): + # Skip if the controller isn't active + if !_controller.get_is_active(): + return + + # Detect crouch button down and pressed states + var crouch_button_down := _controller.is_button_pressed(crouch_button_action) + var crouch_button_pressed := crouch_button_down and !_crouch_button_down + _crouch_button_down = crouch_button_down + + # Calculate new crouching state + var crouching := _crouching + match crouch_type: + CrouchType.HOLD_TO_CROUCH: + # Crouch when button down + crouching = crouch_button_down + + CrouchType.TOGGLE_CROUCH: + # Toggle when button pressed + if crouch_button_pressed: + crouching = !crouching + + # Update crouching state + if crouching != _crouching: + _crouching = crouching + if crouching: + player_body.override_player_height(self, crouch_height) + else: + player_body.override_player_height(self) + + +# This method verifies the movement provider has a valid configuration. +func _get_configuration_warnings() -> PackedStringArray: + var warnings := super() + + # Check the controller node + if !XRHelpers.get_xr_controller(self): + warnings.append("This node must be within a branch of an XRController3D node") + + # Return warnings + return warnings diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_crouch.gd.uid b/escape-room-version-2/addons/godot-xr-tools/functions/movement_crouch.gd.uid new file mode 100644 index 0000000..e811b53 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_crouch.gd.uid @@ -0,0 +1 @@ +uid://yrc2sew55a6m diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_crouch.tscn b/escape-room-version-2/addons/godot-xr-tools/functions/movement_crouch.tscn new file mode 100644 index 0000000..824cfca --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_crouch.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://clt88d5d1dje4"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/functions/movement_crouch.gd" id="1"] + +[node name="MovementCrouch" type="Node" groups=["movement_providers"]] +script = ExtResource("1") diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_direct.gd b/escape-room-version-2/addons/godot-xr-tools/functions/movement_direct.gd new file mode 100644 index 0000000..c9d5352 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_direct.gd @@ -0,0 +1,87 @@ +@tool +class_name XRToolsMovementDirect +extends XRToolsMovementProvider + + +## XR Tools Movement Provider for Direct Movement +## +## This script provides direct movement for the player. This script works +## with the [XRToolsPlayerBody] attached to the players [XROrigin3D]. +## +## The player may have multiple [XRToolsMovementDirect] nodes attached to +## different controllers to provide different types of direct movement. + + +## Movement provider order +@export var order : int = 10 + +## Movement speed +@export var max_speed : float = 3.0 + +## If true, the player can strafe +@export var strafe : bool = false + +## Input action for movement direction +@export var input_action : String = "primary" + + +# Controller node +@onready var _controller := XRHelpers.get_xr_controller(self) + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsMovementDirect" or super(name) + + +# Perform jump movement +func physics_movement(_delta: float, player_body: XRToolsPlayerBody, _disabled: bool): + # Skip if the controller isn't active + if !_controller.get_is_active(): + return + + ## get input action with deadzone correction applied + var dz_input_action = XRToolsUserSettings.get_adjusted_vector2(_controller, input_action) + + player_body.ground_control_velocity.y += dz_input_action.y * max_speed + if strafe: + player_body.ground_control_velocity.x += dz_input_action.x * max_speed + + # Clamp ground control + var length := player_body.ground_control_velocity.length() + if length > max_speed: + player_body.ground_control_velocity *= max_speed / length + + +# This method verifies the movement provider has a valid configuration. +func _get_configuration_warnings() -> PackedStringArray: + var warnings := super() + + # Check the controller node + if !XRHelpers.get_xr_controller(self): + warnings.append("This node must be within a branch of an XRController3D node") + + # Return warnings + return warnings + + +## Find the left [XRToolsMovementDirect] node. +## +## This function searches from the specified node for the left controller +## [XRToolsMovementDirect] assuming the node is a sibling of the [XROrigin3D]. +static func find_left(node : Node) -> XRToolsMovementDirect: + return XRTools.find_xr_child( + XRHelpers.get_left_controller(node), + "*", + "XRToolsMovementDirect") as XRToolsMovementDirect + + +## Find the right [XRToolsMovementDirect] node. +## +## This function searches from the specified node for the right controller +## [XRToolsMovementDirect] assuming the node is a sibling of the [XROrigin3D]. +static func find_right(node : Node) -> XRToolsMovementDirect: + return XRTools.find_xr_child( + XRHelpers.get_right_controller(node), + "*", + "XRToolsMovementDirect") as XRToolsMovementDirect diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_direct.gd.uid b/escape-room-version-2/addons/godot-xr-tools/functions/movement_direct.gd.uid new file mode 100644 index 0000000..d3a202b --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_direct.gd.uid @@ -0,0 +1 @@ +uid://ca2k2bxtafu1 diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_direct.tscn b/escape-room-version-2/addons/godot-xr-tools/functions/movement_direct.tscn new file mode 100644 index 0000000..c58096b --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_direct.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://bl2nuu3qhlb5k"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/functions/movement_direct.gd" id="1"] + +[node name="MovementDirect" type="Node" groups=["movement_providers"]] +script = ExtResource("1") diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_flight.gd b/escape-room-version-2/addons/godot-xr-tools/functions/movement_flight.gd new file mode 100644 index 0000000..49bc9e9 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_flight.gd @@ -0,0 +1,229 @@ +@tool +class_name XRToolsMovementFlight +extends XRToolsMovementProvider + + +## XR Tools Movement Provider for Flying +## +## This script provides flying movement for the player. The control parameters +## are intended to support a wide variety of flight mechanics. +## +## Pitch and Bearing input devices are selected which produce a "forwards" +## reference frame. The player controls (forwards/backwards and +## left/right) are applied in relation to this reference frame. +## +## The Speed Scale and Traction parameters allow primitive flight where +## the player is in direct control of their speed (in the reference frame). +## This produces an effect described as the "Mary Poppins Flying Umbrella". +## +## The Acceleration, Drag, and Guidance parameters allow for slightly more +## realisitic flying where the player can accelerate in their reference +## frame. The drag is applied against the global reference and can be used +## to construct a terminal velocity. +## +## The Guidance property attempts to lerp the players velocity into flight +## forwards direction as if the player had guide-fins or wings. +## +## The Exclusive property specifies whether flight is exclusive (no further +## physics effects after flying) or whether additional effects such as +## the default player gravity are applied. + + +## Signal emitted when flight starts +signal flight_started() + +## Signal emitted when flight finishes +signal flight_finished() + + +## Enumeration of controller to use for flight +enum FlightController { + LEFT, ## Use left controller + RIGHT, ## Use right controler +} + +## Enumeration of pitch control input +enum FlightPitch { + HEAD, ## Head controls pitch + CONTROLLER, ## Controller controls pitch +} + +## Enumeration of bearing control input +enum FlightBearing { + HEAD, ## Head controls bearing + CONTROLLER, ## Controller controls bearing + BODY, ## Body controls bearing +} + + +## Movement provider order +@export var order : int = 30 + +## Flight controller +@export var controller : FlightController = FlightController.LEFT + +## Flight toggle button +@export var flight_button : String = "by_button" + +## Flight pitch control +@export var pitch : FlightPitch = FlightPitch.CONTROLLER + +## Flight bearing control +@export var bearing : FlightBearing = FlightBearing.CONTROLLER + +## Flight speed from control +@export var speed_scale : float = 5.0 + +## Flight traction pulling flight velocity towards the controlled speed +@export var speed_traction : float = 3.0 + +## Flight acceleration from control +@export var acceleration_scale : float = 0.0 + +## Flight drag +@export var drag : float = 0.1 + +## Guidance effect (virtual fins/wings) +@export var guidance : float = 0.0 + +## If true, flight movement is exclusive preventing further movement functions +@export var exclusive : bool = true + + +## Flight button state +var _flight_button : bool = false + +## Flight controller +var _controller : XRController3D + + +# Node references +@onready var _camera := XRHelpers.get_xr_camera(self) +@onready var _left_controller := XRHelpers.get_left_controller(self) +@onready var _right_controller := XRHelpers.get_right_controller(self) + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsMovementFlight" or super(name) + + +func _ready(): + # In Godot 4 we must now manually call our super class ready function + super() + + # Get the flight controller + if controller == FlightController.LEFT: + _controller = _left_controller + else: + _controller = _right_controller + + +# Process physics movement for flight +func physics_movement(delta: float, player_body: XRToolsPlayerBody, disabled: bool): + # Disable flying if requested, or if no controller + if disabled or !enabled or !_controller.get_is_active(): + set_flying(false) + return + + # Detect press of flight button + var old_flight_button = _flight_button + _flight_button = _controller.is_button_pressed(flight_button) + if _flight_button and !old_flight_button: + set_flying(!is_active) + + # Skip if not flying + if !is_active: + return + + # Select the pitch vector + var pitch_vector: Vector3 + if pitch == FlightPitch.HEAD: + # Use the vertical part of the 'head' forwards vector + pitch_vector = -_camera.transform.basis.z.y * player_body.up_player + else: + # Use the vertical part of the 'controller' forwards vector + pitch_vector = -_controller.transform.basis.z.y * player_body.up_player + + # Select the bearing vector + var bearing_vector: Vector3 + if bearing == FlightBearing.HEAD: + # Use the horizontal part of the 'head' forwards vector + bearing_vector = -_camera.global_transform.basis.z \ + .slide(player_body.up_player) + elif bearing == FlightBearing.CONTROLLER: + # Use the horizontal part of the 'controller' forwards vector + bearing_vector = -_controller.global_transform.basis.z \ + .slide(player_body.up_player) + else: + # Use the horizontal part of the 'body' forwards vector + var left := _left_controller.global_transform.origin + var right := _right_controller.global_transform.origin + var left_to_right := right - left + bearing_vector = left_to_right \ + .rotated(player_body.up_player, PI/2) \ + .slide(player_body.up_player) + + # Construct the flight bearing + var forwards := (bearing_vector.normalized() + pitch_vector).normalized() + var side := forwards.cross(player_body.up_player) + + # Construct the target velocity + var joy_forwards := _controller.get_vector2("primary").y + var joy_side := _controller.get_vector2("primary").x + var heading := forwards * joy_forwards + side * joy_side + + # Calculate the flight velocity + var flight_velocity := player_body.velocity + flight_velocity *= 1.0 - drag * delta + flight_velocity = flight_velocity.lerp(heading * speed_scale, speed_traction * delta) + flight_velocity += heading * acceleration_scale * delta + + # Apply virtual guidance effect + if guidance > 0.0: + var velocity_forwards := forwards * flight_velocity.length() + flight_velocity = flight_velocity.lerp(velocity_forwards, guidance * delta) + + # If exclusive then perform the exclusive move-and-slide + if exclusive: + player_body.velocity = player_body.move_player(flight_velocity) + return true + + # Update velocity and return for additional effects + player_body.velocity = flight_velocity + return + + +func set_flying(active: bool) -> void: + # Skip if no change + if active == is_active: + return + + # Update state + is_active = active + + # Handle state change + if is_active: + emit_signal("flight_started") + else: + emit_signal("flight_finished") + + +# This method verifies the movement provider has a valid configuration. +func _get_configuration_warnings() -> PackedStringArray: + var warnings := super() + + # Verify the camera + if !XRHelpers.get_xr_camera(self): + warnings.append("Unable to find XRCamera3D") + + # Verify the left controller + if !XRHelpers.get_left_controller(self): + warnings.append("Unable to find left XRController3D node") + + # Verify the right controller + if !XRHelpers.get_right_controller(self): + warnings.append("Unable to find left XRController3D node") + + # Return warnings + return warnings diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_flight.gd.uid b/escape-room-version-2/addons/godot-xr-tools/functions/movement_flight.gd.uid new file mode 100644 index 0000000..420c9b1 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_flight.gd.uid @@ -0,0 +1 @@ +uid://cesycny47cjpj diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_flight.tscn b/escape-room-version-2/addons/godot-xr-tools/functions/movement_flight.tscn new file mode 100644 index 0000000..deb568c --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_flight.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://kyhaogt0a4q8"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/functions/movement_flight.gd" id="1"] + +[node name="MovementFlight" type="Node" groups=["movement_providers"]] +script = ExtResource("1") diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_footstep.gd b/escape-room-version-2/addons/godot-xr-tools/functions/movement_footstep.gd new file mode 100644 index 0000000..cc0f5a3 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_footstep.gd @@ -0,0 +1,245 @@ +@tool +class_name XRToolsMovementFootstep +extends XRToolsMovementProvider + + +## XR Tools Movement Provider for Footsteps +## +## This movement provider detects walking on different surfaces. +## It plays audio sounds associated with the surface the player is +## currently walking on. + + +## Signal emitted when a footstep is generated +signal footstep(name) + + +# Number of audio players to pool +const AUDIO_POOL_SIZE := 3 + + +## Movement provider order +@export var order : int = 1001 + +## Default XRToolsSurfaceAudioType when not overridden +@export var default_surface_audio_type : XRToolsSurfaceAudioType + +## Speed at which the player is considered walking +@export var walk_speed := 0.4 + +## Step per meter by time +@export var steps_per_meter = 1.0 + + +# step time +var step_time = 0.0 + +# Last on_ground state of the player +var _old_on_ground := true + +# Node representing the location of the players foot +var _foot_spatial : Node3D + +# Pool of idle AudioStreamPlayer3D nodes +var _audio_pool_idle : Array[AudioStreamPlayer3D] + +# Last ground node +var _ground_node : Node + +# Surface audio type associated with last ground node +var _ground_node_audio_type : XRToolsSurfaceAudioType + + +## PlayerBody - Player Physics Body Script +@onready var player_body := XRToolsPlayerBody.find_instance(self) + + +# Add support for is_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsMovementFootstep" or super(name) + + +func _ready(): + # In Godot 4 we must now manually call our super class ready function + super() + + # Construct the foot spatial - we will move it around as the player moves. + _foot_spatial = Node3D.new() + _foot_spatial.name = "FootSpatial" + add_child(_foot_spatial) + + # Make the array of players in _audio_pool_idle + for i in AUDIO_POOL_SIZE: + var player = $PlayerSettings.duplicate() + player.name = "PlayerCopy%d" % (i + 1) + _foot_spatial.add_child(player) + _audio_pool_idle.append(player) + player.finished.connect(_on_player_finished.bind(player)) + + # Set as always active + is_active = true + + # Listen for the player jumping + player_body.player_jumped.connect(_on_player_jumped) + + +# This method checks for configuration issues. +func _get_configuration_warnings() -> PackedStringArray: + var warnings := super() + + # Verify player settings node exists + if not $PlayerSettings: + warnings.append("Missing player settings node") + + # Return warnings + return warnings + + +func physics_movement(_delta: float, player_body: XRToolsPlayerBody, _disabled: bool): + # Update the spatial location of the foot + _update_foot_spatial() + + # Update the ground audio information + _update_ground_audio() + + # Skip if footsteps have been disabled + if not enabled: + step_time = 0 + return + + # Detect landing on ground + if not _old_on_ground and player_body.on_ground: + # Play the ground hit sound + _play_ground_hit() + + # Update the old on_ground state + _old_on_ground = player_body.on_ground + if not player_body.on_ground: + step_time = 0 # Reset when not on ground + return + + # Handle slow/stopped + if player_body.ground_control_velocity.length() < walk_speed: + step_time = 0 # Reset when slow/stopped + return + + # Count up the step timer, and skip if not take a step yet + step_time += _delta * player_body.ground_control_velocity.length() + if step_time > steps_per_meter: + _play_step_sound() + step_time = 0 + + +# Update the foot spatial to be where the players foot is +func _update_foot_spatial() -> void: + # Project the players camera down to the XZ plane (real-world space) + var local_foot := player_body.camera_node.position.slide(Vector3.UP) + + # Move the foot_spatial to the local foot in the global origin space + _foot_spatial.global_position = player_body.origin_node.global_transform * local_foot + + +# Update the ground audio information +func _update_ground_audio() -> void: + # Skip if no change + if player_body.ground_node == _ground_node: + return + + # Save the new ground node + _ground_node = player_body.ground_node + + # Handle no ground + if not _ground_node: + _ground_node_audio_type = null + return + + # Find the surface audio for the ground (if any) + var ground_audio : XRToolsSurfaceAudio = XRTools.find_xr_child( + _ground_node, "*", "XRToolsSurfaceAudio") + if ground_audio: + _ground_node_audio_type = ground_audio.surface_audio_type + else: + _ground_node_audio_type = default_surface_audio_type + + +# Called when the player jumps +func _on_player_jumped() -> void: + # Skip if no jump sound + if not _ground_node_audio_type: + return + + # Play the jump sound + _play_sound( + _ground_node_audio_type.name, + _ground_node_audio_type.jump_sound) + + +# Play the hit sound made when the player lands on the ground +func _play_ground_hit() -> void: + # Skip if no hit sound + if not _ground_node_audio_type: + return + + # Play the hit sound + _play_sound( + _ground_node_audio_type.name, + _ground_node_audio_type.hit_sound) + + +# Play a step sound for the current ground +func _play_step_sound() -> void: + # Skip if no walk audio + if not _ground_node_audio_type or _ground_node_audio_type.walk_sounds.size() == 0: + return + + # Pick the sound index + var idx := randi() % _ground_node_audio_type.walk_sounds.size() + + # Pick the playback pitck + var pitch := randf_range( + _ground_node_audio_type.walk_pitch_minimum, + _ground_node_audio_type.walk_pitch_maximum) + + # Play the walk sound + _play_sound( + _ground_node_audio_type.name, + _ground_node_audio_type.walk_sounds[idx], + pitch) + + +# Play the specified audio stream at the requested pitch using an +# AudioStreamPlayer3D in the idle pool of players. +func _play_sound(name : String, stream : AudioStream, pitch : float = 1.0) -> void: + # Skip if no stream provided + if not stream: + return + + # Emit the footstep signal + footstep.emit(name) + + # Verify we have an audio player + if _audio_pool_idle.size() == 0: + push_warning("XRToolsMovementFootstep idle audio pool empty") + return + + # Play the sound + var player : AudioStreamPlayer3D = _audio_pool_idle.pop_front() + player.stream = stream + player.pitch_scale = pitch + player.play() + + +# Called when an AudioStreamPlayer3D in our pool finishes playing its sound +func _on_player_finished(player : AudioStreamPlayer3D) -> void: + _audio_pool_idle.append(player) + + +## Find an [XRToolsMovementFootstep] node. +## +## This function searches from the specified node for an [XRToolsMovementFootstep] +## assuming the node is a sibling of the body under an [ARVROrigin]. +static func find_instance(node: Node) -> XRToolsMovementFootstep: + return XRTools.find_xr_child( + XRHelpers.get_xr_origin(node), + "*", + "XRToolsMovementFootstep") as XRToolsMovementFootstep diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_footstep.gd.uid b/escape-room-version-2/addons/godot-xr-tools/functions/movement_footstep.gd.uid new file mode 100644 index 0000000..3399a1e --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_footstep.gd.uid @@ -0,0 +1 @@ +uid://b4yka5815njgr diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_footstep.tscn b/escape-room-version-2/addons/godot-xr-tools/functions/movement_footstep.tscn new file mode 100644 index 0000000..f63cf54 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_footstep.tscn @@ -0,0 +1,8 @@ +[gd_scene load_steps=2 format=3 uid="uid://0xlsitpu17r1"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/functions/movement_footstep.gd" id="1"] + +[node name="MovementFootstep" type="Node" groups=["movement_providers"]] +script = ExtResource("1") + +[node name="PlayerSettings" type="AudioStreamPlayer3D" parent="."] diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_glide.gd b/escape-room-version-2/addons/godot-xr-tools/functions/movement_glide.gd new file mode 100644 index 0000000..bff2ba9 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_glide.gd @@ -0,0 +1,236 @@ +@tool +class_name XRToolsMovementGlide +extends XRToolsMovementProvider + + +## XR Tools Movement Provider for Gliding +## +## This script provides glide mechanics for the player. This script works +## with the [XRToolsPlayerBody] attached to the players [XROrigin3D]. +## +## The player enables flying by moving the controllers apart further than +## 'glide_detect_distance'. +## +## When gliding, the players fall speed will slew to 'glide_fall_speed' and +## the velocity will slew to 'glide_forward_speed' in the direction the +## player is facing. +## +## Gliding is an exclusive motion operation, and so gliding should be ordered +## after any Direct movement providers responsible for turning. + + +## Signal invoked when the player starts gliding +signal player_glide_start + +## Signal invoked when the player ends gliding +signal player_glide_end + +## Signal invoked when the player flaps +signal player_flapped + +## Movement provider order +@export var order : int = 35 + +## Controller separation distance to register as glide +@export var glide_detect_distance : float = 1.0 + +## Minimum falling speed to be considered gliding +@export var glide_min_fall_speed : float = -1.5 + +## Glide falling speed +@export var glide_fall_speed : float = -2.0 + +## Glide forward speed +@export var glide_forward_speed : float = 12.0 + +## Slew rate to transition to gliding +@export var horizontal_slew_rate : float = 1.0 + +## Slew rate to transition to gliding +@export var vertical_slew_rate : float = 2.0 + +## glide rotate with roll angle +@export var turn_with_roll : bool = false + +## Smooth turn speed in radians per second +@export var roll_turn_speed : float = 1 + +## Add vertical impulse by flapping controllers +@export var wings_impulse : bool = false + +## Minimum velocity for flapping +@export var flap_min_speed : float = 0.3 + +## Flapping force multiplier +@export var wings_force : float = 1.0 + +## Minimum distance from controllers to ARVRCamera to rearm flaps. +## if set to 0, you need to reach head level with hands to rearm flaps +@export var rearm_distance_offset : float = 0.2 + + +## Flap activated (when both controllers are near the ARVRCamera height) +var flap_armed : bool = false + +## Last controllers position to calculate flapping velocity +var last_local_left_position : Vector3 +var last_local_right_position : Vector3 + +# True if the controller positions are valid +var _has_controller_positions : bool = false + + +# Left controller +@onready var _left_controller := XRHelpers.get_left_controller(self) + +# Right controller +@onready var _right_controller := XRHelpers.get_right_controller(self) + +# ARVRCamera +@onready var _camera_node := XRHelpers.get_xr_camera(self) + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsMovementGlide" or super(name) + + +func physics_movement(delta: float, player_body: XRToolsPlayerBody, disabled: bool): + # Skip if disabled or either controller is off + if disabled or !enabled or \ + !_left_controller.get_is_active() or \ + !_right_controller.get_is_active(): + _set_gliding(false) + return + + # If on the ground, then not gliding + if player_body.on_ground: + _set_gliding(false) + return + + # Get the controller left and right global horizontal positions + var left_position := _left_controller.global_transform.origin + var right_position := _right_controller.global_transform.origin + + # Set default wings impulse to zero + var wings_impulse_velocity := 0.0 + + # If wings impulse is active, calculate flapping impulse + if wings_impulse: + # Check controllers position relative to head + var cam_local_y := _camera_node.position.y + var left_hand_over_head = cam_local_y < _left_controller.position.y + rearm_distance_offset + var right_hand_over_head = cam_local_y < _right_controller.position.y + rearm_distance_offset + if left_hand_over_head && right_hand_over_head: + flap_armed = true + + if flap_armed: + # Get controller local positions + var local_left_position := _left_controller.position + var local_right_position := _right_controller.position + + # Store last frame controller positions for the first step + if not _has_controller_positions: + _has_controller_positions = true + last_local_left_position = local_left_position + last_local_right_position = local_right_position + + # Calculate controllers velocity only when flapping downwards + var left_wing_velocity = 0.0 + var right_wing_velocity = 0.0 + if local_left_position.y < last_local_left_position.y: + left_wing_velocity = local_left_position.distance_to(last_local_left_position) / delta + if local_right_position.y < last_local_right_position.y: + right_wing_velocity = local_right_position.distance_to(last_local_right_position) / delta + + # Calculate wings impulse + if left_wing_velocity > flap_min_speed && right_wing_velocity > flap_min_speed: + wings_impulse_velocity = (left_wing_velocity + right_wing_velocity) / 2 + wings_impulse_velocity = wings_impulse_velocity * wings_force * delta * 50 + emit_signal("player_flapped") + flap_armed = false + + # Store controller position for next frame + last_local_left_position = local_left_position + last_local_right_position = local_right_position + + # Calculate global left to right controller vector + var left_to_right := right_position - left_position + + if turn_with_roll: + var angle = -left_to_right.dot(player_body.up_player) + player_body.rotate_player(roll_turn_speed * delta * angle) + + # If not falling, then not gliding + var vertical_velocity := player_body.velocity.dot(player_body.up_gravity) + vertical_velocity += wings_impulse_velocity + if vertical_velocity >= glide_min_fall_speed && wings_impulse_velocity == 0.0: + _set_gliding(false) + return + + # Set gliding based on hand separation + var separation := left_to_right.length() / XRServer.world_scale + _set_gliding(separation >= glide_detect_distance) + + # Skip if not gliding + if !is_active: + return + + # Lerp the vertical velocity to glide_fall_speed + vertical_velocity = lerp(vertical_velocity, glide_fall_speed, vertical_slew_rate * delta) + + # Lerp the horizontal velocity towards forward_speed + var horizontal_velocity := player_body.velocity.slide(player_body.up_gravity) + var dir_forward := left_to_right \ + .rotated(player_body.up_gravity, PI/2) \ + .slide(player_body.up_gravity) \ + .normalized() + var forward_velocity := dir_forward * glide_forward_speed + horizontal_velocity = horizontal_velocity.lerp(forward_velocity, horizontal_slew_rate * delta) + + # Perform the glide + var glide_velocity := horizontal_velocity + vertical_velocity * player_body.up_gravity + player_body.velocity = player_body.move_player(glide_velocity) + + # Report exclusive motion performed (to bypass gravity) + return true + + +# Set the gliding state and fire any signals +func _set_gliding(active: bool) -> void: + # Skip if no change + if active == is_active: + return + + # Update the is_gliding flag + is_active = active; + + # Report transition + if is_active: + emit_signal("player_glide_start") + else: + emit_signal("player_glide_end") + + +# This method verifies the movement provider has a valid configuration. +func _get_configuration_warnings() -> PackedStringArray: + var warnings := super() + + # Verify the left controller + if !XRHelpers.get_left_controller(self): + warnings.append("Unable to find left XRController3D node") + + # Verify the right controller + if !XRHelpers.get_right_controller(self): + warnings.append("Unable to find right XRController3D node") + + # Check glide parameters + if glide_min_fall_speed > 0: + warnings.append("Glide minimum fall speed must be zero or less") + if glide_fall_speed > 0: + warnings.append("Glide fall speed must be zero or less") + if glide_min_fall_speed < glide_fall_speed: + warnings.append("Glide fall speed must be faster than minimum fall speed") + + # Return warnings + return warnings diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_glide.gd.uid b/escape-room-version-2/addons/godot-xr-tools/functions/movement_glide.gd.uid new file mode 100644 index 0000000..f424d85 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_glide.gd.uid @@ -0,0 +1 @@ +uid://b8p1ruk4pk1lo diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_glide.tscn b/escape-room-version-2/addons/godot-xr-tools/functions/movement_glide.tscn new file mode 100644 index 0000000..9aed0f3 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_glide.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://cvokcudrffkgc"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/functions/movement_glide.gd" id="1"] + +[node name="MovementGlide" type="Node" groups=["movement_providers"]] +script = ExtResource("1") diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_grapple.gd b/escape-room-version-2/addons/godot-xr-tools/functions/movement_grapple.gd new file mode 100644 index 0000000..37e4773 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_grapple.gd @@ -0,0 +1,241 @@ +@tool +class_name XRToolsMovementGrapple +extends XRToolsMovementProvider + + +## XR Tools Movement Provider for Grapple Movement +## +## This script provide simple grapple based movement - "bat hook" style +## where the player flings a rope to the target and swings on it. +## This script works with the [XRToolsPlayerBody] attached to the players +## [XROrigin3D]. + + +## Signal emitted when grapple starts +signal grapple_started() + +## Signal emitted when grapple finishes +signal grapple_finished() + + +## Grapple state +enum GrappleState { + IDLE, ## Grapple is idle + FIRED, ## Grapple is fired + WINCHING, ## Grapple is winching +} + + +# Default grapple collision mask of 1-5 (world) +const DEFAULT_COLLISION_MASK := 0b0000_0000_0000_0000_0000_0000_0001_1111 + +# Default grapple enable mask of 5:grapple-target +const DEFAULT_ENABLE_MASK := 0b0000_0000_0000_0000_0000_0000_0001_0000 + + +## Movement provider order +@export var order : int = 20 + +## Grapple length - use to adjust maximum distance for possible grapple hooking. +@export var grapple_length : float = 15.0 + +## Grapple collision mask +@export_flags_3d_physics var grapple_collision_mask : int = DEFAULT_COLLISION_MASK: + set = _set_grapple_collision_mask + +## Grapple enable mask +@export_flags_3d_physics var grapple_enable_mask : int = DEFAULT_ENABLE_MASK + +## Impulse speed applied to the player on first grapple +@export var impulse_speed : float = 10.0 + +## Winch speed applied to the player while the grapple is held +@export var winch_speed : float = 2.0 + +## Probably need to add export variables for line size, maybe line material at +## some point so dev does not need to make children editable to do this. +## For now, right click on grapple node and make children editable to edit these +## facets. +@export var rope_width : float = 0.02 + +## Air friction while grappling +@export var friction : float = 0.1 + +## Grapple button (triggers grappling movement). Be sure this button does not +## conflict with other functions. +@export var grapple_button_action : String = "trigger_click" + +# Hook related variables +var hook_object : Node3D = null +var hook_local := Vector3(0,0,0) +var hook_point := Vector3(0,0,0) + +# Grapple button state +var _grapple_button := false + +# Get line creation nodes +@onready var _line_helper : Node3D = $LineHelper +@onready var _line : CSGCylinder3D = $LineHelper/Line + +# Get Controller node - consider way to universalize this if user wanted to +# attach this to a gun instead of player's hand. Could consider variable to +# select controller instead. +@onready var _controller := XRHelpers.get_xr_controller(self) + +# Get Raycast node +@onready var _grapple_raycast : RayCast3D = $Grapple_RayCast + +# Get Grapple Target Node +@onready var _grapple_target : Node3D = $Grapple_Target + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsMovementGrapple" or super(name) + + +# Function run when node is added to scene +func _ready(): + # In Godot 4 we must now manually call our super class ready function + super() + + # Skip if running in the editor + if Engine.is_editor_hint(): + return + + # Ensure grapple length is valid + var min_hook_length := 1.5 * XRServer.world_scale + if grapple_length < min_hook_length: + grapple_length = min_hook_length + + # Set ray-cast + _grapple_raycast.target_position = Vector3(0, 0, -grapple_length) * XRServer.world_scale + _grapple_raycast.collision_mask = grapple_collision_mask + + # Deal with line + _line.radius = rope_width + _line.hide() + + +# Update the grappling line and target +func _physics_process(_delta : float): + # Skip if running in the editor + if Engine.is_editor_hint(): + return + + # If pointing grappler at target then show the target + if enabled and not is_active and _is_raycast_valid(): + _grapple_target.global_transform.origin = _grapple_raycast.get_collision_point() + _grapple_target.global_transform = _grapple_target.global_transform.orthonormalized() + _grapple_target.visible = true + else: + _grapple_target.visible = false + + # If actively grappling then update and show the grappling line + if is_active: + var line_length := (hook_point - _controller.global_transform.origin).length() + _line_helper.look_at(hook_point, Vector3.UP) + _line.height = line_length + _line.position.z = line_length / -2 + _line.visible = true + else: + _line.visible = false + + +# Perform grapple movement +func physics_movement(delta: float, player_body: XRToolsPlayerBody, disabled: bool): + # Disable if requested + if disabled or !enabled or !_controller.get_is_active(): + _set_grappling(false) + return + + # Update grapple button + var old_grapple_button := _grapple_button + _grapple_button = _controller.is_button_pressed(grapple_button_action) + + # Enable/disable grappling + var do_impulse := false + if is_active and !_grapple_button: + _set_grappling(false) + elif _grapple_button and !old_grapple_button and _is_raycast_valid(): + hook_object = _grapple_raycast.get_collider() + hook_point = _grapple_raycast.get_collision_point() + hook_local = hook_point * hook_object.global_transform + do_impulse = true + _set_grappling(true) + + # Skip if not grappling + if !is_active: + return + + # Get hook direction + hook_point = hook_object.global_transform * hook_local + var hook_vector := hook_point - _controller.global_transform.origin + var hook_length := hook_vector.length() + var hook_direction := hook_vector / hook_length + + # Apply gravity + player_body.velocity += player_body.gravity * delta + + # Select the grapple speed + var speed := impulse_speed if do_impulse else winch_speed + if hook_length < 1.0: + speed = 0.0 + + # Ensure velocity is at least winch_speed towards hook + var vdot = player_body.velocity.dot(hook_direction) + if vdot < speed: + player_body.velocity += hook_direction * (speed - vdot) + + # Scale down velocity + player_body.velocity *= 1.0 - friction * delta + + # Perform exclusive movement as we have dealt with gravity + player_body.velocity = player_body.move_player(player_body.velocity) + return true + + +# Called when the grapple collision mask has been modified +func _set_grapple_collision_mask(new_value: int) -> void: + grapple_collision_mask = new_value + if is_inside_tree() and _grapple_raycast: + _grapple_raycast.collision_mask = new_value + + +# Set the grappling state and fire any signals +func _set_grappling(active: bool) -> void: + # Skip if no change + if active == is_active: + return + + # Update the is_active flag + is_active = active; + + # Report transition + if is_active: + emit_signal("grapple_started") + else: + emit_signal("grapple_finished") + + +# Test if the raycast is striking a valid target +func _is_raycast_valid() -> bool: + # Test if the raycast hit a collider + var target = _grapple_raycast.get_collider() + if not is_instance_valid(target): + return false + + # Check collider layer + return true if target.collision_layer & grapple_enable_mask else false + + +# This method verifies the movement provider has a valid configuration. +func _get_configuration_warnings() -> PackedStringArray: + var warnings := super() + + # Check the controller node + if !XRHelpers.get_xr_controller(self): + warnings.append("This node must be within a branch of an XRController3D node") + + # Return warnings + return warnings diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_grapple.gd.uid b/escape-room-version-2/addons/godot-xr-tools/functions/movement_grapple.gd.uid new file mode 100644 index 0000000..7a55a67 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_grapple.gd.uid @@ -0,0 +1 @@ +uid://bgg2jfjqjtvfd diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_grapple.tscn b/escape-room-version-2/addons/godot-xr-tools/functions/movement_grapple.tscn new file mode 100644 index 0000000..a812f11 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_grapple.tscn @@ -0,0 +1,28 @@ +[gd_scene load_steps=4 format=3 uid="uid://c78tjrtiyqna8"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/functions/movement_grapple.gd" id="1"] +[ext_resource type="Material" path="res://addons/godot-xr-tools/materials/pointer.tres" id="2_n6olo"] + +[sub_resource type="BoxMesh" id="1"] +resource_local_to_scene = true +size = Vector3(0.05, 0.05, 0.05) +subdivide_depth = 20 + +[node name="MovementGrapple" type="Node3D" groups=["movement_providers"]] +script = ExtResource("1") + +[node name="Grapple_RayCast" type="RayCast3D" parent="."] +collision_mask = 3 +debug_shape_custom_color = Color(0.862745, 0.278431, 0.278431, 1) +debug_shape_thickness = 1 + +[node name="Grapple_Target" type="MeshInstance3D" parent="."] +visible = false +mesh = SubResource("1") +surface_material_override/0 = ExtResource("2_n6olo") + +[node name="LineHelper" type="Node3D" parent="."] + +[node name="Line" type="CSGCylinder3D" parent="LineHelper"] +transform = Transform3D(1.91069e-15, 4.37114e-08, 1, 1, -4.37114e-08, 0, 4.37114e-08, 1, -4.37114e-08, 0, 0, 0) +radius = 0.02 diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_jog.gd b/escape-room-version-2/addons/godot-xr-tools/functions/movement_jog.gd new file mode 100644 index 0000000..58699d2 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_jog.gd @@ -0,0 +1,156 @@ +@tool +class_name XRToolsMovementJog +extends XRToolsMovementProvider + + +## XR Tools Movement Provider for Jog Movement +## +## This script provides jog-in-place movement for the player. This script +## works with the [XRToolsPlayerBody] attached to the players [XROrigin3D]. +## +## The implementation uses filtering of the controller Y velocities to measure +## the approximate frequency of jog arm-swings; and uses that to +## switch between stopped, slow, and fast movement speeds. + + +## Speed mode enumeration +enum SpeedMode { + STOPPED, ## Not jogging + SLOW, ## Jogging slowly + FAST ## Jogging fast +} + + +## Jog arm-swing frequency in Hz to trigger slow movement +const JOG_SLOW_FREQ := 3.5 + +## Jog arm-swing frequency in Hz to trigger fast movement +const JOG_FAST_FREQ := 5.5 + + +## Movement provider order +@export var order : int = 10 + +## Slow jogging speed in meters-per-second +@export var slow_speed : float = 1.0 + +## Fast jogging speed in meters-per-second +@export var fast_speed : float = 3.0 + + +# Jog arm-swing "stroke" detector "confidence-hat" signal +var _conf_hat := 0.0 + +# Current jog arm-swing "stroke" duration +var _current_stroke := 0.0 + +# Last jog arm-swing "stroke" total duration +var _last_stroke := 0.0 + +# Current jog-speed mode +var _speed_mode := SpeedMode.STOPPED + + +# Left controller +@onready var _left_controller := XRHelpers.get_left_controller(self) + +# Right controller +@onready var _right_controller := XRHelpers.get_right_controller(self) + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsMovementJog" or super(name) + + +# Perform jump movement +func physics_movement(delta: float, player_body: XRToolsPlayerBody, _disabled: bool): + # Skip if the either controller is inactive + if !_left_controller.get_is_active() or !_right_controller.get_is_active(): + _speed_mode = SpeedMode.STOPPED + return + + # Get the arm-swing stroke frequency in Hz + var freq := _get_stroke_frequency(delta) + + # Transition between stopped/slow/fast speed-modes based on thresholds. + # This thresholding has some hysteresis to make speed changes smoother. + if freq == 0: + _speed_mode = SpeedMode.STOPPED + elif freq < JOG_SLOW_FREQ: + _speed_mode = min(_speed_mode, SpeedMode.SLOW) + elif freq < JOG_FAST_FREQ: + _speed_mode = max(_speed_mode, SpeedMode.SLOW) + else: + _speed_mode = SpeedMode.FAST + + # Pick the speed in meters-per-second based on the current speed-mode. + var speed := 0.0 + if _speed_mode == SpeedMode.SLOW: + speed = slow_speed + elif _speed_mode == SpeedMode.FAST: + speed = fast_speed + + # Contribute to the player body speed - with clamping to the maximum speed + player_body.ground_control_velocity.y += speed + var length := player_body.ground_control_velocity.length() + if length > fast_speed: + player_body.ground_control_velocity *= fast_speed / length + + +# Get the frequency of the last arm-swing "stroke" in Hz. +func _get_stroke_frequency(delta : float) -> float: + # Get the controller velocities + var vl := _left_controller.get_pose().linear_velocity.y + var vr := _right_controller.get_pose().linear_velocity.y + + # Calculate the arm-swing "stroke" confidence. This is done by multiplying + # the left and right controller vertical velocities. As these velocities + # are highly anti-correlated while "jogging" the result is a confidence + # signal with a high "peak" on every jog "stroke". + var conf := vl * -vr + + # Test for the confidence valley between strokes. This is used to signal + # when to measure the duration between strokes. + var valley := conf < _conf_hat + + # Update confidence-hat. The confidence-hat signal has a fast-rise and + # slow-decay. Rising with each jog arm-swing "stroke" and then taking time + # to decay. The magnitude of the "confidence-hat" can be used as a good + # indicator of when the user is jogging; and the difference between the + # "confidence" and "confidence-hat" signals can be used to identify the + # duration of a jog arm-swing "stroke". + if valley: + # Gently decay when in the confidence valley. + _conf_hat = lerpf(_conf_hat, 0.0, delta * 2) + else: + # Quickly ramp confidence-hat to confidence + _conf_hat = lerpf(_conf_hat, conf, delta * 20) + + # If the "confidence-hat" signal is too low then the user is not jogging. + # The stroke date-data is cleared and a stroke frequency of 0Hz is returned. + if _conf_hat < 0.5: + _current_stroke = 0.0 + _last_stroke = 0.0 + return 0.0 + + # Track the jog arm-swing "stroke" duration. + if valley: + # In the valley between jog arm-swing "strokes" + _current_stroke += delta + elif _current_stroke > 0.1: + # Save the measured jog arm-swing "stroke" duration. + _last_stroke = _current_stroke + _current_stroke = 0.0 + + # If no previous jog arm-swing "stroke" duration to report, so return 0Hz. + if _last_stroke < 0.1: + return 0.0 + + # If the current jog arm-swing "stroke" is taking longer (slower) than 2Hz + # then truncate to 0Hz. + if _current_stroke > 0.75: + return 0.0 + + # Return the last jog arm-swing "stroke" in Hz. + return 1.0 / _last_stroke diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_jog.gd.uid b/escape-room-version-2/addons/godot-xr-tools/functions/movement_jog.gd.uid new file mode 100644 index 0000000..7f63a09 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_jog.gd.uid @@ -0,0 +1 @@ +uid://cas6r8hpw0fxk diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_jog.tscn b/escape-room-version-2/addons/godot-xr-tools/functions/movement_jog.tscn new file mode 100644 index 0000000..aebadf6 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_jog.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://chcuj3jysipk8"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/functions/movement_jog.gd" id="1_k4cao"] + +[node name="MovementJog" type="Node" groups=["movement_providers"]] +script = ExtResource("1_k4cao") diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_jump.gd b/escape-room-version-2/addons/godot-xr-tools/functions/movement_jump.gd new file mode 100644 index 0000000..2ef5d2a --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_jump.gd @@ -0,0 +1,52 @@ +@tool +class_name XRToolsMovementJump +extends XRToolsMovementProvider + + +## XR Tools Movement Provider for Jumping +## +## This script provides jumping mechanics for the player. This script works +## with the [XRToolsPlayerBody] attached to the players [XROrigin3D]. +## +## The player enables jumping by attaching an [XRToolsMovementJump] as a +## child of the appropriate [XRController3D], then configuring the jump button +## and jump velocity. + + +## Movement provider order +@export var order : int = 20 + +## Button to trigger jump +@export var jump_button_action : String = "trigger_click" + + +# Node references +@onready var _controller := XRHelpers.get_xr_controller(self) + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsMovementJump" or super(name) + + +# Perform jump movement +func physics_movement(_delta: float, player_body: XRToolsPlayerBody, _disabled: bool): + # Skip if the jump controller isn't active + if !_controller.get_is_active(): + return + + # Request jump if the button is pressed + if _controller.is_button_pressed(jump_button_action): + player_body.request_jump() + + +# This method verifies the movement provider has a valid configuration. +func _get_configuration_warnings() -> PackedStringArray: + var warnings := super() + + # Check the controller node + if !XRHelpers.get_xr_controller(self): + warnings.append("This node must be within a branch of an XRController3D node") + + # Return warnings + return warnings diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_jump.gd.uid b/escape-room-version-2/addons/godot-xr-tools/functions/movement_jump.gd.uid new file mode 100644 index 0000000..233852d --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_jump.gd.uid @@ -0,0 +1 @@ +uid://b5juq5wmqbvjv diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_jump.tscn b/escape-room-version-2/addons/godot-xr-tools/functions/movement_jump.tscn new file mode 100644 index 0000000..187612e --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_jump.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://c2q5phg8w08o"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/functions/movement_jump.gd" id="1"] + +[node name="MovementJump" type="Node" groups=["movement_providers"]] +script = ExtResource("1") diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_physical_jump.gd b/escape-room-version-2/addons/godot-xr-tools/functions/movement_physical_jump.gd new file mode 100644 index 0000000..7839afc --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_physical_jump.gd @@ -0,0 +1,197 @@ +@tool +class_name XRToolsMovementPhysicalJump +extends XRToolsMovementProvider + + +## XR Tools Movement Provider for Player Physical Jump Detection +## +## This script can detect jumping based on either the players body jumping, +## or by the player swinging their arms up. +## +## The player body jumping is detected by putting the cameras instantaneous +## Y velocity (in the tracking space) into a sliding-window averager. If the +## average Y velocity exceeds a threshold parameter then the player has +## jumped. +## +## The player arms jumping is detected by putting both controllers instantaneous +## Y velocity (in the tracking space) into a sliding-window averager. If both +## average Y velocities exceed a threshold parameter then the player has +## jumped. + + +## Movement provider order +@export var order : int = 20 + +## If true, jumps are detected via the players body (through the camera) +@export var body_jump_enable : bool = true + +## If true, the player jump is as high as the physical jump(no ground physics) +@export var body_jump_player_only : bool = false + +## Body jump detection threshold (M/S^2) +@export var body_jump_threshold : float = 2.5 + +## If true, jumps are detected via the players arms (through the controllers) +@export var arms_jump_enable : bool = false + +## Arms jump detection threshold (M/S^2) +@export var arms_jump_threshold : float = 5.0 + + +# Node Positions +var _camera_position : float = 0.0 +var _controller_left_position : float = 0.0 +var _controller_right_position : float = 0.0 + +# Node Velocities +var _camera_velocity : SlidingAverage = SlidingAverage.new(5) +var _controller_left_velocity : SlidingAverage = SlidingAverage.new(5) +var _controller_right_velocity : SlidingAverage = SlidingAverage.new(5) + + +# Node references +@onready var _origin_node := XRHelpers.get_xr_origin(self) +@onready var _camera_node := XRHelpers.get_xr_camera(self) +@onready var _controller_left_node := XRHelpers.get_left_controller(self) +@onready var _controller_right_node := XRHelpers.get_right_controller(self) + + +# Sliding Average class +class SlidingAverage: + # Sliding window size + var _size: int + + # Sum of items in the window + var _sum := 0.0 + + # Position + var _pos := 0 + + # Data window + var _data := Array() + + # Constructor + func _init(size: int): + # Set the size and fill the array + _size = size + for i in size: + _data.push_back(0.0) + + # Update the average + func update(entry: float) -> float: + # Add the new entry and subtract the old + _sum += entry + _sum -= _data[_pos] + + # Store the new entry in the array and circularly advance the index + _data[_pos] = entry; + _pos = (_pos + 1) % _size + + # Return the average + return _sum / _size + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsMovementPhysicalJump" or super(name) + + +# Perform jump detection +func physics_movement(delta: float, player_body: XRToolsPlayerBody, _disabled: bool): + # Handle detecting body jump + if body_jump_enable: + _detect_body_jump(delta, player_body) + + # Handle detecting arms jump + if arms_jump_enable: + _detect_arms_jump(delta, player_body) + + +# This method verifies the movement provider has a valid configuration. +func _get_configuration_warnings() -> PackedStringArray: + var warnings := super() + + # Verify the camera + if !XRHelpers.get_xr_origin(self): + warnings.append("This node must be within a branch of an XROrigin3D node") + + # Verify the camera + if !XRHelpers.get_xr_camera(self): + warnings.append("Unable to find XRCamera3D") + + # Verify the left controller + if !XRHelpers.get_left_controller(self): + warnings.append("Unable to find left XRController3D node") + + # Verify the right controller + if !XRHelpers.get_right_controller(self): + warnings.append("Unable to find left XRController3D node") + + # Return warnings + return warnings + + +# Detect the player jumping with their body (using the headset camera) +func _detect_body_jump(delta: float, player_body: XRToolsPlayerBody) -> void: + # Get the camera instantaneous velocity + var new_camera_pos := _camera_node.transform.origin.y + var camera_vel := (new_camera_pos - _camera_position) / delta + _camera_position = new_camera_pos + + # Ignore zero moves (either not tracking, or no update since last physics) + if abs(camera_vel) < 0.001: + return; + + # Correct for world-scale (convert to player units) + camera_vel /= XRServer.world_scale + + # Clamp the camera instantaneous velocity to +/- 2x the jump threshold + camera_vel = clamp(camera_vel, -2.0 * body_jump_threshold, 2.0 * body_jump_threshold) + + # Get the averaged velocity + camera_vel = _camera_velocity.update(camera_vel) + + # Detect a jump + if camera_vel >= body_jump_threshold: + player_body.request_jump(body_jump_player_only) + + +# Detect the player jumping with their arms (using the controllers) +func _detect_arms_jump(delta: float, player_body: XRToolsPlayerBody) -> void: + # Skip if either of the controllers is disabled + if !_controller_left_node.get_is_active() or !_controller_right_node.get_is_active(): + return + + # Get the controllers instantaneous velocity + var new_controller_left_pos := _controller_left_node.transform.origin.y + var new_controller_right_pos := _controller_right_node.transform.origin.y + var controller_left_vel := (new_controller_left_pos - _controller_left_position) / delta + var controller_right_vel := (new_controller_right_pos - _controller_right_position) / delta + _controller_left_position = new_controller_left_pos + _controller_right_position = new_controller_right_pos + + # Ignore zero moves (either not tracking, or no update since last physics) + if abs(controller_left_vel) <= 0.001 and abs(controller_right_vel) <= 0.001: + return + + # Correct for world-scale (convert to player units) + controller_left_vel /= XRServer.world_scale + controller_right_vel /= XRServer.world_scale + + # Clamp the controller instantaneous velocity to +/- 2x the jump threshold + controller_left_vel = clamp( + controller_left_vel, + -2.0 * arms_jump_threshold, + 2.0 * arms_jump_threshold) + controller_right_vel = clamp( + controller_right_vel, + -2.0 * arms_jump_threshold, + 2.0 * arms_jump_threshold) + + # Get the averaged velocity + controller_left_vel = _controller_left_velocity.update(controller_left_vel) + controller_right_vel = _controller_right_velocity.update(controller_right_vel) + + # Detect a jump + if controller_left_vel >= arms_jump_threshold and controller_right_vel >= arms_jump_threshold: + player_body.request_jump() diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_physical_jump.gd.uid b/escape-room-version-2/addons/godot-xr-tools/functions/movement_physical_jump.gd.uid new file mode 100644 index 0000000..73dfe19 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_physical_jump.gd.uid @@ -0,0 +1 @@ +uid://cai2726ca3t40 diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_physical_jump.tscn b/escape-room-version-2/addons/godot-xr-tools/functions/movement_physical_jump.tscn new file mode 100644 index 0000000..6386085 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_physical_jump.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://ckt118vcpmr6q"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/functions/movement_physical_jump.gd" id="1"] + +[node name="MovementPhysicalJump" type="Node" groups=["movement_providers"]] +script = ExtResource("1") +arms_jump_enable = true diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_provider.gd b/escape-room-version-2/addons/godot-xr-tools/functions/movement_provider.gd new file mode 100644 index 0000000..5ccc1a7 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_provider.gd @@ -0,0 +1,93 @@ +@tool +@icon("res://addons/godot-xr-tools/editor/icons/movement_provider.svg") +class_name XRToolsMovementProvider +extends Node + + +## XR Tools Movement Provider base class +## +## This movement provider class is the base class of all movement providers. +## Movement providers are invoked by the [XRToolsPlayerBody] object in order +## to apply motion to the player. +## +## Movement provider implementations should: +## - Export an 'order' integer to control order of processing +## - Override the physics_movement method to impelment motion + + +## Player body scene +const PLAYER_BODY := preload("res://addons/godot-xr-tools/player/player_body.tscn") + + +## Enable movement provider +@export var enabled : bool = true + + +## If true, the movement provider is actively performing a move +var is_active := false + + +# If missing we need to add our [XRToolsPlayerBody] +func _create_player_body_node(): + # get our origin node + var xr_origin = XRHelpers.get_xr_origin(self) + if !xr_origin: + return + + # Double check if it hasn't already been created by another movement function + var player_body := XRToolsPlayerBody.find_instance(self) + if !player_body: + # create our XRToolsPlayerBody node and add it into our tree + player_body = PLAYER_BODY.instantiate() + player_body.set_name("PlayerBody") + xr_origin.add_child(player_body) + player_body.set_owner(get_tree().get_edited_scene_root()) + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsMovementProvider" + + +# Function run when node is added to scene +func _ready(): + # If we're in the editor, help the user out by creating our XRToolsPlayerBody node + # automatically when needed. + if Engine.is_editor_hint(): + var player_body = XRToolsPlayerBody.find_instance(self) + if !player_body: + # This call needs to be deferred, we can't add nodes during scene construction + call_deferred("_create_player_body_node") + + +## Override this method to perform pre-movement updates to the PlayerBody +func physics_pre_movement(_delta: float, _player_body: XRToolsPlayerBody): + pass + + +## Override this method to apply motion to the PlayerBody +func physics_movement(_delta: float, _player_body: XRToolsPlayerBody, _disabled: bool): + pass + + +# This method verifies the movement provider has a valid configuration. +func _get_configuration_warnings() -> PackedStringArray: + var warnings := PackedStringArray() + + # Verify we're within the tree of an XROrigin3D node + if !XRHelpers.get_xr_origin(self): + warnings.append("This node must be within a branch on an XROrigin3D node") + + if !XRToolsPlayerBody.find_instance(self): + warnings.append("Missing PlayerBody node on the XROrigin3D") + + # Verify movement provider is in the correct group + if !is_in_group("movement_providers"): + warnings.append("Movement provider not in 'movement_providers' group") + + # Verify order property exists + if !"order" in self: + warnings.append("Movement provider does not expose an order property") + + # Return warnings + return warnings diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_provider.gd.uid b/escape-room-version-2/addons/godot-xr-tools/functions/movement_provider.gd.uid new file mode 100644 index 0000000..44419cc --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_provider.gd.uid @@ -0,0 +1 @@ +uid://ckrlklcbbgmi diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_sprint.gd b/escape-room-version-2/addons/godot-xr-tools/functions/movement_sprint.gd new file mode 100644 index 0000000..6cd96b3 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_sprint.gd @@ -0,0 +1,169 @@ +@tool +class_name XRToolsMovementSprint +extends XRToolsMovementProvider + + +## XR Tools Movement Provider for Sprinting +## +## This script provides sprinting movement for the player. It assumes there is +## a direct movement node in the scene otherwise it will not be functional. +## +## There will not be an error, there just will not be any reason for it to +## have any impact on the player. This node should be a direct child of +## the [XROrigin3D] node rather than to a specific [XRController3D]. + + +## Signal emitted when sprinting starts +signal sprinting_started() + +## Signal emitted when sprinting finishes +signal sprinting_finished() + + +## Enumeration of controller to use for triggering sprinting. This allows the +## developer to assign the sprint button to either controller. +enum SprintController { + LEFT, ## Use left controller + RIGHT, ## Use right controler +} + +## Enumeration of sprinting modes - toggle or hold button +enum SprintType { + HOLD_TO_SPRINT, ## Hold button to sprint + TOGGLE_SPRINT, ## Toggle sprinting on button press +} + + +## Type of sprinting +@export var sprint_type : SprintType = SprintType.HOLD_TO_SPRINT + +## Sprint speed multiplier (multiplier from speed set by direct movement node(s)) +@export_range(1.0, 4.0) var sprint_speed_multiplier : float = 2.0 + +## Movement provider order +@export var order : int = 11 + +## Sprint controller +@export var controller : SprintController = SprintController.LEFT + +## Sprint button +@export var sprint_button : String = "primary_click" + + +# Sprint controller +var _controller : XRController3D + +# Sprint button down state +var _sprint_button_down : bool = false + +# Variable to hold left controller direct movement node original max speed +var _left_controller_original_max_speed : float = 0.0 + +# Variable to hold right controller direct movement node original max speed +var _right_controller_original_max_speed : float = 0.0 + + +# Variable used to cache left controller direct movement function, if any +@onready var _left_controller_direct_move := XRToolsMovementDirect.find_left(self) + +# Variable used to cache right controller direct movement function, if any +@onready var _right_controller_direct_move := XRToolsMovementDirect.find_right(self) + + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsMovementSprint" or super(name) + + +func _ready(): + # In Godot 4 we must now manually call our super class ready function + super() + + # Get the sprinting controller + if controller == SprintController.LEFT: + _controller = XRHelpers.get_left_controller(self) + else: + _controller = XRHelpers.get_right_controller(self) + + +# Perform sprinting +func physics_movement(_delta: float, _player_body: XRToolsPlayerBody, disabled: bool): + # Skip if the controller isn't active or is not enabled + if !_controller.get_is_active() or disabled == true or !enabled: + set_sprinting(false) + return + + # Detect sprint button down and pressed states + var sprint_button_down := _controller.is_button_pressed(sprint_button) + var sprint_button_pressed := sprint_button_down and !_sprint_button_down + _sprint_button_down = sprint_button_down + + # Calculate new sprinting state + var sprinting := is_active + match sprint_type: + SprintType.HOLD_TO_SPRINT: + # Sprint when button down + sprinting = sprint_button_down + + SprintType.TOGGLE_SPRINT: + # Toggle when button pressed + if sprint_button_pressed: + sprinting = !sprinting + + # Update sprinting state + if sprinting != is_active: + set_sprinting(sprinting) + + +# Public function used to set sprinting active or not active +func set_sprinting(active: bool) -> void: + # Skip if no change + if active == is_active: + return + + # Update state + is_active = active + + # Handle state change + if is_active: + # We are sprinting + emit_signal("sprinting_started") + + # Since max speeds could be changed while game is running, check + # now for original max speeds of left and right nodes + if _left_controller_direct_move: + _left_controller_original_max_speed = _left_controller_direct_move.max_speed + if _right_controller_direct_move: + _right_controller_original_max_speed = _right_controller_direct_move.max_speed + + # Set both controllers' direct movement functions, if appliable, to + # the sprinting speed + if _left_controller_direct_move: + _left_controller_direct_move.max_speed = \ + _left_controller_original_max_speed * sprint_speed_multiplier + if _right_controller_direct_move: + _right_controller_direct_move.max_speed = \ + _right_controller_original_max_speed * sprint_speed_multiplier + else: + # We are not sprinting + emit_signal("sprinting_finished") + + # Set both controllers' direct movement functions, if applicable, to + # their original speeds + if _left_controller_direct_move: + _left_controller_direct_move.max_speed = _left_controller_original_max_speed + if _right_controller_direct_move: + _right_controller_direct_move.max_speed = _right_controller_original_max_speed + + +# This method verifies the movement provider has a valid configuration. +func _get_configuration_warnings() -> PackedStringArray: + var warnings := super() + + # Make sure player has at least one direct movement node + if !XRToolsMovementDirect.find_left(self) and !XRToolsMovementDirect.find_right(self): + warnings.append("Player missing XRToolsMovementDirect nodes") + + # Return warnings + return warnings diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_sprint.gd.uid b/escape-room-version-2/addons/godot-xr-tools/functions/movement_sprint.gd.uid new file mode 100644 index 0000000..29f4e12 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_sprint.gd.uid @@ -0,0 +1 @@ +uid://cf28yjr22fqy3 diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_sprint.tscn b/escape-room-version-2/addons/godot-xr-tools/functions/movement_sprint.tscn new file mode 100644 index 0000000..1d71468 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_sprint.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://drs4eeq721ojn"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/functions/movement_sprint.gd" id="1"] + +[node name="MovementSprint" type="Node" groups=["movement_providers"]] +script = ExtResource("1") diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_turn.gd b/escape-room-version-2/addons/godot-xr-tools/functions/movement_turn.gd new file mode 100644 index 0000000..551ad69 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_turn.gd @@ -0,0 +1,112 @@ +@tool +class_name XRToolsMovementTurn +extends XRToolsMovementProvider + + +## XR Tools Movement Provider for Turning +## +## This script provides turning support for the player. This script works +## with the PlayerBody attached to the players XROrigin3D. + + +## Movement mode +enum TurnMode { + DEFAULT, ## Use turn mode from project/user settings + SNAP, ## Use snap-turning + SMOOTH ## Use smooth-turning +} + + +## Movement provider order +@export var order : int = 5 + +## Movement mode property +@export var turn_mode : TurnMode = TurnMode.DEFAULT + +## Smooth turn speed in radians per second +@export var smooth_turn_speed : float = 2.0 + +## Seconds per step (at maximum turn rate) +@export var step_turn_delay : float = 0.2 + +## Step turn angle in degrees +@export var step_turn_angle : float = 20.0 + +## Our directional input +@export var input_action : String = "primary" + +# Turn step accumulator +var _turn_step : float = 0.0 + + +# Controller node +@onready var _controller := XRHelpers.get_xr_controller(self) + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsMovementTurn" or super(name) + + +# Perform jump movement +func physics_movement(delta: float, player_body: XRToolsPlayerBody, _disabled: bool): + # Skip if the controller isn't active + if !_controller.get_is_active(): + return + + var deadzone = 0.1 + if _snap_turning(): + deadzone = XRTools.get_snap_turning_deadzone() + + # Read the left/right joystick axis + var left_right := _controller.get_vector2(input_action).x + if abs(left_right) <= deadzone: + # Not turning + _turn_step = 0.0 + return + + # Handle smooth rotation + if !_snap_turning(): + left_right -= deadzone * sign(left_right) + player_body.rotate_player(smooth_turn_speed * delta * left_right) + return + + # Disable repeat snap turning if delay is zero + if step_turn_delay == 0.0 and _turn_step < 0.0: + return + + # Update the next turn-step delay + _turn_step -= abs(left_right) * delta + if _turn_step >= 0.0: + return + + # Turn one step in the requested direction + if step_turn_delay != 0.0: + _turn_step = step_turn_delay + + player_body.rotate_player(deg_to_rad(step_turn_angle) * sign(left_right)) + + +# This method verifies the movement provider has a valid configuration. +func _get_configuration_warnings() -> PackedStringArray: + var warnings := super() + + # Check the controller node + if !XRHelpers.get_xr_controller(self): + warnings.append("Unable to find XRController3D node") + + # Return warnings + return warnings + + +# Test if snap turning should be used +func _snap_turning(): + match turn_mode: + TurnMode.SNAP: + return true + + TurnMode.SMOOTH: + return false + + _: + return XRToolsUserSettings.snap_turning diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_turn.gd.uid b/escape-room-version-2/addons/godot-xr-tools/functions/movement_turn.gd.uid new file mode 100644 index 0000000..9024b96 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_turn.gd.uid @@ -0,0 +1 @@ +uid://sdpu81wsucsa diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_turn.tscn b/escape-room-version-2/addons/godot-xr-tools/functions/movement_turn.tscn new file mode 100644 index 0000000..8ae0f7d --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_turn.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://b6bk2pj8vbj28"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/functions/movement_turn.gd" id="1"] + +[node name="MovementTurn" type="Node" groups=["movement_providers"]] +script = ExtResource("1") diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_wall_walk.gd b/escape-room-version-2/addons/godot-xr-tools/functions/movement_wall_walk.gd new file mode 100644 index 0000000..22c23be --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_wall_walk.gd @@ -0,0 +1,44 @@ +@tool +class_name XRToolsMovementWallWalk +extends XRToolsMovementProvider + + +# Default wall-walk mask of 4:wall-walk +const DEFAULT_MASK := 0b0000_0000_0000_0000_0000_0000_0000_1000 + + +## Wall walking provider order +@export var order : int = 25 + +## Set our follow layer mask +@export_flags_3d_physics var follow_mask : int = DEFAULT_MASK + +## Wall stick distance +@export var stick_distance : float = 1.0 + +## Wall stick strength +@export var stick_strength : float = 9.8 + + +func physics_pre_movement(_delta: float, player_body: XRToolsPlayerBody): + # Test for collision with wall under feet + var wall_collision := player_body.move_and_collide( + player_body.up_player * -stick_distance, true) + if !wall_collision: + return + + # Get the wall information + var wall_node := wall_collision.get_collider() + var wall_normal := wall_collision.get_normal() + + # Skip if the wall node doesn't have a collision layer + if not "collision_layer" in wall_node: + return + + # Skip if the wall doesn't match the follow layer + var wall_layer : int = wall_node.collision_layer + if (wall_layer & follow_mask) == 0: + return + + # Modify the player gravity + player_body.gravity = -wall_normal * stick_strength diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_wall_walk.gd.uid b/escape-room-version-2/addons/godot-xr-tools/functions/movement_wall_walk.gd.uid new file mode 100644 index 0000000..24a5674 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_wall_walk.gd.uid @@ -0,0 +1 @@ +uid://b78wnsfbvd5tu diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_wall_walk.tscn b/escape-room-version-2/addons/godot-xr-tools/functions/movement_wall_walk.tscn new file mode 100644 index 0000000..664f332 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_wall_walk.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://bk6ban0hctyym"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/functions/movement_wall_walk.gd" id="1"] + +[node name="MovementWallWalk" type="Node" groups=["movement_providers"]] +script = ExtResource("1") diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_wind.gd b/escape-room-version-2/addons/godot-xr-tools/functions/movement_wind.gd new file mode 100644 index 0000000..d24a345 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_wind.gd @@ -0,0 +1,135 @@ +@tool +class_name XRToolsMovementWind +extends XRToolsMovementProvider + + +## XR Tools Movement Provider for Wind +## +## This script provides wind mechanics for the player. This script works +## with the [XRToolsPlayerBody] attached to the players [XROrigin3D]. +## +## When the player enters an [XRToolsWindArea], the wind pushes the player +## around, and can even lift the player into the air. + + +## Signal invoked when changing active wind areas +signal wind_area_changed(active_wind_area) + + +# Default wind area collision mask of 20:player-body +const DEFAULT_MASK := 0b0000_0000_0000_1000_0000_0000_0000_0000 + + +## Movement provider order +@export var order : int = 25 + +## Drag multiplier for the player +@export var drag_multiplier : float = 1.0 + +# Set our collision mask +@export_flags_3d_physics var collision_mask : int = DEFAULT_MASK: set = set_collision_mask + + +# Wind detection area +var _sense_area : Area3D + +# Array of wind areas the player is in +var _in_wind_areas := Array() + +# Currently active wind area +var _active_wind_area : XRToolsWindArea + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsMovementWind" or super(name) + + +# Called when the node enters the scene tree for the first time. +func _ready(): + # In Godot 4 we must now manually call our super class ready function + super() + + # Skip if running in the editor + if Engine.is_editor_hint(): + return + + # Skip if we don't have a camera + var camera := XRHelpers.get_xr_camera(self) + if !camera: + return + + # Construct the sphere shape + var sphere_shape := SphereShape3D.new() + sphere_shape.radius = 0.3 + + # Construct the collision shape + var collision_shape := CollisionShape3D.new() + collision_shape.set_name("WindSensorShape") + collision_shape.shape = sphere_shape + + # Construct the sense area + _sense_area = Area3D.new() + _sense_area.set_name("WindSensorArea") + _sense_area.collision_mask = collision_mask + _sense_area.add_child(collision_shape) + + # Add the sense area to the camera + camera.add_child(_sense_area) + + # Subscribe to area notifications + _sense_area.area_entered.connect(_on_area_entered) + _sense_area.area_exited.connect(_on_area_exited) + + +func set_collision_mask(new_mask: int) -> void: + collision_mask = new_mask + if is_inside_tree() and _sense_area: + _sense_area.collision_mask = collision_mask + + +func _on_area_entered(area: Area3D): + # Skip if not wind area + var wind_area = area as XRToolsWindArea + if !wind_area: + return + + # Save area and set active + _in_wind_areas.push_front(wind_area) + _active_wind_area = wind_area + + # Report the wind area change + emit_signal("wind_area_changed", _active_wind_area) + + +func _on_area_exited(area: Area3D): + # Erase from the wind area + _in_wind_areas.erase(area) + + # If we didn't leave the active wind area then we're done + if area != _active_wind_area: + return + + # Select a new active wind area + if _in_wind_areas.is_empty(): + _active_wind_area = null + else: + _active_wind_area = _in_wind_areas.front() + + # Report the wind area change + emit_signal("wind_area_changed", _active_wind_area) + + +# Perform wind movement +func physics_movement(delta: float, player_body: XRToolsPlayerBody, _disabled: bool): + # Skip if no active wind area + if !_active_wind_area: + return + + # Calculate the global wind velocity of the wind area + var wind_velocity := _active_wind_area.global_transform.basis * _active_wind_area.wind_vector + + # Drag the player into the wind + var drag_factor := _active_wind_area.drag * drag_multiplier * delta + drag_factor = clamp(drag_factor, 0.0, 1.0) + player_body.velocity = player_body.velocity.lerp(wind_velocity, drag_factor) diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_wind.gd.uid b/escape-room-version-2/addons/godot-xr-tools/functions/movement_wind.gd.uid new file mode 100644 index 0000000..7454ebb --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_wind.gd.uid @@ -0,0 +1 @@ +uid://cwdsvesf2vlnn diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_wind.tscn b/escape-room-version-2/addons/godot-xr-tools/functions/movement_wind.tscn new file mode 100644 index 0000000..2461b1a --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_wind.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://bgts3vpmjn6bb"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/functions/movement_wind.gd" id="1"] + +[node name="MovementWind" type="Node" groups=["movement_providers"]] +script = ExtResource("1") diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_world_grab.gd b/escape-room-version-2/addons/godot-xr-tools/functions/movement_world_grab.gd new file mode 100644 index 0000000..ea6b144 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_world_grab.gd @@ -0,0 +1,217 @@ +@tool +class_name XRToolsMovementWorldGrab +extends XRToolsMovementProvider + + +## XR Tools Movement Provider for World-Grab +## +## This script provides world-grab movement for the player. To add world-grab +## support, the player must also have [XRToolsFunctionPickup] nodes attached +## to the left and right controllers, and an [XRToolsPlayerBody] under the +## [XROrigin3D]. +## +## World-Grab areas inherit from the world_grab_area scene, or be [Area3D] +## nodes with the [XRToolsWorldGrabArea] script attached to them. + + +## Signal invoked when the player starts world-grab movement +signal player_world_grab_start + +## Signal invoked when the player ends world-grab movement +signal player_world_grab_end + + +## Movement provider order +@export var order : int = 15 + +## Smallest world scale +@export var world_scale_min := 0.5 + +## Largest world scale +@export var world_scale_max := 2.0 + + +# Left world-grab handle +var _left_handle : Node3D + +# Right world-grab handle +var _right_handle : Node3D + + +# Left pickup node +@onready var _left_pickup_node := XRToolsFunctionPickup.find_left(self) + +# Right pickup node +@onready var _right_pickup_node := XRToolsFunctionPickup.find_right(self) + +# Left controller +@onready var _left_controller := XRHelpers.get_left_controller(self) + +# Right controller +@onready var _right_controller := XRHelpers.get_right_controller(self) + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsMovementGrabWorld" or super(name) + + +# Called when the node enters the scene tree for the first time. +func _ready(): + # In Godot 4 we must now manually call our super class ready function + super() + + # Do not initialise if in the editor + if Engine.is_editor_hint(): + return + + # Connect pickup funcitons + if _left_pickup_node.connect("has_picked_up", _on_left_picked_up): + push_error("Unable to connect left picked up signal") + if _right_pickup_node.connect("has_picked_up", _on_right_picked_up): + push_error("Unable to connect right picked up signal") + if _left_pickup_node.connect("has_dropped", _on_left_dropped): + push_error("Unable to connect left dropped signal") + if _right_pickup_node.connect("has_dropped", _on_right_dropped): + push_error("Unable to connect right dropped signal") + + +## Perform player physics movement +func physics_movement(delta: float, player_body: XRToolsPlayerBody, disabled: bool): + # Disable world-grab movement if requested + if disabled or !enabled: + _set_world_grab_moving(false) + return + + # Always set velocity to zero if enabled + player_body.velocity = Vector3.ZERO + + # Check for world-grab handles being deleted while held + if not is_instance_valid(_left_handle): + _left_handle = null + if not is_instance_valid(_right_handle): + _right_handle = null + + # Disable world-grab movement if not holding the world + if not _left_handle and not _right_handle: + _set_world_grab_moving(false) + return + + # World grabbed + _set_world_grab_moving(true) + + # Handle world-grab movement + var offset := Vector3.ZERO + if _left_handle and not _right_handle: + # Left-hand movement only + var left_pickup_pos := _left_controller.global_position + var left_grab_pos := _left_handle.global_position + offset = left_pickup_pos - left_grab_pos + elif _right_handle and not _left_handle: + # Right-hand movement only + var right_pickup_pos := _right_controller.global_position + var right_grab_pos := _right_handle.global_position + offset = right_pickup_pos - right_grab_pos + else: + # Get the world-grab handle positions + var left_grab_pos := _left_handle.global_position + var right_grab_pos := _right_handle.global_position + var grab_l2r := (right_grab_pos - left_grab_pos).slide(player_body.up_player) + var grab_mid := (left_grab_pos + right_grab_pos) * 0.5 + + # Get the pickup positions + var left_pickup_pos := _left_controller.global_position + var right_pickup_pos := _right_controller.global_position + var pickup_l2r := (right_pickup_pos - left_pickup_pos).slide(player_body.up_player) + var pickup_mid := (left_pickup_pos + right_pickup_pos) * 0.5 + + # Apply rotation + var angle := grab_l2r.signed_angle_to(pickup_l2r, player_body.up_player) + player_body.rotate_player(angle) + + # Apply scale + var new_world_scale := XRServer.world_scale * grab_l2r.length() / pickup_l2r.length() + new_world_scale = clamp(new_world_scale, world_scale_min, world_scale_max) + XRServer.world_scale = new_world_scale + + # Apply offset + offset = pickup_mid - grab_mid + + # Move the player by the offset + var old_position := player_body.global_position + player_body.move_player(-offset / delta) + player_body.velocity = Vector3.ZERO + #player_body.move_and_collide(-offset) + + # Report exclusive motion performed (to bypass gravity) + return true + + +## Start or stop world-grab movement +func _set_world_grab_moving(active: bool) -> void: + # Skip if no change + if active == is_active: + return + + # Update state + is_active = active + + # Handle state change + if is_active: + emit_signal("player_world_grab_start") + else: + emit_signal("player_world_grab_end") + + +## Handler for left controller picked up +func _on_left_picked_up(what : Node3D) -> void: + # Get the world-grab area + var world_grab_area = what as XRToolsWorldGrabArea + if not world_grab_area: + return + + # Get the handle + _left_handle = world_grab_area.get_grab_handle(_left_pickup_node) + if not _left_handle: + return + + +## Handler for right controller picked up +func _on_right_picked_up(what : Node3D) -> void: + # Get the world-grab area + var world_grab_area = what as XRToolsWorldGrabArea + if not world_grab_area: + return + + # Get the handle + _right_handle = world_grab_area.get_grab_handle(_right_pickup_node) + if not _right_handle: + return + + +## Handler for left controller dropped +func _on_left_dropped() -> void: + # Release handle and transfer dominance + _left_handle = null + + +## Handler for righ controller dropped +func _on_right_dropped() -> void: + # Release handle and transfer dominance + _right_handle = null + + +# This method verifies the movement provider has a valid configuration. +func _get_configuration_warnings() -> PackedStringArray: + var warnings := super() + + # Verify the left controller pickup + if !XRToolsFunctionPickup.find_left(self): + warnings.append("Unable to find left XRToolsFunctionPickup node") + + # Verify the right controller pickup + if !XRToolsFunctionPickup.find_right(self): + warnings.append("Unable to find right XRToolsFunctionPickup node") + + # Return warnings + return warnings diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_world_grab.gd.uid b/escape-room-version-2/addons/godot-xr-tools/functions/movement_world_grab.gd.uid new file mode 100644 index 0000000..8e81016 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_world_grab.gd.uid @@ -0,0 +1 @@ +uid://cd4eq40tsqxew diff --git a/escape-room-version-2/addons/godot-xr-tools/functions/movement_world_grab.tscn b/escape-room-version-2/addons/godot-xr-tools/functions/movement_world_grab.tscn new file mode 100644 index 0000000..987cc7e --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/functions/movement_world_grab.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://dg3gr6ofd8yx4"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/functions/movement_world_grab.gd" id="1_0qp8q"] + +[node name="MovementWorldGrab" type="Node" groups=["movement_providers"]] +script = ExtResource("1_0qp8q") diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/About.md b/escape-room-version-2/addons/godot-xr-tools/hands/About.md new file mode 100644 index 0000000..91fe6a5 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/About.md @@ -0,0 +1,17 @@ +The Hand Mesh was made using the Makehuman Community Edition +It was slightly modified inside Blender 3D and textured inside Substance Painter + +If there should be concerns regarding License issues +https://github.com/makehumancommunity/makehuman/blob/master/LICENSE.md + +under point D of the makehuman communtiy edition license +https://github.com/makehumancommunity/makehuman/blob/master/LICENSE.md#d-concerning-the-output-from-makehuman +As the assets have been released under CC0, there is no limitation on what you can do with this combined output. +The MakeHuman project makes no claim whatsoever over output such as: + + Exports to files (FBX, OBJ, DAE, MHX2...) + Exports via direct integration (import via MPFB) + Graphical data generated via scripting or plugins + Renderings + Screenshots + Saved model files diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/License.md b/escape-room-version-2/addons/godot-xr-tools/hands/License.md new file mode 100644 index 0000000..baa7dab --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/License.md @@ -0,0 +1,126 @@ +To the extent possible under law, DigitalN8m4r3 aka Miodrag Sejic +has waived all copyright and related or neighboring rights to Hand Models for the Godot XR Tools. +This work is published from: Austria. +Date: 7th November 2022 + +Creative Commons Legal Code + +CC0 1.0 Universal + + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE + LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN + ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS + INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES + REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS + PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM + THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED + HEREUNDER. + +Statement of Purpose + +The laws of most jurisdictions throughout the world automatically confer +exclusive Copyright and Related Rights (defined below) upon the creator +and subsequent owner(s) (each and all, an "owner") of an original work of +authorship and/or a database (each, a "Work"). + +Certain owners wish to permanently relinquish those rights to a Work for +the purpose of contributing to a commons of creative, cultural and +scientific works ("Commons") that the public can reliably and without fear +of later claims of infringement build upon, modify, incorporate in other +works, reuse and redistribute as freely as possible in any form whatsoever +and for any purposes, including without limitation commercial purposes. +These owners may contribute to the Commons to promote the ideal of a free +culture and the further production of creative, cultural and scientific +works, or to gain reputation or greater distribution for their Work in +part through the use and efforts of others. + +For these and/or other purposes and motivations, and without any +expectation of additional consideration or compensation, the person +associating CC0 with a Work (the "Affirmer"), to the extent that he or she +is an owner of Copyright and Related Rights in the Work, voluntarily +elects to apply CC0 to the Work and publicly distribute the Work under its +terms, with knowledge of his or her Copyright and Related Rights in the +Work and the meaning and intended legal effect of CC0 on those rights. + +1. Copyright and Related Rights. A Work made available under CC0 may be +protected by copyright and related or neighboring rights ("Copyright and +Related Rights"). Copyright and Related Rights include, but are not +limited to, the following: + + i. the right to reproduce, adapt, distribute, perform, display, + communicate, and translate a Work; + ii. moral rights retained by the original author(s) and/or performer(s); +iii. publicity and privacy rights pertaining to a person's image or + likeness depicted in a Work; + iv. rights protecting against unfair competition in regards to a Work, + subject to the limitations in paragraph 4(a), below; + v. rights protecting the extraction, dissemination, use and reuse of data + in a Work; + vi. database rights (such as those arising under Directive 96/9/EC of the + European Parliament and of the Council of 11 March 1996 on the legal + protection of databases, and under any national implementation + thereof, including any amended or successor version of such + directive); and +vii. other similar, equivalent or corresponding rights throughout the + world based on applicable law or treaty, and any national + implementations thereof. + +2. Waiver. To the greatest extent permitted by, but not in contravention +of, applicable law, Affirmer hereby overtly, fully, permanently, +irrevocably and unconditionally waives, abandons, and surrenders all of +Affirmer's Copyright and Related Rights and associated claims and causes +of action, whether now known or unknown (including existing as well as +future claims and causes of action), in the Work (i) in all territories +worldwide, (ii) for the maximum duration provided by applicable law or +treaty (including future time extensions), (iii) in any current or future +medium and for any number of copies, and (iv) for any purpose whatsoever, +including without limitation commercial, advertising or promotional +purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each +member of the public at large and to the detriment of Affirmer's heirs and +successors, fully intending that such Waiver shall not be subject to +revocation, rescission, cancellation, termination, or any other legal or +equitable action to disrupt the quiet enjoyment of the Work by the public +as contemplated by Affirmer's express Statement of Purpose. + +3. Public License Fallback. Should any part of the Waiver for any reason +be judged legally invalid or ineffective under applicable law, then the +Waiver shall be preserved to the maximum extent permitted taking into +account Affirmer's express Statement of Purpose. In addition, to the +extent the Waiver is so judged Affirmer hereby grants to each affected +person a royalty-free, non transferable, non sublicensable, non exclusive, +irrevocable and unconditional license to exercise Affirmer's Copyright and +Related Rights in the Work (i) in all territories worldwide, (ii) for the +maximum duration provided by applicable law or treaty (including future +time extensions), (iii) in any current or future medium and for any number +of copies, and (iv) for any purpose whatsoever, including without +limitation commercial, advertising or promotional purposes (the +"License"). The License shall be deemed effective as of the date CC0 was +applied by Affirmer to the Work. Should any part of the License for any +reason be judged legally invalid or ineffective under applicable law, such +partial invalidity or ineffectiveness shall not invalidate the remainder +of the License, and in such case Affirmer hereby affirms that he or she +will not (i) exercise any of his or her remaining Copyright and Related +Rights in the Work or (ii) assert any associated claims and causes of +action with respect to the Work, in either case contrary to Affirmer's +express Statement of Purpose. + +4. Limitations and Disclaimers. + + a. No trademark or patent rights held by Affirmer are waived, abandoned, + surrendered, licensed or otherwise affected by this document. + b. Affirmer offers the Work as-is and makes no representations or + warranties of any kind concerning the Work, express, implied, + statutory or otherwise, including without limitation warranties of + title, merchantability, fitness for a particular purpose, non + infringement, or the absence of latent or other defects, accuracy, or + the present or absence of errors, whether or not discoverable, all to + the greatest extent permissible under applicable law. + c. Affirmer disclaims responsibility for clearing rights of other persons + that may apply to the Work or any use thereof, including without + limitation any person's Copyright and Related Rights in the Work. + Further, Affirmer disclaims responsibility for obtaining any necessary + consents, permissions or other rights required for any use of the + Work. + d. Affirmer understands and acknowledges that Creative Commons is not a + party to this document and has no duty or obligation with respect to + this CC0 or use of the Work. diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/AnimationPlayer.tscn b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/AnimationPlayer.tscn new file mode 100644 index 0000000..3a4374c --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/AnimationPlayer.tscn @@ -0,0 +1,81 @@ +[gd_scene load_steps=37 format=3 uid="uid://the6y7swe6j0"] + +[ext_resource type="Animation" uid="uid://dgfeikrugfewi" path="res://addons/godot-xr-tools/hands/animations/left/Cup.res" id="1_7svyl"] +[ext_resource type="Animation" uid="uid://dlxa6f6hwurka" path="res://addons/godot-xr-tools/hands/animations/left/Default pose.res" id="2_ykhfd"] +[ext_resource type="Animation" uid="uid://dqa0h82y3qn1t" path="res://addons/godot-xr-tools/hands/animations/left/Grip 1.res" id="3_y80ds"] +[ext_resource type="Animation" uid="uid://di384xtde8ydf" path="res://addons/godot-xr-tools/hands/animations/left/Grip 2.res" id="4_1nbr8"] +[ext_resource type="Animation" uid="uid://dd67rufxwj2u" path="res://addons/godot-xr-tools/hands/animations/left/Grip 3.res" id="5_28lp1"] +[ext_resource type="Animation" uid="uid://db62hs5s4n2b3" path="res://addons/godot-xr-tools/hands/animations/left/Grip 4.res" id="6_uj648"] +[ext_resource type="Animation" uid="uid://bediglpx0rj7i" path="res://addons/godot-xr-tools/hands/animations/left/Grip 5.res" id="7_yxjeh"] +[ext_resource type="Animation" uid="uid://nq3xh1olqipq" path="res://addons/godot-xr-tools/hands/animations/left/Grip Shaft.res" id="8_i0ro5"] +[ext_resource type="Animation" uid="uid://plad1r85f7ws" path="res://addons/godot-xr-tools/hands/animations/left/Grip.res" id="9_811qe"] +[ext_resource type="Animation" uid="uid://bi1l6lre2w2lp" path="res://addons/godot-xr-tools/hands/animations/left/Hold.res" id="10_o5u3q"] +[ext_resource type="Animation" uid="uid://c3e6h0rv2uw2d" path="res://addons/godot-xr-tools/hands/animations/left/Horns.res" id="11_i2b8g"] +[ext_resource type="Animation" uid="uid://dfekure1r6q13" path="res://addons/godot-xr-tools/hands/animations/left/Metal.res" id="12_yoig6"] +[ext_resource type="Animation" uid="uid://b0rhk4r0r0t32" path="res://addons/godot-xr-tools/hands/animations/left/Middle.res" id="13_kvhwh"] +[ext_resource type="Animation" uid="uid://f5k0gh4qnmv5" path="res://addons/godot-xr-tools/hands/animations/left/OK.res" id="14_ofab3"] +[ext_resource type="Animation" uid="uid://1nlkfvitq7ku" path="res://addons/godot-xr-tools/hands/animations/left/Peace.res" id="15_a4q3y"] +[ext_resource type="Animation" uid="uid://dhjb0e334tfwl" path="res://addons/godot-xr-tools/hands/animations/left/Pinch Flat.res" id="16_ixe2d"] +[ext_resource type="Animation" uid="uid://dkjsnihi81b7p" path="res://addons/godot-xr-tools/hands/animations/left/Pinch Large.res" id="17_oifug"] +[ext_resource type="Animation" uid="uid://bn0fdhe2jwq3h" path="res://addons/godot-xr-tools/hands/animations/left/Pinch Middle.res" id="18_2ic2e"] +[ext_resource type="Animation" uid="uid://bo1b8w0s4ci81" path="res://addons/godot-xr-tools/hands/animations/left/Pinch Ring.res" id="19_4a8v4"] +[ext_resource type="Animation" uid="uid://m5x2m8x3tcel" path="res://addons/godot-xr-tools/hands/animations/left/Pinch Tight.res" id="20_ugc01"] +[ext_resource type="Animation" uid="uid://fi23m6i7orhw" path="res://addons/godot-xr-tools/hands/animations/left/Pinch Up.res" id="21_l3kgg"] +[ext_resource type="Animation" uid="uid://c8qmcuyaltdnw" path="res://addons/godot-xr-tools/hands/animations/left/PingPong.res" id="22_j83er"] +[ext_resource type="Animation" uid="uid://bqnoubqq7ogwu" path="res://addons/godot-xr-tools/hands/animations/left/Pinky.res" id="23_sm4sd"] +[ext_resource type="Animation" uid="uid://ddbo6ioa282en" path="res://addons/godot-xr-tools/hands/animations/left/Pistol.res" id="24_r4kss"] +[ext_resource type="Animation" uid="uid://brkptjihht3ae" path="res://addons/godot-xr-tools/hands/animations/left/Ring.res" id="25_2ncut"] +[ext_resource type="Animation" uid="uid://cnng6xumhw7cx" path="res://addons/godot-xr-tools/hands/animations/left/Rounded.res" id="26_02lfv"] +[ext_resource type="Animation" uid="uid://cevirj0eagdrq" path="res://addons/godot-xr-tools/hands/animations/left/Sign 1.res" id="27_o5si3"] +[ext_resource type="Animation" uid="uid://cc6phxovf1ban" path="res://addons/godot-xr-tools/hands/animations/left/Sign 2.res" id="28_ble5k"] +[ext_resource type="Animation" uid="uid://ohthjp8qbcc4" path="res://addons/godot-xr-tools/hands/animations/left/Sign 3.res" id="29_twq1x"] +[ext_resource type="Animation" uid="uid://dmx42g64577g5" path="res://addons/godot-xr-tools/hands/animations/left/Sign 4.res" id="30_eyeuv"] +[ext_resource type="Animation" uid="uid://dhsoxntrktx0p" path="res://addons/godot-xr-tools/hands/animations/left/Sign 5.res" id="31_50jrs"] +[ext_resource type="Animation" uid="uid://c0u2a3yc2vhg8" path="res://addons/godot-xr-tools/hands/animations/left/Sign_Point.res" id="32_7v122"] +[ext_resource type="Animation" uid="uid://4g211my0hoiw" path="res://addons/godot-xr-tools/hands/animations/left/Straight.res" id="33_m3lif"] +[ext_resource type="Animation" uid="uid://d06l7hygl4qt3" path="res://addons/godot-xr-tools/hands/animations/left/Surfer.res" id="34_b3p10"] +[ext_resource type="Animation" uid="uid://bxei4oebd4hu3" path="res://addons/godot-xr-tools/hands/animations/left/Thumb.res" id="35_huikq"] + +[sub_resource type="AnimationLibrary" id="AnimationLibrary_kw48d"] +_data = { +"Cup": ExtResource("1_7svyl"), +"Default pose": ExtResource("2_ykhfd"), +"Grip": ExtResource("9_811qe"), +"Grip 1": ExtResource("3_y80ds"), +"Grip 2": ExtResource("4_1nbr8"), +"Grip 3": ExtResource("5_28lp1"), +"Grip 4": ExtResource("6_uj648"), +"Grip 5": ExtResource("7_yxjeh"), +"Grip Shaft": ExtResource("8_i0ro5"), +"Hold": ExtResource("10_o5u3q"), +"Horns": ExtResource("11_i2b8g"), +"Metal": ExtResource("12_yoig6"), +"Middle": ExtResource("13_kvhwh"), +"OK": ExtResource("14_ofab3"), +"Peace": ExtResource("15_a4q3y"), +"Pinch Flat": ExtResource("16_ixe2d"), +"Pinch Large": ExtResource("17_oifug"), +"Pinch Middle": ExtResource("18_2ic2e"), +"Pinch Ring": ExtResource("19_4a8v4"), +"Pinch Tight": ExtResource("20_ugc01"), +"Pinch Up": ExtResource("21_l3kgg"), +"PingPong": ExtResource("22_j83er"), +"Pinky": ExtResource("23_sm4sd"), +"Pistol": ExtResource("24_r4kss"), +"Ring": ExtResource("25_2ncut"), +"Rounded": ExtResource("26_02lfv"), +"Sign 1": ExtResource("27_o5si3"), +"Sign 2": ExtResource("28_ble5k"), +"Sign 3": ExtResource("29_twq1x"), +"Sign 4": ExtResource("30_eyeuv"), +"Sign 5": ExtResource("31_50jrs"), +"Sign_Point": ExtResource("32_7v122"), +"Straight": ExtResource("33_m3lif"), +"Surfer": ExtResource("34_b3p10"), +"Thumb": ExtResource("35_huikq") +} + +[node name="AnimationPlayer" type="AnimationPlayer"] +libraries = { +"": SubResource("AnimationLibrary_kw48d") +} diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Cup.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Cup.res new file mode 100644 index 0000000..e9d655a Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Cup.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Default pose.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Default pose.res new file mode 100644 index 0000000..ac2acd5 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Default pose.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Grip 1.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Grip 1.res new file mode 100644 index 0000000..690ade7 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Grip 1.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Grip 2.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Grip 2.res new file mode 100644 index 0000000..3d79836 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Grip 2.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Grip 3.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Grip 3.res new file mode 100644 index 0000000..2330310 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Grip 3.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Grip 4.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Grip 4.res new file mode 100644 index 0000000..7b7fa9d Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Grip 4.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Grip 5.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Grip 5.res new file mode 100644 index 0000000..4eb375a Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Grip 5.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Grip Shaft.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Grip Shaft.res new file mode 100644 index 0000000..65bbbe2 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Grip Shaft.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Grip.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Grip.res new file mode 100644 index 0000000..5a0e524 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Grip.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Hold.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Hold.res new file mode 100644 index 0000000..3634f03 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Hold.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Horns.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Horns.res new file mode 100644 index 0000000..6c1afa2 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Horns.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Metal.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Metal.res new file mode 100644 index 0000000..d05434c Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Metal.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Middle.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Middle.res new file mode 100644 index 0000000..4c1d230 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Middle.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/OK.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/OK.res new file mode 100644 index 0000000..96e2da2 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/OK.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Peace.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Peace.res new file mode 100644 index 0000000..2ae48b1 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Peace.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Pinch Flat.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Pinch Flat.res new file mode 100644 index 0000000..5f222d3 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Pinch Flat.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Pinch Large.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Pinch Large.res new file mode 100644 index 0000000..ff08be0 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Pinch Large.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Pinch Middle.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Pinch Middle.res new file mode 100644 index 0000000..684819b Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Pinch Middle.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Pinch Ring.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Pinch Ring.res new file mode 100644 index 0000000..0b953fc Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Pinch Ring.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Pinch Tight.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Pinch Tight.res new file mode 100644 index 0000000..b8f5d00 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Pinch Tight.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Pinch Up.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Pinch Up.res new file mode 100644 index 0000000..58b935e Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Pinch Up.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/PingPong.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/PingPong.res new file mode 100644 index 0000000..999c6a9 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/PingPong.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Pinky.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Pinky.res new file mode 100644 index 0000000..73fbcc4 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Pinky.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Pistol.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Pistol.res new file mode 100644 index 0000000..e8aeb77 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Pistol.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Ring.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Ring.res new file mode 100644 index 0000000..7e2fa72 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Ring.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Rounded.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Rounded.res new file mode 100644 index 0000000..e737548 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Rounded.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Sign 1.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Sign 1.res new file mode 100644 index 0000000..fb7d6de Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Sign 1.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Sign 2.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Sign 2.res new file mode 100644 index 0000000..b0a774a Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Sign 2.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Sign 3.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Sign 3.res new file mode 100644 index 0000000..4564fdd Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Sign 3.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Sign 4.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Sign 4.res new file mode 100644 index 0000000..251f28c Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Sign 4.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Sign 5.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Sign 5.res new file mode 100644 index 0000000..3205e24 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Sign 5.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Sign_Point.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Sign_Point.res new file mode 100644 index 0000000..f3346f0 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Sign_Point.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Straight.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Straight.res new file mode 100644 index 0000000..9b1918d Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Straight.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Surfer.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Surfer.res new file mode 100644 index 0000000..d4b03e4 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Surfer.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Thumb.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Thumb.res new file mode 100644 index 0000000..1b40d9f Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/Thumb.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres new file mode 100644 index 0000000..ae6f20a --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres @@ -0,0 +1,32 @@ +[gd_resource type="AnimationNodeBlendTree" load_steps=6 format=3 uid="uid://dl8yf7ipqotd1"] + +[sub_resource type="AnimationNodeAnimation" id="1"] +animation = &"Grip" + +[sub_resource type="AnimationNodeAnimation" id="2"] +animation = &"Grip" + +[sub_resource type="AnimationNodeBlend2" id="3"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Little_Distal_L", "Armature/Skeleton3D:Little_Intermediate_L", "Armature/Skeleton3D:Little_Metacarpal_L", "Armature/Skeleton3D:Little_Proximal_L", "Armature/Skeleton3D:Middle_Distal_L", "Armature/Skeleton3D:Middle_Intermediate_L", "Armature/Skeleton3D:Middle_Metacarpal_L", "Armature/Skeleton3D:Middle_Proximal_L", "Armature/Skeleton3D:Ring_Distal_L", "Armature/Skeleton3D:Ring_Intermediate_L", "Armature/Skeleton3D:Ring_Metacarpal_L", "Armature/Skeleton3D:Ring_Proximal_L", "Armature/Skeleton3D:Thumb_Distal_L", "Armature/Skeleton3D:Thumb_Metacarpal_L", "Armature/Skeleton3D:Thumb_Proximal_L", "Armature/Skeleton:Little_Distal_L", "Armature/Skeleton:Little_Intermediate_L", "Armature/Skeleton:Little_Proximal_L", "Armature/Skeleton:Middle_Distal_L", "Armature/Skeleton:Middle_Intermediate_L", "Armature/Skeleton:Middle_Proximal_L", "Armature/Skeleton:Ring_Distal_L", "Armature/Skeleton:Ring_Intermediate_L", "Armature/Skeleton:Ring_Proximal_L", "Armature/Skeleton:Thumb_Distal_L", "Armature/Skeleton:Thumb_Proximal_L"] + +[sub_resource type="AnimationNodeAnimation" id="4"] +animation = &"Grip 5" + +[sub_resource type="AnimationNodeBlend2" id="5"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Index_Distal_L", "Armature/Skeleton3D:Index_Intermediate_L", "Armature/Skeleton3D:Index_Metacarpal_L", "Armature/Skeleton3D:Index_Proximal_L", "Armature/Skeleton:Index_Distal_L", "Armature/Skeleton:Index_Intermediate_L", "Armature/Skeleton:Index_Proximal_L"] + +[resource] +graph_offset = Vector2(-536, 11) +nodes/ClosedHand1/node = SubResource("1") +nodes/ClosedHand1/position = Vector2(-600, 300) +nodes/ClosedHand2/node = SubResource("2") +nodes/ClosedHand2/position = Vector2(-360, 300) +nodes/Grip/node = SubResource("3") +nodes/Grip/position = Vector2(0, 20) +nodes/OpenHand/node = SubResource("4") +nodes/OpenHand/position = Vector2(-600, 100) +nodes/Trigger/node = SubResource("5") +nodes/Trigger/position = Vector2(-360, 20) +node_connections = [&"output", 0, &"Grip", &"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1"] diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/AnimationPlayer.tscn b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/AnimationPlayer.tscn new file mode 100644 index 0000000..a18d2d2 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/AnimationPlayer.tscn @@ -0,0 +1,81 @@ +[gd_scene load_steps=37 format=3 uid="uid://bxipj7hyjwy6f"] + +[ext_resource type="Animation" uid="uid://do01jton6rk42" path="res://addons/godot-xr-tools/hands/animations/right/Cup.res" id="1_mq7eu"] +[ext_resource type="Animation" uid="uid://ky28birj4su6" path="res://addons/godot-xr-tools/hands/animations/right/Default pose.res" id="2_kxlaj"] +[ext_resource type="Animation" uid="uid://daqddcrbpam0c" path="res://addons/godot-xr-tools/hands/animations/right/Grip 1.res" id="3_5xubn"] +[ext_resource type="Animation" uid="uid://r8hleealhrqt" path="res://addons/godot-xr-tools/hands/animations/right/Grip 2.res" id="4_y3ovo"] +[ext_resource type="Animation" uid="uid://rs7vpclot07o" path="res://addons/godot-xr-tools/hands/animations/right/Grip 3.res" id="5_0d4pg"] +[ext_resource type="Animation" uid="uid://d1xnpyc08njjx" path="res://addons/godot-xr-tools/hands/animations/right/Grip 4.res" id="6_nabm2"] +[ext_resource type="Animation" uid="uid://s1vqcxyqcvea" path="res://addons/godot-xr-tools/hands/animations/right/Grip 5.res" id="7_gy2yb"] +[ext_resource type="Animation" uid="uid://c8dghcftg1thx" path="res://addons/godot-xr-tools/hands/animations/right/Grip Shaft.res" id="8_ffwxq"] +[ext_resource type="Animation" uid="uid://ccds2u22gbxn7" path="res://addons/godot-xr-tools/hands/animations/right/Grip.res" id="9_y16mo"] +[ext_resource type="Animation" uid="uid://bv5tuc1kjv0k5" path="res://addons/godot-xr-tools/hands/animations/right/Hold.res" id="10_g8e21"] +[ext_resource type="Animation" uid="uid://cdjfhqnr4n2mr" path="res://addons/godot-xr-tools/hands/animations/right/Horns.res" id="11_b3lks"] +[ext_resource type="Animation" uid="uid://b1kqsodcr1til" path="res://addons/godot-xr-tools/hands/animations/right/Metal.res" id="12_p14fk"] +[ext_resource type="Animation" uid="uid://cg6fsqb2iuuih" path="res://addons/godot-xr-tools/hands/animations/right/Middle.res" id="13_4i278"] +[ext_resource type="Animation" uid="uid://c3isimdlxg54a" path="res://addons/godot-xr-tools/hands/animations/right/OK.res" id="14_qk7tg"] +[ext_resource type="Animation" uid="uid://bxmc3vlfih764" path="res://addons/godot-xr-tools/hands/animations/right/Peace.res" id="15_ejppt"] +[ext_resource type="Animation" uid="uid://dg4v7rqiaje2h" path="res://addons/godot-xr-tools/hands/animations/right/Pinch Flat.res" id="16_7cyln"] +[ext_resource type="Animation" uid="uid://cuwwpxi44vwpm" path="res://addons/godot-xr-tools/hands/animations/right/Pinch Large.res" id="17_amtgc"] +[ext_resource type="Animation" uid="uid://c6vghurk7t5yb" path="res://addons/godot-xr-tools/hands/animations/right/Pinch Middle.res" id="18_pnqcq"] +[ext_resource type="Animation" uid="uid://mjotm5uukoo3" path="res://addons/godot-xr-tools/hands/animations/right/Pinch Ring.res" id="19_aeaff"] +[ext_resource type="Animation" uid="uid://ca21ej1p3g2yt" path="res://addons/godot-xr-tools/hands/animations/right/Pinch Tight.res" id="20_mghnf"] +[ext_resource type="Animation" uid="uid://cseojxi8rrqc" path="res://addons/godot-xr-tools/hands/animations/right/Pinch Up.res" id="21_1v6tw"] +[ext_resource type="Animation" uid="uid://c8hn123uon74u" path="res://addons/godot-xr-tools/hands/animations/right/PingPong.res" id="22_ueac0"] +[ext_resource type="Animation" uid="uid://b6ra3rqia1gvb" path="res://addons/godot-xr-tools/hands/animations/right/Pinky.res" id="23_7vyi4"] +[ext_resource type="Animation" uid="uid://csp3fdknowmi5" path="res://addons/godot-xr-tools/hands/animations/right/Pistol.res" id="24_nc600"] +[ext_resource type="Animation" uid="uid://2ttepgvf634h" path="res://addons/godot-xr-tools/hands/animations/right/Ring.res" id="25_20nj0"] +[ext_resource type="Animation" uid="uid://wcwa3p1qrhwr" path="res://addons/godot-xr-tools/hands/animations/right/Rounded.res" id="26_648rb"] +[ext_resource type="Animation" uid="uid://bcwx6a6mhsoj2" path="res://addons/godot-xr-tools/hands/animations/right/Sign 1.res" id="27_liq3y"] +[ext_resource type="Animation" uid="uid://btnsp36fjkldf" path="res://addons/godot-xr-tools/hands/animations/right/Sign 2.res" id="28_vdv8x"] +[ext_resource type="Animation" uid="uid://c35i6glt1ov2m" path="res://addons/godot-xr-tools/hands/animations/right/Sign 3.res" id="29_uairn"] +[ext_resource type="Animation" uid="uid://b8mmk2ufmlyf" path="res://addons/godot-xr-tools/hands/animations/right/Sign 4.res" id="30_351lm"] +[ext_resource type="Animation" uid="uid://ddgl3lsnlfiny" path="res://addons/godot-xr-tools/hands/animations/right/Sign 5.res" id="31_o4yst"] +[ext_resource type="Animation" uid="uid://ccy3e7a0hvxyl" path="res://addons/godot-xr-tools/hands/animations/right/Sign_Point.res" id="32_02kj7"] +[ext_resource type="Animation" uid="uid://d3h36bkauutoq" path="res://addons/godot-xr-tools/hands/animations/right/Straight.res" id="33_gpxgh"] +[ext_resource type="Animation" uid="uid://bq7cjxdn28jcv" path="res://addons/godot-xr-tools/hands/animations/right/Surfer.res" id="34_ldn4j"] +[ext_resource type="Animation" uid="uid://d2ukhr3n2r1u8" path="res://addons/godot-xr-tools/hands/animations/right/Thumb.res" id="35_xnxq3"] + +[sub_resource type="AnimationLibrary" id="AnimationLibrary_reqae"] +_data = { +"Cup": ExtResource("1_mq7eu"), +"Default pose": ExtResource("2_kxlaj"), +"Grip": ExtResource("9_y16mo"), +"Grip 1": ExtResource("3_5xubn"), +"Grip 2": ExtResource("4_y3ovo"), +"Grip 3": ExtResource("5_0d4pg"), +"Grip 4": ExtResource("6_nabm2"), +"Grip 5": ExtResource("7_gy2yb"), +"Grip Shaft": ExtResource("8_ffwxq"), +"Hold": ExtResource("10_g8e21"), +"Horns": ExtResource("11_b3lks"), +"Metal": ExtResource("12_p14fk"), +"Middle": ExtResource("13_4i278"), +"OK": ExtResource("14_qk7tg"), +"Peace": ExtResource("15_ejppt"), +"Pinch Flat": ExtResource("16_7cyln"), +"Pinch Large": ExtResource("17_amtgc"), +"Pinch Middle": ExtResource("18_pnqcq"), +"Pinch Ring": ExtResource("19_aeaff"), +"Pinch Tight": ExtResource("20_mghnf"), +"Pinch Up": ExtResource("21_1v6tw"), +"PingPong": ExtResource("22_ueac0"), +"Pinky": ExtResource("23_7vyi4"), +"Pistol": ExtResource("24_nc600"), +"Ring": ExtResource("25_20nj0"), +"Rounded": ExtResource("26_648rb"), +"Sign 1": ExtResource("27_liq3y"), +"Sign 2": ExtResource("28_vdv8x"), +"Sign 3": ExtResource("29_uairn"), +"Sign 4": ExtResource("30_351lm"), +"Sign 5": ExtResource("31_o4yst"), +"Sign_Point": ExtResource("32_02kj7"), +"Straight": ExtResource("33_gpxgh"), +"Surfer": ExtResource("34_ldn4j"), +"Thumb": ExtResource("35_xnxq3") +} + +[node name="AnimationPlayer" type="AnimationPlayer"] +libraries = { +"": SubResource("AnimationLibrary_reqae") +} diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Cup.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Cup.res new file mode 100644 index 0000000..8c51ec0 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Cup.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Default pose.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Default pose.res new file mode 100644 index 0000000..0433064 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Default pose.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Grip 1.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Grip 1.res new file mode 100644 index 0000000..a948e07 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Grip 1.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Grip 2.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Grip 2.res new file mode 100644 index 0000000..0edc4bc Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Grip 2.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Grip 3.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Grip 3.res new file mode 100644 index 0000000..3217e8f Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Grip 3.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Grip 4.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Grip 4.res new file mode 100644 index 0000000..59b168b Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Grip 4.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Grip 5.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Grip 5.res new file mode 100644 index 0000000..c856434 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Grip 5.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Grip Shaft.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Grip Shaft.res new file mode 100644 index 0000000..af238ac Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Grip Shaft.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Grip.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Grip.res new file mode 100644 index 0000000..601dcf7 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Grip.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Hold.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Hold.res new file mode 100644 index 0000000..e9e7b20 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Hold.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Horns.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Horns.res new file mode 100644 index 0000000..dc96a64 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Horns.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Metal.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Metal.res new file mode 100644 index 0000000..9586df2 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Metal.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Middle.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Middle.res new file mode 100644 index 0000000..58b0b17 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Middle.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/OK.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/OK.res new file mode 100644 index 0000000..0c34865 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/OK.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Peace.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Peace.res new file mode 100644 index 0000000..706c365 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Peace.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Pinch Flat.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Pinch Flat.res new file mode 100644 index 0000000..bb79149 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Pinch Flat.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Pinch Large.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Pinch Large.res new file mode 100644 index 0000000..868e737 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Pinch Large.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Pinch Middle.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Pinch Middle.res new file mode 100644 index 0000000..7bc904e Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Pinch Middle.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Pinch Ring.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Pinch Ring.res new file mode 100644 index 0000000..346567a Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Pinch Ring.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Pinch Tight.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Pinch Tight.res new file mode 100644 index 0000000..a828be7 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Pinch Tight.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Pinch Up.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Pinch Up.res new file mode 100644 index 0000000..edef124 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Pinch Up.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/PingPong.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/PingPong.res new file mode 100644 index 0000000..d422d4d Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/PingPong.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Pinky.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Pinky.res new file mode 100644 index 0000000..818f6d8 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Pinky.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Pistol.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Pistol.res new file mode 100644 index 0000000..40c3cde Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Pistol.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Ring.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Ring.res new file mode 100644 index 0000000..9d0e1c3 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Ring.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Rounded.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Rounded.res new file mode 100644 index 0000000..02e1a7f Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Rounded.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Sign 1.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Sign 1.res new file mode 100644 index 0000000..b5f12af Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Sign 1.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Sign 2.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Sign 2.res new file mode 100644 index 0000000..eb398d6 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Sign 2.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Sign 3.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Sign 3.res new file mode 100644 index 0000000..f69a4ad Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Sign 3.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Sign 4.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Sign 4.res new file mode 100644 index 0000000..e93f393 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Sign 4.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Sign 5.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Sign 5.res new file mode 100644 index 0000000..69f68f4 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Sign 5.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Sign_Point.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Sign_Point.res new file mode 100644 index 0000000..8f64870 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Sign_Point.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Straight.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Straight.res new file mode 100644 index 0000000..cd658ec Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Straight.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Surfer.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Surfer.res new file mode 100644 index 0000000..01cfa17 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Surfer.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Thumb.res b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Thumb.res new file mode 100644 index 0000000..f82ac7f Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/Thumb.res differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres new file mode 100644 index 0000000..f56fb58 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres @@ -0,0 +1,32 @@ +[gd_resource type="AnimationNodeBlendTree" load_steps=6 format=3 uid="uid://m85b1gogdums"] + +[sub_resource type="AnimationNodeAnimation" id="1"] +animation = &"Grip" + +[sub_resource type="AnimationNodeAnimation" id="2"] +animation = &"Grip" + +[sub_resource type="AnimationNodeBlend2" id="4"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Little_Distal_R", "Armature/Skeleton3D:Little_Intermediate_R", "Armature/Skeleton3D:Little_Metacarpal_R", "Armature/Skeleton3D:Little_Proximal_R", "Armature/Skeleton3D:Middle_Distal_R", "Armature/Skeleton3D:Middle_Intermediate_R", "Armature/Skeleton3D:Middle_Metacarpal_R", "Armature/Skeleton3D:Middle_Proximal_R", "Armature/Skeleton3D:Ring_Distal_R", "Armature/Skeleton3D:Ring_Intermediate_R", "Armature/Skeleton3D:Ring_Metacarpal_R", "Armature/Skeleton3D:Ring_Proximal_R", "Armature/Skeleton3D:Thumb_Distal_R", "Armature/Skeleton3D:Thumb_Metacarpal_R", "Armature/Skeleton3D:Thumb_Proximal_R", "Armature/Skeleton:Little_Distal_R", "Armature/Skeleton:Little_Intermediate_R", "Armature/Skeleton:Little_Proximal_R", "Armature/Skeleton:Middle_Distal_R", "Armature/Skeleton:Middle_Intermediate_R", "Armature/Skeleton:Middle_Proximal_R", "Armature/Skeleton:Ring_Distal_R", "Armature/Skeleton:Ring_Intermediate_R", "Armature/Skeleton:Ring_Proximal_R", "Armature/Skeleton:Thumb_Distal_R", "Armature/Skeleton:Thumb_Proximal_R"] + +[sub_resource type="AnimationNodeAnimation" id="3"] +animation = &"Grip 5" + +[sub_resource type="AnimationNodeBlend2" id="5"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Index_Distal_R", "Armature/Skeleton3D:Index_Intermediate_R", "Armature/Skeleton3D:Index_Metacarpal_R", "Armature/Skeleton3D:Index_Proximal_R", "Armature/Skeleton:Index_Distal_R", "Armature/Skeleton:Index_Intermediate_R", "Armature/Skeleton:Index_Proximal_R"] + +[resource] +graph_offset = Vector2(-552.664, 107.301) +nodes/ClosedHand1/node = SubResource("1") +nodes/ClosedHand1/position = Vector2(-600, 300) +nodes/ClosedHand2/node = SubResource("2") +nodes/ClosedHand2/position = Vector2(-360, 300) +nodes/Grip/node = SubResource("4") +nodes/Grip/position = Vector2(0, 40) +nodes/OpenHand/node = SubResource("3") +nodes/OpenHand/position = Vector2(-600, 100) +nodes/Trigger/node = SubResource("5") +nodes/Trigger/position = Vector2(-360, 40) +node_connections = [&"output", 0, &"Grip", &"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1"] diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/blend/animations/animations_hand_l.blend b/escape-room-version-2/addons/godot-xr-tools/hands/blend/animations/animations_hand_l.blend new file mode 100644 index 0000000..c052619 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/blend/animations/animations_hand_l.blend differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/blend/animations/animations_hand_l.blend.import b/escape-room-version-2/addons/godot-xr-tools/hands/blend/animations/animations_hand_l.blend.import new file mode 100644 index 0000000..8dd0c09 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/blend/animations/animations_hand_l.blend.import @@ -0,0 +1,3 @@ +[remap] + +importer="keep" diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/blend/animations/animations_hand_r.blend b/escape-room-version-2/addons/godot-xr-tools/hands/blend/animations/animations_hand_r.blend new file mode 100644 index 0000000..cf5e3d4 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/blend/animations/animations_hand_r.blend differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/blend/animations/animations_hand_r.blend.import b/escape-room-version-2/addons/godot-xr-tools/hands/blend/animations/animations_hand_r.blend.import new file mode 100644 index 0000000..8dd0c09 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/blend/animations/animations_hand_r.blend.import @@ -0,0 +1,3 @@ +[remap] + +importer="keep" diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/blend/hand_l.blend b/escape-room-version-2/addons/godot-xr-tools/hands/blend/hand_l.blend new file mode 100644 index 0000000..21e2b2f Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/blend/hand_l.blend differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/blend/hand_l.blend.import b/escape-room-version-2/addons/godot-xr-tools/hands/blend/hand_l.blend.import new file mode 100644 index 0000000..8dd0c09 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/blend/hand_l.blend.import @@ -0,0 +1,3 @@ +[remap] + +importer="keep" diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/blend/hand_r.blend b/escape-room-version-2/addons/godot-xr-tools/hands/blend/hand_r.blend new file mode 100644 index 0000000..ef49655 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/blend/hand_r.blend differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/blend/hand_r.blend.import b/escape-room-version-2/addons/godot-xr-tools/hands/blend/hand_r.blend.import new file mode 100644 index 0000000..8dd0c09 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/blend/hand_r.blend.import @@ -0,0 +1,3 @@ +[remap] + +importer="keep" diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/collision_hand.gd b/escape-room-version-2/addons/godot-xr-tools/hands/collision_hand.gd new file mode 100644 index 0000000..223b8aa --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/collision_hand.gd @@ -0,0 +1,451 @@ +@tool +class_name XRToolsCollisionHand +extends XRToolsForceBody + + +## XRTools Collision Hand Container Script +## +## This script implements logic for collision hands. Specifically it tracks +## its ancestor [XRController3D], and can act as a container for hand models +## and pickup functions. + +# We reached our teleport distance +signal max_distance_reached + +## Modes for collision hand +enum CollisionHandMode { + ## Hand is disabled and must be moved externally + DISABLED, + + ## Hand teleports to controller + TELEPORT, + + ## Hand collides with world (based on mask) + COLLIDE +} + +# Default layer of 18:player-hands +const DEFAULT_LAYER := 0b0000_0000_0000_0010_0000_0000_0000_0000 + +# Default mask of 0xFFFF (1..16) +# - 1:static-world +# - 2:dynamic-world +# - 3:pickable-objects +# - 4:wall-walking +# - 5:grappling-target +const DEFAULT_MASK := 0b0000_0000_0000_0101_0000_0000_0001_1111 + +# How much displacement is required for the hand to start orienting to a surface +const ORIENT_DISPLACEMENT := 0.05 + +# Distance to teleport hands +const TELEPORT_DISTANCE := 1.0 + +## Controls the hand collision mode +@export var mode : CollisionHandMode = CollisionHandMode.COLLIDE + + +## Links to skeleton that adds finger digits +@export var hand_skeleton : Skeleton3D: + set(value): + if hand_skeleton == value: + return + + if hand_skeleton: + if hand_skeleton.has_signal("skeleton_updated"): + # Godot 4.3+ + hand_skeleton.skeleton_updated.disconnect(_on_skeleton_updated) + else: + hand_skeleton.pose_updated.disconnect(_on_skeleton_updated) + for digit in _digit_collision_shapes: + var shape : CollisionShape3D = _digit_collision_shapes[digit] + remove_child(shape) + shape.queue_free() + _digit_collision_shapes.clear() + + hand_skeleton = value + if hand_skeleton and is_inside_tree(): + _update_hand_skeleton() + + notify_property_list_changed() + + +## Minimum force we can exert on a picked up object +@export_range(1.0, 1000.0, 0.1, "suffix:N") var min_pickup_force : float = 15.0 + +## Force we exert on a picked up object when hand is at maximum distance +## before letting go. +@export_range(1.0, 1000.0, 0.1, "suffix:N") var max_pickup_force : float = 300.0 + + +# Controller to target (if no target overrides) +var _controller : XRController3D + +# Sorted stack of TargetOverride +var _target_overrides := [] + +# Current target (controller or override) +var _target : Node3D + +# Skeleton collisions +var _palm_collision_shape : CollisionShape3D +var _digit_collision_shapes : Dictionary + +# The weight held by this hand +var _held_weight : float = 0.0 + +# Movement on last frame +var _last_movement : Vector3 = Vector3() + +## Target-override class +class TargetOverride: + ## Target of the override + var target : Node3D + + ## Target priority + var priority : int + + ## Target-override constructor + func _init(t : Node3D, p : int): + target = t + priority = p + + +# Update the weight attributed to this hand (updated from pickable system). +func set_held_weight(new_weight): + _held_weight = new_weight + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsCollisionHand" + + +# Return warnings related to this node +func _get_configuration_warnings() -> PackedStringArray: + var warnings := PackedStringArray() + + # Check palm node + if not _palm_collision_shape: + warnings.push_back("Collision hand scenes are deprecated, use collision node script directly.") + + # Check if skeleton is a child + if hand_skeleton and not is_ancestor_of(hand_skeleton): + warnings.push_back("The hand skeleton node should be within the tree of this node.") + + # Return warnings + return warnings + + +# Called when the node enters the scene tree for the first time. +func _ready(): + var palm_collision : CollisionShape3D = get_node_or_null("CollisionShape3D") + if not palm_collision: + # We create our object even in editor to supress our warning. + # This allows us to just add an XRToolsCollisionHand node without + # using our scene. + _palm_collision_shape = CollisionShape3D.new() + _palm_collision_shape.name = "Palm" + _palm_collision_shape.shape = \ + preload("res://addons/godot-xr-tools/hands/scenes/collision/hand_palm.shape") + _palm_collision_shape.transform.origin = Vector3(0.0, -0.05, 0.11) + add_child(_palm_collision_shape, false, Node.INTERNAL_MODE_BACK) + elif not Engine.is_editor_hint(): + # Use our existing collision shape node but only in runtime. + # In editor we can check this to provide a deprecation warning. + palm_collision.name = "Palm" + _palm_collision_shape = palm_collision + + _update_hand_skeleton() + + # Do not initialise if in the editor + if Engine.is_editor_hint(): + return + + # Disconnect from parent transform as we move to it in the physics step, + # and boost the physics priority above any grab-drivers or hands. + top_level = true + process_physics_priority = -90 + sync_to_physics = false + + # Connect to player body signals (if applicable) + var player_body = XRToolsPlayerBody.find_instance(self) + if player_body: + player_body.player_moved.connect(_on_player_moved) + player_body.player_teleported.connect(_on_player_teleported) + + # Populate nodes + _controller = XRTools.find_xr_ancestor(self, "*", "XRController3D") + + # Update the target + _update_target() + + +# Handle physics processing +func _physics_process(delta): + # Do not process if in the editor + if Engine.is_editor_hint(): + return + + var current_position = global_position + + # Move to the current target + _move_to_target(delta) + + _last_movement = global_position - current_position + +## This function adds a target override. The collision hand will attempt to +## move to the highest priority target, or the [XRController3D] if no override +## is specified. +func add_target_override(target : Node3D, priority : int) -> void: + # Remove any existing target override from this source + var modified := _remove_target_override(target) + + # Insert the target override + _insert_target_override(target, priority) + modified = true + + # Update the target + if modified: + _update_target() + + +## This function remove a target override. +func remove_target_override(target : Node3D) -> void: + # Remove the target override + var modified := _remove_target_override(target) + + # Update the pose + if modified: + _update_target() + + +## This function searches from the specified node for an [XRToolsCollisionHand] +## assuming the node is a sibling of the hand under an [XRController3D]. +static func find_instance(node : Node) -> XRToolsCollisionHand: + return XRTools.find_xr_child( + XRHelpers.get_xr_controller(node), + "*", + "XRToolsCollisionHand") as XRToolsCollisionHand + +## This function searches an [XRToolsCollisionHand] that is an ancestor +## of the given node. +static func find_ancestor(node : Node) -> XRToolsCollisionHand: + return XRTools.find_xr_ancestor( + node, + "*", + "XRToolsCollisionHand") as XRToolsCollisionHand + + +## This function searches from the specified node for the left controller +## [XRToolsCollisionHand] assuming the node is a sibling of the [XROrigin3D]. +static func find_left(node : Node) -> XRToolsCollisionHand: + return XRTools.find_xr_child( + XRHelpers.get_left_controller(node), + "*", + "XRToolsCollisionHand") as XRToolsCollisionHand + + +## This function searches from the specified node for the right controller +## [XRToolsCollisionHand] assuming the node is a sibling of the [XROrigin3D]. +static func find_right(node : Node) -> XRToolsCollisionHand: + return XRTools.find_xr_child( + XRHelpers.get_right_controller(node), + "*", + "XRToolsCollisionHand") as XRToolsCollisionHand + + +# This function moves the collision hand to the target node. +func _move_to_target(delta): + # Handle DISABLED or no target + if mode == CollisionHandMode.DISABLED or not _target: + return + + # Handle TELEPORT + if mode == CollisionHandMode.TELEPORT: + global_transform = _target.global_transform + return + + # Handle too far from target + if global_position.distance_to(_target.global_position) > TELEPORT_DISTANCE: + print("max distance reached") + max_distance_reached.emit() + + global_transform = _target.global_transform + return + + # Orient the hand + rotate_and_collide(_target.global_basis) + + # Adjust target position if we're holding something + var target_movement : Vector3 = _target.global_position - global_position + if _held_weight > 0.0: + var gravity_state := PhysicsServer3D.body_get_direct_state(get_rid()) + var gravity = gravity_state.total_gravity * delta + + # Calculate the movement of our held object if we weren't holding it + var base_movement : Vector3 = _last_movement * 0.2 + gravity + + # How much movement is left until we reach our target + var remaining_movement = target_movement - base_movement + + # The below is an approximation as we're not taking the logarithmic + # nature of force acceleration into account for simplicitiy. + + # Distance over time gives our needed acceleration which + # gives us the force needed on the object to move it to our + # target destination. + # But dividing and then multiplying over delta and mass is wasteful. + var needed_distance = remaining_movement.length() + + # Force we can exert on the object + var force = min_pickup_force + \ + (target_movement.length() * (max_pickup_force-min_pickup_force) / TELEPORT_DISTANCE) + + # How much can we move our object? + var possible_distance = delta * force / _held_weight + if possible_distance < needed_distance: + # We can't make our distance? adjust our movement! + remaining_movement *= (possible_distance / needed_distance) + target_movement = base_movement + remaining_movement + + # And move + move_and_slide(target_movement) + force_update_transform() + + +# If our player moved, attempt to move our hand but ignoring weight. +func _on_player_moved(delta_transform : Transform3D): + if mode == CollisionHandMode.DISABLED: + return + + if mode == CollisionHandMode.TELEPORT: + _on_player_teleported(delta_transform) + return + + var target : Transform3D = delta_transform * global_transform + + # Rotate + rotate_and_collide(target.basis) + + # And attempt to move + move_and_slide(target.origin - global_position) + force_update_transform() + + +# If our player teleported, just move. +func _on_player_teleported(delta_transform : Transform3D): + if mode == CollisionHandMode.DISABLED: + return + + global_transform = delta_transform * global_transform + force_update_transform() + + +# This function inserts a target override into the overrides list by priority +# order. +func _insert_target_override(target : Node3D, priority : int) -> void: + # Construct the target override + var override := TargetOverride.new(target, priority) + + # Iterate over all target overrides in the list + for pos in _target_overrides.size(): + # Get the target override + var o : TargetOverride = _target_overrides[pos] + + # Insert as early as possible to not invalidate sorting + if o.priority <= priority: + _target_overrides.insert(pos, override) + return + + # Insert at the end + _target_overrides.push_back(override) + + +# This function removes a target from the overrides list +func _remove_target_override(target : Node) -> bool: + var pos := 0 + var length := _target_overrides.size() + var modified := false + + # Iterate over all pose overrides in the list + while pos < length: + # Get the target override + var o : TargetOverride = _target_overrides[pos] + + # Check for a match + if o.target == target: + # Remove the override + _target_overrides.remove_at(pos) + modified = true + length -= 1 + else: + # Advance down the list + pos += 1 + + # Return the modified indicator + return modified + + +# This function updates the target for hand movement. +func _update_target() -> void: + # Start by assuming the controller + _target = _controller + + # Use first target override if specified + if _target_overrides.size(): + _target = _target_overrides[0].target + + +# If a skeleton is set, update. +func _update_hand_skeleton(): + if hand_skeleton: + if hand_skeleton.has_signal("skeleton_updated"): + # Godot 4.3+ + hand_skeleton.skeleton_updated.connect(_on_skeleton_updated) + else: + hand_skeleton.pose_updated.connect(_on_skeleton_updated) + + # Run atleast once to init + _on_skeleton_updated() + + +# Update our finger digits when our skeleton updates +func _on_skeleton_updated(): + if not hand_skeleton: + return + + var bone_count = hand_skeleton.get_bone_count() + for i in bone_count: + var collision_node : CollisionShape3D + var offset : Transform3D + offset.origin = Vector3(0.0, 0.015, 0.0) # move to side of joint + + var bone_name = hand_skeleton.get_bone_name(i) + if bone_name == "Palm_L": + offset.origin = Vector3(-0.02, 0.025, 0.0) # move to side of joint + collision_node = _palm_collision_shape + elif bone_name == "Palm_R": + offset.origin = Vector3(0.02, 0.025, 0.0) # move to side of joint + collision_node = _palm_collision_shape + elif bone_name.contains("Proximal") or bone_name.contains("Intermediate") or \ + bone_name.contains("Distal"): + if _digit_collision_shapes.has(bone_name): + collision_node = _digit_collision_shapes[bone_name] + else: + collision_node = CollisionShape3D.new() + collision_node.name = bone_name + collision_node.shape = \ + preload("res://addons/godot-xr-tools/hands/scenes/collision/hand_digit.shape") + add_child(collision_node, false, Node.INTERNAL_MODE_BACK) + _digit_collision_shapes[bone_name] = collision_node + + if collision_node: + # TODO it would require a far more complex approach, + # but being able to check if our collision shapes can move to their new locations + # would be interesting. + + collision_node.transform = global_transform.inverse() \ + * hand_skeleton.global_transform \ + * hand_skeleton.get_bone_global_pose(i) \ + * offset diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/collision_hand.gd.uid b/escape-room-version-2/addons/godot-xr-tools/hands/collision_hand.gd.uid new file mode 100644 index 0000000..9e12874 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/collision_hand.gd.uid @@ -0,0 +1 @@ +uid://bcpv3637lkcqk diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/hand.gd b/escape-room-version-2/addons/godot-xr-tools/hands/hand.gd new file mode 100644 index 0000000..339e5f1 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/hand.gd @@ -0,0 +1,477 @@ +@tool +@icon("res://addons/godot-xr-tools/editor/icons/hand.svg") +class_name XRToolsHand +extends Node3D + + +## XR Tools Hand Script +## +## This script manages a godot-xr-tools hand. It animates the hand blending +## grip and trigger animations based on controller input. +## +## Additionally the hand script detects world-scale changes in the XRServer +## and re-scales the hand appropriately so the hand stays scaled to the +## physical hand of the user. + + +## Signal emitted when the hand scale changes +signal hand_scale_changed(scale) + + +## Blend tree to use +@export var hand_blend_tree : AnimationNodeBlendTree: set = set_hand_blend_tree + +## Override the hand material +@export var hand_material_override : Material: set = set_hand_material_override + +## Default hand pose +@export var default_pose : XRToolsHandPoseSettings: set = set_default_pose + +## Name of the Grip action in the OpenXR Action Map. +@export var grip_action : String = "grip" + +## Name of the Trigger action in the OpenXR Action Map. +@export var trigger_action : String = "trigger" + + +## Last world scale (for scaling hands) +var _last_world_scale : float = 1.0 + +## Controller used for input/tracking +var _controller : XRController3D + +## Initial hand transform (from controller) - used for scaling hands +var _initial_transform : Transform3D + +## Current hand transform (from controller) - after scale +var _transform : Transform3D + +## Hand mesh +var _hand_mesh : MeshInstance3D + +## Hand animation player +var _animation_player : AnimationPlayer + +## Hand animation tree +var _animation_tree : AnimationTree + +## Animation blend tree +var _tree_root : AnimationNodeBlendTree + +## Sorted stack of PoseOverride +var _pose_overrides := [] + +## Force grip value (< 0 for no force) +var _force_grip := -1.0 + +## Force trigger value (< 0 for no force) +var _force_trigger := -1.0 + +# Sorted stack of TargetOverride +var _target_overrides := [] + +# Current target (controller or override) +var _target : Node3D + + +## Pose-override class +class PoseOverride: + ## Who requested the override + var who : Node + + ## Pose priority + var priority : int + + ## Pose settings + var settings : XRToolsHandPoseSettings + + ## Pose-override constructor + func _init(w : Node, p : int, s : XRToolsHandPoseSettings): + who = w + priority = p + settings = s + + +## Target-override class +class TargetOverride: + ## Target of the override + var target : Node3D + + ## Target priority + var priority : int + + ## Target-override constructor + func _init(t : Node3D, p : int): + target = t + priority = p + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsHand" + + +## Called when the node enters the scene tree for the first time. +func _ready() -> void: + # Save the initial hand transform + _initial_transform = transform + _transform = _initial_transform + + # Disconnect from parent transform as we move to it in the physics step, + # and boost the physics priority after any grab-drivers but before other + # processing. + if not Engine.is_editor_hint(): + top_level = true + process_physics_priority = -70 + + # Find our controller + _controller = XRTools.find_xr_ancestor(self, "*", "XRController3D") + + # Find the relevant hand nodes + _hand_mesh = _find_child(self, "MeshInstance3D") + _animation_player = _find_child(self, "AnimationPlayer") + _animation_tree = _find_child(self, "AnimationTree") + + # Apply all updates + _update_hand_blend_tree() + _update_hand_material_override() + _update_pose() + _update_target() + + +## This method checks for world-scale changes and scales itself causing the +## hand mesh and skeleton to scale appropriately. It then reads the grip and +## trigger action values to animate the hand. +func _physics_process(_delta: float) -> void: + # Do not run physics if in the editor + if Engine.is_editor_hint(): + return + + # Scale the hand mesh with the world scale. + if XRServer.world_scale != _last_world_scale: + _last_world_scale = XRServer.world_scale + _transform = _initial_transform.scaled(Vector3.ONE * _last_world_scale) + emit_signal("hand_scale_changed", _last_world_scale) + + # Animate the hand mesh with the controller inputs + if _controller: + var grip : float = _controller.get_float(grip_action) + var trigger : float = _controller.get_float(trigger_action) + + # Allow overriding of grip and trigger + if _force_grip >= 0.0: grip = _force_grip + if _force_trigger >= 0.0: trigger = _force_trigger + + $AnimationTree.set("parameters/Grip/blend_amount", grip) + $AnimationTree.set("parameters/Trigger/blend_amount", trigger) + + # Move to target + global_transform = _target.global_transform * _transform + force_update_transform() + + +# This method verifies the hand has a valid configuration. +func _get_configuration_warnings() -> PackedStringArray: + var warnings := PackedStringArray() + + # Check hand for mesh instance + if not _find_child(self, "MeshInstance3D"): + warnings.append("Hand does not have a MeshInstance3D") + + # Check hand for animation player + if not _find_child(self, "AnimationPlayer"): + warnings.append("Hand does not have a AnimationPlayer") + + # Check hand for animation tree + var tree : AnimationTree = _find_child(self, "AnimationTree") + if not tree: + warnings.append("Hand does not have a AnimationTree") + elif not tree.tree_root: + warnings.append("Hand AnimationTree has no root") + + # Return warnings + return warnings + + +## Find an [XRToolsHand] node. +## +## This function searches from the specified node for an [XRToolsHand] assuming +## the node is a sibling of the hand under an [XROrigin3D]. +static func find_instance(node : Node) -> XRToolsHand: + return XRTools.find_xr_child( + XRHelpers.get_xr_controller(node), + "*", + "XRToolsHand") as XRToolsHand + + +## This function searches from the specified node for the left controller +## [XRToolsHand] assuming the node is a sibling of the [XROrigin3D]. +static func find_left(node : Node) -> XRToolsHand: + return XRTools.find_xr_child( + XRHelpers.get_left_controller(node), + "*", + "XRToolsHand") as XRToolsHand + + +## This function searches from the specified node for the right controller +## [XRToolsHand] assuming the node is a sibling of the [XROrigin3D]. +static func find_right(node : Node) -> XRToolsHand: + return XRTools.find_xr_child( + XRHelpers.get_right_controller(node), + "*", + "XRToolsHand") as XRToolsHand + + +## Set the blend tree +func set_hand_blend_tree(blend_tree : AnimationNodeBlendTree) -> void: + hand_blend_tree = blend_tree + if is_inside_tree(): + _update_hand_blend_tree() + _update_pose() + + +## Set the hand material override +func set_hand_material_override(material : Material) -> void: + hand_material_override = material + if is_inside_tree(): + _update_hand_material_override() + + +## Set the default open-hand pose +func set_default_pose(pose : XRToolsHandPoseSettings) -> void: + default_pose = pose + if is_inside_tree(): + _update_pose() + + +## Add a pose override +func add_pose_override(who : Node, priority : int, settings : XRToolsHandPoseSettings) -> void: + # Remove any existing pose override from this source + var modified := _remove_pose_override(who) + + # Insert the pose override + if settings: + _insert_pose_override(who, priority, settings) + modified = true + + # Update the pose + if modified: + _update_pose() + + +## Remove a pose override +func remove_pose_override(who : Node) -> void: + # Remove the pose override + var modified := _remove_pose_override(who) + + # Update the pose + if modified: + _update_pose() + + +## Force the grip and trigger values (primarily for preview) +func force_grip_trigger(grip : float = -1.0, trigger : float = -1.0) -> void: + # Save the forced values + _force_grip = grip + _force_trigger = trigger + + # Update the animation if forcing to specific values + if grip >= 0.0: $AnimationTree.set("parameters/Grip/blend_amount", grip) + if trigger >= 0.0: $AnimationTree.set("parameters/Trigger/blend_amount", trigger) + + +## This function adds a target override. The collision hand will attempt to +## move to the highest priority target, or the [XRController3D] if no override +## is specified. +func add_target_override(target : Node3D, priority : int) -> void: + # Remove any existing target override from this source + var modified := _remove_target_override(target) + + # Insert the target override + _insert_target_override(target, priority) + modified = true + + # Update the target + if modified: + _update_target() + + +## This function remove a target override. +func remove_target_override(target : Node3D) -> void: + # Remove the target override + var modified := _remove_target_override(target) + + # Update the pose + if modified: + _update_target() + + +func _update_hand_blend_tree() -> void: + # As we're going to make modifications to our animation tree, we need to do + # a deep copy, simply setting resource local to scene does not seem to be enough + if _animation_tree and hand_blend_tree: + _tree_root = hand_blend_tree.duplicate(true) + _animation_tree.tree_root = _tree_root + + +func _update_hand_material_override() -> void: + if _hand_mesh: + _hand_mesh.material_override = hand_material_override + + +func _update_pose() -> void: + # Skip if no blend tree + if !_tree_root: + return + + # Select the pose settings + var pose_settings : XRToolsHandPoseSettings = default_pose + if _pose_overrides.size(): + pose_settings = _pose_overrides[0].settings + + # Get the open and closed pose animations + var open_pose : Animation = pose_settings.open_pose + var closed_pose : Animation = pose_settings.closed_pose + + # Apply the open hand pose in the player and blend tree + if open_pose: + var open_name = _animation_player.find_animation(open_pose) + if open_name == "": + open_name = "open_hand" + if _animation_player.has_animation(open_name): + _animation_player.get_animation_library("").remove_animation(open_name) + + _animation_player.get_animation_library("").add_animation(open_name, open_pose) + + var open_hand_obj : AnimationNodeAnimation = _tree_root.get_node("OpenHand") + if open_hand_obj: + open_hand_obj.animation = open_name + + # Apply the closed hand pose in the player and blend tree + if closed_pose: + var closed_name = _animation_player.find_animation(closed_pose) + if closed_name == "": + closed_name = "closed_hand" + if _animation_player.has_animation(closed_name): + _animation_player.get_animation_library("").remove_animation(closed_name) + + _animation_player.get_animation_library("").add_animation(closed_name, closed_pose) + + var closed_hand_obj : AnimationNodeAnimation = _tree_root.get_node("ClosedHand1") + if closed_hand_obj: + closed_hand_obj.animation = closed_name + + closed_hand_obj = _tree_root.get_node("ClosedHand2") + if closed_hand_obj: + closed_hand_obj.animation = closed_name + + +func _insert_pose_override(who : Node, priority : int, settings : XRToolsHandPoseSettings) -> void: + # Construct the pose override + var override := PoseOverride.new(who, priority, settings) + + # Iterate over all pose overrides in the list + for pos in _pose_overrides.size(): + # Get the pose override + var pose : PoseOverride = _pose_overrides[pos] + + # Insert as early as possible to not invalidate sorting + if pose.priority <= priority: + _pose_overrides.insert(pos, override) + return + + # Insert at the end + _pose_overrides.push_back(override) + + +func _remove_pose_override(who : Node) -> bool: + var pos := 0 + var length := _pose_overrides.size() + var modified := false + + # Iterate over all pose overrides in the list + while pos < length: + # Get the pose override + var pose : PoseOverride = _pose_overrides[pos] + + # Check for a match + if pose.who == who: + # Remove the override + _pose_overrides.remove_at(pos) + modified = true + length -= 1 + else: + # Advance down the list + pos += 1 + + # Return the modified indicator + return modified + + +# This function inserts a target override into the overrides list by priority +# order. +func _insert_target_override(target : Node3D, priority : int) -> void: + # Construct the target override + var override := TargetOverride.new(target, priority) + + # Iterate over all target overrides in the list + for pos in _target_overrides.size(): + # Get the target override + var o : TargetOverride = _target_overrides[pos] + + # Insert as early as possible to not invalidate sorting + if o.priority <= priority: + _target_overrides.insert(pos, override) + return + + # Insert at the end + _target_overrides.push_back(override) + + +# This function removes a target from the overrides list +func _remove_target_override(target : Node) -> bool: + var pos := 0 + var length := _target_overrides.size() + var modified := false + + # Iterate over all pose overrides in the list + while pos < length: + # Get the target override + var o : TargetOverride = _target_overrides[pos] + + # Check for a match + if o.target == target: + # Remove the override + _target_overrides.remove_at(pos) + modified = true + length -= 1 + else: + # Advance down the list + pos += 1 + + # Return the modified indicator + return modified + + +# This function updates the target for hand movement. +func _update_target() -> void: + if _target_overrides.size(): + _target = _target_overrides[0].target + else: + _target = get_parent() + + +static func _find_child(node : Node, type : String) -> Node: + # Iterate through all children + for child in node.get_children(): + # If the child is a match then return it + if child.is_class(type): + return child + + # Recurse into child + var found := _find_child(child, type) + if found: + return found + + # No child found matching type + return null diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/hand.gd.uid b/escape-room-version-2/addons/godot-xr-tools/hands/hand.gd.uid new file mode 100644 index 0000000..1ee25fb --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/hand.gd.uid @@ -0,0 +1 @@ +uid://bw2osrfse4h5d diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/hand_physics_bone.gd b/escape-room-version-2/addons/godot-xr-tools/hands/hand_physics_bone.gd new file mode 100644 index 0000000..36b4f95 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/hand_physics_bone.gd @@ -0,0 +1,154 @@ +@tool +class_name XRToolsHandPhysicsBone +extends BoneAttachment3D + + +## XR Tools Physics Hand Bone +## +## This script adds a physics-bone to a godot-xr-tools physics hand. +## +## It extends from [BoneAttachment3D] to track the position of the bone in +## the hand skeleton, and uses this position to move a [CharacterBody3D] +## physics-bone with a [CapsuleShape3D] collider. +## +## The physics-bone is manually driven with to the position and rotation of the +## skeletal-bone. The physics-bone is set as top-level to prevent the +## physics-bone from inheriting any hand scaling as this would scale the +## collider which the physics engine cannot tolerate. +## +## To handle scaling, this script subscribes to the hand_scale_changed signal +## emitted by the [XRToolsHand] script and manually adjusts the [CapsuleShape3D] +## collider of the physics-bone to keep it sized appropriately. +## +## There are additional collision and group settings for this specific +## bone, which allows per-bone collision detection. + + +## Length of the physics-bone +@export var length : float = 0.03 + +## Ratio of bone length to width +@export var width_ratio : float = 0.3 + +## Additional collision layer for this one bone +@export_flags_3d_physics var collision_layer : int = 0 + +## Additional bone group for this one bone +@export var bone_group : String = "" + + +# Physics-bone collider shape +var _bone_shape : CapsuleShape3D + +# Physics-bone body node +var _physics_bone : CharacterBody3D + +# Node attached to the skeletal-bone, and the target of the physics-bone +var _skeletal_bone : Node3D + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsHandPhysicsBone" + + +# Called when the node enters the scene tree. This constructs the physics-bone +# nodes and performs initial positioning. +func _ready(): + # Skip if in the editor + if Engine.is_editor_hint(): + return + + # Connect the 'hand_scale_changed' signal + var physics_hand := XRToolsHand.find_instance(self) as XRToolsPhysicsHand + if physics_hand: + physics_hand.hand_scale_changed.connect(_on_hand_scale_changed) + + # Construct the physics-bone shape + _bone_shape = CapsuleShape3D.new() + _bone_shape.margin = physics_hand.margin + _on_hand_scale_changed(XRServer.world_scale) + + # Construct the physics-bone collision shape + var bone_collision := CollisionShape3D.new() + bone_collision.set_name("BoneCollision") + bone_collision.shape = _bone_shape + #bone_collision.transform.basis = Basis(Vector3.RIGHT, PI/2) + + # Construct the physics-bone body + _physics_bone = CharacterBody3D.new() + _physics_bone.set_name("BoneBody") + _physics_bone.set_as_top_level(true) + _physics_bone.collision_layer = physics_hand.collision_layer | collision_layer + _physics_bone.collision_mask = 0 + _physics_bone.add_child(bone_collision) + + # Set the optional bone group for all bones in the hand + if not physics_hand.bone_group.is_empty(): + _physics_bone.add_to_group(physics_hand.bone_group) + + # Set the optional bone group for this one bone + if not bone_group.is_empty(): + _physics_bone.add_to_group(bone_group) + + # Construct the bone middle spatial + _skeletal_bone = Node3D.new() + _skeletal_bone.transform.origin = Vector3.UP * length / 2 + + # Add the physics-bone body to this hand bone + add_child(_physics_bone) + add_child(_skeletal_bone) + + # Perform initial teleport of the phsysics-bone to the skeletal-bone + _teleport_bone() + + +# Called during the physics process and moves the physics-bone to follow the +# skeletal-bone. +func _physics_process(delta: float) -> void: + # Skip if in the editor + if Engine.is_editor_hint(): + return + + _move_bone(delta) + + +# This method moves the physics-bone to the skeletal-bone by first doing a +# move_and_slide as this works well for collision-interactions. It then +# rotates the physics-bone to match the skeletal-bone. +func _move_bone(delta: float) -> void: + # Get the skeletal-bone transform + var bone_xform := _skeletal_bone.global_transform + + # Get the required velocity to move the physics-bone to the skeletal-bone + var bone_vel := (bone_xform.origin - _physics_bone.global_transform.origin) / delta + + # Move the physics-bone into position + _physics_bone.velocity = bone_vel + _physics_bone.move_and_slide() + + # Rotate the physics-bone into the correct rotation + _physics_bone.global_transform.basis = bone_xform.basis + + +# This method teleports the physics-bone to the skeletal-bone. +func _teleport_bone() -> void: + # Get the bone transform + var bone_xform := _skeletal_bone.global_transform + + # Set the bone position + _physics_bone.global_transform = Transform3D( + Basis(bone_xform.basis.get_rotation_quaternion()), + bone_xform.origin) + + +# This method handles changes to the hand scale by adjusting the +# physics-bone collider shape to match. +func _on_hand_scale_changed(scale: float) -> void: + # Get the scaled length and width + var length_scaled := length * scale + var width_scaled := length_scaled * width_ratio + + # Adjust the shape + _bone_shape.radius = width_scaled + _bone_shape.height = length_scaled diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/hand_physics_bone.gd.uid b/escape-room-version-2/addons/godot-xr-tools/hands/hand_physics_bone.gd.uid new file mode 100644 index 0000000..6c47090 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/hand_physics_bone.gd.uid @@ -0,0 +1 @@ +uid://bvau3ik6wf1e8 diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/materials/african_hands.tres b/escape-room-version-2/addons/godot-xr-tools/hands/materials/african_hands.tres new file mode 100644 index 0000000..560d5fb --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/materials/african_hands.tres @@ -0,0 +1,8 @@ +[gd_resource type="ORMMaterial3D" load_steps=3 format=3 uid="uid://bde1c58rcajee"] + +[ext_resource type="Texture2D" uid="uid://cs7m7m0k2506g" path="res://addons/godot-xr-tools/hands/textures/african_baseColor.png" id="1_dn1i6"] +[ext_resource type="Texture2D" uid="uid://h3sjbnu6uplb" path="res://addons/godot-xr-tools/hands/textures/hands_occlusionRoughnessMetallic.png" id="2_di2ux"] + +[resource] +albedo_texture = ExtResource("1_dn1i6") +orm_texture = ExtResource("2_di2ux") diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/materials/african_hands_realistic.tres b/escape-room-version-2/addons/godot-xr-tools/hands/materials/african_hands_realistic.tres new file mode 100644 index 0000000..edb492c --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/materials/african_hands_realistic.tres @@ -0,0 +1,12 @@ +[gd_resource type="ORMMaterial3D" load_steps=4 format=3 uid="uid://26qy0lwlws4a"] + +[ext_resource type="Texture2D" uid="uid://dk8o82rjww802" path="res://addons/godot-xr-tools/hands/textures/african_realistic_baseColor.png" id="1_seyus"] +[ext_resource type="Texture2D" uid="uid://b6tgv6ucbgv3r" path="res://addons/godot-xr-tools/hands/textures/hands_normal.png" id="2_s3yd2"] +[ext_resource type="Texture2D" uid="uid://h3sjbnu6uplb" path="res://addons/godot-xr-tools/hands/textures/hands_occlusionRoughnessMetallic.png" id="3_p3lxw"] + +[resource] +albedo_texture = ExtResource("1_seyus") +orm_texture = ExtResource("3_p3lxw") +normal_enabled = true +normal_scale = 0.25 +normal_texture = ExtResource("2_s3yd2") diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/materials/caucasian_hand.tres b/escape-room-version-2/addons/godot-xr-tools/hands/materials/caucasian_hand.tres new file mode 100644 index 0000000..83ec6ab --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/materials/caucasian_hand.tres @@ -0,0 +1,8 @@ +[gd_resource type="ORMMaterial3D" load_steps=3 format=3 uid="uid://dy6nhifvvmm73"] + +[ext_resource type="Texture2D" uid="uid://c506svon268ms" path="res://addons/godot-xr-tools/hands/textures/caucasian_baseColor.png" id="1_si4on"] +[ext_resource type="Texture2D" uid="uid://h3sjbnu6uplb" path="res://addons/godot-xr-tools/hands/textures/hands_occlusionRoughnessMetallic.png" id="2_agvfk"] + +[resource] +albedo_texture = ExtResource("1_si4on") +orm_texture = ExtResource("2_agvfk") diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/materials/caucasian_hands_realistic.tres b/escape-room-version-2/addons/godot-xr-tools/hands/materials/caucasian_hands_realistic.tres new file mode 100644 index 0000000..95a6b5d --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/materials/caucasian_hands_realistic.tres @@ -0,0 +1,12 @@ +[gd_resource type="ORMMaterial3D" load_steps=4 format=3 uid="uid://rwfrc1fdcjsj"] + +[ext_resource type="Texture2D" uid="uid://n1xq4cm67o07" path="res://addons/godot-xr-tools/hands/textures/caucasian_realistic_baseColor.png" id="1_c8nm1"] +[ext_resource type="Texture2D" uid="uid://b6tgv6ucbgv3r" path="res://addons/godot-xr-tools/hands/textures/hands_normal.png" id="2_ax2k6"] +[ext_resource type="Texture2D" uid="uid://h3sjbnu6uplb" path="res://addons/godot-xr-tools/hands/textures/hands_occlusionRoughnessMetallic.png" id="3_6wg12"] + +[resource] +albedo_texture = ExtResource("1_c8nm1") +orm_texture = ExtResource("3_6wg12") +normal_enabled = true +normal_scale = 0.25 +normal_texture = ExtResource("2_ax2k6") diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/materials/cleaning_glove.tres b/escape-room-version-2/addons/godot-xr-tools/hands/materials/cleaning_glove.tres new file mode 100644 index 0000000..768289e --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/materials/cleaning_glove.tres @@ -0,0 +1,14 @@ +[gd_resource type="ORMMaterial3D" load_steps=4 format=3 uid="uid://cdb40djkihelq"] + +[ext_resource type="Texture2D" uid="uid://dv711ytktesj2" path="res://addons/godot-xr-tools/hands/textures/cleaning_glove_baseColor.png" id="1_k2x02"] +[ext_resource type="Texture2D" uid="uid://dt6k4nuvpo38o" path="res://addons/godot-xr-tools/hands/textures/glove_normal.png" id="2_uiqlw"] +[ext_resource type="Texture2D" uid="uid://yslwgnpbpeen" path="res://addons/godot-xr-tools/hands/textures/glove_occlusionRoughnessMetallic.png" id="3_8ux4v"] + +[resource] +albedo_texture = ExtResource("1_k2x02") +orm_texture = ExtResource("3_8ux4v") +normal_enabled = true +normal_scale = 0.1 +normal_texture = ExtResource("2_uiqlw") +clearcoat_enabled = true +ao_light_affect = 1.0 diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/materials/ghost_hand.tres b/escape-room-version-2/addons/godot-xr-tools/hands/materials/ghost_hand.tres new file mode 100644 index 0000000..7d7f6c1 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/materials/ghost_hand.tres @@ -0,0 +1,18 @@ +[gd_resource type="StandardMaterial3D" load_steps=4 format=3 uid="uid://p0q2df2dmy62"] + +[ext_resource type="Texture2D" uid="uid://dgkfppran5j1f" path="res://addons/godot-xr-tools/hands/textures/glove_caucasian_green_camo.png" id="1_rbe3r"] +[ext_resource type="Texture2D" uid="uid://d2iocwfr47kqp" path="res://addons/godot-xr-tools/hands/textures/glove_fingerless_occlusionRoughnessMetallic.png" id="2_qqman"] + +[sub_resource type="ORMMaterial3D" id="ORMMaterial3D_wu6j1"] +transparency = 1 +depth_draw_mode = 1 +albedo_texture = ExtResource("1_rbe3r") +orm_texture = ExtResource("2_qqman") + +[resource] +render_priority = -1 +next_pass = SubResource("ORMMaterial3D_wu6j1") +transparency = 1 +no_depth_test = true +shading_mode = 0 +albedo_color = Color(0, 1, 1, 0.25098) diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/materials/glove_african_dark_camo.tres b/escape-room-version-2/addons/godot-xr-tools/hands/materials/glove_african_dark_camo.tres new file mode 100644 index 0000000..7062592 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/materials/glove_african_dark_camo.tres @@ -0,0 +1,14 @@ +[gd_resource type="ORMMaterial3D" load_steps=4 format=3 uid="uid://di8q50ljmjoar"] + +[ext_resource type="Texture2D" uid="uid://cocorrka3dtq3" path="res://addons/godot-xr-tools/hands/textures/glove_african_dark_camo.png" id="1_5khcc"] +[ext_resource type="Texture2D" uid="uid://bw8rmigwt5pr4" path="res://addons/godot-xr-tools/hands/textures/glove_fingerless_normal.png" id="2_qghm4"] +[ext_resource type="Texture2D" uid="uid://d2iocwfr47kqp" path="res://addons/godot-xr-tools/hands/textures/glove_fingerless_occlusionRoughnessMetallic.png" id="3_dt1up"] + +[resource] +albedo_texture = ExtResource("1_5khcc") +orm_texture = ExtResource("3_dt1up") +normal_enabled = true +normal_scale = 0.25 +normal_texture = ExtResource("2_qghm4") +ao_light_affect = 0.05 +ao_on_uv2 = true diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/materials/glove_african_green_camo.tres b/escape-room-version-2/addons/godot-xr-tools/hands/materials/glove_african_green_camo.tres new file mode 100644 index 0000000..db87ba6 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/materials/glove_african_green_camo.tres @@ -0,0 +1,14 @@ +[gd_resource type="ORMMaterial3D" load_steps=4 format=3 uid="uid://txs6yqlmnpi2"] + +[ext_resource type="Texture2D" uid="uid://bidphehpipwhg" path="res://addons/godot-xr-tools/hands/textures/glove_african_green_camo.png" id="1_cinrp"] +[ext_resource type="Texture2D" uid="uid://bw8rmigwt5pr4" path="res://addons/godot-xr-tools/hands/textures/glove_fingerless_normal.png" id="2_64ndb"] +[ext_resource type="Texture2D" uid="uid://d2iocwfr47kqp" path="res://addons/godot-xr-tools/hands/textures/glove_fingerless_occlusionRoughnessMetallic.png" id="3_lwjmv"] + +[resource] +albedo_texture = ExtResource("1_cinrp") +orm_texture = ExtResource("3_lwjmv") +normal_enabled = true +normal_scale = 0.25 +normal_texture = ExtResource("2_64ndb") +ao_light_affect = 0.05 +ao_on_uv2 = true diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/materials/glove_caucasian_dark_camo.tres b/escape-room-version-2/addons/godot-xr-tools/hands/materials/glove_caucasian_dark_camo.tres new file mode 100644 index 0000000..4182be6 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/materials/glove_caucasian_dark_camo.tres @@ -0,0 +1,14 @@ +[gd_resource type="ORMMaterial3D" load_steps=4 format=3 uid="uid://dogla70w8hvo8"] + +[ext_resource type="Texture2D" uid="uid://c7jutkax2fd1k" path="res://addons/godot-xr-tools/hands/textures/glove_caucasian_dark_camo.png" id="1_cyild"] +[ext_resource type="Texture2D" uid="uid://bw8rmigwt5pr4" path="res://addons/godot-xr-tools/hands/textures/glove_fingerless_normal.png" id="2_2k7pb"] +[ext_resource type="Texture2D" uid="uid://d2iocwfr47kqp" path="res://addons/godot-xr-tools/hands/textures/glove_fingerless_occlusionRoughnessMetallic.png" id="3_6vkcl"] + +[resource] +albedo_texture = ExtResource("1_cyild") +orm_texture = ExtResource("3_6vkcl") +normal_enabled = true +normal_scale = 0.25 +normal_texture = ExtResource("2_2k7pb") +ao_light_affect = 0.05 +ao_on_uv2 = true diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/materials/glove_caucasian_green_camo.tres b/escape-room-version-2/addons/godot-xr-tools/hands/materials/glove_caucasian_green_camo.tres new file mode 100644 index 0000000..500978a --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/materials/glove_caucasian_green_camo.tres @@ -0,0 +1,14 @@ +[gd_resource type="ORMMaterial3D" load_steps=4 format=3 uid="uid://f2uhcqq8s2jx"] + +[ext_resource type="Texture2D" uid="uid://dgkfppran5j1f" path="res://addons/godot-xr-tools/hands/textures/glove_caucasian_green_camo.png" id="1_hy1aq"] +[ext_resource type="Texture2D" uid="uid://bw8rmigwt5pr4" path="res://addons/godot-xr-tools/hands/textures/glove_fingerless_normal.png" id="2_iwp46"] +[ext_resource type="Texture2D" uid="uid://d2iocwfr47kqp" path="res://addons/godot-xr-tools/hands/textures/glove_fingerless_occlusionRoughnessMetallic.png" id="3_gyrju"] + +[resource] +albedo_texture = ExtResource("1_hy1aq") +orm_texture = ExtResource("3_gyrju") +normal_enabled = true +normal_scale = 0.25 +normal_texture = ExtResource("2_iwp46") +ao_light_affect = 0.05 +ao_on_uv2 = true diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/materials/labglove.tres b/escape-room-version-2/addons/godot-xr-tools/hands/materials/labglove.tres new file mode 100644 index 0000000..0457b68 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/materials/labglove.tres @@ -0,0 +1,14 @@ +[gd_resource type="ORMMaterial3D" load_steps=4 format=3 uid="uid://ds2dpvbpht0ea"] + +[ext_resource type="Texture2D" uid="uid://d4gbpgjwjuovb" path="res://addons/godot-xr-tools/hands/textures/labglove_baseColor.png" id="1_iocxe"] +[ext_resource type="Texture2D" uid="uid://dt6k4nuvpo38o" path="res://addons/godot-xr-tools/hands/textures/glove_normal.png" id="2_4tkm6"] +[ext_resource type="Texture2D" uid="uid://yslwgnpbpeen" path="res://addons/godot-xr-tools/hands/textures/glove_occlusionRoughnessMetallic.png" id="3_voiob"] + +[resource] +albedo_texture = ExtResource("1_iocxe") +orm_texture = ExtResource("3_voiob") +normal_enabled = true +normal_scale = 0.1 +normal_texture = ExtResource("2_4tkm6") +clearcoat_enabled = true +ao_light_affect = 1.0 diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Glove_L.gltf b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Glove_L.gltf new file mode 100644 index 0000000..a20f805 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Glove_L.gltf @@ -0,0 +1,722 @@ +{ + "asset" : { + "copyright" : "CC0 Public Domain", + "generator" : "Khronos glTF Blender I/O v3.2.43", + "version" : "2.0" + }, + "scene" : 0, + "scenes" : [ + { + "name" : "Scene", + "nodes" : [ + 27 + ] + } + ], + "nodes" : [ + { + "name" : "Thumb_Tip_L", + "rotation" : [ + -0.07576872408390045, + -0.019257033243775368, + -0.03371242433786392, + 0.9963693618774414 + ], + "scale" : [ + 1.0000001192092896, + 1.000000238418579, + 1.0000001192092896 + ], + "translation" : [ + -2.7939677238464355e-09, + 0.030749469995498657, + -3.14321368932724e-09 + ] + }, + { + "children" : [ + 0 + ], + "name" : "Thumb_Distal_L", + "rotation" : [ + 0.05564067140221596, + 0.010326135903596878, + 0.013984743505716324, + 0.9982995390892029 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 1.0000001192092896 + ], + "translation" : [ + -2.3283064365386963e-09, + 0.04214789345860481, + 1.5133991837501526e-09 + ] + }, + { + "children" : [ + 1 + ], + "name" : "Thumb_Proximal_L", + "rotation" : [ + -0.04595031589269638, + -0.027135659009218216, + -0.07525718957185745, + 0.9957352876663208 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + 2.3283064365386963e-10, + 0.044916488230228424, + -2.473825588822365e-10 + ] + }, + { + "children" : [ + 2 + ], + "name" : "Thumb_Metacarpal_L", + "rotation" : [ + 0.3235369920730591, + -2.565749491623137e-05, + -0.027220426127314568, + 0.9458239078521729 + ], + "scale" : [ + 1, + 0.9999998211860657, + 0.9999998807907104 + ], + "translation" : [ + 0.009999999776482582, + 0.02717285417020321, + 0.019999971613287926 + ] + }, + { + "name" : "Index_Tip_L", + "rotation" : [ + -0.052288394421339035, + -0.0005572127993218601, + 0.10362062603235245, + 0.9932413697242737 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 1 + ], + "translation" : [ + 8.149072527885437e-09, + 0.027394980192184448, + 1.367880031466484e-09 + ] + }, + { + "children" : [ + 4 + ], + "name" : "Index_Distal_L", + "rotation" : [ + 0.014225997030735016, + -0.011990753002464771, + -0.13454149663448334, + 0.9907333254814148 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + 5.529727786779404e-09, + 0.0313456691801548, + 1.775333657860756e-09 + ] + }, + { + "children" : [ + 5 + ], + "name" : "Index_Intermediate_L", + "rotation" : [ + -0.013683199882507324, + -0.024668212980031967, + -0.23507100343704224, + 0.9715688824653625 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 0, + 0.03811633586883545, + -3.3178366720676422e-09 + ] + }, + { + "children" : [ + 6 + ], + "name" : "Index_Proximal_L", + "rotation" : [ + 0.11122288554906845, + -0.0027781203389167786, + 0.11757423728704453, + 0.9868121147155762 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + 5.336175945558352e-10, + 0.08036758005619049, + 2.584926050985814e-09 + ] + }, + { + "children" : [ + 7 + ], + "name" : "Index_Metacarpal_L", + "rotation" : [ + -0.0005887771840207279, + 2.10358793992782e-05, + 0.0252196304500103, + 0.9996817708015442 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + -0.009999999776482582, + 0.0271772351115942, + 0.022405147552490234 + ] + }, + { + "name" : "Middle_Tip_L", + "rotation" : [ + 0.013688242062926292, + 7.99239132902585e-05, + 0.1684110462665558, + 0.9856218695640564 + ], + "scale" : [ + 1.0000001192092896, + 0.9999999403953552, + 1 + ], + "translation" : [ + -2.0736479200422764e-09, + 0.023346584290266037, + 6.548361852765083e-11 + ] + }, + { + "children" : [ + 9 + ], + "name" : "Middle_Distal_L", + "rotation" : [ + -0.013931511901319027, + -0.00014242221368476748, + -0.16861224174499512, + 0.985584020614624 + ], + "scale" : [ + 1, + 1.0000001192092896, + 0.9999999403953552 + ], + "translation" : [ + 5.973561201244593e-09, + 0.0324166864156723, + -5.820766091346741e-11 + ] + }, + { + "children" : [ + 10 + ], + "name" : "Middle_Intermediate_L", + "rotation" : [ + 0.03945539891719818, + 0.004928736016154289, + -0.13782717287540436, + 0.9896578788757324 + ], + "translation" : [ + 1.1295924196019769e-09, + 0.04500335454940796, + 6.621121428906918e-10 + ] + }, + { + "children" : [ + 11 + ], + "name" : "Middle_Proximal_L", + "rotation" : [ + -0.01194659061729908, + 0.000966736872214824, + -0.010500849224627018, + 0.9998730421066284 + ], + "translation" : [ + -7.057678885757923e-10, + 0.0804632380604744, + 3.4924596548080444e-10 + ] + }, + { + "children" : [ + 12 + ], + "name" : "Middle_Metacarpal_L", + "rotation" : [ + -0.03585463762283325, + 4.2005005525425076e-05, + 0.0499776192009449, + 0.9981066584587097 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + -0.009999999776482582, + 0.02714575082063675, + 0.0035275884438306093 + ] + }, + { + "name" : "Ring_Tip_L", + "rotation" : [ + 0.03305169194936752, + -0.006719753611832857, + 0.12635111808776855, + 0.9914120435714722 + ], + "scale" : [ + 1, + 1, + 0.9999998211860657 + ], + "translation" : [ + 5.326000973582268e-09, + 0.027049388736486435, + 3.969034878537059e-09 + ] + }, + { + "children" : [ + 14 + ], + "name" : "Ring_Distal_L", + "rotation" : [ + -0.011351789347827435, + 0.012621401809155941, + -0.13198409974575043, + 0.9911065101623535 + ], + "scale" : [ + 0.9999999403953552, + 1, + 1 + ], + "translation" : [ + -2.3865140974521637e-09, + 0.027797557413578033, + 9.604264050722122e-10 + ] + }, + { + "children" : [ + 15 + ], + "name" : "Ring_Intermediate_L", + "rotation" : [ + 0.01732625439763069, + 0.01860846020281315, + -0.16082890331745148, + 0.9866547584533691 + ], + "scale" : [ + 1.0000001192092896, + 0.9999999403953552, + 1 + ], + "translation" : [ + 8.731149137020111e-11, + 0.04013120010495186, + 9.604264050722122e-10 + ] + }, + { + "children" : [ + 16 + ], + "name" : "Ring_Proximal_L", + "rotation" : [ + -0.05105672776699066, + -0.002022986998781562, + 0.0418044812977314, + 0.9978184103965759 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + 6.075424607843161e-10, + 0.0739438384771347, + 1.331500243395567e-09 + ] + }, + { + "children" : [ + 17 + ], + "name" : "Ring_Metacarpal_L", + "rotation" : [ + -0.07119493186473846, + 1.573348527017515e-05, + 0.018085604533553123, + 0.9972984790802002 + ], + "scale" : [ + 1, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + -0.009999999776482582, + 0.027118019759655, + -0.01309998705983162 + ] + }, + { + "name" : "Little_Tip_L", + "rotation" : [ + 0.015836291015148163, + -0.01933973841369152, + 0.15377695858478546, + 0.9877893924713135 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + -3.725290298461914e-09, + 0.019765090197324753, + 4.6566128730773926e-09 + ] + }, + { + "children" : [ + 19 + ], + "name" : "Little_Distal_L", + "rotation" : [ + -0.018054774031043053, + 0.011455277912318707, + -0.10707500576972961, + 0.9940209984779358 + ], + "scale" : [ + 0.9999999403953552, + 0.9999998807907104, + 1 + ], + "translation" : [ + 2.6775524020195007e-09, + 0.01802438497543335, + 7.894414011389017e-10 + ] + }, + { + "children" : [ + 20 + ], + "name" : "Little_Intermediate_L", + "rotation" : [ + 0.044925764203071594, + 0.03280799090862274, + -0.18505947291851044, + 0.9811516404151917 + ], + "scale" : [ + 0.9999999403953552, + 0.9999998807907104, + 1.0000001192092896 + ], + "translation" : [ + -4.0745362639427185e-10, + 0.03312354534864426, + 2.6921043172478676e-10 + ] + }, + { + "children" : [ + 21 + ], + "name" : "Little_Proximal_L", + "rotation" : [ + -0.08928601443767548, + 0.003168066032230854, + -0.006739117205142975, + 0.9959782958030701 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 3.4924596548080444e-10, + 0.06571118533611298, + -2.2009771782904863e-10 + ] + }, + { + "children" : [ + 22 + ], + "name" : "Little_Metacarpal_L", + "rotation" : [ + -0.09176954627037048, + 2.456200854794588e-05, + 0.02844771184027195, + 0.9953738451004028 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + -4.4605644178297155e-10, + 0.02708965167403221, + -0.029999956488609314 + ] + }, + { + "name" : "Palm_L", + "rotation" : [ + 0.7065238952636719, + -6.479929197666934e-06, + -8.686721230333205e-06, + 0.7076891660690308 + ], + "translation" : [ + 0.030781937763094902, + 0.06705548614263535, + -0.04206528514623642 + ] + }, + { + "children" : [ + 3, + 8, + 13, + 18, + 23, + 24 + ], + "name" : "Wrist_L", + "rotation" : [ + -0.7065169215202332, + 6.472751010733191e-06, + 6.472751465480542e-06, + 0.7076961994171143 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 3.8642522071086205e-08, + -1.8697472114581615e-05, + 0.027175573632121086 + ] + }, + { + "mesh" : 0, + "name" : "mesh_Glove_L", + "skin" : 0 + }, + { + "children" : [ + 26, + 25 + ], + "name" : "Armature" + } + ], + "meshes" : [ + { + "name" : "mesh_Glove_L", + "primitives" : [ + { + "attributes" : { + "POSITION" : 0, + "NORMAL" : 1, + "TEXCOORD_0" : 2, + "JOINTS_0" : 3, + "WEIGHTS_0" : 4 + }, + "indices" : 5 + } + ] + } + ], + "skins" : [ + { + "inverseBindMatrices" : 6, + "joints" : [ + 25, + 3, + 2, + 1, + 0, + 8, + 7, + 6, + 5, + 4, + 13, + 12, + 11, + 10, + 9, + 18, + 17, + 16, + 15, + 14, + 23, + 22, + 21, + 20, + 19, + 24 + ], + "name" : "Armature" + } + ], + "accessors" : [ + { + "bufferView" : 0, + "componentType" : 5126, + "count" : 2158, + "max" : [ + 0.03656641021370888, + 0.09075886756181717, + 0.02576880156993866 + ], + "min" : [ + -0.03138250857591629, + -0.06861073523759842, + -0.18647876381874084 + ], + "type" : "VEC3" + }, + { + "bufferView" : 1, + "componentType" : 5126, + "count" : 2158, + "type" : "VEC3" + }, + { + "bufferView" : 2, + "componentType" : 5126, + "count" : 2158, + "type" : "VEC2" + }, + { + "bufferView" : 3, + "componentType" : 5121, + "count" : 2158, + "type" : "VEC4" + }, + { + "bufferView" : 4, + "componentType" : 5126, + "count" : 2158, + "type" : "VEC4" + }, + { + "bufferView" : 5, + "componentType" : 5123, + "count" : 10470, + "type" : "SCALAR" + }, + { + "bufferView" : 6, + "componentType" : 5126, + "count" : 26, + "type" : "MAT4" + } + ], + "bufferViews" : [ + { + "buffer" : 0, + "byteLength" : 25896, + "byteOffset" : 0 + }, + { + "buffer" : 0, + "byteLength" : 25896, + "byteOffset" : 25896 + }, + { + "buffer" : 0, + "byteLength" : 17264, + "byteOffset" : 51792 + }, + { + "buffer" : 0, + "byteLength" : 8632, + "byteOffset" : 69056 + }, + { + "buffer" : 0, + "byteLength" : 34528, + "byteOffset" : 77688 + }, + { + "buffer" : 0, + "byteLength" : 20940, + "byteOffset" : 112216 + }, + { + "buffer" : 0, + "byteLength" : 1664, + "byteOffset" : 133156 + } + ], + "buffers" : [ + { + "byteLength" : 134820, + "uri" : "data:application/octet-stream;base64,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CAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAHBgAABwYAAAcGAAAHBgAABwYAAAcGAAAHBgAABwYAAAcGAAAHBgAABwYAAAcIAAAIBwAABwgAAAcIAAAIBwAACAcAAAgHAAAIBwAABwgAAAgHAAAHBggABwYIAAcGCAAHBgAABwYIAAcGAAAHBgAABwYAAAcGAAAHBgAABwYAAAcAAAAHBgAABwYAAAcGAAAHBgAABwYAAAcGAAAHBgAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAIAAAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAABwgGAAYHAAAGBwAACAAAAAgAAAAIAAAACAAAAAgHAAAHBgAABwYIAAgHAAAHBgAABwgAAAcIAAAIAAAABwgAAAcIAAAHBgAACAAAAAgAAAAIAAAACAAAAAgHAAAHBgAACAcAAAcGCAAGBwAABgcAAAcIBgAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAADA0AAAwNAAAMAAAADA0AAAsMAAALDAAACwwAAAsMAAALDAAACwwAAAsMAAALDAAACwwAAAsMAAALDAAADA0LAAwNCwALDAAACwwAAAsMAAAMDQAADA0AAA0AAAANDAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0MAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADAAAAAsMAAALDAAADQAAAAwNCwALDAAACwwAAA0MAAANAAAADQAAAA0MAAANAAAADQAAAA0AAAANAAAADQwAAA0AAAANAAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADAsAAAwLAAAMCwAADAsAAAwLAAAMCwAADAsAAAwLAAAMCwAADAsAAAwLAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADAsNAAwLDQAMCw0ADAsAAAwLDQAMAAAADAsAAAwLAAAMCwAADAsAAAwAAAAMAAAADAsNAAwLDQAMCwAADAsAAAwLAAAMCwAADAsAAAwNAAAMDQAADA0AAAwNAAAMDQAADQwAAAwNAAAMDQAADA0AAAwNAAAMDQAADQwAAA0MAAANDAAADA0AAA0MAAANDAAADA0AAA0MAAANDAAADQAAAA0AAAANAAAADQwAAA0AAAANAAAADQAAAA0MAAANDAAADQwAAAwNCwALDAAACwwAAA0AAAANAAAADQAAAA0AAAANDAAADAsAAAwLDQANDAAADAsAAAwNAAANDAAADQAAAA0MAAAMDQAADAsAAA0AAAANAAAADQAAAA0AAAANDAAADAsAAA0AAAAMCw0ACwwAAAsMAAAMDQsADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADQwAABESEAAREhAAEQAAABESAAAREhAAERIQABESEAAREhAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAARAAAAEgAAABESEAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIRAAASEQAAEhEAABIAAAASAAAAEgAAABIAAAASEQAAEhEAABARAAAQEQAAEBEAABARAAAQEQAAEBEAABARAAAQEQAAEBEAABEQAAAREAAAERAAABEQAAAREAAAERAAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAAREBIAERASABEQEgAREAAAERAAABEQAAAREAAAERAAABEQAAAREAAAERAAABEQAAAREBIAERASABARAAAQEQAAEBEAABARAAAQEQAAEBEAABARAAAQEQAAEBEAABESAAASEQAAEhEAABIRAAAREgAAERIAABIRAAAREgAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABESEAASAAAAEgAAABIAAAASAAAAEgAAABEQAAAREBIAEhEAABARAAAQEQAAERIAABIRAAASAAAAEhEAABIRAAAQEQAAEBEAABIAAAASAAAAEgAAABIAAAASEQAAERAAABIAAAAREBIAERIQABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAAWFxUAFhcVABYXAAAWAAAAFRYAABUWAAAVFgAAFRYAABUWAAAVFgAAFhcVABYXFQAVFgAAFhcVABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABYAAAAVFgAAFwAAABYXFQAVFgAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFxYAABcWAAAXFgAAFxYAABcWAAAXFgAAFxYAABcWAAAXFgAAFRYAABYVAAAWFQAAFhUAABYVFwAWFQAAFhUXABYVFwAWFRcAFhcAABcWAAAXFgAAFhcAABcWAAAXFgAAFxYAABYXAAAXFgAAFhUXABYVFwAWFRcAFhUAABYVFwAWFQAAFhUAABYVAAAWFQAAFhUXABYVAAAWFQAAFhUXABUWAAAVFgAAFRYAABUWEAAVFhAAFRYAABUWAAAVFgAAFRYAABYVFwAWFQAAFhUAABYVAAAVFgAAFRYAABUWAAAVFgAAFRYAABUWAAAVFgAAFRYAABUWAAAWFwAAFhcAABYXAAAWFwAAFhcVABYXAAAWFwAAFhcAABYXAAAWFwAAFhcAABcWAAAWFwAAFxYAABYXAAAWFwAAFhcAABYXAAAXAAAAFwAAABcAAAAXFgAAFwAAABcAAAAXFgAAFxYAABcWAAAWFxUAFRYAABcAAAAXAAAAFwAAABcWAAAWFRcAFhUXABcWAAAVFgAAFRYAABYVFwAWFxUAFxYAABcAAAAXFgAAFhcVABYVFwAVFgAAFRYAABcAAAAXAAAAFwAAABcWAAAWFRcAFxYAABYVFwAVFgAAFhcVABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXFgAAFxYAABcWAAAXFgAAFxYAABcWAAAXFgAAFxYAABcWAAAXFgAAFxYAAAIDAAACAwAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAACAwAAAwAAAAIDAAADAgAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMCAAADAAAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMAAAADAAAAAwAAAAMCAAADAAAAAwAAAAMCAAADAgAAAwIAAAMCAAACAwAAAwAAAAMAAAADAAAAAwAAAAMCAAACAAAAAgAAAAMCAAADAgAAAwIAAAMAAAADAgAAAwIAAAMAAAADAAAAAwAAAAMAAAADAgAAAwIAAAIAAAACAAAAAgMAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAAHCAYABwgAAAYHAAAGBwAABgcAAAYHAAAIBwAACAAAAAgAAAAIAAAACAcAAAgHAAAHBgAABwYAAAgHAAAHCAAACAcAAAcGAAAHBgAACAcAAAcGAAAHBgAABwgAAAcIAAAHCAAABwgAAAgHAAAIBwAACAAAAAgAAAAIAAAACAcAAAgHAAAMDQAADA0AAAsMAAALDAAACwwAAAsMAAANAAAADQAAAA0AAAANAAAADQAAAA0MAAAMCwAADAsAAA0MAAANDAAADQwAAAwAAAAMCw0ADQwAAAwLAAAMCwAADA0AAAwNAAANDAAADA0AAA0MAAANDAAADQAAAA0AAAANAAAADQwAAA0MAAAREhAAERIAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABEQAAAREAAAEhEAABIRAAASEQAAERAAABEQAAASAAAAEBEAABARAAAQEQAAEBEAABESAAAREgAAEhEAABIRAAASAAAAEgAAABIAAAASAAAAEgAAABIRAAASEQAAFhcAABYXFQAVFgAAFRYAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABYVAAAWFQAAFxYAABcWAAAXFgAAFhUAABYVAAAXFgAAFhUAABUWAAAVFgAAFRYAABUWAAAVFgAAFhcAABYXAAAWFwAAFhcAABcAAAAXFgAAFwAAABcAAAAXAAAAFxYAABcWAAAHCAYABgcAAAYHAAAIAAAACAAAAAgAAAAHCAYABgcAAAYHAAAIAAAACAcAAAcGAAAHBggACAcAAAcGAAAHCAAABwgAAAgAAAAIAAAACAcAAAcIAAAHBgAABwgAAAgAAAAIAAAACAAAAAgHAAAIBwAABwYAAAcGAAAIAAAACAAAAAgAAAAIBwAACAcAAAwNCwALDAAACwwAAA0AAAANAAAADQAAAAwNCwALDAAACwwAAA0AAAANDAAADAsAAAwLDQANDAAADAsAAAwNAAANDAAADQAAAA0AAAANAAAADQwAAAwLAAAMDQAADQAAAA0AAAANAAAADQwAAA0MAAAMCw0ADAsAAA0AAAANAAAADQAAAA0MAAANDAAAERIQABIAAAASAAAAEgAAABESEAASAAAAEhEAABEQAAAREBIAEhEAABARAAAQEQAAEhEAABIRAAASAAAAEgAAABIAAAASEQAAEBEAABARAAASEQAAEgAAABIAAAASAAAAEhEAABIAAAAREAAAERAAABIAAAASAAAAEgAAABIRAAASEQAAFhcVABUWAAAXAAAAFwAAABYXFQAVFgAAFwAAABcWAAAWFRcAFhUXABcWAAAVFgAAFRYAABYVAAAWFxUAFxYAABcAAAAXAAAAFwAAABcWAAAWFRcAFRYAABUWAAAWFwAAFwAAABcAAAAXFgAAFxYAABYVFwAWFRcAFwAAABcAAAAXAAAAFxYAABcWAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAgAAAAIAAAADQAAAA0AAAASAAAAEgAAABcAAAAXAAAACAAAAAgAAAANAAAADQAAABIAAAASAAAAFwAAABcAAAADAAAAFwAAABIAAAANAAAACAAAAAMAAAADAAAAFwAAABIAAAAIAAAAFwAAABIAAAAIAAAADQAAAA0AAAAXAAAAFwAAAA0AAAAXAAAAFwAAABIAAAASAAAADQAAAAgAAAAIAAAADQAAAAgAAAADAAAAFwAAABcAAAASAAAAEgAAAA0AAAAIAAAAEgAAAAMAAAAXAAAACAAAABIAAAANAAAACAAAABcAAAANAAAAFwAAABIAAAAIAAAACAAAAAgAAAANAAAAEgAAABIAAAADAAAAAwAAAAMAAAADAAAAFwAAABIAAAANAAAACAAAABcAAAAXAAAAEgAAABIAAAANAAAADQAAAAgAAAAIAAAADQAAAA0AAAAGBwAABgcAAAYHAAAGBwAABgcAAAYLAAAGAAAABgUAAAYLAAAGCwAABgUAAAYHAAAGCwUABgsFAAYLAAAGCwAABgcAAAYHAAAGBwAABgUAAAYFAAAGBwAABgcAAAYHAAAGBwAABgAAAAYHAAAGBQsABgcAAAYHAAAGBwAABgcAAAYHAAAGBwAABgcAAAYHAAAGBwAABgcAAAYHAAAGBQAABgcAAAYHAAAGBwAABgcLAAYLBQALDAAACwwAAAsGDAALDAAACwAAAAsGAAALEAAACxAAAAsGAAALAAAACwwAAAsMAAALDAAACxAAAAsQAAALEAwACxAMAAsGBQALBgUACwYMAAsGDAALAAAACwAAAAsMAAALDAAACxAGCgsMBhALDAAACwwAAAsMAAALDAAACwwAAAsMBgALDAYACwwGAAsAAAALDAAACwYFCgsGDAALDAYACwwAAAsQDAALEAoACwwAAAsMAAAQCxEAEBUAABAAAAAQCwAAEBUAABAVAAAQCwAAEAsAABAVAAAQFQAAEBURABAVEQAQCwAAEAsAABALEQAQCxEAEAsAABAAAAAQCxUPEBELABARAAAQAAAAEBEAABARAAAQEQAAEBELABARCwAQEQsAEAAAABARCwAQEQAAEBEAABARAAAQEQAAEBEAABARAAAQEQAAEAsPABALEQAQEQsAEBEAABARAAAQERUAEBURABAVDxQVEBYAFRYAABUAAAAVEBQPFRQAABUUAAAVEAAAFRAAABUUAAAVFgAAFRAAABUQAAAVEBYAFRAWABUQFAAVAAAAFRAUABUWAAAVFgAAFRYAABUWAAAVFgAAFRAWABUQFgAVEBYAFRYAABUWAAAVFhAAFRYQABUWAAAVFgAAFRYAABUWAAAVFgAAFRYAABUQFA8VEBYAFRYQABUWAAAVFgAAFRYAABUWAAAVFAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAABgcAAAYHAAAGCwAABgUAAAYHAAAGAAAABgcAAAYHAAALDAAACwwAAAsQAAALBgAACwYMAAsAAAALDAAACwwAABAVDwAQCwAAEAsAABAAAAAQEQsAEAAAABARAAAQEQAAFRQAABUQDwAVEAAAFQAAABUQFgAVFgAAFRYAABUWAAAVFgAAFRYAAAYFAAAGBwAABgsFAAYLBwAGBwAABgcAAAsMAAALDAAACwYFAAsGDAALDAAACwwAAAsQAAALEAwACwwGAAsMAAAQCwAAEAsRABAVDwAQFREAEBELABARAAAQEQAAEBEAABARAAAQEQAAFRAAABUQFgAVFAAAFRYAABUWEAAVFgAABgUAAAYLBQAGBQAABgUAAAYFAAAGBQsABgULAAYFAAAGBQsACwYKAAsQCgALCgAACwoQBQsGBQoLEAoPEAsPABAPFQAQDwsAEBUPCxALDwoQFQ8UFRAUDxUUAAAVFAAAFRQAABUUEA8VFBAAFRAUDxUUEAAGBQAAFRQAAAYFAAAVFAAABgUAAAYFCwAGBQAABgULAAUGAAAGBQAABQYLCgsKBgALChAACwoQBgoLBQ8FCwoGCg8LEBAPCwoQDxUAEA8LCg8QFBUPEAoLFBUPEBUUDxAVFA8AFRQAABUUDxAVFAAAFRQPEAYFAAAUFQAAFBUPEAUGAAAGBQsKBQYAAAUGAAAFBgoLCgsQBQoFCw8FCgsGCg8FCw8KEBQUAAAAAQIFAAECAAAQCw8KBgsFCgoPBQAFBgAABQYCARQPFQAFAgEGBQoBBgoFDwsFCg8BCg8FFA8UChAPChQFFA8VAA8UFRAUFQAAFBUAABQVAAAUDxUAAQIAAAECAAABAgUAEAsPCgUKAQAUFQAACgUPCwUKBgAPFAAAAQIFAAECAAABAgAAAQIAAAEFAgAFAQIKBQoGABQPFQAUAAAAFBUAABQPAAABAgUABQIBAA8QFRQKDwAACgULAA8KFAABBQIAAQUCABQPAAAUDwAADxQQFQsKEA8FCgAADwoQAA8KEAsPEAoUDxQKAAoPBQAKBQ8ADxQKAA8KFAAFAQoAFA8AABQAAAAUAAAAFAAPABQADwAUDwAAAQIFAAsQCgAKDwUADwoUABQAAAAUAAAAFAAAAAoFCwYKCw8QDxQQFQ8KFAAKBQ8ACg8FAAUKBgsKCwUPBQYKAA8UCgAFCgAACwYKBRAVDxQGBwUABgcAAAYAAAAGCwAABgsAAAYLAAAGBwUABgcFAAYAAAAGBQAABgUHAAYLBQAGBwAABgsAAAYHBQAGCwAACxAGAAsAAAALBgAACwYAAAsQAAALEAAACxAAAAsGAAALEAAACwYQBRUAAAAVAAAACxAAAAsGAAAQCxEAEBUAABAVAAAQFQAAEAsRABALEQAQCwAAEAsAABALEQAQFQAAEAsAABAVAAAVEAAAFRAAABAAAAAQCxUREAAAABAVAAAVFgAAFRAWABUWEAAVEAAAFQAAABUQAAALEAAACwAAAAsGAAALBgAAFRYAABUQFgAVEBYAFRYAABUQFgAKBQ8ACgUPAAUKAQAFCgEABQEKAAUBCgABBQAAAQUAAA8UCgAPFAoADwoUAA8KFAAFCgAABQEAAAEFAAAFAQoADwoUAAoPBQAKDwUACgUPAA8UCgAUDwAACwYKBQYLBQAPEAoLFRAPFBQPFRAUFQ8ADxQKAAIAAAACAAAAAgAAAAIAAAACAAAAAgUAAAIAAAACAAAAAgUAAAIFAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgUBAAIBAAACAQAAAgUBAAIFAQACAAAAAgUBAAIBAAACAQAAAgEAAAIBAAACAQAAAgUBAAIBBQACAQAAAgUBAAIFAQACAAAAAgUBAAIBBQACAQAAAgEAAAIBAAACAQAAAgUBAAIBBQACAQUAAgUBAAIFAQACAQAAAgUBAAIBBQACAQAAAgEAAAIBAAACAQAABQIBAAIBBQACAQUABQIBBgUCAQYCAQAAAgUBAAEAAAABAAAAAQAAAAEFAAIFAQoPAQAFDwUKAQ8AAQ8FCg8FAQEAFAAAAQ8UDwoUBQABFAAPFAABDxQKAAAUAQAUDwABFA8AABQAAQAUFQ8ADxQKAA8KFAAUAAAAFA8AAAoFDwAKDwUADwoUAAAUAQ8UDwAACg8FAAUKAQAUDwAAAQIFAAUKAAAUAAAAFBUPAAUBAAABAAAAFAABAAAUAQAUAAAAFAAAAAABFAABAAUAAQAUBQUBAAAFAQAKBQEACgEFAAAUDwAACwUGChAPFRQQDwsKBgULAAsKBRAKCxAPFRQQDxUUAAAGBQAABgUAAAUGCwoQFQ8UBQIBBgUCAQYFAgYBBQYCAQUGAgEFAgEGBQECAAUGAgAFAQIAAQUAABQAAQ8UAA8BFAAPAQAUAQ8AFAEPAAEUAAABFA8AARQPAQAUAAEAFAABABQAAQAAAAEAAAABAAAABQYAAAUGAAAUAAAAFAABABQAAQAUAAAAFAAAABQAAAAUAAEPFAABDxQPAAAUDwAAFA8KAA8UCgAPFAoADwoUBQoPBRQKBQ8ACgUPAAUKAQ8FAQoAFAABAAAUAQAAARQAAAEUBQEABRQBBQAAAQUAAAUBCgAKBQ8BCgUPAQ8UCgAPFAoAFA8AChQPAAoBABQFAQAUBRQAAQ8UAAEPFAABDwEFAAoBBQAKAQAFFAEABRQKDwUACg8FABQPAAAUDwAAABQBAAAUAQAAARQFAAEUBRQADwAUAA8ADwoAFAoPAAUFCgEACgUADwUBAAoUDwAKFA8ACgEFAAoBAAUUFAAPAQEABRQAFAEAAAEUBRQAAQ8BABQFFAABDw8UAAoKBQ8AABQBDwUBAAoFAQAKBQoBAAUKAQAKBQ8ACgUPAAEFAAABBQAADxQKAA8UCgAPChQADwoUAAoPBQAKDwUAFA8AChQPAAoBABQFAQAUBQABFAUAARQFCgUPAAoFDwAAFAEAABQBABQAAQAUAAEAFAABDxQAAQ8BAAUUAQAFFBQADwAUAA8AFA8AABQPAAABBQAKAQUACgUBCgAFAQoABQEKAA8UAAoPFAoADxQKAAYHAAAGBwAABgcAAAYHAAAGBwAABgcAAAYHAAAGBwAA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AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAA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IgAnAB8AFwAtAB8ALQAiAGwARQArAGwAKwAEAG0AcQAqAG0AKgADAKQApwAuAKQALgBaAKgAHQA6AKgAOgCeAJQDHgAnAJQDJwCWAyMEGAA3ACMENwAaBBwAGgAoABwAKAAmABkAFgAyABkAMgA4AJMDFgApAJMDKQCVA50AgQA7AJ0AOwCjAIMAigBDAIMAQwA+AKcDhAA0AKcDNACXAyQEggA9ACQEPQAbBIQAiAA5AIQAOQA0AIYAhwAzAIYAMwA2AIgAiQAxAIgAMQA5AKgDigAyAKgDMgCYA6wDugBBAKwDQQCgA7sAuQBEALsARAA8AMAAuABZAMAAWQChAGUAZABfAGUAXwBLALYAtwBCALYAQgBAAJ4DYwBhAJ4DYQCZAzIEvABWADIEVgAeBIAAVwBRAIAAUQB9AB8EHARMAB8ETABpAJwAogBKAJwASgBoAI4DAQBjAI4DYwCeA10AZQBLAF0ASwBgAJ8DXQBgAJ8DYACaA2cATwBhAGcAYQBjAKIApABaAKIAWgBKAGoATQBiAGoAYgBrAK0DvgBDAK0DQwCbA7oAuwA8ALoAPABBAEsAXwBIAEsASABFAJoAoQBZAJoAWQB8AI0DAwBdAI0DXQCfAyoAAgBkACoAZABlABUAZwBjABUAYwABACEEHgRWACEEVgB/AL0AvgBRAL0AUQBXAJkDYQBJAJkDSQChA00AXABeAE0AXgBiABwEHQRbABwEWwBMAAMAKgBlAAMAZQBdAKYAnABoAKYAaAAwAA0AagBrAA0AawAKABMEHwRpABMEaQAMAJoDYABsAJoDbACiA2AASwBFAGAARQBsAE8ARwBJAE8ASQBhAKUDdwBtAKUDbQCjA6YDeABuAKYDbgCkA3sAfgB0AHsAdABxAHoAcABuAHoAbgB4AHcAewBxAHcAcQBtABAAdgBzABAAcwAAAKcAmwByAKcAcgAuABEEIAR1ABEEdQAPAHYAgAB9AHYAfQBzAJsAmgB8AJsAfAByACAEIQR/ACAEfwB1AJ0DUAB3AJ0DdwClA5wDUgB4AJwDeACmA1gAUwB+AFgAfgB7AFUAegB4AFUAeABSAFAAWAB7AFAAewB3AEAAQgCHAEAAhwCGAJ4AOgCBAJ4AgQCdADgAMgCKADgAigCDAFoALgCLAFoAiwCUADoAkQCZADoAmQCBACAAjwCOACAAjgAdAB0AjgCRAB0AkQA6AIEAmQCSAIEAkgA7ALgAvwCVALgAlQBZAGgASgCTAGgAkwCWAHwAWQCVAHwAlQCYAEoAWgCUAEoAlACTADAAaACWADAAlgCNAC4AcgCXAC4AlwCLAHIAfACYAHIAmACXACUEKwShACUEoQCaABQEqACeABQEngAqBBkEJgScABkEnACmABcEJwSbABcEmwCnACIEnQCjACIEowAsBC0EFwSnAC0EpwCkAC4ELQSkAC4EpACiACoEngCdACoEnQAiBCgEnwCoACgEqAAUBCcEJQSaACcEmgCbADMEwAChADMEoQArBCYELgSiACYEogCcALIAqgAhALIAIQCgACcAIgCpACcAqQCtAJAAIQCqAJAAqgCxAJYDJwCtAJYDrQCpA6sArwApAKsAKQAkACYAKACuACYArgCsACkEJgCsACkErAAwBJUDKQCvAJUDrwCqAy8EqwAkAC8EJAAWBCIALQCwACIAsACpADAErAC0ADAEtAAxBC8EMQS0AC8EtACrAKsAtACzAKsAswCvALQArACuALQArgCzAKsDqQOtAKsDrQCpAKsDqgOvAKsDrwCzAJwDUwC6AJwDugCsA1gAUAC5AFgAuQC7AKMAOwC4AKMAuADAAFUAUgC3AFUAtwC2ABsEPQC8ABsEvAAyBJ0DUQC+AJ0DvgCtA1MAWAC7AFMAuwC6AD4AQwC+AD4AvgC9ADsAkgC/ADsAvwC4ACwEowDAACwEwAAzBMMDLQHFAMMDxQCyA8IDCgHJAMIDyQCwAwYBCQHHAAYBxwDsAMQDLgHEAMQDxACuA8UDLwHCAMUDwgCvAzIBNQHDADIBwwDrAEAENATQAEAE0AAcATEB1gDCADEBwgAvAQgB1ADJAAgByQAKAR0B0QDBAB0BwQAfAcEDAgFFAcEDRQHIA/0ABQFKAf0ASgFJAT0E+ABDAT0EQwFHBLwDBAFLAbwDSwHJAwIB/QBJAQIBSQFFAbkD8wDXALkD1wC0A+UA6gDXAOUA1wDaAPcA9ADbAPcA2wDdADgE5ADZADgE2QBGBLgD9QDfALgD3wC1A2AB4QDeAGAB3gBpAfoA8gDYAPoA2ADgAPUA+gDgAPUA4ADfAN8A4ADjAN8A4wDoAOAA2ADuAOAA7gDjAC0BBgHsAC0B7ADFAC4BMgHrAC4B6wDEAGUBaAHvAGUB7wAbAWkB3gD7AGkB+wBfAbUD3wDoALUD6AC3A0YE2QD4AEYE+AA9BN0A2wDpAN0A6QDnANoA1wDzANoA8wD5ALQD1wDqALQD6gC2A14BQgH8AF4B/ABkAUQBSwEEAUQBBAH/AMgDRQH1AMgD9QC4A0cEQwH+AEcE/gA+BEUBSQH6AEUB+gD1AEcBSAH0AEcB9AD3AEkBSgHyAEkB8gD6AMkDSwHzAMkD8wC5A80DewECAc0DAgHBA3wBegEFAXwBBQH9AIEBeQEaAYEBGgFiASYBJQEgASYBIAEMAXcBeAEDAXcBAwEBAb8DJAEiAb8DIgG6A1UEfQEXAVUEFwFBBEEBGAESAUEBEgE+AUIEPwQNAUIEDQEqAV0BYwELAV0BCwEpAa8DwgAkAa8DJAG/Ax4BJgEMAR4BDAEhAcADHgEhAcADIQG7AygBEAEiASgBIgEkAWMBZQEbAWMBGwELASsBDgEjASsBIwEsAc4DfwEEAc4DBAG8A3sBfAH9AHsB/QACAQwBIAEJAQwBCQEGAVsBYgEaAVsBGgE9Aa4DxAAeAa4DHgHAA+sAwwAlAesAJQEmAdYAKAEkAdYAJAHCAEQEQQQXAUQEFwFAAX4BfwESAX4BEgEYAboDIgEKAboDCgHCAw4BHQEfAQ4BHwEjAT8EQAQcAT8EHAENAcQA6wAmAcQAJgEeAWcBXQEpAWcBKQHxAM8AKwEsAc8ALAHLADYEQgQqATYEKgHOALsDIQEtAbsDLQHDAyEBDAEGASEBBgEtARABCAEKARABCgEiAcYDOAEuAcYDLgHEA8cDOQEvAccDLwHFAzwBPwE1ATwBNQEyATsBMQEvATsBLwE5ATgBPAEyATgBMgEuAdEANwE0AdEANAHBAGgBXAEzAWgBMwHvADQEQwQ2ATQENgHQADcBQQE+ATcBPgE0AVwBWwE9AVwBPQEzAUMERARAAUMEQAE2Ab4DEQE4Ab4DOAHGA70DEwE5Ab0DOQHHAxkBFAE/ARkBPwE8ARYBOwE5ARYBOQETAREBGQE8AREBPAE4AQEBAwFIAQEBSAFHAV8B+wBCAV8BQgFeAfkA8wBLAfkASwFEARsB7wBMARsBTAFVAfsAUgFaAfsAWgFCAeEAUAFPAeEATwHeAN4ATwFSAd4AUgH7AEIBWgFTAUIBUwH8AHkBgAFWAXkBVgEaASkBCwFUASkBVAFXAT0BGgFWAT0BVgFZAQsBGwFVAQsBVQFUAfEAKQFXAfEAVwFOAe8AMwFYAe8AWAFMATMBPQFZATMBWQFYAUgETgRiAUgEYgFbATcEaQFfATcEXwFNBDwESQRdATwEXQFnAToESgRcAToEXAFoAUUEXgFkAUUEZAFPBFAEOgRoAVAEaAFlAVEEUARlAVEEZQFjAU0EXwFeAU0EXgFFBEsEYAFpAUsEaQE3BEoESARbAUoEWwFcAVYEgQFiAVYEYgFOBEkEUQRjAUkEYwFdAXMBawHiAHMB4gBhAegA4wBqAegAagFuAVEB4gBrAVEBawFyAbcD6ABuAbcDbgHKA2wBcAHqAGwB6gDlAOcA6QBvAecAbwFtAUwE5wBtAUwEbQFTBLYD6gBwAbYDcAHLA1IEbAHlAFIE5QA5BOMA7gBxAeMAcQFqAVMEbQF1AVMEdQFUBFIEVAR1AVIEdQFsAWwBdQF0AWwBdAFwAXUBbQFvAXUBbwF0AcwDygNuAcwDbgFqAcwDywNwAcwDcAF0Ab0DFAF7Ab0DewHNAxkBEQF6ARkBegF8AWQB/AB5AWQBeQGBARYBEwF4ARYBeAF3AT4E/gB9AT4EfQFVBL4DEgF/Ab4DfwHOAxQBGQF8ARQBfAF7Af8ABAF/Af8AfwF+AfwAUwGAAfwAgAF5AU8EZAGBAU8EgQFWBOMD5QGFAeMDhQHPA+QD5gGDAeQDgwHQA+kB7AGEAekBhAGeAV8EVwSGAV8EhgHPAegBiQGDAegBgwHmAdABhwGCAdABggHSAd4DsQH8Ad4D/AHnA6wBtAEBAqwBAQIAAlwEpwH6AVwE+gFnBNkDswECAtkDAgLoA7EBrAEAArEBAAL8AdYDogGKAdYDigHRA5gBnQGKAZgBigGNAaYBowGOAaYBjgGQAVkElwGMAVkEjAFmBNUDpAGSAdUDkgHSAxcClAGRARcCkQEeAqkBoQGLAakBiwGTAaQBqQGTAaQBkwGSAZIBkwGWAZIBlgGbAZMBiwGfAZMBnwGWAeUB6QGeAeUBngGFARwCHQKgARwCoAHOAR4CkQGqAR4CqgEWAtIDkgGbAdIDmwHUA2YEjAGnAWYEpwFcBJABjgGcAZABnAGaAY0BigGiAY0BogGoAdEDigGdAdEDnQHTAxUC+QGrARUCqwEbAvsBAgKzAfsBswGuAecD/AGkAecDpAHVA2cE+gGtAWcErQFdBPwBAAKpAfwBqQGkAf4B/wGjAf4BowGmAQACAQKhAQACoQGpAegDAgKiAegDogHWA+wDMAKxAewDsQHeAzECLwK0ATECtAGsATYCLgLNATYCzQEZAtkB2AHTAdkB0wG/ASwCLQKyASwCsgGwAdwD1wHVAdwD1QHXA3YEMgLKAXYEygFgBPgBywHFAfgBxQH1AWIEXgTAAWIEwAHfARQCGgK+ARQCvgHdAdADgwHXAdAD1wHcA9EB2QG/AdEBvwHUAd0D0QHUAd0D1AHYA9sBwwHVAdsB1QHXARoCHALOARoCzgG+AeABwQHWAeAB1gHhAe0DNAKzAe0DswHZAzACMQKsATACrAGxAb8B0wG6Ab8BugG1ARECGQLNARECzQH0Ac8DhQHRAc8D0QHdA54BhAHYAZ4B2AHZAYkB2wHXAYkB1wGDAWQEYATKAWQEygH3ATMCNALFATMCxQHLAdcD1QG8AdcDvAHfA8EB0AHSAcEB0gHWAV4EXwTPAV4EzwHAAYUBngHZAYUB2QHRAdgD1AHjAdgD4wHhA9QBvwG1AdQBtQHjAcMBuAG8AcMBvAHVAeUD7wHlAeUD5QHjA+YD8AHmAeYD5gHkA/MB9gHsAfMB7AHpAfIB6AHmAfIB5gHwAe8B8wHpAe8B6QHlAYcB7gHrAYcB6wGCAR0CEgLqAR0C6gGgAVcEYwTtAVcE7QGGAe4B+AH1Ae4B9QHrARICEQL0ARIC9AHqAWMEZAT3AWME9wHtAdsDxAHvAdsD7wHlA9oDxgHwAdoD8AHmA8wBxwH2AcwB9gHzAckB8gHwAckB8AHGAcQBzAHzAcQB8wHvAbABsgH/AbAB/wH+ARYCqgH5ARYC+QEVAqgBogECAqgBAgL7Ac4BoAEDAs4BAwIKAqoBBwIQAqoBEAL5AZQBBQIEApQBBAKRAZEBBAIHApEBBwKqAfkBEAIIAvkBCAKrAS4CNQILAi4CCwLNAd0BvgEJAt0BCQINAvQBzQELAvQBCwIPAr4BzgEKAr4BCgIJAqAB6gEOAqABDgIDAuoB9AEPAuoBDwIOAmgEbwQZAmgEGQIRAlgEHgIWAlgEFgJuBFsEawQSAlsEEgIdAmUEFQIbAmUEGwJwBHEEWwQdAnEEHQIcAnIEcQQcAnIEHAIaAm4EFgIVAm4EFQJlBGwEFwIeAmwEHgJYBGsEaAQRAmsEEQISAncENgIZAncEGQJvBGoEcgQaAmoEGgIUAigCIAKVASgClQEYApsBlgEfApsBHwIjAgYClQEgAgYCIAInAtQDmwEjAtQDIwLpAyECJQKdASECnQGYAZoBnAEkApoBJAIiAm0EmgEiAm0EIgJ0BNMDnQElAtMDJQLqA3MEIQKYAXMEmAFaBJYBnwEmApYBJgIfAnQEIgIqAnQEKgJ1BHMEdQQqAnMEKgIhAiECKgIpAiECKQIlAioCIgIkAioCJAIpAusD6QMjAusDIwIfAusD6gMlAusDJQIpAtoDxwEwAtoDMALsA8wBxAEvAswBLwIxAhsCqwEuAhsCLgI2AskBxgEtAskBLQIsAl0ErQEyAl0EMgJ2BNsDxQE0AtsDNALtA8cBzAExAscBMQIwAq4BswE0Aq4BNAIzAqsBCAI1AqsBNQIuAnAEGwI2AnAENgJ3BAEElwI7AgEEOwLxAwAEbgI9AgAEPQLwA2sCbQI8AmsCPAJVAgYEoAI6AgYEOgLuAwcEoQI4AgcEOALvA6MCpgI5AqMCOQJUAoEEeARCAoEEQgJ/Ao8CVQI8Ao8CPAKaAoQEeQRAAoQEQAKMAqICRAI4AqICOAKhAmwCQwI9AmwCPQJuAn4CQQI3An4CNwKBAgIE8QM7AgIEOwKcAgQE8AM9AgQEPQKZAv8DZwK1Av8DtQIKBGMCagK5AmMCuQK4An4EXwK0An4EtAKKBPoDaQK6AvoDugILBGcCYwK4AmcCuAK1AvcDWgJFAvcDRQLyA08CUwJFAk8CRQJHAl0CWwJIAl0CSAJJAnsETwJHAnsERwKJBPYDXAJLAvYDSwLzA9ECTQJKAtECSgLYAmACWQJGAmACRgJMAlwCYAJMAlwCTAJLAksCTAJOAksCTgJRAkwCRgJWAkwCVgJOApcCawJVApcCVQI7AqACowJUAqACVAI6AtUC1wJXAtUCVwJ9ApwCOwJVApwCVQKPAs4C1gJYAs4CWAKSAtgCSgJhAtgCYQLQAvMDSwJRAvMDUQL1A4kERwJfAokEXwJ+BEkCSAJSAkkCUgJQAkcCRQJaAkcCWgJeAvIDRQJTAvIDUwL0A88CsgJiAs8CYgLUArMCugJpArMCaQJkAgoEtQJcAgoEXAL2A4oEtAJlAooEZQJ/BLUCuAJgArUCYAJcArYCtwJbArYCWwJdArgCuQJZArgCWQJgAgsEugJaAgsEWgL3Aw8E6QJnAg8EZwL/A+oC6AJqAuoCagJjAu8C5wJ8Au8CfALSAogChwKCAogCggJwAuUC5gJoAuUCaAJmAv0DhgKEAv0DhAL4A5kE7AJ6ApkEegKCBLACeQJ1ArACdQKuAoUEgARyAoUEcgKVAswC0wJvAswCbwKTAu8DOAKGAu8DhgL9A4ACiAJwAoACcAKDAv4DgAKDAv4DgwL5A4kCcwKEAokChAKGAtMC1QJ9AtMCfQJvApQCcQKFApQChQKWAhAE7QJpAhAEaQL6A+kC6gJjAukCYwJnAnACggJtAnACbQJrAsoC0gJ8AsoCfAKtAu4DOgKAAu4DgAL+A1QCOQKHAlQChwKIAkQCiQKGAkQChgI4AocEggR6AocEegKxAusC7QJ1AusCdQJ5AvgDhAJuAvgDbgIABHECfgKBAnECgQKFAoAEgQR/AoAEfwJyAjoCVAKIAjoCiAKAAkMCnwKZAkMCmQI9AtYCzAKTAtYCkwJYAj8ClAKWAj8ClgI+Aj4CjQKLAj4CiwI/AnkEhQSVAnkElQJAAvkDgwKXAvkDlwIBBIMCcAJrAoMCawKXAnMCbAJuAnMCbgKEAggEqQKgAggEoAIGBAkEqgKhAgkEoQIHBKwCrwKmAqwCpgKjAqsCogKhAqsCoQKqAqkCrAKjAqkCowKgAkECpwKlAkECpQI3AtcCywKkAtcCpAJXAngEhgSoAngEqAJCAqcCsAKuAqcCrgKlAssCygKtAssCrQKkAoYEhwSxAoYEsQKoAvwDdAKpAvwDqQIIBPsDdgKqAvsDqgIJBHsCdwKvAnsCrwKsAngCqwKqAngCqgJ2AnQCewKsAnQCrAKpAmYCaAK3AmYCtwK2AtACYQKyAtACsgLPAl4CWgK6Al4CugKzAn0CVwK7An0CuwLCApICWAK8ApICvALFAmECvwLJAmECyQKyAk0CvgK9Ak0CvQJKAkoCvQK/AkoCvwJhArICyQLAArICwAJiAucC7gLDAucCwwJ8ApMCbwLBApMCwQLGAq0CfALDAq0CwwLIAm8CfQLCAm8CwgLBAlgCkwLGAlgCxgK8AlcCpALHAlcCxwK7AqQCrQLIAqQCyALHAosEkgTSAosE0gLKAnoE2ALQAnoE0AKRBH0EjATMAn0EzALWAnwEjwTLAnwEywLXAogEzwLUAogE1AKTBJQEfATXApQE1wLVAo4EfQTWAo4E1gLOApUElATVApUE1QLTApEE0ALPApEEzwKIBJAE0QLYApAE2AJ6BI8EiwTKAo8EygLLApoE7wLSApoE0gKSBIwElQTTAowE0wLMAuIC2gJNAuICTQLRAlECTgLZAlEC2QLdAr4CTQLaAr4C2gLhAvUDUQLdAvUD3QIMBNsC3wJTAtsCUwJPAlACUgLeAlAC3gLcApAEUALcApAE3AKXBPQDUwLfAvQD3wINBJYE2wJPApYETwJ7BE4CVgLgAk4C4ALZApcE3ALkApcE5AKYBJYEmATkApYE5ALbAtsC5ALjAtsC4wLfAuQC3ALeAuQC3gLjAg4EDATdAg4E3QLZAg4EDQTfAg4E3wLjAvsDdwLpAvsD6QIPBHsCdALoAnsC6ALqAtQCYgLnAtQC5wLvAngCdgLmAngC5gLlAn8EZQLsAn8E7AKZBPwDdQLtAvwD7QIQBHcCewLqAncC6gLpAmQCaQLtAmQC7QLrAmICwALuAmIC7gLnApME1ALvApME7wKaBEUDPwPzAkUD8wLwAkYDQAPxAkYD8QLyAkMDRgPyAkMD8gIMA2QDXQP0AmQD9AIwA0ID9wLxAkID8QJAAzED9QLwAjED8AI1AyADHwNWAyADVgNZAxoDIgNbAxoDWwNaA2EDFQNUA2EDVANoAyIDIQNcAyIDXANbAx8DGgNaAx8DWgNWAw8DEAP4Ag8D+AL5AgYDCwP4AgYD+AL7AhQDEQP8AhQD/AL+Al8DBQP6Al8D+gJeAxEDEgMAAxEDAAP8Am0DAgP/Am0D/wJ0AxcDDwP5AhcD+QIBAxIDFwMBAxIDAQMAAwADAQMEAwADBAMJAwED+QINAwEDDQMEAz8DQwMMAz8DDAPzAnEDcwMOA3EDDgMuA3QD/wIYA3QDGANsA/wCAAMJA/wCCQMKA14D+gIVA14DFQNhA/4C/AIKA/4CCgMIA/sC+AIQA/sCEAMWA/kC+AILA/kCCwMNA2sDUwMZA2sDGQNwA1UDXAMhA1UDIQMcA1kDVgMSA1kDEgMRA2gDVAMbA2gDGwNiA1YDWgMXA1YDFwMSA1gDWQMRA1gDEQMUA1oDWwMPA1oDDwMXA1sDXAMQA1sDEAMPA4MDhgMfA4MDHwMgA4cDhQMiA4cDIgMaA4wDhAMsA4wDLANvA4IDgwMgA4IDIAMeA4sDiAMpA4sDKQNlA1IDKgMkA1IDJANPA/IC8QI2A/ICNgM4A4UDigMhA4UDIQMiA4YDhwMaA4YDGgMfA2kDbwMsA2kDLANOA/AC8wIyA/ACMgM1AwwD8gI4AwwDOAM6A/cCPQM2A/cCNgPxAmcDZQMpA2cDKQNRA4kDigMkA4kDJAMqA/MCDAM6A/MCOgMyA08DSQM/A08DPwNFA1ADSgNAA1ADQANGA00DUANGA00DRgNDA0wDQgNAA0wDQANKA0kDTQNDA0kDQwM/A/UCSANFA/UCRQPwAnMDagNEA3MDRAMOA10DZgNHA10DRwP0AkgDUgNPA0gDTwNFA2oDaQNOA2oDTgNEA2YDZwNRA2YDUQNHAyQDIwNJAyQDSQNPAyYDJQNKAyYDSgNQAysDJgNQAysDUANNAygDTANKAygDSgMlAyMDKwNNAyMDTQNJAx4DIANZAx4DWQNYA2wDGANTA2wDUwNrAxYDEANcAxYDXANVAy4DDgNdAy4DXQNkAxgDYQNoAxgDaANTAwIDXwNeAwIDXgP/Av8CXgNhA/8CYQMYA1MDaANiA1MDYgMZA4QDiwNlA4QDZQMsA04DLANlA04DZQNnAw4DRANmAw4DZgNdA0QDTgNnA0QDZwNmA0sDJwNvA0sDbwNpA/0CdANsA/0CbAMTA/YCQQNqA/YCagNzA1cDawNwA1cDcAMdAzwD9gJzAzwDcwNxAxMDbANrAxMDawNXAwcDbQN0AwcDdAP9AkEDSwNpA0EDaQNqA4EDjANvA4EDbwMnA34DdgMDA34DAwNuAwkDBAN1AwkDdQN5A2ADAwN2A2ADdgN9AwoDCQN5AwoDeQN6A3cDewMLA3cDCwMGAwgDCgN6AwgDegN4A24DCAN4A24DeAN+Aw0DCwN8AwsDewN8A30DdwMGA30DBgNgAwQDDQN8AwQDfAN1A34DeAOAA34DgAN2A30DdgOAA30DgAN3A3cDgAN/A3cDfwN7A4ADeAN6A4ADegN/A38DegN5A38DeQN1A3UDfAN7A3UDewN/AyUDJgOGAyUDhgODAysDIwOFAysDhQOHA3ADGQOEA3ADhAOMAygDJQODAygDgwOCA2IDGwOIA2IDiAOLAyMDJAOKAyMDigOFAyYDKwOHAyYDhwOGAxwDIQOKAxwDigOJAxkDYgOLAxkDiwOEAx0DcAOMAx0DjAOBA2sAogORA2sAkQMKAEgAoQOPA0gAjwMGAHMAowONA3MAjQMAAHQApAOOA3QAjgMCAEIAoAOnA0IApwOHAEQAmwOoA0QAqAOJADEAmAOTAzEAkwMXADMAlwOUAzMAlAMaABoAlAOWAxoAlgMoABcAkwOVAxcAlQMtAIcApwOXA4cAlwMzAIkAqAOYA4kAmAMxALcArAOgA7cAoANCAGQAngOZA2QAmQNfAAIAjgOeAwIAngNkAF4AnwOaA14AmgNiALkArQObA7kAmwNEAAAAjQOfAwAAnwNeAF8AmQOhA18AoQNIAGIAmgOiA2IAogNrAH0ApQOjA30AowNzAH4ApgOkA34ApAN0AFEAnQOlA1EApQN9AFMAnAOmA1MApgN+ACgAlgOpAygAqQOuAC0AlQOqAy0AqgOwALMArgCpA7MAqQOrA6kAsACqA6kAqgOrA1IAnAOsA1IArAO3AFAAnQOtA1AArQO5ACwBwwOyAywBsgPLAAkBwgOwAwkBsAPHADQBxAOuAzQBrgPBADUBxQOvAzUBrwPDAAMBwQPIAwMByANIAQUBvAPJAwUByQNKAfIAuQO0A/IAtAPYAPQAuAO1A/QAtQPbANsAtQO3A9sAtwPpANgAtAO2A9gAtgPuAEgByAO4A0gBuAP0AEoByQO5A0oBuQPyAHgBzQPBA3gBwQMDASUBvwO6AyUBugMgAcMArwO/A8MAvwMlAR8BwAO7Ax8BuwMjAXoBzgO8A3oBvAMFAcEArgPAA8EAwAMfASABugPCAyABwgMJASMBuwPDAyMBwwMsAT4BxgPEAz4BxAM0AT8BxwPFAz8BxQM1ARIBvgPGAxIBxgM+ARQBvQPHAxQBxwM/AekAtwPKA+kAygNvAe4AtgPLA+4AywNxAXQBbwHKA3QBygPMA2oBcQHLA2oBywPMAxMBvQPNAxMBzQN4AREBvgPOAxEBzgN6AesB4wPPA+sBzwOCAewB5APQA+wB0AOEAbIB3gPnA7IB5wP/AbQB2QPoA7QB6AMBAqEB1gPRA6EB0QOLAaMB1QPSA6MB0gOOAY4B0gPUA44B1AOcAYsB0QPTA4sB0wOfAf8B5wPVA/8B1QOjAQEC6APWAwEC1gOhAS0C7APeAy0C3gOyAdgB3APXA9gB1wPTAYQB0APcA4QB3APYAdIB3QPYA9IB2APWAS8C7QPZAy8C2QO0AYIBzwPdA4IB3QPSAdMB1wPfA9MB3wO6AdYB2APhA9YB4QPhAfUB5QPjA/UB4wPrAfYB5gPkA/YB5APsAcUB2wPlA8UB5QP1AccB2gPmA8cB5gP2AZwB1APpA5wB6QMkAp8B0wPqA58B6gMmAikCJALpAykC6QPrAx8CJgLqAx8C6gPrA8YB2gPsA8YB7AMtAsQB2wPtA8QB7QMvApYCAQTxA5YC8QM+Am0CAATwA20C8AM8AqUCBgTuA6UC7gM3AqYCBwTvA6YC7wM5Ao0CPgLxA40C8QMCBJoCPALwA5oC8AMEBGgC/wMKBGgCCgS3AmoC+gMLBGoCCwS5AlkC9wPyA1kC8gNGAlsC9gPzA1sC8wNIAkgC8wP1A0gC9QNSAkYC8gP0A0YC9ANWArcCCgT2A7cC9gNbArkCCwT3A7kC9wNZAuYCDwT/A+YC/wNoAocC/QP4A4cC+AOCAjkC7wP9AzkC/QOHAoEC/gP5A4EC+QOFAugCEAT6A+gC+gNqAjcC7gP+AzcC/gOBAoIC+AMABIICAARtAoUC+QMBBIUCAQSWAq4CCAQGBK4CBgSlAq8CCQQHBK8CBwSmAnUC/AMIBHUCCASuAncC+wMJBHcCCQSvAlIC9QMMBFICDATeAlYC9AMNBFYCDQTgAuMC3gIMBOMCDAQOBNkC4AINBNkCDQQOBHYC+wMPBHYCDwTmAnQC/AMQBHQCEAToApQAiwARBJQAEQQdBJEAGgQkBJEAJASZAI8AFQQjBI8AIwSOAI4AIwQaBI4AGgSRAJkAJAQbBJkAGwSSAL8AMgQeBL8AHgSVAJYAkwAcBJYAHAQfBJgAlQAeBJgAHgQhBJMAlAAdBJMAHQQcBI0AlgAfBI0AHwQTBIsAlwAgBIsAIAQRBJcAmAAhBJcAIQQgBHkAVAArBHkAKwQlBBsAFAQqBBsAKgQ1ABIARgAmBBIAJgQZBBQAbwAnBBQAJwQXBIUAIgQsBIUALAQ/AGYAFAAXBGYAFwQtBE4AZgAtBE4ALQQuBDUAKgQiBDUAIgSFACUAKAQUBCUAFAQbAG8AeQAlBG8AJQQnBLUAMwQrBLUAKwRUAEYATgAuBEYALgQmBKAAKQQwBKAAMASyALEALwQWBLEAFgSQALIAMAQxBLIAMQSqALEAqgAxBLEAMQQvBJIAGwQyBJIAMgS/AD8ALAQzBD8AMwS1AFUBTAE0BFUBNARABFIBPQRHBFIBRwRaAVABOARGBFABRgRPAU8BRgQ9BE8BPQRSAVoBRwQ+BFoBPgRTAYABVQRBBIABQQRWAVcBVAE/BFcBPwRCBFkBVgFBBFkBQQREBFQBVQFABFQBQAQ/BE4BVwFCBE4BQgQ2BEwBWAFDBEwBQwQ0BFgBWQFEBFgBRARDBDoBFQFOBDoBTgRIBNwANwRNBNwATQT2ANMABwFJBNMASQQ8BNUAMAFKBNUASgQ6BEYBRQRPBEYBTwQAAScB1QA6BCcBOgRQBA8BJwFQBA8BUARRBPYATQRFBPYARQRGAeYASwQ3BOYANwTcADABOgFIBDABSARKBHYBVgROBHYBTgQVAQcBDwFRBAcBUQRJBGEBTARTBGEBUwRzAXIBUgQ5BHIBOQRRAXMBUwRUBHMBVARrAXIBawFUBHIBVARSBFMBPgRVBFMBVQSAAQABTwRWBAABVgR2AQoCAwJXBAoCVwRfBAcCXARnBAcCZwQQAgUCWQRmBAUCZgQEAgQCZgRcBAQCXAQHAhACZwRdBBACXQQIAjUCdgRgBDUCYAQLAg0CCQJeBA0CXgRiBA8CCwJgBA8CYARkBAkCCgJfBAkCXwReBAMCDgJjBAMCYwRXBA4CDwJkBA4CZARjBPEByAFvBPEBbwRoBI8BWARuBI8BbgSlAYgB5wFrBIgBawRbBP0BZQRwBP0BcASvAdoBiAFbBNoBWwRxBMIB2gFxBMIBcQRyBKUBbgRlBKUBZQT9AZkBbARYBJkBWASPAecB8QFoBOcBaARrBCsCdwRvBCsCbwTIAbcBwgFyBLcBcgRqBBgCbQR0BBgCdAQoAicCcwRaBCcCWgQGAigCdAR1BCgCdQQgAicCIAJ1BCcCdQRzBAgCXQR2BAgCdgQ1Aq8BcAR3BK8BdwQrAsICuwJ4BMICeASBBMUCvAJ5BMUCeQSEBL8CfgSKBL8CigTJAr4CewSJBL4CiQS9Ar0CiQR+BL0CfgS/AskCigR/BMkCfwTAAu4CmQSCBO4CggTDAsYCwQKABMYCgASFBMgCwwKCBMgCggSHBMECwgKBBMECgQSABLwCxgKFBLwChQR5BLsCxwKGBLsChgR4BMcCyAKHBMcChwSGBKsCeAKSBKsCkgSLBEkCegSRBEkCkQRdAkMCbAKMBEMCjAR9BEQCogKPBEQCjwR8BLYCiASTBLYCkwRmAokCRAJ8BIkCfASUBJ8CQwJ9BJ8CfQSOBHMCiQKUBHMClASVBF0CkQSIBF0CiAS2AlACkAR6BFACegRJAqICqwKLBKICiwSPBOUCmgSSBOUCkgR4AmwCcwKVBGwClQSMBNECkASXBNEClwTiAuEClgR7BOECewS+AuIClwSYBOICmATaAuEC2gKYBOECmASWBMACfwSZBMACmQTuAmYCkwSaBGYCmgTlAsQEzAQRBcQEEQXjBJ0E1QQMBZ0EDAXmBLQE0QQVBbQEFQUbBcsExATjBMsE4wTiBAEFFAW9BAEFvQS5BAYFAQW5BAYFuQTABKsEpwTrBKsE6wQHBdIEtQQJBdIECQUDBaoEzwQWBaoEFgUdBbcEsATxBLcE8QT8BMoEyQT4BNsEwQT6BNsE+gT5BNAEqwQHBdAEBwUEBagEqgQdBagEHQXgBKAEzQQXBaAEFwUfBbAEuATyBLAE8gTxBMIE3ATvBMIE7wTwBL8EuwTkBL8E5AQIBaEEnQTmBKEE5gQKBbwEvgQZBbwEGQXeBM4EoQQKBc4ECgUFBf8EFQWzBP8EswSvBNQEvwQIBdQECAUGBbgE2gQPBbgEDwXyBAMF/wSvBAMFrwS2BNkEtwT8BNkE/AT7BMgExwQSBaYErgTzBKYE8wTuBK0EpgTuBK0E7gT9BK4E2AQNBa4EDQXzBNEEswQVBfcEFwWfBPcEnwSbBNcErQT9BNcE/QQhBcAE1AQGBQUF9wSbBAUFmwSiBKQE1gQCBaQEAgX0BMwExgQTBcwEEwURBcYEyAQSBcYEEgUTBZwEpAT0BJwE9AT1BNwEvATeBNwE3gTvBKMEnAT1BKME9QT+BM8EqQQWBdoEsgTfBNoE3wQPBdUEowT+BNUE/gQMBaIEzgQFBbYE0gQDBbsE2wT5BLsE+QTkBNgEqATgBNgE4AQNBdMEvQQUBc0EnwQXBbIEtAQbBbIEGwXfBLUEsQTlBLUE5QQJBZ4EoAQfBZ4EHwXhBLoEwgTwBLoE8ATtBNYEngThBNYE4QQCBbEE2QT7BLEE+wTlBMEEugTtBMEE7QT6BPgEAAXDBPgEwwTKBKwE0AQEBcUEywTiBMUE4gTdBKcE1wQhBacEIQXrBPYEFgWpBPYEqQSlBMkExQTdBMkE3QT4BL4E0wQUBb4EFAUZBQQF9gSlBAQFpQSsBPoE7QTsBPoE7AT5BPAE7wTsBPAE7ATtBPwE8QQOBfwEDgX7BPIEDwUOBfIEDgXxBP0E7gQgBf0EIAUhBfMEDQUgBfMEIAXuBP4E9QQLBf4ECwUMBfQEAgULBfQECwX1BBgFGQUUBRgFFAUBBRoFGwUVBRoFFQX/BBwFHQUWBRwFFgX2BB4FHwUXBR4FFwX3BBAFEwUSBRAFEgUABd0EEAUABd0EAAX4BOIE4wQQBeIEEAXdBBEFEwUQBREFEAXjBAEFBgUIBQEFCAUYBecE3gQZBecEGQUYBeQE5wQYBeQEGAUIBfkE7ATnBPkE5wTkBO8E3gTnBO8E5wTsBP8EAwUJBf8ECQUaBegE3wQbBegEGwUaBeUE6AQaBeUEGgUJBfsEDgXoBPsE6ATlBA8F3wToBA8F6AQOBfYEBAUHBfYEBwUcBeoE4AQdBeoEHQUcBesE6gQcBesEHAUHBSEFIAXqBCEF6gTrBA0F4ATqBA0F6gQgBfcEBQUKBfcECgUeBekE4QQfBekEHwUeBeYE6QQeBeYEHgUKBQwFCwXpBAwF6QTmBAIF4QTpBAIF6QQLBQAFEgXHBAAFxwTDBMUGvwYqBcUGKgU7BckGvgYpBckGKQXdBcoGwAYrBcoGKwXcBUEFHgg5BUEFOQVHBSQFRgVFBSQFRQUkCMsG/QU3BcsGNwXDBkMFMQUnBUMFJwU/BcIGLwUrBcIGKwXABsQGOAUmBcQGJgW9BkYFJgU4BUYFOAVFBUYFJAXaBUYF2gXgBb4GxQY7Bb4GOwUpBeAF2gUeCOAFHghBBQAGZwgjCAAGIwhEBcgGTQU+BcgGPgXGBjwFRwVABTwFQAUoBf0FAAZEBf0FRAU3BUsFKAhnCEsFZwgABgEGaQgqCAEGKghMBd4F4AVBBd4FQQUtBd8F4QU/Bd8FPwUnBS0FQQVHBS0FRwU8BU0FTAVIBU0FSAU+BUwFKggmCEwFJghIBcYGPgVKBcYGSgXHBj4FSAVLBT4FSwVKBTQFQwU/BTQFPwUiBcwG/wVNBcwGTQXIBv8FAQZMBf8FTAVNBc4G9AZVBc4GVQVkBdQG9QZUBdQGVAXlBdMG8wZWBdMGVgXkBWwFKwg0CGwFNAhyBS8IcQVwBS8IcAVbBdoGBQZiBdoGYgXPBm4FXwVSBW4FUgVqBdIGXAVWBdIGVgXzBtAGYwVRBdAGUQX2BnEFUQVjBXEFYwVwBUIFMwVpCEIFaQgBBjMIbgVqBTMIagVPBfUGzgZkBfUGZAVUBegFYggrCOgFKwhsBQoGAwZaBQoGWgVvBdUGeAVpBdUGaQXNBmUFcgVrBWUFawVTBQUGCgZvBQUGbwViBXEFLwhiCHEFYgjoBQcGewV3BQcGdwULBuYF6AVsBeYFbAVYBecF6QVqBecFagVSBVgFbAVyBVgFcgVlBXgFdwVzBXgFcwVpBXcFewVnBXcFZwVzBc0GaQV1Bc0GdQXWBmkFcwV2BWkFdgV1BXYFNwgDBnYFAwYKBtkGCQZ4BdkGeAXVBgkGCwZ3BQkGdwV4BekG6waABekGgAWMBeUG4gZ/BeUGfwXrBeYG7AaBBeYGgQXqBdsGDQaKBdsGigXfBpQFhgV9BZQFfQWQBd0GhAWBBd0GgQXsBpMFOggUBpMFFAYVBuAGiwV8BeAGfAXhBpcFfAWLBZcFiwWWBeIG6QaMBeIGjAV/BeQGpwWPBeQGjwXqBo0FmAWRBY0FkQV+BQ0GEAaVBQ0GlQWKBZcFnwVkCJcFZAjuBRQGRAimBRQGpgUVBuwF7gWSBewFkgWDBe0F7wWQBe0FkAV9BYMFkgWYBYMFmAWNBacFpgWZBacFmQWPBWQIQQiSBWQIkgXuBSQHIQdbCCQHWwjYBZYFngWfBZYFnwWXBZIFQQg4CJIFOAiYBTsIlAWQBTsIkAWaBRAGEgadBRAGnQWVBeoGjwWiBeoGogXjBo8FmQWjBY8FowWiBUQIQAiZBUQImQWmBaMFpQUSBqMFEgYQBtwGDwanBdwGpwXkBg8GFQamBQ8GpgWnBfAG2AatBfAGrQW3BfIG5wasBfIGrAXzBfEG1wauBfEGrgXyBe4GFwa2Be4GtgX5Br4FsgWqBb4FqgW7BfcGsQWuBfcGrgXXBvgGtQWpBfgGqQXoBsEFqQW1BcEFtQW/BecG8Aa3BecGtwWsBfoG0gW6BfoGugXvBrgFwgW8BbgFvAWrBRcGGgbABRcGwAW2BU0IvgW7BU0IuwVJCMQFwQW/BcQFvwVGCPQF9gW9BfQFvQWwBfUF9wW7BfUFuwWqBbAFvQXCBbAFwgW4BdIF0QXDBdIFwwW6Bb0FSgjGBb0FxgXCBfYF+AVKCPYFSgi9BRoGawhHCBoGRwjABcIFxgXKBcIFygW8BfcF+gVJCPcFSQi7BdEF0AXJBdEFyQXDBe8GugXNBe8GzQX7BroFwwXOBboFzgXNBcMFyQVPCMMFTwjOBRsGbQjQBRsG0AXRBe0GGQbSBe0G0gX6BhkGGwbRBRkG0QXSBb0GyQbdBb0G3QUsBb8GygbcBb8G3AUqBUAFIAhgCEAFYAjhBUcFOQUgCEcFIAhABSYFRgXgBSYF4AXeBSgFQAXhBSgF4QXfBfYG1AblBfYG5QVXBfQG0wbkBfQG5AVVBWsFLQjiBWsF4gXpBXIFNAgtCHIFLQhrBVEFcQXoBVEF6AXmBVMFawXpBVMF6QXnBeEG5QbrBeEG6wWCBesG5gbqBesG6gWABXwFlwXuBXwF7gXsBX4FkQXvBX4F7wXtBZEFPQjwBZEF8AXvBTgIPQiRBTgIkQWYBegG8gbzBegG8wWvBdgG8QbyBdgG8gWtBakFwQX2BakF9gX0BasFvAX3BasF9wX1BcEFxAX4BcEF+AX2BbwFygX6BbwF+gX3BeEFYAgiBeEFIgU/BccGSgX9BccG/QXLBkoFSwUABkoFAAb9BUgFJggoCEgFKAhLBcEGMAX/BcEG/wXMBjAFQgUBBjAFAQb/BekF4gVPBekFTwVqBdYGdQUFBtYGBQbaBnUFdgUKBnUFCgYFBnMFZwU3CHMFNwh2BdEGXgUJBtEGCQbZBl4FbQULBl4FCwYJBuMGogUNBuMGDQbbBqIFowUQBqIFEAYNBu8F8AWaBe8FmgWQBZkFQAilBZkFpQWjBd4GhwUPBt4GDwbcBocFkwUVBocFFQYPBvsGzQUXBvsGFwbuBs0FzgUaBs0FGgYXBs4FTwhrCM4FawgaBr4FTQhtCL4FbQgbBvcGsgUZBvcGGQbtBrIFvgUbBrIFGwYZBowFgAUsBowFLAYtBnkFaAUoBnkFKAYqBjUGMQasBTUGrAW3BTwGNAaxBTwGsQUYBt0FKQUcBt0FHAY5BjsGIwZJBTsGSQX8BbcFrQUyBrcFMgY1BjoGMgatBToGrQXyBdMFuQU2BtMFNgY4BhgG0wU4BhgGOAY8BqgFjgUuBqgFLgYwBjkGHgYsBTkGLAXdBSkGKAZoBSkGaAV0BScGJQZUBScGVAVkBSMGIgY9BSMGPQVJBTcGNga5BTcGuQXMBfwFNQUfBvwFHwY7Bi8GLgaOBS8GjgWhBWQFVQUmBmQFJgYnBiEGHAYpBSEGKQU7BR4GIAY2BR4GNgUsBTQGMwauBTQGrgWxBfIFrgUzBvIFMwY6Bk4FPQUiBk4FIgYkBi0GKwZ/BS0GfwWMBTsFKgUdBjsFHQYhBokHiAcuBokHLgYvBowHiwdHBowHRwZJBo0Hjgc2Bo0HNgY3BlIGVAZ3BlIGdwaLBocHiwcoBocHKAYpBpIHiAdNBpIHTQZPBpEHigdBBpEHQQZDBl0GYAZIBl0GSAZDBk8GWAZoB08GaAdVBuoFvAYsBuoFLAaABV0GQwZBBl0GQQZcBl0GXAZqBl0GagZtBkkGRwZfBkkGXwZhBmkGWQY/BmkGPwZWBmAGXwZHBmAGRwZIBnwG6wV/BXwGfwUrBnMGWAaXBnMGlwZxBm8GbgZfBm8GXwZgBlgGTwZNBlgGTQaXBmEGXwZuBmEGbgZwBowGiQZ0BowGdAZ4BrcGsQaQBrcGkAZ/BngGdQaKBngGigaMBrEGmwaaBrEGmgaQBpIGmgabBpIGmwacBrAHrQeoBrAHqAZsB4EGkgacBoEGnAayBmwHqAajBmwHowZ0B38GkQawBn8GsAa3Bm0Hdge6Bm0Huga0Bm4HcgeeBm4HngarBm8HagesBm8HrAazBnYHcwd9BnYHfQa6BrAGtgZnBrAGZwa7BuQFqgYmBuQFJgZVBXIHagehBnIHoQaeBmkHbwezBmkHswa5Bm4HbQe0Bm4HtAZoBpgGZgabBpgGmwaxBrYGuAZaBrYGWgZnBhcHeAZ0BhcHdAYWB5EGgAa2BpEGtgawBnQGsgaPBnQGjwYWBzwFKAW/BjwFvwbFBt4FLQW+Bt4FvgbJBt8FJwXABt8FwAbKBvwFywbDBvwFwwY1BTEFwgbABjEFwAYnBTYFxAa9BjYFvQYsBS0FPAXFBi0FxQa+Bk4FyAbGBk4FxgY9BT0FxgbHBj0FxwZJBf4FzAbIBv4FyAZOBSYF3gXJBiYFyQa9BigF3wXKBigFyga/BkkFxwbLBkkFywb8BS4FwQbMBi4FzAb+BQgG2QbVBggG1QZ5BeYFWAX1BuYF9QbUBucFUgXzBucF8wbTBl8F0gbzBl8F8wZSBYYF3QbsBoYF7AZ9BQQG2gbPBgQGzwZgBQ4G3AbkBg4G5AaoBY4F6gbjBo4F4wahBXkF1QbNBnkFzQZoBYMFjQXpBoMF6QbiBnQF1gbaBnQF2gYEBlMF5wXTBlMF0wb0Bu0FfQXsBu0F7AbmBlEF5gXUBlEF1Ab2BuwFgwXiBuwF4gblBl0F0QbZBl0F2QYIBmgFzQbWBmgF1gZ0BbkF7wb7BrkF+wbMBVgFZQXOBlgFzgb1BmEF0Ab2BmEF9gZXBaEF4wbbBqEF2wYMBmUFUwX0BmUF9AbOBoUF3gbcBoUF3AYOBtMF+gbvBtMF7wa5BQwG2wbfBgwG3waIBbgFqwXYBrgF2AbwBhYG7gb5BhYG+Qa0BfQFsAXnBvQF5wbyBn4F7QXmBn4F5gbrBokF4AbhBokF4QaCBY0FfgXrBo0F6wbpBnwF7AXlBnwF5QbhBqgF5AbqBqgF6gaOBasF9QXxBqsF8QbYBrAFuAXwBrAF8AbnBswF+wbuBswF7gYWBhgG7Qb6BhgG+gbTBakF9AXyBqkF8gboBrEF9wbtBrEF7QYYBrMF+AboBrMF6AavBfUFqgXXBvUF1wbxBrIF9wbXBrIF1waqBbIGnAYUB7IGFAePBrcGsAa7BrcGuwZeBlYGWga4BlYGuAZpBl4GmAaxBl4GsQa3BkwGFAdmBkwGZgZKBkYGXga7BkYGuwZEBpwGmwZmBpwGZgYUB1MGNQYyBlMGMgZRBhIH5QVUBRIHVAUlBtwFEwcdBtwFHQYqBeUF3AUrBeUFKwVXBdwF5QUSB9wFEgcTBzUGUwZQBjUGUAYxBhYHFQcxBhYHMQZQBusF5AVWBesFVgWCBRQHTAZLBhQHSwaPBuQF6wV8BuQFfAaqBo8GvAYVB48GFQcWBxcHUwZRBhcHUQZXBngGFwdXBngGVwZ1BhUH8wWsBRUHrAUxBuoF8wUVB+oFFQe8BvMF6gWBBfMFgQWvBVMGFwcWB1MGFgdQBmIGcgZxBmIGcQaXBr4H/gYAB74HAAe/B70HyAf+Br0H/ga+B1EIGgcjB1EIIwdfCB8HIAdZCB8HWQhXCBkHJAfYBRkH2AXVBR0HGwdSCB0HUgjXBSIHHgdVCCIHVQhcCCMHGQfVBSMH1QVfCB4HHwdXCB4HVwhVCBwHHQfXBRwH1wVTCCAHHAdTCCAHUwhZCCsHLAcgBysHIAcfByoHKwcfByoHHwceBywHKAccBywHHAcgBygHKQcdBygHHQccByMHGgcmByMHJgcvBy4HKgceBy4HHgciBxsHHQcpBxsHKQcnBy8HJQcZBy8HGQcjByQHGQclByQHJQcwBzAHLQchBzAHIQckBzsHMQclBzsHJQcvBzAHJQcxBzAHMQc8BzwHOQctBzwHLQcwBzcHOAcsBzcHLAcrBzYHNwcrBzYHKwcqBzgHNAcoBzgHKAcsBzQHNQcpBzQHKQcoBy8HJgcyBy8HMgc7BzoHNgcqBzoHKgcuBycHKQc1BycHNQczBzsHMgc+BzsHPgdHB0YHQgc2B0YHNgc6BzMHNQdBBzMHQQc/B0cHPQcxB0cHMQc7BzwHMQc9BzwHPQdIB0gHRQc5B0gHOQc8B0MHRAc4B0MHOAc3B0IHQwc3B0IHNwc2B0QHQAc0B0QHNAc4B0AHQQc1B0AHNQc0B1AHTAdAB1AHQAdEB0wHTQdBB0wHQQdAB0cHPgdKB0cHSgdTB1IHTgdCB1IHQgdGBz8HQQdNBz8HTQdLB1MHSQc9B1MHPQdHB0gHPQdJB0gHSQdUB1QHUQdFB1QHRQdIB08HUAdEB08HRAdDB04HTwdDB04HQwdCB2UGTQdMB2UGTAdkBnoGSwdNB3oGTQdlBocGhgZYB4cGWAdZB4YGhAZWB4YGVgdYB4UGgwZVB4UGVQdXB1kHWAdaB1kHWgdbB1sHWgdcB1sHXAddB10HXAdfB10HXwdgB5MGmwd5B5MGeQecB2AHXwdiB2AHYgdjB2MHYgdlB2MHZQdmB3EHZQeeB3EHngemBmsGZgdlB2sGZQdxBy8FYQVXBS8FVwUrBVwFiQWCBVwFggVWBf4FBAZgBf4FYAUuBQQG/gVOBQQGTgV0BXQFTgUkBnQFJAYpBpEHhwcpBpEHKQYkBmoGmAeHBmoGhwZtBmAGXQZtBmAGbQZvBnsGUwdKB3sGSgd5BggGDAaIBQgGiAVdBQwGCAZ5BQwGeQWhBYQFswWvBYQFrwWBBQ4GFga0BQ4GtAWFBRYGDgaoBRYGqAXMBcwFqAUwBswFMAY3BpIHjQc3BpIHNwYwBmIGTgZJBmIGSQZhBnIGYgZhBnIGYQZwBpcGTQZOBpcGTgZiBokHjAdJBokHSQZOBioGLwahBSoGoQV5BVUGaAd3BlUGdwZUBmkHdAejBmkHowadBrIGdAaJBrIGiQaBBloGQAY+BloGPgZnBloGVgY9BloGPQZABl4GRgZFBl4GRQaYBnUGVwZSBnUGUgaLBo0GSQdTB40GUwd7BpYGbAd0B5YGdAeVBp8GmQZ2B58GdgdtB7kGlQZ0B7kGdAdpB50GoAZvB50GbwdpB5kGogZzB5kGcwd2B2gGtQZyB2gGcgduB6AGoQZqB6AGagdvB6sGnwZtB6sGbQduB7UGrAZqB7UGagdyB3cGaAd4B3cGeAd2BmIHoAeeB2IHngdlB1gGcwZ4B1gGeAdoB18HowegB18HoAdiB44GVAdJB44GSQeNBlQHjgaTB1QHkwdRB2wGTgdSB2wGUgeUB6kGTwdOB6kGTgdsBk8HqQZ1B08HdQdQB3MHogZ5B3MHeQebB2sHdwetBmsHrQakBncHawevBncHrwZjBooGdQaLBooGiwZ+BoIGkwacB4IGnAcKB70HDwcOB70HDge8B7wHDgcNB7wHDQe7B7sHDQcMB7sHDAe6B7oHDAcQB7oHEAe5B7kHEAcYB7kHGAe4B7gHGAcRB7gHEQe3B7cHEQeGB7cHhge2B58GDwcIB58GCAeZBqsGDgcPB6sGDwefBg4HqwaeBg4HngYNBw0HngahBg0HoQYMB6AGEAcMB6AGDAehBp0GGAcQB50GEAegBhgHnQajBhgHowYRB7UH4AfZB7UH2Qe2B7MH0QfgB7MH4Ae1B6gGhgcRB6gGEQejBksGLAa8BksGvAaPBk4GTQaIB04GiAeJB0IGQQaKB0IGigc7BkwGLQYsBkwGLAZLBi0GTAZKBi0GSgYrBioGKAaLByoGiweMB2YGfAYrBmYGKwZKBlUGVAaOB1UGjgeNBzsGigciBjsGIgYjBnwGZgaYBnwGmAaqBkUGJgaqBkUGqgaYBkYGJwYmBkYGJgZFBicGRgZEBicGRAYlBkgGRwaLB0gGiweHBzAGLgaIBzAGiAeSBzwGjgdUBjwGVAY0BrsGEgclBrsGJQZEBiQGIgaKByQGigeRBxIHuwZnBhIHZwYTBz4GHQYTBz4GEwdnBkAGIQYdBkAGHQY+BjwGOAY2BjwGNgaOByEGQAY9BiEGPQYcBlYGOQYcBlYGHAY9BjkGVgY/BjkGPwYeBlkGrAeQB1kGkAc/BkIGjwerB0IGqwdbBjQGVAZSBjQGUgYzBlcGOgYzBlcGMwZSBjoGVwZRBjoGUQYyBh4GPwaQBx4GkAcgBkMGSAaHB0MGhweRB08GVQaNB08GjQeSBy8GKgaMBy8GjAeJB1AHdQdkBlAHZAZMB5UHbAaUB5UHlAeXB5QGqQZsBpQGbAaVB7gGtgaABrgGgAaIBpsHmQd9BpsHfQZzB60HsQeGB60HhgeoBpMGdQepBpMGqQaUBq0HpAZ9B60HfQexB5oHaQa4BpoHuAaIBogGfQaZB4gGmQeaB5kHlAaVB5kHlQeaB2kGmgeVB2kGlQdZBoAGugZ9BoAGfQaIBpEGtAa6BpEGugaABnEHdwdjBnEHYwZrBncHcQemBncHpgatBmcHewd+B2cHfgelBmQHfAd7B2QHewdnB2EHfwd8B2EHfAdkB14HgQd/B14HfwdhB3oHgAeBB3oHgQdeBwoHhQeABwoHgAd6B5wHggeFB5wHhQcKB3kHCQeCB3kHggecB2cHpQauBmcHrgadB1UHgwaCBlUHggYKB2QHZwedB2QHnQdwB64GpwafB64GnwedB1wHpgejB1wHowdfB6YHXAdaB6YHWgepB6EHcAedB6EHnQefB3AHoQekB3AHpAeiB6IHpAenB6IHpwelB6UHpweqB6UHqgeoB2EHZAdwB2EHcAeiB6UHXgdhB6UHYQeiB14HpQeoB14HqAd6B1oHWAdWB1oHVgepB6oHVwdVB6oHVQeoB1UHCgd6B1UHegeoB4sGdwZ2BosGdgZ+Bn8GaAa0Bn8GtAaRBmgGfwaQBmgGkAa1BrUGkAaaBrUGmgasBpIGswasBpIGrAaaBoEGuQazBoEGswaSBokGlQa5BokGuQaBBowGlgaVBowGlQaJBnYGYwavBnYGrwZ+BmMGdgZ4B2MGeAdrBnMGZgdrBnMGawZ4B2YHcwZxBmYHcQZjB3IGYAdjB3IGYwdxBmAHcgZwBmAHcAZdB10HcAZuBl0HbgZbB28GWQdbB28GWwduBlkHbwZtBlkHbQaHBkIGOwYfBkIGHwaPB1wGWwarB1wGqwdqBkIGWwZcBkIGXAZBBlkGlQeXB1kGlwesB2sHpAatB2sHrQewB6IGCwcJB6IGCQd5B5kGCAcLB5kGCweiBn4GrwayB34GsgeKBmsHsAeyB2sHsgevBpYGjAaKBpYGigayB7AHbAeWBrAHlgayB5QGmQebB5QGmweTBo4GmAeWB44GlgeTB5gHjgaNBpgHjQaHBocGjQZ7BocGewaGBoYGewZ5BoYGeQaEBoUGegZlBoUGZQaDBoMGZQZkBoMGZAaCBoIGZAZ1B4IGdQeTBscHgwfUB8cH1AfGB8YH1AcDB8YHAwfFB8UHAwfWB8UH1gfEB8MHgQeAB8MHgAfEB8IHfweBB8IHgQfDB8EHfAd/B8EHfwfCB8AHewd8B8AHfAfBB8AHrwfSB8AH0ge0B78HAAeDB78HgwfHB30Hswe1B30HtQexB8gHvQe8B8gHvAf8Bt4HwgfDB94HwwfPBw8HvQe+Bw8HvgcIB4UHxQfEB4UHxAeABwgHvge/BwgHvwcLB8wHtwe2B8wHtgfZBwsHvwfHBwsHxwcJBwYHuge5BwYHuQfKBwQHuAe3BwQHtwfMB4IHxgfFB4IHxQeFB68HwAfBB68HwQfcB9cHuwe6B9cHugcGB8oHuQe4B8oHuAcEB3sHwAe0B3sHtAd+B88HwwfEB88HxAfWB/wGvAe7B/wGuwfXB7EHtQe2B7EHtgeGB9wHwQfCB9wHwgfeBwkHxwfGBwkHxgeCB6sHlgeYB6sHmAdqBucH8wfmB+YH8wcbCO0H8wfsB+gH5QfzB+oH8wfnB/EH8wfhB+EH8wfiB+IH8wfyB/IH8wfkB+QH8wfjB/MHGAjjB/MH7QfvB+kH6AfzB+sH6QfzB+8H6wfzB+wH8wfuB+4H8wfwB/AH8wfqBxEI1QcCBxEIAgf7BwAI2AcHBwAIBwf+BwgIyQf9BggI/Qb4BwsI2wfdBwsI3QcHCPYH/wbJB/YHyQcICPgH/QbYB/gH2AcACA0IrgfbBw0I2wcLCBkIAQf/BhkI/wb2BxMI3wfQBxMI0AcPCAUIzgfVBwUI1QcRCAIIzQfaBwII2gcUCA8I0AeuBw8IrgcNCPsHAgfTB/sH0wcXCAcI3QfOBwcIzgcFCBcI0weEBxcIhAf0BxwIBQfNBxwIzQcCCBQI2gffBxQI3wcTCP4HBwfLB/4Hywf8B+EH/wf9B+EH/QfxB+cHFQgSCOcHEgjqBxsIHQgDCBsIAwjmB+gHFgj1B+gH9QflB+0HBggECO0HBAjvB+kH+gcWCOkHFgjoB/AHDggMCPAHDAjuB+YHAwgVCOYHFQjnB+8HBAgQCO8HEAjrB+oHEggOCOoHDgjwBxgIGgj3BxgI9wfjB+4HDAgKCO4HCgjsB/IH+QcBCPIHAQjiB+MH9wcJCOMHCQjkB+wHCggGCOwHBgjtB+QHCQj5B+QH+QfyB+IHAQj/B+IH/wfhB+sHEAj6B+sH+gfpB+UH9QcaCOUHGggYCPQHhAcBB/QHAQcZCPMH5QcYCG0FMggHBm0FBwYLBvEH/QcdCPEHHQgbCPwHywcFB/wHBQccCBsI8wfxByUFIggOACUFDgALACMFYQiQAyMFkAMJAGYIJwiMAGYIjAASBDoFHwgFADoFBQAsACUIKQilACUIpQAvANsFJQULANsFCwCSAyEIOgUsACEILAAHACcIJQgvACcILwCMACIIZggSBCIIEgQOAB8I2wWSAx8IkgMFAGgIMgURAGgIEQAYBDIFIwUJADIFCQARAGEIIQgHAGEIBwCQAykIaAgYBCkIGASlAF4I1AUtA14ILQNjA1oIVAgzA1oIMwM7A9QF2QVyA9QFcgMtA10IVgg3A10INwM+A1QI1gU0A1QINAMzA1YIWAg5A1YIOQM3A1AIXghjA1AIYwMvA1gIWgg7A1gIOwM5A9YFUAgvA9YFLwM0A9kFXQg+A9kFPgNyAwIGNghNAQIGTQE1BFAF4wWxA1AFsQPKAHoFBgY7BHoFOwRmATAIWQXNADAIzQDMADYIZgXwADYI8ABNAWYFegVmAWYFZgHwAOMFLgjIAOMFyACxAzEIUAXKADEIygDSAAYGMQjSAAYG0gA7BCwIYwizAywIswPGAFkFAgY1BFkFNQTNAC4INQjtAC4I7QDIAGMIMAjMAGMIzACzAzUILAjGADUIxgDtABEGpAUMAhEGDAJhBKQFPwjcAaQF3AEMApsF8QXgA5sF4AO9AT8IQwgTAj8IEwLcAUIIZQjiA0II4gPkAZwFEQZhBJwFYQTeATkIQgjkATkI5AG2AUMIEwZpBEMIaQQTAj4IOQi2AT4ItgG7ARMGPAi5ARMGuQFpBPEFPgi7AfEFuwHgAzwImwW9ATwIvQG5AaAFnAXeAaAF3gHiAWUIoAXiAWUI4gHiA0gI+wUFBEgIBQSYAsUFRQiKAsUFigKOAvsFywWbAvsFmwIFBEwISAiYAkwImAKeAscFSwidAscFnQKQAs8FbAiNBM8FjQTNAmwITAieAmwIngKNBEUIagiDBEUIgwSKAk4IyAWRAk4IkQLEAvkFxQWOAvkFjgIDBMsFxwWQAssFkAKbAsgFzwXNAsgFzQKRAmoITgjEAmoIxAKDBEsI+QUDBEsIAwSdAgAAgD97k5m3byODMgAAAIBvI4MyEJnaOuj/fz8AAACAe5OZt+n/f78Qmdo6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" + } + ] +} diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Glove_L.gltf.import b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Glove_L.gltf.import new file mode 100644 index 0000000..11809b4 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Glove_L.gltf.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bu07alt6vkbaq" +path="res://.godot/imported/Hand_Glove_L.gltf-ac6c06fe48ca0d7ce0f9faffd177a897.scn" + +[deps] + +source_file="res://addons/godot-xr-tools/hands/model/Hand_Glove_L.gltf" +dest_files=["res://.godot/imported/Hand_Glove_L.gltf-ac6c06fe48ca0d7ce0f9faffd177a897.scn"] + +[params] + +nodes/root_type="Node3D" +nodes/root_name="Scene Root" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=0 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Glove_R.gltf b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Glove_R.gltf new file mode 100644 index 0000000..b9c1060 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Glove_R.gltf @@ -0,0 +1,722 @@ +{ + "asset" : { + "copyright" : "CC0 Public Domain", + "generator" : "Khronos glTF Blender I/O v3.2.43", + "version" : "2.0" + }, + "scene" : 0, + "scenes" : [ + { + "name" : "Scene", + "nodes" : [ + 27 + ] + } + ], + "nodes" : [ + { + "name" : "Thumb_Tip_R", + "rotation" : [ + -0.07576872408390045, + 0.019257033243775368, + 0.03371242433786392, + 0.9963693618774414 + ], + "scale" : [ + 1.0000001192092896, + 1.000000238418579, + 1.0000001192092896 + ], + "translation" : [ + 2.7939677238464355e-09, + 0.030749469995498657, + -3.14321368932724e-09 + ] + }, + { + "children" : [ + 0 + ], + "name" : "Thumb_Distal_R", + "rotation" : [ + 0.05564067140221596, + -0.010326135903596878, + -0.013984743505716324, + 0.9982995390892029 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 1.0000001192092896 + ], + "translation" : [ + 2.3283064365386963e-09, + 0.04214789345860481, + 1.5133991837501526e-09 + ] + }, + { + "children" : [ + 1 + ], + "name" : "Thumb_Proximal_R", + "rotation" : [ + -0.04595031589269638, + 0.027135659009218216, + 0.07525718957185745, + 0.9957352876663208 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + -2.3283064365386963e-10, + 0.044916488230228424, + -2.473825588822365e-10 + ] + }, + { + "children" : [ + 2 + ], + "name" : "Thumb_Metacarpal_R", + "rotation" : [ + 0.3235369920730591, + 2.565749491623137e-05, + 0.027220426127314568, + 0.9458239078521729 + ], + "scale" : [ + 1, + 0.9999998211860657, + 0.9999998807907104 + ], + "translation" : [ + -0.009999999776482582, + 0.02717285417020321, + 0.019999971613287926 + ] + }, + { + "name" : "Index_Tip_R", + "rotation" : [ + -0.052288394421339035, + 0.0005572127993218601, + -0.10362062603235245, + 0.9932413697242737 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 1 + ], + "translation" : [ + -8.149072527885437e-09, + 0.027394980192184448, + 1.367880031466484e-09 + ] + }, + { + "children" : [ + 4 + ], + "name" : "Index_Distal_R", + "rotation" : [ + 0.014225997030735016, + 0.011990753002464771, + 0.13454149663448334, + 0.9907333254814148 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + -5.529727786779404e-09, + 0.0313456691801548, + 1.775333657860756e-09 + ] + }, + { + "children" : [ + 5 + ], + "name" : "Index_Intermediate_R", + "rotation" : [ + -0.013683199882507324, + 0.024668212980031967, + 0.23507100343704224, + 0.9715688824653625 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 0, + 0.03811633586883545, + -3.3178366720676422e-09 + ] + }, + { + "children" : [ + 6 + ], + "name" : "Index_Proximal_R", + "rotation" : [ + 0.11122288554906845, + 0.0027781203389167786, + -0.11757423728704453, + 0.9868121147155762 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + -5.336175945558352e-10, + 0.08036758005619049, + 2.584926050985814e-09 + ] + }, + { + "children" : [ + 7 + ], + "name" : "Index_Metacarpal_R", + "rotation" : [ + -0.0005887771840207279, + -2.10358793992782e-05, + -0.0252196304500103, + 0.9996817708015442 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + 0.009999999776482582, + 0.0271772351115942, + 0.022405147552490234 + ] + }, + { + "name" : "Middle_Tip_R", + "rotation" : [ + 0.013688242062926292, + -7.99239132902585e-05, + -0.1684110462665558, + 0.9856218695640564 + ], + "scale" : [ + 1.0000001192092896, + 0.9999999403953552, + 1 + ], + "translation" : [ + 2.0736479200422764e-09, + 0.023346584290266037, + 6.548361852765083e-11 + ] + }, + { + "children" : [ + 9 + ], + "name" : "Middle_Distal_R", + "rotation" : [ + -0.013931511901319027, + 0.00014242221368476748, + 0.16861224174499512, + 0.985584020614624 + ], + "scale" : [ + 1, + 1.0000001192092896, + 0.9999999403953552 + ], + "translation" : [ + -5.973561201244593e-09, + 0.0324166864156723, + -5.820766091346741e-11 + ] + }, + { + "children" : [ + 10 + ], + "name" : "Middle_Intermediate_R", + "rotation" : [ + 0.03945539891719818, + -0.004928736016154289, + 0.13782717287540436, + 0.9896578788757324 + ], + "translation" : [ + -1.1295924196019769e-09, + 0.04500335454940796, + 6.621121428906918e-10 + ] + }, + { + "children" : [ + 11 + ], + "name" : "Middle_Proximal_R", + "rotation" : [ + -0.01194659061729908, + -0.000966736872214824, + 0.010500849224627018, + 0.9998730421066284 + ], + "translation" : [ + 7.057678885757923e-10, + 0.0804632380604744, + 3.4924596548080444e-10 + ] + }, + { + "children" : [ + 12 + ], + "name" : "Middle_Metacarpal_R", + "rotation" : [ + -0.03585463762283325, + -4.2005005525425076e-05, + -0.0499776192009449, + 0.9981066584587097 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 0.009999999776482582, + 0.02714575082063675, + 0.0035275884438306093 + ] + }, + { + "name" : "Ring_Tip_R", + "rotation" : [ + 0.03305169194936752, + 0.006719753611832857, + -0.12635111808776855, + 0.9914120435714722 + ], + "scale" : [ + 1, + 1, + 0.9999998211860657 + ], + "translation" : [ + -5.326000973582268e-09, + 0.027049388736486435, + 3.969034878537059e-09 + ] + }, + { + "children" : [ + 14 + ], + "name" : "Ring_Distal_R", + "rotation" : [ + -0.011351789347827435, + -0.012621401809155941, + 0.13198409974575043, + 0.9911065101623535 + ], + "scale" : [ + 0.9999999403953552, + 1, + 1 + ], + "translation" : [ + 2.3865140974521637e-09, + 0.027797557413578033, + 9.604264050722122e-10 + ] + }, + { + "children" : [ + 15 + ], + "name" : "Ring_Intermediate_R", + "rotation" : [ + 0.01732625439763069, + -0.01860846020281315, + 0.16082890331745148, + 0.9866547584533691 + ], + "scale" : [ + 1.0000001192092896, + 0.9999999403953552, + 1 + ], + "translation" : [ + -8.731149137020111e-11, + 0.04013120010495186, + 9.604264050722122e-10 + ] + }, + { + "children" : [ + 16 + ], + "name" : "Ring_Proximal_R", + "rotation" : [ + -0.05105672776699066, + 0.002022986998781562, + -0.0418044812977314, + 0.9978184103965759 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + -6.075424607843161e-10, + 0.0739438384771347, + 1.331500243395567e-09 + ] + }, + { + "children" : [ + 17 + ], + "name" : "Ring_Metacarpal_R", + "rotation" : [ + -0.07119493186473846, + -1.573348527017515e-05, + -0.018085604533553123, + 0.9972984790802002 + ], + "scale" : [ + 1, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + 0.009999999776482582, + 0.027118019759655, + -0.01309998705983162 + ] + }, + { + "name" : "Little_Tip_R", + "rotation" : [ + 0.015836291015148163, + 0.01933973841369152, + -0.15377695858478546, + 0.9877893924713135 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + 3.725290298461914e-09, + 0.019765090197324753, + 4.6566128730773926e-09 + ] + }, + { + "children" : [ + 19 + ], + "name" : "Little_Distal_R", + "rotation" : [ + -0.018054774031043053, + -0.011455277912318707, + 0.10707500576972961, + 0.9940209984779358 + ], + "scale" : [ + 0.9999999403953552, + 0.9999998807907104, + 1 + ], + "translation" : [ + -2.6775524020195007e-09, + 0.01802438497543335, + 7.894414011389017e-10 + ] + }, + { + "children" : [ + 20 + ], + "name" : "Little_Intermediate_R", + "rotation" : [ + 0.044925764203071594, + -0.03280799090862274, + 0.18505947291851044, + 0.9811516404151917 + ], + "scale" : [ + 0.9999999403953552, + 0.9999998807907104, + 1.0000001192092896 + ], + "translation" : [ + 4.0745362639427185e-10, + 0.03312354534864426, + 2.6921043172478676e-10 + ] + }, + { + "children" : [ + 21 + ], + "name" : "Little_Proximal_R", + "rotation" : [ + -0.08928601443767548, + -0.003168066032230854, + 0.006739117205142975, + 0.9959782958030701 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + -3.4924596548080444e-10, + 0.06571118533611298, + -2.2009771782904863e-10 + ] + }, + { + "children" : [ + 22 + ], + "name" : "Little_Metacarpal_R", + "rotation" : [ + -0.09176954627037048, + -2.456200854794588e-05, + -0.02844771184027195, + 0.9953738451004028 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 4.4605644178297155e-10, + 0.02708965167403221, + -0.029999956488609314 + ] + }, + { + "name" : "Palm_R", + "rotation" : [ + 0.7065238952636719, + 6.479929197666934e-06, + 8.686721230333205e-06, + 0.7076891660690308 + ], + "translation" : [ + -0.030781937763094902, + 0.06705548614263535, + -0.04206528514623642 + ] + }, + { + "children" : [ + 3, + 8, + 13, + 18, + 23, + 24 + ], + "name" : "Wrist_R", + "rotation" : [ + -0.7065169215202332, + -6.472751010733191e-06, + -6.472751465480542e-06, + 0.7076961994171143 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + -3.8642522071086205e-08, + -1.8697472114581615e-05, + 0.027175573632121086 + ] + }, + { + "mesh" : 0, + "name" : "mesh_Glove_R", + "skin" : 0 + }, + { + "children" : [ + 26, + 25 + ], + "name" : "Armature" + } + ], + "meshes" : [ + { + "name" : "mesh_Glove_R", + "primitives" : [ + { + "attributes" : { + "POSITION" : 0, + "NORMAL" : 1, + "TEXCOORD_0" : 2, + "JOINTS_0" : 3, + "WEIGHTS_0" : 4 + }, + "indices" : 5 + } + ] + } + ], + "skins" : [ + { + "inverseBindMatrices" : 6, + "joints" : [ + 25, + 3, + 2, + 1, + 0, + 8, + 7, + 6, + 5, + 4, + 13, + 12, + 11, + 10, + 9, + 18, + 17, + 16, + 15, + 14, + 23, + 22, + 21, + 20, + 19, + 24 + ], + "name" : "Armature" + } + ], + "accessors" : [ + { + "bufferView" : 0, + "componentType" : 5126, + "count" : 2158, + "max" : [ + 0.03079318255186081, + 0.09075886011123657, + 0.025806419551372528 + ], + "min" : [ + -0.03715551644563675, + -0.0686107948422432, + -0.18644104897975922 + ], + "type" : "VEC3" + }, + { + "bufferView" : 1, + "componentType" : 5126, + "count" : 2158, + "type" : "VEC3" + }, + { + "bufferView" : 2, + "componentType" : 5126, + "count" : 2158, + "type" : "VEC2" + }, + { + "bufferView" : 3, + "componentType" : 5121, + "count" : 2158, + "type" : "VEC4" + }, + { + "bufferView" : 4, + "componentType" : 5126, + "count" : 2158, + "type" : "VEC4" + }, + { + "bufferView" : 5, + "componentType" : 5123, + "count" : 10470, + "type" : "SCALAR" + }, + { + "bufferView" : 6, + "componentType" : 5126, + "count" : 26, + "type" : "MAT4" + } + ], + "bufferViews" : [ + { + "buffer" : 0, + "byteLength" : 25896, + "byteOffset" : 0 + }, + { + "buffer" : 0, + "byteLength" : 25896, + "byteOffset" : 25896 + }, + { + "buffer" : 0, + "byteLength" : 17264, + "byteOffset" : 51792 + }, + { + "buffer" : 0, + "byteLength" : 8632, + "byteOffset" : 69056 + }, + { + "buffer" : 0, + "byteLength" : 34528, + "byteOffset" : 77688 + }, + { + "buffer" : 0, + "byteLength" : 20940, + "byteOffset" : 112216 + }, + { + "buffer" : 0, + "byteLength" : 1664, + "byteOffset" : 133156 + } + ], + "buffers" : [ + { + "byteLength" : 134820, + "uri" : "data:application/octet-stream;base64,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CwYFAAsGDAALBgwACwwAAAsMAAALAAAACwAAAAsQBgoLDAYQCwwAAAsAAAALDAAACwwAAAsMAAALDAYACwwGAAsMBgALAAAACwwAAAsMAAALDAAACwYFCgsGDAALDAYACwwAAAsQDAALEAoACwwAAAsMAAAQCxEAEBUAABAAAAAQCwAAEBUAABAVAAAQCwAAEAsAABAVAAAQFQAAEBURABAVEQAQCwAAEAsAABALEQAQCxEAEAsAABAAAAAQCxUPEBELFRARAAAQAAAAEBEAABARAAAQEQAAEBELABARCwAQEQsAEAAAABARCwAQEQAAEBEAABARAAAQEQAAEBEAABARAAAQEQAAEAsPChALEQAQEQsAEBEAABARAAAQERUAEBURABAVDxQVEBYAFRYAABUAAAAVEBQPFRQAABUUAAAVEAAAFRAAABUUAAAVFgAAFRAAABUQAAAVEBYAFRAWABUUEAAVAAAAFRAUABUWEAAVFgAAFRYAABUWAAAVFgAAFRAWABUQFgAVEBYAFRYAABUWAAAVEBQPFRYQABUWEAAVFgAAFRYAABUUFgACAAAAAgAAAAYHAAAGBwAABgsAAAYFAAAGBwAABgAAAAYHAAAGBwAACwwAAAsMAAALEAAACwYAAAsGDAALAAAACwwAAAsMAAAQFQ8AEAsAABALAAAQAAAAEBELABARAAAQEQAAEBEAABUUAAAVEA8AFRAAABUAAAAVFhAAFRYAAAYFAAAGBwAABgsFAAYLBwAGBwAABgcAAAsMAAALDAAACwYFCgsGDAALEAAACxAMAAsMBgALDAAAEAsAABALEQAQFQ8AEBURABARCwAQERUAFRAPFBUQFgAVFAAAFRYAABUWEAAVFgAABgUAAAYLBQAGBQAABgUAAAYFAAAGBQAABgULAAYFAAAGBQsKCwYKAAsQCgALCgAACwoQBQsGBQoLEAoPEAsPABAPFQAQDwsAEA8VCxALDwoQFQ8UFRAUDxUUAAAVFAAAFRQAABUUEA8VFBAAFRAUDxUUEAAGBQAAFRQAAAYFAAAVFAAABgUAAAYFCwAGBQAABgULAAUGAAAGBQAABQYLCgsKBgALChAACwoQBgoFCw8FCgsGCg8LEBAPCwoQDxUAEA8LFQ8QFBUPEAoLFBUPEBUUDxAVFA8AFRQAABUUDwAVFAAAFRQPEAYFAAAUFQAAFBUPEAUGAAAGBQsKBQYAAAUGAAAFBgoLCgsQBQoFCw8FCgsGCg8FCw8KEBQUAAAAAQIFAAECAAAQCw8KBgsFCgoPBQAFBgAABQYCARQPFQAFAgEGBQoBBgoFDwsFCg8BCg8FFA8UChUPChQFFA8VAA8UFQAUFQAAFBUAABQVAAAUDxUAAQIAAAECAAABAgUAEAsPCgUKAQAUFQAACgUPAAUKBgAPFAAAAQIFAAECAAABAgAAAQIAAAEFAgAFAQIKBQoGABQPFQAUAAAAFBUAABQPAAABAgUABQIBAA8QFRQKDwAACgULAA8KFAABBQIAAQUCABQPAAAUDwAADxQVEAsKEA8FCgAADwoQAA8KEAsPChAUDxQKAAoPBQAKBQ8ADxQKAA8KFAAFAQoAFA8AABQAAAAUAAAAFAAPABQADwAUDwAAAQIFAAsQCgAKDwUADwoUABQAAAAUAAAAFAAAAAoFCwYKCw8QDxQQFQ8KFAAKBQ8ACg8FAAUKBgsKCwUPBQYKAA8UCgAFCgAACwYKBRAVDxQGBwUABgAAAAYAAAAGCwAABgsAAAYLAAAGBwUABgcFAAYAAAAGBQcABgUHAAYLBQAGBwAABgsAAAYHBQAGCwAACxAGCgsAAAALBgAACwYAAAsQAAALEAAACxAAAAsGAAALEAAACwYQBRUAAAAVAAAACxAAAAsGAAAQCxEAEBUAABAVAAAQFQAAEAsRABALEQAQCwAAEAsAABALEQAQFREAEAsAABAVAAAVEAAAFRAAABAAAAAQCxUREAAAABAVAAAVFgAAFRAWABUWEAAVEAAAFQAAABUQAAALEAAACwAAAAsGAAALBgAAFRYAABUQFgAVEBYAFRYAABUQFgAKBQ8ACgUPAAUBCgAFAQoAAQUACgEFAAoBAAUAAQAFAAEABRQBAAUUCgUPAQoFDwEPFAoADxQKAA8UCgAPFAoADwoUAA8KFAAUDwAKFA8AChQPAAAUDwAAABQBAAAUAQAAARQAAAEUABQADwAUAA8ABQoAAAUBAAABBQAABQEKAA8KFAAKDwUACg8FAAoFDwAPFAoAFA8AAAsGCgUGCwUADxAKCxUQDxQUDxUQFBUPAA8UCgACAAAAAgAAAAIAAAACAAAAAgAAAAIFAAACAAAAAgAAAAIFAAACBQAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIFAQACAQAAAgEAAAIFAQACBQEAAgAAAAIFAQACAQAAAgEAAAIBAAACAQAAAgEAAAIFAQACAQUAAgEAAAIFAQACBQEAAgEAAAIBBQACAQUAAgEAAAIBAAACAQAAAgEAAAIFAQACAQUAAgEFAAIFAQACBQEAAgEAAAIBBQACAQUAAgEAAAIBAAACAQAAAgEAAAUCAQACAQUAAgEFAAIFAQYCBQEGAgEAAAIFAQABAAAAAQAAAAEAAAABBQACBQEKDwEABQ8FCgEPAAEPBQoPBQEBABQAAAEPFA8KFAUAARQADxQAAQ8UCgAAFAEAFA8AARQPAAAUAAEAFBUPAA8UCgAPChQAFAAAABQPAAAKBQ8ACg8FAA8KFAAAFAEPFA8AAAoPBQAFAQoAFA8AAAECBQAFCgAAFAAAABQVDwAFAQAAAQAAABQAAQAAFAEAFAAAABQAAAAAARQAAQAFAAEAFAABBQAAAQUAABQAAQ8UAAEPFAABDxQPAAALBQoGEA8VFBAPCgsGBQsACwoFEAoLEA8VFBAPFRQAAAYFAAAGBQAABQYLChUQDxQFAgEGBQIBBgUCBgEFBgIBBQYCAQUCAQYFAQIABQYCAAUBAgABBQAAFAABDxQADwEUAA8BABQBDwAUAQ8AARQAAAEUDwABFA8BABQAAQAUAAEAFAABAAAAAQAAAAEAAAAFBgAABQYAABQAAAAUAAEAFAABABQAAAAUAAAAFAAAABQAAQ8UAAEPFA8AABQPAAAUDwoADxQKAA8UCgAPChQFCg8FFAoFDwAKBQ8ABQoBAAUBCgAUAAEAABQBAAABFAAAARQFAQAFFAEFAAABBQAABQEKAAYHAAAGBwAACwwAAAsMAAALDAAACwwAAAsMAAALDAAACwwAABUWEAAVFhAAFRYQABUWEAAVFhAAFRYAABUWAAAVFgAAFRYAABUWAAAVFgAAFRYAABUWAAAVFgAAFRYAABUWAAAVFgAAFRYAABUWAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAFRYAABUWAAAFCgEABQoBAAUBAAoFAQAKAQAUBQEAFAUKDwUACg8FAA8KABQKDwAFBQoBAAoFAA8FAQAKFA8AChQPAAoBBQAKAQAFFBQADwEBAAUUABQBAAABFAUUAAEPAQAUBRQAAQ8PFAAKCgUPAAAUAQ8FAQAKBQEACgUKAQAFCgEACgUPAAoFDwABAAUAAQAFAA8UCgAPFAoADwoUAA8KFAAKDwUACg8FABQPAAoUDwAKAQAUBQEAFAUAARQFAAEUBQoFDwEKBQ8BABQBAAAUAQAUAAEPFAABDxQAAQ8UAAEPAQAFFAEABRQUAA8AFAAPABQPAAAUDwAAAQUACgEFAAoFAQoABQEKAAUBCgAPFAAKDxQKAA8UCgAHCAYABwgGAAcAAAAHAAAABgcAAAYHAAAGBwAABgcAAAYHAAAGBwAABgcAAAYHAAAGBwAABgcAAAYHAAAHCAYABwgGAAYHAAAGBwAABgcAAAcIBgAHCAYACAAAAAgHAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAHAAAABgcAAAYHAAAIAAAABwgGAAYHAAAGBwAACAcAAAgHAAAIAAAACAcAAAgAAAAIAAAACAAAAAgAAAAIBwAACAAAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAHBgAABwYAAAcGAAAHBgAABwYAAAcGCAAHBgAABwYAAAcGAAAHBgAABwYAAAcIAAAIBwAACAcAAAcIAAAIBwAACAcAAAgHAAAIBwAABwgAAAgHAAAHBggABwYIAAcGCAAHBgAABwYIAAcGAAAHBgAABwYAAAcGAAAHBgAABwYAAAcAAAAHBgAABwYAAAcGAAAHBgAABwYAAAcGAAAHBgAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAIAAAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAABwgGAAYHAAAGBwAACAAAAAgAAAAIAAAACAAAAAgHAAAHBggABwYIAAgHAAAHBgAABwgAAAcIAAAIAAAABwgAAAcIAAAHBgAACAAAAAgAAAAIAAAACAAAAAgHAAAHBgAACAcAAAcGCAAGBwAABgcAAAcIBgAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAADA0LAAwNAAAMAAAADA0AAAsMAAALDAAACwwAAAsMAAALDAAACwwAAAsMAAALDAAACwwAAAsMAAALDAAADA0LAAwNCwALDAAACwwAAAsMAAAMDQsADA0LAA0AAAANDAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADAAAAAsMAAALDAAADQAAAAwNCwALDAAACwwAAA0MAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQwAAA0AAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADAsAAAwLAAAMCwAADAsAAAwLAAAMCwAADAsAAAwLAAAMCwAADAsAAAwLAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADAsNAAwLDQAMCw0ADAsAAAwLDQAMAAAADAsAAAwLAAAMCwAADAsAAAwAAAAMAAAADAsNAAwLDQAMCwAADAsAAAwLAAAMCwAADAsAAAwNAAAMDQAADA0AAAwNAAAMDQAADQwAAAwNAAAMDQAADA0AAAwNAAANDAAADQwAAA0MAAANDAAADA0AAA0MAAANDAAADA0AAA0MAAANDAAADQAAAA0AAAANAAAADQwAAA0AAAANAAAADQAAAA0MAAANDAAADQwAAAwNCwALDAAACwwAAA0AAAANAAAADQAAAA0AAAANDAAADAsAAAwLDQANDAAADAsAAAwNAAANDAAADQAAAA0MAAAMDQAADAsAAA0AAAANAAAADQAAAA0AAAANDAAADAsAAA0MAAAMCw0ACwwAAAsMAAAMDQsADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADQwAABESEAAREhAAEQAAABESAAAREhAAERIQABESEAAREhAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAARAAAAEgAAABESEAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASEQAAEhEAABIAAAASAAAAEgAAABIAAAASEQAAEhEAABARAAAQEQAAEBEAABARAAAQEQAAEBEAABARAAAQEQAAEBEAABEQAAAREAAAERAAABEQAAAREAAAERAAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAAREBIAERASABEQEgAREAAAERAAABEQAAAREAAAERAAABEQAAAREAAAERAAABEQAAAREBIAERASABARAAAQEQAAEBEAABARAAAQEQAAEBEAABARAAAQEQAAEBEAABESAAASEQAAEhEAABIRAAAREgAAEhEAABIRAAAREgAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABESEAASAAAAEgAAABIAAAASAAAAEgAAABEQAAAREBIAEhEAABARAAAQEQAAERIAABIRAAASAAAAEhEAABIRAAAQEQAAEBEAABIAAAASAAAAEgAAABIAAAASEQAAERAAABIAAAAREBIAERIQABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAAWFxUAFhcVABYXAAAWAAAAFRYAABUWAAAVFgAAFRYAABUWAAAVFgAAFhcVABYXFQAVFgAAFhcVABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABYAAAAVFgAAFwAAABYXFQAVFgAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFxYAABcWAAAXFgAAFxYAABcWAAAXFgAAFxYAABcWAAAXFgAAFRYAABYVFwAWFQAAFhUAABYVFwAWFQAAFhUXABYVFwAWFRcAFhcAABcWAAAXFgAAFhcAABcWAAAXFgAAFxYAABYXAAAXFgAAFhUXABYVFwAWFRcAFhUAABYVFwAWFQAAFhUAABYVAAAWFQAAFhUXABYVAAAWFQAAFhUXABUWAAAVFgAAFRYAABUWAAAVFgAAFRYAABUWAAAVFgAAFRYAABYVFwAWFQAAFhUAABYVAAAVFgAAFRYAABUWAAAVFgAAFRYAABUWAAAVFgAAFRYAABUWAAAWFwAAFhcAABYXAAAWFwAAFhcVABYXAAAWFwAAFhcAABYXAAAWFwAAFhcAABcWAAAWFwAAFxYAABYXAAAWFwAAFhcAABYXAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFxYAABcWAAAWFxUAFRYAABcAAAAXAAAAFwAAABcWAAAWFRcAFhUXABcWAAAVFgAAFRYAABYVFwAWFxUAFxYAABcAAAAXFgAAFhcVABYVFwAVFgAAFRYAABcAAAAXAAAAFwAAABcWAAAWFRcAFxYAABYVFwAVFgAAFhcVABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXFgAAFxYAABcWAAAXFgAAFxYAABcWAAAXFgAAFxYAABcWAAAXFgAAFxYAAAIDAAACAwAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAACAwAAAwAAAAIDAAADAgAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMCAAADAAAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMAAAADAAAAAwAAAAMCAAADAAAAAwAAAAMCAAADAgAAAwIAAAMCAAACAwAAAwAAAAMAAAADAAAAAwAAAAMCAAACAAAAAgAAAAMCAAADAgAAAwIAAAMAAAADAgAAAwIAAAMAAAADAAAAAwAAAAMAAAADAgAAAwIAAAIAAAACAAAAAgMAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAAHCAYABwgAAAYHAAAGBwAABgcAAAYHAAAIAAAACAAAAAgAAAAIAAAACAcAAAgHAAAHBgAABwYAAAgHAAAHCAAACAcAAAcGAAAHBgAACAcAAAcGAAAHBgAABwgAAAcIAAAHCAAABwgAAAgHAAAIBwAACAAAAAgAAAAIAAAACAcAAAgHAAAMDQAADA0AAAsMAAALDAAACwwAAAsMAAANAAAADQAAAA0AAAANAAAADQAAAA0MAAAMCwAADAsAAA0MAAANDAAADQwAAAwAAAAMCw0ADQwAAAwLAAAMCwAADA0AAAwNAAANDAAADQwAAA0AAAANDAAADQAAAA0AAAANAAAADQwAAA0MAAAREhAAERIAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABEQAAAREAAAEhEAABIRAAASEQAAERAAABEQAAASAAAAEBEAABARAAAQEQAAEBEAABESAAAREgAAEhEAABIRAAASAAAAEgAAABIAAAASAAAAEgAAABIRAAASEQAAFhcAABYXFQAVFgAAFRYAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABYVAAAWFQAAFxYAABcWAAAXFgAAFhUAABYVAAAXFgAAFhUAABUWAAAVFgAAFRYAABUWAAAVFgAAFhcAABYXAAAWFwAAFhcAABcAAAAXFgAAFwAAABcAAAAXAAAAFxYAABcWAAAHCAYABgcAAAYHAAAIAAAACAAAAAgAAAAHCAYABgcAAAYHAAAIAAAACAcAAAcGAAAHBggACAcAAAcGAAAHCAAABwgAAAgAAAAIAAAACAcAAAcIAAAHBgAABwgAAAgAAAAIAAAACAAAAAgHAAAIBwAABwYIAAcGAAAIAAAACAAAAAgAAAAIBwAACAcAAAwNCwALDAAACwwAAA0AAAANAAAADQAAAAwNCwALDAAACwwAAA0AAAANDAAADAsAAAwLDQANDAAADAsAAAwNAAANDAAADQAAAA0AAAANAAAADQwAAAwLAAAMDQAADQAAAA0AAAANAAAADQwAAA0MAAAMCw0ADAsAAA0AAAANAAAADQAAAA0MAAANDAAAERIQABIAAAASAAAAEgAAABESEAASAAAAEhEAABEQAAAREBIAEhEAABARAAAQEQAAEhEAABIRAAASAAAAEgAAABIAAAASEQAAEBEAABARAAASEQAAEgAAABIAAAASAAAAEhEAABIAAAAREBIAERAAABIAAAASAAAAEgAAABIRAAASEQAAFhcVABUWAAAXAAAAFwAAABYXFQAVFgAAFwAAABcWAAAWFRcAFhUXABcWAAAVFgAAFRYAABYVFwAWFxUAFxYAABcAAAAXAAAAFwAAABcWAAAWFRcAFRYAABUWAAAWFxUAFwAAABcAAAAXFgAAFxYAABYVFwAWFRcAFwAAABcAAAAXAAAAFxYAABcWAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAgAAAAIAAAADQAAAA0AAAASAAAAEgAAABcAAAAXAAAACAAAAAgAAAANAAAADQAAABIAAAASAAAAFwAAABcAAAADAAAADQAAAAgAAAAXAAAAEgAAABIAAAASAAAACAAAABcAAAANAAAADQAAAAgAAAAXAAAADQAAAA0AAAAIAAAAEgAAABIAAAAXAAAACAAAABcAAAAIAAAAFwAAABcAAAASAAAADQAAABIAAAANAAAACAAAAAgAAAAXAAAACAAAABIAAAASAAAADQAAAA0AAAAIAAAAFwAAABcAAAAIAAAACAAAAA0AAAAXAAAAFwAAABIAAAASAAAACAAAAAgAAAANAAAADQAAABIAAAADAAAAAwAAAAMAAAANAAAA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AACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAAAAPwAAAD8AAAAAAAAAAAAAAD8AAAA/AAAAAAAAAAAAAAA/AAAAPwAAAAAAAAAAAAAAPwAAAD8AAAAAAAAAAAAAAD8AAAA/AAAAAAAAAAAAAAA/AAAAPwAAAAAAAAAAAAAAPwAAAD8AAAAAAAAAAAAAAD8AAAA/AAAAAAAAAAAAAAA/AAAAPwAAAAAAAAAAAAAAPwAAAD8AAAAAAAAAAAAAAD8AAAA/AAAAAAAAAAAAAAA/AAAAPwAAAAAAAAAAAAAAPwAAAD8AAAAAAAAAAAAAAD8AAAA/AAAAAAAAAAAAAAA/AAAAPwAAAAAAAAAAAAAAPwAAAD8AAAAAAAAAAAAAAD8AAAA/AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAAD8AAAA/AAAAAAAAAAAAAAA/AAAAPwAAAAAAAAAAAAAAPwAAAD8AAAAAAAAAAAAAAD8AAAA/AAAAAAAAAAAAAAA/AAAAPwAAAAAAAAAAAAAAPwAAAD8AAAAAAAAAAAAAAD8AAAA/AAAAAAAAAAAAAAA/AAAAPwAAAAAAAAAAAAAAPwAAAD8AAAAAAAAAAAAAAD8AAAA/AAAAAAAAAAAAAAA/AAAAPwAAAAAAAAAAAAAAPwAAAD8AAAAAAAAAAAAAAD8AAAA/AAAAAAAAAAAAAAA/AAAAPwAAAAAAAAAAAAAAPwAAAD8AAAAAAAAAAAAAAD8AAAA/AAAAAAAAAAAAAAA/AAAAPwAAAAAAAAAAAAAAPwAAAD8AAAAAAAAAAAAAAD8AAAA/AAAAAAAAAAAAAAA/AAAAPwAAAAAAAAAAAAAAPwAAAD8AAAAAAAAAAAAAAD8AAAA/AAAAAAAAAAAAAAA/AAAAPwAAAAAAAAAAAAAAPwAAAD8AAAAAAAAAAAAAAD8AAAA/AAAAAAAAAAAAAAA/AAAAPwAAAAAAAAAAAAAAPwAAAD8AAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAAAAPwAAAD8AAAAAAAAAAAAAAD8AAAA/AAAAAAAAAAAAAAA/AAAAPwAAAAAAAAAAAAAAPwAAAD8AAAAAAAAAAAAAAD8AAAA/AAAAAAAAAAAAAAA/AAAAPwAAAAAAAAAAAAAAPwAAAD8AAAAAAAAAAAAAAD8AAAA/AAAAAAAAAAAAAAA/AAAAPwAAAAAAAAAAAAAAPwAAAD8AAAAAAAAAAIsBGgAGAIsBBgCFAY8BrQAFAI8BBQCEAZABrAAHAJABBwCGASAAJgAZACAAGQCgAioAzABmCCoAZgg2CJEBigEXAJEBFwDJACIAHgADACIAAwAQAIgBhgEHAIgBBwAOAIkBgwECAIkBAgAWACUAIwAWACUAFgACACsAJwBVCCsAVQguACUAsACrACUAqwABAIQBBQAaAIQBGgCLAbAAIACgArAAoAKrACcAKgA2CCcANghVCI4BjAEdAI4BHQAsABsABAAfABsAHwAmAMkAFwAkAMkAJADMAAEACgAjAAEAIwAlACsALgBNCCsATQjNAK4ACQAgAK4AIACwAK8AAwAeAK8AHgCxAAkAGwAmAAkAJgAgACwAHQAnACwAJwArAM0ATQgRAM0AEQAhAIwBjQEpAIwBKQAdAB0AKQAqAB0AKgAnALEAHgBUCLEAVAhICJIBjgEsAJIBLADLAMsALAArAMsAKwDNAJQBQgA0AJQBNAC6AZoBtQAzAJoBMwC7AZkBtAA1AJkBNQC5AUgATgBBAEgAQQBYCDkIpgJMADkITABNAKABlQE+AKABPgDRAEoARgAxAEoAMQA7AJgBuQE1AJgBNQA5AJYBvAEwAJYBMAA/AE0ATAA/AE0APwAwAE8AVABQAE8AUAA6CFoIpAJGAFoIRgBKALsBMwBCALsBQgCUAbgASABYCLgAWAhKCNUAaAhZCNUAWQhJAJsBkwFFAJsBRQBWAEMAMgBHAEMARwBOANEAPgBLANEASwDUAFQA1ADOAFQAzgBQALkARgCkArkApAKzALYANwBIALYASAC4ALcAMQBGALcARgC5ADcAQwBOADcATgBIAFYARQBPAFYATwBVAFUATwA6CFUAOghYAJMBnAFTAJMBUwBFAEUAUwBUAEUAVABPAE0AuABKCE0ASgg5CJ8BmwFWAJ8BVgDTANMAVgBVANMAVQDVAEMIPgh3AEMIdwCBAIEA2gBqCIEAaghDCK8BagBeAK8BXgCxAasBuwBdAKsBXQCoAawBugBfAKwBXwCyAYIATwjbAIIA2wCEAKEBpQFoAKEBaADXAHIAbgBbAHIAWwBlAKQBsgFfAKQBXwBjAH4ATAi/AH4AvwBuAKYBpwFaAKYBWgBpAHUAdABpAHUAaQBaAEAIagjaAEAI2gBzAKgBXQBqAKgBagCvAXAAdgB5AHAAeQBfCKoBsAFtAKoBbQCFAGsAXABvAGsAbwB2ANcAaABzANcAcwDaALwAYQBwALwAcAC+AL0AWwBuAL0AbgC/AGEAawB2AGEAdgBwAIUAbQB3AIUAdwCEAHYAbwA9CHYAPQh5AEEIdAB1AEEIdQBdCL8ATAg9CL8APQhvAH4AbgByAH4AcgB8AHEA2wBPCHEATwh7ALABqQGAALABgABtAG0AgACBAG0AgQB3AHcAPgiCAHcAggCEAHUAvgDBAHUAwQBdCKIBqgGFAKIBhQDZANkAhQCEANkAhADbALYBlQCLALYBiwCeAbgBwwCKALgBigCtAbcBwgCMALcBjACdAbQBvgGTALQBkwDdAJwAmQCIAJwAiACQAL0BnQGMAL0BjACPAL8BrgGHAL8BhwCUAJ8AngCUAJ8AlACHAK0BigCVAK0BlQC2AcABtQGYAMABmACmAJYAiQCaAJYAmgCgAN0AkwCdAN0AnQDgALcCsQKZALcCmQCcAKwCqQKeAKwCngCfAMQAjgCbAMQAmwDGAMUAiACZAMUAmQDHAI4AlgCgAI4AoACbAKYAmAChAKYAoQClAJsAoACuApsArgK2AsYAmwC2AsYAtgLMAuAAnQCoAuAAqAJsCKAAmgC0AqAAtAKuAscAmQCxAscAsQJlCKUAoQCvAqUArwJgCLUBwQGjALUBowCYAJgAowCkAJgApAChAKEApAC5AqEAuQKvAuEApQBgCOEAYAhRCLMBwAGmALMBpgDfAN8ApgClAN8ApQDhAIMBCACtAIMBrQCPAYUBBgCsAIUBrACQAR8AsQBICB8ASAg1CAIArgCwAAIAsAAlAAQArwCxAAQAsQAfALwBNgC1ALwBtQCaAboBNAC0ALoBtACZAUcAuQCzAEcAswCiAiYAHwA1CCYANQgZADAAtgC4ADAAuABNADIAtwC5ADIAuQBHAKcBYAC7AKcBuwCrAbEBXgC6ALEBugCsAVoAvAC+AFoAvgB1AFwAvQC/AFwAvwBvAK4BjQDDAK4BwwC4AZ4BiwDCAJ4BwgC3AYcAxADGAIcAxgCfAIkAxQDHAIkAxwCaAJ8AxgDMAp8AzAKsApoAxwBlCJoAZQi0AhIAVAgeABIAHgAiAI0BkQHJAI0ByQApACkAyQDMACkAzAAqAMwAJAALAMwACwBmCIcBkgHLAIcBywAPAA8AywDNAA8AzQAhAFUAWABoCFUAaAjVAJwBoAHRAJwB0QBTAFMA0QDUAFMA1ABUANQASwClAtQApQLOAJcBnwHTAJcB0wA6ADoA0wDVADoA1QBJAKkBoQHXAKkB1wCAAIAA1wDaAIAA2gCBAKMBogHZAKMB2QBkAGQA2QDbAGQA2wBxAMEBtAHdAMEB3QCjAKMA3QDgAKMA4ACkAKQA4ABsCKQAbAi5ApwA4QBRCJwAUQi3Ar0BswHfAL0B3wCQAJAA3wDhAJAA4QCcAGoA8wDyAGoA8gBeAFcA8ADuAFcA7gBEAPsAlQCKAPsAigD3AAIB3gCPAAIBjwD6AK0A/wDiAK0A4gAFAAEByAAoAAEBKADpAJUA+wD4AJUA+ACLAAABwgCLAAABiwD4AKcA/gD8AKcA/ACXAN4AAgH+AN4A/gCnAIYA9gD0AIYA9ABsAP8ArQAIAP8ACADkAO8AUgBEAO8ARADuAO0AQgAzAO0AMwDrAOkAKAAcAOkAHADoAP0AogCXAP0AlwD8AMgAAQHmAMgA5gAVAPUAfwBsAPUAbAD0AEIA7QDsAEIA7AA0AOcAGgAFAOcABQDiAOQACAAUAOQAFADlAPoAjwCMAPoAjAD5AMIAAAH5AMIA+QCMAC0A6gDoAC0A6AAcAPMAagBdAPMAXQDxABoA5wDjABoA4wAGAGAC9QD0AGAC9ABfAmMCDwENAWMCDQFiAmQC/QD8AGQC/ABlAhgBUQE9ARgBPQEaAV4C7wDuAF4C7gBiAmkCFQETAWkCEwFfAmgCCQEHAWgCBwFhAiMBCQEOASMBDgEmARUBGwE+AhUBPgIeAboAXgDyALoA8gCCASMBIgEHASMBBwEJASMBMwEwASMBMAEiAQ8BJwElAQ8BJQENAS8BHAEFAS8BBQEfASYBDgENASYBDQElAUIB8QBdAEIBXQC7ADkBNwFdATkBXQEeATUBJgElATUBJQE0AR4BXQETAR4BEwEVAScBNgE0AScBNAElAVIBPgE6AVIBOgFPAX0BRQFWAX0BVgF3AT4BUgFQAT4BUAE7AXcBVgFgAXcBYAFhAVgBYgFhAVgBYQFgAYcCQgJuAYcCbgGEAkcBeAFiAUcBYgFYAUICSgJpAUICaQFuAUUBfQF2AUUBdgFXAUMCegGAAUMCgAFMAkQCcQFkAUQCZAFIAkUCeQFyAUUCcgFAAkwCgAFDAUwCQwFJAnYBgQEtAXYBLQF8AbQANADsALQA7ABwAUgCZAFnAUgCZwFAAj8CfwF5AT8CeQFFAkQCLgF6AUQCegFDAl4BdwFhAV4BYQEsAXwBLQEgAXwBIAF+Ae0B7AE6Ae0BOgE+AVcBdgF8AVcBfAFGAToB7AFVAToBVQF4ARsAiwGFARsAhQEEAK4AjwGEAa4AhAEJAK8AkAGGAa8AhgEDAMgAFQCKAcgAigGRARAAAwCGARAAhgGIARQACACDARQAgwGJAQkAhAGLAQkAiwEbAC0AHACMAS0AjAGOARwAKACNARwAjQGMAcoALQCOAcoAjgGSAQIAgwGPAQIAjwGuAAQAhQGQAQQAkAGvACgAyACRASgAkQGNAQ0AygCSAQ0AkgGHAdIAVwCbAdIAmwGfAbYAmgG7AbYAuwE3ALcAmQG5AbcAuQExADsAMQC5ATsAuQGYAWUAWwCyAWUAsgGkAdAAPACVAdAAlQGgAdgAhgCqAdgAqgGiAWwAfwCpAWwAqQGwAVcARACTAVcAkwGbAWEAqAGvAWEArwFrAFIA0ACgAVIAoAGcATIAugGZATIAmQG3AL0ArAGyAb0AsgFbADAAvAGaATAAmgG2ALwAqwGoAbwAqAFhADgA0gCfATgAnwGXAUQAUgCcAUQAnAGTAZcAogDBAZcAwQG1ATcAuwGUATcAlAFDAD0ANgC8AT0AvAGWAX8A1gChAX8AoQGpAUMAlAG6AUMAugEyAGIA2ACiAWIAogGjAacAlwC1AacAtQHAAdYAZgClAdYApQGhAZYAtgGeAZYAngGJANwAkQC+AdwAvgG0AcQAuAGtAcQArQGOAFwAsQGsAVwArAG9AGcAYACnAWcApwGmAWsArwGxAWsAsQFcAFoApwGrAVoAqwG8AIYAbACwAYYAsAGqAYkAngG3AYkAtwHFAI4ArQG2AY4AtgGWAKIA3AC0AaIAtAHBAd4ApwDAAd4AwAGzAYcArgG4AYcAuAHEAI8A3gCzAY8AswG9AZIAjQCuAZIArgG/AcUAtwGdAcUAnQGIAJAAiACdAZAAnQG9AXgBVQHqAXgB6gFiAX0BJAGBAX0BgQF2ARwBLwF+ARwBfgEgASQBfQF3ASQBdwFeARIBEAEsARIBLAHqAQwBCgGBAQwBgQEkAWIB6gEsAWIBLAFhARkBFwH4ABkB+AD7AOgB6wAzAOgBMwC1AKwABgDjAKwA4wDpAbUANgAHALUABwCsAKwA6QHoAawA6AG1APsA9wAWAfsAFgEZAewBFgH3AOwB9wDrAbsAYAA1ALsANQC0AOoBVQERAeoBEQESAbQAcAFCAbQAQgG7AFUB7AHrAVUB6wGCAe0BHQEXAe0BFwEZAT4BOwEdAT4BHQHtAesB9wCKAOsBigDDALoAggHrAboA6wHDAMMAjQBfAMMAXwC6ABkBFgHsARkB7AHtASgBXQE3ASgBNwE4AZUClgLFAZUCxQHOApQClQLOApQCzgLNAfkB8QG+AvkBvgJiCPUBxQJGCPUBRgj2AfoB7wG7AvoBuwLKAvAB8wHCAvABwgK9AvcBxwKpAPcBqQD0AfkBYgi7AvkBuwLvAfQBqQDFAvQBxQL1AfIBwQLCAvIBwgLzAfYBRgjBAvYBwQLyAQEC9QH2AQEC9gECAgAC9AH1AQAC9QEBAgIC9gHyAQIC8gH+Af4B8gHzAf4B8wH/AfkBBQL9AfkB/QHxAQMC9wH0AQMC9AEAAvAB/AH/AfAB/wHzAQUC+QHvAQUC7wH7AfoBBgL7AfoB+wHvAQYC+gH4AQYC+AEEAhECBQL7AREC+wEHAgYCEgIHAgYCBwL7ARICBgIEAhICBAIQAg0CAQICAg0CAgIOAgwCAAIBAgwCAQINAg4CAgL+AQ4C/gEKAgoC/gH/AQoC/wELAgUCEQIJAgUCCQL9AQ8CAwIAAg8CAAIMAvwBCAILAvwBCwL/ARECHQIVAhECFQIJAhsCDwIMAhsCDAIYAggCFAIXAggCFwILAh0CEQIHAh0CBwITAhICHgITAhICEwIHAh4CEgIQAh4CEAIcAhkCDQIOAhkCDgIaAhgCDAINAhgCDQIZAhoCDgIKAhoCCgIWAhYCCgILAhYCCwIXAiYCGgIWAiYCFgIiAiICFgIXAiICFwIjAh0CKQIhAh0CIQIVAicCGwIYAicCGAIkAhQCIAIjAhQCIwIXAikCHQITAikCEwIfAh4CKgIfAh4CHwITAioCHgIcAioCHAIoAiUCGQIaAiUCGgImAiQCGAIZAiQCGQIlAisBKgEiAisBIgIjAj8BKwEjAj8BIwIgAk0BLwIuAk0BLgJMAUwBLgItAkwBLQJLAUoBLAIrAkoBKwJJAS8CMQIwAi8CMAIuAjECMwIyAjECMgIwAjMCNgI1AjMCNQIyAlkBcwJPAlkBTwJyAjYCOQI4AjYCOAI1AjkCPAI7AjkCOwI4AkcCbQF2AkcCdgI7AjEBRwI7AjEBOwI8Ag4ABwA2AA4ANgA9ADkANQBgADkAYABnAMoADQA8AMoAPADQANAAUgAtANAALQDKAFIA7wDqAFIA6gAtAGgC6gDvAGgC7wBeAjABMwFNATABTQFvAiYBNQEzASYBMwEjAUEBQAEhAkEBIQIpAtIAOABmANIAZgDWANYAfwBXANYAVwDSAGMAXwCNAGMAjQCSANgAYgCRANgAkQDcANwAogCGANwAhgDYAKIA/QD2AKIA9gCGAGkC9gD9AGkC/QBkAigBJwEPASgBDwEUATgBNgEnATgBJwEoAV0BKAEUAV0BFAETAWACFAEPAWACDwFjAvAAVwB/APAAfwD1ABsBGgE9ARsBPQE+Aj8CYwFpAT8CaQFKAngBRwFPAXgBTwE6ASABLQEEASABBAEGASABBgEDASABAwEcASQBXgELASQBCwEMATsBUQEYATsBGAEdAVMBQQEpAlMBKQIfAlwBWwFKAlwBSgJCAmUBQwJMAmUBTAJfAX8BPwJKAn8BSgJbAWMBPwJFAmMBRQJmAV8BTAJJAl8BSQJoAS4BRAJIAi4BSAJ7AWYBRQJAAmYBQAJnAXEBRAJDAnEBQwJlAXsBSAJAAnsBQAJyAT0BPAFOAj0BTgI+AjgCOwJ2AjgCdgJ4Ah4BPgJOAh4BTgI5ATUCOAJ4AjUCeAJ7AlQBUwEfAlQBHwIqAioCKAJrAioCawJUATIBagInAjIBJwIkAm8BMgEkAm8BJAIlAiUCJgJLAiUCSwJvAUkCcgJPAkkCTwJoAUECawF0AUECdAFNAk0CKQF1AU0CdQFBAlABRAFRAVABUQE7AUgB4AFzAkgBcwJZAZQCkwLkAZQC5AHlAZMCkgLjAZMC4wHkAZICkQLiAZIC4gHjAZECkALmAZEC5gHiAZACjwLuAZAC7gHmAY8CjgLnAY8C5wHuAY4CjQJdAo4CXQLnAWUBXwHeAWUB3gHlAXEBZQHlAXEB5QHkAeQB4wFkAeQBZAFxAeMB4gFnAeMBZwFkAWYBZwHiAWYB4gHmAWMBZgHmAWMB5gHuAe4B5wFpAe4BaQFjAYwCjQLXAYwC1wHcAYsCjALcAYsC3AFbAm4BaQHnAW4B5wFdAhEBVQGCAREBggHyABQBYAJfAhQBXwITAQgBAQFhAggBYQIHARIBEQHyABIB8gDzAPMA8QAQAfMAEAESAfAAYwJiAvAAYgLuACwBEAHxACwB8QBCARsBZAJlAhsBZQIaAQEB6QDoAAEB6ABhAkIBcAFeAUIBXgEsAQsBXgFwAQsBcAHsAAwBCwHsAAwB7ADtAO0A6wAKAe0ACgEMAQ4BXgJiAg4BYgINAfYAaQJfAvYAXwL0AAIB+gAaAQIBGgFlAoEBCgHrAIEB6wDoAeoAaAJhAuoAYQLoAOgB6QEtAegBLQGBAQQBLQHpAQQB6QHjAAYBBAHjAAYB4wDnAAIBZQL8AAIB/AD+AOcA4gADAecAAwEGARwBAwHiABwB4gD/AP8A5AAFAf8ABQEcAR8BBQFmAh8BZgKCAggBIQGDAggBgwJnAvoA+QAYAfoAGAEaAR0BGAH5AB0B+QAAAQAB+AAXAQABFwEdAeQA5QBmAuQAZgIFAQkBaAJeAgkBXgIOARUBaQJkAhUBZAIbAfUAYAJjAvUAYwLwACYCIgIqASYCKgFLAmwCbQJqAmwCagIyAVoBbAIyAVoBMgFvAX4BTgFGAX4BRgF8AXICSQJDAXICQwFwAoQCbgFdAoQCXQKIAlkBWgFvAVkBbwFLAoQCiAJUAoQCVAJrAXECTgF+AXECfgEvAU4BcQJwAk4BcAJDAXACcQJsAnACbAJaAS8BHwFsAi8BbAJxAkYBTgFDAUYBQwGAAVcBRgGAAVcBgAF6AUcCMQEpAUcCKQFNAk0CdAFtAU0CbQFHAj0CagFTAj0CUwJRAjoCPQJRAjoCUQJSAjcCOgJSAjcCUgJVAjQCNwJVAjQCVQJXAlACNAJXAlACVwJWAuABUAJWAuABVgJZAnMC4AFZAnMCWQJYAk8CcwJYAk8CWALfAT0CdAJzAT0CcwFqASsC4AFIASsCSAFJAToCRgJ0AjoCdAI9AnMBdAJ1AnMBdQJsATICNQJ7AjICewJ+An4CgQIwAn4CMAIyAncCdQJ0AncCdAJGAkYCeQJ6AkYCegJ3AnkCfAJ9AnkCfQJ6AnwCfwKAAnwCgAJ9AjcCeQJGAjcCRgI6AnwCeQI3AnwCNwI0AjQCUAJ/AjQCfwJ8AjACgQItAjACLQIuAoACfwIrAoACKwIsAisCfwJQAisCUALgAVEBRAE8AVEBPAE9AUUBVwF6AUUBegEuAS4BewFWAS4BVgFFAXsBcgFgAXsBYAFWAVgBYAFyAVgBcgF5AUcBWAF5AUcBeQF/AU8BRwF/AU8BfwFbAVIBTwFbAVIBWwFcATwBRAF1ATwBdQEpASkBMQFOAikBTgI8ATkBTgIxATkBMQE8AjwCOQI3ATwCNwE5ATgBNwE5AjgBOQI2AjYCMwI2ATYCNgE4ATMCMQI0ATMCNAE2ATUBNAExAjUBMQIvAi8CTQEzAS8CMwE1AQgBZwLmAAgB5gABASIBMAGDAiIBgwIhAQgBBwEiAQgBIgEhAR8BggJtAh8BbQJsAkEChwKEAkEChAJrAWgBTwLfAWgB3wHhAV8BaAHhAV8B4QHeAUQBUAGJAkQBiQJ1AUECdQGJAkECiQKHAlwBiQJQAVwBUAFSAYcCiQJcAYcCXAFCAloBWQFyAloBcgJwAlQBawJuAlQBbgJvAm8CTQFTAW8CUwFUAU0BTAFBAU0BQQFTAUwBSwFAAUwBQAFBAUoBSQErAUoBKwE/AUkBSAEqAUkBKgErAUgBWQFLAkgBSwIqAZ4CnQLGAZ4CxgHQAp0CnALIAZ0CyAHGAZwCmwLKAZwCygHIAZoCmwJWApoCVgJXApkCmgJXApkCVwJVApgCmQJVApgCVQJSApcCmAJSApcCUgJRApcCigJaApcCWgKFApYCngLQApYC0ALFAVQCiAKMAlQCjAKLAs0BwwGTAs0BkwKUAtoB0QKaAtoBmgKZAuUB3gGVAuUBlQKUAlkCVgKbAlkCmwKcAt4B4QGWAt4BlgKVAtUB1wGNAtUBjQKOAuEB3wGeAuEBngKWAtMB0QGQAtMBkAKRAs8B1QGOAs8BjgKPAlgCWQKcAlgCnAKdAoUC2AGYAoUCmAKXAtQC0wGRAtQCkQKSAtEBzwGPAtEBjwKQAlECUwKKAlECigKXAtECygGbAtECmwKaAsMB1AKSAsMBkgKTAogCXQKNAogCjQKMAtgB2gGZAtgBmQKYAt8BWAKdAt8BnQKeAoMCMAFvAoMCbwJuAk4ARwCiAk4AogJBAHAAXwjBAHAAwQC+ANsC2gLnAtoCDwPnAuEC4ALnAtwC5wLZAt4C2wLnAuUC1QLnAtUC1gLnAtYC5gLnAuYC2ALnAtgC1wLnAucC1wIMA+cC4wLhAt0C5wLcAt8C5wLdAuMC5wLfAuAC4gLnAuIC5ALnAuQC3gLnAgQD7gLJAQQDyQHLAfUC8wLSAfUC0gHTAv0C7QLCAf0CwgHMAf4C+gLbAf4C2wHZAesC/QLMAesCzAHNAu0C9QLTAu0C0wLCAQAD/gLZAQAD2QGGAg4D6wLNAg4DzQLEAQYDAgNcAgYDXALdAfgCBAPLAfgCywHSAvcCCQPWAfcC1gHUAQIDAAOGAgIDhgJcAu4CCgPHAe4CxwHJAfoC+ALSAvoC0gLbAQoD6QLPAgoDzwLHARED9wLUARED1AHOAQkDBgPdAQkD3QHWAfMC8QLQAfMC0AHSAdUC5QLwAtUC8ALyAtsC3gIHA9sCBwMIAw8D2gL2Ag8D9gIQA9wC2QLoAtwC6AILA+EC4wL5AuEC+QL7At0C3AILA90CCwPvAuQC4gIBA+QCAQMDA9oC2wIIA9oCCAP2AuMC3wIFA+MCBQP5At4C5AIDA94CAwMHAwwD1wLqAgwD6gINA+IC4AL/AuIC/wIBA+YC1gL0AuYC9ALsAtcC2AL8AtcC/ALqAuAC4QL7AuAC+wL/AtgC5gLsAtgC7AL8AtYC1QLyAtYC8gL0At8C3QLvAt8C7wIFA9kCDAMNA9kCDQPoAukCDgPEAekCxAHPAucCDAPZAuUCDwMQA+UCEAPwAvECEQPOAfECzgHQAQ8D5QLnAmQIsgKrBWQIqwUWB8sCtQKuBcsCrgUUB1IIYQjgBVII4AWgB7oCbQiWB7oClgfXBa0CswKsBa0CrAWhBbgCUgigB7gCoAexBWEIsAKkBWEIpAXgBaoCqwKfBaoCnwWeBbUCrQKhBbUCoQWuBbACugLXBbAC1wWkBW0IqgKeBW0IngWWB7MCZAgWB7MCFgesBasCywIUB6sCFAefBbICuAKxBbICsQWrBbQGpAYXA7QGFwN+A7MGogYbA7MGGwNbA1cDPgMZA1cDGQNaA7UGnwYVA7UGFQN/A7YGoAYTA7YGEwOAA4MDPAMUA4MDFAOGAy8HbgMiAy8HIgMjB4EDgAMTA4EDEwMmA1gDWwMbA1gDGwMkA20DcAMSA20DEgMhA7IGuQaWA7IGlgNTA04DmgObA04DmwNWAywHNgeVAywHlQNKA60GugacA60GnANVA1MDlgOaA1MDmgNOA6oGpQYoA6oGKANEAzUDKgMoAzUDKAM7A0cDLQMsA0cDLANFAygHNQcrAygHKwM2A6kGpgYwA6kGMANGA7IDugMvA7IDLwMzA0sDMQMpA0sDKQNDA0YDMAMxA0YDMQNLAzADOQM0AzADNAMxAzEDNAM/AzEDPwMpA34DFwM+A34DPgNXA38DFQM8A38DPAODA7YDbANAA7YDQAO5A7oDsANMA7oDTAMvA6YGqAY5A6YGOQMwAzUHLAdKAzUHSgMrAy0DNwM6Ay0DOgMsAyoDSQNEAyoDRAMoA6UGpwY7A6UGOwMoA68DtQNNA68DTQOTA5QDTwNVA5QDVQOcA7kGqQZGA7kGRgOWAzYHLQdQAzYHUAOVA5YDRgNLA5YDSwOaA5cDRwNFA5cDRQOZA5oDSwNDA5oDQwObA7oGqgZEA7oGRAOcA74GsgZTA74GUwPMA80DTgNWA80DVgPLA9IDswNrA9IDawPKA3cDXQNxA3cDcQN2A8cDUQNUA8cDVAPJA7AGqwZzA7AGcwN1A0QHMAdpA0QHaQPPA5EDjwNjA5EDYwNoAzEHfANfAzEHXwMuB64DegNcA64DXAO0A6AGsAZ1A6AGdQMTA28DcgNdA28DXQN3A7EGrAZyA7EGcgNvA3gDdQNzA3gDcwNgA7QDXANsA7QDbAO2A3sDfQN0A3sDdANeA78GrQZVA78GVQPQA8wDUwNOA8wDTgPNA10DVwNaA10DWgNxA6wDjgNrA6wDawOzA58GsQZvA58GbwMVAzwDdwN2AzwDdgMUAyYDEwN1AyYDdQN4AzMHkgNpAzMHaQMwB84DaANjA84DYwPQA6sGswZbA6sGWwNzA14DdANwA14DcANtAy4HXwNuAy4HbgMvBxUDbwN3AxUDdwM8A7cDQQN6A7cDegOuAx8DHQN9Ax8DfQN7AyQHIAN8AyQHfAMxB6wGtAZ+A6wGfgNyA3IDfgNXA3IDVwNdA2ADcwNbA2ADWwNYA7cGtQZ/A7cGfwOJA7gGtgaAA7gGgAOKA40DgwOGA40DhgOQA4sDigOAA4sDgAOBA4kDfwODA4kDgwONAyEDEgOFAyEDhQOHA7kDQAOEA7kDhAOtAyMHIgOIAyMHiAMyB4cDhQOPA4cDjwORA60DhAOOA60DjgOsAzIHiAOSAzIHkgMzB68GtwaJA68GiQNiA64GuAaKA64GigNkA2oDjQOQA2oDkANlA2YDZAOKA2YDigOLA2IDiQONA2IDjQNqA1EDlwOZA1EDmQNUA7ADrwOTA7ADkwNMA0kDlAOcA0kDnANEA2wDpgOdA2wDnQNAA0wDkwOrA0wDqwOjAzMDLwOgAzMDoAOiAy8DTAOjAy8DowOgA5MDTQOkA5MDpAOrA8oDawOnA8oDpwPRA3oDqAOlA3oDpQNcA44DqgOnA44DpwNrA1wDpQOmA1wDpgNsA0EDngOoA0EDqAN6A0ADnQOpA0ADqQOEA4QDqQOqA4QDqgOOAzcHrAOzAzcHswM9ByYHPAewAyYHsAO6AyoHtwOuAyoHrgM4BykHuQOtAykHrQM5BzQHPge1AzQHtQOvAz8HtgO5Az8HuQMpB0AHtAO2A0AHtgM/BzwHNAevAzwHrwOwAzsHJge6AzsHugOyAzkHrQOsAzkHrAM3B0UHPQezA0UHswPSAzgHrgO0AzgHtANAB8QDsQMyA8QDMgO8AzkDvwO7AzkDuwM0A6EDwwO8A6EDvAMyA6gGuwa/A6gGvwM5A70DNQM7A70DOwPBAzcDvgPAAzcDwAM6AzoHQge+AzoHvgM3A6cGvAbBA6cGwQM7A0EHJwc1A0EHNQO9AzQDuwPCAzQDwgM/A0IHQwfGA0IHxgO+A0EHvQPGA0EHxgNDB70DwQPFA70DxQPGA8YDxQPAA8YDwAO+A70GuwO/A70GvwO7Br0GxQPBA70GwQO8Bq4GvgbMA64GzANlA2oDzQPLA2oDywNiA7UD0gPKA7UDygNNA2YDxwPJA2YDyQNkAy0HRAfPAy0HzwNQA68GvwbQA68G0ANjA2UDzAPNA2UDzQNqA08DzgPQA08D0ANVA00DygPRA00D0QOkAz4HRQfSAz4H0gO1A9UGxQbYA9UG2AM/BNQGwwbcA9QG3AMcBBgE/wPaAxgE2gMbBNYGwAbWA9YG1gNABNcGwQbUA9cG1ANBBEQE/QPVA0QE1QNHBFIHLgTiA1IH4gNGB0MEQQTUA0ME1APoAxoEHATcAxoE3APlAy8EMQTTAy8E0wPjA9MG2gZXBNMGVwQUBA8EWwRcBA8EXAQXBE8HWQdVBE8HVQQKBM4G2wZdBM4GXQQWBBQEVwRbBBQEWwQPBMsGxgbpA8sG6QMFBPcD7APpA/cD6QP8AwkE7wPtAwkE7QMGBEoHWAfrA0oH6wP2A8oGxwbxA8oG8QMHBHIEewTwA3IE8APzAwwE8gPqAwwE6gMEBAcE8QPyAwcE8gMMBPED+gP1A/ED9QPyA/ID9QMABPIDAATqAz8E2AP/Az8E/wMYBEAE1gP9A0AE/QNEBHcELQQBBHcEAQR6BHsEcQQNBHsEDQTwA8cGyQb6A8cG+gPxA1gHTwcKBFgHCgTrA+8D+QP7A+8D+wPtA+wDCwQFBOwDBQTpA8YGyAb8A8YG/APpA3AEdgQOBHAEDgRUBFYEEQQWBFYEFgRdBNoGygYHBNoGBwRXBFkHUAcQBFkHEARVBFcEBwQMBFcEDARbBFkECQQGBFkEBgRaBFsEDAQEBFsEBARcBNsGywYFBNsGBQRdBN8G0wYUBN8GFASNBI4EDwQXBI4EFwSMBJMEdAQsBJMELASLBDgEHgQyBDgEMgQ3BIkEEwQVBIkEFQSKBNEGzAY0BNEGNAQ2BGcHUwcpBGcHKQSPBFMEUAQkBFMEJAQqBFQHPAQfBFQHHwRRB28EOwQdBG8EHQR1BMEG0QY2BMEGNgTUAzAEMwQeBDAEHgQ4BNIGzQYzBNIGMwQwBDoENgQ0BDoENAQiBHUEHQQtBHUELQR3BD0EPgQ1BD0ENQQgBOAGzgYWBOAGFgSRBI0EFAQPBI0EDwSOBB4EGAQbBB4EGwQyBG0ETwQsBG0ELAR0BMAG0gYwBMAGMATWA/0DOAQ3BP0DNwTVA+gD1AM2BOgDNgQ6BFYHUgQpBFYHKQRTB5AEKgQkBJAEJASRBMwG1AYcBMwGHAQ0BCAENQQxBCAEMQQvBFEHHwQuBFEHLgRSB9YDMAQ4BNYDOAT9A3gEAgQ7BHgEOwRvBOAD3gM+BOADPgQ9BEcH3wM8BEcHPARUB80G1QY/BM0GPwQzBDMEPwQYBDMEGAQeBCIENAQcBCIEHAQaBNgG1gZABNgGQARKBNkG1wZBBNkGQQRLBE4ERARHBE4ERwRRBE0ESwRBBE0EQQRDBEoEQAREBEoERAROBOMD0wNGBOMDRgRJBHoEAQRFBHoERQRuBEYH4gNIBEYHSARVB0kERgRQBEkEUARTBG4ERQRPBG4ETwRtBFUHSARSBFUHUgRWB9AG2AZKBNAGSgQjBM8G2QZLBM8GSwQlBCsETgRRBCsEUQQmBCgEJQRLBCgESwRNBCMESgROBCMETgQrBBMEWQRaBBMEWgQVBHEEcARUBHEEVAQNBAsEVgRdBAsEXQQFBC0EZwReBC0EXgQBBA0EVARsBA0EbARkBPMD8ANhBPMDYQRiBPADDQRkBPADZARhBFQEDgRlBFQEZQRsBIsELARoBIsEaASSBDsEaQRmBDsEZgQdBE8EawRoBE8EaAQsBB0EZgRnBB0EZwQtBAIEXwRpBAIEaQQ7BAEEXgRqBAEEagRFBEUEagRrBEUEawRPBFoHbQR0BFoHdARgB0kHXwdxBEkHcQR7BE0HeARvBE0HbwRbB0wHegRuBEwHbgRcB1cHYQd2BFcHdgRwBGIHdwR6BGIHegRMB2MHdQR3BGMHdwRiB18HVwdwBF8HcARxBF0HSQd7BF0HewRyBFwHbgRtBFwHbQRaB2gHYAd0BGgHdASTBFsHbwR1BFsHdQRjB4UEcwT0A4UE9AN9BPoDgAR8BPoDfAT1A2MEhAR9BGMEfQT0A8kG3AaABMkGgAT6A34E9wP8A34E/AOCBPkDfwSBBPkDgQT7A14HZQd/BF4HfwT5A8gG3QaCBMgGggT8A2QHSwf3A2QH9wN+BPUDfASDBPUDgwQABGUHZgeHBGUHhwR/BGQHfgSHBGQHhwRmB34EggSGBH4EhgSHBIcEhgSBBIcEgQR/BN4GfASABN4GgATcBt4GhgSCBN4GggTdBs8G3waNBM8GjQQmBCsEjgSMBCsEjAQjBHYEkwSLBHYEiwQOBCgEiQSKBCgEigQlBFAHZwePBFAHjwQQBNAG4AaRBNAGkQQkBCYEjQSOBCYEjgQrBBEEkASRBBEEkQQWBA4EiwSSBA4EkgRlBGEHaAeTBGEHkwR2BPUG4QaXBPUGlwT3BPYG4gaVBPYGlQT4BPsEsASWBPsElgT+BHEH4QSYBHEHmARpB/oE+ASVBPoElQSbBOIE5ASUBOIElASZBPAG+QYOBfAGDgXDBL4EEgUTBb4EEwXGBG4HeQcMBW4HDAW5BOsG+gYUBesGFAXFBMMEDgUSBcMEEgW+BOgG4wacBOgGnAS0BKoEnwScBKoEnASvBLgEogSgBLgEoAS1BGsHeAeeBGsHngSpBOcG5AakBOcGpAS2BCkFMAWjBCkFowSmBLsEpQSdBLsEnQSzBLYEpASlBLYEpQS7BKQErQSoBKQEqASlBKUEqASxBKUEsQSdBPcElwSwBPcEsAT7BC4F4ASyBC4FsgQvBTAFKAW8BDAFvASjBOQG5gatBOQGrQSkBHgHbge5BHgHuQSeBKIErASuBKIErgSgBJ8EugS0BJ8EtAScBOMG5QavBOMGrwScBCcFLQW9BCcFvQQLBQ0FwATFBA0FxQQUBfkG5wa2BPkGtgQOBXkHbwe/BHkHvwQMBQ4FtgS7BA4FuwQSBRAFuAS1BBAFtQQRBRIFuwSzBBIFswQTBfoG6Aa0BPoGtAQUBf4G8AbDBP4GwwRCBUMFvgTGBEMFxgRBBUgFKwXfBEgF3wRABesE0QTlBOsE5QTqBD4FwgTEBD4FxAQ/Be4G6QbnBO4G5wTpBIgHcgfcBIgH3AREBQoFBwXXBAoF1wTdBHMH8ATSBHMH0gRwByUF7gTQBCUF0AQsBeIG7gbpBOIG6QSVBOME5gTRBOME0QTrBO8G6gbmBO8G5gTjBO0E6QTnBO0E5wTVBCwF0ATgBCwF4AQuBfEE9AToBPEE6ATTBP8G6wbFBP8GxQRGBUIFwwS+BEIFvgRDBdEEyATNBNEEzQTlBCMFBgXfBCMF3wQrBeEG7wbjBOEG4wSXBLAE6wTqBLAE6gSWBJsElQTpBJsE6QTtBHYHCQXcBHYH3ARyB0UF3QTXBEUF1wRGBekG8gbPBOkGzwTnBNME6ATkBNME5ATiBHAH0gThBHAH4QRxB5cE4wTrBJcE6wSwBOoG9Ab2BOoG9gTmBOYE9gTIBOYEyATRBNUE5wTPBNUEzwTLBPcG9Qb3BPcG9wQBBfgG9gb4BPgG+AQCBQUF+wT+BAUF/gQIBQQFAgX4BAQF+AT6BAEF9wT7BAEF+wQFBZkElAT9BJkE/QQABS8FsgT8BC8F/AQkBWkHmAT/BGkH/wR1BwAF/QQHBQAFBwUKBSQF/AQGBSQFBgUjBXUH/wQJBXUHCQV2B+0G9wYBBe0GAQXWBOwG+AYCBewGAgXYBN4EBQUIBd4ECAXZBNsE2AQCBdsEAgUEBdYEAQUFBdYEBQXeBMIEEAURBcIEEQXEBCgFJwULBSgFCwW8BLoEDQUUBboEFAW0BOAEHAUVBeAEFQWyBLwECwUiBbwEIgUZBaYEowQWBaYEFgUXBaMEvAQZBaMEGQUWBQsFvQQaBQsFGgUiBUAF3wQdBUAFHQVHBe4EHgUbBe4EGwXQBAYFIQUdBQYFHQXfBNAEGwUcBdAEHAXgBLIEFQUgBbIEIAX8BPwEIAUhBfwEIQUGBXoHIwUrBXoHKwWBB2oHgAcoBWoHKAUwBW0HLwUkBW0HJAV9B3cHggctBXcHLQUnBYMHLgUvBYMHLwVtB4QHLAUuBYQHLgWDB4AHdwcnBYAHJwUoBX4HagcwBX4HMAUpBX0HJAUjBX0HIwV6B4kHgQcrBYkHKwVIBXsHJQUsBXsHLAWEBzoFKgWnBDoFpwQyBa0ENQUxBa0EMQWoBBgFOQUyBRgFMgWnBOYG+wY1BeYGNQWtBDMFqgSvBDMFrwQ3BawENAU2BawENgWuBH8Hhgc0BX8HNAWsBOUG/AY3BeUGNwWvBIUHbAeqBIUHqgQzBagEMQU4BagEOAWxBIYHhwc8BYYHPAU0BYUHMwU8BYUHPAWHBzMFNwU7BTMFOwU8BTwFOwU2BTwFNgU0Bf0GMQU1Bf0GNQX7Bv0GOwU3Bf0GNwX8BuwG/gZCBewGQgXZBN4EQwVBBd4EQQXWBC0FSAVABS0FQAW9BNsEPgU/BdsEPwXYBG8HiAdEBW8HRAW/BO0G/wZGBe0GRgXXBNkEQgVDBdkEQwXeBMAERQVGBcAERgXFBL0EQAVHBb0ERwUaBYIHiQdIBYIHSAUtBRMHAwdNBRMHTQWpBRIHAgdPBRIHTwWABX0FZwVOBX0FTgV/BRgHAAdMBRgHTAWyBRkHAQdKBRkHSgWzBbUFZgVLBbUFSwW4BZMHkAVTBZMHUwWKB6IFrQVOBaIFTgVnBZUHnAVRBZUHUQWLB7QFswVKBbQFSgVWBX4FgAVPBX4FTwVVBZEFkwVJBZEFSQVUBRUHrwVNBRUHTQUDBxcHqgVPBRcHTwUCBxEHHAfHBREHxwV5BXUFygXLBXUFywV8BZAHnAfFBZAHxQVwBQwHHQfMBQwHzAV7BXkFxwXKBXkFygV1BQkHBAdXBQkHVwVsBWEFWQVXBWEFVwVlBW8FWwVaBW8FWgVtBY0HmwdZBY0HWQVhBQgHBQddBQgHXQVuBeMF6gVcBeMFXAVfBXIFXgVYBXIFWAVrBW4FXQVeBW4FXgVyBV0FYwVgBV0FYAVeBV4FYAVoBV4FaAVYBakFTQVnBakFZwV9BbIFTAVmBbIFZgW1BecFjwVpBecFaQXpBa8FogVnBa8FZwVNBd8FowVqBd8FagXoBeoF4gVzBeoFcwVcBQUHBwdjBQUHYwVdBZsHkAdwBZsHcAVZBVsFYgVkBVsFZAVaBVkFcQVsBVkFbAVXBQQHBgdlBQQHZQVXBeEF5gV0BeEFdAXEBcYFdwV7BcYFewXMBRwHCAduBRwHbgXHBZwHkQd2BZwHdgXFBccFbgVyBccFcgXKBcgFbwVtBcgFbQXJBcoFcgVrBcoFawXLBR0HCQdsBR0HbAXMBSEHEQd5BSEHeQX7BfwFdQV8BfwFfAX6BQEG5AWOBQEGjgX5BZoFggWUBZoFlAWZBfcFeAV6BfcFegX4BQ8HCgeWBQ8HlgWYBasHlAeLBasHiwX9BcMFwAWHBcMFhwWMBZcHpgWDBZcHgwWSB94FpQWBBd4FgQXlBQEHDweYBQEHmAVKBZIFlQWCBZIFggWaBRAHCweVBRAHlQWSBZsFmAWWBZsFlgWFBeUFgQWPBeUFjwXnBacFqAWXBacFlwWEBSIHDAd7BSIHewX/BfsFeQV1BfsFdQX8BYIFfQV/BYIFfwWUBdwFvwWOBdwFjgXkBQAHEAeSBQAHkgVMBWYFmgWZBWYFmQVLBVYFSgWYBVYFmAWbBZkHwgWLBZkHiwWUB/4FjAWHBf4FhwX/BQoHEgeABQoHgAWWBYQFlwWTBYQFkwWRBZIHgwWQBZIHkAWTB0wFkgWaBUwFmgVmBVUFTwWqBVUFqgWwBegFagWlBegFpQXeBVIFUAWoBVIFqAWnBVAFUgWdBVAFnQWgBYsHUQWmBYsHpgWXBwsHEwepBQsHqQWVBZUFqQV9BZUFfQWCBYUFlgWABYUFgAV+BRoHGAeyBRoHsgW7BRsHGQezBRsHswW8Bb4FtQW4Bb4FuAXBBb0FvAWzBb0FswW0BbsFsgW1BbsFtQW+BVQFSQW3BVQFtwW6BekFaQW2BekFtgXdBYoHUwW5BYoHuQWYB7oFtwXABboFwAXDBd0FtgW/Bd0FvwXcBZgHuQXCBZgHwgWZBw4HGge7BQ4HuwWGBQ0HGwe8BQ0HvAWIBY0FvgXBBY0FwQWJBYoFiAW8BYoFvAW9BYYFuwW+BYYFvgWNBXgFyAXJBXgFyQV6BeIF4QXEBeIFxAVzBXEFxgXMBXEFzAVsBY8F1AXNBY8FzQVpBaMF1gXOBaMFzgVqBXMFxAXbBXMF2wXRBV8FXAXPBV8FzwXQBVwFcwXRBVwF0QXPBcQFdAXSBcQF0gXbBfkFjgXVBfkF1QUABqUF2AXTBaUF0wWBBb8F2gXVBb8F1QWOBYEF0wXUBYEF1AWPBWoFzgXYBWoF2AWlBWkFzQXZBWkF2QW2BbYF2QXaBbYF2gW/BZ0H3AXkBZ0H5AWkB4wHowfiBYwH4gXqBY8H6AXeBY8H3gWeB44H6QXdBY4H3QWhB5oHpQfmBZoH5gXhBaYH5wXpBaYH6QWOB58H3wXoBZ8H6AWPB6cH5QXnBacH5wWmB6MHmgfhBaMH4QXiBaIHjAfqBaIH6gXjBaEH3QXcBaEH3AWdB6wHpAfkBawH5AUBBp4H3gXlBZ4H5QWnB/QF4wVfBfQFXwXsBWMF7wXrBWMF6wVgBdAF8wXsBdAF7AVfBQcHHgfvBQcH7wVjBe0FYQVlBe0FZQXxBWIF7gXwBWIF8AVkBaIHqQfuBaIH7gViBQYHHwfxBQYH8QVlBagHjQdhBagHYQXtBWAF6wXyBWAF8gVoBakHqgf2BakH9gXuBagH7QX2BagH9gWqB+0F8QX1Be0F9QX2BfYF9QXwBfYF8AXuBSAH6wXvBSAH7wUeByAH9QXxBSAH8QUfBw0HIQf7BQ0H+wWJBY0F/AX6BY0F+gWGBeYFAQb5BeYF+QV0BYoF9wX4BYoF+AWIBZEHqwf9BZEH/QV2BQ4HIgf/BQ4H/wWHBYkF+wX8BYkF/AWNBXcF/gX/BXcF/wV7BXQF+QUABnQFAAbSBaUHrAcBBqUHAQbmBVcGAgYFBlcGBQZRBlgGBAYDBlgGAwZSBlUGHgYEBlUGBAZYBnUGQgYHBnUGBwZvBlMGUgYDBlMGAwYIBkEGRgYCBkEGAgYGBjIGawZoBjIGaAYxBiwGbAZtBiwGbQY0BnMGegZnBnMGZwYoBjQGbQZuBjQGbgYzBjEGaAZsBjEGbAYsBiEGCwYKBiEGCgYiBhcGDAYKBhcGCgYdBiUGDwYOBiUGDgYjBnIGcAYNBnIGDQYYBiMGDgYSBiMGEgYkBoAGhgYRBoAGEQYVBikGEwYLBikGCwYhBiQGEgYTBiQGEwYpBhIGGwYWBhIGFgYTBhMGFgYfBhMGHwYLBlEGBQYeBlEGHgZVBoQGPwYgBoQGIAaFBoYGfgYqBoYGKgYRBg4GHAYbBg4GGwYSBnAGcwYoBnAGKAYNBg8GGQYcBg8GHAYOBgwGJwYiBgwGIgYKBgsGHwYdBgsGHQYKBn0GggYrBn0GKwZlBmYGLQYzBmYGMwZuBmsGIwYkBmsGJAZoBnoGdAYuBnoGLgZnBmgGJAYpBmgGKQZsBmkGJQYjBmkGIwZrBmwGKQYhBmwGIQZtBm0GIQYiBm0GIgZuBpUGMgYxBpUGMQaYBpkGLAY0BpkGNAaXBp4GgQY+Bp4GPgaWBpMGLwYyBpMGMgaVBp0GdwY8Bp0GPAabBmMGYQY2BmMGNgY7BgQGSwZJBgQGSQYDBpcGNAYzBpcGMwacBpgGMQYsBpgGLAaZBnsGYAY+BnsGPgaBBgIGRgZFBgIGRQYFBh4GTQZLBh4GSwYEBggGAwZJBggGSQZPBnkGZAY8BnkGPAZ3BpoGOwY2BpoGNgacBgUGRQZNBgUGTQYeBmEGVwZRBmEGUQZbBmIGWAZSBmIGUgZcBl8GVQZYBl8GWAZiBl0GXAZSBl0GUgZTBlsGUQZVBlsGVQZfBgYGAgZXBgYGVwZZBoUGIAZWBoUGVgZ8Bm8GBwZaBm8GWgZ4BlkGVwZhBlkGYQZjBnwGVgZgBnwGYAZ7BngGWgZkBngGZAZ5BjYGYQZbBjYGWwY1BjgGYgZcBjgGXAY3Bj0GXwZiBj0GYgY4BjkGNwZcBjkGXAZdBjUGWwZfBjUGXwY9Bi8GaQZrBi8GawYyBn4GfQZlBn4GZQYqBicGZgZuBicGbgYiBj8GdQZvBj8GbwYgBioGZQZ6BioGegZzBhUGEQZwBhUGcAZyBhEGKgZzBhEGcwZwBmUGKwZ0BmUGdAZ6BpYGPgZ3BpYGdwadBmAGeQZ3BmAGdwY+BiAGbwZ4BiAGeAZWBlYGeAZ5BlYGeQZgBl4GewaBBl4GgQY6BhAGJgZ+BhAGfgaGBgkGhQZ8BgkGfAZUBmoGMAaCBmoGggZ9BlAGhAaFBlAGhQYJBiYGagZ9BiYGfQZ+BhoGEAaGBhoGhgaABlQGfAZ7BlQGewZeBpQGOgaBBpQGgQaeBpAGfwYUBpAGFAaIBhsGiwaHBhsGhwYWBnEGjwaIBnEGiAYUBhwGjAaLBhwGiwYbBokGFwYdBokGHQaNBhkGigaMBhkGjAYcBn8GkAaKBn8GigYZBh8GjgYdBo4GjQYdBo8GcQYXBo8GFwaJBhYGhwaOBhYGjgYfBpAGiAaSBpAGkgaKBo8GiQaSBo8GkgaIBokGjQaRBokGkQaSBpIGkQaMBpIGjAaKBpEGhwaLBpEGiwaMBocGkQaNBocGjQaOBjcGlQaYBjcGmAY4Bj0GmQaXBj0GlwY1BoIGngaWBoIGlgYrBjkGkwaVBjkGlQY3BnQGnQabBnQGmwYuBjUGlwacBjUGnAY2BjgGmAaZBjgGmQY9Bi0GmgacBi0GnAYzBisGlgadBisGnQZ0BjAGlAaeBjAGngaCBn0DHQOkBn0DpAa0BloDGQOiBloDogazBoUDEgOfBoUDnwa1BoYDFAOgBoYDoAa2BlQDmQO5BlQDuQayBlYDmwO6BlYDugatBkMDKQOlBkMDpQaqBkUDLAOmBkUDpgapBiwDOgOoBiwDqAamBikDPwOnBikDpwalBpkDRQOpBpkDqQa5BpsDQwOqBpsDqga6BskDVAOyBskDsga+BnYDcQOrBnYDqwawBhQDdgOwBhQDsAagBnADdAOsBnADrAaxBssDVgOtBssDrQa/BhIDcAOxBhIDsQafBnEDWgOzBnEDswarBnQDfQO0BnQDtAasBo8DhQO1Bo8DtQa3BpADhgO2BpADtga4BmMDjwO3BmMDtwavBmUDkAO4BmUDuAauBjoDwAO7BjoDuwaoBj8DwgO8Bj8DvAanBsUDvQa7BsUDuwbAA7sDvQa8BrsDvAbCA2QDyQO+BmQDvgauBmIDywO/BmIDvwavBj4E3gPFBj4ExQbVBhsE2gPDBhsEwwbUBkYE0wPABkYEwAbWBkcE1QPBBkcEwQbXBhUEWgTaBhUE2gbTBhcEXATbBhcE2wbOBgQE6gPGBgQExgbLBgYE7QPHBgYExwbKBu0D+wPJBu0DyQbHBuoDAATIBuoDyAbGBloEBgTKBloEygbaBlwEBATLBlwEywbbBooEFQTTBooE0wbfBjcEMgTMBjcEzAbRBtUDNwTRBtUD0QbBBjEENQTNBjEEzQbSBowEFwTOBowEzgbgBtMDMQTSBtMD0gbABjIEGwTUBjIE1AbMBjUEPgTVBjUE1QbNBlAERgTWBlAE1gbYBlEERwTXBlEE1wbZBiQEUATYBiQE2AbQBiYEUQTZBiYE2QbPBvsDgQTcBvsD3AbJBgAEgwTdBgAE3QbIBoYE3gbcBoYE3AaBBHwE3gbdBnwE3QaDBCUEigTfBiUE3wbPBiMEjATgBiME4AbQBv0ElAThBv0E4Qb1Bv4ElgTiBv4E4gb2BsQEEQX5BsQE+QbwBsYEEwX6BsYE+gbrBrMEnQTjBrME4wboBrUEoATkBrUE5AbnBqAErgTmBqAE5gbkBp0EsQTlBp0E5QbjBhEFtQTnBhEF5wb5BhMFswToBhMF6Ab6Bj8FxATwBj8F8Ab+BuoE5QTpBuoE6QbuBpYE6gTuBpYE7gbiBuQE6ATqBuQE6gbvBkEFxgTrBkEF6wb/BpQE5ATvBpQE7wbhBuUEzQTyBuUE8gbpBugE9AT0BugE9AbqBgcF/QT1BgcF9Qb3BggF/gT2BggF9gb4BtcEBwX3BtcE9wbtBtkECAX4BtkE+AbsBq4ENgX7Bq4E+wbmBrEEOAX8BrEE/AblBjsF/Qb7BjsF+wY2BTEF/Qb8BjEF/AY4BdgEPwX+BtgE/gbsBtYEQQX/BtYE/wbtBqgFUAUDB6gFAwcTB38FTgUCB38FAgcSB7cFSQUAB7cFAAcYB7gFSwUBB7gFAQcZB6AFFQcDB6AFAwdQBa0FFwcCB60FAgdOBXoFyQUcB3oFHAcRB3wFywUdB3wFHQcMB2sFWAUEB2sFBAcJB20FWgUFB20FBQcIB1oFZAUHB1oFBwcFB1gFaAUGB1gFBgcEB8kFbQUIB8kFCAccB8sFawUJB8sFCQcdB/gFegURB/gFEQchB5kFlAUKB5kFCgcPB0sFmQUPB0sFDwcBB5MFlwULB5MFCwcQB/oFfAUMB/oFDAciB0kFkwUQB0kFEAcAB5QFfwUSB5QFEgcKB5cFqAUTB5cFEwcLB8AFtwUYB8AFGAcaB8EFuAUZB8EFGQcbB4cFwAUaB4cFGgcOB4kFwQUbB4kFGwcNB2QF8AUeB2QFHgcHB2gF8gUfB2gFHwcGB/UFIAceB/UFHgfwBesFIAcfB+sFHwfyBYgF+AUhB4gFIQcNB4YF+gUiB4YFIgcOB6YDLwcjB6YDIwedA6MDqwM2B6MDNgcsB6IDoAM1B6IDNQcoB6ADowMsB6ADLAc1B6sDpAMtB6sDLQc2B9EDpwMwB9EDMAdEB6gDMQcuB6gDLgelA6oDMwcwB6oDMAenA6UDLgcvB6UDLwemA54DJAcxB54DMQeoA50DIwcyB50DMgepA6kDMgczB6kDMweqA4wDNwc9B4wDPQdnAy4DSAM8By4DPAcmByMDKgc4ByMDOAdZAycDKQc5BycDOQeCA5gDUgM+B5gDPgc0B3kDPwcpB3kDKQcnA2EDQAc/B2EDPwd5A0gDmAM0B0gDNAc8BzgDLgMmBzgDJgc7B4IDOQc3B4IDNweMA8gDZwM9B8gDPQdFB1kDOAdAB1kDQAdhA7EDxANCB7EDQgc6B8MDoQMnB8MDJwdBB8QDvANDB8QDQwdCB8MDQQdDB8MDQwe8A6QD0QNEB6QDRActB1IDyANFB1IDRQc+B2cEUgdGB2cERgdeBGQEbARZB2QEWQdPB2IEYQRYB2IEWAdKB2EEZARPB2EETwdYB2wEZQRQB2wEUAdZB5IEaARTB5IEUwdnB2kEVAdRB2kEUQdmBGsEVgdTB2sEUwdoBGYEUQdSB2YEUgdnBF8ERwdUB18EVAdpBF4ERgdVB14EVQdqBGoEVQdWB2oEVgdrBEwEWgdgB0wEYAcnBO4DCARfB+4DXwdJB+QDTQdbB+QDWwcZBOcDTAdcB+cDXAdCBFgEEgRhB1gEYQdXBzkEYgdMBzkETAfnAyEEYwdiByEEYgc5BAgEWARXBwgEVwdfB/gD7gNJB/gDSQddB0IEXAdaB0IEWgdMBIgEJwRgB4gEYAdoBxkEWwdjBxkEYwchBHMEhQRlB3MEZQdeB4QEYwRLB4QESwdkB4UEfQRmB4UEZgdlB4QEZAdmB4QEZgd9BGUEkgRnB2UEZwdQBxIEiARoBxIEaAdhBxwFcQdpBxwFaQcVBRkFIgV5BxkFeQduBxcFFgV4BxcFeAdrBxYFGQVuBxYFbgd4ByIFGgVvByIFbwd5B0cFHQVyB0cFcgeIBx4FcwdwBx4FcAcbBSEFdgdyByEFcgcdBRsFcAdxBxsFcQccBRUFaQd1BxUFdQcgBSAFdQd2ByAFdgchBQMFegeBBwMFgQfaBKEEtwSAB6EEgAdqB5oEbQd9B5oEfQf5BA8FwQSCBw8Fggd3B+wEgwdtB+wEbQeaBNQEhAeDB9QEgwfsBLcEDwV3B7cEdweAB6sEoQRqB6sEagd+B/kEfQd6B/kEegcDBT0F2gSBBz0FgQeJB8oEeweEB8oEhAfUBCoFOgWGByoFhgd/BzkFGAVsBzkFbAeFBzoFMgWHBzoFhweGBzkFhQeHBzkFhwcyBRoFRwWIBxoFiAdvB8EEPQWJB8EEiQeCB9QFkweKB9QFigfNBdYFlQeLB9YFiwfOBdEF2wWcB9EFnAeQB9AFzwWbB9AFmweNB88F0QWQB88FkAebB9sF0gWRB9sFkQecBwAG1QWUBwAGlAerB9gFlweSB9gFkgfTBdoFmQeUB9oFlAfVBdMFkgeTB9MFkwfUBc4FiweXB84FlwfYBc0FigeYB80FmAfZBdkFmAeZB9kFmQfaBb0FnQekB70FpAeKBVsFbwWjB1sFoweMB1UFjweeB1UFngd+BVYFjgehB1YFoQe0BcgFeAWlB8gFpQeaB5sFpgeOB5sFjgdWBbAFnwePB7AFjwdVBYUFpwemB4UFpgebBW8FyAWaB28FmgejB2IFWwWMB2IFjAeiB7QFoQedB7QFnQe9BfcFigWkB/cFpAesB34FngenB34FpweFBeMF9AWpB+MFqQeiB/MF0AWNB/MFjQeoB/QF7AWqB/QFqgepB/MFqAeqB/MFqgfsBdIFAAarB9IFqweRB3gF9wWsB3gFrAelB+cHrwf2B+cH9gcXCN4H1gfvB94H7wciCNYH3QcvCNYHLwjvB7sH4QcsCOUH0AcaCOUHGggqCO0HzQf7B+0H+wcFCMYHxAfzB8YH8wccCM0H0QcVCM0HFQj7Bw0IywfPBw0IzwcqCLEH3wctCOIHvgcRCOMHxgccCOMHHAgrCMAHuAf9B8AH/Qf8B7gHvwcICLgHCAj9B7cHCggRCLcHEQi+B7UH5wcXCLUHFwgECMcH5AcPCMcHDwgQCM4H7gcpCM4HKQjyB+QHyAcPCOEHvAcgCOEHIAgsCNMH7QcFCNMHBQgGCMkH6wczCMkHMwgHCMQH7AchCMQHIQjzB+YH0gcUCMsHDQgUCMsHFAjSB68HswcTCK8HEwj2B70H4gcRCL0HEQgYCN8HsgceCN8HHggtCL8H6QcmCL8HJggICK0HCwgOCK0HDgi0B90H1wcxCN0HMQgvCLwHugfwB7wH8AcgCNcH2wcwCNcHMAgxCAkIwQfFBwkIxQcrCMMHxwcQCMMHEAj1B7MH4AcOCLMHDggTCNEH5gcUCNEHFAgVCOoHwAf8B+oH/AcSCOwHygf/B+wH/wchCLYHrgcCCLYHAgj+B+AHtAcOCNQHzAcBCNQHAQgDCK4HtQcECK4HBAgCCMwH0wcGCMwHBggBCLoH6gcSCLoHEgjwB88H5QcqCOgHtgf+B+gH/gcMCOsHwwf1B+sH9QczCNgH3gciCNgHIggkCLAH6AcMCLAHDAjxB9kH2gcjCLIHsAfxB7IH8QceCNoH2AckCNoHJAgjCMEHCQgPCMEHDwjIB7kHvQcYCLkHGAj5B9sH3AcwCNAHzgfyB9AH8gcaCO4H1AcDCO4HAwgpCMUH4wcrCOkHuQf5B+kH+QcmCMoHwgcACMoHAAj/B8IHyQcHCMIHBwgACCcI1QfZBycI2QcjCAYIBQgoCAYIKAgBCAMIAQgoCAMIKAgpCAcIMwgyCAcIMggACP8HAAgyCP8HMgghCAgIJgglCAgIJQj9B/wH/QclCPwHJQgSCAQIFwgWCAQIFggCCP4HAggWCP4HFggMCBkIDQgqCBkIKggaCBsICQgrCBsIKwgcCB8ICggsCB8ILAggCB0ICwgtCB0ILQgeCC4IJwgjCC4IIwgkCDEIMAgnCDEIJwguCC8IMQguCC8ILgjvByII7wcuCCIILggkCA0IGQgVCA0IFQgUCPcHGQgaCPcHGgjyB/sHFQgZCPsHGQj3BwUI+wf3BwUI9wcoCCkIKAj3BykI9wfyBwkIGwgQCAkIEAgPCPQHGwgcCPQHHAjzB/UHEAgbCPUHGwj0BzMI9Qf0BzMI9AcyCCEIMgj0ByEI9AfzBwoIHwgYCAoIGAgRCPgHHwggCPgHIAjwB/kHGAgfCPkHHwj4ByYI+Qf4ByYI+AclCBIIJQj4BxII+AfwBwsIHQgTCAsIEwgOCPoHHQgeCPoHHgjxB/YHEwgdCPYHHQj6BxcI9gf6BxcI+gcWCAwIFgj6BwwI+gfxBwoItwe7BwoIuwcsCAsIrQexBwsIsQctCNUHJwgwCNUHMAjcBzwISwjxBjwI8QbMBEsIfQDOBEsIzgTxBmsIQgjyBGsI8gR0Bz8IRAgfBT8IHwXvBFAIgwAmBVAIJgV8B0IIXAjzBEII8wTyBHgAPAjMBHgAzATHBFwIwADzBlwI8wbzBEQIawh0B0QIdAcfBYMAPwjvBIMA7wQmBV4IeADHBF4IxwT1BMAAXgj1BMAA9QTzBnoAUAh8B3oAfAfJBH0AegDJBH0AyQTOBKcCOAjdA6cC3QPhA1cIQAD+A1cI/gPXA2kIWQB5BGkIeQROB6MCWwjmA6MC5gPbA1sIaQhOB1sITgfmA1EAzwBIB1EASAdgBDgISQjEBjgIxAbdA6ECsgDCBqECwgbZAzsIUQBgBDsIYAQDBEkIVwjXA0kI1wPEBs8ApwLhA88A4QNIB0AAoQLZA0AA2QP+A7IAowLbA7IA2wPCBlkAOwgDBFkAAwR5BDcIZwglBzcIJQefAwAAqgCjBgAAowYcA0cIUwgaA0cIGgOhBp8CGAA9A58CPQMWA1YINwifA1YInwNCAy8AVghCAy8AQgO4AxMATggrBxMAKwclAzQIRwihBjQIoQYYAxgANAgYAxgAGAM9A2cIDAAeA2cIHgMlBwwAAAAcAwwAHAMeA1MIEwAlA1MIJQMaA04ILwC4A04IuAMrB6oAnwIWA6oAFgOjBrwCYwh2BrwCdgZABkUIxAJKBkUISgZMBsYCyQKDBsYCgwZOBsMCwAJEBsMCRAZHBskCvAJABskCQAaDBr8CwwJHBr8CRwZDBqgAxgJOBqgATgZIBsACRQhMBsACTAZEBsQCqABIBsQCSAZKBmMIvwJDBmMIQwZ2BvoBygLIAvoByAL4AQAAgD97k5k3byODsgAAAIBvI4OyEJnaOuj/fz8AAAAAe5OZN+n/f78Qmdo6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" + } + ] +} diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Glove_R.gltf.import b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Glove_R.gltf.import new file mode 100644 index 0000000..2e00c56 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Glove_R.gltf.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://w7th3d2hl7b5" +path="res://.godot/imported/Hand_Glove_R.gltf-0e99922c663867da8d37af9597ab1ce8.scn" + +[deps] + +source_file="res://addons/godot-xr-tools/hands/model/Hand_Glove_R.gltf" +dest_files=["res://.godot/imported/Hand_Glove_R.gltf-0e99922c663867da8d37af9597ab1ce8.scn"] + +[params] + +nodes/root_type="Node3D" +nodes/root_name="Scene Root" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=0 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Glove_low_L.gltf b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Glove_low_L.gltf new file mode 100644 index 0000000..3a8781c --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Glove_low_L.gltf @@ -0,0 +1,722 @@ +{ + "asset" : { + "copyright" : "CC0 Public Domain", + "generator" : "Khronos glTF Blender I/O v3.2.43", + "version" : "2.0" + }, + "scene" : 0, + "scenes" : [ + { + "name" : "Scene", + "nodes" : [ + 27 + ] + } + ], + "nodes" : [ + { + "name" : "Thumb_Tip_L", + "rotation" : [ + -0.07576872408390045, + -0.019257033243775368, + -0.03371242433786392, + 0.9963693618774414 + ], + "scale" : [ + 1.0000001192092896, + 1.000000238418579, + 1.0000001192092896 + ], + "translation" : [ + -2.7939677238464355e-09, + 0.030749469995498657, + -3.14321368932724e-09 + ] + }, + { + "children" : [ + 0 + ], + "name" : "Thumb_Distal_L", + "rotation" : [ + 0.05564067140221596, + 0.010326135903596878, + 0.013984743505716324, + 0.9982995390892029 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 1.0000001192092896 + ], + "translation" : [ + -2.3283064365386963e-09, + 0.04214789345860481, + 1.5133991837501526e-09 + ] + }, + { + "children" : [ + 1 + ], + "name" : "Thumb_Proximal_L", + "rotation" : [ + -0.04595031589269638, + -0.027135659009218216, + -0.07525718957185745, + 0.9957352876663208 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + 2.3283064365386963e-10, + 0.044916488230228424, + -2.473825588822365e-10 + ] + }, + { + "children" : [ + 2 + ], + "name" : "Thumb_Metacarpal_L", + "rotation" : [ + 0.3235369920730591, + -2.565749491623137e-05, + -0.027220426127314568, + 0.9458239078521729 + ], + "scale" : [ + 1, + 0.9999998211860657, + 0.9999998807907104 + ], + "translation" : [ + 0.009999999776482582, + 0.02717285417020321, + 0.019999971613287926 + ] + }, + { + "name" : "Index_Tip_L", + "rotation" : [ + -0.052288394421339035, + -0.0005572127993218601, + 0.10362062603235245, + 0.9932413697242737 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 1 + ], + "translation" : [ + 8.149072527885437e-09, + 0.027394980192184448, + 1.367880031466484e-09 + ] + }, + { + "children" : [ + 4 + ], + "name" : "Index_Distal_L", + "rotation" : [ + 0.014225997030735016, + -0.011990753002464771, + -0.13454149663448334, + 0.9907333254814148 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + 5.529727786779404e-09, + 0.0313456691801548, + 1.775333657860756e-09 + ] + }, + { + "children" : [ + 5 + ], + "name" : "Index_Intermediate_L", + "rotation" : [ + -0.013683199882507324, + -0.024668212980031967, + -0.23507100343704224, + 0.9715688824653625 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 0, + 0.03811633586883545, + -3.3178366720676422e-09 + ] + }, + { + "children" : [ + 6 + ], + "name" : "Index_Proximal_L", + "rotation" : [ + 0.11122288554906845, + -0.0027781203389167786, + 0.11757423728704453, + 0.9868121147155762 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + 5.336175945558352e-10, + 0.08036758005619049, + 2.584926050985814e-09 + ] + }, + { + "children" : [ + 7 + ], + "name" : "Index_Metacarpal_L", + "rotation" : [ + -0.0005887771840207279, + 2.10358793992782e-05, + 0.0252196304500103, + 0.9996817708015442 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + -0.009999999776482582, + 0.0271772351115942, + 0.022405147552490234 + ] + }, + { + "name" : "Middle_Tip_L", + "rotation" : [ + 0.013688242062926292, + 7.99239132902585e-05, + 0.1684110462665558, + 0.9856218695640564 + ], + "scale" : [ + 1.0000001192092896, + 0.9999999403953552, + 1 + ], + "translation" : [ + -2.0736479200422764e-09, + 0.023346584290266037, + 6.548361852765083e-11 + ] + }, + { + "children" : [ + 9 + ], + "name" : "Middle_Distal_L", + "rotation" : [ + -0.013931511901319027, + -0.00014242221368476748, + -0.16861224174499512, + 0.985584020614624 + ], + "scale" : [ + 1, + 1.0000001192092896, + 0.9999999403953552 + ], + "translation" : [ + 5.973561201244593e-09, + 0.0324166864156723, + -5.820766091346741e-11 + ] + }, + { + "children" : [ + 10 + ], + "name" : "Middle_Intermediate_L", + "rotation" : [ + 0.03945539891719818, + 0.004928736016154289, + -0.13782717287540436, + 0.9896578788757324 + ], + "translation" : [ + 1.1295924196019769e-09, + 0.04500335454940796, + 6.621121428906918e-10 + ] + }, + { + "children" : [ + 11 + ], + "name" : "Middle_Proximal_L", + "rotation" : [ + -0.01194659061729908, + 0.000966736872214824, + -0.010500849224627018, + 0.9998730421066284 + ], + "translation" : [ + -7.057678885757923e-10, + 0.0804632380604744, + 3.4924596548080444e-10 + ] + }, + { + "children" : [ + 12 + ], + "name" : "Middle_Metacarpal_L", + "rotation" : [ + -0.03585463762283325, + 4.2005005525425076e-05, + 0.0499776192009449, + 0.9981066584587097 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + -0.009999999776482582, + 0.02714575082063675, + 0.0035275884438306093 + ] + }, + { + "name" : "Ring_Tip_L", + "rotation" : [ + 0.03305169194936752, + -0.006719753611832857, + 0.12635111808776855, + 0.9914120435714722 + ], + "scale" : [ + 1, + 1, + 0.9999998211860657 + ], + "translation" : [ + 5.326000973582268e-09, + 0.027049388736486435, + 3.969034878537059e-09 + ] + }, + { + "children" : [ + 14 + ], + "name" : "Ring_Distal_L", + "rotation" : [ + -0.011351789347827435, + 0.012621401809155941, + -0.13198409974575043, + 0.9911065101623535 + ], + "scale" : [ + 0.9999999403953552, + 1, + 1 + ], + "translation" : [ + -2.3865140974521637e-09, + 0.027797557413578033, + 9.604264050722122e-10 + ] + }, + { + "children" : [ + 15 + ], + "name" : "Ring_Intermediate_L", + "rotation" : [ + 0.01732625439763069, + 0.01860846020281315, + -0.16082890331745148, + 0.9866547584533691 + ], + "scale" : [ + 1.0000001192092896, + 0.9999999403953552, + 1 + ], + "translation" : [ + 8.731149137020111e-11, + 0.04013120010495186, + 9.604264050722122e-10 + ] + }, + { + "children" : [ + 16 + ], + "name" : "Ring_Proximal_L", + "rotation" : [ + -0.05105672776699066, + -0.002022986998781562, + 0.0418044812977314, + 0.9978184103965759 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + 6.075424607843161e-10, + 0.0739438384771347, + 1.331500243395567e-09 + ] + }, + { + "children" : [ + 17 + ], + "name" : "Ring_Metacarpal_L", + "rotation" : [ + -0.07119493186473846, + 1.573348527017515e-05, + 0.018085604533553123, + 0.9972984790802002 + ], + "scale" : [ + 1, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + -0.009999999776482582, + 0.027118019759655, + -0.01309998705983162 + ] + }, + { + "name" : "Little_Tip_L", + "rotation" : [ + 0.015836291015148163, + -0.01933973841369152, + 0.15377695858478546, + 0.9877893924713135 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + -3.725290298461914e-09, + 0.019765090197324753, + 4.6566128730773926e-09 + ] + }, + { + "children" : [ + 19 + ], + "name" : "Little_Distal_L", + "rotation" : [ + -0.018054774031043053, + 0.011455277912318707, + -0.10707500576972961, + 0.9940209984779358 + ], + "scale" : [ + 0.9999999403953552, + 0.9999998807907104, + 1 + ], + "translation" : [ + 2.6775524020195007e-09, + 0.01802438497543335, + 7.894414011389017e-10 + ] + }, + { + "children" : [ + 20 + ], + "name" : "Little_Intermediate_L", + "rotation" : [ + 0.044925764203071594, + 0.03280799090862274, + -0.18505947291851044, + 0.9811516404151917 + ], + "scale" : [ + 0.9999999403953552, + 0.9999998807907104, + 1.0000001192092896 + ], + "translation" : [ + -4.0745362639427185e-10, + 0.03312354534864426, + 2.6921043172478676e-10 + ] + }, + { + "children" : [ + 21 + ], + "name" : "Little_Proximal_L", + "rotation" : [ + -0.08928601443767548, + 0.003168066032230854, + -0.006739117205142975, + 0.9959782958030701 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 3.4924596548080444e-10, + 0.06571118533611298, + -2.2009771782904863e-10 + ] + }, + { + "children" : [ + 22 + ], + "name" : "Little_Metacarpal_L", + "rotation" : [ + -0.09176954627037048, + 2.456200854794588e-05, + 0.02844771184027195, + 0.9953738451004028 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + -4.4605644178297155e-10, + 0.02708965167403221, + -0.029999956488609314 + ] + }, + { + "name" : "Palm_L", + "rotation" : [ + 0.7065238952636719, + -6.479929197666934e-06, + -8.686721230333205e-06, + 0.7076891660690308 + ], + "translation" : [ + 0.030781937763094902, + 0.06705548614263535, + -0.04206528514623642 + ] + }, + { + "children" : [ + 3, + 8, + 13, + 18, + 23, + 24 + ], + "name" : "Wrist_L", + "rotation" : [ + -0.7065169215202332, + 6.472751010733191e-06, + 6.472751465480542e-06, + 0.7076961994171143 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 3.8642522071086205e-08, + -1.8697472114581615e-05, + 0.027175573632121086 + ] + }, + { + "mesh" : 0, + "name" : "mesh_Glove_low_L", + "skin" : 0 + }, + { + "children" : [ + 26, + 25 + ], + "name" : "Armature" + } + ], + "meshes" : [ + { + "name" : "mesh_Glove_low_L", + "primitives" : [ + { + "attributes" : { + "POSITION" : 0, + "NORMAL" : 1, + "TEXCOORD_0" : 2, + "JOINTS_0" : 3, + "WEIGHTS_0" : 4 + }, + "indices" : 5 + } + ] + } + ], + "skins" : [ + { + "inverseBindMatrices" : 6, + "joints" : [ + 25, + 3, + 2, + 1, + 0, + 8, + 7, + 6, + 5, + 4, + 13, + 12, + 11, + 10, + 9, + 18, + 17, + 16, + 15, + 14, + 23, + 22, + 21, + 20, + 19, + 24 + ], + "name" : "Armature" + } + ], + "accessors" : [ + { + "bufferView" : 0, + "componentType" : 5126, + "count" : 812, + "max" : [ + 0.03515050560235977, + 0.09175886958837509, + 0.02576880156993866 + ], + "min" : [ + -0.029946306720376015, + -0.06838366389274597, + -0.18577708303928375 + ], + "type" : "VEC3" + }, + { + "bufferView" : 1, + "componentType" : 5126, + "count" : 812, + "type" : "VEC3" + }, + { + "bufferView" : 2, + "componentType" : 5126, + "count" : 812, + "type" : "VEC2" + }, + { + "bufferView" : 3, + "componentType" : 5121, + "count" : 812, + "type" : "VEC4" + }, + { + "bufferView" : 4, + "componentType" : 5126, + "count" : 812, + "type" : "VEC4" + }, + { + "bufferView" : 5, + "componentType" : 5123, + "count" : 3480, + "type" : "SCALAR" + }, + { + "bufferView" : 6, + "componentType" : 5126, + "count" : 26, + "type" : "MAT4" + } + ], + "bufferViews" : [ + { + "buffer" : 0, + "byteLength" : 9744, + "byteOffset" : 0 + }, + { + "buffer" : 0, + "byteLength" : 9744, + "byteOffset" : 9744 + }, + { + "buffer" : 0, + "byteLength" : 6496, + "byteOffset" : 19488 + }, + { + "buffer" : 0, + "byteLength" : 3248, + "byteOffset" : 25984 + }, + { + "buffer" : 0, + "byteLength" : 12992, + "byteOffset" : 29232 + }, + { + "buffer" : 0, + "byteLength" : 6960, + "byteOffset" : 42224 + }, + { + "buffer" : 0, + "byteLength" : 1664, + "byteOffset" : 49184 + } + ], + "buffers" : [ + { + "byteLength" : 50848, + "uri" : "data:application/octet-stream;base64,c0DTvK9bkDuLe8e9lr9Qu9pSGbwc07+9SPIsO1y5W73ra5291XyPu+KdG70F8q691XyPu+KdG70F8q69JOCsO0ReQr1s16S9N2mhvCL8Db2H0qi9NGaKvIXVg7zDF7y905r9u2AX+DwOubq9nRN1u+ktlTwQsLa94EVEOcp/BDw8Lra9gClbOhYd8bsnfrK9uBDQOte1iLwCfLC9VPQ9O2j4Ab24q6q9UKBCO77dG71M+KK9ItiyOypxPb07HKC96bkTvEdVCT26e7S9IJzDO/jjQ70115q9NinsvIlv/jziHbK9Ny7svHnvrDxyGLO9XgWDu9/1AT2VLKC9SBEQOjM0njwg2KK9NeHvvAhgLDsxya699VH1vOZN6rvFRKy9TIwCO2pKIDyjm569RjoyO3BX07uJ+Ji9dybEvAtMqLyKk6C9907MvBfQ67yIVZq9JJObO9CXeLzar5a9IKH+OyzBA73vWZW9udWAvPBOJL3BloW9cT9CvOrkP71q64O9IEe9Oxb9Sb22cI69k6gWPGCPKb2YXZG9N3jbvJ4rCj3TVau9d9MOvB7WRL2jWHq97l/su6B59zyPh7W9uIe/vOK/e7ynOJy9t1vkvLOSizxr3au9+mzJvBFrDj1bZpa9vbbMPEabNj3/ow29vbbMPEabNj3/ow29+e2HPIanTT24kDy8PYLRPIczDz1U6Oa8PYLRPIczDz1U6Oa8QAafPD0s/DyxmCC9C7MKPOec5zz7jVu9+YKyvLP2/bzpNo29AP+ZOS5zXD1oSlS8gY9FvCRFRz3HvBG9NtTgvIkGHLyu+KK9x0XNvDedrTyoXTK8BpiavLHOzLxQpFa8hovZvKRer7sI4z68x07bvN/9Nzxo+T+8xtvJvAL+SLzIYkO8Cpx9vE/J97zA0F+8+ABiPBBxJ71gZBO8+ABiPBBxJ71gZBO8fgSwPBo0C71A+ca8fgSwPBo0C71A+ca8QTvfvAEemDxf2TG9t0vgvPjf7Tti5qi9jAeCvAwDrDxsPsI8jAeCvAwDrDxsPsI80E/rOwap5jzgtMI80E/rOwap5jzgtMI86ANpPIw1yjzQYMg86ANpPIw1yjzQYMg8c1SiPG8gmTzwhc08c1SiPG8gmTzwhc08DfydvP1MIbyUvMQ8DfydvP1MIbyUvMQ8GCcRvDdk5rzwJ7s8GCcRvDdk5rzwJ7s8c1XcPOCHdroYztI8c1XcPOCHdroYztI80IyqO06aDL1Yy7880IyqO06aDL1Yy788iPu1vInqsDwguhs7ES4FvF7YGD2QUtI7eICTPEisFz3g4hG7yPC7vAo0M7zA1Mw6COLKvHjfe7tAFOw6yEHKvKVISzyADuo6EB1UvCf38LxARqs6u/qIvJ7IE7281IG9CACKvH7Zw7yAAUQ6/fjJPPtL2DxoVLK8/fjJPPtL2DxoVLK8AKqbPIKRtDxTdA+9CngIPNyRjzx9k029gNt8PEz8tTtYnu28t1OxPFG1NjwguZA7ADljPFwcMLtgyN+8NxLAPIBmjjoQbKI7wC2hPArkz7zzrgG9+cDSPKHBwLyAa0s6wiqgvDOQ27zYaOe8QivMvK4oYrzoC+K8Q5rdvBQdIzxEiuO8gmSXPAIeJb04UBS9QW7bvBxH4LvE6+C8Q/CCvIjABb2w9fO8xDXXvLPBpTwgrtm8gFRQPGaHN73YxAm9jHcyvEqJLT2QiIi7dRu0PCXcv7zQU0c8cihkPGzFEL1Q9fg7cihkPGzFEL1Q9fg7dazCPAADUrmocFg8taqsPD85JzwYIE48dE/5OjzfFj0gy+I77rFNPKVg8zxIugk8KvDPOxwcIL1oKZu97H1UvKJTID2pC6y97H1UvKJTID2pC6y9xi1qu5ZoKz0txXy9xi1qu5ZoKz0txXy9dk5nvIQDKj1CPny93rHju764Jz2oh4293rHju764Jz2oh429wrmZvDRfJT1zORy9hiVyvHDwNz1sHpO8IK9bOkAFOj3gmwe7/ZDHPBdYu7zwO5q8/ZDHPBdYu7zwO5q8OvWwPICLyTlgbT+8OvWwPICLyTlgbT+8+xSzPODdEDzge1a8+xSzPODdEDzge1a8bDsQvMpGIj1eTp29bDsQvMpGIj1eTp29KCQ7u3IeNL2gRG+8c6zDPKOyvLwk0co8c6zDPKOyvLwk0co8A+Ogu+pUNb2cGuy8iFfsOrjrIb1gwnU7EkZkPC2m8jxaSz69wO7BOnBHcj345Om8Fr5fPD0JojwZki69WeoVPBBiQL1ZTVO9sIuCPDxOJr1SkTe9im41PMykPL0Nii69RdEXPNnbbjuduB691tjBO5g4KrzUcEq9pUnVu86BO73bczi9fEpVPK8x7rxQVVW9eXjavIqX9rvnCy69SKRgPDZbJ70fY1u9rIhyOwCDsboRaE+9Z2uCPD9/4LzQdSq9EjHkvLODFzzkVzC971ukvCuB6rz6eE69UkK8u85qOL2MPxe9uReFvNI9Db3YLEe9YXmivBcs47ycFyG9Q6MdPHTJ2bvZrxq9i8OEvGq5Cb1NjiC9S2TLvCb+arxA/Sm9qsRPOxwCyjxEE4C9DBKNO6DdeDz8/G294EYPuYW3Cj0DPIm9tcrTuzIh+zz//bC9qO/uvG8xDjwKW2W9GJ3JvApscbzwcFe9NVG2vHYfFj17oHi9liLpvF8vlTyA7Wu9iFjZvP5DA7xxZlu91JTsvGj8ATwKlIy9Hj/GvLYIeLycIIW9bhzsvBlmjjyXmo+9N7msvBOv9rxaaoC9bjjWvJzPCrxdU4a9JrvvvFS00jzyBO+9JrvvvFS00jzyBO+9M4nkvMX4Bz1ZBcW9NfnZvGq0sjytYcW9UlWUvEiGOD28iey9UlWUvEiGOD28iey9UlWUvEiGOD28iey95u1DvBrsdjztGci95u1DvBrsdjztGci9Uy1qvCgRqDzdZfG9Uy1qvCgRqDzdZfG9Uy1qvCgRqDzdZfG951V4vGIoJT3CQsK951V4vGIoJT3CQsK9aT8CvNrsBz01Q8K9zPWvu06LlTxMkL69K1savPvO2jzhP/G9K1savPvO2jzhP/G9syvhvMD3HrwaNsS9ZTcdvEJFS7x7xMa9ZTcdvEJFS7x7xMa9Zfo3vOtWPTzdF8i9Zfo3vOtWPTzdF8i9m3Ulux6VETwO3769BJy+uzrsCry4Xf+9BJy+uzrsCry4Xf+9NLq1vO2Bprzulby9daLBvDTOBL2HdLO90yqBu77EFL0nRbO90yqBu77EFL0nRbO9ZosmvIK9crwd4MW9ZosmvIK9crwd4MW9zSOEu94sjbxTSL29tOjROoQZAr0NWK+9cId2vLxBNb21+Zq98B5CvOjzTr2zR5a9tuquvIhzjTy4ksW99LKdvMT8KTxVwMO9eCZ9PAAMbz1E76u8P0OkPDjCIz0iGC+9FX2jOzruGT08i2m9/x76u9SCWT1dJxm9wl/dPBOLjD2zA2i9wl/dPBOLjD2zA2i9ws2jPCQ8nD3iRGG9iUMCPO8/kj1ZKXa9jP8gPDCnbz2ir4a9jP8gPDCnbz2ir4a9gjrZPJ7kfj0dWXC9jDhoPLSNaD2d54W9AB3OPLyXfT330T+9AB3OPLyXfT330T+9wK6PPFF/ij1CJi29FDQwOwoXgT3xzUu9FMTRO1yxTj31UGy9FMTRO1yxTj31UGy9gHbLPDwpaT1SgVC9CoM/PNQwTT2L+Wy9fnvJPG7Pbz1hGDO9fnvJPG7Pbz1hGDO9v4OHPPlUhT1YXha9wOBJOYLidj0axT29E+miO6phQj08sGa9E+miO6phQj08sGa9wEfIPEb8Yj1fTki9ircrPCiyQT3TmGS9fmzIPFoAVj1OvyK9fmzIPFoAVj1OvyK9eHp4POBUfz0kqe+8+F0iu0pgbT15oSu9oChHOlzQNT1d7We9oChHOlzQNT1d7We9QfCuPBgQQD3J1D69EEX8OwiGMT3aS2G9wMVTPDb0Hj39Mk69xjixPISvbT06coC9oV+ZPPDkTT04L1q90Ol2PDSiNz1h3lK9FGMGPPuTij1ElTm9RPeKO2RwgD2FYQ69LsfMO2xOhj2ExSi9TbVPPKuJmj3mA2m92QegPEL8VT2CxWG9PBEyOhYAHb0hOqe9SD4gvImGbL1Qv7e9SD4gvImGbL1Qv7e9G644O8Twcr2Q2ba9G644O8Twcr2Q2ba9NT+dvLR/QLyvnL698DpqvFj8IL057KC9r59lvCb2O70ETqO9NHPkOiQFKL1K3K29eCYpOwC9YL3LyaO9Ij+xOxifRr36B6m9dEUxvMj6WL2csqK9bLGvPPqVoj34KW69bLGvPPqVoj34KW69azcOPCerlz1RmoO9azcOPCerlz1RmoO9eNjrPLMigz16GIG9eNjrPLMigz16GIG9/2i7PCcidD3YNYm9/2i7PCcidD3YNYm9JrRcPAUMoT1iXXi9JrRcPAUMoT1iXXi9Ew1UvDbsrLyXke69Ew1UvDbsrLyXke69Ew1UvDbsrLyXke69BWmqvJj3nztcBMc8BWmqvJj3nztcBMc8T5jGumR18Tym98A8T5jGumR18Tym98A8Bd+fvOh0VTxax8Q8Bd+fvOh0VTxax8Q8hYiJvD4Tirzy1sI8hYiJvD4Tirzy1sI8+wbGPGa6JzwDbNA8+wbGPGa6JzwDbNA8u9WAPJyD/rzhgL88u9WAPJyD/rzhgL88u9WAPJyD/rzhgL88zYanvIb/JrsgFMc8zYanvIb/JrsgFMc8XkQOu+CtBL2Ambs8XkQOu+CtBL2Ambs882zePEi3S7wYGdM882zePEi3S7wYGdM8B8xavDNND7xdRJI8QeRrvKyTT7v8qZM8GggZvA8Vazwb0JA84idYvFRJCzw8WJI8AHWYul5ZnDyROpA8THnDu8MHrrxClYw8zLw1uq9SzLx1Sow8Ati6O85BnTwiopE8+jo2PHzKiDx4FZU86j+qO4z81LzxQ448Cdx7PJzXRzxQk5g8KeSmPITjKrxZips8I1CnPCzhCbsnXJw8BBmRPKyWk7zgfJY83BKYPCSyvzt995o8NbFGPDh0wbwYV5A8WHYyvDSBbrw0JJA8+ZdtvOu3JDtvpZM8rxdBO/cRgrtVBSk82By7upwH5DxCMrw82By7upwH5DxCMrw8nNx2vC4Oojy0aL08nNx2vC4Oojy0aL087sqhvJCLkjuH8cE87sqhvJCLkjuH8cE8DI9dPCi+vjyTPMM8DI9dPCi+vjyTPMM8QY+CvP6GhLyY+b08QY+CvP6GhLyY+b08/PyVvJDyG7z0xr88/PyVvJDyG7z0xr88mA2fvNp+KbuFAMI8mA2fvNp+KbuFAMI8aLMJvFI63LzxrLY8aLMJvFI63LzxrLY8Ejm8PEGhHDzN4Mo8Ejm8PEGhHDzN4Mo8DGrRPPPLirpkJM08DGrRPPPLirpkJM081ceXvHASSDwu0b881ceXvHASSDwu0b88xWbTPPI9RLyka808xWbTPPI9RLyka808svy5PGuetLywjcU8svy5PGuetLywjcU89vp0PPAk87w8zro89vp0PPAk87w8zro8fk+aPEwdkDzYH8g8fk+aPEwdkDzYH8g8PmmiOyZABr36FLs8PmmiOyZABr36FLs8amAGu0dy/bzUGLc8amAGu0dy/bzUGLc8Su/fO3bF2Tw82b08Su/fO3bF2Tw82b08bBUqvNbOIz1qfO69bBUqvNbOIz1qfO69K7GfOzS9P737ab29K7GfOzS9P737ab29MKPlvIKtGz3Y4uu9MKPlvIKtGz3Y4uu98KfnvLXw1zzy/e698KfnvLXw1zzy/e69MJGUvOrxMz18vOy9MJGUvOrxMz18vOy9MJGUvOrxMz18vOy9XFNwvNItsTyCJ/G9XFNwvNItsTyCJ/G9XFNwvNItsTyCJ/G9vDFNvNSwQD3EwSy+vDFNvNSwQD3EwSy+uJ9jvO0BDj1Zpi6+uJ9jvO0BDj1Zpi6+orKTvCh5FD0NGCK+oWiQvFJTMz0b6CC+YrmhvAaSMj0JMh2+4sijvItcED31ax++yqQvvJmeAT3K6yi+yqQvvJmeAT3K6yi+yacsvIbmRT0A/iO+yacsvIbmRT0A/iO+6P60vAAdLz2sNxK+UU01vGsL4Tw5ghO+UU01vGsL4Tw5ghO+qNi6vJ5xBT3BNRS+0/9NvCghPz2WYRC+0/9NvCghPz2WYRC+Xw83vGAPIT0Lhu69Xw83vGAPIT0Lhu69xis8vL71OD1mLzC+xis8vL71OD1mLzC+rFXBuz67PD2uMyu+oWD1u+xqLD0heRC+mHvquw2PBT1wShK+q3Peu+ZkEz0Lki2+SPFGvLwSGj3jGDG+SPFGvLwSGj3jGDG+28InvMFO3zz6BPG928InvMFO3zz6BPG9RpBOvBLpOz0k7yy+QZ5bvB88Ez34TS6+5WSMvGzEFj1vQSK+JjKKvGqCMD2ibCG+OrBJvBDVNT1DVi++uKpXvLD7Gj0pUzC+K+nNvGUSFzsP1gG+K+nNvGUSFzsP1gG+7RzRvJzTHbyNOAC+7RzRvJzTHbyNOAC+bZqBvOOw6zuGWgG+bZqBvOOw6zuGWgG+bZqBvOOw6zuGWgG+2iZOvKo5dLyK/v692iZOvKo5dLyK/v692iZOvKo5dLyK/v69IIaAvNTCDbuIWi6+wg1EvIBsGbjwYjm+wg1EvIBsGbjwYjm+wiAnvPSKZLyr7ze+wiAnvPSKZLyr7ze+Qyl5vB7/J7zKQS2+QRBQvCjvfboozTm+QRBQvCjvfboozTm+Qb44vG4uULwzxzi+Qb44vG4uULwzxzi+SsFqvAkCGryiTS6+QwZuvGaeJrvOay++ZnmXvHhSDDoPCh++nAfyu75/abwqZRy+nAfyu75/abwqZRy+ZzyYvLZjK7xvFB2+Tak5vLCClzuu7h6+Tak5vLCClzuu7h6+RrMfvOggJDv4BzC+RrMfvOggJDv4BzC+pKWBvHh+LrzyWSq+jsXgu4oOa7w8BC++jsXgu4oOa7w8BC++JdKHvGiRx7pxFCu+2MEXvAOWPjuo5gC+2MEXvAOWPjuo5gC+xWUjvGSBU7tZPD6+PGw4vCaNi7uU3z2+PGw4vCaNi7uU3z2+mwC4uwIAizrAnx2+FB5su0C4gTmUnTS+MxVzu9JCDLwEvBy+B4UHu9BYOLwk4TK+vnUsvOrhMryFqDy+vnUsvOrhMryFqDy+rXncu3RLA7w0iP+9rXncu3RLA7w0iP+9xbQMvIJHPLzTLz2+yP5HvOhCEbugaTq+wlU6vMZ6Q7wPJTm+xWVovH0GEryzmi++SpBmvPZaOrtDtC++QXU9vJz/qrs6Gj2+QFAxvHzkJrwjXTy+i+zru07pIL21XS6+i+zru07pIL21XS6+jBnCu5wdTb2Azyq+jBnCu5wdTb2Azyq+yX4avBp0O7305x++SeEqvFx2H728qyG+X+0bvOo9Lb0P7eS9X+0bvOo9Lb0P7eS9X+0bvOo9Lb0P7eS98DCnvMLJHb2R/+i98DCnvMLJHb2R/+i93XFUvCtOtbyaFO693XFUvCtOtbyaFO693XFUvCtOtbyaFO69L1y0vGfh6LwB/+y9L1y0vGfh6LwB/+y9UnxsvAjcDL3hvxG+qCCGu4SGPr3QSg6+qCCGu4SGPr3QSg6+UyBSvMg9NL0ggg++opHnu8/L6rzAqBK+opHnu8/L6rzAqBK+mJiPu1Q+B70WqCK+mJiPu1Q+B70WqCK+yhc2vIKuO72t8Rq+MwMvu0r5S70ioR++MwMvu0r5S70ioR++SgtNvFw2Gr1oDBy+jBqou3SNLb1pizC+jBqou3SNLb1pizC+vUHNu6hf1LzgAOq9vUHNu6hf1LzgAOq9ntaquriCBr0eChC+ENYWOoauEr1TRSS+QPVduRBOLL3x6A2+vjeEu8RFF73I0OK9vjeEu8RFF73I0OK9ggUPO/ySPr3orSK+jYalu2SoQ711XS++jYalu2SoQ711XS++glz4u/ZHI70IKC2+hPbZu7hJSL01MCu+zF4RvBKfOr0UdyC+y8QfvEorIL3bHCK+frvBu5iHLr24US++gnG2uwBOQL1UTS6+ynmuuwD0Yr2ED9q9CNp8Omx3RL2ijdu9CNp8Omx3RL2ijdu9XbmgO5Zecr2SSwa+WLTxO7wMjL2XoAO+VqyOO7ZLhr2X8/y9tHozO15td7111/+9TGfFOyiUX71RIP+9TGfFOyiUX71RIP+9qFIoO67phb1vwvS9pVwaPDiNi71GYPm9IDUduSrKcL0/gfi9WsHWO/xEf72laQi+QRQ4PBiyaL3/lQG+vg5YPHjlhb1t0/69VvP4O3Qkir2iuga+mxYOPBQpbL0M5tG9YBqiO9Svd70GXga+YGDiO7F/ir22oAO+VhmdOysqhr2QNP69qHxOO6jYd70eUwC+YES/O00fgL0NvAe+XmPdOwZ2ib2gWQa+SPfwOybZhb2BH+S9bg0Cux5CbL0JAe29eBuVueingr0gqOi9gHJ/O0j/Ur0PA++9gHJ/O0j/Ur0PA++9JvUgPK59W720x+q9IRM9PG52eL2RMeW9jvA3PGDwmj1pGIy9xHO3PK3NpD2JjX+9yDLzPMColD0TsIO9yDLzPMColD0TsIO9EgZNPN3Rgz1WOpe9EgZNPN3Rgz1WOpe9g9oKPRRYuD1kfre9g9oKPRRYuD1kfre9TcaePGj8sT1s5MC9TcaePGj8sT1s5MC9R+mQPH2/rD0YKay9yi3kPFVfrj0ZNaO9wxEPPYGtoD0YrZ+9wxEPPYGtoD0YrZ+9loF1PBrelD3f37C9loF1PBrelD3f37C9Drd1PBSEoz1GYqG9x8nTPDkwqj2eFZa9RqC/PNuwpz2j6IW9EmNUPHMhhz3JTZ29EmNUPHMhhz3JTZ29jppKPBrsnD0Vd5K9SIH/PC7xlj2r1oq9SIH/PC7xlj2r1oq9SGXvPNFoiD2McYq9paQEPXg6uD3dzr69paQEPXg6uD3dzr69pAoKPVl0lj2nvqi9SK/5PDS4iT3FlpK9CLmMPG6Bgz2dg5y9DEC5POL0sj3B5MW9DEC5POL0sj3B5MW9CoKePALZkT2nzLG9kOR7PBTSgD21Rpa95XIEPYLxtz1LBbi9S8KlPGGQsz29NL69SaOSPHcdrD20way9ysvlPGjqrT1SGaS9jKr7PH0RuT2xOr29DQq2PPjstD2JnsG9hla/PDyGgD3o7JC9m228PKQzrj3C9Ki9LKvePFqpkT2sP6+9lBqiPEarqT09Mpu9CDN5PNuzoz1GLYW9mc6EPKaApj0VFIy9XlW9PBB2rj1IPKm9XlW9PBB2rj1IPKm9thDKPEnagj3RaJi9tnTXPNRruD3Ru769dgPVPHzwtz2Oabq93E3jPI/ytT32fMS93E3jPI/ytT32fMS9aTbcPEWqqz0hzZy9nGCWPCSloz0CSr69nGCWPCSloz0CSr69uzwMPfvcpj1ydbq9KmqGPO7zpz2d26a9+vkPPb+2rT35o6q9+vkPPb+2rT35o6q9gwu0PC70oj1d0sC9hP3pPMrboz3YcMC91+2vPJTSqz0Dz6G9LWPMu3JiUzukLg++5LmvvDuAGrzEgg6+7it6u3kpD7w/Jw6+Y3+pvADWfjpUNRC+7kUkvPYXZ7xC9w2+7kUkvPYXZ7xC9w2+vEJfvCZ+yDuJKRC+vEJfvCZ+yDuJKRC+NTPMvDTVJD10DQS+euHuu3sn8jyTHgW+9ZpRvENHxjwAGAa+9ZpRvENHxjwAGAa+QQHPvO4a8jxYxAW+D24LvCbTKT1YngO+bLN7vDrUOT1UXgO+bLN7vDrUOT1UXgO+VVHeu8TJNL31aAC+VVHeu8TJNL31aAC+LGTuuvSDIr2LI/+9Lo2QvDTiAb2M4wO+0TeGvAhpKL0G+QG+rUpku9+u7byFjAK+AsYivPtv07yDtwS+AsYivPtv07yDtwS+K1p2u0ahZ70qmeO9VZIcPGKWcr2X29u9cFvJO4Gmgr2oftq9tC0XOwYTTb0oAOW9tC0XOwYTTb0oAOW9VkIQu2Y5f70Ikd69s04FPD6UWb3XsOC9zuaOvKA2CbpoCyW+OEKNvI0uLbzKuCO+sLDquxiIZryBtCW+sLDquxiIZryBtCW+eQ8VuxsuJ7zplSe+QtYsvCQeZTv7eCe+QtYsvCQeZTv7eCe+IViKu5REmDrFBSm+veFbvBykE72/4Ra+ACRqOSyUCr056Bm+CpNGvD5ZOL2JQRW+t8xdu8oeRb3T9xa+t8xdu8oeRb3T9xa+rDnDOtbTNr3F6he+6vi8u8s8+7xAtRq+6vi8u8s8+7xAtRq+t2ervATaMD0QtRe+uwexvP+zCj0M4xm+2fEwvJCA7jwjUh6+2fEwvJCA7jwjUh6+52WyuzCJCD0KJCC+Zik9vHYkRD3qLRq+Zik9vHYkRD3qLRq+Ihm7u/BHOD1Fmh2+esJOvAr4Oj04+yu+ecVbvHyUFD2dhC2+52SMvGzEFj1vQSK+JjKKvGqCMD2ibCG++L5MvEStMj0GLS++eNVUvNDFHj3wvi++dJ9FvP7EMrs9gDm+9Wc4vHqtObzuZzi+xmVovH0GEryzmi++RpBmvPhaOrtDtC++c1Y9vETuuLtTjTy+c6c0vBMCH7yW/Du+8jPuuwb5JL2GtSy+9LXRuySzRr2U3Cq+zF4RvBKfOr0UdyC+zMQfvEorIL3bHCK+8RvFu/bDML1KGS++8ue6u9rUPr1iZS6+7N6qO/A9eb3O3AW+7G/jO8I0ir2OtwO+TBmdOysqhr2QNP69mnxOO6jYd70eUwC+7uXAOyuIgb1gKAe+7BjaOzdFiL2i+gW+DN38PGrBtT0usbW9ixqnPPvPsT0yJru9SqOSPHcdrD20way9ycvlPGjqrT1SGaS9DFTvPE4+tz2E9bq9Czq7PBuJtD0YZb69hWQAPfe/uj3k0La9UF2oO3dNir3G8QO+yC8IvBJNR707jCu+wqhVvBoiPbyyajm+x0t2vCidFT2bqy6+DLv1PBPsuz1Imbu9oN5kO7STe72oMga+R20VvJYxJr2EZS2+x5xqvJBJOz0ZSS2+QvxhvJb7Qrshazq+UTukO8yXib0M8AW+jeTsuySDQL029S6+QYROvIM7KbwULDy+Rg9yvCgSHD3W0y++UxCHO7cHgb2eYAe+jM34u55MML3awC++wd9ZvIAMs7st+jy+xtxmvErkNT3KKy++zBW0PMY5uD2FLsC9CwCmPNawtj0lrry9FHPYPJjStj2csr69QdHVPEKluz0/vr+9ncrQPI/huj2v0bi9wnCDu0J+eL3gh9S9PLuhO/jmfr0E3tC9mElEu7xKMb2m88G9mElEu7xKMb2m88G9mElEu7xKMb2m88G9akMUvOI9ar1hE7i9akMUvOI9ar1hE7i9a+gyvGgTUL3wSry9a+gyvGgTUL3wSry9XoodO9IScL2EQre9XoodO9IScL2EQre9QLj4O2TlUb1EU9a9LuKJO6yOQb2cO729LuKJO6yOQb2cO729LkTCO7guV702WLm9LkTCO7guV702WLm9HBjEO+pbSb22ysm9noroO1B0Yb2EvcW97hJnO8DTdr0sL8S92TrYu5blcb3VUMa9ggMIvGpSWb1QZMu9ctJ9uv6SO72Flc69ctJ9uv6SO72Flc69DpnAvBr5KT2QIgu+ia7su8qi/jyCtAu+I3RDvFep0zwczQy+I3RDvFep0zwczQy+9OzEvBV//jwM/Qy+MA8DvAkfKz28Cwq+oNlkvLF6PD313wm+oNlkvLF6PD313wm+5DHCuzpxDDsyZxa+JvujvPjxIryayxW+kKB2uya2DbyicRW+3qQOvNpLaLw2LhW+3qQOvNpLaLw2LhW+ZHygvDyURTqynxe+BHZMvGsAsDscjBe+BHZMvGsAsDscjBe+/jiyuySoOb3iWQe+/jiyuySoOb3iWQe+ahGFugJpJ71bvQa++kdvvGhTLr2TvQi+/tocuyha/bxSSwm+akcLvOUd37wisAu+akcLvOUd37wisAu+rGWDvB5fB7220Qq+jg5yPO4YdT0pF469jg5yPO4YdT0pF469w6CtPOiEoD02aXC9w6CtPOiEoD02aXC9RUnoPOqZkD3ssXe9RUnoPOqZkD3ssXe9RUnoPOqZkD3ssXe9zwI3PHWlez389I69zwI3PHWlez389I69zwI3PHWlez389I69DBodPCiYlj2LloO9DBodPCiYlj2LloO95U/kPJDtgz0NT4G95U/kPJDtgz0NT4G9pke4PP5ddz2Rr4i9pke4PP5ddz2Rr4i9KnRkPMMenz05r3m9KnRkPMMenz05r3m9CIbVvFEvPDvQ9QG+CIbVvFEvPDvQ9QG+bc9IvLuSg7xKxv69bc9IvLuSg7xKxv69bc9IvLuSg7xKxv696/kMvH+mZzt47gC+6/kMvH+mZzt47gC+SLtQu9wjGb06M+K9SLtQu9wjGb06M+K924dMu3jhLb1onMK924dMu3jhLb1onMK924dMu3jhLb1onMK9yfNBvDa+T73TYry9yfNBvDa+T73TYry9wGLbO3SPV72gJLm9wGLbO3SPV72gJLm9xqprPPyicT3MJ4+9xqprPPyicT3MJ4+9lDfwPH0TkT0nLXa9lDfwPH0TkT0nLXa9lDfwPH0TkT0nLXa9dLcqPCrXeD3NG5C9dLcqPCrXeD3NG5C9dLcqPCrXeD3NG5C9t5O7vMSn5bw8YO29t5O7vMSn5bw8YO29xPXsvC/jHT2yleu9xPXsvC/jHT2yleu9iIzYvFnLJ7ynLgC+iIzYvFnLJ7ynLgC+lRaBvOpxBzyfbQG+lRaBvOpxBzyfbQG+lRaBvOpxBzyfbQG+vOEVvDlPMb2yf+S9vOEVvDlPMb2yf+S9vOEVvDlPMb2yf+S9VxetvHJPIL10+ui9VxetvHJPIL10+ui9j4G2uw4Zz7x+Feq9j4G2uw4Zz7x+Feq9uXRdvzqI9j4FJxC+i7lcP+QLOr7lGfK+C0vsPnCCWr9glHc+SgFZvRfUrrwElX+/SgFZvRfUrrwElX+/3BR9P/AU3Dx5tRe+9WQMv+j4Vb9Znc08vg9Ov06xdj4B0gq/qYl0PzbhkD6IC7G9RZRoP2cghD7ARKi+btFsP18f5z0brLm+Bv9sP57PPzwUfsG+nQNkP7Th5jy4Uui+FF1YP4m9A773zgS/LbZWP1RIJ70/BAu/ZIRoP83oCT6lz8q+8ENOP4guEj84EiG+3GB2P/alZ77O4Bm+upl4v15WUj4g/fg9xL52vxJkiL6arb27kxlYP4zp3z5Ox56+IipvPxUbYz7IAY++W250v4+dlD5664I9qyVrv/n9vb45kws+Q7N7P/GKkz3Etiu+JbF8P4r2uj2f2ga+FyZ3v03ChD5e7ds8qgV0v3ppgr5KuiY+wDZ2P8swOz6Zy1C+SBFwP5KDuT0opqu+9JFuv+Atk75BcmI+WhlDv85PC789m7M+z8UXP6YKTr8mg908niRjPxQTc74Sesq+jO9EvyKXID+9Q/g9NWfXvkNjXb8bV4w+I9hgP078xD6PVJG+oT17v/rbOr7hnHO9PX96v0uPCL73FCG+oaNAv6yZKD/pvaE6Gw9/P06qhj3a4mC9Gw9/P06qhj3a4mC9dFkdP3S5ET+Hygs/3Wt/P+B9P7pmnYm93Wt/P+B9P7pmnYm91+xXP8DFfr40xPO+fKlSP1PTsb1svw+/L19iv8XZ575oquk9McqEvtsOWT/uwew+t8Awv8UnOT+FSF083Mhlv12n4b4TCBE8Y6JuvzuMpD5XrSo+l0xevzi69b618v89GZF8vzsoDL4LILY9tkt+v1LAlD0KHrc9jV1vv/A6rb6qVNk9TnVDv6gUIL9DOiU+Q7QBP7aSWL9PICo+Q7QBP7aSWL9PICo+/sRqPw/vyL7SX5C9/sRqPw/vyL7SX5C9RG55vzJEWj7BHpQ9SMJ8v9AZ1z3+cPO926NIv8bICD9KG6I+gK2VPrcHgr6cBmw/MVIcvpVEo76od28/c2qrPpMGYz/FFqM+3wGUvj0Sib7CSms/So9BP5DWJj9KoHU9zorAvrVyU75LPmc/W9lgP9Ub7T4vJvO9IXlwv4IMmr7OkCg+IiYAP7gcyT2fL1w//Agwv+U6NL9EwjU++SmUPt8xlz4dGGk/7M3pvkEDPb1qcWM/vfR2P/TB8T0vLnG+M5MwvV3Irj5PXnA/rr8iPSxbd79nWII+RHJbvzCU4D7FIoo++67evn/zRj943+g+/pRBP5u44j5Aq/Y+9+Ruv6jjpL7HYSM+G7V6vyQ08r1iDig+1Cl5vxRfCz4ITD0+Zac3v7T4Kr9sBEs+jKRXv4i2Bb+D8Qc+OGJav5N6/b491yg+7UJ/P0v7gr1DdSe97UJ/P0v7gr1DdSe9TzFdP1Xxl76UNtC++dddP1UQXb6WXea+6r9jP12yb74dwMi+89V3P/J3QT6Zeig+ySdnP1P0gD2Bp9m+uHl+P4T52T1EnL88dwprP7N7FT77oLy+k7J1P1awhr7oWMk9CnViv54V7L7C7I49hvxxv9oBpr7K6xY9vr1/v/dg+zzxkgY95gNjP7z+5L6Et+69Kx59v6t+F75cr7c8YMpJvzlsG79glM09K+l2v+GtgT7FO5k9Ob/JPjdiar8m5aQ9obccvxNFLz+yi8o+iANsP0uHxb5yUA49ebMEP4nQVL/5YU0+ebMEP4nQVL/5YU0+BzZ+P9OBvz0vc5O9TSZyPwQLpj66SSk824c5PoZTVT8HtAU/WCwuP1JUIj8II7w+N1tfP4LzhL1H9/e+GmIHPsSDfD8DSci9GmIHPsSDfD8DSci9ts98PsspUT8eYwW/ts98PsspUT8eYwW/4EOtvhoObD8fM0C+CdGMPk4KaD9vJaS+CdGMPk4KaD9vJaS+nBtVv6/RDT9KeTk83J5Av8ibIj+nhDI+R9DVvGJXRz9TeyA/hsR6P4ZhWr1Qm0a+hsR6P4ZhWr1Qm0a+QBt5P1gXiD0oA2K+QBt5P1gXiD0oA2K+RF19P2AVir0USAG+RF19P2AVir0USAG+7quhPltAaD+PR46+7quhPltAaD+PR46++d6mvnNFbb+g3T4+mgvIvnKpAD4Tcmk/129rPxT9uL6efh2+CGjHvkekab9o2P09VMdEvtbicr/JaIA+CbVHP+51T74giRe//ljmvnC6WT81gYs+asdQPw0Lk76MnQC/ZV/gPtIYZr+Qyxe8ZxdpP/H8sr7SGmK+ghO/PieBbb+l65u6ZtxjP299Lb46pti++WBvP0X8dj7h+4S++7/gvjSxY7/rewI+8ORxP85tSz6SN4W+FTB8v0PzLr4q2508kbxwP1Teh77731m+1jN4P2Wuijw+NXq+zbFqPypPTT6E3LC+CZ5/v+Vsirp11l89NZdnvy0Y2L5RXnE97iDVvqrXZr8I6O49kJ5Pv4KJE78p/c09kK5lvy7/4L5i1zM9IuBlPwDEKT6zutC+nplMvydoGL8KIqk9R9dzv1HNm757YkA8qg5uP5CTqz3fWre+9RN2P4aXl72r+oe+CF9RP8QFzz6qntG+77JWPycS1T4k5bO+Wq9/vyuOG70KqAI9h711vydoj77apSA8VLVHv6QbID8g3Yc8OOB6v4hdQj5J5XU9eJB6v3TfUb4BiEY7yX9/vwJXar2Sj8687R12v2qvjL6ExHI89lF+v+sA6j1+q6U7dO9pv8aRy76xuqk9+HF4v0Pudr5v9oK66CdXv8W5Cb9kzoS9jrd9vWGI5D0P6H2/Atlgv/sd8T4yyqg9OEFkv9Pz3L5hVAy+hfukvYVrvz0tC36/Jad8PV8PeD/vCnU+Jad8PV8PeD/vCnU+YXaIPtUQBL+sa1C/YXaIPtUQBL+sa1C//KWGvfRNrD1YiX6/rc1dPqyBbL/SkKG+rc1dPqyBbL/SkKG++AQHPscYez+CzhI++AQHPscYez+CzhI+D3tnP1GR2j5zrke8lItnPwGCmT0a/Na+HMudvS83rT2qUX6/jMxxP6Nzgb62p1a+P1JQvw3vE79C6369AWKsPtL0Tb8Bg/q+AWKsPtL0Tb8Bg/q+6TeJPpukKT92BjO/6TeJPpukKT92BjO/0TZYPzaVhz4sQu6+3kU7PbCFq7371H6/YDVsPwaGv74JNL+9Eo9kv5/Q0z6xcja+QdFov4FT1L423fo89BOkPs9dar8DGHm+9BOkPs9dar8DGHm+h8LIPR8w+T7QOF6/h8LIPR8w+T7QOF6/tEVSP7C2CT775g2/eI5WP5nCh76NFPS+7591v7X6Z76noSu+QgYXv1g6Rr/BYGo+QSkev5vmIr/Zguy+wDItv2Gh+D7ptw2/OH3zPprOQD9xuOg+K4hSPy5Ajr5iMf6+0GYxP3muJz4SvjO/Ey4jv3lbRD+uHZa9O7RbP2odMj5rQPc+O7RbP2odMj5rQPc+csJmPjU4OD/SIyg/G5Vuv4N9uT6dpGS87tU3vyzF675slAW/7tU3vyzF675slAW/cgpjP+Tv6r62UVw9wzhoPcM4WL/gSAi/+OFqPzfpbD7koKU++OFqPzfpbD7koKU+m1imPpTeSD9fKgc/jJlgv4UK3z5uEk6+wGUQv5E+mL4dNUW/wGUQv5E+mL4dNUW/GCFrP34SxL6RQMq9mmUwPsgkMr+VezK/eV90PxIvJT78QYA+eV90PxIvJT78QYA+JkrHPjVqSj+Y8/E+m2FIvy+WCj9eMJ2+nLyuviJeZb3aM3C/nLyuviJeZb3aM3C/Ly9sP/uhsr66jCi+EMmKPh/wAb9RX1G/40l+P5zfpj3ydqc940l+P5zfpj3ydqc9WFHDPgC7Tj+qUOY+FJMpv4FeNz/FuGC+sjYcvtA6+D7sd1y/sjYcvtA6+D7sd1y/2e9SP249v770KNq+CW3VPrHrFb7jqGW/MucuP067X74fXzK/e54FP6FOTL9VJpq+8+QaP+WUFL9uhgu/VrEWP1Jx177gszC/ag7nvvBqVj9aqZ0+cwnSvmjJXz/WEIU+4HvdvnxiXz8xQmg+KA/+vn+6QT8749k+avsXP6llLr/ATNu+tAZOPzWAgD2ZGRe/4Z4Vv6KQQ7+wDow+yehDPDTklL7R6nS/tc5TPSgcfL5BxHe/Wr7aPjCuTL9OJdg+N4j0vnc1Wb9GfWm+/y1IvzOG4L7E0OK+H/1wvyuSbb0BLaq+sPk6P6hLIz8pJXq+Sqb7PilQSb9MmL8+ZbN+Pz3+9DxzwsQ9NGgbv83GQr/51Wo+0l5OPgi4KD+Nfjk/o8twPhIi1j61m2C/pXxyv/i1nz4eoJc948eBPoaz2j45MF6/8Z6GPks6xj7dO2K/De9TP2aNBb9xDFM+Q1OKPlBq0z6DqV6/UDDkPiLnXr9l5VS+Me8Dv2AWNj+Lu/Q+rJN4PiC11z4vs1+/d068vVuecD8+V6i+d068vVuecD8+V6i+Y90FPjVUab5EAne/Eql6v5ZQaD3ux0c++30AP/zzlrwPXl0/Llh9vkU5Xz8eS9g+nMJFPd4Iqr5xJ3E/IwRxv4CNej41cW0+Zl7lPtDl7L1g82I/7Vtev5oN8L4qPyQ+ItvoPgmjQz5Ar14/GcDbvjo/Cb5iqWQ/iBZrP7tUqD6CxWG+Qt9jvnv7hj5GSHA/nncYPwY9TL8CEsA9nncYPwY9TL8CEsA951V6v6vI2L3UxTg+rbsDP40sEz3jT1s/52Djvtw1Xr/DcmM+iSDFPXmdsD4lBW8/KujmvjE0zTy+ZWQ/93Z2P+Yjsb1rKYO+RW4UP+UxDT57kU0/AaYYP/4ySz0QHk0/cWywPt4Qpr6nhWE/Q2YCP98aJL4oclg/CjTiPX4Y3L5NZ2U/fSvOPv9auz7KyVY/Hvw4Pmyq7z6gcV0/MzkivqWF4b62OGI/6ba6vvwNxb4JDlk/Xbx5veF7+z6scV4/+lsAv9NflL5+s1A/CyUbvxyvdT11DUs/Mawdv1VhiL2j9Ug/PfMDv/3JaD6gg1M/+okUvz7SOb44Qks/jV+fvjdZzD44yVw/ENIGP6fjgD593E8/x8IUP6i6B704K1A/ClarvBJCqjqc8X8/bQCUPfczqb5G6HA/m/7NPe4SCb/Sq1Y/ylmmPpKla76n1Wo/MTzdPhJByL5ZBlA/XnMBPxg5vbuM2lw/Bcg3P0WASb3exDE/MLvXvnPX+74cDUM/leWYvo5Jhr5T6Wo/K6LrPjSbOz7HYl4/qyUpP4Afnj42JC8/t1sAPxx6wz20JFw/p+M4P1ZGLj70nis/rLwDP8kSGz3ZSVs/Y0U+P1glej22jSo/RSyvPgLYij7CUGY/FIbyPhWQ+T6Qxzs/A8cxv4+Ser61OS0/nJPdvlAUAr6ce2Q/T8M+v1wRsr1qQyk/CrPpvtIlRr2LcGM/iajtPhVbvL1EhmE/+2MePzWzUL57O0I/FE46vzPeqD0YTS4/DLfnvlncnjyUOmQ/5Kgdv2kBlj4mOjs/+EDLvvrW7z0WC2k/AHa6vkIfBD+zdkY/j/1kvk2nhj4SQ3A/Tx8Xv6G1wr6LQzY/LxrEvrhITL7N5WY/0GNQvUqfHz+0t0c/RvAAvTqzrz7HUXA/auYHPkp/rj5lQ24/QDJgPtrmGT/SvkQ/J+E/vu5YDL8MqFA/Ee8ivt5vor5HVW8/IUWCvQppwD3SWH6/sXBaP9hBBT+YxPw8l5TCPcUhqL68k3C/gpFNP1OjFD/bqAm+RlZfv0nk8T7XSgC+SwG0vXX15j2sXn2/ViNTvwX2+76goI6+Hax6vc+f4j3s8X2/tfSkvTRrvz1AC36/siaYvXxcfT+Cvfo9siaYvXxcfT+Cvfo9SRCEvcwvrT1djH6/nG8bPqhVeb/hbSy+nG8bPqhVeb/hbSy+u60Bv73+QD/aN9a+u60Bv73+QD/aN9a+q7wRv60p6b7aOi+/q7wRv60p6b7aOi+/Ay9Wv0ECB76eGAi/oyNGvy088D7us9m+FPVMv2iXDT92+mu+bG1Yvxb+xr4Kkru+OZAOPLXFbr9SmLi+OZAOPLXFbr9SmLi+hSQwu9/Yfz8PFw29hSQwu9/Yfz8PFw29qbtMv0JhGD/2JaC9Ix1yPlG3dL8pRjK+Ix1yPlG3dL8pRjK+ZShXvyiW9b6YEoG+KakHPpVoez9TYAk+KakHPpVoez9TYAk+c/OCvS0vwT0TVX6/NotSP3d6AT99ToU+xhjcvceDAj+agVq/xhjcvceDAj+agVq/OsxAP9KHDT87lba+ZZpkP9tF2T4gnBk+h4lxP401qb5J1sQ8JXQ9PydGyr4YVgu/OzMEvozgQ776Fnm/OzMEvozgQ776Fnm/YPuVvX6ctD3+T36/h3drP1j5vr7ynfk9dh1vv5DOyj1Msq++pxJrv5eNWz5pdaq+WRM9v9UOoT75pRi/YYhGvwcx2jyseSG/PThjv5PnRD6wU9a+RNdnvwGMvD1S8tO+G/FZv/jz4z6hFI6+zQKLPaly0L26E36/qRVOv97BCb94wH++RYkIPU0n4r2PSn6/IKt9vTqifj/KAqm9IKt9vTqifj/KAqm9LGZgPQMvkL24+n6/OJgHPRUbq73T9n6/Kk8UPihMfb9RrKS7Kk8UPihMfb9RrKS7xstiv6fCoD5azK6+gazsvlI0QD+zk/G+gazsvlI0QD+zk/G+if6DvrRHar/fqJ6+if6DvrRHar/fqJ6+3dZOv2IyC79DeWi+sL1mvyNvfT3cfNu+sL1mvyNvfT3cfNu+rIFNvwVb9r4gVrS+rIFNvwVb9r4gVrS++PtevyjtSr4kIua+ly5nv7qOBb5/iNG+SctZv9dd+T5kOEq+VreXPkpJdL/SiyQ9VreXPkpJdL/SiyQ9LsVLvxOBF7/QPQK+sGOTvBFefj+S9uO9sGOTvBFefj+S9uO9oz0Pvq0/eT8njTi+oz0Pvq0/eT8njTi+OUBJv1ppG7/Ef+29dOMQPo1ffb9pCaO8dOMQPo1ffb9pCaO8vhVkv8o6zj5dr1a+GoIFPYdRpr2ZBH+/Ta5FP0iSHj909hA+lnsTPmN03j5xm2O/owwrv0JJRD2bEj6/owwrv0JJRD2bEj6/QBJPP8VyFj8ivpg8XaU7Px1PGD+316i+h7B4PyGMYr4/mK89SWthP2Pe1L4GCGm+dnkav4m33r7nFyu/dnkav4m33r7nFyu/eO82PdG4r72vzH6/mYtwP9cfkr7fUkE+8NaYPpUDBr9oS0y/sAx3vxdOH764A1i+8ntzv4fdQb4f4Xm+POl0vzPM/b0i4Ya+U3xxv7YNRL471Iq+Cbhuv0EcGL6aj6i+GYZqv1uHP77QkbW+Pm76voO09z4Qyjm/Pm76voO09z4Qyjm/IpahvpRAZr8T0pq+IpahvpRAZr8T0pq+tURJv9E+EL+J7YG+5ddivzq4Gz5rKuC+diJAPtAmd78QQDk+diJAPtAmd78QQDk+hJFIPtNRCL6mt3i/+XtEv30TIb+3APu9OQwCPt74J75Gbnq/lL2VvYKodD+F/JG+lL2VvYKodD+F/JG+hdEDPjdYab6iE3e/pANiv8JenT4qy7W+5LruPZFjSr5jK3m/ebdnv9UDqT7kI4m+DCNzPnlqcr8N110+DCNzPnlqcr8N110+eaE7v2ciLr8mEDS8KNTpvEXLeD+KeG++KNTpvEXLeD+KeG++zG6kvdtVbT8jdru+zG6kvdtVbT8jdru+i2ZEv/FZI7/WqYW90SsQPgrafL9tPYs90SsQPgrafL9tPYs9l1xrv4z0hD5dSJe+nIeZPHKlLD4mSny/nIeZPHKlLD4mSny/H6wzPt1BfL7BAnS/XDJOP7ewFz/Mwz88AyJbP+4lBD+WZeo8PIVJP5qbAz94aa6+ySZvP9vLl741QUs+mcdtPmIBQ77+LnS/ImBvP+FQkb60e1k+iW9nP4aXzL4gYxu+Xk6nPPtvC78voVa/Xk6nPPtvC78voVa/P2Fnvz8Ppb7mDpC+dexqv1zGg75C/pq+ErNkv9+Icr65gsO+zL1bv4b6tL4CYr6+SkNevzbTMb5q++2+5Dddv4J6ar4EdOW+1qxqv+n59T1eH8O+ijz5vQF7aD/mHc2+ijz5vQF7aD/mHc2+/s8Avyjg/T7hMDW/ej0jvneddr9x9ly+fm81v96xJr8Z/4q+zBBfv7/lJr3oWfq+W4U9vjPyXD+KnfC+W4U9vjPyXD+KnfC+pS4lv0XbQb/aJs+9hy9vPjNHdr/qohA+lPplv4D4+j1J+te+EKgEPUUh0j2Sg36/XHM3Pw9yDD9RhNy+MEptP67LsL6CfBa+e/EAPgGBJ78L5D6/PmZyP9YaOb4ZMYg+F/hjv0O+Cb6IiN6+Rhxev6Pd3L5bOH2+l6pbv+waq75Yose+JbVev/9GmL7BZcm+IRZVv1CzSb4pngS/SutKv0nX9L4WocG+EqqNPjNqZr+ZXqw+RfJpv1OTCj5eAsS++2Apv+iyP7/8sB69VX4uvrSZbj/uvaO+VX4uvrSZbj/uvaO+w84+P9uhKj+TbWc8vTJxP1lnHL5Nt5g+gIJpv5QeyD4iovy9B7qLPugjUj//bwA/k/RjPzITQz5mmtM+k/RjPzITQz5mmtM+w8k+v07R4b6AAwC/w8k+v07R4b6AAwC/PYsdP6yQST/mmRU9PYsdP6yQST/mmRU9P2s7v4AZ6T5XtwG/P2s7v4AZ6T5XtwG/2Mgrv/yKPT/tpR+9Tq98PWrMcT/oKqU+J29wP205NT55qZY+J29wP205NT55qZY+HSFFv3OAn76ZiA6/HSFFv3OAn76ZiA6/Ovdbvx/8AD/CXrW9bMeOPlmLYz/cJro+3NGQPrDtXz+ne8k+I9ZDv4rg4L51LfG+I9ZDv4rg4L51LfG+ORpnv+Z80T6lBQi+X2lpP8OiJD4UgcE+X2lpP8OiJD4UgcE+dl1YP1sQB7/gQK89H1wSP44VHj9MSgq/H1wSP44VHj9MSgq/3C1SP4h0BL9CG3e+vXdJP3bxHb80CVY77ra9vQUKXr+2YPq+27N/vjTrpD75xWm/27N/vjTrpD75xWm/J+DYvcjVO7+lzyu/1PzXvcJPWb+emQS/kGYBvhBdeD+q2VM+1c/ovpOnYz9+yUk9hIOvvuRjcD/YC9w8Dp86vtnidj/COUQ+2uaiuoP9fj9hs7W99wi2vpw4ZT9aQIm+EpjAPsJgYb8m45O+qezmvbtZfj+/tTu8XAmfPsNmQ79rBRG/hZi7vkrbaz9rPgU+YA4Bvw5fVT+coGc+bRXtvtAYYT8NauQ9jhKOvgmJUD8mZQI/w+z3vandfD8agck9iZekPrDdZL/1y5++62QwvpqqeD9yoie+uUhjvuG8cT8T2Hg+Wr8jPm5A4D7vd2K/Wr8jPm5A4D7vd2K/IxlCPuZAXz/F/eY+TA09vyyDML6f4Ca/TA09vyyDML6f4Ca/yt5OPy8Whb4LUwe/FD1Kv8fTHD8uUcw83yJbP8/w4D6Dgos+3yJbP8/w4D6Dgos+hGwNvvAt5r7J62G/se+kPsM85r5JRFW/zCuQvpMAbD8HRog+mY1HPw3EHz/hN1w9tjJQvw5gDL+XX0e+QOpzP5M1j77n4/E9aBRZv8n09T5RZGW+KNtQPqWRer8Vtp88KNtQPqWRer8Vtp88wu92vf9Nfj9gT8i9wu92vf9Nfj9gT8i9OBtWv88gCj+FaMa9MmdxPxs9qL7yUFk9rz1jPsUAdb8ZFj++rz1jPsUAdb8ZFj++Kp1RvztaAb84g4u+H7dXPxBYAT+YtD4+YIcHPaLWfT/oZAA+YIcHPaLWfT/oZAA+olRFPpeBdr+SXkE+olRFPpeBdr+SXkE+nSFuPz56nb5GH00+Z+5jv8ZfpD5lRaW+47o+v/l0Kb/1RKi9XkRQP3zdFD8W4Lo4knRNvRHZdj+XOYW+knRNvRHZdj+XOYW+7sZqv17SDD4Hlr++noNvP9OEI77fN6E++zybPmJHYb+MMrs+P9UgvvaLaz/vtLe+P9UgvvaLaz/vtLe+ZSApv1ctQL/ErNa6cGBHP71yID9Vo808mr5ev3bJ4z5mOVm+z0lLv54nGL8OKAK+7tBUPmEzer9h6SM97tBUPmEzer9h6SM9ykNxP28wpb7w2rM9Jhi0vXIkfT+gVva9Jhi0vXIkfT+gVva9t7lFP7iQIj8RO2g8vVprv2QKmj5rzYG+kohUPzahDj8JD5e8vhtCvxzmJr9R4NI7BRY4Phdidr8MXFA+BRY4Phdidr8MXFA+IAdsP/Yxsr660y0+1Z2rvZjcdT9yDoi+1Z2rvZjcdT9yDoi+Q0NOvy/zFD+EEOO9aORav8rB5b4bC4W+A5bwPcc9eb8Iaki+A5bwPcc9eb8Iaki+NBhnP7xq2r7f/GS9JfSRPesBfj9wINE9JfSRPesBfj9wINE9m1BfP3mN9T78uMI9ahO7PSpVfj+nf4u9a6InPTjIcr//CKG+MLh7v1j+G7tkdTq+AU94vxSQOz7R9CO+JgNHPhEp1j7nJGO/N7oaPgT3Pr4/hHi/2/KUPN/9cz8lsZq+hlIFPp7Qfb8WCuA7Ec18v6dxHb49oA29Pep+v4V8hT1A5IS9kZ1xPkThlT5EN22/q0eXPggsBb83Ik2/D19WPSG8Zz+x69e+44QDPlKtfb8gSyK9L3V5vxEDZr4xM/k6vbl/v17+ibxunzC9sTmsPoFxhD4Lz2e/xiK6PoBeEL8c0j2/a9ffvTXYUT9V8A+/YZDLPTGUfr8bbA09tyxmvxa52767YLA9JN5+v5Y/vb0v34q8+pi6PVgM4jxb1n6/0p0gPjF8K79DyTm/9OZ5Py0vWr6xiCe932VKv+eeh75FUw2/9aEFv4u2QT+mh8k+k1cZvbojTz/dHxY/vBUlP8C6g76/PTi/7awyvknlu75L6Wm/LNRNP0fgFz81TCM9uTf/vt3sXb95pIo73+AKvzORUb+vGEG+I7oGv9AxVb9r2S++fDEHv1WnKL+zKgm/4MMRPzKgIj9ZkgW/NZA+v9Ta7D5/jPa+id4mv2k+FT94VPi+rXzsvmDrUj/uIqi+CH8bv85SKj+YO96+uHzkvm+CM78YVw6/RhmGvmO+D79w8Ui/ABjBvmDGGr/wmzO/gIf/vpDofr7ffFS/TDgMv0dQ2TxLE1a/Yeycvu6+QD4p3m6/mcb5vvYraj5zqle/PA/WviSkCj/TtDq/mWHcvqvfzj6XoE6/NGNUv1AT3z4dvbK+ksuePuknfb7VAGu/TzeiPcP4Jz/kHkC/nwN+vp4faj8dlKM+/Fgmv3mQQr8hIEK86pGoPqqPYL8F77I+l2tUvjG3ZD+XAsy+l2tUvjG3ZD+XAsy+VPV8PbZTtL4PE2+/fBguv0x4O7/XqRC94nETPEMRk75vM3W/qWtsv9OwyD313L2+TJGOPLQRqr5mbHG/pjdCPfSXfr4Hqne/47XDPuGOXr9DWqA+AqNPPwxYFT/Ozy69/bTEPXjVqL5XbXC//O1FPwlCIj+RprW8x+i5PRTziL5Ak3W/rVR4P0XRl71M52w+iklKP7DiHD/SUda7F2B0PwnlBL7+TIk+/sPAPhlaXb9CSqo+b9Ufv4jyR7/zqUy8WXdpvzbDBD4iR8e+jDsCvnduaj9vHsO+jDsCvnduaj9vHsO+Fd5RvxxEET/I3Z29pKFyP3m1or4Tcty8EUZpPvxrcr82F2i+EUZpPvxrcr82F2i+WlBUvwIE/L4tXYe+puleP3Qd9T5p3eU9AnypPd+efT9bF909AnypPd+efT9bF909T8BLP0rHGj/0EQG9Sc5QvyClEL/cvf69yyB3PyZ8g76maT49f1l0PlqEeL8FXNM8f1l0PlqEeL8FXNM877Bcv28O8z6npjW+B7RLvTzafT+FVvS9B7RLvTzafT+FVvS9txxfPgiedL8fdUs+txxfPgiedL8fdUs+4itvP8dPnL66qjw+Kjw+v//JKr/sUFW9MXNWPzHPCz9kWUC7wh0bvSxAeD+dBHe+wh0bvSxAeD+dBHe+G2tnv6v0oz5XEZG+YTkmvPIQUL+IHxW/AyWMPvGT0T7bz16/195wPgkf1j4lm2C/MOaHPqZyTT/fyAg/QIx7PnOtyD4v92K/wfVmP+D0MT55Ico+wfVmP+D0MT55Ico+t8svv52i574aqhG/t8svv52i574aqhG/+xqJPtd51j5KHl6//0Frv71Wvj44nQa+TvyBPhkP2z4CEl6/UGmHPn9uyD4woWG/jJhdP5IrAL9rFPW7nVyKPmpt0z5Sp16/12zjPkIgT78/BcW+kxsEv4d0UD+OFog+MXV5Po3c1z78mV+/7pZcvyEyAT+9cFm9woeKPc8w0b1VEn6/RAELPR2Vqr1l9n6/2+wqPudbfL9X6Z882+wqPudbfL9X6Z88UOb5PPCpob3oFH+/IVlRP7qaCj9Q7Ue+CsV6PlXDKr6HgXS/o25uP3c8t77cwYi9E8fuvaOCYj+F++a+E8fuvaOCYj+F++a+k0B2PWxytL5FFG+/m3J3vwHeGT6So1S+KxSUPK/Ppr7g/HG/TZe6Pc7dh76tt3W/ifd7P0OXOb2oAC8+ytKovdGLZ78RQ9a+w6mNPuHN0D7iwF6/gnh7PiXIyD6m8mK/nX1NP7rU4D3dEBY/nX1NP7rU4D3dEBY/nnpJvx3eAL+tmLa+nnpJvx3eAL+tmLa+mpqKPosG1T4WPF6/wgFpv07wxj5X8xK+nRftPU0aTL5FG3m/PL9Wv+WYAD8cwVY+hqa0vRnb5T3YYH2/0HZavxBvBb+S9Qw8QCYHPUIc4b0AT36/oc+fveslfD9d5h2+oc+fveslfD9d5h2+mH9fPcUrkL2K+36/DpYaPt0Leb94tDM+DpYaPt0Leb94tDM+HzBbPsI+Ab5m+He/GcNEv8HhIL8U+vQ92v0BPiDoJ75xb3q/BZMwPo8qeb6zWXS/9CpLP+OBCj/MeI6+EsVVPnuiMT9QbC4+gAO1PgapPD5wH/M+m+4cPtiWCz/teiY+HGbZPtXUNj7IDOk+gwc5Ps1nET9C3C8+pgciP3RuWD48EIw+3KlRPtR3mT5M8ko+NMSkPrw8QT7Q7rU+NoI8PtD+wD4jyTg+kCjTPtDYOz7UYNw+Di09PvQI6D6imWA+vOmJPod9Qz6Q1Oo+Y2qRPoBrOD+3Yoc+RIo1P4k+cT5ol5E+KgFnPiSAnT4ALmw+T6UrPyZCXj7EGiY/m7hjPjy8pz6alV0+dMq5PtAYVD6JkBo/U9hRPhCYFD+PfVo+NN/DPs6RUz50mNc+Z4pfPoQECT9AT10+LOYDP4KVUj4gbO4+lbVUPvhn4z59MpY+8Ps3PxHqZD4OrQE/iQldPpyfjT7lfl8+oCsdP1RzhT54SjI/sx6ePhh8ND9JDa8+lIiaPsPV8z7OQjI/saToPpacKT8V3K8+uJSkPrX4+T4kUS4/gdOjPnwaoz5wIJI+7MSePvLZXj6E3hA/0aDbPtJ2KD9BBsY+nLssP2rEYj4xjiI/Rq3DPoiAGj9vl6s+hNQHP48stT5gaBA/eIG9Pu7mFj/R9bE+0oENP4MlqT6gKgU/qqOoPhCG7D7VDhs/GDUdPzWvnD48+OE+zbAYPxypJD/Ba6g+ri4jPxgLej6MQC0/CVbdPjw5ET9reUE+gETmPMSxgT4AdKk8ye7vPnS6FD8UVIo+oAwJPQuO9T6UIBQ/yFyQPtB1VT1TJ/s+XjMTP/Vmzz7+qgY/G3QoPmDG3D3Q/sc+pCj+PusOOz7MRiU+9OeUPkAR3D3cIAU/NkcRP8fZXT4UVz0+P2XGPoz88j7LKs4+WSgXP8iW3T5rjBw/jnbwPmL1Iz83w70+1v0KP+nqwD6UxA0/i6vIPhrfEz+LZ7Y+4KwCP3ItZz6BQQs/7dq3PvB0BT9mzLA+kBKuPsn1/j6McSo/tH+jPhw9rD787pA+aFeqPuf5oD6QuLw+IQACP/m3HD9qDZ8+4KjEPvRuBj8qNRs/OYWXPgR72T6qjhE/NBAbP+NBnT5X/Qk/MrujPhZxED8z/68+KM0aP8fMkD70GeY+uE+nPriPEz+xbZk+PuYGPw8Itz7Ijx4/YwySPnQG7T6bCdc+RgAhP+mVED9klRU/FGS4Pqxp6z6yNBc/RmAWP7r8BT/kHBc/qHIBP75zGD85/eU+EqcdPwnf8T4k9xw/sPtHPlBF3z7YTGw+bD6FPgP3oT5GCTw/oySKPqANjD5AFbU+8g84P8tirz7wEzQ/AlGDPghkij42X64+uNs4PxWrvD64Kio/z9LNPihgJT+qp+A+zgIjP1YQpD58ydk+gmUTPxQYIz9D4q4+oDTHPkzLCD+LZCI/Mp6wPgiTvz7JUQU/+BEkP76ZeD4oCYk+BpioPmTKOj8Lk6M+7Jb6Powfiz7sOyg+EcMOP98bED8TnZY+wA7+PgZ0tD4A7vU+/PmaPrjvoD611NY+g60uP1g3mj5ASqs+Jld7Pki57T5IMIc+dG3lPvvbhz7cX+0+IW6UPgT9uz4XJoY+CETEPg6JhD44WgA/DaeAPryJ2D6JwZc+7OIXP5Anez70wOQ+VuKHPoBBuz4iFow+YALZPnd1oj4fJB8/v1yEPvy5DT8Nk40+mGH/Pqo4hD5IVwk/Uc+QPqrbCz/FmZI+dHbEPivTjj7CHgg/YuGUPgIUFD9G+IU+PJeePn/Vhj6Mfqk+Qe6EPrjVkz4sBGI+iD6OPovGlT4oFyQ/OQqJPjb6Fj9yJ6k+AsIwP6wbnD5+gCg/KEyMPoUSGz8RCoo+UoooP4abdz7pNxo/tV+RPrgjLT+EF20+6cwPP3Ohfz78ih4/IVmBPvXCRD9+jP48CBVvP95jjj5WHD0/ZHeCPspjOj+x6Z88BVt6P24LRT5oR2Q+nF2TPifgRz/zWTc+cAaWPjapXT76tzw/WT51PTPXcj+VAyE+qGCFPsYcaT5Fo0Q/iC9dPkDlfz4nzps+nqc/P8rSUz5U4oc+rphJPtRnlz7G6289+PV2P/svKT5MeIA+mhNDPuaNKT/nmR0+unklP5PmHT7wtbY+em80Pty7mD73K1g+3TA8P277QT7EXaE+WKDOPZmzbT+1EvE9dNOkPjjAMD7ytR0/l4EyPmSZFT/ZWhk+9oUMP13MJT642tY+uVscPnT+uD7LVh4+5FAkP5c/KT5gB74+r8wyPnAp0j52y0E+99MHP59uRT5eFQM/DN9zPlCQOT8uamI+Jqk2PxHz4z5AGy4/14ylPqzEmT5VvZA+rPCTPl22yT7APy8/edKxPtCEej4isuc+zts+P6at3j6I8T4/HFPSPvKiPj8QyJg+eOV7PmPkxD5YYD8/J9KrPkgnfj4U3Zw+OBx9PlPosT58Iog+tW7pPhSqOT/tZOA+lgs4P6Kbzj6BLzg/KH2WPsA0iD4ior8+bDU7P6X9qz4YGIg++UGbPjRjiD7vTLE+iDeMPkf26j5g6Dc/wwzhPsJGNT/jFc0+bs41P5vglD7k0Yo+Yo29PogkOj84Bqw++HKKPgr6mT6A14s+gqyvPhykkj5d/e4+Z1Q1P0/Z4T76szE/wIjMPtj7Mj9QdpA+MCGMPp3tuj4ifDg/aSGnPswKkj5XZpY+EJSPPhclmz6s2pY+oFekPsChfT4hAKM+PCWLPt/Dnj5sz5A+SIDXPowdOD8DMdc+6FcyP1gR1z6YijU/YoDYPj7KPj/Tn6M+qD2IPk3fMz4Mnts++nUePsZ4AD9SORQ+KnRhPxCzLz6k9GE/dgMdPtAJ9T6x6DU+jhUlP+v+OT6wgQs/hzk4PsjNBj/+Viw+sOzePsHcND5ImPM+JXsxPkzf6T7jHDc+tB8CPwqH3j5ks0A/XNrfPflJXj9YxdI+Fq9AP8Uk9z1nk2U/b/qdPeghYj9nfqs+aDN0PuyUoT3mwGY/HB+kPtAFdD4wptg+PrFAP8Uk9z2lD2E/6wPuPZQPuz6zFf09KLAgP0iVkzycBWE/+ojVPgbZCz+/8Cs+AKiLPb4O6T70nxQ/V5FsPoDlUjyLCNk+i4QOP++SMz7g4EE9sWbMPmPwAz/Tkis+bJwCPloWlD5g45w9/9oAP3hbEj+X7ns+mOk5Povpxj4oi+k+GswTP8QHED8mWNI+x0UJP38UKT7gJLQ9saPGPixx+D6H6Uo+4EA0PhxPkj7cMw0+FI4JPzhLED9qh0U+uJHUPbTfRT4INL49VU1TPgB1dT2Apks+2GaQPQ0Gaz5AGlM9MMVPPtR/CD5Tf1g+YL4QPv6Vdz4AuGQ9s4uAPqjCgD0h7GI+4L4VPgPegz6QypU9U/CEPrB+9j1NXoY+CC7UPbX7gD6cIAo+7OqFPthmsT0ue3M+2NsTPhU/Rz6I1eo9yXJHPojqpz1BE2k+kCTZPWlgbD5gqJA8aWBsPmCokDxdrkM+AEQDPV2uQz4ARAM9clgvPpAnjz1yWC8+kCePPRMeiT5A9hc9Ex6JPkD2Fz3A/y4+UPoAPsD/Lj5Q+gA+eg0sPljC2z16DSw+WMLbPfCkLD6gY7U98KQsPqBjtT1Cnz0+4LYhPkKfPT7gtiE+VVWSPmhtnz1VVZI+aG2fPUUbkz5IF9s9RRuTPkgX2z3kjTY+AKFNPeSNNj4AoU09bKeQPuT6Cj5sp5A+5PoKPjneiT7ggSQ+Od6JPuCBJD7L4no+uDM1Psviej64MzU+0tCOPvAeYD3S0I4+8B5gPX56Xj5gcDg+fnpePmBwOD4ImEw+nNsvPgiYTD6c2y8+wvaAPuAZzTzC9oA+4BnNPLLoGz3AYHs/YhU5Psi6bj5toy0+1kdpP23iGj6oluY+5LSKPuzyRT/AuOU7WrpzPyFZgT71wkQ/gK7zPJGLbT8Axno8DqN7P24LRT5oR2Q+nF2TPifgRz+wpoY9Rz5yP5UDIT6oYIU+xhxpPkWjRD8zou89aN8tPv1Ggj4oIl0/T7XGPZiKPj417W4+9etbP1b0eD7D/lY//IiCPuaWVz/raYM+JNhVP5ZWeT52dlU/e7PUPZg4ST4KjWc+02dZP93NBD4QCDU+BuqHPoagWj8l94U+t4lRP6YlBD5gSGY+TjdlPt8GUD9SXHw+mZ9QP1yyHz6Ybkk+EqOOPiPwUj9Qoh09N+p8P2IVOT7Ium4+G5LhPRhUMD5VG38+R09eP9Uh8T34qzc+vmcXPgDAUj6r3gs+SONdPnWf3D3oWj8++8HPPUhEOT5OYHI+455dPxRTgz28ZHc/+y8pPkx4gD5AKoE+sgBdP8pEcT4+LVw/cn95PoRKVz9N6IE+Ku1XP+9Tfj7fw10/koNzPs8oXT837x4+cAk4P6od3j3edHs/ChkWPjC0Mz+98qk9Xh55P9+wAz7k1JI+MhwnPh7zOz+mgAA+lEJ3P9ViqD0TAXE/vyvkPaTPrD5Y1AU+VkkvP4uvuj2axEE/N+8JPfQsiD7nTJ89ZZlFPz0YzDzkBZc+K3WDPdwOQD83mK09PL4+P18JAT0Q6oc+z1+bPcMwRT9d9LU8gCuWPu98hT3n2UA/rY+qPa5bPz/ZVbU9Bv5BP8PN6T1U7T4/23+MPRA1oT6xXrw9x8E2P32+2D0upDo/b0ikPdDkjD7VIvY9DRtCP28wVT08GIk+5ejAPR9TRT97XrQ9zOI9P7ebIj0cRJs+bTeQPUZEPD+bJsU9+DFBP70d+z3N1HI/44H+PRSHmT4t2+s8WJOMPj0W1jyMX4w+OUuJPf0RRT/biJ49uAKTPtcmNT3c5o4+W3qTPahHmz6H5Sg9GCyVPn2wuzyMJZI+dwl9PadvQj8X18892jpvP7US8T1006Q+3W/VPERKkj7/TZc9o/tEPxEyhj1WOUE/D+inPXLlPz//ubM9b/lBPxNYiT0pi0Q/m/qAPTCgQj9aF0Q8fHjCPm175TyQjB4/GmFiPGRs0D4NX+Y8eq8ZP/dqQj0IFho/50xHPXAIHT+Vsus9qIDWPkeK8D3+4RI/eMZlPXYGaz8zvvg9VcIXP36thD2tv2I/6wPuPZQPuz6zFf09KLAgP4CaVjzvGWA/Iez9PTTfGz9oqzE9zItdPx0rnD207hw/obuIPXTr0j6lz5E9+LQUP4tbmT0Qrxg/2SWHPQjhvT5PY5o9ZEAhP+duFj28dr8+X39EPXJGIT/XcGc9WJoZP4+ZFD3Ua9I+l8MwPX6KFj+HMnA9cgQdP/qUNTzMpcY+Dcy1PDKGHT+waS084tZlP5l88j1kisI+pyWLPZjcxD7P6Q49eHbFPkf4iz0Qes0+VOYKPdDcaz8refU9yBjPPt/LCj34Jcw+mp8uPJTRyz59za88DxMbP+0E9TwMGx4/raDoPGlCGj+v6T498kQaP1fdQD1E/xw/fUfGPIQ0HT+NisI8UlQbP7fb/j04hgE/J9DxPc23BT/v0/49MF3iPmuApj3s6v0+P+avPWSq9j5tXMA9pKD5PkkuvD2AE/4+h5a0PUr0AT/5TL099OfmPiEWzj34Qfo+e07EPTju9D7vO8o9EJv/PmNPoD0ARPs+uei7PRyi7D7n7b09BPrwPkcxpj34gPc+2nECPuhk7z7tyaY97Bz9PrWcrz1kePc+CyO+PTh/+T7xVbo9sMr9PvFKoz28Fvs+oainPSTx9z6ZZ+M9KA71Ph1C3T2QawA/K7jiPTSH+z4zzM49QN4DP1VF2z0ovOQ+oXjePTRS6j735+E97CfwPpM30z46u0I/b2DePkB1Qj8BVbE+GDZqPiGS5z7wvkI/v9qZPqhFaT7uc8c+yapDP39MrT7Ioy0+zzfhPlSkTz9gWpw+KIotPsWm1D7MKU8/uk3WPtrlSj+F/d4+jmRKPzPFrz4YjE0+sb/nPjt8ST+nNZo+MEZNPtRMyz4O10k/IlXUPpLZRz9z0d4+PkNHP9Jf3j4s1kM/R8yZPqhCYz5PQcg+6RRFPxNG0z74O0Q/sOiwPshSYz4c1+c+qGtEP6cqqz6IP2o+6r+pPqBiKz7eDN8+LOJQP8fyqT6gKE0+REiqPpjKYj7Oqp0+qMljPtwUoD54xSs+nhHWPnHEUD/b7J0+oJxNPn6inD4glGo+1wLgPpGWTz8a7tU+i9BOPyyE1j7QEUs/XfTePgqYSj8o290+n01QP9nN1j6q008/meajPuBpaj6hpdo+NKVKP87voz6gYk0+S5PZPmiORz/9y9g+PZhCP/XS2D4TCUQ/v4xdP7BkCz5BvNo+7NRKP4r5oz4YSmM+gVTaPqEQUD93+No+kDNPP2bqpD4IlCs+Q4/aPk/TUD9/594+5NNIPwRImz4waD0+yvnPPmuATD9X2ak+oEU8PnFR1T64X0k/3IiuPgCYPT7Ae+Q+SJBMP9oAnz4QsTw+FW2kPlh7PD55HNo+0RlJP1GFzj3oRJY+JjwBPjAsNz9vRsI9jA2gPg3rCT5eezs/yVW4PVACpz63A+Q9kAUzPxHV1T3c3I8+zRYRPhYHPz8BVog+UL5LP1mHGj7oaW8+p5QSPtCEeD4EKmc+ElVKP02Hfz5FsUo/mD4oPli9YD7pXjI++NpWPlMAkT4maE0/KTe6PQy21D7xLME9ecsTP7G4wD1wSc4+mQvNPfRmHD/lDMk9sjgYPxfRvj2As8M+75S6PUh4vD5nvMs9RvggP/cO7j3k+AA/6WXzPWjG7z7ncfQ9iAf1Pj9O4D0EywQ/mQztPayM4z79UvQ9fKb8Pnsl8T30zek+JXrXPaYPQD9/jsY9fEM8P4/NXT2YPJ4+GUumPQiDOT8P7Wc95DmYPktwhz2I/oo+24XbPRa3Qz9DHHk9yPSQPkUiij2S+Rw/p5pSPYgpxT75iYY9syQZP68IUz2kq9I+fzFqPbyfFT83XlE9BNDMPmddUj3cq74+/6J8PWxDIT+IsIQ+77BTP3jZej4IC1M/W3/uPXjAVz4sYmY+WbdUP2Uu+j0Qn04+JEASPlA7Pz6QRos+U8hWP1X8Bz7oNUU+EnxGPzAIKj1G6VQ/EOkZPfh9Uj+4ydg91qZJP0Ar2j0kDEk/IBnqPBRDUj+gH948un4xP2Dwtj2FHSM/YGm8PReGJT8AshA9/uotP0BA+TzJjy0/0BTbPSJLJj+Qytw9uNINP3AvsT2BEQE/YJSjPamuBD+AVKs8YpwNP8DA4Ty9yAk/MH/RPYaeAz9g/sg9dFl3P9i7zD3nR20/IFLIPXqYbj/g9ZE9ReF1P5gajD2WmnQ/MDbgPaEPbz+4gd899DNoP1zyRT5QPFc/dPFDPnCtVj/A+RE+DmxkP6DPBD5K72Q/0CZRPoIXWT8Mm1A+QkhnPygJRT6az20/WIDHPe68AT94taE9TNIjP6gAuT1YKlQ/wEUiPUNXZD/EHk8+Zt92Pxh5yz2fNw0/OPStPXYuRz8gyDA9YsMwP8ATtD3CaW8/YF7cPaUIBD+oYcM9jK4mP/Ak1j34x1E/4Gr3PNJmdD/QAN09CpUJP8gIyz0jOS0/8JrUPex8ST/gGAE9qa5ZP/igTj78Alg/jDtDPmYDXz/w4FA+9gJfP+DfTj6fpV8/WCJEPvb2Aj64xf0+LL4CPuAA9T5d1g4+CFsIPwt/Fj70cd4+MC0ZPsBCbD/6dR4+xngAP7BBET7EQGA/w4MbPje7Az9q6AY+0vNkP96ZMz5d4WA/dgMdPtAJ9T4q6QE+rEnpPlIGMT5bCWo/beIaPqiW5j5GRzk+WhxmPwumHD70Eu0+xWUOPijw5z7xiw8+8DvuPtrgDz5cBfU+fbYQPqBb/z7XeA0+uKACPzvfAz5qCQc/efQKPpBn4D6TJoc+BKROPwIzEz6YpmY+Jl0LPphmbz6pMGY++C1NP9DxfT5vqE0/K9MfPqy+WT6iCCk+yCRQPrLRjz4kLFA/Foe2PdCjlD5km+09L+g4P2Xgqj2aqp0+0mqiPbAbpD40MdA9rOM0P+7R/j1ZND0/wA69PdZgjj4cFAY+EpFAP2V5oT3A0NM+S36pPTlAFD98WKY9wOHNPjg0sT3hcxg/X/ukPQxIxD5k3aA9qCy9PtsPsz1VHCE/W5u0PdSqHD/Jv5w+LNhzPmL0sD3yF2s/DC3lPY28XD8Kh94+ZLNAP/JuqD36YF0/vZOxPnRdcj4iouc+X81AP2hRmT6QlXI+KCzGPpCFQT/IE8w9wUJsP1jF0j4Wr0A/CCUBPljYZT8k1ZI9eIphP2d+qz5oM3Q+QFaXPTVRZz8cH6Q+0AV0PjCm2D4+sUA/CCUBPqUzYD837x4+cAk4P5B44D0e/Hw/Bk+dPWHrbz+/K+Q9pM+sPljUBT5WSS8/VFwCPgo0cj/jgf49FIeZPpr9DT1Qbmo/K3n1PcgYzz5d1g4+CFsIPwt/Fj70cd4+Uo8aPloPaz/Dgxs+N7sDP+bxCz6cNmU/yj00PtYjZj8Lphw+9BLtPsm/nD4s2HM+bRO2PUnGaT9HQq89g81eP72TsT50XXI+IqLnPl/NQD9oUZk+kJVyPigsxj6QhUE/JcbLPVW1aj8h7P09NN8bP6oBLT1N+l4/5LSKPuzyRT98GFM8Qwd0PwoZFj4wtDM/6EKfPf4Pej/fsAM+5NSSPjIcJz4e8zs/jgoGPkK9dz+Vsus9qIDWPkeK8D3+4RI/6rBWPdTCaT8zvvg9VcIXP7oncz3NI2M/WxuDPMScZT+ZfPI9ZIrCPgsGAAALEAYAFRQWABUQFgAVEBYAFRYQABAVDwAQCwAABgULAAYFCwALBgUQCxAKBRALDxUQFQ8LFRAUABUQFAAGBQAAFRQAAAYFAAAGBQsKBQYAAAUGCwoLCgYACwoPEAULCgYKDwULEA8LChAPFQsPChAVFRAUDxUPFBAVFA8AFRQAABUUEAAGBQAAFBUPAAYFAAAPEAsKBgsFCgUGAAABAgAAAQIAAAECBQABAgAAAQIAAAECBQAFAQIKDxAVAAEFAgABBQIACwoPEAUKAAAPFAoACg8FAAoFDwAPCgAADxQAABQAAAAUAAAAFAAAABQAAAAFCgAACwoGBQUKAQAFCgEAAQUACgEFAAoBAAUUAQAFFAEABRQBAAUUDwoAFA8KABQUDwAKFA8ACgABFAAAARQAFAAPABQADwAFCgAABQEKAAEFAAAPChQACg8FAAoFDwAUDwAADxUUEA8UCgABAAAAAQAAAAEFAAIFAQoCAAEKFAEAFAAAFA8BAAEUABQADwAUAAEADxQKAA8KAAAKBQ8AFAAAAAoPBQAPFAAABQoAABQAAAAFAQAAFAABABQAAAAUAAAAAAEUAAABFAUFAQAAAQUAABUQFAAGBQAABgUAAAUCAQYFAgEGBQIGAQUGAgEFBgIBBQECCgUBAgABBQIAFAAPABQADwAAFAEAABQBAAABFAAAARQABQYAAAUGAAAUDwAAFAABABQAAQAUDwAAFA8AAAEFAgACAQUABQEAAhQVAAAUFQ8AFBUAAAoABQ8PChQFFA8AABQPFQoKDwUAFBUPAAoPBRQUDwAKCgUPAA8UCgAUDwAADxQVAA8UCgAPABQKDxQAAA8KAAAFAgEKBQoBDwUCBgEGBQAACgUPAA8KAAAFBgoABQoGAAoPBQAKBQsGDwoQCwUKBgsPEBUKCg8LEAYHAAAGBwAABgcAAAYLBwAGBwAABgcAAAYHAAAGCwAABgsAAAYHCwAGBwsABgcLAAYFBwAGBQcABgUAAAYLBQAGBwAABgcAAAsQAAALEAAACxAAAAsGAAALBgAACwYFEAsMAAALDAAAEAsAABAVAAAQFQAAEBUAABALAAAQCwAAEAsVABAVCwAVEA8UFRQAAAYLAAALBgoAAQIFAAIBBQAFAgEAAQIFAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAQAAAgEFAAIFAQACBQEAAgAAAAIFAQACAQAAAgEAAAIBAAACAQUAAgUBAAIFAQACAQAAAgUBAAIBAAACAQAAAgEAAAIBBQACBQEAAgUBAAIBAAACBQEAAgUBAAIAAAACAQAAAgEFAAIBAAACAQUAAgEAAAIAAAACAAAAFRAAABUWAAAVFgAAFRYAABUWAAALEAAAFRAPABUQAAAVEBYAFRYAABUWEAAVFgAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAABARCwAQEQsAEBELAAoFDwAKBQ8AAQUKAAEFCgAKBQAPCgUADw8UCgAPFAoAAQAUBQEAFAUUAAEPFAABDxQAAQ8KDwAFCg8ABRQPAAAUDwAAFAABABQAAQAPCgAUCg8ABQUKAQAKBQAPBQEAChQPAAoUDwAAAQUACgEABRQUAA8BAQAFFBQAAQAAARQFFAABDwEAFAUUAAEPDxQACgoFAA8AFAEAAQUKAAEFCgAFCgEABQoBAAoFDwAKBQ8AAQUAFAEFABQPFAoADxQKAA8KABQPCgAUCg8ABQoPAAUUDwAKFA8ACgEAFAUBABQFAAEUAAABFAAKBQAPCgUADxQAAQAUAAEAFAABABQAAQAUAAEPFAABDwEABRQBAAUUFAAPABQADwAUDwAAFA8AAAEFAAoBBQAKBgcAAAYHAAAVFgAAFRYAAAYHAAAGBwAABgcAAAYHAAAGBwAABgcAAAYHAAAGBwAABgcAAAYHAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIBwAACAcAAAgAAAAIAAAACAAAAAgAAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAGBwAABgcAAAgAAAAIAAAACAAAAAcIAAAHCAAACAAAAAgAAAAIAAAABgcAAAYHAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAALDAAACwwAAAsMAAALDAAACwwAAAsMAAALDAAACwwAAAsMAAALDAAADQwAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANDAAADA0AAAwNAAAMDQAADA0AAAwNAAAMDQAADQwAAA0MAAANDAAADQAAAA0AAAANDAAACwwAAAsMAAANAAAADQAAAA0AAAAMDQAADQAAAAwNAAANAAAADQAAAA0AAAALDAAACwwAAA0AAAANAAAADQAAAA0AAAANDAAADQAAAA0AAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAAQEQAAEBEAABARAAAQEQAAEBEAABARCwAQEQsAEBELABARAAAQEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAAQEQAAEBEAABIRAAASAAAAEhEAABARAAAQEQAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAFgAAABYXFQAWFxUAFwAAABcAAAAXAAAAFwAAABcWAAAXFgAAFxYAABcAAAAXFgAAFwAAABcAAAAXAAAAFwAAABYXFQAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXFgAAFxYAABcWAAAXFgAAFxYAABcWAAAXFgAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAgMAAAMAAAADAAAAAwIAAAMCAAADAgAAAwAAAAMAAAADAgAAAgMAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAIDAAADAAAAAwIAAAMCAAACAwAAAwIAAAMAAAADAAAAAwIAAAMAAAADAAAAAwAAAAMAAAADAgAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAADAsAAAwAAAAMCwAADAsAAAwLAAAMCwAADAsAAAwLAAAHBgAABwYIAAcGAAAHBgAABwYAAAcGCAAHBggABwYIABEQEgAREBIAERASABEQAAAREAAAERASABEQEgAREBIAFhcAABYXAAAWFwAAFhcAABYXAAAWFwAAFhcAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAAEhEAABIRAAASEQAAEgAAABIAAAASAAAAEhEAABIRAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAAXAAAAEgAAAA0AAAAIAAAAAwAAABcAAAASAAAACAAAAA0AAAAXAAAAEgAAAA0AAAAIAAAAFwAAABIAAAANAAAACAAAAAMAAAADAAAA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BAC9ALwACAC9AAgACQDCAAEAzgDCAM4AzACiAHgAdQCiAHUA1gAmACIAEgAmABIAEwA9AJgAZAA9AGQAaAAXAMAABgEXAAYBMgAbAMkABgAbAAYALwAGAAcBVgAGAFYALwBgAGUAjgBgAI4AlwBHAFIAVwBHAFcAIAGaAI8AaQCaAGkAiAAKAAsAAQAKAAEAxQA5AIUAiAA5AIgAaQBaAFwAjACZAJsAngCZAJ4AnABJAFUAiQBJAIkAKQGVAI0AIACVACAAIQAgAVcAVQAgAVUASQCHAGsAbgCHAG4ALAECAAUAEQCTAB0AHACTABwAkQAaABsALwAaAC8AJQA+ACYA0gA+ANIA0wAuAFsAoQAuAKEAoAAjAFYAHgAjAB4AHwCFAIkAVQCFAFUAOACFADgAZwCFAGcAiAAgACMA0QAgANEAAgB+AIAAXwB+AF8AYQDUACoALADUACwAKQBxAEQARgBxAEYAbwBpADsAOQBcAJAAWwBcAFsAjAARAA8ADgARAA4AcgA6ADwAfgA6AH4AYQCWAJEAHACWABwAGQAWAAAAwAAWAMAAFwAQAAgAvAAlAAcAyAAlAMgAGgAFAA8AEQBPAD8AHAFPABwBUADBAM0ABwDBAAcABgE1AFMAVAA1AFQANgByAA4ADQByAA0AHQATALEA0gATANIAJgAYABUAoAAYAKAAoQAaAMgAyQAaAMkAGwA1ADYAZAA1AGQAZgAlADIABgElAAYBBwChAFsAkAChAJAAlgAVABgACgAVAAoACQAMAAsAGQAMABkAHACwALEAEwCwABMAEgBmAGMANwBmADcANQAOAA8ABQAOAAUAAQESACIAsAARACAAAgDQANEAHwDQAB8AHgDKAAMABwHKAAcBBgC2AMQA0wC2ANMA0gAQAHMAgwB3AHkAhAB3AIQAJwBdAF8AgABdAIAAggCKAC0AWgCKAFoAjAAtACsAWAAtAFgAWgBRAHEAbwBRAG8AXQAwAHsAagAwAGoAfABeAH8AfQBeAH0AYABlAGAAfQBlAH0AOwDFAL0ACQDFAAkACgAnAKYAdwABAc8ADQABAQ0ADgALAAwAzgALAM4AAQBiAGcAOABiADgANAARAHIAIAA2ADMAaAA2AGgAZADXAHYAdwBRAF0AggBRAIIAWQCKAC4A1gCKANYA+AAqADAAfAAqAHwAUQBsACUBTgBsAE4AiQAjAW8ARgBMAG4AbwBMAG8AIwFMACwBbgBQABwBQgBQAEIAcAA2AFQATwA2AE8AMwBTADUANwBTADcAUgA0ADcAYwA0AGMAYgBXADQAOABXADgAVQBwAEIARABwAEQAcQBrAIcAJgFrACYBbQAhACAAcgAVAAkAJAAVACQAowCEAHQAIgCEACIAJwAdACEAcgB5AHcAdgAxANcAdwCFADkAbACFAGwAiQAxADAAiwB6ADEAdwBpAGUAOwBhAGsAbQBhAG0AOgBdAG8AbgBdAG4AXwB8AHAAcQB8AHEAUQBqAFAAcABqAHAAfABfAG4AawBfAGsAYQBcAIEAfwBcAH8AXgAMAA0AzwAMAM8AzgBcAFoAWABcAFgAgQALAAoAGAALABgAGQAWABcAMgAWADIAPgCDABQAowCDAKMAEAAzAGoAewAzAHsAaAB7AHoAPQB7AD0AaAAtANUAKAAtACgAKwBUAB4BPwBUAD8ATwAeAVQAGgEnAVMAUgAnAVIARwBzABAAvABzALwAugAjAB8A0QA+ANMAAAA+AAAAFgAHAdAAHgAHAR4AVgCJAE4AKQE0AFcAUgA0AFIANwAsACoAUQAsAFEAWQAcAB0ADQAcAA0ADABcAF4AnQBcAJ0AkACZAKwAVgCZAFYAmwBnAJ4AmgBnAJoAiACTAJUAIQCTACEAHQAtAIoA+AAtAPgA1QAuAIoAjAAuAIwAWwDXADEAiwDUADAAKgAxAHoAewAxAHsAMACLADAA1ACXAI4AlQCXAJUAkwAmAKsAJwAmACcAIgAvAKwAqgAvAKoAJQCQAJ0AkQCQAJEAlgCXAJMAkQCXAJEAnQCOAI8AjQCOAI0AlQAyAK0AqQAyAKkAPgAjACAAjQAjAI0AkgCcAJ8ApQCcAKUAmQBmAGQAmABmAJgAlACeAJsAkgCeAJIAmgCgAKIA1gCgANYALgBgAJcAnQBgAJ0AXgBlAGkAjwBlAI8AjgCoAKQAqQCoAKkArQBiAGMAnwBiAJ8AnACfAGMAZgCfAGYAlAA+AKkAqwA+AKsAJgAZABgAoQAZAKEAlgCcAJ4AZwCcAGcAYgAjAJIAmwAjAJsAVgCYAKQAqACYAKgAlACSAI0AjwCSAI8AmgCmACcAqwCmAKsApwCjACQAEAB4AKIAFAB4ABQAgwAkAAgAEACjABQAFQCsAJkApQCsAKUAqgCnAKQAmACnAJgAPQB3AKYAegCmAKcAPQCmAD0AegCoAKUAnwCoAJ8AlACpAKQApwCpAKcAqwCqAKUAqACqAKgArQCsAC8AVgCqAK0AMgCqADIAJQC2ANIArgC2AK4AuQBlAbwAvQBlAb0AvwAoAyYDygAoA8oABgCxALAAHgOxAB4DrgDCAAcDxwDCAMcAAQCwALsAtACwALQAHgOxAK4A0gDEACMD0wAKA8UAAQAKAwEAxwDAAAAABAPAAAQDIAPBAAYBCAPPAAwDKwPPACsDzgAXAcwAzgAXAc4AKwO1ALgAvwC1AL8AvQBlAbMAugBlAboAvADJAMgAHAPJABwDKAPXAPMA9QDXAPUAdgDqAOkA4QDqAOEA4gDzAOsA7QDzAO0A9QAAAeYA7gAAAe4A+gD4APsA9gD4APYA1QDiAOEA2QDiANkA2gDpAOoA8gDpAPIA8QD+APwA4wD+AOMA6wAUAfkA3wAUAd8AFAPjANsA3QDjAN0A5QAlAwwDzwAlA88AywDJACgDBgDAACADCAPAAAgDBgH6AO4A9gD6APYA+wD8AP8A2wD8ANsA4wDYAOAA5gDYAOYA3gCLAP0A8wCLAPMA1wD5AAAB5wD5AOcA3wDmAOAA6ADmAOgA7gApAPEA8gApAPIA1ADvAOwA5ADvAOQA5wDuAOgA8ADuAPAA9gDnAOQA3ADnANwA3wD3APQA7AD3AOwA7wAKAyIDwwAKA8MAxQDVAPYA8ADVAPAAKAD3ANYAdQD3AHUA9AAAANMAIwMAACMDBAPrAOMA5QDrAOUA7QD9APIA6gD9AOoA/gAHAM0AGAHIAAcAGAHIABgBHAPzAP0A/gDzAP4A6wDeAOYAAAHeAAAB+QDUAPIA/QDUAP0AiwDiANoA/wDiAP8A/ADvAPoA+wDvAPsA9wASAd4A+QASAfkAFAHqAOIA/ADqAPwA/gDWAPcA+wDWAPsA+ADnAAAB+gDnAPoA7wADAA0DEAMDABADCAEFAQoBDAEFAQwBAgEFAAsBCQEFAAkBAQEBAQkBBAATAwsBCgETAwoBBQECAQwBCAECAQgBEAMIAQwB0QAIAdEA0AAJAQsBEwMJARMDZwEHAQMACAEHAQgB0AAEAAkBZwEEAGcBDgMKAQsBBQAKAQUAAgAMAQoBAgAMAQIA0QDaAA0BFQHaABUB/wDbAA8BGgPbABoD3QDZABgDDQHZAA0B2gD/ABUBDwH/AA8B2wDfANwAGQPfABkDFAPYAN4AEgHYABIBFwMzAT8BMgEyAT8BPQE5AT8BOAE0ATEBPwE2AT8BMwE9AT8BLQEtAT8BLgEuAT8BPgE+AT8BMAEwAT8BLwE/ATkBOwE1ATQBPwE3ATUBPwE7ATcBPwE4AT8BOgE6AT8BPAE8AT8BNgFdAUUAQwBdAUMARwFMASgBSABMAUgASgFUAR8BGwFUARsBRAFXASsBSwBXAUsAUwFCAUAAHwFCAR8BVAFEARsBKAFEASgBTAFZAYYAKwFZASsBVwFfAU0AJAFfASQBWwFRASIBRQBRAUUAXQFOAUoAKgFOASoBYAFbASQBhgBbAYYAWQFHAUMAQQBHAUEAYwFTAUsAIgFTASIBUQFjAUEAHQFjAR0BQAFIASEBSgBIAUoATgFgASoBTQBgAU0AXwFKAUgAIQFKASEBSAEtAUsBSQEtAUkBPQEzAWEBXgEzAV4BNgE9AUkBTwE9AU8BMgE0AWIBQQE0AUEBMQE5AVIBUAE5AVABOwE1AUYBYgE1AWIBNAE8AVoBWAE8AVgBOgEyAU8BYQEyAWEBMwE7AVABXAE7AVwBNwE2AV4BWgE2AVoBPAExAS8BPwE6AVgBVgE6AVYBOAE+AUUBTQE+AU0BLgEvAUMBVQEvAVUBMAE4AVYBUgE4AVIBOQEwAVUBRQEwAUUBPgEuAU0BSwEuAUsBLQE3AVwBRgE3AUYBNQFDAS8BMQFDATEBQQFAAR0BQABAAUAAQgG+ALcAbwG+AG8BjgEfA7IAbAEfA2wBaQGvAB8DaQGvAGkBawFkAb4AjgFkAY4BhAERARMBAAMRAQAD/gIOARYD9gIOAfYC9AIQARYBAwMQAQMD/QIWAxEB/gIWA/4C9gIWAQ4B9AIWAfQCAwMbAxAB/QIbA/0C+wITARUD8wITAfMCAAMVAxsD+wIVA/sC8wKyAGQBhAGyAIQBbAG3AK8AawG3AGsBbwHcAn8BigHcAooB2wKSAZMBkAGSAZABkQGHAY0BlQGHAZUBlAF2AXcBkwF2AZMBkgEDAgUCAAIDAgAC/wF1AXYBkgF1AZIBkQGkAaUBqgGkAaoBqQF3AXYBeQF3AXkBeAFzAvwBzgJzAs4CdQLeAoEBgAHeAoAB3QJ7AXkBdgF7AXYBdQH4AfQBzQH4Ac0B6QGNAooCiwGNAosBiAG7AaYBoQG7AaEBugF/Au0B4gF/AuIBhALjAq8BrgHjAq4B5gLwAuEB3AHwAtwB8QLQAfYB9QHQAfUBzwGUAZABcwGUAXMBhwF3AXMBkAF3AZABkwGBAuUB8QGBAvEBgwJkAoUBjwFkAo8BYALlAq0BvwHlAr8B5AK8AcIBywG8AcsBygGqAasByQGqAckByAFtAtcB6wFtAusBbAJYApgBlgFYApYBWgLpArEBrAHpAqwB5wIJAv4BDAIJAgwCEAKgAaIBqwGiAacBqwHKAcYBpwHKAacBvAGrAacBxgGrAcYByQHzAc8B9QHzAfUB+QGiAaABtwGiAbcBswG7AboBxQG7AcUBwQF3ArQBtgF3ArYBeQJ7ArABvQF7Ar0BfQJlAm0BhQFlAoUBZAJ2AncCrwF2Aq8BrAHRAc0B9AHRAfQB9wENAg4CCwINAgsCDAL9AQICBwL9AQcCBgIVAhYCBwIVAgcCAgK6Ab4BwAG6AcABxQG0AbcBoAG0AaABpQGUAZUBkQGUAZEBkAH2AfcB9AH2AfQB9QG1AaMBxQG1AcUBwAFxAnACCgJxAgoCxAJ+AoUC4wF+AuMB5wF/AuwB7gF/Au4BgwISAhQCAQISAgECBQJ9Ar0BvwF9Ar8BegLoAe0B8QHoAfEB8gGJAocCeQGJAnkBewGoAcEBxQGoAcUBowHQAc8B5gHQAeYB5AEPAhACDAIPAgwCCwLRAdAB5AHRAeQB5wH5AfUB9AH5AfQB+AFqAmsC1QFqAtUB2gH9AQACBQL9AQUCAQKgAasBqgGgAaoBpQG2AbQBpQG2AaUBpAF0AnECxAJ0AsQCwwJsAusB8AFsAvABaQJvAvoB+wFvAvsBcgKMAYsBegGMAXoBdAEGAgkCEAIGAhACDwKLAoIBiQGLAokBjQIGAgcCCAIGAggCCQKhAbIBvgGhAb4BugEDAv8B/gEDAv4BBAKKAogCegGKAnoBiwF8AYgBhgF8AYYBcgEAAv0BCwIAAgsCDgJvAnQCwwJvAsMC+gH/AQ0CDAL/AQwC/gHqAt0B7gHqAu4B7AIHAhYCFwIHAhcCCALIAckBxgHIAcYBxwHKAcsBxwHKAccBxgHyAfEB5QHyAeUBzgGqAcgBxwGqAccBqQFRAk8CJwJRAicCKAL3Av8CMAL3AjACGgJIAjUCOAJIAjgCQgIzAiQCLgIzAi4CNAJWAk0CIwJWAiMCQQImAjgCNQImAjUCKwJUAk4CIAJUAiACNgJIAkACOQJIAjkCNQJSAlACMQJSAjECHgJDAkUCKgJDAioCKQJKAkcCPQJKAj0COgLyAvkCHALyAhwCOQJBAiMCPQJBAj0CRwJFAi0CGAJFAhgCRAICA0QCGAICAxgC/AIwAjQCLgIwAi4CGgJMAjcCPwJMAj8CSQJNAikCJQJNAiUCUwIcAisCNQIcAjUCOQIvAiUCKQIvAikCKgL4AhsCGQL4AhkC9QL8AhgCHQL8Ah0C+gI3AiECOwI3AjsCPwI+AjoCHwI+Ah8CMgIsAi0CKAIsAigCJwKHAoYCeAGHAngBeQGAAn4C5wGAAucB5AGCAoAC5AGCAuQB5gGNAXUBkQGNAZEBlQEXAhECBAIXAgQCCAKGAYgBiwGGAYsBjAHNAdEB5wHNAecB4wF6AngCtQF6ArUBwAETAhICBQITAgUCAwLMAeIB7QHMAe0B6AHpAfMB+QHpAfkB+AHQAdEB9wHQAfcB9gH/AQACDgL/AQ4CDQJJAj8COwJJAjsCSgIhAiICOwIiAjwCOwIbAi8CKgIbAioCGQJdApoBuQFdArkBVwLCAakBxwHCAccBywFXArkBxAFXAsQBWQIjAh8COgIjAjoCPQJwAhcCFgJwAhYCdQLaAn4BgQHaAoEB3gIsAh0CGAIsAhgCLQITAgMCBAITAgQCEQJrAmgC0wFrAtMB1QF8AnYCrAF8AqwBsQFmAl8CaAFmAmgBbgGGAn4BgwGGAoMBjAJzAXcBfQF3AXgBfQEPAgsC/QEPAv0BBgIJAggCBAIJAgQC/gFVAkICOAJVAjgCVAJQAjMCQgJQAkICVQI+AkkCSgI+AkoCOgIyAkwCSQIyAkkCPgL1AhkCRAL1AkQCAgMqAkUCRAIqAkQCGQIiAkECRwIiAkcCPAI7AjwCRwI7AkcCSgIoAi0CRQIoAkUCQwI0AjACQAI0AkACSAJRAlYCQQJRAkECIgI0AkgCQgI0AkICMwIoAkMCVgIoAlYCUQIxAlACVQIxAlUCSwJLAlUCVAJLAlQCNgIjAk0CUwIjAlMCHwIkAjMCUAIkAlACUgI4AiYCTgI4Ak4CVAJDAikCTQJDAk0CVgIiAiECTwIiAk8CUQLiAlcCWQLiAlkC5ALoAl0CVwLoAlcC4gKbAV4CWgKbAVoClgHjAlgCWgLjAloC5wKeAVsCWQKeAVkCxAGYAVgCXAKYAVwCnwHhAtoCXwLhAl8CZgJoAV8CYwJoAWMCagHgAmUCZALgAmQC3wLfAmQCYALfAmAC2wJqAWMCYgJqAWICcQFwAWECYAJwAWACjwHtAusCaALtAmgCawLSAWcCaQLSAWkC8AHuAmwCaQLuAmkC7ALxAu0CawLxAmsCagLvAm0CbALvAmwC7gLYAW4CagLYAWoC2gEKAnACdQIKAnUCzgISAhMCdAISAnQCbwISAm8CcgISAnICFAITAhECcQITAnECdAIRAhcCcAIRAnACcQIVAnMCdQIVAnUCFgKzAbcBdgKzAXYCfAK/Aa0BeAK/AXgCegK+AX0CegK+AXoCwAG3AbQBdwK3AXcCdgKyAXsCfQKyAX0CvgGvAXcCeQKvAXkCrgHeAd8BgALeAYACggLfAdwBfgLfAX4CgALtAX8CgwLtAYMC8QHcAeEBhQLcAYUCfgLdAYECgwLdAYMC7gHsAX8ChALsAYQC4AF4AYYCjAJ4AYwCfQGBAX4BhgKBAYYChwKKAX8BiAKKAYgCigJ8AYsCjQJ8AY0CiAGAAYEBhwKAAYcCiQKJAYoBigKJAYoCjQKTAo8CsAKTArACuQLAAqsCvgLAAr4CwQKVApYCrwKlAqECrQKlAq0CtgLCAkYCqQLCAqkCrAK2Aq0CsgK2ArICugKvApYClwKvApcCtQKgAqQCugKgAroCsgKhAqICrQKPApACsAKjArICrQKjAq0CogKkAqUCtgKkArYCugKaAp4CuwKaArsCswK3Aq4CswK3ArMCuwKpAqYCrAKfApsCrgKfAq4CtwKUApgCvAKUArwCtQKYApkCuAKYArgCvAK4Aq8CtQK4ArUCvAK5ArACtAK5ArQCvQKrAqcCvwKrAr8CvgKZApUCrwKZAq8CuAKdApoCswKdArMCrgKdAq4CnAKwApACkQKwApECtAKmAqoCsQKmArECrAKfArcCuwKfArsCngKjAqACsgKbApwCrgKXApQCtQKRAo4CtALBAsICrALBAqwCsQKSApMCuQKSArkCvQKnAqgCvwKSAr0CtAKSArQCjgK+Ar8CwgK+AsICwQK/AqgCRgK/AkYCwgKqAsACwQKqAsECsQLVAsQCCgLVAgoC1ALYAtcC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" + } + ] +} diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Glove_low_L.gltf.import b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Glove_low_L.gltf.import new file mode 100644 index 0000000..3c14a37 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Glove_low_L.gltf.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bnx4hithcij6y" +path="res://.godot/imported/Hand_Glove_low_L.gltf-7b94b12c0dff159d494da6cafd52895d.scn" + +[deps] + +source_file="res://addons/godot-xr-tools/hands/model/Hand_Glove_low_L.gltf" +dest_files=["res://.godot/imported/Hand_Glove_low_L.gltf-7b94b12c0dff159d494da6cafd52895d.scn"] + +[params] + +nodes/root_type="Node3D" +nodes/root_name="Scene Root" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=0 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Glove_low_R.gltf b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Glove_low_R.gltf new file mode 100644 index 0000000..172c78c --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Glove_low_R.gltf @@ -0,0 +1,722 @@ +{ + "asset" : { + "copyright" : "CC0 Public Domain", + "generator" : "Khronos glTF Blender I/O v3.2.43", + "version" : "2.0" + }, + "scene" : 0, + "scenes" : [ + { + "name" : "Scene", + "nodes" : [ + 27 + ] + } + ], + "nodes" : [ + { + "name" : "Thumb_Tip_R", + "rotation" : [ + -0.07576872408390045, + 0.019257033243775368, + 0.03371242433786392, + 0.9963693618774414 + ], + "scale" : [ + 1.0000001192092896, + 1.000000238418579, + 1.0000001192092896 + ], + "translation" : [ + 2.7939677238464355e-09, + 0.030749469995498657, + -3.14321368932724e-09 + ] + }, + { + "children" : [ + 0 + ], + "name" : "Thumb_Distal_R", + "rotation" : [ + 0.05564067140221596, + -0.010326135903596878, + -0.013984743505716324, + 0.9982995390892029 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 1.0000001192092896 + ], + "translation" : [ + 2.3283064365386963e-09, + 0.04214789345860481, + 1.5133991837501526e-09 + ] + }, + { + "children" : [ + 1 + ], + "name" : "Thumb_Proximal_R", + "rotation" : [ + -0.04595031589269638, + 0.027135659009218216, + 0.07525718957185745, + 0.9957352876663208 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + -2.3283064365386963e-10, + 0.044916488230228424, + -2.473825588822365e-10 + ] + }, + { + "children" : [ + 2 + ], + "name" : "Thumb_Metacarpal_R", + "rotation" : [ + 0.3235369920730591, + 2.565749491623137e-05, + 0.027220426127314568, + 0.9458239078521729 + ], + "scale" : [ + 1, + 0.9999998211860657, + 0.9999998807907104 + ], + "translation" : [ + -0.009999999776482582, + 0.02717285417020321, + 0.019999971613287926 + ] + }, + { + "name" : "Index_Tip_R", + "rotation" : [ + -0.052288394421339035, + 0.0005572127993218601, + -0.10362062603235245, + 0.9932413697242737 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 1 + ], + "translation" : [ + -8.149072527885437e-09, + 0.027394980192184448, + 1.367880031466484e-09 + ] + }, + { + "children" : [ + 4 + ], + "name" : "Index_Distal_R", + "rotation" : [ + 0.014225997030735016, + 0.011990753002464771, + 0.13454149663448334, + 0.9907333254814148 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + -5.529727786779404e-09, + 0.0313456691801548, + 1.775333657860756e-09 + ] + }, + { + "children" : [ + 5 + ], + "name" : "Index_Intermediate_R", + "rotation" : [ + -0.013683199882507324, + 0.024668212980031967, + 0.23507100343704224, + 0.9715688824653625 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 0, + 0.03811633586883545, + -3.3178366720676422e-09 + ] + }, + { + "children" : [ + 6 + ], + "name" : "Index_Proximal_R", + "rotation" : [ + 0.11122288554906845, + 0.0027781203389167786, + -0.11757423728704453, + 0.9868121147155762 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + -5.336175945558352e-10, + 0.08036758005619049, + 2.584926050985814e-09 + ] + }, + { + "children" : [ + 7 + ], + "name" : "Index_Metacarpal_R", + "rotation" : [ + -0.0005887771840207279, + -2.10358793992782e-05, + -0.0252196304500103, + 0.9996817708015442 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + 0.009999999776482582, + 0.0271772351115942, + 0.022405147552490234 + ] + }, + { + "name" : "Middle_Tip_R", + "rotation" : [ + 0.013688242062926292, + -7.99239132902585e-05, + -0.1684110462665558, + 0.9856218695640564 + ], + "scale" : [ + 1.0000001192092896, + 0.9999999403953552, + 1 + ], + "translation" : [ + 2.0736479200422764e-09, + 0.023346584290266037, + 6.548361852765083e-11 + ] + }, + { + "children" : [ + 9 + ], + "name" : "Middle_Distal_R", + "rotation" : [ + -0.013931511901319027, + 0.00014242221368476748, + 0.16861224174499512, + 0.985584020614624 + ], + "scale" : [ + 1, + 1.0000001192092896, + 0.9999999403953552 + ], + "translation" : [ + -5.973561201244593e-09, + 0.0324166864156723, + -5.820766091346741e-11 + ] + }, + { + "children" : [ + 10 + ], + "name" : "Middle_Intermediate_R", + "rotation" : [ + 0.03945539891719818, + -0.004928736016154289, + 0.13782717287540436, + 0.9896578788757324 + ], + "translation" : [ + -1.1295924196019769e-09, + 0.04500335454940796, + 6.621121428906918e-10 + ] + }, + { + "children" : [ + 11 + ], + "name" : "Middle_Proximal_R", + "rotation" : [ + -0.01194659061729908, + -0.000966736872214824, + 0.010500849224627018, + 0.9998730421066284 + ], + "translation" : [ + 7.057678885757923e-10, + 0.0804632380604744, + 3.4924596548080444e-10 + ] + }, + { + "children" : [ + 12 + ], + "name" : "Middle_Metacarpal_R", + "rotation" : [ + -0.03585463762283325, + -4.2005005525425076e-05, + -0.0499776192009449, + 0.9981066584587097 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 0.009999999776482582, + 0.02714575082063675, + 0.0035275884438306093 + ] + }, + { + "name" : "Ring_Tip_R", + "rotation" : [ + 0.03305169194936752, + 0.006719753611832857, + -0.12635111808776855, + 0.9914120435714722 + ], + "scale" : [ + 1, + 1, + 0.9999998211860657 + ], + "translation" : [ + -5.326000973582268e-09, + 0.027049388736486435, + 3.969034878537059e-09 + ] + }, + { + "children" : [ + 14 + ], + "name" : "Ring_Distal_R", + "rotation" : [ + -0.011351789347827435, + -0.012621401809155941, + 0.13198409974575043, + 0.9911065101623535 + ], + "scale" : [ + 0.9999999403953552, + 1, + 1 + ], + "translation" : [ + 2.3865140974521637e-09, + 0.027797557413578033, + 9.604264050722122e-10 + ] + }, + { + "children" : [ + 15 + ], + "name" : "Ring_Intermediate_R", + "rotation" : [ + 0.01732625439763069, + -0.01860846020281315, + 0.16082890331745148, + 0.9866547584533691 + ], + "scale" : [ + 1.0000001192092896, + 0.9999999403953552, + 1 + ], + "translation" : [ + -8.731149137020111e-11, + 0.04013120010495186, + 9.604264050722122e-10 + ] + }, + { + "children" : [ + 16 + ], + "name" : "Ring_Proximal_R", + "rotation" : [ + -0.05105672776699066, + 0.002022986998781562, + -0.0418044812977314, + 0.9978184103965759 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + -6.075424607843161e-10, + 0.0739438384771347, + 1.331500243395567e-09 + ] + }, + { + "children" : [ + 17 + ], + "name" : "Ring_Metacarpal_R", + "rotation" : [ + -0.07119493186473846, + -1.573348527017515e-05, + -0.018085604533553123, + 0.9972984790802002 + ], + "scale" : [ + 1, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + 0.009999999776482582, + 0.027118019759655, + -0.01309998705983162 + ] + }, + { + "name" : "Little_Tip_R", + "rotation" : [ + 0.015836291015148163, + 0.01933973841369152, + -0.15377695858478546, + 0.9877893924713135 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + 3.725290298461914e-09, + 0.019765090197324753, + 4.6566128730773926e-09 + ] + }, + { + "children" : [ + 19 + ], + "name" : "Little_Distal_R", + "rotation" : [ + -0.018054774031043053, + -0.011455277912318707, + 0.10707500576972961, + 0.9940209984779358 + ], + "scale" : [ + 0.9999999403953552, + 0.9999998807907104, + 1 + ], + "translation" : [ + -2.6775524020195007e-09, + 0.01802438497543335, + 7.894414011389017e-10 + ] + }, + { + "children" : [ + 20 + ], + "name" : "Little_Intermediate_R", + "rotation" : [ + 0.044925764203071594, + -0.03280799090862274, + 0.18505947291851044, + 0.9811516404151917 + ], + "scale" : [ + 0.9999999403953552, + 0.9999998807907104, + 1.0000001192092896 + ], + "translation" : [ + 4.0745362639427185e-10, + 0.03312354534864426, + 2.6921043172478676e-10 + ] + }, + { + "children" : [ + 21 + ], + "name" : "Little_Proximal_R", + "rotation" : [ + -0.08928601443767548, + -0.003168066032230854, + 0.006739117205142975, + 0.9959782958030701 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + -3.4924596548080444e-10, + 0.06571118533611298, + -2.2009771782904863e-10 + ] + }, + { + "children" : [ + 22 + ], + "name" : "Little_Metacarpal_R", + "rotation" : [ + -0.09176954627037048, + -2.456200854794588e-05, + -0.02844771184027195, + 0.9953738451004028 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 4.4605644178297155e-10, + 0.02708965167403221, + -0.029999956488609314 + ] + }, + { + "name" : "Palm_R", + "rotation" : [ + 0.7065238952636719, + 6.479929197666934e-06, + 8.686721230333205e-06, + 0.7076891660690308 + ], + "translation" : [ + -0.030781937763094902, + 0.06705548614263535, + -0.04206528514623642 + ] + }, + { + "children" : [ + 3, + 8, + 13, + 18, + 23, + 24 + ], + "name" : "Wrist_R", + "rotation" : [ + -0.7065169215202332, + -6.472751010733191e-06, + -6.472751465480542e-06, + 0.7076961994171143 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + -3.8642522071086205e-08, + -1.8697472114581615e-05, + 0.027175573632121086 + ] + }, + { + "mesh" : 0, + "name" : "mesh_Glove_low_R", + "skin" : 0 + }, + { + "children" : [ + 26, + 25 + ], + "name" : "Armature" + } + ], + "meshes" : [ + { + "name" : "mesh_Glove_low_R", + "primitives" : [ + { + "attributes" : { + "POSITION" : 0, + "NORMAL" : 1, + "TEXCOORD_0" : 2, + "JOINTS_0" : 3, + "WEIGHTS_0" : 4 + }, + "indices" : 5 + } + ] + } + ], + "skins" : [ + { + "inverseBindMatrices" : 6, + "joints" : [ + 25, + 3, + 2, + 1, + 0, + 8, + 7, + 6, + 5, + 4, + 13, + 12, + 11, + 10, + 9, + 18, + 17, + 16, + 15, + 14, + 23, + 22, + 21, + 20, + 19, + 24 + ], + "name" : "Armature" + } + ], + "accessors" : [ + { + "bufferView" : 0, + "componentType" : 5126, + "count" : 812, + "max" : [ + 0.02935672551393509, + 0.09175886958837509, + 0.025806419551372528 + ], + "min" : [ + -0.03574008867144585, + -0.06838366389274597, + -0.18577708303928375 + ], + "type" : "VEC3" + }, + { + "bufferView" : 1, + "componentType" : 5126, + "count" : 812, + "type" : "VEC3" + }, + { + "bufferView" : 2, + "componentType" : 5126, + "count" : 812, + "type" : "VEC2" + }, + { + "bufferView" : 3, + "componentType" : 5121, + "count" : 812, + "type" : "VEC4" + }, + { + "bufferView" : 4, + "componentType" : 5126, + "count" : 812, + "type" : "VEC4" + }, + { + "bufferView" : 5, + "componentType" : 5123, + "count" : 3480, + "type" : "SCALAR" + }, + { + "bufferView" : 6, + "componentType" : 5126, + "count" : 26, + "type" : "MAT4" + } + ], + "bufferViews" : [ + { + "buffer" : 0, + "byteLength" : 9744, + "byteOffset" : 0 + }, + { + "buffer" : 0, + "byteLength" : 9744, + "byteOffset" : 9744 + }, + { + "buffer" : 0, + "byteLength" : 6496, + "byteOffset" : 19488 + }, + { + "buffer" : 0, + "byteLength" : 3248, + "byteOffset" : 25984 + }, + { + "buffer" : 0, + "byteLength" : 12992, + "byteOffset" : 29232 + }, + { + "buffer" : 0, + "byteLength" : 6960, + "byteOffset" : 42224 + }, + { + "buffer" : 0, + "byteLength" : 1664, + "byteOffset" : 49184 + } + ], + "buffers" : [ + { + "byteLength" : 50848, + "uri" : "data:application/octet-stream;base64,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FRAUDxUPFBAVFA8AFRQAABUUEAAGBQAAFBUPAAYFCwAPEAsKBgoFCwUGAAABAgAAAQIAAAECBQABAgAAAQIAAAECBQAFAQIKDxAVAAEFAgABBQIACwoPEAUKAAAPFAoACg8FAAoFDwAPChQAFA8AABQAAAAUAAAAFAAAABQAAAAFCgAACgsGBQUKAQAFCgEADxQKAA8UCgAPCgAUDwoAFAoPAAUKDwAFFA8AChQPAAoFCgEABQEKAAEFAAAPChQACg8FAAoFDwAUDwAADxUUEA8UCgABAAIAAQACAAEFAAIFAQoCAAEKFAEAFAAAFAEPAAEUABQADwAUAAEADxQKAA8KFAAKBQ8AFAAAAAoPBQAUDwAABQoAABQAAAAFAQAAFAABABQAAAAUAAAAAAEUAAEAFAABBQAAAQUKAAEFCgABBQAAFRAUDwYFAAAGBQAABQIBBgUCAQYFAgYBBQYCAQUGAgEFAQIKBQECAAEFAgAUAAEPFAABDwABFAAAARQAAQAUAAEAFAAFBgAABQYAABQPAAAUAAEAFAABABQAAAAUAAAAAQUCCgIBBQAFAQIAFBUAABQVDwAUFQAACgAFDw8KFAUUDwAAFA8VCgoPBQAUFQ8ACg8FFBQPAAoKBQ8ADxQKABQPAAAPFBUADxQKAA8UAAoUDwAADwoUAAUCAQYFCgEPBQIGAQYFAAAKBQ8ADwoAAAUGCgAFCgYACg8FAAoFCwYPChALBQoGCw8QFRQKDwsABgcAAAYHAAAGBwAABgsAAAYLAAAGCwAABgcLAAYHCwAGBwsABgUAAAYFAAAGBQAABgsFAAsAAAALEAAACxAAAAsGBQALBgUACwYFEBALAAAQERUAEBUAABAVAAAQCwAAEAsAABALFQAQFQsAFRAPFBUUAAAGCwAACwYKAAECAAACAQUABQIBAAECBQACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgEAAAIBBQACBQEAAgUBAAIAAAACBQEAAgEAAAIBAAACAQAAAgEFAAIFAQACBQEAAgEAAAIFAQACAQAAAgEAAAIBAAACAQUAAgUBAAIFAQACAQAAAgUBAAIFAQACAAAAAgEAAAIBBQACAQAAAgEFAAIBAAACAAAAAgAAABUQAAALEAAAFRAPABUQAAAVEAAAFQAAABUQAAAVAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAABgcAAAYHAAAGBwAAEBEVABARFQAQERUAEBEAABARAAAQEQsAEBELABARCwAKBQ8ACgUPAAEFAAoBBQAKAQAFAAEABQABAAUUAQAFFAoFAAEKBQABFA8AABQPAAAUAAEAFAABAAABFAAAARQAFAAPABQADwAUAAEPFAABDxQAAQ8GBwAABgcAAAsMAAALDAAAFRYQABUWEAAVFhAAAQAUBQEAFAUPCgAUCg8ABQUKAQAKBQAPBQEAChQPAAoUDwAAAQUACgEABRQUAA8BAQAFFBQAAQABABQFFAABDwEAFAUUAAEPDxQACgoFAA8AFAEPAQUKAAEFCgAFCgEABQoBAAoFDwAKBQ8AAQAFFAEABRQPFAoADxQKAA8KABQPCgAUCg8ABQoPAAUUDwAKFA8ACgEAFAUBABQFAAEUAAABFAAKBQAPCgUADxQAAQAUAAEAFAABABQAAQAUAAEPFAABDwEABRQBAAUUFAAPABQADwAUDwAAFA8AAAEFAAoBBQAKBgcAAAYHAAAGBwAABgcAAAYHAAAGBwAABgcAAAYHAAAGBwAABgcAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgHAAAIBwAACAAAAAgAAAAIAAAACAAAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAgAAAAIAAAACAAAAAcIAAAHCAAACAAAAAgAAAAIAAAABgcAAAYHAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAALDAAACwwAAAsMAAALDAAACwwAAAsMAAALDAAACwwAAAsMAAALDAAADQwAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANDAAADA0AAAwNAAAMDQAADA0AAAwNAAAMDQAADQwAAA0MAAANDAAADQAAAA0AAAANDAAACwwAAAsMAAANAAAADQAAAA0AAAAMDQAADQAAAAwNAAANAAAADQAAAA0AAAALDAAACwwAAA0AAAANAAAADQAAAA0AAAANDAAADQAAAA0AAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAAQEQAAEBEAABARAAAQEQAAEBEAABARAAAQEQAAEBEAABARAAAQEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAAQEQAAEBEAABIRAAASAAAAEhEAABARAAAQEQAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAFgAAABYXFQAWFxUAFwAAABcAAAAXAAAAFwAAABcWAAAXFgAAFxYAABcAAAAXFgAAFwAAABcAAAAXAAAAFwAAABYXFQAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXFgAAFxYAABcWAAAXFgAAFxYAABcWAAAXFgAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAgMAAAMAAAADAAAAAwIAAAMCAAADAgAAAwAAAAMAAAADAgAAAgMAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAIDAAADAAAAAwIAAAMCAAACAwAAAwIAAAMAAAADAAAAAwIAAAMAAAADAAAAAwAAAAMAAAADAgAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAADA0AAAwAAAAMDQAADAAAAAwAAAAMAAAADAAAAAwAAAAHAAAABwgAAAcIAAAHCAAABwAAAAcIAAAHCAAABwgAABESAAAREgAAERIAABEAAAARAAAAERIAABESAAAREgAAFhcAABYXAAAWFwAAFhcAABYXAAAWFwAAFhcAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAAEhEAABIRAAASAAAAEgAAABIAAAASEQAAEhEAABIRAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAAXAAAAEgAAAA0AAAAIAAAAAwAAABcAAAASAAAACAAAAA0AAAAXAAAAEgAAAA0AAAAIAAAAFwAAABIAAAANAAAACAAAAAMAAAADAAAAAwAAAAMAAAADAAAAFgAAABYXFQAVFgAA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AACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAA7ENeP33X0D2PJPQ8AAAAAAAAAD8AAAA/AAAAAAAAAAAAAAA/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xAC2AAkACAC2AAgAtQC4AMEAwwC4AMMAAQCeAMsAcgCeAHIAdQAmABMAEgAmABIAIgA9AGIAXgA9AF4AlAAXADIA9wAXAPcAtwAbAC8ABgAbAAYAvgAGAC8AUAAGAFAA+ABaAJMAigBaAIoAXwBEAEIAUQBEAFEATACWAIQAYwCWAGMAiwAKALwAAQAKAAEACwA6AGMAhAA6AIQAgQBUAIgAVgCVAJgAmgCVAJoAlwBIABoBhQBIAIUATwCRACEAIACRACAAiQBCAEgATwBCAE8AUQCDABwBaACDAGgAZQACABEABQCPAI0AHACPABwAHQAaACUALwAaAC8AGwA+AMgAxwA+AMcAJgAuAJwAnQAuAJ0AVQAjAB8AHgAjAB4AUACBADgATwCBAE8AhQCBAIQAYQCBAGEAOAAgAAIAxgAgAMYAIwB5AFsAWQB5AFkAewDJACgAKwDJACsAKgBtAGkAFgFtABYBFAFjADoAPABWAIgAVQBWAFUAjAARAG4ADgARAA4ADwA5AFsAeQA5AHkAOwCSABkAHACSABwAjQAWABcAtwAWALcAAAAQALUACAAlABoAvQAlAL0ABwAFABEADwBJAEoAbABJAGwAQAC5APcABwC5AAcAwgA1ADYATgA1AE4ATQBuAB0ADQBuAA0ADgATACYAxwATAMcArQAYAJ0AnAAYAJwAFQAaABsAvgAaAL4AvQA1AGAAXgA1AF4ANgAlAAcA9wAlAPcAMgCdAJIAjACdAIwAVQAVAAkACgAVAAoAGAAMABwAGQAMABkACwCsABIAEwCsABMArQBgADUANwBgADcAXQAOAPYABQAOAAUADwASAKwAIgARAAIAIADFAB4AHwDFAB8AxgDAAAYA+ADAAPgABACvAMcAyACvAMgAuwAQAIAAcABzACcAfwBzAH8AdABXAH0AewBXAHsAWQCGAIgAVACGAFQALQAtAFQAUwAtAFMALABLAFcAaQBLAGkAbQAwAHgAZAAwAGQAdwBYAFoAegBYAHoAfABfADwAegBfAHoAWgC8AAoACQC8AAkAtgAnAHMAogD2AA4ADQD2AA0AxAALAAEAwwALAMMADABcADQAOABcADgAYQARACAAbgA2AF4AYgA2AGIAMwDMAHMAcQBLAFIAfQBLAH0AVwCGAO0AywCGAMsALgAqAEsAeAAqAHgAMABnAIUAIAFnACABIwEsARYBaQAeASwBaQAeAWkAaAAeAWgAHAFKAGoAEgFKABIBbAA2ADMASQA2AEkATgBNAEwANwBNADcANQA0AFwAXQA0AF0ANwBRAE8AOABRADgANABqAG0AFAFqABQBEgFlAGYAIgFlACIBgwAhAG4AIAAVAJ8AJAAVACQACQB/ACcAIgB/ACIAbwAdAG4AIQB0AHEAcwAxAHMAzACBAIUAZwCBAGcAOgAxAIcAMAB2AHMAMQBjADwAXwBbADkAZgBbAGYAZQBXAFkAaABXAGgAaQB4AEsAbQB4AG0AagBkAHgAagBkAGoASgBZAFsAZQBZAGUAaABWAFgAfABWAHwAfgAMAMMAxAAMAMQADQBWAH4AUwBWAFMAVAALABkAGAALABgACgAWAD4AMgAWADIAFwCAABAAnwCAAJ8AFAAzAGIAdwAzAHcAZAB3AGIAPQB3AD0AdgAtACwAKQAtACkAygBOAEkAQABOAEAAGAEYARABTgBGAEQATABGAEwATQBwALQAtQBwALUAEAAjAMYAHwA+ABYAAAA+AAAAyAD4AFAAHgD4AB4AxQCFABoBIAE0ADcATAA0AEwAUQArAFIASwArAEsAKgAcAAwADQAcAA0AHQBWAIwAmQBWAJkAWACVAJcAUACVAFAAqABhAIQAlgBhAJYAmgCPAB0AIQCPACEAkQAtAMoA7QAtAO0AhgAuAFUAiAAuAIgAhgDMAIcAMQDJACoAMAAxADAAdwAxAHcAdgCHAMkAMACTAI8AkQCTAJEAigAmACIAJwAmACcApwAvACUApgAvAKYAqACMAJIAjQCMAI0AmQCTAJkAjQCTAI0AjwCKAJEAiQCKAIkAiwAyAD4ApQAyAKUAqQAjAI4AiQAjAIkAIACYAJUAoQCYAKEAmwBgAJAAlABgAJQAXgCaAJYAjgCaAI4AlwCcAC4AywCcAMsAngBaAFgAmQBaAJkAkwBfAIoAiwBfAIsAYwCkAKkApQCkAKUAoABcAJgAmwBcAJsAXQCbAJAAYACbAGAAXQA+ACYApwA+AKcApQAZAJIAnQAZAJ0AGACYAFwAYQCYAGEAmgAjAFAAlwAjAJcAjgCUAJAApACUAKQAoACOAJYAiwCOAIsAiQCiAKMApwCiAKcAJwCfABAAJAB1AIAAFAB1ABQAngAkABAACACfABUAFACoAKYAoQCoAKEAlQCjAD0AlACjAJQAoABzAHYAogCiAHYAPQCiAD0AowCkAJAAmwCkAJsAoQClAKcAowClAKMAoACmAKkApACmAKQAoQCoAFAALwCmACUAMgCmADIAqQCvALEAqwCvAKsAxwAOAxADtgAOA7YAtQALAQYAwAALAcAACQGtAKsAJQGtACUBrAC4AAEAFAO4ABQDHQOsACUBBAGsAAQBswCtAMcAqwC7AMgAHAMSAxQDAQASAwEAvAC3ACcB/wK3AP8CAAC5AB4D9wDEAMMAFgPEABYDGAMNARYDwwANAcMAwQCuALYAEAOuABADsAAOA7UAtAAOA7QABQG+AAsBIQO+ACEDvQDMAHEA6QDMAOkA6ADfANcA1QDfANUA3QDoAOkA4QDoAOEA4AD1AO8A4wD1AOMA2wDtAMoA6wDtAOsA8ADXAM8AzQDXAM0A1QDdAOUA5wDdAOcA3wDzAOAA2ADzANgA8QAKA/8A1AAKA9QA7gDYANkA0QDYANEA0AAIAb8AxAAIAcQAGAO+AAYACwG3APcAHgO3AB4DJwHvAPAA6wDvAOsA4wDxANgA0ADxANAA9ADOANMA2wDOANsA1gCHAMwA6ACHAOgA8gDuANQA3ADuANwA9QDbAOMA3gDbAN4A1gAoAMkA5wAoAOcA5QDkANwA2gDkANoA4gDjAOsA5gDjAOYA3gDcANQA0gDcANIA2gDsAOQA4gDsAOIA6gASA7wAugASA7oAGwPKACkA5gDKAOYA6wDsAOoAcgDsAHIAywAAAP8CHAMAABwDyADgAOEA2QDgANkA2ADyAPMA3wDyAN8A5wAHAA4BwgC9ACEDDgG9AA4BBwDoAOAA8wDoAPMA8gDTAO4A9QDTAPUA2wDJAIcA8gDJAPIA5wDXAPEA9ADXAPQAzwDkAOwA8ADkAPAA7wACAQoD7gACAe4A0wDfAPMA8QDfAPEA1wDLAO0A8ADLAPAA7ADcAOQA7wDcAO8A9QAEAPkAJQMEACUDKgEmAyMD/QAmA/0A+wAFAPYA+gAFAPoA/AD2AAMA+gAoAyYD+wAoA/sA/AAjAyUD+QAjA/kA/QD5AMUAxgD5AMYA/QD6AAADKAP6ACgD/AD4AMUA+QD4APkABAADACkBAAMDAAAD+gD7AAIABQD7AAUA/AD9AMYAAgD9AAIA+wDPAPQADQPPAA0DAQHQANEABgPQAAYDCQPNAM8AAQHNAAEBAgP0ANAACQP0AAkDDQPUAP8ABwPUAAcD0gDOAAMDAgHOAAIB0wAzATIBPwEyAT0BPwE5ATgBPwE0AT8BMQE2ATMBPwE9AS0BPwEtAS4BPwEuAT4BPwE+ATABPwEwAS8BPwE/ATsBOQE1AT8BNAE3AT8BNQE7AT8BNwE4AToBPwE6ATwBPwE8ATYBPwFcAUYBEwFcARMBFQFNAUsBQwBNAUMARQBVAUUBDwFVAQ8BFwFWAVIBHQFWAR0BGwFDAVUBFwFDARcBPwBFAU0BRQBFAUUADwFYAVYBGwFYARsBggA/AGsAQQE/AEEBQwFeAVoBIQFeASEBHwFQAVwBFQFQARUBKwFPAWEBGQFPARkBRwBaAVgBggBaAYIAIQFGAWIBEQFGAREBEwFSAVABKwFSASsBHQFiAUEBawBiAWsAEQFJAU8BRwBJAUcAQQBhAV4BHwFhAR8BGQFLAUkBQQBLAUEAQwAtAT0BSAEtAUgBSgEzATYBXwEzAV8BYAE9ATIBTgE9AU4BSAE0ATEBQAE0AUABYwE5ATsBUQE5AVEBUwE1ATQBYwE1AWMBRwE8AToBWQE8AVkBWwEyATMBYAEyAWABTgE7ATcBXQE7AV0BUQE2ATwBWwE2AVsBXwE6ATgBVwE6AVcBWQE+AS4BTAE+AUwBRAEvATABVAEvAVQBQgE4ATkBUwE4AVMBVwEwAT4BRAEwAUQBVAEuAS0BSgEuAUoBTAE3ATUBRwE3AUcBXQFAATEBLwFAAS8BQgExAT8BLwEaA/4CkAEaA5ABlAEmAR8DmQEmAZkBkgEVAxMDswEVA7MBvgEfAxUDvgEfA74BmQETAxoDlAETA5QBswH+AiYBkgH+ApIBkAHXAtUChAHXAoQBfAGMAYsBigGMAYoBjQGAAY4BjwGAAY8BhgFyAYwBjQFyAY0BcwH9AfkB+gH9AfoB/wFwAYsBjAFwAYwBcgGeAaMBpAGeAaQBnwFzAXQBdQFzAXUBcgFsAm8CyAJsAsgC9QHYAtYCewHYAnsBfQF2AXABcgF2AXIBdQHyAeMBxwHyAccB7gGHAoIBhQGHAoUBhAK1AbQBmwG1AZsBoAF5An4C3AF5AtwB5wHdAuACqAHdAqgBqQHqAusC1gHqAtYB2wHKAckB7wHKAe8B8AGOAYABbgGOAW4BigFzAY0BigFzAYoBbgF7An0C6wF7AusB3wFeAloCiAFeAogBKgPfAt4CuQHfArkBpwG2AcQBxQG2AcUBvAGkAcIBwwGkAcMBpQFnAmYC5AFnAuQB0gFSAlQCkQFSApEBkwHjAuECpgHjAqYBqwEDAgoCBgIDAgYC+AGaAaUBnAGlAaEBnAHEAbYBoQHEAaEBwAGlAcMBwAGlAcABoQHtAfMB7wHtAe8ByQGcAa0BsQGcAbEBmgG1AbsBvwG1Ab8BtAFxAnMCsAFxArABrgF1AncCtwF1ArcBqgFgAl4CKgNgAioDaQFwAqYBqQFwAqkBcQLLAfEB7gHLAe4BxwEHAgYCBQIHAgUCCAL3AQACAQL3AQEC+wEOAvsBAQIOAgECEAK0Ab8BugG0AboBuAGuAZ8BmgGuAZoBsQGOAYoBiwGOAYsBjwHwAe8B7gHwAe4B8QGvAboBvwGvAb8BnQFrAr4CBAJrAgQCagJ4AuEB3QF4At0BfwJ5An0C6AF5AugB5gEMAv8B/AEMAvwBDwJ3AnQCuQF3ArkBtwHiAewB6wHiAesB5wGCAnYBdQGCAnUBgQKiAZ0BvwGiAb8BuwHKAd4B4AHKAeAByQEJAgUCBgIJAgYCCgLLAeEB3gHLAd4BygHzAfIB7gHzAe4B7wFkAtUB0AFkAtABZQL3AfwB/wH3Af8B+gGaAZ8BpAGaAaQBpQGwAZ4BnwGwAZ8BrgFuAr0CvgJuAr4CawJmAmMC6QFmAukB5AFpAm0C9gFpAvYB9AGHAXEBdwGHAXcBhQEAAgkCCgIAAgoCAwKGAocCgwGGAoMBfwEAAgMCAgIAAgICAQKbAbQBuAGbAbgBrAH9Af4B+AH9AfgB+QGEAoUBdwGEAncBgwJ5AW8BgQF5AYEBggH6AQgCBQL6AQUC9wFpAvQBvQJpAr0CbgL5AfgBBgL5AQYCBwLkAuYC6AHkAugB1wEBAgICEQIBAhECEALCAcEBwAHCAcABwwHEAcABwQHEAcEBxQHsAcgB3wHsAd8B6wGkAaMBwQGkAcEBwgFLAiICIAJLAiACSALxAhUCKgLxAioC+AJCAjwCMgJCAjICLwItAi4CKQItAikCHwJQAjsCHQJQAh0CRwIhAiYCLwIhAi8CMgJOAjECGwJOAhsCSQJCAi8CMwJCAjMCOgJNAhkCLAJNAiwCSgI9AiMCJAI9AiQCPwJEAjQCNwJEAjcCQALtAjMCFwLtAhcC9QI7AkACNwI7AjcCHQI/Aj4CEgI/AhICJwL9AvcCEgL9AhICPgIqAhUCKQIqAikCLgJFAkMCOQJFAjkCMAJHAkwCHgJHAh4CIwIXAjMCLwIXAi8CJgIoAiQCIwIoAiMCHgLwAu4CEwLwAhMCFAL3AvQCFgL3AhYCEgIwAjkCNQIwAjUCGgI4AisCGAI4AhgCNAIlAiACIgIlAiICJwKBAnUBdAGBAnQBgAJ6At4B4QF6AuEBeAJ8AuAB3gF8At4BegKGAY8BiwGGAYsBcAERAgIC/gERAv4BCwKBAYcBhQGBAYUBggHHAd0B4QHHAeEBywF0AroBrwF0Aq8BcgINAv0B/wENAv8BDALGAeIB5wHGAecB3AHjAfIB8wHjAfMB7QHKAfAB8QHKAfEBywH5AQcCCAL5AQgC+gFDAkQCNQJDAjUCOQIaAjUCHAI1AjYCHAIUAhMCJAIUAiQCKAJXAlECsgFXArIBlQG8AcUBwQG8AcEBowFRAlMCvQFRAr0BsgEdAjcCNAIdAjQCGAJqAm8CEAJqAhACEQLUAtgCfQHUAn0BegElAicCEgIlAhICFgINAgsC/gENAv4B/QFlAtABzgFlAs4BYgJ2AqsBpgF2AqYBcAJfAmgBZQFfAmUBWQKAAoUCfgGAAn4BegFuAXgBcwF4AXQBcwEJAgAC9wEJAvcBBQIDAvgB/gEDAv4BAgJPAk4CMgJPAjICPAJKAk8CPAJKAjwCLQI4AjQCRAI4AkQCQwIrAjgCQwIrAkMCRQLuAv0CPgLuAj4CEwIkAhMCPgIkAj4CPwIcAjYCQAIcAkACOwI1AkQCQAI1AkACNgIiAj0CPwIiAj8CJwIuAkICOgIuAjoCKgJLAhwCOwJLAjsCUAIuAi0CPAIuAjwCQgIiAksCUAIiAlACPQIsAkYCTwIsAk8CSgJGAjECTgJGAk4CTwIdAhgCTAIdAkwCRwIfAk0CSgIfAkoCLQIyAk4CSQIyAkkCIQI9AlACRwI9AkcCIwIcAksCSAIcAkgCGgLcAt4CUwLcAlMCUQLiAtwCUQLiAlECVwKWAZEBVAKWAVQCWALdAuECVALdAlQCUgKXAb0BUwKXAVMCVQKTAZgBVgKTAVYCUgLaAl8CWQLaAlkC1AJlAWcBXQJlAV0CWQLbAtkCXgLbAl4CYALZAtUCWgLZAloCXgJnAWwBWwJnAVsCXQJrAYgBWgJrAVoCXALnAmUCYgLnAmIC5QLNAekBYwLNAWMCYQLoAuYCYwLoAmMCZgLrAmQCZQLrAmUC5wLpAugCZgLpAmYCZwLTAdUBZALTAWQCaAIEAsgCbwIEAm8CagIMAmkCbgIMAm4CDQIMAg8CbQIMAm0CaQINAm4CawINAmsCCwILAmsCagILAmoCEQIOAhACbwIOAm8CbAKtAXYCcAKtAXACsQG5AXQCcgK5AXICpwG4AboBdAK4AXQCdwKxAXACcQKxAXECrgGsAbgBdwKsAXcCdQKpAagBcwKpAXMCcQLYAXwCegLYAXoC2QHZAXoCeALZAXgC1gHnAesBfQLnAX0CeQLWAXgCfwLWAX8C2wHXAegBfQLXAX0CewLmAdoBfgLmAX4CeQJ0AXgBhQJ0AYUCgAJ9AYECgAJ9AYACegGEAYQCgwKEAYMCfAF5AYIBhwJ5AYcChgJ7AYICgQJ7AYECfQGDAYcChAKDAYQChAGNArMCqgKNAqoCiQK6ArsCuAK6ArgCpQKPAqkCkAKfArACpwKfAqcCmwK8AqYCowK8AqMCQQKwArQCrAKwAqwCpwKpAq8CkQKpApECkAKaAqwCtAKaArQCngKbAqcCnAKJAqoCigKdApwCpwKdAqcCrAKeArQCsAKeArACnwKUAq0CtQKUArUCmAKxArUCrQKxAq0CqAKjAqYCoAKZArECqAKZAqgClQKOAq8CtgKOArYCkgKSArYCsgKSArICkwKyArYCrwKyAq8CqQKzArcCrgKzAq4CqgKlArgCuQKlArkCoQKTArICqQKTAqkCjwKXAq0ClAKXApYCqAKXAqgCrQKqAq4CiwKqAosCigKgAqYCqwKgAqsCpAKZApgCtQKZArUCsQKdAqwCmgKVAqgClgKRAq8CjgKLAq4CiAK7AqsCpgK7AqYCvAKMArcCswKMArMCjQKhArkCogKMAogCrgKMAq4CtwK4ArsCvAK4ArwCuQK5ArwCQQK5AkECogKkAqsCuwKkArsCugLPAs4CBALPAgQCvgLTAsECxQLTAsUC0QLQAs8CvgLQAr4CvQLQAtECxQLQAsUCwwLNAsgCBALNAgQCzgLNAtIC9QHNAvUByALJAsAC0gLJAtICzQLJAs0CzgLJAs4CywK9AvQB0QK9AtEC0ALDAsYC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" + } + ] +} diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Glove_low_R.gltf.import b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Glove_low_R.gltf.import new file mode 100644 index 0000000..95dabbc --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Glove_low_R.gltf.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://csgsp0wuw8ucy" +path="res://.godot/imported/Hand_Glove_low_R.gltf-c32907596b2287c95aff0e704780ef3d.scn" + +[deps] + +source_file="res://addons/godot-xr-tools/hands/model/Hand_Glove_low_R.gltf" +dest_files=["res://.godot/imported/Hand_Glove_low_R.gltf-c32907596b2287c95aff0e704780ef3d.scn"] + +[params] + +nodes/root_type="Node3D" +nodes/root_name="Scene Root" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=0 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Nails_L.gltf b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Nails_L.gltf new file mode 100644 index 0000000..52042fd --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Nails_L.gltf @@ -0,0 +1,722 @@ +{ + "asset" : { + "copyright" : "CC0 Public Domain", + "generator" : "Khronos glTF Blender I/O v3.2.43", + "version" : "2.0" + }, + "scene" : 0, + "scenes" : [ + { + "name" : "Scene", + "nodes" : [ + 27 + ] + } + ], + "nodes" : [ + { + "name" : "Thumb_Tip_L", + "rotation" : [ + -0.07576872408390045, + -0.019257033243775368, + -0.03371242433786392, + 0.9963693618774414 + ], + "scale" : [ + 1.0000001192092896, + 1.000000238418579, + 1.0000001192092896 + ], + "translation" : [ + -2.7939677238464355e-09, + 0.030749469995498657, + -3.14321368932724e-09 + ] + }, + { + "children" : [ + 0 + ], + "name" : "Thumb_Distal_L", + "rotation" : [ + 0.05564067140221596, + 0.010326135903596878, + 0.013984743505716324, + 0.9982995390892029 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 1.0000001192092896 + ], + "translation" : [ + -2.3283064365386963e-09, + 0.04214789345860481, + 1.5133991837501526e-09 + ] + }, + { + "children" : [ + 1 + ], + "name" : "Thumb_Proximal_L", + "rotation" : [ + -0.04595031589269638, + -0.027135659009218216, + -0.07525718957185745, + 0.9957352876663208 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + 2.3283064365386963e-10, + 0.044916488230228424, + -2.473825588822365e-10 + ] + }, + { + "children" : [ + 2 + ], + "name" : "Thumb_Metacarpal_L", + "rotation" : [ + 0.3235369920730591, + -2.565749491623137e-05, + -0.027220426127314568, + 0.9458239078521729 + ], + "scale" : [ + 1, + 0.9999998211860657, + 0.9999998807907104 + ], + "translation" : [ + 0.009999999776482582, + 0.02717285417020321, + 0.019999971613287926 + ] + }, + { + "name" : "Index_Tip_L", + "rotation" : [ + -0.052288394421339035, + -0.0005572127993218601, + 0.10362062603235245, + 0.9932413697242737 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 1 + ], + "translation" : [ + 8.149072527885437e-09, + 0.027394980192184448, + 1.367880031466484e-09 + ] + }, + { + "children" : [ + 4 + ], + "name" : "Index_Distal_L", + "rotation" : [ + 0.014225997030735016, + -0.011990753002464771, + -0.13454149663448334, + 0.9907333254814148 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + 5.529727786779404e-09, + 0.0313456691801548, + 1.775333657860756e-09 + ] + }, + { + "children" : [ + 5 + ], + "name" : "Index_Intermediate_L", + "rotation" : [ + -0.013683199882507324, + -0.024668212980031967, + -0.23507100343704224, + 0.9715688824653625 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 0, + 0.03811633586883545, + -3.3178366720676422e-09 + ] + }, + { + "children" : [ + 6 + ], + "name" : "Index_Proximal_L", + "rotation" : [ + 0.11122288554906845, + -0.0027781203389167786, + 0.11757423728704453, + 0.9868121147155762 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + 5.336175945558352e-10, + 0.08036758005619049, + 2.584926050985814e-09 + ] + }, + { + "children" : [ + 7 + ], + "name" : "Index_Metacarpal_L", + "rotation" : [ + -0.0005887771840207279, + 2.10358793992782e-05, + 0.0252196304500103, + 0.9996817708015442 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + -0.009999999776482582, + 0.0271772351115942, + 0.022405147552490234 + ] + }, + { + "name" : "Middle_Tip_L", + "rotation" : [ + 0.013688242062926292, + 7.99239132902585e-05, + 0.1684110462665558, + 0.9856218695640564 + ], + "scale" : [ + 1.0000001192092896, + 0.9999999403953552, + 1 + ], + "translation" : [ + -2.0736479200422764e-09, + 0.023346584290266037, + 6.548361852765083e-11 + ] + }, + { + "children" : [ + 9 + ], + "name" : "Middle_Distal_L", + "rotation" : [ + -0.013931511901319027, + -0.00014242221368476748, + -0.16861224174499512, + 0.985584020614624 + ], + "scale" : [ + 1, + 1.0000001192092896, + 0.9999999403953552 + ], + "translation" : [ + 5.973561201244593e-09, + 0.0324166864156723, + -5.820766091346741e-11 + ] + }, + { + "children" : [ + 10 + ], + "name" : "Middle_Intermediate_L", + "rotation" : [ + 0.03945539891719818, + 0.004928736016154289, + -0.13782717287540436, + 0.9896578788757324 + ], + "translation" : [ + 1.1295924196019769e-09, + 0.04500335454940796, + 6.621121428906918e-10 + ] + }, + { + "children" : [ + 11 + ], + "name" : "Middle_Proximal_L", + "rotation" : [ + -0.01194659061729908, + 0.000966736872214824, + -0.010500849224627018, + 0.9998730421066284 + ], + "translation" : [ + -7.057678885757923e-10, + 0.0804632380604744, + 3.4924596548080444e-10 + ] + }, + { + "children" : [ + 12 + ], + "name" : "Middle_Metacarpal_L", + "rotation" : [ + -0.03585463762283325, + 4.2005005525425076e-05, + 0.0499776192009449, + 0.9981066584587097 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + -0.009999999776482582, + 0.02714575082063675, + 0.0035275884438306093 + ] + }, + { + "name" : "Ring_Tip_L", + "rotation" : [ + 0.03305169194936752, + -0.006719753611832857, + 0.12635111808776855, + 0.9914120435714722 + ], + "scale" : [ + 1, + 1, + 0.9999998211860657 + ], + "translation" : [ + 5.326000973582268e-09, + 0.027049388736486435, + 3.969034878537059e-09 + ] + }, + { + "children" : [ + 14 + ], + "name" : "Ring_Distal_L", + "rotation" : [ + -0.011351789347827435, + 0.012621401809155941, + -0.13198409974575043, + 0.9911065101623535 + ], + "scale" : [ + 0.9999999403953552, + 1, + 1 + ], + "translation" : [ + -2.3865140974521637e-09, + 0.027797557413578033, + 9.604264050722122e-10 + ] + }, + { + "children" : [ + 15 + ], + "name" : "Ring_Intermediate_L", + "rotation" : [ + 0.01732625439763069, + 0.01860846020281315, + -0.16082890331745148, + 0.9866547584533691 + ], + "scale" : [ + 1.0000001192092896, + 0.9999999403953552, + 1 + ], + "translation" : [ + 8.731149137020111e-11, + 0.04013120010495186, + 9.604264050722122e-10 + ] + }, + { + "children" : [ + 16 + ], + "name" : "Ring_Proximal_L", + "rotation" : [ + -0.05105672776699066, + -0.002022986998781562, + 0.0418044812977314, + 0.9978184103965759 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + 6.075424607843161e-10, + 0.0739438384771347, + 1.331500243395567e-09 + ] + }, + { + "children" : [ + 17 + ], + "name" : "Ring_Metacarpal_L", + "rotation" : [ + -0.07119493186473846, + 1.573348527017515e-05, + 0.018085604533553123, + 0.9972984790802002 + ], + "scale" : [ + 1, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + -0.009999999776482582, + 0.027118019759655, + -0.01309998705983162 + ] + }, + { + "name" : "Little_Tip_L", + "rotation" : [ + 0.015836291015148163, + -0.01933973841369152, + 0.15377695858478546, + 0.9877893924713135 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + -3.725290298461914e-09, + 0.019765090197324753, + 4.6566128730773926e-09 + ] + }, + { + "children" : [ + 19 + ], + "name" : "Little_Distal_L", + "rotation" : [ + -0.018054774031043053, + 0.011455277912318707, + -0.10707500576972961, + 0.9940209984779358 + ], + "scale" : [ + 0.9999999403953552, + 0.9999998807907104, + 1 + ], + "translation" : [ + 2.6775524020195007e-09, + 0.01802438497543335, + 7.894414011389017e-10 + ] + }, + { + "children" : [ + 20 + ], + "name" : "Little_Intermediate_L", + "rotation" : [ + 0.044925764203071594, + 0.03280799090862274, + -0.18505947291851044, + 0.9811516404151917 + ], + "scale" : [ + 0.9999999403953552, + 0.9999998807907104, + 1.0000001192092896 + ], + "translation" : [ + -4.0745362639427185e-10, + 0.03312354534864426, + 2.6921043172478676e-10 + ] + }, + { + "children" : [ + 21 + ], + "name" : "Little_Proximal_L", + "rotation" : [ + -0.08928601443767548, + 0.003168066032230854, + -0.006739117205142975, + 0.9959782958030701 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 3.4924596548080444e-10, + 0.06571118533611298, + -2.2009771782904863e-10 + ] + }, + { + "children" : [ + 22 + ], + "name" : "Little_Metacarpal_L", + "rotation" : [ + -0.09176954627037048, + 2.456200854794588e-05, + 0.02844771184027195, + 0.9953738451004028 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + -4.4605644178297155e-10, + 0.02708965167403221, + -0.029999956488609314 + ] + }, + { + "name" : "Palm_L", + "rotation" : [ + 0.7065238952636719, + -6.479929197666934e-06, + -8.686721230333205e-06, + 0.7076891660690308 + ], + "translation" : [ + 0.030781937763094902, + 0.06705548614263535, + -0.04206528514623642 + ] + }, + { + "children" : [ + 3, + 8, + 13, + 18, + 23, + 24 + ], + "name" : "Wrist_L", + "rotation" : [ + -0.7065169215202332, + 6.472751010733191e-06, + 6.472751465480542e-06, + 0.7076961994171143 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 3.8642522071086205e-08, + -1.8697472114581615e-05, + 0.027175573632121086 + ] + }, + { + "mesh" : 0, + "name" : "mesh_Hand_Nails_L", + "skin" : 0 + }, + { + "children" : [ + 26, + 25 + ], + "name" : "Armature" + } + ], + "meshes" : [ + { + "name" : "mesh_Hand_Nails_L", + "primitives" : [ + { + "attributes" : { + "POSITION" : 0, + "NORMAL" : 1, + "TEXCOORD_0" : 2, + "JOINTS_0" : 3, + "WEIGHTS_0" : 4 + }, + "indices" : 5 + } + ] + } + ], + "skins" : [ + { + "inverseBindMatrices" : 6, + "joints" : [ + 25, + 3, + 2, + 1, + 0, + 8, + 7, + 6, + 5, + 4, + 13, + 12, + 11, + 10, + 9, + 18, + 17, + 16, + 15, + 14, + 23, + 22, + 21, + 20, + 19, + 24 + ], + "name" : "Armature" + } + ], + "accessors" : [ + { + "bufferView" : 0, + "componentType" : 5126, + "count" : 1988, + "max" : [ + 0.03656641021370888, + 0.09075886756181717, + 0.02576880156993866 + ], + "min" : [ + -0.03117927722632885, + -0.06861073523759842, + -0.18647876381874084 + ], + "type" : "VEC3" + }, + { + "bufferView" : 1, + "componentType" : 5126, + "count" : 1988, + "type" : "VEC3" + }, + { + "bufferView" : 2, + "componentType" : 5126, + "count" : 1988, + "type" : "VEC2" + }, + { + "bufferView" : 3, + "componentType" : 5121, + "count" : 1988, + "type" : "VEC4" + }, + { + "bufferView" : 4, + "componentType" : 5126, + "count" : 1988, + "type" : "VEC4" + }, + { + "bufferView" : 5, + "componentType" : 5123, + "count" : 10224, + "type" : "SCALAR" + }, + { + "bufferView" : 6, + "componentType" : 5126, + "count" : 26, + "type" : "MAT4" + } + ], + "bufferViews" : [ + { + "buffer" : 0, + "byteLength" : 23856, + "byteOffset" : 0 + }, + { + "buffer" : 0, + "byteLength" : 23856, + "byteOffset" : 23856 + }, + { + "buffer" : 0, + "byteLength" : 15904, + "byteOffset" : 47712 + }, + { + "buffer" : 0, + "byteLength" : 7952, + "byteOffset" : 63616 + }, + { + "buffer" : 0, + "byteLength" : 31808, + "byteOffset" : 71568 + }, + { + "buffer" : 0, + "byteLength" : 20448, + "byteOffset" : 103376 + }, + { + "buffer" : 0, + "byteLength" : 1664, + "byteOffset" : 123824 + } + ], + "buffers" : [ + { + "byteLength" : 125488, + "uri" : "data:application/octet-stream;base64,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CAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAYHAAAGBwAABgcAAAYHAAAGBwAABgcAAAYHAAAGBwAABgcAAAYHAAAHBgAABwYAAAcGAAAHBgAABwYAAAcGAAAHBgAABwYAAAcGAAAHBgAABwYAAAcIAAAIBwAABwgAAAcIAAAIBwAACAcAAAgHAAAIBwAABwgAAAgHAAAHBggABwYIAAcGCAAHBgAABwYIAAcGAAAHBgAABwYAAAcGAAAHBgAABwYAAAcAAAAHBgAABwYAAAYHAAAGBwAABgcAAAYHAAAGBwAABwYAAAcGAAAHBgAABwYAAAcGAAAGBwAABgcAAAYHAAAGBwAABgcAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAACAAAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAcIBgAHBgAABgUAAAYHAAAIAAAACAAAAAgAAAAIAAAACAcAAAYHAAAHBgAABwYIAAgHAAAGBwAABwYAAAcIAAAHCAAACAAAAAcIAAAHCAAABwYAAAYHAAAIAAAABgcAAAgAAAAIAAAACAAAAAYHCwAIBwAABwYAAAgHAAAHBggABgsFAAcGAAAHCAYACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAwNAAAMDQAADAAAAAwNAAAMCwAADAsAAAwLAAAMCwAACwYMAAsMEAALAAAACwYAAAsQAAALEAAACwYAAAsAAAAMCwAADAsAAAwNAAAMDQAACxAAAAsQAAALDBAACwwQAAwLAAAMCwAADA0AAAwNAAALBgUACwYFAAsGDAALBgwADQAAAA0MAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQwAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAAMAAAADAsAAAsAAAALAAAADQAAAAwNAAAMCwAACxAGCgsMBhANDAAADQAAAA0AAAANDAAADQAAAA0AAAANAAAADQAAAA0MAAANAAAADQAAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAAsMAAALAAAACwwAAAsMAAALDAAACwwGAAsMBgALDAYACwwAAAsMAAAMCwAADAsAAAwLAAAMCwAADAsAAAwLAAAMAAAADAsAAAwLAAAMCwAADAsAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAAMCw0ADAsNAAwLDQAMAAAADAsNAAwAAAAMCwAADAsAAAwLAAAMCwAADAAAAAwAAAAMCw0ADAsNAAsMAAALDAAACwwAAAsMAAALDAAADAsAAAwLAAAMCwAADAsAAAwLAAALDAAACwwAAAsMAAALDAAACwwAAAwNAAAMDQAADA0AAAwNAAAMDQAADQwAAAwNAAAMDQAADA0AAAwNAAAMDQAADQwAAA0MAAANDAAADA0AAA0MAAANDAAADA0AAA0MAAANDAAADQAAAA0MAAANDAAADQwAAA0AAAANAAAADQAAAA0MAAANDAAADQwAAAwNAAAMCwAACwYFCgsMBgANAAAADQAAAA0AAAANAAAADQwAAAsMBgAMCwAADAsNAA0MAAALDAAADAsAAAwNAAANDAAADQAAAA0MAAAMDQAADAsAAAsMAAANAAAACwwAAA0AAAANAAAADQAAAAsMEAANDAAADAsAAA0AAAAMCw0ACxAKAAwLAAAMDQAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADQwAABESAAAREgAAEQAAABESAAAQEQAAEBEAABEQAAAREAAAEAsRABAVEQAQAAAAEAsAABAVAAAQFQAAEAsAABALAAAREAAAERAAABESEAAREhAAEBUAABAVAAAQERUAEBEVABEQAAAREAAAERIAABESAAAQCwAAEAsAABALEQAQCxEAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAARAAAAEBEAABALAAAQAAAAEgAAABESEAAQEQAAEAsVDxARCxUSAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIRAAASEQAAEhEAABIAAAASAAAAEgAAABIAAAASEQAAEhEAABARAAAQEQAAEBEAABARAAAQEQAAEBELABARCwAQEQsAEBEAABARCwAREAAAERAAABEQAAAREAAAERAAABEQAAAREAAAERAAABEQAAAREAAAERAAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAAREBIAERASABEQEgAREAAAERAAABEQAAAREAAAERAAABEQAAAREAAAERAAABEAAAAREBIAERASABARAAAQEQAAEBEAABARAAAQEQAAERAAABEQAAAREAAAERAAABEQAAAQEQAAEBEAABARAAAQEQAAEBEAABESAAASEQAAEhEAABIRAAAREgAAERIAABIRAAAREgAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABESEAAQEQAAEAsPABALEQASAAAAEgAAABIAAAASAAAAEgAAABARCwAREAAAERASABIRAAAQEQAAERAAABESAAASEQAAEgAAABIRAAASEQAAERAAABARAAASAAAAEBEVABIAAAASAAAAEgAAABARFQASEQAAERAAABIAAAAREBIAEBUPFBARAAAREhAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABYXFQAWFxUAFhcAABYAAAAVFgAAFRYAABUWAAAVFgAAFRAWABUWAAAVAAAAFRAUDxUUAAAVFAAAFRAAABUQAAAVFgAAFRYAABYXFQAWFxUAFRQAABUWAAAVFgAAFhcVABUQAAAVEAAAFRAWABUQFgAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAWAAAAFRYAABUQFAAVAAAAFwAAABYXFQAVFgAAFRAUABUWAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXFgAAFxYAABcWAAAXFgAAFxYAABcWAAAXFgAAFxYAABcWAAAVFgAAFRYAABUAAAAVFgAAFRAWABUQFgAVEBYAFQAAABUWAAAVFgAAFhUAABYVAAAWFQAAFhUXABYVAAAWFRcAFhUXABYVFwAWFwAAFxYAABcWAAAWFwAAFxYAABcWAAAXFgAAFhcAABcWAAAWFRcAFhUXABYVFwAWFQAAFhUXABYVAAAWFQAAFhUAABYVAAAWFRcAFhUAABYVAAAWFRcAFRYAABUWAAAVFgAAFRYAABUWAAAWFRcAFhUAABYVAAAWFQAAFRYAABUWAAAVFgAAFRYAABUWAAAWFwAAFhcAABYXAAAWFwAAFhcVABYXAAAWFwAAFhcAABYXAAAWFwAAFhcAABcWAAAWFwAAFxYAABYXAAAWFwAAFhcAABYXAAAXAAAAFwAAABcAAAAXFgAAFwAAABcAAAAXFgAAFxYAABcWAAAWFxUAFRYAABUQFA8VEBYAFwAAABcAAAAXAAAAFxYAABUWEAAWFRcAFhUXABcWAAAVFgAAFhUXABYXFQAXFgAAFwAAABcWAAAWFxUAFhUXABUWAAAXAAAAFRYAABcAAAAXAAAAFRYAABcWAAAWFRcAFxYAABYVFwAVFAAAFRYAABYXFQAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFxYAABcWAAAXFgAAFxYAABcWAAAXFgAAFxYAABcWAAAXFgAAFxYAABcWAAACAwAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAgMAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAgMAAAMAAAACAwAAAwIAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAgAAAwAAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAgMAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwAAAAMAAAADAAAAAwIAAAMAAAADAAAAAwIAAAMCAAADAgAAAwIAAAIDAAADAAAAAwAAAAMAAAADAAAAAwIAAAIDAAADAgAAAwIAAAMCAAADAAAAAwIAAAMCAAADAAAAAwAAAAMAAAADAAAAAwIAAAMCAAACAwAAAgMAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAAHCAYABwgAAAcGAAAHBgAABgsAAAYFAAAGBwAABgAAAAgHAAAIAAAACAAAAAgAAAAIBwAACAcAAAYHAAAGBwAABwYAAAcGAAAIBwAABwgAAAgHAAAHBgAABwYAAAgHAAAHBgAABwYAAAYHAAAGBwAABwgAAAcIAAAHCAAABwgAAAgHAAAIBwAACAAAAAgAAAAIAAAACAcAAAgHAAAMDQAADA0AAAwLAAAMCwAACxAAAAsGAAALBgwACwAAAA0AAAANAAAADQAAAA0AAAANAAAADQwAAAsMAAALDAAADAsAAAwLAAANDAAADQwAAA0MAAAMAAAADAsNAA0MAAAMCwAADAsAAAsMAAALDAAADA0AAAwNAAANDAAADA0AAA0MAAANDAAADQAAAA0AAAANAAAADQwAAA0MAAAREgAAERIAABEQAAAREAAAEBUPABALAAAQCxEAEAAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABARCwAQEQAAERAAABEQAAASEQAAEhEAABIRAAAREAAAERAAABIAAAAREAAAERAAABARAAAQEQAAERIAABESAAASEQAAEhEAABIAAAASAAAAEgAAABIAAAASAAAAEhEAABIRAAAWFwAAFhcVABUWAAAVFgAAFRQAABUQDwAVEAAAFQAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABUQFgAVFgAAFhUAABYVAAAXFgAAFxYAABcWAAAWFQAAFhUAABcWAAAWFQAAFRYAABUWAAAVFgAAFhcAABYXAAAWFwAAFhcAABcAAAAXFgAAFwAAABcAAAAXAAAAFxYAABcWAAAHCAYABwYAAAYFAAAGBwAACAAAAAgAAAAIAAAABwgGAAcGAAAGCwUABgsHAAgAAAAIBwAABgcAAAcGAAAHBggACAcAAAYHAAAHBgAABwgAAAcIAAAIAAAACAAAAAgHAAAHCAAABwYAAAYHAAAHCAAABgcAAAgAAAAIAAAACAAAAAgHAAAIBwAABwYAAAcGAAAIAAAACAAAAAgAAAAIBwAACAcAAAwNAAAMCwAACwYFAAsGDAANAAAADQAAAA0AAAAMDQAADAsAAAsQAAALDBAADQAAAA0MAAALDAYADAsAAAwLDQANDAAACwwAAAwLAAAMDQAADQwAAA0AAAANAAAADQAAAA0MAAAMCwAACwwAAAwNAAALDAAADQAAAA0AAAANAAAADQwAAA0MAAAMCw0ADAsAAA0AAAANAAAADQAAAA0MAAANDAAAERIQABARAAAQCwAAEAsRABIAAAASAAAAEgAAABESEAAREAAAEBUPABARFQASAAAAEhEAABARCwAREAAAERASABIRAAAQEQAAERAAABIRAAASEQAAEgAAABIAAAASAAAAEhEAABEQAAAQEQAAEhEAABARFQASAAAAEgAAABIAAAASEQAAEgAAABEQAAAREAAAEgAAABIAAAASAAAAEhEAABIRAAAWFxUAFRYAABUQAAAVEBYAFwAAABcAAAAWFxUAFRYAABUUAAAVFgAAFwAAABcWAAAVFhAAFhUXABYVFwAXFgAAFRYAABYVAAAWFxUAFxYAABcAAAAXAAAAFwAAABcWAAAWFRcAFRYAABYXFQAVFgAAFwAAABcAAAAXFgAAFxYAABYVFwAWFRcAFwAAABcAAAAXAAAAFxYAABcWAAAGBQAABgsFAAYFAAAGBQAABgUAAAYFCwAGBQsABgUAAAYFCwALBgoACxAKAAsKAAALChAFCwYFCgsQCg8QCw8AEA8VABAPCwAQFQ8LEAsPChAVDxQVEBQPFRQAABUUAAAVFAAAFRQQDxUUEAAVEBQPFRQQAAYFAAAVFAAABgUAABUUAAAGBQAABgULAAYFAAAGBQsABQYAAAYFAAAFBgsKCwoGAAsKEAALChAGCgsFDwULCgYKDwsQEA8LChAPFQAQDwsKDxAUFQ8QCgsUFQ8QFRQPEBUUDwAVFAAAFRQPEBUUAAAVFA8QBgUAABQVAAAUFQ8QBQYAAAYFCwoFBgAABQYAAAUGCgsKCxAFCgULDwUKCwYKDwULDwoQFBQAAAABAgUAAQIAABALDwoGCwUKCg8FAAUGAAAFBgIBFA8VAAUCAQYFCgEGCgUPCwUKDwEKDwUUDxQKEA8KFAUUDxUADxQVEBQVAAAUFQAAFBUAABQPFQABAgAAAQIAAAECBQAQCw8KBQoBABQVAAAKBQ8LBQoGAA8UAAABAgUAAQIAAAECAAABAgAAAQUCAAUBAgoFCgYAFA8VABQAAAAUFQAAFA8AAAECBQAFAgEADxAVFAoPAAAKBQsADwoUAAEFAgABBQIAFA8AABQPAAAPFBAVCwoQDwUKAAAPChAADwoQCw8QChQPFAoACg8FAAoFDwAPFAoADwoUAAUBCgAUDwAAFAAAABQAAAAUAA8AFAAPABQPAAABAgUACxAKAAoPBQAPChQAFAAAABQAAAAUAAAACgULBgoLDxAPFBAVDwoUAAoFDwAKDwUABQoGCwoLBQ8FBgoADxQKAAUKAAALBgoFEBUPFAYHBQAGAAAABgAAAAYLAAAGCwAABgsAAAYHBQAGBwUABgAAAAYHBQAGBwUABgsFAAYHAAAGCwAABgcFAAYLAAALEAYACwAAAAsGDAALBgwACxAAAAsQAAALEAAACwYAAAsQAAALBhAFFQAAABUAAAALEAAACwYMABALEQAQFREAEBUAABAVAAAQCxEAEAsRABALEQAQCwAAEAsRABAVEQAQCwAAEBUAABUQAAAVEAAAEAAAABALERUQAAAAEBUAABUWAAAVEBYAFRYQABUQAAAVAAAAFRAAAAsQAAALAAAACwYAAAsGAAAVFgAAFRAWABUQFgAVFgAAFRAWAAoABQ8KAAUPBQAKAQUACgEFAQAKBQEACgEFAAoBBQAKAQAFAAEABQAAAQUUAAEFFAAKBQ8ACgUPDxQACg8UAAoPABQKDwAUCgAPChQADwoUAAoPBQAKDwUUDwAKFA8AChQPAAAUDwAAABQBDwAUAQ8AARQPAAEUDwABFAUAARQFFAAPABQADwAFCgAABQEAAAEFAAAFAQoADwoUAAoPBQAKDwUACgUPAA8UCgAUDwAACwYKBQYLBQAPEAoLFRAPFBQPFRAUFQ8ADxQKAAIAAAACAwAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAgMAAAIAAAACAwAAAgMAAAIDAAACAwAAAgMFAAIDAAACAwAAAgUBAAIFAQACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgUBAAIBAAACAQAAAgUBAAIFAQACAAAAAgUBAAIBAAACAQAAAgEAAAIBAAACAQAAAgUBAAIBBQACAQAAAgUBAAIFAQACAAAAAgUBAAIBBQACAQAAAgEAAAIBAAACAQAAAgUBAAIBBQACAQUAAgUBAAIFAQACAQAAAgUBAAIBBQACAQAAAgEAAAIBAAACAQAABQIBAAIBBQACAQUABQIBBgUCAQYCAQAAAgUBAAEAAAABAAAAAQAAAAEFAAIFAQoPAQAFDwUKAQ8AAQ8FCg8FAQEAFAAAAQ8UDwoUBQABFAAPFAABDxQKAAAUAQAUDwAAFA8AABQAAQ8UFQ8ADxQKAA8KFAAUAAAAFA8AAAoFDwAKDwUADwoUAAAUAQ8UDwAACg8FAAUKAQAUDwAAAQIFAAUKAAAUAAAAFBUPAAUBAAABAAAAFAABDwAUAQAUAAAAFAAAAAABFAABAAUAAAEUAAUBAAAFAQAKBQEACgEFAAAUAA8AFAAPABQADwAUDwAACwUGChAPFRQQDwsKBgULAAsKBRAKCxAPFRQQDxUUAAAGBQAABgUAAAUGCwoQFQ8UBQIBBgUCAQYFAgYBBQYCAQUGAgEFAgEGBQECAAUGAgAFAQIAAQUAABQAAQ8UAA8BFAAPAQAUAQ8AFAEPAAEUAAABFA8AARQPAQAUAAEAFAABABQAAQAAAAEAAAABAAAABQYAAAUGAAAUAAAAABQPAQAUDwEUAAAAFAAAABQAAAAUAA8AFAAPABQADwAUDwAAFA8AAA8UAAoPFAoADwoAFAoPAAUKBQ8ACgUADwUKAAEFAQoAABQBDwAUAQ8AARQAAAEUBQEABQABAAUAAQUAAAUBAAoIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAA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AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAxBIcABAAxBAQAGwQwBF8ABgAwBAYAGgRbAF4ABQBbAAUANQD/BfkFDAD/BQwANgADBvgFCwADBgsAHQQEBvoFDQAEBg0AHAQ0BI0AAwA0BAMAGAQ1BI4AAQA1BAEAGQSRAJQAAgCRAAIANADDBLQEEgDDBBIAcQCBADUABQCBAAUAiQDFBLUEEADFBBAAfgAFBrcEHgAFBh4A/QVVABcACQBVAAkAUQCQABsAAQCQAAEAjgD8BRUADQD8BQ0A+gVdABkABgBdAAYAXwByABMAAAByAAAAdAD+BR8ACAD+BQgA9wVYAAgAHwBYAB8AVwAyBBsEBAAyBAQAigAzBBoEBgAzBAYAiAAvBE0ApAAvBKQAOARIAFAAqQBIAKkAqAC/BEMAogC/BKIAywQqBE8AqgAqBKoAOQRNAEgAqABNAKgApAAlBD4AIAAlBCAAIAQuADMAIAAuACAAIwBCAD8AJABCACQAJgC5BC0AIgC5BCIAygQkBEAAKAAkBCgAIQTEACoAJwDEACcAzgBFAD0AIQBFACEAKQBAAEUAKQBAACkAKAAoACkALAAoACwAMQApACEAOAApADgALACHAFsANQCHADUABAD4Bf8FNgD4BTYACwCNAJEANACNADQAAwDKAM0AOQDKADkAcACKAAQANQCKADUAgQDAAMwAOgDAADoAggACBsYAPAACBjwAAAbOACcARgDOAEYAwwAhBCgAMQAhBDEAIwTKBCIAQwDKBEMAvwQmACQAMgAmADIAMAAjACAAPgAjAD4ARAAgBCAAMwAgBDMAIgTBAKEARwDBAEcAyQCjAKoATwCjAE8ASgA4BKQAQAA4BEAAJATLBKIASQDLBEkAwASkAKgARQCkAEUAQACmAKcAPwCmAD8AQgCoAKkAPQCoAD0ARQA5BKoAPgA5BD4AJQQ9BOAATQA9BE0ALwThAN8AUADhAFAASADmAN4AbwDmAG8AxwA3AFkAUgA3AFIACgC3BMEEVgC3BFYAHgCMAFUAUQCMAFEAiACAAFgAVwCAAFcAfwAeBCYEUwAeBFMADwAfBCcEUQAfBFEACQAPAFMAWQAPAFkANwDGAMIAWgDGAFoAPAB7AHoAdQB7AHUAYQDcAN0ATgDcAE4ATAAtBHkAdwAtBHcAKATbBOIAbADbBGwAxASgAG0AZwCgAGcAnQDGBMIEYgDGBGIAhAC/AMgAYAC/AGAAgwAZBAEAeQAZBHkALQRzAHsAYQBzAGEAdgAuBHMAdgAuBHYAKQRTAIoAgQBTAIEAWQB9AGUAdwB9AHcAeQDIAMoAcADIAHAAYACFAGMAeACFAHgAhgA+BOQATwA+BE8AKgQmBDIEigAmBIoAUwDgAOEASADgAEgATQBhAHUAXgBhAF4AWwC9AMcAbwC9AG8AnAAYBAMAcwAYBHMALgQ0AAIAegA0AHoAewAbAH0AeQAbAHkAAQDIBMQEbADIBGwAnwDjAOQAZwDjAGcAbQAoBHcAXwAoBF8AMARjAHIAdABjAHQAeADCBMMEcQDCBHEAYgADADQAewADAHsAcwAZAIwAiAAZAIgABgDBBMUEfgDBBH4AVgBZAIEAiQBZAIkAUgDMAL8AgwDMAIMAOgARAIUAhgARAIYABwAnBDMEiAAnBIgAUQAHAIAAfwAHAH8AEQDCAMAAggDCAIIAWgC1BMYEhAC1BIQAEAApBHYAhwApBIcAMQR2AGEAWwB2AFsAhwBlAF0AXwBlAF8AdwA2BJcAjQA2BI0ANAQ3BJgAjgA3BI4ANQSbAJ4AlACbAJQAkQCaAJAAjgCaAI4AmACXAJsAkQCXAJEAjQATAJYAkwATAJMAAADNAL4AkgDNAJIAOQC0BMcElQC0BJUAEgCWAKAAnQCWAJ0AkwC+AL0AnAC+AJwAkgDHBMgEnwDHBJ8AlQAsBGYAlwAsBJcANgQrBGgAmAArBJgANwRuAGkAngBuAJ4AmwBrAJoAmABrAJgAaABmAG4AmwBmAJsAlwBMAE4ApwBMAKcApgDDAEYAoQDDAKEAwQBEAD4AqgBEAKoAowBwADkAqwBwAKsAtgCCADoArACCAKwAuAAABjwArgAABq4AAQZGALIAvABGALwAoQAqALAArwAqAK8AJwAnAK8AsgAnALIARgChALwAswChALMARwA8AFoAtAA8ALQArgDeAOUAtwDeALcAbwCDAGAAtQCDALUAuQCcAG8AtwCcALcAuwBgAHAAtgBgALYAtQBaAIIAuABaALgAtAA6AIMAuQA6ALkArAA5AJIAugA5ALoAqwCSAJwAuwCSALsAugDQBM4EwADQBMAAwgAGBr4ExgAGBsYAAga+BNAEwgC+BMIAxgDMBNQExwDMBMcAvQC4BM4AwwC4BMMA0wS8BM0EvwC8BL8AzAC7BM8EvgC7BL4AzQDJBMEAyQDJBMkA1QTWBLsEzQDWBM0AygDOBLwEzADOBMwAwADXBNYEygDXBMoAyADTBMMAwQDTBMEAyQTRBMQAzgDRBM4AuATPBMwEvQDPBL0AvgDcBOYAxwDcBMcA1ATNBNcEyADNBMgAvwDYANAAKwDYACsAxQAxACwAzwAxAM8A0wCxACsA0ACxANAA1wAjBDEA0wAjBNMAOgTRANUAMwDRADMALgAwADIA1AAwANQA0gDSBDAA0gDSBNIA2QQiBDMA1QAiBNUAOwTYBNEALgDYBC4AugQsADgA1gAsANYAzwDZBNIA2gDZBNoA2gTYBNoE2gDYBNoA0QDRANoA2QDRANkA1QDaANIA1ADaANQA2QA8BDoE0wA8BNMAzwA8BDsE1QA8BNUA2QArBGkA4AArBOAAPQRuAGYA3wBuAN8A4QDJAEcA3gDJAN4A5gBrAGgA3QBrAN0A3ADABEkA4gDABOIA2wQsBGcA5AAsBOQAPgRpAG4A4QBpAOEA4ABKAE8A5ABKAOQA4wBHALMA5QBHAOUA3gDVBMkA5gDVBOYA3ARYBG4B6wBYBOsAQgRXBEYB7QBXBO0AQQRCAUUB7ABCAewAHAEIBi4G8wAIBvMAHQEOBi8G8gAOBvIARAQNBi0G9AANBvQAQwRbBHQB6gBbBOoAPwRcBHUB6ABcBOgAQAR4AXsB6QB4AekAGwHsBN0E+QDsBPkAWAFoARwB7ABoAewAcAHuBN4E9wDuBPcAZQEUBuAEBQEUBgUBCQY8Af4A8AA8AfAAOAF3AQIB6AB3AegAdQEMBvsA9AAMBvQALQZEAQAB7QBEAe0ARgFZAfoA5wBZAecAWwEKBgYB7wAKBu8AMAY/Ae8ABgE/AQYBPgFZBEIE6wBZBOsAcQFaBEEE7QBaBO0AbwFWBDQBiwFWBIsBXwQvATcBkAEvAZABjwHoBCoBiQHoBIkB9ARRBDYBkQFRBJEBYAQ0AS8BjwE0AY8BiwFMBCUBBwFMBAcBRwQVARoBBwEVAQcBCgEpASYBCwEpAQsBDQHiBBQBCQHiBAkB8wRLBCcBDwFLBA8BSASrAREBDgGrAQ4BtQEsASQBCAEsAQgBEAEnASwBEAEnARABDwEPARABEwEPARMBGAEQAQgBHwEQAR8BEwFuAUIBHAFuARwB6wAvBggGHQEvBh0B8gB0AXgBGwF0ARsB6gCxAbQBIAGxASABVwFxAesAHAFxARwBaAGnAbMBIQGnASEBaQEPBq0BIwEPBiMBBwa1AQ4BLQG1AS0BqgFIBA8BGAFIBBgBSgTzBAkBKgHzBCoB6AQNAQsBGQENARkBFwEKAQcBJQEKASUBKwFHBAcBGgFHBBoBSQSoAYgBLgGoAS4BsAGKAZEBNgGKATYBMQFfBIsBJwFfBCcBSwT0BIkBMAH0BDAB6QSLAY8BLAGLASwBJwGNAY4BJgGNASYBKQGPAZABJAGPASQBLAFgBJEBJQFgBCUBTARkBMcBNAFkBDQBVgTIAcYBNwHIATcBLwHNAcUBVgHNAVYBrgEeAUABOQEeATkB8QDgBOoEPQHgBD0BBQFzATwBOAFzATgBbwFnAT8BPgFnAT4BZgFFBE0EOgFFBDoB9gBGBE4EOAFGBDgB8AD2ADoBQAH2AEABHgGtAakBQQGtAUEBIwFiAWEBXAFiAVwBSAHDAcQBNQHDATUBMwFUBGABXgFUBF4BTwQEBckBUwEEBVMB7QSHAVQBTgGHAU4BhAHvBOsESQHvBEkBawGmAa8BRwGmAUcBagFABOgAYAFABGABVARaAWIBSAFaAUgBXQFVBFoBXQFVBF0BUAQ6AXEBaAE6AWgBQAFkAUwBXgFkAV4BYAGvAbEBVwGvAVcBRwFsAUoBXwFsAV8BbQFlBMsBNgFlBDYBUQRNBFkEcQFNBHEBOgHHAcgBLwHHAS8BNAFIAVwBRQFIAUUBQgGkAa4BVgGkAVYBgwE/BOoAWgE/BFoBVQQbAekAYQEbAWEBYgECAWQBYAECAWAB6ADxBO0EUwHxBFMBhgHKAcsBTgHKAU4BVAFPBF4BRgFPBEYBVwRKAVkBWwFKAVsBXwHrBOwEWAHrBFgBSQHqABsBYgHqAGIBWgEAAXMBbwEAAW8B7QDqBO4EZQHqBGUBPQFAAWgBcAFAAXABOQGzAaYBagGzAWoBIQH4AGwBbQH4AG0B7gBOBFoEbwFOBG8BOAHuAGcBZgHuAGYB+ACpAacBaQGpAWkBQQHeBO8EawHeBGsB9wBQBF0BbgFQBG4BWARdAUgBQgFdAUIBbgFMAUQBRgFMAUYBXgFdBH4BdAFdBHQBWwReBH8BdQFeBHUBXASCAYUBewGCAXsBeAGBAXcBdQGBAXUBfwF+AYIBeAF+AXgBdAH6AH0BegH6AHoB5wC0AaUBeQG0AXkBIAHdBPAEfAHdBHwB+QB9AYcBhAF9AYQBegGlAaQBgwGlAYMBeQHwBPEEhgHwBIYBfAFTBE0BfgFTBH4BXQRSBE8BfwFSBH8BXgRVAVABhQFVAYUBggFSAYEBfwFSAX8BTwFNAVUBggFNAYIBfgEzATUBjgEzAY4BjQGqAS0BiAGqAYgBqAErASUBkQErAZEBigFXASABkgFXAZIBnQFpASEBkwFpAZMBnwEHBiMBlQEHBpUBEAYtAZkBowEtAaMBiAERAZcBlgERAZYBDgEOAZYBmQEOAZkBLQGIAaMBmgGIAZoBLgEjAUEBmwEjAZsBlQHFAcwBngHFAZ4BVgFqAUcBnAFqAZwBoAGDAVYBngGDAZ4BogFHAVcBnQFHAZ0BnAFBAWkBnwFBAZ8BmwEhAWoBoAEhAaABkwEgAXkBoQEgAaEBkgF5AYMBogF5AaIBoQH5BPcEpwH5BKcBqQETBucErQETBq0BDwbnBPkEqQHnBKkBrQH1BP0ErgH1BK4BpAHhBLUBqgHhBKoB/ATlBPYEpgHlBKYBswHkBPgEpQHkBKUBtAHyBKgBsAHyBLAB/gT/BOQEtAH/BLQBsQH3BOUEswH3BLMBpwEABf8EsQEABbEBrwH8BKoBqAH8BKgB8gT6BKsBtQH6BLUB4QT4BPUEpAH4BKQBpQEFBc0BrgEFBa4B/QT2BAAFrwH2BK8BpgG/AbcBEgG/ARIBrAEYARMBtgEYAbYBugGYARIBtwGYAbcBvgFKBBgBugFKBLoBYQS4AbwBGgG4ARoBFQEXARkBuwEXAbsBuQH7BBcBuQH7BLkBAgVJBBoBvAFJBLwBYgQBBbgBFQEBBRUB4wQTAR8BvQETAb0BtgECBbkBwQECBcEBAwUBBQMFwQEBBcEBuAG4AcEBwAG4AcABvAHBAbkBuwHBAbsBwAFjBGEEugFjBLoBtgFjBGIEvAFjBLwBwAFSBFABxwFSBMcBZARVAU0BxgFVAcYByAGwAS4BxQGwAcUBzQFSAU8BxAFSAcQBwwHpBDAByQHpBMkBBAVTBE4BywFTBMsBZQRQAVUByAFQAcgBxwExATYBywExAcsBygEuAZoBzAEuAcwBxQH+BLABzQH+BM0BBQV/BFUC0gF/BNIBaQR+BC0C1AF+BNQBaAQpAiwC0wEpAtMBAwIjBiUG2gEjBtoBBAIfBhwG2QEfBtkBawQgBiYG2wEgBtsBagSCBFsC0QGCBNEBZgSDBFwCzwGDBM8BZwRfAmIC0AFfAtABAgIVBQYF4AEVBeABPwJPAgMC0wFPAtMBVwIXBQcF3gEXBd4BTAIVBgkF7AEVBuwBGQYjAuQB1wEjAtcBHwJeAukBzwFeAs8BXAIXBuIB2wEXBtsBJgYrAucB1AErAtQBLQJAAuEBzgFAAs4BQgIaBu0B1gEaBtYBGwYmAtYB7QEmAu0BJQKABGkE0gGABNIBWAKBBGgE1AGBBNQBVgJ9BBsCcgJ9BHIChgQWAh4CdwIWAncCdgIRBRECcAIRBXACHQV4BB0CeAJ4BHgChwQbAhYCdgIbAnYCcgJzBAwC7gFzBO4BbgT8AQEC7gH8Ae4B8QEQAg0C8gEQAvIB9AELBfsB8AELBfABHAVyBA4C9gFyBPYBbwSSAvgB9QGSAvUBnAITAgsC7wETAu8B9wEOAhMC9wEOAvcB9gH2AfcB+gH2AfoB/wH3Ae8BBgL3AQYC+gFVAikCAwJVAgMC0gEcBiMGBAIcBgQC2QFbAl8CAgJbAgIC0QGYApsCBwKYAgcCPgJYAtIBAwJYAgMCTwKOApoCCAKOAggCUAIeBpQCCgIeBgoCJAacAvUBFAKcAhQCkQJvBPYB/wFvBP8BcQQcBfABEQIcBRECEQX0AfIBAAL0AQAC/gHxAe4BDALxAQwCEgJuBO4BAQJuBAECcASPAm8CFQKPAhUClwJxAngCHQJxAh0CGAKGBHICDgKGBA4CcgQdBXACFwIdBRcCEgVyAnYCEwJyAhMCDgJ0AnUCDQJ0Ag0CEAJ2AncCCwJ2AgsCEwKHBHgCDAKHBAwCcwSLBK4CGwKLBBsCfQSvAq0CHgKvAh4CFgK0AqwCPQK0Aj0ClQIFAicCIAIFAiAC2AEJBRMFJAIJBSQC7AFaAiMCHwJaAh8CVgJOAiYCJQJOAiUCTQJsBHQEIQJsBCEC3QFtBHUEHwJtBB8C1wHdASECJwLdAScCBQKUApACKAKUAigCCgJJAkgCQwJJAkMCLwKqAqsCHAKqAhwCGgJ7BEcCRQJ7BEUCdgQtBbACOgItBToCFgVuAjsCNQJuAjUCawIYBRQFMAIYBTACUgKNApYCLgKNAi4CUQJnBM8BRwJnBEcCewRBAkkCLwJBAi8CRAJ8BEECRAJ8BEQCdwQhAlgCTwIhAk8CJwJLAjMCRQJLAkUCRwKWApgCPgKWAj4CLgJTAjECRgJTAkYCVAKMBLICHQKMBB0CeAR0BIAEWAJ0BFgCIQKuAq8CFgKuAhYCGwIvAkMCLAIvAiwCKQKLApUCPQKLAj0CagJmBNEBQQJmBEECfAQCAtABSAICAkgCSQLpAUsCRwLpAUcCzwEaBRYFOgIaBToCbQKxArICNQKxAjUCOwJ2BEUCLQJ2BC0CfgQxAkACQgIxAkICRgIUBRUFPwIUBT8CMALRAQICSQLRAUkCQQLnAVoCVgLnAVYC1AETBRcFTAITBUwCJAInAk8CVwInAlcCIAKaAo0CUQKaAlECCALfAVMCVALfAVQC1QF1BIEEVgJ1BFYCHwLVAU4CTQLVAU0C3wGQAo4CUAKQAlACKAIHBRgFUgIHBVIC3gF3BEQCVQJ3BFUCfwREAi8CKQJEAikCVQIzAisCLQIzAi0CRQKEBGUCWwKEBFsCggSFBGYCXAKFBFwCgwRpAmwCYgJpAmICXwJoAl4CXAJoAlwCZgJlAmkCXwJlAl8CWwLhAWQCYQLhAWECzgGbAowCYAKbAmACBwIGBRkFYwIGBWMC4AFkAm4CawJkAmsCYQKMAosCagKMAmoCYAIZBRoFbQIZBW0CYwJ6BDQCZQJ6BGUChAR5BDYCZgJ5BGYChQQ8AjcCbAI8AmwCaQI5AmgCZgI5AmYCNgI0AjwCaQI0AmkCZQIaAhwCdQIaAnUCdAKRAhQCbwKRAm8CjwISAgwCeAISAngCcQI+AgcCeQI+AnkChAJQAggCegJQAnoChgIkBgoCfAIkBnwCHQYUAoACigIUAooCbwL4AX4CfQL4AX0C9QH1AX0CgAL1AYACFAJvAooCgQJvAoECFQIKAigCggIKAoICfAKsArMChQKsAoUCPQJRAi4CgwJRAoMChwJqAj0ChQJqAoUCiQIuAj4ChAIuAoQCgwIoAlAChgIoAoYCggIIAlEChwIIAocCegIHAmACiAIHAogCeQJgAmoCiQJgAokCiAIiBSAFjgIiBY4CkAIWBhAFlAIWBpQCHgYQBSIFkAIQBZAClAIeBSYFlQIeBZUCiwIKBZwCkQIKBZECJQUOBR8FjQIOBY0CmgINBSEFjAINBYwCmwIbBY8ClwIbBZcCJwUoBQ0FmwIoBZsCmAIgBQ4FmgIgBZoCjgIpBSgFmAIpBZgClgIlBZECjwIlBY8CGwUjBZICnAIjBZwCCgUhBR4FiwIhBYsCjAIuBbQClQIuBZUCJgUfBSkFlgIfBZYCjQKmAp4C+QGmAvkBkwL/AfoBnQL/AZ0CoQJ/AvkBngJ/Ap4CpQJxBP8BoQJxBKECiASfAqMCAQKfAgEC/AH+AQACogL+AaICoAIkBf4BoAIkBaACKwVwBAECowJwBKMCiQQqBZ8C/AEqBfwBDAX6AQYCpAL6AaQCnQIrBaACqAIrBagCLAUqBSwFqAIqBagCnwKfAqgCpwKfAqcCowKoAqACogKoAqICpwKKBIgEoQKKBKECnQKKBIkEowKKBKMCpwJ5BDcCrgJ5BK4CiwQ8AjQCrQI8Aq0CrwKXAhUCrAKXAqwCtAI5AjYCqwI5AqsCqgISBRcCsAISBbACLQV6BDUCsgJ6BLICjAQ3AjwCrwI3Aq8CrgIYAh0CsgIYArICsQIVAoECswIVArMCrAInBZcCtAInBbQCLgWmBCwDuQKmBLkCkASlBAcDuwKlBLsCjwQEAwYDugIEA7oC4QIqBhIGwQIqBsEC4gIsBiEGwAIsBsACkgQrBhEGwgIrBsICkQSpBDEDuAKpBLgCjQSqBDIDtgKqBLYCjgQ0AzcDtwI0A7cC4AI9BS8FyAI9BcgCGAMmA+ECugImA7oCLgM/BTAFxgI/BcYCJAMoBjIF0AIoBtACMwb+AsoCvgL+Ar4C+wIzA8wCtgIzA7YCMgMxBskCwgIxBsICEQYFA8sCuwIFA7sCBwMXA8cCtQIXA7UCGgMyBs8CvQIyBr0CIgYBA70CzwIBA88C/wKnBJAEuQKnBLkCLwOoBI8EuwKoBLsCLQOkBPcCRgOkBEYDrQTzAvoCSgPzAkoDSQM5Be8CRQM5BUUDRQWfBPkCSwOfBEsDrgT3AvMCSQP3AkkDRgOaBOoC0QKaBNEClQTbAt8C0QLbAtEC0wLtAusC1ALtAtQC1QI0BdsC0wI0BdMCRAWZBOwC1wKZBNcClgRkA9kC1gJkA9YCbQPwAukC0gLwAtIC2ALsAvAC2ALsAtgC1wLXAtgC2gLXAtoC3QLYAtIC5ALYAuQC2gIsAwQD4QIsA+ECuQIhBioG4gIhBuICwAIxAzQD4AIxA+ACuAJpA2wD5QJpA+UCFgMvA7kC4QIvA+ECJgNgA2sD5gJgA+YCJwM0BmUD6AI0BugCKQZtA9YC8QJtA/ECYwOWBNcC3QKWBN0CmAREBdMC7wJEBe8COQXVAtQC3gLVAt4C3ALTAtEC6gLTAuoC7gKVBNEC3wKVBN8ClwRhA0MD8gJhA/ICaANEA0sD+QJEA/kC9AKtBEYD7AKtBOwCmQRFBUUD9QJFBfUCOgVGA0kD8AJGA/AC7AJHA0gD6wJHA+sC7QJJA0oD6QJJA+kC8AKuBEsD6gKuBOoCmgSyBH4D9wKyBPcCpAR/A30D+gJ/A/oC8wKEA3wDFQOEAxUDZgPjAgID/ALjAvwCvwIyBTsFAAMyBQAD0AIwA/4C+wIwA/sCLQMlAwED/wIlA/8CIwOTBJsE/QKTBP0CxAKUBJwE+wKUBPsCvgLEAv0CAgPEAgID4wJlA2IDAwNlAwMD6AIhAyADGwMhAxsDCQN6A3sD+AJ6A/gC9gKiBB8DHQOiBB0DnQRUBYEDEwNUBRMDPgVBAxIDDgNBAw4DPwNABTwFCwNABQsDKgNfA2cDCANfAwgDKAOOBLYCHwOOBB8DogQZAyEDCQMZAwkDHAOjBBkDHAOjBBwDngT9Ai8DJgP9AiYDAgMiAwwDHQMiAx0DHwNnA2kDFgNnAxYDCAMpAwoDHgMpAx4DKwOzBIID+QKzBPkCnwSbBKcELwObBC8D/QJ+A38D8wJ+A/MC9wIJAxsDBgMJAwYDBANdA2YDFQNdAxUDPgONBLgCGQONBBkDowTgArcCIAPgAiADIQPMAiIDHwPMAh8DtgJCBT4FEwNCBRMDQgOAA4IDDgOAAw4DEgOdBB0DBwOdBAcDpQQKAxcDGgMKAxoDHgM8BT0FGAM8BRgDCwO4AuACIQO4AiEDGQPLAjADLQPLAi0DuwI7BT8FJAM7BSQDAAMCAyYDLgMCAy4D/AJrA18DKANrAygD5gLFAikDKwPFAisDvAKcBKgELQOcBC0D+wK8AiUDIwO8AiMDxQJiA2ADJwNiAycDAwMwBUAFKgMwBSoDxgKeBBwDLAOeBCwDpgQcAwkDBAMcAwQDLAMMAwUDBwMMAwcDHQOrBDoDMQOrBDEDqQSsBDsDMgOsBDIDqgQ9A0ADNwM9AzcDNAM8AzMDMgM8AzIDOwM6Az0DNAM6AzQDMQPHAjgDNgPHAjYDtQJsA14DNQNsAzUD5QIvBUEFOQMvBTkDyAI4A0EDPwM4Az8DNgNeA10DPgNeAz4DNQNBBUIFQgNBBUIDOQOhBA0DOgOhBDoDqwSgBA8DOwOgBDsDrAQUAxADQAMUA0ADPQMRAzwDOwMRAzsDDwMNAxQDPQMNAz0DOgP2AvgCSAP2AkgDRwNjA/ECQwNjA0MDYQPuAuoCSwPuAksDRAMWA+UCTAMWA0wDVgMnA+YCTQMnA00DWAMpBugCTwMpBk8DNQbxAlIDXAPxAlwDQwPZAlEDUAPZAlAD1gLWAlADUgPWAlID8QJDA1wDUwNDA1MD8gLoAgMDVAPoAlQDTwN8A4MDVwN8A1cDFQMoAwgDVQMoA1UDWQM+AxUDVwM+A1cDWwMIAxYDVgMIA1YDVQMDAycDWAMDA1gDVAPmAigDWQPmAlkDTQPlAjUDWgPlAloDTAM1Az4DWwM1A1sDWgNKBUgFYANKBWADYgMnBjgFZQMnBmUDNAY4BUoFYgM4BWIDZQNGBU0FZgNGBWYDXQMzBW0DYwMzBWMDTAU2BUcFXwM2BV8DawM1BUkFXgM1BV4DbANDBWEDaANDBWgDTgVPBTUFbANPBWwDaQNIBTYFawNIBWsDYANQBU8FaQNQBWkDZwNMBWMDYQNMBWEDQwVLBWQDbQNLBW0DMwVJBUYFXQNJBV0DXgNVBYQDZgNVBWYDTQVHBVAFZwNHBWcDXwN3A28D2QJ3A9kCZAPdAtoCbgPdAm4DcgNRA9kCbwNRA28DdgOYBN0CcgOYBHIDrwRwA3QD3wJwA98C2wLcAt4CcwPcAnMDcQNLBdwCcQNLBXEDUgWXBN8CdAOXBHQDsARRBXAD2wJRBdsCNAXaAuQCdQPaAnUDbgNSBXEDeQNSBXkDUwVRBVMFeQNRBXkDcANwA3kDeANwA3gDdAN5A3EDcwN5A3MDeAOxBK8EcgOxBHIDbgOxBLAEdAOxBHQDeAOgBBADfgOgBH4DsgQUAw0DfQMUA30DfwNoA/ICfANoA3wDhAMRAw8DewMRA3sDegM6BfUCgQM6BYEDVAWhBA4DggOhBIIDswQQAxQDfwMQA38DfgP0AvkCggP0AoIDgAPyAlMDgwPyAoMDfANOBWgDhANOBYQDVQXSA8wDiAPSA4gDhQPTA80DhgPTA4YDhwPQA9MDhwPQA4cDoQPwA+oDiQPwA4kDwwPPA4wDhgPPA4YDzQPEA4oDhQPEA4UDxgO1A7QD4wO1A+MD5gOvA7cD6AOvA+gD5wPuA6oD4QPuA+ED9AO3A7YD6QO3A+kD6AO0A68D5wO0A+cD4wOkA6UDjQOkA40DjgObA6ADjQObA40DkAOpA6YDkQOpA5EDkwPsA5oDjwPsA48D6wOmA6cDlQOmA5UDkQP5A5cDlAP5A5QD/wOsA6QDjgOsA44DlgOnA6wDlgOnA5YDlQOVA5YDmQOVA5kDngOWA44DogOWA6IDmQPMA9ADoQPMA6EDiAP9A/4DowP9A6MDwgP/A5QDrQP/A60D+AORA5UDngORA54DnwPrA48DqgPrA6oD7gOTA5EDnwOTA58DnQOQA40DpQOQA6UDqwOOA40DoAOOA6ADogP3A+ADrgP3A64D/APiA+kDtgPiA7YDsQPmA+MDpwPmA6cDpgP0A+EDsAP0A7AD7wPjA+cDrAPjA6wDpwPlA+YDpgPlA6YDqQPnA+gDpAPnA6QDrAPoA+kDpQPoA6UDpAMOBBEEtAMOBLQDtQMSBBAEtwMSBLcDrwMXBA8EwQMXBMED+wMNBA4EtQMNBLUDswMWBBMEvgMWBL4D8QPfA78DuQPfA7kD3AOHA4YDxwOHA8cDyAMQBBUEtgMQBLYDtwMRBBIErwMRBK8DtAP1A/sDwQP1A8ED2wOFA4gDxQOFA8UDxgOhA4cDyAOhA8gDyQOMA8sDxwOMA8cDhgPzA/EDvgPzA74D3gMUBBUEuQMUBLkDvwOIA6EDyQOIA8kDxQPcA9YDzAPcA8wD0gPdA9cDzQPdA80D0wPaA90D0wPaA9MD0APZA88DzQPZA80D1wPWA9oD0APWA9ADzAOKA9UD0gOKA9IDhQP+A/YD0QP+A9EDowPqA/ID1APqA9QDiQPVA98D3APVA9wD0gP2A/UD2wP2A9sD0QPyA/MD3gPyA94D1AO5A7gD1gO5A9YD3AO7A7oD1wO7A9cD3QPAA7sD3QPAA90D2gO9A9kD1wO9A9cDugO4A8AD2gO4A9oD1gOzA7UD5gOzA+YD5QP4A60D4AP4A+AD9wOrA6UD6QOrA+kD4gPCA6MD6gPCA+oD8AOtA+4D9AOtA/QD4AOXA+wD6wOXA+sDlAOUA+sD7gOUA+4DrQPgA/QD7wPgA+8DrgMPBBYE8QMPBPEDwQPbA8ED8QPbA/ED8wOjA9ED8gOjA/ID6gPRA9sD8wPRA/MD8gPYA7wD+wPYA/sD9QOSA/8D+AOSA/gDqAOLA84D9gOLA/YD/gPkA/cD/APkA/wDsgPKA4sD/gPKA/4D/QOoA/gD9wOoA/cD5AOcA/kD/wOcA/8DkgPOA9gD9QPOA/UD9gMMBBcE+wMMBPsDvAMJBAEEmAMJBJgD+gOeA5kDAASeAwAEBATtA5gDAQTtAwEECASfA54DBASfAwQEBQQCBAYEoAMCBKADmwOdA58DBQSdAwUEAwT6A50DAwT6AwMECQSiA6ADBwSgAwYEBwQIBAIEmwMIBJsD7QOZA6IDBwSZAwcEAAQJBAMECwQJBAsEAQQIBAEECwQIBAsEAgQCBAsECgQCBAoEBgQLBAMEBQQLBAUECgQKBAUEBAQKBAQEAAQABAcEBgQABAYECgS6A7sDEQS6AxEEDgTAA7gDEATAAxAEEgT8A64DDwT8Aw8EFwS9A7oDDgS9Aw4EDQTvA7ADEwTvAxMEFgS4A7kDFQS4AxUEEAS7A8ADEgS7AxIEEQSxA7YDFQSxAxUEFASuA+8DFgSuAxYEDwSyA/wDFwSyAxcEDASGADEEGwSGABsEBwBeADAEGgReABoEBQD3BQMGHQT3BR0EDgD5BQQGHAT5BRwEDACTADQEGASTABgEAACUADUEGQSUABkEAgCAAAcAGwSAABsEMgSJAAUAGgSJABoEMwROAC8EOAROADgEpwBQACoEOQRQADkEqQA9ACUEIAQ9ACAEIQA/ACQEIQQ/ACEEJAAkACEEIwQkACMEMgAhACAEIgQhACIEOACnADgEJASnACQEPwCpADkEJQSpACUEPQDdAD0ELwTdAC8ETgAIAFgAJgQIACYEHgQKAFIAJwQKACcEHwR6AC0EKAR6ACgEdQACABkELQQCAC0EegB0AC4EKQR0ACkEeADfAD4EKgTfACoEUABYAIAAMgRYADIEJgQAABgELgQAAC4EdAB1ACgEMAR1ADAEXgBSAIkAMwRSADMEJwR4ACkEMQR4ADEEhgCdADYENASdADQEkwCeADcENQSeADUElABnACwENgRnADYEnQBpACsENwRpADcEngAyACMEOgQyADoE1AA4ACIEOwQ4ADsE1gDZANQAOgTZADoEPATPANYAOwTPADsEPARoACsEPQRoAD0E3QBmACwEPgRmAD4E3wBtAVgEQgRtAUIE7gBFAVcEQQRFAUEE7AAwBg4GRAQwBkQE9QAuBg0GQwQuBkME8wB6AVsEPwR6AT8E5wB7AVwEQAR7AUAE6QBnAe4AQgRnAUIEWQRwAewAQQRwAUEEWgQ1AVYEXwQ1AV8EjgE3AVEEYAQ3AWAEkAEkAUwERwQkAUcECAEmAUsESAQmAUgECwELAUgESgQLAUoEGQEIAUcESQQIAUkEHwGOAV8ESwSOAUsEJgGQAWAETASQAUwEJAHEAWQEVgTEAVYENQHvAD8BTQTvAE0ERQTxADkBTgTxAE4ERgRhAVQETwRhAU8EXAHpAEAEVATpAFQEYQFbAVUEUARbAVAEXwHGAWUEUQTGAVEENwE/AWcBWQQ/AVkETQTnAD8EVQTnAFUEWwFcAU8EVwRcAVcERQE5AXABWgQ5AVoETgRfAVAEWARfAVgEbQGEAV0EWwSEAVsEegGFAV4EXASFAVwEewFOAVMEXQROAV0EhAFQAVIEXgRQAV4EhQEZAUoEYQQZAWEEuwEfAUkEYgQfAWIEvQHAAbsBYQTAAWEEYwS2Ab0BYgS2AWIEYwRPAVIEZARPAWQExAFNAVMEZQRNAWUExgFUAn8EaQRUAmkE1QEsAn4EaAQsAmgE0wEbBh8GawQbBmsE3AElBiAGagQlBmoE2gFhAoIEZgRhAmYEzgFiAoMEZwRiAmcE0AFOAtUBaQROAmkEgARXAtMBaARXAmgEgQQcAn0EhgQcAoYEdQIeAngEhwQeAocEdwILAnMEbgQLAm4E7wENAnIEbwQNAm8E8gHyAW8EcQTyAXEEAALvAW4EcATvAXAEBgJ1AoYEcgR1AnIEDQJ3AocEcwR3AnMECwKrAosEfQSrAn0EHALWASYCdATWAXQEbATYASACdQTYAXUEbQRIAnsEdgRIAnYEQwLQAWcEewTQAXsESAJCAnwEdwRCAncERgKtAowEeAStAngEHgImAk4CgAQmAoAEdATOAWYEfATOAXwEQgJDAnYEfgRDAn4ELAIgAlcCgQQgAoEEdQRGAncEfwRGAn8EVAJrAoQEggRrAoIEYQJsAoUEgwRsAoMEYgI1AnoEhAQ1AoQEawI3AnkEhQQ3AoUEbAIAAnEEiAQAAogEogIGAnAEiQQGAokEpAKnAqICiASnAogEigSdAqQCiQSdAokEigQ2AnkEiwQ2AosEqwI0AnoEjAQ0AowErQIrA6YEkAQrA5AEvAIGA6UEjwQGA48EugIiBiwGkgQiBpIEwwISBisGkQQSBpEEwQI2A6kEjQQ2A40EtQI3A6oEjgQ3A44EtwIlA7wCkAQlA5AEpwQuA7oCjwQuA48EqAT4AqQErQT4Aq0ESAP6Ap8ErgT6Aq4ESgPpApoElQTpApUE0gLrApkElgTrApYE1ALUApYEmATUApgE3gLSApUElwTSApcE5AJIA60EmQRIA5kE6wJKA64EmgRKA5oE6QJ7A7IEpAR7A6QE+AK9AgEDmwS9ApsEkwS/AvwCnAS/ApwElAQgA6IEnQQgA50EGwO3Ao4EogS3AqIEIAMaA6MEngQaA54EHgN9A7MEnwR9A58E+gIBAyUDpwQBA6cEmwS1Ao0EowS1AqMEGgMbA50EpQQbA6UEBgP8Ai4DqAT8AqgEnAQeA54EpgQeA6YEKwM/A6sEqQQ/A6kENgNAA6wEqgRAA6oENwMOA6EEqwQOA6sEPwMQA6AErAQQA6wEQAPeApgErwTeAq8EcwPkApcEsATkArAEdQN4A3MDrwR4A68EsQRuA3UDsARuA7AEsQQPA6AEsgQPA7IEewMNA6EEswQNA7MEfQO2AKsAtAS2ALQEwwS4AKwAtQS4ALUExQQBBq4AtwQBBrcEBQayAL8EywSyAMsEvACwALkEygSwAMoErwCvAMoEvwSvAL8EsgC8AMsEwAS8AMAEswCuALQAwQSuAMEEtwTlANsExATlAMQEtwC5ALUAwgS5AMIExgS7ALcAxAS7AMQEyAS1ALYAwwS1AMMEwgS0ALgAxQS0AMUEwQSsALkAxgSsAMYEtQSrALoAxwSrAMcEtAS6ALsAyAS6AMgExwRUAIsAzgRUAM4E0AT7BRYAvgT7Bb4EBgYWAFQA0AQWANAEvgSZAGoA1ASZANQEzAQlALgE0wQlANMEQQAYAFwAzQQYAM0EvAQaAI8AzwQaAM8EuwSlAMkE1QSlANUESwB8ABoAuwR8ALsE1gSLABgAvASLALwEzgRkAHwA1gRkANYE1wRBANMEyQRBAMkEpQAvANEEuAQvALgEJQCPAJkAzASPAMwEzwTbANwE1ATbANQEagBcAGQA1wRcANcEzQTFANIE2QTFANkE2ADXANgEugTXALoEsQDYANkE2gTYANoE0ADXANAA2gTXANoE2ASzAMAE2wSzANsE5QBLANUE3ARLANwE2wCdAZIB3QSdAd0E7ASfAZMB3gSfAd4E7gQQBpUB4AQQBuAEFAaZAegE9ASZAfQEowGXAeIE8wSXAfMElgGWAfME6ASWAegEmQGjAfQE6QSjAekEmgGVAZsB6gSVAeoE4ATMAQQF7QTMAe0EngGgAZwB6wSgAesE7wSiAZ4B7QSiAe0E8QScAZ0B7AScAewE6wSbAZ8B7gSbAe4E6gSTAaAB7wSTAe8E3gSSAaEB8ASSAfAE3QShAaIB8QShAfEE8AQ7AXIB9wQ7AfcE+QQLBv0A5wQLBucEEwb9ADsB+QT9APkE5wSAAVEB/QSAAf0E9QQMAeEE/AQMAfwEKAH/AEMB9gT/APYE5QQBAXYB+AQBAfgE5ASMAfIE/gSMAf4EMgFjAQEB5ARjAeQE/wRyAf8A5QRyAeUE9wRLAWMB/wRLAf8EAAUoAfwE8gQoAfIEjAEWAfoE4QQWAeEEDAF2AYAB9QR2AfUE+ATCAQUF/QTCAf0EUQFDAUsBAAVDAQAF9gSsAfsEAgWsAQIFvwG+AQEF4wS+AeMEmAG/AQIFAwW/AQMFtwG+AbcBAwW+AQMFAQWaAekEBAWaAQQFzAEyAf4EBQUyAQUFwgGEAnkCBgWEAgYFFQWGAnoCBwWGAgcFFwUdBnwCCQUdBgkFFQaAAhEFHQWAAh0FigJ+AgsFHAV+AhwFfQJ9AhwFEQV9AhEFgAKKAh0FEgWKAhIFgQJ8AoICEwV8AhMFCQWzAi0FFgWzAhYFhQKHAoMCFAWHAhQFGAWJAoUCFgWJAhYFGgWDAoQCFQWDAhUFFAWCAoYCFwWCAhcFEwV6AocCGAV6AhgFBwV5AogCGQV5AhkFBgWIAokCGgWIAhoFGQUiAlkCIAUiAiAFIgUYBuUBEAUYBhAFFgblASICIgXlASIFEAVnAjgCJgVnAiYFHgXzAQoFJQXzASUFDwLmASoCHwXmAR8FDgXoAV0CIQXoASEFDQVzAhsFJwVzAicFGQJKAugBDQVKAg0FKAVZAuYBDgVZAg4FIAUyAkoCKAUyAigFKQUPAiUFGwUPAhsFcwL9ASMFCgX9AQoF8wFdAmcCHgVdAh4FIQWpAi4FJgWpAiYFOAIqAjICKQUqAikFHwWTAiQFKwWTAisFpgKlAioFDAWlAgwFfwKmAisFLAWmAiwFngKlAp4CLAWlAiwFKgWBAhIFLQWBAi0FswIZAicFLgUZAi4FqQJWA0wDLwVWAy8FPQVYA00DMAVYAzAFPwU1Bk8DMgU1BjIFKAZSAzkFRQVSA0UFXANRAzQFRAVRA0QFUANQA0QFOQVQAzkFUgNcA0UFOgVcAzoFUwNPA1QDOwVPAzsFMgWDA1QFPgWDAz4FVwNZA1UDPAVZAzwFQAVbA1cDPgVbAz4FQgVVA1YDPQVVAz0FPAVUA1gDPwVUAz8FOwVNA1kDQAVNA0AFMAVMA1oDQQVMA0EFLwVaA1sDQgVaA0IFQQX+AjADSAX+AkgFSgUxBsoCOAUxBjgFJwbKAv4CSgXKAkoFOAU8AxEDTQU8A00FRgXVAjMFTAXVAkwF7QLLAgUDRwXLAkcFNgXMAjMDSQXMAkkFNQVHA0MFTgVHA04F9gIiA8wCNQUiAzUFTwUwA8sCNgUwAzYFSAUMAyIDTwUMA08FUAXtAkwFQwXtAkMFRwPcAksFMwXcAjMF1QIzAzwDRgUzA0YFSQV6A1UFTQV6A00FEQMFAwwDUAUFA1AFRwVkA0sFUgVkA1IFdwN2A1EFNAV2AzQFUQN3A1IFUwV3A1MFbwN2A28DUwV2A1MFUQVTAzoFVAVTA1QFgwP2Ak4FVQX2AlUFegMEAtoBZgUEAmYFZwWyASIBYgWyAWIFZAVvBWsFwAJvBcAC4gJ2BW4FyQJ2BckCNwUdBAsAVgUdBFYFcwV1BV0FrQB1Ba0AtgTiAsECbAXiAmwFbwV0BWwFwQJ0BcECkQRqA+cCcAVqA3AFcgU3BWoDcgU3BXIFdgWZAgkCaAWZAmgFagVzBVgFDgBzBQ4AHQRjBWIFIgFjBSIBlAFhBV8F8gBhBfIAHQFdBVwFOwBdBTsArQBxBXAF5wJxBecCTgO2BBwAWQW2BFkFdQVpBWgFCQJpBQkCewIdAfMAYAUdAWAFYQVbBVYFCwBbBQsANgBYBVoFHQBYBR0ADgBuBW0FwgJuBcICyQKRBMICbQWRBG0FdAXLADsAXAXLAFwFXgVnBWUF2QFnBdkBBAI2AAwAVwU2AFcFWwXoBucGaAXoBmgFaQXrBuoGgQXrBoEFgwXsBu0GcAXsBnAFcQWMBY4FsQWMBbEFxQXmBuoGYgXmBmIFYwXxBucGhwXxBocFiQXwBukGewXwBnsFfQWXBZoFggWXBYIFfQWJBZIFxAaJBcQGjwVqBPYFZgVqBGYF2gGXBX0FewWXBXsFlgWXBZYFpAWXBaQFpwWDBYEFmQWDBZkFmwWjBZMFeQWjBXkFkAWaBZkFgQWaBYEFggW2BWsE2QG2BdkBZQWtBZIF0QWtBdEFqwWpBagFmQWpBZkFmgWSBYkFhwWSBYcF0QWbBZkFqAWbBagFqgXGBcMFrgXGBa4FsgXxBesFygXxBcoFuQWyBa8FxAWyBcQFxgXrBdUF1AXrBdQFygXMBdQF1QXMBdUF1gUPBwwH4gUPB+IFyAa7BcwF1gW7BdYF7AXIBuIF3QXIBt0F0Aa5BcsF6gW5BeoF8QXJBtIG9AXJBvQF7gXKBs4G2AXKBtgF5QXLBsYG5gXLBuYF7QXSBs8GtwXSBrcF9AXqBfAFoQXqBaEF9QVDBOQFYAVDBGAF8wDOBsYG2wXOBtsF2AXFBssG7QXFBu0F8wXKBskG7gXKBu4FogXSBaAF1QXSBdUF6wXwBfIFlAXwBZQFoQVnBrIFrgVnBq4FZgbLBboF8AXLBfAF6gWuBewFyQWuBckFZgY3AAoA+QU3APkF/wUeBA8A+AUeBPgFAwYfBAkA+gUfBPoFBAa2BAUG/QW2BP0FHAAXAPwF+gUXAPoFCQAdAP4F9wUdAPcFDgAPADcA/wUPAP8F+AXLAAIGAAbLAAAGOwA7AAAGAQY7AAEGrQC9BAYGAga9BAIGywAIAB4EAwYIAAMG9wUKAB8EBAYKAAQG+QWtAAEGBQatAAUGtgQUAPsFBgYUAAYGvQTmBBMGDwbmBA8GsgFFBPYALwZFBC8GDgZGBPAALQZGBC0GDQb+AAwGLQb+AC0G8ADkARcGJgbkASYG1wHfBBQGCQbfBAkGAwEPBRYGHgYPBR4GmQIJAiQGHQYJAh0GewKyAQ8GBwayAQcGIgHdAQUCIwbdASMGHAaUARAGFAaUARQG3wTxAEYEDQbxAA0GLgZtBNcBJgZtBCYGIAbvAEUEDgbvAA4GMAZsBN0BHAZsBBwGHwb8AAsGEwb8ABMG5gQiAQcGEAYiARAGlAHnAikGNQbnAjUGTgP2AB4BCAb2AAgGLwYEAQoGMAYEATAG9QB7Ah0GFQZ7AhUGCAUeAfEALgYeAS4GCAbjARgGFgbjARYGDwVqAzQGKQZqAykG5wIIBRUGGQYIBRkG6gHjAr8CEgbjAhIGKgYxBSgGMwYxBTMGzgKTBMQCIQaTBCEGLAbYAW0EIAbYASAGJQbrARoGGwbrARsG3AEFAtgBJQYFAiUGIwbWAWwEHwbWAR8GGwaZAh4GJAaZAiQGCQK/ApQEKwa/AisGEgbEAuMCKgbEAioGIQZOAzUGKAZOAygGMQU3BScGNAY3BTQGagO9ApMELAa9AiwGIgbJAjEGJwbJAicGNwXNAjIGIgbNAiIGwwKUBL4CEQaUBBEGKwbKAjEGEQbKAhEGvgLsBdYFZAbsBWQGyQXxBeoF9QXxBfUFmAWQBZQF8gWQBfIFowWYBdIF6wWYBesF8QWGBWQGoAWGBaAFhAWABZgF9QWABfUFfgXWBdUFoAXWBaAFZAaNBW8FbAWNBWwFiwViBkQE8gBiBvIAXwUcBGMGVwUcBFcFDABEBBwEDQBEBA0A9QAcBEQEYgYcBGIGYwZvBY0FigVvBYoFawVmBmUGawVmBmsFigVrBEME9ABrBPQA3AFkBoYFhQVkBoUFyQVDBGsEtgVDBLYF5AXJBfYFZQbJBWUGZgZnBo0FiwVnBosFkQWyBWcGkQWyBZEFrwVlBpIEwAJlBsACawVqBJIEZQZqBGUG9gWSBGoE2wGSBNsBwwKNBWcGZgaNBWYGigWcBawFqwWcBasF0QUdBzgGOgYdBzoGHgccB0IGOAYcBzgGHQfEA8YDbQbEA20GawZyBm4GxwNyBscDywNzBmkGwgNzBsID8AP9A8IDaQb9A2kGdAZvBnAGyQNvBskDyANuBm8GyANuBsgDxwN0BnEGygN0BsoD/QNwBmwGxQNwBsUDyQPwA8MDagbwA2oGcwZsBm0GxgNsBsYDxQN8BngGbAZ8BmwGcAZ4BnkGbQZ4Bm0GbAZzBmoGdgZzBnYGfwZ+BnoGbgZ+Bm4GcgZrBm0GeQZrBnkGdwZ/BnUGaQZ/BmkGcwZ0BmkGdQZ0BnUGgAaABn0GcQaABnEGdAZ7BnwGcAZ7BnAGbwZ6BnsGbwZ6Bm8GbgaHBogGfAaHBnwGewaGBocGewaGBnsGegaIBoQGeAaIBngGfAaEBoUGeQaEBnkGeAZ/BnYGggZ/BoIGiwaKBoYGegaKBnoGfgZ3BnkGhQZ3BoUGgwaLBoEGdQaLBnUGfwaABnUGgQaABoEGjAaMBokGfQaMBn0GgAaXBo0GgQaXBoEGiwaMBoEGjQaMBo0GmAaYBpUGiQaYBokGjAaTBpQGiAaTBogGhwaSBpMGhwaSBocGhgaUBpAGhAaUBoQGiAaQBpEGhQaQBoUGhAaLBoIGjgaLBo4GlwaWBpIGhgaWBoYGigaDBoUGkQaDBpEGjwaXBo4GmgaXBpoGowaiBp4GkgaiBpIGlgaPBpEGnQaPBp0GmwajBpkGjQajBo0GlwaYBo0GmQaYBpkGpAakBqEGlQakBpUGmAafBqAGlAafBpQGkwaeBp8GkwaeBpMGkgagBpwGkAagBpAGlAacBp0GkQacBpEGkAasBqgGnAasBpwGoAaoBqkGnQaoBp0GnAajBpoGpgajBqYGrwauBqoGngauBp4GogabBp0GqQabBqkGpwavBqUGmQavBpkGowakBpkGpQakBqUGsAawBq0GoQawBqEGpAarBqwGoAarBqAGnwaqBqsGnwaqBp8GngafBakGqAafBagGngW0BacGqQa0BakGnwXBBcAFtAbBBbQGtQbABb4FsgbABbIGtAa/Bb0FsQa/BbEGswa1BrQGtga1BrYGtwa3BrYGuAa3BrgGuQa5BrgGuwa5BrsGvAbNBfoG1QbNBdUG+wa8BrsGvga8Br4Gvwa/Br4GwQa/BsEGwgbNBsEG/QbNBv0G4AWlBcIGwQalBcEGzQYVAAQB9QAVAPUADQD7AOsB3AH7ANwB9AC9BN8EAwG9BAMBFADfBL0EywDfBMsAlAGUAcsAXgWUAV4FYwXwBuYGYwXwBmMFXgWkBfcGwQWkBcEFpwWaBZcFpwWaBacFqQW1Ba8Gpga1BaYGswXmBAgF6gHmBOoB/AAIBeYEsgEIBbIBewLiAc0CwwLiAcMC2wEPBTEFzgIPBc4C4wExBQ8FmQIxBZkCTgNOA5kCagVOA2oFcQXxBuwGcQXxBnEFagWcBYgFgwWcBYMFmwWsBZwFmwWsBZsFqgXRBYcFiAXRBYgFnAXoBusGgwXoBoMFiAVkBWkFewJkBXsCsgGPBcQGsQWPBbEFjgXFBtAG3QXFBt0F1wXsBa4FwwXsBcMFuwWUBXoFeAWUBXgFoQWUBZAFdwWUBXcFegWYBYAFfwWYBX8F0gWvBZEFjAWvBYwFxQXHBaUGrwbHBa8GtQXQBcgG0AbQBdAGzwXZBdMF0gbZBdIGyQbzBc8F0AbzBdAGxQbXBdoFywbXBcsGxQbTBdwFzwbTBc8G0gaiBe8FzgaiBc4GygbaBdsFxgbaBcYGywblBdkFyQblBckGygbvBeYFxgbvBcYGzgaxBcQG1AaxBdQGsAW+Bv8G/Qa+Bv0GwQaSBa0F1AaSBdQGxAa7BgIH/wa7Bv8GvgbIBbAGpQbIBaUGxwWwBsgF8gawBvIGrQamBaoGrgamBa4G8wbjBasGqgbjBaoGpgWrBuMF0QarBtEGrAbPBtwF1QbPBtUG+gbHBtMG5wXHBucF3gXTBscG6QXTBukFnQXEBa8FxQXEBcUFuAW8Bc0F+wa8BfsGWgYcB18GXgYcB14GGwcbB14GXQYbB10GGgcaB10GXAYaB1wGGQcZB1wGYAYZB2AGGAcYB2AGaAYYB2gGFwcXB2gGYQYXB2EGFgcWB2EG5QYWB+UGFQfZBV8GWAbZBVgG0wXlBV4GXwblBV8G2QVeBuUF2AVeBtgFXQZdBtgF2wVdBtsFXAbaBWAGXAbaBVwG2wXXBWgGYAbXBWAG2gVoBtcF3QVoBt0FYQYUB1cGTgYUB04GFQcSB+MGVwYSB1cGFAfiBeUGYQbiBWEG3QWFBWYF9gWFBfYFyQWIBYcF5waIBecG6AZ8BXsF6QZ8BekGdQWGBWcFZgWGBWYFhQVnBYYFhAVnBYQFZQVkBWIF6gZkBeoG6wagBbYFZQWgBWUFhAWPBY4F7QaPBe0G7AZ1BekGXAV1BVwFXQW2BaAF0gW2BdIF5AV/BWAF5AV/BeQF0gWABWEFYAWABWAFfwVhBYAFfgVhBX4FXwWCBYEF6gaCBeoG5gZqBWgF5wZqBecG8QZ2Be0GjgV2BY4FbgX1BWIGXwX1BV8FfgVeBVwF6QZeBekG8AZiBvUFoQViBqEFYwZ4BVcFYwZ4BWMGoQV6BVsFVwV6BVcFeAV2BXIFcAV2BXAF7QZbBXoFdwVbBXcFVgWQBXMFVgWQBVYFdwVzBZAFeQVzBXkFWAWTBQsH7waTBe8GeQV8Be4GCgd8BQoHlQVuBY4FjAVuBYwFbQWRBXQFbQWRBW0FjAV0BZEFiwV0BYsFbAVYBXkF7wZYBe8GWgV9BYIF5gZ9BeYG8AaJBY8F7AaJBewG8QZpBWQF6wZpBesG6AasBtEGngWsBp4FqAb0BqYF8wb0BvMG9gbOBeMFpgXOBaYF9AbyBfAFugXyBboFwgX6BvgGtwX6BrcFzwYMBxAH5QYMB+UG4gXNBdEG4wXNBeMFzgUMB94F2QYMB9kGEAf5BqMF8gX5BvIFwgXCBbcF+AbCBfgG+Qb4Bs4F9Ab4BvQG+QajBfkG9AajBfQGkwW6BfQFtwW6BbcFwgXLBe4F9AXLBfQFugXNBtMGnQXNBp0FpQXTBs0G4AXTBuAF5wXDBtcG2gbDBtoG3wXABtgG1wbABtcGwwa9BtsG2Aa9BtgGwAa6Bt0G2wa6BtsGvQbWBtwG3QbWBt0GugZaBuEG3AZaBtwG1gb7Bt4G4Qb7BuEGWgbVBlkG3gbVBt4G+wbDBt8F6AXDBugF/AaxBr0FvAWxBrwFWgbABsMG/AbABvwGzAboBeEF/gboBf4G/Aa4BgUHAge4BgIHuwYFB7gGtgYFB7YGCAcAB8wG/AYAB/wG/gbMBgAHAwfMBgMHAQcBBwMHBgcBBwYHBAcEBwYHCQcEBwkHBwe9BsAGzAa9BswGAQcEB7oGvQYEB70GAQe6BgQHBwe6BgcH1ga2BrQGsga2BrIGCAcJB7MGsQYJB7EGBwexBloG1gaxBtYGBwfFBbEFsAXFBbAFuAW5BaIF7gW5Be4FywWiBbkFygWiBcoF7wXvBcoF1AXvBdQF5gXMBe0F5gXMBeYF1AW7BfMF7QW7Be0FzAXDBc8F8wXDBfMFuwXGBdAFzwXGBc8FwwWwBZ0F6QWwBekFuAWdBbAF1AadBdQGpQWtBcIGpQWtBaUF1AbCBq0FqwXCBqsFvwasBbwGvwasBb8GqwW8BqwFqgW8BqoFuQa5BqoFqAW5BqgFtwapBbUGtwapBbcGqAW1BqkFpwW1BqcFwQV8BXUFWQV8BVkF7gaWBZUFCgeWBQoHpAV8BZUFlgV8BZYFewWTBfQG9gaTBfYGCwfHBt4FDAfHBgwHDwfcBVsGWQbcBVkG1QbTBVgGWwbTBVsG3AW4BekFEQe4BREHxAXHBg8HEQfHBhEH6QXQBcYFxAXQBcQFEQcPB8gG0AUPB9AFEQfOBfgG+gbOBfoGzQXIBfcG9QbIBfUG8gb3BsgFxwX3BscFwQXBBccFtQXBBbUFwAXABbUFswXABbMFvgW/BbQFnwW/BZ8FvQW9BZ8FngW9BZ4FvAW8BZ4F0Qa8BdEGzQUmB+AGPQYmBz0GJQclBz0GPwYlBz8GJAckBz8GQQYkB0EGIwciB90G3AYiB9wGIwchB9sG3QYhB90GIgcgB9gG2wYgB9sGIQcfB9cG2AYfB9gGIAcfBw4H5AYfB+QGEwceBzoG4AYeB+AGJgfZBhIHFAfZBhQHEAdCBhwHGwdCBhsHNgZTBiEHIgdTBiIHVQZfBhwHHQdfBh0HWAbhBiQHIwfhBiMH3AZYBh0HHgdYBh4HWwZMBhYHFQdMBhUHTgZbBh4HJgdbBiYHWQZIBhkHGAdIBhgHRgZEBhcHFgdEBhYHTAbeBiUHJAfeBiQH4QYOBx8HIAcOByAHUQZKBhoHGQdKBhkHSAZGBhgHFwdGBhcHRAbXBh8HEwfXBhMH2gZVBiIHIwdVBiMHQQY2BhsHGgc2BhoHSgYQBxQHFQcQBxUH5QZRBiAHIQdRBiEHUwZZBiYHJQdZBiUH3gYKB/UG9wYKB/cGpAXiBg0HTQbiBk0GTwY3BkAGPgY3Bj4GQwZHBlAGUgZHBlIGSQZUBkAGNwZUBjcGSwZHBkUGUAZPBlYG4gYNB1AGRQYNB0UGTQY+BjwGOQY+BjkGQwZUBksGSQZUBkkGUgbfBjsGOQbfBjkGPAZQB1gHsgdQB7IHcQcpB2EHqgcpB6oHdAdAB10HtgdAB7YHvAdXB1AHcQdXB3EHbwedB7UHSQedB0kHRQejB50HRQejB0UHTAc3BzMHeQc3B3kHpAdeB0EHpgdeB6YHoAc2B1sHtwc2B7cHvgdDBzwHgwdDB4MHlgdWB1UHjgdnB00HkgdnB5IHkAdcBzcHpAdcB6QHoQc0BzYHvgc0B74HbAcsB1kHuAcsB7gHwAc8B0QHhQc8B4UHgwdOB2gHfwdOB38HgQdLB0cHcgdLB3IHpQctBykHdActB3QHpwdIB0oHugdIB7oHagdaBy0HpwdaB6cHogebB7YHPwebBz8HOwdgB0sHpQdgB6UHowdEB2YHrwdEB68HhQegB5sHOwegBzsHQgdlB0MHlgdlB5YHlAdUB1MHswcyBzoHhwcyB4cHfgc5BzIHfgc5B34HmAc6B2QHrAc6B6wHhwddBz8HtgeNB7gHKweNBysHJwdjBzkHmAdjB5gHwwdMB2AHoweiB40HJweiBycHLgcwB2IHnwcwB58HiQdYB1IHtAdYB7QHsgdSB1QHswdSB7MHtAcoBzAHiQcoB4kHiwdoB0gHagdoB2oHfwcvBygHiwcvB4sHmgdbBzUHtwdmBz4HawdmB2sHrwdhBy8HmgdhB5oHqgcuB1oHogdCB14HoAdHB2cHkAdHB5AHcgdkBzQHbAdkB2wHrAdfB0kHtQdZBysHuAc+B0AHvAc+B7wHawdBBz0HcwdBB3MHpgcqBywHwAcqB8AHbQdGB04HgQdGB4EHfAdiByoHbQdiB20Hnwc9B2UHlAc9B5QHcwdNB0YHfAdNB3wHkgeOB5wHTweOB08H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" + } + ] +} diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Nails_L.gltf.import b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Nails_L.gltf.import new file mode 100644 index 0000000..11f2d91 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Nails_L.gltf.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://q1l3fknstir2" +path="res://.godot/imported/Hand_Nails_L.gltf-22452b307072e9d363b1f547e2b6a365.scn" + +[deps] + +source_file="res://addons/godot-xr-tools/hands/model/Hand_Nails_L.gltf" +dest_files=["res://.godot/imported/Hand_Nails_L.gltf-22452b307072e9d363b1f547e2b6a365.scn"] + +[params] + +nodes/root_type="Node3D" +nodes/root_name="Scene Root" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=0 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Nails_R.gltf b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Nails_R.gltf new file mode 100644 index 0000000..60c9de2 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Nails_R.gltf @@ -0,0 +1,722 @@ +{ + "asset" : { + "copyright" : "CC0 Public Domain", + "generator" : "Khronos glTF Blender I/O v3.2.43", + "version" : "2.0" + }, + "scene" : 0, + "scenes" : [ + { + "name" : "Scene", + "nodes" : [ + 27 + ] + } + ], + "nodes" : [ + { + "name" : "Thumb_Tip_R", + "rotation" : [ + -0.07576872408390045, + 0.019257033243775368, + 0.03371242433786392, + 0.9963693618774414 + ], + "scale" : [ + 1.0000001192092896, + 1.000000238418579, + 1.0000001192092896 + ], + "translation" : [ + 2.7939677238464355e-09, + 0.030749469995498657, + -3.14321368932724e-09 + ] + }, + { + "children" : [ + 0 + ], + "name" : "Thumb_Distal_R", + "rotation" : [ + 0.05564067140221596, + -0.010326135903596878, + -0.013984743505716324, + 0.9982995390892029 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 1.0000001192092896 + ], + "translation" : [ + 2.3283064365386963e-09, + 0.04214789345860481, + 1.5133991837501526e-09 + ] + }, + { + "children" : [ + 1 + ], + "name" : "Thumb_Proximal_R", + "rotation" : [ + -0.04595031589269638, + 0.027135659009218216, + 0.07525718957185745, + 0.9957352876663208 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + -2.3283064365386963e-10, + 0.044916488230228424, + -2.473825588822365e-10 + ] + }, + { + "children" : [ + 2 + ], + "name" : "Thumb_Metacarpal_R", + "rotation" : [ + 0.3235369920730591, + 2.565749491623137e-05, + 0.027220426127314568, + 0.9458239078521729 + ], + "scale" : [ + 1, + 0.9999998211860657, + 0.9999998807907104 + ], + "translation" : [ + -0.009999999776482582, + 0.02717285417020321, + 0.019999971613287926 + ] + }, + { + "name" : "Index_Tip_R", + "rotation" : [ + -0.052288394421339035, + 0.0005572127993218601, + -0.10362062603235245, + 0.9932413697242737 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 1 + ], + "translation" : [ + -8.149072527885437e-09, + 0.027394980192184448, + 1.367880031466484e-09 + ] + }, + { + "children" : [ + 4 + ], + "name" : "Index_Distal_R", + "rotation" : [ + 0.014225997030735016, + 0.011990753002464771, + 0.13454149663448334, + 0.9907333254814148 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + -5.529727786779404e-09, + 0.0313456691801548, + 1.775333657860756e-09 + ] + }, + { + "children" : [ + 5 + ], + "name" : "Index_Intermediate_R", + "rotation" : [ + -0.013683199882507324, + 0.024668212980031967, + 0.23507100343704224, + 0.9715688824653625 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 0, + 0.03811633586883545, + -3.3178366720676422e-09 + ] + }, + { + "children" : [ + 6 + ], + "name" : "Index_Proximal_R", + "rotation" : [ + 0.11122288554906845, + 0.0027781203389167786, + -0.11757423728704453, + 0.9868121147155762 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + -5.336175945558352e-10, + 0.08036758005619049, + 2.584926050985814e-09 + ] + }, + { + "children" : [ + 7 + ], + "name" : "Index_Metacarpal_R", + "rotation" : [ + -0.0005887771840207279, + -2.10358793992782e-05, + -0.0252196304500103, + 0.9996817708015442 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + 0.009999999776482582, + 0.0271772351115942, + 0.022405147552490234 + ] + }, + { + "name" : "Middle_Tip_R", + "rotation" : [ + 0.013688242062926292, + -7.99239132902585e-05, + -0.1684110462665558, + 0.9856218695640564 + ], + "scale" : [ + 1.0000001192092896, + 0.9999999403953552, + 1 + ], + "translation" : [ + 2.0736479200422764e-09, + 0.023346584290266037, + 6.548361852765083e-11 + ] + }, + { + "children" : [ + 9 + ], + "name" : "Middle_Distal_R", + "rotation" : [ + -0.013931511901319027, + 0.00014242221368476748, + 0.16861224174499512, + 0.985584020614624 + ], + "scale" : [ + 1, + 1.0000001192092896, + 0.9999999403953552 + ], + "translation" : [ + -5.973561201244593e-09, + 0.0324166864156723, + -5.820766091346741e-11 + ] + }, + { + "children" : [ + 10 + ], + "name" : "Middle_Intermediate_R", + "rotation" : [ + 0.03945539891719818, + -0.004928736016154289, + 0.13782717287540436, + 0.9896578788757324 + ], + "translation" : [ + -1.1295924196019769e-09, + 0.04500335454940796, + 6.621121428906918e-10 + ] + }, + { + "children" : [ + 11 + ], + "name" : "Middle_Proximal_R", + "rotation" : [ + -0.01194659061729908, + -0.000966736872214824, + 0.010500849224627018, + 0.9998730421066284 + ], + "translation" : [ + 7.057678885757923e-10, + 0.0804632380604744, + 3.4924596548080444e-10 + ] + }, + { + "children" : [ + 12 + ], + "name" : "Middle_Metacarpal_R", + "rotation" : [ + -0.03585463762283325, + -4.2005005525425076e-05, + -0.0499776192009449, + 0.9981066584587097 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 0.009999999776482582, + 0.02714575082063675, + 0.0035275884438306093 + ] + }, + { + "name" : "Ring_Tip_R", + "rotation" : [ + 0.03305169194936752, + 0.006719753611832857, + -0.12635111808776855, + 0.9914120435714722 + ], + "scale" : [ + 1, + 1, + 0.9999998211860657 + ], + "translation" : [ + -5.326000973582268e-09, + 0.027049388736486435, + 3.969034878537059e-09 + ] + }, + { + "children" : [ + 14 + ], + "name" : "Ring_Distal_R", + "rotation" : [ + -0.011351789347827435, + -0.012621401809155941, + 0.13198409974575043, + 0.9911065101623535 + ], + "scale" : [ + 0.9999999403953552, + 1, + 1 + ], + "translation" : [ + 2.3865140974521637e-09, + 0.027797557413578033, + 9.604264050722122e-10 + ] + }, + { + "children" : [ + 15 + ], + "name" : "Ring_Intermediate_R", + "rotation" : [ + 0.01732625439763069, + -0.01860846020281315, + 0.16082890331745148, + 0.9866547584533691 + ], + "scale" : [ + 1.0000001192092896, + 0.9999999403953552, + 1 + ], + "translation" : [ + -8.731149137020111e-11, + 0.04013120010495186, + 9.604264050722122e-10 + ] + }, + { + "children" : [ + 16 + ], + "name" : "Ring_Proximal_R", + "rotation" : [ + -0.05105672776699066, + 0.002022986998781562, + -0.0418044812977314, + 0.9978184103965759 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + -6.075424607843161e-10, + 0.0739438384771347, + 1.331500243395567e-09 + ] + }, + { + "children" : [ + 17 + ], + "name" : "Ring_Metacarpal_R", + "rotation" : [ + -0.07119493186473846, + -1.573348527017515e-05, + -0.018085604533553123, + 0.9972984790802002 + ], + "scale" : [ + 1, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + 0.009999999776482582, + 0.027118019759655, + -0.01309998705983162 + ] + }, + { + "name" : "Little_Tip_R", + "rotation" : [ + 0.015836291015148163, + 0.01933973841369152, + -0.15377695858478546, + 0.9877893924713135 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + 3.725290298461914e-09, + 0.019765090197324753, + 4.6566128730773926e-09 + ] + }, + { + "children" : [ + 19 + ], + "name" : "Little_Distal_R", + "rotation" : [ + -0.018054774031043053, + -0.011455277912318707, + 0.10707500576972961, + 0.9940209984779358 + ], + "scale" : [ + 0.9999999403953552, + 0.9999998807907104, + 1 + ], + "translation" : [ + -2.6775524020195007e-09, + 0.01802438497543335, + 7.894414011389017e-10 + ] + }, + { + "children" : [ + 20 + ], + "name" : "Little_Intermediate_R", + "rotation" : [ + 0.044925764203071594, + -0.03280799090862274, + 0.18505947291851044, + 0.9811516404151917 + ], + "scale" : [ + 0.9999999403953552, + 0.9999998807907104, + 1.0000001192092896 + ], + "translation" : [ + 4.0745362639427185e-10, + 0.03312354534864426, + 2.6921043172478676e-10 + ] + }, + { + "children" : [ + 21 + ], + "name" : "Little_Proximal_R", + "rotation" : [ + -0.08928601443767548, + -0.003168066032230854, + 0.006739117205142975, + 0.9959782958030701 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + -3.4924596548080444e-10, + 0.06571118533611298, + -2.2009771782904863e-10 + ] + }, + { + "children" : [ + 22 + ], + "name" : "Little_Metacarpal_R", + "rotation" : [ + -0.09176954627037048, + -2.456200854794588e-05, + -0.02844771184027195, + 0.9953738451004028 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 4.4605644178297155e-10, + 0.02708965167403221, + -0.029999956488609314 + ] + }, + { + "name" : "Palm_R", + "rotation" : [ + 0.7065238952636719, + 6.479929197666934e-06, + 8.686721230333205e-06, + 0.7076891660690308 + ], + "translation" : [ + -0.030781937763094902, + 0.06705548614263535, + -0.04206528514623642 + ] + }, + { + "children" : [ + 3, + 8, + 13, + 18, + 23, + 24 + ], + "name" : "Wrist_R", + "rotation" : [ + -0.7065169215202332, + -6.472751010733191e-06, + -6.472751465480542e-06, + 0.7076961994171143 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + -3.8642522071086205e-08, + -1.8697472114581615e-05, + 0.027175573632121086 + ] + }, + { + "mesh" : 0, + "name" : "mesh_Hand_Nails_R", + "skin" : 0 + }, + { + "children" : [ + 26, + 25 + ], + "name" : "Armature" + } + ], + "meshes" : [ + { + "name" : "mesh_Hand_Nails_R", + "primitives" : [ + { + "attributes" : { + "POSITION" : 0, + "NORMAL" : 1, + "TEXCOORD_0" : 2, + "JOINTS_0" : 3, + "WEIGHTS_0" : 4 + }, + "indices" : 5 + } + ] + } + ], + "skins" : [ + { + "inverseBindMatrices" : 6, + "joints" : [ + 25, + 3, + 2, + 1, + 0, + 8, + 7, + 6, + 5, + 4, + 13, + 12, + 11, + 10, + 9, + 18, + 17, + 16, + 15, + 14, + 23, + 22, + 21, + 20, + 19, + 24 + ], + "name" : "Armature" + } + ], + "accessors" : [ + { + "bufferView" : 0, + "componentType" : 5126, + "count" : 1988, + "max" : [ + 0.030590161681175232, + 0.09075886011123657, + 0.025806419551372528 + ], + "min" : [ + -0.03715551644563675, + -0.0686107948422432, + -0.18644104897975922 + ], + "type" : "VEC3" + }, + { + "bufferView" : 1, + "componentType" : 5126, + "count" : 1988, + "type" : "VEC3" + }, + { + "bufferView" : 2, + "componentType" : 5126, + "count" : 1988, + "type" : "VEC2" + }, + { + "bufferView" : 3, + "componentType" : 5121, + "count" : 1988, + "type" : "VEC4" + }, + { + "bufferView" : 4, + "componentType" : 5126, + "count" : 1988, + "type" : "VEC4" + }, + { + "bufferView" : 5, + "componentType" : 5123, + "count" : 10224, + "type" : "SCALAR" + }, + { + "bufferView" : 6, + "componentType" : 5126, + "count" : 26, + "type" : "MAT4" + } + ], + "bufferViews" : [ + { + "buffer" : 0, + "byteLength" : 23856, + "byteOffset" : 0 + }, + { + "buffer" : 0, + "byteLength" : 23856, + "byteOffset" : 23856 + }, + { + "buffer" : 0, + "byteLength" : 15904, + "byteOffset" : 47712 + }, + { + "buffer" : 0, + "byteLength" : 7952, + "byteOffset" : 63616 + }, + { + "buffer" : 0, + "byteLength" : 31808, + "byteOffset" : 71568 + }, + { + "buffer" : 0, + "byteLength" : 20448, + "byteOffset" : 103376 + }, + { + "buffer" : 0, + "byteLength" : 1664, + "byteOffset" : 123824 + } + ], + "buffers" : [ + { + "byteLength" : 125488, + "uri" : "data:application/octet-stream;base64,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CAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAYHAAAGBwAABgcAAAYHAAAGBwAABgcAAAYHAAAGBwAABgcAAAYHAAAHBgAABwYAAAcGAAAHBgAABwYAAAcGCAAHBgAABwYAAAcGAAAHBgAABwYAAAcIAAAIBwAACAcAAAcIAAAIBwAACAcAAAgHAAAIBwAABwgAAAgHAAAHBggABwYIAAcGCAAHBgAABwYIAAcGAAAHBgAABwYAAAcGAAAHBgAABwYAAAcAAAAHBgAABwYAAAYHAAAGBwAABgcAAAYHAAAGBwAABwYAAAcGAAAHBgAABwYAAAcGAAAGBwAABgcAAAYHAAAGBwAABgcAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAACAAAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAcIBgAHBgAABgUAAAYHAAAIAAAACAAAAAgAAAAIAAAACAcAAAYHAAAHBggABwYIAAgHAAAGBwAABwYAAAcIAAAHCAAACAAAAAcIAAAHCAAABwYAAAYHAAAIAAAABgcAAAgAAAAIAAAACAAAAAYHCwAIBwAABwYAAAgHAAAHBggABgsFAAcGAAAHCAYACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAwNAAAMDQAADAAAAAwNAAAMCwAADAsAAAwLAAAMCwAACwYMAAsMEAALAAAACwYAAAsQAAALEAAACwYAAAsAAAAMCwAADAsAAAwNAAAMDQAACxAAAAsQAAALDBAACwwQAAwLAAAMCwAADA0AAAwNAAALBgUACwYFAAsGDAALBgwADQAAAA0MAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAAMAAAADAsAAAsAAAALAAAADQAAAAwNCwAMCwAACxAGCgsMBhANDAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0MAAANAAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAAsMAAALAAAACwwAAAsMAAALDAAACwwGAAsMBgALDAYACwwAAAsMAAAMCwAADAsAAAwLAAAMCwAADAsAAAwLAAAMAAAADAsAAAwLAAAMCwAADAsAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAAMCw0ADAsNAAwLDQAMAAAADAsNAAwAAAAMCwAADAsAAAwLAAAMCwAADAAAAAwAAAAMCw0ADAsNAAsMAAALDAAACwwAAAsMAAALDAAADAsAAAwLAAAMCwAADAsAAAwLAAALDAAACwwAAAsMAAALDAAACwwAAAwNAAAMDQAADA0AAAwNAAAMDQAADQwAAAwNAAAMDQAADA0AAAwNAAANDAAADQwAAA0MAAANDAAADA0AAA0MAAANDAAADA0AAA0MAAANDAAADQAAAA0AAAANAAAADQwAAA0AAAANAAAADQAAAA0MAAANDAAADQwAAAwNAAAMCwAACwYFCgsMBgANAAAADQAAAA0AAAANAAAADQwAAAsMBgAMCwAADAsNAA0MAAALDAAADAsAAAwNAAANDAAADQAAAA0MAAAMDQAADAsAAAsMAAANAAAACwwAAA0AAAANAAAADQAAAAsMEAANDAAADAsAAA0MAAAMCw0ACxAKAAwLAAAMDQsADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADQwAABESAAAREgAAEQAAABESAAAQEQAAEBEAABEQAAAREAAAEAsRABAVEQAQAAAAEAsAABAVAAAQFQAAEAsAABALAAAREAAAERAAABESEAAREhAAEBUAABAVAAAQERUAEBEVABEQAAAREAAAERIAABESAAAQCwAAEAsAABALEQAQCxEAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAARAAAAEBEAABALAAAQAAAAEgAAABESEAAQEQAAEAsVDxARCxUSAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASEQAAEhEAABIAAAASAAAAEgAAABIAAAASEQAAEhEAABARAAAQAAAAEBEAABARAAAQEQAAEBELABARCwAQEQsAEAAAABARCwAREAAAERAAABEQAAAREAAAERAAABEQAAAREAAAERAAABEQAAAREAAAERAAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAAREBIAERASABEQEgAREAAAERAAABEQAAAREAAAERAAABEQAAAREAAAERAAABEAAAAREBIAERASABARAAAQEQAAEBEAABARAAAQEQAAERAAABEQAAAREAAAERAAABEQAAAQEQAAEBEAABARAAAQEQAAEBEAABESAAASEQAAEhEAABIRAAAREgAAERIAABIRAAAREgAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABESEAAQEQAAEAsPChALEQASAAAAEgAAABIAAAASAAAAEgAAABARCwAREAAAERASABIRAAAQEQAAERAAABESAAASEQAAEgAAABIRAAASEQAAERAAABARAAASAAAAEBEVABIAAAASAAAAEgAAABARFQASEQAAERAAABIAAAAREBIAEBUPFBARAAAREhAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABYXFQAWFxUAFhcAABYAAAAVFgAAFRYAABUWAAAVFgAAFRAAABUWAAAVAAAAFRAUDxUUAAAVFAAAFRAAABUQAAAVFgAAFRYAABYXFQAWFxUAFRQAABUWAAAVFgAAFhcVABUQAAAVEAAAFRAWABUQFgAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAWAAAAFRYAABUUEAAVAAAAFwAAABYXFQAVFgAAFRAUABUWEAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXFgAAFxYAABcWAAAXFgAAFxYAABcWAAAXFgAAFxYAABcWAAAVFgAAFRYAABUAAAAVFgAAFRAWABUQFgAVEBYAFQAAABUWAAAVFgAAFhUXABYVAAAWFQAAFhUXABYVAAAWFRcAFhUXABYVFwAWFwAAFxYAABcWAAAWFwAAFxYAABcWAAAXFgAAFhcAABcWAAAWFRcAFhUXABYVFwAWFQAAFhUXABYVAAAWFQAAFhUAABYVAAAWFRcAFhUAABYVAAAWFRcAFRYAABUWAAAVFgAAFRYAABUWAAAWFRcAFhUAABYVAAAWFQAAFRYAABUWAAAVFgAAFRYAABUWAAAWFwAAFhcAABYXAAAWFwAAFhcVABYXAAAWFwAAFhcAABYXAAAWFwAAFhcAABcWAAAWFwAAFxYAABYXAAAWFwAAFhcAABYXAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFxYAABcWAAAWFxUAFRYAABUQFA8VFhAAFwAAABcAAAAXAAAAFxYAABUWEAAWFRcAFhUXABcWAAAVFgAAFhUXABYXFQAXFgAAFwAAABcWAAAWFxUAFhUXABUWAAAXAAAAFRYAABcAAAAXAAAAFRYAABcWAAAWFRcAFxYAABYVFwAVFBYAFRYAABYXFQAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFxYAABcWAAAXFgAAFxYAABcWAAAXFgAAFxYAABcWAAAXFgAAFxYAABcWAAACAwAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAgMAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAgMAAAMAAAACAwAAAwIAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAgAAAwAAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAgMAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwAAAAMAAAADAAAAAwIAAAMAAAADAAAAAwIAAAMCAAADAgAAAwIAAAIDAAADAAAAAwAAAAMAAAADAAAAAwIAAAIDAAADAgAAAwIAAAMCAAADAAAAAwIAAAMCAAADAAAAAwAAAAMAAAADAAAAAwIAAAMCAAACAwAAAgMAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAAHCAYABwgAAAYHAAAHBgAABgsAAAYFAAAGBwAABgAAAAgAAAAIAAAACAAAAAgAAAAIBwAACAcAAAYHAAAGBwAABwYAAAcGAAAIBwAABwgAAAgHAAAHBgAABwYAAAgHAAAHBgAABwYAAAYHAAAGBwAABwgAAAcIAAAHCAAABwgAAAgHAAAIBwAACAAAAAgAAAAIAAAACAcAAAgHAAAMDQAADA0AAAwLAAAMCwAACxAAAAsGAAALBgwACwAAAA0AAAANAAAADQAAAA0AAAANAAAADQwAAAsMAAALDAAADAsAAAwLAAANDAAADQwAAA0MAAAMAAAADAsNAA0MAAAMCwAADAsAAAsMAAALDAAADA0AAAwNAAANDAAADQwAAA0AAAANDAAADQAAAA0AAAANAAAADQwAAA0MAAAREgAAERIAABEQAAAREAAAEBUPABALAAAQCxEAEAAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABARCwAQEQAAERAAABEQAAASEQAAEhEAABIRAAAREAAAERAAABIAAAAREAAAERAAABARAAAQEQAAERIAABESAAASEQAAEhEAABIAAAASAAAAEgAAABIAAAASAAAAEhEAABIRAAAWFwAAFhcVABUWAAAVFgAAFRQAABUQDwAVEAAAFQAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABUQFgAVFgAAFhUAABYVAAAXFgAAFxYAABcWAAAWFQAAFhUAABcWAAAWFQAAFRYAABUWAAAVFgAAFhcAABYXAAAWFwAAFhcAABcAAAAXFgAAFwAAABcAAAAXAAAAFxYAABcWAAAHCAYABwYAAAYFAAAGBwAACAAAAAgAAAAIAAAABwgGAAcGAAAGCwUABgsHAAgAAAAIBwAABgcAAAcGAAAHBggACAcAAAYHAAAHBgAABwgAAAcIAAAIAAAACAAAAAgHAAAHCAAABwYAAAYHAAAHCAAABgcAAAgAAAAIAAAACAAAAAgHAAAIBwAABwYIAAcGAAAIAAAACAAAAAgAAAAIBwAACAcAAAwNAAAMCwAACwYFCgsGDAANAAAADQAAAA0AAAAMDQAADAsAAAsQAAALDBAADQAAAA0MAAALDAYADAsAAAwLDQANDAAACwwAAAwLAAAMDQAADQwAAA0AAAANAAAADQAAAA0MAAAMCwAACwwAAAwNAAALDAAADQAAAA0AAAANAAAADQwAAA0MAAAMCw0ADAsAAA0AAAANAAAADQAAAA0MAAANDAAAERIQABARAAAQCwAAEAsRABIAAAASAAAAEgAAABESEAAREAAAEBUPABARFQASAAAAEhEAABARCwAREAAAERASABIRAAAQEQAAERAAABIRAAASEQAAEgAAABIAAAASAAAAEhEAABEQAAAQEQAAEhEAABARFQASAAAAEgAAABIAAAASEQAAEgAAABEQEgAREAAAEgAAABIAAAASAAAAEhEAABIRAAAWFxUAFRYAABUQDxQVEBYAFwAAABcAAAAWFxUAFRYAABUUAAAVFgAAFwAAABcWAAAVFhAAFhUXABYVFwAXFgAAFRYAABYVFwAWFxUAFxYAABcAAAAXAAAAFwAAABcWAAAWFRcAFRYAABYXFQAVFgAAFwAAABcAAAAXFgAAFxYAABYVFwAWFRcAFwAAABcAAAAXAAAAFxYAABcWAAAGBQAABgsFAAYFAAAGBQAABgUAAAYFAAAGBQsABgUAAAYFCwoLBgoACxAKAAsKAAALChAFCwYFCgsQCg8QCw8AEA8VABAPCwAQDxULEAsPChAVDxQVEBQPFRQAABUUAAAVFAAAFRQQDxUUEAAVEBQPFRQQAAYFAAAVFAAABgUAABUUAAAGBQAABgULAAYFAAAGBQsABQYAAAYFAAAFBgsKCwoGAAsKEAALChAGCgULDwUKCwYKDwsQEA8LChAPFQAQDwsVDxAUFQ8QCgsUFQ8QFRQPEBUUDwAVFAAAFRQPABUUAAAVFA8QBgUAABQVAAAUFQ8QBQYAAAYFCwoFBgAABQYAAAUGCgsKCxAFCgULDwUKCwYKDwULDwoQFBQAAAABAgUAAQIAABALDwoGCwUKCg8FAAUGAAAFBgIBFA8VAAUCAQYFCgEGCgUPCwUKDwEKDwUUDxQKFQ8KFAUUDxUADxQVABQVAAAUFQAAFBUAABQPFQABAgAAAQIAAAECBQAQCw8KBQoBABQVAAAKBQ8ABQoGAA8UAAABAgUAAQIAAAECAAABAgAAAQUCAAUBAgoFCgYAFA8VABQAAAAUFQAAFA8AAAECBQAFAgEADxAVFAoPAAAKBQsADwoUAAEFAgABBQIAFA8AABQPAAAPFBUQCwoQDwUKAAAPChAADwoQCw8KEBQPFAoACg8FAAoFDwAPFAoADwoUAAUBCgAUDwAAFAAAABQAAAAUAA8AFAAPABQPAAABAgUACxAKAAoPBQAPChQAFAAAABQAAAAUAAAACgULBgoLDxAPFBAVDwoUAAoFDwAKDwUABQoGCwoLBQ8FBgoADxQKAAUKAAALBgoFEBUPFAYHBQAGAAAABgAAAAYLAAAGCwAABgsAAAYHBQAGBwUABgAAAAYHBQAGBwUABgsFAAYHAAAGCwAABgcFAAYLAAALEAYKCwAAAAsGDAALBgwACxAAAAsQAAALEAAACwYAAAsQAAALBhAFFQAAABUAAAALEAAACwYMABALEQAQFREAEBUAABAVAAAQCxEAEAsRABALEQAQCwAAEAsRABAVEQAQCwAAEBUAABUQAAAVEAAAEAAAABALERUQAAAAEBUAABUWAAAVEBYAFRYQABUQAAAVAAAAFRAAAAsQAAALAAAACwYAAAsGAAAVFgAAFRAWABUQFgAVFgAAFRAWAAAKBQ8ACgUPBQoBAAUKAQAFAQAKBQEACgEFAAoBBQAKAQAFCgEABQoBAAUUAQAFFAoABQEKAAUBDxQACg8UAAoPABQKDwAUCgAPChQADwoUAA8KBQAPCgUUDwAAFA8AABQPAAAUDwAAABQBDwAUAQ8AARQAAAEUAAABFAUAARQFFAAPABQADwAFCgAABQEAAAEFAAAFAQoADwoUAAoPBQAKDwUACgUPAA8UCgAUDwAACwYKBQYLBQAPEAoLFRAPFBQPFRAUFQ8ADxQKAAIAAAACAwAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAgMAAAIAAAACAwAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAgUAAAIFAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgUBAAIBAAACAQAAAgUBAAIFAQACAAAAAgUBAAIBAAACAQAAAgEAAAIBAAACAQAAAgUBAAIBBQACAQAAAgUBAAIFAQACAQAAAgEFAAIBBQACAQAAAgEAAAIBAAACAQAAAgUBAAIBBQACAQUAAgUBAAIFAQACAQAAAgEFAAIBBQACAQAAAgEAAAIBAAACAQAABQIBAAIBBQACAQUAAgUBBgIFAQYCAQAAAgUBAAEAAAABAAAAAQAAAAEFAAIFAQoPAQAFDwUKAQ8AAQ8FCg8FAQEAFAAAAQ8UDwoUBQABFAAPFAABDxQKAAAUAQAUDwABFA8AABQAAQ8UFQ8ADxQKAA8KFAAUAAAAFA8AAAoFDwAKDwUADwoUAAAUAQ8UDwAACg8FAAUBCgAUDwAAAQIFAAUKAAAUAAAAFBUPAAUBAAABAAAAFAABDwAUAQAUAAAAFAAAAAABFAABAAUAAAEUAAEFAAABBQAKAQUACgEFAAAUAA8BFAAPARQADwEUDwAACwUKBhAPFRQQDwoLBgULAAsKBRAKCxAPFRQQDxUUAAAGBQAABgUAAAUGCwoVEA8UBQIBBgUCAQYFAgYBBQYCAQUGAgEFAgEGBQECAAUGAgAFAQIAAQUAABQAAQ8UAA8BFAAPAQAUAQ8AFAEPAAEUAAABFA8AARQPAQAUAAEAFAABABQAAQAAAAEAAAABAAAABQYAAAUGAAAUAAAAABQBDwAUAQ8UAAAAFAAAABQAAAAUAA8AFAAPABQADwAUDwAAFA8AAA8UAAoPFAoADwoAFAoPAAUKAAUPCgUADwUKAQAFAQoAABQBDwAUAQAAARQAAAEUAAEABQABAAUAAQUACgUBAAoIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAA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AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAxBBsEBAAxBAQAhwAwBBoEBgAwBAYAXwBbADUABQBbAAUAXgD/BTYADAD/BQwA+QUDBh0ECwADBgsA+AUEBhwEDQAEBg0A+gU0BBgEAwA0BAMAjQA1BBkEAQA1BAEAjgCRADQAAgCRAAIAlADDBHIAEwDDBBMAtASBAIkABQCBAAUANQDFBH8AEQDFBBEAtQQFBv4FHwAFBh8AtwRVAFEACQBVAAkAFwCPAI4AAQCPAAEAGgD8BfoFDQD8BQ0AFQBcAF8ABgBcAAYAGQBxAHQAAABxAAAAEgD9BfcFCAD9BQgAHgBYAFYAHgBYAB4ACAAyBIoABAAyBAQAGwQzBIgABgAzBAYAGgQvBDgEpAAvBKQATQBIAKgAqQBIAKkAUAC/BMsEowC/BKMARAAqBDkEqgAqBKoATwBNAKQAqABNAKgASAAlBCAEIAAlBCAAPgAtACIAIAAtACAAMwBBACUAJABBACQAPwC6BMoEIwC6BCMALgAkBCEEKAAkBCgAQADFAM4AJwDFACcAKwBFACkAIQBFACEAPQBAACgAKQBAACkARQAoADEALAAoACwAKQApACwAOAApADgAIQCHAAQANQCHADUAWwD4BQsANgD4BTYA/wWNAAMANACNADQAkQDKAHAAOQDKADkAzQCKAIEANQCKADUABADAAIIAOgDAADoAzAACBgAGPAACBjwAxgDOAMMARgDOAEYAJwAhBCMEMQAhBDEAKADKBL8ERADKBEQAIwAlAC8AMgAlADIAJAAiAEMAPgAiAD4AIAAgBCIEMwAgBDMAIADBAMkARwDBAEcAoQCiAEkATwCiAE8AqgA4BCQEQAA4BEAApADLBMAESgDLBEoAowCkAEAARQCkAEUAqAClAEEAPwClAD8ApwCoAEUAPQCoAD0AqQA5BCUEPgA5BD4AqgA9BC8ETQA9BE0A4ADhAEgAUADhAFAA3wDmAMcAbwDmAG8A3gA3AAoAUgA3AFIAWQC3BB8AVwC3BFcAwQSMAIgAUQCMAFEAVQCAAH4AVgCAAFYAWAAeBA8AUwAeBFMAJgQfBAkAUQAfBFEAJwQPADcAWQAPAFkAUwDGADwAWgDGAFoAwgB7AGEAdQB7AHUAegDbAEsATgDbAE4A3QAtBCgEdwAtBHcAeQDbBMQEbQDbBG0A4wCfAJ0AZwCfAGcAbADGBIUAYwDGBGMAwgS/AIMAYAC/AGAAyAAZBC0EeQAZBHkAAQBzAHYAYQBzAGEAewAuBCkEdgAuBHYAcwBTAFkAgQBTAIEAigB8AHkAdwB8AHcAZADIAGAAcADIAHAAygCEAIYAeACEAHgAYgA+BCoETwA+BE8A5AAmBFMAigAmBIoAMgTgAE0ASADgAEgA4QBhAFsAXgBhAF4AdQC9AJwAbwC9AG8AxwAYBC4EcwAYBHMAAwA0AHsAegA0AHoAAgAaAAEAeQAaAHkAfADIBKAAbQDIBG0AxATiAGwAZwDiAGcA5AAoBDAEXwAoBF8AdwBiAHgAdABiAHQAcQDCBGMAcgDCBHIAwwQDAHMAewADAHsANAAZAAYAiAAZAIgAjADBBFcAfwDBBH8AxQRZAFIAiQBZAIkAgQDMADoAgwDMAIMAvwAQAAcAhgAQAIYAhAAnBFEAiAAnBIgAMwQHABAAfgAHAH4AgADCAFoAggDCAIIAwAC1BBEAhQC1BIUAxgQpBDEEhwApBIcAdgB2AIcAWwB2AFsAYQBkAHcAXwBkAF8AXAA2BDQEjQA2BI0AlwA3BDUEjgA3BI4AmACbAJEAlACbAJQAngCZAJgAjgCZAI4AjwCXAI0AkQCXAJEAmwASAAAAkwASAJMAlQDNADkAkgDNAJIAvgC0BBMAlgC0BJYAxwSVAJMAnQCVAJ0AnwC+AJIAnAC+AJwAvQDHBJYAoADHBKAAyAQsBDYElwAsBJcAZgArBDcEmAArBJgAaABuAJsAngBuAJ4AaQBqAGgAmABqAJgAmQBmAJcAmwBmAJsAbgBLAKUApwBLAKcATgDDAMEAoQDDAKEARgBDAKIAqgBDAKoAPgBwALYAqwBwAKsAOQCCALgArACCAKwAOgAABgEGrgAABq4APABGAKEAvABGALwAsgArACcArwArAK8AsQAnAEYAsgAnALIArwChAEcAswChALMAvAA8AK4AtAA8ALQAWgDeAG8AtwDeALcA5QCDALkAtQCDALUAYACcALsAtwCcALcAbwBgALUAtgBgALYAcABaALQAuABaALgAggA6AKwAuQA6ALkAgwA5AKsAugA5ALoAkgCSALoAuwCSALsAnADQBMIAwADQBMAAzgQGBgIGxgAGBsYAvgS+BMYAwgC+BMIA0ATMBL0AxwDMBMcA1AS4BNMEwwC4BMMAzgC8BMwAvwC8BL8AzQS7BM0AvgC7BL4AzwTJBNUEyQDJBMkAwQDWBMoAzQDWBM0AuwTOBMAAzADOBMwAvATXBMgAygDXBMoA1gTTBMkEwQDTBMEAwwDSBLgEzgDSBM4AxQDPBL4AvQDPBL0AzATcBNQExwDcBMcA5gDNBL8AyADNBMgA1wTYAMQAKgDYACoA0AAxANMAzwAxAM8ALACwANcA0ACwANAAKgAjBDoE0wAjBNMAMQDRAC0AMwDRADMA1QAvANIA1AAvANQAMgDRBNkE0gDRBNIALwAiBDsE1QAiBNUAMwDYBLkELQDYBC0A0QAsAM8A1gAsANYAOADZBNoE2gDZBNoA0gDYBNEA2gDYBNoA2gTRANUA2QDRANkA2gDaANkA1ADaANQA0gA8BM8A0wA8BNMAOgQ8BNkA1QA8BNUAOwQrBD0E4AArBOAAaQBuAOEA3wBuAN8AZgDJAOYA3gDJAN4ARwBqANsA3QBqAN0AaADABNsE4wDABOMASgAsBD4E5AAsBOQAZwBpAOAA4QBpAOEAbgBJAOIA5ABJAOQATwBHAN4A5QBHAOUAswDVBNwE5gDVBOYAyQBYBEIE6wBYBOsAbgFXBEEE7QBXBO0ARgFCARwB7ABCAewARQEIBh0B8wAIBvMALgYOBkQE8gAOBvIALwYNBkME9AANBvQALQZbBD8E6gBbBOoAdAFcBEAE6ABcBOgAdQF4ARsB6QB4AekAewHsBFgB+QDsBPkA3QRoAXAB7ABoAewAHAHuBGUB9wDuBPcA3gQUBgkGBQEUBgUB4AQ8ATgB8AA8AfAA/gB3AXUB6AB3AegAAgEMBi0G9AAMBvQA/ABEAUYB7QBEAe0AAAFZAVsB5wBZAecA+gAKBjAG7wAKBu8ABgE/AT4BBgE/AQYB7wBZBHEB6wBZBOsAQgRaBG8B7QBaBO0AQQRWBF8EiwFWBIsBNAEvAY8BkAEvAZABNwHoBPQEiQHoBIkBKgFRBGAEkQFRBJEBNgE0AYsBjwE0AY8BLwFMBEcEBwFMBAcBJQEVAQoBBwEVAQcBGgEpAQ0BCwEpAQsBJgHiBPMECQHiBAkBFAFLBEgEDwFLBA8BJwGrAbUBDgGrAQ4BEQEsARABCAEsAQgBJAEnAQ8BEAEnARABLAEPARgBEwEPARMBEAEQARMBHwEQAR8BCAFuAesAHAFuARwBQgEvBvIAHQEvBh0BCAZ0AeoAGwF0ARsBeAGxAVcBIAGxASABtAFxAWgBHAFxARwB6wCnAWkBIQGnASEBswEPBgcGIwEPBiMBrQG1AaoBLQG1AS0BDgFIBEoEGAFIBBgBDwHzBOgEKgHzBCoBCQENARcBGQENARkBCwEKASsBJQEKASUBBwFHBEkEGgFHBBoBBwGoAbABLgGoAS4BiAGKATEBNgGKATYBkQFfBEsEJwFfBCcBiwH0BOkEMAH0BDABiQGLAScBLAGLASwBjwGNASkBJgGNASYBjgGPASwBJAGPASQBkAFgBEwEJQFgBCUBkQFkBFYENAFkBDQBxwHIAS8BNwHIATcBxgHNAa4BVgHNAVYBxQEeAfEAOQEeATkBQAHgBAUBPQHgBD0B6gRzAW8BOAFzATgBPAFnAWYBPgFnAT4BPwFFBPYAOgFFBDoBTQRGBPAAOAFGBDgBTgT2AB4BQAH2AEABOgGtASMBQQGtAUEBqQFiAUgBXAFiAVwBYQHDATMBNQHDATUBxAFUBE8EXgFUBF4BYAEEBe0EUwEEBVMByQGHAYQBTgGHAU4BVAHvBGsBSQHvBEkB6wSmAWoBRwGmAUcBrwFABFQEYAFABGAB6ABaAV0BSAFaAUgBYgFVBFAEXQFVBF0BWgE6AUABaAE6AWgBcQFkAWABXgFkAV4BTAGvAUcBVwGvAVcBsQFsAW0BXwFsAV8BSgFlBFEENgFlBDYBywFNBDoBcQFNBHEBWQTHATQBLwHHAS8ByAFIAUIBRQFIAUUBXAGkAYMBVgGkAVYBrgE/BFUEWgE/BFoB6gAbAWIBYQEbAWEB6QACAegAYAECAWABZAHxBIYBUwHxBFMB7QTKAVQBTgHKAU4BywFPBFcERgFPBEYBXgFKAV8BWwFKAVsBWQHrBEkBWAHrBFgB7ATqAFoBYgHqAGIBGwEAAe0AbwEAAW8BcwHqBD0BZQHqBGUB7gRAATkBcAFAAXABaAGzASEBagGzAWoBpgH4AO4AbQH4AG0BbAFOBDgBbwFOBG8BWgTuAPgAZgHuAGYBZwGpAUEBaQGpAWkBpwHeBPcAawHeBGsB7wRQBFgEbgFQBG4BXQFdAW4BQgFdAUIBSAFMAV4BRgFMAUYBRAFdBFsEdAFdBHQBfgFeBFwEdQFeBHUBfwGCAXgBewGCAXsBhQGBAX8BdQGBAXUBdwF+AXQBeAF+AXgBggH6AOcAegH6AHoBfQG0ASABeQG0AXkBpQHdBPkAfAHdBHwB8AR9AXoBhAF9AYQBhwGlAXkBgwGlAYMBpAHwBHwBhgHwBIYB8QRTBF0EfgFTBH4BTQFSBF4EfwFSBH8BTwFVAYIBhQFVAYUBUAFSAU8BfwFSAX8BgQFNAX4BggFNAYIBVQEzAY0BjgEzAY4BNQGqAagBiAGqAYgBLQErAYoBkQErAZEBJQFXAZ0BkgFXAZIBIAFpAZ8BkwFpAZMBIQEHBhAGlQEHBpUBIwEtAYgBowEtAaMBmQERAQ4BlgERAZYBlwEOAS0BmQEOAZkBlgGIAS4BmgGIAZoBowEjAZUBmwEjAZsBQQHFAVYBngHFAZ4BzAFqAaABnAFqAZwBRwGDAaIBngGDAZ4BVgFHAZwBnQFHAZ0BVwFBAZsBnwFBAZ8BaQEhAZMBoAEhAaABagEgAZIBoQEgAaEBeQF5AaEBogF5AaIBgwH5BKkBpwH5BKcB9wQTBg8GrQETBq0B5wTnBK0BqQHnBKkB+QT1BKQBrgH1BK4B/QThBPwEqgHhBKoBtQHlBLMBpgHlBKYB9gTkBLQBpQHkBKUB+ATyBP4EsAHyBLABqAH/BLEBtAH/BLQB5AT3BKcBswH3BLMB5QQABa8BsQEABbEB/wT8BPIEqAH8BKgBqgH6BOEEtQH6BLUBqwH4BKUBpAH4BKQB9QQFBf0ErgEFBa4BzQH2BKYBrwH2BK8BAAW/AawBEgG/ARIBtwEYAboBtgEYAbYBEwGYAb4BtwGYAbcBEgFKBGEEugFKBLoBGAG4ARUBGgG4ARoBvAEXAbkBuwEXAbsBGQH7BAIFuQH7BLkBFwFJBGIEvAFJBLwBGgEBBeMEFQEBBRUBuAETAbYBvQETAb0BHwECBQMFwQECBcEBuQEBBbgBwQEBBcEBAwW4AbwBwAG4AcABwQHBAcABuwHBAbsBuQFjBLYBugFjBLoBYQRjBMABvAFjBLwBYgRSBGQExwFSBMcBUAFVAcgBxgFVAcYBTQGwAc0BxQGwAcUBLgFSAcMBxAFSAcQBTwHpBAQFyQHpBMkBMAFTBGUEywFTBMsBTgFQAccByAFQAcgBVQExAcoBywExAcsBNgEuAcUBzAEuAcwBmgH+BAUFzQH+BM0BsAF/BGkE0gF/BNIBVQJ+BGgE1AF+BNQBLQIpAgMC0wEpAtMBLAIjBgQC2gEjBtoBJQYfBmsE2QEfBtkBHAYgBmoE2wEgBtsBJgaCBGYE0QGCBNEBWwKDBGcEzwGDBM8BXAJfAgIC0AFfAtABYgIVBT8C4AEVBeABBgVPAlcC0wFPAtMBAwIXBUwC3gEXBd4BBwUVBhkG7AEVBuwBCQUjAh8C1wEjAtcB5QFeAlwCzwFeAs8B6QEYBiYG2wEYBtsB4wErAi0C1AErAtQB5wFAAkICzgFAAs4B4QEaBhsG1gEaBtYB7QEmAiUC7QEmAu0B1gGABFgC0gGABNIBaQSBBFYC1AGBBNQBaAR9BIYEcgJ9BHICGwIWAnYCdwIWAncCHgIRBR0FcAIRBXACEQJ4BIcEeAJ4BHgCHQIbAnICdgIbAnYCFgJzBG4E7gFzBO4BDAL8AfEB7gH8Ae4BAQIQAvQB8gEQAvIBDQILBRwF8AELBfAB+wFyBG8E9gFyBPYBDgKSApwC9QGSAvUB+AETAvcB7wETAu8BCwIOAvYB9wEOAvcBEwL2Af8B+gH2AfoB9wH3AfoBBgL3AQYC7wFVAtIBAwJVAgMCKQIcBtkBBAIcBgQCIwZbAtEBAgJbAgICXwKYAj4CBwKYAgcCmwJYAk8CAwJYAgMC0gGOAlACCAKOAggCmgIeBiQGCgIeBgoClAKcApECFAKcAhQC9QFvBHEE/wFvBP8B9gEcBREFEQIcBREC8AH0Af4BAAL0AQAC8gHxARICDALxAQwC7gFuBHAEAQJuBAEC7gGPApcCFQKPAhUCbwJxAhgCHQJxAh0CeAKGBHIEDgKGBA4CcgIdBRIFFwIdBRcCcAJyAg4CEwJyAhMCdgJ0AhACDQJ0Ag0CdQJ2AhMCCwJ2AgsCdwKHBHMEDAKHBAwCeAKLBH0EGwKLBBsCrgKvAhYCHgKvAh4CrQK0ApUCPQK0Aj0CrAIFAtgBIAIFAiACJwIJBewBJAIJBSQCEwVaAlYCHwJaAh8CIwJOAk0CJQJOAiUCJgJsBN0BIQJsBCECdARtBNcBHwJtBB8CdQTdAQUCJwLdAScCIQKUAgoCKAKUAigCkAJJAi8CQwJJAkMCSAKqAhoCHAKqAhwCqwJ7BHYERQJ7BEUCRwItBRYFOgItBToCsAJuAmsCNQJuAjUCOwIYBVICMAIYBTACFAWNAlECLgKNAi4ClgJnBHsERwJnBEcCzwFBAkQCLwJBAi8CSQJ8BHcERAJ8BEQCQQIhAicCTwIhAk8CWAJLAkcCRQJLAkUCMwKWAi4CPgKWAj4CmAJTAlQCRgJTAkYCMQKMBHgEHQKMBB0CsgJ0BCECWAJ0BFgCgASuAhsCFgKuAhYCrwIvAikCLAIvAiwCQwKLAmoCPQKLAj0ClQJmBHwEQQJmBEEC0QECAkkCSAICAkgC0AHpAc8BRwLpAUcCSwIaBW0COgIaBToCFgWxAjsCNQKxAjUCsgJ2BH4ELQJ2BC0CRQIxAkYCQgIxAkICQAIUBTACPwIUBT8CFQXRAUECSQLRAUkCAgLnAdQBVgLnAVYCWgITBSQCTAITBUwCFwUnAiACVwInAlcCTwKaAggCUQKaAlECjQLfAdUBVALfAVQCUwJ1BB8CVgJ1BFYCgQTVAd8BTQLVAU0CTgKQAigCUAKQAlACjgIHBd4BUgIHBVICGAV3BH8EVQJ3BFUCRAJEAlUCKQJEAikCLwIzAkUCLQIzAi0CKwKEBIIEWwKEBFsCZQKFBIMEXAKFBFwCZgJpAl8CYgJpAmICbAJoAmYCXAJoAlwCXgJlAlsCXwJlAl8CaQLhAc4BYQLhAWECZAKbAgcCYAKbAmACjAIGBeABYwIGBWMCGQVkAmECawJkAmsCbgKMAmACagKMAmoCiwIZBWMCbQIZBW0CGgV6BIQEZQJ6BGUCNAJ5BIUEZgJ5BGYCNgI8AmkCbAI8AmwCNwI5AjYCZgI5AmYCaAI0AmUCaQI0AmkCPAIaAnQCdQIaAnUCHAKRAo8CbwKRAm8CFAISAnECeAISAngCDAI+AoQCeQI+AnkCBwJQAoYCegJQAnoCCAIkBh0GfAIkBnwCCgIUAm8CigIUAooCgAL4AfUBfQL4AX0CfgL1ARQCgAL1AYACfQJvAhUCgQJvAoECigIKAnwCggIKAoICKAKsAj0ChQKsAoUCswJRAocCgwJRAoMCLgJqAokChQJqAoUCPQIuAoMChAIuAoQCPgIoAoIChgIoAoYCUAIIAnoChwIIAocCUQIHAnkCiAIHAogCYAJgAogCiQJgAokCagIiBZACjgIiBY4CIAUWBh4GlAIWBpQCEAUQBZQCkAIQBZACIgUeBYsClQIeBZUCJgUKBSUFkQIKBZECnAIOBZoCjQIOBY0CHwUNBZsCjAINBYwCIQUbBScFlwIbBZcCjwIoBZgCmwIoBZsCDQUgBY4CmgIgBZoCDgUpBZYCmAIpBZgCKAUlBRsFjwIlBY8CkQIjBQoFnAIjBZwCkgIhBYwCiwIhBYsCHgUuBSYFlQIuBZUCtAIfBY0ClgIfBZYCKQWmApMC+QGmAvkBngL/AaECnQL/AZ0C+gF/AqUCngJ/Ap4C+QFxBIgEoQJxBKEC/wGfAvwBAQKfAgECowL+AaACogL+AaICAAIkBSsFoAIkBaAC/gFwBIkEowJwBKMCAQIqBQwF/AEqBfwBnwL6AZ0CpAL6AaQCBgIrBSwFqAIrBagCoAIqBZ8CqAIqBagCLAWfAqMCpwKfAqcCqAKoAqcCogKoAqICoAKKBJ0CoQKKBKECiASKBKcCowKKBKMCiQR5BIsErgJ5BK4CNwI8Aq8CrQI8Aq0CNAKXArQCrAKXAqwCFQI5AqoCqwI5AqsCNgISBS0FsAISBbACFwJ6BIwEsgJ6BLICNQI3Aq4CrwI3Aq8CPAIYArECsgIYArICHQIVAqwCswIVArMCgQInBS4FtAInBbQClwKmBJAEuQKmBLkCLAOlBI8EuwKlBLsCBwMEA+ECugIEA7oCBgMqBuICwQIqBsECEgYsBpIEwAIsBsACIQYrBpEEwgIrBsICEQapBI0EuAKpBLgCMQOqBI4EtgKqBLYCMgM0A+ACtwI0A7cCNwM9BRcDxwI9BccCLwUmAy4DugImA7oC4QI/BSMDxQI/BcUCMAUoBjIGzwIoBs8CMgX+AvsCvgL+Ar4CygIzAzIDtgIzA7YCzAIxBhEGwgIxBsICyQIFAwcDuwIFA7sCywIYAxoDtQIYA7UCyAIzBiIGvQIzBr0C0AIBAwAD0AIBA9ACvQKnBC8DuQKnBLkCkASoBC0DuwKoBLsCjwSkBK0ERgOkBEYD9wLzAkkDSgPzAkoD+gI5BUUFRAM5BUQD7gKfBK4ESwOfBEsD+QL3AkYDSQP3AkkD8wKaBJUE0QKaBNEC6gLbAtMC0QLbAtEC3wLtAtUC1ALtAtQC6wI0BUQF0wI0BdMC2wKZBJYE1wKZBNcC7AJkA20D1gJkA9YC2QLwAtgC0gLwAtIC6QLsAtcC2ALsAtgC8ALXAt0C2gLXAtoC2ALYAtoC5ALYAuQC0gIsA7kC4QIsA+ECBAMhBsAC4gIhBuICKgYxA7gC4AIxA+ACNANpAxYD5QJpA+UCbAMvAyYD4QIvA+ECuQJgAycD5gJgA+YCawM0BikG6AI0BugCZQNtA2MD8QJtA/EC1gKWBJgE3QKWBN0C1wJEBTkF7gJEBe4C0wLVAtwC3gLVAt4C1ALTAu8C6gLTAuoC0QKVBJcE3wKVBN8C0QJhA2gD8gJhA/ICQwNFA/UC+QJFA/kCSwOtBJkE7AKtBOwCRgNFBToF9AJFBfQCRANGA+wC8AJGA/ACSQNHA+0C6wJHA+sCSANJA/AC6QJJA+kCSgOuBJoE6gKuBOoCSwOyBKQE9wKyBPcCfgN/A/MC+gJ/A/oCfQOEA2YDFQOEAxUDfAPjAr8C/ALjAvwCAgMyBc8C/wIyBf8COwUwAy0D+wIwA/sC/gIlAyQDAAMlAwADAQOTBMQC/QKTBP0CmwSUBL4C+wKUBPsCnATEAuMCAgPEAgID/QJlA+gCAwNlAwMDYgMhAwkDGwMhAxsDIAN6A/YC+AJ6A/gCewOiBJ0EHQOiBB0DHwNUBT4FEgNUBRIDgANCAz8DDgNCAw4DEwNABSkDCgNABQoDPAVfAygDCANfAwgDZwOOBKIEHwOOBB8DtgIZAxwDCQMZAwkDIQOjBJ4EHAOjBBwDGQP9AgIDJgP9AiYDLwMiAx8DHQMiAx0DDANnAwgDFgNnAxYDaQMqAysDHgMqAx4DCwOzBJ8E+QKzBPkCggObBP0CLwObBC8DpwR+A/cC8wJ+A/MCfwMJAwQDBgMJAwYDGwNdAz4DFQNdAxUDZgONBKMEGQONBBkDuALgAiEDIAPgAiADtwLMArYCHwPMAh8DIgNCBUEDEgNCBRIDPgWBAxMDDgOBAw4DggOdBKUEBwOdBAcDHQMLAx4DGgMLAxoDGAM8BQoDFwM8BRcDPQW4AhkDIQO4AiED4ALLArsCLQPLAi0DMAM7Bf8CIwM7BSMDPwUCA/wCLgMCAy4DJgNrA+YCKANrAygDXwPGArwCKwPGAisDKgOcBPsCLQOcBC0DqAS8AsYCJAO8AiQDJQNiAwMDJwNiAycDYAMwBcUCKQMwBSkDQAWeBKYELAOeBCwDHAMcAywDBAMcAwQDCQMMAx0DBwMMAwcDBQOrBKkEMQOrBDEDOgOsBKoEMgOsBDIDOwM9AzQDNwM9AzcDQAM8AzsDMgM8AzIDMwM6AzEDNAM6AzQDPQPIArUCNgPIAjYDOQNsA+UCNQNsAzUDXgMvBccCOAMvBTgDQQU5AzYDPwM5Az8DQgNeAzUDPgNeAz4DXQNBBTgDQQNBBUEDQgWhBKsEOgOhBDoDDQOgBKwEOwOgBDsDDwMUAz0DQAMUA0ADEAMRAw8DOwMRAzsDPAMNAzoDPQMNAz0DFAP2AkcDSAP2AkgD+AJjA2EDQwNjA0MD8QLvAkUDSwPvAksD6gIWA1YDTAMWA0wD5QInA1gDTQMnA00D5gIpBjUGTwMpBk8D6ALxAkMDXAPxAlwDUgPZAtYCUAPZAlADUQPWAvECUgPWAlIDUANDA/ICUwNDA1MDXAPoAk8DVAPoAlQDAwN8AxUDVwN8A1cDgwMoA1kDVQMoA1UDCAM+A1sDVwM+A1cDFQMIA1UDVgMIA1YDFgMDA1QDWAMDA1gDJwPmAk0DWQPmAlkDKAPlAkwDWgPlAloDNQM1A1oDWwM1A1sDPgNKBWIDYANKBWADSAUnBjQGZQMnBmUDOAU4BWUDYgM4BWIDSgVGBV0DZgNGBWYDTQUzBUwFYwMzBWMDbQM2BWsDXwM2BV8DRwU1BWwDXgM1BV4DSQVDBU4FaANDBWgDYQNPBWkDbANPBWwDNQVIBWADawNIBWsDNgVQBWcDaQNQBWkDTwVMBUMFYQNMBWEDYwNLBTMFbQNLBW0DZANJBV4DXQNJBV0DRgVVBU0FZgNVBWYDhANHBV8DZwNHBWcDUAV3A2QD2QJ3A9kCbwPdAnIDbgPdAm4D2gJRA3YDbwNRA28D2QKYBK8EcgOYBHID3QJwA9sC3wJwA98CdAPcAnEDcwPcAnMD3gJLBVIFcQNLBXED3AKXBLAEdAOXBHQD3wJRBTQF2wJRBdsCcAPaAm4DdQPaAnUD5AJSBVMFeQNSBXkDcQNRBXADeQNRBXkDUwVwA3QDeANwA3gDeQN5A3gDcwN5A3MDcQOxBG4DcgOxBHIDrwSxBHgDdAOxBHQDsASgBLIEfgOgBH4DEAMUA38DfQMUA30DDQNoA4QDfANoA3wD8gIRA3oDewMRA3sDDwM6BVQFgAM6BYAD9AKhBLMEggOhBIIDDgMQA34DfwMQA38DFAP1AoEDggP1AoID+QLyAnwDgwPyAoMDUwNOBVUFhANOBYQDaAPSA4UDiAPSA4gDzAPTA4cDhgPTA4YDzQPQA6EDhwPQA4cD0wPwA8QDigPwA4oD6gPOA80DhgPOA4YDiwPDA8YDhQPDA4UDiQO1A+YD4wO1A+MDtAOvA+cD6AOvA+gDtwPuA/QD4gPuA+IDqwO3A+gD6QO3A+kDtgO0A+MD5wO0A+cDrwOkA44DjQOkA40DpQOaA48DjQOaA40DoAOoA5IDkQOoA5EDpgPtA+sDkAPtA5ADmwOmA5EDlQOmA5UDpwP6A/8DlAP6A5QDmAOsA5YDjgOsA44DpAOnA5UDlgOnA5YDrAOVA54DmQOVA5kDlgOWA5kDogOWA6IDjgPMA4gDoQPMA6ED0AP9A8IDowP9A6MD/gP/A/gDrQP/A60DlAORA58DngORA54DlQPrA+4DqwPrA6sDkAOSA5wDnwOSA58DkQOPA6oDpQOPA6UDjQOOA6IDoAOOA6ADjQP3A/wDrgP3A64D4APhA7ADtgPhA7YD6QPmA6YDpwPmA6cD4wP0A+8DsQP0A7ED4gPjA6cDrAPjA6wD5wPkA6gDpgPkA6YD5gPnA6wDpAPnA6QD6APoA6QDpQPoA6UD6QMOBLUDtAMOBLQDEQQSBK8DtwMSBLcDEAQXBPsDwQMXBMEDDwQMBLIDtQMMBLUDDgQWBPEDvwMWBL8DFATeA9wDuQPeA7kDvgOHA8gDxwOHA8cDhgMQBLcDtgMQBLYDFQQRBLQDrwMRBK8DEgT1A9sDwQP1A8ED+wOFA8YDxQOFA8UDiAOhA8kDyAOhA8gDhwOLA4YDxwOLA8cDygPzA98DvwPzA78D8QMTBL4DuQMTBLkDFQSIA8UDyQOIA8kDoQPcA9IDzAPcA8wD1gPdA9MDzQPdA80D1wPaA9AD0wPaA9MD3QPYA9cDzQPYA80DzgPWA8wD0APWA9AD2gOJA4UD0gOJA9ID1AP+A6MD0QP+A9ED9gPqA4oD1QPqA9UD8gPUA9ID3APUA9wD3gP2A9ED2wP2A9sD9QPyA9UD3wPyA98D8wO5A9wD1gO5A9YDuAO7A90D1wO7A9cDugPAA9oD3QPAA90DuwO8A7oD1wO8A9cD2AO4A9YD2gO4A9oDwAOyA+QD5gOyA+YDtQP4A/cD4AP4A+ADrQOqA+ED6QOqA+kDpQPCA/AD6gPCA+oDowOtA+AD9AOtA/QD7gOYA5QD6wOYA+sD7QOUA60D7gOUA+4D6wPgA64D7wPgA+8D9AMPBMED8QMPBPEDFgTbA/MD8QPbA/EDwQOjA+oD8gOjA/ID0QPRA/ID8wPRA/MD2wPZA/UD+wPZA/sDvQOTA6kD+AOTA/gD/wOMA/4D9gOMA/YDzwPlA7MD/APlA/wD9wPLA/0D/gPLA/4DjAOpA+UD9wOpA/cD+AOdA5MD/wOdA/8D+gPPA/YD9QPPA/UD2QMNBL0D+wMNBPsDFwQJBPkDlwMJBJcDAQSeAwQEAASeAwAEmQPsAwgEAQTsAwEElwOfAwUEBASfAwQEngMCBJoDoAMCBKADBgScAwMEBQScAwUEnwP5AwkEAwT5AwMEnAOiAwcEoAMHBAYEoAMIBOwDmgMIBJoDAgSZAwAEBwSZAwcEogMJBAEECwQJBAsEAwQIBAIECwQIBAsEAQQCBAYECgQCBAoECwQLBAoEBQQLBAUEAwQKBAAEBAQKBAQEBQQABAoEBgQABAYEBwS6Aw4EEQS6AxEEuwPAAxIEEATAAxAEuAP8AxcEDwT8Aw8ErgO8AwwEDgS8Aw4EugPvAxYEFATvAxQEsQO4AxAEFQS4AxUEuQO7AxEEEgS7AxIEwAOwAxMEFQSwAxUEtgOuAw8EFgSuAxYE7wOzAw0EFwSzAxcE/AOGAAcAGwSGABsEMQReAAUAGgReABoEMAT3BQ4AHQT3BR0EAwb5BQwAHAT5BRwEBAaTAAAAGASTABgENASUAAIAGQSUABkENQSAADIEGwSAABsEBwCJADMEGgSJABoEBQBOAKcAOAROADgELwRQAKkAOQRQADkEKgQ9ACEAIAQ9ACAEJQQ/ACQAIQQ/ACEEJAQkADIAIwQkACMEIQQhADgAIgQhACIEIASnAD8AJASnACQEOASpAD0AJQSpACUEOQTdAE4ALwTdAC8EPQQIAB4EJgQIACYEWAAKAB8EJwQKACcEUgB6AHUAKAR6ACgELQQCAHoALQQCAC0EGQR0AHgAKQR0ACkELgTfAFAAKgTfACoEPgRYACYEMgRYADIEgAAAAHQALgQAAC4EGAR1AF4AMAR1ADAEKARSACcEMwRSADMEiQB4AIYAMQR4ADEEKQSdAJMANASdADQENgSeAJQANQSeADUENwRnAJ0ANgRnADYELARpAJ4ANwRpADcEKwQyANQAOgQyADoEIwQ4ANYAOwQ4ADsEIgTZADwEOgTZADoE1ADPADwEOwTPADsE1gBoAN0APQRoAD0EKwRmAN8APgRmAD4ELARtAe4AQgRtAUIEWARFAewAQQRFAUEEVwQwBvUARAQwBkQEDgYuBvMAQwQuBkMEDQZ6AecAPwR6AT8EWwR7AekAQAR7AUAEXARnAVkEQgRnAUIE7gBwAVoEQQRwAUEE7AA1AY4BXwQ1AV8EVgQ3AZABYAQ3AWAEUQQkAQgBRwQkAUcETAQmAQsBSAQmAUgESwQLARkBSgQLAUoESAQIAR8BSQQIAUkERwSOASYBSwSOAUsEXwSQASQBTASQAUwEYATEATUBVgTEAVYEZATvAEUETQTvAE0EPwHxAEYETgTxAE4EOQFhAVwBTwRhAU8EVATpAGEBVATpAFQEQARbAV8BUARbAVAEVQTGATcBUQTGAVEEZQQ/AU0EWQQ/AVkEZwHnAFsBVQTnAFUEPwRcAUUBVwRcAVcETwQ5AU4EWgQ5AVoEcAFfAW0BWARfAVgEUASEAXoBWwSEAVsEXQSFAXsBXASFAVwEXgROAYQBXQROAV0EUwRQAYUBXgRQAV4EUgQZAbsBYQQZAWEESgQfAb0BYgQfAWIESQTAAWMEYQTAAWEEuwG2AWMEYgS2AWIEvQFPAcQBZARPAWQEUgRNAcYBZQRNAWUEUwRUAtUBaQRUAmkEfwQsAtMBaAQsAmgEfgQbBtwBawQbBmsEHwYlBtoBagQlBmoEIAZhAs4BZgRhAmYEggRiAtABZwRiAmcEgwROAoAEaQROAmkE1QFXAoEEaARXAmgE0wEcAnUChgQcAoYEfQQeAncChwQeAocEeAQLAu8BbgQLAm4EcwQNAvIBbwQNAm8EcgTyAQACcQTyAXEEbwTvAQYCcATvAXAEbgR1Ag0CcgR1AnIEhgR3AgsCcwR3AnMEhwSrAhwCfQSrAn0EiwTWAWwEdATWAXQEJgLYAW0EdQTYAXUEIAJIAkMCdgRIAnYEewTQAUgCewTQAXsEZwRCAkYCdwRCAncEfAStAh4CeAStAngEjAQmAnQEgAQmAoAETgLOAUICfATOAXwEZgRDAiwCfgRDAn4EdgQgAnUEgQQgAoEEVwJGAlQCfwRGAn8EdwRrAmECggRrAoIEhARsAmICgwRsAoMEhQQ1AmsChAQ1AoQEegQ3AmwChQQ3AoUEeQQAAqICiAQAAogEcQQGAqQCiQQGAokEcASnAooEiASnAogEogKdAooEiQSdAokEpAI2AqsCiwQ2AosEeQQ0Aq0CjAQ0AowEegQrA7wCkAQrA5AEpgQGA7oCjwQGA48EpQQiBsMCkgQiBpIELAYSBsECkQQSBpEEKwY2A7UCjQQ2A40EqQQ3A7cCjgQ3A44EqgQlA6cEkAQlA5AEvAIuA6gEjwQuA48EugL4AkgDrQT4Aq0EpAT6AkoDrgT6Aq4EnwTpAtIClQTpApUEmgTrAtQClgTrApYEmQTUAt4CmATUApgElgTSAuQClwTSApcElQRIA+sCmQRIA5kErQRKA+kCmgRKA5oErgR7A/gCpAR7A6QEsgS9ApMEmwS9ApsEAQO/ApQEnAS/ApwE/AIgAxsDnQQgA50EogS3AiADogS3AqIEjgQaAx4DngQaA54EowR9A/oCnwR9A58EswQBA5sEpwQBA6cEJQO1AhoDowS1AqMEjQQbAwYDpQQbA6UEnQT8ApwEqAT8AqgELgMeAysDpgQeA6YEngQ/AzYDqQQ/A6kEqwRAAzcDqgRAA6oErAQOAz8DqwQOA6sEoQQQA0ADrAQQA6wEoATeAnMDrwTeAq8EmATkAnUDsATkArAElwR4A7EErwR4A68EcwNuA7EEsARuA7AEdQMPA3sDsgQPA7IEoAQNA30DswQNA7MEoQS2AMMEtAS2ALQEqwC4AMUEtQS4ALUErAABBgUGtwQBBrcErgCyALwAywSyAMsEvwSxAK8AygSxAMoEugSvALIAvwSvAL8EygS8ALMAwAS8AMAEywSuALcEwQSuAMEEtADlALcAxATlAMQE2wS5AMYEwgS5AMIEtQC7AMgExAS7AMQEtwC1AMIEwwS1AMMEtgC0AMEExQS0AMUEuACsALUExgSsAMYEuQCrALQExwSrAMcEugC6AMcEyAS6AMgEuwBUANAEzgRUAM4EiwD7BQYGvgT7Bb4EFgAWAL4E0AQWANAEVACaAMwE1ASaANQEawAmAEIA0wQmANMEuAQYALwEzQQYAM0EXQAbALsEzwQbAM8EkACmAEwA1QSmANUEyQR9ANYEuwR9ALsEGwCLAM4EvASLALwEGABlANcE1gRlANYEfQBCAKYAyQRCAMkE0wQwACYAuAQwALgE0gSQAM8EzASQAMwEmgDcAGsA1ATcANQE3ARdAM0E1wRdANcEZQDEANgA2QTEANkE0QTXALAAuQTXALkE2ATYANAA2gTYANoE2QTXANgE2gTXANoE0ACzAOUA2wSzANsEwARMANwA3ARMANwE1QSdAewE3QSdAd0EkgGfAe4E3gSfAd4EkwEQBhQG4AQQBuAElQGZAaMB9ASZAfQE6ASXAZYB8wSXAfME4gSWAZkB6ASWAegE8wSjAZoB6QSjAekE9ASVAeAE6gSVAeoEmwHMAZ4B7QTMAe0EBAWgAe8E6wSgAesEnAGiAfEE7QSiAe0EngGcAesE7AScAewEnQGbAeoE7gSbAe4EnwGTAd4E7wSTAe8EoAGSAd0E8ASSAfAEoQGhAfAE8QShAfEEogE7AfkE9wQ7AfcEcgELBhMG5wQLBucE/QD9AOcE+QT9APkEOwGAAfUE/QSAAf0EUQEMASgB/AQMAfwE4QT/AOUE9gT/APYEQwEBAeQE+AQBAfgEdgGMATIB/gSMAf4E8gRjAf8E5ARjAeQEAQFyAfcE5QRyAeUE/wBLAQAF/wRLAf8EYwEoAYwB8gQoAfIE/AQWAQwB4QQWAeEE+gR2AfgE9QR2AfUEgAHCAVEB/QTCAf0EBQVDAfYEAAVDAQAFSwGsAb8BAgWsAQIF+wS+AZgB4wS+AeMEAQW/AbcBAwW/AQMFAgW+AQEFAwW+AQMFtwGaAcwBBAWaAQQF6QQyAcIBBQUyAQUF/gSEAhUFBgWEAgYFeQKGAhcFBwWGAgcFegIdBhUGCQUdBgkFfAKAAooCHQWAAh0FEQV+An0CHAV+AhwFCwV9AoACEQV9AhEFHAWKAoECEgWKAhIFHQV8AgkFEwV8AhMFggKzAoUCFgWzAhYFLQWHAhgFFAWHAhQFgwKJAhoFFgWJAhYFhQKDAhQFFQWDAhUFhAKCAhMFFwWCAhcFhgJ6AgcFGAV6AhgFhwJ5AgYFGQV5AhkFiAKIAhkFGgWIAhoFiQIiAiIFIAUiAiAFWQIXBhYGEAUXBhAF5AHkARAFIgXkASIFIgJnAh4FJgVnAiYFOALzAQ8CJQXzASUFCgXmAQ4FHwXmAR8FKgLoAQ0FIQXoASEFXQJzAhkCJwVzAicFGwVKAigFDQVKAg0F6AFZAiAFDgVZAg4F5gEyAikFKAUyAigFSgIPAnMCGwUPAhsFJQX9AfMBCgX9AQoFIwVdAiEFHgVdAh4FZwKpAjgCJgWpAiYFLgUqAh8FKQUqAikFMgKTAqYCKwWTAisFJAWlAn8CDAWlAgwFKgWmAp4CLAWmAiwFKwWlAioFLAWlAiwFngKBArMCLQWBAi0FEgUZAqkCLgUZAi4FJwVWAz0FLwVWAy8FTANYAz8FMAVYAzAFTQM1BigGMgU1BjIFTwNSA1wDRQVSA0UFOQVRA1ADRAVRA0QFNAVQA1IDOQVQAzkFRAVcA1MDOgVcAzoFRQVPAzIFOwVPAzsFVAODA1cDPgWDAz4FVAVZA0AFPAVZAzwFVQNbA0IFPgVbAz4FVwNVAzwFPQVVAz0FVgNUAzsFPwVUAz8FWANNAzAFQAVNA0AFWQNMAy8FQQVMA0EFWgNaA0EFQgVaA0IFWwP+AkoFSAX+AkgFMAMxBicGOAUxBjgFygLKAjgFSgXKAkoF/gI8A0YFTQU8A00FEQPVAu0CTAXVAkwFMwXLAjYFRwXLAkcFBQPMAjUFSQXMAkkFMwNHA/YCTgVHA04FQwUiA08FNQUiAzUFzAIwA0gFNgUwAzYFywIMA1AFTwUMA08FIgPtAkcDQwXtAkMFTAXcAtUCMwXcAjMFSwUzA0kFRgUzA0YFPAN6AxEDTQV6A00FVQUFA0cFUAUFA1AFDANkA3cDUgVkA1IFSwV2A1EDNAV2AzQFUQV3A28DUwV3A1MFUgV2A1EFUwV2A1MFbwNTA4MDVAVTA1QFOgX2AnoDVQX2AlUFTgUEAmcFZgUEAmYF2gGyAWQFYgWyAWIFIgFvBeICwAJvBcACawV2BTcFyQJ2BckCbgUdBHMFVgUdBFYFCwB1BbYErQB1Ba0AXQXiAm8FbAXiAmwFwQJ0BZEEwQJ0BcECbAVqA3IFcAVqA3AF5wI3BXYFcgU3BXIFagOZAmoFaAWZAmgFCQJzBR0EDgBzBQ4AWAVjBZQBIgFjBSIBYgVhBR0B8gBhBfIAXwVdBa0AOwBdBTsAXAVxBU4D5wJxBecCcAW2BHUFWgW2BFoFHQBpBXsCCQJpBQkCaAUdAWEFYAUdAWAF8wBbBTYACwBbBQsAVgVYBQ4AHABYBRwAWQVuBckCwgJuBcICbQWRBHQFbQWRBG0FwgLLAF4FXAXLAFwFOwBnBQQC2QFnBdkBZQU2AFsFVwU2AFcFDADoBmkFaAXoBmgF5wbrBoMFgQXrBoEF6gbsBnEFcAXsBnAF7QaMBcUFsQWMBbEFjgXmBmMFYgXmBmIF6gbxBokFhwXxBocF5wbwBn0FewXwBnsF6QaXBX0FggWXBYIFmgWJBY8FxAaJBcQGkgVqBNoBZgVqBGYF9gWXBZYFewWXBXsFfQWXBacFpAWXBaQFlgWDBZsFmQWDBZkFgQWjBZAFeQWjBXkFkwWaBYIFgQWaBYEFmQW2BWUF2QG2BdkBawStBasF0QWtBdEFkgWpBZoFmQWpBZkFqAWSBdEFhwWSBYcFiQWbBaoFqAWbBagFmQXGBbIFrgXGBa4FwwXxBbkFygXxBcoF6wWyBcYFxAWyBcQFrwXrBcoF1AXrBdQF1QXMBdYF1QXMBdUF1AUPB8gG4gUPB+IFDAe7BewF1gW7BdYFzAXIBtAG3QXIBt0F4gW5BfEF6gW5BeoFywXJBu4F9AXJBvQF0gbKBuUF2AXKBtgFzgbLBu0F5gXLBuYFxgbSBvQFtwXSBrcFzwbqBfUFoQXqBaEF8AVDBPMAYAVDBGAF5AXOBtgF2wXOBtsFxgbFBvMF7QXFBu0FywbKBqIF7gXKBu4FyQbSBesF1QXSBdUFoAXwBaEFlAXwBZQF8gVnBmYGrgVnBq4FsgXLBeoF8AXLBfAFugWuBWYGyQWuBckF7AU3AP8F+QU3APkFCgAeBAMG+AUeBPgFDwAfBAQG+gUfBPoFCQC2BB0A/gW2BP4FBQYXAAkA+gUXAPoF/AUcAA4A9wUcAPcF/QUPAPgF/wUPAP8FNwDLADsAAAbLAAAGAgY7AK0AAQY7AAEGAAa9BMsAAga9BAIGBgYIAPcFAwYIAAMGHgQKAPkFBAYKAAQGHwStALYEBQatAAUGAQYUAL0EBgYUAAYG+wXmBLIBDwbmBA8GEwZFBA4GLwZFBC8G9gBGBA0GLQZGBC0G8AD+APAALQb+AC0GDAblAdcBJgblASYGGAbfBAMBCQbfBAkGFAYPBZkCHgYPBR4GFgYJAnsCHQYJAh0GJAayASIBBwayAQcGDwbdARwGIwbdASMGBQKUAd8EFAaUARQGEAbxAC4GDQbxAA0GRgRtBCAGJgZtBCYG1wHvADAGDgbvAA4GRQRsBB8GHAZsBBwG3QH7AOYEEwb7ABMGCwYiAZQBEAYiARAGBwbnAk4DNQbnAjUGKQb2AC8GCAb2AAgGHgEEAfUAMAYEATAGCgZ7AggFFQZ7AhUGHQYeAQgGLgYeAS4G8QDiAQ8FFgbiARYGFwZqA+cCKQZqAykGNAYIBeoBGQYIBRkGFQbjAioGEgbjAhIGvwIxBc0CMgYxBTIGKAaTBCwGIQaTBCEGxALYASUGIAbYASAGbQTrAdwBGwbrARsGGgYFAiMGJQYFAiUG2AHWARsGHwbWAR8GbASZAgkCJAaZAiQGHga/AhIGKwa/AisGlATEAiEGKgbEAioG4wJOAzEFKAZOAygGNQY3BWoDNAY3BTQGJwa9AiIGLAa9AiwGkwTJAjcFJwbJAicGMQbOAsMCIgbOAiIGMwaUBCsGEQaUBBEGvgLKAr4CEQbKAhEGMQbsBckFZAbsBWQG1gXxBZgF9QXxBfUF6gWQBaMF8gWQBfIFlAWYBfEF6wWYBesF0gWGBYQFoAWGBaAFZAaABX4F9QWABfUFmAXWBWQGoAXWBaAF1QWNBYsFbAWNBWwFbwViBl8F8gBiBvIARAQcBAwAVwUcBFcFYwZEBPUADQBEBA0AHAQcBGMGYgYcBGIGRARvBWsFigVvBYoFjQVmBooFawVmBmsFZQZrBNwB9ABrBPQAQwRkBskFhQVkBoUFhgVDBOQFtgVDBLYFawTJBWYGZQbJBWUG9gVnBpEFiwVnBosFjQWyBa8FkQWyBZEFZwZlBmsFwAJlBsACkgRqBPYFZQZqBGUGkgSSBMMC2wGSBNsBagSNBYoFZgaNBWYGZwacBdEFqwWcBasFrAUdBx4HOwYdBzsGOQYcBx0HOQYcBzkGQwbDA2oGbQbDA20GxgNxBsoDxwNxBscDbgZzBvADwgNzBsIDaQb9A3QGaQb9A2kGwgNvBsgDyQNvBskDcAZuBscDyANuBsgDbwZ0Bv0DywN0BssDcgZwBskDxQNwBsUDbAbwA3MGawbwA2sGxANsBsUDxgNsBsYDbQZ8BnAGbAZ8BmwGeAZ4BmwGbQZ4Bm0GeQZzBn8GdwZzBncGawZ9BnEGbgZ9Bm4GegZqBnYGeQZqBnkGbQZ/BnMGaQZ/BmkGdQZ0BoAGdQZ0BnUGaQaABnQGcgaABnIGfgZ7Bm8GcAZ7BnAGfAZ6Bm4GbwZ6Bm8GewaHBnsGfAaHBnwGiAaGBnoGewaGBnsGhwaIBnwGeAaIBngGhAaEBngGeQaEBnkGhQZ/BosGgwZ/BoMGdwaJBn0GegaJBnoGhgZ2BoIGhQZ2BoUGeQaLBn8GdQaLBnUGgQaABowGgQaABoEGdQaMBoAGfgaMBn4GigaXBosGgQaXBoEGjQaMBpgGjQaMBo0GgQaYBowGigaYBooGlgaTBocGiAaTBogGlAaSBoYGhwaSBocGkwaUBogGhAaUBoQGkAaQBoQGhQaQBoUGkQaLBpcGjwaLBo8GgwaVBokGhgaVBoYGkgaCBo4GkQaCBpEGhQaXBqMGmwaXBpsGjwahBpUGkgahBpIGngaOBpoGnQaOBp0GkQajBpcGjQajBo0GmQaYBqQGmQaYBpkGjQakBpgGlgakBpYGogafBpMGlAafBpQGoAaeBpIGkwaeBpMGnwagBpQGkAagBpAGnAacBpAGkQacBpEGnQasBqAGnAasBpwGqAaoBpwGnQaoBp0GqQajBq8GpwajBqcGmwatBqEGngatBp4GqgaaBqYGqQaaBqkGnQavBqMGmQavBpkGpQakBrAGpQakBqUGmQawBqQGogawBqIGrgarBp8GoAarBqAGrAaqBp4GnwaqBp8GqwafBZ4FqAafBagGqQazBZ8FqQazBakGpgbBBbUGtAbBBbQGwAXABbQGswbABbMGvwW+BbIGsQa+BbEGvQW1BrcGtga1BrYGtAa3BrkGuAa3BrgGtga5BrwGuwa5BrsGuAbNBfsG1QbNBdUG+ga8Br8Gvga8Br4Guwa/BsIGwQa/BsEGvgbNBuEF/gbNBv4GwQalBc0GwQalBcEGwgYVAA0A9QAVAPUABAH8APQA3AH8ANwB6wG9BBQAAwG9BAMB3wTfBJQBywDfBMsAvQSUAWMFXgWUAV4FywDwBl4FYwXwBmMF5gakBacFwQWkBcEF9waaBakFpwWaBacFlwW1BbQFpwa1BacGrwbmBPsA6gHmBOoBCAUIBXsCsgEIBbIB5gTjAdsBwwLjAcMCzgIPBeIBzQIPBc0CMQUxBU4DmQIxBZkCDwVOA3EFagVOA2oFmQLxBmoFcQXxBnEF7AacBZsFgwWcBYMFiAWsBaoFmwWsBZsFnAXRBZwFiAXRBYgFhwXoBogFgwXoBoMF6wZkBbIBewJkBXsCaQWPBY4FsQWPBbEFxAbFBtcF3QXFBt0F0AbsBbsFwwXsBcMFrgWUBaEFeAWUBXgFegWUBXoFdwWUBXcFkAWYBdIFfwWYBX8FgAWvBcUFjAWvBYwFkQXHBbUFrwbHBa8GpQbQBc8F0AbQBdAGyAbZBckG0gbZBdIG0wXzBcUG0AbzBdAGzwXXBcUGywbXBcsG2gXTBdIGzwbTBc8G3AWiBcoGzgaiBc4G7wXaBcsGxgbaBcYG2wXlBcoGyQblBckG2QXvBc4GxgbvBcYG5gWxBbAF1AaxBdQGxAa+BsEG/ga+Bv4GAAeSBcQG1AaSBdQGrQW7Br4GAAe7BgAHAwfIBccFpQbIBaUGsAawBq4G8wawBvMGyAWmBfIGrQamBa0GqgbjBaYFqgbjBaoGqwarBqwG0QarBtEG4wXPBvoG1QbPBtUG3AXHBt8F6AXHBugF0wbTBp0F6QXTBukFxwbEBbgFxQXEBcUFrwW8BVoG+wa8BfsGzQUcBxsHXgYcB14GXwYbBxoHXQYbB10GXgYaBxkHXAYaB1wGXQYZBxgHYAYZB2AGXAYYBxcHaAYYB2gGYAYXBxYHYQYXB2EGaAYWBxUH5QYWB+UGYQbZBdMFWAbZBVgGXwblBdkFXwblBV8GXgZeBl0G2AVeBtgF5QVdBlwG2wVdBtsF2AXaBdsFXAbaBVwGYAbXBdoFYAbXBWAGaAZoBmEG3QVoBt0F1wUUBxUHTwYUB08GVgYTBxQHVgYTB1YG4wbiBd0FYQbiBWEG5QaFBckF9gWFBfYFZgWIBegG5waIBecGhwV8BXUF6QZ8BekGewWGBYUFZgWGBWYFZwVnBWUFhAVnBYQFhgVkBesG6gZkBeoGYgWgBYQFZQWgBWUFtgWPBewG7QaPBe0GjgV1BV0FXAV1BVwF6Qa2BeQF0gW2BdIFoAV/BdIF5AV/BeQFYAWABX8FYAWABWAFYQVhBV8FfgVhBX4FgAWCBeYG6gaCBeoGgQVqBfEG5wZqBecGaAV2BW4FjgV2BY4F7Qb1BX4FXwX1BV8FYgZeBfAG6QZeBekGXAViBmMGoQViBqEF9QV4BaEFYwZ4BWMGVwV6BXgFVwV6BVcFWwV2Be0GcAV2BXAFcgVbBVYFdwVbBXcFegWQBXcFVgWQBVYFcwVzBVgFeQVzBXkFkAWTBXkF7gaTBe4GCgd8BZUFCwd8BQsH7wZuBW0FjAVuBYwFjgWRBYwFbQWRBW0FdAV0BWwFiwV0BYsFkQVYBVkF7gZYBe4GeQV9BfAG5gZ9BeYGggWJBfEG7AaJBewGjwVpBegG6wZpBesGZAWsBqgGngWsBp4F0Qb0BvUG8gb0BvIGpgXOBfQGpgXOBaYF4wXyBcIFugXyBboF8AX6Bs8GtwX6BrcF+AYMB+IF5QYMB+UGEAfNBc4F4wXNBeMF0QYMBxAH2gYMB9oG3wX5BsIF8gX5BvIFowXCBfkG+AbCBfgGtwX4BvkG9Ab4BvQGzgWjBZMF9AajBfQG+Qa6BcIFtwW6BbcF9AXLBboF9AXLBfQF7gXNBqUFnQXNBp0F0wbTBugF4QXTBuEFzQbDBt4F2QbDBtkG1wbABsMG1wbABtcG2Aa9BsAG2Aa9BtgG2wa6Br0G2wa6BtsG3QbWBroG3QbWBt0G3AZaBtYG3AZaBtwG4Qb7BloG4Qb7BuEG3gbVBvsG3gbVBt4GWQbDBvwG5wXDBucF3gWxBloGvAWxBrwFvQXABswG/AbABvwGwwbnBfwG/QbnBf0G4AW4BrsGAwe4BgMHBgcGBwkHtgYGB7YGuAb/Bv0G/Ab/BvwGzAbMBgEHAgfMBgIH/wYBBwQHBQcBBwUHAgcEBwcHCAcEBwgHBQe9BgEHzAa9BswGwAYEBwEHvQYEB70Guga6BtYGBwe6BgcHBAe2BgkHswa2BrMGtAYIBwcHsQYIB7EGsgaxBgcH1gaxBtYGWgbFBbgFsAXFBbAFsQW5BcsF7gW5Be4FogWiBe8FygWiBcoFuQXvBeYF1AXvBdQFygXMBdQF5gXMBeYF7QW7BcwF7QW7Be0F8wXDBbsF8wXDBfMFzwXGBcMFzwXGBc8F0AWwBbgF6QWwBekFnQWdBaUF1AadBdQGsAWtBdQGpQWtBaUFwgbCBr8GqwXCBqsFrQWsBasFvwasBb8GvAa8BrkGqgW8BqoFrAW5BrcGqAW5BqgFqgWpBagFtwapBbcGtQa1BsEFpwW1BqcFqQV8Be8GWgV8BVoFdQWWBaQFCweWBQsHlQV8BXsFlgV8BZYFlQWTBQoH9QaTBfUG9AbHBg8HDAfHBgwH3wXcBdUGWQbcBVkGWwbTBdwFWwbTBVsGWAa4BcQFEQe4BREH6QXHBukFEQfHBhEHDwfQBREHxAXQBcQFxgUPBxEH0AUPB9AFyAbOBc0F+gbOBfoG+AbIBfMG9gbIBfYG9wb3BsEFxwX3BscFyAXBBcAFtQXBBbUFxwXABb8FtAXABbQFtQW+Bb0FnwW+BZ8FswW9BbwFngW9BZ4FnwW8Bc0F0Qa8BdEGngUmByUHPAYmBzwG4AYlByQHPgYlBz4GPAYkByMHQAYkB0AGPgYiByMH3AYiB9wG3QYhByIH3QYhB90G2wYgByEH2wYgB9sG2AYfByAH2AYfB9gG1wYfBxIH4gYfB+IGDQceByYH4AYeB+AGOwbaBhAHFAfaBhQHEwdDBjcGGwdDBhsHHAdSBlQGIgdSBiIHIQdfBlgGHQdfBh0HHAfhBtwGIwfhBiMHJAdYBlsGHgdYBh4HHQdNBk8GFQdNBhUHFgdbBlkGJgdbBiYHHgdJBkcGGAdJBhgHGQdFBk0GFgdFBhYHFwfeBuEGJAfeBiQHJQcNB1AGIAcNByAHHwdLBkkGGQdLBhkHGgdHBkUGFwdHBhcHGAfXBtkGEgfXBhIHHwdUBkAGIwdUBiMHIgc3BksGGgc3BhoHGwcQB+UGFQcQBxUHFAdQBlIGIQdQBiEHIAdZBt4GJQdZBiUHJgcLB6QF9wYLB/cG9gbkBlcGTgY9Bj8GQgY9BkIGOAZEBkYGUQZBBlUGSgZBBkoGNgZTBlEGRgZTBkYGSAY/BkEGNgY/BjYGQgZRBg4HTAZRBkwGRAbkBk4GTAbkBkwGDgc4BjoG3wY9BjgG3wZVBlMGSAZVBkgGSgZhBykHcQdhB3EHoQdYB1AHaQdYB2kHrgdQB1cHvQdQB70HaQc1B1sHugdfB0oHpQdfB6UHuAdnB0cHdgdnB3YHiQdABz4HbgdAB24HpwdHB0sHnwdHB58HdgeWB0UHSQeWB0kHuAcrB1kHuwdcBzgHmgddB0AHpwddB6cHuQc6BzIHeQc6B3kHdwcyBzkHjwcyB48HeQcxB5IHmgcxB5oHOAcvB2EHoQcvB6EHhwdBB14HmAdBB5gHmQdIB2gHtwdIB7cHbQdeB0IHmAdbBzYHqwdbB6sHugdNB2cHiQdNB4kHiwdDB2UHwgdDB8IHjQc+B2YHrAc+B6wHbgdgB0wHngdFB5YHngdFB54HTAcpBy0HnQcpB50HcQc3B1wHmgc3B5oHowdZBywHqQdZB6kHuwc5B2MHswc5B7MHjwcnB5MHlwcnB5cHLgdXB1EHwAdXB8AHvQc2BzQHawc2B2sHqwdRB1UHvwdRB78HwAeRBzsHPweRBz8HuQc9B0EHmQc9B5kHcActB1oHlwctB5cHnQdLB2AHngdLB54HnwdkBzoHdwdkB3cHmwdmB0QHfQdmB30HrAcwBygHgwcwB4MHewdaBy4HlwdOB0YHgQdOB4EHhQcoBy8HhwcoB4cHgwdGB00HiwdGB4sHgQc0B2QHmwc0B5sHawdJB18HuAdiBzAHewdiB3sHlAdlBz0HcAdlB3AHwgdSB1gHrgdSB64HsQcqB2IHlAcqB5QHbAdTB1QHsAcsByoHbAcsB2wHqQdUB1IHsQdUB7EHsAc7B5EHmAc7B5gHQgczBzcHowczB6MHdAdVB1YHvwdKB0gHbQdKB20HpQdoB04HhQdoB4UH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" + } + ] +} diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Nails_R.gltf.import b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Nails_R.gltf.import new file mode 100644 index 0000000..280e04a --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Nails_R.gltf.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://c6s5nvekg0isa" +path="res://.godot/imported/Hand_Nails_R.gltf-35869d6a39400588d95465aa5e3b528d.scn" + +[deps] + +source_file="res://addons/godot-xr-tools/hands/model/Hand_Nails_R.gltf" +dest_files=["res://.godot/imported/Hand_Nails_R.gltf-35869d6a39400588d95465aa5e3b528d.scn"] + +[params] + +nodes/root_type="Node3D" +nodes/root_name="Scene Root" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=0 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Nails_low_L.gltf b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Nails_low_L.gltf new file mode 100644 index 0000000..b77efb3 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Nails_low_L.gltf @@ -0,0 +1,722 @@ +{ + "asset" : { + "copyright" : "CC0 Public Domain", + "generator" : "Khronos glTF Blender I/O v3.2.43", + "version" : "2.0" + }, + "scene" : 0, + "scenes" : [ + { + "name" : "Scene", + "nodes" : [ + 27 + ] + } + ], + "nodes" : [ + { + "name" : "Thumb_Tip_L", + "rotation" : [ + -0.07576872408390045, + -0.019257033243775368, + -0.03371242433786392, + 0.9963693618774414 + ], + "scale" : [ + 1.0000001192092896, + 1.000000238418579, + 1.0000001192092896 + ], + "translation" : [ + -2.7939677238464355e-09, + 0.030749469995498657, + -3.14321368932724e-09 + ] + }, + { + "children" : [ + 0 + ], + "name" : "Thumb_Distal_L", + "rotation" : [ + 0.05564067140221596, + 0.010326135903596878, + 0.013984743505716324, + 0.9982995390892029 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 1.0000001192092896 + ], + "translation" : [ + -2.3283064365386963e-09, + 0.04214789345860481, + 1.5133991837501526e-09 + ] + }, + { + "children" : [ + 1 + ], + "name" : "Thumb_Proximal_L", + "rotation" : [ + -0.04595031589269638, + -0.027135659009218216, + -0.07525718957185745, + 0.9957352876663208 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + 2.3283064365386963e-10, + 0.044916488230228424, + -2.473825588822365e-10 + ] + }, + { + "children" : [ + 2 + ], + "name" : "Thumb_Metacarpal_L", + "rotation" : [ + 0.3235369920730591, + -2.565749491623137e-05, + -0.027220426127314568, + 0.9458239078521729 + ], + "scale" : [ + 1, + 0.9999998211860657, + 0.9999998807907104 + ], + "translation" : [ + 0.009999999776482582, + 0.02717285417020321, + 0.019999971613287926 + ] + }, + { + "name" : "Index_Tip_L", + "rotation" : [ + -0.052288394421339035, + -0.0005572127993218601, + 0.10362062603235245, + 0.9932413697242737 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 1 + ], + "translation" : [ + 8.149072527885437e-09, + 0.027394980192184448, + 1.367880031466484e-09 + ] + }, + { + "children" : [ + 4 + ], + "name" : "Index_Distal_L", + "rotation" : [ + 0.014225997030735016, + -0.011990753002464771, + -0.13454149663448334, + 0.9907333254814148 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + 5.529727786779404e-09, + 0.0313456691801548, + 1.775333657860756e-09 + ] + }, + { + "children" : [ + 5 + ], + "name" : "Index_Intermediate_L", + "rotation" : [ + -0.013683199882507324, + -0.024668212980031967, + -0.23507100343704224, + 0.9715688824653625 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 0, + 0.03811633586883545, + -3.3178366720676422e-09 + ] + }, + { + "children" : [ + 6 + ], + "name" : "Index_Proximal_L", + "rotation" : [ + 0.11122288554906845, + -0.0027781203389167786, + 0.11757423728704453, + 0.9868121147155762 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + 5.336175945558352e-10, + 0.08036758005619049, + 2.584926050985814e-09 + ] + }, + { + "children" : [ + 7 + ], + "name" : "Index_Metacarpal_L", + "rotation" : [ + -0.0005887771840207279, + 2.10358793992782e-05, + 0.0252196304500103, + 0.9996817708015442 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + -0.009999999776482582, + 0.0271772351115942, + 0.022405147552490234 + ] + }, + { + "name" : "Middle_Tip_L", + "rotation" : [ + 0.013688242062926292, + 7.99239132902585e-05, + 0.1684110462665558, + 0.9856218695640564 + ], + "scale" : [ + 1.0000001192092896, + 0.9999999403953552, + 1 + ], + "translation" : [ + -2.0736479200422764e-09, + 0.023346584290266037, + 6.548361852765083e-11 + ] + }, + { + "children" : [ + 9 + ], + "name" : "Middle_Distal_L", + "rotation" : [ + -0.013931511901319027, + -0.00014242221368476748, + -0.16861224174499512, + 0.985584020614624 + ], + "scale" : [ + 1, + 1.0000001192092896, + 0.9999999403953552 + ], + "translation" : [ + 5.973561201244593e-09, + 0.0324166864156723, + -5.820766091346741e-11 + ] + }, + { + "children" : [ + 10 + ], + "name" : "Middle_Intermediate_L", + "rotation" : [ + 0.03945539891719818, + 0.004928736016154289, + -0.13782717287540436, + 0.9896578788757324 + ], + "translation" : [ + 1.1295924196019769e-09, + 0.04500335454940796, + 6.621121428906918e-10 + ] + }, + { + "children" : [ + 11 + ], + "name" : "Middle_Proximal_L", + "rotation" : [ + -0.01194659061729908, + 0.000966736872214824, + -0.010500849224627018, + 0.9998730421066284 + ], + "translation" : [ + -7.057678885757923e-10, + 0.0804632380604744, + 3.4924596548080444e-10 + ] + }, + { + "children" : [ + 12 + ], + "name" : "Middle_Metacarpal_L", + "rotation" : [ + -0.03585463762283325, + 4.2005005525425076e-05, + 0.0499776192009449, + 0.9981066584587097 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + -0.009999999776482582, + 0.02714575082063675, + 0.0035275884438306093 + ] + }, + { + "name" : "Ring_Tip_L", + "rotation" : [ + 0.03305169194936752, + -0.006719753611832857, + 0.12635111808776855, + 0.9914120435714722 + ], + "scale" : [ + 1, + 1, + 0.9999998211860657 + ], + "translation" : [ + 5.326000973582268e-09, + 0.027049388736486435, + 3.969034878537059e-09 + ] + }, + { + "children" : [ + 14 + ], + "name" : "Ring_Distal_L", + "rotation" : [ + -0.011351789347827435, + 0.012621401809155941, + -0.13198409974575043, + 0.9911065101623535 + ], + "scale" : [ + 0.9999999403953552, + 1, + 1 + ], + "translation" : [ + -2.3865140974521637e-09, + 0.027797557413578033, + 9.604264050722122e-10 + ] + }, + { + "children" : [ + 15 + ], + "name" : "Ring_Intermediate_L", + "rotation" : [ + 0.01732625439763069, + 0.01860846020281315, + -0.16082890331745148, + 0.9866547584533691 + ], + "scale" : [ + 1.0000001192092896, + 0.9999999403953552, + 1 + ], + "translation" : [ + 8.731149137020111e-11, + 0.04013120010495186, + 9.604264050722122e-10 + ] + }, + { + "children" : [ + 16 + ], + "name" : "Ring_Proximal_L", + "rotation" : [ + -0.05105672776699066, + -0.002022986998781562, + 0.0418044812977314, + 0.9978184103965759 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + 6.075424607843161e-10, + 0.0739438384771347, + 1.331500243395567e-09 + ] + }, + { + "children" : [ + 17 + ], + "name" : "Ring_Metacarpal_L", + "rotation" : [ + -0.07119493186473846, + 1.573348527017515e-05, + 0.018085604533553123, + 0.9972984790802002 + ], + "scale" : [ + 1, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + -0.009999999776482582, + 0.027118019759655, + -0.01309998705983162 + ] + }, + { + "name" : "Little_Tip_L", + "rotation" : [ + 0.015836291015148163, + -0.01933973841369152, + 0.15377695858478546, + 0.9877893924713135 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + -3.725290298461914e-09, + 0.019765090197324753, + 4.6566128730773926e-09 + ] + }, + { + "children" : [ + 19 + ], + "name" : "Little_Distal_L", + "rotation" : [ + -0.018054774031043053, + 0.011455277912318707, + -0.10707500576972961, + 0.9940209984779358 + ], + "scale" : [ + 0.9999999403953552, + 0.9999998807907104, + 1 + ], + "translation" : [ + 2.6775524020195007e-09, + 0.01802438497543335, + 7.894414011389017e-10 + ] + }, + { + "children" : [ + 20 + ], + "name" : "Little_Intermediate_L", + "rotation" : [ + 0.044925764203071594, + 0.03280799090862274, + -0.18505947291851044, + 0.9811516404151917 + ], + "scale" : [ + 0.9999999403953552, + 0.9999998807907104, + 1.0000001192092896 + ], + "translation" : [ + -4.0745362639427185e-10, + 0.03312354534864426, + 2.6921043172478676e-10 + ] + }, + { + "children" : [ + 21 + ], + "name" : "Little_Proximal_L", + "rotation" : [ + -0.08928601443767548, + 0.003168066032230854, + -0.006739117205142975, + 0.9959782958030701 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 3.4924596548080444e-10, + 0.06571118533611298, + -2.2009771782904863e-10 + ] + }, + { + "children" : [ + 22 + ], + "name" : "Little_Metacarpal_L", + "rotation" : [ + -0.09176954627037048, + 2.456200854794588e-05, + 0.02844771184027195, + 0.9953738451004028 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + -4.4605644178297155e-10, + 0.02708965167403221, + -0.029999956488609314 + ] + }, + { + "name" : "Palm_L", + "rotation" : [ + 0.7065238952636719, + -6.479929197666934e-06, + -8.686721230333205e-06, + 0.7076891660690308 + ], + "translation" : [ + 0.030781937763094902, + 0.06705548614263535, + -0.04206528514623642 + ] + }, + { + "children" : [ + 3, + 8, + 13, + 18, + 23, + 24 + ], + "name" : "Wrist_L", + "rotation" : [ + -0.7065169215202332, + 6.472751010733191e-06, + 6.472751465480542e-06, + 0.7076961994171143 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 3.8642522071086205e-08, + -1.8697472114581615e-05, + 0.027175573632121086 + ] + }, + { + "mesh" : 0, + "name" : "mesh_Hand_Nails_low_L", + "skin" : 0 + }, + { + "children" : [ + 26, + 25 + ], + "name" : "Armature" + } + ], + "meshes" : [ + { + "name" : "mesh_Hand_Nails_low_L", + "primitives" : [ + { + "attributes" : { + "POSITION" : 0, + "NORMAL" : 1, + "TEXCOORD_0" : 2, + "JOINTS_0" : 3, + "WEIGHTS_0" : 4 + }, + "indices" : 5 + } + ] + } + ], + "skins" : [ + { + "inverseBindMatrices" : 6, + "joints" : [ + 25, + 3, + 2, + 1, + 0, + 8, + 7, + 6, + 5, + 4, + 13, + 12, + 11, + 10, + 9, + 18, + 17, + 16, + 15, + 14, + 23, + 22, + 21, + 20, + 19, + 24 + ], + "name" : "Armature" + } + ], + "accessors" : [ + { + "bufferView" : 0, + "componentType" : 5126, + "count" : 642, + "max" : [ + 0.03515050560235977, + 0.09175886958837509, + 0.02576880156993866 + ], + "min" : [ + -0.029946306720376015, + -0.06838366389274597, + -0.18577708303928375 + ], + "type" : "VEC3" + }, + { + "bufferView" : 1, + "componentType" : 5126, + "count" : 642, + "type" : "VEC3" + }, + { + "bufferView" : 2, + "componentType" : 5126, + "count" : 642, + "type" : "VEC2" + }, + { + "bufferView" : 3, + "componentType" : 5121, + "count" : 642, + "type" : "VEC4" + }, + { + "bufferView" : 4, + "componentType" : 5126, + "count" : 642, + "type" : "VEC4" + }, + { + "bufferView" : 5, + "componentType" : 5123, + "count" : 3018, + "type" : "SCALAR" + }, + { + "bufferView" : 6, + "componentType" : 5126, + "count" : 26, + "type" : "MAT4" + } + ], + "bufferViews" : [ + { + "buffer" : 0, + "byteLength" : 7704, + "byteOffset" : 0 + }, + { + "buffer" : 0, + "byteLength" : 7704, + "byteOffset" : 7704 + }, + { + "buffer" : 0, + "byteLength" : 5136, + "byteOffset" : 15408 + }, + { + "buffer" : 0, + "byteLength" : 2568, + "byteOffset" : 20544 + }, + { + "buffer" : 0, + "byteLength" : 10272, + "byteOffset" : 23112 + }, + { + "buffer" : 0, + "byteLength" : 6036, + "byteOffset" : 33384 + }, + { + "buffer" : 0, + "byteLength" : 1664, + "byteOffset" : 39420 + } + ], + "buffers" : [ + { + "byteLength" : 41084, + "uri" : "data:application/octet-stream;base64,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BQYAAAECAAABAgAAAQIFAAECAAABAgAAAQIFAAUBAgoPEBUAAQUCAAEFAgALCg8QBQoAAA8UCgAKDwUACgUPAA8KAAAPFAAAFAAAABQAAAAUAAAAFAAAAAUKAAALCgYFCgAPBQoADwUFCgEABQoBAAEFAAoBBQAKAQAFCgEABQoBAAUUAQAFFAoFAA8KBQAPDxQACg8UAAoPABQKDwAUCgAPCgUADwoFFA8AChQPAAoUDwAAFA8AAAAUAQ8AFAEPAAEUDwABFA8AARQFAAEUBRQADwAUAA8ABQoBAAUBCgABBQAADwoUAAoPBQAKBQ8AFA8AAA8VFBAPFAoAAQAAAAEAAAABBQACBQEKAgABChQBABQAABQPAQABFAAUAA8AFAABAA8UCgAPCgAACgUPABQAAAAKDwUADxQAAAUKAAAUAAAABQEAABQAAQAUAAAAFAAAAAABFAAAARQABQEAAAEFCgABBQoAAQUAABQADwEUAA8BFAAPARUQFAAGBQAABgUAAAUCAQYFAgEGBQIGAQUGAgEFBgIBBQECCgUBAgABBQIAFAAPABQADwAAFAEAABQBAAABFAAAARQABQYAAAUGAAAUDwAAABQBDwAUAQ8UDwAAFA8AAAEFAgACAQUABQEAAhQVAAAUFQ8AFBUAAAoABQ8PChQFFA8AABQPFQoKDwUAFBUPAAoPBRQUDwAKCgUPAA8UCgAUDwAADxQVAA8UCgAPABQKDxQAAA8KAAAFAgEKBQoBDwUCBgEGBQAACgUPAA8KAAAFBgoABQoGAAoPBQAKBQsGDwoQCwUKBgsPEBUKCg8LBQcGAAAHBgAABgcAAAYLBwAHBgAABwYAAAYLBwwGCwcMBgcAAAYHAAAGBwUABgcFAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgHAAAIBwAACAAAAAgAAAAIAAAACAAAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcGAAAGBwUACAAAAAgAAAAIAAAABwgAAAcIAAAIAAAACAAAAAgAAAAGCwUABwYAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAwLAAAMCwAACwAAAAwLAAAMCwAACxAMEQsQDBEMCwAADAsAAAsGDAALBgwADQwAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANDAAADA0AAAwNAAAMDQAADA0AAAwNAAAMDQAADQwAAA0MAAANDAAADQAAAA0AAAANDAAADAsAAAsGBQwNAAAADQAAAA0AAAAMDQAADQAAAAwNAAANAAAADQAAAA0AAAAMCwAADQAAAA0AAAANAAAADQAAAA0MAAANAAAADQAAABALEQAQERUAEBURABAVEQAQCxEMEAsRDBIAAAASAAAAEgAAABIAAAASAAAAEgAAABEQAAAREAAAEQAAABEQCwAREAsAERAAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABALERUSAAAAEgAAABEQAAASEQAAEgAAABIRAAAREAAAEgAAABIAAAASAAAAEBURCxIAAAASAAAAEgAAABIAAAASAAAAEgAAABYAAAAVEA8UFRQAABYXFQAWFxUAFwAAABcAAAAXAAAAFwAAABcWAAAXFgAAFxYAABcAAAAXFgAAFwAAABcAAAAXAAAAFwAAABYXFQAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXFgAAFxYAABcWAAAXFgAAFxYAABcWAAAXFgAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAgMAAAMAAAADAAAAAwIAAAMCAAADAgAAAwAAAAMAAAADAgAAAgMAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAYLAAALBgwKAQIFAAIBBQAFAgEAAQIFAAIDAAACAwAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAgAAAAIAAAACAQAAAgEFAAIFAQACBQEAAgAAAAIFAQACAQAAAgEAAAIBAAACAQUAAgUBAAIFAQACAQAAAgUBAAIBAAACAQAAAgEAAAIBBQACBQEAAgUBAAIBAAACBQEAAgMAAAMAAAADAgAAAgUBAAIDAAACAQAAAwIAAAIBBQACAwAAAwIAAAIBAAADAAAAAwAAAAMCAAACAQUAAgEAAAMAAAACAwAAAwAAAAIAAAADAAAAAwAAAAMCAAADAAAAAwAAAAMAAAADAgAAAwAAAAMAAAADAAAAAwAAAAMAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAcAAAAHBggABwYAAAcGAAAHAAAABwgGAAcIAAAHCAAAERIAABESAAAREgAAEQAAABEAAAAREgAAERIAABESAAAWFwAAFhcAABYXAAAWFwAAFhcAABYXAAAWFwAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAASEQAAEhEAABIRAAASAAAAEgAAABIAAAASEQAAEhEAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAABcAAAASAAAADQAAAAgAAAADAAAAFwAAABIAAAAIAAAADQAAABcAAAASAAAADQAAAAgAAAAXAAAAEgAAAA0AAAAIAAAAAwAAAAMAAAADAAAAAwAAAAMAAAAVEAAAFgAAABYXFQAVFhAAFRYQABUWAAAVFgAAFRYAABYXFQAVFgAAFRYAAAsQAAAVEA8AFhUXABYVFwAWFRcAFhUAABYVAAAWFQAAFhUAABUQAAAVEBYAFRYAABUWAAAVAAAABwgAAAcIAAAHCAYABwgGAAcAAAAHCAAABwgAAAcIAAAMDQAADAAAAAwNAAAMDQAADA0AAAwNAAAMDQAADA0AABESAAAREgAAERIAABESAAAREgAAERIAABESAAAREgAAkrlqP61GTD0uIAg9AAAAAO+9Qz/pEC8+bSpQPfXLXjwgen8/s98FOwAAAAAAAAAAbW4iP0Edoj41L0g9AAAAAG1uIj9BHaI+NS9IPQAAAAAqVnw/exADPALKzjsAAAAAee5aP7KS9z0P5sM8AAAAAFvqIT+xB64+tDniPAAAAAAbC2E/MFu3PV3n8DyORAI7Q/YwPwlgNT7qxgY+AAAAANTeFj8TRUM+kSpBPi1UAD0kkyI/0mA+PgMj5D07goo9Z/sdP4bdRz7Vjec97duYPcIhHz+U26s+JmrUPFmkiTw5GE0/RpNGPoV6oTsAAAAAq8x0P8N3Dz1M9g48AAAAAESBVD+3ESI+fJM+PAAAAAAXDXU/ii4vPQAAAAAAAAAAw/piP+kp6D0AAAAAAAAAAP02VD8Ffo09yfOBPZqsHT2FU0Q/7LFuPgAAAAAAAAAA8+Y+Pzo0Oj65SYQ9u7EAPDoQTD+37R8+fUU/PQAAAABqRmE/aq+MPdle4TwrFsM87ismP/nEGj5WNOI9T+K2Pf1kAD9GW1k+ZLMXPl9dDT4o5yk/sktgPrSy2D1O5Ts8y2QxP8xtij7XPOc8I5oKPPNGFD/OrSw+qAECPr40AD5YrDI/d3nePaMm2T0p/bI9qM74Pgicrz5QPRc+X2q/PAmsCj+UDME+bG2mPQAAAACmeF0/ah0KPgAAAAAAAAAAAo1YP/j3CD7on6Y8AAAAAFsFTT+X6ks+AAAAAAAAAADdTVU/Fz0cPkW3aDwAAAAA6PJaP140FD4AAAAAAAAAABZTzj6c55I+te9xPtE1lz3S2y4/ahryPYxR1D1ztcI93/FFP4U4aD4AAAAAAAAAAG4VPD8k1Yc+AAAAAAAAAABuFTw/JNWHPgAAAAAAAAAAZPpmPxJ5iD1Az/48AAAAAI3Iaj8n8qc9YbpkOgAAAACNyGo/J/KnPWG6ZDoAAAAA7mwkPzljXj58duw9j27NPCMMIz8UYS8+x/ssPuWUuzwZnzI/XRBzPoHmhD0AAAAAaPszP2OBPT78IeU9AAAAALpwzj5tTc0+sYNIPgAAAACXQTs/4cfMPRzAwz1Ma5U9VtRXP6euID4AAAAAAAAAAEAtXT/OocM9XOglPQAAAABKxiU/qguZPho+Wz0AAAAANygsPwdsiD5LHHo9AAAAADA2QD9BJ38+AAAAAAAAAAD4MUY/HjhnPgAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAACttXA/MqV0PQAAAAAAAAAArbVwPzKldD0AAAAAAAAAAKSYUT9unTk+AAAAAAAAAACyXAI/GF23PioV2j2RQ9Y8zcqgPouOjz4US2k+OwI2Ps3KoD6Ljo8+FEtpPjsCNj5KZvQ+jp5sPlJUSj4cgcA9Smb0Po6ebD5SVEo+HIHAPfeEJz/88kA+4nfaPfH0Tj33hCc//PJAPuJ32j3x9E498io9P7hWIT52mLg9RRRbPPIqPT+4ViE+dpi4PUUUWzxuBy0/D1iIPj7UUT0No9c7bgctPw9YiD4+1FE9DaPXOz764T5W9o0+/MIhPra3/D0++uE+VvaNPvzCIT62t/w9H1kPP2llcj6x1g4+176CPR9ZDz9pZXI+sdYOPte+gj1UvQs/WR5dPum6BD7XYt49VL0LP1keXT7pugQ+12LePZctyz706KU+RHlCPlCztj2XLcs+9OilPkR5Qj5Qs7Y9rS4oPygYgD7qY7w9lAZjOq0uKD8oGIA+6mO8PZQGYzoLfD0/MyciPkfRzz0AAAAAC3w9PzMnIj5H0c89AAAAAE4bGz9yOYI+spv5PUmQkjxOGxs/cjmCPrKb+T1JkJI8TT0mP0jIYD6vMAA+sDrCO009Jj9IyGA+rzAAPrA6wjtp9/I+qx3wPo5wZD2hszk6affyPqsd8D6OcGQ9obM5Okx6Qz/e6wg+5VXSPQAAAABMekM/3usIPuVV0j0AAAAAf5dVP36NIT5ISAE8AAAAADLqTD++pz4+1fdaPAAAAAC28Hk/TunBPAAAAAAAAAAAiRo9Pxl6WD4Lb0w9AAAAACyoIT8CMpY+EJd0PY1YfTzsNSc/gw+RPpESgj0AAAAAnHcyP8gQmz4AAAAAAAAAALLpJT8XsXs+X3rAPUOvRjwYpDk/Nx18PjCT6jwAAAAAHF5oPyAPvT0AAAAAAAAAABxeaD8gD709AAAAAAAAAACZgSU/ufAdPqrx7z0XIKg9vtYtP63EDD6Gbfg9XaZ+PY5oEj9HRFE+SHsPPnA8qz1uiB4/wOW0Pj6W4DwAAAAAMVcaP5PCMT5fxwY+kDK8PVTqLT89I04+5mb0PQAAAAD1TVs/xFumPSVpfj0AAAAAUh9KP71cNz7slwA9AAAAALxCZT+nNIs98WoVPQAAAAAUpz4/17GCPgAAAAAAAAAAcMUyP9cQfD6oZWM9AAAAAAAAgD8AAAAAAAAAAAAAAADmNSw/CEmSPmlZKj0AAAAAHjFNP4g7Sz4AAAAAAAAAAPK6Uj83FDU+AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAChHPwFgYz4AAAAAAAAAACLtND8FWn8+zMUzPQAAAADk028/4mCBPQAAAAAAAAAA5NNvP+JggT0AAAAAAAAAAHI8Mj+WjjQ+oH8CPgAAAACwfwo/yMjXPtO+GT0AAAAAFncLPz006D4vl906AAAAAB50BT8a7qA+PsytPWraoj0edAU/Gu6gPj7MrT1q2qI9skVUPyL21D1N3Ig9AAAAAAVpLz9TkXQ+j/lqPbhhmDwFaS8/U5F0Po/5aj24YZg8BWkvP1ORdD6P+Wo9uGGYPDklXD+AS6U9dhVzPQAAAAA2Kjk/lauNPgAAAAAAAAAANio5P5WrjT4AAAAAAAAAADn2MT9ZX0o+l06iPccD5Tw59jE/WV9KPpdOoj3HA+U8lE9fPzidgj1r1Qs98+3zPD7CTj8Aluw9UhSJPd8dIjw+wk4/AJbsPVIUiT3fHSI8WkRKP7RHBj4kUno97pKQPFiYPz8GmEw+bxpUPQAAAACZ6iw/qmShPsjEGDwAAAAAUSZZP0T+FT7XDq07AAAAAFEmWT9E/hU+1w6tOwAAAABx5zY/Fp4UPiXEDz4AAAAAcec2PxaeFD4lxA8+AAAAABdmIz8ajJk+wT19PQAAAAAXZiM/GoyZPsE9fT0AAAAAyqc8P2ywhj4AAAAAAAAAAMqnPD9ssIY+AAAAAAAAAACPQHE/GvdrPQAAAAAAAAAA4JTwPuWx4j5ze4c946WtPOCU8D7lseI+c3uHPeOlrTwLLXI/TS9dPQAAAAAAAAAALBF7P2LanTwAAAAAAAAAAJKB0T7ba6A+aQqIPk4FQTwfzvY+97fsPkzPYz0AAAAA5RryPo14pz4B0dU9OOHDPXd7ZD9JJNw9AAAAAAAAAABdPnI/YstAPT922jsAAAAA5U96P2EDtjwAAAAAAAAAAFJv4z4B/WY+r4orPq6ZJj6nqBE/kJxUPimvKT6SRmw9leRyP7O2UT0AAAAAAAAAAGKzSz85WMg95168PSZubTwU3DQ/5iuEPpPfED0AAAAANh1bP/FbDT6Y5sU7AAAAALWpEz9guVE+MmgfPjJvgD1Z/mA/Djm2PadutDwTxCU87CEyP8XGgz4fqz89AAAAAITbbD8jwD49PA/nPAAAAACVc3I/rMZYPQAAAAAAAAAA3dxLPyMZPT5Jm5s8AAAAAO7LZz+rCXQ9bzcPPQAAAAClSOQ+TP9KPp9mQz7JCCk+YTlOP3waRz4AAAAAAAAAANoyOz9Nmok+AAAAAAAAAACt6GQ/1hlePb9KCD0hIZY8+fxPPy0N9D2d5Bo97mL6PAeiVj/pf5w9KaeLPfQiizwTdEI/tS92PgAAAAAAAAAAQF02P0qhgT60IQ09AAAAAGcROD8y3Y8+AAAAAAAAAAD8NnE/BpI2Pcj4VzwAAAAAF1xKP4cOTz6DI/A7AAAAAI9nQD9EwGc+FAy1PAAAAAC9PCo/huFEPkZG2z2RIRI9nsUfPxNrgj5jwpY9wshCPZ10JT/eKjg+GcYDPlLyOD1CHVs/ZwmLPRKGej39S3Y8XzI2P7NCQT5kpMs9xH4GOe4TZT+SYNc9AAAAAAAAAABKIQI/bL37PgAAAAAAAAAApQJrP9fqpz0AAAAAAAAAAKClej97+2I8ozjnOwAAAADYJGU/QdnWPQAAAAAAAAAA2CRlP0HZ1j0AAAAAAAAAAOOuQD+NFFw+hRjUPEua1TvjrkA/jRRcPoUY1DxLmtU78hUhPxvUvT4AAAAAAAAAAPIVIT8b1L0+AAAAAAAAAAAvuVs/7gfLPTVdLj0AAAAAL7lbP+4Hyz01XS49AAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAFaQcj+R+lY9AAAAAAAAAABhHHk/znPcPAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAM0HTz/M4EM+AAAAAAAAAAB0GEk/MZ5bPgAAAAAAAAAAdBhJPzGeWz4AAAAAAAAAAJcYXT+knQs+AAAAAAAAAACscUY/UjlmPgAAAAAAAAAArHFGP1I5Zj4AAAAAAAAAAHEZXj89mgc+AAAAAAAAAACeXl8/isq5PQqBFj0AAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAg1xOP/KNRj4AAAAAAAAAAPG4Tj86HEU+AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAzc08/34H5PYbkij0AAAAAyY8/P27ggD4AAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAEzaZT+hLdE9AAAAAAAAAADUXQQ/WET3PgAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAJyYbj8nO4s9AAAAAAAAAACcmG4/JzuLPQAAAAAAAAAAUGAlP/A+WD4v57k94DBVPVBgJT/wPlg+L+e5PeAwVT1iZWI/7dTsPQAAAAAAAAAAYmViP+3U7D0AAAAAAAAAAK0zEj/+66w+n7K6PQAAAACtMxI//uusPp+yuj0AAAAA8Sx1P+gwLT0AAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAA59Xo/x1ihPAAAAAAAAAAAjOBNP899SD4AAAAAAAAAAIFsSz/5TVI+AAAAAAAAAACBbEs/+U1SPgAAAAAAAAAAhYVoP9jTuz0AAAAAAAAAAPkuRz8dRGM+AAAAAAAAAAD5Lkc/HURjPgAAAAAAAAAAjWN7P3COkzwAAAAAAAAAAI1jez9wjpM8AAAAAAAAAACpNng/6Cr5PAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAABCiG0/7b2TPQAAAAAAAAAAzilyPxljXT0AAAAAAAAAAA2zKz9bDGI+/ESnPasn3DwAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAABWH0w/poJPPgAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAOp5Sz9WGFI+AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAADT920/aUGQPQAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAN/cfD9pyEg8AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAK/KWj8Xy7A94L5xPQAAAAAzpWc/wSeQPYa6yjwAAAAAZ6cVP6cenz4tStY9AAAAAGenFT+nHp8+LUrWPQAAAAD9IvA+jdO6PmvbCT7/3QA9/SLwPo3Tuj5r2wk+/90APQAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAJqUez+wbI08AAAAAAAAAACalHs/sGyNPAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAApPdj+7fPc8I4j6OwAAAAAKT3Y/u3z3PCOI+jsAAAAA0pt/P2BdyDoAAAAAAAAAAH7MWD8Gzhw+AAAAAAAAAADQ8VI/vjg0PgAAAAAAAAAA0PFSP744ND4AAAAAAAAAANxnYT8dwfQ9AAAAAAAAAAB+/Eo/BQ5UPgAAAAAAAAAAfvxKPwUOVD4AAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAIFkLD/hpmE+B3WrPb5kuDwAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAFrYcT9oemI9AAAAAAAAAACF0kc/7LVgPgAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAPkfTD8cgE8+AAAAAAAAAAAfjm4/CI+LPQAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAeNAzP2+gcT5vdBg9mQTIPAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAB6zlA/uee9PZWAZD1SyBI9x8xsP8SZmT0AAAAAAAAAAAONXz9ropc9CutXPQAAAAADjV8/a6KXPQrrVz0AAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAMvWej+2JqU8AAAAAAAAAADL1no/tialPAAAAAAAAAAAlap9P6ZaFTwAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAADXo3s/MoWLPAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAGZwUz+zZ9c9IhWNPQAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAACPLFE/wU07PgAAAAAAAAAAtGNfPzBxAj4AAAAAAAAAAC6BXT9H+wk+AAAAAAAAAADAI1E/A3E7PgAAAAAAAAAAwCNRPwNxOz4AAAAAAAAAAJT0Tz+uLUA+AAAAAAAAAADbyk8/ldRAPgAAAAAAAAAAbnUqPyIVqz4AAAAAAAAAAFxKJj9Ha7M+AAAAAAAAAABOszA/ZZmePgAAAAAAAAAATrMwP2WZnj4AAAAAAAAAAJnALz/OfqA+AAAAAAAAAACZwC8/zn6gPgAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAPvZyPxOcUD0AAAAAAAAAAD72cj8TnFA9AAAAAAAAAAB3mnI/hFhWPQAAAAAAAAAAd5pyP4RYVj0AAAAAAAAAAFjAbj8+/Yk9AAAAAAAAAACbaGs/JrukPQAAAAAAAAAAIK8hP7+hvD4AAAAAAAAAAP10LD8FFqc+AAAAAAAAAAD9dCw/BRanPgAAAAAAAAAAdZEqPxfdqj4AAAAAAAAAAHwFMz8I9Zk+AAAAAAAAAAB8BTM/CPWZPgAAAAAAAAAABhc6P/XRiz4AAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAGId4Pwgd7zwAAAAAAAAAAPHDOj8eeIo+AAAAAAAAAADfqzY/QqiSPgAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAArRnc/VJ0LPQAAAAAAAAAA/8MyPwJ4mj4AAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAKy9XT9TCQk+AAAAAAAAAADRbC0/WHSYPh5SwzxnzXk6UJU+P/6ugT4nMRM7AAAAAMBvLD+O24o+kydiPQAAAAANUBA/rrKkPuC06j0AAAAABWrXPkIDrj50JXU+AAAAAItscD9RN3k9AAAAAAAAAACLbHA/UTd5PQAAAAAAAAAANi1pP06Wtj0AAAAAAAAAAGy1bD+gVJo9AAAAAAAAAABhBHI/9LlfPQAAAAAAAAAAYQRyP/S5Xz0AAAAAAAAAAJibeT/ojMw8AAAAAAAAAAADYXU/zu8pPQAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAkE3k/gJvdPAAAAAAAAAAAtQlxP53XLD0gGoU8AAAAALnyVz9PetI91t9bPQAAAAC58lc/T3rSPdbfWz0AAAAAAACAPwAAAAAAAAAAAAAAAIgYbD8R0G495U6fPAAAAAAkzHM/yD1DPQAAAAAAAAAAJMxzP8g9Qz0AAAAAAAAAAJqRZD80c9s9AAAAAAAAAADWK1Y/GCzIPTR1hj0AAAAAf3wxPw4sVj7sw8c9AAAAAH98MT8OLFY+7MPHPQAAAACol38/66/QOgAAAAAAAAAAPRNQP6Xk7D15gZI9AAAAAGm0Uz9bLjE+AAAAAAAAAABptFM/Wy4xPgAAAAAAAAAAS5o1P2jLlD4AAAAAAAAAAOFuND/W4D0+U8fgPQAAAADQl9U+iEbVPlJDKj4AAAAA0JfVPohG1T5SQyo+AAAAAKLraT/uorA9AAAAAAAAAAAJ2A8/JPqPPperID4AAAAAfyVHPwNqYz4AAAAAAAAAAAAAgD8AAAAAAAAAAAAAAABm9ns/OTOBPAAAAAAAAAAA1EwjP2yCUD5KSiI+AAAAAPuLfj+nAro7AAAAAAAAAACSoH8/g9q+OgAAAAAAAAAAE1xwP9Q+ej0AAAAAAAAAAF7GVT9qIbQ9o6udPQAAAADv7ic/IyKwPgAAAAAAAAAArloqP6NKqz4AAAAAAAAAABmHeT/jHM88AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAADmpPT+NrYQ+AAAAAAAAAABF9Eg/lH9HPsl6pTwAAAAABeNqP9rnqD0AAAAAAAAAAAAAgD8AAAAAAAAAAAAAAADgDWs//ZCnPQAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAJ5/ez86DJA8AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAlgX8/0rT9OgAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAh73E/F4BGPa1u1DsAAAAAZ6ZmP8TMyj0AAAAAAAAAAGemZj/EzMo9AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAaMl5P9nqXTzfui88AAAAAKfWfz+8YiU6AAAAAAAAAACn1n8/vGIlOgAAAAAAAAAA3hRwPxOyfj0AAAAAAAAAAN4UcD8Tsn49AAAAAAAAAADXW24/TSGNPQAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAl2Ww/0zaZPQAAAAAAAAAAEFtvP30nhT0AAAAAAAAAABBbbz99J4U9AAAAAAAAAACUxGE/Y9vxPQAAAAAAAAAACm4zP+sjmT4AAAAAAAAAAJeeNj/UwpI+AAAAAAAAAAAQvkE/wAd5PgAAAAAAAAAAEL5BP8AHeT4AAAAAAAAAAC0jWz9OcxM+AAAAAAAAAAAl5zU/tDGUPgAAAAAAAAAARdBHP/C+YD4AAAAAAAAAAP9/XD8EAA4+AAAAAAAAAADQHmI/fwnvPQAAAAAAAAAA0B5iP38J7z0AAAAAAAAAAH5Gaj8NzK09AAAAAAAAAAA1A1M/K/MzPgAAAAAAAAAANQNTPyvzMz4AAAAAAAAAACRlZD/h1tw9AAAAAAAAAAAXoHY/kv4VPQAAAAAAAAAAk515P59NzDwAAAAAAAAAAGY8fz/VmUM7AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAABl7nQ/oxkxPQAAAAAAAAAAZe50P6MZMT0AAAAAAAAAAAUvTD/sQ08+AAAAAAAAAAAVFVY/rasnPgAAAAAAAAAAlf9dP6wBCD4AAAAAAAAAAJX/XT+sAQg+AAAAAAAAAAAT/2s/agegPQAAAAAAAAAAJeJZP2x3GD4AAAAAAAAAACXiWT9sdxg+AAAAAAAAAACdIGs/G/umPQAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAC3VEc/I61iPgAAAAAAAAAAAACAPwAAAAAAAAAAAAAAADJFWT+83749Xe1tPQAAAACYI0c/YW0/PvgQED0AAAAAmCNHP2FtPz74EBA9AAAAACBMYz8An+U9AAAAAAAAAAC6QWk/MvK1PQAAAAAAAAAAJUBKP2z/Vj4AAAAAAAAAAI+1VD9y88o9GWCPPQAAAAD98kk/DTRYPgAAAAAAAAAAvc9KPw3BVD4AAAAAAAAAABzpWz+QWxA+AAAAAAAAAAATaCM/05GbPkjwbD0AAAAA8k1AP1TOdT5jng88AAAAACt1Pj9hQnk+T49OPAAAAAACbkk/FBpZPmfyljoAAAAApjhiP9I67j0AAAAAAAAAAC9SbD+Fbp09AAAAAAAAAAAUQ00/sPNKPgAAAAAAAAAAFENNP7DzSj4AAAAAAAAAADtAbT8r/pU9AAAAAAAAAABG1Fg/gfrvPZnGEj0AAAAAU+p4P6K14jwAAAAAAAAAABJ4dD/hfjg9AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAA4cp5P9OjxjwAAAAAAAAAANtubD8qiZw9AAAAAAAAAACHQ2o//4CTPWgWUzwAAAAAh0NqP/+Akz1oFlM8AAAAAAAAgD8AAAAAAAAAAAAAAADZUGs/PnmlPQAAAAAAAAAAa8prP6usoT0AAAAAAAAAAGvKaz+rrKE9AAAAAAAAAACzjG0/ZpqTPQAAAAAAAAAAAACAPwAAAAAAAAAAAAAAACvxbT+ndpA9AAAAAAAAAAD3cXA/kOB4PQAAAAAAAAAA93FwP5DgeD0AAAAAAAAAAGmKdj9wWRc9AAAAAAAAAABk/G0/5xyQPQAAAAAAAAAAZPxtP+cckD0AAAAAAAAAAHl+QD8dBn4+AAAAAAAAAAB5fkA/HQZ+PgAAAAAAAAAAxitBP+VQez4AAAAAAAAAAHNrZD9tpNw9AAAAAAAAAACXEz8/0tiBPgAAAAAAAAAAPxo/P4LLgT4AAAAAAAAAAD8aPz+Cy4E+AAAAAAAAAACniV4/YtkFPgAAAAAAAAAAxwDpABUBxwAVAfoATABSAJkATACZAFUAMwBdAF4AMwBeAHgAIgCHAMwAIgDMAMMAtQCzABUAtQAVABQACQAIACQATwA/AGIATwBiAGEAKgFQAVECKgFRAgQA6QDgAAgA6QAIAAkA9wABAEUB9wBFASsBtQCLAIgAtQCIAKMBJgAiABIAJgASABMAPQCrAHIAPQByAHYAFwDzAFwCFwBcAjIAGwAoAQYAGwAGAC8ABgBdAmQABgBkAC8AbgBzAKEAbgChAKoATQBgAGUATQBlAEsArQCiAHcArQB3AJsACgALAAEACgABABUBOQCYAJsAOQCbAHcAaABqAJ8ArACuALEArACxAK8AUQBjAJwAUQCcAFMAqACgACAAqAAgACEASwBlAGMASwBjAFEAmgB5AHwAmgB8AFYAAgAFABEApgAdABwApgAcAKQAGgAbAC8AGgAvACUAPgAmAJ8BPgCfAaABLgBpALQALgC0ALMAIwBkAB4AIwAeAB8AmACcAGMAmABjADgAmAA4AHUAmAB1AJsAIAAjAFkBIABZAQIAkQCTAG0AkQBtAG8AoQEqACwAoQEsACkAgQBGAEgAgQBIAH0AdwA7ADkAagCjAGkAagBpAJ8AEQAPAA4AEQAOAIUAOgA8AJEAOgCRAG8AqQCkABwAqQAcABkAFgAAAPMAFgDzABcAEAAIAOAAJQAHACcBJQAnARoABQAPABEAXQBBAH8AXQB/AF4A9gAsAQcA9gAHAFwCNQBhAGIANQBiADYAhQAOAA0AhQANAB0AEwDEAJ8BEwCfASYAGAAVALMAGACzALQAGgAnASgBGgAoARsANQA2AHIANQByAHQAJQAyAFwCJQBcAgcAtABpAKMAtACjAKkAFQAYAAoAFQAKAAkADAALABkADAAZABwAwwDEABMAwwATABIAdABxADcAdAA3ADUADgAPAAUADgAFAFECEgAiAMMAEQAgAAIAWAFZAR8AWAEfAB4AKQEDAF0CKQFdAgYAyAD7AKAByACgAZ8BEACGAJYAigCMAJcAigCXACcAawBtAJMAawCTAJUAnQAtAGgAnQBoAJ8ALQArAGYALQBmAGgAXwCBAH0AXwB9AGsAMACOAHgAMAB4AI8AbACSAJAAbACQAG4AcwBuAJAAcwCQADsAFQHpAAkAFQEJAAoAJwC5AIoAUQJQAQ0AUQINAA4ACwAMAEUBCwBFAQEAcAB1ADgAcAA4ADQAEQCFACAANgAzAHYANgB2AHIApAGJAIoAXwBrAJUAXwCVAGcAnQAuAKMBnQCjAcgBKgAwAI8AKgCPAF8AegCDAFwAegBcAJwAWgB9AEgAWAB8AH0AWAB9AFoAWABWAHwAXgB/AEQAXgBEAH4ANgBiAF0ANgBdADMAYQA1ADcAYQA3AGAANAA3AHEANABxAHAAZQA0ADgAZQA4AGMAfgBEAEYAfgBGAIEAeQCaAIQAeQCEAHsAIQAgAIUAFQAJACQAFQAkALYAlwCHACIAlwAiACcAHQAhAIUAjACKAIkAMQCkAYoAmAA5AHoAmAB6AJwAMQAwAJ4AjQAxAIoAdwBzADsAbwB5AHsAbwB7ADoAawB9AHwAawB8AG0AjwB+AIEAjwCBAF8AeABeAH4AeAB+AI8AbQB8AHkAbQB5AG8AagCUAJIAagCSAGwADAANAFABDABQAUUBagBoAGYAagBmAJQACwAKABgACwAYABkAFgAXADIAFgAyAD4AlgAUALYAlgC2ABAAMwB4AI4AMwCOAHYAjgCNAD0AjgA9AHYALQCiASgALQAoACsAYgBJAEEAYgBBAF0ASQBiAD8ATwBhAGAATwBgAE0AggCZAFIAggBSAFQATgBMAFUATgBVAFcAVABbAIIAhgAQAOAAhgDgAMsARQBDAEIARQBCAEoAWQBQAE4AWQBOAFcAQwCAAEIAIwAfAFkBPgCgAQAAPgAAABYAXQJYAR4AXQIeAGQAnABcAFMANABlAGAANABgADcALAAqAF8ALABfAGcAHAAdAA0AHAANAAwAagBsALAAagCwAKMArAC/AGQArABkAK4AdQCxAK0AdQCtAJsApgCoACEApgAhAB0AUABZAEcARwBFAEoASgBAAFAARwBKAFAALQCdAMgBLQDIAaIBLgCdAJ8ALgCfAGkApAExAJ4AoQEwACoAMQCNAI4AMQCOADAAngAwAKEBqgChAKgAqgCoAKYAJgC+ACcAJgAnACIALwC/AL0ALwC9ACUAowCwAKQAowCkAKkAqgCmAKQAqgCkALAAoQCiAKAAoQCgAKgAMgDAALwAMgC8AD4AIwAgAKAAIwCgAKUArwCyALgArwC4AKwAdAByAKsAdACrAKcAsQCuAKUAsQClAK0AswC1AKMBswCjAS4AbgCqALAAbgCwAGwAcwB3AKIAcwCiAKEAuwC3ALwAuwC8AMAAcABxALIAcACyAK8AsgBxAHQAsgB0AKcAPgC8AL4APgC+ACYAGQAYALQAGQC0AKkArwCxAHUArwB1AHAAIwClAK4AIwCuAGQAqwC3ALsAqwC7AKcApQCgAKIApQCiAK0AuQAnAL4AuQC+ALoAtgAkABAAiwC1ABQAiwAUAJYAJAAIABAAtgAUABUAvwCsALgAvwC4AL0AugC3AKsAugCrAD0AigC5AI0AuQC6AD0AuQA9AI0AuwC4ALIAuwCyAKcAvAC3ALoAvAC6AL4AvQC4ALsAvQC7AMAAvwAvAGQAvQDAADIAvQAyACUAbALaAOUAbALlAGsC7QDuAOsA7QDrAOwAyACfAcIAyADCAMoA4gDoAPAA4gDwAO8A0QDSAO4A0QDuAO0AYgFkAV8BYgFfAV4B0ADRAO0A0ADtAOwAAAEBAQYBAAEGAQUB0gDRANQA0gDUANMAAQJbAVkCAQJZAgMCbgLcANsAbgLbAG0C1gDUANEA1gDRANAAVQFRAS4BVQEuAUcBGwIYAuYAGwLmAOMAFwECAf0AFwH9ABYBDQJKAT8BDQI/ARIC3wDgAOkA3wDpAOoANQE0ASkBNQEpAQYAcwILAQoBcwIKAXYCxADDAMEAxADBAMIA9wD4AB8B9wAfAQEAgAI+ATkBgAI5AYECMQFTAVIBMQFSATAB7wDrAM4A7wDOAOIA0gDOAOsA0gDrAO4AwwDMAMYAwwDGAMEAxADCAJ8BDwJCAU0BDwJNAREC8gHfAOoA8gHqAO4BdQIJARsBdQIbAXQC+wD1AKABGAEeASYBGAEmASUBBgEHASQBBgEkASMB+wE2AUgB+wFIAfoB5gHyAPEA5gHxAOgBeQINAQgBeQIIAXcCaAFdAWsBaAFrAW8B/AD+AAcB/gADAQcBJQEhAQMBJQEDARgBBwEDASEBBwEhASQBTwEwAVIBTwFSAVYB/gD8ABMB/gATAQ8BFwEWASABFwEgAR0BBQIQARIBBQISAQcCCQIMARkBCQIZAQsC8wHFAN8A8wHfAPIBFAEVAQEAFAEBAB8BBAIFAgsBBAILAQgBMgEuAVEBMgFRAVQB8wAAAPEA8wDxAPIAbAFtAWoBbAFqAWsB9gBcAvkAXAFhAWYBXAFmAWUBdAF1AWYBdAFmAWEBFgEaARwBFgEcASABEAETAfwAEAH8AAEB7wDwAOwA7wDsAOsAUwFUAVEBUwFRAVIBEQH/ACABEQEgARwB/wH+AWkB/wFpAVMCDAITAkABDAJAAUQBDQJJAUsBDQJLARECcQFzAWABcQFgAWQBCwIZARsBCwIbAQgCRgFKAU0BRgFNAU4BUAFMAUgBUAFIAUUBFwIVAtQAFwLUANYABAEdASABBAEgAf8AMQEwAUMBMQFDAUEBbgFvAWsBbgFrAWoBMgExAUEBMgFBAUQBNgErAUUBNgFFAUgBVgFSAVEBVgFRAVUBxwDJAOoAxwDqAOkA+AH5ATUB+AE1ATgBXAFfAWQBXAFkAWAB/AAHAQYB/AAGAQEBEgEQAQEBEgEBAQABAgL/AVMCAgJTAlIC3wDFAMsA3wDLAOAA+gFIAUwB+gFMAfcBKAEnATgBKAE4ATUB/QFXAVoB/QFaAQAC5wDmANUA5wDVAM8AZQFoAW8BZQFvAW4BGQLdAOQAGQLkABsCZQFmAWcBZQFnAWgB/QAOARoB/QAaARYBYgFeAV0BYgFdAWMBGAIWAtUAGALVAOYA1wDjAOEA1wDhAM0AXwFcAWoBXwFqAW0B/QECAlIC/QFSAlcBXgFsAWsBXgFrAV0BegI6AUsBegJLAXwCZgF1AXYBZgF2AWcBIwEkASEBIwEhASIBJQEmASIBJQEiASEBTgFNAUIBTgFCAS8BBgEjASIBBgEiAQUBpAHAAcIBpAHCAYkAtwG2Aa4BtwGuAa8B3wHdAYYB3wGGAYcBwAG4AboBwAG6AcIBpQGrAY8BpQGPAXkB0gGUAZcB0gGXAccBkgGDAY0BkgGNAZMB5AHbAYIB5AGCAcYBhQGXAZQBhQGUAYoB4gHcAX8B4gF/AZUB0gHFAZgB0gGYAZQB4AHeAZAB4AGQAX0BywHOAYkBywGJAYgB1wHRAZwB1wGcAZkB2AGzAbsB2AG7AcoByAHMAcMByAHDAaIBrAGpAXsBrAF7AZgBrwGuAaYBrwGmAacBxgGCAZwBxgGcAdEBzgGMAXcBzgF3Ac0B1gHNAXcB1gF3AagBtgG3Ab8BtgG/Ab4BjwGTAY0BjwGNAXkB1AHPAbAB1AGwAbgB2gGWAZ4B2gGeAdUB2wGIAYQB2wGEAeEBewGKAZQBewGUAZgBxQHJAawBxQGsAZgBjgGEAYgBjgGIAYkBsAGoAaoBsAGqAbIBpgF6AXgBpgF4AacBqAF3AXwBqAF8AaoBlgGAAZoBlgGaAZ4BnQGZAX4BnQF+AZEBiwGMAYcBiwGHAYYBMwFMAVABMwFQASoBFQIUAtMAFQLTANQADgIMAkQBDgJEAUEBEAIOAkEBEAJBAUMB6ADQAOwA6ADsAPAAdgFwAWMBdgFjAWcB4QDjAOYA4QDmAOcALgEyAUQBLgFEAUABKAE1AQYACAIGAhEBCAIRARwB8wDyAPkA8wD5AFwCcgFxAWQBcgFkAWIBLQE/AUoBLQFKAUYBRwFPAVYBRwFWAVUBMQEyAVQBMQFUAVMBXgFfAW0BXgFtAWwBygG7AcMBygHDAcwBzwHWAagBzwGoAbABpQGtAbMBpQGzAasBngDTAcABngDAAaQByQHYAbQByQG0AawB1QGeAZoB1QGaAdcBswGtAbUBswG1AbsBKQC+Ab8BKQC/AaEBvAG5AbEBvAGxAbQBgAGBAZoBgQGbAZoBuwG1Ab0BuwG9AcMBtAGxAakBtAGpAawBxAHBAbkBxAG5AbwBegGOAYkBegGJAXgBFAH0APoAFAH6ABUBogHDAb0BogG9ASgA6wH0ABQB6wEUAeUBHgEFASIBHgEiASYBxAGjAYgAxAGIAMEB5QEUAR8B5QEfAecBggF+AZkBggGZAZwB/gF2AXUB/gF1AQMCAACgAfUAAAD1APEAuAGwAbIBuAGyAboB0wG/AbcB0wG3AdQBBwAsATcBagLZANwAagLcAG4CiwF8AXcBiwF3AYwBcgFiAWMBcgFjAXAB+QH2ATQB+QE0ATUBCgIEAggBCgIIAQ0B9AHtAcEA9AHBAMYAFALZAN4AFALeABoCzgDSANgA0gDTANgAbgFqAVwBbgFcAWUBaAFnAWMBaAFjAV0B4wHHAZcB4wGXAeIBJwEHADcBJwE3ATgB3gGSAccB3gHHAeMBwAHTAdQBwAHUAbgBnQHVAdcBnQHXAZkBqwGzAdgBqwHYAckBoQG/AdMBoQHTAZ4ArwGnAdYBrwHWAc8BvAHKAcwBvAHMAcQBjwGrAckBjwHJAcUBkQHaAdUBkQHVAZ0BtwGvAc8BtwHPAdQBpwF4Ac0BpwHNAdYBiQHOAc0BiQHNAXgBgQHGAdEBgQHRAZsBowHEAcwBowHMAcgBtAHYAcoBtAHKAbwBmgGbAdEBmgHRAdcBhwGMAc4BhwHOAcsBkwGPAcUBkwHFAdIB3wHkAcYB3wHGAYEBkwHSAccBkwHHAZIBhwHLAeQBhwHkAd8BkAHeAeMBkAHjAdkB2QHjAeIB2QHiAZUBggHbAeEBggHhAX4BgwGSAd4BgwHeAeABlwGFAdwBlwHcAeIBywGIAdsBywHbAeQBgQGAAd0BgQHdAd8BcgLlAecBcgLnAXQCeALrAeUBeALlAXIC9QDsAegB9QDoAfEAcwLmAegBcwLoAXcC+ADpAecB+ADnAR8B8gDmAeoB8gDqAfkAcQJqAu0BcQLtAfQBwQDtAfEBwQDxAcIAcALzAfIBcALyAW8CbwLyAe4BbwLuAWsCwgDxAfABwgDwAcoAyQDvAe4ByQDuAeoAfQJ7AvYBfQL2AfkBMwH1AfcBMwH3AUwBfgL6AfcBfgL3AXwCgQJ9AvkBgQL5AfgBfwL7AfoBfwL6AX4CNwH8AfgBNwH4ATgBaQH+AQMCaQEDAlkCcQFyAQICcQECAv0BcQH9AQACcQEAAnMBcgFwAf8BcgH/AQICcAF2Af4BcAH+Af8BdAEBAgMCdAEDAnUBDwETAQQCDwEEAgoCGwEJAQYCGwEGAggCGgELAggCGgEIAhwBEwEQAQUCEwEFAgQCDgEJAgsCDgELAhoBCwEFAgcCCwEHAgoBOwE8AQ4COwEOAhACPAE5AQwCPAEMAg4CSgENAhECSgERAk0BOQE+ARMCOQETAgwCOgEPAhECOgERAksBSQENAhICSQESAj0B0wAUAhoC0wAaAtgA3ADZABQC3AAUAhUC5QDaABYC5QAWAhgC1wAZAhsC1wAbAuMA2wDcABUC2wAVAhcC5ADlABgC5AAYAhsCIQIdAj4CIQI+AkcCTgI5AkwCTgJMAk8CIwIkAj0CMwIvAjsCMwI7AkQCUALQATcCUAI3AjoCRAI7AkACRAJAAkgCPQIkAiUCPQIlAkMCLgIyAkgCLgJIAkACLwIwAjsCHQIeAj4CMQJAAjsCMQI7AjACMgIzAkQCMgJEAkgCKAIsAkkCKAJJAkECRQI8AkECRQJBAkkCNwI0AjoCLQIpAjwCLQI8AkUCIgImAkoC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" + } + ] +} diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Nails_low_L.gltf.import b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Nails_low_L.gltf.import new file mode 100644 index 0000000..62721d1 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Nails_low_L.gltf.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://c4nba0qpi0uls" +path="res://.godot/imported/Hand_Nails_low_L.gltf-60d8096917582bfe1d760ff1ad173fc8.scn" + +[deps] + +source_file="res://addons/godot-xr-tools/hands/model/Hand_Nails_low_L.gltf" +dest_files=["res://.godot/imported/Hand_Nails_low_L.gltf-60d8096917582bfe1d760ff1ad173fc8.scn"] + +[params] + +nodes/root_type="Node3D" +nodes/root_name="Scene Root" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=0 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Nails_low_R.gltf b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Nails_low_R.gltf new file mode 100644 index 0000000..6449b5a --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Nails_low_R.gltf @@ -0,0 +1,722 @@ +{ + "asset" : { + "copyright" : "CC0 Public Domain", + "generator" : "Khronos glTF Blender I/O v3.2.43", + "version" : "2.0" + }, + "scene" : 0, + "scenes" : [ + { + "name" : "Scene", + "nodes" : [ + 27 + ] + } + ], + "nodes" : [ + { + "name" : "Thumb_Tip_R", + "rotation" : [ + -0.07576872408390045, + 0.019257033243775368, + 0.03371242433786392, + 0.9963693618774414 + ], + "scale" : [ + 1.0000001192092896, + 1.000000238418579, + 1.0000001192092896 + ], + "translation" : [ + 2.7939677238464355e-09, + 0.030749469995498657, + -3.14321368932724e-09 + ] + }, + { + "children" : [ + 0 + ], + "name" : "Thumb_Distal_R", + "rotation" : [ + 0.05564067140221596, + -0.010326135903596878, + -0.013984743505716324, + 0.9982995390892029 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 1.0000001192092896 + ], + "translation" : [ + 2.3283064365386963e-09, + 0.04214789345860481, + 1.5133991837501526e-09 + ] + }, + { + "children" : [ + 1 + ], + "name" : "Thumb_Proximal_R", + "rotation" : [ + -0.04595031589269638, + 0.027135659009218216, + 0.07525718957185745, + 0.9957352876663208 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + -2.3283064365386963e-10, + 0.044916488230228424, + -2.473825588822365e-10 + ] + }, + { + "children" : [ + 2 + ], + "name" : "Thumb_Metacarpal_R", + "rotation" : [ + 0.3235369920730591, + 2.565749491623137e-05, + 0.027220426127314568, + 0.9458239078521729 + ], + "scale" : [ + 1, + 0.9999998211860657, + 0.9999998807907104 + ], + "translation" : [ + -0.009999999776482582, + 0.02717285417020321, + 0.019999971613287926 + ] + }, + { + "name" : "Index_Tip_R", + "rotation" : [ + -0.052288394421339035, + 0.0005572127993218601, + -0.10362062603235245, + 0.9932413697242737 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 1 + ], + "translation" : [ + -8.149072527885437e-09, + 0.027394980192184448, + 1.367880031466484e-09 + ] + }, + { + "children" : [ + 4 + ], + "name" : "Index_Distal_R", + "rotation" : [ + 0.014225997030735016, + 0.011990753002464771, + 0.13454149663448334, + 0.9907333254814148 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + -5.529727786779404e-09, + 0.0313456691801548, + 1.775333657860756e-09 + ] + }, + { + "children" : [ + 5 + ], + "name" : "Index_Intermediate_R", + "rotation" : [ + -0.013683199882507324, + 0.024668212980031967, + 0.23507100343704224, + 0.9715688824653625 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 0, + 0.03811633586883545, + -3.3178366720676422e-09 + ] + }, + { + "children" : [ + 6 + ], + "name" : "Index_Proximal_R", + "rotation" : [ + 0.11122288554906845, + 0.0027781203389167786, + -0.11757423728704453, + 0.9868121147155762 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + -5.336175945558352e-10, + 0.08036758005619049, + 2.584926050985814e-09 + ] + }, + { + "children" : [ + 7 + ], + "name" : "Index_Metacarpal_R", + "rotation" : [ + -0.0005887771840207279, + -2.10358793992782e-05, + -0.0252196304500103, + 0.9996817708015442 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + 0.009999999776482582, + 0.0271772351115942, + 0.022405147552490234 + ] + }, + { + "name" : "Middle_Tip_R", + "rotation" : [ + 0.013688242062926292, + -7.99239132902585e-05, + -0.1684110462665558, + 0.9856218695640564 + ], + "scale" : [ + 1.0000001192092896, + 0.9999999403953552, + 1 + ], + "translation" : [ + 2.0736479200422764e-09, + 0.023346584290266037, + 6.548361852765083e-11 + ] + }, + { + "children" : [ + 9 + ], + "name" : "Middle_Distal_R", + "rotation" : [ + -0.013931511901319027, + 0.00014242221368476748, + 0.16861224174499512, + 0.985584020614624 + ], + "scale" : [ + 1, + 1.0000001192092896, + 0.9999999403953552 + ], + "translation" : [ + -5.973561201244593e-09, + 0.0324166864156723, + -5.820766091346741e-11 + ] + }, + { + "children" : [ + 10 + ], + "name" : "Middle_Intermediate_R", + "rotation" : [ + 0.03945539891719818, + -0.004928736016154289, + 0.13782717287540436, + 0.9896578788757324 + ], + "translation" : [ + -1.1295924196019769e-09, + 0.04500335454940796, + 6.621121428906918e-10 + ] + }, + { + "children" : [ + 11 + ], + "name" : "Middle_Proximal_R", + "rotation" : [ + -0.01194659061729908, + -0.000966736872214824, + 0.010500849224627018, + 0.9998730421066284 + ], + "translation" : [ + 7.057678885757923e-10, + 0.0804632380604744, + 3.4924596548080444e-10 + ] + }, + { + "children" : [ + 12 + ], + "name" : "Middle_Metacarpal_R", + "rotation" : [ + -0.03585463762283325, + -4.2005005525425076e-05, + -0.0499776192009449, + 0.9981066584587097 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 0.009999999776482582, + 0.02714575082063675, + 0.0035275884438306093 + ] + }, + { + "name" : "Ring_Tip_R", + "rotation" : [ + 0.03305169194936752, + 0.006719753611832857, + -0.12635111808776855, + 0.9914120435714722 + ], + "scale" : [ + 1, + 1, + 0.9999998211860657 + ], + "translation" : [ + -5.326000973582268e-09, + 0.027049388736486435, + 3.969034878537059e-09 + ] + }, + { + "children" : [ + 14 + ], + "name" : "Ring_Distal_R", + "rotation" : [ + -0.011351789347827435, + -0.012621401809155941, + 0.13198409974575043, + 0.9911065101623535 + ], + "scale" : [ + 0.9999999403953552, + 1, + 1 + ], + "translation" : [ + 2.3865140974521637e-09, + 0.027797557413578033, + 9.604264050722122e-10 + ] + }, + { + "children" : [ + 15 + ], + "name" : "Ring_Intermediate_R", + "rotation" : [ + 0.01732625439763069, + -0.01860846020281315, + 0.16082890331745148, + 0.9866547584533691 + ], + "scale" : [ + 1.0000001192092896, + 0.9999999403953552, + 1 + ], + "translation" : [ + -8.731149137020111e-11, + 0.04013120010495186, + 9.604264050722122e-10 + ] + }, + { + "children" : [ + 16 + ], + "name" : "Ring_Proximal_R", + "rotation" : [ + -0.05105672776699066, + 0.002022986998781562, + -0.0418044812977314, + 0.9978184103965759 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + -6.075424607843161e-10, + 0.0739438384771347, + 1.331500243395567e-09 + ] + }, + { + "children" : [ + 17 + ], + "name" : "Ring_Metacarpal_R", + "rotation" : [ + -0.07119493186473846, + -1.573348527017515e-05, + -0.018085604533553123, + 0.9972984790802002 + ], + "scale" : [ + 1, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + 0.009999999776482582, + 0.027118019759655, + -0.01309998705983162 + ] + }, + { + "name" : "Little_Tip_R", + "rotation" : [ + 0.015836291015148163, + 0.01933973841369152, + -0.15377695858478546, + 0.9877893924713135 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + 3.725290298461914e-09, + 0.019765090197324753, + 4.6566128730773926e-09 + ] + }, + { + "children" : [ + 19 + ], + "name" : "Little_Distal_R", + "rotation" : [ + -0.018054774031043053, + -0.011455277912318707, + 0.10707500576972961, + 0.9940209984779358 + ], + "scale" : [ + 0.9999999403953552, + 0.9999998807907104, + 1 + ], + "translation" : [ + -2.6775524020195007e-09, + 0.01802438497543335, + 7.894414011389017e-10 + ] + }, + { + "children" : [ + 20 + ], + "name" : "Little_Intermediate_R", + "rotation" : [ + 0.044925764203071594, + -0.03280799090862274, + 0.18505947291851044, + 0.9811516404151917 + ], + "scale" : [ + 0.9999999403953552, + 0.9999998807907104, + 1.0000001192092896 + ], + "translation" : [ + 4.0745362639427185e-10, + 0.03312354534864426, + 2.6921043172478676e-10 + ] + }, + { + "children" : [ + 21 + ], + "name" : "Little_Proximal_R", + "rotation" : [ + -0.08928601443767548, + -0.003168066032230854, + 0.006739117205142975, + 0.9959782958030701 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + -3.4924596548080444e-10, + 0.06571118533611298, + -2.2009771782904863e-10 + ] + }, + { + "children" : [ + 22 + ], + "name" : "Little_Metacarpal_R", + "rotation" : [ + -0.09176954627037048, + -2.456200854794588e-05, + -0.02844771184027195, + 0.9953738451004028 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 4.4605644178297155e-10, + 0.02708965167403221, + -0.029999956488609314 + ] + }, + { + "name" : "Palm_R", + "rotation" : [ + 0.7065238952636719, + 6.479929197666934e-06, + 8.686721230333205e-06, + 0.7076891660690308 + ], + "translation" : [ + -0.030781937763094902, + 0.06705548614263535, + -0.04206528514623642 + ] + }, + { + "children" : [ + 3, + 8, + 13, + 18, + 23, + 24 + ], + "name" : "Wrist_R", + "rotation" : [ + -0.7065169215202332, + -6.472751010733191e-06, + -6.472751465480542e-06, + 0.7076961994171143 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + -3.8642522071086205e-08, + -1.8697472114581615e-05, + 0.027175573632121086 + ] + }, + { + "mesh" : 0, + "name" : "mesh_Hand_Nails_low_R", + "skin" : 0 + }, + { + "children" : [ + 26, + 25 + ], + "name" : "Armature" + } + ], + "meshes" : [ + { + "name" : "mesh_Hand_Nails_low_R", + "primitives" : [ + { + "attributes" : { + "POSITION" : 0, + "NORMAL" : 1, + "TEXCOORD_0" : 2, + "JOINTS_0" : 3, + "WEIGHTS_0" : 4 + }, + "indices" : 5 + } + ] + } + ], + "skins" : [ + { + "inverseBindMatrices" : 6, + "joints" : [ + 25, + 3, + 2, + 1, + 0, + 8, + 7, + 6, + 5, + 4, + 13, + 12, + 11, + 10, + 9, + 18, + 17, + 16, + 15, + 14, + 23, + 22, + 21, + 20, + 19, + 24 + ], + "name" : "Armature" + } + ], + "accessors" : [ + { + "bufferView" : 0, + "componentType" : 5126, + "count" : 642, + "max" : [ + 0.02935672551393509, + 0.09175886958837509, + 0.02576880156993866 + ], + "min" : [ + -0.03574008867144585, + -0.06838366389274597, + -0.18577708303928375 + ], + "type" : "VEC3" + }, + { + "bufferView" : 1, + "componentType" : 5126, + "count" : 642, + "type" : "VEC3" + }, + { + "bufferView" : 2, + "componentType" : 5126, + "count" : 642, + "type" : "VEC2" + }, + { + "bufferView" : 3, + "componentType" : 5121, + "count" : 642, + "type" : "VEC4" + }, + { + "bufferView" : 4, + "componentType" : 5126, + "count" : 642, + "type" : "VEC4" + }, + { + "bufferView" : 5, + "componentType" : 5123, + "count" : 3018, + "type" : "SCALAR" + }, + { + "bufferView" : 6, + "componentType" : 5126, + "count" : 26, + "type" : "MAT4" + } + ], + "bufferViews" : [ + { + "buffer" : 0, + "byteLength" : 7704, + "byteOffset" : 0 + }, + { + "buffer" : 0, + "byteLength" : 7704, + "byteOffset" : 7704 + }, + { + "buffer" : 0, + "byteLength" : 5136, + "byteOffset" : 15408 + }, + { + "buffer" : 0, + "byteLength" : 2568, + "byteOffset" : 20544 + }, + { + "buffer" : 0, + "byteLength" : 10272, + "byteOffset" : 23112 + }, + { + "buffer" : 0, + "byteLength" : 6036, + "byteOffset" : 33384 + }, + { + "buffer" : 0, + "byteLength" : 1664, + "byteOffset" : 39420 + } + ], + "buffers" : [ + { + "byteLength" : 41084, + "uri" : "data:application/octet-stream;base64,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BQYAAAECAAABAgAAAQIFAAECAAABAgAAAQIFAAUBAgoPEBUAAQUCAAEFAgALCg8QBQoAAA8UCgAKDwUACgUPAA8KFAAUDwAAFAAAABQAAAAUAAAAFAAAAAUKAAAKCwYFCgAPBQoADwUFCgEABQoBAAEFAAoBBQAKAQAFCgEABQoBAAUUAQAFFAoFAAEKBQABDxQACg8UAAoPABQKDwAUCgAPCgUADwoFFA8AABQPAAAUDwAAFA8AAAAUAQ8AFAEPAAEUDwABFA8BABQAAQAUABQADwAUAA8ABQoBAAUBCgABAAAADwoUAAoPBQAKBQ8AFA8AAA8VFBAPFAoAAQACAAEAAgABBQACBQEKAgABChQBABQAABQBDwABFAAUAA8AFAABAA8UCgAPChQACgUPABQAAAAKDwUAFA8AAAUKAAAUAAAABQEAABQAAQAUAAAAFAAAAAABFAAAARQAAQUAAAEFCgABBQoAAQAFABQADwEUAA8BFAAPARUQFA8GBQAABgUAAAUCAQYFAgEGBQIGAQUGAgEFBgIBBQECCgUBAgABBQIAFAABDxQAAQ8AARQAAAEUAAEAFAABABQABQYAAAUGAAAUDwAAABQBDwAUAQ8UAAAAFA8AAAEFAgoCAQUABQECABQVAAAUFQ8AFBUAAAoABQ8PChQFFA8AABQPFQoKDwUAFBUPAAoPBRQUDwAKCgUPAA8UCgAUDwAADxQVAA8UCgAPFAAKFA8AAA8KFAAFAgEGBQoBDwUCBgEGBQAACgUPAA8KAAAFBgoABQoGAAoPBQAKBQsGDwoQCwUKBgsPEBUUCg8LAAcGAAAHBgAABgcAAAYLBwAHBgAABwYAAAYLBwwGCwcMBgcAAAYHAAAGBwUABgcFAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgHAAAIBwAACAAAAAgAAAAIAAAACAAAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcGAAAGBwUACAAAAAgAAAAIAAAABwgAAAcIAAAIAAAACAAAAAgAAAAGCwUABwYAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAwLAAAMAAAACwwAAAwLAAAMCwAACxAMEQsQDBEMCwAADAsAAAsGDAULBgwFDQwAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANDAAADA0AAAwNAAAMDQAADA0AAAwNAAAMDQAADQwAAA0MAAANDAAADQAAAA0AAAANDAAADAsAAAsGBQwNAAAADQAAAA0AAAAMDQAADQAAAAwNAAANAAAADQAAAA0AAAAMCwAADQAAAA0AAAANAAAADQAAAA0MAAANAAAADQAAABALEQAQERUAEBURABAVEQAQCxEMEAsRDBIAAAASAAAAEgAAABIAAAASAAAAEgAAABEQAAAREAAAEQAAABEQCwAREAsAEQAAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABALERUSAAAAEgAAABEQAAASEQAAEgAAABIRAAAREAAAEgAAABIAAAASAAAAEBURCxIAAAASAAAAEgAAABIAAAASAAAAEgAAABYAAAAVEA8UFRQAABYXFQAWFxUAFwAAABcAAAAXAAAAFwAAABcWAAAXFgAAFxYAABcAAAAXFgAAFwAAABcAAAAXAAAAFwAAABYXFQAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXFgAAFxYAABcWAAAXFgAAFxYAABcWAAAXFgAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAgMAAAMAAAADAAAAAwIAAAMCAAADAgAAAwAAAAMAAAADAgAAAgMAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAYLAAALBgwKAQIAAAIBBQAFAgEAAQIFAAIDAAACAwAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAgAAAAIAAAACAQAAAgEFAAIFAQACBQEAAgAAAAIFAQACAQAAAgEAAAIBAAACAQUAAgUBAAIFAQACAQAAAgUBAAIBAAACAQAAAgEAAAIBBQACBQEAAgUBAAIBAAACBQEAAgMAAAMAAAADAgAAAgUBAAIDAAACAQAAAwIAAAIBBQACAwAAAwIAAAIBAAADAAAAAwAAAAMCAAACAQUAAgEAAAMAAAACAwAAAwAAAAIAAAADAAAAAwAAAAMCAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAAMDQAADAAAAAwNAAAMAAAA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LQBnACwAXwBrAH0AXwB9AIEAMACPAHgAMAB4AI4AbABuAJEAbACRAJMAcwA8AJEAcwCRAG4AFQEKAAkAFQEJAOkAJwCKALkAUQIOAA0AUQINAFABCwABAEUBCwBFAQwAcAA0ADgAcAA4AHUAEQAgAIUANgByAHYANgB2ADMApAGKAIgAXwBmAJQAXwCUAGsAnQDIAaMBnQCjAS4AKgBfAI8AKgCPADAAewCcAFsAewBbAIMAWQBHAH0AVwBZAH0AVwB9AHwAVwB8AFUAXgB+AEMAXgBDAIAANgAzAF0ANgBdAGIAYQBgADcAYQA3ADUANABwAHEANABxADcAZQBjADgAZQA4ADQAfgCBAEUAfgBFAEMAeQB6AIIAeQCCAJkAIQCFACAAFQC2ACQAFQAkAAkAlgAnACIAlgAiAIYAHQCFACEAiwCIAIoAMQCKAKQBmACcAHsAmAB7ADoAMQCeADAAjQCKADEAdwA8AHMAbwA5AHoAbwB6AHkAawBtAHwAawB8AH0AjwBfAIEAjwCBAH4AeACPAH4AeAB+AF4AbQBvAHkAbQB5AHwAagBsAJMAagCTAJUADABFAVABDABQAQ0AagCVAGcAagBnAGgACwAZABgACwAYAAoAFgA+ADIAFgAyABcAlwAQALYAlwC2ABQAMwB2AI4AMwCOAHgAjgB2AD0AjgA9AI0ALQAsACkALQApAKIBYgBdAEIAYgBCAEoASgBAAGIAUABOAGAAUABgAGEAhABTAFEAhABRAJoATQBYAFYATQBWAEsAUwCEAFwAhwDMAOAAhwDgABAARgBJAEEARgBBAEQAWgBYAE0AWgBNAE8ARABBAH8AIwBZAR8APgAWAAAAPgAAAKABXQJkAB4AXQIeAFgBnABUAFsANAA3AGAANABgAGUAKwBmAF8AKwBfACoAHAAMAA0AHAANAB0AagCjALAAagCwAGwArACuAGQArABkAL8AdQCbAK0AdQCtALEApgAdACEApgAhAKgASABaAE8ATwA/AEkASQBGAEgATwBJAEgALQCiAcgBLQDIAZ0ALgBpAJ8ALgCfAJ0ApAGeADEAoQEqADAAMQAwAI4AMQCOAI0AngChATAAqgCmAKgAqgCoAKEAJgAiACcAJgAnAL4ALwAlAL0ALwC9AL8AowCpAKQAowCkALAAqgCwAKQAqgCkAKYAoQCoAKAAoQCgAKIAMgA+ALwAMgC8AMAAIwClAKAAIwCgACAArwCsALgArwC4ALIAdACnAKsAdACrAHIAsQCtAKUAsQClAK4AswAuAKMBswCjAbUAbgBsALAAbgCwAKoAcwChAKIAcwCiAHcAuwDAALwAuwC8ALcAcACvALIAcACyAHEAsgCnAHQAsgB0AHEAPgAmAL4APgC+ALwAGQCpALQAGQC0ABgArwBwAHUArwB1ALEAIwBkAK4AIwCuAKUAqwCnALsAqwC7ALcApQCtAKIApQCiAKAAuQC6AL4AuQC+ACcAtgAQACQAjACXABQAjAAUALUAJAAQAAgAtgAVABQAvwC9ALgAvwC4AKwAugA9AKsAugCrALcAigCNALkAuQCNAD0AuQA9ALoAuwCnALIAuwCyALgAvAC+ALoAvAC6ALcAvQDAALsAvQC7ALgAvwBkAC8AvQAlADIAvQAyAMAAbQJrAuUAbQLlANsA7QDsAOsA7QDrAO4AyADKAMIAyADCAJ8B4QDvAPAA4QDwAOcA0QDtAO4A0QDuANIAYgFeAV8BYgFfAWQBzwDsAO0AzwDtANEAAAEFAQYBAAEGAQEB0gDTANQA0gDUANEAAAIDAlkCAAJZAloBbgJsAtoAbgLaANwA1QDPANEA1QDRANQAVQFHAS4BVQEuAVEBGwLjAOYAGwLmABgCFwEWAf0AFwH9AAIBDQISAj8BDQI/AUoB3wDqAOkA3wDpAOAANQEGACoBNQEqATQBcwJ2AgoBcwIKAQsBxADCAMEAxADBAMMA9gABAB8B9gAfAfgAgAKBAjkBgAI5AT4BMQEwAVIBMQFSAVMB7wDhAM0A7wDNAOsA0gDuAOsA0gDrAM0AwwDBAMUAwwDFAMsAxACfAcIADwIRAk0BDwJNAUIB8gHuAeoA8gHqAN8AdQJ0AhsBdQIbAQkB+wCgAfUAGAElASYBGAEmAR4BBgEjASQBBgEkAQcB+wH6AUgB+wFIATYB5gHoAfEA5gHxAPIAeQJ3AggBeQIIAQ0BaAFvAWsBaAFrAV0B/AAHAf4ABwEDAf4AJQEYAQMBJQEDASEBBwEkASEBBwEhAQMBTwFWAVIBTwFSATAB/gAPARMB/gATAfwAFwEdASABFwEgARYBBQIHAhIBBQISARABCQILAhkBCQIZAQwB9AHyAd8A9AHfAMYAFAEfAQEAFAEBABUBBAIIAQsBBAILAQUCMgFUAVEBMgFRAS4B8wDyAPEA8wDxAAAAbAFrAWoBbAFqAW0B9wD5AFwCXAFlAWYBXAFmAWABcwFgAWYBcwFmAXUBFgEgARwBFgEcARoBEAEBAfwAEAH8ABMB7wDrAOwA7wDsAPAAUwFSAVEBUwFRAVQBEQEcASABEQEgAf8A/wFTAmkB/wFpAf4BDAJEAUABDAJAARMCDQIRAksBDQJLAUkBcQFkAWEBcQFhAXQBCwIIAhsBCwIbARkBRgFOAU0BRgFNAUoBUAFFAUgBUAFIAUwBFgLVANQAFgLUABUCBAH/ACABBAEgAR0BMQFBAUMBMQFDATABbgFqAWsBbgFrAW8BMgFEAUEBMgFBATEBNgFIAUUBNgFFASsBVgFVAVEBVgFRAVIBxwDpAOoAxwDqAMkA+AE4ATUB+AE1AfkBXAFhAWQBXAFkAV8B/AABAQYB/AAGAQcBEgEAAQEBEgEBARABAgJSAlMCAgJTAv8B3wDgAMwA3wDMAMYA+gH3AUwB+gFMAUgBKAE1ATgBKAE4AScB/QEBAlsB/QFbAVcB6ADQANYA6ADWAOYAZQFuAW8BZQFvAWgBGgIbAuQAGgLkAN4AZQFoAWcBZQFnAWYB/QAWARoB/QAaAQ4BYgFjAV0BYgFdAV4BGALmANYAGALWABcC2ADOAOIA2ADiAOMAXwFtAWoBXwFqAVwB/QFXAVIC/QFSAgICXgFdAWsBXgFrAWwBegJ8AksBegJLAToBZgFnAXYBZgF2AXUBIwEiASEBIwEhASQBJQEhASIBJQEiASYBTgEvAUIBTgFCAU0BBgEFASIBBgEiASMBpAGIAMEBpAHBAcABtwGvAa0BtwGtAbUB3wGHAYUB3wGFAdwBwAHBAbkBwAG5AbgBpgF6AY8BpgGPAasB0gHHAZcB0gGXAZQBkgGTAY4BkgGOAYQB5AHGAYIB5AGCAdsBhgGLAZQBhgGUAZcB4gGWAYAB4gGAAd0B0gGUAZgB0gGYAcUB4QF+AZEB4QGRAd4BywGIAYkBywGJAc4B1wGZAZwB1wGcAdAB2AHKAbsB2AG7AbMByAGiAcMByAHDAcwBrAGYAXwBrAF8AaoBrwGnAaUBrwGlAa0BxgHQAZwBxgGcAYIBzgHNAXcBzgF3AYwB1gGoAXcB1gF3Ac0BtQG9Ab8BtQG/AbcBjwF6AY4BjwGOAZMB1AG4AbAB1AGwAc8B2QHVAZ4B2QGeAZUB2wHgAYMB2wGDAYgBfAGYAZQBfAGUAYsBxQGYAawBxQGsAckBjQGJAYgBjQGIAYMBsAGxAakBsAGpAagBpQGnAXgBpQF4AXkBqAGpAXsBqAF7AXcBlQGeAZoBlQGaAX8BnQGQAX0BnQF9AZkBigGFAYcBigGHAYwBMwEpAVABMwFQAUwBFQLUANMAFQLTABQCDgJBAUQBDgJEAQwCEAJDAUEBEAJBAQ4C5wDwAOwA5wDsAM8AdgFnAWMBdgFjAXAB4gDoAOYA4gDmAOMALgFAAUQBLgFEATIBKAEGADUBCAIcAREBCAIRAQYC8wBcAvkA8wD5APIAcgFiAWQBcgFkAXEBLQFGAUoBLQFKAT8BRwFVAVYBRwFWAU8BMQFTAVQBMQFUATIBXgFsAW0BXgFtAV8BygHMAcMBygHDAbsBzwGwAagBzwGoAdYBpgGrAbMBpgGzAa4BngCkAcABngDAAdMByQGsAbQByQG0AdgB1QHXAZoB1QGaAZ4BswG7AbYBswG2Aa4BKAChAb8BKAC/Ab0BvAG0AbIBvAGyAboBfwGaAYEBmgGbAYEBuwHDAb4BuwG+AbYBtAGsAaoBtAGqAbIBxAG8AboBxAG6AcIBeQF4AYkBeQGJAY0BFAEVAfoAFAH6APQAogEpAL4BogG+AcMB6wHlARQB6wEUAfQAHgEmASIBHgEiAQUBxAHCAYkAxAGJAKMB5QHnAR8B5QEfARQBggGcAZkBggGZAX0B/gEDAnUB/gF1AXYBAADxAPUAAAD1AKABuAG5AbEBuAGxAbAB0wHUAbcB0wG3Ab8BBwA3ASwBagJuAtwAagLcANkAigGMAXcBigF3AXsBcgFwAWMBcgFjAWIB+QE1ATQB+QE0AfYBCgINAQgBCgIIAQQC8wHFAMEA8wHBAO0BFAIZAt0AFALdANkAzQDXANIA1wDTANIAbgFlAVwBbgFcAWoBaAFdAWMBaAFjAWcB4wHiAZcB4wGXAccBJwE4ATcBJwE3AQcA3gHjAccB3gHHAZIBwAG4AdQBwAHUAdMBnQGZAdcBnQHXAdUBqwHJAdgBqwHYAbMBoQGeANMBoQHTAb8BrwHPAdYBrwHWAacBvAHEAcwBvAHMAcoBjwHFAckBjwHJAasBkAGdAdUBkAHVAdkBtwHUAc8BtwHPAa8BpwHWAc0BpwHNAXgBiQF4Ac0BiQHNAc4BgQGbAdABgQHQAcYBowHIAcwBowHMAcQBtAG8AcoBtAHKAdgBmgHXAdABmgHQAZsBhwHLAc4BhwHOAYwBkwHSAcUBkwHFAY8B3wGBAcYB3wHGAeQBkwGSAccBkwHHAdIBhwHfAeQBhwHkAcsBkQHaAeMBkQHjAd4B2gGWAeIB2gHiAeMBggF9AeABggHgAdsBhAHhAd4BhAHeAZIBlwHiAd0BlwHdAYYBywHkAdsBywHbAYgBgQHfAdwBgQHcAX8BcgJ0AucBcgLnAeUBeAJyAuUBeALlAesB9QDxAOgB9QDoAewBcwJ3AugBcwLoAeYB+AAfAecB+ADnAekB8gD5AOoB8gDqAeYBcALzAe0BcALtAWoCwQDCAPEBwQDxAe0BcQJvAvIBcQLyAfQBbwJrAu4BbwLuAfIBwgDKAO8BwgDvAfEByQDqAO4ByQDuAfABfQL5AfYBfQL2AXsCMwFMAfcBMwH3AfUBfgJ8AvcBfgL3AfoBgQL4AfkBgQL5AX0CfwJ+AvoBfwL6AfsBNwE4AfgBNwH4AfwBaQFZAgMCaQEDAv4BcQH9AQICcQECAnIBcQF0AQECcQEBAv0BcgECAv8BcgH/AXABcAH/Af4BcAH+AXYBcwF1AQMCcwEDAgACDwEKAgQCDwEEAhMBGwEIAgYCGwEGAgkBGgEcAQgCGgEIAgsCEwEEAgUCEwEFAhABDgEaAQsCDgELAgkCCwEKAQcCCwEHAgUCOwEQAg4COwEOAjwBPAEOAgwCPAEMAjkBSgFNARECSgERAg0COQEMAhMCOQETAj4BOgFLARECOgERAg8CSQE9ARICSQESAg0C0wDXABkC0wAZAhQC3AAVAhQC3AAUAtkA5QAYAhcC5QAXAtsA2ADjABsC2AAbAhoC2gAWAhUC2gAVAtwA5AAbAhgC5AAYAuUAIQJHAj4CIQI+Ah0CTgJPAkwCTgJMAjkCIwI9AiQCMwJEAjsCMwI7Ai8CUAI6AjcCUAI3AtEBRAJIAkACRAJAAjsCPQJDAiUCPQIlAiQCLgJAAkgCLgJIAjICLwI7AjACHQI+Ah4CMQIwAjsCMQI7AkACMgJIAkQCMgJEAjMCKAJBAkkCKAJJAiwCRQJJAkECRQJBAjwCNwI6AjQCLQJFAjwCLQI8AikCIgJDAkoC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" + } + ] +} diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Nails_low_R.gltf.import b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Nails_low_R.gltf.import new file mode 100644 index 0000000..d75bb64 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_Nails_low_R.gltf.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dunu03tc5vdbh" +path="res://.godot/imported/Hand_Nails_low_R.gltf-7d9fc9507def4b4fd9c10cdae7aa6e11.scn" + +[deps] + +source_file="res://addons/godot-xr-tools/hands/model/Hand_Nails_low_R.gltf" +dest_files=["res://.godot/imported/Hand_Nails_low_R.gltf-7d9fc9507def4b4fd9c10cdae7aa6e11.scn"] + +[params] + +nodes/root_type="Node3D" +nodes/root_name="Scene Root" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=0 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_low_L.gltf b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_low_L.gltf new file mode 100644 index 0000000..a35be1f --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_low_L.gltf @@ -0,0 +1,722 @@ +{ + "asset" : { + "copyright" : "CC0 Public Domain", + "generator" : "Khronos glTF Blender I/O v3.2.43", + "version" : "2.0" + }, + "scene" : 0, + "scenes" : [ + { + "name" : "Scene", + "nodes" : [ + 27 + ] + } + ], + "nodes" : [ + { + "name" : "Thumb_Tip_L", + "rotation" : [ + -0.07576872408390045, + -0.019257033243775368, + -0.03371242433786392, + 0.9963693618774414 + ], + "scale" : [ + 1.0000001192092896, + 1.000000238418579, + 1.0000001192092896 + ], + "translation" : [ + -2.7939677238464355e-09, + 0.030749469995498657, + -3.14321368932724e-09 + ] + }, + { + "children" : [ + 0 + ], + "name" : "Thumb_Distal_L", + "rotation" : [ + 0.05564067140221596, + 0.010326135903596878, + 0.013984743505716324, + 0.9982995390892029 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 1.0000001192092896 + ], + "translation" : [ + -2.3283064365386963e-09, + 0.04214789345860481, + 1.5133991837501526e-09 + ] + }, + { + "children" : [ + 1 + ], + "name" : "Thumb_Proximal_L", + "rotation" : [ + -0.04595031589269638, + -0.027135659009218216, + -0.07525718957185745, + 0.9957352876663208 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + 2.3283064365386963e-10, + 0.044916488230228424, + -2.473825588822365e-10 + ] + }, + { + "children" : [ + 2 + ], + "name" : "Thumb_Metacarpal_L", + "rotation" : [ + 0.3235369920730591, + -2.565749491623137e-05, + -0.027220426127314568, + 0.9458239078521729 + ], + "scale" : [ + 1, + 0.9999998211860657, + 0.9999998807907104 + ], + "translation" : [ + 0.009999999776482582, + 0.02717285417020321, + 0.019999971613287926 + ] + }, + { + "name" : "Index_Tip_L", + "rotation" : [ + -0.052288394421339035, + -0.0005572127993218601, + 0.10362062603235245, + 0.9932413697242737 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 1 + ], + "translation" : [ + 8.149072527885437e-09, + 0.027394980192184448, + 1.367880031466484e-09 + ] + }, + { + "children" : [ + 4 + ], + "name" : "Index_Distal_L", + "rotation" : [ + 0.014225997030735016, + -0.011990753002464771, + -0.13454149663448334, + 0.9907333254814148 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + 5.529727786779404e-09, + 0.0313456691801548, + 1.775333657860756e-09 + ] + }, + { + "children" : [ + 5 + ], + "name" : "Index_Intermediate_L", + "rotation" : [ + -0.013683199882507324, + -0.024668212980031967, + -0.23507100343704224, + 0.9715688824653625 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 0, + 0.03811633586883545, + -3.3178366720676422e-09 + ] + }, + { + "children" : [ + 6 + ], + "name" : "Index_Proximal_L", + "rotation" : [ + 0.11122288554906845, + -0.0027781203389167786, + 0.11757423728704453, + 0.9868121147155762 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + 5.336175945558352e-10, + 0.08036758005619049, + 2.584926050985814e-09 + ] + }, + { + "children" : [ + 7 + ], + "name" : "Index_Metacarpal_L", + "rotation" : [ + -0.0005887771840207279, + 2.10358793992782e-05, + 0.0252196304500103, + 0.9996817708015442 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + -0.009999999776482582, + 0.0271772351115942, + 0.022405147552490234 + ] + }, + { + "name" : "Middle_Tip_L", + "rotation" : [ + 0.013688242062926292, + 7.99239132902585e-05, + 0.1684110462665558, + 0.9856218695640564 + ], + "scale" : [ + 1.0000001192092896, + 0.9999999403953552, + 1 + ], + "translation" : [ + -2.0736479200422764e-09, + 0.023346584290266037, + 6.548361852765083e-11 + ] + }, + { + "children" : [ + 9 + ], + "name" : "Middle_Distal_L", + "rotation" : [ + -0.013931511901319027, + -0.00014242221368476748, + -0.16861224174499512, + 0.985584020614624 + ], + "scale" : [ + 1, + 1.0000001192092896, + 0.9999999403953552 + ], + "translation" : [ + 5.973561201244593e-09, + 0.0324166864156723, + -5.820766091346741e-11 + ] + }, + { + "children" : [ + 10 + ], + "name" : "Middle_Intermediate_L", + "rotation" : [ + 0.03945539891719818, + 0.004928736016154289, + -0.13782717287540436, + 0.9896578788757324 + ], + "translation" : [ + 1.1295924196019769e-09, + 0.04500335454940796, + 6.621121428906918e-10 + ] + }, + { + "children" : [ + 11 + ], + "name" : "Middle_Proximal_L", + "rotation" : [ + -0.01194659061729908, + 0.000966736872214824, + -0.010500849224627018, + 0.9998730421066284 + ], + "translation" : [ + -7.057678885757923e-10, + 0.0804632380604744, + 3.4924596548080444e-10 + ] + }, + { + "children" : [ + 12 + ], + "name" : "Middle_Metacarpal_L", + "rotation" : [ + -0.03585463762283325, + 4.2005005525425076e-05, + 0.0499776192009449, + 0.9981066584587097 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + -0.009999999776482582, + 0.02714575082063675, + 0.0035275884438306093 + ] + }, + { + "name" : "Ring_Tip_L", + "rotation" : [ + 0.03305169194936752, + -0.006719753611832857, + 0.12635111808776855, + 0.9914120435714722 + ], + "scale" : [ + 1, + 1, + 0.9999998211860657 + ], + "translation" : [ + 5.326000973582268e-09, + 0.027049388736486435, + 3.969034878537059e-09 + ] + }, + { + "children" : [ + 14 + ], + "name" : "Ring_Distal_L", + "rotation" : [ + -0.011351789347827435, + 0.012621401809155941, + -0.13198409974575043, + 0.9911065101623535 + ], + "scale" : [ + 0.9999999403953552, + 1, + 1 + ], + "translation" : [ + -2.3865140974521637e-09, + 0.027797557413578033, + 9.604264050722122e-10 + ] + }, + { + "children" : [ + 15 + ], + "name" : "Ring_Intermediate_L", + "rotation" : [ + 0.01732625439763069, + 0.01860846020281315, + -0.16082890331745148, + 0.9866547584533691 + ], + "scale" : [ + 1.0000001192092896, + 0.9999999403953552, + 1 + ], + "translation" : [ + 8.731149137020111e-11, + 0.04013120010495186, + 9.604264050722122e-10 + ] + }, + { + "children" : [ + 16 + ], + "name" : "Ring_Proximal_L", + "rotation" : [ + -0.05105672776699066, + -0.002022986998781562, + 0.0418044812977314, + 0.9978184103965759 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + 6.075424607843161e-10, + 0.0739438384771347, + 1.331500243395567e-09 + ] + }, + { + "children" : [ + 17 + ], + "name" : "Ring_Metacarpal_L", + "rotation" : [ + -0.07119493186473846, + 1.573348527017515e-05, + 0.018085604533553123, + 0.9972984790802002 + ], + "scale" : [ + 1, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + -0.009999999776482582, + 0.027118019759655, + -0.01309998705983162 + ] + }, + { + "name" : "Little_Tip_L", + "rotation" : [ + 0.015836291015148163, + -0.01933973841369152, + 0.15377695858478546, + 0.9877893924713135 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + -3.725290298461914e-09, + 0.019765090197324753, + 4.6566128730773926e-09 + ] + }, + { + "children" : [ + 19 + ], + "name" : "Little_Distal_L", + "rotation" : [ + -0.018054774031043053, + 0.011455277912318707, + -0.10707500576972961, + 0.9940209984779358 + ], + "scale" : [ + 0.9999999403953552, + 0.9999998807907104, + 1 + ], + "translation" : [ + 2.6775524020195007e-09, + 0.01802438497543335, + 7.894414011389017e-10 + ] + }, + { + "children" : [ + 20 + ], + "name" : "Little_Intermediate_L", + "rotation" : [ + 0.044925764203071594, + 0.03280799090862274, + -0.18505947291851044, + 0.9811516404151917 + ], + "scale" : [ + 0.9999999403953552, + 0.9999998807907104, + 1.0000001192092896 + ], + "translation" : [ + -4.0745362639427185e-10, + 0.03312354534864426, + 2.6921043172478676e-10 + ] + }, + { + "children" : [ + 21 + ], + "name" : "Little_Proximal_L", + "rotation" : [ + -0.08928601443767548, + 0.003168066032230854, + -0.006739117205142975, + 0.9959782958030701 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 3.4924596548080444e-10, + 0.06571118533611298, + -2.2009771782904863e-10 + ] + }, + { + "children" : [ + 22 + ], + "name" : "Little_Metacarpal_L", + "rotation" : [ + -0.09176954627037048, + 2.456200854794588e-05, + 0.02844771184027195, + 0.9953738451004028 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + -4.4605644178297155e-10, + 0.02708965167403221, + -0.029999956488609314 + ] + }, + { + "name" : "Palm_L", + "rotation" : [ + 0.7065238952636719, + -6.479929197666934e-06, + -8.686721230333205e-06, + 0.7076891660690308 + ], + "translation" : [ + 0.030781937763094902, + 0.06705548614263535, + -0.04206528514623642 + ] + }, + { + "children" : [ + 3, + 8, + 13, + 18, + 23, + 24 + ], + "name" : "Wrist_L", + "rotation" : [ + -0.7065169215202332, + 6.472751010733191e-06, + 6.472751465480542e-06, + 0.7076961994171143 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 3.8642522071086205e-08, + -1.8697472114581615e-05, + 0.027175573632121086 + ] + }, + { + "mesh" : 0, + "name" : "mesh_Hand_low_L", + "skin" : 0 + }, + { + "children" : [ + 26, + 25 + ], + "name" : "Armature" + } + ], + "meshes" : [ + { + "name" : "mesh_Hand_low_L", + "primitives" : [ + { + "attributes" : { + "POSITION" : 0, + "NORMAL" : 1, + "TEXCOORD_0" : 2, + "JOINTS_0" : 3, + "WEIGHTS_0" : 4 + }, + "indices" : 5 + } + ] + } + ], + "skins" : [ + { + "inverseBindMatrices" : 6, + "joints" : [ + 25, + 3, + 2, + 1, + 0, + 8, + 7, + 6, + 5, + 4, + 13, + 12, + 11, + 10, + 9, + 18, + 17, + 16, + 15, + 14, + 23, + 22, + 21, + 20, + 19, + 24 + ], + "name" : "Armature" + } + ], + "accessors" : [ + { + "bufferView" : 0, + "componentType" : 5126, + "count" : 603, + "max" : [ + 0.03515051305294037, + 0.09001174569129944, + 0.02576880156993866 + ], + "min" : [ + -0.029946302995085716, + -0.06838366389274597, + -0.18542321026325226 + ], + "type" : "VEC3" + }, + { + "bufferView" : 1, + "componentType" : 5126, + "count" : 603, + "type" : "VEC3" + }, + { + "bufferView" : 2, + "componentType" : 5126, + "count" : 603, + "type" : "VEC2" + }, + { + "bufferView" : 3, + "componentType" : 5121, + "count" : 603, + "type" : "VEC4" + }, + { + "bufferView" : 4, + "componentType" : 5126, + "count" : 603, + "type" : "VEC4" + }, + { + "bufferView" : 5, + "componentType" : 5123, + "count" : 2814, + "type" : "SCALAR" + }, + { + "bufferView" : 6, + "componentType" : 5126, + "count" : 26, + "type" : "MAT4" + } + ], + "bufferViews" : [ + { + "buffer" : 0, + "byteLength" : 7236, + "byteOffset" : 0 + }, + { + "buffer" : 0, + "byteLength" : 7236, + "byteOffset" : 7236 + }, + { + "buffer" : 0, + "byteLength" : 4824, + "byteOffset" : 14472 + }, + { + "buffer" : 0, + "byteLength" : 2412, + "byteOffset" : 19296 + }, + { + "buffer" : 0, + "byteLength" : 9648, + "byteOffset" : 21708 + }, + { + "buffer" : 0, + "byteLength" : 5628, + "byteOffset" : 31356 + }, + { + "buffer" : 0, + "byteLength" : 1664, + "byteOffset" : 36984 + } + ], + "buffers" : [ + { + "byteLength" : 38648, + "uri" : "data:application/octet-stream;base64,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BgUAAAUCAQYFAgEGBQIGAQUGAgEFBgIBBQECCgUBAgABBQIAFAAPABQADwAAFAEAABQBAAABFAAAARQABQYAAAUGAAAUDwAAFA8AABQPAAABBQIAAgEFAAUBAAIUFQAAFBUPABQVAAAKAAUPDwoUBRQPAAAUDxUKCg8FABQVDwAKDwUUFA8ACgoFDwAPFAoAFA8AAA8UFQAPFAoADwAUCg8UAAAPCgAABQIBCgUKAQ8FAgYBBgUAAAoFDwAPCgAABQYKAAUKBgAKDwUACgULBg8KEAsFCgYLDxAVCgoPCwUHBgAABwYAAAYHAAAGCwcABwYAAAcGAAAGCwcMBgsHDAYHAAAGBwAABgcFAAYHBQAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHBgAABgcFAAcIAAAHCAAABgsFAAcGAAAMCwAADAsAAAsAAAAMCwAADAsAAAsQDBELEAwRDAsAAAwLAAALBgwACwYMAAwNAAAMDQAADA0AAAwNAAAMDQAADA0AAAwLAAALBgUMDA0AAAwNAAAMCwAAEAsRABARFQAQFREAEBURABALEQwQCxEMERAAABEQAAARAAAAERALABEQCwAREAAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEAsRFREQAAASEQAAEhEAABEQAAAQFRELFgAAABYAAAAVEA8UFRQAABYXFQAWFxUAFhcVABUWEAAVFhAAFRYAABUWAAAVFgAAFhcVABUWAAAVFgAAFhcVABcWAAAXFgAAFxYAABcWAAAXFgAAFxYAABcWAAACAwAAAgMAAAIDAAACAwAAAgMAAAIDAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAACAwAAAwAAAAMAAAADAgAAAwIAAAMCAAADAAAAAwAAAAMCAAACAwAABgsAAAsQAAALBgwKFRAPAAECBQACAQUABQIBAAECBQACAwAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAgMAAAIAAAACAAAAAgEAAAIBBQACBQEAAgUBAAIAAAACBQEAAgEAAAIBAAACAQAAAgEFAAIFAQACBQEAAgEAAAIFAQACAQAAAgEAAAIBAAACAQUAAgUBAAIFAQACAQAAAgUBAAIDAAADAAAAAwIAAAIFAQACAwAAAgEAAAMCAAACAQUAAgMAAAMCAAACAQAAAwIAAAIBBQACAQAAAgMAAAMAAAACAAAAAwAAAAMAAAADAgAAAwAAAAMAAAADAAAAAwIAAAMAAAADAAAAAwAAAAMAAAADAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAHAAAABwYIAAcGAAAHBgAABwAAAAcIBgAHCAAABwgAABESAAAREgAAERIAABEAAAARAAAAERIAABESAAAREgAAFhcAABYXAAAWFwAAFhcAABYXAAAWFwAAFhcAABYVFwAWFRcAFhUXABYVAAAWFQAAFhUAABYVAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADQwAABIRAAASEQAAEhEAABIAAAASAAAAEgAAABIRAAASEQAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAVEAAAFRAWABUWAAAVFgAAFQAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgHAAAIBwAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAA0AAAANAAAADQAAAA0AAAANAAAADQwAAA0MAAANDAAADQwAAA0AAAANAAAADQwAAA0AAAANAAAADQAAAA0AAAANAAAADQAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABcAAAAXAAAAFwAAABcAAAAXFgAAFxYAABcWAAAXAAAAFxYAABcAAAAXAAAAFwAAABcAAAAHCAAABwgAAAcIBgAHCAYABwAAAAcIAAAHCAAABwgAAAwNAAAMAAAADA0AAAwNAAAMDQAADA0AAAwNAAAMDQAAERIAABESAAAREgAAERIAABESAAAREgAAERIAABESAAAFCgEABQoBAAEABRQBAAUUFAAPABQADwAUAAEAFAABAAEFCgABBQoAFAABABQAAQAPCgAUCg8ABQUKAQAKBQAPBQEAChQPAAoUDwAAAQUACgEABRQUAA8BAQAFFBQAAQAAARQFFAABDwEAFAUUAAEPDxQACgoFAA8AFAEAAQUKAAEFCgAFCgEABQoBAAoFDwAKBQ8AAQUAFAEFABQPFAoA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GAA2ATMAHADlAAcAHAAHADAABwA4AV0ABwBdADAAZwBsAJYAZwCWAJ8ASgBZAF4ASgBeAEgAogCXAHAAogBwAJAACwAMAAEACwABAOAAOgCPAJAAOgCQAHAAYQBjAJQAoQCjAKYAoQCmAKQATgBcAJEATgCRAFAAnQCVACEAnQAhACIASABeAFwASABcAE4AHwJyAHUAHwJ1ACMCAgAGABIAmwAeAB0AmwAdAJkAGwAcADAAGwAwACYAPwAnADUBPwA1ATcBLwBiAKkALwCpAKgAJABdAB8AJAAfACAAjwCRAFwAjwBcADkAjwA5AG4AjwBuAJAAIQAkAP8AIQD/AAIAiACKAGYAiABmAGgAOQErAC0AOQEtACoAeAAbAkUAeABFAHYAcAA8ADoAYwCYAGIAYwBiAJQAEgAQAA8AEgAPAHwAOwA9AIgAOwCIAGgAngCZAB0AngAdABoAFwAAANAAFwDQABgAEQAJAMkAJgAIAOQAJgDkABsABgAQABIAVgAYAiACVgAgAlcA0wDpAAgA0wAIADYBNgBaAFsANgBbADcAfAAPAA4AfAAOAB4AFAC5ADUBFAA1AScAGQAWAKgAGQCoAKkAGwDkAOUAGwDlABwANgA3AGsANgBrAG0AJgAzADYBJgA2AQgAqQBiAJgAqQCYAJ4AFgAZAAsAFgALAAoADQAMABoADQAaAB0AuAC5ABQAuAAUABMAbQBqADgAbQA4ADYADwAQAAYADwAGAAUAEwAjALgAEgAhAAIA/gD/ACAA/gAgAB8A5gADADgB5gA4AQcAvQDYADcBvQA3ATUBEQB9AI0AgQCDAI4AgQCOACgAZABmAIoAZACKAIwAkgAuAGEAkgBhAJQALgAsAF8ALgBfAGEAWAB4AHYAWAB2AGQAMQCFAHEAMQBxAIYAZQCJAIcAZQCHAGcAbABnAIcAbACHADwA4ADMAAoA4AAKAAsAKACuAIEABQD7AA4ABQAOAA8ADAANAPYADAD2AAEAaQBuADkAaQA5ADUAEgB8ACEANwA0AG8ANwBvAGsAPAGAAIEAWABkAIwAWACMAGAAkgAvADsBkgA7AWABKwAxAIYAKwCGAFgAcwB6AB0CcwAdApEAVQB2AEUAUwB1AHYAUwB2AFUAUwAjAnUAVwAgAkMAVwBDAHcANwBbAFYANwBWADQAWgA2ADgAWgA4AFkANQA4AGoANQBqAGkAXgA1ADkAXgA5AFwAdwBDABsCdwAbAngAcgAfAnsAcgB7AHQAIgAhAHwAFgAKACUAFgAlAKsAjgB+ACMAjgAjACgAHgAiAHwAgwCBAIAAMgA8AYEAjwA6AHMAjwBzAJEAMgAxAJMAhAAyAIEAcABsADwAaAByAHQAaAB0ADsAZAB2AHUAZAB1AGYAhgB3AHgAhgB4AFgAcQBXAHcAcQB3AIYAZgB1AHIAZgByAGgAYwCLAIkAYwCJAGUADQAOAPsADQD7APYAYwBhAF8AYwBfAIsADAALABkADAAZABoAFwAYADMAFwAzAD8AjQAVAKsAjQCrABEANABxAIUANACFAG8AhQCEAD4AhQA+AG8ALgA6ASkALgApACwAWwBGABgCWwAYAlYARgBbAEAATABaAFkATABZAEoAfQARAMkAfQDJAMAAJAAgAP8APwA3AQAAPwAAABcAOAH+AB8AOAEfAF0AkQAdAlAANQBeAFkANQBZADgALQArAFgALQBYAGAAHQAeAA4AHQAOAA0AYwBlAKUAYwClAJgAoQC0AF0AoQBdAKMAbgCmAKIAbgCiAJAAmwCdACIAmwAiAB4ALgCSAGABLgBgAToBLwCSAJQALwCUAGIAPAEyAJMAOQExACsAMgCEAIUAMgCFADEAkwAxADkBnwCWAJ0AnwCdAJsAJwCzACgAJwAoACMAMAC0ALIAMACyACYAmAClAJkAmACZAJ4AnwCbAJkAnwCZAKUAlgCXAJUAlgCVAJ0AMwC1ALEAMwCxAD8AJAAhAJUAJACVAJoApACnAK0ApACtAKEAbQBrAKAAbQCgAJwApgCjAJoApgCaAKIAqACqADsBqAA7AS8AZwCfAKUAZwClAGUAbABwAJcAbACXAJYAsACsALEAsACxALUAaQBqAKcAaQCnAKQApwBqAG0ApwBtAJwAPwCxALMAPwCzACcAGgAZAKkAGgCpAJ4ApACmAG4ApABuAGkAJACaAKMAJACjAF0AoACsALAAoACwAJwAmgCVAJcAmgCXAKIArgAoALMArgCzAK8AqwAlABEAggCqABUAggAVAI0AJQAJABEAqwAVABYAtAChAK0AtACtALIArwCsAKAArwCgAD4AgQCuAIQArgCvAD4ArgA+AIQAsACtAKcAsACnAJwAsQCsAK8AsQCvALMAsgCtALAAsgCwALUAtAAwAF0AsgC1ADMAsgAzACYAAgLDAMsAAgLLAAECvQA1AbcAvQC3AL8AlgEBAQgBlgEIAZgBBALFAMQABALEAAMCyADJAMwAyADMAM0A7ADrAOYA7ADmAAcACQLcANsACQLbAAwCuQC4ALYAuQC2ALcA1ADVAOMA1ADjAAEAFgL1APAAFgLwABcCuADBALsAuAC7ALYAuQC3ADUBmwECAQsBmwELAZoBhwHIAM0AhwHNAIMBCwLaAOIACwLiAAoC2ADSADcBkAHtAPcAkAH3AI8BewHPAM4AewHOAH0BDwLeANkADwLZAA0CpQHdAOEApQHhAKcBiAG6AMgAiAHIAIcBAwADAQYBAwAGAbgB3wDgAAEA3wABAOMAoAGhAdwAoAHcANkA0AAAAM4A0ADOAM8A0wA2AdYABwG6AbwBBwG8AQUBlAGTAQsBlAELAQIBqQH4APkAqQH5AK0BpwHhAOIApwHiAKQB+wD6APcA+wD3APYA7QDoAPYA7QD2APcAvAC+AM0AvADNAMwAjQGOAewAjQHsAO8AlwGUAQIBlwECAfwAngGdAQYBngEGAQMByAC6AMAAyADAAMkAjwH3APoAjwH6AIwB5QDkAO8A5QDvAOwAkgH9AAABkgEAAZUBtQHGAMoAtQHKALcBBgC7AbkBBgC5AQUAkgGXAfwAkgH8AP0AnAH8AAIBnAECAZsBnAEFAQYBnAEGAZ0BEALxAPkAEAL5ABICPAFYAVoBPAFaAYAATwFOAUYBTwFGAUcBdAFyASIBdAEiASMBWAFQAVIBWAFSAVoBPQFDASsBPQErARUBaAEwATMBaAEzAV8BLgEfASkBLgEpAS8BeQFwAR4BeQEeAV4BIQEzATABIQEwASYBdwFxARsBdwEbATEBaAFdATQBaAE0ATABdQFzASwBdQEsARkBYwFmASUBYwElASQBMgEcAWwBMgFsAW8BbQFLAVMBbQFTAWIBYAFkAVsBYAFbAToBRAFBARcBRAEXATQBRwFGAT4BRwE+AT8BZgEoARMBZgETAWUBawFlARMBawETAUABTgFPAVcBTgFXAVYBKwEvASkBKwEpARUBagFnAUgBagFIAVABXgEeARoBXgEaAWwBcAEkASABcAEgAXYBFwEmATABFwEwATQBXQFhAUQBXQFEATQBKgEgASQBKgEkASUBSAFAAUIBSAFCAUoBPgEWARQBPgEUAT8BQAETARgBQAEYAUIBXgFsARwBXgEcAR0BJwEoASMBJwEjASIB6gD6APsA6gD7AOcA5QDsAAcA0ADPANYA0ADWADYBmQGaAQsBmQELAQgBYgFTAVsBYgFbAWQBZwFrAUABZwFAAUgBPQFFAUsBPQFLAUMBkwBpAVgBkwBYATwBYQFtAUwBYQFMAUQBSwFFAU0BSwFNAVMBKgBWAVcBKgBXATkBVAFRAUkBVAFJAUwBUwFNAVUBUwFVAVsBTAFJAUEBTAFBAUQBXAFZAVEBXAFRAVQBFgEqASUBFgElARQB3wDRANcA3wDXAOAAOgFbAVUBOgFVASkAgAHRAN8AgAHfAHoBmQEIAQEBmQEBAZ8BXAE7AX8AXAF/AFkBegHfAOMAegHjAHwBkwESAREBkwERAZgBAAA3AdIAAADSAM4AUAFIAUoBUAFKAVIBaQFXAU8BaQFPAWoBCADpAO4AAALCAMUAAALFAAQCJwEYARMBJwETASgBjgGLAesAjgHrAOwApgGgAdkApgHZAN4AiQGCAbYAiQG2ALsAsAHCAMcAsAHHALYBeAFfATMBeAEzAXcB5AAIAO4A5ADuAO8AcwEuAV8BcwFfAXgBWAFpAWoBWAFqAVABQwFLAW0BQwFtAWEBOQFXAWkBOQFpAZMARwE/AWsBRwFrAWcBVAFiAWQBVAFkAVwBKwFDAWEBKwFhAV0BTwFHAWcBTwFnAWoBPwEUAWUBPwFlAWsBJQFmAWUBJQFlARQBbAEaAS0BbAEtAW8BOwFcAWQBOwFkAWABTAFtAWIBTAFiAVQBIwEoAWYBIwFmAWMBLwErAV0BLwFdAWgBdAF5AV4BdAFeAR0BLwFoAV8BLwFfAS4BIwFjAXkBIwF5AXQBLAFzAXgBLAF4AW4BbgF4AXcBbgF3ATEBHgFwAXYBHgF2ARoBHwEuAXMBHwFzAXUBMwEhAXEBMwFxAXcBYwEkAXABYwFwAXkBHQEcAXIBHQFyAXQBCAJ6AXwBCAJ8AQoCDgKAAXoBDgJ6AQgC0gCBAX0B0gB9Ac4ACQJ7AX0BCQJ9AQ0C1QB+AXwB1QB8AeMAzwB7AX8BzwB/AdYABwIAAoIBBwKCAYkBtgCCAYYBtgCGAbcABgKIAYcBBgKHAQUCBQKHAYMBBQKDAQECtwCGAYUBtwCFAb8AvgCEAYMBvgCDAc0AEwIRAosBEwKLAY4B6gCKAYwB6gCMAfoAFAKPAYwBFAKMARICFwITAo4BFwKOAY0BFQKQAY8BFQKPARQC7gCRAY0B7gCNAe8ACwGTAZgBCwGYAQgBDQEOAZcBDQGXAZIBDQGSAZUBDQGVAQ8BDgEMAZQBDgGUAZcBDAESAZMBDAGTAZQBEAGWAZgBEAGYAREBCQGZAZ8BCQGfAQQBCQEKAZoBCQGaAZkB/ACcAZ0B/ACdAf0ABQGcAZsBBQGbAQcBAAH9AJ0BAAGdAZ4BBwGbAZoBBwGaAQoB4gDaAKIB4gCiAaQB3AChAaMB3ACjAdsA8gDzAKoB8gCqAawB8wDwAKgB8wCoAaoB8AD1AK8B8ACvAagB8QCrAa0B8QCtAfkA+ACpAa4B+ACuAfQAxQDCALABxQCwAbEBywDDALIBywCyAbQBxADFALEBxACxAbMBygDLALQBygC0AbcBBQC5AQQACgG7AboBCgG6AQcBBQG8AbgBBQG4AQYBuAG8Af8AuAH/AP4AuQG7AQoBuQEKAQkBOAEDALgBOAG4Af4ABAC5AQkBBAAJAQQBugG7AQYAugEGAAIAvAG6AQIAvAECAP8A+QH7AfYB+QH2AfUB1AHTAdcB1AHXAdoBwgHBAcQBwgHEAcMBxgHEAcEBxgHBAcABtwG0AcwBtwHMAcsB2wHdAd4B2wHeAd8BqQHvAecBqQHnAa4BwAG+AcoBwAHKAc4BqwHqAfABqwHwAa0B9QH2AfMB9QHzAfQB0QHfAd4B0QHeAdgB0gHQAdwB0gHcAeAB5QHmAeIB5QHiAeQB2QHXAdMB2QHTAdIBoQHXAdkBoQHZAaMB7gHyAeQB7gHkAeIB8wH4Af0B8wH9AfwBEAERAf0BEAH9AfgBzwHVAd0BzwHdAdsBqAGvAegBqAHoAewBDQEPAfcBDQH3AfsB7QHvAfAB7QHwAfEBswGxAcQBswHEAcYB5QHkAesB5QHrAekB5gHlAekB5gHpAewB8wH2AfsB8wH7AfcBzQHMAcUBzQHFAb8B/AH9Af4B/AH+Af8B+QH1AfQB+QH0AfoBtAGyAcUBtAHFAcwBxwHLAckBxwHJAb0B/AH/AfQB/AH0AfMB/QERARIB/QESAf4B8QHwAeoB8QHqAeMB1AHaAdYB1AHWAdABsQGwAcMBsQHDAcQBqgGoAewBqgHsAekBrAGqAekBrAHpAesBwQHCAb4BwQG+AcABEgEMAfoBEgH6Af4ByQHLAcwByQHMAc0B4gHmAegB5gHsAegBpAGiAdgBpAHYAd4BDgENAfsBDgH7AfkB4QHnAe8B4QHvAe0B0AHSAdMB0AHTAdQBDgH5AfoBDgH6AQwBvgHCAcgBwgHDAcgB/wH+AfoB/wH6AfQBwwGwAbYBwwG2AcgBxwG1AbcBxwG3AcsB1gHaAaAB1gGgAaYB3QGnAaQB3QGkAd4B2gHXAaEB2gGhAaAB1QGlAacB1QGnAd0B7wGpAa0B7wGtAfABygAFAgECygABAssAxgAGAgUCxgAFAsoAxwDCAAACxwAAAgcCggEAAgQCggEEAoYBhgEEAgMChgEDAoUBhAECAgEChAEBAoMB3AAJAg0C3AANAtkA3QAOAggC3QAIAuEA4QAIAgoC4QAKAuIAgQEPAg0CgQENAn0BfgELAgoCfgEKAnwBewEJAgwCewEMAn8B9AAVAhQC9AAUAvgA8ADzABMC8AATAhcC+AAUAhIC+AASAvkA8wDyABEC8wARAhMCigEQAhICigESAowBkQEWAhcCkQEXAo0BKgI2AikCKQI2AjQCMAI2Ai8CKwIoAjYCLQI2AioCNAI2AiQCJAI2AiUCJQI2AjUCNQI2AicCJwI2AiYCNgIwAjICLAIrAjYCLgIsAjYCMgIuAjYCLwI2AjECMQI2AjMCMwI2Ai0CVAJEABoCVAIaAj4CQwJNAEsAQwJLAEECSwJHAEEASwJBADsCTgIiAlIATgJSAEoCOQIZAkcAOQJHAEsCOwJBAE0AOwJNAEMCUAIeAiICUAIiAk4CVgIcAnkAVgJ5AFICSAJUAEQASAJEAFQCRQJPAFEARQJRAFcCUgJ5AB4CUgIeAlACPgIaAkIAPgJCAFoCSgJSAFQASgJUAEgCWgJCACECWgIhAjcCPwJJAE8APwJPAEUCVwJRABwCVwIcAlYCQQJLAEkAQQJJAD8CJAJCAkACJAJAAjQCKgJYAlUCKgJVAi0CNAJAAkYCNAJGAikCKwJZAjgCKwI4AigCMAJJAkcCMAJHAjICLAI9AlkCLAJZAisCMwJRAk8CMwJPAjECKQJGAlgCKQJYAioCMgJHAlMCMgJTAi4CLQJVAlECLQJRAjMCKAImAjYCMQJPAk0CMQJNAi8CNQI8AkQCNQJEAiUC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" + } + ] +} diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_low_L.gltf.import b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_low_L.gltf.import new file mode 100644 index 0000000..00d6c7c --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_low_L.gltf.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://16colgxrw27d" +path="res://.godot/imported/Hand_low_L.gltf-a83bdf9115e4fb62c63deabade61cbbb.scn" + +[deps] + +source_file="res://addons/godot-xr-tools/hands/model/Hand_low_L.gltf" +dest_files=["res://.godot/imported/Hand_low_L.gltf-a83bdf9115e4fb62c63deabade61cbbb.scn"] + +[params] + +nodes/root_type="Node3D" +nodes/root_name="Scene Root" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=0 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_low_R.gltf b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_low_R.gltf new file mode 100644 index 0000000..383b28b --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_low_R.gltf @@ -0,0 +1,722 @@ +{ + "asset" : { + "copyright" : "CC0 Public Domain", + "generator" : "Khronos glTF Blender I/O v3.2.43", + "version" : "2.0" + }, + "scene" : 0, + "scenes" : [ + { + "name" : "Scene", + "nodes" : [ + 27 + ] + } + ], + "nodes" : [ + { + "name" : "Thumb_Tip_R", + "rotation" : [ + -0.07576872408390045, + 0.019257033243775368, + 0.03371242433786392, + 0.9963693618774414 + ], + "scale" : [ + 1.0000001192092896, + 1.000000238418579, + 1.0000001192092896 + ], + "translation" : [ + 2.7939677238464355e-09, + 0.030749469995498657, + -3.14321368932724e-09 + ] + }, + { + "children" : [ + 0 + ], + "name" : "Thumb_Distal_R", + "rotation" : [ + 0.05564067140221596, + -0.010326135903596878, + -0.013984743505716324, + 0.9982995390892029 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 1.0000001192092896 + ], + "translation" : [ + 2.3283064365386963e-09, + 0.04214789345860481, + 1.5133991837501526e-09 + ] + }, + { + "children" : [ + 1 + ], + "name" : "Thumb_Proximal_R", + "rotation" : [ + -0.04595031589269638, + 0.027135659009218216, + 0.07525718957185745, + 0.9957352876663208 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + -2.3283064365386963e-10, + 0.044916488230228424, + -2.473825588822365e-10 + ] + }, + { + "children" : [ + 2 + ], + "name" : "Thumb_Metacarpal_R", + "rotation" : [ + 0.3235369920730591, + 2.565749491623137e-05, + 0.027220426127314568, + 0.9458239078521729 + ], + "scale" : [ + 1, + 0.9999998211860657, + 0.9999998807907104 + ], + "translation" : [ + -0.009999999776482582, + 0.02717285417020321, + 0.019999971613287926 + ] + }, + { + "name" : "Index_Tip_R", + "rotation" : [ + -0.052288394421339035, + 0.0005572127993218601, + -0.10362062603235245, + 0.9932413697242737 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 1 + ], + "translation" : [ + -8.149072527885437e-09, + 0.027394980192184448, + 1.367880031466484e-09 + ] + }, + { + "children" : [ + 4 + ], + "name" : "Index_Distal_R", + "rotation" : [ + 0.014225997030735016, + 0.011990753002464771, + 0.13454149663448334, + 0.9907333254814148 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + -5.529727786779404e-09, + 0.0313456691801548, + 1.775333657860756e-09 + ] + }, + { + "children" : [ + 5 + ], + "name" : "Index_Intermediate_R", + "rotation" : [ + -0.013683199882507324, + 0.024668212980031967, + 0.23507100343704224, + 0.9715688824653625 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 0, + 0.03811633586883545, + -3.3178366720676422e-09 + ] + }, + { + "children" : [ + 6 + ], + "name" : "Index_Proximal_R", + "rotation" : [ + 0.11122288554906845, + 0.0027781203389167786, + -0.11757423728704453, + 0.9868121147155762 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + -5.336175945558352e-10, + 0.08036758005619049, + 2.584926050985814e-09 + ] + }, + { + "children" : [ + 7 + ], + "name" : "Index_Metacarpal_R", + "rotation" : [ + -0.0005887771840207279, + -2.10358793992782e-05, + -0.0252196304500103, + 0.9996817708015442 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + 0.009999999776482582, + 0.0271772351115942, + 0.022405147552490234 + ] + }, + { + "name" : "Middle_Tip_R", + "rotation" : [ + 0.013688242062926292, + -7.99239132902585e-05, + -0.1684110462665558, + 0.9856218695640564 + ], + "scale" : [ + 1.0000001192092896, + 0.9999999403953552, + 1 + ], + "translation" : [ + 2.0736479200422764e-09, + 0.023346584290266037, + 6.548361852765083e-11 + ] + }, + { + "children" : [ + 9 + ], + "name" : "Middle_Distal_R", + "rotation" : [ + -0.013931511901319027, + 0.00014242221368476748, + 0.16861224174499512, + 0.985584020614624 + ], + "scale" : [ + 1, + 1.0000001192092896, + 0.9999999403953552 + ], + "translation" : [ + -5.973561201244593e-09, + 0.0324166864156723, + -5.820766091346741e-11 + ] + }, + { + "children" : [ + 10 + ], + "name" : "Middle_Intermediate_R", + "rotation" : [ + 0.03945539891719818, + -0.004928736016154289, + 0.13782717287540436, + 0.9896578788757324 + ], + "translation" : [ + -1.1295924196019769e-09, + 0.04500335454940796, + 6.621121428906918e-10 + ] + }, + { + "children" : [ + 11 + ], + "name" : "Middle_Proximal_R", + "rotation" : [ + -0.01194659061729908, + -0.000966736872214824, + 0.010500849224627018, + 0.9998730421066284 + ], + "translation" : [ + 7.057678885757923e-10, + 0.0804632380604744, + 3.4924596548080444e-10 + ] + }, + { + "children" : [ + 12 + ], + "name" : "Middle_Metacarpal_R", + "rotation" : [ + -0.03585463762283325, + -4.2005005525425076e-05, + -0.0499776192009449, + 0.9981066584587097 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 0.009999999776482582, + 0.02714575082063675, + 0.0035275884438306093 + ] + }, + { + "name" : "Ring_Tip_R", + "rotation" : [ + 0.03305169194936752, + 0.006719753611832857, + -0.12635111808776855, + 0.9914120435714722 + ], + "scale" : [ + 1, + 1, + 0.9999998211860657 + ], + "translation" : [ + -5.326000973582268e-09, + 0.027049388736486435, + 3.969034878537059e-09 + ] + }, + { + "children" : [ + 14 + ], + "name" : "Ring_Distal_R", + "rotation" : [ + -0.011351789347827435, + -0.012621401809155941, + 0.13198409974575043, + 0.9911065101623535 + ], + "scale" : [ + 0.9999999403953552, + 1, + 1 + ], + "translation" : [ + 2.3865140974521637e-09, + 0.027797557413578033, + 9.604264050722122e-10 + ] + }, + { + "children" : [ + 15 + ], + "name" : "Ring_Intermediate_R", + "rotation" : [ + 0.01732625439763069, + -0.01860846020281315, + 0.16082890331745148, + 0.9866547584533691 + ], + "scale" : [ + 1.0000001192092896, + 0.9999999403953552, + 1 + ], + "translation" : [ + -8.731149137020111e-11, + 0.04013120010495186, + 9.604264050722122e-10 + ] + }, + { + "children" : [ + 16 + ], + "name" : "Ring_Proximal_R", + "rotation" : [ + -0.05105672776699066, + 0.002022986998781562, + -0.0418044812977314, + 0.9978184103965759 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + -6.075424607843161e-10, + 0.0739438384771347, + 1.331500243395567e-09 + ] + }, + { + "children" : [ + 17 + ], + "name" : "Ring_Metacarpal_R", + "rotation" : [ + -0.07119493186473846, + -1.573348527017515e-05, + -0.018085604533553123, + 0.9972984790802002 + ], + "scale" : [ + 1, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + 0.009999999776482582, + 0.027118019759655, + -0.01309998705983162 + ] + }, + { + "name" : "Little_Tip_R", + "rotation" : [ + 0.015836291015148163, + 0.01933973841369152, + -0.15377695858478546, + 0.9877893924713135 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + 3.725290298461914e-09, + 0.019765090197324753, + 4.6566128730773926e-09 + ] + }, + { + "children" : [ + 19 + ], + "name" : "Little_Distal_R", + "rotation" : [ + -0.018054774031043053, + -0.011455277912318707, + 0.10707500576972961, + 0.9940209984779358 + ], + "scale" : [ + 0.9999999403953552, + 0.9999998807907104, + 1 + ], + "translation" : [ + -2.6775524020195007e-09, + 0.01802438497543335, + 7.894414011389017e-10 + ] + }, + { + "children" : [ + 20 + ], + "name" : "Little_Intermediate_R", + "rotation" : [ + 0.044925764203071594, + -0.03280799090862274, + 0.18505947291851044, + 0.9811516404151917 + ], + "scale" : [ + 0.9999999403953552, + 0.9999998807907104, + 1.0000001192092896 + ], + "translation" : [ + 4.0745362639427185e-10, + 0.03312354534864426, + 2.6921043172478676e-10 + ] + }, + { + "children" : [ + 21 + ], + "name" : "Little_Proximal_R", + "rotation" : [ + -0.08928601443767548, + -0.003168066032230854, + 0.006739117205142975, + 0.9959782958030701 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + -3.4924596548080444e-10, + 0.06571118533611298, + -2.2009771782904863e-10 + ] + }, + { + "children" : [ + 22 + ], + "name" : "Little_Metacarpal_R", + "rotation" : [ + -0.09176954627037048, + -2.456200854794588e-05, + -0.02844771184027195, + 0.9953738451004028 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 4.4605644178297155e-10, + 0.02708965167403221, + -0.029999956488609314 + ] + }, + { + "name" : "Palm_R", + "rotation" : [ + 0.7065238952636719, + 6.479929197666934e-06, + 8.686721230333205e-06, + 0.7076891660690308 + ], + "translation" : [ + -0.030781937763094902, + 0.06705548614263535, + -0.04206528514623642 + ] + }, + { + "children" : [ + 3, + 8, + 13, + 18, + 23, + 24 + ], + "name" : "Wrist_R", + "rotation" : [ + -0.7065169215202332, + -6.472751010733191e-06, + -6.472751465480542e-06, + 0.7076961994171143 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + -3.8642522071086205e-08, + -1.8697472114581615e-05, + 0.027175573632121086 + ] + }, + { + "mesh" : 0, + "name" : "mesh_Hand_low_R", + "skin" : 0 + }, + { + "children" : [ + 26, + 25 + ], + "name" : "Armature" + } + ], + "meshes" : [ + { + "name" : "mesh_Hand_low_R", + "primitives" : [ + { + "attributes" : { + "POSITION" : 0, + "NORMAL" : 1, + "TEXCOORD_0" : 2, + "JOINTS_0" : 3, + "WEIGHTS_0" : 4 + }, + "indices" : 5 + } + ] + } + ], + "skins" : [ + { + "inverseBindMatrices" : 6, + "joints" : [ + 25, + 3, + 2, + 1, + 0, + 8, + 7, + 6, + 5, + 4, + 13, + 12, + 11, + 10, + 9, + 18, + 17, + 16, + 15, + 14, + 23, + 22, + 21, + 20, + 19, + 24 + ], + "name" : "Armature" + } + ], + "accessors" : [ + { + "bufferView" : 0, + "componentType" : 5126, + "count" : 603, + "max" : [ + 0.02935725450515747, + 0.09001174569129944, + 0.025806419551372528 + ], + "min" : [ + -0.035739559680223465, + -0.06838366389274597, + -0.18542321026325226 + ], + "type" : "VEC3" + }, + { + "bufferView" : 1, + "componentType" : 5126, + "count" : 603, + "type" : "VEC3" + }, + { + "bufferView" : 2, + "componentType" : 5126, + "count" : 603, + "type" : "VEC2" + }, + { + "bufferView" : 3, + "componentType" : 5121, + "count" : 603, + "type" : "VEC4" + }, + { + "bufferView" : 4, + "componentType" : 5126, + "count" : 603, + "type" : "VEC4" + }, + { + "bufferView" : 5, + "componentType" : 5123, + "count" : 2814, + "type" : "SCALAR" + }, + { + "bufferView" : 6, + "componentType" : 5126, + "count" : 26, + "type" : "MAT4" + } + ], + "bufferViews" : [ + { + "buffer" : 0, + "byteLength" : 7236, + "byteOffset" : 0 + }, + { + "buffer" : 0, + "byteLength" : 7236, + "byteOffset" : 7236 + }, + { + "buffer" : 0, + "byteLength" : 4824, + "byteOffset" : 14472 + }, + { + "buffer" : 0, + "byteLength" : 2412, + "byteOffset" : 19296 + }, + { + "buffer" : 0, + "byteLength" : 9648, + "byteOffset" : 21708 + }, + { + "buffer" : 0, + "byteLength" : 5628, + "byteOffset" : 31356 + }, + { + "buffer" : 0, + "byteLength" : 1664, + "byteOffset" : 36984 + } + ], + "buffers" : [ + { + "byteLength" : 38648, + "uri" : "data:application/octet-stream;base64,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AgEFAAUBAgAUFQAAFBUPABQVAAAKAAUPDwoUBRQPAAAUDxUKCg8FABQVDwAKDwUUFA8ACgoFDwAPFAoAFA8AAA8UFQAPFAoADxQAChQPAAAPChQABQIBBgUKAQ8FAgYBBgUAAAoFDwAPCgAABQYKAAUKBgAKDwUACgULBg8KEAsFCgYLDxAVFAoPCwAHBgAABwYAAAYHAAAGCwcABwYAAAcGAAAGCwcMBgsHDAYHAAAGBwAABgcFAAYHBQAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHBgAABgcFAAcIAAAHCAAABgsFAAcGAAAMCwAADAAAAAsMAAAMCwAADAsAAAsQDBELEAwRDAsAAAwLAAALBgwFCwYMBQwNAAAMDQAADA0AAAwNAAAMDQAADA0AAAwLAAALBgUMDA0AAAwNAAAMCwAAEAsRABARFQAQFREAEBURABALEQwQCxEMERAAABEQAAARAAAAERALABEQCwARAAAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEAsRFREQAAASEQAAEhEAABEQAAAQFRELFgAAABYAAAAVEA8UFRQAABYXFQAWFxUAFhcVABUWEAAVFhAAFRYAABUWAAAVFgAAFhcVABUWAAAVFgAAFhcVABcWAAAXFgAAFxYAABcWAAAXFgAAFxYAABcWAAACAwAAAgMAAAIDAAACAwAAAgMAAAIDAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAACAwAAAwAAAAMAAAADAgAAAwIAAAMCAAADAAAAAwAAAAMCAAACAwAABgsAAAsGDAoVEA8AAQIAAAIBBQAFAgEAAQIFAAIDAAACAwAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAgAAAAIAAAACAQAAAgEFAAIFAQACBQEAAgAAAAIFAQACAQAAAgEAAAIBAAACAQUAAgUBAAIFAQACAQAAAgUBAAIBAAACAQAAAgEAAAIBBQACBQEAAgUBAAIBAAACBQEAAgMAAAMAAAADAgAAAgUBAAIDAAACAQAAAwIAAAIBBQACAwAAAwIAAAIBAAADAgAAAgEFAAIBAAACAwAAAwAAAAIAAAADAAAAAwAAAAMCAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAAMDQAADAAAAAwNAAAMAAAADAAAAAwAAAAMAAAADAAAAAcAAAAHBggABwYAAAcGAAAHAAAABwgGAAcIAAAHCAAAERIAABESAAAREgAAEQAAABEAAAAREgAAERIAABESAAAWFwAAFhcVABYXAAAWFwAAFhcAABYXAAAWFwAAFhUXABYVFwAWFRcAFhUAABYVAAAWFQAAFhUAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAAEhEAABIRAAASAAAAEgAAABIAAAASEQAAEhEAABIRAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAABUQAAAVEBYAFRYAABUWEAAVAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAcAAAgHAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQwAAA0MAAANDAAADQAAAA0AAAANDAAADQAAAA0AAAANDAAADQAAAA0AAAANAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAFwAAABcAAAAXAAAAFwAAABcWAAAXFgAAFxYAABcAAAAXFgAAFwAAABcAAAAXAAAAFwAAAAcIAAAHCAAABwgGAAcIBgAHAAAABwgAAAcIAAAHCAAADA0AAAwAAAAMDQAADA0AAAwNAAAMDQAADA0AAAwNAAAREgAAERIAABESAAAREgAAERIAABESAAAREgAAERIAAAUKAQAFCgEADxQKAA8UCgAPCgAUDwoAFBQPAAoUDwAKAQUKAAEFCgAUAAEAFAABAAsQAAAKBQ8ACgUPAAEFAAoBBQAKAQAFAAEABQABAAUUAQAFFAoFAAEKBQABFA8AABQPAAAUAAEAFAABAAABFAAAARQAFAAPABQADwAUAAEPFAABDxQAAQ8PCgAUCg8ABQUKAQAKBQAPBQEAChQPAAoUDwAAAQUACgEABRQUAA8BAQAFFBQAAQABABQFFAABDwEAFAUUAAEPDxQACgoFAA8AFAEPAQUKAAEFCgAFCgEABQoBAAoFDwAKBQ8AAQAFFAEABRQPFAoA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GAAOArsAHAAwAAcAHAAHANAABwAwAEsABwBLACIBVQCKAIEAVQCBAFoABwIFAkwABwJMAEcAjQB7AF4AjQBeAIIACwDLAAEACwABAAwAOwBeAHsAOwB7AHoATwB/AFEAjACPAJEAjACRAI4ACQIaAnwACQJ8AEoAiAAiACEAiAAhAIAABQIJAkoABQJKAEwADQIcAmMADQJjAGAAAgASAAYAhgCEAB0AhgAdAB4AGwAmADAAGwAwABwAPwAhASABPwAgAScALwCTAJQALwCUAFAAJAAgAB8AJAAfAEsAegA5AEoAegBKAHwAegB7AFwAegBcADkAIQACAOoAIQDqACQAcgBWAFQAcgBUAHQAIwEpACwAIwEsACsAZgBkABYCZgAWAhQCXgA7AD0AUQB/AFAAUQBQAIMAEgBnAA8AEgAPABAAOgBWAHIAOgByADwAiQAaAB0AiQAdAIQAFwAYALsAFwC7AAAAEQC0AAkAJgAbAM8AJgDPAAgABgASABAARABFAAsCRAALAgMCvwAOAggAvwAIANQANgA3AEkANgBJAEgAZwAeAA4AZwAOAA8AFAAnACABFAAgAaQAGQCUAJMAGQCTABYAGwAcANAAGwDQAM8ANgBbAFkANgBZADcAJgAIAA4CJgAOAjMAlACJAIMAlACDAFAAFgAKAAsAFgALABkADQAdABoADQAaAAwAowATABQAowAUAKQAWwA2ADgAWwA4AFgADwAFAAYADwAGABAAEwCjACMAEgACACEA6QAfACAA6QAgAOoA0gAHACIB0gAiAQQAqAAgASEBqAAhAcMAEQB5AGkAbAAoAHgAbAB4AG0AUgB2AHQAUgB0AFQAfQB/AE8AfQBPAC4ALgBPAE4ALgBOAC0ARgBSAGQARgBkAGYAMQBxAF8AMQBfAHAAUwBVAHMAUwBzAHUAWgA9AHMAWgBzAFUAywALAAoAywAKALcAKABsAJkABQAPAA4ABQAOAOYADAABAOEADADhAA0AVwA1ADkAVwA5AFwAEgAhAGcANwBZAF0ANwBdADQAJgFsAGoARgBNAHYARgB2AFIAfQBKASUBfQAlAS8AKwBGAHEAKwBxADEAYgB8ACACYgAgAiMCQwAWAmQAHgJDAGQAHgJkAGMAHgJjABwCRQBlABICRQASAgsCNwA0AEQANwBEAEkASABHADgASAA4ADYANQBXAFgANQBYADgATABKADkATAA5ADUAZQBmABQCZQAUAhICYABhACICYAAiAg0CIgBnACEAFgCWACUAFgAlAAoAeAAoACMAeAAjAGgAHgBnACIAbQBqAGwAMgBsACYBegB8AGIAegBiADsAMgB+ADEAbwBsADIAXgA9AFoAVgA6AGEAVgBhAGAAUgBUAGMAUgBjAGQAcQBGAGYAcQBmAGUAXwBxAGUAXwBlAEUAVABWAGAAVABgAGMAUQBTAHUAUQB1AHcADQDhAOYADQDmAA4AUQB3AE4AUQBOAE8ADAAaABkADAAZAAsAFwA/ADMAFwAzABgAeQARAJYAeQCWABUANABdAHAANABwAF8AcABdAD4AcAA+AG8ALgAtACoALgAqACQBSQBEAAMCSQADAhgCGAIQAkkAQQAHAkcAQQBHAEgAaQCsALQAaQC0ABEAJADqACAAPwAXAAAAPwAAACEBIgFLAB8AIgEfAOkAfAAaAiACNQA4AEcANQBHAEwALABNAEYALABGACsAHQANAA4AHQAOAB4AUQCDAJAAUQCQAFMAjACOAEsAjABLAJ8AXAB7AI0AXACNAJEAhgAeACIAhgAiAIgALgAkAUoBLgBKAX0ALwBQAH8ALwB/AH0AJgF+ADIAIwErADEAMgAxAHAAMgBwAG8AfgAjATEAigCGAIgAigCIAIEAJwAjACgAJwAoAJ4AMAAmAJ0AMACdAJ8AgwCJAIQAgwCEAJAAigCQAIQAigCEAIYAgQCIAIAAgQCAAIIAMwA/AJwAMwCcAKAAJACFAIAAJACAACEAjwCMAJgAjwCYAJIAWwCHAIsAWwCLAFkAkQCNAIUAkQCFAI4AkwAvACUBkwAlAZUAVQBTAJAAVQCQAIoAWgCBAIIAWgCCAF4AmwCgAJwAmwCcAJcAVwCPAJIAVwCSAFgAkgCHAFsAkgBbAFgAPwAnAJ4APwCeAJwAGgCJAJQAGgCUABkAjwBXAFwAjwBcAJEAJABLAI4AJACOAIUAiwCHAJsAiwCbAJcAhQCNAIIAhQCCAIAAmQCaAJ4AmQCeACgAlgARACUAbgB5ABUAbgAVAJUAJQARAAkAlgAWABUAnwCdAJgAnwCYAIwAmgA+AIsAmgCLAJcAbABvAJkAmQBvAD4AmQA+AJoAmwCHAJIAmwCSAJgAnACeAJoAnACaAJcAnQCgAJsAnQCbAJgAnwBLADAAnQAmADMAnQAzAKAA7QHrAbYA7QG2AK8AqACqAKIAqACiACABfwGCAfMAfwHzAOsA7gHsAa4A7gGuALAAswC4ALcAswC3ALQA1wAHANIA1wDSANYA8wH2AcYA8wHGAMcApACiAKEApAChAKMAvgABAM4AvgDOAMAAAAIBAtsAAALbAOAAowChAKUAowClAKsApAAgAaIAhQGEAfYAhQH2AO0AcQFtAbgAcQG4ALMA9QH0Ac0A9QHNAMUAwwAhAb0AegF5AeIAegHiANgAZQFnAbkAZQG5ALoA+QH3AcQA+QHEAMkAjwGRAcwAjwHMAMgAcwFxAbMAcwGzAKYABACiAfEABADxAO8AygDOAAEAygABAMsAigHEAMcAigHHAIsBuwC6ALkAuwC5AAAAvwDBAA4C8gDwAKYB8gCmAaQBfgHtAPYAfgH2AH0BkwGXAeQAkwHkAOMAkQGOAc0AkQHNAMwA5gDhAOIA5gDiAOUA2ADiAOEA2ADhANMApwC3ALgApwC4AKkAdwHaANcAdwHXAHgBgQHnAO0AgQHtAH4BiQHvAPEAiQHxAIcBswC0AKwAswCsAKYAeQF2AeUAeQHlAOIA0ADXANoA0ADaAM8AfAGAAewAfAHsAOgAoAGhAbUAoAG1ALIABgAFAKMBBgCjAaUBfAHoAOcAfAHnAIEBhgGFAe0AhgHtAOcAhgGHAfEAhgHxAPAA+gH8AeQA+gHkANwAJgFqAEMBJgFDAUIBOQExAS8BOQEvATcBXgEOAQwBXgEMAVsBQgFDATsBQgE7AToBKAEBARYBKAEWAS0BUgFJAR4BUgEeARsBGQEaARUBGQEVAQsBYwFIAQkBYwEJAVoBDQESARsBDQEbAR4BYQEdAQcBYQEHAVwBUgEbAR8BUgEfAUcBYAEFARgBYAEYAV0BTQEPARABTQEQAVABHAFYAVYBHAFWAQYBVwFMAT0BVwE9ATUBSgEkAUUBSgFFAU4BLgEfAQMBLgEDASwBMQEpAScBMQEnAS8BUAFPAf4AUAH+ABMBVQEqAf4AVQH+AE8BNwE/AUEBNwFBATkBFgEBARUBFgEVARoBVAE6ATIBVAEyAVEBSAFWAQQBSAEEAQkBWgFfAQoBWgEKAQ8BAwEfARsBAwEbARIBRwEfAS4BRwEuAUsBFAEQAQ8BFAEPAQoBMgEzASsBMgErASoBJwEpAf8AJwH/AAABKgErAQIBKgECAf4ASAEIAQYBSAEGAVYBEQEMAQ4BEQEOARMB1QDRAOYA1QDmAOUA0AAHANcAuwAOAsEAuwDBALoAgwHzAPYAgwH2AIQBTAFOAUUBTAFFAT0BUQEyASoBUQEqAVUBKAEtATUBKAE1ATABfgAmAUIBfgBCAVMBSwEuATYBSwE2AVcBNQE9ATgBNQE4ATABKQAjAUEBKQBBAT8BPgE2ATQBPgE0ATwBPQFFAUABPQFAATgBNgEuASwBNgEsATQBRgE+ATwBRgE8AUQBAAH/ABABAAEQARQBygDLAMIAygDCALwAJAEqAEABJAFAAUUBagFkAcoAagHKALwAgwGIAesAgwHrAPMARgFEAWsARgFrACUBZAFmAc4AZAHOAMoAfQGCAfwAfQH8AP0AAAC5AL0AAAC9ACEBOgE7ATMBOgEzATIBUwFUATkBUwE5AUEBCADZANQA6gHuAbAA6gGwAK0AEQETAf4AEQH+AAIBeAHXANYAeAHWAHUBkAHJAMQAkAHEAIoBcgGlAKEAcgGhAGwBmgGfAbEAmgGxAK0AYgFhAR4BYgEeAUkBzwDaANkAzwDZAAgAXQFiAUkBXQFJARkBQgE6AVQBQgFUAVMBLQFLAVcBLQFXATUBIwF+AFMBIwFTAUEBMQFRAVUBMQFVASkBPgFGAU4BPgFOAUwBFgFHAUsBFgFLAS0BOQFUAVEBOQFRATEBKQFVAU8BKQFPAf8AEAH/AE8BEAFPAVABVgFYARcBVgEXAQQBJQFKAU4BJQFOAUYBNgE+AUwBNgFMAVcBDgFNAVABDgFQARMBGgFSAUcBGgFHARYBXgEIAUgBXgFIAWMBGgEZAUkBGgFJAVIBDgFeAWMBDgFjAU0BGAFZAWIBGAFiAV0BWQEdAWEBWQFhAWIBCQEEAV8BCQFfAVoBCwFgAV0BCwFdARkBHgFhAVwBHgFcAQ0BTQFjAVoBTQFaAQ8BCAFeAVsBCAFbAQYB8gH0AWYB8gFmAWQB+AHyAWQB+AFkAWoBvQC5AGcBvQBnAWsB8wH3AWcB8wFnAWUBwADOAGYBwABmAWgBugDBAGkBugBpAWUB8AFyAWwB8AFsAeoBoQCiAHABoQBwAWwB8QHvAXEB8QFxAXMB7wHrAW0B7wFtAXEBogCqAG4BogBuAXABqQC4AG0BqQBtAW8B/QF4AXUB/QF1AfsB1QDlAHYB1QB2AXQB/gH8AXYB/gF2AXkBAQJ3AXgBAQJ4Af0B/wH+AXkB/wF5AXoB2QDaAHcB2QB3AXsB9gDzAIIB9gCCAX0B+AB8AYEB+ACBAfkA+AD7AIAB+ACAAXwB+QCBAX4B+QB+AfcA9wB+AX0B9wB9Af0A+gD8AIIB+gCCAX8B9ADuAIgB9ACIAYMB9ACDAYQB9ACEAfUA5wDoAIcB5wCHAYYB8ADyAIUB8ACFAYYB7ACJAYcB7ACHAegA8gD1AIQB8gCEAYUBzQCOAYwBzQCMAcUAxwDGAI0BxwCNAYsB3QCWAZQB3QCUAd4A3gCUAZIB3gCSAdsA2wCSAZkB2wCZAeAA3ADkAJcB3ACXAZUB4wDfAJgB4wCYAZMBsACbAZoBsACaAa0AtgCeAZ0BtgCdAa8ArgCcAZsBrgCbAbAAtQChAZ4BtQCeAbYABQADAKMB9QDyAKQB9QCkAaUB8ADxAKIB8ACiAaYBogHpAOoAogHqAKYBowH0APUAowH1AKUBIgHpAKIBIgGiAQQAAwDuAPQAAwD0AKMBpAECAAYApAEGAKUBpgHqAAIApgECAKQB4wHfAeAB4wHgAeUBvgHEAcEBvgHBAb0BrAGtAa4BrAGuAasBrwGpAasBrwGrAa4BoQG1AbYBoQG2AZ4BxQHJAcgBxQHIAccBkwGYAdEBkwHRAdkBqQG3AbMBqQGzAacBlQGXAdoBlQHaAdQB3wHeAd0B3wHdAeABuwHCAcgBuwHIAckBvAHKAcYBvAHGAboBzwHOAcwBzwHMAdABwwG8Ab0BwwG9AcEBiwGNAcMBiwHDAcEB2AHMAc4B2AHOAdwB3QHmAecB3QHnAeEB+gDhAecB+gDnAfwAuQHFAccBuQHHAb8BkgHWAdIBkgHSAZkB+ADlAeIB+ADiAfsA1wHbAdoB1wHaAdkBnAGvAa4BnAGuAZsBzwHTAdUBzwHVAc4B0AHWAdMB0AHTAc8B3QHiAeUB3QHlAeABuAGqAbABuAGwAbYB5gHpAegB5gHoAecB4wHkAd4B4wHeAd8BngG2AbABngGwAZ0BsgGoAbQBsgG0AbUB5gHdAd4B5gHeAekB5wHoAf0A5wH9APwA2wHNAdQB2wHUAdoBvgG6AcABvgHAAcQBmwGuAa0BmwGtAZoBlAHTAdYBlAHWAZIBlgHVAdMBlgHTAZQBqwGpAacBqwGnAawB/QDoAeQB/QDkAfcAtAG4AbYBtAG2AbUBzAHSAdAB0gHWAdABjgHIAcIBjgHCAYwB+QDjAeUB+QDlAfgAywHXAdkBywHZAdEBugG+Ab0BugG9AbwB+QD3AOQB+QDkAeMBpwGxAawBsQGtAawB6QHeAeQB6QHkAegBrQGxAZ8BrQGfAZoBsgG1AaEBsgGhAaABwAGQAYoBwAGKAcQBxwHIAY4BxwGOAZEBxAGKAYsBxAGLAcEBvwHHAZEBvwGRAY8B2QHaAZcB2QGXAZMBtQC2AOsBtQDrAe8BsgC1AO8BsgDvAfEBsQDwAeoBsQDqAa0AbAFwAe4BbAHuAeoBcAFuAewBcAHsAe4BbwFtAesBbwHrAe0BxwDEAPcBxwD3AfMByADMAPIByADyAfgBzADNAPQBzAD0AfIBawFnAfcBawH3AfkBaAFmAfQBaAH0AfUBZQFpAfYBZQH2AfMB3wDjAP4B3wD+Af8B2wABAv0B2wD9Ad4A4wDkAPwB4wD8Af4B3gD9AfsB3gD7Ad0AdAF2AfwBdAH8AfoBewF3AQECewEBAgACKgIpAjYCKQI0AjYCMAIvAjYCKwI2AigCLQIqAjYCNAIkAjYCJAIlAjYCJQI1AjYCNQInAjYCJwImAjYCNgIyAjACLAI2AisCLgI2AiwCMgI2Ai4CLwIxAjYCMQIzAjYCMwItAjYCUwI9AhMCUwITAhUCRAJCAgYCRAIGAkAATAI8Ag8CTAIPAhcCTQJJAh0CTQIdAhsCOgJMAhcCOgIXAgICPAJEAkAAPAJAAA8CTwJNAhsCTwIbAgwCAgIKAjgCAgI4AjoCVQJRAiECVQIhAh8CRwJTAhUCRwIVAkIARgJYAhkCRgIZAggCUQJPAgwCUQIMAiECPQJZAhECPQIRAhMCSQJHAkIASQJCAB0CWQI4AgoCWQIKAhECQAJGAggCQAIIAgQCWAJVAh8CWAIfAhkCQgJAAgQCQgIEAgYCJAI0Aj8CJAI/AkECKgItAlYCKgJWAlcCNAIpAkUCNAJFAj8CKwIoAjcCKwI3AloCMAIyAkgCMAJIAkoCLAIrAloCLAJaAj4CMwIxAlACMwJQAlICKQIqAlcCKQJXAkUCMgIuAlQCMgJUAkgCLQIzAlICLQJSAlYCMQIvAk4CMQJOAlACNQIlAkMC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" + } + ] +} diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_low_R.gltf.import b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_low_R.gltf.import new file mode 100644 index 0000000..1d919f3 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/model/Hand_low_R.gltf.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cjrac51wst3tu" +path="res://.godot/imported/Hand_low_R.gltf-8b164aff014e5c5bfa2eccc8e40e7e97.scn" + +[deps] + +source_file="res://addons/godot-xr-tools/hands/model/Hand_low_R.gltf" +dest_files=["res://.godot/imported/Hand_low_R.gltf-8b164aff014e5c5bfa2eccc8e40e7e97.scn"] + +[params] + +nodes/root_type="Node3D" +nodes/root_name="Scene Root" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=0 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/model/hand_l.gltf b/escape-room-version-2/addons/godot-xr-tools/hands/model/hand_l.gltf new file mode 100644 index 0000000..65da8e5 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/model/hand_l.gltf @@ -0,0 +1,722 @@ +{ + "asset" : { + "copyright" : "CC0 Public Domain", + "generator" : "Khronos glTF Blender I/O v3.2.43", + "version" : "2.0" + }, + "scene" : 0, + "scenes" : [ + { + "name" : "Scene", + "nodes" : [ + 27 + ] + } + ], + "nodes" : [ + { + "name" : "Thumb_Tip_L", + "rotation" : [ + -0.07576872408390045, + -0.019257033243775368, + -0.03371242433786392, + 0.9963693618774414 + ], + "scale" : [ + 1.0000001192092896, + 1.000000238418579, + 1.0000001192092896 + ], + "translation" : [ + -2.7939677238464355e-09, + 0.030749469995498657, + -3.14321368932724e-09 + ] + }, + { + "children" : [ + 0 + ], + "name" : "Thumb_Distal_L", + "rotation" : [ + 0.05564067140221596, + 0.010326135903596878, + 0.013984743505716324, + 0.9982995390892029 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 1.0000001192092896 + ], + "translation" : [ + -2.3283064365386963e-09, + 0.04214789345860481, + 1.5133991837501526e-09 + ] + }, + { + "children" : [ + 1 + ], + "name" : "Thumb_Proximal_L", + "rotation" : [ + -0.04595031589269638, + -0.027135659009218216, + -0.07525718957185745, + 0.9957352876663208 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + 2.3283064365386963e-10, + 0.044916488230228424, + -2.473825588822365e-10 + ] + }, + { + "children" : [ + 2 + ], + "name" : "Thumb_Metacarpal_L", + "rotation" : [ + 0.3235369920730591, + -2.565749491623137e-05, + -0.027220426127314568, + 0.9458239078521729 + ], + "scale" : [ + 1, + 0.9999998211860657, + 0.9999998807907104 + ], + "translation" : [ + 0.009999999776482582, + 0.02717285417020321, + 0.019999971613287926 + ] + }, + { + "name" : "Index_Tip_L", + "rotation" : [ + -0.052288394421339035, + -0.0005572127993218601, + 0.10362062603235245, + 0.9932413697242737 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 1 + ], + "translation" : [ + 8.149072527885437e-09, + 0.027394980192184448, + 1.367880031466484e-09 + ] + }, + { + "children" : [ + 4 + ], + "name" : "Index_Distal_L", + "rotation" : [ + 0.014225997030735016, + -0.011990753002464771, + -0.13454149663448334, + 0.9907333254814148 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + 5.529727786779404e-09, + 0.0313456691801548, + 1.775333657860756e-09 + ] + }, + { + "children" : [ + 5 + ], + "name" : "Index_Intermediate_L", + "rotation" : [ + -0.013683199882507324, + -0.024668212980031967, + -0.23507100343704224, + 0.9715688824653625 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 0, + 0.03811633586883545, + -3.3178366720676422e-09 + ] + }, + { + "children" : [ + 6 + ], + "name" : "Index_Proximal_L", + "rotation" : [ + 0.11122288554906845, + -0.0027781203389167786, + 0.11757423728704453, + 0.9868121147155762 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + 5.336175945558352e-10, + 0.08036758005619049, + 2.584926050985814e-09 + ] + }, + { + "children" : [ + 7 + ], + "name" : "Index_Metacarpal_L", + "rotation" : [ + -0.0005887771840207279, + 2.10358793992782e-05, + 0.0252196304500103, + 0.9996817708015442 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + -0.009999999776482582, + 0.0271772351115942, + 0.022405147552490234 + ] + }, + { + "name" : "Middle_Tip_L", + "rotation" : [ + 0.013688242062926292, + 7.99239132902585e-05, + 0.1684110462665558, + 0.9856218695640564 + ], + "scale" : [ + 1.0000001192092896, + 0.9999999403953552, + 1 + ], + "translation" : [ + -2.0736479200422764e-09, + 0.023346584290266037, + 6.548361852765083e-11 + ] + }, + { + "children" : [ + 9 + ], + "name" : "Middle_Distal_L", + "rotation" : [ + -0.013931511901319027, + -0.00014242221368476748, + -0.16861224174499512, + 0.985584020614624 + ], + "scale" : [ + 1, + 1.0000001192092896, + 0.9999999403953552 + ], + "translation" : [ + 5.973561201244593e-09, + 0.0324166864156723, + -5.820766091346741e-11 + ] + }, + { + "children" : [ + 10 + ], + "name" : "Middle_Intermediate_L", + "rotation" : [ + 0.03945539891719818, + 0.004928736016154289, + -0.13782717287540436, + 0.9896578788757324 + ], + "translation" : [ + 1.1295924196019769e-09, + 0.04500335454940796, + 6.621121428906918e-10 + ] + }, + { + "children" : [ + 11 + ], + "name" : "Middle_Proximal_L", + "rotation" : [ + -0.01194659061729908, + 0.000966736872214824, + -0.010500849224627018, + 0.9998730421066284 + ], + "translation" : [ + -7.057678885757923e-10, + 0.0804632380604744, + 3.4924596548080444e-10 + ] + }, + { + "children" : [ + 12 + ], + "name" : "Middle_Metacarpal_L", + "rotation" : [ + -0.03585463762283325, + 4.2005005525425076e-05, + 0.0499776192009449, + 0.9981066584587097 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + -0.009999999776482582, + 0.02714575082063675, + 0.0035275884438306093 + ] + }, + { + "name" : "Ring_Tip_L", + "rotation" : [ + 0.03305169194936752, + -0.006719753611832857, + 0.12635111808776855, + 0.9914120435714722 + ], + "scale" : [ + 1, + 1, + 0.9999998211860657 + ], + "translation" : [ + 5.326000973582268e-09, + 0.027049388736486435, + 3.969034878537059e-09 + ] + }, + { + "children" : [ + 14 + ], + "name" : "Ring_Distal_L", + "rotation" : [ + -0.011351789347827435, + 0.012621401809155941, + -0.13198409974575043, + 0.9911065101623535 + ], + "scale" : [ + 0.9999999403953552, + 1, + 1 + ], + "translation" : [ + -2.3865140974521637e-09, + 0.027797557413578033, + 9.604264050722122e-10 + ] + }, + { + "children" : [ + 15 + ], + "name" : "Ring_Intermediate_L", + "rotation" : [ + 0.01732625439763069, + 0.01860846020281315, + -0.16082890331745148, + 0.9866547584533691 + ], + "scale" : [ + 1.0000001192092896, + 0.9999999403953552, + 1 + ], + "translation" : [ + 8.731149137020111e-11, + 0.04013120010495186, + 9.604264050722122e-10 + ] + }, + { + "children" : [ + 16 + ], + "name" : "Ring_Proximal_L", + "rotation" : [ + -0.05105672776699066, + -0.002022986998781562, + 0.0418044812977314, + 0.9978184103965759 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + 6.075424607843161e-10, + 0.0739438384771347, + 1.331500243395567e-09 + ] + }, + { + "children" : [ + 17 + ], + "name" : "Ring_Metacarpal_L", + "rotation" : [ + -0.07119493186473846, + 1.573348527017515e-05, + 0.018085604533553123, + 0.9972984790802002 + ], + "scale" : [ + 1, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + -0.009999999776482582, + 0.027118019759655, + -0.01309998705983162 + ] + }, + { + "name" : "Little_Tip_L", + "rotation" : [ + 0.015836291015148163, + -0.01933973841369152, + 0.15377695858478546, + 0.9877893924713135 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + -3.725290298461914e-09, + 0.019765090197324753, + 4.6566128730773926e-09 + ] + }, + { + "children" : [ + 19 + ], + "name" : "Little_Distal_L", + "rotation" : [ + -0.018054774031043053, + 0.011455277912318707, + -0.10707500576972961, + 0.9940209984779358 + ], + "scale" : [ + 0.9999999403953552, + 0.9999998807907104, + 1 + ], + "translation" : [ + 2.6775524020195007e-09, + 0.01802438497543335, + 7.894414011389017e-10 + ] + }, + { + "children" : [ + 20 + ], + "name" : "Little_Intermediate_L", + "rotation" : [ + 0.044925764203071594, + 0.03280799090862274, + -0.18505947291851044, + 0.9811516404151917 + ], + "scale" : [ + 0.9999999403953552, + 0.9999998807907104, + 1.0000001192092896 + ], + "translation" : [ + -4.0745362639427185e-10, + 0.03312354534864426, + 2.6921043172478676e-10 + ] + }, + { + "children" : [ + 21 + ], + "name" : "Little_Proximal_L", + "rotation" : [ + -0.08928601443767548, + 0.003168066032230854, + -0.006739117205142975, + 0.9959782958030701 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 3.4924596548080444e-10, + 0.06571118533611298, + -2.2009771782904863e-10 + ] + }, + { + "children" : [ + 22 + ], + "name" : "Little_Metacarpal_L", + "rotation" : [ + -0.09176954627037048, + 2.456200854794588e-05, + 0.02844771184027195, + 0.9953738451004028 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + -4.4605644178297155e-10, + 0.02708965167403221, + -0.029999956488609314 + ] + }, + { + "name" : "Palm_L", + "rotation" : [ + 0.7065238952636719, + -6.479929197666934e-06, + -8.686721230333205e-06, + 0.7076891660690308 + ], + "translation" : [ + 0.030781937763094902, + 0.06705548614263535, + -0.04206528514623642 + ] + }, + { + "children" : [ + 3, + 8, + 13, + 18, + 23, + 24 + ], + "name" : "Wrist_L", + "rotation" : [ + -0.7065169215202332, + 6.472751010733191e-06, + 6.472751465480542e-06, + 0.7076961994171143 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 3.8642522071086205e-08, + -1.8697472114581615e-05, + 0.027175573632121086 + ] + }, + { + "mesh" : 0, + "name" : "mesh_Hand_L", + "skin" : 0 + }, + { + "children" : [ + 26, + 25 + ], + "name" : "Armature" + } + ], + "meshes" : [ + { + "name" : "mesh_Hand_L", + "primitives" : [ + { + "attributes" : { + "POSITION" : 0, + "NORMAL" : 1, + "TEXCOORD_0" : 2, + "JOINTS_0" : 3, + "WEIGHTS_0" : 4 + }, + "indices" : 5 + } + ] + } + ], + "skins" : [ + { + "inverseBindMatrices" : 6, + "joints" : [ + 25, + 3, + 2, + 1, + 0, + 8, + 7, + 6, + 5, + 4, + 13, + 12, + 11, + 10, + 9, + 18, + 17, + 16, + 15, + 14, + 23, + 22, + 21, + 20, + 19, + 24 + ], + "name" : "Armature" + } + ], + "accessors" : [ + { + "bufferView" : 0, + "componentType" : 5126, + "count" : 1764, + "max" : [ + 0.03656641021370888, + 0.09001174569129944, + 0.02576880156993866 + ], + "min" : [ + -0.03117927722632885, + -0.06858222931623459, + -0.18575307726860046 + ], + "type" : "VEC3" + }, + { + "bufferView" : 1, + "componentType" : 5126, + "count" : 1764, + "type" : "VEC3" + }, + { + "bufferView" : 2, + "componentType" : 5126, + "count" : 1764, + "type" : "VEC2" + }, + { + "bufferView" : 3, + "componentType" : 5121, + "count" : 1764, + "type" : "VEC4" + }, + { + "bufferView" : 4, + "componentType" : 5126, + "count" : 1764, + "type" : "VEC4" + }, + { + "bufferView" : 5, + "componentType" : 5123, + "count" : 9156, + "type" : "SCALAR" + }, + { + "bufferView" : 6, + "componentType" : 5126, + "count" : 26, + "type" : "MAT4" + } + ], + "bufferViews" : [ + { + "buffer" : 0, + "byteLength" : 21168, + "byteOffset" : 0 + }, + { + "buffer" : 0, + "byteLength" : 21168, + "byteOffset" : 21168 + }, + { + "buffer" : 0, + "byteLength" : 14112, + "byteOffset" : 42336 + }, + { + "buffer" : 0, + "byteLength" : 7056, + "byteOffset" : 56448 + }, + { + "buffer" : 0, + "byteLength" : 28224, + "byteOffset" : 63504 + }, + { + "buffer" : 0, + "byteLength" : 18312, + "byteOffset" : 91728 + }, + { + "buffer" : 0, + "byteLength" : 1664, + "byteOffset" : 110040 + } + ], + "buffers" : [ + { + "byteLength" : 111704, + "uri" : "data:application/octet-stream;base64,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CAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAGBwAABgcAAAYHAAAGBwAABgcAAAYHAAAGBwAABgcAAAYHAAAGBwAABwYAAAcGAAAHBgAABwYAAAcGAAAHBgAABwYAAAcGAAAHBgAABwYAAAcGAAAHCAAACAcAAAcIAAAHCAAACAcAAAgHAAAIBwAACAcAAAcIAAAIBwAABwYIAAcGCAAHBggABwYAAAcGCAAHBgAABwYAAAcGAAAHBgAABwYAAAcGAAAHAAAABwYAAAcGAAAGBwAABgcAAAYHAAAGBwAABgcAAAcGAAAHBgAABwYAAAcGAAAHBgAABgcAAAYHAAAGBwAABgcAAAYHAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAgAAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAHCAYABwYAAAYFAAAGBwAACAAAAAgAAAAIAAAACAcAAAYHAAAHBgAABwYIAAgHAAAGBwAABwYAAAcIAAAHCAAACAAAAAcIAAAHCAAABwYAAAYHAAAIAAAABgcAAAgAAAAIAAAACAAAAAYHCwAIBwAABwYAAAgHAAAHBggABgsFAAcGAAAHCAYACAAAAAgAAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAMDQAADA0AAAwAAAAMDQAADAsAAAwLAAAMCwAADAsAAAsGDAALDBAACwAAAAsGAAALEAAACxAAAAsGAAALAAAADAsAAAwLAAAMDQAADA0AAAsQAAALEAAACwwQAAsMEAAMCwAADAsAAAwNAAAMDQAACwYFAAsGBQALBgwACwYMAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAAMAAAADAsAAAsAAAALAAAADQAAAAwNAAAMCwAACxAGCgsMBhANDAAADQAAAA0AAAANDAAADQAAAA0AAAANAAAADQAAAA0MAAANAAAADQAAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAAsMAAALAAAACwwAAAsMAAALDAAACwwGAAsMBgALDAYACwwAAAsMAAAMCwAADAsAAAwLAAAMCwAADAsAAAwLAAAMAAAADAsAAAwLAAAMCwAADAsAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAAMCw0ADAsNAAwLDQAMAAAADAsNAAwAAAAMCwAADAsAAAwLAAAMCwAADAAAAAwAAAAMCw0ADAsNAAsMAAALDAAACwwAAAsMAAALDAAADAsAAAwLAAAMCwAADAsAAAwLAAALDAAACwwAAAsMAAALDAAACwwAAAwNAAAMDQAADA0AAAwNAAAMDQAADQwAAAwNAAAMDQAADA0AAAwNAAAMDQAADQwAAA0MAAANDAAADA0AAA0MAAANDAAADA0AAA0MAAANDAAADQAAAA0MAAANDAAADQwAAA0AAAANAAAADQAAAA0MAAANDAAADQwAAAwNAAAMCwAACwYFCgsMBgANAAAADQAAAA0AAAANDAAACwwGAAwLAAAMCw0ADQwAAAsMAAAMCwAADA0AAA0MAAANAAAADQwAAAwNAAAMCwAACwwAAA0AAAALDAAADQAAAA0AAAANAAAACwwQAA0MAAAMCwAADQAAAAwLDQALEAoADAsAAAwNAAANAAAADQAAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADQwAABESAAAREgAAEQAAABESAAAQEQAAEBEAABEQAAAREAAAEAsRABAVEQAQAAAAEAsAABAVAAAQFQAAEAsAABALAAAREAAAERAAABESEAAREhAAEBUAABAVAAAQERUAEBEVABEQAAAREAAAERIAABESAAAQCwAAEAsAABALEQAQCxEAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABEAAAAQEQAAEAsAABAAAAASAAAAERIQABARAAAQCxUPEBELFRIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEhEAABIRAAASEQAAEgAAABIAAAASAAAAEgAAABIRAAASEQAAEBEAABARAAAQEQAAEBEAABARAAAQEQsAEBELABARCwAQEQAAEBELABEQAAAREAAAERAAABEQAAAREAAAERAAABEQAAAREAAAERAAABEQAAAREAAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABEQEgAREBIAERASABEQAAAREAAAERAAABEQAAAREAAAERAAABEQAAAREAAAEQAAABEQEgAREBIAEBEAABARAAAQEQAAEBEAABARAAAREAAAERAAABEQAAAREAAAERAAABARAAAQEQAAEBEAABARAAAQEQAAERIAABIRAAASEQAAEhEAABESAAAREgAAEhEAABESAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAERIQABARAAAQCw8AEAsRABIAAAASAAAAEgAAABIAAAAQEQsAERAAABEQEgASEQAAEBEAABEQAAAREgAAEhEAABIAAAASEQAAEhEAABEQAAAQEQAAEgAAABARFQASAAAAEgAAABIAAAAQERUAEhEAABEQAAASAAAAERASABAVDxQQEQAAERIQABIAAAASAAAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAFhcVABYXFQAWFwAAFgAAABUWAAAVFgAAFRYAABUWAAAVEBYAFRYAABUAAAAVEBQPFRQAABUUAAAVEAAAFRAAABUWAAAVFgAAFhcVABYXFQAVFAAAFRYAABUWAAAWFxUAFRAAABUQAAAVEBYAFRAWABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAWAAAAFRYAABUQFAAVAAAAFwAAABYXFQAVFgAAFRAUABUWAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXFgAAFxYAABcWAAAXFgAAFxYAABcWAAAXFgAAFxYAABcWAAAVFgAAFRYAABUAAAAVFgAAFRAWABUQFgAVEBYAFQAAABUWAAAVFgAAFhUAABYVAAAWFQAAFhUXABYVAAAWFRcAFhUXABYVFwAWFwAAFxYAABcWAAAWFwAAFxYAABcWAAAXFgAAFhcAABcWAAAWFRcAFhUXABYVFwAWFQAAFhUXABYVAAAWFQAAFhUAABYVAAAWFRcAFhUAABYVAAAWFRcAFRYAABUWAAAVFgAAFRYAABUWAAAWFRcAFhUAABYVAAAWFQAAFRYAABUWAAAVFgAAFRYAABUWAAAWFwAAFhcAABYXAAAWFwAAFhcVABYXAAAWFwAAFhcAABYXAAAWFwAAFhcAABcWAAAWFwAAFxYAABYXAAAWFwAAFhcAABYXAAAXAAAAFwAAABcAAAAXFgAAFwAAABcAAAAXFgAAFxYAABcWAAAWFxUAFRYAABUQFA8VEBYAFwAAABcAAAAXFgAAFRYQABYVFwAWFRcAFxYAABUWAAAWFRcAFhcVABcWAAAXAAAAFxYAABYXFQAWFRcAFRYAABcAAAAVFgAAFwAAABcAAAAVFgAAFxYAABYVFwAXFgAAFhUXABUUAAAVFgAAFhcVABcAAAAXAAAAFxYAABcWAAAXFgAAFxYAABcWAAAXFgAAFxYAABcWAAAXFgAAFxYAABcWAAACAwAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAgMAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAgMAAAMAAAACAwAAAwIAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAgAAAwAAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAgMAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwAAAAMAAAADAAAAAwIAAAMAAAADAAAAAwIAAAMCAAADAgAAAwIAAAIDAAADAAAAAwAAAAMAAAADAAAAAwIAAAIDAAADAgAAAwIAAAMCAAADAAAAAwIAAAMCAAADAAAAAwAAAAMAAAADAAAAAwIAAAMCAAACAwAAAgMAAAMAAAADAAAAAwAAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAcIBgAHCAAABwYAAAcGAAAGCwAABgUAAAYHAAAGAAAACAAAAAgAAAAIBwAACAcAAAYHAAAGBwAABwYAAAcGAAAIBwAABwgAAAgHAAAHBgAABwYAAAgHAAAHBgAABwYAAAYHAAAGBwAABwgAAAcIAAAHCAAABwgAAAgHAAAIBwAACAAAAAgHAAAIBwAADA0AAAwNAAAMCwAADAsAAAsQAAALBgAACwYMAAsAAAANAAAADQAAAA0AAAANDAAACwwAAAsMAAAMCwAADAsAAA0MAAANDAAADQwAAAwAAAAMCw0ADQwAAAwLAAAMCwAACwwAAAsMAAAMDQAADA0AAA0MAAAMDQAADQwAAA0MAAANAAAADQwAAA0MAAAREgAAERIAABEQAAAREAAAEBUPABALAAAQCxEAEAAAABIAAAASAAAAEgAAABIAAAAQEQsAEBEAABEQAAAREAAAEhEAABIRAAASEQAAERAAABEQAAASAAAAERAAABEQAAAQEQAAEBEAABESAAAREgAAEhEAABIRAAASAAAAEgAAABIAAAASEQAAEhEAABYXAAAWFxUAFRYAABUWAAAVFAAAFRAPABUQAAAVAAAAFwAAABcAAAAXAAAAFwAAABUQFgAVFgAAFhUAABYVAAAXFgAAFxYAABcWAAAWFQAAFhUAABcWAAAWFQAAFRYAABUWAAAVFgAAFhcAABYXAAAWFwAAFhcAABcAAAAXFgAAFwAAABcWAAAXFgAABwgGAAcGAAAGBQAABgcAAAgAAAAIAAAABwgGAAcGAAAGCwUABgsHAAgAAAAIBwAABgcAAAcGAAAHBggACAcAAAYHAAAHBgAABwgAAAcIAAAIAAAACAcAAAcIAAAHBgAABgcAAAcIAAAGBwAACAAAAAgAAAAIAAAACAcAAAgHAAAHBgAABwYAAAgAAAAIBwAACAcAAAwNAAAMCwAACwYFAAsGDAANAAAADQAAAAwNAAAMCwAACxAAAAsMEAANAAAADQwAAAsMBgAMCwAADAsNAA0MAAALDAAADAsAAAwNAAANDAAADQAAAA0AAAANDAAADAsAAAsMAAAMDQAACwwAAA0AAAANAAAADQAAAA0MAAANDAAADAsNAAwLAAANAAAADQwAAA0MAAAREhAAEBEAABALAAAQCxEAEgAAABIAAAAREhAAERAAABAVDwAQERUAEgAAABIRAAAQEQsAERAAABEQEgASEQAAEBEAABEQAAASEQAAEhEAABIAAAASAAAAEhEAABEQAAAQEQAAEhEAABARFQASAAAAEgAAABIAAAASEQAAEgAAABEQAAAREAAAEgAAABIRAAASEQAAFhcVABUWAAAVEAAAFRAWABcAAAAWFxUAFRYAABUUAAAVFgAAFwAAABcWAAAVFhAAFhUXABYVFwAXFgAAFRYAABYVAAAWFxUAFxYAABcAAAAXAAAAFxYAABYVFwAVFgAAFhcVABUWAAAXAAAAFwAAABcWAAAXFgAAFhUXABYVFwAXAAAAFxYAABcWAAAGBQAABgsFAAYFAAAGBQAABgUAAAYFCwAGBQsABgUAAAYFCwALBgoACxAKAAsKAAALChAFCwYFCgsQCg8QCw8AEA8VABAPCwAQFQ8LEAsPChAVDxQVEBQPFRQAABUUAAAVFAAAFRQQDxUUEAAVEBQPFRQQAAYFAAAVFAAABgUAABUUAAAGBQAABgULAAYFAAAGBQsABQYAAAYFAAAFBgsKCwoGAAsKEAALChAGCgsFDwULCgYKDwsQEA8LChAPFQAQDwsKDxAUFQ8QCgsUFQ8QFRQPEBUUDwAVFAAAFRQPEBUUAAAVFA8QBgUAABQVAAAUFQ8QBQYAAAYFCwoFBgAABQYAAAUGCgsKCxAFCgULDwUKCwYKDwULDwoQFBQAAAABAgUAAQIAABALDwoGCwUKCg8FAAUGAAAFBgIBFA8VAAUCAQYFCgEGCgUPCwUKDwEKDwUUDxQKEA8KFAUUDxUADxQVEBQVAAAUFQAAFBUAABQPFQABAgAAAQIAAAECBQAQCw8KBQoBABQVAAAKBQ8LBQoGAA8UAAABAgUAAQIAAAECAAABAgAAAQUCAAUBAgoFCgYAFA8VABQAAAAUFQAAFA8AAAECBQAFAgEADxAVFAoPAAAKBQsADwoUAAEFAgABBQIAFA8AABQPAAAPFBAVCwoQDwUKAAAPChAADwoQCw8QChQPFAoACg8FAAoFDwAPFAoADwoUAAUBCgAUDwAAFAAAABQAAAAUAA8AFAAPABQPAAABAgUACxAKAAoPBQAPChQAFAAAABQAAAAUAAAACgULBgoLDxAPFBAVDwoUAAoFDwAKDwUABQoGCwoLBQ8FBgoADxQKAAUKAAALBgoFEBUPFAYHBQAGAAAABgAAAAYLAAAGCwAABgsAAAYHBQAGBwUABgAAAAYHBQAGBwUABgsFAAYHAAAGCwAABgcFAAYLAAALEAYACwAAAAsGDAALBgwACxAAAAsQAAALEAAACwYAAAsQAAALBhAFFQAAABUAAAALEAAACwYMABALEQAQFREAEBUAABAVAAAQCxEAEAsRABALEQAQCwAAEAsRABAVEQAQCwAAEBUAABUQAAAVEAAAEAAAABALERUQAAAAEBUAABUWAAAVEBYAFRYQABUQAAAVAAAAFRAAAAsQAAALAAAACwYAAAsGAAAVFgAAFRAWABUQFgAVFgAAFRAWAAoFDwAKBQ8ABQEKAAUBCgAKBQ8BCgUPAQ8UCgAPFAoADwoUAA8KFAAFCgAABQEAAAEFAAAFAQoADwoUAAoPBQAKDwUACgUPAA8UCgAUDwAACwYKBQYLBQAPEAoLFRAPFBQPFRAUFQ8ADxQKAAIAAAACAwAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAgMAAAIAAAACAwAAAgMAAAIDAAACAwAAAgMFAAIDAAACAwAAAgUBAAIFAQACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgUBAAIBAAACAQAAAgUBAAIFAQACAAAAAgUBAAIBAAACAQAAAgEAAAIBAAACAQAAAgUBAAIBBQACAQAAAgUBAAIFAQACAAAAAgUBAAIBBQACAQAAAgEAAAIBAAACAQAAAgUBAAIBBQACAQUAAgUBAAIFAQACAQAAAgUBAAIBBQACAQAAAgEAAAIBAAACAQAABQIBAAIBBQACAQUABQIBBgUCAQYCAQAAAgUBAAEAAAABAAAAAQAAAAEFAAIFAQoPAQAFDwUKAQ8AAQ8FCg8FAQEAFAAAAQ8UDwoUBQABFAAPFAABDxQKAAAUAQAUDwABFA8AABQAAQAUFQ8ADxQKAA8KFAAUAAAAFA8AAAoFDwAKDwUADwoUAAAUAQ8UDwAACg8FAAUKAQAUDwAAAQIFAAUKAAAUAAAAFBUPAAUBAAABAAAAFAABAAAUAQAUAAAAFAAAAAABFAABAAUAAQAUBQUBAAABBQAAFA8AAAsFBgoQDxUUEA8LCgYFCwALCgUQCgsQDxUUEA8VFAAABgUAAAYFAAAFBgsKEBUPFAUCAQYFAgEGBQIGAQUGAgEFBgIBBQIBBgUBAgAFBgIABQECAAEFAAAUAAEPFAAPARQADwEAFAEPABQBDwABFAAAARQPAAEUDwEAFAABABQAAQAUAAEAAAABAAAAAQAAAAUGAAAFBgAAFAAAABQAAAAUAAAAFAAAABQAAQ8UAAEPFA8AABQPAAAUDwoADxQKAA8UCgAPChQFCg8FFAoFDwAKBQ8ABQoBDwUBCgAUAAEAABQBAAABFAAAARQFAQAFFAEFAAABBQAABQEKAAUKAQAFCgEAAQUAAAEFAAAFAQAKBQEAChQAAQAUAAEADxQKAA8UCgAUDwAKFA8ACgEAFAUBABQFFAABDxQAAQ8UAAEPAQUACgEFAAoBAAUUAQAFFAoPBQAKDwUAFA8AABQPAAAAFAEAABQBAAABFAUAARQFFAAPABQADwAPCgAUCg8ABQUKAQAKBQAPBQEAChQPAAoUDwAKAQUACgEABRQUAA8BAQAFFAAUAQAAARQFFAABDwEAFAUUAAEPDxQACgoFDwAAFAEPBQEACgUBAAoFCgEABQoBAAoFDwAKBQ8AAQUAAAEFAAAPFAoADxQKAA8KFAAPChQACg8FAAoPBQAUDwAKFA8ACgEAFAUBABQFAAEUBQABFAUKBQ8ACgUPAAAUAQAAFAEAFAABABQAAQAUAAEPFAABDwEABRQBAAUUFAAPABQADwAUDwAAFA8AAAEFAAoBBQAKBQEKAAUBCgAFAQoADxQACg8UCgAPFAoAcB5qP/Y9jD0tOos8AAAAAHm/cj+xPzk9rkXWOwAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAANjaHj9QSsI+AAAAAAAAAAAdlAI/xdf6PgAAAAAAAAAAPQscP4bpxz4AAAAAAAAAAILQGz/9Xsg+AAAAAAAAAAB8zGo/IpypPQAAAAAAAAAACONuP7hggD3ocIg7AAAAAAAAgD8AAAAAAAAAAAAAAADTOn8/IS1FOwAAAAAAAAAAyeR1P3yzIT0AAAAAAAAAANcFPT9T9IU+AAAAAAAAAACmWXQ/yFI2PflagjoAAAAALgF0Px3tPz0AAAAAAAAAAPZMFj8UZtM+AAAAAAAAAAD2TBY/FGbTPgAAAAAAAAAA1v1iP2ZVrT2v7+o8AAAAANb9Yj9mVa09r+/qPAAAAACy6CY/QjKtPnKLHzwAAAAAsugmP0IyrT5yix88AAAAAOx/aj+HeY09kjh0PAAAAADsf2o/h3mNPZI4dDwAAAAA0l4AP1tC/z4AAAAAAAAAANJeAD9bQv8+AAAAAAAAAACTpmg/+jF7Pb/J9DwAAAAAk6ZoP/oxez2/yfQ8AAAAAIW8bz8VX2Y96sTuOwAAAACFvG8/FV9mPerE7jsAAAAAUyhpP2e9tj0AAAAAAAAAAFMoaT9nvbY9AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAA0fAD/nwf8+AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAACA8Vo/SgmoPblqgD0AAAAASAgWP2/v0z4AAAAAAAAAAI1oZD8NEZs9LVUDPQAAAACEN3A/w4d8PQAAAAAAAAAAovxxP+Y1YD0AAAAAAAAAAPUUfz+NCms7AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAiTd1P26HLD0AAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAC/fXE/EiRoPQAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAO+icj8S0VU9AAAAAAAAAADi/kI/dwR0PgAAAAAAAAAAgwViP+fT7z0AAAAAAAAAAIMFYj/n0+89AAAAAAAAAACH22E/xiPxPQAAAAAAAAAAh9thP8Yj8T0AAAAAAAAAAD0VUT8Mqzs+AAAAAAAAAABkCVo/cdoXPgAAAAAAAAAALy5ZP0NHGz4AAAAAAAAAAGLmTj95ZkQ+AAAAAAAAAADE0Gw/33mZPQAAAAAAAAAABeR4P3B/4zwAAAAAAAAAAAzJZT+kt9E9AAAAAAAAAACCD2c/8YPHPQAAAAAAAAAAgg9nP/GDxz0AAAAAAAAAABULVD+r0y8+AAAAAAAAAAAVC1Q/q9MvPgAAAAAAAAAAF2BWP6J/Jj4AAAAAAAAAADHDcT//zGM9AAAAAAAAAABv71U/R0IoPgAAAAAAAAAAkcxVP7/NKD4AAAAAAAAAAHPaKj8aS6o+AAAAAAAAAABz2io/GkuqPgAAAAAAAAAAeCFPPyB6Qz4AAAAAAAAAALSQOz+Y3og+AAAAAAAAAADM70Q/0EBsPgAAAAAAAAAAe1xzP0Q4Sj0AAAAAAAAAABO/Tz+yA0E+AAAAAAAAAAATv08/sgNBPgAAAAAAAAAA43ZFP3ckaj4AAAAAAAAAAON2RT93JGo+AAAAAAAAAADbKCA/Sq6/PgAAAAAAAAAA3k0MP0Rk5z4AAAAAAAAAAJGBDz/f/OA+AAAAAAAAAADncC8/MR6hPgAAAAAAAAAALUIFP6Z79T4AAAAAAAAAAC1CBT+me/U+AAAAAAAAAADhfw4/QADjPgAAAAAAAAAA4X8OP0AA4z4AAAAAAAAAAHp8QD8XDn4+AAAAAAAAAACJsRk/7ZzMPgAAAAAAAAAAER1RP4+vKT594Y48AAAAAMj2Xz+NIO89gUkJPAAAAADI9l8/jSDvPYFJCTwAAAAAY0l8P1anbTwAAAAAAAAAAEqJZz8o3sE9FcZrOgAAAAAF9Ww/1FeYPQAAAAAAAAAAdc9rP1eEoT0AAAAAAAAAAEniVD/bdiw+AAAAAAAAAACSMFc/uz0jPgAAAAAAAAAAOo5oPy+Ouz0AAAAAAAAAAAkkfz+X9ls7AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAABgdfP+njAz4AAAAAAAAAAAYHXz/p4wM+AAAAAAAAAABSYRU/Wj3VPgAAAAAAAAAAUmEVP1o91T4AAAAAAAAAAMegGT9yvsw+AAAAAAAAAADxgU8/OPhBPgAAAAAAAAAAIr4VP7yD1D4AAAAAAAAAAADrLj8BKqI+AAAAAAAAAAA8pjo/iLOKPgAAAAAAAAAAPKY6P4izij4AAAAAAAAAAIOHQj/y4XU+AAAAAAAAAAA9HlI/CYc3PgAAAAAAAAAAqFY4P7FSjz4AAAAAAAAAAEfyWT/iNhg+AAAAAAAAAAD6EDA/DN6fPgAAAAAAAAAAbFc1PyhRlT4AAAAAAAAAAGxXNT8oUZU+AAAAAAAAAACm42c/zuLAPQAAAAAAAAAAGoBPP5j/QT4AAAAAAAAAAHN8Pj8ZB4M+AAAAAAAAAABzfD4/GQeDPgAAAAAAAAAAHtF6P0LcpTwAAAAAAAAAAJOEMj/c9po+AAAAAAAAAAD3mUI/JZh1PgAAAAAAAAAAkg1zP+UmTz0AAAAAAAAAAOeGOD8y8o4+AAAAAAAAAADnhjg/MvKOPgAAAAAAAAAAJytLP2ZTUz4AAAAAAAAAAOF7Mz89CJk+AAAAAAAAAAANRCQ/5ne3PgAAAAAAAAAADUQkP+Z3tz4AAAAAAAAAAE4PYz+Ohec9AAAAAAAAAAC0axM/mCjZPgAAAAAAAAAA874ePxqCwj4AAAAAAAAAALhEWj8i7RY+AAAAAAAAAAA95hY/hTPSPgAAAAAAAAAAPeYWP4Uz0j4AAAAAAAAAAAAAgD8AAAAAAAAAAAAAAACM43I/PMdRPQAAAAAAAAAAjONyPzzHUT0AAAAAAAAAAFF3aT96RbQ9AAAAAAAAAABRH3g//xX8PAAAAAAAAAAAUR94P/8V/DwAAAAAAAAAACyibz+h7oI9AAAAAAAAAAB8N2M/G0TmPQAAAAAAAAAAEdtkP3gn2T0AAAAAAAAAAImRbj+1c4s9AAAAAAAAAADla1o/sM20PUumbz0AAAAApxETP7Pc2T4AAAAAAAAAAMjxcD+E43A9AAAAAAAAAABP0Go/hX2pPQAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAyQRwP2uzfz0AAAAAAAAAADyNUT8Qyzk+AAAAAAAAAABhg0U/f/JpPgAAAAAAAAAAfX1TP8nHGD4qEso8AAAAADl9GT+OBc0+AAAAAAAAAAAe6RE/xS3cPgAAAAAAAAAAVD0xP1iFnT4AAAAAAAAAABQwNT/an5U+AAAAAAAAAAClwxQ/t3jWPgAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAy9FT/qhdQ+AAAAAAAAAADR8TQ/XxyWPgAAAAAAAAAAipEtP+3cpD4AAAAAAAAAAFdZIj9RTbs+AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAw0tbP/TQEj4AAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAELNbz+gjkc943RuPAAAAACz7hU/nCLUPgAAAAAAAAAABCNFP/Bzaz4AAAAAAAAAAFHMcD//OnM9AAAAAAAAAAAqpFY/OMQdPs1j9TsAAAAAQlEzP1YLNT5BX/s9AAAAADrjEz+NOdg+AAAAAAAAAADehF0/N7mrPas/UD0AAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAACanDk/zMaMPgAAAAAAAAAAmpw5P8zGjD4AAAAAAAAAAHmOKT8P46w+AAAAAAAAAAD0T0g/L8BePgAAAAAAAAAAkm8lP9wgtT4AAAAAAAAAAEPlJD96NbY+AAAAAAAAAABo1gE/L1P8PgAAAAAAAAAArvQ6P6QWij4AAAAAAAAAAK70Oj+kFoo+AAAAAAAAAADz2TE/GkycPgAAAAAAAAAAdMxJPzDOWD4AAAAAAAAAAB3sRj+KT2Q+AAAAAAAAAABfoWU/CfXSPQAAAAAAAAAAgdltP/czkT0AAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAADCXE/zW9vPQAAAAAAAAAAK/IoP6sbrj4AAAAAAAAAAB5RBT/EXfU+AAAAAAAAAAAMIBw/6L/HPgAAAAAAAAAA2UQXP0520T4AAAAAAAAAABR0YT9t5Ik96fVUPQAAAACFS30/WFglPBfT+DkAAAAAAACAPwAAAAAAAAAAAAAAACtdbj+iFo09AAAAAAAAAACVl3Q/qYY2PQAAAAAAAAAAnd5AP4uFfD4AAAAAAAAAABEqEj/cq9s+AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAGd0QP81F3j4AAAAAAAAAABndED/NRd4+AAAAAAAAAACZdF4/mi0GPgAAAAAAAAAAmXReP5otBj4AAAAAAAAAAOdOJT8yYrU+AAAAAAAAAADnTiU/MmK1PgAAAAAAAAAAx6BsP8EuKj3XxAs9AAAAAMegbD/BLio918QLPQAAAAAclRU/yNXUPgAAAAAAAAAAHJUVP8jV1D4AAAAAAAAAANe7Yj9MIeo9AAAAAAAAAADXu2I/TCHqPQAAAAAAAAAAlEgVP0ADzz4Sc008AAAAAJRIFT9AA88+EnNNPAAAAAC+v10/jWKiPQU/Xz0AAAAAvr9dP41ioj0FP189AAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAIY05P73ljD4AAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAM6mUT/HZDk+AAAAAAAAAAAl3ww/tkHmPgAAAAAAAAAAnZZMP1ygrT1iuIY9ueRNPajPbT8zpoA9RMLGO38MDjvDcXc/2OMIPQAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAQc38/ZvAMOwAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAIO6eT+Pr8g8AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAFGSaD98bbs9AAAAAAAAAADEr28/3YGCPQAAAAAAAAAAxK9vP92Bgj0AAAAAAAAAAELsdD/cOzE9AAAAAAAAAABC7HQ/3DsxPQAAAAAAAAAAG+xsPyqfmD0AAAAAAAAAAM0rbz+VoYY9AAAAAAAAAABPzWo/hJWpPQAAAAAAAAAAaSplP7qs1j0AAAAAAAAAAAE5cT/wb2w9AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAgaFwP/fndT0AAAAAAAAAAAuoaT+iv7I9AAAAAAAAAAALqGk/or+yPQAAAAAAAAAAkcZfP60C1j0sI688AAAAAJHGXz+tAtY9LCOvPAAAAABOyGQ/BdG/PYlkTzwAAAAAC699P0s9FDwAAAAAAAAAAFQoYj9hve49AAAAAAAAAABrcGg/r3y8PQAAAAAAAAAAmi07P8ukiT4AAAAAAAAAAJotOz/LpIk+AAAAAAAAAADmg2g/zOC7PQAAAAAAAAAAdMBJPy3+WD4AAAAAAAAAACo2TT9WJ0s+AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAsqlbPzlZET4AAAAAAAAAALKpWz85WRE+AAAAAAAAAAC1ml4/K5UFPgAAAAAAAAAAtZpePyuVBT4AAAAAAAAAACkRPj+v3YM+AAAAAAAAAABC3Tw/e0WGPgAAAAAAAAAA4Qo7Pz7qiT4AAAAAAAAAAK1COT+meo0+AAAAAAAAAABFfT4/dgWDPgAAAAAAAAAARX0+P3YFgz4AAAAAAAAAAHNbPD8aSYc+AAAAAAAAAABzWzw/GkmHPgAAAAAAAAAAU5kzP1rNmD4AAAAAAAAAAEgfUD/hgj8+AAAAAAAAAAAO514/WNyGPTXrgT0AAAAAzIJnP8M4aT12mh49AAAAAMyCZz/DOGk9dpoePQAAAAAAAIA/AAAAAAAAAAAAAAAAmzdtP6ipPj1auds8AAAAAAAAgD8AAAAAAAAAAAAAAABIl3I/hItWPQAAAAAAAAAAeLBoPz58uj0AAAAAAAAAAHs2YT8uTPY9AAAAAAAAAAAnEXw/VrZ7PAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAu42s/WsdRPYEL4DwAAAAALuNrP1rHUT2BC+A8AAAAAP7NHz8FZMA+AAAAAAAAAAD+zR8/BWTAPgAAAAAAAAAAWGUlP081tT4AAAAAAAAAAHsOUj8Uxjc+AAAAAAAAAACooRs/sbzIPgAAAAAAAAAA9e4vPxYioD4AAAAAAAAAALNpNj+aLJM+AAAAAAAAAACzaTY/miyTPgAAAAAAAAAABa1AP+tLfT4AAAAAAAAAAD3eVz8NhyA+AAAAAAAAAAB5vzU/DYGUPgAAAAAAAAAA75VfP0SoAT4AAAAAAAAAAD79NT+FBZQ+AAAAAAAAAADoPSU/L4S1PgAAAAAAAAAA6D0lPy+EtT4AAAAAAAAAAHE9Qj88Cnc+AAAAAAAAAAD3KTs/EKyJPgAAAAAAAAAAQEskP4Fptz4AAAAAAAAAAEBLJD+Babc+AAAAAAAAAABqi2s/sqSjPQAAAAAAAAAAZWwXPzYn0T4AAAAAAAAAAE1bKD9nSa8+AAAAAAAAAAAPrWw/h5eaPQAAAAAAAAAAs7EbP5qcyD4AAAAAAAAAALOxGz+anMg+AAAAAAAAAAAOKAE/5K/9PgAAAAAAAAAAsboJP56K7D4AAAAAAAAAAL6mFT+CstQ+AAAAAAAAAAC+phU/grLUPgAAAAAAAAAAAilBP/lbez4AAAAAAAAAADOiNz+bu5A+AAAAAAAAAACQGRA/4MzfPgAAAAAAAAAAiNtAP+GRfD4AAAAAAAAAAErTFj9rWdI+AAAAAAAAAABK0xY/a1nSPgAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAKL1fz9J2SU5AAAAAAAAAACi9X8/SdklOQAAAAAAAAAANFZ6P5A5tTwAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAOpDdD9kwTs9AAAAAAAAAABXAnE/htpvPQAAAAAAAAAA1EB5P3Dl1zwAAAAAAAAAAPV9Uz8oCDI+AAAAAAAAAACUuxE/2YjcPgAAAAAAAAAAL/AiP+0XcD45MtM9znHUPLD6Yj9IU3o9tQFWPQAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAABpzXo/zFKmPAAAAAAAAAAAEkJgP1YO7j2LEf47AAAAAEJHTz/64kI+AAAAAAAAAACLy18/6emGPXlzdT0AAAAAdElIPzHaXj4AAAAAAAAAAF2UGT9F18w+AAAAAAAAAABD/TQ/ewWWPgAAAAAAAAAAHggMP8Lv5z4AAAAAAAAAAHmSKT8O26w+AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAA53IoPzIarz4AAAAAAAAAAMwBCz9o/Ok+AAAAAAAAAABJbzA/biGfPgAAAAAAAAAA/2gbPwMuyT4AAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAKfGM/rB/kPQAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAj4JnP6IIZT1wziI9AAAAAI1zST/PMVo+AAAAAAAAAADvJFI/RGw3PgAAAAAAAAAAAACAPwAAAAAAAAAAAAAAADBLYT9UioI9ZDhmPQAAAABSjzA/QguHPtWwPj0AAAAAglYQP/tS3z4AAAAAAAAAAJgYWD+fnR8+AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAFHbWj+7khQ+AAAAAAAAAABR21o/u5IUPgAAAAAAAAAAN7lXPyMbIT4AAAAAAAAAAClBZT+49tU9AAAAAAAAAABhwlQ/fvYsPgAAAAAAAAAAwAFaP//4Fz4AAAAAAAAAAKs/WT9SARs+AAAAAAAAAACOXlY/y4UmPgAAAAAAAAAAjl5WP8uFJj4AAAAAAAAAAGqFVT9W6ik+AAAAAAAAAADDW2E/7SH1PQAAAAAAAAAAlsJiP1Dr6T0AAAAAAAAAAFQAaD9j/b89AAAAAAAAAAAxjWo/eparPQAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAGjdfD88pkg8AAAAAAAAAABUVAE/V1f9PgAAAAAAAAAAaIcBPy/x/D4AAAAAAAAAAG0KGT8l680+AAAAAAAAAAAO9Q4/4hXiPgAAAAAAAAAAXzxXP5tR1T3PlmE9AAAAAG82ez9zG3Y82SJxOwAAAAAAAIA/AAAAAAAAAAAAAAAA1n1jP1MR5D0AAAAAAAAAAB6IeT89/M48AAAAAAAAAADbVCc/SVaxPgAAAAAAAAAArhkdP6TMxT4AAAAAAAAAAJvXeT+QDMU8AAAAAAAAAAAVZQs/1TXpPgAAAAAAAAAAFWULP9U16T4AAAAAAAAAAE4RXz9UrAE+I50DOwAAAABOEV8/VKwBPiOdAzsAAAAAlEYfP9lywT4AAAAAAAAAAJRGHz/ZcsE+AAAAAAAAAAA/fmo/2rY8PSllGz0AAAAAP35qP9q2PD0pZRs9AAAAAAwkGT/ot80+AAAAAAAAAAAMJBk/6LfNPgAAAAAAAAAARlBaP+i+Fj4AAAAAAAAAAEZQWj/ovhY+AAAAAAAAAAAwNBQ/oZfXPgAAAAAAAAAAMDQUP6GX1z4AAAAAAAAAAD1MUj/RO909PmKQPQAAAAA9TFI/0TvdPT5ikD0AAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAACNogM/5br4PgAAAAAAAAAAHuN8P384RzwAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAC9RWP2aFBz5uU+k8AAAAAK6TDT+j2OQ+AAAAAAAAAACw61A//0eZPZRjjz3e7R89HjZoP+2XiD2YbM48RQCHOgAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAls5/P/yoRToAAAAAAAAAAJvhej+wzKM8AAAAAAAAAACb4Xo/sMyjPAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAPAydz8G0Qw9AAAAAAAAAADoZXg/D0PzPAAAAAAAAAAA1khxP51yaz0AAAAAAAAAAMVefz9ZOyE7AAAAAAAAAAAgxnM/Bp5DPQAAAAAAAAAA5VBpP9V4tT0AAAAAAAAAAOVQaT/VeLU9AAAAAAAAAAB1xlQ/6H3bPeicfD0AAAAAdcZUP+h92z3onHw9AAAAAFMLWz/gUcg9Cqc+PQAAAABHYH8/yLgfOwAAAAAAAAAA9odkP/Z00j1btZQ7AAAAAP0aTT8JlEs+AAAAAAAAAACgWDk/v06NPgAAAAAAAAAAoFg5P79OjT4AAAAAAAAAAKMdTT9ziUs+AAAAAAAAAADatkQ/mSRtPgAAAAAAAAAA3hIzP0XamT4AAAAAAAAAAI84bT+LO5Y9AAAAAAAAAAC/2kc/BZVgPgAAAAAAAAAAv9pHPwWVYD4AAAAAAAAAAHbEUj8o7jQ+AAAAAAAAAAB2xFI/KO40PgAAAAAAAAAACrJbP9c3ET4AAAAAAAAAAAyQWj/RvxU+AAAAAAAAAABSImk/bu22PQAAAAAAAAAAjAhqP6S7rz0AAAAAAAAAAEFIaT/0vbU9AAAAAAAAAABBSGk/9L21PQAAAAAAAAAAvSRcPw9tDz4AAAAAAAAAAL0kXD8PbQ8+AAAAAAAAAAChVmg/+Uq9PQAAAAAAAAAAah9RP1uCOz4AAAAAAAAAAB12Rz+daFw+Lt63OwAAAADYjFw/YiENPpNBKzoAAAAA2IxcP2IhDT6TQSs6AAAAAKOUdD/QtTY9AAAAAAAAAAB0zWI/YpTpPQAAAAAAAAAAQ69rP+mFoj0AAAAAAAAAAGVfYT/YBPU9AAAAAAAAAACgwl4/fvUEPgAAAAAAAAAAKutLP1ZTUD4AAAAAAAAAAOoIbj+uuI89AAAAAAAAAAD1/H4/ooWBOwAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAC4uYT+ibPI9qjwEOwAAAAAuLmE/omzyPao8BDsAAAAAHm8oP8Uhrz4AAAAAAAAAAB5vKD/FIa8+AAAAAAAAAACahi0/zPKkPgAAAAAAAAAA4idYP3ZgHz4AAAAAAAAAAN8YLD9Azqc+AAAAAAAAAABSuQ4/XI3iPgAAAAAAAAAAA5AmP/nfsj4AAAAAAAAAAAOQJj/537I+AAAAAAAAAACxCS8/neyhPgAAAAAAAAAAQjY9P3yThT4AAAAAAAAAAB4MQT+Hz3s+AAAAAAAAAACFklg/6rUdPgAAAAAAAAAAzNlFP82YaD4AAAAAAAAAAKtdKz+pRKk+AAAAAAAAAACrXSs/qUSpPgAAAAAAAAAAy+U9P2o0hD4AAAAAAAAAAEZ6HD9zC8c+AAAAAAAAAACzJjw/mrKHPgAAAAAAAAAAsyY8P5qyhz4AAAAAAAAAAEcWWz/iphM+AAAAAAAAAADzagI/GCr7PgAAAAAAAAAAkmEBP9w8/T4AAAAAAAAAAOyTTT9SsEk+AAAAAAAAAADNfiI/ZgK7PgAAAAAAAAAAzX4iP2YCuz4AAAAAAAAAABa2MD/Uk54+AAAAAAAAAACOnU8/yolBPgAAAAAAAAAAwI5aP/7EFT4AAAAAAAAAAMCOWj/+xBU+AAAAAAAAAADL1UE/16h4PgAAAAAAAAAA7AE5Pyf8jT4AAAAAAAAAAJYqQT+oVXs+AAAAAAAAAAA790c/ECNgPgAAAAAAAAAA/AxIPxDMXz4AAAAAAAAAAPwMSD8QzF8+AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAV5dYP1uUBj5ecrg8AAAAANJACT9dfu0+AAAAAAAAAACZ/j4/bTyBPt9gxjoAAAAACrJaPwS0mz2lu449AAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAk1lg/q6XgPXVSMT0AAAAAHaQ3P8i3kD4AAAAAAAAAAFxgTT94SEI+mmEDPAAAAACTUFA/s70+PgAAAAAAAAAAISUrP761qT4AAAAAAAAAAJZ4Ej/VDts+AAAAAAAAAAC4egU/kQr1PgAAAAAAAAAAx1g2P3FOkz4AAAAAAAAAAAAAgD8AAAAAAAAAAAAAAADzSU0/NdhKPgAAAAAAAAAA6OgvPy8uoD4AAAAAAAAAAMGWED9+0t4+AAAAAAAAAABuqSo/JK2qPgAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAK1HYj+A1OI9ruGuOwAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAA0c2I/ryqEPWx3UD0AAAAAU6pfP7NWAT4AAAAAAAAAAAMuND/5o5c+AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAUehLP7AiTT76A087AAAAACssKz8kjHY+3vKHPfpNxjysWg4/p0rjPgAAAAAAAAAAJklWP/5fEj5E26M8AAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAvT10PzMkPD0AAAAAAAAAAL09dD8zJDw9AAAAAAAAAADGwXY/neMTPQAAAAAAAAAAKnNqP6xmrD0AAAAAAAAAANl5bD80MZw9AAAAAAAAAADOtng/MSbpPAAAAAAAAAAAWE11P38qKz0AAAAAAAAAAHBqaj9/rKw9AAAAAAAAAABwamo/f6ysPQAAAAAAAAAAcqdpP2vEsj0AAAAAAAAAAPKxZz9vcMI9AAAAAAAAAABcLG8/IJ2GPQAAAAAAAAAAey1kP7nGkz3bmhU9AAAAAHeMXT+XaMA9XWcmPQAAAABFun8/3HWLOgAAAAAAAAAAAACAPwAAAAAAAAAAAAAAABDSTj/Bt0Q+AAAAAAAAAAA8OEY/Eh9nPgAAAAAAAAAA/5YkPwPStj4AAAAAAAAAANwhNT9IvJU+AAAAAAAAAADgPVg/g+QdPpP/kToAAAAAP/h7PzP4gDwAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAACC4FU/+vv7PTkU8Dw710c8P7NyPxjMVD0AAAAAAAAAAGvHfD8+JU48AAAAAAAAAADgqhs/PqrIPgAAAAAAAAAATWp3PzxbCT0AAAAAAAAAAIxeJj/pQrM+AAAAAAAAAACMXiY/6UKzPgAAAAAAAAAAQzVYP9cFzT0voGI9AAAAAEM1WD/XBc09L6BiPQAAAAA6w3g/0ZjnPAAAAAAAAAAAQA10P/orPz0AAAAAAAAAALGFHT+f9MQ+AAAAAAAAAACfY04/0YwNPtWSYz0AAAAAc4AgPxn/vj4AAAAAAAAAAHOAID8Z/74+AAAAAAAAAAB02E4/pFUyPldEkjwAAAAAdNhOP6RVMj5XRJI8AAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAvj9OPwQBRz4AAAAAAAAAAEWSaD+JGlw9NsEaPQAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAUVQz+kFSY+kyybPQAAAADHRyA/cXC/PgAAAAAAAAAAGLduP/NtHj0PQew8AAAAAOFpcj/2YVk9AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAADDFXo/jEe9PAAAAAAAAAAAnA1vPyGThz0AAAAAAAAAAEWBbz/a9YM9AAAAAAAAAABFgW8/2vWDPQAAAAAAAAAAieByP3f3UT0AAAAAAAAAAE3Lbj+WpYk9AAAAAAAAAAATxnA/2Z5zPQAAAAAAAAAArZtsP5cimz0AAAAAAAAAAMaNbj/MkYs9AAAAAAAAAABqDHE/YzlvPQAAAAAAAAAABW1+P5J9yTsAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAOW2s/jCelPQAAAAAAAAAAV4NbP1uCoT3oYoI9AAAAAFeDWz9bgqE96GKCPQAAAADqyV8/Mm+iPfKCPj0AAAAAAACAPwAAAAAAAAAAAAAAAOAaaj8AKa89AAAAAAAAAADQWwM/YUj5PgAAAAAAAAAA04whP1jmvD4AAAAAAAAAACkgAz+tv/k+AAAAAAAAAACJDyU/7+C1PgAAAAAAAAAAQqExPyGVgz7bQkk9AAAAADzVVT8Pqyg+AAAAAAAAAAAV+UI/LwVzPqA/izoAAAAAFflCPy8Fcz6gP4s6AAAAACwGPz8u52w+IQG4PAAAAAAdDAg/xufvPgAAAAAAAAAAS8YdP2pzxD4AAAAAAAAAAFSRJj9a3bI+AAAAAAAAAACLxiY/6XKyPgAAAAAAAAAAtG84P5cgjz4AAAAAAAAAAPGdKD8gxK4+AAAAAAAAAADxnSg/IMSuPgAAAAAAAAAA/F83PwZAkT4AAAAAAAAAALj9QT8gCXg+AAAAAAAAAABMR0I/BsAnPpRFnj0AAAAAGz9VPwpK9j0+ej89AAAAABs/VT8KSvY9Pno/PQAAAAAxGnY/5VwePQAAAAAAAAAAyedhPzBW1z0lXEs8AAAAAJnXVD+foSw+AAAAAAAAAACi21U/dpEoPgAAAAAAAAAAJiBMP2l/Tz4AAAAAAAAAADD6Rj8+F2Q+AAAAAAAAAAAc8Vw/0/raPUXx9TwAAAAA78hxPwpxYz0AAAAAAAAAAEQncz+9i009AAAAAAAAAABG+E0/iv4HPrlAgD0AAAAABWRNP+lvSj4AAAAAAAAAAAVkTT/pb0o+AAAAAAAAAAAYxlg/n+ccPgAAAAAAAAAAvXxpPxsatD0AAAAAAAAAAH36RD8LFmw+AAAAAAAAAAB/UhY/pBXMPsGraDwAAAAAVhAbP1TfyT4AAAAAAAAAAFYQGz9U38k+AAAAAAAAAABapxM/TLHYPgAAAAAAAAAAT5wCP2HH+j4AAAAAAAAAAJsYTj+VnUc+AAAAAAAAAADjU2M/7GDlPQAAAAAAAAAADCFrP6P3pj0AAAAAAAAAAFPRQz+zunA+AAAAAAAAAAAd2mo/FC+pPQAAAAAAAAAA5rw/PzWGgD4AAAAAAAAAAGzdJj8pRbI+AAAAAAAAAAAaH3E/WQ5uPQAAAAAAAAAAbuIWP8CRzj4mWeo7AAAAAACDSj8A9FU+AAAAAAAAAADsFWk/o1C3PQAAAAAAAAAAUxtAP7OSfz4AAAAAAAAAAFMbQD+zkn8+AAAAAAAAAABfh04/g+JFPgAAAAAAAAAA2UMXP0540T4AAAAAAAAAAM0FBz9m9PE+AAAAAAAAAADjdWA/6FD8PQAAAAAAAAAANtEeP5Vdwj4AAAAAAAAAAFkhIT9Ovb0+AAAAAAAAAADzy1I/M9A0PgAAAAAAAAAAeWgVPwwv1T4AAAAAAAAAAHloFT8ML9U+AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAABKrn8/xWqjOgAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAg934/NHCEOwAAAAAAAAAAb5J6PxWyrTwAAAAAAAAAAJvifD9BWUc8AAAAAAAAAAAHhEU/Dh8ePqihlz0AAAAALmEfP6Q9wT4AAAAAAAAAAB0mPD9f51M+LfsKPQULxjwdUGk/CRU2PR/pND0AAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAD7hHg/iGDvPAAAAAAAAAAA48lpP+8RqT2474k7AAAAAPFqMz9JRYM+oyYvPQAAAAAQ9kQ/Wo8cPsswnz0AAAAABTtBP+4Tez4AAAAAAAAAAKXaRD9qlWw+AAAAAAAAAACFJRg/UK7KPofUIDwAAAAAZ5ccP46Ewz4jKdM7AAAAAL7JHj+CbMI+AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAlK8cP9mgxj4AAAAAAAAAAEVRFj+INNA+aTvKOwAAAADovhU/JlbNPhuBZTwAAAAAQc1DP/nKcD4AAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAB5VWk/NlS1PQAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAIpHE/i79lPQAAAAAAAAAAKn1DP1YLcj4AAAAAAAAAAE3iMD+LJoY+5aZAPQAAAADDQXo/mce3PAAAAAAAAAAAlshCPzZlJj7i8Jw9AAAAAIOYej+k76w8AAAAAAAAAADaNyA/TJC/PgAAAAAAAAAAFwBDPwCeKj5Mw5I9AAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAS5VUP9OqLT4AAAAAAAAAAPRRUj8wuDY+AAAAAAAAAADg4Fo/f3wUPgAAAAAAAAAA87FLPzQ4UT4AAAAAAAAAAPFtSD88SF4+AAAAAAAAAADpNkM/XSRzPgAAAAAAAAAAc+dRPzViOD4AAAAAAAAAAHPnUT81Yjg+AAAAAAAAAADRmkw/uZRNPgAAAAAAAAAAjmVaP8hpFj4AAAAAAAAAAADqWT8AWBg+AAAAAAAAAAATnCU/2ce0PgAAAAAAAAAApOMXP7g40D4AAAAAAAAAAMzmIj9pMro+AAAAAAAAAAD2VCE/FFa9PgAAAAAAAAAAqP8rP7AAqD4AAAAAAAAAAKj/Kz+wAKg+AAAAAAAAAAApXSo/rkWrPgAAAAAAAAAAKV0qP65Fqz4AAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAANU8hP5dhvT4AAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAUw0M/rfNwPgAAAAAAAAAAnzd+Pzkw5DsAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAABfWn4/btDSOwAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAABMfz8DADQ7AAAAAAAAAAAYc20/QGeUPQAAAAAAAAAABGV4P21f8zwAAAAAAAAAAARleD9tX/M8AAAAAAAAAABn7HM/nTlBPQAAAAAAAAAAZ+xzP505QT0AAAAAAAAAAIo2cD9cl3w9AAAAAAAAAAByeHA/3Xh4PQAAAAAAAAAATHhyPz17WD0AAAAAAAAAAGO5bT/pNJI9AAAAAAAAAABMjlY/1MYlPgAAAAAAAAAAlklcP6jZDj4AAAAAAAAAAGuCWD9U9h0+AAAAAAAAAACfjls/h8URPgAAAAAAAAAAjlhWP8edJj4AAAAAAAAAAI5YVj/HnSY+AAAAAAAAAAAyWF4/Np8GPgAAAAAAAAAAMlhePzafBj4AAAAAAAAAAGyIVj9O3iU+AAAAAAAAAAAlBWA/1tb/PQAAAAAAAAAAfmtsPw+knD0AAAAAAAAAAIA9WT8AChs+AAAAAAAAAACAPVk/AAobPgAAAAAAAAAAIrtQP3kTPT4AAAAAAAAAAO8lUj9CaDc+AAAAAAAAAACKjlA/1cU9PgAAAAAAAAAAV+VSP6NqND4AAAAAAAAAAF+wTT+DPkk+AAAAAAAAAAC3hVo/JOkVPgAAAAAAAAAAt4VaPyTpFT4AAAAAAAAAAD2rIj+Iqbo+AAAAAAAAAACojCY/suayPgAAAAAAAAAA8AMhPyD4vT4AAAAAAAAAAPADIT8g+L0+AAAAAAAAAAA+RiI/hXO7PgAAAAAAAAAA1RcuP1fQoz4AAAAAAAAAAIRGJj/6crM+AAAAAAAAAACHqyg/86iuPgAAAAAAAAAA8tEpPxtcrD4AAAAAAAAAAPLRKT8bXKw+AAAAAAAAAABhNUM/fSpzPgAAAAAAAAAApV1HP2yJYj4AAAAAAAAAADphQz8We3I+AAAAAAAAAAA6YUM/FntyPgAAAAAAAAAAMm1EPzlLbj4AAAAAAAAAAGdqSz9iVlI+AAAAAAAAAABQC0s/wNJTPgAAAAAAAAAAcUNLPz/yUj4AAAAAAAAAAN3uTT+OREg+AAAAAAAAAADd7k0/jkRIPgAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAALl95P0Ma1DwAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAKrR7P7B6iTwAAAAAAAAAAAmjdT9yzyU9AAAAAAAAAACqC3Y/WEUfPQAAAAAAAAAAYyR+P3vO7TsAAAAAAAAAAACiNT8AvJQ+AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAOcl7P+DYhjwAAAAAAAAAAGdqZj/JrMw9AAAAAAAAAAAu0V0/RrsIPgAAAAAAAAAArtQtP6VWpD4AAAAAAAAAAMwuTz/NREM+AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAJM1FP3HLaD4AAAAAAAAAAG1pJz8nLbE+AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAA6xBZP1W8Gz4AAAAAAAAAAOkcej/fYrw8AAAAAAAAAAC3J2I/SMLuPQAAAAAAAAAARTkxP3aNnT4AAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAEiiZj/D7co9AAAAAAAAAABIomY/w+3KPQAAAAAAAAAAMqlmP3W2yj0AAAAAAAAAACPLaj/opqk9AAAAAAAAAACAkmM/AWzjPQAAAAAAAAAAON9nP0MGwT0AAAAAAAAAAGjoYz+6vOA9AAAAAAAAAACXm2s/RCOjPQAAAAAAAAAAl5trP0Qjoz0AAAAAAAAAANnUaD84Wbk9AAAAAAAAAAATTWo/aZetPQAAAAAAAAAAZ5FoP8l0uz0AAAAAAAAAAIy7dD/cjjA9ixxuOgAAAAArO30/XzUxPAAAAAAAAAAA7IkfPyjswD4AAAAAAAAAAJg5ID/QjL8+AAAAAAAAAACi81Y/eDEkPgAAAAAAAAAAk+Z7P50tgzwAAAAAAAAAADJLbj9xpo09AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAB1Gno/aLG8PAAAAAAAAAAAzNd1P0yDIj0AAAAAAAAAAFJiXT+4dgo+AAAAAAAAAABkZHI/urlZPQAAAAAAAAAAA31hP+0X9D0AAAAAAAAAAIAPYT/6g/c9AAAAAAAAAABanVE/mIo5PgAAAAAAAAAAqP8fP68AwD4AAAAAAAAAAJvaCD/ISu4+AAAAAAAAAAA7l3A/VYx2PQAAAAAAAAAA2k9vPzaBhT0AAAAAAAAAAO5HTj9K4EY+AAAAAAAAAACWB0c/quFjPgAAAAAAAAAAzR5NP8yESz4AAAAAAAAAACLZHT+9TcQ+AAAAAAAAAAB7LkY/FEZnPgAAAAAAAAAAVnxNP6kOSj4AAAAAAAAAANaSXz+ptAE+AAAAAAAAAAB13Cg/FUeuPgAAAAAAAAAA/lRFPwisaj4AAAAAAAAAAKdYaj/IOq09AAAAAAAAAADgSWk//7C1PQAAAAAAAAAAAACAPwAAAAAAAAAAAAAAABkoIj/Or7s+AAAAAAAAAAAHSik/8mutPgAAAAAAAAAAofJpP/lqsD0AAAAAAAAAAArLej+vnqY8AAAAAAAAAAD3LyI/EKC7PgAAAAAAAAAAUpcfP1zRwD4AAAAAAAAAAGMXTj90okc+AAAAAAAAAAAPtCc/5JewPgAAAAAAAAAAu89sP7SKHD2UeRY9AAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAo3Hs/8nqEPAAAAAAAAAAAxPRrP+JZoD0AAAAAAAAAAIjafT8MXgk8AAAAAAAAAACl6Xc/uWUBPQAAAAAAAAAAq6pqP6yqqj0AAAAAAAAAAJPAZT9r+9E9AAAAAAAAAADz6jI/GiqaPgAAAAAAAAAAYu44Pz0jjj4AAAAAAAAAAAAAgD8AAAAAAAAAAAAAAABwf3g/lfLLPAB9kDsAAAAAKshtP7K+kT0AAAAAAAAAAF2gXD+Nfg0+AAAAAAAAAADrRE0/VOxKPgAAAAAAAAAAFVAsP9Zfpz4AAAAAAAAAAJv7Sj+TEVQ+AAAAAAAAAABZ5DY/TjeSPgAAAAAAAAAArkdXP0vhIj4AAAAAAAAAAF1CDz9He+E+AAAAAAAAAAATuCI/2o+6PgAAAAAAAAAAm2h9Pw3ZJTwAAAAAAAAAAD1ycz8e3Eg9AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAA771WP0IIJT4AAAAAAAAAAMcWVT/jpCs+AAAAAAAAAADPZXI/EqNZPQAAAAAAAAAA3hh1PyNyLj0AAAAAAAAAAKQSBT+52vU+AAAAAAAAAADS1QE/XlT8PgAAAAAAAAAAbQFYP29xCD7ERrw8AAAAAJSOHz/X4sA+AAAAAAAAAAAwkmY/rySWPTAn1TwAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAA3vGg/Y1GSPZEznzwAAAAATqt4P1qW6jwAAAAAAAAAAPY7Zj9PIM49AAAAAAAAAABLr0w/1UJNPgAAAAAAAAAA9wd1P5CALz0AAAAAAAAAAD4YaT8QPrc9AAAAAAAAAADZFVY/nKgnPgAAAAAAAAAAXYd2PyuKFz0AAAAAAAAAAJlGaD87y709AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAjC1EP9FJbz4AAAAAAAAAAPs2Kz8Jkqk+AAAAAAAAAAA8Xjo/hkOLPgAAAAAAAAAAuBZSPyGlNz4AAAAAAAAAAMmuJD9vorY+AAAAAAAAAADhWiU/PUq1PgAAAAAAAAAAR8MxP3N5nD4AAAAAAAAAAL8ZSD8FmV8+AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAADDaXc/yWMJPQAAAAAAAAAAx9ZoP8dJuT0AAAAAAAAAAG1+dz86GQg9AAAAAAAAAAA82nI/vMAzPV/c9DsAAAAAgfs2P/4Ikj4AAAAAAAAAADfjTT8jc0g+AAAAAAAAAABEUnc/u9sKPQAAAAAAAAAA3QgjP+A2qz5zdus8AAAAALAcaj+DGq89AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAEundT/9iAQ9cAkEPAAAAABbrHk/oXTKPAAAAAAAAAAA7plTP0mYMT4AAAAAAAAAAApuSD/bR14+AAAAAAAAAAA22Gk/UD6xPQAAAAAAAAAAIn4UP7wD1z4AAAAAAAAAAMGFAz999Pg+AAAAAAAAAACdUW0/GnOVPQAAAAAAAAAA4zRsP+lYnj0AAAAAAAAAAKrHbz+xwoE9AAAAAAAAAAC/BCc/gfaxPgAAAAAAAAAAwqcdP36wxD4AAAAAAAAAAMXMZj/Wmck9AAAAAAAAAADY+1s/oBAQPgAAAAAAAAAAzXRfP8wsAj4AAAAAAAAAALopWD8XWR8+AAAAAAAAAADvbz0/IiCFPgAAAAAAAAAA+I0uPw7koj4AAAAAAAAAAAAAgD8AAAAAAAAAAAAAAADid3g/0QPxPAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAPPjST81cFg+AAAAAAAAAABo0Uo/X7pUPgAAAAAAAAAA7E1cPy3xvT3tPj89AAAAAO8aFj8gytM+AAAAAAAAAABXKXA/j2p9PQAAAAAAAAAAoC5qPwCLrj0AAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAARUpiPxvdiz1/oUM9AAAAAMtJDD9obOc+AAAAAAAAAAA9NyY/lL+OPspHkz0AAAAABf9qP/lddj1cY7M8AAAAAAAAgD8AAAAAAAAAAAAAAACe22g/ESO5PQAAAAAAAAAA0HVRP78oOj4AAAAAAAAAALaHST8q4Vk+AAAAAAAAAABAzFg/fwkPPjNYXDwAAAAAl6YSP9Ky2j4AAAAAAAAAAPa/ED8UgN4+AAAAAAAAAAAj+jM/uwuYPgAAAAAAAAAAYKI1P0C7lD4AAAAAAAAAAAzAFD/nf9Y+AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAA5HV6P3dDsTwAAAAAAAAAAGZsGj8yJ8s+AAAAAAAAAAAGVi0/9VOlPgAAAAAAAAAAcRgsPx7Ppz4AAAAAAAAAAKJMNz+8ZpE+AAAAAAAAAADllmI/10jrPQAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAd9oMPxFL5j4AAAAAAAAAADNTaz9pZqU9AAAAAAAAAAAqg1s/W/MRPgAAAAAAAAAAoYBFP3r9aT4AAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAC5kz0/jdiEPgAAAAAAAAAAgCs9P/+ohT4AAAAAAAAAABh0Vz+gLyI+AAAAAAAAAABuKBI/Iq/bPgAAAAAAAAAAKqobP80QqD6Ba4I9AAAAAD5cXz+Ge5E9DkVnPQAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAOs4XD9UHA8+AAAAAAAAAABg+xQ/QQnWPgAAAAAAAAAAyeMrP284qD4AAAAAAAAAAB1LZz8ySFs9AgYwPQAAAAAAAIA/AAAAAAAAAAAAAAAAkGtzP/BGST0AAAAAAAAAAGANXz+BnuI9DNqTPAAAAAC9DFQ/Cc0vPgAAAAAAAAAAVlZiP5AjgD1+U1o9AAAAADxHQj8Q43Y+AAAAAAAAAAAOmBs/5M/IPgAAAAAAAAAA/n00PwUElz4AAAAAAAAAANFbFT9eSNU+AAAAAAAAAACSIBo/277LPgAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAACaah0/yirFPgAAAAAAAAAAG602P8ylkj4AAAAAAAAAAC24ID+nj74+AAAAAAAAAACy1Bg/m1bOPgAAAAAAAAAAHx1lPwwX1z0AAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAKVqRD9sVW4+AAAAAAAAAAC/UXs/E8iVPAAAAAAAAAAA1bJlP4ZyZz0hYD09AAAAAGR/WT9uAho+AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAA/upaPwtUFD4AAAAAAAAAAGL+Xj93BgQ+AAAAAAAAAABOlVg/cJIUPlWFETwAAAAAPr0EP4WF9j4AAAAAAAAAAIYWKj/00qs+AAAAAAAAAAALwVM/xWTHPeCSmj0AAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAA/z1g/gK0ZPiJhRTsAAAAAFXUPP9gV4T4AAAAAAAAAANP/Mz+xmJE+HvVMPAAAAACwyGI/q0F0PU8zXz0AAAAAAACAPwAAAAAAAAAAAAAAABbUfT93+go8AAAAAAAAAADfOVM/t23uPaKGbz0AAAAAOVo/P41LgT4AAAAAAAAAAMhAVT92aB8+k0Y5PAAAAAC7oFs/E30RPgAAAAAAAAAAlSgqP9auqz4AAAAAAAAAAAThHD/5PcY+AAAAAAAAAACtEiY/p9qzPgAAAAAAAAAAOdJGPxy3ZD4AAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAkdVXP7ypID4AAAAAAAAAAPLuJD8cIrY+AAAAAAAAAABMYyY/aDmzPgAAAAAAAAAAM4Y7P5vziD4AAAAAAAAAADLlYj9b4uU9uQW9OgAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAADKtGU/tVnSPQAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAD7UUz8GrzA+AAAAAAAAAAABbD0//yeFPgAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAKimaj/Cyqo9AAAAAAAAAACC2XE/6GdiPQAAAAAAAAAAYw5LP4eKEj7Wd4I9AAAAAFnoHT9NL8Q+AAAAAAAAAABfjzc/Q+GQPgAAAAAAAAAAN0RhP7t/tj0xev08AAAAAAAAgD8AAAAAAAAAAAAAAADMMUU/poMrPrLUfj0AAAAABsMcP/R5xj4AAAAAAAAAAJywdz9E9gQ9AAAAAAAAAABqJnE/V5ltPQAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAJXIdD+ldjM9AAAAAAAAAADBTmI/+iqhPfu9GD0AAAAAx8I3PxJfhD73tcE8AAAAAJtISz91AA8+PrqHPQAAAABclTo/R9WKPgAAAAAAAAAATPRFP9AuaD4AAAAAAAAAADdSGD+TW88+AAAAAAAAAABefic/F2evPvwUTjsAAAAAfC8SPwih2z4AAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAASwoYP2zrzz4AAAAAAAAAAGbHGT+J5cc+mHURPAAAAABZw0I/mvJ0PgAAAAAAAAAAbI0bPysIyD49/dw6AAAAAGzZaD+fNLk9AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAM7SPD9lWoY+AAAAAAAAAADVuXY/rmIUPQAAAAAAAAAA0WFHP7djFD4KKpw9AAAAAJvvNT/M+H0+FCMpPQAAAAAAAIA/AAAAAAAAAAAAAAAAheVXP+5pID4AAAAAAAAAABw6Vz+RFyM+AAAAAAAAAACr4HE/WPVhPQAAAAAAAAAAb1tjP4GHrz0HdNY8AAAAAOEnaz/3wKY9AAAAAAAAAADDc2U/52HUPQAAAAAAAAAAw3NlP+dh1D0AAAAAAAAAAO4Xcz/mQ0Y9TdQDOwAAAADlq1g/o/n1PXpOCT0AAAAAkdhlP3k70T0AAAAAAAAAAIUZFz/upX4++/MkPgAAAADKEmM/c/e0PefIyTwAAAAANSNjPwwLrD1Dbes8AAAAAEYDej9Ol788AAAAAAAAAAApFS8/RAIBPnxb0D2r9rQ98/EVP0DoMT6qwSs+kByVPYjSED9vOWw+4iQYPj1eYT1b8Ew/fwI2PrLgsTwAAAAAY7FeP48GmD2z3GQ9AAAAAOkWaj++lj49tvofPQAAAAAVgDw/wI7HPbd8xD3o84891C4mP8z8QT5fEbM9Z36XPS98Dz/0Bo8+f2XLPXU6eT1dxRs/90dKPjMv0j32Fbs9Fq1aP6dLFT4AAAAAAAAAAKw8bj+cGo49AAAAAAAAAAAgp2U/AcfSPQAAAAAAAAAAoJZLP1rc4T1wmYE95FT/PKb+YD+ab5w9dTY3PQAAAAC07DM/1bopPodgmD1SiGk9yNduP62VhD2egRU7AAAAAOdNcD+TIXs9AAAAAAAAAABEa10/71IKPgAAAAAAAAAA54BYP2P8HT4AAAAAAAAAADRIZz9avsU9AAAAAAAAAADsaWA/pLD8PQAAAAAAAAAADypSP0UkvT09i7E9AAAAAO3xQT9LOHg+AAAAAAAAAACcH1Q/PFARPpeK8TwAAAAAaJsFPzHJ9D4AAAAAAAAAAAIOLT/746U+AAAAAAAAAADIDS0/sXhGPnuvqj3P4T89rAZQP3Uv6z0sm5Q9AAAAALgoSz/twvw9UPepPQAAAABivz4/yqNoPv+QvjxskpE7U0TqPll4bz6he2o+vQajPft8AT8rIV0+SYk+PkDDvD1QXgA/tBlLPl3aLD6vkgY+hZ86Py4eAz71sck9ASs2PfeEPD+uQFw+yq1GPQAAAACyUzo/v95sPheoCD0IDvU7BA/HPrRIvz6ehf89hxvnPewm9z6RFIY+ZmA3PkBRnD2qbbk+OG2mPtjDIT5lhh4+rYP/Pv1bgz6nuB4+DRC3Pa4SKz/CH6A+G66bPAAAAACk3TM/t0SYPgAAAAAAAAAAticLP+Hcrj5o37A9ob3pPJtYOD/KTo8+AAAAAAAAAAABmxQ/ed+yPm5yFz244Qc9ILdKP34jVT4AAAAAAAAAAIwFNT/o9JU+AAAAAAAAAACC1vc+WoiiPsQZDD4Ionw9Jgc7P7PxiT4AAAAAAAAAAHiUIj8gsp8+xN75PDtwuDy1HRk/mMTNPgAAAAAAAAAAzktGP8nQZj4AAAAAAAAAALdLTz9Sysw9rnltPUg2BD2rViE/UHyvPi1vdDxIXEY89k8KP3nYgT5m5No9BjrLPeDwJD+upkw+53TKPXFtaT0sWA4/sN2BPpYU4j1Ns6M91+YYP6F4Vj40bt09zWmuPQAAgD8AAAAAAAAAAAAAAACkB0M/XglrPjeBDTwAAAAA6OxQP2BMPD4AAAAAAAAAADcj/z7sVko+pZg8PvyT9T1kgyQ/7PQxPlxhCz6ccEI9TBxUP9MgvT3L/KE9AAAAAGI0RD93Lm8+AAAAAAAAAAAkflQ/4WW4PUkBSz1cofg8v8V1P5QzID2gHVw6AAAAAHj3Jz+XtzQ+zYIbPtd7fjziQGA/3TZePRWZNT3gQ9A8evUNPxbVpT6WDtc9AsWHPFx/PT/ibVA+pvvvPKKp3DziXxU/5Y2CPq7DDT7NB708j8shP1/8eT6ttas9TeojPWolHz8zDmw+iba4PYYDbD3tCj0/51UqPs38wj0AAAAAbHL8PhFozD5nHto9LemdOp6obD8Su5o9AAAAAAAAAAArwGQ/qP7ZPQAAAAAAAAAAQn8oP30Brz4AAAAAAAAAAORTTD95EPE9XlCsPQAAAAAUakw/s1dOPgAAAAAAAAAAFGpMP7NXTj4AAAAAAAAAALDtMz+32Xw+Jr5NPQAAAACrxRo/SaCqPse+CD1dyOs8sexwPyTUYz2RDFY7AAAAALNycj/F1Fg9AAAAAAAAAAD/QVo/nrWZPWbzjz2p4Ag7EkM8P7mvdD4EINI8AAAAAEX7TT/qEkg+AAAAAAAAAAAv6mc/Ll1cPev/JD0AAAAA0lJ7P8OllTwAAAAAAAAAAGNwcj/S+Vg9AAAAAAAAAABjcHI/0vlYPQAAAAAAAAAAza5MP2lE4z0tRbc9AAAAAPeRKT9/mlI+fRPiPSyfsDyJJ2Q/6i+FPaMnMz0AAAAAbxQbP09Uvj4WLbg8AAAAAAAAgD8AAAAAAAAAAAAAAADDFUw/9ahPPgAAAAAAAAAAiGhnP8K7xD0AAAAAAAAAAFH20T7iDp8+zvqOPgAAAABWUw0/kixuPhaGXD4AAAAAcCkdPyZUbD4z3Lc9ATCGPYYdRT/riWs+AAAAAAAAAADGlDw/4MyAPnwyQTwAAAAAeslcP4a9pD1i7Wk9AAAAAFzBOj/0eEI+MQOlPQAAAAA6ANQ+quLTPjc6MD4AAAAATRcwP2bRnz4AAAAAAAAAAHjiaj9A7Kg9AAAAAAAAAADkSQg/3VlpPueQBz5R29s9UGYeP0n9VD5SJyM+FSJkPIZETz/p7UI+AAAAAAAAAAD92Dc/kKOEPkanujwAAAAA+g8NP+fldj7eHyY+TOk6PYLjTj8qosE9KNi6PbGZxjsVaDg/lROGPg/EkTwAAAAAo3wmP2oFoj51Cgg9AAAAAJdALj8IZI4+WdYoPQAAAADFRFI/h9y9PU79rz0AAAAATis3P4V+hD7erdI8AAAAAGbxaj+y9kQ99vILPQAAAAAz4yo/mzmqPgAAAAAAAAAA8lF9P4WDKzwAAAAAAAAAAPJRfT+Fgys8AAAAAAAAAACeI2M/na6TPexoJj0AAAAAniNjP52ukz3saCY9AAAAAH/4cj8QeFA9AAAAAAAAAACOuPA+UQ6WPkFycj4AAAAAR6w5P3ZMXT7FCXA9AAAAALPKRz82RPk9MmbIPQAAAAAx4Tw/q5WCPo386TsAAAAAegR5P7Zw3zwAAAAAAAAAAHoEeT+2cN88AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAd8IYP5h1Pj4SESI+7r1xPcOoKz8ldwk+UmAFPv4KhT3n+kg/DwDjPVaHgT2/Qic9xApXP7xLqj0oXp09AAAAAKb7OT/2CYQ+rdd/PAAAAAD9Bjg/6NyMPn9HxTsAAAAARD0NP2lnUj4ppS0+v/yVPeB+Rj/zxxk+ajViPYZ5nTyePDM/Dkl5PuMRZz0AAAAAeyFCP3+HcT4yUr47AAAAAFeBRT+l+mk+AAAAAAAAAACmSyE/wM0fPtHWHD5ss3g9kmg3P2iSGD7uSgY+TRlgO/4wdD9ghTo9zbEaOgAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAP00Yj8cWO49AAAAAAAAAAAhmVw/e5sNPgAAAAAAAAAAIZlcP3ubDT4AAAAAAAAAAGwrcD/5/lc9DykVPAAAAABsK3A/+f5XPQ8pFTwAAAAAAACAPwAAAAAAAAAAAAAAACVYez8VhEU8reXIOwAAAAA7MXQ/ctwAPXc/cDwAAAAA3tRsPzAwhz3rRhE8AAAAAEZSej8/t7U8AAAAAAAAAADQwHE/B/NjPQAAAAAAAAAAMIdwP688Lj2aoJI8AAAAAIZuYj/Ni+w9AAAAAAAAAAATnWI/lIyAPaEVVT0AAAAAAACAPwAAAAAAAAAAAAAAAKvWUT8XOjc+7p61OgAAAACr1lE/Fzo3Pu6etToAAAAAMhJbPzm3Ez4AAAAAAAAAADISWz85txM+AAAAAAAAAACLGHo/tu68PAAAAAAAAAAAAkNlP/fn1T0AAAAAAAAAABIlXj+4awc+AAAAAAAAAAAJ914/OUzUPa8bZDwXwDs8AACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAABjnlg/coYdPgAAAAAAAAAALnVZPz69GD4eBLc6AAAAAC52Sz/SBCk+0IkkPQAAAABlkF4/EXH6PQNeCDwAAAAAreVcP0lpDD4AAAAAAAAAAK3lXD9JaQw+AAAAAAAAAAA/wUM/SYlKPuLGGT0AAAAAP8FDP0mJSj7ixhk9AAAAABnTRj89RlA+BWujPAAAAAAzRHI/3rxbPQAAAAAAAAAAKGdZP6YP3j1Dbi09AAAAAMm1YT8E6849x5qNPAAAAADe3WA/ExH5PQAAAAAAAAAASkp6P9q2tjwAAAAAAAAAAEdaaz/JLaU9AAAAAAAAAACwmEs/QJ1RPgAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAGi7Zj8E70I9biwFPRdcmDwAAIA/AAAAAAAAAAAAAAAAn6lkPw2z2j0AAAAAAAAAAA5mej8tPrM8AAAAAAAAAAD2p1Y/1o0kPptRUjoAAAAAYh53P5w/mjw99IE8AAAAAOgeej/sIrw8AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAA47lSP3EYNT4AAAAAAAAAAFudaj8nFas9AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAA50R4Pxxj9zwAAAAAAAAAACd1VD9iKy4+AAAAAAAAAAB2jH4/KcW5OwAAAAAAAAAAUG1DP2VHcD6F1gA7AAAAAFBtQz9lR3A+hdYAOwAAAABLUXk/k9bVPAAAAAAAAAAALFBpPzVqqT3LRsE7AAAAAEbAED8AI14+KEUgPgZbej1GwBA/ACNePihFID4GW3o9Yz45P6RgIT6ArMQ9e3y6PGM+OT+kYCE+gKzEPXt8ujyQ0e0+xxHRPov1oj0h+kI9kNHtPscR0T6L9aI9IfpCPU8a+z4Rwrw+lcmePeXEgT1PGvs+EcK8PpXJnj3lxIE9gi4GP7bwkT7LW/E9S22VPYIuBj+28JE+y1vxPUttlT1rRVI/U+o2PgAAAAAAAAAAaSRSP19uNz4AAAAAAAAAACfwdj+J/RA9AAAAAAAAAADt/G0/4PURPVw7Dj0AAAAA0DY5Pw5Aez6WJf88AAAAAPrAJD/y6ps+35hUPQAAAACH6kM/wWr0PQBB7D0AAAAAZLImP3Z7mz4P/jg9AAAAANbLUz9IcLw9BzGlPQAAAADW3jc/U0KQPgAAAAAAAAAAyXUrP7Grmj5MIc48k1NDOygLRT+Lp1g+0l6ZPAAAAACeeyI/MfiHPoXhhD2KwQ49sG7cPv1/wT7kbvg9bdaPPba5uD7w8aE+PnVnPuFmxj2MYiU/7KBcPuHUDT4AAAAAWAQ2P7HViz72GYI8AAAAAAAAgD8AAAAAAAAAAAAAAACxim8/daqDPQAAAAAAAAAAsYpvP3Wqgz0AAAAAAAAAAKNiZz/p6sQ9AAAAAAAAAACy42o/ceKoPQAAAAAAAAAAcqhrP3O8oj0AAAAAAAAAAOylaz+k0KI9AAAAAAAAAACQYWc/g/PEPQAAAAAAAAAAQI9xP/sLZz0AAAAAAAAAAECPcT/7C2c9AAAAAAAAAABy2Hs/r/GEPAAAAAAAAAAAMPh2P/58ED0AAAAAAAAAAAAAgD8AAAAAAAAAAAAAAACh0n4/m6+WOwAAAAAAAAAAodJ+P5uvljsAAAAAAAAAANZNdz+TIgs9AAAAAAAAAAAyo3o/xJmrPAAAAAAAAAAAQ0d4PzbqzDyitag7AAAAAL0UeT96aN08AAAAAAAAAACIAHc/fvcPPQAAAAAAAAAAHa57PyKmeDwIld46AAAAAB2uez8ipng8CJXeOgAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAVLtnP3czbT1dFxc9AAAAAMW5fD+WjlE8AAAAAAAAAAACCH4/s/77OwAAAAAAAAAAyL5iP/BzhT2kK0k9AAAAAMi+Yj/wc4U9pCtJPQAAAAAAAIA/AAAAAAAAAAAAAAAA65dyPyJN6DxhtcQ8AAAAAKgHfD8KFn48AAAAAAAAAADyvn4/yoagOwAAAAAAAAAA8r5+P8qGoDsAAAAAAAAAAHzWdD9CmDI9AAAAAAAAAAAq5no/uzqjPAAAAAAAAAAAmgtRP1No2j3eOp09AAAAAJc3aD9SQ3U9SkMHPQAAAACKl28/r0ODPQAAAAAAAAAA545LP4Dy8j1IlrA9AAAAAOeOSz+A8vI9SJawPQAAAAAAAIA/AAAAAAAAAAAAAAAAs5VfP0nDgz05Hn89AAAAABHJaz8nBog9oYpNPAAAAAAavnA/XR50PQAAAAAAAAAAGr5wP10edD0AAAAAAAAAAG+aYz+NLOM9AAAAAAAAAAAUWms/YS+lPQAAAAAAAAAA28wrP/nPSD6a/Ac+AAAAAH/1UD9sbOI9oOeVPQAAAABbKVs/yuoGPuT8RjwAAAAAaQomPy/CVz4tFBA+AAAAAGkKJj8vwlc+LRQQPgAAAACUlnc/vJYGPQAAAAAAAAAA0odCP2Sk+T0OHfI9AAAAAP2FMD91Oko+LFvnPQAAAABPhE8/wu5BPgAAAAAAAAAAT4RPP8LuQT4AAAAAAAAAAL4RNT+E3JU+AAAAAAAAAABf3EM/hY5wPgAAAAAAAAAAWATKPiDztD6KCIE+AAAAAN1ILT/ED1M+mJnvPQAAAAA+7S0/srqQPpRWGz0AAAAATrHMPuNoyD4BD1I+aSZvO06xzD7jaMg+AQ9SPmkmbzu7iVE/FNk5PgAAAAAAAAAALgH8PjMWjj480Ws+AAAAAAAAgD8AAAAAAAAAAAAAAACSWns/xq2UPAAAAAAAAAAAklp7P8atlDwAAAAAAAAAAKzsRz++fvk9fP+ZPZdxtDwRODE/8yQzPgr21T37/ec87qYkP1SCTT4HSOI9xPc6PUGLBz9P1nQ+wDsBPtqB1z3mmuc+6SS9PknwyD1+EKQ9DfvwPktgcT6onV8+8xeaPf8yMz9M7Ys+Q8vaPAAAAADWWwM/4FA3PndsMT5T0wk+H4ESPytqXT5e5vA9WDzAPRonGD83iZc+UKLgPQAAAADgX7U+6GafPuhkgT5DUac94B4WP2kVjj5MpKM9GB5mPc/BFj/DeI0+PAcKPgAAAAAdX0U/Z7wOPkzmtT2R+1M6TWZRP666Nz4QCCs7AAAAAGP6Nz/uwGk+E1ZZPQAAAADETB8/1HywPidNBz0AAAAAVec8P5hOfj4CQWE8AAAAAJNPNz94/IY+JkamPAAAAAAAAIA/AAAAAAAAAAAAAAAApetuP9yiiD0AAAAAAAAAAJ3kNT94b4U+tnTsPAAAAAAXCU4/DNLgPTvlrj0AAAAAfSBTP7zEuT1cN609AAAAAC4qEj9g6ow+slcUPmutEjxcP3U/SQosPQAAAAAAAAAA4j0tP3OCnD6NHJA8AAAAAMuZaz8Beiw9R+kZPQAAAADYfS0/TgSlPgAAAAAAAAAAKfYrP77teD5Cc649AAAAAJvwTD+UPUw+AAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAANndZP5ot+T3vYuw8AAAAAPGeRT8+hGk+AAAAAAAAAAAV6m4/WK+IPQAAAAAAAAAAEXoqP4gtjT6o8m49AAAAAHL6FT8fnpQ+9bP9PQAAAAAAvG8/AiCCPQAAAAAAAAAAALxvPwIggj0AAAAAAAAAAMB6Ij+Et3I+fV0DPgAAAABFfko/DkUjPnoHSz0AAAAAEVr1PoIB7j5jvFQ9eDiDOxW3Bz/UkfA+AAAAAAAAAAAqSFk/Hpv8PTiO5DwAAAAAu1l3P1RkCj0AAAAAAAAAAMr/6D4jzpQ+Uy0PPqRt6j1bzRY/RLZdPkSL8T1UnZw9tUYLP9wRVj5tTP09MFr8PbLFOz+q238+XGyIPAAAAACcIAc/hEl1Pos9Dj767L89aUG7Pk0VpD54N08+MjbkPet3MD/rNik+SQq0PRuRaz0q8Fo/Wj8UPgAAAAAAAAAA/8s5PwFojD4AAAAAAAAAAP/LOT8BaIw+AAAAAAAAAAAZRv4+BOS3PhPIBz46Oz483/WjPqigmD79CnI+98cUPqMVKT+9piY+LovzPYT0bD2jFSk/vaYmPi6L8z2E9Gw9N6JTP0PQmz1TYVM90do6PdMkST8uZwI+OBl0PbL53zzTJEk/LmcCPjgZdD2y+d88nJREPwq81j27ILk9rfwWPT4KTj+QFA0+7wlrPQAAAACiVHI/OQhWPRaylToAAAAAjnE+Py6bXj5reh49AAAAAG1oLz8mL6E+AAAAAAAAAAA2KDo/641NPnBcRj3y0ME8KTE4P8roKD4ECaM9NzgTPSkxOD/K6Cg+BAmjPTc4Ez2ZEAE/4AOXPn/CAD665pk9mRABP+ADlz5/wgA+uuaZPRbtDT8Nj68+IFvSPQAAAADbrg4/qmeaPte06D231uA8264OP6pnmj7XtOg9t9bgPC/VOj+MD3U+yN38PAAAAACiNCw/+OyMPh5OVT0AAAAAojQsP/jsjD4eTlU9AAAAACvmbD+lzpg9AAAAAAAAAADCaGU/8bnUPQAAAAAAAAAAwmhlP/G51D0AAAAAAAAAAGNYNj87T5M+AAAAAAAAAABjWDY/O0+TPgAAAAAAAAAAAACAPwAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAAAAAIA/AAAAAAAAAAAAAAAAAACAPwAAAAAAAAAAAAAAALdXXj/vKgI+MIpYO9oEijq3V14/7yoCPjCKWDvaBIo69vprP/qHOj2byAU9AAAAAIX3Yz/XQ+A9AAAAAAAAAAD3izI/ttuWPo2LATwAAAAAzboaP1RSqz6awHk9AAAAANw7Nj/6CyQ+kgQDPgAAAADFcBs/MPmPPnFEoz1NoQI9IHAVPwlymj5uG6o97DYBPU8HMT8BQCg+w6ITPgAAAACAJhY/D5exPsZviD0AAAAA4yk+P4GAYj4h3w09SRWwOhiNUj/dpsY9Y/CkPQAAAADyeBI/7LO2PsBokT0AAAAAAX0PPynXmz6rXQo+AAAAAD4UHT9RMnQ+uXwXPgAAAACzKgA/q/XRPstXgT2479U8jMceP8+QmT7G+po9z1mIOxl8PT/rrhQ+YcHqPQAAAABsRhI/JMnAPiVQVT0AAAAA1Iw3P5/8gz6gZc08eP4aOVkqLT+aplU+KaezPUfj3jxZKi0/mqZVPimnsz1H4948Z44zP90ZGT6ErBg+AAAAAGeOMz/dGRk+hKwYPgAAAACqghQ/nmWjPsN8WT2iK0M9qoIUP55loz7DfFk9oitDPayqET8Kha8+d5a0PQAAAACsqhE/CoWvPneWtD0AAAAArMITP1YYVz6zahQ+heSKPazCEz9WGFc+s2oUPoXkij0WYCM/FjaKPjAedT28LwM9FmAjPxY2ij4wHnU9vC8DPUsb4T66sN4+XiWiPRxVPT1LG+E+urDePl4loj0cVT09dzZGP51AMz4trfg8JX+mPHc2Rj+dQDM+La34PCV/pjx3NkY/nUAzPi2t+Dwlf6Y8/J8cP2iRlz6UerY9Xf5HO/yfHD9okZc+lHq2PV3+RztBGx8/19WIPsbdsD1fw8s8QRsfP9fViD7G3bA9X8PLPNrtAj+mmJY+ycP7Pclqkj3a7QI/ppiWPsnD+z3JapI9VDhPP2oVAz6PEoA9AAAAAFQ4Tz9qFQM+jxKAPQAAAABovv8+lLavPggWIT4AAAAAaL7/PpS2rz4IFiE+AAAAAEa2CT+6FZE+P941PlmbjjpGtgk/uhWRPj/eNT5Zm4466hxZP8/lrD3rMoo9AAAAAOocWT/P5aw96zKKPQAAAAClFO0+pmN5PpdDIj52Lwo+mabbPnqolD7hciU+6t3zPQaeDz8KtmU+5K/zPdvzwz0kQeg+mG6qPqpP7j1j8cY9aa8HP0aElj7Iu74917epPQ/vBz9/rJI+bUEDPmGlXj2eiDg/F8ofPhw+7z3FjM47xzMPPzUkkz61HvU9dmQJPcWcJT9u3zE+XZUqPv+BUTzUbUQ/Yt0MPneJuD160qQ7rC4XP62xgj7+s8c94h9oPUuw2T5gbME+qMZJPgAAAABd9N8+hYStPlnPUj4o95E8J1wMP9o0pz5SROE9ajh4PAcX9D4AN7g+asDXPeEObj0Mli4/nU5YPuj2Yz3pbVE90ZL7PgTDcj4xChY+Jw0APgAB/T6++Ec+3lUuPmivDz7Ni3M/ElsDPe+4dDzNO9c6htgRP/scoz4u4Ww9kq5cPYbYET/7HKM+LuFsPZKuXD2hjCY/gD9iPlV6uD1JQx09oYwmP4A/Yj5Verg9SUMdPfYtDT/jwl0+Wn4mPskNjj32LQ0/48JdPlp+Jj7JDY49AkcwP4mQIT5sUx0+AAAAAAJHMD+JkCE+bFMdPgAAAACYCRA/DyVYPsQ+GT6V65w9mAkQPw8lWD7EPhk+leucPcu0Aj/lhJI+YYr3Pb27qD3LtAI/5YSSPmGK9z29u6g9QXr+Pms2mD6Yjv89ta6lPUF6/j5rNpg+mI7/PbWupT3MnR0/6qWOPss2ij1ghhw9zJ0dP+qljj7LNoo9YIYcPYEH6T6HUtI+30SqPQamUD2BB+k+h1LSPt9Eqj0GplA97xsDP0i+mT7/Rzs+3XaZO+8bAz9Ivpk+/0c7Pt12mTtPDeU+KFLSPlEfrT2gxWo9Tw3lPihS0j5RH609oMVqPdyR9j4zX7Q+5B0qPgAAAADckfY+M1+0PuQdKj4AAAAAfnMRP8qwrT7ooL09AAAAAH5zET/KsK0+6KC9PQAAAABQOkI/ou83PllGED1MrNg8UDpCP6LvNz5ZRhA9TKzYPIMwHj/k+YU+pRy4Pcze+TyDMB4/5PmFPqUcuD3M3vk8iOtVPwE0uj3Ab5Y9AAAAAIjrVT8BNLo9wG+WPQAAAADH4ko/VZUNPhm/jT0AAAAAx+JKP1WVDT4Zv409AAAAALxqGT9EI5k+jzG/PR9cBzy8ahk/RCOZPo8xvz0fXAc8vwcYP4Y2Rj5cogM+QxCsPeSJND9fVCM+OQzXPa3v9zzkiTQ/X1QjPjkM1z2t7/c8RybWPsPrtT4M9hQ+v8ulPbx29D6Ufr0+ciCkPU0KlD28dvQ+lH69PnIgpD1NCpQ9zwN9AAQAzwMEALsDzgNVAAYAzgMGALoDUQBUAAUAUQAFACsAfwV5BQwAfwUMACwAgwV4BQsAgwULAL0DhAV6BQ0AhAUNALwD0gODAAMA0gMDALgD0wOEAAEA0wMBALkDhwCKAAIAhwACACoAUgREBBIAUgQSAGcAdwArAAUAdwAFAH8AVARFBBAAVAQQAHQAhQVHBB4AhQUeAH0FSwAXAAkASwAJAEcAhgAbAAEAhgABAIQAfAUVAA0AfAUNAHoFUwAZAAYAUwAGAFUAaAATAAAAaAAAAGoAfgUfAAgAfgUIAHcFTgAIAB8ATgAfAE0A0AO7AwQA0AMEAIAA0QO6AwYA0QMGAH4AzQNDAJoAzQOaANYDPgBGAJ8APgCfAJ4ATgQ5AJgATgSYAFkEyANFAKAAyAOgANcDQwA+AJ4AQwCeAJoALgAiADsALgA7ADMAKQDAA8MDKQDDAzQAJQBfBGEEJQBhBDcAwQMoADUAwQM1AMIDIgAnADYAIgA2ADsAJwDBA8IDJwDCAzYAwAMuADMAwAMzAMMDlAH5AOQDlAHkA/sDfQBRACsAfQArAAQAeAV/BSwAeAUsAAsAgwCHACoAgwAqAAMAvwDCAC8AvwAvAGYAgAAEACsAgAArAHcAtQDBADAAtQAwAHgAggW7ADIAggUyAIAFtgCXAD0AtgA9AL4AmQCgAEUAmQBFAEAA1gOaADYA1gM2AMIDWQSYAD8AWQQ/AE8EmgCeADsAmgA7ADYAnACdADUAnAA1ADgAngCfADMAngAzADsA1wOgADQA1wM0AMMD2QPKAEMA2QNDAM0DywDJAEYAywBGAD4A0ADIAGUA0ABlALwALQBPAEgALQBIAAoARwRQBEwARwRMAB4AggBLAEcAggBHAH4AdgBOAE0AdgBNAHUAvgPEA0kAvgNJAA8AvwPFA0cAvwNHAAkADwBJAE8ADwBPAC0AuwC3AFAAuwBQADIAcQBwAGsAcQBrAFcAxgDHAEQAxgBEAEIAywNvAG0AywNtAMYDZwTMAGIAZwRiAFMElgBjAF0AlgBdAJMAVQRRBFgAVQRYAHoAtAC9AFYAtABWAHkAuQMBAG8AuQNvAMsDaQBxAFcAaQBXAGwAzANpAGwAzANsAMcDSQCAAHcASQB3AE8AcwBbAG0AcwBtAG8AvQC/AGYAvQBmAFYAewBZAG4AewBuAHwA2gPOAEUA2gNFAMgDxAPQA4AAxAOAAEkAygDLAD4AygA+AEMAVwBrAFQAVwBUAFEAsgC8AGUAsgBlAJIAuAMDAGkAuANpAMwDKgACAHAAKgBwAHEAGwBzAG8AGwBvAAEAVwRTBGIAVwRiAJUAzQDOAF0AzQBdAGMAxgNtAFUAxgNVAM4DWQBoAGoAWQBqAG4AUQRSBGcAUQRnAFgAAwAqAHEAAwBxAGkAGQCCAH4AGQB+AAYAUARUBHQAUAR0AEwATwB3AH8ATwB/AEgAwQC0AHkAwQB5ADAAEQB7AHwAEQB8AAcAxQPRA34AxQN+AEcABwB2AHUABwB1ABEAtwC1AHgAtwB4AFAARQRVBHoARQR6ABAAxwNsAH0AxwN9AM8DbABXAFEAbABRAH0AWwBTAFUAWwBVAG0A1AONAIMA1AODANID1QOOAIQA1QOEANMDkQCUAIoAkQCKAIcAkACGAIQAkACEAI4AjQCRAIcAjQCHAIMAEwCMAIkAEwCJAAAAwgCzAIgAwgCIAC8ARARWBIsARASLABIAjACWAJMAjACTAIkAswCyAJIAswCSAIgAVgRXBJUAVgSVAIsAygNcAI0AygONANQDyQNeAI4AyQOOANUDZABfAJQAZACUAJEAYQCQAI4AYQCOAF4AXABkAJEAXACRAI0AQgBEAJ0AQgCdAJwAuAA8AJcAuACXALYAOgA0AKAAOgCgAJkAZgAvAKEAZgChAKsAeAAwAKIAeACiAK0AgAUyAKQAgAWkAIEFPACnALEAPACxAJcAIAA8ALgAIAC4ALkAlwCxAKgAlwCoAD0AMgBQAKkAMgCpAKQAyADPAKwAyACsAGUAeQBWAKoAeQCqAK4AkgBlAKwAkgCsALAAVgBmAKsAVgCrAKoAUAB4AK0AUACtAKkAMAB5AK4AMACuAKIALwCIAK8ALwCvAKEAiACSALAAiACwAK8AXgRcBLUAXgS1ALcAhgVNBLsAhgW7AIIFTQReBLcATQS3ALsAWgRiBLwAWgS8ALIAIwA5AE4EIwBOBEgESwRbBLQASwS0AMEASgRdBLMASgSzAMIAWAS2AL4AWAS+AGMEZARKBMIAZATCAL8AXARLBMEAXATBALUAZQRkBL8AZQS/AL0AYQS4ALYAYQS2AFgEXQRaBLIAXQSyALMAaATQALwAaAS8AGIEWwRlBL0AWwS9ALQAZgTEACQAZgQkAEkELgDAA9gDLgDYAyIAZgQhALoAZgS6AGAEKQA0ADoAKQA6ACQAJgDEAGYEJgBmBGAE2APBAycA2AMnACIAxAAmACgAxAAoAMMAJADEAMMAJADDACkAyQNfAMoAyQPKANkDZABcAMkAZADJAMsAvgA9AMgAvgDIANAAYQBeAMcAYQDHAMYATwQ/AMwATwTMAGcEygNdAM4AygPOANoDXwBkAMsAXwDLAMoAQABFAM4AQADOAM0APQCoAM8APQDPAMgAYwS+ANAAYwTQAGgE8gNOAdUA8gPVAN4D8QMmAdcA8QPXAN0DIgElAdYAIgHWAPwAiAWuBd0AiAXdAP0AjgWvBdwAjgXcAOADjQWtBd4AjQXeAN8D9QNUAdQA9QPUANsD9gNVAdIA9gPSANwDWAFbAdMAWAHTAPsAdwRpBOMAdwTjADgBSAH8ANYASAHWAFABeQRqBOEAeQThAEUBlAVsBO8AlAXvAIkFHAHoANoAHAHaABgBVwHsANIAVwHSAFUBjAXlAN4AjAXeAK0FJAHqANcAJAHXACYBOQHkANEAOQHRADsBigXwANkAigXZALAFHwHZAPAAHwHwAB4B8wPeA9UA8wPVAFEB9APdA9cA9APXAE8B8AMUAWsB8ANrAfkDDwEXAXABDwFwAW8BcwQKAWkBcwRpAX4E6wMWAXEB6wNxAfoDFAEPAW8BFAFvAWsB/wDzAAwB/wAMAQQB+gDjA+YD+gDmAwUB9gCEBIYE9gCGBAgB5AP5AAYB5AMGAeUD8wD4AAcB8wAHAQwB+ADkA+UD+ADlAwcB5gPjA/8A5gP/AAQBZQLKAQcEZQIHBB4ETgEiAfwATgH8ANUArwWIBf0ArwX9ANwAVAFYAfsAVAH7ANQAkAGTAQABkAEAATcBUQHVAPwAUQH8AEgBhgGSAQEBhgEBAUkBjwWMAQMBjwUDAYcFhwFoAQ4BhwEOAY8BagFxARYBagEWAREB+QNrAQcB+QMHAeUDfgRpARABfgQQAXQEawFvAQwBawEMAQcBbQFuAQYBbQEGAQkBbwFwAQQBbwEEAQwB+gNxAQUB+gMFAeYD/AObARQB/AMUAfADnAGaARcBnAEXAQ8BoQGZATYBoQE2AY0B/gAgARkB/gAZAdsAbAR1BB0BbAQdAe8AUwEcARgBUwEYAU8BRwEfAR4BRwEeAUYB4QPnAxoB4QMaAeAA4gPoAxgB4gMYAdoA4AAaASAB4AAgAf4AjAGIASEBjAEhAQMBQgFBATwBQgE8ASgBlwGYARUBlwEVARMB7gNAAT4B7gM+AekDjASdATMBjAQzAXgEZwE0AS4BZwEuAWQBegR2BCkBegQpAUsBhQGOAScBhQEnAUoB3APSAEAB3ANAAe4DOgFCASgBOgEoAT0B7wM6AT0B7wM9AeoDGgFRAUgBGgFIASABRAEsAT4BRAE+AUABjgGQATcBjgE3AScBTAEqAT8BTAE/AU0B/QOfARYB/QMWAesD5wPzA1EB5wNRARoBmwGcAQ8BmwEPARQBKAE8ASUBKAElASIBgwGNATYBgwE2AWMB2wPUADoB2wM6Ae8D+wDTAEEB+wBBAUIB7ABEAUAB7ABAAdIAfAR4BDMBfAQzAWYBngGfAS4BngEuATQB6QM+ASYB6QMmAfEDKgE5ATsBKgE7AT8BdgR3BDgBdgQ4ASkB1AD7AEIB1ABCAToB6gBTAU8B6gBPAdcAdQR5BEUBdQRFAR0BIAFIAVABIAFQARkBkgGFAUoBkgFKAQEB4gBMAU0B4gBNAdgA6AP0A08B6ANPARgB2ABHAUYB2ABGAeIAiAGGAUkBiAFJASEBagR6BEsBagRLAeEA6gM9AU4B6gNOAfIDPQEoASIBPQEiAU4BLAEkASYBLAEmAT4B9wNeAVQB9wNUAfUD+ANfAVUB+ANVAfYDYgFlAVsBYgFbAVgBYQFXAVUBYQFVAV8BXgFiAVgBXgFYAVQB5ABdAVoB5ABaAdEAkwGEAVkBkwFZAQABaQR7BFwBaQRcAeMAXQFnAWQBXQFkAVoBhAGDAWMBhAFjAVkBewR8BGYBewRmAVwB7QMtAV4B7QNeAfcD7AMvAV8B7ANfAfgDNQEwAWUBNQFlAWIBMgFhAV8BMgFfAS8BLQE1AWIBLQFiAV4BEwEVAW4BEwFuAW0BiQENAWgBiQFoAYcBCwEFAXEBCwFxAWoBNwEAAXIBNwFyAXwBSQEBAXMBSQFzAX4BhwUDAXUBhwV1AZAFDQF4AYIBDQGCAWgBDQGJAYoBDQGKAfEAaAGCAXkBaAF5AQ4BAwEhAXoBAwF6AXUBmQGgAX0BmQF9ATYBSgEnAXsBSgF7AX8BYwE2AX0BYwF9AYEBJwE3AXwBJwF8AXsBIQFJAX4BIQF+AXoBAQFKAX8BAQF/AXMBAAFZAYABAAGAAXIBWQFjAYEBWQGBAYABgwSBBIYBgwSGAYgBkwVyBIwBkwWMAY8FcgSDBIgBcgSIAYwBfwSHBI0BfwSNAYMB9AAKAXME9ABzBG0EcASABIUBcASFAZIBbwSCBIQBbwSEAZMBfQSHAY8BfQSPAYgEiQRvBJMBiQSTAZABgQRwBJIBgQSSAYYBigSJBJABigSQAY4BhgSJAYcBhgSHAX0EggR/BIMBggSDAYQBjQShAY0BjQSNAYcEgASKBI4BgASOAYUBiwSVAfUAiwT1AG4E/wDjA/sD/wD7A/MAiwTyAIsBiwSLAYUE+gAFAQsB+gALAfUA9wCVAYsE9wCLBIUE+wPkA/gA+wP4APMAlQH3APkAlQH5AJQB9QCVAZQB9QCUAfoA7AMwAZsB7AObAfwDNQEtAZoBNQGaAZwBjwEOAZkBjwGZAaEBMgEvAZgBMgGYAZcBdAQQAZ0BdASdAYwE7QMuAZ8B7QOfAf0DMAE1AZwBMAGcAZsBEQEWAZ8BEQGfAZ4BDgF5AaABDgGgAZkBiASPAaEBiAShAY0EFQQfAqYBFQSmAQEEFAT3AagBFASoAQAE8wH2AacB8wGnAc0BowWlBa4BowWuAc4BnwWcBa0BnwWtAQMEoAWmBa8BoAWvAQIEGAQlAqUBGASlAf4DGQQmAqMBGQSjAf8DKQIsAqQBKQKkAcwBnASOBLQBnAS0AQkCGQLNAacBGQKnASECngSPBLIBngSyARYClQWRBMABlQXAAZkF7QG4AasB7QGrAekBKAK9AaMBKAKjASYClwW2Aa8BlwWvAaYF9QG7AagB9QGoAfcBCgK1AaIBCgKiAQwCmgXBAaoBmgWqAZsF8AGqAcEB8AHBAe8BFgQBBKYBFgSmASICFwQABKgBFwSoASACEwTlATwCEwQ8AhwE4AHoAUEC4AFBAkACmATbAToCmAQ6AqMEDgTnAUICDgRCAh0E5QHgAUAC5QFAAjwCywHWAdwBywHcAcYB0AHEAd0B0AHdAdUBxwGpBKsExwGrBNkBBwTKAdcBBwTXAQgExAHJAdgBxAHYAd0ByQEHBAgEyQEIBNgBBgTQAdUBBgTVAQkEIgOUAioEIgMqBEEEHwLzAc0BHwLNAaYBnAWjBc4BnAXOAa0BJQIpAswBJQLMAaUBYQJkAtEBYQLRAQgCIgKmAc0BIgLNARkCVwJjAtIBVwLSARoCngVdAtQBngXUAaQFWAI5At8BWALfAWACOwJCAucBOwLnAeIBHAQ8AtgBHATYAQgEowQ6AuEBowThAZkEPAJAAt0BPALdAdgBPgI/AtcBPgLXAdoBQAJBAtUBQALVAd0BHQRCAtYBHQTWAQkEHwRsAuUBHwTlARMEbQJrAugBbQLoAeABcgJqAgcCcgIHAl4CzwHxAeoBzwHqAawBkQSaBO4BkQTuAcABJALtAekBJALpASACGALwAe8BGALvARcCBAQKBOsBBATrAbEBBQQLBOkBBQTpAasBsQHrAfEBsQHxAc8BXQJZAvIBXQLyAdQBEwISAg0CEwINAvkBaAJpAuYBaALmAeQBEQQRAg8CEQQPAgwEsQRuAgQCsQQEAp0EOAIFAv8BOAL/ATUCnwSbBPoBnwT6ARwCVgJfAvgBVgL4ARsC/wOjAREC/wMRAhEECwITAvkBCwL5AQ4CEgQLAg4CEgQOAg0E6wEiAhkC6wEZAvEBFQL9AQ8CFQIPAhECXwJhAggCXwIIAvgBHQL7ARACHQIQAh4CIARwAucBIATnAQ4ECgQWBCICCgQiAusBbAJtAuABbALgAeUB+QENAvYB+QH2AfMBVAJeAgcCVAIHAjQC/gOlAQsC/gMLAhIEzAGkARICzAESAhMCvQEVAhECvQERAqMBoQSdBAQCoQQEAjcCbwJwAv8BbwL/AQUCDAQPAvcBDAT3ARQE+wEKAgwC+wEMAhACmwScBAkCmwQJAvoBpQHMARMCpQETAgsCuwEkAiACuwEgAqgBmgSeBBYCmgQWAu4B8QEZAiEC8QEhAuoBYwJWAhsCYwIbAtIBswEdAh4CswEeAqkBCwQXBCACCwQgAukBqQEYAhcCqQEXArMBWQJXAhoCWQIaAvIBjwSfBBwCjwQcArIBDQQOAh8CDQQfAhUEDgL5AfMBDgLzAR8C/QH1AfcB/QH3AQ8CGgQvAiUCGgQlAhgEGwQwAiYCGwQmAhkEMwI2AiwCMwIsAikCMgIoAiYCMgImAjACLwIzAikCLwIpAiUCtQEuAisCtQErAqIBZAJVAioCZAIqAtEBjgSgBC0CjgQtArQBLgI4AjUCLgI1AisCVQJUAjQCVQI0AioCoAShBDcCoAQ3Ai0CEAT+AS8CEAQvAhoEDwQAAjACDwQwAhsEBgIBAjYCBgI2AjMCAwIyAjACAwIwAgAC/gEGAjMC/gEzAi8C5AHmAT8C5AE/Aj4CWgLeATkCWgI5AlgC3AHWAUIC3AFCAjsCCALRAUMCCAJDAk0CGgLSAUQCGgJEAk8CpAXUAUYCpAVGAp0F3gFJAlMC3gFTAjkCwgHeAVoCwgFaAlsCOQJTAkoCOQJKAt8B1AHyAUsC1AFLAkYCagJxAk4CagJOAgcCGwL4AUwCGwJMAlACNAIHAk4CNAJOAlIC+AEIAk0C+AFNAkwC8gEaAk8C8gFPAksC0gEbAlAC0gFQAkQC0QEqAlEC0QFRAkMCKgI0AlICKgJSAlECqASmBFcCqARXAlkClgWXBF0ClgVdAp4FlwSoBFkClwRZAl0CpASsBF4CpAReAlQCxQHbAZgExQGYBJIElQSlBFYClQRWAmMClASnBFUClARVAmQCogRYAmACogRgAq0ErgSUBGQCrgRkAmECpgSVBGMCpgRjAlcCrwSuBGECrwRhAl8CqwRaAlgCqwRYAqIEpwSkBFQCpwRUAlUCsgRyAl4CsgReAqwEpQSvBF8CpQRfAlYCwwGwBJMEwwGTBEgC0AEGBB4E0AEeBMQBkwSwBGYCkwRmAsYBywEGBAkEywEJBNYByAFmArAEyAGwBKoEHgQHBMkBHgTJAcQBZgLIAcoBZgLKAWUCxgFmAmUCxgFlAssBDwQBAmwCDwRsAh8EBgL+AWsCBgJrAm0CYALfAWoCYAJqAnICAwIAAmkCAwJpAmgCmQThAW4CmQRuArEEEAT/AXACEARwAiAEAQIGAm0CAQJtAmwC4gHnAXAC4gFwAm8C3wFKAnEC3wFxAmoCrQRgAnICrQRyArIEOATiAncCOAR3AiQENwS9AnkCNwR5AiMEugK8AngCugJ4ApcCqgWSBX8CqgV/ApgCrAWhBX4CrAV+AiYEqwWRBYACqwWAAiUEOwTnAnYCOwR2AiEEPAToAnQCPAR0AiIE6gLtAnUC6gJ1ApYCwASzBIYCwASGAs4C3AKXAngC3AJ4AuQCwgS0BIQCwgSEAtoCqAW2BI4CqAWOArMFtAKIAnwCtAJ8ArEC6QKKAnQC6QJ0AugCsQWHAoACsQWAApEFuwKJAnkCuwJ5Ar0CzQKFAnMCzQJzAtACsgWNAnsCsgV7AqIFtwJ7Ao0CtwKNArUCOQQkBHcCOQR3AuUCOgQjBHkCOgR5AuMCNgStAvwCNgT8Aj8EqQKwAgADqQIAA/8CvASlAvsCvAT7AscEMQSvAgEDMQQBA0AErQKpAv8CrQL/AvwCmgKQAqYCmgKmAp8ClQIpBCwElQIsBKACkgLNBM4EkgLOBKMCKgSUAqECKgShAisEkAKTAqICkAKiAqYCkwIqBCsEkwIrBKICKQSaAp8CKQSfAiwEqwNHA0kDqwNJA6oD4gK6ApcC4gKXAncCoQWqBZgCoQWYAn4C5wLqApYC5wKWAnYCHgMhA5sCHgObAswC5QJ3ApcC5QKXAtwCFQMgA5wCFQOcAt0CtAUaA54CtAWeAqkFFgP5AqgCFgOoAh0D+gIBA68C+gKvAqoCPwT8AqICPwSiAisExwT7AqsCxwSrAr0E/AL/AqYC/AKmAqIC/QL+AqEC/QKhAqMC/wIAA58C/wKfAqYCQAQBA6ACQASgAiwEQgQoA60CQgStAjYEKQMnA7ACKQOwAqkCLgMmA8sCLgPLAhsDmQK4ArICmQKyAn0CtgS+BLYCtgS2Ao4C5gK0ArEC5gKxAuMC2wK3ArUC2wK1AtkCJwQtBLMCJwSzAoICKAQuBLECKASxAnwCggKzArgCggK4ApkCGgMXA7kCGgO5Ap4C1wLWAtEC1wLRAr8CJAMlA64CJAOuAqwCNATVAtMCNATTAi8E1AQrA8kC1ATJAsEE9wLIAsQC9wLEAvUCwwS/BMECwwTBAuACFAMcA74CFAO+At4CIgR0AtUCIgTVAjQEzwLXAr8CzwK/AtICNQTPAtICNQTSAjAEswLlAtwCswLcArgC2ALCAtMC2ALTAtUCHAMeA8wCHAPMAr4C3wLAAtQC3wLUAuECQwQsA68CQwSvAjEELQQ5BOUCLQTlArMCKAMpA6kCKAOpAq0CvwLRArwCvwK8AroCEgMbA8sCEgPLAvQCIQR2As8CIQTPAjUElgJ1AtYClgLWAtcCigLYAtUCigLVAnQCxQTBBMkCxQTJAvgCKgMsA8QCKgPEAsgCLwTTAr0CLwS9AjcEwALNAtACwALQAtQCvwTABM4CvwTOAsECdgKWAtcCdgLXAs8CiQLmAuMCiQLjAnkCvgTCBNoCvgTaArYCuALcAuQCuALkArICIAMUA94CIAPeApwCgwLfAuECgwLhAnoCLgQ6BOMCLgTjArECegLbAtkCegLZAoMCFwMVA90CFwPdArkCtATDBOACtATgAoQCMATSAuICMATiAjgE0gK/AroC0gK6AuICwgK7Ar0CwgK9AtMCPQTwAucCPQTnAjsEPgTxAugCPgToAjwE8wL2Au0C8wLtAuoC8gLpAugC8gLoAvEC8ALzAuoC8ALqAucChQLuAuwChQLsAnMCIQMTA+sCIQPrApsCswTEBO8CswTvAoYC7gL3AvUC7gL1AuwCEwMSA/QCEwP0AusCxATFBPgCxAT4Au8CMwTDAvACMwTwAj0EMgTFAvECMgTxAj4EygLGAvYCygL2AvMCxwLyAvECxwLxAsUCwwLKAvMCwwLzAvACrAKuAv4CrAL+Av0CGAOnAvkCGAP5AhYDpAKgAgEDpAIBA/oCzAKbAgIDzAICAwsD3QKcAgMD3QIDAw0DqQWeAgUDqQUFA7UFpwIHAxEDpwIRA/kCjwKnAhgDjwIYAxkD+QIRAwgD+QIIA6gCngK5AgkDngIJAwUDJgMtAwwDJgMMA8sC3gK+AgoD3gIKAw4D9ALLAgwD9AIMAxADvgLMAgsDvgILAwoDuQLdAg0DuQINAwkDnALeAg4DnAIOAwMDmwLrAg8DmwIPAwID6wL0AhAD6wIQAw8DzATKBBUDzAQVAxcDpwW7BBoDpwUaA7QFuwTMBBcDuwQXAxoDyATPBBsDyAQbAxIDkQKlArwEkQK8BLcEuQTJBBQDuQQUAyADuATLBBMDuAQTAyEDxgQWAx0DxgQdA9AE0QS4BCED0QQhAx4DygS5BCADygQgAxUD0gTRBB4D0gQeAxwDzgQYAxYDzgQWA8YEywTIBBIDywQSAxMD1QQuAxsD1QQbA88EyQTSBBwDyQQcAxQDtwTTBCMDtwQjA5ECmgIpBEEEmgJBBJACzQTTBI8CzQSPAhkDlQKgAqQClQKkApECkgIjA9MEkgLTBM0EQQQqBJMCQQSTApACIwOSApQCIwOUAiIDkQIjAyIDkQIiA5UCMgTGAigDMgQoA0IEygLDAicDygInAykDHQOoAiYDHQMmAy4DxwLFAiUDxwIlAyQDvQSrAisDvQQrA9QEMwTEAiwDMwQsA0MExgLKAikDxgIpAygDqgKvAiwDqgIsAyoDqAIIAy0DqAItAyYD0AQdAy4D0AQuA9UEfAN2AzIDfAMyAy8DfQN3AzADfQMwAzEDegN9AzEDegMxA0sDmgOUAzMDmgMzA20DeQM2AzADeQMwA3cDbgM0Ay8DbgMvA3ADXwNeA40DXwONA5ADWQNhA5IDWQOSA5EDmANUA4sDmAOLA54DYQNgA5MDYQOTA5IDXgNZA5EDXgORA40DTgNPAzcDTgM3AzgDRQNKAzcDRQM3AzoDUwNQAzsDUwM7Az0DlgNEAzkDlgM5A5UDUANRAz8DUAM/AzsDowNBAz4DowM+A6kDVgNOAzgDVgM4A0ADUQNWA0ADUQNAAz8DPwNAA0MDPwNDA0gDQAM4A0wDQANMA0MDdgN6A0sDdgNLAzIDpwOoA00DpwNNA2wDqQM+A1cDqQNXA6IDOwM/A0gDOwNIA0kDlQM5A1QDlQNUA5gDPQM7A0kDPQNJA0cDOgM3A08DOgNPA1UDOAM3A0oDOANKA0wDoQOKA1gDoQNYA6YDjAOTA2ADjANgA1sDkAONA1EDkANRA1ADngOLA1oDngNaA5kDjQORA1YDjQNWA1EDjwOQA1ADjwNQA1MDkQOSA04DkQNOA1YDkgOTA08DkgNPA04DrgOxA14DrgNeA18DsgOwA2EDsgNhA1kDtwOvA2sDtwNrA6UDrQOuA18DrQNfA10DtgOzA2gDtgNoA5sDiQNpA2MDiQNjA4YDMQMwA3EDMQNxA3IDsAO1A2ADsANgA2EDsQOyA1kDsQNZA14DnwOlA2sDnwNrA4UDLwMyA28DLwNvA3ADSwMxA3IDSwNyA3MDNgN1A3EDNgNxAzADnQObA2gDnQNoA4gDtAO1A2MDtANjA2kDMgNLA3MDMgNzA28DhgOAA3YDhgN2A3wDhwOBA3cDhwN3A30DhAOHA30DhAN9A3oDgwN5A3cDgwN3A4EDgAOEA3oDgAN6A3YDNAN/A3wDNAN8Ay8DqAOgA3sDqAN7A00DlAOcA34DlAN+AzMDfwOJA4YDfwOGA3wDoAOfA4UDoAOFA3sDnAOdA4gDnAOIA34DYwNiA4ADYwOAA4YDZQNkA4EDZQOBA4cDagNlA4cDagOHA4QDZwODA4EDZwOBA2QDYgNqA4QDYgOEA4ADXQNfA5ADXQOQA48DogNXA4oDogOKA6EDVQNPA5MDVQOTA4wDbANNA5QDbAOUA5oDVwOYA54DVwOeA4oDQQOWA5UDQQOVAz4DPgOVA5gDPgOYA1cDigOeA5kDigOZA1gDrwO2A5sDrwObA2sDhQNrA5sDhQObA50DTQN7A5wDTQOcA5QDewOFA50DewOdA5wDggNmA6UDggOlA58DPAOpA6IDPAOiA1IDNQN4A6ADNQOgA6gDjgOhA6YDjgOmA1wDdAM1A6gDdAOoA6cDUgOiA6EDUgOhA44DRgOjA6kDRgOpAzwDeAOCA58DeAOfA6ADrAO3A6UDrAOlA2YDRQOrA6oDRQOqA0oDTANKA6oDTAOqA0MDqwNCA6QDqwOkA0cDqwNFA5cDqwOXA0IDqgNJA0gDqgNIA0MDZANlA7EDZAOxA64DagNiA7ADagOwA7IDpgNYA68DpgOvA7cDZwNkA64DZwOuA60DmQNaA7MDmQOzA7YDYgNjA7UDYgO1A7ADZQNqA7IDZQOyA7EDWwNgA7UDWwO1A7QDWAOZA7YDWAO2A68DXAOmA7cDXAO3A6wDfADPA7sDfAC7AwcAVADOA7oDVAC6AwUAdwWDBb0DdwW9Aw4AeQWEBbwDeQW8AwwAiQDSA7gDiQC4AwAAigDTA7kDigC5AwIAdgAHALsDdgC7A9ADfwAFALoDfwC6A9EDRADNA9YDRADWA50ARgDIA9cDRgDXA58AXwS5ALgAXwS4AGEEKAAmADgAKAA4ADUAnQDWA8IDnQDCAzUAnwDXA8MDnwDDAzMAxwDZA80DxwDNA0QACABOAMQDCADEA74DCgBIAMUDCgDFA78DcADLA8YDcADGA2sAAgC5A8sDAgDLA3AAagDMA8cDagDHA24AyQDaA8gDyQDIA0YATgB2ANADTgDQA8QDAAC4A8wDAADMA2oAawDGA84DawDOA1QASAB/ANEDSADRA8UDbgDHA88DbgDPA3wAkwDUA9IDkwDSA4kAlADVA9MDlADTA4oAXQDKA9QDXQDUA5MAXwDJA9UDXwDVA5QA2APAAykA2AMpAMMAXgDJA9kDXgDZA8cAXADKA9oDXADaA8kATQHyA94DTQHeA9gAJQHxA90DJQHdA9YAsAWOBeADsAXgA98ArgWNBd8DrgXfA90AWgH1A9sDWgHbA9EAWwH2A9wDWwHcA9MARwHYAN4DRwHeA/MDUAHWAN0DUAHdA/QDFQHwA/kDFQH5A24BFwHrA/oDFwH6A3ABhASKAYkBhASJAYYE+QD3AAkB+QAJAQYBbgH5A+UDbgHlAwYBcAH6A+YDcAHmAwQBmAH8A/ADmAHwAxUB2QAfAecD2QDnA+ED2wAZAegD2wDoA+IDQQHuA+kDQQHpAzwB0wDcA+4D0wDuA0EBOwHvA+oDOwHqAz8BmgH9A+sDmgHrAxcBHwFHAfMDHwHzA+cD0QDbA+8D0QDvAzsBPAHpA/EDPAHxAyUBGQFQAfQDGQH0A+gDPwHqA/IDPwHyA00BZAH3A/UDZAH1A1oBZQH4A/YDZQH2A1sBLgHtA/cDLgH3A2QBMAHsA/gDMAH4A2UB+wPjA/oA+wP6AJQBLwHsA/wDLwH8A5gBLQHtA/0DLQH9A5oBHgIVBAEEHgIBBKkB9gEUBAAE9gEABKcBmwWfBQMEmwUDBLABpQWgBQIEpQUCBK4BKwIYBP4DKwL+A6IBLAIZBP8DLAL/A6QBGAKpAQEEGAIBBBYEIQKnAQAEIQIABBcE5gETBBwE5gEcBD8C6AEOBB0E6AEdBEECqQRbAloCqQRaAqsEygHIAdoBygHaAdcBPwIcBAgEPwIIBNcBQQIdBAkEQQIJBNUBaQIfBBMEaQITBOYBqgHwAQoEqgEKBAQErAHqAQsErAELBAUEEgIRBAwEEgIMBA0CpAH/AxEEpAERBBICDAISBA0EDAINBBACawIgBA4EawIOBOgB8AEYAhYE8AEWBAoEogH+AxIEogESBAwCDQIMBBQEDQIUBPYB6gEhAhcE6gEXBAsEEAINBBUEEAIVBB4CNQIaBBgENQIYBCsCNgIbBBkENgIZBCwC/wEQBBoE/wEaBDUCAQIPBBsEAQIbBDYCHgQGBMsBHgTLAWUCAAIPBB8EAAIfBGkC/gEQBCAE/gEgBGsC4QI4BCQE4QIkBHoCvAI3BCMEvAIjBHgCogWsBSYEogUmBIECkgWrBSUEkgUlBH8C7AI7BCEE7AIhBHMC7QI8BCIE7QIiBHUC2wJ6AiQE2wIkBDkE5AJ4AiME5AIjBDoErgI2BD8ErgI/BP4CsAIxBEAEsAJABAADzQQZAxgDzQQYA84EoQKUApICoQKSAqMC/gI/BCsE/gIrBKECAANABCwEAAMsBJ8CJQNCBDYEJQM2BK4CewK3Ai0EewItBCcEfQKyAi4EfQIuBCgE1gI0BC8E1gIvBNECdQIiBDQEdQI0BNYC0AI1BDAE0AIwBNQCJwNDBDEEJwMxBLACtwLbAjkEtwI5BC0EcwIhBDUEcwI1BNAC0QIvBDcE0QI3BLwCsgLkAjoEsgI6BC4E1AIwBDgE1AI4BOEC9QI9BDsE9QI7BOwC9gI+BDwE9gI8BO0CxAIzBD0ExAI9BPUCxgIyBD4ExgI+BPYCQQQpBJUCQQSVAiIDxQIyBEIExQJCBCUDwwIzBEMEwwJDBCcDqwChAEQEqwBEBFIErQCiAEUErQBFBFQEgQWkAEcEgQVHBIUFpwBOBFkEpwBZBLEApQCnADwApQA8ACAAsQBZBE8EsQBPBKgApACpAFAEpABQBEcEzwBnBFMEzwBTBKwArgCqAFEErgBRBFUEsACsAFMEsABTBFcEqgCrAFIEqgBSBFEEqQCtAFQEqQBUBFAEogCuAFUEogBVBEUEoQCvAFYEoQBWBEQErwCwAFcErwBXBFYESgCBAFwESgBcBF4EewUWAE0EewVNBIYFFgBKAF4EFgBeBE0EjwBgAGIEjwBiBFoETgSnAKUATgSlAEgEGABSAFsEGABbBEsEGgCFAF0EGgBdBEoEmwBYBGMEmwBjBEEAcgAaAEoEcgBKBGQEgQAYAEsEgQBLBFwEWgByAGQEWgBkBGUENwBhBFgENwBYBJsAhQCPAFoEhQBaBF0ExQBoBGIExQBiBGAAUgBaAGUEUgBlBFsEIQBmBEkEIQBJBKYAqABPBGcEqABnBM8AQQBjBGgEQQBoBMUAfAFyAWkEfAFpBHcEfgFzAWoEfgFqBHkEkAV1AWwEkAVsBJQFeAFzBH4EeAF+BIIBdgF4AQ0BdgENAfEAggF+BHQEggF0BHkBdQF6AXUEdQF1BGwEoAGMBHgEoAF4BH0BfwF7AXYEfwF2BHoEgQF9AXgEgQF4BHwEewF8AXcEewF3BHYEegF+AXkEegF5BHUEcwF/AXoEcwF6BGoEcgGAAXsEcgF7BGkEgAGBAXwEgAF8BHsEGwFSAYEEGwGBBIMEiwXnAHIEiwVyBJMF5wAbAYME5wCDBHIEYAExAYcEYAGHBH8EcwR4AXYBcwR2AW0E6QAjAYAE6QCABHAE6wBWAYIE6wCCBG8EbAF9BIgEbAGIBBIBQwHrAG8EQwFvBIkEUgHpAHAEUgFwBIEEKwFDAYkEKwGJBIoECAGGBH0ECAF9BGwBVgFgAX8EVgF/BIIElgGNBIcElgGHBDEBIwErAYoEIwGKBIAE8gCLBG4E8gBuBHcBeQF0BIwEeQGMBKABEgGIBI0EEgGNBJYBTQJDAo4ETQKOBJwETwJEAo8ETwKPBJ4EnQVGApEEnQWRBJUFSQKYBKMESQKjBFMCRwJJAt4BRwLeAcIBUwKjBJkEUwKZBEoCRgJLApoERgKaBJEEcQKxBJ0EcQKdBE4CUAJMApsEUAKbBJ8EUgJOAp0EUgKdBKEETAJNApwETAKcBJsESwJPAp4ESwKeBJoERAJQAp8ERAKfBI8EQwJRAqAEQwKgBI4EUQJSAqEEUQKhBKAE7AEjAqYE7AGmBKgEmAW5AZcEmAWXBJYFuQHsAagEuQGoBJcEMQICAqwEMQKsBKQEkgSYBEkCkgRJAkcCugH0AaUEugGlBJUEvAEnAqcEvAGnBJQEPQKiBK0EPQKtBOMBFAK8AZQEFAKUBK4EIwK6AZUEIwKVBKYE/AEUAq4E/AGuBK8E2QGrBKIE2QGiBD0CJwIxAqQEJwKkBKcEZwKyBKwEZwKsBAIC9AH8Aa8E9AGvBKUEsATDAVwCsARcAqoESgKZBLEESgKxBHEC4wGtBLIE4wGyBGcCCwMCA7MECwOzBMAEDQMDA7QEDQO0BMIEtQUFA7YEtQW2BKgFBwO8BMcEBwPHBBEDBgMHA6cCBgOnAo8CEQPHBL0EEQO9BAgDBQMJA74EBQO+BLYELQPUBMEELQPBBAwDDgMKA78EDgO/BMMEEAMMA8EEEAPBBMUECgMLA8AECgPABL8ECQMNA8IECQPCBL4EAwMOA8MEAwPDBLQEAgMPA8QEAgPEBLMEDwMQA8UEDwPFBMQEtALmAsoEtALKBMwEsQWIArsEsQW7BKcFiAK0AswEiALMBLsE8gLHAs8E8gLPBMgEtwS8BAcDtwQHAwYDiQK7AskEiQLJBLkEigLpAssEigLLBLgE/QLGBNAE/QLQBKwC2AKKArgE2AK4BNEE5gKJArkE5gK5BMoEwgLYAtEEwgLRBNIEowLOBMYEowLGBP0C6QLyAsgE6QLIBMsEJAPVBM8EJAPPBMcCuwLCAtIEuwLSBMkEjwLTBLcEjwK3BAYDCAO9BNQECAPUBC0DrALQBNUErALVBCQDzgGuAeYEzgHmBOcEkQECAeIEkQHiBOQE7wTrBH4C7wR+ApgC9gTuBIcC9gSHAroEvQMLANYEvQPWBPME9QTdBKMA9QSjAEYEmAJ/AuwEmALsBO8E9ATsBH8C9AR/AiUEHwOdAvAEHwPwBPIEugQfA/IEugTyBPYEYgLTAegEYgLoBOoE8wTYBA4A8wQOAL0D4wTiBAIB4wQCAXQB4QTfBNwA4QTcAP0A3QTcBDEA3QQxAKMA8QTwBJ0C8QSdAgQDRgQcANkERgTZBPUE6QToBNMB6QTTAUUC/QDdAOAE/QDgBOEE2wTWBAsA2wQLACwA2ATaBB0A2AQdAA4A7gTtBIAC7gSAAocCJQSAAu0EJQTtBPQEwAAxANwEwADcBN4E5wTlBK0B5wStAc4BLAAMANcELADXBNsESwZKBugESwboBOkETgZNBgEFTgYBBQMFTwZQBvAETwbwBPEEDAUOBTEFDAUxBUUFSQZNBuIESQbiBOMEVAZKBgcFVAYHBQkFUwZMBvsEUwb7BP0EFwUaBQIFFwUCBf0ECQUSBSwGCQUsBg8FAgR2BeYEAgTmBK4BFwX9BPsEFwX7BBYFFwUWBSQFFwUkBScFAwUBBRkFAwUZBRsFIwUTBfkEIwX5BBAFGgUZBQEFGgUBBQIFNgUDBK0BNgWtAeUELQUSBVEFLQVRBSsFKQUoBRkFKQUZBRoFEgUJBQcFEgUHBVEFGwUZBSgFGwUoBSoFRgVDBS4FRgUuBTIFcQVrBUoFcQVKBTkFMgUvBUQFMgVEBUYFawVVBVQFawVUBUoFTAVUBVUFTAVVBVYFcAZvBmIFcAZiBTAGOwVMBVYFOwVWBWwFMAZiBV0FMAZdBTgGOQVLBWoFOQVqBXEFMQY6BnQFMQZ0BW4FMgY2BlgFMgZYBWUFMwYuBmYFMwZmBW0FOgY3BjcFOgY3BXQFagVwBSEFagUhBXUF3wNkBeAE3wPgBN0ANgYuBlsFNgZbBVgFLQYzBm0FLQZtBXMFMgYxBm4FMgZuBSIFUgUgBVUFUgVVBWsFcAVyBRQFcAUUBSEFzwUyBS4FzwUuBc4FSwU6BXAFSwVwBWoFLgVsBUkFLgVJBc4FLQAKAHkFLQB5BX8FvgMPAHgFvgN4BYMFvwMJAHoFvwN6BYQFRgSFBX0FRgR9BRwAFwB8BXoFFwB6BQkAHQB+BXcFHQB3BQ4ADwAtAH8FDwB/BXgFwACCBYAFwACABTEAMQCABYEFMQCBBaMATASGBYIFTASCBcAACAC+A4MFCACDBXcFCgC/A4QFCgCEBXkFowCBBYUFowCFBUYEFAB7BYYFFACGBUwEcQSTBY8FcQSPBZEB4QPgAK8F4QOvBY4F4gPaAK0F4gOtBY0F6ACMBa0F6ACtBdoAuAGXBaYFuAGmBasBawSUBYkFawSJBe0AlgSWBZ4FlgSeBWIC0wGkBZ0F0wGdBUUCkQGPBYcFkQGHBQIBsQHPAaMFsQGjBZwFdAGQBZQFdAGUBWsE2wDiA40F2wCNBa4FBQSrAaYFBQSmBaAF2QDhA44F2QCOBbAFBASxAZwFBAScBZ8F5gCLBZMF5gCTBXEEAgGHBZAFAgGQBXQBnQKpBbUFnQK1BQQD4AD+AIgF4ACIBa8F7gCKBbAF7gCwBd8ARQKdBZUFRQKVBZAE/gDbAK4F/gCuBYgFtwGYBZYFtwGWBZYEHwO0BakFHwOpBZ0CkASVBZkFkASZBb4BmQJ9ApIFmQKSBaoFtQSoBbMFtQSzBYwCJwSCAqEFJwShBawFrAEFBKAFrAGgBaUFvwGaBZsFvwGbBbABzwGsAaUFzwGlBaMFqgEEBJ8FqgGfBZsFYgKeBaQFYgKkBdMBfQIoBKsFfQKrBZIFggKZAqoFggKqBaEFBAO1BagFBAOoBbUEugSnBbQFugS0BR8DewInBKwFewKsBaIFhwKxBacFhwKnBboEiwKyBaIFiwKiBYECKAR8ApEFKASRBasFiAKxBZEFiAKRBXwCbAVWBcwFbAXMBUkFcQVqBXUFcQV1BRgFEAUUBXIFEAVyBSMFGAVSBWsFGAVrBXEFBgXMBSAFBgUgBQQFAAUYBXUFAAV1Bf4EVgVVBSAFVgUgBcwFDQXvBOwEDQXsBAsFygXgA9wAygXcAN8EvAPLBdcEvAPXBAwA4AO8Aw0A4AMNAN8AvAPgA8oFvAPKBcsF7wQNBQoF7wQKBesEzgXNBesEzgXrBAoFAwTfA94AAwTeALABzAUGBQUFzAUFBUkF3wMDBDYF3wM2BWQFSQV2Bc0FSQXNBc4FzwUNBQsFzwULBREFMgXPBREFMgURBS8FzQUmBH4CzQV+AusEAgQmBM0FAgTNBXYFJgQCBK8BJgSvAYECDQXPBc4FDQXOBQoFHAUsBSsFHAUrBVEFfgaIBrgFfga4BX8GfQa6BYgGfQaIBn4GbgNwA9UFbgPVBdMF2gXWBXED2gVxA3UD2wXRBWwD2wVsA5oDpwNsA9EFpwPRBdwF1wXYBXMD1wVzA3ID1gXXBXID1gVyA3ED3AXZBXQD3AV0A6cD2AXUBW8D2AVvA3MDmgNtA9IFmgPSBdsF1AXVBXAD1AVwA28D5AXgBdQF5AXUBdgF4AXhBdUF4AXVBdQF2wXSBd4F2wXeBecF5gXiBdYF5gXWBdoF0wXVBeEF0wXhBd8F5wXdBdEF5wXRBdsF3AXRBd0F3AXdBegF6AXlBdkF6AXZBdwF4wXkBdgF4wXYBdcF4gXjBdcF4gXXBdYF7wXwBeQF7wXkBeMF7gXvBeMF7gXjBeIF8AXsBeAF8AXgBeQF7AXtBeEF7AXhBeAF5wXeBeoF5wXqBfMF8gXuBeIF8gXiBeYF3wXhBe0F3wXtBesF8wXpBd0F8wXdBecF6AXdBekF6AXpBfQF9AXxBeUF9AXlBegF/wX1BekF/wXpBfMF9AXpBfUF9AX1BQAGAAb9BfEFAAbxBfQF+wX8BfAF+wXwBe8F+gX7Be8F+gXvBe4F/AX4BewF/AXsBfAF+AX5Be0F+AXtBewF8wXqBfYF8wX2Bf8F/gX6Be4F/gXuBfIF6wXtBfkF6wX5BfcF/wX2BQIG/wUCBgsGCgYGBvoFCgb6Bf4F9wX5BQUG9wUFBgMGCwYBBvUFCwb1Bf8FAAb1BQEGAAYBBgwGDAYJBv0FDAb9BQAGBwYIBvwFBwb8BfsFBgYHBvsFBgb7BfoFCAYEBvgFCAb4BfwFBAYFBvkFBAb5BfgFFAYQBgQGFAYEBggGEAYRBgUGEAYFBgQGCwYCBg4GCwYOBhcGFgYSBgYGFgYGBgoGAwYFBhEGAwYRBg8GFwYNBgEGFwYBBgsGDAYBBg0GDAYNBhgGGAYVBgkGGAYJBgwGEwYUBggGEwYIBgcGEgYTBgcGEgYHBgYGHwURBhAGHwUQBh4FNAUPBhEGNAURBh8FQQVABRwGQQUcBh0GQAU+BRoGQAUaBhwGPwU9BRkGPwUZBhsGHQYcBh4GHQYeBh8GHwYeBiAGHwYgBiEGIQYgBiMGIQYjBiQGTQVdBj0GTQU9Bl4GJAYjBiYGJAYmBicGJwYmBikGJwYpBioGNQYpBmAGNQZgBmAFJQUqBikGJQUpBjUGFQDuAN8AFQDfAA0A5QC/AbAB5QCwAd4ATARrBO0ATATtABQAawRMBMAAawTAAHQBdAHAAN4EdAHeBOMEUwZJBuMEUwbjBN4EJAVaBkEFJAVBBScFGgUXBScFGgUnBSkFNQUXBg4GNQUOBjMFcQSQBL4BcQS+AeYAkARxBJEBkASRAUUCtgGLAoECtgGBAq8BlgS1BIwClgSMArcBtQSWBGICtQRiAgQDBANiAuoEBAPqBPEEVAZPBvEEVAbxBOoEHAUIBQMFHAUDBRsFLAUcBRsFLAUbBSoFUQUHBQgFUQUIBRwFSwZOBgMFSwYDBQgF5ATpBEUC5ARFApEBDwUsBjEFDwUxBQ4FLQY4Bl0FLQZdBVcFbAUuBUMFbAVDBTsFFAX6BPgEFAX4BCEFFAUQBfcEFAX3BPoEGAUABf8EGAX/BFIFLwURBQwFLwUMBUUFRwUNBhcGRwUXBjUFUAUwBjgGUAU4Bk8FWQVTBToGWQU6BjEGcwVPBTgGcwU4Bi0GVwVaBTMGVwUzBi0GUwVcBTcGUwU3BjoGIgVvBTYGIgU2BjIGWgVbBS4GWgUuBjMGZQVZBTEGZQUxBjIGbwVmBS4GbwUuBjYGMQUsBjwGMQU8BjAFJgZiBmAGJgZgBikGEgUtBTwGEgU8BiwGIwZlBmIGIwZiBiYGSAUYBg0GSAUNBkcFGAZIBVUGGAZVBhUGJgUSBhYGJgUWBlYGYwUTBhIGYwUSBiYFEwZjBTkGEwY5BhQGNwZcBT0GNwY9Bl0GLwY7BmcFLwZnBV4FOwYvBmkFOwZpBR0FRAUvBUUFRAVFBTgFPAVNBV4GPAVeBsIFfQbHBcYFfQbGBXwGfAbGBcUFfAbFBXsGewbFBcQFewbEBXoGegbEBcgFegbIBXkGeQbIBdAFeQbQBXgGeAbQBckFeAbJBXcGdwbJBUgGdwZIBnYGWQXHBcAFWQXABVMFZQXGBccFZQXHBVkFxgVlBVgFxgVYBcUFxQVYBVsFxQVbBcQFWgXIBcQFWgXEBVsFVwXQBcgFVwXIBVoF0AVXBV0F0AVdBckFdQamBp8GdQafBnYGcwaXBqYGcwamBnUGYgVIBskFYgXJBV0FBQXmBHYFBQV2BUkFCAUHBUoGCAVKBksG/AT7BEwG/ARMBvUEBgXnBOYEBgXmBAUF5wQGBQQF5wQEBeUE5ATiBE0G5ARNBk4GIAU2BeUEIAXlBAQFDwUOBVAGDwVQBk8G9QRMBtwE9QTcBN0ENgUgBVIFNgVSBWQF/wTgBGQF/wRkBVIFAAXhBOAEAAXgBP8E4QQABf4E4QT+BN8EAgUBBU0GAgVNBkkG6gToBEoG6gRKBlQG9gRQBg4F9gQOBe4EdQXKBd8EdQXfBP4E3gTcBEwG3gRMBlMGygV1BSEFygUhBcsF+ATXBMsF+ATLBSEF+gTbBNcE+gTXBPgE9gTyBPAE9gTwBFAG2wT6BPcE2wT3BNYEEAXzBNYEEAXWBPcE8wQQBfkE8wT5BNgEEwVuBlIGEwVSBvkE/ARRBm0G/ARtBhUF7gQOBQwF7gQMBe0EEQX0BO0EEQXtBAwF9AQRBQsF9AQLBewE2AT5BFIG2ARSBtoE/QQCBUkG/QRJBlMGCQUPBU8GCQVPBlQG6QTkBE4G6QROBksGFAY5Bh4FFAYeBRAGVwYmBVYGVwZWBlkGTgVjBSYFTgUmBVcGcgVwBToFcgU6BUIFXQZbBjcFXQY3BTcGbwZxBkgGbwZIBmIFTQU5BmMFTQVjBU4FbwZeBUEGbwZBBnEGXAYjBXIFXAZyBUIFQgU3BVsGQgVbBlwGWwZOBVcGWwZXBlwGIwVcBlcGIwVXBhMFOgV0BTcFOgU3BUIFSwVuBXQFSwV0BToFNQY7Bh0FNQYdBSUFOwY1BmAFOwZgBWcFKwY/BkIGKwZCBl8FKAZABj8GKAY/BisGJQZDBkAGJQZABigGIgZFBkMGIgZDBiUGPgZEBkUGPgZFBiIGwgVHBkQGwgVEBj4GXgZGBkcGXgZHBsIFPQbBBUYGPQZGBl4GKwZfBWgFKwZoBV8GGQY9BTwFGQY8BcIFKAYrBl8GKAZfBjQGaAVhBWEGaAVhBl8GIAZoBmUGIAZlBiMGaAYgBh4GaAYeBmsGYwY0Bl8GYwZfBmEGNAZjBmYGNAZmBmQGZAZmBmkGZAZpBmcGZwZpBmwGZwZsBmoGJQYoBjQGJQY0BmQGZwYiBiUGZwYlBmQGIgZnBmoGIgZqBj4GHgYcBhoGHgYaBmsGbAYbBhkGbAYZBmoGGQbCBT4GGQY+BmoGRQUxBTAFRQUwBTgFOQUiBW4FOQVuBUsFIgU5BUoFIgVKBW8FbwVKBVQFbwVUBWYFTAVtBWYFTAVmBVQFOwVzBW0FOwVtBUwFQwVPBXMFQwVzBTsFRgVQBU8FRgVPBUMFMAUdBWkFMAVpBTgFHQUwBTwGHQU8BiUFLQUqBiUFLQUlBTwGKgYtBSsFKgYrBScGLAUkBicGLAUnBisFJAYsBSoFJAYqBSEGIQYqBSgFIQYoBR8GKQUdBh8GKQUfBigFHQYpBScFHQYnBUEF/AT1BNkE/ATZBFEGFgUVBW0GFgVtBiQF/AQVBRYF/AQWBfsEEwVXBlkGEwVZBm4GLwZeBW8GLwZvBnAGXAXDBcEFXAXBBT0GUwXABcMFUwXDBVwFOAVpBXIGOAVyBkQFLwZwBnIGLwZyBmkFUAVGBUQFUAVEBXIGcAYwBlAFcAZQBXIGTgVbBl0GTgVdBk0FSAVaBlgGSAVYBlUGWgZIBUcFWgZHBUEFQQVHBTUFQQU1BUAFQAU1BTMFQAUzBT4FPwU0BR8FPwUfBT0FPQUfBR4FPQUeBTwFPAUeBTkGPAU5Bk0FhwaMBpoGhwaaBoYGhgaaBosGhgaLBoUGhQaLBpwGhQacBoQGgwZFBkQGgwZEBoQGggZDBkUGggZFBoMGgQZABkMGgQZDBoIGgAY/BkAGgAZABoEGgAaPBpgGgAaYBnQGfwa4BYwGfwaMBocGQQZzBnUGQQZ1BnEGugV9BnwGugV8BrYFpAaCBoMGpAaDBpUGxwV9Bn4GxwV+BsAFRwaFBoQGRwaEBkQGwAV+Bn8GwAV/BsMFkgZ3BnYGkgZ2Bp8GwwV/BocGwwWHBsEFvgV6BnkGvgV5BpAGvAV4BncGvAV3BpIGRgaGBoUGRgaFBkcGjwaABoEGjwaBBqIGnQZ7BnoGnQZ6Br4FkAZ5BngGkAZ4BrwFPwaABnQGPwZ0BkIGlQaDBoQGlQaEBpwGtgV8BnsGtgV7Bp0GcQZ1BnYGcQZ2BkgGogaBBoIGogaCBqQGwQWHBoYGwQWGBkYGbQZYBloGbQZaBiQFwwAoAMEDwwDBA9gDrQa5BqwGrAa5BuEGswa5BrIGrgarBrkGsAa5Bq0Gtwa5BqcGpwa5BqgGqAa5BrgGuAa5BqoGqga5BqkGuQbeBqkGuQazBrUGrwauBrkGsQavBrkGtQaxBrkGsga5BrQGtAa5BrYGtga5BrAG1wabBooG1waKBsEGxgaeBr8Fxga/BcQGzga7BbcFzga3Bb4G0QahBqMG0QajBs0GvAaJBrsFvAa7Bc4Gvga3BZ4GvgaeBsYG0waOBqEG0wahBtEG3wa5BYkG3waJBrwG2QalBpYG2QaWBtUGywaUBpsGywabBtcGyAaTBqAGyAagBtoG1QaWBo4G1QaOBtMGwQaKBpkGwQaZBt0GzQajBpQGzQaUBssG3QaZBo0G3QaNBroG4ga9BZMG4gaTBsgG2gagBqUG2galBtkGxAa/BZEGxAaRBsIGpwbFBsMGpwbDBrcGrQbbBtgGrQbYBrAG4QbjBskG4QbJBqwGrgbcBrsGrga7BqsGswbMBsoGswbKBrUGrwbABtwGrwbcBq4GtgbUBtIGtgbSBrQGrAbJBtsGrAbbBq0GtQbKBtYGtQbWBrEGsAbYBtQGsAbUBrYG3gbgBr0G3ga9BqkGtAbSBtAGtAbQBrIGuAa/BscGuAbHBqgGqQa9Bs8GqQbPBqoGsgbQBswGsgbMBrMGqgbPBr8Gqga/BrgGqAbHBsUGqAbFBqcGsQbWBsAGsQbABq8Gqwa7BuAGqwbgBt4GugaNBrkFuga5Bd8GuQarBt4GtwbDBuMGtwbjBuEGwgaRBr0Fwga9BeIG4Qa5BrcGAACAP3uTmbdvI4MyAAAAgG8jgzIQmdo66P9/PwAAAIB7k5m36f9/vxCZ2joAAACA+1v2NEyf3jwTWd+3AACAP/Gefz8qyFI9uJiQvAAAAIDAmJC8ggMdP+skSj8AAAAAKshSPd/DSb+DAx0/AAAAgCDUHbwdNlG8XUeAvAAAgD/GIXo/hj9RPkt4dL0AAACARXh0vRY2CD8aN1g/AAAAAIo/UT7hWFK/GTYIPwAAAIDknwC73AJpvcIAqbwAAIA/88p7P8VGLj6953a9AAAAgMfndr1Tzh8/H2ZHPwAAAADGRi4+FTFDv1TOHz8AAACApbqRu24Wzr3bwxy8AACAPxSQdz9IuHs+R9+HvQAAAIBS34e9Slv9PqHPXT8AAAAAS7h7PrlfVb9PW/0+AAAAgORyazuLiAO+HBzwvAAAgD+TrH8/xZtOvXxGTzcAAACA70JPN8NTADr+/38/AAAAgMWbTr2SrH+/wVMAOgAAAIADqiM8jWr7uYzCt7wAAIA/85x1P9dxj74GGQI9AAAAgAcZAj1jlWA+gKJ5PwAAAIDXcY++cz9vv2aVYD4AAACAqAofvAS3q70ooX27AACAPw9Tez8R3EE+AAqavAAAAIAECpq8s5ZHPkQLez8AAAAAFdxBPlRedr+0lkc+AAAAgM2qPz3yDee9hAIFvAAAgD/tHmU/jOjiPpZBT70AAACAmEFPvZ+zWj7qwXk/AAAAAI7o4j7X4F6/obNaPgAAAIAK0ao9cLkBvlk3vrsAAIA/wa93P9swgT4RQXa8AAAAgCNBdryWLO89Gjh+PwAAAADeMIE+2+d1v5cs7z0AAACAZpVMPbl7Kr40arq8AACAP3+4fj8yXcy9GHZluwAAAIAndmW7Fi+PvTtffz8AAAAAMl3MvboXfr8YL4+9AAAAgJRKIzxVHDu66ntquwAAgD/aM38/XFihvXkSc7sAAACAeBJzu0AcwL2T3n4/AAAAAFxYob1uEn6/QxzAvQAAAIArUD88JJClvTD9s7sAAIA/DgJ7P806ST5CbL06AAAAgHBsvToWnm68+vh/PwAAAADMOkk+CPt6vy+ebrwAAACATeQ6PTl38b2WypM7AACAP3EEXD8T2AI/qzM3PAAAAIC2Mzc8dIsmvbTFfz8AAAAAE9gCPyTKW798iya9AAAAgDd/vj1+tgG+NLAWOgAAgD/M/Ho/YqNJPjtYxDoAAACAcVjEOizTdrx9+H8/AAAAAGOjST5J9Xq/S9N2vAAAAICkZRs93XMwvmXfpTsAAIA/FdV/PyTXE72p4Sa7AAAAgLPhJrshuQ++EXd9PwAAAAAl1xO9J0x9vyK5D74AAACATTcjPDiUDbtevVM8AACAP9kpfj8wEfO9/aZtvAAAAID/pm28m7p1vvd9eD8AAAAALxHzvdCndr+cunW+AAAAgFtBaTsx5569sOKkOwAAgD+Bnno/t7ZPPju3rTwAAACARbetPPmOUb7whXo/AAAAALm2Tz5zJHW/+o5RvgAAAIDqqCU9v93hvfyjITwAAIA/fhZkPwPs5j53Elc9AAAAgHYSVz2Kal6+zYZ5PwAAAAAG7OY+TJ1dv4xqXr4AAACA+4mZPfK++73XvQg8AACAP4zzeT/bilw+CHeQPAAAAIAAd5A8QZskvmuhfD8AAAAA3opcPvaUdr9DmyS+AAAAgG9cED3oDSe+Z8OTPAAAgD/clX8/wg5ovemYqbsAAACA6pipu4llOb4KxHs/AAAAAMQOaL3nWXu/imU5vgAAAIAeDiC5Bquwu86I8TwAAIA/RsR/P6b7K73MKvu7AAAAgNgq+7uP0rS+xX5vPwAAAACn+yu9DUNvv5DStL4AAACA70U1OoMHmr1RGYY8AACAP3C6cT/XB6c+sHU1PQAAAIC7dTU9ybuEvsv8dj8AAAAA1wenPkC3aL/Ku4S+AAAAgPUHHT0atcq9iY3ePAAAgD9bGFo/tHcEP6OBpD0AAACApoGkPQ26j74t2HQ/AAAAALR3BD+O8E6/DbqPvgAAAIDqf309UGzbve+pxjwAAIA/VKp4P/sQcT4tWwU9AAAAgCdbBT0J+Ii+WId2PwAAAAD4EHE+szFvvwj4iL4AAACAUwGwPBFnDr70ONw8AACAPwAAgD/Hn1E236BStgAAAIDaoFG2AACAPzxUprcAAAAA0p9SNsZDpjcBAIA/AAAAgOsn/Lyp6ys9aKIjPQAAgD8=" + } + ] +} diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/model/hand_l.gltf.import b/escape-room-version-2/addons/godot-xr-tools/hands/model/hand_l.gltf.import new file mode 100644 index 0000000..77145fe --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/model/hand_l.gltf.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dhaqth6q5yw4n" +path="res://.godot/imported/hand_l.gltf-6ba1595ac4c28aef3719b7f0b4f2f4f2.scn" + +[deps] + +source_file="res://addons/godot-xr-tools/hands/model/hand_l.gltf" +dest_files=["res://.godot/imported/hand_l.gltf-6ba1595ac4c28aef3719b7f0b4f2f4f2.scn"] + +[params] + +nodes/root_type="Node3D" +nodes/root_name="Scene Root" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=0 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/model/hand_r.gltf b/escape-room-version-2/addons/godot-xr-tools/hands/model/hand_r.gltf new file mode 100644 index 0000000..4b98f9f --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/model/hand_r.gltf @@ -0,0 +1,722 @@ +{ + "asset" : { + "copyright" : "CC0 Public Domain", + "generator" : "Khronos glTF Blender I/O v3.2.43", + "version" : "2.0" + }, + "scene" : 0, + "scenes" : [ + { + "name" : "Scene", + "nodes" : [ + 27 + ] + } + ], + "nodes" : [ + { + "name" : "Thumb_Tip_R", + "rotation" : [ + -0.07576872408390045, + 0.019257033243775368, + 0.03371242433786392, + 0.9963693618774414 + ], + "scale" : [ + 1.0000001192092896, + 1.000000238418579, + 1.0000001192092896 + ], + "translation" : [ + 2.7939677238464355e-09, + 0.030749469995498657, + -3.14321368932724e-09 + ] + }, + { + "children" : [ + 0 + ], + "name" : "Thumb_Distal_R", + "rotation" : [ + 0.05564067140221596, + -0.010326135903596878, + -0.013984743505716324, + 0.9982995390892029 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 1.0000001192092896 + ], + "translation" : [ + 2.3283064365386963e-09, + 0.04214789345860481, + 1.5133991837501526e-09 + ] + }, + { + "children" : [ + 1 + ], + "name" : "Thumb_Proximal_R", + "rotation" : [ + -0.04595031589269638, + 0.027135659009218216, + 0.07525718957185745, + 0.9957352876663208 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + -2.3283064365386963e-10, + 0.044916488230228424, + -2.473825588822365e-10 + ] + }, + { + "children" : [ + 2 + ], + "name" : "Thumb_Metacarpal_R", + "rotation" : [ + 0.3235369920730591, + 2.565749491623137e-05, + 0.027220426127314568, + 0.9458239078521729 + ], + "scale" : [ + 1, + 0.9999998211860657, + 0.9999998807907104 + ], + "translation" : [ + -0.009999999776482582, + 0.02717285417020321, + 0.019999971613287926 + ] + }, + { + "name" : "Index_Tip_R", + "rotation" : [ + -0.052288394421339035, + 0.0005572127993218601, + -0.10362062603235245, + 0.9932413697242737 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 1 + ], + "translation" : [ + -8.149072527885437e-09, + 0.027394980192184448, + 1.367880031466484e-09 + ] + }, + { + "children" : [ + 4 + ], + "name" : "Index_Distal_R", + "rotation" : [ + 0.014225997030735016, + 0.011990753002464771, + 0.13454149663448334, + 0.9907333254814148 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + -5.529727786779404e-09, + 0.0313456691801548, + 1.775333657860756e-09 + ] + }, + { + "children" : [ + 5 + ], + "name" : "Index_Intermediate_R", + "rotation" : [ + -0.013683199882507324, + 0.024668212980031967, + 0.23507100343704224, + 0.9715688824653625 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 0, + 0.03811633586883545, + -3.3178366720676422e-09 + ] + }, + { + "children" : [ + 6 + ], + "name" : "Index_Proximal_R", + "rotation" : [ + 0.11122288554906845, + 0.0027781203389167786, + -0.11757423728704453, + 0.9868121147155762 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + -5.336175945558352e-10, + 0.08036758005619049, + 2.584926050985814e-09 + ] + }, + { + "children" : [ + 7 + ], + "name" : "Index_Metacarpal_R", + "rotation" : [ + -0.0005887771840207279, + -2.10358793992782e-05, + -0.0252196304500103, + 0.9996817708015442 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + 0.009999999776482582, + 0.0271772351115942, + 0.022405147552490234 + ] + }, + { + "name" : "Middle_Tip_R", + "rotation" : [ + 0.013688242062926292, + -7.99239132902585e-05, + -0.1684110462665558, + 0.9856218695640564 + ], + "scale" : [ + 1.0000001192092896, + 0.9999999403953552, + 1 + ], + "translation" : [ + 2.0736479200422764e-09, + 0.023346584290266037, + 6.548361852765083e-11 + ] + }, + { + "children" : [ + 9 + ], + "name" : "Middle_Distal_R", + "rotation" : [ + -0.013931511901319027, + 0.00014242221368476748, + 0.16861224174499512, + 0.985584020614624 + ], + "scale" : [ + 1, + 1.0000001192092896, + 0.9999999403953552 + ], + "translation" : [ + -5.973561201244593e-09, + 0.0324166864156723, + -5.820766091346741e-11 + ] + }, + { + "children" : [ + 10 + ], + "name" : "Middle_Intermediate_R", + "rotation" : [ + 0.03945539891719818, + -0.004928736016154289, + 0.13782717287540436, + 0.9896578788757324 + ], + "translation" : [ + -1.1295924196019769e-09, + 0.04500335454940796, + 6.621121428906918e-10 + ] + }, + { + "children" : [ + 11 + ], + "name" : "Middle_Proximal_R", + "rotation" : [ + -0.01194659061729908, + -0.000966736872214824, + 0.010500849224627018, + 0.9998730421066284 + ], + "translation" : [ + 7.057678885757923e-10, + 0.0804632380604744, + 3.4924596548080444e-10 + ] + }, + { + "children" : [ + 12 + ], + "name" : "Middle_Metacarpal_R", + "rotation" : [ + -0.03585463762283325, + -4.2005005525425076e-05, + -0.0499776192009449, + 0.9981066584587097 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 0.009999999776482582, + 0.02714575082063675, + 0.0035275884438306093 + ] + }, + { + "name" : "Ring_Tip_R", + "rotation" : [ + 0.03305169194936752, + 0.006719753611832857, + -0.12635111808776855, + 0.9914120435714722 + ], + "scale" : [ + 1, + 1, + 0.9999998211860657 + ], + "translation" : [ + -5.326000973582268e-09, + 0.027049388736486435, + 3.969034878537059e-09 + ] + }, + { + "children" : [ + 14 + ], + "name" : "Ring_Distal_R", + "rotation" : [ + -0.011351789347827435, + -0.012621401809155941, + 0.13198409974575043, + 0.9911065101623535 + ], + "scale" : [ + 0.9999999403953552, + 1, + 1 + ], + "translation" : [ + 2.3865140974521637e-09, + 0.027797557413578033, + 9.604264050722122e-10 + ] + }, + { + "children" : [ + 15 + ], + "name" : "Ring_Intermediate_R", + "rotation" : [ + 0.01732625439763069, + -0.01860846020281315, + 0.16082890331745148, + 0.9866547584533691 + ], + "scale" : [ + 1.0000001192092896, + 0.9999999403953552, + 1 + ], + "translation" : [ + -8.731149137020111e-11, + 0.04013120010495186, + 9.604264050722122e-10 + ] + }, + { + "children" : [ + 16 + ], + "name" : "Ring_Proximal_R", + "rotation" : [ + -0.05105672776699066, + 0.002022986998781562, + -0.0418044812977314, + 0.9978184103965759 + ], + "scale" : [ + 0.9999999403953552, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + -6.075424607843161e-10, + 0.0739438384771347, + 1.331500243395567e-09 + ] + }, + { + "children" : [ + 17 + ], + "name" : "Ring_Metacarpal_R", + "rotation" : [ + -0.07119493186473846, + -1.573348527017515e-05, + -0.018085604533553123, + 0.9972984790802002 + ], + "scale" : [ + 1, + 0.9999999403953552, + 0.9999999403953552 + ], + "translation" : [ + 0.009999999776482582, + 0.027118019759655, + -0.01309998705983162 + ] + }, + { + "name" : "Little_Tip_R", + "rotation" : [ + 0.015836291015148163, + 0.01933973841369152, + -0.15377695858478546, + 0.9877893924713135 + ], + "scale" : [ + 1, + 1.0000001192092896, + 1 + ], + "translation" : [ + 3.725290298461914e-09, + 0.019765090197324753, + 4.6566128730773926e-09 + ] + }, + { + "children" : [ + 19 + ], + "name" : "Little_Distal_R", + "rotation" : [ + -0.018054774031043053, + -0.011455277912318707, + 0.10707500576972961, + 0.9940209984779358 + ], + "scale" : [ + 0.9999999403953552, + 0.9999998807907104, + 1 + ], + "translation" : [ + -2.6775524020195007e-09, + 0.01802438497543335, + 7.894414011389017e-10 + ] + }, + { + "children" : [ + 20 + ], + "name" : "Little_Intermediate_R", + "rotation" : [ + 0.044925764203071594, + -0.03280799090862274, + 0.18505947291851044, + 0.9811516404151917 + ], + "scale" : [ + 0.9999999403953552, + 0.9999998807907104, + 1.0000001192092896 + ], + "translation" : [ + 4.0745362639427185e-10, + 0.03312354534864426, + 2.6921043172478676e-10 + ] + }, + { + "children" : [ + 21 + ], + "name" : "Little_Proximal_R", + "rotation" : [ + -0.08928601443767548, + -0.003168066032230854, + 0.006739117205142975, + 0.9959782958030701 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + -3.4924596548080444e-10, + 0.06571118533611298, + -2.2009771782904863e-10 + ] + }, + { + "children" : [ + 22 + ], + "name" : "Little_Metacarpal_R", + "rotation" : [ + -0.09176954627037048, + -2.456200854794588e-05, + -0.02844771184027195, + 0.9953738451004028 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + 4.4605644178297155e-10, + 0.02708965167403221, + -0.029999956488609314 + ] + }, + { + "name" : "Palm_R", + "rotation" : [ + 0.7065238952636719, + 6.479929197666934e-06, + 8.686721230333205e-06, + 0.7076891660690308 + ], + "translation" : [ + -0.030781937763094902, + 0.06705548614263535, + -0.04206528514623642 + ] + }, + { + "children" : [ + 3, + 8, + 13, + 18, + 23, + 24 + ], + "name" : "Wrist_R", + "rotation" : [ + -0.7065169215202332, + -6.472751010733191e-06, + -6.472751465480542e-06, + 0.7076961994171143 + ], + "scale" : [ + 1, + 0.9999999403953552, + 1 + ], + "translation" : [ + -3.8642522071086205e-08, + -1.8697472114581615e-05, + 0.027175573632121086 + ] + }, + { + "mesh" : 0, + "name" : "mesh_Hand_R", + "skin" : 0 + }, + { + "children" : [ + 26, + 25 + ], + "name" : "Armature" + } + ], + "meshes" : [ + { + "name" : "mesh_Hand_R", + "primitives" : [ + { + "attributes" : { + "POSITION" : 0, + "NORMAL" : 1, + "TEXCOORD_0" : 2, + "JOINTS_0" : 3, + "WEIGHTS_0" : 4 + }, + "indices" : 5 + } + ] + } + ], + "skins" : [ + { + "inverseBindMatrices" : 6, + "joints" : [ + 25, + 3, + 2, + 1, + 0, + 8, + 7, + 6, + 5, + 4, + 13, + 12, + 11, + 10, + 9, + 18, + 17, + 16, + 15, + 14, + 23, + 22, + 21, + 20, + 19, + 24 + ], + "name" : "Armature" + } + ], + "accessors" : [ + { + "bufferView" : 0, + "componentType" : 5126, + "count" : 1764, + "max" : [ + 0.030590161681175232, + 0.09001174569129944, + 0.025806419551372528 + ], + "min" : [ + -0.03715551644563675, + -0.06858228147029877, + -0.18571554124355316 + ], + "type" : "VEC3" + }, + { + "bufferView" : 1, + "componentType" : 5126, + "count" : 1764, + "type" : "VEC3" + }, + { + "bufferView" : 2, + "componentType" : 5126, + "count" : 1764, + "type" : "VEC2" + }, + { + "bufferView" : 3, + "componentType" : 5121, + "count" : 1764, + "type" : "VEC4" + }, + { + "bufferView" : 4, + "componentType" : 5126, + "count" : 1764, + "type" : "VEC4" + }, + { + "bufferView" : 5, + "componentType" : 5123, + "count" : 9156, + "type" : "SCALAR" + }, + { + "bufferView" : 6, + "componentType" : 5126, + "count" : 26, + "type" : "MAT4" + } + ], + "bufferViews" : [ + { + "buffer" : 0, + "byteLength" : 21168, + "byteOffset" : 0 + }, + { + "buffer" : 0, + "byteLength" : 21168, + "byteOffset" : 21168 + }, + { + "buffer" : 0, + "byteLength" : 14112, + "byteOffset" : 42336 + }, + { + "buffer" : 0, + "byteLength" : 7056, + "byteOffset" : 56448 + }, + { + "buffer" : 0, + "byteLength" : 28224, + "byteOffset" : 63504 + }, + { + "buffer" : 0, + "byteLength" : 18312, + "byteOffset" : 91728 + }, + { + "buffer" : 0, + "byteLength" : 1664, + "byteOffset" : 110040 + } + ], + "buffers" : [ + { + "byteLength" : 111704, + "uri" : "data:application/octet-stream;base64,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CAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAGBwAABgcAAAYHAAAGBwAABgcAAAYHAAAGBwAABgcAAAYHAAAGBwAABwYAAAcGAAAHBgAABwYAAAcGAAAHBggABwYAAAcGAAAHBgAABwYAAAcGAAAHCAAACAcAAAgHAAAHCAAACAcAAAgHAAAIBwAACAcAAAcIAAAIBwAABwYIAAcGCAAHBggABwYAAAcGCAAHBgAABwYAAAcGAAAHBgAABwYAAAcGAAAHAAAABwYAAAcGAAAGBwAABgcAAAYHAAAGBwAABgcAAAcGAAAHBgAABwYAAAcGAAAHBgAABgcAAAYHAAAGBwAABgcAAAYHAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAcIAAAHCAAABwgAAAgAAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAHCAYABwYAAAYFAAAGBwAACAAAAAgAAAAIAAAACAcAAAYHAAAHBggABwYIAAgHAAAGBwAABwYAAAcIAAAHCAAACAAAAAcIAAAHCAAABwYAAAYHAAAIAAAABgcAAAgAAAAIAAAACAAAAAYHCwAIBwAABwYAAAgHAAAHBggABgsFAAcGAAAHCAYACAAAAAgAAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAIBwAACAcAAAgHAAAMDQAADA0AAAwAAAAMDQAADAsAAAwLAAAMCwAADAsAAAsGDAALDBAACwAAAAsGAAALEAAACxAAAAsGAAALAAAADAsAAAwLAAAMDQAADA0AAAsQAAALEAAACwwQAAsMEAAMCwAADAsAAAwNAAAMDQAACwYFAAsGBQALBgwACwYMAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0AAAAMAAAADAsAAAsAAAALAAAADQAAAAwNCwAMCwAACxAGCgsMBhANDAAADQAAAA0AAAANAAAADQAAAA0AAAANAAAADQAAAA0MAAANAAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAAsMAAALAAAACwwAAAsMAAALDAAACwwGAAsMBgALDAYACwwAAAsMAAAMCwAADAsAAAwLAAAMCwAADAsAAAwLAAAMAAAADAsAAAwLAAAMCwAADAsAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAAMCw0ADAsNAAwLDQAMAAAADAsNAAwAAAAMCwAADAsAAAwLAAAMCwAADAAAAAwAAAAMCw0ADAsNAAsMAAALDAAACwwAAAsMAAALDAAADAsAAAwLAAAMCwAADAsAAAwLAAALDAAACwwAAAsMAAALDAAACwwAAAwNAAAMDQAADA0AAAwNAAAMDQAADQwAAAwNAAAMDQAADA0AAAwNAAANDAAADQwAAA0MAAANDAAADA0AAA0MAAANDAAADA0AAA0MAAANDAAADQAAAA0AAAANAAAADQwAAA0AAAANAAAADQAAAA0MAAANDAAADQwAAAwNAAAMCwAACwYFCgsMBgANAAAADQAAAA0AAAANDAAACwwGAAwLAAAMCw0ADQwAAAsMAAAMCwAADA0AAA0MAAANAAAADQwAAAwNAAAMCwAACwwAAA0AAAALDAAADQAAAA0AAAANAAAACwwQAA0MAAAMCwAADQwAAAwLDQALEAoADAsAAAwNCwANAAAADQAAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADQwAAA0MAAANDAAADQwAABESAAAREgAAEQAAABESAAAQEQAAEBEAABEQAAAREAAAEAsRABAVEQAQAAAAEAsAABAVAAAQFQAAEAsAABALAAAREAAAERAAABESEAAREhAAEBUAABAVAAAQERUAEBEVABEQAAAREAAAERIAABESAAAQCwAAEAsAABALEQAQCxEAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABEAAAAQEQAAEAsAABAAAAASAAAAERIQABARAAAQCxUPEBELFRIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIRAAASEQAAEgAAABIAAAASAAAAEgAAABIRAAASEQAAEBEAABAAAAAQEQAAEBEAABARAAAQEQsAEBELABARCwAQAAAAEBELABEQAAAREAAAERAAABEQAAAREAAAERAAABEQAAAREAAAERAAABEQAAAREAAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABEQEgAREBIAERASABEQAAAREAAAERAAABEQAAAREAAAERAAABEQAAAREAAAEQAAABEQEgAREBIAEBEAABARAAAQEQAAEBEAABARAAAREAAAERAAABEQAAAREAAAERAAABARAAAQEQAAEBEAABARAAAQEQAAERIAABIRAAASEQAAEhEAABESAAAREgAAEhEAABESAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAERIQABARAAAQCw8KEAsRABIAAAASAAAAEgAAABIAAAAQEQsAERAAABEQEgASEQAAEBEAABEQAAAREgAAEhEAABIAAAASEQAAEhEAABEQAAAQEQAAEgAAABARFQASAAAAEgAAABIAAAAQERUAEhEAABEQAAASAAAAERASABAVDxQQEQAAERIQABIAAAASAAAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAEhEAABIRAAASEQAAFhcVABYXFQAWFwAAFgAAABUWAAAVFgAAFRYAABUWAAAVEAAAFRYAABUAAAAVEBQPFRQAABUUAAAVEAAAFRAAABUWAAAVFgAAFhcVABYXFQAVFAAAFRYAABUWAAAWFxUAFRAAABUQAAAVEBYAFRAWABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAWAAAAFRYAABUUEAAVAAAAFwAAABYXFQAVFgAAFRAUABUWEAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXFgAAFxYAABcWAAAXFgAAFxYAABcWAAAXFgAAFxYAABcWAAAVFgAAFRYAABUAAAAVFgAAFRAWABUQFgAVEBYAFQAAABUWAAAVFgAAFhUXABYVAAAWFQAAFhUXABYVAAAWFRcAFhUXABYVFwAWFwAAFxYAABcWAAAWFwAAFxYAABcWAAAXFgAAFhcAABcWAAAWFRcAFhUXABYVFwAWFQAAFhUXABYVAAAWFQAAFhUAABYVAAAWFRcAFhUAABYVAAAWFRcAFRYAABUWAAAVFgAAFRYAABUWAAAWFRcAFhUAABYVAAAWFQAAFRYAABUWAAAVFgAAFRYAABUWAAAWFwAAFhcAABYXAAAWFwAAFhcVABYXAAAWFwAAFhcAABYXAAAWFwAAFhcAABcWAAAWFwAAFxYAABYXAAAWFwAAFhcAABYXAAAXAAAAFwAAABcAAAAXAAAAFwAAABcAAAAXAAAAFxYAABcWAAAWFxUAFRYAABUQFA8VFhAAFwAAABcAAAAXFgAAFRYQABYVFwAWFRcAFxYAABUWAAAWFRcAFhcVABcWAAAXAAAAFxYAABYXFQAWFRcAFRYAABcAAAAVFgAAFwAAABcAAAAVFgAAFxYAABYVFwAXFgAAFhUXABUUFgAVFgAAFhcVABcAAAAXAAAAFxYAABcWAAAXFgAAFxYAABcWAAAXFgAAFxYAABcWAAAXFgAAFxYAABcWAAACAwAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAgMAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAAAAAgMAAAMAAAACAwAAAwIAAAMAAAADAAAAAwAAAAMAAAADAAAAAwAAAAMAAAADAgAAAwAAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAgMAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwAAAAMAAAADAAAAAwIAAAMAAAADAAAAAwIAAAMCAAADAgAAAwIAAAIDAAADAAAAAwAAAAMAAAADAAAAAwIAAAIDAAADAgAAAwIAAAMCAAADAAAAAwIAAAMCAAADAAAAAwAAAAMAAAADAAAAAwIAAAMCAAACAwAAAgMAAAMAAAADAAAAAwAAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAMCAAADAgAAAwIAAAcIBgAHCAAABgcAAAcGAAAGCwAABgUAAAYHAAAGAAAACAAAAAgAAAAIBwAACAcAAAYHAAAGBwAABwYAAAcGAAAIBwAABwgAAAgHAAAHBgAABwYAAAgHAAAHBgAABwYAAAYHAAAGBwAABwgAAAcIAAAHCAAABwgAAAgHAAAIBwAACAAAAAgHAAAIBwAADA0AAAwNAAAMCwAADAsAAAsQAAALBgAACwYMAAsAAAANAAAADQAAAA0AAAANDAAACwwAAAsMAAAMCwAADAsAAA0MAAANDAAADQwAAAwAAAAMCw0ADQwAAAwLAAAMCwAACwwAAAsMAAAMDQAADA0AAA0MAAANDAAADQAAAA0MAAANAAAADQwAAA0MAAAREgAAERIAABEQAAAREAAAEBUPABALAAAQCxEAEAAAABIAAAASAAAAEgAAABIAAAAQEQsAEBEAABEQAAAREAAAEhEAABIRAAASEQAAERAAABEQAAASAAAAERAAABEQAAAQEQAAEBEAABESAAAREgAAEhEAABIRAAASAAAAEgAAABIAAAASEQAAEhEAABYXAAAWFxUAFRYAABUWAAAVFAAAFRAPABUQAAAVAAAAFwAAABcAAAAXAAAAFwAAABUQFgAVFgAAFhUAABYVAAAXFgAAFxYAABcWAAAWFQAAFhUAABcWAAAWFQAAFRYAABUWAAAVFgAAFhcAABYXAAAWFwAAFhcAABcAAAAXFgAAFwAAABcWAAAXFgAABwgGAAcGAAAGBQAABgcAAAgAAAAIAAAABwgGAAcGAAAGCwUABgsHAAgAAAAIBwAABgcAAAcGAAAHBggACAcAAAYHAAAHBgAABwgAAAcIAAAIAAAACAcAAAcIAAAHBgAABgcAAAcIAAAGBwAACAAAAAgAAAAIAAAACAcAAAgHAAAHBggABwYAAAgAAAAIBwAACAcAAAwNAAAMCwAACwYFCgsGDAANAAAADQAAAAwNAAAMCwAACxAAAAsMEAANAAAADQwAAAsMBgAMCwAADAsNAA0MAAALDAAADAsAAAwNAAANDAAADQAAAA0AAAANDAAADAsAAAsMAAAMDQAACwwAAA0AAAANAAAADQAAAA0MAAANDAAADAsNAAwLAAANAAAADQwAAA0MAAAREhAAEBEAABALAAAQCxEAEgAAABIAAAAREhAAERAAABAVDwAQERUAEgAAABIRAAAQEQsAERAAABEQEgASEQAAEBEAABEQAAASEQAAEhEAABIAAAASAAAAEhEAABEQAAAQEQAAEhEAABARFQASAAAAEgAAABIAAAASEQAAEgAAABEQEgAREAAAEgAAABIRAAASEQAAFhcVABUWAAAVEA8UFRAWABcAAAAWFxUAFRYAABUUAAAVFgAAFwAAABcWAAAVFhAAFhUXABYVFwAXFgAAFRYAABYVFwAWFxUAFxYAABcAAAAXAAAAFxYAABYVFwAVFgAAFhcVABUWAAAXAAAAFwAAABcWAAAXFgAAFhUXABYVFwAXAAAAFxYAABcWAAAGBQAABgsFAAYFAAAGBQAABgUAAAYFAAAGBQsABgUAAAYFCwoLBgoACxAKAAsKAAALChAFCwYFCgsQCg8QCw8AEA8VABAPCwAQDxULEAsPChAVDxQVEBQPFRQAABUUAAAVFAAAFRQQDxUUEAAVEBQPFRQQAAYFAAAVFAAABgUAABUUAAAGBQAABgULAAYFAAAGBQsABQYAAAYFAAAFBgsKCwoGAAsKEAALChAGCgULDwUKCwYKDwsQEA8LChAPFQAQDwsVDxAUFQ8QCgsUFQ8QFRQPEBUUDwAVFAAAFRQPABUUAAAVFA8QBgUAABQVAAAUFQ8QBQYAAAYFCwoFBgAABQYAAAUGCgsKCxAFCgULDwUKCwYKDwULDwoQFBQAAAABAgUAAQIAABALDwoGCwUKCg8FAAUGAAAFBgIBFA8VAAUCAQYFCgEGCgUPCwUKDwEKDwUUDxQKFQ8KFAUUDxUADxQVABQVAAAUFQAAFBUAABQPFQABAgAAAQIAAAECBQAQCw8KBQoBABQVAAAKBQ8ABQoGAA8UAAABAgUAAQIAAAECAAABAgAAAQUCAAUBAgoFCgYAFA8VABQAAAAUFQAAFA8AAAECBQAFAgEADxAVFAoPAAAKBQsADwoUAAEFAgABBQIAFA8AABQPAAAPFBUQCwoQDwUKAAAPChAADwoQCw8KEBQPFAoACg8FAAoFDwAPFAoADwoUAAUBCgAUDwAAFAAAABQAAAAUAA8AFAAPABQPAAABAgUACxAKAAoPBQAPChQAFAAAABQAAAAUAAAACgULBgoLDxAPFBAVDwoUAAoFDwAKDwUABQoGCwoLBQ8FBgoADxQKAAUKAAALBgoFEBUPFAYHBQAGAAAABgAAAAYLAAAGCwAABgsAAAYHBQAGBwUABgAAAAYHBQAGBwUABgsFAAYHAAAGCwAABgcFAAYLAAALEAYKCwAAAAsGDAALBgwACxAAAAsQAAALEAAACwYAAAsQAAALBhAFFQAAABUAAAALEAAACwYMABALEQAQFREAEBUAABAVAAAQCxEAEAsRABALEQAQCwAAEAsRABAVEQAQCwAAEBUAABUQAAAVEAAAEAAAABALERUQAAAAEBUAABUWAAAVEBYAFRYQABUQAAAVAAAAFRAAAAsQAAALAAAACwYAAAsGAAAVFgAAFRAWABUQFgAVFgAAFRAWAAoFDwAKBQ8ABQoBAAUKAQABAAUUAQAFFAoPBQAKDwUAAQAUBQEAFAUFCgAABQEAAAEFAAAFAQoADwoUAAoPBQAKDwUACgUPAA8UCgAUDwAACwYKBQYLBQAPEAoLFRAPFBQPFRAUFQ8ADxQKAAIAAAACAwAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAgMAAAIAAAACAwAAAgMAAAIDAAACAwAAAgMAAAIDAAACAwAAAgUAAAIFAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgUBAAIBAAACAQAAAgUBAAIFAQACAAAAAgUBAAIBAAACAQAAAgEAAAIBAAACAQAAAgUBAAIBBQACAQAAAgUBAAIFAQACAQAAAgEFAAIBBQACAQAAAgEAAAIBAAACAQAAAgUBAAIBBQACAQUAAgUBAAIFAQACAQAAAgEFAAIBBQACAQAAAgEAAAIBAAACAQAABQIBAAIBBQACAQUAAgUBBgIFAQYCAQAAAgUBAAEAAAABAAAAAQAAAAEFAAIFAQoPAQAFDwUKAQ8AAQ8FCg8FAQEAFAAAAQ8UDwoUBQABFAAPFAABDxQKAAAUAQAUDwABFA8AABQAAQAUFQ8ADxQKAA8KFAAUAAAAFA8AAAoFDwAKDwUADwoUAAAUAQ8UDwAACg8FAAUBCgAUDwAAAQIFAAUKAAAUAAAAFBUPAAUBAAABAAAAFAABAAAUAQAUAAAAFAAAAAABFAABAAUAAQAUAAEFAAABBQAAFAABDxQAAQ8UAAEPFA8AAAsFCgYQDxUUEA8KCwYFCwALCgUQCgsQDxUUEA8VFAAABgUAAAYFAAAFBgsKFRAPFAUCAQYFAgEGBQIGAQUGAgEFBgIBBQIBBgUBAgAFBgIABQECAAEFAAAUAAEPFAAPARQADwEAFAEP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KgBxAHAAKgBwAAIAGgABAG8AGgBvAHIAVwSWAGMAVwRjAFMEzABiAF0AzABdAM4AxgPOA1UAxgNVAG0AWABuAGoAWABqAGcAUQRZAGgAUQRoAFIEAwBpAHEAAwBxACoAGQAGAH4AGQB+AIIAUARNAHUAUAR1AFQETwBIAH8ATwB/AHcAwQAwAHkAwQB5ALQAEAAHAHwAEAB8AHoAxQNHAH4AxQN+ANEDBwAQAHQABwB0AHYAtwBQAHgAtwB4ALUARQQRAHsARQR7AFUExwPPA30AxwN9AGwAbAB9AFEAbABRAFcAWgBtAFUAWgBVAFIA1APSA4MA1AODAI0A1QPTA4QA1QOEAI4AkQCHAIoAkQCKAJQAjwCOAIQAjwCEAIUAjQCDAIcAjQCHAJEAEgAAAIkAEgCJAIsAwgAvAIgAwgCIALMARAQTAIwARASMAFYEiwCJAJMAiwCTAJUAswCIAJIAswCSALIAVgSMAJYAVgSWAFcEygPUA40AygONAFwAyQPVA44AyQOOAF4AZACRAJQAZACUAF8AYABeAI4AYACOAI8AXACNAJEAXACRAGQAQQCbAJ0AQQCdAEQAuAC2AJcAuACXADwAOQCYAKAAOQCgADQAZgCrAKEAZgChAC8AeACtAKIAeACiADAAgAWBBaQAgAWkADIAPACXALEAPACxAKcAlwA9AKgAlwCoALEAMgCkAKkAMgCpAFAAyABlAKwAyACsAM8AeQCuAKoAeQCqAFYAkgCwAKwAkgCsAGUAVgCqAKsAVgCrAGYAUACpAK0AUACtAHgAMACiAK4AMACuAHkALwChAK8ALwCvAIgAiACvALAAiACwAJIAXgS3ALUAXgS1AFwEhgWCBbsAhgW7AE0ETQS7ALcATQS3AF4EWgSyALwAWgS8AGIEOwAiAC4AOwAuADMASwTBALQASwS0AFsESgTCALMASgSzAF0EWARjBL4AWAS+ALYAZAS/AMIAZATCAEoEXAS1AMEAXATBAEsEZQS9AL8AZQS/AGQEYQRYBLYAYQS2ALgAXQSzALIAXQSyAFoEaARiBLwAaAS8ANAAWwS0AL0AWwS9AGUEIABmBF8EIABfBLkAIgDYA8ADIgDAAy4AwwDYA8EDwwDBAygAZgTEACUAZgQlAF8EwQMnADYAwQM2AMIDxADDACgAxAAoACUAKQDDAMQAKQDEACMAyQPZA8oAyQPKAF8AZADLAMkAZADJAFwAvgDQAMgAvgDIAD0AYADFAMcAYADHAF4ATwRnBM0ATwTNAEAAygPaA84AygPOAF0AXwDKAMsAXwDLAGQAPwDMAM4APwDOAEUAPQDIAM8APQDPAKgAYwRoBNAAYwTQAL4A8gPeA9UA8gPVAE4B8QPdA9cA8QPXACYBIgH8ANYAIgHWACUBiAX9AN0AiAXdAK4FjgXgA9wAjgXcAK8FjQXfA94AjQXeAK0F9QPbA9QA9QPUAFQB9gPcA9IA9gPSAFUBWAH7ANMAWAHTAFsBdwQ4AeMAdwTjAGkESAFQAdYASAHWAPwAeQRFAeEAeQThAGoElAWJBe8AlAXvAGwEHAEYAdoAHAHaAOgAVwFVAdIAVwHSAOwAjAWtBd4AjAXeAOYAJAEmAdcAJAHXAOoAOQE7AdEAOQHRAOQAigWwBdkAigXZAPAAHwEeAfAAHwHwANkA8wNRAdUA8wPVAN4D9ANPAdcA9APXAN0D8AP5A2sB8ANrARQBDwFvAXABDwFwARcBcwR+BGkBcwRpAQoB6wP6A3EB6wNxARYBFAFrAW8BFAFvAQ8BhASGBIkBhASJAYoB4wP6AAUB4wMFAeYDdgF4AXMEdgFzBG0E+QDkA+UD+QDlAwYB+ADzAAwB+AAMAQcB/wDjA+YD/wDmAwQB9QALAQUB9QAFAfoATgHVAPwATgH8ACIBrwXcAP0ArwX9AIgFVAHUAPsAVAH7AFgBkAE3AQABkAEAAZMBUQFIAfwAUQH8ANUAhgFJAQEBhgEBAZIBjwWHBQMBjwUDAYwBhwGPAQ4BhwEOAWgBagERARYBagEWAXEB+QPlAwcB+QMHAWsBfgR0BBABfgQQAWkBawEHAQwBawEMAW8BbQEJAQYBbQEGAW4BbwEMAQQBbwEEAXAB+gPmAwUB+gMFAXEB/APwAxQB/AMUAZsBnAEPARcBnAEXAZoBoQGNATYBoQE2AZkB/gDbABkB/gAZASABbATvAB0BbAQdAXUEUwFPARgBUwEYARwBRwFGAR4BRwEeAR8B4QPgABoB4QMaAecD4gPaABgB4gMYAegD4AD+ACAB4AAgARoBjAEDASEBjAEhAYgBQgEoATwBQgE8AUEBlwETARUBlwEVAZgB7gPpAz4B7gM+AUABjAR4BDMBjAQzAZ0BZwFkAS4BZwEuATQBegRLASkBegQpAXYEhQFKAScBhQEnAY4B3APuA0AB3ANAAdIAOgE9ASgBOgEoAUIB7wPqAz0B7wM9AToBGgEgAUgBGgFIAVEBRAFAAT4BRAE+ASwBjgEnATcBjgE3AZABTAFNAT8BTAE/ASoB/QPrAxYB/QMWAZ8B5wMaAVEB5wNRAfMDmwEUAQ8BmwEPAZwBKAEiASUBKAElATwBgwFjATYBgwE2AY0B2wPvAzoB2wM6AdQA+wBCAUEB+wBBAdMA7ADSAEAB7ABAAUQBfARmATMBfAQzAXgEngE0AS4BngEuAZ8B6QPxAyYB6QMmAT4BKgE/ATsBKgE7ATkBdgQpATgBdgQ4AXcE1AA6AUIB1ABCAfsA6gDXAE8B6gBPAVMBdQQdAUUBdQRFAXkEIAEZAVABIAFQAUgBkgEBAUoBkgFKAYUB4gDYAE0B4gBNAUwB6AMYAU8B6ANPAfQD2ADiAEYB2ABGAUcBiAEhAUkBiAFJAYYBagThAEsBagRLAXoE6gPyA04B6gNOAT0BPQFOASIBPQEiASgBLAE+ASYBLAEmASQB9wP1A1QB9wNUAV4B+AP2A1UB+ANVAV8BYgFYAVsBYgFbAWUBYQFfAVUBYQFVAVcBXgFUAVgBXgFYAWIB5ADRAFoB5ABaAV0BkwEAAVkBkwFZAYQBaQTjAFwBaQRcAXsEXQFaAWQBXQFkAWcBhAFZAWMBhAFjAYMBewRcAWYBewRmAXwE7QP3A14B7QNeAS0B7AP4A18B7ANfAS8BNQFiAWUBNQFlATABMgEvAV8BMgFfAWEBLQFeAWIBLQFiATUBEwFtAW4BEwFuARUBiQGHAWgBiQFoAQ0BCwFqAXEBCwFxAQUBNwF8AXIBNwFyAQABSQF+AXMBSQFzAQEBhwWQBXUBhwV1AQMBDQFoAYIBDQGCAXgBiQENAfEAiQHxAIoBaAEOAXkBaAF5AYIBAwF1AXoBAwF6ASEBmQE2AX0BmQF9AaABSgF/AXsBSgF7AScBYwGBAX0BYwF9ATYBJwF7AXwBJwF8ATcBIQF6AX4BIQF+AUkBAQFzAX8BAQF/AUoBAAFyAYABAAGAAVkBWQGAAYEBWQGBAWMBgwSIAYYBgwSGAYEEkwWPBYwBkwWMAXIEcgSMAYgBcgSIAYMEfwSDAY0BfwSNAYcE8wD/AAQB8wAEAQwBcASSAYUBcASFAYAEbwSTAYQBbwSEAYIEfQSIBI8BfQSPAYcBiQSQAZMBiQSTAW8EgQSGAZIBgQSSAXAEigSOAZABigSQAYkEhgR9BIcBhgSHAYkBggSEAYMBggSDAX8EjQSHBI0BjQSNAaEBgASFAY4BgASOAYoE8gCLBIUE8gCFBIsB8wD7A+MD8wDjA/8AlAH7A+QDlAHkA/kA9QCVAYsE9QCLBG4EiwSVAfcAiwT3AIUE5QPkA/gA5QP4AAcBlQGUAfkAlQH5APcA7AP8A5sB7AObATABNQGcAZoBNQGaAS0BjwGhAZkBjwGZAQ4BMgGXAZgBMgGYAS8BdASMBJ0BdASdARAB7QP9A58B7QOfAS4BMAGbAZwBMAGcATUBEQGeAZ8BEQGfARYBDgGZAaABDgGgAXkBiASNBKEBiAShAY8BFQQBBKYBFQSmAR8CFAQABKgBFASoAfcB8wHNAacB8wGnAfYBowXOAa4BowWuAaUFnwUDBK0BnwWtAZwFoAUCBK8BoAWvAaYFGAT+A6UBGASlASUCGQT/A6MBGQSjASYCKQLMAaQBKQKkASwCnAQJArQBnAS0AY4EGQIhAqcBGQKnAc0BngQWArIBngSyAY8ElQWZBcABlQXAAZEE7QHpAasB7QGrAbkBKAImAqMBKAKjAb0BmAWmBa8BmAWvAbcB9QH3AagB9QGoAbsBCgIMAqIBCgKiAbUBmgWbBaoBmgWqAcEB8AHvAcEB8AHBAaoBFgQiAqYBFgSmAQEEFwQgAqgBFwSoAQAEEwQcBDwCEwQ8AuUB4AFAAkEC4AFBAugBmASjBDoCmAQ6AtsBDgQdBEICDgRCAucB5QE8AkAC5QFAAuABqQSrBFoCqQRaAlsCBgTLAdYBBgTWAQkEygEHBAgEygEIBNcByAHKAdcByAHXAdoByQHEAd0ByQHdAdgBmATbAcUBmATFAZIExgHcAdYBxgHWAcsBHwKmAc0BHwLNAfMBnAWtAc4BnAXOAaMFJQKlAcwBJQLMASkCYQIIAtEBYQLRAWQCIgIZAs0BIgLNAaYBVwIaAtIBVwLSAWMCngWkBdQBngXUAV0CWAJgAt8BWALfATkCOwLiAecBOwLnAUICHAQIBNgBHATYATwCowSZBOEBowThAToCPALYAd0BPALdAUACPgLaAdcBPgLXAT8CQALdAdUBQALVAUECHQQJBNYBHQTWAUICHwQTBOUBHwTlAWwCbQLgAegBbQLoAWsCcgJeAgcCcgIHAmoCzwGsAeoBzwHqAfEBkQTAAe4BkQTuAZoEJAIgAukBJALpAe0BGAIXAu8BGALvAfABBASxAesBBATrAQoEBQSrAekBBQTpAQsEsQHPAfEBsQHxAesBXQLUAfIBXQLyAVkCEwL5AQ0CEwINAhICaALkAeYBaALmAWkCEQQMBA8CEQQPAhECsQSdBAQCsQQEAm4COAI1Av8BOAL/AQUCnwQcAvoBnwT6AZsEVgIbAvgBVgL4AV8C/wMRBBEC/wMRAqMBCwIOAvkBCwL5ARMCEgQNBA4CEgQOAgsC6wHxARkC6wEZAiICFQIRAg8CFQIPAv0BXwL4AQgCXwIIAmECHQIeAhACHQIQAvsBIAQOBOcBIATnAXACCgTrASICCgQiAhYEbALlAeABbALgAW0C+QHzAfYB+QH2AQ0CVAI0AgcCVAIHAl4C/gMSBAsC/gMLAqUBzAETAhICzAESAqQBvQGjARECvQERAhUCoQQ3AgQCoQQEAp0EbwIFAv8BbwL/AXACDAQUBPcBDAT3AQ8C+wEQAgwC+wEMAgoCmwT6AQkCmwQJApwEpQELAhMCpQETAswBuwGoASACuwEgAiQCmgTuARYCmgQWAp4E8QHqASEC8QEhAhkCYwLSARsCYwIbAlYCswGpAR4CswEeAh0CCwTpASACCwQgAhcEqQGzARcCqQEXAhgCWQLyARoCWQIaAlcCjwSyARwCjwQcAp8EDQQVBB8CDQQfAg4CDgIfAvMBDgLzAfkB/QEPAvcB/QH3AfUBGgQYBCUCGgQlAi8CGwQZBCYCGwQmAjACMwIpAiwCMwIsAjYCMgIwAiYCMgImAigCLwIlAikCLwIpAjMCtQGiASsCtQErAi4CZALRASoCZAIqAlUCjgS0AS0CjgQtAqAELgIrAjUCLgI1AjgCVQIqAjQCVQI0AlQCoAQtAjcCoAQ3AqEEEAQaBC8CEAQvAv4BDwQbBDACDwQwAgACBgIzAjYCBgI2AgECAwIAAjACAwIwAjIC/gEvAjMC/gEzAgYC5AE+Aj8C5AE/AuYBWgJYAjkCWgI5At4B3AE7AkIC3AFCAtYBCAJNAkMCCAJDAtEBGgJPAkQCGgJEAtIBpAWdBUYCpAVGAtQB3gE5AlMC3gFTAkkCWgLeAcIBWgLCAVsCOQLfAUoCOQJKAlMC1AFGAksC1AFLAvIBagIHAk4CagJOAnECGwJQAkwCGwJMAvgBNAJSAk4CNAJOAgcC+AFMAk0C+AFNAggC8gFLAk8C8gFPAhoC0gFEAlAC0gFQAhsC0QFDAlEC0QFRAioCKgJRAlICKgJSAjQCqARZAlcCqARXAqYElgWeBV0ClgVdApcElwRdAlkClwRZAqgEpARUAl4CpAReAqwE0AEGBAkE0AEJBNUBlQRjAlYClQRWAqUElARkAlUClARVAqcEogStBGACogRgAlgCrgRhAmQCrgRkApQEpgRXAmMCpgRjApUErwRfAmECrwRhAq4EqwSiBFgCqwRYAloCpwRVAlQCpwRUAqQEsgSsBF4CsgReAnICpQRWAl8CpQRfAq8EwwGwBKoEwwGqBFwCxAEeBAYExAEGBNABZQIeBAcEZQIHBMoBsARmAsgBsATIAaoEBwTJAdgBBwTYAQgEZgJlAsoBZgLKAcgBywFlAmYCywFmAsYBDwQfBGwCDwRsAgECBgJtAmsCBgJrAv4BYAJyAmoCYAJqAt8BAwJoAmkCAwJpAgACmQSxBG4CmQRuAuEBEAQgBHACEARwAv8BAQJsAm0CAQJtAgYC4gFvAnAC4gFwAucB3wFqAnEC3wFxAkoCrQSyBHICrQRyAmACOAQkBHcCOAR3AuICNwQjBHkCNwR5Ar0CugKXAngCugJ4ArwCqgWYAn8CqgV/ApIFrAUmBH4CrAV+AqEFqwUlBIACqwWAApEFOwQhBHYCOwR2AucCPAQiBHQCPAR0AugC6gKWAnUC6gJ1Au0CwATNAoUCwASFArME3ALkAngC3AJ4ApcCwgTZAoMCwgSDArQEqAWyBY0CqAWNArYEtAKxAnwCtAJ8AogC6QLoAnQC6QJ0AooCsQWRBYACsQWAAocCuwK9AnkCuwJ5AokCzgLQAnMCzgJzAoYCswWiBXsCswV7Ao4CtwK2Ao4CtwKOAnsCOQTlAncCOQR3AiQEOgTjAnkCOgR5AiMENgQ/BPwCNgT8Aq0CqQL/AgADqQIAA7ACvATHBPoCvAT6AqQCMQRABAEDMQQBA68CrQL8Av8CrQL/AqkCkQKlAqACkQKgApUCzQTOBBgDzQQYAxkDoQKUAioEoQIqBCsEkgKUAqECkgKhAqMCkwKQAqYCkwKmAqICtwS8BKQCtwSkApECKQSVAqACKQSgAiwE4gJ3ApcC4gKXAroCoQV+ApgCoQWYAqoF5wJ2ApYC5wKWAuoCHgPMApsCHgObAiED5QLcApcC5QKXAncCFQPdApwCFQOcAiADtAWpBZ4CtAWeAhoDFgMdA6gCFgOoAvkC+wKrAq8C+wKvAgEDPwQrBKICPwSiAvwCxwS9BKoCxwSqAvoC/AKiAqYC/AKmAv8C/QKjAqEC/QKhAv4C/wKmAp8C/wKfAgADQAQsBKACQASgAgEDQgQ2BK0CQgStAigDKQOpArACKQOwAicDLgMbA8sCLgPLAiYDmQJ9ArICmQKyArgCtgSNArUCtgS1Ar4E5gLjArEC5gKxArQC2wLaArYC2wK2ArcCJwSCArMCJwSzAi0EKAR8ArECKASxAi4EggKZArgCggK4ArMCGgOeArkCGgO5AhcD1wK/AtEC1wLRAtYCJAOsAq4CJAOuAiUDNAQvBNMCNATTAtUC1ATBBMgC1ATIAioD+AL1AsQC+ALEAskCwwTfAsACwwTAAr8EFAPeAr4CFAO+AhwDIgQ0BNUCIgTVAnQCzwLSAr8CzwK/AtcCNQQwBNICNQTSAs8CswK4AtwCswLcAuUC2ALVAtMC2ALTAsICHAO+AswCHAPMAh4D4ALhAtQC4ALUAsECQwQxBK8CQwSvAiwDLQSzAuUCLQTlAjkEKAOtAqkCKAOpAikDvwK6ArwCvwK8AtECEgP0AssCEgPLAhsDIQQ1BM8CIQTPAnYClgLXAtYClgLWAnUCigJ0AtUCigLVAtgCxQT3AsgCxQTIAsEEKwPJAsQCKwPEAiwDLwQ3BL0CLwS9AtMCwQLUAtACwQLQAs4CvwTAAs0CvwTNAsAEdgLPAtcCdgLXApYCiQJ5AuMCiQLjAuYCvgS1AtkCvgTZAsIEuAKyAuQCuALkAtwCIAOcAt4CIAPeAhQDhAJ6AuEChALhAuACLgSxAuMCLgTjAjoEegKEAtoCegLaAtsCFwO5At0CFwPdAhUDtASDAt8CtATfAsMEMAQ4BOICMATiAtIC0gLiAroC0gK6Ar8CwgLTAr0CwgK9ArsCPQQ7BOcCPQTnAvACPgQ8BOgCPgToAvEC8wLqAu0C8wLtAvYC8gLxAugC8gLoAukC8ALnAuoC8ALqAvMChgJzAuwChgLsAu8CIQObAusCIQPrAhMDswSFAu4CswTuAsQE7wLsAvUC7wL1AvgCEwPrAvQCEwP0AhIDxATuAvcCxAT3AsUEMwQ9BPACMwTwAsMCMgQ+BPECMgTxAsUCygLzAvYCygL2AsYCxwLFAvECxwLxAvICwwLwAvMCwwLzAsoCrAL9Av4CrAL+Aq4CGAMWA/kCGAP5AqcCpQL7AgEDpQIBA6ACzAILAwIDzAICA5sC3QINAwMD3QIDA5wCqQW1BQUDqQUFA54CpwL5AhEDpwIRAwcDGAOnAo8CGAOPAhkD+QKoAggD+QIIAxEDngIFAwkDngIJA7kCJgPLAgwDJgMMAy0D3gIOAwoD3gIKA74C9AIQAwwD9AIMA8sCvgIKAwsDvgILA8wCuQIJAw0DuQINA90CnAIDAw4DnAIOA94CmwICAw8DmwIPA+sC6wIPAxAD6wIQA/QCzAQXAxUDzAQVA8oEpwW0BRoDpwUaA7sEuwQaAxcDuwQXA8wEyAQSAxsDyAQbA88EnwKaAikEnwIpBCwEuQQgAxQDuQQUA8kEuAQhAxMDuAQTA8sExgTQBB0DxgQdAxYD0QQeAyED0QQhA7gEygQVAyADygQgA7kE0gQcAx4D0gQeA9EEzgTGBBYDzgQWAxgDywQTAxIDywQSA8gE1QTPBBsD1QQbAy4DyQQUAxwDyQQcA9IEkQIjA9MEkQLTBLcEkAJBBCkEkAIpBJoCjwLTBM0EjwLNBBkDIgNBBCoEIgMqBJQC0wQjA5IC0wSSAs0EKgSTAqICKgSiAisEIwMiA5QCIwOUApIClQIiAyMDlQIjA5ECMgRCBCgDMgQoA8YCygIpAycDygInA8MCHQMuAyYDHQMmA6gCxwIkAyUDxwIlA8UCvQTUBCoDvQQqA6oCMwRDBCwDMwQsA8QCxgIoAykDxgIpA8oCqwIrAywDqwIsA68CqAImAy0DqAItAwgD0ATVBC4D0AQuAx0DfAMvAzIDfAMyA3YDfQMxAzADfQMwA3cDegNLAzEDegMxA30DmgNuAzQDmgM0A5QDeAN3AzADeAMwAzUDbQNwAy8DbQMvAzMDXwOQA40DXwONA14DWQORA5IDWQOSA2EDmAOeA4wDmAOMA1UDYQOSA5MDYQOTA2ADXgONA5EDXgORA1kDTgM4AzcDTgM3A08DRAM5AzcDRAM3A0oDUgM8AzsDUgM7A1ADlwOVAzoDlwM6A0UDUAM7Az8DUAM/A1EDpAOpAz4DpAM+A0IDVgNAAzgDVgM4A04DUQM/A0ADUQNAA1YDPwNIA0MDPwNDA0ADQANDA0wDQANMAzgDdgMyA0sDdgNLA3oDpwNsA00DpwNNA6gDqQOiA1cDqQNXAz4DOwNJA0gDOwNIAz8DlQOYA1UDlQNVAzoDPANGA0kDPANJAzsDOQNUA08DOQNPAzcDOANMA0oDOANKAzcDoQOmA1gDoQNYA4oDiwNaA2ADiwNgA5MDkANQA1EDkANRA40DngOZA1sDngNbA4wDjQNRA1YDjQNWA5EDjgNSA1ADjgNQA5ADkQNWA04DkQNOA5IDkgNOA08DkgNPA5MDrgNfA14DrgNeA7EDsgNZA2EDsgNhA7ADtwOlA2sDtwNrA68DrANcA18DrANfA64DtgObA2kDtgNpA7QDiAOGA2MDiANjA2gDMQNyA3EDMQNxAzADsANhA2ADsANgA7UDsQNeA1kDsQNZA7IDnwOFA2sDnwNrA6UDLwNwA28DLwNvAzIDSwNzA3IDSwNyAzEDNQMwA3EDNQNxA3QDnQOJA2kDnQNpA5sDswNoA2MDswNjA7UDMgNvA3MDMgNzA0sDhgN8A3YDhgN2A4ADhwN9A3cDhwN3A4EDhAN6A30DhAN9A4cDggOBA3cDggN3A3gDgAN2A3oDgAN6A4QDMwMvA3wDMwN8A34DqANNA3sDqAN7A6ADlAM0A38DlAN/A5wDfgN8A4YDfgOGA4gDoAN7A4UDoAOFA58DnAN/A4kDnAOJA50DYwOGA4ADYwOAA2IDZQOHA4EDZQOBA2QDagOEA4cDagOHA2UDZgNkA4EDZgOBA4IDYgOAA4QDYgOEA2oDXAOOA5ADXAOQA18DogOhA4oDogOKA1cDVAOLA5MDVAOTA08DbAOaA5QDbAOUA00DVwOKA54DVwOeA5gDQgM+A5UDQgOVA5cDPgNXA5gDPgOYA5UDigNYA5kDigOZA54DrwNrA5sDrwObA7YDhQOdA5sDhQObA2sDTQOUA5wDTQOcA3sDewOcA50DewOdA4UDgwOfA6UDgwOlA2cDPQNTA6IDPQOiA6kDNgOoA6ADNgOgA3kDjwNdA6YDjwOmA6EDdQOnA6gDdQOoAzYDUwOPA6EDUwOhA6IDRwM9A6kDRwOpA6QDeQOgA58DeQOfA4MDrQNnA6UDrQOlA7cDQwOqA0oDQwNKA0wDQQOrA0YDQQNGA6MDqgNDA0gDqgNIA0kDqwOqA0kDqwNJA0YDqwNBA5YDqwOWA0QDZAOuA7EDZAOxA2UDagOyA7ADagOwA2IDpgO3A68DpgOvA1gDZgOsA64DZgOuA2QDmQO2A7QDmQO0A1sDYgOwA7UDYgO1A2MDZQOxA7IDZQOyA2oDWgOzA7UDWgO1A2ADWAOvA7YDWAO2A5kDXQOtA7cDXQO3A6YDfAAHALsDfAC7A88DVAAFALoDVAC6A84DdwUOAL0DdwW9A4MFeQUMALwDeQW8A4QFiQAAALgDiQC4A9IDigACALkDigC5A9MDdgDQA7sDdgC7AwcAfwDRA7oDfwC6AwUARACdANYDRADWA80DRgCfANcDRgDXA8gDTgQ6ACQATgQkAEkEJQAoADUAJQA1ADcAnQA1AMIDnQDCA9YDnwAzAMMDnwDDA9cDxwBEAM0DxwDNA9kDCAC+A8QDCADEA04ACgC/A8UDCgDFA0gAcABrAMYDcADGA8sDAgBwAMsDAgDLA7kDagBuAMcDagDHA8wDyQBGAMgDyQDIA9oDTgDEA9ADTgDQA3YAAABqAMwDAADMA7gDawBUAM4DawDOA8YDSADFA9EDSADRA38AbgB8AM8DbgDPA8cDkwCJANIDkwDSA9QDlACKANMDlADTA9UDXQCTANQDXQDUA8oDXwCUANUDXwDVA8kD2APDACkA2AMpAMAD2AMiACcA2AMnAMEDXgDHANkDXgDZA8kDXADJANoDXADaA8oDTQHYAN4DTQHeA/IDJQHWAN0DJQHdA/EDsAXfAOADsAXgA44FrgXdAN8DrgXfA40FWgHRANsDWgHbA/UDWwHTANwDWwHcA/YDRwHzA94DRwHeA9gAUAH0A90DUAHdA9YAFQFuAfkDFQH5A/ADFwFwAfoDFwH6A+sDcwQKAfQAcwT0AG0E9wD5AAYB9wAGAQkBbgEGAeUDbgHlA/kDcAEEAeYDcAHmA/oDmAEVAfADmAHwA/wD2QDhA+cD2QDnAx8B2wDiA+gD2wDoAxkBQQE8AekDQQHpA+4D0wBBAe4D0wDuA9wDOwE/AeoDOwHqA+8DmgEXAesDmgHrA/0DHwHnA/MDHwHzA0cB0QA7Ae8D0QDvA9sDPAElAfEDPAHxA+kDGQHoA/QDGQH0A1ABPwFNAfIDPwHyA+oDZAFaAfUDZAH1A/cDZQFbAfYDZQH2A/gDLgFkAfcDLgH3A+0DMAFlAfgDMAH4A+wD+wOUAfoA+wP6AOMD+wPzAPgA+wP4AOQDLwGYAfwDLwH8A+wDLQGaAf0DLQH9A+0DHgKpAQEEHgIBBBUE9gGnAQAE9gEABBQEmwWwAQMEmwUDBJ8FpQWuAQIEpQUCBKAFKwKiAf4DKwL+AxgELAKkAf8DLAL/AxkEGAIWBAEEGAIBBKkBIQIXBAAEIQIABKcB5gE/AhwE5gEcBBME6AFBAh0E6AEdBA4ExAHQAdUBxAHVAd0BRwJJApgERwKYBJIEPwLXAQgEPwIIBBwEQQLVAQkEQQIJBB0EaQLmARMEaQITBB8EqgEEBAoEqgEKBPABrAEFBAsErAELBOoBEgINAgwEEgIMBBEEpAESAhEEpAERBP8DDAIQAg0EDAINBBIEawLoAQ4EawIOBCAE8AEKBBYE8AEWBBgCogEMAhIEogESBP4DDQL2ARQEDQIUBAwE6gELBBcE6gEXBCECEAIeAhUEEAIVBA0ENQIrAhgENQIYBBoENgIsAhkENgIZBBsE/wE1AhoE/wEaBBAEAQI2AhsEAQIbBA8EHgRlAssBHgTLAQYEHgTEAckBHgTJAQcEAAJpAh8EAAIfBA8E/gFrAiAE/gEgBBAE4QJ6AiQE4QIkBDgEvAJ4AiMEvAIjBDcEogWBAiYEogUmBKwFkgV/AiUEkgUlBKsF7AJzAiEE7AIhBDsE7QJ1AiIE7QIiBDwE2wI5BCQE2wIkBHoC5AI6BCME5AIjBHgCrgL+Aj8ErgI/BDYEsAIAA0AEsAJABDEEkAKaAp8CkAKfAqYCBgMHA7wEBgO8BLcE/gKhAisE/gIrBD8EAAOfAiwEAAMsBEAEJQOuAjYEJQM2BEIEewInBC0EewItBLcCfQIoBC4EfQIuBLIC1gLRAi8E1gIvBDQEdQLWAjQEdQI0BCIE0ALUAjAE0AIwBDUEJwOwAjEEJwMxBEMEtwItBDkEtwI5BNsCcwLQAjUEcwI1BCEE0QK8AjcE0QI3BC8EsgIuBDoEsgI6BOQC1ALhAjgE1AI4BDAE9QLsAjsE9QI7BD0E9gLtAjwE9gI8BD4ExAL1Aj0ExAI9BDMExgL2Aj4ExgI+BDIEQQQiA5UCQQSVAikEQQSQApMCQQSTAioExQIlA0IExQJCBDIEwwInA0MEwwJDBDMEqwBSBEQEqwBEBKEArQBUBEUErQBFBKIAgQWFBUcEgQVHBKQApwCxAFkEpwBZBE4EJgA4AGEEJgBhBGAEsQCoAE8EsQBPBFkEpABHBFAEpABQBKkAzwCsAFMEzwBTBGcErgBVBFEErgBRBKoAsABXBFMEsABTBKwAqgBRBFIEqgBSBKsAqQBQBFQEqQBUBK0AogBFBFUEogBVBK4AoQBEBFYEoQBWBK8ArwBWBFcErwBXBLAASgBeBFwESgBcBIEAewWGBU0EewVNBBYAFgBNBF4EFgBeBEoAkABaBGIEkABiBGEAuAA8ACEAuAAhALoAGABLBFsEGABbBFMAGwBKBF0EGwBdBIYAnABCAGMEnABjBFgEcwBkBEoEcwBKBBsAgQBcBEsEgQBLBBgAWwBlBGQEWwBkBHMAOACcAFgEOABYBGEEhgBdBFoEhgBaBJAAxgBhAGIExgBiBGgEUwBbBGUEUwBlBFsAIwDEAGYEIwBmBEgEZgQgAKUAZgSlAEgEqADPAGcEqABnBE8EQgDGAGgEQgBoBGMEfAF3BGkEfAFpBHIBfgF5BGoEfgFqBHMBkAWUBWwEkAVsBHUBeAGCAX4EeAF+BHME9gAIAYYE9gCGBIQEggF5AXQEggF0BH4EdQFsBHUEdQF1BHoBoAF9AXgEoAF4BIwEfwF6BHYEfwF2BHsBgQF8BHgEgQF4BH0BewF2BHcEewF3BHwBegF1BHkEegF5BH4BcwFqBHoEcwF6BH8BcgFpBHsEcgF7BIABgAF7BHwEgAF8BIEBGwGDBIEEGwGBBFIBiwWTBXIEiwVyBOcA5wByBIME5wCDBBsBYAF/BIcEYAGHBDEB8QANAXgB8QB4AXYB6QBwBIAE6QCABCMB6wBvBIIE6wCCBFYBbAESAYgEbAGIBH0EQwGJBG8EQwFvBOsAUgGBBHAEUgFwBOkAKwGKBIkEKwGJBEMBCAFsAX0ECAF9BIYEVgGCBH8EVgF/BGABlgExAYcElgGHBI0EIwGABIoEIwGKBCsB+gCUAZUB+gCVAfUAiwTyAHcBiwR3AW4EeQGgAYwEeQGMBHQEEgGWAY0EEgGNBIgETQKcBI4ETQKOBEMCTwKeBI8ETwKPBEQCnQWVBZEEnQWRBEYCSQJTAqMESQKjBJgExwHZAasExwGrBKkEUwJKApkEUwKZBKMERgKRBJoERgKaBEsCcQJOAp0EcQKdBLEEUAKfBJsEUAKbBEwCUgKhBJ0EUgKdBE4CTAKbBJwETAKcBE0CSwKaBJ4ESwKeBE8CRAKPBJ8ERAKfBFACQwKOBKAEQwKgBFECUQKgBKEEUQKhBFIC7AGoBKYE7AGmBCMClwWWBZcElwWXBLgBuAGXBKgEuAGoBOwBMQKkBKwEMQKsBAICwgHeAUkCwgFJAkcCugGVBKUEugGlBPQBvAGUBKcEvAGnBCcCPQLjAa0EPQKtBKIEFAKuBJQEFAKUBLwBIwKmBJUEIwKVBLoB/AGvBK4E/AGuBBQC2QE9AqIE2QGiBKsEJwKnBKQEJwKkBDECZwICAqwEZwKsBLIE9AGlBK8E9AGvBPwBxgFmArAExgGwBJMEsATDAUgCsARIApMESgJxArEESgKxBJkE4wFnArIE4wGyBK0ECwPABLMECwOzBAIDDQPCBLQEDQO0BAMDtQWoBbYEtQW2BAUDBwMRA8cEBwPHBLwEkgKjAs4EkgLOBM0EEQMIA70EEQO9BMcEBQO2BL4EBQO+BAkDLQMMA8EELQPBBNQEDgPDBL8EDgO/BAoDEAPFBMEEEAPBBAwDCgO/BMAECgPABAsDCQO+BMIECQPCBA0DAwO0BMMEAwPDBA4DAgOzBMQEAgPEBA8DDwPEBMUEDwPFBBADtALMBMoEtALKBOYCsQWnBbsEsQW7BIgCiAK7BMwEiALMBLQC8gLIBM8E8gLPBMcCpwIHAwYDpwIGA48CiQK5BMkEiQLJBLsCigK4BMsEigLLBOkC/QKsAtAE/QLQBMYE2ALRBLgE2AK4BIoC5gLKBLkE5gK5BIkCwgLSBNEEwgLRBNgCowL9AsYEowLGBM4E6QLLBMgE6QLIBPICJAPHAs8EJAPPBNUEuwLJBNIEuwLSBMICtwTTBI8CtwSPAgYDCAMtA9QECAPUBL0ErAIkA9UErALVBNAEzgHnBOYEzgHmBK4BkQHkBOIEkQHiBAIB7wSYAn4C7wR+AusE9gS6BIcC9gSHAu4EvQPzBNYEvQPWBAsA9QRGBKMA9QSjAN0EmALvBOwEmALsBH8C9AQlBH8C9AR/AuwEHwPyBPAEHwPwBJ0CugT2BPIEugTyBB8DYgLqBOgEYgLoBNMB8wS9Aw4A8wQOANgE4wR0AQIB4wQCAeIE4QT9ANwA4QTcAN8E3QSjADEA3QQxANwE8QQEA50C8QSdAvAERgT1BNoERgTaBB0A6QRFAtMB6QTTAegE/QDhBOAE/QDgBN0A2wQsAAsA2wQLANYE2AQOABwA2AQcANkE7gSHAoAC7gSAAu0EJQT0BO0EJQTtBIACwADeBNwEwADcBDEA5wTOAa0B5wStAeUELADbBNcELADXBAwATgbpBOgETgboBE0GUQYDBQEFUQYBBVAGUgbxBPAEUgbwBFMGDAVFBTEFDAUxBQ4FTAbjBOIETAbiBFAGVwYJBQcFVwYHBU0GVgb9BPsEVgb7BE8GFwX9BAIFFwUCBRoFCQUPBSwGCQUsBhIFAgSuAeYEAgTmBHYFFwUWBfsEFwX7BP0EFwUnBSQFFwUkBRYFAwUbBRkFAwUZBQEFIwUQBfkEIwX5BBMFGgUCBQEFGgUBBRkFNgXlBK0BNgWtAQMELQUrBVEFLQVRBRIFKQUaBRkFKQUZBSgFEgVRBQcFEgUHBQkFGwUqBSgFGwUoBRkFRgUyBS4FRgUuBUMFcQU5BUoFcQVKBWsFMgVGBUQFMgVEBS8FawVKBVQFawVUBVUFTAVWBVUFTAVVBVQFdQYwBmIFdQZiBXIGOwVsBVYFOwVWBUwFMAY4Bl0FMAZdBWIFOQVxBWoFOQVqBUsFMQZuBXQFMQZ0BToGMgZlBVgFMgZYBTYGMwZtBWYFMwZmBS4GOgZ0BTcFOgY3BTcGagV1BSEFagUhBXAF3wPdAOAE3wPgBGQFNgZYBVsFNgZbBS4GLQZzBW0FLQZtBTMGMgYiBW4FMgZuBTEGUgVrBVUFUgVVBSAFcAUhBRQFcAUUBXIFzwXOBS4FzwUuBTIFSwVqBXAFSwVwBToFLgXOBUkFLgVJBWwFLQB/BXkFLQB5BQoAvgODBXgFvgN4BQ8AvwOEBXoFvwN6BQkARgQdAH4FRgR+BYUFFwAJAHoFFwB6BXwFHAAOAHcFHAB3BX0FDwB4BX8FDwB/BS0AwAAxAIAFwACABYIFMQCjAIEFMQCBBYAFTATAAIIFTASCBYYFCAB3BYMFCACDBb4DCgB5BYQFCgCEBb8DowBGBIUFowCFBYEFFABMBIYFFACGBXsFcQSRAY8FcQSPBZMF4QOOBa8F4QOvBeAA4gONBa0F4gOtBdoA6ADaAK0F6ACtBYwFuQGrAaYFuQGmBZgFawTtAIkFawSJBZQFlgRiAp4FlgSeBZYF0wFFAp0F0wGdBaQFkQECAYcFkQGHBY8FsQGcBaMFsQGjBc8BdAFrBJQFdAGUBZAF2wCuBY0F2wCNBeIDBQSgBaYFBQSmBasB2QCwBY4F2QCOBeEDBASfBZwFBAScBbEB5QBxBJMF5QCTBYsFAgF0AZAFAgGQBYcFnQIEA7UFnQK1BakF4ACvBYgF4ACIBf4A7gDfALAF7gCwBYoFRQKQBJUFRQKVBZ0F/gCIBa4F/gCuBdsAtgGWBJYFtgGWBZcFHwOdAqkFHwOpBbQFkAS+AZkFkASZBZUFmQKqBZIFmQKSBX0CtQSLArIFtQSyBagFJwSsBaEFJwShBYICrAGlBaAFrAGgBQUEvwGwAZsFvwGbBZoFzwGjBaUFzwGlBawBqgGbBZ8FqgGfBQQEYgLTAaQFYgKkBZ4FfQKSBasFfQKrBSgEggKhBaoFggKqBZkCBAO1BKgFBAOoBbUFugQfA7QFugS0BacFewKiBawFewKsBScEhwK6BKcFhwKnBbEFjAKBAqIFjAKiBbMFKASrBZEFKASRBXwCiAJ8ApEFiAKRBbEFbAVJBcwFbAXMBVYFcQUYBXUFcQV1BWoFEAUjBXIFEAVyBRQFGAVxBWsFGAVrBVIFBgUEBSAFBgUgBcwFAAX+BHUFAAV1BRgFVgXMBSAFVgUgBVUFDQULBewEDQXsBO8EygXfBNwAygXcAOADvAMMANcEvAPXBMsF4APfAA0A4AMNALwDvAPLBcoFvAPKBeAD7wTrBAoF7wQKBQ0FzgUKBesEzgXrBM0FAwSwAd4AAwTeAN8DzAVJBQUFzAUFBQYF3wNkBTYF3wM2BQMESQXOBc0FSQXNBXYFzwURBQsFzwULBQ0FMgUvBREFMgURBc8FzQXrBH4CzQV+AiYEAgR2Bc0FAgTNBSYEJgSBAq8BJgSvAQIEDQUKBc4FDQXOBc8FHAVRBSsFHAUrBSwFgwaEBo4GgwaOBrkFggaDBrkFgga5BZQGbQPSBdUFbQPVBXAD2QV0A3ED2QVxA9YF2wWaA2wD2wVsA9EFpwPcBdEFpwPRBWwD1wVyA3MD1wVzA9gF1gVxA3ID1gVyA9cF3AWnA3UD3AV1A9oF2AVzA28D2AVvA9QFmgPbBdMFmgPTBW4D1AVvA3AD1AVwA9UF5AXYBdQF5AXUBeAF4AXUBdUF4AXVBeEF2wXnBd8F2wXfBdMF5QXZBdYF5QXWBeIF0gXeBeEF0gXhBdUF5wXbBdEF5wXRBd0F3AXoBd0F3AXdBdEF6AXcBdoF6AXaBeYF4wXXBdgF4wXYBeQF4gXWBdcF4gXXBeMF7wXjBeQF7wXkBfAF7gXiBeMF7gXjBe8F8AXkBeAF8AXgBewF7AXgBeEF7AXhBe0F5wXzBesF5wXrBd8F8QXlBeIF8QXiBe4F3gXqBe0F3gXtBeEF8wXnBd0F8wXdBekF6AX0BekF6AXpBd0F9AXoBeYF9AXmBfIF/wXzBekF/wXpBfUF9AUABvUF9AX1BekFAAb0BfIFAAbyBf4F+wXvBfAF+wXwBfwF+gXuBe8F+gXvBfsF/AXwBewF/AXsBfgF+AXsBe0F+AXtBfkF8wX/BfcF8wX3BesF/QXxBe4F/QXuBfoF6gX2BfkF6gX5Be0F/wULBgMG/wUDBvcFCQb9BfoFCQb6BQYG9gUCBgUG9gUFBvkFCwb/BfUFCwb1BQEGAAYMBgEGAAYBBvUFDAYABv4FDAb+BQoGBwb7BfwFBwb8BQgGBgb6BfsFBgb7BQcGCAb8BfgFCAb4BQQGBAb4BfkFBAb5BQUGFAYIBgQGFAYEBhAGEAYEBgUGEAYFBhEGCwYXBg8GCwYPBgMGFQYJBgYGFQYGBhIGAgYOBhEGAgYRBgUGFwYLBgEGFwYBBg0GDAYYBg0GDAYNBgEGGAYMBgoGGAYKBhYGEwYHBggGEwYIBhQGEgYGBgcGEgYHBhMGHwUeBRAGHwUQBhEGMwUfBREGMwURBg4GQQUdBhwGQQUcBkAFQAUcBhsGQAUbBj8FPgUaBhkGPgUZBj0FHQYfBh4GHQYeBhwGHwYhBiAGHwYgBh4GIQYkBiMGIQYjBiAGTQVhBj0GTQU9BmAGJAYnBiYGJAYmBiMGJwYqBikGJwYpBiYGNQZhBWQGNQZkBikGJQU1BikGJQUpBioGFQANAN8AFQDfAO4A5gDeALAB5gCwAb8BTAQUAO0ATATtAGsEawR0AcAAawTAAEwEdAHjBN4EdAHeBMAAVgbeBOMEVgbjBEwGJAUnBUEFJAVBBV0GGgUpBScFGgUnBRcFNQU0BQ8GNQUPBhcGcQTlAL4BcQS+AZAEkARFApEBkASRAXEEtwGvAYECtwGBAowClgS2AYsClgSLArUEtQQEA2ICtQRiApYEBAPxBOoEBAPqBGICVwbqBPEEVwbxBFIGHAUbBQMFHAUDBQgFLAUqBRsFLAUbBRwFUQUcBQgFUQUIBQcFTgYIBQMFTgYDBVEG5ASRAUUC5ARFAukEDwUOBTEFDwUxBSwGLQZXBV0FLQZdBTgGbAU7BUMFbAVDBS4FFAUhBfgEFAX4BPoEFAX6BPcEFAX3BBAFGAVSBf8EGAX/BAAFLwVFBQwFLwUMBREFRwU1BRcGRwUXBg0GUAVPBTgGUAU4BjAGWQUxBjoGWQU6BlMFcwUtBjgGcwU4Bk8FVwUtBjMGVwUzBloFUwU6BjcGUwU3BlwFIgUyBjYGIgU2Bm8FWgUzBi4GWgUuBlsFZQUyBjEGZQUxBlkFbwU2Bi4GbwUuBmYFMQUwBTwGMQU8BiwGJgYpBmQGJgZkBmYGEgUsBjwGEgU8Bi0FIwYmBmYGIwZmBmkGSAVHBQ0GSAUNBhgGGAYWBlkGGAZZBkgFJgVYBhUGJgUVBhIGYwUmBRIGYwUSBhMGEwYUBjkGEwY5BmMFNwZgBj0GNwY9BlwFLwZfBWgFLwZoBTsGOwYdBWkFOwZpBS8GRAU4BUUFRAVFBS8FPAXCBWEGPAVhBk0FggaBBsYFggbGBccFgQaABsUFgQbFBcYFgAZ/BsQFgAbEBcUFfwZ+BsgFfwbIBcQFfgZ9BtAFfgbQBcgFfQZ8BskFfQbJBdAFfAZ7BksGfAZLBskFWQVTBcAFWQXABccFZQVZBccFZQXHBcYFxgXFBVgFxgVYBWUFxQXEBVsFxQVbBVgFWgVbBcQFWgXEBcgFVwVaBcgFVwXIBdAF0AXJBV0F0AVdBVcFegZ7Bp4GegaeBqMGeQZ6BqMGeQajBkkGYgVdBckFYgXJBUsGBQVJBXYFBQV2BeYECAVOBk0GCAVNBgcF/AT1BE8G/ARPBvsEBgUFBeYEBgXmBOcE5wTlBAQF5wQEBQYF5ARRBlAG5ARQBuIEIAUEBeUEIAXlBDYFDwVSBlMGDwVTBg4F9QTdBNwE9QTcBE8GNgVkBVIFNgVSBSAF/wRSBWQF/wRkBeAEAAX/BOAEAAXgBOEE4QTfBP4E4QT+BAAFAgVMBlAGAgVQBgEF6gRXBk0G6gRNBugE9gTuBA4F9gQOBVMGdQX+BN8EdQXfBMoF3gRWBk8G3gRPBtwEygXLBSEFygUhBXUF+AQhBcsF+ATLBdcE+gT4BNcE+gTXBNsE9gRTBvAE9gTwBPIE2wTWBPcE2wT3BPoEEAX3BNYEEAXWBPME8wTYBPkE8wT5BBAFEwX5BFQGEwVUBnAG/AQVBXEG/ARxBlUG7gTtBAwF7gQMBQ4FEQUMBe0EEQXtBPQE9ATsBAsF9AQLBREF2ATZBFQG2ARUBvkE/QRWBkwG/QRMBgIFCQVXBlIGCQVSBg8F6QROBlEG6QRRBuQEFAYQBh4FFAYeBTkGWgZbBlgGWgZYBiYFTgVaBiYFTgUmBWMFcgVCBToFcgU6BXAFYAY3BjcFYAY3BV4GcgZiBUsGcgZLBnYGTQVOBWMFTQVjBTkGcgZ2BkIGcgZCBl8FXwZCBXIFXwZyBSMFQgVfBl4GQgVeBjcFXgZfBloGXgZaBk4FIwUTBVoGIwVaBl8GOgVCBTcFOgU3BXQFSwU6BXQFSwV0BW4FNQYlBR0FNQYdBTsGOwZoBWEFOwZhBTUGKwZeBUEGKwZBBj8GKAYrBj8GKAY/BkAGJQYoBkAGJQZABkMGIgYlBkMGIgZDBkUGPgYiBkUGPgZFBkQGwgU+BkQGwgVEBkcGYQbCBUcGYQZHBkYGPQZhBkYGPQZGBsEFKwZiBmcFKwZnBV4FGQbCBTwFGQY8BT0FKAY0BmIGKAZiBisGZwViBmMGZwVjBmAFIAYjBmkGIAZpBmwGbAZvBh4GbAYeBiAGZQZjBmIGZQZiBjQGNAZnBmgGNAZoBmUGZwZqBmsGZwZrBmgGagZtBm4GagZuBmsGJQZnBjQGJQY0BigGagZnBiUGagYlBiIGIgY+Bm0GIgZtBmoGHgZvBhsGHgYbBhwGbgZtBhkGbgYZBhoGGQZtBj4GGQY+BsIFRQU4BTAFRQUwBTEFOQVLBW4FOQVuBSIFIgVvBUoFIgVKBTkFbwVmBVQFbwVUBUoFTAVUBWYFTAVmBW0FOwVMBW0FOwVtBXMFQwU7BXMFQwVzBU8FRgVDBU8FRgVPBVAFMAU4BWkFMAVpBR0FHQUlBTwGHQU8BjAFLQU8BiUFLQUlBSoGKgYnBisFKgYrBS0FLAUrBScGLAUnBiQGJAYhBioFJAYqBSwFIQYfBigFIQYoBSoFKQUoBR8GKQUfBh0GHQZBBScFHQYnBSkF/ARVBtoE/ATaBPUEFgUkBXEGFgVxBhUF/AT7BBYF/AQWBRUFEwVwBlsGEwVbBloGLwZ1BnIGLwZyBl8FXAU9BsEFXAXBBcMFUwVcBcMFUwXDBcAFOAVEBXcGOAV3BmkFLwZpBXcGLwZ3BnUGUAV3BkQFUAVEBUYFdQZ3BlAFdQZQBTAGTgVNBWAGTgVgBl4GSAVZBlwGSAVcBl0GXQZBBUcFXQZHBUgFQQVABTUFQQU1BUcFQAU/BTQFQAU0BTUFPgU9BR8FPgUfBTMFPQU8BR4FPQUeBR8FPAVNBTkGPAU5Bh4FjAaLBo8GjAaPBqYGiwaKBpEGiwaRBo8GigaJBroFiga6BZEGiAaJBkQGiAZEBkUGhwaIBkUGhwZFBkMGhgaHBkMGhgZDBkAGhQaGBkAGhQZABj8GhQZ4BkgGhQZIBnMGhAaMBqYGhAamBo4GQgZ2BnoGQgZ6BnkGlAa3BYEGlAaBBoIGoQa+BYgGoQaIBocGxwXABYMGxwWDBoIGRwZEBokGRwaJBooGwAXDBYQGwAWEBoMGnAaeBnsGnAZ7BnwGwwXBBYwGwwWMBoQGmgaYBn4GmgZ+Bn8GlgacBnwGlgZ8Bn0GRgZHBooGRgaKBosGcwafBoYGcwaGBoUGvQWaBn8GvQV/BoAGmAaWBn0GmAZ9Bn4GPwZBBngGPwZ4BoUGvgW6BYkGvgWJBogGtwW9BYAGtwWABoEGdgZLBnsGdgZ7BnoGnwahBocGnwaHBoYGwQVGBosGwQWLBowGcQYkBV0GcQZdBlwGqgOrA0QDqgNEA0oDrQasBrkGrAbhBrkGswayBrkGrga5BqsGsAatBrkGtwanBrkGpwaoBrkGqAa4BrkGuAaqBrkGqgapBrkGuQapBt4GuQa1BrMGrwa5Bq4GsQa5Bq8GtQa5BrEGsga0BrkGtAa2BrkGtgawBrkG1gbABpIG1gaSBrsFxwbFBpkGxwaZBrwFzwa/BrYFzwa2BZMG0AbMBqIG0AaiBqAGvQbPBpMGvQaTBrgFvwbHBrwFvwa8BbYF0gbQBqAG0gagBnQG4Aa9BrgF4Aa4BY0G2AbUBkoG2AZKBqQGygbWBrsFyga7Bb8FyQbbBp0GyQadBpsG1AbSBnQG1AZ0BkoGwAbcBpAGwAaQBpIGzAbKBr8FzAa/BaIG3Aa7BqUG3AalBpAG4wbJBpsG4wabBpUG2wbYBqQG2wakBp0GxQbDBpcGxQaXBpkGpwa3BsIGpwbCBsQGrQawBtkGrQbZBtoG4QasBsgG4QbIBuIG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" + } + ] +} diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/model/hand_r.gltf.import b/escape-room-version-2/addons/godot-xr-tools/hands/model/hand_r.gltf.import new file mode 100644 index 0000000..97fbfbf --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/model/hand_r.gltf.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://ds1t8vc0kxoeo" +path="res://.godot/imported/hand_r.gltf-dd429687cadefbc3e7a21ae26addfb30.scn" + +[deps] + +source_file="res://addons/godot-xr-tools/hands/model/hand_r.gltf" +dest_files=["res://.godot/imported/hand_r.gltf-dd429687cadefbc3e7a21ae26addfb30.scn"] + +[params] + +nodes/root_type="Node3D" +nodes/root_name="Scene Root" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=0 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/physics_hand.gd b/escape-room-version-2/addons/godot-xr-tools/hands/physics_hand.gd new file mode 100644 index 0000000..5934817 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/physics_hand.gd @@ -0,0 +1,40 @@ +@tool +class_name XRToolsPhysicsHand +extends XRToolsHand + + +## XR Tools Physics Hand Script +## +## This script extends from the standard [XRToolsHand] and adds settings to +## manage collision and group settings for all [XRToolsHandPhysicsBone] nodes +## attached to the hand. + + +# Default hand bone layer of 18:player-hand +const DEFAULT_LAYER := 0b0000_0000_0000_0010_0000_0000_0000_0000 + + +## Collision layer applied to all [XRToolsHandPhysicsBone] children. +## +## This is used to set physics collision layers for every bone in a hand. +## Additionally [XRToolsHandPhysicsBone] nodes can specify additional +## bone-specific collision layers - for example to give the fore-finger bone +## additional collision capabilities. +@export_flags_3d_physics var collision_layer : int = DEFAULT_LAYER + +## Bone collision margin applied to all [XRToolsHandPhysicsBone] children. +## +## This is used for fine-tuning the collision margins for all +## [XRToolsHandPhysicsBone] children in the hand. +@export var margin : float = 0.004 + +## Group applied to all [XRToolsHandPhysicsBone] children. +## +## This is used to set groups for every bone in the hand. Additionally +## [XRToolsHandPhysicsBone] nodes can specify additional bone-specific groups. +@export var bone_group : String = "" + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsPhysicsHand" or super(name) diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/physics_hand.gd.uid b/escape-room-version-2/addons/godot-xr-tools/hands/physics_hand.gd.uid new file mode 100644 index 0000000..bfce703 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/physics_hand.gd.uid @@ -0,0 +1 @@ +uid://vdufc681eis4 diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/poses/hand_pose_settings.gd b/escape-room-version-2/addons/godot-xr-tools/hands/poses/hand_pose_settings.gd new file mode 100644 index 0000000..f3c170f --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/poses/hand_pose_settings.gd @@ -0,0 +1,29 @@ +@tool +@icon("res://addons/godot-xr-tools/editor/icons/hand.svg") +class_name XRToolsHandPoseSettings +extends Resource + + +## XR Tools Hand Pose Settings Resource +## +## This resource defines the settings for hand poses such as the poses for +## hand-open and hand-closed. + + +## Hand-open pose +@export var open_pose : Animation : set = set_open_pose + +## Hand-closed pose +@export var closed_pose : Animation : set = set_closed_pose + + +# Called when the open pose is changed +func set_open_pose(p_open_pose : Animation) -> void: + open_pose = p_open_pose + emit_changed() + + +# Called when the closed pose is changed +func set_closed_pose(p_closed_pos : Animation) -> void: + closed_pose = p_closed_pos + emit_changed() diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/poses/hand_pose_settings.gd.uid b/escape-room-version-2/addons/godot-xr-tools/hands/poses/hand_pose_settings.gd.uid new file mode 100644 index 0000000..63392e7 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/poses/hand_pose_settings.gd.uid @@ -0,0 +1 @@ +uid://cn05iplah2osq diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/poses/pose_default_left.tres b/escape-room-version-2/addons/godot-xr-tools/hands/poses/pose_default_left.tres new file mode 100644 index 0000000..26ba106 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/poses/pose_default_left.tres @@ -0,0 +1,10 @@ +[gd_resource type="Resource" load_steps=4 format=3 uid="uid://dertgu7k8alls"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/poses/hand_pose_settings.gd" id="1"] +[ext_resource type="Animation" uid="uid://plad1r85f7ws" path="res://addons/godot-xr-tools/hands/animations/left/Grip.res" id="1_oobiv"] +[ext_resource type="Animation" uid="uid://bediglpx0rj7i" path="res://addons/godot-xr-tools/hands/animations/left/Grip 5.res" id="2_tar64"] + +[resource] +script = ExtResource("1") +open_pose = ExtResource("2_tar64") +closed_pose = ExtResource("1_oobiv") diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/poses/pose_default_right.tres b/escape-room-version-2/addons/godot-xr-tools/hands/poses/pose_default_right.tres new file mode 100644 index 0000000..dc2430b --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/poses/pose_default_right.tres @@ -0,0 +1,10 @@ +[gd_resource type="Resource" load_steps=4 format=3 uid="uid://dmpjtk0l8vh6v"] + +[ext_resource type="Animation" uid="uid://ccds2u22gbxn7" path="res://addons/godot-xr-tools/hands/animations/right/Grip.res" id="1_o7bqr"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/poses/hand_pose_settings.gd" id="1_ytvcl"] +[ext_resource type="Animation" uid="uid://s1vqcxyqcvea" path="res://addons/godot-xr-tools/hands/animations/right/Grip 5.res" id="2_u3fe0"] + +[resource] +script = ExtResource("1_ytvcl") +open_pose = ExtResource("2_u3fe0") +closed_pose = ExtResource("1_o7bqr") diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/poses/pose_point_left.tres b/escape-room-version-2/addons/godot-xr-tools/hands/poses/pose_point_left.tres new file mode 100644 index 0000000..267151a --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/poses/pose_point_left.tres @@ -0,0 +1,9 @@ +[gd_resource type="Resource" load_steps=3 format=3 uid="uid://ciw0f7mg4ai0k"] + +[ext_resource type="Animation" uid="uid://cevirj0eagdrq" path="res://addons/godot-xr-tools/hands/animations/left/Sign 1.res" id="1_idx1j"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/poses/hand_pose_settings.gd" id="1_oxfi3"] + +[resource] +script = ExtResource("1_oxfi3") +open_pose = ExtResource("1_idx1j") +closed_pose = ExtResource("1_idx1j") diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/poses/pose_point_right.tres b/escape-room-version-2/addons/godot-xr-tools/hands/poses/pose_point_right.tres new file mode 100644 index 0000000..b3bc9f2 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/poses/pose_point_right.tres @@ -0,0 +1,9 @@ +[gd_resource type="Resource" load_steps=3 format=3 uid="uid://bhvrpfo4ecbub"] + +[ext_resource type="Animation" uid="uid://bcwx6a6mhsoj2" path="res://addons/godot-xr-tools/hands/animations/right/Sign 1.res" id="1_jc8b4"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/poses/hand_pose_settings.gd" id="1_pkv6s"] + +[resource] +script = ExtResource("1_pkv6s") +open_pose = ExtResource("1_jc8b4") +closed_pose = ExtResource("1_jc8b4") diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/scenes/collision/collision_hand.tscn b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/collision/collision_hand.tscn new file mode 100644 index 0000000..b884f80 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/collision/collision_hand.tscn @@ -0,0 +1,10 @@ +[gd_scene load_steps=2 format=3 uid="uid://yrg5yt0yvc1q"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/collision_hand.gd" id="1_vdcct"] + +[node name="XRToolsCollisionHand" type="AnimatableBody3D"] +collision_layer = 131072 +collision_mask = 262175 +sync_to_physics = false +script = ExtResource("1_vdcct") +max_pickup_force = 400.0 diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/scenes/collision/collision_hand_left.tscn b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/collision/collision_hand_left.tscn new file mode 100644 index 0000000..6175900 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/collision/collision_hand_left.tscn @@ -0,0 +1,14 @@ +[gd_scene load_steps=3 format=3 uid="uid://bkv43ec6chcf3"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/collision_hand.gd" id="1_t5acd"] +[ext_resource type="Shape3D" uid="uid://uc7owi5j7ib0" path="res://addons/godot-xr-tools/hands/scenes/collision/hand_palm.shape" id="2_5wm8j"] + +[node name="CollisionHandLeft" type="AnimatableBody3D"] +collision_layer = 131072 +collision_mask = 262175 +sync_to_physics = false +script = ExtResource("1_t5acd") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.03, -0.05, 0.11) +shape = ExtResource("2_5wm8j") diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/scenes/collision/collision_hand_right.tscn b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/collision/collision_hand_right.tscn new file mode 100644 index 0000000..64ddfbd --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/collision/collision_hand_right.tscn @@ -0,0 +1,14 @@ +[gd_scene load_steps=3 format=3 uid="uid://c3uoohvnshach"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/collision_hand.gd" id="1_so3hf"] +[ext_resource type="Shape3D" uid="uid://uc7owi5j7ib0" path="res://addons/godot-xr-tools/hands/scenes/collision/hand_palm.shape" id="2_vvxfo"] + +[node name="CollisionHandRight" type="AnimatableBody3D"] +collision_layer = 131072 +collision_mask = 262175 +sync_to_physics = false +script = ExtResource("1_so3hf") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.03, -0.05, 0.11) +shape = ExtResource("2_vvxfo") diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/scenes/collision/hand_digit.shape b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/collision/hand_digit.shape new file mode 100644 index 0000000..9345820 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/collision/hand_digit.shape differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/scenes/collision/hand_palm.shape b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/collision/hand_palm.shape new file mode 100644 index 0000000..7a7aa1e Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/collision/hand_palm.shape differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/left_fullglove_hand.tscn b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/left_fullglove_hand.tscn new file mode 100644 index 0000000..ade0cc3 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/left_fullglove_hand.tscn @@ -0,0 +1,82 @@ +[gd_scene load_steps=13 format=3 uid="uid://bpdj5njb8nhot"] + +[ext_resource type="PackedScene" uid="uid://the6y7swe6j0" path="res://addons/godot-xr-tools/hands/animations/left/AnimationPlayer.tscn" id="1"] +[ext_resource type="PackedScene" uid="uid://dhaqth6q5yw4n" path="res://addons/godot-xr-tools/hands/model/hand_l.gltf" id="2"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/hand.gd" id="3"] +[ext_resource type="Resource" uid="uid://dertgu7k8alls" path="res://addons/godot-xr-tools/hands/poses/pose_default_left.tres" id="3_x4lr3"] +[ext_resource type="Material" uid="uid://cdb40djkihelq" path="res://addons/godot-xr-tools/hands/materials/cleaning_glove.tres" id="4"] +[ext_resource type="AnimationNodeBlendTree" uid="uid://dl8yf7ipqotd1" path="res://addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres" id="6"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_ej4yx"] +animation = &"Grip" + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_gacaa"] +animation = &"Grip" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_seoit"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Little_Distal_L", "Armature/Skeleton3D:Little_Intermediate_L", "Armature/Skeleton3D:Little_Metacarpal_L", "Armature/Skeleton3D:Little_Proximal_L", "Armature/Skeleton3D:Middle_Distal_L", "Armature/Skeleton3D:Middle_Intermediate_L", "Armature/Skeleton3D:Middle_Metacarpal_L", "Armature/Skeleton3D:Middle_Proximal_L", "Armature/Skeleton3D:Ring_Distal_L", "Armature/Skeleton3D:Ring_Intermediate_L", "Armature/Skeleton3D:Ring_Metacarpal_L", "Armature/Skeleton3D:Ring_Proximal_L", "Armature/Skeleton3D:Thumb_Distal_L", "Armature/Skeleton3D:Thumb_Metacarpal_L", "Armature/Skeleton3D:Thumb_Proximal_L", "Armature/Skeleton:Little_Distal_L", "Armature/Skeleton:Little_Intermediate_L", "Armature/Skeleton:Little_Proximal_L", "Armature/Skeleton:Middle_Distal_L", "Armature/Skeleton:Middle_Intermediate_L", "Armature/Skeleton:Middle_Proximal_L", "Armature/Skeleton:Ring_Distal_L", "Armature/Skeleton:Ring_Intermediate_L", "Armature/Skeleton:Ring_Proximal_L", "Armature/Skeleton:Thumb_Distal_L", "Armature/Skeleton:Thumb_Proximal_L"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_rtx6p"] +animation = &"Grip 5" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_y01rx"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Index_Distal_L", "Armature/Skeleton3D:Index_Intermediate_L", "Armature/Skeleton3D:Index_Metacarpal_L", "Armature/Skeleton3D:Index_Proximal_L", "Armature/Skeleton:Index_Distal_L", "Armature/Skeleton:Index_Intermediate_L", "Armature/Skeleton:Index_Proximal_L"] + +[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_o4h0a"] +graph_offset = Vector2(-536, 11) +nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_ej4yx") +nodes/ClosedHand1/position = Vector2(-600, 300) +nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_gacaa") +nodes/ClosedHand2/position = Vector2(-360, 300) +nodes/Grip/node = SubResource("AnimationNodeBlend2_seoit") +nodes/Grip/position = Vector2(0, 20) +nodes/OpenHand/node = SubResource("AnimationNodeAnimation_rtx6p") +nodes/OpenHand/position = Vector2(-600, 100) +nodes/Trigger/node = SubResource("AnimationNodeBlend2_y01rx") +nodes/Trigger/position = Vector2(-360, 20) +node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"] + +[node name="LeftHand" type="Node3D"] +script = ExtResource("3") +hand_blend_tree = ExtResource("6") +default_pose = ExtResource("3_x4lr3") + +[node name="Hand_L" parent="." instance=ExtResource("2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.03, -0.05, 0.15) + +[node name="Skeleton3D" parent="Hand_L/Armature" index="0"] +bones/1/rotation = Quaternion(0.323537, -2.56577e-05, -0.0272204, 0.945824) +bones/2/rotation = Quaternion(-0.0904441, -0.0415175, -0.166293, 0.981042) +bones/3/rotation = Quaternion(-0.0466199, 0.020971, 0.0103276, 0.998639) +bones/5/rotation = Quaternion(-0.00128455, -0.0116081, -0.0168259, 0.99979) +bones/6/rotation = Quaternion(0.102925, -0.00993208, -0.00794417, 0.994608) +bones/7/rotation = Quaternion(-0.012859, -0.0236108, -0.323258, 0.945929) +bones/8/rotation = Quaternion(0.0120575, -0.00929194, -0.247472, 0.968775) +bones/10/rotation = Quaternion(-0.0357539, -0.000400032, 0.00636764, 0.99934) +bones/11/rotation = Quaternion(-0.00264964, -0.00114471, -0.125992, 0.992027) +bones/12/rotation = Quaternion(0.0394225, 0.00193393, -0.228074, 0.972843) +bones/13/rotation = Quaternion(-0.0123395, -0.00881294, -0.280669, 0.959685) +bones/15/rotation = Quaternion(-0.0702656, 0.0101908, -0.0243307, 0.99718) +bones/16/rotation = Quaternion(-0.0320634, -0.00223624, -0.0686366, 0.997124) +bones/17/rotation = Quaternion(0.0253452, 0.00812462, -0.249005, 0.968136) +bones/18/rotation = Quaternion(0.00252232, 0.00788073, -0.243204, 0.96994) +bones/20/rotation = Quaternion(-0.0917369, 0.0203027, -0.010183, 0.995524) +bones/21/rotation = Quaternion(-0.0625182, -0.00022572, -0.115393, 0.991351) +bones/22/rotation = Quaternion(0.0585786, 0.0216483, -0.269905, 0.96086) +bones/23/rotation = Quaternion(0.00687177, -0.00357275, -0.211953, 0.977249) + +[node name="mesh_Hand_L" parent="Hand_L/Armature/Skeleton3D" index="0"] +surface_material_override/0 = ExtResource("4") + +[node name="AnimationPlayer" parent="Hand_L" instance=ExtResource("1")] + +[node name="AnimationTree" type="AnimationTree" parent="."] +tree_root = SubResource("AnimationNodeBlendTree_o4h0a") +anim_player = NodePath("../Hand_L/AnimationPlayer") +active = true +parameters/Grip/blend_amount = 0 +parameters/Trigger/blend_amount = 0.0 + +[editable path="Hand_L"] diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/left_fullglove_physics_hand.tscn b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/left_fullglove_physics_hand.tscn new file mode 100644 index 0000000..029fb56 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/left_fullglove_physics_hand.tscn @@ -0,0 +1,227 @@ +[gd_scene load_steps=14 format=3 uid="uid://nqiyqnx42m61"] + +[ext_resource type="PackedScene" uid="uid://dhaqth6q5yw4n" path="res://addons/godot-xr-tools/hands/model/hand_l.gltf" id="1"] +[ext_resource type="PackedScene" uid="uid://the6y7swe6j0" path="res://addons/godot-xr-tools/hands/animations/left/AnimationPlayer.tscn" id="2"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/physics_hand.gd" id="3"] +[ext_resource type="Resource" uid="uid://dertgu7k8alls" path="res://addons/godot-xr-tools/hands/poses/pose_default_left.tres" id="3_0aa1r"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/hand_physics_bone.gd" id="4"] +[ext_resource type="Material" uid="uid://ds2dpvbpht0ea" path="res://addons/godot-xr-tools/hands/materials/labglove.tres" id="5"] +[ext_resource type="AnimationNodeBlendTree" uid="uid://dl8yf7ipqotd1" path="res://addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres" id="9"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_2frkw"] +animation = &"Grip" + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_2xka1"] +animation = &"Grip" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_ru86n"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Little_Distal_L", "Armature/Skeleton3D:Little_Intermediate_L", "Armature/Skeleton3D:Little_Metacarpal_L", "Armature/Skeleton3D:Little_Proximal_L", "Armature/Skeleton3D:Middle_Distal_L", "Armature/Skeleton3D:Middle_Intermediate_L", "Armature/Skeleton3D:Middle_Metacarpal_L", "Armature/Skeleton3D:Middle_Proximal_L", "Armature/Skeleton3D:Ring_Distal_L", "Armature/Skeleton3D:Ring_Intermediate_L", "Armature/Skeleton3D:Ring_Metacarpal_L", "Armature/Skeleton3D:Ring_Proximal_L", "Armature/Skeleton3D:Thumb_Distal_L", "Armature/Skeleton3D:Thumb_Metacarpal_L", "Armature/Skeleton3D:Thumb_Proximal_L", "Armature/Skeleton:Little_Distal_L", "Armature/Skeleton:Little_Intermediate_L", "Armature/Skeleton:Little_Proximal_L", "Armature/Skeleton:Middle_Distal_L", "Armature/Skeleton:Middle_Intermediate_L", "Armature/Skeleton:Middle_Proximal_L", "Armature/Skeleton:Ring_Distal_L", "Armature/Skeleton:Ring_Intermediate_L", "Armature/Skeleton:Ring_Proximal_L", "Armature/Skeleton:Thumb_Distal_L", "Armature/Skeleton:Thumb_Proximal_L"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_g5ps2"] +animation = &"Grip 5" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_v8isy"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Index_Distal_L", "Armature/Skeleton3D:Index_Intermediate_L", "Armature/Skeleton3D:Index_Metacarpal_L", "Armature/Skeleton3D:Index_Proximal_L", "Armature/Skeleton:Index_Distal_L", "Armature/Skeleton:Index_Intermediate_L", "Armature/Skeleton:Index_Proximal_L"] + +[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_yv3c8"] +graph_offset = Vector2(-536, 11) +nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_2frkw") +nodes/ClosedHand1/position = Vector2(-600, 300) +nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_2xka1") +nodes/ClosedHand2/position = Vector2(-360, 300) +nodes/Grip/node = SubResource("AnimationNodeBlend2_ru86n") +nodes/Grip/position = Vector2(0, 20) +nodes/OpenHand/node = SubResource("AnimationNodeAnimation_g5ps2") +nodes/OpenHand/position = Vector2(-600, 100) +nodes/Trigger/node = SubResource("AnimationNodeBlend2_v8isy") +nodes/Trigger/position = Vector2(-360, 20) +node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"] + +[node name="LeftPhysicsHand" type="Node3D"] +script = ExtResource("3") +bone_group = "LeftHand" +hand_blend_tree = ExtResource("9") +default_pose = ExtResource("3_0aa1r") + +[node name="Hand_L" parent="." instance=ExtResource("1")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.03, -0.05, 0.15) + +[node name="Skeleton3D" parent="Hand_L/Armature" index="0"] +bones/1/rotation = Quaternion(0.323537, -2.56577e-05, -0.0272204, 0.945824) +bones/2/rotation = Quaternion(-0.0904441, -0.0415175, -0.166293, 0.981042) +bones/3/rotation = Quaternion(-0.0466199, 0.020971, 0.0103276, 0.998639) +bones/5/rotation = Quaternion(-0.00128455, -0.0116081, -0.0168259, 0.99979) +bones/6/rotation = Quaternion(0.102925, -0.00993208, -0.00794417, 0.994608) +bones/7/rotation = Quaternion(-0.012859, -0.0236108, -0.323258, 0.945929) +bones/8/rotation = Quaternion(0.0120575, -0.00929194, -0.247472, 0.968775) +bones/10/rotation = Quaternion(-0.0357539, -0.000400032, 0.00636764, 0.99934) +bones/11/rotation = Quaternion(-0.00264964, -0.00114471, -0.125992, 0.992027) +bones/12/rotation = Quaternion(0.0394225, 0.00193393, -0.228074, 0.972843) +bones/13/rotation = Quaternion(-0.0123395, -0.00881294, -0.280669, 0.959685) +bones/15/rotation = Quaternion(-0.0702656, 0.0101908, -0.0243307, 0.99718) +bones/16/rotation = Quaternion(-0.0320634, -0.00223624, -0.0686366, 0.997124) +bones/17/rotation = Quaternion(0.0253452, 0.00812462, -0.249005, 0.968136) +bones/18/rotation = Quaternion(0.00252232, 0.00788073, -0.243204, 0.96994) +bones/20/rotation = Quaternion(-0.0917369, 0.0203027, -0.010183, 0.995524) +bones/21/rotation = Quaternion(-0.0625182, -0.00022572, -0.115393, 0.991351) +bones/22/rotation = Quaternion(0.0585786, 0.0216483, -0.269905, 0.96086) +bones/23/rotation = Quaternion(0.00687177, -0.00357275, -0.211953, 0.977249) + +[node name="mesh_Hand_L" parent="Hand_L/Armature/Skeleton3D" index="0"] +surface_material_override/0 = ExtResource("5") + +[node name="BoneRoot" type="BoneAttachment3D" parent="Hand_L/Armature/Skeleton3D" index="1"] +transform = Transform3D(1, -1.83077e-05, 1.52659e-08, 1.52668e-08, 0.00166774, 0.999999, -1.83077e-05, -0.999999, 0.00166774, 3.86425e-08, -1.86975e-05, 0.0271756) +bone_name = "Wrist_L" +bone_idx = 0 +script = ExtResource("4") +width_ratio = 0.8 + +[node name="BoneThumbMetacarpal" type="BoneAttachment3D" parent="Hand_L/Armature/Skeleton3D" index="2"] +transform = Transform3D(0.998519, 0.0514604, -0.0176509, -0.017651, 0.613335, 0.789626, 0.0514604, -0.788145, 0.613335, 0.00999954, 0.0200266, 3.59323e-05) +bone_name = "Thumb_Metacarpal_L" +bone_idx = 1 +script = ExtResource("4") +length = 0.05 + +[node name="BoneThumbProximal" type="BoneAttachment3D" parent="Hand_L/Armature/Skeleton3D" index="3"] +transform = Transform3D(0.921479, 0.383958, -0.0587628, -0.124052, 0.434264, 0.892203, 0.368087, -0.814856, 0.447796, 0.012311, 0.0475754, -0.0353648) +bone_name = "Thumb_Proximal_L" +bone_idx = 2 +script = ExtResource("4") + +[node name="BoneThumbDistal" type="BoneAttachment3D" parent="Hand_L/Armature/Skeleton3D" index="4"] +transform = Transform3D(0.930159, 0.366844, 0.0151708, -0.154037, 0.352396, 0.923087, 0.333283, -0.860954, 0.384292, 0.028494, 0.0658787, -0.0697092) +bone_name = "Thumb_Distal_L" +bone_idx = 3 +script = ExtResource("4") +length = 0.02 + +[node name="BoneIndexMetacarpal" type="BoneAttachment3D" parent="Hand_L/Armature/Skeleton3D" index="5"] +transform = Transform3D(0.999165, 0.0336562, -0.0231681, 0.0231985, -0.00051113, 0.999731, 0.0336353, -0.999433, -0.00129147, -0.0100005, 0.0224317, 3.59286e-05) +bone_name = "Index_Metacarpal_L" +bone_idx = 5 +script = ExtResource("4") +length = 0.08 +width_ratio = 0.2 + +[node name="BoneIndexProximal" type="BoneAttachment3D" parent="Hand_L/Armature/Skeleton3D" index="6"] +transform = Transform3D(0.997821, 0.0419384, -0.0509326, 0.0413169, 0.204661, 0.97796, 0.0514381, -0.977934, 0.202483, -0.00729559, 0.0223907, -0.0802861) +bone_name = "Index_Proximal_L" +bone_idx = 6 +script = ExtResource("4") + +[node name="BoneIndexMiddle" type="BoneAttachment3D" parent="Hand_L/Armature/Skeleton3D" index="7"] +transform = Transform3D(0.759851, 0.644453, -0.0854741, -0.040588, 0.178251, 0.983148, 0.648829, -0.743577, 0.161601, -0.00569705, 0.0301916, -0.117561) +bone_name = "Index_Intermediate_L" +bone_idx = 7 +script = ExtResource("4") +length = 0.025 +bone_group = "IndexFinger" + +[node name="BoneIndexDistal" type="BoneAttachment3D" parent="Hand_L/Armature/Skeleton3D" index="8"] +transform = Transform3D(0.356468, 0.927111, -0.115741, -0.109286, 0.164404, 0.98032, 0.927894, -0.336804, 0.159925, 0.0145038, 0.035779, -0.140869) +bone_name = "Index_Distal_L" +bone_idx = 8 +script = ExtResource("4") +length = 0.02 +bone_group = "IndexFinger" + +[node name="BoneMiddleMetacarpal" type="BoneAttachment3D" parent="Hand_L/Armature/Skeleton3D" index="9"] +transform = Transform3D(0.999918, -0.0127165, -0.00125617, 0.000365489, -0.0698022, 0.997561, -0.0127732, -0.99748, -0.0697919, -0.0100005, 0.00355416, 3.59286e-05) +bone_name = "Middle_Metacarpal_L" +bone_idx = 10 +script = ExtResource("4") +length = 0.08 +width_ratio = 0.2 + +[node name="BoneMiddleProximal" type="BoneAttachment3D" parent="Hand_L/Armature/Skeleton3D" index="10"] +transform = Transform3D(0.971345, 0.237654, -0.00293004, 0.0207339, -0.0724503, 0.997156, 0.236766, -0.968644, -0.0753018, -0.0110237, -0.00206236, -0.0802245) +bone_name = "Middle_Proximal_L" +bone_idx = 11 +script = ExtResource("4") + +[node name="BoneMiddleMiddle" type="BoneAttachment3D" parent="Hand_L/Armature/Skeleton3D" index="11"] +transform = Transform3D(0.764922, 0.643161, -0.0351718, 0.0290327, 0.0201225, 0.999376, 0.643468, -0.765466, -0.00328059, -0.000328456, -0.00532286, -0.123817) +bone_name = "Middle_Intermediate_L" +bone_idx = 12 +script = ExtResource("4") +length = 0.025 + +[node name="BoneMiddleDistal" type="BoneAttachment3D" parent="Hand_L/Armature/Skeleton3D" index="12"] +transform = Transform3D(0.297115, 0.95453, -0.0243818, 0.0374454, 0.0138673, 0.999202, 0.954107, -0.297791, -0.0316226, 0.0205207, -0.00467056, -0.148631) +bone_name = "Middle_Distal_L" +bone_idx = 13 +script = ExtResource("4") +length = 0.02 + +[node name="BoneRingMetacarpal" type="BoneAttachment3D" parent="Hand_L/Armature/Skeleton3D" index="13"] +transform = Transform3D(0.998609, 0.047074, 0.0237409, -0.0169882, -0.138981, 0.990149, 0.0499098, -0.989175, -0.137988, -0.0100005, -0.0130734, 3.59304e-05) +bone_name = "Ring_Metacarpal_L" +bone_idx = 15 +script = ExtResource("4") +length = 0.07 +width_ratio = 0.2 + +[node name="BoneRingProximal" type="BoneAttachment3D" parent="Hand_L/Armature/Skeleton3D" index="14"] +transform = Transform3D(0.982964, 0.181854, 0.0266582, 0.0109494, -0.202722, 0.979175, 0.183471, -0.962202, -0.20126, -0.00651963, -0.0233502, -0.0731075) +bone_name = "Ring_Proximal_L" +bone_idx = 16 +script = ExtResource("4") +length = 0.028 + +[node name="BoneRingMiddle" type="BoneAttachment3D" parent="Hand_L/Armature/Skeleton3D" index="15"] +transform = Transform3D(0.772579, 0.634603, 0.0200164, 0.0794845, -0.127948, 0.98859, 0.629924, -0.762173, -0.149291, 0.000778393, -0.0314857, -0.111722) +bone_name = "Ring_Intermediate_L" +bone_idx = 17 +script = ExtResource("4") +length = 0.025 + +[node name="BoneRingDistal" type="BoneAttachment3D" parent="Hand_L/Armature/Skeleton3D" index="16"] +transform = Transform3D(0.381387, 0.924068, 0.025339, 0.114105, -0.0742599, 0.990689, 0.917346, -0.374945, -0.133762, 0.0184188, -0.0350424, -0.132908) +bone_name = "Ring_Distal_L" +bone_idx = 18 +script = ExtResource("4") +length = 0.02 + +[node name="BonePinkyMetacarpal" type="BoneAttachment3D" parent="Hand_L/Armature/Skeleton3D" index="17"] +transform = Transform3D(0.998969, 0.0165318, 0.0422887, -0.0385953, -0.181426, 0.982647, 0.0239172, -0.983265, -0.180601, -4.58211e-07, -0.0299734, 3.59304e-05) +bone_name = "Little_Metacarpal_L" +bone_idx = 20 +script = ExtResource("4") +length = 0.07 +width_ratio = 0.18 + +[node name="BonePinkyProximal" type="BoneAttachment3D" parent="Hand_L/Armature/Skeleton3D" index="18"] +transform = Transform3D(0.969212, 0.239304, 0.0579745, 0.0185535, -0.305761, 0.951928, 0.245527, -0.921544, -0.300787, 0.00108587, -0.0418952, -0.0645756) +bone_name = "Little_Proximal_L" +bone_idx = 21 +script = ExtResource("4") +length = 0.02 + +[node name="BonePinkyMiddle" type="BoneAttachment3D" parent="Hand_L/Armature/Skeleton3D" index="19"] +transform = Transform3D(0.699331, 0.713816, 0.0374602, 0.103947, -0.153407, 0.982681, 0.707199, -0.683325, -0.181481, 0.00901247, -0.0520231, -0.0951004) +bone_name = "Little_Intermediate_L" +bone_idx = 22 +script = ExtResource("4") +length = 0.015 + +[node name="BonePinkyDistal" type="BoneAttachment3D" parent="Hand_L/Armature/Skeleton3D" index="20"] +transform = Transform3D(0.340891, 0.939844, 0.0220291, 0.162162, -0.081867, 0.983362, 0.926011, -0.331647, -0.180315, 0.0218786, -0.0547881, -0.107417) +bone_name = "Little_Distal_L" +bone_idx = 23 +script = ExtResource("4") +length = 0.015 + +[node name="AnimationPlayer" parent="Hand_L" instance=ExtResource("2")] + +[node name="AnimationTree" type="AnimationTree" parent="."] +tree_root = SubResource("AnimationNodeBlendTree_yv3c8") +anim_player = NodePath("../Hand_L/AnimationPlayer") +active = true +parameters/Grip/blend_amount = 0.0 +parameters/Trigger/blend_amount = 0.0 + +[editable path="Hand_L"] diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/left_hand.tscn b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/left_hand.tscn new file mode 100644 index 0000000..340955a --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/left_hand.tscn @@ -0,0 +1,82 @@ +[gd_scene load_steps=13 format=3 uid="uid://njx823gyk04n"] + +[ext_resource type="PackedScene" uid="uid://q1l3fknstir2" path="res://addons/godot-xr-tools/hands/model/Hand_Nails_L.gltf" id="1"] +[ext_resource type="PackedScene" uid="uid://the6y7swe6j0" path="res://addons/godot-xr-tools/hands/animations/left/AnimationPlayer.tscn" id="2"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/hand.gd" id="3"] +[ext_resource type="Resource" uid="uid://dertgu7k8alls" path="res://addons/godot-xr-tools/hands/poses/pose_default_left.tres" id="3_k56uy"] +[ext_resource type="AnimationNodeBlendTree" uid="uid://dl8yf7ipqotd1" path="res://addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres" id="5"] +[ext_resource type="Material" uid="uid://dy6nhifvvmm73" path="res://addons/godot-xr-tools/hands/materials/caucasian_hand.tres" id="6"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_x12eo"] +animation = &"Grip" + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_kw2gg"] +animation = &"Grip" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_o8j0s"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Little_Distal_L", "Armature/Skeleton3D:Little_Intermediate_L", "Armature/Skeleton3D:Little_Metacarpal_L", "Armature/Skeleton3D:Little_Proximal_L", "Armature/Skeleton3D:Middle_Distal_L", "Armature/Skeleton3D:Middle_Intermediate_L", "Armature/Skeleton3D:Middle_Metacarpal_L", "Armature/Skeleton3D:Middle_Proximal_L", "Armature/Skeleton3D:Ring_Distal_L", "Armature/Skeleton3D:Ring_Intermediate_L", "Armature/Skeleton3D:Ring_Metacarpal_L", "Armature/Skeleton3D:Ring_Proximal_L", "Armature/Skeleton3D:Thumb_Distal_L", "Armature/Skeleton3D:Thumb_Metacarpal_L", "Armature/Skeleton3D:Thumb_Proximal_L", "Armature/Skeleton:Little_Distal_L", "Armature/Skeleton:Little_Intermediate_L", "Armature/Skeleton:Little_Proximal_L", "Armature/Skeleton:Middle_Distal_L", "Armature/Skeleton:Middle_Intermediate_L", "Armature/Skeleton:Middle_Proximal_L", "Armature/Skeleton:Ring_Distal_L", "Armature/Skeleton:Ring_Intermediate_L", "Armature/Skeleton:Ring_Proximal_L", "Armature/Skeleton:Thumb_Distal_L", "Armature/Skeleton:Thumb_Proximal_L"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_cxcnq"] +animation = &"Grip 5" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_yn70n"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Index_Distal_L", "Armature/Skeleton3D:Index_Intermediate_L", "Armature/Skeleton3D:Index_Metacarpal_L", "Armature/Skeleton3D:Index_Proximal_L", "Armature/Skeleton:Index_Distal_L", "Armature/Skeleton:Index_Intermediate_L", "Armature/Skeleton:Index_Proximal_L"] + +[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_v8owg"] +graph_offset = Vector2(-536, 11) +nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_x12eo") +nodes/ClosedHand1/position = Vector2(-600, 300) +nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_kw2gg") +nodes/ClosedHand2/position = Vector2(-360, 300) +nodes/Grip/node = SubResource("AnimationNodeBlend2_o8j0s") +nodes/Grip/position = Vector2(0, 20) +nodes/OpenHand/node = SubResource("AnimationNodeAnimation_cxcnq") +nodes/OpenHand/position = Vector2(-600, 100) +nodes/Trigger/node = SubResource("AnimationNodeBlend2_yn70n") +nodes/Trigger/position = Vector2(-360, 20) +node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"] + +[node name="LeftHand" type="Node3D"] +script = ExtResource("3") +hand_blend_tree = ExtResource("5") +default_pose = ExtResource("3_k56uy") + +[node name="Hand_Nails_L" parent="." instance=ExtResource("1")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.03, -0.05, 0.15) + +[node name="Skeleton3D" parent="Hand_Nails_L/Armature" index="0"] +bones/1/rotation = Quaternion(0.323537, -2.56577e-05, -0.0272204, 0.945824) +bones/2/rotation = Quaternion(-0.0904441, -0.0415175, -0.166293, 0.981042) +bones/3/rotation = Quaternion(-0.0466199, 0.020971, 0.0103276, 0.998639) +bones/5/rotation = Quaternion(-0.00128455, -0.0116081, -0.0168259, 0.99979) +bones/6/rotation = Quaternion(0.102925, -0.00993208, -0.00794417, 0.994608) +bones/7/rotation = Quaternion(-0.012859, -0.0236108, -0.323258, 0.945929) +bones/8/rotation = Quaternion(0.0120575, -0.00929194, -0.247472, 0.968775) +bones/10/rotation = Quaternion(-0.0357539, -0.000400032, 0.00636764, 0.99934) +bones/11/rotation = Quaternion(-0.00264964, -0.00114471, -0.125992, 0.992027) +bones/12/rotation = Quaternion(0.0394225, 0.00193393, -0.228074, 0.972843) +bones/13/rotation = Quaternion(-0.0123395, -0.00881294, -0.280669, 0.959685) +bones/15/rotation = Quaternion(-0.0702656, 0.0101908, -0.0243307, 0.99718) +bones/16/rotation = Quaternion(-0.0320634, -0.00223624, -0.0686366, 0.997124) +bones/17/rotation = Quaternion(0.0253452, 0.00812462, -0.249005, 0.968136) +bones/18/rotation = Quaternion(0.00252232, 0.00788073, -0.243204, 0.96994) +bones/20/rotation = Quaternion(-0.0917369, 0.0203027, -0.010183, 0.995524) +bones/21/rotation = Quaternion(-0.0625182, -0.00022572, -0.115393, 0.991351) +bones/22/rotation = Quaternion(0.0585786, 0.0216483, -0.269905, 0.96086) +bones/23/rotation = Quaternion(0.00687177, -0.00357275, -0.211953, 0.977249) + +[node name="mesh_Hand_Nails_L" parent="Hand_Nails_L/Armature/Skeleton3D" index="0"] +surface_material_override/0 = ExtResource("6") + +[node name="AnimationPlayer" parent="Hand_Nails_L" instance=ExtResource("2")] + +[node name="AnimationTree" type="AnimationTree" parent="."] +tree_root = SubResource("AnimationNodeBlendTree_v8owg") +anim_player = NodePath("../Hand_Nails_L/AnimationPlayer") +active = true +parameters/Grip/blend_amount = 0.0 +parameters/Trigger/blend_amount = 0.0 + +[editable path="Hand_Nails_L"] diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/left_physics_hand.tscn b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/left_physics_hand.tscn new file mode 100644 index 0000000..2cbb6b7 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/left_physics_hand.tscn @@ -0,0 +1,227 @@ +[gd_scene load_steps=14 format=3 uid="uid://cy03d57iyrci"] + +[ext_resource type="PackedScene" uid="uid://the6y7swe6j0" path="res://addons/godot-xr-tools/hands/animations/left/AnimationPlayer.tscn" id="1"] +[ext_resource type="PackedScene" uid="uid://q1l3fknstir2" path="res://addons/godot-xr-tools/hands/model/Hand_Nails_L.gltf" id="2"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/physics_hand.gd" id="3"] +[ext_resource type="Resource" uid="uid://dertgu7k8alls" path="res://addons/godot-xr-tools/hands/poses/pose_default_left.tres" id="3_fye1l"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/hand_physics_bone.gd" id="4"] +[ext_resource type="Material" uid="uid://dy6nhifvvmm73" path="res://addons/godot-xr-tools/hands/materials/caucasian_hand.tres" id="5"] +[ext_resource type="AnimationNodeBlendTree" uid="uid://dl8yf7ipqotd1" path="res://addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres" id="9"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_5nt68"] +animation = &"Grip" + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_04hby"] +animation = &"Grip" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_dvduk"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Little_Distal_L", "Armature/Skeleton3D:Little_Intermediate_L", "Armature/Skeleton3D:Little_Metacarpal_L", "Armature/Skeleton3D:Little_Proximal_L", "Armature/Skeleton3D:Middle_Distal_L", "Armature/Skeleton3D:Middle_Intermediate_L", "Armature/Skeleton3D:Middle_Metacarpal_L", "Armature/Skeleton3D:Middle_Proximal_L", "Armature/Skeleton3D:Ring_Distal_L", "Armature/Skeleton3D:Ring_Intermediate_L", "Armature/Skeleton3D:Ring_Metacarpal_L", "Armature/Skeleton3D:Ring_Proximal_L", "Armature/Skeleton3D:Thumb_Distal_L", "Armature/Skeleton3D:Thumb_Metacarpal_L", "Armature/Skeleton3D:Thumb_Proximal_L", "Armature/Skeleton:Little_Distal_L", "Armature/Skeleton:Little_Intermediate_L", "Armature/Skeleton:Little_Proximal_L", "Armature/Skeleton:Middle_Distal_L", "Armature/Skeleton:Middle_Intermediate_L", "Armature/Skeleton:Middle_Proximal_L", "Armature/Skeleton:Ring_Distal_L", "Armature/Skeleton:Ring_Intermediate_L", "Armature/Skeleton:Ring_Proximal_L", "Armature/Skeleton:Thumb_Distal_L", "Armature/Skeleton:Thumb_Proximal_L"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_40ncn"] +animation = &"Grip 5" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_fjpy6"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Index_Distal_L", "Armature/Skeleton3D:Index_Intermediate_L", "Armature/Skeleton3D:Index_Metacarpal_L", "Armature/Skeleton3D:Index_Proximal_L", "Armature/Skeleton:Index_Distal_L", "Armature/Skeleton:Index_Intermediate_L", "Armature/Skeleton:Index_Proximal_L"] + +[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_xtig3"] +graph_offset = Vector2(-536, 11) +nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_5nt68") +nodes/ClosedHand1/position = Vector2(-600, 300) +nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_04hby") +nodes/ClosedHand2/position = Vector2(-360, 300) +nodes/Grip/node = SubResource("AnimationNodeBlend2_dvduk") +nodes/Grip/position = Vector2(0, 20) +nodes/OpenHand/node = SubResource("AnimationNodeAnimation_40ncn") +nodes/OpenHand/position = Vector2(-600, 100) +nodes/Trigger/node = SubResource("AnimationNodeBlend2_fjpy6") +nodes/Trigger/position = Vector2(-360, 20) +node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"] + +[node name="LeftPhysicsHand" type="Node3D"] +script = ExtResource("3") +bone_group = "LeftHand" +hand_blend_tree = ExtResource("9") +default_pose = ExtResource("3_fye1l") + +[node name="Hand_Nails_L" parent="." instance=ExtResource("2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.03, -0.05, 0.15) + +[node name="Skeleton3D" parent="Hand_Nails_L/Armature" index="0"] +bones/1/rotation = Quaternion(0.323537, -2.56577e-05, -0.0272204, 0.945824) +bones/2/rotation = Quaternion(-0.0904441, -0.0415175, -0.166293, 0.981042) +bones/3/rotation = Quaternion(-0.0466199, 0.020971, 0.0103276, 0.998639) +bones/5/rotation = Quaternion(-0.00128455, -0.0116081, -0.0168259, 0.99979) +bones/6/rotation = Quaternion(0.102925, -0.00993208, -0.00794417, 0.994608) +bones/7/rotation = Quaternion(-0.012859, -0.0236108, -0.323258, 0.945929) +bones/8/rotation = Quaternion(0.0120575, -0.00929194, -0.247472, 0.968775) +bones/10/rotation = Quaternion(-0.0357539, -0.000400032, 0.00636764, 0.99934) +bones/11/rotation = Quaternion(-0.00264964, -0.00114471, -0.125992, 0.992027) +bones/12/rotation = Quaternion(0.0394225, 0.00193393, -0.228074, 0.972843) +bones/13/rotation = Quaternion(-0.0123395, -0.00881294, -0.280669, 0.959685) +bones/15/rotation = Quaternion(-0.0702656, 0.0101908, -0.0243307, 0.99718) +bones/16/rotation = Quaternion(-0.0320634, -0.00223624, -0.0686366, 0.997124) +bones/17/rotation = Quaternion(0.0253452, 0.00812462, -0.249005, 0.968136) +bones/18/rotation = Quaternion(0.00252232, 0.00788073, -0.243204, 0.96994) +bones/20/rotation = Quaternion(-0.0917369, 0.0203027, -0.010183, 0.995524) +bones/21/rotation = Quaternion(-0.0625182, -0.00022572, -0.115393, 0.991351) +bones/22/rotation = Quaternion(0.0585786, 0.0216483, -0.269905, 0.96086) +bones/23/rotation = Quaternion(0.00687177, -0.00357275, -0.211953, 0.977249) + +[node name="mesh_Hand_Nails_L" parent="Hand_Nails_L/Armature/Skeleton3D" index="0"] +surface_material_override/0 = ExtResource("5") + +[node name="BoneRoot" type="BoneAttachment3D" parent="Hand_Nails_L/Armature/Skeleton3D" index="1"] +transform = Transform3D(1, -1.83077e-05, 1.52659e-08, 1.52668e-08, 0.00166774, 0.999999, -1.83077e-05, -0.999999, 0.00166774, 3.86425e-08, -1.86975e-05, 0.0271756) +bone_name = "Wrist_L" +bone_idx = 0 +script = ExtResource("4") +width_ratio = 0.8 + +[node name="BoneThumbMetacarpal" type="BoneAttachment3D" parent="Hand_Nails_L/Armature/Skeleton3D" index="2"] +transform = Transform3D(0.998519, 0.0514604, -0.0176509, -0.017651, 0.613335, 0.789626, 0.0514604, -0.788145, 0.613335, 0.00999954, 0.0200266, 3.59323e-05) +bone_name = "Thumb_Metacarpal_L" +bone_idx = 1 +script = ExtResource("4") +length = 0.05 + +[node name="BoneThumbProximal" type="BoneAttachment3D" parent="Hand_Nails_L/Armature/Skeleton3D" index="3"] +transform = Transform3D(0.921479, 0.383958, -0.0587628, -0.124052, 0.434264, 0.892203, 0.368087, -0.814856, 0.447796, 0.012311, 0.0475754, -0.0353648) +bone_name = "Thumb_Proximal_L" +bone_idx = 2 +script = ExtResource("4") + +[node name="BoneThumbDistal" type="BoneAttachment3D" parent="Hand_Nails_L/Armature/Skeleton3D" index="4"] +transform = Transform3D(0.930159, 0.366844, 0.0151708, -0.154037, 0.352396, 0.923087, 0.333283, -0.860954, 0.384292, 0.028494, 0.0658787, -0.0697092) +bone_name = "Thumb_Distal_L" +bone_idx = 3 +script = ExtResource("4") +length = 0.02 + +[node name="BoneIndexMetacarpal" type="BoneAttachment3D" parent="Hand_Nails_L/Armature/Skeleton3D" index="5"] +transform = Transform3D(0.999165, 0.0336562, -0.0231681, 0.0231985, -0.00051113, 0.999731, 0.0336353, -0.999433, -0.00129147, -0.0100005, 0.0224317, 3.59286e-05) +bone_name = "Index_Metacarpal_L" +bone_idx = 5 +script = ExtResource("4") +length = 0.08 +width_ratio = 0.2 + +[node name="BoneIndexProximal" type="BoneAttachment3D" parent="Hand_Nails_L/Armature/Skeleton3D" index="6"] +transform = Transform3D(0.997821, 0.0419384, -0.0509326, 0.0413169, 0.204661, 0.97796, 0.0514381, -0.977934, 0.202483, -0.00729559, 0.0223907, -0.0802861) +bone_name = "Index_Proximal_L" +bone_idx = 6 +script = ExtResource("4") + +[node name="BoneIndexMiddle" type="BoneAttachment3D" parent="Hand_Nails_L/Armature/Skeleton3D" index="7"] +transform = Transform3D(0.759851, 0.644453, -0.0854741, -0.040588, 0.178251, 0.983148, 0.648829, -0.743577, 0.161601, -0.00569705, 0.0301916, -0.117561) +bone_name = "Index_Intermediate_L" +bone_idx = 7 +script = ExtResource("4") +length = 0.025 +bone_group = "IndexFinger" + +[node name="BoneIndexDistal" type="BoneAttachment3D" parent="Hand_Nails_L/Armature/Skeleton3D" index="8"] +transform = Transform3D(0.356468, 0.927111, -0.115741, -0.109286, 0.164404, 0.98032, 0.927894, -0.336804, 0.159925, 0.0145038, 0.035779, -0.140869) +bone_name = "Index_Distal_L" +bone_idx = 8 +script = ExtResource("4") +length = 0.02 +bone_group = "IndexFinger" + +[node name="BoneMiddleMetacarpal" type="BoneAttachment3D" parent="Hand_Nails_L/Armature/Skeleton3D" index="9"] +transform = Transform3D(0.999918, -0.0127165, -0.00125617, 0.000365489, -0.0698022, 0.997561, -0.0127732, -0.99748, -0.0697919, -0.0100005, 0.00355416, 3.59286e-05) +bone_name = "Middle_Metacarpal_L" +bone_idx = 10 +script = ExtResource("4") +length = 0.08 +width_ratio = 0.2 + +[node name="BoneMiddleProximal" type="BoneAttachment3D" parent="Hand_Nails_L/Armature/Skeleton3D" index="10"] +transform = Transform3D(0.971345, 0.237654, -0.00293004, 0.0207339, -0.0724503, 0.997156, 0.236766, -0.968644, -0.0753018, -0.0110237, -0.00206236, -0.0802245) +bone_name = "Middle_Proximal_L" +bone_idx = 11 +script = ExtResource("4") + +[node name="BoneMiddleMiddle" type="BoneAttachment3D" parent="Hand_Nails_L/Armature/Skeleton3D" index="11"] +transform = Transform3D(0.764922, 0.643161, -0.0351718, 0.0290327, 0.0201225, 0.999376, 0.643468, -0.765466, -0.00328059, -0.000328456, -0.00532286, -0.123817) +bone_name = "Middle_Intermediate_L" +bone_idx = 12 +script = ExtResource("4") +length = 0.025 + +[node name="BoneMiddleDistal" type="BoneAttachment3D" parent="Hand_Nails_L/Armature/Skeleton3D" index="12"] +transform = Transform3D(0.297115, 0.95453, -0.0243818, 0.0374454, 0.0138673, 0.999202, 0.954107, -0.297791, -0.0316226, 0.0205207, -0.00467056, -0.148631) +bone_name = "Middle_Distal_L" +bone_idx = 13 +script = ExtResource("4") +length = 0.02 + +[node name="BoneRingMetacarpal" type="BoneAttachment3D" parent="Hand_Nails_L/Armature/Skeleton3D" index="13"] +transform = Transform3D(0.998609, 0.047074, 0.0237409, -0.0169882, -0.138981, 0.990149, 0.0499098, -0.989175, -0.137988, -0.0100005, -0.0130734, 3.59304e-05) +bone_name = "Ring_Metacarpal_L" +bone_idx = 15 +script = ExtResource("4") +length = 0.07 +width_ratio = 0.2 + +[node name="BoneRingProximal" type="BoneAttachment3D" parent="Hand_Nails_L/Armature/Skeleton3D" index="14"] +transform = Transform3D(0.982964, 0.181854, 0.0266582, 0.0109494, -0.202722, 0.979175, 0.183471, -0.962202, -0.20126, -0.00651963, -0.0233502, -0.0731075) +bone_name = "Ring_Proximal_L" +bone_idx = 16 +script = ExtResource("4") +length = 0.028 + +[node name="BoneRingMiddle" type="BoneAttachment3D" parent="Hand_Nails_L/Armature/Skeleton3D" index="15"] +transform = Transform3D(0.772579, 0.634603, 0.0200164, 0.0794845, -0.127948, 0.98859, 0.629924, -0.762173, -0.149291, 0.000778393, -0.0314857, -0.111722) +bone_name = "Ring_Intermediate_L" +bone_idx = 17 +script = ExtResource("4") +length = 0.025 + +[node name="BoneRingDistal" type="BoneAttachment3D" parent="Hand_Nails_L/Armature/Skeleton3D" index="16"] +transform = Transform3D(0.381387, 0.924068, 0.025339, 0.114105, -0.0742599, 0.990689, 0.917346, -0.374945, -0.133762, 0.0184188, -0.0350424, -0.132908) +bone_name = "Ring_Distal_L" +bone_idx = 18 +script = ExtResource("4") +length = 0.02 + +[node name="BonePinkyMetacarpal" type="BoneAttachment3D" parent="Hand_Nails_L/Armature/Skeleton3D" index="17"] +transform = Transform3D(0.998969, 0.0165318, 0.0422887, -0.0385953, -0.181426, 0.982647, 0.0239172, -0.983265, -0.180601, -4.58211e-07, -0.0299734, 3.59304e-05) +bone_name = "Little_Metacarpal_L" +bone_idx = 20 +script = ExtResource("4") +length = 0.07 +width_ratio = 0.18 + +[node name="BonePinkyProximal" type="BoneAttachment3D" parent="Hand_Nails_L/Armature/Skeleton3D" index="18"] +transform = Transform3D(0.969212, 0.239304, 0.0579745, 0.0185535, -0.305761, 0.951928, 0.245527, -0.921544, -0.300787, 0.00108587, -0.0418952, -0.0645756) +bone_name = "Little_Proximal_L" +bone_idx = 21 +script = ExtResource("4") +length = 0.02 + +[node name="BonePinkyMiddle" type="BoneAttachment3D" parent="Hand_Nails_L/Armature/Skeleton3D" index="19"] +transform = Transform3D(0.699331, 0.713816, 0.0374602, 0.103947, -0.153407, 0.982681, 0.707199, -0.683325, -0.181481, 0.00901247, -0.0520231, -0.0951004) +bone_name = "Little_Intermediate_L" +bone_idx = 22 +script = ExtResource("4") +length = 0.015 + +[node name="BonePinkyDistal" type="BoneAttachment3D" parent="Hand_Nails_L/Armature/Skeleton3D" index="20"] +transform = Transform3D(0.340891, 0.939844, 0.0220291, 0.162162, -0.081867, 0.983362, 0.926011, -0.331647, -0.180315, 0.0218786, -0.0547881, -0.107417) +bone_name = "Little_Distal_L" +bone_idx = 23 +script = ExtResource("4") +length = 0.015 + +[node name="AnimationPlayer" parent="Hand_Nails_L" instance=ExtResource("1")] + +[node name="AnimationTree" type="AnimationTree" parent="."] +tree_root = SubResource("AnimationNodeBlendTree_xtig3") +anim_player = NodePath("../Hand_Nails_L/AnimationPlayer") +active = true +parameters/Grip/blend_amount = 0.0 +parameters/Trigger/blend_amount = 0.0 + +[editable path="Hand_Nails_L"] diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/left_physics_tac_glove.tscn b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/left_physics_tac_glove.tscn new file mode 100644 index 0000000..3560444 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/left_physics_tac_glove.tscn @@ -0,0 +1,227 @@ +[gd_scene load_steps=14 format=3 uid="uid://ddsj74hpt1kgb"] + +[ext_resource type="PackedScene" uid="uid://bu07alt6vkbaq" path="res://addons/godot-xr-tools/hands/model/Hand_Glove_L.gltf" id="1"] +[ext_resource type="PackedScene" uid="uid://the6y7swe6j0" path="res://addons/godot-xr-tools/hands/animations/left/AnimationPlayer.tscn" id="2"] +[ext_resource type="AnimationNodeBlendTree" uid="uid://dl8yf7ipqotd1" path="res://addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres" id="3"] +[ext_resource type="Resource" uid="uid://dertgu7k8alls" path="res://addons/godot-xr-tools/hands/poses/pose_default_left.tres" id="3_rnhp7"] +[ext_resource type="Material" uid="uid://dogla70w8hvo8" path="res://addons/godot-xr-tools/hands/materials/glove_caucasian_dark_camo.tres" id="4"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/hand_physics_bone.gd" id="5"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/physics_hand.gd" id="6"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_mq2ds"] +animation = &"Grip" + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_yqx3r"] +animation = &"Grip" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_o3ato"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Little_Distal_L", "Armature/Skeleton3D:Little_Intermediate_L", "Armature/Skeleton3D:Little_Metacarpal_L", "Armature/Skeleton3D:Little_Proximal_L", "Armature/Skeleton3D:Middle_Distal_L", "Armature/Skeleton3D:Middle_Intermediate_L", "Armature/Skeleton3D:Middle_Metacarpal_L", "Armature/Skeleton3D:Middle_Proximal_L", "Armature/Skeleton3D:Ring_Distal_L", "Armature/Skeleton3D:Ring_Intermediate_L", "Armature/Skeleton3D:Ring_Metacarpal_L", "Armature/Skeleton3D:Ring_Proximal_L", "Armature/Skeleton3D:Thumb_Distal_L", "Armature/Skeleton3D:Thumb_Metacarpal_L", "Armature/Skeleton3D:Thumb_Proximal_L", "Armature/Skeleton:Little_Distal_L", "Armature/Skeleton:Little_Intermediate_L", "Armature/Skeleton:Little_Proximal_L", "Armature/Skeleton:Middle_Distal_L", "Armature/Skeleton:Middle_Intermediate_L", "Armature/Skeleton:Middle_Proximal_L", "Armature/Skeleton:Ring_Distal_L", "Armature/Skeleton:Ring_Intermediate_L", "Armature/Skeleton:Ring_Proximal_L", "Armature/Skeleton:Thumb_Distal_L", "Armature/Skeleton:Thumb_Proximal_L"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_2ih7n"] +animation = &"Grip 5" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_02eq5"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Index_Distal_L", "Armature/Skeleton3D:Index_Intermediate_L", "Armature/Skeleton3D:Index_Metacarpal_L", "Armature/Skeleton3D:Index_Proximal_L", "Armature/Skeleton:Index_Distal_L", "Armature/Skeleton:Index_Intermediate_L", "Armature/Skeleton:Index_Proximal_L"] + +[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_yo480"] +graph_offset = Vector2(-536, 11) +nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_mq2ds") +nodes/ClosedHand1/position = Vector2(-600, 300) +nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_yqx3r") +nodes/ClosedHand2/position = Vector2(-360, 300) +nodes/Grip/node = SubResource("AnimationNodeBlend2_o3ato") +nodes/Grip/position = Vector2(0, 20) +nodes/OpenHand/node = SubResource("AnimationNodeAnimation_2ih7n") +nodes/OpenHand/position = Vector2(-600, 100) +nodes/Trigger/node = SubResource("AnimationNodeBlend2_02eq5") +nodes/Trigger/position = Vector2(-360, 20) +node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"] + +[node name="LeftPhysicsHand" type="Node3D"] +script = ExtResource("6") +bone_group = "LeftHand" +hand_blend_tree = ExtResource("3") +default_pose = ExtResource("3_rnhp7") + +[node name="Hand_Glove_L" parent="." instance=ExtResource("1")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.03, -0.05, 0.15) + +[node name="Skeleton3D" parent="Hand_Glove_L/Armature" index="0"] +bones/1/rotation = Quaternion(0.323537, -2.56577e-05, -0.0272204, 0.945824) +bones/2/rotation = Quaternion(-0.0904441, -0.0415175, -0.166293, 0.981042) +bones/3/rotation = Quaternion(-0.0466199, 0.020971, 0.0103276, 0.998639) +bones/5/rotation = Quaternion(-0.00128455, -0.0116081, -0.0168259, 0.99979) +bones/6/rotation = Quaternion(0.102925, -0.00993208, -0.00794417, 0.994608) +bones/7/rotation = Quaternion(-0.012859, -0.0236108, -0.323258, 0.945929) +bones/8/rotation = Quaternion(0.0120575, -0.00929194, -0.247472, 0.968775) +bones/10/rotation = Quaternion(-0.0357539, -0.000400032, 0.00636764, 0.99934) +bones/11/rotation = Quaternion(-0.00264964, -0.00114471, -0.125992, 0.992027) +bones/12/rotation = Quaternion(0.0394225, 0.00193393, -0.228074, 0.972843) +bones/13/rotation = Quaternion(-0.0123395, -0.00881294, -0.280669, 0.959685) +bones/15/rotation = Quaternion(-0.0702656, 0.0101908, -0.0243307, 0.99718) +bones/16/rotation = Quaternion(-0.0320634, -0.00223624, -0.0686366, 0.997124) +bones/17/rotation = Quaternion(0.0253452, 0.00812462, -0.249005, 0.968136) +bones/18/rotation = Quaternion(0.00252232, 0.00788073, -0.243204, 0.96994) +bones/20/rotation = Quaternion(-0.0917369, 0.0203027, -0.010183, 0.995524) +bones/21/rotation = Quaternion(-0.0625182, -0.00022572, -0.115393, 0.991351) +bones/22/rotation = Quaternion(0.0585786, 0.0216483, -0.269905, 0.96086) +bones/23/rotation = Quaternion(0.00687177, -0.00357275, -0.211953, 0.977249) + +[node name="mesh_Glove_L" parent="Hand_Glove_L/Armature/Skeleton3D" index="0"] +surface_material_override/0 = ExtResource("4") + +[node name="BoneRoot" type="BoneAttachment3D" parent="Hand_Glove_L/Armature/Skeleton3D" index="1"] +transform = Transform3D(1, -1.83077e-05, 1.52659e-08, 1.52668e-08, 0.00166774, 0.999999, -1.83077e-05, -0.999999, 0.00166774, 3.86425e-08, -1.86975e-05, 0.0271756) +bone_name = "Wrist_L" +bone_idx = 0 +script = ExtResource("5") +width_ratio = 0.8 + +[node name="BoneThumbMetacarpal" type="BoneAttachment3D" parent="Hand_Glove_L/Armature/Skeleton3D" index="2"] +transform = Transform3D(0.998519, 0.0514604, -0.0176509, -0.017651, 0.613335, 0.789626, 0.0514604, -0.788145, 0.613335, 0.00999954, 0.0200266, 3.59323e-05) +bone_name = "Thumb_Metacarpal_L" +bone_idx = 1 +script = ExtResource("5") +length = 0.05 + +[node name="BoneThumbProximal" type="BoneAttachment3D" parent="Hand_Glove_L/Armature/Skeleton3D" index="3"] +transform = Transform3D(0.921479, 0.383958, -0.0587628, -0.124052, 0.434264, 0.892203, 0.368087, -0.814856, 0.447796, 0.012311, 0.0475754, -0.0353648) +bone_name = "Thumb_Proximal_L" +bone_idx = 2 +script = ExtResource("5") + +[node name="BoneThumbDistal" type="BoneAttachment3D" parent="Hand_Glove_L/Armature/Skeleton3D" index="4"] +transform = Transform3D(0.930159, 0.366844, 0.0151708, -0.154037, 0.352396, 0.923087, 0.333283, -0.860954, 0.384292, 0.028494, 0.0658787, -0.0697092) +bone_name = "Thumb_Distal_L" +bone_idx = 3 +script = ExtResource("5") +length = 0.02 + +[node name="BoneIndexMetacarpal" type="BoneAttachment3D" parent="Hand_Glove_L/Armature/Skeleton3D" index="5"] +transform = Transform3D(0.999165, 0.0336562, -0.0231681, 0.0231985, -0.00051113, 0.999731, 0.0336353, -0.999433, -0.00129147, -0.0100005, 0.0224317, 3.59286e-05) +bone_name = "Index_Metacarpal_L" +bone_idx = 5 +script = ExtResource("5") +length = 0.08 +width_ratio = 0.2 + +[node name="BoneIndexProximal" type="BoneAttachment3D" parent="Hand_Glove_L/Armature/Skeleton3D" index="6"] +transform = Transform3D(0.997821, 0.0419384, -0.0509326, 0.0413169, 0.204661, 0.97796, 0.0514381, -0.977934, 0.202483, -0.00729559, 0.0223907, -0.0802861) +bone_name = "Index_Proximal_L" +bone_idx = 6 +script = ExtResource("5") + +[node name="BoneIndexMiddle" type="BoneAttachment3D" parent="Hand_Glove_L/Armature/Skeleton3D" index="7"] +transform = Transform3D(0.759851, 0.644453, -0.0854741, -0.040588, 0.178251, 0.983148, 0.648829, -0.743577, 0.161601, -0.00569705, 0.0301916, -0.117561) +bone_name = "Index_Intermediate_L" +bone_idx = 7 +script = ExtResource("5") +length = 0.025 +bone_group = "IndexFinger" + +[node name="BoneIndexDistal" type="BoneAttachment3D" parent="Hand_Glove_L/Armature/Skeleton3D" index="8"] +transform = Transform3D(0.356468, 0.927111, -0.115741, -0.109286, 0.164404, 0.98032, 0.927894, -0.336804, 0.159925, 0.0145038, 0.035779, -0.140869) +bone_name = "Index_Distal_L" +bone_idx = 8 +script = ExtResource("5") +length = 0.02 +bone_group = "IndexFinger" + +[node name="BoneMiddleMetacarpal" type="BoneAttachment3D" parent="Hand_Glove_L/Armature/Skeleton3D" index="9"] +transform = Transform3D(0.999918, -0.0127165, -0.00125617, 0.000365489, -0.0698022, 0.997561, -0.0127732, -0.99748, -0.0697919, -0.0100005, 0.00355416, 3.59286e-05) +bone_name = "Middle_Metacarpal_L" +bone_idx = 10 +script = ExtResource("5") +length = 0.08 +width_ratio = 0.2 + +[node name="BoneMiddleProximal" type="BoneAttachment3D" parent="Hand_Glove_L/Armature/Skeleton3D" index="10"] +transform = Transform3D(0.971345, 0.237654, -0.00293004, 0.0207339, -0.0724503, 0.997156, 0.236766, -0.968644, -0.0753018, -0.0110237, -0.00206236, -0.0802245) +bone_name = "Middle_Proximal_L" +bone_idx = 11 +script = ExtResource("5") + +[node name="BoneMiddleMiddle" type="BoneAttachment3D" parent="Hand_Glove_L/Armature/Skeleton3D" index="11"] +transform = Transform3D(0.764922, 0.643161, -0.0351718, 0.0290327, 0.0201225, 0.999376, 0.643468, -0.765466, -0.00328059, -0.000328456, -0.00532286, -0.123817) +bone_name = "Middle_Intermediate_L" +bone_idx = 12 +script = ExtResource("5") +length = 0.025 + +[node name="BoneMiddleDistal" type="BoneAttachment3D" parent="Hand_Glove_L/Armature/Skeleton3D" index="12"] +transform = Transform3D(0.297115, 0.95453, -0.0243818, 0.0374454, 0.0138673, 0.999202, 0.954107, -0.297791, -0.0316226, 0.0205207, -0.00467056, -0.148631) +bone_name = "Middle_Distal_L" +bone_idx = 13 +script = ExtResource("5") +length = 0.02 + +[node name="BoneRingMetacarpal" type="BoneAttachment3D" parent="Hand_Glove_L/Armature/Skeleton3D" index="13"] +transform = Transform3D(0.998609, 0.047074, 0.0237409, -0.0169882, -0.138981, 0.990149, 0.0499098, -0.989175, -0.137988, -0.0100005, -0.0130734, 3.59304e-05) +bone_name = "Ring_Metacarpal_L" +bone_idx = 15 +script = ExtResource("5") +length = 0.07 +width_ratio = 0.2 + +[node name="BoneRingProximal" type="BoneAttachment3D" parent="Hand_Glove_L/Armature/Skeleton3D" index="14"] +transform = Transform3D(0.982964, 0.181854, 0.0266582, 0.0109494, -0.202722, 0.979175, 0.183471, -0.962202, -0.20126, -0.00651963, -0.0233502, -0.0731075) +bone_name = "Ring_Proximal_L" +bone_idx = 16 +script = ExtResource("5") +length = 0.028 + +[node name="BoneRingMiddle" type="BoneAttachment3D" parent="Hand_Glove_L/Armature/Skeleton3D" index="15"] +transform = Transform3D(0.772579, 0.634603, 0.0200164, 0.0794845, -0.127948, 0.98859, 0.629924, -0.762173, -0.149291, 0.000778393, -0.0314857, -0.111722) +bone_name = "Ring_Intermediate_L" +bone_idx = 17 +script = ExtResource("5") +length = 0.025 + +[node name="BoneRingDistal" type="BoneAttachment3D" parent="Hand_Glove_L/Armature/Skeleton3D" index="16"] +transform = Transform3D(0.381387, 0.924068, 0.025339, 0.114105, -0.0742599, 0.990689, 0.917346, -0.374945, -0.133762, 0.0184188, -0.0350424, -0.132908) +bone_name = "Ring_Distal_L" +bone_idx = 18 +script = ExtResource("5") +length = 0.02 + +[node name="BonePinkyMetacarpal" type="BoneAttachment3D" parent="Hand_Glove_L/Armature/Skeleton3D" index="17"] +transform = Transform3D(0.998969, 0.0165318, 0.0422887, -0.0385953, -0.181426, 0.982647, 0.0239172, -0.983265, -0.180601, -4.58211e-07, -0.0299734, 3.59304e-05) +bone_name = "Little_Metacarpal_L" +bone_idx = 20 +script = ExtResource("5") +length = 0.07 +width_ratio = 0.18 + +[node name="BonePinkyProximal" type="BoneAttachment3D" parent="Hand_Glove_L/Armature/Skeleton3D" index="18"] +transform = Transform3D(0.969212, 0.239304, 0.0579745, 0.0185535, -0.305761, 0.951928, 0.245527, -0.921544, -0.300787, 0.00108587, -0.0418952, -0.0645756) +bone_name = "Little_Proximal_L" +bone_idx = 21 +script = ExtResource("5") +length = 0.02 + +[node name="BonePinkyMiddle" type="BoneAttachment3D" parent="Hand_Glove_L/Armature/Skeleton3D" index="19"] +transform = Transform3D(0.699331, 0.713816, 0.0374602, 0.103947, -0.153407, 0.982681, 0.707199, -0.683325, -0.181481, 0.00901247, -0.0520231, -0.0951004) +bone_name = "Little_Intermediate_L" +bone_idx = 22 +script = ExtResource("5") +length = 0.015 + +[node name="BonePinkyDistal" type="BoneAttachment3D" parent="Hand_Glove_L/Armature/Skeleton3D" index="20"] +transform = Transform3D(0.340891, 0.939844, 0.0220291, 0.162162, -0.081867, 0.983362, 0.926011, -0.331647, -0.180315, 0.0218786, -0.0547881, -0.107417) +bone_name = "Little_Distal_L" +bone_idx = 23 +script = ExtResource("5") +length = 0.015 + +[node name="AnimationPlayer" parent="Hand_Glove_L" instance=ExtResource("2")] + +[node name="AnimationTree" type="AnimationTree" parent="."] +tree_root = SubResource("AnimationNodeBlendTree_yo480") +anim_player = NodePath("../Hand_Glove_L/AnimationPlayer") +active = true +parameters/Grip/blend_amount = 0 +parameters/Trigger/blend_amount = 0 + +[editable path="Hand_Glove_L"] diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/left_tac_glove.tscn b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/left_tac_glove.tscn new file mode 100644 index 0000000..c40a020 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/left_tac_glove.tscn @@ -0,0 +1,82 @@ +[gd_scene load_steps=13 format=3 uid="uid://hpr0v012ghsb"] + +[ext_resource type="PackedScene" uid="uid://bu07alt6vkbaq" path="res://addons/godot-xr-tools/hands/model/Hand_Glove_L.gltf" id="1"] +[ext_resource type="PackedScene" uid="uid://the6y7swe6j0" path="res://addons/godot-xr-tools/hands/animations/left/AnimationPlayer.tscn" id="2"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/hand.gd" id="3"] +[ext_resource type="Resource" uid="uid://dertgu7k8alls" path="res://addons/godot-xr-tools/hands/poses/pose_default_left.tres" id="3_s33di"] +[ext_resource type="AnimationNodeBlendTree" uid="uid://dl8yf7ipqotd1" path="res://addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres" id="4"] +[ext_resource type="Material" uid="uid://f2uhcqq8s2jx" path="res://addons/godot-xr-tools/hands/materials/glove_caucasian_green_camo.tres" id="5"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_qtjek"] +animation = &"Grip" + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_acswy"] +animation = &"Grip" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_3125k"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Little_Distal_L", "Armature/Skeleton3D:Little_Intermediate_L", "Armature/Skeleton3D:Little_Metacarpal_L", "Armature/Skeleton3D:Little_Proximal_L", "Armature/Skeleton3D:Middle_Distal_L", "Armature/Skeleton3D:Middle_Intermediate_L", "Armature/Skeleton3D:Middle_Metacarpal_L", "Armature/Skeleton3D:Middle_Proximal_L", "Armature/Skeleton3D:Ring_Distal_L", "Armature/Skeleton3D:Ring_Intermediate_L", "Armature/Skeleton3D:Ring_Metacarpal_L", "Armature/Skeleton3D:Ring_Proximal_L", "Armature/Skeleton3D:Thumb_Distal_L", "Armature/Skeleton3D:Thumb_Metacarpal_L", "Armature/Skeleton3D:Thumb_Proximal_L", "Armature/Skeleton:Little_Distal_L", "Armature/Skeleton:Little_Intermediate_L", "Armature/Skeleton:Little_Proximal_L", "Armature/Skeleton:Middle_Distal_L", "Armature/Skeleton:Middle_Intermediate_L", "Armature/Skeleton:Middle_Proximal_L", "Armature/Skeleton:Ring_Distal_L", "Armature/Skeleton:Ring_Intermediate_L", "Armature/Skeleton:Ring_Proximal_L", "Armature/Skeleton:Thumb_Distal_L", "Armature/Skeleton:Thumb_Proximal_L"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_kjpaa"] +animation = &"Grip 5" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_kisbg"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Index_Distal_L", "Armature/Skeleton3D:Index_Intermediate_L", "Armature/Skeleton3D:Index_Metacarpal_L", "Armature/Skeleton3D:Index_Proximal_L", "Armature/Skeleton:Index_Distal_L", "Armature/Skeleton:Index_Intermediate_L", "Armature/Skeleton:Index_Proximal_L"] + +[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_yoy4c"] +graph_offset = Vector2(-536, 11) +nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_qtjek") +nodes/ClosedHand1/position = Vector2(-600, 300) +nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_acswy") +nodes/ClosedHand2/position = Vector2(-360, 300) +nodes/Grip/node = SubResource("AnimationNodeBlend2_3125k") +nodes/Grip/position = Vector2(0, 20) +nodes/OpenHand/node = SubResource("AnimationNodeAnimation_kjpaa") +nodes/OpenHand/position = Vector2(-600, 100) +nodes/Trigger/node = SubResource("AnimationNodeBlend2_kisbg") +nodes/Trigger/position = Vector2(-360, 20) +node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"] + +[node name="LeftHand" type="Node3D"] +script = ExtResource("3") +hand_blend_tree = ExtResource("4") +default_pose = ExtResource("3_s33di") + +[node name="Hand_Glove_L" parent="." instance=ExtResource("1")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.03, -0.05, 0.15) + +[node name="Skeleton3D" parent="Hand_Glove_L/Armature" index="0"] +bones/1/rotation = Quaternion(0.323537, -2.56577e-05, -0.0272204, 0.945824) +bones/2/rotation = Quaternion(-0.0904441, -0.0415175, -0.166293, 0.981042) +bones/3/rotation = Quaternion(-0.0466199, 0.020971, 0.0103276, 0.998639) +bones/5/rotation = Quaternion(-0.00128455, -0.0116081, -0.0168259, 0.99979) +bones/6/rotation = Quaternion(0.102925, -0.00993208, -0.00794417, 0.994608) +bones/7/rotation = Quaternion(-0.012859, -0.0236108, -0.323258, 0.945929) +bones/8/rotation = Quaternion(0.0120575, -0.00929194, -0.247472, 0.968775) +bones/10/rotation = Quaternion(-0.0357539, -0.000400032, 0.00636764, 0.99934) +bones/11/rotation = Quaternion(-0.00264964, -0.00114471, -0.125992, 0.992027) +bones/12/rotation = Quaternion(0.0394225, 0.00193393, -0.228074, 0.972843) +bones/13/rotation = Quaternion(-0.0123395, -0.00881294, -0.280669, 0.959685) +bones/15/rotation = Quaternion(-0.0702656, 0.0101908, -0.0243307, 0.99718) +bones/16/rotation = Quaternion(-0.0320634, -0.00223624, -0.0686366, 0.997124) +bones/17/rotation = Quaternion(0.0253452, 0.00812462, -0.249005, 0.968136) +bones/18/rotation = Quaternion(0.00252232, 0.00788073, -0.243204, 0.96994) +bones/20/rotation = Quaternion(-0.0917369, 0.0203027, -0.010183, 0.995524) +bones/21/rotation = Quaternion(-0.0625182, -0.00022572, -0.115393, 0.991351) +bones/22/rotation = Quaternion(0.0585786, 0.0216483, -0.269905, 0.96086) +bones/23/rotation = Quaternion(0.00687177, -0.00357275, -0.211953, 0.977249) + +[node name="mesh_Glove_L" parent="Hand_Glove_L/Armature/Skeleton3D" index="0"] +surface_material_override/0 = ExtResource("5") + +[node name="AnimationPlayer" parent="Hand_Glove_L" instance=ExtResource("2")] + +[node name="AnimationTree" type="AnimationTree" parent="."] +tree_root = SubResource("AnimationNodeBlendTree_yoy4c") +anim_player = NodePath("../Hand_Glove_L/AnimationPlayer") +active = true +parameters/Grip/blend_amount = 0 +parameters/Trigger/blend_amount = 0 + +[editable path="Hand_Glove_L"] diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/right_fullglove_hand.tscn b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/right_fullglove_hand.tscn new file mode 100644 index 0000000..9b03b4c --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/right_fullglove_hand.tscn @@ -0,0 +1,82 @@ +[gd_scene load_steps=13 format=3 uid="uid://d1tl07geqm5xq"] + +[ext_resource type="PackedScene" uid="uid://ds1t8vc0kxoeo" path="res://addons/godot-xr-tools/hands/model/hand_r.gltf" id="1"] +[ext_resource type="PackedScene" uid="uid://bxipj7hyjwy6f" path="res://addons/godot-xr-tools/hands/animations/right/AnimationPlayer.tscn" id="2"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/hand.gd" id="3"] +[ext_resource type="Resource" uid="uid://dmpjtk0l8vh6v" path="res://addons/godot-xr-tools/hands/poses/pose_default_right.tres" id="3_xmpie"] +[ext_resource type="Material" uid="uid://cdb40djkihelq" path="res://addons/godot-xr-tools/hands/materials/cleaning_glove.tres" id="4"] +[ext_resource type="AnimationNodeBlendTree" uid="uid://m85b1gogdums" path="res://addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres" id="6"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_coci4"] +animation = &"Grip" + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_me2sf"] +animation = &"Grip" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_oarao"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Little_Distal_R", "Armature/Skeleton3D:Little_Intermediate_R", "Armature/Skeleton3D:Little_Metacarpal_R", "Armature/Skeleton3D:Little_Proximal_R", "Armature/Skeleton3D:Middle_Distal_R", "Armature/Skeleton3D:Middle_Intermediate_R", "Armature/Skeleton3D:Middle_Metacarpal_R", "Armature/Skeleton3D:Middle_Proximal_R", "Armature/Skeleton3D:Ring_Distal_R", "Armature/Skeleton3D:Ring_Intermediate_R", "Armature/Skeleton3D:Ring_Metacarpal_R", "Armature/Skeleton3D:Ring_Proximal_R", "Armature/Skeleton3D:Thumb_Distal_R", "Armature/Skeleton3D:Thumb_Metacarpal_R", "Armature/Skeleton3D:Thumb_Proximal_R", "Armature/Skeleton:Little_Distal_R", "Armature/Skeleton:Little_Intermediate_R", "Armature/Skeleton:Little_Proximal_R", "Armature/Skeleton:Middle_Distal_R", "Armature/Skeleton:Middle_Intermediate_R", "Armature/Skeleton:Middle_Proximal_R", "Armature/Skeleton:Ring_Distal_R", "Armature/Skeleton:Ring_Intermediate_R", "Armature/Skeleton:Ring_Proximal_R", "Armature/Skeleton:Thumb_Distal_R", "Armature/Skeleton:Thumb_Proximal_R"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_gm5ny"] +animation = &"Grip 5" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_3o6s4"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Index_Distal_R", "Armature/Skeleton3D:Index_Intermediate_R", "Armature/Skeleton3D:Index_Metacarpal_R", "Armature/Skeleton3D:Index_Proximal_R", "Armature/Skeleton:Index_Distal_R", "Armature/Skeleton:Index_Intermediate_R", "Armature/Skeleton:Index_Proximal_R"] + +[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_jyl6y"] +graph_offset = Vector2(-552.664, 107.301) +nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_coci4") +nodes/ClosedHand1/position = Vector2(-600, 300) +nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_me2sf") +nodes/ClosedHand2/position = Vector2(-360, 300) +nodes/Grip/node = SubResource("AnimationNodeBlend2_oarao") +nodes/Grip/position = Vector2(0, 40) +nodes/OpenHand/node = SubResource("AnimationNodeAnimation_gm5ny") +nodes/OpenHand/position = Vector2(-600, 100) +nodes/Trigger/node = SubResource("AnimationNodeBlend2_3o6s4") +nodes/Trigger/position = Vector2(-360, 40) +node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"] + +[node name="RightHand" type="Node3D"] +script = ExtResource("3") +hand_blend_tree = ExtResource("6") +default_pose = ExtResource("3_xmpie") + +[node name="Hand_R" parent="." instance=ExtResource("1")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.03, -0.05, 0.15) + +[node name="Skeleton3D" parent="Hand_R/Armature" index="0"] +bones/1/rotation = Quaternion(0.323537, 2.56577e-05, 0.0272204, 0.945824) +bones/2/rotation = Quaternion(-0.0904441, 0.0415175, 0.166293, 0.981042) +bones/3/rotation = Quaternion(-0.0466199, -0.020971, -0.0103276, 0.998639) +bones/5/rotation = Quaternion(-0.00128455, 0.0116081, 0.0168259, 0.99979) +bones/6/rotation = Quaternion(0.102925, 0.00993208, 0.00794419, 0.994608) +bones/7/rotation = Quaternion(-0.012859, 0.0236108, 0.323258, 0.945929) +bones/8/rotation = Quaternion(0.0120575, 0.00929193, 0.247472, 0.968775) +bones/10/rotation = Quaternion(-0.0357539, 0.000400032, -0.00636763, 0.99934) +bones/11/rotation = Quaternion(-0.00264964, 0.00114471, 0.125992, 0.992027) +bones/12/rotation = Quaternion(0.0394225, -0.00193393, 0.228074, 0.972843) +bones/13/rotation = Quaternion(-0.0123395, 0.00881294, 0.280669, 0.959685) +bones/15/rotation = Quaternion(-0.0702656, -0.0101908, 0.0243307, 0.99718) +bones/16/rotation = Quaternion(-0.0320634, 0.00223624, 0.0686366, 0.997124) +bones/17/rotation = Quaternion(0.0253452, -0.00812462, 0.249005, 0.968136) +bones/18/rotation = Quaternion(0.00252233, -0.00788073, 0.243204, 0.96994) +bones/20/rotation = Quaternion(-0.0917369, -0.0203027, 0.010183, 0.995524) +bones/21/rotation = Quaternion(-0.0625182, 0.000225721, 0.115393, 0.991351) +bones/22/rotation = Quaternion(0.0585786, -0.0216483, 0.269905, 0.96086) +bones/23/rotation = Quaternion(0.00687177, 0.00357275, 0.211953, 0.977249) + +[node name="mesh_Hand_R" parent="Hand_R/Armature/Skeleton3D" index="0"] +surface_material_override/0 = ExtResource("4") + +[node name="AnimationPlayer" parent="Hand_R" instance=ExtResource("2")] + +[node name="AnimationTree" type="AnimationTree" parent="."] +tree_root = SubResource("AnimationNodeBlendTree_jyl6y") +anim_player = NodePath("../Hand_R/AnimationPlayer") +active = true +parameters/Grip/blend_amount = 0.0 +parameters/Trigger/blend_amount = 0.0 + +[editable path="Hand_R"] diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/right_fullglove_physics_hand.tscn b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/right_fullglove_physics_hand.tscn new file mode 100644 index 0000000..268eb05 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/right_fullglove_physics_hand.tscn @@ -0,0 +1,227 @@ +[gd_scene load_steps=14 format=3 uid="uid://cigx2gnf4tg4d"] + +[ext_resource type="PackedScene" uid="uid://ds1t8vc0kxoeo" path="res://addons/godot-xr-tools/hands/model/hand_r.gltf" id="1"] +[ext_resource type="PackedScene" uid="uid://bxipj7hyjwy6f" path="res://addons/godot-xr-tools/hands/animations/right/AnimationPlayer.tscn" id="2"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/physics_hand.gd" id="3"] +[ext_resource type="Resource" uid="uid://dmpjtk0l8vh6v" path="res://addons/godot-xr-tools/hands/poses/pose_default_right.tres" id="3_23oai"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/hand_physics_bone.gd" id="4"] +[ext_resource type="Material" uid="uid://ds2dpvbpht0ea" path="res://addons/godot-xr-tools/hands/materials/labglove.tres" id="5"] +[ext_resource type="AnimationNodeBlendTree" uid="uid://m85b1gogdums" path="res://addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres" id="7"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_sbg56"] +animation = &"Grip" + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_cmqjo"] +animation = &"Grip" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_giuei"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Little_Distal_R", "Armature/Skeleton3D:Little_Intermediate_R", "Armature/Skeleton3D:Little_Metacarpal_R", "Armature/Skeleton3D:Little_Proximal_R", "Armature/Skeleton3D:Middle_Distal_R", "Armature/Skeleton3D:Middle_Intermediate_R", "Armature/Skeleton3D:Middle_Metacarpal_R", "Armature/Skeleton3D:Middle_Proximal_R", "Armature/Skeleton3D:Ring_Distal_R", "Armature/Skeleton3D:Ring_Intermediate_R", "Armature/Skeleton3D:Ring_Metacarpal_R", "Armature/Skeleton3D:Ring_Proximal_R", "Armature/Skeleton3D:Thumb_Distal_R", "Armature/Skeleton3D:Thumb_Metacarpal_R", "Armature/Skeleton3D:Thumb_Proximal_R", "Armature/Skeleton:Little_Distal_R", "Armature/Skeleton:Little_Intermediate_R", "Armature/Skeleton:Little_Proximal_R", "Armature/Skeleton:Middle_Distal_R", "Armature/Skeleton:Middle_Intermediate_R", "Armature/Skeleton:Middle_Proximal_R", "Armature/Skeleton:Ring_Distal_R", "Armature/Skeleton:Ring_Intermediate_R", "Armature/Skeleton:Ring_Proximal_R", "Armature/Skeleton:Thumb_Distal_R", "Armature/Skeleton:Thumb_Proximal_R"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_4mwbe"] +animation = &"Grip 5" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_x7ees"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Index_Distal_R", "Armature/Skeleton3D:Index_Intermediate_R", "Armature/Skeleton3D:Index_Metacarpal_R", "Armature/Skeleton3D:Index_Proximal_R", "Armature/Skeleton:Index_Distal_R", "Armature/Skeleton:Index_Intermediate_R", "Armature/Skeleton:Index_Proximal_R"] + +[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_s5hy4"] +graph_offset = Vector2(-552.664, 107.301) +nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_sbg56") +nodes/ClosedHand1/position = Vector2(-600, 300) +nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_cmqjo") +nodes/ClosedHand2/position = Vector2(-360, 300) +nodes/Grip/node = SubResource("AnimationNodeBlend2_giuei") +nodes/Grip/position = Vector2(0, 40) +nodes/OpenHand/node = SubResource("AnimationNodeAnimation_4mwbe") +nodes/OpenHand/position = Vector2(-600, 100) +nodes/Trigger/node = SubResource("AnimationNodeBlend2_x7ees") +nodes/Trigger/position = Vector2(-360, 40) +node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"] + +[node name="RightPhysicsHand" type="Node3D"] +script = ExtResource("3") +bone_group = "RightHand" +hand_blend_tree = ExtResource("7") +default_pose = ExtResource("3_23oai") + +[node name="Hand_R" parent="." instance=ExtResource("1")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.03, -0.05, 0.15) + +[node name="Skeleton3D" parent="Hand_R/Armature" index="0"] +bones/1/rotation = Quaternion(0.323537, 2.56577e-05, 0.0272204, 0.945824) +bones/2/rotation = Quaternion(-0.0904441, 0.0415175, 0.166293, 0.981042) +bones/3/rotation = Quaternion(-0.0466199, -0.020971, -0.0103276, 0.998639) +bones/5/rotation = Quaternion(-0.00128455, 0.0116081, 0.0168259, 0.99979) +bones/6/rotation = Quaternion(0.102925, 0.00993208, 0.00794419, 0.994608) +bones/7/rotation = Quaternion(-0.012859, 0.0236108, 0.323258, 0.945929) +bones/8/rotation = Quaternion(0.0120575, 0.00929193, 0.247472, 0.968775) +bones/10/rotation = Quaternion(-0.0357539, 0.000400032, -0.00636763, 0.99934) +bones/11/rotation = Quaternion(-0.00264964, 0.00114471, 0.125992, 0.992027) +bones/12/rotation = Quaternion(0.0394225, -0.00193393, 0.228074, 0.972843) +bones/13/rotation = Quaternion(-0.0123395, 0.00881294, 0.280669, 0.959685) +bones/15/rotation = Quaternion(-0.0702656, -0.0101908, 0.0243307, 0.99718) +bones/16/rotation = Quaternion(-0.0320634, 0.00223624, 0.0686366, 0.997124) +bones/17/rotation = Quaternion(0.0253452, -0.00812462, 0.249005, 0.968136) +bones/18/rotation = Quaternion(0.00252233, -0.00788073, 0.243204, 0.96994) +bones/20/rotation = Quaternion(-0.0917369, -0.0203027, 0.010183, 0.995524) +bones/21/rotation = Quaternion(-0.0625182, 0.000225721, 0.115393, 0.991351) +bones/22/rotation = Quaternion(0.0585786, -0.0216483, 0.269905, 0.96086) +bones/23/rotation = Quaternion(0.00687177, 0.00357275, 0.211953, 0.977249) + +[node name="mesh_Hand_R" parent="Hand_R/Armature/Skeleton3D" index="0"] +surface_material_override/0 = ExtResource("5") + +[node name="BoneRoot" type="BoneAttachment3D" parent="Hand_R/Armature/Skeleton3D" index="1"] +transform = Transform3D(1, 1.83077e-05, -1.52659e-08, -1.52668e-08, 0.00166774, 0.999999, 1.83077e-05, -0.999999, 0.00166774, -3.86425e-08, -1.86975e-05, 0.0271756) +bone_name = "Wrist_R" +bone_idx = 0 +script = ExtResource("4") +width_ratio = 0.8 + +[node name="BoneThumbMetacarpal" type="BoneAttachment3D" parent="Hand_R/Armature/Skeleton3D" index="2"] +transform = Transform3D(0.998519, -0.0514604, 0.0176509, 0.017651, 0.613335, 0.789626, -0.0514604, -0.788145, 0.613335, -0.00999954, 0.0200266, 3.59323e-05) +bone_name = "Thumb_Metacarpal_R" +bone_idx = 1 +script = ExtResource("4") +length = 0.05 + +[node name="BoneThumbProximal" type="BoneAttachment3D" parent="Hand_R/Armature/Skeleton3D" index="3"] +transform = Transform3D(0.921479, -0.383958, 0.0587628, 0.124052, 0.434264, 0.892203, -0.368087, -0.814856, 0.447796, -0.012311, 0.0475754, -0.0353648) +bone_name = "Thumb_Proximal_R" +bone_idx = 2 +script = ExtResource("4") + +[node name="BoneThumbDistal" type="BoneAttachment3D" parent="Hand_R/Armature/Skeleton3D" index="4"] +transform = Transform3D(0.930159, -0.366844, -0.0151708, 0.154037, 0.352396, 0.923087, -0.333283, -0.860954, 0.384292, -0.028494, 0.0658787, -0.0697092) +bone_name = "Thumb_Distal_R" +bone_idx = 3 +script = ExtResource("4") +length = 0.02 + +[node name="BoneIndexMetacarpal" type="BoneAttachment3D" parent="Hand_R/Armature/Skeleton3D" index="5"] +transform = Transform3D(0.999165, -0.0336562, 0.0231681, -0.0231985, -0.00051113, 0.999731, -0.0336353, -0.999433, -0.00129147, 0.0100005, 0.0224317, 3.59286e-05) +bone_name = "Index_Metacarpal_R" +bone_idx = 5 +script = ExtResource("4") +length = 0.08 +width_ratio = 0.2 + +[node name="BoneIndexProximal" type="BoneAttachment3D" parent="Hand_R/Armature/Skeleton3D" index="6"] +transform = Transform3D(0.997821, -0.0419385, 0.0509327, -0.0413169, 0.204661, 0.97796, -0.0514381, -0.977934, 0.202483, 0.00729559, 0.0223907, -0.0802861) +bone_name = "Index_Proximal_R" +bone_idx = 6 +script = ExtResource("4") + +[node name="BoneIndexMiddle" type="BoneAttachment3D" parent="Hand_R/Armature/Skeleton3D" index="7"] +transform = Transform3D(0.759851, -0.644453, 0.0854741, 0.0405881, 0.178251, 0.983148, -0.648829, -0.743577, 0.161601, 0.00569705, 0.0301916, -0.117561) +bone_name = "Index_Intermediate_R" +bone_idx = 7 +script = ExtResource("4") +length = 0.025 +bone_group = "IndexFinger" + +[node name="BoneIndexDistal" type="BoneAttachment3D" parent="Hand_R/Armature/Skeleton3D" index="8"] +transform = Transform3D(0.356467, -0.927111, 0.115741, 0.109286, 0.164404, 0.98032, -0.927894, -0.336803, 0.159925, -0.0145038, 0.035779, -0.140869) +bone_name = "Index_Distal_R" +bone_idx = 8 +script = ExtResource("4") +length = 0.02 +bone_group = "IIndexFinger" + +[node name="BoneMiddleMetacarpal" type="BoneAttachment3D" parent="Hand_R/Armature/Skeleton3D" index="9"] +transform = Transform3D(0.999918, 0.0127165, 0.00125617, -0.000365489, -0.0698022, 0.997561, 0.0127732, -0.99748, -0.0697919, 0.0100005, 0.00355416, 3.59286e-05) +bone_name = "Middle_Metacarpal_R" +bone_idx = 10 +script = ExtResource("4") +length = 0.08 +width_ratio = 0.2 + +[node name="BoneMiddleProximal" type="BoneAttachment3D" parent="Hand_R/Armature/Skeleton3D" index="10"] +transform = Transform3D(0.971345, -0.237654, 0.00293004, -0.0207339, -0.0724503, 0.997156, -0.236766, -0.968644, -0.0753018, 0.0110237, -0.00206236, -0.0802245) +bone_name = "Middle_Proximal_R" +bone_idx = 11 +script = ExtResource("4") + +[node name="BoneMiddleMiddle" type="BoneAttachment3D" parent="Hand_R/Armature/Skeleton3D" index="11"] +transform = Transform3D(0.764922, -0.643162, 0.0351718, -0.0290327, 0.0201225, 0.999376, -0.643468, -0.765466, -0.00328059, 0.00032845, -0.00532286, -0.123817) +bone_name = "Middle_Intermediate_R" +bone_idx = 12 +script = ExtResource("4") +length = 0.025 + +[node name="BoneMiddleDistal" type="BoneAttachment3D" parent="Hand_R/Armature/Skeleton3D" index="12"] +transform = Transform3D(0.297115, -0.95453, 0.0243818, -0.0374454, 0.0138673, 0.999202, -0.954107, -0.297791, -0.0316226, -0.0205207, -0.00467055, -0.148631) +bone_name = "Middle_Distal_R" +bone_idx = 13 +script = ExtResource("4") +length = 0.02 + +[node name="BoneRingMetacarpal" type="BoneAttachment3D" parent="Hand_R/Armature/Skeleton3D" index="13"] +transform = Transform3D(0.998609, -0.047074, -0.0237409, 0.0169882, -0.138981, 0.990149, -0.0499098, -0.989175, -0.137988, 0.0100005, -0.0130734, 3.59304e-05) +bone_name = "Ring_Metacarpal_R" +bone_idx = 15 +script = ExtResource("4") +length = 0.07 +width_ratio = 0.2 + +[node name="BoneRingProximal" type="BoneAttachment3D" parent="Hand_R/Armature/Skeleton3D" index="14"] +transform = Transform3D(0.982964, -0.181854, -0.0266582, -0.0109494, -0.202722, 0.979175, -0.183471, -0.962202, -0.20126, 0.00651963, -0.0233502, -0.0731075) +bone_name = "Ring_Proximal_R" +bone_idx = 16 +script = ExtResource("4") +length = 0.028 + +[node name="BoneRingMiddle" type="BoneAttachment3D" parent="Hand_R/Armature/Skeleton3D" index="15"] +transform = Transform3D(0.772579, -0.634603, -0.0200164, -0.0794844, -0.127948, 0.98859, -0.629924, -0.762173, -0.149291, -0.000778395, -0.0314857, -0.111722) +bone_name = "Ring_Intermediate_R" +bone_idx = 17 +script = ExtResource("4") +length = 0.025 + +[node name="BoneRingDistal" type="BoneAttachment3D" parent="Hand_R/Armature/Skeleton3D" index="16"] +transform = Transform3D(0.381388, -0.924068, -0.025339, -0.114105, -0.0742599, 0.990689, -0.917346, -0.374945, -0.133762, -0.0184188, -0.0350424, -0.132908) +bone_name = "Ring_Distal_R" +bone_idx = 18 +script = ExtResource("4") +length = 0.02 + +[node name="BonePinkyMetacarpal" type="BoneAttachment3D" parent="Hand_R/Armature/Skeleton3D" index="17"] +transform = Transform3D(0.998969, -0.0165318, -0.0422887, 0.0385953, -0.181426, 0.982647, -0.0239172, -0.983265, -0.180601, 4.58211e-07, -0.0299734, 3.59304e-05) +bone_name = "Little_Metacarpal_R" +bone_idx = 20 +script = ExtResource("4") +length = 0.07 +width_ratio = 0.18 + +[node name="BonePinkyProximal" type="BoneAttachment3D" parent="Hand_R/Armature/Skeleton3D" index="18"] +transform = Transform3D(0.969212, -0.239304, -0.0579745, -0.0185535, -0.305761, 0.951928, -0.245527, -0.921544, -0.300787, -0.00108587, -0.0418952, -0.0645756) +bone_name = "Little_Proximal_R" +bone_idx = 21 +script = ExtResource("4") +length = 0.02 + +[node name="BonePinkyMiddle" type="BoneAttachment3D" parent="Hand_R/Armature/Skeleton3D" index="19"] +transform = Transform3D(0.699331, -0.713816, -0.0374602, -0.103947, -0.153407, 0.982681, -0.707199, -0.683325, -0.181481, -0.00901247, -0.0520231, -0.0951004) +bone_name = "Little_Intermediate_R" +bone_idx = 22 +script = ExtResource("4") +length = 0.015 + +[node name="BonePinkyDistal" type="BoneAttachment3D" parent="Hand_R/Armature/Skeleton3D" index="20"] +transform = Transform3D(0.340891, -0.939844, -0.0220291, -0.162162, -0.081867, 0.983362, -0.926011, -0.331647, -0.180315, -0.0218786, -0.0547881, -0.107417) +bone_name = "Little_Distal_R" +bone_idx = 23 +script = ExtResource("4") +length = 0.015 + +[node name="AnimationPlayer" parent="Hand_R" instance=ExtResource("2")] + +[node name="AnimationTree" type="AnimationTree" parent="."] +tree_root = SubResource("AnimationNodeBlendTree_s5hy4") +anim_player = NodePath("../Hand_R/AnimationPlayer") +active = true +parameters/Grip/blend_amount = 0.0 +parameters/Trigger/blend_amount = 0.0 + +[editable path="Hand_R"] diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/right_hand.tscn b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/right_hand.tscn new file mode 100644 index 0000000..a9f5f85 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/right_hand.tscn @@ -0,0 +1,82 @@ +[gd_scene load_steps=13 format=3 uid="uid://raeeicvvindd"] + +[ext_resource type="PackedScene" uid="uid://c6s5nvekg0isa" path="res://addons/godot-xr-tools/hands/model/Hand_Nails_R.gltf" id="1"] +[ext_resource type="PackedScene" uid="uid://bxipj7hyjwy6f" path="res://addons/godot-xr-tools/hands/animations/right/AnimationPlayer.tscn" id="2"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/hand.gd" id="3"] +[ext_resource type="Resource" uid="uid://dmpjtk0l8vh6v" path="res://addons/godot-xr-tools/hands/poses/pose_default_right.tres" id="3_lydk3"] +[ext_resource type="Material" uid="uid://dy6nhifvvmm73" path="res://addons/godot-xr-tools/hands/materials/caucasian_hand.tres" id="4"] +[ext_resource type="AnimationNodeBlendTree" uid="uid://m85b1gogdums" path="res://addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres" id="6"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_vm3m2"] +animation = &"Grip" + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_cim8x"] +animation = &"Grip" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_j022x"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Little_Distal_R", "Armature/Skeleton3D:Little_Intermediate_R", "Armature/Skeleton3D:Little_Metacarpal_R", "Armature/Skeleton3D:Little_Proximal_R", "Armature/Skeleton3D:Middle_Distal_R", "Armature/Skeleton3D:Middle_Intermediate_R", "Armature/Skeleton3D:Middle_Metacarpal_R", "Armature/Skeleton3D:Middle_Proximal_R", "Armature/Skeleton3D:Ring_Distal_R", "Armature/Skeleton3D:Ring_Intermediate_R", "Armature/Skeleton3D:Ring_Metacarpal_R", "Armature/Skeleton3D:Ring_Proximal_R", "Armature/Skeleton3D:Thumb_Distal_R", "Armature/Skeleton3D:Thumb_Metacarpal_R", "Armature/Skeleton3D:Thumb_Proximal_R", "Armature/Skeleton:Little_Distal_R", "Armature/Skeleton:Little_Intermediate_R", "Armature/Skeleton:Little_Proximal_R", "Armature/Skeleton:Middle_Distal_R", "Armature/Skeleton:Middle_Intermediate_R", "Armature/Skeleton:Middle_Proximal_R", "Armature/Skeleton:Ring_Distal_R", "Armature/Skeleton:Ring_Intermediate_R", "Armature/Skeleton:Ring_Proximal_R", "Armature/Skeleton:Thumb_Distal_R", "Armature/Skeleton:Thumb_Proximal_R"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_0hd6d"] +animation = &"Grip 5" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_okkj6"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Index_Distal_R", "Armature/Skeleton3D:Index_Intermediate_R", "Armature/Skeleton3D:Index_Metacarpal_R", "Armature/Skeleton3D:Index_Proximal_R", "Armature/Skeleton:Index_Distal_R", "Armature/Skeleton:Index_Intermediate_R", "Armature/Skeleton:Index_Proximal_R"] + +[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_l2q6m"] +graph_offset = Vector2(-552.664, 107.301) +nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_vm3m2") +nodes/ClosedHand1/position = Vector2(-600, 300) +nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_cim8x") +nodes/ClosedHand2/position = Vector2(-360, 300) +nodes/Grip/node = SubResource("AnimationNodeBlend2_j022x") +nodes/Grip/position = Vector2(0, 40) +nodes/OpenHand/node = SubResource("AnimationNodeAnimation_0hd6d") +nodes/OpenHand/position = Vector2(-600, 100) +nodes/Trigger/node = SubResource("AnimationNodeBlend2_okkj6") +nodes/Trigger/position = Vector2(-360, 40) +node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"] + +[node name="RightHand" type="Node3D"] +script = ExtResource("3") +hand_blend_tree = ExtResource("6") +default_pose = ExtResource("3_lydk3") + +[node name="Hand_Nails_R" parent="." instance=ExtResource("1")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.03, -0.05, 0.15) + +[node name="Skeleton3D" parent="Hand_Nails_R/Armature" index="0"] +bones/1/rotation = Quaternion(0.323537, 2.56577e-05, 0.0272204, 0.945824) +bones/2/rotation = Quaternion(-0.0904441, 0.0415175, 0.166293, 0.981042) +bones/3/rotation = Quaternion(-0.0466199, -0.020971, -0.0103276, 0.998639) +bones/5/rotation = Quaternion(-0.00128455, 0.0116081, 0.0168259, 0.99979) +bones/6/rotation = Quaternion(0.102925, 0.00993208, 0.00794419, 0.994608) +bones/7/rotation = Quaternion(-0.012859, 0.0236108, 0.323258, 0.945929) +bones/8/rotation = Quaternion(0.0120575, 0.00929193, 0.247472, 0.968775) +bones/10/rotation = Quaternion(-0.0357539, 0.000400032, -0.00636763, 0.99934) +bones/11/rotation = Quaternion(-0.00264964, 0.00114471, 0.125992, 0.992027) +bones/12/rotation = Quaternion(0.0394225, -0.00193393, 0.228074, 0.972843) +bones/13/rotation = Quaternion(-0.0123395, 0.00881294, 0.280669, 0.959685) +bones/15/rotation = Quaternion(-0.0702656, -0.0101908, 0.0243307, 0.99718) +bones/16/rotation = Quaternion(-0.0320634, 0.00223624, 0.0686366, 0.997124) +bones/17/rotation = Quaternion(0.0253452, -0.00812462, 0.249005, 0.968136) +bones/18/rotation = Quaternion(0.00252233, -0.00788073, 0.243204, 0.96994) +bones/20/rotation = Quaternion(-0.0917369, -0.0203027, 0.010183, 0.995524) +bones/21/rotation = Quaternion(-0.0625182, 0.000225721, 0.115393, 0.991351) +bones/22/rotation = Quaternion(0.0585786, -0.0216483, 0.269905, 0.96086) +bones/23/rotation = Quaternion(0.00687177, 0.00357275, 0.211953, 0.977249) + +[node name="mesh_Hand_Nails_R" parent="Hand_Nails_R/Armature/Skeleton3D" index="0"] +surface_material_override/0 = ExtResource("4") + +[node name="AnimationPlayer" parent="Hand_Nails_R" instance=ExtResource("2")] + +[node name="AnimationTree" type="AnimationTree" parent="."] +tree_root = SubResource("AnimationNodeBlendTree_l2q6m") +anim_player = NodePath("../Hand_Nails_R/AnimationPlayer") +active = true +parameters/Grip/blend_amount = 0.0 +parameters/Trigger/blend_amount = 0.0 + +[editable path="Hand_Nails_R"] diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/right_physics_hand.tscn b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/right_physics_hand.tscn new file mode 100644 index 0000000..811efc4 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/right_physics_hand.tscn @@ -0,0 +1,227 @@ +[gd_scene load_steps=14 format=3 uid="uid://kcqomcjq52np"] + +[ext_resource type="PackedScene" uid="uid://bxipj7hyjwy6f" path="res://addons/godot-xr-tools/hands/animations/right/AnimationPlayer.tscn" id="1"] +[ext_resource type="PackedScene" uid="uid://c6s5nvekg0isa" path="res://addons/godot-xr-tools/hands/model/Hand_Nails_R.gltf" id="2"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/physics_hand.gd" id="3"] +[ext_resource type="Resource" uid="uid://dmpjtk0l8vh6v" path="res://addons/godot-xr-tools/hands/poses/pose_default_right.tres" id="3_gqplw"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/hand_physics_bone.gd" id="4"] +[ext_resource type="Material" uid="uid://dy6nhifvvmm73" path="res://addons/godot-xr-tools/hands/materials/caucasian_hand.tres" id="5"] +[ext_resource type="AnimationNodeBlendTree" uid="uid://m85b1gogdums" path="res://addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres" id="7"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_y3mf2"] +animation = &"Grip" + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_8ifub"] +animation = &"Grip" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_jh66p"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Little_Distal_R", "Armature/Skeleton3D:Little_Intermediate_R", "Armature/Skeleton3D:Little_Metacarpal_R", "Armature/Skeleton3D:Little_Proximal_R", "Armature/Skeleton3D:Middle_Distal_R", "Armature/Skeleton3D:Middle_Intermediate_R", "Armature/Skeleton3D:Middle_Metacarpal_R", "Armature/Skeleton3D:Middle_Proximal_R", "Armature/Skeleton3D:Ring_Distal_R", "Armature/Skeleton3D:Ring_Intermediate_R", "Armature/Skeleton3D:Ring_Metacarpal_R", "Armature/Skeleton3D:Ring_Proximal_R", "Armature/Skeleton3D:Thumb_Distal_R", "Armature/Skeleton3D:Thumb_Metacarpal_R", "Armature/Skeleton3D:Thumb_Proximal_R", "Armature/Skeleton:Little_Distal_R", "Armature/Skeleton:Little_Intermediate_R", "Armature/Skeleton:Little_Proximal_R", "Armature/Skeleton:Middle_Distal_R", "Armature/Skeleton:Middle_Intermediate_R", "Armature/Skeleton:Middle_Proximal_R", "Armature/Skeleton:Ring_Distal_R", "Armature/Skeleton:Ring_Intermediate_R", "Armature/Skeleton:Ring_Proximal_R", "Armature/Skeleton:Thumb_Distal_R", "Armature/Skeleton:Thumb_Proximal_R"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_4bb4h"] +animation = &"Grip 5" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_b8ks0"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Index_Distal_R", "Armature/Skeleton3D:Index_Intermediate_R", "Armature/Skeleton3D:Index_Metacarpal_R", "Armature/Skeleton3D:Index_Proximal_R", "Armature/Skeleton:Index_Distal_R", "Armature/Skeleton:Index_Intermediate_R", "Armature/Skeleton:Index_Proximal_R"] + +[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_xm2bm"] +graph_offset = Vector2(-552.664, 107.301) +nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_y3mf2") +nodes/ClosedHand1/position = Vector2(-600, 300) +nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_8ifub") +nodes/ClosedHand2/position = Vector2(-360, 300) +nodes/Grip/node = SubResource("AnimationNodeBlend2_jh66p") +nodes/Grip/position = Vector2(0, 40) +nodes/OpenHand/node = SubResource("AnimationNodeAnimation_4bb4h") +nodes/OpenHand/position = Vector2(-600, 100) +nodes/Trigger/node = SubResource("AnimationNodeBlend2_b8ks0") +nodes/Trigger/position = Vector2(-360, 40) +node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"] + +[node name="RightPhysicsHand" type="Node3D"] +script = ExtResource("3") +bone_group = "RightHand" +hand_blend_tree = ExtResource("7") +default_pose = ExtResource("3_gqplw") + +[node name="Hand_Nails_R" parent="." instance=ExtResource("2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.03, -0.05, 0.15) + +[node name="Skeleton3D" parent="Hand_Nails_R/Armature" index="0"] +bones/1/rotation = Quaternion(0.323537, 2.56577e-05, 0.0272204, 0.945824) +bones/2/rotation = Quaternion(-0.0904441, 0.0415175, 0.166293, 0.981042) +bones/3/rotation = Quaternion(-0.0466199, -0.020971, -0.0103276, 0.998639) +bones/5/rotation = Quaternion(-0.00128455, 0.0116081, 0.0168259, 0.99979) +bones/6/rotation = Quaternion(0.102925, 0.00993208, 0.00794419, 0.994608) +bones/7/rotation = Quaternion(-0.012859, 0.0236108, 0.323258, 0.945929) +bones/8/rotation = Quaternion(0.0120575, 0.00929193, 0.247472, 0.968775) +bones/10/rotation = Quaternion(-0.0357539, 0.000400032, -0.00636763, 0.99934) +bones/11/rotation = Quaternion(-0.00264964, 0.00114471, 0.125992, 0.992027) +bones/12/rotation = Quaternion(0.0394225, -0.00193393, 0.228074, 0.972843) +bones/13/rotation = Quaternion(-0.0123395, 0.00881294, 0.280669, 0.959685) +bones/15/rotation = Quaternion(-0.0702656, -0.0101908, 0.0243307, 0.99718) +bones/16/rotation = Quaternion(-0.0320634, 0.00223624, 0.0686366, 0.997124) +bones/17/rotation = Quaternion(0.0253452, -0.00812462, 0.249005, 0.968136) +bones/18/rotation = Quaternion(0.00252233, -0.00788073, 0.243204, 0.96994) +bones/20/rotation = Quaternion(-0.0917369, -0.0203027, 0.010183, 0.995524) +bones/21/rotation = Quaternion(-0.0625182, 0.000225721, 0.115393, 0.991351) +bones/22/rotation = Quaternion(0.0585786, -0.0216483, 0.269905, 0.96086) +bones/23/rotation = Quaternion(0.00687177, 0.00357275, 0.211953, 0.977249) + +[node name="mesh_Hand_Nails_R" parent="Hand_Nails_R/Armature/Skeleton3D" index="0"] +surface_material_override/0 = ExtResource("5") + +[node name="BoneRoot" type="BoneAttachment3D" parent="Hand_Nails_R/Armature/Skeleton3D" index="1"] +transform = Transform3D(1, 1.83077e-05, -1.52659e-08, -1.52668e-08, 0.00166774, 0.999999, 1.83077e-05, -0.999999, 0.00166774, -3.86425e-08, -1.86975e-05, 0.0271756) +bone_name = "Wrist_R" +bone_idx = 0 +script = ExtResource("4") +width_ratio = 0.8 + +[node name="BoneThumbMetacarpal" type="BoneAttachment3D" parent="Hand_Nails_R/Armature/Skeleton3D" index="2"] +transform = Transform3D(0.998519, -0.0514604, 0.0176509, 0.017651, 0.613335, 0.789626, -0.0514604, -0.788145, 0.613335, -0.00999954, 0.0200266, 3.59323e-05) +bone_name = "Thumb_Metacarpal_R" +bone_idx = 1 +script = ExtResource("4") +length = 0.05 + +[node name="BoneThumbProximal" type="BoneAttachment3D" parent="Hand_Nails_R/Armature/Skeleton3D" index="3"] +transform = Transform3D(0.921479, -0.383958, 0.0587628, 0.124052, 0.434264, 0.892203, -0.368087, -0.814856, 0.447796, -0.012311, 0.0475754, -0.0353648) +bone_name = "Thumb_Proximal_R" +bone_idx = 2 +script = ExtResource("4") + +[node name="BoneThumbDistal" type="BoneAttachment3D" parent="Hand_Nails_R/Armature/Skeleton3D" index="4"] +transform = Transform3D(0.930159, -0.366844, -0.0151708, 0.154037, 0.352396, 0.923087, -0.333283, -0.860954, 0.384292, -0.028494, 0.0658787, -0.0697092) +bone_name = "Thumb_Distal_R" +bone_idx = 3 +script = ExtResource("4") +length = 0.02 + +[node name="BoneIndexMetacarpal" type="BoneAttachment3D" parent="Hand_Nails_R/Armature/Skeleton3D" index="5"] +transform = Transform3D(0.999165, -0.0336562, 0.0231681, -0.0231985, -0.00051113, 0.999731, -0.0336353, -0.999433, -0.00129147, 0.0100005, 0.0224317, 3.59286e-05) +bone_name = "Index_Metacarpal_R" +bone_idx = 5 +script = ExtResource("4") +length = 0.08 +width_ratio = 0.2 + +[node name="BoneIndexProximal" type="BoneAttachment3D" parent="Hand_Nails_R/Armature/Skeleton3D" index="6"] +transform = Transform3D(0.997821, -0.0419385, 0.0509327, -0.0413169, 0.204661, 0.97796, -0.0514381, -0.977934, 0.202483, 0.00729559, 0.0223907, -0.0802861) +bone_name = "Index_Proximal_R" +bone_idx = 6 +script = ExtResource("4") + +[node name="BoneIndexMiddle" type="BoneAttachment3D" parent="Hand_Nails_R/Armature/Skeleton3D" index="7"] +transform = Transform3D(0.759851, -0.644453, 0.0854741, 0.0405881, 0.178251, 0.983148, -0.648829, -0.743577, 0.161601, 0.00569705, 0.0301916, -0.117561) +bone_name = "Index_Intermediate_R" +bone_idx = 7 +script = ExtResource("4") +length = 0.025 +bone_group = "IndexFinger" + +[node name="BoneIndexDistal" type="BoneAttachment3D" parent="Hand_Nails_R/Armature/Skeleton3D" index="8"] +transform = Transform3D(0.356467, -0.927111, 0.115741, 0.109286, 0.164404, 0.98032, -0.927894, -0.336803, 0.159925, -0.0145038, 0.035779, -0.140869) +bone_name = "Index_Distal_R" +bone_idx = 8 +script = ExtResource("4") +length = 0.02 +bone_group = "IndexFinger" + +[node name="BoneMiddleMetacarpal" type="BoneAttachment3D" parent="Hand_Nails_R/Armature/Skeleton3D" index="9"] +transform = Transform3D(0.999918, 0.0127165, 0.00125617, -0.000365489, -0.0698022, 0.997561, 0.0127732, -0.99748, -0.0697919, 0.0100005, 0.00355416, 3.59286e-05) +bone_name = "Middle_Metacarpal_R" +bone_idx = 10 +script = ExtResource("4") +length = 0.08 +width_ratio = 0.2 + +[node name="BoneMiddleProximal" type="BoneAttachment3D" parent="Hand_Nails_R/Armature/Skeleton3D" index="10"] +transform = Transform3D(0.971345, -0.237654, 0.00293004, -0.0207339, -0.0724503, 0.997156, -0.236766, -0.968644, -0.0753018, 0.0110237, -0.00206236, -0.0802245) +bone_name = "Middle_Proximal_R" +bone_idx = 11 +script = ExtResource("4") + +[node name="BoneMiddleMiddle" type="BoneAttachment3D" parent="Hand_Nails_R/Armature/Skeleton3D" index="11"] +transform = Transform3D(0.764922, -0.643162, 0.0351718, -0.0290327, 0.0201225, 0.999376, -0.643468, -0.765466, -0.00328059, 0.00032845, -0.00532286, -0.123817) +bone_name = "Middle_Intermediate_R" +bone_idx = 12 +script = ExtResource("4") +length = 0.025 + +[node name="BoneMiddleDistal" type="BoneAttachment3D" parent="Hand_Nails_R/Armature/Skeleton3D" index="12"] +transform = Transform3D(0.297115, -0.95453, 0.0243818, -0.0374454, 0.0138673, 0.999202, -0.954107, -0.297791, -0.0316226, -0.0205207, -0.00467055, -0.148631) +bone_name = "Middle_Distal_R" +bone_idx = 13 +script = ExtResource("4") +length = 0.02 + +[node name="BoneRingMetacarpal" type="BoneAttachment3D" parent="Hand_Nails_R/Armature/Skeleton3D" index="13"] +transform = Transform3D(0.998609, -0.047074, -0.0237409, 0.0169882, -0.138981, 0.990149, -0.0499098, -0.989175, -0.137988, 0.0100005, -0.0130734, 3.59304e-05) +bone_name = "Ring_Metacarpal_R" +bone_idx = 15 +script = ExtResource("4") +length = 0.07 +width_ratio = 0.2 + +[node name="BoneRingProximal" type="BoneAttachment3D" parent="Hand_Nails_R/Armature/Skeleton3D" index="14"] +transform = Transform3D(0.982964, -0.181854, -0.0266582, -0.0109494, -0.202722, 0.979175, -0.183471, -0.962202, -0.20126, 0.00651963, -0.0233502, -0.0731075) +bone_name = "Ring_Proximal_R" +bone_idx = 16 +script = ExtResource("4") +length = 0.028 + +[node name="BoneRingMiddle" type="BoneAttachment3D" parent="Hand_Nails_R/Armature/Skeleton3D" index="15"] +transform = Transform3D(0.772579, -0.634603, -0.0200164, -0.0794844, -0.127948, 0.98859, -0.629924, -0.762173, -0.149291, -0.000778395, -0.0314857, -0.111722) +bone_name = "Ring_Intermediate_R" +bone_idx = 17 +script = ExtResource("4") +length = 0.025 + +[node name="BoneRingDistal" type="BoneAttachment3D" parent="Hand_Nails_R/Armature/Skeleton3D" index="16"] +transform = Transform3D(0.381388, -0.924068, -0.025339, -0.114105, -0.0742599, 0.990689, -0.917346, -0.374945, -0.133762, -0.0184188, -0.0350424, -0.132908) +bone_name = "Ring_Distal_R" +bone_idx = 18 +script = ExtResource("4") +length = 0.02 + +[node name="BonePinkyMetacarpal" type="BoneAttachment3D" parent="Hand_Nails_R/Armature/Skeleton3D" index="17"] +transform = Transform3D(0.998969, -0.0165318, -0.0422887, 0.0385953, -0.181426, 0.982647, -0.0239172, -0.983265, -0.180601, 4.58211e-07, -0.0299734, 3.59304e-05) +bone_name = "Little_Metacarpal_R" +bone_idx = 20 +script = ExtResource("4") +length = 0.07 +width_ratio = 0.18 + +[node name="BonePinkyProximal" type="BoneAttachment3D" parent="Hand_Nails_R/Armature/Skeleton3D" index="18"] +transform = Transform3D(0.969212, -0.239304, -0.0579745, -0.0185535, -0.305761, 0.951928, -0.245527, -0.921544, -0.300787, -0.00108587, -0.0418952, -0.0645756) +bone_name = "Little_Proximal_R" +bone_idx = 21 +script = ExtResource("4") +length = 0.02 + +[node name="BonePinkyMiddle" type="BoneAttachment3D" parent="Hand_Nails_R/Armature/Skeleton3D" index="19"] +transform = Transform3D(0.699331, -0.713816, -0.0374602, -0.103947, -0.153407, 0.982681, -0.707199, -0.683325, -0.181481, -0.00901247, -0.0520231, -0.0951004) +bone_name = "Little_Intermediate_R" +bone_idx = 22 +script = ExtResource("4") +length = 0.015 + +[node name="BonePinkyDistal" type="BoneAttachment3D" parent="Hand_Nails_R/Armature/Skeleton3D" index="20"] +transform = Transform3D(0.340891, -0.939844, -0.0220291, -0.162162, -0.081867, 0.983362, -0.926011, -0.331647, -0.180315, -0.0218786, -0.0547881, -0.107417) +bone_name = "Little_Distal_R" +bone_idx = 23 +script = ExtResource("4") +length = 0.015 + +[node name="AnimationPlayer" parent="Hand_Nails_R" instance=ExtResource("1")] + +[node name="AnimationTree" type="AnimationTree" parent="."] +tree_root = SubResource("AnimationNodeBlendTree_xm2bm") +anim_player = NodePath("../Hand_Nails_R/AnimationPlayer") +active = true +parameters/Grip/blend_amount = 0.0 +parameters/Trigger/blend_amount = 0.0 + +[editable path="Hand_Nails_R"] diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/right_physics_tac_glove.tscn b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/right_physics_tac_glove.tscn new file mode 100644 index 0000000..6a9c789 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/right_physics_tac_glove.tscn @@ -0,0 +1,227 @@ +[gd_scene load_steps=14 format=3 uid="uid://b6xesntm4qeo5"] + +[ext_resource type="PackedScene" uid="uid://bxipj7hyjwy6f" path="res://addons/godot-xr-tools/hands/animations/right/AnimationPlayer.tscn" id="1"] +[ext_resource type="PackedScene" uid="uid://w7th3d2hl7b5" path="res://addons/godot-xr-tools/hands/model/Hand_Glove_R.gltf" id="2"] +[ext_resource type="AnimationNodeBlendTree" uid="uid://m85b1gogdums" path="res://addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres" id="3"] +[ext_resource type="Resource" uid="uid://dmpjtk0l8vh6v" path="res://addons/godot-xr-tools/hands/poses/pose_default_right.tres" id="3_h0fv3"] +[ext_resource type="Material" uid="uid://dogla70w8hvo8" path="res://addons/godot-xr-tools/hands/materials/glove_caucasian_dark_camo.tres" id="4"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/hand_physics_bone.gd" id="5"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/physics_hand.gd" id="6"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_eynss"] +animation = &"Grip" + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_udhgr"] +animation = &"Grip" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_s7eng"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Little_Distal_R", "Armature/Skeleton3D:Little_Intermediate_R", "Armature/Skeleton3D:Little_Metacarpal_R", "Armature/Skeleton3D:Little_Proximal_R", "Armature/Skeleton3D:Middle_Distal_R", "Armature/Skeleton3D:Middle_Intermediate_R", "Armature/Skeleton3D:Middle_Metacarpal_R", "Armature/Skeleton3D:Middle_Proximal_R", "Armature/Skeleton3D:Ring_Distal_R", "Armature/Skeleton3D:Ring_Intermediate_R", "Armature/Skeleton3D:Ring_Metacarpal_R", "Armature/Skeleton3D:Ring_Proximal_R", "Armature/Skeleton3D:Thumb_Distal_R", "Armature/Skeleton3D:Thumb_Metacarpal_R", "Armature/Skeleton3D:Thumb_Proximal_R", "Armature/Skeleton:Little_Distal_R", "Armature/Skeleton:Little_Intermediate_R", "Armature/Skeleton:Little_Proximal_R", "Armature/Skeleton:Middle_Distal_R", "Armature/Skeleton:Middle_Intermediate_R", "Armature/Skeleton:Middle_Proximal_R", "Armature/Skeleton:Ring_Distal_R", "Armature/Skeleton:Ring_Intermediate_R", "Armature/Skeleton:Ring_Proximal_R", "Armature/Skeleton:Thumb_Distal_R", "Armature/Skeleton:Thumb_Proximal_R"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_dc0m1"] +animation = &"Grip 5" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_guoth"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Index_Distal_R", "Armature/Skeleton3D:Index_Intermediate_R", "Armature/Skeleton3D:Index_Metacarpal_R", "Armature/Skeleton3D:Index_Proximal_R", "Armature/Skeleton:Index_Distal_R", "Armature/Skeleton:Index_Intermediate_R", "Armature/Skeleton:Index_Proximal_R"] + +[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_08oti"] +graph_offset = Vector2(-552.664, 107.301) +nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_eynss") +nodes/ClosedHand1/position = Vector2(-600, 300) +nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_udhgr") +nodes/ClosedHand2/position = Vector2(-360, 300) +nodes/Grip/node = SubResource("AnimationNodeBlend2_s7eng") +nodes/Grip/position = Vector2(0, 40) +nodes/OpenHand/node = SubResource("AnimationNodeAnimation_dc0m1") +nodes/OpenHand/position = Vector2(-600, 100) +nodes/Trigger/node = SubResource("AnimationNodeBlend2_guoth") +nodes/Trigger/position = Vector2(-360, 40) +node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"] + +[node name="RightPhysicsHand" type="Node3D"] +script = ExtResource("6") +bone_group = "RightHand" +hand_blend_tree = ExtResource("3") +default_pose = ExtResource("3_h0fv3") + +[node name="Hand_Glove_R" parent="." instance=ExtResource("2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.03, -0.05, 0.15) + +[node name="Skeleton3D" parent="Hand_Glove_R/Armature" index="0"] +bones/1/rotation = Quaternion(0.323537, 2.56577e-05, 0.0272204, 0.945824) +bones/2/rotation = Quaternion(-0.0904441, 0.0415175, 0.166293, 0.981042) +bones/3/rotation = Quaternion(-0.0466199, -0.020971, -0.0103276, 0.998639) +bones/5/rotation = Quaternion(-0.00128455, 0.0116081, 0.0168259, 0.99979) +bones/6/rotation = Quaternion(0.102925, 0.00993208, 0.00794419, 0.994608) +bones/7/rotation = Quaternion(-0.012859, 0.0236108, 0.323258, 0.945929) +bones/8/rotation = Quaternion(0.0120575, 0.00929193, 0.247472, 0.968775) +bones/10/rotation = Quaternion(-0.0357539, 0.000400032, -0.00636763, 0.99934) +bones/11/rotation = Quaternion(-0.00264964, 0.00114471, 0.125992, 0.992027) +bones/12/rotation = Quaternion(0.0394225, -0.00193393, 0.228074, 0.972843) +bones/13/rotation = Quaternion(-0.0123395, 0.00881294, 0.280669, 0.959685) +bones/15/rotation = Quaternion(-0.0702656, -0.0101908, 0.0243307, 0.99718) +bones/16/rotation = Quaternion(-0.0320634, 0.00223624, 0.0686366, 0.997124) +bones/17/rotation = Quaternion(0.0253452, -0.00812462, 0.249005, 0.968136) +bones/18/rotation = Quaternion(0.00252233, -0.00788073, 0.243204, 0.96994) +bones/20/rotation = Quaternion(-0.0917369, -0.0203027, 0.010183, 0.995524) +bones/21/rotation = Quaternion(-0.0625182, 0.000225721, 0.115393, 0.991351) +bones/22/rotation = Quaternion(0.0585786, -0.0216483, 0.269905, 0.96086) +bones/23/rotation = Quaternion(0.00687177, 0.00357275, 0.211953, 0.977249) + +[node name="mesh_Glove_R" parent="Hand_Glove_R/Armature/Skeleton3D" index="0"] +surface_material_override/0 = ExtResource("4") + +[node name="BoneRoot" type="BoneAttachment3D" parent="Hand_Glove_R/Armature/Skeleton3D" index="1"] +transform = Transform3D(1, 1.83077e-05, -1.52659e-08, -1.52668e-08, 0.00166774, 0.999999, 1.83077e-05, -0.999999, 0.00166774, -3.86425e-08, -1.86975e-05, 0.0271756) +bone_name = "Wrist_R" +bone_idx = 0 +script = ExtResource("5") +width_ratio = 0.8 + +[node name="BoneThumbMetacarpal" type="BoneAttachment3D" parent="Hand_Glove_R/Armature/Skeleton3D" index="2"] +transform = Transform3D(0.998519, -0.0514604, 0.0176509, 0.017651, 0.613335, 0.789626, -0.0514604, -0.788145, 0.613335, -0.00999954, 0.0200266, 3.59323e-05) +bone_name = "Thumb_Metacarpal_R" +bone_idx = 1 +script = ExtResource("5") +length = 0.05 + +[node name="BoneThumbProximal" type="BoneAttachment3D" parent="Hand_Glove_R/Armature/Skeleton3D" index="3"] +transform = Transform3D(0.921479, -0.383958, 0.0587628, 0.124052, 0.434264, 0.892203, -0.368087, -0.814856, 0.447796, -0.012311, 0.0475754, -0.0353648) +bone_name = "Thumb_Proximal_R" +bone_idx = 2 +script = ExtResource("5") + +[node name="BoneThumbDistal" type="BoneAttachment3D" parent="Hand_Glove_R/Armature/Skeleton3D" index="4"] +transform = Transform3D(0.930159, -0.366844, -0.0151708, 0.154037, 0.352396, 0.923087, -0.333283, -0.860954, 0.384292, -0.028494, 0.0658787, -0.0697092) +bone_name = "Thumb_Distal_R" +bone_idx = 3 +script = ExtResource("5") +length = 0.02 + +[node name="BoneIndexMetacarpal" type="BoneAttachment3D" parent="Hand_Glove_R/Armature/Skeleton3D" index="5"] +transform = Transform3D(0.999165, -0.0336562, 0.0231681, -0.0231985, -0.00051113, 0.999731, -0.0336353, -0.999433, -0.00129147, 0.0100005, 0.0224317, 3.59286e-05) +bone_name = "Index_Metacarpal_R" +bone_idx = 5 +script = ExtResource("5") +length = 0.08 +width_ratio = 0.2 + +[node name="BoneIndexProximal" type="BoneAttachment3D" parent="Hand_Glove_R/Armature/Skeleton3D" index="6"] +transform = Transform3D(0.997821, -0.0419385, 0.0509327, -0.0413169, 0.204661, 0.97796, -0.0514381, -0.977934, 0.202483, 0.00729559, 0.0223907, -0.0802861) +bone_name = "Index_Proximal_R" +bone_idx = 6 +script = ExtResource("5") + +[node name="BoneIndexMiddle" type="BoneAttachment3D" parent="Hand_Glove_R/Armature/Skeleton3D" index="7"] +transform = Transform3D(0.759851, -0.644453, 0.0854741, 0.0405881, 0.178251, 0.983148, -0.648829, -0.743577, 0.161601, 0.00569705, 0.0301916, -0.117561) +bone_name = "Index_Intermediate_R" +bone_idx = 7 +script = ExtResource("5") +length = 0.025 +bone_group = "IndexFinger" + +[node name="BoneIndexDistal" type="BoneAttachment3D" parent="Hand_Glove_R/Armature/Skeleton3D" index="8"] +transform = Transform3D(0.356467, -0.927111, 0.115741, 0.109286, 0.164404, 0.98032, -0.927894, -0.336803, 0.159925, -0.0145038, 0.035779, -0.140869) +bone_name = "Index_Distal_R" +bone_idx = 8 +script = ExtResource("5") +length = 0.02 +bone_group = "IndexFinger" + +[node name="BoneMiddleMetacarpal" type="BoneAttachment3D" parent="Hand_Glove_R/Armature/Skeleton3D" index="9"] +transform = Transform3D(0.999918, 0.0127165, 0.00125617, -0.000365489, -0.0698022, 0.997561, 0.0127732, -0.99748, -0.0697919, 0.0100005, 0.00355416, 3.59286e-05) +bone_name = "Middle_Metacarpal_R" +bone_idx = 10 +script = ExtResource("5") +length = 0.08 +width_ratio = 0.2 + +[node name="BoneMiddleProximal" type="BoneAttachment3D" parent="Hand_Glove_R/Armature/Skeleton3D" index="10"] +transform = Transform3D(0.971345, -0.237654, 0.00293004, -0.0207339, -0.0724503, 0.997156, -0.236766, -0.968644, -0.0753018, 0.0110237, -0.00206236, -0.0802245) +bone_name = "Middle_Proximal_R" +bone_idx = 11 +script = ExtResource("5") + +[node name="BoneMiddleMiddle" type="BoneAttachment3D" parent="Hand_Glove_R/Armature/Skeleton3D" index="11"] +transform = Transform3D(0.764922, -0.643162, 0.0351718, -0.0290327, 0.0201225, 0.999376, -0.643468, -0.765466, -0.00328059, 0.00032845, -0.00532286, -0.123817) +bone_name = "Middle_Intermediate_R" +bone_idx = 12 +script = ExtResource("5") +length = 0.025 + +[node name="BoneMiddleDistal" type="BoneAttachment3D" parent="Hand_Glove_R/Armature/Skeleton3D" index="12"] +transform = Transform3D(0.297115, -0.95453, 0.0243818, -0.0374454, 0.0138673, 0.999202, -0.954107, -0.297791, -0.0316226, -0.0205207, -0.00467055, -0.148631) +bone_name = "Middle_Distal_R" +bone_idx = 13 +script = ExtResource("5") +length = 0.02 + +[node name="BoneRingMetacarpal" type="BoneAttachment3D" parent="Hand_Glove_R/Armature/Skeleton3D" index="13"] +transform = Transform3D(0.998609, -0.047074, -0.0237409, 0.0169882, -0.138981, 0.990149, -0.0499098, -0.989175, -0.137988, 0.0100005, -0.0130734, 3.59304e-05) +bone_name = "Ring_Metacarpal_R" +bone_idx = 15 +script = ExtResource("5") +length = 0.07 +width_ratio = 0.2 + +[node name="BoneRingProximal" type="BoneAttachment3D" parent="Hand_Glove_R/Armature/Skeleton3D" index="14"] +transform = Transform3D(0.982964, -0.181854, -0.0266582, -0.0109494, -0.202722, 0.979175, -0.183471, -0.962202, -0.20126, 0.00651963, -0.0233502, -0.0731075) +bone_name = "Ring_Proximal_R" +bone_idx = 16 +script = ExtResource("5") +length = 0.028 + +[node name="BoneRingMiddle" type="BoneAttachment3D" parent="Hand_Glove_R/Armature/Skeleton3D" index="15"] +transform = Transform3D(0.772579, -0.634603, -0.0200164, -0.0794844, -0.127948, 0.98859, -0.629924, -0.762173, -0.149291, -0.000778395, -0.0314857, -0.111722) +bone_name = "Ring_Intermediate_R" +bone_idx = 17 +script = ExtResource("5") +length = 0.025 + +[node name="BoneRingDistal" type="BoneAttachment3D" parent="Hand_Glove_R/Armature/Skeleton3D" index="16"] +transform = Transform3D(0.381388, -0.924068, -0.025339, -0.114105, -0.0742599, 0.990689, -0.917346, -0.374945, -0.133762, -0.0184188, -0.0350424, -0.132908) +bone_name = "Ring_Distal_R" +bone_idx = 18 +script = ExtResource("5") +length = 0.02 + +[node name="BonePinkyMetacarpal" type="BoneAttachment3D" parent="Hand_Glove_R/Armature/Skeleton3D" index="17"] +transform = Transform3D(0.998969, -0.0165318, -0.0422887, 0.0385953, -0.181426, 0.982647, -0.0239172, -0.983265, -0.180601, 4.58211e-07, -0.0299734, 3.59304e-05) +bone_name = "Little_Metacarpal_R" +bone_idx = 20 +script = ExtResource("5") +length = 0.07 +width_ratio = 0.18 + +[node name="BonePinkyProximal" type="BoneAttachment3D" parent="Hand_Glove_R/Armature/Skeleton3D" index="18"] +transform = Transform3D(0.969212, -0.239304, -0.0579745, -0.0185535, -0.305761, 0.951928, -0.245527, -0.921544, -0.300787, -0.00108587, -0.0418952, -0.0645756) +bone_name = "Little_Proximal_R" +bone_idx = 21 +script = ExtResource("5") +length = 0.02 + +[node name="BonePinkyMiddle" type="BoneAttachment3D" parent="Hand_Glove_R/Armature/Skeleton3D" index="19"] +transform = Transform3D(0.699331, -0.713816, -0.0374602, -0.103947, -0.153407, 0.982681, -0.707199, -0.683325, -0.181481, -0.00901247, -0.0520231, -0.0951004) +bone_name = "Little_Intermediate_R" +bone_idx = 22 +script = ExtResource("5") +length = 0.015 + +[node name="BonePinkyDistal" type="BoneAttachment3D" parent="Hand_Glove_R/Armature/Skeleton3D" index="20"] +transform = Transform3D(0.340891, -0.939844, -0.0220291, -0.162162, -0.081867, 0.983362, -0.926011, -0.331647, -0.180315, -0.0218786, -0.0547881, -0.107417) +bone_name = "Little_Distal_R" +bone_idx = 23 +script = ExtResource("5") +length = 0.015 + +[node name="AnimationPlayer" parent="Hand_Glove_R" instance=ExtResource("1")] + +[node name="AnimationTree" type="AnimationTree" parent="."] +tree_root = SubResource("AnimationNodeBlendTree_08oti") +anim_player = NodePath("../Hand_Glove_R/AnimationPlayer") +active = true +parameters/Grip/blend_amount = 0 +parameters/Trigger/blend_amount = 0 + +[editable path="Hand_Glove_R"] diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/right_tac_glove.tscn b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/right_tac_glove.tscn new file mode 100644 index 0000000..6e3b7c7 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/highpoly/right_tac_glove.tscn @@ -0,0 +1,82 @@ +[gd_scene load_steps=13 format=3 uid="uid://dup2vp8v5rpi5"] + +[ext_resource type="PackedScene" uid="uid://bxipj7hyjwy6f" path="res://addons/godot-xr-tools/hands/animations/right/AnimationPlayer.tscn" id="1"] +[ext_resource type="PackedScene" uid="uid://w7th3d2hl7b5" path="res://addons/godot-xr-tools/hands/model/Hand_Glove_R.gltf" id="2"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/hand.gd" id="3"] +[ext_resource type="Resource" uid="uid://dmpjtk0l8vh6v" path="res://addons/godot-xr-tools/hands/poses/pose_default_right.tres" id="3_3ih8a"] +[ext_resource type="AnimationNodeBlendTree" uid="uid://m85b1gogdums" path="res://addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres" id="4"] +[ext_resource type="Material" uid="uid://f2uhcqq8s2jx" path="res://addons/godot-xr-tools/hands/materials/glove_caucasian_green_camo.tres" id="5"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_r46i5"] +animation = &"Grip" + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_v5idg"] +animation = &"Grip" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_cqi1y"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Little_Distal_R", "Armature/Skeleton3D:Little_Intermediate_R", "Armature/Skeleton3D:Little_Metacarpal_R", "Armature/Skeleton3D:Little_Proximal_R", "Armature/Skeleton3D:Middle_Distal_R", "Armature/Skeleton3D:Middle_Intermediate_R", "Armature/Skeleton3D:Middle_Metacarpal_R", "Armature/Skeleton3D:Middle_Proximal_R", "Armature/Skeleton3D:Ring_Distal_R", "Armature/Skeleton3D:Ring_Intermediate_R", "Armature/Skeleton3D:Ring_Metacarpal_R", "Armature/Skeleton3D:Ring_Proximal_R", "Armature/Skeleton3D:Thumb_Distal_R", "Armature/Skeleton3D:Thumb_Metacarpal_R", "Armature/Skeleton3D:Thumb_Proximal_R", "Armature/Skeleton:Little_Distal_R", "Armature/Skeleton:Little_Intermediate_R", "Armature/Skeleton:Little_Proximal_R", "Armature/Skeleton:Middle_Distal_R", "Armature/Skeleton:Middle_Intermediate_R", "Armature/Skeleton:Middle_Proximal_R", "Armature/Skeleton:Ring_Distal_R", "Armature/Skeleton:Ring_Intermediate_R", "Armature/Skeleton:Ring_Proximal_R", "Armature/Skeleton:Thumb_Distal_R", "Armature/Skeleton:Thumb_Proximal_R"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_4vdom"] +animation = &"Grip 5" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_hef27"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Index_Distal_R", "Armature/Skeleton3D:Index_Intermediate_R", "Armature/Skeleton3D:Index_Metacarpal_R", "Armature/Skeleton3D:Index_Proximal_R", "Armature/Skeleton:Index_Distal_R", "Armature/Skeleton:Index_Intermediate_R", "Armature/Skeleton:Index_Proximal_R"] + +[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_g6ftu"] +graph_offset = Vector2(-552.664, 107.301) +nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_r46i5") +nodes/ClosedHand1/position = Vector2(-600, 300) +nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_v5idg") +nodes/ClosedHand2/position = Vector2(-360, 300) +nodes/Grip/node = SubResource("AnimationNodeBlend2_cqi1y") +nodes/Grip/position = Vector2(0, 40) +nodes/OpenHand/node = SubResource("AnimationNodeAnimation_4vdom") +nodes/OpenHand/position = Vector2(-600, 100) +nodes/Trigger/node = SubResource("AnimationNodeBlend2_hef27") +nodes/Trigger/position = Vector2(-360, 40) +node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"] + +[node name="RightHand" type="Node3D"] +script = ExtResource("3") +hand_blend_tree = ExtResource("4") +default_pose = ExtResource("3_3ih8a") + +[node name="Hand_Glove_R" parent="." instance=ExtResource("2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.03, -0.05, 0.15) + +[node name="Skeleton3D" parent="Hand_Glove_R/Armature" index="0"] +bones/1/rotation = Quaternion(0.323537, 2.56577e-05, 0.0272204, 0.945824) +bones/2/rotation = Quaternion(-0.0904441, 0.0415175, 0.166293, 0.981042) +bones/3/rotation = Quaternion(-0.0466199, -0.020971, -0.0103276, 0.998639) +bones/5/rotation = Quaternion(-0.00128455, 0.0116081, 0.0168259, 0.99979) +bones/6/rotation = Quaternion(0.102925, 0.00993208, 0.00794419, 0.994608) +bones/7/rotation = Quaternion(-0.012859, 0.0236108, 0.323258, 0.945929) +bones/8/rotation = Quaternion(0.0120575, 0.00929193, 0.247472, 0.968775) +bones/10/rotation = Quaternion(-0.0357539, 0.000400032, -0.00636763, 0.99934) +bones/11/rotation = Quaternion(-0.00264964, 0.00114471, 0.125992, 0.992027) +bones/12/rotation = Quaternion(0.0394225, -0.00193393, 0.228074, 0.972843) +bones/13/rotation = Quaternion(-0.0123395, 0.00881294, 0.280669, 0.959685) +bones/15/rotation = Quaternion(-0.0702656, -0.0101908, 0.0243307, 0.99718) +bones/16/rotation = Quaternion(-0.0320634, 0.00223624, 0.0686366, 0.997124) +bones/17/rotation = Quaternion(0.0253452, -0.00812462, 0.249005, 0.968136) +bones/18/rotation = Quaternion(0.00252233, -0.00788073, 0.243204, 0.96994) +bones/20/rotation = Quaternion(-0.0917369, -0.0203027, 0.010183, 0.995524) +bones/21/rotation = Quaternion(-0.0625182, 0.000225721, 0.115393, 0.991351) +bones/22/rotation = Quaternion(0.0585786, -0.0216483, 0.269905, 0.96086) +bones/23/rotation = Quaternion(0.00687177, 0.00357275, 0.211953, 0.977249) + +[node name="mesh_Glove_R" parent="Hand_Glove_R/Armature/Skeleton3D" index="0"] +surface_material_override/0 = ExtResource("5") + +[node name="AnimationPlayer" parent="Hand_Glove_R" instance=ExtResource("1")] + +[node name="AnimationTree" type="AnimationTree" parent="."] +tree_root = SubResource("AnimationNodeBlendTree_g6ftu") +anim_player = NodePath("../Hand_Glove_R/AnimationPlayer") +active = true +parameters/Grip/blend_amount = 0 +parameters/Trigger/blend_amount = 0 + +[editable path="Hand_Glove_R"] diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/left_fullglove_low.tscn b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/left_fullglove_low.tscn new file mode 100644 index 0000000..d19d923 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/left_fullglove_low.tscn @@ -0,0 +1,82 @@ +[gd_scene load_steps=13 format=3 uid="uid://bq86r4yll8po"] + +[ext_resource type="PackedScene" uid="uid://the6y7swe6j0" path="res://addons/godot-xr-tools/hands/animations/left/AnimationPlayer.tscn" id="1"] +[ext_resource type="PackedScene" uid="uid://16colgxrw27d" path="res://addons/godot-xr-tools/hands/model/Hand_low_L.gltf" id="2"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/hand.gd" id="3"] +[ext_resource type="Resource" uid="uid://dertgu7k8alls" path="res://addons/godot-xr-tools/hands/poses/pose_default_left.tres" id="3_wyae6"] +[ext_resource type="AnimationNodeBlendTree" uid="uid://dl8yf7ipqotd1" path="res://addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres" id="5"] +[ext_resource type="Material" uid="uid://cdb40djkihelq" path="res://addons/godot-xr-tools/hands/materials/cleaning_glove.tres" id="6"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_qtto3"] +animation = &"Grip" + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_4i0yd"] +animation = &"Grip" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_fahbc"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Little_Distal_L", "Armature/Skeleton3D:Little_Intermediate_L", "Armature/Skeleton3D:Little_Metacarpal_L", "Armature/Skeleton3D:Little_Proximal_L", "Armature/Skeleton3D:Middle_Distal_L", "Armature/Skeleton3D:Middle_Intermediate_L", "Armature/Skeleton3D:Middle_Metacarpal_L", "Armature/Skeleton3D:Middle_Proximal_L", "Armature/Skeleton3D:Ring_Distal_L", "Armature/Skeleton3D:Ring_Intermediate_L", "Armature/Skeleton3D:Ring_Metacarpal_L", "Armature/Skeleton3D:Ring_Proximal_L", "Armature/Skeleton3D:Thumb_Distal_L", "Armature/Skeleton3D:Thumb_Metacarpal_L", "Armature/Skeleton3D:Thumb_Proximal_L", "Armature/Skeleton:Little_Distal_L", "Armature/Skeleton:Little_Intermediate_L", "Armature/Skeleton:Little_Proximal_L", "Armature/Skeleton:Middle_Distal_L", "Armature/Skeleton:Middle_Intermediate_L", "Armature/Skeleton:Middle_Proximal_L", "Armature/Skeleton:Ring_Distal_L", "Armature/Skeleton:Ring_Intermediate_L", "Armature/Skeleton:Ring_Proximal_L", "Armature/Skeleton:Thumb_Distal_L", "Armature/Skeleton:Thumb_Proximal_L"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_470u2"] +animation = &"Grip 5" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_fhgyt"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Index_Distal_L", "Armature/Skeleton3D:Index_Intermediate_L", "Armature/Skeleton3D:Index_Metacarpal_L", "Armature/Skeleton3D:Index_Proximal_L", "Armature/Skeleton:Index_Distal_L", "Armature/Skeleton:Index_Intermediate_L", "Armature/Skeleton:Index_Proximal_L"] + +[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_d6sxb"] +graph_offset = Vector2(-536, 11) +nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_qtto3") +nodes/ClosedHand1/position = Vector2(-600, 300) +nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_4i0yd") +nodes/ClosedHand2/position = Vector2(-360, 300) +nodes/Grip/node = SubResource("AnimationNodeBlend2_fahbc") +nodes/Grip/position = Vector2(0, 20) +nodes/OpenHand/node = SubResource("AnimationNodeAnimation_470u2") +nodes/OpenHand/position = Vector2(-600, 100) +nodes/Trigger/node = SubResource("AnimationNodeBlend2_fhgyt") +nodes/Trigger/position = Vector2(-360, 20) +node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"] + +[node name="LeftHand" type="Node3D"] +script = ExtResource("3") +hand_blend_tree = ExtResource("5") +default_pose = ExtResource("3_wyae6") + +[node name="Hand_low_L" parent="." instance=ExtResource("2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.03, -0.05, 0.15) + +[node name="Skeleton3D" parent="Hand_low_L/Armature" index="0"] +bones/1/rotation = Quaternion(0.323537, -2.56577e-05, -0.0272204, 0.945824) +bones/2/rotation = Quaternion(-0.0904441, -0.0415175, -0.166293, 0.981042) +bones/3/rotation = Quaternion(-0.0466199, 0.020971, 0.0103276, 0.998639) +bones/5/rotation = Quaternion(-0.00128455, -0.0116081, -0.0168259, 0.99979) +bones/6/rotation = Quaternion(0.102925, -0.00993208, -0.00794417, 0.994608) +bones/7/rotation = Quaternion(-0.012859, -0.0236108, -0.323258, 0.945929) +bones/8/rotation = Quaternion(0.0120575, -0.00929194, -0.247472, 0.968775) +bones/10/rotation = Quaternion(-0.0357539, -0.000400032, 0.00636764, 0.99934) +bones/11/rotation = Quaternion(-0.00264964, -0.00114471, -0.125992, 0.992027) +bones/12/rotation = Quaternion(0.0394225, 0.00193393, -0.228074, 0.972843) +bones/13/rotation = Quaternion(-0.0123395, -0.00881294, -0.280669, 0.959685) +bones/15/rotation = Quaternion(-0.0702656, 0.0101908, -0.0243307, 0.99718) +bones/16/rotation = Quaternion(-0.0320634, -0.00223624, -0.0686366, 0.997124) +bones/17/rotation = Quaternion(0.0253452, 0.00812462, -0.249005, 0.968136) +bones/18/rotation = Quaternion(0.00252232, 0.00788073, -0.243204, 0.96994) +bones/20/rotation = Quaternion(-0.0917369, 0.0203027, -0.010183, 0.995524) +bones/21/rotation = Quaternion(-0.0625182, -0.00022572, -0.115393, 0.991351) +bones/22/rotation = Quaternion(0.0585786, 0.0216483, -0.269905, 0.96086) +bones/23/rotation = Quaternion(0.00687177, -0.00357275, -0.211953, 0.977249) + +[node name="mesh_Hand_low_L" parent="Hand_low_L/Armature/Skeleton3D" index="0"] +surface_material_override/0 = ExtResource("6") + +[node name="AnimationPlayer" parent="Hand_low_L" instance=ExtResource("1")] + +[node name="AnimationTree" type="AnimationTree" parent="."] +tree_root = SubResource("AnimationNodeBlendTree_d6sxb") +anim_player = NodePath("../Hand_low_L/AnimationPlayer") +active = true +parameters/Grip/blend_amount = 0.0 +parameters/Trigger/blend_amount = 0.0 + +[editable path="Hand_low_L"] diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/left_hand_low.tscn b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/left_hand_low.tscn new file mode 100644 index 0000000..4510d19 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/left_hand_low.tscn @@ -0,0 +1,82 @@ +[gd_scene load_steps=13 format=3 uid="uid://b4kad2kuba1yn"] + +[ext_resource type="PackedScene" uid="uid://c4nba0qpi0uls" path="res://addons/godot-xr-tools/hands/model/Hand_Nails_low_L.gltf" id="1"] +[ext_resource type="PackedScene" uid="uid://the6y7swe6j0" path="res://addons/godot-xr-tools/hands/animations/left/AnimationPlayer.tscn" id="2"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/hand.gd" id="3"] +[ext_resource type="Resource" uid="uid://dertgu7k8alls" path="res://addons/godot-xr-tools/hands/poses/pose_default_left.tres" id="3_ry7qg"] +[ext_resource type="Material" uid="uid://dy6nhifvvmm73" path="res://addons/godot-xr-tools/hands/materials/caucasian_hand.tres" id="4"] +[ext_resource type="AnimationNodeBlendTree" uid="uid://dl8yf7ipqotd1" path="res://addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres" id="6"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_ar6i3"] +animation = &"Grip" + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_r1b52"] +animation = &"Grip" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_d643f"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Little_Distal_L", "Armature/Skeleton3D:Little_Intermediate_L", "Armature/Skeleton3D:Little_Metacarpal_L", "Armature/Skeleton3D:Little_Proximal_L", "Armature/Skeleton3D:Middle_Distal_L", "Armature/Skeleton3D:Middle_Intermediate_L", "Armature/Skeleton3D:Middle_Metacarpal_L", "Armature/Skeleton3D:Middle_Proximal_L", "Armature/Skeleton3D:Ring_Distal_L", "Armature/Skeleton3D:Ring_Intermediate_L", "Armature/Skeleton3D:Ring_Metacarpal_L", "Armature/Skeleton3D:Ring_Proximal_L", "Armature/Skeleton3D:Thumb_Distal_L", "Armature/Skeleton3D:Thumb_Metacarpal_L", "Armature/Skeleton3D:Thumb_Proximal_L", "Armature/Skeleton:Little_Distal_L", "Armature/Skeleton:Little_Intermediate_L", "Armature/Skeleton:Little_Proximal_L", "Armature/Skeleton:Middle_Distal_L", "Armature/Skeleton:Middle_Intermediate_L", "Armature/Skeleton:Middle_Proximal_L", "Armature/Skeleton:Ring_Distal_L", "Armature/Skeleton:Ring_Intermediate_L", "Armature/Skeleton:Ring_Proximal_L", "Armature/Skeleton:Thumb_Distal_L", "Armature/Skeleton:Thumb_Proximal_L"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_c3h37"] +animation = &"Grip 5" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_ihxeh"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Index_Distal_L", "Armature/Skeleton3D:Index_Intermediate_L", "Armature/Skeleton3D:Index_Metacarpal_L", "Armature/Skeleton3D:Index_Proximal_L", "Armature/Skeleton:Index_Distal_L", "Armature/Skeleton:Index_Intermediate_L", "Armature/Skeleton:Index_Proximal_L"] + +[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_4tr00"] +graph_offset = Vector2(-536, 11) +nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_ar6i3") +nodes/ClosedHand1/position = Vector2(-600, 300) +nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_r1b52") +nodes/ClosedHand2/position = Vector2(-360, 300) +nodes/Grip/node = SubResource("AnimationNodeBlend2_d643f") +nodes/Grip/position = Vector2(0, 20) +nodes/OpenHand/node = SubResource("AnimationNodeAnimation_c3h37") +nodes/OpenHand/position = Vector2(-600, 100) +nodes/Trigger/node = SubResource("AnimationNodeBlend2_ihxeh") +nodes/Trigger/position = Vector2(-360, 20) +node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"] + +[node name="LeftHand" type="Node3D"] +script = ExtResource("3") +hand_blend_tree = ExtResource("6") +default_pose = ExtResource("3_ry7qg") + +[node name="Hand_Nails_low_L" parent="." instance=ExtResource("1")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.03, -0.05, 0.15) + +[node name="Skeleton3D" parent="Hand_Nails_low_L/Armature" index="0"] +bones/1/rotation = Quaternion(0.323537, -2.56577e-05, -0.0272204, 0.945824) +bones/2/rotation = Quaternion(-0.0904441, -0.0415175, -0.166293, 0.981042) +bones/3/rotation = Quaternion(-0.0466199, 0.020971, 0.0103276, 0.998639) +bones/5/rotation = Quaternion(-0.00128455, -0.0116081, -0.0168259, 0.99979) +bones/6/rotation = Quaternion(0.102925, -0.00993208, -0.00794417, 0.994608) +bones/7/rotation = Quaternion(-0.012859, -0.0236108, -0.323258, 0.945929) +bones/8/rotation = Quaternion(0.0120575, -0.00929194, -0.247472, 0.968775) +bones/10/rotation = Quaternion(-0.0357539, -0.000400032, 0.00636764, 0.99934) +bones/11/rotation = Quaternion(-0.00264964, -0.00114471, -0.125992, 0.992027) +bones/12/rotation = Quaternion(0.0394225, 0.00193393, -0.228074, 0.972843) +bones/13/rotation = Quaternion(-0.0123395, -0.00881294, -0.280669, 0.959685) +bones/15/rotation = Quaternion(-0.0702656, 0.0101908, -0.0243307, 0.99718) +bones/16/rotation = Quaternion(-0.0320634, -0.00223624, -0.0686366, 0.997124) +bones/17/rotation = Quaternion(0.0253452, 0.00812462, -0.249005, 0.968136) +bones/18/rotation = Quaternion(0.00252232, 0.00788073, -0.243204, 0.96994) +bones/20/rotation = Quaternion(-0.0917369, 0.0203027, -0.010183, 0.995524) +bones/21/rotation = Quaternion(-0.0625182, -0.00022572, -0.115393, 0.991351) +bones/22/rotation = Quaternion(0.0585786, 0.0216483, -0.269905, 0.96086) +bones/23/rotation = Quaternion(0.00687177, -0.00357275, -0.211953, 0.977249) + +[node name="mesh_Hand_Nails_low_L" parent="Hand_Nails_low_L/Armature/Skeleton3D" index="0"] +surface_material_override/0 = ExtResource("4") + +[node name="AnimationPlayer" parent="Hand_Nails_low_L" instance=ExtResource("2")] + +[node name="AnimationTree" type="AnimationTree" parent="."] +tree_root = SubResource("AnimationNodeBlendTree_4tr00") +anim_player = NodePath("../Hand_Nails_low_L/AnimationPlayer") +active = true +parameters/Grip/blend_amount = 0.0 +parameters/Trigger/blend_amount = 0.0 + +[editable path="Hand_Nails_low_L"] diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/left_physics_fullglove_low.tscn b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/left_physics_fullglove_low.tscn new file mode 100644 index 0000000..8a3e16d --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/left_physics_fullglove_low.tscn @@ -0,0 +1,227 @@ +[gd_scene load_steps=14 format=3 uid="uid://b8hc2ex21u8xj"] + +[ext_resource type="PackedScene" uid="uid://16colgxrw27d" path="res://addons/godot-xr-tools/hands/model/Hand_low_L.gltf" id="1"] +[ext_resource type="PackedScene" uid="uid://the6y7swe6j0" path="res://addons/godot-xr-tools/hands/animations/left/AnimationPlayer.tscn" id="2"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/physics_hand.gd" id="3"] +[ext_resource type="Resource" uid="uid://dertgu7k8alls" path="res://addons/godot-xr-tools/hands/poses/pose_default_left.tres" id="3_4017m"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/hand_physics_bone.gd" id="4"] +[ext_resource type="Material" uid="uid://ds2dpvbpht0ea" path="res://addons/godot-xr-tools/hands/materials/labglove.tres" id="5"] +[ext_resource type="AnimationNodeBlendTree" uid="uid://dl8yf7ipqotd1" path="res://addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres" id="7"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_28vdf"] +animation = &"Grip" + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_j2cie"] +animation = &"Grip" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_tspja"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Little_Distal_L", "Armature/Skeleton3D:Little_Intermediate_L", "Armature/Skeleton3D:Little_Metacarpal_L", "Armature/Skeleton3D:Little_Proximal_L", "Armature/Skeleton3D:Middle_Distal_L", "Armature/Skeleton3D:Middle_Intermediate_L", "Armature/Skeleton3D:Middle_Metacarpal_L", "Armature/Skeleton3D:Middle_Proximal_L", "Armature/Skeleton3D:Ring_Distal_L", "Armature/Skeleton3D:Ring_Intermediate_L", "Armature/Skeleton3D:Ring_Metacarpal_L", "Armature/Skeleton3D:Ring_Proximal_L", "Armature/Skeleton3D:Thumb_Distal_L", "Armature/Skeleton3D:Thumb_Metacarpal_L", "Armature/Skeleton3D:Thumb_Proximal_L", "Armature/Skeleton:Little_Distal_L", "Armature/Skeleton:Little_Intermediate_L", "Armature/Skeleton:Little_Proximal_L", "Armature/Skeleton:Middle_Distal_L", "Armature/Skeleton:Middle_Intermediate_L", "Armature/Skeleton:Middle_Proximal_L", "Armature/Skeleton:Ring_Distal_L", "Armature/Skeleton:Ring_Intermediate_L", "Armature/Skeleton:Ring_Proximal_L", "Armature/Skeleton:Thumb_Distal_L", "Armature/Skeleton:Thumb_Proximal_L"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_fvmpw"] +animation = &"Grip 5" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_a1c3t"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Index_Distal_L", "Armature/Skeleton3D:Index_Intermediate_L", "Armature/Skeleton3D:Index_Metacarpal_L", "Armature/Skeleton3D:Index_Proximal_L", "Armature/Skeleton:Index_Distal_L", "Armature/Skeleton:Index_Intermediate_L", "Armature/Skeleton:Index_Proximal_L"] + +[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_ga1br"] +graph_offset = Vector2(-536, 11) +nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_28vdf") +nodes/ClosedHand1/position = Vector2(-600, 300) +nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_j2cie") +nodes/ClosedHand2/position = Vector2(-360, 300) +nodes/Grip/node = SubResource("AnimationNodeBlend2_tspja") +nodes/Grip/position = Vector2(0, 20) +nodes/OpenHand/node = SubResource("AnimationNodeAnimation_fvmpw") +nodes/OpenHand/position = Vector2(-600, 100) +nodes/Trigger/node = SubResource("AnimationNodeBlend2_a1c3t") +nodes/Trigger/position = Vector2(-360, 20) +node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"] + +[node name="LeftPhysicsHand" type="Node3D"] +script = ExtResource("3") +bone_group = "LeftHand" +hand_blend_tree = ExtResource("7") +default_pose = ExtResource("3_4017m") + +[node name="Hand_low_L" parent="." instance=ExtResource("1")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.03, -0.05, 0.15) + +[node name="Skeleton3D" parent="Hand_low_L/Armature" index="0"] +bones/1/rotation = Quaternion(0.323537, -2.56577e-05, -0.0272204, 0.945824) +bones/2/rotation = Quaternion(-0.0904441, -0.0415175, -0.166293, 0.981042) +bones/3/rotation = Quaternion(-0.0466199, 0.020971, 0.0103276, 0.998639) +bones/5/rotation = Quaternion(-0.00128455, -0.0116081, -0.0168259, 0.99979) +bones/6/rotation = Quaternion(0.102925, -0.00993208, -0.00794417, 0.994608) +bones/7/rotation = Quaternion(-0.012859, -0.0236108, -0.323258, 0.945929) +bones/8/rotation = Quaternion(0.0120575, -0.00929194, -0.247472, 0.968775) +bones/10/rotation = Quaternion(-0.0357539, -0.000400032, 0.00636764, 0.99934) +bones/11/rotation = Quaternion(-0.00264964, -0.00114471, -0.125992, 0.992027) +bones/12/rotation = Quaternion(0.0394225, 0.00193393, -0.228074, 0.972843) +bones/13/rotation = Quaternion(-0.0123395, -0.00881294, -0.280669, 0.959685) +bones/15/rotation = Quaternion(-0.0702656, 0.0101908, -0.0243307, 0.99718) +bones/16/rotation = Quaternion(-0.0320634, -0.00223624, -0.0686366, 0.997124) +bones/17/rotation = Quaternion(0.0253452, 0.00812462, -0.249005, 0.968136) +bones/18/rotation = Quaternion(0.00252232, 0.00788073, -0.243204, 0.96994) +bones/20/rotation = Quaternion(-0.0917369, 0.0203027, -0.010183, 0.995524) +bones/21/rotation = Quaternion(-0.0625182, -0.00022572, -0.115393, 0.991351) +bones/22/rotation = Quaternion(0.0585786, 0.0216483, -0.269905, 0.96086) +bones/23/rotation = Quaternion(0.00687177, -0.00357275, -0.211953, 0.977249) + +[node name="mesh_Hand_low_L" parent="Hand_low_L/Armature/Skeleton3D" index="0"] +surface_material_override/0 = ExtResource("5") + +[node name="BoneRoot" type="BoneAttachment3D" parent="Hand_low_L/Armature/Skeleton3D" index="1"] +transform = Transform3D(1, -1.83077e-05, 1.52659e-08, 1.52668e-08, 0.00166774, 0.999999, -1.83077e-05, -0.999999, 0.00166774, 3.86425e-08, -1.86975e-05, 0.0271756) +bone_name = "Wrist_L" +bone_idx = 0 +script = ExtResource("4") +width_ratio = 0.8 + +[node name="BoneThumbMetacarpal" type="BoneAttachment3D" parent="Hand_low_L/Armature/Skeleton3D" index="2"] +transform = Transform3D(0.998519, 0.0514604, -0.0176509, -0.017651, 0.613335, 0.789626, 0.0514604, -0.788145, 0.613335, 0.00999954, 0.0200266, 3.59323e-05) +bone_name = "Thumb_Metacarpal_L" +bone_idx = 1 +script = ExtResource("4") +length = 0.05 + +[node name="BoneThumbProximal" type="BoneAttachment3D" parent="Hand_low_L/Armature/Skeleton3D" index="3"] +transform = Transform3D(0.921479, 0.383958, -0.0587628, -0.124052, 0.434264, 0.892203, 0.368087, -0.814856, 0.447796, 0.012311, 0.0475754, -0.0353648) +bone_name = "Thumb_Proximal_L" +bone_idx = 2 +script = ExtResource("4") + +[node name="BoneThumbDistal" type="BoneAttachment3D" parent="Hand_low_L/Armature/Skeleton3D" index="4"] +transform = Transform3D(0.930159, 0.366844, 0.0151708, -0.154037, 0.352396, 0.923087, 0.333283, -0.860954, 0.384292, 0.028494, 0.0658787, -0.0697092) +bone_name = "Thumb_Distal_L" +bone_idx = 3 +script = ExtResource("4") +length = 0.02 + +[node name="BoneIndexMetacarpal" type="BoneAttachment3D" parent="Hand_low_L/Armature/Skeleton3D" index="5"] +transform = Transform3D(0.999165, 0.0336562, -0.0231681, 0.0231985, -0.00051113, 0.999731, 0.0336353, -0.999433, -0.00129147, -0.0100005, 0.0224317, 3.59286e-05) +bone_name = "Index_Metacarpal_L" +bone_idx = 5 +script = ExtResource("4") +length = 0.08 +width_ratio = 0.2 + +[node name="BoneIndexProximal" type="BoneAttachment3D" parent="Hand_low_L/Armature/Skeleton3D" index="6"] +transform = Transform3D(0.997821, 0.0419384, -0.0509326, 0.0413169, 0.204661, 0.97796, 0.0514381, -0.977934, 0.202483, -0.00729559, 0.0223907, -0.0802861) +bone_name = "Index_Proximal_L" +bone_idx = 6 +script = ExtResource("4") + +[node name="BoneIndexMiddle" type="BoneAttachment3D" parent="Hand_low_L/Armature/Skeleton3D" index="7"] +transform = Transform3D(0.759851, 0.644453, -0.0854741, -0.040588, 0.178251, 0.983148, 0.648829, -0.743577, 0.161601, -0.00569705, 0.0301916, -0.117561) +bone_name = "Index_Intermediate_L" +bone_idx = 7 +script = ExtResource("4") +length = 0.025 +bone_group = "IndexFinger" + +[node name="BoneIndexDistal" type="BoneAttachment3D" parent="Hand_low_L/Armature/Skeleton3D" index="8"] +transform = Transform3D(0.356468, 0.927111, -0.115741, -0.109286, 0.164404, 0.98032, 0.927894, -0.336804, 0.159925, 0.0145038, 0.035779, -0.140869) +bone_name = "Index_Distal_L" +bone_idx = 8 +script = ExtResource("4") +length = 0.02 +bone_group = "IndexFinger" + +[node name="BoneMiddleMetacarpal" type="BoneAttachment3D" parent="Hand_low_L/Armature/Skeleton3D" index="9"] +transform = Transform3D(0.999918, -0.0127165, -0.00125617, 0.000365489, -0.0698022, 0.997561, -0.0127732, -0.99748, -0.0697919, -0.0100005, 0.00355416, 3.59286e-05) +bone_name = "Middle_Metacarpal_L" +bone_idx = 10 +script = ExtResource("4") +length = 0.08 +width_ratio = 0.2 + +[node name="BoneMiddleProximal" type="BoneAttachment3D" parent="Hand_low_L/Armature/Skeleton3D" index="10"] +transform = Transform3D(0.971345, 0.237654, -0.00293004, 0.0207339, -0.0724503, 0.997156, 0.236766, -0.968644, -0.0753018, -0.0110237, -0.00206236, -0.0802245) +bone_name = "Middle_Proximal_L" +bone_idx = 11 +script = ExtResource("4") + +[node name="BoneMiddleMiddle" type="BoneAttachment3D" parent="Hand_low_L/Armature/Skeleton3D" index="11"] +transform = Transform3D(0.764922, 0.643161, -0.0351718, 0.0290327, 0.0201225, 0.999376, 0.643468, -0.765466, -0.00328059, -0.000328456, -0.00532286, -0.123817) +bone_name = "Middle_Intermediate_L" +bone_idx = 12 +script = ExtResource("4") +length = 0.025 + +[node name="BoneMiddleDistal" type="BoneAttachment3D" parent="Hand_low_L/Armature/Skeleton3D" index="12"] +transform = Transform3D(0.297115, 0.95453, -0.0243818, 0.0374454, 0.0138673, 0.999202, 0.954107, -0.297791, -0.0316226, 0.0205207, -0.00467056, -0.148631) +bone_name = "Middle_Distal_L" +bone_idx = 13 +script = ExtResource("4") +length = 0.02 + +[node name="BoneRingMetacarpal" type="BoneAttachment3D" parent="Hand_low_L/Armature/Skeleton3D" index="13"] +transform = Transform3D(0.998609, 0.047074, 0.0237409, -0.0169882, -0.138981, 0.990149, 0.0499098, -0.989175, -0.137988, -0.0100005, -0.0130734, 3.59304e-05) +bone_name = "Ring_Metacarpal_L" +bone_idx = 15 +script = ExtResource("4") +length = 0.07 +width_ratio = 0.2 + +[node name="BoneRingProximal" type="BoneAttachment3D" parent="Hand_low_L/Armature/Skeleton3D" index="14"] +transform = Transform3D(0.982964, 0.181854, 0.0266582, 0.0109494, -0.202722, 0.979175, 0.183471, -0.962202, -0.20126, -0.00651963, -0.0233502, -0.0731075) +bone_name = "Ring_Proximal_L" +bone_idx = 16 +script = ExtResource("4") +length = 0.028 + +[node name="BoneRingMiddle" type="BoneAttachment3D" parent="Hand_low_L/Armature/Skeleton3D" index="15"] +transform = Transform3D(0.772579, 0.634603, 0.0200164, 0.0794845, -0.127948, 0.98859, 0.629924, -0.762173, -0.149291, 0.000778393, -0.0314857, -0.111722) +bone_name = "Ring_Intermediate_L" +bone_idx = 17 +script = ExtResource("4") +length = 0.025 + +[node name="BoneRingDistal" type="BoneAttachment3D" parent="Hand_low_L/Armature/Skeleton3D" index="16"] +transform = Transform3D(0.381387, 0.924068, 0.025339, 0.114105, -0.0742599, 0.990689, 0.917346, -0.374945, -0.133762, 0.0184188, -0.0350424, -0.132908) +bone_name = "Ring_Distal_L" +bone_idx = 18 +script = ExtResource("4") +length = 0.02 + +[node name="BonePinkyMetacarpal" type="BoneAttachment3D" parent="Hand_low_L/Armature/Skeleton3D" index="17"] +transform = Transform3D(0.998969, 0.0165318, 0.0422887, -0.0385953, -0.181426, 0.982647, 0.0239172, -0.983265, -0.180601, -4.58211e-07, -0.0299734, 3.59304e-05) +bone_name = "Little_Metacarpal_L" +bone_idx = 20 +script = ExtResource("4") +length = 0.07 +width_ratio = 0.18 + +[node name="BonePinkyProximal" type="BoneAttachment3D" parent="Hand_low_L/Armature/Skeleton3D" index="18"] +transform = Transform3D(0.969212, 0.239304, 0.0579745, 0.0185535, -0.305761, 0.951928, 0.245527, -0.921544, -0.300787, 0.00108587, -0.0418952, -0.0645756) +bone_name = "Little_Proximal_L" +bone_idx = 21 +script = ExtResource("4") +length = 0.02 + +[node name="BonePinkyMiddle" type="BoneAttachment3D" parent="Hand_low_L/Armature/Skeleton3D" index="19"] +transform = Transform3D(0.699331, 0.713816, 0.0374602, 0.103947, -0.153407, 0.982681, 0.707199, -0.683325, -0.181481, 0.00901247, -0.0520231, -0.0951004) +bone_name = "Little_Intermediate_L" +bone_idx = 22 +script = ExtResource("4") +length = 0.015 + +[node name="BonePinkyDistal" type="BoneAttachment3D" parent="Hand_low_L/Armature/Skeleton3D" index="20"] +transform = Transform3D(0.340891, 0.939844, 0.0220291, 0.162162, -0.081867, 0.983362, 0.926011, -0.331647, -0.180315, 0.0218786, -0.0547881, -0.107417) +bone_name = "Little_Distal_L" +bone_idx = 23 +script = ExtResource("4") +length = 0.015 + +[node name="AnimationPlayer" parent="Hand_low_L" instance=ExtResource("2")] + +[node name="AnimationTree" type="AnimationTree" parent="."] +tree_root = SubResource("AnimationNodeBlendTree_ga1br") +anim_player = NodePath("../Hand_low_L/AnimationPlayer") +active = true +parameters/Grip/blend_amount = 0.0 +parameters/Trigger/blend_amount = 0.0 + +[editable path="Hand_low_L"] diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/left_physics_hand_low.tscn b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/left_physics_hand_low.tscn new file mode 100644 index 0000000..c9c958f --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/left_physics_hand_low.tscn @@ -0,0 +1,227 @@ +[gd_scene load_steps=14 format=3 uid="uid://bdwmserhqai5h"] + +[ext_resource type="PackedScene" uid="uid://the6y7swe6j0" path="res://addons/godot-xr-tools/hands/animations/left/AnimationPlayer.tscn" id="1"] +[ext_resource type="PackedScene" uid="uid://c4nba0qpi0uls" path="res://addons/godot-xr-tools/hands/model/Hand_Nails_low_L.gltf" id="2"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/physics_hand.gd" id="3"] +[ext_resource type="Resource" uid="uid://dertgu7k8alls" path="res://addons/godot-xr-tools/hands/poses/pose_default_left.tres" id="3_t17lq"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/hand_physics_bone.gd" id="4"] +[ext_resource type="Material" uid="uid://dy6nhifvvmm73" path="res://addons/godot-xr-tools/hands/materials/caucasian_hand.tres" id="5"] +[ext_resource type="AnimationNodeBlendTree" uid="uid://dl8yf7ipqotd1" path="res://addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres" id="7"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_c4qn1"] +animation = &"Grip" + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_skgu7"] +animation = &"Grip" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_7pgcb"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Little_Distal_L", "Armature/Skeleton3D:Little_Intermediate_L", "Armature/Skeleton3D:Little_Metacarpal_L", "Armature/Skeleton3D:Little_Proximal_L", "Armature/Skeleton3D:Middle_Distal_L", "Armature/Skeleton3D:Middle_Intermediate_L", "Armature/Skeleton3D:Middle_Metacarpal_L", "Armature/Skeleton3D:Middle_Proximal_L", "Armature/Skeleton3D:Ring_Distal_L", "Armature/Skeleton3D:Ring_Intermediate_L", "Armature/Skeleton3D:Ring_Metacarpal_L", "Armature/Skeleton3D:Ring_Proximal_L", "Armature/Skeleton3D:Thumb_Distal_L", "Armature/Skeleton3D:Thumb_Metacarpal_L", "Armature/Skeleton3D:Thumb_Proximal_L", "Armature/Skeleton:Little_Distal_L", "Armature/Skeleton:Little_Intermediate_L", "Armature/Skeleton:Little_Proximal_L", "Armature/Skeleton:Middle_Distal_L", "Armature/Skeleton:Middle_Intermediate_L", "Armature/Skeleton:Middle_Proximal_L", "Armature/Skeleton:Ring_Distal_L", "Armature/Skeleton:Ring_Intermediate_L", "Armature/Skeleton:Ring_Proximal_L", "Armature/Skeleton:Thumb_Distal_L", "Armature/Skeleton:Thumb_Proximal_L"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_3l13i"] +animation = &"Grip 5" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_ms3kw"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Index_Distal_L", "Armature/Skeleton3D:Index_Intermediate_L", "Armature/Skeleton3D:Index_Metacarpal_L", "Armature/Skeleton3D:Index_Proximal_L", "Armature/Skeleton:Index_Distal_L", "Armature/Skeleton:Index_Intermediate_L", "Armature/Skeleton:Index_Proximal_L"] + +[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_jcrf4"] +graph_offset = Vector2(-536, 11) +nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_c4qn1") +nodes/ClosedHand1/position = Vector2(-600, 300) +nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_skgu7") +nodes/ClosedHand2/position = Vector2(-360, 300) +nodes/Grip/node = SubResource("AnimationNodeBlend2_7pgcb") +nodes/Grip/position = Vector2(0, 20) +nodes/OpenHand/node = SubResource("AnimationNodeAnimation_3l13i") +nodes/OpenHand/position = Vector2(-600, 100) +nodes/Trigger/node = SubResource("AnimationNodeBlend2_ms3kw") +nodes/Trigger/position = Vector2(-360, 20) +node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"] + +[node name="LeftPhysicsHand" type="Node3D"] +script = ExtResource("3") +bone_group = "LeftHand" +hand_blend_tree = ExtResource("7") +default_pose = ExtResource("3_t17lq") + +[node name="Hand_Nails_low_L" parent="." instance=ExtResource("2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.03, -0.05, 0.15) + +[node name="Skeleton3D" parent="Hand_Nails_low_L/Armature" index="0"] +bones/1/rotation = Quaternion(0.323537, -2.56577e-05, -0.0272204, 0.945824) +bones/2/rotation = Quaternion(-0.0904441, -0.0415175, -0.166293, 0.981042) +bones/3/rotation = Quaternion(-0.0466199, 0.020971, 0.0103276, 0.998639) +bones/5/rotation = Quaternion(-0.00128455, -0.0116081, -0.0168259, 0.99979) +bones/6/rotation = Quaternion(0.102925, -0.00993208, -0.00794417, 0.994608) +bones/7/rotation = Quaternion(-0.012859, -0.0236108, -0.323258, 0.945929) +bones/8/rotation = Quaternion(0.0120575, -0.00929194, -0.247472, 0.968775) +bones/10/rotation = Quaternion(-0.0357539, -0.000400032, 0.00636764, 0.99934) +bones/11/rotation = Quaternion(-0.00264964, -0.00114471, -0.125992, 0.992027) +bones/12/rotation = Quaternion(0.0394225, 0.00193393, -0.228074, 0.972843) +bones/13/rotation = Quaternion(-0.0123395, -0.00881294, -0.280669, 0.959685) +bones/15/rotation = Quaternion(-0.0702656, 0.0101908, -0.0243307, 0.99718) +bones/16/rotation = Quaternion(-0.0320634, -0.00223624, -0.0686366, 0.997124) +bones/17/rotation = Quaternion(0.0253452, 0.00812462, -0.249005, 0.968136) +bones/18/rotation = Quaternion(0.00252232, 0.00788073, -0.243204, 0.96994) +bones/20/rotation = Quaternion(-0.0917369, 0.0203027, -0.010183, 0.995524) +bones/21/rotation = Quaternion(-0.0625182, -0.00022572, -0.115393, 0.991351) +bones/22/rotation = Quaternion(0.0585786, 0.0216483, -0.269905, 0.96086) +bones/23/rotation = Quaternion(0.00687177, -0.00357275, -0.211953, 0.977249) + +[node name="mesh_Hand_Nails_low_L" parent="Hand_Nails_low_L/Armature/Skeleton3D" index="0"] +surface_material_override/0 = ExtResource("5") + +[node name="BoneRoot" type="BoneAttachment3D" parent="Hand_Nails_low_L/Armature/Skeleton3D" index="1"] +transform = Transform3D(1, -1.83077e-05, 1.52659e-08, 1.52668e-08, 0.00166774, 0.999999, -1.83077e-05, -0.999999, 0.00166774, 3.86425e-08, -1.86975e-05, 0.0271756) +bone_name = "Wrist_L" +bone_idx = 0 +script = ExtResource("4") +width_ratio = 0.8 + +[node name="BoneThumbMetacarpal" type="BoneAttachment3D" parent="Hand_Nails_low_L/Armature/Skeleton3D" index="2"] +transform = Transform3D(0.998519, 0.0514604, -0.0176509, -0.017651, 0.613335, 0.789626, 0.0514604, -0.788145, 0.613335, 0.00999954, 0.0200266, 3.59323e-05) +bone_name = "Thumb_Metacarpal_L" +bone_idx = 1 +script = ExtResource("4") +length = 0.05 + +[node name="BoneThumbProximal" type="BoneAttachment3D" parent="Hand_Nails_low_L/Armature/Skeleton3D" index="3"] +transform = Transform3D(0.921479, 0.383958, -0.0587628, -0.124052, 0.434264, 0.892203, 0.368087, -0.814856, 0.447796, 0.012311, 0.0475754, -0.0353648) +bone_name = "Thumb_Proximal_L" +bone_idx = 2 +script = ExtResource("4") + +[node name="BoneThumbDistal" type="BoneAttachment3D" parent="Hand_Nails_low_L/Armature/Skeleton3D" index="4"] +transform = Transform3D(0.930159, 0.366844, 0.0151708, -0.154037, 0.352396, 0.923087, 0.333283, -0.860954, 0.384292, 0.028494, 0.0658787, -0.0697092) +bone_name = "Thumb_Distal_L" +bone_idx = 3 +script = ExtResource("4") +length = 0.02 + +[node name="BoneIndexMetacarpal" type="BoneAttachment3D" parent="Hand_Nails_low_L/Armature/Skeleton3D" index="5"] +transform = Transform3D(0.999165, 0.0336562, -0.0231681, 0.0231985, -0.00051113, 0.999731, 0.0336353, -0.999433, -0.00129147, -0.0100005, 0.0224317, 3.59286e-05) +bone_name = "Index_Metacarpal_L" +bone_idx = 5 +script = ExtResource("4") +length = 0.08 +width_ratio = 0.2 + +[node name="BoneIndexProximal" type="BoneAttachment3D" parent="Hand_Nails_low_L/Armature/Skeleton3D" index="6"] +transform = Transform3D(0.997821, 0.0419384, -0.0509326, 0.0413169, 0.204661, 0.97796, 0.0514381, -0.977934, 0.202483, -0.00729559, 0.0223907, -0.0802861) +bone_name = "Index_Proximal_L" +bone_idx = 6 +script = ExtResource("4") + +[node name="BoneIndexMiddle" type="BoneAttachment3D" parent="Hand_Nails_low_L/Armature/Skeleton3D" index="7"] +transform = Transform3D(0.759851, 0.644453, -0.0854741, -0.040588, 0.178251, 0.983148, 0.648829, -0.743577, 0.161601, -0.00569705, 0.0301916, -0.117561) +bone_name = "Index_Intermediate_L" +bone_idx = 7 +script = ExtResource("4") +length = 0.025 +bone_group = "IndexFinger" + +[node name="BoneIndexDistal" type="BoneAttachment3D" parent="Hand_Nails_low_L/Armature/Skeleton3D" index="8"] +transform = Transform3D(0.356468, 0.927111, -0.115741, -0.109286, 0.164404, 0.98032, 0.927894, -0.336804, 0.159925, 0.0145038, 0.035779, -0.140869) +bone_name = "Index_Distal_L" +bone_idx = 8 +script = ExtResource("4") +length = 0.02 +bone_group = "IndexFinger" + +[node name="BoneMiddleMetacarpal" type="BoneAttachment3D" parent="Hand_Nails_low_L/Armature/Skeleton3D" index="9"] +transform = Transform3D(0.999918, -0.0127165, -0.00125617, 0.000365489, -0.0698022, 0.997561, -0.0127732, -0.99748, -0.0697919, -0.0100005, 0.00355416, 3.59286e-05) +bone_name = "Middle_Metacarpal_L" +bone_idx = 10 +script = ExtResource("4") +length = 0.08 +width_ratio = 0.2 + +[node name="BoneMiddleProximal" type="BoneAttachment3D" parent="Hand_Nails_low_L/Armature/Skeleton3D" index="10"] +transform = Transform3D(0.971345, 0.237654, -0.00293004, 0.0207339, -0.0724503, 0.997156, 0.236766, -0.968644, -0.0753018, -0.0110237, -0.00206236, -0.0802245) +bone_name = "Middle_Proximal_L" +bone_idx = 11 +script = ExtResource("4") + +[node name="BoneMiddleMiddle" type="BoneAttachment3D" parent="Hand_Nails_low_L/Armature/Skeleton3D" index="11"] +transform = Transform3D(0.764922, 0.643161, -0.0351718, 0.0290327, 0.0201225, 0.999376, 0.643468, -0.765466, -0.00328059, -0.000328456, -0.00532286, -0.123817) +bone_name = "Middle_Intermediate_L" +bone_idx = 12 +script = ExtResource("4") +length = 0.025 + +[node name="BoneMiddleDistal" type="BoneAttachment3D" parent="Hand_Nails_low_L/Armature/Skeleton3D" index="12"] +transform = Transform3D(0.297115, 0.95453, -0.0243818, 0.0374454, 0.0138673, 0.999202, 0.954107, -0.297791, -0.0316226, 0.0205207, -0.00467056, -0.148631) +bone_name = "Middle_Distal_L" +bone_idx = 13 +script = ExtResource("4") +length = 0.02 + +[node name="BoneRingMetacarpal" type="BoneAttachment3D" parent="Hand_Nails_low_L/Armature/Skeleton3D" index="13"] +transform = Transform3D(0.998609, 0.047074, 0.0237409, -0.0169882, -0.138981, 0.990149, 0.0499098, -0.989175, -0.137988, -0.0100005, -0.0130734, 3.59304e-05) +bone_name = "Ring_Metacarpal_L" +bone_idx = 15 +script = ExtResource("4") +length = 0.07 +width_ratio = 0.2 + +[node name="BoneRingProximal" type="BoneAttachment3D" parent="Hand_Nails_low_L/Armature/Skeleton3D" index="14"] +transform = Transform3D(0.982964, 0.181854, 0.0266582, 0.0109494, -0.202722, 0.979175, 0.183471, -0.962202, -0.20126, -0.00651963, -0.0233502, -0.0731075) +bone_name = "Ring_Proximal_L" +bone_idx = 16 +script = ExtResource("4") +length = 0.028 + +[node name="BoneRingMiddle" type="BoneAttachment3D" parent="Hand_Nails_low_L/Armature/Skeleton3D" index="15"] +transform = Transform3D(0.772579, 0.634603, 0.0200164, 0.0794845, -0.127948, 0.98859, 0.629924, -0.762173, -0.149291, 0.000778393, -0.0314857, -0.111722) +bone_name = "Ring_Intermediate_L" +bone_idx = 17 +script = ExtResource("4") +length = 0.025 + +[node name="BoneRingDistal" type="BoneAttachment3D" parent="Hand_Nails_low_L/Armature/Skeleton3D" index="16"] +transform = Transform3D(0.381387, 0.924068, 0.025339, 0.114105, -0.0742599, 0.990689, 0.917346, -0.374945, -0.133762, 0.0184188, -0.0350424, -0.132908) +bone_name = "Ring_Distal_L" +bone_idx = 18 +script = ExtResource("4") +length = 0.02 + +[node name="BonePinkyMetacarpal" type="BoneAttachment3D" parent="Hand_Nails_low_L/Armature/Skeleton3D" index="17"] +transform = Transform3D(0.998969, 0.0165318, 0.0422887, -0.0385953, -0.181426, 0.982647, 0.0239172, -0.983265, -0.180601, -4.58211e-07, -0.0299734, 3.59304e-05) +bone_name = "Little_Metacarpal_L" +bone_idx = 20 +script = ExtResource("4") +length = 0.07 +width_ratio = 0.18 + +[node name="BonePinkyProximal" type="BoneAttachment3D" parent="Hand_Nails_low_L/Armature/Skeleton3D" index="18"] +transform = Transform3D(0.969212, 0.239304, 0.0579745, 0.0185535, -0.305761, 0.951928, 0.245527, -0.921544, -0.300787, 0.00108587, -0.0418952, -0.0645756) +bone_name = "Little_Proximal_L" +bone_idx = 21 +script = ExtResource("4") +length = 0.02 + +[node name="BonePinkyMiddle" type="BoneAttachment3D" parent="Hand_Nails_low_L/Armature/Skeleton3D" index="19"] +transform = Transform3D(0.699331, 0.713816, 0.0374602, 0.103947, -0.153407, 0.982681, 0.707199, -0.683325, -0.181481, 0.00901247, -0.0520231, -0.0951004) +bone_name = "Little_Intermediate_L" +bone_idx = 22 +script = ExtResource("4") +length = 0.015 + +[node name="BonePinkyDistal" type="BoneAttachment3D" parent="Hand_Nails_low_L/Armature/Skeleton3D" index="20"] +transform = Transform3D(0.340891, 0.939844, 0.0220291, 0.162162, -0.081867, 0.983362, 0.926011, -0.331647, -0.180315, 0.0218786, -0.0547881, -0.107417) +bone_name = "Little_Distal_L" +bone_idx = 23 +script = ExtResource("4") +length = 0.015 + +[node name="AnimationPlayer" parent="Hand_Nails_low_L" instance=ExtResource("1")] + +[node name="AnimationTree" type="AnimationTree" parent="."] +tree_root = SubResource("AnimationNodeBlendTree_jcrf4") +anim_player = NodePath("../Hand_Nails_low_L/AnimationPlayer") +active = true +parameters/Grip/blend_amount = 0.0 +parameters/Trigger/blend_amount = 0.0 + +[editable path="Hand_Nails_low_L"] diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/left_physics_tac_glove_low.tscn b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/left_physics_tac_glove_low.tscn new file mode 100644 index 0000000..f0c46f4 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/left_physics_tac_glove_low.tscn @@ -0,0 +1,227 @@ +[gd_scene load_steps=14 format=3 uid="uid://bj1aas6kty3qx"] + +[ext_resource type="PackedScene" uid="uid://the6y7swe6j0" path="res://addons/godot-xr-tools/hands/animations/left/AnimationPlayer.tscn" id="1"] +[ext_resource type="PackedScene" uid="uid://bnx4hithcij6y" path="res://addons/godot-xr-tools/hands/model/Hand_Glove_low_L.gltf" id="2"] +[ext_resource type="AnimationNodeBlendTree" uid="uid://dl8yf7ipqotd1" path="res://addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres" id="3"] +[ext_resource type="Resource" uid="uid://dertgu7k8alls" path="res://addons/godot-xr-tools/hands/poses/pose_default_left.tres" id="3_oehre"] +[ext_resource type="Material" uid="uid://dogla70w8hvo8" path="res://addons/godot-xr-tools/hands/materials/glove_caucasian_dark_camo.tres" id="4"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/hand_physics_bone.gd" id="5"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/physics_hand.gd" id="6"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_80h26"] +animation = &"Grip" + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_0pshr"] +animation = &"Grip" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_rgabh"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Little_Distal_L", "Armature/Skeleton3D:Little_Intermediate_L", "Armature/Skeleton3D:Little_Metacarpal_L", "Armature/Skeleton3D:Little_Proximal_L", "Armature/Skeleton3D:Middle_Distal_L", "Armature/Skeleton3D:Middle_Intermediate_L", "Armature/Skeleton3D:Middle_Metacarpal_L", "Armature/Skeleton3D:Middle_Proximal_L", "Armature/Skeleton3D:Ring_Distal_L", "Armature/Skeleton3D:Ring_Intermediate_L", "Armature/Skeleton3D:Ring_Metacarpal_L", "Armature/Skeleton3D:Ring_Proximal_L", "Armature/Skeleton3D:Thumb_Distal_L", "Armature/Skeleton3D:Thumb_Metacarpal_L", "Armature/Skeleton3D:Thumb_Proximal_L", "Armature/Skeleton:Little_Distal_L", "Armature/Skeleton:Little_Intermediate_L", "Armature/Skeleton:Little_Proximal_L", "Armature/Skeleton:Middle_Distal_L", "Armature/Skeleton:Middle_Intermediate_L", "Armature/Skeleton:Middle_Proximal_L", "Armature/Skeleton:Ring_Distal_L", "Armature/Skeleton:Ring_Intermediate_L", "Armature/Skeleton:Ring_Proximal_L", "Armature/Skeleton:Thumb_Distal_L", "Armature/Skeleton:Thumb_Proximal_L"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_vkt4w"] +animation = &"Grip 5" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_1yhw8"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Index_Distal_L", "Armature/Skeleton3D:Index_Intermediate_L", "Armature/Skeleton3D:Index_Metacarpal_L", "Armature/Skeleton3D:Index_Proximal_L", "Armature/Skeleton:Index_Distal_L", "Armature/Skeleton:Index_Intermediate_L", "Armature/Skeleton:Index_Proximal_L"] + +[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_kvyku"] +graph_offset = Vector2(-536, 11) +nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_80h26") +nodes/ClosedHand1/position = Vector2(-600, 300) +nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_0pshr") +nodes/ClosedHand2/position = Vector2(-360, 300) +nodes/Grip/node = SubResource("AnimationNodeBlend2_rgabh") +nodes/Grip/position = Vector2(0, 20) +nodes/OpenHand/node = SubResource("AnimationNodeAnimation_vkt4w") +nodes/OpenHand/position = Vector2(-600, 100) +nodes/Trigger/node = SubResource("AnimationNodeBlend2_1yhw8") +nodes/Trigger/position = Vector2(-360, 20) +node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"] + +[node name="LeftPhysicsHand" type="Node3D"] +script = ExtResource("6") +bone_group = "LeftHand" +hand_blend_tree = ExtResource("3") +default_pose = ExtResource("3_oehre") + +[node name="Hand_Glove_low_L" parent="." instance=ExtResource("2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.03, -0.05, 0.15) + +[node name="Skeleton3D" parent="Hand_Glove_low_L/Armature" index="0"] +bones/1/rotation = Quaternion(0.323537, -2.56577e-05, -0.0272204, 0.945824) +bones/2/rotation = Quaternion(-0.0904441, -0.0415175, -0.166293, 0.981042) +bones/3/rotation = Quaternion(-0.0466199, 0.020971, 0.0103276, 0.998639) +bones/5/rotation = Quaternion(-0.00128455, -0.0116081, -0.0168259, 0.99979) +bones/6/rotation = Quaternion(0.102925, -0.00993208, -0.00794417, 0.994608) +bones/7/rotation = Quaternion(-0.012859, -0.0236108, -0.323258, 0.945929) +bones/8/rotation = Quaternion(0.0120575, -0.00929194, -0.247472, 0.968775) +bones/10/rotation = Quaternion(-0.0357539, -0.000400032, 0.00636764, 0.99934) +bones/11/rotation = Quaternion(-0.00264964, -0.00114471, -0.125992, 0.992027) +bones/12/rotation = Quaternion(0.0394225, 0.00193393, -0.228074, 0.972843) +bones/13/rotation = Quaternion(-0.0123395, -0.00881294, -0.280669, 0.959685) +bones/15/rotation = Quaternion(-0.0702656, 0.0101908, -0.0243307, 0.99718) +bones/16/rotation = Quaternion(-0.0320634, -0.00223624, -0.0686366, 0.997124) +bones/17/rotation = Quaternion(0.0253452, 0.00812462, -0.249005, 0.968136) +bones/18/rotation = Quaternion(0.00252232, 0.00788073, -0.243204, 0.96994) +bones/20/rotation = Quaternion(-0.0917369, 0.0203027, -0.010183, 0.995524) +bones/21/rotation = Quaternion(-0.0625182, -0.00022572, -0.115393, 0.991351) +bones/22/rotation = Quaternion(0.0585786, 0.0216483, -0.269905, 0.96086) +bones/23/rotation = Quaternion(0.00687177, -0.00357275, -0.211953, 0.977249) + +[node name="mesh_Glove_low_L" parent="Hand_Glove_low_L/Armature/Skeleton3D" index="0"] +surface_material_override/0 = ExtResource("4") + +[node name="BoneRoot" type="BoneAttachment3D" parent="Hand_Glove_low_L/Armature/Skeleton3D" index="1"] +transform = Transform3D(1, -1.83077e-05, 1.52659e-08, 1.52668e-08, 0.00166774, 0.999999, -1.83077e-05, -0.999999, 0.00166774, 3.86425e-08, -1.86975e-05, 0.0271756) +bone_name = "Wrist_L" +bone_idx = 0 +script = ExtResource("5") +width_ratio = 0.8 + +[node name="BoneThumbMetacarpal" type="BoneAttachment3D" parent="Hand_Glove_low_L/Armature/Skeleton3D" index="2"] +transform = Transform3D(0.998519, 0.0514604, -0.0176509, -0.017651, 0.613335, 0.789626, 0.0514604, -0.788145, 0.613335, 0.00999954, 0.0200266, 3.59323e-05) +bone_name = "Thumb_Metacarpal_L" +bone_idx = 1 +script = ExtResource("5") +length = 0.05 + +[node name="BoneThumbProximal" type="BoneAttachment3D" parent="Hand_Glove_low_L/Armature/Skeleton3D" index="3"] +transform = Transform3D(0.921479, 0.383958, -0.0587628, -0.124052, 0.434264, 0.892203, 0.368087, -0.814856, 0.447796, 0.012311, 0.0475754, -0.0353648) +bone_name = "Thumb_Proximal_L" +bone_idx = 2 +script = ExtResource("5") + +[node name="BoneThumbDistal" type="BoneAttachment3D" parent="Hand_Glove_low_L/Armature/Skeleton3D" index="4"] +transform = Transform3D(0.930159, 0.366844, 0.0151708, -0.154037, 0.352396, 0.923087, 0.333283, -0.860954, 0.384292, 0.028494, 0.0658787, -0.0697092) +bone_name = "Thumb_Distal_L" +bone_idx = 3 +script = ExtResource("5") +length = 0.02 + +[node name="BoneIndexMetacarpal" type="BoneAttachment3D" parent="Hand_Glove_low_L/Armature/Skeleton3D" index="5"] +transform = Transform3D(0.999165, 0.0336562, -0.0231681, 0.0231985, -0.00051113, 0.999731, 0.0336353, -0.999433, -0.00129147, -0.0100005, 0.0224317, 3.59286e-05) +bone_name = "Index_Metacarpal_L" +bone_idx = 5 +script = ExtResource("5") +length = 0.08 +width_ratio = 0.2 + +[node name="BoneIndexProximal" type="BoneAttachment3D" parent="Hand_Glove_low_L/Armature/Skeleton3D" index="6"] +transform = Transform3D(0.997821, 0.0419384, -0.0509326, 0.0413169, 0.204661, 0.97796, 0.0514381, -0.977934, 0.202483, -0.00729559, 0.0223907, -0.0802861) +bone_name = "Index_Proximal_L" +bone_idx = 6 +script = ExtResource("5") + +[node name="BoneIndexMiddle" type="BoneAttachment3D" parent="Hand_Glove_low_L/Armature/Skeleton3D" index="7"] +transform = Transform3D(0.759851, 0.644453, -0.0854741, -0.040588, 0.178251, 0.983148, 0.648829, -0.743577, 0.161601, -0.00569705, 0.0301916, -0.117561) +bone_name = "Index_Intermediate_L" +bone_idx = 7 +script = ExtResource("5") +length = 0.025 +bone_group = "IndexFinger" + +[node name="BoneIndexDistal" type="BoneAttachment3D" parent="Hand_Glove_low_L/Armature/Skeleton3D" index="8"] +transform = Transform3D(0.356468, 0.927111, -0.115741, -0.109286, 0.164404, 0.98032, 0.927894, -0.336804, 0.159925, 0.0145038, 0.035779, -0.140869) +bone_name = "Index_Distal_L" +bone_idx = 8 +script = ExtResource("5") +length = 0.02 +bone_group = "IndexFinger" + +[node name="BoneMiddleMetacarpal" type="BoneAttachment3D" parent="Hand_Glove_low_L/Armature/Skeleton3D" index="9"] +transform = Transform3D(0.999918, -0.0127165, -0.00125617, 0.000365489, -0.0698022, 0.997561, -0.0127732, -0.99748, -0.0697919, -0.0100005, 0.00355416, 3.59286e-05) +bone_name = "Middle_Metacarpal_L" +bone_idx = 10 +script = ExtResource("5") +length = 0.08 +width_ratio = 0.2 + +[node name="BoneMiddleProximal" type="BoneAttachment3D" parent="Hand_Glove_low_L/Armature/Skeleton3D" index="10"] +transform = Transform3D(0.971345, 0.237654, -0.00293004, 0.0207339, -0.0724503, 0.997156, 0.236766, -0.968644, -0.0753018, -0.0110237, -0.00206236, -0.0802245) +bone_name = "Middle_Proximal_L" +bone_idx = 11 +script = ExtResource("5") + +[node name="BoneMiddleMiddle" type="BoneAttachment3D" parent="Hand_Glove_low_L/Armature/Skeleton3D" index="11"] +transform = Transform3D(0.764922, 0.643161, -0.0351718, 0.0290327, 0.0201225, 0.999376, 0.643468, -0.765466, -0.00328059, -0.000328456, -0.00532286, -0.123817) +bone_name = "Middle_Intermediate_L" +bone_idx = 12 +script = ExtResource("5") +length = 0.025 + +[node name="BoneMiddleDistal" type="BoneAttachment3D" parent="Hand_Glove_low_L/Armature/Skeleton3D" index="12"] +transform = Transform3D(0.297115, 0.95453, -0.0243818, 0.0374454, 0.0138673, 0.999202, 0.954107, -0.297791, -0.0316226, 0.0205207, -0.00467056, -0.148631) +bone_name = "Middle_Distal_L" +bone_idx = 13 +script = ExtResource("5") +length = 0.02 + +[node name="BoneRingMetacarpal" type="BoneAttachment3D" parent="Hand_Glove_low_L/Armature/Skeleton3D" index="13"] +transform = Transform3D(0.998609, 0.047074, 0.0237409, -0.0169882, -0.138981, 0.990149, 0.0499098, -0.989175, -0.137988, -0.0100005, -0.0130734, 3.59304e-05) +bone_name = "Ring_Metacarpal_L" +bone_idx = 15 +script = ExtResource("5") +length = 0.07 +width_ratio = 0.2 + +[node name="BoneRingProximal" type="BoneAttachment3D" parent="Hand_Glove_low_L/Armature/Skeleton3D" index="14"] +transform = Transform3D(0.982964, 0.181854, 0.0266582, 0.0109494, -0.202722, 0.979175, 0.183471, -0.962202, -0.20126, -0.00651963, -0.0233502, -0.0731075) +bone_name = "Ring_Proximal_L" +bone_idx = 16 +script = ExtResource("5") +length = 0.028 + +[node name="BoneRingMiddle" type="BoneAttachment3D" parent="Hand_Glove_low_L/Armature/Skeleton3D" index="15"] +transform = Transform3D(0.772579, 0.634603, 0.0200164, 0.0794845, -0.127948, 0.98859, 0.629924, -0.762173, -0.149291, 0.000778393, -0.0314857, -0.111722) +bone_name = "Ring_Intermediate_L" +bone_idx = 17 +script = ExtResource("5") +length = 0.025 + +[node name="BoneRingDistal" type="BoneAttachment3D" parent="Hand_Glove_low_L/Armature/Skeleton3D" index="16"] +transform = Transform3D(0.381387, 0.924068, 0.025339, 0.114105, -0.0742599, 0.990689, 0.917346, -0.374945, -0.133762, 0.0184188, -0.0350424, -0.132908) +bone_name = "Ring_Distal_L" +bone_idx = 18 +script = ExtResource("5") +length = 0.02 + +[node name="BonePinkyMetacarpal" type="BoneAttachment3D" parent="Hand_Glove_low_L/Armature/Skeleton3D" index="17"] +transform = Transform3D(0.998969, 0.0165318, 0.0422887, -0.0385953, -0.181426, 0.982647, 0.0239172, -0.983265, -0.180601, -4.58211e-07, -0.0299734, 3.59304e-05) +bone_name = "Little_Metacarpal_L" +bone_idx = 20 +script = ExtResource("5") +length = 0.07 +width_ratio = 0.18 + +[node name="BonePinkyProximal" type="BoneAttachment3D" parent="Hand_Glove_low_L/Armature/Skeleton3D" index="18"] +transform = Transform3D(0.969212, 0.239304, 0.0579745, 0.0185535, -0.305761, 0.951928, 0.245527, -0.921544, -0.300787, 0.00108587, -0.0418952, -0.0645756) +bone_name = "Little_Proximal_L" +bone_idx = 21 +script = ExtResource("5") +length = 0.02 + +[node name="BonePinkyMiddle" type="BoneAttachment3D" parent="Hand_Glove_low_L/Armature/Skeleton3D" index="19"] +transform = Transform3D(0.699331, 0.713816, 0.0374602, 0.103947, -0.153407, 0.982681, 0.707199, -0.683325, -0.181481, 0.00901247, -0.0520231, -0.0951004) +bone_name = "Little_Intermediate_L" +bone_idx = 22 +script = ExtResource("5") +length = 0.015 + +[node name="BonePinkyDistal" type="BoneAttachment3D" parent="Hand_Glove_low_L/Armature/Skeleton3D" index="20"] +transform = Transform3D(0.340891, 0.939844, 0.0220291, 0.162162, -0.081867, 0.983362, 0.926011, -0.331647, -0.180315, 0.0218786, -0.0547881, -0.107417) +bone_name = "Little_Distal_L" +bone_idx = 23 +script = ExtResource("5") +length = 0.015 + +[node name="AnimationPlayer" parent="Hand_Glove_low_L" instance=ExtResource("1")] + +[node name="AnimationTree" type="AnimationTree" parent="."] +tree_root = SubResource("AnimationNodeBlendTree_kvyku") +anim_player = NodePath("../Hand_Glove_low_L/AnimationPlayer") +active = true +parameters/Grip/blend_amount = 0 +parameters/Trigger/blend_amount = 0.0 + +[editable path="Hand_Glove_low_L"] diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/left_tac_glove_low.tscn b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/left_tac_glove_low.tscn new file mode 100644 index 0000000..bf6b70d --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/left_tac_glove_low.tscn @@ -0,0 +1,82 @@ +[gd_scene load_steps=13 format=3 uid="uid://bx1xdisoqo1f6"] + +[ext_resource type="PackedScene" uid="uid://bnx4hithcij6y" path="res://addons/godot-xr-tools/hands/model/Hand_Glove_low_L.gltf" id="1"] +[ext_resource type="PackedScene" uid="uid://the6y7swe6j0" path="res://addons/godot-xr-tools/hands/animations/left/AnimationPlayer.tscn" id="2"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/hand.gd" id="3"] +[ext_resource type="Resource" uid="uid://dertgu7k8alls" path="res://addons/godot-xr-tools/hands/poses/pose_default_left.tres" id="3_iq5xt"] +[ext_resource type="AnimationNodeBlendTree" uid="uid://dl8yf7ipqotd1" path="res://addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres" id="4"] +[ext_resource type="Material" uid="uid://f2uhcqq8s2jx" path="res://addons/godot-xr-tools/hands/materials/glove_caucasian_green_camo.tres" id="5"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_a8arv"] +animation = &"Grip" + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_n3ud5"] +animation = &"Grip" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_ncqlk"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Little_Distal_L", "Armature/Skeleton3D:Little_Intermediate_L", "Armature/Skeleton3D:Little_Metacarpal_L", "Armature/Skeleton3D:Little_Proximal_L", "Armature/Skeleton3D:Middle_Distal_L", "Armature/Skeleton3D:Middle_Intermediate_L", "Armature/Skeleton3D:Middle_Metacarpal_L", "Armature/Skeleton3D:Middle_Proximal_L", "Armature/Skeleton3D:Ring_Distal_L", "Armature/Skeleton3D:Ring_Intermediate_L", "Armature/Skeleton3D:Ring_Metacarpal_L", "Armature/Skeleton3D:Ring_Proximal_L", "Armature/Skeleton3D:Thumb_Distal_L", "Armature/Skeleton3D:Thumb_Metacarpal_L", "Armature/Skeleton3D:Thumb_Proximal_L", "Armature/Skeleton:Little_Distal_L", "Armature/Skeleton:Little_Intermediate_L", "Armature/Skeleton:Little_Proximal_L", "Armature/Skeleton:Middle_Distal_L", "Armature/Skeleton:Middle_Intermediate_L", "Armature/Skeleton:Middle_Proximal_L", "Armature/Skeleton:Ring_Distal_L", "Armature/Skeleton:Ring_Intermediate_L", "Armature/Skeleton:Ring_Proximal_L", "Armature/Skeleton:Thumb_Distal_L", "Armature/Skeleton:Thumb_Proximal_L"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_csu2l"] +animation = &"Grip 5" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_akg52"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Index_Distal_L", "Armature/Skeleton3D:Index_Intermediate_L", "Armature/Skeleton3D:Index_Metacarpal_L", "Armature/Skeleton3D:Index_Proximal_L", "Armature/Skeleton:Index_Distal_L", "Armature/Skeleton:Index_Intermediate_L", "Armature/Skeleton:Index_Proximal_L"] + +[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_2oq6b"] +graph_offset = Vector2(-536, 11) +nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_a8arv") +nodes/ClosedHand1/position = Vector2(-600, 300) +nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_n3ud5") +nodes/ClosedHand2/position = Vector2(-360, 300) +nodes/Grip/node = SubResource("AnimationNodeBlend2_ncqlk") +nodes/Grip/position = Vector2(0, 20) +nodes/OpenHand/node = SubResource("AnimationNodeAnimation_csu2l") +nodes/OpenHand/position = Vector2(-600, 100) +nodes/Trigger/node = SubResource("AnimationNodeBlend2_akg52") +nodes/Trigger/position = Vector2(-360, 20) +node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"] + +[node name="LeftHand" type="Node3D"] +script = ExtResource("3") +hand_blend_tree = ExtResource("4") +default_pose = ExtResource("3_iq5xt") + +[node name="Hand_Glove_low_L" parent="." instance=ExtResource("1")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.03, -0.05, 0.15) + +[node name="Skeleton3D" parent="Hand_Glove_low_L/Armature" index="0"] +bones/1/rotation = Quaternion(0.323537, -2.56577e-05, -0.0272204, 0.945824) +bones/2/rotation = Quaternion(-0.0904441, -0.0415175, -0.166293, 0.981042) +bones/3/rotation = Quaternion(-0.0466199, 0.020971, 0.0103276, 0.998639) +bones/5/rotation = Quaternion(-0.00128455, -0.0116081, -0.0168259, 0.99979) +bones/6/rotation = Quaternion(0.102925, -0.00993208, -0.00794417, 0.994608) +bones/7/rotation = Quaternion(-0.012859, -0.0236108, -0.323258, 0.945929) +bones/8/rotation = Quaternion(0.0120575, -0.00929194, -0.247472, 0.968775) +bones/10/rotation = Quaternion(-0.0357539, -0.000400032, 0.00636764, 0.99934) +bones/11/rotation = Quaternion(-0.00264964, -0.00114471, -0.125992, 0.992027) +bones/12/rotation = Quaternion(0.0394225, 0.00193393, -0.228074, 0.972843) +bones/13/rotation = Quaternion(-0.0123395, -0.00881294, -0.280669, 0.959685) +bones/15/rotation = Quaternion(-0.0702656, 0.0101908, -0.0243307, 0.99718) +bones/16/rotation = Quaternion(-0.0320634, -0.00223624, -0.0686366, 0.997124) +bones/17/rotation = Quaternion(0.0253452, 0.00812462, -0.249005, 0.968136) +bones/18/rotation = Quaternion(0.00252232, 0.00788073, -0.243204, 0.96994) +bones/20/rotation = Quaternion(-0.0917369, 0.0203027, -0.010183, 0.995524) +bones/21/rotation = Quaternion(-0.0625182, -0.00022572, -0.115393, 0.991351) +bones/22/rotation = Quaternion(0.0585786, 0.0216483, -0.269905, 0.96086) +bones/23/rotation = Quaternion(0.00687177, -0.00357275, -0.211953, 0.977249) + +[node name="mesh_Glove_low_L" parent="Hand_Glove_low_L/Armature/Skeleton3D" index="0"] +surface_material_override/0 = ExtResource("5") + +[node name="AnimationPlayer" parent="Hand_Glove_low_L" instance=ExtResource("2")] + +[node name="AnimationTree" type="AnimationTree" parent="."] +tree_root = SubResource("AnimationNodeBlendTree_2oq6b") +anim_player = NodePath("../Hand_Glove_low_L/AnimationPlayer") +active = true +parameters/Grip/blend_amount = 0 +parameters/Trigger/blend_amount = 0.0 + +[editable path="Hand_Glove_low_L"] diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/right_fullglove_low.tscn b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/right_fullglove_low.tscn new file mode 100644 index 0000000..fda3c77 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/right_fullglove_low.tscn @@ -0,0 +1,82 @@ +[gd_scene load_steps=13 format=3 uid="uid://xqimcf20s2jp"] + +[ext_resource type="PackedScene" uid="uid://bxipj7hyjwy6f" path="res://addons/godot-xr-tools/hands/animations/right/AnimationPlayer.tscn" id="1"] +[ext_resource type="PackedScene" uid="uid://cjrac51wst3tu" path="res://addons/godot-xr-tools/hands/model/Hand_low_R.gltf" id="2"] +[ext_resource type="Material" uid="uid://cdb40djkihelq" path="res://addons/godot-xr-tools/hands/materials/cleaning_glove.tres" id="3"] +[ext_resource type="Resource" uid="uid://dmpjtk0l8vh6v" path="res://addons/godot-xr-tools/hands/poses/pose_default_right.tres" id="3_r4xyu"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/hand.gd" id="4"] +[ext_resource type="AnimationNodeBlendTree" uid="uid://m85b1gogdums" path="res://addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres" id="6"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_sjc0m"] +animation = &"Grip" + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_bf0db"] +animation = &"Grip" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_kdora"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Little_Distal_R", "Armature/Skeleton3D:Little_Intermediate_R", "Armature/Skeleton3D:Little_Metacarpal_R", "Armature/Skeleton3D:Little_Proximal_R", "Armature/Skeleton3D:Middle_Distal_R", "Armature/Skeleton3D:Middle_Intermediate_R", "Armature/Skeleton3D:Middle_Metacarpal_R", "Armature/Skeleton3D:Middle_Proximal_R", "Armature/Skeleton3D:Ring_Distal_R", "Armature/Skeleton3D:Ring_Intermediate_R", "Armature/Skeleton3D:Ring_Metacarpal_R", "Armature/Skeleton3D:Ring_Proximal_R", "Armature/Skeleton3D:Thumb_Distal_R", "Armature/Skeleton3D:Thumb_Metacarpal_R", "Armature/Skeleton3D:Thumb_Proximal_R", "Armature/Skeleton:Little_Distal_R", "Armature/Skeleton:Little_Intermediate_R", "Armature/Skeleton:Little_Proximal_R", "Armature/Skeleton:Middle_Distal_R", "Armature/Skeleton:Middle_Intermediate_R", "Armature/Skeleton:Middle_Proximal_R", "Armature/Skeleton:Ring_Distal_R", "Armature/Skeleton:Ring_Intermediate_R", "Armature/Skeleton:Ring_Proximal_R", "Armature/Skeleton:Thumb_Distal_R", "Armature/Skeleton:Thumb_Proximal_R"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_l50hj"] +animation = &"Grip 5" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_vrc3g"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Index_Distal_R", "Armature/Skeleton3D:Index_Intermediate_R", "Armature/Skeleton3D:Index_Metacarpal_R", "Armature/Skeleton3D:Index_Proximal_R", "Armature/Skeleton:Index_Distal_R", "Armature/Skeleton:Index_Intermediate_R", "Armature/Skeleton:Index_Proximal_R"] + +[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_ayvqt"] +graph_offset = Vector2(-552.664, 107.301) +nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_sjc0m") +nodes/ClosedHand1/position = Vector2(-600, 300) +nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_bf0db") +nodes/ClosedHand2/position = Vector2(-360, 300) +nodes/Grip/node = SubResource("AnimationNodeBlend2_kdora") +nodes/Grip/position = Vector2(0, 40) +nodes/OpenHand/node = SubResource("AnimationNodeAnimation_l50hj") +nodes/OpenHand/position = Vector2(-600, 100) +nodes/Trigger/node = SubResource("AnimationNodeBlend2_vrc3g") +nodes/Trigger/position = Vector2(-360, 40) +node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"] + +[node name="RightHand" type="Node3D"] +script = ExtResource("4") +hand_blend_tree = ExtResource("6") +default_pose = ExtResource("3_r4xyu") + +[node name="Hand_low_R" parent="." instance=ExtResource("2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.03, -0.05, 0.15) + +[node name="Skeleton3D" parent="Hand_low_R/Armature" index="0"] +bones/1/rotation = Quaternion(0.323537, 2.56577e-05, 0.0272204, 0.945824) +bones/2/rotation = Quaternion(-0.0904441, 0.0415175, 0.166293, 0.981042) +bones/3/rotation = Quaternion(-0.0466199, -0.020971, -0.0103276, 0.998639) +bones/5/rotation = Quaternion(-0.00128455, 0.0116081, 0.0168259, 0.99979) +bones/6/rotation = Quaternion(0.102925, 0.00993208, 0.00794419, 0.994608) +bones/7/rotation = Quaternion(-0.012859, 0.0236108, 0.323258, 0.945929) +bones/8/rotation = Quaternion(0.0120575, 0.00929193, 0.247472, 0.968775) +bones/10/rotation = Quaternion(-0.0357539, 0.000400032, -0.00636763, 0.99934) +bones/11/rotation = Quaternion(-0.00264964, 0.00114471, 0.125992, 0.992027) +bones/12/rotation = Quaternion(0.0394225, -0.00193393, 0.228074, 0.972843) +bones/13/rotation = Quaternion(-0.0123395, 0.00881294, 0.280669, 0.959685) +bones/15/rotation = Quaternion(-0.0702656, -0.0101908, 0.0243307, 0.99718) +bones/16/rotation = Quaternion(-0.0320634, 0.00223624, 0.0686366, 0.997124) +bones/17/rotation = Quaternion(0.0253452, -0.00812462, 0.249005, 0.968136) +bones/18/rotation = Quaternion(0.00252233, -0.00788073, 0.243204, 0.96994) +bones/20/rotation = Quaternion(-0.0917369, -0.0203027, 0.010183, 0.995524) +bones/21/rotation = Quaternion(-0.0625182, 0.000225721, 0.115393, 0.991351) +bones/22/rotation = Quaternion(0.0585786, -0.0216483, 0.269905, 0.96086) +bones/23/rotation = Quaternion(0.00687177, 0.00357275, 0.211953, 0.977249) + +[node name="mesh_Hand_low_R" parent="Hand_low_R/Armature/Skeleton3D" index="0"] +surface_material_override/0 = ExtResource("3") + +[node name="AnimationPlayer" parent="Hand_low_R" instance=ExtResource("1")] + +[node name="AnimationTree" type="AnimationTree" parent="."] +tree_root = SubResource("AnimationNodeBlendTree_ayvqt") +anim_player = NodePath("../Hand_low_R/AnimationPlayer") +active = true +parameters/Grip/blend_amount = 0.0 +parameters/Trigger/blend_amount = 0.0 + +[editable path="Hand_low_R"] diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/right_hand_low.tscn b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/right_hand_low.tscn new file mode 100644 index 0000000..31e8321 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/right_hand_low.tscn @@ -0,0 +1,82 @@ +[gd_scene load_steps=13 format=3 uid="uid://l2n30mpbkdyw"] + +[ext_resource type="PackedScene" uid="uid://bxipj7hyjwy6f" path="res://addons/godot-xr-tools/hands/animations/right/AnimationPlayer.tscn" id="1"] +[ext_resource type="PackedScene" uid="uid://dunu03tc5vdbh" path="res://addons/godot-xr-tools/hands/model/Hand_Nails_low_R.gltf" id="2"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/hand.gd" id="3"] +[ext_resource type="Resource" uid="uid://dmpjtk0l8vh6v" path="res://addons/godot-xr-tools/hands/poses/pose_default_right.tres" id="3_f67ka"] +[ext_resource type="Material" uid="uid://dy6nhifvvmm73" path="res://addons/godot-xr-tools/hands/materials/caucasian_hand.tres" id="4"] +[ext_resource type="AnimationNodeBlendTree" uid="uid://m85b1gogdums" path="res://addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres" id="6"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_mbwcx"] +animation = &"Grip" + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_dyc5q"] +animation = &"Grip" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_dknar"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Little_Distal_R", "Armature/Skeleton3D:Little_Intermediate_R", "Armature/Skeleton3D:Little_Metacarpal_R", "Armature/Skeleton3D:Little_Proximal_R", "Armature/Skeleton3D:Middle_Distal_R", "Armature/Skeleton3D:Middle_Intermediate_R", "Armature/Skeleton3D:Middle_Metacarpal_R", "Armature/Skeleton3D:Middle_Proximal_R", "Armature/Skeleton3D:Ring_Distal_R", "Armature/Skeleton3D:Ring_Intermediate_R", "Armature/Skeleton3D:Ring_Metacarpal_R", "Armature/Skeleton3D:Ring_Proximal_R", "Armature/Skeleton3D:Thumb_Distal_R", "Armature/Skeleton3D:Thumb_Metacarpal_R", "Armature/Skeleton3D:Thumb_Proximal_R", "Armature/Skeleton:Little_Distal_R", "Armature/Skeleton:Little_Intermediate_R", "Armature/Skeleton:Little_Proximal_R", "Armature/Skeleton:Middle_Distal_R", "Armature/Skeleton:Middle_Intermediate_R", "Armature/Skeleton:Middle_Proximal_R", "Armature/Skeleton:Ring_Distal_R", "Armature/Skeleton:Ring_Intermediate_R", "Armature/Skeleton:Ring_Proximal_R", "Armature/Skeleton:Thumb_Distal_R", "Armature/Skeleton:Thumb_Proximal_R"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_covtt"] +animation = &"Grip 5" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_h5uio"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Index_Distal_R", "Armature/Skeleton3D:Index_Intermediate_R", "Armature/Skeleton3D:Index_Metacarpal_R", "Armature/Skeleton3D:Index_Proximal_R", "Armature/Skeleton:Index_Distal_R", "Armature/Skeleton:Index_Intermediate_R", "Armature/Skeleton:Index_Proximal_R"] + +[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_7kqgu"] +graph_offset = Vector2(-552.664, 107.301) +nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_mbwcx") +nodes/ClosedHand1/position = Vector2(-600, 300) +nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_dyc5q") +nodes/ClosedHand2/position = Vector2(-360, 300) +nodes/Grip/node = SubResource("AnimationNodeBlend2_dknar") +nodes/Grip/position = Vector2(0, 40) +nodes/OpenHand/node = SubResource("AnimationNodeAnimation_covtt") +nodes/OpenHand/position = Vector2(-600, 100) +nodes/Trigger/node = SubResource("AnimationNodeBlend2_h5uio") +nodes/Trigger/position = Vector2(-360, 40) +node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"] + +[node name="RightHand" type="Node3D"] +script = ExtResource("3") +hand_blend_tree = ExtResource("6") +default_pose = ExtResource("3_f67ka") + +[node name="Hand_Nails_low_R" parent="." instance=ExtResource("2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.03, -0.05, 0.15) + +[node name="Skeleton3D" parent="Hand_Nails_low_R/Armature" index="0"] +bones/1/rotation = Quaternion(0.323537, 2.56577e-05, 0.0272204, 0.945824) +bones/2/rotation = Quaternion(-0.0904441, 0.0415175, 0.166293, 0.981042) +bones/3/rotation = Quaternion(-0.0466199, -0.020971, -0.0103276, 0.998639) +bones/5/rotation = Quaternion(-0.00128455, 0.0116081, 0.0168259, 0.99979) +bones/6/rotation = Quaternion(0.102925, 0.00993208, 0.00794419, 0.994608) +bones/7/rotation = Quaternion(-0.012859, 0.0236108, 0.323258, 0.945929) +bones/8/rotation = Quaternion(0.0120575, 0.00929193, 0.247472, 0.968775) +bones/10/rotation = Quaternion(-0.0357539, 0.000400032, -0.00636763, 0.99934) +bones/11/rotation = Quaternion(-0.00264964, 0.00114471, 0.125992, 0.992027) +bones/12/rotation = Quaternion(0.0394225, -0.00193393, 0.228074, 0.972843) +bones/13/rotation = Quaternion(-0.0123395, 0.00881294, 0.280669, 0.959685) +bones/15/rotation = Quaternion(-0.0702656, -0.0101908, 0.0243307, 0.99718) +bones/16/rotation = Quaternion(-0.0320634, 0.00223624, 0.0686366, 0.997124) +bones/17/rotation = Quaternion(0.0253452, -0.00812462, 0.249005, 0.968136) +bones/18/rotation = Quaternion(0.00252233, -0.00788073, 0.243204, 0.96994) +bones/20/rotation = Quaternion(-0.0917369, -0.0203027, 0.010183, 0.995524) +bones/21/rotation = Quaternion(-0.0625182, 0.000225721, 0.115393, 0.991351) +bones/22/rotation = Quaternion(0.0585786, -0.0216483, 0.269905, 0.96086) +bones/23/rotation = Quaternion(0.00687177, 0.00357275, 0.211953, 0.977249) + +[node name="mesh_Hand_Nails_low_R" parent="Hand_Nails_low_R/Armature/Skeleton3D" index="0"] +surface_material_override/0 = ExtResource("4") + +[node name="AnimationPlayer" parent="Hand_Nails_low_R" instance=ExtResource("1")] + +[node name="AnimationTree" type="AnimationTree" parent="."] +tree_root = SubResource("AnimationNodeBlendTree_7kqgu") +anim_player = NodePath("../Hand_Nails_low_R/AnimationPlayer") +active = true +parameters/Grip/blend_amount = 0.0 +parameters/Trigger/blend_amount = 0.0 + +[editable path="Hand_Nails_low_R"] diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/right_physics_fullglove_low.tscn b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/right_physics_fullglove_low.tscn new file mode 100644 index 0000000..6f570bd --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/right_physics_fullglove_low.tscn @@ -0,0 +1,227 @@ +[gd_scene load_steps=14 format=3 uid="uid://bkdeegb8w3oah"] + +[ext_resource type="PackedScene" uid="uid://bxipj7hyjwy6f" path="res://addons/godot-xr-tools/hands/animations/right/AnimationPlayer.tscn" id="1"] +[ext_resource type="PackedScene" uid="uid://cjrac51wst3tu" path="res://addons/godot-xr-tools/hands/model/Hand_low_R.gltf" id="2"] +[ext_resource type="Material" uid="uid://ds2dpvbpht0ea" path="res://addons/godot-xr-tools/hands/materials/labglove.tres" id="3"] +[ext_resource type="Resource" uid="uid://dmpjtk0l8vh6v" path="res://addons/godot-xr-tools/hands/poses/pose_default_right.tres" id="3_e8slj"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/physics_hand.gd" id="4"] +[ext_resource type="AnimationNodeBlendTree" uid="uid://m85b1gogdums" path="res://addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres" id="6"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/hand_physics_bone.gd" id="8"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_koc4o"] +animation = &"Grip" + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_e3fsb"] +animation = &"Grip" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_7psdm"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Little_Distal_R", "Armature/Skeleton3D:Little_Intermediate_R", "Armature/Skeleton3D:Little_Metacarpal_R", "Armature/Skeleton3D:Little_Proximal_R", "Armature/Skeleton3D:Middle_Distal_R", "Armature/Skeleton3D:Middle_Intermediate_R", "Armature/Skeleton3D:Middle_Metacarpal_R", "Armature/Skeleton3D:Middle_Proximal_R", "Armature/Skeleton3D:Ring_Distal_R", "Armature/Skeleton3D:Ring_Intermediate_R", "Armature/Skeleton3D:Ring_Metacarpal_R", "Armature/Skeleton3D:Ring_Proximal_R", "Armature/Skeleton3D:Thumb_Distal_R", "Armature/Skeleton3D:Thumb_Metacarpal_R", "Armature/Skeleton3D:Thumb_Proximal_R", "Armature/Skeleton:Little_Distal_R", "Armature/Skeleton:Little_Intermediate_R", "Armature/Skeleton:Little_Proximal_R", "Armature/Skeleton:Middle_Distal_R", "Armature/Skeleton:Middle_Intermediate_R", "Armature/Skeleton:Middle_Proximal_R", "Armature/Skeleton:Ring_Distal_R", "Armature/Skeleton:Ring_Intermediate_R", "Armature/Skeleton:Ring_Proximal_R", "Armature/Skeleton:Thumb_Distal_R", "Armature/Skeleton:Thumb_Proximal_R"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_1fjc2"] +animation = &"Grip 5" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_ai2qv"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Index_Distal_R", "Armature/Skeleton3D:Index_Intermediate_R", "Armature/Skeleton3D:Index_Metacarpal_R", "Armature/Skeleton3D:Index_Proximal_R", "Armature/Skeleton:Index_Distal_R", "Armature/Skeleton:Index_Intermediate_R", "Armature/Skeleton:Index_Proximal_R"] + +[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_6ule7"] +graph_offset = Vector2(-552.664, 107.301) +nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_koc4o") +nodes/ClosedHand1/position = Vector2(-600, 300) +nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_e3fsb") +nodes/ClosedHand2/position = Vector2(-360, 300) +nodes/Grip/node = SubResource("AnimationNodeBlend2_7psdm") +nodes/Grip/position = Vector2(0, 40) +nodes/OpenHand/node = SubResource("AnimationNodeAnimation_1fjc2") +nodes/OpenHand/position = Vector2(-600, 100) +nodes/Trigger/node = SubResource("AnimationNodeBlend2_ai2qv") +nodes/Trigger/position = Vector2(-360, 40) +node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"] + +[node name="RightPhysicsHand" type="Node3D"] +script = ExtResource("4") +bone_group = "RightHand" +hand_blend_tree = ExtResource("6") +default_pose = ExtResource("3_e8slj") + +[node name="Hand_low_R" parent="." instance=ExtResource("2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.03, -0.05, 0.15) + +[node name="Skeleton3D" parent="Hand_low_R/Armature" index="0"] +bones/1/rotation = Quaternion(0.323537, 2.56577e-05, 0.0272204, 0.945824) +bones/2/rotation = Quaternion(-0.0904441, 0.0415175, 0.166293, 0.981042) +bones/3/rotation = Quaternion(-0.0466199, -0.020971, -0.0103276, 0.998639) +bones/5/rotation = Quaternion(-0.00128455, 0.0116081, 0.0168259, 0.99979) +bones/6/rotation = Quaternion(0.102925, 0.00993208, 0.00794419, 0.994608) +bones/7/rotation = Quaternion(-0.012859, 0.0236108, 0.323258, 0.945929) +bones/8/rotation = Quaternion(0.0120575, 0.00929193, 0.247472, 0.968775) +bones/10/rotation = Quaternion(-0.0357539, 0.000400032, -0.00636763, 0.99934) +bones/11/rotation = Quaternion(-0.00264964, 0.00114471, 0.125992, 0.992027) +bones/12/rotation = Quaternion(0.0394225, -0.00193393, 0.228074, 0.972843) +bones/13/rotation = Quaternion(-0.0123395, 0.00881294, 0.280669, 0.959685) +bones/15/rotation = Quaternion(-0.0702656, -0.0101908, 0.0243307, 0.99718) +bones/16/rotation = Quaternion(-0.0320634, 0.00223624, 0.0686366, 0.997124) +bones/17/rotation = Quaternion(0.0253452, -0.00812462, 0.249005, 0.968136) +bones/18/rotation = Quaternion(0.00252233, -0.00788073, 0.243204, 0.96994) +bones/20/rotation = Quaternion(-0.0917369, -0.0203027, 0.010183, 0.995524) +bones/21/rotation = Quaternion(-0.0625182, 0.000225721, 0.115393, 0.991351) +bones/22/rotation = Quaternion(0.0585786, -0.0216483, 0.269905, 0.96086) +bones/23/rotation = Quaternion(0.00687177, 0.00357275, 0.211953, 0.977249) + +[node name="mesh_Hand_low_R" parent="Hand_low_R/Armature/Skeleton3D" index="0"] +surface_material_override/0 = ExtResource("3") + +[node name="BoneRoot" type="BoneAttachment3D" parent="Hand_low_R/Armature/Skeleton3D" index="1"] +transform = Transform3D(1, 1.83077e-05, -1.52659e-08, -1.52668e-08, 0.00166774, 0.999999, 1.83077e-05, -0.999999, 0.00166774, -3.86425e-08, -1.86975e-05, 0.0271756) +bone_name = "Wrist_R" +bone_idx = 0 +script = ExtResource("8") +width_ratio = 0.8 + +[node name="BoneThumbMetacarpal" type="BoneAttachment3D" parent="Hand_low_R/Armature/Skeleton3D" index="2"] +transform = Transform3D(0.998519, -0.0514604, 0.0176509, 0.017651, 0.613335, 0.789626, -0.0514604, -0.788145, 0.613335, -0.00999954, 0.0200266, 3.59323e-05) +bone_name = "Thumb_Metacarpal_R" +bone_idx = 1 +script = ExtResource("8") +length = 0.05 + +[node name="BoneThumbProximal" type="BoneAttachment3D" parent="Hand_low_R/Armature/Skeleton3D" index="3"] +transform = Transform3D(0.921479, -0.383958, 0.0587628, 0.124052, 0.434264, 0.892203, -0.368087, -0.814856, 0.447796, -0.012311, 0.0475754, -0.0353648) +bone_name = "Thumb_Proximal_R" +bone_idx = 2 +script = ExtResource("8") + +[node name="BoneThumbDistal" type="BoneAttachment3D" parent="Hand_low_R/Armature/Skeleton3D" index="4"] +transform = Transform3D(0.930159, -0.366844, -0.0151708, 0.154037, 0.352396, 0.923087, -0.333283, -0.860954, 0.384292, -0.028494, 0.0658787, -0.0697092) +bone_name = "Thumb_Distal_R" +bone_idx = 3 +script = ExtResource("8") +length = 0.02 + +[node name="BoneIndexMetacarpal" type="BoneAttachment3D" parent="Hand_low_R/Armature/Skeleton3D" index="5"] +transform = Transform3D(0.999165, -0.0336562, 0.0231681, -0.0231985, -0.00051113, 0.999731, -0.0336353, -0.999433, -0.00129147, 0.0100005, 0.0224317, 3.59286e-05) +bone_name = "Index_Metacarpal_R" +bone_idx = 5 +script = ExtResource("8") +length = 0.08 +width_ratio = 0.2 + +[node name="BoneIndexProximal" type="BoneAttachment3D" parent="Hand_low_R/Armature/Skeleton3D" index="6"] +transform = Transform3D(0.997821, -0.0419385, 0.0509327, -0.0413169, 0.204661, 0.97796, -0.0514381, -0.977934, 0.202483, 0.00729559, 0.0223907, -0.0802861) +bone_name = "Index_Proximal_R" +bone_idx = 6 +script = ExtResource("8") + +[node name="BoneIndexMiddle" type="BoneAttachment3D" parent="Hand_low_R/Armature/Skeleton3D" index="7"] +transform = Transform3D(0.759851, -0.644453, 0.0854741, 0.0405881, 0.178251, 0.983148, -0.648829, -0.743577, 0.161601, 0.00569705, 0.0301916, -0.117561) +bone_name = "Index_Intermediate_R" +bone_idx = 7 +script = ExtResource("8") +length = 0.025 +bone_group = "IndexFinger" + +[node name="BoneIndexDistal" type="BoneAttachment3D" parent="Hand_low_R/Armature/Skeleton3D" index="8"] +transform = Transform3D(0.356467, -0.927111, 0.115741, 0.109286, 0.164404, 0.98032, -0.927894, -0.336803, 0.159925, -0.0145038, 0.035779, -0.140869) +bone_name = "Index_Distal_R" +bone_idx = 8 +script = ExtResource("8") +length = 0.02 +bone_group = "IndexFinger" + +[node name="BoneMiddleMetacarpal" type="BoneAttachment3D" parent="Hand_low_R/Armature/Skeleton3D" index="9"] +transform = Transform3D(0.999918, 0.0127165, 0.00125617, -0.000365489, -0.0698022, 0.997561, 0.0127732, -0.99748, -0.0697919, 0.0100005, 0.00355416, 3.59286e-05) +bone_name = "Middle_Metacarpal_R" +bone_idx = 10 +script = ExtResource("8") +length = 0.08 +width_ratio = 0.2 + +[node name="BoneMiddleProximal" type="BoneAttachment3D" parent="Hand_low_R/Armature/Skeleton3D" index="10"] +transform = Transform3D(0.971345, -0.237654, 0.00293004, -0.0207339, -0.0724503, 0.997156, -0.236766, -0.968644, -0.0753018, 0.0110237, -0.00206236, -0.0802245) +bone_name = "Middle_Proximal_R" +bone_idx = 11 +script = ExtResource("8") + +[node name="BoneMiddleMiddle" type="BoneAttachment3D" parent="Hand_low_R/Armature/Skeleton3D" index="11"] +transform = Transform3D(0.764922, -0.643162, 0.0351718, -0.0290327, 0.0201225, 0.999376, -0.643468, -0.765466, -0.00328059, 0.00032845, -0.00532286, -0.123817) +bone_name = "Middle_Intermediate_R" +bone_idx = 12 +script = ExtResource("8") +length = 0.025 + +[node name="BoneMiddleDistal" type="BoneAttachment3D" parent="Hand_low_R/Armature/Skeleton3D" index="12"] +transform = Transform3D(0.297115, -0.95453, 0.0243818, -0.0374454, 0.0138673, 0.999202, -0.954107, -0.297791, -0.0316226, -0.0205207, -0.00467055, -0.148631) +bone_name = "Middle_Distal_R" +bone_idx = 13 +script = ExtResource("8") +length = 0.02 + +[node name="BoneRingMetacarpal" type="BoneAttachment3D" parent="Hand_low_R/Armature/Skeleton3D" index="13"] +transform = Transform3D(0.998609, -0.047074, -0.0237409, 0.0169882, -0.138981, 0.990149, -0.0499098, -0.989175, -0.137988, 0.0100005, -0.0130734, 3.59304e-05) +bone_name = "Ring_Metacarpal_R" +bone_idx = 15 +script = ExtResource("8") +length = 0.07 +width_ratio = 0.2 + +[node name="BoneRingProximal" type="BoneAttachment3D" parent="Hand_low_R/Armature/Skeleton3D" index="14"] +transform = Transform3D(0.982964, -0.181854, -0.0266582, -0.0109494, -0.202722, 0.979175, -0.183471, -0.962202, -0.20126, 0.00651963, -0.0233502, -0.0731075) +bone_name = "Ring_Proximal_R" +bone_idx = 16 +script = ExtResource("8") +length = 0.028 + +[node name="BoneRingMiddle" type="BoneAttachment3D" parent="Hand_low_R/Armature/Skeleton3D" index="15"] +transform = Transform3D(0.772579, -0.634603, -0.0200164, -0.0794844, -0.127948, 0.98859, -0.629924, -0.762173, -0.149291, -0.000778395, -0.0314857, -0.111722) +bone_name = "Ring_Intermediate_R" +bone_idx = 17 +script = ExtResource("8") +length = 0.025 + +[node name="BoneRingDistal" type="BoneAttachment3D" parent="Hand_low_R/Armature/Skeleton3D" index="16"] +transform = Transform3D(0.381388, -0.924068, -0.025339, -0.114105, -0.0742599, 0.990689, -0.917346, -0.374945, -0.133762, -0.0184188, -0.0350424, -0.132908) +bone_name = "Ring_Distal_R" +bone_idx = 18 +script = ExtResource("8") +length = 0.02 + +[node name="BonePinkyMetacarpal" type="BoneAttachment3D" parent="Hand_low_R/Armature/Skeleton3D" index="17"] +transform = Transform3D(0.998969, -0.0165318, -0.0422887, 0.0385953, -0.181426, 0.982647, -0.0239172, -0.983265, -0.180601, 4.58211e-07, -0.0299734, 3.59304e-05) +bone_name = "Little_Metacarpal_R" +bone_idx = 20 +script = ExtResource("8") +length = 0.07 +width_ratio = 0.18 + +[node name="BonePinkyProximal" type="BoneAttachment3D" parent="Hand_low_R/Armature/Skeleton3D" index="18"] +transform = Transform3D(0.969212, -0.239304, -0.0579745, -0.0185535, -0.305761, 0.951928, -0.245527, -0.921544, -0.300787, -0.00108587, -0.0418952, -0.0645756) +bone_name = "Little_Proximal_R" +bone_idx = 21 +script = ExtResource("8") +length = 0.02 + +[node name="BonePinkyMiddle" type="BoneAttachment3D" parent="Hand_low_R/Armature/Skeleton3D" index="19"] +transform = Transform3D(0.699331, -0.713816, -0.0374602, -0.103947, -0.153407, 0.982681, -0.707199, -0.683325, -0.181481, -0.00901247, -0.0520231, -0.0951004) +bone_name = "Little_Intermediate_R" +bone_idx = 22 +script = ExtResource("8") +length = 0.015 + +[node name="BonePinkyDistal" type="BoneAttachment3D" parent="Hand_low_R/Armature/Skeleton3D" index="20"] +transform = Transform3D(0.340891, -0.939844, -0.0220291, -0.162162, -0.081867, 0.983362, -0.926011, -0.331647, -0.180315, -0.0218786, -0.0547881, -0.107417) +bone_name = "Little_Distal_R" +bone_idx = 23 +script = ExtResource("8") +length = 0.015 + +[node name="AnimationPlayer" parent="Hand_low_R" instance=ExtResource("1")] + +[node name="AnimationTree" type="AnimationTree" parent="."] +tree_root = SubResource("AnimationNodeBlendTree_6ule7") +anim_player = NodePath("../Hand_low_R/AnimationPlayer") +active = true +parameters/Grip/blend_amount = 0.0 +parameters/Trigger/blend_amount = 0.0 + +[editable path="Hand_low_R"] diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/right_physics_hand_low.tscn b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/right_physics_hand_low.tscn new file mode 100644 index 0000000..5aef399 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/right_physics_hand_low.tscn @@ -0,0 +1,227 @@ +[gd_scene load_steps=14 format=3 uid="uid://btf05hjpw6k05"] + +[ext_resource type="PackedScene" uid="uid://bxipj7hyjwy6f" path="res://addons/godot-xr-tools/hands/animations/right/AnimationPlayer.tscn" id="1"] +[ext_resource type="PackedScene" uid="uid://dunu03tc5vdbh" path="res://addons/godot-xr-tools/hands/model/Hand_Nails_low_R.gltf" id="2"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/physics_hand.gd" id="3"] +[ext_resource type="Resource" uid="uid://dmpjtk0l8vh6v" path="res://addons/godot-xr-tools/hands/poses/pose_default_right.tres" id="3_b86a5"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/hand_physics_bone.gd" id="4"] +[ext_resource type="Material" uid="uid://dy6nhifvvmm73" path="res://addons/godot-xr-tools/hands/materials/caucasian_hand.tres" id="5"] +[ext_resource type="AnimationNodeBlendTree" uid="uid://m85b1gogdums" path="res://addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres" id="7"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_d2moa"] +animation = &"Grip" + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_o028d"] +animation = &"Grip" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_rwysm"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Little_Distal_R", "Armature/Skeleton3D:Little_Intermediate_R", "Armature/Skeleton3D:Little_Metacarpal_R", "Armature/Skeleton3D:Little_Proximal_R", "Armature/Skeleton3D:Middle_Distal_R", "Armature/Skeleton3D:Middle_Intermediate_R", "Armature/Skeleton3D:Middle_Metacarpal_R", "Armature/Skeleton3D:Middle_Proximal_R", "Armature/Skeleton3D:Ring_Distal_R", "Armature/Skeleton3D:Ring_Intermediate_R", "Armature/Skeleton3D:Ring_Metacarpal_R", "Armature/Skeleton3D:Ring_Proximal_R", "Armature/Skeleton3D:Thumb_Distal_R", "Armature/Skeleton3D:Thumb_Metacarpal_R", "Armature/Skeleton3D:Thumb_Proximal_R", "Armature/Skeleton:Little_Distal_R", "Armature/Skeleton:Little_Intermediate_R", "Armature/Skeleton:Little_Proximal_R", "Armature/Skeleton:Middle_Distal_R", "Armature/Skeleton:Middle_Intermediate_R", "Armature/Skeleton:Middle_Proximal_R", "Armature/Skeleton:Ring_Distal_R", "Armature/Skeleton:Ring_Intermediate_R", "Armature/Skeleton:Ring_Proximal_R", "Armature/Skeleton:Thumb_Distal_R", "Armature/Skeleton:Thumb_Proximal_R"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_l0mk4"] +animation = &"Grip 5" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_it0su"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Index_Distal_R", "Armature/Skeleton3D:Index_Intermediate_R", "Armature/Skeleton3D:Index_Metacarpal_R", "Armature/Skeleton3D:Index_Proximal_R", "Armature/Skeleton:Index_Distal_R", "Armature/Skeleton:Index_Intermediate_R", "Armature/Skeleton:Index_Proximal_R"] + +[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_km4vp"] +graph_offset = Vector2(-552.664, 107.301) +nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_d2moa") +nodes/ClosedHand1/position = Vector2(-600, 300) +nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_o028d") +nodes/ClosedHand2/position = Vector2(-360, 300) +nodes/Grip/node = SubResource("AnimationNodeBlend2_rwysm") +nodes/Grip/position = Vector2(0, 40) +nodes/OpenHand/node = SubResource("AnimationNodeAnimation_l0mk4") +nodes/OpenHand/position = Vector2(-600, 100) +nodes/Trigger/node = SubResource("AnimationNodeBlend2_it0su") +nodes/Trigger/position = Vector2(-360, 40) +node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"] + +[node name="RightPhysicsHand" type="Node3D"] +script = ExtResource("3") +bone_group = "RightHand" +hand_blend_tree = ExtResource("7") +default_pose = ExtResource("3_b86a5") + +[node name="Hand_Nails_low_R" parent="." instance=ExtResource("2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.03, -0.05, 0.15) + +[node name="Skeleton3D" parent="Hand_Nails_low_R/Armature" index="0"] +bones/1/rotation = Quaternion(0.323537, 2.56577e-05, 0.0272204, 0.945824) +bones/2/rotation = Quaternion(-0.0904441, 0.0415175, 0.166293, 0.981042) +bones/3/rotation = Quaternion(-0.0466199, -0.020971, -0.0103276, 0.998639) +bones/5/rotation = Quaternion(-0.00128455, 0.0116081, 0.0168259, 0.99979) +bones/6/rotation = Quaternion(0.102925, 0.00993208, 0.00794419, 0.994608) +bones/7/rotation = Quaternion(-0.012859, 0.0236108, 0.323258, 0.945929) +bones/8/rotation = Quaternion(0.0120575, 0.00929193, 0.247472, 0.968775) +bones/10/rotation = Quaternion(-0.0357539, 0.000400032, -0.00636763, 0.99934) +bones/11/rotation = Quaternion(-0.00264964, 0.00114471, 0.125992, 0.992027) +bones/12/rotation = Quaternion(0.0394225, -0.00193393, 0.228074, 0.972843) +bones/13/rotation = Quaternion(-0.0123395, 0.00881294, 0.280669, 0.959685) +bones/15/rotation = Quaternion(-0.0702656, -0.0101908, 0.0243307, 0.99718) +bones/16/rotation = Quaternion(-0.0320634, 0.00223624, 0.0686366, 0.997124) +bones/17/rotation = Quaternion(0.0253452, -0.00812462, 0.249005, 0.968136) +bones/18/rotation = Quaternion(0.00252233, -0.00788073, 0.243204, 0.96994) +bones/20/rotation = Quaternion(-0.0917369, -0.0203027, 0.010183, 0.995524) +bones/21/rotation = Quaternion(-0.0625182, 0.000225721, 0.115393, 0.991351) +bones/22/rotation = Quaternion(0.0585786, -0.0216483, 0.269905, 0.96086) +bones/23/rotation = Quaternion(0.00687177, 0.00357275, 0.211953, 0.977249) + +[node name="mesh_Hand_Nails_low_R" parent="Hand_Nails_low_R/Armature/Skeleton3D" index="0"] +surface_material_override/0 = ExtResource("5") + +[node name="BoneRoot" type="BoneAttachment3D" parent="Hand_Nails_low_R/Armature/Skeleton3D" index="1"] +transform = Transform3D(1, 1.83077e-05, -1.52659e-08, -1.52668e-08, 0.00166774, 0.999999, 1.83077e-05, -0.999999, 0.00166774, -3.86425e-08, -1.86975e-05, 0.0271756) +bone_name = "Wrist_R" +bone_idx = 0 +script = ExtResource("4") +width_ratio = 0.8 + +[node name="BoneThumbMetacarpal" type="BoneAttachment3D" parent="Hand_Nails_low_R/Armature/Skeleton3D" index="2"] +transform = Transform3D(0.998519, -0.0514604, 0.0176509, 0.017651, 0.613335, 0.789626, -0.0514604, -0.788145, 0.613335, -0.00999954, 0.0200266, 3.59323e-05) +bone_name = "Thumb_Metacarpal_R" +bone_idx = 1 +script = ExtResource("4") +length = 0.05 + +[node name="BoneThumbProximal" type="BoneAttachment3D" parent="Hand_Nails_low_R/Armature/Skeleton3D" index="3"] +transform = Transform3D(0.921479, -0.383958, 0.0587628, 0.124052, 0.434264, 0.892203, -0.368087, -0.814856, 0.447796, -0.012311, 0.0475754, -0.0353648) +bone_name = "Thumb_Proximal_R" +bone_idx = 2 +script = ExtResource("4") + +[node name="BoneThumbDistal" type="BoneAttachment3D" parent="Hand_Nails_low_R/Armature/Skeleton3D" index="4"] +transform = Transform3D(0.930159, -0.366844, -0.0151708, 0.154037, 0.352396, 0.923087, -0.333283, -0.860954, 0.384292, -0.028494, 0.0658787, -0.0697092) +bone_name = "Thumb_Distal_R" +bone_idx = 3 +script = ExtResource("4") +length = 0.02 + +[node name="BoneIndexMetacarpal" type="BoneAttachment3D" parent="Hand_Nails_low_R/Armature/Skeleton3D" index="5"] +transform = Transform3D(0.999165, -0.0336562, 0.0231681, -0.0231985, -0.00051113, 0.999731, -0.0336353, -0.999433, -0.00129147, 0.0100005, 0.0224317, 3.59286e-05) +bone_name = "Index_Metacarpal_R" +bone_idx = 5 +script = ExtResource("4") +length = 0.08 +width_ratio = 0.2 + +[node name="BoneIndexProximal" type="BoneAttachment3D" parent="Hand_Nails_low_R/Armature/Skeleton3D" index="6"] +transform = Transform3D(0.997821, -0.0419385, 0.0509327, -0.0413169, 0.204661, 0.97796, -0.0514381, -0.977934, 0.202483, 0.00729559, 0.0223907, -0.0802861) +bone_name = "Index_Proximal_R" +bone_idx = 6 +script = ExtResource("4") + +[node name="BoneIndexMiddle" type="BoneAttachment3D" parent="Hand_Nails_low_R/Armature/Skeleton3D" index="7"] +transform = Transform3D(0.759851, -0.644453, 0.0854741, 0.0405881, 0.178251, 0.983148, -0.648829, -0.743577, 0.161601, 0.00569705, 0.0301916, -0.117561) +bone_name = "Index_Intermediate_R" +bone_idx = 7 +script = ExtResource("4") +length = 0.025 +bone_group = "IndexFinger" + +[node name="BoneIndexDistal" type="BoneAttachment3D" parent="Hand_Nails_low_R/Armature/Skeleton3D" index="8"] +transform = Transform3D(0.356467, -0.927111, 0.115741, 0.109286, 0.164404, 0.98032, -0.927894, -0.336803, 0.159925, -0.0145038, 0.035779, -0.140869) +bone_name = "Index_Distal_R" +bone_idx = 8 +script = ExtResource("4") +length = 0.02 +bone_group = "IndexFinger" + +[node name="BoneMiddleMetacarpal" type="BoneAttachment3D" parent="Hand_Nails_low_R/Armature/Skeleton3D" index="9"] +transform = Transform3D(0.999918, 0.0127165, 0.00125617, -0.000365489, -0.0698022, 0.997561, 0.0127732, -0.99748, -0.0697919, 0.0100005, 0.00355416, 3.59286e-05) +bone_name = "Middle_Metacarpal_R" +bone_idx = 10 +script = ExtResource("4") +length = 0.08 +width_ratio = 0.2 + +[node name="BoneMiddleProximal" type="BoneAttachment3D" parent="Hand_Nails_low_R/Armature/Skeleton3D" index="10"] +transform = Transform3D(0.971345, -0.237654, 0.00293004, -0.0207339, -0.0724503, 0.997156, -0.236766, -0.968644, -0.0753018, 0.0110237, -0.00206236, -0.0802245) +bone_name = "Middle_Proximal_R" +bone_idx = 11 +script = ExtResource("4") + +[node name="BoneMiddleMiddle" type="BoneAttachment3D" parent="Hand_Nails_low_R/Armature/Skeleton3D" index="11"] +transform = Transform3D(0.764922, -0.643162, 0.0351718, -0.0290327, 0.0201225, 0.999376, -0.643468, -0.765466, -0.00328059, 0.00032845, -0.00532286, -0.123817) +bone_name = "Middle_Intermediate_R" +bone_idx = 12 +script = ExtResource("4") +length = 0.025 + +[node name="BoneMiddleDistal" type="BoneAttachment3D" parent="Hand_Nails_low_R/Armature/Skeleton3D" index="12"] +transform = Transform3D(0.297115, -0.95453, 0.0243818, -0.0374454, 0.0138673, 0.999202, -0.954107, -0.297791, -0.0316226, -0.0205207, -0.00467055, -0.148631) +bone_name = "Middle_Distal_R" +bone_idx = 13 +script = ExtResource("4") +length = 0.02 + +[node name="BoneRingMetacarpal" type="BoneAttachment3D" parent="Hand_Nails_low_R/Armature/Skeleton3D" index="13"] +transform = Transform3D(0.998609, -0.047074, -0.0237409, 0.0169882, -0.138981, 0.990149, -0.0499098, -0.989175, -0.137988, 0.0100005, -0.0130734, 3.59304e-05) +bone_name = "Ring_Metacarpal_R" +bone_idx = 15 +script = ExtResource("4") +length = 0.07 +width_ratio = 0.2 + +[node name="BoneRingProximal" type="BoneAttachment3D" parent="Hand_Nails_low_R/Armature/Skeleton3D" index="14"] +transform = Transform3D(0.982964, -0.181854, -0.0266582, -0.0109494, -0.202722, 0.979175, -0.183471, -0.962202, -0.20126, 0.00651963, -0.0233502, -0.0731075) +bone_name = "Ring_Proximal_R" +bone_idx = 16 +script = ExtResource("4") +length = 0.028 + +[node name="BoneRingMiddle" type="BoneAttachment3D" parent="Hand_Nails_low_R/Armature/Skeleton3D" index="15"] +transform = Transform3D(0.772579, -0.634603, -0.0200164, -0.0794844, -0.127948, 0.98859, -0.629924, -0.762173, -0.149291, -0.000778395, -0.0314857, -0.111722) +bone_name = "Ring_Intermediate_R" +bone_idx = 17 +script = ExtResource("4") +length = 0.025 + +[node name="BoneRingDistal" type="BoneAttachment3D" parent="Hand_Nails_low_R/Armature/Skeleton3D" index="16"] +transform = Transform3D(0.381388, -0.924068, -0.025339, -0.114105, -0.0742599, 0.990689, -0.917346, -0.374945, -0.133762, -0.0184188, -0.0350424, -0.132908) +bone_name = "Ring_Distal_R" +bone_idx = 18 +script = ExtResource("4") +length = 0.02 + +[node name="BonePinkyMetacarpal" type="BoneAttachment3D" parent="Hand_Nails_low_R/Armature/Skeleton3D" index="17"] +transform = Transform3D(0.998969, -0.0165318, -0.0422887, 0.0385953, -0.181426, 0.982647, -0.0239172, -0.983265, -0.180601, 4.58211e-07, -0.0299734, 3.59304e-05) +bone_name = "Little_Metacarpal_R" +bone_idx = 20 +script = ExtResource("4") +length = 0.07 +width_ratio = 0.18 + +[node name="BonePinkyProximal" type="BoneAttachment3D" parent="Hand_Nails_low_R/Armature/Skeleton3D" index="18"] +transform = Transform3D(0.969212, -0.239304, -0.0579745, -0.0185535, -0.305761, 0.951928, -0.245527, -0.921544, -0.300787, -0.00108587, -0.0418952, -0.0645756) +bone_name = "Little_Proximal_R" +bone_idx = 21 +script = ExtResource("4") +length = 0.02 + +[node name="BonePinkyMiddle" type="BoneAttachment3D" parent="Hand_Nails_low_R/Armature/Skeleton3D" index="19"] +transform = Transform3D(0.699331, -0.713816, -0.0374602, -0.103947, -0.153407, 0.982681, -0.707199, -0.683325, -0.181481, -0.00901247, -0.0520231, -0.0951004) +bone_name = "Little_Intermediate_R" +bone_idx = 22 +script = ExtResource("4") +length = 0.015 + +[node name="BonePinkyDistal" type="BoneAttachment3D" parent="Hand_Nails_low_R/Armature/Skeleton3D" index="20"] +transform = Transform3D(0.340891, -0.939844, -0.0220291, -0.162162, -0.081867, 0.983362, -0.926011, -0.331647, -0.180315, -0.0218786, -0.0547881, -0.107417) +bone_name = "Little_Distal_R" +bone_idx = 23 +script = ExtResource("4") +length = 0.015 + +[node name="AnimationPlayer" parent="Hand_Nails_low_R" instance=ExtResource("1")] + +[node name="AnimationTree" type="AnimationTree" parent="."] +tree_root = SubResource("AnimationNodeBlendTree_km4vp") +anim_player = NodePath("../Hand_Nails_low_R/AnimationPlayer") +active = true +parameters/Grip/blend_amount = 0.0 +parameters/Trigger/blend_amount = 0.0 + +[editable path="Hand_Nails_low_R"] diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/right_physics_tac_glove_low.tscn b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/right_physics_tac_glove_low.tscn new file mode 100644 index 0000000..9f20a8b --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/right_physics_tac_glove_low.tscn @@ -0,0 +1,227 @@ +[gd_scene load_steps=14 format=3 uid="uid://c2uvwvdlsfuep"] + +[ext_resource type="PackedScene" uid="uid://bxipj7hyjwy6f" path="res://addons/godot-xr-tools/hands/animations/right/AnimationPlayer.tscn" id="1"] +[ext_resource type="PackedScene" uid="uid://csgsp0wuw8ucy" path="res://addons/godot-xr-tools/hands/model/Hand_Glove_low_R.gltf" id="2"] +[ext_resource type="AnimationNodeBlendTree" uid="uid://m85b1gogdums" path="res://addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres" id="3"] +[ext_resource type="Resource" uid="uid://dmpjtk0l8vh6v" path="res://addons/godot-xr-tools/hands/poses/pose_default_right.tres" id="3_xodao"] +[ext_resource type="Material" uid="uid://dogla70w8hvo8" path="res://addons/godot-xr-tools/hands/materials/glove_caucasian_dark_camo.tres" id="4"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/hand_physics_bone.gd" id="5"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/physics_hand.gd" id="6"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_d3g7m"] +animation = &"Grip" + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_hr14p"] +animation = &"Grip" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_av2ad"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Little_Distal_R", "Armature/Skeleton3D:Little_Intermediate_R", "Armature/Skeleton3D:Little_Metacarpal_R", "Armature/Skeleton3D:Little_Proximal_R", "Armature/Skeleton3D:Middle_Distal_R", "Armature/Skeleton3D:Middle_Intermediate_R", "Armature/Skeleton3D:Middle_Metacarpal_R", "Armature/Skeleton3D:Middle_Proximal_R", "Armature/Skeleton3D:Ring_Distal_R", "Armature/Skeleton3D:Ring_Intermediate_R", "Armature/Skeleton3D:Ring_Metacarpal_R", "Armature/Skeleton3D:Ring_Proximal_R", "Armature/Skeleton3D:Thumb_Distal_R", "Armature/Skeleton3D:Thumb_Metacarpal_R", "Armature/Skeleton3D:Thumb_Proximal_R", "Armature/Skeleton:Little_Distal_R", "Armature/Skeleton:Little_Intermediate_R", "Armature/Skeleton:Little_Proximal_R", "Armature/Skeleton:Middle_Distal_R", "Armature/Skeleton:Middle_Intermediate_R", "Armature/Skeleton:Middle_Proximal_R", "Armature/Skeleton:Ring_Distal_R", "Armature/Skeleton:Ring_Intermediate_R", "Armature/Skeleton:Ring_Proximal_R", "Armature/Skeleton:Thumb_Distal_R", "Armature/Skeleton:Thumb_Proximal_R"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_8kdoe"] +animation = &"Grip 5" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_5qnsq"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Index_Distal_R", "Armature/Skeleton3D:Index_Intermediate_R", "Armature/Skeleton3D:Index_Metacarpal_R", "Armature/Skeleton3D:Index_Proximal_R", "Armature/Skeleton:Index_Distal_R", "Armature/Skeleton:Index_Intermediate_R", "Armature/Skeleton:Index_Proximal_R"] + +[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_64w6y"] +graph_offset = Vector2(-552.664, 107.301) +nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_d3g7m") +nodes/ClosedHand1/position = Vector2(-600, 300) +nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_hr14p") +nodes/ClosedHand2/position = Vector2(-360, 300) +nodes/Grip/node = SubResource("AnimationNodeBlend2_av2ad") +nodes/Grip/position = Vector2(0, 40) +nodes/OpenHand/node = SubResource("AnimationNodeAnimation_8kdoe") +nodes/OpenHand/position = Vector2(-600, 100) +nodes/Trigger/node = SubResource("AnimationNodeBlend2_5qnsq") +nodes/Trigger/position = Vector2(-360, 40) +node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"] + +[node name="RightPhysicsHand" type="Node3D"] +script = ExtResource("6") +bone_group = "RightHand" +hand_blend_tree = ExtResource("3") +default_pose = ExtResource("3_xodao") + +[node name="Hand_Glove_low_R" parent="." instance=ExtResource("2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.03, -0.05, 0.15) + +[node name="Skeleton3D" parent="Hand_Glove_low_R/Armature" index="0"] +bones/1/rotation = Quaternion(0.323537, 2.56577e-05, 0.0272204, 0.945824) +bones/2/rotation = Quaternion(-0.0904441, 0.0415175, 0.166293, 0.981042) +bones/3/rotation = Quaternion(-0.0466199, -0.020971, -0.0103276, 0.998639) +bones/5/rotation = Quaternion(-0.00128455, 0.0116081, 0.0168259, 0.99979) +bones/6/rotation = Quaternion(0.102925, 0.00993208, 0.00794419, 0.994608) +bones/7/rotation = Quaternion(-0.012859, 0.0236108, 0.323258, 0.945929) +bones/8/rotation = Quaternion(0.0120575, 0.00929193, 0.247472, 0.968775) +bones/10/rotation = Quaternion(-0.0357539, 0.000400032, -0.00636763, 0.99934) +bones/11/rotation = Quaternion(-0.00264964, 0.00114471, 0.125992, 0.992027) +bones/12/rotation = Quaternion(0.0394225, -0.00193393, 0.228074, 0.972843) +bones/13/rotation = Quaternion(-0.0123395, 0.00881294, 0.280669, 0.959685) +bones/15/rotation = Quaternion(-0.0702656, -0.0101908, 0.0243307, 0.99718) +bones/16/rotation = Quaternion(-0.0320634, 0.00223624, 0.0686366, 0.997124) +bones/17/rotation = Quaternion(0.0253452, -0.00812462, 0.249005, 0.968136) +bones/18/rotation = Quaternion(0.00252233, -0.00788073, 0.243204, 0.96994) +bones/20/rotation = Quaternion(-0.0917369, -0.0203027, 0.010183, 0.995524) +bones/21/rotation = Quaternion(-0.0625182, 0.000225721, 0.115393, 0.991351) +bones/22/rotation = Quaternion(0.0585786, -0.0216483, 0.269905, 0.96086) +bones/23/rotation = Quaternion(0.00687177, 0.00357275, 0.211953, 0.977249) + +[node name="mesh_Glove_low_R" parent="Hand_Glove_low_R/Armature/Skeleton3D" index="0"] +surface_material_override/0 = ExtResource("4") + +[node name="BoneRoot" type="BoneAttachment3D" parent="Hand_Glove_low_R/Armature/Skeleton3D" index="1"] +transform = Transform3D(1, 1.83077e-05, -1.52659e-08, -1.52668e-08, 0.00166774, 0.999999, 1.83077e-05, -0.999999, 0.00166774, -3.86425e-08, -1.86975e-05, 0.0271756) +bone_name = "Wrist_R" +bone_idx = 0 +script = ExtResource("5") +width_ratio = 0.8 + +[node name="BoneThumbMetacarpal" type="BoneAttachment3D" parent="Hand_Glove_low_R/Armature/Skeleton3D" index="2"] +transform = Transform3D(0.998519, -0.0514604, 0.0176509, 0.017651, 0.613335, 0.789626, -0.0514604, -0.788145, 0.613335, -0.00999954, 0.0200266, 3.59323e-05) +bone_name = "Thumb_Metacarpal_R" +bone_idx = 1 +script = ExtResource("5") +length = 0.05 + +[node name="BoneThumbProximal" type="BoneAttachment3D" parent="Hand_Glove_low_R/Armature/Skeleton3D" index="3"] +transform = Transform3D(0.921479, -0.383958, 0.0587628, 0.124052, 0.434264, 0.892203, -0.368087, -0.814856, 0.447796, -0.012311, 0.0475754, -0.0353648) +bone_name = "Thumb_Proximal_R" +bone_idx = 2 +script = ExtResource("5") + +[node name="BoneThumbDistal" type="BoneAttachment3D" parent="Hand_Glove_low_R/Armature/Skeleton3D" index="4"] +transform = Transform3D(0.930159, -0.366844, -0.0151708, 0.154037, 0.352396, 0.923087, -0.333283, -0.860954, 0.384292, -0.028494, 0.0658787, -0.0697092) +bone_name = "Thumb_Distal_R" +bone_idx = 3 +script = ExtResource("5") +length = 0.02 + +[node name="BoneIndexMetacarpal" type="BoneAttachment3D" parent="Hand_Glove_low_R/Armature/Skeleton3D" index="5"] +transform = Transform3D(0.999165, -0.0336562, 0.0231681, -0.0231985, -0.00051113, 0.999731, -0.0336353, -0.999433, -0.00129147, 0.0100005, 0.0224317, 3.59286e-05) +bone_name = "Index_Metacarpal_R" +bone_idx = 5 +script = ExtResource("5") +length = 0.08 +width_ratio = 0.2 + +[node name="BoneIndexProximal" type="BoneAttachment3D" parent="Hand_Glove_low_R/Armature/Skeleton3D" index="6"] +transform = Transform3D(0.997821, -0.0419385, 0.0509327, -0.0413169, 0.204661, 0.97796, -0.0514381, -0.977934, 0.202483, 0.00729559, 0.0223907, -0.0802861) +bone_name = "Index_Proximal_R" +bone_idx = 6 +script = ExtResource("5") + +[node name="BoneIndexMiddle" type="BoneAttachment3D" parent="Hand_Glove_low_R/Armature/Skeleton3D" index="7"] +transform = Transform3D(0.759851, -0.644453, 0.0854741, 0.0405881, 0.178251, 0.983148, -0.648829, -0.743577, 0.161601, 0.00569705, 0.0301916, -0.117561) +bone_name = "Index_Intermediate_R" +bone_idx = 7 +script = ExtResource("5") +length = 0.025 +bone_group = "IndexFinger" + +[node name="BoneIndexDistal" type="BoneAttachment3D" parent="Hand_Glove_low_R/Armature/Skeleton3D" index="8"] +transform = Transform3D(0.356467, -0.927111, 0.115741, 0.109286, 0.164404, 0.98032, -0.927894, -0.336803, 0.159925, -0.0145038, 0.035779, -0.140869) +bone_name = "Index_Distal_R" +bone_idx = 8 +script = ExtResource("5") +length = 0.02 +bone_group = "IndexFinger" + +[node name="BoneMiddleMetacarpal" type="BoneAttachment3D" parent="Hand_Glove_low_R/Armature/Skeleton3D" index="9"] +transform = Transform3D(0.999918, 0.0127165, 0.00125617, -0.000365489, -0.0698022, 0.997561, 0.0127732, -0.99748, -0.0697919, 0.0100005, 0.00355416, 3.59286e-05) +bone_name = "Middle_Metacarpal_R" +bone_idx = 10 +script = ExtResource("5") +length = 0.08 +width_ratio = 0.2 + +[node name="BoneMiddleProximal" type="BoneAttachment3D" parent="Hand_Glove_low_R/Armature/Skeleton3D" index="10"] +transform = Transform3D(0.971345, -0.237654, 0.00293004, -0.0207339, -0.0724503, 0.997156, -0.236766, -0.968644, -0.0753018, 0.0110237, -0.00206236, -0.0802245) +bone_name = "Middle_Proximal_R" +bone_idx = 11 +script = ExtResource("5") + +[node name="BoneMiddleMiddle" type="BoneAttachment3D" parent="Hand_Glove_low_R/Armature/Skeleton3D" index="11"] +transform = Transform3D(0.764922, -0.643162, 0.0351718, -0.0290327, 0.0201225, 0.999376, -0.643468, -0.765466, -0.00328059, 0.00032845, -0.00532286, -0.123817) +bone_name = "Middle_Intermediate_R" +bone_idx = 12 +script = ExtResource("5") +length = 0.025 + +[node name="BoneMiddleDistal" type="BoneAttachment3D" parent="Hand_Glove_low_R/Armature/Skeleton3D" index="12"] +transform = Transform3D(0.297115, -0.95453, 0.0243818, -0.0374454, 0.0138673, 0.999202, -0.954107, -0.297791, -0.0316226, -0.0205207, -0.00467055, -0.148631) +bone_name = "Middle_Distal_R" +bone_idx = 13 +script = ExtResource("5") +length = 0.02 + +[node name="BoneRingMetacarpal" type="BoneAttachment3D" parent="Hand_Glove_low_R/Armature/Skeleton3D" index="13"] +transform = Transform3D(0.998609, -0.047074, -0.0237409, 0.0169882, -0.138981, 0.990149, -0.0499098, -0.989175, -0.137988, 0.0100005, -0.0130734, 3.59304e-05) +bone_name = "Ring_Metacarpal_R" +bone_idx = 15 +script = ExtResource("5") +length = 0.07 +width_ratio = 0.2 + +[node name="BoneRingProximal" type="BoneAttachment3D" parent="Hand_Glove_low_R/Armature/Skeleton3D" index="14"] +transform = Transform3D(0.982964, -0.181854, -0.0266582, -0.0109494, -0.202722, 0.979175, -0.183471, -0.962202, -0.20126, 0.00651963, -0.0233502, -0.0731075) +bone_name = "Ring_Proximal_R" +bone_idx = 16 +script = ExtResource("5") +length = 0.028 + +[node name="BoneRingMiddle" type="BoneAttachment3D" parent="Hand_Glove_low_R/Armature/Skeleton3D" index="15"] +transform = Transform3D(0.772579, -0.634603, -0.0200164, -0.0794844, -0.127948, 0.98859, -0.629924, -0.762173, -0.149291, -0.000778395, -0.0314857, -0.111722) +bone_name = "Ring_Intermediate_R" +bone_idx = 17 +script = ExtResource("5") +length = 0.025 + +[node name="BoneRingDistal" type="BoneAttachment3D" parent="Hand_Glove_low_R/Armature/Skeleton3D" index="16"] +transform = Transform3D(0.381388, -0.924068, -0.025339, -0.114105, -0.0742599, 0.990689, -0.917346, -0.374945, -0.133762, -0.0184188, -0.0350424, -0.132908) +bone_name = "Ring_Distal_R" +bone_idx = 18 +script = ExtResource("5") +length = 0.02 + +[node name="BonePinkyMetacarpal" type="BoneAttachment3D" parent="Hand_Glove_low_R/Armature/Skeleton3D" index="17"] +transform = Transform3D(0.998969, -0.0165318, -0.0422887, 0.0385953, -0.181426, 0.982647, -0.0239172, -0.983265, -0.180601, 4.58211e-07, -0.0299734, 3.59304e-05) +bone_name = "Little_Metacarpal_R" +bone_idx = 20 +script = ExtResource("5") +length = 0.07 +width_ratio = 0.18 + +[node name="BonePinkyProximal" type="BoneAttachment3D" parent="Hand_Glove_low_R/Armature/Skeleton3D" index="18"] +transform = Transform3D(0.969212, -0.239304, -0.0579745, -0.0185535, -0.305761, 0.951928, -0.245527, -0.921544, -0.300787, -0.00108587, -0.0418952, -0.0645756) +bone_name = "Little_Proximal_R" +bone_idx = 21 +script = ExtResource("5") +length = 0.02 + +[node name="BonePinkyMiddle" type="BoneAttachment3D" parent="Hand_Glove_low_R/Armature/Skeleton3D" index="19"] +transform = Transform3D(0.699331, -0.713816, -0.0374602, -0.103947, -0.153407, 0.982681, -0.707199, -0.683325, -0.181481, -0.00901247, -0.0520231, -0.0951004) +bone_name = "Little_Intermediate_R" +bone_idx = 22 +script = ExtResource("5") +length = 0.015 + +[node name="BonePinkyDistal" type="BoneAttachment3D" parent="Hand_Glove_low_R/Armature/Skeleton3D" index="20"] +transform = Transform3D(0.340891, -0.939844, -0.0220291, -0.162162, -0.081867, 0.983362, -0.926011, -0.331647, -0.180315, -0.0218786, -0.0547881, -0.107417) +bone_name = "Little_Distal_R" +bone_idx = 23 +script = ExtResource("5") +length = 0.015 + +[node name="AnimationPlayer" parent="Hand_Glove_low_R" instance=ExtResource("1")] + +[node name="AnimationTree" type="AnimationTree" parent="."] +tree_root = SubResource("AnimationNodeBlendTree_64w6y") +anim_player = NodePath("../Hand_Glove_low_R/AnimationPlayer") +active = true +parameters/Grip/blend_amount = 0 +parameters/Trigger/blend_amount = 0.0 + +[editable path="Hand_Glove_low_R"] diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/right_tac_glove_low.tscn b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/right_tac_glove_low.tscn new file mode 100644 index 0000000..73ca91c --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/scenes/lowpoly/right_tac_glove_low.tscn @@ -0,0 +1,82 @@ +[gd_scene load_steps=13 format=3 uid="uid://chumpejwiub7f"] + +[ext_resource type="PackedScene" uid="uid://csgsp0wuw8ucy" path="res://addons/godot-xr-tools/hands/model/Hand_Glove_low_R.gltf" id="1"] +[ext_resource type="PackedScene" uid="uid://bxipj7hyjwy6f" path="res://addons/godot-xr-tools/hands/animations/right/AnimationPlayer.tscn" id="2"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/hands/hand.gd" id="3"] +[ext_resource type="Resource" uid="uid://dmpjtk0l8vh6v" path="res://addons/godot-xr-tools/hands/poses/pose_default_right.tres" id="3_2wryo"] +[ext_resource type="AnimationNodeBlendTree" uid="uid://m85b1gogdums" path="res://addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres" id="4"] +[ext_resource type="Material" uid="uid://f2uhcqq8s2jx" path="res://addons/godot-xr-tools/hands/materials/glove_caucasian_green_camo.tres" id="5"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_jjiin"] +animation = &"Grip" + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_501h4"] +animation = &"Grip" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_1dqi4"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Little_Distal_R", "Armature/Skeleton3D:Little_Intermediate_R", "Armature/Skeleton3D:Little_Metacarpal_R", "Armature/Skeleton3D:Little_Proximal_R", "Armature/Skeleton3D:Middle_Distal_R", "Armature/Skeleton3D:Middle_Intermediate_R", "Armature/Skeleton3D:Middle_Metacarpal_R", "Armature/Skeleton3D:Middle_Proximal_R", "Armature/Skeleton3D:Ring_Distal_R", "Armature/Skeleton3D:Ring_Intermediate_R", "Armature/Skeleton3D:Ring_Metacarpal_R", "Armature/Skeleton3D:Ring_Proximal_R", "Armature/Skeleton3D:Thumb_Distal_R", "Armature/Skeleton3D:Thumb_Metacarpal_R", "Armature/Skeleton3D:Thumb_Proximal_R", "Armature/Skeleton:Little_Distal_R", "Armature/Skeleton:Little_Intermediate_R", "Armature/Skeleton:Little_Proximal_R", "Armature/Skeleton:Middle_Distal_R", "Armature/Skeleton:Middle_Intermediate_R", "Armature/Skeleton:Middle_Proximal_R", "Armature/Skeleton:Ring_Distal_R", "Armature/Skeleton:Ring_Intermediate_R", "Armature/Skeleton:Ring_Proximal_R", "Armature/Skeleton:Thumb_Distal_R", "Armature/Skeleton:Thumb_Proximal_R"] + +[sub_resource type="AnimationNodeAnimation" id="AnimationNodeAnimation_4o3a2"] +animation = &"Grip 5" + +[sub_resource type="AnimationNodeBlend2" id="AnimationNodeBlend2_5v4fm"] +filter_enabled = true +filters = ["Armature/Skeleton3D:Index_Distal_R", "Armature/Skeleton3D:Index_Intermediate_R", "Armature/Skeleton3D:Index_Metacarpal_R", "Armature/Skeleton3D:Index_Proximal_R", "Armature/Skeleton:Index_Distal_R", "Armature/Skeleton:Index_Intermediate_R", "Armature/Skeleton:Index_Proximal_R"] + +[sub_resource type="AnimationNodeBlendTree" id="AnimationNodeBlendTree_ra758"] +graph_offset = Vector2(-552.664, 107.301) +nodes/ClosedHand1/node = SubResource("AnimationNodeAnimation_jjiin") +nodes/ClosedHand1/position = Vector2(-600, 300) +nodes/ClosedHand2/node = SubResource("AnimationNodeAnimation_501h4") +nodes/ClosedHand2/position = Vector2(-360, 300) +nodes/Grip/node = SubResource("AnimationNodeBlend2_1dqi4") +nodes/Grip/position = Vector2(0, 40) +nodes/OpenHand/node = SubResource("AnimationNodeAnimation_4o3a2") +nodes/OpenHand/position = Vector2(-600, 100) +nodes/Trigger/node = SubResource("AnimationNodeBlend2_5v4fm") +nodes/Trigger/position = Vector2(-360, 40) +node_connections = [&"Grip", 0, &"Trigger", &"Grip", 1, &"ClosedHand2", &"Trigger", 0, &"OpenHand", &"Trigger", 1, &"ClosedHand1", &"output", 0, &"Grip"] + +[node name="RightHand" type="Node3D"] +script = ExtResource("3") +hand_blend_tree = ExtResource("4") +default_pose = ExtResource("3_2wryo") + +[node name="Hand_Glove_low_R" parent="." instance=ExtResource("1")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.03, -0.05, 0.15) + +[node name="Skeleton3D" parent="Hand_Glove_low_R/Armature" index="0"] +bones/1/rotation = Quaternion(0.323537, 2.56577e-05, 0.0272204, 0.945824) +bones/2/rotation = Quaternion(-0.0904441, 0.0415175, 0.166293, 0.981042) +bones/3/rotation = Quaternion(-0.0466199, -0.020971, -0.0103276, 0.998639) +bones/5/rotation = Quaternion(-0.00128455, 0.0116081, 0.0168259, 0.99979) +bones/6/rotation = Quaternion(0.102925, 0.00993208, 0.00794419, 0.994608) +bones/7/rotation = Quaternion(-0.012859, 0.0236108, 0.323258, 0.945929) +bones/8/rotation = Quaternion(0.0120575, 0.00929193, 0.247472, 0.968775) +bones/10/rotation = Quaternion(-0.0357539, 0.000400032, -0.00636763, 0.99934) +bones/11/rotation = Quaternion(-0.00264964, 0.00114471, 0.125992, 0.992027) +bones/12/rotation = Quaternion(0.0394225, -0.00193393, 0.228074, 0.972843) +bones/13/rotation = Quaternion(-0.0123395, 0.00881294, 0.280669, 0.959685) +bones/15/rotation = Quaternion(-0.0702656, -0.0101908, 0.0243307, 0.99718) +bones/16/rotation = Quaternion(-0.0320634, 0.00223624, 0.0686366, 0.997124) +bones/17/rotation = Quaternion(0.0253452, -0.00812462, 0.249005, 0.968136) +bones/18/rotation = Quaternion(0.00252233, -0.00788073, 0.243204, 0.96994) +bones/20/rotation = Quaternion(-0.0917369, -0.0203027, 0.010183, 0.995524) +bones/21/rotation = Quaternion(-0.0625182, 0.000225721, 0.115393, 0.991351) +bones/22/rotation = Quaternion(0.0585786, -0.0216483, 0.269905, 0.96086) +bones/23/rotation = Quaternion(0.00687177, 0.00357275, 0.211953, 0.977249) + +[node name="mesh_Glove_low_R" parent="Hand_Glove_low_R/Armature/Skeleton3D" index="0"] +surface_material_override/0 = ExtResource("5") + +[node name="AnimationPlayer" parent="Hand_Glove_low_R" instance=ExtResource("2")] + +[node name="AnimationTree" type="AnimationTree" parent="."] +tree_root = SubResource("AnimationNodeBlendTree_ra758") +anim_player = NodePath("../Hand_Glove_low_R/AnimationPlayer") +active = true +parameters/Grip/blend_amount = 0 +parameters/Trigger/blend_amount = 0.0 + +[editable path="Hand_Glove_low_R"] diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/textures/african_baseColor.png b/escape-room-version-2/addons/godot-xr-tools/hands/textures/african_baseColor.png new file mode 100644 index 0000000..32689c0 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/textures/african_baseColor.png differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/textures/african_baseColor.png.import b/escape-room-version-2/addons/godot-xr-tools/hands/textures/african_baseColor.png.import new file mode 100644 index 0000000..8bfb37a --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/textures/african_baseColor.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cs7m7m0k2506g" +path.s3tc="res://.godot/imported/african_baseColor.png-c1a63b2c85973a5f7673482d994697e9.s3tc.ctex" +path.etc2="res://.godot/imported/african_baseColor.png-c1a63b2c85973a5f7673482d994697e9.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://addons/godot-xr-tools/hands/textures/african_baseColor.png" +dest_files=["res://.godot/imported/african_baseColor.png-c1a63b2c85973a5f7673482d994697e9.s3tc.ctex", "res://.godot/imported/african_baseColor.png-c1a63b2c85973a5f7673482d994697e9.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room-version-2/addons/godot-xr-tools/hands/textures/african_realistic_baseColor.png b/escape-room-version-2/addons/godot-xr-tools/hands/textures/african_realistic_baseColor.png new file mode 100644 index 0000000..0fc458e Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/textures/african_realistic_baseColor.png differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/textures/african_realistic_baseColor.png.import b/escape-room-version-2/addons/godot-xr-tools/hands/textures/african_realistic_baseColor.png.import new file mode 100644 index 0000000..1a8dd18 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/textures/african_realistic_baseColor.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dk8o82rjww802" +path.s3tc="res://.godot/imported/african_realistic_baseColor.png-67cf0f3230115c16edbeaf7b76430f7c.s3tc.ctex" +path.etc2="res://.godot/imported/african_realistic_baseColor.png-67cf0f3230115c16edbeaf7b76430f7c.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://addons/godot-xr-tools/hands/textures/african_realistic_baseColor.png" +dest_files=["res://.godot/imported/african_realistic_baseColor.png-67cf0f3230115c16edbeaf7b76430f7c.s3tc.ctex", "res://.godot/imported/african_realistic_baseColor.png-67cf0f3230115c16edbeaf7b76430f7c.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room-version-2/addons/godot-xr-tools/hands/textures/caucasian_baseColor.png b/escape-room-version-2/addons/godot-xr-tools/hands/textures/caucasian_baseColor.png new file mode 100644 index 0000000..6474f7c Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/textures/caucasian_baseColor.png differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/textures/caucasian_baseColor.png.import b/escape-room-version-2/addons/godot-xr-tools/hands/textures/caucasian_baseColor.png.import new file mode 100644 index 0000000..390900d --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/textures/caucasian_baseColor.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c506svon268ms" +path.s3tc="res://.godot/imported/caucasian_baseColor.png-2ffa4b91e9a1b3bcc11c22eccd941be7.s3tc.ctex" +path.etc2="res://.godot/imported/caucasian_baseColor.png-2ffa4b91e9a1b3bcc11c22eccd941be7.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://addons/godot-xr-tools/hands/textures/caucasian_baseColor.png" +dest_files=["res://.godot/imported/caucasian_baseColor.png-2ffa4b91e9a1b3bcc11c22eccd941be7.s3tc.ctex", "res://.godot/imported/caucasian_baseColor.png-2ffa4b91e9a1b3bcc11c22eccd941be7.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room-version-2/addons/godot-xr-tools/hands/textures/caucasian_realistic_baseColor.png b/escape-room-version-2/addons/godot-xr-tools/hands/textures/caucasian_realistic_baseColor.png new file mode 100644 index 0000000..606b615 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/textures/caucasian_realistic_baseColor.png differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/textures/caucasian_realistic_baseColor.png.import b/escape-room-version-2/addons/godot-xr-tools/hands/textures/caucasian_realistic_baseColor.png.import new file mode 100644 index 0000000..774a36d --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/textures/caucasian_realistic_baseColor.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://n1xq4cm67o07" +path.s3tc="res://.godot/imported/caucasian_realistic_baseColor.png-6d28d56c1e76917b749358861074492c.s3tc.ctex" +path.etc2="res://.godot/imported/caucasian_realistic_baseColor.png-6d28d56c1e76917b749358861074492c.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://addons/godot-xr-tools/hands/textures/caucasian_realistic_baseColor.png" +dest_files=["res://.godot/imported/caucasian_realistic_baseColor.png-6d28d56c1e76917b749358861074492c.s3tc.ctex", "res://.godot/imported/caucasian_realistic_baseColor.png-6d28d56c1e76917b749358861074492c.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room-version-2/addons/godot-xr-tools/hands/textures/cleaning_glove_baseColor.png b/escape-room-version-2/addons/godot-xr-tools/hands/textures/cleaning_glove_baseColor.png new file mode 100644 index 0000000..adefad2 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/textures/cleaning_glove_baseColor.png differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/textures/cleaning_glove_baseColor.png.import b/escape-room-version-2/addons/godot-xr-tools/hands/textures/cleaning_glove_baseColor.png.import new file mode 100644 index 0000000..56ad696 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/textures/cleaning_glove_baseColor.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dv711ytktesj2" +path.s3tc="res://.godot/imported/cleaning_glove_baseColor.png-775896445d04c5f9ecad1dcd0609e336.s3tc.ctex" +path.etc2="res://.godot/imported/cleaning_glove_baseColor.png-775896445d04c5f9ecad1dcd0609e336.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://addons/godot-xr-tools/hands/textures/cleaning_glove_baseColor.png" +dest_files=["res://.godot/imported/cleaning_glove_baseColor.png-775896445d04c5f9ecad1dcd0609e336.s3tc.ctex", "res://.godot/imported/cleaning_glove_baseColor.png-775896445d04c5f9ecad1dcd0609e336.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_african_dark_camo.png b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_african_dark_camo.png new file mode 100644 index 0000000..7330c36 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_african_dark_camo.png differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_african_dark_camo.png.import b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_african_dark_camo.png.import new file mode 100644 index 0000000..7485711 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_african_dark_camo.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cocorrka3dtq3" +path.s3tc="res://.godot/imported/glove_african_dark_camo.png-3a526d8d251e73995f6fd3ba5cdd0b4e.s3tc.ctex" +path.etc2="res://.godot/imported/glove_african_dark_camo.png-3a526d8d251e73995f6fd3ba5cdd0b4e.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://addons/godot-xr-tools/hands/textures/glove_african_dark_camo.png" +dest_files=["res://.godot/imported/glove_african_dark_camo.png-3a526d8d251e73995f6fd3ba5cdd0b4e.s3tc.ctex", "res://.godot/imported/glove_african_dark_camo.png-3a526d8d251e73995f6fd3ba5cdd0b4e.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_african_green_camo.png b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_african_green_camo.png new file mode 100644 index 0000000..1312b30 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_african_green_camo.png differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_african_green_camo.png.import b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_african_green_camo.png.import new file mode 100644 index 0000000..71f7537 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_african_green_camo.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bidphehpipwhg" +path.s3tc="res://.godot/imported/glove_african_green_camo.png-b4a9e045aac0313108230034e03317fd.s3tc.ctex" +path.etc2="res://.godot/imported/glove_african_green_camo.png-b4a9e045aac0313108230034e03317fd.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://addons/godot-xr-tools/hands/textures/glove_african_green_camo.png" +dest_files=["res://.godot/imported/glove_african_green_camo.png-b4a9e045aac0313108230034e03317fd.s3tc.ctex", "res://.godot/imported/glove_african_green_camo.png-b4a9e045aac0313108230034e03317fd.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_caucasian_dark_camo.png b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_caucasian_dark_camo.png new file mode 100644 index 0000000..edb1e09 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_caucasian_dark_camo.png differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_caucasian_dark_camo.png.import b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_caucasian_dark_camo.png.import new file mode 100644 index 0000000..6e8a3a3 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_caucasian_dark_camo.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c7jutkax2fd1k" +path.s3tc="res://.godot/imported/glove_caucasian_dark_camo.png-338e35680a2de0f7c6ad596eba6a3d5f.s3tc.ctex" +path.etc2="res://.godot/imported/glove_caucasian_dark_camo.png-338e35680a2de0f7c6ad596eba6a3d5f.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://addons/godot-xr-tools/hands/textures/glove_caucasian_dark_camo.png" +dest_files=["res://.godot/imported/glove_caucasian_dark_camo.png-338e35680a2de0f7c6ad596eba6a3d5f.s3tc.ctex", "res://.godot/imported/glove_caucasian_dark_camo.png-338e35680a2de0f7c6ad596eba6a3d5f.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_caucasian_green_camo.png b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_caucasian_green_camo.png new file mode 100644 index 0000000..8964907 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_caucasian_green_camo.png differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_caucasian_green_camo.png.import b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_caucasian_green_camo.png.import new file mode 100644 index 0000000..b172f5c --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_caucasian_green_camo.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dgkfppran5j1f" +path.s3tc="res://.godot/imported/glove_caucasian_green_camo.png-009f6b98bc0f9d73ac78a6b6900a0d00.s3tc.ctex" +path.etc2="res://.godot/imported/glove_caucasian_green_camo.png-009f6b98bc0f9d73ac78a6b6900a0d00.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://addons/godot-xr-tools/hands/textures/glove_caucasian_green_camo.png" +dest_files=["res://.godot/imported/glove_caucasian_green_camo.png-009f6b98bc0f9d73ac78a6b6900a0d00.s3tc.ctex", "res://.godot/imported/glove_caucasian_green_camo.png-009f6b98bc0f9d73ac78a6b6900a0d00.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_fingerless_normal.png b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_fingerless_normal.png new file mode 100644 index 0000000..3505c73 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_fingerless_normal.png differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_fingerless_normal.png.import b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_fingerless_normal.png.import new file mode 100644 index 0000000..1a46ebf --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_fingerless_normal.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bw8rmigwt5pr4" +path.s3tc="res://.godot/imported/glove_fingerless_normal.png-46736b8f0a977e37b17257f7bbbb718f.s3tc.ctex" +path.etc2="res://.godot/imported/glove_fingerless_normal.png-46736b8f0a977e37b17257f7bbbb718f.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://addons/godot-xr-tools/hands/textures/glove_fingerless_normal.png" +dest_files=["res://.godot/imported/glove_fingerless_normal.png-46736b8f0a977e37b17257f7bbbb718f.s3tc.ctex", "res://.godot/imported/glove_fingerless_normal.png-46736b8f0a977e37b17257f7bbbb718f.etc2.ctex"] + +[params] + +compress/mode=2 +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=1 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=1 +roughness/src_normal="res://addons/godot-xr-tools/hands/textures/glove_fingerless_normal.png" +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/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_fingerless_occlusionRoughnessMetallic.png b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_fingerless_occlusionRoughnessMetallic.png new file mode 100644 index 0000000..eaa8851 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_fingerless_occlusionRoughnessMetallic.png differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_fingerless_occlusionRoughnessMetallic.png.import b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_fingerless_occlusionRoughnessMetallic.png.import new file mode 100644 index 0000000..58943f3 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_fingerless_occlusionRoughnessMetallic.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d2iocwfr47kqp" +path.s3tc="res://.godot/imported/glove_fingerless_occlusionRoughnessMetallic.png-441bf1f84442c3cd6ae3834c9c982565.s3tc.ctex" +path.etc2="res://.godot/imported/glove_fingerless_occlusionRoughnessMetallic.png-441bf1f84442c3cd6ae3834c9c982565.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://addons/godot-xr-tools/hands/textures/glove_fingerless_occlusionRoughnessMetallic.png" +dest_files=["res://.godot/imported/glove_fingerless_occlusionRoughnessMetallic.png-441bf1f84442c3cd6ae3834c9c982565.s3tc.ctex", "res://.godot/imported/glove_fingerless_occlusionRoughnessMetallic.png-441bf1f84442c3cd6ae3834c9c982565.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_normal.png b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_normal.png new file mode 100644 index 0000000..3b5bbd0 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_normal.png differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_normal.png.import b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_normal.png.import new file mode 100644 index 0000000..22085d4 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_normal.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dt6k4nuvpo38o" +path.s3tc="res://.godot/imported/glove_normal.png-da82759e655cb7106cb0172b7076b948.s3tc.ctex" +path.etc2="res://.godot/imported/glove_normal.png-da82759e655cb7106cb0172b7076b948.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://addons/godot-xr-tools/hands/textures/glove_normal.png" +dest_files=["res://.godot/imported/glove_normal.png-da82759e655cb7106cb0172b7076b948.s3tc.ctex", "res://.godot/imported/glove_normal.png-da82759e655cb7106cb0172b7076b948.etc2.ctex"] + +[params] + +compress/mode=2 +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=1 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=1 +roughness/src_normal="res://addons/godot-xr-tools/hands/textures/glove_normal.png" +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/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_occlusionRoughnessMetallic.png b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_occlusionRoughnessMetallic.png new file mode 100644 index 0000000..78dd0d6 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_occlusionRoughnessMetallic.png differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_occlusionRoughnessMetallic.png.import b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_occlusionRoughnessMetallic.png.import new file mode 100644 index 0000000..4c6cdbe --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/textures/glove_occlusionRoughnessMetallic.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://yslwgnpbpeen" +path.s3tc="res://.godot/imported/glove_occlusionRoughnessMetallic.png-1a61c4638e30c81daa59d92c8681eb2c.s3tc.ctex" +path.etc2="res://.godot/imported/glove_occlusionRoughnessMetallic.png-1a61c4638e30c81daa59d92c8681eb2c.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://addons/godot-xr-tools/hands/textures/glove_occlusionRoughnessMetallic.png" +dest_files=["res://.godot/imported/glove_occlusionRoughnessMetallic.png-1a61c4638e30c81daa59d92c8681eb2c.s3tc.ctex", "res://.godot/imported/glove_occlusionRoughnessMetallic.png-1a61c4638e30c81daa59d92c8681eb2c.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room-version-2/addons/godot-xr-tools/hands/textures/hands_normal.png b/escape-room-version-2/addons/godot-xr-tools/hands/textures/hands_normal.png new file mode 100644 index 0000000..9bb3dfb Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/textures/hands_normal.png differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/textures/hands_normal.png.import b/escape-room-version-2/addons/godot-xr-tools/hands/textures/hands_normal.png.import new file mode 100644 index 0000000..2d0e0e0 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/textures/hands_normal.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b6tgv6ucbgv3r" +path.s3tc="res://.godot/imported/hands_normal.png-291c7217751274bfe1199e3de899450f.s3tc.ctex" +path.etc2="res://.godot/imported/hands_normal.png-291c7217751274bfe1199e3de899450f.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://addons/godot-xr-tools/hands/textures/hands_normal.png" +dest_files=["res://.godot/imported/hands_normal.png-291c7217751274bfe1199e3de899450f.s3tc.ctex", "res://.godot/imported/hands_normal.png-291c7217751274bfe1199e3de899450f.etc2.ctex"] + +[params] + +compress/mode=2 +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=1 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=1 +roughness/src_normal="res://addons/godot-xr-tools/hands/textures/hands_normal.png" +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/escape-room-version-2/addons/godot-xr-tools/hands/textures/hands_occlusionRoughnessMetallic.png b/escape-room-version-2/addons/godot-xr-tools/hands/textures/hands_occlusionRoughnessMetallic.png new file mode 100644 index 0000000..a1b75dc Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/textures/hands_occlusionRoughnessMetallic.png differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/textures/hands_occlusionRoughnessMetallic.png.import b/escape-room-version-2/addons/godot-xr-tools/hands/textures/hands_occlusionRoughnessMetallic.png.import new file mode 100644 index 0000000..524409f --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/textures/hands_occlusionRoughnessMetallic.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://h3sjbnu6uplb" +path.s3tc="res://.godot/imported/hands_occlusionRoughnessMetallic.png-73229fc54301aa8833117ebde8abfd4e.s3tc.ctex" +path.etc2="res://.godot/imported/hands_occlusionRoughnessMetallic.png-73229fc54301aa8833117ebde8abfd4e.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://addons/godot-xr-tools/hands/textures/hands_occlusionRoughnessMetallic.png" +dest_files=["res://.godot/imported/hands_occlusionRoughnessMetallic.png-73229fc54301aa8833117ebde8abfd4e.s3tc.ctex", "res://.godot/imported/hands_occlusionRoughnessMetallic.png-73229fc54301aa8833117ebde8abfd4e.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room-version-2/addons/godot-xr-tools/hands/textures/labglove_baseColor.png b/escape-room-version-2/addons/godot-xr-tools/hands/textures/labglove_baseColor.png new file mode 100644 index 0000000..69a5cd3 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/hands/textures/labglove_baseColor.png differ diff --git a/escape-room-version-2/addons/godot-xr-tools/hands/textures/labglove_baseColor.png.import b/escape-room-version-2/addons/godot-xr-tools/hands/textures/labglove_baseColor.png.import new file mode 100644 index 0000000..84ad04c --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/hands/textures/labglove_baseColor.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d4gbpgjwjuovb" +path.s3tc="res://.godot/imported/labglove_baseColor.png-2eb9fa4d9955a5755a96f0663ee3ceb2.s3tc.ctex" +path.etc2="res://.godot/imported/labglove_baseColor.png-2eb9fa4d9955a5755a96f0663ee3ceb2.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://addons/godot-xr-tools/hands/textures/labglove_baseColor.png" +dest_files=["res://.godot/imported/labglove_baseColor.png-2eb9fa4d9955a5755a96f0663ee3ceb2.s3tc.ctex", "res://.godot/imported/labglove_baseColor.png-2eb9fa4d9955a5755a96f0663ee3ceb2.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room-version-2/addons/godot-xr-tools/images/icon.png b/escape-room-version-2/addons/godot-xr-tools/images/icon.png new file mode 100644 index 0000000..9aec441 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/images/icon.png differ diff --git a/escape-room-version-2/addons/godot-xr-tools/images/icon.png.import b/escape-room-version-2/addons/godot-xr-tools/images/icon.png.import new file mode 100644 index 0000000..006d067 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/images/icon.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bcll0cv3rie0i" +path="res://.godot/imported/icon.png-1d8efcc4c33e64800e22ea3150ef148d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://addons/godot-xr-tools/images/icon.png" +dest_files=["res://.godot/imported/icon.png-1d8efcc4c33e64800e22ea3150ef148d.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/addons/godot-xr-tools/images/ring.png b/escape-room-version-2/addons/godot-xr-tools/images/ring.png new file mode 100644 index 0000000..7df5f6d Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/images/ring.png differ diff --git a/escape-room-version-2/addons/godot-xr-tools/images/ring.png.import b/escape-room-version-2/addons/godot-xr-tools/images/ring.png.import new file mode 100644 index 0000000..9fa2778 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/images/ring.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://8s03ra8tp0hr" +path.s3tc="res://.godot/imported/ring.png-34d9c9e9780f2732148a5b14fcac48dd.s3tc.ctex" +path.etc2="res://.godot/imported/ring.png-34d9c9e9780f2732148a5b14fcac48dd.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://addons/godot-xr-tools/images/ring.png" +dest_files=["res://.godot/imported/ring.png-34d9c9e9780f2732148a5b14fcac48dd.s3tc.ctex", "res://.godot/imported/ring.png-34d9c9e9780f2732148a5b14fcac48dd.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room-version-2/addons/godot-xr-tools/images/teleport_arrow.png b/escape-room-version-2/addons/godot-xr-tools/images/teleport_arrow.png new file mode 100644 index 0000000..cc72730 Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/images/teleport_arrow.png differ diff --git a/escape-room-version-2/addons/godot-xr-tools/images/teleport_arrow.png.import b/escape-room-version-2/addons/godot-xr-tools/images/teleport_arrow.png.import new file mode 100644 index 0000000..63c7cca --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/images/teleport_arrow.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ddoj6c345cb0c" +path.s3tc="res://.godot/imported/teleport_arrow.png-f1bd44b6f478277692b3fa29171b62d3.s3tc.ctex" +path.etc2="res://.godot/imported/teleport_arrow.png-f1bd44b6f478277692b3fa29171b62d3.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://addons/godot-xr-tools/images/teleport_arrow.png" +dest_files=["res://.godot/imported/teleport_arrow.png-f1bd44b6f478277692b3fa29171b62d3.s3tc.ctex", "res://.godot/imported/teleport_arrow.png-f1bd44b6f478277692b3fa29171b62d3.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room-version-2/addons/godot-xr-tools/images/teleport_target.png b/escape-room-version-2/addons/godot-xr-tools/images/teleport_target.png new file mode 100644 index 0000000..68518ee Binary files /dev/null and b/escape-room-version-2/addons/godot-xr-tools/images/teleport_target.png differ diff --git a/escape-room-version-2/addons/godot-xr-tools/images/teleport_target.png.import b/escape-room-version-2/addons/godot-xr-tools/images/teleport_target.png.import new file mode 100644 index 0000000..d356377 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/images/teleport_target.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cu4j1s8qr1rjq" +path.s3tc="res://.godot/imported/teleport_target.png-cd812f7d5692711ac91f6c8a4753ad73.s3tc.ctex" +path.etc2="res://.godot/imported/teleport_target.png-cd812f7d5692711ac91f6c8a4753ad73.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://addons/godot-xr-tools/images/teleport_target.png" +dest_files=["res://.godot/imported/teleport_target.png-cd812f7d5692711ac91f6c8a4753ad73.s3tc.ctex", "res://.godot/imported/teleport_target.png-cd812f7d5692711ac91f6c8a4753ad73.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_area_button.gd b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_area_button.gd new file mode 100644 index 0000000..d3ceebd --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_area_button.gd @@ -0,0 +1,126 @@ +@tool +class_name XRToolsInteractableAreaButton +extends Area3D + + +## XR Tools Interactable Area Button script +## +## The interactable area button detects objects and areas intering its +## area, and moves an associated button object using a tween to animate +## the movement. + + +## Button pressed event +signal button_pressed(button) + +## Button released event +signal button_released(button) + + +## Button object +@export var button := NodePath() + +## Displacement when pressed +@export var displacement : Vector3 = Vector3(0.0, -0.02, 0.0) + +## Displacement duration +@export var duration : float = 0.1 + + +## If true, the button is pressed +var pressed : bool = false + +## Dictionary of trigger items pressing the button +var _trigger_items := {} + +## Tween for animating button +var _tween: Tween + + +# Node references +@onready var _button: Node3D = get_node(button) + +# Button positions +@onready var _button_up := _button.transform.origin +@onready var _button_down := _button_up + displacement + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsInteractableAreaButton" + + +# Called when the node enters the scene tree for the first time. +func _ready(): + # Connect area signals + if area_entered.connect(_on_button_entered): + push_error("Unable to connect button area signal") + if area_exited.connect(_on_button_exited): + push_error("Unable to connect button area signal") + if body_entered.connect(_on_button_entered): + push_error("Unable to connect button area signal") + if body_exited.connect(_on_button_exited): + push_error("Unable to connect button area signal") + + +# Called when an area or body enters the button area +func _on_button_entered(item: Node3D) -> void: + # Add to the dictionary of trigger items + _trigger_items[item] = item + + # Detect transition to pressed + if !pressed: + # Update state to pressed + pressed = true + + # Kill the current tween + if _tween: + _tween.kill() + + # Construct the button animation tween + _tween = get_tree().create_tween() + _tween.set_trans(Tween.TRANS_LINEAR) + _tween.set_ease(Tween.EASE_IN_OUT) + _tween.tween_property(_button, "position", _button_down, duration) + + # Emit the pressed signal + button_pressed.emit(self) + + +# Called when an area or body exits the button area +func _on_button_exited(item: Node3D) -> void: + # Remove from the dictionary of triggered items + _trigger_items.erase(item) + + # Detect transition to released + if pressed and _trigger_items.is_empty(): + # Update state to released + pressed = false + + # Kill the current tween + if _tween: + _tween.kill() + + # Construct the button animation tween + _tween = get_tree().create_tween() + _tween.set_trans(Tween.TRANS_LINEAR) + _tween.set_ease(Tween.EASE_IN_OUT) + _tween.tween_property(_button, "position", _button_up, duration) + + # Emit the released signal + button_released.emit(self) + + +# Check button configuration +func _get_configuration_warnings() -> PackedStringArray: + var warnings := PackedStringArray() + + # Ensure a button has been specified + if not get_node_or_null(button): + warnings.append("Button node to animate must be specified") + + # Ensure a valid duration + if duration <= 0.0: + warnings.append("Duration must be a positive number") + + return warnings diff --git a/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_area_button.gd.uid b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_area_button.gd.uid new file mode 100644 index 0000000..54a8c3d --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_area_button.gd.uid @@ -0,0 +1 @@ +uid://c77almwuywex6 diff --git a/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_area_button.tscn b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_area_button.tscn new file mode 100644 index 0000000..0163708 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_area_button.tscn @@ -0,0 +1,8 @@ +[gd_scene load_steps=2 format=3 uid="uid://cme66uldrjl2i"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/interactables/interactable_area_button.gd" id="1"] + +[node name="InteractableAreaButton" type="Area3D"] +collision_layer = 0 +collision_mask = 131072 +script = ExtResource("1") diff --git a/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_handle.gd b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_handle.gd new file mode 100644 index 0000000..91c6617 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_handle.gd @@ -0,0 +1,88 @@ +@tool +class_name XRToolsInteractableHandle +extends XRToolsPickable + + +## XR Tools Interactable Handle script +## +## The interactable handle is a (usually invisible) object extending from +## [XRToolsPickable] that can be grabbed by the player and is used to +## manipulate interactable objects. +## +## The interactible handle has an origin position of its parent. In order +## to position interactible handles on the interactible object, the handle +## should be placed under a parent handle-origin node, and the origin nodes +## position set as desired. +## +## When the handle is released, it snaps back to its parent origin. If the +## handle is pulled further than its snap distance, then the handle is +## automatically released. + + +## Distance from the handle origin to auto-snap the grab +@export var snap_distance : float = 0.3 + + +# Handle origin spatial node +@onready var handle_origin: Node3D = get_parent() + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsInteractableHandle" or super(name) + + +# Called when this handle is added to the scene +func _ready() -> void: + # In Godot 4 we must now manually call our super class ready function + super() + + # Ensure we start at our origin + transform = Transform3D.IDENTITY + + # Turn off processing - it will be turned on only when held + set_process(false) + + +# Called on every frame when the handle is held to check for snapping +func _process(_delta: float) -> void: + # Skip if not picked up + if not is_picked_up(): + return + + # If too far from the origin then drop the handle + var origin_pos = handle_origin.global_transform.origin + var handle_pos = global_transform.origin + if handle_pos.distance_to(origin_pos) > snap_distance: + drop() + + +# Called when the handle is picked up +func pick_up(by) -> void: + # Call the base-class to perform the pickup + super(by) + + # Enable the process function while held + set_process(true) + + +# Called when the handle is dropped +func let_go(by: Node3D, _p_linear_velocity: Vector3, _p_angular_velocity: Vector3) -> void: + # Call the base-class to perform the drop, but with no velocity + super(by, Vector3.ZERO, Vector3.ZERO) + + # Disable the process function as no-longer held + set_process(false) + + # Snap the handle back to the origin + transform = Transform3D.IDENTITY + + +# Check handle configurationv +func _get_configuration_warnings() -> PackedStringArray: + var warnings := PackedStringArray() + + if !transform.is_equal_approx(Transform3D.IDENTITY): + warnings.append("Interactable handle must have no transform from its parent handle origin") + + return warnings diff --git a/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_handle.gd.uid b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_handle.gd.uid new file mode 100644 index 0000000..4958012 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_handle.gd.uid @@ -0,0 +1 @@ +uid://bqtqt0vpucagd diff --git a/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_handle.tscn b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_handle.tscn new file mode 100644 index 0000000..35ad8e1 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_handle.tscn @@ -0,0 +1,10 @@ +[gd_scene load_steps=2 format=3 uid="uid://bddj5m7ull6g0"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/interactables/interactable_handle.gd" id="1"] + +[node name="InteractableHandle" type="RigidBody3D"] +collision_layer = 262144 +collision_mask = 0 +gravity_scale = 0.0 +script = ExtResource("1") +picked_up_layer = 0 diff --git a/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_handle_driven.gd b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_handle_driven.gd new file mode 100644 index 0000000..f9f5358 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_handle_driven.gd @@ -0,0 +1,81 @@ +@tool +class_name XRToolsInteractableHandleDriven +extends Node3D + + +## XR Tools Interactable Handle Driven script +## +## This is the base class for interactables driven by handles. It subscribes +## to all child handle picked_up and dropped signals, and maintains a list +## of all grabbed handles. +## +## When one or more handles are grabbed, the _process function is enabled +## to process the handle-driven movement. + + +## Signal called when this interactable is grabbed +signal grabbed(interactable) + +## Signal called when this interactable is released +signal released(interactable) + + +# Array of handles currently grabbed +var grabbed_handles := Array() + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsInteractableHandleDriven" + + +# Called when the node enters the scene tree for the first time. +func _ready(): + # Hook picked_up and dropped signals from all child handles + _hook_child_handles(self) + + # Turn off processing until a handle is grabbed + set_process(false) + + +# Called when a handle is picked up +func _on_handle_picked_up(handle: XRToolsInteractableHandle) -> void: + # Append to the list of grabbed handles + grabbed_handles.append(handle) + + # Enable processing + if grabbed_handles.size() == 1: + # Report grabbed + emit_signal("grabbed", self) + + # Enable physics processing + set_process(true) + + +# Called when a handle is dropped +func _on_handle_dropped(handle: XRToolsInteractableHandle) -> void: + # Remove from the list of grabbed handles + grabbed_handles.erase(handle) + + # Disable processing when we drop the last handle + if grabbed_handles.is_empty(): + # Disable physics processing + set_process(false) + + # Report released + emit_signal("released", self) + + +# Recursive function to hook picked_up and dropped signals in all child handles +func _hook_child_handles(node: Node) -> void: + # If this node is a handle then hook its handle signals + var handle := node as XRToolsInteractableHandle + if handle: + if handle.picked_up.connect(_on_handle_picked_up): + push_error("Unable to connect handle signal") + if handle.dropped.connect(_on_handle_dropped): + push_error("Unable to connect handle signal") + + # Recurse into all children + for child in node.get_children(): + _hook_child_handles(child) diff --git a/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_handle_driven.gd.uid b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_handle_driven.gd.uid new file mode 100644 index 0000000..8202c50 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_handle_driven.gd.uid @@ -0,0 +1 @@ +uid://ceu1sb4cw0mrc diff --git a/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_hinge.gd b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_hinge.gd new file mode 100644 index 0000000..ce774a5 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_hinge.gd @@ -0,0 +1,156 @@ +@tool +class_name XRToolsInteractableHinge +extends XRToolsInteractableHandleDriven + + +## XR Tools Interactable Hinge script +## +## The interactable hinge is a hinge transform node controlled by the +## player through one or more [XRToolsInteractableHandle] instances. +## +## The hinge rotates itelf around its local X axis, and so should be +## placed as a child of a node to translate and rotate as appropriate. +## +## The interactable hinge is not a [RigidBody3D], and as such will not react +## to any collisions. + + +## Signal for hinge moved +signal hinge_moved(angle) + + +## Hinge minimum limit +@export var hinge_limit_min : float = -45.0: set = _set_hinge_limit_min + +## Hinge maximum limit +@export var hinge_limit_max : float = 45.0: set = _set_hinge_limit_max + +## Hinge step size (zero for no steps) +@export var hinge_steps : float = 0.0: set = _set_hinge_steps + +## Hinge position +@export var hinge_position : float = 0.0: set = _set_hinge_position + +## Default position +@export var default_position : float = 0.0: set = _set_default_position + +## If true, the hinge moves to the default position when releases +@export var default_on_release : bool = false + + +# Hinge values in radians +@onready var _hinge_limit_min_rad : float = deg_to_rad(hinge_limit_min) +@onready var _hinge_limit_max_rad : float = deg_to_rad(hinge_limit_max) +@onready var _hinge_steps_rad : float = deg_to_rad(hinge_steps) +@onready var _hinge_position_rad : float = deg_to_rad(hinge_position) +@onready var _default_position_rad : float = deg_to_rad(default_position) + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsInteractableHinge" or super(name) + + +# Called when the node enters the scene tree for the first time. +func _ready(): + # In Godot 4 we must now manually call our super class ready function + super() + + # Set the initial position to match the initial hinge position value + transform = Transform3D( + Basis.from_euler(Vector3(_hinge_position_rad, 0, 0)), + Vector3.ZERO + ) + + # Connect signals + if released.connect(_on_hinge_released): + push_error("Cannot connect hinge released signal") + + +# Called every frame when one or more handles are held by the player +func _process(_delta: float) -> void: + # Get the total handle angular offsets + var offset_sum := 0.0 + for item in grabbed_handles: + var handle := item as XRToolsInteractableHandle + var to_handle: Vector3 = handle.global_transform.origin * global_transform + var to_handle_origin: Vector3 = handle.handle_origin.global_transform.origin * global_transform + to_handle.x = 0.0 + to_handle_origin.x = 0.0 + offset_sum += to_handle_origin.signed_angle_to(to_handle, Vector3.RIGHT) + + # Average the angular offsets + var offset := offset_sum / grabbed_handles.size() + + # Move the hinge by the requested offset + move_hinge(_hinge_position_rad + offset) + + +# Move the hinge to the specified position +func move_hinge(position: float) -> void: + # Do the hinge move + position = _do_move_hinge(position) + if position == _hinge_position_rad: + return + + # Update the current positon + _hinge_position_rad = position + hinge_position = rad_to_deg(position) + + # Emit the moved signal + emit_signal("hinge_moved", hinge_position) + + +# Handle release of hinge +func _on_hinge_released(_interactable: XRToolsInteractableHinge): + if default_on_release: + move_hinge(_default_position_rad) + + +# Called when hinge_limit_min is set externally +func _set_hinge_limit_min(value: float) -> void: + hinge_limit_min = value + _hinge_limit_min_rad = deg_to_rad(value) + + +# Called when hinge_limit_max is set externally +func _set_hinge_limit_max(value: float) -> void: + hinge_limit_max = value + _hinge_limit_max_rad = deg_to_rad(value) + + +# Called when hinge_steps is set externally +func _set_hinge_steps(value: float) -> void: + hinge_steps = value + _hinge_steps_rad = deg_to_rad(value) + + +# Called when hinge_position is set externally +func _set_hinge_position(value: float) -> void: + var position := deg_to_rad(value) + position = _do_move_hinge(position) + hinge_position = rad_to_deg(position) + _hinge_position_rad = position + + +# Called when default_position is set externally +func _set_default_position(value: float) -> void: + default_position = value + _default_position_rad = deg_to_rad(value) + + +# Do the hinge move +func _do_move_hinge(position: float) -> float: + # Apply hinge step-quantization + if _hinge_steps_rad: + position = round(position / _hinge_steps_rad) * _hinge_steps_rad + + # Apply hinge limits + position = clamp(position, _hinge_limit_min_rad, _hinge_limit_max_rad) + + # Move if necessary + if position != _hinge_position_rad: + transform.basis = Basis.from_euler(Vector3(position, 0.0, 0.0)) + + # Return the updated position + return position diff --git a/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_hinge.gd.uid b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_hinge.gd.uid new file mode 100644 index 0000000..07e2797 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_hinge.gd.uid @@ -0,0 +1 @@ +uid://di77cs33oix6d diff --git a/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_hinge.tscn b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_hinge.tscn new file mode 100644 index 0000000..17b380b --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_hinge.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://bnvxqb33lltmj"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/interactables/interactable_hinge.gd" id="1"] + +[node name="InteractableHinge" type="Spatial"] +script = ExtResource("1") diff --git a/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_joystick.gd b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_joystick.gd new file mode 100644 index 0000000..c33047f --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_joystick.gd @@ -0,0 +1,236 @@ +@tool +class_name XRToolsInteractableJoystick +extends XRToolsInteractableHandleDriven + + +## XR Tools Interactable Joystick script +## +## The interactable joystick is a joystick transform node controlled by the +## player through [XRToolsInteractableHandle] instances. +## +## The joystick rotates itelf around its local X/Y axes, and so should be +## placed as a child of a node to translate and rotate as appropriate. +## +## The interactable joystick is not a [RigidBody3D], and as such will not react +## to any collisions. + + +## Signal for hinge moved +signal joystick_moved(x_angle, y_angle) + + +## Constant for flattening a vector horizontally (X/Z only) +const VECTOR_XZ := Vector3(1.0, 0.0, 1.0) + +## Constant for flattening a vector vertically (Y/Z only) +const VECTOR_YZ := Vector3(0.0, 1.0, 1.0) + + +## Joystick X minimum limit +@export var joystick_x_limit_min : float = -45.0: set = _set_joystick_x_limit_min + +## Joystick X maximum limit +@export var joystick_x_limit_max : float = 45.0: set = _set_joystick_x_limit_max + +## Joystick Y minimum limit +@export var joystick_y_limit_min : float = -45.0: set = _set_joystick_y_limit_min + +## Joystick Y maximum limit +@export var joystick_y_limit_max : float = 45.0: set = _set_joystick_y_limit_max + +## Joystick X step size (zero for no steps) +@export var joystick_x_steps : float = 0.0: set = _set_joystick_x_steps + +## Joystick Y step size (zero for no steps) +@export var joystick_y_steps : float = 0.0: set = _set_joystick_y_steps + +## Joystick X position +@export var joystick_x_position : float = 0.0: set = _set_joystick_x_position + +## Joystick Y position +@export var joystick_y_position : float = 0.0: set = _set_joystick_y_position + +## Default X position +@export var default_x_position : float = 0.0: set = _set_default_x_position + +## Default Y position +@export var default_y_position : float = 0.0: set = _set_default_y_position + +## If true, the joystick moves to the default position when released +@export var default_on_release : bool = false + + +# Joystick values in radians +@onready var _joystick_x_limit_min_rad : float = deg_to_rad(joystick_x_limit_min) +@onready var _joystick_x_limit_max_rad : float = deg_to_rad(joystick_x_limit_max) +@onready var _joystick_y_limit_min_rad : float = deg_to_rad(joystick_y_limit_min) +@onready var _joystick_y_limit_max_rad : float = deg_to_rad(joystick_y_limit_max) +@onready var _joystick_x_steps_rad : float = deg_to_rad(joystick_x_steps) +@onready var _joystick_y_steps_rad : float = deg_to_rad(joystick_y_steps) +@onready var _joystick_x_position_rad : float = deg_to_rad(joystick_x_position) +@onready var _joystick_y_position_rad : float = deg_to_rad(joystick_y_position) +@onready var _default_x_position_rad : float = deg_to_rad(default_x_position) +@onready var _default_y_position_rad : float = deg_to_rad(default_y_position) + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsInteractableJoystick" or super(name) + + +# Called when the node enters the scene tree for the first time. +func _ready(): + # In Godot 4 we must now manually call our super class ready function + super() + + # Set the initial position to match the initial joystick position value + transform = Transform3D( + Basis.from_euler(Vector3(_joystick_y_position_rad, _joystick_x_position_rad, 0)), + Vector3.ZERO) + + # Connect signals + if released.connect(_on_joystick_released): + push_error("Cannot connect joystick released signal") + + +# Called every frame when one or more handles are held by the player +func _process(_delta: float) -> void: + # Do not process in the editor + if Engine.is_editor_hint(): + return + + # Skip if no handles grabbed + if grabbed_handles.is_empty(): + return + + # Get the total handle angular offsets + var offset_x_sum := 0.0 + var offset_y_sum := 0.0 + for item in grabbed_handles: + var handle := item as XRToolsInteractableHandle + var to_handle: Vector3 = handle.global_transform.origin * global_transform + var to_handle_origin: Vector3 = handle.handle_origin.global_transform.origin * global_transform + + var to_handle_x := to_handle * VECTOR_XZ + var to_handle_origin_x := to_handle_origin * VECTOR_XZ + offset_x_sum += to_handle_origin_x.signed_angle_to(to_handle_x, Vector3.UP) + + var to_handle_y := to_handle * VECTOR_YZ + var to_handle_origin_y := to_handle_origin * VECTOR_YZ + offset_y_sum += to_handle_origin_y.signed_angle_to(to_handle_y, Vector3.RIGHT) + + # Average the angular offsets + var offset_x := offset_x_sum / grabbed_handles.size() + var offset_y := offset_y_sum / grabbed_handles.size() + + # Move the joystick by the requested offset + move_joystick( + _joystick_x_position_rad + offset_x, + _joystick_y_position_rad + offset_y) + + +# Move the joystick to the specified position +func move_joystick(position_x: float, position_y: float) -> void: + # Do the move + var position := _do_move_joystick(Vector2(position_x, position_y)) + if position.x == _joystick_x_position_rad and position.y == _joystick_y_position_rad: + return + + # Update the current positon + _joystick_x_position_rad = position.x + _joystick_y_position_rad = position.y + joystick_x_position = rad_to_deg(position.x) + joystick_y_position = rad_to_deg(position.y) + + # Emit the joystick signal + emit_signal("joystick_moved", joystick_x_position, joystick_y_position) + + +# Handle release of joystick +func _on_joystick_released(_interactable: XRToolsInteractableJoystick): + if default_on_release: + move_joystick(_default_x_position_rad, _default_y_position_rad) + + +# Called when joystick_x_limit_min is set externally +func _set_joystick_x_limit_min(value: float) -> void: + joystick_x_limit_min = value + _joystick_x_limit_min_rad = deg_to_rad(value) + + +# Called when joystick_y_limit_min is set externally +func _set_joystick_y_limit_min(value: float) -> void: + joystick_y_limit_min = value + _joystick_y_limit_min_rad = deg_to_rad(value) + + +# Called when joystick_x_limit_max is set externally +func _set_joystick_x_limit_max(value: float) -> void: + joystick_x_limit_max = value + _joystick_x_limit_max_rad = deg_to_rad(value) + + +# Called when joystick_y_limit_max is set externally +func _set_joystick_y_limit_max(value: float) -> void: + joystick_y_limit_max = value + _joystick_y_limit_max_rad = deg_to_rad(value) + + +# Called when joystick_x_steps is set externally +func _set_joystick_x_steps(value: float) -> void: + joystick_x_steps = value + _joystick_x_steps_rad = deg_to_rad(value) + + +# Called when joystick_y_steps is set externally +func _set_joystick_y_steps(value: float) -> void: + joystick_y_steps = value + _joystick_y_steps_rad = deg_to_rad(value) + + +# Called when joystick_x_position is set externally +func _set_joystick_x_position(value: float) -> void: + var position := Vector2(deg_to_rad(value), _joystick_y_position_rad) + position = _do_move_joystick(position) + joystick_x_position = rad_to_deg(position.x) + _joystick_x_position_rad = position.x + + +# Called when joystick_y_position is set externally +func _set_joystick_y_position(value: float) -> void: + var position := Vector2(_joystick_x_position_rad, deg_to_rad(value)) + position = _do_move_joystick(position) + joystick_y_position = rad_to_deg(position.y) + _joystick_y_position_rad = position.y + + +# Called when default_x_position is set externally +func _set_default_x_position(value: float) -> void: + default_x_position = value + _default_x_position_rad = deg_to_rad(value) + + +# Called when default_y_position is set externally +func _set_default_y_position(value: float) -> void: + default_y_position = value + _default_y_position_rad = deg_to_rad(value) + + +# Do the joystick move +func _do_move_joystick(position: Vector2) -> Vector2: + # Apply joystick step-quantization + if _joystick_x_steps_rad: + position.x = round(position.x / _joystick_x_steps_rad) * _joystick_x_steps_rad + if _joystick_y_steps_rad: + position.y = round(position.y / _joystick_y_steps_rad) * _joystick_y_steps_rad + + # Apply joystick limits + position.x = clamp(position.x, _joystick_x_limit_min_rad, _joystick_x_limit_max_rad) + position.y = clamp(position.y, _joystick_y_limit_min_rad, _joystick_y_limit_max_rad) + + # Move if necessary + if position.x != _joystick_x_position_rad or position.y != _joystick_y_position_rad: + transform.basis = Basis.from_euler(Vector3(position.y, position.x, 0.0)) + + # Return the updated position + return position diff --git a/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_joystick.gd.uid b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_joystick.gd.uid new file mode 100644 index 0000000..c68d6aa --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_joystick.gd.uid @@ -0,0 +1 @@ +uid://b7mxttaa5251w diff --git a/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_joystick.tscn b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_joystick.tscn new file mode 100644 index 0000000..2d017c9 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_joystick.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://du32t1mb2kd7x"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/interactables/interactable_joystick.gd" id="1"] + +[node name="InteractableJoystick" type="Spatial"] +script = ExtResource("1") diff --git a/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_slider.gd b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_slider.gd new file mode 100644 index 0000000..5faf517 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_slider.gd @@ -0,0 +1,120 @@ +@tool +class_name XRToolsInteractableSlider +extends XRToolsInteractableHandleDriven + + +## XR Tools Interactable Slider script +## +## The interactable slider is a slider transform node controlled by the +## player through [XRToolsInteractableHandle] instances. +## +## The slider translates itelf along its local X axis, and so should be +## placed as a child of a node to translate and rotate as appropriate. +## +## The interactable slider is not a [RigidBody3D], and as such will not react +## to any collisions. + + +## Signal for slider moved +signal slider_moved(position) + + +## Slider minimum limit +@export var slider_limit_min : float = 0.0 + +## Slider maximum limit +@export var slider_limit_max : float = 1.0 + +## Slider step size (zero for no steps) +@export var slider_steps : float = 0.0 + +## Slider position +@export var slider_position : float = 0.0: set = _set_slider_position + +## Default position +@export var default_position : float = 0.0 + +## If true, the slider moves to the default position when released +@export var default_on_release : bool = false + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsInteractableSlider" or super(name) + + +# Called when the node enters the scene tree for the first time. +func _ready() -> void: + # In Godot 4 we must now manually call our super class ready function + super() + + # Set the initial position to match the initial slider position value + transform = Transform3D( + Basis.IDENTITY, + Vector3(slider_position, 0.0, 0.0) + ) + + # Connect signals + if released.connect(_on_slider_released): + push_error("Cannot connect slider released signal") + + +# Called every frame when one or more handles are held by the player +func _process(_delta: float) -> void: + # Get the total handle offsets + var offset_sum := Vector3.ZERO + for item in grabbed_handles: + var handle := item as XRToolsInteractableHandle + offset_sum += handle.global_transform.origin - handle.handle_origin.global_transform.origin + + # Rotate the offset sum vector from global into local coordinate space + offset_sum = offset_sum * global_transform.basis + + # Get the average displacement in the X axis + var offset := offset_sum.x / grabbed_handles.size() + + # Move the slider by the requested offset + move_slider(slider_position + offset) + + +# Move the slider to the specified position +func move_slider(position: float) -> void: + # Do the slider move + position = _do_move_slider(position) + if position == slider_position: + return + + # Update the current position + slider_position = position + + # Emit the moved signal + emit_signal("slider_moved", position) + + +# Handle release of slider +func _on_slider_released(_interactable: XRToolsInteractableSlider): + if default_on_release: + move_slider(default_position) + + +# Called when the slider position is set externally +func _set_slider_position(position: float) -> void: + position = _do_move_slider(position) + slider_position = position + + +# Do the slider move +func _do_move_slider(position: float) -> float: + # Apply slider step-quantization + if slider_steps: + position = round(position / slider_steps) * slider_steps + + # Apply slider limits + position = clamp(position, slider_limit_min, slider_limit_max) + + # Move if necessary + if position != slider_position: + transform.origin.x = position + + # Return the updated position + return position diff --git a/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_slider.gd.uid b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_slider.gd.uid new file mode 100644 index 0000000..f0c93e2 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_slider.gd.uid @@ -0,0 +1 @@ +uid://cveqyrfc3ru0h diff --git a/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_slider.tscn b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_slider.tscn new file mode 100644 index 0000000..f864adc --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/interactables/interactable_slider.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://b0r6edl74ddo7"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/interactables/interactable_slider.gd" id="1"] + +[node name="InteractableSlider" type="Node3D"] +script = ExtResource("1") diff --git a/escape-room-version-2/addons/godot-xr-tools/materials/capsule.tres b/escape-room-version-2/addons/godot-xr-tools/materials/capsule.tres new file mode 100644 index 0000000..a4e004f --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/materials/capsule.tres @@ -0,0 +1,7 @@ +[gd_resource type="StandardMaterial3D" format=2] + +[resource] +flags_transparent = true +albedo_color = Color( 0.0337219, 0.241112, 0.863281, 0.497255 ) +roughness = 0.0 + diff --git a/escape-room-version-2/addons/godot-xr-tools/materials/highlight.tres b/escape-room-version-2/addons/godot-xr-tools/materials/highlight.tres new file mode 100644 index 0000000..a27c9a8 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/materials/highlight.tres @@ -0,0 +1,71 @@ +[gd_resource type="ShaderMaterial" load_steps=7 format=3 uid="uid://dyuaw57o8y3i"] + +[sub_resource type="VisualShaderNodeColorParameter" id="VisualShaderNodeColorParameter_nl6jr"] +parameter_name = "Color" + +[sub_resource type="VisualShaderNodeVectorOp" id="VisualShaderNodeVectorOp_8dcmn"] +default_input_values = [0, Vector3(0, 0, 0), 1, Vector3(0.5, 0.5, 0.5)] +operator = 2 + +[sub_resource type="VisualShaderNodeFloatConstant" id="VisualShaderNodeFloatConstant_2331j"] +constant = 0.1 + +[sub_resource type="VisualShaderNodeFresnel" id="VisualShaderNodeFresnel_tghd5"] + +[sub_resource type="VisualShaderNodeVectorOp" id="VisualShaderNodeVectorOp_wy3ip"] +operator = 2 + +[sub_resource type="VisualShader" id="VisualShader_wb0u4"] +code = "shader_type spatial; +render_mode blend_mix, depth_draw_opaque, depth_test_default, cull_back, diffuse_lambert, specular_schlick_ggx; + +uniform vec4 Color : source_color; + + + +void fragment() { +// ColorParameter:2 + vec4 n_out2p0 = Color; + + +// FloatConstant:4 + float n_out4p0 = 0.100000; + + +// VectorOp:3 + vec3 n_out3p0 = vec3(n_out2p0.xyz) * vec3(n_out4p0); + + +// Fresnel:5 + float n_in5p3 = 1.00000; + float n_out5p0 = pow(1.0 - clamp(dot(NORMAL, VIEW), 0.0, 1.0), n_in5p3); + + +// VectorOp:6 + vec3 n_out6p0 = vec3(n_out2p0.xyz) * vec3(n_out5p0); + + +// Output:0 + ALBEDO = n_out3p0; + EMISSION = n_out6p0; + + +} +" +nodes/fragment/0/position = Vector2(660, 60) +nodes/fragment/2/node = SubResource("VisualShaderNodeColorParameter_nl6jr") +nodes/fragment/2/position = Vector2(40, 40) +nodes/fragment/3/node = SubResource("VisualShaderNodeVectorOp_8dcmn") +nodes/fragment/3/position = Vector2(360, 60) +nodes/fragment/4/node = SubResource("VisualShaderNodeFloatConstant_2331j") +nodes/fragment/4/position = Vector2(20, 180) +nodes/fragment/5/node = SubResource("VisualShaderNodeFresnel_tghd5") +nodes/fragment/5/position = Vector2(40, 340) +nodes/fragment/6/node = SubResource("VisualShaderNodeVectorOp_wy3ip") +nodes/fragment/6/position = Vector2(360, 220) +nodes/fragment/connections = PackedInt32Array(2, 0, 3, 0, 3, 0, 0, 0, 4, 0, 3, 1, 2, 0, 6, 0, 5, 0, 6, 1, 6, 0, 0, 5) + +[resource] +render_priority = 0 +shader = SubResource("VisualShader_wb0u4") +shader_parameter/Color = Color(0.301961, 0.392157, 0.988235, 1) diff --git a/escape-room-version-2/addons/godot-xr-tools/materials/pointer.tres b/escape-room-version-2/addons/godot-xr-tools/materials/pointer.tres new file mode 100644 index 0000000..ffa1437 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/materials/pointer.tres @@ -0,0 +1,6 @@ +[gd_resource type="StandardMaterial3D" format=2] + +[resource] +flags_unshaded = true +params_diffuse_mode = 1 +albedo_color = Color( 1, 0.15625, 0.15625, 0.740314 ) diff --git a/escape-room-version-2/addons/godot-xr-tools/materials/target.tres b/escape-room-version-2/addons/godot-xr-tools/materials/target.tres new file mode 100644 index 0000000..48904d4 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/materials/target.tres @@ -0,0 +1,11 @@ +[gd_resource type="StandardMaterial3D" load_steps=2 format=2] + +[ext_resource path="res://addons/godot-xr-tools/images/teleport_target.png" type="Texture" id=1] + +[resource] +flags_transparent = true +flags_unshaded = true +params_diffuse_mode = 1 +params_cull_mode = 2 +albedo_color = Color( 0.176471, 0.313726, 0.862745, 1 ) +albedo_texture = ExtResource( 1 ) diff --git a/escape-room-version-2/addons/godot-xr-tools/materials/teleport.gdshader b/escape-room-version-2/addons/godot-xr-tools/materials/teleport.gdshader new file mode 100644 index 0000000..a51550b --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/materials/teleport.gdshader @@ -0,0 +1,37 @@ +shader_type spatial; +render_mode unshaded, cull_disabled, skip_vertex_transform; + +uniform float scale_t = 0.2; +uniform float length = 20.0; +uniform vec3 down = vec3(0.0, -1.0, 0.0); +uniform vec4 mix_color : source_color; +uniform sampler2D arrow_texture : source_color; + +void vertex() { + // offset our Z so we're projecting from our origin point + VERTEX.z -= 0.5; + VERTEX.z *= length; + + // now use that to create our arch + float t = VERTEX.z * scale_t; + float t2 = t * t; + + // translate to our world vector + VERTEX = (MODEL_MATRIX * vec4(VERTEX, 1.0)).xyz; + + // and now create our arch + VERTEX += down * t2; + + // and apply our view matrix + VERTEX = (VIEW_MATRIX * vec4(VERTEX, 1.0)).xyz; +} + +void fragment() { + // and do our color + float offset = (TIME * 2.0); + vec4 col = texture(arrow_texture, vec2(UV.x, (UV.y * length * 4.0) + offset )).rgba; + ALBEDO = col.rgb * mix_color.rgb; + + // need to fix up our image and add an alpha channel + ALPHA = col.a; +} diff --git a/escape-room-version-2/addons/godot-xr-tools/materials/teleport.gdshader.uid b/escape-room-version-2/addons/godot-xr-tools/materials/teleport.gdshader.uid new file mode 100644 index 0000000..9db9d16 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/materials/teleport.gdshader.uid @@ -0,0 +1 @@ +uid://irjmi0b5jt6y diff --git a/escape-room-version-2/addons/godot-xr-tools/materials/teleport.tres b/escape-room-version-2/addons/godot-xr-tools/materials/teleport.tres new file mode 100644 index 0000000..8ce9821 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/materials/teleport.tres @@ -0,0 +1,13 @@ +[gd_resource type="ShaderMaterial" load_steps=3 format=3 uid="uid://bk72wfw25ff0v"] + +[ext_resource type="Shader" path="res://addons/godot-xr-tools/materials/teleport.gdshader" id="1"] +[ext_resource type="Texture2D" uid="uid://ddoj6c345cb0c" path="res://addons/godot-xr-tools/images/teleport_arrow.png" id="2"] + +[resource] +render_priority = 0 +shader = ExtResource("1") +shader_parameter/scale_t = 0.2 +shader_parameter/length = 30.0 +shader_parameter/down = Vector3(0, -1, 0) +shader_parameter/mix_color = Color(0.176471, 0.313726, 0.862745, 1) +shader_parameter/arrow_texture = ExtResource("2") diff --git a/escape-room-version-2/addons/godot-xr-tools/misc/hold_button.gd b/escape-room-version-2/addons/godot-xr-tools/misc/hold_button.gd new file mode 100644 index 0000000..391d05d --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/misc/hold_button.gd @@ -0,0 +1,121 @@ +@tool +class_name XRToolsHoldButton +extends Node3D + + +signal pressed + + +# Enable our button +@export var enabled : bool = false: set = set_enabled + +@export var activate_action : String = "trigger_click" +@export var activate_action_desktop : String = "ui_accept" + +# Countdown +@export var hold_time : float = 2.0 + +# Color our our visualisation +@export var color : Color = Color(1.0, 1.0, 1.0, 1.0): set = set_color + +# Size +@export var size : Vector2 = Vector2(1.0, 1.0): set = set_size + + +var time_held = 0.0 +var material : ShaderMaterial +var xr_start_node : XRToolsStartXR + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsHoldButton" + + +# Called when the node enters the scene tree for the first time. +func _ready(): + material = $Visualise.get_surface_override_material(0) + xr_start_node = XRTools.find_xr_child( + XRTools.find_xr_ancestor(self, + "*Staging", + "XRToolsStaging"),"StartXR","Node") + + if !Engine.is_editor_hint(): + _set_time_held(0.0) + + _update_size() + _update_color() + _update_enabled() + + +func _process(delta): + if Engine.is_editor_hint(): + return + + var button_pressed = false + + # we check all trackers + var controllers = XRServer.get_trackers(XRServer.TRACKER_CONTROLLER) + for name in controllers: + var tracker : XRPositionalTracker = controllers[name] + if tracker.get_input(activate_action): + button_pressed = true + + + if !xr_start_node.is_xr_active(): + if Input.is_action_pressed("ui_accept") or Input.is_action_pressed(activate_action_desktop): + button_pressed = true + + + + if button_pressed: + _set_time_held(time_held + delta) + if time_held > hold_time: + # done, disable this + set_enabled(false) + emit_signal("pressed") + else: + _set_time_held(max(0.0, time_held - delta)) + + +func set_enabled(p_enabled: bool): + enabled = p_enabled + _update_enabled() + + +func _update_enabled(): + if is_inside_tree() and !Engine.is_editor_hint(): + _set_time_held(0.0) + set_process(enabled) + + +func _set_time_held(p_time_held): + time_held = p_time_held + if material: + $Visualise.visible = time_held > 0.0 + material.set_shader_parameter("value", time_held/hold_time) + + +func set_size(p_size: Vector2): + size = p_size + _update_size() + + +func _update_size(): + if material: # Note, material won't be set until after we setup our scene + var mesh : QuadMesh = $Visualise.mesh + if mesh.size != size: + mesh.size = size + + # updating the size will unset our material, so reset it + $Visualise.set_surface_override_material(0, material) + + +func set_color(p_color: Color): + color = p_color + _update_color() + + +func _update_color(): + if material: + material.set_shader_parameter("albedo", color) diff --git a/escape-room-version-2/addons/godot-xr-tools/misc/hold_button.gd.uid b/escape-room-version-2/addons/godot-xr-tools/misc/hold_button.gd.uid new file mode 100644 index 0000000..d13dd99 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/misc/hold_button.gd.uid @@ -0,0 +1 @@ +uid://b6h3dbfjqsxi0 diff --git a/escape-room-version-2/addons/godot-xr-tools/misc/hold_button.tscn b/escape-room-version-2/addons/godot-xr-tools/misc/hold_button.tscn new file mode 100644 index 0000000..84f9aaa --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/misc/hold_button.tscn @@ -0,0 +1,23 @@ +[gd_scene load_steps=5 format=3 uid="uid://cymteydkxagpp"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/misc/hold_button.gd" id="1"] +[ext_resource type="Shader" uid="uid://c6okm2ay0fkjf" path="res://addons/godot-xr-tools/misc/hold_button_visualshader.tres" id="2"] + +[sub_resource type="QuadMesh" id="1"] +resource_local_to_scene = true + +[sub_resource type="ShaderMaterial" id="ShaderMaterial_tkbhq"] +render_priority = 0 +shader = ExtResource("2") +shader_parameter/albedo = Color(1, 1, 1, 1) +shader_parameter/value = 0.2 +shader_parameter/fade = 0.05 +shader_parameter/radius = 0.8 +shader_parameter/width = 0.2 + +[node name="HoldButton" type="Node3D"] +script = ExtResource("1") + +[node name="Visualise" type="MeshInstance3D" parent="."] +mesh = SubResource("1") +surface_material_override/0 = SubResource("ShaderMaterial_tkbhq") diff --git a/escape-room-version-2/addons/godot-xr-tools/misc/hold_button_gaze_pointer_visualshader.tres b/escape-room-version-2/addons/godot-xr-tools/misc/hold_button_gaze_pointer_visualshader.tres new file mode 100644 index 0000000..b88bb9a --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/misc/hold_button_gaze_pointer_visualshader.tres @@ -0,0 +1,313 @@ +[gd_resource type="VisualShader" load_steps=28 format=3 uid="uid://dncfip67nl2sf"] + +[sub_resource type="VisualShaderNodeFloatOp" id="1"] +output_port_for_preview = 0 +default_input_values = [0, 0.0, 1, 0.1] +operator = 3 + +[sub_resource type="VisualShaderNodeFloatParameter" id="2"] +parameter_name = "width" + +[sub_resource type="VisualShaderNodeFloatOp" id="11"] +output_port_for_preview = 0 +default_input_values = [0, 1.0, 1, 0.0] +operator = 1 + +[sub_resource type="VisualShaderNodeFloatOp" id="12"] +output_port_for_preview = 0 +operator = 1 + +[sub_resource type="VisualShaderNodeFloatParameter" id="13"] +parameter_name = "fade" + +[sub_resource type="VisualShaderNodeFloatOp" id="14"] +default_input_values = [0, 0.0, 1, 2.0] +operator = 3 + +[sub_resource type="VisualShaderNodeVectorFunc" id="15"] +output_port_for_preview = 0 + +[sub_resource type="VisualShaderNodeDotProduct" id="16"] +default_input_values = [0, Vector3(0, 0, 0), 1, Vector3(0, -1, 0)] + +[sub_resource type="VisualShaderNodeVectorOp" id="17"] +default_input_values = [0, Vector3(0, 0, 0), 1, Vector3(0, -1, 0)] +operator = 8 + +[sub_resource type="VisualShaderNodeColorParameter" id="3"] +parameter_name = "albedo" + +[sub_resource type="VisualShaderNodeVectorDecompose" id="18"] + +[sub_resource type="VisualShaderNodeIf" id="19"] + +[sub_resource type="VisualShaderNodeFloatOp" id="20"] +default_input_values = [0, 6.28319, 1, 0.0] +operator = 1 + +[sub_resource type="VisualShaderNodeFloatFunc" id="21"] +output_port_for_preview = 0 +function = 4 + +[sub_resource type="VisualShaderNodeFloatOp" id="22"] +output_port_for_preview = 0 +default_input_values = [0, 0.0, 1, 6.28319] +operator = 3 + +[sub_resource type="VisualShaderNodeFloatParameter" id="23"] +parameter_name = "value" + +[sub_resource type="VisualShaderNodeFloatOp" id="24"] +output_port_for_preview = 0 +operator = 1 + +[sub_resource type="VisualShaderNodeFloatOp" id="25"] +output_port_for_preview = 0 +operator = 3 + +[sub_resource type="VisualShaderNodeFloatOp" id="26"] +output_port_for_preview = 0 +operator = 6 + +[sub_resource type="VisualShaderNodeInput" id="4"] +output_port_for_preview = 0 +input_name = "uv" + +[sub_resource type="VisualShaderNodeFloatOp" id="27"] +default_input_values = [0, 0.0, 1, 6.28319] +operator = 3 + +[sub_resource type="VisualShaderNodeVectorOp" id="5"] +output_port_for_preview = 0 +default_input_values = [0, Vector3(0, 0, 0), 1, Vector3(2, 2, 0)] +operator = 2 + +[sub_resource type="VisualShaderNodeVectorOp" id="6"] +output_port_for_preview = 0 +default_input_values = [0, Vector3(0, 0, 0), 1, Vector3(-1, -1, 0)] + +[sub_resource type="VisualShaderNodeVectorLen" id="7"] +output_port_for_preview = 0 + +[sub_resource type="VisualShaderNodeFloatOp" id="8"] +output_port_for_preview = 0 +operator = 1 + +[sub_resource type="VisualShaderNodeFloatParameter" id="9"] +parameter_name = "radius" + +[sub_resource type="VisualShaderNodeFloatFunc" id="10"] +output_port_for_preview = 0 +function = 12 + +[resource] +code = "shader_type spatial; +render_mode blend_mix, depth_draw_opaque, cull_back, diffuse_lambert, specular_schlick_ggx, depth_test_disabled, unshaded; + +uniform vec4 albedo : source_color; +uniform float value; +uniform float fade; +uniform float radius; +uniform float width; + + + +void fragment() { +// ColorParameter:2 + vec4 n_out2p0 = albedo; + + +// Input:3 + vec2 n_out3p0 = UV; + + +// VectorOp:4 + vec3 n_in4p1 = vec3(2.00000, 2.00000, 0.00000); + vec3 n_out4p0 = vec3(n_out3p0, 0.0) * n_in4p1; + + +// VectorOp:5 + vec3 n_in5p1 = vec3(-1.00000, -1.00000, 0.00000); + vec3 n_out5p0 = n_out4p0 + n_in5p1; + + +// VectorFunc:17 + vec3 n_out17p0 = normalize(n_out5p0); + + +// VectorOp:19 + vec3 n_in19p1 = vec3(0.00000, -1.00000, 0.00000); + vec3 n_out19p0 = cross(n_out17p0, n_in19p1); + + +// VectorDecompose:20 + float n_out20p0 = n_out19p0.x; + float n_out20p1 = n_out19p0.y; + float n_out20p2 = n_out19p0.z; + + +// DotProduct:18 + vec3 n_in18p1 = vec3(0.00000, -1.00000, 0.00000); + float n_out18p0 = dot(n_out17p0, n_in18p1); + + +// FloatFunc:24 + float n_out24p0 = acos(n_out18p0); + + +// FloatOp:23 + float n_in23p0 = 6.28319; + float n_out23p0 = n_in23p0 - n_out24p0; + + + vec3 n_out22p0; +// If:22 + float n_in22p1 = 0.00000; + float n_in22p2 = 0.00001; + if(abs(n_out20p2 - n_in22p1) < n_in22p2) + { + n_out22p0 = vec3(n_out24p0); + } + else if(n_out20p2 < n_in22p1) + { + n_out22p0 = vec3(n_out24p0); + } + else + { + n_out22p0 = vec3(n_out23p0); + } + + +// FloatOp:25 + float n_in25p1 = 6.28319; + float n_out25p0 = n_out22p0.x / n_in25p1; + + +// FloatParameter:26 + float n_out26p0 = value; + + +// FloatOp:27 + float n_out27p0 = n_out25p0 - n_out26p0; + + +// FloatParameter:14 + float n_out14p0 = fade; + + +// FloatOp:30 + float n_in30p1 = 6.28319; + float n_out30p0 = n_out14p0 / n_in30p1; + + +// FloatOp:28 + float n_out28p0 = n_out27p0 / n_out30p0; + + +// VectorLen:6 + float n_out6p0 = length(n_out5p0); + + +// FloatParameter:8 + float n_out8p0 = radius; + + +// FloatOp:7 + float n_out7p0 = n_out6p0 - n_out8p0; + + +// FloatFunc:9 + float n_out9p0 = abs(n_out7p0); + + +// FloatParameter:11 + float n_out11p0 = width; + + +// FloatOp:15 + float n_in15p1 = 2.00000; + float n_out15p0 = n_out11p0 / n_in15p1; + + +// FloatOp:13 + float n_out13p0 = n_out9p0 - n_out15p0; + + +// FloatOp:10 + float n_out10p0 = n_out13p0 / n_out14p0; + + +// FloatOp:29 + float n_out29p0 = max(n_out28p0, n_out10p0); + + +// FloatOp:12 + float n_in12p0 = 1.00000; + float n_out12p0 = n_in12p0 - n_out29p0; + + +// Output:0 + ALBEDO = vec3(n_out2p0.xyz); + ALPHA = n_out12p0; + + +} +" +flags/depth_test_disabled = true +flags/unshaded = true +nodes/fragment/0/position = Vector2(1800, -40) +nodes/fragment/2/node = SubResource("3") +nodes/fragment/2/position = Vector2(1480, -200) +nodes/fragment/3/node = SubResource("4") +nodes/fragment/3/position = Vector2(-220, 200) +nodes/fragment/4/node = SubResource("5") +nodes/fragment/4/position = Vector2(-20, 200) +nodes/fragment/5/node = SubResource("6") +nodes/fragment/5/position = Vector2(180, 200) +nodes/fragment/6/node = SubResource("7") +nodes/fragment/6/position = Vector2(380, 200) +nodes/fragment/7/node = SubResource("8") +nodes/fragment/7/position = Vector2(580, 200) +nodes/fragment/8/node = SubResource("9") +nodes/fragment/8/position = Vector2(260, 440) +nodes/fragment/9/node = SubResource("10") +nodes/fragment/9/position = Vector2(780, 200) +nodes/fragment/10/node = SubResource("1") +nodes/fragment/10/position = Vector2(1200, 200) +nodes/fragment/11/node = SubResource("2") +nodes/fragment/11/position = Vector2(260, 600) +nodes/fragment/12/node = SubResource("11") +nodes/fragment/12/position = Vector2(1600, 60) +nodes/fragment/13/node = SubResource("12") +nodes/fragment/13/position = Vector2(1000, 200) +nodes/fragment/14/node = SubResource("13") +nodes/fragment/14/position = Vector2(260, 780) +nodes/fragment/15/node = SubResource("14") +nodes/fragment/15/position = Vector2(560, 600) +nodes/fragment/17/node = SubResource("15") +nodes/fragment/17/position = Vector2(-380, -100) +nodes/fragment/18/node = SubResource("16") +nodes/fragment/18/position = Vector2(-120, -40) +nodes/fragment/19/node = SubResource("17") +nodes/fragment/19/position = Vector2(-120, -180) +nodes/fragment/20/node = SubResource("18") +nodes/fragment/20/position = Vector2(60, -180) +nodes/fragment/22/node = SubResource("19") +nodes/fragment/22/position = Vector2(620, -100) +nodes/fragment/23/node = SubResource("20") +nodes/fragment/23/position = Vector2(360, 40) +nodes/fragment/24/node = SubResource("21") +nodes/fragment/24/position = Vector2(60, -40) +nodes/fragment/25/node = SubResource("22") +nodes/fragment/25/position = Vector2(800, -100) +nodes/fragment/26/node = SubResource("23") +nodes/fragment/26/position = Vector2(660, -360) +nodes/fragment/27/node = SubResource("24") +nodes/fragment/27/position = Vector2(1000, -100) +nodes/fragment/28/node = SubResource("25") +nodes/fragment/28/position = Vector2(1200, -100) +nodes/fragment/29/node = SubResource("26") +nodes/fragment/29/position = Vector2(1400, 60) +nodes/fragment/30/node = SubResource("27") +nodes/fragment/30/position = Vector2(1000, -240) +nodes/fragment/connections = PackedInt32Array(2, 0, 0, 0, 3, 0, 4, 0, 4, 0, 5, 0, 5, 0, 6, 0, 6, 0, 7, 0, 8, 0, 7, 1, 7, 0, 9, 0, 12, 0, 0, 1, 9, 0, 13, 0, 13, 0, 10, 0, 14, 0, 10, 1, 11, 0, 15, 0, 15, 0, 13, 1, 5, 0, 17, 0, 17, 0, 18, 0, 17, 0, 19, 0, 19, 0, 20, 0, 18, 0, 24, 0, 24, 0, 23, 1, 22, 0, 25, 0, 20, 2, 22, 0, 24, 0, 22, 3, 23, 0, 22, 4, 24, 0, 22, 5, 25, 0, 27, 0, 26, 0, 27, 1, 27, 0, 28, 0, 28, 0, 29, 0, 10, 0, 29, 1, 29, 0, 12, 1, 14, 0, 30, 0, 30, 0, 28, 1) diff --git a/escape-room-version-2/addons/godot-xr-tools/misc/hold_button_visualshader.tres b/escape-room-version-2/addons/godot-xr-tools/misc/hold_button_visualshader.tres new file mode 100644 index 0000000..faa57b5 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/misc/hold_button_visualshader.tres @@ -0,0 +1,312 @@ +[gd_resource type="VisualShader" load_steps=28 format=3 uid="uid://c6okm2ay0fkjf"] + +[sub_resource type="VisualShaderNodeFloatOp" id="1"] +output_port_for_preview = 0 +default_input_values = [0, 0.0, 1, 0.1] +operator = 3 + +[sub_resource type="VisualShaderNodeFloatParameter" id="2"] +parameter_name = "width" + +[sub_resource type="VisualShaderNodeFloatOp" id="11"] +output_port_for_preview = 0 +default_input_values = [0, 1.0, 1, 0.0] +operator = 1 + +[sub_resource type="VisualShaderNodeFloatOp" id="12"] +output_port_for_preview = 0 +operator = 1 + +[sub_resource type="VisualShaderNodeFloatParameter" id="13"] +parameter_name = "fade" + +[sub_resource type="VisualShaderNodeFloatOp" id="14"] +default_input_values = [0, 0.0, 1, 2.0] +operator = 3 + +[sub_resource type="VisualShaderNodeVectorFunc" id="15"] +output_port_for_preview = 0 + +[sub_resource type="VisualShaderNodeDotProduct" id="16"] +default_input_values = [0, Vector3(0, 0, 0), 1, Vector3(0, -1, 0)] + +[sub_resource type="VisualShaderNodeVectorOp" id="17"] +default_input_values = [0, Vector3(0, 0, 0), 1, Vector3(0, -1, 0)] +operator = 8 + +[sub_resource type="VisualShaderNodeColorParameter" id="3"] +parameter_name = "albedo" + +[sub_resource type="VisualShaderNodeVectorDecompose" id="18"] + +[sub_resource type="VisualShaderNodeIf" id="19"] + +[sub_resource type="VisualShaderNodeFloatOp" id="20"] +default_input_values = [0, 6.28319, 1, 0.0] +operator = 1 + +[sub_resource type="VisualShaderNodeFloatFunc" id="21"] +output_port_for_preview = 0 +function = 4 + +[sub_resource type="VisualShaderNodeFloatOp" id="22"] +output_port_for_preview = 0 +default_input_values = [0, 0.0, 1, 6.28319] +operator = 3 + +[sub_resource type="VisualShaderNodeFloatParameter" id="23"] +parameter_name = "value" + +[sub_resource type="VisualShaderNodeFloatOp" id="24"] +output_port_for_preview = 0 +operator = 1 + +[sub_resource type="VisualShaderNodeFloatOp" id="25"] +output_port_for_preview = 0 +operator = 3 + +[sub_resource type="VisualShaderNodeFloatOp" id="26"] +output_port_for_preview = 0 +operator = 6 + +[sub_resource type="VisualShaderNodeInput" id="4"] +output_port_for_preview = 0 +input_name = "uv" + +[sub_resource type="VisualShaderNodeFloatOp" id="27"] +default_input_values = [0, 0.0, 1, 6.28319] +operator = 3 + +[sub_resource type="VisualShaderNodeVectorOp" id="5"] +output_port_for_preview = 0 +default_input_values = [0, Vector3(0, 0, 0), 1, Vector3(2, 2, 0)] +operator = 2 + +[sub_resource type="VisualShaderNodeVectorOp" id="6"] +output_port_for_preview = 0 +default_input_values = [0, Vector3(0, 0, 0), 1, Vector3(-1, -1, 0)] + +[sub_resource type="VisualShaderNodeVectorLen" id="7"] +output_port_for_preview = 0 + +[sub_resource type="VisualShaderNodeFloatOp" id="8"] +output_port_for_preview = 0 +operator = 1 + +[sub_resource type="VisualShaderNodeFloatParameter" id="9"] +parameter_name = "radius" + +[sub_resource type="VisualShaderNodeFloatFunc" id="10"] +output_port_for_preview = 0 +function = 12 + +[resource] +code = "shader_type spatial; +render_mode blend_mix, depth_draw_opaque, depth_test_default, cull_back, diffuse_lambert, specular_schlick_ggx, unshaded; + +uniform vec4 albedo : source_color; +uniform float value; +uniform float fade; +uniform float radius; +uniform float width; + + + +void fragment() { +// ColorParameter:2 + vec4 n_out2p0 = albedo; + + +// Input:3 + vec2 n_out3p0 = UV; + + +// VectorOp:4 + vec3 n_in4p1 = vec3(2.00000, 2.00000, 0.00000); + vec3 n_out4p0 = vec3(n_out3p0, 0.0) * n_in4p1; + + +// VectorOp:5 + vec3 n_in5p1 = vec3(-1.00000, -1.00000, 0.00000); + vec3 n_out5p0 = n_out4p0 + n_in5p1; + + +// VectorFunc:17 + vec3 n_out17p0 = normalize(n_out5p0); + + +// VectorOp:19 + vec3 n_in19p1 = vec3(0.00000, -1.00000, 0.00000); + vec3 n_out19p0 = cross(n_out17p0, n_in19p1); + + +// VectorDecompose:20 + float n_out20p0 = n_out19p0.x; + float n_out20p1 = n_out19p0.y; + float n_out20p2 = n_out19p0.z; + + +// DotProduct:18 + vec3 n_in18p1 = vec3(0.00000, -1.00000, 0.00000); + float n_out18p0 = dot(n_out17p0, n_in18p1); + + +// FloatFunc:24 + float n_out24p0 = acos(n_out18p0); + + +// FloatOp:23 + float n_in23p0 = 6.28319; + float n_out23p0 = n_in23p0 - n_out24p0; + + + vec3 n_out22p0; +// If:22 + float n_in22p1 = 0.00000; + float n_in22p2 = 0.00001; + if(abs(n_out20p2 - n_in22p1) < n_in22p2) + { + n_out22p0 = vec3(n_out24p0); + } + else if(n_out20p2 < n_in22p1) + { + n_out22p0 = vec3(n_out24p0); + } + else + { + n_out22p0 = vec3(n_out23p0); + } + + +// FloatOp:25 + float n_in25p1 = 6.28319; + float n_out25p0 = n_out22p0.x / n_in25p1; + + +// FloatParameter:26 + float n_out26p0 = value; + + +// FloatOp:27 + float n_out27p0 = n_out25p0 - n_out26p0; + + +// FloatParameter:14 + float n_out14p0 = fade; + + +// FloatOp:30 + float n_in30p1 = 6.28319; + float n_out30p0 = n_out14p0 / n_in30p1; + + +// FloatOp:28 + float n_out28p0 = n_out27p0 / n_out30p0; + + +// VectorLen:6 + float n_out6p0 = length(n_out5p0); + + +// FloatParameter:8 + float n_out8p0 = radius; + + +// FloatOp:7 + float n_out7p0 = n_out6p0 - n_out8p0; + + +// FloatFunc:9 + float n_out9p0 = abs(n_out7p0); + + +// FloatParameter:11 + float n_out11p0 = width; + + +// FloatOp:15 + float n_in15p1 = 2.00000; + float n_out15p0 = n_out11p0 / n_in15p1; + + +// FloatOp:13 + float n_out13p0 = n_out9p0 - n_out15p0; + + +// FloatOp:10 + float n_out10p0 = n_out13p0 / n_out14p0; + + +// FloatOp:29 + float n_out29p0 = max(n_out28p0, n_out10p0); + + +// FloatOp:12 + float n_in12p0 = 1.00000; + float n_out12p0 = n_in12p0 - n_out29p0; + + +// Output:0 + ALBEDO = vec3(n_out2p0.xyz); + ALPHA = n_out12p0; + + +} +" +flags/unshaded = true +nodes/fragment/0/position = Vector2(1800, -40) +nodes/fragment/2/node = SubResource("3") +nodes/fragment/2/position = Vector2(1480, -200) +nodes/fragment/3/node = SubResource("4") +nodes/fragment/3/position = Vector2(-220, 200) +nodes/fragment/4/node = SubResource("5") +nodes/fragment/4/position = Vector2(-20, 200) +nodes/fragment/5/node = SubResource("6") +nodes/fragment/5/position = Vector2(180, 200) +nodes/fragment/6/node = SubResource("7") +nodes/fragment/6/position = Vector2(380, 200) +nodes/fragment/7/node = SubResource("8") +nodes/fragment/7/position = Vector2(580, 200) +nodes/fragment/8/node = SubResource("9") +nodes/fragment/8/position = Vector2(260, 440) +nodes/fragment/9/node = SubResource("10") +nodes/fragment/9/position = Vector2(780, 200) +nodes/fragment/10/node = SubResource("1") +nodes/fragment/10/position = Vector2(1200, 200) +nodes/fragment/11/node = SubResource("2") +nodes/fragment/11/position = Vector2(260, 600) +nodes/fragment/12/node = SubResource("11") +nodes/fragment/12/position = Vector2(1600, 60) +nodes/fragment/13/node = SubResource("12") +nodes/fragment/13/position = Vector2(1000, 200) +nodes/fragment/14/node = SubResource("13") +nodes/fragment/14/position = Vector2(260, 780) +nodes/fragment/15/node = SubResource("14") +nodes/fragment/15/position = Vector2(560, 600) +nodes/fragment/17/node = SubResource("15") +nodes/fragment/17/position = Vector2(-380, -100) +nodes/fragment/18/node = SubResource("16") +nodes/fragment/18/position = Vector2(-120, -40) +nodes/fragment/19/node = SubResource("17") +nodes/fragment/19/position = Vector2(-120, -180) +nodes/fragment/20/node = SubResource("18") +nodes/fragment/20/position = Vector2(60, -180) +nodes/fragment/22/node = SubResource("19") +nodes/fragment/22/position = Vector2(620, -100) +nodes/fragment/23/node = SubResource("20") +nodes/fragment/23/position = Vector2(360, 40) +nodes/fragment/24/node = SubResource("21") +nodes/fragment/24/position = Vector2(60, -40) +nodes/fragment/25/node = SubResource("22") +nodes/fragment/25/position = Vector2(800, -100) +nodes/fragment/26/node = SubResource("23") +nodes/fragment/26/position = Vector2(660, -360) +nodes/fragment/27/node = SubResource("24") +nodes/fragment/27/position = Vector2(1000, -100) +nodes/fragment/28/node = SubResource("25") +nodes/fragment/28/position = Vector2(1200, -100) +nodes/fragment/29/node = SubResource("26") +nodes/fragment/29/position = Vector2(1400, 60) +nodes/fragment/30/node = SubResource("27") +nodes/fragment/30/position = Vector2(1000, -240) +nodes/fragment/connections = PackedInt32Array(2, 0, 0, 0, 3, 0, 4, 0, 4, 0, 5, 0, 5, 0, 6, 0, 6, 0, 7, 0, 8, 0, 7, 1, 7, 0, 9, 0, 12, 0, 0, 1, 9, 0, 13, 0, 13, 0, 10, 0, 14, 0, 10, 1, 11, 0, 15, 0, 15, 0, 13, 1, 5, 0, 17, 0, 17, 0, 18, 0, 17, 0, 19, 0, 19, 0, 20, 0, 18, 0, 24, 0, 24, 0, 23, 1, 22, 0, 25, 0, 20, 2, 22, 0, 24, 0, 22, 3, 23, 0, 22, 4, 24, 0, 22, 5, 25, 0, 27, 0, 26, 0, 27, 1, 27, 0, 28, 0, 28, 0, 29, 0, 10, 0, 29, 1, 29, 0, 12, 1, 14, 0, 30, 0, 30, 0, 28, 1) diff --git a/escape-room-version-2/addons/godot-xr-tools/misc/move_to.gd b/escape-room-version-2/addons/godot-xr-tools/misc/move_to.gd new file mode 100644 index 0000000..2b90702 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/misc/move_to.gd @@ -0,0 +1,92 @@ +class_name XRToolsMoveTo +extends Node + + +## XR Tools Move To Node +## +## This node moves a control node to the specified target node at a +## requested speed. + + +## Signal invoked when the move finishes +signal move_complete + + +# Spatial to control +var _control: Node3D + +# Spatial representing the target +var _target: Node3D + +# Starting transform +var _start: Transform3D + +# Target offset +var _offset: Transform3D + +# Move duration +var _duration: float + +# Move time +var _time: float = 0.0 + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsMoveTo" + + +## Initialize the XRToolsMoveTo +func _init(): + # Disable processing until needed + set_process(false) + + +## Process the movement +func _process(delta: float) -> void: + # Calculate the destination + var destination := _target.global_transform * _offset + + # Update the move time + _time += delta + + # Detect end of move + if _time > _duration: + # Disable processing + set_process(false) + + # Move to the target + _control.global_transform = destination + + # Report the move as complete + emit_signal("move_complete") + return + + # Interpolate to the target + _control.global_transform = _start.interpolate_with( + destination, + _time / _duration) + + +## Start the move +func start(control: Node3D, target: Node3D, offset: Transform3D, speed: float) -> void: + # Save the control and target + _control = control + _target = target + _offset = offset + + # Save the starting transform + _start = control.global_transform + + # Calculate the duration + var destination := _target.global_transform * _offset + var distance := (destination.origin - _start.origin).length() + _duration = distance / speed + + # Start processing + set_process(true) + + +## Stop the move +func stop() -> void: + set_process(false) diff --git a/escape-room-version-2/addons/godot-xr-tools/misc/move_to.gd.uid b/escape-room-version-2/addons/godot-xr-tools/misc/move_to.gd.uid new file mode 100644 index 0000000..f311a1e --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/misc/move_to.gd.uid @@ -0,0 +1 @@ +uid://cksad8nakg3tf diff --git a/escape-room-version-2/addons/godot-xr-tools/misc/velocity_averager.gd b/escape-room-version-2/addons/godot-xr-tools/misc/velocity_averager.gd new file mode 100644 index 0000000..624bde3 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/misc/velocity_averager.gd @@ -0,0 +1,130 @@ +class_name XRToolsVelocityAverager + + +## XR Tools Velocity Averager class +## +## This class assists in calculating the velocity (both linear and angular) +## of an object. It accepts the following types of input: +## - Periodic distances +## - Periodic transforms (for the origin position) +## +## It provides the average velocity calculated from the total distance +## divided by the total time. + + +# Count of averages to perform +var _count: int + +# Array of time deltas (in float seconds) +var _time_deltas := Array() + +# Array of linear distances (Vector3 Castesian Distances) +var _linear_distances := Array() + +# Array of angular distances (Vector3 Euler Distances) +var _angular_distances := Array() + +# Last transform +var _last_transform := Transform3D() + +# Has last transform flag +var _has_last_transform := false + + +## Initialize the XRToolsVelocityAverager with an averaging count +func _init(count: int): + _count = count + +## Clear the averages +func clear(): + _time_deltas.clear() + _linear_distances.clear() + _angular_distances.clear() + _has_last_transform = false + +## Add linear and angular distances to the averager +func add_distance(delta: float, linear_distance: Vector3, angular_distance: Vector3): + # Sanity check + assert(delta > 0, "Velocity averager requires positive time-deltas") + + # Add data averaging arrays + _time_deltas.push_back(delta) + _linear_distances.push_back(linear_distance) + _angular_distances.push_back(angular_distance) + + # Keep the number of samples down to the requested count + if _time_deltas.size() > _count: + _time_deltas.pop_front() + _linear_distances.pop_front() + _angular_distances.pop_front() + +## Add a transform to the averager +func add_transform(delta: float, transform: Transform3D): + # Handle saving the first transform + if !_has_last_transform: + _last_transform = transform + _has_last_transform = true + return + + # Calculate the linear cartesian distance + var linear_distance := transform.origin - _last_transform.origin + + # Calculate the euler angular distance + var angular_distance := (transform.basis * _last_transform.basis.inverse()).get_euler() + + # Update the last transform + _last_transform = transform + + # Add distances + add_distance(delta, linear_distance, angular_distance) + +## Calculate the average linear velocity +func linear_velocity() -> Vector3: + # Skip if no averages + if _time_deltas.size() == 0: + return Vector3.ZERO + + # Calculate the total time in the average window + var total_time := 0.0 + for dt in _time_deltas: + total_time += dt + + # Sum the cartesian distances in the average window + var total_linear := Vector3.ZERO + for dd in _linear_distances: + total_linear += dd + + # Return the average cartesian-velocity + return total_linear / total_time + +## Calculate the average angular velocity as a Vector3 euler-velocity +func angular_velocity() -> Vector3: + # Skip if no averages + if _time_deltas.size() == 0: + return Vector3.ZERO + + # Calculate the total time in the average window + var total_time := 0.0 + for dt in _time_deltas: + total_time += dt + + # At first glance the following operations may look incorrect as they appear + # to involve scaling of euler angles which isn't a valid operation. + # + # They are actually correct due to the value being a euler-velocity rather + # than a euler-angle. The difference is that physics engines process euler + # velocities by converting them to axis-angle form by: + # - Angle-velocity: euler-velocity vector magnitude + # - Axis: euler-velocity normalized and axis evaluated on 1-radian rotation + # + # The result of this interpretation is that scaling the euler-velocity + # by arbitrary amounts only results in the angle-velocity changing without + # impacting the axis of rotation. + + # Sum the euler-velocities in the average window + var total_angular := Vector3.ZERO + for dd in _angular_distances: + total_angular += dd + + # Calculate the average euler-velocity + return total_angular / total_time diff --git a/escape-room-version-2/addons/godot-xr-tools/misc/velocity_averager.gd.uid b/escape-room-version-2/addons/godot-xr-tools/misc/velocity_averager.gd.uid new file mode 100644 index 0000000..36bb9d8 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/misc/velocity_averager.gd.uid @@ -0,0 +1 @@ +uid://cuh5cos7exhv1 diff --git a/escape-room-version-2/addons/godot-xr-tools/misc/velocity_averager_linear.gd b/escape-room-version-2/addons/godot-xr-tools/misc/velocity_averager_linear.gd new file mode 100644 index 0000000..f69bf7f --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/misc/velocity_averager_linear.gd @@ -0,0 +1,91 @@ +class_name XRToolsVelocityAveragerLinear + + +## XR Tools Linear Velocity Averager class +## +## This class assists in calculating the average linear velocity of an +## object. It accepts the following types of input: +## - Periodic distances +## - Periodic velocities +## - Periodic transforms (for the origin position) +## +## It provides the average velocity calculated from the total distance +## divided by the total time. + + +# Count of averages to perform +var _count: int + +# Array of time deltas (in float seconds) +var _time_deltas := Array() + +# Array of linear distances (in Vector3) +var _linear_distances := Array() + +# Last transform +var _last_transform := Transform3D() + +# Has last transform flag +var _has_last_transform := false + + +## Initialize the VelocityAverager with an averaging count +func _init(count: int): + _count = count + +## Clear the averages +func clear(): + _time_deltas.clear() + _linear_distances.clear() + _has_last_transform = false + +## Add a linear distance to the averager +func add_distance(delta: float, linear_distance: Vector3): + # Add data averaging arrays + _time_deltas.push_back(delta) + _linear_distances.push_back(linear_distance) + + # Keep the number of samples down to the requested count + if _time_deltas.size() > _count: + _time_deltas.pop_front() + _linear_distances.pop_front() + +## Add a linear velocity to the averager +func add_velocity(delta: float, linear_velocity: Vector3): + add_distance(delta, linear_velocity * delta) + +## Add a transform to the averager +func add_transform(delta: float, transform: Transform3D): + # Handle saving the first transform + if !_has_last_transform: + _last_transform = transform + _has_last_transform = true + return + + # Calculate the linear distances + var linear_distance := transform.origin - _last_transform.origin + + # Update the last transform + _last_transform = transform + + # Add distance + add_distance(delta, linear_distance) + +## Calculate the average linear velocity +func velocity() -> Vector3: + # Calculate the total time + var total_time := 0.0 + for dt in _time_deltas: + total_time += dt + + # Safety check to prevent division by zero + if total_time <= 0.0: + return Vector3.ZERO + + # Calculate the total distance + var total_linear := Vector3.ZERO + for dd in _linear_distances: + total_linear += dd + + # Return the average + return total_linear / total_time diff --git a/escape-room-version-2/addons/godot-xr-tools/misc/velocity_averager_linear.gd.uid b/escape-room-version-2/addons/godot-xr-tools/misc/velocity_averager_linear.gd.uid new file mode 100644 index 0000000..4885d2a --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/misc/velocity_averager_linear.gd.uid @@ -0,0 +1 @@ +uid://dprw0fvwhyetb diff --git a/escape-room-version-2/addons/godot-xr-tools/misc/vr_common_shader_cache.gd b/escape-room-version-2/addons/godot-xr-tools/misc/vr_common_shader_cache.gd new file mode 100644 index 0000000..d7c9609 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/misc/vr_common_shader_cache.gd @@ -0,0 +1,14 @@ +extends Node3D + +signal cooldown_finished + +var countdown = 2 + + +# Called every frame. 'delta' is the elapsed time since the previous frame. +func _process(_delta): + countdown = countdown - 1 + if countdown == 0: + visible = false + set_process(false) + emit_signal("cooldown_finished") diff --git a/escape-room-version-2/addons/godot-xr-tools/misc/vr_common_shader_cache.gd.uid b/escape-room-version-2/addons/godot-xr-tools/misc/vr_common_shader_cache.gd.uid new file mode 100644 index 0000000..fc7c6c8 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/misc/vr_common_shader_cache.gd.uid @@ -0,0 +1 @@ +uid://dt8hjwak8q3py diff --git a/escape-room-version-2/addons/godot-xr-tools/misc/vr_common_shader_cache.tscn b/escape-room-version-2/addons/godot-xr-tools/misc/vr_common_shader_cache.tscn new file mode 100644 index 0000000..ae1e672 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/misc/vr_common_shader_cache.tscn @@ -0,0 +1,39 @@ +[gd_scene load_steps=8 format=3 uid="uid://btknduttnmoxf"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/misc/vr_common_shader_cache.gd" id="1"] +[ext_resource type="Material" uid="uid://bk72wfw25ff0v" path="res://addons/godot-xr-tools/materials/teleport.tres" id="2_6822k"] +[ext_resource type="Material" path="res://addons/godot-xr-tools/materials/target.tres" id="3_agvdv"] +[ext_resource type="Material" path="res://addons/godot-xr-tools/materials/capsule.tres" id="4_gxjsg"] +[ext_resource type="Material" path="res://addons/godot-xr-tools/materials/pointer.tres" id="5_12251"] +[ext_resource type="Material" uid="uid://dyuaw57o8y3i" path="res://addons/godot-xr-tools/materials/highlight.tres" id="6_ld6la"] + +[sub_resource type="PlaneMesh" id="1"] +size = Vector2(0.001, 0.001) + +[node name="VRCommonShaderCache" type="Node3D"] +script = ExtResource("1") + +[node name="teleport" type="MeshInstance3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -2) +mesh = SubResource("1") +surface_material_override/0 = ExtResource("2_6822k") + +[node name="target" type="MeshInstance3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -2) +mesh = SubResource("1") +surface_material_override/0 = ExtResource("3_agvdv") + +[node name="capsule" type="MeshInstance3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -2) +mesh = SubResource("1") +surface_material_override/0 = ExtResource("4_gxjsg") + +[node name="pointer" type="MeshInstance3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -2) +mesh = SubResource("1") +surface_material_override/0 = ExtResource("5_12251") + +[node name="highlight" type="MeshInstance3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -2) +mesh = SubResource("1") +surface_material_override/0 = ExtResource("6_ld6la") diff --git a/escape-room-version-2/addons/godot-xr-tools/misc/xr_helpers.gd b/escape-room-version-2/addons/godot-xr-tools/misc/xr_helpers.gd new file mode 100644 index 0000000..603f7c3 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/misc/xr_helpers.gd @@ -0,0 +1,137 @@ +@tool +class_name XRHelpers + + +## XR Tools Helper Rountines +## +## This script contains static functions to help find XR player nodes. +## +## As these functions are static, the caller must pass in a node located +## somewhere under the players [XROrigin3D]. + + +## Find the [XROrigin3D] node. +## +## This function searches for the [XROrigin3D] from the provided node. +## The caller may provide an optional path (relative to the node) to the +## [XROrigin3D] to support out-of-tree searches. +## +## The search is performed assuming the node is under the [XROrigin3D]. +static func get_xr_origin(node: Node, path: NodePath = NodePath()) -> XROrigin3D: + var origin: XROrigin3D + + # Try using the node path first + if path: + origin = node.get_node(path) as XROrigin3D + if origin: + return origin + + # Walk up the tree from the provided node looking for the origin + origin = XRTools.find_xr_ancestor(node, "*", "XROrigin3D") + if origin: + return origin + + # We check our children but only one level + origin = XRTools.find_xr_child(node, "*", "XROrigin3D", false) + if origin: + return origin + + # Could not find origin + return null + +## Find the [XRCamera3D] node. +## +## This function searches for the [XRCamera3D] from the provided node. +## The caller may provide an optional path (relative to the node) to the +## [XRCamera3D] to support out-of-tree searches. +## +## The search is performed assuming the node is under the [XROrigin3D]. +static func get_xr_camera(node: Node, path: NodePath = NodePath()) -> XRCamera3D: + var camera: XRCamera3D + + # Try using the node path first + if path: + camera = node.get_node(path) as XRCamera3D + if camera: + return camera + + # Get the origin + var origin := get_xr_origin(node) + if !origin: + return null + + # Attempt to get by the default name + camera = origin.get_node_or_null("Camera") as XRCamera3D + if camera: + return camera + + # Search all children of the origin for the camera + camera = XRTools.find_xr_child(origin, "*", "XRCamera3D", false) + if camera: + return camera + + # Could not find camera + return null + +## Find the [XRController3D] node. +## +## This function searches for the [XRController3D] from the provided node. +## The caller may provide an optional path (relative to the node) to the +## [XRController3D] to support out-of-tree searches. +## +## The search is performed assuming the node is under the [XRController3D]. +static func get_xr_controller(node: Node, path: NodePath = NodePath()) -> XRController3D: + var controller: XRController3D + + # Try using the node path first + if path: + controller = node.get_node(path) as XRController3D + if controller: + return controller + + # Search up from the node for the controller + return XRTools.find_xr_ancestor(node, "*", "XRController3D") as XRController3D + +## Find the Left Hand [XRController3D] from a player node and an optional path +static func get_left_controller(node: Node, path: NodePath = NodePath()) -> XRController3D: + return _get_controller(node, "LeftHandController", "left_hand", path) + + +## Find the Right Hand [XRController3D] from a player node and an optional path +static func get_right_controller(node: Node, path: NodePath = NodePath()) -> XRController3D: + return _get_controller(node, "RightHandController", "right_hand", path) + + +## Find an [XRController3D] given some search parameters +static func _get_controller( + node: Node, + default_name: String, + tracker: String, + path: NodePath) -> XRController3D: + var controller: XRController3D + + # Try using the node path first + if path: + controller = node.get_node(path) as XRController3D + if controller: + return controller + + # Get the origin + var origin := get_xr_origin(node) + if !origin: + return null + + # Attempt to get by the default name + controller = origin.get_node_or_null(default_name) as XRController3D + if controller: + return controller + + # Search all children of the origin for the controller + for child in origin.get_children(): + controller = child as XRController3D + if controller and controller.tracker == tracker: + return controller + + # Could not find the controller + return null + diff --git a/escape-room-version-2/addons/godot-xr-tools/misc/xr_helpers.gd.uid b/escape-room-version-2/addons/godot-xr-tools/misc/xr_helpers.gd.uid new file mode 100644 index 0000000..6f87bf0 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/misc/xr_helpers.gd.uid @@ -0,0 +1 @@ +uid://o8yq45soobqd diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/climbable.gd b/escape-room-version-2/addons/godot-xr-tools/objects/climbable.gd new file mode 100644 index 0000000..1cea381 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/climbable.gd @@ -0,0 +1,109 @@ +@tool +@icon("res://addons/godot-xr-tools/editor/icons/hand.svg") +class_name XRToolsClimbable +extends Node3D + + +## XR Tools Climbable Object +## +## This script adds climbing support to any [StaticBody3D]. +## +## For climbing to work, the player must have an [XRToolsMovementClimb] node +## configured appropriately. + + +## If true, the grip control must be held to keep holding the climbable +var press_to_hold : bool = true + + +## Array of permanent grab points. +var _grab_points : Array[XRToolsGrabPoint] = [] + +## Dictionary of temporary grabs keyed by the pickup node +var _grab_temps : Dictionary = {} + +## Dictionary of active grabs keyed by the pickup node +var _grabs : Dictionary = {} + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsClimbable" + + +# Called when the node becomes "ready" +func _ready() -> void: + # Get all grab points + for child in get_children(): + var grab_point := child as XRToolsGrabPoint + if grab_point: + _grab_points.push_back(grab_point) + + +# Called by XRToolsFunctionPickup +func is_picked_up() -> bool: + return false + + +func can_pick_up(_by: Node3D) -> bool: + return true + + +# Called by XRToolsFunctionPickup when user presses the action button while holding this object +func action(): + pass + + +# Ignore highlighting requests from XRToolsFunctionPickup +func request_highlight(_from, _on) -> void: + pass + + +# Called by XRToolsFunctionPickup when this is picked up by a controller +func pick_up(by: Node3D) -> void: + # Get the best permanent grab-point + var point := _get_grab_point(by) + if not point: + # Get a temporary grab-point for the pickup + point = _grab_temps.get(by) + if not point: + # Create a new temporary grab-point childed to the climbable + point = Node3D.new() + add_child(point) + _grab_temps[by] = point + + # Set the temporary to the current positon + point.global_transform = by.global_transform + + # Save the grab + _grabs[by] = point + + +# Called by XRToolsFunctionPickup when this is let go by a controller +func let_go(by: Node3D, _p_linear_velocity: Vector3, _p_angular_velocity: Vector3) -> void: + _grabs.erase(by); + + +# Get the grab handle +func get_grab_handle(by: Node3D) -> Node3D: + return _grabs.get(by) + + +## Find the most suitable grab-point for the grabber +func _get_grab_point(by : Node3D) -> Node3D: + # Find the best grab-point + var fitness := 0.0 + var point : XRToolsGrabPoint = null + for p in _grab_points: + var f := p.can_grab(by, null) + if f > fitness: + fitness = f + point = p + + # Resolve redirection + while point is XRToolsGrabPointRedirect: + point = point.target + + # Return the best grab point + print_verbose("%s> picked grab-point %s" % [name, point]) + return point diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/climbable.gd.uid b/escape-room-version-2/addons/godot-xr-tools/objects/climbable.gd.uid new file mode 100644 index 0000000..f62907e --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/climbable.gd.uid @@ -0,0 +1 @@ +uid://bqpie8t0w1401 diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/climbable.tscn b/escape-room-version-2/addons/godot-xr-tools/objects/climbable.tscn new file mode 100644 index 0000000..6cb2599 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/climbable.tscn @@ -0,0 +1,10 @@ +[gd_scene load_steps=2 format=3 uid="uid://cjyilbm4ucc7s"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/objects/climbable.gd" id="1"] + +[node name="Climbable" type="StaticBody3D"] +collision_layer = 262145 +collision_mask = 0 +script = ExtResource("1") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/force_body/force_body.gd b/escape-room-version-2/addons/godot-xr-tools/objects/force_body/force_body.gd new file mode 100644 index 0000000..49a1007 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/force_body/force_body.gd @@ -0,0 +1,182 @@ +@tool +class_name XRToolsForceBody +extends AnimatableBody3D + + +## XRTools Force Body script +## +## This script enhances AnimatableBody3D with move_and_slide and the ability +## to push bodies by emparting forces on them. + + +## Force Body Collision +class ForceBodyCollision: + ## Collider object + var collider : Node3D + + ## Collision point + var position : Vector3 + + ## Collision normal + var normal : Vector3 + + +## Enables or disables pushing bodies +@export var push_bodies : bool = true + +## Control the stiffness of the body +@export var stiffness : float = 10.0 + +## Control the maximum push force +@export var maximum_force : float = 1.0 + +## Maximum slides +@export var max_slides : int = 4 + + +## Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsForceBody" + + +## This function moves and slides along the [param move] vector. It returns +## information about the last collision, or null if no collision +func move_and_slide(move : Vector3) -> ForceBodyCollision: + # Make sure this is off or weird shit happens... + sync_to_physics = false + + # Loop performing the movement steps + var step_move := move + var ret : ForceBodyCollision = null + for step in max_slides: + # Take the next step + var collision := move_and_collide(step_move) + + # If we didn't collide with anything then we have finished the entire + # move_and_slide operation + if not collision: + break + + # Save relevant collision information + var collider := collision.get_collider() + var postion := collision.get_position() + var normal := collision.get_normal() + + # Save the collision information + if not ret: + ret = ForceBodyCollision.new() + + ret.collider = collider + ret.position = postion + ret.normal = normal + + # Calculate the next move + var next_move := collision.get_remainder().slide(normal) + + # Handle pushing bodies + if push_bodies: + var body := collider as RigidBody3D + if body: + # Calculate the momentum lost by the collision + var lost_momentum := step_move - next_move + + # TODO: We should consider the velocity of the body such that + # we never push it away faster than our own velocity. + + # Apply the lost momentum as an impulse to the body we hit + body.apply_impulse( + (lost_momentum * stiffness).limit_length(maximum_force), + position - body.global_position) + + # Update the remaining movement + step_move = next_move + + # Prevent bouncing back along movement path + if next_move.dot(move) <= 0: + break + + # Return the last collision data + return ret + + +## Attempts to rotate our object until it collides +func rotate_and_collide( \ + target_global_basis : Basis, \ + step_angle : float = deg_to_rad(5.0) \ + ) -> ForceBodyCollision: + # Make sure this is off or weird shit happens... + sync_to_physics = false + + var ret : ForceBodyCollision = null + + var space = PhysicsServer3D.body_get_space(get_rid()) + var direct_state = PhysicsServer3D.space_get_direct_state(space) + + # We don't seem to have a rotational movement query for collisions, + # so best we can do is to rotate in steps and test + var from_quat : Quaternion = Quaternion(global_basis) + var to_quat : Quaternion = Quaternion(target_global_basis) + var angle : float = from_quat.angle_to(to_quat) + var steps : float = ceil(angle / step_angle) + + # Convert collision exceptions to a RID array + var exception_rids : Array[RID] + for collision_exception in get_collision_exceptions(): + exception_rids.push_back(collision_exception.get_rid()) + + # Prevent collisions with ourselves + exception_rids.push_back(get_rid()) + + # Find our shape ids + var shape_rids : Array[RID] + for node in get_children(true): + if node is CollisionShape3D: + var col_shape : CollisionShape3D = node + if not col_shape.disabled: + shape_rids.push_back(col_shape.shape.get_rid()) + + # Our physics query + var query : PhysicsShapeQueryParameters3D = PhysicsShapeQueryParameters3D.new() + query.collide_with_areas = false + query.collide_with_bodies = true + query.collision_mask = collision_mask + query.exclude = exception_rids + + # Check our collisions + var step : float = 0.0 + var new_quat : Quaternion = from_quat + var t = global_transform + while step < steps and not ret: + step += 1.0 + + var test_quat : Quaternion = from_quat.slerp(to_quat, step / steps) + t.basis = Basis(test_quat) + query.transform = t + + for rid in shape_rids: + query.shape_rid = rid + var collision = direct_state.get_rest_info(query) + if not collision.is_empty(): + ret = ForceBodyCollision.new() + ret.collider = instance_from_id(collision["collider_id"]) + ret.position = collision["point"] + ret.normal = collision["normal"] + + # TODO May need to see about applying a rotational force + # if pushbodies is true + + break + + if not ret: + # No collision, we can rotate this far! + new_quat = test_quat + + # Update our rotation to our last successful rotation + global_basis = Basis(new_quat) + + # Return the last collision data + return ret + + +func _ready(): + process_physics_priority = -90 diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/force_body/force_body.gd.uid b/escape-room-version-2/addons/godot-xr-tools/objects/force_body/force_body.gd.uid new file mode 100644 index 0000000..93715b3 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/force_body/force_body.gd.uid @@ -0,0 +1 @@ +uid://y7r0x4220ycu diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab.gd b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab.gd new file mode 100644 index 0000000..4b9aaff --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab.gd @@ -0,0 +1,235 @@ +class_name Grab +extends Grabber + + +## Grab Class +## +## This class encodes information about an active grab. Additionally it applies +## hand poses and collision exceptions as appropriate. + + +## Priority for grip poses +const GRIP_POSE_PRIORITY := 100 + +## Priority for grip targeting +const GRIP_TARGET_PRIORITY := 100 + + +## Grab target +var what : XRToolsPickable + +## Grab point information +var point : XRToolsGrabPoint + +## Hand grab point information +var hand_point : XRToolsGrabPointHand + +## Grab transform +var transform : Transform3D + +## Position drive strength +var drive_position : float = 1.0 + +## Angle drive strength +var drive_angle : float = 1.0 + +## Aim drive strength +var drive_aim : float = 0.0 + +## Has target arrived at grab point +var _arrived : bool = false + +## Collision exceptions we manage +var _collision_exceptions : Array[PhysicsBody3D] + + +## Initialize the grab +func _init( + p_grabber : Grabber, + p_what : XRToolsPickable, + p_point : XRToolsGrabPoint, + p_precise : bool) -> void: + + # Copy the grabber information + by = p_grabber.by + pickup = p_grabber.pickup + controller = p_grabber.controller + hand = p_grabber.hand + collision_hand = p_grabber.collision_hand + + # Set the point + what = p_what + point = p_point + hand_point = p_point as XRToolsGrabPointHand + + # Calculate the grab transform + if p_point: + transform = p_point.transform + elif p_precise: + transform = p_what.global_transform.inverse() * by.global_transform + else: + transform = Transform3D.IDENTITY + + # Set the drive parameters + if hand_point: + drive_position = hand_point.drive_position + drive_angle = hand_point.drive_angle + drive_aim = hand_point.drive_aim + + # Apply collision exceptions + if collision_hand: + collision_hand.max_distance_reached.connect(_on_max_distance_reached) + _add_collision_exceptions(what) + + +## Set the target as arrived at the grab-point +func set_arrived() -> void: + # Ignore if already arrived + if _arrived: + return + + # Set arrived and apply any hand pose + print_verbose("%s> arrived at %s" % [what.name, point]) + _arrived = true + _set_hand_pose() + + # Report the grab + print_verbose("%s> grabbed by %s", [what.name, by.name]) + what.grabbed.emit(what, by) + + +## Set the grab point +func set_grab_point(p_point : XRToolsGrabPoint) -> void: + # Skip if no change + if p_point == point: + return + + # Remove any current pose override + _clear_hand_pose() + + # Update the grab point + point = p_point + hand_point = point as XRToolsGrabPointHand + + # Update the transform + if point: + transform = point.transform + + # Apply the new hand grab-point settings + if hand_point: + drive_position = hand_point.drive_position + drive_angle = hand_point.drive_angle + drive_aim = hand_point.drive_aim + + # Apply any pose overrides + if _arrived: + _set_hand_pose() + + # Report switch + print_verbose("%s> switched grab point to %s", [what.name, point.name]) + what.released.emit(what, by) + what.grabbed.emit(what, by) + + +## Release the grip +func release() -> void: + # Clear any hand pose + _clear_hand_pose() + + # Remove collision exceptions with a small delay + if is_instance_valid(collision_hand) and not _collision_exceptions.is_empty(): + # We need to make a copy of our array else it will be passed by reference. + var copy : Array[PhysicsBody3D] + for exc in _collision_exceptions: + copy.push_back(exc) + _collision_exceptions.clear() + + # Delay removing our exceptions to give the object time to fall away + collision_hand.get_tree().create_timer(0.5).timeout \ + .connect(_remove_collision_exceptions \ + .bind(copy) \ + .bind(collision_hand)) + + # Report the release + print_verbose("%s> released by %s", [what.name, by.name]) + what.released.emit(what, by) + + +# Hand has moved too far away from object, can no longer hold on to it. +func _on_max_distance_reached() -> void: + pickup.drop_object() + + +# Set hand-pose overrides +func _set_hand_pose() -> void: + # Skip if not hand + if not is_instance_valid(hand) or not is_instance_valid(hand_point): + return + + # Apply the hand-pose + if hand_point.hand_pose: + hand.add_pose_override(hand_point, GRIP_POSE_PRIORITY, hand_point.hand_pose) + + # Apply hand snapping + if hand_point.snap_hand: + hand.add_target_override(hand_point, GRIP_TARGET_PRIORITY) + + +# Clear any hand-pose overrides +func _clear_hand_pose() -> void: + # Skip if not hand + if not is_instance_valid(hand) or not is_instance_valid(hand_point): + return + + # Remove hand-pose + hand.remove_pose_override(hand_point) + + # Remove hand snapping + hand.remove_target_override(hand_point) + + +# Add collision exceptions for the grabbed object and any of its children +func _add_collision_exceptions(from : Node): + if not is_instance_valid(collision_hand): + return + + if not is_instance_valid(from): + return + + # If this is a physics body, add an exception + if from is PhysicsBody3D: + # Make sure we don't collide with what we're holding + _collision_exceptions.push_back(from) + collision_hand.add_collision_exception_with(from) + from.add_collision_exception_with(collision_hand) + + # Check all children + for child in from.get_children(): + _add_collision_exceptions(child) + + +# Remove the exceptions in our passed array. We call this with a small delay +# to give an object a chance to drop away from the hand before it starts +# colliding. +# It is possible that another object is picked up in the meanwhile +# and we thus fill _collision_exceptions with new content. +# Hence using a copy of this list at the time of dropping the object. +# +# Note, this is static because our grab object gets destroyed before this code gets run. +static func _remove_collision_exceptions( \ + on_collision_hand : XRToolsCollisionHand, \ + exceptions : Array[PhysicsBody3D]): + if not is_instance_valid(on_collision_hand): + return + + # This can be improved by checking if we're still colliding and only + # removing those objects from our exception list that are not. + # If any are left, we can restart a new timer. + # This will also allow us to use a much smaller timer interval + + # For now we'll remove all. + + for body : PhysicsBody3D in exceptions: + if is_instance_valid(body): + on_collision_hand.remove_collision_exception_with(body) + body.remove_collision_exception_with(on_collision_hand) diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab.gd.uid b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab.gd.uid new file mode 100644 index 0000000..a93d1a8 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab.gd.uid @@ -0,0 +1 @@ +uid://jb3c1523fqu8 diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_driver.gd b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_driver.gd new file mode 100644 index 0000000..a579622 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_driver.gd @@ -0,0 +1,236 @@ +class_name XRToolsGrabDriver +extends RemoteTransform3D + + +## Grab state +enum GrabState { + LERP, + SNAP, +} + + +## Drive state +var state : GrabState = GrabState.SNAP + +## Target pickable +var target : XRToolsPickable + +## Primary grab information +var primary : Grab = null + +## Secondary grab information +var secondary : Grab = null + +## Lerp start position +var lerp_start : Transform3D + +## Lerp total duration +var lerp_duration : float = 1.0 + +## Lerp time +var lerp_time : float = 0.0 + +# Called every frame. 'delta' is the elapsed time since the previous frame. +func _physics_process(delta : float) -> void: + # Skip if no primary node + if not is_instance_valid(primary): + return + + # Set destination from primary grab + var destination := primary.by.global_transform * primary.transform.inverse() + + # If present, apply secondary-node contributions + if is_instance_valid(secondary): + # Calculate lerp coefficients based on drive strengths + var position_lerp := _vote(primary.drive_position, secondary.drive_position) + var angle_lerp := _vote(primary.drive_angle, secondary.drive_angle) + + # Calculate the transform from secondary grab + var x1 := destination + var x2 := secondary.by.global_transform * secondary.transform.inverse() + + # Independently lerp the angle and position + destination = Transform3D( + x1.basis.slerp(x2.basis, angle_lerp), + x1.origin.lerp(x2.origin, position_lerp)) + + # Test if we need to apply aiming + if secondary.drive_aim > 0.0: + # Convert destination from global to primary-local + destination = primary.by.global_transform.inverse() * destination + + # Calculate the from and to vectors in primary-local space + var secondary_from := destination * secondary.transform.origin + var secondary_to := primary.by.to_local(secondary.by.global_position) + + # Build shortest arc + secondary_from = secondary_from.normalized() + secondary_to = secondary_to.normalized() + var spherical := Quaternion(secondary_from, secondary_to) + + # Build aim-rotation + var rotate := Basis.IDENTITY.slerp(Basis(spherical), secondary.drive_aim) + destination = Transform3D(rotate, Vector3.ZERO) * destination + + # Convert destination from primary-local to global + destination = primary.by.global_transform * destination + + # Handle update + match state: + GrabState.LERP: + # Progress the lerp + lerp_time += delta + if lerp_time < lerp_duration: + # Interpolate from lerp_start to destination + destination = lerp_start.interpolate_with( + destination, + lerp_time / lerp_duration) + else: + # Lerp completed + state = GrabState.SNAP + _update_weight() + if primary: primary.set_arrived() + if secondary: secondary.set_arrived() + + # Apply the destination transform + global_transform = destination + force_update_transform() + if is_instance_valid(target): + target.force_update_transform() + + +## Set the secondary grab point +func add_grab(p_grab : Grab) -> void: + # Set the secondary grab + if p_grab.hand_point and p_grab.hand_point.mode == XRToolsGrabPointHand.Mode.PRIMARY: + print_verbose("%s> new primary grab %s" % [target.name, p_grab.by.name]) + secondary = primary + primary = p_grab + else: + print_verbose("%s> new secondary grab %s" % [target.name, p_grab.by.name]) + secondary = p_grab + + # If snapped then report arrived at the new grab + if state == GrabState.SNAP: + _update_weight() + p_grab.set_arrived() + + +## Get the grab information for the grab node +func get_grab(by : Node3D) -> Grab: + if primary and primary.by == by: + return primary + + if secondary and secondary.by == by: + return secondary + + return null + + +func remove_grab(p_grab : Grab) -> void: + # Remove the appropriate grab + if p_grab == primary: + # Remove primary (secondary promoted) + print_verbose("%s> %s (primary) released" % [target.name, p_grab.by.name]) + primary = secondary + secondary = null + elif p_grab == secondary: + # Remove secondary + print_verbose("%s> %s (secondary) released" % [target.name, p_grab.by.name]) + secondary = null + + if state == GrabState.SNAP: + _update_weight() + + +# Discard the driver +func discard(): + remote_path = NodePath() + queue_free() + + +# Create the driver to lerp the target from its current location to the +# primary grab-point. +static func create_lerp( + p_target : Node3D, + p_grab : Grab, + p_lerp_speed : float) -> XRToolsGrabDriver: + + print_verbose("%s> lerping %s" % [p_target.name, p_grab.by.name]) + + # Construct the driver lerping from the current position + var driver := XRToolsGrabDriver.new() + driver.name = p_target.name + "_driver" + driver.top_level = true + driver.process_physics_priority = -80 + driver.state = GrabState.LERP + driver.target = p_target + driver.primary = p_grab + driver.global_transform = p_target.global_transform + + # Calculate the start and duration + var end := p_grab.by.global_transform * p_grab.transform + var delta := end.origin - p_target.global_position + driver.lerp_start = p_target.global_transform + driver.lerp_duration = delta.length() / p_lerp_speed + + # Add the driver as a neighbor of the target as RemoteTransform3D nodes + # cannot be descendands of the targets they drive. + p_target.get_parent().add_child(driver) + driver.remote_path = driver.get_path_to(p_target) + + # Return the driver + return driver + + +# Create the driver to instantly snap to the primary grab-point. +static func create_snap( + p_target : Node3D, + p_grab : Grab) -> XRToolsGrabDriver: + + print_verbose("%s> snapping to %s" % [p_target.name, p_grab.by.name]) + + # Construct the driver snapped to the held position + var driver := XRToolsGrabDriver.new() + driver.name = p_target.name + "_driver" + driver.top_level = true + driver.process_physics_priority = -80 + driver.state = GrabState.SNAP + driver.target = p_target + driver.primary = p_grab + driver.global_transform = p_grab.by.global_transform * p_grab.transform.inverse() + + # Snapped to grab-point so report arrived + p_grab.set_arrived() + + # Add the driver as a neighbor of the target as RemoteTransform3D nodes + # cannot be descendands of the targets they drive. + p_target.get_parent().add_child(driver) + driver.remote_path = driver.get_path_to(p_target) + + driver._update_weight() + + # Return the driver + return driver + + +# Calculate the lerp voting from a to b +static func _vote(a : float, b : float) -> float: + if a == 0.0 and b == 0.0: + return 0.0 + + return b / (a + b) + + +# Update the weight on collision hands +func _update_weight(): + if primary: + var weight : float = target.mass + if secondary: + # Each hand carries half the weight + weight = weight / 2.0 + if secondary.collision_hand: + secondary.collision_hand.set_held_weight(weight) + + if primary.collision_hand: + primary.collision_hand.set_held_weight(weight) diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_driver.gd.uid b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_driver.gd.uid new file mode 100644 index 0000000..cd094f5 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_driver.gd.uid @@ -0,0 +1 @@ +uid://b7oiq56vaqn8y diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point.gd b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point.gd new file mode 100644 index 0000000..31bc822 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point.gd @@ -0,0 +1,47 @@ +class_name XRToolsGrabPoint +extends Marker3D + + +## XR Tools Grab Point Base Script +## +## This script is the base for all grab points. Pickable object extending from +## [XRToolsPickable] can have numerous grab points to control where the object +## is grabbed from. + + +# Signal emitted when the user presses the action button while holding this grab point +signal action_pressed(pickable, grab_point) + +# Signal emitted when the user releases the action button while holding this grab point +signal action_released(pickable, grab_point) + + +## If true, the grab point is enabled for grabbing +@export var enabled : bool = true + + +## Evaluate fitness of the proposed grab, with 0.0 for not allowed. +func can_grab(grabber : Node3D, _current : XRToolsGrabPoint) -> float: + if not enabled: + return 0.0 + + # Return the distance-weighted fitness + return _weight(grabber) + + +# Return a distance-weighted fitness weight in the range (0.0 - max] +func _weight(grabber : Node3D, max : float = 1.0) -> float: + var distance := global_position.distance_to(grabber.global_position) + return max / (1.0 + distance) + + +# action is called when user presses the action button while holding this grab point +func action(pickable : XRToolsPickable): + # let interested parties know + action_pressed.emit(pickable, self) + + +# action_release is called when user releases the action button while holding this grab point +func action_release(pickable : XRToolsPickable): + # let interested parties know + action_released.emit(pickable, self) diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point.gd.uid b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point.gd.uid new file mode 100644 index 0000000..274dbc0 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point.gd.uid @@ -0,0 +1 @@ +uid://cirqv4qlngj44 diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_hand.gd b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_hand.gd new file mode 100644 index 0000000..310684a --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_hand.gd @@ -0,0 +1,216 @@ +@tool +class_name XRToolsGrabPointHand +extends XRToolsGrabPoint + + +## XR Tools Grab Point Hand Script +## +## This script allows specifying a grab point for a specific hand. Additionally +## the grab point can be used to control the pose of the hand, and to allow the +## grab point position to be fine-tuned in the editor. + + +## Hand for this grab point +enum Hand { + LEFT, ## Left hand + RIGHT, ## Right hand +} + +## Grab mode for this grab point +enum Mode { + GENERAL, ## General grab point + PRIMARY, ## Primary-hand grab point + SECONDARY ## Secondary-hand grab point +} + +## Hand preview option +enum PreviewMode { + CLOSED, ## Preview hand closed + OPEN, ## Preview hand open +} + + +## Left hand scene path (for editor preview) +const LEFT_HAND_PATH := "res://addons/godot-xr-tools/hands/scenes/lowpoly/left_hand_low.tscn" + +## Right hand scene path (for editor preview) +const RIGHT_HAND_PATH := "res://addons/godot-xr-tools/hands/scenes/lowpoly/right_hand_low.tscn" + + +## Grab-point handle +@export var handle : String + +## Which hand this grab point is for +@export var hand : Hand: set = _set_hand + +## Hand grab mode +@export var mode : Mode = Mode.GENERAL + +## Snap the hand mesh to the grab-point +@export var snap_hand : bool = true + +## Hand pose +@export var hand_pose : XRToolsHandPoseSettings: set = _set_hand_pose + +## If true, the hand is shown in the editor +@export var editor_preview_mode : PreviewMode = PreviewMode.CLOSED: set = _set_editor_preview_mode + +## How much this grab-point drives the position +@export var drive_position : float = 1.0 + +## How much this grab-point drives the angle +@export var drive_angle : float = 1.0 + +## How much this grab-point drives the aim +@export var drive_aim : float = 0.0 + + +## Hand to use for editor preview +var _editor_preview_hand : XRToolsHand + + +## Called when the node enters the scene tree for the first time. +func _ready(): + # If in the editor then update the preview + if Engine.is_editor_hint(): + _update_editor_preview() + + +## Test if a grabber can grab by this grab-point +func can_grab(grabber : Node3D, current : XRToolsGrabPoint) -> float: + # Skip if not enabled + if not enabled: + return 0.0 + + # Verify the hand matches + if not _is_correct_hand(grabber): + return 0.0 + + # Fail if the hand grab is not permitted + if not _is_valid_hand_grab(current): + return 0.0 + + # Get the distance-weighted fitness in the range (0.0 - 0.5], but boost + # to [0.5 - 1.0] for valid "specific" grabs. + var fitness := _weight(grabber, 0.5) + if mode != Mode.GENERAL: + fitness += 0.5 + + # Return the grab fitness + return fitness + + +func _set_hand(new_value : Hand) -> void: + hand = new_value + if Engine.is_editor_hint(): + _update_editor_preview() + + +func _set_hand_pose(new_value : XRToolsHandPoseSettings) -> void: + # Unsubscribe from the old hand-pose changed signal + if Engine.is_editor_hint() and hand_pose: + hand_pose.changed.disconnect(_update_editor_preview) + + # Save the hand pose + hand_pose = new_value + + # Update the editor preview + if Engine.is_editor_hint() and hand_pose: + hand_pose.changed.connect(_update_editor_preview) + _update_editor_preview() + + +func _set_editor_preview_mode(new_value : PreviewMode) -> void: + editor_preview_mode = new_value + if Engine.is_editor_hint(): + _update_editor_preview() + + +func _update_editor_preview() -> void: + # Discard any existing hand model + if _editor_preview_hand: + remove_child(_editor_preview_hand) + _editor_preview_hand.queue_free() + _editor_preview_hand = null + + # Pick the hand scene + var hand_path := LEFT_HAND_PATH if hand == Hand.LEFT else RIGHT_HAND_PATH + var hand_scene : PackedScene = load(hand_path) + if !hand_scene: + return + + # Construct the model + _editor_preview_hand = hand_scene.instantiate() + + # Set the pose + if hand_pose: + _editor_preview_hand.add_pose_override(self, 0.0, hand_pose) + + # Set the grip override + if editor_preview_mode == PreviewMode.CLOSED: + _editor_preview_hand.force_grip_trigger(1.0, 1.0) + else: + _editor_preview_hand.force_grip_trigger(0.0, 0.0) + + # Add the editor-preview hand as a child + add_child(_editor_preview_hand) + + +# Is the grabber for the correct hand +func _is_correct_hand(grabber : Node3D) -> bool: + # Find the controller + var controller := _get_grabber_controller(grabber) + if not controller: + return false + + # Get the positional tracker + var tracker := XRServer.get_tracker(controller.tracker) as XRPositionalTracker + + # If left hand then verify left controller + if hand == Hand.LEFT and tracker.hand != XRPositionalTracker.TRACKER_HAND_LEFT: + return false + + # If right hand then verify right controller + if hand == Hand.RIGHT and tracker.hand != XRPositionalTracker.TRACKER_HAND_RIGHT: + return false + + # Controller matches hand + return true + + +# Test if hand grab is permitted +func _is_valid_hand_grab(current : XRToolsGrabPoint) -> bool: + # Not a valid hand grab if currently held by something other than a hand + var current_hand := current as XRToolsGrabPointHand + if current and not current_hand: + return false + + # Not valid if grabbing the same named handle + if handle and current_hand and handle == current_hand.handle: + return false + + # Not valid if attempting PRIMARY grab while current is PRIMARY + if mode == Mode.PRIMARY and current_hand and current_hand.mode == Mode.PRIMARY: + return false + + # Not valid if attempting SECONDARY grab while no current + if mode == Mode.SECONDARY and not current_hand: + return false + + # Hand is allowed to grab + return true + + +# Get the controller associated with a grabber +static func _get_grabber_controller(grabber : Node3D) -> XRController3D: + # Ensure the grabber is valid + if not is_instance_valid(grabber): + return null + + # Ensure the pickup is a function pickup for a controller + var pickup := grabber as XRToolsFunctionPickup + if not pickup: + return null + + # Get the controller associated with the pickup + return pickup.get_controller() diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_hand.gd.uid b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_hand.gd.uid new file mode 100644 index 0000000..22aacc1 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_hand.gd.uid @@ -0,0 +1 @@ +uid://d1y6ef2hxpscx diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_hand_left.tscn b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_hand_left.tscn new file mode 100644 index 0000000..875f686 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_hand_left.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://c25yxb0vt53vc"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/objects/grab_points/grab_point_hand.gd" id="1"] + +[node name="GrabPointHandLeft" type="Marker3D"] +visible = false +script = ExtResource("1") diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_hand_right.tscn b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_hand_right.tscn new file mode 100644 index 0000000..08957a5 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_hand_right.tscn @@ -0,0 +1,8 @@ +[gd_scene load_steps=2 format=3 uid="uid://ctw7nbntd5pcj"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/objects/grab_points/grab_point_hand.gd" id="1"] + +[node name="GrabPointHandRight" type="Marker3D"] +visible = false +script = ExtResource("1") +hand = 1 diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_redirect.gd b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_redirect.gd new file mode 100644 index 0000000..508643a --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_redirect.gd @@ -0,0 +1,17 @@ +@tool +class_name XRToolsGrabPointRedirect +extends XRToolsGrabPoint + + +## Grab point to redirect grabbing to +@export var target : XRToolsGrabPoint + + +## Evaluate fitness of the proposed grab, with 0.0 for not allowed. +func can_grab(grabber : Node3D, current : XRToolsGrabPoint) -> float: + # Fail if no target + if not is_instance_valid(target): + return 0.0 + + # Consult the target + return target.can_grab(grabber, current) diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_redirect.gd.uid b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_redirect.gd.uid new file mode 100644 index 0000000..09e7cac --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_redirect.gd.uid @@ -0,0 +1 @@ +uid://cd52jvwc222u7 diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_redirect.tscn b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_redirect.tscn new file mode 100644 index 0000000..353bf58 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_redirect.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://ca3daqmpo0tua"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/objects/grab_points/grab_point_redirect.gd" id="1_vyuch"] + +[node name="GrabPointRedirect" type="Marker3D"] +script = ExtResource("1_vyuch") diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_snap.gd b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_snap.gd new file mode 100644 index 0000000..52eaf4c --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_snap.gd @@ -0,0 +1,49 @@ +@tool +class_name XRToolsGrabPointSnap +extends XRToolsGrabPoint + + +## XR Tools Grab Point Snap Script +## +## This script allows specifying a grab point for snap zones. It supports +## group-filters if different points are required for different snap zones. + + +## Require grab-by to be in the specified group +@export var require_group : String = "" + +## Deny grab-by if in the specified group +@export var exclude_group : String = "" + + +# Called when the node enters the scene tree for the first time. +func _ready(): + # Add a Position3D child to help editor visibility + if Engine.is_editor_hint(): + add_child(Marker3D.new()) + + +## Evaluate fitness of the proposed grab, with 0.0 for not allowed. +func can_grab(grabber : Node3D, current : XRToolsGrabPoint) -> float: + # Skip if not enabled or current grab + if not enabled or current: + return 0.0 + + # Ensure the pickup is valid + if not is_instance_valid(grabber): + return 0.0 + + # Ensure the grabber is a snap-zone + if not grabber is XRToolsSnapZone: + return 0.0 + + # Refuse if the grabber is not in the required group + if not require_group.is_empty() and not grabber.is_in_group(require_group): + return 0.0 + + # Refuse if the grabber is in the excluded group + if not exclude_group.is_empty() and grabber.is_in_group(exclude_group): + return 0.0 + + # Return the distance-weighted fitness + return _weight(grabber) diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_snap.gd.uid b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_snap.gd.uid new file mode 100644 index 0000000..d30ccc3 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_snap.gd.uid @@ -0,0 +1 @@ +uid://ybjts5leubm1 diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_snap.tscn b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_snap.tscn new file mode 100644 index 0000000..0ce9979 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grab_point_snap.tscn @@ -0,0 +1,7 @@ +[gd_scene load_steps=2 format=3 uid="uid://dh8grd7s3n8kg"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/objects/grab_points/grab_point_snap.gd" id="1"] + +[node name="GrabPointSnap" type="Marker3D"] +visible = false +script = ExtResource("1") diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grabber.gd b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grabber.gd new file mode 100644 index 0000000..0474bdd --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grabber.gd @@ -0,0 +1,32 @@ +class_name Grabber + + +## Grabber Class +## +## This class contains relevant information for a grabber including any +## assocated pickup, controller, and hand nodes. + + +## Grabber node +var by : Node3D + +## Pickup associated with the grabber +var pickup : XRToolsFunctionPickup + +## Controller associated with the grabber +var controller : XRController3D + +## Hand associated with the grabber +var hand : XRToolsHand + +## Collision hand associated with the grabber +var collision_hand : XRToolsCollisionHand + +## Initialize the grabber +func _init(p_by : Node3D) -> void: + by = p_by + pickup = p_by as XRToolsFunctionPickup + controller = pickup.get_controller() if pickup else null + if controller: + hand = XRToolsHand.find_instance(controller) + collision_hand = XRToolsCollisionHand.find_instance(controller) diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grabber.gd.uid b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grabber.gd.uid new file mode 100644 index 0000000..6b756c7 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/grab_points/grabber.gd.uid @@ -0,0 +1 @@ +uid://bun5vvw4wvfxf diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/hand_pose_area.gd b/escape-room-version-2/addons/godot-xr-tools/objects/hand_pose_area.gd new file mode 100644 index 0000000..43b0082 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/hand_pose_area.gd @@ -0,0 +1,37 @@ +@tool +@icon("res://addons/godot-xr-tools/editor/icons/hand.svg") +class_name XRToolsHandPoseArea +extends Area3D + + +## XR Tools Hand Pose Area +## +## This area works with the XRToolsFunctionPoseArea to control the pose +## of the VR hands. + + +## Priority level for this hand pose area +@export var pose_priority : int + +## Left hand pose settings (XRToolsHandPoseSettings) +@export var left_pose : XRToolsHandPoseSettings + +## Right hand pose settings (XRToolsHandPoseSettings) +@export var right_pose : XRToolsHandPoseSettings + +## Array of grabpoints this hand pose area disables when active +@export var grabpoints : Array[XRToolsGrabPointHand] + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsHandPoseArea" + +# Disables grabpoints +func disable_grab_points(): + for grabpoint in grabpoints: + grabpoint.enabled = false + +# Enables grabpoints +func enable_grab_points(): + for grabpoint in grabpoints: + grabpoint.enabled = true diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/hand_pose_area.gd.uid b/escape-room-version-2/addons/godot-xr-tools/objects/hand_pose_area.gd.uid new file mode 100644 index 0000000..38b2bed --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/hand_pose_area.gd.uid @@ -0,0 +1 @@ +uid://ucfiya8p2ie0 diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/hand_pose_area.tscn b/escape-room-version-2/addons/godot-xr-tools/objects/hand_pose_area.tscn new file mode 100644 index 0000000..e72ed0d --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/hand_pose_area.tscn @@ -0,0 +1,9 @@ +[gd_scene load_steps=2 format=3 uid="uid://dc5t2qgmhb2nf"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/objects/hand_pose_area.gd" id="1"] + +[node name="HandPoseArea" type="Area3D"] +collision_layer = 2097152 +collision_mask = 0 +monitoring = false +script = ExtResource("1") diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/highlight/highlight_material.gd b/escape-room-version-2/addons/godot-xr-tools/objects/highlight/highlight_material.gd new file mode 100644 index 0000000..d5b8eb2 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/highlight/highlight_material.gd @@ -0,0 +1,57 @@ +@tool +class_name XRToolsHighlightMaterial +extends Node + + +## Mesh to highlight +@export var highlight_mesh_instance : NodePath + +## Material to set +@export var highlight_material : Resource + + +var _original_materials = Array() +var _highlight_mesh_instance: MeshInstance3D + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsHighlightMaterial" + + +# Called when the node enters the scene tree for the first time. +func _ready(): + # Get the mesh to highlight + _highlight_mesh_instance = get_node(highlight_mesh_instance) + + # Save the materials + if _highlight_mesh_instance: + # if we can find a node remember which materials are currently set on each surface + for i in range(0, _highlight_mesh_instance.get_surface_override_material_count()): + _original_materials.push_back(_highlight_mesh_instance.get_surface_override_material(i)) + + # Hook the highlight update + get_parent().connect("highlight_updated", _on_highlight_updated) + + +# Called when the pickable highlight changes +func _on_highlight_updated(_pickable, enable: bool) -> void: + # Set the materials + if _highlight_mesh_instance: + for i in range(0, _highlight_mesh_instance.get_surface_override_material_count()): + if enable: + _highlight_mesh_instance.set_surface_override_material(i, highlight_material) + else: + _highlight_mesh_instance.set_surface_override_material(i, _original_materials[i]) + + +# This method verifies the node +func _get_configuration_warnings() -> PackedStringArray: + var warnings := PackedStringArray() + + # Verify parent supports highlighting + var parent := get_parent() + if not parent or not parent.has_signal("highlight_updated"): + warnings.append("Parent does not support highlighting") + + return warnings diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/highlight/highlight_material.gd.uid b/escape-room-version-2/addons/godot-xr-tools/objects/highlight/highlight_material.gd.uid new file mode 100644 index 0000000..9c614d6 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/highlight/highlight_material.gd.uid @@ -0,0 +1 @@ +uid://wccght0nrvk3 diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/highlight/highlight_ring.gd b/escape-room-version-2/addons/godot-xr-tools/objects/highlight/highlight_ring.gd new file mode 100644 index 0000000..697234d --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/highlight/highlight_ring.gd @@ -0,0 +1,39 @@ +@tool +class_name XRToolsHighlightRing +extends MeshInstance3D + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsHighlightRing" + + +# Called when the node enters the scene tree for the first time. +func _ready(): + # Turn off until requested + if not Engine.is_editor_hint(): + visible = false + + # Hook the highlight update + get_parent().connect("highlight_updated", _on_highlight_updated) + + +# Called when the pickable highlight changes +func _on_highlight_updated(_pickable, enable: bool) -> void: + visible = enable + + +# This method verifies the node +func _get_configuration_warnings() -> PackedStringArray: + var warnings := PackedStringArray() + + # Verify parent supports highlighting + var parent := get_parent() + if not parent or not parent.has_signal("highlight_updated"): + warnings.append("Parent does not support highlighting") + + return warnings + + +func _on_riddel_cube_board_snap_zone_highlight_updated(pickable: Variant, enable: Variant) -> void: + pass # Replace with function body. diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/highlight/highlight_ring.gd.uid b/escape-room-version-2/addons/godot-xr-tools/objects/highlight/highlight_ring.gd.uid new file mode 100644 index 0000000..b9c0bba --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/highlight/highlight_ring.gd.uid @@ -0,0 +1 @@ +uid://plbioab2rmqm diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/highlight/highlight_ring.tres b/escape-room-version-2/addons/godot-xr-tools/objects/highlight/highlight_ring.tres new file mode 100644 index 0000000..ce16b22 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/highlight/highlight_ring.tres @@ -0,0 +1,10 @@ +[gd_resource type="StandardMaterial3D" load_steps=2 format=2] + +[ext_resource path="res://addons/godot-xr-tools/images/ring.png" type="Texture2D" id=1] + +[resource] +flags_transparent = true +flags_unshaded = true +flags_no_depth_test = true +params_billboard_mode = 1 +albedo_texture = ExtResource( 1 ) diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/highlight/highlight_ring.tscn b/escape-room-version-2/addons/godot-xr-tools/objects/highlight/highlight_ring.tscn new file mode 100644 index 0000000..5f5b9e3 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/highlight/highlight_ring.tscn @@ -0,0 +1,12 @@ +[gd_scene load_steps=4 format=3 uid="uid://da2qgxxwwitl6"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/objects/highlight/highlight_ring.gd" id="1"] +[ext_resource type="Material" path="res://addons/godot-xr-tools/objects/highlight/highlight_ring.tres" id="2"] + +[sub_resource type="QuadMesh" id="1"] +size = Vector2(0.05, 0.05) + +[node name="HighlightRing" type="MeshInstance3D"] +mesh = SubResource("1") +surface_material_override/0 = ExtResource("2") +script = ExtResource("1") diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/highlight/highlight_visible.gd b/escape-room-version-2/addons/godot-xr-tools/objects/highlight/highlight_visible.gd new file mode 100644 index 0000000..b3f2755 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/highlight/highlight_visible.gd @@ -0,0 +1,35 @@ +@tool +class_name XRToolsHighlightVisible +extends Node3D + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsHighlightVisible" + + +# Called when the node enters the scene tree for the first time. +func _ready(): + # Turn off until requested + if not Engine.is_editor_hint(): + visible = false + + # Hook the highlight update + get_parent().connect("highlight_updated", _on_highlight_updated) + + +# Called when the pickable highlight changes +func _on_highlight_updated(_pickable, enable: bool) -> void: + visible = enable + + +# This method verifies the node +func _get_configuration_warnings() -> PackedStringArray: + var warnings := PackedStringArray() + + # Verify parent supports highlighting + var parent := get_parent() + if not parent or not parent.has_signal("highlight_updated"): + warnings.append("Parent does not support highlighting") + + return warnings diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/highlight/highlight_visible.gd.uid b/escape-room-version-2/addons/godot-xr-tools/objects/highlight/highlight_visible.gd.uid new file mode 100644 index 0000000..3185617 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/highlight/highlight_visible.gd.uid @@ -0,0 +1 @@ +uid://g50uyiopkkpj diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/interactable_area.gd b/escape-room-version-2/addons/godot-xr-tools/objects/interactable_area.gd new file mode 100644 index 0000000..167cf22 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/interactable_area.gd @@ -0,0 +1,12 @@ +@tool +class_name XRToolsInteractableArea +extends Area3D + + +## Signal when pointer event occurs on area +signal pointer_event(event) + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsInteractableArea" diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/interactable_area.gd.uid b/escape-room-version-2/addons/godot-xr-tools/objects/interactable_area.gd.uid new file mode 100644 index 0000000..680f46b --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/interactable_area.gd.uid @@ -0,0 +1 @@ +uid://syjyd3gavbba diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/interactable_body.gd b/escape-room-version-2/addons/godot-xr-tools/objects/interactable_body.gd new file mode 100644 index 0000000..1202bf7 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/interactable_body.gd @@ -0,0 +1,7 @@ +class_name XRToolsInteractableBody +extends Node3D +# This should extend from PhysicsBody3D but https://github.com/godotengine/godot/issues/46073 + + +## Signal when pointer event occurs on body +signal pointer_event(event) diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/interactable_body.gd.uid b/escape-room-version-2/addons/godot-xr-tools/objects/interactable_body.gd.uid new file mode 100644 index 0000000..bea2ad6 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/interactable_body.gd.uid @@ -0,0 +1 @@ +uid://fdalrwtp47rj diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/keyboard/virtual_key.gd b/escape-room-version-2/addons/godot-xr-tools/objects/keyboard/virtual_key.gd new file mode 100644 index 0000000..70c5bd8 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/keyboard/virtual_key.gd @@ -0,0 +1,150 @@ +@tool +class_name XRToolsVirtualKey +extends Node2D + + +## Key pressed event +signal pressed + +## Key released event +signal released + + +## Key location +@export var key_size := Vector2(32, 32) : set = _set_key_size + +## Key text +@export var key_text := "" : set = _set_key_text + +## Key normal color +@export var key_normal := Color(0.1, 0.1, 0.1) : set = _set_key_normal + +## Key highlight color +@export var key_highlight := Color(0.2, 0.2, 0.2) : set = _set_key_highlight + +## Text normal color +@export var text_normal := Color(1.0, 1.0, 1.0) : set = _set_text_normal + +## Text highlight color +@export var text_highlight := Color(0.0, 0.0, 0.0) : set = _set_text_highlight + +## Key highlighted +@export var highlighted := false : set = _set_highlighted + + +# TouchScreenButton node +var _button : TouchScreenButton + +# ColorRect node +var _color : ColorRect + +# Label node +var _label : Label + + +# Called when the node enters the scene tree for the first time. +func _ready(): + # Construct the ColorRect node + _color = ColorRect.new() + + # Construct the Label node + _label = Label.new() + _label.horizontal_alignment = HORIZONTAL_ALIGNMENT_CENTER + _label.vertical_alignment = VERTICAL_ALIGNMENT_CENTER + + # Construct the TouchScreenButton node + _button = TouchScreenButton.new() + _button.shape = RectangleShape2D.new() + + # Attach the nodes + _color.add_child(_label) + _button.add_child(_color) + add_child(_button) + + # Handle button presses + _button.pressed.connect(_on_button_pressed) + _button.released.connect(_on_button_released) + + # Apply initial updates + _update_key_size() + _update_key_text() + _update_highlighted() + + +func _on_button_pressed() -> void: + pressed.emit() + + +func _on_button_released() -> void: + released.emit() + + +func _set_key_size(p_key_size : Vector2) -> void: + key_size = p_key_size + if is_inside_tree(): + _update_key_size() + + +func _set_key_text(p_key_text : String) -> void: + key_text = p_key_text + if is_inside_tree(): + _update_key_text() + + +func _set_key_normal(p_key_normal : Color) -> void: + key_normal = p_key_normal + if is_inside_tree(): + _update_highlighted() + + +func _set_key_highlight(p_key_highlight : Color) -> void: + key_highlight = p_key_highlight + if is_inside_tree(): + _update_highlighted() + + +func _set_text_normal(p_text_normal : Color) -> void: + text_normal = p_text_normal + if is_inside_tree(): + _update_highlighted() + + +func _set_text_highlight(p_text_highlight : Color) -> void: + text_highlight = p_text_highlight + if is_inside_tree(): + _update_highlighted() + + +func _set_highlighted(p_highlighted : bool) -> void: + highlighted = p_highlighted + if is_inside_tree(): + _update_highlighted() + + +func _update_key_size() -> void: + var half_size := key_size / 2 + + # Set the TouchScreenButton position and shape size + _button.position = half_size + _button.shape.size = key_size + + # Size and position the ColorRect + _color.size = key_size + _color.position = -half_size + + # Size the label + _label.size = key_size + + +func _update_key_text() -> void: + _label.text = key_text + + +func _update_highlighted() -> void: + # Pick colors + var key := key_highlight if highlighted else key_normal + var text := text_highlight if highlighted else text_normal + + # Set colors + _color.color = key + _label.add_theme_color_override("font_color", text) diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/keyboard/virtual_key.gd.uid b/escape-room-version-2/addons/godot-xr-tools/objects/keyboard/virtual_key.gd.uid new file mode 100644 index 0000000..0a9ed25 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/keyboard/virtual_key.gd.uid @@ -0,0 +1 @@ +uid://bsdv0ujbc5oxp diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/keyboard/virtual_key_char.gd b/escape-room-version-2/addons/godot-xr-tools/objects/keyboard/virtual_key_char.gd new file mode 100644 index 0000000..38ec255 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/keyboard/virtual_key_char.gd @@ -0,0 +1,45 @@ +@tool +class_name XRToolsVirtualKeyChar +extends XRToolsVirtualKey + + +## Godot scan-code text +@export var scan_code_text := "" + +## Unicode character +@export var unicode := 0 + +## Shift modifier +@export var shift_modifier := false + + +# Keyboard associated with this button +var _keyboard : XRToolsVirtualKeyboard2D + + +# Called when the node enters the scene tree for the first time. +func _ready(): + # Call the base + super() + + # Find the keyboard + _keyboard = XRTools.find_xr_ancestor( + self, + "*", + "XRToolsVirtualKeyboard2D") + + # Handle button presses + pressed.connect(_on_pressed) + released.connect(_on_released) + + +# Handler for button pressed +func _on_pressed() -> void: + highlighted = true + if _keyboard: + _keyboard.on_key_pressed(scan_code_text, unicode, shift_modifier) + + +# Handler for button released +func _on_released() -> void: + highlighted = false diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/keyboard/virtual_key_char.gd.uid b/escape-room-version-2/addons/godot-xr-tools/objects/keyboard/virtual_key_char.gd.uid new file mode 100644 index 0000000..05f6287 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/keyboard/virtual_key_char.gd.uid @@ -0,0 +1 @@ +uid://cyy11lxdbwvho diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/keyboard/virtual_keyboard_2d.gd b/escape-room-version-2/addons/godot-xr-tools/objects/keyboard/virtual_keyboard_2d.gd new file mode 100644 index 0000000..a1d22fd --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/keyboard/virtual_keyboard_2d.gd @@ -0,0 +1,102 @@ +@tool +class_name XRToolsVirtualKeyboard2D +extends CanvasLayer + + +## Enumeration of keyboard view modes +enum KeyboardMode { + LOWER_CASE, ## Lower-case keys mode + UPPER_CASE, ## Upper-case keys mode + ALTERNATE ## Alternate keys mode +} + + +# Shift button down +var _shift_down := false + +# Caps button down +var _caps_down := false + +# Alt button down +var _alt_down := false + +# Current keyboard mode +var _mode: int = KeyboardMode.LOWER_CASE + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsVirtualKeyboard2D" + + +# Handle key pressed from VirtualKey +func on_key_pressed(scan_code_text: String, unicode: int, shift: bool): + # Find the scan code + var scan_code := OS.find_keycode_from_string(scan_code_text) + + # Create the InputEventKey + var input := InputEventKey.new() + input.physical_keycode = scan_code + input.unicode = unicode if unicode else scan_code + input.pressed = true + input.keycode = scan_code + input.shift_pressed = shift + + # Dispatch the input event + Input.parse_input_event(input) + + # Pop any temporary shift key + if _shift_down: + _shift_down = false + _update_visible() + + +func _on_toggle_shift_pressed() -> void: + # Update toggle keys + _shift_down = not _shift_down + _caps_down = false + _alt_down = false + _update_visible() + + +func _on_toggle_caps_pressed() -> void: + # Update toggle keys + _caps_down = not _caps_down + _shift_down = false + _alt_down = false + _update_visible() + + +func _on_toggle_alt_pressed() -> void: + # Update toggle keys + _alt_down = not _alt_down + _shift_down = false + _caps_down = false + _update_visible() + + +# Update switching the visible case keys +func _update_visible() -> void: + # Ensure the control buttons are set correctly + $Background/Standard/ToggleShift.highlighted = _shift_down + $Background/Standard/ToggleCaps.highlighted = _caps_down + $Background/Standard/ToggleAlt.highlighted = _alt_down + + # Evaluate the new mode + var new_mode: int + if _alt_down: + new_mode = KeyboardMode.ALTERNATE + elif _shift_down or _caps_down: + new_mode = KeyboardMode.UPPER_CASE + else: + new_mode = KeyboardMode.LOWER_CASE + + # Skip if no change + if new_mode == _mode: + return + + # Update the visible mode + _mode = new_mode + $Background/LowerCase.visible = _mode == KeyboardMode.LOWER_CASE + $Background/UpperCase.visible = _mode == KeyboardMode.UPPER_CASE + $Background/Alternate.visible = _mode == KeyboardMode.ALTERNATE diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/keyboard/virtual_keyboard_2d.gd.uid b/escape-room-version-2/addons/godot-xr-tools/objects/keyboard/virtual_keyboard_2d.gd.uid new file mode 100644 index 0000000..f182939 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/keyboard/virtual_keyboard_2d.gd.uid @@ -0,0 +1 @@ +uid://c201b4u5ipy8t diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/keyboard/virtual_keyboard_2d.tscn b/escape-room-version-2/addons/godot-xr-tools/objects/keyboard/virtual_keyboard_2d.tscn new file mode 100644 index 0000000..5e478ba --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/keyboard/virtual_keyboard_2d.tscn @@ -0,0 +1,724 @@ +[gd_scene load_steps=4 format=3 uid="uid://lauwp8okd1vh"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/objects/keyboard/virtual_keyboard_2d.gd" id="1"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/objects/keyboard/virtual_key_char.gd" id="2_n0nlg"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/objects/keyboard/virtual_key.gd" id="3_h05ve"] + +[node name="VirtualKeyboard2D" type="CanvasLayer"] +script = ExtResource("1") + +[node name="Background" type="ColorRect" parent="."] +offset_right = 400.0 +offset_bottom = 200.0 +color = Color(0.12549, 0.12549, 0.12549, 0.752941) + +[node name="Standard" type="Control" parent="Background"] +layout_mode = 1 +anchors_preset = 0 +offset_left = 4.0 +offset_top = 4.0 +offset_right = 394.0 +offset_bottom = 149.0 + +[node name="VirtualKey1" type="Node2D" parent="Background/Standard"] +script = ExtResource("2_n0nlg") +scan_code_text = "1" +unicode = 49 +key_text = "1" + +[node name="VirtualKey2" type="Node2D" parent="Background/Standard"] +position = Vector2(40, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "2" +unicode = 50 +key_text = "2" + +[node name="VirtualKey3" type="Node2D" parent="Background/Standard"] +position = Vector2(80, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "3" +unicode = 51 +key_text = "3" + +[node name="VirtualKey4" type="Node2D" parent="Background/Standard"] +position = Vector2(120, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "4" +unicode = 52 +key_text = "4" + +[node name="VirtualKey5" type="Node2D" parent="Background/Standard"] +position = Vector2(160, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "5" +unicode = 53 +key_text = "5" + +[node name="VirtualKey6" type="Node2D" parent="Background/Standard"] +position = Vector2(200, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "6" +unicode = 54 +key_text = "6" + +[node name="VirtualKey7" type="Node2D" parent="Background/Standard"] +position = Vector2(240, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "7" +unicode = 55 +key_text = "7" + +[node name="VirtualKey8" type="Node2D" parent="Background/Standard"] +position = Vector2(280, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "8" +unicode = 56 +key_text = "8" + +[node name="VirtualKey9" type="Node2D" parent="Background/Standard"] +position = Vector2(320, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "9" +unicode = 57 +key_text = "9" + +[node name="VirtualKey0" type="Node2D" parent="Background/Standard"] +position = Vector2(360, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "0" +unicode = 48 +key_text = "0" + +[node name="ToggleShift" type="Node2D" parent="Background/Standard"] +position = Vector2(0, 120) +script = ExtResource("3_h05ve") +key_size = Vector2(50, 32) +key_text = "SHIFT" +key_highlight = Color(1, 1, 1, 1) + +[node name="ToggleCaps" type="Node2D" parent="Background/Standard"] +position = Vector2(0, 160) +script = ExtResource("3_h05ve") +key_size = Vector2(45, 32) +key_text = "CAPS" +key_highlight = Color(1, 1, 1, 1) + +[node name="ToggleAlt" type="Node2D" parent="Background/Standard"] +position = Vector2(55, 160) +script = ExtResource("3_h05ve") +key_size = Vector2(35, 32) +key_text = "ALT" +key_highlight = Color(1, 1, 1, 1) + +[node name="VirtualKeyBackspace" type="Node2D" parent="Background/Standard"] +position = Vector2(340, 120) +script = ExtResource("2_n0nlg") +scan_code_text = "BackSpace" +key_size = Vector2(52, 32) +key_text = "BKSP" + +[node name="VirtualKeySpace" type="Node2D" parent="Background/Standard"] +position = Vector2(100, 160) +script = ExtResource("2_n0nlg") +scan_code_text = "Space" +unicode = 32 +key_size = Vector2(190, 32) +key_text = "Space" + +[node name="VirtualKeyPeriod" type="Node2D" parent="Background/Standard"] +position = Vector2(300, 160) +script = ExtResource("2_n0nlg") +scan_code_text = "Period" +unicode = 46 +key_text = "." + +[node name="VirtualKeyEnter" type="Node2D" parent="Background/Standard"] +position = Vector2(340, 160) +script = ExtResource("2_n0nlg") +scan_code_text = "Enter" +key_size = Vector2(52, 32) +key_text = "Enter" + +[node name="LowerCase" type="Node2D" parent="Background"] +position = Vector2(4, 44) + +[node name="VirtualKeyLowerQ" type="Node2D" parent="Background/LowerCase"] +script = ExtResource("2_n0nlg") +scan_code_text = "Q" +unicode = 113 +key_text = "q" + +[node name="VirtualKeyLowerW" type="Node2D" parent="Background/LowerCase"] +position = Vector2(40, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "W" +unicode = 119 +key_text = "w" + +[node name="VirtualKeyLowerE" type="Node2D" parent="Background/LowerCase"] +position = Vector2(80, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "E" +unicode = 101 +key_text = "e" + +[node name="VirtualKeyLowerR" type="Node2D" parent="Background/LowerCase"] +position = Vector2(120, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "R" +unicode = 114 +key_text = "r" + +[node name="VirtualKeyLowerT" type="Node2D" parent="Background/LowerCase"] +position = Vector2(160, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "T" +unicode = 116 +key_text = "t" + +[node name="VirtualKeyLowerY" type="Node2D" parent="Background/LowerCase"] +position = Vector2(200, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "Y" +unicode = 121 +key_text = "y" + +[node name="VirtualKeyLowerU" type="Node2D" parent="Background/LowerCase"] +position = Vector2(240, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "U" +unicode = 117 +key_text = "u" + +[node name="VirtualKeyLowerI" type="Node2D" parent="Background/LowerCase"] +position = Vector2(280, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "I" +unicode = 105 +key_text = "i" + +[node name="VirtualKeyLowerO" type="Node2D" parent="Background/LowerCase"] +position = Vector2(320, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "O" +unicode = 111 +key_text = "o" + +[node name="VirtualKeyLowerP" type="Node2D" parent="Background/LowerCase"] +position = Vector2(360, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "P" +unicode = 112 +key_text = "p" + +[node name="VirtualKeyLowerA" type="Node2D" parent="Background/LowerCase"] +position = Vector2(20, 40) +script = ExtResource("2_n0nlg") +scan_code_text = "A" +unicode = 97 +key_text = "a" + +[node name="VirtualKeyLowerS" type="Node2D" parent="Background/LowerCase"] +position = Vector2(60, 40) +script = ExtResource("2_n0nlg") +scan_code_text = "S" +unicode = 115 +key_text = "s" + +[node name="VirtualKeyLowerD" type="Node2D" parent="Background/LowerCase"] +position = Vector2(100, 40) +script = ExtResource("2_n0nlg") +scan_code_text = "D" +unicode = 100 +key_text = "d" + +[node name="VirtualKeyLowerF" type="Node2D" parent="Background/LowerCase"] +position = Vector2(140, 40) +script = ExtResource("2_n0nlg") +scan_code_text = "F" +unicode = 102 +key_text = "f" + +[node name="VirtualKeyLowerG" type="Node2D" parent="Background/LowerCase"] +position = Vector2(180, 40) +script = ExtResource("2_n0nlg") +scan_code_text = "G" +unicode = 103 +key_text = "g" + +[node name="VirtualKeyLowerH" type="Node2D" parent="Background/LowerCase"] +position = Vector2(220, 40) +script = ExtResource("2_n0nlg") +scan_code_text = "H" +unicode = 104 +key_text = "h" + +[node name="VirtualKeyLowerJ" type="Node2D" parent="Background/LowerCase"] +position = Vector2(260, 40) +script = ExtResource("2_n0nlg") +scan_code_text = "J" +unicode = 106 +key_text = "j" + +[node name="VirtualKeyLowerK" type="Node2D" parent="Background/LowerCase"] +position = Vector2(300, 40) +script = ExtResource("2_n0nlg") +scan_code_text = "K" +unicode = 107 +key_text = "k" + +[node name="VirtualKeyLowerL" type="Node2D" parent="Background/LowerCase"] +position = Vector2(340, 40) +script = ExtResource("2_n0nlg") +scan_code_text = "L" +unicode = 108 +key_text = "l" + +[node name="VirtualKeyLowerZ" type="Node2D" parent="Background/LowerCase"] +position = Vector2(60, 80) +script = ExtResource("2_n0nlg") +scan_code_text = "Z" +unicode = 122 +key_text = "z" + +[node name="VirtualKeyLowerX" type="Node2D" parent="Background/LowerCase"] +position = Vector2(100, 80) +script = ExtResource("2_n0nlg") +scan_code_text = "X" +unicode = 120 +key_text = "x" + +[node name="VirtualKeyLowerC" type="Node2D" parent="Background/LowerCase"] +position = Vector2(140, 80) +script = ExtResource("2_n0nlg") +scan_code_text = "C" +unicode = 99 +key_text = "c" + +[node name="VirtualKeyLowerV" type="Node2D" parent="Background/LowerCase"] +position = Vector2(180, 80) +script = ExtResource("2_n0nlg") +scan_code_text = "V" +unicode = 118 +key_text = "v" + +[node name="VirtualKeyLowerB" type="Node2D" parent="Background/LowerCase"] +position = Vector2(220, 80) +script = ExtResource("2_n0nlg") +scan_code_text = "B" +unicode = 98 +key_text = "b" + +[node name="VirtualKeyLowerN" type="Node2D" parent="Background/LowerCase"] +position = Vector2(260, 80) +script = ExtResource("2_n0nlg") +scan_code_text = "N" +unicode = 110 +key_text = "n" + +[node name="VirtualKeyLowerM" type="Node2D" parent="Background/LowerCase"] +position = Vector2(300, 80) +script = ExtResource("2_n0nlg") +scan_code_text = "M" +unicode = 109 +key_text = "m" + +[node name="UpperCase" type="Node2D" parent="Background"] +visible = false +position = Vector2(4, 44) + +[node name="VirtualKeyUpperQ" type="Node2D" parent="Background/UpperCase"] +script = ExtResource("2_n0nlg") +scan_code_text = "Q" +unicode = 81 +shift_modifier = true +key_text = "Q" + +[node name="VirtualKeyUpperW" type="Node2D" parent="Background/UpperCase"] +position = Vector2(40, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "W" +unicode = 87 +shift_modifier = true +key_text = "W" + +[node name="VirtualKeyUpperE" type="Node2D" parent="Background/UpperCase"] +position = Vector2(80, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "E" +unicode = 69 +shift_modifier = true +key_text = "E" + +[node name="VirtualKeyUpperR" type="Node2D" parent="Background/UpperCase"] +position = Vector2(120, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "R" +unicode = 82 +shift_modifier = true +key_text = "R" + +[node name="VirtualKeyUpperT" type="Node2D" parent="Background/UpperCase"] +position = Vector2(160, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "T" +unicode = 84 +shift_modifier = true +key_text = "T" + +[node name="VirtualKeyUpperY" type="Node2D" parent="Background/UpperCase"] +position = Vector2(200, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "Y" +unicode = 89 +shift_modifier = true +key_text = "Y" + +[node name="VirtualKeyUpperU" type="Node2D" parent="Background/UpperCase"] +position = Vector2(240, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "U" +unicode = 85 +shift_modifier = true +key_text = "U" + +[node name="VirtualKeyUpperI" type="Node2D" parent="Background/UpperCase"] +position = Vector2(280, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "I" +unicode = 73 +shift_modifier = true +key_text = "I" + +[node name="VirtualKeyUpperO" type="Node2D" parent="Background/UpperCase"] +position = Vector2(320, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "O" +unicode = 79 +shift_modifier = true +key_text = "O" + +[node name="VirtualKeyUpperP" type="Node2D" parent="Background/UpperCase"] +position = Vector2(360, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "P" +unicode = 80 +shift_modifier = true +key_text = "P" + +[node name="VirtualKeyUpperA" type="Node2D" parent="Background/UpperCase"] +position = Vector2(20, 40) +script = ExtResource("2_n0nlg") +scan_code_text = "A" +unicode = 65 +shift_modifier = true +key_text = "A" + +[node name="VirtualKeyUpperS" type="Node2D" parent="Background/UpperCase"] +position = Vector2(60, 40) +script = ExtResource("2_n0nlg") +scan_code_text = "S" +unicode = 83 +shift_modifier = true +key_text = "S" + +[node name="VirtualKeyUpperD" type="Node2D" parent="Background/UpperCase"] +position = Vector2(100, 40) +script = ExtResource("2_n0nlg") +scan_code_text = "D" +unicode = 68 +shift_modifier = true +key_text = "D" + +[node name="VirtualKeyUpperF" type="Node2D" parent="Background/UpperCase"] +position = Vector2(140, 40) +script = ExtResource("2_n0nlg") +scan_code_text = "F" +unicode = 70 +shift_modifier = true +key_text = "F" + +[node name="VirtualKeyUpperG" type="Node2D" parent="Background/UpperCase"] +position = Vector2(180, 40) +script = ExtResource("2_n0nlg") +scan_code_text = "G" +unicode = 71 +shift_modifier = true +key_text = "G" + +[node name="VirtualKeyUpperH" type="Node2D" parent="Background/UpperCase"] +position = Vector2(220, 40) +script = ExtResource("2_n0nlg") +scan_code_text = "H" +unicode = 72 +shift_modifier = true +key_text = "H" + +[node name="VirtualKeyUpperJ" type="Node2D" parent="Background/UpperCase"] +position = Vector2(260, 40) +script = ExtResource("2_n0nlg") +scan_code_text = "J" +unicode = 74 +shift_modifier = true +key_text = "J" + +[node name="VirtualKeyUpperK" type="Node2D" parent="Background/UpperCase"] +position = Vector2(300, 40) +script = ExtResource("2_n0nlg") +scan_code_text = "K" +unicode = 75 +shift_modifier = true +key_text = "K" + +[node name="VirtualKeyUpperL" type="Node2D" parent="Background/UpperCase"] +position = Vector2(340, 40) +script = ExtResource("2_n0nlg") +scan_code_text = "L" +unicode = 76 +shift_modifier = true +key_text = "L" + +[node name="VirtualKeyUpperZ" type="Node2D" parent="Background/UpperCase"] +position = Vector2(60, 80) +script = ExtResource("2_n0nlg") +scan_code_text = "Z" +unicode = 90 +shift_modifier = true +key_text = "Z" + +[node name="VirtualKeyUpperX" type="Node2D" parent="Background/UpperCase"] +position = Vector2(100, 80) +script = ExtResource("2_n0nlg") +scan_code_text = "X" +unicode = 88 +shift_modifier = true +key_text = "X" + +[node name="VirtualKeyUpperC" type="Node2D" parent="Background/UpperCase"] +position = Vector2(140, 80) +script = ExtResource("2_n0nlg") +scan_code_text = "C" +unicode = 67 +shift_modifier = true +key_text = "C" + +[node name="VirtualKeyUpperV" type="Node2D" parent="Background/UpperCase"] +position = Vector2(180, 80) +script = ExtResource("2_n0nlg") +scan_code_text = "V" +unicode = 86 +shift_modifier = true +key_text = "V" + +[node name="VirtualKeyUpperB" type="Node2D" parent="Background/UpperCase"] +position = Vector2(220, 80) +script = ExtResource("2_n0nlg") +scan_code_text = "B" +unicode = 66 +shift_modifier = true +key_text = "B" + +[node name="VirtualKeyUpperN" type="Node2D" parent="Background/UpperCase"] +position = Vector2(260, 80) +script = ExtResource("2_n0nlg") +scan_code_text = "N" +unicode = 78 +shift_modifier = true +key_text = "N" + +[node name="VirtualKeyUpperM" type="Node2D" parent="Background/UpperCase"] +position = Vector2(300, 80) +script = ExtResource("2_n0nlg") +scan_code_text = "M" +unicode = 77 +shift_modifier = true +key_text = "M" + +[node name="Alternate" type="Node2D" parent="Background"] +visible = false +position = Vector2(4, 44) + +[node name="VirtualKeyPlus" type="Node2D" parent="Background/Alternate"] +script = ExtResource("2_n0nlg") +scan_code_text = "Plus" +unicode = 43 +key_text = "+" + +[node name="VirtualKeyAsterisk" type="Node2D" parent="Background/Alternate"] +position = Vector2(40, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "Asterisk" +unicode = 42 +key_text = "*" + +[node name="VirtualKeyDivision" type="Node2D" parent="Background/Alternate"] +position = Vector2(80, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "Division" +unicode = 247 +key_text = "÷" + +[node name="VirtualKeyEqual" type="Node2D" parent="Background/Alternate"] +position = Vector2(120, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "Equal" +unicode = 61 +key_text = "=" + +[node name="VirtualKeySlash" type="Node2D" parent="Background/Alternate"] +position = Vector2(160, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "Slash" +unicode = 47 +key_text = "/" + +[node name="VirtualKeyUnderScore" type="Node2D" parent="Background/Alternate"] +position = Vector2(200, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "UnderScore" +unicode = 95 +key_text = "_" + +[node name="VirtualKeyLess" type="Node2D" parent="Background/Alternate"] +position = Vector2(240, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "Less" +unicode = 60 +key_text = "<" + +[node name="VirtualKeyGreater" type="Node2D" parent="Background/Alternate"] +position = Vector2(280, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "Greater" +unicode = 62 +key_text = ">" + +[node name="VirtualKeyBracketLeft" type="Node2D" parent="Background/Alternate"] +position = Vector2(320, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "BracketLeft" +unicode = 91 +key_text = "[" + +[node name="VirtualKeyBracketRight" type="Node2D" parent="Background/Alternate"] +position = Vector2(360, 0) +script = ExtResource("2_n0nlg") +scan_code_text = "BracketRight" +unicode = 93 +key_text = "]" + +[node name="VirtualKeyExclam" type="Node2D" parent="Background/Alternate"] +position = Vector2(20, 40) +script = ExtResource("2_n0nlg") +scan_code_text = "Exclam" +unicode = 33 +key_text = "!" + +[node name="VirtualKeyAt" type="Node2D" parent="Background/Alternate"] +position = Vector2(60, 40) +script = ExtResource("2_n0nlg") +scan_code_text = "At" +unicode = 64 +key_text = "@" + +[node name="VirtualKeyNumberSign" type="Node2D" parent="Background/Alternate"] +position = Vector2(100, 40) +script = ExtResource("2_n0nlg") +scan_code_text = "NumberSign" +unicode = 35 +key_text = "#" + +[node name="VirtualKeyDollar" type="Node2D" parent="Background/Alternate"] +position = Vector2(140, 40) +script = ExtResource("2_n0nlg") +scan_code_text = "Dollar" +unicode = 36 +key_text = "$" + +[node name="VirtualKeyPercent" type="Node2D" parent="Background/Alternate"] +position = Vector2(180, 40) +script = ExtResource("2_n0nlg") +scan_code_text = "Percent" +unicode = 37 +key_text = "%" + +[node name="VirtualKeyCircumflex" type="Node2D" parent="Background/Alternate"] +position = Vector2(220, 40) +script = ExtResource("2_n0nlg") +scan_code_text = "AsciiCircum" +unicode = 94 +key_text = "^" + +[node name="VirtualKeyAmpersand" type="Node2D" parent="Background/Alternate"] +position = Vector2(260, 40) +script = ExtResource("2_n0nlg") +scan_code_text = "Ampersand" +unicode = 38 +key_text = "&" + +[node name="VirtualKeyParenLeft" type="Node2D" parent="Background/Alternate"] +position = Vector2(300, 40) +script = ExtResource("2_n0nlg") +scan_code_text = "ParenLeft" +unicode = 40 +key_text = "(" + +[node name="VirtualKeyParenRight" type="Node2D" parent="Background/Alternate"] +position = Vector2(340, 40) +script = ExtResource("2_n0nlg") +scan_code_text = "ParenRight" +unicode = 41 +key_text = ")" + +[node name="VirtualKeyMinus" type="Node2D" parent="Background/Alternate"] +position = Vector2(60, 80) +script = ExtResource("2_n0nlg") +scan_code_text = "Minus" +unicode = 45 +key_text = "-" + +[node name="VirtualKeyApostrophe" type="Node2D" parent="Background/Alternate"] +position = Vector2(100, 80) +script = ExtResource("2_n0nlg") +scan_code_text = "Apostrophe" +unicode = 39 +key_text = "'" + +[node name="VirtualKeyQuoteDbl" type="Node2D" parent="Background/Alternate"] +position = Vector2(140, 80) +script = ExtResource("2_n0nlg") +scan_code_text = "QuoteDbl" +unicode = 34 +key_text = "\"" + +[node name="VirtualKeyColon" type="Node2D" parent="Background/Alternate"] +position = Vector2(180, 80) +script = ExtResource("2_n0nlg") +scan_code_text = "Colon" +unicode = 58 +key_text = ":" + +[node name="VirtualKeySemicolon" type="Node2D" parent="Background/Alternate"] +position = Vector2(220, 80) +script = ExtResource("2_n0nlg") +scan_code_text = "Semicolon" +unicode = 59 +key_text = ";" + +[node name="VirtualKeyComma" type="Node2D" parent="Background/Alternate"] +position = Vector2(260, 80) +script = ExtResource("2_n0nlg") +scan_code_text = "Comma" +unicode = 44 +key_text = "," + +[node name="VirtualKeyQuestion" type="Node2D" parent="Background/Alternate"] +position = Vector2(300, 80) +script = ExtResource("2_n0nlg") +scan_code_text = "Question" +unicode = 63 +key_text = "?" + +[connection signal="pressed" from="Background/Standard/ToggleShift" to="." method="_on_toggle_shift_pressed"] +[connection signal="pressed" from="Background/Standard/ToggleCaps" to="." method="_on_toggle_caps_pressed"] +[connection signal="pressed" from="Background/Standard/ToggleAlt" to="." method="_on_toggle_alt_pressed"] diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/pickable.gd b/escape-room-version-2/addons/godot-xr-tools/objects/pickable.gd new file mode 100644 index 0000000..a9f9648 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/pickable.gd @@ -0,0 +1,439 @@ +@tool +class_name XRToolsPickable +extends RigidBody3D + + +## XR Tools Pickable Object +## +## This script allows a [RigidBody3D] to be picked up by an +## [XRToolsFunctionPickup] attached to a players controller. +## +## Additionally pickable objects may support being snapped into +## [XRToolsSnapZone] areas. +## +## Grab-points can be defined by adding different types of [XRToolsGrabPoint] +## child nodes controlling hand and snap-zone grab locations. + + +# Signal emitted when this object is picked up (held by a player or snap-zone) +signal picked_up(pickable) + +# Signal emitted when this object is dropped +signal dropped(pickable) + +# Signal emitted when this object is grabbed (primary or secondary) +signal grabbed(pickable, by) + +# Signal emitted when this object is released (primary or secondary) +signal released(pickable, by) + +# Signal emitted when the user presses the action button while holding this object +signal action_pressed(pickable) + +# Signal emitted when the user releases the action button while holding this object +signal action_released(pickable) + +# Signal emitted when the highlight state changes +signal highlight_updated(pickable, enable) + + +## Method used to grab object at range +enum RangedMethod { + NONE, ## Ranged grab is not supported + SNAP, ## Object snaps to holder + LERP, ## Object lerps to holder +} + +enum ReleaseMode { + ORIGINAL = -1, ## Preserve original mode when picked up + UNFROZEN = 0, ## Release and unfreeze + FROZEN = 1, ## Release and freeze +} + +enum SecondHandGrab { + IGNORE, ## Ignore second grab + SWAP, ## Swap to second hand + SECOND, ## Second hand grab +} + + +# Default layer for held objects is 17:held-object +const DEFAULT_LAYER := 0b0000_0000_0000_0001_0000_0000_0000_0000 + + +## If true, the pickable supports being picked up +@export var enabled : bool = true + +## If true, the grip control must be held to keep the object picked up +@export var press_to_hold : bool = true + +## Layer for this object while picked up +@export_flags_3d_physics var picked_up_layer : int = DEFAULT_LAYER + +## Release mode to use when releasing the object +@export var release_mode : ReleaseMode = ReleaseMode.ORIGINAL + +## Method used to perform a ranged grab +@export var ranged_grab_method : RangedMethod = RangedMethod.SNAP: set = _set_ranged_grab_method + +## Second hand grab mode +@export var second_hand_grab : SecondHandGrab = SecondHandGrab.IGNORE + +## Speed for ranged grab +@export var ranged_grab_speed : float = 20.0 + +## Refuse pick-by when in the specified group +@export var picked_by_exclude : String = "" + +## Require pick-by to be in the specified group +@export var picked_by_require : String = "" + + +## If true, the object can be picked up at range +var can_ranged_grab: bool = true + +## Frozen state to restore to when dropped +var restore_freeze : bool = false + +# Count of 'is_closest' grabbers +var _closest_count: int = 0 + +# Grab Driver to control position while grabbed +var _grab_driver: XRToolsGrabDriver = null + +# Array of grab points +var _grab_points : Array[XRToolsGrabPoint] = [] + +# Dictionary of nodes requesting highlight +var _highlight_requests : Dictionary = {} + +# Is this node highlighted +var _highlighted : bool = false + + +# Remember some state so we can return to it when the user drops the object +@onready var original_collision_mask : int = collision_mask +@onready var original_collision_layer : int = collision_layer + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsPickable" + + +# Called when the node enters the scene tree for the first time. +func _ready(): + # Get all grab points + for child in get_children(): + var grab_point := child as XRToolsGrabPoint + if grab_point: + _grab_points.push_back(grab_point) + + +# Called when the node exits the tree +func _exit_tree(): + # Skip if not picked up + if not is_instance_valid(_grab_driver): + return + + # Release primary grab + if _grab_driver.primary: + _grab_driver.primary.release() + + # Release secondary grab + if _grab_driver.secondary: + _grab_driver.secondary.release() + + +# Test if this object can be picked up +func can_pick_up(by: Node3D) -> bool: + # Refuse if not enabled + if not enabled: + return false + + # Allow if not held by anything + if not is_picked_up(): + return true + + # Fail if second hand grabbing isn't allowed + if second_hand_grab == SecondHandGrab.IGNORE: + return false + + # Fail if either pickup isn't by a hand + if not _grab_driver.primary.pickup or not by is XRToolsFunctionPickup: + return false + + # Allow second hand grab + return true + + +# Test if this object is picked up +func is_picked_up() -> bool: + return _grab_driver and _grab_driver.primary + + +# action is called when user presses the action button while holding this object +func action(): + # let interested parties know + action_pressed.emit(self) + + +func controller_action(controller : XRController3D): + # Let the grab points know about the action + if ( + _grab_driver.primary and _grab_driver.primary.point + and _grab_driver.primary.controller == controller + ): + _grab_driver.primary.point.action(self) + + if ( + _grab_driver.secondary and _grab_driver.secondary.point + and _grab_driver.secondary.controller == controller + ): + _grab_driver.secondary.point.action(self) + + +# action_release is called when user releases the action button while holding this object +func action_release(): + # let interested parties know + action_released.emit(self) + + +func controller_action_release(controller : XRController3D): + # Let the grab points know about the action release + if ( + _grab_driver.primary and _grab_driver.primary.point + and _grab_driver.primary.controller == controller + ): + _grab_driver.primary.point.action_release(self) + + if ( + _grab_driver.secondary and _grab_driver.secondary.point + and _grab_driver.secondary.controller == controller + ): + _grab_driver.secondary.point.action_release(self) + + +## This method requests highlighting of the [XRToolsPickable]. +## If [param from] is null then all highlighting requests are cleared, +## otherwise the highlight request is associated with the specified node. +func request_highlight(from : Node, on : bool = true) -> void: + # Save if we are highlighted + var old_highlighted := _highlighted + + # Update the highlight requests dictionary + if not from: + _highlight_requests.clear() + elif on: + _highlight_requests[from] = from + else: + _highlight_requests.erase(from) + + # Update the highlighted state + _highlighted = _highlight_requests.size() > 0 + + # Report any changes + if _highlighted != old_highlighted: + highlight_updated.emit(self, _highlighted) + + +func drop(): + # Skip if not picked up + if not is_picked_up(): + return + + # Request secondary grabber to drop + if _grab_driver.secondary: + _grab_driver.secondary.by.drop_object() + + # Request primary grabber to drop + _grab_driver.primary.by.drop_object() + + +func drop_and_free(): + drop() + queue_free() + + +# Called when this object is picked up +func pick_up(by: Node3D) -> void: + # Skip if not enabled + if not enabled: + return + + # Find the grabber information + var grabber := Grabber.new(by) + + # Test if we're already picked up: + if is_picked_up(): + # Ignore if we don't support second-hand grab + if second_hand_grab == SecondHandGrab.IGNORE: + print_verbose("%s> second-hand grab not enabled" % name) + return + + # Ignore if either pickup isn't by a hand + if not _grab_driver.primary.pickup or not grabber.pickup: + return + + # Construct the second grab + if second_hand_grab != SecondHandGrab.SWAP: + # Grab the object + var by_grab_point := _get_grab_point(by, _grab_driver.primary.point) + var grab := Grab.new(grabber, self, by_grab_point, true) + _grab_driver.add_grab(grab) + + # Report the secondary grab + grabbed.emit(self, by) + return + + # Swapping hands, let go with the primary grab + print_verbose("%s> letting go to swap hands" % name) + let_go(_grab_driver.primary.by, Vector3.ZERO, Vector3.ZERO) + + # Remember the mode before pickup + match release_mode: + ReleaseMode.UNFROZEN: + restore_freeze = false + + ReleaseMode.FROZEN: + restore_freeze = true + + _: + restore_freeze = freeze + + # turn off physics on our pickable object + freeze = true + collision_layer = picked_up_layer + collision_mask = 0 + + # Find a suitable primary hand grab + var by_grab_point := _get_grab_point(by, null) + + # Construct the grab driver + if by.picked_up_ranged: + if ranged_grab_method == RangedMethod.LERP: + var grab := Grab.new(grabber, self, by_grab_point, false) + _grab_driver = XRToolsGrabDriver.create_lerp(self, grab, ranged_grab_speed) + else: + var grab := Grab.new(grabber, self, by_grab_point, false) + _grab_driver = XRToolsGrabDriver.create_snap(self, grab) + else: + var grab := Grab.new(grabber, self, by_grab_point, true) + _grab_driver = XRToolsGrabDriver.create_snap(self, grab) + + # Report picked up and grabbed + picked_up.emit(self) + grabbed.emit(self, by) + + +# Called when this object is dropped +func let_go(by: Node3D, p_linear_velocity: Vector3, p_angular_velocity: Vector3) -> void: + # Skip if not picked up + if not is_picked_up(): + return + + # Get the grab information + var grab := _grab_driver.get_grab(by) + if not grab: + return + + # Remove the grab from the driver and release the grab + _grab_driver.remove_grab(grab) + grab.release() + + # Test if still grabbing + if _grab_driver.primary: + # Test if we need to swap grab-points + if is_instance_valid(_grab_driver.primary.hand_point): + # Verify the current primary grab point is a valid primary grab point + if _grab_driver.primary.hand_point.mode != XRToolsGrabPointHand.Mode.SECONDARY: + return + + # Find a more suitable grab-point + var new_grab_point := _get_grab_point(_grab_driver.primary.by, null) + print_verbose("%s> held only by secondary, swapping grab points" % name) + switch_active_grab_point(new_grab_point) + + # Grab is still good + return + + # Drop the grab-driver + print_verbose("%s> dropping" % name) + _grab_driver.discard() + _grab_driver = null + + # Restore RigidBody mode + freeze = restore_freeze + collision_mask = original_collision_mask + collision_layer = original_collision_layer + + # Set velocity + linear_velocity = p_linear_velocity + angular_velocity = p_angular_velocity + + # let interested parties know + dropped.emit(self) + + +## Get the node currently holding this object +func get_picked_up_by() -> Node3D: + # Skip if not picked up + if not is_picked_up(): + return null + + # Get the primary pickup + return _grab_driver.primary.by + + +## Get the controller currently holding this object +func get_picked_up_by_controller() -> XRController3D: + # Skip if not picked up + if not is_picked_up(): + return null + + # Get the primary pickup controller + return _grab_driver.primary.controller + + +## Get the active grab-point this object is held by +func get_active_grab_point() -> XRToolsGrabPoint: + # Skip if not picked up + if not is_picked_up(): + return null + + return _grab_driver.primary.point + + +## Switch the active grab-point for this object +func switch_active_grab_point(grab_point : XRToolsGrabPoint): + # Skip if not picked up + if not is_picked_up(): + return null + + # Apply the grab point + _grab_driver.primary.set_grab_point(grab_point) + + +## Find the most suitable grab-point for the grabber +func _get_grab_point(grabber : Node3D, current : XRToolsGrabPoint) -> XRToolsGrabPoint: + # Find the best grab-point + var fitness := 0.0 + var point : XRToolsGrabPoint = null + for p in _grab_points: + var f := p.can_grab(grabber, current) + if f > fitness: + fitness = f + point = p + + # Resolve redirection + while point is XRToolsGrabPointRedirect: + point = point.target + + # Return the best grab point + print_verbose("%s> picked grab-point %s" % [name, point]) + return point + + +func _set_ranged_grab_method(new_value: int) -> void: + ranged_grab_method = new_value + can_ranged_grab = new_value != RangedMethod.NONE diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/pickable.gd.uid b/escape-room-version-2/addons/godot-xr-tools/objects/pickable.gd.uid new file mode 100644 index 0000000..df97798 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/pickable.gd.uid @@ -0,0 +1 @@ +uid://cy12e1yibabyw diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/pickable.tscn b/escape-room-version-2/addons/godot-xr-tools/objects/pickable.tscn new file mode 100644 index 0000000..6f34320 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/pickable.tscn @@ -0,0 +1,11 @@ +[gd_scene load_steps=2 format=3 uid="uid://c8l60rnugru40"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/objects/pickable.gd" id="1"] + +[node name="PickableObject" type="RigidBody3D"] +collision_layer = 4 +collision_mask = 196615 +freeze_mode = 1 +script = ExtResource("1") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/return_to_snap_zone.gd b/escape-room-version-2/addons/godot-xr-tools/objects/return_to_snap_zone.gd new file mode 100644 index 0000000..b708d55 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/return_to_snap_zone.gd @@ -0,0 +1,107 @@ +@tool +@icon("res://addons/godot-xr-tools/editor/icons/hand.svg") +class_name XRToolsReturnToSnapZone +extends Node + + +## XR Tools Return to Snap Zone +## +## This node can be added to an XRToolsPickable to make it return to a specified +## snap-zone when the object is dropped. + + +## Snap zone path +@export var snap_zone_path : NodePath + +## Return delay +@export var return_delay : float = 1.0 + + +# Pickable object to control +var _pickable : XRToolsPickable + +# Snap zone to return to +var _snap_zone : XRToolsSnapZone + +# Return counter +var _return_counter : float = 0.0 + +# Is the pickable held +var _held := false + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsReturnToSnapZone" + + +# Called when the node enters the scene tree for the first time. +func _ready() -> void: + # Get the pickable (parent of this node) + _pickable = get_parent() as XRToolsPickable + if _pickable: + _pickable.picked_up.connect(_on_picked_up) + _pickable.dropped.connect(_on_dropped) + + # Get the optional snap-zone + _snap_zone = get_node_or_null(snap_zone_path) + if not _snap_zone: + set_process(false) + + +# Handle the return counter +func _process(delta : float) -> void: + # Update return time and skip if still waiting + _return_counter += delta + if _return_counter < return_delay: + return + + # Stop counting + set_process(false) + + # If the snap-zone is empty then snap to it + if not _snap_zone.has_snapped_object(): + _snap_zone.pick_up_object(_pickable) + + +# Set the snap-zone +func set_snap_zone(snap_zone : XRToolsSnapZone) -> void: + # Set the snap zone + _snap_zone = snap_zone + _return_counter = 0.0 + + # Control counting + if _snap_zone and not _held: + set_process(true) + else: + set_process(false) + + +# Handle the object being picked up +func _on_picked_up(_pickable) -> void: + # Set held and stop counting + _held = true + set_process(false) + + +# Handle the object being dropped +func _on_dropped(_pickable) -> void: + # Clear held and reset counter + _held = false + _return_counter = 0.0 + + # Start counter if snap-zone specified + if _snap_zone: + set_process(true) + + +# This method verifies the pose area has a valid configuration. +func _get_configuration_warnings() -> PackedStringArray: + var warnings := PackedStringArray() + + # Verify this node is a child of a pickable + if not get_parent() is XRToolsPickable: + warnings.append("Must be a child of a pickable") + + # Return warnings + return warnings diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/return_to_snap_zone.gd.uid b/escape-room-version-2/addons/godot-xr-tools/objects/return_to_snap_zone.gd.uid new file mode 100644 index 0000000..ee01db7 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/return_to_snap_zone.gd.uid @@ -0,0 +1 @@ +uid://vr5s5e1kovv0 diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/snap_path.gd b/escape-room-version-2/addons/godot-xr-tools/objects/snap_path.gd new file mode 100644 index 0000000..3108875 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/snap_path.gd @@ -0,0 +1,176 @@ +@tool +class_name XRToolsSnapPath +extends XRToolsSnapZone + + +## An [XRToolsSnapZone] that allows [XRToolsPickable] to be placed along a +## child [Path3D] node. They can either be placed along any point in the curve +## or at discrete intervals by setting "snap_interval" above '0.0'. +## +## Note: Attached [XRToolsPickable]s will face the +Z axis. + + +## Real world distance between intervals in Meters. +## Enabled when not 0 +@export var snap_interval := 0.0: + set(v): snap_interval = absf(v) + +@onready var path : Path3D + + +func _ready() -> void: + super._ready() + + for c in get_children(): + if c is Path3D: + path = c + break + + +func has_snap_interval() -> bool: + return !is_equal_approx(snap_interval, 0.0) + + +func _get_configuration_warnings() -> PackedStringArray: + # Check for Path3D child + for c in get_children(): + if c is Path3D: + path = c + return[] + return["This node requires a Path3D child node to define its shape."] + + +# Called when a target in our grab area is dropped +func _on_target_dropped(target: Node3D) -> void: + # Skip if invalid + if !enabled or !path or !target.can_pick_up(self) or \ + !is_instance_valid(target) or \ + is_instance_valid(picked_up_object): + return + + # Make a zone that will destruct once its object has left + var zone = _make_temp_zone() + var offset = _find_offset(path, target.global_position) + + # if snap guide + if _has_snap_guide(target): + # comply with guide + offset = _find_closest_offset_with_length(path.curve, offset, _get_snap_guide(target).length) + + # too large to place on path + if is_equal_approx(offset, -1.0): + return + + # if snap_interval has been set, use it + if has_snap_interval(): + offset = snappedf(offset, snap_interval) + + # set position + zone.position = path.curve.sample_baked(offset) + + # Add zone as a child + path.add_child(zone) + zone.owner = path + + # Connect self-destruct with lambda + zone.has_dropped.connect(func(): zone.queue_free(), Object.ConnectFlags.CONNECT_ONE_SHOT) + + # Use Pickable's Shapes as our Shapes + for c in target.get_children(): + if c is CollisionShape3D: + PhysicsServer3D.area_add_shape(zone.get_rid(), c.shape.get_rid(), c.transform) + + # Force pickup + zone.pick_up_object(target) + + +# Make a zone that dies on dropping objects +func _make_temp_zone(): + var zone = XRToolsSnapZone.new() + + # connect lambda to play stash sounds when temp zone picks up + if has_node("AudioStreamPlayer3D"): + zone.has_picked_up.connect(\ + func(object):\ + $AudioStreamPlayer3D.stream = stash_sound;\ + $AudioStreamPlayer3D.play()\ + ) + + # XRToolsSnapZone manaul copy + zone.enabled = true + zone.stash_sound = stash_sound + zone.grab_distance = grab_distance + zone.snap_mode = snap_mode + zone.snap_require = snap_require + zone.snap_exclude = snap_exclude + zone.grab_require = grab_require + zone.grab_exclude = grab_exclude + zone.initial_object = NodePath() + + # CollisionObject3D manual copy + zone.disable_mode = disable_mode + zone.collision_layer = collision_layer + zone.collision_mask = collision_mask + zone.collision_priority = collision_priority + + return zone + + +func _has_snap_guide(target: Node3D) -> bool: + for c in target.get_children(): + if c is XRToolsSnapPathGuide: + return true + return false + + +func _get_snap_guide(target: Node3D) -> Node3D: + for c in target.get_children(): + if c is XRToolsSnapPathGuide: + return c + return null + + +# Returns -1 if invalid +# _offset should be in _curve's local coordinates +func _find_closest_offset_with_length(_curve: Curve3D, _offset: float, _length: float) -> float: + # p1 and p2 are the object's start and end respectively + var p1 = _offset + var p2 = _offset - _length + + # a _curve's final point is its end, aka the furthest 'forward', which is why it is p1 + # path_p1 and path_p2 are the curve's start and end respectively + var path_p1 := _curve.get_closest_offset(_curve.get_point_position(_curve.point_count-1)) + var path_p2 := _curve.get_closest_offset(_curve.get_point_position(0)) + + # if at front (or beyond) + if is_equal_approx(p1, path_p1): + # if too large + if p2 < path_p2: + return -1 + # if too far back + elif p2 < path_p2: + # check if snapping will over-extend + if has_snap_interval(): + # snapping p1_new may move it further back, and out-of-bounds + # larger snaps move the object further forward + var p1_new = path_p2 + _length + var ideal_snap = snappedf(p1_new, snap_interval) + var more_snap = _snappedf_up(p1_new, snap_interval) + # if ideal snap fits, take that + if ideal_snap >= p1_new: + return ideal_snap + return more_snap + return path_p2 + _length + # otherwise: within bounds + return p1 + + +## Round 'x' upwards to the nearest 'step' +func _snappedf_up(x, step) -> float: + return step * ceilf(x / step) + + +func _find_offset(_path: Path3D, _global_position: Vector3) -> float: + # transform target pos to local space + var local_pos: Vector3 = _global_position * _path.global_transform + return _path.curve.get_closest_offset(local_pos) diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/snap_path.gd.uid b/escape-room-version-2/addons/godot-xr-tools/objects/snap_path.gd.uid new file mode 100644 index 0000000..fc08173 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/snap_path.gd.uid @@ -0,0 +1 @@ +uid://bt3ovjj6vxb2s diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/snap_path.tscn b/escape-room-version-2/addons/godot-xr-tools/objects/snap_path.tscn new file mode 100644 index 0000000..1dbd323 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/snap_path.tscn @@ -0,0 +1,32 @@ +[gd_scene load_steps=4 format=3 uid="uid://dsstvanwd58r0"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/objects/snap_path.gd" id="1_m211o"] + +[sub_resource type="BoxShape3D" id="BoxShape3D_pik8g"] +size = Vector3(0.1, 0.1, 1) + +[sub_resource type="Curve3D" id="Curve3D_w68am"] +_data = { +"points": PackedVector3Array(0, 0, 0, 0, 0, 0, 0, 0, -0.5, 0, 0, 0, 0, 0, 0, 0, 0, 0.5), +"tilts": PackedFloat32Array(0, 0) +} +point_count = 2 + +[node name="SnapPath" type="Area3D"] +collision_layer = 4 +collision_mask = 65540 +script = ExtResource("1_m211o") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +shape = SubResource("BoxShape3D_pik8g") + +[node name="AudioStreamPlayer3D" type="AudioStreamPlayer3D" parent="."] +unit_size = 3.0 +max_db = 1.0 +max_distance = 100.0 + +[node name="Path3D" type="Path3D" parent="."] +curve = SubResource("Curve3D_w68am") + +[connection signal="body_entered" from="." to="." method="_on_snap_zone_body_entered"] +[connection signal="body_exited" from="." to="." method="_on_snap_zone_body_exited"] diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/snap_path_guide.gd b/escape-room-version-2/addons/godot-xr-tools/objects/snap_path_guide.gd new file mode 100644 index 0000000..6badc2c --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/snap_path_guide.gd @@ -0,0 +1,14 @@ +@tool +class_name XRToolsSnapPathGuide +extends Marker3D + + +## XRToolsSnapRailGuide depicts a guide for [XRToolsSnapPath] to judge the +## length of an [XRToolsPickable], helping place pickables within its bounds. +## Add as a child node to any [XRToolsPickable], then move negatively along +## the Z-Axis to define a length. + + +var length : float: + get: + return abs(position.z) diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/snap_path_guide.gd.uid b/escape-room-version-2/addons/godot-xr-tools/objects/snap_path_guide.gd.uid new file mode 100644 index 0000000..cc1b903 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/snap_path_guide.gd.uid @@ -0,0 +1 @@ +uid://ct06jgsh2gs1h diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/snap_zone.gd b/escape-room-version-2/addons/godot-xr-tools/objects/snap_zone.gd new file mode 100644 index 0000000..603999d --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/snap_zone.gd @@ -0,0 +1,329 @@ +@tool +class_name XRToolsSnapZone +extends Area3D + + +## Signal emitted when the snap-zone picks something up +signal has_picked_up(what) + +## Signal emitted when the snap-zone drops something +signal has_dropped + +# Signal emitted when the highlight state changes +signal highlight_updated(pickable, enable) + +# Signal emitted when the highlight state changes +signal close_highlight_updated(pickable, enable) + + +## Enumeration of snap mode +enum SnapMode { + DROPPED, ## Snap only when the object is dropped + RANGE, ## Snap whenever an object is in range +} + + +## Enable or disable snap-zone +@export var enabled : bool = true: set = _set_enabled + +## Optional audio stream to play when a object snaps to the zone +@export var stash_sound : AudioStream + +## Grab distance +@export var grab_distance : float = 0.3: set = _set_grab_distance + +## Snap mode +@export var snap_mode : SnapMode = SnapMode.DROPPED: set = _set_snap_mode + +## Require snap items to be in specified group +@export var snap_require : String = "" + +## Deny snapping items in the specified group +@export var snap_exclude : String = "" + +## Require grab-by to be in the specified group +@export var grab_require : String = "" + +## Deny grab-by +@export var grab_exclude : String= "" + +## Initial object in snap zone +@export var initial_object : NodePath + + +# Public fields +var closest_object : Node3D = null +var picked_up_object : Node3D = null +var picked_up_ranged : bool = true + + +# Private fields +var _object_in_grab_area = Array() + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsSnapZone" + + +func _ready(): + # Set collision shape radius + if has_node("CollisionShape3D") and "radius" in $CollisionShape3D.shape: + $CollisionShape3D.shape.radius = grab_distance + + # Add important connections + if not body_entered.is_connected(_on_snap_zone_body_entered): + body_entered.connect(_on_snap_zone_body_exited) + if not body_exited.is_connected(_on_snap_zone_body_exited): + body_exited.connect(_on_snap_zone_body_exited) + + # Perform updates + _update_snap_mode() + + # Perform the initial object check when next idle + if not Engine.is_editor_hint(): + _initial_object_check.call_deferred() + + +# Called on each frame to update the pickup +func _process(_delta): + # Skip if in editor or not enabled + if Engine.is_editor_hint() or not enabled: + return + + # Skip if we aren't doing range-checking + if snap_mode != SnapMode.RANGE: + return + + # Skip if already holding a valid object + if is_instance_valid(picked_up_object): + return + + # Check for any object in range that can be grabbed + for o in _object_in_grab_area: + # skip objects that can not be picked up + if not o.can_pick_up(self): + continue + + # pick up our target + pick_up_object(o) + return + + +# Pickable Method: snap-zone can be grabbed if holding object +func can_pick_up(by: Node3D) -> bool: + # Refuse if not enabled + if not enabled: + return false + + # Refuse if no object is held + if not is_instance_valid(picked_up_object): + return false + + # Refuse if the grab-by is not in the required group + if not grab_require.is_empty() and not by.is_in_group(grab_require): + return false + + # Refuse if the grab-by is in the excluded group + if not grab_exclude.is_empty() and by.is_in_group(grab_exclude): + return false + + # Grab is permitted + return true + + +# Pickable Method: Snap points can't be picked up +func is_picked_up() -> bool: + return false + + +# Pickable Method: Gripper-actions can't occur on snap zones +func action(): + pass + + +# Ignore highlighting requests from XRToolsFunctionPickup +func request_highlight(from : Node, on : bool = true) -> void: + if is_instance_valid(picked_up_object): + picked_up_object.request_highlight(from, on) + + +# Pickable Method: Object being grabbed from this snap zone +func pick_up(_by: Node3D) -> void: + pass + + +# Pickable Method: Player never graps snap-zone +func let_go(_by: Node3D, _p_linear_velocity: Vector3, _p_angular_velocity: Vector3) -> void: + pass + + +# Pickup Method: Drop the currently picked up object +func drop_object() -> void: + if not is_instance_valid(picked_up_object): + return + + # let go of this object + picked_up_object.let_go(self, Vector3.ZERO, Vector3.ZERO) + picked_up_object = null + has_dropped.emit() + highlight_updated.emit(self, enabled) + + +# Check for an initial object pickup +func _initial_object_check() -> void: + # Check for an initial object + if initial_object: + # Force pick-up the initial object + pick_up_object(get_node(initial_object)) + else: + # Show highlight when empty and enabled + highlight_updated.emit(self, enabled) + + +# Called when a body enters the snap zone +func _on_snap_zone_body_entered(target: Node3D) -> void: + # Ignore objects already known about + if _object_in_grab_area.find(target) >= 0: + return + + # Reject objects which don't support picking up + if not target.has_method('pick_up'): + return + + # Reject objects not in the required snap group + if not snap_require.is_empty() and not target.is_in_group(snap_require): + return + + # Reject objects in the excluded snap group + if not snap_exclude.is_empty() and target.is_in_group(snap_exclude): + return + + # Reject climbable objects + if target is XRToolsClimbable: + return + + # Add to the list of objects in grab area + _object_in_grab_area.push_back(target) + + # If this snap zone is configured to snap objects that are dropped, then + # start listening for the objects dropped signal + if snap_mode == SnapMode.DROPPED and target.has_signal("dropped"): + target.connect("dropped", _on_target_dropped, CONNECT_DEFERRED) + + # Show highlight when something could be snapped + if not is_instance_valid(picked_up_object): + close_highlight_updated.emit(self, enabled) + + +# Called when a body leaves the snap zone +func _on_snap_zone_body_exited(target: Node3D) -> void: + # Ensure the object is not in our list + _object_in_grab_area.erase(target) + + # Stop listening for dropped signals + if target.has_signal("dropped") and target.is_connected("dropped", _on_target_dropped): + target.disconnect("dropped", _on_target_dropped) + + # Hide highlight when nothing could be snapped + if _object_in_grab_area.is_empty(): + close_highlight_updated.emit(self, false) + + +# Test if this snap zone has a picked up object +func has_snapped_object() -> bool: + return is_instance_valid(picked_up_object) + + +# Pick up the specified object +func pick_up_object(target: Node3D) -> void: + # check if already holding an object + if is_instance_valid(picked_up_object): + # skip if holding the target object + if picked_up_object == target: + return + # holding something else? drop it + drop_object() + + # skip if target null or freed + if not is_instance_valid(target): + return + + # Pick up our target. Note, target may do instant drop_and_free + picked_up_object = target + if has_node("AudioStreamPlayer3D"): + var player = get_node("AudioStreamPlayer3D") + if is_instance_valid(player): + if player.playing: + player.stop() + player.stream = stash_sound + player.play() + + target.pick_up(self) + + # If object picked up then emit signal + if is_instance_valid(picked_up_object): + has_picked_up.emit(picked_up_object) + highlight_updated.emit(self, false) + + +# Called when the enabled property has been modified +func _set_enabled(p_enabled: bool) -> void: + enabled = p_enabled + if is_inside_tree: + highlight_updated.emit( + self, + enabled and not is_instance_valid(picked_up_object)) + + +# Called when the grab distance has been modified +func _set_grab_distance(new_value: float) -> void: + grab_distance = new_value + if is_inside_tree() and $CollisionShape3D: + $CollisionShape3D.shape.radius = grab_distance + + +# Called when the snap mode property has been modified +func _set_snap_mode(new_value: SnapMode) -> void: + snap_mode = new_value + if is_inside_tree(): + _update_snap_mode() + + +# Handle changes to the snap mode +func _update_snap_mode() -> void: + match snap_mode: + SnapMode.DROPPED: + # Disable _process as we aren't using RANGE pickups + set_process(false) + + # Start monitoring all objects in range for drop + for o in _object_in_grab_area: + o.connect("dropped", _on_target_dropped, CONNECT_DEFERRED) + + SnapMode.RANGE: + # Enable _process to scan for RANGE pickups + set_process(true) + + # Clear any dropped signal hooks + for o in _object_in_grab_area: + o.disconnect("dropped", _on_target_dropped) + + +# Called when a target in our grab area is dropped +func _on_target_dropped(target: Node3D) -> void: + # Skip if not enabled + if not enabled: + return + + # Skip if already holding a valid object + if is_instance_valid(picked_up_object): + return + + # Skip if the target is not valid + if not is_instance_valid(target): + return + + # Pick up the target if we can + if target.can_pick_up(self): + pick_up_object(target) diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/snap_zone.gd.uid b/escape-room-version-2/addons/godot-xr-tools/objects/snap_zone.gd.uid new file mode 100644 index 0000000..80a401b --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/snap_zone.gd.uid @@ -0,0 +1 @@ +uid://bnbppfsituvbl diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/snap_zone.tscn b/escape-room-version-2/addons/godot-xr-tools/objects/snap_zone.tscn new file mode 100644 index 0000000..1348462 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/snap_zone.tscn @@ -0,0 +1,23 @@ +[gd_scene load_steps=3 format=3 uid="uid://ce7vysyvondf8"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/objects/snap_zone.gd" id="1"] + +[sub_resource type="SphereShape3D" id="1"] +resource_local_to_scene = true +radius = 0.1 + +[node name="SnapZone" type="Area3D"] +collision_layer = 4 +collision_mask = 65540 +script = ExtResource("1") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +shape = SubResource("1") + +[node name="AudioStreamPlayer3D" type="AudioStreamPlayer3D" parent="."] +unit_size = 3.0 +max_db = 1.0 +max_distance = 100.0 + +[connection signal="body_entered" from="." to="." method="_on_snap_zone_body_entered"] +[connection signal="body_exited" from="." to="." method="_on_snap_zone_body_exited"] diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/teleport_area.gd b/escape-room-version-2/addons/godot-xr-tools/objects/teleport_area.gd new file mode 100644 index 0000000..8932f9d --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/teleport_area.gd @@ -0,0 +1,29 @@ +@tool +class_name XRToolsTeleportArea +extends Area3D + + +## Target node +@export var target : Node3D + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsTeleportArea" + + +# Called when the node enters the scene tree for the first time. +func _ready(): + # Handle body entered + body_entered.connect(_on_body_entered) + + +# Handle body entering area +func _on_body_entered(body : Node3D) -> void: + # Test if the body is the player + var player_body := body as XRToolsPlayerBody + if not player_body: + return + + # Teleport the player + player_body.teleport(target.global_transform) diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/teleport_area.gd.uid b/escape-room-version-2/addons/godot-xr-tools/objects/teleport_area.gd.uid new file mode 100644 index 0000000..62b76f1 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/teleport_area.gd.uid @@ -0,0 +1 @@ +uid://bmetcq2fcelt3 diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/teleport_area.tscn b/escape-room-version-2/addons/godot-xr-tools/objects/teleport_area.tscn new file mode 100644 index 0000000..4297c4d --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/teleport_area.tscn @@ -0,0 +1,8 @@ +[gd_scene load_steps=2 format=3 uid="uid://dpy1eg3i331se"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/objects/teleport_area.gd" id="1_0awk1"] + +[node name="TeleportArea" type="Area3D"] +collision_layer = 0 +collision_mask = 524288 +script = ExtResource("1_0awk1") diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/viewport_2d_in_3d.gd b/escape-room-version-2/addons/godot-xr-tools/objects/viewport_2d_in_3d.gd new file mode 100644 index 0000000..6260193 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/viewport_2d_in_3d.gd @@ -0,0 +1,636 @@ +@tool +class_name XRToolsViewport2DIn3D +extends Node3D + + +## XR ToolsViewport 2D in 3D +## +## This script manages a 2D scene rendered as a texture on a 3D quad. +## +## Pointer and keyboard input are mapped into the 2D scene. + + +## Signal for pointer events +signal pointer_event(event) + + +## Transparent property +enum TransparancyMode { + OPAQUE, ## Render opaque + TRANSPARENT, ## Render transparent + SCISSOR, ## Render using alpha-scissor +} + +## Viewport Update Mode +enum UpdateMode { + UPDATE_ONCE, ## Update once (redraw triggered if set again to UPDATE_ONCE) + UPDATE_ALWAYS, ## Update on every frame + UPDATE_THROTTLED, ## Update at throttled rate +} + + +# The following dirty flags are private (leading _) to suppress them in the +# generated documentation. Unfortunately gdlint complaints on private constants +# (see https://github.com/Scony/godot-gdscript-toolkit/issues/223). Until this +# is fixed we suppress the rule. +# gdlint: disable=constant-name + +# State dirty flags +const _DIRTY_NONE := 0x0000 # Everything up to date +const _DIRTY_MATERIAL := 0x0001 # Material needs update +const _DIRTY_SCENE := 0x0002 # Scene needs update +const _DIRTY_SIZE := 0x0004 # Viewport size needs update +const _DIRTY_ALBEDO := 0x0008 # Albedo texture needs update +const _DIRTY_UPDATE := 0x0010 # Update mode needs update +const _DIRTY_TRANSPARENCY := 0x0020 # Transparency needs update +const _DIRTY_ALPHA_SCISSOR := 0x0040 # Alpha scissor needs update +const _DIRTY_UNSHADED := 0x0080 # Shade mode needs update +const _DIRTY_FILTERED := 0x0100 # Filter mode needs update +const _DIRTY_SURFACE := 0x0200 # Surface material needs update +const _DIRTY_REDRAW := 0x0400 # Redraw required +const _DIRTY_ALL := 0x07FF # All dirty + +# Default layer of 1:static-world, 21:pointable, 23:ui-objects +const DEFAULT_LAYER := 0b0000_0000_0101_0000_0000_0000_0000_0001 + + +# Physics property group +@export_group("Physics") + +## Physical screen size property +@export var screen_size : Vector2 = Vector2(3.0, 2.0): set = set_screen_size + +## Viewport collision enabled property +@export var enabled : bool = true: set = set_enabled + +## Collision layer +@export_flags_3d_physics var collision_layer : int = DEFAULT_LAYER: set = set_collision_layer + +# Content property group +@export_group("Content") + +## Scene property +@export var scene : PackedScene: set = set_scene + +## Viewport size property +@export var viewport_size : Vector2 = Vector2(300.0, 200.0): set = set_viewport_size + +## Update Mode property +@export var update_mode : UpdateMode = UpdateMode.UPDATE_ALWAYS: set = set_update_mode + +## Update throttle property +@export var throttle_fps : float = 30.0 + +# Input property group +@export_group("Input") + +## Allow physical keyboard input to viewport +@export var input_keyboard : bool = true + +## Allow gamepad input to viewport +@export var input_gamepad : bool = false + +# Rendering property group +@export_group("Rendering") + +## Custom material template +@export var material : StandardMaterial3D = null: set = set_material + +## Transparent property +@export var transparent : TransparancyMode = TransparancyMode.TRANSPARENT: set = set_transparent + +## Alpha Scissor Threshold property (ignored when custom material provided) +var alpha_scissor_threshold : float = 0.25: set = set_alpha_scissor_threshold + +## Unshaded flag (ignored when custom material provided) +var unshaded : bool = false: set = set_unshaded + +## Filtering flag (ignored when custom material provided) +var filter : bool = true: set = set_filter + + +var is_ready : bool = false +var scene_node : Node +var scene_properties_keys: PackedStringArray = [] +var scene_properties : Array[Dictionary] = [] +# Needed to apply custom properties of the scene before it is instanced, as these are set on ready, +# But at this point in time the scene is not instanced yet +var scene_proxy_configuration: Dictionary = {} +var viewport_texture : ViewportTexture +var time_since_last_update : float = 0.0 +var _screen_material : StandardMaterial3D +var _dirty := _DIRTY_ALL + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(p_name : String) -> bool: + return p_name == "XRToolsViewport2DIn3D" + + +# Called when the node enters the scene tree for the first time. +func _ready(): + is_ready = true + + # Listen for pointer events on the screen body + $StaticBody3D.connect("pointer_event", _on_pointer_event) + + # Update enabled based on visibility + visibility_changed.connect(_on_visibility_changed) + + # Apply physics properties + _update_screen_size() + _update_enabled() + _update_collision_layer() + + # Update the render objects + _update_render() + + +# Provide custom property information +func _get_property_list() -> Array[Dictionary]: + # Select visibility of properties + var show_alpha_scissor := not material and transparent == TransparancyMode.SCISSOR + var show_unshaded := not material + var show_filter := not material + + var extra_properties : Array[Dictionary] = [ + { + name = "Rendering", + type = TYPE_NIL, + usage = PROPERTY_USAGE_GROUP + }, + { + name = "alpha_scissor_threshold", + type = TYPE_FLOAT, + usage = PROPERTY_USAGE_DEFAULT if show_alpha_scissor else PROPERTY_USAGE_NO_EDITOR, + hint = PROPERTY_HINT_RANGE, + hint_string = "0.0,1.0" + }, + { + name = "unshaded", + type = TYPE_BOOL, + usage = PROPERTY_USAGE_DEFAULT if show_unshaded else PROPERTY_USAGE_NO_EDITOR + }, + { + name = "filter", + type = TYPE_BOOL, + usage = PROPERTY_USAGE_DEFAULT if show_filter else PROPERTY_USAGE_NO_EDITOR + }, + # Store the scene property keys on the disk, so that even before the scene is loaded we + # know about the custom properties + { + name = "scene_properties_keys", + type = TYPE_PACKED_STRING_ARRAY, + usage = PROPERTY_USAGE_NO_EDITOR | PROPERTY_USAGE_STORAGE + } + ] + + # Add all the custom properties of the subscene so they show up in the editor + if scene_properties_keys.size() > 0: + extra_properties.append_array(scene_properties) + + return extra_properties + + +# Forward setting and getting of custom properties of the child scene +func _get(property: StringName) -> Variant: + if scene_properties_keys.has(property): + + var return_value: Variant = null + + # If our scene is already instanced then get the property directly + if is_instance_valid(scene_node): + return_value = scene_node.get(property) + # If it is not instanced, we use the proxy configuration + elif scene_proxy_configuration.has(property): + return_value = scene_proxy_configuration[property] + + # Special handling is required for NodePaths, as they are relative to the scene + if return_value is NodePath and !return_value.is_absolute(): + var path_string : String = str(return_value) + # Remove the additional leading ../../ + return_value = NodePath(path_string.substr(6, -1)) + + return return_value + # Keep normal behaviour + return null + + +func _set(property: StringName, value: Variant): + if scene_properties_keys.has(property): + + # Special handling is required for NodePaths, as they are relative to the scene + if value is NodePath and !value.is_absolute(): + # Add the additional leading ../../ + value = NodePath("../../" + str(value)) + + # If our scene is already instanced then set the property directly + if is_instance_valid(scene_node): + scene_node.set(property, value) + # If it is not instanced yet, store it to the proxy configuration, + # which will get applied on scene load + else: + scene_proxy_configuration[property] = value + return true + # Keep normal behaviour + return false + + +# Allow revert of custom properties +func _property_can_revert(property : StringName) -> bool: + match property: + "alpha_scissor_threshold": + return true + "unshaded": + return true + "filter": + return true + _: + return false + + +# Provide revert values for custom properties +func _property_get_revert(property : StringName): # Variant + match property: + "alpha_scissor_threshold": + return 0.25 + "unshaded": + return false + "filter": + return true + + +# When the scene_node changes, update the property list +func _update_scene_property_list(): + scene_properties = [] + scene_properties_keys = [] + if is_instance_valid(scene_node): + + # If the scene is queued for deletion, clear the scene proxy configuration + if scene_node.is_queued_for_deletion(): + scene_proxy_configuration = {} + else: + # Extract relevant properties of the provided scene to display in the editor (forwarded) + var node_script: Script = scene_node.get_script() as Script + if node_script: + var all_properties := node_script.get_script_property_list() + + # Join this with the custom property list of the object created by the script + if scene_node.has_method("_get_property_list"): + all_properties.append_array(scene_node.call("_get_property_list")) + + for property in all_properties: + # Filter out only the properties that are supposed to be stored, or are used for grouping + if property["usage"] & (PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_GROUP \ + | PROPERTY_USAGE_CATEGORY | PROPERTY_USAGE_SUBGROUP): + scene_properties.append(property) + scene_properties_keys.append(property["name"]) + + notify_property_list_changed() + + +## Get the 2D scene instance +func get_scene_instance() -> Node: + return scene_node + + +## Connect a 2D scene signal +func connect_scene_signal(which : String, callback : Callable, flags : int = 0): + if scene_node: + scene_node.connect(which, callback, flags) + + +# Handle pointer event from screen-body +func _on_pointer_event(event : XRToolsPointerEvent) -> void: + pointer_event.emit(event) + + +# Handler for input events +func _input(event): + # Map keyboard events to the viewport if enabled + if input_keyboard and (event is InputEventKey or event is InputEventShortcut): + $Viewport.push_input(event) + return + + # Map gamepad events to the viewport if enable + if input_gamepad and (event is InputEventJoypadButton or event is InputEventJoypadMotion): + $Viewport.push_input(event) + return + + +# Process event +func _process(delta): + # Process screen refreshing + if Engine.is_editor_hint(): + # Perform periodic material refreshes to handle the user modifying the + # material properties in the editor + time_since_last_update += delta + if time_since_last_update > 1.0: + time_since_last_update = 0.0 + # Trigger material refresh + _dirty = _DIRTY_MATERIAL + _update_render() + elif update_mode == UpdateMode.UPDATE_THROTTLED: + # Perform throttled updates of the viewport + var frame_time = 1.0 / throttle_fps + time_since_last_update += delta + if time_since_last_update > frame_time: + time_since_last_update = 0.0 + # Trigger update + $Viewport.render_target_update_mode = SubViewport.UPDATE_ONCE + else: + # This is no longer needed + set_process(false) + + +# Handle visibility changed +func _on_visibility_changed() -> void: + # Fire visibility changed in scene + if scene_node: + scene_node.propagate_notification( + CanvasItem.NOTIFICATION_VISIBILITY_CHANGED) + + # Update collision and rendering based on visibility + _update_enabled() + _dirty |= _DIRTY_UPDATE + _update_render() + + +## Set screen size property +func set_screen_size(new_size: Vector2) -> void: + screen_size = new_size + if is_ready: + _update_screen_size() + + +## Set enabled property +func set_enabled(is_enabled: bool) -> void: + enabled = is_enabled + if is_ready: + _update_enabled() + + +## Set collision layer property +func set_collision_layer(new_layer: int) -> void: + collision_layer = new_layer + if is_ready: + _update_collision_layer() + + +## Set scene property +func set_scene(new_scene: PackedScene) -> void: + scene = new_scene + _dirty |= _DIRTY_SCENE + if is_ready: + _update_render() + + +## Set viewport size property +func set_viewport_size(new_size: Vector2) -> void: + viewport_size = new_size + _dirty |= _DIRTY_SIZE + if is_ready: + _update_render() + + +## Set update mode property +func set_update_mode(new_update_mode: UpdateMode) -> void: + update_mode = new_update_mode + _dirty |= _DIRTY_UPDATE + if is_ready: + _update_render() + + +## Set material property +func set_material(new_material: StandardMaterial3D) -> void: + material = new_material + notify_property_list_changed() + _dirty |= _DIRTY_MATERIAL + if is_ready: + _update_render() + + +## Set transparent property +func set_transparent(new_transparent: TransparancyMode) -> void: + transparent = new_transparent + notify_property_list_changed() + _dirty |= _DIRTY_TRANSPARENCY + if is_ready: + _update_render() + + +## Set the alpha scisser threshold +func set_alpha_scissor_threshold(new_threshold: float) -> void: + alpha_scissor_threshold = new_threshold + _dirty |= _DIRTY_ALPHA_SCISSOR + if is_ready: + _update_render() + + +## Set the unshaded property +func set_unshaded(new_unshaded : bool) -> void: + unshaded = new_unshaded + _dirty |= _DIRTY_UNSHADED + if is_ready: + _update_render() + + +## Set filter property +func set_filter(new_filter: bool) -> void: + filter = new_filter + _dirty |= _DIRTY_FILTERED + if is_ready: + _update_render() + + +# Screen size update handler +func _update_screen_size() -> void: + $Screen.mesh.size = screen_size + $StaticBody3D.screen_size = screen_size + $StaticBody3D/CollisionShape3D.shape.size = Vector3( + screen_size.x, + screen_size.y, + 0.02) + + +# Enabled update handler +func _update_enabled() -> void: + if Engine.is_editor_hint(): + return + + $StaticBody3D/CollisionShape3D.disabled = !enabled or not is_visible_in_tree() + + +# Collision layer update handler +func _update_collision_layer() -> void: + $StaticBody3D.collision_layer = collision_layer + + +# This complex function processes the render dirty flags and performs the +# minimal number of updates to get the render objects into the correct state. +func _update_render() -> void: + # Handle material change + if _dirty & _DIRTY_MATERIAL: + _dirty &= ~_DIRTY_MATERIAL + + # Construct the new screen material + if material: + # Copy custom material + _screen_material = material.duplicate() + else: + # Create new local material + _screen_material = StandardMaterial3D.new() + + # Disable culling + _screen_material.params_cull_mode = StandardMaterial3D.CULL_DISABLED + + # Ensure local material is configured + _dirty |= _DIRTY_TRANSPARENCY | \ + _DIRTY_ALPHA_SCISSOR | \ + _DIRTY_UNSHADED | \ + _DIRTY_FILTERED + + # Ensure new material renders viewport onto surface + _dirty |= _DIRTY_ALBEDO | _DIRTY_SURFACE + + # If we have no screen material then skip everything else + if not _screen_material: + return + + # Handle scene change + if _dirty & _DIRTY_SCENE: + _dirty &= ~_DIRTY_SCENE + + # Out with the old + if is_instance_valid(scene_node): + if scene_node.property_list_changed.is_connected(_update_scene_property_list): + scene_node.property_list_changed.disconnect(_update_scene_property_list) + $Viewport.remove_child(scene_node) + scene_node.queue_free() + _update_scene_property_list() + + # In with the new + if scene: + # Instantiate provided scene + scene_node = scene.instantiate() + _update_scene_property_list() + scene_node.property_list_changed.connect(_update_scene_property_list) + + # Apply the scene proxy configuration on the first load + for key in scene_properties_keys: + if scene_proxy_configuration.has(key): + scene_node.set(key, scene_proxy_configuration[key]) + + # Finally add it to the scene, so values are available in _ready + $Viewport.add_child(scene_node) + elif $Viewport.get_child_count() == 1: + # Use already-provided scene + scene_node = $Viewport.get_child(0) + + # Ensure the new scene is rendered at least once + _dirty |= _DIRTY_REDRAW + + # Handle viewport size change + if _dirty & _DIRTY_SIZE: + _dirty &= ~_DIRTY_SIZE + + # Set the viewport size + $Viewport.size = viewport_size + $StaticBody3D.viewport_size = viewport_size + + # Update our viewport texture, it will have changed + _dirty |= _DIRTY_ALBEDO + + # Handle albedo change: + if _dirty & _DIRTY_ALBEDO: + _dirty &= ~_DIRTY_ALBEDO + + # Set the screen material to use the viewport for the albedo channel + viewport_texture = $Viewport.get_texture() + _screen_material.albedo_texture = viewport_texture + + # Handle update mode change + if _dirty & _DIRTY_UPDATE: + _dirty &= ~_DIRTY_UPDATE + + # Apply update rules + if Engine.is_editor_hint(): + # Update once. Process function used for editor refreshes + $Viewport.render_target_update_mode = SubViewport.UPDATE_ONCE + set_process(true) + elif update_mode == UpdateMode.UPDATE_ONCE or not is_visible_in_tree(): + # Update once. Process function not used + $Viewport.render_target_update_mode = SubViewport.UPDATE_ONCE + set_process(false) + elif update_mode == UpdateMode.UPDATE_ALWAYS: + # Update always. Process function not used + $Viewport.render_target_update_mode = SubViewport.UPDATE_ALWAYS + set_process(false) + elif update_mode == UpdateMode.UPDATE_THROTTLED: + # Update once. Process function triggers periodic refresh + $Viewport.render_target_update_mode = SubViewport.UPDATE_ONCE + set_process(true) + + # Handle transparency update + if _dirty & _DIRTY_TRANSPARENCY: + _dirty &= ~_DIRTY_TRANSPARENCY + + # If using a temporary material then update transparency + if _screen_material and not material: + # Set the transparancy mode + match transparent: + TransparancyMode.OPAQUE: + _screen_material.transparency = BaseMaterial3D.TRANSPARENCY_DISABLED + TransparancyMode.TRANSPARENT: + _screen_material.transparency = BaseMaterial3D.TRANSPARENCY_ALPHA + TransparancyMode.SCISSOR: + _screen_material.transparency = BaseMaterial3D.TRANSPARENCY_ALPHA_SCISSOR + + # Set the viewport background transparency mode and force a redraw + $Viewport.transparent_bg = transparent != TransparancyMode.OPAQUE + _dirty |= _DIRTY_REDRAW + + # Handle alpha scissor update + if _dirty & _DIRTY_ALPHA_SCISSOR: + _dirty &= ~_DIRTY_ALPHA_SCISSOR + + # If using a temporary material with alpha-scissor then update + if _screen_material and not material and transparent == TransparancyMode.SCISSOR: + _screen_material.params_alpha_scissor_threshold = alpha_scissor_threshold + + # Handle unshaded update + if _dirty & _DIRTY_UNSHADED: + _dirty &= ~_DIRTY_UNSHADED + + # If using a temporary material then update the shading mode and force a redraw + if _screen_material and not material: + _screen_material.shading_mode = ( + BaseMaterial3D.SHADING_MODE_UNSHADED if unshaded else + BaseMaterial3D.SHADING_MODE_PER_PIXEL) + #_dirty |= _DIRTY_REDRAW + + # Handle filter update + if _dirty & _DIRTY_FILTERED: + _dirty &= ~_DIRTY_FILTERED + + # If using a temporary material then update the filter mode and force a redraw + if _screen_material and not material: + _screen_material.texture_filter = ( + BaseMaterial3D.TEXTURE_FILTER_LINEAR if filter else + BaseMaterial3D.TEXTURE_FILTER_NEAREST) + #_dirty |= _DIRTY_REDRAW + + # Handle surface material update + if _dirty & _DIRTY_SURFACE: + _dirty &= ~_DIRTY_SURFACE + + # Set the screen to render using the new screen material + $Screen.set_surface_override_material(0, _screen_material) + + # Handle forced redraw of the viewport + if _dirty & _DIRTY_REDRAW: + _dirty &= ~_DIRTY_REDRAW + + # Force a redraw of the viewport + if Engine.is_editor_hint() or update_mode == UpdateMode.UPDATE_ONCE: + $Viewport.render_target_update_mode = SubViewport.UPDATE_ONCE diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/viewport_2d_in_3d.gd.uid b/escape-room-version-2/addons/godot-xr-tools/objects/viewport_2d_in_3d.gd.uid new file mode 100644 index 0000000..9f0f5fd --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/viewport_2d_in_3d.gd.uid @@ -0,0 +1 @@ +uid://bmnlccrec6cok diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/viewport_2d_in_3d.tscn b/escape-room-version-2/addons/godot-xr-tools/objects/viewport_2d_in_3d.tscn new file mode 100644 index 0000000..cf0531c --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/viewport_2d_in_3d.tscn @@ -0,0 +1,47 @@ +[gd_scene load_steps=7 format=3 uid="uid://clujaf3u776a3"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/objects/viewport_2d_in_3d.gd" id="1"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/objects/viewport_2d_in_3d_body.gd" id="2"] + +[sub_resource type="QuadMesh" id="1"] +resource_local_to_scene = true +size = Vector2(3, 2) + +[sub_resource type="ViewportTexture" id="ViewportTexture_ufe4n"] + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_fvml0"] +transparency = 1 +cull_mode = 2 +albedo_texture = SubResource("ViewportTexture_ufe4n") +texture_filter = 1 + +[sub_resource type="BoxShape3D" id="4"] +resource_local_to_scene = true +size = Vector3(3, 2, 0.02) + +[node name="Viewport2Din3D" type="Node3D"] +script = ExtResource("1") +alpha_scissor_threshold = 0.25 +unshaded = false +filter = true + +[node name="Viewport" type="SubViewport" parent="."] +disable_3d = true +transparent_bg = true +gui_embed_subwindows = true +size = Vector2i(300, 200) +render_target_update_mode = 1 + +[node name="Screen" type="MeshInstance3D" parent="."] +mesh = SubResource("1") +surface_material_override/0 = SubResource("StandardMaterial3D_fvml0") + +[node name="StaticBody3D" type="StaticBody3D" parent="."] +collision_layer = 5242881 +collision_mask = 0 +script = ExtResource("2") +viewport_size = Vector2(300, 200) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -0.01) +shape = SubResource("4") diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/viewport_2d_in_3d_body.gd b/escape-room-version-2/addons/godot-xr-tools/objects/viewport_2d_in_3d_body.gd new file mode 100644 index 0000000..c41a0ab --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/viewport_2d_in_3d_body.gd @@ -0,0 +1,217 @@ +extends XRToolsInteractableBody + + +## Screen size +@export var screen_size = Vector2(3.0, 2.0) + +## Viewport size +@export var viewport_size = Vector2(100.0, 100.0) + + +# Current mouse mask +var _mouse_mask := 0 + +# Viewport node +var _viewport : Viewport + +# Dictionary of pointers to touch-index +var _touches := {} + +# Dictionary of pressed pointers +var _presses := {} + +# Dominant pointer (index == 0) +var _dominant : Node3D + +# Mouse pointer +var _mouse : Node3D + +# Last mouse position +var _mouse_last := Vector2.ZERO + + +func _ready(): + # Get viewport node + _viewport = get_node("../Viewport") + + # Subscribe to pointer events + pointer_event.connect(_on_pointer_event) + + +## Convert intersection point to screen coordinate +func global_to_viewport(p_at : Vector3) -> Vector2: + var t = $CollisionShape3D.global_transform + var at = t.affine_inverse() * p_at + + # Convert to screen space + at.x = ((at.x / screen_size.x) + 0.5) * viewport_size.x + at.y = (0.5 - (at.y / screen_size.y)) * viewport_size.y + + return Vector2(at.x, at.y) + + +# Pointer event handler +func _on_pointer_event(event : XRToolsPointerEvent) -> void: + # Ignore if we have no viewport + if not is_instance_valid(_viewport): + return + + # Get the pointer and event type + var pointer := event.pointer + var type := event.event_type + + # Get the touch-index [0..] + var index : int = _touches.get(pointer, -1) + + # Create a new touch-index if necessary + if index < 0 or type == XRToolsPointerEvent.Type.ENTERED: + # Clear any stale pointer information + _touches.erase(pointer) + _presses.erase(pointer) + + # Assign a new touch-index for the pointer + index = _next_touch_index() + _touches[pointer] = index + + # Detect dominant pointer + if index == 0: + _dominant = pointer + + # Get the viewport positions + var at := global_to_viewport(event.position) + var last := global_to_viewport(event.last_position) + + # Get/update pressed state + var pressed : bool + match type: + XRToolsPointerEvent.Type.PRESSED: + _presses[pointer] = true + pressed = true + + XRToolsPointerEvent.Type.RELEASED: + _presses.erase(pointer) + pressed = false + + _: + pressed = _presses.has(pointer) + + # Dispatch touch events + match type: + XRToolsPointerEvent.Type.PRESSED: + _report_touch_down(index, at) + + XRToolsPointerEvent.Type.RELEASED: + _report_touch_up(index, at) + + XRToolsPointerEvent.Type.MOVED: + _report_touch_move(index, pressed, last, at) + + # If the current mouse isn't pressed then consider switching to a new one + if not _presses.has(_mouse): + if type == XRToolsPointerEvent.Type.PRESSED and pointer is XRToolsFunctionPointer: + # Switch to pressed laser-pointer + _mouse = pointer + elif type == XRToolsPointerEvent.Type.EXITED and pointer == _mouse: + # Current mouse leaving, switch to dominant + _mouse = _dominant + elif not _mouse and _dominant: + # No mouse, pick the dominant + _mouse = _dominant + + # Fire mouse events + if pointer == _mouse: + match type: + XRToolsPointerEvent.Type.PRESSED: + _report_mouse_down(at) + + XRToolsPointerEvent.Type.RELEASED: + _report_mouse_up( at) + + XRToolsPointerEvent.Type.MOVED: + _report_mouse_move(pressed, last, at) + + # Clear pointer information on exit + if type == XRToolsPointerEvent.Type.EXITED: + # Clear pointer information + _touches.erase(pointer) + _presses.erase(pointer) + if pointer == _dominant: + _dominant = null + if pointer == _mouse: + _mouse = null + + +# Report touch-down event +func _report_touch_down(index : int, at : Vector2) -> void: + var event := InputEventScreenTouch.new() + event.index = index + event.position = at + event.pressed = true + _viewport.push_input(event) + + +# Report touch-up event +func _report_touch_up(index : int, at : Vector2) -> void: + var event := InputEventScreenTouch.new() + event.index = index + event.position = at + event.pressed = false + _viewport.push_input(event) + + +# Report touch-move event +func _report_touch_move(index : int, pressed : bool, from : Vector2, to : Vector2) -> void: + var event := InputEventScreenDrag.new() + event.index = index + event.position = to + event.pressure = 1.0 if pressed else 0.0 + event.relative = to - from + _viewport.push_input(event) + + +# Report mouse-down event +func _report_mouse_down(at : Vector2) -> void: + var event := InputEventMouseButton.new() + event.button_index = 1 + event.pressed = true + event.position = at + event.global_position = at + event.button_mask = 1 + _viewport.push_input(event) + + +# Report mouse-up event +func _report_mouse_up(at : Vector2) -> void: + var event := InputEventMouseButton.new() + event.button_index = 1 + event.pressed = false + event.position = at + event.global_position = at + event.button_mask = 0 + _viewport.push_input(event) + + +# Report mouse-move event +func _report_mouse_move(pressed : bool, from : Vector2, to : Vector2) -> void: + var event := InputEventMouseMotion.new() + event.position = to + event.global_position = to + event.relative = to - from + event.button_mask = 1 if pressed else 0 + event.pressure = 1.0 if pressed else 0.0 + _viewport.push_input(event) + + +# Find the next free touch index +func _next_touch_index() -> int: + # Get the current touches + var current := _touches.values() + current.sort() + + # Look for a hole + for touch in current.size(): + if current[touch] != touch: + return touch + + # No hole so add to end + return current.size() diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/viewport_2d_in_3d_body.gd.uid b/escape-room-version-2/addons/godot-xr-tools/objects/viewport_2d_in_3d_body.gd.uid new file mode 100644 index 0000000..79b7c57 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/viewport_2d_in_3d_body.gd.uid @@ -0,0 +1 @@ +uid://r6f6qxn48kcn diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/virtual_keyboard.tscn b/escape-room-version-2/addons/godot-xr-tools/objects/virtual_keyboard.tscn new file mode 100644 index 0000000..c986458 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/virtual_keyboard.tscn @@ -0,0 +1,44 @@ +[gd_scene load_steps=7 format=3 uid="uid://dgdb1texynduw"] + +[ext_resource type="PackedScene" uid="uid://clujaf3u776a3" path="res://addons/godot-xr-tools/objects/viewport_2d_in_3d.tscn" id="1"] +[ext_resource type="PackedScene" uid="uid://lauwp8okd1vh" path="res://addons/godot-xr-tools/objects/keyboard/virtual_keyboard_2d.tscn" id="2"] + +[sub_resource type="QuadMesh" id="QuadMesh_iets3"] +resource_local_to_scene = true +size = Vector2(1.5, 0.75) + +[sub_resource type="ViewportTexture" id="ViewportTexture_ncnoj"] + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_kjc12"] +cull_mode = 2 +shading_mode = 0 +albedo_texture = SubResource("ViewportTexture_ncnoj") +texture_filter = 1 + +[sub_resource type="BoxShape3D" id="BoxShape3D_twvoe"] +resource_local_to_scene = true +size = Vector3(1.5, 0.75, 0.02) + +[node name="VirtualKeyboard" instance=ExtResource("1")] +screen_size = Vector2(1.5, 0.75) +scene = ExtResource("2") +viewport_size = Vector2(400, 200) +update_mode = 2 +throttle_fps = 15.0 +transparent = 0 +unshaded = true + +[node name="Viewport" parent="." index="0"] +transparent_bg = false +size = Vector2i(400, 200) + +[node name="Screen" parent="." index="1"] +mesh = SubResource("QuadMesh_iets3") +surface_material_override/0 = SubResource("StandardMaterial3D_kjc12") + +[node name="StaticBody3D" parent="." index="2"] +screen_size = Vector2(1.5, 0.75) +viewport_size = Vector2(400, 200) + +[node name="CollisionShape3D" parent="StaticBody3D" index="0"] +shape = SubResource("BoxShape3D_twvoe") diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/wind_area.gd b/escape-room-version-2/addons/godot-xr-tools/objects/wind_area.gd new file mode 100644 index 0000000..536ac70 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/wind_area.gd @@ -0,0 +1,14 @@ +@tool +class_name XRToolsWindArea +extends Area3D + +## Vector (direction and magnitude) of wind in this area +@export var wind_vector : Vector3 = Vector3.ZERO + +## Wind drag factor +@export var drag : float = 1.0 + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsWindArea" diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/wind_area.gd.uid b/escape-room-version-2/addons/godot-xr-tools/objects/wind_area.gd.uid new file mode 100644 index 0000000..af0d46d --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/wind_area.gd.uid @@ -0,0 +1 @@ +uid://bd4s8w2eus5qa diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/wind_area.tscn b/escape-room-version-2/addons/godot-xr-tools/objects/wind_area.tscn new file mode 100644 index 0000000..0e8d911 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/wind_area.tscn @@ -0,0 +1,11 @@ +[gd_scene load_steps=2 format=3 uid="uid://nack1qite6lx"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/objects/wind_area.gd" id="1"] + +[node name="WindArea" type="Area3D"] +collision_layer = 524288 +collision_mask = 0 +monitoring = false +script = ExtResource("1") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/world_grab_area.gd b/escape-room-version-2/addons/godot-xr-tools/objects/world_grab_area.gd new file mode 100644 index 0000000..4a68aeb --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/world_grab_area.gd @@ -0,0 +1,64 @@ +@tool +@icon("res://addons/godot-xr-tools/editor/icons/hand.svg") +class_name XRToolsWorldGrabArea +extends Area3D + + +## XR Tools World-Grab Area +## +## This script adds world-grab areas to an environment +## +## For world-grab to work, the player must have an [XRToolsMovementWorldGrab] +## node configured appropriately. + + +## If true, the grip control must be held to keep holding the climbable +var press_to_hold : bool = true + +## Dictionary of temporary grab-handles indexed by the pickup node. +var grab_locations := {} + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsWorldGrabArea" + + +# Called by XRToolsFunctionPickup +func is_picked_up() -> bool: + return false + +func can_pick_up(_by: Node3D) -> bool: + return true + +# Called by XRToolsFunctionPickup when user presses the action button while holding this object +func action(): + pass + +# Ignore highlighting requests from XRToolsFunctionPickup +func request_highlight(_from, _on) -> void: + pass + +# Called by XRToolsFunctionPickup when this is picked up by a controller +func pick_up(by: Node3D) -> void: + # Get the ID to save the grab handle under + var id = by.get_instance_id() + + # Get or construct the grab handle + var handle = grab_locations.get(id) + if not handle: + handle = Node3D.new() + add_child(handle) + grab_locations[id] = handle + + # Set the handles global transform. As it's a child of this + # climbable it will move as the climbable moves + handle.global_transform = by.global_transform + +# Called by XRToolsFunctionPickup when this is let go by a controller +func let_go(_by: Node3D, _p_linear_velocity: Vector3, _p_angular_velocity: Vector3) -> void: + pass + +# Get the grab handle +func get_grab_handle(p: Node3D) -> Node3D: + return grab_locations.get(p.get_instance_id()) diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/world_grab_area.gd.uid b/escape-room-version-2/addons/godot-xr-tools/objects/world_grab_area.gd.uid new file mode 100644 index 0000000..8e719d1 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/world_grab_area.gd.uid @@ -0,0 +1 @@ +uid://mjh4n6c64gv6 diff --git a/escape-room-version-2/addons/godot-xr-tools/objects/world_grab_area.tscn b/escape-room-version-2/addons/godot-xr-tools/objects/world_grab_area.tscn new file mode 100644 index 0000000..341346f --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/objects/world_grab_area.tscn @@ -0,0 +1,8 @@ +[gd_scene load_steps=2 format=3 uid="uid://57q7hhomocdh"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/objects/world_grab_area.gd" id="1_uxhq5"] + +[node name="WorldGrabArea" type="Area3D"] +collision_layer = 262144 +collision_mask = 524288 +script = ExtResource("1_uxhq5") diff --git a/escape-room-version-2/addons/godot-xr-tools/overrides/ground_physics.gd b/escape-room-version-2/addons/godot-xr-tools/overrides/ground_physics.gd new file mode 100644 index 0000000..55b0308 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/overrides/ground_physics.gd @@ -0,0 +1,41 @@ +@tool +class_name XRToolsGroundPhysics +extends Node + + +## XR Tools Ground Physics Data +## +## This script override the default ground physics settings of the +## [XRToolsPlayerBody] when they are standing on a specific type of ground. +## +## In order to override the ground physics properties, the user must add a +## ground physics node to the object the player would stand on, then +## enable the appropriate flags and provide new values. + + +## XRToolsGroundPhysicsSettings to apply +@export var physics : XRToolsGroundPhysicsSettings + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsGroundPhysics" + + +# This method verifies the ground physics has a valid configuration. +func _get_configuration_warnings() -> PackedStringArray: + var warnings := PackedStringArray() + + # Verify physics specified + if !physics: + warnings.append("Physics must be specified") + elif !physics is XRToolsGroundPhysicsSettings: + warnings.append("Physics must be an XRToolsGroundPhysicsSettings") + + return warnings + +# Get the physics from a ground physics node +static func get_physics( + node: XRToolsGroundPhysics, + default: XRToolsGroundPhysicsSettings) -> XRToolsGroundPhysicsSettings: + return node.physics as XRToolsGroundPhysicsSettings if node else default diff --git a/escape-room-version-2/addons/godot-xr-tools/overrides/ground_physics.gd.uid b/escape-room-version-2/addons/godot-xr-tools/overrides/ground_physics.gd.uid new file mode 100644 index 0000000..ce0bb26 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/overrides/ground_physics.gd.uid @@ -0,0 +1 @@ +uid://cfqybafge8yfs diff --git a/escape-room-version-2/addons/godot-xr-tools/overrides/ground_physics.tscn b/escape-room-version-2/addons/godot-xr-tools/overrides/ground_physics.tscn new file mode 100644 index 0000000..53439a5 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/overrides/ground_physics.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://ohmfk2ly8312"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/overrides/ground_physics.gd" id="1"] + +[node name="GroundPhysics" type="Node"] +script = ExtResource("1") diff --git a/escape-room-version-2/addons/godot-xr-tools/overrides/ground_physics_settings.gd b/escape-room-version-2/addons/godot-xr-tools/overrides/ground_physics_settings.gd new file mode 100644 index 0000000..3009138 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/overrides/ground_physics_settings.gd @@ -0,0 +1,151 @@ +@tool +class_name XRToolsGroundPhysicsSettings +extends Resource + +## Enumeration flags for which ground physics properties are enabled +enum GroundPhysicsFlags { + ## If set, this move drag value overrides the default + MOVE_DRAG = 0b00000001, + + ## If set, this move traction value overrides the default + MOVE_TRACTION = 0b00000010, + + ## If set, this move maximum slope value overrides the default + MOVE_MAX_SLOPE = 0b00000100, + + ## If set, this jump maximum slope value overrides the default + JUMP_MAX_SLOP = 0b00001000, + + ## If set, this jump velocity value overrides the default + JUMP_VELOCITY = 0b00010000, + + ## If set, this bounciness value overrides the default + BOUNCINESS = 0b00100000, + + ## If set, this bounce threshold value overrides the default + BOUNCE_THRESHOLD = 0b01000000, +} + +## Flags defining which ground velocities are enabled +@export_flags("Move Drag", + "Move Traction", + "Move Max Slope", + "Jump Max Slope", + "Jump Velocity", + "Bounciness", + "Bounce Threshold") var flags : int = 0 + +## Movement drag factor +@export var move_drag : float = 5.0 + +## Movement traction factor +@export var move_traction : float = 30.0 + +## Stop sliding on slope +@export var stop_on_slope : bool = true + +## Movement maximum slope +@export_range(0.0, 85.0) var move_max_slope : float = 45.0 + +## Jump maximum slope +@export_range(0.0, 85.0) var jump_max_slope : float = 45.0 + +## Jump velocity +@export var jump_velocity : float = 3.0 + +## Ground bounciness (0 = no bounce, 1 = full bounciness) +@export var bounciness : float = 0.0 + +## Bounce threshold (skip bounce if velocity less than threshold) +@export var bounce_threshold : float = 1.0 + + +# Handle class initialization with default parameters +func _init( + p_flags = 0, + p_move_drag = 5.0, + p_move_traction = 30.0, + p_move_max_slope = 45.0, + p_jump_max_slope = 45.0, + p_jump_velocity = 3.0, + p_bounciness = 0.0, + p_bounce_threshold = 1.0): + # Save the parameters + flags = p_flags + move_drag = p_move_drag + move_traction = p_move_traction + move_max_slope = p_move_max_slope + jump_max_slope = p_jump_max_slope + jump_velocity = p_jump_velocity + bounciness = p_bounciness + bounce_threshold = p_bounce_threshold + + +## Get the effective move drag value +static func get_move_drag( + override: XRToolsGroundPhysicsSettings, + default: XRToolsGroundPhysicsSettings) -> float: + if override and override.flags & GroundPhysicsFlags.MOVE_DRAG: + return override.move_drag + + return default.move_drag + + +## Get the effective move traction value +static func get_move_traction( + override: XRToolsGroundPhysicsSettings, + default: XRToolsGroundPhysicsSettings) -> float: + if override and override.flags & GroundPhysicsFlags.MOVE_TRACTION: + return override.move_traction + + return default.move_traction + + +## Get the effective move maximum slope value +static func get_move_max_slope( + override: XRToolsGroundPhysicsSettings, + default: XRToolsGroundPhysicsSettings) -> float: + if override and override.flags & GroundPhysicsFlags.MOVE_MAX_SLOPE: + return override.move_max_slope + + return default.move_max_slope + + +## Get the effective jump maximum slope value +static func get_jump_max_slope( + override: XRToolsGroundPhysicsSettings, + default: XRToolsGroundPhysicsSettings) -> float: + if override and override.flags & GroundPhysicsFlags.JUMP_MAX_SLOP: + return override.jump_max_slope + + return default.jump_max_slope + + +## Get the effective jump velocity value +static func get_jump_velocity( + override: XRToolsGroundPhysicsSettings, + default: XRToolsGroundPhysicsSettings) -> float: + if override and override.flags & GroundPhysicsFlags.JUMP_VELOCITY: + return override.jump_velocity + + return default.jump_velocity + + +## Get the effective bounciness value +static func get_bounciness( + override: XRToolsGroundPhysicsSettings, + default: XRToolsGroundPhysicsSettings) -> float: + if override and override.flags & GroundPhysicsFlags.BOUNCINESS: + return override.bounciness + + return default.bounciness + + +## Get the effective bounce threshold value +static func get_bounce_threshold( + override: XRToolsGroundPhysicsSettings, + default: XRToolsGroundPhysicsSettings) -> float: + if override and override.flags & GroundPhysicsFlags.BOUNCE_THRESHOLD: + return override.bounce_threshold + + return default.bounce_threshold diff --git a/escape-room-version-2/addons/godot-xr-tools/overrides/ground_physics_settings.gd.uid b/escape-room-version-2/addons/godot-xr-tools/overrides/ground_physics_settings.gd.uid new file mode 100644 index 0000000..51c2eb6 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/overrides/ground_physics_settings.gd.uid @@ -0,0 +1 @@ +uid://b1x44qjo6bkmj diff --git a/escape-room-version-2/addons/godot-xr-tools/player/fade/fade_collision.gd b/escape-room-version-2/addons/godot-xr-tools/player/fade/fade_collision.gd new file mode 100644 index 0000000..746fdd7 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/player/fade/fade_collision.gd @@ -0,0 +1,66 @@ +@tool +class_name XRToolsFadeCollision +extends Node3D + + + +@export_category("Collison") + +## Layers to collide with +@export_flags_3d_physics var collision_layers : int = 3 + +## Collision distance at which fading begins +@export var fade_start_distance : float = 0.3 + +## Collision distance for totally obscuring the view +@export var fade_full_distance : float = 0.15 + + +# Shape to use for collision detection +var _collision_shape : Shape3D + +# Parameters to use for collision detection +var _collision_parameters : PhysicsShapeQueryParameters3D + +# World space to use for collision detection +var _space : PhysicsDirectSpaceState3D + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsFadeCollision" + + +# Called when the node enters the scene tree for the first time. +func _ready() -> void: + # Construct a sphere for the collision shape + _collision_shape = SphereShape3D.new() + _collision_shape.radius = fade_start_distance + + # Construct the collosion parameters + _collision_parameters = PhysicsShapeQueryParameters3D.new() + _collision_parameters.collision_mask = collision_layers + _collision_parameters.set_shape(_collision_shape) + + # Get the space to test collisions in + _space = get_world_3d().direct_space_state + + +# Called every frame. 'delta' is the elapsed time since the previous frame. +func _physics_process(_delta : float) -> void: + # Update the collision parameters to include our global location + _collision_parameters.transform = global_transform + + # Find closest collision + var results = _space.get_rest_info(_collision_parameters) + if "point" in results: + # Collision detected, calculate distance to closet collision point + var delta_pos = global_transform.origin - results["point"] + var length = delta_pos.length() + + # Fade based on distance + var alpha := inverse_lerp(fade_start_distance, fade_full_distance, length) + XRToolsFade.set_fade(self, Color(0, 0, 0, alpha)) + else: + # No collision + XRToolsFade.set_fade(self, Color(0, 0, 0, 0)) diff --git a/escape-room-version-2/addons/godot-xr-tools/player/fade/fade_collision.gd.uid b/escape-room-version-2/addons/godot-xr-tools/player/fade/fade_collision.gd.uid new file mode 100644 index 0000000..398936b --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/player/fade/fade_collision.gd.uid @@ -0,0 +1 @@ +uid://bq7j00ckldwkn diff --git a/escape-room-version-2/addons/godot-xr-tools/player/fade/fade_collision.tscn b/escape-room-version-2/addons/godot-xr-tools/player/fade/fade_collision.tscn new file mode 100644 index 0000000..72af0c5 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/player/fade/fade_collision.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://b228p8k6sonve"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/player/fade/fade_collision.gd" id="1_xrp2u"] + +[node name="FadeCollision" type="Node3D"] +script = ExtResource("1_xrp2u") diff --git a/escape-room-version-2/addons/godot-xr-tools/player/player_body.gd b/escape-room-version-2/addons/godot-xr-tools/player/player_body.gd new file mode 100644 index 0000000..8674cf6 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/player/player_body.gd @@ -0,0 +1,870 @@ +@tool +@icon("res://addons/godot-xr-tools/editor/icons/body.svg") +class_name XRToolsPlayerBody +extends CharacterBody3D + + +## XR Tools Player Physics Body Script +## +## This node provides the player with a physics body. The body is a +## [CapsuleShape3D] which tracks the player location as measured by the +## [XRCamera3D] for the players head. +## +## The player body can detect when the player is in the air, on the ground, +## or on a steep slope. +## +## Player movement is achieved by a number of movement providers attached to +## either the player or their controllers. +## +## After the player body moves, the [XROrigin3D] is updated as necessary to +## track the players movement. + + +## Signal emitted when the player jumps. +signal player_jumped() + +## Signal emitted when the player teleports. +signal player_teleported(delta_transform) + +## Signal emitted when the player bounces. +signal player_bounced(collider, magnitude) + +## Signal emitted when the player has moved (excluding teleport). +## This only captures movement handled by the player body logic. +signal player_moved(delta_transform) + +## Enumeration indicating when ground control can be used +enum GroundControl { + ON_GROUND, ## Apply ground control only when on ground + NEAR_GROUND, ## Apply ground control when near ground + ALWAYS ## Apply ground control always +} + + +## Ground distance considered "on" the ground +const ON_GROUND_DISTANCE := 0.1 + +## Ground distance considered "near" the ground +const NEAR_GROUND_DISTANCE := 1.0 + + +## If true, the player body performs physics processing and movement +@export var enabled : bool = true: set = set_enabled + +@export_group("Player setup") + +## Automatically calibrate player body on next frame +@export var player_calibrate_height : bool = true + +## Radius of the player body collider +@export var player_radius : float = 0.2: set = set_player_radius + +## Player head height (distance between between camera and top of head) +@export var player_head_height : float = 0.1 + +## Minimum player height +@export var player_height_min : float = 0.6 + +## Maximum player height +@export var player_height_max : float = 2.5 + +## Slew-rate for player height overriding (button-crouch) +@export var player_height_rate : float = 4.0 + +## Eyes forward offset from center of body in player_radius units +@export_range(0.0, 1.0) var eye_forward_offset : float = 0.5 + +## Mix factor for body orientation +@export_range(0.0, 1.0) var body_forward_mix : float = 0.75 + +@export_group("Collisions") + +## Lets the player push rigid bodies +@export var push_rigid_bodies : bool = true + +## If push_rigid_bodies is enabled, provides a strength factor for the impulse +@export var push_strength_factor : float = 1.0 + +@export_group("Physics") + +## Default ground physics settings +@export var physics : XRToolsGroundPhysicsSettings: set = set_physics + +## Option for specifying when ground control is allowed +@export var ground_control : GroundControl = GroundControl.ON_GROUND + + +## Player 3D Velocity - modified by [XRToolsMovementProvider] nodes +#var velocity : Vector3 = Vector3.ZERO + +## Current player gravity +var gravity : Vector3 = Vector3.ZERO + +## Set true when the player is on the ground +var on_ground : bool = true + +## Set true when the player is near the ground +var near_ground : bool = true + +## Normal vector for the ground under the player +var ground_vector : Vector3 = Vector3.UP + +## Ground slope angle +var ground_angle : float = 0.0 + +## Ground node the player is touching +var ground_node : Node3D = null + +## Ground physics override (if present) +var ground_physics : XRToolsGroundPhysicsSettings = null + +## Ground control velocity - modifiable by [XRToolsMovementProvider] nodes +var ground_control_velocity : Vector2 = Vector2.ZERO + +## Player height offset - used for height calibration +var player_height_offset : float = 0.0 + +## Velocity of the ground under the players feet +var ground_velocity : Vector3 = Vector3.ZERO + +## Gravity-based "up" direction +var up_gravity := Vector3.UP + +## Player-based "up" direction +var up_player := Vector3.UP + +# Array of [XRToolsMovementProvider] nodes for the player +var _movement_providers := Array() + +# Player height overrides +var _player_height_overrides := { } + +# Player height override - current height +var _player_height_override_current : float = 0.0 + +# Player height override - target height +var _player_height_override_target : float = 0.0 + +# Player height override - enabled +var _player_height_override_enabled : bool = false + +# Player height override - lerp between real and override +var _player_height_override_lerp : float = 0.0 + +# Previous ground node +var _previous_ground_node : Node3D = null + +# Previous ground local position +var _previous_ground_local : Vector3 = Vector3.ZERO + +# Previous ground global position +var _previous_ground_global : Vector3 = Vector3.ZERO + +# Player body Collision node +var _collision_node : CollisionShape3D + +# Player head shape cast +var _head_shape_cast : ShapeCast3D + +# True while we're handling physics +var _in_physics_movement : bool = false + + +## XROrigin3D node +@onready var origin_node : XROrigin3D = XRHelpers.get_xr_origin(self) + +## XRCamera3D node +@onready var camera_node : XRCamera3D = XRHelpers.get_xr_camera(self) + +## Left hand XRController3D node +@onready var left_hand_node : XRController3D = XRHelpers.get_left_controller(self) + +## Right hand XRController3D node +@onready var right_hand_node : XRController3D = XRHelpers.get_right_controller(self) + +## Default physics (if not specified by the user or the current ground) +@onready var default_physics = _guaranteed_physics() + + +## Function to sort movement providers by order +func sort_by_order(a, b) -> bool: + return true if a.order < b.order else false + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsPlayerBody" + + +# Called when the node enters the scene tree for the first time. +func _ready(): + # Set as toplevel means our PlayerBody is positioned in global space. + # It is not moved when its parent moves. + set_as_top_level(true) + + # Create our collision shape, height will be updated later + var capsule = CapsuleShape3D.new() + capsule.radius = player_radius + capsule.height = 1.4 + _collision_node = CollisionShape3D.new() + _collision_node.shape = capsule + _collision_node.transform.origin = Vector3(0.0, 0.8, 0.0) + add_child(_collision_node) + + # Create the shape-cast for head collisions + _head_shape_cast = ShapeCast3D.new() + _head_shape_cast.enabled = false + _head_shape_cast.margin = 0.01 + _head_shape_cast.collision_mask = collision_mask + _head_shape_cast.max_results = 1 + _head_shape_cast.shape = SphereShape3D.new() + _head_shape_cast.shape.radius = player_radius + add_child(_head_shape_cast) + + # Get the movement providers ordered by increasing order + _movement_providers = get_tree().get_nodes_in_group("movement_providers") + _movement_providers.sort_custom(sort_by_order) + + # Propagate defaults + _update_enabled() + _update_player_radius() + + +func set_enabled(new_value) -> void: + enabled = new_value + if is_inside_tree(): + _update_enabled() + +func _update_enabled() -> void: + # Update collision_shape + if _collision_node: + _collision_node.disabled = !enabled + + # Update physics processing + if enabled: + set_physics_process(true) + +func set_player_radius(new_value: float) -> void: + player_radius = new_value + if is_inside_tree(): + _update_player_radius() + +func _update_player_radius() -> void: + if _collision_node and _collision_node.shape: + _collision_node.shape.radius = player_radius + +func set_physics(new_value: XRToolsGroundPhysicsSettings) -> void: + # Save the property + physics = new_value + default_physics = _guaranteed_physics() + +func _physics_process(delta: float): + # Do not run physics if in the editor + if Engine.is_editor_hint(): + return + + # If disabled then turn of physics processing and bail out + if !enabled: + set_physics_process(false) + return + + # We're handling physics right now + _in_physics_movement = true + + # Remember where we are now + var current_transform : Transform3D = global_transform + + # Calculate the players "up" direction and plane + up_player = origin_node.global_transform.basis.y + + # Determine environmental gravity + var gravity_state := PhysicsServer3D.body_get_direct_state(get_rid()) + gravity = gravity_state.total_gravity + + # Update the kinematic body to be under the camera + _update_body_under_camera(delta) + + # Allow the movement providers a chance to perform pre-movement updates. The providers can: + # - Adjust the gravity direction + for p in _movement_providers: + if p.enabled: + p.physics_pre_movement(delta, self) + + # Determine the gravity "up" direction and plane + if gravity.is_equal_approx(Vector3.ZERO): + # Gravity too weak - use player + up_gravity = up_player + else: + # Use gravity direction + up_gravity = -gravity.normalized() + + # Update the ground information + _update_ground_information(delta) + + # Get the player body location before movement occurs + var position_before_movement := global_transform.origin + + # Run the movement providers in order. The providers can: + # - Move the kinematic node around (to move the player) + # - Rotate the XROrigin3D around the camera (to rotate the player) + # - Read and modify the player velocity + # - Read and modify the ground-control velocity + # - Perform exclusive updating of the player (bypassing other movement providers) + # - Request a jump + # - Modify gravity direction + ground_control_velocity = Vector2.ZERO + var exclusive := false + for p in _movement_providers: + if p.is_active or (p.enabled and not exclusive): + if p.physics_movement(delta, self, exclusive): + exclusive = true + + # If no controller has performed an exclusive-update then apply gravity and + # perform any ground-control + if !exclusive: + if on_ground and ground_physics.stop_on_slope and ground_angle < ground_physics.move_max_slope: + # Apply gravity towards slope to prevent sliding + velocity += -ground_vector * gravity.length() * delta + else: + # Apply gravity + velocity += gravity * delta + _apply_velocity_and_control(delta) + + # Apply the player-body movement to the XR origin + var movement := global_transform.origin - position_before_movement + origin_node.global_transform.origin += movement + + # Orient the player towards (potentially modified) gravity + slew_up(-gravity.normalized(), 5.0 * delta) + + # If we moved our player, emit signal + var delta_transform : Transform3D = global_transform * current_transform.inverse() + if delta_transform.origin.length() > 0.001: + player_moved.emit(delta_transform) + + # And we're done! + _in_physics_movement = false + +## Teleport the player body. +## This moves the player without checking for collisions. +func teleport(target : Transform3D) -> void: + var inv_global_transform : Transform3D = global_transform.inverse() + + # Get the player-to-origin transform + var player_to_origin : Transform3D = inv_global_transform * origin_node.global_transform + + # Set the player + global_transform = target + + # Set the origin + origin_node.global_transform = target * player_to_origin + + # Report the player teleported + player_teleported.emit(target * inv_global_transform) + + +## Request a jump +func request_jump(skip_jump_velocity := false): + # Skip if not on ground + if !on_ground: + return + + # Skip if we have any vertical velocity with regards to the ground-plane + var ground_relative := velocity - ground_velocity + if abs(ground_relative.dot(ground_vector)) > 0.01: + return + + # Skip if jump disabled on this ground + var jump_velocity := XRToolsGroundPhysicsSettings.get_jump_velocity( + ground_physics, default_physics) + if jump_velocity == 0.0: + return + + # Skip if the ground is too steep to jump + var max_slope := XRToolsGroundPhysicsSettings.get_jump_max_slope( + ground_physics, default_physics) + if ground_angle > max_slope: + return + + # Perform the jump + if !skip_jump_velocity: + velocity += ground_vector * jump_velocity * XRServer.world_scale + + # Report the jump + emit_signal("player_jumped") + + +## This method moves the players body using the provided velocity. Movement +## providers may use this function if they are exclusively driving the player. +func move_player(p_velocity: Vector3) -> Vector3: + velocity = p_velocity + max_slides = 4 + up_direction = ground_vector + + # Get the player body location before we apply our movement. + var transform_before_movement : Transform3D = global_transform + + move_and_slide() + + if not _in_physics_movement: + # Apply the player-body movement to the XR origin + var movement := global_transform.origin - transform_before_movement.origin + origin_node.global_transform.origin += movement + + var delta_transform : Transform3D = global_transform * transform_before_movement.inverse() + if delta_transform.origin.length() > 0.001: + player_moved.emit(delta_transform) + + # Check if we collided with rigid bodies and apply impulses to them to move them out of the way + if push_rigid_bodies: + for idx in range(get_slide_collision_count()): + var with = get_slide_collision(idx) + var obj = with.get_collider() + + if obj.is_class("RigidBody3D"): + var rb : RigidBody3D = obj + + # Get our relative impact velocity + var impact_velocity = p_velocity - rb.linear_velocity + + # Determine the strength of the impulse we're about to give + var strength = impact_velocity.dot(-with.get_normal(0)) * push_strength_factor + + # Our impulse is applied in the opposite direction + # of the normal of the surface we're hitting + var impulse = -with.get_normal(0) * strength + + # Determine the location at which we're hitting in the object local space + # but in global orientation + var pos = with.get_position(0) - rb.global_transform.origin + + # And apply the impulse + rb.apply_impulse(impulse, pos) + + return velocity + +## This method rotates the player by rotating the [XROrigin3D] around the camera. +func rotate_player(angle: float): + var inv_global_transform : Transform3D = global_transform.inverse() + + var t1 := Transform3D() + var t2 := Transform3D() + var rot := Transform3D() + + t1.origin = -camera_node.transform.origin + t2.origin = camera_node.transform.origin + rot = rot.rotated(Vector3.DOWN, angle) + origin_node.transform = (origin_node.transform * t2 * rot * t1).orthonormalized() + + if not _in_physics_movement: + player_moved.emit(global_transform * inv_global_transform) + +## This method slews the players up vector by rotating the [ARVROrigin] around +## the players feet. +func slew_up(up: Vector3, slew: float) -> void: + # Skip if the up vector is not valid + if up.is_equal_approx(Vector3.ZERO): + return + + # Get the current origin + var current_origin := origin_node.global_transform + + # Save the player foot global and local positions + var ref_pos_global := global_position + var ref_pos_local : Vector3 = ref_pos_global * current_origin + + # Calculate the target origin + var target_origin := current_origin + target_origin.basis.y = up.normalized() + target_origin.basis.x = target_origin.basis.y.cross(target_origin.basis.z).normalized() + target_origin.basis.z = target_origin.basis.x.cross(target_origin.basis.y).normalized() + target_origin.origin = ref_pos_global - target_origin.basis * ref_pos_local + + # Calculate the new origin + var new_origin := current_origin.interpolate_with(target_origin, slew).orthonormalized() + + # Update the origin + origin_node.global_transform = new_origin + +## This method calibrates the players height on the assumption +## the player is in rest position +func calibrate_player_height(): + var base_height = camera_node.transform.origin.y + (player_head_height * XRServer.world_scale) + var player_height = XRToolsUserSettings.player_height * XRServer.world_scale + player_height_offset = (player_height - base_height) / XRServer.world_scale + +## This method sets or clears a named height override +func override_player_height(key, value: float = -1.0): + # Clear or set the override + if value < 0.0: + _player_height_overrides.erase(key) + else: + _player_height_overrides[key] = value + + # Evaluate whether a height override is active + var override = _player_height_overrides.values().min() + if override != null: + # Enable override with the target height + _player_height_override_target = override + _player_height_override_enabled = true + else: + # Disable height override + _player_height_override_enabled = false + +# Estimate body forward direction +func _estimate_body_forward_dir() -> Vector3: + var forward = Vector3() + var camera_basis : Basis = camera_node.global_transform.basis + var camera_forward : Vector3 = -camera_basis.z; + + var camera_elevation := camera_forward.dot(up_player) + if camera_elevation > 0.75: + # User is looking up + forward = -camera_basis.y.slide(up_player).normalized() + elif camera_elevation < -0.75: + # User is looking down + forward = camera_basis.y.slide(up_player).normalized() + else: + forward = camera_forward.slide(up_player).normalized() + + if (left_hand_node and left_hand_node.get_is_active() + and right_hand_node and right_hand_node.get_is_active() + and body_forward_mix > 0.0): + # See if we can mix in our estimated forward vector based on controller position + # Note, in Godot 4.0 we should check tracker confidence + + var tangent = right_hand_node.global_transform.origin - left_hand_node.global_transform.origin + tangent = tangent.slide(up_player).normalized() + var hands_forward = up_player.cross(tangent).normalized() + + # Rotate our forward towards our hand direction but not more than 60 degrees + var dot = forward.dot(hands_forward) + var cross = forward.cross(hands_forward).normalized() + var angle = clamp(acos(dot) * body_forward_mix, 0.0, 0.33 * PI) + forward = forward.rotated(cross, angle) + + return forward + +# This method updates the player body to match the player position +func _update_body_under_camera(delta : float): + # Initially calibration of player height + if player_calibrate_height: + calibrate_player_height() + player_calibrate_height = false + + # Calculate the player height based on the camera position in the origin and the calibration + var player_height: float = clamp( + camera_node.transform.origin.y + + (player_head_height * XRServer.world_scale) + + (player_height_offset * XRServer.world_scale), + player_height_min * XRServer.world_scale, + player_height_max * XRServer.world_scale) + + # Manage any player height overriding such as: + # - Slewing between software override heights + # - Slewing the lerp between player and software-override heights + if _player_height_override_enabled: + # Update the current override height to the target height + if _player_height_override_lerp <= 0.0: + # Override not in use, snap to target + _player_height_override_current = _player_height_override_target + elif _player_height_override_current < _player_height_override_target: + # Override in use, slew up to target override height + _player_height_override_current = min( + _player_height_override_current + player_height_rate * delta, + _player_height_override_target) + elif _player_height_override_current > _player_height_override_target: + # Override in use, slew down to target override height + _player_height_override_current = max( + _player_height_override_current - player_height_rate * delta, + _player_height_override_target) + + # Slew towards height being controlled by software-override + _player_height_override_lerp = min( + _player_height_override_lerp + player_height_rate * delta, + 1.0) + else: + # Slew towards height being controlled by player + _player_height_override_lerp = max( + _player_height_override_lerp - player_height_rate * delta, + 0.0) + + # Blend the player height between the player and software-override + player_height = lerp( + player_height, + _player_height_override_current, + _player_height_override_lerp) + + # Ensure player height makes mathematical sense + player_height = max(player_height, player_radius) + + # Test if the player is trying to get taller + var current_height : float = _collision_node.shape.height + if player_height > current_height: + # Calculate how tall we would like to get this frame + var target_height : float = min( + current_height + player_height_rate * delta, + player_height) + + # Calculate a reduced height - slghtly smaller than the current player + # height so we can cast a virtual head up and probe the where we hit the + # ceiling. + var reduced_height : float = max( + current_height - 0.1, + player_radius) + + # Calculate how much we want to grow to hit the target height + var grow := target_height - reduced_height + + # Cast the virtual head up from the reduced-height position up to the + # target height to check for ceiling collisions. + _head_shape_cast.shape.radius = player_radius + _head_shape_cast.transform.origin.y = reduced_height - player_radius + _head_shape_cast.collision_mask = collision_mask + _head_shape_cast.target_position = Vector3.UP * grow + _head_shape_cast.force_shapecast_update() + + # Use the ceiling collision information to decide how much to grow the + # player height + var safe := _head_shape_cast.get_closest_collision_safe_fraction() + player_height = max( + reduced_height + grow * safe, + current_height) + + # Adjust the collision shape to match the player geometry + _collision_node.shape.radius = player_radius + _collision_node.shape.height = player_height + _collision_node.transform.origin.y = (player_height / 2.0) + + # Center the kinematic body on the ground under the camera + var curr_transform := global_transform + var camera_transform := camera_node.global_transform + curr_transform.basis = origin_node.global_transform.basis + curr_transform.origin = camera_transform.origin + curr_transform.origin += up_player * (player_head_height - player_height) + + # The camera/eyes are towards the front of the body, so move the body back slightly + var forward_dir := _estimate_body_forward_dir() + if forward_dir.length() > 0.01: + curr_transform = curr_transform.looking_at(curr_transform.origin + forward_dir, up_player) + curr_transform.origin -= forward_dir.normalized() * eye_forward_offset * player_radius + + # Set the body position + global_transform = curr_transform + +# This method updates the information about the ground under the players feet +func _update_ground_information(delta: float): + # Test how close we are to the ground + var ground_collision := move_and_collide( + up_gravity * -NEAR_GROUND_DISTANCE, true) + + # Handle no collision (or too far away to care about) + if !ground_collision: + near_ground = false + on_ground = false + ground_vector = up_gravity + ground_angle = 0.0 + ground_node = null + ground_physics = null + _previous_ground_node = null + return + + # Categorize the type of ground contact + near_ground = true + on_ground = ground_collision.get_travel().length() <= ON_GROUND_DISTANCE + + # Save the ground information from the collision + ground_vector = ground_collision.get_normal() + ground_angle = rad_to_deg(ground_collision.get_angle(0, up_gravity)) + ground_node = ground_collision.get_collider() + + # Select the ground physics + var physics_node := ground_node.get_node_or_null("GroundPhysics") as XRToolsGroundPhysics + ground_physics = XRToolsGroundPhysics.get_physics(physics_node, default_physics) + + # Detect if we're sliding on a wall + # TODO: consider reworking this magic angle + if ground_angle > 85: + on_ground = false + + # Detect ground velocity under players feet + if _previous_ground_node == ground_node: + var pos_old := _previous_ground_global + var pos_new := ground_node.to_global(_previous_ground_local) + ground_velocity = (pos_new - pos_old) / delta + + # Update ground velocity information + _previous_ground_node = ground_node + _previous_ground_global = ground_collision.get_position() + _previous_ground_local = ground_node.to_local(_previous_ground_global) + + +# This method applies the player velocity and ground-control velocity to the physical body +func _apply_velocity_and_control(delta: float): + # Calculate local velocity + var local_velocity := velocity - ground_velocity + + # Split the velocity into horizontal and vertical components + var horizontal_velocity := local_velocity.slide(up_gravity) + var vertical_velocity := local_velocity - horizontal_velocity + + # If the player is on the ground then give them control + if _can_apply_ground_control() and ground_control_velocity.length() >= 0.1: + # If ground control is being supplied then update the horizontal velocity + var control_velocity := Vector3.ZERO + var camera_transform := camera_node.global_transform + var dir_forward := camera_transform.basis.z.slide(up_gravity).normalized() + var dir_right := camera_transform.basis.x.slide(up_gravity).normalized() + control_velocity = ( + dir_forward * -ground_control_velocity.y + + dir_right * ground_control_velocity.x + ) * XRServer.world_scale + + # Apply control velocity to horizontal velocity based on traction + var current_traction := XRToolsGroundPhysicsSettings.get_move_traction( + ground_physics, default_physics) + var traction_factor: float = clamp(current_traction * delta, 0.0, 1.0) + horizontal_velocity = horizontal_velocity.lerp(control_velocity, traction_factor) + + # Prevent the player from moving up steep slopes + if on_ground: + var current_max_slope := XRToolsGroundPhysicsSettings.get_move_max_slope( + ground_physics, default_physics) + if ground_angle > current_max_slope: + # Get a vector in the down-hill direction + var down_direction := ground_vector.slide(up_gravity).normalized() + var vdot: float = down_direction.dot(horizontal_velocity) + if vdot < 0: + horizontal_velocity -= down_direction * vdot + + # Combine the velocities back to a 3-space velocity + local_velocity = horizontal_velocity + vertical_velocity + + # Move the player body with the desired velocity + velocity = move_player(local_velocity + ground_velocity) + + # Apply ground-friction after the move + if _can_apply_ground_control() and ground_control_velocity.length() < 0.1: + # User is not trying to move, so apply the ground drag + var current_drag := XRToolsGroundPhysicsSettings.get_move_drag( + ground_physics, default_physics) + var drag_factor: float = clamp(current_drag * delta, 0, 1) + + # Apply drag to horizontal velocity relative to ground + local_velocity = velocity - ground_velocity + horizontal_velocity = local_velocity.slide(up_gravity) + vertical_velocity = local_velocity - horizontal_velocity + horizontal_velocity = horizontal_velocity.lerp(Vector3.ZERO, drag_factor) + velocity = horizontal_velocity + vertical_velocity + ground_velocity + + # Perform bounce test if a collision occurred + if get_slide_collision_count(): + # Get the collider the player collided with + var collision := get_slide_collision(0) + var collision_node := collision.get_collider() + + # Check for a GroundPhysics node attached to the collider + var collision_physics_node := \ + collision_node.get_node_or_null("GroundPhysics") as XRToolsGroundPhysics + + # Get the collision physics associated with the collider + var collision_physics = XRToolsGroundPhysics.get_physics( + collision_physics_node, default_physics) + + # Get the bounce parameters associated with the collider + var bounce_threshold := XRToolsGroundPhysicsSettings.get_bounce_threshold( + collision_physics, default_physics) + var bounciness := XRToolsGroundPhysicsSettings.get_bounciness( + collision_physics, default_physics) + var magnitude := -collision.get_normal().dot(local_velocity) + + # Detect if bounce should be performed + if bounciness > 0.0 and magnitude >= bounce_threshold: + local_velocity += 2 * collision.get_normal() * magnitude * bounciness + velocity = local_velocity + ground_velocity + emit_signal("player_bounced", collision_node, magnitude) + + # Hack to ensure feet stick to ground (if not jumping) + # TODO: FIX + #if abs(velocity.y) < 0.001: + # velocity.y = ground_velocity.y + +# Test if the player can apply ground control given the settings and the ground state. +func _can_apply_ground_control() -> bool: + match ground_control: + GroundControl.ON_GROUND: + return on_ground + + GroundControl.NEAR_GROUND: + return near_ground + + GroundControl.ALWAYS: + return true + + _: + return false + +# Get a guaranteed-valid physics +func _guaranteed_physics(): + # Ensure we have a guaranteed-valid XRToolsGroundPhysicsSettings value + var valid_physics := physics as XRToolsGroundPhysicsSettings + if !valid_physics: + valid_physics = XRToolsGroundPhysicsSettings.new() + valid_physics.resource_name = "default" + + # Return the guaranteed-valid physics + return valid_physics + +# This method verifies the XRToolsPlayerBody has a valid configuration. Specifically it +# checks the following: +# - XROrigin3D can be identified +# - XRCamera3D can be identified +# - Player radius is valid +# - Maximum slope is valid +func _get_configuration_warnings() -> PackedStringArray: + var warnings := PackedStringArray() + + # Check the origin node + var test_origin_node := XRHelpers.get_xr_origin(self) + if !test_origin_node: + warnings.append("Unable to find XR Origin node") + + # Check the camera node + var test_camera_node := XRHelpers.get_xr_camera(self) + if !test_camera_node: + warnings.append("Unable to find XR Camera node") + + # Verify the player radius is valid + if player_radius <= 0: + warnings.append("Player radius must be configured") + + # Verify the player height minimum is valid + if player_height_min < player_radius * 2.0: + warnings.append("Player height minimum smaller than 2x radius") + + # Verify the player height maximum is valid + if player_height_max < player_height_min: + warnings.append("Player height maximum cannot be smaller than minimum") + + # Verify eye-forward does not allow near-clip-plane look through + var eyes_to_collider = (1.0 - eye_forward_offset) * player_radius + if test_camera_node and eyes_to_collider < test_camera_node.near: + warnings.append( + "Eyes too far forwards. Move eyes back or decrease camera near clipping plane") + + # If specified, verify the ground physics is a valid type + if physics and !physics is XRToolsGroundPhysicsSettings: + warnings.append("Physics resource must be a GroundPhysicsSettings") + + # Return warnings + return warnings + +## Find an [XRToolsPlayerBody] node. +## +## This function searches from the specified node for an [XRToolsPlayerBody] +## assuming the node is a sibling of the body under an [XROrigin3D]. +static func find_instance(node: Node) -> XRToolsPlayerBody: + return XRTools.find_xr_child( + XRHelpers.get_xr_origin(node), + "*", + "XRToolsPlayerBody") as XRToolsPlayerBody diff --git a/escape-room-version-2/addons/godot-xr-tools/player/player_body.gd.uid b/escape-room-version-2/addons/godot-xr-tools/player/player_body.gd.uid new file mode 100644 index 0000000..48bb014 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/player/player_body.gd.uid @@ -0,0 +1 @@ +uid://ixgbgjn2i5se diff --git a/escape-room-version-2/addons/godot-xr-tools/player/player_body.tscn b/escape-room-version-2/addons/godot-xr-tools/player/player_body.tscn new file mode 100644 index 0000000..dbddb9d --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/player/player_body.tscn @@ -0,0 +1,11 @@ +[gd_scene load_steps=2 format=3 uid="uid://diyu06cw06syv"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/player/player_body.gd" id="1"] + +[node name="PlayerBody" type="CharacterBody3D" groups=["player_body"]] +process_priority = -100 +process_physics_priority = -100 +top_level = true +collision_layer = 524288 +collision_mask = 1023 +script = ExtResource("1") diff --git a/escape-room-version-2/addons/godot-xr-tools/player/poke/poke.gd b/escape-room-version-2/addons/godot-xr-tools/player/poke/poke.gd new file mode 100644 index 0000000..e005e34 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/player/poke/poke.gd @@ -0,0 +1,222 @@ +@tool +class_name XRToolsPoke +extends Node3D + + +## XR Tools Poke Script +## +## This node a finger push mechanism that can be attached to a finger bone +## using a [BoneAttachment3D]. +## +## The poke can interact with user interfaces, and can optionally push rigid +## bodies. + + +## Signal emitted when this object pokes another object +signal pointing_event(event) + + +# Default layer of 18:player-hands +const DEFAULT_LAYER := 0b0000_0000_0000_0010_0000_0000_0000_0000 + +# Default mask [1..16] and 23:ui-objects +const DEFAULT_MASK := 0b0000_0000_0100_0000_1111_1111_1111_1111 + + +## Enables or disables the poke functionality +@export var enabled : bool = true: set = set_enabled + +## Sets the radius of the poke mesh and collision +@export var radius : float = 0.005: set = set_radius + +## Set the color of the poke mesh +@export var color : Color = Color(0.8, 0.8, 1.0, 0.5): set = set_color + +## Set the poke teleport distance +@export var teleport_distance : float = 0.1: set = set_teleport_distance + +@export_category("Poke Collison") + +## Sets the collision layer +@export_flags_3d_physics var layer : int = DEFAULT_LAYER: set = set_layer + +## Sets the collision mask +@export_flags_3d_physics var mask : int = DEFAULT_MASK: set = set_mask + +## Enables or disables pushing bodies +@export var push_bodies : bool = true: set = set_push_bodies + +## Control the stiffness of the finger +@export var stiffness : float = 10.0: set = set_stiffness + +## Control the maximum force the finger can push with +@export var maximum_force : float = 1.0: set = set_maximum_force + + +var is_ready = false +var material : StandardMaterial3D +var target : Node ## Node we last started touching +var last_collided_at : Vector3 + + +func set_enabled(new_enabled : bool) -> void: + enabled = new_enabled + if is_ready: + _update_enabled() + +func _update_enabled(): + $PokeBody/CollisionShape.disabled = !enabled + +func set_radius(new_radius : float) -> void: + radius = new_radius + if is_ready: + _update_radius() + +func _update_radius() -> void: + # Calculate the user-scaled radius + var sr := radius * XRServer.world_scale + + # Update the collision shape + var shape : SphereShape3D = $PokeBody/CollisionShape.shape + if shape: + shape.radius = sr + + # Update the mesh shape + var mesh : SphereMesh = $PokeBody/MeshInstance.mesh + if mesh: + mesh.radius = sr + mesh.height = sr * 2.0 + +func set_teleport_distance(new_distance : float) -> void: + teleport_distance = new_distance + if is_ready: + _update_teleport_distance() + +func _update_teleport_distance() -> void: + $PokeBody.teleport_distance = teleport_distance + +func set_push_bodies(new_push_bodies : bool) -> void: + push_bodies = new_push_bodies + if is_ready: + _update_push_bodies() + +func _update_push_bodies() -> void: + $PokeBody.push_bodies = push_bodies + +func set_layer(new_layer : int) -> void: + layer = new_layer + if is_ready: + _update_layer() + +func _update_layer() -> void: + $PokeBody.collision_layer = layer + +func set_mask(new_mask : int) -> void: + mask = new_mask + if is_ready: + _update_mask() + +func _update_mask() -> void: + $PokeBody.collision_mask = mask + +func set_stiffness(new_stiffness : float) -> void: + stiffness = new_stiffness + if is_ready: + _update_stiffness() + +func _update_stiffness() -> void: + $PokeBody.stiffness = stiffness + +func set_maximum_force(new_maximum_force : float) -> void: + maximum_force = new_maximum_force + if is_ready: + _update_maximum_force() + +func _update_maximum_force() -> void: + $PokeBody.maximum_force = maximum_force + +func set_color(new_color : Color) -> void: + color = new_color + if is_ready: + _update_color() + +func _update_color() -> void: + if material: + material.albedo_color = color + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsPoke" + + +# Called when the node enters the scene tree for the first time. +func _ready(): + # Set as top level ensures we're placing this object in global space + $PokeBody.set_as_top_level(true) + + is_ready = true + + # Construct the poke material + material = StandardMaterial3D.new() + material.flags_unshaded = true + material.flags_transparent = true + $PokeBody/MeshInstance.set_surface_override_material(0, material) + + _update_enabled() + _update_radius() + _update_teleport_distance() + _update_layer() + _update_mask() + _update_push_bodies() + _update_stiffness() + _update_maximum_force() + _update_color() + + # Detect hand scale changing + var hand := XRToolsHand.find_instance(self) + if hand: + hand.hand_scale_changed.connect(_on_hand_scale_changed) + + +func _process(_delta): + # If no target then disable processing + if not is_instance_valid(target): + set_process(false) + return + + # Update moving on the target + var new_at : Vector3 = $PokeBody.global_transform.origin + XRToolsPointerEvent.moved(self, target, new_at, last_collided_at) + last_collided_at = new_at + + +func _on_hand_scale_changed(_scale : float) -> void: + # Update the radius to account for the new hand scale + _update_radius() + + +func _on_PokeBody_body_contact_start(body): + # We are going to poke this body at our current position. + # This will be slightly above the object but since this + # mostly targets Viewport2Din3D, this will work + + # Report body pressed + target = body + last_collided_at = $PokeBody.global_transform.origin + XRToolsPointerEvent.entered(self, body, last_collided_at) + XRToolsPointerEvent.pressed(self, body, last_collided_at) + + # Enable processing to track movement + set_process(true) + + +func _on_PokeBody_body_contact_end(body): + # Skip if not current target + if body != target: + return + + # Report release + XRToolsPointerEvent.released(self, target, last_collided_at) + XRToolsPointerEvent.exited(self, target, last_collided_at) + target = null diff --git a/escape-room-version-2/addons/godot-xr-tools/player/poke/poke.gd.uid b/escape-room-version-2/addons/godot-xr-tools/player/poke/poke.gd.uid new file mode 100644 index 0000000..b2d540c --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/player/poke/poke.gd.uid @@ -0,0 +1 @@ +uid://bos56ynnwykv1 diff --git a/escape-room-version-2/addons/godot-xr-tools/player/poke/poke.tscn b/escape-room-version-2/addons/godot-xr-tools/player/poke/poke.tscn new file mode 100644 index 0000000..c946c52 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/player/poke/poke.tscn @@ -0,0 +1,47 @@ +[gd_scene load_steps=8 format=3 uid="uid://bjcxf427un2wp"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/player/poke/poke.gd" id="1"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/player/poke/poke_body.gd" id="2"] +[ext_resource type="Script" path="res://addons/godot-xr-tools/rumble/rumbler.gd" id="3_41fwo"] +[ext_resource type="Resource" uid="uid://brci6umrcd157" path="res://addons/godot-xr-tools/rumble/tap_rumble.tres" id="4_mskmk"] + +[sub_resource type="SphereShape3D" id="1"] +resource_local_to_scene = true +radius = 0.005 + +[sub_resource type="SphereMesh" id="2"] +resource_local_to_scene = true +radius = 0.005 +height = 0.01 +radial_segments = 32 +rings = 16 + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_hgik7"] +transparency = 1 +shading_mode = 0 +albedo_color = Color(0.8, 0.8, 1, 0.5) + +[node name="Poke" type="Node3D"] +script = ExtResource("1") + +[node name="PokeBody" type="AnimatableBody3D" parent="."] +top_level = true +collision_layer = 131072 +collision_mask = 4259839 +sync_to_physics = false +script = ExtResource("2") + +[node name="CollisionShape" type="CollisionShape3D" parent="PokeBody"] +shape = SubResource("1") + +[node name="MeshInstance" type="MeshInstance3D" parent="PokeBody"] +mesh = SubResource("2") +surface_material_override/0 = SubResource("StandardMaterial3D_hgik7") + +[node name="Rumbler" type="Node" parent="."] +script = ExtResource("3_41fwo") +event = ExtResource("4_mskmk") + +[connection signal="pointing_event" from="." to="Rumbler" method="rumble_pointer"] +[connection signal="body_contact_end" from="PokeBody" to="." method="_on_PokeBody_body_contact_end"] +[connection signal="body_contact_start" from="PokeBody" to="." method="_on_PokeBody_body_contact_start"] diff --git a/escape-room-version-2/addons/godot-xr-tools/player/poke/poke_body.gd b/escape-room-version-2/addons/godot-xr-tools/player/poke/poke_body.gd new file mode 100644 index 0000000..13c24de --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/player/poke/poke_body.gd @@ -0,0 +1,85 @@ +@tool +extends XRToolsForceBody + + +## Signal called when we start to contact an object +signal body_contact_start(node) + +## Signal called when we end contact with an object +signal body_contact_end(node) + + +## Distance at which we teleport our poke body +@export var teleport_distance : float = 0.1 + + +# Node currently in contact with +var _contact : Node3D = null + +# Target XRToolsPoke +@onready var _target : XRToolsPoke = get_parent() + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsPokeBody" or super(name) + + +func _ready(): + # Do not initialise if in the editor + if Engine.is_editor_hint(): + return + + # Connect to player body signals (if applicable) + var player_body = XRToolsPlayerBody.find_instance(self) + if player_body: + player_body.player_moved.connect(_on_player_moved) + player_body.player_teleported.connect(_on_player_teleported) + + +# Try moving to the parent Poke node +func _physics_process(_delta): + # Do not process if in the editor + if Engine.is_editor_hint(): + return + + # Calculate the movement to perform + var target := _target.global_position + var to_target := target - global_position + + # Decide whether to teleport or slide + var old_contact := _contact + if to_target.length() > teleport_distance: + # Teleport to the target + global_position = target + else: + # Move and slide to the target + var collision := move_and_slide(to_target) + _contact = collision.collider if collision else null + + # Report when we stop being in contact with the current object + if old_contact and old_contact != _contact: + body_contact_end.emit(old_contact) + + # Report when we start touching a new object + if _contact and _contact != old_contact: + body_contact_start.emit(_contact) + + +# If our player moved, attempt to move our poke. +func _on_player_moved(delta_transform : Transform3D): + var target : Transform3D = delta_transform * global_transform + + # Rotate + global_basis = target.basis + + # And attempt to move (we'll detect contact change in physics process). + move_and_slide(target.origin - global_position) + + force_update_transform() + + +# If our player teleported, just move. +func _on_player_teleported(delta_transform : Transform3D): + global_transform = delta_transform * global_transform + force_update_transform() diff --git a/escape-room-version-2/addons/godot-xr-tools/player/poke/poke_body.gd.uid b/escape-room-version-2/addons/godot-xr-tools/player/poke/poke_body.gd.uid new file mode 100644 index 0000000..651dc22 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/player/poke/poke_body.gd.uid @@ -0,0 +1 @@ +uid://bq7eqtb1ocoje diff --git a/escape-room-version-2/addons/godot-xr-tools/plugin.cfg b/escape-room-version-2/addons/godot-xr-tools/plugin.cfg new file mode 100644 index 0000000..78962cd --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/plugin.cfg @@ -0,0 +1,7 @@ +[plugin] + +name="Godot XR Tools" +description="Godot XR Tools plugin" +author="Bastiaan Olij and Contributors" +version="4.4.0" +script="plugin.gd" diff --git a/escape-room-version-2/addons/godot-xr-tools/plugin.gd b/escape-room-version-2/addons/godot-xr-tools/plugin.gd new file mode 100644 index 0000000..2c5fb12 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/plugin.gd @@ -0,0 +1,151 @@ +@tool +extends EditorPlugin + + +## Menu ID for enabling OpenXR +const MENU_ID_ENABLE_OPENXR := 1001 + +## Menu ID for setting the physics layers +const MENU_ID_SET_PHYSICS_LAYERS := 1002 + + +# XR Tools popup menu +var _xr_tools_menu : PopupMenu + + +func _define_project_setting( + p_name : String, + p_type : int, + p_hint : int = PROPERTY_HINT_NONE, + p_hint_string : String = "", + p_default_val = "") -> void: + # p_default_val can be any type!! + + if !ProjectSettings.has_setting(p_name): + ProjectSettings.set_setting(p_name, p_default_val) + + var property_info : Dictionary = { + "name" : p_name, + "type" : p_type, + "hint" : p_hint, + "hint_string" : p_hint_string + } + + ProjectSettings.add_property_info(property_info) + if ProjectSettings.has_method("set_as_basic"): + ProjectSettings.call("set_as_basic", p_name, true) + ProjectSettings.set_initial_value(p_name, p_default_val) + + +func _enable_openxr() -> void: + ProjectSettings.set("xr/openxr/enabled", true) + ProjectSettings.set("xr/shaders/enabled", true) + ProjectSettings.save() + + +func _set_physics_layers() -> void: + ProjectSettings.set("layer_names/3d_physics/layer_1", "Static World") + ProjectSettings.set("layer_names/3d_physics/layer_2", "Dynamic World") + ProjectSettings.set("layer_names/3d_physics/layer_3", "Pickable Objects") + ProjectSettings.set("layer_names/3d_physics/layer_4", "Wall Walking") + ProjectSettings.set("layer_names/3d_physics/layer_5", "Grappling Target") + ProjectSettings.set("layer_names/3d_physics/layer_17", "Held Objects") + ProjectSettings.set("layer_names/3d_physics/layer_18", "Player Hands") + ProjectSettings.set("layer_names/3d_physics/layer_19", "Grab Handles") + ProjectSettings.set("layer_names/3d_physics/layer_20", "Player Body") + ProjectSettings.set("layer_names/3d_physics/layer_21", "Pointable Objects") + ProjectSettings.set("layer_names/3d_physics/layer_22", "Hand Pose Areas") + ProjectSettings.set("layer_names/3d_physics/layer_23", "UI Objects") + ProjectSettings.save() + + +func _on_xr_tools_menu_pressed(id : int) -> void: + match id: + MENU_ID_ENABLE_OPENXR: + _enable_openxr() + return + + MENU_ID_SET_PHYSICS_LAYERS: + _set_physics_layers() + return + + +func _enter_tree(): + # Construct the popup menu + _xr_tools_menu = PopupMenu.new() + _xr_tools_menu.name = "XR Tools" + _xr_tools_menu.id_pressed.connect(_on_xr_tools_menu_pressed) + add_tool_submenu_item("XR Tools", _xr_tools_menu) + + # Add tool menu items + _xr_tools_menu.add_item("Enable OpenXR", MENU_ID_ENABLE_OPENXR) + _xr_tools_menu.add_item("Set Physics Layers", MENU_ID_SET_PHYSICS_LAYERS) + + # Add input grip threshold to the project settings + _define_project_setting( + "godot_xr_tools/input/grip_threshold", + TYPE_FLOAT, + PROPERTY_HINT_RANGE, + "0.2,0.8,0.05", + 0.7) + + # Add input haptics_scale to the project settings + _define_project_setting( + "godot_xr_tools/input/haptics_scale", + TYPE_FLOAT, + PROPERTY_HINT_RANGE, + "0.0,1.0,0.1", + 1.0) + + # Add input y_axis_dead_zone to the project settings + _define_project_setting( + "godot_xr_tools/input/y_axis_dead_zone", + TYPE_FLOAT, + PROPERTY_HINT_RANGE, + "0.0,0.5,0.01", + 0.1) + + # Add input x_axis_dead_zone to the project settings + _define_project_setting( + "godot_xr_tools/input/x_axis_dead_zone", + TYPE_FLOAT, + PROPERTY_HINT_RANGE, + "0.0,0.5,0.01", + 0.2) + + # Add input snap turning dead-zone to the project settings + _define_project_setting( + "godot_xr_tools/input/snap_turning_deadzone", + TYPE_FLOAT, + PROPERTY_HINT_RANGE, + "0.0,0.5,0.05", + 0.25) + + # Add input default snap turning to the project settings + _define_project_setting( + "godot_xr_tools/input/default_snap_turning", + TYPE_BOOL, + PROPERTY_HINT_NONE, + "", + true) + + # Add player standard height to the project settings + _define_project_setting( + "godot_xr_tools/player/standard_height", + TYPE_FLOAT, + PROPERTY_HINT_RANGE, + "1.0,2.5,0.05", + 1.85) + + # Register our autoload user settings object + add_autoload_singleton( + "XRToolsUserSettings", + "res://addons/godot-xr-tools/user_settings/user_settings.gd") + add_autoload_singleton( + "XRToolsRumbleManager", + "res://addons/godot-xr-tools/rumble/rumble_manager.gd") + + +func _exit_tree(): + # our plugin is turned off + pass diff --git a/escape-room-version-2/addons/godot-xr-tools/plugin.gd.uid b/escape-room-version-2/addons/godot-xr-tools/plugin.gd.uid new file mode 100644 index 0000000..79abf2a --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/plugin.gd.uid @@ -0,0 +1 @@ +uid://bbvd8exgxq7xj diff --git a/escape-room-version-2/addons/godot-xr-tools/rumble/rumble_event.gd b/escape-room-version-2/addons/godot-xr-tools/rumble/rumble_event.gd new file mode 100644 index 0000000..bd35954 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/rumble/rumble_event.gd @@ -0,0 +1,19 @@ +@icon("res://addons/godot-xr-tools/editor/icons/rumble.svg") +class_name XRToolsRumbleEvent +extends Resource + +## XR Tools Rumble Event Resource + +## Strength of the rumbling +@export_range(0, 1, 0.10) var magnitude: float = 0.5 + +## Whether the rumble can be active during a tree pause +@export var active_during_pause: bool = false + +@export_category("Timing") + +## Whether the rumble continues until cleared +@export var indefinite: bool = false + +## Time to rumble (unless indefinite) +@export_range(10, 4000, 10) var duration_ms: int = 300 diff --git a/escape-room-version-2/addons/godot-xr-tools/rumble/rumble_event.gd.uid b/escape-room-version-2/addons/godot-xr-tools/rumble/rumble_event.gd.uid new file mode 100644 index 0000000..1e3238c --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/rumble/rumble_event.gd.uid @@ -0,0 +1 @@ +uid://dk01ut03w3hxy diff --git a/escape-room-version-2/addons/godot-xr-tools/rumble/rumble_manager.gd b/escape-room-version-2/addons/godot-xr-tools/rumble/rumble_manager.gd new file mode 100644 index 0000000..a9a3a5a --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/rumble/rumble_manager.gd @@ -0,0 +1,161 @@ +extends Node + + +## XR Tools Rumble (Controllers) Manager Script +## +## This script uses the controller's existing rumble intensity variable, +## and allows you to rumble the controller for a certain amount +## of time 'beats'. +## +## Example: something hits you while you're mowing the lawn, +## i.e. a short intense rumble happens during long low rumble. + + +## Name in the OpenXR Action Map for haptics +const HAPTIC_ACTION := &"haptic" # TODO: Migrate + +# Shorthand for all trackers, in use to be substituted with _queues.keys() +const ALL_TRACKERS := [&"all"] + + +# A Queue Per Haptic device (Dictionary) +var _queues: Dictionary = {} + + +## Add support for is_xr_class +func is_xr_class(p_name: String) -> bool: + return p_name == "XRToolsRumbleManager" + + +## Get the default Haptics Scale value +func get_default_haptics_scale() -> float: + var default = 1.0 + + # Check if the project has overridden the addon's default + if ProjectSettings.has_setting("godot_xr_tools/input/haptics_scale"): + default = ProjectSettings.get_setting("godot_xr_tools/input/haptics_scale") + + if default < 0.0 or default > 1.0: + # out of bounds? reset to default + default = 1.0 + + return default + + +## Used to convert gamepad magnitudes to equivalent XR haptic magnitude +func combine_magnitudes(weak: float, strong: float) -> float: + if strong >= 0.01: + return 0.5 + clamp(strong / 2, 0.0, 0.5) + return clamp(weak / 2, 0.0, 0.5) + + +# On Ready +func _ready(): + if Engine.is_editor_hint(): + return + + # Some rumble events are active during pause + process_mode = PROCESS_MODE_ALWAYS + + # Create a queues for standard controllers + _queues[&"left_hand"] = XRToolsRumbleManagerQueue.new() + _queues[&"right_hand"] = XRToolsRumbleManagerQueue.new() + + +# Determine how much to - and perform the - rumbles each tick +func _process(delta: float) -> void: + if Engine.is_editor_hint(): + return + + # We'll be subtracting this from the event remaining ms + var delta_ms = int(delta * 1000) + + for tracker_name in _queues: + var haptic_queue : XRToolsRumbleManagerQueue = _queues[tracker_name] + + # default to noXRToolsRumbleManagerQueuensure it's a float, or it rounds to all or nothing!) + var magnitude: float = 0.0 + + # Iterate over the events + for key in haptic_queue.events.keys(): + var event : XRToolsRumbleEvent = haptic_queue.events[key] + + # if we're paused and it's not supposed to be active, skip + if get_tree().paused and not event.active_during_pause: + continue + + # If we've passed the threshold from positive to negative, the event is done + if !event.indefinite and haptic_queue.time_remaining[key] < 0: + clear(key, [tracker_name]) + continue + + # Reduce the time remaining + haptic_queue.time_remaining[key] -= delta_ms + + # If it's of greater magnitude, update left magnitude to be set + if event.magnitude > magnitude: + magnitude = event.magnitude + + # scale the final magnitude + magnitude *= XRToolsUserSettings.haptics_scale + + # Make that tracker rumble + if magnitude > 0: + XRServer.primary_interface.trigger_haptic_pulse( + HAPTIC_ACTION, + tracker_name, # if the tracker name isn't valid, it will error but continue + 0, + magnitude, + 0.1, + 0) + + +# Add an event +func add(event_key: Variant, event: XRToolsRumbleEvent, + trackers: Array = ALL_TRACKERS) -> void: + if not event_key: + push_error("Event key is invalid!") + return + + if not event: + clear(event_key, trackers) + return + + # Substitube the shorthand for all trackers with the real thing + if trackers == ALL_TRACKERS: + trackers = _queues.keys() + + for tracker in trackers: + if tracker is XRNode3D: + tracker = tracker.tracker + + # Create queue first time a target is suggested + if not _queues.has(tracker): + _queues[tracker] = XRToolsRumbleManagerQueue.new() + + # Add the event and it's remaining time to the respective queues + _queues[tracker].events[event_key] = event + _queues[tracker].time_remaining[event_key] = event.duration_ms + + +# Remove an event +func clear(event_key: Variant, trackers: Array = ALL_TRACKERS) -> void: + if not event_key: + push_error("Event key is invalid!") + return + + # Substitube the shorthand for all trackers with the real thing + if trackers == ALL_TRACKERS: + trackers = _queues.keys() + + for tracker in trackers: + if tracker is XRNode3D: + tracker = tracker.tracker + + # Ignore if the queue doesn't exist + if not _queues.has(tracker): + continue + + # Remove the event and it's remaining time from the respective queues + _queues[tracker].events.erase(event_key) + _queues[tracker].time_remaining.erase(event_key) diff --git a/escape-room-version-2/addons/godot-xr-tools/rumble/rumble_manager.gd.uid b/escape-room-version-2/addons/godot-xr-tools/rumble/rumble_manager.gd.uid new file mode 100644 index 0000000..6473d8b --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/rumble/rumble_manager.gd.uid @@ -0,0 +1 @@ +uid://d2ffdpxwbvka8 diff --git a/escape-room-version-2/addons/godot-xr-tools/rumble/rumble_manager_queue.gd b/escape-room-version-2/addons/godot-xr-tools/rumble/rumble_manager_queue.gd new file mode 100644 index 0000000..0f5aeb4 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/rumble/rumble_manager_queue.gd @@ -0,0 +1,12 @@ +class_name XRToolsRumbleManagerQueue +extends Resource + +# All currently-active events (Dictionary) +var events: Dictionary + +# All currently-active events' time remaining (Dictionary) +var time_remaining: Dictionary + +func _init(): + events = {} + time_remaining = {} diff --git a/escape-room-version-2/addons/godot-xr-tools/rumble/rumble_manager_queue.gd.uid b/escape-room-version-2/addons/godot-xr-tools/rumble/rumble_manager_queue.gd.uid new file mode 100644 index 0000000..fc39f96 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/rumble/rumble_manager_queue.gd.uid @@ -0,0 +1 @@ +uid://bughjieu5luqi diff --git a/escape-room-version-2/addons/godot-xr-tools/rumble/rumbler.gd b/escape-room-version-2/addons/godot-xr-tools/rumble/rumbler.gd new file mode 100644 index 0000000..bab5e36 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/rumble/rumbler.gd @@ -0,0 +1,76 @@ +@tool +@icon("res://addons/godot-xr-tools/editor/icons/rumble.svg") +class_name XRToolsRumbler +extends Node + +## XR Tools Rumbler +## +## A node you attach to handle (contain and make easy to activate/cancel) +## a particular rumble event. + +## The details of this rumbler +@export var event: XRToolsRumbleEvent : set = _set_event + +@export var target: XRNode3D + +## Activate the event +func rumble() -> void: + if is_instance_valid(target): + XRToolsRumbleManager.add(self, event, [target.tracker]) + + +## Cancel the event +func cancel() -> void: + XRToolsRumbleManager.clear(self) + + +## Rumble on the hand which owns the node +func rumble_hand(hand_child: Node3D) -> void: + var hand: XRNode3D = XRHelpers.get_xr_controller(hand_child) + if is_instance_valid(hand): + XRToolsRumbleManager.add(self, event, [hand.tracker]) + + +## Cancel rumble for the hand which owns the node +func cancel_hand(hand_child: Node3D) -> void: + var hand: XRNode3D = XRHelpers.get_xr_controller(hand_child) + if is_instance_valid(hand): + XRToolsRumbleManager.clear(self, [hand.tracker]) + + +## Activate the event, if provided the XR player body +func rumble_if_player_body(body: Node3D) -> void: + if is_instance_valid(body) and body is XRToolsPlayerBody: + rumble() + + +## Cancel rumble for the event, if provided the XR player body +func cancel_if_player_body(body: Node3D) -> void: + if is_instance_valid(body) and body is XRToolsPlayerBody: + cancel() + + +## Activate the event during an active pointer event +func rumble_pointer(event : XRToolsPointerEvent) -> void: + if event.event_type == XRToolsPointerEvent.Type.PRESSED: + rumble_hand(event.pointer) + elif event.event_type == XRToolsPointerEvent.Type.RELEASED: + cancel_hand(event.pointer) + + +func _set_event(p_event: XRToolsRumbleEvent) -> void: + event = p_event + update_configuration_warnings() + + +# This method verifies the hand has a valid configuration. +func _get_configuration_warnings() -> PackedStringArray: + var warnings := PackedStringArray() + + # Check hand for animation player + if not event: + warnings.append("Rumbler must have a rumble event") + + # Return warnings + return warnings + diff --git a/escape-room-version-2/addons/godot-xr-tools/rumble/rumbler.gd.uid b/escape-room-version-2/addons/godot-xr-tools/rumble/rumbler.gd.uid new file mode 100644 index 0000000..ef362e9 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/rumble/rumbler.gd.uid @@ -0,0 +1 @@ +uid://cf0dk1ln1moit diff --git a/escape-room-version-2/addons/godot-xr-tools/rumble/tap_rumble.tres b/escape-room-version-2/addons/godot-xr-tools/rumble/tap_rumble.tres new file mode 100644 index 0000000..eccee84 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/rumble/tap_rumble.tres @@ -0,0 +1,10 @@ +[gd_resource type="Resource" script_class="XRToolsRumbleEvent" load_steps=2 format=3 uid="uid://brci6umrcd157"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/rumble/rumble_event.gd" id="1_r2qd4"] + +[resource] +script = ExtResource("1_r2qd4") +magnitude = 0.5 +active_during_pause = true +indefinite = false +duration_ms = 10 diff --git a/escape-room-version-2/addons/godot-xr-tools/staging/loading_screen.gd b/escape-room-version-2/addons/godot-xr-tools/staging/loading_screen.gd new file mode 100644 index 0000000..64bdffc --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/staging/loading_screen.gd @@ -0,0 +1,144 @@ +@tool +extends Node3D + + +## XR Tools Loading Screen +## +## The loading screen is shown while the player is waiting +## while we load in a new scene. +## As the player may start in any location and likely hasn't +## put their HMD on yet when the game first starts, we place +## our splash screen far away and make it over sized. +## +## Note that we made this a tool script so you can test the +## progress bar. We show this at a different distance to create +## a nice depth effect. +## +## Note also that our background is pitch black. + + +## User pressed the continue +signal continue_pressed + + +## If true, the screen follows the camera +@export var follow_camera : bool = true: set = set_follow_camera + +## Curve for following the camera +@export var follow_speed : Curve + +## Splash screen texture +@export var splash_screen : Texture2D: set = set_splash_screen + +## Progress bar +@export_range(0.0, 1.0, 0.01) var progress : float = 0.5: set = set_progress_bar + +## If true, the contine message is shown, if false the progress bar is visible. +@export var enable_press_to_continue : bool = false: set = set_enable_press_to_continue + + +# Camera to track +var _camera : XRCamera3D + +# Splash screen material +var _splash_screen_material : StandardMaterial3D + +# Progress material +var _progress_material : ShaderMaterial + + +func _ready(): + # Get materials + _splash_screen_material = $SplashScreen.get_surface_override_material(0) + _progress_material = $ProgressBar.mesh.surface_get_material(0) + + # Perform initial update + _update_splash_screen() + _update_progress_bar() + _update_enable_press_to_continue() + _update_follow_camera() + + +func _process(delta): + # Skip if in editor + if Engine.is_editor_hint(): + return + + # Skip if no camera to track + if !_camera: + return + + # Get the camera direction (horizontal only) + var camera_dir := _camera.global_transform.basis.z + camera_dir.y = 0.0 + camera_dir = camera_dir.normalized() + + # Get the loading screen direction + var loading_screen_dir := global_transform.basis.z + + # Get the angle + var angle := loading_screen_dir.signed_angle_to(camera_dir, Vector3.UP) + if angle == 0: + return + + # Do rotation based on the curve + global_transform.basis = global_transform.basis.rotated( + Vector3.UP * sign(angle), + follow_speed.sample_baked(abs(angle) / PI) * delta + ).orthonormalized() + + +## Set the camera to track +func set_camera(p_camera : XRCamera3D) -> void: + _camera = p_camera + _update_follow_camera() + + +## Set the follow_camera property +func set_follow_camera(p_enabled : bool) -> void: + follow_camera = p_enabled + _update_follow_camera() + + +## Set the splash_screen texture property +func set_splash_screen(p_splash_screen : Texture2D) -> void: + splash_screen = p_splash_screen + _update_splash_screen() + + +## Set the progress property +func set_progress_bar(p_progress : float) -> void: + progress = p_progress + _update_progress_bar() + + +## Set the enable_press_to_continue property +func set_enable_press_to_continue(p_enable : bool) -> void: + enable_press_to_continue = p_enable + _update_enable_press_to_continue() + + +func _update_follow_camera(): + if _camera and !Engine.is_editor_hint(): + set_process(follow_camera) + + +func _update_splash_screen(): + if _splash_screen_material: + _splash_screen_material.albedo_texture = splash_screen + + +func _update_progress_bar(): + if _progress_material: + _progress_material.set_shader_parameter("progress", progress) + + +func _update_enable_press_to_continue(): + if is_inside_tree(): + $ProgressBar.visible = !enable_press_to_continue + $PressToContinue.visible = enable_press_to_continue + $PressToContinue/HoldButton.enabled = enable_press_to_continue + + +func _on_HoldButton_pressed(): + emit_signal("continue_pressed") diff --git a/escape-room-version-2/addons/godot-xr-tools/staging/loading_screen.gd.uid b/escape-room-version-2/addons/godot-xr-tools/staging/loading_screen.gd.uid new file mode 100644 index 0000000..cecfd98 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/staging/loading_screen.gd.uid @@ -0,0 +1 @@ +uid://decavsyv47n1b diff --git a/escape-room-version-2/addons/godot-xr-tools/staging/loading_screen.tscn b/escape-room-version-2/addons/godot-xr-tools/staging/loading_screen.tscn new file mode 100644 index 0000000..305c89f --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/staging/loading_screen.tscn @@ -0,0 +1,65 @@ +[gd_scene load_steps=13 format=3 uid="uid://bqumugyvkct4r"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/staging/loading_screen.gd" id="2"] +[ext_resource type="Shader" uid="uid://4i0pwdtfmtsv" path="res://addons/godot-xr-tools/staging/loading_screen/loading_screen_shader.tres" id="3"] +[ext_resource type="Texture2D" uid="uid://clbtsf0ahb3fm" path="res://addons/godot-xr-tools/assets/misc/progress_bar.png" id="4"] +[ext_resource type="Texture2D" uid="uid://ocyj01x5mtt7" path="res://addons/godot-xr-tools/assets/misc/Hold trigger to continue.png" id="5"] +[ext_resource type="PackedScene" uid="uid://cymteydkxagpp" path="res://addons/godot-xr-tools/misc/hold_button.tscn" id="6"] + +[sub_resource type="Curve" id="21"] +max_value = 3.14 +_data = [Vector2(0.00207039, 0), 0.0, 1.00884, 0, 0, Vector2(1, 3.14), 0.313348, 0.0, 0, 0] +point_count = 2 + +[sub_resource type="PlaneMesh" id="2"] +size = Vector2(80, 60) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_1o2lp"] +transparency = 1 +shading_mode = 0 + +[sub_resource type="ShaderMaterial" id="18"] +render_priority = 0 +shader = ExtResource("3") +shader_parameter/bar_color = Color(1, 1, 1, 1) +shader_parameter/cutout = Vector3(4.85, 0.33, 0) +shader_parameter/progress = 0.5 +shader_parameter/bar_texture = ExtResource("4") + +[sub_resource type="PlaneMesh" id="3"] +material = SubResource("18") +size = Vector2(10, 1) + +[sub_resource type="QuadMesh" id="19"] +size = Vector2(9.25, 1) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_k8dyo"] +transparency = 1 +shading_mode = 0 +albedo_texture = ExtResource("5") + +[node name="LoadingScreen" type="Node3D"] +script = ExtResource("2") +follow_speed = SubResource("21") + +[node name="SplashScreen" type="MeshInstance3D" parent="."] +transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 15, -50) +mesh = SubResource("2") +surface_material_override/0 = SubResource("StandardMaterial3D_1o2lp") + +[node name="ProgressBar" type="MeshInstance3D" parent="."] +transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, -10) +mesh = SubResource("3") + +[node name="PressToContinue" type="MeshInstance3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1, 0, -10) +visible = false +mesh = SubResource("19") +surface_material_override/0 = SubResource("StandardMaterial3D_k8dyo") + +[node name="HoldButton" parent="PressToContinue" instance=ExtResource("6")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 5.55766, 0, 0) +hold_time = 0.5 +color = Color(0, 0.717647, 1, 1) + +[connection signal="pressed" from="PressToContinue/HoldButton" to="." method="_on_HoldButton_pressed"] diff --git a/escape-room-version-2/addons/godot-xr-tools/staging/loading_screen/loading_screen_shader.tres b/escape-room-version-2/addons/godot-xr-tools/staging/loading_screen/loading_screen_shader.tres new file mode 100644 index 0000000..f5d30dc --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/staging/loading_screen/loading_screen_shader.tres @@ -0,0 +1,185 @@ +[gd_resource type="VisualShader" load_steps=16 format=3 uid="uid://4i0pwdtfmtsv"] + +[sub_resource type="VisualShaderNodeCompare" id="5"] +output_port_for_preview = 0 +default_input_values = [0, Vector2(0, 0), 1, Vector2(0, 0), 2, 1e-05] +type = 3 +function = 4 +condition = 1 + +[sub_resource type="VisualShaderNodeFloatParameter" id="6"] +parameter_name = "progress" + +[sub_resource type="VisualShaderNodeVectorCompose" id="7"] + +[sub_resource type="VisualShaderNodeFloatOp" id="8"] +output_port_for_preview = 0 +operator = 6 + +[sub_resource type="VisualShaderNodeColorParameter" id="9"] +parameter_name = "bar_color" + +[sub_resource type="VisualShaderNodeTexture2DParameter" id="17"] +parameter_name = "bar_texture" +texture_type = 1 + +[sub_resource type="VisualShaderNodeVectorOp" id="18"] +operator = 2 + +[sub_resource type="VisualShaderNodeFloatOp" id="19"] +operator = 2 + +[sub_resource type="VisualShaderNodeTexture" id="VisualShaderNodeTexture_hpnli"] +output_port_for_preview = 0 +expanded_output_ports = [0] +source = 5 +texture_type = 1 + +[sub_resource type="VisualShaderNodeVec3Parameter" id="VisualShaderNodeVec3Parameter_fhc2j"] +parameter_name = "cutout" +default_value_enabled = true +default_value = Vector3(4.85, 0.33, 0) + +[sub_resource type="VisualShaderNodeInput" id="10"] +input_name = "uv" + +[sub_resource type="VisualShaderNodeVectorOp" id="11"] +default_input_values = [0, Vector3(0, 0, 0), 1, Vector3(10, 1, 0)] +operator = 2 + +[sub_resource type="VisualShaderNodeVectorOp" id="12"] +default_input_values = [0, Vector3(0, 0, 0), 1, Vector3(5, 0.5, 0)] +operator = 1 + +[sub_resource type="VisualShaderNodeVectorFunc" id="13"] +function = 4 + +[sub_resource type="VisualShaderNodeCompare" id="15"] +output_port_for_preview = 0 +default_input_values = [0, Vector2(0, 0), 1, Vector2(4.85, 0.33), 2, 1e-05] +type = 3 +function = 2 +condition = 1 + +[resource] +code = "shader_type spatial; +render_mode blend_mix, depth_draw_opaque, depth_test_default, cull_back, diffuse_lambert, specular_schlick_ggx, unshaded; + +uniform vec4 bar_color : source_color; +uniform sampler2D bar_texture : source_color; +uniform vec3 cutout = vec3(4.850000, 0.330000, 0.000000); +uniform float progress; + + + +void fragment() { +// ColorParameter:15 + vec4 n_out15p0 = bar_color; + + + vec4 n_out19p0; +// Texture2D:19 + n_out19p0 = texture(bar_texture, UV); + float n_out19p4 = n_out19p0.a; + + +// VectorOp:17 + vec3 n_out17p0 = vec3(n_out15p0.xyz) * vec3(n_out19p0.xyz); + + +// Input:3 + vec2 n_out3p0 = UV; + + +// VectorOp:4 + vec3 n_in4p1 = vec3(10.00000, 1.00000, 0.00000); + vec3 n_out4p0 = vec3(n_out3p0, 0.0) * n_in4p1; + + +// VectorOp:5 + vec3 n_in5p1 = vec3(5.00000, 0.50000, 0.00000); + vec3 n_out5p0 = n_out4p0 - n_in5p1; + + +// VectorFunc:6 + vec3 n_out6p0 = abs(n_out5p0); + + +// Vector3Parameter:20 + vec3 n_out20p0 = cutout; + + + bool n_out8p0; +// Compare:8 + { + bvec2 _bv = greaterThan(vec2(n_out6p0.xy), vec2(n_out20p0.xy)); + n_out8p0 = any(_bv); + } + + +// FloatParameter:12 + float n_out12p0 = progress; + + +// VectorCompose:13 + float n_in13p1 = 0.00000; + float n_in13p2 = 0.00000; + vec3 n_out13p0 = vec3(n_out12p0, n_in13p1, n_in13p2); + + + bool n_out11p0; +// Compare:11 + { + bvec2 _bv = lessThan(n_out3p0, vec2(n_out13p0.xy)); + n_out11p0 = any(_bv); + } + + +// FloatOp:14 + float n_out14p0 = max((n_out8p0 ? 1.0 : 0.0), (n_out11p0 ? 1.0 : 0.0)); + + +// FloatOp:18 + float n_out18p0 = n_out19p4 * n_out14p0; + + +// Output:0 + ALBEDO = n_out17p0; + ALPHA = n_out18p0; + + +} +" +flags/unshaded = true +nodes/fragment/0/position = Vector2(1220, 440) +nodes/fragment/3/node = SubResource("10") +nodes/fragment/3/position = Vector2(-1020, 580) +nodes/fragment/4/node = SubResource("11") +nodes/fragment/4/position = Vector2(-620, 400) +nodes/fragment/5/node = SubResource("12") +nodes/fragment/5/position = Vector2(-440, 400) +nodes/fragment/6/node = SubResource("13") +nodes/fragment/6/position = Vector2(-240, 420) +nodes/fragment/8/node = SubResource("15") +nodes/fragment/8/position = Vector2(240, 460) +nodes/fragment/11/node = SubResource("5") +nodes/fragment/11/position = Vector2(240, 860) +nodes/fragment/12/node = SubResource("6") +nodes/fragment/12/position = Vector2(-640, 980) +nodes/fragment/13/node = SubResource("7") +nodes/fragment/13/position = Vector2(-280, 960) +nodes/fragment/14/node = SubResource("8") +nodes/fragment/14/position = Vector2(480, 680) +nodes/fragment/15/node = SubResource("9") +nodes/fragment/15/position = Vector2(580, -40) +nodes/fragment/16/node = SubResource("17") +nodes/fragment/16/position = Vector2(40, -100) +nodes/fragment/17/node = SubResource("18") +nodes/fragment/17/position = Vector2(980, 80) +nodes/fragment/18/node = SubResource("19") +nodes/fragment/18/position = Vector2(940, 500) +nodes/fragment/19/node = SubResource("VisualShaderNodeTexture_hpnli") +nodes/fragment/19/position = Vector2(480, 260) +nodes/fragment/20/node = SubResource("VisualShaderNodeVec3Parameter_fhc2j") +nodes/fragment/20/position = Vector2(-280, 600) +nodes/fragment/connections = PackedInt32Array(3, 0, 4, 0, 4, 0, 5, 0, 5, 0, 6, 0, 6, 0, 8, 0, 3, 0, 11, 0, 13, 0, 11, 1, 12, 0, 13, 0, 8, 0, 14, 0, 11, 0, 14, 1, 15, 0, 17, 0, 17, 0, 0, 0, 18, 0, 0, 1, 14, 0, 18, 1, 16, 0, 19, 2, 19, 4, 18, 0, 19, 0, 17, 1, 20, 0, 8, 1) diff --git a/escape-room-version-2/addons/godot-xr-tools/staging/loading_screen_shader.tres b/escape-room-version-2/addons/godot-xr-tools/staging/loading_screen_shader.tres new file mode 100644 index 0000000..11ede72 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/staging/loading_screen_shader.tres @@ -0,0 +1,187 @@ +[gd_resource type="VisualShader" load_steps=16 format=3] + +[sub_resource type="VisualShaderNodeCompare" id="5"] +output_port_for_preview = 0 +default_input_values = [0, Vector3(0, 0, 0), 1, Vector3(0, 0, 0), 2, 1e-05] +type = 3 +function = 4 +condition = 1 + +[sub_resource type="VisualShaderNodeFloatParameter" id="6"] +parameter_name = "progress" + +[sub_resource type="VisualShaderNodeVectorCompose" id="7"] + +[sub_resource type="VisualShaderNodeFloatOp" id="8"] +output_port_for_preview = 0 +operator = 6 + +[sub_resource type="VisualShaderNodeColorParameter" id="9"] +parameter_name = "bar_color" + +[sub_resource type="VisualShaderNodeTexture2DParameter" id="17"] +parameter_name = "bar_texture" +texture_type = 1 + +[sub_resource type="VisualShaderNodeVectorOp" id="18"] +operator = 2 + +[sub_resource type="VisualShaderNodeFloatOp" id="19"] +operator = 2 + +[sub_resource type="VisualShaderNodeTexture" id="VisualShaderNodeTexture_hpnli"] +output_port_for_preview = 0 +expanded_output_ports = [0] +source = 5 +texture_type = 1 + +[sub_resource type="VisualShaderNodeVec3Parameter" id="VisualShaderNodeVec3Parameter_fhc2j"] +parameter_name = "cutout" +default_value_enabled = true +default_value = Vector3(4.85, 0.33, 0) + +[sub_resource type="VisualShaderNodeInput" id="10"] +input_name = "uv" + +[sub_resource type="VisualShaderNodeVectorOp" id="11"] +default_input_values = [0, Vector3(0, 0, 0), 1, Vector3(10, 1, 0)] +operator = 2 + +[sub_resource type="VisualShaderNodeVectorOp" id="12"] +default_input_values = [0, Vector3(0, 0, 0), 1, Vector3(5, 0.5, 0)] +operator = 1 + +[sub_resource type="VisualShaderNodeVectorFunc" id="13"] +function = 4 + +[sub_resource type="VisualShaderNodeCompare" id="15"] +output_port_for_preview = 0 +default_input_values = [0, Vector3(0, 0, 0), 1, Vector3(4.85, 0.33, 0), 2, 1e-05] +type = 3 +function = 2 +condition = 1 + +[resource] +code = "shader_type spatial; +render_mode unshaded; + +uniform vec4 bar_color : source_color; +uniform sampler2D bar_texture : source_color; +uniform vec3 cutout = vec3(4.850000, 0.330000, 0.000000); +uniform float progress; + + + +void fragment() { +// ColorParameter:15 + vec4 n_out15p0 = bar_color; + + + + vec4 n_out19p0; +// Texture2D:19 + n_out19p0 = texture(bar_texture, UV); + float n_out19p4 = n_out19p0.a; + + +// VectorOp:17 + vec3 n_out17p0 = vec3(n_out15p0.xyz) * vec3(n_out19p0.xyz); + + +// Input:3 + vec2 n_out3p0 = UV; + + +// VectorOp:4 + vec3 n_in4p1 = vec3(10.00000, 1.00000, 0.00000); + vec3 n_out4p0 = vec3(n_out3p0, 0.0) * n_in4p1; + + +// VectorOp:5 + vec3 n_in5p1 = vec3(5.00000, 0.50000, 0.00000); + vec3 n_out5p0 = n_out4p0 - n_in5p1; + + +// VectorFunc:6 + vec3 n_out6p0 = abs(n_out5p0); + + +// Vector3Parameter:20 + vec3 n_out20p0 = cutout; + + + bool n_out8p0; +// Compare:8 + { + bvec3 _bv = greaterThan(n_out6p0, n_out20p0); + n_out8p0 = any(_bv); + } + + +// FloatParameter:12 + float n_out12p0 = progress; + + +// VectorCompose:13 + float n_in13p1 = 0.00000; + float n_in13p2 = 0.00000; + vec3 n_out13p0 = vec3(n_out12p0, n_in13p1, n_in13p2); + + + bool n_out11p0; +// Compare:11 + { + bvec3 _bv = lessThan(vec3(n_out3p0, 0.0), n_out13p0); + n_out11p0 = any(_bv); + } + + +// FloatOp:14 + float n_out14p0 = max((n_out8p0 ? 1.0 : 0.0), (n_out11p0 ? 1.0 : 0.0)); + + +// FloatOp:18 + float n_out18p0 = n_out19p4 * n_out14p0; + + +// Output:0 + ALBEDO = n_out17p0; + ALPHA = n_out18p0; + + +} +" +graph_offset = Vector2(-744.269, 307.118) +flags/unshaded = true +nodes/fragment/0/position = Vector2(1220, 440) +nodes/fragment/3/node = SubResource("10") +nodes/fragment/3/position = Vector2(-1020, 580) +nodes/fragment/4/node = SubResource("11") +nodes/fragment/4/position = Vector2(-620, 400) +nodes/fragment/5/node = SubResource("12") +nodes/fragment/5/position = Vector2(-440, 400) +nodes/fragment/6/node = SubResource("13") +nodes/fragment/6/position = Vector2(-240, 420) +nodes/fragment/8/node = SubResource("15") +nodes/fragment/8/position = Vector2(240, 460) +nodes/fragment/11/node = SubResource("5") +nodes/fragment/11/position = Vector2(240, 860) +nodes/fragment/12/node = SubResource("6") +nodes/fragment/12/position = Vector2(-640, 980) +nodes/fragment/13/node = SubResource("7") +nodes/fragment/13/position = Vector2(-280, 960) +nodes/fragment/14/node = SubResource("8") +nodes/fragment/14/position = Vector2(480, 680) +nodes/fragment/15/node = SubResource("9") +nodes/fragment/15/position = Vector2(580, -40) +nodes/fragment/16/node = SubResource("17") +nodes/fragment/16/position = Vector2(40, -100) +nodes/fragment/17/node = SubResource("18") +nodes/fragment/17/position = Vector2(980, 80) +nodes/fragment/18/node = SubResource("19") +nodes/fragment/18/position = Vector2(940, 500) +nodes/fragment/19/node = SubResource("VisualShaderNodeTexture_hpnli") +nodes/fragment/19/position = Vector2(480, 260) +nodes/fragment/20/node = SubResource("VisualShaderNodeVec3Parameter_fhc2j") +nodes/fragment/20/position = Vector2(-280, 600) +nodes/fragment/connections = PackedInt32Array(3, 0, 4, 0, 4, 0, 5, 0, 5, 0, 6, 0, 6, 0, 8, 0, 3, 0, 11, 0, 13, 0, 11, 1, 12, 0, 13, 0, 8, 0, 14, 0, 11, 0, 14, 1, 15, 0, 17, 0, 17, 0, 0, 0, 18, 0, 0, 1, 14, 0, 18, 1, 16, 0, 19, 2, 19, 4, 18, 0, 19, 0, 17, 1, 20, 0, 8, 1) diff --git a/escape-room-version-2/addons/godot-xr-tools/staging/scene_base.gd b/escape-room-version-2/addons/godot-xr-tools/staging/scene_base.gd new file mode 100644 index 0000000..4066203 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/staging/scene_base.gd @@ -0,0 +1,211 @@ +@tool +class_name XRToolsSceneBase +extends Node3D + + +## XR Tools Scene Base Class +## +## This is our base scene for all our levels. It ensures that we have all bits +## in place to load our scene into our staging scene. +## +## Developers can customize scene transitions by extending from this class and +## overriding the [method scene_loaded] behavior. + + +## This signal is used to request the staging transition to the main-menu +## scene. Developers should use [method exit_to_main_menu] rather than +## emitting this signal directly. +signal request_exit_to_main_menu + +## This signal is used to request the staging transition to the specified +## scene. Developers should use [method load_scene] rather than emitting +## this signal directly. +## +## The [param user_data] parameter is passed through staging to the new scenes. +signal request_load_scene(p_scene_path, user_data) + +## This signal is used to request the staging reload this scene. Developers +## should use [method reset_scene] rather than emitting this signal directly. +## +## The [param user_data] parameter is passed through staging to the new scenes. +signal request_reset_scene(user_data) + +## This signal is used to request the staging quit the XR experience. Developers +## should use [method quit] rather than emitting this signal directly. +signal request_quit + + +# This file contains methods with parameters that are unused; however they are +# documented and intended to be overridden in derived classes. As such unused +# parameter warnings need to be disabled. +# +# warning-ignore:unused_parameter +# gdlint:disable=unused-argument + + +## Interface + +func _ready() -> void: + pass + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsSceneBase" + + +## This method center the player on the [param p_transform] transform. +func center_player_on(p_transform : Transform3D): + # In order to center our player so the players feet are at the location + # indicated by p_transform, and having our player looking in the required + # direction, we must offset this transform using the cameras transform. + + # So we get our current camera transform in local space + var camera_transform = $XROrigin3D/XRCamera3D.transform + + # We obtain our view direction and zero out our height + var view_direction = camera_transform.basis.z + view_direction.y = 0 + + # Now create the transform that we will use to offset our input with + var transform : Transform3D + transform = transform.looking_at(-view_direction, Vector3.UP) + transform.origin = camera_transform.origin + transform.origin.y = 0 + + # And now update our origin point + $XROrigin3D.global_transform = (p_transform * transform.inverse()).orthonormalized() + + +## This method is called when the scene is loaded, but before it becomes visible. +## +## The [param user_data] parameter is an optional parameter passed in when the +## scene is loaded - usually from the previous scene. By default the +## user_data can be a [String] spawn-point node-name, [Vector3], [Transform3D], +## an object with a 'get_spawn_position' method, or null to spawn at the scenes +## [XROrigin3D] location. +## +## Advanced scene-transition functionality can be implemented by overriding this +## method and calling the super() with any desired spawn transform. This could +## come from a field of an advanced user_data class-object, or from a game-state +## singleton. +func scene_loaded(user_data = null): + # Called after scene is loaded + + # Make sure our camera becomes the current camera + $XROrigin3D/XRCamera3D.current = true + $XROrigin3D.current = true + + # Start by assuming the user_data contains spawn position information. + var spawn_position = user_data + + # If the user_data is an object with a 'get_spawn_position' method then + # call it (with this [XRToolsSceneBase] allowing it to inspect the scene + # if necessary) and use the return value as the spawn position information. + if typeof(user_data) == TYPE_OBJECT and user_data.has_method("get_spawn_position"): + spawn_position = user_data.get_spawn_position(self) + + # Get the spawn [Transform3D] by inspecting the spawn position value for + # standard types of spawn position information: + # - null to use the standard XROrigin3D location + # - String name of a Node3D to spawn at + # - Vector3 to spawn at + # - Transform3D to spawn at + var spawn_transform : Transform3D = $XROrigin3D.global_transform + match typeof(spawn_position): + TYPE_STRING: # Name of Node3D to spawn at + var node = find_child(spawn_position) + if node is Node3D: + spawn_transform = node.global_transform + + TYPE_VECTOR3: # Vector3 to spawn at (rotation comes from XROrigin3D) + spawn_transform.origin = spawn_position + + TYPE_TRANSFORM3D: # Transform3D spawn location + spawn_transform = spawn_position + + # Center the player on the spawn location + center_player_on(spawn_transform) + + +## This method is called when the scene becomes fully visible to the user. +## +## The [param user_data] parameter is an optional parameter passed in when the +## scene is loaded - usually from the previous scene. +func scene_visible(user_data = null): + # Called after the scene becomes fully visible + pass + + +## This method is called before the start of transition from this scene to a +## new scene. +## +## The [param user_data] parameter is an optional parameter passed in when the +## scene transition is requested. +func scene_pre_exiting(user_data = null): + # Called before we start fading out and removing our scene + pass + + +## This method is called immediately before this scene is unloaded. +## +## +## The [param user_data] parameter is an optional parameter passed in when the +## scene transition is requested. +func scene_exiting(user_data = null): + # called right before we remove this scene + pass + + +## Transition to the main menu scene +## +## This function is used to transition to the main menu scene. The default +## implementation sends the [signal request_exit_to_main_menu]. +## +## Custom scene classes can override this function to add their logic, but +## should usually call this super method. +func exit_to_main_menu() -> void: + emit_signal("request_exit_to_main_menu") + + +## This function is used to transition to the specified scene. The default +## implementation sends the [signal request_load_scene]. +## +## Custom scene classes can override this function to add their logic, but +## should usually call this super method. +## +## The [param user_data] parameter is passed to the new scene, and can be used +## to relay information through the transition. The default behavior of +## [method scene_loaded] will attempt to interpret it as a spawn-point for the +## player as node-name, Vector3, or Transform3D. +## +## See [method scene_loaded] for options to provide advanced scene-transition +## functionality. +func load_scene(p_scene_path : String, user_data = null) -> void: + emit_signal("request_load_scene", p_scene_path, user_data) + + +## This function is used to reset the current scene. The default +## implementation sends the [signal request_reset_scene] which triggers +## a reload of the current scene. +## +## Custom scene classes can override this method to implement faster reset +## logic than is performed by the brute-force scene-reload performed by +## staging. +## +## Any [param user_data] provided is passed into the new scene. +func reset_scene(user_data = null) -> void: + emit_signal("request_reset_scene", user_data) + + +## This function is used to quit the XR experience. The default +## implementation sends the [signal request_quit] which triggers +## the XR experience to end. +## +## Custom scene classes can override this method to add their logic. +func quit() -> void: + emit_signal("request_quit") + + +func _on_riddle_cube_highlight_updated(pickable: Variant, enable: Variant) -> void: + pass # Replace with function body. diff --git a/escape-room-version-2/addons/godot-xr-tools/staging/scene_base.gd.uid b/escape-room-version-2/addons/godot-xr-tools/staging/scene_base.gd.uid new file mode 100644 index 0000000..e37e690 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/staging/scene_base.gd.uid @@ -0,0 +1 @@ +uid://gfsqjn18fs8j diff --git a/escape-room-version-2/addons/godot-xr-tools/staging/scene_base.tscn b/escape-room-version-2/addons/godot-xr-tools/staging/scene_base.tscn new file mode 100644 index 0000000..6f7bd13 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/staging/scene_base.tscn @@ -0,0 +1,22 @@ +[gd_scene load_steps=2 format=3 uid="uid://qbmx03iibuuu"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/staging/scene_base.gd" id="1"] + +[node name="SceneBase" type="Node3D"] +script = ExtResource("1") + +[node name="XROrigin3D" type="XROrigin3D" parent="."] + +[node name="XRCamera3D" type="XRCamera3D" parent="XROrigin3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.8, 0) +far = 300.0 + +[node name="LeftHand" type="XRController3D" parent="XROrigin3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.5, 1, -0.5) +tracker = &"left_hand" +pose = &"aim" + +[node name="RightHand" type="XRController3D" parent="XROrigin3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.5, 1, -0.5) +tracker = &"right_hand" +pose = &"aim" diff --git a/escape-room-version-2/addons/godot-xr-tools/staging/staging.gd b/escape-room-version-2/addons/godot-xr-tools/staging/staging.gd new file mode 100644 index 0000000..003e196 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/staging/staging.gd @@ -0,0 +1,309 @@ +@tool +class_name XRToolsStaging +extends Node3D + + +## XR Tools Staging Class +## +## When creating a game with multiple levels where you want to +## make use of background loading and have some nice structure +## in place, the Staging scene can be used as a base to handle +## all the startup and scene switching code. +## Just inherit this scene, set it up and make the resulting +## scene your startup scene. +## +## As different XR runtimes need slightly different setups you'll +## need to add the appropriate ARVROrigin setup to your scene. +## When using the OpenXR plugin this is as simple as adding the +## FPController script as a child node. +## +## Furthermore this scene has our loading screen and an anchor +## point into which we load the actual scene we wish the user +## to interact with. You can configure the first scene to load +## and kick off your game by setting the Main Scene property. +## +## If you are creating a game with a single level you may wish to +## simplify things. Check out the demo included in the source +## repository for the OpenXR plugin and then use the techniques +## explained in individual demos found here. + + +## This signal is emitted when the current scene starts to be unloaded. The +## [param scene] parameter is the path of the current scene, and the +## [param user_data] parameter is the optional data passed from the +## current scene to the next. +signal scene_exiting(scene, user_data) + +## This signal is emitted when the old scene has been unloaded and the user +## is fading into the loading scene. The [param user_data] parameter is the +## optional data provided by the old scene. +signal switching_to_loading_scene(user_data) + +## This signal is emitted when the new scene has been loaded before it becomes +## visible. The [param scene] parameter is the path of the new scene, and the +## [param user_data] parameter is the optional data passed from the old scene +## to the new scene. +signal scene_loaded(scene, user_data) + +## This signal is emitted when the new scene has become fully visible to the +## player. The [param scene] parameter is the path of the new scene, and the +## [param user_data] parameter is the optional data passed from the old scene +## to the new scene. +signal scene_visible(scene, user_data) + +## This signal is invoked when the XR experience starts. +signal xr_started + +## This signal is invoked when the XR experience ends. This usually occurs when +## the player removes the headset. The game may want to react by pausing until +## the player puts the headset back on and the [signal xr_started] signal is +## emitted. +signal xr_ended + + +## Main scene file +@export_file('*.tscn') var main_scene : String + +## If true, the player is prompted to continue +@export var prompt_for_continue : bool = true + + +## The current scene +var current_scene : XRToolsSceneBase + +## The current scene path +var current_scene_path : String + +# Tween for fading +var _tween : Tween + +## The [XROrigin3D] node used while staging +@onready var xr_origin : XROrigin3D = XRHelpers.get_xr_origin(self) + +## The [XRCamera3D] node used while staging +@onready var xr_camera : XRCamera3D = XRHelpers.get_xr_camera(self) + + +func _ready(): + # Do not initialise if in the editor + if Engine.is_editor_hint(): + return + + # Specify the camera to track + if xr_camera: + $LoadingScreen.set_camera(xr_camera) + + # We start by loading our main level scene + load_scene(main_scene) + + +# Verifies our staging has a valid configuration. +func _get_configuration_warnings() -> PackedStringArray: + var warnings := PackedStringArray() + + # Report missing XR Origin + var test_origin : XROrigin3D = XRHelpers.get_xr_origin(self) + if !test_origin: + warnings.append("No XROrigin3D node found, please add one") + + # Report missing XR Camera + var test_camera : XRCamera3D = XRHelpers.get_xr_camera(self) + if !test_camera: + warnings.append("No XRCamera3D node found, please add one to your XROrigin3D node") + + # Report main scene not specified + if main_scene == "": + warnings.append("No main scene selected") + + # Report main scene invalid + if !FileAccess.file_exists(main_scene): + warnings.append("Main scene doesn't exist") + + # Return warnings + return warnings + + +# Add support for is_xr_class on XRTools classes +func is_xr_class(name : String) -> bool: + return name == "XRToolsStaging" + + +## This function loads the [param p_scene_path] scene file. +## +## The [param user_data] parameter contains optional data passed from the old +## scene to the new scene. +## +## See [method XRToolsSceneBase.scene_loaded] for details on how to implement +## advanced scene-switching. +func load_scene(p_scene_path : String, user_data = null) -> void: + # Do not load if in the editor + if Engine.is_editor_hint(): + return + + if !xr_origin: + return + + if !xr_camera: + return + + # Start the threaded loading of the scene. If the scene is already cached + # then this will finish immediately with THREAD_LOAD_LOADED + ResourceLoader.load_threaded_request(p_scene_path) + + # If a current scene is visible then fade it out and unload it. + if current_scene: + # Report pre-exiting and remove the scene signals + current_scene.scene_pre_exiting(user_data) + _remove_signals(current_scene) + + # Fade to black + if _tween: + _tween.kill() + _tween = get_tree().create_tween() + _tween.tween_method(set_fade, 0.0, 1.0, 1.0) + await _tween.finished + + # Now we remove our scene + emit_signal("scene_exiting", current_scene, user_data) + current_scene.scene_exiting(user_data) + $Scene.remove_child(current_scene) + current_scene.queue_free() + current_scene = null + + # If a continue-prompt is desired or the new scene has not finished + # loading, then switch to the loading screen. + if prompt_for_continue or \ + ResourceLoader.load_threaded_get_status(p_scene_path) != ResourceLoader.THREAD_LOAD_LOADED: + + # Make our loading screen visible again and reset some stuff + xr_origin.set_process_internal(true) + xr_origin.current = true + xr_camera.current = true + $LoadingScreen.progress = 0.0 + $LoadingScreen.enable_press_to_continue = false + $LoadingScreen.follow_camera = true + $LoadingScreen.visible = true + switching_to_loading_scene.emit(user_data) + + # Fade to visible + if _tween: + _tween.kill() + _tween = get_tree().create_tween() + _tween.tween_method(set_fade, 1.0, 0.0, 1.0) + await _tween.finished + + # If the loading screen is visible then show the progress and optionally + # wait for the continue. Once done fade out the loading screen. + if $LoadingScreen.visible: + # Loop waiting for the scene to load + var res : ResourceLoader.ThreadLoadStatus + while true: + var progress := [] + res = ResourceLoader.load_threaded_get_status(p_scene_path, progress) + if res != ResourceLoader.THREAD_LOAD_IN_PROGRESS: + break; + + $LoadingScreen.progress = progress[0] + await get_tree().create_timer(0.1).timeout + + # Handle load error + if res != ResourceLoader.THREAD_LOAD_LOADED: + # Report the error to the log and console + push_error("Error ", res, " loading resource ", p_scene_path) + + # Halt if running in the debugger + # gdlint:ignore=expression-not-assigned + breakpoint + + # Terminate with a non-zero error code to indicate failure + get_tree().quit(1) + + # Wait for user to be ready + if prompt_for_continue: + $LoadingScreen.enable_press_to_continue = true + await $LoadingScreen.continue_pressed + + # Fade to black + if _tween: + _tween.kill() + _tween = get_tree().create_tween() + _tween.tween_method(set_fade, 0.0, 1.0, 1.0) + await _tween.finished + + # Hide our loading screen + $LoadingScreen.follow_camera = false + $LoadingScreen.visible = false + xr_origin.set_process_internal(false) + + # Get the loaded scene + var new_scene : PackedScene = ResourceLoader.load_threaded_get(p_scene_path) + + # Setup our new scene + current_scene = new_scene.instantiate() + current_scene_path = p_scene_path + $Scene.add_child(current_scene) + _add_signals(current_scene) + + # We create a small delay here to give tracking some time to update our nodes... + await get_tree().create_timer(0.1).timeout + current_scene.scene_loaded(user_data) + scene_loaded.emit(current_scene, user_data) + + # Fade to visible + if _tween: + _tween.kill() + _tween = get_tree().create_tween() + _tween.tween_method(set_fade, 1.0, 0.0, 1.0) + await _tween.finished + + # Report new scene visible + current_scene.scene_visible(user_data) + scene_visible.emit(current_scene, user_data) + + +## This method sets the fade-alpha for scene transitions. The [param p_value] +## parameter must be in the range [0.0 - 1.0]. +## +## Our fade object allows us to black out the screen for transitions. +## Note that our AABB is set to HUGE so it should always be rendered +## unless hidden. +func set_fade(p_value : float): + XRToolsFade.set_fade("staging", Color(0, 0, 0, p_value)) + + +func _add_signals(p_scene : XRToolsSceneBase): + p_scene.connect("request_exit_to_main_menu", _on_exit_to_main_menu) + p_scene.connect("request_load_scene", _on_load_scene) + p_scene.connect("request_reset_scene", _on_reset_scene) + p_scene.connect("request_quit", _on_quit) + + +func _remove_signals(p_scene : XRToolsSceneBase): + p_scene.disconnect("request_exit_to_main_menu", _on_exit_to_main_menu) + p_scene.disconnect("request_load_scene", _on_load_scene) + p_scene.disconnect("request_reset_scene", _on_reset_scene) + p_scene.disconnect("request_quit", _on_quit) + + +func _on_exit_to_main_menu(): + load_scene(main_scene) + + +func _on_load_scene(p_scene_path : String, user_data): + load_scene(p_scene_path, user_data) + + +func _on_reset_scene(user_data): + load_scene(current_scene_path, user_data) + + +func _on_quit(): + $StartXR.end_xr() + + +func _on_StartXR_xr_started(): + emit_signal("xr_started") + + +func _on_StartXR_xr_ended(): + emit_signal("xr_ended") diff --git a/escape-room-version-2/addons/godot-xr-tools/staging/staging.gd.uid b/escape-room-version-2/addons/godot-xr-tools/staging/staging.gd.uid new file mode 100644 index 0000000..a582fe5 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/staging/staging.gd.uid @@ -0,0 +1 @@ +uid://b3yopox45hxjp diff --git a/escape-room-version-2/addons/godot-xr-tools/staging/staging.tscn b/escape-room-version-2/addons/godot-xr-tools/staging/staging.tscn new file mode 100644 index 0000000..6611b7d --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/staging/staging.tscn @@ -0,0 +1,38 @@ +[gd_scene load_steps=7 format=3 uid="uid://bnqnnnet4dw12"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/staging/staging.gd" id="1"] +[ext_resource type="PackedScene" uid="uid://bqumugyvkct4r" path="res://addons/godot-xr-tools/staging/loading_screen.tscn" id="2"] +[ext_resource type="PackedScene" uid="uid://wtpox7m5vu2b" path="res://addons/godot-xr-tools/effects/fade.tscn" id="2_htugy"] +[ext_resource type="Environment" uid="uid://ckiwtcdsam7ed" path="res://addons/godot-xr-tools/staging/staging_env.tres" id="3_40x3a"] +[ext_resource type="PackedScene" uid="uid://btknduttnmoxf" path="res://addons/godot-xr-tools/misc/vr_common_shader_cache.tscn" id="5"] +[ext_resource type="PackedScene" uid="uid://clc5dre31iskm" path="res://addons/godot-xr-tools/xr/start_xr.tscn" id="6_balvx"] + +[node name="Staging" type="Node3D"] +script = ExtResource("1") + +[node name="Fade" parent="." instance=ExtResource("2_htugy")] + +[node name="XROrigin3D" type="XROrigin3D" parent="."] + +[node name="XRCamera3D" type="XRCamera3D" parent="XROrigin3D"] +environment = ExtResource("3_40x3a") + +[node name="VRCommonShaderCache" parent="XROrigin3D/XRCamera3D" instance=ExtResource("5")] + +[node name="LeftHandController" type="XRController3D" parent="XROrigin3D"] +tracker = &"left_hand" +pose = &"aim" + +[node name="RightHandController" type="XRController3D" parent="XROrigin3D"] +tracker = &"right_hand" +pose = &"aim" + +[node name="LoadingScreen" parent="." instance=ExtResource("2")] +progress = 0.0 + +[node name="Scene" type="Node3D" parent="."] + +[node name="StartXR" parent="." instance=ExtResource("6_balvx")] + +[connection signal="xr_ended" from="StartXR" to="." method="_on_StartXR_xr_ended"] +[connection signal="xr_started" from="StartXR" to="." method="_on_StartXR_xr_started"] diff --git a/escape-room-version-2/addons/godot-xr-tools/staging/staging_env.tres b/escape-room-version-2/addons/godot-xr-tools/staging/staging_env.tres new file mode 100644 index 0000000..00f0655 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/staging/staging_env.tres @@ -0,0 +1,7 @@ +[gd_resource type="Environment" load_steps=2 format=3 uid="uid://ckiwtcdsam7ed"] + +[sub_resource type="Sky" id="1"] + +[resource] +background_mode = 1 +sky = SubResource("1") diff --git a/escape-room-version-2/addons/godot-xr-tools/user_settings/user_settings.gd b/escape-room-version-2/addons/godot-xr-tools/user_settings/user_settings.gd new file mode 100644 index 0000000..c6f513f --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/user_settings/user_settings.gd @@ -0,0 +1,223 @@ +extends Node + + +## Emitted when the WebXR primary is changed (either by the user or auto detected). +signal webxr_primary_changed (value) + + +enum WebXRPrimary { + AUTO, + THUMBSTICK, + TRACKPAD, +} + + +@export_group("Input") + +## User setting for snap-turn +@export var snap_turning : bool = true + +## User setting for y axis dead zone +@export var y_axis_dead_zone : float = 0.1 + +## User setting for y axis dead zone +@export var x_axis_dead_zone : float = 0.2 + +## Used to control rumble like volume +@export_range(0.0, 1.0, 0.05) var haptics_scale := 1.0 + +@export_group("Player") + +## User setting for player height +@export var player_height : float = 1.85: set = set_player_height + +@export_group("WebXR") + +## User setting for WebXR primary +@export var webxr_primary : WebXRPrimary = WebXRPrimary.AUTO: set = set_webxr_primary + + +## Settings file name to persist user settings +var settings_file_name : String = "user://xtools_user_settings.json" + +## Records the first input to generate input (thumbstick or trackpad). +var webxr_auto_primary := 0 + + +# Called when the node enters the scene tree for the first time. +func _ready(): + var webxr_interface = XRServer.find_interface("WebXR") + if webxr_interface: + XRServer.tracker_added.connect(self._on_webxr_tracker_added) + + _load() + + +## Reset to default values +func reset_to_defaults() -> void: + # Reset to defaults. + # Where applicable we obtain our project settings + snap_turning = XRTools.get_default_snap_turning() + y_axis_dead_zone = XRTools.get_y_axis_dead_zone() + x_axis_dead_zone = XRTools.get_x_axis_dead_zone() + player_height = XRTools.get_player_standard_height() + webxr_primary = WebXRPrimary.AUTO + webxr_auto_primary = 0 + haptics_scale = XRToolsRumbleManager.get_default_haptics_scale() + +## Set the player height property +func set_player_height(new_value : float) -> void: + player_height = clamp(new_value, 1.0, 2.5) + +## Set the WebXR primary +func set_webxr_primary(new_value : WebXRPrimary) -> void: + webxr_primary = new_value + if webxr_primary == WebXRPrimary.AUTO: + if webxr_auto_primary == 0: + # Don't emit the signal yet, wait until we detect which to use. + pass + else: + webxr_primary_changed.emit(webxr_auto_primary) + else: + webxr_primary_changed.emit(webxr_primary) + + +## Gets the WebXR primary (taking into account auto detection). +func get_real_webxr_primary() -> WebXRPrimary: + if webxr_primary == WebXRPrimary.AUTO: + return webxr_auto_primary + return webxr_primary + + +## Save the settings to file +func save() -> void: + # Convert the settings to a dictionary + var settings := { + "input" : { + "default_snap_turning" : snap_turning, + "y_axis_dead_zone" : y_axis_dead_zone, + "x_axis_dead_zone" : x_axis_dead_zone, + "haptics_scale": haptics_scale + }, + "player" : { + "height" : player_height + }, + "webxr" : { + "webxr_primary" : webxr_primary, + } + } + + # Convert the settings dictionary to text + var settings_text := JSON.stringify(settings) + + # Attempt to open the settings file for writing + var file := FileAccess.open(settings_file_name, FileAccess.WRITE) + if not file: + push_warning("Unable to write to %s" % settings_file_name) + return + + # Write the settings text to the file + file.store_line(settings_text) + file.close() + + +## Get the action associated with a WebXR primary choice +static func get_webxr_primary_action(primary : WebXRPrimary) -> String: + match primary: + WebXRPrimary.THUMBSTICK: + return "thumbstick" + + WebXRPrimary.TRACKPAD: + return "trackpad" + + _: + return "auto" + + +## Load the settings from file +func _load() -> void: + # First reset our values + reset_to_defaults() + + # Skip if no settings file found + if !FileAccess.file_exists(settings_file_name): + return + + # Attempt to open the settings file for reading + var file := FileAccess.open(settings_file_name, FileAccess.READ) + if not file: + push_warning("Unable to read from %s" % settings_file_name) + return + + # Read the settings text + var settings_text := file.get_as_text() + file.close() + + # Parse the settings text and verify it's a dictionary + var settings_raw = JSON.parse_string(settings_text) + if typeof(settings_raw) != TYPE_DICTIONARY: + push_warning("Settings file %s is corrupt" % settings_file_name) + return + + # Parse our input settings + var settings : Dictionary = settings_raw + if settings.has("input"): + var input : Dictionary = settings["input"] + if input.has("default_snap_turning"): + snap_turning = input["default_snap_turning"] + if input.has("y_axis_dead_zone"): + y_axis_dead_zone = input["y_axis_dead_zone"] + if input.has("x_axis_dead_zone"): + x_axis_dead_zone = input["x_axis_dead_zone"] + if input.has("haptics_scale"): + haptics_scale = input["haptics_scale"] + + # Parse our player settings + if settings.has("player"): + var player : Dictionary = settings["player"] + if player.has("height"): + player_height = player["height"] + + # Parse our WebXR settings + if settings.has("webxr"): + var webxr : Dictionary = settings["webxr"] + if webxr.has("webxr_primary"): + webxr_primary = webxr["webxr_primary"] + + +## Used to connect to tracker events when using WebXR. +func _on_webxr_tracker_added(tracker_name: StringName, _type: int) -> void: + if tracker_name == &"left_hand" or tracker_name == &"right_hand": + var tracker := XRServer.get_tracker(tracker_name) + tracker.input_vector2_changed.connect(self._on_webxr_vector2_changed) + + +## Used to auto detect which "primary" input gets used first. +func _on_webxr_vector2_changed(name: String, _vector: Vector2) -> void: + if webxr_auto_primary == 0: + if name == "thumbstick": + webxr_auto_primary = WebXRPrimary.THUMBSTICK + elif name == "trackpad": + webxr_auto_primary = WebXRPrimary.TRACKPAD + + if webxr_auto_primary != 0: + # Let the developer know which one is chosen. + webxr_primary_changed.emit(webxr_auto_primary) + +## Helper function to remap input vector with deadzone values +func get_adjusted_vector2(p_controller, p_input_action): + var vector = Vector2.ZERO + var original_vector = p_controller.get_vector2(p_input_action) + + if abs(original_vector.y) > y_axis_dead_zone: + vector.y = remap(abs(original_vector.y), y_axis_dead_zone, 1, 0, 1) + if original_vector.y < 0: + vector.y *= -1 + + if abs(original_vector.x) > x_axis_dead_zone: + vector.x = remap(abs(original_vector.x), x_axis_dead_zone, 1, 0, 1) + if original_vector.x < 0: + vector.x *= -1 + + return vector + diff --git a/escape-room-version-2/addons/godot-xr-tools/user_settings/user_settings.gd.uid b/escape-room-version-2/addons/godot-xr-tools/user_settings/user_settings.gd.uid new file mode 100644 index 0000000..128d949 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/user_settings/user_settings.gd.uid @@ -0,0 +1 @@ +uid://d0eeh738jbcg0 diff --git a/escape-room-version-2/addons/godot-xr-tools/user_settings/user_settings_ui.gd b/escape-room-version-2/addons/godot-xr-tools/user_settings/user_settings_ui.gd new file mode 100644 index 0000000..1acddf0 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/user_settings/user_settings_ui.gd @@ -0,0 +1,74 @@ +extends TabContainer + +signal player_height_changed(new_height) + +@onready var snap_turning_button = $Input/InputVBox/SnapTurning/SnapTurningCB +@onready var haptics_scale_slider = $Input/InputVBox/HapticsScale/HapticsScaleSlider +@onready var y_deadzone_slider = $Input/InputVBox/yAxisDeadZone/yAxisDeadZoneSlider +@onready var x_deadzone_slider = $Input/InputVBox/xAxisDeadZone/xAxisDeadZoneSlider +@onready var player_height_slider = $Player/PlayerVBox/PlayerHeight/PlayerHeightSlider +@onready var webxr_primary_button = $WebXR/WebXRVBox/WebXR/WebXRPrimary + +func _update(): + # Input + snap_turning_button.button_pressed = XRToolsUserSettings.snap_turning + y_deadzone_slider.value = XRToolsUserSettings.y_axis_dead_zone + x_deadzone_slider.value = XRToolsUserSettings.x_axis_dead_zone + haptics_scale_slider.value = XRToolsUserSettings.haptics_scale + + # Player + player_height_slider.value = XRToolsUserSettings.player_height + + # WebXR + webxr_primary_button.selected = XRToolsUserSettings.webxr_primary + + +# Called when the node enters the scene tree for the first time. +func _ready(): + var webxr_interface = XRServer.find_interface("WebXR") + set_tab_hidden(2, webxr_interface == null) + + if XRToolsUserSettings: + _update() + else: + $Save/Button.disabled = true + + +func _on_Save_pressed(): + if XRToolsUserSettings: + # Save + XRToolsUserSettings.save() + + +func _on_Reset_pressed(): + if XRToolsUserSettings: + XRToolsUserSettings.reset_to_defaults() + _update() + emit_signal("player_height_changed", XRToolsUserSettings.player_height) + + +# Input settings changed +func _on_SnapTurningCB_pressed(): + XRToolsUserSettings.snap_turning = snap_turning_button.button_pressed + + +# Player settings changed +func _on_PlayerHeightSlider_drag_ended(_value_changed): + XRToolsUserSettings.player_height = player_height_slider.value + emit_signal("player_height_changed", XRToolsUserSettings.player_height) + + +func _on_web_xr_primary_item_selected(index: int) -> void: + XRToolsUserSettings.webxr_primary = index + + +func _on_y_axis_dead_zone_slider_value_changed(value): + XRToolsUserSettings.y_axis_dead_zone = y_deadzone_slider.value + + +func _on_x_axis_dead_zone_slider_value_changed(value): + XRToolsUserSettings.x_axis_dead_zone = x_deadzone_slider.value + + +func _on_haptics_scale_slider_value_changed(value): + XRToolsUserSettings.haptics_scale = value diff --git a/escape-room-version-2/addons/godot-xr-tools/user_settings/user_settings_ui.gd.uid b/escape-room-version-2/addons/godot-xr-tools/user_settings/user_settings_ui.gd.uid new file mode 100644 index 0000000..a980580 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/user_settings/user_settings_ui.gd.uid @@ -0,0 +1 @@ +uid://5kilm2ajco7c diff --git a/escape-room-version-2/addons/godot-xr-tools/user_settings/user_settings_ui.tscn b/escape-room-version-2/addons/godot-xr-tools/user_settings/user_settings_ui.tscn new file mode 100644 index 0000000..417e6cb --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/user_settings/user_settings_ui.tscn @@ -0,0 +1,199 @@ +[gd_scene load_steps=2 format=3 uid="uid://ytsxet2k47lj"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/user_settings/user_settings_ui.gd" id="1"] + +[node name="UserSettingsUI" type="TabContainer"] +offset_right = 214.0 +offset_bottom = 126.0 +size_flags_horizontal = 3 +size_flags_vertical = 3 +theme_override_font_sizes/font_size = 12 +script = ExtResource("1") + +[node name="Input" type="MarginContainer" parent="."] +layout_mode = 2 +theme_override_constants/margin_left = 5 +theme_override_constants/margin_top = 5 +theme_override_constants/margin_right = 5 +theme_override_constants/margin_bottom = 5 + +[node name="InputVBox" type="VBoxContainer" parent="Input"] +layout_mode = 2 + +[node name="SnapTurning" type="HBoxContainer" parent="Input/InputVBox"] +layout_mode = 2 + +[node name="Label" type="Label" parent="Input/InputVBox/SnapTurning"] +layout_mode = 2 +theme_override_font_sizes/font_size = 12 +text = "Snap turning:" + +[node name="SnapTurningCB" type="CheckBox" parent="Input/InputVBox/SnapTurning"] +layout_mode = 2 + +[node name="yAxisDeadZone" type="HBoxContainer" parent="Input/InputVBox"] +layout_mode = 2 + +[node name="Label" type="Label" parent="Input/InputVBox/yAxisDeadZone"] +layout_mode = 2 +theme_override_font_sizes/font_size = 12 +text = "Y axis dead zone" + +[node name="yAxisDeadZoneSlider" type="HSlider" parent="Input/InputVBox/yAxisDeadZone"] +layout_mode = 2 +size_flags_horizontal = 3 +max_value = 0.5 +step = 0.01 +value = 0.1 + +[node name="xAxisDeadZone" type="HBoxContainer" parent="Input/InputVBox"] +layout_mode = 2 + +[node name="Label" type="Label" parent="Input/InputVBox/xAxisDeadZone"] +layout_mode = 2 +theme_override_font_sizes/font_size = 12 +text = "X axis dead zone" + +[node name="xAxisDeadZoneSlider" type="HSlider" parent="Input/InputVBox/xAxisDeadZone"] +layout_mode = 2 +size_flags_horizontal = 3 +max_value = 0.5 +step = 0.01 +value = 0.2 + +[node name="HapticsScale" type="HBoxContainer" parent="Input/InputVBox"] +layout_mode = 2 + +[node name="Label" type="Label" parent="Input/InputVBox/HapticsScale"] +layout_mode = 2 +theme_override_font_sizes/font_size = 12 +text = "Haptics Scale" + +[node name="HapticsScaleSlider" type="HSlider" parent="Input/InputVBox/HapticsScale"] +layout_mode = 2 +size_flags_horizontal = 3 +max_value = 1.0 +step = 0.01 +value = 1.0 + +[node name="HSeparator" type="HSeparator" parent="Input/InputVBox"] +layout_mode = 2 + +[node name="Buttons" type="HBoxContainer" parent="Input/InputVBox"] +layout_mode = 2 +alignment = 1 + +[node name="Save" type="Button" parent="Input/InputVBox/Buttons"] +layout_mode = 2 +theme_override_font_sizes/font_size = 12 +text = "Apply" + +[node name="Reset" type="Button" parent="Input/InputVBox/Buttons"] +layout_mode = 2 +theme_override_font_sizes/font_size = 12 +text = "Reset" + +[node name="Player" type="MarginContainer" parent="."] +visible = false +layout_mode = 2 +theme_override_constants/margin_left = 5 +theme_override_constants/margin_top = 5 +theme_override_constants/margin_right = 5 +theme_override_constants/margin_bottom = 5 + +[node name="PlayerVBox" type="VBoxContainer" parent="Player"] +layout_mode = 2 + +[node name="PlayerHeight" type="HBoxContainer" parent="Player/PlayerVBox"] +layout_mode = 2 + +[node name="Label" type="Label" parent="Player/PlayerVBox/PlayerHeight"] +layout_mode = 2 +theme_override_font_sizes/font_size = 12 +text = "Height adjust:" + +[node name="PlayerHeightSlider" type="HSlider" parent="Player/PlayerVBox/PlayerHeight"] +layout_mode = 2 +size_flags_horizontal = 3 +min_value = 1.0 +max_value = 2.5 +step = 0.05 +value = 1.5 + +[node name="HSeparator" type="HSeparator" parent="Player/PlayerVBox"] +layout_mode = 2 + +[node name="Buttons" type="HBoxContainer" parent="Player/PlayerVBox"] +layout_mode = 2 +alignment = 1 + +[node name="Save" type="Button" parent="Player/PlayerVBox/Buttons"] +layout_mode = 2 +theme_override_font_sizes/font_size = 12 +text = "Apply" + +[node name="Reset" type="Button" parent="Player/PlayerVBox/Buttons"] +layout_mode = 2 +theme_override_font_sizes/font_size = 12 +text = "Reset" + +[node name="WebXR" type="MarginContainer" parent="."] +visible = false +layout_mode = 2 +theme_override_constants/margin_left = 5 +theme_override_constants/margin_top = 5 +theme_override_constants/margin_right = 5 +theme_override_constants/margin_bottom = 5 + +[node name="WebXRVBox" type="VBoxContainer" parent="WebXR"] +layout_mode = 2 + +[node name="WebXR" type="HBoxContainer" parent="WebXR/WebXRVBox"] +layout_mode = 2 + +[node name="Label" type="Label" parent="WebXR/WebXRVBox/WebXR"] +layout_mode = 2 +theme_override_font_sizes/font_size = 12 +text = "WebXR primary:" + +[node name="WebXRPrimary" type="OptionButton" parent="WebXR/WebXRVBox/WebXR"] +layout_mode = 2 +theme_override_font_sizes/font_size = 12 +item_count = 3 +selected = 0 +popup/item_0/text = "Auto" +popup/item_0/id = 0 +popup/item_1/text = "Thumbstick" +popup/item_1/id = 1 +popup/item_2/text = "Trackpad" +popup/item_2/id = 2 + +[node name="HSeparator" type="HSeparator" parent="WebXR/WebXRVBox"] +layout_mode = 2 + +[node name="Buttons" type="HBoxContainer" parent="WebXR/WebXRVBox"] +layout_mode = 2 +alignment = 1 + +[node name="Save" type="Button" parent="WebXR/WebXRVBox/Buttons"] +layout_mode = 2 +theme_override_font_sizes/font_size = 12 +text = "Apply" + +[node name="Reset" type="Button" parent="WebXR/WebXRVBox/Buttons"] +layout_mode = 2 +theme_override_font_sizes/font_size = 12 +text = "Reset" + +[connection signal="pressed" from="Input/InputVBox/SnapTurning/SnapTurningCB" to="." method="_on_SnapTurningCB_pressed"] +[connection signal="value_changed" from="Input/InputVBox/yAxisDeadZone/yAxisDeadZoneSlider" to="." method="_on_y_axis_dead_zone_slider_value_changed"] +[connection signal="value_changed" from="Input/InputVBox/xAxisDeadZone/xAxisDeadZoneSlider" to="." method="_on_x_axis_dead_zone_slider_value_changed"] +[connection signal="value_changed" from="Input/InputVBox/HapticsScale/HapticsScaleSlider" to="." method="_on_haptics_scale_slider_value_changed"] +[connection signal="pressed" from="Input/InputVBox/Buttons/Save" to="." method="_on_Save_pressed"] +[connection signal="pressed" from="Input/InputVBox/Buttons/Reset" to="." method="_on_Reset_pressed"] +[connection signal="drag_ended" from="Player/PlayerVBox/PlayerHeight/PlayerHeightSlider" to="." method="_on_PlayerHeightSlider_drag_ended"] +[connection signal="pressed" from="Player/PlayerVBox/Buttons/Save" to="." method="_on_Save_pressed"] +[connection signal="pressed" from="Player/PlayerVBox/Buttons/Reset" to="." method="_on_Reset_pressed"] +[connection signal="item_selected" from="WebXR/WebXRVBox/WebXR/WebXRPrimary" to="." method="_on_PlayerHeightSlider_drag_ended"] +[connection signal="pressed" from="WebXR/WebXRVBox/Buttons/Save" to="." method="_on_Save_pressed"] +[connection signal="pressed" from="WebXR/WebXRVBox/Buttons/Reset" to="." method="_on_Reset_pressed"] diff --git a/escape-room-version-2/addons/godot-xr-tools/xr/start_xr.gd b/escape-room-version-2/addons/godot-xr-tools/xr/start_xr.gd new file mode 100644 index 0000000..19ebd21 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/xr/start_xr.gd @@ -0,0 +1,344 @@ +@tool +class_name XRToolsStartXR +extends Node + + +## XRTools Start XR Class +## +## This class supports both the OpenXR and WebXR interfaces, and handles +## the initialization of the interface as well as reporting when the user +## starts and ends the VR session. +## +## For OpenXR this class also supports passthrough on compatible devices. + + +## This signal is emitted when XR becomes active. For OpenXR this corresponds +## with the 'openxr_focused_state' signal which occurs when the application +## starts receiving XR input, and for WebXR this corresponds with the +## 'session_started' signal. +signal xr_started + +## This signal is emitted when XR ends. For OpenXR this corresponds with the +## 'openxr_visible_state' state which occurs when the application has lost +## XR input focus, and for WebXR this corresponds with the 'session_ended' +## signal. +signal xr_ended + +## This signal is emitted if XR fails to initialize. +signal xr_failed_to_initialize + + +## XR active flag +static var _xr_active : bool = false + + +## Optional viewport to control +@export var viewport : Viewport + +## Adjusts the pixel density on the rendering target +@export var render_target_size_multiplier : float = 1.0 + +## If true, the XR passthrough is enabled (OpenXR only) +@export var enable_passthrough : bool = false: set = _set_enable_passthrough + +## Physics rate multiplier compared to HMD frame rate +@export var physics_rate_multiplier : int = 1 + +## If non-zero, specifies the target refresh rate +@export var target_refresh_rate : float = 0 + + +## Current XR interface +var xr_interface : XRInterface + +## XR frame rate +var xr_frame_rate : float = 0 + +# Is a WebXR is_session_supported query running +var _webxr_session_query : bool = false + + +# Handle auto-initialization when ready +func _ready() -> void: + if !Engine.is_editor_hint(): + _initialize() + + +## Initialize the XR interface +func _initialize() -> bool: + # Check for OpenXR interface + xr_interface = XRServer.find_interface('OpenXR') + if xr_interface: + return _setup_for_openxr() + + # Check for WebXR interface + xr_interface = XRServer.find_interface('WebXR') + if xr_interface: + return _setup_for_webxr() + + # No XR interface + xr_interface = null + print("No XR interface detected") + xr_failed_to_initialize.emit() + return false + + +## End the XR experience +func end_xr() -> void: + # For WebXR drop the interactive experience and go back to the web page + if xr_interface is WebXRInterface: + # Uninitialize the WebXR interface + xr_interface.uninitialize() + return + + # Terminate the application + get_tree().quit() + + +## Test if XR is active +static func is_xr_active() -> bool: + return _xr_active + + +## Get the XR viewport +func get_xr_viewport() -> Viewport: + # Use the specified viewport if set + if viewport: + return viewport + + # Use the default viewport + return get_viewport() + + +# Check for configuration issues +func _get_configuration_warnings() -> PackedStringArray: + var warnings := PackedStringArray() + + if physics_rate_multiplier < 1: + warnings.append("Physics rate multiplier should be at least 1x the HMD rate") + + return warnings + + +# Perform OpenXR setup +func _setup_for_openxr() -> bool: + print("OpenXR: Configuring interface") + + # Set the render target size multiplier + xr_interface.render_target_size_multiplier = render_target_size_multiplier + + # Initialize the OpenXR interface + if not xr_interface.is_initialized(): + print("OpenXR: Initializing interface") + if not xr_interface.initialize(): + push_error("OpenXR: Failed to initialize") + xr_failed_to_initialize.emit() + return false + + # Connect the OpenXR events + xr_interface.connect("session_begun", _on_openxr_session_begun) + xr_interface.connect("session_visible", _on_openxr_visible_state) + xr_interface.connect("session_focussed", _on_openxr_focused_state) + + # Check for passthrough + if enable_passthrough and xr_interface.is_passthrough_supported(): + enable_passthrough = xr_interface.start_passthrough() + + # Disable vsync + DisplayServer.window_set_vsync_mode(DisplayServer.VSYNC_DISABLED) + + # Switch the viewport to XR + get_xr_viewport().transparent_bg = enable_passthrough + get_xr_viewport().use_xr = true + + # Report success + return true + + +# Handle OpenXR session ready +func _on_openxr_session_begun() -> void: + print("OpenXR: Session begun") + + # Set the XR frame rate + _set_xr_frame_rate() + + +# Handle OpenXR visible state +func _on_openxr_visible_state() -> void: + # Report the XR ending + if _xr_active: + print("OpenXR: XR ended (visible_state)") + _xr_active = false + xr_ended.emit() + + +# Handle OpenXR focused state +func _on_openxr_focused_state() -> void: + # Report the XR starting + if not _xr_active: + print("OpenXR: XR started (focused_state)") + _xr_active = true + xr_started.emit() + + +# Handle changes to the enable_passthrough property +func _set_enable_passthrough(p_new_value : bool) -> void: + # Save the new value + enable_passthrough = p_new_value + + # Only actually start our passthrough if our interface has been instanced + # if not this will be delayed until initialise is successfully called. + if xr_interface: + if enable_passthrough: + # unset enable_passthrough if we can't start it. + enable_passthrough = xr_interface.start_passthrough() + else: + xr_interface.stop_passthrough() + + # Update transparent background + get_xr_viewport().transparent_bg = enable_passthrough + + +# Perform WebXR setup +func _setup_for_webxr() -> bool: + print("WebXR: Configuring interface") + + # Connect the WebXR events + xr_interface.connect("session_supported", _on_webxr_session_supported) + xr_interface.connect("session_started", _on_webxr_session_started) + xr_interface.connect("session_ended", _on_webxr_session_ended) + xr_interface.connect("session_failed", _on_webxr_session_failed) + + # If the viewport is already in XR mode then we are done. + if get_xr_viewport().use_xr: + return true + + # This returns immediately - our _webxr_session_supported() method + # (which we connected to the "session_supported" signal above) will + # be called sometime later to let us know if it's supported or not. + _webxr_session_query = true + xr_interface.is_session_supported('immersive-ar' if enable_passthrough else 'immersive-vr') + + # Report success + return true + + +# Handle WebXR session supported check +func _on_webxr_session_supported(session_mode: String, supported: bool) -> void: + # Skip if not running session-query + if not _webxr_session_query: + return + + # Clear the query flag + _webxr_session_query = false + + # Report if not supported + if not supported: + OS.alert("Your web browser doesn't support " + session_mode + ". Sorry!") + xr_failed_to_initialize.emit() + return + + # WebXR supported - show canvas on web browser to enter WebVR + $EnterWebXR.visible = true + + +# Called when the WebXR session has started successfully +func _on_webxr_session_started() -> void: + print("WebXR: Session started") + + # Set the XR frame rate + _set_xr_frame_rate() + + # Hide the canvas and switch the viewport to XR + $EnterWebXR.visible = false + get_xr_viewport().transparent_bg = enable_passthrough + get_xr_viewport().use_xr = true + + # Report the XR starting + _xr_active = true + xr_started.emit() + + +# Called when the user ends the immersive VR session +func _on_webxr_session_ended() -> void: + print("WebXR: Session ended") + + # Show the canvas and switch the viewport to non-XR + $EnterWebXR.visible = true + get_xr_viewport().transparent_bg = false + get_xr_viewport().use_xr = false + + # Report the XR ending + _xr_active = false + xr_ended.emit() + + +# Called when the immersive VR session fails to start +func _on_webxr_session_failed(message: String) -> void: + OS.alert("Unable to enter VR: " + message) + $EnterWebXR.visible = true + + +# Handle the Enter VR button on the WebXR browser +func _on_enter_webxr_button_pressed() -> void: + # Configure the WebXR interface + xr_interface.session_mode = 'immersive-ar' if enable_passthrough else 'immersive-vr' + xr_interface.requested_reference_space_types = 'bounded-floor, local-floor, local' + xr_interface.required_features = 'local-floor' + xr_interface.optional_features = 'bounded-floor' + + # Add hand-tracking if enabled in the project settings + if ProjectSettings.get_setting_with_override("xr/openxr/extensions/hand_tracking"): + xr_interface.optional_features += ", hand-tracking" + + # Initialize the interface. This should trigger either _on_webxr_session_started + # or _on_webxr_session_failed + if not xr_interface.initialize(): + OS.alert("Failed to initialize WebXR") + + +# Set the XR frame rate to the configured value +func _set_xr_frame_rate() -> void: + # Get the reported refresh rate + xr_frame_rate = xr_interface.get_display_refresh_rate() + if xr_frame_rate > 0: + print("StartXR: Refresh rate reported as ", str(xr_frame_rate)) + else: + print("StartXR: No refresh rate given by XR runtime") + + # Pick a desired refresh rate + var desired_rate := target_refresh_rate if target_refresh_rate > 0 else xr_frame_rate + var available_rates : Array = xr_interface.get_available_display_refresh_rates() + if available_rates.size() == 0: + print("StartXR: Target does not support refresh rate extension") + elif available_rates.size() == 1: + print("StartXR: Target supports only one refresh rate") + elif desired_rate > 0: + print("StartXR: Available refresh rates are ", str(available_rates)) + var rate = _find_closest(available_rates, desired_rate) + if rate > 0: + print("StartXR: Setting refresh rate to ", str(rate)) + xr_interface.set_display_refresh_rate(rate) + xr_frame_rate = rate + + # Pick a physics rate + var active_rate := xr_frame_rate if xr_frame_rate > 0 else 144.0 + var physics_rate := int(round(active_rate * physics_rate_multiplier)) + print("StartXR: Setting physics rate to ", physics_rate) + Engine.physics_ticks_per_second = physics_rate + + +# Find the closest value in the array to the target +func _find_closest(values : Array, target : float) -> float: + # Return 0 if no values + if values.size() == 0: + return 0.0 + + # Find the closest value to the target + var best : float = values.front() + for v in values: + if abs(target - v) < abs(target - best): + best = v + + # Return the best value + return best diff --git a/escape-room-version-2/addons/godot-xr-tools/xr/start_xr.gd.uid b/escape-room-version-2/addons/godot-xr-tools/xr/start_xr.gd.uid new file mode 100644 index 0000000..f96f363 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/xr/start_xr.gd.uid @@ -0,0 +1 @@ +uid://dp3ij8dxt7on6 diff --git a/escape-room-version-2/addons/godot-xr-tools/xr/start_xr.tscn b/escape-room-version-2/addons/godot-xr-tools/xr/start_xr.tscn new file mode 100644 index 0000000..4ef8287 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/xr/start_xr.tscn @@ -0,0 +1,25 @@ +[gd_scene load_steps=2 format=3 uid="uid://clc5dre31iskm"] + +[ext_resource type="Script" path="res://addons/godot-xr-tools/xr/start_xr.gd" id="1_ljt1b"] + +[node name="StartXR" type="Node"] +script = ExtResource("1_ljt1b") + +[node name="EnterWebXR" type="CanvasLayer" parent="."] +visible = false + +[node name="EnterVRButton" type="Button" parent="EnterWebXR"] +anchors_preset = 8 +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +offset_left = -132.0 +offset_top = -52.5 +offset_right = 132.0 +offset_bottom = 52.5 +grow_horizontal = 2 +grow_vertical = 2 +text = "Enter VR" + +[connection signal="pressed" from="EnterWebXR/EnterVRButton" to="." method="_on_enter_webxr_button_pressed"] diff --git a/escape-room-version-2/addons/godot-xr-tools/xr_tools.gd b/escape-room-version-2/addons/godot-xr-tools/xr_tools.gd new file mode 100644 index 0000000..77e9035 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/xr_tools.gd @@ -0,0 +1,262 @@ +class_name XRTools +extends Node + +## Below are helper functions to obtain various project settings that drive +## the default behavior of XR Tools. The project settings themselves are +## registered in plugin.gd. +## Some of these settings can be overridden by the user through user settings. + +static func get_grip_threshold() -> float: + # can return null which is not a float, so don't type this! + var threshold = 0.7 + + if ProjectSettings.has_setting("godot_xr_tools/input/grip_threshold"): + threshold = ProjectSettings.get_setting("godot_xr_tools/input/grip_threshold") + + if !(threshold >= 0.2 and threshold <= 0.8): + # out of bounds? reset to default + threshold = 0.7 + + return threshold + +static func set_grip_threshold(p_threshold : float) -> void: + if !(p_threshold >= 0.2 and p_threshold <= 0.8): + print("Threshold out of bounds") + return + + ProjectSettings.set_setting("godot_xr_tools/input/grip_threshold", p_threshold) + +static func get_y_axis_dead_zone() -> float: + # can return null which is not a float, so don't type this! + var deadzone = 0.1 + + if ProjectSettings.has_setting("godot_xr_tools/input/y_axis_dead_zone"): + deadzone = ProjectSettings.get_setting("godot_xr_tools/input/y_axis_dead_zone") + + if !(deadzone >= 0.0 and deadzone <= 0.5): + # out of bounds? reset to default + deadzone = 0.1 + + return deadzone + +static func set_y_axis_dead_zone(p_deadzone : float) -> void: + if !(p_deadzone >= 0.0 and p_deadzone <= 0.5): + print("Deadzone out of bounds") + return + + ProjectSettings.set_setting("godot_xr_tools/input/y_axis_dead_zone", p_deadzone) + +static func get_x_axis_dead_zone() -> float: + # can return null which is not a float, so don't type this! + var deadzone = 0.2 + + if ProjectSettings.has_setting("godot_xr_tools/input/x_axis_dead_zone"): + deadzone = ProjectSettings.get_setting("godot_xr_tools/input/x_axis_dead_zone") + + if !(deadzone >= 0.0 and deadzone <= 0.5): + # out of bounds? reset to default + deadzone = 0.2 + + return deadzone + +static func set_x_axis_dead_zone(p_deadzone : float) -> void: + if !(p_deadzone >= 0.0 and p_deadzone <= 0.5): + print("Deadzone out of bounds") + return + + ProjectSettings.set_setting("godot_xr_tools/input/x_axis_dead_zone", p_deadzone) + + +static func get_snap_turning_deadzone() -> float: + # can return null which is not a float, so don't type this! + var deadzone = 0.25 + + if ProjectSettings.has_setting("godot_xr_tools/input/snap_turning_deadzone"): + deadzone = ProjectSettings.get_setting("godot_xr_tools/input/snap_turning_deadzone") + + if !(deadzone >= 0.0 and deadzone <= 0.5): + # out of bounds? reset to default + deadzone = 0.25 + + return deadzone + +static func set_snap_turning_deadzone(p_deadzone : float) -> void: + if !(p_deadzone >= 0.0 and p_deadzone <= 0.5): + print("Deadzone out of bounds") + return + + ProjectSettings.set_setting("godot_xr_tools/input/snap_turning_deadzone", p_deadzone) + + +static func get_default_snap_turning() -> bool: + var default = true + + if ProjectSettings.has_setting("godot_xr_tools/input/default_snap_turning"): + default = ProjectSettings.get_setting("godot_xr_tools/input/default_snap_turning") + + # default may not be bool, so JIC + return default == true + +static func set_default_snap_turning(p_default : bool) -> void: + ProjectSettings.set_setting("godot_xr_tools/input/default_snap_turning", p_default) + + +static func get_player_standard_height() -> float: + var standard_height = 1.85 + + if ProjectSettings.has_setting("godot_xr_tools/player/standard_height"): + standard_height = ProjectSettings.get_setting("godot_xr_tools/player/standard_height") + + if !(standard_height >= 1.0 and standard_height <= 2.5): + # out of bounds? reset to default + standard_height = 1.85 + + return standard_height + +static func set_player_standard_height(p_height : float) -> void: + if !(p_height >= 1.0 and p_height <= 2.5): + print("Standard height out of bounds") + return + + ProjectSettings.set_setting("godot_xr_tools/player/standard_height", p_height) + +## Find all children of the specified node matching the given criteria +## +## This function returns an array containing all children of the specified +## node matching the given criteria. This function can be slow and find_child +## is faster if only one child is needed. +## +## The pattern argument specifies the match pattern to check against the +## node name. Use "*" to match anything. +## +## The type argument specifies the type of node to find. Use "" to match any +## type. +## +## The recursive argument specifies whether the search deeply though all child +## nodes, or whether to only check the immediate children. +## +## The owned argument specifies whether the node must be owned. +static func find_xr_children( + node : Node, + pattern : String, + type : String = "", + recursive : bool = true, + owned : bool = true) -> Array: + # Find the children + var found := [] + if node: + _find_xr_children(found, node, pattern, type, recursive, owned) + return found + +## Find a child of the specified node matching the given criteria +## +## This function finds the first child of the specified node matching the given +## criteria. +## +## The pattern argument specifies the match pattern to check against the +## node name. Use "*" to match anything. +## +## The type argument specifies the type of node to find. Use "" to match any +## type. +## +## The recursive argument specifies whether the search deeply though all child +## nodes, or whether to only check the immediate children. +## +## The owned argument specifies whether the node must be owned. +static func find_xr_child( + node : Node, + pattern : String, + type : String = "", + recursive : bool = true, + owned : bool = true) -> Node: + # Find the child + if node: + return _find_xr_child(node, pattern, type, recursive, owned) + + # Invalid node + return null + +## Find an ancestor of the specified node matching the given criteria +## +## This function finds the first ancestor of the specified node matching the +## given criteria. +## +## The pattern argument specifies the match pattern to check against the +## node name. Use "*" to match anything. +## +## The type argument specifies the type of node to find. Use "" to match any +## type. +static func find_xr_ancestor( + node : Node, + pattern : String, + type : String = "") -> Node: + # Loop finding ancestor + while node: + # If node matches filter then break + if (node.name.match(pattern) and + (type == "" or is_xr_class(node, type))): + break + + # Advance to parent + node = node.get_parent() + + # Return found node (or null) + return node + +# Recursive helper function for find_children. +static func _find_xr_children( + found : Array, + node : Node, + pattern : String, + type : String, + recursive : bool, + owned : bool) -> void: + # Iterate over all children + for i in node.get_child_count(): + # Get the child + var child := node.get_child(i) + + # If child matches filter then add it to the array + if (child.name.match(pattern) and + (type == "" or is_xr_class(child, type)) and + (not owned or child.owner)): + found.push_back(child) + + # If recursive is enabled then descend into children + if recursive: + _find_xr_children(found, child, pattern, type, recursive, owned) + +# Recursive helper functiomn for find_child +static func _find_xr_child( + node : Node, + pattern : String, + type : String, + recursive : bool, + owned : bool) -> Node: + # Iterate over all children + for i in node.get_child_count(): + # Get the child + var child := node.get_child(i) + + # If child matches filter then return it + if (child.name.match(pattern) and + (type == "" or is_xr_class(child, type)) and + (not owned or child.owner)): + return child + + # If recursive is enabled then descend into children + if recursive: + var found := _find_xr_child(child, pattern, type, recursive, owned) + if found: + return found + + # Not found + return null + +# Test if a given node is of the specified class +static func is_xr_class(node : Node, type : String) -> bool: + if node.has_method("is_xr_class"): + if node.is_xr_class(type): + return true + + return node.is_class(type) diff --git a/escape-room-version-2/addons/godot-xr-tools/xr_tools.gd.uid b/escape-room-version-2/addons/godot-xr-tools/xr_tools.gd.uid new file mode 100644 index 0000000..8a29204 --- /dev/null +++ b/escape-room-version-2/addons/godot-xr-tools/xr_tools.gd.uid @@ -0,0 +1 @@ +uid://drxuvvpvjhv20 diff --git a/escape-room-version-2/addons/godotopenxrvendors/.bin/android/debug/godotopenxr-khronos-debug.aar b/escape-room-version-2/addons/godotopenxrvendors/.bin/android/debug/godotopenxr-khronos-debug.aar new file mode 100644 index 0000000..803a641 Binary files /dev/null and b/escape-room-version-2/addons/godotopenxrvendors/.bin/android/debug/godotopenxr-khronos-debug.aar differ diff --git a/escape-room-version-2/addons/godotopenxrvendors/.bin/android/debug/godotopenxr-lynx-debug.aar b/escape-room-version-2/addons/godotopenxrvendors/.bin/android/debug/godotopenxr-lynx-debug.aar new file mode 100644 index 0000000..5cd50e9 Binary files /dev/null and b/escape-room-version-2/addons/godotopenxrvendors/.bin/android/debug/godotopenxr-lynx-debug.aar differ diff --git a/escape-room-version-2/addons/godotopenxrvendors/.bin/android/debug/godotopenxr-magicleap-debug.aar b/escape-room-version-2/addons/godotopenxrvendors/.bin/android/debug/godotopenxr-magicleap-debug.aar new file mode 100644 index 0000000..3ce557b Binary files /dev/null and b/escape-room-version-2/addons/godotopenxrvendors/.bin/android/debug/godotopenxr-magicleap-debug.aar differ diff --git a/escape-room-version-2/addons/godotopenxrvendors/.bin/android/debug/godotopenxr-meta-debug.aar b/escape-room-version-2/addons/godotopenxrvendors/.bin/android/debug/godotopenxr-meta-debug.aar new file mode 100644 index 0000000..41502c7 Binary files /dev/null and b/escape-room-version-2/addons/godotopenxrvendors/.bin/android/debug/godotopenxr-meta-debug.aar differ diff --git a/escape-room-version-2/addons/godotopenxrvendors/.bin/android/debug/godotopenxr-pico-debug.aar b/escape-room-version-2/addons/godotopenxrvendors/.bin/android/debug/godotopenxr-pico-debug.aar new file mode 100644 index 0000000..88c6426 Binary files /dev/null and b/escape-room-version-2/addons/godotopenxrvendors/.bin/android/debug/godotopenxr-pico-debug.aar differ diff --git a/escape-room-version-2/addons/godotopenxrvendors/.bin/android/release/godotopenxr-khronos-release.aar b/escape-room-version-2/addons/godotopenxrvendors/.bin/android/release/godotopenxr-khronos-release.aar new file mode 100644 index 0000000..fe6cac4 Binary files /dev/null and b/escape-room-version-2/addons/godotopenxrvendors/.bin/android/release/godotopenxr-khronos-release.aar differ diff --git a/escape-room-version-2/addons/godotopenxrvendors/.bin/android/release/godotopenxr-lynx-release.aar b/escape-room-version-2/addons/godotopenxrvendors/.bin/android/release/godotopenxr-lynx-release.aar new file mode 100644 index 0000000..24c840c Binary files /dev/null and b/escape-room-version-2/addons/godotopenxrvendors/.bin/android/release/godotopenxr-lynx-release.aar differ diff --git a/escape-room-version-2/addons/godotopenxrvendors/.bin/android/release/godotopenxr-magicleap-release.aar b/escape-room-version-2/addons/godotopenxrvendors/.bin/android/release/godotopenxr-magicleap-release.aar new file mode 100644 index 0000000..d963926 Binary files /dev/null and b/escape-room-version-2/addons/godotopenxrvendors/.bin/android/release/godotopenxr-magicleap-release.aar differ diff --git a/escape-room-version-2/addons/godotopenxrvendors/.bin/android/release/godotopenxr-meta-release.aar b/escape-room-version-2/addons/godotopenxrvendors/.bin/android/release/godotopenxr-meta-release.aar new file mode 100644 index 0000000..564518e Binary files /dev/null and b/escape-room-version-2/addons/godotopenxrvendors/.bin/android/release/godotopenxr-meta-release.aar differ diff --git a/escape-room-version-2/addons/godotopenxrvendors/.bin/android/release/godotopenxr-pico-release.aar b/escape-room-version-2/addons/godotopenxrvendors/.bin/android/release/godotopenxr-pico-release.aar new file mode 100644 index 0000000..e18ad4e Binary files /dev/null and b/escape-room-version-2/addons/godotopenxrvendors/.bin/android/release/godotopenxr-pico-release.aar differ diff --git a/escape-room-version-2/addons/godotopenxrvendors/.bin/android/template_debug/arm64/libgodotopenxrvendors.so b/escape-room-version-2/addons/godotopenxrvendors/.bin/android/template_debug/arm64/libgodotopenxrvendors.so new file mode 100644 index 0000000..fe73284 Binary files /dev/null and b/escape-room-version-2/addons/godotopenxrvendors/.bin/android/template_debug/arm64/libgodotopenxrvendors.so differ diff --git a/escape-room-version-2/addons/godotopenxrvendors/.bin/android/template_debug/x86_64/libgodotopenxrvendors.so b/escape-room-version-2/addons/godotopenxrvendors/.bin/android/template_debug/x86_64/libgodotopenxrvendors.so new file mode 100644 index 0000000..7e4f956 Binary files /dev/null and b/escape-room-version-2/addons/godotopenxrvendors/.bin/android/template_debug/x86_64/libgodotopenxrvendors.so differ diff --git a/escape-room-version-2/addons/godotopenxrvendors/.bin/android/template_release/arm64/libgodotopenxrvendors.so b/escape-room-version-2/addons/godotopenxrvendors/.bin/android/template_release/arm64/libgodotopenxrvendors.so new file mode 100644 index 0000000..d849e4e Binary files /dev/null and b/escape-room-version-2/addons/godotopenxrvendors/.bin/android/template_release/arm64/libgodotopenxrvendors.so differ diff --git a/escape-room-version-2/addons/godotopenxrvendors/.bin/android/template_release/x86_64/libgodotopenxrvendors.so b/escape-room-version-2/addons/godotopenxrvendors/.bin/android/template_release/x86_64/libgodotopenxrvendors.so new file mode 100644 index 0000000..6fd9ce5 Binary files /dev/null and b/escape-room-version-2/addons/godotopenxrvendors/.bin/android/template_release/x86_64/libgodotopenxrvendors.so differ diff --git a/escape-room-version-2/addons/godotopenxrvendors/.bin/linux/template_debug/x86_64/libgodotopenxrvendors.so b/escape-room-version-2/addons/godotopenxrvendors/.bin/linux/template_debug/x86_64/libgodotopenxrvendors.so new file mode 100644 index 0000000..a4bc80d Binary files /dev/null and b/escape-room-version-2/addons/godotopenxrvendors/.bin/linux/template_debug/x86_64/libgodotopenxrvendors.so differ diff --git a/escape-room-version-2/addons/godotopenxrvendors/.bin/linux/template_release/x86_64/libgodotopenxrvendors.so b/escape-room-version-2/addons/godotopenxrvendors/.bin/linux/template_release/x86_64/libgodotopenxrvendors.so new file mode 100644 index 0000000..5b21b0e Binary files /dev/null and b/escape-room-version-2/addons/godotopenxrvendors/.bin/linux/template_release/x86_64/libgodotopenxrvendors.so differ diff --git a/escape-room-version-2/addons/godotopenxrvendors/.bin/macos/template_debug/libgodotopenxrvendors.macos.framework/libgodotopenxrvendors.macos b/escape-room-version-2/addons/godotopenxrvendors/.bin/macos/template_debug/libgodotopenxrvendors.macos.framework/libgodotopenxrvendors.macos new file mode 100644 index 0000000..3b68833 Binary files /dev/null and b/escape-room-version-2/addons/godotopenxrvendors/.bin/macos/template_debug/libgodotopenxrvendors.macos.framework/libgodotopenxrvendors.macos differ diff --git a/escape-room-version-2/addons/godotopenxrvendors/.bin/macos/template_release/libgodotopenxrvendors.macos.framework/libgodotopenxrvendors.macos b/escape-room-version-2/addons/godotopenxrvendors/.bin/macos/template_release/libgodotopenxrvendors.macos.framework/libgodotopenxrvendors.macos new file mode 100644 index 0000000..6baf7ef Binary files /dev/null and b/escape-room-version-2/addons/godotopenxrvendors/.bin/macos/template_release/libgodotopenxrvendors.macos.framework/libgodotopenxrvendors.macos differ diff --git a/escape-room-version-2/addons/godotopenxrvendors/.bin/windows/template_debug/x86_64/libgodotopenxrvendors.dll b/escape-room-version-2/addons/godotopenxrvendors/.bin/windows/template_debug/x86_64/libgodotopenxrvendors.dll new file mode 100644 index 0000000..cb940c5 Binary files /dev/null and b/escape-room-version-2/addons/godotopenxrvendors/.bin/windows/template_debug/x86_64/libgodotopenxrvendors.dll differ diff --git a/escape-room-version-2/addons/godotopenxrvendors/.bin/windows/template_release/x86_64/libgodotopenxrvendors.dll b/escape-room-version-2/addons/godotopenxrvendors/.bin/windows/template_release/x86_64/libgodotopenxrvendors.dll new file mode 100644 index 0000000..99d1460 Binary files /dev/null and b/escape-room-version-2/addons/godotopenxrvendors/.bin/windows/template_release/x86_64/libgodotopenxrvendors.dll differ diff --git a/escape-room-version-2/addons/godotopenxrvendors/.gitignore b/escape-room-version-2/addons/godotopenxrvendors/.gitignore new file mode 100644 index 0000000..e269e91 --- /dev/null +++ b/escape-room-version-2/addons/godotopenxrvendors/.gitignore @@ -0,0 +1,2 @@ +# Ignore copies of the binaries Godot makes at startup +.bin/windows/*/*/~*.dll diff --git a/escape-room-version-2/addons/godotopenxrvendors/GodotOpenXRVendors_CHANGES.md b/escape-room-version-2/addons/godotopenxrvendors/GodotOpenXRVendors_CHANGES.md new file mode 100644 index 0000000..527fe92 --- /dev/null +++ b/escape-room-version-2/addons/godotopenxrvendors/GodotOpenXRVendors_CHANGES.md @@ -0,0 +1,119 @@ +# Change history for the Godot OpenXR loaders asset + +## 4.1.1 + +- Update the export plugin version to match the maven central release + +## 4.1.0 + +- Implement `XR_META_boundary_visibility` extension +- Add HorizonOS camera permissions when the Android CAMERA permission is enabled +- Implement `XR_FB_space_warp` extension (only with Godot 4.5+) +- Implement `XR_META_environment_depth` extension (only with Godot 4.5+) +- Implement `XR_FB_color_space` extension +- Update OpenXR to 1.1.49 release +- Implement `XR_META_body_tracking_full_body`, `XR_META_body_tracking_fidelity` and `XR_META_body_tracking_callibration` +- Clean-up editor plugins and class registration +- `OpenXRFbSceneManager`: Clarify how to check if scene capture is possible + +## 4.0.0 + +- Support making hybrid apps for Meta headsets +- Add support for `XR_FB_android_surface_swapchain_create` +- Implement `XR_META_recommended_layer_resolution` +- Remove CMake from the build process +- Implement instant splash screen for Meta headsets +- Avoid casting errors when building with `precision=double` +- Add missing Pico store manifest +- Add support for `XR_FB_composition_layer_image_layout` +- Update demo and samples for Godot 4.4 +- Switch Meta and Lynx to the Khronos loader +- Fix `OpenXRFbSpatialEntityStorageExtensionWrapper` typos +- Add support for `XR_FB_composition_layer_depth_test` +- Use project settings to avoid enabling unneeded OpenXR extensions +- Passthrough extensions should override real alpha blend mode, if enabled +- Update the main manifest with the latest from the Khronos OpenXR loader AAR +- Improve hand tracking related code in demo project + +## 3.1.2 +- Fix passthrough sample color map display bug +- Fix the issue preventing overridden vendor options from being updated + +## 3.1.1 +- Emit correct signal from `OpenXRFbSpatialEntity.erase_from_storage()` +- Only add the `LAUNCHER` category if "Show in App Library" is enabled + +## 3.1.0 +- Fix wall, floor and ceiling collision shapes with Jolt physics +- Add option to enable permissions necessary for sharing of Meta's spatial anchors +- Fix crash when attempting to create a spatial anchor too early +- Reworked geometric algebra used by Meta body tracking extension +- Remove deprecated "Contextual" boundary mode on Meta Quest +- Add two modes of Pico hand tracking to selectable export features +- Fix `OpenXRFbPassthroughExtensionWrapper` from wiping out the next pointer chain for system properties +- Update OpenXR to Khronos 1.1.41 release +- Add a project setting to enable/disable automatic requests for runtime permissions +- Add export profile for Magic Leap 2 + +## 3.0.1 +- Fixed hand tracking issue + +## 3.0.0 +- Merge GDExtension into a single implementation +- Upgrade Android, Gradle, Godot and Kotlin dependencies +- Add XR_FB_face_tracking support +- Update to OpenXR 1.0.34 headers +- Add XR_FB_render_model extension wrapper and OpenXRFBRenderModel node +- Add XR_FB_passthrough extension wrapper +- Add XR_FB_hand_tracking_mesh extension wrapper and OpenXRFbHandTrackingMesh node +- Add XR_FB_hand_tracking_aim support +- Update Meta OpenXR mobile SDK to version 62 +- Add a developer-facing API for interacting with scene anchors +- Add support for developer-created spatial anchors via XR_FB_spatial_entity +- Add XR_FB_hand_tracking_capsules extension wrapper +- Add OpenXRFbPassthroughGeometry node +- Add OpenXRMetaPassthroughColorLut +- Add feature flags to Khronos loader for HTC +- Add XR_HTC_passthrough extension wrapper +- Add manifest entries to Pico and switch Pico to using the Khronos Loader +- Add Meta Passthrough tutorial doc + +## 2.0.4 +- Fix misc crash when reloading project on Godot 4.3 +- Fix issue with only the first permission being requested + +## 2.0.3 +- Migrate the export scripts from gdscript to C++ via gdextension +- Manually request eye tracking permission if it's included in the app manifest +- Change how singletons are accessed +- Fix the plugin version for the export plugins +- Add OpenXR extension wrappers for fb_scene, fb_spatial_entity, fb_spatial_entity_query, fb_spatial_entity_container + +## 2.0.0 +- Update to the new Godot 4.2 Android plugin packaging format +- Update the plugin to Godot v2 Android plugin +- Update to the Godot 4.2 Android library +- Add warning when multiple loaders are selected +- Add configs for the OpenXR Eye gaze interaction extension +- Add the ability to customize supported Meta devices +- Add support for Quest 3 devices +- Update the directory structure for the v2 plugin +- Update Meta OpenXR mobile SDK to version 57 +- Update the java version to 17 +- Rename the plugin to 'Godot OpenXR Vendors' +- Add godot-cpp dependency +- Add OpenXR 1.0.30 headers +- Add support for the Meta scene capture API (Donated by [Migeran](https://migeran.com)) + +## 1.1.0 +- Update Meta OpenXR loader to version 54 +- Update PICO OpenXR loader to version 2.2.0 +- Bump dependencies versions to match the latest Godot 4.x stable version (v4.0.3) + +## 1.0.0 +- First version +- Added support for Meta Quest loader +- Added support for Pico loader +- Added support for Khronos loader (Magic Leap 2, HTC, etc.) +- Added support for Lynx loader +- Add logic to automatically publish the Godot OpenXR loaders libraries to mavencentral on release diff --git a/escape-room-version-2/addons/godotopenxrvendors/khronos/LICENSE b/escape-room-version-2/addons/godotopenxrvendors/khronos/LICENSE new file mode 100644 index 0000000..6b0b127 --- /dev/null +++ b/escape-room-version-2/addons/godotopenxrvendors/khronos/LICENSE @@ -0,0 +1,203 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + diff --git a/escape-room-version-2/addons/godotopenxrvendors/magicleap/LICENSE b/escape-room-version-2/addons/godotopenxrvendors/magicleap/LICENSE new file mode 100644 index 0000000..6b0b127 --- /dev/null +++ b/escape-room-version-2/addons/godotopenxrvendors/magicleap/LICENSE @@ -0,0 +1,203 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + diff --git a/escape-room-version-2/addons/godotopenxrvendors/meta/LICENSE-LOADER b/escape-room-version-2/addons/godotopenxrvendors/meta/LICENSE-LOADER new file mode 100644 index 0000000..6b0b127 --- /dev/null +++ b/escape-room-version-2/addons/godotopenxrvendors/meta/LICENSE-LOADER @@ -0,0 +1,203 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + diff --git a/escape-room-version-2/addons/godotopenxrvendors/meta/LICENSE-SDK b/escape-room-version-2/addons/godotopenxrvendors/meta/LICENSE-SDK new file mode 100644 index 0000000..c2c569e --- /dev/null +++ b/escape-room-version-2/addons/godotopenxrvendors/meta/LICENSE-SDK @@ -0,0 +1,3 @@ +Copyright © Facebook Technologies, LLC and its affiliates. All rights reserved. + +Your use of this SDK or tool is subject to the Oculus SDK License Agreement, available at https://developer.oculus.com/licenses/oculussdk/ diff --git a/escape-room-version-2/addons/godotopenxrvendors/pico/LICENSE b/escape-room-version-2/addons/godotopenxrvendors/pico/LICENSE new file mode 100644 index 0000000..6b0b127 --- /dev/null +++ b/escape-room-version-2/addons/godotopenxrvendors/pico/LICENSE @@ -0,0 +1,203 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + diff --git a/escape-room-version-2/addons/godotopenxrvendors/plugin.gdextension b/escape-room-version-2/addons/godotopenxrvendors/plugin.gdextension new file mode 100644 index 0000000..8c616f8 --- /dev/null +++ b/escape-room-version-2/addons/godotopenxrvendors/plugin.gdextension @@ -0,0 +1,18 @@ +[configuration] + +entry_symbol = "plugin_library_init" +compatibility_minimum = "4.4" +android_aar_plugin = true + +[libraries] + +android.debug.arm64 = "res://addons/godotopenxrvendors/.bin/android/template_debug/arm64/libgodotopenxrvendors.so" +android.release.arm64 = "res://addons/godotopenxrvendors/.bin/android/template_release/arm64/libgodotopenxrvendors.so" +android.debug.x86_64 = "res://addons/godotopenxrvendors/.bin/android/template_debug/x86_64/libgodotopenxrvendors.so" +android.release.x86_64 = "res://addons/godotopenxrvendors/.bin/android/template_release/x86_64/libgodotopenxrvendors.so" +macos.debug = "res://addons/godotopenxrvendors/.bin/macos/template_debug/libgodotopenxrvendors.macos.framework" +macos.release = "res://addons/godotopenxrvendors/.bin/macos/template_release/libgodotopenxrvendors.macos.framework" +windows.debug.x86_64 = "res://addons/godotopenxrvendors/.bin/windows/template_debug/x86_64/libgodotopenxrvendors.dll" +windows.release.x86_64 = "res://addons/godotopenxrvendors/.bin/windows/template_release/x86_64/libgodotopenxrvendors.dll" +linux.debug.x86_64 = "res://addons/godotopenxrvendors/.bin/linux/template_debug/x86_64/libgodotopenxrvendors.so" +linux.release.x86_64 = "res://addons/godotopenxrvendors/.bin/linux/template_release/x86_64/libgodotopenxrvendors.so" diff --git a/escape-room-version-2/addons/godotopenxrvendors/plugin.gdextension.uid b/escape-room-version-2/addons/godotopenxrvendors/plugin.gdextension.uid new file mode 100644 index 0000000..bf67758 --- /dev/null +++ b/escape-room-version-2/addons/godotopenxrvendors/plugin.gdextension.uid @@ -0,0 +1 @@ +uid://u32t56vkch04 diff --git a/escape-room-version-2/assets-library/Disco_Ball/Materials/disco_normal.mat b/escape-room-version-2/assets-library/Disco_Ball/Materials/disco_normal.mat new file mode 100644 index 0000000..5ea09fb Binary files /dev/null and b/escape-room-version-2/assets-library/Disco_Ball/Materials/disco_normal.mat differ diff --git a/escape-room-version-2/assets-library/Disco_Ball/Materials/disco_normal.mat.meta b/escape-room-version-2/assets-library/Disco_Ball/Materials/disco_normal.mat.meta new file mode 100644 index 0000000..3023c5b --- /dev/null +++ b/escape-room-version-2/assets-library/Disco_Ball/Materials/disco_normal.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3517f3d085bde49089c041354b93c798 +timeCreated: 1437009365 +licenseType: Pro +NativeFormatImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/escape-room-version-2/assets-library/Disco_Ball/disco_ball.blend b/escape-room-version-2/assets-library/Disco_Ball/disco_ball.blend new file mode 100644 index 0000000..ebd620a Binary files /dev/null and b/escape-room-version-2/assets-library/Disco_Ball/disco_ball.blend differ diff --git a/escape-room-version-2/assets-library/Disco_Ball/disco_ball.blend.import b/escape-room-version-2/assets-library/Disco_Ball/disco_ball.blend.import new file mode 100644 index 0000000..080c7ae --- /dev/null +++ b/escape-room-version-2/assets-library/Disco_Ball/disco_ball.blend.import @@ -0,0 +1,59 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bvytoh8cgfsv2" +path="res://.godot/imported/disco_ball.blend-a2ca1dd6a2aba758d1c3dbf565da6d75.scn" + +[deps] + +source_file="res://assets-library/Disco_Ball/disco_ball.blend" +dest_files=["res://.godot/imported/disco_ball.blend-a2ca1dd6a2aba758d1c3dbf565da6d75.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +blender/nodes/visible=0 +blender/nodes/active_collection_only=false +blender/nodes/punctual_lights=true +blender/nodes/cameras=true +blender/nodes/custom_properties=true +blender/nodes/modifiers=1 +blender/meshes/colors=false +blender/meshes/uvs=true +blender/meshes/normals=true +blender/meshes/export_geometry_nodes_instances=false +blender/meshes/tangents=true +blender/meshes/skins=2 +blender/meshes/export_bones_deforming_mesh_only=false +blender/materials/unpack_enabled=true +blender/materials/export_materials=1 +blender/animation/limit_playback=true +blender/animation/always_sample=true +blender/animation/group_tracks=true +gltf/naming_version=2 diff --git a/escape-room-version-2/assets-library/Disco_Ball/disco_ball.blend1 b/escape-room-version-2/assets-library/Disco_Ball/disco_ball.blend1 new file mode 100644 index 0000000..a52a3aa Binary files /dev/null and b/escape-room-version-2/assets-library/Disco_Ball/disco_ball.blend1 differ diff --git a/escape-room-version-2/assets-library/Disco_Ball/disco_ball_diff.png b/escape-room-version-2/assets-library/Disco_Ball/disco_ball_diff.png new file mode 100644 index 0000000..4dbb6ad Binary files /dev/null and b/escape-room-version-2/assets-library/Disco_Ball/disco_ball_diff.png differ diff --git a/escape-room-version-2/assets-library/Disco_Ball/disco_ball_diff.png.import b/escape-room-version-2/assets-library/Disco_Ball/disco_ball_diff.png.import new file mode 100644 index 0000000..1b3bec1 --- /dev/null +++ b/escape-room-version-2/assets-library/Disco_Ball/disco_ball_diff.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ccqu6gjbgoio" +path="res://.godot/imported/disco_ball_diff.png-a2341cfa03e61619d1de2e77948e35bb.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/Disco_Ball/disco_ball_diff.png" +dest_files=["res://.godot/imported/disco_ball_diff.png-a2341cfa03e61619d1de2e77948e35bb.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/Disco_Ball/disco_ball_normal.png b/escape-room-version-2/assets-library/Disco_Ball/disco_ball_normal.png new file mode 100644 index 0000000..d4ef290 Binary files /dev/null and b/escape-room-version-2/assets-library/Disco_Ball/disco_ball_normal.png differ diff --git a/escape-room-version-2/assets-library/Disco_Ball/disco_ball_normal.png.import b/escape-room-version-2/assets-library/Disco_Ball/disco_ball_normal.png.import new file mode 100644 index 0000000..26e028f --- /dev/null +++ b/escape-room-version-2/assets-library/Disco_Ball/disco_ball_normal.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dmqejqrk5wfj7" +path="res://.godot/imported/disco_ball_normal.png-842c1043a443254a38ecb94e01d3695b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/Disco_Ball/disco_ball_normal.png" +dest_files=["res://.godot/imported/disco_ball_normal.png-842c1043a443254a38ecb94e01d3695b.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/Logo/ChatGPT Image 7. Nov. 2025, 18_19_14.png b/escape-room-version-2/assets-library/Logo/ChatGPT Image 7. Nov. 2025, 18_19_14.png new file mode 100644 index 0000000..f6f9b13 Binary files /dev/null and b/escape-room-version-2/assets-library/Logo/ChatGPT Image 7. Nov. 2025, 18_19_14.png differ diff --git a/escape-room-version-2/assets-library/Logo/ChatGPT Image 7. Nov. 2025, 18_19_14.png.import b/escape-room-version-2/assets-library/Logo/ChatGPT Image 7. Nov. 2025, 18_19_14.png.import new file mode 100644 index 0000000..4ee656b --- /dev/null +++ b/escape-room-version-2/assets-library/Logo/ChatGPT Image 7. Nov. 2025, 18_19_14.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://2a8phijiom00" +path.s3tc="res://.godot/imported/ChatGPT Image 7. Nov. 2025, 18_19_14.png-220042a48d38551f083b16fdfb65f105.s3tc.ctex" +path.etc2="res://.godot/imported/ChatGPT Image 7. Nov. 2025, 18_19_14.png-220042a48d38551f083b16fdfb65f105.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://assets-library/Logo/ChatGPT Image 7. Nov. 2025, 18_19_14.png" +dest_files=["res://.godot/imported/ChatGPT Image 7. Nov. 2025, 18_19_14.png-220042a48d38551f083b16fdfb65f105.s3tc.ctex", "res://.godot/imported/ChatGPT Image 7. Nov. 2025, 18_19_14.png-220042a48d38551f083b16fdfb65f105.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room-version-2/assets-library/Logo/ChatGPT Image 7. Nov. 2025, 18_21_03.png b/escape-room-version-2/assets-library/Logo/ChatGPT Image 7. Nov. 2025, 18_21_03.png new file mode 100644 index 0000000..adc5237 Binary files /dev/null and b/escape-room-version-2/assets-library/Logo/ChatGPT Image 7. Nov. 2025, 18_21_03.png differ diff --git a/escape-room-version-2/assets-library/Logo/ChatGPT Image 7. Nov. 2025, 18_21_03.png.import b/escape-room-version-2/assets-library/Logo/ChatGPT Image 7. Nov. 2025, 18_21_03.png.import new file mode 100644 index 0000000..416c666 --- /dev/null +++ b/escape-room-version-2/assets-library/Logo/ChatGPT Image 7. Nov. 2025, 18_21_03.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cuql0gleth17n" +path.s3tc="res://.godot/imported/ChatGPT Image 7. Nov. 2025, 18_21_03.png-1d60688d9a69ad82de8961c52af0c60a.s3tc.ctex" +path.etc2="res://.godot/imported/ChatGPT Image 7. Nov. 2025, 18_21_03.png-1d60688d9a69ad82de8961c52af0c60a.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://assets-library/Logo/ChatGPT Image 7. Nov. 2025, 18_21_03.png" +dest_files=["res://.godot/imported/ChatGPT Image 7. Nov. 2025, 18_21_03.png-1d60688d9a69ad82de8961c52af0c60a.s3tc.ctex", "res://.godot/imported/ChatGPT Image 7. Nov. 2025, 18_21_03.png-1d60688d9a69ad82de8961c52af0c60a.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room-version-2/assets-library/Logo/ChatGPT_changed_DiskoEscapeRoom_com_01.png b/escape-room-version-2/assets-library/Logo/ChatGPT_changed_DiskoEscapeRoom_com_01.png new file mode 100644 index 0000000..e920968 Binary files /dev/null and b/escape-room-version-2/assets-library/Logo/ChatGPT_changed_DiskoEscapeRoom_com_01.png differ diff --git a/escape-room-version-2/assets-library/Logo/ChatGPT_changed_DiskoEscapeRoom_com_01.png.import b/escape-room-version-2/assets-library/Logo/ChatGPT_changed_DiskoEscapeRoom_com_01.png.import new file mode 100644 index 0000000..50785b1 --- /dev/null +++ b/escape-room-version-2/assets-library/Logo/ChatGPT_changed_DiskoEscapeRoom_com_01.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cb8sn31v5clgi" +path.s3tc="res://.godot/imported/ChatGPT_changed_DiskoEscapeRoom_com_01.png-594c6ad90f7b8766b93d05772b2418cb.s3tc.ctex" +path.etc2="res://.godot/imported/ChatGPT_changed_DiskoEscapeRoom_com_01.png-594c6ad90f7b8766b93d05772b2418cb.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://assets-library/Logo/ChatGPT_changed_DiskoEscapeRoom_com_01.png" +dest_files=["res://.godot/imported/ChatGPT_changed_DiskoEscapeRoom_com_01.png-594c6ad90f7b8766b93d05772b2418cb.s3tc.ctex", "res://.godot/imported/ChatGPT_changed_DiskoEscapeRoom_com_01.png-594c6ad90f7b8766b93d05772b2418cb.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room-version-2/assets-library/Logo/ChatGPT_changed_DiskoEscapeRoom_com_02.png b/escape-room-version-2/assets-library/Logo/ChatGPT_changed_DiskoEscapeRoom_com_02.png new file mode 100644 index 0000000..1e838d2 Binary files /dev/null and b/escape-room-version-2/assets-library/Logo/ChatGPT_changed_DiskoEscapeRoom_com_02.png differ diff --git a/escape-room-version-2/assets-library/Logo/ChatGPT_changed_DiskoEscapeRoom_com_02.png.import b/escape-room-version-2/assets-library/Logo/ChatGPT_changed_DiskoEscapeRoom_com_02.png.import new file mode 100644 index 0000000..e9cc638 --- /dev/null +++ b/escape-room-version-2/assets-library/Logo/ChatGPT_changed_DiskoEscapeRoom_com_02.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://wn2axuo11kh7" +path.s3tc="res://.godot/imported/ChatGPT_changed_DiskoEscapeRoom_com_02.png-fe6e6fced67bd53953b37a16712fc03a.s3tc.ctex" +path.etc2="res://.godot/imported/ChatGPT_changed_DiskoEscapeRoom_com_02.png-fe6e6fced67bd53953b37a16712fc03a.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://assets-library/Logo/ChatGPT_changed_DiskoEscapeRoom_com_02.png" +dest_files=["res://.godot/imported/ChatGPT_changed_DiskoEscapeRoom_com_02.png-fe6e6fced67bd53953b37a16712fc03a.s3tc.ctex", "res://.godot/imported/ChatGPT_changed_DiskoEscapeRoom_com_02.png-fe6e6fced67bd53953b37a16712fc03a.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room-version-2/assets-library/Logo/Text_DiskoEscapeRoom_trans.png b/escape-room-version-2/assets-library/Logo/Text_DiskoEscapeRoom_trans.png new file mode 100644 index 0000000..d7186b2 Binary files /dev/null and b/escape-room-version-2/assets-library/Logo/Text_DiskoEscapeRoom_trans.png differ diff --git a/escape-room-version-2/assets-library/Logo/Text_DiskoEscapeRoom_trans.png.import b/escape-room-version-2/assets-library/Logo/Text_DiskoEscapeRoom_trans.png.import new file mode 100644 index 0000000..9231a19 --- /dev/null +++ b/escape-room-version-2/assets-library/Logo/Text_DiskoEscapeRoom_trans.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dyhmq6acgkmqg" +path="res://.godot/imported/Text_DiskoEscapeRoom_trans.png-0929ba5b3677a9ae6cd5da79ffaa9f40.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/Logo/Text_DiskoEscapeRoom_trans.png" +dest_files=["res://.godot/imported/Text_DiskoEscapeRoom_trans.png-0929ba5b3677a9ae6cd5da79ffaa9f40.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/Speakers/Render/1.png b/escape-room-version-2/assets-library/Speakers/Render/1.png new file mode 100644 index 0000000..e028345 Binary files /dev/null and b/escape-room-version-2/assets-library/Speakers/Render/1.png differ diff --git a/escape-room-version-2/assets-library/Speakers/Render/1.png.import b/escape-room-version-2/assets-library/Speakers/Render/1.png.import new file mode 100644 index 0000000..bf489ed --- /dev/null +++ b/escape-room-version-2/assets-library/Speakers/Render/1.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dwtyxiys2h2m" +path="res://.godot/imported/1.png-b35edd22e4157fb2aac060eb5fcbeeed.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/Speakers/Render/1.png" +dest_files=["res://.godot/imported/1.png-b35edd22e4157fb2aac060eb5fcbeeed.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/Speakers/Render/2.png b/escape-room-version-2/assets-library/Speakers/Render/2.png new file mode 100644 index 0000000..11bee6f Binary files /dev/null and b/escape-room-version-2/assets-library/Speakers/Render/2.png differ diff --git a/escape-room-version-2/assets-library/Speakers/Render/2.png.import b/escape-room-version-2/assets-library/Speakers/Render/2.png.import new file mode 100644 index 0000000..6192fd8 --- /dev/null +++ b/escape-room-version-2/assets-library/Speakers/Render/2.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ckaftqec5ntbm" +path="res://.godot/imported/2.png-7108f2393871bf0fd7414604055d5a86.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/Speakers/Render/2.png" +dest_files=["res://.godot/imported/2.png-7108f2393871bf0fd7414604055d5a86.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/Speakers/Render/3.png b/escape-room-version-2/assets-library/Speakers/Render/3.png new file mode 100644 index 0000000..6965120 Binary files /dev/null and b/escape-room-version-2/assets-library/Speakers/Render/3.png differ diff --git a/escape-room-version-2/assets-library/Speakers/Render/3.png.import b/escape-room-version-2/assets-library/Speakers/Render/3.png.import new file mode 100644 index 0000000..f38787e --- /dev/null +++ b/escape-room-version-2/assets-library/Speakers/Render/3.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dkcawmt6u21qi" +path="res://.godot/imported/3.png-1a3ddddaf9146cbf7f7d2cbbcba14d84.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/Speakers/Render/3.png" +dest_files=["res://.godot/imported/3.png-1a3ddddaf9146cbf7f7d2cbbcba14d84.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerAHighPoly.3ds b/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerAHighPoly.3ds new file mode 100644 index 0000000..e22f0ce Binary files /dev/null and b/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerAHighPoly.3ds differ diff --git a/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerAHighPoly.mtl b/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerAHighPoly.mtl new file mode 100644 index 0000000..a8d9d54 --- /dev/null +++ b/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerAHighPoly.mtl @@ -0,0 +1,19 @@ +# Exported from Wings 3D 1.5.4 +newmtl default2 +Ns 100.0 +d 1.0 +illum 2 +Kd 0.09424 0.09424 0.09424 +Ka 0.78 0.78 0.78 +Ks 1.0 1.0 1.0 +Ke 0.0 0.0 0.0 + +newmtl default3 +Ns 100.0 +d 1.0 +illum 2 +Kd 0.18748 0.18748 0.18748 +Ka 1.0 1.0 1.0 +Ks 1.0 1.0 1.0 +Ke 0.0 0.0 0.0 + diff --git a/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerAHighPoly.obj b/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerAHighPoly.obj new file mode 100644 index 0000000..44eaea6 --- /dev/null +++ b/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerAHighPoly.obj @@ -0,0 +1,3624 @@ +# Exported from Wings 3D 1.5.4 +mtllib SpeakerAHighPoly.mtl +o cube1 +#954 vertices, 952 faces +v -0.43883738 -6.0589028e-2 0.43887846 +v 0.43886294 -6.0589028e-2 0.43887846 +v -0.43888850 -6.0589028e-2 -0.43893810 +v 0.43886294 -6.0589028e-2 -0.43881882 +v -0.59960942 6.2222302e-2 0.59940855 +v 1.2780643e-5 -6.8509528e-2 0.59616099 +v -0.59590964 -6.8509528e-2 2.9821500e-5 +v 0.59986503 6.2222302e-2 0.59940855 +v 0.59593520 -6.8509528e-2 2.9821500e-5 +v -0.60012064 6.2222302e-2 -0.60000498 +v -3.8341929e-5 -6.8509528e-2 -0.59622063 +v 0.59986503 6.2222302e-2 -0.59881212 +v 1.2780643e-4 6.2222302e-2 0.71042850 +v 0.70878224 6.2222302e-2 2.9821500e-4 +v -3.8341929e-4 6.2222302e-2 -0.71102493 +v -0.70852663 6.2222302e-2 2.9821500e-4 +v 0.19978581 -7.9811016e-2 1.4166895e-4 +v -1.4166895e-4 -7.9811016e-2 0.19978581 +v -0.19978581 -7.9811016e-2 -1.4166895e-4 +v 1.4166895e-4 -7.9811016e-2 -0.19978581 +v 0.16505943 -7.7221363e-2 0.16518765 +v -0.16518765 -7.7221363e-2 0.16505943 +v -0.16505943 -7.7221363e-2 -0.16518765 +v 0.16518765 -7.7221363e-2 -0.16505943 +v -0.29990640 6.2222302e-2 0.68553072 +v 0.30067323 6.2222302e-2 0.68553072 +v 0.69099014 6.2222302e-2 0.30400545 +v 0.69099014 6.2222302e-2 -0.30221616 +v -0.30297375 6.2222302e-2 -0.69089859 +v 0.30067323 6.2222302e-2 -0.68374143 +v -0.69022330 6.2222302e-2 0.30400545 +v -0.69022330 6.2222302e-2 -0.30221616 +v -0.49778500 5.0888536e-2 0.49778500 +v 0.49778500 5.0888536e-2 0.49778500 +v -0.49778500 5.0888536e-2 -0.49778500 +v 0.49778500 5.0888536e-2 -0.49778500 +v 0.0000000e+0 5.0888536e-2 0.69247376 +v -0.69247376 5.0888536e-2 0.0000000e+0 +v 0.69247376 5.0888536e-2 0.0000000e+0 +v 0.0000000e+0 5.0888536e-2 -0.69247376 +v -0.27281587 5.0888536e-2 0.64298596 +v -0.64298596 5.0888536e-2 0.27281587 +v 0.64298596 5.0888536e-2 0.27281587 +v -0.27281587 5.0888536e-2 -0.64298596 +v 0.27281587 5.0888536e-2 0.64298596 +v -0.64298596 5.0888536e-2 -0.27281587 +v 0.64298596 5.0888536e-2 -0.27281587 +v 0.27281587 5.0888536e-2 -0.64298596 +v 1.7706864e-2 2.4072604e-2 0.58585903 +v 0.0000000e+0 5.0888536e-2 0.64836819 +v -0.58585903 2.3902776e-2 1.7706864e-2 +v -0.64836819 5.0888536e-2 0.0000000e+0 +v 0.58585903 2.3902776e-2 -1.7706864e-2 +v 0.64836819 5.0888536e-2 0.0000000e+0 +v -1.7706864e-2 2.3902776e-2 -0.58585903 +v 0.0000000e+0 5.0888536e-2 -0.64836819 +v -0.20783954 2.3902776e-2 0.54803929 +v -0.25723576 5.0888536e-2 0.60222362 +v -0.53448704 2.3902776e-2 0.24055755 +v -0.60222362 5.0888536e-2 0.25723576 +v 0.54803929 2.4072604e-2 0.20783954 +v 0.60222362 5.0888536e-2 0.25723576 +v -0.24055755 2.3902776e-2 -0.53448704 +v -0.25723576 5.0888536e-2 -0.60222362 +v 0.24055755 2.5091572e-2 0.53448704 +v 0.25723576 5.0888536e-2 0.60222362 +v -0.54803929 2.3902776e-2 -0.20783954 +v -0.60222362 5.0888536e-2 -0.25723576 +v 0.53448704 2.3902776e-2 -0.24055755 +v 0.60222362 5.0888536e-2 -0.25723576 +v 0.20783954 2.3902776e-2 -0.54803929 +v 0.25723576 5.0888536e-2 -0.60222362 +v -0.46783515 5.0888536e-2 -0.46783515 +v -0.46783515 5.0888536e-2 0.46783515 +v 0.46783515 5.0888536e-2 0.46783515 +v 0.46783515 5.0888536e-2 -0.46783515 +v -0.40174425 2.3902776e-2 0.42678554 +v 0.42678554 2.5091572e-2 0.40174425 +v -0.42678554 2.3902776e-2 -0.40174425 +v 0.40174425 2.3902776e-2 -0.42678554 +v 0.12578099 -9.3711911e-2 -1.5336865e-3 +v 1.5336865e-3 -9.3711911e-2 0.12578099 +v -0.12578099 -9.3711911e-2 1.5336865e-3 +v -1.5336865e-3 -9.3711911e-2 -0.12578099 +v 9.0025072e-2 -9.3711911e-2 8.7856112e-2 +v -8.7856112e-2 -9.3711911e-2 9.0025072e-2 +v -9.0025072e-2 -9.3711911e-2 -8.7856112e-2 +v 8.7856112e-2 -9.3711911e-2 -9.0025072e-2 +v -0.50103704 6.2784068e-2 0.50103704 +v 0.50103704 6.2784068e-2 0.50103704 +v -0.50103704 6.2784068e-2 -0.50103704 +v 0.50103704 6.2784068e-2 -0.50103704 +v 0.0000000e+0 6.2784068e-2 0.69228866 +v -0.69228866 6.2784068e-2 0.0000000e+0 +v 0.69228866 6.2784068e-2 0.0000000e+0 +v 0.0000000e+0 6.2784068e-2 -0.69228866 +v -0.27342698 6.2784068e-2 0.64302945 +v -0.64302945 6.2784068e-2 0.27342698 +v 0.64302945 6.2784068e-2 0.27342698 +v -0.27342698 6.2784068e-2 -0.64302945 +v 0.27342698 6.2784068e-2 0.64302945 +v -0.64302945 6.2784068e-2 -0.27342698 +v 0.64302945 6.2784068e-2 -0.27342698 +v 0.27342698 6.2784068e-2 -0.64302945 +v 1.3899444e-2 2.4341417e-2 0.60574667 +v -0.60574667 2.4341417e-2 1.3899444e-2 +v 0.60574667 2.4341417e-2 -1.3899444e-2 +v -1.3899444e-2 2.4341417e-2 -0.60574667 +v -0.21896780 2.4341417e-2 0.56495604 +v -0.55431786 2.4341417e-2 0.24465063 +v 0.56495604 2.4341417e-2 0.21896780 +v -0.24465063 2.4341417e-2 -0.55431786 +v 0.24465063 2.4341417e-2 0.55431786 +v -0.56495604 2.4341417e-2 -0.21896780 +v 0.55431786 2.4341417e-2 -0.24465063 +v 0.21896780 2.4341417e-2 -0.56495604 +v -0.43815597 2.4341417e-2 -0.41849918 +v -0.41849918 2.4341417e-2 0.43815597 +v 0.43815597 2.4341417e-2 0.41849918 +v 0.41849918 2.4341417e-2 -0.43815597 +v 0.12829082 -0.10550243 1.1333516e-3 +v -1.1333516e-3 -0.10550243 0.12829082 +v -0.12829082 -0.10550243 -1.1333516e-3 +v 1.1333516e-3 -0.10550243 -0.12829082 +v 8.9913906e-2 -0.10550243 9.1516707e-2 +v -9.1516707e-2 -0.10550243 8.9913906e-2 +v -8.9913906e-2 -0.10550243 -9.1516707e-2 +v 9.1516707e-2 -0.10550243 -8.9913906e-2 +v 1.4058670e-3 4.2995751e-2 0.62788268 +v 1.0100258e-2 2.9081477e-2 0.62254909 +v -0.62788268 4.2995751e-2 1.4058670e-3 +v -0.62254909 2.9081477e-2 1.0100258e-2 +v 0.62788268 4.2995751e-2 -1.4058670e-3 +v 0.62254909 2.9081477e-2 -1.0100258e-2 +v -1.4058670e-3 4.2995751e-2 -0.62788268 +v -1.0100258e-2 2.9081477e-2 -0.62254909 +v -0.25445727 4.2995751e-2 0.58363711 +v -0.23129719 2.9081477e-2 0.57946056 +v -0.58256110 4.2995751e-2 0.25705498 +v -0.57173015 2.9081477e-2 0.24996003 +v 0.58363711 4.2995751e-2 0.25445727 +v 0.57946056 2.9081477e-2 0.23129719 +v -0.25705498 4.2995751e-2 -0.58256110 +v -0.24996003 2.9081477e-2 -0.57173015 +v 0.25705498 4.2995751e-2 0.58256110 +v 0.24996003 2.9081477e-2 0.57173015 +v -0.58363711 4.2995751e-2 -0.25445727 +v -0.57946056 2.9081477e-2 -0.23129719 +v 0.58256110 4.2995751e-2 -0.25705498 +v 0.57173015 2.9081477e-2 -0.24996003 +v 0.25445727 4.2995751e-2 -0.58363711 +v 0.23129719 2.9081477e-2 -0.57946056 +v -0.45564656 4.2995751e-2 -0.45365837 +v -0.44893417 2.9081477e-2 -0.43465025 +v -0.45365837 4.2995751e-2 0.45564656 +v -0.43465025 2.9081477e-2 0.44893417 +v 0.45564656 4.2995751e-2 0.45365837 +v 0.44893417 2.9081477e-2 0.43465025 +v 0.45365837 4.2995751e-2 -0.45564656 +v 0.43465025 2.9081477e-2 -0.44893417 +v 2.4286129e-17 5.2454407e-2 0.54299013 +v 8.6373597e-3 2.8490698e-2 0.56650448 +v -0.54299013 5.2454407e-2 -2.0816682e-17 +v -0.56650448 2.7471730e-2 8.6373597e-3 +v 0.54299013 5.2454407e-2 -2.7755576e-17 +v 0.56650448 2.7471730e-2 -8.6373597e-3 +v -3.4694470e-18 5.2454407e-2 -0.54299013 +v -8.6373597e-3 2.7471730e-2 -0.56650448 +v -0.21460473 5.1662870e-2 0.50089201 +v -0.20966342 2.7372788e-2 0.52659159 +v -0.50089201 5.1662870e-2 0.21460473 +v -0.51998084 2.7372788e-2 0.22562318 +v 0.50089201 5.1662870e-2 0.21460473 +v 0.52659159 2.8391756e-2 0.20966342 +v -0.21460473 5.1662870e-2 -0.50089201 +v -0.22562318 2.7372788e-2 -0.51998084 +v 0.21460473 5.1662870e-2 0.50089201 +v 0.22562318 3.4505567e-2 0.51998084 +v -0.50089201 5.1662870e-2 -0.21460473 +v -0.52659159 2.7372788e-2 -0.20966342 +v 0.50089201 5.1662870e-2 -0.21460473 +v 0.51998084 2.7372788e-2 -0.22562318 +v 0.21460473 5.1662870e-2 -0.50089201 +v 0.20966342 2.7372788e-2 -0.52659159 +v -0.39465266 2.7244740e-2 0.40686773 +v 0.40686773 3.4377520e-2 0.39465266 +v -0.40686773 2.7244740e-2 -0.39465266 +v 0.39465266 2.7244740e-2 -0.40686773 +v 0.38540031 5.0638492e-2 -0.38540031 +v -0.38540031 5.0638492e-2 -0.38540031 +v 0.38540031 5.0638492e-2 0.38540031 +v -0.38540031 5.0638492e-2 0.38540031 +v -0.40314260 -0.14419433 -3.4694470e-18 +v -3.4694470e-18 -0.14419433 0.40314260 +v 0.40314260 -0.14419433 3.4694470e-18 +v 3.4694470e-18 -0.14419433 -0.40314260 +v -0.27839552 -0.14287425 0.27839552 +v 0.27839552 -0.14287425 0.27839552 +v 0.27839552 -0.14287425 -0.27839552 +v -0.27839552 -0.14287425 -0.27839552 +v 0.0000000e+0 -0.42373067 3.4694470e-18 +v -0.22250490 -0.38417266 0.22250490 +v 0.22250490 -0.38417266 0.22250490 +v 0.22250490 -0.38417266 -0.22250490 +v -0.22250490 -0.38417266 -0.22250490 +v 0.0000000e+0 -0.35340531 0.34282236 +v 0.34282236 -0.35340531 0.0000000e+0 +v 0.0000000e+0 -0.35340531 -0.34282236 +v -0.34282236 -0.35340531 0.0000000e+0 +v 2.2968025e-18 -9.3711911e-2 1.5635837e-17 +v 7.1032909e-2 -9.3711911e-2 -7.2786544e-2 +v 7.2786544e-2 -9.3711911e-2 7.1032909e-2 +v -7.1032909e-2 -9.3711911e-2 7.2786544e-2 +v -7.2786544e-2 -9.3711911e-2 -7.1032909e-2 +v 9.1121583e-2 -9.3711911e-2 -1.1110736e-3 +v 0.10169571 -9.3711911e-2 -1.2400072e-3 +v 1.1110736e-3 -9.3711911e-2 9.1121583e-2 +v 1.2400072e-3 -9.3711911e-2 0.10169571 +v -9.1121583e-2 -9.3711911e-2 1.1110736e-3 +v -0.10169571 -9.3711911e-2 1.2400072e-3 +v -1.1110736e-3 -9.3711911e-2 -9.1121583e-2 +v -1.2400072e-3 -9.3711911e-2 -0.10169571 +v 6.3460315e-2 -9.3711911e-2 -6.5027000e-2 +v 6.5027000e-2 -9.3711911e-2 6.3460315e-2 +v -6.5027000e-2 -9.3711911e-2 -6.3460315e-2 +v -6.3460315e-2 -9.3711911e-2 6.5027000e-2 +v 7.1032909e-2 -0.10700874 -7.2786544e-2 +v 7.2786544e-2 -0.10700874 7.1032909e-2 +v -7.1032909e-2 -0.10700874 7.2786544e-2 +v -7.2786544e-2 -0.10700874 -7.1032909e-2 +v 9.1121583e-2 -0.10700874 -1.1110736e-3 +v 0.10169571 -0.10700874 -1.2400072e-3 +v 1.1110736e-3 -0.10700874 9.1121583e-2 +v 1.2400072e-3 -0.10700874 0.10169571 +v -9.1121583e-2 -0.10700874 1.1110736e-3 +v -0.10169571 -0.10700874 1.2400072e-3 +v -1.1110736e-3 -0.10700874 -9.1121583e-2 +v -1.2400072e-3 -0.10700874 -0.10169571 +v 6.3460315e-2 -0.10700874 -6.5027000e-2 +v 6.5027000e-2 -0.10700874 6.3460315e-2 +v -6.5027000e-2 -0.10700874 -6.3460315e-2 +v -6.3460315e-2 -0.10700874 6.5027000e-2 +v -0.51039137 4.3743288e-4 0.51055569 +v -0.23980068 -6.2759694e-2 0.55900388 +v -0.55911283 -6.2759694e-2 0.24007395 +v 0.55916396 -6.2759694e-2 0.24007395 +v -0.51059586 4.3743288e-4 -0.51079426 +v -0.24000517 -6.2759694e-2 -0.55936174 +v 0.40947860 2.3902776e-2 -0.43305805 +v -0.55032323 6.2503185e-2 0.55022279 +v 0.23985180 -6.2759694e-2 0.55900388 +v -0.55911283 -6.2759694e-2 -0.23995466 +v 0.51049362 4.3743288e-4 0.51055569 +v 0.55916396 -6.2759694e-2 -0.23995466 +v -0.55057884 6.2503185e-2 -0.55052101 +v 0.23985180 -6.2759694e-2 -0.55888459 +v 0.51049362 4.3743288e-4 -0.51031712 +v 5.1122571e-5 -4.8429005e-3 0.66212200 +v -0.46431260 6.2222302e-2 0.66158892 +v 0.46482382 6.2222302e-2 0.66158892 +v 0.66121884 -4.8429005e-3 1.1928600e-4 +v 0.66563630 6.2222302e-2 0.46704530 +v 0.66563630 6.2222302e-2 -0.46585244 +v -0.49368863 -9.6745657e-2 0.0000000e+0 +v 0.0000000e+0 -9.6745657e-2 0.49368863 +v 0.49368863 -9.6745657e-2 0.0000000e+0 +v 0.0000000e+0 -9.6745657e-2 -0.49368863 +v 0.67042097 5.0888536e-2 0.0000000e+0 +v 0.0000000e+0 5.0888536e-2 0.67042097 +v -1.6673193e-2 2.3902776e-2 -0.59576338 +v -0.46635750 6.2222302e-2 -0.66516750 +v -1.5336771e-4 -4.8429005e-3 -0.66236057 +v 0.46482382 6.2222302e-2 -0.66039606 +v -0.59576338 2.3902776e-2 1.6673193e-2 +v -0.66512508 6.2222302e-2 0.46704530 +v -0.66111659 -4.8429005e-3 1.1928600e-4 +v -0.66512508 6.2222302e-2 -0.46585244 +v 0.14139587 -0.10153789 5.6667581e-4 +v -5.6667581e-4 -0.10153789 0.14139587 +v -0.14139587 -0.10153789 -5.6667581e-4 +v 5.6667581e-4 -0.10153789 -0.14139587 +v 0.19505521 -8.0420658e-2 7.4921297e-2 +v 7.4660345e-2 -8.0420658e-2 0.19516330 +v -7.4921297e-2 -8.0420658e-2 0.19505521 +v -0.62260479 5.0888536e-2 0.26502582 +v -0.19516330 -8.0420658e-2 7.4660345e-2 +v -0.62260479 5.0888536e-2 -0.26502582 +v -0.26502582 5.0888536e-2 -0.62260479 +v -7.4660345e-2 -8.0420658e-2 -0.19516330 +v -0.19505521 -8.0420658e-2 -7.4921297e-2 +v 0.26502582 5.0888536e-2 -0.62260479 +v 0.19516330 -8.0420658e-2 -7.4660345e-2 +v 7.4921297e-2 -8.0420658e-2 -0.19505521 +v -0.14706260 6.2222302e-2 0.70317828 +v 0.14757382 6.2222302e-2 0.70317828 +v 0.70477903 6.2222302e-2 0.14979530 +v 0.55679415 2.3902776e-2 0.21258475 +v 0.70477903 6.2222302e-2 -0.14860244 +v 0.54403304 2.3902776e-2 -0.24339280 +v -0.14910750 6.2222302e-2 -0.70675686 +v 0.14757382 6.2222302e-2 -0.70198542 +v -0.70426781 6.2222302e-2 0.14979530 +v -0.70426781 6.2222302e-2 -0.14860244 +v 0.49941102 5.6836302e-2 0.49941102 +v -0.48281008 5.0888536e-2 -0.48281008 +v 0.49941102 5.6836302e-2 -0.49941102 +v 0.0000000e+0 5.6836302e-2 0.69238121 +v -0.69238121 5.6836302e-2 0.0000000e+0 +v 0.69238121 5.6836302e-2 0.0000000e+0 +v 0.0000000e+0 5.6836302e-2 -0.69238121 +v -0.27312143 5.6836302e-2 0.64300771 +v -0.25775674 4.7583065e-2 0.59154661 +v -0.59154661 4.7583065e-2 0.25775674 +v -0.64300771 5.6836302e-2 0.27312143 +v 0.64300771 5.6836302e-2 0.27312143 +v -0.25775674 4.7583065e-2 -0.59154661 +v -0.27312143 5.6836302e-2 -0.64300771 +v 0.27312143 5.6836302e-2 0.64300771 +v 0.25775674 4.7583065e-2 0.59154661 +v -0.59154661 4.7583065e-2 -0.25775674 +v -0.64300771 5.6836302e-2 -0.27312143 +v 0.64300771 5.6836302e-2 -0.27312143 +v 0.25775674 4.7583065e-2 -0.59154661 +v 0.27312143 5.6836302e-2 -0.64300771 +v -0.13954348 5.0888536e-2 -0.68003648 +v 0.58158355 5.0888536e-2 -0.39354608 +v -0.58158355 5.0888536e-2 0.39354608 +v 0.68003648 5.0888536e-2 -0.13954348 +v -0.48281008 5.0888536e-2 0.48281008 +v 0.48281008 5.0888536e-2 0.48281008 +v 0.39354608 5.0888536e-2 0.58158355 +v 0.39354608 5.0888536e-2 -0.58158355 +v 0.68003648 5.0888536e-2 0.13954348 +v 0.13954348 5.0888536e-2 -0.68003648 +v -0.68003648 5.0888536e-2 -0.13954348 +v -0.13954348 5.0888536e-2 0.68003648 +v -0.58158355 5.0888536e-2 -0.39354608 +v 0.13954348 5.0888536e-2 0.68003648 +v -0.68003648 5.0888536e-2 0.13954348 +v -0.39354608 5.0888536e-2 0.58158355 +v -0.39354608 5.0888536e-2 -0.58158355 +v 0.58158355 5.0888536e-2 0.39354608 +v 1.4102382e-2 2.4582088e-2 0.57642949 +v 0.0000000e+0 4.7583065e-2 0.63666512 +v -0.57642949 2.3902776e-2 1.4102382e-2 +v -0.67042097 5.0888536e-2 0.0000000e+0 +v 0.57642949 2.3902776e-2 -1.4102382e-2 +v 0.63666512 4.7583065e-2 0.0000000e+0 +v -1.4102382e-2 2.3902776e-2 -0.57642949 +v 0.0000000e+0 5.0888536e-2 -0.67042097 +v -0.20756111 2.3902776e-2 0.53794815 +v -0.26502582 5.0888536e-2 0.62260479 +v -0.52715466 2.3902776e-2 0.23361892 +v 0.53794815 2.4582088e-2 0.20756111 +v 0.62260479 5.0888536e-2 0.26502582 +v -0.23361892 2.3902776e-2 -0.52715466 +v 0.23361892 2.8657962e-2 0.52715466 +v 0.26502582 5.0888536e-2 0.62260479 +v -0.53794815 2.3902776e-2 -0.20756111 +v 0.52715466 2.3902776e-2 -0.23361892 +v 0.62260479 5.0888536e-2 -0.26502582 +v 0.20756111 2.3902776e-2 -0.53794815 +v -0.46120914 4.7583065e-2 -0.46120914 +v -0.46120914 4.7583065e-2 0.46120914 +v 0.46120914 4.7583065e-2 0.46120914 +v 0.48281008 5.0888536e-2 -0.48281008 +v 0.57794757 2.3902776e-2 9.6910555e-2 +v 0.37051568 5.0888536e-2 0.54550411 +v -0.63669473 5.0888536e-2 0.13168548 +v -0.47719676 2.3902776e-2 0.34014453 +v -0.31070464 2.3902776e-2 0.49686787 +v 0.34014453 2.5261401e-2 0.47719676 +v 0.49686787 2.4582088e-2 0.31070464 +v 0.54550411 5.0888536e-2 0.37051568 +v 0.13163728 2.4582088e-2 0.57103999 +v -0.57103999 2.3902776e-2 0.13163728 +v -9.6910555e-2 2.3902776e-2 0.57794757 +v 9.6910555e-2 2.3902776e-2 -0.57794757 +v -0.13168548 5.0888536e-2 0.63669473 +v -0.13163728 2.3902776e-2 -0.57103999 +v -0.54550411 5.0888536e-2 0.37051568 +v -0.34014453 2.3902776e-2 -0.47719676 +v -0.49686787 2.3902776e-2 -0.31070464 +v -0.37051568 5.0888536e-2 -0.54550411 +v 0.13168548 5.0888536e-2 0.63669473 +v 0.57103999 2.3902776e-2 -0.13163728 +v -0.37051568 5.0888536e-2 0.54550411 +v 0.63669473 5.0888536e-2 -0.13168548 +v -0.63669473 5.0888536e-2 -0.13168548 +v -0.13168548 5.0888536e-2 -0.63669473 +v 0.37051568 5.0888536e-2 -0.54550411 +v 0.47719676 2.3902776e-2 -0.34014453 +v 0.31070464 2.3902776e-2 -0.49686787 +v 0.63669473 5.0888536e-2 0.13168548 +v -0.54550411 5.0888536e-2 -0.37051568 +v 0.13168548 5.0888536e-2 -0.63669473 +v 0.54550411 5.0888536e-2 -0.37051568 +v -0.57794757 2.3902776e-2 -9.6910555e-2 +v 0.11642830 -9.3711911e-2 4.6571319e-2 +v -4.6571319e-2 -9.3711911e-2 0.11642830 +v -0.11642830 -9.3711911e-2 -4.6571319e-2 +v 4.6571319e-2 -9.3711911e-2 -0.11642830 +v 4.9396343e-2 -9.3711911e-2 0.11525813 +v -0.11525813 -9.3711911e-2 4.9396343e-2 +v -4.9396343e-2 -9.3711911e-2 -0.11525813 +v 0.11525813 -9.3711911e-2 -4.9396343e-2 +v 7.9444510e-2 -9.3711911e-2 -8.1405808e-2 +v 8.1405808e-2 -9.3711911e-2 7.9444510e-2 +v -7.9444510e-2 -9.3711911e-2 8.1405808e-2 +v -8.1405808e-2 -9.3711911e-2 -7.9444510e-2 +v 8.9969489e-2 -9.9607172e-2 8.9686410e-2 +v -8.9686410e-2 -9.9607172e-2 8.9969489e-2 +v -8.9969489e-2 -9.9607172e-2 -8.9686410e-2 +v 8.9686410e-2 -9.9607172e-2 -8.9969489e-2 +v -0.49941102 5.6836302e-2 0.49941102 +v 0.55045103 6.2503185e-2 0.55022279 +v -0.49941102 5.6836302e-2 -0.49941102 +v 0.55045103 6.2503185e-2 -0.54992458 +v 6.3903214e-5 6.2503185e-2 0.70135858 +v -0.70040765 6.2503185e-2 1.4910750e-4 +v 0.70053545 6.2503185e-2 1.4910750e-4 +v -1.9170964e-4 6.2503185e-2 -0.70165680 +v -0.28666669 6.2503185e-2 0.66428009 +v -0.66662638 6.2503185e-2 0.28871622 +v 0.66700980 6.2503185e-2 0.28871622 +v -0.28820037 6.2503185e-2 -0.66696402 +v 0.28705011 6.2503185e-2 0.66428009 +v -0.66662638 6.2503185e-2 -0.28782157 +v 0.66700980 6.2503185e-2 -0.28782157 +v 0.28705011 6.2503185e-2 -0.66338544 +v 1.6673193e-2 2.3902776e-2 0.59576338 +v -0.61541303 2.5657342e-2 1.2283691e-2 +v 0.59576338 2.3902776e-2 -1.6673193e-2 +v -1.2283691e-2 2.5657342e-2 -0.61541303 +v -0.21258475 2.3902776e-2 0.55679415 +v -0.54403304 2.3902776e-2 0.24339280 +v 0.57326826 2.5657342e-2 0.22415972 +v -0.24339280 2.3902776e-2 -0.54403304 +v 0.24339280 2.3902776e-2 0.54403304 +v -0.55679415 2.3902776e-2 -0.21258475 +v 0.56386673 2.5657342e-2 -0.24685702 +v 0.21258475 2.3902776e-2 -0.55679415 +v -0.43305805 2.3902776e-2 -0.40947860 +v -0.40947860 2.3902776e-2 0.43305805 +v 0.43305805 2.3902776e-2 0.40947860 +v 0.42647684 2.5657342e-2 -0.44384861 +v -0.58346281 6.2784068e-2 -0.39580201 +v 0.34802628 2.4341417e-2 0.49584450 +v -0.39580201 6.2784068e-2 -0.58346281 +v 0.10452327 2.4341417e-2 -0.59670675 +v -0.51128583 2.4341417e-2 -0.32491670 +v -0.58346281 6.2784068e-2 0.39580201 +v -0.34802628 2.4341417e-2 -0.49584450 +v -0.10452327 2.4341417e-2 0.59670675 +v -0.13178288 2.4341417e-2 -0.59128448 +v -0.13958118 6.2784068e-2 -0.67968709 +v -0.39580201 6.2784068e-2 0.58346281 +v 0.39580201 6.2784068e-2 0.58346281 +v 0.59128448 2.4341417e-2 -0.13178288 +v 0.39580201 6.2784068e-2 -0.58346281 +v -0.67968709 6.2784068e-2 0.13958118 +v 0.58346281 6.2784068e-2 -0.39580201 +v -0.49584450 2.4341417e-2 0.34802628 +v -0.59670675 2.4341417e-2 -0.10452327 +v 0.67968709 6.2784068e-2 0.13958118 +v -0.59128448 2.4341417e-2 0.13178288 +v 0.13178288 2.4341417e-2 0.59128448 +v 0.59670675 2.4341417e-2 0.10452327 +v 0.32491670 2.4341417e-2 -0.51128583 +v 0.13958118 6.2784068e-2 -0.67968709 +v 0.58346281 6.2784068e-2 0.39580201 +v -0.67968709 6.2784068e-2 -0.13958118 +v 0.67968709 6.2784068e-2 -0.13958118 +v 0.49584450 2.4341417e-2 -0.34802628 +v -0.13958118 6.2784068e-2 0.67968709 +v 0.13958118 6.2784068e-2 0.67968709 +v -0.32491670 2.4341417e-2 0.51128583 +v 0.51128583 2.4341417e-2 0.32491670 +v 0.12703590 -9.9607172e-2 -2.0016743e-4 +v 2.0016743e-4 -9.9607172e-2 0.12703590 +v -0.12703590 -9.9607172e-2 2.0016743e-4 +v -2.0016743e-4 -9.9607172e-2 -0.12703590 +v 0.10965664 -0.10231001 0.11045804 +v -0.11045804 -0.10231001 0.10965664 +v -0.10965664 -0.10231001 -0.11045804 +v 0.11045804 -0.10231001 -0.10965664 +v -4.9985104e-2 -0.10550243 0.11772238 +v -0.11858710 -0.10550243 4.7897490e-2 +v -4.7897490e-2 -0.10550243 -0.11858710 +v 4.7897490e-2 -0.10550243 0.11858710 +v 4.9985104e-2 -0.10550243 -0.11772238 +v 0.11772238 -0.10550243 4.9985104e-2 +v 0.11858710 -0.10550243 -4.7897490e-2 +v -0.11772238 -0.10550243 -4.9985104e-2 +v -0.55511374 3.8178591e-2 4.0894114e-3 +v 0.55511374 3.8178591e-2 -4.0894114e-3 +v -0.51091054 3.7782823e-2 0.21961665 +v -0.21961665 3.7782823e-2 -0.51091054 +v 0.21961665 4.2538010e-2 0.51091054 +v 0.21206041 3.7782823e-2 -0.51404044 +v 5.6234680e-3 3.5844751e-2 0.62494149 +v 0.62494149 3.5844751e-2 -5.6234680e-3 +v 0.58126263 3.5844751e-2 0.24351690 +v -0.58126263 3.5844751e-2 -0.24351690 +v 0.57695861 3.5844751e-2 -0.25390771 +v -0.44425808 3.5844751e-2 0.45221086 +v 0.45221086 3.5844751e-2 0.44425808 +v -0.39762531 2.3902776e-2 0.41756909 +v 0.41756909 2.8657962e-2 0.39762531 +v -0.41756909 2.3902776e-2 -0.39762531 +v 0.39762531 2.3902776e-2 -0.41756909 +v 1.2283691e-2 2.5657342e-2 0.61541303 +v -0.63666512 4.7583065e-2 0.0000000e+0 +v -0.62494149 3.5844751e-2 5.6234680e-3 +v 0.61541303 2.5657342e-2 -1.2283691e-2 +v 0.0000000e+0 4.7583065e-2 -0.63666512 +v -5.6234680e-3 3.5844751e-2 -0.62494149 +v -0.24351690 3.5844751e-2 0.58126263 +v -0.22415972 2.5657342e-2 0.57326826 +v -0.57695861 3.5844751e-2 0.25390771 +v -0.56386673 2.5657342e-2 0.24685702 +v 0.59154661 4.7583065e-2 0.25775674 +v -0.25390771 3.5844751e-2 -0.57695861 +v -0.24685702 2.5657342e-2 -0.56386673 +v 0.25390771 3.5844751e-2 0.57695861 +v 0.24685702 2.5657342e-2 0.56386673 +v -0.57326826 2.5657342e-2 -0.22415972 +v 0.59154661 4.7583065e-2 -0.25775674 +v 0.24351690 3.5844751e-2 -0.58126263 +v 0.22415972 2.5657342e-2 -0.57326826 +v -0.45221086 3.5844751e-2 -0.44425808 +v -0.44384861 2.5657342e-2 -0.42647684 +v -0.42647684 2.5657342e-2 0.44384861 +v 0.44384861 2.5657342e-2 0.42647684 +v 0.46120914 4.7583065e-2 -0.46120914 +v 0.44425808 3.5844751e-2 -0.45221086 +v -0.11298841 2.9081477e-2 0.61255466 +v 0.13327544 4.2995751e-2 0.61621595 +v 0.11298841 2.9081477e-2 -0.61255466 +v -0.33965431 2.9081477e-2 0.52409616 +v -0.13327544 4.2995751e-2 -0.61621595 +v -0.13051825 4.2995751e-2 0.61676439 +v 0.51287547 2.9081477e-2 -0.35644727 +v -0.52409616 2.9081477e-2 -0.33965431 +v 0.13279705 2.9081477e-2 0.60861447 +v -0.36237154 4.2995751e-2 0.52927689 +v 0.33965431 2.9081477e-2 -0.52409616 +v -0.61255466 2.9081477e-2 -0.11298841 +v -0.61621595 4.2995751e-2 0.13327544 +v 0.61255466 2.9081477e-2 0.11298841 +v -0.35644727 2.9081477e-2 -0.51287547 +v 0.52927689 4.2995751e-2 0.36237154 +v 0.36237154 4.2995751e-2 -0.52927689 +v 0.61621595 4.2995751e-2 -0.13327544 +v -0.51287547 2.9081477e-2 0.35644727 +v 0.52771506 4.2995751e-2 -0.36470897 +v -0.36470897 4.2995751e-2 -0.52771506 +v -0.61676439 4.2995751e-2 -0.13051825 +v 0.61676439 4.2995751e-2 0.13051825 +v 0.36470897 4.2995751e-2 0.52771506 +v -0.52771506 4.2995751e-2 0.36470897 +v 0.52409616 2.9081477e-2 0.33965431 +v 0.13051825 4.2995751e-2 -0.61676439 +v 0.60861447 2.9081477e-2 -0.13279705 +v 0.35644727 2.9081477e-2 0.51287547 +v -0.13279705 2.9081477e-2 -0.60861447 +v -0.60861447 2.9081477e-2 0.13279705 +v -0.52927689 4.2995751e-2 -0.36237154 +v 1.7347235e-17 -2.2559472e-2 0.34874552 +v 4.0894114e-3 3.8857904e-2 0.55511374 +v -0.34874552 -2.2559472e-2 -6.9388939e-18 +v 0.34874552 -2.2559472e-2 -1.7347235e-17 +v 0.0000000e+0 -2.2559472e-2 -0.34874552 +v -4.0894114e-3 3.8178591e-2 -0.55511374 +v -0.19406278 -1.4444711e-2 0.32894573 +v -0.21206041 3.7782823e-2 0.51404044 +v -0.32894573 -1.4444711e-2 0.19406278 +v 0.32894573 -1.4444711e-2 0.19406278 +v 0.51404044 3.8462135e-2 0.21206041 +v -0.19406278 -1.4444711e-2 -0.32894573 +v 0.19406278 -1.4444711e-2 0.32894573 +v -0.32894573 -1.4444711e-2 -0.19406278 +v -0.51404044 3.7782823e-2 -0.21206041 +v 0.32894573 -1.4444711e-2 -0.19406278 +v 0.51091054 3.7782823e-2 -0.21961665 +v 0.19406278 -1.4444711e-2 -0.32894573 +v -0.39035719 3.7270634e-2 0.39614050 +v 0.39614050 4.2025820e-2 0.39035719 +v -0.39614050 3.7270634e-2 -0.39035719 +v 0.39035719 3.7270634e-2 -0.39614050 +v -0.11040030 5.2209965e-2 0.53205901 +v 0.45111548 5.0999355e-2 -0.30641740 +v 0.30641740 5.0999355e-2 -0.45111548 +v -0.30641740 5.0999355e-2 -0.45111548 +v -0.45111548 5.0999355e-2 -0.30641740 +v 0.55378026 2.7441174e-2 -0.11952956 +v 0.30809407 2.7289848e-2 -0.47570546 +v 0.53205901 5.2209965e-2 -0.11040030 +v -0.47570546 2.7289848e-2 -0.30809407 +v 0.30641740 5.0999355e-2 0.45111548 +v 0.45111548 5.0999355e-2 0.30641740 +v -0.55714976 2.7441174e-2 -0.10258996 +v 0.53205901 5.2209965e-2 0.11040030 +v 0.32245478 3.5441597e-2 0.46610995 +v 0.47570546 3.1365722e-2 0.30809407 +v -0.55378026 2.7441174e-2 0.11952956 +v -0.11952956 2.7441174e-2 -0.55378026 +v -0.45111548 5.0999355e-2 0.30641740 +v -0.30641740 5.0999355e-2 0.45111548 +v 0.11040030 5.2209965e-2 -0.53205901 +v -0.30809407 2.7289848e-2 0.47570546 +v -0.32245478 2.7289848e-2 -0.46610995 +v 0.11952956 3.1517049e-2 0.55378026 +v -0.10258996 2.7441174e-2 0.55714976 +v 0.55714976 2.7441174e-2 0.10258996 +v 0.11040030 5.2209965e-2 0.53205901 +v 0.10258996 2.7441174e-2 -0.55714976 +v -0.53205901 5.2209965e-2 0.11040030 +v -0.11040030 5.2209965e-2 -0.53205901 +v -0.46610995 2.7289848e-2 0.32245478 +v 0.46610995 2.7289848e-2 -0.32245478 +v -0.53205901 5.2209965e-2 -0.11040030 +v -0.36815236 -0.14353429 0.14908595 +v 0.14908595 -0.14353429 0.36815236 +v 0.36815236 -0.14353429 -0.14908595 +v -0.14908595 -0.14353429 -0.36815236 +v -0.14908595 -0.14353429 0.36815236 +v 0.36815236 -0.14353429 0.14908595 +v 0.14908595 -0.14353429 -0.36815236 +v -0.36815236 -0.14353429 -0.14908595 +v -0.25429131 -0.26549860 -0.25429131 +v -0.25429131 -0.26549860 0.25429131 +v 0.25429131 -0.26549860 0.25429131 +v 0.25429131 -0.26549860 -0.25429131 +v -0.35070816 -9.1465323e-2 0.35070816 +v 0.35070816 -9.1465323e-2 0.35070816 +v 0.35070816 -9.1465323e-2 -0.35070816 +v -0.35070816 -9.1465323e-2 -0.35070816 +v -0.12714566 -0.42373067 0.12714566 +v 0.12714566 -0.42373067 0.12714566 +v 0.12714566 -0.42373067 -0.12714566 +v -0.12714566 -0.42373067 -0.12714566 +v 0.0000000e+0 -0.26549860 0.37296059 +v 0.10171652 -0.38417266 0.31362595 +v -0.10171652 -0.38417266 0.31362595 +v 0.37296059 -0.26549860 0.0000000e+0 +v 0.31362595 -0.38417266 -0.10171652 +v 0.31362595 -0.38417266 0.10171652 +v 0.0000000e+0 -0.26549860 -0.37296059 +v -0.10171652 -0.38417266 -0.31362595 +v 0.10171652 -0.38417266 -0.31362595 +v -0.37296059 -0.26549860 0.0000000e+0 +v -0.31362595 -0.38417266 0.10171652 +v -0.31362595 -0.38417266 -0.10171652 +v -1.2400072e-3 -0.10036033 -0.10169571 +v 0.10169571 -0.10036033 -1.2400072e-3 +v 1.2400072e-3 -0.10036033 0.10169571 +v -0.10169571 -0.10036033 1.2400072e-3 +v 7.1032909e-2 -0.10036033 -7.2786544e-2 +v 7.2786544e-2 -0.10036033 7.1032909e-2 +v -7.1032909e-2 -0.10036033 7.2786544e-2 +v -7.2786544e-2 -0.10036033 -7.1032909e-2 +v 4.5560791e-2 -9.3711911e-2 -5.5553680e-4 +v 0.11373835 -9.3711911e-2 -1.3868468e-3 +v 5.5553680e-4 -9.3711911e-2 4.5560791e-2 +v 1.3868468e-3 -9.3711911e-2 0.11373835 +v -4.5560791e-2 -9.3711911e-2 5.5553680e-4 +v -0.11373835 -9.3711911e-2 1.3868468e-3 +v -5.5553680e-4 -9.3711911e-2 -4.5560791e-2 +v -1.3868468e-3 -9.3711911e-2 -0.11373835 +v 9.4133924e-2 -9.3711911e-2 3.7653569e-2 +v -3.7653569e-2 -9.3711911e-2 9.4133924e-2 +v 3.7653569e-2 -9.3711911e-2 -9.4133924e-2 +v 8.3411007e-2 -9.3711911e-2 -3.5650482e-2 +v 3.3606073e-2 -9.3711911e-2 -8.4255474e-2 +v 3.5650482e-2 -9.3711911e-2 8.3411007e-2 +v 8.4255474e-2 -9.3711911e-2 3.3606073e-2 +v -9.3187830e-2 -9.3711911e-2 3.9937641e-2 +v -3.5650482e-2 -9.3711911e-2 -8.3411007e-2 +v -8.4255474e-2 -9.3711911e-2 -3.3606073e-2 +v -3.9937641e-2 -9.3711911e-2 -9.3187830e-2 +v 9.3187830e-2 -9.3711911e-2 -3.9937641e-2 +v -9.4133924e-2 -9.3711911e-2 -3.7653569e-2 +v -8.3411007e-2 -9.3711911e-2 3.5650482e-2 +v -3.3606073e-2 -9.3711911e-2 8.4255474e-2 +v 3.9937641e-2 -9.3711911e-2 9.3187830e-2 +v 6.7246612e-2 -0.10700874 -6.8906772e-2 +v 6.8906772e-2 -0.10700874 6.7246612e-2 +v -6.7246612e-2 -0.10700874 6.8906772e-2 +v -6.8906772e-2 -0.10700874 -6.7246612e-2 +v 9.1121583e-2 -0.10036033 -1.1110736e-3 +v 9.6408646e-2 -0.10700874 -1.1755404e-3 +v 1.1110736e-3 -0.10036033 9.1121583e-2 +v 1.1755404e-3 -0.10700874 9.6408646e-2 +v -9.1121583e-2 -0.10036033 1.1110736e-3 +v -9.6408646e-2 -0.10700874 1.1755404e-3 +v -1.1110736e-3 -0.10036033 -9.1121583e-2 +v -1.1755404e-3 -0.10700874 -9.6408646e-2 +v 6.3460315e-2 -0.10036033 -6.5027000e-2 +v 6.5027000e-2 -0.10036033 6.3460315e-2 +v -6.5027000e-2 -0.10036033 -6.3460315e-2 +v -6.3460315e-2 -0.10036033 6.5027000e-2 +v 3.9937641e-2 -0.10700874 9.3187830e-2 +v -8.3411007e-2 -0.10700874 3.5650482e-2 +v 3.5650482e-2 -0.10700874 8.3411007e-2 +v 8.4255474e-2 -0.10700874 3.3606073e-2 +v -3.5650482e-2 -0.10700874 -8.3411007e-2 +v -3.9937641e-2 -0.10700874 -9.3187830e-2 +v -9.4133924e-2 -0.10700874 -3.7653569e-2 +v 3.3606073e-2 -0.10700874 -8.4255474e-2 +v 9.4133924e-2 -0.10700874 3.7653569e-2 +v -3.7653569e-2 -0.10700874 9.4133924e-2 +v 8.3411007e-2 -0.10700874 -3.5650482e-2 +v 9.3187830e-2 -0.10700874 -3.9937641e-2 +v -9.3187830e-2 -0.10700874 3.9937641e-2 +v -8.4255474e-2 -0.10700874 -3.3606073e-2 +v -3.3606073e-2 -0.10700874 8.4255474e-2 +v 3.7653569e-2 -0.10700874 -9.4133924e-2 +v -0.28305837 4.9556035e-3 0.63690465 +v -0.43005731 6.2503185e-2 0.62252586 +v 0.14357750 6.2503185e-2 0.69143269 +v 0.28326286 4.9556035e-3 0.63690465 +v 0.63754495 4.9556035e-3 0.28415145 +v 0.62454956 6.2503185e-2 0.43142366 +v 0.69223306 6.2503185e-2 -0.14409181 +v 0.63754495 4.9556035e-3 -0.28367431 +v -0.18947768 -9.4105490e-2 0.45544421 +v 0.45544421 -9.4105490e-2 0.18947768 +v 0.18947768 -9.4105490e-2 -0.45544421 +v -0.45544421 -9.4105490e-2 -0.18947768 +v -0.14434434 6.2503185e-2 -0.69322198 +v -0.28387633 4.9556035e-3 -0.63833608 +v 0.28326286 4.9556035e-3 -0.63642750 +v 0.43031292 6.2503185e-2 -0.62192943 +v -0.69197745 6.2503185e-2 0.14468824 +v -0.63734046 4.9556035e-3 0.28415145 +v -0.63734046 4.9556035e-3 -0.28367431 +v -0.62429394 6.2503185e-2 -0.43082723 +v 0.34191786 -2.3067751e-2 9.1782232e-2 +v 0.31733997 1.3457523e-2 0.31733997 +v 9.1782232e-2 -2.3067751e-2 0.34191786 +v 6.0530826e-2 -0.10192395 0.13518191 +v -9.1782232e-2 -2.3067751e-2 0.34191786 +v -0.31733997 1.3457523e-2 0.31733997 +v -0.34191786 -2.3067751e-2 9.1782232e-2 +v -0.13518191 -0.10192395 6.0530826e-2 +v -0.31733997 1.3457523e-2 -0.31733997 +v -9.1782232e-2 -2.3067751e-2 -0.34191786 +v -6.0530826e-2 -0.10192395 -0.13518191 +v -0.34191786 -2.3067751e-2 -9.1782232e-2 +v 0.31733997 1.3457523e-2 -0.31733997 +v 0.34191786 -2.3067751e-2 -9.1782232e-2 +v 0.13518191 -0.10192395 -6.0530826e-2 +v 9.1782232e-2 -2.3067751e-2 -0.34191786 +v -0.14332189 6.2503185e-2 0.69143269 +v 0.43031292 6.2503185e-2 0.62252586 +v 0.69223306 6.2503185e-2 0.14468824 +v 0.62454956 6.2503185e-2 -0.43082723 +v -0.43107976 6.2503185e-2 -0.62431515 +v 0.14357750 6.2503185e-2 -0.69083626 +v -0.62429394 6.2503185e-2 0.43142366 +v -0.69197745 6.2503185e-2 -0.14409181 +v -0.13561448 5.0888536e-2 0.65836560 +v -0.13561448 5.0888536e-2 -0.65836560 +v -0.56354383 5.0888536e-2 0.38203088 +v -0.38203088 5.0888536e-2 0.56354383 +v 0.38203088 5.0888536e-2 0.56354383 +v 0.56354383 5.0888536e-2 0.38203088 +v 0.65836560 5.0888536e-2 0.13561448 +v 0.38203088 5.0888536e-2 -0.56354383 +v 0.65836560 5.0888536e-2 -0.13561448 +v 0.13561448 5.0888536e-2 -0.65836560 +v -0.65836560 5.0888536e-2 -0.13561448 +v -0.56354383 5.0888536e-2 -0.38203088 +v -0.65836560 5.0888536e-2 0.13561448 +v 0.56354383 5.0888536e-2 -0.38203088 +v -0.38203088 5.0888536e-2 -0.56354383 +v 0.13561448 5.0888536e-2 0.65836560 +v 0.34478676 2.3902776e-2 0.48600454 +v -0.58095383 2.3902776e-2 0.13255554 +v 0.50452731 2.3902776e-2 0.31706547 +v -9.9856052e-2 2.3902776e-2 0.58745816 +v -0.48600454 2.3902776e-2 0.34478676 +v -0.34478676 2.3902776e-2 -0.48600454 +v 0.13255554 2.3902776e-2 0.58095383 +v -0.31706547 2.3902776e-2 0.50452731 +v 0.58095383 2.3902776e-2 -0.13255554 +v -0.58745816 2.3902776e-2 -9.9856052e-2 +v -0.13255554 2.3902776e-2 -0.58095383 +v 0.31706547 2.3902776e-2 -0.50452731 +v 0.58745816 2.3902776e-2 9.9856052e-2 +v -0.50452731 2.3902776e-2 -0.31706547 +v 9.9856052e-2 2.3902776e-2 -0.58745816 +v 0.48600454 2.3902776e-2 -0.34478676 +v 0.10528111 -9.3711911e-2 4.2112444e-2 +v -4.2112444e-2 -9.3711911e-2 0.10528111 +v -0.10528111 -9.3711911e-2 -4.2112444e-2 +v 4.2112444e-2 -9.3711911e-2 -0.10528111 +v 0.13474955 -0.10192395 6.1574633e-2 +v -6.1574633e-2 -0.10192395 0.13474955 +v -0.13474955 -0.10192395 -6.1574633e-2 +v 6.1574633e-2 -0.10192395 -0.13474955 +v -0.58252318 5.6836302e-2 -0.39467405 +v 0.36781486 4.7583065e-2 0.53633195 +v -0.39467405 5.6836302e-2 -0.58252318 +v 0.13264242 4.7583065e-2 -0.62521643 +v -0.53633195 4.7583065e-2 -0.36781486 +v -0.58252318 5.6836302e-2 0.39467405 +v -0.36781486 4.7583065e-2 -0.53633195 +v -0.13264242 4.7583065e-2 0.62521643 +v -0.13264242 4.7583065e-2 -0.62521643 +v -0.13956233 5.6836302e-2 -0.67986178 +v -0.39467405 5.6836302e-2 0.58252318 +v 0.39467405 5.6836302e-2 0.58252318 +v 0.62521643 4.7583065e-2 -0.13264242 +v 0.39467405 5.6836302e-2 -0.58252318 +v -0.67986178 5.6836302e-2 0.13956233 +v 0.58252318 5.6836302e-2 -0.39467405 +v -0.53633195 4.7583065e-2 0.36781486 +v -0.62521643 4.7583065e-2 -0.13264242 +v 0.67986178 5.6836302e-2 0.13956233 +v -0.62521643 4.7583065e-2 0.13264242 +v 0.13264242 4.7583065e-2 0.62521643 +v 0.62521643 4.7583065e-2 0.13264242 +v 0.36781486 4.7583065e-2 -0.53633195 +v 0.13956233 5.6836302e-2 -0.67986178 +v 0.58252318 5.6836302e-2 0.39467405 +v -0.67986178 5.6836302e-2 -0.13956233 +v 0.67986178 5.6836302e-2 -0.13956233 +v 0.53633195 4.7583065e-2 -0.36781486 +v -0.13956233 5.6836302e-2 0.67986178 +v 0.13956233 5.6836302e-2 0.67986178 +v -0.36781486 4.7583065e-2 0.53633195 +v 0.53633195 4.7583065e-2 0.36781486 +v -4.8278211e-2 -9.9607172e-2 0.11707534 +v -0.11692262 -9.9607172e-2 4.8646916e-2 +v -4.8646916e-2 -9.9607172e-2 -0.11692262 +v 4.8646916e-2 -9.9607172e-2 0.11692262 +v 4.8278211e-2 -9.9607172e-2 -0.11707534 +v 0.11707534 -9.9607172e-2 4.8278211e-2 +v 0.11692262 -9.9607172e-2 -4.8646916e-2 +v -0.11707534 -9.9607172e-2 -4.8278211e-2 +v -0.13208393 2.5657342e-2 -0.60107847 +v 0.33162922 2.5657342e-2 -0.51842411 +v -0.47136002 2.3902776e-2 0.33191029 +v -0.30846330 2.3902776e-2 0.48702680 +v 0.51842411 2.5657342e-2 0.33162922 +v 0.33191029 2.9337275e-2 0.47136002 +v 0.48702680 2.6620025e-2 0.30846330 +v 0.13208393 2.5657342e-2 0.60107847 +v 0.56249645 2.3902776e-2 -0.12626346 +v 9.8605846e-2 2.3902776e-2 -0.56799789 +v -0.33162922 2.5657342e-2 0.51842411 +v 0.56799789 2.3902776e-2 9.8605846e-2 +v -9.8605846e-2 2.3902776e-2 0.56799789 +v 0.35205241 2.5657342e-2 0.50477777 +v 0.60107847 2.5657342e-2 -0.13208393 +v 0.60587043 2.5657342e-2 0.10799314 +v -0.60107847 2.5657342e-2 0.13208393 +v -0.33191029 2.3902776e-2 -0.47136002 +v -0.48702680 2.3902776e-2 -0.30846330 +v -0.50477777 2.5657342e-2 0.35205241 +v -0.12626346 2.3902776e-2 -0.56249645 +v -0.10799314 2.5657342e-2 0.60587043 +v 0.10799314 2.5657342e-2 -0.60587043 +v 0.12626346 2.6620025e-2 0.56249645 +v 0.50477777 2.5657342e-2 -0.35205241 +v -0.56249645 2.3902776e-2 0.12626346 +v -0.60587043 2.5657342e-2 -0.10799314 +v -0.35205241 2.5657342e-2 -0.50477777 +v 0.47136002 2.3902776e-2 -0.33191029 +v 0.30846330 2.3902776e-2 -0.48702680 +v -0.56799789 2.3902776e-2 -9.8605846e-2 +v -0.51842411 2.5657342e-2 -0.33162922 +v -0.12223185 3.5844751e-2 0.61436489 +v 0.12223185 3.5844751e-2 -0.61436489 +v -0.35144322 3.5844751e-2 0.52645602 +v 0.52020874 3.5844751e-2 -0.36079295 +v -0.52645602 3.5844751e-2 -0.35144322 +v 0.13326060 3.5844751e-2 0.61217113 +v 0.35144322 3.5844751e-2 -0.52645602 +v -0.61436489 3.5844751e-2 -0.12223185 +v 0.61436489 3.5844751e-2 0.12223185 +v -0.36079295 3.5844751e-2 -0.52020874 +v -0.52020874 3.5844751e-2 0.36079295 +v 0.52645602 3.5844751e-2 0.35144322 +v 0.61217113 3.5844751e-2 -0.13326060 +v 0.36079295 3.5844751e-2 0.52020874 +v -0.13326060 3.5844751e-2 -0.61217113 +v -0.61217113 3.5844751e-2 0.13326060 +v 0.54334853 3.8056370e-2 -0.11453108 +v 0.30734956 3.7451065e-2 -0.46360520 +v -0.46360520 3.7451065e-2 -0.30734956 +v -0.54494383 3.8056370e-2 -0.10651092 +v 0.31414872 4.2885564e-2 0.45906215 +v 0.46360520 4.0168315e-2 0.30734956 +v -0.54334853 3.8056370e-2 0.11453108 +v -0.11453108 3.8056370e-2 -0.54334853 +v -0.30734956 3.7451065e-2 0.46360520 +v -0.31414872 3.7451065e-2 -0.45906215 +v 0.11453108 4.0773620e-2 0.54334853 +v -0.10651092 3.8056370e-2 0.54494383 +v 0.54494383 3.8056370e-2 0.10651092 +v 0.10651092 3.8056370e-2 -0.54494383 +v -0.45906215 3.7451065e-2 0.31414872 +v 0.45906215 3.7451065e-2 -0.31414872 +v -0.23733856 -0.42373067 0.0000000e+0 +v 0.0000000e+0 -0.42373067 0.23733856 +v 0.23733856 -0.42373067 0.0000000e+0 +v 0.0000000e+0 -0.42373067 -0.23733856 +v -0.45544421 -9.4105490e-2 0.18947768 +v 0.18947768 -9.4105490e-2 0.45544421 +v 0.45544421 -9.4105490e-2 -0.18947768 +v -0.18947768 -9.4105490e-2 -0.45544421 +v 0.13562203 -0.26549860 0.33905508 +v -0.13562203 -0.26549860 0.33905508 +v 0.33905508 -0.26549860 -0.13562203 +v 0.33905508 -0.26549860 0.13562203 +v -0.13562203 -0.26549860 -0.33905508 +v 0.13562203 -0.26549860 -0.33905508 +v -0.33905508 -0.26549860 0.13562203 +v -0.33905508 -0.26549860 -0.13562203 +v 4.1405518e-2 -9.3711911e-2 -4.2427722e-2 +v 4.2427722e-2 -9.3711911e-2 4.1405518e-2 +v -4.1405518e-2 -9.3711911e-2 4.2427722e-2 +v -4.2427722e-2 -9.3711911e-2 -4.1405518e-2 +v 0.10422298 -9.3711911e-2 -4.4666992e-2 +v 4.4666992e-2 -9.3711911e-2 0.10422298 +v -0.10422298 -9.3711911e-2 4.4666992e-2 +v -4.4666992e-2 -9.3711911e-2 -0.10422298 +v 8.9194699e-2 -0.10700874 3.5629821e-2 +v -3.5629821e-2 -0.10700874 8.9194699e-2 +v 3.5629821e-2 -0.10700874 -8.9194699e-2 +v -8.8299419e-2 -0.10700874 3.7794062e-2 +v -3.7794062e-2 -0.10700874 -8.8299419e-2 +v 8.8299419e-2 -0.10700874 -3.7794062e-2 +v -8.9194699e-2 -0.10700874 -3.5629821e-2 +v 3.7794062e-2 -0.10700874 8.8299419e-2 +v 3.9937641e-2 -0.10036033 9.3187830e-2 +v -8.3411007e-2 -0.10036033 3.5650482e-2 +v 3.5650482e-2 -0.10036033 8.3411007e-2 +v 8.4255474e-2 -0.10036033 3.3606073e-2 +v -3.5650482e-2 -0.10036033 -8.3411007e-2 +v -3.9937641e-2 -0.10036033 -9.3187830e-2 +v -9.4133924e-2 -0.10036033 -3.7653569e-2 +v 3.3606073e-2 -0.10036033 -8.4255474e-2 +v 9.4133924e-2 -0.10036033 3.7653569e-2 +v -3.7653569e-2 -0.10036033 9.4133924e-2 +v 8.3411007e-2 -0.10036033 -3.5650482e-2 +v 9.3187830e-2 -0.10036033 -3.9937641e-2 +v -9.3187830e-2 -0.10036033 3.9937641e-2 +v -8.4255474e-2 -0.10036033 -3.3606073e-2 +v -3.3606073e-2 -0.10036033 8.4255474e-2 +v 3.7653569e-2 -0.10036033 -9.4133924e-2 +vn -0.28708122 -0.91365583 0.28778013 +vn 0.28692600 -0.91374140 0.28766321 +vn -0.28711722 -0.91406276 -0.28644890 +vn 0.28719890 -0.91354076 -0.28802792 +vn -1.0137054e-5 -0.88157490 0.47204417 +vn -0.47287934 -0.88112719 -2.2991433e-5 +vn 0.47252096 -0.88131943 -2.2936802e-5 +vn 9.5640814e-4 -0.88205555 -0.47114445 +vn -0.35045395 0.93657988 -3.8537004e-4 +vn 3.8537004e-4 0.93657988 -0.35045395 +vn 0.35045395 0.93657988 3.8537004e-4 +vn -3.8537004e-4 0.93657988 0.35045395 +vn -0.23853839 0.94127186 -0.23897014 +vn 0.23897014 0.94127186 -0.23853839 +vn 0.23853839 0.94127186 0.23897014 +vn -0.23897014 0.94127186 0.23853839 +vn 6.3446257e-4 0.99853171 5.4166558e-2 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 4.8753187e-2 0.99865631 1.7569712e-2 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 8.9293461e-2 0.97515603 0.20272493 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.16017362 0.97563209 0.14995479 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -2.0175659e-3 0.99595066 -8.9878887e-2 +vn 8.9878887e-2 0.99595066 -2.0175659e-3 +vn -8.9878887e-2 0.99595066 2.0175659e-3 +vn 2.0175659e-3 0.99595066 8.9878887e-2 +vn 3.2531173e-2 0.99595066 -8.3809353e-2 +vn 8.2265175e-2 0.99595066 -3.6259149e-2 +vn -8.3809353e-2 0.99595066 -3.2531173e-2 +vn 3.6259149e-2 0.99595066 8.2265175e-2 +vn -3.6259149e-2 0.99595066 -8.2265175e-2 +vn 8.3809353e-2 0.99595066 3.2531173e-2 +vn -8.2265175e-2 0.99595066 3.6259149e-2 +vn -3.2531173e-2 0.99595066 8.3809353e-2 +vn 6.4980605e-2 0.99595066 6.2127336e-2 +vn 6.2127336e-2 0.99595066 -6.4980605e-2 +vn -6.4980605e-2 0.99595066 -6.2127336e-2 +vn -6.2127336e-2 0.99595066 6.4980605e-2 +vn -2.6544521e-3 0.68756385 -0.72611907 +vn -1.0091154e-2 0.68550663 -0.72799645 +vn 0.72611907 0.68756385 -2.6544521e-3 +vn 0.72799645 0.68550663 -1.0091154e-2 +vn -0.72611907 0.68756385 2.6544521e-3 +vn -0.72799645 0.68550663 1.0091154e-2 +vn 2.6544521e-3 0.68756385 0.72611907 +vn 1.0091154e-2 0.68550663 0.72799645 +vn 0.22156951 0.77722155 -0.58892582 +vn 0.20732175 0.81185251 -0.54581425 +vn 0.57904377 0.78418795 -0.22306406 +vn 0.53143489 0.81812224 -0.21966554 +vn -0.58892582 0.77722155 -0.22156951 +vn -0.54581425 0.81185251 -0.20732175 +vn 0.22306406 0.78418795 0.57904377 +vn 0.21966554 0.81812224 0.53143489 +vn -0.22306406 0.78418795 -0.57904377 +vn -0.21966554 0.81812224 -0.53143489 +vn 0.58892582 0.77722155 0.22156951 +vn 0.54581425 0.81185251 0.20732175 +vn -0.57904377 0.78418795 0.22306406 +vn -0.53143489 0.81812224 0.21966554 +vn -0.22156951 0.77722155 0.58892582 +vn -0.20732175 0.81185251 0.54581425 +vn 0.38518760 0.84002386 0.38208693 +vn 0.34399694 0.87762383 0.33383008 +vn 0.38208693 0.84002386 -0.38518760 +vn 0.33383008 0.87762383 -0.34399694 +vn -0.38518760 0.84002386 -0.38208693 +vn -0.34399694 0.87762383 -0.33383008 +vn -0.38208693 0.84002386 0.38518760 +vn -0.33383008 0.87762383 0.34399694 +vn -4.2480107e-3 0.84696136 0.53163747 +vn -0.51866094 0.85494896 7.2881165e-3 +vn 0.51866094 0.85494896 -7.2881165e-3 +vn -7.2881165e-3 0.85494896 -0.51866094 +vn -0.19486271 0.85139781 0.48698079 +vn -0.48202046 0.85091945 0.20878788 +vn 0.49474040 0.84925168 0.18440042 +vn -0.20878788 0.85091945 -0.48202046 +vn 0.21008984 0.83112788 0.51486766 +vn -0.48698079 0.85139781 -0.19486271 +vn 0.48202046 0.85091945 -0.20878788 +vn 0.19486271 0.85139781 -0.48698079 +vn -0.36356100 0.85319020 0.37401856 +vn 0.39916313 0.83888890 0.37004622 +vn -0.37401856 0.85319020 -0.36356100 +vn 0.36356100 0.85319020 -0.37401856 +vn -0.77926083 -0.62669974 0.0000000e+0 +vn 0.0000000e+0 -0.62669974 0.77926083 +vn 0.77926083 -0.62669974 0.0000000e+0 +vn 0.0000000e+0 -0.62669974 -0.77926083 +vn -0.54773801 -0.63242877 0.54773801 +vn 0.54773801 -0.63242877 0.54773801 +vn 0.54773801 -0.63242877 -0.54773801 +vn -0.54773801 -0.63242877 -0.54773801 +vn 0.0000000e+0 -1.00000000 0.0000000e+0 +vn -0.48584061 -0.72657953 0.48584061 +vn 0.48584061 -0.72657953 0.48584061 +vn 0.48584061 -0.72657953 -0.48584061 +vn -0.48584061 -0.72657953 -0.48584061 +vn 0.0000000e+0 -0.50127822 0.86528616 +vn 0.86528616 -0.50127822 0.0000000e+0 +vn 0.0000000e+0 -0.50127822 -0.86528616 +vn -0.86528616 -0.50127822 0.0000000e+0 +vn 6.1629758e-33 1.00000000 -6.1629758e-33 +vn -0.35318112 -0.86481749 0.35686665 +vn -0.15107916 -0.89719929 0.41498014 +vn -0.41481231 -0.89736382 0.15056204 +vn 0.41450493 -0.89752286 0.15046055 +vn -0.35392720 -0.86613509 -0.35291009 +vn -0.15036950 -0.89828165 -0.41289115 +vn -1.5235068e-2 0.99975541 1.6031568e-2 +vn -3.1849706e-3 0.99998964 3.2519821e-3 +vn 0.15104803 -0.89725324 0.41487481 +vn -0.41497529 -0.89731686 -0.15039270 +vn 0.35279646 -0.86507668 0.35661884 +vn 0.41474920 -0.89739792 -0.15053265 +vn -3.1876219e-3 0.99998985 -3.1828822e-3 +vn 0.15143706 -0.89700634 -0.41526671 +vn 0.35337178 -0.86445768 -0.35754903 +vn -2.5087223e-5 -0.69578838 0.71824684 +vn 0.71550816 -0.69860438 -5.1789206e-5 +vn -0.36313921 -0.93173489 -4.3111575e-6 +vn -1.8586615e-6 -0.93176553 0.36306060 +vn 0.36309845 -0.93175078 -4.3079054e-6 +vn 9.9269170e-5 -0.93180726 -0.36295346 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 5.6321069e-4 0.99975541 2.2108850e-2 +vn 4.0286163e-3 -0.69879175 -0.71531382 +vn 2.2108850e-2 0.99975541 -5.6321069e-4 +vn -0.71668941 -0.69739250 -5.2261496e-5 +vn -0.28695619 0.95794323 -9.5923134e-4 +vn 9.5923134e-4 0.95794323 -0.28695619 +vn 0.28695619 0.95794323 9.5923134e-4 +vn -9.5923134e-4 0.95794323 0.28695619 +vn -0.33560883 0.93877510 -7.7897491e-2 +vn -7.7299093e-2 0.93863601 -0.33613581 +vn 7.7897491e-2 0.93877510 -0.33560883 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.33613581 0.93863601 -7.7299093e-2 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 7.7299093e-2 0.93863601 0.33613581 +vn 0.33560883 0.93877510 7.7897491e-2 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.33613581 0.93863601 7.7299093e-2 +vn -7.7897491e-2 0.93877510 0.33560883 +vn -8.5135767e-3 0.99995868 -3.1856783e-3 +vn -2.0210383e-2 0.99975541 8.9810295e-3 +vn -0.67445177 0.30038245 -0.67445177 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.67445177 0.30038245 0.67445177 +vn -3.4833715e-18 -2.2317707e-2 -0.99975093 +vn 0.99975093 -2.2317707e-2 1.9506880e-16 +vn -0.99975093 -2.2317707e-2 0.0000000e+0 +vn -1.9506880e-16 -2.2317707e-2 0.99975093 +vn 0.35639596 6.0362146e-2 -0.93238315 +vn 0.14068857 0.91962522 -0.36673721 +vn 0.36500103 0.92032931 -0.14059948 +vn 0.93238315 6.0362146e-2 -0.35639596 +vn -0.93238315 6.0362146e-2 -0.35639596 +vn 0.14059948 0.92032931 0.36500103 +vn 0.35639596 6.0362146e-2 0.93238315 +vn -0.35639596 6.0362146e-2 -0.93238315 +vn -0.14059948 0.92032931 -0.36500103 +vn 0.36673721 0.91962522 0.14068857 +vn 0.93238315 6.0362146e-2 0.35639596 +vn -0.93238315 6.0362146e-2 0.35639596 +vn -0.14068857 0.91962522 0.36673721 +vn -0.35639596 6.0362146e-2 0.93238315 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -1.5355474e-3 0.97196374 0.23512577 +vn -2.1175540e-4 0.92867564 -0.37089284 +vn -0.16937095 0.98554665 3.3593539e-3 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.16937095 0.98554665 -3.3593539e-3 +vn -0.37089284 0.92867564 2.1175540e-4 +vn -3.3593539e-3 0.98554665 -0.16937095 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -6.1558516e-2 0.98567266 0.15703491 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.15471007 0.98562795 6.7840560e-2 +vn 0.21253961 0.97423327 7.5474879e-2 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -6.7840560e-2 0.98562795 -0.15471007 +vn 0.16294755 0.90796368 0.38607002 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.15703491 0.98567266 -6.1558516e-2 +vn 0.15471007 0.98562795 -6.7840560e-2 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 6.1558516e-2 0.98567266 -0.15703491 +vn 0.28084733 0.91786531 0.28044259 +vn 0.28044259 0.91786531 -0.28084733 +vn -0.28084733 0.91786531 -0.28044259 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 8.5674348e-3 0.99996261 1.1771601e-3 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.14573683 0.96772902 0.20557558 +vn 0.11672800 0.99058896 7.1470877e-2 +vn 2.9591027e-2 0.99011264 0.13711795 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -1.7664116e-3 0.99995720 9.0813073e-3 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 2.1363117e-17 1.00000000 -2.1890522e-17 +vn 2.1890522e-17 1.00000000 2.1363117e-17 +vn -2.1363117e-17 1.00000000 2.1890522e-17 +vn -2.1890522e-17 1.00000000 -2.1363117e-17 +vn 0.69282160 0.20786302 0.69050068 +vn -0.69050068 0.20786302 0.69282160 +vn -0.69282160 0.20786302 -0.69050068 +vn 0.69050068 0.20786302 -0.69282160 +vn 0.67445177 0.30038245 -0.67445177 +vn 3.1771868e-3 0.99998968 3.2459581e-3 +vn 0.67445177 0.30038245 0.67445177 +vn 3.1911651e-3 0.99998958 -3.2651827e-3 +vn -1.9369805e-6 0.99964522 2.6635190e-2 +vn -2.7140236e-2 0.99963164 -3.5527311e-6 +vn 2.6652158e-2 0.99964477 -3.3717533e-6 +vn 3.0634998e-4 0.99967214 -2.5603149e-2 +vn -2.5813690e-3 0.99993011 1.1537722e-2 +vn -1.0640559e-2 0.99994072 2.3078035e-3 +vn 1.0500240e-2 0.99994228 2.2765305e-3 +vn -2.3096255e-3 0.99994365 -1.0361460e-2 +vn 2.5729701e-3 0.99993053 1.1502532e-2 +vn -1.0707734e-2 0.99993997 -2.3234227e-3 +vn 1.0565476e-2 0.99994156 -2.2916955e-3 +vn 2.6663846e-3 0.99992555 -1.1907564e-2 +vn -6.8813693e-5 0.99995690 -9.2845550e-3 +vn 0.28511997 0.95847701 -5.3317388e-3 +vn -2.2108850e-2 0.99975541 5.6321069e-4 +vn 5.3317388e-3 0.95847701 0.28511997 +vn 7.9403518e-3 0.99975541 -2.0641446e-2 +vn 2.0210383e-2 0.99975541 -8.9810295e-3 +vn -0.24285808 0.96550798 -9.3884434e-2 +vn 8.9810295e-3 0.99975541 2.0210383e-2 +vn 1.3860326e-2 0.99944172 3.0399562e-2 +vn 2.0641446e-2 0.99975541 7.9403518e-3 +vn -0.23774829 0.96590866 0.10245102 +vn -7.9403518e-3 0.99975541 2.0641446e-2 +vn 1.6031568e-2 0.99975541 1.5235068e-2 +vn 1.5235068e-2 0.99975541 -1.6031568e-2 +vn 2.4420478e-2 0.99943534 2.3079093e-2 +vn -0.16770049 0.97031419 0.17426103 +vn -5.1618206e-2 0.99594914 -7.3626518e-2 +vn -1.5562226e-2 0.99594914 8.8561394e-2 +vn 7.5864653e-2 0.99594914 4.8268601e-2 +vn 5.1618206e-2 0.99594914 7.3626518e-2 +vn 1.5562226e-2 0.99594914 -8.8561394e-2 +vn 1.9513356e-2 0.99594914 8.7775465e-2 +vn -8.7775465e-2 0.99594914 1.9513356e-2 +vn 7.3626518e-2 0.99594914 -5.1618206e-2 +vn 8.8561394e-2 0.99594914 1.5562226e-2 +vn 8.7775465e-2 0.99594914 -1.9513356e-2 +vn -1.9513356e-2 0.99594914 -8.7775465e-2 +vn -8.8561394e-2 0.99594914 -1.5562226e-2 +vn -4.8268601e-2 0.99594914 7.5864653e-2 +vn -7.3626518e-2 0.99594914 5.1618206e-2 +vn 4.8268601e-2 0.99594914 -7.5864653e-2 +vn -7.5864653e-2 0.99594914 -4.8268601e-2 +vn 0.97815657 0.20786302 -1.6411370e-3 +vn 1.6411370e-3 0.20786302 0.97815657 +vn -0.97815657 0.20786302 1.6411370e-3 +vn -1.6411370e-3 0.20786302 -0.97815657 +vn -0.15845702 0.97437267 -0.15965361 +vn 0.15965361 0.97437267 -0.15845702 +vn 0.15845702 0.97437267 0.15965361 +vn -0.15965361 0.97437267 0.15845702 +vn -0.72254174 0.69130773 5.2016415e-3 +vn 0.72254174 0.69130773 -5.2016415e-3 +vn -0.67683387 0.67697001 0.28914964 +vn -0.28914964 0.67697001 -0.67683387 +vn 0.23563699 0.78206454 0.57693176 +vn 0.27919920 0.67722288 -0.68074737 +vn -7.8833085e-3 0.39271815 -0.91962509 +vn -0.91962509 0.39271815 7.8833085e-3 +vn -0.71372774 0.64720988 -0.26779113 +vn 0.71372774 0.64720988 0.26779113 +vn -0.69728448 0.66144932 0.27618679 +vn 0.43082041 0.78841132 -0.43909153 +vn -0.43909153 0.78841132 -0.43082041 +vn -0.11483127 0.98617203 0.11949271 +vn 0.30073182 0.91224762 0.27814503 +vn -0.11949271 0.98617203 -0.11483127 +vn 0.11483127 0.98617203 -0.11949271 +vn -5.3317388e-3 0.95847701 -0.28511997 +vn 0.37089284 0.92867564 -2.1175540e-4 +vn 0.91962509 0.39271815 -7.8833085e-3 +vn -0.28511997 0.95847701 5.3317388e-3 +vn 2.1175540e-4 0.92867564 0.37089284 +vn 7.8833085e-3 0.39271815 0.91962509 +vn 0.26779113 0.64720988 -0.71372774 +vn 9.3884434e-2 0.96550798 -0.24285808 +vn 0.69728448 0.66144932 -0.27618679 +vn 0.23774829 0.96590866 -0.10245102 +vn -0.36673721 0.91962522 -0.14068857 +vn 0.27618679 0.66144932 0.69728448 +vn 0.10245102 0.96590866 0.23774829 +vn -0.27618679 0.66144932 -0.69728448 +vn -0.10245102 0.96590866 -0.23774829 +vn 0.24285808 0.96550798 9.3884434e-2 +vn -0.36500103 0.92032931 0.14059948 +vn -0.26779113 0.64720988 0.71372774 +vn -9.3884434e-2 0.96550798 0.24285808 +vn 0.43909153 0.78841132 0.43082041 +vn 0.17426103 0.97031419 0.16770049 +vn 0.16770049 0.97031419 -0.17426103 +vn -0.17426103 0.97031419 -0.16770049 +vn -0.28044259 0.91786531 0.28084733 +vn -0.43082041 0.78841132 0.43909153 +vn 0.11649370 0.72921289 -0.67429799 +vn -0.12247801 0.72281667 -0.68009940 +vn -0.11649370 0.72921289 0.67429799 +vn 0.27110484 0.86301118 -0.42627909 +vn 0.12247801 0.72281667 0.68009940 +vn 0.11881684 0.71549549 -0.68843937 +vn -0.41434464 0.86560462 0.28115327 +vn 0.42627909 0.86301118 0.27110484 +vn -0.13370503 0.73624534 -0.66337453 +vn 0.30492651 0.82399986 -0.47753958 +vn -0.27110484 0.86301118 0.42627909 +vn 0.67429799 0.72921289 0.11649370 +vn 0.68009940 0.72281667 -0.12247801 +vn -0.67429799 0.72921289 -0.11649370 +vn 0.28115327 0.86560462 0.41434464 +vn -0.47753958 0.82399986 -0.30492651 +vn -0.30492651 0.82399986 0.47753958 +vn -0.68009940 0.72281667 0.12247801 +vn 0.41434464 0.86560462 -0.28115327 +vn -0.47153675 0.82686582 0.30650613 +vn 0.30650613 0.82686582 0.47153675 +vn 0.68843937 0.71549549 0.11881684 +vn -0.68843937 0.71549549 -0.11881684 +vn -0.30650613 0.82686582 -0.47153675 +vn 0.47153675 0.82686582 -0.30650613 +vn -0.42627909 0.86301118 -0.27110484 +vn -0.11881684 0.71549549 0.68843937 +vn -0.66337453 0.73624534 0.13370503 +vn -0.28115327 0.86560462 -0.41434464 +vn 0.13370503 0.73624534 0.66337453 +vn 0.66337453 0.73624534 -0.13370503 +vn 0.47753958 0.82399986 0.30492651 +vn 5.7351342e-5 0.93230853 -0.36166393 +vn -4.1346968e-3 0.71189737 0.70227135 +vn 0.36166393 0.93230853 5.7351342e-5 +vn -0.36166393 0.93230853 -5.7351342e-5 +vn -5.7351342e-5 0.93230853 0.36166393 +vn -5.2016415e-3 0.69130773 -0.72254174 +vn 0.18161000 0.93007343 -0.31934500 +vn -0.27919920 0.67722288 0.68074737 +vn 0.31937057 0.93006979 -0.18158368 +vn -0.31934500 0.93007343 -0.18161000 +vn 0.66178117 0.70268988 0.26129029 +vn 0.18158368 0.93006979 0.31937057 +vn -0.18158368 0.93006979 -0.31937057 +vn 0.31934500 0.93007343 0.18161000 +vn -0.68074737 0.67722288 -0.27919920 +vn -0.31937057 0.93006979 0.18158368 +vn 0.67683387 0.67697001 -0.28914964 +vn -0.18161000 0.93007343 0.31934500 +vn -0.51663840 0.67680965 0.52441726 +vn 0.44645954 0.78757500 0.42473462 +vn -0.52441726 0.67680965 -0.51663840 +vn 0.51663840 0.67680965 -0.52441726 +vn 0.50977574 0.85332044 -0.10942089 +vn 0.28594987 0.85164471 -0.43924249 +vn -0.43924249 0.85164471 -0.28594987 +vn -0.51195689 0.85375819 -9.4853026e-2 +vn 0.31554470 0.83262319 0.45515950 +vn 0.45934446 0.84415019 0.27642924 +vn -0.50977574 0.85332044 0.10942089 +vn -0.10942089 0.85332044 -0.50977574 +vn -0.28594987 0.85164471 0.43924249 +vn -0.29835012 0.85156841 -0.43106664 +vn 9.7161671e-2 0.83749416 0.53773892 +vn -9.8200693e-2 0.85197092 0.51429776 +vn 0.51289668 0.85352848 9.1793953e-2 +vn 9.4853026e-2 0.85375819 -0.51195689 +vn -0.43106664 0.85156841 0.29835012 +vn 0.43106664 0.85156841 -0.29835012 +vn -0.70954666 -0.62814566 0.31933770 +vn 0.31933770 -0.62814566 0.70954666 +vn 0.70954666 -0.62814566 -0.31933770 +vn -0.31933770 -0.62814566 -0.70954666 +vn -0.31933770 -0.62814566 0.70954666 +vn 0.70954666 -0.62814566 0.31933770 +vn 0.31933770 -0.62814566 -0.70954666 +vn -0.70954666 -0.62814566 -0.31933770 +vn -0.67429300 -0.30109453 -0.67429300 +vn -0.67429300 -0.30109453 0.67429300 +vn 0.67429300 -0.30109453 0.67429300 +vn 0.67429300 -0.30109453 -0.67429300 +vn -0.25000804 -0.93539052 0.25008108 +vn 0.24998910 -0.93539985 0.25006514 +vn 0.25002629 -0.93537806 -0.25010945 +vn -0.24999699 -0.93543380 -0.24993022 +vn -0.10446157 -0.98902758 0.10446157 +vn 0.10446157 -0.98902758 0.10446157 +vn 0.10446157 -0.98902758 -0.10446157 +vn -0.10446157 -0.98902758 -0.10446157 +vn 0.0000000e+0 -0.27096835 0.96258826 +vn 0.26604464 -0.67251095 0.69061514 +vn -0.26604464 -0.67251095 0.69061514 +vn 0.96258826 -0.27096835 0.0000000e+0 +vn 0.69061514 -0.67251095 -0.26604464 +vn 0.69061514 -0.67251095 0.26604464 +vn 0.0000000e+0 -0.27096835 -0.96258826 +vn -0.26604464 -0.67251095 -0.69061514 +vn 0.26604464 -0.67251095 -0.69061514 +vn -0.96258826 -0.27096835 0.0000000e+0 +vn -0.69061514 -0.67251095 0.26604464 +vn -0.69061514 -0.67251095 -0.26604464 +vn 1.2192402e-2 0.0000000e+0 0.99992567 +vn -0.99992567 -8.5595177e-31 1.2192402e-2 +vn -1.2192402e-2 1.0070021e-30 -0.99992567 +vn 0.99992567 -2.1147044e-30 -1.2192402e-2 +vn -0.69843289 -6.2937630e-31 0.71567555 +vn -0.71567555 1.8881289e-31 -0.69843289 +vn 0.69843289 -1.0573522e-30 -0.71567555 +vn 0.71567555 -9.0630187e-31 0.69843289 +vn -1.0135029e-17 1.00000000 1.2357954e-19 +vn 3.0584941e-17 1.00000000 -3.7293163e-19 +vn -1.2357954e-19 1.00000000 -1.0135029e-17 +vn 3.7293163e-19 1.00000000 3.0584941e-17 +vn 1.0135029e-17 1.00000000 -1.2357954e-19 +vn -3.0584941e-17 1.00000000 3.7293163e-19 +vn 1.2357954e-19 1.00000000 1.0135029e-17 +vn -3.7293163e-19 1.00000000 -3.0584941e-17 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.99992567 9.4470060e-32 -1.2192402e-2 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 1.2192402e-2 1.6626731e-30 0.99992567 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.99992567 -1.7130571e-30 1.2192402e-2 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -1.2192402e-2 -1.6626731e-30 -0.99992567 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.69843289 -3.5150147e-16 -0.71567555 +vn 0.71567555 1.7610900e-31 0.69843289 +vn -0.71567555 -1.4088720e-30 -0.69843289 +vn -0.69843289 -1.1069709e-30 0.71567555 +vn -0.15481250 -0.76233836 0.62838947 +vn -2.3291570e-3 0.99998040 5.8112212e-3 +vn 2.3891328e-3 0.99977583 2.1037771e-2 +vn 0.15475865 -0.76258885 0.62809873 +vn 0.61768822 -0.77187289 0.15057721 +vn 5.4554840e-3 0.99998254 2.2694477e-3 +vn 2.0389519e-2 0.99979009 -2.0114802e-3 +vn 0.61832405 -0.77134122 -0.15069205 +vn -0.14576460 -0.93298902 0.32906560 +vn 0.32899480 -0.93302486 0.14569500 +vn 0.14579964 -0.93297190 -0.32909863 +vn -0.32905205 -0.93300499 -0.14569297 +vn -1.9639073e-3 0.99981852 -1.8949121e-2 +vn -0.15201341 -0.77239282 -0.61668571 +vn 0.15627584 -0.75953668 -0.63141262 +vn 2.3460009e-3 0.99997987 -5.8962414e-3 +vn -2.0665859e-2 0.99978434 2.0490033e-3 +vn -0.61921542 -0.77058289 0.15091148 +vn -0.61993271 -0.77007231 -0.15057246 +vn -5.5197505e-3 0.99998218 -2.2728478e-3 +vn -0.35403855 0.93237753 -7.2998990e-2 +vn -0.26119880 0.92927411 -0.26119880 +vn -7.2915067e-2 0.93236514 -0.35408845 +vn -6.4109422e-2 0.96573679 -0.25148049 +vn 7.2998990e-2 0.93237753 -0.35403855 +vn 0.26119880 0.92927411 -0.26119880 +vn 0.35408845 0.93236514 -7.2915067e-2 +vn 0.25148049 0.96573679 -6.4109422e-2 +vn 0.26119880 0.92927411 0.26119880 +vn 7.2915067e-2 0.93236514 0.35408845 +vn 6.4109422e-2 0.96573679 0.25148049 +vn 0.35403855 0.93237753 7.2998990e-2 +vn -0.26119880 0.92927411 0.26119880 +vn -0.35408845 0.93236514 7.2915067e-2 +vn -0.25148049 0.96573679 6.4109422e-2 +vn -7.2998990e-2 0.93237753 0.35403855 +vn -2.3972355e-3 0.99977493 2.1079633e-2 +vn 2.3256635e-3 0.99998049 5.7971565e-3 +vn 2.0312522e-2 0.99979168 1.9974926e-3 +vn 5.4853699e-3 0.99998236 -2.2769378e-3 +vn -2.2733295e-3 0.99998237 -5.4859289e-3 +vn 2.5617937e-3 0.99976455 -2.1547162e-2 +vn -5.4921969e-3 0.99998233 2.2770651e-3 +vn -2.0746212e-2 0.99978264 -2.0635608e-3 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 2.4414016e-2 0.99911727 3.4185315e-2 +vn 2.1578498e-2 0.99975532 -4.8652768e-3 +vn 1.0428603e-2 0.99992365 6.6291192e-3 +vn 3.4305964e-3 0.99980045 -1.9679702e-2 +vn 1.8074072e-2 0.99975532 -1.2752663e-2 +vn 1.2752663e-2 0.99975532 1.8074072e-2 +vn 2.9299191e-3 0.99992722 1.1703626e-2 +vn 1.1818032e-2 0.99975532 -1.8698573e-2 +vn -2.1578498e-2 0.99975532 4.8652768e-3 +vn 2.1797794e-2 0.99975532 3.7628042e-3 +vn 4.8652768e-3 0.99975532 2.1578498e-2 +vn -1.1818032e-2 0.99975532 1.8698573e-2 +vn -1.9640172e-2 0.99980144 -3.3682258e-3 +vn 1.8698573e-2 0.99975532 1.1818032e-2 +vn -3.7628042e-3 0.99975532 2.1797794e-2 +vn -1.8074072e-2 0.99975532 1.2752663e-2 +vn -2.8488573e-17 1.00000000 -1.1395429e-17 +vn 1.1395429e-17 1.00000000 -2.8488573e-17 +vn 2.8488573e-17 1.00000000 1.1395429e-17 +vn -1.1395429e-17 1.00000000 2.8488573e-17 +vn -0.25007350 0.96600668 -6.5531203e-2 +vn 6.5531203e-2 0.96600668 -0.25007350 +vn 0.25007350 0.96600668 6.5531203e-2 +vn -6.5531203e-2 0.96600668 0.25007350 +vn 0.82547104 0.21377387 0.52239668 +vn -0.21533714 0.91753398 -0.33430721 +vn 0.52239668 0.21377387 0.82547104 +vn -6.6415074e-2 0.92560099 0.37262829 +vn 0.33540012 0.91713039 0.21535693 +vn 0.82547104 0.21377387 -0.52239668 +vn 0.21533714 0.91753398 0.33430721 +vn 6.6415074e-2 0.92560099 -0.37262829 +vn 6.6622550e-2 0.92613417 0.37126398 +vn 0.17838581 -1.3740184e-2 0.98386468 +vn 0.52239668 0.21377387 -0.82547104 +vn -0.52239668 0.21377387 -0.82547104 +vn -0.37126398 0.92613417 6.6622550e-2 +vn -0.52239668 0.21377387 0.82547104 +vn 0.98386468 -1.3740184e-2 -0.17838581 +vn -0.82547104 0.21377387 0.52239668 +vn 0.33430721 0.91753398 -0.21533714 +vn 0.37262829 0.92560099 6.6415074e-2 +vn -0.98386468 -1.3740184e-2 -0.17838581 +vn 0.37126398 0.92613417 -6.6622550e-2 +vn -6.6622550e-2 0.92613417 -0.37126398 +vn -0.37262829 0.92560099 -6.6415074e-2 +vn -0.21535693 0.91713039 0.33540012 +vn -0.17838581 -1.3740184e-2 0.98386468 +vn -0.82547104 0.21377387 -0.52239668 +vn 0.98386468 -1.3740184e-2 0.17838581 +vn -0.98386468 -1.3740184e-2 0.17838581 +vn -0.33430721 0.91753398 0.21533714 +vn 0.17838581 -1.3740184e-2 -0.98386468 +vn -0.17838581 -1.3740184e-2 -0.98386468 +vn 0.21535693 0.91713039 -0.33540012 +vn -0.33540012 0.91713039 -0.21535693 +vn -0.37298863 0.20724118 0.90439514 +vn -0.90324673 0.20724118 0.37576114 +vn -0.37576114 0.20724118 -0.90324673 +vn 0.37576114 0.20724118 0.90324673 +vn 0.37298863 0.20724118 -0.90439514 +vn 0.90439514 0.20724118 0.37298863 +vn 0.90324673 0.20724118 -0.37576114 +vn -0.90439514 0.20724118 -0.37298863 +vn 5.7895800e-2 0.96105261 0.27023314 +vn -0.13261557 0.96909555 0.20800702 +vn -0.13700931 0.98594164 9.5642759e-2 +vn -9.0052546e-2 0.98595784 0.14063315 +vn -0.20800702 0.96909555 -0.13261557 +vn 0.25737642 0.89405190 0.36664503 +vn 0.27424045 0.94782356 0.16255052 +vn -5.7895800e-2 0.96105261 -0.27023314 +vn 0.16552770 0.98553120 -3.6453124e-2 +vn 2.9789795e-2 0.98556910 -0.16663171 +vn 0.13261557 0.96909555 -0.20800702 +vn 0.17608949 0.98393047 2.9552011e-2 +vn -3.3374428e-2 0.98347724 0.17792882 +vn -0.13997037 0.96931585 -0.20207691 +vn -0.27023314 0.96105261 5.7895800e-2 +vn -0.27341681 0.96070041 -4.7937141e-2 +vn 0.27023314 0.96105261 -5.7895800e-2 +vn -9.5642759e-2 0.98594164 -0.13700931 +vn -0.14063315 0.98595784 -9.0052546e-2 +vn 0.20207691 0.96931585 -0.13997037 +vn -3.6453124e-2 0.98553120 -0.16552770 +vn 4.7937141e-2 0.96070041 -0.27341681 +vn -4.7937141e-2 0.96070041 0.27341681 +vn 6.2279671e-2 0.94303833 0.32680263 +vn -0.20207691 0.96931585 0.13997037 +vn -0.16552770 0.98553120 3.6453124e-2 +vn 0.27341681 0.96070041 4.7937141e-2 +vn 0.13997037 0.96931585 0.20207691 +vn 0.13700931 0.98594164 -9.5642759e-2 +vn 9.0052546e-2 0.98595784 -0.14063315 +vn -0.16663171 0.98556910 -2.9789795e-2 +vn 0.20800702 0.96909555 0.13261557 +vn 0.14839114 0.47704460 -0.86626123 +vn -0.14839114 0.47704460 0.86626123 +vn 0.35064960 0.75692033 -0.55146756 +vn -0.53945260 0.76236231 0.35748372 +vn 0.55146756 0.75692033 0.35064960 +vn -0.16158809 0.49284023 -0.85498409 +vn -0.35064960 0.75692033 0.55146756 +vn 0.86626123 0.47704460 0.14839114 +vn -0.86626123 0.47704460 -0.14839114 +vn 0.35748372 0.76236231 0.53945260 +vn 0.53945260 0.76236231 -0.35748372 +vn -0.55146756 0.75692033 -0.35064960 +vn -0.85498409 0.49284023 0.16158809 +vn -0.35748372 0.76236231 -0.53945260 +vn 0.16158809 0.49284023 0.85498409 +vn 0.85498409 0.49284023 -0.16158809 +vn 0.71212590 0.68625581 -0.14808665 +vn 0.40906706 0.67412082 -0.61500021 +vn -0.61500021 0.67412082 -0.40906706 +vn -0.71369338 0.68680499 -0.13762506 +vn 0.33950205 0.80067821 0.49361196 +vn 0.56548806 0.74290678 0.35820773 +vn -0.71212590 0.68625581 0.14808665 +vn -0.14808665 0.68625581 -0.71212590 +vn -0.40906706 0.67412082 0.61500021 +vn -0.41773992 0.67485892 -0.60832459 +vn 0.12131618 0.74659632 0.65412256 +vn -0.13922768 0.68987996 0.71040924 +vn 0.71025683 0.69094339 0.13465682 +vn 0.13762506 0.68680499 -0.71369338 +vn -0.60832459 0.67485892 0.41773992 +vn 0.60832459 0.67485892 -0.41773992 +vn -0.26064744 -0.96543405 0.0000000e+0 +vn 7.1574374e-18 -0.96543405 0.26064744 +vn 0.26064744 -0.96543405 0.0000000e+0 +vn -7.1574374e-18 -0.96543405 -0.26064744 +vn -0.32902992 -0.93301048 0.14570775 +vn 0.14575899 -0.93299526 0.32905039 +vn 0.32903022 -0.93301033 -0.14570807 +vn -0.14567186 -0.93309132 -0.32881651 +vn 0.39582248 -0.28602577 0.87264759 +vn -0.39582248 -0.28602577 0.87264759 +vn 0.87264759 -0.28602577 -0.39582248 +vn 0.87264759 -0.28602577 0.39582248 +vn -0.39582248 -0.28602577 -0.87264759 +vn 0.39582248 -0.28602577 -0.87264759 +vn -0.87264759 -0.28602577 0.39582248 +vn -0.87264759 -0.28602577 -0.39582248 +vn 3.2088201e-17 1.00000000 -3.2880383e-17 +vn 3.2880383e-17 1.00000000 3.2088201e-17 +vn -3.2088201e-17 1.00000000 3.2880383e-17 +vn -3.2880383e-17 1.00000000 -3.2088201e-17 +vn -2.8202248e-17 1.00000000 1.2086678e-17 +vn -1.2086678e-17 1.00000000 -2.8202248e-17 +vn 2.8202248e-17 1.00000000 -1.2086678e-17 +vn 1.2086678e-17 1.00000000 2.8202248e-17 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.39391930 6.0231248e-31 -0.91914503 +vn -0.91787153 -1.5559723e-30 0.39687762 +vn 0.39687762 1.0540457e-30 0.91787153 +vn 0.92727571 9.4111226e-32 0.37437917 +vn -0.39687762 -1.4053943e-30 -0.91787153 +vn 0.39391930 4.3918618e-32 0.91914503 +vn 0.92847669 -2.5598280e-30 0.37139068 +vn 0.37437917 -2.3375587e-16 -0.92727571 +vn -0.92847669 -1.0164023e-30 -0.37139068 +vn 0.37139068 1.0038541e-31 -0.92847669 +vn 0.91787153 -1.1687794e-16 -0.39687762 +vn -0.91914503 -3.0115624e-31 0.39391930 +vn 0.91914503 -9.0346872e-31 -0.39391930 +vn -0.92727571 -1.6563576e-30 -0.37437917 +vn -0.37437917 4.5173388e-31 0.92727571 +vn -0.37139068 -3.2625259e-31 0.92847669 +vn -0.31475098 -0.89329438 0.32086910 +vn -3.1649495e-3 0.99998967 3.2613150e-3 +vn -0.31475098 -0.89329438 0.32086910 +vn -3.1649495e-3 0.99998967 3.2613150e-3 +vn 0.31423437 -0.89358877 0.32055558 +vn 0.31423437 -0.89358877 0.32055558 +vn 3.1567407e-3 0.99998972 3.2558953e-3 +vn 3.1567407e-3 0.99998972 3.2558953e-3 +vn -0.31605731 -0.89484385 -0.31521781 +vn -0.31605731 -0.89484385 -0.31521781 +vn -3.1828291e-3 0.99998989 -3.1761453e-3 +vn -3.1828291e-3 0.99998989 -3.1761453e-3 +vn 0.31495991 -0.89287776 -0.32182226 +vn 0.31495991 -0.89287776 -0.32182226 +vn 3.1692389e-3 0.99998961 -3.2765460e-3 +vn 3.1692389e-3 0.99998961 -3.2765460e-3 +vn -3.3889782e-5 -0.63352389 0.77372313 +vn -1.8757214e-6 0.99964388 2.6685301e-2 +vn -3.3889782e-5 -0.63352389 0.77372313 +vn -1.8757214e-6 0.99964388 2.6685301e-2 +vn 0.76810517 -0.64032370 -6.7024366e-5 +vn 2.6748481e-2 0.99964220 -2.6923754e-6 +vn 0.76810517 -0.64032370 -6.7024366e-5 +vn 2.6748481e-2 0.99964220 -2.6923754e-6 +vn 3.9320684e-4 0.99967063 -2.5660897e-2 +vn 6.3553197e-3 -0.63857608 -0.76953246 +vn 6.3553197e-3 -0.63857608 -0.76953246 +vn 3.9320684e-4 0.99967063 -2.5660897e-2 +vn -2.7237421e-2 0.99962899 -2.8786733e-6 +vn -0.76980090 -0.63828409 -6.7860406e-5 +vn -0.76980090 -0.63828409 -6.7860406e-5 +vn -2.7237421e-2 0.99962899 -2.8786733e-6 +vn -9.7571219e-2 -0.66069279 0.74428818 +vn -2.0453924e-3 0.99992729 1.1883701e-2 +vn -2.0453924e-3 0.99992729 1.1883701e-2 +vn 2.0399913e-3 0.99992765 1.1854638e-2 +vn 9.7509467e-2 -0.66123217 0.74381713 +vn 2.0399913e-3 0.99992765 1.1854638e-2 +vn 0.71285337 -0.69577610 8.7952799e-2 +vn 1.0844085e-2 0.99993966 1.7531927e-3 +vn 1.0844085e-2 0.99993966 1.7531927e-3 +vn 1.0896096e-2 0.99993908 -1.7620357e-3 +vn 0.71385356 -0.69473425 -8.8076204e-2 +vn 1.0896096e-2 0.99993908 -1.7620357e-3 +vn -1.8130735e-3 0.99994134 -1.0678326e-2 +vn -9.4075743e-2 -0.69004733 -0.71762416 +vn -1.8130735e-3 0.99994134 -1.0678326e-2 +vn 9.8612619e-2 -0.65147706 -0.75223214 +vn 2.1229870e-3 0.99992235 -1.2279605e-2 +vn 2.1229870e-3 0.99992235 -1.2279605e-2 +vn -1.0992052e-2 0.99993800 1.7803604e-3 +vn -0.71633317 -0.69213827 8.8382141e-2 +vn -1.0992052e-2 0.99993800 1.7803604e-3 +vn -0.71733785 -0.69108109 -8.8506100e-2 +vn -1.1045747e-2 0.99993739 -1.7895332e-3 +vn -1.1045747e-2 0.99993739 -1.7895332e-3 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.67444483 0.30041363 -0.67444483 +vn 0.67444483 0.30041363 -0.67444483 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.67444483 0.30041363 -0.67444483 +vn -0.67444483 0.30041363 -0.67444483 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.67444483 0.30041363 0.67444483 +vn 0.67444483 0.30041363 0.67444483 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.67444483 0.30041363 0.67444483 +vn -0.67444483 0.30041363 0.67444483 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 -2.2318163e-2 -0.99975092 +vn 0.0000000e+0 -2.2318163e-2 -0.99975092 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.99975092 -2.2318163e-2 1.8809724e-16 +vn 0.99975092 -2.2318163e-2 1.8809724e-16 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.99975092 -2.2318163e-2 0.0000000e+0 +vn -0.99975092 -2.2318163e-2 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -1.8809724e-16 -2.2318163e-2 0.99975092 +vn -1.8809724e-16 -2.2318163e-2 0.99975092 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.35886990 6.0541404e-2 -0.93142210 +vn 0.35886990 6.0541404e-2 -0.93142210 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.93142210 6.0541404e-2 -0.35886990 +vn 0.93142210 6.0541404e-2 -0.35886990 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.93142210 6.0541404e-2 -0.35886990 +vn -0.93142210 6.0541404e-2 -0.35886990 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.35886990 6.0541404e-2 0.93142210 +vn 0.35886990 6.0541404e-2 0.93142210 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.35886990 6.0541404e-2 -0.93142210 +vn -0.35886990 6.0541404e-2 -0.93142210 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.93142210 6.0541404e-2 0.35886990 +vn 0.93142210 6.0541404e-2 0.35886990 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.93142210 6.0541404e-2 0.35886990 +vn -0.93142210 6.0541404e-2 0.35886990 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.35886990 6.0541404e-2 0.93142210 +vn -0.35886990 6.0541404e-2 0.93142210 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 0.96139619 -0.27516787 +vn 0.0000000e+0 0.96139619 -0.27516787 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.27516787 0.96139619 0.0000000e+0 +vn 0.27516787 0.96139619 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.27516787 0.96139619 0.0000000e+0 +vn -0.27516787 0.96139619 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 0.96139619 0.27516787 +vn 0.0000000e+0 0.96139619 0.27516787 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.11406636 0.94898787 -0.29395728 +vn 0.11406636 0.94898787 -0.29395728 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.29395728 0.94898787 -0.11406636 +vn 0.29395728 0.94898787 -0.11406636 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.29395728 0.94898787 -0.11406636 +vn -0.29395728 0.94898787 -0.11406636 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.11406636 0.94898787 0.29395728 +vn 0.11406636 0.94898787 0.29395728 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.11406636 0.94898787 -0.29395728 +vn -0.11406636 0.94898787 -0.29395728 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.29395728 0.94898787 0.11406636 +vn 0.29395728 0.94898787 0.11406636 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.29395728 0.94898787 0.11406636 +vn -0.29395728 0.94898787 0.11406636 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.11406636 0.94898787 0.29395728 +vn -0.11406636 0.94898787 0.29395728 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.24058322 0.94034006 0.24058322 +vn 0.24058322 0.94034006 0.24058322 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.24058322 0.94034006 -0.24058322 +vn 0.24058322 0.94034006 -0.24058322 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.24058322 0.94034006 -0.24058322 +vn -0.24058322 0.94034006 -0.24058322 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.24058322 0.94034006 0.24058322 +vn -0.24058322 0.94034006 0.24058322 +vn 6.0507382e-16 1.00000000 -7.3778520e-18 +vn 0.97837121 0.20674566 -6.7831427e-3 +vn 0.97837121 0.20674566 -6.7831427e-3 +vn 6.0507382e-16 1.00000000 -7.3778520e-18 +vn 7.3778520e-18 1.00000000 6.0507382e-16 +vn 6.7831427e-3 0.20674566 0.97837121 +vn 6.7831427e-3 0.20674566 0.97837121 +vn 7.3778520e-18 1.00000000 6.0507382e-16 +vn -6.0507382e-16 1.00000000 7.3778520e-18 +vn -0.97837121 0.20674566 6.7831427e-3 +vn -0.97837121 0.20674566 6.7831427e-3 +vn -6.0507382e-16 1.00000000 7.3778520e-18 +vn -7.3778520e-18 1.00000000 -6.0507382e-16 +vn -6.7831427e-3 0.20674566 -0.97837121 +vn -6.7831427e-3 0.20674566 -0.97837121 +vn -7.3778520e-18 1.00000000 -6.0507382e-16 +vn 4.3306873e-16 1.00000000 4.2263487e-16 +vn 0.69660932 0.20674566 0.68701651 +vn 0.69660932 0.20674566 0.68701651 +vn 4.3306873e-16 1.00000000 4.2263487e-16 +vn -4.2263487e-16 1.00000000 4.3306873e-16 +vn -0.68701651 0.20674566 0.69660932 +vn -0.68701651 0.20674566 0.69660932 +vn -4.2263487e-16 1.00000000 4.3306873e-16 +vn -4.3306873e-16 1.00000000 -4.2263487e-16 +vn -0.69660932 0.20674566 -0.68701651 +vn -0.69660932 0.20674566 -0.68701651 +vn -4.3306873e-16 1.00000000 -4.2263487e-16 +vn 4.2263487e-16 1.00000000 -4.3306873e-16 +vn 0.68701651 0.20674566 -0.69660932 +vn 0.68701651 0.20674566 -0.69660932 +vn 4.2263487e-16 1.00000000 -4.3306873e-16 +vn -3.2049916e-3 0.99998961 3.2426492e-3 +vn -3.2049916e-3 0.99998961 3.2426492e-3 +vn 0.67445872 0.30035126 -0.67445872 +vn 0.67445872 0.30035126 -0.67445872 +vn 3.1976329e-3 0.99998965 3.2360210e-3 +vn 3.1976329e-3 0.99998965 3.2360210e-3 +vn -0.67445872 0.30035126 -0.67445872 +vn -0.67445872 0.30035126 -0.67445872 +vn -3.1924147e-3 0.99998982 -3.1896191e-3 +vn -3.1924147e-3 0.99998982 -3.1896191e-3 +vn 0.67445872 0.30035126 0.67445872 +vn 0.67445872 0.30035126 0.67445872 +vn 3.2130913e-3 0.99998954 -3.2538194e-3 +vn 3.2130913e-3 0.99998954 -3.2538194e-3 +vn -0.67445872 0.30035126 0.67445872 +vn -0.67445872 0.30035126 0.67445872 +vn -1.9982398e-6 0.99964655 2.6585080e-2 +vn -1.9982398e-6 0.99964655 2.6585080e-2 +vn 0.0000000e+0 -2.2317250e-2 -0.99975094 +vn 0.0000000e+0 -2.2317250e-2 -0.99975094 +vn -2.7043050e-2 0.99963427 -4.2267899e-6 +vn -2.7043050e-2 0.99963427 -4.2267899e-6 +vn 0.99975094 -2.2317250e-2 2.0204072e-16 +vn 0.99975094 -2.2317250e-2 2.0204072e-16 +vn 2.6555834e-2 0.99964733 -4.0511321e-6 +vn 2.6555834e-2 0.99964733 -4.0511321e-6 +vn -0.99975094 -2.2317250e-2 0.0000000e+0 +vn -0.99975094 -2.2317250e-2 0.0000000e+0 +vn 2.1949302e-4 0.99967364 -2.5545401e-2 +vn 2.1949302e-4 0.99967364 -2.5545401e-2 +vn -2.0204072e-16 -2.2317250e-2 0.99975094 +vn -2.0204072e-16 -2.2317250e-2 0.99975094 +vn -3.1173448e-3 0.99993251 1.1191738e-2 +vn -3.1173448e-3 0.99993251 1.1191738e-2 +vn 0.35392036 6.0182524e-2 -0.93333726 +vn 0.35392036 6.0182524e-2 -0.93333726 +vn -1.0289062e-2 0.99994305 2.8352458e-3 +vn -1.0289062e-2 0.99994305 2.8352458e-3 +vn 0.93333726 6.0182524e-2 -0.35392036 +vn 0.93333726 6.0182524e-2 -0.35392036 +vn 1.0156391e-2 0.99994450 2.7998675e-3 +vn 1.0156391e-2 0.99994450 2.7998675e-3 +vn -0.93333726 6.0182524e-2 -0.35392036 +vn -0.93333726 6.0182524e-2 -0.35392036 +vn -2.8061770e-3 0.99994561 -1.0044590e-2 +vn -2.8061770e-3 0.99994561 -1.0044590e-2 +vn 0.35392036 6.0182524e-2 0.93333726 +vn 0.35392036 6.0182524e-2 0.93333726 +vn 3.1059481e-3 0.99993301 1.1150421e-2 +vn 3.1059481e-3 0.99993301 1.1150421e-2 +vn -0.35392036 6.0182524e-2 -0.93333726 +vn -0.35392036 6.0182524e-2 -0.93333726 +vn -1.0369716e-2 0.99994215 -2.8573114e-3 +vn -1.0369716e-2 0.99994215 -2.8573114e-3 +vn 0.93333726 6.0182524e-2 0.35392036 +vn 0.93333726 6.0182524e-2 0.35392036 +vn 1.0234851e-2 0.99994364 -2.8213545e-3 +vn 1.0234851e-2 0.99994364 -2.8213545e-3 +vn -0.93333726 6.0182524e-2 0.35392036 +vn -0.93333726 6.0182524e-2 0.35392036 +vn 3.2097813e-3 0.99992831 -1.1535518e-2 +vn 3.2097813e-3 0.99992831 -1.1535518e-2 +vn -0.35392036 6.0182524e-2 0.93333726 +vn -0.35392036 6.0182524e-2 0.93333726 +vn -0.23249136 0.97259765 -1.2594768e-3 +vn -0.23249136 0.97259765 -1.2594768e-3 +vn 0.97791480 0.20897460 3.5008159e-3 +vn 0.97791480 0.20897460 3.5008159e-3 +vn 1.2594768e-3 0.97259765 -0.23249136 +vn 1.2594768e-3 0.97259765 -0.23249136 +vn -3.5008159e-3 0.20897460 0.97791480 +vn -3.5008159e-3 0.20897460 0.97791480 +vn 0.23249136 0.97259765 1.2594768e-3 +vn 0.23249136 0.97259765 1.2594768e-3 +vn -0.97791480 0.20897460 -3.5008159e-3 +vn -0.97791480 0.20897460 -3.5008159e-3 +vn -1.2594768e-3 0.97259765 0.23249136 +vn -1.2594768e-3 0.97259765 0.23249136 +vn 3.5008159e-3 0.20897460 -0.97791480 +vn 3.5008159e-3 0.20897460 -0.97791480 +vn -9.6511784e-2 0.99050354 -9.7919378e-2 +vn -9.6511784e-2 0.99050354 -9.7919378e-2 +vn 0.68901474 0.20897460 0.69396564 +vn 0.68901474 0.20897460 0.69396564 +vn 9.7919378e-2 0.99050354 -9.6511784e-2 +vn 9.7919378e-2 0.99050354 -9.6511784e-2 +vn -0.69396564 0.20897460 0.68901474 +vn -0.69396564 0.20897460 0.68901474 +vn 9.6511784e-2 0.99050354 9.7919378e-2 +vn 9.6511784e-2 0.99050354 9.7919378e-2 +vn -0.68901474 0.20897460 -0.69396564 +vn -0.68901474 0.20897460 -0.69396564 +vn -9.7919378e-2 0.99050354 9.6511784e-2 +vn -9.7919378e-2 0.99050354 9.6511784e-2 +vn 0.69396564 0.20897460 -0.68901474 +vn 0.69396564 0.20897460 -0.68901474 +vn 9.5448290e-17 0.93180753 -0.36295279 +vn 9.5448290e-17 0.93180753 -0.36295279 +vn -3.1951393e-3 0.67645882 0.73647352 +vn -3.1951393e-3 0.67645882 0.73647352 +vn 0.36295279 0.93180753 -6.9416938e-18 +vn 0.36295279 0.93180753 -6.9416938e-18 +vn -0.76078042 0.64900359 2.7363342e-3 +vn -0.76078042 0.64900359 2.7363342e-3 +vn -0.36295279 0.93180753 9.8919137e-17 +vn -0.36295279 0.93180753 9.8919137e-17 +vn 0.76078042 0.64900359 -2.7363342e-3 +vn 0.76078042 0.64900359 -2.7363342e-3 +vn 0.0000000e+0 0.93180753 0.36295279 +vn 0.0000000e+0 0.93180753 0.36295279 +vn -2.7363342e-3 0.64900359 -0.76078042 +vn -2.7363342e-3 0.64900359 -0.76078042 +vn 0.15872387 0.93049131 -0.33014035 +vn 0.15872387 0.93049131 -0.33014035 +vn -0.29772770 0.63095244 0.71641973 +vn -0.29772770 0.63095244 0.71641973 +vn 0.33014035 0.93049131 -0.15872387 +vn 0.33014035 0.93049131 -0.15872387 +vn -0.71386512 0.63142634 0.30281575 +vn -0.71386512 0.63142634 0.30281575 +vn -0.33014035 0.93049131 -0.15872387 +vn -0.33014035 0.93049131 -0.15872387 +vn 0.69466460 0.66158112 0.28240309 +vn 0.69466460 0.66158112 0.28240309 +vn 0.15872387 0.93049131 0.33014035 +vn 0.15872387 0.93049131 0.33014035 +vn -0.30281575 0.63142634 -0.71386512 +vn -0.30281575 0.63142634 -0.71386512 +vn -0.15872387 0.93049131 -0.33014035 +vn -0.15872387 0.93049131 -0.33014035 +vn 0.24419602 0.76785449 0.59225652 +vn 0.24419602 0.76785449 0.59225652 +vn 0.33014035 0.93049131 0.15872387 +vn 0.33014035 0.93049131 0.15872387 +vn -0.71641973 0.63095244 -0.29772770 +vn -0.71641973 0.63095244 -0.29772770 +vn -0.33014035 0.93049131 0.15872387 +vn -0.33014035 0.93049131 0.15872387 +vn 0.71386512 0.63142634 -0.30281575 +vn 0.71386512 0.63142634 -0.30281575 +vn -0.15872387 0.93049131 0.33014035 +vn -0.15872387 0.93049131 0.33014035 +vn 0.29772770 0.63095244 -0.71641973 +vn 0.29772770 0.63095244 -0.71641973 +vn -0.25479755 0.93282175 0.25479755 +vn 0.54733422 0.62939262 -0.55162504 +vn 0.54733422 0.62939262 -0.55162504 +vn 0.25479755 0.93282175 0.25479755 +vn -0.55162504 0.62939262 -0.54733422 +vn -0.55162504 0.62939262 -0.54733422 +vn -0.25479755 0.93282175 -0.25479755 +vn 0.45704282 0.77138892 0.44279905 +vn 0.45704282 0.77138892 0.44279905 +vn 0.25479755 0.93282175 -0.25479755 +vn -0.54733422 0.62939262 0.55162504 +vn -0.54733422 0.62939262 0.55162504 +vn -3.7990864e-16 1.00000000 3.8928769e-16 +vn -3.7990864e-16 1.00000000 3.8928769e-16 +vn -0.69843289 -7.3555526e-16 0.71567555 +vn -0.69843289 -7.3555526e-16 0.71567555 +vn -3.8928769e-16 1.00000000 -3.7990864e-16 +vn -3.8928769e-16 1.00000000 -3.7990864e-16 +vn -0.71567555 4.2031729e-16 -0.69843289 +vn -0.71567555 4.2031729e-16 -0.69843289 +vn 3.7990864e-16 1.00000000 -3.8928769e-16 +vn 3.7990864e-16 1.00000000 -3.8928769e-16 +vn 0.69843289 -1.2609519e-15 -0.71567555 +vn 0.69843289 -1.2609519e-15 -0.71567555 +vn 3.8928769e-16 1.00000000 3.7990864e-16 +vn 3.8928769e-16 1.00000000 3.7990864e-16 +vn 0.71567555 -5.2539661e-16 0.69843289 +vn 0.71567555 -5.2539661e-16 0.69843289 +vn 1.4524573e-16 1.00000000 -1.7710260e-18 +vn 1.4524573e-16 1.00000000 -1.7710260e-18 +vn 0.99992567 5.8862528e-17 -1.2192402e-2 +vn 0.99992567 5.8862528e-17 -1.2192402e-2 +vn -5.4390394e-16 1.00000000 6.6319887e-18 +vn -5.4390394e-16 1.00000000 6.6319887e-18 +vn -0.99992567 -5.2539661e-16 1.2192402e-2 +vn -0.99992567 -5.2539661e-16 1.2192402e-2 +vn 1.7710260e-18 1.00000000 1.4524573e-16 +vn 1.7710260e-18 1.00000000 1.4524573e-16 +vn 1.2192402e-2 1.0595255e-15 0.99992567 +vn 1.2192402e-2 1.0595255e-15 0.99992567 +vn -6.6319887e-18 1.00000000 -5.4390394e-16 +vn -6.6319887e-18 1.00000000 -5.4390394e-16 +vn -1.2192402e-2 1.0507932e-15 -0.99992567 +vn -1.2192402e-2 1.0507932e-15 -0.99992567 +vn -1.4524573e-16 1.00000000 1.7710260e-18 +vn -1.4524573e-16 1.00000000 1.7710260e-18 +vn -0.99992567 -1.0889568e-15 1.2192402e-2 +vn -0.99992567 -1.0889568e-15 1.2192402e-2 +vn 5.4390394e-16 1.00000000 -6.6319887e-18 +vn 5.4390394e-16 1.00000000 -6.6319887e-18 +vn 0.99992567 -2.1015865e-15 -1.2192402e-2 +vn 0.99992567 -2.1015865e-15 -1.2192402e-2 +vn -1.7710260e-18 1.00000000 -1.4524573e-16 +vn -1.7710260e-18 1.00000000 -1.4524573e-16 +vn -1.2192402e-2 -1.0300942e-15 -0.99992567 +vn -1.2192402e-2 -1.0300942e-15 -0.99992567 +vn 6.6319887e-18 1.00000000 5.4390394e-16 +vn 6.6319887e-18 1.00000000 5.4390394e-16 +vn 1.2192402e-2 0.0000000e+0 0.99992567 +vn 1.2192402e-2 0.0000000e+0 0.99992567 +vn 3.0694923e-16 1.00000000 -3.1452709e-16 +vn 0.69843289 -7.0300294e-16 -0.71567555 +vn 0.69843289 -7.0300294e-16 -0.71567555 +vn 3.1452709e-16 1.00000000 3.0694923e-16 +vn 0.71567555 1.1716716e-16 0.69843289 +vn 0.71567555 1.1716716e-16 0.69843289 +vn -3.1452709e-16 1.00000000 -3.0694923e-16 +vn -0.71567555 -9.3733725e-16 -0.69843289 +vn -0.71567555 -9.3733725e-16 -0.69843289 +vn -3.0694923e-16 1.00000000 3.1452709e-16 +vn -0.69843289 -7.0300294e-16 0.71567555 +vn -0.69843289 -7.0300294e-16 0.71567555 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.69843289 7.3555526e-16 0.71567555 +vn -0.69843289 7.3555526e-16 0.71567555 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.71567555 -4.2031729e-16 -0.69843289 +vn -0.71567555 -4.2031729e-16 -0.69843289 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.69843289 1.2609519e-15 -0.71567555 +vn 0.69843289 1.2609519e-15 -0.71567555 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.71567555 5.2539661e-16 0.69843289 +vn 0.71567555 5.2539661e-16 0.69843289 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.99992567 -5.8862528e-17 -1.2192402e-2 +vn 0.99992567 -5.8862528e-17 -1.2192402e-2 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.99992567 5.2539661e-16 1.2192402e-2 +vn -0.99992567 5.2539661e-16 1.2192402e-2 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 1.2192402e-2 -1.0595255e-15 0.99992567 +vn 1.2192402e-2 -1.0595255e-15 0.99992567 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -1.2192402e-2 -1.0507932e-15 -0.99992567 +vn -1.2192402e-2 -1.0507932e-15 -0.99992567 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.99992567 1.0889568e-15 1.2192402e-2 +vn -0.99992567 1.0889568e-15 1.2192402e-2 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.99992567 2.1015865e-15 -1.2192402e-2 +vn 0.99992567 2.1015865e-15 -1.2192402e-2 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -1.2192402e-2 1.0300942e-15 -0.99992567 +vn -1.2192402e-2 1.0300942e-15 -0.99992567 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 1.2192402e-2 0.0000000e+0 0.99992567 +vn 1.2192402e-2 0.0000000e+0 0.99992567 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.69843289 0.0000000e+0 -0.71567555 +vn 0.69843289 0.0000000e+0 -0.71567555 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.71567555 -1.1716716e-16 0.69843289 +vn 0.71567555 -1.1716716e-16 0.69843289 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.71567555 9.3733725e-16 -0.69843289 +vn -0.71567555 9.3733725e-16 -0.69843289 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.69843289 7.0300294e-16 0.71567555 +vn -0.69843289 7.0300294e-16 0.71567555 +vn -0.15683613 -0.78704973 0.59661977 +vn -0.15683613 -0.78704973 0.59661977 +vn -1.9689025e-3 0.99997939 6.1112954e-3 +vn -1.9689025e-3 0.99997939 6.1112954e-3 +vn 0.15677818 -0.78743704 0.59612374 +vn 0.15677818 -0.78743704 0.59612374 +vn 1.9675771e-3 0.99997947 6.0985704e-3 +vn 1.9675771e-3 0.99997947 6.0985704e-3 +vn 0.57269668 -0.80558255 0.15183965 +vn 0.57269668 -0.80558255 0.15183965 +vn 5.7177205e-3 0.99998175 1.9515537e-3 +vn 5.7177205e-3 0.99998175 1.9515537e-3 +vn 0.57377988 -0.80478817 -0.15196267 +vn 0.57377988 -0.80478817 -0.15196267 +vn 5.7451554e-3 0.99998159 -1.9545074e-3 +vn 5.7451554e-3 0.99998159 -1.9545074e-3 +vn -0.15513004 -0.80218125 -0.57657602 +vn -0.15513004 -0.80218125 -0.57657602 +vn -1.9514901e-3 0.99998157 -5.7496884e-3 +vn -1.9514901e-3 0.99998157 -5.7496884e-3 +vn 0.15761137 -0.78264384 -0.60218541 +vn 0.15761137 -0.78264384 -0.60218541 +vn 1.9784495e-3 0.99997875 -6.2118546e-3 +vn 1.9784495e-3 0.99997875 -6.2118546e-3 +vn -0.57514333 -0.80377707 0.15215972 +vn -0.57514333 -0.80377707 0.15215972 +vn -5.7595148e-3 0.99998150 1.9555973e-3 +vn -5.7595148e-3 0.99998150 1.9555973e-3 +vn -0.57656760 -0.80286848 -0.15156519 +vn -0.57656760 -0.80286848 -0.15156519 +vn -5.7872123e-3 0.99998136 -1.9443342e-3 +vn -5.7872123e-3 0.99998136 -1.9443342e-3 +vn -8.5118075e-2 -0.64640217 0.75823423 +vn -8.5118075e-2 -0.64640217 0.75823423 +vn -1.9835754e-3 0.99977229 2.1246847e-2 +vn -1.9835754e-3 0.99977229 2.1246847e-2 +vn 1.9770379e-3 0.99977304 2.1212050e-2 +vn 1.9770379e-3 0.99977304 2.1212050e-2 +vn 8.5053781e-2 -0.64677426 0.75792408 +vn 8.5053781e-2 -0.64677426 0.75792408 +vn 0.74024283 -0.66806131 7.5727363e-2 +vn 0.74024283 -0.66806131 7.5727363e-2 +vn 2.0528559e-2 0.99978815 1.4965902e-3 +vn 2.0528559e-2 0.99978815 1.4965902e-3 +vn 2.0586495e-2 0.99978694 -1.5066237e-3 +vn 2.0586495e-2 0.99978694 -1.5066237e-3 +vn 0.74089003 -0.66732902 -7.5854681e-2 +vn 0.74089003 -0.66732902 -7.5854681e-2 +vn -1.5143438e-3 0.99981591 -1.9127368e-2 +vn -1.5143438e-3 0.99981591 -1.9127368e-2 +vn -7.9278110e-2 -0.66857864 -0.73940353 +vn -7.9278110e-2 -0.66857864 -0.73940353 +vn 8.7856731e-2 -0.63962485 -0.76364995 +vn 8.7856731e-2 -0.63962485 -0.76364995 +vn 2.1845750e-3 0.99976167 -2.1721782e-2 +vn 2.1845750e-3 0.99976167 -2.1721782e-2 +vn -2.0886031e-2 0.99978066 1.5487754e-3 +vn -2.0886031e-2 0.99978066 1.5487754e-3 +vn -0.74277778 -0.66517794 7.6285455e-2 +vn -0.74277778 -0.66517794 7.6285455e-2 +vn -0.74342900 -0.66443527 -7.6413898e-2 +vn -0.74342900 -0.66443527 -7.6413898e-2 +vn -2.0947048e-2 0.99977937 -1.5593056e-3 +vn -2.0947048e-2 0.99977937 -1.5593056e-3 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.17871683 -1.3727172e-2 0.98380479 +vn 0.17871683 -1.3727172e-2 0.98380479 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.82345088 0.21397844 0.52549202 +vn -0.82345088 0.21397844 0.52549202 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.82345088 0.21397844 -0.52549202 +vn 0.82345088 0.21397844 -0.52549202 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.98380479 -1.3727172e-2 0.17871683 +vn -0.98380479 -1.3727172e-2 0.17871683 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.52549202 0.21397844 -0.82345088 +vn -0.52549202 0.21397844 -0.82345088 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.52549202 0.21397844 0.82345088 +vn -0.52549202 0.21397844 0.82345088 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.98380479 -1.3727172e-2 -0.17871683 +vn -0.98380479 -1.3727172e-2 -0.17871683 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.17871683 -1.3727172e-2 0.98380479 +vn -0.17871683 -1.3727172e-2 0.98380479 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.98380479 -1.3727172e-2 0.17871683 +vn 0.98380479 -1.3727172e-2 0.17871683 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.17871683 -1.3727172e-2 -0.98380479 +vn 0.17871683 -1.3727172e-2 -0.98380479 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.82345088 0.21397844 0.52549202 +vn 0.82345088 0.21397844 0.52549202 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.17871683 -1.3727172e-2 -0.98380479 +vn -0.17871683 -1.3727172e-2 -0.98380479 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.98380479 -1.3727172e-2 -0.17871683 +vn 0.98380479 -1.3727172e-2 -0.17871683 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.52549202 0.21397844 -0.82345088 +vn 0.52549202 0.21397844 -0.82345088 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.52549202 0.21397844 0.82345088 +vn 0.52549202 0.21397844 0.82345088 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.82345088 0.21397844 -0.52549202 +vn -0.82345088 0.21397844 -0.52549202 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.18164737 0.94191368 -0.28249400 +vn -0.18164737 0.94191368 -0.28249400 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.28259293 0.95785906 -5.1451569e-2 +vn 0.28259293 0.95785906 -5.1451569e-2 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.28249400 0.94191368 -0.18164737 +vn -0.28249400 0.94191368 -0.18164737 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 5.1451569e-2 0.95785906 -0.28259293 +vn 5.1451569e-2 0.95785906 -0.28259293 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.28249400 0.94191368 -0.18164737 +vn 0.28249400 0.94191368 -0.18164737 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.18164737 0.94191368 0.28249400 +vn 0.18164737 0.94191368 0.28249400 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -5.1451569e-2 0.95785906 -0.28259293 +vn -5.1451569e-2 0.95785906 -0.28259293 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.18164737 0.94191368 -0.28249400 +vn 0.18164737 0.94191368 -0.28249400 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.28259293 0.95785906 5.1451569e-2 +vn -0.28259293 0.95785906 5.1451569e-2 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.28259293 0.95785906 5.1451569e-2 +vn 0.28259293 0.95785906 5.1451569e-2 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 5.1451569e-2 0.95785906 0.28259293 +vn 5.1451569e-2 0.95785906 0.28259293 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.18164737 0.94191368 0.28249400 +vn -0.18164737 0.94191368 0.28249400 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.28259293 0.95785906 -5.1451569e-2 +vn -0.28259293 0.95785906 -5.1451569e-2 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.28249400 0.94191368 0.18164737 +vn 0.28249400 0.94191368 0.18164737 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -5.1451569e-2 0.95785906 0.28259293 +vn -5.1451569e-2 0.95785906 0.28259293 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.28249400 0.94191368 0.18164737 +vn -0.28249400 0.94191368 0.18164737 +vn 5.0963978e-16 1.00000000 2.0385591e-16 +vn 5.0963978e-16 1.00000000 2.0385591e-16 +vn 0.90656087 0.20612686 0.36831930 +vn 0.90656087 0.20612686 0.36831930 +vn -2.0385591e-16 1.00000000 5.0963978e-16 +vn -2.0385591e-16 1.00000000 5.0963978e-16 +vn -0.36831930 0.20612686 0.90656087 +vn -0.36831930 0.20612686 0.90656087 +vn -5.0963978e-16 1.00000000 -2.0385591e-16 +vn -5.0963978e-16 1.00000000 -2.0385591e-16 +vn -0.90656087 0.20612686 -0.36831930 +vn -0.90656087 0.20612686 -0.36831930 +vn 2.0385591e-16 1.00000000 -5.0963978e-16 +vn 2.0385591e-16 1.00000000 -5.0963978e-16 +vn 0.36831930 0.20612686 -0.90656087 +vn 0.36831930 0.20612686 -0.90656087 +vn 0.38059426 0.20612686 0.90147641 +vn 0.38059426 0.20612686 0.90147641 +vn 2.1622185e-16 1.00000000 5.0451765e-16 +vn 2.1622185e-16 1.00000000 5.0451765e-16 +vn -0.90147641 0.20612686 0.38059426 +vn -0.90147641 0.20612686 0.38059426 +vn -5.0451765e-16 1.00000000 2.1622185e-16 +vn -5.0451765e-16 1.00000000 2.1622185e-16 +vn -0.38059426 0.20612686 -0.90147641 +vn -0.38059426 0.20612686 -0.90147641 +vn -2.1622185e-16 1.00000000 -5.0451765e-16 +vn -2.1622185e-16 1.00000000 -5.0451765e-16 +vn 0.90147641 0.20612686 -0.38059426 +vn 0.90147641 0.20612686 -0.38059426 +vn 5.0451765e-16 1.00000000 -2.1622185e-16 +vn 5.0451765e-16 1.00000000 -2.1622185e-16 +vn -5.2522877e-3 0.99998282 -2.6013609e-3 +vn -5.2522877e-3 0.99998282 -2.6013609e-3 +vn 0.82748016 0.21356633 0.51929376 +vn 0.82748016 0.21356633 0.51929376 +vn -2.5951683e-3 0.99998300 -5.2221685e-3 +vn -2.5951683e-3 0.99998300 -5.2221685e-3 +vn 0.51929376 0.21356633 0.82748016 +vn 0.51929376 0.21356633 0.82748016 +vn -5.2248780e-3 0.99998297 2.5985324e-3 +vn -5.2248780e-3 0.99998297 2.5985324e-3 +vn 0.82748016 0.21356633 -0.51929376 +vn 0.82748016 0.21356633 -0.51929376 +vn -2.4134708e-3 0.99982090 -1.8770868e-2 +vn -2.4134708e-3 0.99982090 -1.8770868e-2 +vn 0.17805481 -1.3753193e-2 0.98392446 +vn 0.17805481 -1.3753193e-2 0.98392446 +vn -2.6894108e-3 0.99998120 5.5111459e-3 +vn -2.6894108e-3 0.99998120 5.5111459e-3 +vn 0.51929376 0.21356633 -0.82748016 +vn 0.51929376 0.21356633 -0.82748016 +vn 2.6837492e-3 0.99998130 5.4957414e-3 +vn 2.6837492e-3 0.99998130 5.4957414e-3 +vn -0.51929376 0.21356633 -0.82748016 +vn -0.51929376 0.21356633 -0.82748016 +vn 2.7135517e-3 0.99998075 -5.5806268e-3 +vn 2.7135517e-3 0.99998075 -5.5806268e-3 +vn -0.51929376 0.21356633 0.82748016 +vn -0.51929376 0.21356633 0.82748016 +vn -2.0445680e-2 0.99978772 2.5492314e-3 +vn -2.0445680e-2 0.99978772 2.5492314e-3 +vn 0.98392446 -1.3753193e-2 -0.17805481 +vn 0.98392446 -1.3753193e-2 -0.17805481 +vn 5.2255835e-3 0.99998297 -2.5993678e-3 +vn 5.2255835e-3 0.99998297 -2.5993678e-3 +vn -0.82748016 0.21356633 0.51929376 +vn -0.82748016 0.21356633 0.51929376 +vn 2.0096479e-2 0.99979492 2.4983951e-3 +vn 2.0096479e-2 0.99979492 2.4983951e-3 +vn -0.98392446 -1.3753193e-2 -0.17805481 +vn -0.98392446 -1.3753193e-2 -0.17805481 +vn 2.9390125e-3 0.99976726 -2.1372538e-2 +vn 2.9390125e-3 0.99976726 -2.1372538e-2 +vn -0.17805481 -1.3753193e-2 0.98392446 +vn -0.17805481 -1.3753193e-2 0.98392446 +vn 5.1932466e-3 0.99998317 2.5873413e-3 +vn 5.1932466e-3 0.99998317 2.5873413e-3 +vn -0.82748016 0.21356633 -0.51929376 +vn -0.82748016 0.21356633 -0.51929376 +vn -2.0545369e-2 0.99978562 -2.5678161e-3 +vn -2.0545369e-2 0.99978562 -2.5678161e-3 +vn 0.98392446 -1.3753193e-2 0.17805481 +vn 0.98392446 -1.3753193e-2 0.17805481 +vn 2.0192536e-2 0.99979294 -2.5163368e-3 +vn 2.0192536e-2 0.99979294 -2.5163368e-3 +vn -0.98392446 -1.3753193e-2 0.17805481 +vn -0.98392446 -1.3753193e-2 0.17805481 +vn -2.8108958e-3 0.99977736 2.0912414e-2 +vn -2.8108958e-3 0.99977736 2.0912414e-2 +vn 0.17805481 -1.3753193e-2 -0.98392446 +vn 0.17805481 -1.3753193e-2 -0.98392446 +vn 2.8012278e-3 0.99977841 2.0863488e-2 +vn 2.8012278e-3 0.99977841 2.0863488e-2 +vn -0.17805481 -1.3753193e-2 -0.98392446 +vn -0.17805481 -1.3753193e-2 -0.98392446 +vn 5.0965633e-2 0.98262020 -0.17849384 +vn 5.0965633e-2 0.98262020 -0.17849384 +vn -0.37764755 0.20834973 0.90220437 +vn -0.37764755 0.20834973 0.90220437 +vn 0.18035351 0.98237254 -4.9161071e-2 +vn 0.18035351 0.98237254 -4.9161071e-2 +vn -0.90499197 0.20834973 0.37091769 +vn -0.90499197 0.20834973 0.37091769 +vn 4.9161071e-2 0.98237254 0.18035351 +vn 4.9161071e-2 0.98237254 0.18035351 +vn -0.37091769 0.20834973 -0.90499197 +vn -0.37091769 0.20834973 -0.90499197 +vn -4.9161071e-2 0.98237254 -0.18035351 +vn -4.9161071e-2 0.98237254 -0.18035351 +vn 0.37091769 0.20834973 0.90499197 +vn 0.37091769 0.20834973 0.90499197 +vn -5.0965633e-2 0.98262020 0.17849384 +vn -5.0965633e-2 0.98262020 0.17849384 +vn 0.37764755 0.20834973 -0.90220437 +vn 0.37764755 0.20834973 -0.90220437 +vn -0.17849384 0.98262020 -5.0965633e-2 +vn -0.17849384 0.98262020 -5.0965633e-2 +vn 0.90220437 0.20834973 0.37764755 +vn 0.90220437 0.20834973 0.37764755 +vn -0.18035351 0.98237254 4.9161071e-2 +vn -0.18035351 0.98237254 4.9161071e-2 +vn 0.90499197 0.20834973 -0.37091769 +vn 0.90499197 0.20834973 -0.37091769 +vn 0.17849384 0.98262020 5.0965633e-2 +vn 0.17849384 0.98262020 5.0965633e-2 +vn -0.90220437 0.20834973 -0.37764755 +vn -0.90220437 0.20834973 -0.37764755 +vn 6.9957189e-2 0.93140017 -0.35721102 +vn 6.9957189e-2 0.93140017 -0.35721102 +vn -0.14847637 0.64751915 0.74744479 +vn -0.14847637 0.64751915 0.74744479 +vn -0.28179073 0.93141016 0.23036730 +vn -0.28179073 0.93141016 0.23036730 +vn 0.64224423 0.62795049 -0.43954583 +vn 0.64224423 0.62795049 -0.43954583 +vn -0.23036730 0.93141016 0.28179073 +vn -0.23036730 0.93141016 0.28179073 +vn 0.43538332 0.62631000 -0.64666618 +vn 0.43538332 0.62631000 -0.64666618 +vn 0.23036730 0.93141016 0.28179073 +vn 0.23036730 0.93141016 0.28179073 +vn -0.43954583 0.62795049 -0.64224423 +vn -0.43954583 0.62795049 -0.64224423 +vn 0.28179073 0.93141016 0.23036730 +vn 0.28179073 0.93141016 0.23036730 +vn -0.64666618 0.62631000 -0.43538332 +vn -0.64666618 0.62631000 -0.43538332 +vn -0.35721102 0.93140017 6.9957189e-2 +vn -0.35721102 0.93140017 6.9957189e-2 +vn 0.75034740 0.64300790 -0.15336108 +vn 0.75034740 0.64300790 -0.15336108 +vn -0.23036730 0.93141016 -0.28179073 +vn -0.23036730 0.93141016 -0.28179073 +vn 0.34626442 0.79087774 0.50459227 +vn 0.34626442 0.79087774 0.50459227 +vn -0.28179073 0.93141016 -0.23036730 +vn -0.28179073 0.93141016 -0.23036730 +vn 0.58767240 0.71222388 0.38389881 +vn 0.58767240 0.71222388 0.38389881 +vn -0.35721102 0.93140017 -6.9957189e-2 +vn -0.35721102 0.93140017 -6.9957189e-2 +vn 0.74751898 0.64806475 0.14569644 +vn 0.74751898 0.64806475 0.14569644 +vn 0.28179073 0.93141016 -0.23036730 +vn 0.28179073 0.93141016 -0.23036730 +vn -0.64224423 0.62795049 0.43954583 +vn -0.64224423 0.62795049 0.43954583 +vn 0.23036730 0.93141016 -0.28179073 +vn 0.23036730 0.93141016 -0.28179073 +vn -0.43538332 0.62631000 0.64666618 +vn -0.43538332 0.62631000 0.64666618 +vn -6.9957189e-2 0.93140017 0.35721102 +vn -6.9957189e-2 0.93140017 0.35721102 +vn 0.14782807 0.64321851 -0.75127678 +vn 0.14782807 0.64321851 -0.75127678 +vn -6.9957189e-2 0.93140017 -0.35721102 +vn -6.9957189e-2 0.93140017 -0.35721102 +vn 0.12946069 0.72180599 0.67987944 +vn 0.12946069 0.72180599 0.67987944 +vn 0.35721102 0.93140017 -6.9957189e-2 +vn 0.35721102 0.93140017 -6.9957189e-2 +vn -0.75034740 0.64300790 0.15336108 +vn -0.75034740 0.64300790 0.15336108 +vn 6.9957189e-2 0.93140017 0.35721102 +vn 6.9957189e-2 0.93140017 0.35721102 +vn -0.15336108 0.64300790 -0.75034740 +vn -0.15336108 0.64300790 -0.75034740 +vn 0.35721102 0.93140017 6.9957189e-2 +vn 0.35721102 0.93140017 6.9957189e-2 +vn -0.75127678 0.64321851 -0.14782807 +vn -0.75127678 0.64321851 -0.14782807 +vn -5.6661693e-16 1.00000000 -2.2664677e-16 +vn -5.6661693e-16 1.00000000 -2.2664677e-16 +vn -0.92847669 -6.2850503e-16 -0.37139068 +vn -0.92847669 -6.2850503e-16 -0.37139068 +vn 2.2664677e-16 1.00000000 -5.6661693e-16 +vn 2.2664677e-16 1.00000000 -5.6661693e-16 +vn 0.37139068 5.2375419e-17 -0.92847669 +vn 0.37139068 5.2375419e-17 -0.92847669 +vn -2.2664677e-16 1.00000000 5.6661693e-16 +vn -2.2664677e-16 1.00000000 5.6661693e-16 +vn -0.37139068 -2.0950168e-16 0.92847669 +vn -0.37139068 -2.0950168e-16 0.92847669 +vn 2.2707618e-16 1.00000000 -7.7883589e-17 +vn 2.2707618e-16 1.00000000 -7.7883589e-17 +vn 0.91787153 -2.3375587e-16 -0.39687762 +vn 0.91787153 -2.3375587e-16 -0.39687762 +vn 7.2323637e-17 1.00000000 -2.2890771e-16 +vn 7.2323637e-17 1.00000000 -2.2890771e-16 +vn 0.37437917 -9.6594278e-16 -0.92727571 +vn 0.37437917 -9.6594278e-16 -0.92727571 +vn 7.7883589e-17 1.00000000 2.2707618e-16 +vn 7.7883589e-17 1.00000000 2.2707618e-16 +vn 0.39687762 6.4462844e-16 0.91787153 +vn 0.39687762 6.4462844e-16 0.91787153 +vn 2.2890771e-16 1.00000000 7.2323637e-17 +vn 2.2890771e-16 1.00000000 7.2323637e-17 +vn 0.92727571 5.8638945e-17 0.37437917 +vn 0.92727571 5.8638945e-17 0.37437917 +vn 5.6092214e-16 1.00000000 -2.4039520e-16 +vn 5.6092214e-16 1.00000000 -2.4039520e-16 +vn 0.91914503 -1.8855151e-15 -0.39391930 +vn 0.91914503 -1.8855151e-15 -0.39391930 +vn -7.7883589e-17 1.00000000 -2.2707618e-16 +vn -7.7883589e-17 1.00000000 -2.2707618e-16 +vn -0.39687762 -8.7838432e-16 -0.91787153 +vn -0.39687762 -8.7838432e-16 -0.91787153 +vn -2.2890771e-16 1.00000000 -7.2323637e-17 +vn -2.2890771e-16 1.00000000 -7.2323637e-17 +vn -0.92727571 -1.1414597e-15 -0.37437917 +vn -0.92727571 -1.1414597e-15 -0.37437917 +vn 2.4039520e-16 1.00000000 5.6092214e-16 +vn 2.4039520e-16 1.00000000 5.6092214e-16 +vn 0.39391930 1.0475084e-16 0.91914503 +vn 0.39391930 1.0475084e-16 0.91914503 +vn -5.6092214e-16 1.00000000 2.4039520e-16 +vn -5.6092214e-16 1.00000000 2.4039520e-16 +vn -0.91914503 -5.2375419e-16 0.39391930 +vn -0.91914503 -5.2375419e-16 0.39391930 +vn 5.6661693e-16 1.00000000 2.2664677e-16 +vn 5.6661693e-16 1.00000000 2.2664677e-16 +vn 0.92847669 -1.6760134e-15 0.37139068 +vn 0.92847669 -1.6760134e-15 0.37139068 +vn -2.2707618e-16 1.00000000 7.7883589e-17 +vn -2.2707618e-16 1.00000000 7.7883589e-17 +vn -0.91787153 -9.9526225e-16 0.39687762 +vn -0.91787153 -9.9526225e-16 0.39687762 +vn -7.2323637e-17 1.00000000 2.2890771e-16 +vn -7.2323637e-17 1.00000000 2.2890771e-16 +vn -0.37437917 2.9399463e-16 0.92727571 +vn -0.37437917 2.9399463e-16 0.92727571 +vn -2.4039520e-16 1.00000000 -5.6092214e-16 +vn -2.4039520e-16 1.00000000 -5.6092214e-16 +vn -0.39391930 1.0998838e-15 -0.91914503 +vn -0.39391930 1.0998838e-15 -0.91914503 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.39391930 -1.0998838e-15 -0.91914503 +vn -0.39391930 -1.0998838e-15 -0.91914503 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.91787153 9.9526225e-16 0.39687762 +vn -0.91787153 9.9526225e-16 0.39687762 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.39687762 -6.4462844e-16 0.91787153 +vn 0.39687762 -6.4462844e-16 0.91787153 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.92727571 -5.8638945e-17 0.37437917 +vn 0.92727571 -5.8638945e-17 0.37437917 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.39687762 8.7838432e-16 -0.91787153 +vn -0.39687762 8.7838432e-16 -0.91787153 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.39391930 -1.0475084e-16 0.91914503 +vn 0.39391930 -1.0475084e-16 0.91914503 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.92847669 1.6760134e-15 0.37139068 +vn 0.92847669 1.6760134e-15 0.37139068 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.37437917 4.9843103e-16 -0.92727571 +vn 0.37437917 4.9843103e-16 -0.92727571 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.92847669 6.2850503e-16 -0.37139068 +vn -0.92847669 6.2850503e-16 -0.37139068 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.37139068 -5.2375419e-17 -0.92847669 +vn 0.37139068 -5.2375419e-17 -0.92847669 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.91787153 0.0000000e+0 -0.39687762 +vn 0.91787153 0.0000000e+0 -0.39687762 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.91914503 5.2375419e-16 0.39391930 +vn -0.91914503 5.2375419e-16 0.39391930 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.91914503 1.8855151e-15 -0.39391930 +vn 0.91914503 1.8855151e-15 -0.39391930 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.92727571 1.1414597e-15 -0.37437917 +vn -0.92727571 1.1414597e-15 -0.37437917 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.37437917 -2.9399463e-16 0.92727571 +vn -0.37437917 -2.9399463e-16 0.92727571 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.37139068 2.0950168e-16 0.92847669 +vn -0.37139068 2.0950168e-16 0.92847669 +g cube1_default2 +usemtl default2 +s 1 +f 5//700 259//1197 720//464 250//122 +f 8//706 416//232 756//500 260//1201 +f 10//709 277//1225 738//482 255//127 +f 12//714 418//234 758//502 263//1209 +f 13//718 419//235 755//499 294//1229 +f 14//722 421//237 757//501 296//1237 +f 15//726 422//238 760//504 301//1249 +f 16//730 420//236 762//506 303//1257 +f 25//732 423//239 720//464 259//1198 +f 26//734 427//243 721//465 295//1231 +f 27//738 425//241 724//468 262//1205 +f 28//740 429//245 725//469 298//1239 +f 29//743 426//242 731//475 300//1243 +f 30//747 430//246 734//478 273//1217 +f 31//749 424//240 735//479 302//1251 +f 32//753 428//244 738//482 277//1226 +f 89//915 250//122 720//464 457//1435 +f 89//916 452//1427 761//505 250//122 +f 90//920 458//1440 756//500 416//232 +f 91//923 255//127 738//482 447//1419 +f 91//924 449//1423 759//503 255//127 +f 92//928 462//1452 758//502 418//234 +f 93//932 475//1476 755//499 419//235 +f 94//936 472//1468 762//506 420//236 +f 95//940 465//1456 757//501 421//237 +f 96//944 470//1460 760//504 422//238 +f 97//947 457//1436 720//464 423//239 +f 98//951 461//1448 735//479 424//240 +f 99//955 471//1464 724//468 425//241 +f 100//959 456//1432 731//475 426//242 +f 101//963 476//1480 721//465 427//243 +f 102//967 447//1420 738//482 428//244 +f 103//971 473//1472 725//469 429//245 +f 104//975 460//1444 734//478 430//246 +f 250//122 761//505 275//1221 5//702 +f 255//127 759//503 271//1213 10//710 +f 260//1202 756//500 427//243 26//736 +f 262//1206 724//468 416//232 8//705 +f 263//1210 758//502 429//245 28//742 +f 271//1214 759//503 426//242 29//745 +f 273//1218 734//478 418//234 12//713 +f 275//1222 761//505 424//240 31//751 +f 294//1230 755//499 423//239 25//733 +f 295//1232 721//465 419//235 13//716 +f 296//1238 757//501 425//241 27//739 +f 298//1240 725//469 421//237 14//720 +f 300//1244 731//475 422//238 15//723 +f 301//1250 760//504 430//246 30//748 +f 302//1252 735//479 420//236 16//727 +f 303//1258 762//506 428//244 32//754 +f 416//232 724//468 471//1463 90//919 +f 418//234 734//478 460//1443 92//927 +f 419//235 721//465 476//1479 93//931 +f 420//236 735//479 461//1447 94//935 +f 421//237 725//469 473//1471 95//939 +f 422//238 731//475 456//1431 96//943 +f 423//239 755//499 475//1475 97//948 +f 424//240 761//505 452//1428 98//952 +f 425//241 757//501 465//1455 99//956 +f 426//242 759//503 449//1424 100//960 +f 427//243 756//500 458//1439 101//964 +f 428//244 762//506 472//1467 102//968 +f 429//245 758//502 462//1451 103//972 +f 430//246 760//504 470//1459 104//976 +s 2 +f 1//1 244//116 719//463 243//115 +f 1//1 635//411 727//471 244//116 +f 2//2 253//125 722//466 251//123 +f 2//2 636//412 728//472 246//118 +f 3//3 252//124 737//481 247//119 +f 3//3 638//414 730//474 252//124 +f 4//4 257//129 726//470 254//126 +f 4//4 637//413 729//473 256//128 +f 5//699 243//115 719//463 259//1195 +f 6//5 244//116 727//471 265//133 +f 6//5 265//133 912//656 251//123 +f 7//6 245//117 736//480 276//141 +f 7//6 276//141 737//481 252//124 +f 8//703 260//1200 722//466 253//125 +f 9//7 246//118 728//472 266//134 +f 9//7 266//134 913//657 254//126 +f 10//708 247//119 737//481 277//1223 +f 11//8 248//120 732//476 272//139 +f 11//8 272//139 733//477 256//128 +f 12//711 263//1208 726//470 257//129 +f 13//715 294//1228 719//463 258//130 +f 14//719 296//1236 723//467 261//131 +f 15//725 301//1248 733//477 272//139 +f 16//729 303//1256 737//481 276//141 +f 25//731 259//1196 719//463 294//1227 +f 27//737 262//1204 723//467 296//1235 +f 30//746 273//1216 733//477 301//1247 +f 32//752 277//1224 737//481 303//1255 +f 193//97 630//406 922//666 652//428 +f 193//97 652//428 921//665 623//399 +f 194//98 627//403 916//660 643//419 +f 194//98 643//419 915//659 624//400 +f 195//99 628//404 918//662 646//422 +f 195//99 646//422 917//661 625//401 +f 196//100 629//405 920//664 649//425 +f 196//100 649//425 919//663 626//402 +f 197//101 623//399 921//665 632//408 +f 197//101 632//408 916//660 627//403 +f 198//102 624//400 915//659 633//409 +f 198//102 633//409 918//662 628//404 +f 199//103 625//401 917//661 634//410 +f 199//103 634//410 920//664 629//405 +f 200//104 626//402 919//663 631//407 +f 200//104 631//407 922//666 630//406 +f 201//105 640//416 908//652 639//415 +f 201//105 641//417 909//653 640//416 +f 201//105 642//418 910//654 641//417 +f 202//106 653//429 907//651 639//415 +f 203//107 644//420 908//652 640//416 +f 204//108 647//423 909//653 641//417 +f 205//109 650//426 910//654 642//418 +f 206//110 645//421 908//652 644//420 +f 207//111 648//424 909//653 647//423 +f 208//112 651//427 910//654 650//426 +f 209//113 654//430 907//651 653//429 +f 243//115 736//480 245//117 1//1 +f 245//117 911//655 635//411 1//1 +f 246//118 723//467 253//125 2//2 +f 247//119 732//476 248//120 3//3 +f 248//120 914//658 638//414 3//3 +f 251//123 722//466 258//130 6//5 +f 251//123 912//656 636//412 2//2 +f 252//124 730//474 264//132 7//6 +f 253//125 723//467 262//1203 8//704 +f 254//126 726//470 261//131 9//7 +f 254//126 913//657 637//413 4//4 +f 256//128 729//473 267//135 11//8 +f 256//128 733//477 257//129 4//4 +f 257//129 733//477 273//1215 12//712 +f 258//130 719//463 244//116 6//5 +f 258//130 722//466 295//1233 13//717 +f 261//131 723//467 246//118 9//7 +f 261//131 726//470 298//1241 14//721 +f 264//132 730//474 630//406 193//97 +f 264//132 911//655 245//117 7//6 +f 265//133 727//471 627//403 194//98 +f 266//134 728//472 628//404 195//99 +f 267//135 729//473 629//405 196//100 +f 267//135 914//658 248//120 11//8 +f 271//1211 732//476 247//119 10//707 +f 272//139 732//476 300//1245 15//724 +f 275//1219 736//480 243//115 5//701 +f 276//141 736//480 302//1253 16//728 +f 295//1234 722//466 260//1199 26//735 +f 298//1242 726//470 263//1207 28//741 +f 300//1246 732//476 271//1212 29//744 +f 302//1254 736//480 275//1220 31//750 +f 623//399 911//655 264//132 193//97 +f 624//400 912//656 265//133 194//98 +f 625//401 913//657 266//134 195//99 +f 626//402 914//658 267//135 196//100 +f 627//403 727//471 635//411 197//101 +f 628//404 728//472 636//412 198//102 +f 629//405 729//473 637//413 199//103 +f 630//406 730//474 638//414 200//104 +f 631//407 919//663 650//426 205//109 +f 632//408 921//665 653//429 202//106 +f 633//409 915//659 644//420 203//107 +f 634//410 917//661 647//423 204//108 +f 635//411 911//655 623//399 197//101 +f 636//412 912//656 624//400 198//102 +f 637//413 913//657 625//401 199//103 +f 638//414 914//658 626//402 200//104 +f 639//415 907//651 642//418 201//105 +f 639//415 908//652 645//421 202//106 +f 640//416 909//653 648//424 203//107 +f 641//417 910//654 651//427 204//108 +f 642//418 907//651 654//430 205//109 +f 643//419 916//660 645//421 206//110 +f 644//420 915//659 643//419 206//110 +f 645//421 916//660 632//408 202//106 +f 646//422 918//662 648//424 207//111 +f 647//423 917//661 646//422 207//111 +f 648//424 918//662 633//409 203//107 +f 649//425 920//664 651//427 208//112 +f 650//426 919//663 649//425 208//112 +f 651//427 920//664 634//410 204//108 +f 652//428 922//666 654//430 209//113 +f 653//429 921//665 652//428 209//113 +f 654//430 922//666 631//407 205//109 +g cube1_default3 +usemtl default3 +s 1 +f 17//9 292//156 753//497 278//142 +f 17//9 572//364 752//496 292//156 +f 18//10 283//147 742//486 279//143 +f 18//10 569//361 741//485 283//147 +f 19//11 286//150 746//490 280//144 +f 19//11 571//363 745//489 286//150 +f 20//12 289//153 749//493 281//145 +f 20//12 573//365 748//492 289//153 +f 21//13 483//283 742//486 283//147 +f 21//13 578//370 739//483 282//146 +f 21//13 581//373 740//484 578//370 +f 22//14 484//284 746//490 286//150 +f 22//14 575//367 743//487 284//148 +f 22//14 577//369 744//488 575//367 +f 23//15 485//285 749//493 289//153 +f 23//15 582//374 750//494 290//154 +f 24//16 486//286 753//497 292//156 +f 24//16 586//378 754//498 293//157 +f 33//756 340//1311 766//510 329//181 +f 34//760 342//1319 768//512 330//182 +f 35//763 337//1300 774//518 305//161 +f 36//768 366//206 776//520 326//1263 +f 37//772 338//1303 778//522 269//137 +f 38//775 346//186 773//517 335//1292 +f 39//780 328//1271 771//515 268//136 +f 40//784 350//190 772//516 334//1288 +f 41//788 352//192 766//510 340//1312 +f 42//791 327//1267 765//509 285//149 +f 43//795 355//195 768//512 342//1320 +f 44//800 341//1315 777//521 288//152 +f 45//804 358//198 778//522 338//1304 +f 46//807 335//1291 773//517 287//151 +f 47//811 361//201 771//515 328//1272 +f 48//816 334//1287 772//516 291//155 +f 50//820 269//137 778//522 385//1347 +f 50//819 379//1335 763//507 269//137 +f 52//823 389//1360 773//517 346//186 +f 54//828 268//136 771//515 388//1355 +f 54//827 394//1371 769//513 268//136 +f 56//832 396//1380 772//516 350//190 +f 58//836 387//1352 766//510 352//192 +f 60//839 285//149 765//509 381//1339 +f 60//840 369//1327 775//519 285//149 +f 62//843 374//1332 768//512 355//195 +f 64//848 288//152 777//521 384//1343 +f 64//847 390//1363 764//508 288//152 +f 66//852 385//1348 778//522 358//198 +f 68//855 287//151 773//517 389//1359 +f 68//856 395//1375 774//518 287//151 +f 70//859 388//1356 771//515 361//201 +f 72//864 291//155 772//516 396//1379 +f 72//863 391//1367 770//514 291//155 +f 73//867 305//161 774//518 395//1376 +f 73//868 384//1344 777//521 305//161 +f 74//872 329//181 766//510 387//1351 +f 74//871 381//1340 765//509 329//181 +f 75//876 330//182 768//512 374//1331 +f 75//875 368//1323 767//511 330//182 +f 76//880 397//1384 776//520 366//206 +f 81//883 664//440 795//539 399//1387 +f 82//887 666//442 796//540 400//1391 +f 83//891 668//444 797//541 401//1395 +f 84//895 670//446 798//542 402//1399 +f 85//899 399//1388 795//539 408//224 +f 85//902 408//224 928//672 403//1405 +f 86//903 400//1392 796//540 409//225 +f 86//906 409//225 929//673 404//1409 +f 87//907 401//1396 797//541 410//226 +f 87//910 410//226 930//674 405//1413 +f 88//911 402//1400 798//542 407//223 +f 88//914 407//223 927//671 406//1417 +f 121//979 278//142 753//497 493//1507 +f 121//980 492//1503 799//543 278//142 +f 122//983 279//143 742//486 490//1495 +f 122//984 487//1483 800//544 279//143 +f 123//987 280//144 746//490 488//1487 +f 123//988 494//1511 801//545 280//144 +f 124//991 281//145 749//493 489//1491 +f 124//992 491//1499 802//546 281//145 +f 125//995 490//1496 742//486 483//283 +f 126//999 488//1488 746//490 484//284 +f 127//1003 489//1492 749//493 485//285 +f 128//1007 493//1508 753//497 486//286 +f 161//1011 616//1564 741//485 569//361 +f 163//1015 618//1568 745//489 571//363 +f 165//1020 598//1536 752//496 572//364 +f 167//1023 619//1572 748//492 573//365 +f 169//1027 591//1516 743//487 575//367 +f 171//1031 608//1552 744//488 577//369 +f 173//1035 603//1548 739//483 578//370 +f 175//1039 594//1527 747//491 580//372 +f 177//1043 600//1540 740//484 581//373 +f 179//1048 622//1576 750//494 582//374 +f 181//1051 592//1519 751//495 584//376 +f 183//1056 610//1560 754//498 586//378 +f 189//1059 593//1524 751//495 592//1520 +f 190//1062 595//1532 747//491 594//1528 +f 191//1065 601//1544 740//484 600//1539 +f 192//1068 609//1556 744//488 608//1551 +f 210//114 665//441 924//668 663//439 +f 210//114 667//443 925//669 665//441 +f 210//114 669//445 926//670 667//443 +f 211//1071 407//223 798//542 673//1587 +f 211//1072 682//1624 927//671 407//223 +f 212//1075 408//224 795//539 671//1579 +f 212//1076 686//1640 928//672 408//224 +f 213//1079 409//225 796//540 672//1583 +f 213//1080 678//1608 929//673 409//225 +f 214//1083 410//226 797//541 683//1627 +f 214//1084 681//1620 930//674 410//226 +f 215//1087 674//1591 923//667 663//439 +f 216//1091 671//1580 795//539 664//440 +f 217//1095 676//1600 924//668 665//441 +f 218//1099 672//1584 796//540 666//442 +f 219//1103 684//1632 925//669 667//443 +f 220//1107 683//1628 797//541 668//444 +f 221//1112 679//1612 926//670 669//445 +f 222//1115 673//1588 798//542 670//446 +f 223//1119 675//1596 923//667 674//1592 +f 224//1122 677//1604 924//668 676//1599 +f 225//1125 680//1616 926//670 679//1611 +f 226//1128 685//1636 925//669 684//1631 +f 227//1131 718//1703 933//677 687//447 +f 228//1135 711//1675 931//675 688//448 +f 229//1139 712//1679 932//676 689//449 +f 230//1144 709//1667 937//681 690//450 +f 231//1148 692//452 936//680 713//1684 +f 231//1147 706//1656 931//675 692//452 +f 232//1152 714//1688 936//680 692//452 +f 233//1156 694//454 938//682 705//1652 +f 233//1155 717//1700 932//676 694//454 +f 234//1160 703//1644 938//682 694//454 +f 235//1163 696//456 934//678 704//1648 +f 235//1164 716//1696 937//681 696//456 +f 236//1167 715//1692 934//678 696//456 +f 237//1172 698//458 935//679 707//1660 +f 237//1171 710//1672 933//677 698//458 +f 238//1176 708//1664 935//679 698//458 +f 239//1179 687//447 933//677 710//1671 +f 239//1180 713//1683 936//680 687//447 +f 240//1183 688//448 931//675 706//1655 +f 240//1184 705//1651 938//682 688//448 +f 241//1188 690//450 937//681 716//1695 +f 241//1187 707//1659 935//679 690//450 +f 242//1191 689//449 932//676 717//1699 +f 242//1192 704//1647 934//678 689//449 +f 268//136 769//513 333//1283 39//779 +f 269//137 763//507 336//1295 37//771 +f 278//142 799//543 282//146 17//9 +f 279//143 800//544 284//148 18//10 +f 280//144 801//545 290//154 19//11 +f 281//145 802//546 293//157 20//12 +f 282//146 739//483 572//364 17//9 +f 282//146 799//543 483//283 21//13 +f 283//147 741//485 581//373 21//13 +f 284//148 743//487 569//361 18//10 +f 284//148 800//544 484//284 22//14 +f 285//149 775//519 339//1307 42//792 +f 286//150 745//489 577//369 22//14 +f 287//151 774//518 337//1299 46//808 +f 288//152 764//508 325//1259 44//799 +f 289//153 748//492 580//372 23//15 +f 290//154 750//494 571//363 19//11 +f 290//154 801//545 485//285 23//15 +f 291//155 770//514 332//1279 48//815 +f 292//156 752//496 584//376 24//16 +f 293//157 754//498 573//365 20//12 +f 293//157 802//546 486//286 24//16 +f 305//161 777//521 341//1316 35//764 +f 325//1260 764//508 350//190 40//783 +f 326//1264 776//520 361//201 47//812 +f 329//181 765//509 327//1268 33//755 +f 330//182 767//511 331//1275 34//759 +f 331//1276 767//511 358//198 45//803 +f 332//1280 770//514 366//206 36//767 +f 333//1284 769//513 355//195 43//796 +f 336//1296 763//507 352//192 41//787 +f 339//1308 775//519 346//186 38//776 +f 346//186 775//519 369//1328 52//824 +f 350//190 764//508 390//1364 56//831 +f 352//192 763//507 379//1336 58//835 +f 355//195 769//513 394//1372 62//844 +f 358//198 767//511 368//1324 66//851 +f 361//201 776//520 397//1383 70//860 +f 366//206 770//514 391//1368 76//879 +f 403//1406 928//672 666//442 82//890 +f 404//1410 929//673 668//444 83//894 +f 405//1414 930//674 670//446 84//898 +f 406//1418 927//671 664//440 81//886 +f 483//283 799//543 492//1504 125//996 +f 484//284 800//544 487//1484 126//1000 +f 485//285 801//545 494//1512 127//1004 +f 486//286 802//546 491//1500 128//1008 +f 569//361 743//487 591//1515 161//1012 +f 571//363 750//494 622//1575 163//1016 +f 572//364 739//483 603//1547 165//1019 +f 573//365 754//498 610//1559 167//1024 +f 575//367 744//488 609//1555 169//1028 +f 577//369 745//489 618//1567 171//1032 +f 578//370 740//484 601//1543 173//1036 +f 580//372 747//491 582//374 23//15 +f 580//372 748//492 619//1571 175//1040 +f 581//373 741//485 616//1563 177//1044 +f 582//374 747//491 595//1531 179//1047 +f 584//376 751//495 586//378 24//16 +f 584//376 752//496 598//1535 181//1052 +f 586//378 751//495 593//1523 183//1055 +f 663//439 923//667 669//445 210//114 +f 663//439 924//668 677//1603 215//1088 +f 664//440 927//671 682//1623 216//1092 +f 665//441 925//669 685//1635 217//1096 +f 666//442 928//672 686//1639 218//1100 +f 667//443 926//670 680//1615 219//1104 +f 668//444 929//673 678//1607 220//1108 +f 669//445 923//667 675//1595 221//1111 +f 670//446 930//674 681//1619 222//1116 +f 687//447 936//680 714//1687 227//1132 +f 688//448 938//682 703//1643 228//1136 +f 689//449 934//678 715//1691 229//1140 +f 690//450 935//679 708//1663 230//1143 +f 692//452 931//675 711//1676 232//1151 +f 694//454 932//676 712//1680 234//1159 +f 696//456 937//681 709//1668 236//1168 +f 698//458 933//677 718//1704 238//1175 +s 2 +f 33//758 415//231 813//557 340//1314 +f 34//761 331//1277 814//558 304//160 +f 35//765 417//233 803//547 337//1302 +f 36//770 326//1265 818//562 306//162 +f 37//773 336//1297 831//575 307//163 +f 38//778 335//1293 828//572 308//164 +f 39//781 333//1285 821//565 309//165 +f 40//786 334//1289 826//570 310//166 +f 41//789 340//1313 813//557 311//167 +f 42//794 339//1310 817//561 314//170 +f 43//798 342//1322 827//571 315//171 +f 44//802 325//1262 812//556 317//173 +f 45//806 338//1306 832//576 318//174 +f 46//809 337//1301 803//547 321//177 +f 47//814 328//1274 829//573 322//178 +f 48//817 332//1282 816//560 324//180 +f 49//17 375//212 866//610 343//183 +f 49//17 431//247 785//529 375//212 +f 50//822 385//1350 823//567 344//184 +f 51//18 376//213 868//612 345//185 +f 51//18 398//222 788//532 274//140 +f 52//825 513//305 820//564 389//1362 +f 53//19 386//219 851//595 347//187 +f 53//19 433//249 787//531 386//219 +f 54//829 388//1357 815//559 348//188 +f 55//20 378//215 793//537 270//138 +f 55//20 380//216 863//607 349//189 +f 56//833 516//308 806//550 396//1382 +f 57//21 377//214 855//599 351//191 +f 57//21 435//251 782//526 377//214 +f 58//837 379//1337 810//554 312//168 +f 59//22 370//208 845//589 353//193 +f 59//22 436//252 783//527 370//208 +f 60//841 381//1341 819//563 313//169 +f 61//23 367//207 854//598 354//194 +f 61//23 373//211 781//525 297//158 +f 62//846 522//314 834//578 374//1334 +f 63//24 382//217 860//604 356//196 +f 63//24 438//254 784//528 382//217 +f 64//849 384//1345 809//553 316//172 +f 65//25 372//210 848//592 357//197 +f 65//25 439//255 779//523 372//210 +f 66//853 368//1325 804//548 319//175 +f 67//26 398//222 873//617 359//199 +f 67//26 440//256 788//532 398//222 +f 68//858 389//1361 820//564 320//176 +f 69//27 386//219 787//531 299//159 +f 69//27 392//220 871//615 360//200 +f 70//861 528//320 815//559 388//1358 +f 71//28 378//215 852//596 362//202 +f 71//28 442//258 793//537 378//215 +f 72//865 396//1381 806//550 323//179 +f 73//869 395//1378 807//551 363//203 +f 74//874 387//1354 833//577 364//204 +f 75//878 374//1333 834//578 365//205 +f 76//882 535//327 830//574 397//1385 +f 77//29 371//209 846//590 508//300 +f 77//29 444//260 786//530 371//209 +f 77//29 508//300 845//589 370//208 +f 78//30 373//211 849//593 509//301 +f 78//30 445//261 781//525 373//211 +f 78//30 509//301 848//592 372//210 +f 79//31 383//218 861//605 510//302 +f 79//31 443//259 792//536 383//218 +f 79//31 510//302 860//604 382//217 +f 80//32 392//220 794//538 249//121 +f 80//32 393//221 872//616 511//303 +f 80//32 511//303 871//615 392//220 +f 81//885 479//279 841//585 406//1415 +f 82//889 480//280 838//582 403//1403 +f 83//892 481//281 836//580 404//1407 +f 84//896 482//282 837//581 405//1411 +f 89//918 457//1438 813//557 415//231 +f 91//925 447//1422 803//547 417//233 +f 105//33 467//273 785//529 431//247 +f 105//33 512//304 850//594 467//273 +f 106//34 274//140 788//532 464//271 +f 106//34 464//271 869//613 432//248 +f 106//34 466//272 780//524 274//140 +f 107//35 459//269 787//531 433//249 +f 107//35 515//307 857//601 459//269 +f 108//36 270//138 793//537 450//264 +f 108//36 450//264 865//609 434//250 +f 108//36 455//268 789//533 270//138 +f 109//37 454//267 782//526 435//251 +f 109//37 519//311 864//608 454//267 +f 110//38 463//270 783//527 436//252 +f 110//38 521//313 862//606 463//270 +f 111//39 297//158 781//525 478//278 +f 111//39 468//274 791//535 297//158 +f 111//39 478//278 847//591 437//253 +f 112//40 453//266 784//528 438//254 +f 112//40 524//316 870//614 453//266 +f 113//41 448//263 779//523 439//255 +f 113//41 526//318 856//600 448//263 +f 114//42 464//271 788//532 440//256 +f 114//42 527//319 869//613 464//271 +f 115//43 299//159 787//531 459//269 +f 115//43 459//269 857//601 441//257 +f 115//43 474//276 794//538 299//159 +f 116//44 450//264 793//537 442//258 +f 116//44 530//322 865//609 450//264 +f 117//45 451//265 792//536 443//259 +f 117//45 532//324 874//618 451//265 +f 118//46 477//277 786//530 444//260 +f 118//46 533//325 853//597 477//277 +f 119//47 478//278 781//525 445//261 +f 119//47 534//326 847//591 478//278 +f 120//48 249//121 794//538 474//276 +f 120//48 469//275 790//534 249//121 +f 120//48 474//276 867//611 446//262 +f 121//982 493//1510 841//585 479//279 +f 122//986 490//1498 838//582 480//280 +f 123//989 488//1490 836//580 481//281 +f 124//993 489//1494 837//581 482//282 +f 129//49 344//184 823//567 538//330 +f 129//49 538//330 880//624 501//293 +f 129//49 542//334 810//554 344//184 +f 130//50 545//337 850//594 512//304 +f 131//51 558//350 820//564 513//305 +f 132//52 432//248 869//613 548//340 +f 132//52 548//340 882//626 514//306 +f 132//52 567//359 859//603 432//248 +f 133//53 348//188 815//559 554//346 +f 133//53 554//346 887//631 502//294 +f 133//53 559//351 824//568 348//188 +f 134//54 564//356 857//601 515//307 +f 135//55 563//355 806//550 516//308 +f 136//56 434//250 865//609 539//331 +f 136//56 539//331 876//620 517//309 +f 136//56 566//358 843//587 434//250 +f 137//57 312//168 810//554 542//334 +f 137//57 542//334 875//619 518//310 +f 137//57 546//338 833//577 312//168 +f 138//58 537//329 864//608 519//311 +f 139//59 313//169 819//563 561//353 +f 139//59 549//341 822//566 313//169 +f 139//59 561//353 885//629 520//312 +f 140//60 555//347 862//606 521//313 +f 141//61 552//344 834//578 522//314 +f 142//62 437//253 847//591 562//354 +f 142//62 550//342 858//602 437//253 +f 142//62 562//354 886//630 503//295 +f 143//63 316//172 809//553 557//349 +f 143//63 541//333 811//555 316//172 +f 143//63 557//349 884//628 523//315 +f 144//64 551//343 870//614 524//316 +f 145//65 319//175 804//548 560//352 +f 145//65 538//330 823//567 319//175 +f 145//65 560//352 888//632 525//317 +f 146//66 565//357 856//600 526//318 +f 147//67 320//176 820//564 558//350 +f 147//67 558//350 882//626 504//296 +f 147//67 568//360 807//551 320//176 +f 148//68 548//340 869//613 527//319 +f 149//69 554//346 815//559 528//320 +f 150//70 441//257 857//601 564//356 +f 150//70 543//335 867//611 441//257 +f 150//70 564//356 887//631 505//297 +f 151//71 323//179 806//550 563//355 +f 151//71 553//345 825//569 323//179 +f 151//71 563//355 876//620 529//321 +f 152//72 539//331 865//609 530//322 +f 153//73 363//203 807//551 568//360 +f 153//73 557//349 809//553 363//203 +f 153//73 568//360 879//623 531//323 +f 154//74 544//336 874//618 532//324 +f 155//75 364//204 833//577 546//338 +f 155//75 546//338 877//621 506//298 +f 155//75 561//353 819//563 364//204 +f 156//76 540//332 853//597 533//325 +f 157//77 365//205 834//578 552//344 +f 157//77 552//344 886//630 507//299 +f 157//77 560//352 804//548 365//205 +f 158//78 562//354 847//591 534//326 +f 159//79 556//348 830//574 535//327 +f 160//80 446//262 867//611 543//335 +f 160//80 543//335 878//622 536//328 +f 160//80 547//339 844//588 446//262 +f 162//81 343//183 866//610 613//393 +f 162//81 613//393 901//645 570//362 +f 162//81 614//394 855//599 343//183 +f 164//82 345//185 868//612 606//389 +f 164//82 602//386 873//617 345//185 +f 164//82 606//389 897//641 495//287 +f 166//83 347//187 851//595 596//383 +f 166//83 596//383 891//635 496//288 +f 166//83 615//395 854//598 347//187 +f 168//84 349//189 863//607 607//390 +f 168//84 607//390 898//642 574//366 +f 168//84 617//396 852//596 349//189 +f 170//85 351//191 855//599 614//394 +f 170//85 611//391 846//590 351//191 +f 170//85 614//394 902//646 576//368 +f 172//86 353//193 845//589 620//397 +f 172//86 606//389 868//612 353//193 +f 172//86 620//397 905//649 497//289 +f 174//87 354//194 854//598 615//395 +f 174//87 605//388 849//593 354//194 +f 174//87 615//395 903//647 579//371 +f 176//88 356//196 860//604 612//392 +f 176//88 607//390 863//607 356//196 +f 176//88 612//392 900//644 498//290 +f 178//89 357//197 848//592 604//387 +f 178//89 604//387 895//639 499//291 +f 178//89 613//393 866//610 357//197 +f 180//90 359//199 873//617 602//386 +f 180//90 599//385 861//605 359//199 +f 180//90 602//386 894//638 583//375 +f 182//91 360//200 871//615 621//398 +f 182//91 596//383 851//595 360//200 +f 182//91 621//398 906//650 585//377 +f 184//92 362//202 852//596 617//396 +f 184//92 597//384 872//616 362//202 +f 184//92 617//396 904//648 500//292 +f 185//93 508//300 846//590 611//391 +f 185//93 611//391 899//643 587//379 +f 185//93 620//397 845//589 508//300 +f 186//94 509//301 849//593 605//388 +f 186//94 604//387 848//592 509//301 +f 186//94 605//388 896//640 588//380 +f 187//95 510//302 861//605 599//385 +f 187//95 599//385 893//637 589//381 +f 187//95 612//392 860//604 510//302 +f 188//96 511//303 872//616 597//384 +f 188//96 597//384 892//636 590//382 +f 188//96 621//398 871//615 511//303 +f 211//1074 673//1590 954//698 659//435 +f 212//1078 671//1582 947//691 660//436 +f 213//1081 672//1586 948//692 661//437 +f 214//1086 683//1630 945//689 662//438 +f 215//1090 691//451 949//693 674//1593 +f 216//1094 682//1625 950//694 656//432 +f 217//1097 693//453 941//685 676//1601 +f 218//1101 686//1641 939//683 657//433 +f 219//1105 695//455 940//684 684//1633 +f 220//1110 678//1609 951//695 658//434 +f 221//1113 697//457 943//687 679//1613 +f 222//1117 681//1621 944//688 655//431 +f 223//1120 699//459 946//690 675//1597 +f 224//1124 700//460 942//686 677//1605 +f 225//1127 701//461 952//696 680//1617 +f 226//1130 702//462 953//697 685//1637 +f 231//1150 713//1686 949//693 691//451 +f 233//1157 705//1654 941//685 693//453 +f 235//1165 704//1650 940//684 695//455 +f 237//1173 707//1662 943//687 697//457 +f 239//1181 710//1674 946//690 699//459 +f 240//1186 706//1658 942//686 700//460 +f 241//1190 716//1698 952//696 701//461 +f 242//1194 717//1702 953//697 702//462 +f 249//121 790//534 393//221 80//32 +f 270//138 789//533 380//216 55//20 +f 274//140 780//524 376//213 51//18 +f 297//158 791//535 367//207 61//23 +f 299//159 794//538 392//220 69//27 +f 304//160 814//558 458//1441 90//921 +f 304//160 827//571 342//1321 34//762 +f 306//162 816//560 332//1281 36//769 +f 306//162 818//562 462//1453 92//930 +f 307//163 831//575 475//1477 93//933 +f 307//163 832//576 338//1305 37//774 +f 308//164 817//561 339//1309 38//777 +f 308//164 828//572 472//1469 94//938 +f 309//165 821//565 465//1457 95//941 +f 309//165 829//573 328//1273 39//782 +f 310//166 812//556 325//1261 40//785 +f 310//166 826//570 470//1461 96//946 +f 311//167 813//557 457//1437 97//949 +f 311//167 831//575 336//1298 41//790 +f 312//168 833//577 387//1353 58//838 +f 313//169 822//566 369//1329 60//842 +f 314//170 808//552 327//1269 42//793 +f 314//170 817//561 461//1450 98//954 +f 315//171 821//565 333//1286 43//797 +f 315//171 827//571 471//1466 99//958 +f 316//172 811//555 390//1365 64//850 +f 317//173 805//549 341//1317 44//801 +f 317//173 812//556 456//1434 100//962 +f 318//174 814//558 331//1278 45//805 +f 318//174 832//576 476//1482 101//966 +f 319//175 823//567 385//1349 66//854 +f 320//176 807//551 395//1377 68//857 +f 321//177 803//547 447//1421 102//969 +f 321//177 828//572 335//1294 46//810 +f 322//178 818//562 326//1266 47//813 +f 322//178 829//573 473//1474 103//974 +f 323//179 825//569 391//1369 72//866 +f 324//180 816//560 460//1446 104//977 +f 324//180 826//570 334//1290 48//818 +f 327//1270 808//552 415//231 33//757 +f 341//1318 805//549 417//233 35//766 +f 343//183 855//599 377//214 49//17 +f 344//184 810//554 379//1338 50//821 +f 345//185 873//617 398//222 51//18 +f 347//187 854//598 367//207 53//19 +f 348//188 824//568 394//1373 54//830 +f 349//189 852//596 378//215 55//20 +f 351//191 846//590 371//209 57//21 +f 353//193 868//612 376//213 59//22 +f 354//194 849//593 373//211 61//23 +f 356//196 863//607 380//216 63//24 +f 357//197 866//610 375//212 65//25 +f 359//199 861//605 383//218 67//26 +f 360//200 851//595 386//219 69//27 +f 362//202 872//616 393//221 71//28 +f 363//203 809//553 384//1346 73//870 +f 364//204 819//563 381//1342 74//873 +f 365//205 804//548 368//1326 75//877 +f 367//207 791//535 433//249 53//19 +f 369//1330 822//566 513//305 52//826 +f 370//208 783//527 444//260 77//29 +f 371//209 786//530 435//251 57//21 +f 372//210 779//523 445//261 78//30 +f 375//212 785//529 439//255 65//25 +f 376//213 780//524 436//252 59//22 +f 377//214 782//526 431//247 49//17 +f 380//216 789//533 438//254 63//24 +f 382//217 784//528 443//259 79//31 +f 383//218 792//536 440//256 67//26 +f 390//1366 811//555 516//308 56//834 +f 391//1370 825//569 535//327 76//881 +f 393//221 790//534 442//258 71//28 +f 394//1374 824//568 522//314 62//845 +f 397//1386 830//574 528//320 70//862 +f 399//1390 840//584 479//279 81//884 +f 400//1394 835//579 480//280 82//888 +f 401//1398 842//586 481//281 83//893 +f 402//1402 839//583 482//282 84//897 +f 403//1404 838//582 411//227 85//900 +f 404//1408 836//580 412//228 86//905 +f 405//1412 837//581 413//229 87//908 +f 406//1416 841//585 414//230 88//913 +f 411//227 838//582 490//1497 125//997 +f 411//227 840//584 399//1389 85//901 +f 412//228 835//579 400//1393 86//904 +f 412//228 836//580 488//1489 126//1002 +f 413//229 837//581 489//1493 127//1005 +f 413//229 842//586 401//1397 87//909 +f 414//230 839//583 402//1401 88//912 +f 414//230 841//585 493//1509 128//1010 +f 415//231 808//552 452//1430 89//917 +f 417//233 805//549 449//1426 91//926 +f 431//247 782//526 454//267 105//33 +f 432//248 859//603 466//272 106//34 +f 433//249 791//535 468//274 107//35 +f 434//250 843//587 455//268 108//36 +f 435//251 786//530 477//277 109//37 +f 436//252 780//524 466//272 110//38 +f 437//253 858//602 468//274 111//39 +f 438//254 789//533 455//268 112//40 +f 439//255 785//529 467//273 113//41 +f 440//256 792//536 451//265 114//42 +f 441//257 867//611 474//276 115//43 +f 442//258 790//534 469//275 116//44 +f 443//259 784//528 453//266 117//45 +f 444//260 783//527 463//270 118//46 +f 445//261 779//523 448//263 119//47 +f 446//262 844//588 469//275 120//48 +f 448//263 856//600 534//326 119//47 +f 449//1425 805//549 317//173 100//961 +f 451//265 874//618 527//319 114//42 +f 452//1429 808//552 314//170 98//953 +f 453//266 870//614 532//324 117//45 +f 454//267 864//608 512//304 105//33 +f 455//268 843//587 524//316 112//40 +f 456//1433 812//556 310//166 96//945 +f 458//1442 814//558 318//174 101//965 +f 460//1445 816//560 306//162 92//929 +f 461//1449 817//561 308//164 94//937 +f 462//1454 818//562 322//178 103//973 +f 463//270 862//606 533//325 118//46 +f 465//1458 821//565 315//171 99//957 +f 466//272 859//603 521//313 110//38 +f 467//273 850//594 526//318 113//41 +f 468//274 858//602 515//307 107//35 +f 469//275 844//588 530//322 116//44 +f 470//1462 826//570 324//180 104//978 +f 471//1465 827//571 304//160 90//922 +f 472//1470 828//572 321//177 102//970 +f 473//1473 829//573 309//165 95//942 +f 475//1478 831//575 311//167 97//950 +f 476//1481 832//576 307//163 93//934 +f 477//277 853//597 519//311 109//37 +f 479//279 840//584 492//1505 121//981 +f 480//280 835//579 487//1485 122//985 +f 481//281 842//586 494//1513 123//990 +f 482//282 839//583 491//1501 124//994 +f 487//1486 835//579 412//228 126//1001 +f 491//1502 839//583 414//230 128//1009 +f 492//1506 840//584 411//227 125//998 +f 494//1514 842//586 413//229 127//1006 +f 495//287 894//638 602//386 164//82 +f 495//287 897//641 618//1569 163//1018 +f 496//288 891//635 598//1537 165//1021 +f 496//288 903//647 615//395 166//83 +f 497//289 897//641 606//389 172//86 +f 497//289 905//649 608//1553 171//1034 +f 498//290 898//642 607//390 176//88 +f 498//290 900//644 594//1529 175//1042 +f 499//291 895//639 600//1541 177//1045 +f 499//291 901//645 613//393 178//89 +f 500//292 892//636 597//384 184//92 +f 500//292 904//648 610//1561 183//1058 +f 501//293 875//619 542//334 129//49 +f 501//293 880//624 545//337 130//50 +f 502//294 883//627 559//351 133//53 +f 502//294 887//631 564//356 134//54 +f 503//295 883//627 550//342 142//62 +f 503//295 886//630 552//344 141//61 +f 504//296 879//623 568//360 147//67 +f 504//296 882//626 548//340 148//68 +f 505//297 878//622 543//335 150//70 +f 505//297 887//631 554//346 149//69 +f 506//298 877//621 540//332 156//76 +f 506//298 885//629 561//353 155//75 +f 507//299 886//630 562//354 158//78 +f 507//299 888//632 560//352 157//77 +f 512//304 864//608 537//329 130//50 +f 513//305 822//566 549//341 131//51 +f 514//306 882//626 558//350 131//51 +f 514//306 890//634 567//359 132//52 +f 515//307 858//602 550//342 134//54 +f 516//308 811//555 541//333 135//55 +f 517//309 876//620 563//355 135//55 +f 517//309 889//633 566//358 136//56 +f 518//310 875//619 537//329 138//58 +f 518//310 877//621 546//338 137//57 +f 519//311 853//597 540//332 138//58 +f 520//312 885//629 555//347 140//60 +f 520//312 890//634 549//341 139//59 +f 521//313 859//603 567//359 140//60 +f 522//314 824//568 559//351 141//61 +f 523//315 884//628 551//343 144//64 +f 523//315 889//633 541//333 143//63 +f 524//316 843//587 566//358 144//64 +f 525//317 880//624 538//330 145//65 +f 525//317 888//632 565//357 146//66 +f 526//318 850//594 545//337 146//66 +f 527//319 874//618 544//336 148//68 +f 528//320 830//574 556//348 149//69 +f 529//321 876//620 539//331 152//72 +f 529//321 881//625 553//345 151//71 +f 530//322 844//588 547//339 152//72 +f 531//323 879//623 544//336 154//74 +f 531//323 884//628 557//349 153//73 +f 532//324 870//614 551//343 154//74 +f 533//325 862//606 555//347 156//76 +f 534//326 856//600 565//357 158//78 +f 535//327 825//569 553//345 159//79 +f 536//328 878//622 556//348 159//79 +f 536//328 881//625 547//339 160//80 +f 537//329 875//619 501//293 130//50 +f 540//332 877//621 518//310 138//58 +f 541//333 889//633 517//309 135//55 +f 544//336 879//623 504//296 148//68 +f 545//337 880//624 525//317 146//66 +f 547//339 881//625 529//321 152//72 +f 549//341 890//634 514//306 131//51 +f 550//342 883//627 502//294 134//54 +f 551//343 884//628 531//323 154//74 +f 553//345 881//625 536//328 159//79 +f 555//347 885//629 506//298 156//76 +f 556//348 878//622 505//297 149//69 +f 559//351 883//627 503//295 141//61 +f 565//357 888//632 507//299 158//78 +f 566//358 889//633 523//315 144//64 +f 567//359 890//634 520//312 140//60 +f 570//362 901//645 616//1566 161//1013 +f 570//362 902//646 614//394 162//81 +f 574//366 898//642 619//1574 167//1025 +f 574//366 904//648 617//396 168//84 +f 576//368 899//643 611//391 170//85 +f 576//368 902//646 591//1518 169//1030 +f 579//371 896//640 605//388 174//87 +f 579//371 903//647 603//1550 173//1038 +f 583//375 893//637 599//385 180//90 +f 583//375 894//638 622//1578 179//1050 +f 585//377 891//635 596//383 182//91 +f 585//377 906//650 592//1521 181//1054 +f 587//379 899//643 609//1558 192//1069 +f 587//379 905//649 620//397 185//93 +f 588//380 895//639 604//387 186//94 +f 588//380 896//640 601//1546 191//1067 +f 589//381 893//637 595//1534 190//1063 +f 589//381 900//644 612//392 187//95 +f 590//382 892//636 593//1526 189//1060 +f 590//382 906//650 621//398 188//96 +f 591//1517 902//646 570//362 161//1014 +f 592//1522 906//650 590//382 189//1061 +f 593//1525 892//636 500//292 183//1057 +f 594//1530 900//644 589//381 190//1064 +f 595//1533 893//637 583//375 179//1049 +f 598//1538 891//635 585//377 181//1053 +f 600//1542 895//639 588//380 191//1066 +f 601//1545 896//640 579//371 173//1037 +f 603//1549 903//647 496//288 165//1022 +f 608//1554 905//649 587//379 192//1070 +f 609//1557 899//643 576//368 169//1029 +f 610//1562 904//648 574//366 167//1026 +f 616//1565 901//645 499//291 177//1046 +f 618//1570 897//641 497//289 171//1033 +f 619//1573 898//642 498//290 175//1041 +f 622//1577 894//638 495//287 163//1017 +f 655//431 944//688 708//1665 238//1177 +f 655//431 954//698 673//1589 222//1118 +f 656//432 947//691 671//1581 216//1093 +f 656//432 950//694 714//1689 232//1154 +f 657//433 939//683 703//1645 234//1161 +f 657//433 948//692 672//1585 218//1102 +f 658//434 945//689 683//1629 220//1109 +f 658//434 951//695 715//1693 236//1170 +f 659//435 950//694 682//1626 211//1073 +f 659//435 954//698 718//1706 227//1134 +f 660//436 939//683 686//1642 212//1077 +f 660//436 947//691 711//1678 228//1138 +f 661//437 948//692 712//1682 229//1141 +f 661//437 951//695 678//1610 213//1082 +f 662//438 944//688 681//1622 214//1085 +f 662//438 945//689 709//1670 230//1146 +f 674//1594 949//693 699//459 223//1121 +f 675//1598 946//690 697//457 221//1114 +f 676//1602 941//685 700//460 224//1123 +f 677//1606 942//686 691//451 215//1089 +f 679//1614 943//687 701//461 225//1126 +f 680//1618 952//696 695//455 219//1106 +f 684//1634 940//684 702//462 226//1129 +f 685//1638 953//697 693//453 217//1098 +f 691//451 942//686 706//1657 231//1149 +f 693//453 953//697 717//1701 233//1158 +f 695//455 952//696 716//1697 235//1166 +f 697//457 946//690 710//1673 237//1174 +f 699//459 949//693 713//1685 239//1182 +f 700//460 941//685 705//1653 240//1185 +f 701//461 943//687 707//1661 241//1189 +f 702//462 940//684 704//1649 242//1193 +f 703//1646 939//683 660//436 228//1137 +f 708//1666 944//688 662//438 230//1145 +f 709//1669 945//689 658//434 236//1169 +f 711//1677 947//691 656//432 232//1153 +f 712//1681 948//692 657//433 234//1162 +f 714//1690 950//694 659//435 227//1133 +f 715//1694 951//695 661//437 229//1142 +f 718//1705 954//698 655//431 238//1178 diff --git a/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerAHighPoly.obj.import b/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerAHighPoly.obj.import new file mode 100644 index 0000000..53a7f49 --- /dev/null +++ b/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerAHighPoly.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://dh8o043jighsq" +path="res://.godot/imported/SpeakerAHighPoly.obj-3cc4871e6e47dfe6dd813154bf5a85b4.mesh" + +[deps] + +files=["res://.godot/imported/SpeakerAHighPoly.obj-3cc4871e6e47dfe6dd813154bf5a85b4.mesh"] + +source_file="res://assets-library/Speakers/SpeakersHighPoly/SpeakerAHighPoly.obj" +dest_files=["res://.godot/imported/SpeakerAHighPoly.obj-3cc4871e6e47dfe6dd813154bf5a85b4.mesh", "res://.godot/imported/SpeakerAHighPoly.obj-3cc4871e6e47dfe6dd813154bf5a85b4.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerAHighPoly.wings b/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerAHighPoly.wings new file mode 100644 index 0000000..fcd06af Binary files /dev/null and b/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerAHighPoly.wings differ diff --git a/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerBHighPoly.3ds b/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerBHighPoly.3ds new file mode 100644 index 0000000..b0fc3eb Binary files /dev/null and b/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerBHighPoly.3ds differ diff --git a/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerBHighPoly.mtl b/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerBHighPoly.mtl new file mode 100644 index 0000000..114440b --- /dev/null +++ b/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerBHighPoly.mtl @@ -0,0 +1,28 @@ +# Exported from Wings 3D 1.5.4 +newmtl default2 +Ns 100.0 +d 1.0 +illum 2 +Kd 0.6022266906976743 0.62 0.18600000000000003 +Ka 0.7898538076923077 0.8133333333333334 0.6940444444444445 +Ks 1.0 1.0 1.0 +Ke 0.0 0.0 0.0 + +newmtl default3 +Ns 44.0 +d 1.0 +illum 2 +Kd 0.18748 0.18748 0.18748 +Ka 1.0 1.0 1.0 +Ks 1.0 1.0 1.0 +Ke 0.0 0.0 0.0 + +newmtl default4 +Ns 100.0 +d 1.0 +illum 2 +Kd 0.10756 0.10756 0.10756 +Ka 1.0 1.0 1.0 +Ks 1.0 1.0 1.0 +Ke 0.0 0.0 0.0 + diff --git a/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerBHighPoly.obj b/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerBHighPoly.obj new file mode 100644 index 0000000..4578230 --- /dev/null +++ b/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerBHighPoly.obj @@ -0,0 +1,3391 @@ +# Exported from Wings 3D 1.5.4 +mtllib SpeakerBHighPoly.mtl +o cube1 +#954 vertices, 952 faces +v -0.43883738 -6.0589028e-2 0.43887846 +v 0.43886294 -6.0589028e-2 0.43887846 +v -0.43888850 -6.0589028e-2 -0.43893810 +v 0.43886294 -6.0589028e-2 -0.43881882 +v -0.59960942 6.2222302e-2 0.59940855 +v 1.2780643e-5 -6.8509528e-2 0.59616099 +v -0.59590964 -6.8509528e-2 2.9821500e-5 +v 0.59986503 6.2222302e-2 0.59940855 +v 0.59593520 -6.8509528e-2 2.9821500e-5 +v -0.60012064 6.2222302e-2 -0.60000498 +v -3.8341929e-5 -6.8509528e-2 -0.59622063 +v 0.59986503 6.2222302e-2 -0.59881212 +v 1.2780643e-4 6.2222302e-2 0.71042850 +v 0.70878224 6.2222302e-2 2.9821500e-4 +v -3.8341929e-4 6.2222302e-2 -0.71102493 +v -0.70852663 6.2222302e-2 2.9821500e-4 +v 0.25678050 -8.5943827e-2 7.2094563e-4 +v -7.2094563e-4 -8.5943827e-2 0.25678050 +v -0.25678050 -8.5943827e-2 -7.2094563e-4 +v 7.2094563e-4 -8.5943827e-2 -0.25678050 +v 0.21285909 -8.4034125e-2 0.21384533 +v -0.21384533 -8.4034125e-2 0.21285909 +v -0.21285909 -8.4034125e-2 -0.21384533 +v 0.21384533 -8.4034125e-2 -0.21285909 +v -0.29990640 6.2222302e-2 0.68553072 +v 0.30067323 6.2222302e-2 0.68553072 +v 0.69099014 6.2222302e-2 0.30400545 +v 0.69099014 6.2222302e-2 -0.30221616 +v -0.30297375 6.2222302e-2 -0.69089859 +v 0.30067323 6.2222302e-2 -0.68374143 +v -0.69022330 6.2222302e-2 0.30400545 +v -0.69022330 6.2222302e-2 -0.30221616 +v -0.49977614 8.7574715e-2 0.49977614 +v 0.49977614 8.7574715e-2 0.49977614 +v -0.49977614 8.7574715e-2 -0.49977614 +v 0.49977614 8.7574715e-2 -0.49977614 +v 0.0000000e+0 8.7574715e-2 0.69524365 +v -0.69524365 8.7574715e-2 0.0000000e+0 +v 0.69524365 8.7574715e-2 0.0000000e+0 +v 0.0000000e+0 8.7574715e-2 -0.69524365 +v -0.27390713 8.7574715e-2 0.64555790 +v -0.64555790 8.7574715e-2 0.27390713 +v 0.64555790 8.7574715e-2 0.27390713 +v -0.27390713 8.7574715e-2 -0.64555790 +v 0.27390713 8.7574715e-2 0.64555790 +v -0.64555790 8.7574715e-2 -0.27390713 +v 0.64555790 8.7574715e-2 -0.27390713 +v 0.27390713 8.7574715e-2 -0.64555790 +v 1.6654294e-2 8.5951647e-2 0.55083188 +v 0.0000000e+0 8.7574715e-2 0.64836819 +v -0.55083188 8.5795840e-2 1.6654294e-2 +v -0.64836819 8.7574715e-2 0.0000000e+0 +v 0.55083188 8.5795840e-2 -1.6654294e-2 +v 0.64836819 8.7574715e-2 0.0000000e+0 +v -1.6654294e-2 8.5795840e-2 -0.55083188 +v 0.0000000e+0 8.7574715e-2 -0.64836819 +v -0.19540767 8.5795840e-2 0.51527562 +v -0.25723576 8.7574715e-2 0.60222362 +v -0.50252898 8.5795840e-2 0.22618080 +v -0.60222362 8.7574715e-2 0.25723576 +v 0.51527562 8.5951647e-2 0.19540767 +v 0.60222362 8.7574715e-2 0.25723576 +v -0.22618080 8.5795840e-2 -0.50252898 +v -0.25723576 8.7574715e-2 -0.60222362 +v 0.22618080 8.6886489e-2 0.50252898 +v 0.25723576 8.7574715e-2 0.60222362 +v -0.51527562 8.5795840e-2 -0.19540767 +v -0.60222362 8.7574715e-2 -0.25723576 +v 0.50252898 8.5795840e-2 -0.22618080 +v 0.60222362 8.7574715e-2 -0.25723576 +v 0.19540767 8.5795840e-2 -0.51527562 +v 0.25723576 8.7574715e-2 -0.60222362 +v -0.46783515 8.7574715e-2 -0.46783515 +v -0.46783515 8.7574715e-2 0.46783515 +v 0.46783515 8.7574715e-2 0.46783515 +v 0.46783515 8.7574715e-2 -0.46783515 +v -0.37772060 8.5795840e-2 0.40127332 +v 0.40127332 8.6886489e-2 0.37772060 +v -0.40127332 8.5795840e-2 -0.37772060 +v 0.37772060 8.5795840e-2 -0.40127332 +v 0.18325476 -0.10496381 -1.7367974e-3 +v 1.7367974e-3 -0.10496381 0.18325476 +v -0.18325476 -0.10496381 1.7367974e-3 +v -1.7367974e-3 -0.10496381 -0.18325476 +v 0.13080878 -0.10496381 0.12835258 +v -0.12835258 -0.10496381 0.13080878 +v -0.13080878 -0.10496381 -0.12835258 +v 0.12835258 -0.10496381 -0.13080878 +v -0.50304118 6.2784068e-2 0.50304118 +v 0.50304118 6.2784068e-2 0.50304118 +v -0.50304118 6.2784068e-2 -0.50304118 +v 0.50304118 6.2784068e-2 -0.50304118 +v 0.0000000e+0 6.2784068e-2 0.69505782 +v -0.69505782 6.2784068e-2 0.0000000e+0 +v 0.69505782 6.2784068e-2 0.0000000e+0 +v 0.0000000e+0 6.2784068e-2 -0.69505782 +v -0.27452069 6.2784068e-2 0.64560157 +v -0.64560157 6.2784068e-2 0.27452069 +v 0.64560157 6.2784068e-2 0.27452069 +v -0.27452069 6.2784068e-2 -0.64560157 +v 0.27452069 6.2784068e-2 0.64560157 +v -0.64560157 6.2784068e-2 -0.27452069 +v 0.64560157 6.2784068e-2 -0.27452069 +v 0.27452069 6.2784068e-2 -0.64560157 +v 1.3409216e-2 8.2654923e-2 0.58572730 +v -0.58572730 8.2654923e-2 1.3409216e-2 +v 0.58572730 8.2654923e-2 -1.3409216e-2 +v -1.3409216e-2 8.2654923e-2 -0.58572730 +v -0.21175963 8.2654923e-2 0.54627295 +v -0.53600998 8.2654923e-2 0.23653663 +v 0.54627295 8.2654923e-2 0.21175963 +v -0.23653663 8.2654923e-2 -0.53600998 +v 0.23653663 8.2654923e-2 0.53600998 +v -0.54627295 8.2654923e-2 -0.21175963 +v 0.53600998 8.2654923e-2 -0.23653663 +v 0.21175963 8.2654923e-2 -0.54627295 +v -0.42365349 8.2654923e-2 -0.40469000 +v -0.40469000 8.2654923e-2 0.42365349 +v 0.42365349 8.2654923e-2 0.40469000 +v 0.40469000 8.2654923e-2 -0.42365349 +v 0.18934570 -0.11352612 1.6727250e-3 +v -1.6727250e-3 -0.11352612 0.18934570 +v -0.18934570 -0.11352612 -1.6727250e-3 +v 1.6727250e-3 -0.11352612 -0.18934570 +v 0.13270483 -0.11352612 0.13507042 +v -0.13507042 -0.11352612 0.13270483 +v -0.13270483 -0.11352612 -0.13507042 +v 0.13507042 -0.11352612 -0.13270483 +v 1.3862186e-3 5.3211212e-2 0.62679095 +v 9.9293584e-3 7.0278863e-2 0.61358745 +v -0.62679095 5.3211212e-2 1.3862186e-3 +v -0.61358745 7.0278863e-2 9.9293584e-3 +v 0.62679095 5.3211212e-2 -1.3862186e-3 +v 0.61358745 7.0278863e-2 -9.9293584e-3 +v -1.3862186e-3 5.3211212e-2 -0.62679095 +v -9.9293584e-3 7.0278863e-2 -0.61358745 +v -0.25405764 5.3211212e-2 0.58262096 +v -0.22802561 7.0278863e-2 0.57111568 +v -0.58155999 5.3211212e-2 0.25661903 +v -0.56351608 7.0278863e-2 0.24637267 +v 0.58262096 5.3211212e-2 0.25405764 +v 0.57111568 7.0278863e-2 0.22802561 +v -0.25661903 5.3211212e-2 -0.58155999 +v -0.24637267 7.0278863e-2 -0.56351608 +v 0.25661903 5.3211212e-2 0.58155999 +v 0.24637267 7.0278863e-2 0.56351608 +v -0.58262096 5.3211212e-2 -0.25405764 +v -0.57111568 7.0278863e-2 -0.22802561 +v 0.58155999 5.3211212e-2 -0.25661903 +v 0.56351608 7.0278863e-2 -0.24637267 +v 0.25405764 5.3211212e-2 -0.58262096 +v 0.22802561 7.0278863e-2 -0.57111568 +v -0.45486069 5.3211212e-2 -0.45290028 +v -0.44247649 7.0278863e-2 -0.42843426 +v -0.45290028 5.3211212e-2 0.45486069 +v -0.42843426 7.0278863e-2 0.44247649 +v 0.45486069 5.3211212e-2 0.45290028 +v 0.44247649 7.0278863e-2 0.42843426 +v 0.45290028 5.3211212e-2 -0.45486069 +v 0.42843426 7.0278863e-2 -0.44247649 +v -4.0948400e-3 3.6916592e-2 0.49672161 +v 7.4665460e-3 6.7417687e-2 0.52113724 +v -0.49672161 3.6916592e-2 -4.0948400e-3 +v -0.52113724 6.6482845e-2 7.4665460e-3 +v 0.49672161 3.6916592e-2 4.0948400e-3 +v 0.52113724 6.6482845e-2 -7.4665460e-3 +v 4.0948400e-3 3.6916592e-2 -0.49672161 +v -7.4665460e-3 6.6482845e-2 -0.52113724 +v -0.19387027 3.6916592e-2 0.45734390 +v -0.19253240 6.6482845e-2 0.48432535 +v -0.46047796 3.6916592e-2 0.18630399 +v -0.47861071 6.6482845e-2 0.20632878 +v 0.45734390 3.6916592e-2 0.19387027 +v 0.48432535 6.7417687e-2 0.19253240 +v -0.18630399 3.6916592e-2 -0.46047796 +v -0.20632878 6.6482845e-2 -0.47861071 +v 0.18630399 3.6916592e-2 0.46047796 +v 0.20632878 7.3026742e-2 0.47861071 +v -0.45734390 3.6916592e-2 -0.19387027 +v -0.48432535 6.6482845e-2 -0.19253240 +v 0.46047796 3.6916592e-2 -0.18630399 +v 0.47861071 6.6482845e-2 -0.20632878 +v 0.19387027 3.6916592e-2 -0.45734390 +v 0.19253240 6.6482845e-2 -0.48432535 +v -0.36322003 6.6482845e-2 0.37377932 +v 0.37377932 7.3026742e-2 0.36322003 +v -0.37377932 6.6482845e-2 -0.36322003 +v 0.36322003 6.6482845e-2 -0.37377932 +v 0.35413071 3.6916592e-2 -0.34833973 +v -0.34833973 3.6916592e-2 -0.35413071 +v 0.34833973 3.6916592e-2 0.35413071 +v -0.35413071 3.6916592e-2 0.34833973 +v -0.40314260 -0.14419433 -3.4694470e-18 +v -3.4694470e-18 -0.14419433 0.40314260 +v 0.40314260 -0.14419433 3.4694470e-18 +v 3.4694470e-18 -0.14419433 -0.40314260 +v -0.27839552 -0.14287425 0.27839552 +v 0.27839552 -0.14287425 0.27839552 +v 0.27839552 -0.14287425 -0.27839552 +v -0.27839552 -0.14287425 -0.27839552 +v 0.0000000e+0 -0.42373067 3.4694470e-18 +v -0.22250490 -0.38417266 0.22250490 +v 0.22250490 -0.38417266 0.22250490 +v 0.22250490 -0.38417266 -0.22250490 +v -0.22250490 -0.38417266 -0.22250490 +v 0.0000000e+0 -0.35340531 0.34282236 +v 0.34282236 -0.35340531 0.0000000e+0 +v 0.0000000e+0 -0.35340531 -0.34282236 +v -0.34282236 -0.35340531 0.0000000e+0 +v 1.4688528e-18 -3.6348365e-2 3.6251182e-18 +v 0.12289649 -9.6485908e-2 -0.12593051 +v 0.12593051 -9.6485908e-2 0.12289649 +v -0.12289649 -9.6485908e-2 0.12593051 +v -0.12593051 -9.6485908e-2 -0.12289649 +v 8.5601138e-2 -5.0211429e-2 -1.0437611e-3 +v 0.17594726 -9.6485908e-2 -2.1453793e-3 +v 1.0437611e-3 -5.0211429e-2 8.5601138e-2 +v 2.1453793e-3 -9.6485908e-2 0.17594726 +v -8.5601138e-2 -5.0211429e-2 1.0437611e-3 +v -0.17594726 -9.6485908e-2 2.1453793e-3 +v -1.0437611e-3 -5.0211429e-2 -8.5601138e-2 +v -2.1453793e-3 -9.6485908e-2 -0.17594726 +v 6.5814166e-2 -5.3826332e-2 -6.7438962e-2 +v 6.7438962e-2 -5.3826332e-2 6.5814166e-2 +v -6.7438962e-2 -5.3826332e-2 -6.5814166e-2 +v -6.5814166e-2 -5.3826332e-2 6.7438962e-2 +v 0.11452776 -8.8456832e-2 -0.11735518 +v 0.11735518 -8.8456832e-2 0.11452776 +v -0.11452776 -8.8456832e-2 0.11735518 +v -0.11735518 -8.8456832e-2 -0.11452776 +v 0.13319351 -7.0555763e-2 -1.6240696e-3 +v 0.16401532 -8.8456832e-2 -1.9998894e-3 +v 1.6240696e-3 -7.0555763e-2 0.13319351 +v 1.9998894e-3 -8.8456832e-2 0.16401532 +v -0.13319351 -7.0555763e-2 1.6240696e-3 +v -0.16401532 -8.8456832e-2 1.9998894e-3 +v -1.6240696e-3 -7.0555763e-2 -0.13319351 +v -1.9998894e-3 -8.8456832e-2 -0.16401532 +v 9.2803453e-2 -7.0555763e-2 -9.5094551e-2 +v 9.5094551e-2 -7.0555763e-2 9.2803453e-2 +v -9.5094551e-2 -7.0555763e-2 -9.2803453e-2 +v -9.2803453e-2 -7.0555763e-2 9.5094551e-2 +v -0.51039137 4.3743288e-4 0.51055569 +v -0.23980068 -6.2759694e-2 0.55900388 +v -0.55911283 -6.2759694e-2 0.24007395 +v 0.55916396 -6.2759694e-2 0.24007395 +v -0.51059586 4.3743288e-4 -0.51079426 +v -0.24000517 -6.2759694e-2 -0.55936174 +v 0.39062424 8.6252892e-2 -0.41304102 +v -0.55132530 6.2503185e-2 0.55122487 +v 0.23985180 -6.2759694e-2 0.55900388 +v -0.55911283 -6.2759694e-2 -0.23995466 +v 0.51049362 4.3743288e-4 0.51055569 +v 0.55916396 -6.2759694e-2 -0.23995466 +v -0.55158091 6.2503185e-2 -0.55152308 +v 0.23985180 -6.2759694e-2 -0.55888459 +v 0.51049362 4.3743288e-4 -0.51031712 +v 5.1122571e-5 -4.8429005e-3 0.66212200 +v -0.46431260 6.2222302e-2 0.66158892 +v 0.46482382 6.2222302e-2 0.66158892 +v 0.66121884 -4.8429005e-3 1.1928600e-4 +v 0.66563630 6.2222302e-2 0.46704530 +v 0.66563630 6.2222302e-2 -0.46585244 +v -0.49368863 -9.6745657e-2 0.0000000e+0 +v 0.0000000e+0 -9.6745657e-2 0.49368863 +v 0.49368863 -9.6745657e-2 0.0000000e+0 +v 0.0000000e+0 -9.6745657e-2 -0.49368863 +v 0.67180592 8.7574715e-2 0.0000000e+0 +v 0.0000000e+0 8.7574715e-2 0.67180592 +v -1.5851053e-2 8.6252892e-2 -0.56827716 +v -0.46635750 6.2222302e-2 -0.66516750 +v -1.5336771e-4 -4.8429005e-3 -0.66236057 +v 0.46482382 6.2222302e-2 -0.66039606 +v -0.56827716 8.6252892e-2 1.5851053e-2 +v -0.66512508 6.2222302e-2 0.46704530 +v -0.66111659 -4.8429005e-3 1.1928600e-4 +v -0.66512508 6.2222302e-2 -0.46585244 +v 0.20868757 -0.10767482 8.3636250e-4 +v -8.3636250e-4 -0.10767482 0.20868757 +v -0.20868757 -0.10767482 -8.3636250e-4 +v 8.3636250e-4 -0.10767482 -0.20868757 +v 0.25051089 -8.6798506e-2 0.10282232 +v 0.10143333 -8.6798506e-2 0.25087010 +v -0.10282232 -8.6798506e-2 0.25051089 +v -0.62389076 8.7574715e-2 0.26557145 +v -0.25087010 -8.6798506e-2 0.10143333 +v -0.62389076 8.7574715e-2 -0.26557145 +v -0.26557145 8.7574715e-2 -0.62389076 +v -0.10143333 -8.6798506e-2 -0.25087010 +v -0.25051089 -8.6798506e-2 -0.10282232 +v 0.26557145 8.7574715e-2 -0.62389076 +v 0.25087010 -8.6798506e-2 -0.10143333 +v 0.10282232 -8.6798506e-2 -0.25051089 +v -0.14706260 6.2222302e-2 0.70317828 +v 0.14757382 6.2222302e-2 0.70317828 +v 0.70477903 6.2222302e-2 0.14979530 +v 0.53108557 8.6252892e-2 0.20282579 +v 0.70477903 6.2222302e-2 -0.14860244 +v 0.51895370 8.6252892e-2 -0.23211472 +v -0.14910750 6.2222302e-2 -0.70675686 +v 0.14757382 6.2222302e-2 -0.70198542 +v -0.70426781 6.2222302e-2 0.14979530 +v -0.70426781 6.2222302e-2 -0.14860244 +v 0.50140866 7.5179392e-2 0.50140866 +v -0.48380565 8.7574715e-2 -0.48380565 +v 0.50140866 7.5179392e-2 -0.50140866 +v 0.0000000e+0 7.5179392e-2 0.69515074 +v -0.69515074 7.5179392e-2 0.0000000e+0 +v 0.69515074 7.5179392e-2 0.0000000e+0 +v 0.0000000e+0 7.5179392e-2 -0.69515074 +v -0.27421391 7.5179392e-2 0.64557974 +v -0.25775674 6.5926155e-2 0.59154661 +v -0.59154661 6.5926155e-2 0.25775674 +v -0.64557974 7.5179392e-2 0.27421391 +v 0.64557974 7.5179392e-2 0.27421391 +v -0.25775674 6.5926155e-2 -0.59154661 +v -0.27421391 7.5179392e-2 -0.64557974 +v 0.27421391 7.5179392e-2 0.64557974 +v 0.25775674 6.5926155e-2 0.59154661 +v -0.59154661 6.5926155e-2 -0.25775674 +v -0.64557974 7.5179392e-2 -0.27421391 +v 0.64557974 7.5179392e-2 -0.27421391 +v 0.25775674 6.5926155e-2 -0.59154661 +v 0.27421391 7.5179392e-2 -0.64557974 +v -0.14010165 8.7574715e-2 -0.68275662 +v 0.58390988 8.7574715e-2 -0.39512026 +v -0.58390988 8.7574715e-2 0.39512026 +v 0.68275662 8.7574715e-2 -0.14010165 +v -0.48380565 8.7574715e-2 0.48380565 +v 0.48380565 8.7574715e-2 0.48380565 +v 0.39512026 8.7574715e-2 0.58390988 +v 0.39512026 8.7574715e-2 -0.58390988 +v 0.68275662 8.7574715e-2 0.14010165 +v 0.14010165 8.7574715e-2 -0.68275662 +v -0.68275662 8.7574715e-2 -0.14010165 +v -0.14010165 8.7574715e-2 0.68275662 +v -0.58390988 8.7574715e-2 -0.39512026 +v 0.14010165 8.7574715e-2 0.68275662 +v -0.68275662 8.7574715e-2 0.14010165 +v -0.39512026 8.7574715e-2 0.58390988 +v -0.39512026 8.7574715e-2 -0.58390988 +v 0.58390988 8.7574715e-2 0.39512026 +v 1.3154656e-2 7.9055803e-2 0.53517257 +v 0.0000000e+0 6.5926155e-2 0.63666512 +v -0.53517257 7.8432575e-2 1.3154656e-2 +v -0.67180592 8.7574715e-2 0.0000000e+0 +v 0.53517257 7.8432575e-2 -1.3154656e-2 +v 0.63666512 6.5926155e-2 0.0000000e+0 +v -1.3154656e-2 7.8432575e-2 -0.53517257 +v 0.0000000e+0 8.7574715e-2 -0.67180592 +v -0.19264836 7.8432575e-2 0.49946905 +v -0.26557145 8.7574715e-2 0.62389076 +v -0.48940091 7.8432575e-2 0.21695499 +v 0.49946905 7.9055803e-2 0.19264836 +v 0.62389076 8.7574715e-2 0.26557145 +v -0.21695499 7.8432575e-2 -0.48940091 +v 0.21695499 8.2795173e-2 0.48940091 +v 0.26557145 8.7574715e-2 0.62389076 +v -0.49946905 7.8432575e-2 -0.19264836 +v 0.48940091 7.8432575e-2 -0.21695499 +v 0.62389076 8.7574715e-2 -0.26557145 +v 0.19264836 7.8432575e-2 -0.49946905 +v -0.46120914 6.5926155e-2 -0.46120914 +v -0.46120914 6.5926155e-2 0.46120914 +v 0.46120914 6.5926155e-2 0.46120914 +v 0.48380565 8.7574715e-2 -0.48380565 +v 0.54339462 8.5795840e-2 9.1110535e-2 +v 0.37051568 8.7574715e-2 0.54550411 +v -0.63669473 8.7574715e-2 0.13168548 +v -0.44866290 8.5795840e-2 0.31981314 +v -0.29212328 8.5795840e-2 0.46716467 +v 0.31981314 8.7042296e-2 0.44866290 +v 0.46716467 8.6419068e-2 0.29212328 +v 0.54550411 8.7574715e-2 0.37051568 +v 0.12377296 8.6419068e-2 0.53689766 +v -0.53689766 8.5795840e-2 0.12377296 +v -9.1110535e-2 8.5795840e-2 0.54339462 +v 9.1110535e-2 8.5795840e-2 -0.54339462 +v -0.13168548 8.7574715e-2 0.63669473 +v -0.12377296 8.5795840e-2 -0.53689766 +v -0.54550411 8.7574715e-2 0.37051568 +v -0.31981314 8.5795840e-2 -0.44866290 +v -0.46716467 8.5795840e-2 -0.29212328 +v -0.37051568 8.7574715e-2 -0.54550411 +v 0.13168548 8.7574715e-2 0.63669473 +v 0.53689766 8.5795840e-2 -0.12377296 +v -0.37051568 8.7574715e-2 0.54550411 +v 0.63669473 8.7574715e-2 -0.13168548 +v -0.63669473 8.7574715e-2 -0.13168548 +v -0.13168548 8.7574715e-2 -0.63669473 +v 0.37051568 8.7574715e-2 -0.54550411 +v 0.44866290 8.5795840e-2 -0.31981314 +v 0.29212328 8.5795840e-2 -0.46716467 +v 0.63669473 8.7574715e-2 0.13168548 +v -0.54550411 8.7574715e-2 -0.37051568 +v 0.13168548 8.7574715e-2 -0.63669473 +v 0.54550411 8.7574715e-2 -0.37051568 +v -0.54339462 8.5795840e-2 -9.1110535e-2 +v 0.16943863 -0.10496381 6.8309759e-2 +v -6.8309759e-2 -0.10496381 0.16943863 +v -0.16943863 -0.10496381 -6.8309759e-2 +v 6.8309759e-2 -0.10496381 -0.16943863 +v 7.1508910e-2 -0.10496381 0.16811350 +v -0.16811350 -0.10496381 7.1508910e-2 +v -7.1508910e-2 -0.10496381 -0.16811350 +v 0.16811350 -0.10496381 -7.1508910e-2 +v 0.12559586 -0.10056719 -0.12869653 +v 0.12869653 -0.10056719 0.12559586 +v -0.12559586 -0.10056719 0.12869653 +v -0.12869653 -0.10056719 -0.12559586 +v 0.13198966 -0.10926806 0.13159106 +v -0.13159106 -0.10926806 0.13198966 +v -0.13198966 -0.10926806 -0.13159106 +v 0.13159106 -0.10926806 -0.13198966 +v -0.50140866 7.5179392e-2 0.50140866 +v 0.55145311 6.2503185e-2 0.55122487 +v -0.50140866 7.5179392e-2 -0.50140866 +v 0.55145311 6.2503185e-2 -0.55092665 +v 6.3903214e-5 6.2503185e-2 0.70274316 +v -0.70179223 6.2503185e-2 1.4910750e-4 +v 0.70192003 6.2503185e-2 1.4910750e-4 +v -1.9170964e-4 6.2503185e-2 -0.70304137 +v -0.28721354 6.2503185e-2 0.66556614 +v -0.66791244 6.2503185e-2 0.28926307 +v 0.66829585 6.2503185e-2 0.28926307 +v -0.28874722 6.2503185e-2 -0.66825008 +v 0.28759696 6.2503185e-2 0.66556614 +v -0.66791244 6.2503185e-2 -0.28836842 +v 0.66829585 6.2503185e-2 -0.28836842 +v 0.28759696 6.2503185e-2 -0.66467150 +v 1.5851053e-2 8.6252892e-2 0.56827716 +v -0.60140122 7.7853125e-2 1.1993061e-2 +v 0.56827716 8.6252892e-2 -1.5851053e-2 +v -1.1993061e-2 7.7853125e-2 -0.60140122 +v -0.20282579 8.6252892e-2 0.53108557 +v -0.51895370 8.6252892e-2 0.23211472 +v 0.56021182 7.7853125e-2 0.21906614 +v -0.23211472 8.6252892e-2 -0.51895370 +v 0.23211472 8.6252892e-2 0.51895370 +v -0.53108557 8.6252892e-2 -0.20282579 +v 0.55103273 7.7853125e-2 -0.24122643 +v 0.20282579 8.6252892e-2 -0.53108557 +v -0.41304102 8.6252892e-2 -0.39062424 +v -0.39062424 8.6252892e-2 0.41304102 +v 0.41304102 8.6252892e-2 0.39062424 +v 0.41677450 7.7853125e-2 -0.43373525 +v -0.58579666 6.2784068e-2 -0.39738522 +v 0.33649867 8.2654923e-2 0.47947444 +v -0.39738522 6.2784068e-2 -0.58579666 +v 0.10109914 8.2654923e-2 -0.57698012 +v -0.49437116 8.2654923e-2 -0.31420416 +v -0.58579666 6.2784068e-2 0.39738522 +v -0.33649867 8.2654923e-2 -0.47947444 +v -0.10109914 8.2654923e-2 0.57698012 +v -0.12739731 8.2654923e-2 -0.57174909 +v -0.14013951 6.2784068e-2 -0.68240584 +v -0.39738522 6.2784068e-2 0.58579666 +v 0.39738522 6.2784068e-2 0.58579666 +v 0.57174909 8.2654923e-2 -0.12739731 +v 0.39738522 6.2784068e-2 -0.58579666 +v -0.68240584 6.2784068e-2 0.14013951 +v 0.58579666 6.2784068e-2 -0.39738522 +v -0.47947444 8.2654923e-2 0.33649867 +v -0.57698012 8.2654923e-2 -0.10109914 +v 0.68240584 6.2784068e-2 0.14013951 +v -0.57174909 8.2654923e-2 0.12739731 +v 0.12739731 8.2654923e-2 0.57174909 +v 0.57698012 8.2654923e-2 0.10109914 +v 0.31420416 8.2654923e-2 -0.49437116 +v 0.14013951 6.2784068e-2 -0.68240584 +v 0.58579666 6.2784068e-2 0.39738522 +v -0.68240584 6.2784068e-2 -0.14013951 +v 0.68240584 6.2784068e-2 -0.14013951 +v 0.47947444 8.2654923e-2 -0.33649867 +v -0.14013951 6.2784068e-2 0.68240584 +v 0.14013951 6.2784068e-2 0.68240584 +v -0.31420416 8.2654923e-2 0.49437116 +v 0.49437116 8.2654923e-2 0.31420416 +v 0.18637971 -0.10926806 -2.8184761e-4 +v 2.8184761e-4 -0.10926806 0.18637971 +v -0.18637971 -0.10926806 2.8184761e-4 +v -2.8184761e-4 -0.10926806 -0.18637971 +v 0.16184334 -0.10881439 0.16302613 +v -0.16302613 -0.10881439 0.16184334 +v -0.16184334 -0.10881439 -0.16302613 +v 0.16302613 -0.10881439 -0.16184334 +v -7.3773515e-2 -0.11352612 0.17374764 +v -0.17502389 -0.11352612 7.0692384e-2 +v -7.0692384e-2 -0.11352612 -0.17502389 +v 7.0692384e-2 -0.11352612 0.17502389 +v 7.3773515e-2 -0.11352612 -0.17374764 +v 0.17374764 -0.11352612 7.3773515e-2 +v 0.17502389 -0.11352612 -7.0692384e-2 +v -0.17374764 -0.11352612 -7.3773515e-2 +v -0.50856392 5.2266398e-2 1.7043696e-3 +v 0.50856392 5.2266398e-2 -1.7043696e-3 +v -0.46919956 5.2266398e-2 0.19619362 +v -0.19619362 5.2266398e-2 -0.46919956 +v 0.19619362 5.6628996e-2 0.46919956 +v 0.19304435 5.2266398e-2 -0.47050403 +v 5.5448744e-3 5.8363503e-2 0.62057454 +v 0.62057454 5.8363503e-2 -5.5448744e-3 +v 0.57719802 5.8363503e-2 0.24191835 +v -0.57719802 5.8363503e-2 -0.24191835 +v 0.57295416 5.8363503e-2 -0.25216394 +v -0.44122576 5.8363503e-2 0.44906739 +v 0.44906739 5.8363503e-2 0.44122576 +v -0.36912241 7.8432575e-2 0.38772590 +v 0.38772590 8.2795173e-2 0.36912241 +v -0.38772590 7.8432575e-2 -0.36912241 +v 0.36912241 7.8432575e-2 -0.38772590 +v 1.1993061e-2 7.7853125e-2 0.60140122 +v -0.63666512 6.5926155e-2 0.0000000e+0 +v -0.62057454 5.8363503e-2 5.5448744e-3 +v 0.60140122 7.7853125e-2 -1.1993061e-2 +v 0.0000000e+0 6.5926155e-2 -0.63666512 +v -5.5448744e-3 5.8363503e-2 -0.62057454 +v -0.24191835 5.8363503e-2 0.57719802 +v -0.21906614 7.7853125e-2 0.56021182 +v -0.57295416 5.8363503e-2 0.25216394 +v -0.55103273 7.7853125e-2 0.24122643 +v 0.59154661 6.5926155e-2 0.25775674 +v -0.25216394 5.8363503e-2 -0.57295416 +v -0.24122643 7.7853125e-2 -0.55103273 +v 0.25216394 5.8363503e-2 0.57295416 +v 0.24122643 7.7853125e-2 0.55103273 +v -0.56021182 7.7853125e-2 -0.21906614 +v 0.59154661 6.5926155e-2 -0.25775674 +v 0.24191835 5.8363503e-2 -0.57719802 +v 0.21906614 7.7853125e-2 -0.56021182 +v -0.44906739 5.8363503e-2 -0.44122576 +v -0.43373525 7.7853125e-2 -0.41677450 +v -0.41677450 7.7853125e-2 0.43373525 +v 0.43373525 7.7853125e-2 0.41677450 +v 0.46120914 6.5926155e-2 -0.46120914 +v 0.44122576 5.8363503e-2 -0.44906739 +v -0.11140799 7.0278863e-2 0.60373354 +v 0.13304323 5.3211212e-2 0.61514922 +v 0.11140799 7.0278863e-2 -0.60373354 +v -0.33481850 7.0278863e-2 0.51655131 +v -0.13304323 5.3211212e-2 -0.61514922 +v -0.13032457 5.3211212e-2 0.61569000 +v 0.50552047 7.0278863e-2 -0.35132731 +v -0.51655131 7.0278863e-2 -0.33481850 +v 0.13088147 7.0278863e-2 0.59986002 +v -0.36178145 5.3211212e-2 0.52835840 +v 0.33481850 7.0278863e-2 -0.51655131 +v -0.60373354 7.0278863e-2 -0.11140799 +v -0.61514922 5.3211212e-2 0.13304323 +v 0.60373354 7.0278863e-2 0.11140799 +v -0.35132731 7.0278863e-2 -0.50552047 +v 0.52835840 5.3211212e-2 0.36178145 +v 0.36178145 5.3211212e-2 -0.52835840 +v 0.61514922 5.3211212e-2 -0.13304323 +v -0.50552047 7.0278863e-2 0.35132731 +v 0.52681840 5.3211212e-2 -0.36408621 +v -0.36408621 5.3211212e-2 -0.52681840 +v -0.61569000 5.3211212e-2 -0.13032457 +v 0.61569000 5.3211212e-2 0.13032457 +v 0.36408621 5.3211212e-2 0.52681840 +v -0.52681840 5.3211212e-2 0.36408621 +v 0.51655131 7.0278863e-2 0.33481850 +v 0.13032457 5.3211212e-2 -0.61569000 +v 0.59986002 7.0278863e-2 -0.13088147 +v 0.35132731 7.0278863e-2 0.50552047 +v -0.13088147 7.0278863e-2 -0.59986002 +v -0.59986002 7.0278863e-2 0.13088147 +v -0.52835840 5.3211212e-2 -0.36178145 +v -2.0474200e-3 -3.2453461e-2 0.36237553 +v 1.7043696e-3 5.2889626e-2 0.50856392 +v -0.36237553 -3.2453461e-2 -2.0474200e-3 +v 0.36237553 -3.2453461e-2 2.0474200e-3 +v 2.0474200e-3 -3.2453461e-2 -0.36237553 +v -1.7043696e-3 5.2266398e-2 -0.50856392 +v -0.20726110 -2.4993000e-2 0.33603276 +v -0.19304435 5.2266398e-2 0.47050403 +v -0.33808185 -2.4993000e-2 0.20327829 +v 0.33603276 -2.4993000e-2 0.20726110 +v 0.47050403 5.2889626e-2 0.19304435 +v -0.20327829 -2.4993000e-2 -0.33808185 +v 0.20327829 -2.4993000e-2 0.33808185 +v -0.33603276 -2.4993000e-2 -0.20726110 +v -0.47050403 5.2266398e-2 -0.19304435 +v 0.33808185 -2.4993000e-2 -0.20327829 +v 0.46919956 5.2266398e-2 -0.19619362 +v 0.20726110 -2.4993000e-2 -0.33603276 +v -0.35840383 5.2266398e-2 0.36081417 +v 0.36081417 5.6628996e-2 0.35840383 +v -0.36081417 5.2266398e-2 -0.35840383 +v 0.35840383 5.2266398e-2 -0.36081417 +v -0.10090275 3.6916592e-2 0.48628685 +v 0.41520575 3.6916592e-2 -0.27250771 +v 0.27931590 3.6916592e-2 -0.41065666 +v -0.27250771 3.6916592e-2 -0.41520575 +v -0.41065666 3.6916592e-2 -0.27931590 +v 0.50957117 6.6482845e-2 -0.10897140 +v 0.28326682 6.6482845e-2 -0.43737565 +v 0.48788428 3.6916592e-2 -9.2871940e-2 +v -0.43737565 6.6482845e-2 -0.28326682 +v 0.27250771 3.6916592e-2 0.41520575 +v 0.41065666 3.6916592e-2 0.27931590 +v -0.51248392 6.6482845e-2 -9.4327999e-2 +v 0.48628685 3.6916592e-2 0.10090275 +v 0.29568089 7.3961585e-2 0.42908083 +v 0.43737565 7.0222215e-2 0.28326682 +v -0.50957117 6.6482845e-2 0.10897140 +v -0.10897140 6.6482845e-2 -0.50957117 +v -0.41520575 3.6916592e-2 0.27250771 +v -0.27931590 3.6916592e-2 0.41065666 +v 0.10090275 3.6916592e-2 -0.48628685 +v -0.28326682 6.6482845e-2 0.43737565 +v -0.29568089 6.6482845e-2 -0.42908083 +v 0.10897140 7.0222215e-2 0.50957117 +v -9.4327999e-2 6.6482845e-2 0.51248392 +v 0.51248392 6.6482845e-2 9.4327999e-2 +v 9.2871940e-2 3.6916592e-2 0.48788428 +v 9.4327999e-2 6.6482845e-2 -0.51248392 +v -0.48788428 3.6916592e-2 9.2871940e-2 +v -9.2871940e-2 3.6916592e-2 -0.48788428 +v -0.42908083 6.6482845e-2 0.29568089 +v 0.42908083 6.6482845e-2 -0.29568089 +v -0.48628685 3.6916592e-2 -0.10090275 +v -0.36815236 -0.14353429 0.14908595 +v 0.14908595 -0.14353429 0.36815236 +v 0.36815236 -0.14353429 -0.14908595 +v -0.14908595 -0.14353429 -0.36815236 +v -0.14908595 -0.14353429 0.36815236 +v 0.36815236 -0.14353429 0.14908595 +v 0.14908595 -0.14353429 -0.36815236 +v -0.36815236 -0.14353429 -0.14908595 +v -0.25429131 -0.26549860 -0.25429131 +v -0.25429131 -0.26549860 0.25429131 +v 0.25429131 -0.26549860 0.25429131 +v 0.25429131 -0.26549860 -0.25429131 +v -0.35070816 -9.1465323e-2 0.35070816 +v 0.35070816 -9.1465323e-2 0.35070816 +v 0.35070816 -9.1465323e-2 -0.35070816 +v -0.35070816 -9.1465323e-2 -0.35070816 +v -0.12714566 -0.42373067 0.12714566 +v 0.12714566 -0.42373067 0.12714566 +v 0.12714566 -0.42373067 -0.12714566 +v -0.12714566 -0.42373067 -0.12714566 +v 0.0000000e+0 -0.26549860 0.37296059 +v 0.10171652 -0.38417266 0.31362595 +v -0.10171652 -0.38417266 0.31362595 +v 0.37296059 -0.26549860 0.0000000e+0 +v 0.31362595 -0.38417266 -0.10171652 +v 0.31362595 -0.38417266 0.10171652 +v 0.0000000e+0 -0.26549860 -0.37296059 +v -0.10171652 -0.38417266 -0.31362595 +v 0.10171652 -0.38417266 -0.31362595 +v -0.37296059 -0.26549860 0.0000000e+0 +v -0.31362595 -0.38417266 0.10171652 +v -0.31362595 -0.38417266 -0.10171652 +v -2.0918489e-3 -9.3127694e-2 -0.17155712 +v 0.17155712 -9.3127694e-2 -2.0918489e-3 +v 2.0918489e-3 -9.3127694e-2 0.17155712 +v -0.17155712 -9.3127694e-2 2.0918489e-3 +v 0.11983004 -9.3127694e-2 -0.12278836 +v 0.12278836 -9.3127694e-2 0.11983004 +v -0.11983004 -9.3127694e-2 0.12278836 +v -0.12278836 -9.3127694e-2 -0.11983004 +v 4.5860154e-2 -4.0848876e-2 -5.5918702e-4 +v 0.17981187 -0.10056719 -2.1925017e-3 +v 5.5918702e-4 -4.0848876e-2 4.5860154e-2 +v 2.1925017e-3 -0.10056719 0.17981187 +v -4.5860154e-2 -4.0848876e-2 5.5918702e-4 +v -0.17981187 -0.10056719 2.1925017e-3 +v -5.5918702e-4 -4.0848876e-2 -4.5860154e-2 +v -2.1925017e-3 -0.10056719 -0.17981187 +v 0.16286435 -9.6485908e-2 6.5145740e-2 +v -6.5145740e-2 -9.6485908e-2 0.16286435 +v 6.5145740e-2 -9.6485908e-2 -0.16286435 +v 7.8282205e-2 -5.0961514e-2 -3.9681693e-2 +v 3.7761141e-2 -5.0961514e-2 -7.9226489e-2 +v 3.9681693e-2 -5.0961514e-2 7.8282205e-2 +v 7.9226489e-2 -5.0961514e-2 3.7761141e-2 +v -0.16122748 -9.6485908e-2 6.9097492e-2 +v -3.9681693e-2 -5.0961514e-2 -7.8282205e-2 +v -7.9226489e-2 -5.0961514e-2 -3.7761141e-2 +v -6.9097492e-2 -9.6485908e-2 -0.16122748 +v 0.16122748 -9.6485908e-2 -6.9097492e-2 +v -0.16286435 -9.6485908e-2 -6.5145740e-2 +v -7.8282205e-2 -5.0961514e-2 3.9681693e-2 +v -3.7761141e-2 -5.0961514e-2 7.9226489e-2 +v 6.9097492e-2 -9.6485908e-2 0.16122748 +v 0.10512088 -8.0437606e-2 -0.10771607 +v 0.10771607 -8.0437606e-2 0.10512088 +v -0.10512088 -8.0437606e-2 0.10771607 +v -0.10771607 -8.0437606e-2 -0.10512088 +v 0.11310378 -6.0297048e-2 -1.3791093e-3 +v 0.15069573 -8.0437606e-2 -1.8374796e-3 +v 1.3791093e-3 -6.0297048e-2 0.11310378 +v 1.8374796e-3 -8.0437606e-2 0.15069573 +v -0.11310378 -6.0297048e-2 1.3791093e-3 +v -0.15069573 -8.0437606e-2 1.8374796e-3 +v -1.3791093e-3 -6.0297048e-2 -0.11310378 +v -1.8374796e-3 -8.0437606e-2 -0.15069573 +v 7.8769500e-2 -6.0297048e-2 -8.0714134e-2 +v 8.0714134e-2 -6.0297048e-2 7.8769500e-2 +v -8.0714134e-2 -6.0297048e-2 -7.8769500e-2 +v -7.8769500e-2 -6.0297048e-2 8.0714134e-2 +v 6.4386798e-2 -8.8456832e-2 0.15027766 +v -0.12194286 -7.0555763e-2 5.2141535e-2 +v 5.2141535e-2 -7.0555763e-2 0.12194286 +v 0.12317797 -7.0555763e-2 4.9152701e-2 +v -5.2141535e-2 -7.0555763e-2 -0.12194286 +v -6.4386798e-2 -8.8456832e-2 -0.15027766 +v -0.15180292 -8.8456832e-2 -6.0703437e-2 +v 4.9152701e-2 -7.0555763e-2 -0.12317797 +v 0.15180292 -8.8456832e-2 6.0703437e-2 +v -6.0703437e-2 -8.8456832e-2 0.15180292 +v 0.12194286 -7.0555763e-2 -5.2141535e-2 +v 0.15027766 -8.8456832e-2 -6.4386798e-2 +v -0.15027766 -8.8456832e-2 6.4386798e-2 +v -0.12317797 -7.0555763e-2 -4.9152701e-2 +v -4.9152701e-2 -7.0555763e-2 0.12317797 +v 6.0703437e-2 -8.8456832e-2 -0.15180292 +v -0.28305837 4.9556035e-3 0.63690465 +v -0.43084891 6.2503185e-2 0.62369279 +v 0.14385667 6.2503185e-2 0.69279206 +v 0.28326286 4.9556035e-3 0.63690465 +v 0.63754495 4.9556035e-3 0.28415145 +v 0.62571648 6.2503185e-2 0.43221526 +v 0.69359244 6.2503185e-2 -0.14437097 +v 0.63754495 4.9556035e-3 -0.28367431 +v -0.18947768 -9.4105490e-2 0.45544421 +v 0.45544421 -9.4105490e-2 0.18947768 +v 0.18947768 -9.4105490e-2 -0.45544421 +v -0.45544421 -9.4105490e-2 -0.18947768 +v -0.14462350 6.2503185e-2 -0.69458135 +v -0.28387633 4.9556035e-3 -0.63833608 +v 0.28326286 4.9556035e-3 -0.63642750 +v 0.43110452 6.2503185e-2 -0.62309636 +v -0.69333682 6.2503185e-2 0.14496740 +v -0.63734046 4.9556035e-3 0.28415145 +v -0.63734046 4.9556035e-3 -0.28367431 +v -0.62546087 6.2503185e-2 -0.43161883 +v 0.35514781 -3.3023247e-2 0.10444323 +v 0.30679973 1.3768863e-3 0.31100254 +v 0.10042783 -3.3023247e-2 0.35594653 +v 8.9338051e-2 -0.10824461 0.19951633 +v -0.10444323 -3.3023247e-2 0.35514781 +v -0.31100254 1.3768863e-3 0.30679973 +v -0.35594653 -3.3023247e-2 0.10042783 +v -0.19951633 -0.10824461 8.9338051e-2 +v -0.30679973 1.3768863e-3 -0.31100254 +v -0.10042783 -3.3023247e-2 -0.35594653 +v -8.9338051e-2 -0.10824461 -0.19951633 +v -0.35514781 -3.3023247e-2 -0.10444323 +v 0.31100254 1.3768863e-3 -0.30679973 +v 0.35594653 -3.3023247e-2 -0.10042783 +v 0.19951633 -0.10824461 -8.9338051e-2 +v 0.10444323 -3.3023247e-2 -0.35514781 +v -0.14360105 6.2503185e-2 0.69279206 +v 0.43110452 6.2503185e-2 0.62369279 +v 0.69359244 6.2503185e-2 0.14496740 +v 0.62571648 6.2503185e-2 -0.43161883 +v -0.43187136 6.2503185e-2 -0.62548208 +v 0.14385667 6.2503185e-2 -0.69219563 +v -0.62546087 6.2503185e-2 0.43221526 +v -0.69333682 6.2503185e-2 -0.14437097 +v -0.13589357 8.7574715e-2 0.65972568 +v -0.13589357 8.7574715e-2 -0.65972568 +v -0.56470700 8.7574715e-2 0.38281797 +v -0.38281797 8.7574715e-2 0.56470700 +v 0.38281797 8.7574715e-2 0.56470700 +v 0.56470700 8.7574715e-2 0.38281797 +v 0.65972568 8.7574715e-2 0.13589357 +v 0.38281797 8.7574715e-2 -0.56470700 +v 0.65972568 8.7574715e-2 -0.13589357 +v 0.13589357 8.7574715e-2 -0.65972568 +v -0.65972568 8.7574715e-2 -0.13589357 +v -0.56470700 8.7574715e-2 -0.38281797 +v -0.65972568 8.7574715e-2 0.13589357 +v 0.56470700 8.7574715e-2 -0.38281797 +v -0.38281797 8.7574715e-2 -0.56470700 +v 0.13589357 8.7574715e-2 0.65972568 +v 0.32883565 8.6252892e-2 0.46361155 +v -0.55416118 8.6252892e-2 0.12638806 +v 0.48122099 8.6252892e-2 0.30248127 +v -9.5300956e-2 8.6252892e-2 0.56034479 +v -0.46361155 8.6252892e-2 0.32883565 +v -0.32883565 8.6252892e-2 -0.46361155 +v 0.12638806 8.6252892e-2 0.55416118 +v -0.30248127 8.6252892e-2 0.48122099 +v 0.55416118 8.6252892e-2 -0.12638806 +v -0.56034479 8.6252892e-2 -9.5300956e-2 +v -0.12638806 8.6252892e-2 -0.55416118 +v 0.30248127 8.6252892e-2 -0.48122099 +v 0.56034479 8.6252892e-2 9.5300956e-2 +v -0.48122099 8.6252892e-2 -0.30248127 +v 9.5300956e-2 8.6252892e-2 -0.56034479 +v 0.46361155 8.6252892e-2 -0.32883565 +v 0.16644161 -0.10056719 6.6576642e-2 +v -6.6576642e-2 -0.10056719 0.16644161 +v -0.16644161 -0.10056719 -6.6576642e-2 +v 6.6576642e-2 -0.10056719 -0.16644161 +v 0.19887821 -0.10824461 9.0878617e-2 +v -9.0878617e-2 -0.10824461 0.19887821 +v -0.19887821 -0.10824461 -9.0878617e-2 +v 9.0878617e-2 -0.10824461 -0.19887821 +v -0.58485327 7.5179392e-2 -0.39625274 +v 0.36781486 6.5926155e-2 0.53633195 +v -0.39625274 7.5179392e-2 -0.58485327 +v 0.13264242 6.5926155e-2 -0.62521643 +v -0.53633195 6.5926155e-2 -0.36781486 +v -0.58485327 7.5179392e-2 0.39625274 +v -0.36781486 6.5926155e-2 -0.53633195 +v -0.13264242 6.5926155e-2 0.62521643 +v -0.13264242 6.5926155e-2 -0.62521643 +v -0.14012058 7.5179392e-2 -0.68258123 +v -0.39625274 7.5179392e-2 0.58485327 +v 0.39625274 7.5179392e-2 0.58485327 +v 0.62521643 6.5926155e-2 -0.13264242 +v 0.39625274 7.5179392e-2 -0.58485327 +v -0.68258123 7.5179392e-2 0.14012058 +v 0.58485327 7.5179392e-2 -0.39625274 +v -0.53633195 6.5926155e-2 0.36781486 +v -0.62521643 6.5926155e-2 -0.13264242 +v 0.68258123 7.5179392e-2 0.14012058 +v -0.62521643 6.5926155e-2 0.13264242 +v 0.13264242 6.5926155e-2 0.62521643 +v 0.62521643 6.5926155e-2 0.13264242 +v 0.36781486 6.5926155e-2 -0.53633195 +v 0.14012058 7.5179392e-2 -0.68258123 +v 0.58485327 7.5179392e-2 0.39625274 +v -0.68258123 7.5179392e-2 -0.14012058 +v 0.68258123 7.5179392e-2 -0.14012058 +v 0.53633195 6.5926155e-2 -0.36781486 +v -0.14012058 7.5179392e-2 0.68258123 +v 0.14012058 7.5179392e-2 0.68258123 +v -0.36781486 6.5926155e-2 0.53633195 +v 0.53633195 6.5926155e-2 0.36781486 +v -7.0841884e-2 -0.10926806 0.17176164 +v -0.17154660 -0.10926806 7.1361043e-2 +v -7.1361043e-2 -0.10926806 -0.17154660 +v 7.1361043e-2 -0.10926806 0.17154660 +v 7.0841884e-2 -0.10926806 -0.17176164 +v 0.17176164 -0.10926806 7.0841884e-2 +v 0.17154660 -0.10926806 -7.1361043e-2 +v -0.17176164 -0.10926806 -7.0841884e-2 +v -0.12906588 7.7853125e-2 -0.58739517 +v 0.32408775 7.7853125e-2 -0.50661447 +v -0.43758903 7.8432575e-2 0.30820563 +v -0.28633436 7.8432575e-2 0.45220295 +v 0.50661447 7.7853125e-2 0.32408775 +v 0.30820563 8.3418401e-2 0.43758903 +v 0.45220295 8.0925488e-2 0.28633436 +v 0.12906588 7.7853125e-2 0.58739517 +v 0.52222474 7.8432575e-2 -0.11728681 +v 9.1487876e-2 7.8432575e-2 -0.52735647 +v -0.32408775 7.7853125e-2 0.50661447 +v 0.52735647 7.8432575e-2 9.1487876e-2 +v -9.1487876e-2 7.8432575e-2 0.52735647 +v 0.34402773 7.7853125e-2 0.49329100 +v 0.58739517 7.7853125e-2 -0.12906588 +v 0.59207375 7.7853125e-2 0.10554507 +v -0.58739517 7.7853125e-2 0.12906588 +v -0.30820563 7.8432575e-2 -0.43758903 +v -0.45220295 7.8432575e-2 -0.28633436 +v -0.49329100 7.7853125e-2 0.34402773 +v -0.11728681 7.8432575e-2 -0.52222474 +v -0.10554507 7.7853125e-2 0.59207375 +v 0.10554507 7.7853125e-2 -0.59207375 +v 0.11728681 8.0925488e-2 0.52222474 +v 0.49329100 7.7853125e-2 -0.34402773 +v -0.52222474 7.8432575e-2 0.11728681 +v -0.59207375 7.7853125e-2 -0.10554507 +v -0.34402773 7.7853125e-2 -0.49329100 +v 0.43758903 7.8432575e-2 -0.30820563 +v 0.28633436 7.8432575e-2 -0.45220295 +v -0.52735647 7.8432575e-2 -9.1487876e-2 +v -0.50661447 7.7853125e-2 -0.32408775 +v -0.12145713 5.8363503e-2 0.61006733 +v 0.12145713 5.8363503e-2 -0.61006733 +v -0.34908287 5.8363503e-2 0.52278207 +v 0.51662209 5.8363503e-2 -0.35830192 +v -0.52278207 5.8363503e-2 -0.34908287 +v 0.13233175 5.8363503e-2 0.60790423 +v 0.34908287 5.8363503e-2 -0.52278207 +v -0.61006733 5.8363503e-2 -0.12145713 +v 0.61006733 5.8363503e-2 0.12145713 +v -0.35830192 5.8363503e-2 -0.51662209 +v -0.51662209 5.8363503e-2 0.35830192 +v 0.52278207 5.8363503e-2 0.34908287 +v 0.60790423 5.8363503e-2 -0.13233175 +v 0.35830192 5.8363503e-2 0.51662209 +v -0.13233175 5.8363503e-2 -0.60790423 +v -0.60790423 5.8363503e-2 0.13233175 +v 0.49836570 5.2266398e-2 -0.10086853 +v 0.28107294 5.2266398e-2 -0.42372259 +v -0.42372259 5.2266398e-2 -0.28107294 +v -0.49903059 5.2266398e-2 -9.7525922e-2 +v 0.28390667 5.7252225e-2 0.42182915 +v 0.42372259 5.4759311e-2 0.28107294 +v -0.49836570 5.2266398e-2 0.10086853 +v -0.10086853 5.2266398e-2 -0.49836570 +v -0.28107294 5.2266398e-2 0.42372259 +v -0.28390667 5.2266398e-2 -0.42182915 +v 0.10086853 5.4759311e-2 0.49836570 +v -9.7525922e-2 5.2266398e-2 0.49903059 +v 0.49903059 5.2266398e-2 9.7525922e-2 +v 9.7525922e-2 5.2266398e-2 -0.49903059 +v -0.42182915 5.2266398e-2 0.28390667 +v 0.42182915 5.2266398e-2 -0.28390667 +v -0.23733856 -0.42373067 0.0000000e+0 +v 0.0000000e+0 -0.42373067 0.23733856 +v 0.23733856 -0.42373067 0.0000000e+0 +v 0.0000000e+0 -0.42373067 -0.23733856 +v -0.45544421 -9.4105490e-2 0.18947768 +v 0.18947768 -9.4105490e-2 0.45544421 +v 0.45544421 -9.4105490e-2 -0.18947768 +v -0.18947768 -9.4105490e-2 -0.45544421 +v 0.13562203 -0.26549860 0.33905508 +v -0.13562203 -0.26549860 0.33905508 +v 0.33905508 -0.26549860 -0.13562203 +v 0.33905508 -0.26549860 0.13562203 +v -0.13562203 -0.26549860 -0.33905508 +v 0.13562203 -0.26549860 -0.33905508 +v -0.33905508 -0.26549860 0.13562203 +v -0.33905508 -0.26549860 -0.13562203 +v 4.1677578e-2 -4.3849216e-2 -4.2706499e-2 +v 4.2706499e-2 -4.3849216e-2 4.1677578e-2 +v -4.1677578e-2 -4.3849216e-2 4.2706499e-2 +v -4.2706499e-2 -4.3849216e-2 -4.1677578e-2 +v 0.16476878 -0.10056719 -7.0615193e-2 +v 7.0615193e-2 -0.10056719 0.16476878 +v -0.16476878 -0.10056719 7.0615193e-2 +v -7.0615193e-2 -0.10056719 -0.16476878 +v 0.13942361 -8.0437606e-2 5.5698513e-2 +v -5.5698513e-2 -8.0437606e-2 0.13942361 +v 5.5698513e-2 -8.0437606e-2 -0.13942361 +v -0.13802406 -8.0437606e-2 5.9081518e-2 +v -5.9081518e-2 -8.0437606e-2 -0.13802406 +v 0.13802406 -8.0437606e-2 -5.9081518e-2 +v -0.13942361 -8.0437606e-2 -5.5698513e-2 +v 5.9081518e-2 -8.0437606e-2 0.13802406 +v 6.7373409e-2 -9.3127694e-2 0.15720462 +v -0.10353310 -6.0297048e-2 4.4250816e-2 +v 4.4250816e-2 -6.0297048e-2 0.10353310 +v 0.10458129 -6.0297048e-2 4.1713213e-2 +v -4.4250816e-2 -6.0297048e-2 -0.10353310 +v -6.7373409e-2 -9.3127694e-2 -0.15720462 +v -0.15880065 -9.3127694e-2 -6.3520259e-2 +v 4.1713213e-2 -6.0297048e-2 -0.10458129 +v 0.15880065 -9.3127694e-2 6.3520259e-2 +v -6.3520259e-2 -9.3127694e-2 0.15880065 +v 0.10353310 -6.0297048e-2 -4.4250816e-2 +v 0.15720462 -9.3127694e-2 -6.7373409e-2 +v -0.15720462 -9.3127694e-2 6.7373409e-2 +v -0.10458129 -6.0297048e-2 -4.1713213e-2 +v -4.1713213e-2 -6.0297048e-2 0.10458129 +v 6.3520259e-2 -9.3127694e-2 -0.15880065 +vn -0.28708122 -0.91365583 0.28778013 +vn 0.28692600 -0.91374140 0.28766321 +vn -0.28711722 -0.91406276 -0.28644890 +vn 0.28719890 -0.91354076 -0.28802792 +vn -1.0137054e-5 -0.88157490 0.47204417 +vn -0.47287934 -0.88112719 -2.2991433e-5 +vn 0.47252096 -0.88131943 -2.2936802e-5 +vn 9.5640814e-4 -0.88205555 -0.47114445 +vn -0.42487223 0.90525260 -1.1477026e-3 +vn 1.1477026e-3 0.90525260 -0.42487223 +vn 0.42487223 0.90525260 1.1477026e-3 +vn -1.1477026e-3 0.90525260 0.42487223 +vn -0.29395807 0.90854324 -0.29688018 +vn 0.29688018 0.90854324 -0.29395807 +vn 0.29395807 0.90854324 0.29688018 +vn -0.29688018 0.90854324 0.29395807 +vn -8.1074547e-3 0.97895476 -0.20391627 +vn 0.22953932 0.97327888 -6.3186496e-3 +vn -0.22953932 0.97327888 6.3186496e-3 +vn 6.3186496e-3 0.97327888 0.22953932 +vn 8.2003224e-2 0.97327888 -0.21448472 +vn 0.20964864 0.97327888 -9.3678567e-2 +vn -0.19070606 0.97872754 -7.5654438e-2 +vn 9.3678567e-2 0.97327888 0.20964864 +vn -5.0069042e-2 0.99310132 -0.10603235 +vn 0.21448472 0.97327888 8.2003224e-2 +vn -0.20964864 0.97327888 9.3678567e-2 +vn -8.2003224e-2 0.97327888 0.21448472 +vn 0.15784085 0.97327888 -0.16677677 +vn -8.4308713e-2 0.99296049 -8.3195606e-2 +vn 0.16677677 0.97327888 0.15784085 +vn -0.15784085 0.97327888 0.16677677 +vn 0.79895752 0.60135103 -6.6198376e-3 +vn 6.6198376e-3 0.60135103 0.79895752 +vn -0.79895752 0.60135103 6.6198376e-3 +vn -6.6198376e-3 0.60135103 -0.79895752 +vn 0.56962921 0.60135103 0.56026735 +vn -0.56026735 0.60135103 0.56962921 +vn -0.56962921 0.60135103 -0.56026735 +vn 0.56026735 0.60135103 -0.56962921 +vn 5.7174569e-3 0.96866739 0.24829579 +vn -0.24829579 0.96866739 5.7174569e-3 +vn 0.24829579 0.96866739 -5.7174569e-3 +vn -5.7174569e-3 0.96866739 -0.24829579 +vn -8.9736445e-2 0.96866739 0.23158338 +vn -0.22720742 0.96866739 0.10030093 +vn 0.23158338 0.96866739 8.9736445e-2 +vn -0.10030093 0.96866739 -0.22720742 +vn 0.10030093 0.96866739 0.22720742 +vn -0.23158338 0.96866739 -8.9736445e-2 +vn 0.22720742 0.96866739 -0.10030093 +vn 8.9736445e-2 0.96866739 -0.23158338 +vn -0.17961449 0.96866739 -0.17152879 +vn -0.17152879 0.96866739 0.17961449 +vn 0.17961449 0.96866739 0.17152879 +vn 0.17152879 0.96866739 -0.17961449 +vn 1.5796359e-3 0.99277346 -0.11999317 +vn 1.0084382e-2 0.70623748 0.70790319 +vn 0.11999317 0.99277346 1.5796359e-3 +vn -0.70790319 0.70623748 1.0084382e-2 +vn -0.11999317 0.99277346 -1.5796359e-3 +vn 0.70790319 0.70623748 -1.0084382e-2 +vn -1.5796359e-3 0.99277346 0.11999317 +vn -1.0084382e-2 0.70623748 -0.70790319 +vn 7.4163601e-2 0.97947923 -0.18740381 +vn -0.22598531 0.77650160 0.58819717 +vn 0.19137063 0.97879977 -7.2995195e-2 +vn -0.57670190 0.78050866 0.24129058 +vn -0.18740381 0.97947923 -7.4163601e-2 +vn 0.58819717 0.77650160 0.22598531 +vn 7.2995195e-2 0.97879977 0.19137063 +vn -0.24129058 0.78050866 -0.57670190 +vn -7.2995195e-2 0.97879977 -0.19137063 +vn 0.24129058 0.78050866 0.57670190 +vn 0.18740381 0.97947923 7.4163601e-2 +vn -0.58819717 0.77650160 -0.22598531 +vn -0.19137063 0.97879977 7.2995195e-2 +vn 0.57670190 0.78050866 -0.24129058 +vn -7.4163601e-2 0.97947923 0.18740381 +vn 0.22598531 0.77650160 -0.58819717 +vn 0.17246127 0.96957740 0.17371465 +vn -0.40731225 0.82336303 -0.39518357 +vn 0.17371465 0.96957740 -0.17246127 +vn -0.39518357 0.82336303 0.40731225 +vn -0.17246127 0.96957740 -0.17371465 +vn 0.40731225 0.82336303 0.39518357 +vn -0.17371465 0.96957740 0.17246127 +vn 0.39518357 0.82336303 -0.40731225 +vn -2.0129696e-2 0.71958886 -0.69410854 +vn 0.69825657 0.71578268 -9.6398536e-3 +vn -0.69825657 0.71578268 9.6398536e-3 +vn 9.6398536e-3 0.71578268 0.69825657 +vn 0.25830516 0.71578268 -0.64879396 +vn 0.64141594 0.71578268 -0.27611728 +vn -0.64532503 0.71513674 -0.26857969 +vn 0.27611728 0.71578268 0.64141594 +vn -0.28141172 0.72625051 -0.62719028 +vn 0.64879396 0.71578268 0.25830516 +vn -0.64141594 0.71578268 0.27611728 +vn -0.25830516 0.71578268 0.64879396 +vn 0.48692555 0.71578268 -0.50055836 +vn -0.48850682 0.72181441 -0.49024997 +vn 0.50055836 0.71578268 0.48692555 +vn -0.48692555 0.71578268 0.50055836 +vn -0.77926083 -0.62669974 0.0000000e+0 +vn 0.0000000e+0 -0.62669974 0.77926083 +vn 0.77926083 -0.62669974 0.0000000e+0 +vn 0.0000000e+0 -0.62669974 -0.77926083 +vn -0.54773801 -0.63242877 0.54773801 +vn 0.54773801 -0.63242877 0.54773801 +vn 0.54773801 -0.63242877 -0.54773801 +vn -0.54773801 -0.63242877 -0.54773801 +vn 0.0000000e+0 -1.00000000 0.0000000e+0 +vn -0.48584061 -0.72657953 0.48584061 +vn 0.48584061 -0.72657953 0.48584061 +vn 0.48584061 -0.72657953 -0.48584061 +vn -0.48584061 -0.72657953 -0.48584061 +vn 0.0000000e+0 -0.50127822 0.86528616 +vn 0.86528616 -0.50127822 0.0000000e+0 +vn 0.0000000e+0 -0.50127822 -0.86528616 +vn -0.86528616 -0.50127822 0.0000000e+0 +vn -2.4477241e-17 1.00000000 2.0980492e-17 +vn 0.46714557 0.74339903 -0.47867829 +vn 0.47867829 0.74339903 0.46714557 +vn -0.46714557 0.74339903 0.47867829 +vn -0.47867829 0.74339903 -0.46714557 +vn 0.27759534 0.96069213 -3.3848058e-3 +vn 0.66879846 0.74339903 -8.1548662e-3 +vn 3.3848058e-3 0.96069213 0.27759534 +vn 8.1548662e-3 0.74339903 0.66879846 +vn -0.27759534 0.96069213 3.3848058e-3 +vn -0.66879846 0.74339903 8.1548662e-3 +vn -3.3848058e-3 0.96069213 -0.27759534 +vn -8.1548662e-3 0.74339903 -0.66879846 +vn 0.22863422 0.94490206 -0.23427866 +vn 0.23427866 0.94490206 0.22863422 +vn -0.23427866 0.94490206 -0.22863422 +vn -0.22863422 0.94490206 0.23427866 +vn 0.36219149 0.85503071 -0.37113314 +vn 0.37113314 0.85503071 0.36219149 +vn -0.36219149 0.85503071 0.37113314 +vn -0.37113314 0.85503071 -0.36219149 +vn 0.47275560 0.88117474 -5.7644550e-3 +vn 0.52033718 0.85393733 -6.3446319e-3 +vn 5.7644550e-3 0.88117474 0.47275560 +vn 6.3446319e-3 0.85393733 0.52033718 +vn -0.47275560 0.88117474 5.7644550e-3 +vn -0.52033718 0.85393733 6.3446319e-3 +vn -5.7644550e-3 0.88117474 -0.47275560 +vn -6.3446319e-3 0.85393733 -0.52033718 +vn 0.32989920 0.88141535 -0.33804363 +vn 0.33804363 0.88141535 0.32989920 +vn -0.33804363 0.88141535 -0.32989920 +vn -0.32989920 0.88141535 0.33804363 +vn -0.35318112 -0.86481749 0.35686665 +vn -0.15107916 -0.89719929 0.41498014 +vn -0.41481231 -0.89736382 0.15056204 +vn 0.41450493 -0.89752286 0.15046055 +vn -0.35392720 -0.86613509 -0.35291009 +vn -0.15036950 -0.89828165 -0.41289115 +vn 6.1216160e-2 0.99604914 -6.4332673e-2 +vn -3.2605581e-3 0.99998914 3.3294512e-3 +vn 0.15104803 -0.89725324 0.41487481 +vn -0.41497529 -0.89731686 -0.15039270 +vn 0.35279646 -0.86507668 0.35661884 +vn 0.41474920 -0.89739792 -0.15053265 +vn -3.2625903e-3 0.99998937 -3.2577242e-3 +vn 0.15143706 -0.89700634 -0.41526671 +vn 0.35337178 -0.86445768 -0.35754903 +vn -2.5087223e-5 -0.69578838 0.71824684 +vn 0.71550816 -0.69860438 -5.1789206e-5 +vn -0.36313921 -0.93173489 -4.3111575e-6 +vn -1.8586615e-6 -0.93176553 0.36306060 +vn 0.36309845 -0.93175078 -4.3079054e-6 +vn 9.9269170e-5 -0.93180726 -0.36295346 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -2.2037079e-3 0.99604914 -8.8776431e-2 +vn 4.0286163e-3 -0.69879175 -0.71531382 +vn -8.8776431e-2 0.99604914 2.2037079e-3 +vn -0.71668941 -0.69739250 -5.2261496e-5 +vn -0.31502505 0.94908268 -1.1300726e-3 +vn 1.1300726e-3 0.94908268 -0.31502505 +vn 0.31502505 0.94908268 1.1300726e-3 +vn -1.1300726e-3 0.94908268 0.31502505 +vn -0.40642403 0.90927119 -8.9696214e-2 +vn -8.7077444e-2 0.90910863 -0.40735612 +vn 8.9696214e-2 0.90927119 -0.40642403 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.40735612 0.90910863 -8.7077444e-2 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 8.7077444e-2 0.90910863 0.40735612 +vn 0.40642403 0.90927119 8.9696214e-2 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.40735612 0.90910863 8.7077444e-2 +vn -8.9696214e-2 0.90927119 0.40642403 +vn 8.9281708e-2 0.99542246 3.4101331e-2 +vn 8.1175405e-2 0.99604914 -3.6009230e-2 +vn 0.69910637 0.15000186 0.69910637 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.69910637 0.15000186 -0.69910637 +vn -3.4833768e-18 -1.0753810e-2 0.99994218 +vn -0.99994218 -1.0753810e-2 3.4833768e-18 +vn 0.99994218 -1.0753810e-2 3.4833768e-18 +vn 0.0000000e+0 -1.0753810e-2 -0.99994218 +vn -0.35716644 2.9216370e-2 0.93358371 +vn 0.30553961 0.51697297 -0.79961521 +vn 0.79840451 0.51855765 -0.30601995 +vn -0.93358371 2.9216370e-2 0.35716644 +vn 0.93358371 2.9216370e-2 0.35716644 +vn 0.30601995 0.51855765 0.79840451 +vn -0.35716644 2.9216370e-2 -0.93358371 +vn 0.35716644 2.9216370e-2 0.93358371 +vn -0.30601995 0.51855765 -0.79840451 +vn 0.79961521 0.51697297 0.30553961 +vn -0.93358371 2.9216370e-2 -0.35716644 +vn 0.93358371 2.9216370e-2 -0.35716644 +vn -0.30553961 0.51697297 0.79961521 +vn 0.35716644 2.9216370e-2 -0.93358371 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -1.9088703e-2 0.85870534 -0.51211401 +vn -3.8483983e-4 0.54403493 -0.83906248 +vn 0.53894018 0.84225562 -1.2204540e-2 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.53894018 0.84225562 1.2204540e-2 +vn -0.83906248 0.54403493 3.8483983e-4 +vn 1.2204540e-2 0.84225562 0.53894018 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.19496795 0.84225562 -0.50258628 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.49324533 0.84225562 -0.21751900 +vn -0.47867234 0.85628791 -0.19402012 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.21751900 0.84225562 0.49324533 +vn -0.17795066 0.90577465 -0.38458529 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.50258628 0.84225562 0.19496795 +vn -0.49324533 0.84225562 0.21751900 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.19496795 0.84225562 0.50258628 +vn 0.60810853 0.51109320 0.60744363 +vn 0.60744363 0.51109320 -0.60810853 +vn -0.60810853 0.51109320 -0.60744363 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.22231626 0.97421221 -3.8549374e-2 +vn 0.18737424 0.97326922 -0.13280785 +vn 0.12228786 0.97326922 -0.19440347 +vn -5.7660236e-2 0.99501460 -8.1371002e-2 +vn -0.13578212 0.98664986 -8.9918092e-2 +vn -3.9441555e-2 0.98693167 -0.15623777 +vn 0.22393459 0.97326922 -5.0993437e-2 +vn 3.7245772e-2 0.97427276 -0.22227312 +vn -3.8584264e-2 0.97326922 0.22640292 +vn 5.0993437e-2 0.97326922 0.22393459 +vn 0.13280785 0.97326922 0.18737424 +vn 0.19440347 0.97326922 0.12228786 +vn -0.22393459 0.97326922 5.0993437e-2 +vn -0.18737424 0.97326922 0.13280785 +vn -0.12228786 0.97326922 0.19440347 +vn 0.22640292 0.97326922 3.8584264e-2 +vn 0.74140733 0.60014911 0.30022693 +vn -0.30022693 0.60014911 0.74140733 +vn -0.74140733 0.60014911 -0.30022693 +vn 0.30022693 0.60014911 -0.74140733 +vn 0.31196166 0.60014911 0.73654665 +vn -0.73654665 0.60014911 0.31196166 +vn -0.31196166 0.60014911 -0.73654665 +vn 0.73654665 0.60014911 -0.31196166 +vn 0.52959809 0.65254566 -0.54195020 +vn 0.54195020 0.65254566 0.52959809 +vn -0.52959809 0.65254566 0.54195020 +vn -0.54195020 0.65254566 -0.52959809 +vn 0.57692485 0.57953445 0.57558452 +vn -0.57558452 0.57953445 0.57692485 +vn -0.57692485 0.57953445 -0.57558452 +vn 0.57558452 0.57953445 -0.57692485 +vn -0.69910637 0.15000186 0.69910637 +vn 3.2524120e-3 0.99998919 3.3231177e-3 +vn -0.69910637 0.15000186 -0.69910637 +vn 3.2671103e-3 0.99998907 -3.3432478e-3 +vn -2.4342356e-6 0.99953021 3.0648940e-2 +vn -3.1314143e-2 0.99950959 -4.4803302e-6 +vn 3.0665844e-2 0.99952969 -4.2300473e-6 +vn 3.6591067e-4 0.99957047 -2.9304127e-2 +vn -2.7504142e-3 0.99992011 1.2337634e-2 +vn -1.1311633e-2 0.99993304 2.4436914e-3 +vn 1.1151727e-2 0.99993492 2.4083573e-3 +vn -2.4417164e-3 0.99993661 -1.0991336e-2 +vn 2.7408229e-3 0.99992063 1.2297208e-2 +vn -1.1387780e-2 0.99993213 -2.4613033e-3 +vn 1.1225512e-2 0.99993405 -2.4254222e-3 +vn 2.8482437e-3 0.99991445 -1.2766695e-2 +vn 2.1316742e-3 0.99543235 9.5445716e-2 +vn -0.41254554 0.91090279 7.8925121e-3 +vn 8.8776431e-2 0.99604914 -2.2037079e-3 +vn -7.8925121e-3 0.91090279 -0.41254554 +vn -3.1937309e-2 0.99604914 8.2862050e-2 +vn -8.1175405e-2 0.99604914 3.6009230e-2 +vn 0.36872186 0.91843549 0.14324959 +vn -3.6009230e-2 0.99604914 -8.1175405e-2 +vn 4.7573967e-2 0.99305702 0.10758474 +vn -8.2862050e-2 0.99604914 -3.1937309e-2 +vn 0.36193528 0.91889596 -0.15694922 +vn 3.1937309e-2 0.99604914 -8.2862050e-2 +vn -6.4332673e-2 0.99604914 -6.1216160e-2 +vn -6.1216160e-2 0.99604914 6.4332673e-2 +vn 8.5560778e-2 0.99304480 8.0878797e-2 +vn 0.26465691 0.92425646 -0.27514854 +vn 0.14272000 0.96865614 0.20331326 +vn 4.2845905e-2 0.96865614 -0.24468246 +vn -0.20966070 0.96865614 -0.13322038 +vn -0.14272000 0.96865614 -0.20331326 +vn -4.2845905e-2 0.96865614 0.24468246 +vn -5.4051471e-2 0.96865614 -0.24245354 +vn 0.24245354 0.96865614 -5.4051471e-2 +vn -0.20331326 0.96865614 0.14272000 +vn -0.24468246 0.96865614 -4.2845905e-2 +vn -0.24245354 0.96865614 5.4051471e-2 +vn 5.4051471e-2 0.96865614 0.24245354 +vn 0.24468246 0.96865614 4.2845905e-2 +vn 0.13322038 0.96865614 -0.20966070 +vn 0.20331326 0.96865614 -0.14272000 +vn -0.13322038 0.96865614 0.20966070 +vn 0.20966070 0.96865614 0.13322038 +vn 0.81494719 0.57953445 -9.4775515e-4 +vn 9.4775515e-4 0.57953445 0.81494719 +vn -0.81494719 0.57953445 9.4775515e-4 +vn -9.4775515e-4 0.57953445 -0.81494719 +vn -0.16861705 0.97085490 -0.17032046 +vn 0.17032046 0.97085490 -0.16861705 +vn 0.16861705 0.97085490 0.17032046 +vn -0.17032046 0.97085490 0.16861705 +vn 0.77037516 0.63758644 -2.3761436e-3 +vn -0.77037516 0.63758644 2.3761436e-3 +vn 0.71082453 0.63758644 -0.29700508 +vn 0.29700508 0.63758644 0.71082453 +vn -0.32343292 0.56951518 -0.75567427 +vn -0.29261454 0.63758644 0.71264315 +vn 6.7169724e-3 0.66388727 0.74780250 +vn 0.74780250 0.66388727 -6.7169724e-3 +vn 0.58744042 0.77826273 0.22185779 +vn -0.58744042 0.77826273 -0.22185779 +vn 0.57528493 0.78485593 -0.23032242 +vn -0.37232366 0.84669250 0.38011432 +vn 0.38011432 0.84669250 0.37232366 +vn 0.37245835 0.84225562 -0.38971817 +vn -0.30413832 0.90360821 -0.30164894 +vn 0.38971817 0.84225562 0.37245835 +vn -0.37245835 0.84225562 0.38971817 +vn 7.8925121e-3 0.91090279 0.41254554 +vn 0.83906248 0.54403493 -3.8483983e-4 +vn -0.74780250 0.66388727 6.7169724e-3 +vn 0.41254554 0.91090279 -7.8925121e-3 +vn 3.8483983e-4 0.54403493 0.83906248 +vn -6.7169724e-3 0.66388727 -0.74780250 +vn -0.22185779 0.77826273 0.58744042 +vn -0.14324959 0.91843549 0.36872186 +vn -0.57528493 0.78485593 0.23032242 +vn -0.36193528 0.91889596 0.15694922 +vn -0.79961521 0.51697297 -0.30553961 +vn -0.23032242 0.78485593 -0.57528493 +vn -0.15694922 0.91889596 -0.36193528 +vn 0.23032242 0.78485593 0.57528493 +vn 0.15694922 0.91889596 0.36193528 +vn -0.36872186 0.91843549 -0.14324959 +vn -0.79840451 0.51855765 0.30601995 +vn 0.22185779 0.77826273 -0.58744042 +vn 0.14324959 0.91843549 -0.36872186 +vn -0.38011432 0.84669250 -0.37232366 +vn -0.27514854 0.92425646 -0.26465691 +vn -0.26465691 0.92425646 0.27514854 +vn 0.27514854 0.92425646 0.26465691 +vn -0.60744363 0.51109320 0.60810853 +vn 0.37232366 0.84669250 -0.38011432 +vn -0.11799769 0.72854252 0.67476095 +vn -2.6014873e-2 0.98852832 -0.14877829 +vn 0.11799769 0.72854252 -0.67476095 +vn -0.31433377 0.81179888 0.49211468 +vn 2.6014873e-2 0.98852832 0.14877829 +vn 2.8201667e-2 0.98912259 -0.14436468 +vn 0.48015718 0.81379520 -0.32739342 +vn -0.49211468 0.81179888 -0.31433377 +vn 0.13648558 0.73230162 0.66716266 +vn 0.12875258 0.97170396 -0.19802573 +vn 0.31433377 0.81179888 -0.49211468 +vn -0.67476095 0.72854252 -0.11799769 +vn 0.14877829 0.98852832 -2.6014873e-2 +vn 0.67476095 0.72854252 0.11799769 +vn -0.32739342 0.81379520 -0.48015718 +vn -0.19802573 0.97170396 -0.12875258 +vn -0.12875258 0.97170396 0.19802573 +vn -0.14877829 0.98852832 2.6014873e-2 +vn -0.48015718 0.81379520 0.32739342 +vn -0.20000981 0.97143765 0.12769092 +vn 0.12769092 0.97143765 0.20000981 +vn 0.14436468 0.98912259 2.8201667e-2 +vn -0.14436468 0.98912259 -2.8201667e-2 +vn -0.12769092 0.97143765 -0.20000981 +vn 0.20000981 0.97143765 -0.12769092 +vn 0.49211468 0.81179888 0.31433377 +vn -2.8201667e-2 0.98912259 0.14436468 +vn 0.66716266 0.73230162 -0.13648558 +vn 0.32739342 0.81379520 0.48015718 +vn -0.13648558 0.73230162 -0.66716266 +vn -0.66716266 0.73230162 0.13648558 +vn 0.19802573 0.97170396 0.12875258 +vn 2.0630774e-3 0.88824286 -0.45936953 +vn -1.0042422e-2 0.62226441 -0.78274271 +vn 0.45936953 0.88824286 2.0630774e-3 +vn -0.45936953 0.88824286 -2.0630774e-3 +vn -2.0630774e-3 0.88824286 0.45936953 +vn 2.3761436e-3 0.63758644 0.77037516 +vn 0.24712890 0.86849327 -0.42970541 +vn 0.29261454 0.63758644 -0.71264315 +vn 0.43246431 0.86879712 -0.24117665 +vn -0.42970541 0.86849327 -0.24712890 +vn -0.72344400 0.61916202 -0.30539675 +vn 0.24117665 0.86879712 0.43246431 +vn -0.24117665 0.86879712 -0.43246431 +vn 0.42970541 0.86849327 0.24712890 +vn 0.71264315 0.63758644 0.29261454 +vn -0.43246431 0.86879712 0.24117665 +vn -0.71082453 0.63758644 0.29700508 +vn -0.24712890 0.86849327 0.42970541 +vn 0.54305731 0.63758644 -0.54641768 +vn -0.57945304 0.56663764 -0.58579515 +vn 0.54641768 0.63758644 0.54305731 +vn -0.54305731 0.63758644 0.54641768 +vn -0.68301920 0.71571699 0.14571881 +vn -0.37992874 0.71571699 0.58600627 +vn 0.58600627 0.71571699 0.37992874 +vn 0.68679163 0.71571699 0.12675350 +vn -0.38981063 0.72590313 -0.56666773 +vn -0.57616441 0.71678938 -0.39274363 +vn 0.68301920 0.71571699 -0.14571881 +vn 0.14571881 0.71571699 0.68301920 +vn 0.37992874 0.71571699 -0.58600627 +vn 0.39600676 0.71571699 0.57526328 +vn -0.15953502 0.72345947 -0.67168071 +vn 0.12401869 0.71659119 -0.68637922 +vn -0.68653050 0.71547700 -0.12949334 +vn -0.12675350 0.71571699 0.68679163 +vn 0.57526328 0.71571699 -0.39600676 +vn -0.57526328 0.71571699 0.39600676 +vn -0.70954666 -0.62814566 0.31933770 +vn 0.31933770 -0.62814566 0.70954666 +vn 0.70954666 -0.62814566 -0.31933770 +vn -0.31933770 -0.62814566 -0.70954666 +vn -0.31933770 -0.62814566 0.70954666 +vn 0.70954666 -0.62814566 0.31933770 +vn 0.31933770 -0.62814566 -0.70954666 +vn -0.70954666 -0.62814566 -0.31933770 +vn -0.67429300 -0.30109453 -0.67429300 +vn -0.67429300 -0.30109453 0.67429300 +vn 0.67429300 -0.30109453 0.67429300 +vn 0.67429300 -0.30109453 -0.67429300 +vn -0.25000804 -0.93539052 0.25008108 +vn 0.24998910 -0.93539985 0.25006514 +vn 0.25002629 -0.93537806 -0.25010945 +vn -0.24999699 -0.93543380 -0.24993022 +vn -0.10446157 -0.98902758 0.10446157 +vn 0.10446157 -0.98902758 0.10446157 +vn 0.10446157 -0.98902758 -0.10446157 +vn -0.10446157 -0.98902758 -0.10446157 +vn 0.0000000e+0 -0.27096835 0.96258826 +vn 0.26604464 -0.67251095 0.69061514 +vn -0.26604464 -0.67251095 0.69061514 +vn 0.96258826 -0.27096835 0.0000000e+0 +vn 0.69061514 -0.67251095 -0.26604464 +vn 0.69061514 -0.67251095 0.26604464 +vn 0.0000000e+0 -0.27096835 -0.96258826 +vn -0.26604464 -0.67251095 -0.69061514 +vn 0.26604464 -0.67251095 -0.69061514 +vn -0.96258826 -0.27096835 0.0000000e+0 +vn -0.69061514 -0.67251095 0.26604464 +vn -0.69061514 -0.67251095 -0.26604464 +vn -6.9179741e-3 0.82344203 -0.56735823 +vn 0.56735823 0.82344203 -6.9179741e-3 +vn 6.9179741e-3 0.82344203 0.56735823 +vn -0.56735823 0.82344203 6.9179741e-3 +vn 0.39582565 0.82390085 -0.40559765 +vn 0.40559765 0.82390085 0.39582565 +vn -0.39582565 0.82390085 0.40559765 +vn -0.40559765 0.82390085 -0.39582565 +vn 0.15170668 0.98842383 -1.8498064e-3 +vn 0.75769907 0.65254566 -8.7342592e-3 +vn 1.8498064e-3 0.98842383 0.15170668 +vn 8.7342592e-3 0.65254566 0.75769907 +vn -0.15170668 0.98842383 1.8498064e-3 +vn -0.75769907 0.65254566 8.7342592e-3 +vn -1.8498064e-3 0.98842383 -0.15170668 +vn -8.7342592e-3 0.65254566 -0.75769907 +vn 0.62208390 0.74235671 0.24883356 +vn -0.24883356 0.74235671 0.62208390 +vn 0.24883356 0.74235671 -0.62208390 +vn 0.25931369 0.95544573 -0.14099597 +vn 0.13463121 0.95544573 -0.26267450 +vn 0.14099597 0.95544573 0.25931369 +vn 0.26267450 0.95544573 0.13463121 +vn -0.61583164 0.74235671 0.26392785 +vn -0.14099597 0.95544573 -0.25931369 +vn -0.26267450 0.95544573 -0.13463121 +vn -0.26392785 0.74235671 -0.61583164 +vn 0.61583164 0.74235671 -0.26392785 +vn -0.62208390 0.74235671 -0.24883356 +vn -0.25931369 0.95544573 0.14099597 +vn -0.13463121 0.95544573 0.26267450 +vn 0.26392785 0.74235671 0.61583164 +vn 0.34999204 0.86538332 -0.35863252 +vn 0.35863252 0.86538332 0.34999204 +vn -0.34999204 0.86538332 0.35863252 +vn -0.35863252 0.86538332 -0.34999204 +vn 0.39788574 0.91742215 -4.8515437e-3 +vn 0.50283027 0.86436342 -6.1311648e-3 +vn 4.8515437e-3 0.91742215 0.39788574 +vn 6.1311648e-3 0.86436342 0.50283027 +vn -0.39788574 0.91742215 4.8515437e-3 +vn -0.50283027 0.86436342 6.1311648e-3 +vn -4.8515437e-3 0.91742215 -0.39788574 +vn -6.1311648e-3 0.86436342 -0.50283027 +vn 0.28221467 0.91472877 -0.28918188 +vn 0.28918188 0.91472877 0.28221467 +vn -0.28918188 0.91472877 -0.28221467 +vn -0.28221467 0.91472877 0.28918188 +vn 0.20517901 0.85376109 0.47853273 +vn -0.43498285 0.88067667 0.18761269 +vn 0.18761269 0.88067667 0.43498285 +vn 0.43942808 0.88067667 0.17695073 +vn -0.18761269 0.88067667 -0.43498285 +vn -0.20517901 0.85376109 -0.47853273 +vn -0.48339333 0.85376109 -0.19344995 +vn 0.17695073 0.88067667 -0.43942808 +vn 0.48339333 0.85376109 0.19344995 +vn -0.19344995 0.85376109 0.48339333 +vn 0.43498285 0.88067667 -0.18761269 +vn 0.47853273 0.85376109 -0.20517901 +vn -0.47853273 0.85376109 0.20517901 +vn -0.43942808 0.88067667 -0.17695073 +vn -0.17695073 0.88067667 0.43942808 +vn 0.19344995 0.85376109 -0.48339333 +vn -0.15481250 -0.76233836 0.62838947 +vn -2.4035970e-3 0.99997905 6.0099082e-3 +vn 2.6517086e-3 0.99971590 2.3687309e-2 +vn 0.15475865 -0.76258885 0.62809873 +vn 0.61768822 -0.77187289 0.15057721 +vn 5.6295728e-3 0.99998142 2.3375549e-3 +vn 2.2931992e-2 0.99973456 -2.2225598e-3 +vn 0.61832405 -0.77134122 -0.15069205 +vn -0.14576460 -0.93298902 0.32906560 +vn 0.32899480 -0.93302486 0.14569500 +vn 0.14579964 -0.93297190 -0.32909863 +vn -0.32905205 -0.93300499 -0.14569297 +vn -2.1527404e-3 0.99977541 -2.1083250e-2 +vn -0.15201341 -0.77239282 -0.61668571 +vn 0.15627584 -0.75953668 -0.63141262 +vn 2.4220513e-3 0.99997845 -6.1012732e-3 +vn -2.3287904e-2 0.99972623 2.2676789e-3 +vn -0.61921542 -0.77058289 0.15091148 +vn -0.61993271 -0.77007231 -0.15057246 +vn -5.6980184e-3 0.99998102 -2.3418436e-3 +vn -0.45716455 0.88443193 -9.3705563e-2 +vn -0.36225780 0.85638202 -0.36793901 +vn -8.8952632e-2 0.88477111 -0.45745765 +vn -6.7070882e-2 0.95939971 -0.27395931 +vn 9.3705563e-2 0.88443193 -0.45716455 +vn 0.36793901 0.85638202 -0.36225780 +vn 0.45745765 0.88477111 -8.8952632e-2 +vn 0.27395931 0.95939971 -6.7070882e-2 +vn 0.36225780 0.85638202 0.36793901 +vn 8.8952632e-2 0.88477111 0.45745765 +vn 6.7070882e-2 0.95939971 0.27395931 +vn 0.45716455 0.88443193 9.3705563e-2 +vn -0.36793901 0.85638202 0.36225780 +vn -0.45745765 0.88477111 8.8952632e-2 +vn -0.27395931 0.95939971 6.7070882e-2 +vn -9.3705563e-2 0.88443193 0.45716455 +vn -2.6612858e-3 0.99971465 2.3739020e-2 +vn 2.3998048e-3 0.99997915 5.9948668e-3 +vn 2.2837458e-2 0.99973676 2.2062269e-3 +vn 5.6613803e-3 0.99998122 -2.3456490e-3 +vn -2.3419844e-3 0.99998123 -5.6619554e-3 +vn 2.8535572e-3 0.99970022 -2.4317148e-2 +vn -5.6687738e-3 0.99998118 2.3458405e-3 +vn -2.3386986e-2 0.99972388 -2.2847350e-3 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 7.0473972e-2 0.99251248 9.9761739e-2 +vn -8.6657509e-2 0.99604766 1.9481601e-2 +vn 9.0428262e-2 0.99428990 5.6659739e-2 +vn -1.5418225e-2 0.99594733 8.8606979e-2 +vn -7.2605813e-2 0.99604766 5.1161046e-2 +vn -5.1161046e-2 0.99604766 -7.2605813e-2 +vn 2.3048376e-2 0.99430669 0.10403354 +vn -4.7500540e-2 0.99604766 7.5051685e-2 +vn 8.6657509e-2 0.99604766 -1.9481601e-2 +vn -8.7516385e-2 0.99604766 -1.5163741e-2 +vn -1.9481601e-2 0.99604766 -8.6657509e-2 +vn 4.7500540e-2 0.99604766 -7.5051685e-2 +vn 8.8655891e-2 0.99594498 1.5288460e-2 +vn -7.5051685e-2 0.99604766 -4.7500540e-2 +vn 1.5163741e-2 0.99604766 -8.7516385e-2 +vn 7.2605813e-2 0.99604766 -5.1161046e-2 +vn 0.70427646 0.65137206 0.28232802 +vn -0.28232802 0.65137206 0.70427646 +vn -0.70427646 0.65137206 -0.28232802 +vn 0.28232802 0.65137206 -0.70427646 +vn -0.27224909 0.95975269 -6.8957959e-2 +vn 6.8957959e-2 0.95975269 -0.27224909 +vn 0.27224909 0.95975269 6.8957959e-2 +vn -6.8957959e-2 0.95975269 0.27224909 +vn -0.83946779 0.10549816 -0.53307032 +vn -0.46533600 0.51045192 -0.72311910 +vn -0.53307032 0.10549816 -0.83946779 +vn -0.14762467 0.53458401 0.83212192 +vn 0.72407598 0.50954256 0.46484444 +vn -0.83946779 0.10549816 0.53307032 +vn 0.46533600 0.51045192 0.72311910 +vn 0.14762467 0.53458401 -0.83212192 +vn 0.14826837 0.53581310 0.83121647 +vn -0.17839078 -6.6203067e-3 -0.98393745 +vn -0.53307032 0.10549816 0.83946779 +vn 0.53307032 0.10549816 0.83946779 +vn -0.83121647 0.53581310 0.14826837 +vn 0.53307032 0.10549816 -0.83946779 +vn -0.98393745 -6.6203067e-3 0.17839078 +vn 0.83946779 0.10549816 -0.53307032 +vn 0.72311910 0.51045192 -0.46533600 +vn 0.83212192 0.53458401 0.14762467 +vn 0.98393745 -6.6203067e-3 0.17839078 +vn 0.83121647 0.53581310 -0.14826837 +vn -0.14826837 0.53581310 -0.83121647 +vn -0.83212192 0.53458401 -0.14762467 +vn -0.46484444 0.50954256 0.72407598 +vn 0.17839078 -6.6203067e-3 -0.98393745 +vn 0.83946779 0.10549816 0.53307032 +vn -0.98393745 -6.6203067e-3 -0.17839078 +vn 0.98393745 -6.6203067e-3 -0.17839078 +vn -0.72311910 0.51045192 0.46533600 +vn -0.17839078 -6.6203067e-3 0.98393745 +vn 0.17839078 -6.6203067e-3 0.98393745 +vn 0.46484444 0.50954256 -0.72407598 +vn -0.72407598 0.50954256 -0.46484444 +vn -0.31176746 0.57832951 0.75388065 +vn -0.75352701 0.57832951 0.31262123 +vn -0.31262123 0.57832951 -0.75352701 +vn 0.31262123 0.57832951 0.75352701 +vn 0.31176746 0.57832951 -0.75388065 +vn 0.75388065 0.57832951 0.31176746 +vn 0.75352701 0.57832951 -0.31262123 +vn -0.75388065 0.57832951 -0.31176746 +vn -8.6049455e-2 0.91353759 -0.39754819 +vn 0.20747118 0.92270010 -0.32493112 +vn 0.44137922 0.84220954 -0.30962473 +vn 0.28929297 0.84220954 -0.45496446 +vn 0.32493112 0.92270010 0.20747118 +vn -0.23346241 0.91351129 -0.33315527 +vn -0.39446688 0.87994425 -0.26475270 +vn 8.6049455e-2 0.91353759 0.39754819 +vn -0.52626948 0.84220954 0.11714744 +vn -9.3164491e-2 0.84220954 0.53103998 +vn -0.20747118 0.92270010 0.32493112 +vn -0.52713047 0.84451885 -9.4453023e-2 +vn 9.0559247e-2 0.84512775 -0.52683783 +vn 0.21953068 0.92297631 0.31610286 +vn 0.39754819 0.91353759 -8.6049455e-2 +vn 0.40137104 0.91316708 7.0902580e-2 +vn -0.39754819 0.91353759 8.6049455e-2 +vn 0.30962473 0.84220954 0.44137922 +vn 0.45496446 0.84220954 0.28929297 +vn -0.31610286 0.92297631 0.21953068 +vn 0.11714744 0.84220954 0.52626948 +vn -7.0902580e-2 0.91316708 0.40137104 +vn 7.0902580e-2 0.91316708 -0.40137104 +vn -0.11298925 0.88341362 -0.45476786 +vn 0.31610286 0.92297631 -0.21953068 +vn 0.52626948 0.84220954 -0.11714744 +vn -0.40137104 0.91316708 -7.0902580e-2 +vn -0.21953068 0.92297631 -0.31610286 +vn -0.44137922 0.84220954 0.30962473 +vn -0.28929297 0.84220954 0.45496446 +vn 0.53103998 0.84220954 9.3164491e-2 +vn -0.32493112 0.92270010 -0.20747118 +vn -0.12054269 0.70123349 0.70266710 +vn 0.12054269 0.70123349 -0.70266710 +vn -0.29935208 0.83064676 0.46948300 +vn 0.45984226 0.83337601 -0.30664234 +vn -0.46948300 0.83064676 -0.29935208 +vn 0.13210241 0.70832636 0.69341382 +vn 0.29935208 0.83064676 -0.46948300 +vn -0.70266710 0.70123349 -0.12054269 +vn 0.70266710 0.70123349 0.12054269 +vn -0.30664234 0.83337601 -0.45984226 +vn -0.45984226 0.83337601 0.30664234 +vn 0.46948300 0.83064676 0.29935208 +vn 0.69341382 0.70832636 -0.13210241 +vn 0.30664234 0.83337601 0.45984226 +vn -0.13210241 0.70832636 -0.69341382 +vn -0.69341382 0.70832636 0.13210241 +vn -0.75516133 0.63751523 0.15266204 +vn -0.42603133 0.63751523 0.64192806 +vn 0.64192806 0.63751523 0.42603133 +vn 0.75609933 0.63751523 0.14794640 +vn -0.46307932 0.55828116 -0.68838920 +vn -0.66577550 0.59132935 -0.45505230 +vn 0.75516133 0.63751523 -0.15266204 +vn 0.15266204 0.63751523 0.75516133 +vn 0.42603133 0.63751523 -0.64192806 +vn 0.43002906 0.63751523 0.63925686 +vn -0.16993308 0.59582852 -0.78492746 +vn 0.14642904 0.63508699 -0.75843461 +vn -0.75832349 0.63428543 -0.15042431 +vn -0.14794640 0.63751523 0.75609933 +vn 0.63925686 0.63751523 -0.43002906 +vn -0.63925686 0.63751523 0.43002906 +vn -0.26064744 -0.96543405 0.0000000e+0 +vn 7.1574374e-18 -0.96543405 0.26064744 +vn 0.26064744 -0.96543405 0.0000000e+0 +vn -7.1574374e-18 -0.96543405 -0.26064744 +vn -0.32902992 -0.93301048 0.14570775 +vn 0.14575899 -0.93299526 0.32905039 +vn 0.32903022 -0.93301033 -0.14570807 +vn -0.14567186 -0.93309132 -0.32881651 +vn 0.39582248 -0.28602577 0.87264759 +vn -0.39582248 -0.28602577 0.87264759 +vn 0.87264759 -0.28602577 -0.39582248 +vn 0.87264759 -0.28602577 0.39582248 +vn -0.39582248 -0.28602577 -0.87264759 +vn 0.39582248 -0.28602577 -0.87264759 +vn -0.87264759 -0.28602577 0.39582248 +vn -0.87264759 -0.28602577 -0.39582248 +vn 0.14153538 0.97925184 -0.14502955 +vn 0.14502955 0.97925184 0.14153538 +vn -0.14153538 0.97925184 0.14502955 +vn -0.14502955 0.97925184 -0.14153538 +vn 0.69763472 0.65137206 -0.29836260 +vn 0.29836260 0.65137206 0.69763472 +vn -0.69763472 0.65137206 0.29836260 +vn -0.29836260 0.65137206 -0.69763472 +vn 0.46697919 0.86418971 0.18736751 +vn -0.18736751 0.86418971 0.46697919 +vn 0.18736751 0.86418971 -0.46697919 +vn -0.46227177 0.86418971 0.19869815 +vn -0.19869815 0.86418971 -0.46227177 +vn 0.46227177 0.86418971 -0.19869815 +vn -0.46697919 0.86418971 -0.18736751 +vn 0.19869815 0.86418971 0.46227177 +vn 0.22383145 0.82284087 0.52233360 +vn -0.36695427 0.91588079 0.16280952 +vn 0.16280952 0.91588079 0.36695427 +vn 0.37081495 0.91588079 0.15381367 +vn -0.16280952 0.91588079 -0.36695427 +vn -0.22383145 0.82284087 -0.52233360 +vn -0.52763598 0.82284087 -0.21102885 +vn 0.15381367 0.91588079 -0.37081495 +vn 0.52763598 0.82284087 0.21102885 +vn -0.21102885 0.82284087 0.52763598 +vn 0.36695427 0.91588079 -0.16280952 +vn 0.52233360 0.82284087 -0.22383145 +vn -0.52233360 0.82284087 0.22383145 +vn -0.37081495 0.91588079 -0.15381367 +vn -0.15381367 0.91588079 0.37081495 +vn 0.21102885 0.82284087 -0.52763598 +vn -0.31475098 -0.89329438 0.32086910 +vn -3.2402965e-3 0.99998917 3.3393533e-3 +vn -0.31475098 -0.89329438 0.32086910 +vn -3.2402965e-3 0.99998917 3.3393533e-3 +vn 0.31423437 -0.89358877 0.32055558 +vn 0.31423437 -0.89358877 0.32055558 +vn 3.2317110e-3 0.99998922 3.3336405e-3 +vn 3.2317110e-3 0.99998922 3.3336405e-3 +vn -0.31605731 -0.89484385 -0.31521781 +vn -0.31605731 -0.89484385 -0.31521781 +vn -3.2579461e-3 0.99998941 -3.2510856e-3 +vn -3.2579461e-3 0.99998941 -3.2510856e-3 +vn 0.31495991 -0.89287776 -0.32182226 +vn 0.31495991 -0.89287776 -0.32182226 +vn 3.2448879e-3 0.99998911 -3.3552542e-3 +vn 3.2448879e-3 0.99998911 -3.3552542e-3 +vn -3.3889782e-5 -0.63352389 0.77372313 +vn -2.3053913e-6 0.99952832 3.0710501e-2 +vn -3.3889782e-5 -0.63352389 0.77372313 +vn -2.3053913e-6 0.99952832 3.0710501e-2 +vn 0.76810517 -0.64032370 -6.7024366e-5 +vn 3.0785953e-2 0.99952600 -3.2740150e-6 +vn 0.76810517 -0.64032370 -6.7024366e-5 +vn 3.0785953e-2 0.99952600 -3.2740150e-6 +vn 4.6265656e-4 0.99956837 -2.9374622e-2 +vn 6.3553197e-3 -0.63857608 -0.76953246 +vn 6.3553197e-3 -0.63857608 -0.76953246 +vn 4.6265656e-4 0.99956837 -2.9374622e-2 +vn -3.1435999e-2 0.99950577 -3.5198549e-6 +vn -0.76980090 -0.63828409 -6.7860406e-5 +vn -0.76980090 -0.63828409 -6.7860406e-5 +vn -3.1435999e-2 0.99950577 -3.5198549e-6 +vn -9.7571219e-2 -0.66069279 0.74428818 +vn -2.1823334e-3 0.99991683 1.2710801e-2 +vn -2.1823334e-3 0.99991683 1.2710801e-2 +vn 2.1761389e-3 0.99991727 1.2677373e-2 +vn 9.7509467e-2 -0.66123217 0.74381713 +vn 2.1761389e-3 0.99991727 1.2677373e-2 +vn 0.71285337 -0.69577610 8.7952799e-2 +vn 1.1521751e-2 0.99993190 1.8560881e-3 +vn 1.1521751e-2 0.99993190 1.8560881e-3 +vn 1.1580589e-2 0.99993120 -1.8660775e-3 +vn 0.71385356 -0.69473425 -8.8076204e-2 +vn 1.1580589e-2 0.99993120 -1.8660775e-3 +vn -1.9184023e-3 0.99993396 -1.1330828e-2 +vn -9.4075743e-2 -0.69004733 -0.71762416 +vn -1.9184023e-3 0.99993396 -1.1330828e-2 +vn 9.8612619e-2 -0.65147706 -0.75223214 +vn 2.2715761e-3 0.99991069 -1.3170021e-2 +vn 2.2715761e-3 0.99991069 -1.3170021e-2 +vn -1.1690447e-2 0.99992988 1.8867594e-3 +vn -0.71633317 -0.69213827 8.8382141e-2 +vn -1.1690447e-2 0.99992988 1.8867594e-3 +vn -0.71733785 -0.69108109 -8.8506100e-2 +vn -1.1751335e-2 0.99992915 -1.8971434e-3 +vn -1.1751335e-2 0.99992915 -1.8971434e-3 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.69910458 0.15001859 0.69910458 +vn -0.69910458 0.15001859 0.69910458 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.69910458 0.15001859 0.69910458 +vn 0.69910458 0.15001859 0.69910458 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.69910458 0.15001859 -0.69910458 +vn -0.69910458 0.15001859 -0.69910458 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.69910458 0.15001859 -0.69910458 +vn 0.69910458 0.15001859 -0.69910458 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 -1.0754030e-2 0.99994217 +vn 0.0000000e+0 -1.0754030e-2 0.99994217 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.99994217 -1.0754030e-2 0.0000000e+0 +vn -0.99994217 -1.0754030e-2 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.99994217 -1.0754030e-2 0.0000000e+0 +vn 0.99994217 -1.0754030e-2 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 -1.0754030e-2 -0.99994217 +vn 0.0000000e+0 -1.0754030e-2 -0.99994217 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.35965271 2.9303790e-2 0.93262598 +vn -0.35965271 2.9303790e-2 0.93262598 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.93262598 2.9303790e-2 0.35965271 +vn -0.93262598 2.9303790e-2 0.35965271 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.93262598 2.9303790e-2 0.35965271 +vn 0.93262598 2.9303790e-2 0.35965271 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.35965271 2.9303790e-2 -0.93262598 +vn -0.35965271 2.9303790e-2 -0.93262598 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.35965271 2.9303790e-2 0.93262598 +vn 0.35965271 2.9303790e-2 0.93262598 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.93262598 2.9303790e-2 -0.35965271 +vn -0.93262598 2.9303790e-2 -0.35965271 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.93262598 2.9303790e-2 -0.35965271 +vn 0.93262598 2.9303790e-2 -0.35965271 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.35965271 2.9303790e-2 -0.93262598 +vn 0.35965271 2.9303790e-2 -0.93262598 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 0.47068125 -0.88230333 +vn 0.0000000e+0 0.47068125 -0.88230333 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.88230333 0.47068125 0.0000000e+0 +vn 0.88230333 0.47068125 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.88230333 0.47068125 0.0000000e+0 +vn -0.88230333 0.47068125 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 0.47068125 0.88230333 +vn 0.0000000e+0 0.47068125 0.88230333 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.32505782 0.41838510 -0.84811044 +vn 0.32505782 0.41838510 -0.84811044 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.84811044 0.41838510 -0.32505782 +vn 0.84811044 0.41838510 -0.32505782 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.84811044 0.41838510 -0.32505782 +vn -0.84811044 0.41838510 -0.32505782 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.32505782 0.41838510 0.84811044 +vn 0.32505782 0.41838510 0.84811044 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.32505782 0.41838510 -0.84811044 +vn -0.32505782 0.41838510 -0.84811044 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.84811044 0.41838510 0.32505782 +vn 0.84811044 0.41838510 0.32505782 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.84811044 0.41838510 0.32505782 +vn -0.84811044 0.41838510 0.32505782 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.32505782 0.41838510 0.84811044 +vn -0.32505782 0.41838510 0.84811044 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.65147448 0.38879558 0.65147448 +vn 0.65147448 0.38879558 0.65147448 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.65147448 0.38879558 -0.65147448 +vn 0.65147448 0.38879558 -0.65147448 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.65147448 0.38879558 -0.65147448 +vn -0.65147448 0.38879558 -0.65147448 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.65147448 0.38879558 0.65147448 +vn -0.65147448 0.38879558 0.65147448 +vn -3.2808196e-3 0.99998911 3.3195490e-3 +vn -3.2808196e-3 0.99998911 3.3195490e-3 +vn -0.69910817 0.14998512 0.69910817 +vn -0.69910817 0.14998512 0.69910817 +vn 3.2731129e-3 0.99998916 3.3125949e-3 +vn 3.2731129e-3 0.99998916 3.3125949e-3 +vn 0.69910817 0.14998512 0.69910817 +vn 0.69910817 0.14998512 0.69910817 +vn -3.2672344e-3 0.99998933 -3.2643629e-3 +vn -3.2672344e-3 0.99998933 -3.2643629e-3 +vn -0.69910817 0.14998512 -0.69910817 +vn -0.69910817 0.14998512 -0.69910817 +vn 3.2893327e-3 0.99998904 -3.3312414e-3 +vn 3.2893327e-3 0.99998904 -3.3312414e-3 +vn 0.69910817 0.14998512 -0.69910817 +vn 0.69910817 0.14998512 -0.69910817 +vn -2.5630801e-6 0.99953210 3.0587380e-2 +vn -2.5630801e-6 0.99953210 3.0587380e-2 +vn 0.0000000e+0 -1.0753590e-2 0.99994218 +vn 0.0000000e+0 -1.0753590e-2 0.99994218 +vn -3.1192286e-2 0.99951340 -5.4408071e-6 +vn -3.1192286e-2 0.99951340 -5.4408071e-6 +vn -0.99994218 -1.0753590e-2 0.0000000e+0 +vn -0.99994218 -1.0753590e-2 0.0000000e+0 +vn 3.0545735e-2 0.99953337 -5.1860812e-6 +vn 3.0545735e-2 0.99953337 -5.1860812e-6 +vn 0.99994218 -1.0753590e-2 0.0000000e+0 +vn 0.99994218 -1.0753590e-2 0.0000000e+0 +vn 2.6916464e-4 0.99957257 -2.9233632e-2 +vn 2.6916464e-4 0.99957257 -2.9233632e-2 +vn 0.0000000e+0 -1.0753590e-2 -0.99994218 +vn 0.0000000e+0 -1.0753590e-2 -0.99994218 +vn -3.3184941e-3 0.99992292 1.1964460e-2 +vn -3.3184941e-3 0.99992292 1.1964460e-2 +vn -0.35467846 2.9128771e-2 0.93453448 +vn -0.35467846 2.9128771e-2 0.93453448 +vn -1.0932814e-2 0.99993573 3.0006224e-3 +vn -1.0932814e-2 0.99993573 3.0006224e-3 +vn -0.93453448 2.9128771e-2 0.35467846 +vn -0.93453448 2.9128771e-2 0.35467846 +vn 1.0781698e-2 0.99993749 2.9606255e-3 +vn 1.0781698e-2 0.99993749 2.9606255e-3 +vn 0.93453448 2.9128771e-2 0.35467846 +vn 0.93453448 2.9128771e-2 0.35467846 +vn -2.9650297e-3 0.99993887 -1.0651839e-2 +vn -2.9650297e-3 0.99993887 -1.0651839e-2 +vn -0.35467846 2.9128771e-2 -0.93453448 +vn -0.35467846 2.9128771e-2 -0.93453448 +vn 3.3055059e-3 0.99992353 1.1917037e-2 +vn 3.3055059e-3 0.99992353 1.1917037e-2 +vn 0.35467846 2.9128771e-2 0.93453448 +vn 0.35467846 2.9128771e-2 0.93453448 +vn -1.1024220e-2 0.99993465 -3.0254622e-3 +vn -1.1024220e-2 0.99993465 -3.0254622e-3 +vn -0.93453448 2.9128771e-2 -0.35467846 +vn -0.93453448 2.9128771e-2 -0.35467846 +vn 1.0870430e-2 0.99993646 -2.9847660e-3 +vn 1.0870430e-2 0.99993646 -2.9847660e-3 +vn 0.93453448 2.9128771e-2 -0.35467846 +vn 0.93453448 2.9128771e-2 -0.35467846 +vn 3.4249102e-3 0.99991771 -1.2363363e-2 +vn 3.4249102e-3 0.99991771 -1.2363363e-2 +vn 0.35467846 2.9128771e-2 -0.93453448 +vn 0.35467846 2.9128771e-2 -0.93453448 +vn -0.23249136 0.97259765 -1.2594768e-3 +vn -0.23249136 0.97259765 -1.2594768e-3 +vn 0.81990244 0.57249668 2.7458301e-3 +vn 0.81990244 0.57249668 2.7458301e-3 +vn 1.2594768e-3 0.97259765 -0.23249136 +vn 1.2594768e-3 0.97259765 -0.23249136 +vn -2.7458301e-3 0.57249668 0.81990244 +vn -2.7458301e-3 0.57249668 0.81990244 +vn 0.23249136 0.97259765 1.2594768e-3 +vn 0.23249136 0.97259765 1.2594768e-3 +vn -0.81990244 0.57249668 -2.7458301e-3 +vn -0.81990244 0.57249668 -2.7458301e-3 +vn -1.2594768e-3 0.97259765 0.23249136 +vn -1.2594768e-3 0.97259765 0.23249136 +vn 2.7458301e-3 0.57249668 -0.81990244 +vn 2.7458301e-3 0.57249668 -0.81990244 +vn -9.6511784e-2 0.99050354 -9.7919378e-2 +vn -9.6511784e-2 0.99050354 -9.7919378e-2 +vn 0.57781698 0.57249668 0.58170017 +vn 0.57781698 0.57249668 0.58170017 +vn 9.7919378e-2 0.99050354 -9.6511784e-2 +vn 9.7919378e-2 0.99050354 -9.6511784e-2 +vn -0.58170017 0.57249668 0.57781698 +vn -0.58170017 0.57249668 0.57781698 +vn 9.6511784e-2 0.99050354 9.7919378e-2 +vn 9.6511784e-2 0.99050354 9.7919378e-2 +vn -0.57781698 0.57249668 -0.58170017 +vn -0.57781698 0.57249668 -0.58170017 +vn -9.7919378e-2 0.99050354 9.6511784e-2 +vn -9.7919378e-2 0.99050354 9.6511784e-2 +vn 0.58170017 0.57249668 -0.57781698 +vn 0.58170017 0.57249668 -0.57781698 +vn 2.8245663e-3 0.88548714 -0.46465529 +vn 2.8245663e-3 0.88548714 -0.46465529 +vn -2.7589817e-3 0.58897908 -0.80814357 +vn -2.7589817e-3 0.58897908 -0.80814357 +vn 0.46465529 0.88548714 2.8245663e-3 +vn 0.46465529 0.88548714 2.8245663e-3 +vn 0.79209910 0.61038956 1.8973974e-3 +vn 0.79209910 0.61038956 1.8973974e-3 +vn -0.46465529 0.88548714 -2.8245663e-3 +vn -0.46465529 0.88548714 -2.8245663e-3 +vn -0.79209910 0.61038956 -1.8973974e-3 +vn -0.79209910 0.61038956 -1.8973974e-3 +vn -2.8245663e-3 0.88548714 0.46465529 +vn -2.8245663e-3 0.88548714 0.46465529 +vn -1.8973974e-3 0.61038956 0.79209910 +vn -1.8973974e-3 0.61038956 0.79209910 +vn 0.22121100 0.86610894 -0.44824212 +vn 0.22121100 0.86610894 -0.44824212 +vn 0.30487617 0.61038956 -0.73107804 +vn 0.30487617 0.61038956 -0.73107804 +vn 0.45051734 0.86671207 -0.21411284 +vn 0.45051734 0.86671207 -0.21411284 +vn 0.73253025 0.61038956 -0.30137023 +vn 0.73253025 0.61038956 -0.30137023 +vn -0.44824212 0.86610894 -0.22121100 +vn -0.44824212 0.86610894 -0.22121100 +vn -0.74518783 0.58729097 -0.31588671 +vn -0.74518783 0.58729097 -0.31588671 +vn 0.21411284 0.86671207 0.45051734 +vn 0.21411284 0.86671207 0.45051734 +vn 0.30137023 0.61038956 0.73253025 +vn 0.30137023 0.61038956 0.73253025 +vn -0.21411284 0.86671207 -0.45051734 +vn -0.21411284 0.86671207 -0.45051734 +vn -0.32840902 0.52150713 -0.78751370 +vn -0.32840902 0.52150713 -0.78751370 +vn 0.44824212 0.86610894 0.22121100 +vn 0.44824212 0.86610894 0.22121100 +vn 0.73107804 0.61038956 0.30487617 +vn 0.73107804 0.61038956 0.30487617 +vn -0.45051734 0.86671207 0.21411284 +vn -0.45051734 0.86671207 0.21411284 +vn -0.73253025 0.61038956 0.30137023 +vn -0.73253025 0.61038956 0.30137023 +vn -0.22121100 0.86610894 0.44824212 +vn -0.22121100 0.86610894 0.44824212 +vn -0.30487617 0.61038956 0.73107804 +vn -0.30487617 0.61038956 0.73107804 +vn -0.36387776 0.85993078 0.35792739 +vn -0.56144031 0.61038956 0.55875698 +vn -0.56144031 0.61038956 0.55875698 +vn 0.35792739 0.85993078 0.36387776 +vn 0.55875698 0.61038956 0.56144031 +vn 0.55875698 0.61038956 0.56144031 +vn -0.35792739 0.85993078 -0.36387776 +vn -0.59966557 0.52004253 -0.60824088 +vn -0.59966557 0.52004253 -0.60824088 +vn 0.36387776 0.85993078 -0.35792739 +vn 0.56144031 0.61038956 -0.55875698 +vn 0.56144031 0.61038956 -0.55875698 +vn -0.15683613 -0.78704973 0.59661977 +vn -0.15683613 -0.78704973 0.59661977 +vn -2.0313501e-3 0.99997795 6.3228544e-3 +vn -2.0313501e-3 0.99997795 6.3228544e-3 +vn 0.15677818 -0.78743704 0.59612374 +vn 0.15677818 -0.78743704 0.59612374 +vn 2.0298614e-3 0.99997804 6.3092652e-3 +vn 2.0298614e-3 0.99997804 6.3092652e-3 +vn 0.57269668 -0.80558255 0.15183965 +vn 0.57269668 -0.80558255 0.15183965 +vn 5.9023489e-3 0.99998056 2.0097142e-3 +vn 5.9023489e-3 0.99998056 2.0097142e-3 +vn 0.57377988 -0.80478817 -0.15196267 +vn 0.57377988 -0.80478817 -0.15196267 +vn 5.9315044e-3 0.99998038 -2.0130117e-3 +vn 5.9315044e-3 0.99998038 -2.0130117e-3 +vn -0.15513004 -0.80218125 -0.57657602 +vn -0.15513004 -0.80218125 -0.57657602 +vn -2.0100255e-3 0.99998036 -5.9362622e-3 +vn -2.0100255e-3 0.99998036 -5.9362622e-3 +vn 0.15761137 -0.78264384 -0.60218541 +vn 0.15761137 -0.78264384 -0.60218541 +vn 2.0421568e-3 0.99997724 -6.4309300e-3 +vn 2.0421568e-3 0.99997724 -6.4309300e-3 +vn -0.57514333 -0.80377707 0.15215972 +vn -0.57514333 -0.80377707 0.15215972 +vn -5.9469722e-3 0.99998029 2.0142593e-3 +vn -5.9469722e-3 0.99998029 2.0142593e-3 +vn -0.57656760 -0.80286848 -0.15156519 +vn -0.57656760 -0.80286848 -0.15156519 +vn -5.9762193e-3 0.99998014 -2.0029066e-3 +vn -5.9762193e-3 0.99998014 -2.0029066e-3 +vn -8.5118075e-2 -0.64640217 0.75823423 +vn -8.5118075e-2 -0.64640217 0.75823423 +vn -2.2049098e-3 0.99971124 2.3928429e-2 +vn -2.2049098e-3 0.99971124 2.3928429e-2 +vn 2.1972533e-3 0.99971229 2.3885328e-2 +vn 2.1972533e-3 0.99971229 2.3885328e-2 +vn 8.5053781e-2 -0.64677426 0.75792408 +vn 8.5053781e-2 -0.64677426 0.75792408 +vn 0.74024283 -0.66806131 7.5727363e-2 +vn 0.74024283 -0.66806131 7.5727363e-2 +vn 2.3084517e-2 0.99973215 1.6533689e-3 +vn 2.3084517e-2 0.99973215 1.6533689e-3 +vn 2.3155659e-2 0.99973049 -1.6649267e-3 +vn 2.3155659e-2 0.99973049 -1.6649267e-3 +vn 0.74089003 -0.66732902 -7.5854681e-2 +vn 0.74089003 -0.66732902 -7.5854681e-2 +vn -1.6598321e-3 0.99977209 -2.1284326e-2 +vn -1.6598321e-3 0.99977209 -2.1284326e-2 +vn -7.9278110e-2 -0.66857864 -0.73940353 +vn -7.9278110e-2 -0.66857864 -0.73940353 +vn 8.7856731e-2 -0.63962485 -0.76364995 +vn 8.7856731e-2 -0.63962485 -0.76364995 +vn 2.4382567e-3 0.99969647 -2.4515834e-2 +vn 2.4382567e-3 0.99969647 -2.4515834e-2 +vn -2.3540425e-2 0.99972142 1.7147493e-3 +vn -2.3540425e-2 0.99972142 1.7147493e-3 +vn -0.74277778 -0.66517794 7.6285455e-2 +vn -0.74277778 -0.66517794 7.6285455e-2 +vn -0.74342900 -0.66443527 -7.6413898e-2 +vn -0.74342900 -0.66443527 -7.6413898e-2 +vn -2.3615700e-2 0.99971962 -1.7269244e-3 +vn -2.3615700e-2 0.99971962 -1.7269244e-3 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.17872173 -6.6140377e-3 -0.98387743 +vn -0.17872173 -6.6140377e-3 -0.98387743 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.83744048 0.10560155 -0.53622920 +vn 0.83744048 0.10560155 -0.53622920 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.83744048 0.10560155 0.53622920 +vn -0.83744048 0.10560155 0.53622920 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.98387743 -6.6140377e-3 -0.17872173 +vn 0.98387743 -6.6140377e-3 -0.17872173 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.53622920 0.10560155 0.83744048 +vn 0.53622920 0.10560155 0.83744048 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.53622920 0.10560155 -0.83744048 +vn 0.53622920 0.10560155 -0.83744048 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.98387743 -6.6140377e-3 0.17872173 +vn 0.98387743 -6.6140377e-3 0.17872173 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.17872173 -6.6140377e-3 -0.98387743 +vn 0.17872173 -6.6140377e-3 -0.98387743 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.98387743 -6.6140377e-3 -0.17872173 +vn -0.98387743 -6.6140377e-3 -0.17872173 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.17872173 -6.6140377e-3 0.98387743 +vn -0.17872173 -6.6140377e-3 0.98387743 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.83744048 0.10560155 -0.53622920 +vn -0.83744048 0.10560155 -0.53622920 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.17872173 -6.6140377e-3 0.98387743 +vn 0.17872173 -6.6140377e-3 0.98387743 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.98387743 -6.6140377e-3 0.17872173 +vn -0.98387743 -6.6140377e-3 0.17872173 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.53622920 0.10560155 0.83744048 +vn -0.53622920 0.10560155 0.83744048 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.53622920 0.10560155 -0.83744048 +vn -0.53622920 0.10560155 -0.83744048 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.83744048 0.10560155 0.53622920 +vn 0.83744048 0.10560155 0.53622920 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.49625874 0.39370044 -0.77377466 +vn -0.49625874 0.39370044 -0.77377466 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.87691116 0.45428200 -0.15701807 +vn 0.87691116 0.45428200 -0.15701807 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.77377466 0.39370044 -0.49625874 +vn -0.77377466 0.39370044 -0.49625874 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.15701807 0.45428200 -0.87691116 +vn 0.15701807 0.45428200 -0.87691116 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.77377466 0.39370044 -0.49625874 +vn 0.77377466 0.39370044 -0.49625874 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.49625874 0.39370044 0.77377466 +vn 0.49625874 0.39370044 0.77377466 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.15701807 0.45428200 -0.87691116 +vn -0.15701807 0.45428200 -0.87691116 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.49625874 0.39370044 -0.77377466 +vn 0.49625874 0.39370044 -0.77377466 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.87691116 0.45428200 0.15701807 +vn -0.87691116 0.45428200 0.15701807 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.87691116 0.45428200 0.15701807 +vn 0.87691116 0.45428200 0.15701807 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.15701807 0.45428200 0.87691116 +vn 0.15701807 0.45428200 0.87691116 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.49625874 0.39370044 0.77377466 +vn -0.49625874 0.39370044 0.77377466 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.87691116 0.45428200 -0.15701807 +vn -0.87691116 0.45428200 -0.15701807 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.77377466 0.39370044 0.49625874 +vn 0.77377466 0.39370044 0.49625874 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.15701807 0.45428200 0.87691116 +vn -0.15701807 0.45428200 0.87691116 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.77377466 0.39370044 0.49625874 +vn -0.77377466 0.39370044 0.49625874 +vn -5.4198166e-3 0.99998172 -2.6807800e-3 +vn -5.4198166e-3 0.99998172 -2.6807800e-3 +vn -0.84148353 0.10539327 -0.52990351 +vn -0.84148353 0.10539327 -0.52990351 +vn -2.6739427e-3 0.99998191 -5.3876476e-3 +vn -2.6739427e-3 0.99998191 -5.3876476e-3 +vn -0.52990351 0.10539327 -0.84148353 +vn -0.52990351 0.10539327 -0.84148353 +vn -5.3905744e-3 0.99998189 2.6774211e-3 +vn -5.3905744e-3 0.99998189 2.6774211e-3 +vn -0.84148353 0.10539327 0.52990351 +vn -0.84148353 0.10539327 0.52990351 +vn -2.6456488e-3 0.99977844 -2.0882168e-2 +vn -2.6456488e-3 0.99977844 -2.0882168e-2 +vn -0.17805984 -6.6265742e-3 -0.98399735 +vn -0.17805984 -6.6265742e-3 -0.98399735 +vn -2.7758432e-3 0.99997992 5.6969606e-3 +vn -2.7758432e-3 0.99997992 5.6969606e-3 +vn -0.52990351 0.10539327 0.84148353 +vn -0.52990351 0.10539327 0.84148353 +vn 2.7697473e-3 0.99998003 5.6804670e-3 +vn 2.7697473e-3 0.99998003 5.6804670e-3 +vn 0.52990351 0.10539327 0.84148353 +vn 0.52990351 0.10539327 0.84148353 +vn 2.8019450e-3 0.99997942 -5.7716150e-3 +vn 2.8019450e-3 0.99997942 -5.7716150e-3 +vn 0.52990351 0.10539327 -0.84148353 +vn 0.52990351 0.10539327 -0.84148353 +vn -2.3035373e-2 0.99973067 2.8206089e-3 +vn -2.3035373e-2 0.99973067 2.8206089e-3 +vn -0.98399735 -6.6265742e-3 0.17805984 +vn -0.98399735 -6.6265742e-3 0.17805984 +vn 5.3912553e-3 0.99998188 -2.6782858e-3 +vn 5.3912553e-3 0.99998188 -2.6782858e-3 +vn 0.84148353 0.10539327 -0.52990351 +vn 0.84148353 0.10539327 -0.52990351 +vn 2.2590390e-2 0.99974100 2.7590851e-3 +vn 2.2590390e-2 0.99974100 2.7590851e-3 +vn 0.98399735 -6.6265742e-3 0.17805984 +vn 0.98399735 -6.6265742e-3 0.17805984 +vn 3.2688580e-3 0.99970376 -2.4118455e-2 +vn 3.2688580e-3 0.99970376 -2.4118455e-2 +vn 0.17805984 -6.6265742e-3 -0.98399735 +vn 0.17805984 -6.6265742e-3 -0.98399735 +vn 5.3567959e-3 0.99998210 2.6653951e-3 +vn 5.3567959e-3 0.99998210 2.6653951e-3 +vn 0.84148353 0.10539327 0.52990351 +vn 0.84148353 0.10539327 0.52990351 +vn -2.3158262e-2 0.99972777 -2.8425459e-3 +vn -2.3158262e-2 0.99972777 -2.8425459e-3 +vn -0.98399735 -6.6265742e-3 -0.17805984 +vn -0.98399735 -6.6265742e-3 -0.17805984 +vn 2.2708316e-2 0.99973827 -2.7801931e-3 +vn 2.2708316e-2 0.99973827 -2.7801931e-3 +vn 0.98399735 -6.6265742e-3 -0.17805984 +vn 0.98399735 -6.6265742e-3 -0.17805984 +vn -3.1176620e-3 0.99971781 2.3549606e-2 +vn -3.1176620e-3 0.99971781 2.3549606e-2 +vn -0.17805984 -6.6265742e-3 0.98399735 +vn -0.17805984 -6.6265742e-3 0.98399735 +vn 3.1061642e-3 0.99971926 2.3489284e-2 +vn 3.1061642e-3 0.99971926 2.3489284e-2 +vn 0.17805984 -6.6265742e-3 0.98399735 +vn 0.17805984 -6.6265742e-3 0.98399735 +vn 5.0965633e-2 0.98262020 -0.17849384 +vn 5.0965633e-2 0.98262020 -0.17849384 +vn -0.31713717 0.57129174 0.75700051 +vn -0.31713717 0.57129174 0.75700051 +vn 0.18035351 0.98237254 -4.9161071e-2 +vn 0.18035351 0.98237254 -4.9161071e-2 +vn -0.75953004 0.57129174 0.31103035 +vn -0.75953004 0.57129174 0.31103035 +vn 4.9161071e-2 0.98237254 0.18035351 +vn 4.9161071e-2 0.98237254 0.18035351 +vn -0.31103035 0.57129174 -0.75953004 +vn -0.31103035 0.57129174 -0.75953004 +vn -4.9161071e-2 0.98237254 -0.18035351 +vn -4.9161071e-2 0.98237254 -0.18035351 +vn 0.31103035 0.57129174 0.75953004 +vn 0.31103035 0.57129174 0.75953004 +vn -5.0965633e-2 0.98262020 0.17849384 +vn -5.0965633e-2 0.98262020 0.17849384 +vn 0.31713717 0.57129174 -0.75700051 +vn 0.31713717 0.57129174 -0.75700051 +vn -0.17849384 0.98262020 -5.0965633e-2 +vn -0.17849384 0.98262020 -5.0965633e-2 +vn 0.75700051 0.57129174 0.31713717 +vn 0.75700051 0.57129174 0.31713717 +vn -0.18035351 0.98237254 4.9161071e-2 +vn -0.18035351 0.98237254 4.9161071e-2 +vn 0.75953004 0.57129174 -0.31103035 +vn 0.75953004 0.57129174 -0.31103035 +vn 0.17849384 0.98262020 5.0965633e-2 +vn 0.17849384 0.98262020 5.0965633e-2 +vn -0.75700051 0.57129174 -0.31713717 +vn -0.75700051 0.57129174 -0.31713717 +vn 9.4503650e-2 0.87984817 -0.46576416 +vn 9.4503650e-2 0.87984817 -0.46576416 +vn 0.15572391 0.60674111 -0.77949682 +vn 0.15572391 0.60674111 -0.77949682 +vn -0.39859362 0.85901183 0.32128150 +vn -0.39859362 0.85901183 0.32128150 +vn -0.65969152 0.61031749 0.43854266 +vn -0.65969152 0.61031749 0.43854266 +vn -0.32794544 0.85874690 0.39370744 +vn -0.32794544 0.85874690 0.39370744 +vn -0.44165248 0.61031749 0.65761361 +vn -0.44165248 0.61031749 0.65761361 +vn 0.32128150 0.85901183 0.39859362 +vn 0.32128150 0.85901183 0.39859362 +vn 0.43854266 0.61031749 0.65969152 +vn 0.43854266 0.61031749 0.65969152 +vn 0.39370744 0.85874690 0.32794544 +vn 0.39370744 0.85874690 0.32794544 +vn 0.65761361 0.61031749 0.44165248 +vn 0.65761361 0.61031749 0.44165248 +vn -0.46601235 0.88036351 8.8275574e-2 +vn -0.46601235 0.88036351 8.8275574e-2 +vn -0.77729850 0.61031749 0.15270758 +vn -0.77729850 0.61031749 0.15270758 +vn -0.32128150 0.85901183 -0.39859362 +vn -0.32128150 0.85901183 -0.39859362 +vn -0.47671416 0.50846577 -0.71708171 +vn -0.47671416 0.50846577 -0.71708171 +vn -0.39370744 0.85874690 -0.32794544 +vn -0.39370744 0.85874690 -0.32794544 +vn -0.68857671 0.55199591 -0.47027932 +vn -0.68857671 0.55199591 -0.47027932 +vn -0.46576416 0.87984817 -9.4503650e-2 +vn -0.46576416 0.87984817 -9.4503650e-2 +vn -0.77934547 0.60629232 -0.15820957 +vn -0.77934547 0.60629232 -0.15820957 +vn 0.39859362 0.85901183 -0.32128150 +vn 0.39859362 0.85901183 -0.32128150 +vn 0.65969152 0.61031749 -0.43854266 +vn 0.65969152 0.61031749 -0.43854266 +vn 0.32794544 0.85874690 -0.39370744 +vn 0.32794544 0.85874690 -0.39370744 +vn 0.44165248 0.61031749 -0.65761361 +vn 0.44165248 0.61031749 -0.65761361 +vn -9.4503650e-2 0.87984817 0.46576416 +vn -9.4503650e-2 0.87984817 0.46576416 +vn -0.15637585 0.61031749 0.77656884 +vn -0.15637585 0.61031749 0.77656884 +vn -8.8275574e-2 0.88036351 -0.46601235 +vn -8.8275574e-2 0.88036351 -0.46601235 +vn -0.16684790 0.55437682 -0.81536993 +vn -0.16684790 0.55437682 -0.81536993 +vn 0.46601235 0.88036351 -8.8275574e-2 +vn 0.46601235 0.88036351 -8.8275574e-2 +vn 0.77729850 0.61031749 -0.15270758 +vn 0.77729850 0.61031749 -0.15270758 +vn 8.8275574e-2 0.88036351 0.46601235 +vn 8.8275574e-2 0.88036351 0.46601235 +vn 0.15270758 0.61031749 0.77729850 +vn 0.15270758 0.61031749 0.77729850 +vn 0.46576416 0.87984817 9.4503650e-2 +vn 0.46576416 0.87984817 9.4503650e-2 +vn 0.77656884 0.61031749 0.15637585 +vn 0.77656884 0.61031749 0.15637585 +g cube1_default2 +usemtl default2 +s 1 +f 5//780 259//1121 720//544 250//162 +f 8//786 416//280 756//580 260//1125 +f 10//789 277//1149 738//562 255//167 +f 12//794 418//282 758//582 263//1133 +f 13//798 419//283 755//579 294//1153 +f 14//802 421//285 757//581 296//1161 +f 15//806 422//286 760//584 301//1173 +f 16//810 420//284 762//586 303//1181 +f 25//812 423//287 720//544 259//1122 +f 26//814 427//291 721//545 295//1155 +f 27//818 425//289 724//548 262//1129 +f 28//820 429//293 725//549 298//1163 +f 29//823 426//290 731//555 300//1167 +f 30//827 430//294 734//558 273//1141 +f 31//829 424//288 735//559 302//1175 +f 32//833 428//292 738//562 277//1150 +f 89//963 250//162 720//544 457//1327 +f 89//964 452//1319 761//585 250//162 +f 90//968 458//1332 756//580 416//280 +f 91//971 255//167 738//562 447//1311 +f 91//972 449//1315 759//583 255//167 +f 92//976 462//1344 758//582 418//282 +f 93//980 475//1368 755//579 419//283 +f 94//984 472//1360 762//586 420//284 +f 95//988 465//1348 757//581 421//285 +f 96//992 470//1352 760//584 422//286 +f 97//995 457//1328 720//544 423//287 +f 98//999 461//1340 735//559 424//288 +f 99//1003 471//1356 724//548 425//289 +f 100//1007 456//1324 731//555 426//290 +f 101//1011 476//1372 721//545 427//291 +f 102//1015 447//1312 738//562 428//292 +f 103//1019 473//1364 725//549 429//293 +f 104//1023 460//1336 734//558 430//294 +f 250//162 761//585 275//1145 5//782 +f 255//167 759//583 271//1137 10//790 +f 260//1126 756//580 427//291 26//816 +f 262//1130 724//548 416//280 8//785 +f 263//1134 758//582 429//293 28//822 +f 271//1138 759//583 426//290 29//825 +f 273//1142 734//558 418//282 12//793 +f 275//1146 761//585 424//288 31//831 +f 294//1154 755//579 423//287 25//813 +f 295//1156 721//545 419//283 13//796 +f 296//1162 757//581 425//289 27//819 +f 298//1164 725//549 421//285 14//800 +f 300//1168 731//555 422//286 15//803 +f 301//1174 760//584 430//294 30//828 +f 302//1176 735//559 420//284 16//807 +f 303//1182 762//586 428//292 32//834 +f 416//280 724//548 471//1355 90//967 +f 418//282 734//558 460//1335 92//975 +f 419//283 721//545 476//1371 93//979 +f 420//284 735//559 461//1339 94//983 +f 421//285 725//549 473//1363 95//987 +f 422//286 731//555 456//1323 96//991 +f 423//287 755//579 475//1367 97//996 +f 424//288 761//585 452//1320 98//1000 +f 425//289 757//581 465//1347 99//1004 +f 426//290 759//583 449//1316 100//1008 +f 427//291 756//580 458//1331 101//1012 +f 428//292 762//586 472//1359 102//1016 +f 429//293 758//582 462//1343 103//1020 +f 430//294 760//584 470//1351 104//1024 +s 2 +f 1//1 244//156 719//543 243//155 +f 1//1 635//459 727//551 244//156 +f 2//2 253//165 722//546 251//163 +f 2//2 636//460 728//552 246//158 +f 3//3 252//164 737//561 247//159 +f 3//3 638//462 730//554 252//164 +f 4//4 257//169 726//550 254//166 +f 4//4 637//461 729//553 256//168 +f 5//779 243//155 719//543 259//1119 +f 6//5 244//156 727//551 265//173 +f 6//5 265//173 912//736 251//163 +f 7//6 245//157 736//560 276//181 +f 7//6 276//181 737//561 252//164 +f 8//783 260//1124 722//546 253//165 +f 9//7 246//158 728//552 266//174 +f 9//7 266//174 913//737 254//166 +f 10//788 247//159 737//561 277//1147 +f 11//8 248//160 732//556 272//179 +f 11//8 272//179 733//557 256//168 +f 12//791 263//1132 726//550 257//169 +f 13//795 294//1152 719//543 258//170 +f 14//799 296//1160 723//547 261//171 +f 15//805 301//1172 733//557 272//179 +f 16//809 303//1180 737//561 276//181 +f 25//811 259//1120 719//543 294//1151 +f 27//817 262//1128 723//547 296//1159 +f 30//826 273//1140 733//557 301//1171 +f 32//832 277//1148 737//561 303//1179 +f 193//105 630//454 922//746 652//476 +f 193//105 652//476 921//745 623//447 +f 194//106 627//451 916//740 643//467 +f 194//106 643//467 915//739 624//448 +f 195//107 628//452 918//742 646//470 +f 195//107 646//470 917//741 625//449 +f 196//108 629//453 920//744 649//473 +f 196//108 649//473 919//743 626//450 +f 197//109 623//447 921//745 632//456 +f 197//109 632//456 916//740 627//451 +f 198//110 624//448 915//739 633//457 +f 198//110 633//457 918//742 628//452 +f 199//111 625//449 917//741 634//458 +f 199//111 634//458 920//744 629//453 +f 200//112 626//450 919//743 631//455 +f 200//112 631//455 922//746 630//454 +f 201//113 640//464 908//732 639//463 +f 201//113 641//465 909//733 640//464 +f 201//113 642//466 910//734 641//465 +f 202//114 653//477 907//731 639//463 +f 203//115 644//468 908//732 640//464 +f 204//116 647//471 909//733 641//465 +f 205//117 650//474 910//734 642//466 +f 206//118 645//469 908//732 644//468 +f 207//119 648//472 909//733 647//471 +f 208//120 651//475 910//734 650//474 +f 209//121 654//478 907//731 653//477 +f 243//155 736//560 245//157 1//1 +f 245//157 911//735 635//459 1//1 +f 246//158 723//547 253//165 2//2 +f 247//159 732//556 248//160 3//3 +f 248//160 914//738 638//462 3//3 +f 251//163 722//546 258//170 6//5 +f 251//163 912//736 636//460 2//2 +f 252//164 730//554 264//172 7//6 +f 253//165 723//547 262//1127 8//784 +f 254//166 726//550 261//171 9//7 +f 254//166 913//737 637//461 4//4 +f 256//168 729//553 267//175 11//8 +f 256//168 733//557 257//169 4//4 +f 257//169 733//557 273//1139 12//792 +f 258//170 719//543 244//156 6//5 +f 258//170 722//546 295//1157 13//797 +f 261//171 723//547 246//158 9//7 +f 261//171 726//550 298//1165 14//801 +f 264//172 730//554 630//454 193//105 +f 264//172 911//735 245//157 7//6 +f 265//173 727//551 627//451 194//106 +f 266//174 728//552 628//452 195//107 +f 267//175 729//553 629//453 196//108 +f 267//175 914//738 248//160 11//8 +f 271//1135 732//556 247//159 10//787 +f 272//179 732//556 300//1169 15//804 +f 275//1143 736//560 243//155 5//781 +f 276//181 736//560 302//1177 16//808 +f 295//1158 722//546 260//1123 26//815 +f 298//1166 726//550 263//1131 28//821 +f 300//1170 732//556 271//1136 29//824 +f 302//1178 736//560 275//1144 31//830 +f 623//447 911//735 264//172 193//105 +f 624//448 912//736 265//173 194//106 +f 625//449 913//737 266//174 195//107 +f 626//450 914//738 267//175 196//108 +f 627//451 727//551 635//459 197//109 +f 628//452 728//552 636//460 198//110 +f 629//453 729//553 637//461 199//111 +f 630//454 730//554 638//462 200//112 +f 631//455 919//743 650//474 205//117 +f 632//456 921//745 653//477 202//114 +f 633//457 915//739 644//468 203//115 +f 634//458 917//741 647//471 204//116 +f 635//459 911//735 623//447 197//109 +f 636//460 912//736 624//448 198//110 +f 637//461 913//737 625//449 199//111 +f 638//462 914//738 626//450 200//112 +f 639//463 907//731 642//466 201//113 +f 639//463 908//732 645//469 202//114 +f 640//464 909//733 648//472 203//115 +f 641//465 910//734 651//475 204//116 +f 642//466 907//731 654//478 205//117 +f 643//467 916//740 645//469 206//118 +f 644//468 915//739 643//467 206//118 +f 645//469 916//740 632//456 202//114 +f 646//470 918//742 648//472 207//119 +f 647//471 917//741 646//470 207//119 +f 648//472 918//742 633//457 203//115 +f 649//473 920//744 651//475 208//120 +f 650//474 919//743 649//473 208//120 +f 651//475 920//744 634//458 204//116 +f 652//476 922//746 654//478 209//121 +f 653//477 921//745 652//476 209//121 +f 654//478 922//746 631//455 205//117 +g cube1_default3 +usemtl default3 +s 1 +f 17//9 292//196 753//577 278//182 +f 17//9 572//412 752//576 292//196 +f 18//10 283//187 742//566 279//183 +f 18//10 569//409 741//565 283//187 +f 19//11 286//190 746//570 280//184 +f 19//11 571//411 745//569 286//190 +f 20//12 289//193 749//573 281//185 +f 20//12 573//413 748//572 289//193 +f 21//13 483//331 742//566 283//187 +f 21//13 578//418 739//563 282//186 +f 21//13 581//421 740//564 578//418 +f 22//14 484//332 746//570 286//190 +f 22//14 575//415 743//567 284//188 +f 22//14 577//417 744//568 575//415 +f 23//15 485//333 749//573 289//193 +f 23//15 582//422 750//574 290//194 +f 24//16 486//334 753//577 292//196 +f 24//16 586//426 754//578 293//197 +f 33//836 340//1235 766//590 329//221 +f 34//840 342//1243 768//592 330//222 +f 35//843 337//1224 774//598 305//201 +f 36//848 366//246 776//600 326//1187 +f 37//852 338//1227 778//602 269//177 +f 38//855 346//226 773//597 335//1216 +f 39//860 328//1195 771//595 268//176 +f 40//864 350//230 772//596 334//1212 +f 41//868 352//232 766//590 340//1236 +f 42//871 327//1191 765//589 285//189 +f 43//875 355//235 768//592 342//1244 +f 44//880 341//1239 777//601 288//192 +f 45//884 358//238 778//602 338//1228 +f 46//887 335//1215 773//597 287//191 +f 47//891 361//241 771//595 328//1196 +f 48//896 334//1211 772//596 291//195 +f 50//900 269//177 778//602 385//1271 +f 50//899 379//1259 763//587 269//177 +f 52//903 389//1284 773//597 346//226 +f 54//908 268//176 771//595 388//1279 +f 54//907 394//1295 769//593 268//176 +f 56//912 396//1304 772//596 350//230 +f 58//916 387//1276 766//590 352//232 +f 60//919 285//189 765//589 381//1263 +f 60//920 369//1251 775//599 285//189 +f 62//923 374//1256 768//592 355//235 +f 64//928 288//192 777//601 384//1267 +f 64//927 390//1287 764//588 288//192 +f 66//932 385//1272 778//602 358//238 +f 68//935 287//191 773//597 389//1283 +f 68//936 395//1299 774//598 287//191 +f 70//939 388//1280 771//595 361//241 +f 72//944 291//195 772//596 396//1303 +f 72//943 391//1291 770//594 291//195 +f 73//947 305//201 774//598 395//1300 +f 73//948 384//1268 777//601 305//201 +f 74//952 329//221 766//590 387//1275 +f 74//951 381//1264 765//589 329//221 +f 75//956 330//222 768//592 374//1255 +f 75//955 368//1247 767//591 330//222 +f 76//960 397//1308 776//600 366//246 +f 121//1027 278//182 753//577 493//1399 +f 121//1028 492//1395 799//623 278//182 +f 122//1031 279//183 742//566 490//1387 +f 122//1032 487//1375 800//624 279//183 +f 123//1035 280//184 746//570 488//1379 +f 123//1036 494//1403 801//625 280//184 +f 124//1039 281//185 749//573 489//1383 +f 124//1040 491//1391 802//626 281//185 +f 125//1043 490//1388 742//566 483//331 +f 126//1047 488//1380 746//570 484//332 +f 127//1051 489//1384 749//573 485//333 +f 128//1055 493//1400 753//577 486//334 +f 161//1059 616//1456 741//565 569//409 +f 163//1063 618//1460 745//569 571//411 +f 165//1068 598//1428 752//576 572//412 +f 167//1071 619//1464 748//572 573//413 +f 169//1075 591//1408 743//567 575//415 +f 171//1079 608//1444 744//568 577//417 +f 173//1083 603//1440 739//563 578//418 +f 175//1087 594//1419 747//571 580//420 +f 177//1091 600//1432 740//564 581//421 +f 179//1096 622//1468 750//574 582//422 +f 181//1099 592//1411 751//575 584//424 +f 183//1104 610//1452 754//578 586//426 +f 189//1107 593//1416 751//575 592//1412 +f 190//1110 595//1424 747//571 594//1420 +f 191//1113 601//1436 740//564 600//1431 +f 192//1116 609//1448 744//568 608//1443 +f 268//176 769//593 333//1207 39//859 +f 269//177 763//587 336//1219 37//851 +f 278//182 799//623 282//186 17//9 +f 279//183 800//624 284//188 18//10 +f 280//184 801//625 290//194 19//11 +f 281//185 802//626 293//197 20//12 +f 282//186 739//563 572//412 17//9 +f 282//186 799//623 483//331 21//13 +f 283//187 741//565 581//421 21//13 +f 284//188 743//567 569//409 18//10 +f 284//188 800//624 484//332 22//14 +f 285//189 775//599 339//1231 42//872 +f 286//190 745//569 577//417 22//14 +f 287//191 774//598 337//1223 46//888 +f 288//192 764//588 325//1183 44//879 +f 289//193 748//572 580//420 23//15 +f 290//194 750//574 571//411 19//11 +f 290//194 801//625 485//333 23//15 +f 291//195 770//594 332//1203 48//895 +f 292//196 752//576 584//424 24//16 +f 293//197 754//578 573//413 20//12 +f 293//197 802//626 486//334 24//16 +f 305//201 777//601 341//1240 35//844 +f 325//1184 764//588 350//230 40//863 +f 326//1188 776//600 361//241 47//892 +f 329//221 765//589 327//1192 33//835 +f 330//222 767//591 331//1199 34//839 +f 331//1200 767//591 358//238 45//883 +f 332//1204 770//594 366//246 36//847 +f 333//1208 769//593 355//235 43//876 +f 336//1220 763//587 352//232 41//867 +f 339//1232 775//599 346//226 38//856 +f 346//226 775//599 369//1252 52//904 +f 350//230 764//588 390//1288 56//911 +f 352//232 763//587 379//1260 58//915 +f 355//235 769//593 394//1296 62//924 +f 358//238 767//591 368//1248 66//931 +f 361//241 776//600 397//1307 70//940 +f 366//246 770//594 391//1292 76//959 +f 483//331 799//623 492//1396 125//1044 +f 484//332 800//624 487//1376 126//1048 +f 485//333 801//625 494//1404 127//1052 +f 486//334 802//626 491//1392 128//1056 +f 569//409 743//567 591//1407 161//1060 +f 571//411 750//574 622//1467 163//1064 +f 572//412 739//563 603//1439 165//1067 +f 573//413 754//578 610//1451 167//1072 +f 575//415 744//568 609//1447 169//1076 +f 577//417 745//569 618//1459 171//1080 +f 578//418 740//564 601//1435 173//1084 +f 580//420 747//571 582//422 23//15 +f 580//420 748//572 619//1463 175//1088 +f 581//421 741//565 616//1455 177//1092 +f 582//422 747//571 595//1423 179//1095 +f 584//424 751//575 586//426 24//16 +f 584//424 752//576 598//1427 181//1100 +f 586//426 751//575 593//1415 183//1103 +s 2 +f 33//838 415//279 813//637 340//1238 +f 34//841 331//1201 814//638 304//200 +f 35//845 417//281 803//627 337//1226 +f 36//850 326//1189 818//642 306//202 +f 37//853 336//1221 831//655 307//203 +f 38//858 335//1217 828//652 308//204 +f 39//861 333//1209 821//645 309//205 +f 40//866 334//1213 826//650 310//206 +f 41//869 340//1237 813//637 311//207 +f 42//874 339//1234 817//641 314//210 +f 43//878 342//1246 827//651 315//211 +f 44//882 325//1186 812//636 317//213 +f 45//886 338//1230 832//656 318//214 +f 46//889 337//1225 803//627 321//217 +f 47//894 328//1198 829//653 322//218 +f 48//897 332//1206 816//640 324//220 +f 49//17 375//252 866//690 343//223 +f 49//17 431//295 785//609 375//252 +f 50//902 385//1274 823//647 344//224 +f 51//18 376//253 868//692 345//225 +f 51//18 398//262 788//612 274//180 +f 52//905 513//353 820//644 389//1286 +f 53//19 386//259 851//675 347//227 +f 53//19 433//297 787//611 386//259 +f 54//909 388//1281 815//639 348//228 +f 55//20 378//255 793//617 270//178 +f 55//20 380//256 863//687 349//229 +f 56//913 516//356 806//630 396//1306 +f 57//21 377//254 855//679 351//231 +f 57//21 435//299 782//606 377//254 +f 58//917 379//1261 810//634 312//208 +f 59//22 370//248 845//669 353//233 +f 59//22 436//300 783//607 370//248 +f 60//921 381//1265 819//643 313//209 +f 61//23 367//247 854//678 354//234 +f 61//23 373//251 781//605 297//198 +f 62//926 522//362 834//658 374//1258 +f 63//24 382//257 860//684 356//236 +f 63//24 438//302 784//608 382//257 +f 64//929 384//1269 809//633 316//212 +f 65//25 372//250 848//672 357//237 +f 65//25 439//303 779//603 372//250 +f 66//933 368//1249 804//628 319//215 +f 67//26 398//262 873//697 359//239 +f 67//26 440//304 788//612 398//262 +f 68//938 389//1285 820//644 320//216 +f 69//27 386//259 787//611 299//199 +f 69//27 392//260 871//695 360//240 +f 70//941 528//368 815//639 388//1282 +f 71//28 378//255 852//676 362//242 +f 71//28 442//306 793//617 378//255 +f 72//945 396//1305 806//630 323//219 +f 73//949 395//1302 807//631 363//243 +f 74//954 387//1278 833//657 364//244 +f 75//958 374//1257 834//658 365//245 +f 76//962 535//375 830//654 397//1309 +f 77//29 371//249 846//670 508//348 +f 77//29 444//308 786//610 371//249 +f 77//29 508//348 845//669 370//248 +f 78//30 373//251 849//673 509//349 +f 78//30 445//309 781//605 373//251 +f 78//30 509//349 848//672 372//250 +f 79//31 383//258 861//685 510//350 +f 79//31 443//307 792//616 383//258 +f 79//31 510//350 860//684 382//257 +f 80//32 392//260 794//618 249//161 +f 80//32 393//261 872//696 511//351 +f 80//32 511//351 871//695 392//260 +f 89//966 457//1330 813//637 415//279 +f 91//973 447//1314 803//627 417//281 +f 105//41 467//321 785//609 431//295 +f 105//41 512//352 850//674 467//321 +f 106//42 274//180 788//612 464//319 +f 106//42 464//319 869//693 432//296 +f 106//42 466//320 780//604 274//180 +f 107//43 459//317 787//611 433//297 +f 107//43 515//355 857//681 459//317 +f 108//44 270//178 793//617 450//312 +f 108//44 450//312 865//689 434//298 +f 108//44 455//316 789//613 270//178 +f 109//45 454//315 782//606 435//299 +f 109//45 519//359 864//688 454//315 +f 110//46 463//318 783//607 436//300 +f 110//46 521//361 862//686 463//318 +f 111//47 297//198 781//605 478//326 +f 111//47 468//322 791//615 297//198 +f 111//47 478//326 847//671 437//301 +f 112//48 453//314 784//608 438//302 +f 112//48 524//364 870//694 453//314 +f 113//49 448//311 779//603 439//303 +f 113//49 526//366 856//680 448//311 +f 114//50 464//319 788//612 440//304 +f 114//50 527//367 869//693 464//319 +f 115//51 299//199 787//611 459//317 +f 115//51 459//317 857//681 441//305 +f 115//51 474//324 794//618 299//199 +f 116//52 450//312 793//617 442//306 +f 116//52 530//370 865//689 450//312 +f 117//53 451//313 792//616 443//307 +f 117//53 532//372 874//698 451//313 +f 118//54 477//325 786//610 444//308 +f 118//54 533//373 853//677 477//325 +f 119//55 478//326 781//605 445//309 +f 119//55 534//374 847//671 478//326 +f 120//56 249//161 794//618 474//324 +f 120//56 469//323 790//614 249//161 +f 120//56 474//324 867//691 446//310 +f 129//57 344//224 823//647 538//378 +f 129//57 538//378 880//704 501//341 +f 129//57 542//382 810//634 344//224 +f 130//58 545//385 850//674 512//352 +f 131//59 558//398 820//644 513//353 +f 132//60 432//296 869//693 548//388 +f 132//60 548//388 882//706 514//354 +f 132//60 567//407 859//683 432//296 +f 133//61 348//228 815//639 554//394 +f 133//61 554//394 887//711 502//342 +f 133//61 559//399 824//648 348//228 +f 134//62 564//404 857//681 515//355 +f 135//63 563//403 806//630 516//356 +f 136//64 434//298 865//689 539//379 +f 136//64 539//379 876//700 517//357 +f 136//64 566//406 843//667 434//298 +f 137//65 312//208 810//634 542//382 +f 137//65 542//382 875//699 518//358 +f 137//65 546//386 833//657 312//208 +f 138//66 537//377 864//688 519//359 +f 139//67 313//209 819//643 561//401 +f 139//67 549//389 822//646 313//209 +f 139//67 561//401 885//709 520//360 +f 140//68 555//395 862//686 521//361 +f 141//69 552//392 834//658 522//362 +f 142//70 437//301 847//671 562//402 +f 142//70 550//390 858//682 437//301 +f 142//70 562//402 886//710 503//343 +f 143//71 316//212 809//633 557//397 +f 143//71 541//381 811//635 316//212 +f 143//71 557//397 884//708 523//363 +f 144//72 551//391 870//694 524//364 +f 145//73 319//215 804//628 560//400 +f 145//73 538//378 823//647 319//215 +f 145//73 560//400 888//712 525//365 +f 146//74 565//405 856//680 526//366 +f 147//75 320//216 820//644 558//398 +f 147//75 558//398 882//706 504//344 +f 147//75 568//408 807//631 320//216 +f 148//76 548//388 869//693 527//367 +f 149//77 554//394 815//639 528//368 +f 150//78 441//305 857//681 564//404 +f 150//78 543//383 867//691 441//305 +f 150//78 564//404 887//711 505//345 +f 151//79 323//219 806//630 563//403 +f 151//79 553//393 825//649 323//219 +f 151//79 563//403 876//700 529//369 +f 152//80 539//379 865//689 530//370 +f 153//81 363//243 807//631 568//408 +f 153//81 557//397 809//633 363//243 +f 153//81 568//408 879//703 531//371 +f 154//82 544//384 874//698 532//372 +f 155//83 364//244 833//657 546//386 +f 155//83 546//386 877//701 506//346 +f 155//83 561//401 819//643 364//244 +f 156//84 540//380 853//677 533//373 +f 157//85 365//245 834//658 552//392 +f 157//85 552//392 886//710 507//347 +f 157//85 560//400 804//628 365//245 +f 158//86 562//402 847//671 534//374 +f 159//87 556//396 830//654 535//375 +f 160//88 446//310 867//691 543//383 +f 160//88 543//383 878//702 536//376 +f 160//88 547//387 844//668 446//310 +f 162//89 343//223 866//690 613//441 +f 162//89 613//441 901//725 570//410 +f 162//89 614//442 855//679 343//223 +f 164//90 345//225 868//692 606//437 +f 164//90 602//434 873//697 345//225 +f 164//90 606//437 897//721 495//335 +f 166//91 347//227 851//675 596//431 +f 166//91 596//431 891//715 496//336 +f 166//91 615//443 854//678 347//227 +f 168//92 349//229 863//687 607//438 +f 168//92 607//438 898//722 574//414 +f 168//92 617//444 852//676 349//229 +f 170//93 351//231 855//679 614//442 +f 170//93 611//439 846//670 351//231 +f 170//93 614//442 902//726 576//416 +f 172//94 353//233 845//669 620//445 +f 172//94 606//437 868//692 353//233 +f 172//94 620//445 905//729 497//337 +f 174//95 354//234 854//678 615//443 +f 174//95 605//436 849//673 354//234 +f 174//95 615//443 903//727 579//419 +f 176//96 356//236 860//684 612//440 +f 176//96 607//438 863//687 356//236 +f 176//96 612//440 900//724 498//338 +f 178//97 357//237 848//672 604//435 +f 178//97 604//435 895//719 499//339 +f 178//97 613//441 866//690 357//237 +f 180//98 359//239 873//697 602//434 +f 180//98 599//433 861//685 359//239 +f 180//98 602//434 894//718 583//423 +f 182//99 360//240 871//695 621//446 +f 182//99 596//431 851//675 360//240 +f 182//99 621//446 906//730 585//425 +f 184//100 362//242 852//676 617//444 +f 184//100 597//432 872//696 362//242 +f 184//100 617//444 904//728 500//340 +f 185//101 508//348 846//670 611//439 +f 185//101 611//439 899//723 587//427 +f 185//101 620//445 845//669 508//348 +f 186//102 509//349 849//673 605//436 +f 186//102 604//435 848//672 509//349 +f 186//102 605//436 896//720 588//428 +f 187//103 510//350 861//685 599//433 +f 187//103 599//433 893//717 589//429 +f 187//103 612//440 860//684 510//350 +f 188//104 511//351 872//696 597//432 +f 188//104 597//432 892//716 590//430 +f 188//104 621//446 871//695 511//351 +f 249//161 790//614 393//261 80//32 +f 270//178 789//613 380//256 55//20 +f 274//180 780//604 376//253 51//18 +f 297//198 791//615 367//247 61//23 +f 299//199 794//618 392//260 69//27 +f 304//200 814//638 458//1333 90//969 +f 304//200 827//651 342//1245 34//842 +f 306//202 816//640 332//1205 36//849 +f 306//202 818//642 462//1345 92//978 +f 307//203 831//655 475//1369 93//981 +f 307//203 832//656 338//1229 37//854 +f 308//204 817//641 339//1233 38//857 +f 308//204 828//652 472//1361 94//986 +f 309//205 821//645 465//1349 95//989 +f 309//205 829//653 328//1197 39//862 +f 310//206 812//636 325//1185 40//865 +f 310//206 826//650 470//1353 96//994 +f 311//207 813//637 457//1329 97//997 +f 311//207 831//655 336//1222 41//870 +f 312//208 833//657 387//1277 58//918 +f 313//209 822//646 369//1253 60//922 +f 314//210 808//632 327//1193 42//873 +f 314//210 817//641 461//1342 98//1002 +f 315//211 821//645 333//1210 43//877 +f 315//211 827//651 471//1358 99//1006 +f 316//212 811//635 390//1289 64//930 +f 317//213 805//629 341//1241 44//881 +f 317//213 812//636 456//1326 100//1010 +f 318//214 814//638 331//1202 45//885 +f 318//214 832//656 476//1374 101//1014 +f 319//215 823//647 385//1273 66//934 +f 320//216 807//631 395//1301 68//937 +f 321//217 803//627 447//1313 102//1017 +f 321//217 828//652 335//1218 46//890 +f 322//218 818//642 326//1190 47//893 +f 322//218 829//653 473//1366 103//1022 +f 323//219 825//649 391//1293 72//946 +f 324//220 816//640 460//1338 104//1025 +f 324//220 826//650 334//1214 48//898 +f 327//1194 808//632 415//279 33//837 +f 341//1242 805//629 417//281 35//846 +f 343//223 855//679 377//254 49//17 +f 344//224 810//634 379//1262 50//901 +f 345//225 873//697 398//262 51//18 +f 347//227 854//678 367//247 53//19 +f 348//228 824//648 394//1297 54//910 +f 349//229 852//676 378//255 55//20 +f 351//231 846//670 371//249 57//21 +f 353//233 868//692 376//253 59//22 +f 354//234 849//673 373//251 61//23 +f 356//236 863//687 380//256 63//24 +f 357//237 866//690 375//252 65//25 +f 359//239 861//685 383//258 67//26 +f 360//240 851//675 386//259 69//27 +f 362//242 872//696 393//261 71//28 +f 363//243 809//633 384//1270 73//950 +f 364//244 819//643 381//1266 74//953 +f 365//245 804//628 368//1250 75//957 +f 367//247 791//615 433//297 53//19 +f 369//1254 822//646 513//353 52//906 +f 370//248 783//607 444//308 77//29 +f 371//249 786//610 435//299 57//21 +f 372//250 779//603 445//309 78//30 +f 375//252 785//609 439//303 65//25 +f 376//253 780//604 436//300 59//22 +f 377//254 782//606 431//295 49//17 +f 380//256 789//613 438//302 63//24 +f 382//257 784//608 443//307 79//31 +f 383//258 792//616 440//304 67//26 +f 390//1290 811//635 516//356 56//914 +f 391//1294 825//649 535//375 76//961 +f 393//261 790//614 442//306 71//28 +f 394//1298 824//648 522//362 62//925 +f 397//1310 830//654 528//368 70//942 +f 415//279 808//632 452//1322 89//965 +f 417//281 805//629 449//1318 91//974 +f 431//295 782//606 454//315 105//41 +f 432//296 859//683 466//320 106//42 +f 433//297 791//615 468//322 107//43 +f 434//298 843//667 455//316 108//44 +f 435//299 786//610 477//325 109//45 +f 436//300 780//604 466//320 110//46 +f 437//301 858//682 468//322 111//47 +f 438//302 789//613 455//316 112//48 +f 439//303 785//609 467//321 113//49 +f 440//304 792//616 451//313 114//50 +f 441//305 867//691 474//324 115//51 +f 442//306 790//614 469//323 116//52 +f 443//307 784//608 453//314 117//53 +f 444//308 783//607 463//318 118//54 +f 445//309 779//603 448//311 119//55 +f 446//310 844//668 469//323 120//56 +f 448//311 856//680 534//374 119//55 +f 449//1317 805//629 317//213 100//1009 +f 451//313 874//698 527//367 114//50 +f 452//1321 808//632 314//210 98//1001 +f 453//314 870//694 532//372 117//53 +f 454//315 864//688 512//352 105//41 +f 455//316 843//667 524//364 112//48 +f 456//1325 812//636 310//206 96//993 +f 458//1334 814//638 318//214 101//1013 +f 460//1337 816//640 306//202 92//977 +f 461//1341 817//641 308//204 94//985 +f 462//1346 818//642 322//218 103//1021 +f 463//318 862//686 533//373 118//54 +f 465//1350 821//645 315//211 99//1005 +f 466//320 859//683 521//361 110//46 +f 467//321 850//674 526//366 113//49 +f 468//322 858//682 515//355 107//43 +f 469//323 844//668 530//370 116//52 +f 470//1354 826//650 324//220 104//1026 +f 471//1357 827//651 304//200 90//970 +f 472//1362 828//652 321//217 102//1018 +f 473//1365 829//653 309//205 95//990 +f 475//1370 831//655 311//207 97//998 +f 476//1373 832//656 307//203 93//982 +f 477//325 853//677 519//359 109//45 +f 495//335 894//718 602//434 164//90 +f 495//335 897//721 618//1461 163//1066 +f 496//336 891//715 598//1429 165//1069 +f 496//336 903//727 615//443 166//91 +f 497//337 897//721 606//437 172//94 +f 497//337 905//729 608//1445 171//1082 +f 498//338 898//722 607//438 176//96 +f 498//338 900//724 594//1421 175//1090 +f 499//339 895//719 600//1433 177//1093 +f 499//339 901//725 613//441 178//97 +f 500//340 892//716 597//432 184//100 +f 500//340 904//728 610//1453 183//1106 +f 501//341 875//699 542//382 129//57 +f 501//341 880//704 545//385 130//58 +f 502//342 883//707 559//399 133//61 +f 502//342 887//711 564//404 134//62 +f 503//343 883//707 550//390 142//70 +f 503//343 886//710 552//392 141//69 +f 504//344 879//703 568//408 147//75 +f 504//344 882//706 548//388 148//76 +f 505//345 878//702 543//383 150//78 +f 505//345 887//711 554//394 149//77 +f 506//346 877//701 540//380 156//84 +f 506//346 885//709 561//401 155//83 +f 507//347 886//710 562//402 158//86 +f 507//347 888//712 560//400 157//85 +f 512//352 864//688 537//377 130//58 +f 513//353 822//646 549//389 131//59 +f 514//354 882//706 558//398 131//59 +f 514//354 890//714 567//407 132//60 +f 515//355 858//682 550//390 134//62 +f 516//356 811//635 541//381 135//63 +f 517//357 876//700 563//403 135//63 +f 517//357 889//713 566//406 136//64 +f 518//358 875//699 537//377 138//66 +f 518//358 877//701 546//386 137//65 +f 519//359 853//677 540//380 138//66 +f 520//360 885//709 555//395 140//68 +f 520//360 890//714 549//389 139//67 +f 521//361 859//683 567//407 140//68 +f 522//362 824//648 559//399 141//69 +f 523//363 884//708 551//391 144//72 +f 523//363 889//713 541//381 143//71 +f 524//364 843//667 566//406 144//72 +f 525//365 880//704 538//378 145//73 +f 525//365 888//712 565//405 146//74 +f 526//366 850//674 545//385 146//74 +f 527//367 874//698 544//384 148//76 +f 528//368 830//654 556//396 149//77 +f 529//369 876//700 539//379 152//80 +f 529//369 881//705 553//393 151//79 +f 530//370 844//668 547//387 152//80 +f 531//371 879//703 544//384 154//82 +f 531//371 884//708 557//397 153//81 +f 532//372 870//694 551//391 154//82 +f 533//373 862//686 555//395 156//84 +f 534//374 856//680 565//405 158//86 +f 535//375 825//649 553//393 159//87 +f 536//376 878//702 556//396 159//87 +f 536//376 881//705 547//387 160//88 +f 537//377 875//699 501//341 130//58 +f 540//380 877//701 518//358 138//66 +f 541//381 889//713 517//357 135//63 +f 544//384 879//703 504//344 148//76 +f 545//385 880//704 525//365 146//74 +f 547//387 881//705 529//369 152//80 +f 549//389 890//714 514//354 131//59 +f 550//390 883//707 502//342 134//62 +f 551//391 884//708 531//371 154//82 +f 553//393 881//705 536//376 159//87 +f 555//395 885//709 506//346 156//84 +f 556//396 878//702 505//345 149//77 +f 559//399 883//707 503//343 141//69 +f 565//405 888//712 507//347 158//86 +f 566//406 889//713 523//363 144//72 +f 567//407 890//714 520//360 140//68 +f 570//410 901//725 616//1458 161//1061 +f 570//410 902//726 614//442 162//89 +f 574//414 898//722 619//1466 167//1073 +f 574//414 904//728 617//444 168//92 +f 576//416 899//723 611//439 170//93 +f 576//416 902//726 591//1410 169//1078 +f 579//419 896//720 605//436 174//95 +f 579//419 903//727 603//1442 173//1086 +f 583//423 893//717 599//433 180//98 +f 583//423 894//718 622//1470 179//1098 +f 585//425 891//715 596//431 182//99 +f 585//425 906//730 592//1413 181//1102 +f 587//427 899//723 609//1450 192//1117 +f 587//427 905//729 620//445 185//101 +f 588//428 895//719 604//435 186//102 +f 588//428 896//720 601//1438 191//1115 +f 589//429 893//717 595//1426 190//1111 +f 589//429 900//724 612//440 187//103 +f 590//430 892//716 593//1418 189//1108 +f 590//430 906//730 621//446 188//104 +f 591//1409 902//726 570//410 161//1062 +f 592//1414 906//730 590//430 189//1109 +f 593//1417 892//716 500//340 183//1105 +f 594//1422 900//724 589//429 190//1112 +f 595//1425 893//717 583//423 179//1097 +f 598//1430 891//715 585//425 181//1101 +f 600//1434 895//719 588//428 191//1114 +f 601//1437 896//720 579//419 173//1085 +f 603//1441 903//727 496//336 165//1070 +f 608//1446 905//729 587//427 192//1118 +f 609//1449 899//723 576//416 169//1077 +f 610//1454 904//728 574//414 167//1074 +f 616//1457 901//725 499//339 177//1094 +f 618//1462 897//721 497//337 171//1081 +f 619//1465 898//722 498//338 175//1089 +f 622//1469 894//718 495//335 163//1065 +g cube1_default4 +usemtl default4 +s 2 +f 81//33 479//327 841//665 406//270 +f 81//33 664//488 795//619 399//263 +f 82//34 480//328 838//662 403//267 +f 82//34 666//490 796//620 400//264 +f 83//35 481//329 836//660 404//268 +f 83//35 668//492 797//621 401//265 +f 84//36 482//330 837//661 405//269 +f 84//36 670//494 798//622 402//266 +f 85//37 399//263 795//619 408//272 +f 85//37 408//272 928//752 403//267 +f 86//38 400//264 796//620 409//273 +f 86//38 409//273 929//753 404//268 +f 87//39 401//265 797//621 410//274 +f 87//39 410//274 930//754 405//269 +f 88//40 402//266 798//622 407//271 +f 88//40 407//271 927//751 406//270 +f 121//1030 493//1402 841//665 479//327 +f 122//1034 490//1390 838//662 480//328 +f 123//1037 488//1382 836//660 481//329 +f 124//1041 489//1386 837//661 482//330 +f 210//122 665//489 924//748 663//487 +f 210//122 667//491 925//749 665//489 +f 210//122 669//493 926//750 667//491 +f 211//123 407//271 798//622 673//497 +f 211//123 673//497 954//778 659//483 +f 211//123 682//506 927//751 407//271 +f 212//124 408//272 795//619 671//495 +f 212//124 671//495 947//771 660//484 +f 212//124 686//510 928//752 408//272 +f 213//125 409//273 796//620 672//496 +f 213//125 672//496 948//772 661//485 +f 213//125 678//502 929//753 409//273 +f 214//126 410//274 797//621 683//507 +f 214//126 681//505 930//754 410//274 +f 214//126 683//507 945//769 662//486 +f 215//127 674//498 923//747 663//487 +f 215//127 691//515 949//773 674//498 +f 216//128 671//495 795//619 664//488 +f 216//128 682//506 950//774 656//480 +f 217//129 676//500 924//748 665//489 +f 217//129 693//517 941//765 676//500 +f 218//130 672//496 796//620 666//490 +f 218//130 686//510 939//763 657//481 +f 219//131 684//508 925//749 667//491 +f 219//131 695//519 940//764 684//508 +f 220//132 678//502 951//775 658//482 +f 220//132 683//507 797//621 668//492 +f 221//133 679//503 926//750 669//493 +f 221//133 697//521 943//767 679//503 +f 222//134 673//497 798//622 670//494 +f 222//134 681//505 944//768 655//479 +f 223//135 675//499 923//747 674//498 +f 223//135 699//523 946//770 675//499 +f 224//136 677//501 924//748 676//500 +f 224//136 700//524 942//766 677//501 +f 225//137 680//504 926//750 679//503 +f 225//137 701//525 952//776 680//504 +f 226//138 685//509 925//749 684//508 +f 226//138 702//526 953//777 685//509 +f 227//139 718//542 933//757 687//511 +f 228//140 711//535 931//755 688//512 +f 229//141 712//536 932//756 689//513 +f 230//142 709//533 937//761 690//514 +f 231//143 692//516 936//760 713//537 +f 231//143 706//530 931//755 692//516 +f 231//143 713//537 949//773 691//515 +f 232//144 714//538 936//760 692//516 +f 233//145 694//518 938//762 705//529 +f 233//145 705//529 941//765 693//517 +f 233//145 717//541 932//756 694//518 +f 234//146 703//527 938//762 694//518 +f 235//147 696//520 934//758 704//528 +f 235//147 704//528 940//764 695//519 +f 235//147 716//540 937//761 696//520 +f 236//148 715//539 934//758 696//520 +f 237//149 698//522 935//759 707//531 +f 237//149 707//531 943//767 697//521 +f 237//149 710//534 933//757 698//522 +f 238//150 708//532 935//759 698//522 +f 239//151 687//511 933//757 710//534 +f 239//151 710//534 946//770 699//523 +f 239//151 713//537 936//760 687//511 +f 240//152 688//512 931//755 706//530 +f 240//152 705//529 938//762 688//512 +f 240//152 706//530 942//766 700//524 +f 241//153 690//514 937//761 716//540 +f 241//153 707//531 935//759 690//514 +f 241//153 716//540 952//776 701//525 +f 242//154 689//513 932//756 717//541 +f 242//154 704//528 934//758 689//513 +f 242//154 717//541 953//777 702//526 +f 399//263 840//664 479//327 81//33 +f 400//264 835//659 480//328 82//34 +f 401//265 842//666 481//329 83//35 +f 402//266 839//663 482//330 84//36 +f 403//267 838//662 411//275 85//37 +f 403//267 928//752 666//490 82//34 +f 404//268 836//660 412//276 86//38 +f 404//268 929//753 668//492 83//35 +f 405//269 837//661 413//277 87//39 +f 405//269 930//754 670//494 84//36 +f 406//270 841//665 414//278 88//40 +f 406//270 927//751 664//488 81//33 +f 411//275 838//662 490//1389 125//1045 +f 411//275 840//664 399//263 85//37 +f 412//276 835//659 400//264 86//38 +f 412//276 836//660 488//1381 126//1050 +f 413//277 837//661 489//1385 127//1053 +f 413//277 842//666 401//265 87//39 +f 414//278 839//663 402//266 88//40 +f 414//278 841//665 493//1401 128//1058 +f 479//327 840//664 492//1397 121//1029 +f 480//328 835//659 487//1377 122//1033 +f 481//329 842//666 494//1405 123//1038 +f 482//330 839//663 491//1393 124//1042 +f 487//1378 835//659 412//276 126//1049 +f 491//1394 839//663 414//278 128//1057 +f 492//1398 840//664 411//275 125//1046 +f 494//1406 842//666 413//277 127//1054 +f 655//479 944//768 708//532 238//150 +f 655//479 954//778 673//497 222//134 +f 656//480 947//771 671//495 216//128 +f 656//480 950//774 714//538 232//144 +f 657//481 939//763 703//527 234//146 +f 657//481 948//772 672//496 218//130 +f 658//482 945//769 683//507 220//132 +f 658//482 951//775 715//539 236//148 +f 659//483 950//774 682//506 211//123 +f 659//483 954//778 718//542 227//139 +f 660//484 939//763 686//510 212//124 +f 660//484 947//771 711//535 228//140 +f 661//485 948//772 712//536 229//141 +f 661//485 951//775 678//502 213//125 +f 662//486 944//768 681//505 214//126 +f 662//486 945//769 709//533 230//142 +f 663//487 923//747 669//493 210//122 +f 663//487 924//748 677//501 215//127 +f 664//488 927//751 682//506 216//128 +f 665//489 925//749 685//509 217//129 +f 666//490 928//752 686//510 218//130 +f 667//491 926//750 680//504 219//131 +f 668//492 929//753 678//502 220//132 +f 669//493 923//747 675//499 221//133 +f 670//494 930//754 681//505 222//134 +f 674//498 949//773 699//523 223//135 +f 675//499 946//770 697//521 221//133 +f 676//500 941//765 700//524 224//136 +f 677//501 942//766 691//515 215//127 +f 679//503 943//767 701//525 225//137 +f 680//504 952//776 695//519 219//131 +f 684//508 940//764 702//526 226//138 +f 685//509 953//777 693//517 217//129 +f 687//511 936//760 714//538 227//139 +f 688//512 938//762 703//527 228//140 +f 689//513 934//758 715//539 229//141 +f 690//514 935//759 708//532 230//142 +f 691//515 942//766 706//530 231//143 +f 692//516 931//755 711//535 232//144 +f 693//517 953//777 717//541 233//145 +f 694//518 932//756 712//536 234//146 +f 695//519 952//776 716//540 235//147 +f 696//520 937//761 709//533 236//148 +f 697//521 946//770 710//534 237//149 +f 698//522 933//757 718//542 238//150 +f 699//523 949//773 713//537 239//151 +f 700//524 941//765 705//529 240//152 +f 701//525 943//767 707//531 241//153 +f 702//526 940//764 704//528 242//154 +f 703//527 939//763 660//484 228//140 +f 708//532 944//768 662//486 230//142 +f 709//533 945//769 658//482 236//148 +f 711//535 947//771 656//480 232//144 +f 712//536 948//772 657//481 234//146 +f 714//538 950//774 659//483 227//139 +f 715//539 951//775 661//485 229//141 +f 718//542 954//778 655//479 238//150 diff --git a/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerBHighPoly.obj.import b/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerBHighPoly.obj.import new file mode 100644 index 0000000..e977d09 --- /dev/null +++ b/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerBHighPoly.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://b226koqqxybka" +path="res://.godot/imported/SpeakerBHighPoly.obj-1046a1a2368b7ccc71acaa7d84065a55.mesh" + +[deps] + +files=["res://.godot/imported/SpeakerBHighPoly.obj-1046a1a2368b7ccc71acaa7d84065a55.mesh"] + +source_file="res://assets-library/Speakers/SpeakersHighPoly/SpeakerBHighPoly.obj" +dest_files=["res://.godot/imported/SpeakerBHighPoly.obj-1046a1a2368b7ccc71acaa7d84065a55.mesh", "res://.godot/imported/SpeakerBHighPoly.obj-1046a1a2368b7ccc71acaa7d84065a55.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerBHighPoly.wings b/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerBHighPoly.wings new file mode 100644 index 0000000..b371a2c Binary files /dev/null and b/escape-room-version-2/assets-library/Speakers/SpeakersHighPoly/SpeakerBHighPoly.wings differ diff --git a/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerALowPoly.3ds b/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerALowPoly.3ds new file mode 100644 index 0000000..265d2ac Binary files /dev/null and b/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerALowPoly.3ds differ diff --git a/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerALowPoly.mtl b/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerALowPoly.mtl new file mode 100644 index 0000000..a8d9d54 --- /dev/null +++ b/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerALowPoly.mtl @@ -0,0 +1,19 @@ +# Exported from Wings 3D 1.5.4 +newmtl default2 +Ns 100.0 +d 1.0 +illum 2 +Kd 0.09424 0.09424 0.09424 +Ka 0.78 0.78 0.78 +Ks 1.0 1.0 1.0 +Ke 0.0 0.0 0.0 + +newmtl default3 +Ns 100.0 +d 1.0 +illum 2 +Kd 0.18748 0.18748 0.18748 +Ka 1.0 1.0 1.0 +Ks 1.0 1.0 1.0 +Ke 0.0 0.0 0.0 + diff --git a/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerALowPoly.obj b/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerALowPoly.obj new file mode 100644 index 0000000..ec20a71 --- /dev/null +++ b/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerALowPoly.obj @@ -0,0 +1,1101 @@ +# Exported from Wings 3D 1.5.4 +mtllib SpeakerALowPoly.mtl +o cube1 +#242 vertices, 236 faces +v -0.48666667 -7.0383778e-2 0.48666667 +v 0.48666667 -7.0383778e-2 0.48666667 +v -0.48666667 -7.0383778e-2 -0.48666667 +v 0.48666667 -7.0383778e-2 -0.48666667 +v -0.63450000 6.2222302e-2 0.63450000 +v 0.0000000e+0 -9.1505111e-2 0.65700000 +v -0.65700000 -9.1505111e-2 0.0000000e+0 +v 0.63450000 6.2222302e-2 0.63450000 +v 0.65700000 -9.1505111e-2 0.0000000e+0 +v -0.63450000 6.2222302e-2 -0.63450000 +v 0.0000000e+0 -9.1505111e-2 -0.65700000 +v 0.63450000 6.2222302e-2 -0.63450000 +v 0.0000000e+0 6.2222302e-2 0.71767872 +v 0.71278546 6.2222302e-2 0.0000000e+0 +v 0.0000000e+0 6.2222302e-2 -0.71767872 +v -0.71278546 6.2222302e-2 0.0000000e+0 +v 0.15722511 -9.6801236e-2 6.8553277e-18 +v 2.2496624e-19 -9.6801236e-2 0.15722511 +v -0.15722511 -9.6801236e-2 6.8553277e-18 +v 2.2496624e-19 -9.6801236e-2 -0.15722511 +v 0.14632832 -9.9889697e-2 0.14632832 +v -0.14632832 -9.9889697e-2 0.14632832 +v -0.14632832 -9.9889697e-2 -0.14632832 +v 0.14632832 -9.9889697e-2 -0.14632832 +v -0.29412519 6.2222302e-2 0.68867784 +v 0.29514765 6.2222302e-2 0.68867784 +v 0.69677261 6.2222302e-2 0.29959060 +v 0.69677261 6.2222302e-2 -0.29720488 +v -0.29821500 6.2222302e-2 -0.69583500 +v 0.29514765 6.2222302e-2 -0.68629212 +v -0.69575016 6.2222302e-2 0.29959060 +v -0.69575016 6.2222302e-2 -0.29720488 +v -0.50800519 5.0888536e-2 0.50800519 +v 0.50800519 5.0888536e-2 0.50800519 +v -0.50800519 5.0888536e-2 -0.50800519 +v 0.50800519 5.0888536e-2 -0.50800519 +v -1.8457458e-20 5.0888536e-2 0.70491104 +v -0.70491104 5.0888536e-2 -1.1213863e-19 +v 0.70491104 5.0888536e-2 -1.1213863e-19 +v -1.8457458e-20 5.0888536e-2 -0.70491104 +v -0.27908696 5.0888536e-2 0.65516191 +v -0.65516191 5.0888536e-2 0.27908696 +v 0.65516191 5.0888536e-2 0.27908696 +v -0.27908696 5.0888536e-2 -0.65516191 +v 0.27908696 5.0888536e-2 0.65516191 +v -0.65516191 5.0888536e-2 -0.27908696 +v 0.65516191 5.0888536e-2 -0.27908696 +v 0.27908696 5.0888536e-2 -0.65516191 +v 2.0414429e-2 2.3902776e-2 0.59698227 +v -7.6823167e-20 5.0888536e-2 0.66004165 +v -0.59698227 2.3902776e-2 2.0414429e-2 +v -0.66004165 5.0888536e-2 -1.7050434e-19 +v 0.59698227 2.3902776e-2 -2.0414429e-2 +v 0.66004165 5.0888536e-2 -1.7050434e-19 +v -2.0414429e-2 2.3902776e-2 -0.59698227 +v -7.6823167e-20 5.0888536e-2 -0.66004165 +v -0.20959475 2.3902776e-2 0.55935196 +v -0.26337095 5.0888536e-2 0.61334782 +v -0.54372743 2.3902776e-2 0.24731570 +v -0.61334782 5.0888536e-2 0.26337095 +v 0.55935196 2.3902776e-2 0.20959475 +v 0.61334782 5.0888536e-2 0.26337095 +v -0.24731570 2.3902776e-2 -0.54372743 +v -0.26337095 5.0888536e-2 -0.61334782 +v 0.24731570 2.3902776e-2 0.54372743 +v 0.26337095 5.0888536e-2 0.61334782 +v -0.55935196 2.3902776e-2 -0.20959475 +v -0.61334782 5.0888536e-2 -0.26337095 +v 0.54372743 2.3902776e-2 -0.24731570 +v 0.61334782 5.0888536e-2 -0.26337095 +v 0.20959475 2.3902776e-2 -0.55935196 +v 0.26337095 5.0888536e-2 -0.61334782 +v -0.47766041 5.0888536e-2 -0.47766041 +v -0.47766041 5.0888536e-2 0.47766041 +v 0.47766041 5.0888536e-2 0.47766041 +v 0.47766041 5.0888536e-2 -0.47766041 +v -0.40769503 2.3902776e-2 0.43656539 +v 0.43656539 2.3902776e-2 0.40769503 +v -0.43656539 2.3902776e-2 -0.40769503 +v 0.40769503 2.3902776e-2 -0.43656539 +v 0.13571877 -9.3711911e-2 -1.6548609e-3 +v 1.6548609e-3 -9.3711911e-2 0.13571877 +v -0.13571877 -9.3711911e-2 1.6548609e-3 +v -1.6548609e-3 -9.3711911e-2 -0.13571877 +v 9.7137825e-2 -9.3711911e-2 9.4797498e-2 +v -9.4797498e-2 -9.3711911e-2 9.7137825e-2 +v -9.7137825e-2 -9.3711911e-2 -9.4797498e-2 +v 9.4797498e-2 -9.3711911e-2 -9.7137825e-2 +v -0.51244166 6.2784068e-2 0.51244166 +v 0.51244166 6.2784068e-2 0.51244166 +v -0.51244166 6.2784068e-2 -0.51244166 +v 0.51244166 6.2784068e-2 -0.51244166 +v -4.8337556e-19 6.2784068e-2 0.70489024 +v -0.70489024 6.2784068e-2 1.2032042e-19 +v 0.70489024 6.2784068e-2 1.2032042e-19 +v -4.8337556e-19 6.2784068e-2 -0.70489024 +v -0.27916237 6.2784068e-2 0.65448395 +v -0.65448395 6.2784068e-2 0.27916237 +v 0.65448395 6.2784068e-2 0.27916237 +v -0.27916237 6.2784068e-2 -0.65448395 +v 0.27916237 6.2784068e-2 0.65448395 +v -0.65448395 6.2784068e-2 -0.27916237 +v 0.65448395 6.2784068e-2 -0.27916237 +v 0.27916237 6.2784068e-2 -0.65448395 +v 1.3578854e-2 2.3902776e-2 0.61765926 +v -0.61765926 2.3902776e-2 1.3578854e-2 +v 0.61765926 2.3902776e-2 -1.3578854e-2 +v -1.3578854e-2 2.3902776e-2 -0.61765926 +v -0.22382274 2.3902776e-2 0.57583915 +v -0.56544635 2.3902776e-2 0.24891319 +v 0.57583915 2.3902776e-2 0.22382274 +v -0.24891319 2.3902776e-2 -0.56544635 +v 0.24891319 2.3902776e-2 0.56544635 +v -0.57583915 2.3902776e-2 -0.22382274 +v 0.56544635 2.3902776e-2 -0.24891319 +v 0.22382274 2.3902776e-2 -0.57583915 +v -0.44635275 2.3902776e-2 -0.42714935 +v -0.42714935 2.3902776e-2 0.44635275 +v 0.44635275 2.3902776e-2 0.42714935 +v 0.42714935 2.3902776e-2 -0.44635275 +v 0.13842689 -0.10550243 1.2228961e-3 +v -1.2228961e-3 -0.10550243 0.13842689 +v -0.13842689 -0.10550243 -1.2228961e-3 +v 1.2228961e-3 -0.10550243 -0.13842689 +v 9.7017876e-2 -0.10550243 9.8747312e-2 +v -9.8747312e-2 -0.10550243 9.7017876e-2 +v -9.7017876e-2 -0.10550243 -9.8747312e-2 +v 9.8747312e-2 -0.10550243 -9.7017876e-2 +v 4.1706993e-19 4.4277595e-2 0.63618600 +v 1.1465119e-2 2.7411908e-2 0.63704394 +v -0.63618600 4.4277595e-2 4.1780242e-19 +v -0.63704394 2.7411908e-2 1.1465119e-2 +v 0.63618600 4.4277595e-2 4.1780242e-19 +v 0.63704394 2.7411908e-2 -1.1465119e-2 +v 4.1706993e-19 4.4277595e-2 -0.63618600 +v -1.1465119e-2 2.7411908e-2 -0.63704394 +v -0.26719874 4.4277595e-2 0.59129024 +v -0.23319377 2.7411908e-2 0.59293937 +v -0.59129024 4.4277595e-2 0.26719874 +v -0.58416435 2.7411908e-2 0.25437855 +v 0.59129024 4.4277595e-2 0.26719874 +v 0.59293937 2.7411908e-2 0.23319377 +v -0.26719874 4.4277595e-2 -0.59129024 +v -0.25437855 2.7411908e-2 -0.58416435 +v 0.26719874 4.4277595e-2 0.59129024 +v 0.25437855 2.7411908e-2 0.58416435 +v -0.59129024 4.4277595e-2 -0.26719874 +v -0.59293937 2.7411908e-2 -0.23319377 +v 0.59129024 4.4277595e-2 -0.26719874 +v 0.58416435 2.7411908e-2 -0.25437855 +v 0.26719874 4.4277595e-2 -0.59129024 +v 0.23319377 2.7411908e-2 -0.59293937 +v -0.46302933 4.4277595e-2 -0.46302933 +v -0.45856515 2.7411908e-2 -0.44235103 +v -0.46302933 4.4277595e-2 0.46302933 +v -0.44235103 2.7411908e-2 0.45856515 +v 0.46302933 4.4277595e-2 0.46302933 +v 0.45856515 2.7411908e-2 0.44235103 +v 0.46302933 4.4277595e-2 -0.46302933 +v 0.44235103 2.7411908e-2 -0.45856515 +v 9.0016922e-17 5.2698849e-2 0.55392124 +v 8.3374862e-3 2.3902776e-2 0.57824135 +v -0.55392124 5.2698849e-2 2.6181248e-18 +v -0.57824135 2.3902776e-2 8.3374862e-3 +v 0.55392124 5.2698849e-2 -2.8088041e-17 +v 0.57824135 2.3902776e-2 -8.3374862e-3 +v -6.5392046e-18 5.2698849e-2 -0.55392124 +v -8.3374862e-3 2.3902776e-2 -0.57824135 +v -0.22080060 5.1721081e-2 0.51019678 +v -0.21358055 2.3902776e-2 0.53741597 +v -0.51019678 5.1721081e-2 0.22080060 +v -0.53103473 2.3902776e-2 0.22898622 +v 0.51019678 5.1721081e-2 0.22080060 +v 0.53741597 2.3902776e-2 0.21358055 +v -0.22080060 5.1721081e-2 -0.51019678 +v -0.22898622 2.3902776e-2 -0.53103473 +v 0.22080060 5.1721081e-2 0.51019678 +v 0.22898622 3.4771774e-2 0.53103473 +v -0.51019678 5.1721081e-2 -0.22080060 +v -0.53741597 2.3902776e-2 -0.21358055 +v 0.51019678 5.1721081e-2 -0.22080060 +v 0.53103473 2.3902776e-2 -0.22898622 +v 0.22080060 5.1721081e-2 -0.51019678 +v 0.21358055 2.3902776e-2 -0.53741597 +v -0.40298289 2.3902776e-2 0.41477387 +v 0.41477387 3.4771774e-2 0.40298289 +v -0.41477387 2.3902776e-2 -0.40298289 +v 0.40298289 2.3902776e-2 -0.41477387 +v 0.39203419 5.0277629e-2 -0.39203419 +v -0.39203419 5.0277629e-2 -0.39203419 +v 0.39203419 5.0277629e-2 0.39203419 +v -0.39203419 5.0277629e-2 0.39203419 +v -0.40686610 -0.10726654 0.0000000e+0 +v 0.0000000e+0 -0.10726654 0.40686610 +v 0.40686610 -0.10726654 0.0000000e+0 +v 0.0000000e+0 -0.10726654 -0.40686610 +v -0.27124406 -0.10726654 0.27124406 +v 0.27124406 -0.10726654 0.27124406 +v 0.27124406 -0.10726654 -0.27124406 +v -0.27124406 -0.10726654 -0.27124406 +v 0.0000000e+0 -0.42373067 0.0000000e+0 +v -0.27124406 -0.42373067 0.27124406 +v 0.27124406 -0.42373067 0.27124406 +v 0.27124406 -0.42373067 -0.27124406 +v -0.27124406 -0.42373067 -0.27124406 +v 0.0000000e+0 -0.42373067 0.40686610 +v 0.40686610 -0.42373067 0.0000000e+0 +v 0.0000000e+0 -0.42373067 -0.40686610 +v -0.40686610 -0.42373067 0.0000000e+0 +v 1.1241581e-18 -9.3711911e-2 1.0211047e-17 +v 7.6645117e-2 -9.3711911e-2 -7.8537305e-2 +v 7.8537305e-2 -9.3711911e-2 7.6645117e-2 +v -7.6645117e-2 -9.3711911e-2 7.8537305e-2 +v -7.8537305e-2 -9.3711911e-2 -7.6645117e-2 +v 9.8409925e-2 -9.3711911e-2 -1.1999426e-3 +v 0.10973054 -9.3711911e-2 -1.3379784e-3 +v 1.1999426e-3 -9.3711911e-2 9.8409925e-2 +v 1.3379784e-3 -9.3711911e-2 0.10973054 +v -9.8409925e-2 -9.3711911e-2 1.1999426e-3 +v -0.10973054 -9.3711911e-2 1.3379784e-3 +v -1.1999426e-3 -9.3711911e-2 -9.8409925e-2 +v -1.3379784e-3 -9.3711911e-2 -0.10973054 +v 6.8412089e-2 -9.3711911e-2 -7.0101022e-2 +v 7.0101022e-2 -9.3711911e-2 6.8412089e-2 +v -7.0101022e-2 -9.3711911e-2 -6.8412089e-2 +v -6.8412089e-2 -9.3711911e-2 7.0101022e-2 +v 7.6645117e-2 -0.10700874 -7.8537305e-2 +v 7.8537305e-2 -0.10700874 7.6645117e-2 +v -7.6645117e-2 -0.10700874 7.8537305e-2 +v -7.8537305e-2 -0.10700874 -7.6645117e-2 +v 9.8409925e-2 -0.10700874 -1.1999426e-3 +v 0.10973054 -0.10700874 -1.3379784e-3 +v 1.1999426e-3 -0.10700874 9.8409925e-2 +v 1.3379784e-3 -0.10700874 0.10973054 +v -9.8409925e-2 -0.10700874 1.1999426e-3 +v -0.10973054 -0.10700874 1.3379784e-3 +v -1.1999426e-3 -0.10700874 -9.8409925e-2 +v -1.3379784e-3 -0.10700874 -0.10973054 +v 6.8412089e-2 -0.10700874 -7.0101022e-2 +v 7.0101022e-2 -0.10700874 6.8412089e-2 +v -7.0101022e-2 -0.10700874 -6.8412089e-2 +v -6.8412089e-2 -0.10700874 7.0101022e-2 +vn -0.28969414 -0.91204440 0.29026250 +vn 0.28919622 -0.91227760 0.29002609 +vn -0.28850287 -0.91353732 -0.28673272 +vn 0.28975332 -0.91172627 -0.29120134 +vn -1.2431047e-5 -0.89579303 0.44447143 +vn -0.43948120 -0.89825179 -2.6552022e-5 +vn 0.43850118 -0.89873061 -2.6501120e-5 +vn 9.1794486e-4 -0.89705080 -0.44192648 +vn -0.27796352 0.96059162 -1.6911543e-4 +vn 1.6911543e-4 0.96059162 -0.27796352 +vn 0.27796352 0.96059162 1.6911543e-4 +vn -1.6911543e-4 0.96059162 0.27796352 +vn -0.18384616 0.96544676 -0.18469742 +vn 0.18469742 0.96544676 -0.18384616 +vn 0.18384616 0.96544676 0.18469742 +vn -0.18469742 0.96544676 0.18384616 +vn 1.0560457e-2 0.99726711 7.3121787e-2 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 5.9772319e-2 0.99772887 3.1054215e-2 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 8.5067475e-2 0.97998940 0.17995636 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.13514905 0.98129312 0.13710779 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -1.7881316e-3 0.99597754 -8.9585409e-2 +vn 8.9585409e-2 0.99597754 -1.7881316e-3 +vn -8.9585409e-2 0.99597754 1.7881316e-3 +vn 1.7881316e-3 0.99597754 8.9585409e-2 +vn 3.2630834e-2 0.99597754 -8.3450414e-2 +vn 8.2081837e-2 0.99597754 -3.5934870e-2 +vn -8.3450414e-2 0.99597754 -3.2630834e-2 +vn 3.5934870e-2 0.99597754 8.2081837e-2 +vn -3.5934870e-2 0.99597754 -8.2081837e-2 +vn 8.3450414e-2 0.99597754 3.2630834e-2 +vn -8.2081837e-2 0.99597754 3.5934870e-2 +vn -3.2630834e-2 0.99597754 8.3450414e-2 +vn 6.4610850e-2 0.99597754 6.2082050e-2 +vn 6.2082050e-2 0.99597754 -6.4610850e-2 +vn -6.4610850e-2 0.99597754 -6.2082050e-2 +vn -6.2082050e-2 0.99597754 6.4610850e-2 +vn -4.6666007e-3 0.67084346 -0.74158430 +vn -7.0164636e-3 0.70928007 -0.70489187 +vn 0.74158430 0.67084346 -4.6666007e-3 +vn 0.70489187 0.70928007 -7.0164636e-3 +vn -0.74158430 0.67084346 4.6666007e-3 +vn -0.70489187 0.70928007 7.0164636e-3 +vn 4.6666007e-3 0.67084346 0.74158430 +vn 7.0164636e-3 0.70928007 0.70489187 +vn 0.22247698 0.76806054 -0.60048896 +vn 0.19972183 0.81012167 -0.55119332 +vn 0.59100603 0.77388617 -0.22762265 +vn 0.53988969 0.81542306 -0.20881657 +vn -0.60048896 0.76806054 -0.22247698 +vn -0.55119332 0.81012167 -0.19972183 +vn 0.22762265 0.77388617 0.59100603 +vn 0.20881657 0.81542306 0.53988969 +vn -0.22762265 0.77388617 -0.59100603 +vn -0.20881657 0.81542306 -0.53988969 +vn 0.60048896 0.76806054 0.22247698 +vn 0.55119332 0.81012167 0.19972183 +vn -0.59100603 0.77388617 0.22762265 +vn -0.53988969 0.81542306 0.20881657 +vn -0.22247698 0.76806054 0.60048896 +vn -0.19972183 0.81012167 0.55119332 +vn 0.38177273 0.84408628 0.37652084 +vn 0.33412552 0.88431606 0.32610618 +vn 0.37652084 0.84408628 -0.38177273 +vn 0.32610618 0.88431606 -0.33412552 +vn -0.38177273 0.84408628 -0.37652084 +vn -0.33412552 0.88431606 -0.32610618 +vn -0.37652084 0.84408628 0.38177273 +vn -0.32610618 0.88431606 0.33412552 +vn 5.7817611e-3 0.88738871 0.46098574 +vn -0.41528161 0.90968787 3.0273488e-3 +vn 0.41528161 0.90968787 -3.0273488e-3 +vn -3.0273488e-3 0.90968787 -0.41528161 +vn -0.16079599 0.90752255 0.38800448 +vn -0.38535918 0.90766217 0.16627594 +vn 0.42304147 0.88953443 0.17252363 +vn -0.16627594 0.90766217 -0.38535918 +vn 0.20352927 0.85406691 0.47869150 +vn -0.38800448 0.90752255 -0.16079599 +vn 0.38535918 0.90766217 -0.16627594 +vn 0.16079599 0.90752255 -0.38800448 +vn -0.29861589 0.90491922 0.30323218 +vn 0.37320495 0.85583569 0.35813872 +vn -0.30323218 0.90491922 -0.29861589 +vn 0.29861589 0.90491922 -0.30323218 +vn -0.70128426 -0.71288175 0.0000000e+0 +vn 0.0000000e+0 -0.71288175 0.70128426 +vn 0.70128426 -0.71288175 0.0000000e+0 +vn 0.0000000e+0 -0.71288175 -0.70128426 +vn -0.51374083 -0.68712496 0.51374083 +vn 0.51374083 -0.68712496 0.51374083 +vn 0.51374083 -0.68712496 -0.51374083 +vn -0.51374083 -0.68712496 -0.51374083 +vn 0.0000000e+0 -1.00000000 0.0000000e+0 +vn -0.48666426 -0.72547625 0.48666426 +vn 0.48666426 -0.72547625 0.48666426 +vn 0.48666426 -0.72547625 -0.48666426 +vn -0.48666426 -0.72547625 -0.48666426 +vn 0.0000000e+0 -0.48795004 0.87287156 +vn 0.87287156 -0.48795004 0.0000000e+0 +vn 0.0000000e+0 -0.48795004 -0.87287156 +vn -0.87287156 -0.48795004 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.49219631 -0.71720351 0.49331726 +vn -3.5673020e-3 0.99998678 3.7035151e-3 +vn -0.49219631 -0.71720351 0.49331726 +vn -3.5673020e-3 0.99998678 3.7035151e-3 +vn 0.49129614 -0.71808434 0.49293304 +vn 0.49129614 -0.71808434 0.49293304 +vn 3.5514210e-3 0.99998686 3.6967436e-3 +vn 3.5514210e-3 0.99998686 3.6967436e-3 +vn -0.49035736 -0.72285086 -0.48686373 +vn -0.49035736 -0.72285086 -0.48686373 +vn -3.5726049e-3 0.99998726 -3.5661518e-3 +vn -3.5726049e-3 0.99998726 -3.5661518e-3 +vn 0.49220653 -0.71599330 -0.49506194 +vn 0.49220653 -0.71599330 -0.49506194 +vn 3.5666910e-3 0.99998665 -3.7382073e-3 +vn 3.5666910e-3 0.99998665 -3.7382073e-3 +vn -2.3260935e-5 -0.66552346 0.74637693 +vn -7.2512224e-6 0.99973855 2.2865530e-2 +vn -2.3260935e-5 -0.66552346 0.74637693 +vn -7.2512224e-6 0.99973855 2.2865530e-2 +vn 0.73711746 -0.67576464 -4.9699272e-5 +vn 2.1438434e-2 0.99977017 -1.1328829e-5 +vn 0.73711746 -0.67576464 -4.9699272e-5 +vn 2.1438434e-2 0.99977017 -1.1328829e-5 +vn 4.6295390e-4 0.99975966 -2.1918016e-2 +vn 1.7195300e-3 -0.66981479 -0.74252622 +vn 1.7195300e-3 -0.66981479 -0.74252622 +vn 4.6295390e-4 0.99975966 -2.1918016e-2 +vn -2.1850444e-2 0.99976125 -1.1949548e-5 +vn -0.73861725 -0.67412503 -4.9774618e-5 +vn -0.73861725 -0.67412503 -4.9774618e-5 +vn -2.1850444e-2 0.99976125 -1.1949548e-5 +vn -0.17790415 -0.65479745 0.73456818 +vn -2.5318717e-3 0.99989576 1.4214887e-2 +vn -2.5318717e-3 0.99989576 1.4214887e-2 +vn 2.5242881e-3 0.99989632 1.4176960e-2 +vn 0.17785837 -0.65502187 0.73437916 +vn 2.5242881e-3 0.99989632 1.4176960e-2 +vn 0.72587286 -0.66588253 0.17236311 +vn 1.3298253e-2 0.99990923 2.1641205e-3 +vn 1.3298253e-2 0.99990923 2.1641205e-3 +vn 1.3365473e-2 0.99990831 -2.1761803e-3 +vn 0.72628519 -0.66540741 -0.17246102 +vn 1.3365473e-2 0.99990831 -2.1761803e-3 +vn -2.1816992e-3 0.99991868 -1.2564469e-2 +vn -0.17528980 -0.66740197 -0.72377351 +vn -2.1816992e-3 0.99991868 -1.2564469e-2 +vn 0.17867437 -0.65100133 -0.73774843 +vn 2.6544286e-3 0.99988721 -1.4782365e-2 +vn 2.6544286e-3 0.99988721 -1.4782365e-2 +vn -1.3518347e-2 0.99990619 2.2077209e-3 +vn -0.72730585 -0.66422868 0.17270338 +vn -1.3518347e-2 0.99990619 2.2077209e-3 +vn -0.72771878 -0.66375074 -0.17280143 +vn -1.3588628e-2 0.99990520 -2.2204066e-3 +vn -1.3588628e-2 0.99990520 -2.2204066e-3 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.68747961 0.23397343 -0.68747961 +vn 0.68747961 0.23397343 -0.68747961 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.68747961 0.23397343 -0.68747961 +vn -0.68747961 0.23397343 -0.68747961 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.68747961 0.23397343 0.68747961 +vn 0.68747961 0.23397343 0.68747961 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.68747961 0.23397343 0.68747961 +vn -0.68747961 0.23397343 0.68747961 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 -2.8790241e-2 -0.99958548 +vn 0.0000000e+0 -2.8790241e-2 -0.99958548 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.99958548 -2.8790241e-2 0.0000000e+0 +vn 0.99958548 -2.8790241e-2 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.99958548 -2.8790241e-2 0.0000000e+0 +vn -0.99958548 -2.8790241e-2 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 -2.8790241e-2 0.99958548 +vn 0.0000000e+0 -2.8790241e-2 0.99958548 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.35577546 0.10267856 -0.92891385 +vn 0.35577546 0.10267856 -0.92891385 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.92891385 0.10267856 -0.35577546 +vn 0.92891385 0.10267856 -0.35577546 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.92891385 0.10267856 -0.35577546 +vn -0.92891385 0.10267856 -0.35577546 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.35577546 0.10267856 0.92891385 +vn 0.35577546 0.10267856 0.92891385 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.35577546 0.10267856 -0.92891385 +vn -0.35577546 0.10267856 -0.92891385 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.92891385 0.10267856 0.35577546 +vn 0.92891385 0.10267856 0.35577546 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.92891385 0.10267856 0.35577546 +vn -0.92891385 0.10267856 0.35577546 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.35577546 0.10267856 0.92891385 +vn -0.35577546 0.10267856 0.92891385 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 0.95986732 -0.28045450 +vn 0.0000000e+0 0.95986732 -0.28045450 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.28045450 0.95986732 0.0000000e+0 +vn 0.28045450 0.95986732 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.28045450 0.95986732 0.0000000e+0 +vn -0.28045450 0.95986732 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 0.95986732 0.28045450 +vn 0.0000000e+0 0.95986732 0.28045450 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.11616982 0.95198796 -0.28323752 +vn 0.11616982 0.95198796 -0.28323752 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.28323752 0.95198796 -0.11616982 +vn 0.28323752 0.95198796 -0.11616982 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.28323752 0.95198796 -0.11616982 +vn -0.28323752 0.95198796 -0.11616982 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.11616982 0.95198796 0.28323752 +vn 0.11616982 0.95198796 0.28323752 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.11616982 0.95198796 -0.28323752 +vn -0.11616982 0.95198796 -0.28323752 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.28323752 0.95198796 0.11616982 +vn 0.28323752 0.95198796 0.11616982 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.28323752 0.95198796 0.11616982 +vn -0.28323752 0.95198796 0.11616982 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.11616982 0.95198796 0.28323752 +vn -0.11616982 0.95198796 0.28323752 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.23484301 0.94323779 0.23484301 +vn 0.23484301 0.94323779 0.23484301 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.23484301 0.94323779 -0.23484301 +vn 0.23484301 0.94323779 -0.23484301 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.23484301 0.94323779 -0.23484301 +vn -0.23484301 0.94323779 -0.23484301 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.23484301 0.94323779 0.23484301 +vn -0.23484301 0.94323779 0.23484301 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.97470246 0.22350111 -1.5358153e-3 +vn 0.97470246 0.22350111 -1.5358153e-3 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 1.5358153e-3 0.22350111 0.97470246 +vn 1.5358153e-3 0.22350111 0.97470246 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.97470246 0.22350111 1.5358153e-3 +vn -0.97470246 0.22350111 1.5358153e-3 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -1.5358153e-3 0.22350111 -0.97470246 +vn -1.5358153e-3 0.22350111 -0.97470246 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.69030471 0.22350111 0.68813274 +vn 0.69030471 0.22350111 0.68813274 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.68813274 0.22350111 0.69030471 +vn -0.68813274 0.22350111 0.69030471 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.69030471 0.22350111 -0.68813274 +vn -0.69030471 0.22350111 -0.68813274 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.68813274 0.22350111 -0.69030471 +vn 0.68813274 0.22350111 -0.69030471 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -3.5673020e-3 0.99998678 3.7035151e-3 +vn -3.5673020e-3 0.99998678 3.7035151e-3 +vn 0.68747961 0.23397343 -0.68747961 +vn 0.68747961 0.23397343 -0.68747961 +vn 3.5514210e-3 0.99998686 3.6967436e-3 +vn 3.5514210e-3 0.99998686 3.6967436e-3 +vn -0.68747961 0.23397343 -0.68747961 +vn -0.68747961 0.23397343 -0.68747961 +vn -3.5726049e-3 0.99998726 -3.5661518e-3 +vn -3.5726049e-3 0.99998726 -3.5661518e-3 +vn 0.68747961 0.23397343 0.68747961 +vn 0.68747961 0.23397343 0.68747961 +vn 3.5666910e-3 0.99998665 -3.7382073e-3 +vn 3.5666910e-3 0.99998665 -3.7382073e-3 +vn -0.68747961 0.23397343 0.68747961 +vn -0.68747961 0.23397343 0.68747961 +vn -7.2512224e-6 0.99973855 2.2865530e-2 +vn -7.2512224e-6 0.99973855 2.2865530e-2 +vn 0.0000000e+0 -2.8790241e-2 -0.99958548 +vn 0.0000000e+0 -2.8790241e-2 -0.99958548 +vn -2.1850444e-2 0.99976125 -1.1949548e-5 +vn -2.1850444e-2 0.99976125 -1.1949548e-5 +vn 0.99958548 -2.8790241e-2 0.0000000e+0 +vn 0.99958548 -2.8790241e-2 0.0000000e+0 +vn 2.1438434e-2 0.99977017 -1.1328829e-5 +vn 2.1438434e-2 0.99977017 -1.1328829e-5 +vn -0.99958548 -2.8790241e-2 0.0000000e+0 +vn -0.99958548 -2.8790241e-2 0.0000000e+0 +vn 4.6295390e-4 0.99975966 -2.1918016e-2 +vn 4.6295390e-4 0.99975966 -2.1918016e-2 +vn 0.0000000e+0 -2.8790241e-2 0.99958548 +vn 0.0000000e+0 -2.8790241e-2 0.99958548 +vn -2.5318717e-3 0.99989576 1.4214887e-2 +vn -2.5318717e-3 0.99989576 1.4214887e-2 +vn 0.35577546 0.10267856 -0.92891385 +vn 0.35577546 0.10267856 -0.92891385 +vn -1.3518347e-2 0.99990619 2.2077209e-3 +vn -1.3518347e-2 0.99990619 2.2077209e-3 +vn 0.92891385 0.10267856 -0.35577546 +vn 0.92891385 0.10267856 -0.35577546 +vn 1.3298253e-2 0.99990923 2.1641205e-3 +vn 1.3298253e-2 0.99990923 2.1641205e-3 +vn -0.92891385 0.10267856 -0.35577546 +vn -0.92891385 0.10267856 -0.35577546 +vn -2.1816992e-3 0.99991868 -1.2564469e-2 +vn -2.1816992e-3 0.99991868 -1.2564469e-2 +vn 0.35577546 0.10267856 0.92891385 +vn 0.35577546 0.10267856 0.92891385 +vn 2.5242881e-3 0.99989632 1.4176960e-2 +vn 2.5242881e-3 0.99989632 1.4176960e-2 +vn -0.35577546 0.10267856 -0.92891385 +vn -0.35577546 0.10267856 -0.92891385 +vn -1.3588628e-2 0.99990520 -2.2204066e-3 +vn -1.3588628e-2 0.99990520 -2.2204066e-3 +vn 0.92891385 0.10267856 0.35577546 +vn 0.92891385 0.10267856 0.35577546 +vn 1.3365473e-2 0.99990831 -2.1761803e-3 +vn 1.3365473e-2 0.99990831 -2.1761803e-3 +vn -0.92891385 0.10267856 0.35577546 +vn -0.92891385 0.10267856 0.35577546 +vn 2.6544286e-3 0.99988721 -1.4782365e-2 +vn 2.6544286e-3 0.99988721 -1.4782365e-2 +vn -0.35577546 0.10267856 0.92891385 +vn -0.35577546 0.10267856 0.92891385 +vn -0.18927750 0.98192358 -3.3672454e-4 +vn -0.18927750 0.98192358 -3.3672454e-4 +vn 0.97470246 0.22350111 -1.5358153e-3 +vn 0.97470246 0.22350111 -1.5358153e-3 +vn 3.3672454e-4 0.98192358 -0.18927750 +vn 3.3672454e-4 0.98192358 -0.18927750 +vn 1.5358153e-3 0.22350111 0.97470246 +vn 1.5358153e-3 0.22350111 0.97470246 +vn 0.18927750 0.98192358 3.3672454e-4 +vn 0.18927750 0.98192358 3.3672454e-4 +vn -0.97470246 0.22350111 1.5358153e-3 +vn -0.97470246 0.22350111 1.5358153e-3 +vn -3.3672454e-4 0.98192358 0.18927750 +vn -3.3672454e-4 0.98192358 0.18927750 +vn -1.5358153e-3 0.22350111 -0.97470246 +vn -1.5358153e-3 0.22350111 -0.97470246 +vn -0.10798441 0.98803838 -0.11008869 +vn -0.10798441 0.98803838 -0.11008869 +vn 0.69030471 0.22350111 0.68813274 +vn 0.69030471 0.22350111 0.68813274 +vn 0.11008869 0.98803838 -0.10798441 +vn 0.11008869 0.98803838 -0.10798441 +vn -0.68813274 0.22350111 0.69030471 +vn -0.68813274 0.22350111 0.69030471 +vn 0.10798441 0.98803838 0.11008869 +vn 0.10798441 0.98803838 0.11008869 +vn -0.69030471 0.22350111 -0.68813274 +vn -0.69030471 0.22350111 -0.68813274 +vn -0.11008869 0.98803838 0.10798441 +vn -0.11008869 0.98803838 0.10798441 +vn 0.68813274 0.22350111 -0.69030471 +vn 0.68813274 0.22350111 -0.69030471 +vn 6.5982979e-17 0.93124776 -0.36438662 +vn 6.5982979e-17 0.93124776 -0.36438662 +vn -1.0238650e-2 0.68892834 0.72475714 +vn -1.0238650e-2 0.68892834 0.72475714 +vn 0.36438662 0.93124776 6.2510191e-17 +vn 0.36438662 0.93124776 6.2510191e-17 +vn -0.75898543 0.65108410 5.5329049e-3 +vn -0.75898543 0.65108410 5.5329049e-3 +vn -0.36438662 0.93124776 7.2928556e-17 +vn -0.36438662 0.93124776 7.2928556e-17 +vn 0.75898543 0.65108410 -5.5329049e-3 +vn 0.75898543 0.65108410 -5.5329049e-3 +vn 0.0000000e+0 0.93124776 0.36438662 +vn 0.0000000e+0 0.93124776 0.36438662 +vn -5.5329049e-3 0.65108410 -0.75898543 +vn -5.5329049e-3 0.65108410 -0.75898543 +vn 0.16347855 0.93153065 -0.32484675 +vn 0.16347855 0.93153065 -0.32484675 +vn -0.29323669 0.64290973 0.70758697 +vn -0.29323669 0.64290973 0.70758697 +vn 0.32484675 0.93153065 -0.16347855 +vn 0.32484675 0.93153065 -0.16347855 +vn -0.70287429 0.64342054 0.30327831 +vn -0.70287429 0.64342054 0.30327831 +vn -0.32484675 0.93153065 -0.16347855 +vn -0.32484675 0.93153065 -0.16347855 +vn 0.67820134 0.68613491 0.26317643 +vn 0.67820134 0.68613491 0.26317643 +vn 0.16347855 0.93153065 0.32484675 +vn 0.16347855 0.93153065 0.32484675 +vn -0.30327831 0.64342054 -0.70287429 +vn -0.30327831 0.64342054 -0.70287429 +vn -0.16347855 0.93153065 -0.32484675 +vn -0.16347855 0.93153065 -0.32484675 +vn 0.23521194 0.77017702 0.59287663 +vn 0.23521194 0.77017702 0.59287663 +vn 0.32484675 0.93153065 0.16347855 +vn 0.32484675 0.93153065 0.16347855 +vn -0.70758697 0.64290973 -0.29323669 +vn -0.70758697 0.64290973 -0.29323669 +vn -0.32484675 0.93153065 0.16347855 +vn -0.32484675 0.93153065 0.16347855 +vn 0.70287429 0.64342054 -0.30327831 +vn 0.70287429 0.64342054 -0.30327831 +vn -0.16347855 0.93153065 0.32484675 +vn -0.16347855 0.93153065 0.32484675 +vn 0.29323669 0.64290973 -0.70758697 +vn 0.29323669 0.64290973 -0.70758697 +vn -0.28050978 0.91794800 0.28050978 +vn 0.54267138 0.63390857 -0.55106052 +vn 0.54267138 0.63390857 -0.55106052 +vn 0.28050978 0.91794800 0.28050978 +vn -0.55106052 0.63390857 -0.54267138 +vn -0.55106052 0.63390857 -0.54267138 +vn -0.28050978 0.91794800 -0.28050978 +vn 0.47060770 0.76652715 0.43699487 +vn 0.47060770 0.76652715 0.43699487 +vn 0.28050978 0.91794800 -0.28050978 +vn -0.54267138 0.63390857 0.55106052 +vn -0.54267138 0.63390857 0.55106052 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.69843289 0.0000000e+0 0.71567555 +vn -0.69843289 0.0000000e+0 0.71567555 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.71567555 0.0000000e+0 -0.69843289 +vn -0.71567555 0.0000000e+0 -0.69843289 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.69843289 0.0000000e+0 -0.71567555 +vn 0.69843289 0.0000000e+0 -0.71567555 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.71567555 0.0000000e+0 0.69843289 +vn 0.71567555 0.0000000e+0 0.69843289 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.99992567 0.0000000e+0 -1.2192402e-2 +vn 0.99992567 0.0000000e+0 -1.2192402e-2 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.99992567 0.0000000e+0 1.2192402e-2 +vn -0.99992567 0.0000000e+0 1.2192402e-2 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 1.2192402e-2 0.0000000e+0 0.99992567 +vn 1.2192402e-2 0.0000000e+0 0.99992567 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -1.2192402e-2 0.0000000e+0 -0.99992567 +vn -1.2192402e-2 0.0000000e+0 -0.99992567 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.99992567 0.0000000e+0 1.2192402e-2 +vn -0.99992567 0.0000000e+0 1.2192402e-2 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.99992567 0.0000000e+0 -1.2192402e-2 +vn 0.99992567 0.0000000e+0 -1.2192402e-2 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -1.2192402e-2 0.0000000e+0 -0.99992567 +vn -1.2192402e-2 0.0000000e+0 -0.99992567 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 1.2192402e-2 0.0000000e+0 0.99992567 +vn 1.2192402e-2 0.0000000e+0 0.99992567 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.69843289 0.0000000e+0 -0.71567555 +vn 0.69843289 0.0000000e+0 -0.71567555 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.71567555 0.0000000e+0 0.69843289 +vn 0.71567555 0.0000000e+0 0.69843289 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.71567555 0.0000000e+0 -0.69843289 +vn -0.71567555 0.0000000e+0 -0.69843289 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.69843289 0.0000000e+0 0.71567555 +vn -0.69843289 0.0000000e+0 0.71567555 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.69843289 0.0000000e+0 0.71567555 +vn -0.69843289 0.0000000e+0 0.71567555 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.71567555 0.0000000e+0 -0.69843289 +vn -0.71567555 0.0000000e+0 -0.69843289 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.69843289 0.0000000e+0 -0.71567555 +vn 0.69843289 0.0000000e+0 -0.71567555 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.71567555 0.0000000e+0 0.69843289 +vn 0.71567555 0.0000000e+0 0.69843289 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.99992567 0.0000000e+0 -1.2192402e-2 +vn 0.99992567 0.0000000e+0 -1.2192402e-2 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.99992567 0.0000000e+0 1.2192402e-2 +vn -0.99992567 0.0000000e+0 1.2192402e-2 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 1.2192402e-2 0.0000000e+0 0.99992567 +vn 1.2192402e-2 0.0000000e+0 0.99992567 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -1.2192402e-2 0.0000000e+0 -0.99992567 +vn -1.2192402e-2 0.0000000e+0 -0.99992567 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.99992567 0.0000000e+0 1.2192402e-2 +vn -0.99992567 0.0000000e+0 1.2192402e-2 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.99992567 0.0000000e+0 -1.2192402e-2 +vn 0.99992567 0.0000000e+0 -1.2192402e-2 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -1.2192402e-2 0.0000000e+0 -0.99992567 +vn -1.2192402e-2 0.0000000e+0 -0.99992567 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 1.2192402e-2 0.0000000e+0 0.99992567 +vn 1.2192402e-2 0.0000000e+0 0.99992567 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.69843289 0.0000000e+0 -0.71567555 +vn 0.69843289 0.0000000e+0 -0.71567555 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.71567555 0.0000000e+0 0.69843289 +vn 0.71567555 0.0000000e+0 0.69843289 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.71567555 0.0000000e+0 -0.69843289 +vn -0.71567555 0.0000000e+0 -0.69843289 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.69843289 0.0000000e+0 0.71567555 +vn -0.69843289 0.0000000e+0 0.71567555 +g cube1_default2 +usemtl default2 +s 1 +f 1//1 6//5 13//131 25//147 5//115 +f 1//1 197//101 194//98 6//5 +f 2//2 8//119 26//151 13//133 6//5 +f 2//2 198//102 195//99 9//7 +f 3//3 7//6 16//145 32//168 10//124 +f 3//3 200//104 193//97 7//6 +f 4//4 12//127 28//157 14//137 9//7 +f 4//4 199//103 196//100 11//8 +f 5//117 31//166 16//144 7//6 1//1 +f 6//5 194//98 198//102 2//2 +f 7//6 193//97 197//101 1//1 +f 9//7 14//135 27//153 8//120 2//2 +f 9//7 195//99 199//103 4//4 +f 10//123 29//160 15//140 11//8 3//3 +f 11//8 15//141 30//162 12//128 4//4 +f 11//8 196//100 200//104 3//3 +f 193//97 209//113 202//106 197//101 +f 194//98 206//110 203//107 198//102 +f 195//99 207//111 204//108 199//103 +f 196//100 208//112 205//109 200//104 +f 197//101 202//106 206//110 194//98 +f 198//102 203//107 207//111 195//99 +f 199//103 204//108 208//112 196//100 +f 200//104 205//109 209//113 193//97 +f 201//105 203//107 206//110 202//106 +f 201//105 204//108 207//111 203//107 +f 201//105 205//109 208//112 204//108 +f 202//106 209//113 205//109 201//105 +s 2 +f 5//116 25//148 97//363 89//331 +f 8//122 90//336 101//380 26//152 +f 10//125 32//169 102//383 91//339 +f 12//130 92//344 103//388 28//158 +f 13//134 93//348 97//364 25//149 +f 14//138 95//356 99//372 27//155 +f 15//142 96//360 104//392 30//164 +f 16//146 94//352 102//384 32//170 +f 26//150 101//379 93//347 13//132 +f 27//154 99//371 90//335 8//121 +f 28//156 103//387 95//355 14//136 +f 29//159 100//375 96//359 15//139 +f 30//163 104//391 92//343 12//129 +f 31//165 98//367 94//351 16//143 +f 89//332 98//368 31//167 5//118 +f 91//340 100//376 29//161 10//126 +g cube1_default3 +usemtl default3 +s 1 +f 17//9 24//16 128//423 121//395 +f 17//9 165//436 181//468 24//16 +f 18//10 21//13 125//411 122//399 +f 18//10 161//427 177//460 21//13 +f 19//11 22//14 126//415 123//403 +f 19//11 163//431 171//448 22//14 +f 20//12 23//15 127//419 124//407 +f 20//12 167//439 175//456 23//15 +f 21//13 173//451 165//435 17//9 +f 21//13 177//459 191//481 173//452 +f 22//14 169//443 161//428 18//10 +f 22//14 171//447 192//484 169//444 +f 23//15 179//464 163//432 19//11 +f 24//16 183//472 167//440 20//12 +f 34//177 45//221 101//381 90//337 +f 36//186 47//229 103//389 92//346 +f 37//189 41//206 97//366 93//349 +f 38//194 46//226 102//386 94//354 +f 39//197 43//213 99//373 95//357 +f 40//202 48//234 104//394 96//362 +f 41//205 33//174 89//334 97//365 +f 46//225 35//181 91//341 102//385 +f 81//299 216//507 212//491 85//315 +f 82//303 218//515 213//495 86//319 +f 83//307 220//523 214//499 87//323 +f 84//311 222//531 211//487 88//327 +f 85//318 212//492 218//516 82//306 +f 86//322 213//496 220//524 83//310 +f 87//326 214//500 222//532 84//314 +f 88//330 211//488 216//508 81//302 +f 90//338 99//374 43//214 34//178 +f 92//345 104//393 48//233 36//185 +f 93//350 101//382 45//222 37//190 +f 94//353 98//370 42//210 38//193 +f 95//358 103//390 47//230 39//198 +f 96//361 100//378 44//218 40//201 +f 98//369 89//333 33//173 42//209 +f 100//377 91//342 35//182 44//217 +f 121//396 125//412 21//13 17//9 +f 122//400 126//416 22//14 18//10 +f 123//404 127//420 23//15 19//11 +f 124//408 128//424 24//16 20//12 +f 175//455 190//478 179//463 23//15 +f 181//467 189//475 183//471 24//16 +f 210//114 217//511 224//538 215//504 +f 210//114 219//519 226//544 217//512 +f 210//114 221//528 225//541 219//520 +f 215//503 223//535 221//527 210//114 +f 227//547 238//591 237//587 239//595 +f 228//551 232//567 231//563 240//599 +f 229//555 234//575 233//571 242//607 +f 230//560 236//584 235//580 241//604 +f 239//596 231//564 232//568 227//548 +f 240//600 233//572 234//576 228//552 +f 241//603 237//588 238//592 230//559 +f 242//608 235//579 236//583 229//556 +s 2 +f 33//172 41//204 58//252 74//288 +f 34//176 43//211 62//259 75//292 +f 36//184 76//296 70//276 47//228 +f 37//188 45//220 66//268 50//236 +f 39//196 47//227 70//275 54//244 +f 42//207 33//171 74//287 60//255 +f 44//216 35//180 73//284 64//264 +f 46//223 38//191 52//239 68//271 +f 48//232 40//200 56//248 72//280 +f 50//235 58//251 41//203 37//187 +f 54//243 62//260 43//212 39//195 +f 60//256 52//240 38//192 42//208 +f 64//263 56//247 40//199 44//215 +f 68//272 73//283 35//179 46//224 +f 72//279 76//295 36//183 48//231 +f 75//291 66//267 45//219 34//175 +f 81//301 121//398 128//426 88//329 +f 82//305 122//402 125//413 85//316 +f 83//308 123//405 126//418 86//321 +f 84//312 124//409 127//421 87//324 +f 85//317 125//414 121//397 81//300 +f 86//320 126//417 122//401 82//304 +f 87//325 127//422 123//406 83//309 +f 88//328 128//425 124//410 84//313 +f 215//506 231//566 239//598 223//537 +f 216//510 211//489 227//549 232//570 +f 217//513 233//573 240//601 224//539 +f 218//517 212//493 228//553 234//577 +f 219//521 235//581 242//609 226//545 +f 220//526 213//498 229//558 236//586 +f 221//529 237//589 241//605 225//542 +f 222//533 214//501 230//561 238//593 +f 223//536 239//597 237//590 221//530 +f 224//540 240//602 231//565 215//505 +f 225//543 241//606 235//582 219//522 +f 226//546 242//610 233//574 217//514 +f 232//569 228//554 212//494 216//509 +f 234//578 229//557 213//497 218//518 +f 236//585 230//562 214//502 220//525 +f 238//594 227//550 211//490 222//534 +s 3 +f 49//17 65//25 178//89 162//81 +f 49//17 105//33 113//41 65//25 +f 51//18 59//22 172//86 164//82 +f 51//18 67//26 114//42 106//34 +f 53//19 69//27 182//91 166//83 +f 54//245 70//277 149//69 133//53 +f 55//20 63//24 176//88 168//84 +f 55//20 71//28 116//44 108//36 +f 57//21 109//37 105//33 49//17 +f 58//253 50//237 129//49 137//57 +f 59//22 77//29 185//93 172//86 +f 59//22 110//38 118//46 77//29 +f 60//257 74//289 155//75 139//59 +f 61//23 78//30 119//47 111//39 +f 63//24 79//31 187//95 176//88 +f 63//24 112//40 117//45 79//31 +f 64//265 73//286 153//73 143//63 +f 65//25 78//30 186//94 178//89 +f 65//25 113//41 119//47 78//30 +f 66//269 75//293 157//77 145//65 +f 68//274 52//241 131//51 147//67 +f 69//27 53//19 107//35 115//43 +f 69//27 80//32 188//96 182//91 +f 72//281 56//249 135//55 151//71 +f 75//294 62//262 141//61 157//77 +f 76//298 159//79 149//69 70//278 +f 77//29 118//46 109//37 57//21 +f 79//31 117//45 114//42 67//26 +f 80//32 69//27 115//43 120//48 +f 105//33 130//50 146//66 113//41 +f 106//34 110//38 59//22 51//18 +f 106//34 114//42 148//68 132//52 +f 108//36 112//40 63//24 55//20 +f 108//36 116//44 152//72 136//56 +f 109//37 138//58 130//50 105//33 +f 110//38 140//60 156//76 118//46 +f 111//39 107//35 53//19 61//23 +f 111//39 119//47 158//78 142//62 +f 112//40 144//64 154//74 117//45 +f 113//41 146//66 158//78 119//47 +f 115//43 107//35 134//54 150//70 +f 117//45 154//74 148//68 114//42 +f 118//46 156//76 138//58 109//37 +f 120//48 116//44 71//28 80//32 +f 129//49 145//65 146//66 130//50 +f 130//50 138//58 137//57 129//49 +f 131//51 139//59 140//60 132//52 +f 132//52 140//60 110//38 106//34 +f 133//53 141//61 62//261 54//246 +f 133//53 149//69 150//70 134//54 +f 134//54 142//62 141//61 133//53 +f 135//55 143//63 144//64 136//56 +f 136//56 144//64 112//40 108//36 +f 136//56 152//72 151//71 135//55 +f 137//57 155//75 74//290 58//254 +f 139//59 131//51 52//242 60//258 +f 142//62 134//54 107//35 111//39 +f 142//62 158//78 157//77 141//61 +f 143//63 135//55 56//250 64//266 +f 143//63 153//73 154//74 144//64 +f 145//65 129//49 50//238 66//270 +f 147//67 131//51 132//52 148//68 +f 147//67 153//73 73//285 68//273 +f 148//68 154//74 153//73 147//67 +f 149//69 159//79 160//80 150//70 +f 150//70 160//80 120//48 115//43 +f 151//71 159//79 76//297 72//282 +f 152//72 160//80 159//79 151//71 +f 155//75 137//57 138//58 156//76 +f 156//76 140//60 139//59 155//75 +f 158//78 146//66 145//65 157//77 +f 160//80 152//72 116//44 120//48 +f 161//430 169//446 170//85 162//81 +f 162//81 170//85 57//21 49//17 +f 163//433 179//466 180//90 164//82 +f 164//82 172//86 171//449 163//434 +f 164//82 180//90 67//26 51//18 +f 165//438 173//454 174//87 166//83 +f 166//83 174//87 61//23 53//19 +f 166//83 182//91 181//469 165//437 +f 168//84 184//92 71//28 55//20 +f 169//445 192//485 185//93 170//85 +f 170//85 185//93 77//29 57//21 +f 172//86 185//93 192//486 171//450 +f 173//453 191//483 186//94 174//87 +f 174//87 186//94 78//30 61//23 +f 175//457 167//441 168//84 176//88 +f 176//88 187//95 190//480 175//458 +f 177//462 161//429 162//81 178//89 +f 178//89 186//94 191//482 177//461 +f 179//465 190//479 187//95 180//90 +f 180//90 187//95 79//31 67//26 +f 182//91 188//96 189//477 181//470 +f 183//473 189//476 188//96 184//92 +f 184//92 168//84 167//442 183//474 +f 184//92 188//96 80//32 71//28 diff --git a/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerALowPoly.obj.import b/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerALowPoly.obj.import new file mode 100644 index 0000000..d562973 --- /dev/null +++ b/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerALowPoly.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://bacjgnr1hkcmw" +path="res://.godot/imported/SpeakerALowPoly.obj-5efb7f4a796a3d47b185d86b61581217.mesh" + +[deps] + +files=["res://.godot/imported/SpeakerALowPoly.obj-5efb7f4a796a3d47b185d86b61581217.mesh"] + +source_file="res://assets-library/Speakers/SpeakersLowPoly/SpeakerALowPoly.obj" +dest_files=["res://.godot/imported/SpeakerALowPoly.obj-5efb7f4a796a3d47b185d86b61581217.mesh", "res://.godot/imported/SpeakerALowPoly.obj-5efb7f4a796a3d47b185d86b61581217.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerALowPoly.wings b/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerALowPoly.wings new file mode 100644 index 0000000..416faa3 Binary files /dev/null and b/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerALowPoly.wings differ diff --git a/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerBLowPoly.3ds b/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerBLowPoly.3ds new file mode 100644 index 0000000..b0d0847 Binary files /dev/null and b/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerBLowPoly.3ds differ diff --git a/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerBLowPoly.mtl b/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerBLowPoly.mtl new file mode 100644 index 0000000..114440b --- /dev/null +++ b/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerBLowPoly.mtl @@ -0,0 +1,28 @@ +# Exported from Wings 3D 1.5.4 +newmtl default2 +Ns 100.0 +d 1.0 +illum 2 +Kd 0.6022266906976743 0.62 0.18600000000000003 +Ka 0.7898538076923077 0.8133333333333334 0.6940444444444445 +Ks 1.0 1.0 1.0 +Ke 0.0 0.0 0.0 + +newmtl default3 +Ns 44.0 +d 1.0 +illum 2 +Kd 0.18748 0.18748 0.18748 +Ka 1.0 1.0 1.0 +Ks 1.0 1.0 1.0 +Ke 0.0 0.0 0.0 + +newmtl default4 +Ns 100.0 +d 1.0 +illum 2 +Kd 0.10756 0.10756 0.10756 +Ka 1.0 1.0 1.0 +Ks 1.0 1.0 1.0 +Ke 0.0 0.0 0.0 + diff --git a/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerBLowPoly.obj b/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerBLowPoly.obj new file mode 100644 index 0000000..807212e --- /dev/null +++ b/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerBLowPoly.obj @@ -0,0 +1,988 @@ +# Exported from Wings 3D 1.5.4 +mtllib SpeakerBLowPoly.mtl +o cube1 +#242 vertices, 236 faces +v -0.48666667 -7.0383778e-2 0.48666667 +v 0.48666667 -7.0383778e-2 0.48666667 +v -0.48666667 -7.0383778e-2 -0.48666667 +v 0.48666667 -7.0383778e-2 -0.48666667 +v -0.63450000 6.2222302e-2 0.63450000 +v 0.0000000e+0 -9.1505111e-2 0.65700000 +v -0.65700000 -9.1505111e-2 0.0000000e+0 +v 0.63450000 6.2222302e-2 0.63450000 +v 0.65700000 -9.1505111e-2 0.0000000e+0 +v -0.63450000 6.2222302e-2 -0.63450000 +v 0.0000000e+0 -9.1505111e-2 -0.65700000 +v 0.63450000 6.2222302e-2 -0.63450000 +v 0.0000000e+0 6.2222302e-2 0.71767872 +v 0.71278546 6.2222302e-2 0.0000000e+0 +v 0.0000000e+0 6.2222302e-2 -0.71767872 +v -0.71278546 6.2222302e-2 0.0000000e+0 +v 0.23205012 -0.10068394 -9.0595214e-18 +v -1.2414415e-19 -0.10068394 0.23205012 +v -0.23205012 -0.10068394 -9.0595214e-18 +v -1.2414415e-19 -0.10068394 -0.23205012 +v 0.21596744 -0.10524223 0.21596744 +v -0.21596744 -0.10524223 0.21596744 +v -0.21596744 -0.10524223 -0.21596744 +v 0.21596744 -0.10524223 -0.21596744 +v -0.29412519 6.2222302e-2 0.68867784 +v 0.29514765 6.2222302e-2 0.68867784 +v 0.69677261 6.2222302e-2 0.29959060 +v 0.69677261 6.2222302e-2 -0.29720488 +v -0.29821500 6.2222302e-2 -0.69583500 +v 0.29514765 6.2222302e-2 -0.68629212 +v -0.69575016 6.2222302e-2 0.29959060 +v -0.69575016 6.2222302e-2 -0.29720488 +v -0.51003721 8.7574715e-2 0.51003721 +v 0.51003721 8.7574715e-2 0.51003721 +v -0.51003721 8.7574715e-2 -0.51003721 +v 0.51003721 8.7574715e-2 -0.51003721 +v -4.6286863e-20 8.7574715e-2 0.70773069 +v -0.70773069 8.7574715e-2 -1.6809834e-19 +v 0.70773069 8.7574715e-2 -1.6809834e-19 +v -4.6286863e-20 8.7574715e-2 -0.70773069 +v -0.28020331 8.7574715e-2 0.65778256 +v -0.65778256 8.7574715e-2 0.28020331 +v 0.65778256 8.7574715e-2 0.28020331 +v -0.28020331 8.7574715e-2 -0.65778256 +v 0.28020331 8.7574715e-2 0.65778256 +v -0.65778256 8.7574715e-2 -0.28020331 +v 0.65778256 8.7574715e-2 -0.28020331 +v 0.28020331 8.7574715e-2 -0.65778256 +v 1.9170550e-2 8.9248946e-2 0.56060733 +v -7.6823167e-20 8.7574715e-2 0.66004165 +v -0.56060733 8.9248946e-2 1.9170550e-2 +v -0.66004165 8.7574715e-2 -1.7050434e-19 +v 0.56060733 8.9248946e-2 -1.9170550e-2 +v 0.66004165 8.7574715e-2 -1.7050434e-19 +v -1.9170550e-2 8.9248946e-2 -0.56060733 +v -7.6823167e-20 8.7574715e-2 -0.66004165 +v -0.19682386 8.9248946e-2 0.52526989 +v -0.26337095 8.7574715e-2 0.61334782 +v -0.51059738 8.9248946e-2 0.23224641 +v -0.61334782 8.7574715e-2 0.26337095 +v 0.52526989 8.9248946e-2 0.19682386 +v 0.61334782 8.7574715e-2 0.26337095 +v -0.23224641 8.9248946e-2 -0.51059738 +v -0.26337095 8.7574715e-2 -0.61334782 +v 0.23224641 8.9248946e-2 0.51059738 +v 0.26337095 8.7574715e-2 0.61334782 +v -0.52526989 8.9248946e-2 -0.19682386 +v -0.61334782 8.7574715e-2 -0.26337095 +v 0.51059738 8.9248946e-2 -0.23224641 +v 0.61334782 8.7574715e-2 -0.26337095 +v 0.19682386 8.9248946e-2 -0.52526989 +v 0.26337095 8.7574715e-2 -0.61334782 +v -0.47766041 8.7574715e-2 -0.47766041 +v -0.47766041 8.7574715e-2 0.47766041 +v 0.47766041 8.7574715e-2 0.47766041 +v 0.47766041 8.7574715e-2 -0.47766041 +v -0.38285362 8.9248946e-2 0.40996487 +v 0.40996487 8.9248946e-2 0.38285362 +v -0.40996487 8.9248946e-2 -0.38285362 +v 0.38285362 8.9248946e-2 -0.40996487 +v 0.19790498 -0.10501000 -2.4131166e-3 +v 2.4131166e-3 -0.10501000 0.19790498 +v -0.19790498 -0.10501000 2.4131166e-3 +v -2.4131166e-3 -0.10501000 -0.19790498 +v 0.14164629 -0.10501000 0.13823362 +v -0.13823362 -0.10501000 0.14164629 +v -0.14164629 -0.10501000 -0.13823362 +v 0.13823362 -0.10501000 -0.14164629 +v -0.51449143 6.2784068e-2 0.51449143 +v 0.51449143 6.2784068e-2 0.51449143 +v -0.51449143 6.2784068e-2 -0.51449143 +v 0.51449143 6.2784068e-2 -0.51449143 +v -4.8530906e-19 6.2784068e-2 0.70770980 +v -0.70770980 6.2784068e-2 1.2080170e-19 +v 0.70770980 6.2784068e-2 1.2080170e-19 +v -4.8530906e-19 6.2784068e-2 -0.70770980 +v -0.28027902 6.2784068e-2 0.65710189 +v -0.65710189 6.2784068e-2 0.28027902 +v 0.65710189 6.2784068e-2 0.28027902 +v -0.28027902 6.2784068e-2 -0.65710189 +v 0.28027902 6.2784068e-2 0.65710189 +v -0.65710189 6.2784068e-2 -0.28027902 +v 0.65710189 6.2784068e-2 -0.28027902 +v 0.28027902 6.2784068e-2 -0.65710189 +v 1.3146554e-2 8.3256838e-2 0.59799533 +v -0.59799533 8.3256838e-2 1.3146554e-2 +v 0.59799533 8.3256838e-2 -1.3146554e-2 +v -1.3146554e-2 8.3256838e-2 -0.59799533 +v -0.21669707 8.3256838e-2 0.55750662 +v -0.54744468 8.3256838e-2 0.24098874 +v 0.55750662 8.3256838e-2 0.21669707 +v -0.24098874 8.3256838e-2 -0.54744468 +v 0.24098874 8.3256838e-2 0.54744468 +v -0.55750662 8.3256838e-2 -0.21669707 +v 0.54744468 8.3256838e-2 -0.24098874 +v 0.21669707 8.3256838e-2 -0.55750662 +v -0.43214257 8.3256838e-2 -0.41355054 +v -0.41355054 8.3256838e-2 0.43214257 +v 0.43214257 8.3256838e-2 0.41355054 +v 0.41355054 8.3256838e-2 -0.43214257 +v 0.20430563 -0.11352612 1.8048846e-3 +v -1.8048846e-3 -0.11352612 0.20430563 +v -0.20430563 -0.11352612 -1.8048846e-3 +v 1.8048846e-3 -0.11352612 -0.20430563 +v 0.14318965 -0.11352612 0.14574215 +v -0.14574215 -0.11352612 0.14318965 +v -0.14318965 -0.11352612 -0.14574215 +v 0.14574215 -0.11352612 -0.14318965 +v 4.1706993e-19 4.4277595e-2 0.63618600 +v 1.1304882e-2 7.2449412e-2 0.62814062 +v -0.63618600 4.4277595e-2 4.1780242e-19 +v -0.62814062 7.2449412e-2 1.1304882e-2 +v 0.63618600 4.4277595e-2 4.1780242e-19 +v 0.62814062 7.2449412e-2 -1.1304882e-2 +v 4.1706993e-19 4.4277595e-2 -0.63618600 +v -1.1304882e-2 7.2449412e-2 -0.62814062 +v -0.26719874 4.4277595e-2 0.59129024 +v -0.22993466 7.2449412e-2 0.58465245 +v -0.59129024 4.4277595e-2 0.26719874 +v -0.57600007 7.2449412e-2 0.25082336 +v 0.59129024 4.4277595e-2 0.26719874 +v 0.58465245 7.2449412e-2 0.22993466 +v -0.26719874 4.4277595e-2 -0.59129024 +v -0.25082336 7.2449412e-2 -0.57600007 +v 0.26719874 4.4277595e-2 0.59129024 +v 0.25082336 7.2449412e-2 0.57600007 +v -0.59129024 4.4277595e-2 -0.26719874 +v -0.58465245 7.2449412e-2 -0.22993466 +v 0.59129024 4.4277595e-2 -0.26719874 +v 0.57600007 7.2449412e-2 -0.25082336 +v 0.26719874 4.4277595e-2 -0.59129024 +v 0.22993466 7.2449412e-2 -0.58465245 +v -0.46302933 4.4277595e-2 -0.46302933 +v -0.45215625 7.2449412e-2 -0.43616873 +v -0.46302933 4.4277595e-2 0.46302933 +v -0.43616873 7.2449412e-2 0.45215625 +v 0.46302933 4.4277595e-2 0.46302933 +v 0.45215625 7.2449412e-2 0.43616873 +v 0.46302933 4.4277595e-2 -0.46302933 +v 0.43616873 7.2449412e-2 -0.45215625 +v -4.1742770e-3 3.6916592e-2 0.50635766 +v 7.6491434e-3 6.7616203e-2 0.53050174 +v -0.50635766 3.6916592e-2 -4.1742770e-3 +v -0.53050174 6.7616203e-2 7.6491434e-3 +v 0.50635766 3.6916592e-2 4.1742770e-3 +v 0.53050174 6.7616203e-2 -7.6491434e-3 +v 4.1742770e-3 3.6916592e-2 -0.50635766 +v -7.6491434e-3 6.7616203e-2 -0.53050174 +v -0.19763121 3.6916592e-2 0.46621605 +v -0.19594734 6.7616203e-2 0.49304690 +v -0.46941090 3.6916592e-2 0.18991816 +v -0.48719250 6.7616203e-2 0.21008112 +v 0.46621605 3.6916592e-2 0.19763121 +v 0.49304690 6.7616203e-2 0.19594734 +v -0.18991816 3.6916592e-2 -0.46941090 +v -0.21008112 6.7616203e-2 -0.48719250 +v 0.18991816 3.6916592e-2 0.46941090 +v 0.21008112 7.7587857e-2 0.48719250 +v -0.46621605 3.6916592e-2 -0.19763121 +v -0.49304690 6.7616203e-2 -0.19594734 +v 0.46941090 3.6916592e-2 -0.18991816 +v 0.48719250 6.7616203e-2 -0.21008112 +v 0.19763121 3.6916592e-2 -0.46621605 +v 0.19594734 6.7616203e-2 -0.49304690 +v -0.36971262 6.7616203e-2 0.38053014 +v 0.38053014 7.7587857e-2 0.36971262 +v -0.38053014 6.7616203e-2 -0.36971262 +v 0.36971262 6.7616203e-2 -0.38053014 +v 0.36100059 3.6916592e-2 -0.35509727 +v -0.35509727 3.6916592e-2 -0.36100059 +v 0.35509727 3.6916592e-2 0.36100059 +v -0.36100059 3.6916592e-2 0.35509727 +v -0.40686610 -0.10726654 0.0000000e+0 +v 0.0000000e+0 -0.10726654 0.40686610 +v 0.40686610 -0.10726654 0.0000000e+0 +v 0.0000000e+0 -0.10726654 -0.40686610 +v -0.27124406 -0.10726654 0.27124406 +v 0.27124406 -0.10726654 0.27124406 +v 0.27124406 -0.10726654 -0.27124406 +v -0.27124406 -0.10726654 -0.27124406 +v 0.0000000e+0 -0.42373067 0.0000000e+0 +v -0.27124406 -0.42373067 0.27124406 +v 0.27124406 -0.42373067 0.27124406 +v 0.27124406 -0.42373067 -0.27124406 +v -0.27124406 -0.42373067 -0.27124406 +v 0.0000000e+0 -0.42373067 0.40686610 +v 0.40686610 -0.42373067 0.0000000e+0 +v 0.0000000e+0 -0.42373067 -0.40686610 +v -0.40686610 -0.42373067 0.0000000e+0 +v 1.2029821e-18 -2.5847174e-2 -4.1067814e-18 +v 0.13280440 -9.6124376e-2 -0.13608303 +v 0.13608303 -9.6124376e-2 0.13280440 +v -0.13280440 -9.6124376e-2 0.13608303 +v -0.13608303 -9.6124376e-2 -0.13280440 +v 9.9056540e-2 -4.9849896e-2 -1.2078270e-3 +v 0.19013212 -9.6124376e-2 -2.3183397e-3 +v 1.2078270e-3 -4.9849896e-2 9.9056540e-2 +v 2.3183397e-3 -9.6124376e-2 0.19013212 +v -9.9056540e-2 -4.9849896e-2 1.2078270e-3 +v -0.19013212 -9.6124376e-2 2.3183397e-3 +v -1.2078270e-3 -4.9849896e-2 -9.9056540e-2 +v -2.3183397e-3 -9.6124376e-2 -0.19013212 +v 6.8861599e-2 -4.9849896e-2 -7.0561629e-2 +v 7.0561629e-2 -4.9849896e-2 6.8861599e-2 +v -7.0561629e-2 -4.9849896e-2 -6.8861599e-2 +v -6.8861599e-2 -4.9849896e-2 7.0561629e-2 +v 0.12579088 -9.0131013e-2 -0.12889636 +v 0.12889636 -9.0131013e-2 0.12579088 +v -0.12579088 -9.0131013e-2 0.12889636 +v -0.12889636 -9.0131013e-2 -0.12579088 +v 0.14524419 -7.0744199e-2 -1.7710073e-3 +v 0.18009107 -9.0131013e-2 -2.1959061e-3 +v 1.7710073e-3 -7.0744199e-2 0.14524419 +v 2.1959061e-3 -9.0131013e-2 0.18009107 +v -0.14524419 -7.0744199e-2 1.7710073e-3 +v -0.18009107 -9.0131013e-2 2.1959061e-3 +v -1.7710073e-3 -7.0744199e-2 -0.14524419 +v -2.1959061e-3 -9.0131013e-2 -0.18009107 +v 0.10097009 -7.0744199e-2 -0.10346280 +v 0.10346280 -7.0744199e-2 0.10097009 +v -0.10346280 -7.0744199e-2 -0.10097009 +v -0.10097009 -7.0744199e-2 0.10346280 +vn -0.28969414 -0.91204440 0.29026250 +vn 0.28919622 -0.91227760 0.29002609 +vn -0.28850287 -0.91353732 -0.28673272 +vn 0.28975332 -0.91172627 -0.29120134 +vn -1.2431047e-5 -0.89579303 0.44447143 +vn -0.43948120 -0.89825179 -2.6552022e-5 +vn 0.43850118 -0.89873061 -2.6501120e-5 +vn 9.1794486e-4 -0.89705080 -0.44192648 +vn -0.33391592 0.94260216 -1.1554204e-3 +vn 1.1554204e-3 0.94260216 -0.33391592 +vn 0.33391592 0.94260216 1.1554204e-3 +vn -1.1554204e-3 0.94260216 0.33391592 +vn -0.23669809 0.94158612 -0.23956124 +vn 0.23956124 0.94158612 -0.23669809 +vn 0.23669809 0.94158612 0.23956124 +vn -0.23956124 0.94158612 0.23669809 +vn -4.3866684e-3 0.98081404 -0.19489631 +vn 0.22626011 0.97405263 -5.2760792e-3 +vn -0.22626011 0.97405263 5.2760792e-3 +vn 5.2760792e-3 0.97405263 0.22626011 +vn 8.1711532e-2 0.97405263 -0.21105615 +vn 0.20701801 0.97405263 -9.1460455e-2 +vn -0.18454489 0.98018825 -7.1931699e-2 +vn 9.1460455e-2 0.97405263 0.20701801 +vn -5.3916826e-2 0.99079918 -0.12413686 +vn 0.21105615 0.97405263 8.1711532e-2 +vn -0.20701801 0.97405263 9.1460455e-2 +vn -8.1711532e-2 0.97405263 0.21105615 +vn 0.15625930 0.97405263 -0.16372081 +vn -0.10093201 0.99038449 -9.4611311e-2 +vn 0.16372081 0.97405263 0.15625930 +vn -0.15625930 0.97405263 0.16372081 +vn 0.77661080 0.62995916 -5.2078656e-3 +vn 5.2078656e-3 0.62995916 0.77661080 +vn -0.77661080 0.62995916 5.2078656e-3 +vn -5.2078656e-3 0.62995916 -0.77661080 +vn 0.55282928 0.62995916 0.54546425 +vn -0.54546425 0.62995916 0.55282928 +vn -0.55282928 0.62995916 -0.54546425 +vn 0.54546425 0.62995916 -0.55282928 +vn 5.6082251e-3 0.96839013 0.24937742 +vn -0.24937742 0.96839013 5.6082251e-3 +vn 0.24937742 0.96839013 -5.6082251e-3 +vn -5.6082251e-3 0.96839013 -0.24937742 +vn -9.0251281e-2 0.96839013 0.23254087 +vn -0.22824852 0.96839013 0.10061393 +vn 0.23254087 0.96839013 9.0251281e-2 +vn -0.10061393 0.96839013 -0.22824852 +vn 0.10061393 0.96839013 0.22824852 +vn -0.23254087 0.96839013 -9.0251281e-2 +vn 0.22824852 0.96839013 -0.10061393 +vn 9.0251281e-2 0.96839013 -0.23254087 +vn -0.18030208 0.96839013 -0.17237085 +vn -0.17237085 0.96839013 0.18030208 +vn 0.18030208 0.96839013 0.17237085 +vn 0.17237085 0.96839013 -0.18030208 +vn 8.5634739e-3 0.99920409 3.8959662e-2 +vn 7.6658825e-3 0.72760303 0.68595558 +vn -3.8959662e-2 0.99920409 8.5634739e-3 +vn -0.68595558 0.72760303 7.6658825e-3 +vn 3.8959662e-2 0.99920409 -8.5634739e-3 +vn 0.68595558 0.72760303 -7.6658825e-3 +vn -8.5634739e-3 0.99920409 -3.8959662e-2 +vn -7.6658825e-3 0.72760303 -0.68595558 +vn 4.3566475e-2 0.99743902 -5.6721896e-2 +vn -0.21829754 0.78251324 0.58311167 +vn 6.6574150e-2 0.99730973 -3.0678655e-2 +vn -0.57362883 0.78592964 0.23079118 +vn -5.6721896e-2 0.99743902 -4.3566475e-2 +vn 0.58311167 0.78251324 0.21829754 +vn 3.0678655e-2 0.99730973 6.6574150e-2 +vn -0.23079118 0.78592964 -0.57362883 +vn -3.0678655e-2 0.99730973 -6.6574150e-2 +vn 0.23079118 0.78592964 0.57362883 +vn 5.6721896e-2 0.99743902 4.3566475e-2 +vn -0.58311167 0.78251324 -0.21829754 +vn -6.6574150e-2 0.99730973 3.0678655e-2 +vn 0.57362883 0.78592964 -0.23079118 +vn -4.3566475e-2 0.99743902 5.6721896e-2 +vn 0.21829754 0.78251324 -0.58311167 +vn 0.10547175 0.98775596 0.11495161 +vn -0.39801557 0.83136401 -0.38783694 +vn 0.11495161 0.98775596 -0.10547175 +vn -0.38783694 0.83136401 0.39801557 +vn -0.10547175 0.98775596 -0.11495161 +vn 0.39801557 0.83136401 0.38783694 +vn -0.11495161 0.98775596 0.10547175 +vn 0.38783694 0.83136401 -0.39801557 +vn -1.3311316e-2 0.73483446 -0.67811586 +vn 0.68942007 0.72431136 -8.5455403e-3 +vn -0.68942007 0.72431136 8.5455403e-3 +vn 8.5455403e-3 0.72431136 0.68942007 +vn 0.25593459 0.72431136 -0.64021133 +vn 0.63367085 0.72431136 -0.27172469 +vn -0.63071597 0.73150337 -0.25903704 +vn 0.27172469 0.72431136 0.63367085 +vn -0.26187628 0.75387712 -0.60256958 +vn 0.64021133 0.72431136 0.25593459 +vn -0.63367085 0.72431136 0.27172469 +vn -0.25593459 0.72431136 0.64021133 +vn 0.48145099 0.72431136 -0.49353621 +vn -0.46954099 0.75060508 -0.46489060 +vn 0.49353621 0.72431136 0.48145099 +vn -0.48145099 0.72431136 0.49353621 +vn -0.70128426 -0.71288175 0.0000000e+0 +vn 0.0000000e+0 -0.71288175 0.70128426 +vn 0.70128426 -0.71288175 0.0000000e+0 +vn 0.0000000e+0 -0.71288175 -0.70128426 +vn -0.51374083 -0.68712496 0.51374083 +vn 0.51374083 -0.68712496 0.51374083 +vn 0.51374083 -0.68712496 -0.51374083 +vn -0.51374083 -0.68712496 -0.51374083 +vn 0.0000000e+0 -1.00000000 0.0000000e+0 +vn -0.48666426 -0.72547625 0.48666426 +vn 0.48666426 -0.72547625 0.48666426 +vn 0.48666426 -0.72547625 -0.48666426 +vn -0.48666426 -0.72547625 -0.48666426 +vn 0.0000000e+0 -0.48795004 0.87287156 +vn 0.87287156 -0.48795004 0.0000000e+0 +vn 0.0000000e+0 -0.48795004 -0.87287156 +vn -0.87287156 -0.48795004 0.0000000e+0 +vn -1.4283119e-17 1.00000000 2.8566238e-17 +vn 0.44627386 0.76923618 -0.45729131 +vn 0.45729131 0.76923618 0.44627386 +vn -0.44627386 0.76923618 0.45729131 +vn -0.45729131 0.76923618 -0.44627386 +vn 0.29320192 0.95604386 -3.5751015e-3 +vn 0.63891705 0.76923618 -7.7905130e-3 +vn 3.5751015e-3 0.95604386 0.29320192 +vn 7.7905130e-3 0.76923618 0.63891705 +vn -0.29320192 0.95604386 3.5751015e-3 +vn -0.63891705 0.76923618 7.7905130e-3 +vn -3.5751015e-3 0.95604386 -0.29320192 +vn -7.7905130e-3 0.76923618 -0.63891705 +vn 0.24831856 0.93466230 -0.25444896 +vn 0.25444896 0.93466230 0.24831856 +vn -0.25444896 0.93466230 -0.24831856 +vn -0.24831856 0.93466230 0.25444896 +vn 0.34764184 0.86732312 -0.35622430 +vn 0.35622430 0.86732312 0.34764184 +vn -0.34764184 0.86732312 0.35622430 +vn -0.35622430 0.86732312 -0.34764184 +vn 0.44734278 0.89434596 -5.4545886e-3 +vn 0.49732356 0.86754395 -6.0640197e-3 +vn 5.4545886e-3 0.89434596 0.44734278 +vn 6.0640197e-3 0.86754395 0.49732356 +vn -0.44734278 0.89434596 5.4545886e-3 +vn -0.49732356 0.86754395 6.0640197e-3 +vn -5.4545886e-3 0.89434596 -0.44734278 +vn -6.0640197e-3 0.86754395 -0.49732356 +vn 0.31329625 0.89374755 -0.32103080 +vn 0.32103080 0.89374755 0.31329625 +vn -0.32103080 0.89374755 -0.31329625 +vn -0.31329625 0.89374755 0.32103080 +vn -0.49219631 -0.71720351 0.49331726 +vn -3.6679940e-3 0.99998601 3.8101941e-3 +vn -0.49219631 -0.71720351 0.49331726 +vn -3.6679940e-3 0.99998601 3.8101941e-3 +vn 0.49129614 -0.71808434 0.49293304 +vn 0.49129614 -0.71808434 0.49293304 +vn 3.6512602e-3 0.99998610 3.8029319e-3 +vn 3.6512602e-3 0.99998610 3.8029319e-3 +vn -0.49035736 -0.72285086 -0.48686373 +vn -0.49035736 -0.72285086 -0.48686373 +vn -3.6724714e-3 0.99998654 -3.6657374e-3 +vn -3.6724714e-3 0.99998654 -3.6657374e-3 +vn 0.49220653 -0.71599330 -0.49506194 +vn 0.49220653 -0.71599330 -0.49506194 +vn 3.6676508e-3 0.99998588 -3.8467247e-3 +vn 3.6676508e-3 0.99998588 -3.8467247e-3 +vn -2.3260935e-5 -0.66552346 0.74637693 +vn -8.8372834e-6 0.99966712 2.5800280e-2 +vn -2.3260935e-5 -0.66552346 0.74637693 +vn -8.8372834e-6 0.99966712 2.5800280e-2 +vn 0.73711746 -0.67576464 -4.9699272e-5 +vn 2.3983959e-2 0.99971234 -1.3530552e-5 +vn 0.73711746 -0.67576464 -4.9699272e-5 +vn 2.3983959e-2 0.99971234 -1.3530552e-5 +vn 5.5792227e-4 0.99969653 -2.4627921e-2 +vn 1.7195300e-3 -0.66981479 -0.74252622 +vn 1.7195300e-3 -0.66981479 -0.74252622 +vn 5.5792227e-4 0.99969653 -2.4627921e-2 +vn -2.4501858e-2 0.99969978 -1.4337807e-5 +vn -0.73861725 -0.67412503 -4.9774618e-5 +vn -0.73861725 -0.67412503 -4.9774618e-5 +vn -2.4501858e-2 0.99969978 -1.4337807e-5 +vn -0.17790415 -0.65479745 0.73456818 +vn -2.7653413e-3 0.99987187 1.5766674e-2 +vn -2.7653413e-3 0.99987187 1.5766674e-2 +vn 2.7561058e-3 0.99987264 1.5719568e-2 +vn 0.17785837 -0.65502187 0.73437916 +vn 2.7561058e-3 0.99987264 1.5719568e-2 +vn 0.72587286 -0.66588253 0.17236311 +vn 1.4635666e-2 0.99989016 2.3377016e-3 +vn 1.4635666e-2 0.99989016 2.3377016e-3 +vn 1.4717417e-2 0.99988893 -2.3521049e-3 +vn 0.72628519 -0.66540741 -0.17246102 +vn 1.4717417e-2 0.99988893 -2.3521049e-3 +vn -2.3459082e-3 0.99990307 -1.3723975e-2 +vn -0.17528980 -0.66740197 -0.72377351 +vn -2.3459082e-3 0.99990307 -1.3723975e-2 +vn 0.17867437 -0.65100133 -0.73774843 +vn 2.9155265e-3 0.99985982 -1.6487272e-2 +vn 2.9155265e-3 0.99985982 -1.6487272e-2 +vn -1.4908962e-2 0.99988600 2.3898058e-3 +vn -0.72730585 -0.66422868 0.17270338 +vn -1.4908962e-2 0.99988600 2.3898058e-3 +vn -0.72771878 -0.66375074 -0.17280143 +vn -1.4994875e-2 0.99988468 -2.4050229e-3 +vn -1.4994875e-2 0.99988468 -2.4050229e-3 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.70240192 0.11516543 0.70240192 +vn -0.70240192 0.11516543 0.70240192 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.70240192 0.11516543 0.70240192 +vn 0.70240192 0.11516543 0.70240192 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.70240192 0.11516543 -0.70240192 +vn -0.70240192 0.11516543 -0.70240192 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.70240192 0.11516543 -0.70240192 +vn 0.70240192 0.11516543 -0.70240192 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 -1.3874370e-2 0.99990375 +vn 0.0000000e+0 -1.3874370e-2 0.99990375 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.99990375 -1.3874370e-2 0.0000000e+0 +vn -0.99990375 -1.3874370e-2 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.99990375 -1.3874370e-2 0.0000000e+0 +vn 0.99990375 -1.3874370e-2 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 -1.3874370e-2 -0.99990375 +vn 0.0000000e+0 -1.3874370e-2 -0.99990375 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.35902416 5.0314184e-2 0.93197110 +vn -0.35902416 5.0314184e-2 0.93197110 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.93197110 5.0314184e-2 0.35902416 +vn -0.93197110 5.0314184e-2 0.35902416 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.93197110 5.0314184e-2 0.35902416 +vn 0.93197110 5.0314184e-2 0.35902416 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.35902416 5.0314184e-2 -0.93197110 +vn -0.35902416 5.0314184e-2 -0.93197110 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.35902416 5.0314184e-2 0.93197110 +vn 0.35902416 5.0314184e-2 0.93197110 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.93197110 5.0314184e-2 -0.35902416 +vn -0.93197110 5.0314184e-2 -0.35902416 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.93197110 5.0314184e-2 -0.35902416 +vn 0.93197110 5.0314184e-2 -0.35902416 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.35902416 5.0314184e-2 -0.93197110 +vn 0.35902416 5.0314184e-2 -0.93197110 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 0.46315195 -0.88627889 +vn 0.0000000e+0 0.46315195 -0.88627889 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.88627889 0.46315195 0.0000000e+0 +vn 0.88627889 0.46315195 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.88627889 0.46315195 0.0000000e+0 +vn -0.88627889 0.46315195 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 0.46315195 0.88627889 +vn 0.0000000e+0 0.46315195 0.88627889 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.33040314 0.43137584 -0.83949309 +vn 0.33040314 0.43137584 -0.83949309 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.83949309 0.43137584 -0.33040314 +vn 0.83949309 0.43137584 -0.33040314 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.83949309 0.43137584 -0.33040314 +vn -0.83949309 0.43137584 -0.33040314 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.33040314 0.43137584 0.83949309 +vn 0.33040314 0.43137584 0.83949309 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.33040314 0.43137584 -0.83949309 +vn -0.33040314 0.43137584 -0.83949309 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.83949309 0.43137584 0.33040314 +vn 0.83949309 0.43137584 0.33040314 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.83949309 0.43137584 0.33040314 +vn -0.83949309 0.43137584 0.33040314 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.33040314 0.43137584 0.83949309 +vn -0.33040314 0.43137584 0.83949309 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.64873637 0.39784702 0.64873637 +vn 0.64873637 0.39784702 0.64873637 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.64873637 0.39784702 -0.64873637 +vn 0.64873637 0.39784702 -0.64873637 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.64873637 0.39784702 -0.64873637 +vn -0.64873637 0.39784702 -0.64873637 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn 0.0000000e+0 1.00000000 0.0000000e+0 +vn -0.64873637 0.39784702 0.64873637 +vn -0.64873637 0.39784702 0.64873637 +vn -3.6679940e-3 0.99998601 3.8101941e-3 +vn -3.6679940e-3 0.99998601 3.8101941e-3 +vn -0.70240192 0.11516543 0.70240192 +vn -0.70240192 0.11516543 0.70240192 +vn 3.6512602e-3 0.99998610 3.8029319e-3 +vn 3.6512602e-3 0.99998610 3.8029319e-3 +vn 0.70240192 0.11516543 0.70240192 +vn 0.70240192 0.11516543 0.70240192 +vn -3.6724714e-3 0.99998654 -3.6657374e-3 +vn -3.6724714e-3 0.99998654 -3.6657374e-3 +vn -0.70240192 0.11516543 -0.70240192 +vn -0.70240192 0.11516543 -0.70240192 +vn 3.6676508e-3 0.99998588 -3.8467247e-3 +vn 3.6676508e-3 0.99998588 -3.8467247e-3 +vn 0.70240192 0.11516543 -0.70240192 +vn 0.70240192 0.11516543 -0.70240192 +vn -8.8372834e-6 0.99966712 2.5800280e-2 +vn -8.8372834e-6 0.99966712 2.5800280e-2 +vn 0.0000000e+0 -1.3874370e-2 0.99990375 +vn 0.0000000e+0 -1.3874370e-2 0.99990375 +vn -2.4501858e-2 0.99969978 -1.4337807e-5 +vn -2.4501858e-2 0.99969978 -1.4337807e-5 +vn -0.99990375 -1.3874370e-2 0.0000000e+0 +vn -0.99990375 -1.3874370e-2 0.0000000e+0 +vn 2.3983959e-2 0.99971234 -1.3530552e-5 +vn 2.3983959e-2 0.99971234 -1.3530552e-5 +vn 0.99990375 -1.3874370e-2 0.0000000e+0 +vn 0.99990375 -1.3874370e-2 0.0000000e+0 +vn 5.5792227e-4 0.99969653 -2.4627921e-2 +vn 5.5792227e-4 0.99969653 -2.4627921e-2 +vn 0.0000000e+0 -1.3874370e-2 -0.99990375 +vn 0.0000000e+0 -1.3874370e-2 -0.99990375 +vn -2.7653413e-3 0.99987187 1.5766674e-2 +vn -2.7653413e-3 0.99987187 1.5766674e-2 +vn -0.35902416 5.0314184e-2 0.93197110 +vn -0.35902416 5.0314184e-2 0.93197110 +vn -1.4908962e-2 0.99988600 2.3898058e-3 +vn -1.4908962e-2 0.99988600 2.3898058e-3 +vn -0.93197110 5.0314184e-2 0.35902416 +vn -0.93197110 5.0314184e-2 0.35902416 +vn 1.4635666e-2 0.99989016 2.3377016e-3 +vn 1.4635666e-2 0.99989016 2.3377016e-3 +vn 0.93197110 5.0314184e-2 0.35902416 +vn 0.93197110 5.0314184e-2 0.35902416 +vn -2.3459082e-3 0.99990307 -1.3723975e-2 +vn -2.3459082e-3 0.99990307 -1.3723975e-2 +vn -0.35902416 5.0314184e-2 -0.93197110 +vn -0.35902416 5.0314184e-2 -0.93197110 +vn 2.7561058e-3 0.99987264 1.5719568e-2 +vn 2.7561058e-3 0.99987264 1.5719568e-2 +vn 0.35902416 5.0314184e-2 0.93197110 +vn 0.35902416 5.0314184e-2 0.93197110 +vn -1.4994875e-2 0.99988468 -2.4050229e-3 +vn -1.4994875e-2 0.99988468 -2.4050229e-3 +vn -0.93197110 5.0314184e-2 -0.35902416 +vn -0.93197110 5.0314184e-2 -0.35902416 +vn 1.4717417e-2 0.99988893 -2.3521049e-3 +vn 1.4717417e-2 0.99988893 -2.3521049e-3 +vn 0.93197110 5.0314184e-2 -0.35902416 +vn 0.93197110 5.0314184e-2 -0.35902416 +vn 2.9155265e-3 0.99985982 -1.6487272e-2 +vn 2.9155265e-3 0.99985982 -1.6487272e-2 +vn 0.35902416 5.0314184e-2 -0.93197110 +vn 0.35902416 5.0314184e-2 -0.93197110 +vn -0.18927750 0.98192358 -3.3672454e-4 +vn -0.18927750 0.98192358 -3.3672454e-4 +vn 0.79967579 0.60043082 -1.2092878e-3 +vn 0.79967579 0.60043082 -1.2092878e-3 +vn 3.3672454e-4 0.98192358 -0.18927750 +vn 3.3672454e-4 0.98192358 -0.18927750 +vn 1.2092878e-3 0.60043082 0.79967579 +vn 1.2092878e-3 0.60043082 0.79967579 +vn 0.18927750 0.98192358 3.3672454e-4 +vn 0.18927750 0.98192358 3.3672454e-4 +vn -0.79967579 0.60043082 1.2092878e-3 +vn -0.79967579 0.60043082 1.2092878e-3 +vn -3.3672454e-4 0.98192358 0.18927750 +vn -3.3672454e-4 0.98192358 0.18927750 +vn -1.2092878e-3 0.60043082 -0.79967579 +vn -1.2092878e-3 0.60043082 -0.79967579 +vn -0.10798441 0.98803838 -0.11008869 +vn -0.10798441 0.98803838 -0.11008869 +vn 0.56631127 0.60043082 0.56460108 +vn 0.56631127 0.60043082 0.56460108 +vn 0.11008869 0.98803838 -0.10798441 +vn 0.11008869 0.98803838 -0.10798441 +vn -0.56460108 0.60043082 0.56631127 +vn -0.56460108 0.60043082 0.56631127 +vn 0.10798441 0.98803838 0.11008869 +vn 0.10798441 0.98803838 0.11008869 +vn -0.56631127 0.60043082 -0.56460108 +vn -0.56631127 0.60043082 -0.56460108 +vn -0.11008869 0.98803838 0.10798441 +vn -0.11008869 0.98803838 0.10798441 +vn 0.56460108 0.60043082 -0.56631127 +vn 0.56460108 0.60043082 -0.56631127 +vn 1.9489569e-3 0.88203013 -0.47118898 +vn 1.9489569e-3 0.88203013 -0.47118898 +vn -1.3419352e-2 0.59241316 -0.80552254 +vn -1.3419352e-2 0.59241316 -0.80552254 +vn 0.47118898 0.88203013 1.9489569e-3 +vn 0.47118898 0.88203013 1.9489569e-3 +vn 0.78553696 0.61880915 -2.6325999e-3 +vn 0.78553696 0.61880915 -2.6325999e-3 +vn -0.47118898 0.88203013 -1.9489569e-3 +vn -0.47118898 0.88203013 -1.9489569e-3 +vn -0.78553696 0.61880915 2.6325999e-3 +vn -0.78553696 0.61880915 2.6325999e-3 +vn -1.9489569e-3 0.88203013 0.47118898 +vn -1.9489569e-3 0.88203013 0.47118898 +vn 2.6325999e-3 0.61880915 0.78553696 +vn 2.6325999e-3 0.61880915 0.78553696 +vn 0.23736032 0.86317553 -0.44563223 +vn 0.23736032 0.86317553 -0.44563223 +vn 0.29817977 0.61880915 -0.72674897 +vn 0.29817977 0.61880915 -0.72674897 +vn 0.44838254 0.86324385 -0.23186884 +vn 0.44838254 0.86324385 -0.23186884 +vn 0.72473406 0.61880915 -0.30304418 +vn 0.72473406 0.61880915 -0.30304418 +vn -0.44563223 0.86317553 -0.23736032 +vn -0.44563223 0.86317553 -0.23736032 +vn -0.74309934 0.58942481 -0.31683081 +vn -0.74309934 0.58942481 -0.31683081 +vn 0.23186884 0.86324385 0.44838254 +vn 0.23186884 0.86324385 0.44838254 +vn 0.30304418 0.61880915 0.72473406 +vn 0.30304418 0.61880915 0.72473406 +vn -0.23186884 0.86324385 -0.44838254 +vn -0.23186884 0.86324385 -0.44838254 +vn -0.33467003 0.53721508 -0.77420665 +vn -0.33467003 0.53721508 -0.77420665 +vn 0.44563223 0.86317553 0.23736032 +vn 0.44563223 0.86317553 0.23736032 +vn 0.72674897 0.61880915 0.29817977 +vn 0.72674897 0.61880915 0.29817977 +vn -0.44838254 0.86324385 0.23186884 +vn -0.44838254 0.86324385 0.23186884 +vn -0.72473406 0.61880915 0.30304418 +vn -0.72473406 0.61880915 0.30304418 +vn -0.23736032 0.86317553 0.44563223 +vn -0.23736032 0.86317553 0.44563223 +vn -0.29817977 0.61880915 0.72674897 +vn -0.29817977 0.61880915 0.72674897 +vn -0.41171143 0.81638583 0.40497886 +vn -0.55359698 0.61880915 0.55732004 +vn -0.55359698 0.61880915 0.55732004 +vn 0.40497886 0.81638583 0.41171143 +vn 0.55732004 0.61880915 0.55359698 +vn 0.55732004 0.61880915 0.55359698 +vn -0.40497886 0.81638583 -0.41171143 +vn -0.59298537 0.53410547 -0.60257755 +vn -0.59298537 0.53410547 -0.60257755 +vn 0.41171143 0.81638583 -0.40497886 +vn 0.55359698 0.61880915 -0.55732004 +vn 0.55359698 0.61880915 -0.55732004 +g cube1_default2 +usemtl default2 +s 1 +f 1//1 6//5 13//171 25//187 5//155 +f 1//1 197//109 194//106 6//5 +f 2//2 8//159 26//191 13//173 6//5 +f 2//2 198//110 195//107 9//7 +f 3//3 7//6 16//185 32//208 10//164 +f 3//3 200//112 193//105 7//6 +f 4//4 12//167 28//197 14//177 9//7 +f 4//4 199//111 196//108 11//8 +f 5//157 31//206 16//184 7//6 1//1 +f 6//5 194//106 198//110 2//2 +f 7//6 193//105 197//109 1//1 +f 9//7 14//175 27//193 8//160 2//2 +f 9//7 195//107 199//111 4//4 +f 10//163 29//200 15//180 11//8 3//3 +f 11//8 15//181 30//202 12//168 4//4 +f 11//8 196//108 200//112 3//3 +f 193//105 209//121 202//114 197//109 +f 194//106 206//118 203//115 198//110 +f 195//107 207//119 204//116 199//111 +f 196//108 208//120 205//117 200//112 +f 197//109 202//114 206//118 194//106 +f 198//110 203//115 207//119 195//107 +f 199//111 204//116 208//120 196//108 +f 200//112 205//117 209//121 193//105 +f 201//113 203//115 206//118 202//114 +f 201//113 204//116 207//119 203//115 +f 201//113 205//117 208//120 204//116 +f 202//114 209//121 205//117 201//113 +s 2 +f 5//156 25//188 97//371 89//339 +f 8//162 90//344 101//388 26//192 +f 10//165 32//209 102//391 91//347 +f 12//170 92//352 103//396 28//198 +f 13//174 93//356 97//372 25//189 +f 14//178 95//364 99//380 27//195 +f 15//182 96//368 104//400 30//204 +f 16//186 94//360 102//392 32//210 +f 26//190 101//387 93//355 13//172 +f 27//194 99//379 90//343 8//161 +f 28//196 103//395 95//363 14//176 +f 29//199 100//383 96//367 15//179 +f 30//203 104//399 92//351 12//169 +f 31//205 98//375 94//359 16//183 +f 89//340 98//376 31//207 5//158 +f 91//348 100//384 29//201 10//166 +g cube1_default3 +usemtl default3 +s 1 +f 17//9 24//16 128//431 121//403 +f 17//9 165//444 181//476 24//16 +f 18//10 21//13 125//419 122//407 +f 18//10 161//435 177//468 21//13 +f 19//11 22//14 126//423 123//411 +f 19//11 163//439 171//456 22//14 +f 20//12 23//15 127//427 124//415 +f 20//12 167//447 175//464 23//15 +f 21//13 173//459 165//443 17//9 +f 21//13 177//467 191//489 173//460 +f 22//14 169//451 161//436 18//10 +f 22//14 171//455 192//492 169//452 +f 23//15 179//472 163//440 19//11 +f 24//16 183//480 167//448 20//12 +f 34//217 45//261 101//389 90//345 +f 36//226 47//269 103//397 92//354 +f 37//229 41//246 97//374 93//357 +f 38//234 46//266 102//394 94//362 +f 39//237 43//253 99//381 95//365 +f 40//242 48//274 104//402 96//370 +f 41//245 33//214 89//342 97//373 +f 46//265 35//221 91//349 102//393 +f 90//346 99//382 43//254 34//218 +f 92//353 104//401 48//273 36//225 +f 93//358 101//390 45//262 37//230 +f 94//361 98//378 42//250 38//233 +f 95//366 103//398 47//270 39//238 +f 96//369 100//386 44//258 40//241 +f 98//377 89//341 33//213 42//249 +f 100//385 91//350 35//222 44//257 +f 121//404 125//420 21//13 17//9 +f 122//408 126//424 22//14 18//10 +f 123//412 127//428 23//15 19//11 +f 124//416 128//432 24//16 20//12 +f 175//463 190//486 179//471 23//15 +f 181//475 189//483 183//479 24//16 +s 2 +f 33//212 41//244 58//292 74//328 +f 34//216 43//251 62//299 75//332 +f 36//224 76//336 70//316 47//268 +f 37//228 45//260 66//308 50//276 +f 39//236 47//267 70//315 54//284 +f 42//247 33//211 74//327 60//295 +f 44//256 35//220 73//324 64//304 +f 46//263 38//231 52//279 68//311 +f 48//272 40//240 56//288 72//320 +f 50//275 58//291 41//243 37//227 +f 54//283 62//300 43//252 39//235 +f 60//296 52//280 38//232 42//248 +f 64//303 56//287 40//239 44//255 +f 68//312 73//323 35//219 46//264 +f 72//319 76//335 36//223 48//271 +f 75//331 66//307 45//259 34//215 +s 3 +f 49//17 65//25 178//97 162//89 +f 49//17 105//41 113//49 65//25 +f 51//18 59//22 172//94 164//90 +f 51//18 67//26 114//50 106//42 +f 53//19 69//27 182//99 166//91 +f 54//285 70//317 149//77 133//61 +f 55//20 63//24 176//96 168//92 +f 55//20 71//28 116//52 108//44 +f 57//21 109//45 105//41 49//17 +f 58//293 50//277 129//57 137//65 +f 59//22 77//29 185//101 172//94 +f 59//22 110//46 118//54 77//29 +f 60//297 74//329 155//83 139//67 +f 61//23 78//30 119//55 111//47 +f 63//24 79//31 187//103 176//96 +f 63//24 112//48 117//53 79//31 +f 64//305 73//326 153//81 143//71 +f 65//25 78//30 186//102 178//97 +f 65//25 113//49 119//55 78//30 +f 66//309 75//333 157//85 145//73 +f 68//314 52//281 131//59 147//75 +f 69//27 53//19 107//43 115//51 +f 69//27 80//32 188//104 182//99 +f 72//321 56//289 135//63 151//79 +f 75//334 62//302 141//69 157//85 +f 76//338 159//87 149//77 70//318 +f 77//29 118//54 109//45 57//21 +f 79//31 117//53 114//50 67//26 +f 80//32 69//27 115//51 120//56 +f 105//41 130//58 146//74 113//49 +f 106//42 110//46 59//22 51//18 +f 106//42 114//50 148//76 132//60 +f 108//44 112//48 63//24 55//20 +f 108//44 116//52 152//80 136//64 +f 109//45 138//66 130//58 105//41 +f 110//46 140//68 156//84 118//54 +f 111//47 107//43 53//19 61//23 +f 111//47 119//55 158//86 142//70 +f 112//48 144//72 154//82 117//53 +f 113//49 146//74 158//86 119//55 +f 115//51 107//43 134//62 150//78 +f 117//53 154//82 148//76 114//50 +f 118//54 156//84 138//66 109//45 +f 120//56 116//52 71//28 80//32 +f 129//57 145//73 146//74 130//58 +f 130//58 138//66 137//65 129//57 +f 131//59 139//67 140//68 132//60 +f 132//60 140//68 110//46 106//42 +f 133//61 141//69 62//301 54//286 +f 133//61 149//77 150//78 134//62 +f 134//62 142//70 141//69 133//61 +f 135//63 143//71 144//72 136//64 +f 136//64 144//72 112//48 108//44 +f 136//64 152//80 151//79 135//63 +f 137//65 155//83 74//330 58//294 +f 139//67 131//59 52//282 60//298 +f 142//70 134//62 107//43 111//47 +f 142//70 158//86 157//85 141//69 +f 143//71 135//63 56//290 64//306 +f 143//71 153//81 154//82 144//72 +f 145//73 129//57 50//278 66//310 +f 147//75 131//59 132//60 148//76 +f 147//75 153//81 73//325 68//313 +f 148//76 154//82 153//81 147//75 +f 149//77 159//87 160//88 150//78 +f 150//78 160//88 120//56 115//51 +f 151//79 159//87 76//337 72//322 +f 152//80 160//88 159//87 151//79 +f 155//83 137//65 138//66 156//84 +f 156//84 140//68 139//67 155//83 +f 158//86 146//74 145//73 157//85 +f 160//88 152//80 116//52 120//56 +f 161//438 169//454 170//93 162//89 +f 162//89 170//93 57//21 49//17 +f 163//441 179//474 180//98 164//90 +f 164//90 172//94 171//457 163//442 +f 164//90 180//98 67//26 51//18 +f 165//446 173//462 174//95 166//91 +f 166//91 174//95 61//23 53//19 +f 166//91 182//99 181//477 165//445 +f 168//92 184//100 71//28 55//20 +f 169//453 192//493 185//101 170//93 +f 170//93 185//101 77//29 57//21 +f 172//94 185//101 192//494 171//458 +f 173//461 191//491 186//102 174//95 +f 174//95 186//102 78//30 61//23 +f 175//465 167//449 168//92 176//96 +f 176//96 187//103 190//488 175//466 +f 177//470 161//437 162//89 178//97 +f 178//97 186//102 191//490 177//469 +f 179//473 190//487 187//103 180//98 +f 180//98 187//103 79//31 67//26 +f 182//99 188//104 189//485 181//478 +f 183//481 189//484 188//104 184//100 +f 184//100 168//92 167//450 183//482 +f 184//100 188//104 80//32 71//28 +g cube1_default4 +usemtl default4 +s 2 +f 81//33 121//406 128//434 88//40 +f 81//33 216//128 212//124 85//37 +f 82//34 122//410 125//421 85//37 +f 82//34 218//130 213//125 86//38 +f 83//35 123//413 126//426 86//38 +f 83//35 220//132 214//126 87//39 +f 84//36 124//417 127//429 87//39 +f 84//36 222//134 211//123 88//40 +f 85//37 125//422 121//405 81//33 +f 85//37 212//124 218//130 82//34 +f 86//38 126//425 122//409 82//34 +f 86//38 213//125 220//132 83//35 +f 87//39 127//430 123//414 83//35 +f 87//39 214//126 222//134 84//36 +f 88//40 128//433 124//418 84//36 +f 88//40 211//123 216//128 81//33 +f 210//122 217//129 224//136 215//127 +f 210//122 219//131 226//138 217//129 +f 210//122 221//133 225//137 219//131 +f 215//127 223//135 221//133 210//122 +f 215//127 231//143 239//151 223//135 +f 216//128 211//123 227//139 232//144 +f 217//129 233//145 240//152 224//136 +f 218//130 212//124 228//140 234//146 +f 219//131 235//147 242//154 226//138 +f 220//132 213//125 229//141 236//148 +f 221//133 237//149 241//153 225//137 +f 222//134 214//126 230//142 238//150 +f 223//135 239//151 237//149 221//133 +f 224//136 240//152 231//143 215//127 +f 225//137 241//153 235//147 219//131 +f 226//138 242//154 233//145 217//129 +f 227//139 238//150 237//149 239//151 +f 228//140 232//144 231//143 240//152 +f 229//141 234//146 233//145 242//154 +f 230//142 236//148 235//147 241//153 +f 232//144 228//140 212//124 216//128 +f 234//146 229//141 213//125 218//130 +f 236//148 230//142 214//126 220//132 +f 238//150 227//139 211//123 222//134 +f 239//151 231//143 232//144 227//139 +f 240//152 233//145 234//146 228//140 +f 241//153 237//149 238//150 230//142 +f 242//154 235//147 236//148 229//141 diff --git a/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerBLowPoly.obj.import b/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerBLowPoly.obj.import new file mode 100644 index 0000000..b4f03af --- /dev/null +++ b/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerBLowPoly.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://c6kvtaedsn1ec" +path="res://.godot/imported/SpeakerBLowPoly.obj-81be6f81edbfefdecd9c1b5c7904b81d.mesh" + +[deps] + +files=["res://.godot/imported/SpeakerBLowPoly.obj-81be6f81edbfefdecd9c1b5c7904b81d.mesh"] + +source_file="res://assets-library/Speakers/SpeakersLowPoly/SpeakerBLowPoly.obj" +dest_files=["res://.godot/imported/SpeakerBLowPoly.obj-81be6f81edbfefdecd9c1b5c7904b81d.mesh", "res://.godot/imported/SpeakerBLowPoly.obj-81be6f81edbfefdecd9c1b5c7904b81d.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerBLowPoly.wings b/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerBLowPoly.wings new file mode 100644 index 0000000..d257a8a Binary files /dev/null and b/escape-room-version-2/assets-library/Speakers/SpeakersLowPoly/SpeakerBLowPoly.wings differ diff --git a/escape-room-version-2/assets-library/UsedColors/Colors of scaperommVersion2.txt b/escape-room-version-2/assets-library/UsedColors/Colors of scaperommVersion2.txt new file mode 100644 index 0000000..129b1ce --- /dev/null +++ b/escape-room-version-2/assets-library/UsedColors/Colors of scaperommVersion2.txt @@ -0,0 +1,5 @@ +Colors of scaperommVersion2: + +Ground: 00183b + +Teleport-Zone: 00183b Transparent 145 \ No newline at end of file diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/License.txt b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/License.txt new file mode 100644 index 0000000..f1ce14f --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/License.txt @@ -0,0 +1,28 @@ + + + Modular Dungeon Kit (1.0) + + Created/distributed by Kenney (www.kenney.nl) + Creation date: 19-08-2025 14:44 + + ------------------------------ + + License: (Creative Commons Zero, CC0) + http://creativecommons.org/publicdomain/zero/1.0/ + + You can use this content for personal, educational, and commercial purposes. + + Support by crediting 'Kenney' or 'www.kenney.nl' (this is not a requirement) + + ------------------------------ + + • Website : www.kenney.nl + • Donate : www.kenney.nl/donate + + • Patreon : patreon.com/kenney + + Follow on social media for updates: + + • Twitter: twitter.com/KenneyNL + • BlueSky: kenney.bsky.social + • Instagram: instagram.com/kenney_nl \ No newline at end of file diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png new file mode 100644 index 0000000..5b8f64d Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png.import new file mode 100644 index 0000000..17fb4ef --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dtgm31n6hdkw3" +path.s3tc="res://.godot/imported/colormap.png-fea6dada7931a9e16cdcaff452e5c372.s3tc.ctex" +path.etc2="res://.godot/imported/colormap.png-fea6dada7931a9e16cdcaff452e5c372.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png" +dest_files=["res://.godot/imported/colormap.png-fea6dada7931a9e16cdcaff452e5c372.s3tc.ctex", "res://.godot/imported/colormap.png-fea6dada7931a9e16cdcaff452e5c372.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-corner.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-corner.fbx new file mode 100644 index 0000000..4cab224 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-corner.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-corner.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-corner.fbx.import new file mode 100644 index 0000000..cd16d49 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-corner.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dkbpqwm0buot7" +path="res://.godot/imported/corridor-corner.fbx-4bf7a66d5151bce03897e96180fe9265.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-corner.fbx" +dest_files=["res://.godot/imported/corridor-corner.fbx-4bf7a66d5151bce03897e96180fe9265.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-end.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-end.fbx new file mode 100644 index 0000000..232888b Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-end.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-end.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-end.fbx.import new file mode 100644 index 0000000..94542f0 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-end.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dfer316qkn71l" +path="res://.godot/imported/corridor-end.fbx-a5e3f6dc9675a712fdcae5c02877b65a.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-end.fbx" +dest_files=["res://.godot/imported/corridor-end.fbx-a5e3f6dc9675a712fdcae5c02877b65a.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-intersection.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-intersection.fbx new file mode 100644 index 0000000..9951ba9 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-intersection.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-intersection.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-intersection.fbx.import new file mode 100644 index 0000000..e1ad0a8 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-intersection.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bhmvsk34uwbvr" +path="res://.godot/imported/corridor-intersection.fbx-3f5b17951c5203f983134e713c3b6d57.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-intersection.fbx" +dest_files=["res://.godot/imported/corridor-intersection.fbx-3f5b17951c5203f983134e713c3b6d57.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-junction.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-junction.fbx new file mode 100644 index 0000000..c35a6bd Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-junction.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-junction.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-junction.fbx.import new file mode 100644 index 0000000..3711e0b --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-junction.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bjlb8rxk5beub" +path="res://.godot/imported/corridor-junction.fbx-5e0dc5edea7dd15d79b6b7638e80d28e.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-junction.fbx" +dest_files=["res://.godot/imported/corridor-junction.fbx-5e0dc5edea7dd15d79b6b7638e80d28e.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-transition.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-transition.fbx new file mode 100644 index 0000000..728f70b Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-transition.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-transition.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-transition.fbx.import new file mode 100644 index 0000000..cc0183b --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-transition.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://0bjnaqdoo4w0" +path="res://.godot/imported/corridor-transition.fbx-ab9c90548cb903b0f2041247d9d0039f.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-transition.fbx" +dest_files=["res://.godot/imported/corridor-transition.fbx-ab9c90548cb903b0f2041247d9d0039f.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-corner.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-corner.fbx new file mode 100644 index 0000000..7c1844f Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-corner.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-corner.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-corner.fbx.import new file mode 100644 index 0000000..6e1215b --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-corner.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://4fkxoohsoa5i" +path="res://.godot/imported/corridor-wide-corner.fbx-6068fdb73cf8b88475512bc80e6fce8a.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-corner.fbx" +dest_files=["res://.godot/imported/corridor-wide-corner.fbx-6068fdb73cf8b88475512bc80e6fce8a.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-end.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-end.fbx new file mode 100644 index 0000000..ee61b4a Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-end.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-end.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-end.fbx.import new file mode 100644 index 0000000..3c8eaf5 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-end.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bu8ic83dqj83m" +path="res://.godot/imported/corridor-wide-end.fbx-ec4eaf3077c9834f812ea42dad58a470.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-end.fbx" +dest_files=["res://.godot/imported/corridor-wide-end.fbx-ec4eaf3077c9834f812ea42dad58a470.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-intersection.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-intersection.fbx new file mode 100644 index 0000000..16c0028 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-intersection.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-intersection.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-intersection.fbx.import new file mode 100644 index 0000000..1905ee7 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-intersection.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b03hdv8g5h4dq" +path="res://.godot/imported/corridor-wide-intersection.fbx-1b0b0af01498eebe315e63c86dd89149.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-intersection.fbx" +dest_files=["res://.godot/imported/corridor-wide-intersection.fbx-1b0b0af01498eebe315e63c86dd89149.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-junction.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-junction.fbx new file mode 100644 index 0000000..c7615d2 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-junction.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-junction.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-junction.fbx.import new file mode 100644 index 0000000..ae5dcaa --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-junction.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://br1pnml8cceml" +path="res://.godot/imported/corridor-wide-junction.fbx-b463668580528113fd3b56fa8419e9c0.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-junction.fbx" +dest_files=["res://.godot/imported/corridor-wide-junction.fbx-b463668580528113fd3b56fa8419e9c0.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide.fbx new file mode 100644 index 0000000..7efea4c Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide.fbx.import new file mode 100644 index 0000000..581e5d6 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://5b28vn6upvrb" +path="res://.godot/imported/corridor-wide.fbx-07199422fd22281feece3e68858f004c.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide.fbx" +dest_files=["res://.godot/imported/corridor-wide.fbx-07199422fd22281feece3e68858f004c.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor.fbx new file mode 100644 index 0000000..ba14aff Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor.fbx.import new file mode 100644 index 0000000..6f349c3 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b7a6emk0yjxc3" +path="res://.godot/imported/corridor.fbx-0dc187e9b52da7c7a9e0a3250bcd455e.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor.fbx" +dest_files=["res://.godot/imported/corridor.fbx-0dc187e9b52da7c7a9e0a3250bcd455e.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate-door-window.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate-door-window.fbx new file mode 100644 index 0000000..20e648e Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate-door-window.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate-door-window.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate-door-window.fbx.import new file mode 100644 index 0000000..0f67156 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate-door-window.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://0nw16rrhw883" +path="res://.godot/imported/gate-door-window.fbx-4f0eb5b821ce993de3229f7a9ee642d3.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate-door-window.fbx" +dest_files=["res://.godot/imported/gate-door-window.fbx-4f0eb5b821ce993de3229f7a9ee642d3.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate-door.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate-door.fbx new file mode 100644 index 0000000..227cc34 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate-door.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate-door.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate-door.fbx.import new file mode 100644 index 0000000..bf3882d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate-door.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://c2o8tjmh8ga2p" +path="res://.godot/imported/gate-door.fbx-ddc655cb4ced6d561e94d35923613253.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate-door.fbx" +dest_files=["res://.godot/imported/gate-door.fbx-ddc655cb4ced6d561e94d35923613253.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate.fbx new file mode 100644 index 0000000..e0e764c Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate.fbx.import new file mode 100644 index 0000000..02bde02 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://fgkqfdyaep6k" +path="res://.godot/imported/gate.fbx-c3460ba3dfd863962914240cb4e2b905.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate.fbx" +dest_files=["res://.godot/imported/gate.fbx-c3460ba3dfd863962914240cb4e2b905.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-corner.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-corner.fbx new file mode 100644 index 0000000..ed0ee5d Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-corner.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-corner.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-corner.fbx.import new file mode 100644 index 0000000..ef8ec14 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-corner.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bvj78v5dkj1or" +path="res://.godot/imported/room-corner.fbx-16565c1e95c07b47bf9fb48f22820c8d.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-corner.fbx" +dest_files=["res://.godot/imported/room-corner.fbx-16565c1e95c07b47bf9fb48f22820c8d.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-large-variation.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-large-variation.fbx new file mode 100644 index 0000000..842113c Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-large-variation.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-large-variation.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-large-variation.fbx.import new file mode 100644 index 0000000..36560bd --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-large-variation.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dnxnyuq1dmsur" +path="res://.godot/imported/room-large-variation.fbx-1b95e43b5660eea0cb4b64df07e4f4f6.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-large-variation.fbx" +dest_files=["res://.godot/imported/room-large-variation.fbx-1b95e43b5660eea0cb4b64df07e4f4f6.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-large.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-large.fbx new file mode 100644 index 0000000..5567a6a Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-large.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-large.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-large.fbx.import new file mode 100644 index 0000000..6e65be0 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-large.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cbkvfslr7yfk" +path="res://.godot/imported/room-large.fbx-9d916adab17582cbf0ffecd2115f16cb.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-large.fbx" +dest_files=["res://.godot/imported/room-large.fbx-9d916adab17582cbf0ffecd2115f16cb.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-small-variation.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-small-variation.fbx new file mode 100644 index 0000000..f125334 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-small-variation.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-small-variation.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-small-variation.fbx.import new file mode 100644 index 0000000..b966587 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-small-variation.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://d1glt8o5ibfx0" +path="res://.godot/imported/room-small-variation.fbx-2746721f7465b7ecab79e37cef9ab620.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-small-variation.fbx" +dest_files=["res://.godot/imported/room-small-variation.fbx-2746721f7465b7ecab79e37cef9ab620.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-small.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-small.fbx new file mode 100644 index 0000000..6f61cbf Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-small.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-small.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-small.fbx.import new file mode 100644 index 0000000..431e257 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-small.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dydmmqllb4olg" +path="res://.godot/imported/room-small.fbx-f62a22c3fb779006433ef5e448c641aa.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-small.fbx" +dest_files=["res://.godot/imported/room-small.fbx-f62a22c3fb779006433ef5e448c641aa.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-wide-variation.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-wide-variation.fbx new file mode 100644 index 0000000..a60f990 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-wide-variation.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-wide-variation.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-wide-variation.fbx.import new file mode 100644 index 0000000..2d78d24 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-wide-variation.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://d2iwidctndw4n" +path="res://.godot/imported/room-wide-variation.fbx-d592b646d24f93152adde2228fae3b1b.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-wide-variation.fbx" +dest_files=["res://.godot/imported/room-wide-variation.fbx-d592b646d24f93152adde2228fae3b1b.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-wide.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-wide.fbx new file mode 100644 index 0000000..22e0a9d Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-wide.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-wide.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-wide.fbx.import new file mode 100644 index 0000000..8984b15 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-wide.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://c1grchjhwtc3j" +path="res://.godot/imported/room-wide.fbx-b7e62a78048d1fbba3d99712ab87085b.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-wide.fbx" +dest_files=["res://.godot/imported/room-wide.fbx-b7e62a78048d1fbba3d99712ab87085b.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/stairs-wide.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/stairs-wide.fbx new file mode 100644 index 0000000..b456132 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/stairs-wide.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/stairs-wide.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/stairs-wide.fbx.import new file mode 100644 index 0000000..fd73f79 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/stairs-wide.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bt7r864injlbb" +path="res://.godot/imported/stairs-wide.fbx-87b9ba1d8347ba4366c606719927774d.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/stairs-wide.fbx" +dest_files=["res://.godot/imported/stairs-wide.fbx-87b9ba1d8347ba4366c606719927774d.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/stairs.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/stairs.fbx new file mode 100644 index 0000000..6e3d10c Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/stairs.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/stairs.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/stairs.fbx.import new file mode 100644 index 0000000..59028bd --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/stairs.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://23vhv3u8q25g" +path="res://.godot/imported/stairs.fbx-5d69c5c2864b4cb8ed2692448a9957cc.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/stairs.fbx" +dest_files=["res://.godot/imported/stairs.fbx-5d69c5c2864b4cb8ed2692448a9957cc.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-corner.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-corner.fbx new file mode 100644 index 0000000..fc45931 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-corner.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-corner.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-corner.fbx.import new file mode 100644 index 0000000..879348b --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-corner.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://r0imr31jqpxk" +path="res://.godot/imported/template-corner.fbx-bd20ee6d11d308becf32c98e6dcd6810.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-corner.fbx" +dest_files=["res://.godot/imported/template-corner.fbx-bd20ee6d11d308becf32c98e6dcd6810.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-detail.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-detail.fbx new file mode 100644 index 0000000..a8315f1 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-detail.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-detail.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-detail.fbx.import new file mode 100644 index 0000000..b41c84e --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-detail.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://sxitq1l75jtn" +path="res://.godot/imported/template-detail.fbx-8606c468555a656b3473ec992ed5d60b.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-detail.fbx" +dest_files=["res://.godot/imported/template-detail.fbx-8606c468555a656b3473ec992ed5d60b.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-big.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-big.fbx new file mode 100644 index 0000000..0ccb86a Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-big.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-big.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-big.fbx.import new file mode 100644 index 0000000..829fa72 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-big.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dbbqnmwvlitdl" +path="res://.godot/imported/template-floor-big.fbx-14da2210f6c0bf3ce29a413226276056.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-big.fbx" +dest_files=["res://.godot/imported/template-floor-big.fbx-14da2210f6c0bf3ce29a413226276056.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-detail-a.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-detail-a.fbx new file mode 100644 index 0000000..56b4e79 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-detail-a.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-detail-a.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-detail-a.fbx.import new file mode 100644 index 0000000..259e36a --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-detail-a.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dil7swolj2vbu" +path="res://.godot/imported/template-floor-detail-a.fbx-dff230f5c54599ed9a61b1586ea1c813.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-detail-a.fbx" +dest_files=["res://.godot/imported/template-floor-detail-a.fbx-dff230f5c54599ed9a61b1586ea1c813.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-detail.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-detail.fbx new file mode 100644 index 0000000..d879434 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-detail.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-detail.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-detail.fbx.import new file mode 100644 index 0000000..dfc4e19 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-detail.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bmv23gqa21cv" +path="res://.godot/imported/template-floor-detail.fbx-7810452712ae508abe8157df8258f2a2.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-detail.fbx" +dest_files=["res://.godot/imported/template-floor-detail.fbx-7810452712ae508abe8157df8258f2a2.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-layer-raised.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-layer-raised.fbx new file mode 100644 index 0000000..db43db0 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-layer-raised.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-layer-raised.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-layer-raised.fbx.import new file mode 100644 index 0000000..0ec0ac0 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-layer-raised.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b2lf0m8e8765l" +path="res://.godot/imported/template-floor-layer-raised.fbx-a09c48870336c37469a313b174e124c3.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-layer-raised.fbx" +dest_files=["res://.godot/imported/template-floor-layer-raised.fbx-a09c48870336c37469a313b174e124c3.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-layer.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-layer.fbx new file mode 100644 index 0000000..49467cb Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-layer.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-layer.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-layer.fbx.import new file mode 100644 index 0000000..1615b88 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-layer.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://c3elyr0yj1uue" +path="res://.godot/imported/template-floor-layer.fbx-12ba0f65809d2f3ec6fd5e2d3533fb28.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-layer.fbx" +dest_files=["res://.godot/imported/template-floor-layer.fbx-12ba0f65809d2f3ec6fd5e2d3533fb28.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor.fbx new file mode 100644 index 0000000..b49b332 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor.fbx.import new file mode 100644 index 0000000..29e188f --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cidxonpkhha1c" +path="res://.godot/imported/template-floor.fbx-236e00f7279297c9955e90a731c4d85c.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor.fbx" +dest_files=["res://.godot/imported/template-floor.fbx-236e00f7279297c9955e90a731c4d85c.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-corner.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-corner.fbx new file mode 100644 index 0000000..aa066b5 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-corner.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-corner.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-corner.fbx.import new file mode 100644 index 0000000..c4f38b1 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-corner.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://d3lwa7iq25ufq" +path="res://.godot/imported/template-wall-corner.fbx-1b152a736fa485628600ed0101cbbf02.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-corner.fbx" +dest_files=["res://.godot/imported/template-wall-corner.fbx-1b152a736fa485628600ed0101cbbf02.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-detail-a.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-detail-a.fbx new file mode 100644 index 0000000..4a32305 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-detail-a.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-detail-a.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-detail-a.fbx.import new file mode 100644 index 0000000..e054487 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-detail-a.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dlj3e8g1hbvfi" +path="res://.godot/imported/template-wall-detail-a.fbx-b70a36245b3476c178a36dc54319a3af.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-detail-a.fbx" +dest_files=["res://.godot/imported/template-wall-detail-a.fbx-b70a36245b3476c178a36dc54319a3af.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-half.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-half.fbx new file mode 100644 index 0000000..fd663b4 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-half.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-half.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-half.fbx.import new file mode 100644 index 0000000..d844f29 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-half.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cda5tlt4a3ar3" +path="res://.godot/imported/template-wall-half.fbx-20523660c1309172f4e288266ba9f131.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-half.fbx" +dest_files=["res://.godot/imported/template-wall-half.fbx-20523660c1309172f4e288266ba9f131.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-stairs.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-stairs.fbx new file mode 100644 index 0000000..a3192f6 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-stairs.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-stairs.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-stairs.fbx.import new file mode 100644 index 0000000..208aea0 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-stairs.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://ciftk2k2ftfdn" +path="res://.godot/imported/template-wall-stairs.fbx-203ecbbcbd0d15df50526df2da4dd2cd.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-stairs.fbx" +dest_files=["res://.godot/imported/template-wall-stairs.fbx-203ecbbcbd0d15df50526df2da4dd2cd.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-top.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-top.fbx new file mode 100644 index 0000000..4eb3526 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-top.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-top.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-top.fbx.import new file mode 100644 index 0000000..04e3543 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-top.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://ln1sd40foxus" +path="res://.godot/imported/template-wall-top.fbx-a0ada31c98810a942dbd3c55914f553a.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-top.fbx" +dest_files=["res://.godot/imported/template-wall-top.fbx-a0ada31c98810a942dbd3c55914f553a.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall.fbx b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall.fbx new file mode 100644 index 0000000..5c4dabe Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall.fbx differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall.fbx.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall.fbx.import new file mode 100644 index 0000000..bfd3f1d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall.fbx.import @@ -0,0 +1,44 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b7acbcom11211" +path="res://.godot/imported/template-wall.fbx-f30051a70780ee2a0c08b7fc9d18bce7.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall.fbx" +dest_files=["res://.godot/imported/template-wall.fbx-f30051a70780ee2a0c08b7fc9d18bce7.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +animation/trimming=true +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={} +fbx/importer=0 +fbx/allow_geometry_helper_nodes=false +fbx/embedded_image_handling=1 +fbx/naming_version=2 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png new file mode 100644 index 0000000..5b8f64d Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png.import new file mode 100644 index 0000000..0389b2d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cp64fqfs74o66" +path.s3tc="res://.godot/imported/colormap.png-6eb55343313b9b0b787b1be421d2eaef.s3tc.ctex" +path.etc2="res://.godot/imported/colormap.png-6eb55343313b9b0b787b1be421d2eaef.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png" +dest_files=["res://.godot/imported/colormap.png-6eb55343313b9b0b787b1be421d2eaef.s3tc.ctex", "res://.godot/imported/colormap.png-6eb55343313b9b0b787b1be421d2eaef.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-corner.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-corner.glb new file mode 100644 index 0000000..eead235 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-corner.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-corner.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-corner.glb.import new file mode 100644 index 0000000..cb2d7ff --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-corner.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b8ntw1us45lil" +path="res://.godot/imported/corridor-corner.glb-56a08b5c5ce509ebfb7bc7ce7876c991.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-corner.glb" +dest_files=["res://.godot/imported/corridor-corner.glb-56a08b5c5ce509ebfb7bc7ce7876c991.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-end.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-end.glb new file mode 100644 index 0000000..f4fda1a Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-end.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-end.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-end.glb.import new file mode 100644 index 0000000..5a4a646 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-end.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bsww0uappvax8" +path="res://.godot/imported/corridor-end.glb-bb775bd01c969feb8f5d977904d352a0.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-end.glb" +dest_files=["res://.godot/imported/corridor-end.glb-bb775bd01c969feb8f5d977904d352a0.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-intersection.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-intersection.glb new file mode 100644 index 0000000..6c91906 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-intersection.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-intersection.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-intersection.glb.import new file mode 100644 index 0000000..8a94fe9 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-intersection.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dqus0rrd3r44n" +path="res://.godot/imported/corridor-intersection.glb-66471e2729eb051c6c6dee2fef044f86.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-intersection.glb" +dest_files=["res://.godot/imported/corridor-intersection.glb-66471e2729eb051c6c6dee2fef044f86.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-junction.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-junction.glb new file mode 100644 index 0000000..d5a37d1 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-junction.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-junction.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-junction.glb.import new file mode 100644 index 0000000..99e034a --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-junction.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://rywvwx5qpyup" +path="res://.godot/imported/corridor-junction.glb-7151b73e8ef399d4a56c54e3eb671346.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-junction.glb" +dest_files=["res://.godot/imported/corridor-junction.glb-7151b73e8ef399d4a56c54e3eb671346.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-transition.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-transition.glb new file mode 100644 index 0000000..3a12d39 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-transition.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-transition.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-transition.glb.import new file mode 100644 index 0000000..de772df --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-transition.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cxw8l0hf1txy3" +path="res://.godot/imported/corridor-transition.glb-e82437fe543f2a64a8677893d93bce71.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-transition.glb" +dest_files=["res://.godot/imported/corridor-transition.glb-e82437fe543f2a64a8677893d93bce71.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-corner.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-corner.glb new file mode 100644 index 0000000..329a874 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-corner.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-corner.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-corner.glb.import new file mode 100644 index 0000000..c3d60fa --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-corner.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://csu1mm5qxng7p" +path="res://.godot/imported/corridor-wide-corner.glb-6cbffa0eea6c034eb39c86bebb032973.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-corner.glb" +dest_files=["res://.godot/imported/corridor-wide-corner.glb-6cbffa0eea6c034eb39c86bebb032973.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-end.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-end.glb new file mode 100644 index 0000000..8edf5ad Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-end.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-end.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-end.glb.import new file mode 100644 index 0000000..3975417 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-end.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bqkvktmmk56jg" +path="res://.godot/imported/corridor-wide-end.glb-361453b94102a785acfe628da98e7732.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-end.glb" +dest_files=["res://.godot/imported/corridor-wide-end.glb-361453b94102a785acfe628da98e7732.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-intersection.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-intersection.glb new file mode 100644 index 0000000..06d70ed Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-intersection.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-intersection.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-intersection.glb.import new file mode 100644 index 0000000..7f38095 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-intersection.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bcsw8v8qnjdls" +path="res://.godot/imported/corridor-wide-intersection.glb-1758be968654569141186a07b3ba8f19.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-intersection.glb" +dest_files=["res://.godot/imported/corridor-wide-intersection.glb-1758be968654569141186a07b3ba8f19.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-junction.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-junction.glb new file mode 100644 index 0000000..d9ff60b Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-junction.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-junction.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-junction.glb.import new file mode 100644 index 0000000..f730253 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-junction.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dake07uk2urvw" +path="res://.godot/imported/corridor-wide-junction.glb-64ff917d93366613b20bd1f34b482198.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-junction.glb" +dest_files=["res://.godot/imported/corridor-wide-junction.glb-64ff917d93366613b20bd1f34b482198.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide.glb new file mode 100644 index 0000000..b6e8a08 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide.glb.import new file mode 100644 index 0000000..10796c7 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cisvlwon3wnwl" +path="res://.godot/imported/corridor-wide.glb-7e1a386a93b0e77cdebad76c705185c3.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide.glb" +dest_files=["res://.godot/imported/corridor-wide.glb-7e1a386a93b0e77cdebad76c705185c3.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor.glb new file mode 100644 index 0000000..bac2e84 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor.glb.import new file mode 100644 index 0000000..cb5b2b0 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cvcyr7cfyosbu" +path="res://.godot/imported/corridor.glb-2f860ce1d3f87a1da6fa6f38c3e78bac.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor.glb" +dest_files=["res://.godot/imported/corridor.glb-2f860ce1d3f87a1da6fa6f38c3e78bac.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate-door-window.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate-door-window.glb new file mode 100644 index 0000000..9ae7f17 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate-door-window.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate-door-window.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate-door-window.glb.import new file mode 100644 index 0000000..40a79f4 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate-door-window.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://5m5q0sjhcoa4" +path="res://.godot/imported/gate-door-window.glb-2cf9fbaa8851b1cfec370e54e086a842.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate-door-window.glb" +dest_files=["res://.godot/imported/gate-door-window.glb-2cf9fbaa8851b1cfec370e54e086a842.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate-door.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate-door.glb new file mode 100644 index 0000000..39136da Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate-door.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate-door.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate-door.glb.import new file mode 100644 index 0000000..5aa4749 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate-door.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://4ntjby11oqyd" +path="res://.godot/imported/gate-door.glb-b282855891e7b2986789b381509ba0b1.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate-door.glb" +dest_files=["res://.godot/imported/gate-door.glb-b282855891e7b2986789b381509ba0b1.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate.glb new file mode 100644 index 0000000..c17e74c Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate.glb.import new file mode 100644 index 0000000..b996a6b --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://c0axivdtxepyc" +path="res://.godot/imported/gate.glb-22dad9167576d1364ba661cc66011b18.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate.glb" +dest_files=["res://.godot/imported/gate.glb-22dad9167576d1364ba661cc66011b18.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate_door.gd b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate_door.gd new file mode 100644 index 0000000..0738e5e --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate_door.gd @@ -0,0 +1,16 @@ +extends Node3D + +@export var open_angle := 90.0 +@export var open_speed := 60.0 +var is_open := false +var current_angle := 0.0 + +func _process(delta): + if is_open and current_angle < open_angle: + var rot_step = open_speed * delta + rotate_y(deg_to_rad(rot_step)) + current_angle += rot_step + +func _on_interact(): + if not is_open: + is_open = true diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate_door.gd.uid b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate_door.gd.uid new file mode 100644 index 0000000..f60bd58 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate_door.gd.uid @@ -0,0 +1 @@ +uid://dwlonjgyfwtw3 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-corner.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-corner.glb new file mode 100644 index 0000000..2eafabe Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-corner.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-corner.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-corner.glb.import new file mode 100644 index 0000000..bb6b895 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-corner.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://c8ibkaavtl3lh" +path="res://.godot/imported/room-corner.glb-9a6b393646691798d080ced55029c8d7.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-corner.glb" +dest_files=["res://.godot/imported/room-corner.glb-9a6b393646691798d080ced55029c8d7.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-large-variation.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-large-variation.glb new file mode 100644 index 0000000..b02022d Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-large-variation.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-large-variation.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-large-variation.glb.import new file mode 100644 index 0000000..4b20501 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-large-variation.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://loja46ich74j" +path="res://.godot/imported/room-large-variation.glb-fdcc38973e5d92d0cf6531eac23d5b5a.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-large-variation.glb" +dest_files=["res://.godot/imported/room-large-variation.glb-fdcc38973e5d92d0cf6531eac23d5b5a.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-large.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-large.glb new file mode 100644 index 0000000..1727ab4 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-large.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-large.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-large.glb.import new file mode 100644 index 0000000..ef428a1 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-large.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dbjesdsc0c8bu" +path="res://.godot/imported/room-large.glb-efc10a20b1c5c640712d86028cb6005a.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-large.glb" +dest_files=["res://.godot/imported/room-large.glb-efc10a20b1c5c640712d86028cb6005a.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-small-variation.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-small-variation.glb new file mode 100644 index 0000000..5cd1095 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-small-variation.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-small-variation.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-small-variation.glb.import new file mode 100644 index 0000000..6f65916 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-small-variation.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b7no6u7btm5l0" +path="res://.godot/imported/room-small-variation.glb-9d589e4589d3613fb2e125499e967624.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-small-variation.glb" +dest_files=["res://.godot/imported/room-small-variation.glb-9d589e4589d3613fb2e125499e967624.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-small.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-small.glb new file mode 100644 index 0000000..8157e95 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-small.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-small.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-small.glb.import new file mode 100644 index 0000000..c6909be --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-small.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b2l8kpua01vm4" +path="res://.godot/imported/room-small.glb-9ad45675f768fae1079a38290590b58d.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-small.glb" +dest_files=["res://.godot/imported/room-small.glb-9ad45675f768fae1079a38290590b58d.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-wide-variation.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-wide-variation.glb new file mode 100644 index 0000000..e467afd Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-wide-variation.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-wide-variation.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-wide-variation.glb.import new file mode 100644 index 0000000..13ca0ae --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-wide-variation.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://btq2i4qa3kwdn" +path="res://.godot/imported/room-wide-variation.glb-8543d644eed6ba9a1ff474c1c970e908.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-wide-variation.glb" +dest_files=["res://.godot/imported/room-wide-variation.glb-8543d644eed6ba9a1ff474c1c970e908.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-wide.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-wide.glb new file mode 100644 index 0000000..4838359 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-wide.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-wide.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-wide.glb.import new file mode 100644 index 0000000..cda684e --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-wide.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bq74kq5duydfa" +path="res://.godot/imported/room-wide.glb-bd93bd743b05fac28451382d2c5896b6.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-wide.glb" +dest_files=["res://.godot/imported/room-wide.glb-bd93bd743b05fac28451382d2c5896b6.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/stairs-wide.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/stairs-wide.glb new file mode 100644 index 0000000..ef4060f Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/stairs-wide.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/stairs-wide.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/stairs-wide.glb.import new file mode 100644 index 0000000..91700cd --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/stairs-wide.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://flnsgcew2sdy" +path="res://.godot/imported/stairs-wide.glb-25323f6492bb2b13b451308d8677c0ff.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/stairs-wide.glb" +dest_files=["res://.godot/imported/stairs-wide.glb-25323f6492bb2b13b451308d8677c0ff.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/stairs.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/stairs.glb new file mode 100644 index 0000000..5da4010 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/stairs.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/stairs.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/stairs.glb.import new file mode 100644 index 0000000..e88064c --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/stairs.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://cxt346pgqnbjm" +path="res://.godot/imported/stairs.glb-d53fd10b46a3ddc5b4340a1e4698312c.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/stairs.glb" +dest_files=["res://.godot/imported/stairs.glb-d53fd10b46a3ddc5b4340a1e4698312c.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-corner.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-corner.glb new file mode 100644 index 0000000..db0bb94 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-corner.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-corner.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-corner.glb.import new file mode 100644 index 0000000..87f3608 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-corner.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://i4sas5ymx3r0" +path="res://.godot/imported/template-corner.glb-9e20c0b6b2b464588c18817fadba691b.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-corner.glb" +dest_files=["res://.godot/imported/template-corner.glb-9e20c0b6b2b464588c18817fadba691b.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-detail.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-detail.glb new file mode 100644 index 0000000..5ed5ccd Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-detail.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-detail.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-detail.glb.import new file mode 100644 index 0000000..564e7ca --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-detail.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://h1cghkh3ocjc" +path="res://.godot/imported/template-detail.glb-4faa938f4abb2c1d88717e71f4d225dd.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-detail.glb" +dest_files=["res://.godot/imported/template-detail.glb-4faa938f4abb2c1d88717e71f4d225dd.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-big.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-big.glb new file mode 100644 index 0000000..98c6683 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-big.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-big.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-big.glb.import new file mode 100644 index 0000000..3eed2a4 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-big.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bv14xhtqm3ptc" +path="res://.godot/imported/template-floor-big.glb-cc8bcadd2956abfb090616e5b111b643.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-big.glb" +dest_files=["res://.godot/imported/template-floor-big.glb-cc8bcadd2956abfb090616e5b111b643.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-detail-a.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-detail-a.glb new file mode 100644 index 0000000..9ed4494 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-detail-a.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-detail-a.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-detail-a.glb.import new file mode 100644 index 0000000..d7ae9e5 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-detail-a.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://c7am1715h8uwm" +path="res://.godot/imported/template-floor-detail-a.glb-caf6302d3bc088c4500e62564acc687f.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-detail-a.glb" +dest_files=["res://.godot/imported/template-floor-detail-a.glb-caf6302d3bc088c4500e62564acc687f.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-detail.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-detail.glb new file mode 100644 index 0000000..f06c70c Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-detail.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-detail.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-detail.glb.import new file mode 100644 index 0000000..26409a1 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-detail.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dqb5lpjgfdm18" +path="res://.godot/imported/template-floor-detail.glb-4c2ce7a742d71edeb37666cd8fa0b651.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-detail.glb" +dest_files=["res://.godot/imported/template-floor-detail.glb-4c2ce7a742d71edeb37666cd8fa0b651.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-layer-raised.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-layer-raised.glb new file mode 100644 index 0000000..0e17e8d Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-layer-raised.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-layer-raised.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-layer-raised.glb.import new file mode 100644 index 0000000..0c4186e --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-layer-raised.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b8re12om6xsnb" +path="res://.godot/imported/template-floor-layer-raised.glb-4e0e3709c019a4feb865425d4606745f.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-layer-raised.glb" +dest_files=["res://.godot/imported/template-floor-layer-raised.glb-4e0e3709c019a4feb865425d4606745f.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-layer.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-layer.glb new file mode 100644 index 0000000..5fe2690 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-layer.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-layer.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-layer.glb.import new file mode 100644 index 0000000..1e10c45 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-layer.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bg5f8ehkhtvm1" +path="res://.godot/imported/template-floor-layer.glb-72c98897684d583a48e275109e7a31fa.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-layer.glb" +dest_files=["res://.godot/imported/template-floor-layer.glb-72c98897684d583a48e275109e7a31fa.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor.glb new file mode 100644 index 0000000..188ee8f Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor.glb.import new file mode 100644 index 0000000..e252405 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://u10h24fvtcf7" +path="res://.godot/imported/template-floor.glb-84f9b725d761fa2202e3e81af0716ca7.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor.glb" +dest_files=["res://.godot/imported/template-floor.glb-84f9b725d761fa2202e3e81af0716ca7.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-corner.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-corner.glb new file mode 100644 index 0000000..bd2d1fb Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-corner.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-corner.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-corner.glb.import new file mode 100644 index 0000000..1662a8d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-corner.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://742pj20jb8fu" +path="res://.godot/imported/template-wall-corner.glb-e4cdcdcacb336a5dad6529fa1774e13b.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-corner.glb" +dest_files=["res://.godot/imported/template-wall-corner.glb-e4cdcdcacb336a5dad6529fa1774e13b.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-detail-a.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-detail-a.glb new file mode 100644 index 0000000..2135382 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-detail-a.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-detail-a.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-detail-a.glb.import new file mode 100644 index 0000000..10e87d3 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-detail-a.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://d10kc8j2jivbh" +path="res://.godot/imported/template-wall-detail-a.glb-af78a8542facde426fcdd68afacea199.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-detail-a.glb" +dest_files=["res://.godot/imported/template-wall-detail-a.glb-af78a8542facde426fcdd68afacea199.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-half.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-half.glb new file mode 100644 index 0000000..006bc1d Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-half.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-half.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-half.glb.import new file mode 100644 index 0000000..74555fa --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-half.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://dnkpyar2sxtot" +path="res://.godot/imported/template-wall-half.glb-4873bc1d408247ca8f96b58b1fe01b50.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-half.glb" +dest_files=["res://.godot/imported/template-wall-half.glb-4873bc1d408247ca8f96b58b1fe01b50.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-stairs.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-stairs.glb new file mode 100644 index 0000000..67a0d1c Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-stairs.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-stairs.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-stairs.glb.import new file mode 100644 index 0000000..4cac91c --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-stairs.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://bbdb3acdfhs2c" +path="res://.godot/imported/template-wall-stairs.glb-6def014b9629e066828a6fa5100b80af.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-stairs.glb" +dest_files=["res://.godot/imported/template-wall-stairs.glb-6def014b9629e066828a6fa5100b80af.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-top.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-top.glb new file mode 100644 index 0000000..97f8ce4 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-top.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-top.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-top.glb.import new file mode 100644 index 0000000..1b034f7 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-top.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://v4xtwvw6wab1" +path="res://.godot/imported/template-wall-top.glb-ef3bfd78aeb5e9fd5300e6f4cd547e7d.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-top.glb" +dest_files=["res://.godot/imported/template-wall-top.glb-ef3bfd78aeb5e9fd5300e6f4cd547e7d.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall.glb b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall.glb new file mode 100644 index 0000000..25b3810 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall.glb differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall.glb.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall.glb.import new file mode 100644 index 0000000..9a3c962 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall.glb.import @@ -0,0 +1,42 @@ +[remap] + +importer="scene" +importer_version=1 +type="PackedScene" +uid="uid://b3nrtkwdx53bp" +path="res://.godot/imported/template-wall.glb-7ef9239ed4ec5fa1f1dffeb9c0d66780.scn" + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall.glb" +dest_files=["res://.godot/imported/template-wall.glb-7ef9239ed4ec5fa1f1dffeb9c0d66780.scn"] + +[params] + +nodes/root_type="" +nodes/root_name="" +nodes/root_script=null +nodes/apply_root_scale=true +nodes/root_scale=1.0 +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 +meshes/create_shadow_meshes=true +meshes/light_baking=1 +meshes/lightmap_texel_size=0.2 +meshes/force_disable_compression=false +skins/use_named_skins=true +animation/import=true +animation/fps=30 +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={} +gltf/naming_version=2 +gltf/embedded_image_handling=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png new file mode 100644 index 0000000..5b8f64d Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png.import new file mode 100644 index 0000000..4eca973 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://u5uw0bol76tu" +path.s3tc="res://.godot/imported/colormap.png-baffe76e574ac99275887b306d064ccf.s3tc.ctex" +path.etc2="res://.godot/imported/colormap.png-baffe76e574ac99275887b306d064ccf.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png" +dest_files=["res://.godot/imported/colormap.png-baffe76e574ac99275887b306d064ccf.s3tc.ctex", "res://.godot/imported/colormap.png-baffe76e574ac99275887b306d064ccf.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png.import~RF21d178.TMP b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png.import~RF21d178.TMP new file mode 100644 index 0000000..2726a9c --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png.import~RF21d178.TMP @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dgx1loaui46uv" +path.s3tc="res://.godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.s3tc.ctex" +path.etc2="res://.godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png" +dest_files=["res://.godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.s3tc.ctex", "res://.godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png.import~RF2aa8335.TMP b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png.import~RF2aa8335.TMP new file mode 100644 index 0000000..43b5076 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png.import~RF2aa8335.TMP @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dheunho7fvexc" +path.s3tc="res://godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.s3tc.ctex" +path.etc2="res://godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png" +dest_files=["res://godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.s3tc.ctex", "res://godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png.import~RF4de19b49.TMP b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png.import~RF4de19b49.TMP new file mode 100644 index 0000000..2726a9c --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png.import~RF4de19b49.TMP @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dgx1loaui46uv" +path.s3tc="res://.godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.s3tc.ctex" +path.etc2="res://.godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png" +dest_files=["res://.godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.s3tc.ctex", "res://.godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-corner.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-corner.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-corner.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-corner.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-corner.obj new file mode 100644 index 0000000..440898e --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-corner.obj @@ -0,0 +1,1994 @@ +# Created by Kenney (www.kenney.nl) + +mtllib corridor-corner.mtl + +g corridor-corner + +v -1.252154 0 0.4972115 1 1 1 +v -1.638524 0 0.3936839 1 1 1 +v -1.287509 0.1 0.4359742 1 1 1 +v -1.577287 0.1 0.3583285 1 1 1 +v -1.751258 0 0.5241982 1 1 1 +v -1.699494 0 0.7173833 1 1 1 +v -1.768935 0.05 0.5548167 1 1 1 +v -1.730112 0.05 0.6997057 1 1 1 +v -1.534997 0 0.00731349 1 1 1 +v -1.148626 0 0.1108411 1 1 1 +v -1.499641 0.1 0.06855077 1 1 1 +v -1.209863 0.1 0.1461964 1 1 1 +v -1.875001 0.05 0.7385285 1 1 1 +v -1.913824 0.05 0.5936396 1 1 1 +v -1.892679 0 0.7691472 1 1 1 +v -1.944443 0 0.5759619 1 1 1 +v 0.6499656 0.05 -1.643083 1 1 1 +v 0.4378337 0.05 -1.430951 1 1 1 +v 0.4378337 0.05 -1.855215 1 1 1 +v 0.2257016 0.05 -1.643083 1 1 1 +v 0.4378337 0 -1.36024 1 1 1 +v 0.1549909 0 -1.643083 1 1 1 +v 0.7206764 0 -1.643083 1 1 1 +v 0.4378337 0 -1.925925 1 1 1 +v 0.2716306 0 -0.8184621 1 1 1 +v 0.2103935 0.05 -0.8538175 1 1 1 +v 0.168103 0 -1.204832 1 1 1 +v 0.1327477 0.05 -1.143595 1 1 1 +v -0.2182673 0 -1.101305 1 1 1 +v -0.15703 0.05 -1.06595 1 1 1 +v -0.4172718 0 -1.501653 1 1 1 +v -0.2172718 0 -1.501653 1 1 1 +v -0.3922718 0.1 -1.476653 1 1 1 +v -0.2422718 0.1 -1.476653 1 1 1 +v -0.2422718 0.1 -1.326653 1 1 1 +v -0.3922718 0.1 -1.326653 1 1 1 +v -0.07938433 0.05 -0.7761717 1 1 1 +v -0.1147397 0 -0.7149345 1 1 1 +v -0.2172718 0 -1.301653 1 1 1 +v -0.4172718 0 -1.301653 1 1 1 +v 2 0.9 -2 1 1 1 +v 1.695518 0.9 -0.4692663 1 1 1 +v 1.399002 0.9 -2 1 1 1 +v 1.140269 0.9 -0.699258 1 1 1 +v 0.8284271 0.9 0.8284271 1 1 1 +v 0.4034577 0.9 0.4034577 1 1 1 +v -0.4692663 0.9 1.695518 1 1 1 +v -0.699258 0.9 1.140269 1 1 1 +v -2 0.9 2 1 1 1 +v -2 0.9 1.399002 1 1 1 +v 1.399002 0.2 -2 1 1 1 +v 2 0.2 -2 1 1 1 +v 1.140269 0.2 -0.699258 1 1 1 +v 0.4034577 0.2 0.4034577 1 1 1 +v -0.699258 0.2 1.140269 1 1 1 +v -2 0.2 1.399002 1 1 1 +v -2 0.2 2 1 1 1 +v -0.4692663 0.2 1.695518 1 1 1 +v 0.8284271 0.2 0.8284271 1 1 1 +v 1.695518 0.2 -0.4692663 1 1 1 +v 2 0 -2 1 1 1 +v 0.8284271 0 0.8284271 1 1 1 +v -2 0 -2 1 1 1 +v -2 0 2 1 1 1 +v -2 0.9 -1.399002 1 1 1 +v -2 0.9 -2 1 1 1 +v -1.699501 0.9 -1.479521 1 1 1 +v -1.399002 0.9 -2 1 1 1 +v -1.479521 0.9 -1.699501 1 1 1 +v -2 0.2 -1.399002 1 1 1 +v -2 0.2 -2 1 1 1 +v -1.399002 0.2 -2 1 1 1 +v -1.479521 0.2 -1.699501 1 1 1 +v -1.699501 0.2 -1.479521 1 1 1 +v 2 3 -2 1 1 1 +v 1.695518 3 -0.4692663 1 1 1 +v 1.6 3 -2 1 1 1 +v 1.325966 3 -0.6223396 1 1 1 +v 0.8284271 3 0.8284271 1 1 1 +v 0.5455844 3 0.5455844 1 1 1 +v -0.4692663 3 1.695518 1 1 1 +v -0.6223396 3 1.325966 1 1 1 +v -2 3 2 1 1 1 +v -2 3 1.6 1 1 1 +v 1.6 0.9 -2 1 1 1 +v 1.325966 0.9 -0.6223396 1 1 1 +v 0.5455844 0.9 0.5455844 1 1 1 +v -0.6223396 0.9 1.325966 1 1 1 +v -2 0.9 1.6 1 1 1 +v 0.998005 0 -2 1 1 1 +v 1.695518 0 -0.4692663 1 1 1 +v 0.7697954 0 -0.8527132 1 1 1 +v -0.4692663 0 1.695518 1 1 1 +v 0.1199097 0 0.1199097 1 1 1 +v -0.8527132 0 0.7697954 1 1 1 +v -2 0 0.998005 1 1 1 +v 0.998005 0.2 -2 1 1 1 +v 0.7697954 0.2 -0.8527132 1 1 1 +v 0.1199097 0.2 0.1199097 1 1 1 +v -0.8527132 0.2 0.7697954 1 1 1 +v -2 0.2 0.998005 1 1 1 +v 0.483708 0.2 -0.4604728 1 1 1 +v 0.483708 0 -0.4604728 1 1 1 +v 0.9920292 0.2 -0.0808405 1 1 1 +v 0.9920292 0 -0.0808405 1 1 1 +v -0.4733753 0 0.2987573 1 1 1 +v -0.1613047 0 -0.1613055 1 1 1 +v -0.4733753 0.2 0.2987573 1 1 1 +v -0.1613047 0.2 -0.1613055 1 1 1 +v 0.298758 0 -0.4733763 1 1 1 +v 0.298758 0.2 -0.4733763 1 1 1 +v -0.4604718 0 0.4837073 1 1 1 +v -0.4604718 0.2 0.4837073 1 1 1 +v -0.08083943 0 0.9920283 1 1 1 +v -0.08083943 0.2 0.9920283 1 1 1 +v -0.4887578 1.509087 1.23671 1 1 1 +v -0.1683009 1.509087 1.022588 1 1 1 +v -0.5165363 1.509087 1.195137 1 1 1 +v -0.1960794 1.509087 0.9810145 1 1 1 +v -0.1683009 1.809087 1.022588 1 1 1 +v -0.4887578 1.809087 1.23671 1 1 1 +v -0.1960794 1.809087 0.9810145 1 1 1 +v -0.5165363 1.809087 1.195137 1 1 1 +v -0.154506 1.559087 0.953236 1 1 1 +v -0.1267274 1.559087 0.9948094 1 1 1 +v -0.154506 1.759087 0.953236 1 1 1 +v -0.1267274 1.759087 0.9948094 1 1 1 +v -0.5303313 1.559087 1.264489 1 1 1 +v -0.5581098 1.559087 1.222915 1 1 1 +v -0.5303313 1.759087 1.264489 1 1 1 +v -0.5581098 1.759087 1.222915 1 1 1 +v -1.360765 2.236932 1.472848 1 1 1 +v -0.9827602 2.236932 1.397658 1 1 1 +v -1.370519 2.236932 1.423809 1 1 1 +v -0.9925147 2.236932 1.348619 1 1 1 +v -0.9827602 2.536932 1.397658 1 1 1 +v -1.360765 2.536932 1.472848 1 1 1 +v -0.9925147 2.536932 1.348619 1 1 1 +v -1.370519 2.536932 1.423809 1 1 1 +v -0.9434754 2.286932 1.338864 1 1 1 +v -0.9337209 2.286932 1.387904 1 1 1 +v -0.9434754 2.486932 1.338864 1 1 1 +v -0.9337209 2.486932 1.387904 1 1 1 +v -1.409804 2.286932 1.482603 1 1 1 +v -1.419559 2.286932 1.433563 1 1 1 +v -1.409804 2.486932 1.482603 1 1 1 +v -1.419559 2.486932 1.433563 1 1 1 +v -1.66853 1.759764 1.534066 1 1 1 +v -1.290525 1.759764 1.458876 1 1 1 +v -1.678284 1.759764 1.485027 1 1 1 +v -1.30028 1.759764 1.409837 1 1 1 +v -1.290525 2.059764 1.458876 1 1 1 +v -1.66853 2.059764 1.534066 1 1 1 +v -1.30028 2.059764 1.409837 1 1 1 +v -1.678284 2.059764 1.485027 1 1 1 +v -1.25124 1.809764 1.400083 1 1 1 +v -1.241486 1.809764 1.449122 1 1 1 +v -1.25124 2.009764 1.400083 1 1 1 +v -1.241486 2.009764 1.449122 1 1 1 +v -1.717569 1.809764 1.543821 1 1 1 +v -1.727324 1.809764 1.494781 1 1 1 +v -1.717569 2.009764 1.543821 1 1 1 +v -1.727324 2.009764 1.494781 1 1 1 +v 1.415873 1.55972 -1.074333 1 1 1 +v 1.491063 1.55972 -1.452338 1 1 1 +v 1.366834 1.55972 -1.084087 1 1 1 +v 1.442024 1.55972 -1.462092 1 1 1 +v 1.415873 1.85972 -1.074333 1 1 1 +v 1.366834 1.85972 -1.084087 1 1 1 +v 1.491063 1.85972 -1.452338 1 1 1 +v 1.442024 1.85972 -1.462092 1 1 1 +v 1.451778 1.60972 -1.511131 1 1 1 +v 1.500818 1.60972 -1.501377 1 1 1 +v 1.451778 1.80972 -1.511131 1 1 1 +v 1.500818 1.80972 -1.501377 1 1 1 +v 1.406119 1.60972 -1.025294 1 1 1 +v 1.35708 1.60972 -1.035048 1 1 1 +v 1.406119 1.80972 -1.025294 1 1 1 +v 1.35708 1.80972 -1.035048 1 1 1 +v -1.999999 3 -1.6 1 1 1 +v -1.999999 0.9 -1.6 1 1 1 +v -1.999999 3 -2 1 1 1 +v -1.999999 0.9 -2 1 1 1 +v -1.599999 0.9 -2 1 1 1 +v -1.599999 3 -2 1 1 1 +v -1.799999 0.9 -1.65359 1 1 1 +v -1.799999 3 -1.65359 1 1 1 +v -1.653589 0.9 -1.8 1 1 1 +v -1.653589 3 -1.8 1 1 1 +v -2 -1.707772E-14 -2 1 1 1 +v -0.9980049 -1.707772E-14 -2 1 1 1 +v -2 0.2 -2 1 1 1 +v -0.9980049 0.2 -2 1 1 1 +v -2 0.2 -0.9980049 1 1 1 +v -2 -1.707772E-14 -0.9980049 1 1 1 +v -1.499002 0.2 -1.132247 1 1 1 +v -1.132247 0.2 -1.499002 1 1 1 +v -1.499002 -1.635581E-14 -1.132247 1 1 1 +v -1.132247 -1.635581E-14 -1.499002 1 1 1 +v 0.8406575 2.757286 0.0903995 1 1 1 +v 0.4655285 2.757286 -0.1775498 1 1 1 +v 1.108607 2.757286 0.4655285 1 1 1 +v 0.8406575 2.757286 0.8406575 1 1 1 +v 0.0903995 2.757286 0.09039947 1 1 1 +v -0.1775498 2.757286 0.4655285 1 1 1 +v 0.4655285 2.757286 1.108607 1 1 1 +v 0.09039947 2.757286 0.8406575 1 1 1 +v 0.8406575 3.133286 0.0903995 1 1 1 +v 1.108607 3.133286 0.4655285 1 1 1 +v 0.4655285 3.133286 -0.1775498 1 1 1 +v 0.0903995 3.133286 0.09039947 1 1 1 +v 0.8406575 3.133286 0.8406575 1 1 1 +v -0.1775498 3.133286 0.4655285 1 1 1 +v 0.4655285 3.133286 1.108607 1 1 1 +v 0.09039947 3.133286 0.8406575 1 1 1 +v 0.8106472 0.576 0.1204098 1 1 1 +v 1.05716 0.576 0.4655285 1 1 1 +v 0.4655285 0.576 -0.1261035 1 1 1 +v 0.1204098 0.576 0.1204098 1 1 1 +v 0.8106471 0.576 0.8106472 1 1 1 +v 0.4655285 0.576 1.05716 1 1 1 +v -0.1261035 0.576 0.4655285 1 1 1 +v 0.1204098 0.576 0.8106471 1 1 1 +v 0.4655285 0.2 -0.1261035 1 1 1 +v 0.8106472 0.2 0.1204098 1 1 1 +v 0.1204098 0.2 0.1204098 1 1 1 +v -0.1261035 0.2 0.4655285 1 1 1 +v 0.1204098 0.2 0.8106471 1 1 1 +v 0.4655285 0.2 1.05716 1 1 1 +v 0.8106471 0.2 0.8106472 1 1 1 +v 1.05716 0.2 0.4655285 1 1 1 +v 0.2328904 0.576 0.2328904 1 1 1 +v 0.4655284 0.576 0.06672031 1 1 1 +v 0.1747308 2.757286 0.1747309 1 1 1 +v 0.4655284 2.757286 -0.03298175 1 1 1 +v 0.1747309 2.757286 0.7563261 1 1 1 +v 0.4655285 2.757286 0.9640387 1 1 1 +v 0.2328904 0.576 0.6981666 1 1 1 +v 0.4655285 0.576 0.8643367 1 1 1 +v 0.06672031 0.576 0.4655285 1 1 1 +v -0.03298175 2.757286 0.4655285 1 1 1 +v 0.6981665 0.576 0.2328904 1 1 1 +v 0.8643367 0.576 0.4655284 1 1 1 +v 0.7563261 2.757286 0.1747308 1 1 1 +v 0.9640387 2.757286 0.4655284 1 1 1 +v 0.6981666 0.576 0.6981665 1 1 1 +v 0.7563261 2.757286 0.7563261 1 1 1 + +vn 0.4082483 0.5773503 0.7071068 +vn -0.7071068 0.5773503 0.4082483 +vn 0.3003764 0.7994348 0.5202672 +vn -0.5202672 0.7994348 0.3003764 +vn -0.3003764 -0.7994348 -0.5202672 +vn 0.7071068 -0.5773503 -0.4082483 +vn -0.4082483 -0.5773503 -0.7071068 +vn 0.5202672 -0.7994348 -0.3003764 +vn 0.4082483 0.5773503 -0.7071068 +vn 0.7071068 0.5773503 0.4082483 +vn 0.3003764 0.7994348 -0.5202672 +vn 0.5202672 0.7994348 0.3003764 +vn -0.3003764 -0.7994348 0.5202672 +vn -0.7071068 -0.5773503 -0.4082483 +vn -0.4082483 -0.5773503 0.7071068 +vn -0.5202672 -0.7994348 -0.3003764 +vn -0.4082483 0.5773503 -0.7071068 +vn 0.7071068 0.5773503 -0.4082483 +vn -0.3003764 0.7994348 -0.5202672 +vn 0.5202672 0.7994348 -0.3003764 +vn 0.3003764 -0.7994348 0.5202672 +vn -0.7071068 -0.5773503 0.4082483 +vn 0.4082483 -0.5773503 0.7071068 +vn -0.5202672 -0.7994348 0.3003764 +vn -0.3003764 0.7994348 0.5202672 +vn -0.5202672 0.7994348 -0.3003764 +vn 0.3003764 -0.7994348 -0.5202672 +vn 0.5202672 -0.7994348 0.3003764 +vn -0.4082483 0.5773503 0.7071068 +vn 0.4082483 -0.5773503 -0.7071068 +vn -0.7071068 0.5773503 -0.4082483 +vn 0.7071068 -0.5773503 0.4082483 +vn 0.4245382 0.9054101 0 +vn 0 0.9054101 0.4245382 +vn 0 0.9054101 -0.4245382 +vn -0.4245382 0.9054101 0 +vn 0 -0.9054101 0.4245382 +vn 0 -0.9054101 -0.4245382 +vn -0.4245382 -0.9054101 0 +vn 0.4245382 -0.9054101 0 +vn 0 0.8164966 0.5773503 +vn -0.5773503 0.8164966 0 +vn 0 -0.8164966 -0.5773503 +vn 0.5773503 -0.8164966 0 +vn 0.5773503 0.8164966 0 +vn -0.5773503 -0.8164966 0 +vn 0 0.8164966 -0.5773503 +vn 0 -0.8164966 0.5773503 +vn 0.5 0.8164966 0.2886751 +vn 0.3676609 0.90541 0.2122691 +vn 0.2886751 0.8164966 -0.5 +vn 0.2122691 0.90541 -0.3676609 +vn -0.2886751 -0.8164966 0.5 +vn -0.3676609 -0.90541 -0.2122691 +vn -0.5 -0.8164966 -0.2886751 +vn -0.2122691 -0.90541 0.3676609 +vn -0.5 0.8164966 -0.2886751 +vn -0.3676609 0.90541 -0.2122691 +vn 0.5 -0.8164966 0.2886751 +vn 0.3676609 -0.90541 0.2122691 +vn -0.6666667 0.3333333 -0.6666667 +vn 0.6666667 0.3333333 -0.6666667 +vn -0.5033765 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 -0.5033765 +vn 0.5033765 -0.7022992 0.5033765 +vn -0.6666667 -0.3333333 0.6666667 +vn 0.6666667 -0.3333333 0.6666667 +vn -0.5033765 -0.7022992 0.5033765 +vn 0.5033765 0.7022992 0.5033765 +vn -0.5033765 0.7022992 0.5033765 +vn -0.5033765 -0.7022992 -0.5033765 +vn 0.5033765 -0.7022992 -0.5033765 +vn -0.2122691 0.90541 0.3676609 +vn -0.2886751 0.8164966 0.5 +vn 0.2886751 -0.8164966 -0.5 +vn 0.2122691 -0.90541 -0.3676609 +vn 0.6666667 0.3333333 0.6666667 +vn -0.6666667 -0.3333333 -0.6666667 +vn -0.6666667 0.3333333 0.6666667 +vn 0.6666667 -0.3333333 -0.6666667 +vn 0 1 0 +vn 0 -1 0 +vn 0 0 -1 +vn 0 0 1 +vn -0.9807853 0 -0.1950903 +vn -0.9238795 0 -0.3826834 +vn 0.9238795 0 0.3826834 +vn 0.9807853 0 0.1950903 +vn -0.7071068 0 -0.7071068 +vn 0.7071068 0 0.7071068 +vn -0.3826834 0 -0.9238795 +vn 0.3826834 0 0.9238795 +vn -0.1950903 0 -0.9807853 +vn 0.1950903 0 0.9807853 +vn -1 0 0 +vn 1 0 0 +vn 0.1950903 0 0.9807853 +vn -0.1950903 0 -0.9807853 +vn -1 0 3.314016E-14 +vn 1 0 -3.314016E-14 +vn -3.314016E-14 0 -1 +vn 3.314016E-14 0 1 +vn 0.8660254 0 0.5 +vn 0.9659258 0 0.258819 +vn -0.9659258 0 -0.258819 +vn -0.8660254 0 -0.5 +vn 0.5 0 0.8660254 +vn -0.5 0 -0.8660254 +vn 0.258819 0 0.9659258 +vn -0.258819 0 -0.9659258 +vn 0.3481187 0 -0.9374505 +vn 0.5983759 0 -0.8012155 +vn -0.5983759 0 0.8012155 +vn -0.3481187 0 0.9374505 +vn -0.9655658 0 -0.2601588 +vn -0.7071069 0 -0.7071067 +vn 0.9655658 0 0.2601588 +vn 0.7071069 0 0.7071067 +vn -0.260159 0 -0.9655658 +vn 0.260159 0 0.9655658 +vn -0.9374504 0 0.3481189 +vn -0.8012154 0 0.5983762 +vn 0.8012154 0 -0.5983762 +vn 0.9374504 0 -0.3481189 +vn -0.3181896 -0.9238795 0.2126075 +vn 0.3181896 -0.9238795 -0.2126075 +vn 0.3181896 0.9238795 -0.2126075 +vn -0.3181896 0.9238795 0.2126075 +vn 0.7681777 -0.3826834 -0.51328 +vn 0.7681777 0.3826834 -0.51328 +vn -0.7681777 -0.3826834 0.51328 +vn -0.7681777 0.3826834 0.51328 +vn -0.5555702 0 -0.8314695 +vn 0.5555702 0 0.8314695 +vn -0.3753302 -0.9238795 0.07465783 +vn 0.3753302 -0.9238795 -0.07465783 +vn 0.3753302 0.9238795 -0.07465783 +vn -0.3753302 0.9238795 0.07465783 +vn 0.9061273 -0.3826834 -0.1802399 +vn 0.9061273 0.3826834 -0.1802399 +vn -0.9061273 -0.3826834 0.1802399 +vn -0.9061273 0.3826834 0.1802399 +vn -0.07465779 -0.9238795 0.3753303 +vn 0.07465779 -0.9238795 -0.3753303 +vn 0.07465779 0.9238795 -0.3753303 +vn -0.07465779 0.9238795 0.3753303 +vn 0.1802399 -0.3826834 -0.9061274 +vn 0.1802399 0.3826834 -0.9061274 +vn -0.1802399 -0.3826834 0.9061274 +vn -0.1802399 0.3826834 0.9061274 +vn -0.9807853 0 -0.1950902 +vn 0.9807853 0 0.1950902 +vn 0.5 0 0.8660254 +vn -0.5 0 -0.8660254 +vn 0.5812383 0 -0.8137335 +vn 0.7071068 0 -0.7071068 +vn -0.7071068 0 0.7071068 +vn -0.5812383 0 0.8137335 +vn -0.7071068 0 -0.7071068 +vn -0.5812382 0 -0.8137336 +vn 0.7071068 0 0.7071068 +vn 0.5812382 0 0.8137336 +vn -0.8137335 0 -0.5812383 +vn 0.8137335 0 0.5812383 +vn -0.8137336 0 0.5812382 +vn 0.8137336 0 -0.5812382 +vn -0.7066047 -0.03768034 -0.7066046 +vn -0.5808367 -0.03716837 -0.8131711 +vn 0.7066047 0.03768034 0.7066046 +vn 0.5808367 0.03716837 0.8131711 +vn -0.7066046 -0.03768034 0.7066047 +vn -0.5808365 -0.03716837 0.8131713 +vn 0.7066046 0.03768034 -0.7066047 +vn 0.5808365 0.03716837 -0.8131713 +vn -0.8131713 -0.03716837 -0.5808365 +vn 0.8131713 0.03716837 0.5808365 +vn 0.7066046 -0.03768034 -0.7066047 +vn 0.8131711 -0.03716837 -0.5808367 +vn -0.7066046 0.03768034 0.7066047 +vn -0.8131711 0.03716837 0.5808367 +vn 0.5808365 -0.03716837 -0.8131713 +vn -0.5808365 0.03716837 0.8131713 +vn 0.7066047 -0.03768034 0.7066046 +vn 0.5808367 -0.03716837 0.8131711 +vn -0.7066047 0.03768034 -0.7066046 +vn -0.5808367 0.03716837 -0.8131711 +vn 0.8131713 -0.03716837 0.5808365 +vn -0.8131713 0.03716837 -0.5808365 +vn -0.8131711 -0.03716837 0.5808367 +vn 0.8131711 0.03716837 -0.5808367 + +vt 0.09375 0.025 +vt 0.09375 0.105 +vt 0.09375 0.065 +vt 0.09375 0.225 +vt 0.34375 0.225 +vt 0.34375 0.025 +vt 0.34375 0.105 +vt 0.34375 0.075 +vt 0.34375 0.175 +vt 0.21875 0.145 +vt 0.21875 0.225 +vt 0.21875 0.175 +vt 0.21875 0.075 + +usemtl colormap + +f 3/2/3 2/1/2 1/1/1 +f 2/1/2 3/2/3 4/2/4 +f 1/1/7 2/1/6 3/2/5 +f 4/2/8 3/2/5 2/1/6 +f 7/3/11 6/1/10 5/1/9 +f 6/1/10 7/3/11 8/3/12 +f 5/1/15 6/1/14 7/3/13 +f 8/3/16 7/3/13 6/1/14 +f 11/2/19 10/1/18 9/1/17 +f 10/1/18 11/2/19 12/2/20 +f 9/1/23 10/1/22 11/2/21 +f 12/2/24 11/2/21 10/1/22 +f 2/1/2 11/2/19 9/1/17 +f 11/2/19 2/1/2 4/2/4 +f 9/1/23 11/2/21 2/1/6 +f 4/2/8 2/1/6 11/2/21 +f 7/3/11 13/3/25 8/3/12 +f 13/3/25 7/3/11 14/3/26 +f 8/3/16 13/3/27 7/3/13 +f 14/3/28 7/3/13 13/3/27 +f 8/3/12 15/1/29 6/1/10 +f 15/1/29 8/3/12 13/3/25 +f 6/1/14 15/1/30 8/3/16 +f 13/3/27 8/3/16 15/1/30 +f 11/2/19 3/2/3 12/2/20 +f 3/2/3 11/2/19 4/2/4 +f 12/2/24 3/2/5 11/2/21 +f 4/2/8 11/2/21 3/2/5 +f 14/3/26 5/1/9 16/1/31 +f 5/1/9 14/3/26 7/3/11 +f 16/1/32 5/1/15 14/3/28 +f 7/3/13 14/3/28 5/1/15 +f 15/1/29 14/3/26 16/1/31 +f 14/3/26 15/1/29 13/3/25 +f 16/1/32 14/3/28 15/1/30 +f 13/3/27 15/1/30 14/3/28 +f 12/2/20 1/1/1 10/1/18 +f 1/1/1 12/2/20 3/2/3 +f 10/1/22 1/1/7 12/2/24 +f 3/2/5 12/2/24 1/1/7 +f 19/3/35 18/3/34 17/3/33 +f 18/3/34 19/3/35 20/3/36 +f 17/3/39 18/3/38 19/3/37 +f 20/3/40 19/3/37 18/3/38 +f 20/3/36 21/1/41 18/3/34 +f 21/1/41 20/3/36 22/1/42 +f 18/3/38 21/1/43 20/3/40 +f 22/1/44 20/3/40 21/1/43 +f 17/3/33 21/1/41 23/1/45 +f 21/1/41 17/3/33 18/3/34 +f 23/1/46 21/1/43 17/3/39 +f 18/3/38 17/3/39 21/1/43 +f 24/1/47 17/3/33 23/1/45 +f 17/3/33 24/1/47 19/3/35 +f 23/1/46 17/3/39 24/1/48 +f 19/3/37 24/1/48 17/3/39 +f 22/1/42 19/3/35 24/1/47 +f 19/3/35 22/1/42 20/3/36 +f 24/1/48 19/3/37 22/1/44 +f 20/3/40 22/1/44 19/3/37 +f 27/1/51 26/3/50 25/1/49 +f 26/3/50 27/1/51 28/3/52 +f 25/1/55 26/3/54 27/1/53 +f 28/3/56 27/1/53 26/3/54 +f 29/1/57 28/3/52 27/1/51 +f 28/3/52 29/1/57 30/3/58 +f 27/1/53 28/3/56 29/1/59 +f 30/3/60 29/1/59 28/3/56 +f 33/2/63 32/1/62 31/1/61 +f 32/1/62 33/2/63 34/2/64 +f 31/1/67 32/1/66 33/2/65 +f 34/2/68 33/2/65 32/1/66 +f 33/2/63 35/2/69 34/2/64 +f 35/2/69 33/2/63 36/2/70 +f 34/2/68 35/2/71 33/2/65 +f 36/2/72 33/2/65 35/2/71 +f 30/3/58 38/1/74 37/3/73 +f 38/1/74 30/3/58 29/1/57 +f 37/3/76 38/1/75 30/3/60 +f 29/1/59 30/3/60 38/1/75 +f 34/2/64 39/1/77 32/1/62 +f 39/1/77 34/2/64 35/2/69 +f 32/1/66 39/1/78 34/2/68 +f 35/2/71 34/2/68 39/1/78 +f 28/3/52 37/3/73 26/3/50 +f 37/3/73 28/3/52 30/3/58 +f 26/3/54 37/3/76 28/3/56 +f 30/3/60 28/3/56 37/3/76 +f 40/1/79 33/2/63 31/1/61 +f 33/2/63 40/1/79 36/2/70 +f 31/1/67 33/2/65 40/1/80 +f 36/2/72 40/1/80 33/2/65 +f 26/3/50 38/1/74 25/1/49 +f 38/1/74 26/3/50 37/3/73 +f 25/1/55 38/1/75 26/3/54 +f 37/3/76 26/3/54 38/1/75 +f 35/2/69 40/1/79 39/1/77 +f 40/1/79 35/2/69 36/2/70 +f 39/1/78 40/1/80 35/2/71 +f 36/2/72 35/2/71 40/1/80 +f 43/4/81 42/4/81 41/4/81 +f 42/4/81 43/4/81 44/4/81 +f 42/4/81 44/4/81 45/4/81 +f 45/4/81 44/4/81 46/4/81 +f 45/4/81 46/4/81 47/4/81 +f 47/4/81 46/4/81 48/4/81 +f 47/4/81 48/4/81 49/4/81 +f 49/4/81 48/4/81 50/4/81 +f 41/4/82 42/4/82 43/4/82 +f 44/4/82 43/4/82 42/4/82 +f 45/4/82 44/4/82 42/4/82 +f 46/4/82 44/4/82 45/4/82 +f 47/4/82 46/4/82 45/4/82 +f 48/4/82 46/4/82 47/4/82 +f 49/4/82 48/4/82 47/4/82 +f 50/4/82 48/4/82 49/4/82 +f 43/4/83 52/1/83 51/1/83 +f 52/1/83 43/4/83 41/4/83 +f 51/1/84 52/1/84 43/4/84 +f 41/4/84 43/4/84 52/1/84 +f 53/1/86 43/4/85 51/1/85 +f 43/4/85 53/1/86 44/4/86 +f 51/1/88 43/4/88 53/1/87 +f 44/4/87 53/1/87 43/4/88 +f 54/1/89 44/4/86 53/1/86 +f 44/4/86 54/1/89 46/4/89 +f 53/1/87 44/4/87 54/1/90 +f 46/4/90 54/1/90 44/4/87 +f 48/4/91 54/1/89 55/1/91 +f 54/1/89 48/4/91 46/4/89 +f 55/1/92 54/1/90 48/4/92 +f 46/4/90 48/4/92 54/1/90 +f 50/4/93 55/1/91 56/1/93 +f 55/1/91 50/4/93 48/4/91 +f 56/1/94 55/1/92 50/4/94 +f 48/4/92 50/4/94 55/1/92 +f 57/1/95 50/4/95 56/1/95 +f 50/4/95 57/1/95 49/4/95 +f 56/1/96 50/4/96 57/1/96 +f 49/4/96 57/1/96 50/4/96 +f 47/4/92 57/1/97 58/1/92 +f 57/1/97 47/4/92 49/4/97 +f 58/1/91 57/1/98 47/4/91 +f 49/4/98 47/4/91 57/1/98 +f 45/4/90 58/1/92 59/1/90 +f 58/1/92 45/4/90 47/4/92 +f 59/1/89 58/1/91 45/4/89 +f 47/4/91 45/4/89 58/1/91 +f 45/4/90 60/1/87 42/4/87 +f 60/1/87 45/4/90 59/1/90 +f 42/4/86 60/1/86 45/4/89 +f 59/1/89 45/4/89 60/1/86 +f 42/4/87 52/1/88 41/4/88 +f 52/1/88 42/4/87 60/1/87 +f 41/4/85 52/1/85 42/4/86 +f 60/1/86 42/4/86 52/1/85 +f 63/1/81 62/1/81 61/1/81 +f 62/1/81 63/1/81 64/1/81 +f 61/1/82 62/1/82 63/1/82 +f 64/1/82 63/1/82 62/1/82 +f 67/4/81 66/4/81 65/4/81 +f 66/4/81 67/4/81 68/4/81 +f 68/4/81 67/4/81 69/4/81 +f 65/4/82 66/4/82 67/4/82 +f 68/4/82 67/4/82 66/4/82 +f 69/4/82 67/4/82 68/4/82 +f 66/4/99 70/1/99 65/4/99 +f 70/1/99 66/4/99 71/1/99 +f 65/4/100 70/1/100 66/4/100 +f 71/1/100 66/4/100 70/1/100 +f 66/4/101 72/1/101 71/1/101 +f 72/1/101 66/4/101 68/4/101 +f 71/1/102 72/1/102 66/4/102 +f 68/4/102 66/4/102 72/1/102 +f 72/1/104 69/4/103 73/1/103 +f 69/4/103 72/1/104 68/4/104 +f 73/1/106 69/4/106 72/1/105 +f 68/4/105 72/1/105 69/4/106 +f 73/1/103 67/4/107 74/1/107 +f 67/4/107 73/1/103 69/4/103 +f 74/1/108 67/4/108 73/1/106 +f 69/4/106 73/1/106 67/4/108 +f 74/1/107 65/4/109 70/1/109 +f 65/4/109 74/1/107 67/4/107 +f 70/1/110 65/4/110 74/1/108 +f 67/4/108 74/1/108 65/4/110 +f 77/5/81 76/5/81 75/5/81 +f 76/5/81 77/5/81 78/5/81 +f 76/5/81 78/5/81 79/5/81 +f 79/5/81 78/5/81 80/5/81 +f 79/5/81 80/5/81 81/5/81 +f 81/5/81 80/5/81 82/5/81 +f 81/5/81 82/5/81 83/5/81 +f 83/5/81 82/5/81 84/5/81 +f 75/5/82 76/5/82 77/5/82 +f 78/5/82 77/5/82 76/5/82 +f 79/5/82 78/5/82 76/5/82 +f 80/5/82 78/5/82 79/5/82 +f 81/5/82 80/5/82 79/5/82 +f 82/5/82 80/5/82 81/5/82 +f 83/5/82 82/5/82 81/5/82 +f 84/5/82 82/5/82 83/5/82 +f 77/5/83 41/6/83 85/6/83 +f 41/6/83 77/5/83 75/5/83 +f 85/6/84 41/6/84 77/5/84 +f 75/5/84 77/5/84 41/6/84 +f 86/6/86 77/5/85 85/6/85 +f 77/5/85 86/6/86 78/5/86 +f 85/6/88 77/5/88 86/6/87 +f 78/5/87 86/6/87 77/5/88 +f 87/6/89 78/5/86 86/6/86 +f 78/5/86 87/6/89 80/5/89 +f 86/6/87 78/5/87 87/6/90 +f 80/5/90 87/6/90 78/5/87 +f 82/5/91 87/6/89 88/6/91 +f 87/6/89 82/5/91 80/5/89 +f 88/6/92 87/6/90 82/5/92 +f 80/5/90 82/5/92 87/6/90 +f 84/5/98 88/6/91 89/6/98 +f 88/6/91 84/5/98 82/5/91 +f 89/6/97 88/6/92 84/5/97 +f 82/5/92 84/5/97 88/6/92 +f 49/6/95 84/5/95 89/6/95 +f 84/5/95 49/6/95 83/5/95 +f 89/6/96 84/5/96 49/6/96 +f 83/5/96 49/6/96 84/5/96 +f 81/5/92 49/6/97 47/6/92 +f 49/6/97 81/5/92 83/5/97 +f 47/6/91 49/6/98 81/5/91 +f 83/5/98 81/5/91 49/6/98 +f 79/5/90 47/6/92 45/6/90 +f 47/6/92 79/5/90 81/5/92 +f 45/6/89 47/6/91 79/5/89 +f 81/5/91 79/5/89 47/6/91 +f 79/5/90 42/6/87 76/5/87 +f 42/6/87 79/5/90 45/6/90 +f 76/5/86 42/6/86 79/5/89 +f 45/6/89 79/5/89 42/6/86 +f 76/5/87 41/6/88 75/5/88 +f 41/6/88 76/5/87 42/6/87 +f 75/5/85 41/6/85 76/5/86 +f 42/6/86 76/5/86 41/6/85 +f 91/6/82 90/6/82 61/6/82 +f 90/6/82 91/6/82 62/6/82 +f 90/6/82 62/6/82 92/6/82 +f 92/6/82 62/6/82 93/6/82 +f 92/6/82 93/6/82 94/6/82 +f 94/6/82 93/6/82 95/6/82 +f 95/6/82 93/6/82 64/6/82 +f 95/6/82 64/6/82 96/6/82 +f 61/6/81 90/6/81 91/6/81 +f 62/6/81 91/6/81 90/6/81 +f 92/6/81 62/6/81 90/6/81 +f 93/6/81 62/6/81 92/6/81 +f 94/6/81 93/6/81 92/6/81 +f 95/6/81 93/6/81 94/6/81 +f 64/6/81 93/6/81 95/6/81 +f 96/6/81 64/6/81 95/6/81 +f 97/7/81 60/7/81 52/7/81 +f 60/7/81 97/7/81 59/7/81 +f 59/7/81 97/7/81 98/7/81 +f 59/7/81 98/7/81 58/7/81 +f 58/7/81 98/7/81 99/7/81 +f 58/7/81 99/7/81 100/7/81 +f 58/7/81 100/7/81 57/7/81 +f 57/7/81 100/7/81 101/7/81 +f 52/7/82 60/7/82 97/7/82 +f 59/7/82 97/7/82 60/7/82 +f 98/7/82 97/7/82 59/7/82 +f 58/7/82 98/7/82 59/7/82 +f 99/7/82 98/7/82 58/7/82 +f 100/7/82 99/7/82 58/7/82 +f 57/7/82 100/7/82 58/7/82 +f 101/7/82 100/7/82 57/7/82 +f 97/7/83 61/6/83 90/6/83 +f 61/6/83 97/7/83 52/7/83 +f 90/6/84 61/6/84 97/7/84 +f 52/7/84 97/7/84 61/6/84 +f 92/6/86 97/7/85 90/6/85 +f 97/7/85 92/6/86 98/7/86 +f 90/6/88 97/7/88 92/6/87 +f 98/7/87 92/6/87 97/7/88 +f 94/6/89 98/7/86 92/6/86 +f 98/7/86 94/6/89 99/7/89 +f 92/6/87 98/7/87 94/6/90 +f 99/7/90 94/6/90 98/7/87 +f 100/7/91 94/6/89 95/6/91 +f 94/6/89 100/7/91 99/7/89 +f 95/6/92 94/6/90 100/7/92 +f 99/7/90 100/7/92 94/6/90 +f 101/7/93 95/6/91 96/6/93 +f 95/6/91 101/7/93 100/7/91 +f 96/6/94 95/6/92 101/7/94 +f 100/7/92 101/7/94 95/6/92 +f 64/6/95 101/7/95 96/6/95 +f 101/7/95 64/6/95 57/7/95 +f 96/6/96 101/7/96 64/6/96 +f 57/7/96 64/6/96 101/7/96 +f 58/7/92 64/6/97 93/6/92 +f 64/6/97 58/7/92 57/7/97 +f 93/6/91 64/6/98 58/7/91 +f 57/7/98 58/7/91 64/6/98 +f 59/7/90 93/6/92 62/6/90 +f 93/6/92 59/7/90 58/7/92 +f 62/6/89 93/6/91 59/7/89 +f 58/7/91 59/7/89 93/6/91 +f 59/7/90 91/6/87 60/7/87 +f 91/6/87 59/7/90 62/6/90 +f 60/7/86 91/6/86 59/7/89 +f 62/6/89 59/7/89 91/6/86 +f 60/7/87 61/6/88 52/7/88 +f 61/6/88 60/7/87 91/6/87 +f 52/7/85 61/6/85 60/7/86 +f 91/6/86 60/7/86 61/6/85 +f 104/7/112 103/6/111 102/7/111 +f 103/6/111 104/7/112 105/6/112 +f 102/7/114 103/6/114 104/7/113 +f 105/6/113 104/7/113 103/6/114 +f 108/7/115 107/6/116 106/6/115 +f 107/6/116 108/7/115 109/7/116 +f 106/6/117 107/6/118 108/7/117 +f 109/7/118 108/7/117 107/6/118 +f 109/7/116 110/6/119 107/6/116 +f 110/6/119 109/7/116 111/7/119 +f 107/6/118 110/6/120 109/7/118 +f 111/7/120 109/7/118 110/6/120 +f 114/6/122 113/7/121 112/6/121 +f 113/7/121 114/6/122 115/7/122 +f 112/6/124 113/7/124 114/6/123 +f 115/7/123 114/6/123 113/7/124 +f 112/6/121 108/7/115 106/6/115 +f 108/7/115 112/6/121 113/7/121 +f 106/6/117 108/7/117 112/6/124 +f 113/7/124 112/6/124 108/7/117 +f 102/7/111 110/6/119 111/7/119 +f 110/6/119 102/7/111 103/6/111 +f 111/7/120 110/6/120 102/7/114 +f 103/6/114 102/7/114 110/6/120 +f 102/7/81 115/7/81 104/7/81 +f 115/7/81 102/7/81 111/7/81 +f 115/7/81 111/7/81 109/7/81 +f 115/7/81 109/7/81 108/7/81 +f 115/7/81 108/7/81 113/7/81 +f 104/7/82 115/7/82 102/7/82 +f 111/7/82 102/7/82 115/7/82 +f 109/7/82 111/7/82 115/7/82 +f 108/7/82 109/7/82 115/7/82 +f 113/7/82 108/7/82 115/7/82 +f 118/9/125 117/8/126 116/8/125 +f 117/8/126 118/9/125 119/9/126 +f 116/8/127 117/8/128 118/9/127 +f 119/9/128 118/9/127 117/8/128 +f 122/9/127 121/8/128 120/8/127 +f 121/8/128 122/9/127 123/9/128 +f 120/8/125 121/8/126 122/9/125 +f 123/9/126 122/9/125 121/8/126 +f 126/9/130 125/8/129 124/9/129 +f 125/8/129 126/9/130 127/8/130 +f 124/9/132 125/8/132 126/9/131 +f 127/8/131 126/9/131 125/8/132 +f 130/8/132 129/9/131 128/8/131 +f 129/9/131 130/8/132 131/9/132 +f 128/8/130 129/9/130 130/8/129 +f 131/9/129 130/8/129 129/9/130 +f 123/9/128 130/8/132 121/8/128 +f 130/8/132 123/9/128 131/9/132 +f 121/8/126 130/8/129 123/9/126 +f 131/9/129 123/9/126 130/8/129 +f 119/9/126 125/8/129 117/8/126 +f 125/8/129 119/9/126 124/9/129 +f 117/8/128 125/8/132 119/9/128 +f 124/9/132 119/9/128 125/8/132 +f 126/9/130 120/8/127 127/8/130 +f 120/8/127 126/9/130 122/9/127 +f 127/8/131 120/8/125 126/9/131 +f 122/9/125 126/9/131 120/8/125 +f 129/9/131 116/8/125 128/8/131 +f 116/8/125 129/9/131 118/9/125 +f 128/8/130 116/8/127 129/9/130 +f 118/9/127 129/9/130 116/8/127 +f 119/9/133 126/9/133 124/9/133 +f 126/9/133 119/9/133 122/9/133 +f 122/9/133 119/9/133 118/9/133 +f 122/9/133 118/9/133 123/9/133 +f 123/9/133 118/9/133 129/9/133 +f 123/9/133 129/9/133 131/9/133 +f 124/9/134 126/9/134 119/9/134 +f 122/9/134 119/9/134 126/9/134 +f 118/9/134 119/9/134 122/9/134 +f 123/9/134 118/9/134 122/9/134 +f 129/9/134 118/9/134 123/9/134 +f 131/9/134 129/9/134 123/9/134 +f 120/8/134 125/8/134 127/8/134 +f 125/8/134 120/8/134 117/8/134 +f 117/8/134 120/8/134 121/8/134 +f 117/8/134 121/8/134 116/8/134 +f 116/8/134 121/8/134 130/8/134 +f 116/8/134 130/8/134 128/8/134 +f 127/8/133 125/8/133 120/8/133 +f 117/8/133 120/8/133 125/8/133 +f 121/8/133 120/8/133 117/8/133 +f 116/8/133 121/8/133 117/8/133 +f 130/8/133 121/8/133 116/8/133 +f 128/8/133 130/8/133 116/8/133 +f 134/9/135 133/8/136 132/8/135 +f 133/8/136 134/9/135 135/9/136 +f 132/8/137 133/8/138 134/9/137 +f 135/9/138 134/9/137 133/8/138 +f 138/9/137 137/8/138 136/8/137 +f 137/8/138 138/9/137 139/9/138 +f 136/8/135 137/8/136 138/9/135 +f 139/9/136 138/9/135 137/8/136 +f 142/9/140 141/8/139 140/9/139 +f 141/8/139 142/9/140 143/8/140 +f 140/9/142 141/8/142 142/9/141 +f 143/8/141 142/9/141 141/8/142 +f 146/8/142 145/9/141 144/8/141 +f 145/9/141 146/8/142 147/9/142 +f 144/8/140 145/9/140 146/8/139 +f 147/9/139 146/8/139 145/9/140 +f 139/9/138 146/8/142 137/8/138 +f 146/8/142 139/9/138 147/9/142 +f 137/8/136 146/8/139 139/9/136 +f 147/9/139 139/9/136 146/8/139 +f 135/9/136 141/8/139 133/8/136 +f 141/8/139 135/9/136 140/9/139 +f 133/8/138 141/8/142 135/9/138 +f 140/9/142 135/9/138 141/8/142 +f 142/9/140 136/8/137 143/8/140 +f 136/8/137 142/9/140 138/9/137 +f 143/8/141 136/8/135 142/9/141 +f 138/9/135 142/9/141 136/8/135 +f 145/9/141 132/8/135 144/8/141 +f 132/8/135 145/9/141 134/9/135 +f 144/8/140 132/8/137 145/9/140 +f 134/9/137 145/9/140 132/8/137 +f 135/9/93 142/9/93 140/9/93 +f 142/9/93 135/9/93 138/9/93 +f 138/9/93 135/9/93 134/9/93 +f 138/9/93 134/9/93 139/9/93 +f 139/9/93 134/9/93 145/9/93 +f 139/9/93 145/9/93 147/9/93 +f 140/9/94 142/9/94 135/9/94 +f 138/9/94 135/9/94 142/9/94 +f 134/9/94 135/9/94 138/9/94 +f 139/9/94 134/9/94 138/9/94 +f 145/9/94 134/9/94 139/9/94 +f 147/9/94 145/9/94 139/9/94 +f 136/8/94 141/8/94 143/8/94 +f 141/8/94 136/8/94 133/8/94 +f 133/8/94 136/8/94 137/8/94 +f 133/8/94 137/8/94 132/8/94 +f 132/8/94 137/8/94 146/8/94 +f 132/8/94 146/8/94 144/8/94 +f 143/8/93 141/8/93 136/8/93 +f 133/8/93 136/8/93 141/8/93 +f 137/8/93 136/8/93 133/8/93 +f 132/8/93 137/8/93 133/8/93 +f 146/8/93 137/8/93 132/8/93 +f 144/8/93 146/8/93 132/8/93 +f 150/9/135 149/8/136 148/8/135 +f 149/8/136 150/9/135 151/9/136 +f 148/8/137 149/8/138 150/9/137 +f 151/9/138 150/9/137 149/8/138 +f 154/9/137 153/8/138 152/8/137 +f 153/8/138 154/9/137 155/9/138 +f 152/8/135 153/8/136 154/9/135 +f 155/9/136 154/9/135 153/8/136 +f 158/9/140 157/8/139 156/9/139 +f 157/8/139 158/9/140 159/8/140 +f 156/9/142 157/8/142 158/9/141 +f 159/8/141 158/9/141 157/8/142 +f 162/8/142 161/9/141 160/8/141 +f 161/9/141 162/8/142 163/9/142 +f 160/8/140 161/9/140 162/8/139 +f 163/9/139 162/8/139 161/9/140 +f 155/9/138 162/8/142 153/8/138 +f 162/8/142 155/9/138 163/9/142 +f 153/8/136 162/8/139 155/9/136 +f 163/9/139 155/9/136 162/8/139 +f 151/9/136 157/8/139 149/8/136 +f 157/8/139 151/9/136 156/9/139 +f 149/8/138 157/8/142 151/9/138 +f 156/9/142 151/9/138 157/8/142 +f 158/9/140 152/8/137 159/8/140 +f 152/8/137 158/9/140 154/9/137 +f 159/8/141 152/8/135 158/9/141 +f 154/9/135 158/9/141 152/8/135 +f 161/9/141 148/8/135 160/8/141 +f 148/8/135 161/9/141 150/9/135 +f 160/8/140 148/8/137 161/9/140 +f 150/9/137 161/9/140 148/8/137 +f 151/9/93 158/9/93 156/9/93 +f 158/9/93 151/9/93 154/9/93 +f 154/9/93 151/9/93 150/9/93 +f 154/9/93 150/9/93 155/9/93 +f 155/9/93 150/9/93 161/9/93 +f 155/9/93 161/9/93 163/9/93 +f 156/9/94 158/9/94 151/9/94 +f 154/9/94 151/9/94 158/9/94 +f 150/9/94 151/9/94 154/9/94 +f 155/9/94 150/9/94 154/9/94 +f 161/9/94 150/9/94 155/9/94 +f 163/9/94 161/9/94 155/9/94 +f 152/8/94 157/8/94 159/8/94 +f 157/8/94 152/8/94 149/8/94 +f 149/8/94 152/8/94 153/8/94 +f 149/8/94 153/8/94 148/8/94 +f 148/8/94 153/8/94 162/8/94 +f 148/8/94 162/8/94 160/8/94 +f 159/8/93 157/8/93 152/8/93 +f 149/8/93 152/8/93 157/8/93 +f 153/8/93 152/8/93 149/8/93 +f 148/8/93 153/8/93 149/8/93 +f 162/8/93 153/8/93 148/8/93 +f 160/8/93 162/8/93 148/8/93 +f 166/9/143 165/8/144 164/8/143 +f 165/8/144 166/9/143 167/9/144 +f 164/8/145 165/8/146 166/9/145 +f 167/9/146 166/9/145 165/8/146 +f 170/8/145 169/9/146 168/8/146 +f 169/9/146 170/8/145 171/9/145 +f 168/8/144 169/9/144 170/8/143 +f 171/9/143 170/8/143 169/9/144 +f 174/9/148 173/8/147 172/9/147 +f 173/8/147 174/9/148 175/8/148 +f 172/9/150 173/8/150 174/9/149 +f 175/8/149 174/9/149 173/8/150 +f 178/8/150 177/9/149 176/8/149 +f 177/9/149 178/8/150 179/9/150 +f 176/8/148 177/9/148 178/8/147 +f 179/9/147 178/8/147 177/9/148 +f 169/9/146 178/8/150 168/8/146 +f 178/8/150 169/9/146 179/9/150 +f 168/8/144 178/8/147 169/9/144 +f 179/9/147 169/9/144 178/8/147 +f 167/9/144 173/8/147 165/8/144 +f 173/8/147 167/9/144 172/9/147 +f 165/8/146 173/8/150 167/9/146 +f 172/9/150 167/9/146 173/8/150 +f 174/9/148 170/8/145 175/8/148 +f 170/8/145 174/9/148 171/9/145 +f 175/8/149 170/8/143 174/9/149 +f 171/9/143 174/9/149 170/8/143 +f 177/9/149 164/8/143 176/8/149 +f 164/8/143 177/9/149 166/9/143 +f 176/8/148 164/8/145 177/9/148 +f 166/9/145 177/9/148 164/8/145 +f 167/9/151 174/9/151 172/9/151 +f 174/9/151 167/9/151 171/9/151 +f 171/9/151 167/9/151 166/9/151 +f 171/9/151 166/9/151 169/9/151 +f 169/9/151 166/9/151 177/9/151 +f 169/9/151 177/9/151 179/9/151 +f 172/9/152 174/9/152 167/9/152 +f 171/9/152 167/9/152 174/9/152 +f 166/9/152 167/9/152 171/9/152 +f 169/9/152 166/9/152 171/9/152 +f 177/9/152 166/9/152 169/9/152 +f 179/9/152 177/9/152 169/9/152 +f 170/8/152 173/8/152 175/8/152 +f 173/8/152 170/8/152 165/8/152 +f 165/8/152 170/8/152 168/8/152 +f 165/8/152 168/8/152 164/8/152 +f 164/8/152 168/8/152 178/8/152 +f 164/8/152 178/8/152 176/8/152 +f 175/8/151 173/8/151 170/8/151 +f 165/8/151 170/8/151 173/8/151 +f 168/8/151 170/8/151 165/8/151 +f 164/8/151 168/8/151 165/8/151 +f 178/8/151 168/8/151 164/8/151 +f 176/8/151 178/8/151 164/8/151 +f 182/5/99 181/6/99 180/5/99 +f 181/6/99 182/5/99 183/6/99 +f 180/5/100 181/6/100 182/5/100 +f 183/6/100 182/5/100 181/6/100 +f 182/5/101 184/6/101 183/6/101 +f 184/6/101 182/5/101 185/5/101 +f 183/6/102 184/6/102 182/5/102 +f 185/5/102 182/5/102 184/6/102 +f 186/6/107 180/5/109 181/6/109 +f 180/5/109 186/6/107 187/5/107 +f 181/6/110 180/5/110 186/6/108 +f 187/5/108 186/6/108 180/5/110 +f 184/6/104 189/5/103 188/6/103 +f 189/5/103 184/6/104 185/5/104 +f 188/6/106 189/5/106 184/6/105 +f 185/5/105 184/6/105 189/5/106 +f 187/5/81 182/5/81 180/5/81 +f 182/5/81 187/5/81 185/5/81 +f 185/5/81 187/5/81 189/5/81 +f 180/5/82 182/5/82 187/5/82 +f 185/5/82 187/5/82 182/5/82 +f 189/5/82 187/5/82 185/5/82 +f 189/5/103 186/6/107 188/6/103 +f 186/6/107 189/5/103 187/5/107 +f 188/6/106 186/6/108 189/5/106 +f 187/5/108 189/5/106 186/6/108 +f 192/7/101 191/6/101 190/6/101 +f 191/6/101 192/7/101 193/7/101 +f 190/6/102 191/6/102 192/7/102 +f 193/7/102 192/7/102 191/6/102 +f 192/7/99 195/6/99 194/7/99 +f 195/6/99 192/7/99 190/6/99 +f 194/7/100 195/6/100 192/7/100 +f 190/6/100 192/7/100 195/6/100 +f 196/7/81 192/7/81 194/7/81 +f 192/7/81 196/7/81 193/7/81 +f 193/7/81 196/7/81 197/7/81 +f 194/7/82 192/7/82 196/7/82 +f 193/7/82 196/7/82 192/7/82 +f 197/7/82 196/7/82 193/7/82 +f 191/6/82 195/6/82 190/6/82 +f 195/6/82 191/6/82 198/6/82 +f 198/6/82 191/6/82 199/6/82 +f 190/6/81 195/6/81 191/6/81 +f 198/6/81 191/6/81 195/6/81 +f 199/6/81 191/6/81 198/6/81 +f 191/6/104 197/7/103 199/6/103 +f 197/7/103 191/6/104 193/7/104 +f 199/6/106 197/7/106 191/6/105 +f 193/7/105 191/6/105 197/7/106 +f 197/7/103 198/6/153 199/6/103 +f 198/6/153 197/7/103 196/7/153 +f 199/6/106 198/6/154 197/7/106 +f 196/7/154 197/7/106 198/6/154 +f 198/6/153 194/7/109 195/6/109 +f 194/7/109 198/6/153 196/7/153 +f 195/6/110 194/7/110 198/6/154 +f 196/7/154 198/6/154 194/7/110 +f 202/10/82 201/10/82 200/10/82 +f 201/10/82 202/10/82 203/10/82 +f 201/10/82 203/10/82 204/10/82 +f 204/10/82 203/10/82 205/10/82 +f 205/10/82 203/10/82 206/10/82 +f 205/10/82 206/10/82 207/10/82 +f 200/10/81 201/10/81 202/10/81 +f 203/10/81 202/10/81 201/10/81 +f 204/10/81 203/10/81 201/10/81 +f 205/10/81 203/10/81 204/10/81 +f 206/10/81 203/10/81 205/10/81 +f 207/10/81 206/10/81 205/10/81 +f 210/11/81 209/11/81 208/11/81 +f 209/11/81 210/11/81 211/11/81 +f 209/11/81 211/11/81 212/11/81 +f 212/11/81 211/11/81 213/11/81 +f 212/11/81 213/11/81 214/11/81 +f 214/11/81 213/11/81 215/11/81 +f 208/11/82 209/11/82 210/11/82 +f 211/11/82 210/11/82 209/11/82 +f 212/11/82 211/11/82 209/11/82 +f 213/11/82 211/11/82 212/11/82 +f 214/11/82 213/11/82 212/11/82 +f 215/11/82 213/11/82 214/11/82 +f 208/11/156 201/10/155 210/11/155 +f 201/10/155 208/11/156 200/10/156 +f 210/11/158 201/10/158 208/11/157 +f 200/10/157 208/11/157 201/10/158 +f 211/11/159 201/10/160 204/10/159 +f 201/10/160 211/11/159 210/11/160 +f 204/10/161 201/10/162 211/11/161 +f 210/11/162 211/11/161 201/10/162 +f 213/11/163 204/10/159 205/10/163 +f 204/10/159 213/11/163 211/11/159 +f 205/10/164 204/10/161 213/11/164 +f 211/11/161 213/11/164 204/10/161 +f 207/10/157 213/11/165 205/10/165 +f 213/11/165 207/10/157 215/11/157 +f 205/10/166 213/11/166 207/10/156 +f 215/11/156 207/10/156 213/11/166 +f 206/10/158 215/11/157 207/10/157 +f 215/11/157 206/10/158 214/11/158 +f 207/10/156 215/11/156 206/10/155 +f 214/11/155 206/10/155 215/11/156 +f 212/11/161 206/10/162 203/10/161 +f 206/10/162 212/11/161 214/11/162 +f 203/10/159 206/10/160 212/11/159 +f 214/11/160 212/11/159 206/10/160 +f 209/11/164 203/10/161 202/10/164 +f 203/10/161 209/11/164 212/11/161 +f 202/10/163 203/10/159 209/11/163 +f 212/11/159 209/11/163 203/10/159 +f 209/11/166 200/10/156 208/11/156 +f 200/10/156 209/11/166 202/10/166 +f 208/11/157 200/10/157 209/11/165 +f 202/10/165 209/11/165 200/10/157 +f 218/11/81 217/11/81 216/11/81 +f 217/11/81 218/11/81 219/11/81 +f 217/11/81 219/11/81 220/11/81 +f 220/11/81 219/11/81 221/11/81 +f 221/11/81 219/11/81 222/11/81 +f 221/11/81 222/11/81 223/11/81 +f 216/11/82 217/11/82 218/11/82 +f 219/11/82 218/11/82 217/11/82 +f 220/11/82 219/11/82 217/11/82 +f 221/11/82 219/11/82 220/11/82 +f 222/11/82 219/11/82 221/11/82 +f 223/11/82 222/11/82 221/11/82 +f 216/11/156 224/10/155 218/11/155 +f 224/10/155 216/11/156 225/10/156 +f 218/11/158 224/10/158 216/11/157 +f 225/10/157 216/11/157 224/10/158 +f 219/11/159 224/10/160 226/10/159 +f 224/10/160 219/11/159 218/11/160 +f 226/10/161 224/10/162 219/11/161 +f 218/11/162 219/11/161 224/10/162 +f 222/11/163 226/10/159 227/10/163 +f 226/10/159 222/11/163 219/11/159 +f 227/10/164 226/10/161 222/11/164 +f 219/11/161 222/11/164 226/10/161 +f 228/10/157 222/11/165 227/10/165 +f 222/11/165 228/10/157 223/11/157 +f 227/10/166 222/11/166 228/10/156 +f 223/11/156 228/10/156 222/11/166 +f 229/10/158 223/11/157 228/10/157 +f 223/11/157 229/10/158 221/11/158 +f 228/10/156 223/11/156 229/10/155 +f 221/11/155 229/10/155 223/11/156 +f 220/11/161 229/10/162 230/10/161 +f 229/10/162 220/11/161 221/11/162 +f 230/10/159 229/10/160 220/11/159 +f 221/11/160 220/11/159 229/10/160 +f 217/11/164 230/10/161 231/10/164 +f 230/10/161 217/11/164 220/11/161 +f 231/10/163 230/10/159 217/11/163 +f 220/11/159 217/11/163 230/10/159 +f 217/11/166 225/10/156 216/11/156 +f 225/10/156 217/11/166 231/10/166 +f 216/11/157 225/10/157 217/11/165 +f 231/10/165 217/11/165 225/10/157 +f 234/13/167 233/12/168 232/12/167 +f 233/12/168 234/13/167 235/13/168 +f 232/12/169 233/12/170 234/13/169 +f 235/13/170 234/13/169 233/12/170 +f 238/12/171 237/13/172 236/13/171 +f 237/13/172 238/12/171 239/12/172 +f 236/13/173 237/13/174 238/12/173 +f 239/12/174 238/12/173 237/13/174 +f 241/13/175 232/12/167 240/12/175 +f 232/12/167 241/13/175 234/13/167 +f 240/12/176 232/12/169 241/13/176 +f 234/13/169 241/13/176 232/12/169 +f 244/13/177 243/12/178 242/12/177 +f 243/12/178 244/13/177 245/13/178 +f 242/12/179 243/12/180 244/13/179 +f 245/13/180 244/13/179 243/12/180 +f 244/13/177 233/12/181 235/13/181 +f 233/12/181 244/13/177 242/12/177 +f 235/13/182 233/12/182 244/13/179 +f 242/12/179 244/13/179 233/12/182 +f 247/13/183 239/12/184 246/12/183 +f 239/12/184 247/13/183 237/13/184 +f 246/12/185 239/12/186 247/13/185 +f 237/13/186 247/13/185 239/12/186 +f 245/13/187 246/12/183 243/12/187 +f 246/12/183 245/13/187 247/13/183 +f 243/12/188 246/12/185 245/13/188 +f 247/13/185 245/13/188 246/12/185 +f 240/12/189 236/13/171 241/13/189 +f 236/13/171 240/12/189 238/12/171 +f 241/13/190 236/13/173 240/12/190 +f 238/12/173 240/12/190 236/13/173 + +g corridor-corner + + + + +usemtl colormap + +f 3/2/3 2/1/2 1/1/1 +f 2/1/2 3/2/3 4/2/4 +f 1/1/7 2/1/6 3/2/5 +f 4/2/8 3/2/5 2/1/6 +f 7/3/11 6/1/10 5/1/9 +f 6/1/10 7/3/11 8/3/12 +f 5/1/15 6/1/14 7/3/13 +f 8/3/16 7/3/13 6/1/14 +f 11/2/19 10/1/18 9/1/17 +f 10/1/18 11/2/19 12/2/20 +f 9/1/23 10/1/22 11/2/21 +f 12/2/24 11/2/21 10/1/22 +f 2/1/2 11/2/19 9/1/17 +f 11/2/19 2/1/2 4/2/4 +f 9/1/23 11/2/21 2/1/6 +f 4/2/8 2/1/6 11/2/21 +f 7/3/11 13/3/25 8/3/12 +f 13/3/25 7/3/11 14/3/26 +f 8/3/16 13/3/27 7/3/13 +f 14/3/28 7/3/13 13/3/27 +f 8/3/12 15/1/29 6/1/10 +f 15/1/29 8/3/12 13/3/25 +f 6/1/14 15/1/30 8/3/16 +f 13/3/27 8/3/16 15/1/30 +f 11/2/19 3/2/3 12/2/20 +f 3/2/3 11/2/19 4/2/4 +f 12/2/24 3/2/5 11/2/21 +f 4/2/8 11/2/21 3/2/5 +f 14/3/26 5/1/9 16/1/31 +f 5/1/9 14/3/26 7/3/11 +f 16/1/32 5/1/15 14/3/28 +f 7/3/13 14/3/28 5/1/15 +f 15/1/29 14/3/26 16/1/31 +f 14/3/26 15/1/29 13/3/25 +f 16/1/32 14/3/28 15/1/30 +f 13/3/27 15/1/30 14/3/28 +f 12/2/20 1/1/1 10/1/18 +f 1/1/1 12/2/20 3/2/3 +f 10/1/22 1/1/7 12/2/24 +f 3/2/5 12/2/24 1/1/7 +f 19/3/35 18/3/34 17/3/33 +f 18/3/34 19/3/35 20/3/36 +f 17/3/39 18/3/38 19/3/37 +f 20/3/40 19/3/37 18/3/38 +f 20/3/36 21/1/41 18/3/34 +f 21/1/41 20/3/36 22/1/42 +f 18/3/38 21/1/43 20/3/40 +f 22/1/44 20/3/40 21/1/43 +f 17/3/33 21/1/41 23/1/45 +f 21/1/41 17/3/33 18/3/34 +f 23/1/46 21/1/43 17/3/39 +f 18/3/38 17/3/39 21/1/43 +f 24/1/47 17/3/33 23/1/45 +f 17/3/33 24/1/47 19/3/35 +f 23/1/46 17/3/39 24/1/48 +f 19/3/37 24/1/48 17/3/39 +f 22/1/42 19/3/35 24/1/47 +f 19/3/35 22/1/42 20/3/36 +f 24/1/48 19/3/37 22/1/44 +f 20/3/40 22/1/44 19/3/37 +f 27/1/51 26/3/50 25/1/49 +f 26/3/50 27/1/51 28/3/52 +f 25/1/55 26/3/54 27/1/53 +f 28/3/56 27/1/53 26/3/54 +f 29/1/57 28/3/52 27/1/51 +f 28/3/52 29/1/57 30/3/58 +f 27/1/53 28/3/56 29/1/59 +f 30/3/60 29/1/59 28/3/56 +f 33/2/63 32/1/62 31/1/61 +f 32/1/62 33/2/63 34/2/64 +f 31/1/67 32/1/66 33/2/65 +f 34/2/68 33/2/65 32/1/66 +f 33/2/63 35/2/69 34/2/64 +f 35/2/69 33/2/63 36/2/70 +f 34/2/68 35/2/71 33/2/65 +f 36/2/72 33/2/65 35/2/71 +f 30/3/58 38/1/74 37/3/73 +f 38/1/74 30/3/58 29/1/57 +f 37/3/76 38/1/75 30/3/60 +f 29/1/59 30/3/60 38/1/75 +f 34/2/64 39/1/77 32/1/62 +f 39/1/77 34/2/64 35/2/69 +f 32/1/66 39/1/78 34/2/68 +f 35/2/71 34/2/68 39/1/78 +f 28/3/52 37/3/73 26/3/50 +f 37/3/73 28/3/52 30/3/58 +f 26/3/54 37/3/76 28/3/56 +f 30/3/60 28/3/56 37/3/76 +f 40/1/79 33/2/63 31/1/61 +f 33/2/63 40/1/79 36/2/70 +f 31/1/67 33/2/65 40/1/80 +f 36/2/72 40/1/80 33/2/65 +f 26/3/50 38/1/74 25/1/49 +f 38/1/74 26/3/50 37/3/73 +f 25/1/55 38/1/75 26/3/54 +f 37/3/76 26/3/54 38/1/75 +f 35/2/69 40/1/79 39/1/77 +f 40/1/79 35/2/69 36/2/70 +f 39/1/78 40/1/80 35/2/71 +f 36/2/72 35/2/71 40/1/80 +f 43/4/81 42/4/81 41/4/81 +f 42/4/81 43/4/81 44/4/81 +f 42/4/81 44/4/81 45/4/81 +f 45/4/81 44/4/81 46/4/81 +f 45/4/81 46/4/81 47/4/81 +f 47/4/81 46/4/81 48/4/81 +f 47/4/81 48/4/81 49/4/81 +f 49/4/81 48/4/81 50/4/81 +f 41/4/82 42/4/82 43/4/82 +f 44/4/82 43/4/82 42/4/82 +f 45/4/82 44/4/82 42/4/82 +f 46/4/82 44/4/82 45/4/82 +f 47/4/82 46/4/82 45/4/82 +f 48/4/82 46/4/82 47/4/82 +f 49/4/82 48/4/82 47/4/82 +f 50/4/82 48/4/82 49/4/82 +f 43/4/83 52/1/83 51/1/83 +f 52/1/83 43/4/83 41/4/83 +f 51/1/84 52/1/84 43/4/84 +f 41/4/84 43/4/84 52/1/84 +f 53/1/86 43/4/85 51/1/85 +f 43/4/85 53/1/86 44/4/86 +f 51/1/88 43/4/88 53/1/87 +f 44/4/87 53/1/87 43/4/88 +f 54/1/89 44/4/86 53/1/86 +f 44/4/86 54/1/89 46/4/89 +f 53/1/87 44/4/87 54/1/90 +f 46/4/90 54/1/90 44/4/87 +f 48/4/91 54/1/89 55/1/91 +f 54/1/89 48/4/91 46/4/89 +f 55/1/92 54/1/90 48/4/92 +f 46/4/90 48/4/92 54/1/90 +f 50/4/93 55/1/91 56/1/93 +f 55/1/91 50/4/93 48/4/91 +f 56/1/94 55/1/92 50/4/94 +f 48/4/92 50/4/94 55/1/92 +f 57/1/95 50/4/95 56/1/95 +f 50/4/95 57/1/95 49/4/95 +f 56/1/96 50/4/96 57/1/96 +f 49/4/96 57/1/96 50/4/96 +f 47/4/92 57/1/97 58/1/92 +f 57/1/97 47/4/92 49/4/97 +f 58/1/91 57/1/98 47/4/91 +f 49/4/98 47/4/91 57/1/98 +f 45/4/90 58/1/92 59/1/90 +f 58/1/92 45/4/90 47/4/92 +f 59/1/89 58/1/91 45/4/89 +f 47/4/91 45/4/89 58/1/91 +f 45/4/90 60/1/87 42/4/87 +f 60/1/87 45/4/90 59/1/90 +f 42/4/86 60/1/86 45/4/89 +f 59/1/89 45/4/89 60/1/86 +f 42/4/87 52/1/88 41/4/88 +f 52/1/88 42/4/87 60/1/87 +f 41/4/85 52/1/85 42/4/86 +f 60/1/86 42/4/86 52/1/85 +f 63/1/81 62/1/81 61/1/81 +f 62/1/81 63/1/81 64/1/81 +f 61/1/82 62/1/82 63/1/82 +f 64/1/82 63/1/82 62/1/82 +f 67/4/81 66/4/81 65/4/81 +f 66/4/81 67/4/81 68/4/81 +f 68/4/81 67/4/81 69/4/81 +f 65/4/82 66/4/82 67/4/82 +f 68/4/82 67/4/82 66/4/82 +f 69/4/82 67/4/82 68/4/82 +f 66/4/99 70/1/99 65/4/99 +f 70/1/99 66/4/99 71/1/99 +f 65/4/100 70/1/100 66/4/100 +f 71/1/100 66/4/100 70/1/100 +f 66/4/101 72/1/101 71/1/101 +f 72/1/101 66/4/101 68/4/101 +f 71/1/102 72/1/102 66/4/102 +f 68/4/102 66/4/102 72/1/102 +f 72/1/104 69/4/103 73/1/103 +f 69/4/103 72/1/104 68/4/104 +f 73/1/106 69/4/106 72/1/105 +f 68/4/105 72/1/105 69/4/106 +f 73/1/103 67/4/107 74/1/107 +f 67/4/107 73/1/103 69/4/103 +f 74/1/108 67/4/108 73/1/106 +f 69/4/106 73/1/106 67/4/108 +f 74/1/107 65/4/109 70/1/109 +f 65/4/109 74/1/107 67/4/107 +f 70/1/110 65/4/110 74/1/108 +f 67/4/108 74/1/108 65/4/110 +f 77/5/81 76/5/81 75/5/81 +f 76/5/81 77/5/81 78/5/81 +f 76/5/81 78/5/81 79/5/81 +f 79/5/81 78/5/81 80/5/81 +f 79/5/81 80/5/81 81/5/81 +f 81/5/81 80/5/81 82/5/81 +f 81/5/81 82/5/81 83/5/81 +f 83/5/81 82/5/81 84/5/81 +f 75/5/82 76/5/82 77/5/82 +f 78/5/82 77/5/82 76/5/82 +f 79/5/82 78/5/82 76/5/82 +f 80/5/82 78/5/82 79/5/82 +f 81/5/82 80/5/82 79/5/82 +f 82/5/82 80/5/82 81/5/82 +f 83/5/82 82/5/82 81/5/82 +f 84/5/82 82/5/82 83/5/82 +f 77/5/83 41/6/83 85/6/83 +f 41/6/83 77/5/83 75/5/83 +f 85/6/84 41/6/84 77/5/84 +f 75/5/84 77/5/84 41/6/84 +f 86/6/86 77/5/85 85/6/85 +f 77/5/85 86/6/86 78/5/86 +f 85/6/88 77/5/88 86/6/87 +f 78/5/87 86/6/87 77/5/88 +f 87/6/89 78/5/86 86/6/86 +f 78/5/86 87/6/89 80/5/89 +f 86/6/87 78/5/87 87/6/90 +f 80/5/90 87/6/90 78/5/87 +f 82/5/91 87/6/89 88/6/91 +f 87/6/89 82/5/91 80/5/89 +f 88/6/92 87/6/90 82/5/92 +f 80/5/90 82/5/92 87/6/90 +f 84/5/98 88/6/91 89/6/98 +f 88/6/91 84/5/98 82/5/91 +f 89/6/97 88/6/92 84/5/97 +f 82/5/92 84/5/97 88/6/92 +f 49/6/95 84/5/95 89/6/95 +f 84/5/95 49/6/95 83/5/95 +f 89/6/96 84/5/96 49/6/96 +f 83/5/96 49/6/96 84/5/96 +f 81/5/92 49/6/97 47/6/92 +f 49/6/97 81/5/92 83/5/97 +f 47/6/91 49/6/98 81/5/91 +f 83/5/98 81/5/91 49/6/98 +f 79/5/90 47/6/92 45/6/90 +f 47/6/92 79/5/90 81/5/92 +f 45/6/89 47/6/91 79/5/89 +f 81/5/91 79/5/89 47/6/91 +f 79/5/90 42/6/87 76/5/87 +f 42/6/87 79/5/90 45/6/90 +f 76/5/86 42/6/86 79/5/89 +f 45/6/89 79/5/89 42/6/86 +f 76/5/87 41/6/88 75/5/88 +f 41/6/88 76/5/87 42/6/87 +f 75/5/85 41/6/85 76/5/86 +f 42/6/86 76/5/86 41/6/85 +f 91/6/82 90/6/82 61/6/82 +f 90/6/82 91/6/82 62/6/82 +f 90/6/82 62/6/82 92/6/82 +f 92/6/82 62/6/82 93/6/82 +f 92/6/82 93/6/82 94/6/82 +f 94/6/82 93/6/82 95/6/82 +f 95/6/82 93/6/82 64/6/82 +f 95/6/82 64/6/82 96/6/82 +f 61/6/81 90/6/81 91/6/81 +f 62/6/81 91/6/81 90/6/81 +f 92/6/81 62/6/81 90/6/81 +f 93/6/81 62/6/81 92/6/81 +f 94/6/81 93/6/81 92/6/81 +f 95/6/81 93/6/81 94/6/81 +f 64/6/81 93/6/81 95/6/81 +f 96/6/81 64/6/81 95/6/81 +f 97/7/81 60/7/81 52/7/81 +f 60/7/81 97/7/81 59/7/81 +f 59/7/81 97/7/81 98/7/81 +f 59/7/81 98/7/81 58/7/81 +f 58/7/81 98/7/81 99/7/81 +f 58/7/81 99/7/81 100/7/81 +f 58/7/81 100/7/81 57/7/81 +f 57/7/81 100/7/81 101/7/81 +f 52/7/82 60/7/82 97/7/82 +f 59/7/82 97/7/82 60/7/82 +f 98/7/82 97/7/82 59/7/82 +f 58/7/82 98/7/82 59/7/82 +f 99/7/82 98/7/82 58/7/82 +f 100/7/82 99/7/82 58/7/82 +f 57/7/82 100/7/82 58/7/82 +f 101/7/82 100/7/82 57/7/82 +f 97/7/83 61/6/83 90/6/83 +f 61/6/83 97/7/83 52/7/83 +f 90/6/84 61/6/84 97/7/84 +f 52/7/84 97/7/84 61/6/84 +f 92/6/86 97/7/85 90/6/85 +f 97/7/85 92/6/86 98/7/86 +f 90/6/88 97/7/88 92/6/87 +f 98/7/87 92/6/87 97/7/88 +f 94/6/89 98/7/86 92/6/86 +f 98/7/86 94/6/89 99/7/89 +f 92/6/87 98/7/87 94/6/90 +f 99/7/90 94/6/90 98/7/87 +f 100/7/91 94/6/89 95/6/91 +f 94/6/89 100/7/91 99/7/89 +f 95/6/92 94/6/90 100/7/92 +f 99/7/90 100/7/92 94/6/90 +f 101/7/93 95/6/91 96/6/93 +f 95/6/91 101/7/93 100/7/91 +f 96/6/94 95/6/92 101/7/94 +f 100/7/92 101/7/94 95/6/92 +f 64/6/95 101/7/95 96/6/95 +f 101/7/95 64/6/95 57/7/95 +f 96/6/96 101/7/96 64/6/96 +f 57/7/96 64/6/96 101/7/96 +f 58/7/92 64/6/97 93/6/92 +f 64/6/97 58/7/92 57/7/97 +f 93/6/91 64/6/98 58/7/91 +f 57/7/98 58/7/91 64/6/98 +f 59/7/90 93/6/92 62/6/90 +f 93/6/92 59/7/90 58/7/92 +f 62/6/89 93/6/91 59/7/89 +f 58/7/91 59/7/89 93/6/91 +f 59/7/90 91/6/87 60/7/87 +f 91/6/87 59/7/90 62/6/90 +f 60/7/86 91/6/86 59/7/89 +f 62/6/89 59/7/89 91/6/86 +f 60/7/87 61/6/88 52/7/88 +f 61/6/88 60/7/87 91/6/87 +f 52/7/85 61/6/85 60/7/86 +f 91/6/86 60/7/86 61/6/85 +f 104/7/112 103/6/111 102/7/111 +f 103/6/111 104/7/112 105/6/112 +f 102/7/114 103/6/114 104/7/113 +f 105/6/113 104/7/113 103/6/114 +f 108/7/115 107/6/116 106/6/115 +f 107/6/116 108/7/115 109/7/116 +f 106/6/117 107/6/118 108/7/117 +f 109/7/118 108/7/117 107/6/118 +f 109/7/116 110/6/119 107/6/116 +f 110/6/119 109/7/116 111/7/119 +f 107/6/118 110/6/120 109/7/118 +f 111/7/120 109/7/118 110/6/120 +f 114/6/122 113/7/121 112/6/121 +f 113/7/121 114/6/122 115/7/122 +f 112/6/124 113/7/124 114/6/123 +f 115/7/123 114/6/123 113/7/124 +f 112/6/121 108/7/115 106/6/115 +f 108/7/115 112/6/121 113/7/121 +f 106/6/117 108/7/117 112/6/124 +f 113/7/124 112/6/124 108/7/117 +f 102/7/111 110/6/119 111/7/119 +f 110/6/119 102/7/111 103/6/111 +f 111/7/120 110/6/120 102/7/114 +f 103/6/114 102/7/114 110/6/120 +f 102/7/81 115/7/81 104/7/81 +f 115/7/81 102/7/81 111/7/81 +f 115/7/81 111/7/81 109/7/81 +f 115/7/81 109/7/81 108/7/81 +f 115/7/81 108/7/81 113/7/81 +f 104/7/82 115/7/82 102/7/82 +f 111/7/82 102/7/82 115/7/82 +f 109/7/82 111/7/82 115/7/82 +f 108/7/82 109/7/82 115/7/82 +f 113/7/82 108/7/82 115/7/82 +f 118/9/125 117/8/126 116/8/125 +f 117/8/126 118/9/125 119/9/126 +f 116/8/127 117/8/128 118/9/127 +f 119/9/128 118/9/127 117/8/128 +f 122/9/127 121/8/128 120/8/127 +f 121/8/128 122/9/127 123/9/128 +f 120/8/125 121/8/126 122/9/125 +f 123/9/126 122/9/125 121/8/126 +f 126/9/130 125/8/129 124/9/129 +f 125/8/129 126/9/130 127/8/130 +f 124/9/132 125/8/132 126/9/131 +f 127/8/131 126/9/131 125/8/132 +f 130/8/132 129/9/131 128/8/131 +f 129/9/131 130/8/132 131/9/132 +f 128/8/130 129/9/130 130/8/129 +f 131/9/129 130/8/129 129/9/130 +f 123/9/128 130/8/132 121/8/128 +f 130/8/132 123/9/128 131/9/132 +f 121/8/126 130/8/129 123/9/126 +f 131/9/129 123/9/126 130/8/129 +f 119/9/126 125/8/129 117/8/126 +f 125/8/129 119/9/126 124/9/129 +f 117/8/128 125/8/132 119/9/128 +f 124/9/132 119/9/128 125/8/132 +f 126/9/130 120/8/127 127/8/130 +f 120/8/127 126/9/130 122/9/127 +f 127/8/131 120/8/125 126/9/131 +f 122/9/125 126/9/131 120/8/125 +f 129/9/131 116/8/125 128/8/131 +f 116/8/125 129/9/131 118/9/125 +f 128/8/130 116/8/127 129/9/130 +f 118/9/127 129/9/130 116/8/127 +f 119/9/133 126/9/133 124/9/133 +f 126/9/133 119/9/133 122/9/133 +f 122/9/133 119/9/133 118/9/133 +f 122/9/133 118/9/133 123/9/133 +f 123/9/133 118/9/133 129/9/133 +f 123/9/133 129/9/133 131/9/133 +f 124/9/134 126/9/134 119/9/134 +f 122/9/134 119/9/134 126/9/134 +f 118/9/134 119/9/134 122/9/134 +f 123/9/134 118/9/134 122/9/134 +f 129/9/134 118/9/134 123/9/134 +f 131/9/134 129/9/134 123/9/134 +f 120/8/134 125/8/134 127/8/134 +f 125/8/134 120/8/134 117/8/134 +f 117/8/134 120/8/134 121/8/134 +f 117/8/134 121/8/134 116/8/134 +f 116/8/134 121/8/134 130/8/134 +f 116/8/134 130/8/134 128/8/134 +f 127/8/133 125/8/133 120/8/133 +f 117/8/133 120/8/133 125/8/133 +f 121/8/133 120/8/133 117/8/133 +f 116/8/133 121/8/133 117/8/133 +f 130/8/133 121/8/133 116/8/133 +f 128/8/133 130/8/133 116/8/133 +f 134/9/135 133/8/136 132/8/135 +f 133/8/136 134/9/135 135/9/136 +f 132/8/137 133/8/138 134/9/137 +f 135/9/138 134/9/137 133/8/138 +f 138/9/137 137/8/138 136/8/137 +f 137/8/138 138/9/137 139/9/138 +f 136/8/135 137/8/136 138/9/135 +f 139/9/136 138/9/135 137/8/136 +f 142/9/140 141/8/139 140/9/139 +f 141/8/139 142/9/140 143/8/140 +f 140/9/142 141/8/142 142/9/141 +f 143/8/141 142/9/141 141/8/142 +f 146/8/142 145/9/141 144/8/141 +f 145/9/141 146/8/142 147/9/142 +f 144/8/140 145/9/140 146/8/139 +f 147/9/139 146/8/139 145/9/140 +f 139/9/138 146/8/142 137/8/138 +f 146/8/142 139/9/138 147/9/142 +f 137/8/136 146/8/139 139/9/136 +f 147/9/139 139/9/136 146/8/139 +f 135/9/136 141/8/139 133/8/136 +f 141/8/139 135/9/136 140/9/139 +f 133/8/138 141/8/142 135/9/138 +f 140/9/142 135/9/138 141/8/142 +f 142/9/140 136/8/137 143/8/140 +f 136/8/137 142/9/140 138/9/137 +f 143/8/141 136/8/135 142/9/141 +f 138/9/135 142/9/141 136/8/135 +f 145/9/141 132/8/135 144/8/141 +f 132/8/135 145/9/141 134/9/135 +f 144/8/140 132/8/137 145/9/140 +f 134/9/137 145/9/140 132/8/137 +f 135/9/93 142/9/93 140/9/93 +f 142/9/93 135/9/93 138/9/93 +f 138/9/93 135/9/93 134/9/93 +f 138/9/93 134/9/93 139/9/93 +f 139/9/93 134/9/93 145/9/93 +f 139/9/93 145/9/93 147/9/93 +f 140/9/94 142/9/94 135/9/94 +f 138/9/94 135/9/94 142/9/94 +f 134/9/94 135/9/94 138/9/94 +f 139/9/94 134/9/94 138/9/94 +f 145/9/94 134/9/94 139/9/94 +f 147/9/94 145/9/94 139/9/94 +f 136/8/94 141/8/94 143/8/94 +f 141/8/94 136/8/94 133/8/94 +f 133/8/94 136/8/94 137/8/94 +f 133/8/94 137/8/94 132/8/94 +f 132/8/94 137/8/94 146/8/94 +f 132/8/94 146/8/94 144/8/94 +f 143/8/93 141/8/93 136/8/93 +f 133/8/93 136/8/93 141/8/93 +f 137/8/93 136/8/93 133/8/93 +f 132/8/93 137/8/93 133/8/93 +f 146/8/93 137/8/93 132/8/93 +f 144/8/93 146/8/93 132/8/93 +f 150/9/135 149/8/136 148/8/135 +f 149/8/136 150/9/135 151/9/136 +f 148/8/137 149/8/138 150/9/137 +f 151/9/138 150/9/137 149/8/138 +f 154/9/137 153/8/138 152/8/137 +f 153/8/138 154/9/137 155/9/138 +f 152/8/135 153/8/136 154/9/135 +f 155/9/136 154/9/135 153/8/136 +f 158/9/140 157/8/139 156/9/139 +f 157/8/139 158/9/140 159/8/140 +f 156/9/142 157/8/142 158/9/141 +f 159/8/141 158/9/141 157/8/142 +f 162/8/142 161/9/141 160/8/141 +f 161/9/141 162/8/142 163/9/142 +f 160/8/140 161/9/140 162/8/139 +f 163/9/139 162/8/139 161/9/140 +f 155/9/138 162/8/142 153/8/138 +f 162/8/142 155/9/138 163/9/142 +f 153/8/136 162/8/139 155/9/136 +f 163/9/139 155/9/136 162/8/139 +f 151/9/136 157/8/139 149/8/136 +f 157/8/139 151/9/136 156/9/139 +f 149/8/138 157/8/142 151/9/138 +f 156/9/142 151/9/138 157/8/142 +f 158/9/140 152/8/137 159/8/140 +f 152/8/137 158/9/140 154/9/137 +f 159/8/141 152/8/135 158/9/141 +f 154/9/135 158/9/141 152/8/135 +f 161/9/141 148/8/135 160/8/141 +f 148/8/135 161/9/141 150/9/135 +f 160/8/140 148/8/137 161/9/140 +f 150/9/137 161/9/140 148/8/137 +f 151/9/93 158/9/93 156/9/93 +f 158/9/93 151/9/93 154/9/93 +f 154/9/93 151/9/93 150/9/93 +f 154/9/93 150/9/93 155/9/93 +f 155/9/93 150/9/93 161/9/93 +f 155/9/93 161/9/93 163/9/93 +f 156/9/94 158/9/94 151/9/94 +f 154/9/94 151/9/94 158/9/94 +f 150/9/94 151/9/94 154/9/94 +f 155/9/94 150/9/94 154/9/94 +f 161/9/94 150/9/94 155/9/94 +f 163/9/94 161/9/94 155/9/94 +f 152/8/94 157/8/94 159/8/94 +f 157/8/94 152/8/94 149/8/94 +f 149/8/94 152/8/94 153/8/94 +f 149/8/94 153/8/94 148/8/94 +f 148/8/94 153/8/94 162/8/94 +f 148/8/94 162/8/94 160/8/94 +f 159/8/93 157/8/93 152/8/93 +f 149/8/93 152/8/93 157/8/93 +f 153/8/93 152/8/93 149/8/93 +f 148/8/93 153/8/93 149/8/93 +f 162/8/93 153/8/93 148/8/93 +f 160/8/93 162/8/93 148/8/93 +f 166/9/143 165/8/144 164/8/143 +f 165/8/144 166/9/143 167/9/144 +f 164/8/145 165/8/146 166/9/145 +f 167/9/146 166/9/145 165/8/146 +f 170/8/145 169/9/146 168/8/146 +f 169/9/146 170/8/145 171/9/145 +f 168/8/144 169/9/144 170/8/143 +f 171/9/143 170/8/143 169/9/144 +f 174/9/148 173/8/147 172/9/147 +f 173/8/147 174/9/148 175/8/148 +f 172/9/150 173/8/150 174/9/149 +f 175/8/149 174/9/149 173/8/150 +f 178/8/150 177/9/149 176/8/149 +f 177/9/149 178/8/150 179/9/150 +f 176/8/148 177/9/148 178/8/147 +f 179/9/147 178/8/147 177/9/148 +f 169/9/146 178/8/150 168/8/146 +f 178/8/150 169/9/146 179/9/150 +f 168/8/144 178/8/147 169/9/144 +f 179/9/147 169/9/144 178/8/147 +f 167/9/144 173/8/147 165/8/144 +f 173/8/147 167/9/144 172/9/147 +f 165/8/146 173/8/150 167/9/146 +f 172/9/150 167/9/146 173/8/150 +f 174/9/148 170/8/145 175/8/148 +f 170/8/145 174/9/148 171/9/145 +f 175/8/149 170/8/143 174/9/149 +f 171/9/143 174/9/149 170/8/143 +f 177/9/149 164/8/143 176/8/149 +f 164/8/143 177/9/149 166/9/143 +f 176/8/148 164/8/145 177/9/148 +f 166/9/145 177/9/148 164/8/145 +f 167/9/151 174/9/151 172/9/151 +f 174/9/151 167/9/151 171/9/151 +f 171/9/151 167/9/151 166/9/151 +f 171/9/151 166/9/151 169/9/151 +f 169/9/151 166/9/151 177/9/151 +f 169/9/151 177/9/151 179/9/151 +f 172/9/152 174/9/152 167/9/152 +f 171/9/152 167/9/152 174/9/152 +f 166/9/152 167/9/152 171/9/152 +f 169/9/152 166/9/152 171/9/152 +f 177/9/152 166/9/152 169/9/152 +f 179/9/152 177/9/152 169/9/152 +f 170/8/152 173/8/152 175/8/152 +f 173/8/152 170/8/152 165/8/152 +f 165/8/152 170/8/152 168/8/152 +f 165/8/152 168/8/152 164/8/152 +f 164/8/152 168/8/152 178/8/152 +f 164/8/152 178/8/152 176/8/152 +f 175/8/151 173/8/151 170/8/151 +f 165/8/151 170/8/151 173/8/151 +f 168/8/151 170/8/151 165/8/151 +f 164/8/151 168/8/151 165/8/151 +f 178/8/151 168/8/151 164/8/151 +f 176/8/151 178/8/151 164/8/151 +f 182/5/99 181/6/99 180/5/99 +f 181/6/99 182/5/99 183/6/99 +f 180/5/100 181/6/100 182/5/100 +f 183/6/100 182/5/100 181/6/100 +f 182/5/101 184/6/101 183/6/101 +f 184/6/101 182/5/101 185/5/101 +f 183/6/102 184/6/102 182/5/102 +f 185/5/102 182/5/102 184/6/102 +f 186/6/107 180/5/109 181/6/109 +f 180/5/109 186/6/107 187/5/107 +f 181/6/110 180/5/110 186/6/108 +f 187/5/108 186/6/108 180/5/110 +f 184/6/104 189/5/103 188/6/103 +f 189/5/103 184/6/104 185/5/104 +f 188/6/106 189/5/106 184/6/105 +f 185/5/105 184/6/105 189/5/106 +f 187/5/81 182/5/81 180/5/81 +f 182/5/81 187/5/81 185/5/81 +f 185/5/81 187/5/81 189/5/81 +f 180/5/82 182/5/82 187/5/82 +f 185/5/82 187/5/82 182/5/82 +f 189/5/82 187/5/82 185/5/82 +f 189/5/103 186/6/107 188/6/103 +f 186/6/107 189/5/103 187/5/107 +f 188/6/106 186/6/108 189/5/106 +f 187/5/108 189/5/106 186/6/108 +f 192/7/101 191/6/101 190/6/101 +f 191/6/101 192/7/101 193/7/101 +f 190/6/102 191/6/102 192/7/102 +f 193/7/102 192/7/102 191/6/102 +f 192/7/99 195/6/99 194/7/99 +f 195/6/99 192/7/99 190/6/99 +f 194/7/100 195/6/100 192/7/100 +f 190/6/100 192/7/100 195/6/100 +f 196/7/81 192/7/81 194/7/81 +f 192/7/81 196/7/81 193/7/81 +f 193/7/81 196/7/81 197/7/81 +f 194/7/82 192/7/82 196/7/82 +f 193/7/82 196/7/82 192/7/82 +f 197/7/82 196/7/82 193/7/82 +f 191/6/82 195/6/82 190/6/82 +f 195/6/82 191/6/82 198/6/82 +f 198/6/82 191/6/82 199/6/82 +f 190/6/81 195/6/81 191/6/81 +f 198/6/81 191/6/81 195/6/81 +f 199/6/81 191/6/81 198/6/81 +f 191/6/104 197/7/103 199/6/103 +f 197/7/103 191/6/104 193/7/104 +f 199/6/106 197/7/106 191/6/105 +f 193/7/105 191/6/105 197/7/106 +f 197/7/103 198/6/153 199/6/103 +f 198/6/153 197/7/103 196/7/153 +f 199/6/106 198/6/154 197/7/106 +f 196/7/154 197/7/106 198/6/154 +f 198/6/153 194/7/109 195/6/109 +f 194/7/109 198/6/153 196/7/153 +f 195/6/110 194/7/110 198/6/154 +f 196/7/154 198/6/154 194/7/110 +f 202/10/82 201/10/82 200/10/82 +f 201/10/82 202/10/82 203/10/82 +f 201/10/82 203/10/82 204/10/82 +f 204/10/82 203/10/82 205/10/82 +f 205/10/82 203/10/82 206/10/82 +f 205/10/82 206/10/82 207/10/82 +f 200/10/81 201/10/81 202/10/81 +f 203/10/81 202/10/81 201/10/81 +f 204/10/81 203/10/81 201/10/81 +f 205/10/81 203/10/81 204/10/81 +f 206/10/81 203/10/81 205/10/81 +f 207/10/81 206/10/81 205/10/81 +f 210/11/81 209/11/81 208/11/81 +f 209/11/81 210/11/81 211/11/81 +f 209/11/81 211/11/81 212/11/81 +f 212/11/81 211/11/81 213/11/81 +f 212/11/81 213/11/81 214/11/81 +f 214/11/81 213/11/81 215/11/81 +f 208/11/82 209/11/82 210/11/82 +f 211/11/82 210/11/82 209/11/82 +f 212/11/82 211/11/82 209/11/82 +f 213/11/82 211/11/82 212/11/82 +f 214/11/82 213/11/82 212/11/82 +f 215/11/82 213/11/82 214/11/82 +f 208/11/156 201/10/155 210/11/155 +f 201/10/155 208/11/156 200/10/156 +f 210/11/158 201/10/158 208/11/157 +f 200/10/157 208/11/157 201/10/158 +f 211/11/159 201/10/160 204/10/159 +f 201/10/160 211/11/159 210/11/160 +f 204/10/161 201/10/162 211/11/161 +f 210/11/162 211/11/161 201/10/162 +f 213/11/163 204/10/159 205/10/163 +f 204/10/159 213/11/163 211/11/159 +f 205/10/164 204/10/161 213/11/164 +f 211/11/161 213/11/164 204/10/161 +f 207/10/157 213/11/165 205/10/165 +f 213/11/165 207/10/157 215/11/157 +f 205/10/166 213/11/166 207/10/156 +f 215/11/156 207/10/156 213/11/166 +f 206/10/158 215/11/157 207/10/157 +f 215/11/157 206/10/158 214/11/158 +f 207/10/156 215/11/156 206/10/155 +f 214/11/155 206/10/155 215/11/156 +f 212/11/161 206/10/162 203/10/161 +f 206/10/162 212/11/161 214/11/162 +f 203/10/159 206/10/160 212/11/159 +f 214/11/160 212/11/159 206/10/160 +f 209/11/164 203/10/161 202/10/164 +f 203/10/161 209/11/164 212/11/161 +f 202/10/163 203/10/159 209/11/163 +f 212/11/159 209/11/163 203/10/159 +f 209/11/166 200/10/156 208/11/156 +f 200/10/156 209/11/166 202/10/166 +f 208/11/157 200/10/157 209/11/165 +f 202/10/165 209/11/165 200/10/157 +f 218/11/81 217/11/81 216/11/81 +f 217/11/81 218/11/81 219/11/81 +f 217/11/81 219/11/81 220/11/81 +f 220/11/81 219/11/81 221/11/81 +f 221/11/81 219/11/81 222/11/81 +f 221/11/81 222/11/81 223/11/81 +f 216/11/82 217/11/82 218/11/82 +f 219/11/82 218/11/82 217/11/82 +f 220/11/82 219/11/82 217/11/82 +f 221/11/82 219/11/82 220/11/82 +f 222/11/82 219/11/82 221/11/82 +f 223/11/82 222/11/82 221/11/82 +f 216/11/156 224/10/155 218/11/155 +f 224/10/155 216/11/156 225/10/156 +f 218/11/158 224/10/158 216/11/157 +f 225/10/157 216/11/157 224/10/158 +f 219/11/159 224/10/160 226/10/159 +f 224/10/160 219/11/159 218/11/160 +f 226/10/161 224/10/162 219/11/161 +f 218/11/162 219/11/161 224/10/162 +f 222/11/163 226/10/159 227/10/163 +f 226/10/159 222/11/163 219/11/159 +f 227/10/164 226/10/161 222/11/164 +f 219/11/161 222/11/164 226/10/161 +f 228/10/157 222/11/165 227/10/165 +f 222/11/165 228/10/157 223/11/157 +f 227/10/166 222/11/166 228/10/156 +f 223/11/156 228/10/156 222/11/166 +f 229/10/158 223/11/157 228/10/157 +f 223/11/157 229/10/158 221/11/158 +f 228/10/156 223/11/156 229/10/155 +f 221/11/155 229/10/155 223/11/156 +f 220/11/161 229/10/162 230/10/161 +f 229/10/162 220/11/161 221/11/162 +f 230/10/159 229/10/160 220/11/159 +f 221/11/160 220/11/159 229/10/160 +f 217/11/164 230/10/161 231/10/164 +f 230/10/161 217/11/164 220/11/161 +f 231/10/163 230/10/159 217/11/163 +f 220/11/159 217/11/163 230/10/159 +f 217/11/166 225/10/156 216/11/156 +f 225/10/156 217/11/166 231/10/166 +f 216/11/157 225/10/157 217/11/165 +f 231/10/165 217/11/165 225/10/157 +f 234/13/167 233/12/168 232/12/167 +f 233/12/168 234/13/167 235/13/168 +f 232/12/169 233/12/170 234/13/169 +f 235/13/170 234/13/169 233/12/170 +f 238/12/171 237/13/172 236/13/171 +f 237/13/172 238/12/171 239/12/172 +f 236/13/173 237/13/174 238/12/173 +f 239/12/174 238/12/173 237/13/174 +f 241/13/175 232/12/167 240/12/175 +f 232/12/167 241/13/175 234/13/167 +f 240/12/176 232/12/169 241/13/176 +f 234/13/169 241/13/176 232/12/169 +f 244/13/177 243/12/178 242/12/177 +f 243/12/178 244/13/177 245/13/178 +f 242/12/179 243/12/180 244/13/179 +f 245/13/180 244/13/179 243/12/180 +f 244/13/177 233/12/181 235/13/181 +f 233/12/181 244/13/177 242/12/177 +f 235/13/182 233/12/182 244/13/179 +f 242/12/179 244/13/179 233/12/182 +f 247/13/183 239/12/184 246/12/183 +f 239/12/184 247/13/183 237/13/184 +f 246/12/185 239/12/186 247/13/185 +f 237/13/186 247/13/185 239/12/186 +f 245/13/187 246/12/183 243/12/187 +f 246/12/183 245/13/187 247/13/183 +f 243/12/188 246/12/185 245/13/188 +f 247/13/185 245/13/188 246/12/185 +f 240/12/189 236/13/171 241/13/189 +f 236/13/171 240/12/189 238/12/171 +f 241/13/190 236/13/173 240/12/190 +f 238/12/173 240/12/190 236/13/173 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-corner.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-corner.obj.import new file mode 100644 index 0000000..4a71d67 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-corner.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://dbehx35a35ywv" +path="res://.godot/imported/corridor-corner.obj-324c4b7fbfc330e61b8f1a289bf0b561.mesh" + +[deps] + +files=["res://.godot/imported/corridor-corner.obj-324c4b7fbfc330e61b8f1a289bf0b561.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-corner.obj" +dest_files=["res://.godot/imported/corridor-corner.obj-324c4b7fbfc330e61b8f1a289bf0b561.mesh", "res://.godot/imported/corridor-corner.obj-324c4b7fbfc330e61b8f1a289bf0b561.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-end.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-end.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-end.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-end.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-end.obj new file mode 100644 index 0000000..f6666f0 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-end.obj @@ -0,0 +1,3217 @@ +# Created by Kenney (www.kenney.nl) + +mtllib corridor-end.mtl + +g corridor-end + +v -1.296844 0 0.4321918 1 1 1 +v -1.266226 0.05 0.4498696 1 1 1 +v -1.245081 0 0.6253771 1 1 1 +v -1.227403 0.05 0.5947585 1 1 1 +v -1.051895 0 0.5736133 1 1 1 +v -1.082514 0.05 0.5559356 1 1 1 +v -1.547955 0 0.7146534 1 1 1 +v -1.934325 0 0.6111257 1 1 1 +v -1.58331 0.1 0.653416 1 1 1 +v -1.873088 0.1 0.5757704 1 1 1 +v -1.830798 0 0.2247554 1 1 1 +v -1.795442 0.1 0.2859926 1 1 1 +v 1.071889 0 0.006433129 1 1 1 +v 1.096889 0.1 0.03143311 1 1 1 +v 1.071889 0 0.2064332 1 1 1 +v 1.096889 0.1 0.1814332 1 1 1 +v 1.246889 0.1 0.03143311 1 1 1 +v 1.246889 0.1 0.1814332 1 1 1 +v 1.271889 0 0.2064332 1 1 1 +v 1.271889 0 0.006433129 1 1 1 +v -1.444427 0 0.328283 1 1 1 +v -1.505665 0.1 0.3636383 1 1 1 +v -1.103659 0 0.3804281 1 1 1 +v -1.121337 0.05 0.4110467 1 1 1 +v 1.74957 0.05 0.4982207 1 1 1 +v 1.537438 0.05 0.7103527 1 1 1 +v 1.537438 0.05 0.2860887 1 1 1 +v 1.325306 0.05 0.4982207 1 1 1 +v 1.537438 0 0.215378 1 1 1 +v 1.254596 0 0.4982207 1 1 1 +v 0.8904107 -2.887646E-15 0.09759414 1 1 1 +v 0.8550553 0.05 0.1588314 1 1 1 +v 0.5040404 -2.887646E-15 0.2011218 1 1 1 +v 0.5652776 0.05 0.2364771 1 1 1 +v 1.820281 0 0.4982207 1 1 1 +v 1.537438 0 0.7810634 1 1 1 +v 0.9939382 -2.887646E-15 0.4839644 1 1 1 +v 0.607568 -2.887646E-15 0.5874921 1 1 1 +v 0.932701 0.05 0.4486091 1 1 1 +v 0.6429233 0.05 0.5262549 1 1 1 +v -2 0.2 1.399003 1 1 1 +v -8.085408E-14 0.2 1.199003 1 1 1 +v -2 0.9 1.399003 1 1 1 +v -8.085408E-14 0.9 1.199003 1 1 1 +v 2 0.9 2 1 1 1 +v -2 0.9 2 1 1 1 +v 2 0.9 1.399003 1 1 1 +v 2 0.2 2 1 1 1 +v -2 0.2 2 1 1 1 +v 2 0.2 1.399003 1 1 1 +v 2 0 -2 1 1 1 +v 2 0 2 1 1 1 +v -2 0 -2 1 1 1 +v -2 0 2 1 1 1 +v 1.296844 0 -0.4321918 1 1 1 +v 1.266226 0.05 -0.4498696 1 1 1 +v 1.245081 0 -0.6253771 1 1 1 +v 1.227403 0.05 -0.5947585 1 1 1 +v 1.051895 0 -0.5736133 1 1 1 +v 1.082514 0.05 -0.5559356 1 1 1 +v 1.547955 0 -0.7146534 1 1 1 +v 1.934325 0 -0.6111257 1 1 1 +v 1.58331 0.1 -0.653416 1 1 1 +v 1.873088 0.1 -0.5757704 1 1 1 +v 1.830798 0 -0.2247554 1 1 1 +v 1.795442 0.1 -0.2859926 1 1 1 +v -1.071889 0 -0.006433129 1 1 1 +v -1.096889 0.1 -0.03143311 1 1 1 +v -1.071889 0 -0.2064332 1 1 1 +v -1.096889 0.1 -0.1814332 1 1 1 +v -1.246889 0.1 -0.03143311 1 1 1 +v -1.246889 0.1 -0.1814332 1 1 1 +v -1.271889 0 -0.2064332 1 1 1 +v -1.271889 0 -0.006433129 1 1 1 +v 1.444427 0 -0.328283 1 1 1 +v 1.505665 0.1 -0.3636383 1 1 1 +v 1.103659 0 -0.3804281 1 1 1 +v 1.121337 0.05 -0.4110467 1 1 1 +v -1.74957 0.05 -0.4982207 1 1 1 +v -1.537438 0.05 -0.7103527 1 1 1 +v -1.537438 0.05 -0.2860887 1 1 1 +v -1.325306 0.05 -0.4982207 1 1 1 +v -1.537438 0 -0.215378 1 1 1 +v -1.254596 0 -0.4982207 1 1 1 +v -0.8904107 -2.887646E-15 -0.09759414 1 1 1 +v -0.8550553 0.05 -0.1588314 1 1 1 +v -0.5040404 -2.887646E-15 -0.2011218 1 1 1 +v -0.5652776 0.05 -0.2364771 1 1 1 +v -1.820281 0 -0.4982207 1 1 1 +v -1.537438 0 -0.7810634 1 1 1 +v -0.9939382 -2.887646E-15 -0.4839644 1 1 1 +v -0.607568 -2.887646E-15 -0.5874921 1 1 1 +v -0.932701 0.05 -0.4486091 1 1 1 +v -0.6429233 0.05 -0.5262549 1 1 1 +v 2 0.2 -1.399003 1 1 1 +v 1.136576E-13 0.2 -1.199003 1 1 1 +v 2 0.9 -1.399003 1 1 1 +v 1.136576E-13 0.9 -1.199003 1 1 1 +v -2 0.9 -2 1 1 1 +v 2 0.9 -2 1 1 1 +v -2 0.9 -1.399003 1 1 1 +v -2 0.2 -2 1 1 1 +v 2 0.2 -2 1 1 1 +v -2 0.2 -1.399003 1 1 1 +v -0.4321927 0 -1.296845 1 1 1 +v -0.4498703 0.05 -1.266227 1 1 1 +v -0.6253779 0 -1.245082 1 1 1 +v -0.5947593 0.05 -1.227404 1 1 1 +v -0.5736141 0 -1.051896 1 1 1 +v -0.5559365 0.05 -1.082515 1 1 1 +v -0.7146542 0 -1.547956 1 1 1 +v -0.6111264 0 -1.934327 1 1 1 +v -0.6534169 0.1 -1.583312 1 1 1 +v -0.5757711 0.1 -1.873089 1 1 1 +v -0.2247561 0 -1.830799 1 1 1 +v -0.2859933 0.1 -1.795444 1 1 1 +v -0.006434202 0 1.071888 1 1 1 +v -0.0314343 0.1 1.096888 1 1 1 +v -0.2064342 0 1.071888 1 1 1 +v -0.1814343 0.1 1.096888 1 1 1 +v -0.0314343 0.1 1.246888 1 1 1 +v -0.1814343 0.1 1.246888 1 1 1 +v -0.2064342 0 1.271888 1 1 1 +v -0.006434202 0 1.271888 1 1 1 +v -0.3282838 0 -1.444428 1 1 1 +v -0.3636391 0.1 -1.505666 1 1 1 +v -0.3804289 0 -1.10366 1 1 1 +v -0.4110476 0.05 -1.121338 1 1 1 +v -0.4982219 0.05 1.74957 1 1 1 +v -0.7103539 0.05 1.537438 1 1 1 +v -0.2860898 0.05 1.537438 1 1 1 +v -0.4982219 0.05 1.325305 1 1 1 +v -0.2153791 0 1.537438 1 1 1 +v -0.4982219 0 1.254595 1 1 1 +v -0.09759521 -2.887646E-15 0.8904099 1 1 1 +v -0.1588324 0.05 0.8550545 1 1 1 +v -0.2011228 -2.887646E-15 0.5040395 1 1 1 +v -0.2364781 0.05 0.5652767 1 1 1 +v -0.4982219 0 1.82028 1 1 1 +v -0.7810646 0 1.537438 1 1 1 +v -0.4839655 -2.887646E-15 0.9939374 1 1 1 +v -0.5874932 -2.887646E-15 0.6075671 1 1 1 +v -0.4486102 0.05 0.9327002 1 1 1 +v -0.5262558 0.05 0.6429224 1 1 1 +v -1.399004 0.2 -2 1 1 1 +v -1.199004 0.2 4.774309E-08 1 1 1 +v -1.399004 0.9 -2 1 1 1 +v -1.199004 0.9 4.774309E-08 1 1 1 +v -2.000002 0.9 2 1 1 1 +v -2.000001 0.9 -2 1 1 1 +v -1.399004 0.9 2 1 1 1 +v -2.000002 0.2 2 1 1 1 +v -2.000001 0.2 -2 1 1 1 +v -1.399004 0.2 2 1 1 1 +v 2 0.2 0.9980046 1 1 1 +v 2 0 0.9980046 1 1 1 +v 2 0.2 2 1 1 1 +v 2 0 2 1 1 1 +v -2 0 0.9980046 1 1 1 +v -8.954693E-09 0 0.7980046 1 1 1 +v -2 0.2 0.9980046 1 1 1 +v -8.954693E-09 0.2 0.7980046 1 1 1 +v -2 0 2 1 1 1 +v -2 0.2 2 1 1 1 +v 2 3 2 1 1 1 +v -2 3 2 1 1 1 +v 2 3 1.6 1 1 1 +v -5.197762E-14 3 1.4 1 1 1 +v -2 3 1.6 1 1 1 +v 2 0.9 2 1 1 1 +v -2 0.9 2 1 1 1 +v -2 0.9 1.6 1 1 1 +v 2 0.9 1.6 1 1 1 +v -1.08287 2.341752 1.508287 1 1 1 +v -1.08287 2.541752 1.508287 1 1 1 +v -1.132621 2.291752 1.513262 1 1 1 +v -1.132621 2.591752 1.513262 1 1 1 +v -5.197762E-14 0.9 1.4 1 1 1 +v -1.516119 2.291752 1.551612 1 1 1 +v -1.565871 2.341752 1.556587 1 1 1 +v -1.516119 2.591752 1.551612 1 1 1 +v -1.565871 2.541752 1.556587 1 1 1 +v 1.681813 1.683671 1.568181 1 1 1 +v 1.681813 1.883671 1.568181 1 1 1 +v 1.632061 1.933671 1.563206 1 1 1 +v 1.248564 1.933671 1.524856 1 1 1 +v 1.198812 1.883671 1.519881 1 1 1 +v 1.198812 1.683671 1.519881 1 1 1 +v 1.632061 1.633671 1.563206 1 1 1 +v 0.922882 1.585278 1.492288 1 1 1 +v 1.248564 1.633671 1.524856 1 1 1 +v 0.5393845 1.585278 1.453938 1 1 1 +v 0.4896326 1.535278 1.448963 1 1 1 +v 0.4896326 1.335278 1.448963 1 1 1 +v 0.5393845 1.285278 1.453938 1 1 1 +v 0.922882 1.285278 1.492288 1 1 1 +v 0.9726338 1.535278 1.497263 1 1 1 +v 0.9726338 1.335278 1.497263 1 1 1 +v -1.51612 2.291752 1.551611 1 1 1 +v -1.132623 2.291752 1.513262 1 1 1 +v -1.521095 2.291752 1.501859 1 1 1 +v -1.137598 2.291752 1.46351 1 1 1 +v -1.132623 2.591752 1.513262 1 1 1 +v -1.51612 2.591752 1.551611 1 1 1 +v -1.137598 2.591752 1.46351 1 1 1 +v -1.521095 2.591752 1.501859 1 1 1 +v -1.087846 2.341752 1.458534 1 1 1 +v -1.082871 2.341752 1.508286 1 1 1 +v -1.087846 2.541752 1.458534 1 1 1 +v -1.082871 2.541752 1.508286 1 1 1 +v -1.565872 2.341752 1.556587 1 1 1 +v -1.570847 2.341752 1.506835 1 1 1 +v -1.565872 2.541752 1.556586 1 1 1 +v -1.570847 2.541752 1.506835 1 1 1 +v 1.248563 1.633671 1.524856 1 1 1 +v 1.63206 1.633671 1.563206 1 1 1 +v 1.253538 1.633671 1.475104 1 1 1 +v 1.637035 1.633671 1.513454 1 1 1 +v 1.63206 1.933671 1.563206 1 1 1 +v 1.248563 1.933671 1.524856 1 1 1 +v 1.637035 1.933671 1.513454 1 1 1 +v 1.253538 1.933671 1.475104 1 1 1 +v 1.686787 1.683671 1.518429 1 1 1 +v 1.681812 1.683671 1.568181 1 1 1 +v 1.686787 1.883671 1.518429 1 1 1 +v 1.681812 1.883671 1.568181 1 1 1 +v 1.198811 1.683671 1.519881 1 1 1 +v 1.203786 1.683671 1.470129 1 1 1 +v 1.198811 1.883671 1.519881 1 1 1 +v 1.203786 1.883671 1.470129 1 1 1 +v 0.5393838 1.285278 1.453938 1 1 1 +v 0.9228812 1.285278 1.492288 1 1 1 +v 0.544359 1.285278 1.404186 1 1 1 +v 0.9278564 1.285278 1.442536 1 1 1 +v 0.9228812 1.585278 1.492288 1 1 1 +v 0.5393838 1.585278 1.453938 1 1 1 +v 0.9278564 1.585278 1.442536 1 1 1 +v 0.544359 1.585278 1.404186 1 1 1 +v 0.9776083 1.335278 1.447511 1 1 1 +v 0.9726331 1.335278 1.497263 1 1 1 +v 0.9776083 1.535278 1.447511 1 1 1 +v 0.9726331 1.535278 1.497263 1 1 1 +v 0.4896319 1.335278 1.448963 1 1 1 +v 0.4946071 1.335278 1.399211 1 1 1 +v 0.4896319 1.535278 1.448963 1 1 1 +v 0.4946071 1.535278 1.399211 1 1 1 +v -2 0.2 -0.9980046 1 1 1 +v -2 0 -0.9980046 1 1 1 +v -2 0.2 -2 1 1 1 +v -2 0 -2 1 1 1 +v 2 0 -0.9980046 1 1 1 +v 8.954742E-09 0 -0.7980046 1 1 1 +v 2 0.2 -0.9980046 1 1 1 +v 8.954742E-09 0.2 -0.7980046 1 1 1 +v 2 0 -2 1 1 1 +v 2 0.2 -2 1 1 1 +v -2 3 -2 1 1 1 +v 2 3 -2 1 1 1 +v -2 3 -1.6 1 1 1 +v 7.654963E-14 3 -1.4 1 1 1 +v 2 3 -1.6 1 1 1 +v -2 0.9 -2 1 1 1 +v 2 0.9 -2 1 1 1 +v 2 0.9 -1.6 1 1 1 +v -2 0.9 -1.6 1 1 1 +v 1.08287 2.341752 -1.508287 1 1 1 +v 1.08287 2.541752 -1.508287 1 1 1 +v 1.132621 2.291752 -1.513262 1 1 1 +v 1.132621 2.591752 -1.513262 1 1 1 +v 7.654963E-14 0.9 -1.4 1 1 1 +v 1.516119 2.291752 -1.551612 1 1 1 +v 1.565871 2.341752 -1.556587 1 1 1 +v 1.516119 2.591752 -1.551612 1 1 1 +v 1.565871 2.541752 -1.556587 1 1 1 +v -1.681813 1.683671 -1.568181 1 1 1 +v -1.681813 1.883671 -1.568181 1 1 1 +v -1.632061 1.933671 -1.563206 1 1 1 +v -1.248564 1.933671 -1.524856 1 1 1 +v -1.198812 1.883671 -1.519881 1 1 1 +v -1.198812 1.683671 -1.519881 1 1 1 +v -1.632061 1.633671 -1.563206 1 1 1 +v -0.922882 1.585278 -1.492288 1 1 1 +v -1.248564 1.633671 -1.524856 1 1 1 +v -0.5393845 1.585278 -1.453938 1 1 1 +v -0.4896326 1.535278 -1.448963 1 1 1 +v -0.4896326 1.335278 -1.448963 1 1 1 +v -0.5393845 1.285278 -1.453938 1 1 1 +v -0.922882 1.285278 -1.492288 1 1 1 +v -0.9726338 1.535278 -1.497263 1 1 1 +v -0.9726338 1.335278 -1.497263 1 1 1 +v 1.51612 2.291752 -1.551611 1 1 1 +v 1.132623 2.291752 -1.513262 1 1 1 +v 1.521095 2.291752 -1.501859 1 1 1 +v 1.137598 2.291752 -1.46351 1 1 1 +v 1.132623 2.591752 -1.513262 1 1 1 +v 1.51612 2.591752 -1.551611 1 1 1 +v 1.137598 2.591752 -1.46351 1 1 1 +v 1.521095 2.591752 -1.501859 1 1 1 +v 1.087846 2.341752 -1.458534 1 1 1 +v 1.082871 2.341752 -1.508286 1 1 1 +v 1.087846 2.541752 -1.458534 1 1 1 +v 1.082871 2.541752 -1.508286 1 1 1 +v 1.565872 2.341752 -1.556587 1 1 1 +v 1.570847 2.341752 -1.506835 1 1 1 +v 1.565872 2.541752 -1.556586 1 1 1 +v 1.570847 2.541752 -1.506835 1 1 1 +v -1.248563 1.633671 -1.524856 1 1 1 +v -1.63206 1.633671 -1.563206 1 1 1 +v -1.253538 1.633671 -1.475104 1 1 1 +v -1.637035 1.633671 -1.513454 1 1 1 +v -1.63206 1.933671 -1.563206 1 1 1 +v -1.248563 1.933671 -1.524856 1 1 1 +v -1.637035 1.933671 -1.513454 1 1 1 +v -1.253538 1.933671 -1.475104 1 1 1 +v -1.686787 1.683671 -1.518429 1 1 1 +v -1.681812 1.683671 -1.568181 1 1 1 +v -1.686787 1.883671 -1.518429 1 1 1 +v -1.681812 1.883671 -1.568181 1 1 1 +v -1.198811 1.683671 -1.519881 1 1 1 +v -1.203786 1.683671 -1.470129 1 1 1 +v -1.198811 1.883671 -1.519881 1 1 1 +v -1.203786 1.883671 -1.470129 1 1 1 +v -0.5393838 1.285278 -1.453938 1 1 1 +v -0.9228812 1.285278 -1.492288 1 1 1 +v -0.544359 1.285278 -1.404186 1 1 1 +v -0.9278564 1.285278 -1.442536 1 1 1 +v -0.9228812 1.585278 -1.492288 1 1 1 +v -0.5393838 1.585278 -1.453938 1 1 1 +v -0.9278564 1.585278 -1.442536 1 1 1 +v -0.544359 1.585278 -1.404186 1 1 1 +v -0.9776083 1.335278 -1.447511 1 1 1 +v -0.9726331 1.335278 -1.497263 1 1 1 +v -0.9776083 1.535278 -1.447511 1 1 1 +v -0.9726331 1.535278 -1.497263 1 1 1 +v -0.4896319 1.335278 -1.448963 1 1 1 +v -0.4946071 1.335278 -1.399211 1 1 1 +v -0.4896319 1.535278 -1.448963 1 1 1 +v -0.4946071 1.535278 -1.399211 1 1 1 +v -0.9980047 0.2 2 1 1 1 +v -0.9980047 0 2 1 1 1 +v -2 0.2 2 1 1 1 +v -2 0 2 1 1 1 +v -0.9980043 0 -2 1 1 1 +v -0.7980045 0 6.268979E-08 1 1 1 +v -0.9980043 0.2 -2 1 1 1 +v -0.7980045 0.2 6.268979E-08 1 1 1 +v -1.999999 0 -2 1 1 1 +v -1.999999 0.2 -2 1 1 1 +v -1.999993 3 2.000003 1 1 1 +v -1.999993 3 -1.999997 1 1 1 +v -1.599993 3 2.000003 1 1 1 +v -1.399993 3 2.896786E-06 1 1 1 +v -1.599993 3 -1.999997 1 1 1 +v -1.999993 0.9 2.000003 1 1 1 +v -1.999993 0.9 -1.999997 1 1 1 +v -1.599993 0.9 -1.999997 1 1 1 +v -1.599993 0.9 2.000003 1 1 1 +v -1.50828 2.341752 -1.082867 1 1 1 +v -1.50828 2.541752 -1.082867 1 1 1 +v -1.513255 2.291752 -1.132619 1 1 1 +v -1.513255 2.591752 -1.132619 1 1 1 +v -1.399993 0.9 2.896786E-06 1 1 1 +v -1.551605 2.291752 -1.516116 1 1 1 +v -1.55658 2.341752 -1.565868 1 1 1 +v -1.551605 2.591752 -1.516116 1 1 1 +v -1.55658 2.541752 -1.565868 1 1 1 +v -1.568175 1.683671 1.681816 1 1 1 +v -1.568175 1.883671 1.681816 1 1 1 +v -1.563199 1.933671 1.632064 1 1 1 +v -1.52485 1.933671 1.248567 1 1 1 +v -1.519874 1.883671 1.198815 1 1 1 +v -1.519874 1.683671 1.198815 1 1 1 +v -1.563199 1.633671 1.632064 1 1 1 +v -1.492281 1.585278 0.9228849 1 1 1 +v -1.52485 1.633671 1.248567 1 1 1 +v -1.453932 1.585278 0.5393874 1 1 1 +v -1.448956 1.535278 0.4896356 1 1 1 +v -1.448956 1.335278 0.4896356 1 1 1 +v -1.453932 1.285278 0.5393874 1 1 1 +v -1.492281 1.285278 0.9228849 1 1 1 +v -1.497257 1.535278 0.9726368 1 1 1 +v -1.497257 1.335278 0.9726368 1 1 1 +v -1.551604 2.291752 -1.516116 1 1 1 +v -1.513254 2.291752 -1.132618 1 1 1 +v -1.501852 2.291752 -1.521091 1 1 1 +v -1.463502 2.291752 -1.137594 1 1 1 +v -1.513254 2.591752 -1.132618 1 1 1 +v -1.551604 2.591752 -1.516116 1 1 1 +v -1.463502 2.591752 -1.137594 1 1 1 +v -1.501852 2.591752 -1.521091 1 1 1 +v -1.458527 2.341752 -1.087842 1 1 1 +v -1.508279 2.341752 -1.082866 1 1 1 +v -1.458527 2.541752 -1.087842 1 1 1 +v -1.508279 2.541752 -1.082866 1 1 1 +v -1.556579 2.341752 -1.565868 1 1 1 +v -1.506827 2.341752 -1.570843 1 1 1 +v -1.556579 2.541752 -1.565868 1 1 1 +v -1.506827 2.541752 -1.570843 1 1 1 +v -1.524851 1.633671 1.248567 1 1 1 +v -1.5632 1.633671 1.632064 1 1 1 +v -1.475099 1.633671 1.253542 1 1 1 +v -1.513448 1.633671 1.637039 1 1 1 +v -1.5632 1.933671 1.632064 1 1 1 +v -1.52485 1.933671 1.248567 1 1 1 +v -1.513448 1.933671 1.637039 1 1 1 +v -1.475099 1.933671 1.253542 1 1 1 +v -1.518424 1.683671 1.686791 1 1 1 +v -1.568176 1.683671 1.681816 1 1 1 +v -1.518424 1.883671 1.686791 1 1 1 +v -1.568176 1.883671 1.681816 1 1 1 +v -1.519875 1.683671 1.198815 1 1 1 +v -1.470124 1.683671 1.20379 1 1 1 +v -1.519875 1.883671 1.198815 1 1 1 +v -1.470123 1.883671 1.20379 1 1 1 +v -1.453932 1.285278 0.5393876 1 1 1 +v -1.492281 1.285278 0.9228851 1 1 1 +v -1.40418 1.285278 0.5443628 1 1 1 +v -1.442529 1.285278 0.9278603 1 1 1 +v -1.492281 1.585278 0.9228851 1 1 1 +v -1.453931 1.585278 0.5393876 1 1 1 +v -1.442529 1.585278 0.9278603 1 1 1 +v -1.40418 1.585278 0.5443628 1 1 1 +v -1.447505 1.335278 0.9776121 1 1 1 +v -1.497257 1.335278 0.9726369 1 1 1 +v -1.447505 1.535278 0.9776121 1 1 1 +v -1.497257 1.535278 0.9726369 1 1 1 +v -1.448956 1.335278 0.4896357 1 1 1 +v -1.399204 1.335278 0.4946109 1 1 1 +v -1.448956 1.535278 0.4896357 1 1 1 +v -1.399204 1.535278 0.4946109 1 1 1 + +vn -0.7071068 0.5773503 -0.4082483 +vn -0.5202672 0.7994348 -0.3003764 +vn -0.4082483 0.5773503 0.7071068 +vn -0.3003764 0.7994348 0.5202672 +vn 0.4082483 -0.5773503 -0.7071068 +vn 0.5202672 -0.7994348 0.3003764 +vn 0.7071068 -0.5773503 0.4082483 +vn 0.3003764 -0.7994348 -0.5202672 +vn 0.7071068 0.5773503 0.4082483 +vn 0.5202672 0.7994348 0.3003764 +vn -0.5202672 -0.7994348 -0.3003764 +vn -0.7071068 -0.5773503 -0.4082483 +vn 0.4082483 0.5773503 0.7071068 +vn -0.7071068 0.5773503 0.4082483 +vn 0.3003764 0.7994348 0.5202672 +vn -0.5202672 0.7994348 0.3003764 +vn -0.3003764 -0.7994348 -0.5202672 +vn 0.7071068 -0.5773503 -0.4082483 +vn -0.4082483 -0.5773503 -0.7071068 +vn 0.5202672 -0.7994348 -0.3003764 +vn -0.4082483 0.5773503 -0.7071068 +vn -0.3003764 0.7994348 -0.5202672 +vn 0.3003764 -0.7994348 0.5202672 +vn 0.4082483 -0.5773503 0.7071068 +vn -0.6666667 0.3333333 -0.6666667 +vn -0.5033765 0.7022992 -0.5033765 +vn -0.6666667 0.3333333 0.6666667 +vn -0.5033765 0.7022992 0.5033765 +vn 0.6666667 -0.3333333 -0.6666667 +vn 0.5033765 -0.7022992 0.5033765 +vn 0.6666667 -0.3333333 0.6666667 +vn 0.5033765 -0.7022992 -0.5033765 +vn 0.5033765 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 0.5033765 +vn -0.5033765 -0.7022992 -0.5033765 +vn -0.5033765 -0.7022992 0.5033765 +vn 0.6666667 0.3333333 0.6666667 +vn -0.6666667 -0.3333333 -0.6666667 +vn 0.6666667 0.3333333 -0.6666667 +vn -0.6666667 -0.3333333 0.6666667 +vn 0.7071068 0.5773503 -0.4082483 +vn 0.5202672 0.7994348 -0.3003764 +vn -0.5202672 -0.7994348 0.3003764 +vn -0.7071068 -0.5773503 0.4082483 +vn 0.4082483 0.5773503 -0.7071068 +vn 0.3003764 0.7994348 -0.5202672 +vn -0.4082483 -0.5773503 0.7071068 +vn -0.3003764 -0.7994348 0.5202672 +vn 0.4245382 0.9054101 0 +vn 0 0.9054101 0.4245382 +vn 0 0.9054101 -0.4245382 +vn -0.4245382 0.9054101 0 +vn 0 -0.9054101 0.4245382 +vn 0 -0.9054101 -0.4245382 +vn -0.4245382 -0.9054101 0 +vn 0.4245382 -0.9054101 0 +vn 0 0.8164966 -0.5773503 +vn -0.5773503 0.8164966 0 +vn 0 -0.8164966 0.5773503 +vn 0.5773503 -0.8164966 0 +vn 0.2886751 0.8164966 -0.5 +vn 0.2122691 0.90541 -0.3676609 +vn -0.5 0.8164966 -0.2886751 +vn -0.3676609 0.90541 -0.2122691 +vn 0.5 -0.8164966 0.2886751 +vn -0.2122691 -0.90541 0.3676609 +vn -0.2886751 -0.8164966 0.5 +vn 0.3676609 -0.90541 0.2122691 +vn 0.5773503 0.8164966 0 +vn -0.5773503 -0.8164966 0 +vn 0 0.8164966 0.5773503 +vn 0 -0.8164966 -0.5773503 +vn 0.5 0.8164966 0.2886751 +vn -0.2886751 0.8164966 0.5 +vn 0.3676609 0.90541 0.2122691 +vn -0.2122691 0.90541 0.3676609 +vn -0.3676609 -0.90541 -0.2122691 +vn 0.2886751 -0.8164966 -0.5 +vn -0.5 -0.8164966 -0.2886751 +vn 0.2122691 -0.90541 -0.3676609 +vn -0.09950371 0 -0.9950371 +vn 0 0 -1 +vn 0.09950371 0 0.9950371 +vn 0 0 1 +vn 0 1 0 +vn 0 -1 0 +vn 0.09950371 0 -0.9950371 +vn -0.09950371 0 0.9950371 +vn 1 0 0 +vn -1 0 0 +vn -0.4245382 0.9054101 3.477253E-14 +vn -3.477253E-14 0.9054101 -0.4245382 +vn 3.477253E-14 0.9054101 0.4245382 +vn 0.4245382 0.9054101 -3.477253E-14 +vn -3.477253E-14 -0.9054101 -0.4245382 +vn 3.477253E-14 -0.9054101 0.4245382 +vn 0.4245382 -0.9054101 -3.477253E-14 +vn -0.4245382 -0.9054101 3.477253E-14 +vn 4.728886E-14 0.8164966 0.5773503 +vn 0.5773503 0.8164966 -4.728886E-14 +vn -4.728886E-14 -0.8164966 -0.5773503 +vn -0.5773503 -0.8164966 4.728886E-14 +vn -0.5773503 0.8164966 4.728886E-14 +vn 0.5773503 -0.8164966 -4.728886E-14 +vn -4.728886E-14 0.8164966 -0.5773503 +vn 4.728886E-14 -0.8164966 0.5773503 +vn 8.19067E-14 0 1 +vn -8.19067E-14 0 -1 +vn -1 0 8.19067E-14 +vn 1 0 -8.19067E-14 +vn 0.4082484 0.5773503 -0.7071068 +vn 0.3003765 0.7994348 -0.5202672 +vn -0.7071068 0.5773503 -0.4082484 +vn -0.5202672 0.7994348 -0.3003765 +vn 0.7071068 -0.5773503 0.4082484 +vn -0.3003765 -0.7994348 0.5202672 +vn -0.4082484 -0.5773503 0.7071068 +vn 0.5202672 -0.7994348 0.3003765 +vn -0.4082484 0.5773503 0.7071068 +vn -0.3003765 0.7994348 0.5202672 +vn 0.3003765 -0.7994348 -0.5202672 +vn 0.4082484 -0.5773503 -0.7071068 +vn -0.7071069 0.5773503 0.4082482 +vn -0.4082482 0.5773503 -0.7071069 +vn -0.5202673 0.7994348 0.3003764 +vn -0.3003764 0.7994348 -0.5202673 +vn 0.5202673 -0.7994348 -0.3003764 +vn 0.4082482 -0.5773503 0.7071069 +vn 0.7071069 -0.5773503 -0.4082482 +vn 0.3003764 -0.7994348 0.5202673 +vn 0.7071069 0.5773503 -0.4082482 +vn 0.5202673 0.7994348 -0.3003764 +vn -0.5202673 -0.7994348 0.3003764 +vn -0.7071069 -0.5773503 0.4082482 +vn 0.6666668 0.3333333 -0.6666667 +vn 0.5033766 0.7022992 -0.5033765 +vn -0.6666667 0.3333333 -0.6666668 +vn -0.5033765 0.7022992 -0.5033766 +vn 0.6666667 -0.3333333 0.6666668 +vn -0.5033766 -0.7022992 0.5033765 +vn -0.6666668 -0.3333333 0.6666667 +vn 0.5033765 -0.7022992 0.5033766 +vn 0.5033765 0.7022992 0.5033766 +vn -0.5033766 0.7022992 0.5033765 +vn 0.5033766 -0.7022992 -0.5033765 +vn -0.5033765 -0.7022992 -0.5033766 +vn -0.6666668 0.3333333 0.6666667 +vn 0.6666668 -0.3333333 -0.6666667 +vn 0.6666667 0.3333333 0.6666668 +vn -0.6666667 -0.3333333 -0.6666668 +vn 0.4082482 0.5773503 0.7071069 +vn 0.3003764 0.7994348 0.5202673 +vn -0.3003764 -0.7994348 -0.5202673 +vn -0.4082482 -0.5773503 -0.7071069 +vn 0.7071068 0.5773503 0.4082484 +vn 0.5202672 0.7994348 0.3003765 +vn -0.7071068 -0.5773503 -0.4082484 +vn -0.5202672 -0.7994348 -0.3003765 +vn -5.06089E-08 0.9054101 0.4245383 +vn -0.4245383 0.9054101 -5.06089E-08 +vn 0.4245383 0.9054101 5.06089E-08 +vn 5.06089E-08 0.9054101 -0.4245383 +vn -0.4245383 -0.9054101 -5.06089E-08 +vn 0.4245383 -0.9054101 5.06089E-08 +vn 5.06089E-08 -0.9054101 -0.4245383 +vn -5.06089E-08 -0.9054101 0.4245383 +vn 0.5773503 0.8164966 6.882551E-08 +vn 6.882551E-08 0.8164966 -0.5773503 +vn -0.5773503 -0.8164966 -6.882551E-08 +vn -6.882551E-08 -0.8164966 0.5773503 +vn 0.5 0.8164966 0.2886752 +vn 0.3676609 0.90541 0.2122692 +vn 0.2886752 0.8164966 -0.5 +vn 0.2122692 0.90541 -0.3676609 +vn -0.2886752 -0.8164966 0.5 +vn -0.3676609 -0.90541 -0.2122692 +vn -0.5 -0.8164966 -0.2886752 +vn -0.2122692 -0.90541 0.3676609 +vn -6.882551E-08 0.8164966 0.5773503 +vn 6.882551E-08 -0.8164966 -0.5773503 +vn -0.5773503 0.8164966 -6.882551E-08 +vn 0.5773503 -0.8164966 6.882551E-08 +vn -0.2886752 0.8164966 0.5 +vn -0.5 0.8164966 -0.2886752 +vn -0.2122692 0.90541 0.3676609 +vn -0.3676609 0.90541 -0.2122692 +vn 0.2122692 -0.90541 -0.3676609 +vn 0.5 -0.8164966 0.2886752 +vn 0.2886752 -0.8164966 -0.5 +vn 0.3676609 -0.90541 0.2122692 +vn 0.9950373 0 -0.09950361 +vn 1 0 1.192093E-07 +vn -0.9950373 0 0.09950361 +vn -1 0 -1.192093E-07 +vn 0.9950373 0 0.09950384 +vn -0.9950373 0 -0.09950384 +vn -1.192093E-07 0 1 +vn 1.192093E-07 0 -1 +vn -0.09950373 0 -0.9950371 +vn 0.09950373 0 0.9950371 +vn 0.0995037 0 -0.9950371 +vn -0.0995037 0 0.9950371 +vn -0.3807842 -0.9238796 0.03807854 +vn 0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 0.9238796 -0.03807854 +vn -0.3807842 0.9238796 0.03807832 +vn 0.9192945 -0.3826835 -0.09192941 +vn 0.9192945 0.3826835 -0.0919295 +vn -0.9192945 -0.3826835 0.0919295 +vn -0.9192945 0.3826835 0.09192941 +vn -0.09950373 -1.192093E-07 -0.9950373 +vn 0.09950373 1.192093E-07 0.9950373 +vn -0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 -0.9238796 0.03807854 +vn 0.3807842 0.9238796 0.03807832 +vn -0.3807842 0.9238796 -0.03807854 +vn 0.9192945 -0.3826835 0.0919295 +vn 0.9192945 0.3826835 0.09192941 +vn -0.9192945 -0.3826835 -0.09192941 +vn -0.9192945 0.3826835 -0.0919295 +vn 0.09950373 -1.192093E-07 -0.9950373 +vn -0.09950373 1.192093E-07 0.9950373 +vn 0.3807842 -0.9238796 -0.03807854 +vn -0.3807842 -0.9238796 0.03807832 +vn -0.3807842 0.9238796 0.03807854 +vn 0.3807842 0.9238796 -0.03807832 +vn -0.9192945 -0.3826835 0.09192941 +vn -0.9192945 0.3826835 0.0919295 +vn 0.9192945 -0.3826835 -0.0919295 +vn 0.9192945 0.3826835 -0.09192941 +vn 0.09950373 -1.192093E-07 0.9950373 +vn -0.09950373 1.192093E-07 -0.9950373 +vn 0.3807842 -0.9238796 0.03807832 +vn -0.3807842 -0.9238796 -0.03807854 +vn -0.3807842 0.9238796 -0.03807832 +vn 0.3807842 0.9238796 0.03807854 +vn -0.9192945 -0.3826835 -0.0919295 +vn -0.9192945 0.3826835 -0.09192941 +vn 0.9192945 -0.3826835 0.09192941 +vn 0.9192945 0.3826835 0.0919295 +vn -0.09950373 -1.192093E-07 0.9950373 +vn 0.09950373 1.192093E-07 -0.9950373 +vn 0.9950373 0 -0.09950362 +vn -0.9950373 0 0.09950362 +vn 0.9950373 0 0.09950384 +vn -0.9950373 0 -0.09950384 +vn -0.0380785 -0.9238796 -0.3807843 +vn 0.03807827 -0.9238796 0.3807843 +vn 0.0380785 0.9238796 0.3807843 +vn -0.03807827 0.9238796 -0.3807843 +vn 0.09192931 -0.3826835 0.9192946 +vn 0.0919294 0.3826835 0.9192946 +vn -0.0919294 -0.3826835 -0.9192946 +vn -0.09192931 0.3826835 -0.9192946 +vn 0.9950374 -1.192093E-07 -0.09950362 +vn -0.9950374 1.192093E-07 0.09950362 +vn 0.03807837 -0.9238796 -0.3807843 +vn -0.03807859 -0.9238796 0.3807843 +vn -0.03807837 0.9238796 0.3807843 +vn 0.03807859 0.9238796 -0.3807843 +vn -0.09192962 -0.3826835 0.9192946 +vn -0.09192953 0.3826835 0.9192946 +vn 0.09192953 -0.3826835 -0.9192946 +vn 0.09192962 0.3826835 -0.9192946 +vn 0.9950374 -1.192093E-07 0.09950386 +vn -0.9950374 1.192093E-07 -0.09950386 + +vt 0.09375 0.025 +vt 0.09375 0.065 +vt 0.09375 0.105 +vt 0.09375 0.225 +vt 0.34375 0.105 +vt 0.34375 0.025 +vt 0.34375 0.225 +vt 0.34375 0.1623098 +vt 0.34375 0.1813574 +vt 0.34375 0.1575478 +vt 0.34375 0.1861193 +vt 0.34375 0.09963536 +vt 0.34375 0.118683 +vt 0.34375 0.1234449 +vt 0.34375 0.09487346 +vt 0.34375 0.0902646 +vt 0.34375 0.08550269 +vt 0.34375 0.06645507 +vt 0.34375 0.06169317 +vt 0.34375 0.075 +vt 0.34375 0.175 + +usemtl colormap + +f 3/1/3 2/2/2 1/1/1 +f 2/2/2 3/1/3 4/2/4 +f 1/1/7 2/2/6 3/1/5 +f 4/2/8 3/1/5 2/2/6 +f 6/2/10 3/1/3 5/1/9 +f 3/1/3 6/2/10 4/2/4 +f 5/1/12 3/1/5 6/2/11 +f 4/2/8 6/2/11 3/1/5 +f 9/3/15 8/1/14 7/1/13 +f 8/1/14 9/3/15 10/3/16 +f 7/1/19 8/1/18 9/3/17 +f 10/3/20 9/3/17 8/1/18 +f 8/1/14 12/3/22 11/1/21 +f 12/3/22 8/1/14 10/3/16 +f 11/1/24 12/3/23 8/1/18 +f 10/3/20 8/1/18 12/3/23 +f 15/1/27 14/3/26 13/1/25 +f 14/3/26 15/1/27 16/3/28 +f 13/1/31 14/3/30 15/1/29 +f 16/3/32 15/1/29 14/3/30 +f 14/3/26 18/3/34 17/3/33 +f 18/3/34 14/3/26 16/3/28 +f 17/3/36 18/3/35 14/3/30 +f 16/3/32 14/3/30 18/3/35 +f 18/3/34 15/1/27 19/1/37 +f 15/1/27 18/3/34 16/3/28 +f 19/1/38 15/1/29 18/3/35 +f 16/3/32 18/3/35 15/1/29 +f 14/3/26 20/1/39 13/1/25 +f 20/1/39 14/3/26 17/3/33 +f 13/1/31 20/1/40 14/3/30 +f 17/3/36 14/3/30 20/1/40 +f 17/3/33 19/1/37 20/1/39 +f 19/1/37 17/3/33 18/3/34 +f 20/1/40 19/1/38 17/3/36 +f 18/3/35 17/3/36 19/1/38 +f 22/3/42 7/1/13 21/1/41 +f 7/1/13 22/3/42 9/3/15 +f 21/1/44 7/1/19 22/3/43 +f 9/3/17 22/3/43 7/1/19 +f 2/2/2 23/1/45 1/1/1 +f 23/1/45 2/2/2 24/2/46 +f 1/1/7 23/1/47 2/2/6 +f 24/2/48 2/2/6 23/1/47 +f 12/3/22 21/1/41 11/1/21 +f 21/1/41 12/3/22 22/3/42 +f 11/1/24 21/1/44 12/3/23 +f 22/3/43 12/3/23 21/1/44 +f 12/3/22 9/3/15 22/3/42 +f 9/3/15 12/3/22 10/3/16 +f 22/3/43 9/3/17 12/3/23 +f 10/3/20 12/3/23 9/3/17 +f 27/2/51 26/2/50 25/2/49 +f 26/2/50 27/2/51 28/2/52 +f 25/2/55 26/2/54 27/2/53 +f 28/2/56 27/2/53 26/2/54 +f 24/2/46 4/2/4 6/2/10 +f 4/2/4 24/2/46 2/2/2 +f 6/2/11 4/2/8 24/2/48 +f 2/2/6 24/2/48 4/2/8 +f 29/1/57 28/2/52 27/2/51 +f 28/2/52 29/1/57 30/1/58 +f 27/2/53 28/2/56 29/1/59 +f 30/1/60 29/1/59 28/2/56 +f 33/1/63 32/2/62 31/1/61 +f 32/2/62 33/1/63 34/2/64 +f 31/1/67 32/2/66 33/1/65 +f 34/2/68 33/1/65 32/2/66 +f 29/1/57 25/2/49 35/1/69 +f 25/2/49 29/1/57 27/2/51 +f 35/1/70 25/2/55 29/1/59 +f 27/2/53 29/1/59 25/2/55 +f 28/2/52 36/1/71 26/2/50 +f 36/1/71 28/2/52 30/1/58 +f 26/2/54 36/1/72 28/2/56 +f 30/1/60 28/2/56 36/1/72 +f 39/2/75 38/1/74 37/1/73 +f 38/1/74 39/2/75 40/2/76 +f 37/1/79 38/1/78 39/2/77 +f 40/2/80 39/2/77 38/1/78 +f 25/2/49 36/1/71 35/1/69 +f 36/1/71 25/2/49 26/2/50 +f 35/1/70 36/1/72 25/2/55 +f 26/2/54 25/2/55 36/1/72 +f 31/1/61 39/2/75 37/1/73 +f 39/2/75 31/1/61 32/2/62 +f 37/1/79 39/2/77 31/1/67 +f 32/2/66 31/1/67 39/2/77 +f 34/2/64 38/1/74 40/2/76 +f 38/1/74 34/2/64 33/1/63 +f 40/2/80 38/1/78 34/2/68 +f 33/1/65 34/2/68 38/1/78 +f 32/2/62 40/2/76 39/2/75 +f 40/2/76 32/2/62 34/2/64 +f 39/2/77 40/2/80 32/2/66 +f 34/2/68 32/2/66 40/2/80 +f 24/2/46 5/1/9 23/1/45 +f 5/1/9 24/2/46 6/2/10 +f 23/1/47 5/1/12 24/2/48 +f 6/2/11 24/2/48 5/1/12 +f 43/4/81 42/1/82 41/1/81 +f 42/1/82 43/4/81 44/4/82 +f 41/1/83 42/1/84 43/4/83 +f 44/4/84 43/4/83 42/1/84 +f 47/4/85 46/4/85 45/4/85 +f 46/4/85 47/4/85 44/4/85 +f 46/4/85 44/4/85 43/4/85 +f 45/4/86 46/4/86 47/4/86 +f 44/4/86 47/4/86 46/4/86 +f 43/4/86 44/4/86 46/4/86 +f 45/4/84 49/1/84 48/1/84 +f 49/1/84 45/4/84 46/4/84 +f 48/1/82 49/1/82 45/4/82 +f 46/4/82 45/4/82 49/1/82 +f 44/4/82 50/1/87 42/1/82 +f 50/1/87 44/4/82 47/4/87 +f 42/1/84 50/1/88 44/4/84 +f 47/4/88 44/4/84 50/1/88 +f 45/4/89 50/1/89 47/4/89 +f 50/1/89 45/4/89 48/1/89 +f 47/4/90 50/1/90 45/4/90 +f 48/1/90 45/4/90 50/1/90 +f 49/1/90 43/4/90 41/1/90 +f 43/4/90 49/1/90 46/4/90 +f 41/1/89 43/4/89 49/1/89 +f 46/4/89 49/1/89 43/4/89 +f 53/1/85 52/1/85 51/1/85 +f 52/1/85 53/1/85 54/1/85 +f 51/1/86 52/1/86 53/1/86 +f 54/1/86 53/1/86 52/1/86 +f 57/1/45 56/2/10 55/1/9 +f 56/2/10 57/1/45 58/2/46 +f 55/1/12 56/2/11 57/1/47 +f 58/2/48 57/1/47 56/2/11 +f 60/2/2 57/1/45 59/1/1 +f 57/1/45 60/2/2 58/2/46 +f 59/1/7 57/1/47 60/2/6 +f 58/2/48 60/2/6 57/1/47 +f 63/3/22 62/1/41 61/1/21 +f 62/1/41 63/3/22 64/3/42 +f 61/1/24 62/1/44 63/3/23 +f 64/3/43 63/3/23 62/1/44 +f 62/1/41 66/3/15 65/1/13 +f 66/3/15 62/1/41 64/3/42 +f 65/1/19 66/3/17 62/1/44 +f 64/3/43 62/1/44 66/3/17 +f 69/1/39 68/3/34 67/1/37 +f 68/3/34 69/1/39 70/3/33 +f 67/1/38 68/3/35 69/1/40 +f 70/3/36 69/1/40 68/3/35 +f 68/3/34 72/3/26 71/3/28 +f 72/3/26 68/3/34 70/3/33 +f 71/3/32 72/3/30 68/3/35 +f 70/3/36 68/3/35 72/3/30 +f 72/3/26 69/1/39 73/1/25 +f 69/1/39 72/3/26 70/3/33 +f 73/1/31 69/1/40 72/3/30 +f 70/3/36 72/3/30 69/1/40 +f 68/3/34 74/1/27 67/1/37 +f 74/1/27 68/3/34 71/3/28 +f 67/1/38 74/1/29 68/3/35 +f 71/3/32 68/3/35 74/1/29 +f 71/3/28 73/1/25 74/1/27 +f 73/1/25 71/3/28 72/3/26 +f 74/1/29 73/1/31 71/3/32 +f 72/3/30 71/3/32 73/1/31 +f 76/3/16 61/1/21 75/1/14 +f 61/1/21 76/3/16 63/3/22 +f 75/1/18 61/1/24 76/3/20 +f 63/3/23 76/3/20 61/1/24 +f 56/2/10 77/1/3 55/1/9 +f 77/1/3 56/2/10 78/2/4 +f 55/1/12 77/1/5 56/2/11 +f 78/2/8 56/2/11 77/1/5 +f 66/3/15 75/1/14 65/1/13 +f 75/1/14 66/3/15 76/3/16 +f 65/1/19 75/1/18 66/3/17 +f 76/3/20 66/3/17 75/1/18 +f 66/3/15 63/3/22 76/3/16 +f 63/3/22 66/3/15 64/3/42 +f 76/3/20 63/3/23 66/3/17 +f 64/3/43 66/3/17 63/3/23 +f 81/2/93 80/2/92 79/2/91 +f 80/2/92 81/2/93 82/2/94 +f 79/2/97 80/2/96 81/2/95 +f 82/2/98 81/2/95 80/2/96 +f 78/2/4 58/2/46 60/2/2 +f 58/2/46 78/2/4 56/2/10 +f 60/2/6 58/2/48 78/2/8 +f 56/2/11 78/2/8 58/2/48 +f 83/1/99 82/2/94 81/2/93 +f 82/2/94 83/1/99 84/1/100 +f 81/2/95 82/2/98 83/1/101 +f 84/1/102 83/1/101 82/2/98 +f 87/1/73 86/2/76 85/1/74 +f 86/2/76 87/1/73 88/2/75 +f 85/1/78 86/2/80 87/1/79 +f 88/2/77 87/1/79 86/2/80 +f 83/1/99 79/2/91 89/1/103 +f 79/2/91 83/1/99 81/2/93 +f 89/1/104 79/2/97 83/1/101 +f 81/2/95 83/1/101 79/2/97 +f 82/2/94 90/1/105 80/2/92 +f 90/1/105 82/2/94 84/1/100 +f 80/2/96 90/1/106 82/2/98 +f 84/1/102 82/2/98 90/1/106 +f 93/2/64 92/1/61 91/1/63 +f 92/1/61 93/2/64 94/2/62 +f 91/1/65 92/1/67 93/2/68 +f 94/2/66 93/2/68 92/1/67 +f 79/2/91 90/1/105 89/1/103 +f 90/1/105 79/2/91 80/2/92 +f 89/1/104 90/1/106 79/2/97 +f 80/2/96 79/2/97 90/1/106 +f 85/1/74 93/2/64 91/1/63 +f 93/2/64 85/1/74 86/2/76 +f 91/1/65 93/2/68 85/1/78 +f 86/2/80 85/1/78 93/2/68 +f 88/2/75 92/1/61 94/2/62 +f 92/1/61 88/2/75 87/1/73 +f 94/2/66 92/1/67 88/2/77 +f 87/1/79 88/2/77 92/1/67 +f 86/2/76 94/2/62 93/2/64 +f 94/2/62 86/2/76 88/2/75 +f 93/2/68 94/2/66 86/2/80 +f 88/2/77 86/2/80 94/2/66 +f 78/2/4 59/1/1 77/1/3 +f 59/1/1 78/2/4 60/2/2 +f 77/1/5 59/1/7 78/2/8 +f 60/2/6 78/2/8 59/1/7 +f 97/4/83 96/1/107 95/1/83 +f 96/1/107 97/4/83 98/4/107 +f 95/1/81 96/1/108 97/4/81 +f 98/4/108 97/4/81 96/1/108 +f 101/4/85 100/4/85 99/4/85 +f 100/4/85 101/4/85 98/4/85 +f 100/4/85 98/4/85 97/4/85 +f 99/4/86 100/4/86 101/4/86 +f 98/4/86 101/4/86 100/4/86 +f 97/4/86 98/4/86 100/4/86 +f 99/4/108 103/1/108 102/1/108 +f 103/1/108 99/4/108 100/4/108 +f 102/1/107 103/1/107 99/4/107 +f 100/4/107 99/4/107 103/1/107 +f 98/4/107 104/1/88 96/1/107 +f 104/1/88 98/4/107 101/4/88 +f 96/1/108 104/1/87 98/4/108 +f 101/4/87 98/4/108 104/1/87 +f 99/4/109 104/1/109 101/4/109 +f 104/1/109 99/4/109 102/1/109 +f 101/4/110 104/1/110 99/4/110 +f 102/1/110 99/4/110 104/1/110 +f 103/1/110 97/4/110 95/1/110 +f 97/4/110 103/1/110 100/4/110 +f 95/1/109 97/4/109 103/1/109 +f 100/4/109 103/1/109 97/4/109 +f 107/1/113 106/2/112 105/1/111 +f 106/2/112 107/1/113 108/2/114 +f 105/1/117 106/2/116 107/1/115 +f 108/2/118 107/1/115 106/2/116 +f 110/2/120 107/1/113 109/1/119 +f 107/1/113 110/2/120 108/2/114 +f 109/1/122 107/1/115 110/2/121 +f 108/2/118 110/2/121 107/1/115 +f 113/3/125 112/1/124 111/1/123 +f 112/1/124 113/3/125 114/3/126 +f 111/1/129 112/1/128 113/3/127 +f 114/3/130 113/3/127 112/1/128 +f 112/1/124 116/3/132 115/1/131 +f 116/3/132 112/1/124 114/3/126 +f 115/1/134 116/3/133 112/1/128 +f 114/3/130 112/1/128 116/3/133 +f 119/1/137 118/3/136 117/1/135 +f 118/3/136 119/1/137 120/3/138 +f 117/1/141 118/3/140 119/1/139 +f 120/3/142 119/1/139 118/3/140 +f 118/3/136 122/3/144 121/3/143 +f 122/3/144 118/3/136 120/3/138 +f 121/3/146 122/3/145 118/3/140 +f 120/3/142 118/3/140 122/3/145 +f 122/3/144 119/1/137 123/1/147 +f 119/1/137 122/3/144 120/3/138 +f 123/1/148 119/1/139 122/3/145 +f 120/3/142 122/3/145 119/1/139 +f 118/3/136 124/1/149 117/1/135 +f 124/1/149 118/3/136 121/3/143 +f 117/1/141 124/1/150 118/3/140 +f 121/3/146 118/3/140 124/1/150 +f 121/3/143 123/1/147 124/1/149 +f 123/1/147 121/3/143 122/3/144 +f 124/1/150 123/1/148 121/3/146 +f 122/3/145 121/3/146 123/1/148 +f 126/3/152 111/1/123 125/1/151 +f 111/1/123 126/3/152 113/3/125 +f 125/1/154 111/1/129 126/3/153 +f 113/3/127 126/3/153 111/1/129 +f 106/2/112 127/1/155 105/1/111 +f 127/1/155 106/2/112 128/2/156 +f 105/1/117 127/1/157 106/2/116 +f 128/2/158 106/2/116 127/1/157 +f 116/3/132 125/1/151 115/1/131 +f 125/1/151 116/3/132 126/3/152 +f 115/1/134 125/1/154 116/3/133 +f 126/3/153 116/3/133 125/1/154 +f 116/3/132 113/3/125 126/3/152 +f 113/3/125 116/3/132 114/3/126 +f 126/3/153 113/3/127 116/3/133 +f 114/3/130 116/3/133 113/3/127 +f 131/2/161 130/2/160 129/2/159 +f 130/2/160 131/2/161 132/2/162 +f 129/2/165 130/2/164 131/2/163 +f 132/2/166 131/2/163 130/2/164 +f 128/2/156 108/2/114 110/2/120 +f 108/2/114 128/2/156 106/2/112 +f 110/2/121 108/2/118 128/2/158 +f 106/2/116 128/2/158 108/2/118 +f 133/1/167 132/2/162 131/2/161 +f 132/2/162 133/1/167 134/1/168 +f 131/2/163 132/2/166 133/1/169 +f 134/1/170 133/1/169 132/2/166 +f 137/1/173 136/2/172 135/1/171 +f 136/2/172 137/1/173 138/2/174 +f 135/1/177 136/2/176 137/1/175 +f 138/2/178 137/1/175 136/2/176 +f 133/1/167 129/2/159 139/1/179 +f 129/2/159 133/1/167 131/2/161 +f 139/1/180 129/2/165 133/1/169 +f 131/2/163 133/1/169 129/2/165 +f 132/2/162 140/1/181 130/2/160 +f 140/1/181 132/2/162 134/1/168 +f 130/2/164 140/1/182 132/2/166 +f 134/1/170 132/2/166 140/1/182 +f 143/2/185 142/1/184 141/1/183 +f 142/1/184 143/2/185 144/2/186 +f 141/1/189 142/1/188 143/2/187 +f 144/2/190 143/2/187 142/1/188 +f 129/2/159 140/1/181 139/1/179 +f 140/1/181 129/2/159 130/2/160 +f 139/1/180 140/1/182 129/2/165 +f 130/2/164 129/2/165 140/1/182 +f 135/1/171 143/2/185 141/1/183 +f 143/2/185 135/1/171 136/2/172 +f 141/1/189 143/2/187 135/1/177 +f 136/2/176 135/1/177 143/2/187 +f 138/2/174 142/1/184 144/2/186 +f 142/1/184 138/2/174 137/1/173 +f 144/2/190 142/1/188 138/2/178 +f 137/1/175 138/2/178 142/1/188 +f 136/2/172 144/2/186 143/2/185 +f 144/2/186 136/2/172 138/2/174 +f 143/2/187 144/2/190 136/2/176 +f 138/2/178 136/2/176 144/2/190 +f 128/2/156 109/1/119 127/1/155 +f 109/1/119 128/2/156 110/2/120 +f 127/1/157 109/1/122 128/2/158 +f 110/2/121 128/2/158 109/1/122 +f 147/4/191 146/1/192 145/1/191 +f 146/1/192 147/4/191 148/4/192 +f 145/1/193 146/1/194 147/4/193 +f 148/4/194 147/4/193 146/1/194 +f 151/4/85 150/4/85 149/4/85 +f 150/4/85 151/4/85 148/4/85 +f 150/4/85 148/4/85 147/4/85 +f 149/4/86 150/4/86 151/4/86 +f 148/4/86 151/4/86 150/4/86 +f 147/4/86 148/4/86 150/4/86 +f 149/4/194 153/1/194 152/1/194 +f 153/1/194 149/4/194 150/4/194 +f 152/1/192 153/1/192 149/4/192 +f 150/4/192 149/4/192 153/1/192 +f 148/4/192 154/1/195 146/1/192 +f 154/1/195 148/4/192 151/4/195 +f 146/1/194 154/1/196 148/4/194 +f 151/4/196 148/4/194 154/1/196 +f 149/4/197 154/1/197 151/4/197 +f 154/1/197 149/4/197 152/1/197 +f 151/4/198 154/1/198 149/4/198 +f 152/1/198 149/4/198 154/1/198 +f 153/1/198 147/4/198 145/1/198 +f 147/4/198 153/1/198 150/4/198 +f 145/1/197 147/4/197 153/1/197 +f 150/4/197 153/1/197 147/4/197 +f 157/5/89 156/6/89 155/5/89 +f 156/6/89 157/5/89 158/6/89 +f 155/5/90 156/6/90 157/5/90 +f 158/6/90 157/5/90 156/6/90 +f 161/5/199 160/6/82 159/6/199 +f 160/6/82 161/5/199 162/5/82 +f 159/6/200 160/6/84 161/5/200 +f 162/5/84 161/5/200 160/6/84 +f 157/5/84 163/6/84 158/6/84 +f 163/6/84 157/5/84 164/5/84 +f 158/6/82 163/6/82 157/5/82 +f 164/5/82 157/5/82 163/6/82 +f 162/5/82 156/6/201 160/6/82 +f 156/6/201 162/5/82 155/5/201 +f 160/6/84 156/6/202 162/5/84 +f 155/5/202 162/5/84 156/6/202 +f 163/6/86 156/6/86 158/6/86 +f 156/6/86 163/6/86 160/6/86 +f 160/6/86 163/6/86 159/6/86 +f 158/6/85 156/6/85 163/6/85 +f 160/6/85 163/6/85 156/6/85 +f 159/6/85 163/6/85 160/6/85 +f 155/5/85 164/5/85 157/5/85 +f 164/5/85 155/5/85 162/5/85 +f 164/5/85 162/5/85 161/5/85 +f 157/5/86 164/5/86 155/5/86 +f 162/5/86 155/5/86 164/5/86 +f 161/5/86 162/5/86 164/5/86 +f 163/6/90 161/5/90 159/6/90 +f 161/5/90 163/6/90 164/5/90 +f 159/6/89 161/5/89 163/6/89 +f 164/5/89 163/6/89 161/5/89 +f 167/7/85 166/7/85 165/7/85 +f 166/7/85 167/7/85 168/7/85 +f 166/7/85 168/7/85 169/7/85 +f 165/7/86 166/7/86 167/7/86 +f 168/7/86 167/7/86 166/7/86 +f 169/7/86 168/7/86 166/7/86 +f 165/7/84 171/6/84 170/6/84 +f 171/6/84 165/7/84 166/7/84 +f 170/6/82 171/6/82 165/7/82 +f 166/7/82 165/7/82 171/6/82 +f 171/6/90 169/7/90 172/6/90 +f 169/7/90 171/6/90 166/7/90 +f 172/6/89 169/7/89 171/6/89 +f 166/7/89 171/6/89 169/7/89 +f 165/7/89 173/6/89 167/7/89 +f 173/6/89 165/7/89 170/6/89 +f 167/7/90 173/6/90 165/7/90 +f 170/6/90 165/7/90 173/6/90 +f 175/9/83 174/8/83 168/7/84 +f 174/8/83 176/10/83 168/7/84 +f 177/11/83 175/9/83 168/7/84 +f 168/7/84 176/10/83 178/6/84 +f 179/10/83 178/6/84 176/10/83 +f 178/6/84 179/10/83 172/6/83 +f 180/8/83 172/6/83 179/10/83 +f 169/7/83 177/11/83 168/7/84 +f 169/7/83 172/6/83 180/8/83 +f 177/11/83 169/7/83 181/11/83 +f 182/9/83 169/7/83 180/8/83 +f 181/11/83 169/7/83 182/9/83 +f 184/13/88 183/12/88 167/7/88 +f 185/14/88 184/13/88 167/7/88 +f 168/7/84 185/14/88 167/7/88 +f 185/14/88 168/7/84 186/14/88 +f 167/7/88 183/12/88 173/6/88 +f 186/14/88 168/7/84 187/13/88 +f 187/13/88 168/7/84 188/12/88 +f 189/15/88 173/6/88 183/12/88 +f 188/12/88 168/7/84 190/16/88 +f 191/15/88 188/12/88 190/16/88 +f 191/15/88 190/16/88 189/15/88 +f 190/16/88 168/7/84 192/16/88 +f 192/16/88 168/7/84 193/17/88 +f 193/17/88 168/7/84 194/18/88 +f 168/7/84 178/6/84 194/18/88 +f 194/18/88 178/6/84 195/19/88 +f 173/6/88 195/19/88 178/6/84 +f 195/19/88 173/6/88 196/19/88 +f 196/19/88 173/6/88 189/15/88 +f 190/16/88 197/17/88 189/15/88 +f 198/18/88 196/19/88 189/15/88 +f 197/17/88 198/18/88 189/15/88 +f 168/7/82 174/8/81 175/9/81 +f 168/7/82 175/9/81 177/11/81 +f 168/7/82 176/10/81 174/8/81 +f 178/6/82 176/10/81 168/7/82 +f 176/10/81 178/6/82 179/10/81 +f 172/6/81 179/10/81 178/6/82 +f 179/10/81 172/6/81 180/8/81 +f 168/7/82 177/11/81 169/7/81 +f 180/8/81 172/6/81 169/7/81 +f 181/11/81 169/7/81 177/11/81 +f 180/8/81 169/7/81 182/9/81 +f 182/9/81 169/7/81 181/11/81 +f 167/7/87 183/12/87 184/13/87 +f 167/7/87 184/13/87 185/14/87 +f 167/7/87 185/14/87 168/7/82 +f 186/14/87 168/7/82 185/14/87 +f 173/6/87 183/12/87 167/7/87 +f 187/13/87 168/7/82 186/14/87 +f 188/12/87 168/7/82 187/13/87 +f 183/12/87 173/6/87 189/15/87 +f 190/16/87 168/7/82 188/12/87 +f 190/16/87 188/12/87 191/15/87 +f 189/15/87 190/16/87 191/15/87 +f 192/16/87 168/7/82 190/16/87 +f 193/17/87 168/7/82 192/16/87 +f 194/18/87 168/7/82 193/17/87 +f 194/18/87 178/6/82 168/7/82 +f 195/19/87 178/6/82 194/18/87 +f 178/6/82 195/19/87 173/6/87 +f 196/19/87 173/6/87 195/19/87 +f 189/15/87 173/6/87 196/19/87 +f 189/15/87 197/17/87 190/16/87 +f 189/15/87 196/19/87 198/18/87 +f 189/15/87 198/18/87 197/17/87 +f 201/21/203 200/20/204 199/20/203 +f 200/20/204 201/21/203 202/21/204 +f 199/20/205 200/20/206 201/21/205 +f 202/21/206 201/21/205 200/20/206 +f 205/21/205 204/20/206 203/20/205 +f 204/20/206 205/21/205 206/21/206 +f 203/20/203 204/20/204 205/21/203 +f 206/21/204 205/21/203 204/20/204 +f 209/21/208 208/20/207 207/21/207 +f 208/20/207 209/21/208 210/20/208 +f 207/21/210 208/20/210 209/21/209 +f 210/20/209 209/21/209 208/20/210 +f 213/20/210 212/21/209 211/20/209 +f 212/21/209 213/20/210 214/21/210 +f 211/20/208 212/21/208 213/20/207 +f 214/21/207 213/20/207 212/21/208 +f 206/21/206 213/20/210 204/20/206 +f 213/20/210 206/21/206 214/21/210 +f 204/20/204 213/20/207 206/21/204 +f 214/21/207 206/21/204 213/20/207 +f 202/21/204 208/20/207 200/20/204 +f 208/20/207 202/21/204 207/21/207 +f 200/20/206 208/20/210 202/21/206 +f 207/21/210 202/21/206 208/20/210 +f 209/21/208 203/20/205 210/20/208 +f 203/20/205 209/21/208 205/21/205 +f 210/20/209 203/20/203 209/21/209 +f 205/21/203 209/21/209 203/20/203 +f 212/21/209 199/20/203 211/20/209 +f 199/20/203 212/21/209 201/21/203 +f 211/20/208 199/20/205 212/21/208 +f 201/21/205 212/21/208 199/20/205 +f 202/21/211 209/21/211 207/21/211 +f 209/21/211 202/21/211 205/21/211 +f 205/21/211 202/21/211 201/21/211 +f 205/21/211 201/21/211 206/21/211 +f 206/21/211 201/21/211 212/21/211 +f 206/21/211 212/21/211 214/21/211 +f 207/21/212 209/21/212 202/21/212 +f 205/21/212 202/21/212 209/21/212 +f 201/21/212 202/21/212 205/21/212 +f 206/21/212 201/21/212 205/21/212 +f 212/21/212 201/21/212 206/21/212 +f 214/21/212 212/21/212 206/21/212 +f 203/20/212 208/20/212 210/20/212 +f 208/20/212 203/20/212 200/20/212 +f 200/20/212 203/20/212 204/20/212 +f 200/20/212 204/20/212 199/20/212 +f 199/20/212 204/20/212 213/20/212 +f 199/20/212 213/20/212 211/20/212 +f 210/20/211 208/20/211 203/20/211 +f 200/20/211 203/20/211 208/20/211 +f 204/20/211 203/20/211 200/20/211 +f 199/20/211 204/20/211 200/20/211 +f 213/20/211 204/20/211 199/20/211 +f 211/20/211 213/20/211 199/20/211 +f 217/21/213 216/20/214 215/20/213 +f 216/20/214 217/21/213 218/21/214 +f 215/20/215 216/20/216 217/21/215 +f 218/21/216 217/21/215 216/20/216 +f 221/21/215 220/20/216 219/20/215 +f 220/20/216 221/21/215 222/21/216 +f 219/20/213 220/20/214 221/21/213 +f 222/21/214 221/21/213 220/20/214 +f 225/21/218 224/20/217 223/21/217 +f 224/20/217 225/21/218 226/20/218 +f 223/21/220 224/20/220 225/21/219 +f 226/20/219 225/21/219 224/20/220 +f 229/20/220 228/21/219 227/20/219 +f 228/21/219 229/20/220 230/21/220 +f 227/20/218 228/21/218 229/20/217 +f 230/21/217 229/20/217 228/21/218 +f 222/21/216 229/20/220 220/20/216 +f 229/20/220 222/21/216 230/21/220 +f 220/20/214 229/20/217 222/21/214 +f 230/21/217 222/21/214 229/20/217 +f 218/21/214 224/20/217 216/20/214 +f 224/20/217 218/21/214 223/21/217 +f 216/20/216 224/20/220 218/21/216 +f 223/21/220 218/21/216 224/20/220 +f 225/21/218 219/20/215 226/20/218 +f 219/20/215 225/21/218 221/21/215 +f 226/20/219 219/20/213 225/21/219 +f 221/21/213 225/21/219 219/20/213 +f 228/21/219 215/20/213 227/20/219 +f 215/20/213 228/21/219 217/21/213 +f 227/20/218 215/20/215 228/21/218 +f 217/21/215 228/21/218 215/20/215 +f 218/21/221 225/21/221 223/21/221 +f 225/21/221 218/21/221 221/21/221 +f 221/21/221 218/21/221 217/21/221 +f 221/21/221 217/21/221 222/21/221 +f 222/21/221 217/21/221 228/21/221 +f 222/21/221 228/21/221 230/21/221 +f 223/21/222 225/21/222 218/21/222 +f 221/21/222 218/21/222 225/21/222 +f 217/21/222 218/21/222 221/21/222 +f 222/21/222 217/21/222 221/21/222 +f 228/21/222 217/21/222 222/21/222 +f 230/21/222 228/21/222 222/21/222 +f 219/20/222 224/20/222 226/20/222 +f 224/20/222 219/20/222 216/20/222 +f 216/20/222 219/20/222 220/20/222 +f 216/20/222 220/20/222 215/20/222 +f 215/20/222 220/20/222 229/20/222 +f 215/20/222 229/20/222 227/20/222 +f 226/20/221 224/20/221 219/20/221 +f 216/20/221 219/20/221 224/20/221 +f 220/20/221 219/20/221 216/20/221 +f 215/20/221 220/20/221 216/20/221 +f 229/20/221 220/20/221 215/20/221 +f 227/20/221 229/20/221 215/20/221 +f 233/21/213 232/20/214 231/20/213 +f 232/20/214 233/21/213 234/21/214 +f 231/20/215 232/20/216 233/21/215 +f 234/21/216 233/21/215 232/20/216 +f 237/21/215 236/20/216 235/20/215 +f 236/20/216 237/21/215 238/21/216 +f 235/20/213 236/20/214 237/21/213 +f 238/21/214 237/21/213 236/20/214 +f 241/21/218 240/20/217 239/21/217 +f 240/20/217 241/21/218 242/20/218 +f 239/21/220 240/20/220 241/21/219 +f 242/20/219 241/21/219 240/20/220 +f 245/20/220 244/21/219 243/20/219 +f 244/21/219 245/20/220 246/21/220 +f 243/20/218 244/21/218 245/20/217 +f 246/21/217 245/20/217 244/21/218 +f 238/21/216 245/20/220 236/20/216 +f 245/20/220 238/21/216 246/21/220 +f 236/20/214 245/20/217 238/21/214 +f 246/21/217 238/21/214 245/20/217 +f 234/21/214 240/20/217 232/20/214 +f 240/20/217 234/21/214 239/21/217 +f 232/20/216 240/20/220 234/21/216 +f 239/21/220 234/21/216 240/20/220 +f 241/21/218 235/20/215 242/20/218 +f 235/20/215 241/21/218 237/21/215 +f 242/20/219 235/20/213 241/21/219 +f 237/21/213 241/21/219 235/20/213 +f 244/21/219 231/20/213 243/20/219 +f 231/20/213 244/21/219 233/21/213 +f 243/20/218 231/20/215 244/21/218 +f 233/21/215 244/21/218 231/20/215 +f 234/21/221 241/21/221 239/21/221 +f 241/21/221 234/21/221 237/21/221 +f 237/21/221 234/21/221 233/21/221 +f 237/21/221 233/21/221 238/21/221 +f 238/21/221 233/21/221 244/21/221 +f 238/21/221 244/21/221 246/21/221 +f 239/21/222 241/21/222 234/21/222 +f 237/21/222 234/21/222 241/21/222 +f 233/21/222 234/21/222 237/21/222 +f 238/21/222 233/21/222 237/21/222 +f 244/21/222 233/21/222 238/21/222 +f 246/21/222 244/21/222 238/21/222 +f 235/20/222 240/20/222 242/20/222 +f 240/20/222 235/20/222 232/20/222 +f 232/20/222 235/20/222 236/20/222 +f 232/20/222 236/20/222 231/20/222 +f 231/20/222 236/20/222 245/20/222 +f 231/20/222 245/20/222 243/20/222 +f 242/20/221 240/20/221 235/20/221 +f 232/20/221 235/20/221 240/20/221 +f 236/20/221 235/20/221 232/20/221 +f 231/20/221 236/20/221 232/20/221 +f 245/20/221 236/20/221 231/20/221 +f 243/20/221 245/20/221 231/20/221 +f 249/5/109 248/6/109 247/5/109 +f 248/6/109 249/5/109 250/6/109 +f 247/5/110 248/6/110 249/5/110 +f 250/6/110 249/5/110 248/6/110 +f 253/5/200 252/6/107 251/6/200 +f 252/6/107 253/5/200 254/5/107 +f 251/6/199 252/6/108 253/5/199 +f 254/5/108 253/5/199 252/6/108 +f 249/5/108 255/6/108 250/6/108 +f 255/6/108 249/5/108 256/5/108 +f 250/6/107 255/6/107 249/5/107 +f 256/5/107 249/5/107 255/6/107 +f 254/5/107 248/6/202 252/6/107 +f 248/6/202 254/5/107 247/5/202 +f 252/6/108 248/6/201 254/5/108 +f 247/5/201 254/5/108 248/6/201 +f 255/6/86 248/6/86 250/6/86 +f 248/6/86 255/6/86 252/6/86 +f 252/6/86 255/6/86 251/6/86 +f 250/6/85 248/6/85 255/6/85 +f 252/6/85 255/6/85 248/6/85 +f 251/6/85 255/6/85 252/6/85 +f 247/5/85 256/5/85 249/5/85 +f 256/5/85 247/5/85 254/5/85 +f 256/5/85 254/5/85 253/5/85 +f 249/5/86 256/5/86 247/5/86 +f 254/5/86 247/5/86 256/5/86 +f 253/5/86 254/5/86 256/5/86 +f 255/6/110 253/5/110 251/6/110 +f 253/5/110 255/6/110 256/5/110 +f 251/6/109 253/5/109 255/6/109 +f 256/5/109 255/6/109 253/5/109 +f 259/7/85 258/7/85 257/7/85 +f 258/7/85 259/7/85 260/7/85 +f 258/7/85 260/7/85 261/7/85 +f 257/7/86 258/7/86 259/7/86 +f 260/7/86 259/7/86 258/7/86 +f 261/7/86 260/7/86 258/7/86 +f 257/7/108 263/6/108 262/6/108 +f 263/6/108 257/7/108 258/7/108 +f 262/6/107 263/6/107 257/7/107 +f 258/7/107 257/7/107 263/6/107 +f 263/6/110 261/7/110 264/6/110 +f 261/7/110 263/6/110 258/7/110 +f 264/6/109 261/7/109 263/6/109 +f 258/7/109 263/6/109 261/7/109 +f 257/7/109 265/6/109 259/7/109 +f 265/6/109 257/7/109 262/6/109 +f 259/7/110 265/6/110 257/7/110 +f 262/6/110 257/7/110 265/6/110 +f 267/9/81 266/8/81 260/7/108 +f 266/8/81 268/10/81 260/7/108 +f 269/11/81 267/9/81 260/7/108 +f 260/7/108 268/10/81 270/6/108 +f 271/10/81 270/6/108 268/10/81 +f 270/6/108 271/10/81 264/6/81 +f 272/8/81 264/6/81 271/10/81 +f 261/7/81 269/11/81 260/7/108 +f 261/7/81 264/6/81 272/8/81 +f 269/11/81 261/7/81 273/11/81 +f 274/9/81 261/7/81 272/8/81 +f 273/11/81 261/7/81 274/9/81 +f 276/13/87 275/12/87 259/7/87 +f 277/14/87 276/13/87 259/7/87 +f 260/7/108 277/14/87 259/7/87 +f 277/14/87 260/7/108 278/14/87 +f 259/7/87 275/12/87 265/6/87 +f 278/14/87 260/7/108 279/13/87 +f 279/13/87 260/7/108 280/12/87 +f 281/15/87 265/6/87 275/12/87 +f 280/12/87 260/7/108 282/16/87 +f 283/15/87 280/12/87 282/16/87 +f 283/15/87 282/16/87 281/15/87 +f 282/16/87 260/7/108 284/16/87 +f 284/16/87 260/7/108 285/17/87 +f 285/17/87 260/7/108 286/18/87 +f 260/7/108 270/6/108 286/18/87 +f 286/18/87 270/6/108 287/19/87 +f 265/6/87 287/19/87 270/6/108 +f 287/19/87 265/6/87 288/19/87 +f 288/19/87 265/6/87 281/15/87 +f 282/16/87 289/17/87 281/15/87 +f 290/18/87 288/19/87 281/15/87 +f 289/17/87 290/18/87 281/15/87 +f 260/7/107 266/8/83 267/9/83 +f 260/7/107 267/9/83 269/11/83 +f 260/7/107 268/10/83 266/8/83 +f 270/6/107 268/10/83 260/7/107 +f 268/10/83 270/6/107 271/10/83 +f 264/6/83 271/10/83 270/6/107 +f 271/10/83 264/6/83 272/8/83 +f 260/7/107 269/11/83 261/7/83 +f 272/8/83 264/6/83 261/7/83 +f 273/11/83 261/7/83 269/11/83 +f 272/8/83 261/7/83 274/9/83 +f 274/9/83 261/7/83 273/11/83 +f 259/7/88 275/12/88 276/13/88 +f 259/7/88 276/13/88 277/14/88 +f 259/7/88 277/14/88 260/7/107 +f 278/14/88 260/7/107 277/14/88 +f 265/6/88 275/12/88 259/7/88 +f 279/13/88 260/7/107 278/14/88 +f 280/12/88 260/7/107 279/13/88 +f 275/12/88 265/6/88 281/15/88 +f 282/16/88 260/7/107 280/12/88 +f 282/16/88 280/12/88 283/15/88 +f 281/15/88 282/16/88 283/15/88 +f 284/16/88 260/7/107 282/16/88 +f 285/17/88 260/7/107 284/16/88 +f 286/18/88 260/7/107 285/17/88 +f 286/18/88 270/6/107 260/7/107 +f 287/19/88 270/6/107 286/18/88 +f 270/6/107 287/19/88 265/6/88 +f 288/19/88 265/6/88 287/19/88 +f 281/15/88 265/6/88 288/19/88 +f 281/15/88 289/17/88 282/16/88 +f 281/15/88 288/19/88 290/18/88 +f 281/15/88 290/18/88 289/17/88 +f 293/21/223 292/20/224 291/20/223 +f 292/20/224 293/21/223 294/21/224 +f 291/20/225 292/20/226 293/21/225 +f 294/21/226 293/21/225 292/20/226 +f 297/21/225 296/20/226 295/20/225 +f 296/20/226 297/21/225 298/21/226 +f 295/20/223 296/20/224 297/21/223 +f 298/21/224 297/21/223 296/20/224 +f 301/21/228 300/20/227 299/21/227 +f 300/20/227 301/21/228 302/20/228 +f 299/21/230 300/20/230 301/21/229 +f 302/20/229 301/21/229 300/20/230 +f 305/20/230 304/21/229 303/20/229 +f 304/21/229 305/20/230 306/21/230 +f 303/20/228 304/21/228 305/20/227 +f 306/21/227 305/20/227 304/21/228 +f 298/21/226 305/20/230 296/20/226 +f 305/20/230 298/21/226 306/21/230 +f 296/20/224 305/20/227 298/21/224 +f 306/21/227 298/21/224 305/20/227 +f 294/21/224 300/20/227 292/20/224 +f 300/20/227 294/21/224 299/21/227 +f 292/20/226 300/20/230 294/21/226 +f 299/21/230 294/21/226 300/20/230 +f 301/21/228 295/20/225 302/20/228 +f 295/20/225 301/21/228 297/21/225 +f 302/20/229 295/20/223 301/21/229 +f 297/21/223 301/21/229 295/20/223 +f 304/21/229 291/20/223 303/20/229 +f 291/20/223 304/21/229 293/21/223 +f 303/20/228 291/20/225 304/21/228 +f 293/21/225 304/21/228 291/20/225 +f 294/21/231 301/21/231 299/21/231 +f 301/21/231 294/21/231 297/21/231 +f 297/21/231 294/21/231 293/21/231 +f 297/21/231 293/21/231 298/21/231 +f 298/21/231 293/21/231 304/21/231 +f 298/21/231 304/21/231 306/21/231 +f 299/21/232 301/21/232 294/21/232 +f 297/21/232 294/21/232 301/21/232 +f 293/21/232 294/21/232 297/21/232 +f 298/21/232 293/21/232 297/21/232 +f 304/21/232 293/21/232 298/21/232 +f 306/21/232 304/21/232 298/21/232 +f 295/20/232 300/20/232 302/20/232 +f 300/20/232 295/20/232 292/20/232 +f 292/20/232 295/20/232 296/20/232 +f 292/20/232 296/20/232 291/20/232 +f 291/20/232 296/20/232 305/20/232 +f 291/20/232 305/20/232 303/20/232 +f 302/20/231 300/20/231 295/20/231 +f 292/20/231 295/20/231 300/20/231 +f 296/20/231 295/20/231 292/20/231 +f 291/20/231 296/20/231 292/20/231 +f 305/20/231 296/20/231 291/20/231 +f 303/20/231 305/20/231 291/20/231 +f 309/21/233 308/20/234 307/20/233 +f 308/20/234 309/21/233 310/21/234 +f 307/20/235 308/20/236 309/21/235 +f 310/21/236 309/21/235 308/20/236 +f 313/21/235 312/20/236 311/20/235 +f 312/20/236 313/21/235 314/21/236 +f 311/20/233 312/20/234 313/21/233 +f 314/21/234 313/21/233 312/20/234 +f 317/21/238 316/20/237 315/21/237 +f 316/20/237 317/21/238 318/20/238 +f 315/21/240 316/20/240 317/21/239 +f 318/20/239 317/21/239 316/20/240 +f 321/20/240 320/21/239 319/20/239 +f 320/21/239 321/20/240 322/21/240 +f 319/20/238 320/21/238 321/20/237 +f 322/21/237 321/20/237 320/21/238 +f 314/21/236 321/20/240 312/20/236 +f 321/20/240 314/21/236 322/21/240 +f 312/20/234 321/20/237 314/21/234 +f 322/21/237 314/21/234 321/20/237 +f 310/21/234 316/20/237 308/20/234 +f 316/20/237 310/21/234 315/21/237 +f 308/20/236 316/20/240 310/21/236 +f 315/21/240 310/21/236 316/20/240 +f 317/21/238 311/20/235 318/20/238 +f 311/20/235 317/21/238 313/21/235 +f 318/20/239 311/20/233 317/21/239 +f 313/21/233 317/21/239 311/20/233 +f 320/21/239 307/20/233 319/20/239 +f 307/20/233 320/21/239 309/21/233 +f 319/20/238 307/20/235 320/21/238 +f 309/21/235 320/21/238 307/20/235 +f 310/21/241 317/21/241 315/21/241 +f 317/21/241 310/21/241 313/21/241 +f 313/21/241 310/21/241 309/21/241 +f 313/21/241 309/21/241 314/21/241 +f 314/21/241 309/21/241 320/21/241 +f 314/21/241 320/21/241 322/21/241 +f 315/21/242 317/21/242 310/21/242 +f 313/21/242 310/21/242 317/21/242 +f 309/21/242 310/21/242 313/21/242 +f 314/21/242 309/21/242 313/21/242 +f 320/21/242 309/21/242 314/21/242 +f 322/21/242 320/21/242 314/21/242 +f 311/20/242 316/20/242 318/20/242 +f 316/20/242 311/20/242 308/20/242 +f 308/20/242 311/20/242 312/20/242 +f 308/20/242 312/20/242 307/20/242 +f 307/20/242 312/20/242 321/20/242 +f 307/20/242 321/20/242 319/20/242 +f 318/20/241 316/20/241 311/20/241 +f 308/20/241 311/20/241 316/20/241 +f 312/20/241 311/20/241 308/20/241 +f 307/20/241 312/20/241 308/20/241 +f 321/20/241 312/20/241 307/20/241 +f 319/20/241 321/20/241 307/20/241 +f 325/21/233 324/20/234 323/20/233 +f 324/20/234 325/21/233 326/21/234 +f 323/20/235 324/20/236 325/21/235 +f 326/21/236 325/21/235 324/20/236 +f 329/21/235 328/20/236 327/20/235 +f 328/20/236 329/21/235 330/21/236 +f 327/20/233 328/20/234 329/21/233 +f 330/21/234 329/21/233 328/20/234 +f 333/21/238 332/20/237 331/21/237 +f 332/20/237 333/21/238 334/20/238 +f 331/21/240 332/20/240 333/21/239 +f 334/20/239 333/21/239 332/20/240 +f 337/20/240 336/21/239 335/20/239 +f 336/21/239 337/20/240 338/21/240 +f 335/20/238 336/21/238 337/20/237 +f 338/21/237 337/20/237 336/21/238 +f 330/21/236 337/20/240 328/20/236 +f 337/20/240 330/21/236 338/21/240 +f 328/20/234 337/20/237 330/21/234 +f 338/21/237 330/21/234 337/20/237 +f 326/21/234 332/20/237 324/20/234 +f 332/20/237 326/21/234 331/21/237 +f 324/20/236 332/20/240 326/21/236 +f 331/21/240 326/21/236 332/20/240 +f 333/21/238 327/20/235 334/20/238 +f 327/20/235 333/21/238 329/21/235 +f 334/20/239 327/20/233 333/21/239 +f 329/21/233 333/21/239 327/20/233 +f 336/21/239 323/20/233 335/20/239 +f 323/20/233 336/21/239 325/21/233 +f 335/20/238 323/20/235 336/21/238 +f 325/21/235 336/21/238 323/20/235 +f 326/21/241 333/21/241 331/21/241 +f 333/21/241 326/21/241 329/21/241 +f 329/21/241 326/21/241 325/21/241 +f 329/21/241 325/21/241 330/21/241 +f 330/21/241 325/21/241 336/21/241 +f 330/21/241 336/21/241 338/21/241 +f 331/21/242 333/21/242 326/21/242 +f 329/21/242 326/21/242 333/21/242 +f 325/21/242 326/21/242 329/21/242 +f 330/21/242 325/21/242 329/21/242 +f 336/21/242 325/21/242 330/21/242 +f 338/21/242 336/21/242 330/21/242 +f 327/20/242 332/20/242 334/20/242 +f 332/20/242 327/20/242 324/20/242 +f 324/20/242 327/20/242 328/20/242 +f 324/20/242 328/20/242 323/20/242 +f 323/20/242 328/20/242 337/20/242 +f 323/20/242 337/20/242 335/20/242 +f 334/20/241 332/20/241 327/20/241 +f 324/20/241 327/20/241 332/20/241 +f 328/20/241 327/20/241 324/20/241 +f 323/20/241 328/20/241 324/20/241 +f 337/20/241 328/20/241 323/20/241 +f 335/20/241 337/20/241 323/20/241 +f 341/5/197 340/6/197 339/5/197 +f 340/6/197 341/5/197 342/6/197 +f 339/5/198 340/6/198 341/5/198 +f 342/6/198 341/5/198 340/6/198 +f 345/5/243 344/6/192 343/6/243 +f 344/6/192 345/5/243 346/5/192 +f 343/6/244 344/6/194 345/5/244 +f 346/5/194 345/5/244 344/6/194 +f 341/5/194 347/6/194 342/6/194 +f 347/6/194 341/5/194 348/5/194 +f 342/6/192 347/6/192 341/5/192 +f 348/5/192 341/5/192 347/6/192 +f 346/5/192 340/6/245 344/6/192 +f 340/6/245 346/5/192 339/5/245 +f 344/6/194 340/6/246 346/5/194 +f 339/5/246 346/5/194 340/6/246 +f 347/6/86 340/6/86 342/6/86 +f 340/6/86 347/6/86 344/6/86 +f 344/6/86 347/6/86 343/6/86 +f 342/6/85 340/6/85 347/6/85 +f 344/6/85 347/6/85 340/6/85 +f 343/6/85 347/6/85 344/6/85 +f 339/5/85 348/5/85 341/5/85 +f 348/5/85 339/5/85 346/5/85 +f 348/5/85 346/5/85 345/5/85 +f 341/5/86 348/5/86 339/5/86 +f 346/5/86 339/5/86 348/5/86 +f 345/5/86 346/5/86 348/5/86 +f 347/6/198 345/5/198 343/6/198 +f 345/5/198 347/6/198 348/5/198 +f 343/6/197 345/5/197 347/6/197 +f 348/5/197 347/6/197 345/5/197 +f 351/7/85 350/7/85 349/7/85 +f 350/7/85 351/7/85 352/7/85 +f 350/7/85 352/7/85 353/7/85 +f 349/7/86 350/7/86 351/7/86 +f 352/7/86 351/7/86 350/7/86 +f 353/7/86 352/7/86 350/7/86 +f 349/7/194 355/6/194 354/6/194 +f 355/6/194 349/7/194 350/7/194 +f 354/6/192 355/6/192 349/7/192 +f 350/7/192 349/7/192 355/6/192 +f 355/6/198 353/7/198 356/6/198 +f 353/7/198 355/6/198 350/7/198 +f 356/6/197 353/7/197 355/6/197 +f 350/7/197 355/6/197 353/7/197 +f 349/7/197 357/6/197 351/7/197 +f 357/6/197 349/7/197 354/6/197 +f 351/7/198 357/6/198 349/7/198 +f 354/6/198 349/7/198 357/6/198 +f 359/9/193 358/8/193 352/7/194 +f 358/8/193 360/10/193 352/7/194 +f 361/11/193 359/9/193 352/7/194 +f 352/7/194 360/10/193 362/6/194 +f 363/10/193 362/6/194 360/10/193 +f 362/6/194 363/10/193 356/6/193 +f 364/8/193 356/6/193 363/10/193 +f 353/7/193 361/11/193 352/7/194 +f 353/7/193 356/6/193 364/8/193 +f 361/11/193 353/7/193 365/11/193 +f 366/9/193 353/7/193 364/8/193 +f 365/11/193 353/7/193 366/9/193 +f 368/13/196 367/12/196 351/7/196 +f 369/14/196 368/13/196 351/7/196 +f 352/7/194 369/14/196 351/7/196 +f 369/14/196 352/7/194 370/14/196 +f 351/7/196 367/12/196 357/6/196 +f 370/14/196 352/7/194 371/13/196 +f 371/13/196 352/7/194 372/12/196 +f 373/15/196 357/6/196 367/12/196 +f 372/12/196 352/7/194 374/16/196 +f 375/15/196 372/12/196 374/16/196 +f 375/15/196 374/16/196 373/15/196 +f 374/16/196 352/7/194 376/16/196 +f 376/16/196 352/7/194 377/17/196 +f 377/17/196 352/7/194 378/18/196 +f 352/7/194 362/6/194 378/18/196 +f 378/18/196 362/6/194 379/19/196 +f 357/6/196 379/19/196 362/6/194 +f 379/19/196 357/6/196 380/19/196 +f 380/19/196 357/6/196 373/15/196 +f 374/16/196 381/17/196 373/15/196 +f 382/18/196 380/19/196 373/15/196 +f 381/17/196 382/18/196 373/15/196 +f 352/7/192 358/8/191 359/9/191 +f 352/7/192 359/9/191 361/11/191 +f 352/7/192 360/10/191 358/8/191 +f 362/6/192 360/10/191 352/7/192 +f 360/10/191 362/6/192 363/10/191 +f 356/6/191 363/10/191 362/6/192 +f 363/10/191 356/6/191 364/8/191 +f 352/7/192 361/11/191 353/7/191 +f 364/8/191 356/6/191 353/7/191 +f 365/11/191 353/7/191 361/11/191 +f 364/8/191 353/7/191 366/9/191 +f 366/9/191 353/7/191 365/11/191 +f 351/7/195 367/12/195 368/13/195 +f 351/7/195 368/13/195 369/14/195 +f 351/7/195 369/14/195 352/7/192 +f 370/14/195 352/7/192 369/14/195 +f 357/6/195 367/12/195 351/7/195 +f 371/13/195 352/7/192 370/14/195 +f 372/12/195 352/7/192 371/13/195 +f 367/12/195 357/6/195 373/15/195 +f 374/16/195 352/7/192 372/12/195 +f 374/16/195 372/12/195 375/15/195 +f 373/15/195 374/16/195 375/15/195 +f 376/16/195 352/7/192 374/16/195 +f 377/17/195 352/7/192 376/16/195 +f 378/18/195 352/7/192 377/17/195 +f 378/18/195 362/6/192 352/7/192 +f 379/19/195 362/6/192 378/18/195 +f 362/6/192 379/19/195 357/6/195 +f 380/19/195 357/6/195 379/19/195 +f 373/15/195 357/6/195 380/19/195 +f 373/15/195 381/17/195 374/16/195 +f 373/15/195 380/19/195 382/18/195 +f 373/15/195 382/18/195 381/17/195 +f 385/21/247 384/20/248 383/20/247 +f 384/20/248 385/21/247 386/21/248 +f 383/20/249 384/20/250 385/21/249 +f 386/21/250 385/21/249 384/20/250 +f 389/21/249 388/20/250 387/20/249 +f 388/20/250 389/21/249 390/21/250 +f 387/20/247 388/20/248 389/21/247 +f 390/21/248 389/21/247 388/20/248 +f 393/21/252 392/20/251 391/21/251 +f 392/20/251 393/21/252 394/20/252 +f 391/21/254 392/20/254 393/21/253 +f 394/20/253 393/21/253 392/20/254 +f 397/20/254 396/21/253 395/20/253 +f 396/21/253 397/20/254 398/21/254 +f 395/20/252 396/21/252 397/20/251 +f 398/21/251 397/20/251 396/21/252 +f 390/21/250 397/20/254 388/20/250 +f 397/20/254 390/21/250 398/21/254 +f 388/20/248 397/20/251 390/21/248 +f 398/21/251 390/21/248 397/20/251 +f 386/21/248 392/20/251 384/20/248 +f 392/20/251 386/21/248 391/21/251 +f 384/20/250 392/20/254 386/21/250 +f 391/21/254 386/21/250 392/20/254 +f 393/21/252 387/20/249 394/20/252 +f 387/20/249 393/21/252 389/21/249 +f 394/20/253 387/20/247 393/21/253 +f 389/21/247 393/21/253 387/20/247 +f 396/21/253 383/20/247 395/20/253 +f 383/20/247 396/21/253 385/21/247 +f 395/20/252 383/20/249 396/21/252 +f 385/21/249 396/21/252 383/20/249 +f 386/21/255 393/21/255 391/21/255 +f 393/21/255 386/21/255 389/21/255 +f 389/21/255 386/21/255 385/21/255 +f 389/21/255 385/21/255 390/21/255 +f 390/21/255 385/21/255 396/21/255 +f 390/21/255 396/21/255 398/21/255 +f 391/21/256 393/21/256 386/21/256 +f 389/21/256 386/21/256 393/21/256 +f 385/21/256 386/21/256 389/21/256 +f 390/21/256 385/21/256 389/21/256 +f 396/21/256 385/21/256 390/21/256 +f 398/21/256 396/21/256 390/21/256 +f 387/20/256 392/20/256 394/20/256 +f 392/20/256 387/20/256 384/20/256 +f 384/20/256 387/20/256 388/20/256 +f 384/20/256 388/20/256 383/20/256 +f 383/20/256 388/20/256 397/20/256 +f 383/20/256 397/20/256 395/20/256 +f 394/20/255 392/20/255 387/20/255 +f 384/20/255 387/20/255 392/20/255 +f 388/20/255 387/20/255 384/20/255 +f 383/20/255 388/20/255 384/20/255 +f 397/20/255 388/20/255 383/20/255 +f 395/20/255 397/20/255 383/20/255 +f 401/21/257 400/20/258 399/20/257 +f 400/20/258 401/21/257 402/21/258 +f 399/20/259 400/20/260 401/21/259 +f 402/21/260 401/21/259 400/20/260 +f 405/21/259 404/20/260 403/20/259 +f 404/20/260 405/21/259 406/21/260 +f 403/20/257 404/20/258 405/21/257 +f 406/21/258 405/21/257 404/20/258 +f 409/21/262 408/20/261 407/21/261 +f 408/20/261 409/21/262 410/20/262 +f 407/21/264 408/20/264 409/21/263 +f 410/20/263 409/21/263 408/20/264 +f 413/20/264 412/21/263 411/20/263 +f 412/21/263 413/20/264 414/21/264 +f 411/20/262 412/21/262 413/20/261 +f 414/21/261 413/20/261 412/21/262 +f 406/21/260 413/20/264 404/20/260 +f 413/20/264 406/21/260 414/21/264 +f 404/20/258 413/20/261 406/21/258 +f 414/21/261 406/21/258 413/20/261 +f 402/21/258 408/20/261 400/20/258 +f 408/20/261 402/21/258 407/21/261 +f 400/20/260 408/20/264 402/21/260 +f 407/21/264 402/21/260 408/20/264 +f 409/21/262 403/20/259 410/20/262 +f 403/20/259 409/21/262 405/21/259 +f 410/20/263 403/20/257 409/21/263 +f 405/21/257 409/21/263 403/20/257 +f 412/21/263 399/20/257 411/20/263 +f 399/20/257 412/21/263 401/21/257 +f 411/20/262 399/20/259 412/21/262 +f 401/21/259 412/21/262 399/20/259 +f 402/21/265 409/21/265 407/21/265 +f 409/21/265 402/21/265 405/21/265 +f 405/21/265 402/21/265 401/21/265 +f 405/21/265 401/21/265 406/21/265 +f 406/21/265 401/21/265 412/21/265 +f 406/21/265 412/21/265 414/21/265 +f 407/21/266 409/21/266 402/21/266 +f 405/21/266 402/21/266 409/21/266 +f 401/21/266 402/21/266 405/21/266 +f 406/21/266 401/21/266 405/21/266 +f 412/21/266 401/21/266 406/21/266 +f 414/21/266 412/21/266 406/21/266 +f 403/20/266 408/20/266 410/20/266 +f 408/20/266 403/20/266 400/20/266 +f 400/20/266 403/20/266 404/20/266 +f 400/20/266 404/20/266 399/20/266 +f 399/20/266 404/20/266 413/20/266 +f 399/20/266 413/20/266 411/20/266 +f 410/20/265 408/20/265 403/20/265 +f 400/20/265 403/20/265 408/20/265 +f 404/20/265 403/20/265 400/20/265 +f 399/20/265 404/20/265 400/20/265 +f 413/20/265 404/20/265 399/20/265 +f 411/20/265 413/20/265 399/20/265 +f 417/21/257 416/20/258 415/20/257 +f 416/20/258 417/21/257 418/21/258 +f 415/20/259 416/20/260 417/21/259 +f 418/21/260 417/21/259 416/20/260 +f 421/21/259 420/20/260 419/20/259 +f 420/20/260 421/21/259 422/21/260 +f 419/20/257 420/20/258 421/21/257 +f 422/21/258 421/21/257 420/20/258 +f 425/21/262 424/20/261 423/21/261 +f 424/20/261 425/21/262 426/20/262 +f 423/21/264 424/20/264 425/21/263 +f 426/20/263 425/21/263 424/20/264 +f 429/20/264 428/21/263 427/20/263 +f 428/21/263 429/20/264 430/21/264 +f 427/20/262 428/21/262 429/20/261 +f 430/21/261 429/20/261 428/21/262 +f 422/21/260 429/20/264 420/20/260 +f 429/20/264 422/21/260 430/21/264 +f 420/20/258 429/20/261 422/21/258 +f 430/21/261 422/21/258 429/20/261 +f 418/21/258 424/20/261 416/20/258 +f 424/20/261 418/21/258 423/21/261 +f 416/20/260 424/20/264 418/21/260 +f 423/21/264 418/21/260 424/20/264 +f 425/21/262 419/20/259 426/20/262 +f 419/20/259 425/21/262 421/21/259 +f 426/20/263 419/20/257 425/21/263 +f 421/21/257 425/21/263 419/20/257 +f 428/21/263 415/20/257 427/20/263 +f 415/20/257 428/21/263 417/21/257 +f 427/20/262 415/20/259 428/21/262 +f 417/21/259 428/21/262 415/20/259 +f 418/21/265 425/21/265 423/21/265 +f 425/21/265 418/21/265 421/21/265 +f 421/21/265 418/21/265 417/21/265 +f 421/21/265 417/21/265 422/21/265 +f 422/21/265 417/21/265 428/21/265 +f 422/21/265 428/21/265 430/21/265 +f 423/21/266 425/21/266 418/21/266 +f 421/21/266 418/21/266 425/21/266 +f 417/21/266 418/21/266 421/21/266 +f 422/21/266 417/21/266 421/21/266 +f 428/21/266 417/21/266 422/21/266 +f 430/21/266 428/21/266 422/21/266 +f 419/20/266 424/20/266 426/20/266 +f 424/20/266 419/20/266 416/20/266 +f 416/20/266 419/20/266 420/20/266 +f 416/20/266 420/20/266 415/20/266 +f 415/20/266 420/20/266 429/20/266 +f 415/20/266 429/20/266 427/20/266 +f 426/20/265 424/20/265 419/20/265 +f 416/20/265 419/20/265 424/20/265 +f 420/20/265 419/20/265 416/20/265 +f 415/20/265 420/20/265 416/20/265 +f 429/20/265 420/20/265 415/20/265 +f 427/20/265 429/20/265 415/20/265 + +g corridor-end + + + + +usemtl colormap + +f 3/1/3 2/2/2 1/1/1 +f 2/2/2 3/1/3 4/2/4 +f 1/1/7 2/2/6 3/1/5 +f 4/2/8 3/1/5 2/2/6 +f 6/2/10 3/1/3 5/1/9 +f 3/1/3 6/2/10 4/2/4 +f 5/1/12 3/1/5 6/2/11 +f 4/2/8 6/2/11 3/1/5 +f 9/3/15 8/1/14 7/1/13 +f 8/1/14 9/3/15 10/3/16 +f 7/1/19 8/1/18 9/3/17 +f 10/3/20 9/3/17 8/1/18 +f 8/1/14 12/3/22 11/1/21 +f 12/3/22 8/1/14 10/3/16 +f 11/1/24 12/3/23 8/1/18 +f 10/3/20 8/1/18 12/3/23 +f 15/1/27 14/3/26 13/1/25 +f 14/3/26 15/1/27 16/3/28 +f 13/1/31 14/3/30 15/1/29 +f 16/3/32 15/1/29 14/3/30 +f 14/3/26 18/3/34 17/3/33 +f 18/3/34 14/3/26 16/3/28 +f 17/3/36 18/3/35 14/3/30 +f 16/3/32 14/3/30 18/3/35 +f 18/3/34 15/1/27 19/1/37 +f 15/1/27 18/3/34 16/3/28 +f 19/1/38 15/1/29 18/3/35 +f 16/3/32 18/3/35 15/1/29 +f 14/3/26 20/1/39 13/1/25 +f 20/1/39 14/3/26 17/3/33 +f 13/1/31 20/1/40 14/3/30 +f 17/3/36 14/3/30 20/1/40 +f 17/3/33 19/1/37 20/1/39 +f 19/1/37 17/3/33 18/3/34 +f 20/1/40 19/1/38 17/3/36 +f 18/3/35 17/3/36 19/1/38 +f 22/3/42 7/1/13 21/1/41 +f 7/1/13 22/3/42 9/3/15 +f 21/1/44 7/1/19 22/3/43 +f 9/3/17 22/3/43 7/1/19 +f 2/2/2 23/1/45 1/1/1 +f 23/1/45 2/2/2 24/2/46 +f 1/1/7 23/1/47 2/2/6 +f 24/2/48 2/2/6 23/1/47 +f 12/3/22 21/1/41 11/1/21 +f 21/1/41 12/3/22 22/3/42 +f 11/1/24 21/1/44 12/3/23 +f 22/3/43 12/3/23 21/1/44 +f 12/3/22 9/3/15 22/3/42 +f 9/3/15 12/3/22 10/3/16 +f 22/3/43 9/3/17 12/3/23 +f 10/3/20 12/3/23 9/3/17 +f 27/2/51 26/2/50 25/2/49 +f 26/2/50 27/2/51 28/2/52 +f 25/2/55 26/2/54 27/2/53 +f 28/2/56 27/2/53 26/2/54 +f 24/2/46 4/2/4 6/2/10 +f 4/2/4 24/2/46 2/2/2 +f 6/2/11 4/2/8 24/2/48 +f 2/2/6 24/2/48 4/2/8 +f 29/1/57 28/2/52 27/2/51 +f 28/2/52 29/1/57 30/1/58 +f 27/2/53 28/2/56 29/1/59 +f 30/1/60 29/1/59 28/2/56 +f 33/1/63 32/2/62 31/1/61 +f 32/2/62 33/1/63 34/2/64 +f 31/1/67 32/2/66 33/1/65 +f 34/2/68 33/1/65 32/2/66 +f 29/1/57 25/2/49 35/1/69 +f 25/2/49 29/1/57 27/2/51 +f 35/1/70 25/2/55 29/1/59 +f 27/2/53 29/1/59 25/2/55 +f 28/2/52 36/1/71 26/2/50 +f 36/1/71 28/2/52 30/1/58 +f 26/2/54 36/1/72 28/2/56 +f 30/1/60 28/2/56 36/1/72 +f 39/2/75 38/1/74 37/1/73 +f 38/1/74 39/2/75 40/2/76 +f 37/1/79 38/1/78 39/2/77 +f 40/2/80 39/2/77 38/1/78 +f 25/2/49 36/1/71 35/1/69 +f 36/1/71 25/2/49 26/2/50 +f 35/1/70 36/1/72 25/2/55 +f 26/2/54 25/2/55 36/1/72 +f 31/1/61 39/2/75 37/1/73 +f 39/2/75 31/1/61 32/2/62 +f 37/1/79 39/2/77 31/1/67 +f 32/2/66 31/1/67 39/2/77 +f 34/2/64 38/1/74 40/2/76 +f 38/1/74 34/2/64 33/1/63 +f 40/2/80 38/1/78 34/2/68 +f 33/1/65 34/2/68 38/1/78 +f 32/2/62 40/2/76 39/2/75 +f 40/2/76 32/2/62 34/2/64 +f 39/2/77 40/2/80 32/2/66 +f 34/2/68 32/2/66 40/2/80 +f 24/2/46 5/1/9 23/1/45 +f 5/1/9 24/2/46 6/2/10 +f 23/1/47 5/1/12 24/2/48 +f 6/2/11 24/2/48 5/1/12 +f 43/4/81 42/1/82 41/1/81 +f 42/1/82 43/4/81 44/4/82 +f 41/1/83 42/1/84 43/4/83 +f 44/4/84 43/4/83 42/1/84 +f 47/4/85 46/4/85 45/4/85 +f 46/4/85 47/4/85 44/4/85 +f 46/4/85 44/4/85 43/4/85 +f 45/4/86 46/4/86 47/4/86 +f 44/4/86 47/4/86 46/4/86 +f 43/4/86 44/4/86 46/4/86 +f 45/4/84 49/1/84 48/1/84 +f 49/1/84 45/4/84 46/4/84 +f 48/1/82 49/1/82 45/4/82 +f 46/4/82 45/4/82 49/1/82 +f 44/4/82 50/1/87 42/1/82 +f 50/1/87 44/4/82 47/4/87 +f 42/1/84 50/1/88 44/4/84 +f 47/4/88 44/4/84 50/1/88 +f 45/4/89 50/1/89 47/4/89 +f 50/1/89 45/4/89 48/1/89 +f 47/4/90 50/1/90 45/4/90 +f 48/1/90 45/4/90 50/1/90 +f 49/1/90 43/4/90 41/1/90 +f 43/4/90 49/1/90 46/4/90 +f 41/1/89 43/4/89 49/1/89 +f 46/4/89 49/1/89 43/4/89 +f 53/1/85 52/1/85 51/1/85 +f 52/1/85 53/1/85 54/1/85 +f 51/1/86 52/1/86 53/1/86 +f 54/1/86 53/1/86 52/1/86 +f 57/1/45 56/2/10 55/1/9 +f 56/2/10 57/1/45 58/2/46 +f 55/1/12 56/2/11 57/1/47 +f 58/2/48 57/1/47 56/2/11 +f 60/2/2 57/1/45 59/1/1 +f 57/1/45 60/2/2 58/2/46 +f 59/1/7 57/1/47 60/2/6 +f 58/2/48 60/2/6 57/1/47 +f 63/3/22 62/1/41 61/1/21 +f 62/1/41 63/3/22 64/3/42 +f 61/1/24 62/1/44 63/3/23 +f 64/3/43 63/3/23 62/1/44 +f 62/1/41 66/3/15 65/1/13 +f 66/3/15 62/1/41 64/3/42 +f 65/1/19 66/3/17 62/1/44 +f 64/3/43 62/1/44 66/3/17 +f 69/1/39 68/3/34 67/1/37 +f 68/3/34 69/1/39 70/3/33 +f 67/1/38 68/3/35 69/1/40 +f 70/3/36 69/1/40 68/3/35 +f 68/3/34 72/3/26 71/3/28 +f 72/3/26 68/3/34 70/3/33 +f 71/3/32 72/3/30 68/3/35 +f 70/3/36 68/3/35 72/3/30 +f 72/3/26 69/1/39 73/1/25 +f 69/1/39 72/3/26 70/3/33 +f 73/1/31 69/1/40 72/3/30 +f 70/3/36 72/3/30 69/1/40 +f 68/3/34 74/1/27 67/1/37 +f 74/1/27 68/3/34 71/3/28 +f 67/1/38 74/1/29 68/3/35 +f 71/3/32 68/3/35 74/1/29 +f 71/3/28 73/1/25 74/1/27 +f 73/1/25 71/3/28 72/3/26 +f 74/1/29 73/1/31 71/3/32 +f 72/3/30 71/3/32 73/1/31 +f 76/3/16 61/1/21 75/1/14 +f 61/1/21 76/3/16 63/3/22 +f 75/1/18 61/1/24 76/3/20 +f 63/3/23 76/3/20 61/1/24 +f 56/2/10 77/1/3 55/1/9 +f 77/1/3 56/2/10 78/2/4 +f 55/1/12 77/1/5 56/2/11 +f 78/2/8 56/2/11 77/1/5 +f 66/3/15 75/1/14 65/1/13 +f 75/1/14 66/3/15 76/3/16 +f 65/1/19 75/1/18 66/3/17 +f 76/3/20 66/3/17 75/1/18 +f 66/3/15 63/3/22 76/3/16 +f 63/3/22 66/3/15 64/3/42 +f 76/3/20 63/3/23 66/3/17 +f 64/3/43 66/3/17 63/3/23 +f 81/2/93 80/2/92 79/2/91 +f 80/2/92 81/2/93 82/2/94 +f 79/2/97 80/2/96 81/2/95 +f 82/2/98 81/2/95 80/2/96 +f 78/2/4 58/2/46 60/2/2 +f 58/2/46 78/2/4 56/2/10 +f 60/2/6 58/2/48 78/2/8 +f 56/2/11 78/2/8 58/2/48 +f 83/1/99 82/2/94 81/2/93 +f 82/2/94 83/1/99 84/1/100 +f 81/2/95 82/2/98 83/1/101 +f 84/1/102 83/1/101 82/2/98 +f 87/1/73 86/2/76 85/1/74 +f 86/2/76 87/1/73 88/2/75 +f 85/1/78 86/2/80 87/1/79 +f 88/2/77 87/1/79 86/2/80 +f 83/1/99 79/2/91 89/1/103 +f 79/2/91 83/1/99 81/2/93 +f 89/1/104 79/2/97 83/1/101 +f 81/2/95 83/1/101 79/2/97 +f 82/2/94 90/1/105 80/2/92 +f 90/1/105 82/2/94 84/1/100 +f 80/2/96 90/1/106 82/2/98 +f 84/1/102 82/2/98 90/1/106 +f 93/2/64 92/1/61 91/1/63 +f 92/1/61 93/2/64 94/2/62 +f 91/1/65 92/1/67 93/2/68 +f 94/2/66 93/2/68 92/1/67 +f 79/2/91 90/1/105 89/1/103 +f 90/1/105 79/2/91 80/2/92 +f 89/1/104 90/1/106 79/2/97 +f 80/2/96 79/2/97 90/1/106 +f 85/1/74 93/2/64 91/1/63 +f 93/2/64 85/1/74 86/2/76 +f 91/1/65 93/2/68 85/1/78 +f 86/2/80 85/1/78 93/2/68 +f 88/2/75 92/1/61 94/2/62 +f 92/1/61 88/2/75 87/1/73 +f 94/2/66 92/1/67 88/2/77 +f 87/1/79 88/2/77 92/1/67 +f 86/2/76 94/2/62 93/2/64 +f 94/2/62 86/2/76 88/2/75 +f 93/2/68 94/2/66 86/2/80 +f 88/2/77 86/2/80 94/2/66 +f 78/2/4 59/1/1 77/1/3 +f 59/1/1 78/2/4 60/2/2 +f 77/1/5 59/1/7 78/2/8 +f 60/2/6 78/2/8 59/1/7 +f 97/4/83 96/1/107 95/1/83 +f 96/1/107 97/4/83 98/4/107 +f 95/1/81 96/1/108 97/4/81 +f 98/4/108 97/4/81 96/1/108 +f 101/4/85 100/4/85 99/4/85 +f 100/4/85 101/4/85 98/4/85 +f 100/4/85 98/4/85 97/4/85 +f 99/4/86 100/4/86 101/4/86 +f 98/4/86 101/4/86 100/4/86 +f 97/4/86 98/4/86 100/4/86 +f 99/4/108 103/1/108 102/1/108 +f 103/1/108 99/4/108 100/4/108 +f 102/1/107 103/1/107 99/4/107 +f 100/4/107 99/4/107 103/1/107 +f 98/4/107 104/1/88 96/1/107 +f 104/1/88 98/4/107 101/4/88 +f 96/1/108 104/1/87 98/4/108 +f 101/4/87 98/4/108 104/1/87 +f 99/4/109 104/1/109 101/4/109 +f 104/1/109 99/4/109 102/1/109 +f 101/4/110 104/1/110 99/4/110 +f 102/1/110 99/4/110 104/1/110 +f 103/1/110 97/4/110 95/1/110 +f 97/4/110 103/1/110 100/4/110 +f 95/1/109 97/4/109 103/1/109 +f 100/4/109 103/1/109 97/4/109 +f 107/1/113 106/2/112 105/1/111 +f 106/2/112 107/1/113 108/2/114 +f 105/1/117 106/2/116 107/1/115 +f 108/2/118 107/1/115 106/2/116 +f 110/2/120 107/1/113 109/1/119 +f 107/1/113 110/2/120 108/2/114 +f 109/1/122 107/1/115 110/2/121 +f 108/2/118 110/2/121 107/1/115 +f 113/3/125 112/1/124 111/1/123 +f 112/1/124 113/3/125 114/3/126 +f 111/1/129 112/1/128 113/3/127 +f 114/3/130 113/3/127 112/1/128 +f 112/1/124 116/3/132 115/1/131 +f 116/3/132 112/1/124 114/3/126 +f 115/1/134 116/3/133 112/1/128 +f 114/3/130 112/1/128 116/3/133 +f 119/1/137 118/3/136 117/1/135 +f 118/3/136 119/1/137 120/3/138 +f 117/1/141 118/3/140 119/1/139 +f 120/3/142 119/1/139 118/3/140 +f 118/3/136 122/3/144 121/3/143 +f 122/3/144 118/3/136 120/3/138 +f 121/3/146 122/3/145 118/3/140 +f 120/3/142 118/3/140 122/3/145 +f 122/3/144 119/1/137 123/1/147 +f 119/1/137 122/3/144 120/3/138 +f 123/1/148 119/1/139 122/3/145 +f 120/3/142 122/3/145 119/1/139 +f 118/3/136 124/1/149 117/1/135 +f 124/1/149 118/3/136 121/3/143 +f 117/1/141 124/1/150 118/3/140 +f 121/3/146 118/3/140 124/1/150 +f 121/3/143 123/1/147 124/1/149 +f 123/1/147 121/3/143 122/3/144 +f 124/1/150 123/1/148 121/3/146 +f 122/3/145 121/3/146 123/1/148 +f 126/3/152 111/1/123 125/1/151 +f 111/1/123 126/3/152 113/3/125 +f 125/1/154 111/1/129 126/3/153 +f 113/3/127 126/3/153 111/1/129 +f 106/2/112 127/1/155 105/1/111 +f 127/1/155 106/2/112 128/2/156 +f 105/1/117 127/1/157 106/2/116 +f 128/2/158 106/2/116 127/1/157 +f 116/3/132 125/1/151 115/1/131 +f 125/1/151 116/3/132 126/3/152 +f 115/1/134 125/1/154 116/3/133 +f 126/3/153 116/3/133 125/1/154 +f 116/3/132 113/3/125 126/3/152 +f 113/3/125 116/3/132 114/3/126 +f 126/3/153 113/3/127 116/3/133 +f 114/3/130 116/3/133 113/3/127 +f 131/2/161 130/2/160 129/2/159 +f 130/2/160 131/2/161 132/2/162 +f 129/2/165 130/2/164 131/2/163 +f 132/2/166 131/2/163 130/2/164 +f 128/2/156 108/2/114 110/2/120 +f 108/2/114 128/2/156 106/2/112 +f 110/2/121 108/2/118 128/2/158 +f 106/2/116 128/2/158 108/2/118 +f 133/1/167 132/2/162 131/2/161 +f 132/2/162 133/1/167 134/1/168 +f 131/2/163 132/2/166 133/1/169 +f 134/1/170 133/1/169 132/2/166 +f 137/1/173 136/2/172 135/1/171 +f 136/2/172 137/1/173 138/2/174 +f 135/1/177 136/2/176 137/1/175 +f 138/2/178 137/1/175 136/2/176 +f 133/1/167 129/2/159 139/1/179 +f 129/2/159 133/1/167 131/2/161 +f 139/1/180 129/2/165 133/1/169 +f 131/2/163 133/1/169 129/2/165 +f 132/2/162 140/1/181 130/2/160 +f 140/1/181 132/2/162 134/1/168 +f 130/2/164 140/1/182 132/2/166 +f 134/1/170 132/2/166 140/1/182 +f 143/2/185 142/1/184 141/1/183 +f 142/1/184 143/2/185 144/2/186 +f 141/1/189 142/1/188 143/2/187 +f 144/2/190 143/2/187 142/1/188 +f 129/2/159 140/1/181 139/1/179 +f 140/1/181 129/2/159 130/2/160 +f 139/1/180 140/1/182 129/2/165 +f 130/2/164 129/2/165 140/1/182 +f 135/1/171 143/2/185 141/1/183 +f 143/2/185 135/1/171 136/2/172 +f 141/1/189 143/2/187 135/1/177 +f 136/2/176 135/1/177 143/2/187 +f 138/2/174 142/1/184 144/2/186 +f 142/1/184 138/2/174 137/1/173 +f 144/2/190 142/1/188 138/2/178 +f 137/1/175 138/2/178 142/1/188 +f 136/2/172 144/2/186 143/2/185 +f 144/2/186 136/2/172 138/2/174 +f 143/2/187 144/2/190 136/2/176 +f 138/2/178 136/2/176 144/2/190 +f 128/2/156 109/1/119 127/1/155 +f 109/1/119 128/2/156 110/2/120 +f 127/1/157 109/1/122 128/2/158 +f 110/2/121 128/2/158 109/1/122 +f 147/4/191 146/1/192 145/1/191 +f 146/1/192 147/4/191 148/4/192 +f 145/1/193 146/1/194 147/4/193 +f 148/4/194 147/4/193 146/1/194 +f 151/4/85 150/4/85 149/4/85 +f 150/4/85 151/4/85 148/4/85 +f 150/4/85 148/4/85 147/4/85 +f 149/4/86 150/4/86 151/4/86 +f 148/4/86 151/4/86 150/4/86 +f 147/4/86 148/4/86 150/4/86 +f 149/4/194 153/1/194 152/1/194 +f 153/1/194 149/4/194 150/4/194 +f 152/1/192 153/1/192 149/4/192 +f 150/4/192 149/4/192 153/1/192 +f 148/4/192 154/1/195 146/1/192 +f 154/1/195 148/4/192 151/4/195 +f 146/1/194 154/1/196 148/4/194 +f 151/4/196 148/4/194 154/1/196 +f 149/4/197 154/1/197 151/4/197 +f 154/1/197 149/4/197 152/1/197 +f 151/4/198 154/1/198 149/4/198 +f 152/1/198 149/4/198 154/1/198 +f 153/1/198 147/4/198 145/1/198 +f 147/4/198 153/1/198 150/4/198 +f 145/1/197 147/4/197 153/1/197 +f 150/4/197 153/1/197 147/4/197 +f 157/5/89 156/6/89 155/5/89 +f 156/6/89 157/5/89 158/6/89 +f 155/5/90 156/6/90 157/5/90 +f 158/6/90 157/5/90 156/6/90 +f 161/5/199 160/6/82 159/6/199 +f 160/6/82 161/5/199 162/5/82 +f 159/6/200 160/6/84 161/5/200 +f 162/5/84 161/5/200 160/6/84 +f 157/5/84 163/6/84 158/6/84 +f 163/6/84 157/5/84 164/5/84 +f 158/6/82 163/6/82 157/5/82 +f 164/5/82 157/5/82 163/6/82 +f 162/5/82 156/6/201 160/6/82 +f 156/6/201 162/5/82 155/5/201 +f 160/6/84 156/6/202 162/5/84 +f 155/5/202 162/5/84 156/6/202 +f 163/6/86 156/6/86 158/6/86 +f 156/6/86 163/6/86 160/6/86 +f 160/6/86 163/6/86 159/6/86 +f 158/6/85 156/6/85 163/6/85 +f 160/6/85 163/6/85 156/6/85 +f 159/6/85 163/6/85 160/6/85 +f 155/5/85 164/5/85 157/5/85 +f 164/5/85 155/5/85 162/5/85 +f 164/5/85 162/5/85 161/5/85 +f 157/5/86 164/5/86 155/5/86 +f 162/5/86 155/5/86 164/5/86 +f 161/5/86 162/5/86 164/5/86 +f 163/6/90 161/5/90 159/6/90 +f 161/5/90 163/6/90 164/5/90 +f 159/6/89 161/5/89 163/6/89 +f 164/5/89 163/6/89 161/5/89 +f 167/7/85 166/7/85 165/7/85 +f 166/7/85 167/7/85 168/7/85 +f 166/7/85 168/7/85 169/7/85 +f 165/7/86 166/7/86 167/7/86 +f 168/7/86 167/7/86 166/7/86 +f 169/7/86 168/7/86 166/7/86 +f 165/7/84 171/6/84 170/6/84 +f 171/6/84 165/7/84 166/7/84 +f 170/6/82 171/6/82 165/7/82 +f 166/7/82 165/7/82 171/6/82 +f 171/6/90 169/7/90 172/6/90 +f 169/7/90 171/6/90 166/7/90 +f 172/6/89 169/7/89 171/6/89 +f 166/7/89 171/6/89 169/7/89 +f 165/7/89 173/6/89 167/7/89 +f 173/6/89 165/7/89 170/6/89 +f 167/7/90 173/6/90 165/7/90 +f 170/6/90 165/7/90 173/6/90 +f 175/9/83 174/8/83 168/7/84 +f 174/8/83 176/10/83 168/7/84 +f 177/11/83 175/9/83 168/7/84 +f 168/7/84 176/10/83 178/6/84 +f 179/10/83 178/6/84 176/10/83 +f 178/6/84 179/10/83 172/6/83 +f 180/8/83 172/6/83 179/10/83 +f 169/7/83 177/11/83 168/7/84 +f 169/7/83 172/6/83 180/8/83 +f 177/11/83 169/7/83 181/11/83 +f 182/9/83 169/7/83 180/8/83 +f 181/11/83 169/7/83 182/9/83 +f 184/13/88 183/12/88 167/7/88 +f 185/14/88 184/13/88 167/7/88 +f 168/7/84 185/14/88 167/7/88 +f 185/14/88 168/7/84 186/14/88 +f 167/7/88 183/12/88 173/6/88 +f 186/14/88 168/7/84 187/13/88 +f 187/13/88 168/7/84 188/12/88 +f 189/15/88 173/6/88 183/12/88 +f 188/12/88 168/7/84 190/16/88 +f 191/15/88 188/12/88 190/16/88 +f 191/15/88 190/16/88 189/15/88 +f 190/16/88 168/7/84 192/16/88 +f 192/16/88 168/7/84 193/17/88 +f 193/17/88 168/7/84 194/18/88 +f 168/7/84 178/6/84 194/18/88 +f 194/18/88 178/6/84 195/19/88 +f 173/6/88 195/19/88 178/6/84 +f 195/19/88 173/6/88 196/19/88 +f 196/19/88 173/6/88 189/15/88 +f 190/16/88 197/17/88 189/15/88 +f 198/18/88 196/19/88 189/15/88 +f 197/17/88 198/18/88 189/15/88 +f 168/7/82 174/8/81 175/9/81 +f 168/7/82 175/9/81 177/11/81 +f 168/7/82 176/10/81 174/8/81 +f 178/6/82 176/10/81 168/7/82 +f 176/10/81 178/6/82 179/10/81 +f 172/6/81 179/10/81 178/6/82 +f 179/10/81 172/6/81 180/8/81 +f 168/7/82 177/11/81 169/7/81 +f 180/8/81 172/6/81 169/7/81 +f 181/11/81 169/7/81 177/11/81 +f 180/8/81 169/7/81 182/9/81 +f 182/9/81 169/7/81 181/11/81 +f 167/7/87 183/12/87 184/13/87 +f 167/7/87 184/13/87 185/14/87 +f 167/7/87 185/14/87 168/7/82 +f 186/14/87 168/7/82 185/14/87 +f 173/6/87 183/12/87 167/7/87 +f 187/13/87 168/7/82 186/14/87 +f 188/12/87 168/7/82 187/13/87 +f 183/12/87 173/6/87 189/15/87 +f 190/16/87 168/7/82 188/12/87 +f 190/16/87 188/12/87 191/15/87 +f 189/15/87 190/16/87 191/15/87 +f 192/16/87 168/7/82 190/16/87 +f 193/17/87 168/7/82 192/16/87 +f 194/18/87 168/7/82 193/17/87 +f 194/18/87 178/6/82 168/7/82 +f 195/19/87 178/6/82 194/18/87 +f 178/6/82 195/19/87 173/6/87 +f 196/19/87 173/6/87 195/19/87 +f 189/15/87 173/6/87 196/19/87 +f 189/15/87 197/17/87 190/16/87 +f 189/15/87 196/19/87 198/18/87 +f 189/15/87 198/18/87 197/17/87 +f 201/21/203 200/20/204 199/20/203 +f 200/20/204 201/21/203 202/21/204 +f 199/20/205 200/20/206 201/21/205 +f 202/21/206 201/21/205 200/20/206 +f 205/21/205 204/20/206 203/20/205 +f 204/20/206 205/21/205 206/21/206 +f 203/20/203 204/20/204 205/21/203 +f 206/21/204 205/21/203 204/20/204 +f 209/21/208 208/20/207 207/21/207 +f 208/20/207 209/21/208 210/20/208 +f 207/21/210 208/20/210 209/21/209 +f 210/20/209 209/21/209 208/20/210 +f 213/20/210 212/21/209 211/20/209 +f 212/21/209 213/20/210 214/21/210 +f 211/20/208 212/21/208 213/20/207 +f 214/21/207 213/20/207 212/21/208 +f 206/21/206 213/20/210 204/20/206 +f 213/20/210 206/21/206 214/21/210 +f 204/20/204 213/20/207 206/21/204 +f 214/21/207 206/21/204 213/20/207 +f 202/21/204 208/20/207 200/20/204 +f 208/20/207 202/21/204 207/21/207 +f 200/20/206 208/20/210 202/21/206 +f 207/21/210 202/21/206 208/20/210 +f 209/21/208 203/20/205 210/20/208 +f 203/20/205 209/21/208 205/21/205 +f 210/20/209 203/20/203 209/21/209 +f 205/21/203 209/21/209 203/20/203 +f 212/21/209 199/20/203 211/20/209 +f 199/20/203 212/21/209 201/21/203 +f 211/20/208 199/20/205 212/21/208 +f 201/21/205 212/21/208 199/20/205 +f 202/21/211 209/21/211 207/21/211 +f 209/21/211 202/21/211 205/21/211 +f 205/21/211 202/21/211 201/21/211 +f 205/21/211 201/21/211 206/21/211 +f 206/21/211 201/21/211 212/21/211 +f 206/21/211 212/21/211 214/21/211 +f 207/21/212 209/21/212 202/21/212 +f 205/21/212 202/21/212 209/21/212 +f 201/21/212 202/21/212 205/21/212 +f 206/21/212 201/21/212 205/21/212 +f 212/21/212 201/21/212 206/21/212 +f 214/21/212 212/21/212 206/21/212 +f 203/20/212 208/20/212 210/20/212 +f 208/20/212 203/20/212 200/20/212 +f 200/20/212 203/20/212 204/20/212 +f 200/20/212 204/20/212 199/20/212 +f 199/20/212 204/20/212 213/20/212 +f 199/20/212 213/20/212 211/20/212 +f 210/20/211 208/20/211 203/20/211 +f 200/20/211 203/20/211 208/20/211 +f 204/20/211 203/20/211 200/20/211 +f 199/20/211 204/20/211 200/20/211 +f 213/20/211 204/20/211 199/20/211 +f 211/20/211 213/20/211 199/20/211 +f 217/21/213 216/20/214 215/20/213 +f 216/20/214 217/21/213 218/21/214 +f 215/20/215 216/20/216 217/21/215 +f 218/21/216 217/21/215 216/20/216 +f 221/21/215 220/20/216 219/20/215 +f 220/20/216 221/21/215 222/21/216 +f 219/20/213 220/20/214 221/21/213 +f 222/21/214 221/21/213 220/20/214 +f 225/21/218 224/20/217 223/21/217 +f 224/20/217 225/21/218 226/20/218 +f 223/21/220 224/20/220 225/21/219 +f 226/20/219 225/21/219 224/20/220 +f 229/20/220 228/21/219 227/20/219 +f 228/21/219 229/20/220 230/21/220 +f 227/20/218 228/21/218 229/20/217 +f 230/21/217 229/20/217 228/21/218 +f 222/21/216 229/20/220 220/20/216 +f 229/20/220 222/21/216 230/21/220 +f 220/20/214 229/20/217 222/21/214 +f 230/21/217 222/21/214 229/20/217 +f 218/21/214 224/20/217 216/20/214 +f 224/20/217 218/21/214 223/21/217 +f 216/20/216 224/20/220 218/21/216 +f 223/21/220 218/21/216 224/20/220 +f 225/21/218 219/20/215 226/20/218 +f 219/20/215 225/21/218 221/21/215 +f 226/20/219 219/20/213 225/21/219 +f 221/21/213 225/21/219 219/20/213 +f 228/21/219 215/20/213 227/20/219 +f 215/20/213 228/21/219 217/21/213 +f 227/20/218 215/20/215 228/21/218 +f 217/21/215 228/21/218 215/20/215 +f 218/21/221 225/21/221 223/21/221 +f 225/21/221 218/21/221 221/21/221 +f 221/21/221 218/21/221 217/21/221 +f 221/21/221 217/21/221 222/21/221 +f 222/21/221 217/21/221 228/21/221 +f 222/21/221 228/21/221 230/21/221 +f 223/21/222 225/21/222 218/21/222 +f 221/21/222 218/21/222 225/21/222 +f 217/21/222 218/21/222 221/21/222 +f 222/21/222 217/21/222 221/21/222 +f 228/21/222 217/21/222 222/21/222 +f 230/21/222 228/21/222 222/21/222 +f 219/20/222 224/20/222 226/20/222 +f 224/20/222 219/20/222 216/20/222 +f 216/20/222 219/20/222 220/20/222 +f 216/20/222 220/20/222 215/20/222 +f 215/20/222 220/20/222 229/20/222 +f 215/20/222 229/20/222 227/20/222 +f 226/20/221 224/20/221 219/20/221 +f 216/20/221 219/20/221 224/20/221 +f 220/20/221 219/20/221 216/20/221 +f 215/20/221 220/20/221 216/20/221 +f 229/20/221 220/20/221 215/20/221 +f 227/20/221 229/20/221 215/20/221 +f 233/21/213 232/20/214 231/20/213 +f 232/20/214 233/21/213 234/21/214 +f 231/20/215 232/20/216 233/21/215 +f 234/21/216 233/21/215 232/20/216 +f 237/21/215 236/20/216 235/20/215 +f 236/20/216 237/21/215 238/21/216 +f 235/20/213 236/20/214 237/21/213 +f 238/21/214 237/21/213 236/20/214 +f 241/21/218 240/20/217 239/21/217 +f 240/20/217 241/21/218 242/20/218 +f 239/21/220 240/20/220 241/21/219 +f 242/20/219 241/21/219 240/20/220 +f 245/20/220 244/21/219 243/20/219 +f 244/21/219 245/20/220 246/21/220 +f 243/20/218 244/21/218 245/20/217 +f 246/21/217 245/20/217 244/21/218 +f 238/21/216 245/20/220 236/20/216 +f 245/20/220 238/21/216 246/21/220 +f 236/20/214 245/20/217 238/21/214 +f 246/21/217 238/21/214 245/20/217 +f 234/21/214 240/20/217 232/20/214 +f 240/20/217 234/21/214 239/21/217 +f 232/20/216 240/20/220 234/21/216 +f 239/21/220 234/21/216 240/20/220 +f 241/21/218 235/20/215 242/20/218 +f 235/20/215 241/21/218 237/21/215 +f 242/20/219 235/20/213 241/21/219 +f 237/21/213 241/21/219 235/20/213 +f 244/21/219 231/20/213 243/20/219 +f 231/20/213 244/21/219 233/21/213 +f 243/20/218 231/20/215 244/21/218 +f 233/21/215 244/21/218 231/20/215 +f 234/21/221 241/21/221 239/21/221 +f 241/21/221 234/21/221 237/21/221 +f 237/21/221 234/21/221 233/21/221 +f 237/21/221 233/21/221 238/21/221 +f 238/21/221 233/21/221 244/21/221 +f 238/21/221 244/21/221 246/21/221 +f 239/21/222 241/21/222 234/21/222 +f 237/21/222 234/21/222 241/21/222 +f 233/21/222 234/21/222 237/21/222 +f 238/21/222 233/21/222 237/21/222 +f 244/21/222 233/21/222 238/21/222 +f 246/21/222 244/21/222 238/21/222 +f 235/20/222 240/20/222 242/20/222 +f 240/20/222 235/20/222 232/20/222 +f 232/20/222 235/20/222 236/20/222 +f 232/20/222 236/20/222 231/20/222 +f 231/20/222 236/20/222 245/20/222 +f 231/20/222 245/20/222 243/20/222 +f 242/20/221 240/20/221 235/20/221 +f 232/20/221 235/20/221 240/20/221 +f 236/20/221 235/20/221 232/20/221 +f 231/20/221 236/20/221 232/20/221 +f 245/20/221 236/20/221 231/20/221 +f 243/20/221 245/20/221 231/20/221 +f 249/5/109 248/6/109 247/5/109 +f 248/6/109 249/5/109 250/6/109 +f 247/5/110 248/6/110 249/5/110 +f 250/6/110 249/5/110 248/6/110 +f 253/5/200 252/6/107 251/6/200 +f 252/6/107 253/5/200 254/5/107 +f 251/6/199 252/6/108 253/5/199 +f 254/5/108 253/5/199 252/6/108 +f 249/5/108 255/6/108 250/6/108 +f 255/6/108 249/5/108 256/5/108 +f 250/6/107 255/6/107 249/5/107 +f 256/5/107 249/5/107 255/6/107 +f 254/5/107 248/6/202 252/6/107 +f 248/6/202 254/5/107 247/5/202 +f 252/6/108 248/6/201 254/5/108 +f 247/5/201 254/5/108 248/6/201 +f 255/6/86 248/6/86 250/6/86 +f 248/6/86 255/6/86 252/6/86 +f 252/6/86 255/6/86 251/6/86 +f 250/6/85 248/6/85 255/6/85 +f 252/6/85 255/6/85 248/6/85 +f 251/6/85 255/6/85 252/6/85 +f 247/5/85 256/5/85 249/5/85 +f 256/5/85 247/5/85 254/5/85 +f 256/5/85 254/5/85 253/5/85 +f 249/5/86 256/5/86 247/5/86 +f 254/5/86 247/5/86 256/5/86 +f 253/5/86 254/5/86 256/5/86 +f 255/6/110 253/5/110 251/6/110 +f 253/5/110 255/6/110 256/5/110 +f 251/6/109 253/5/109 255/6/109 +f 256/5/109 255/6/109 253/5/109 +f 259/7/85 258/7/85 257/7/85 +f 258/7/85 259/7/85 260/7/85 +f 258/7/85 260/7/85 261/7/85 +f 257/7/86 258/7/86 259/7/86 +f 260/7/86 259/7/86 258/7/86 +f 261/7/86 260/7/86 258/7/86 +f 257/7/108 263/6/108 262/6/108 +f 263/6/108 257/7/108 258/7/108 +f 262/6/107 263/6/107 257/7/107 +f 258/7/107 257/7/107 263/6/107 +f 263/6/110 261/7/110 264/6/110 +f 261/7/110 263/6/110 258/7/110 +f 264/6/109 261/7/109 263/6/109 +f 258/7/109 263/6/109 261/7/109 +f 257/7/109 265/6/109 259/7/109 +f 265/6/109 257/7/109 262/6/109 +f 259/7/110 265/6/110 257/7/110 +f 262/6/110 257/7/110 265/6/110 +f 267/9/81 266/8/81 260/7/108 +f 266/8/81 268/10/81 260/7/108 +f 269/11/81 267/9/81 260/7/108 +f 260/7/108 268/10/81 270/6/108 +f 271/10/81 270/6/108 268/10/81 +f 270/6/108 271/10/81 264/6/81 +f 272/8/81 264/6/81 271/10/81 +f 261/7/81 269/11/81 260/7/108 +f 261/7/81 264/6/81 272/8/81 +f 269/11/81 261/7/81 273/11/81 +f 274/9/81 261/7/81 272/8/81 +f 273/11/81 261/7/81 274/9/81 +f 276/13/87 275/12/87 259/7/87 +f 277/14/87 276/13/87 259/7/87 +f 260/7/108 277/14/87 259/7/87 +f 277/14/87 260/7/108 278/14/87 +f 259/7/87 275/12/87 265/6/87 +f 278/14/87 260/7/108 279/13/87 +f 279/13/87 260/7/108 280/12/87 +f 281/15/87 265/6/87 275/12/87 +f 280/12/87 260/7/108 282/16/87 +f 283/15/87 280/12/87 282/16/87 +f 283/15/87 282/16/87 281/15/87 +f 282/16/87 260/7/108 284/16/87 +f 284/16/87 260/7/108 285/17/87 +f 285/17/87 260/7/108 286/18/87 +f 260/7/108 270/6/108 286/18/87 +f 286/18/87 270/6/108 287/19/87 +f 265/6/87 287/19/87 270/6/108 +f 287/19/87 265/6/87 288/19/87 +f 288/19/87 265/6/87 281/15/87 +f 282/16/87 289/17/87 281/15/87 +f 290/18/87 288/19/87 281/15/87 +f 289/17/87 290/18/87 281/15/87 +f 260/7/107 266/8/83 267/9/83 +f 260/7/107 267/9/83 269/11/83 +f 260/7/107 268/10/83 266/8/83 +f 270/6/107 268/10/83 260/7/107 +f 268/10/83 270/6/107 271/10/83 +f 264/6/83 271/10/83 270/6/107 +f 271/10/83 264/6/83 272/8/83 +f 260/7/107 269/11/83 261/7/83 +f 272/8/83 264/6/83 261/7/83 +f 273/11/83 261/7/83 269/11/83 +f 272/8/83 261/7/83 274/9/83 +f 274/9/83 261/7/83 273/11/83 +f 259/7/88 275/12/88 276/13/88 +f 259/7/88 276/13/88 277/14/88 +f 259/7/88 277/14/88 260/7/107 +f 278/14/88 260/7/107 277/14/88 +f 265/6/88 275/12/88 259/7/88 +f 279/13/88 260/7/107 278/14/88 +f 280/12/88 260/7/107 279/13/88 +f 275/12/88 265/6/88 281/15/88 +f 282/16/88 260/7/107 280/12/88 +f 282/16/88 280/12/88 283/15/88 +f 281/15/88 282/16/88 283/15/88 +f 284/16/88 260/7/107 282/16/88 +f 285/17/88 260/7/107 284/16/88 +f 286/18/88 260/7/107 285/17/88 +f 286/18/88 270/6/107 260/7/107 +f 287/19/88 270/6/107 286/18/88 +f 270/6/107 287/19/88 265/6/88 +f 288/19/88 265/6/88 287/19/88 +f 281/15/88 265/6/88 288/19/88 +f 281/15/88 289/17/88 282/16/88 +f 281/15/88 288/19/88 290/18/88 +f 281/15/88 290/18/88 289/17/88 +f 293/21/223 292/20/224 291/20/223 +f 292/20/224 293/21/223 294/21/224 +f 291/20/225 292/20/226 293/21/225 +f 294/21/226 293/21/225 292/20/226 +f 297/21/225 296/20/226 295/20/225 +f 296/20/226 297/21/225 298/21/226 +f 295/20/223 296/20/224 297/21/223 +f 298/21/224 297/21/223 296/20/224 +f 301/21/228 300/20/227 299/21/227 +f 300/20/227 301/21/228 302/20/228 +f 299/21/230 300/20/230 301/21/229 +f 302/20/229 301/21/229 300/20/230 +f 305/20/230 304/21/229 303/20/229 +f 304/21/229 305/20/230 306/21/230 +f 303/20/228 304/21/228 305/20/227 +f 306/21/227 305/20/227 304/21/228 +f 298/21/226 305/20/230 296/20/226 +f 305/20/230 298/21/226 306/21/230 +f 296/20/224 305/20/227 298/21/224 +f 306/21/227 298/21/224 305/20/227 +f 294/21/224 300/20/227 292/20/224 +f 300/20/227 294/21/224 299/21/227 +f 292/20/226 300/20/230 294/21/226 +f 299/21/230 294/21/226 300/20/230 +f 301/21/228 295/20/225 302/20/228 +f 295/20/225 301/21/228 297/21/225 +f 302/20/229 295/20/223 301/21/229 +f 297/21/223 301/21/229 295/20/223 +f 304/21/229 291/20/223 303/20/229 +f 291/20/223 304/21/229 293/21/223 +f 303/20/228 291/20/225 304/21/228 +f 293/21/225 304/21/228 291/20/225 +f 294/21/231 301/21/231 299/21/231 +f 301/21/231 294/21/231 297/21/231 +f 297/21/231 294/21/231 293/21/231 +f 297/21/231 293/21/231 298/21/231 +f 298/21/231 293/21/231 304/21/231 +f 298/21/231 304/21/231 306/21/231 +f 299/21/232 301/21/232 294/21/232 +f 297/21/232 294/21/232 301/21/232 +f 293/21/232 294/21/232 297/21/232 +f 298/21/232 293/21/232 297/21/232 +f 304/21/232 293/21/232 298/21/232 +f 306/21/232 304/21/232 298/21/232 +f 295/20/232 300/20/232 302/20/232 +f 300/20/232 295/20/232 292/20/232 +f 292/20/232 295/20/232 296/20/232 +f 292/20/232 296/20/232 291/20/232 +f 291/20/232 296/20/232 305/20/232 +f 291/20/232 305/20/232 303/20/232 +f 302/20/231 300/20/231 295/20/231 +f 292/20/231 295/20/231 300/20/231 +f 296/20/231 295/20/231 292/20/231 +f 291/20/231 296/20/231 292/20/231 +f 305/20/231 296/20/231 291/20/231 +f 303/20/231 305/20/231 291/20/231 +f 309/21/233 308/20/234 307/20/233 +f 308/20/234 309/21/233 310/21/234 +f 307/20/235 308/20/236 309/21/235 +f 310/21/236 309/21/235 308/20/236 +f 313/21/235 312/20/236 311/20/235 +f 312/20/236 313/21/235 314/21/236 +f 311/20/233 312/20/234 313/21/233 +f 314/21/234 313/21/233 312/20/234 +f 317/21/238 316/20/237 315/21/237 +f 316/20/237 317/21/238 318/20/238 +f 315/21/240 316/20/240 317/21/239 +f 318/20/239 317/21/239 316/20/240 +f 321/20/240 320/21/239 319/20/239 +f 320/21/239 321/20/240 322/21/240 +f 319/20/238 320/21/238 321/20/237 +f 322/21/237 321/20/237 320/21/238 +f 314/21/236 321/20/240 312/20/236 +f 321/20/240 314/21/236 322/21/240 +f 312/20/234 321/20/237 314/21/234 +f 322/21/237 314/21/234 321/20/237 +f 310/21/234 316/20/237 308/20/234 +f 316/20/237 310/21/234 315/21/237 +f 308/20/236 316/20/240 310/21/236 +f 315/21/240 310/21/236 316/20/240 +f 317/21/238 311/20/235 318/20/238 +f 311/20/235 317/21/238 313/21/235 +f 318/20/239 311/20/233 317/21/239 +f 313/21/233 317/21/239 311/20/233 +f 320/21/239 307/20/233 319/20/239 +f 307/20/233 320/21/239 309/21/233 +f 319/20/238 307/20/235 320/21/238 +f 309/21/235 320/21/238 307/20/235 +f 310/21/241 317/21/241 315/21/241 +f 317/21/241 310/21/241 313/21/241 +f 313/21/241 310/21/241 309/21/241 +f 313/21/241 309/21/241 314/21/241 +f 314/21/241 309/21/241 320/21/241 +f 314/21/241 320/21/241 322/21/241 +f 315/21/242 317/21/242 310/21/242 +f 313/21/242 310/21/242 317/21/242 +f 309/21/242 310/21/242 313/21/242 +f 314/21/242 309/21/242 313/21/242 +f 320/21/242 309/21/242 314/21/242 +f 322/21/242 320/21/242 314/21/242 +f 311/20/242 316/20/242 318/20/242 +f 316/20/242 311/20/242 308/20/242 +f 308/20/242 311/20/242 312/20/242 +f 308/20/242 312/20/242 307/20/242 +f 307/20/242 312/20/242 321/20/242 +f 307/20/242 321/20/242 319/20/242 +f 318/20/241 316/20/241 311/20/241 +f 308/20/241 311/20/241 316/20/241 +f 312/20/241 311/20/241 308/20/241 +f 307/20/241 312/20/241 308/20/241 +f 321/20/241 312/20/241 307/20/241 +f 319/20/241 321/20/241 307/20/241 +f 325/21/233 324/20/234 323/20/233 +f 324/20/234 325/21/233 326/21/234 +f 323/20/235 324/20/236 325/21/235 +f 326/21/236 325/21/235 324/20/236 +f 329/21/235 328/20/236 327/20/235 +f 328/20/236 329/21/235 330/21/236 +f 327/20/233 328/20/234 329/21/233 +f 330/21/234 329/21/233 328/20/234 +f 333/21/238 332/20/237 331/21/237 +f 332/20/237 333/21/238 334/20/238 +f 331/21/240 332/20/240 333/21/239 +f 334/20/239 333/21/239 332/20/240 +f 337/20/240 336/21/239 335/20/239 +f 336/21/239 337/20/240 338/21/240 +f 335/20/238 336/21/238 337/20/237 +f 338/21/237 337/20/237 336/21/238 +f 330/21/236 337/20/240 328/20/236 +f 337/20/240 330/21/236 338/21/240 +f 328/20/234 337/20/237 330/21/234 +f 338/21/237 330/21/234 337/20/237 +f 326/21/234 332/20/237 324/20/234 +f 332/20/237 326/21/234 331/21/237 +f 324/20/236 332/20/240 326/21/236 +f 331/21/240 326/21/236 332/20/240 +f 333/21/238 327/20/235 334/20/238 +f 327/20/235 333/21/238 329/21/235 +f 334/20/239 327/20/233 333/21/239 +f 329/21/233 333/21/239 327/20/233 +f 336/21/239 323/20/233 335/20/239 +f 323/20/233 336/21/239 325/21/233 +f 335/20/238 323/20/235 336/21/238 +f 325/21/235 336/21/238 323/20/235 +f 326/21/241 333/21/241 331/21/241 +f 333/21/241 326/21/241 329/21/241 +f 329/21/241 326/21/241 325/21/241 +f 329/21/241 325/21/241 330/21/241 +f 330/21/241 325/21/241 336/21/241 +f 330/21/241 336/21/241 338/21/241 +f 331/21/242 333/21/242 326/21/242 +f 329/21/242 326/21/242 333/21/242 +f 325/21/242 326/21/242 329/21/242 +f 330/21/242 325/21/242 329/21/242 +f 336/21/242 325/21/242 330/21/242 +f 338/21/242 336/21/242 330/21/242 +f 327/20/242 332/20/242 334/20/242 +f 332/20/242 327/20/242 324/20/242 +f 324/20/242 327/20/242 328/20/242 +f 324/20/242 328/20/242 323/20/242 +f 323/20/242 328/20/242 337/20/242 +f 323/20/242 337/20/242 335/20/242 +f 334/20/241 332/20/241 327/20/241 +f 324/20/241 327/20/241 332/20/241 +f 328/20/241 327/20/241 324/20/241 +f 323/20/241 328/20/241 324/20/241 +f 337/20/241 328/20/241 323/20/241 +f 335/20/241 337/20/241 323/20/241 +f 341/5/197 340/6/197 339/5/197 +f 340/6/197 341/5/197 342/6/197 +f 339/5/198 340/6/198 341/5/198 +f 342/6/198 341/5/198 340/6/198 +f 345/5/243 344/6/192 343/6/243 +f 344/6/192 345/5/243 346/5/192 +f 343/6/244 344/6/194 345/5/244 +f 346/5/194 345/5/244 344/6/194 +f 341/5/194 347/6/194 342/6/194 +f 347/6/194 341/5/194 348/5/194 +f 342/6/192 347/6/192 341/5/192 +f 348/5/192 341/5/192 347/6/192 +f 346/5/192 340/6/245 344/6/192 +f 340/6/245 346/5/192 339/5/245 +f 344/6/194 340/6/246 346/5/194 +f 339/5/246 346/5/194 340/6/246 +f 347/6/86 340/6/86 342/6/86 +f 340/6/86 347/6/86 344/6/86 +f 344/6/86 347/6/86 343/6/86 +f 342/6/85 340/6/85 347/6/85 +f 344/6/85 347/6/85 340/6/85 +f 343/6/85 347/6/85 344/6/85 +f 339/5/85 348/5/85 341/5/85 +f 348/5/85 339/5/85 346/5/85 +f 348/5/85 346/5/85 345/5/85 +f 341/5/86 348/5/86 339/5/86 +f 346/5/86 339/5/86 348/5/86 +f 345/5/86 346/5/86 348/5/86 +f 347/6/198 345/5/198 343/6/198 +f 345/5/198 347/6/198 348/5/198 +f 343/6/197 345/5/197 347/6/197 +f 348/5/197 347/6/197 345/5/197 +f 351/7/85 350/7/85 349/7/85 +f 350/7/85 351/7/85 352/7/85 +f 350/7/85 352/7/85 353/7/85 +f 349/7/86 350/7/86 351/7/86 +f 352/7/86 351/7/86 350/7/86 +f 353/7/86 352/7/86 350/7/86 +f 349/7/194 355/6/194 354/6/194 +f 355/6/194 349/7/194 350/7/194 +f 354/6/192 355/6/192 349/7/192 +f 350/7/192 349/7/192 355/6/192 +f 355/6/198 353/7/198 356/6/198 +f 353/7/198 355/6/198 350/7/198 +f 356/6/197 353/7/197 355/6/197 +f 350/7/197 355/6/197 353/7/197 +f 349/7/197 357/6/197 351/7/197 +f 357/6/197 349/7/197 354/6/197 +f 351/7/198 357/6/198 349/7/198 +f 354/6/198 349/7/198 357/6/198 +f 359/9/193 358/8/193 352/7/194 +f 358/8/193 360/10/193 352/7/194 +f 361/11/193 359/9/193 352/7/194 +f 352/7/194 360/10/193 362/6/194 +f 363/10/193 362/6/194 360/10/193 +f 362/6/194 363/10/193 356/6/193 +f 364/8/193 356/6/193 363/10/193 +f 353/7/193 361/11/193 352/7/194 +f 353/7/193 356/6/193 364/8/193 +f 361/11/193 353/7/193 365/11/193 +f 366/9/193 353/7/193 364/8/193 +f 365/11/193 353/7/193 366/9/193 +f 368/13/196 367/12/196 351/7/196 +f 369/14/196 368/13/196 351/7/196 +f 352/7/194 369/14/196 351/7/196 +f 369/14/196 352/7/194 370/14/196 +f 351/7/196 367/12/196 357/6/196 +f 370/14/196 352/7/194 371/13/196 +f 371/13/196 352/7/194 372/12/196 +f 373/15/196 357/6/196 367/12/196 +f 372/12/196 352/7/194 374/16/196 +f 375/15/196 372/12/196 374/16/196 +f 375/15/196 374/16/196 373/15/196 +f 374/16/196 352/7/194 376/16/196 +f 376/16/196 352/7/194 377/17/196 +f 377/17/196 352/7/194 378/18/196 +f 352/7/194 362/6/194 378/18/196 +f 378/18/196 362/6/194 379/19/196 +f 357/6/196 379/19/196 362/6/194 +f 379/19/196 357/6/196 380/19/196 +f 380/19/196 357/6/196 373/15/196 +f 374/16/196 381/17/196 373/15/196 +f 382/18/196 380/19/196 373/15/196 +f 381/17/196 382/18/196 373/15/196 +f 352/7/192 358/8/191 359/9/191 +f 352/7/192 359/9/191 361/11/191 +f 352/7/192 360/10/191 358/8/191 +f 362/6/192 360/10/191 352/7/192 +f 360/10/191 362/6/192 363/10/191 +f 356/6/191 363/10/191 362/6/192 +f 363/10/191 356/6/191 364/8/191 +f 352/7/192 361/11/191 353/7/191 +f 364/8/191 356/6/191 353/7/191 +f 365/11/191 353/7/191 361/11/191 +f 364/8/191 353/7/191 366/9/191 +f 366/9/191 353/7/191 365/11/191 +f 351/7/195 367/12/195 368/13/195 +f 351/7/195 368/13/195 369/14/195 +f 351/7/195 369/14/195 352/7/192 +f 370/14/195 352/7/192 369/14/195 +f 357/6/195 367/12/195 351/7/195 +f 371/13/195 352/7/192 370/14/195 +f 372/12/195 352/7/192 371/13/195 +f 367/12/195 357/6/195 373/15/195 +f 374/16/195 352/7/192 372/12/195 +f 374/16/195 372/12/195 375/15/195 +f 373/15/195 374/16/195 375/15/195 +f 376/16/195 352/7/192 374/16/195 +f 377/17/195 352/7/192 376/16/195 +f 378/18/195 352/7/192 377/17/195 +f 378/18/195 362/6/192 352/7/192 +f 379/19/195 362/6/192 378/18/195 +f 362/6/192 379/19/195 357/6/195 +f 380/19/195 357/6/195 379/19/195 +f 373/15/195 357/6/195 380/19/195 +f 373/15/195 381/17/195 374/16/195 +f 373/15/195 380/19/195 382/18/195 +f 373/15/195 382/18/195 381/17/195 +f 385/21/247 384/20/248 383/20/247 +f 384/20/248 385/21/247 386/21/248 +f 383/20/249 384/20/250 385/21/249 +f 386/21/250 385/21/249 384/20/250 +f 389/21/249 388/20/250 387/20/249 +f 388/20/250 389/21/249 390/21/250 +f 387/20/247 388/20/248 389/21/247 +f 390/21/248 389/21/247 388/20/248 +f 393/21/252 392/20/251 391/21/251 +f 392/20/251 393/21/252 394/20/252 +f 391/21/254 392/20/254 393/21/253 +f 394/20/253 393/21/253 392/20/254 +f 397/20/254 396/21/253 395/20/253 +f 396/21/253 397/20/254 398/21/254 +f 395/20/252 396/21/252 397/20/251 +f 398/21/251 397/20/251 396/21/252 +f 390/21/250 397/20/254 388/20/250 +f 397/20/254 390/21/250 398/21/254 +f 388/20/248 397/20/251 390/21/248 +f 398/21/251 390/21/248 397/20/251 +f 386/21/248 392/20/251 384/20/248 +f 392/20/251 386/21/248 391/21/251 +f 384/20/250 392/20/254 386/21/250 +f 391/21/254 386/21/250 392/20/254 +f 393/21/252 387/20/249 394/20/252 +f 387/20/249 393/21/252 389/21/249 +f 394/20/253 387/20/247 393/21/253 +f 389/21/247 393/21/253 387/20/247 +f 396/21/253 383/20/247 395/20/253 +f 383/20/247 396/21/253 385/21/247 +f 395/20/252 383/20/249 396/21/252 +f 385/21/249 396/21/252 383/20/249 +f 386/21/255 393/21/255 391/21/255 +f 393/21/255 386/21/255 389/21/255 +f 389/21/255 386/21/255 385/21/255 +f 389/21/255 385/21/255 390/21/255 +f 390/21/255 385/21/255 396/21/255 +f 390/21/255 396/21/255 398/21/255 +f 391/21/256 393/21/256 386/21/256 +f 389/21/256 386/21/256 393/21/256 +f 385/21/256 386/21/256 389/21/256 +f 390/21/256 385/21/256 389/21/256 +f 396/21/256 385/21/256 390/21/256 +f 398/21/256 396/21/256 390/21/256 +f 387/20/256 392/20/256 394/20/256 +f 392/20/256 387/20/256 384/20/256 +f 384/20/256 387/20/256 388/20/256 +f 384/20/256 388/20/256 383/20/256 +f 383/20/256 388/20/256 397/20/256 +f 383/20/256 397/20/256 395/20/256 +f 394/20/255 392/20/255 387/20/255 +f 384/20/255 387/20/255 392/20/255 +f 388/20/255 387/20/255 384/20/255 +f 383/20/255 388/20/255 384/20/255 +f 397/20/255 388/20/255 383/20/255 +f 395/20/255 397/20/255 383/20/255 +f 401/21/257 400/20/258 399/20/257 +f 400/20/258 401/21/257 402/21/258 +f 399/20/259 400/20/260 401/21/259 +f 402/21/260 401/21/259 400/20/260 +f 405/21/259 404/20/260 403/20/259 +f 404/20/260 405/21/259 406/21/260 +f 403/20/257 404/20/258 405/21/257 +f 406/21/258 405/21/257 404/20/258 +f 409/21/262 408/20/261 407/21/261 +f 408/20/261 409/21/262 410/20/262 +f 407/21/264 408/20/264 409/21/263 +f 410/20/263 409/21/263 408/20/264 +f 413/20/264 412/21/263 411/20/263 +f 412/21/263 413/20/264 414/21/264 +f 411/20/262 412/21/262 413/20/261 +f 414/21/261 413/20/261 412/21/262 +f 406/21/260 413/20/264 404/20/260 +f 413/20/264 406/21/260 414/21/264 +f 404/20/258 413/20/261 406/21/258 +f 414/21/261 406/21/258 413/20/261 +f 402/21/258 408/20/261 400/20/258 +f 408/20/261 402/21/258 407/21/261 +f 400/20/260 408/20/264 402/21/260 +f 407/21/264 402/21/260 408/20/264 +f 409/21/262 403/20/259 410/20/262 +f 403/20/259 409/21/262 405/21/259 +f 410/20/263 403/20/257 409/21/263 +f 405/21/257 409/21/263 403/20/257 +f 412/21/263 399/20/257 411/20/263 +f 399/20/257 412/21/263 401/21/257 +f 411/20/262 399/20/259 412/21/262 +f 401/21/259 412/21/262 399/20/259 +f 402/21/265 409/21/265 407/21/265 +f 409/21/265 402/21/265 405/21/265 +f 405/21/265 402/21/265 401/21/265 +f 405/21/265 401/21/265 406/21/265 +f 406/21/265 401/21/265 412/21/265 +f 406/21/265 412/21/265 414/21/265 +f 407/21/266 409/21/266 402/21/266 +f 405/21/266 402/21/266 409/21/266 +f 401/21/266 402/21/266 405/21/266 +f 406/21/266 401/21/266 405/21/266 +f 412/21/266 401/21/266 406/21/266 +f 414/21/266 412/21/266 406/21/266 +f 403/20/266 408/20/266 410/20/266 +f 408/20/266 403/20/266 400/20/266 +f 400/20/266 403/20/266 404/20/266 +f 400/20/266 404/20/266 399/20/266 +f 399/20/266 404/20/266 413/20/266 +f 399/20/266 413/20/266 411/20/266 +f 410/20/265 408/20/265 403/20/265 +f 400/20/265 403/20/265 408/20/265 +f 404/20/265 403/20/265 400/20/265 +f 399/20/265 404/20/265 400/20/265 +f 413/20/265 404/20/265 399/20/265 +f 411/20/265 413/20/265 399/20/265 +f 417/21/257 416/20/258 415/20/257 +f 416/20/258 417/21/257 418/21/258 +f 415/20/259 416/20/260 417/21/259 +f 418/21/260 417/21/259 416/20/260 +f 421/21/259 420/20/260 419/20/259 +f 420/20/260 421/21/259 422/21/260 +f 419/20/257 420/20/258 421/21/257 +f 422/21/258 421/21/257 420/20/258 +f 425/21/262 424/20/261 423/21/261 +f 424/20/261 425/21/262 426/20/262 +f 423/21/264 424/20/264 425/21/263 +f 426/20/263 425/21/263 424/20/264 +f 429/20/264 428/21/263 427/20/263 +f 428/21/263 429/20/264 430/21/264 +f 427/20/262 428/21/262 429/20/261 +f 430/21/261 429/20/261 428/21/262 +f 422/21/260 429/20/264 420/20/260 +f 429/20/264 422/21/260 430/21/264 +f 420/20/258 429/20/261 422/21/258 +f 430/21/261 422/21/258 429/20/261 +f 418/21/258 424/20/261 416/20/258 +f 424/20/261 418/21/258 423/21/261 +f 416/20/260 424/20/264 418/21/260 +f 423/21/264 418/21/260 424/20/264 +f 425/21/262 419/20/259 426/20/262 +f 419/20/259 425/21/262 421/21/259 +f 426/20/263 419/20/257 425/21/263 +f 421/21/257 425/21/263 419/20/257 +f 428/21/263 415/20/257 427/20/263 +f 415/20/257 428/21/263 417/21/257 +f 427/20/262 415/20/259 428/21/262 +f 417/21/259 428/21/262 415/20/259 +f 418/21/265 425/21/265 423/21/265 +f 425/21/265 418/21/265 421/21/265 +f 421/21/265 418/21/265 417/21/265 +f 421/21/265 417/21/265 422/21/265 +f 422/21/265 417/21/265 428/21/265 +f 422/21/265 428/21/265 430/21/265 +f 423/21/266 425/21/266 418/21/266 +f 421/21/266 418/21/266 425/21/266 +f 417/21/266 418/21/266 421/21/266 +f 422/21/266 417/21/266 421/21/266 +f 428/21/266 417/21/266 422/21/266 +f 430/21/266 428/21/266 422/21/266 +f 419/20/266 424/20/266 426/20/266 +f 424/20/266 419/20/266 416/20/266 +f 416/20/266 419/20/266 420/20/266 +f 416/20/266 420/20/266 415/20/266 +f 415/20/266 420/20/266 429/20/266 +f 415/20/266 429/20/266 427/20/266 +f 426/20/265 424/20/265 419/20/265 +f 416/20/265 419/20/265 424/20/265 +f 420/20/265 419/20/265 416/20/265 +f 415/20/265 420/20/265 416/20/265 +f 429/20/265 420/20/265 415/20/265 +f 427/20/265 429/20/265 415/20/265 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-end.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-end.obj.import new file mode 100644 index 0000000..5ebd68d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-end.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://dek8tlms7uohk" +path="res://.godot/imported/corridor-end.obj-f0c3ebfd31329c4c22eea6eaca01908f.mesh" + +[deps] + +files=["res://.godot/imported/corridor-end.obj-f0c3ebfd31329c4c22eea6eaca01908f.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-end.obj" +dest_files=["res://.godot/imported/corridor-end.obj-f0c3ebfd31329c4c22eea6eaca01908f.mesh", "res://.godot/imported/corridor-end.obj-f0c3ebfd31329c4c22eea6eaca01908f.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-intersection.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-intersection.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-intersection.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-intersection.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-intersection.obj new file mode 100644 index 0000000..2cbeca2 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-intersection.obj @@ -0,0 +1,877 @@ +# Created by Kenney (www.kenney.nl) + +mtllib corridor-intersection.mtl + +g corridor-intersection + +v 2 0 -2 1 1 1 +v 2 0 2 1 1 1 +v -2 0 -2 1 1 1 +v -2 0 2 1 1 1 +v 2 0.9 1.399002 1 1 1 +v 2 0.9 2 1 1 1 +v 1.699501 0.9 1.479521 1 1 1 +v 1.399002 0.9 2 1 1 1 +v 1.479521 0.9 1.699501 1 1 1 +v 2 0.2 1.399002 1 1 1 +v 2 0.2 2 1 1 1 +v 1.399002 0.2 2 1 1 1 +v 1.479521 0.2 1.699501 1 1 1 +v 1.699501 0.2 1.479521 1 1 1 +v -1.399002 0.9 2 1 1 1 +v -2 0.9 2 1 1 1 +v -1.479521 0.9 1.699501 1 1 1 +v -2 0.9 1.399002 1 1 1 +v -1.699501 0.9 1.479521 1 1 1 +v -1.399002 0.2 2 1 1 1 +v -2 0.2 2 1 1 1 +v -2 0.2 1.399002 1 1 1 +v -1.699501 0.2 1.479521 1 1 1 +v -1.479521 0.2 1.699501 1 1 1 +v -2 0.9 -1.399002 1 1 1 +v -2 0.9 -2 1 1 1 +v -1.699501 0.9 -1.479521 1 1 1 +v -1.399002 0.9 -2 1 1 1 +v -1.479521 0.9 -1.699501 1 1 1 +v -2 0.2 -1.399002 1 1 1 +v -2 0.2 -2 1 1 1 +v -1.399002 0.2 -2 1 1 1 +v -1.479521 0.2 -1.699501 1 1 1 +v -1.699501 0.2 -1.479521 1 1 1 +v 1.399002 0.9 -2 1 1 1 +v 2 0.9 -2 1 1 1 +v 1.479521 0.9 -1.699501 1 1 1 +v 2 0.9 -1.399002 1 1 1 +v 1.699501 0.9 -1.479521 1 1 1 +v 1.399002 0.2 -2 1 1 1 +v 2 0.2 -2 1 1 1 +v 2 0.2 -1.399002 1 1 1 +v 1.699501 0.2 -1.479521 1 1 1 +v 1.479521 0.2 -1.699501 1 1 1 +v 1.999999 3 1.6 1 1 1 +v 1.999999 0.9 1.6 1 1 1 +v 1.999999 3 2 1 1 1 +v 1.999999 0.9 2 1 1 1 +v 1.599999 0.9 2 1 1 1 +v 1.599999 3 2 1 1 1 +v 1.799999 0.9 1.65359 1 1 1 +v 1.799999 3 1.65359 1 1 1 +v 1.653589 0.9 1.8 1 1 1 +v 1.653589 3 1.8 1 1 1 +v 1.999998 -1.707772E-14 2 1 1 1 +v 0.998003 -1.707772E-14 2 1 1 1 +v 1.999998 0.2 2 1 1 1 +v 0.998003 0.2 2 1 1 1 +v 1.999998 0.2 0.9980049 1 1 1 +v 1.999998 -1.707772E-14 0.9980049 1 1 1 +v 1.499001 0.2 1.132247 1 1 1 +v 1.132245 0.2 1.499002 1 1 1 +v 1.499001 -1.635581E-14 1.132247 1 1 1 +v 1.132245 -1.635581E-14 1.499002 1 1 1 +v -1.599999 3 2 1 1 1 +v -1.599999 0.9 2 1 1 1 +v -1.999999 3 2 1 1 1 +v -1.999999 0.9 2 1 1 1 +v -1.999999 0.9 1.6 1 1 1 +v -1.999999 3 1.6 1 1 1 +v -1.653589 0.9 1.8 1 1 1 +v -1.653589 3 1.8 1 1 1 +v -1.799999 0.9 1.65359 1 1 1 +v -1.799999 3 1.65359 1 1 1 +v -1.999998 -1.707772E-14 2 1 1 1 +v -1.999998 -1.707772E-14 0.9980048 1 1 1 +v -1.999998 0.2 2 1 1 1 +v -1.999998 0.2 0.9980048 1 1 1 +v -0.998003 0.2 2 1 1 1 +v -0.998003 -1.707772E-14 2 1 1 1 +v -1.132245 0.2 1.499002 1 1 1 +v -1.499001 0.2 1.132247 1 1 1 +v -1.132245 -1.635581E-14 1.499002 1 1 1 +v -1.499001 -1.635581E-14 1.132247 1 1 1 +v -1.999999 3 -1.6 1 1 1 +v -1.999999 0.9 -1.6 1 1 1 +v -1.999999 3 -2 1 1 1 +v -1.999999 0.9 -2 1 1 1 +v -1.599999 0.9 -2 1 1 1 +v -1.599999 3 -2 1 1 1 +v -1.799999 0.9 -1.65359 1 1 1 +v -1.799999 3 -1.65359 1 1 1 +v -1.653589 0.9 -1.8 1 1 1 +v -1.653589 3 -1.8 1 1 1 +v -1.999998 -1.707772E-14 -2 1 1 1 +v -0.998003 -1.707772E-14 -2 1 1 1 +v -1.999998 0.2 -2 1 1 1 +v -0.998003 0.2 -2 1 1 1 +v -1.999998 0.2 -0.9980049 1 1 1 +v -1.999998 -1.707772E-14 -0.9980049 1 1 1 +v -1.499001 0.2 -1.132247 1 1 1 +v -1.132245 0.2 -1.499002 1 1 1 +v -1.499001 -1.635581E-14 -1.132247 1 1 1 +v -1.132245 -1.635581E-14 -1.499002 1 1 1 +v 1.599999 3 -2 1 1 1 +v 1.599999 0.9 -2 1 1 1 +v 1.999999 3 -2 1 1 1 +v 1.999999 0.9 -2 1 1 1 +v 1.999999 0.9 -1.6 1 1 1 +v 1.999999 3 -1.6 1 1 1 +v 1.653589 0.9 -1.8 1 1 1 +v 1.653589 3 -1.8 1 1 1 +v 1.799999 0.9 -1.65359 1 1 1 +v 1.799999 3 -1.65359 1 1 1 +v 1.999998 -1.707772E-14 -2 1 1 1 +v 1.999998 -1.707772E-14 -0.9980049 1 1 1 +v 1.999998 0.2 -2 1 1 1 +v 1.999998 0.2 -0.9980049 1 1 1 +v 0.9980029 0.2 -2 1 1 1 +v 0.9980029 -1.707772E-14 -2 1 1 1 +v 1.132245 0.2 -1.499002 1 1 1 +v 1.499001 0.2 -1.132247 1 1 1 +v 1.132245 -1.635581E-14 -1.499002 1 1 1 +v 1.499001 -1.635581E-14 -1.132247 1 1 1 + +vn 0 1 0 +vn 0 -1 0 +vn 1 0 0 +vn -1 0 0 +vn 0 0 1 +vn 0 0 -1 +vn -0.8660254 0 -0.5 +vn -0.9659258 0 -0.258819 +vn 0.9659258 0 0.258819 +vn 0.8660254 0 0.5 +vn -0.5 0 -0.8660254 +vn 0.5 0 0.8660254 +vn -0.258819 0 -0.9659258 +vn 0.258819 0 0.9659258 +vn -1.192093E-07 0 1 +vn 1.192093E-07 0 -1 +vn -1 0 -1.192093E-07 +vn 1 0 1.192093E-07 +vn 0.5000002 0 -0.8660255 +vn 0.2588192 0 -0.9659259 +vn -0.2588192 0 0.9659259 +vn -0.5000002 0 0.8660255 +vn 0.8660256 0 -0.5 +vn -0.8660256 0 0.5 +vn 0.965926 0 -0.2588189 +vn -0.965926 0 0.2588189 +vn -1 0 3.314016E-14 +vn 1 0 -3.314016E-14 +vn -3.314016E-14 0 -1 +vn 3.314016E-14 0 1 +vn -1.192093E-07 0 -1 +vn 1.192093E-07 0 1 +vn 1 0 -1.192093E-07 +vn -1 0 1.192093E-07 +vn -0.5 0 0.8660256 +vn -0.258819 0 0.965926 +vn 0.258819 0 -0.965926 +vn 0.5 0 -0.8660256 +vn -0.8660255 0 0.5000002 +vn 0.8660255 0 -0.5000002 +vn -0.9659259 0 0.2588192 +vn 0.9659259 0 -0.2588192 +vn -0.5 0 -0.8660254 +vn 0.5 0 0.8660254 +vn 0.8660256 0 -0.4999999 +vn -0.8660256 0 0.4999999 +vn -0.8660255 0 0.5000001 +vn 0.8660255 0 -0.5000001 + +vt 0.09375 0.025 +vt 0.09375 0.225 +vt 0.34375 0.225 +vt 0.34375 0.025 +vt 0.34375 0.105 + +usemtl colormap + +f 3/1/1 2/1/1 1/1/1 +f 2/1/1 3/1/1 4/1/1 +f 1/1/2 2/1/2 3/1/2 +f 4/1/2 3/1/2 2/1/2 +f 7/2/1 6/2/1 5/2/1 +f 6/2/1 7/2/1 8/2/1 +f 8/2/1 7/2/1 9/2/1 +f 5/2/2 6/2/2 7/2/2 +f 8/2/2 7/2/2 6/2/2 +f 9/2/2 7/2/2 8/2/2 +f 6/2/3 10/1/3 5/2/3 +f 10/1/3 6/2/3 11/1/3 +f 5/2/4 10/1/4 6/2/4 +f 11/1/4 6/2/4 10/1/4 +f 6/2/5 12/1/5 11/1/5 +f 12/1/5 6/2/5 8/2/5 +f 11/1/6 12/1/6 6/2/6 +f 8/2/6 6/2/6 12/1/6 +f 12/1/8 9/2/7 13/1/7 +f 9/2/7 12/1/8 8/2/8 +f 13/1/10 9/2/10 12/1/9 +f 8/2/9 12/1/9 9/2/10 +f 13/1/7 7/2/11 14/1/11 +f 7/2/11 13/1/7 9/2/7 +f 14/1/12 7/2/12 13/1/10 +f 9/2/10 13/1/10 7/2/12 +f 14/1/11 5/2/13 10/1/13 +f 5/2/13 14/1/11 7/2/11 +f 10/1/14 5/2/14 14/1/12 +f 7/2/12 14/1/12 5/2/14 +f 17/2/1 16/2/1 15/2/1 +f 16/2/1 17/2/1 18/2/1 +f 18/2/1 17/2/1 19/2/1 +f 15/2/2 16/2/2 17/2/2 +f 18/2/2 17/2/2 16/2/2 +f 19/2/2 17/2/2 18/2/2 +f 16/2/15 20/1/15 15/2/15 +f 20/1/15 16/2/15 21/1/15 +f 15/2/16 20/1/16 16/2/16 +f 21/1/16 16/2/16 20/1/16 +f 16/2/17 22/1/17 21/1/17 +f 22/1/17 16/2/17 18/2/17 +f 21/1/18 22/1/18 16/2/18 +f 18/2/18 16/2/18 22/1/18 +f 22/1/20 19/2/19 23/1/19 +f 19/2/19 22/1/20 18/2/20 +f 23/1/22 19/2/22 22/1/21 +f 18/2/21 22/1/21 19/2/22 +f 23/1/19 17/2/23 24/1/23 +f 17/2/23 23/1/19 19/2/19 +f 24/1/24 17/2/24 23/1/22 +f 19/2/22 23/1/22 17/2/24 +f 24/1/23 15/2/25 20/1/25 +f 15/2/25 24/1/23 17/2/23 +f 20/1/26 15/2/26 24/1/24 +f 17/2/24 24/1/24 15/2/26 +f 27/2/1 26/2/1 25/2/1 +f 26/2/1 27/2/1 28/2/1 +f 28/2/1 27/2/1 29/2/1 +f 25/2/2 26/2/2 27/2/2 +f 28/2/2 27/2/2 26/2/2 +f 29/2/2 27/2/2 28/2/2 +f 26/2/27 30/1/27 25/2/27 +f 30/1/27 26/2/27 31/1/27 +f 25/2/28 30/1/28 26/2/28 +f 31/1/28 26/2/28 30/1/28 +f 26/2/29 32/1/29 31/1/29 +f 32/1/29 26/2/29 28/2/29 +f 31/1/30 32/1/30 26/2/30 +f 28/2/30 26/2/30 32/1/30 +f 32/1/9 29/2/10 33/1/10 +f 29/2/10 32/1/9 28/2/9 +f 33/1/7 29/2/7 32/1/8 +f 28/2/8 32/1/8 29/2/7 +f 33/1/10 27/2/12 34/1/12 +f 27/2/12 33/1/10 29/2/10 +f 34/1/11 27/2/11 33/1/7 +f 29/2/7 33/1/7 27/2/11 +f 34/1/12 25/2/14 30/1/14 +f 25/2/14 34/1/12 27/2/12 +f 30/1/13 25/2/13 34/1/11 +f 27/2/11 34/1/11 25/2/13 +f 37/2/1 36/2/1 35/2/1 +f 36/2/1 37/2/1 38/2/1 +f 38/2/1 37/2/1 39/2/1 +f 35/2/2 36/2/2 37/2/2 +f 38/2/2 37/2/2 36/2/2 +f 39/2/2 37/2/2 38/2/2 +f 36/2/31 40/1/31 35/2/31 +f 40/1/31 36/2/31 41/1/31 +f 35/2/32 40/1/32 36/2/32 +f 41/1/32 36/2/32 40/1/32 +f 36/2/33 42/1/33 41/1/33 +f 42/1/33 36/2/33 38/2/33 +f 41/1/34 42/1/34 36/2/34 +f 38/2/34 36/2/34 42/1/34 +f 42/1/36 39/2/35 43/1/35 +f 39/2/35 42/1/36 38/2/36 +f 43/1/38 39/2/38 42/1/37 +f 38/2/37 42/1/37 39/2/38 +f 43/1/35 37/2/39 44/1/39 +f 37/2/39 43/1/35 39/2/35 +f 44/1/40 37/2/40 43/1/38 +f 39/2/38 43/1/38 37/2/40 +f 44/1/39 35/2/41 40/1/41 +f 35/2/41 44/1/39 37/2/39 +f 40/1/42 35/2/42 44/1/40 +f 37/2/40 44/1/40 35/2/42 +f 47/3/3 46/4/3 45/3/3 +f 46/4/3 47/3/3 48/4/3 +f 45/3/4 46/4/4 47/3/4 +f 48/4/4 47/3/4 46/4/4 +f 47/3/5 49/4/5 48/4/5 +f 49/4/5 47/3/5 50/3/5 +f 48/4/6 49/4/6 47/3/6 +f 50/3/6 47/3/6 49/4/6 +f 51/4/11 45/3/13 46/4/13 +f 45/3/13 51/4/11 52/3/11 +f 46/4/14 45/3/14 51/4/12 +f 52/3/12 51/4/12 45/3/14 +f 49/4/8 54/3/7 53/4/7 +f 54/3/7 49/4/8 50/3/8 +f 53/4/10 54/3/10 49/4/9 +f 50/3/9 49/4/9 54/3/10 +f 52/3/1 47/3/1 45/3/1 +f 47/3/1 52/3/1 50/3/1 +f 50/3/1 52/3/1 54/3/1 +f 45/3/2 47/3/2 52/3/2 +f 50/3/2 52/3/2 47/3/2 +f 54/3/2 52/3/2 50/3/2 +f 54/3/7 51/4/11 53/4/7 +f 51/4/11 54/3/7 52/3/11 +f 53/4/10 51/4/12 54/3/10 +f 52/3/12 54/3/10 51/4/12 +f 57/5/5 56/4/5 55/4/5 +f 56/4/5 57/5/5 58/5/5 +f 55/4/6 56/4/6 57/5/6 +f 58/5/6 57/5/6 56/4/6 +f 57/5/3 60/4/3 59/5/3 +f 60/4/3 57/5/3 55/4/3 +f 59/5/4 60/4/4 57/5/4 +f 55/4/4 57/5/4 60/4/4 +f 61/5/1 57/5/1 59/5/1 +f 57/5/1 61/5/1 58/5/1 +f 58/5/1 61/5/1 62/5/1 +f 59/5/2 57/5/2 61/5/2 +f 58/5/2 61/5/2 57/5/2 +f 62/5/2 61/5/2 58/5/2 +f 56/4/2 60/4/2 55/4/2 +f 60/4/2 56/4/2 63/4/2 +f 63/4/2 56/4/2 64/4/2 +f 55/4/1 60/4/1 56/4/1 +f 63/4/1 56/4/1 60/4/1 +f 64/4/1 56/4/1 63/4/1 +f 56/4/8 62/5/7 64/4/7 +f 62/5/7 56/4/8 58/5/8 +f 64/4/10 62/5/10 56/4/9 +f 58/5/9 56/4/9 62/5/10 +f 62/5/7 63/4/43 64/4/7 +f 63/4/43 62/5/7 61/5/43 +f 64/4/10 63/4/44 62/5/10 +f 61/5/44 62/5/10 63/4/44 +f 63/4/43 59/5/13 60/4/13 +f 59/5/13 63/4/43 61/5/43 +f 60/4/14 59/5/14 63/4/44 +f 61/5/44 63/4/44 59/5/14 +f 67/3/15 66/4/15 65/3/15 +f 66/4/15 67/3/15 68/4/15 +f 65/3/16 66/4/16 67/3/16 +f 68/4/16 67/3/16 66/4/16 +f 67/3/17 69/4/17 68/4/17 +f 69/4/17 67/3/17 70/3/17 +f 68/4/18 69/4/18 67/3/18 +f 70/3/18 67/3/18 69/4/18 +f 71/4/23 65/3/25 66/4/25 +f 65/3/25 71/4/23 72/3/23 +f 66/4/26 65/3/26 71/4/24 +f 72/3/24 71/4/24 65/3/26 +f 69/4/20 74/3/19 73/4/19 +f 74/3/19 69/4/20 70/3/20 +f 73/4/22 74/3/22 69/4/21 +f 70/3/21 69/4/21 74/3/22 +f 72/3/1 67/3/1 65/3/1 +f 67/3/1 72/3/1 70/3/1 +f 70/3/1 72/3/1 74/3/1 +f 65/3/2 67/3/2 72/3/2 +f 70/3/2 72/3/2 67/3/2 +f 74/3/2 72/3/2 70/3/2 +f 74/3/19 71/4/23 73/4/19 +f 71/4/23 74/3/19 72/3/23 +f 73/4/22 71/4/24 74/3/22 +f 72/3/24 74/3/22 71/4/24 +f 77/5/17 76/4/17 75/4/17 +f 76/4/17 77/5/17 78/5/17 +f 75/4/18 76/4/18 77/5/18 +f 78/5/18 77/5/18 76/4/18 +f 77/5/15 80/4/15 79/5/15 +f 80/4/15 77/5/15 75/4/15 +f 79/5/16 80/4/16 77/5/16 +f 75/4/16 77/5/16 80/4/16 +f 81/5/1 77/5/1 79/5/1 +f 77/5/1 81/5/1 78/5/1 +f 78/5/1 81/5/1 82/5/1 +f 79/5/2 77/5/2 81/5/2 +f 78/5/2 81/5/2 77/5/2 +f 82/5/2 81/5/2 78/5/2 +f 76/4/2 80/4/2 75/4/2 +f 80/4/2 76/4/2 83/4/2 +f 83/4/2 76/4/2 84/4/2 +f 75/4/1 80/4/1 76/4/1 +f 83/4/1 76/4/1 80/4/1 +f 84/4/1 76/4/1 83/4/1 +f 76/4/20 82/5/19 84/4/19 +f 82/5/19 76/4/20 78/5/20 +f 84/4/22 82/5/22 76/4/21 +f 78/5/21 76/4/21 82/5/22 +f 82/5/19 83/4/45 84/4/19 +f 83/4/45 82/5/19 81/5/45 +f 84/4/22 83/4/46 82/5/22 +f 81/5/46 82/5/22 83/4/46 +f 83/4/45 79/5/25 80/4/25 +f 79/5/25 83/4/45 81/5/45 +f 80/4/26 79/5/26 83/4/46 +f 81/5/46 83/4/46 79/5/26 +f 87/3/27 86/4/27 85/3/27 +f 86/4/27 87/3/27 88/4/27 +f 85/3/28 86/4/28 87/3/28 +f 88/4/28 87/3/28 86/4/28 +f 87/3/29 89/4/29 88/4/29 +f 89/4/29 87/3/29 90/3/29 +f 88/4/30 89/4/30 87/3/30 +f 90/3/30 87/3/30 89/4/30 +f 91/4/12 85/3/14 86/4/14 +f 85/3/14 91/4/12 92/3/12 +f 86/4/13 85/3/13 91/4/11 +f 92/3/11 91/4/11 85/3/13 +f 89/4/9 94/3/10 93/4/10 +f 94/3/10 89/4/9 90/3/9 +f 93/4/7 94/3/7 89/4/8 +f 90/3/8 89/4/8 94/3/7 +f 92/3/1 87/3/1 85/3/1 +f 87/3/1 92/3/1 90/3/1 +f 90/3/1 92/3/1 94/3/1 +f 85/3/2 87/3/2 92/3/2 +f 90/3/2 92/3/2 87/3/2 +f 94/3/2 92/3/2 90/3/2 +f 94/3/10 91/4/12 93/4/10 +f 91/4/12 94/3/10 92/3/12 +f 93/4/7 91/4/11 94/3/7 +f 92/3/11 94/3/7 91/4/11 +f 97/5/29 96/4/29 95/4/29 +f 96/4/29 97/5/29 98/5/29 +f 95/4/30 96/4/30 97/5/30 +f 98/5/30 97/5/30 96/4/30 +f 97/5/27 100/4/27 99/5/27 +f 100/4/27 97/5/27 95/4/27 +f 99/5/28 100/4/28 97/5/28 +f 95/4/28 97/5/28 100/4/28 +f 101/5/1 97/5/1 99/5/1 +f 97/5/1 101/5/1 98/5/1 +f 98/5/1 101/5/1 102/5/1 +f 99/5/2 97/5/2 101/5/2 +f 98/5/2 101/5/2 97/5/2 +f 102/5/2 101/5/2 98/5/2 +f 96/4/2 100/4/2 95/4/2 +f 100/4/2 96/4/2 103/4/2 +f 103/4/2 96/4/2 104/4/2 +f 95/4/1 100/4/1 96/4/1 +f 103/4/1 96/4/1 100/4/1 +f 104/4/1 96/4/1 103/4/1 +f 96/4/9 102/5/10 104/4/10 +f 102/5/10 96/4/9 98/5/9 +f 104/4/7 102/5/7 96/4/8 +f 98/5/8 96/4/8 102/5/7 +f 102/5/10 103/4/44 104/4/10 +f 103/4/44 102/5/10 101/5/44 +f 104/4/7 103/4/43 102/5/7 +f 101/5/43 102/5/7 103/4/43 +f 103/4/44 99/5/14 100/4/14 +f 99/5/14 103/4/44 101/5/44 +f 100/4/13 99/5/13 103/4/43 +f 101/5/43 103/4/43 99/5/13 +f 107/3/31 106/4/31 105/3/31 +f 106/4/31 107/3/31 108/4/31 +f 105/3/32 106/4/32 107/3/32 +f 108/4/32 107/3/32 106/4/32 +f 107/3/33 109/4/33 108/4/33 +f 109/4/33 107/3/33 110/3/33 +f 108/4/34 109/4/34 107/3/34 +f 110/3/34 107/3/34 109/4/34 +f 111/4/39 105/3/41 106/4/41 +f 105/3/41 111/4/39 112/3/39 +f 106/4/42 105/3/42 111/4/40 +f 112/3/40 111/4/40 105/3/42 +f 109/4/36 114/3/35 113/4/35 +f 114/3/35 109/4/36 110/3/36 +f 113/4/38 114/3/38 109/4/37 +f 110/3/37 109/4/37 114/3/38 +f 112/3/1 107/3/1 105/3/1 +f 107/3/1 112/3/1 110/3/1 +f 110/3/1 112/3/1 114/3/1 +f 105/3/2 107/3/2 112/3/2 +f 110/3/2 112/3/2 107/3/2 +f 114/3/2 112/3/2 110/3/2 +f 114/3/35 111/4/39 113/4/35 +f 111/4/39 114/3/35 112/3/39 +f 113/4/38 111/4/40 114/3/38 +f 112/3/40 114/3/38 111/4/40 +f 117/5/33 116/4/33 115/4/33 +f 116/4/33 117/5/33 118/5/33 +f 115/4/34 116/4/34 117/5/34 +f 118/5/34 117/5/34 116/4/34 +f 117/5/31 120/4/31 119/5/31 +f 120/4/31 117/5/31 115/4/31 +f 119/5/32 120/4/32 117/5/32 +f 115/4/32 117/5/32 120/4/32 +f 121/5/1 117/5/1 119/5/1 +f 117/5/1 121/5/1 118/5/1 +f 118/5/1 121/5/1 122/5/1 +f 119/5/2 117/5/2 121/5/2 +f 118/5/2 121/5/2 117/5/2 +f 122/5/2 121/5/2 118/5/2 +f 116/4/2 120/4/2 115/4/2 +f 120/4/2 116/4/2 123/4/2 +f 123/4/2 116/4/2 124/4/2 +f 115/4/1 120/4/1 116/4/1 +f 123/4/1 116/4/1 120/4/1 +f 124/4/1 116/4/1 123/4/1 +f 116/4/36 122/5/35 124/4/35 +f 122/5/35 116/4/36 118/5/36 +f 124/4/38 122/5/38 116/4/37 +f 118/5/37 116/4/37 122/5/38 +f 122/5/35 123/4/47 124/4/35 +f 123/4/47 122/5/35 121/5/47 +f 124/4/38 123/4/48 122/5/38 +f 121/5/48 122/5/38 123/4/48 +f 123/4/47 119/5/41 120/4/41 +f 119/5/41 123/4/47 121/5/47 +f 120/4/42 119/5/42 123/4/48 +f 121/5/48 123/4/48 119/5/42 + +g corridor-intersection + + + + +usemtl colormap + +f 3/1/1 2/1/1 1/1/1 +f 2/1/1 3/1/1 4/1/1 +f 1/1/2 2/1/2 3/1/2 +f 4/1/2 3/1/2 2/1/2 +f 7/2/1 6/2/1 5/2/1 +f 6/2/1 7/2/1 8/2/1 +f 8/2/1 7/2/1 9/2/1 +f 5/2/2 6/2/2 7/2/2 +f 8/2/2 7/2/2 6/2/2 +f 9/2/2 7/2/2 8/2/2 +f 6/2/3 10/1/3 5/2/3 +f 10/1/3 6/2/3 11/1/3 +f 5/2/4 10/1/4 6/2/4 +f 11/1/4 6/2/4 10/1/4 +f 6/2/5 12/1/5 11/1/5 +f 12/1/5 6/2/5 8/2/5 +f 11/1/6 12/1/6 6/2/6 +f 8/2/6 6/2/6 12/1/6 +f 12/1/8 9/2/7 13/1/7 +f 9/2/7 12/1/8 8/2/8 +f 13/1/10 9/2/10 12/1/9 +f 8/2/9 12/1/9 9/2/10 +f 13/1/7 7/2/11 14/1/11 +f 7/2/11 13/1/7 9/2/7 +f 14/1/12 7/2/12 13/1/10 +f 9/2/10 13/1/10 7/2/12 +f 14/1/11 5/2/13 10/1/13 +f 5/2/13 14/1/11 7/2/11 +f 10/1/14 5/2/14 14/1/12 +f 7/2/12 14/1/12 5/2/14 +f 17/2/1 16/2/1 15/2/1 +f 16/2/1 17/2/1 18/2/1 +f 18/2/1 17/2/1 19/2/1 +f 15/2/2 16/2/2 17/2/2 +f 18/2/2 17/2/2 16/2/2 +f 19/2/2 17/2/2 18/2/2 +f 16/2/15 20/1/15 15/2/15 +f 20/1/15 16/2/15 21/1/15 +f 15/2/16 20/1/16 16/2/16 +f 21/1/16 16/2/16 20/1/16 +f 16/2/17 22/1/17 21/1/17 +f 22/1/17 16/2/17 18/2/17 +f 21/1/18 22/1/18 16/2/18 +f 18/2/18 16/2/18 22/1/18 +f 22/1/20 19/2/19 23/1/19 +f 19/2/19 22/1/20 18/2/20 +f 23/1/22 19/2/22 22/1/21 +f 18/2/21 22/1/21 19/2/22 +f 23/1/19 17/2/23 24/1/23 +f 17/2/23 23/1/19 19/2/19 +f 24/1/24 17/2/24 23/1/22 +f 19/2/22 23/1/22 17/2/24 +f 24/1/23 15/2/25 20/1/25 +f 15/2/25 24/1/23 17/2/23 +f 20/1/26 15/2/26 24/1/24 +f 17/2/24 24/1/24 15/2/26 +f 27/2/1 26/2/1 25/2/1 +f 26/2/1 27/2/1 28/2/1 +f 28/2/1 27/2/1 29/2/1 +f 25/2/2 26/2/2 27/2/2 +f 28/2/2 27/2/2 26/2/2 +f 29/2/2 27/2/2 28/2/2 +f 26/2/27 30/1/27 25/2/27 +f 30/1/27 26/2/27 31/1/27 +f 25/2/28 30/1/28 26/2/28 +f 31/1/28 26/2/28 30/1/28 +f 26/2/29 32/1/29 31/1/29 +f 32/1/29 26/2/29 28/2/29 +f 31/1/30 32/1/30 26/2/30 +f 28/2/30 26/2/30 32/1/30 +f 32/1/9 29/2/10 33/1/10 +f 29/2/10 32/1/9 28/2/9 +f 33/1/7 29/2/7 32/1/8 +f 28/2/8 32/1/8 29/2/7 +f 33/1/10 27/2/12 34/1/12 +f 27/2/12 33/1/10 29/2/10 +f 34/1/11 27/2/11 33/1/7 +f 29/2/7 33/1/7 27/2/11 +f 34/1/12 25/2/14 30/1/14 +f 25/2/14 34/1/12 27/2/12 +f 30/1/13 25/2/13 34/1/11 +f 27/2/11 34/1/11 25/2/13 +f 37/2/1 36/2/1 35/2/1 +f 36/2/1 37/2/1 38/2/1 +f 38/2/1 37/2/1 39/2/1 +f 35/2/2 36/2/2 37/2/2 +f 38/2/2 37/2/2 36/2/2 +f 39/2/2 37/2/2 38/2/2 +f 36/2/31 40/1/31 35/2/31 +f 40/1/31 36/2/31 41/1/31 +f 35/2/32 40/1/32 36/2/32 +f 41/1/32 36/2/32 40/1/32 +f 36/2/33 42/1/33 41/1/33 +f 42/1/33 36/2/33 38/2/33 +f 41/1/34 42/1/34 36/2/34 +f 38/2/34 36/2/34 42/1/34 +f 42/1/36 39/2/35 43/1/35 +f 39/2/35 42/1/36 38/2/36 +f 43/1/38 39/2/38 42/1/37 +f 38/2/37 42/1/37 39/2/38 +f 43/1/35 37/2/39 44/1/39 +f 37/2/39 43/1/35 39/2/35 +f 44/1/40 37/2/40 43/1/38 +f 39/2/38 43/1/38 37/2/40 +f 44/1/39 35/2/41 40/1/41 +f 35/2/41 44/1/39 37/2/39 +f 40/1/42 35/2/42 44/1/40 +f 37/2/40 44/1/40 35/2/42 +f 47/3/3 46/4/3 45/3/3 +f 46/4/3 47/3/3 48/4/3 +f 45/3/4 46/4/4 47/3/4 +f 48/4/4 47/3/4 46/4/4 +f 47/3/5 49/4/5 48/4/5 +f 49/4/5 47/3/5 50/3/5 +f 48/4/6 49/4/6 47/3/6 +f 50/3/6 47/3/6 49/4/6 +f 51/4/11 45/3/13 46/4/13 +f 45/3/13 51/4/11 52/3/11 +f 46/4/14 45/3/14 51/4/12 +f 52/3/12 51/4/12 45/3/14 +f 49/4/8 54/3/7 53/4/7 +f 54/3/7 49/4/8 50/3/8 +f 53/4/10 54/3/10 49/4/9 +f 50/3/9 49/4/9 54/3/10 +f 52/3/1 47/3/1 45/3/1 +f 47/3/1 52/3/1 50/3/1 +f 50/3/1 52/3/1 54/3/1 +f 45/3/2 47/3/2 52/3/2 +f 50/3/2 52/3/2 47/3/2 +f 54/3/2 52/3/2 50/3/2 +f 54/3/7 51/4/11 53/4/7 +f 51/4/11 54/3/7 52/3/11 +f 53/4/10 51/4/12 54/3/10 +f 52/3/12 54/3/10 51/4/12 +f 57/5/5 56/4/5 55/4/5 +f 56/4/5 57/5/5 58/5/5 +f 55/4/6 56/4/6 57/5/6 +f 58/5/6 57/5/6 56/4/6 +f 57/5/3 60/4/3 59/5/3 +f 60/4/3 57/5/3 55/4/3 +f 59/5/4 60/4/4 57/5/4 +f 55/4/4 57/5/4 60/4/4 +f 61/5/1 57/5/1 59/5/1 +f 57/5/1 61/5/1 58/5/1 +f 58/5/1 61/5/1 62/5/1 +f 59/5/2 57/5/2 61/5/2 +f 58/5/2 61/5/2 57/5/2 +f 62/5/2 61/5/2 58/5/2 +f 56/4/2 60/4/2 55/4/2 +f 60/4/2 56/4/2 63/4/2 +f 63/4/2 56/4/2 64/4/2 +f 55/4/1 60/4/1 56/4/1 +f 63/4/1 56/4/1 60/4/1 +f 64/4/1 56/4/1 63/4/1 +f 56/4/8 62/5/7 64/4/7 +f 62/5/7 56/4/8 58/5/8 +f 64/4/10 62/5/10 56/4/9 +f 58/5/9 56/4/9 62/5/10 +f 62/5/7 63/4/43 64/4/7 +f 63/4/43 62/5/7 61/5/43 +f 64/4/10 63/4/44 62/5/10 +f 61/5/44 62/5/10 63/4/44 +f 63/4/43 59/5/13 60/4/13 +f 59/5/13 63/4/43 61/5/43 +f 60/4/14 59/5/14 63/4/44 +f 61/5/44 63/4/44 59/5/14 +f 67/3/15 66/4/15 65/3/15 +f 66/4/15 67/3/15 68/4/15 +f 65/3/16 66/4/16 67/3/16 +f 68/4/16 67/3/16 66/4/16 +f 67/3/17 69/4/17 68/4/17 +f 69/4/17 67/3/17 70/3/17 +f 68/4/18 69/4/18 67/3/18 +f 70/3/18 67/3/18 69/4/18 +f 71/4/23 65/3/25 66/4/25 +f 65/3/25 71/4/23 72/3/23 +f 66/4/26 65/3/26 71/4/24 +f 72/3/24 71/4/24 65/3/26 +f 69/4/20 74/3/19 73/4/19 +f 74/3/19 69/4/20 70/3/20 +f 73/4/22 74/3/22 69/4/21 +f 70/3/21 69/4/21 74/3/22 +f 72/3/1 67/3/1 65/3/1 +f 67/3/1 72/3/1 70/3/1 +f 70/3/1 72/3/1 74/3/1 +f 65/3/2 67/3/2 72/3/2 +f 70/3/2 72/3/2 67/3/2 +f 74/3/2 72/3/2 70/3/2 +f 74/3/19 71/4/23 73/4/19 +f 71/4/23 74/3/19 72/3/23 +f 73/4/22 71/4/24 74/3/22 +f 72/3/24 74/3/22 71/4/24 +f 77/5/17 76/4/17 75/4/17 +f 76/4/17 77/5/17 78/5/17 +f 75/4/18 76/4/18 77/5/18 +f 78/5/18 77/5/18 76/4/18 +f 77/5/15 80/4/15 79/5/15 +f 80/4/15 77/5/15 75/4/15 +f 79/5/16 80/4/16 77/5/16 +f 75/4/16 77/5/16 80/4/16 +f 81/5/1 77/5/1 79/5/1 +f 77/5/1 81/5/1 78/5/1 +f 78/5/1 81/5/1 82/5/1 +f 79/5/2 77/5/2 81/5/2 +f 78/5/2 81/5/2 77/5/2 +f 82/5/2 81/5/2 78/5/2 +f 76/4/2 80/4/2 75/4/2 +f 80/4/2 76/4/2 83/4/2 +f 83/4/2 76/4/2 84/4/2 +f 75/4/1 80/4/1 76/4/1 +f 83/4/1 76/4/1 80/4/1 +f 84/4/1 76/4/1 83/4/1 +f 76/4/20 82/5/19 84/4/19 +f 82/5/19 76/4/20 78/5/20 +f 84/4/22 82/5/22 76/4/21 +f 78/5/21 76/4/21 82/5/22 +f 82/5/19 83/4/45 84/4/19 +f 83/4/45 82/5/19 81/5/45 +f 84/4/22 83/4/46 82/5/22 +f 81/5/46 82/5/22 83/4/46 +f 83/4/45 79/5/25 80/4/25 +f 79/5/25 83/4/45 81/5/45 +f 80/4/26 79/5/26 83/4/46 +f 81/5/46 83/4/46 79/5/26 +f 87/3/27 86/4/27 85/3/27 +f 86/4/27 87/3/27 88/4/27 +f 85/3/28 86/4/28 87/3/28 +f 88/4/28 87/3/28 86/4/28 +f 87/3/29 89/4/29 88/4/29 +f 89/4/29 87/3/29 90/3/29 +f 88/4/30 89/4/30 87/3/30 +f 90/3/30 87/3/30 89/4/30 +f 91/4/12 85/3/14 86/4/14 +f 85/3/14 91/4/12 92/3/12 +f 86/4/13 85/3/13 91/4/11 +f 92/3/11 91/4/11 85/3/13 +f 89/4/9 94/3/10 93/4/10 +f 94/3/10 89/4/9 90/3/9 +f 93/4/7 94/3/7 89/4/8 +f 90/3/8 89/4/8 94/3/7 +f 92/3/1 87/3/1 85/3/1 +f 87/3/1 92/3/1 90/3/1 +f 90/3/1 92/3/1 94/3/1 +f 85/3/2 87/3/2 92/3/2 +f 90/3/2 92/3/2 87/3/2 +f 94/3/2 92/3/2 90/3/2 +f 94/3/10 91/4/12 93/4/10 +f 91/4/12 94/3/10 92/3/12 +f 93/4/7 91/4/11 94/3/7 +f 92/3/11 94/3/7 91/4/11 +f 97/5/29 96/4/29 95/4/29 +f 96/4/29 97/5/29 98/5/29 +f 95/4/30 96/4/30 97/5/30 +f 98/5/30 97/5/30 96/4/30 +f 97/5/27 100/4/27 99/5/27 +f 100/4/27 97/5/27 95/4/27 +f 99/5/28 100/4/28 97/5/28 +f 95/4/28 97/5/28 100/4/28 +f 101/5/1 97/5/1 99/5/1 +f 97/5/1 101/5/1 98/5/1 +f 98/5/1 101/5/1 102/5/1 +f 99/5/2 97/5/2 101/5/2 +f 98/5/2 101/5/2 97/5/2 +f 102/5/2 101/5/2 98/5/2 +f 96/4/2 100/4/2 95/4/2 +f 100/4/2 96/4/2 103/4/2 +f 103/4/2 96/4/2 104/4/2 +f 95/4/1 100/4/1 96/4/1 +f 103/4/1 96/4/1 100/4/1 +f 104/4/1 96/4/1 103/4/1 +f 96/4/9 102/5/10 104/4/10 +f 102/5/10 96/4/9 98/5/9 +f 104/4/7 102/5/7 96/4/8 +f 98/5/8 96/4/8 102/5/7 +f 102/5/10 103/4/44 104/4/10 +f 103/4/44 102/5/10 101/5/44 +f 104/4/7 103/4/43 102/5/7 +f 101/5/43 102/5/7 103/4/43 +f 103/4/44 99/5/14 100/4/14 +f 99/5/14 103/4/44 101/5/44 +f 100/4/13 99/5/13 103/4/43 +f 101/5/43 103/4/43 99/5/13 +f 107/3/31 106/4/31 105/3/31 +f 106/4/31 107/3/31 108/4/31 +f 105/3/32 106/4/32 107/3/32 +f 108/4/32 107/3/32 106/4/32 +f 107/3/33 109/4/33 108/4/33 +f 109/4/33 107/3/33 110/3/33 +f 108/4/34 109/4/34 107/3/34 +f 110/3/34 107/3/34 109/4/34 +f 111/4/39 105/3/41 106/4/41 +f 105/3/41 111/4/39 112/3/39 +f 106/4/42 105/3/42 111/4/40 +f 112/3/40 111/4/40 105/3/42 +f 109/4/36 114/3/35 113/4/35 +f 114/3/35 109/4/36 110/3/36 +f 113/4/38 114/3/38 109/4/37 +f 110/3/37 109/4/37 114/3/38 +f 112/3/1 107/3/1 105/3/1 +f 107/3/1 112/3/1 110/3/1 +f 110/3/1 112/3/1 114/3/1 +f 105/3/2 107/3/2 112/3/2 +f 110/3/2 112/3/2 107/3/2 +f 114/3/2 112/3/2 110/3/2 +f 114/3/35 111/4/39 113/4/35 +f 111/4/39 114/3/35 112/3/39 +f 113/4/38 111/4/40 114/3/38 +f 112/3/40 114/3/38 111/4/40 +f 117/5/33 116/4/33 115/4/33 +f 116/4/33 117/5/33 118/5/33 +f 115/4/34 116/4/34 117/5/34 +f 118/5/34 117/5/34 116/4/34 +f 117/5/31 120/4/31 119/5/31 +f 120/4/31 117/5/31 115/4/31 +f 119/5/32 120/4/32 117/5/32 +f 115/4/32 117/5/32 120/4/32 +f 121/5/1 117/5/1 119/5/1 +f 117/5/1 121/5/1 118/5/1 +f 118/5/1 121/5/1 122/5/1 +f 119/5/2 117/5/2 121/5/2 +f 118/5/2 121/5/2 117/5/2 +f 122/5/2 121/5/2 118/5/2 +f 116/4/2 120/4/2 115/4/2 +f 120/4/2 116/4/2 123/4/2 +f 123/4/2 116/4/2 124/4/2 +f 115/4/1 120/4/1 116/4/1 +f 123/4/1 116/4/1 120/4/1 +f 124/4/1 116/4/1 123/4/1 +f 116/4/36 122/5/35 124/4/35 +f 122/5/35 116/4/36 118/5/36 +f 124/4/38 122/5/38 116/4/37 +f 118/5/37 116/4/37 122/5/38 +f 122/5/35 123/4/47 124/4/35 +f 123/4/47 122/5/35 121/5/47 +f 124/4/38 123/4/48 122/5/38 +f 121/5/48 122/5/38 123/4/48 +f 123/4/47 119/5/41 120/4/41 +f 119/5/41 123/4/47 121/5/47 +f 120/4/42 119/5/42 123/4/48 +f 121/5/48 123/4/48 119/5/42 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-intersection.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-intersection.obj.import new file mode 100644 index 0000000..78da6ee --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-intersection.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://dnv4taldc240u" +path="res://.godot/imported/corridor-intersection.obj-e4f726866bba4a4879d5593020bbff97.mesh" + +[deps] + +files=["res://.godot/imported/corridor-intersection.obj-e4f726866bba4a4879d5593020bbff97.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-intersection.obj" +dest_files=["res://.godot/imported/corridor-intersection.obj-e4f726866bba4a4879d5593020bbff97.mesh", "res://.godot/imported/corridor-intersection.obj-e4f726866bba4a4879d5593020bbff97.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-junction.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-junction.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-junction.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-junction.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-junction.obj new file mode 100644 index 0000000..21e9446 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-junction.obj @@ -0,0 +1,1557 @@ +# Created by Kenney (www.kenney.nl) + +mtllib corridor-junction.mtl + +g corridor-junction + +v -1.994226 0.9 -1.399002 1 1 1 +v -1.994226 0.9 -2 1 1 1 +v -1.693727 0.9 -1.479521 1 1 1 +v -1.393229 0.9 -2 1 1 1 +v -1.473747 0.9 -1.699501 1 1 1 +v -1.994226 0.2 -1.399002 1 1 1 +v -1.994226 0.2 -2 1 1 1 +v -1.393229 0.2 -2 1 1 1 +v -1.473747 0.2 -1.699501 1 1 1 +v -1.693727 0.2 -1.479521 1 1 1 +v 1.404776 0.9 -2 1 1 1 +v 2.005773 0.9 -2 1 1 1 +v 1.485294 0.9 -1.699501 1 1 1 +v 2.005774 0.9 -1.399002 1 1 1 +v 1.705275 0.9 -1.479521 1 1 1 +v 1.404776 0.2 -2 1 1 1 +v 2.005773 0.2 -2 1 1 1 +v 2.005774 0.2 -1.399002 1 1 1 +v 1.705275 0.2 -1.479521 1 1 1 +v 1.485294 0.2 -1.699501 1 1 1 +v 2 0 -2 1 1 1 +v 2 0 2 1 1 1 +v -2 0 -2 1 1 1 +v -2 0 2 1 1 1 +v -1.296844 0 0.4321918 1 1 1 +v -1.266226 0.05 0.4498696 1 1 1 +v -1.245081 0 0.6253771 1 1 1 +v -1.227403 0.05 0.5947585 1 1 1 +v -1.051895 0 0.5736133 1 1 1 +v -1.082514 0.05 0.5559356 1 1 1 +v -1.547955 0 0.7146534 1 1 1 +v -1.934325 0 0.6111257 1 1 1 +v -1.58331 0.1 0.653416 1 1 1 +v -1.873088 0.1 0.5757704 1 1 1 +v -1.830798 0 0.2247554 1 1 1 +v -1.795442 0.1 0.2859926 1 1 1 +v 1.071889 0 0.006433129 1 1 1 +v 1.096889 0.1 0.03143311 1 1 1 +v 1.071889 0 0.2064332 1 1 1 +v 1.096889 0.1 0.1814332 1 1 1 +v 1.246889 0.1 0.03143311 1 1 1 +v 1.246889 0.1 0.1814332 1 1 1 +v 1.271889 0 0.2064332 1 1 1 +v 1.271889 0 0.006433129 1 1 1 +v -1.444427 0 0.328283 1 1 1 +v -1.505665 0.1 0.3636383 1 1 1 +v -1.103659 0 0.3804281 1 1 1 +v -1.121337 0.05 0.4110467 1 1 1 +v 1.74957 0.05 0.4982207 1 1 1 +v 1.537438 0.05 0.7103527 1 1 1 +v 1.537438 0.05 0.2860887 1 1 1 +v 1.325306 0.05 0.4982207 1 1 1 +v 1.537438 0 0.215378 1 1 1 +v 1.254596 0 0.4982207 1 1 1 +v 0.8904107 -2.887646E-15 0.09759414 1 1 1 +v 0.8550553 0.05 0.1588314 1 1 1 +v 0.5040404 -2.887646E-15 0.2011218 1 1 1 +v 0.5652776 0.05 0.2364771 1 1 1 +v 1.820281 0 0.4982207 1 1 1 +v 1.537438 0 0.7810634 1 1 1 +v 0.9939382 -2.887646E-15 0.4839644 1 1 1 +v 0.607568 -2.887646E-15 0.5874921 1 1 1 +v 0.932701 0.05 0.4486091 1 1 1 +v 0.6429233 0.05 0.5262549 1 1 1 +v -2 0.2 1.399003 1 1 1 +v -8.085408E-14 0.2 1.199003 1 1 1 +v -2 0.9 1.399003 1 1 1 +v -8.085408E-14 0.9 1.199003 1 1 1 +v 2 0.9 2 1 1 1 +v -2 0.9 2 1 1 1 +v 2 0.9 1.399003 1 1 1 +v 2 0.2 2 1 1 1 +v -2 0.2 2 1 1 1 +v 2 0.2 1.399003 1 1 1 +v -1.994226 3 -1.6 1 1 1 +v -1.994226 0.9 -1.6 1 1 1 +v -1.994226 3 -2 1 1 1 +v -1.994226 0.9 -2 1 1 1 +v -1.594226 0.9 -2 1 1 1 +v -1.594226 3 -2 1 1 1 +v -1.794226 0.9 -1.65359 1 1 1 +v -1.794226 3 -1.65359 1 1 1 +v -1.647815 0.9 -1.8 1 1 1 +v -1.647815 3 -1.8 1 1 1 +v -1.994226 -1.852154E-14 -2 1 1 1 +v -0.9922314 -1.852154E-14 -2 1 1 1 +v -1.994226 0.2 -2 1 1 1 +v -0.9922314 0.2 -2 1 1 1 +v -1.994226 0.2 -0.9980049 1 1 1 +v -1.994226 -1.852154E-14 -0.9980049 1 1 1 +v -1.493229 0.2 -1.132247 1 1 1 +v -1.126473 0.2 -1.499002 1 1 1 +v -1.493229 -1.779963E-14 -1.132247 1 1 1 +v -1.126473 -1.779963E-14 -1.499002 1 1 1 +v 1.605773 3 -2 1 1 1 +v 1.605773 0.9 -2 1 1 1 +v 2.005773 3 -2 1 1 1 +v 2.005773 0.9 -2 1 1 1 +v 2.005773 0.9 -1.6 1 1 1 +v 2.005773 3 -1.6 1 1 1 +v 1.659363 0.9 -1.8 1 1 1 +v 1.659363 3 -1.8 1 1 1 +v 1.805773 0.9 -1.65359 1 1 1 +v 1.805773 3 -1.65359 1 1 1 +v 2.005774 -1.852154E-14 -2 1 1 1 +v 2.005774 -1.852154E-14 -0.9980049 1 1 1 +v 2.005774 0.2 -2 1 1 1 +v 2.005774 0.2 -0.9980049 1 1 1 +v 1.003778 0.2 -2 1 1 1 +v 1.003778 -1.852154E-14 -2 1 1 1 +v 1.13802 0.2 -1.499002 1 1 1 +v 1.504776 0.2 -1.132247 1 1 1 +v 1.13802 -1.779963E-14 -1.499002 1 1 1 +v 1.504776 -1.779963E-14 -1.132247 1 1 1 +v 2 0.2 0.9980046 1 1 1 +v 2 0 0.9980046 1 1 1 +v 2 0.2 2 1 1 1 +v 2 0 2 1 1 1 +v -2 0 0.9980046 1 1 1 +v -8.954693E-09 0 0.7980046 1 1 1 +v -2 0.2 0.9980046 1 1 1 +v -8.954693E-09 0.2 0.7980046 1 1 1 +v -2 0 2 1 1 1 +v -2 0.2 2 1 1 1 +v 2 3 2 1 1 1 +v -2 3 2 1 1 1 +v 2 3 1.6 1 1 1 +v -5.197762E-14 3 1.4 1 1 1 +v -2 3 1.6 1 1 1 +v 2 0.9 2 1 1 1 +v -2 0.9 2 1 1 1 +v -2 0.9 1.6 1 1 1 +v 2 0.9 1.6 1 1 1 +v -1.08287 2.341752 1.508287 1 1 1 +v -1.08287 2.541752 1.508287 1 1 1 +v -1.132621 2.291752 1.513262 1 1 1 +v -1.132621 2.591752 1.513262 1 1 1 +v -5.197762E-14 0.9 1.4 1 1 1 +v -1.516119 2.291752 1.551612 1 1 1 +v -1.565871 2.341752 1.556587 1 1 1 +v -1.516119 2.591752 1.551612 1 1 1 +v -1.565871 2.541752 1.556587 1 1 1 +v 1.681813 1.683671 1.568181 1 1 1 +v 1.681813 1.883671 1.568181 1 1 1 +v 1.632061 1.933671 1.563206 1 1 1 +v 1.248564 1.933671 1.524856 1 1 1 +v 1.198812 1.883671 1.519881 1 1 1 +v 1.198812 1.683671 1.519881 1 1 1 +v 1.632061 1.633671 1.563206 1 1 1 +v 0.922882 1.585278 1.492288 1 1 1 +v 1.248564 1.633671 1.524856 1 1 1 +v 0.5393845 1.585278 1.453938 1 1 1 +v 0.4896326 1.535278 1.448963 1 1 1 +v 0.4896326 1.335278 1.448963 1 1 1 +v 0.5393845 1.285278 1.453938 1 1 1 +v 0.922882 1.285278 1.492288 1 1 1 +v 0.9726338 1.535278 1.497263 1 1 1 +v 0.9726338 1.335278 1.497263 1 1 1 +v -1.516118 2.291752 1.551611 1 1 1 +v -1.132621 2.291752 1.513262 1 1 1 +v -1.521093 2.291752 1.501859 1 1 1 +v -1.137596 2.291752 1.46351 1 1 1 +v -1.132621 2.591752 1.513262 1 1 1 +v -1.516118 2.591752 1.551611 1 1 1 +v -1.137596 2.591752 1.46351 1 1 1 +v -1.521093 2.591752 1.501859 1 1 1 +v -1.087844 2.341752 1.458534 1 1 1 +v -1.082869 2.341752 1.508286 1 1 1 +v -1.087844 2.541752 1.458534 1 1 1 +v -1.082869 2.541752 1.508286 1 1 1 +v -1.56587 2.341752 1.556587 1 1 1 +v -1.570845 2.341752 1.506835 1 1 1 +v -1.56587 2.541752 1.556586 1 1 1 +v -1.570845 2.541752 1.506835 1 1 1 +v 1.248565 1.633671 1.524856 1 1 1 +v 1.632062 1.633671 1.563206 1 1 1 +v 1.25354 1.633671 1.475104 1 1 1 +v 1.637037 1.633671 1.513454 1 1 1 +v 1.632062 1.933671 1.563206 1 1 1 +v 1.248565 1.933671 1.524856 1 1 1 +v 1.637037 1.933671 1.513454 1 1 1 +v 1.25354 1.933671 1.475104 1 1 1 +v 1.686789 1.683671 1.518429 1 1 1 +v 1.681814 1.683671 1.568181 1 1 1 +v 1.686789 1.883671 1.518429 1 1 1 +v 1.681814 1.883671 1.568181 1 1 1 +v 1.198813 1.683671 1.519881 1 1 1 +v 1.203788 1.683671 1.470129 1 1 1 +v 1.198813 1.883671 1.519881 1 1 1 +v 1.203788 1.883671 1.470129 1 1 1 +v 0.5393838 1.285278 1.453938 1 1 1 +v 0.9228812 1.285278 1.492288 1 1 1 +v 0.544359 1.285278 1.404186 1 1 1 +v 0.9278564 1.285278 1.442536 1 1 1 +v 0.9228812 1.585278 1.492288 1 1 1 +v 0.5393838 1.585278 1.453938 1 1 1 +v 0.9278564 1.585278 1.442536 1 1 1 +v 0.544359 1.585278 1.404186 1 1 1 +v 0.9776083 1.335278 1.447511 1 1 1 +v 0.9726331 1.335278 1.497263 1 1 1 +v 0.9776083 1.535278 1.447511 1 1 1 +v 0.9726331 1.535278 1.497263 1 1 1 +v 0.4896319 1.335278 1.448963 1 1 1 +v 0.4946071 1.335278 1.399211 1 1 1 +v 0.4896319 1.535278 1.448963 1 1 1 +v 0.4946071 1.535278 1.399211 1 1 1 + +vn 0 1 0 +vn 0 -1 0 +vn -1 0 -4.746203E-15 +vn 1 0 4.746203E-15 +vn 4.746203E-15 0 -1 +vn -4.746203E-15 0 1 +vn 0.8660254 0 0.5 +vn 0.9659258 0 0.258819 +vn -0.9659258 0 -0.258819 +vn -0.8660254 0 -0.5 +vn 0.5 0 0.8660254 +vn -0.5 0 -0.8660254 +vn 0.258819 0 0.9659258 +vn -0.258819 0 -0.9659258 +vn -1.192093E-07 0 -1 +vn 1.192093E-07 0 1 +vn 1 0 -1.192093E-07 +vn -1 0 1.192093E-07 +vn -0.5 0 0.8660256 +vn -0.258819 0 0.965926 +vn 0.258819 0 -0.965926 +vn 0.5 0 -0.8660256 +vn -0.8660255 0 0.5000002 +vn 0.8660255 0 -0.5000002 +vn -0.9659259 0 0.2588192 +vn 0.9659259 0 -0.2588192 +vn -0.7071068 0.5773503 -0.4082483 +vn -0.5202672 0.7994348 -0.3003764 +vn -0.4082483 0.5773503 0.7071068 +vn -0.3003764 0.7994348 0.5202672 +vn 0.4082483 -0.5773503 -0.7071068 +vn 0.5202672 -0.7994348 0.3003764 +vn 0.7071068 -0.5773503 0.4082483 +vn 0.3003764 -0.7994348 -0.5202672 +vn 0.7071068 0.5773503 0.4082483 +vn 0.5202672 0.7994348 0.3003764 +vn -0.5202672 -0.7994348 -0.3003764 +vn -0.7071068 -0.5773503 -0.4082483 +vn 0.4082483 0.5773503 0.7071068 +vn -0.7071068 0.5773503 0.4082483 +vn 0.3003764 0.7994348 0.5202672 +vn -0.5202672 0.7994348 0.3003764 +vn -0.3003764 -0.7994348 -0.5202672 +vn 0.7071068 -0.5773503 -0.4082483 +vn -0.4082483 -0.5773503 -0.7071068 +vn 0.5202672 -0.7994348 -0.3003764 +vn -0.4082483 0.5773503 -0.7071068 +vn -0.3003764 0.7994348 -0.5202672 +vn 0.3003764 -0.7994348 0.5202672 +vn 0.4082483 -0.5773503 0.7071068 +vn -0.6666667 0.3333333 -0.6666667 +vn -0.5033765 0.7022992 -0.5033765 +vn -0.6666667 0.3333333 0.6666667 +vn -0.5033765 0.7022992 0.5033765 +vn 0.6666667 -0.3333333 -0.6666667 +vn 0.5033765 -0.7022992 0.5033765 +vn 0.6666667 -0.3333333 0.6666667 +vn 0.5033765 -0.7022992 -0.5033765 +vn 0.5033765 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 0.5033765 +vn -0.5033765 -0.7022992 -0.5033765 +vn -0.5033765 -0.7022992 0.5033765 +vn 0.6666667 0.3333333 0.6666667 +vn -0.6666667 -0.3333333 -0.6666667 +vn 0.6666667 0.3333333 -0.6666667 +vn -0.6666667 -0.3333333 0.6666667 +vn 0.7071068 0.5773503 -0.4082483 +vn 0.5202672 0.7994348 -0.3003764 +vn -0.5202672 -0.7994348 0.3003764 +vn -0.7071068 -0.5773503 0.4082483 +vn 0.4082483 0.5773503 -0.7071068 +vn 0.3003764 0.7994348 -0.5202672 +vn -0.4082483 -0.5773503 0.7071068 +vn -0.3003764 -0.7994348 0.5202672 +vn 0.4245382 0.9054101 0 +vn 0 0.9054101 0.4245382 +vn 0 0.9054101 -0.4245382 +vn -0.4245382 0.9054101 0 +vn 0 -0.9054101 0.4245382 +vn 0 -0.9054101 -0.4245382 +vn -0.4245382 -0.9054101 0 +vn 0.4245382 -0.9054101 0 +vn 0 0.8164966 -0.5773503 +vn -0.5773503 0.8164966 0 +vn 0 -0.8164966 0.5773503 +vn 0.5773503 -0.8164966 0 +vn 0.2886751 0.8164966 -0.5 +vn 0.2122691 0.90541 -0.3676609 +vn -0.5 0.8164966 -0.2886751 +vn -0.3676609 0.90541 -0.2122691 +vn 0.5 -0.8164966 0.2886751 +vn -0.2122691 -0.90541 0.3676609 +vn -0.2886751 -0.8164966 0.5 +vn 0.3676609 -0.90541 0.2122691 +vn 0.5773503 0.8164966 0 +vn -0.5773503 -0.8164966 0 +vn 0 0.8164966 0.5773503 +vn 0 -0.8164966 -0.5773503 +vn 0.5 0.8164966 0.2886751 +vn -0.2886751 0.8164966 0.5 +vn 0.3676609 0.90541 0.2122691 +vn -0.2122691 0.90541 0.3676609 +vn -0.3676609 -0.90541 -0.2122691 +vn 0.2886751 -0.8164966 -0.5 +vn -0.5 -0.8164966 -0.2886751 +vn 0.2122691 -0.90541 -0.3676609 +vn -0.09950371 0 -0.9950371 +vn 0 0 -1 +vn 0.09950371 0 0.9950371 +vn 0 0 1 +vn 0.09950371 0 -0.9950371 +vn -0.09950371 0 0.9950371 +vn 1 0 0 +vn -1 0 0 +vn 0.5 0 0.8660254 +vn -0.5 0 -0.8660254 +vn -0.8660255 0 0.5000001 +vn 0.8660255 0 -0.5000001 +vn -0.09950373 0 -0.9950371 +vn 0.09950373 0 0.9950371 +vn 0.0995037 0 -0.9950371 +vn -0.0995037 0 0.9950371 +vn -0.3807842 -0.9238796 0.03807854 +vn 0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 0.9238796 -0.03807854 +vn -0.3807842 0.9238796 0.03807832 +vn 0.9192945 -0.3826835 -0.09192941 +vn 0.9192945 0.3826835 -0.0919295 +vn -0.9192945 -0.3826835 0.0919295 +vn -0.9192945 0.3826835 0.09192941 +vn -0.09950373 -1.192093E-07 -0.9950373 +vn 0.09950373 1.192093E-07 0.9950373 +vn -0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 -0.9238796 0.03807854 +vn 0.3807842 0.9238796 0.03807832 +vn -0.3807842 0.9238796 -0.03807854 +vn 0.9192945 -0.3826835 0.0919295 +vn 0.9192945 0.3826835 0.09192941 +vn -0.9192945 -0.3826835 -0.09192941 +vn -0.9192945 0.3826835 -0.0919295 +vn 0.09950373 -1.192093E-07 -0.9950373 +vn -0.09950373 1.192093E-07 0.9950373 + +vt 0.09375 0.225 +vt 0.09375 0.025 +vt 0.09375 0.065 +vt 0.09375 0.105 +vt 0.34375 0.225 +vt 0.34375 0.025 +vt 0.34375 0.105 +vt 0.34375 0.1623098 +vt 0.34375 0.1813574 +vt 0.34375 0.1575478 +vt 0.34375 0.1861193 +vt 0.34375 0.09963536 +vt 0.34375 0.118683 +vt 0.34375 0.1234449 +vt 0.34375 0.09487346 +vt 0.34375 0.0902646 +vt 0.34375 0.08550269 +vt 0.34375 0.06645507 +vt 0.34375 0.06169317 +vt 0.34375 0.075 +vt 0.34375 0.175 + +usemtl colormap + +f 3/1/1 2/1/1 1/1/1 +f 2/1/1 3/1/1 4/1/1 +f 4/1/1 3/1/1 5/1/1 +f 1/1/2 2/1/2 3/1/2 +f 4/1/2 3/1/2 2/1/2 +f 5/1/2 3/1/2 4/1/2 +f 2/1/3 6/2/3 1/1/3 +f 6/2/3 2/1/3 7/2/3 +f 1/1/4 6/2/4 2/1/4 +f 7/2/4 2/1/4 6/2/4 +f 2/1/5 8/2/5 7/2/5 +f 8/2/5 2/1/5 4/1/5 +f 7/2/6 8/2/6 2/1/6 +f 4/1/6 2/1/6 8/2/6 +f 8/2/8 5/1/7 9/2/7 +f 5/1/7 8/2/8 4/1/8 +f 9/2/10 5/1/10 8/2/9 +f 4/1/9 8/2/9 5/1/10 +f 9/2/7 3/1/11 10/2/11 +f 3/1/11 9/2/7 5/1/7 +f 10/2/12 3/1/12 9/2/10 +f 5/1/10 9/2/10 3/1/12 +f 10/2/11 1/1/13 6/2/13 +f 1/1/13 10/2/11 3/1/11 +f 6/2/14 1/1/14 10/2/12 +f 3/1/12 10/2/12 1/1/14 +f 13/1/1 12/1/1 11/1/1 +f 12/1/1 13/1/1 14/1/1 +f 14/1/1 13/1/1 15/1/1 +f 11/1/2 12/1/2 13/1/2 +f 14/1/2 13/1/2 12/1/2 +f 15/1/2 13/1/2 14/1/2 +f 12/1/15 16/2/15 11/1/15 +f 16/2/15 12/1/15 17/2/15 +f 11/1/16 16/2/16 12/1/16 +f 17/2/16 12/1/16 16/2/16 +f 12/1/17 18/2/17 17/2/17 +f 18/2/17 12/1/17 14/1/17 +f 17/2/18 18/2/18 12/1/18 +f 14/1/18 12/1/18 18/2/18 +f 18/2/20 15/1/19 19/2/19 +f 15/1/19 18/2/20 14/1/20 +f 19/2/22 15/1/22 18/2/21 +f 14/1/21 18/2/21 15/1/22 +f 19/2/19 13/1/23 20/2/23 +f 13/1/23 19/2/19 15/1/19 +f 20/2/24 13/1/24 19/2/22 +f 15/1/22 19/2/22 13/1/24 +f 20/2/23 11/1/25 16/2/25 +f 11/1/25 20/2/23 13/1/23 +f 16/2/26 11/1/26 20/2/24 +f 13/1/24 20/2/24 11/1/26 +f 23/2/1 22/2/1 21/2/1 +f 22/2/1 23/2/1 24/2/1 +f 21/2/2 22/2/2 23/2/2 +f 24/2/2 23/2/2 22/2/2 +f 27/2/29 26/3/28 25/2/27 +f 26/3/28 27/2/29 28/3/30 +f 25/2/33 26/3/32 27/2/31 +f 28/3/34 27/2/31 26/3/32 +f 30/3/36 27/2/29 29/2/35 +f 27/2/29 30/3/36 28/3/30 +f 29/2/38 27/2/31 30/3/37 +f 28/3/34 30/3/37 27/2/31 +f 33/4/41 32/2/40 31/2/39 +f 32/2/40 33/4/41 34/4/42 +f 31/2/45 32/2/44 33/4/43 +f 34/4/46 33/4/43 32/2/44 +f 32/2/40 36/4/48 35/2/47 +f 36/4/48 32/2/40 34/4/42 +f 35/2/50 36/4/49 32/2/44 +f 34/4/46 32/2/44 36/4/49 +f 39/2/53 38/4/52 37/2/51 +f 38/4/52 39/2/53 40/4/54 +f 37/2/57 38/4/56 39/2/55 +f 40/4/58 39/2/55 38/4/56 +f 38/4/52 42/4/60 41/4/59 +f 42/4/60 38/4/52 40/4/54 +f 41/4/62 42/4/61 38/4/56 +f 40/4/58 38/4/56 42/4/61 +f 42/4/60 39/2/53 43/2/63 +f 39/2/53 42/4/60 40/4/54 +f 43/2/64 39/2/55 42/4/61 +f 40/4/58 42/4/61 39/2/55 +f 38/4/52 44/2/65 37/2/51 +f 44/2/65 38/4/52 41/4/59 +f 37/2/57 44/2/66 38/4/56 +f 41/4/62 38/4/56 44/2/66 +f 41/4/59 43/2/63 44/2/65 +f 43/2/63 41/4/59 42/4/60 +f 44/2/66 43/2/64 41/4/62 +f 42/4/61 41/4/62 43/2/64 +f 46/4/68 31/2/39 45/2/67 +f 31/2/39 46/4/68 33/4/41 +f 45/2/70 31/2/45 46/4/69 +f 33/4/43 46/4/69 31/2/45 +f 26/3/28 47/2/71 25/2/27 +f 47/2/71 26/3/28 48/3/72 +f 25/2/33 47/2/73 26/3/32 +f 48/3/74 26/3/32 47/2/73 +f 36/4/48 45/2/67 35/2/47 +f 45/2/67 36/4/48 46/4/68 +f 35/2/50 45/2/70 36/4/49 +f 46/4/69 36/4/49 45/2/70 +f 36/4/48 33/4/41 46/4/68 +f 33/4/41 36/4/48 34/4/42 +f 46/4/69 33/4/43 36/4/49 +f 34/4/46 36/4/49 33/4/43 +f 51/3/77 50/3/76 49/3/75 +f 50/3/76 51/3/77 52/3/78 +f 49/3/81 50/3/80 51/3/79 +f 52/3/82 51/3/79 50/3/80 +f 48/3/72 28/3/30 30/3/36 +f 28/3/30 48/3/72 26/3/28 +f 30/3/37 28/3/34 48/3/74 +f 26/3/32 48/3/74 28/3/34 +f 53/2/83 52/3/78 51/3/77 +f 52/3/78 53/2/83 54/2/84 +f 51/3/79 52/3/82 53/2/85 +f 54/2/86 53/2/85 52/3/82 +f 57/2/89 56/3/88 55/2/87 +f 56/3/88 57/2/89 58/3/90 +f 55/2/93 56/3/92 57/2/91 +f 58/3/94 57/2/91 56/3/92 +f 53/2/83 49/3/75 59/2/95 +f 49/3/75 53/2/83 51/3/77 +f 59/2/96 49/3/81 53/2/85 +f 51/3/79 53/2/85 49/3/81 +f 52/3/78 60/2/97 50/3/76 +f 60/2/97 52/3/78 54/2/84 +f 50/3/80 60/2/98 52/3/82 +f 54/2/86 52/3/82 60/2/98 +f 63/3/101 62/2/100 61/2/99 +f 62/2/100 63/3/101 64/3/102 +f 61/2/105 62/2/104 63/3/103 +f 64/3/106 63/3/103 62/2/104 +f 49/3/75 60/2/97 59/2/95 +f 60/2/97 49/3/75 50/3/76 +f 59/2/96 60/2/98 49/3/81 +f 50/3/80 49/3/81 60/2/98 +f 55/2/87 63/3/101 61/2/99 +f 63/3/101 55/2/87 56/3/88 +f 61/2/105 63/3/103 55/2/93 +f 56/3/92 55/2/93 63/3/103 +f 58/3/90 62/2/100 64/3/102 +f 62/2/100 58/3/90 57/2/89 +f 64/3/106 62/2/104 58/3/94 +f 57/2/91 58/3/94 62/2/104 +f 56/3/88 64/3/102 63/3/101 +f 64/3/102 56/3/88 58/3/90 +f 63/3/103 64/3/106 56/3/92 +f 58/3/94 56/3/92 64/3/106 +f 48/3/72 29/2/35 47/2/71 +f 29/2/35 48/3/72 30/3/36 +f 47/2/73 29/2/38 48/3/74 +f 30/3/37 48/3/74 29/2/38 +f 67/1/107 66/2/108 65/2/107 +f 66/2/108 67/1/107 68/1/108 +f 65/2/109 66/2/110 67/1/109 +f 68/1/110 67/1/109 66/2/110 +f 71/1/1 70/1/1 69/1/1 +f 70/1/1 71/1/1 68/1/1 +f 70/1/1 68/1/1 67/1/1 +f 69/1/2 70/1/2 71/1/2 +f 68/1/2 71/1/2 70/1/2 +f 67/1/2 68/1/2 70/1/2 +f 69/1/110 73/2/110 72/2/110 +f 73/2/110 69/1/110 70/1/110 +f 72/2/108 73/2/108 69/1/108 +f 70/1/108 69/1/108 73/2/108 +f 68/1/108 74/2/111 66/2/108 +f 74/2/111 68/1/108 71/1/111 +f 66/2/110 74/2/112 68/1/110 +f 71/1/112 68/1/110 74/2/112 +f 69/1/113 74/2/113 71/1/113 +f 74/2/113 69/1/113 72/2/113 +f 71/1/114 74/2/114 69/1/114 +f 72/2/114 69/1/114 74/2/114 +f 73/2/114 67/1/114 65/2/114 +f 67/1/114 73/2/114 70/1/114 +f 65/2/113 67/1/113 73/2/113 +f 70/1/113 73/2/113 67/1/113 +f 77/5/3 76/6/3 75/5/3 +f 76/6/3 77/5/3 78/6/3 +f 75/5/4 76/6/4 77/5/4 +f 78/6/4 77/5/4 76/6/4 +f 77/5/5 79/6/5 78/6/5 +f 79/6/5 77/5/5 80/5/5 +f 78/6/6 79/6/6 77/5/6 +f 80/5/6 77/5/6 79/6/6 +f 81/6/11 75/5/13 76/6/13 +f 75/5/13 81/6/11 82/5/11 +f 76/6/14 75/5/14 81/6/12 +f 82/5/12 81/6/12 75/5/14 +f 79/6/8 84/5/7 83/6/7 +f 84/5/7 79/6/8 80/5/8 +f 83/6/10 84/5/10 79/6/9 +f 80/5/9 79/6/9 84/5/10 +f 82/5/1 77/5/1 75/5/1 +f 77/5/1 82/5/1 80/5/1 +f 80/5/1 82/5/1 84/5/1 +f 75/5/2 77/5/2 82/5/2 +f 80/5/2 82/5/2 77/5/2 +f 84/5/2 82/5/2 80/5/2 +f 84/5/7 81/6/11 83/6/7 +f 81/6/11 84/5/7 82/5/11 +f 83/6/10 81/6/12 84/5/10 +f 82/5/12 84/5/10 81/6/12 +f 87/7/5 86/6/5 85/6/5 +f 86/6/5 87/7/5 88/7/5 +f 85/6/6 86/6/6 87/7/6 +f 88/7/6 87/7/6 86/6/6 +f 87/7/3 90/6/3 89/7/3 +f 90/6/3 87/7/3 85/6/3 +f 89/7/4 90/6/4 87/7/4 +f 85/6/4 87/7/4 90/6/4 +f 91/7/1 87/7/1 89/7/1 +f 87/7/1 91/7/1 88/7/1 +f 88/7/1 91/7/1 92/7/1 +f 89/7/2 87/7/2 91/7/2 +f 88/7/2 91/7/2 87/7/2 +f 92/7/2 91/7/2 88/7/2 +f 86/6/2 90/6/2 85/6/2 +f 90/6/2 86/6/2 93/6/2 +f 93/6/2 86/6/2 94/6/2 +f 85/6/1 90/6/1 86/6/1 +f 93/6/1 86/6/1 90/6/1 +f 94/6/1 86/6/1 93/6/1 +f 86/6/8 92/7/7 94/6/7 +f 92/7/7 86/6/8 88/7/8 +f 94/6/10 92/7/10 86/6/9 +f 88/7/9 86/6/9 92/7/10 +f 92/7/7 93/6/115 94/6/7 +f 93/6/115 92/7/7 91/7/115 +f 94/6/10 93/6/116 92/7/10 +f 91/7/116 92/7/10 93/6/116 +f 93/6/115 89/7/13 90/6/13 +f 89/7/13 93/6/115 91/7/115 +f 90/6/14 89/7/14 93/6/116 +f 91/7/116 93/6/116 89/7/14 +f 97/5/15 96/6/15 95/5/15 +f 96/6/15 97/5/15 98/6/15 +f 95/5/16 96/6/16 97/5/16 +f 98/6/16 97/5/16 96/6/16 +f 97/5/17 99/6/17 98/6/17 +f 99/6/17 97/5/17 100/5/17 +f 98/6/18 99/6/18 97/5/18 +f 100/5/18 97/5/18 99/6/18 +f 101/6/23 95/5/25 96/6/25 +f 95/5/25 101/6/23 102/5/23 +f 96/6/26 95/5/26 101/6/24 +f 102/5/24 101/6/24 95/5/26 +f 99/6/20 104/5/19 103/6/19 +f 104/5/19 99/6/20 100/5/20 +f 103/6/22 104/5/22 99/6/21 +f 100/5/21 99/6/21 104/5/22 +f 102/5/1 97/5/1 95/5/1 +f 97/5/1 102/5/1 100/5/1 +f 100/5/1 102/5/1 104/5/1 +f 95/5/2 97/5/2 102/5/2 +f 100/5/2 102/5/2 97/5/2 +f 104/5/2 102/5/2 100/5/2 +f 104/5/19 101/6/23 103/6/19 +f 101/6/23 104/5/19 102/5/23 +f 103/6/22 101/6/24 104/5/22 +f 102/5/24 104/5/22 101/6/24 +f 107/7/17 106/6/17 105/6/17 +f 106/6/17 107/7/17 108/7/17 +f 105/6/18 106/6/18 107/7/18 +f 108/7/18 107/7/18 106/6/18 +f 107/7/15 110/6/15 109/7/15 +f 110/6/15 107/7/15 105/6/15 +f 109/7/16 110/6/16 107/7/16 +f 105/6/16 107/7/16 110/6/16 +f 111/7/1 107/7/1 109/7/1 +f 107/7/1 111/7/1 108/7/1 +f 108/7/1 111/7/1 112/7/1 +f 109/7/2 107/7/2 111/7/2 +f 108/7/2 111/7/2 107/7/2 +f 112/7/2 111/7/2 108/7/2 +f 106/6/2 110/6/2 105/6/2 +f 110/6/2 106/6/2 113/6/2 +f 113/6/2 106/6/2 114/6/2 +f 105/6/1 110/6/1 106/6/1 +f 113/6/1 106/6/1 110/6/1 +f 114/6/1 106/6/1 113/6/1 +f 106/6/20 112/7/19 114/6/19 +f 112/7/19 106/6/20 108/7/20 +f 114/6/22 112/7/22 106/6/21 +f 108/7/21 106/6/21 112/7/22 +f 112/7/19 113/6/117 114/6/19 +f 113/6/117 112/7/19 111/7/117 +f 114/6/22 113/6/118 112/7/22 +f 111/7/118 112/7/22 113/6/118 +f 113/6/117 109/7/25 110/6/25 +f 109/7/25 113/6/117 111/7/117 +f 110/6/26 109/7/26 113/6/118 +f 111/7/118 113/6/118 109/7/26 +f 117/7/113 116/6/113 115/7/113 +f 116/6/113 117/7/113 118/6/113 +f 115/7/114 116/6/114 117/7/114 +f 118/6/114 117/7/114 116/6/114 +f 121/7/119 120/6/108 119/6/119 +f 120/6/108 121/7/119 122/7/108 +f 119/6/120 120/6/110 121/7/120 +f 122/7/110 121/7/120 120/6/110 +f 117/7/110 123/6/110 118/6/110 +f 123/6/110 117/7/110 124/7/110 +f 118/6/108 123/6/108 117/7/108 +f 124/7/108 117/7/108 123/6/108 +f 122/7/108 116/6/121 120/6/108 +f 116/6/121 122/7/108 115/7/121 +f 120/6/110 116/6/122 122/7/110 +f 115/7/122 122/7/110 116/6/122 +f 123/6/2 116/6/2 118/6/2 +f 116/6/2 123/6/2 120/6/2 +f 120/6/2 123/6/2 119/6/2 +f 118/6/1 116/6/1 123/6/1 +f 120/6/1 123/6/1 116/6/1 +f 119/6/1 123/6/1 120/6/1 +f 115/7/1 124/7/1 117/7/1 +f 124/7/1 115/7/1 122/7/1 +f 124/7/1 122/7/1 121/7/1 +f 117/7/2 124/7/2 115/7/2 +f 122/7/2 115/7/2 124/7/2 +f 121/7/2 122/7/2 124/7/2 +f 123/6/114 121/7/114 119/6/114 +f 121/7/114 123/6/114 124/7/114 +f 119/6/113 121/7/113 123/6/113 +f 124/7/113 123/6/113 121/7/113 +f 127/5/1 126/5/1 125/5/1 +f 126/5/1 127/5/1 128/5/1 +f 126/5/1 128/5/1 129/5/1 +f 125/5/2 126/5/2 127/5/2 +f 128/5/2 127/5/2 126/5/2 +f 129/5/2 128/5/2 126/5/2 +f 125/5/110 131/6/110 130/6/110 +f 131/6/110 125/5/110 126/5/110 +f 130/6/108 131/6/108 125/5/108 +f 126/5/108 125/5/108 131/6/108 +f 131/6/114 129/5/114 132/6/114 +f 129/5/114 131/6/114 126/5/114 +f 132/6/113 129/5/113 131/6/113 +f 126/5/113 131/6/113 129/5/113 +f 125/5/113 133/6/113 127/5/113 +f 133/6/113 125/5/113 130/6/113 +f 127/5/114 133/6/114 125/5/114 +f 130/6/114 125/5/114 133/6/114 +f 135/9/109 134/8/109 128/5/110 +f 134/8/109 136/10/109 128/5/110 +f 137/11/109 135/9/109 128/5/110 +f 128/5/110 136/10/109 138/6/110 +f 139/10/109 138/6/110 136/10/109 +f 138/6/110 139/10/109 132/6/109 +f 140/8/109 132/6/109 139/10/109 +f 129/5/109 137/11/109 128/5/110 +f 129/5/109 132/6/109 140/8/109 +f 137/11/109 129/5/109 141/11/109 +f 142/9/109 129/5/109 140/8/109 +f 141/11/109 129/5/109 142/9/109 +f 144/13/112 143/12/112 127/5/112 +f 145/14/112 144/13/112 127/5/112 +f 128/5/110 145/14/112 127/5/112 +f 145/14/112 128/5/110 146/14/112 +f 127/5/112 143/12/112 133/6/112 +f 146/14/112 128/5/110 147/13/112 +f 147/13/112 128/5/110 148/12/112 +f 149/15/112 133/6/112 143/12/112 +f 148/12/112 128/5/110 150/16/112 +f 151/15/112 148/12/112 150/16/112 +f 151/15/112 150/16/112 149/15/112 +f 150/16/112 128/5/110 152/16/112 +f 152/16/112 128/5/110 153/17/112 +f 153/17/112 128/5/110 154/18/112 +f 128/5/110 138/6/110 154/18/112 +f 154/18/112 138/6/110 155/19/112 +f 133/6/112 155/19/112 138/6/110 +f 155/19/112 133/6/112 156/19/112 +f 156/19/112 133/6/112 149/15/112 +f 150/16/112 157/17/112 149/15/112 +f 158/18/112 156/19/112 149/15/112 +f 157/17/112 158/18/112 149/15/112 +f 128/5/108 134/8/107 135/9/107 +f 128/5/108 135/9/107 137/11/107 +f 128/5/108 136/10/107 134/8/107 +f 138/6/108 136/10/107 128/5/108 +f 136/10/107 138/6/108 139/10/107 +f 132/6/107 139/10/107 138/6/108 +f 139/10/107 132/6/107 140/8/107 +f 128/5/108 137/11/107 129/5/107 +f 140/8/107 132/6/107 129/5/107 +f 141/11/107 129/5/107 137/11/107 +f 140/8/107 129/5/107 142/9/107 +f 142/9/107 129/5/107 141/11/107 +f 127/5/111 143/12/111 144/13/111 +f 127/5/111 144/13/111 145/14/111 +f 127/5/111 145/14/111 128/5/108 +f 146/14/111 128/5/108 145/14/111 +f 133/6/111 143/12/111 127/5/111 +f 147/13/111 128/5/108 146/14/111 +f 148/12/111 128/5/108 147/13/111 +f 143/12/111 133/6/111 149/15/111 +f 150/16/111 128/5/108 148/12/111 +f 150/16/111 148/12/111 151/15/111 +f 149/15/111 150/16/111 151/15/111 +f 152/16/111 128/5/108 150/16/111 +f 153/17/111 128/5/108 152/16/111 +f 154/18/111 128/5/108 153/17/111 +f 154/18/111 138/6/108 128/5/108 +f 155/19/111 138/6/108 154/18/111 +f 138/6/108 155/19/111 133/6/111 +f 156/19/111 133/6/111 155/19/111 +f 149/15/111 133/6/111 156/19/111 +f 149/15/111 157/17/111 150/16/111 +f 149/15/111 156/19/111 158/18/111 +f 149/15/111 158/18/111 157/17/111 +f 161/21/123 160/20/124 159/20/123 +f 160/20/124 161/21/123 162/21/124 +f 159/20/125 160/20/126 161/21/125 +f 162/21/126 161/21/125 160/20/126 +f 165/21/125 164/20/126 163/20/125 +f 164/20/126 165/21/125 166/21/126 +f 163/20/123 164/20/124 165/21/123 +f 166/21/124 165/21/123 164/20/124 +f 169/21/128 168/20/127 167/21/127 +f 168/20/127 169/21/128 170/20/128 +f 167/21/130 168/20/130 169/21/129 +f 170/20/129 169/21/129 168/20/130 +f 173/20/130 172/21/129 171/20/129 +f 172/21/129 173/20/130 174/21/130 +f 171/20/128 172/21/128 173/20/127 +f 174/21/127 173/20/127 172/21/128 +f 166/21/126 173/20/130 164/20/126 +f 173/20/130 166/21/126 174/21/130 +f 164/20/124 173/20/127 166/21/124 +f 174/21/127 166/21/124 173/20/127 +f 162/21/124 168/20/127 160/20/124 +f 168/20/127 162/21/124 167/21/127 +f 160/20/126 168/20/130 162/21/126 +f 167/21/130 162/21/126 168/20/130 +f 169/21/128 163/20/125 170/20/128 +f 163/20/125 169/21/128 165/21/125 +f 170/20/129 163/20/123 169/21/129 +f 165/21/123 169/21/129 163/20/123 +f 172/21/129 159/20/123 171/20/129 +f 159/20/123 172/21/129 161/21/123 +f 171/20/128 159/20/125 172/21/128 +f 161/21/125 172/21/128 159/20/125 +f 162/21/131 169/21/131 167/21/131 +f 169/21/131 162/21/131 165/21/131 +f 165/21/131 162/21/131 161/21/131 +f 165/21/131 161/21/131 166/21/131 +f 166/21/131 161/21/131 172/21/131 +f 166/21/131 172/21/131 174/21/131 +f 167/21/132 169/21/132 162/21/132 +f 165/21/132 162/21/132 169/21/132 +f 161/21/132 162/21/132 165/21/132 +f 166/21/132 161/21/132 165/21/132 +f 172/21/132 161/21/132 166/21/132 +f 174/21/132 172/21/132 166/21/132 +f 163/20/132 168/20/132 170/20/132 +f 168/20/132 163/20/132 160/20/132 +f 160/20/132 163/20/132 164/20/132 +f 160/20/132 164/20/132 159/20/132 +f 159/20/132 164/20/132 173/20/132 +f 159/20/132 173/20/132 171/20/132 +f 170/20/131 168/20/131 163/20/131 +f 160/20/131 163/20/131 168/20/131 +f 164/20/131 163/20/131 160/20/131 +f 159/20/131 164/20/131 160/20/131 +f 173/20/131 164/20/131 159/20/131 +f 171/20/131 173/20/131 159/20/131 +f 177/21/133 176/20/134 175/20/133 +f 176/20/134 177/21/133 178/21/134 +f 175/20/135 176/20/136 177/21/135 +f 178/21/136 177/21/135 176/20/136 +f 181/21/135 180/20/136 179/20/135 +f 180/20/136 181/21/135 182/21/136 +f 179/20/133 180/20/134 181/21/133 +f 182/21/134 181/21/133 180/20/134 +f 185/21/138 184/20/137 183/21/137 +f 184/20/137 185/21/138 186/20/138 +f 183/21/140 184/20/140 185/21/139 +f 186/20/139 185/21/139 184/20/140 +f 189/20/140 188/21/139 187/20/139 +f 188/21/139 189/20/140 190/21/140 +f 187/20/138 188/21/138 189/20/137 +f 190/21/137 189/20/137 188/21/138 +f 182/21/136 189/20/140 180/20/136 +f 189/20/140 182/21/136 190/21/140 +f 180/20/134 189/20/137 182/21/134 +f 190/21/137 182/21/134 189/20/137 +f 178/21/134 184/20/137 176/20/134 +f 184/20/137 178/21/134 183/21/137 +f 176/20/136 184/20/140 178/21/136 +f 183/21/140 178/21/136 184/20/140 +f 185/21/138 179/20/135 186/20/138 +f 179/20/135 185/21/138 181/21/135 +f 186/20/139 179/20/133 185/21/139 +f 181/21/133 185/21/139 179/20/133 +f 188/21/139 175/20/133 187/20/139 +f 175/20/133 188/21/139 177/21/133 +f 187/20/138 175/20/135 188/21/138 +f 177/21/135 188/21/138 175/20/135 +f 178/21/141 185/21/141 183/21/141 +f 185/21/141 178/21/141 181/21/141 +f 181/21/141 178/21/141 177/21/141 +f 181/21/141 177/21/141 182/21/141 +f 182/21/141 177/21/141 188/21/141 +f 182/21/141 188/21/141 190/21/141 +f 183/21/142 185/21/142 178/21/142 +f 181/21/142 178/21/142 185/21/142 +f 177/21/142 178/21/142 181/21/142 +f 182/21/142 177/21/142 181/21/142 +f 188/21/142 177/21/142 182/21/142 +f 190/21/142 188/21/142 182/21/142 +f 179/20/142 184/20/142 186/20/142 +f 184/20/142 179/20/142 176/20/142 +f 176/20/142 179/20/142 180/20/142 +f 176/20/142 180/20/142 175/20/142 +f 175/20/142 180/20/142 189/20/142 +f 175/20/142 189/20/142 187/20/142 +f 186/20/141 184/20/141 179/20/141 +f 176/20/141 179/20/141 184/20/141 +f 180/20/141 179/20/141 176/20/141 +f 175/20/141 180/20/141 176/20/141 +f 189/20/141 180/20/141 175/20/141 +f 187/20/141 189/20/141 175/20/141 +f 193/21/133 192/20/134 191/20/133 +f 192/20/134 193/21/133 194/21/134 +f 191/20/135 192/20/136 193/21/135 +f 194/21/136 193/21/135 192/20/136 +f 197/21/135 196/20/136 195/20/135 +f 196/20/136 197/21/135 198/21/136 +f 195/20/133 196/20/134 197/21/133 +f 198/21/134 197/21/133 196/20/134 +f 201/21/138 200/20/137 199/21/137 +f 200/20/137 201/21/138 202/20/138 +f 199/21/140 200/20/140 201/21/139 +f 202/20/139 201/21/139 200/20/140 +f 205/20/140 204/21/139 203/20/139 +f 204/21/139 205/20/140 206/21/140 +f 203/20/138 204/21/138 205/20/137 +f 206/21/137 205/20/137 204/21/138 +f 198/21/136 205/20/140 196/20/136 +f 205/20/140 198/21/136 206/21/140 +f 196/20/134 205/20/137 198/21/134 +f 206/21/137 198/21/134 205/20/137 +f 194/21/134 200/20/137 192/20/134 +f 200/20/137 194/21/134 199/21/137 +f 192/20/136 200/20/140 194/21/136 +f 199/21/140 194/21/136 200/20/140 +f 201/21/138 195/20/135 202/20/138 +f 195/20/135 201/21/138 197/21/135 +f 202/20/139 195/20/133 201/21/139 +f 197/21/133 201/21/139 195/20/133 +f 204/21/139 191/20/133 203/20/139 +f 191/20/133 204/21/139 193/21/133 +f 203/20/138 191/20/135 204/21/138 +f 193/21/135 204/21/138 191/20/135 +f 194/21/141 201/21/141 199/21/141 +f 201/21/141 194/21/141 197/21/141 +f 197/21/141 194/21/141 193/21/141 +f 197/21/141 193/21/141 198/21/141 +f 198/21/141 193/21/141 204/21/141 +f 198/21/141 204/21/141 206/21/141 +f 199/21/142 201/21/142 194/21/142 +f 197/21/142 194/21/142 201/21/142 +f 193/21/142 194/21/142 197/21/142 +f 198/21/142 193/21/142 197/21/142 +f 204/21/142 193/21/142 198/21/142 +f 206/21/142 204/21/142 198/21/142 +f 195/20/142 200/20/142 202/20/142 +f 200/20/142 195/20/142 192/20/142 +f 192/20/142 195/20/142 196/20/142 +f 192/20/142 196/20/142 191/20/142 +f 191/20/142 196/20/142 205/20/142 +f 191/20/142 205/20/142 203/20/142 +f 202/20/141 200/20/141 195/20/141 +f 192/20/141 195/20/141 200/20/141 +f 196/20/141 195/20/141 192/20/141 +f 191/20/141 196/20/141 192/20/141 +f 205/20/141 196/20/141 191/20/141 +f 203/20/141 205/20/141 191/20/141 + +g corridor-junction + + + + +usemtl colormap + +f 3/1/1 2/1/1 1/1/1 +f 2/1/1 3/1/1 4/1/1 +f 4/1/1 3/1/1 5/1/1 +f 1/1/2 2/1/2 3/1/2 +f 4/1/2 3/1/2 2/1/2 +f 5/1/2 3/1/2 4/1/2 +f 2/1/3 6/2/3 1/1/3 +f 6/2/3 2/1/3 7/2/3 +f 1/1/4 6/2/4 2/1/4 +f 7/2/4 2/1/4 6/2/4 +f 2/1/5 8/2/5 7/2/5 +f 8/2/5 2/1/5 4/1/5 +f 7/2/6 8/2/6 2/1/6 +f 4/1/6 2/1/6 8/2/6 +f 8/2/8 5/1/7 9/2/7 +f 5/1/7 8/2/8 4/1/8 +f 9/2/10 5/1/10 8/2/9 +f 4/1/9 8/2/9 5/1/10 +f 9/2/7 3/1/11 10/2/11 +f 3/1/11 9/2/7 5/1/7 +f 10/2/12 3/1/12 9/2/10 +f 5/1/10 9/2/10 3/1/12 +f 10/2/11 1/1/13 6/2/13 +f 1/1/13 10/2/11 3/1/11 +f 6/2/14 1/1/14 10/2/12 +f 3/1/12 10/2/12 1/1/14 +f 13/1/1 12/1/1 11/1/1 +f 12/1/1 13/1/1 14/1/1 +f 14/1/1 13/1/1 15/1/1 +f 11/1/2 12/1/2 13/1/2 +f 14/1/2 13/1/2 12/1/2 +f 15/1/2 13/1/2 14/1/2 +f 12/1/15 16/2/15 11/1/15 +f 16/2/15 12/1/15 17/2/15 +f 11/1/16 16/2/16 12/1/16 +f 17/2/16 12/1/16 16/2/16 +f 12/1/17 18/2/17 17/2/17 +f 18/2/17 12/1/17 14/1/17 +f 17/2/18 18/2/18 12/1/18 +f 14/1/18 12/1/18 18/2/18 +f 18/2/20 15/1/19 19/2/19 +f 15/1/19 18/2/20 14/1/20 +f 19/2/22 15/1/22 18/2/21 +f 14/1/21 18/2/21 15/1/22 +f 19/2/19 13/1/23 20/2/23 +f 13/1/23 19/2/19 15/1/19 +f 20/2/24 13/1/24 19/2/22 +f 15/1/22 19/2/22 13/1/24 +f 20/2/23 11/1/25 16/2/25 +f 11/1/25 20/2/23 13/1/23 +f 16/2/26 11/1/26 20/2/24 +f 13/1/24 20/2/24 11/1/26 +f 23/2/1 22/2/1 21/2/1 +f 22/2/1 23/2/1 24/2/1 +f 21/2/2 22/2/2 23/2/2 +f 24/2/2 23/2/2 22/2/2 +f 27/2/29 26/3/28 25/2/27 +f 26/3/28 27/2/29 28/3/30 +f 25/2/33 26/3/32 27/2/31 +f 28/3/34 27/2/31 26/3/32 +f 30/3/36 27/2/29 29/2/35 +f 27/2/29 30/3/36 28/3/30 +f 29/2/38 27/2/31 30/3/37 +f 28/3/34 30/3/37 27/2/31 +f 33/4/41 32/2/40 31/2/39 +f 32/2/40 33/4/41 34/4/42 +f 31/2/45 32/2/44 33/4/43 +f 34/4/46 33/4/43 32/2/44 +f 32/2/40 36/4/48 35/2/47 +f 36/4/48 32/2/40 34/4/42 +f 35/2/50 36/4/49 32/2/44 +f 34/4/46 32/2/44 36/4/49 +f 39/2/53 38/4/52 37/2/51 +f 38/4/52 39/2/53 40/4/54 +f 37/2/57 38/4/56 39/2/55 +f 40/4/58 39/2/55 38/4/56 +f 38/4/52 42/4/60 41/4/59 +f 42/4/60 38/4/52 40/4/54 +f 41/4/62 42/4/61 38/4/56 +f 40/4/58 38/4/56 42/4/61 +f 42/4/60 39/2/53 43/2/63 +f 39/2/53 42/4/60 40/4/54 +f 43/2/64 39/2/55 42/4/61 +f 40/4/58 42/4/61 39/2/55 +f 38/4/52 44/2/65 37/2/51 +f 44/2/65 38/4/52 41/4/59 +f 37/2/57 44/2/66 38/4/56 +f 41/4/62 38/4/56 44/2/66 +f 41/4/59 43/2/63 44/2/65 +f 43/2/63 41/4/59 42/4/60 +f 44/2/66 43/2/64 41/4/62 +f 42/4/61 41/4/62 43/2/64 +f 46/4/68 31/2/39 45/2/67 +f 31/2/39 46/4/68 33/4/41 +f 45/2/70 31/2/45 46/4/69 +f 33/4/43 46/4/69 31/2/45 +f 26/3/28 47/2/71 25/2/27 +f 47/2/71 26/3/28 48/3/72 +f 25/2/33 47/2/73 26/3/32 +f 48/3/74 26/3/32 47/2/73 +f 36/4/48 45/2/67 35/2/47 +f 45/2/67 36/4/48 46/4/68 +f 35/2/50 45/2/70 36/4/49 +f 46/4/69 36/4/49 45/2/70 +f 36/4/48 33/4/41 46/4/68 +f 33/4/41 36/4/48 34/4/42 +f 46/4/69 33/4/43 36/4/49 +f 34/4/46 36/4/49 33/4/43 +f 51/3/77 50/3/76 49/3/75 +f 50/3/76 51/3/77 52/3/78 +f 49/3/81 50/3/80 51/3/79 +f 52/3/82 51/3/79 50/3/80 +f 48/3/72 28/3/30 30/3/36 +f 28/3/30 48/3/72 26/3/28 +f 30/3/37 28/3/34 48/3/74 +f 26/3/32 48/3/74 28/3/34 +f 53/2/83 52/3/78 51/3/77 +f 52/3/78 53/2/83 54/2/84 +f 51/3/79 52/3/82 53/2/85 +f 54/2/86 53/2/85 52/3/82 +f 57/2/89 56/3/88 55/2/87 +f 56/3/88 57/2/89 58/3/90 +f 55/2/93 56/3/92 57/2/91 +f 58/3/94 57/2/91 56/3/92 +f 53/2/83 49/3/75 59/2/95 +f 49/3/75 53/2/83 51/3/77 +f 59/2/96 49/3/81 53/2/85 +f 51/3/79 53/2/85 49/3/81 +f 52/3/78 60/2/97 50/3/76 +f 60/2/97 52/3/78 54/2/84 +f 50/3/80 60/2/98 52/3/82 +f 54/2/86 52/3/82 60/2/98 +f 63/3/101 62/2/100 61/2/99 +f 62/2/100 63/3/101 64/3/102 +f 61/2/105 62/2/104 63/3/103 +f 64/3/106 63/3/103 62/2/104 +f 49/3/75 60/2/97 59/2/95 +f 60/2/97 49/3/75 50/3/76 +f 59/2/96 60/2/98 49/3/81 +f 50/3/80 49/3/81 60/2/98 +f 55/2/87 63/3/101 61/2/99 +f 63/3/101 55/2/87 56/3/88 +f 61/2/105 63/3/103 55/2/93 +f 56/3/92 55/2/93 63/3/103 +f 58/3/90 62/2/100 64/3/102 +f 62/2/100 58/3/90 57/2/89 +f 64/3/106 62/2/104 58/3/94 +f 57/2/91 58/3/94 62/2/104 +f 56/3/88 64/3/102 63/3/101 +f 64/3/102 56/3/88 58/3/90 +f 63/3/103 64/3/106 56/3/92 +f 58/3/94 56/3/92 64/3/106 +f 48/3/72 29/2/35 47/2/71 +f 29/2/35 48/3/72 30/3/36 +f 47/2/73 29/2/38 48/3/74 +f 30/3/37 48/3/74 29/2/38 +f 67/1/107 66/2/108 65/2/107 +f 66/2/108 67/1/107 68/1/108 +f 65/2/109 66/2/110 67/1/109 +f 68/1/110 67/1/109 66/2/110 +f 71/1/1 70/1/1 69/1/1 +f 70/1/1 71/1/1 68/1/1 +f 70/1/1 68/1/1 67/1/1 +f 69/1/2 70/1/2 71/1/2 +f 68/1/2 71/1/2 70/1/2 +f 67/1/2 68/1/2 70/1/2 +f 69/1/110 73/2/110 72/2/110 +f 73/2/110 69/1/110 70/1/110 +f 72/2/108 73/2/108 69/1/108 +f 70/1/108 69/1/108 73/2/108 +f 68/1/108 74/2/111 66/2/108 +f 74/2/111 68/1/108 71/1/111 +f 66/2/110 74/2/112 68/1/110 +f 71/1/112 68/1/110 74/2/112 +f 69/1/113 74/2/113 71/1/113 +f 74/2/113 69/1/113 72/2/113 +f 71/1/114 74/2/114 69/1/114 +f 72/2/114 69/1/114 74/2/114 +f 73/2/114 67/1/114 65/2/114 +f 67/1/114 73/2/114 70/1/114 +f 65/2/113 67/1/113 73/2/113 +f 70/1/113 73/2/113 67/1/113 +f 77/5/3 76/6/3 75/5/3 +f 76/6/3 77/5/3 78/6/3 +f 75/5/4 76/6/4 77/5/4 +f 78/6/4 77/5/4 76/6/4 +f 77/5/5 79/6/5 78/6/5 +f 79/6/5 77/5/5 80/5/5 +f 78/6/6 79/6/6 77/5/6 +f 80/5/6 77/5/6 79/6/6 +f 81/6/11 75/5/13 76/6/13 +f 75/5/13 81/6/11 82/5/11 +f 76/6/14 75/5/14 81/6/12 +f 82/5/12 81/6/12 75/5/14 +f 79/6/8 84/5/7 83/6/7 +f 84/5/7 79/6/8 80/5/8 +f 83/6/10 84/5/10 79/6/9 +f 80/5/9 79/6/9 84/5/10 +f 82/5/1 77/5/1 75/5/1 +f 77/5/1 82/5/1 80/5/1 +f 80/5/1 82/5/1 84/5/1 +f 75/5/2 77/5/2 82/5/2 +f 80/5/2 82/5/2 77/5/2 +f 84/5/2 82/5/2 80/5/2 +f 84/5/7 81/6/11 83/6/7 +f 81/6/11 84/5/7 82/5/11 +f 83/6/10 81/6/12 84/5/10 +f 82/5/12 84/5/10 81/6/12 +f 87/7/5 86/6/5 85/6/5 +f 86/6/5 87/7/5 88/7/5 +f 85/6/6 86/6/6 87/7/6 +f 88/7/6 87/7/6 86/6/6 +f 87/7/3 90/6/3 89/7/3 +f 90/6/3 87/7/3 85/6/3 +f 89/7/4 90/6/4 87/7/4 +f 85/6/4 87/7/4 90/6/4 +f 91/7/1 87/7/1 89/7/1 +f 87/7/1 91/7/1 88/7/1 +f 88/7/1 91/7/1 92/7/1 +f 89/7/2 87/7/2 91/7/2 +f 88/7/2 91/7/2 87/7/2 +f 92/7/2 91/7/2 88/7/2 +f 86/6/2 90/6/2 85/6/2 +f 90/6/2 86/6/2 93/6/2 +f 93/6/2 86/6/2 94/6/2 +f 85/6/1 90/6/1 86/6/1 +f 93/6/1 86/6/1 90/6/1 +f 94/6/1 86/6/1 93/6/1 +f 86/6/8 92/7/7 94/6/7 +f 92/7/7 86/6/8 88/7/8 +f 94/6/10 92/7/10 86/6/9 +f 88/7/9 86/6/9 92/7/10 +f 92/7/7 93/6/115 94/6/7 +f 93/6/115 92/7/7 91/7/115 +f 94/6/10 93/6/116 92/7/10 +f 91/7/116 92/7/10 93/6/116 +f 93/6/115 89/7/13 90/6/13 +f 89/7/13 93/6/115 91/7/115 +f 90/6/14 89/7/14 93/6/116 +f 91/7/116 93/6/116 89/7/14 +f 97/5/15 96/6/15 95/5/15 +f 96/6/15 97/5/15 98/6/15 +f 95/5/16 96/6/16 97/5/16 +f 98/6/16 97/5/16 96/6/16 +f 97/5/17 99/6/17 98/6/17 +f 99/6/17 97/5/17 100/5/17 +f 98/6/18 99/6/18 97/5/18 +f 100/5/18 97/5/18 99/6/18 +f 101/6/23 95/5/25 96/6/25 +f 95/5/25 101/6/23 102/5/23 +f 96/6/26 95/5/26 101/6/24 +f 102/5/24 101/6/24 95/5/26 +f 99/6/20 104/5/19 103/6/19 +f 104/5/19 99/6/20 100/5/20 +f 103/6/22 104/5/22 99/6/21 +f 100/5/21 99/6/21 104/5/22 +f 102/5/1 97/5/1 95/5/1 +f 97/5/1 102/5/1 100/5/1 +f 100/5/1 102/5/1 104/5/1 +f 95/5/2 97/5/2 102/5/2 +f 100/5/2 102/5/2 97/5/2 +f 104/5/2 102/5/2 100/5/2 +f 104/5/19 101/6/23 103/6/19 +f 101/6/23 104/5/19 102/5/23 +f 103/6/22 101/6/24 104/5/22 +f 102/5/24 104/5/22 101/6/24 +f 107/7/17 106/6/17 105/6/17 +f 106/6/17 107/7/17 108/7/17 +f 105/6/18 106/6/18 107/7/18 +f 108/7/18 107/7/18 106/6/18 +f 107/7/15 110/6/15 109/7/15 +f 110/6/15 107/7/15 105/6/15 +f 109/7/16 110/6/16 107/7/16 +f 105/6/16 107/7/16 110/6/16 +f 111/7/1 107/7/1 109/7/1 +f 107/7/1 111/7/1 108/7/1 +f 108/7/1 111/7/1 112/7/1 +f 109/7/2 107/7/2 111/7/2 +f 108/7/2 111/7/2 107/7/2 +f 112/7/2 111/7/2 108/7/2 +f 106/6/2 110/6/2 105/6/2 +f 110/6/2 106/6/2 113/6/2 +f 113/6/2 106/6/2 114/6/2 +f 105/6/1 110/6/1 106/6/1 +f 113/6/1 106/6/1 110/6/1 +f 114/6/1 106/6/1 113/6/1 +f 106/6/20 112/7/19 114/6/19 +f 112/7/19 106/6/20 108/7/20 +f 114/6/22 112/7/22 106/6/21 +f 108/7/21 106/6/21 112/7/22 +f 112/7/19 113/6/117 114/6/19 +f 113/6/117 112/7/19 111/7/117 +f 114/6/22 113/6/118 112/7/22 +f 111/7/118 112/7/22 113/6/118 +f 113/6/117 109/7/25 110/6/25 +f 109/7/25 113/6/117 111/7/117 +f 110/6/26 109/7/26 113/6/118 +f 111/7/118 113/6/118 109/7/26 +f 117/7/113 116/6/113 115/7/113 +f 116/6/113 117/7/113 118/6/113 +f 115/7/114 116/6/114 117/7/114 +f 118/6/114 117/7/114 116/6/114 +f 121/7/119 120/6/108 119/6/119 +f 120/6/108 121/7/119 122/7/108 +f 119/6/120 120/6/110 121/7/120 +f 122/7/110 121/7/120 120/6/110 +f 117/7/110 123/6/110 118/6/110 +f 123/6/110 117/7/110 124/7/110 +f 118/6/108 123/6/108 117/7/108 +f 124/7/108 117/7/108 123/6/108 +f 122/7/108 116/6/121 120/6/108 +f 116/6/121 122/7/108 115/7/121 +f 120/6/110 116/6/122 122/7/110 +f 115/7/122 122/7/110 116/6/122 +f 123/6/2 116/6/2 118/6/2 +f 116/6/2 123/6/2 120/6/2 +f 120/6/2 123/6/2 119/6/2 +f 118/6/1 116/6/1 123/6/1 +f 120/6/1 123/6/1 116/6/1 +f 119/6/1 123/6/1 120/6/1 +f 115/7/1 124/7/1 117/7/1 +f 124/7/1 115/7/1 122/7/1 +f 124/7/1 122/7/1 121/7/1 +f 117/7/2 124/7/2 115/7/2 +f 122/7/2 115/7/2 124/7/2 +f 121/7/2 122/7/2 124/7/2 +f 123/6/114 121/7/114 119/6/114 +f 121/7/114 123/6/114 124/7/114 +f 119/6/113 121/7/113 123/6/113 +f 124/7/113 123/6/113 121/7/113 +f 127/5/1 126/5/1 125/5/1 +f 126/5/1 127/5/1 128/5/1 +f 126/5/1 128/5/1 129/5/1 +f 125/5/2 126/5/2 127/5/2 +f 128/5/2 127/5/2 126/5/2 +f 129/5/2 128/5/2 126/5/2 +f 125/5/110 131/6/110 130/6/110 +f 131/6/110 125/5/110 126/5/110 +f 130/6/108 131/6/108 125/5/108 +f 126/5/108 125/5/108 131/6/108 +f 131/6/114 129/5/114 132/6/114 +f 129/5/114 131/6/114 126/5/114 +f 132/6/113 129/5/113 131/6/113 +f 126/5/113 131/6/113 129/5/113 +f 125/5/113 133/6/113 127/5/113 +f 133/6/113 125/5/113 130/6/113 +f 127/5/114 133/6/114 125/5/114 +f 130/6/114 125/5/114 133/6/114 +f 135/9/109 134/8/109 128/5/110 +f 134/8/109 136/10/109 128/5/110 +f 137/11/109 135/9/109 128/5/110 +f 128/5/110 136/10/109 138/6/110 +f 139/10/109 138/6/110 136/10/109 +f 138/6/110 139/10/109 132/6/109 +f 140/8/109 132/6/109 139/10/109 +f 129/5/109 137/11/109 128/5/110 +f 129/5/109 132/6/109 140/8/109 +f 137/11/109 129/5/109 141/11/109 +f 142/9/109 129/5/109 140/8/109 +f 141/11/109 129/5/109 142/9/109 +f 144/13/112 143/12/112 127/5/112 +f 145/14/112 144/13/112 127/5/112 +f 128/5/110 145/14/112 127/5/112 +f 145/14/112 128/5/110 146/14/112 +f 127/5/112 143/12/112 133/6/112 +f 146/14/112 128/5/110 147/13/112 +f 147/13/112 128/5/110 148/12/112 +f 149/15/112 133/6/112 143/12/112 +f 148/12/112 128/5/110 150/16/112 +f 151/15/112 148/12/112 150/16/112 +f 151/15/112 150/16/112 149/15/112 +f 150/16/112 128/5/110 152/16/112 +f 152/16/112 128/5/110 153/17/112 +f 153/17/112 128/5/110 154/18/112 +f 128/5/110 138/6/110 154/18/112 +f 154/18/112 138/6/110 155/19/112 +f 133/6/112 155/19/112 138/6/110 +f 155/19/112 133/6/112 156/19/112 +f 156/19/112 133/6/112 149/15/112 +f 150/16/112 157/17/112 149/15/112 +f 158/18/112 156/19/112 149/15/112 +f 157/17/112 158/18/112 149/15/112 +f 128/5/108 134/8/107 135/9/107 +f 128/5/108 135/9/107 137/11/107 +f 128/5/108 136/10/107 134/8/107 +f 138/6/108 136/10/107 128/5/108 +f 136/10/107 138/6/108 139/10/107 +f 132/6/107 139/10/107 138/6/108 +f 139/10/107 132/6/107 140/8/107 +f 128/5/108 137/11/107 129/5/107 +f 140/8/107 132/6/107 129/5/107 +f 141/11/107 129/5/107 137/11/107 +f 140/8/107 129/5/107 142/9/107 +f 142/9/107 129/5/107 141/11/107 +f 127/5/111 143/12/111 144/13/111 +f 127/5/111 144/13/111 145/14/111 +f 127/5/111 145/14/111 128/5/108 +f 146/14/111 128/5/108 145/14/111 +f 133/6/111 143/12/111 127/5/111 +f 147/13/111 128/5/108 146/14/111 +f 148/12/111 128/5/108 147/13/111 +f 143/12/111 133/6/111 149/15/111 +f 150/16/111 128/5/108 148/12/111 +f 150/16/111 148/12/111 151/15/111 +f 149/15/111 150/16/111 151/15/111 +f 152/16/111 128/5/108 150/16/111 +f 153/17/111 128/5/108 152/16/111 +f 154/18/111 128/5/108 153/17/111 +f 154/18/111 138/6/108 128/5/108 +f 155/19/111 138/6/108 154/18/111 +f 138/6/108 155/19/111 133/6/111 +f 156/19/111 133/6/111 155/19/111 +f 149/15/111 133/6/111 156/19/111 +f 149/15/111 157/17/111 150/16/111 +f 149/15/111 156/19/111 158/18/111 +f 149/15/111 158/18/111 157/17/111 +f 161/21/123 160/20/124 159/20/123 +f 160/20/124 161/21/123 162/21/124 +f 159/20/125 160/20/126 161/21/125 +f 162/21/126 161/21/125 160/20/126 +f 165/21/125 164/20/126 163/20/125 +f 164/20/126 165/21/125 166/21/126 +f 163/20/123 164/20/124 165/21/123 +f 166/21/124 165/21/123 164/20/124 +f 169/21/128 168/20/127 167/21/127 +f 168/20/127 169/21/128 170/20/128 +f 167/21/130 168/20/130 169/21/129 +f 170/20/129 169/21/129 168/20/130 +f 173/20/130 172/21/129 171/20/129 +f 172/21/129 173/20/130 174/21/130 +f 171/20/128 172/21/128 173/20/127 +f 174/21/127 173/20/127 172/21/128 +f 166/21/126 173/20/130 164/20/126 +f 173/20/130 166/21/126 174/21/130 +f 164/20/124 173/20/127 166/21/124 +f 174/21/127 166/21/124 173/20/127 +f 162/21/124 168/20/127 160/20/124 +f 168/20/127 162/21/124 167/21/127 +f 160/20/126 168/20/130 162/21/126 +f 167/21/130 162/21/126 168/20/130 +f 169/21/128 163/20/125 170/20/128 +f 163/20/125 169/21/128 165/21/125 +f 170/20/129 163/20/123 169/21/129 +f 165/21/123 169/21/129 163/20/123 +f 172/21/129 159/20/123 171/20/129 +f 159/20/123 172/21/129 161/21/123 +f 171/20/128 159/20/125 172/21/128 +f 161/21/125 172/21/128 159/20/125 +f 162/21/131 169/21/131 167/21/131 +f 169/21/131 162/21/131 165/21/131 +f 165/21/131 162/21/131 161/21/131 +f 165/21/131 161/21/131 166/21/131 +f 166/21/131 161/21/131 172/21/131 +f 166/21/131 172/21/131 174/21/131 +f 167/21/132 169/21/132 162/21/132 +f 165/21/132 162/21/132 169/21/132 +f 161/21/132 162/21/132 165/21/132 +f 166/21/132 161/21/132 165/21/132 +f 172/21/132 161/21/132 166/21/132 +f 174/21/132 172/21/132 166/21/132 +f 163/20/132 168/20/132 170/20/132 +f 168/20/132 163/20/132 160/20/132 +f 160/20/132 163/20/132 164/20/132 +f 160/20/132 164/20/132 159/20/132 +f 159/20/132 164/20/132 173/20/132 +f 159/20/132 173/20/132 171/20/132 +f 170/20/131 168/20/131 163/20/131 +f 160/20/131 163/20/131 168/20/131 +f 164/20/131 163/20/131 160/20/131 +f 159/20/131 164/20/131 160/20/131 +f 173/20/131 164/20/131 159/20/131 +f 171/20/131 173/20/131 159/20/131 +f 177/21/133 176/20/134 175/20/133 +f 176/20/134 177/21/133 178/21/134 +f 175/20/135 176/20/136 177/21/135 +f 178/21/136 177/21/135 176/20/136 +f 181/21/135 180/20/136 179/20/135 +f 180/20/136 181/21/135 182/21/136 +f 179/20/133 180/20/134 181/21/133 +f 182/21/134 181/21/133 180/20/134 +f 185/21/138 184/20/137 183/21/137 +f 184/20/137 185/21/138 186/20/138 +f 183/21/140 184/20/140 185/21/139 +f 186/20/139 185/21/139 184/20/140 +f 189/20/140 188/21/139 187/20/139 +f 188/21/139 189/20/140 190/21/140 +f 187/20/138 188/21/138 189/20/137 +f 190/21/137 189/20/137 188/21/138 +f 182/21/136 189/20/140 180/20/136 +f 189/20/140 182/21/136 190/21/140 +f 180/20/134 189/20/137 182/21/134 +f 190/21/137 182/21/134 189/20/137 +f 178/21/134 184/20/137 176/20/134 +f 184/20/137 178/21/134 183/21/137 +f 176/20/136 184/20/140 178/21/136 +f 183/21/140 178/21/136 184/20/140 +f 185/21/138 179/20/135 186/20/138 +f 179/20/135 185/21/138 181/21/135 +f 186/20/139 179/20/133 185/21/139 +f 181/21/133 185/21/139 179/20/133 +f 188/21/139 175/20/133 187/20/139 +f 175/20/133 188/21/139 177/21/133 +f 187/20/138 175/20/135 188/21/138 +f 177/21/135 188/21/138 175/20/135 +f 178/21/141 185/21/141 183/21/141 +f 185/21/141 178/21/141 181/21/141 +f 181/21/141 178/21/141 177/21/141 +f 181/21/141 177/21/141 182/21/141 +f 182/21/141 177/21/141 188/21/141 +f 182/21/141 188/21/141 190/21/141 +f 183/21/142 185/21/142 178/21/142 +f 181/21/142 178/21/142 185/21/142 +f 177/21/142 178/21/142 181/21/142 +f 182/21/142 177/21/142 181/21/142 +f 188/21/142 177/21/142 182/21/142 +f 190/21/142 188/21/142 182/21/142 +f 179/20/142 184/20/142 186/20/142 +f 184/20/142 179/20/142 176/20/142 +f 176/20/142 179/20/142 180/20/142 +f 176/20/142 180/20/142 175/20/142 +f 175/20/142 180/20/142 189/20/142 +f 175/20/142 189/20/142 187/20/142 +f 186/20/141 184/20/141 179/20/141 +f 176/20/141 179/20/141 184/20/141 +f 180/20/141 179/20/141 176/20/141 +f 175/20/141 180/20/141 176/20/141 +f 189/20/141 180/20/141 175/20/141 +f 187/20/141 189/20/141 175/20/141 +f 193/21/133 192/20/134 191/20/133 +f 192/20/134 193/21/133 194/21/134 +f 191/20/135 192/20/136 193/21/135 +f 194/21/136 193/21/135 192/20/136 +f 197/21/135 196/20/136 195/20/135 +f 196/20/136 197/21/135 198/21/136 +f 195/20/133 196/20/134 197/21/133 +f 198/21/134 197/21/133 196/20/134 +f 201/21/138 200/20/137 199/21/137 +f 200/20/137 201/21/138 202/20/138 +f 199/21/140 200/20/140 201/21/139 +f 202/20/139 201/21/139 200/20/140 +f 205/20/140 204/21/139 203/20/139 +f 204/21/139 205/20/140 206/21/140 +f 203/20/138 204/21/138 205/20/137 +f 206/21/137 205/20/137 204/21/138 +f 198/21/136 205/20/140 196/20/136 +f 205/20/140 198/21/136 206/21/140 +f 196/20/134 205/20/137 198/21/134 +f 206/21/137 198/21/134 205/20/137 +f 194/21/134 200/20/137 192/20/134 +f 200/20/137 194/21/134 199/21/137 +f 192/20/136 200/20/140 194/21/136 +f 199/21/140 194/21/136 200/20/140 +f 201/21/138 195/20/135 202/20/138 +f 195/20/135 201/21/138 197/21/135 +f 202/20/139 195/20/133 201/21/139 +f 197/21/133 201/21/139 195/20/133 +f 204/21/139 191/20/133 203/20/139 +f 191/20/133 204/21/139 193/21/133 +f 203/20/138 191/20/135 204/21/138 +f 193/21/135 204/21/138 191/20/135 +f 194/21/141 201/21/141 199/21/141 +f 201/21/141 194/21/141 197/21/141 +f 197/21/141 194/21/141 193/21/141 +f 197/21/141 193/21/141 198/21/141 +f 198/21/141 193/21/141 204/21/141 +f 198/21/141 204/21/141 206/21/141 +f 199/21/142 201/21/142 194/21/142 +f 197/21/142 194/21/142 201/21/142 +f 193/21/142 194/21/142 197/21/142 +f 198/21/142 193/21/142 197/21/142 +f 204/21/142 193/21/142 198/21/142 +f 206/21/142 204/21/142 198/21/142 +f 195/20/142 200/20/142 202/20/142 +f 200/20/142 195/20/142 192/20/142 +f 192/20/142 195/20/142 196/20/142 +f 192/20/142 196/20/142 191/20/142 +f 191/20/142 196/20/142 205/20/142 +f 191/20/142 205/20/142 203/20/142 +f 202/20/141 200/20/141 195/20/141 +f 192/20/141 195/20/141 200/20/141 +f 196/20/141 195/20/141 192/20/141 +f 191/20/141 196/20/141 192/20/141 +f 205/20/141 196/20/141 191/20/141 +f 203/20/141 205/20/141 191/20/141 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-junction.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-junction.obj.import new file mode 100644 index 0000000..6f289d1 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-junction.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://bjod77o88pieg" +path="res://.godot/imported/corridor-junction.obj-bcf0cc687fdd2e51bdced4c2e5cdcff5.mesh" + +[deps] + +files=["res://.godot/imported/corridor-junction.obj-bcf0cc687fdd2e51bdced4c2e5cdcff5.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-junction.obj" +dest_files=["res://.godot/imported/corridor-junction.obj-bcf0cc687fdd2e51bdced4c2e5cdcff5.mesh", "res://.godot/imported/corridor-junction.obj-bcf0cc687fdd2e51bdced4c2e5cdcff5.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-transition.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-transition.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-transition.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-transition.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-transition.obj new file mode 100644 index 0000000..2ac0a1e --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-transition.obj @@ -0,0 +1,5407 @@ +# Created by Kenney (www.kenney.nl) + +mtllib corridor-transition.mtl + +g corridor-transition + +v -0.5237846 0.05 -3.137921 1 1 1 +v -0.5626075 0.05 -3.28281 1 1 1 +v -0.3788958 0.05 -3.176744 1 1 1 +v -0.4177186 0.05 -3.321633 1 1 1 +v -0.1926043 0 -3.886205 1 1 1 +v -0.2961321 0 -3.499834 1 1 1 +v -0.2538416 0.1 -3.850849 1 1 1 +v -0.3314874 0.1 -3.561071 1 1 1 +v -0.400041 0 -3.352251 1 1 1 +v -0.3482772 0 -3.159066 1 1 1 +v -0.5414624 0 -3.107302 1 1 1 +v -0.6825024 0 -3.603362 1 1 1 +v -0.6212652 0.1 -3.638717 1 1 1 +v -0.5789747 0 -3.989732 1 1 1 +v -0.5436194 0.1 -3.928495 1 1 1 +v -0.5932262 0 -3.300488 1 1 1 +v -1.199004 0.2 -3 1 1 1 +v -1.399004 0.2 -2 1 1 1 +v -1.199004 0.9 -3 1 1 1 +v -1.399004 0.9 -2 1 1 1 +v -2.000001 0.9 -2 1 1 1 +v -2.000001 0.9 -4 1 1 1 +v -1.399004 0.9 -4 1 1 1 +v -1.399004 0.2 -4 1 1 1 +v -2.000001 0.2 -4 1 1 1 +v -2.000001 0.2 -2 1 1 1 +v -2 0 -2 1 1 1 +v -2 0 2 1 1 1 +v -6 0 -2 1 1 1 +v -6 0 2 1 1 1 +v -1.296844 -2.117582E-22 2.432191 1 1 1 +v -1.266226 0.05 2.449869 1 1 1 +v -1.245081 -2.117582E-22 2.625376 1 1 1 +v -1.227403 0.05 2.594758 1 1 1 +v -1.051895 -2.117582E-22 2.573612 1 1 1 +v -1.082514 0.05 2.555935 1 1 1 +v -1.547955 -2.117582E-22 2.714653 1 1 1 +v -1.934325 -2.117582E-22 2.611125 1 1 1 +v -1.58331 0.1 2.653415 1 1 1 +v -1.873088 0.1 2.575769 1 1 1 +v -1.830798 -2.117582E-22 2.224754 1 1 1 +v -1.795442 0.1 2.285992 1 1 1 +v 1.071889 -2.117582E-22 2.006432 1 1 1 +v 1.096889 0.1 2.031432 1 1 1 +v 1.071889 -2.117582E-22 2.206432 1 1 1 +v 1.096889 0.1 2.181432 1 1 1 +v 1.246889 0.1 2.031432 1 1 1 +v 1.246889 0.1 2.181432 1 1 1 +v 1.271889 -2.117582E-22 2.206432 1 1 1 +v 1.271889 -2.117582E-22 2.006432 1 1 1 +v -1.444427 -2.117582E-22 2.328282 1 1 1 +v -1.505665 0.1 2.363637 1 1 1 +v -1.103659 -2.117582E-22 2.380427 1 1 1 +v -1.121337 0.05 2.411046 1 1 1 +v 1.74957 0.05 2.49822 1 1 1 +v 1.537438 0.05 2.710352 1 1 1 +v 1.537438 0.05 2.286088 1 1 1 +v 1.325306 0.05 2.49822 1 1 1 +v 1.537438 -2.117582E-22 2.215377 1 1 1 +v 1.254596 -2.117582E-22 2.49822 1 1 1 +v 0.8904107 -2.887646E-15 2.097593 1 1 1 +v 0.8550553 0.05 2.15883 1 1 1 +v 0.5040404 -2.887646E-15 2.201121 1 1 1 +v 0.5652776 0.05 2.236476 1 1 1 +v 1.820281 -2.117582E-22 2.49822 1 1 1 +v 1.537438 -2.117582E-22 2.781063 1 1 1 +v 0.9939382 -2.887646E-15 2.483963 1 1 1 +v 0.607568 -2.887646E-15 2.587491 1 1 1 +v 0.932701 0.05 2.448608 1 1 1 +v 0.6429233 0.05 2.526254 1 1 1 +v -2 0.2 3.399002 1 1 1 +v -8.085408E-14 0.2 3.199002 1 1 1 +v -2 0.9 3.399002 1 1 1 +v -8.085408E-14 0.9 3.199002 1 1 1 +v 2 0.9 4 1 1 1 +v -2 0.9 4 1 1 1 +v 2 0.9 3.399002 1 1 1 +v 2 0.2 4 1 1 1 +v -2 0.2 4 1 1 1 +v 2 0.2 3.399002 1 1 1 +v -5.296844 -2.117582E-22 0.4321909 1 1 1 +v -5.266226 0.05 0.4498687 1 1 1 +v -5.24508 -2.117582E-22 0.6253761 1 1 1 +v -5.227403 0.05 0.5947576 1 1 1 +v -5.051895 -2.117582E-22 0.5736123 1 1 1 +v -5.082514 0.05 0.5559347 1 1 1 +v -5.547955 -2.117582E-22 0.7146524 1 1 1 +v -5.934325 -2.117582E-22 0.6111248 1 1 1 +v -5.58331 0.1 0.6534151 1 1 1 +v -5.873088 0.1 0.5757694 1 1 1 +v -5.830798 -2.117582E-22 0.2247545 1 1 1 +v -5.795443 0.1 0.2859917 1 1 1 +v -2.928111 -2.117582E-22 0.006432176 1 1 1 +v -2.903111 0.1 0.03143215 1 1 1 +v -2.928111 -2.117582E-22 0.2064322 1 1 1 +v -2.903111 0.1 0.1814322 1 1 1 +v -2.753111 0.1 0.03143215 1 1 1 +v -2.753111 0.1 0.1814322 1 1 1 +v -2.728111 -2.117582E-22 0.2064322 1 1 1 +v -2.728111 -2.117582E-22 0.006432176 1 1 1 +v -5.444427 -2.117582E-22 0.328282 1 1 1 +v -5.505665 0.1 0.3636373 1 1 1 +v -5.103659 -2.117582E-22 0.3804271 1 1 1 +v -5.121337 0.05 0.4110458 1 1 1 +v -2.25043 0.05 0.4982197 1 1 1 +v -2.462562 0.05 0.7103517 1 1 1 +v -2.462562 0.05 0.2860878 1 1 1 +v -2.674694 0.05 0.4982197 1 1 1 +v -2.462562 -2.117582E-22 0.2153771 1 1 1 +v -2.745404 -2.117582E-22 0.4982197 1 1 1 +v -3.109589 -2.887646E-15 0.09759319 1 1 1 +v -3.144945 0.05 0.1588304 1 1 1 +v -3.49596 -2.887646E-15 0.2011209 1 1 1 +v -3.434722 0.05 0.2364762 1 1 1 +v -2.179719 -2.117582E-22 0.4982197 1 1 1 +v -2.462562 -2.117582E-22 0.7810625 1 1 1 +v -3.006062 -2.887646E-15 0.4839635 1 1 1 +v -3.392432 -2.887646E-15 0.5874912 1 1 1 +v -3.067299 0.05 0.4486082 1 1 1 +v -3.357077 0.05 0.5262539 1 1 1 +v -6 0.2 1.399002 1 1 1 +v -4 0.2 1.199002 1 1 1 +v -6 0.9 1.399002 1 1 1 +v -4 0.9 1.199002 1 1 1 +v -2 0.9 1.999999 1 1 1 +v -6 0.9 1.999999 1 1 1 +v -2 0.9 1.399002 1 1 1 +v -2 0.2 1.999999 1 1 1 +v -6 0.2 1.999999 1 1 1 +v -2 0.2 1.399002 1 1 1 +v 1.296844 -2.117582E-22 -2.432191 1 1 1 +v 1.266226 0.05 -2.449869 1 1 1 +v 1.245081 -2.117582E-22 -2.625376 1 1 1 +v 1.227403 0.05 -2.594758 1 1 1 +v 1.051895 -2.117582E-22 -2.573612 1 1 1 +v 1.082514 0.05 -2.555935 1 1 1 +v 1.547955 -2.117582E-22 -2.714653 1 1 1 +v 1.934325 -2.117582E-22 -2.611125 1 1 1 +v 1.58331 0.1 -2.653415 1 1 1 +v 1.873088 0.1 -2.575769 1 1 1 +v 1.830798 -2.117582E-22 -2.224754 1 1 1 +v 1.795442 0.1 -2.285992 1 1 1 +v -1.071889 -2.117582E-22 -2.006432 1 1 1 +v -1.096889 0.1 -2.031432 1 1 1 +v -1.071889 -2.117582E-22 -2.206432 1 1 1 +v -1.096889 0.1 -2.181432 1 1 1 +v -1.246889 0.1 -2.031432 1 1 1 +v -1.246889 0.1 -2.181432 1 1 1 +v -1.271889 -2.117582E-22 -2.206432 1 1 1 +v -1.271889 -2.117582E-22 -2.006432 1 1 1 +v 1.444427 -2.117582E-22 -2.328282 1 1 1 +v 1.505665 0.1 -2.363637 1 1 1 +v 1.103659 -2.117582E-22 -2.380427 1 1 1 +v 1.121337 0.05 -2.411046 1 1 1 +v -1.74957 0.05 -2.49822 1 1 1 +v -1.537438 0.05 -2.710352 1 1 1 +v -1.537438 0.05 -2.286088 1 1 1 +v -1.325306 0.05 -2.49822 1 1 1 +v -1.537438 -2.117582E-22 -2.215377 1 1 1 +v -1.254596 -2.117582E-22 -2.49822 1 1 1 +v -0.8904107 -2.887646E-15 -2.097593 1 1 1 +v -0.8550553 0.05 -2.15883 1 1 1 +v -0.5040404 -2.887646E-15 -2.201121 1 1 1 +v -0.5652776 0.05 -2.236476 1 1 1 +v -1.820281 -2.117582E-22 -2.49822 1 1 1 +v -1.537438 -2.117582E-22 -2.781063 1 1 1 +v -0.9939382 -2.887646E-15 -2.483963 1 1 1 +v -0.607568 -2.887646E-15 -2.587491 1 1 1 +v -0.932701 0.05 -2.448608 1 1 1 +v -0.6429233 0.05 -2.526254 1 1 1 +v 2 0.2 -3.399002 1 1 1 +v 4.412657E-14 0.2 -3.199002 1 1 1 +v 2 0.9 -3.399002 1 1 1 +v 4.412657E-14 0.9 -3.199002 1 1 1 +v -2 0.9 -4 1 1 1 +v 2 0.9 -4 1 1 1 +v -2 0.9 -3.399002 1 1 1 +v -2 0.2 -4 1 1 1 +v 2 0.2 -4 1 1 1 +v -2 0.2 -3.399002 1 1 1 +v -2.703156 -2.117582E-22 -0.4321909 1 1 1 +v -2.733774 0.05 -0.4498687 1 1 1 +v -2.75492 -2.117582E-22 -0.6253761 1 1 1 +v -2.772597 0.05 -0.5947576 1 1 1 +v -2.948105 -2.117582E-22 -0.5736123 1 1 1 +v -2.917486 0.05 -0.5559347 1 1 1 +v -2.452045 -2.117582E-22 -0.7146524 1 1 1 +v -2.065675 -2.117582E-22 -0.6111248 1 1 1 +v -2.41669 0.1 -0.6534151 1 1 1 +v -2.126912 0.1 -0.5757694 1 1 1 +v -2.169202 -2.117582E-22 -0.2247545 1 1 1 +v -2.204558 0.1 -0.2859917 1 1 1 +v -5.071889 -2.117582E-22 -0.006432176 1 1 1 +v -5.096889 0.1 -0.03143215 1 1 1 +v -5.071889 -2.117582E-22 -0.2064322 1 1 1 +v -5.096889 0.1 -0.1814322 1 1 1 +v -5.246889 0.1 -0.03143215 1 1 1 +v -5.246889 0.1 -0.1814322 1 1 1 +v -5.271889 -2.117582E-22 -0.2064322 1 1 1 +v -5.271889 -2.117582E-22 -0.006432176 1 1 1 +v -2.555573 -2.117582E-22 -0.328282 1 1 1 +v -2.494335 0.1 -0.3636373 1 1 1 +v -2.896341 -2.117582E-22 -0.3804271 1 1 1 +v -2.878663 0.05 -0.4110458 1 1 1 +v -5.74957 0.05 -0.4982197 1 1 1 +v -5.537438 0.05 -0.7103517 1 1 1 +v -5.537438 0.05 -0.2860878 1 1 1 +v -5.325306 0.05 -0.4982197 1 1 1 +v -5.537438 -2.117582E-22 -0.2153771 1 1 1 +v -5.254596 -2.117582E-22 -0.4982197 1 1 1 +v -4.89041 -2.887646E-15 -0.09759319 1 1 1 +v -4.855055 0.05 -0.1588304 1 1 1 +v -4.50404 -2.887646E-15 -0.2011209 1 1 1 +v -4.565278 0.05 -0.2364762 1 1 1 +v -5.820281 -2.117582E-22 -0.4982197 1 1 1 +v -5.537438 -2.117582E-22 -0.7810625 1 1 1 +v -4.993938 -2.887646E-15 -0.4839635 1 1 1 +v -4.607568 -2.887646E-15 -0.5874912 1 1 1 +v -4.932701 0.05 -0.4486082 1 1 1 +v -4.642923 0.05 -0.5262539 1 1 1 +v -2 0.2 -1.399002 1 1 1 +v -4 0.2 -1.199002 1 1 1 +v -2 0.9 -1.399002 1 1 1 +v -4 0.9 -1.199002 1 1 1 +v -6 0.9 -1.999999 1 1 1 +v -2 0.9 -1.999999 1 1 1 +v -6 0.9 -1.399002 1 1 1 +v -6 0.2 -1.999999 1 1 1 +v -2 0.2 -1.999999 1 1 1 +v -6 0.2 -1.399002 1 1 1 +v -2 0.9 -1.399002 1 1 1 +v -2 0.9 -2 1 1 1 +v -1.699501 0.9 -1.479521 1 1 1 +v -1.399002 0.9 -2 1 1 1 +v -1.479521 0.9 -1.699501 1 1 1 +v -2 0.2 -1.399002 1 1 1 +v -2 0.2 -2 1 1 1 +v -1.399002 0.2 -2 1 1 1 +v -1.479521 0.2 -1.699501 1 1 1 +v -1.699501 0.2 -1.479521 1 1 1 +v -1.399002 0.9 2 1 1 1 +v -2 0.9 2 1 1 1 +v -1.479521 0.9 1.699501 1 1 1 +v -2 0.9 1.399002 1 1 1 +v -1.699501 0.9 1.479521 1 1 1 +v -1.399002 0.2 2 1 1 1 +v -2 0.2 2 1 1 1 +v -2 0.2 1.399002 1 1 1 +v -1.699501 0.2 1.479521 1 1 1 +v -1.479521 0.2 1.699501 1 1 1 +v -0.5237846 0.05 2.862079 1 1 1 +v -0.5626075 0.05 2.71719 1 1 1 +v -0.3788958 0.05 2.823256 1 1 1 +v -0.4177186 0.05 2.678367 1 1 1 +v -0.1926043 0 2.113795 1 1 1 +v -0.2961321 0 2.500166 1 1 1 +v -0.2538416 0.1 2.149151 1 1 1 +v -0.3314874 0.1 2.438929 1 1 1 +v -0.400041 0 2.647749 1 1 1 +v -0.3482772 0 2.840934 1 1 1 +v -0.5414624 0 2.892698 1 1 1 +v -0.6825024 0 2.396638 1 1 1 +v -0.6212652 0.1 2.361283 1 1 1 +v -0.5789747 0 2.010268 1 1 1 +v -0.5436194 0.1 2.071505 1 1 1 +v -0.5932262 0 2.699512 1 1 1 +v -1.199004 0.2 3 1 1 1 +v -1.399004 0.2 4 1 1 1 +v -1.199004 0.9 3 1 1 1 +v -1.399004 0.9 4 1 1 1 +v -2.000001 0.9 4 1 1 1 +v -2.000001 0.9 2 1 1 1 +v -1.399004 0.9 2 1 1 1 +v -1.399004 0.2 2 1 1 1 +v -2.000001 0.2 2 1 1 1 +v -2.000001 0.2 4 1 1 1 +v 2 0 0 1 1 1 +v 2 0 4 1 1 1 +v -2 0 0 1 1 1 +v -2 0 4 1 1 1 +v 2 0 -4 1 1 1 +v -2 0 -4 1 1 1 +v -2.000001 3 -2 1 1 1 +v -2.000001 3 -4 1 1 1 +v -1.600001 3 -2 1 1 1 +v -1.400001 3 -3 1 1 1 +v -1.600001 3 -4 1 1 1 +v -1.600001 0.9 -4 1 1 1 +v -2.000001 0.9 -4 1 1 1 +v -1.400001 0.9 -3 1 1 1 +v -2.000001 0.9 -2 1 1 1 +v -1.600001 0.9 -2 1 1 1 +v -2 0 -2 1 1 1 +v -2 0 -4 1 1 1 +v -2 0.2 -2 1 1 1 +v -2 0.2 -4 1 1 1 +v -0.9980046 0.2 -2 1 1 1 +v -0.7980045 0.2 -3 1 1 1 +v -0.9980044 0.2 -4 1 1 1 +v -0.7980045 0 -3 1 1 1 +v -0.9980046 0 -2 1 1 1 +v -0.9980044 0 -4 1 1 1 +v -1.541954 1.332707 -3.709774 1 1 1 +v -1.466369 1.332707 -3.331848 1 1 1 +v -1.492925 1.332707 -3.71958 1 1 1 +v -1.41734 1.332707 -3.341654 1 1 1 +v -1.466369 1.632707 -3.331848 1 1 1 +v -1.541954 1.632707 -3.709774 1 1 1 +v -1.41734 1.632707 -3.341654 1 1 1 +v -1.492925 1.632707 -3.71958 1 1 1 +v -1.407534 1.382707 -3.292625 1 1 1 +v -1.456563 1.382707 -3.282819 1 1 1 +v -1.407534 1.582707 -3.292625 1 1 1 +v -1.456563 1.582707 -3.282819 1 1 1 +v -1.55176 1.382707 -3.758803 1 1 1 +v -1.502731 1.382707 -3.768609 1 1 1 +v -1.55176 1.582707 -3.758803 1 1 1 +v -1.502731 1.582707 -3.768609 1 1 1 +v 2 0.2 2.998004 1 1 1 +v 2 0 2.998004 1 1 1 +v 2 0 4 1 1 1 +v -2 0 2.998004 1 1 1 +v -8.954693E-09 0 2.798005 1 1 1 +v -2 0.2 2.998004 1 1 1 +v -8.954693E-09 0.2 2.798005 1 1 1 +v -2 0 4 1 1 1 +v 2 3 4.000001 1 1 1 +v -2 3 4.000001 1 1 1 +v 2 3 3.600001 1 1 1 +v -5.197762E-14 3 3.400001 1 1 1 +v -2 3 3.600001 1 1 1 +v 2 0.9 4.000001 1 1 1 +v -2 0.9 4.000001 1 1 1 +v -2 0.9 3.600001 1 1 1 +v 2 0.9 3.600001 1 1 1 +v -1.08287 2.341752 3.508288 1 1 1 +v -1.08287 2.541752 3.508288 1 1 1 +v -1.132621 2.291752 3.513263 1 1 1 +v -1.132621 2.591752 3.513263 1 1 1 +v -5.197762E-14 0.9 3.400001 1 1 1 +v -1.516119 2.291752 3.551613 1 1 1 +v -1.565871 2.341752 3.556588 1 1 1 +v -1.516119 2.591752 3.551613 1 1 1 +v -1.565871 2.541752 3.556588 1 1 1 +v 1.681813 1.683671 3.568182 1 1 1 +v 1.681813 1.883671 3.568182 1 1 1 +v 1.632061 1.933671 3.563207 1 1 1 +v 1.248564 1.933671 3.524857 1 1 1 +v 1.198812 1.883671 3.519882 1 1 1 +v 1.198812 1.683671 3.519882 1 1 1 +v 1.632061 1.633671 3.563207 1 1 1 +v 0.922882 1.585278 3.492289 1 1 1 +v 1.248564 1.633671 3.524857 1 1 1 +v 0.5393845 1.585278 3.453939 1 1 1 +v 0.4896326 1.535278 3.448964 1 1 1 +v 0.4896326 1.335278 3.448964 1 1 1 +v 0.5393845 1.285278 3.453939 1 1 1 +v 0.922882 1.285278 3.492289 1 1 1 +v 0.9726338 1.535278 3.497264 1 1 1 +v 0.9726338 1.335278 3.497264 1 1 1 +v -1.51612 2.291752 3.551613 1 1 1 +v -1.132623 2.291752 3.513263 1 1 1 +v -1.521095 2.291752 3.501861 1 1 1 +v -1.137598 2.291752 3.463511 1 1 1 +v -1.132623 2.591752 3.513263 1 1 1 +v -1.51612 2.591752 3.551613 1 1 1 +v -1.137598 2.591752 3.463511 1 1 1 +v -1.521095 2.591752 3.501861 1 1 1 +v -1.087846 2.341752 3.458536 1 1 1 +v -1.082871 2.341752 3.508288 1 1 1 +v -1.087846 2.541752 3.458536 1 1 1 +v -1.082871 2.541752 3.508288 1 1 1 +v -1.565872 2.341752 3.556588 1 1 1 +v -1.570847 2.341752 3.506836 1 1 1 +v -1.565872 2.541752 3.556588 1 1 1 +v -1.570847 2.541752 3.506836 1 1 1 +v 1.248563 1.633671 3.524856 1 1 1 +v 1.63206 1.633671 3.563206 1 1 1 +v 1.253538 1.633671 3.475104 1 1 1 +v 1.637035 1.633671 3.513454 1 1 1 +v 1.63206 1.933671 3.563206 1 1 1 +v 1.248563 1.933671 3.524856 1 1 1 +v 1.637035 1.933671 3.513454 1 1 1 +v 1.253538 1.933671 3.475104 1 1 1 +v 1.686787 1.683671 3.518429 1 1 1 +v 1.681812 1.683671 3.568181 1 1 1 +v 1.686787 1.883671 3.518429 1 1 1 +v 1.681812 1.883671 3.568181 1 1 1 +v 1.198811 1.683671 3.519881 1 1 1 +v 1.203786 1.683671 3.470129 1 1 1 +v 1.198811 1.883671 3.519881 1 1 1 +v 1.203786 1.883671 3.470129 1 1 1 +v 0.5393838 1.285278 3.453939 1 1 1 +v 0.9228812 1.285278 3.492289 1 1 1 +v 0.544359 1.285278 3.404187 1 1 1 +v 0.9278564 1.285278 3.442537 1 1 1 +v 0.9228812 1.585278 3.492289 1 1 1 +v 0.5393838 1.585278 3.453939 1 1 1 +v 0.9278564 1.585278 3.442537 1 1 1 +v 0.544359 1.585278 3.404187 1 1 1 +v 0.9776083 1.335278 3.447512 1 1 1 +v 0.9726331 1.335278 3.497264 1 1 1 +v 0.9776083 1.535278 3.447512 1 1 1 +v 0.9726331 1.535278 3.497264 1 1 1 +v 0.4896319 1.335278 3.448964 1 1 1 +v 0.4946071 1.335278 3.399212 1 1 1 +v 0.4896319 1.535278 3.448964 1 1 1 +v 0.4946071 1.535278 3.399212 1 1 1 +v -2 0.2 0.9980046 1 1 1 +v -2 0 0.9980046 1 1 1 +v -2 0.2 2 1 1 1 +v -2 0 2 1 1 1 +v -6 0 0.9980046 1 1 1 +v -4 0 0.7980046 1 1 1 +v -6 0.2 0.9980046 1 1 1 +v -4 0.2 0.7980046 1 1 1 +v -6 0 2 1 1 1 +v -6 0.2 2 1 1 1 +v -2 3 2.000001 1 1 1 +v -6 3 2.000001 1 1 1 +v -2 3 1.600001 1 1 1 +v -4 3 1.400001 1 1 1 +v -6 3 1.600001 1 1 1 +v -2 0.9 2.000001 1 1 1 +v -6 0.9 2.000001 1 1 1 +v -6 0.9 1.600001 1 1 1 +v -2 0.9 1.600001 1 1 1 +v -5.08287 2.341752 1.508288 1 1 1 +v -5.08287 2.541752 1.508288 1 1 1 +v -5.132621 2.291752 1.513263 1 1 1 +v -5.132621 2.591752 1.513263 1 1 1 +v -4 0.9 1.400001 1 1 1 +v -5.516119 2.291752 1.551613 1 1 1 +v -5.565871 2.341752 1.556588 1 1 1 +v -5.516119 2.591752 1.551613 1 1 1 +v -5.565871 2.541752 1.556588 1 1 1 +v -2.318187 1.683671 1.568182 1 1 1 +v -2.318187 1.883671 1.568182 1 1 1 +v -2.367939 1.933671 1.563207 1 1 1 +v -2.751436 1.933671 1.524857 1 1 1 +v -2.801188 1.883671 1.519882 1 1 1 +v -2.801188 1.683671 1.519882 1 1 1 +v -2.367939 1.633671 1.563207 1 1 1 +v -3.077118 1.585278 1.492289 1 1 1 +v -2.751436 1.633671 1.524857 1 1 1 +v -3.460616 1.585278 1.453939 1 1 1 +v -3.510367 1.535278 1.448964 1 1 1 +v -3.510367 1.335278 1.448964 1 1 1 +v -3.460616 1.285278 1.453939 1 1 1 +v -3.077118 1.285278 1.492289 1 1 1 +v -3.027366 1.535278 1.497264 1 1 1 +v -3.027366 1.335278 1.497264 1 1 1 +v -5.51612 2.291752 1.551613 1 1 1 +v -5.132623 2.291752 1.513263 1 1 1 +v -5.521095 2.291752 1.501861 1 1 1 +v -5.137598 2.291752 1.463512 1 1 1 +v -5.132623 2.591752 1.513263 1 1 1 +v -5.51612 2.591752 1.551613 1 1 1 +v -5.137598 2.591752 1.463511 1 1 1 +v -5.521095 2.591752 1.501861 1 1 1 +v -5.087846 2.341752 1.458536 1 1 1 +v -5.08287 2.341752 1.508288 1 1 1 +v -5.087846 2.541752 1.458536 1 1 1 +v -5.08287 2.541752 1.508288 1 1 1 +v -5.565872 2.341752 1.556588 1 1 1 +v -5.570847 2.341752 1.506836 1 1 1 +v -5.565872 2.541752 1.556588 1 1 1 +v -5.570847 2.541752 1.506836 1 1 1 +v -2.751437 1.633671 1.524856 1 1 1 +v -2.36794 1.633671 1.563206 1 1 1 +v -2.746462 1.633671 1.475104 1 1 1 +v -2.362965 1.633671 1.513454 1 1 1 +v -2.36794 1.933671 1.563206 1 1 1 +v -2.751437 1.933671 1.524856 1 1 1 +v -2.362965 1.933671 1.513454 1 1 1 +v -2.746462 1.933671 1.475104 1 1 1 +v -2.313213 1.683671 1.518429 1 1 1 +v -2.318188 1.683671 1.568181 1 1 1 +v -2.313213 1.883671 1.518429 1 1 1 +v -2.318188 1.883671 1.568181 1 1 1 +v -2.801189 1.683671 1.519881 1 1 1 +v -2.796214 1.683671 1.470129 1 1 1 +v -2.801189 1.883671 1.519881 1 1 1 +v -2.796214 1.883671 1.470129 1 1 1 +v -3.460616 1.285278 1.453939 1 1 1 +v -3.077119 1.285278 1.492289 1 1 1 +v -3.455641 1.285278 1.404187 1 1 1 +v -3.072144 1.285278 1.442537 1 1 1 +v -3.077119 1.585278 1.492289 1 1 1 +v -3.460616 1.585278 1.453939 1 1 1 +v -3.072144 1.585278 1.442537 1 1 1 +v -3.455641 1.585278 1.404187 1 1 1 +v -3.022392 1.335278 1.447512 1 1 1 +v -3.027367 1.335278 1.497264 1 1 1 +v -3.022392 1.535278 1.447512 1 1 1 +v -3.027367 1.535278 1.497264 1 1 1 +v -3.510368 1.335278 1.448964 1 1 1 +v -3.505393 1.335278 1.399212 1 1 1 +v -3.510368 1.535278 1.448964 1 1 1 +v -3.505393 1.535278 1.399212 1 1 1 +v -2 0.2 -2.998004 1 1 1 +v -2 0 -2.998004 1 1 1 +v -2 0 -4 1 1 1 +v 2 0 -2.998004 1 1 1 +v 8.954638E-09 0 -2.798005 1 1 1 +v 2 0.2 -2.998004 1 1 1 +v 8.954638E-09 0.2 -2.798005 1 1 1 +v 2 0 -4 1 1 1 +v -2 3 -4.000001 1 1 1 +v 2 3 -4.000001 1 1 1 +v -2 3 -3.600001 1 1 1 +v 2.446629E-14 3 -3.400001 1 1 1 +v 2 3 -3.600001 1 1 1 +v -2 0.9 -4.000001 1 1 1 +v 2 0.9 -4.000001 1 1 1 +v 2 0.9 -3.600001 1 1 1 +v -2 0.9 -3.600001 1 1 1 +v 1.08287 2.341752 -3.508288 1 1 1 +v 1.08287 2.541752 -3.508288 1 1 1 +v 1.132621 2.291752 -3.513263 1 1 1 +v 1.132621 2.591752 -3.513263 1 1 1 +v 2.446629E-14 0.9 -3.400001 1 1 1 +v 1.516119 2.291752 -3.551613 1 1 1 +v 1.565871 2.341752 -3.556588 1 1 1 +v 1.516119 2.591752 -3.551613 1 1 1 +v 1.565871 2.541752 -3.556588 1 1 1 +v -1.681813 1.683671 -3.568182 1 1 1 +v -1.681813 1.883671 -3.568182 1 1 1 +v -1.632061 1.933671 -3.563207 1 1 1 +v -1.248564 1.933671 -3.524857 1 1 1 +v -1.198812 1.883671 -3.519882 1 1 1 +v -1.198812 1.683671 -3.519882 1 1 1 +v -1.632061 1.633671 -3.563207 1 1 1 +v -0.922882 1.585278 -3.492289 1 1 1 +v -1.248564 1.633671 -3.524857 1 1 1 +v -0.5393845 1.585278 -3.453939 1 1 1 +v -0.4896326 1.535278 -3.448964 1 1 1 +v -0.4896326 1.335278 -3.448964 1 1 1 +v -0.5393845 1.285278 -3.453939 1 1 1 +v -0.922882 1.285278 -3.492289 1 1 1 +v -0.9726338 1.535278 -3.497264 1 1 1 +v -0.9726338 1.335278 -3.497264 1 1 1 +v 1.51612 2.291752 -3.551613 1 1 1 +v 1.132623 2.291752 -3.513263 1 1 1 +v 1.521095 2.291752 -3.501861 1 1 1 +v 1.137598 2.291752 -3.463511 1 1 1 +v 1.132623 2.591752 -3.513263 1 1 1 +v 1.51612 2.591752 -3.551613 1 1 1 +v 1.137598 2.591752 -3.463511 1 1 1 +v 1.521095 2.591752 -3.501861 1 1 1 +v 1.087846 2.341752 -3.458536 1 1 1 +v 1.082871 2.341752 -3.508288 1 1 1 +v 1.087846 2.541752 -3.458536 1 1 1 +v 1.082871 2.541752 -3.508288 1 1 1 +v 1.565872 2.341752 -3.556588 1 1 1 +v 1.570847 2.341752 -3.506836 1 1 1 +v 1.565872 2.541752 -3.556588 1 1 1 +v 1.570847 2.541752 -3.506836 1 1 1 +v -1.248563 1.633671 -3.524856 1 1 1 +v -1.63206 1.633671 -3.563206 1 1 1 +v -1.253538 1.633671 -3.475104 1 1 1 +v -1.637035 1.633671 -3.513454 1 1 1 +v -1.63206 1.933671 -3.563206 1 1 1 +v -1.248563 1.933671 -3.524856 1 1 1 +v -1.637035 1.933671 -3.513454 1 1 1 +v -1.253538 1.933671 -3.475104 1 1 1 +v -1.686787 1.683671 -3.518429 1 1 1 +v -1.681812 1.683671 -3.568181 1 1 1 +v -1.686787 1.883671 -3.518429 1 1 1 +v -1.681812 1.883671 -3.568181 1 1 1 +v -1.198811 1.683671 -3.519881 1 1 1 +v -1.203786 1.683671 -3.470129 1 1 1 +v -1.198811 1.883671 -3.519881 1 1 1 +v -1.203786 1.883671 -3.470129 1 1 1 +v -0.5393838 1.285278 -3.453939 1 1 1 +v -0.9228812 1.285278 -3.492289 1 1 1 +v -0.544359 1.285278 -3.404187 1 1 1 +v -0.9278564 1.285278 -3.442537 1 1 1 +v -0.9228812 1.585278 -3.492289 1 1 1 +v -0.5393838 1.585278 -3.453939 1 1 1 +v -0.9278564 1.585278 -3.442537 1 1 1 +v -0.544359 1.585278 -3.404187 1 1 1 +v -0.9776083 1.335278 -3.447512 1 1 1 +v -0.9726331 1.335278 -3.497264 1 1 1 +v -0.9776083 1.535278 -3.447512 1 1 1 +v -0.9726331 1.535278 -3.497264 1 1 1 +v -0.4896319 1.335278 -3.448964 1 1 1 +v -0.4946071 1.335278 -3.399212 1 1 1 +v -0.4896319 1.535278 -3.448964 1 1 1 +v -0.4946071 1.535278 -3.399212 1 1 1 +v -6 0.2 -0.9980046 1 1 1 +v -6 0 -0.9980046 1 1 1 +v -6 0.2 -2 1 1 1 +v -6 0 -2 1 1 1 +v -2 0 -0.9980046 1 1 1 +v -4 0 -0.7980046 1 1 1 +v -2 0.2 -0.9980046 1 1 1 +v -4 0.2 -0.7980046 1 1 1 +v -2 0 -2 1 1 1 +v -2 0.2 -2 1 1 1 +v -6 3 -2.000001 1 1 1 +v -2 3 -2.000001 1 1 1 +v -6 3 -1.600001 1 1 1 +v -4 3 -1.400001 1 1 1 +v -2 3 -1.600001 1 1 1 +v -6 0.9 -2.000001 1 1 1 +v -2 0.9 -2.000001 1 1 1 +v -2 0.9 -1.600001 1 1 1 +v -6 0.9 -1.600001 1 1 1 +v -2.91713 2.341752 -1.508288 1 1 1 +v -2.91713 2.541752 -1.508288 1 1 1 +v -2.867379 2.291752 -1.513263 1 1 1 +v -2.867379 2.591752 -1.513263 1 1 1 +v -4 0.9 -1.400001 1 1 1 +v -2.483881 2.291752 -1.551613 1 1 1 +v -2.434129 2.341752 -1.556588 1 1 1 +v -2.483881 2.591752 -1.551613 1 1 1 +v -2.434129 2.541752 -1.556588 1 1 1 +v -5.681813 1.683671 -1.568182 1 1 1 +v -5.681813 1.883671 -1.568182 1 1 1 +v -5.632061 1.933671 -1.563207 1 1 1 +v -5.248564 1.933671 -1.524857 1 1 1 +v -5.198812 1.883671 -1.519882 1 1 1 +v -5.198812 1.683671 -1.519882 1 1 1 +v -5.632061 1.633671 -1.563207 1 1 1 +v -4.922882 1.585278 -1.492289 1 1 1 +v -5.248564 1.633671 -1.524857 1 1 1 +v -4.539384 1.585278 -1.453939 1 1 1 +v -4.489633 1.535278 -1.448964 1 1 1 +v -4.489633 1.335278 -1.448964 1 1 1 +v -4.539384 1.285278 -1.453939 1 1 1 +v -4.922882 1.285278 -1.492289 1 1 1 +v -4.972634 1.535278 -1.497264 1 1 1 +v -4.972634 1.335278 -1.497264 1 1 1 +v -2.48388 2.291752 -1.551613 1 1 1 +v -2.867377 2.291752 -1.513263 1 1 1 +v -2.478905 2.291752 -1.501861 1 1 1 +v -2.862402 2.291752 -1.463512 1 1 1 +v -2.867377 2.591752 -1.513263 1 1 1 +v -2.48388 2.591752 -1.551613 1 1 1 +v -2.862402 2.591752 -1.463511 1 1 1 +v -2.478905 2.591752 -1.501861 1 1 1 +v -2.912154 2.341752 -1.458536 1 1 1 +v -2.917129 2.341752 -1.508288 1 1 1 +v -2.912154 2.541752 -1.458536 1 1 1 +v -2.917129 2.541752 -1.508288 1 1 1 +v -2.434128 2.341752 -1.556588 1 1 1 +v -2.429153 2.341752 -1.506836 1 1 1 +v -2.434128 2.541752 -1.556588 1 1 1 +v -2.429153 2.541752 -1.506836 1 1 1 +v -5.248563 1.633671 -1.524856 1 1 1 +v -5.63206 1.633671 -1.563206 1 1 1 +v -5.253538 1.633671 -1.475104 1 1 1 +v -5.637035 1.633671 -1.513454 1 1 1 +v -5.63206 1.933671 -1.563206 1 1 1 +v -5.248563 1.933671 -1.524856 1 1 1 +v -5.637035 1.933671 -1.513454 1 1 1 +v -5.253538 1.933671 -1.475104 1 1 1 +v -5.686787 1.683671 -1.518429 1 1 1 +v -5.681812 1.683671 -1.568181 1 1 1 +v -5.686787 1.883671 -1.518429 1 1 1 +v -5.681812 1.883671 -1.568181 1 1 1 +v -5.198811 1.683671 -1.519881 1 1 1 +v -5.203786 1.683671 -1.470129 1 1 1 +v -5.198811 1.883671 -1.519881 1 1 1 +v -5.203786 1.883671 -1.470129 1 1 1 +v -4.539384 1.285278 -1.453939 1 1 1 +v -4.922881 1.285278 -1.492289 1 1 1 +v -4.544359 1.285278 -1.404187 1 1 1 +v -4.927856 1.285278 -1.442537 1 1 1 +v -4.922881 1.585278 -1.492289 1 1 1 +v -4.539384 1.585278 -1.453939 1 1 1 +v -4.927856 1.585278 -1.442537 1 1 1 +v -4.544359 1.585278 -1.404187 1 1 1 +v -4.977608 1.335278 -1.447512 1 1 1 +v -4.972633 1.335278 -1.497264 1 1 1 +v -4.977608 1.535278 -1.447512 1 1 1 +v -4.972633 1.535278 -1.497264 1 1 1 +v -4.489632 1.335278 -1.448964 1 1 1 +v -4.494607 1.335278 -1.399212 1 1 1 +v -4.489632 1.535278 -1.448964 1 1 1 +v -4.494607 1.535278 -1.399212 1 1 1 +v -1.999999 3 -1.599999 1 1 1 +v -1.999999 0.9 -1.599999 1 1 1 +v -1.999999 3 -1.999999 1 1 1 +v -1.999999 0.9 -1.999999 1 1 1 +v -1.599999 0.9 -1.999999 1 1 1 +v -1.599999 3 -1.999999 1 1 1 +v -1.799999 0.9 -1.653589 1 1 1 +v -1.799999 3 -1.653589 1 1 1 +v -1.653589 0.9 -1.799999 1 1 1 +v -1.653589 3 -1.799999 1 1 1 +v -2.000002 -1.707772E-14 -2 1 1 1 +v -0.9980068 -1.707772E-14 -2 1 1 1 +v -2.000002 0.2 -2 1 1 1 +v -0.9980068 0.2 -2 1 1 1 +v -2.000002 0.2 -0.9980049 1 1 1 +v -2.000002 -1.707772E-14 -0.9980049 1 1 1 +v -1.499004 0.2 -1.132247 1 1 1 +v -1.132249 0.2 -1.499002 1 1 1 +v -1.499004 -1.635581E-14 -1.132247 1 1 1 +v -1.132249 -1.635581E-14 -1.499002 1 1 1 +v -1.599999 3 1.999999 1 1 1 +v -1.599999 0.9 1.999999 1 1 1 +v -1.999999 3 1.999999 1 1 1 +v -1.999999 0.9 1.999999 1 1 1 +v -1.999999 0.9 1.599999 1 1 1 +v -1.999999 3 1.599999 1 1 1 +v -1.653589 0.9 1.799999 1 1 1 +v -1.653589 3 1.799999 1 1 1 +v -1.799999 0.9 1.653589 1 1 1 +v -1.799999 3 1.653589 1 1 1 +v -1.999998 -1.707772E-14 2 1 1 1 +v -1.999998 -1.707772E-14 0.9980048 1 1 1 +v -1.999998 0.2 2 1 1 1 +v -1.999998 0.2 0.9980048 1 1 1 +v -0.998003 0.2 2 1 1 1 +v -0.998003 -1.707772E-14 2 1 1 1 +v -1.132245 0.2 1.499002 1 1 1 +v -1.499001 0.2 1.132247 1 1 1 +v -1.132245 -1.635581E-14 1.499002 1 1 1 +v -1.499001 -1.635581E-14 1.132247 1 1 1 +v -2.000001 3 4 1 1 1 +v -2.000001 3 2 1 1 1 +v -1.600001 3 4 1 1 1 +v -1.400001 3 3 1 1 1 +v -1.600001 3 2 1 1 1 +v -1.600001 0.9 2 1 1 1 +v -2.000001 0.9 2 1 1 1 +v -1.400001 0.9 3 1 1 1 +v -2.000001 0.9 4 1 1 1 +v -1.600001 0.9 4 1 1 1 +v -2 0 4 1 1 1 +v -2 0 2 1 1 1 +v -2 0.2 4 1 1 1 +v -2 0.2 2 1 1 1 +v -0.9980046 0.2 4 1 1 1 +v -0.7980045 0.2 3 1 1 1 +v -0.9980044 0.2 2 1 1 1 +v -0.7980045 0 3 1 1 1 +v -0.9980046 0 4 1 1 1 +v -0.9980044 0 2 1 1 1 +v -1.541954 1.332707 2.290226 1 1 1 +v -1.466369 1.332707 2.668152 1 1 1 +v -1.492925 1.332707 2.28042 1 1 1 +v -1.41734 1.332707 2.658346 1 1 1 +v -1.466369 1.632707 2.668152 1 1 1 +v -1.541954 1.632707 2.290226 1 1 1 +v -1.41734 1.632707 2.658346 1 1 1 +v -1.492925 1.632707 2.28042 1 1 1 +v -1.407534 1.382707 2.707375 1 1 1 +v -1.456563 1.382707 2.717181 1 1 1 +v -1.407534 1.582707 2.707375 1 1 1 +v -1.456563 1.582707 2.717181 1 1 1 +v -1.55176 1.382707 2.241197 1 1 1 +v -1.502731 1.382707 2.231391 1 1 1 +v -1.55176 1.582707 2.241197 1 1 1 +v -1.502731 1.582707 2.231391 1 1 1 + +vn -0.3003765 0.7994348 0.5202672 +vn -0.5202672 0.7994348 -0.3003765 +vn 0.5202672 0.7994348 0.3003765 +vn 0.3003765 0.7994348 -0.5202672 +vn -0.5202672 -0.7994348 -0.3003765 +vn 0.5202672 -0.7994348 0.3003765 +vn 0.3003765 -0.7994348 -0.5202672 +vn -0.3003765 -0.7994348 0.5202672 +vn 0.7071069 0.5773503 -0.4082482 +vn 0.4082482 0.5773503 0.7071069 +vn 0.5202673 0.7994348 -0.3003764 +vn 0.3003764 0.7994348 0.5202673 +vn -0.5202673 -0.7994348 0.3003764 +vn -0.4082482 -0.5773503 -0.7071069 +vn -0.7071069 -0.5773503 0.4082482 +vn -0.3003764 -0.7994348 -0.5202673 +vn 0.4082484 0.5773503 -0.7071068 +vn 0.7071068 0.5773503 0.4082484 +vn -0.7071068 -0.5773503 -0.4082484 +vn -0.4082484 -0.5773503 0.7071068 +vn -0.4082484 0.5773503 0.7071068 +vn 0.4082484 -0.5773503 -0.7071068 +vn -0.7071069 0.5773503 0.4082482 +vn -0.5202673 0.7994348 0.3003764 +vn 0.7071069 -0.5773503 -0.4082482 +vn 0.5202673 -0.7994348 -0.3003764 +vn -0.4082482 0.5773503 -0.7071069 +vn -0.3003764 0.7994348 -0.5202673 +vn 0.4082482 -0.5773503 0.7071069 +vn 0.3003764 -0.7994348 0.5202673 +vn -0.7071068 0.5773503 -0.4082484 +vn 0.7071068 -0.5773503 0.4082484 +vn 1 0 1.192093E-07 +vn 0.9805808 0 0.1961163 +vn -1 0 -1.192093E-07 +vn -0.9805808 0 -0.1961163 +vn 0 1 0 +vn 0 -1 0 +vn 1.192093E-07 0 -1 +vn -1.192093E-07 0 1 +vn 0.9805808 0 -0.1961161 +vn -0.9805808 0 0.1961161 +vn -0.7071068 0.5773503 -0.4082483 +vn -0.5202672 0.7994348 -0.3003764 +vn -0.4082483 0.5773503 0.7071068 +vn -0.3003764 0.7994348 0.5202672 +vn 0.4082483 -0.5773503 -0.7071068 +vn 0.5202672 -0.7994348 0.3003764 +vn 0.7071068 -0.5773503 0.4082483 +vn 0.3003764 -0.7994348 -0.5202672 +vn 0.7071068 0.5773503 0.4082483 +vn 0.5202672 0.7994348 0.3003764 +vn -0.5202672 -0.7994348 -0.3003764 +vn -0.7071068 -0.5773503 -0.4082483 +vn 0.4082483 0.5773503 0.7071068 +vn -0.7071068 0.5773503 0.4082483 +vn 0.3003764 0.7994348 0.5202672 +vn -0.5202672 0.7994348 0.3003764 +vn -0.3003764 -0.7994348 -0.5202672 +vn 0.7071068 -0.5773503 -0.4082483 +vn -0.4082483 -0.5773503 -0.7071068 +vn 0.5202672 -0.7994348 -0.3003764 +vn -0.4082483 0.5773503 -0.7071068 +vn -0.3003764 0.7994348 -0.5202672 +vn 0.3003764 -0.7994348 0.5202672 +vn 0.4082483 -0.5773503 0.7071068 +vn -0.6666667 0.3333333 -0.6666667 +vn -0.5033765 0.7022992 -0.5033765 +vn -0.6666667 0.3333333 0.6666667 +vn -0.5033765 0.7022992 0.5033765 +vn 0.6666667 -0.3333333 -0.6666667 +vn 0.5033765 -0.7022992 0.5033765 +vn 0.6666667 -0.3333333 0.6666667 +vn 0.5033765 -0.7022992 -0.5033765 +vn 0.5033765 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 0.5033765 +vn -0.5033765 -0.7022992 -0.5033765 +vn -0.5033765 -0.7022992 0.5033765 +vn 0.6666667 0.3333333 0.6666667 +vn -0.6666667 -0.3333333 -0.6666667 +vn 0.6666667 0.3333333 -0.6666667 +vn -0.6666667 -0.3333333 0.6666667 +vn 0.7071068 0.5773503 -0.4082483 +vn 0.5202672 0.7994348 -0.3003764 +vn -0.5202672 -0.7994348 0.3003764 +vn -0.7071068 -0.5773503 0.4082483 +vn 0.4082483 0.5773503 -0.7071068 +vn 0.3003764 0.7994348 -0.5202672 +vn -0.4082483 -0.5773503 0.7071068 +vn -0.3003764 -0.7994348 0.5202672 +vn 0.4245382 0.9054101 0 +vn 0 0.9054101 0.4245382 +vn 0 0.9054101 -0.4245382 +vn -0.4245382 0.9054101 0 +vn 0 -0.9054101 0.4245382 +vn 0 -0.9054101 -0.4245382 +vn -0.4245382 -0.9054101 0 +vn 0.4245382 -0.9054101 0 +vn 0 0.8164966 -0.5773503 +vn -0.5773503 0.8164966 0 +vn 0 -0.8164966 0.5773503 +vn 0.5773503 -0.8164966 0 +vn 0.2886751 0.8164966 -0.5 +vn 0.2122691 0.90541 -0.3676609 +vn -0.5 0.8164966 -0.2886751 +vn -0.3676609 0.90541 -0.2122691 +vn 0.5 -0.8164966 0.2886751 +vn -0.2122691 -0.90541 0.3676609 +vn -0.2886751 -0.8164966 0.5 +vn 0.3676609 -0.90541 0.2122691 +vn 0.5773503 0.8164966 0 +vn -0.5773503 -0.8164966 0 +vn 0 0.8164966 0.5773503 +vn 0 -0.8164966 -0.5773503 +vn 0.5 0.8164966 0.2886751 +vn -0.2886751 0.8164966 0.5 +vn 0.3676609 0.90541 0.2122691 +vn -0.2122691 0.90541 0.3676609 +vn -0.3676609 -0.90541 -0.2122691 +vn 0.2886751 -0.8164966 -0.5 +vn -0.5 -0.8164966 -0.2886751 +vn 0.2122691 -0.90541 -0.3676609 +vn -0.09950371 0 -0.9950371 +vn 0 0 -1 +vn 0.09950371 0 0.9950371 +vn 0 0 1 +vn 0.09950371 0 -0.9950371 +vn -0.09950371 0 0.9950371 +vn 1 0 0 +vn -1 0 0 +vn -0.4245382 0.9054101 -3.893203E-14 +vn 3.893203E-14 0.9054101 -0.4245382 +vn -3.893203E-14 0.9054101 0.4245382 +vn 0.4245382 0.9054101 3.893203E-14 +vn 3.893203E-14 -0.9054101 -0.4245382 +vn -3.893203E-14 -0.9054101 0.4245382 +vn 0.4245382 -0.9054101 3.893203E-14 +vn -0.4245382 -0.9054101 -3.893203E-14 +vn -5.294557E-14 0.8164966 0.5773503 +vn 0.5773503 0.8164966 5.294557E-14 +vn 5.294557E-14 -0.8164966 -0.5773503 +vn -0.5773503 -0.8164966 -5.294557E-14 +vn -0.5773503 0.8164966 -5.294557E-14 +vn 0.5773503 -0.8164966 5.294557E-14 +vn 5.294557E-14 0.8164966 -0.5773503 +vn -5.294557E-14 -0.8164966 0.5773503 +vn -9.170442E-14 0 1 +vn 9.170442E-14 0 -1 +vn -1 0 -9.170442E-14 +vn 1 0 9.170442E-14 +vn -1 0 3.314016E-14 +vn 1 0 -3.314016E-14 +vn -3.314016E-14 0 -1 +vn 3.314016E-14 0 1 +vn 0.8660254 0 0.5 +vn 0.9659258 0 0.258819 +vn -0.9659258 0 -0.258819 +vn -0.8660254 0 -0.5 +vn 0.5 0 0.8660254 +vn -0.5 0 -0.8660254 +vn 0.258819 0 0.9659258 +vn -0.258819 0 -0.9659258 +vn 0.5000002 0 -0.8660255 +vn 0.2588192 0 -0.9659259 +vn -0.2588192 0 0.9659259 +vn -0.5000002 0 0.8660255 +vn 0.8660256 0 -0.5 +vn -0.8660256 0 0.5 +vn 0.965926 0 -0.2588189 +vn -0.965926 0 0.2588189 +vn 0.9805808 0 0.1961162 +vn -0.9805808 0 -0.1961162 +vn 0.9805808 0 -0.1961161 +vn -0.9805808 0 0.1961161 +vn -0.07505032 -0.9238795 -0.375252 +vn 0.07505042 -0.9238795 0.375252 +vn 0.07505032 0.9238795 0.375252 +vn -0.07505042 0.9238795 -0.375252 +vn 0.1811876 -0.3826834 0.9059385 +vn 0.1811876 0.3826834 0.9059385 +vn -0.1811876 -0.3826834 -0.9059385 +vn -0.1811876 0.3826834 -0.9059385 +vn 0.9805808 5.960464E-08 -0.1961161 +vn -0.9805808 -5.960464E-08 0.1961161 +vn -0.09950373 0 -0.9950371 +vn 0.09950373 0 0.9950371 +vn 0.0995037 0 -0.9950371 +vn -0.0995037 0 0.9950371 +vn -0.3807842 -0.9238796 0.03807854 +vn 0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 0.9238796 -0.03807854 +vn -0.3807842 0.9238796 0.03807832 +vn 0.9192945 -0.3826835 -0.09192941 +vn 0.9192945 0.3826835 -0.0919295 +vn -0.9192945 -0.3826835 0.0919295 +vn -0.9192945 0.3826835 0.09192941 +vn -0.09950373 -1.192093E-07 -0.9950373 +vn 0.09950373 1.192093E-07 0.9950373 +vn -0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 -0.9238796 0.03807854 +vn 0.3807842 0.9238796 0.03807832 +vn -0.3807842 0.9238796 -0.03807854 +vn 0.9192945 -0.3826835 0.0919295 +vn 0.9192945 0.3826835 0.09192941 +vn -0.9192945 -0.3826835 -0.09192941 +vn -0.9192945 0.3826835 -0.0919295 +vn 0.09950373 -1.192093E-07 -0.9950373 +vn -0.09950373 1.192093E-07 0.9950373 +vn 0.3807842 -0.9238796 -0.03807854 +vn -0.3807842 -0.9238796 0.03807832 +vn -0.3807842 0.9238796 0.03807854 +vn 0.3807842 0.9238796 -0.03807832 +vn -0.9192945 -0.3826835 0.09192941 +vn -0.9192945 0.3826835 0.0919295 +vn 0.9192945 -0.3826835 -0.0919295 +vn 0.9192945 0.3826835 -0.09192941 +vn 0.09950373 -1.192093E-07 0.9950373 +vn -0.09950373 1.192093E-07 -0.9950373 +vn 0.3807842 -0.9238796 0.03807832 +vn -0.3807842 -0.9238796 -0.03807854 +vn -0.3807842 0.9238796 -0.03807832 +vn 0.3807842 0.9238796 0.03807854 +vn -0.9192945 -0.3826835 -0.0919295 +vn -0.9192945 0.3826835 -0.09192941 +vn 0.9192945 -0.3826835 0.09192941 +vn 0.9192945 0.3826835 0.0919295 +vn -0.09950373 -1.192093E-07 0.9950373 +vn 0.09950373 1.192093E-07 -0.9950373 +vn 0.5 0 0.8660254 +vn -0.5 0 -0.8660254 +vn 0.8660256 0 -0.4999999 +vn -0.8660256 0 0.4999999 + +vt 0.09375 0.065 +vt 0.09375 0.025 +vt 0.09375 0.105 +vt 0.09375 0.225 +vt 0.34375 0.225 +vt 0.34375 0.025 +vt 0.34375 0.105 +vt 0.34375 0.075 +vt 0.34375 0.175 +vt 0.34375 0.1623098 +vt 0.34375 0.1813574 +vt 0.34375 0.1575478 +vt 0.34375 0.1861193 +vt 0.34375 0.09963536 +vt 0.34375 0.118683 +vt 0.34375 0.1234449 +vt 0.34375 0.09487346 +vt 0.34375 0.0902646 +vt 0.34375 0.08550269 +vt 0.34375 0.06645507 +vt 0.34375 0.06169317 + +usemtl colormap + +f 3/1/3 2/1/2 1/1/1 +f 2/1/2 3/1/3 4/1/4 +f 1/1/7 2/1/6 3/1/5 +f 4/1/8 3/1/5 2/1/6 +f 7/3/11 6/2/10 5/2/9 +f 6/2/10 7/3/11 8/3/12 +f 5/2/15 6/2/14 7/3/13 +f 8/3/16 7/3/13 6/2/14 +f 4/1/4 10/2/18 9/2/17 +f 10/2/18 4/1/4 3/1/3 +f 9/2/20 10/2/19 4/1/8 +f 3/1/5 4/1/8 10/2/19 +f 3/1/3 11/2/21 10/2/18 +f 11/2/21 3/1/3 1/1/1 +f 10/2/19 11/2/22 3/1/5 +f 1/1/7 3/1/5 11/2/22 +f 8/3/12 12/2/23 6/2/10 +f 12/2/23 8/3/12 13/3/24 +f 6/2/14 12/2/25 8/3/16 +f 13/3/26 8/3/16 12/2/25 +f 14/2/27 7/3/11 5/2/9 +f 7/3/11 14/2/27 15/3/28 +f 5/2/15 7/3/13 14/2/29 +f 15/3/30 14/2/29 7/3/13 +f 16/2/31 4/1/4 9/2/17 +f 4/1/4 16/2/31 2/1/2 +f 9/2/20 4/1/8 16/2/32 +f 2/1/6 16/2/32 4/1/8 +f 1/1/1 16/2/31 11/2/21 +f 16/2/31 1/1/1 2/1/2 +f 11/2/22 16/2/32 1/1/7 +f 2/1/6 1/1/7 16/2/32 +f 7/3/11 13/3/24 8/3/12 +f 13/3/24 7/3/11 15/3/28 +f 8/3/16 13/3/26 7/3/13 +f 15/3/30 7/3/13 13/3/26 +f 13/3/24 14/2/27 12/2/23 +f 14/2/27 13/3/24 15/3/28 +f 12/2/25 14/2/29 13/3/26 +f 15/3/30 13/3/26 14/2/29 +f 19/4/33 18/2/34 17/2/33 +f 18/2/34 19/4/33 20/4/34 +f 17/2/35 18/2/36 19/4/35 +f 20/4/36 19/4/35 18/2/36 +f 20/4/37 22/4/37 21/4/37 +f 22/4/37 20/4/37 19/4/37 +f 22/4/37 19/4/37 23/4/37 +f 21/4/38 22/4/38 20/4/38 +f 19/4/38 20/4/38 22/4/38 +f 23/4/38 19/4/38 22/4/38 +f 25/2/39 23/4/39 24/2/39 +f 23/4/39 25/2/39 22/4/39 +f 24/2/40 23/4/40 25/2/40 +f 22/4/40 25/2/40 23/4/40 +f 21/4/35 25/2/35 26/2/35 +f 25/2/35 21/4/35 22/4/35 +f 26/2/33 25/2/33 21/4/33 +f 22/4/33 21/4/33 25/2/33 +f 21/4/40 18/2/40 20/4/40 +f 18/2/40 21/4/40 26/2/40 +f 20/4/39 18/2/39 21/4/39 +f 26/2/39 21/4/39 18/2/39 +f 23/4/41 17/2/33 24/2/41 +f 17/2/33 23/4/41 19/4/33 +f 24/2/42 17/2/35 23/4/42 +f 19/4/35 23/4/42 17/2/35 +f 29/2/37 28/2/37 27/2/37 +f 28/2/37 29/2/37 30/2/37 +f 27/2/38 28/2/38 29/2/38 +f 30/2/38 29/2/38 28/2/38 +f 33/2/45 32/1/44 31/2/43 +f 32/1/44 33/2/45 34/1/46 +f 31/2/49 32/1/48 33/2/47 +f 34/1/50 33/2/47 32/1/48 +f 36/1/52 33/2/45 35/2/51 +f 33/2/45 36/1/52 34/1/46 +f 35/2/54 33/2/47 36/1/53 +f 34/1/50 36/1/53 33/2/47 +f 39/3/57 38/2/56 37/2/55 +f 38/2/56 39/3/57 40/3/58 +f 37/2/61 38/2/60 39/3/59 +f 40/3/62 39/3/59 38/2/60 +f 38/2/56 42/3/64 41/2/63 +f 42/3/64 38/2/56 40/3/58 +f 41/2/66 42/3/65 38/2/60 +f 40/3/62 38/2/60 42/3/65 +f 45/2/69 44/3/68 43/2/67 +f 44/3/68 45/2/69 46/3/70 +f 43/2/73 44/3/72 45/2/71 +f 46/3/74 45/2/71 44/3/72 +f 44/3/68 48/3/76 47/3/75 +f 48/3/76 44/3/68 46/3/70 +f 47/3/78 48/3/77 44/3/72 +f 46/3/74 44/3/72 48/3/77 +f 48/3/76 45/2/69 49/2/79 +f 45/2/69 48/3/76 46/3/70 +f 49/2/80 45/2/71 48/3/77 +f 46/3/74 48/3/77 45/2/71 +f 44/3/68 50/2/81 43/2/67 +f 50/2/81 44/3/68 47/3/75 +f 43/2/73 50/2/82 44/3/72 +f 47/3/78 44/3/72 50/2/82 +f 47/3/75 49/2/79 50/2/81 +f 49/2/79 47/3/75 48/3/76 +f 50/2/82 49/2/80 47/3/78 +f 48/3/77 47/3/78 49/2/80 +f 52/3/84 37/2/55 51/2/83 +f 37/2/55 52/3/84 39/3/57 +f 51/2/86 37/2/61 52/3/85 +f 39/3/59 52/3/85 37/2/61 +f 32/1/44 53/2/87 31/2/43 +f 53/2/87 32/1/44 54/1/88 +f 31/2/49 53/2/89 32/1/48 +f 54/1/90 32/1/48 53/2/89 +f 42/3/64 51/2/83 41/2/63 +f 51/2/83 42/3/64 52/3/84 +f 41/2/66 51/2/86 42/3/65 +f 52/3/85 42/3/65 51/2/86 +f 42/3/64 39/3/57 52/3/84 +f 39/3/57 42/3/64 40/3/58 +f 52/3/85 39/3/59 42/3/65 +f 40/3/62 42/3/65 39/3/59 +f 57/1/93 56/1/92 55/1/91 +f 56/1/92 57/1/93 58/1/94 +f 55/1/97 56/1/96 57/1/95 +f 58/1/98 57/1/95 56/1/96 +f 54/1/88 34/1/46 36/1/52 +f 34/1/46 54/1/88 32/1/44 +f 36/1/53 34/1/50 54/1/90 +f 32/1/48 54/1/90 34/1/50 +f 59/2/99 58/1/94 57/1/93 +f 58/1/94 59/2/99 60/2/100 +f 57/1/95 58/1/98 59/2/101 +f 60/2/102 59/2/101 58/1/98 +f 63/2/105 62/1/104 61/2/103 +f 62/1/104 63/2/105 64/1/106 +f 61/2/109 62/1/108 63/2/107 +f 64/1/110 63/2/107 62/1/108 +f 59/2/99 55/1/91 65/2/111 +f 55/1/91 59/2/99 57/1/93 +f 65/2/112 55/1/97 59/2/101 +f 57/1/95 59/2/101 55/1/97 +f 58/1/94 66/2/113 56/1/92 +f 66/2/113 58/1/94 60/2/100 +f 56/1/96 66/2/114 58/1/98 +f 60/2/102 58/1/98 66/2/114 +f 69/1/117 68/2/116 67/2/115 +f 68/2/116 69/1/117 70/1/118 +f 67/2/121 68/2/120 69/1/119 +f 70/1/122 69/1/119 68/2/120 +f 55/1/91 66/2/113 65/2/111 +f 66/2/113 55/1/91 56/1/92 +f 65/2/112 66/2/114 55/1/97 +f 56/1/96 55/1/97 66/2/114 +f 61/2/103 69/1/117 67/2/115 +f 69/1/117 61/2/103 62/1/104 +f 67/2/121 69/1/119 61/2/109 +f 62/1/108 61/2/109 69/1/119 +f 64/1/106 68/2/116 70/1/118 +f 68/2/116 64/1/106 63/2/105 +f 70/1/122 68/2/120 64/1/110 +f 63/2/107 64/1/110 68/2/120 +f 62/1/104 70/1/118 69/1/117 +f 70/1/118 62/1/104 64/1/106 +f 69/1/119 70/1/122 62/1/108 +f 64/1/110 62/1/108 70/1/122 +f 54/1/88 35/2/51 53/2/87 +f 35/2/51 54/1/88 36/1/52 +f 53/2/89 35/2/54 54/1/90 +f 36/1/53 54/1/90 35/2/54 +f 73/4/123 72/2/124 71/2/123 +f 72/2/124 73/4/123 74/4/124 +f 71/2/125 72/2/126 73/4/125 +f 74/4/126 73/4/125 72/2/126 +f 77/4/37 76/4/37 75/4/37 +f 76/4/37 77/4/37 74/4/37 +f 76/4/37 74/4/37 73/4/37 +f 75/4/38 76/4/38 77/4/38 +f 74/4/38 77/4/38 76/4/38 +f 73/4/38 74/4/38 76/4/38 +f 75/4/126 79/2/126 78/2/126 +f 79/2/126 75/4/126 76/4/126 +f 78/2/124 79/2/124 75/4/124 +f 76/4/124 75/4/124 79/2/124 +f 74/4/124 80/2/127 72/2/124 +f 80/2/127 74/4/124 77/4/127 +f 72/2/126 80/2/128 74/4/126 +f 77/4/128 74/4/126 80/2/128 +f 75/4/129 80/2/129 77/4/129 +f 80/2/129 75/4/129 78/2/129 +f 77/4/130 80/2/130 75/4/130 +f 78/2/130 75/4/130 80/2/130 +f 79/2/130 73/4/130 71/2/130 +f 73/4/130 79/2/130 76/4/130 +f 71/2/129 73/4/129 79/2/129 +f 76/4/129 79/2/129 73/4/129 +f 83/2/45 82/1/44 81/2/43 +f 82/1/44 83/2/45 84/1/46 +f 81/2/49 82/1/48 83/2/47 +f 84/1/50 83/2/47 82/1/48 +f 86/1/52 83/2/45 85/2/51 +f 83/2/45 86/1/52 84/1/46 +f 85/2/54 83/2/47 86/1/53 +f 84/1/50 86/1/53 83/2/47 +f 89/3/57 88/2/56 87/2/55 +f 88/2/56 89/3/57 90/3/58 +f 87/2/61 88/2/60 89/3/59 +f 90/3/62 89/3/59 88/2/60 +f 88/2/56 92/3/64 91/2/63 +f 92/3/64 88/2/56 90/3/58 +f 91/2/66 92/3/65 88/2/60 +f 90/3/62 88/2/60 92/3/65 +f 95/2/69 94/3/68 93/2/67 +f 94/3/68 95/2/69 96/3/70 +f 93/2/73 94/3/72 95/2/71 +f 96/3/74 95/2/71 94/3/72 +f 94/3/68 98/3/76 97/3/75 +f 98/3/76 94/3/68 96/3/70 +f 97/3/78 98/3/77 94/3/72 +f 96/3/74 94/3/72 98/3/77 +f 98/3/76 95/2/69 99/2/79 +f 95/2/69 98/3/76 96/3/70 +f 99/2/80 95/2/71 98/3/77 +f 96/3/74 98/3/77 95/2/71 +f 94/3/68 100/2/81 93/2/67 +f 100/2/81 94/3/68 97/3/75 +f 93/2/73 100/2/82 94/3/72 +f 97/3/78 94/3/72 100/2/82 +f 97/3/75 99/2/79 100/2/81 +f 99/2/79 97/3/75 98/3/76 +f 100/2/82 99/2/80 97/3/78 +f 98/3/77 97/3/78 99/2/80 +f 102/3/84 87/2/55 101/2/83 +f 87/2/55 102/3/84 89/3/57 +f 101/2/86 87/2/61 102/3/85 +f 89/3/59 102/3/85 87/2/61 +f 82/1/44 103/2/87 81/2/43 +f 103/2/87 82/1/44 104/1/88 +f 81/2/49 103/2/89 82/1/48 +f 104/1/90 82/1/48 103/2/89 +f 92/3/64 101/2/83 91/2/63 +f 101/2/83 92/3/64 102/3/84 +f 91/2/66 101/2/86 92/3/65 +f 102/3/85 92/3/65 101/2/86 +f 92/3/64 89/3/57 102/3/84 +f 89/3/57 92/3/64 90/3/58 +f 102/3/85 89/3/59 92/3/65 +f 90/3/62 92/3/65 89/3/59 +f 107/1/93 106/1/92 105/1/91 +f 106/1/92 107/1/93 108/1/94 +f 105/1/97 106/1/96 107/1/95 +f 108/1/98 107/1/95 106/1/96 +f 104/1/88 84/1/46 86/1/52 +f 84/1/46 104/1/88 82/1/44 +f 86/1/53 84/1/50 104/1/90 +f 82/1/48 104/1/90 84/1/50 +f 109/2/99 108/1/94 107/1/93 +f 108/1/94 109/2/99 110/2/100 +f 107/1/95 108/1/98 109/2/101 +f 110/2/102 109/2/101 108/1/98 +f 113/2/105 112/1/104 111/2/103 +f 112/1/104 113/2/105 114/1/106 +f 111/2/109 112/1/108 113/2/107 +f 114/1/110 113/2/107 112/1/108 +f 109/2/99 105/1/91 115/2/111 +f 105/1/91 109/2/99 107/1/93 +f 115/2/112 105/1/97 109/2/101 +f 107/1/95 109/2/101 105/1/97 +f 108/1/94 116/2/113 106/1/92 +f 116/2/113 108/1/94 110/2/100 +f 106/1/96 116/2/114 108/1/98 +f 110/2/102 108/1/98 116/2/114 +f 119/1/117 118/2/116 117/2/115 +f 118/2/116 119/1/117 120/1/118 +f 117/2/121 118/2/120 119/1/119 +f 120/1/122 119/1/119 118/2/120 +f 105/1/91 116/2/113 115/2/111 +f 116/2/113 105/1/91 106/1/92 +f 115/2/112 116/2/114 105/1/97 +f 106/1/96 105/1/97 116/2/114 +f 111/2/103 119/1/117 117/2/115 +f 119/1/117 111/2/103 112/1/104 +f 117/2/121 119/1/119 111/2/109 +f 112/1/108 111/2/109 119/1/119 +f 114/1/106 118/2/116 120/1/118 +f 118/2/116 114/1/106 113/2/105 +f 120/1/122 118/2/120 114/1/110 +f 113/2/107 114/1/110 118/2/120 +f 112/1/104 120/1/118 119/1/117 +f 120/1/118 112/1/104 114/1/106 +f 119/1/119 120/1/122 112/1/108 +f 114/1/110 112/1/108 120/1/122 +f 104/1/88 85/2/51 103/2/87 +f 85/2/51 104/1/88 86/1/52 +f 103/2/89 85/2/54 104/1/90 +f 86/1/53 104/1/90 85/2/54 +f 123/4/123 122/2/124 121/2/123 +f 122/2/124 123/4/123 124/4/124 +f 121/2/125 122/2/126 123/4/125 +f 124/4/126 123/4/125 122/2/126 +f 127/4/37 126/4/37 125/4/37 +f 126/4/37 127/4/37 124/4/37 +f 126/4/37 124/4/37 123/4/37 +f 125/4/38 126/4/38 127/4/38 +f 124/4/38 127/4/38 126/4/38 +f 123/4/38 124/4/38 126/4/38 +f 125/4/126 129/2/126 128/2/126 +f 129/2/126 125/4/126 126/4/126 +f 128/2/124 129/2/124 125/4/124 +f 126/4/124 125/4/124 129/2/124 +f 124/4/124 130/2/127 122/2/124 +f 130/2/127 124/4/124 127/4/127 +f 122/2/126 130/2/128 124/4/126 +f 127/4/128 124/4/126 130/2/128 +f 125/4/129 130/2/129 127/4/129 +f 130/2/129 125/4/129 128/2/129 +f 127/4/130 130/2/130 125/4/130 +f 128/2/130 125/4/130 130/2/130 +f 129/2/130 123/4/130 121/2/130 +f 123/4/130 129/2/130 126/4/130 +f 121/2/129 123/4/129 129/2/129 +f 126/4/129 129/2/129 123/4/129 +f 133/2/87 132/1/52 131/2/51 +f 132/1/52 133/2/87 134/1/88 +f 131/2/54 132/1/53 133/2/89 +f 134/1/90 133/2/89 132/1/53 +f 136/1/44 133/2/87 135/2/43 +f 133/2/87 136/1/44 134/1/88 +f 135/2/49 133/2/89 136/1/48 +f 134/1/90 136/1/48 133/2/89 +f 139/3/64 138/2/83 137/2/63 +f 138/2/83 139/3/64 140/3/84 +f 137/2/66 138/2/86 139/3/65 +f 140/3/85 139/3/65 138/2/86 +f 138/2/83 142/3/57 141/2/55 +f 142/3/57 138/2/83 140/3/84 +f 141/2/61 142/3/59 138/2/86 +f 140/3/85 138/2/86 142/3/59 +f 145/2/81 144/3/76 143/2/79 +f 144/3/76 145/2/81 146/3/75 +f 143/2/80 144/3/77 145/2/82 +f 146/3/78 145/2/82 144/3/77 +f 144/3/76 148/3/68 147/3/70 +f 148/3/68 144/3/76 146/3/75 +f 147/3/74 148/3/72 144/3/77 +f 146/3/78 144/3/77 148/3/72 +f 148/3/68 145/2/81 149/2/67 +f 145/2/81 148/3/68 146/3/75 +f 149/2/73 145/2/82 148/3/72 +f 146/3/78 148/3/72 145/2/82 +f 144/3/76 150/2/69 143/2/79 +f 150/2/69 144/3/76 147/3/70 +f 143/2/80 150/2/71 144/3/77 +f 147/3/74 144/3/77 150/2/71 +f 147/3/70 149/2/67 150/2/69 +f 149/2/67 147/3/70 148/3/68 +f 150/2/71 149/2/73 147/3/74 +f 148/3/72 147/3/74 149/2/73 +f 152/3/58 137/2/63 151/2/56 +f 137/2/63 152/3/58 139/3/64 +f 151/2/60 137/2/66 152/3/62 +f 139/3/65 152/3/62 137/2/66 +f 132/1/52 153/2/45 131/2/51 +f 153/2/45 132/1/52 154/1/46 +f 131/2/54 153/2/47 132/1/53 +f 154/1/50 132/1/53 153/2/47 +f 142/3/57 151/2/56 141/2/55 +f 151/2/56 142/3/57 152/3/58 +f 141/2/61 151/2/60 142/3/59 +f 152/3/62 142/3/59 151/2/60 +f 142/3/57 139/3/64 152/3/58 +f 139/3/64 142/3/57 140/3/84 +f 152/3/62 139/3/65 142/3/59 +f 140/3/85 142/3/59 139/3/65 +f 157/1/133 156/1/132 155/1/131 +f 156/1/132 157/1/133 158/1/134 +f 155/1/137 156/1/136 157/1/135 +f 158/1/138 157/1/135 156/1/136 +f 154/1/46 134/1/88 136/1/44 +f 134/1/88 154/1/46 132/1/52 +f 136/1/48 134/1/90 154/1/50 +f 132/1/53 154/1/50 134/1/90 +f 159/2/139 158/1/134 157/1/133 +f 158/1/134 159/2/139 160/2/140 +f 157/1/135 158/1/138 159/2/141 +f 160/2/142 159/2/141 158/1/138 +f 163/2/115 162/1/118 161/2/116 +f 162/1/118 163/2/115 164/1/117 +f 161/2/120 162/1/122 163/2/121 +f 164/1/119 163/2/121 162/1/122 +f 159/2/139 155/1/131 165/2/143 +f 155/1/131 159/2/139 157/1/133 +f 165/2/144 155/1/137 159/2/141 +f 157/1/135 159/2/141 155/1/137 +f 158/1/134 166/2/145 156/1/132 +f 166/2/145 158/1/134 160/2/140 +f 156/1/136 166/2/146 158/1/138 +f 160/2/142 158/1/138 166/2/146 +f 169/1/106 168/2/103 167/2/105 +f 168/2/103 169/1/106 170/1/104 +f 167/2/107 168/2/109 169/1/110 +f 170/1/108 169/1/110 168/2/109 +f 155/1/131 166/2/145 165/2/143 +f 166/2/145 155/1/131 156/1/132 +f 165/2/144 166/2/146 155/1/137 +f 156/1/136 155/1/137 166/2/146 +f 161/2/116 169/1/106 167/2/105 +f 169/1/106 161/2/116 162/1/118 +f 167/2/107 169/1/110 161/2/120 +f 162/1/122 161/2/120 169/1/110 +f 164/1/117 168/2/103 170/1/104 +f 168/2/103 164/1/117 163/2/115 +f 170/1/108 168/2/109 164/1/119 +f 163/2/121 164/1/119 168/2/109 +f 162/1/118 170/1/104 169/1/106 +f 170/1/104 162/1/118 164/1/117 +f 169/1/110 170/1/108 162/1/122 +f 164/1/119 162/1/122 170/1/108 +f 154/1/46 135/2/43 153/2/45 +f 135/2/43 154/1/46 136/1/44 +f 153/2/47 135/2/49 154/1/50 +f 136/1/48 154/1/50 135/2/49 +f 173/4/125 172/2/147 171/2/125 +f 172/2/147 173/4/125 174/4/147 +f 171/2/123 172/2/148 173/4/123 +f 174/4/148 173/4/123 172/2/148 +f 177/4/37 176/4/37 175/4/37 +f 176/4/37 177/4/37 174/4/37 +f 176/4/37 174/4/37 173/4/37 +f 175/4/38 176/4/38 177/4/38 +f 174/4/38 177/4/38 176/4/38 +f 173/4/38 174/4/38 176/4/38 +f 175/4/148 179/2/148 178/2/148 +f 179/2/148 175/4/148 176/4/148 +f 178/2/147 179/2/147 175/4/147 +f 176/4/147 175/4/147 179/2/147 +f 174/4/147 180/2/128 172/2/147 +f 180/2/128 174/4/147 177/4/128 +f 172/2/148 180/2/127 174/4/148 +f 177/4/127 174/4/148 180/2/127 +f 175/4/149 180/2/149 177/4/149 +f 180/2/149 175/4/149 178/2/149 +f 177/4/150 180/2/150 175/4/150 +f 178/2/150 175/4/150 180/2/150 +f 179/2/150 173/4/150 171/2/150 +f 173/4/150 179/2/150 176/4/150 +f 171/2/149 173/4/149 179/2/149 +f 176/4/149 179/2/149 173/4/149 +f 183/2/87 182/1/52 181/2/51 +f 182/1/52 183/2/87 184/1/88 +f 181/2/54 182/1/53 183/2/89 +f 184/1/90 183/2/89 182/1/53 +f 186/1/44 183/2/87 185/2/43 +f 183/2/87 186/1/44 184/1/88 +f 185/2/49 183/2/89 186/1/48 +f 184/1/90 186/1/48 183/2/89 +f 189/3/64 188/2/83 187/2/63 +f 188/2/83 189/3/64 190/3/84 +f 187/2/66 188/2/86 189/3/65 +f 190/3/85 189/3/65 188/2/86 +f 188/2/83 192/3/57 191/2/55 +f 192/3/57 188/2/83 190/3/84 +f 191/2/61 192/3/59 188/2/86 +f 190/3/85 188/2/86 192/3/59 +f 195/2/81 194/3/76 193/2/79 +f 194/3/76 195/2/81 196/3/75 +f 193/2/80 194/3/77 195/2/82 +f 196/3/78 195/2/82 194/3/77 +f 194/3/76 198/3/68 197/3/70 +f 198/3/68 194/3/76 196/3/75 +f 197/3/74 198/3/72 194/3/77 +f 196/3/78 194/3/77 198/3/72 +f 198/3/68 195/2/81 199/2/67 +f 195/2/81 198/3/68 196/3/75 +f 199/2/73 195/2/82 198/3/72 +f 196/3/78 198/3/72 195/2/82 +f 194/3/76 200/2/69 193/2/79 +f 200/2/69 194/3/76 197/3/70 +f 193/2/80 200/2/71 194/3/77 +f 197/3/74 194/3/77 200/2/71 +f 197/3/70 199/2/67 200/2/69 +f 199/2/67 197/3/70 198/3/68 +f 200/2/71 199/2/73 197/3/74 +f 198/3/72 197/3/74 199/2/73 +f 202/3/58 187/2/63 201/2/56 +f 187/2/63 202/3/58 189/3/64 +f 201/2/60 187/2/66 202/3/62 +f 189/3/65 202/3/62 187/2/66 +f 182/1/52 203/2/45 181/2/51 +f 203/2/45 182/1/52 204/1/46 +f 181/2/54 203/2/47 182/1/53 +f 204/1/50 182/1/53 203/2/47 +f 192/3/57 201/2/56 191/2/55 +f 201/2/56 192/3/57 202/3/58 +f 191/2/61 201/2/60 192/3/59 +f 202/3/62 192/3/59 201/2/60 +f 192/3/57 189/3/64 202/3/58 +f 189/3/64 192/3/57 190/3/84 +f 202/3/62 189/3/65 192/3/59 +f 190/3/85 192/3/59 189/3/65 +f 207/1/133 206/1/132 205/1/131 +f 206/1/132 207/1/133 208/1/134 +f 205/1/137 206/1/136 207/1/135 +f 208/1/138 207/1/135 206/1/136 +f 204/1/46 184/1/88 186/1/44 +f 184/1/88 204/1/46 182/1/52 +f 186/1/48 184/1/90 204/1/50 +f 182/1/53 204/1/50 184/1/90 +f 209/2/139 208/1/134 207/1/133 +f 208/1/134 209/2/139 210/2/140 +f 207/1/135 208/1/138 209/2/141 +f 210/2/142 209/2/141 208/1/138 +f 213/2/115 212/1/118 211/2/116 +f 212/1/118 213/2/115 214/1/117 +f 211/2/120 212/1/122 213/2/121 +f 214/1/119 213/2/121 212/1/122 +f 209/2/139 205/1/131 215/2/143 +f 205/1/131 209/2/139 207/1/133 +f 215/2/144 205/1/137 209/2/141 +f 207/1/135 209/2/141 205/1/137 +f 208/1/134 216/2/145 206/1/132 +f 216/2/145 208/1/134 210/2/140 +f 206/1/136 216/2/146 208/1/138 +f 210/2/142 208/1/138 216/2/146 +f 219/1/106 218/2/103 217/2/105 +f 218/2/103 219/1/106 220/1/104 +f 217/2/107 218/2/109 219/1/110 +f 220/1/108 219/1/110 218/2/109 +f 205/1/131 216/2/145 215/2/143 +f 216/2/145 205/1/131 206/1/132 +f 215/2/144 216/2/146 205/1/137 +f 206/1/136 205/1/137 216/2/146 +f 211/2/116 219/1/106 217/2/105 +f 219/1/106 211/2/116 212/1/118 +f 217/2/107 219/1/110 211/2/120 +f 212/1/122 211/2/120 219/1/110 +f 214/1/117 218/2/103 220/1/104 +f 218/2/103 214/1/117 213/2/115 +f 220/1/108 218/2/109 214/1/119 +f 213/2/121 214/1/119 218/2/109 +f 212/1/118 220/1/104 219/1/106 +f 220/1/104 212/1/118 214/1/117 +f 219/1/110 220/1/108 212/1/122 +f 214/1/119 212/1/122 220/1/108 +f 204/1/46 185/2/43 203/2/45 +f 185/2/43 204/1/46 186/1/44 +f 203/2/47 185/2/49 204/1/50 +f 186/1/48 204/1/50 185/2/49 +f 223/4/125 222/2/147 221/2/125 +f 222/2/147 223/4/125 224/4/147 +f 221/2/123 222/2/148 223/4/123 +f 224/4/148 223/4/123 222/2/148 +f 227/4/37 226/4/37 225/4/37 +f 226/4/37 227/4/37 224/4/37 +f 226/4/37 224/4/37 223/4/37 +f 225/4/38 226/4/38 227/4/38 +f 224/4/38 227/4/38 226/4/38 +f 223/4/38 224/4/38 226/4/38 +f 225/4/148 229/2/148 228/2/148 +f 229/2/148 225/4/148 226/4/148 +f 228/2/147 229/2/147 225/4/147 +f 226/4/147 225/4/147 229/2/147 +f 224/4/147 230/2/128 222/2/147 +f 230/2/128 224/4/147 227/4/128 +f 222/2/148 230/2/127 224/4/148 +f 227/4/127 224/4/148 230/2/127 +f 225/4/149 230/2/149 227/4/149 +f 230/2/149 225/4/149 228/2/149 +f 227/4/150 230/2/150 225/4/150 +f 228/2/150 225/4/150 230/2/150 +f 229/2/150 223/4/150 221/2/150 +f 223/4/150 229/2/150 226/4/150 +f 221/2/149 223/4/149 229/2/149 +f 226/4/149 229/2/149 223/4/149 +f 233/4/37 232/4/37 231/4/37 +f 232/4/37 233/4/37 234/4/37 +f 234/4/37 233/4/37 235/4/37 +f 231/4/38 232/4/38 233/4/38 +f 234/4/38 233/4/38 232/4/38 +f 235/4/38 233/4/38 234/4/38 +f 232/4/151 236/2/151 231/4/151 +f 236/2/151 232/4/151 237/2/151 +f 231/4/152 236/2/152 232/4/152 +f 237/2/152 232/4/152 236/2/152 +f 232/4/153 238/2/153 237/2/153 +f 238/2/153 232/4/153 234/4/153 +f 237/2/154 238/2/154 232/4/154 +f 234/4/154 232/4/154 238/2/154 +f 238/2/156 235/4/155 239/2/155 +f 235/4/155 238/2/156 234/4/156 +f 239/2/158 235/4/158 238/2/157 +f 234/4/157 238/2/157 235/4/158 +f 239/2/155 233/4/159 240/2/159 +f 233/4/159 239/2/155 235/4/155 +f 240/2/160 233/4/160 239/2/158 +f 235/4/158 239/2/158 233/4/160 +f 240/2/159 231/4/161 236/2/161 +f 231/4/161 240/2/159 233/4/159 +f 236/2/162 231/4/162 240/2/160 +f 233/4/160 240/2/160 231/4/162 +f 243/4/37 242/4/37 241/4/37 +f 242/4/37 243/4/37 244/4/37 +f 244/4/37 243/4/37 245/4/37 +f 241/4/38 242/4/38 243/4/38 +f 244/4/38 243/4/38 242/4/38 +f 245/4/38 243/4/38 244/4/38 +f 242/4/40 246/2/40 241/4/40 +f 246/2/40 242/4/40 247/2/40 +f 241/4/39 246/2/39 242/4/39 +f 247/2/39 242/4/39 246/2/39 +f 242/4/35 248/2/35 247/2/35 +f 248/2/35 242/4/35 244/4/35 +f 247/2/33 248/2/33 242/4/33 +f 244/4/33 242/4/33 248/2/33 +f 248/2/164 245/4/163 249/2/163 +f 245/4/163 248/2/164 244/4/164 +f 249/2/166 245/4/166 248/2/165 +f 244/4/165 248/2/165 245/4/166 +f 249/2/163 243/4/167 250/2/167 +f 243/4/167 249/2/163 245/4/163 +f 250/2/168 243/4/168 249/2/166 +f 245/4/166 249/2/166 243/4/168 +f 250/2/167 241/4/169 246/2/169 +f 241/4/169 250/2/167 243/4/167 +f 246/2/170 241/4/170 250/2/168 +f 243/4/168 250/2/168 241/4/170 +f 253/1/3 252/1/2 251/1/1 +f 252/1/2 253/1/3 254/1/4 +f 251/1/7 252/1/6 253/1/5 +f 254/1/8 253/1/5 252/1/6 +f 257/3/11 256/2/10 255/2/9 +f 256/2/10 257/3/11 258/3/12 +f 255/2/15 256/2/14 257/3/13 +f 258/3/16 257/3/13 256/2/14 +f 254/1/4 260/2/18 259/2/17 +f 260/2/18 254/1/4 253/1/3 +f 259/2/20 260/2/19 254/1/8 +f 253/1/5 254/1/8 260/2/19 +f 253/1/3 261/2/21 260/2/18 +f 261/2/21 253/1/3 251/1/1 +f 260/2/19 261/2/22 253/1/5 +f 251/1/7 253/1/5 261/2/22 +f 258/3/12 262/2/23 256/2/10 +f 262/2/23 258/3/12 263/3/24 +f 256/2/14 262/2/25 258/3/16 +f 263/3/26 258/3/16 262/2/25 +f 264/2/27 257/3/11 255/2/9 +f 257/3/11 264/2/27 265/3/28 +f 255/2/15 257/3/13 264/2/29 +f 265/3/30 264/2/29 257/3/13 +f 266/2/31 254/1/4 259/2/17 +f 254/1/4 266/2/31 252/1/2 +f 259/2/20 254/1/8 266/2/32 +f 252/1/6 266/2/32 254/1/8 +f 251/1/1 266/2/31 261/2/21 +f 266/2/31 251/1/1 252/1/2 +f 261/2/22 266/2/32 251/1/7 +f 252/1/6 251/1/7 266/2/32 +f 257/3/11 263/3/24 258/3/12 +f 263/3/24 257/3/11 265/3/28 +f 258/3/16 263/3/26 257/3/13 +f 265/3/30 257/3/13 263/3/26 +f 263/3/24 264/2/27 262/2/23 +f 264/2/27 263/3/24 265/3/28 +f 262/2/25 264/2/29 263/3/26 +f 265/3/30 263/3/26 264/2/29 +f 269/4/33 268/2/34 267/2/33 +f 268/2/34 269/4/33 270/4/34 +f 267/2/35 268/2/36 269/4/35 +f 270/4/36 269/4/35 268/2/36 +f 270/4/37 272/4/37 271/4/37 +f 272/4/37 270/4/37 269/4/37 +f 272/4/37 269/4/37 273/4/37 +f 271/4/38 272/4/38 270/4/38 +f 269/4/38 270/4/38 272/4/38 +f 273/4/38 269/4/38 272/4/38 +f 275/2/39 273/4/39 274/2/39 +f 273/4/39 275/2/39 272/4/39 +f 274/2/40 273/4/40 275/2/40 +f 272/4/40 275/2/40 273/4/40 +f 271/4/35 275/2/35 276/2/35 +f 275/2/35 271/4/35 272/4/35 +f 276/2/33 275/2/33 271/4/33 +f 272/4/33 271/4/33 275/2/33 +f 271/4/40 268/2/40 270/4/40 +f 268/2/40 271/4/40 276/2/40 +f 270/4/39 268/2/39 271/4/39 +f 276/2/39 271/4/39 268/2/39 +f 273/4/41 267/2/33 274/2/41 +f 267/2/33 273/4/41 269/4/33 +f 274/2/42 267/2/35 273/4/42 +f 269/4/35 273/4/42 267/2/35 +f 279/2/37 278/2/37 277/2/37 +f 278/2/37 279/2/37 280/2/37 +f 277/2/38 278/2/38 279/2/38 +f 280/2/38 279/2/38 278/2/38 +f 282/2/37 277/2/37 281/2/37 +f 277/2/37 282/2/37 279/2/37 +f 281/2/38 277/2/38 282/2/38 +f 279/2/38 282/2/38 277/2/38 +f 285/5/37 284/5/37 283/5/37 +f 284/5/37 285/5/37 286/5/37 +f 284/5/37 286/5/37 287/5/37 +f 283/5/38 284/5/38 285/5/38 +f 286/5/38 285/5/38 284/5/38 +f 287/5/38 286/5/38 284/5/38 +f 289/6/39 287/5/39 288/6/39 +f 287/5/39 289/6/39 284/5/39 +f 288/6/40 287/5/40 289/6/40 +f 284/5/40 289/6/40 287/5/40 +f 287/5/41 290/6/33 288/6/41 +f 290/6/33 287/5/41 286/5/33 +f 288/6/42 290/6/35 287/5/42 +f 286/5/35 287/5/42 290/6/35 +f 283/5/35 289/6/35 291/6/35 +f 289/6/35 283/5/35 284/5/35 +f 291/6/33 289/6/33 283/5/33 +f 284/5/33 283/5/33 289/6/33 +f 283/5/40 292/6/40 285/5/40 +f 292/6/40 283/5/40 291/6/40 +f 285/5/39 292/6/39 283/5/39 +f 291/6/39 283/5/39 292/6/39 +f 286/5/33 292/6/34 290/6/33 +f 292/6/34 286/5/33 285/5/34 +f 290/6/35 292/6/36 286/5/35 +f 285/5/36 286/5/35 292/6/36 +f 295/7/35 294/6/35 293/6/35 +f 294/6/35 295/7/35 296/7/35 +f 293/6/33 294/6/33 295/7/33 +f 296/7/33 295/7/33 294/6/33 +f 297/7/37 296/7/37 295/7/37 +f 296/7/37 297/7/37 298/7/37 +f 296/7/37 298/7/37 299/7/37 +f 295/7/38 296/7/38 297/7/38 +f 298/7/38 297/7/38 296/7/38 +f 299/7/38 298/7/38 296/7/38 +f 298/7/33 301/6/171 300/6/33 +f 301/6/171 298/7/33 297/7/171 +f 300/6/35 301/6/172 298/7/35 +f 297/7/172 298/7/35 301/6/172 +f 295/7/40 301/6/40 297/7/40 +f 301/6/40 295/7/40 293/6/40 +f 297/7/39 301/6/39 295/7/39 +f 293/6/39 295/7/39 301/6/39 +f 294/6/39 299/7/39 302/6/39 +f 299/7/39 294/6/39 296/7/39 +f 302/6/40 299/7/40 294/6/40 +f 296/7/40 294/6/40 299/7/40 +f 294/6/38 301/6/38 293/6/38 +f 301/6/38 294/6/38 300/6/38 +f 300/6/38 294/6/38 302/6/38 +f 293/6/37 301/6/37 294/6/37 +f 300/6/37 294/6/37 301/6/37 +f 302/6/37 294/6/37 300/6/37 +f 299/7/173 300/6/33 302/6/173 +f 300/6/33 299/7/173 298/7/33 +f 302/6/174 300/6/35 299/7/174 +f 298/7/35 299/7/174 300/6/35 +f 305/9/175 304/8/176 303/8/175 +f 304/8/176 305/9/175 306/9/176 +f 303/8/177 304/8/178 305/9/177 +f 306/9/178 305/9/177 304/8/178 +f 309/9/177 308/8/178 307/8/177 +f 308/8/178 309/9/177 310/9/178 +f 307/8/175 308/8/176 309/9/175 +f 310/9/176 309/9/175 308/8/176 +f 313/9/180 312/8/179 311/9/179 +f 312/8/179 313/9/180 314/8/180 +f 311/9/182 312/8/182 313/9/181 +f 314/8/181 313/9/181 312/8/182 +f 317/8/182 316/9/181 315/8/181 +f 316/9/181 317/8/182 318/9/182 +f 315/8/180 316/9/180 317/8/179 +f 318/9/179 317/8/179 316/9/180 +f 310/9/178 317/8/182 308/8/178 +f 317/8/182 310/9/178 318/9/182 +f 308/8/176 317/8/179 310/9/176 +f 318/9/179 310/9/176 317/8/179 +f 306/9/176 312/8/179 304/8/176 +f 312/8/179 306/9/176 311/9/179 +f 304/8/178 312/8/182 306/9/178 +f 311/9/182 306/9/178 312/8/182 +f 313/9/180 307/8/177 314/8/180 +f 307/8/177 313/9/180 309/9/177 +f 314/8/181 307/8/175 313/9/181 +f 309/9/175 313/9/181 307/8/175 +f 316/9/181 303/8/175 315/8/181 +f 303/8/175 316/9/181 305/9/175 +f 315/8/180 303/8/177 316/9/180 +f 305/9/177 316/9/180 303/8/177 +f 306/9/183 313/9/183 311/9/183 +f 313/9/183 306/9/183 309/9/183 +f 309/9/183 306/9/183 305/9/183 +f 309/9/183 305/9/183 310/9/183 +f 310/9/183 305/9/183 316/9/183 +f 310/9/183 316/9/183 318/9/183 +f 311/9/184 313/9/184 306/9/184 +f 309/9/184 306/9/184 313/9/184 +f 305/9/184 306/9/184 309/9/184 +f 310/9/184 305/9/184 309/9/184 +f 316/9/184 305/9/184 310/9/184 +f 318/9/184 316/9/184 310/9/184 +f 307/8/184 312/8/184 314/8/184 +f 312/8/184 307/8/184 304/8/184 +f 304/8/184 307/8/184 308/8/184 +f 304/8/184 308/8/184 303/8/184 +f 303/8/184 308/8/184 317/8/184 +f 303/8/184 317/8/184 315/8/184 +f 314/8/183 312/8/183 307/8/183 +f 304/8/183 307/8/183 312/8/183 +f 308/8/183 307/8/183 304/8/183 +f 303/8/183 308/8/183 304/8/183 +f 317/8/183 308/8/183 303/8/183 +f 315/8/183 317/8/183 303/8/183 +f 78/7/129 320/6/129 319/7/129 +f 320/6/129 78/7/129 321/6/129 +f 319/7/130 320/6/130 78/7/130 +f 321/6/130 78/7/130 320/6/130 +f 324/7/185 323/6/124 322/6/185 +f 323/6/124 324/7/185 325/7/124 +f 322/6/186 323/6/126 324/7/186 +f 325/7/126 324/7/186 323/6/126 +f 78/7/126 326/6/126 321/6/126 +f 326/6/126 78/7/126 79/7/126 +f 321/6/124 326/6/124 78/7/124 +f 79/7/124 78/7/124 326/6/124 +f 325/7/124 320/6/187 323/6/124 +f 320/6/187 325/7/124 319/7/187 +f 323/6/126 320/6/188 325/7/126 +f 319/7/188 325/7/126 320/6/188 +f 326/6/38 320/6/38 321/6/38 +f 320/6/38 326/6/38 323/6/38 +f 323/6/38 326/6/38 322/6/38 +f 321/6/37 320/6/37 326/6/37 +f 323/6/37 326/6/37 320/6/37 +f 322/6/37 326/6/37 323/6/37 +f 319/7/37 79/7/37 78/7/37 +f 79/7/37 319/7/37 325/7/37 +f 79/7/37 325/7/37 324/7/37 +f 78/7/38 79/7/38 319/7/38 +f 325/7/38 319/7/38 79/7/38 +f 324/7/38 325/7/38 79/7/38 +f 326/6/130 324/7/130 322/6/130 +f 324/7/130 326/6/130 79/7/130 +f 322/6/129 324/7/129 326/6/129 +f 79/7/129 326/6/129 324/7/129 +f 329/5/37 328/5/37 327/5/37 +f 328/5/37 329/5/37 330/5/37 +f 328/5/37 330/5/37 331/5/37 +f 327/5/38 328/5/38 329/5/38 +f 330/5/38 329/5/38 328/5/38 +f 331/5/38 330/5/38 328/5/38 +f 327/5/126 333/6/126 332/6/126 +f 333/6/126 327/5/126 328/5/126 +f 332/6/124 333/6/124 327/5/124 +f 328/5/124 327/5/124 333/6/124 +f 333/6/130 331/5/130 334/6/130 +f 331/5/130 333/6/130 328/5/130 +f 334/6/129 331/5/129 333/6/129 +f 328/5/129 333/6/129 331/5/129 +f 327/5/129 335/6/129 329/5/129 +f 335/6/129 327/5/129 332/6/129 +f 329/5/130 335/6/130 327/5/130 +f 332/6/130 327/5/130 335/6/130 +f 337/11/125 336/10/125 330/5/126 +f 336/10/125 338/12/125 330/5/126 +f 339/13/125 337/11/125 330/5/126 +f 330/5/126 338/12/125 340/6/126 +f 341/12/125 340/6/126 338/12/125 +f 340/6/126 341/12/125 334/6/125 +f 342/10/125 334/6/125 341/12/125 +f 331/5/125 339/13/125 330/5/126 +f 331/5/125 334/6/125 342/10/125 +f 339/13/125 331/5/125 343/13/125 +f 344/11/125 331/5/125 342/10/125 +f 343/13/125 331/5/125 344/11/125 +f 346/15/128 345/14/128 329/5/128 +f 347/16/128 346/15/128 329/5/128 +f 330/5/126 347/16/128 329/5/128 +f 347/16/128 330/5/126 348/16/128 +f 329/5/128 345/14/128 335/6/128 +f 348/16/128 330/5/126 349/15/128 +f 349/15/128 330/5/126 350/14/128 +f 351/17/128 335/6/128 345/14/128 +f 350/14/128 330/5/126 352/18/128 +f 353/17/128 350/14/128 352/18/128 +f 353/17/128 352/18/128 351/17/128 +f 352/18/128 330/5/126 354/18/128 +f 354/18/128 330/5/126 355/19/128 +f 355/19/128 330/5/126 356/20/128 +f 330/5/126 340/6/126 356/20/128 +f 356/20/128 340/6/126 357/21/128 +f 335/6/128 357/21/128 340/6/126 +f 357/21/128 335/6/128 358/21/128 +f 358/21/128 335/6/128 351/17/128 +f 352/18/128 359/19/128 351/17/128 +f 360/20/128 358/21/128 351/17/128 +f 359/19/128 360/20/128 351/17/128 +f 330/5/124 336/10/123 337/11/123 +f 330/5/124 337/11/123 339/13/123 +f 330/5/124 338/12/123 336/10/123 +f 340/6/124 338/12/123 330/5/124 +f 338/12/123 340/6/124 341/12/123 +f 334/6/123 341/12/123 340/6/124 +f 341/12/123 334/6/123 342/10/123 +f 330/5/124 339/13/123 331/5/123 +f 342/10/123 334/6/123 331/5/123 +f 343/13/123 331/5/123 339/13/123 +f 342/10/123 331/5/123 344/11/123 +f 344/11/123 331/5/123 343/13/123 +f 329/5/127 345/14/127 346/15/127 +f 329/5/127 346/15/127 347/16/127 +f 329/5/127 347/16/127 330/5/124 +f 348/16/127 330/5/124 347/16/127 +f 335/6/127 345/14/127 329/5/127 +f 349/15/127 330/5/124 348/16/127 +f 350/14/127 330/5/124 349/15/127 +f 345/14/127 335/6/127 351/17/127 +f 352/18/127 330/5/124 350/14/127 +f 352/18/127 350/14/127 353/17/127 +f 351/17/127 352/18/127 353/17/127 +f 354/18/127 330/5/124 352/18/127 +f 355/19/127 330/5/124 354/18/127 +f 356/20/127 330/5/124 355/19/127 +f 356/20/127 340/6/124 330/5/124 +f 357/21/127 340/6/124 356/20/127 +f 340/6/124 357/21/127 335/6/127 +f 358/21/127 335/6/127 357/21/127 +f 351/17/127 335/6/127 358/21/127 +f 351/17/127 359/19/127 352/18/127 +f 351/17/127 358/21/127 360/20/127 +f 351/17/127 360/20/127 359/19/127 +f 363/9/189 362/8/190 361/8/189 +f 362/8/190 363/9/189 364/9/190 +f 361/8/191 362/8/192 363/9/191 +f 364/9/192 363/9/191 362/8/192 +f 367/9/191 366/8/192 365/8/191 +f 366/8/192 367/9/191 368/9/192 +f 365/8/189 366/8/190 367/9/189 +f 368/9/190 367/9/189 366/8/190 +f 371/9/194 370/8/193 369/9/193 +f 370/8/193 371/9/194 372/8/194 +f 369/9/196 370/8/196 371/9/195 +f 372/8/195 371/9/195 370/8/196 +f 375/8/196 374/9/195 373/8/195 +f 374/9/195 375/8/196 376/9/196 +f 373/8/194 374/9/194 375/8/193 +f 376/9/193 375/8/193 374/9/194 +f 368/9/192 375/8/196 366/8/192 +f 375/8/196 368/9/192 376/9/196 +f 366/8/190 375/8/193 368/9/190 +f 376/9/193 368/9/190 375/8/193 +f 364/9/190 370/8/193 362/8/190 +f 370/8/193 364/9/190 369/9/193 +f 362/8/192 370/8/196 364/9/192 +f 369/9/196 364/9/192 370/8/196 +f 371/9/194 365/8/191 372/8/194 +f 365/8/191 371/9/194 367/9/191 +f 372/8/195 365/8/189 371/9/195 +f 367/9/189 371/9/195 365/8/189 +f 374/9/195 361/8/189 373/8/195 +f 361/8/189 374/9/195 363/9/189 +f 373/8/194 361/8/191 374/9/194 +f 363/9/191 374/9/194 361/8/191 +f 364/9/197 371/9/197 369/9/197 +f 371/9/197 364/9/197 367/9/197 +f 367/9/197 364/9/197 363/9/197 +f 367/9/197 363/9/197 368/9/197 +f 368/9/197 363/9/197 374/9/197 +f 368/9/197 374/9/197 376/9/197 +f 369/9/198 371/9/198 364/9/198 +f 367/9/198 364/9/198 371/9/198 +f 363/9/198 364/9/198 367/9/198 +f 368/9/198 363/9/198 367/9/198 +f 374/9/198 363/9/198 368/9/198 +f 376/9/198 374/9/198 368/9/198 +f 365/8/198 370/8/198 372/8/198 +f 370/8/198 365/8/198 362/8/198 +f 362/8/198 365/8/198 366/8/198 +f 362/8/198 366/8/198 361/8/198 +f 361/8/198 366/8/198 375/8/198 +f 361/8/198 375/8/198 373/8/198 +f 372/8/197 370/8/197 365/8/197 +f 362/8/197 365/8/197 370/8/197 +f 366/8/197 365/8/197 362/8/197 +f 361/8/197 366/8/197 362/8/197 +f 375/8/197 366/8/197 361/8/197 +f 373/8/197 375/8/197 361/8/197 +f 379/9/199 378/8/200 377/8/199 +f 378/8/200 379/9/199 380/9/200 +f 377/8/201 378/8/202 379/9/201 +f 380/9/202 379/9/201 378/8/202 +f 383/9/201 382/8/202 381/8/201 +f 382/8/202 383/9/201 384/9/202 +f 381/8/199 382/8/200 383/9/199 +f 384/9/200 383/9/199 382/8/200 +f 387/9/204 386/8/203 385/9/203 +f 386/8/203 387/9/204 388/8/204 +f 385/9/206 386/8/206 387/9/205 +f 388/8/205 387/9/205 386/8/206 +f 391/8/206 390/9/205 389/8/205 +f 390/9/205 391/8/206 392/9/206 +f 389/8/204 390/9/204 391/8/203 +f 392/9/203 391/8/203 390/9/204 +f 384/9/202 391/8/206 382/8/202 +f 391/8/206 384/9/202 392/9/206 +f 382/8/200 391/8/203 384/9/200 +f 392/9/203 384/9/200 391/8/203 +f 380/9/200 386/8/203 378/8/200 +f 386/8/203 380/9/200 385/9/203 +f 378/8/202 386/8/206 380/9/202 +f 385/9/206 380/9/202 386/8/206 +f 387/9/204 381/8/201 388/8/204 +f 381/8/201 387/9/204 383/9/201 +f 388/8/205 381/8/199 387/9/205 +f 383/9/199 387/9/205 381/8/199 +f 390/9/205 377/8/199 389/8/205 +f 377/8/199 390/9/205 379/9/199 +f 389/8/204 377/8/201 390/9/204 +f 379/9/201 390/9/204 377/8/201 +f 380/9/207 387/9/207 385/9/207 +f 387/9/207 380/9/207 383/9/207 +f 383/9/207 380/9/207 379/9/207 +f 383/9/207 379/9/207 384/9/207 +f 384/9/207 379/9/207 390/9/207 +f 384/9/207 390/9/207 392/9/207 +f 385/9/208 387/9/208 380/9/208 +f 383/9/208 380/9/208 387/9/208 +f 379/9/208 380/9/208 383/9/208 +f 384/9/208 379/9/208 383/9/208 +f 390/9/208 379/9/208 384/9/208 +f 392/9/208 390/9/208 384/9/208 +f 381/8/208 386/8/208 388/8/208 +f 386/8/208 381/8/208 378/8/208 +f 378/8/208 381/8/208 382/8/208 +f 378/8/208 382/8/208 377/8/208 +f 377/8/208 382/8/208 391/8/208 +f 377/8/208 391/8/208 389/8/208 +f 388/8/207 386/8/207 381/8/207 +f 378/8/207 381/8/207 386/8/207 +f 382/8/207 381/8/207 378/8/207 +f 377/8/207 382/8/207 378/8/207 +f 391/8/207 382/8/207 377/8/207 +f 389/8/207 391/8/207 377/8/207 +f 395/9/199 394/8/200 393/8/199 +f 394/8/200 395/9/199 396/9/200 +f 393/8/201 394/8/202 395/9/201 +f 396/9/202 395/9/201 394/8/202 +f 399/9/201 398/8/202 397/8/201 +f 398/8/202 399/9/201 400/9/202 +f 397/8/199 398/8/200 399/9/199 +f 400/9/200 399/9/199 398/8/200 +f 403/9/204 402/8/203 401/9/203 +f 402/8/203 403/9/204 404/8/204 +f 401/9/206 402/8/206 403/9/205 +f 404/8/205 403/9/205 402/8/206 +f 407/8/206 406/9/205 405/8/205 +f 406/9/205 407/8/206 408/9/206 +f 405/8/204 406/9/204 407/8/203 +f 408/9/203 407/8/203 406/9/204 +f 400/9/202 407/8/206 398/8/202 +f 407/8/206 400/9/202 408/9/206 +f 398/8/200 407/8/203 400/9/200 +f 408/9/203 400/9/200 407/8/203 +f 396/9/200 402/8/203 394/8/200 +f 402/8/203 396/9/200 401/9/203 +f 394/8/202 402/8/206 396/9/202 +f 401/9/206 396/9/202 402/8/206 +f 403/9/204 397/8/201 404/8/204 +f 397/8/201 403/9/204 399/9/201 +f 404/8/205 397/8/199 403/9/205 +f 399/9/199 403/9/205 397/8/199 +f 406/9/205 393/8/199 405/8/205 +f 393/8/199 406/9/205 395/9/199 +f 405/8/204 393/8/201 406/9/204 +f 395/9/201 406/9/204 393/8/201 +f 396/9/207 403/9/207 401/9/207 +f 403/9/207 396/9/207 399/9/207 +f 399/9/207 396/9/207 395/9/207 +f 399/9/207 395/9/207 400/9/207 +f 400/9/207 395/9/207 406/9/207 +f 400/9/207 406/9/207 408/9/207 +f 401/9/208 403/9/208 396/9/208 +f 399/9/208 396/9/208 403/9/208 +f 395/9/208 396/9/208 399/9/208 +f 400/9/208 395/9/208 399/9/208 +f 406/9/208 395/9/208 400/9/208 +f 408/9/208 406/9/208 400/9/208 +f 397/8/208 402/8/208 404/8/208 +f 402/8/208 397/8/208 394/8/208 +f 394/8/208 397/8/208 398/8/208 +f 394/8/208 398/8/208 393/8/208 +f 393/8/208 398/8/208 407/8/208 +f 393/8/208 407/8/208 405/8/208 +f 404/8/207 402/8/207 397/8/207 +f 394/8/207 397/8/207 402/8/207 +f 398/8/207 397/8/207 394/8/207 +f 393/8/207 398/8/207 394/8/207 +f 407/8/207 398/8/207 393/8/207 +f 405/8/207 407/8/207 393/8/207 +f 411/7/129 410/6/129 409/7/129 +f 410/6/129 411/7/129 412/6/129 +f 409/7/130 410/6/130 411/7/130 +f 412/6/130 411/7/130 410/6/130 +f 415/7/185 414/6/124 413/6/185 +f 414/6/124 415/7/185 416/7/124 +f 413/6/186 414/6/126 415/7/186 +f 416/7/126 415/7/186 414/6/126 +f 411/7/126 417/6/126 412/6/126 +f 417/6/126 411/7/126 418/7/126 +f 412/6/124 417/6/124 411/7/124 +f 418/7/124 411/7/124 417/6/124 +f 416/7/124 410/6/187 414/6/124 +f 410/6/187 416/7/124 409/7/187 +f 414/6/126 410/6/188 416/7/126 +f 409/7/188 416/7/126 410/6/188 +f 417/6/38 410/6/38 412/6/38 +f 410/6/38 417/6/38 414/6/38 +f 414/6/38 417/6/38 413/6/38 +f 412/6/37 410/6/37 417/6/37 +f 414/6/37 417/6/37 410/6/37 +f 413/6/37 417/6/37 414/6/37 +f 409/7/37 418/7/37 411/7/37 +f 418/7/37 409/7/37 416/7/37 +f 418/7/37 416/7/37 415/7/37 +f 411/7/38 418/7/38 409/7/38 +f 416/7/38 409/7/38 418/7/38 +f 415/7/38 416/7/38 418/7/38 +f 417/6/130 415/7/130 413/6/130 +f 415/7/130 417/6/130 418/7/130 +f 413/6/129 415/7/129 417/6/129 +f 418/7/129 417/6/129 415/7/129 +f 421/5/37 420/5/37 419/5/37 +f 420/5/37 421/5/37 422/5/37 +f 420/5/37 422/5/37 423/5/37 +f 419/5/38 420/5/38 421/5/38 +f 422/5/38 421/5/38 420/5/38 +f 423/5/38 422/5/38 420/5/38 +f 419/5/126 425/6/126 424/6/126 +f 425/6/126 419/5/126 420/5/126 +f 424/6/124 425/6/124 419/5/124 +f 420/5/124 419/5/124 425/6/124 +f 425/6/130 423/5/130 426/6/130 +f 423/5/130 425/6/130 420/5/130 +f 426/6/129 423/5/129 425/6/129 +f 420/5/129 425/6/129 423/5/129 +f 419/5/129 427/6/129 421/5/129 +f 427/6/129 419/5/129 424/6/129 +f 421/5/130 427/6/130 419/5/130 +f 424/6/130 419/5/130 427/6/130 +f 429/11/125 428/10/125 422/5/126 +f 428/10/125 430/12/125 422/5/126 +f 431/13/125 429/11/125 422/5/126 +f 422/5/126 430/12/125 432/6/126 +f 433/12/125 432/6/126 430/12/125 +f 432/6/126 433/12/125 426/6/125 +f 434/10/125 426/6/125 433/12/125 +f 423/5/125 431/13/125 422/5/126 +f 423/5/125 426/6/125 434/10/125 +f 431/13/125 423/5/125 435/13/125 +f 436/11/125 423/5/125 434/10/125 +f 435/13/125 423/5/125 436/11/125 +f 438/15/128 437/14/128 421/5/128 +f 439/16/128 438/15/128 421/5/128 +f 422/5/126 439/16/128 421/5/128 +f 439/16/128 422/5/126 440/16/128 +f 421/5/128 437/14/128 427/6/128 +f 440/16/128 422/5/126 441/15/128 +f 441/15/128 422/5/126 442/14/128 +f 443/17/128 427/6/128 437/14/128 +f 442/14/128 422/5/126 444/18/128 +f 445/17/128 442/14/128 444/18/128 +f 445/17/128 444/18/128 443/17/128 +f 444/18/128 422/5/126 446/18/128 +f 446/18/128 422/5/126 447/19/128 +f 447/19/128 422/5/126 448/20/128 +f 422/5/126 432/6/126 448/20/128 +f 448/20/128 432/6/126 449/21/128 +f 427/6/128 449/21/128 432/6/126 +f 449/21/128 427/6/128 450/21/128 +f 450/21/128 427/6/128 443/17/128 +f 444/18/128 451/19/128 443/17/128 +f 452/20/128 450/21/128 443/17/128 +f 451/19/128 452/20/128 443/17/128 +f 422/5/124 428/10/123 429/11/123 +f 422/5/124 429/11/123 431/13/123 +f 422/5/124 430/12/123 428/10/123 +f 432/6/124 430/12/123 422/5/124 +f 430/12/123 432/6/124 433/12/123 +f 426/6/123 433/12/123 432/6/124 +f 433/12/123 426/6/123 434/10/123 +f 422/5/124 431/13/123 423/5/123 +f 434/10/123 426/6/123 423/5/123 +f 435/13/123 423/5/123 431/13/123 +f 434/10/123 423/5/123 436/11/123 +f 436/11/123 423/5/123 435/13/123 +f 421/5/127 437/14/127 438/15/127 +f 421/5/127 438/15/127 439/16/127 +f 421/5/127 439/16/127 422/5/124 +f 440/16/127 422/5/124 439/16/127 +f 427/6/127 437/14/127 421/5/127 +f 441/15/127 422/5/124 440/16/127 +f 442/14/127 422/5/124 441/15/127 +f 437/14/127 427/6/127 443/17/127 +f 444/18/127 422/5/124 442/14/127 +f 444/18/127 442/14/127 445/17/127 +f 443/17/127 444/18/127 445/17/127 +f 446/18/127 422/5/124 444/18/127 +f 447/19/127 422/5/124 446/18/127 +f 448/20/127 422/5/124 447/19/127 +f 448/20/127 432/6/124 422/5/124 +f 449/21/127 432/6/124 448/20/127 +f 432/6/124 449/21/127 427/6/127 +f 450/21/127 427/6/127 449/21/127 +f 443/17/127 427/6/127 450/21/127 +f 443/17/127 451/19/127 444/18/127 +f 443/17/127 450/21/127 452/20/127 +f 443/17/127 452/20/127 451/19/127 +f 455/9/189 454/8/190 453/8/189 +f 454/8/190 455/9/189 456/9/190 +f 453/8/191 454/8/192 455/9/191 +f 456/9/192 455/9/191 454/8/192 +f 459/9/191 458/8/192 457/8/191 +f 458/8/192 459/9/191 460/9/192 +f 457/8/189 458/8/190 459/9/189 +f 460/9/190 459/9/189 458/8/190 +f 463/9/194 462/8/193 461/9/193 +f 462/8/193 463/9/194 464/8/194 +f 461/9/196 462/8/196 463/9/195 +f 464/8/195 463/9/195 462/8/196 +f 467/8/196 466/9/195 465/8/195 +f 466/9/195 467/8/196 468/9/196 +f 465/8/194 466/9/194 467/8/193 +f 468/9/193 467/8/193 466/9/194 +f 460/9/192 467/8/196 458/8/192 +f 467/8/196 460/9/192 468/9/196 +f 458/8/190 467/8/193 460/9/190 +f 468/9/193 460/9/190 467/8/193 +f 456/9/190 462/8/193 454/8/190 +f 462/8/193 456/9/190 461/9/193 +f 454/8/192 462/8/196 456/9/192 +f 461/9/196 456/9/192 462/8/196 +f 463/9/194 457/8/191 464/8/194 +f 457/8/191 463/9/194 459/9/191 +f 464/8/195 457/8/189 463/9/195 +f 459/9/189 463/9/195 457/8/189 +f 466/9/195 453/8/189 465/8/195 +f 453/8/189 466/9/195 455/9/189 +f 465/8/194 453/8/191 466/9/194 +f 455/9/191 466/9/194 453/8/191 +f 456/9/197 463/9/197 461/9/197 +f 463/9/197 456/9/197 459/9/197 +f 459/9/197 456/9/197 455/9/197 +f 459/9/197 455/9/197 460/9/197 +f 460/9/197 455/9/197 466/9/197 +f 460/9/197 466/9/197 468/9/197 +f 461/9/198 463/9/198 456/9/198 +f 459/9/198 456/9/198 463/9/198 +f 455/9/198 456/9/198 459/9/198 +f 460/9/198 455/9/198 459/9/198 +f 466/9/198 455/9/198 460/9/198 +f 468/9/198 466/9/198 460/9/198 +f 457/8/198 462/8/198 464/8/198 +f 462/8/198 457/8/198 454/8/198 +f 454/8/198 457/8/198 458/8/198 +f 454/8/198 458/8/198 453/8/198 +f 453/8/198 458/8/198 467/8/198 +f 453/8/198 467/8/198 465/8/198 +f 464/8/197 462/8/197 457/8/197 +f 454/8/197 457/8/197 462/8/197 +f 458/8/197 457/8/197 454/8/197 +f 453/8/197 458/8/197 454/8/197 +f 467/8/197 458/8/197 453/8/197 +f 465/8/197 467/8/197 453/8/197 +f 471/9/199 470/8/200 469/8/199 +f 470/8/200 471/9/199 472/9/200 +f 469/8/201 470/8/202 471/9/201 +f 472/9/202 471/9/201 470/8/202 +f 475/9/201 474/8/202 473/8/201 +f 474/8/202 475/9/201 476/9/202 +f 473/8/199 474/8/200 475/9/199 +f 476/9/200 475/9/199 474/8/200 +f 479/9/204 478/8/203 477/9/203 +f 478/8/203 479/9/204 480/8/204 +f 477/9/206 478/8/206 479/9/205 +f 480/8/205 479/9/205 478/8/206 +f 483/8/206 482/9/205 481/8/205 +f 482/9/205 483/8/206 484/9/206 +f 481/8/204 482/9/204 483/8/203 +f 484/9/203 483/8/203 482/9/204 +f 476/9/202 483/8/206 474/8/202 +f 483/8/206 476/9/202 484/9/206 +f 474/8/200 483/8/203 476/9/200 +f 484/9/203 476/9/200 483/8/203 +f 472/9/200 478/8/203 470/8/200 +f 478/8/203 472/9/200 477/9/203 +f 470/8/202 478/8/206 472/9/202 +f 477/9/206 472/9/202 478/8/206 +f 479/9/204 473/8/201 480/8/204 +f 473/8/201 479/9/204 475/9/201 +f 480/8/205 473/8/199 479/9/205 +f 475/9/199 479/9/205 473/8/199 +f 482/9/205 469/8/199 481/8/205 +f 469/8/199 482/9/205 471/9/199 +f 481/8/204 469/8/201 482/9/204 +f 471/9/201 482/9/204 469/8/201 +f 472/9/207 479/9/207 477/9/207 +f 479/9/207 472/9/207 475/9/207 +f 475/9/207 472/9/207 471/9/207 +f 475/9/207 471/9/207 476/9/207 +f 476/9/207 471/9/207 482/9/207 +f 476/9/207 482/9/207 484/9/207 +f 477/9/208 479/9/208 472/9/208 +f 475/9/208 472/9/208 479/9/208 +f 471/9/208 472/9/208 475/9/208 +f 476/9/208 471/9/208 475/9/208 +f 482/9/208 471/9/208 476/9/208 +f 484/9/208 482/9/208 476/9/208 +f 473/8/208 478/8/208 480/8/208 +f 478/8/208 473/8/208 470/8/208 +f 470/8/208 473/8/208 474/8/208 +f 470/8/208 474/8/208 469/8/208 +f 469/8/208 474/8/208 483/8/208 +f 469/8/208 483/8/208 481/8/208 +f 480/8/207 478/8/207 473/8/207 +f 470/8/207 473/8/207 478/8/207 +f 474/8/207 473/8/207 470/8/207 +f 469/8/207 474/8/207 470/8/207 +f 483/8/207 474/8/207 469/8/207 +f 481/8/207 483/8/207 469/8/207 +f 487/9/199 486/8/200 485/8/199 +f 486/8/200 487/9/199 488/9/200 +f 485/8/201 486/8/202 487/9/201 +f 488/9/202 487/9/201 486/8/202 +f 491/9/201 490/8/202 489/8/201 +f 490/8/202 491/9/201 492/9/202 +f 489/8/199 490/8/200 491/9/199 +f 492/9/200 491/9/199 490/8/200 +f 495/9/204 494/8/203 493/9/203 +f 494/8/203 495/9/204 496/8/204 +f 493/9/206 494/8/206 495/9/205 +f 496/8/205 495/9/205 494/8/206 +f 499/8/206 498/9/205 497/8/205 +f 498/9/205 499/8/206 500/9/206 +f 497/8/204 498/9/204 499/8/203 +f 500/9/203 499/8/203 498/9/204 +f 492/9/202 499/8/206 490/8/202 +f 499/8/206 492/9/202 500/9/206 +f 490/8/200 499/8/203 492/9/200 +f 500/9/203 492/9/200 499/8/203 +f 488/9/200 494/8/203 486/8/200 +f 494/8/203 488/9/200 493/9/203 +f 486/8/202 494/8/206 488/9/202 +f 493/9/206 488/9/202 494/8/206 +f 495/9/204 489/8/201 496/8/204 +f 489/8/201 495/9/204 491/9/201 +f 496/8/205 489/8/199 495/9/205 +f 491/9/199 495/9/205 489/8/199 +f 498/9/205 485/8/199 497/8/205 +f 485/8/199 498/9/205 487/9/199 +f 497/8/204 485/8/201 498/9/204 +f 487/9/201 498/9/204 485/8/201 +f 488/9/207 495/9/207 493/9/207 +f 495/9/207 488/9/207 491/9/207 +f 491/9/207 488/9/207 487/9/207 +f 491/9/207 487/9/207 492/9/207 +f 492/9/207 487/9/207 498/9/207 +f 492/9/207 498/9/207 500/9/207 +f 493/9/208 495/9/208 488/9/208 +f 491/9/208 488/9/208 495/9/208 +f 487/9/208 488/9/208 491/9/208 +f 492/9/208 487/9/208 491/9/208 +f 498/9/208 487/9/208 492/9/208 +f 500/9/208 498/9/208 492/9/208 +f 489/8/208 494/8/208 496/8/208 +f 494/8/208 489/8/208 486/8/208 +f 486/8/208 489/8/208 490/8/208 +f 486/8/208 490/8/208 485/8/208 +f 485/8/208 490/8/208 499/8/208 +f 485/8/208 499/8/208 497/8/208 +f 496/8/207 494/8/207 489/8/207 +f 486/8/207 489/8/207 494/8/207 +f 490/8/207 489/8/207 486/8/207 +f 485/8/207 490/8/207 486/8/207 +f 499/8/207 490/8/207 485/8/207 +f 497/8/207 499/8/207 485/8/207 +f 178/7/149 502/6/149 501/7/149 +f 502/6/149 178/7/149 503/6/149 +f 501/7/150 502/6/150 178/7/150 +f 503/6/150 178/7/150 502/6/150 +f 506/7/186 505/6/147 504/6/186 +f 505/6/147 506/7/186 507/7/147 +f 504/6/185 505/6/148 506/7/185 +f 507/7/148 506/7/185 505/6/148 +f 178/7/148 508/6/148 503/6/148 +f 508/6/148 178/7/148 179/7/148 +f 503/6/147 508/6/147 178/7/147 +f 179/7/147 178/7/147 508/6/147 +f 507/7/147 502/6/188 505/6/147 +f 502/6/188 507/7/147 501/7/188 +f 505/6/148 502/6/187 507/7/148 +f 501/7/187 507/7/148 502/6/187 +f 508/6/38 502/6/38 503/6/38 +f 502/6/38 508/6/38 505/6/38 +f 505/6/38 508/6/38 504/6/38 +f 503/6/37 502/6/37 508/6/37 +f 505/6/37 508/6/37 502/6/37 +f 504/6/37 508/6/37 505/6/37 +f 501/7/37 179/7/37 178/7/37 +f 179/7/37 501/7/37 507/7/37 +f 179/7/37 507/7/37 506/7/37 +f 178/7/38 179/7/38 501/7/38 +f 507/7/38 501/7/38 179/7/38 +f 506/7/38 507/7/38 179/7/38 +f 508/6/150 506/7/150 504/6/150 +f 506/7/150 508/6/150 179/7/150 +f 504/6/149 506/7/149 508/6/149 +f 179/7/149 508/6/149 506/7/149 +f 511/5/37 510/5/37 509/5/37 +f 510/5/37 511/5/37 512/5/37 +f 510/5/37 512/5/37 513/5/37 +f 509/5/38 510/5/38 511/5/38 +f 512/5/38 511/5/38 510/5/38 +f 513/5/38 512/5/38 510/5/38 +f 509/5/148 515/6/148 514/6/148 +f 515/6/148 509/5/148 510/5/148 +f 514/6/147 515/6/147 509/5/147 +f 510/5/147 509/5/147 515/6/147 +f 515/6/150 513/5/150 516/6/150 +f 513/5/150 515/6/150 510/5/150 +f 516/6/149 513/5/149 515/6/149 +f 510/5/149 515/6/149 513/5/149 +f 509/5/149 517/6/149 511/5/149 +f 517/6/149 509/5/149 514/6/149 +f 511/5/150 517/6/150 509/5/150 +f 514/6/150 509/5/150 517/6/150 +f 519/11/123 518/10/123 512/5/148 +f 518/10/123 520/12/123 512/5/148 +f 521/13/123 519/11/123 512/5/148 +f 512/5/148 520/12/123 522/6/148 +f 523/12/123 522/6/148 520/12/123 +f 522/6/148 523/12/123 516/6/123 +f 524/10/123 516/6/123 523/12/123 +f 513/5/123 521/13/123 512/5/148 +f 513/5/123 516/6/123 524/10/123 +f 521/13/123 513/5/123 525/13/123 +f 526/11/123 513/5/123 524/10/123 +f 525/13/123 513/5/123 526/11/123 +f 528/15/127 527/14/127 511/5/127 +f 529/16/127 528/15/127 511/5/127 +f 512/5/148 529/16/127 511/5/127 +f 529/16/127 512/5/148 530/16/127 +f 511/5/127 527/14/127 517/6/127 +f 530/16/127 512/5/148 531/15/127 +f 531/15/127 512/5/148 532/14/127 +f 533/17/127 517/6/127 527/14/127 +f 532/14/127 512/5/148 534/18/127 +f 535/17/127 532/14/127 534/18/127 +f 535/17/127 534/18/127 533/17/127 +f 534/18/127 512/5/148 536/18/127 +f 536/18/127 512/5/148 537/19/127 +f 537/19/127 512/5/148 538/20/127 +f 512/5/148 522/6/148 538/20/127 +f 538/20/127 522/6/148 539/21/127 +f 517/6/127 539/21/127 522/6/148 +f 539/21/127 517/6/127 540/21/127 +f 540/21/127 517/6/127 533/17/127 +f 534/18/127 541/19/127 533/17/127 +f 542/20/127 540/21/127 533/17/127 +f 541/19/127 542/20/127 533/17/127 +f 512/5/147 518/10/125 519/11/125 +f 512/5/147 519/11/125 521/13/125 +f 512/5/147 520/12/125 518/10/125 +f 522/6/147 520/12/125 512/5/147 +f 520/12/125 522/6/147 523/12/125 +f 516/6/125 523/12/125 522/6/147 +f 523/12/125 516/6/125 524/10/125 +f 512/5/147 521/13/125 513/5/125 +f 524/10/125 516/6/125 513/5/125 +f 525/13/125 513/5/125 521/13/125 +f 524/10/125 513/5/125 526/11/125 +f 526/11/125 513/5/125 525/13/125 +f 511/5/128 527/14/128 528/15/128 +f 511/5/128 528/15/128 529/16/128 +f 511/5/128 529/16/128 512/5/147 +f 530/16/128 512/5/147 529/16/128 +f 517/6/128 527/14/128 511/5/128 +f 531/15/128 512/5/147 530/16/128 +f 532/14/128 512/5/147 531/15/128 +f 527/14/128 517/6/128 533/17/128 +f 534/18/128 512/5/147 532/14/128 +f 534/18/128 532/14/128 535/17/128 +f 533/17/128 534/18/128 535/17/128 +f 536/18/128 512/5/147 534/18/128 +f 537/19/128 512/5/147 536/18/128 +f 538/20/128 512/5/147 537/19/128 +f 538/20/128 522/6/147 512/5/147 +f 539/21/128 522/6/147 538/20/128 +f 522/6/147 539/21/128 517/6/128 +f 540/21/128 517/6/128 539/21/128 +f 533/17/128 517/6/128 540/21/128 +f 533/17/128 541/19/128 534/18/128 +f 533/17/128 540/21/128 542/20/128 +f 533/17/128 542/20/128 541/19/128 +f 545/9/209 544/8/210 543/8/209 +f 544/8/210 545/9/209 546/9/210 +f 543/8/211 544/8/212 545/9/211 +f 546/9/212 545/9/211 544/8/212 +f 549/9/211 548/8/212 547/8/211 +f 548/8/212 549/9/211 550/9/212 +f 547/8/209 548/8/210 549/9/209 +f 550/9/210 549/9/209 548/8/210 +f 553/9/214 552/8/213 551/9/213 +f 552/8/213 553/9/214 554/8/214 +f 551/9/216 552/8/216 553/9/215 +f 554/8/215 553/9/215 552/8/216 +f 557/8/216 556/9/215 555/8/215 +f 556/9/215 557/8/216 558/9/216 +f 555/8/214 556/9/214 557/8/213 +f 558/9/213 557/8/213 556/9/214 +f 550/9/212 557/8/216 548/8/212 +f 557/8/216 550/9/212 558/9/216 +f 548/8/210 557/8/213 550/9/210 +f 558/9/213 550/9/210 557/8/213 +f 546/9/210 552/8/213 544/8/210 +f 552/8/213 546/9/210 551/9/213 +f 544/8/212 552/8/216 546/9/212 +f 551/9/216 546/9/212 552/8/216 +f 553/9/214 547/8/211 554/8/214 +f 547/8/211 553/9/214 549/9/211 +f 554/8/215 547/8/209 553/9/215 +f 549/9/209 553/9/215 547/8/209 +f 556/9/215 543/8/209 555/8/215 +f 543/8/209 556/9/215 545/9/209 +f 555/8/214 543/8/211 556/9/214 +f 545/9/211 556/9/214 543/8/211 +f 546/9/217 553/9/217 551/9/217 +f 553/9/217 546/9/217 549/9/217 +f 549/9/217 546/9/217 545/9/217 +f 549/9/217 545/9/217 550/9/217 +f 550/9/217 545/9/217 556/9/217 +f 550/9/217 556/9/217 558/9/217 +f 551/9/218 553/9/218 546/9/218 +f 549/9/218 546/9/218 553/9/218 +f 545/9/218 546/9/218 549/9/218 +f 550/9/218 545/9/218 549/9/218 +f 556/9/218 545/9/218 550/9/218 +f 558/9/218 556/9/218 550/9/218 +f 547/8/218 552/8/218 554/8/218 +f 552/8/218 547/8/218 544/8/218 +f 544/8/218 547/8/218 548/8/218 +f 544/8/218 548/8/218 543/8/218 +f 543/8/218 548/8/218 557/8/218 +f 543/8/218 557/8/218 555/8/218 +f 554/8/217 552/8/217 547/8/217 +f 544/8/217 547/8/217 552/8/217 +f 548/8/217 547/8/217 544/8/217 +f 543/8/217 548/8/217 544/8/217 +f 557/8/217 548/8/217 543/8/217 +f 555/8/217 557/8/217 543/8/217 +f 561/9/219 560/8/220 559/8/219 +f 560/8/220 561/9/219 562/9/220 +f 559/8/221 560/8/222 561/9/221 +f 562/9/222 561/9/221 560/8/222 +f 565/9/221 564/8/222 563/8/221 +f 564/8/222 565/9/221 566/9/222 +f 563/8/219 564/8/220 565/9/219 +f 566/9/220 565/9/219 564/8/220 +f 569/9/224 568/8/223 567/9/223 +f 568/8/223 569/9/224 570/8/224 +f 567/9/226 568/8/226 569/9/225 +f 570/8/225 569/9/225 568/8/226 +f 573/8/226 572/9/225 571/8/225 +f 572/9/225 573/8/226 574/9/226 +f 571/8/224 572/9/224 573/8/223 +f 574/9/223 573/8/223 572/9/224 +f 566/9/222 573/8/226 564/8/222 +f 573/8/226 566/9/222 574/9/226 +f 564/8/220 573/8/223 566/9/220 +f 574/9/223 566/9/220 573/8/223 +f 562/9/220 568/8/223 560/8/220 +f 568/8/223 562/9/220 567/9/223 +f 560/8/222 568/8/226 562/9/222 +f 567/9/226 562/9/222 568/8/226 +f 569/9/224 563/8/221 570/8/224 +f 563/8/221 569/9/224 565/9/221 +f 570/8/225 563/8/219 569/9/225 +f 565/9/219 569/9/225 563/8/219 +f 572/9/225 559/8/219 571/8/225 +f 559/8/219 572/9/225 561/9/219 +f 571/8/224 559/8/221 572/9/224 +f 561/9/221 572/9/224 559/8/221 +f 562/9/227 569/9/227 567/9/227 +f 569/9/227 562/9/227 565/9/227 +f 565/9/227 562/9/227 561/9/227 +f 565/9/227 561/9/227 566/9/227 +f 566/9/227 561/9/227 572/9/227 +f 566/9/227 572/9/227 574/9/227 +f 567/9/228 569/9/228 562/9/228 +f 565/9/228 562/9/228 569/9/228 +f 561/9/228 562/9/228 565/9/228 +f 566/9/228 561/9/228 565/9/228 +f 572/9/228 561/9/228 566/9/228 +f 574/9/228 572/9/228 566/9/228 +f 563/8/228 568/8/228 570/8/228 +f 568/8/228 563/8/228 560/8/228 +f 560/8/228 563/8/228 564/8/228 +f 560/8/228 564/8/228 559/8/228 +f 559/8/228 564/8/228 573/8/228 +f 559/8/228 573/8/228 571/8/228 +f 570/8/227 568/8/227 563/8/227 +f 560/8/227 563/8/227 568/8/227 +f 564/8/227 563/8/227 560/8/227 +f 559/8/227 564/8/227 560/8/227 +f 573/8/227 564/8/227 559/8/227 +f 571/8/227 573/8/227 559/8/227 +f 577/9/219 576/8/220 575/8/219 +f 576/8/220 577/9/219 578/9/220 +f 575/8/221 576/8/222 577/9/221 +f 578/9/222 577/9/221 576/8/222 +f 581/9/221 580/8/222 579/8/221 +f 580/8/222 581/9/221 582/9/222 +f 579/8/219 580/8/220 581/9/219 +f 582/9/220 581/9/219 580/8/220 +f 585/9/224 584/8/223 583/9/223 +f 584/8/223 585/9/224 586/8/224 +f 583/9/226 584/8/226 585/9/225 +f 586/8/225 585/9/225 584/8/226 +f 589/8/226 588/9/225 587/8/225 +f 588/9/225 589/8/226 590/9/226 +f 587/8/224 588/9/224 589/8/223 +f 590/9/223 589/8/223 588/9/224 +f 582/9/222 589/8/226 580/8/222 +f 589/8/226 582/9/222 590/9/226 +f 580/8/220 589/8/223 582/9/220 +f 590/9/223 582/9/220 589/8/223 +f 578/9/220 584/8/223 576/8/220 +f 584/8/223 578/9/220 583/9/223 +f 576/8/222 584/8/226 578/9/222 +f 583/9/226 578/9/222 584/8/226 +f 585/9/224 579/8/221 586/8/224 +f 579/8/221 585/9/224 581/9/221 +f 586/8/225 579/8/219 585/9/225 +f 581/9/219 585/9/225 579/8/219 +f 588/9/225 575/8/219 587/8/225 +f 575/8/219 588/9/225 577/9/219 +f 587/8/224 575/8/221 588/9/224 +f 577/9/221 588/9/224 575/8/221 +f 578/9/227 585/9/227 583/9/227 +f 585/9/227 578/9/227 581/9/227 +f 581/9/227 578/9/227 577/9/227 +f 581/9/227 577/9/227 582/9/227 +f 582/9/227 577/9/227 588/9/227 +f 582/9/227 588/9/227 590/9/227 +f 583/9/228 585/9/228 578/9/228 +f 581/9/228 578/9/228 585/9/228 +f 577/9/228 578/9/228 581/9/228 +f 582/9/228 577/9/228 581/9/228 +f 588/9/228 577/9/228 582/9/228 +f 590/9/228 588/9/228 582/9/228 +f 579/8/228 584/8/228 586/8/228 +f 584/8/228 579/8/228 576/8/228 +f 576/8/228 579/8/228 580/8/228 +f 576/8/228 580/8/228 575/8/228 +f 575/8/228 580/8/228 589/8/228 +f 575/8/228 589/8/228 587/8/228 +f 586/8/227 584/8/227 579/8/227 +f 576/8/227 579/8/227 584/8/227 +f 580/8/227 579/8/227 576/8/227 +f 575/8/227 580/8/227 576/8/227 +f 589/8/227 580/8/227 575/8/227 +f 587/8/227 589/8/227 575/8/227 +f 593/7/149 592/6/149 591/7/149 +f 592/6/149 593/7/149 594/6/149 +f 591/7/150 592/6/150 593/7/150 +f 594/6/150 593/7/150 592/6/150 +f 597/7/186 596/6/147 595/6/186 +f 596/6/147 597/7/186 598/7/147 +f 595/6/185 596/6/148 597/7/185 +f 598/7/148 597/7/185 596/6/148 +f 593/7/148 599/6/148 594/6/148 +f 599/6/148 593/7/148 600/7/148 +f 594/6/147 599/6/147 593/7/147 +f 600/7/147 593/7/147 599/6/147 +f 598/7/147 592/6/188 596/6/147 +f 592/6/188 598/7/147 591/7/188 +f 596/6/148 592/6/187 598/7/148 +f 591/7/187 598/7/148 592/6/187 +f 599/6/38 592/6/38 594/6/38 +f 592/6/38 599/6/38 596/6/38 +f 596/6/38 599/6/38 595/6/38 +f 594/6/37 592/6/37 599/6/37 +f 596/6/37 599/6/37 592/6/37 +f 595/6/37 599/6/37 596/6/37 +f 591/7/37 600/7/37 593/7/37 +f 600/7/37 591/7/37 598/7/37 +f 600/7/37 598/7/37 597/7/37 +f 593/7/38 600/7/38 591/7/38 +f 598/7/38 591/7/38 600/7/38 +f 597/7/38 598/7/38 600/7/38 +f 599/6/150 597/7/150 595/6/150 +f 597/7/150 599/6/150 600/7/150 +f 595/6/149 597/7/149 599/6/149 +f 600/7/149 599/6/149 597/7/149 +f 603/5/37 602/5/37 601/5/37 +f 602/5/37 603/5/37 604/5/37 +f 602/5/37 604/5/37 605/5/37 +f 601/5/38 602/5/38 603/5/38 +f 604/5/38 603/5/38 602/5/38 +f 605/5/38 604/5/38 602/5/38 +f 601/5/148 607/6/148 606/6/148 +f 607/6/148 601/5/148 602/5/148 +f 606/6/147 607/6/147 601/5/147 +f 602/5/147 601/5/147 607/6/147 +f 607/6/150 605/5/150 608/6/150 +f 605/5/150 607/6/150 602/5/150 +f 608/6/149 605/5/149 607/6/149 +f 602/5/149 607/6/149 605/5/149 +f 601/5/149 609/6/149 603/5/149 +f 609/6/149 601/5/149 606/6/149 +f 603/5/150 609/6/150 601/5/150 +f 606/6/150 601/5/150 609/6/150 +f 611/11/123 610/10/123 604/5/148 +f 610/10/123 612/12/123 604/5/148 +f 613/13/123 611/11/123 604/5/148 +f 604/5/148 612/12/123 614/6/148 +f 615/12/123 614/6/148 612/12/123 +f 614/6/148 615/12/123 608/6/123 +f 616/10/123 608/6/123 615/12/123 +f 605/5/123 613/13/123 604/5/148 +f 605/5/123 608/6/123 616/10/123 +f 613/13/123 605/5/123 617/13/123 +f 618/11/123 605/5/123 616/10/123 +f 617/13/123 605/5/123 618/11/123 +f 620/15/127 619/14/127 603/5/127 +f 621/16/127 620/15/127 603/5/127 +f 604/5/148 621/16/127 603/5/127 +f 621/16/127 604/5/148 622/16/127 +f 603/5/127 619/14/127 609/6/127 +f 622/16/127 604/5/148 623/15/127 +f 623/15/127 604/5/148 624/14/127 +f 625/17/127 609/6/127 619/14/127 +f 624/14/127 604/5/148 626/18/127 +f 627/17/127 624/14/127 626/18/127 +f 627/17/127 626/18/127 625/17/127 +f 626/18/127 604/5/148 628/18/127 +f 628/18/127 604/5/148 629/19/127 +f 629/19/127 604/5/148 630/20/127 +f 604/5/148 614/6/148 630/20/127 +f 630/20/127 614/6/148 631/21/127 +f 609/6/127 631/21/127 614/6/148 +f 631/21/127 609/6/127 632/21/127 +f 632/21/127 609/6/127 625/17/127 +f 626/18/127 633/19/127 625/17/127 +f 634/20/127 632/21/127 625/17/127 +f 633/19/127 634/20/127 625/17/127 +f 604/5/147 610/10/125 611/11/125 +f 604/5/147 611/11/125 613/13/125 +f 604/5/147 612/12/125 610/10/125 +f 614/6/147 612/12/125 604/5/147 +f 612/12/125 614/6/147 615/12/125 +f 608/6/125 615/12/125 614/6/147 +f 615/12/125 608/6/125 616/10/125 +f 604/5/147 613/13/125 605/5/125 +f 616/10/125 608/6/125 605/5/125 +f 617/13/125 605/5/125 613/13/125 +f 616/10/125 605/5/125 618/11/125 +f 618/11/125 605/5/125 617/13/125 +f 603/5/128 619/14/128 620/15/128 +f 603/5/128 620/15/128 621/16/128 +f 603/5/128 621/16/128 604/5/147 +f 622/16/128 604/5/147 621/16/128 +f 609/6/128 619/14/128 603/5/128 +f 623/15/128 604/5/147 622/16/128 +f 624/14/128 604/5/147 623/15/128 +f 619/14/128 609/6/128 625/17/128 +f 626/18/128 604/5/147 624/14/128 +f 626/18/128 624/14/128 627/17/128 +f 625/17/128 626/18/128 627/17/128 +f 628/18/128 604/5/147 626/18/128 +f 629/19/128 604/5/147 628/18/128 +f 630/20/128 604/5/147 629/19/128 +f 630/20/128 614/6/147 604/5/147 +f 631/21/128 614/6/147 630/20/128 +f 614/6/147 631/21/128 609/6/128 +f 632/21/128 609/6/128 631/21/128 +f 625/17/128 609/6/128 632/21/128 +f 625/17/128 633/19/128 626/18/128 +f 625/17/128 632/21/128 634/20/128 +f 625/17/128 634/20/128 633/19/128 +f 637/9/209 636/8/210 635/8/209 +f 636/8/210 637/9/209 638/9/210 +f 635/8/211 636/8/212 637/9/211 +f 638/9/212 637/9/211 636/8/212 +f 641/9/211 640/8/212 639/8/211 +f 640/8/212 641/9/211 642/9/212 +f 639/8/209 640/8/210 641/9/209 +f 642/9/210 641/9/209 640/8/210 +f 645/9/214 644/8/213 643/9/213 +f 644/8/213 645/9/214 646/8/214 +f 643/9/216 644/8/216 645/9/215 +f 646/8/215 645/9/215 644/8/216 +f 649/8/216 648/9/215 647/8/215 +f 648/9/215 649/8/216 650/9/216 +f 647/8/214 648/9/214 649/8/213 +f 650/9/213 649/8/213 648/9/214 +f 642/9/212 649/8/216 640/8/212 +f 649/8/216 642/9/212 650/9/216 +f 640/8/210 649/8/213 642/9/210 +f 650/9/213 642/9/210 649/8/213 +f 638/9/210 644/8/213 636/8/210 +f 644/8/213 638/9/210 643/9/213 +f 636/8/212 644/8/216 638/9/212 +f 643/9/216 638/9/212 644/8/216 +f 645/9/214 639/8/211 646/8/214 +f 639/8/211 645/9/214 641/9/211 +f 646/8/215 639/8/209 645/9/215 +f 641/9/209 645/9/215 639/8/209 +f 648/9/215 635/8/209 647/8/215 +f 635/8/209 648/9/215 637/9/209 +f 647/8/214 635/8/211 648/9/214 +f 637/9/211 648/9/214 635/8/211 +f 638/9/217 645/9/217 643/9/217 +f 645/9/217 638/9/217 641/9/217 +f 641/9/217 638/9/217 637/9/217 +f 641/9/217 637/9/217 642/9/217 +f 642/9/217 637/9/217 648/9/217 +f 642/9/217 648/9/217 650/9/217 +f 643/9/218 645/9/218 638/9/218 +f 641/9/218 638/9/218 645/9/218 +f 637/9/218 638/9/218 641/9/218 +f 642/9/218 637/9/218 641/9/218 +f 648/9/218 637/9/218 642/9/218 +f 650/9/218 648/9/218 642/9/218 +f 639/8/218 644/8/218 646/8/218 +f 644/8/218 639/8/218 636/8/218 +f 636/8/218 639/8/218 640/8/218 +f 636/8/218 640/8/218 635/8/218 +f 635/8/218 640/8/218 649/8/218 +f 635/8/218 649/8/218 647/8/218 +f 646/8/217 644/8/217 639/8/217 +f 636/8/217 639/8/217 644/8/217 +f 640/8/217 639/8/217 636/8/217 +f 635/8/217 640/8/217 636/8/217 +f 649/8/217 640/8/217 635/8/217 +f 647/8/217 649/8/217 635/8/217 +f 653/9/219 652/8/220 651/8/219 +f 652/8/220 653/9/219 654/9/220 +f 651/8/221 652/8/222 653/9/221 +f 654/9/222 653/9/221 652/8/222 +f 657/9/221 656/8/222 655/8/221 +f 656/8/222 657/9/221 658/9/222 +f 655/8/219 656/8/220 657/9/219 +f 658/9/220 657/9/219 656/8/220 +f 661/9/224 660/8/223 659/9/223 +f 660/8/223 661/9/224 662/8/224 +f 659/9/226 660/8/226 661/9/225 +f 662/8/225 661/9/225 660/8/226 +f 665/8/226 664/9/225 663/8/225 +f 664/9/225 665/8/226 666/9/226 +f 663/8/224 664/9/224 665/8/223 +f 666/9/223 665/8/223 664/9/224 +f 658/9/222 665/8/226 656/8/222 +f 665/8/226 658/9/222 666/9/226 +f 656/8/220 665/8/223 658/9/220 +f 666/9/223 658/9/220 665/8/223 +f 654/9/220 660/8/223 652/8/220 +f 660/8/223 654/9/220 659/9/223 +f 652/8/222 660/8/226 654/9/222 +f 659/9/226 654/9/222 660/8/226 +f 661/9/224 655/8/221 662/8/224 +f 655/8/221 661/9/224 657/9/221 +f 662/8/225 655/8/219 661/9/225 +f 657/9/219 661/9/225 655/8/219 +f 664/9/225 651/8/219 663/8/225 +f 651/8/219 664/9/225 653/9/219 +f 663/8/224 651/8/221 664/9/224 +f 653/9/221 664/9/224 651/8/221 +f 654/9/227 661/9/227 659/9/227 +f 661/9/227 654/9/227 657/9/227 +f 657/9/227 654/9/227 653/9/227 +f 657/9/227 653/9/227 658/9/227 +f 658/9/227 653/9/227 664/9/227 +f 658/9/227 664/9/227 666/9/227 +f 659/9/228 661/9/228 654/9/228 +f 657/9/228 654/9/228 661/9/228 +f 653/9/228 654/9/228 657/9/228 +f 658/9/228 653/9/228 657/9/228 +f 664/9/228 653/9/228 658/9/228 +f 666/9/228 664/9/228 658/9/228 +f 655/8/228 660/8/228 662/8/228 +f 660/8/228 655/8/228 652/8/228 +f 652/8/228 655/8/228 656/8/228 +f 652/8/228 656/8/228 651/8/228 +f 651/8/228 656/8/228 665/8/228 +f 651/8/228 665/8/228 663/8/228 +f 662/8/227 660/8/227 655/8/227 +f 652/8/227 655/8/227 660/8/227 +f 656/8/227 655/8/227 652/8/227 +f 651/8/227 656/8/227 652/8/227 +f 665/8/227 656/8/227 651/8/227 +f 663/8/227 665/8/227 651/8/227 +f 669/9/219 668/8/220 667/8/219 +f 668/8/220 669/9/219 670/9/220 +f 667/8/221 668/8/222 669/9/221 +f 670/9/222 669/9/221 668/8/222 +f 673/9/221 672/8/222 671/8/221 +f 672/8/222 673/9/221 674/9/222 +f 671/8/219 672/8/220 673/9/219 +f 674/9/220 673/9/219 672/8/220 +f 677/9/224 676/8/223 675/9/223 +f 676/8/223 677/9/224 678/8/224 +f 675/9/226 676/8/226 677/9/225 +f 678/8/225 677/9/225 676/8/226 +f 681/8/226 680/9/225 679/8/225 +f 680/9/225 681/8/226 682/9/226 +f 679/8/224 680/9/224 681/8/223 +f 682/9/223 681/8/223 680/9/224 +f 674/9/222 681/8/226 672/8/222 +f 681/8/226 674/9/222 682/9/226 +f 672/8/220 681/8/223 674/9/220 +f 682/9/223 674/9/220 681/8/223 +f 670/9/220 676/8/223 668/8/220 +f 676/8/223 670/9/220 675/9/223 +f 668/8/222 676/8/226 670/9/222 +f 675/9/226 670/9/222 676/8/226 +f 677/9/224 671/8/221 678/8/224 +f 671/8/221 677/9/224 673/9/221 +f 678/8/225 671/8/219 677/9/225 +f 673/9/219 677/9/225 671/8/219 +f 680/9/225 667/8/219 679/8/225 +f 667/8/219 680/9/225 669/9/219 +f 679/8/224 667/8/221 680/9/224 +f 669/9/221 680/9/224 667/8/221 +f 670/9/227 677/9/227 675/9/227 +f 677/9/227 670/9/227 673/9/227 +f 673/9/227 670/9/227 669/9/227 +f 673/9/227 669/9/227 674/9/227 +f 674/9/227 669/9/227 680/9/227 +f 674/9/227 680/9/227 682/9/227 +f 675/9/228 677/9/228 670/9/228 +f 673/9/228 670/9/228 677/9/228 +f 669/9/228 670/9/228 673/9/228 +f 674/9/228 669/9/228 673/9/228 +f 680/9/228 669/9/228 674/9/228 +f 682/9/228 680/9/228 674/9/228 +f 671/8/228 676/8/228 678/8/228 +f 676/8/228 671/8/228 668/8/228 +f 668/8/228 671/8/228 672/8/228 +f 668/8/228 672/8/228 667/8/228 +f 667/8/228 672/8/228 681/8/228 +f 667/8/228 681/8/228 679/8/228 +f 678/8/227 676/8/227 671/8/227 +f 668/8/227 671/8/227 676/8/227 +f 672/8/227 671/8/227 668/8/227 +f 667/8/227 672/8/227 668/8/227 +f 681/8/227 672/8/227 667/8/227 +f 679/8/227 681/8/227 667/8/227 +f 685/5/151 684/6/151 683/5/151 +f 684/6/151 685/5/151 686/6/151 +f 683/5/152 684/6/152 685/5/152 +f 686/6/152 685/5/152 684/6/152 +f 685/5/153 687/6/153 686/6/153 +f 687/6/153 685/5/153 688/5/153 +f 686/6/154 687/6/154 685/5/154 +f 688/5/154 685/5/154 687/6/154 +f 689/6/159 683/5/161 684/6/161 +f 683/5/161 689/6/159 690/5/159 +f 684/6/162 683/5/162 689/6/160 +f 690/5/160 689/6/160 683/5/162 +f 687/6/156 692/5/155 691/6/155 +f 692/5/155 687/6/156 688/5/156 +f 691/6/158 692/5/158 687/6/157 +f 688/5/157 687/6/157 692/5/158 +f 690/5/37 685/5/37 683/5/37 +f 685/5/37 690/5/37 688/5/37 +f 688/5/37 690/5/37 692/5/37 +f 683/5/38 685/5/38 690/5/38 +f 688/5/38 690/5/38 685/5/38 +f 692/5/38 690/5/38 688/5/38 +f 692/5/155 689/6/159 691/6/155 +f 689/6/159 692/5/155 690/5/159 +f 691/6/158 689/6/160 692/5/158 +f 690/5/160 692/5/158 689/6/160 +f 695/7/153 694/6/153 693/6/153 +f 694/6/153 695/7/153 696/7/153 +f 693/6/154 694/6/154 695/7/154 +f 696/7/154 695/7/154 694/6/154 +f 695/7/151 698/6/151 697/7/151 +f 698/6/151 695/7/151 693/6/151 +f 697/7/152 698/6/152 695/7/152 +f 693/6/152 695/7/152 698/6/152 +f 699/7/37 695/7/37 697/7/37 +f 695/7/37 699/7/37 696/7/37 +f 696/7/37 699/7/37 700/7/37 +f 697/7/38 695/7/38 699/7/38 +f 696/7/38 699/7/38 695/7/38 +f 700/7/38 699/7/38 696/7/38 +f 694/6/38 698/6/38 693/6/38 +f 698/6/38 694/6/38 701/6/38 +f 701/6/38 694/6/38 702/6/38 +f 693/6/37 698/6/37 694/6/37 +f 701/6/37 694/6/37 698/6/37 +f 702/6/37 694/6/37 701/6/37 +f 694/6/156 700/7/155 702/6/155 +f 700/7/155 694/6/156 696/7/156 +f 702/6/158 700/7/158 694/6/157 +f 696/7/157 694/6/157 700/7/158 +f 700/7/155 701/6/229 702/6/155 +f 701/6/229 700/7/155 699/7/229 +f 702/6/158 701/6/230 700/7/158 +f 699/7/230 700/7/158 701/6/230 +f 701/6/229 697/7/161 698/6/161 +f 697/7/161 701/6/229 699/7/229 +f 698/6/162 697/7/162 701/6/230 +f 699/7/230 701/6/230 697/7/162 +f 705/5/40 704/6/40 703/5/40 +f 704/6/40 705/5/40 706/6/40 +f 703/5/39 704/6/39 705/5/39 +f 706/6/39 705/5/39 704/6/39 +f 705/5/35 707/6/35 706/6/35 +f 707/6/35 705/5/35 708/5/35 +f 706/6/33 707/6/33 705/5/33 +f 708/5/33 705/5/33 707/6/33 +f 709/6/167 703/5/169 704/6/169 +f 703/5/169 709/6/167 710/5/167 +f 704/6/170 703/5/170 709/6/168 +f 710/5/168 709/6/168 703/5/170 +f 707/6/164 712/5/163 711/6/163 +f 712/5/163 707/6/164 708/5/164 +f 711/6/166 712/5/166 707/6/165 +f 708/5/165 707/6/165 712/5/166 +f 710/5/37 705/5/37 703/5/37 +f 705/5/37 710/5/37 708/5/37 +f 708/5/37 710/5/37 712/5/37 +f 703/5/38 705/5/38 710/5/38 +f 708/5/38 710/5/38 705/5/38 +f 712/5/38 710/5/38 708/5/38 +f 712/5/163 709/6/167 711/6/163 +f 709/6/167 712/5/163 710/5/167 +f 711/6/166 709/6/168 712/5/166 +f 710/5/168 712/5/166 709/6/168 +f 715/7/35 714/6/35 713/6/35 +f 714/6/35 715/7/35 716/7/35 +f 713/6/33 714/6/33 715/7/33 +f 716/7/33 715/7/33 714/6/33 +f 715/7/40 718/6/40 717/7/40 +f 718/6/40 715/7/40 713/6/40 +f 717/7/39 718/6/39 715/7/39 +f 713/6/39 715/7/39 718/6/39 +f 719/7/37 715/7/37 717/7/37 +f 715/7/37 719/7/37 716/7/37 +f 716/7/37 719/7/37 720/7/37 +f 717/7/38 715/7/38 719/7/38 +f 716/7/38 719/7/38 715/7/38 +f 720/7/38 719/7/38 716/7/38 +f 714/6/38 718/6/38 713/6/38 +f 718/6/38 714/6/38 721/6/38 +f 721/6/38 714/6/38 722/6/38 +f 713/6/37 718/6/37 714/6/37 +f 721/6/37 714/6/37 718/6/37 +f 722/6/37 714/6/37 721/6/37 +f 714/6/164 720/7/163 722/6/163 +f 720/7/163 714/6/164 716/7/164 +f 722/6/166 720/7/166 714/6/165 +f 716/7/165 714/6/165 720/7/166 +f 720/7/163 721/6/231 722/6/163 +f 721/6/231 720/7/163 719/7/231 +f 722/6/166 721/6/232 720/7/166 +f 719/7/232 720/7/166 721/6/232 +f 721/6/231 717/7/169 718/6/169 +f 717/7/169 721/6/231 719/7/231 +f 718/6/170 717/7/170 721/6/232 +f 719/7/232 721/6/232 717/7/170 +f 725/5/37 724/5/37 723/5/37 +f 724/5/37 725/5/37 726/5/37 +f 724/5/37 726/5/37 727/5/37 +f 723/5/38 724/5/38 725/5/38 +f 726/5/38 725/5/38 724/5/38 +f 727/5/38 726/5/38 724/5/38 +f 729/6/39 727/5/39 728/6/39 +f 727/5/39 729/6/39 724/5/39 +f 728/6/40 727/5/40 729/6/40 +f 724/5/40 729/6/40 727/5/40 +f 727/5/41 730/6/33 728/6/41 +f 730/6/33 727/5/41 726/5/33 +f 728/6/42 730/6/35 727/5/42 +f 726/5/35 727/5/42 730/6/35 +f 723/5/35 729/6/35 731/6/35 +f 729/6/35 723/5/35 724/5/35 +f 731/6/33 729/6/33 723/5/33 +f 724/5/33 723/5/33 729/6/33 +f 723/5/40 732/6/40 725/5/40 +f 732/6/40 723/5/40 731/6/40 +f 725/5/39 732/6/39 723/5/39 +f 731/6/39 723/5/39 732/6/39 +f 726/5/33 732/6/34 730/6/33 +f 732/6/34 726/5/33 725/5/34 +f 730/6/35 732/6/36 726/5/35 +f 725/5/36 726/5/35 732/6/36 +f 735/7/35 734/6/35 733/6/35 +f 734/6/35 735/7/35 736/7/35 +f 733/6/33 734/6/33 735/7/33 +f 736/7/33 735/7/33 734/6/33 +f 737/7/37 736/7/37 735/7/37 +f 736/7/37 737/7/37 738/7/37 +f 736/7/37 738/7/37 739/7/37 +f 735/7/38 736/7/38 737/7/38 +f 738/7/38 737/7/38 736/7/38 +f 739/7/38 738/7/38 736/7/38 +f 738/7/33 741/6/171 740/6/33 +f 741/6/171 738/7/33 737/7/171 +f 740/6/35 741/6/172 738/7/35 +f 737/7/172 738/7/35 741/6/172 +f 735/7/40 741/6/40 737/7/40 +f 741/6/40 735/7/40 733/6/40 +f 737/7/39 741/6/39 735/7/39 +f 733/6/39 735/7/39 741/6/39 +f 734/6/39 739/7/39 742/6/39 +f 739/7/39 734/6/39 736/7/39 +f 742/6/40 739/7/40 734/6/40 +f 736/7/40 734/6/40 739/7/40 +f 734/6/38 741/6/38 733/6/38 +f 741/6/38 734/6/38 740/6/38 +f 740/6/38 734/6/38 742/6/38 +f 733/6/37 741/6/37 734/6/37 +f 740/6/37 734/6/37 741/6/37 +f 742/6/37 734/6/37 740/6/37 +f 739/7/173 740/6/33 742/6/173 +f 740/6/33 739/7/173 738/7/33 +f 742/6/174 740/6/35 739/7/174 +f 738/7/35 739/7/174 740/6/35 +f 745/9/175 744/8/176 743/8/175 +f 744/8/176 745/9/175 746/9/176 +f 743/8/177 744/8/178 745/9/177 +f 746/9/178 745/9/177 744/8/178 +f 749/9/177 748/8/178 747/8/177 +f 748/8/178 749/9/177 750/9/178 +f 747/8/175 748/8/176 749/9/175 +f 750/9/176 749/9/175 748/8/176 +f 753/9/180 752/8/179 751/9/179 +f 752/8/179 753/9/180 754/8/180 +f 751/9/182 752/8/182 753/9/181 +f 754/8/181 753/9/181 752/8/182 +f 757/8/182 756/9/181 755/8/181 +f 756/9/181 757/8/182 758/9/182 +f 755/8/180 756/9/180 757/8/179 +f 758/9/179 757/8/179 756/9/180 +f 750/9/178 757/8/182 748/8/178 +f 757/8/182 750/9/178 758/9/182 +f 748/8/176 757/8/179 750/9/176 +f 758/9/179 750/9/176 757/8/179 +f 746/9/176 752/8/179 744/8/176 +f 752/8/179 746/9/176 751/9/179 +f 744/8/178 752/8/182 746/9/178 +f 751/9/182 746/9/178 752/8/182 +f 753/9/180 747/8/177 754/8/180 +f 747/8/177 753/9/180 749/9/177 +f 754/8/181 747/8/175 753/9/181 +f 749/9/175 753/9/181 747/8/175 +f 756/9/181 743/8/175 755/8/181 +f 743/8/175 756/9/181 745/9/175 +f 755/8/180 743/8/177 756/9/180 +f 745/9/177 756/9/180 743/8/177 +f 746/9/183 753/9/183 751/9/183 +f 753/9/183 746/9/183 749/9/183 +f 749/9/183 746/9/183 745/9/183 +f 749/9/183 745/9/183 750/9/183 +f 750/9/183 745/9/183 756/9/183 +f 750/9/183 756/9/183 758/9/183 +f 751/9/184 753/9/184 746/9/184 +f 749/9/184 746/9/184 753/9/184 +f 745/9/184 746/9/184 749/9/184 +f 750/9/184 745/9/184 749/9/184 +f 756/9/184 745/9/184 750/9/184 +f 758/9/184 756/9/184 750/9/184 +f 747/8/184 752/8/184 754/8/184 +f 752/8/184 747/8/184 744/8/184 +f 744/8/184 747/8/184 748/8/184 +f 744/8/184 748/8/184 743/8/184 +f 743/8/184 748/8/184 757/8/184 +f 743/8/184 757/8/184 755/8/184 +f 754/8/183 752/8/183 747/8/183 +f 744/8/183 747/8/183 752/8/183 +f 748/8/183 747/8/183 744/8/183 +f 743/8/183 748/8/183 744/8/183 +f 757/8/183 748/8/183 743/8/183 +f 755/8/183 757/8/183 743/8/183 + +g corridor-transition + + + + +usemtl colormap + +f 3/1/3 2/1/2 1/1/1 +f 2/1/2 3/1/3 4/1/4 +f 1/1/7 2/1/6 3/1/5 +f 4/1/8 3/1/5 2/1/6 +f 7/3/11 6/2/10 5/2/9 +f 6/2/10 7/3/11 8/3/12 +f 5/2/15 6/2/14 7/3/13 +f 8/3/16 7/3/13 6/2/14 +f 4/1/4 10/2/18 9/2/17 +f 10/2/18 4/1/4 3/1/3 +f 9/2/20 10/2/19 4/1/8 +f 3/1/5 4/1/8 10/2/19 +f 3/1/3 11/2/21 10/2/18 +f 11/2/21 3/1/3 1/1/1 +f 10/2/19 11/2/22 3/1/5 +f 1/1/7 3/1/5 11/2/22 +f 8/3/12 12/2/23 6/2/10 +f 12/2/23 8/3/12 13/3/24 +f 6/2/14 12/2/25 8/3/16 +f 13/3/26 8/3/16 12/2/25 +f 14/2/27 7/3/11 5/2/9 +f 7/3/11 14/2/27 15/3/28 +f 5/2/15 7/3/13 14/2/29 +f 15/3/30 14/2/29 7/3/13 +f 16/2/31 4/1/4 9/2/17 +f 4/1/4 16/2/31 2/1/2 +f 9/2/20 4/1/8 16/2/32 +f 2/1/6 16/2/32 4/1/8 +f 1/1/1 16/2/31 11/2/21 +f 16/2/31 1/1/1 2/1/2 +f 11/2/22 16/2/32 1/1/7 +f 2/1/6 1/1/7 16/2/32 +f 7/3/11 13/3/24 8/3/12 +f 13/3/24 7/3/11 15/3/28 +f 8/3/16 13/3/26 7/3/13 +f 15/3/30 7/3/13 13/3/26 +f 13/3/24 14/2/27 12/2/23 +f 14/2/27 13/3/24 15/3/28 +f 12/2/25 14/2/29 13/3/26 +f 15/3/30 13/3/26 14/2/29 +f 19/4/33 18/2/34 17/2/33 +f 18/2/34 19/4/33 20/4/34 +f 17/2/35 18/2/36 19/4/35 +f 20/4/36 19/4/35 18/2/36 +f 20/4/37 22/4/37 21/4/37 +f 22/4/37 20/4/37 19/4/37 +f 22/4/37 19/4/37 23/4/37 +f 21/4/38 22/4/38 20/4/38 +f 19/4/38 20/4/38 22/4/38 +f 23/4/38 19/4/38 22/4/38 +f 25/2/39 23/4/39 24/2/39 +f 23/4/39 25/2/39 22/4/39 +f 24/2/40 23/4/40 25/2/40 +f 22/4/40 25/2/40 23/4/40 +f 21/4/35 25/2/35 26/2/35 +f 25/2/35 21/4/35 22/4/35 +f 26/2/33 25/2/33 21/4/33 +f 22/4/33 21/4/33 25/2/33 +f 21/4/40 18/2/40 20/4/40 +f 18/2/40 21/4/40 26/2/40 +f 20/4/39 18/2/39 21/4/39 +f 26/2/39 21/4/39 18/2/39 +f 23/4/41 17/2/33 24/2/41 +f 17/2/33 23/4/41 19/4/33 +f 24/2/42 17/2/35 23/4/42 +f 19/4/35 23/4/42 17/2/35 +f 29/2/37 28/2/37 27/2/37 +f 28/2/37 29/2/37 30/2/37 +f 27/2/38 28/2/38 29/2/38 +f 30/2/38 29/2/38 28/2/38 +f 33/2/45 32/1/44 31/2/43 +f 32/1/44 33/2/45 34/1/46 +f 31/2/49 32/1/48 33/2/47 +f 34/1/50 33/2/47 32/1/48 +f 36/1/52 33/2/45 35/2/51 +f 33/2/45 36/1/52 34/1/46 +f 35/2/54 33/2/47 36/1/53 +f 34/1/50 36/1/53 33/2/47 +f 39/3/57 38/2/56 37/2/55 +f 38/2/56 39/3/57 40/3/58 +f 37/2/61 38/2/60 39/3/59 +f 40/3/62 39/3/59 38/2/60 +f 38/2/56 42/3/64 41/2/63 +f 42/3/64 38/2/56 40/3/58 +f 41/2/66 42/3/65 38/2/60 +f 40/3/62 38/2/60 42/3/65 +f 45/2/69 44/3/68 43/2/67 +f 44/3/68 45/2/69 46/3/70 +f 43/2/73 44/3/72 45/2/71 +f 46/3/74 45/2/71 44/3/72 +f 44/3/68 48/3/76 47/3/75 +f 48/3/76 44/3/68 46/3/70 +f 47/3/78 48/3/77 44/3/72 +f 46/3/74 44/3/72 48/3/77 +f 48/3/76 45/2/69 49/2/79 +f 45/2/69 48/3/76 46/3/70 +f 49/2/80 45/2/71 48/3/77 +f 46/3/74 48/3/77 45/2/71 +f 44/3/68 50/2/81 43/2/67 +f 50/2/81 44/3/68 47/3/75 +f 43/2/73 50/2/82 44/3/72 +f 47/3/78 44/3/72 50/2/82 +f 47/3/75 49/2/79 50/2/81 +f 49/2/79 47/3/75 48/3/76 +f 50/2/82 49/2/80 47/3/78 +f 48/3/77 47/3/78 49/2/80 +f 52/3/84 37/2/55 51/2/83 +f 37/2/55 52/3/84 39/3/57 +f 51/2/86 37/2/61 52/3/85 +f 39/3/59 52/3/85 37/2/61 +f 32/1/44 53/2/87 31/2/43 +f 53/2/87 32/1/44 54/1/88 +f 31/2/49 53/2/89 32/1/48 +f 54/1/90 32/1/48 53/2/89 +f 42/3/64 51/2/83 41/2/63 +f 51/2/83 42/3/64 52/3/84 +f 41/2/66 51/2/86 42/3/65 +f 52/3/85 42/3/65 51/2/86 +f 42/3/64 39/3/57 52/3/84 +f 39/3/57 42/3/64 40/3/58 +f 52/3/85 39/3/59 42/3/65 +f 40/3/62 42/3/65 39/3/59 +f 57/1/93 56/1/92 55/1/91 +f 56/1/92 57/1/93 58/1/94 +f 55/1/97 56/1/96 57/1/95 +f 58/1/98 57/1/95 56/1/96 +f 54/1/88 34/1/46 36/1/52 +f 34/1/46 54/1/88 32/1/44 +f 36/1/53 34/1/50 54/1/90 +f 32/1/48 54/1/90 34/1/50 +f 59/2/99 58/1/94 57/1/93 +f 58/1/94 59/2/99 60/2/100 +f 57/1/95 58/1/98 59/2/101 +f 60/2/102 59/2/101 58/1/98 +f 63/2/105 62/1/104 61/2/103 +f 62/1/104 63/2/105 64/1/106 +f 61/2/109 62/1/108 63/2/107 +f 64/1/110 63/2/107 62/1/108 +f 59/2/99 55/1/91 65/2/111 +f 55/1/91 59/2/99 57/1/93 +f 65/2/112 55/1/97 59/2/101 +f 57/1/95 59/2/101 55/1/97 +f 58/1/94 66/2/113 56/1/92 +f 66/2/113 58/1/94 60/2/100 +f 56/1/96 66/2/114 58/1/98 +f 60/2/102 58/1/98 66/2/114 +f 69/1/117 68/2/116 67/2/115 +f 68/2/116 69/1/117 70/1/118 +f 67/2/121 68/2/120 69/1/119 +f 70/1/122 69/1/119 68/2/120 +f 55/1/91 66/2/113 65/2/111 +f 66/2/113 55/1/91 56/1/92 +f 65/2/112 66/2/114 55/1/97 +f 56/1/96 55/1/97 66/2/114 +f 61/2/103 69/1/117 67/2/115 +f 69/1/117 61/2/103 62/1/104 +f 67/2/121 69/1/119 61/2/109 +f 62/1/108 61/2/109 69/1/119 +f 64/1/106 68/2/116 70/1/118 +f 68/2/116 64/1/106 63/2/105 +f 70/1/122 68/2/120 64/1/110 +f 63/2/107 64/1/110 68/2/120 +f 62/1/104 70/1/118 69/1/117 +f 70/1/118 62/1/104 64/1/106 +f 69/1/119 70/1/122 62/1/108 +f 64/1/110 62/1/108 70/1/122 +f 54/1/88 35/2/51 53/2/87 +f 35/2/51 54/1/88 36/1/52 +f 53/2/89 35/2/54 54/1/90 +f 36/1/53 54/1/90 35/2/54 +f 73/4/123 72/2/124 71/2/123 +f 72/2/124 73/4/123 74/4/124 +f 71/2/125 72/2/126 73/4/125 +f 74/4/126 73/4/125 72/2/126 +f 77/4/37 76/4/37 75/4/37 +f 76/4/37 77/4/37 74/4/37 +f 76/4/37 74/4/37 73/4/37 +f 75/4/38 76/4/38 77/4/38 +f 74/4/38 77/4/38 76/4/38 +f 73/4/38 74/4/38 76/4/38 +f 75/4/126 79/2/126 78/2/126 +f 79/2/126 75/4/126 76/4/126 +f 78/2/124 79/2/124 75/4/124 +f 76/4/124 75/4/124 79/2/124 +f 74/4/124 80/2/127 72/2/124 +f 80/2/127 74/4/124 77/4/127 +f 72/2/126 80/2/128 74/4/126 +f 77/4/128 74/4/126 80/2/128 +f 75/4/129 80/2/129 77/4/129 +f 80/2/129 75/4/129 78/2/129 +f 77/4/130 80/2/130 75/4/130 +f 78/2/130 75/4/130 80/2/130 +f 79/2/130 73/4/130 71/2/130 +f 73/4/130 79/2/130 76/4/130 +f 71/2/129 73/4/129 79/2/129 +f 76/4/129 79/2/129 73/4/129 +f 83/2/45 82/1/44 81/2/43 +f 82/1/44 83/2/45 84/1/46 +f 81/2/49 82/1/48 83/2/47 +f 84/1/50 83/2/47 82/1/48 +f 86/1/52 83/2/45 85/2/51 +f 83/2/45 86/1/52 84/1/46 +f 85/2/54 83/2/47 86/1/53 +f 84/1/50 86/1/53 83/2/47 +f 89/3/57 88/2/56 87/2/55 +f 88/2/56 89/3/57 90/3/58 +f 87/2/61 88/2/60 89/3/59 +f 90/3/62 89/3/59 88/2/60 +f 88/2/56 92/3/64 91/2/63 +f 92/3/64 88/2/56 90/3/58 +f 91/2/66 92/3/65 88/2/60 +f 90/3/62 88/2/60 92/3/65 +f 95/2/69 94/3/68 93/2/67 +f 94/3/68 95/2/69 96/3/70 +f 93/2/73 94/3/72 95/2/71 +f 96/3/74 95/2/71 94/3/72 +f 94/3/68 98/3/76 97/3/75 +f 98/3/76 94/3/68 96/3/70 +f 97/3/78 98/3/77 94/3/72 +f 96/3/74 94/3/72 98/3/77 +f 98/3/76 95/2/69 99/2/79 +f 95/2/69 98/3/76 96/3/70 +f 99/2/80 95/2/71 98/3/77 +f 96/3/74 98/3/77 95/2/71 +f 94/3/68 100/2/81 93/2/67 +f 100/2/81 94/3/68 97/3/75 +f 93/2/73 100/2/82 94/3/72 +f 97/3/78 94/3/72 100/2/82 +f 97/3/75 99/2/79 100/2/81 +f 99/2/79 97/3/75 98/3/76 +f 100/2/82 99/2/80 97/3/78 +f 98/3/77 97/3/78 99/2/80 +f 102/3/84 87/2/55 101/2/83 +f 87/2/55 102/3/84 89/3/57 +f 101/2/86 87/2/61 102/3/85 +f 89/3/59 102/3/85 87/2/61 +f 82/1/44 103/2/87 81/2/43 +f 103/2/87 82/1/44 104/1/88 +f 81/2/49 103/2/89 82/1/48 +f 104/1/90 82/1/48 103/2/89 +f 92/3/64 101/2/83 91/2/63 +f 101/2/83 92/3/64 102/3/84 +f 91/2/66 101/2/86 92/3/65 +f 102/3/85 92/3/65 101/2/86 +f 92/3/64 89/3/57 102/3/84 +f 89/3/57 92/3/64 90/3/58 +f 102/3/85 89/3/59 92/3/65 +f 90/3/62 92/3/65 89/3/59 +f 107/1/93 106/1/92 105/1/91 +f 106/1/92 107/1/93 108/1/94 +f 105/1/97 106/1/96 107/1/95 +f 108/1/98 107/1/95 106/1/96 +f 104/1/88 84/1/46 86/1/52 +f 84/1/46 104/1/88 82/1/44 +f 86/1/53 84/1/50 104/1/90 +f 82/1/48 104/1/90 84/1/50 +f 109/2/99 108/1/94 107/1/93 +f 108/1/94 109/2/99 110/2/100 +f 107/1/95 108/1/98 109/2/101 +f 110/2/102 109/2/101 108/1/98 +f 113/2/105 112/1/104 111/2/103 +f 112/1/104 113/2/105 114/1/106 +f 111/2/109 112/1/108 113/2/107 +f 114/1/110 113/2/107 112/1/108 +f 109/2/99 105/1/91 115/2/111 +f 105/1/91 109/2/99 107/1/93 +f 115/2/112 105/1/97 109/2/101 +f 107/1/95 109/2/101 105/1/97 +f 108/1/94 116/2/113 106/1/92 +f 116/2/113 108/1/94 110/2/100 +f 106/1/96 116/2/114 108/1/98 +f 110/2/102 108/1/98 116/2/114 +f 119/1/117 118/2/116 117/2/115 +f 118/2/116 119/1/117 120/1/118 +f 117/2/121 118/2/120 119/1/119 +f 120/1/122 119/1/119 118/2/120 +f 105/1/91 116/2/113 115/2/111 +f 116/2/113 105/1/91 106/1/92 +f 115/2/112 116/2/114 105/1/97 +f 106/1/96 105/1/97 116/2/114 +f 111/2/103 119/1/117 117/2/115 +f 119/1/117 111/2/103 112/1/104 +f 117/2/121 119/1/119 111/2/109 +f 112/1/108 111/2/109 119/1/119 +f 114/1/106 118/2/116 120/1/118 +f 118/2/116 114/1/106 113/2/105 +f 120/1/122 118/2/120 114/1/110 +f 113/2/107 114/1/110 118/2/120 +f 112/1/104 120/1/118 119/1/117 +f 120/1/118 112/1/104 114/1/106 +f 119/1/119 120/1/122 112/1/108 +f 114/1/110 112/1/108 120/1/122 +f 104/1/88 85/2/51 103/2/87 +f 85/2/51 104/1/88 86/1/52 +f 103/2/89 85/2/54 104/1/90 +f 86/1/53 104/1/90 85/2/54 +f 123/4/123 122/2/124 121/2/123 +f 122/2/124 123/4/123 124/4/124 +f 121/2/125 122/2/126 123/4/125 +f 124/4/126 123/4/125 122/2/126 +f 127/4/37 126/4/37 125/4/37 +f 126/4/37 127/4/37 124/4/37 +f 126/4/37 124/4/37 123/4/37 +f 125/4/38 126/4/38 127/4/38 +f 124/4/38 127/4/38 126/4/38 +f 123/4/38 124/4/38 126/4/38 +f 125/4/126 129/2/126 128/2/126 +f 129/2/126 125/4/126 126/4/126 +f 128/2/124 129/2/124 125/4/124 +f 126/4/124 125/4/124 129/2/124 +f 124/4/124 130/2/127 122/2/124 +f 130/2/127 124/4/124 127/4/127 +f 122/2/126 130/2/128 124/4/126 +f 127/4/128 124/4/126 130/2/128 +f 125/4/129 130/2/129 127/4/129 +f 130/2/129 125/4/129 128/2/129 +f 127/4/130 130/2/130 125/4/130 +f 128/2/130 125/4/130 130/2/130 +f 129/2/130 123/4/130 121/2/130 +f 123/4/130 129/2/130 126/4/130 +f 121/2/129 123/4/129 129/2/129 +f 126/4/129 129/2/129 123/4/129 +f 133/2/87 132/1/52 131/2/51 +f 132/1/52 133/2/87 134/1/88 +f 131/2/54 132/1/53 133/2/89 +f 134/1/90 133/2/89 132/1/53 +f 136/1/44 133/2/87 135/2/43 +f 133/2/87 136/1/44 134/1/88 +f 135/2/49 133/2/89 136/1/48 +f 134/1/90 136/1/48 133/2/89 +f 139/3/64 138/2/83 137/2/63 +f 138/2/83 139/3/64 140/3/84 +f 137/2/66 138/2/86 139/3/65 +f 140/3/85 139/3/65 138/2/86 +f 138/2/83 142/3/57 141/2/55 +f 142/3/57 138/2/83 140/3/84 +f 141/2/61 142/3/59 138/2/86 +f 140/3/85 138/2/86 142/3/59 +f 145/2/81 144/3/76 143/2/79 +f 144/3/76 145/2/81 146/3/75 +f 143/2/80 144/3/77 145/2/82 +f 146/3/78 145/2/82 144/3/77 +f 144/3/76 148/3/68 147/3/70 +f 148/3/68 144/3/76 146/3/75 +f 147/3/74 148/3/72 144/3/77 +f 146/3/78 144/3/77 148/3/72 +f 148/3/68 145/2/81 149/2/67 +f 145/2/81 148/3/68 146/3/75 +f 149/2/73 145/2/82 148/3/72 +f 146/3/78 148/3/72 145/2/82 +f 144/3/76 150/2/69 143/2/79 +f 150/2/69 144/3/76 147/3/70 +f 143/2/80 150/2/71 144/3/77 +f 147/3/74 144/3/77 150/2/71 +f 147/3/70 149/2/67 150/2/69 +f 149/2/67 147/3/70 148/3/68 +f 150/2/71 149/2/73 147/3/74 +f 148/3/72 147/3/74 149/2/73 +f 152/3/58 137/2/63 151/2/56 +f 137/2/63 152/3/58 139/3/64 +f 151/2/60 137/2/66 152/3/62 +f 139/3/65 152/3/62 137/2/66 +f 132/1/52 153/2/45 131/2/51 +f 153/2/45 132/1/52 154/1/46 +f 131/2/54 153/2/47 132/1/53 +f 154/1/50 132/1/53 153/2/47 +f 142/3/57 151/2/56 141/2/55 +f 151/2/56 142/3/57 152/3/58 +f 141/2/61 151/2/60 142/3/59 +f 152/3/62 142/3/59 151/2/60 +f 142/3/57 139/3/64 152/3/58 +f 139/3/64 142/3/57 140/3/84 +f 152/3/62 139/3/65 142/3/59 +f 140/3/85 142/3/59 139/3/65 +f 157/1/133 156/1/132 155/1/131 +f 156/1/132 157/1/133 158/1/134 +f 155/1/137 156/1/136 157/1/135 +f 158/1/138 157/1/135 156/1/136 +f 154/1/46 134/1/88 136/1/44 +f 134/1/88 154/1/46 132/1/52 +f 136/1/48 134/1/90 154/1/50 +f 132/1/53 154/1/50 134/1/90 +f 159/2/139 158/1/134 157/1/133 +f 158/1/134 159/2/139 160/2/140 +f 157/1/135 158/1/138 159/2/141 +f 160/2/142 159/2/141 158/1/138 +f 163/2/115 162/1/118 161/2/116 +f 162/1/118 163/2/115 164/1/117 +f 161/2/120 162/1/122 163/2/121 +f 164/1/119 163/2/121 162/1/122 +f 159/2/139 155/1/131 165/2/143 +f 155/1/131 159/2/139 157/1/133 +f 165/2/144 155/1/137 159/2/141 +f 157/1/135 159/2/141 155/1/137 +f 158/1/134 166/2/145 156/1/132 +f 166/2/145 158/1/134 160/2/140 +f 156/1/136 166/2/146 158/1/138 +f 160/2/142 158/1/138 166/2/146 +f 169/1/106 168/2/103 167/2/105 +f 168/2/103 169/1/106 170/1/104 +f 167/2/107 168/2/109 169/1/110 +f 170/1/108 169/1/110 168/2/109 +f 155/1/131 166/2/145 165/2/143 +f 166/2/145 155/1/131 156/1/132 +f 165/2/144 166/2/146 155/1/137 +f 156/1/136 155/1/137 166/2/146 +f 161/2/116 169/1/106 167/2/105 +f 169/1/106 161/2/116 162/1/118 +f 167/2/107 169/1/110 161/2/120 +f 162/1/122 161/2/120 169/1/110 +f 164/1/117 168/2/103 170/1/104 +f 168/2/103 164/1/117 163/2/115 +f 170/1/108 168/2/109 164/1/119 +f 163/2/121 164/1/119 168/2/109 +f 162/1/118 170/1/104 169/1/106 +f 170/1/104 162/1/118 164/1/117 +f 169/1/110 170/1/108 162/1/122 +f 164/1/119 162/1/122 170/1/108 +f 154/1/46 135/2/43 153/2/45 +f 135/2/43 154/1/46 136/1/44 +f 153/2/47 135/2/49 154/1/50 +f 136/1/48 154/1/50 135/2/49 +f 173/4/125 172/2/147 171/2/125 +f 172/2/147 173/4/125 174/4/147 +f 171/2/123 172/2/148 173/4/123 +f 174/4/148 173/4/123 172/2/148 +f 177/4/37 176/4/37 175/4/37 +f 176/4/37 177/4/37 174/4/37 +f 176/4/37 174/4/37 173/4/37 +f 175/4/38 176/4/38 177/4/38 +f 174/4/38 177/4/38 176/4/38 +f 173/4/38 174/4/38 176/4/38 +f 175/4/148 179/2/148 178/2/148 +f 179/2/148 175/4/148 176/4/148 +f 178/2/147 179/2/147 175/4/147 +f 176/4/147 175/4/147 179/2/147 +f 174/4/147 180/2/128 172/2/147 +f 180/2/128 174/4/147 177/4/128 +f 172/2/148 180/2/127 174/4/148 +f 177/4/127 174/4/148 180/2/127 +f 175/4/149 180/2/149 177/4/149 +f 180/2/149 175/4/149 178/2/149 +f 177/4/150 180/2/150 175/4/150 +f 178/2/150 175/4/150 180/2/150 +f 179/2/150 173/4/150 171/2/150 +f 173/4/150 179/2/150 176/4/150 +f 171/2/149 173/4/149 179/2/149 +f 176/4/149 179/2/149 173/4/149 +f 183/2/87 182/1/52 181/2/51 +f 182/1/52 183/2/87 184/1/88 +f 181/2/54 182/1/53 183/2/89 +f 184/1/90 183/2/89 182/1/53 +f 186/1/44 183/2/87 185/2/43 +f 183/2/87 186/1/44 184/1/88 +f 185/2/49 183/2/89 186/1/48 +f 184/1/90 186/1/48 183/2/89 +f 189/3/64 188/2/83 187/2/63 +f 188/2/83 189/3/64 190/3/84 +f 187/2/66 188/2/86 189/3/65 +f 190/3/85 189/3/65 188/2/86 +f 188/2/83 192/3/57 191/2/55 +f 192/3/57 188/2/83 190/3/84 +f 191/2/61 192/3/59 188/2/86 +f 190/3/85 188/2/86 192/3/59 +f 195/2/81 194/3/76 193/2/79 +f 194/3/76 195/2/81 196/3/75 +f 193/2/80 194/3/77 195/2/82 +f 196/3/78 195/2/82 194/3/77 +f 194/3/76 198/3/68 197/3/70 +f 198/3/68 194/3/76 196/3/75 +f 197/3/74 198/3/72 194/3/77 +f 196/3/78 194/3/77 198/3/72 +f 198/3/68 195/2/81 199/2/67 +f 195/2/81 198/3/68 196/3/75 +f 199/2/73 195/2/82 198/3/72 +f 196/3/78 198/3/72 195/2/82 +f 194/3/76 200/2/69 193/2/79 +f 200/2/69 194/3/76 197/3/70 +f 193/2/80 200/2/71 194/3/77 +f 197/3/74 194/3/77 200/2/71 +f 197/3/70 199/2/67 200/2/69 +f 199/2/67 197/3/70 198/3/68 +f 200/2/71 199/2/73 197/3/74 +f 198/3/72 197/3/74 199/2/73 +f 202/3/58 187/2/63 201/2/56 +f 187/2/63 202/3/58 189/3/64 +f 201/2/60 187/2/66 202/3/62 +f 189/3/65 202/3/62 187/2/66 +f 182/1/52 203/2/45 181/2/51 +f 203/2/45 182/1/52 204/1/46 +f 181/2/54 203/2/47 182/1/53 +f 204/1/50 182/1/53 203/2/47 +f 192/3/57 201/2/56 191/2/55 +f 201/2/56 192/3/57 202/3/58 +f 191/2/61 201/2/60 192/3/59 +f 202/3/62 192/3/59 201/2/60 +f 192/3/57 189/3/64 202/3/58 +f 189/3/64 192/3/57 190/3/84 +f 202/3/62 189/3/65 192/3/59 +f 190/3/85 192/3/59 189/3/65 +f 207/1/133 206/1/132 205/1/131 +f 206/1/132 207/1/133 208/1/134 +f 205/1/137 206/1/136 207/1/135 +f 208/1/138 207/1/135 206/1/136 +f 204/1/46 184/1/88 186/1/44 +f 184/1/88 204/1/46 182/1/52 +f 186/1/48 184/1/90 204/1/50 +f 182/1/53 204/1/50 184/1/90 +f 209/2/139 208/1/134 207/1/133 +f 208/1/134 209/2/139 210/2/140 +f 207/1/135 208/1/138 209/2/141 +f 210/2/142 209/2/141 208/1/138 +f 213/2/115 212/1/118 211/2/116 +f 212/1/118 213/2/115 214/1/117 +f 211/2/120 212/1/122 213/2/121 +f 214/1/119 213/2/121 212/1/122 +f 209/2/139 205/1/131 215/2/143 +f 205/1/131 209/2/139 207/1/133 +f 215/2/144 205/1/137 209/2/141 +f 207/1/135 209/2/141 205/1/137 +f 208/1/134 216/2/145 206/1/132 +f 216/2/145 208/1/134 210/2/140 +f 206/1/136 216/2/146 208/1/138 +f 210/2/142 208/1/138 216/2/146 +f 219/1/106 218/2/103 217/2/105 +f 218/2/103 219/1/106 220/1/104 +f 217/2/107 218/2/109 219/1/110 +f 220/1/108 219/1/110 218/2/109 +f 205/1/131 216/2/145 215/2/143 +f 216/2/145 205/1/131 206/1/132 +f 215/2/144 216/2/146 205/1/137 +f 206/1/136 205/1/137 216/2/146 +f 211/2/116 219/1/106 217/2/105 +f 219/1/106 211/2/116 212/1/118 +f 217/2/107 219/1/110 211/2/120 +f 212/1/122 211/2/120 219/1/110 +f 214/1/117 218/2/103 220/1/104 +f 218/2/103 214/1/117 213/2/115 +f 220/1/108 218/2/109 214/1/119 +f 213/2/121 214/1/119 218/2/109 +f 212/1/118 220/1/104 219/1/106 +f 220/1/104 212/1/118 214/1/117 +f 219/1/110 220/1/108 212/1/122 +f 214/1/119 212/1/122 220/1/108 +f 204/1/46 185/2/43 203/2/45 +f 185/2/43 204/1/46 186/1/44 +f 203/2/47 185/2/49 204/1/50 +f 186/1/48 204/1/50 185/2/49 +f 223/4/125 222/2/147 221/2/125 +f 222/2/147 223/4/125 224/4/147 +f 221/2/123 222/2/148 223/4/123 +f 224/4/148 223/4/123 222/2/148 +f 227/4/37 226/4/37 225/4/37 +f 226/4/37 227/4/37 224/4/37 +f 226/4/37 224/4/37 223/4/37 +f 225/4/38 226/4/38 227/4/38 +f 224/4/38 227/4/38 226/4/38 +f 223/4/38 224/4/38 226/4/38 +f 225/4/148 229/2/148 228/2/148 +f 229/2/148 225/4/148 226/4/148 +f 228/2/147 229/2/147 225/4/147 +f 226/4/147 225/4/147 229/2/147 +f 224/4/147 230/2/128 222/2/147 +f 230/2/128 224/4/147 227/4/128 +f 222/2/148 230/2/127 224/4/148 +f 227/4/127 224/4/148 230/2/127 +f 225/4/149 230/2/149 227/4/149 +f 230/2/149 225/4/149 228/2/149 +f 227/4/150 230/2/150 225/4/150 +f 228/2/150 225/4/150 230/2/150 +f 229/2/150 223/4/150 221/2/150 +f 223/4/150 229/2/150 226/4/150 +f 221/2/149 223/4/149 229/2/149 +f 226/4/149 229/2/149 223/4/149 +f 233/4/37 232/4/37 231/4/37 +f 232/4/37 233/4/37 234/4/37 +f 234/4/37 233/4/37 235/4/37 +f 231/4/38 232/4/38 233/4/38 +f 234/4/38 233/4/38 232/4/38 +f 235/4/38 233/4/38 234/4/38 +f 232/4/151 236/2/151 231/4/151 +f 236/2/151 232/4/151 237/2/151 +f 231/4/152 236/2/152 232/4/152 +f 237/2/152 232/4/152 236/2/152 +f 232/4/153 238/2/153 237/2/153 +f 238/2/153 232/4/153 234/4/153 +f 237/2/154 238/2/154 232/4/154 +f 234/4/154 232/4/154 238/2/154 +f 238/2/156 235/4/155 239/2/155 +f 235/4/155 238/2/156 234/4/156 +f 239/2/158 235/4/158 238/2/157 +f 234/4/157 238/2/157 235/4/158 +f 239/2/155 233/4/159 240/2/159 +f 233/4/159 239/2/155 235/4/155 +f 240/2/160 233/4/160 239/2/158 +f 235/4/158 239/2/158 233/4/160 +f 240/2/159 231/4/161 236/2/161 +f 231/4/161 240/2/159 233/4/159 +f 236/2/162 231/4/162 240/2/160 +f 233/4/160 240/2/160 231/4/162 +f 243/4/37 242/4/37 241/4/37 +f 242/4/37 243/4/37 244/4/37 +f 244/4/37 243/4/37 245/4/37 +f 241/4/38 242/4/38 243/4/38 +f 244/4/38 243/4/38 242/4/38 +f 245/4/38 243/4/38 244/4/38 +f 242/4/40 246/2/40 241/4/40 +f 246/2/40 242/4/40 247/2/40 +f 241/4/39 246/2/39 242/4/39 +f 247/2/39 242/4/39 246/2/39 +f 242/4/35 248/2/35 247/2/35 +f 248/2/35 242/4/35 244/4/35 +f 247/2/33 248/2/33 242/4/33 +f 244/4/33 242/4/33 248/2/33 +f 248/2/164 245/4/163 249/2/163 +f 245/4/163 248/2/164 244/4/164 +f 249/2/166 245/4/166 248/2/165 +f 244/4/165 248/2/165 245/4/166 +f 249/2/163 243/4/167 250/2/167 +f 243/4/167 249/2/163 245/4/163 +f 250/2/168 243/4/168 249/2/166 +f 245/4/166 249/2/166 243/4/168 +f 250/2/167 241/4/169 246/2/169 +f 241/4/169 250/2/167 243/4/167 +f 246/2/170 241/4/170 250/2/168 +f 243/4/168 250/2/168 241/4/170 +f 253/1/3 252/1/2 251/1/1 +f 252/1/2 253/1/3 254/1/4 +f 251/1/7 252/1/6 253/1/5 +f 254/1/8 253/1/5 252/1/6 +f 257/3/11 256/2/10 255/2/9 +f 256/2/10 257/3/11 258/3/12 +f 255/2/15 256/2/14 257/3/13 +f 258/3/16 257/3/13 256/2/14 +f 254/1/4 260/2/18 259/2/17 +f 260/2/18 254/1/4 253/1/3 +f 259/2/20 260/2/19 254/1/8 +f 253/1/5 254/1/8 260/2/19 +f 253/1/3 261/2/21 260/2/18 +f 261/2/21 253/1/3 251/1/1 +f 260/2/19 261/2/22 253/1/5 +f 251/1/7 253/1/5 261/2/22 +f 258/3/12 262/2/23 256/2/10 +f 262/2/23 258/3/12 263/3/24 +f 256/2/14 262/2/25 258/3/16 +f 263/3/26 258/3/16 262/2/25 +f 264/2/27 257/3/11 255/2/9 +f 257/3/11 264/2/27 265/3/28 +f 255/2/15 257/3/13 264/2/29 +f 265/3/30 264/2/29 257/3/13 +f 266/2/31 254/1/4 259/2/17 +f 254/1/4 266/2/31 252/1/2 +f 259/2/20 254/1/8 266/2/32 +f 252/1/6 266/2/32 254/1/8 +f 251/1/1 266/2/31 261/2/21 +f 266/2/31 251/1/1 252/1/2 +f 261/2/22 266/2/32 251/1/7 +f 252/1/6 251/1/7 266/2/32 +f 257/3/11 263/3/24 258/3/12 +f 263/3/24 257/3/11 265/3/28 +f 258/3/16 263/3/26 257/3/13 +f 265/3/30 257/3/13 263/3/26 +f 263/3/24 264/2/27 262/2/23 +f 264/2/27 263/3/24 265/3/28 +f 262/2/25 264/2/29 263/3/26 +f 265/3/30 263/3/26 264/2/29 +f 269/4/33 268/2/34 267/2/33 +f 268/2/34 269/4/33 270/4/34 +f 267/2/35 268/2/36 269/4/35 +f 270/4/36 269/4/35 268/2/36 +f 270/4/37 272/4/37 271/4/37 +f 272/4/37 270/4/37 269/4/37 +f 272/4/37 269/4/37 273/4/37 +f 271/4/38 272/4/38 270/4/38 +f 269/4/38 270/4/38 272/4/38 +f 273/4/38 269/4/38 272/4/38 +f 275/2/39 273/4/39 274/2/39 +f 273/4/39 275/2/39 272/4/39 +f 274/2/40 273/4/40 275/2/40 +f 272/4/40 275/2/40 273/4/40 +f 271/4/35 275/2/35 276/2/35 +f 275/2/35 271/4/35 272/4/35 +f 276/2/33 275/2/33 271/4/33 +f 272/4/33 271/4/33 275/2/33 +f 271/4/40 268/2/40 270/4/40 +f 268/2/40 271/4/40 276/2/40 +f 270/4/39 268/2/39 271/4/39 +f 276/2/39 271/4/39 268/2/39 +f 273/4/41 267/2/33 274/2/41 +f 267/2/33 273/4/41 269/4/33 +f 274/2/42 267/2/35 273/4/42 +f 269/4/35 273/4/42 267/2/35 +f 279/2/37 278/2/37 277/2/37 +f 278/2/37 279/2/37 280/2/37 +f 277/2/38 278/2/38 279/2/38 +f 280/2/38 279/2/38 278/2/38 +f 282/2/37 277/2/37 281/2/37 +f 277/2/37 282/2/37 279/2/37 +f 281/2/38 277/2/38 282/2/38 +f 279/2/38 282/2/38 277/2/38 +f 285/5/37 284/5/37 283/5/37 +f 284/5/37 285/5/37 286/5/37 +f 284/5/37 286/5/37 287/5/37 +f 283/5/38 284/5/38 285/5/38 +f 286/5/38 285/5/38 284/5/38 +f 287/5/38 286/5/38 284/5/38 +f 289/6/39 287/5/39 288/6/39 +f 287/5/39 289/6/39 284/5/39 +f 288/6/40 287/5/40 289/6/40 +f 284/5/40 289/6/40 287/5/40 +f 287/5/41 290/6/33 288/6/41 +f 290/6/33 287/5/41 286/5/33 +f 288/6/42 290/6/35 287/5/42 +f 286/5/35 287/5/42 290/6/35 +f 283/5/35 289/6/35 291/6/35 +f 289/6/35 283/5/35 284/5/35 +f 291/6/33 289/6/33 283/5/33 +f 284/5/33 283/5/33 289/6/33 +f 283/5/40 292/6/40 285/5/40 +f 292/6/40 283/5/40 291/6/40 +f 285/5/39 292/6/39 283/5/39 +f 291/6/39 283/5/39 292/6/39 +f 286/5/33 292/6/34 290/6/33 +f 292/6/34 286/5/33 285/5/34 +f 290/6/35 292/6/36 286/5/35 +f 285/5/36 286/5/35 292/6/36 +f 295/7/35 294/6/35 293/6/35 +f 294/6/35 295/7/35 296/7/35 +f 293/6/33 294/6/33 295/7/33 +f 296/7/33 295/7/33 294/6/33 +f 297/7/37 296/7/37 295/7/37 +f 296/7/37 297/7/37 298/7/37 +f 296/7/37 298/7/37 299/7/37 +f 295/7/38 296/7/38 297/7/38 +f 298/7/38 297/7/38 296/7/38 +f 299/7/38 298/7/38 296/7/38 +f 298/7/33 301/6/171 300/6/33 +f 301/6/171 298/7/33 297/7/171 +f 300/6/35 301/6/172 298/7/35 +f 297/7/172 298/7/35 301/6/172 +f 295/7/40 301/6/40 297/7/40 +f 301/6/40 295/7/40 293/6/40 +f 297/7/39 301/6/39 295/7/39 +f 293/6/39 295/7/39 301/6/39 +f 294/6/39 299/7/39 302/6/39 +f 299/7/39 294/6/39 296/7/39 +f 302/6/40 299/7/40 294/6/40 +f 296/7/40 294/6/40 299/7/40 +f 294/6/38 301/6/38 293/6/38 +f 301/6/38 294/6/38 300/6/38 +f 300/6/38 294/6/38 302/6/38 +f 293/6/37 301/6/37 294/6/37 +f 300/6/37 294/6/37 301/6/37 +f 302/6/37 294/6/37 300/6/37 +f 299/7/173 300/6/33 302/6/173 +f 300/6/33 299/7/173 298/7/33 +f 302/6/174 300/6/35 299/7/174 +f 298/7/35 299/7/174 300/6/35 +f 305/9/175 304/8/176 303/8/175 +f 304/8/176 305/9/175 306/9/176 +f 303/8/177 304/8/178 305/9/177 +f 306/9/178 305/9/177 304/8/178 +f 309/9/177 308/8/178 307/8/177 +f 308/8/178 309/9/177 310/9/178 +f 307/8/175 308/8/176 309/9/175 +f 310/9/176 309/9/175 308/8/176 +f 313/9/180 312/8/179 311/9/179 +f 312/8/179 313/9/180 314/8/180 +f 311/9/182 312/8/182 313/9/181 +f 314/8/181 313/9/181 312/8/182 +f 317/8/182 316/9/181 315/8/181 +f 316/9/181 317/8/182 318/9/182 +f 315/8/180 316/9/180 317/8/179 +f 318/9/179 317/8/179 316/9/180 +f 310/9/178 317/8/182 308/8/178 +f 317/8/182 310/9/178 318/9/182 +f 308/8/176 317/8/179 310/9/176 +f 318/9/179 310/9/176 317/8/179 +f 306/9/176 312/8/179 304/8/176 +f 312/8/179 306/9/176 311/9/179 +f 304/8/178 312/8/182 306/9/178 +f 311/9/182 306/9/178 312/8/182 +f 313/9/180 307/8/177 314/8/180 +f 307/8/177 313/9/180 309/9/177 +f 314/8/181 307/8/175 313/9/181 +f 309/9/175 313/9/181 307/8/175 +f 316/9/181 303/8/175 315/8/181 +f 303/8/175 316/9/181 305/9/175 +f 315/8/180 303/8/177 316/9/180 +f 305/9/177 316/9/180 303/8/177 +f 306/9/183 313/9/183 311/9/183 +f 313/9/183 306/9/183 309/9/183 +f 309/9/183 306/9/183 305/9/183 +f 309/9/183 305/9/183 310/9/183 +f 310/9/183 305/9/183 316/9/183 +f 310/9/183 316/9/183 318/9/183 +f 311/9/184 313/9/184 306/9/184 +f 309/9/184 306/9/184 313/9/184 +f 305/9/184 306/9/184 309/9/184 +f 310/9/184 305/9/184 309/9/184 +f 316/9/184 305/9/184 310/9/184 +f 318/9/184 316/9/184 310/9/184 +f 307/8/184 312/8/184 314/8/184 +f 312/8/184 307/8/184 304/8/184 +f 304/8/184 307/8/184 308/8/184 +f 304/8/184 308/8/184 303/8/184 +f 303/8/184 308/8/184 317/8/184 +f 303/8/184 317/8/184 315/8/184 +f 314/8/183 312/8/183 307/8/183 +f 304/8/183 307/8/183 312/8/183 +f 308/8/183 307/8/183 304/8/183 +f 303/8/183 308/8/183 304/8/183 +f 317/8/183 308/8/183 303/8/183 +f 315/8/183 317/8/183 303/8/183 +f 78/7/129 320/6/129 319/7/129 +f 320/6/129 78/7/129 321/6/129 +f 319/7/130 320/6/130 78/7/130 +f 321/6/130 78/7/130 320/6/130 +f 324/7/185 323/6/124 322/6/185 +f 323/6/124 324/7/185 325/7/124 +f 322/6/186 323/6/126 324/7/186 +f 325/7/126 324/7/186 323/6/126 +f 78/7/126 326/6/126 321/6/126 +f 326/6/126 78/7/126 79/7/126 +f 321/6/124 326/6/124 78/7/124 +f 79/7/124 78/7/124 326/6/124 +f 325/7/124 320/6/187 323/6/124 +f 320/6/187 325/7/124 319/7/187 +f 323/6/126 320/6/188 325/7/126 +f 319/7/188 325/7/126 320/6/188 +f 326/6/38 320/6/38 321/6/38 +f 320/6/38 326/6/38 323/6/38 +f 323/6/38 326/6/38 322/6/38 +f 321/6/37 320/6/37 326/6/37 +f 323/6/37 326/6/37 320/6/37 +f 322/6/37 326/6/37 323/6/37 +f 319/7/37 79/7/37 78/7/37 +f 79/7/37 319/7/37 325/7/37 +f 79/7/37 325/7/37 324/7/37 +f 78/7/38 79/7/38 319/7/38 +f 325/7/38 319/7/38 79/7/38 +f 324/7/38 325/7/38 79/7/38 +f 326/6/130 324/7/130 322/6/130 +f 324/7/130 326/6/130 79/7/130 +f 322/6/129 324/7/129 326/6/129 +f 79/7/129 326/6/129 324/7/129 +f 329/5/37 328/5/37 327/5/37 +f 328/5/37 329/5/37 330/5/37 +f 328/5/37 330/5/37 331/5/37 +f 327/5/38 328/5/38 329/5/38 +f 330/5/38 329/5/38 328/5/38 +f 331/5/38 330/5/38 328/5/38 +f 327/5/126 333/6/126 332/6/126 +f 333/6/126 327/5/126 328/5/126 +f 332/6/124 333/6/124 327/5/124 +f 328/5/124 327/5/124 333/6/124 +f 333/6/130 331/5/130 334/6/130 +f 331/5/130 333/6/130 328/5/130 +f 334/6/129 331/5/129 333/6/129 +f 328/5/129 333/6/129 331/5/129 +f 327/5/129 335/6/129 329/5/129 +f 335/6/129 327/5/129 332/6/129 +f 329/5/130 335/6/130 327/5/130 +f 332/6/130 327/5/130 335/6/130 +f 337/11/125 336/10/125 330/5/126 +f 336/10/125 338/12/125 330/5/126 +f 339/13/125 337/11/125 330/5/126 +f 330/5/126 338/12/125 340/6/126 +f 341/12/125 340/6/126 338/12/125 +f 340/6/126 341/12/125 334/6/125 +f 342/10/125 334/6/125 341/12/125 +f 331/5/125 339/13/125 330/5/126 +f 331/5/125 334/6/125 342/10/125 +f 339/13/125 331/5/125 343/13/125 +f 344/11/125 331/5/125 342/10/125 +f 343/13/125 331/5/125 344/11/125 +f 346/15/128 345/14/128 329/5/128 +f 347/16/128 346/15/128 329/5/128 +f 330/5/126 347/16/128 329/5/128 +f 347/16/128 330/5/126 348/16/128 +f 329/5/128 345/14/128 335/6/128 +f 348/16/128 330/5/126 349/15/128 +f 349/15/128 330/5/126 350/14/128 +f 351/17/128 335/6/128 345/14/128 +f 350/14/128 330/5/126 352/18/128 +f 353/17/128 350/14/128 352/18/128 +f 353/17/128 352/18/128 351/17/128 +f 352/18/128 330/5/126 354/18/128 +f 354/18/128 330/5/126 355/19/128 +f 355/19/128 330/5/126 356/20/128 +f 330/5/126 340/6/126 356/20/128 +f 356/20/128 340/6/126 357/21/128 +f 335/6/128 357/21/128 340/6/126 +f 357/21/128 335/6/128 358/21/128 +f 358/21/128 335/6/128 351/17/128 +f 352/18/128 359/19/128 351/17/128 +f 360/20/128 358/21/128 351/17/128 +f 359/19/128 360/20/128 351/17/128 +f 330/5/124 336/10/123 337/11/123 +f 330/5/124 337/11/123 339/13/123 +f 330/5/124 338/12/123 336/10/123 +f 340/6/124 338/12/123 330/5/124 +f 338/12/123 340/6/124 341/12/123 +f 334/6/123 341/12/123 340/6/124 +f 341/12/123 334/6/123 342/10/123 +f 330/5/124 339/13/123 331/5/123 +f 342/10/123 334/6/123 331/5/123 +f 343/13/123 331/5/123 339/13/123 +f 342/10/123 331/5/123 344/11/123 +f 344/11/123 331/5/123 343/13/123 +f 329/5/127 345/14/127 346/15/127 +f 329/5/127 346/15/127 347/16/127 +f 329/5/127 347/16/127 330/5/124 +f 348/16/127 330/5/124 347/16/127 +f 335/6/127 345/14/127 329/5/127 +f 349/15/127 330/5/124 348/16/127 +f 350/14/127 330/5/124 349/15/127 +f 345/14/127 335/6/127 351/17/127 +f 352/18/127 330/5/124 350/14/127 +f 352/18/127 350/14/127 353/17/127 +f 351/17/127 352/18/127 353/17/127 +f 354/18/127 330/5/124 352/18/127 +f 355/19/127 330/5/124 354/18/127 +f 356/20/127 330/5/124 355/19/127 +f 356/20/127 340/6/124 330/5/124 +f 357/21/127 340/6/124 356/20/127 +f 340/6/124 357/21/127 335/6/127 +f 358/21/127 335/6/127 357/21/127 +f 351/17/127 335/6/127 358/21/127 +f 351/17/127 359/19/127 352/18/127 +f 351/17/127 358/21/127 360/20/127 +f 351/17/127 360/20/127 359/19/127 +f 363/9/189 362/8/190 361/8/189 +f 362/8/190 363/9/189 364/9/190 +f 361/8/191 362/8/192 363/9/191 +f 364/9/192 363/9/191 362/8/192 +f 367/9/191 366/8/192 365/8/191 +f 366/8/192 367/9/191 368/9/192 +f 365/8/189 366/8/190 367/9/189 +f 368/9/190 367/9/189 366/8/190 +f 371/9/194 370/8/193 369/9/193 +f 370/8/193 371/9/194 372/8/194 +f 369/9/196 370/8/196 371/9/195 +f 372/8/195 371/9/195 370/8/196 +f 375/8/196 374/9/195 373/8/195 +f 374/9/195 375/8/196 376/9/196 +f 373/8/194 374/9/194 375/8/193 +f 376/9/193 375/8/193 374/9/194 +f 368/9/192 375/8/196 366/8/192 +f 375/8/196 368/9/192 376/9/196 +f 366/8/190 375/8/193 368/9/190 +f 376/9/193 368/9/190 375/8/193 +f 364/9/190 370/8/193 362/8/190 +f 370/8/193 364/9/190 369/9/193 +f 362/8/192 370/8/196 364/9/192 +f 369/9/196 364/9/192 370/8/196 +f 371/9/194 365/8/191 372/8/194 +f 365/8/191 371/9/194 367/9/191 +f 372/8/195 365/8/189 371/9/195 +f 367/9/189 371/9/195 365/8/189 +f 374/9/195 361/8/189 373/8/195 +f 361/8/189 374/9/195 363/9/189 +f 373/8/194 361/8/191 374/9/194 +f 363/9/191 374/9/194 361/8/191 +f 364/9/197 371/9/197 369/9/197 +f 371/9/197 364/9/197 367/9/197 +f 367/9/197 364/9/197 363/9/197 +f 367/9/197 363/9/197 368/9/197 +f 368/9/197 363/9/197 374/9/197 +f 368/9/197 374/9/197 376/9/197 +f 369/9/198 371/9/198 364/9/198 +f 367/9/198 364/9/198 371/9/198 +f 363/9/198 364/9/198 367/9/198 +f 368/9/198 363/9/198 367/9/198 +f 374/9/198 363/9/198 368/9/198 +f 376/9/198 374/9/198 368/9/198 +f 365/8/198 370/8/198 372/8/198 +f 370/8/198 365/8/198 362/8/198 +f 362/8/198 365/8/198 366/8/198 +f 362/8/198 366/8/198 361/8/198 +f 361/8/198 366/8/198 375/8/198 +f 361/8/198 375/8/198 373/8/198 +f 372/8/197 370/8/197 365/8/197 +f 362/8/197 365/8/197 370/8/197 +f 366/8/197 365/8/197 362/8/197 +f 361/8/197 366/8/197 362/8/197 +f 375/8/197 366/8/197 361/8/197 +f 373/8/197 375/8/197 361/8/197 +f 379/9/199 378/8/200 377/8/199 +f 378/8/200 379/9/199 380/9/200 +f 377/8/201 378/8/202 379/9/201 +f 380/9/202 379/9/201 378/8/202 +f 383/9/201 382/8/202 381/8/201 +f 382/8/202 383/9/201 384/9/202 +f 381/8/199 382/8/200 383/9/199 +f 384/9/200 383/9/199 382/8/200 +f 387/9/204 386/8/203 385/9/203 +f 386/8/203 387/9/204 388/8/204 +f 385/9/206 386/8/206 387/9/205 +f 388/8/205 387/9/205 386/8/206 +f 391/8/206 390/9/205 389/8/205 +f 390/9/205 391/8/206 392/9/206 +f 389/8/204 390/9/204 391/8/203 +f 392/9/203 391/8/203 390/9/204 +f 384/9/202 391/8/206 382/8/202 +f 391/8/206 384/9/202 392/9/206 +f 382/8/200 391/8/203 384/9/200 +f 392/9/203 384/9/200 391/8/203 +f 380/9/200 386/8/203 378/8/200 +f 386/8/203 380/9/200 385/9/203 +f 378/8/202 386/8/206 380/9/202 +f 385/9/206 380/9/202 386/8/206 +f 387/9/204 381/8/201 388/8/204 +f 381/8/201 387/9/204 383/9/201 +f 388/8/205 381/8/199 387/9/205 +f 383/9/199 387/9/205 381/8/199 +f 390/9/205 377/8/199 389/8/205 +f 377/8/199 390/9/205 379/9/199 +f 389/8/204 377/8/201 390/9/204 +f 379/9/201 390/9/204 377/8/201 +f 380/9/207 387/9/207 385/9/207 +f 387/9/207 380/9/207 383/9/207 +f 383/9/207 380/9/207 379/9/207 +f 383/9/207 379/9/207 384/9/207 +f 384/9/207 379/9/207 390/9/207 +f 384/9/207 390/9/207 392/9/207 +f 385/9/208 387/9/208 380/9/208 +f 383/9/208 380/9/208 387/9/208 +f 379/9/208 380/9/208 383/9/208 +f 384/9/208 379/9/208 383/9/208 +f 390/9/208 379/9/208 384/9/208 +f 392/9/208 390/9/208 384/9/208 +f 381/8/208 386/8/208 388/8/208 +f 386/8/208 381/8/208 378/8/208 +f 378/8/208 381/8/208 382/8/208 +f 378/8/208 382/8/208 377/8/208 +f 377/8/208 382/8/208 391/8/208 +f 377/8/208 391/8/208 389/8/208 +f 388/8/207 386/8/207 381/8/207 +f 378/8/207 381/8/207 386/8/207 +f 382/8/207 381/8/207 378/8/207 +f 377/8/207 382/8/207 378/8/207 +f 391/8/207 382/8/207 377/8/207 +f 389/8/207 391/8/207 377/8/207 +f 395/9/199 394/8/200 393/8/199 +f 394/8/200 395/9/199 396/9/200 +f 393/8/201 394/8/202 395/9/201 +f 396/9/202 395/9/201 394/8/202 +f 399/9/201 398/8/202 397/8/201 +f 398/8/202 399/9/201 400/9/202 +f 397/8/199 398/8/200 399/9/199 +f 400/9/200 399/9/199 398/8/200 +f 403/9/204 402/8/203 401/9/203 +f 402/8/203 403/9/204 404/8/204 +f 401/9/206 402/8/206 403/9/205 +f 404/8/205 403/9/205 402/8/206 +f 407/8/206 406/9/205 405/8/205 +f 406/9/205 407/8/206 408/9/206 +f 405/8/204 406/9/204 407/8/203 +f 408/9/203 407/8/203 406/9/204 +f 400/9/202 407/8/206 398/8/202 +f 407/8/206 400/9/202 408/9/206 +f 398/8/200 407/8/203 400/9/200 +f 408/9/203 400/9/200 407/8/203 +f 396/9/200 402/8/203 394/8/200 +f 402/8/203 396/9/200 401/9/203 +f 394/8/202 402/8/206 396/9/202 +f 401/9/206 396/9/202 402/8/206 +f 403/9/204 397/8/201 404/8/204 +f 397/8/201 403/9/204 399/9/201 +f 404/8/205 397/8/199 403/9/205 +f 399/9/199 403/9/205 397/8/199 +f 406/9/205 393/8/199 405/8/205 +f 393/8/199 406/9/205 395/9/199 +f 405/8/204 393/8/201 406/9/204 +f 395/9/201 406/9/204 393/8/201 +f 396/9/207 403/9/207 401/9/207 +f 403/9/207 396/9/207 399/9/207 +f 399/9/207 396/9/207 395/9/207 +f 399/9/207 395/9/207 400/9/207 +f 400/9/207 395/9/207 406/9/207 +f 400/9/207 406/9/207 408/9/207 +f 401/9/208 403/9/208 396/9/208 +f 399/9/208 396/9/208 403/9/208 +f 395/9/208 396/9/208 399/9/208 +f 400/9/208 395/9/208 399/9/208 +f 406/9/208 395/9/208 400/9/208 +f 408/9/208 406/9/208 400/9/208 +f 397/8/208 402/8/208 404/8/208 +f 402/8/208 397/8/208 394/8/208 +f 394/8/208 397/8/208 398/8/208 +f 394/8/208 398/8/208 393/8/208 +f 393/8/208 398/8/208 407/8/208 +f 393/8/208 407/8/208 405/8/208 +f 404/8/207 402/8/207 397/8/207 +f 394/8/207 397/8/207 402/8/207 +f 398/8/207 397/8/207 394/8/207 +f 393/8/207 398/8/207 394/8/207 +f 407/8/207 398/8/207 393/8/207 +f 405/8/207 407/8/207 393/8/207 +f 411/7/129 410/6/129 409/7/129 +f 410/6/129 411/7/129 412/6/129 +f 409/7/130 410/6/130 411/7/130 +f 412/6/130 411/7/130 410/6/130 +f 415/7/185 414/6/124 413/6/185 +f 414/6/124 415/7/185 416/7/124 +f 413/6/186 414/6/126 415/7/186 +f 416/7/126 415/7/186 414/6/126 +f 411/7/126 417/6/126 412/6/126 +f 417/6/126 411/7/126 418/7/126 +f 412/6/124 417/6/124 411/7/124 +f 418/7/124 411/7/124 417/6/124 +f 416/7/124 410/6/187 414/6/124 +f 410/6/187 416/7/124 409/7/187 +f 414/6/126 410/6/188 416/7/126 +f 409/7/188 416/7/126 410/6/188 +f 417/6/38 410/6/38 412/6/38 +f 410/6/38 417/6/38 414/6/38 +f 414/6/38 417/6/38 413/6/38 +f 412/6/37 410/6/37 417/6/37 +f 414/6/37 417/6/37 410/6/37 +f 413/6/37 417/6/37 414/6/37 +f 409/7/37 418/7/37 411/7/37 +f 418/7/37 409/7/37 416/7/37 +f 418/7/37 416/7/37 415/7/37 +f 411/7/38 418/7/38 409/7/38 +f 416/7/38 409/7/38 418/7/38 +f 415/7/38 416/7/38 418/7/38 +f 417/6/130 415/7/130 413/6/130 +f 415/7/130 417/6/130 418/7/130 +f 413/6/129 415/7/129 417/6/129 +f 418/7/129 417/6/129 415/7/129 +f 421/5/37 420/5/37 419/5/37 +f 420/5/37 421/5/37 422/5/37 +f 420/5/37 422/5/37 423/5/37 +f 419/5/38 420/5/38 421/5/38 +f 422/5/38 421/5/38 420/5/38 +f 423/5/38 422/5/38 420/5/38 +f 419/5/126 425/6/126 424/6/126 +f 425/6/126 419/5/126 420/5/126 +f 424/6/124 425/6/124 419/5/124 +f 420/5/124 419/5/124 425/6/124 +f 425/6/130 423/5/130 426/6/130 +f 423/5/130 425/6/130 420/5/130 +f 426/6/129 423/5/129 425/6/129 +f 420/5/129 425/6/129 423/5/129 +f 419/5/129 427/6/129 421/5/129 +f 427/6/129 419/5/129 424/6/129 +f 421/5/130 427/6/130 419/5/130 +f 424/6/130 419/5/130 427/6/130 +f 429/11/125 428/10/125 422/5/126 +f 428/10/125 430/12/125 422/5/126 +f 431/13/125 429/11/125 422/5/126 +f 422/5/126 430/12/125 432/6/126 +f 433/12/125 432/6/126 430/12/125 +f 432/6/126 433/12/125 426/6/125 +f 434/10/125 426/6/125 433/12/125 +f 423/5/125 431/13/125 422/5/126 +f 423/5/125 426/6/125 434/10/125 +f 431/13/125 423/5/125 435/13/125 +f 436/11/125 423/5/125 434/10/125 +f 435/13/125 423/5/125 436/11/125 +f 438/15/128 437/14/128 421/5/128 +f 439/16/128 438/15/128 421/5/128 +f 422/5/126 439/16/128 421/5/128 +f 439/16/128 422/5/126 440/16/128 +f 421/5/128 437/14/128 427/6/128 +f 440/16/128 422/5/126 441/15/128 +f 441/15/128 422/5/126 442/14/128 +f 443/17/128 427/6/128 437/14/128 +f 442/14/128 422/5/126 444/18/128 +f 445/17/128 442/14/128 444/18/128 +f 445/17/128 444/18/128 443/17/128 +f 444/18/128 422/5/126 446/18/128 +f 446/18/128 422/5/126 447/19/128 +f 447/19/128 422/5/126 448/20/128 +f 422/5/126 432/6/126 448/20/128 +f 448/20/128 432/6/126 449/21/128 +f 427/6/128 449/21/128 432/6/126 +f 449/21/128 427/6/128 450/21/128 +f 450/21/128 427/6/128 443/17/128 +f 444/18/128 451/19/128 443/17/128 +f 452/20/128 450/21/128 443/17/128 +f 451/19/128 452/20/128 443/17/128 +f 422/5/124 428/10/123 429/11/123 +f 422/5/124 429/11/123 431/13/123 +f 422/5/124 430/12/123 428/10/123 +f 432/6/124 430/12/123 422/5/124 +f 430/12/123 432/6/124 433/12/123 +f 426/6/123 433/12/123 432/6/124 +f 433/12/123 426/6/123 434/10/123 +f 422/5/124 431/13/123 423/5/123 +f 434/10/123 426/6/123 423/5/123 +f 435/13/123 423/5/123 431/13/123 +f 434/10/123 423/5/123 436/11/123 +f 436/11/123 423/5/123 435/13/123 +f 421/5/127 437/14/127 438/15/127 +f 421/5/127 438/15/127 439/16/127 +f 421/5/127 439/16/127 422/5/124 +f 440/16/127 422/5/124 439/16/127 +f 427/6/127 437/14/127 421/5/127 +f 441/15/127 422/5/124 440/16/127 +f 442/14/127 422/5/124 441/15/127 +f 437/14/127 427/6/127 443/17/127 +f 444/18/127 422/5/124 442/14/127 +f 444/18/127 442/14/127 445/17/127 +f 443/17/127 444/18/127 445/17/127 +f 446/18/127 422/5/124 444/18/127 +f 447/19/127 422/5/124 446/18/127 +f 448/20/127 422/5/124 447/19/127 +f 448/20/127 432/6/124 422/5/124 +f 449/21/127 432/6/124 448/20/127 +f 432/6/124 449/21/127 427/6/127 +f 450/21/127 427/6/127 449/21/127 +f 443/17/127 427/6/127 450/21/127 +f 443/17/127 451/19/127 444/18/127 +f 443/17/127 450/21/127 452/20/127 +f 443/17/127 452/20/127 451/19/127 +f 455/9/189 454/8/190 453/8/189 +f 454/8/190 455/9/189 456/9/190 +f 453/8/191 454/8/192 455/9/191 +f 456/9/192 455/9/191 454/8/192 +f 459/9/191 458/8/192 457/8/191 +f 458/8/192 459/9/191 460/9/192 +f 457/8/189 458/8/190 459/9/189 +f 460/9/190 459/9/189 458/8/190 +f 463/9/194 462/8/193 461/9/193 +f 462/8/193 463/9/194 464/8/194 +f 461/9/196 462/8/196 463/9/195 +f 464/8/195 463/9/195 462/8/196 +f 467/8/196 466/9/195 465/8/195 +f 466/9/195 467/8/196 468/9/196 +f 465/8/194 466/9/194 467/8/193 +f 468/9/193 467/8/193 466/9/194 +f 460/9/192 467/8/196 458/8/192 +f 467/8/196 460/9/192 468/9/196 +f 458/8/190 467/8/193 460/9/190 +f 468/9/193 460/9/190 467/8/193 +f 456/9/190 462/8/193 454/8/190 +f 462/8/193 456/9/190 461/9/193 +f 454/8/192 462/8/196 456/9/192 +f 461/9/196 456/9/192 462/8/196 +f 463/9/194 457/8/191 464/8/194 +f 457/8/191 463/9/194 459/9/191 +f 464/8/195 457/8/189 463/9/195 +f 459/9/189 463/9/195 457/8/189 +f 466/9/195 453/8/189 465/8/195 +f 453/8/189 466/9/195 455/9/189 +f 465/8/194 453/8/191 466/9/194 +f 455/9/191 466/9/194 453/8/191 +f 456/9/197 463/9/197 461/9/197 +f 463/9/197 456/9/197 459/9/197 +f 459/9/197 456/9/197 455/9/197 +f 459/9/197 455/9/197 460/9/197 +f 460/9/197 455/9/197 466/9/197 +f 460/9/197 466/9/197 468/9/197 +f 461/9/198 463/9/198 456/9/198 +f 459/9/198 456/9/198 463/9/198 +f 455/9/198 456/9/198 459/9/198 +f 460/9/198 455/9/198 459/9/198 +f 466/9/198 455/9/198 460/9/198 +f 468/9/198 466/9/198 460/9/198 +f 457/8/198 462/8/198 464/8/198 +f 462/8/198 457/8/198 454/8/198 +f 454/8/198 457/8/198 458/8/198 +f 454/8/198 458/8/198 453/8/198 +f 453/8/198 458/8/198 467/8/198 +f 453/8/198 467/8/198 465/8/198 +f 464/8/197 462/8/197 457/8/197 +f 454/8/197 457/8/197 462/8/197 +f 458/8/197 457/8/197 454/8/197 +f 453/8/197 458/8/197 454/8/197 +f 467/8/197 458/8/197 453/8/197 +f 465/8/197 467/8/197 453/8/197 +f 471/9/199 470/8/200 469/8/199 +f 470/8/200 471/9/199 472/9/200 +f 469/8/201 470/8/202 471/9/201 +f 472/9/202 471/9/201 470/8/202 +f 475/9/201 474/8/202 473/8/201 +f 474/8/202 475/9/201 476/9/202 +f 473/8/199 474/8/200 475/9/199 +f 476/9/200 475/9/199 474/8/200 +f 479/9/204 478/8/203 477/9/203 +f 478/8/203 479/9/204 480/8/204 +f 477/9/206 478/8/206 479/9/205 +f 480/8/205 479/9/205 478/8/206 +f 483/8/206 482/9/205 481/8/205 +f 482/9/205 483/8/206 484/9/206 +f 481/8/204 482/9/204 483/8/203 +f 484/9/203 483/8/203 482/9/204 +f 476/9/202 483/8/206 474/8/202 +f 483/8/206 476/9/202 484/9/206 +f 474/8/200 483/8/203 476/9/200 +f 484/9/203 476/9/200 483/8/203 +f 472/9/200 478/8/203 470/8/200 +f 478/8/203 472/9/200 477/9/203 +f 470/8/202 478/8/206 472/9/202 +f 477/9/206 472/9/202 478/8/206 +f 479/9/204 473/8/201 480/8/204 +f 473/8/201 479/9/204 475/9/201 +f 480/8/205 473/8/199 479/9/205 +f 475/9/199 479/9/205 473/8/199 +f 482/9/205 469/8/199 481/8/205 +f 469/8/199 482/9/205 471/9/199 +f 481/8/204 469/8/201 482/9/204 +f 471/9/201 482/9/204 469/8/201 +f 472/9/207 479/9/207 477/9/207 +f 479/9/207 472/9/207 475/9/207 +f 475/9/207 472/9/207 471/9/207 +f 475/9/207 471/9/207 476/9/207 +f 476/9/207 471/9/207 482/9/207 +f 476/9/207 482/9/207 484/9/207 +f 477/9/208 479/9/208 472/9/208 +f 475/9/208 472/9/208 479/9/208 +f 471/9/208 472/9/208 475/9/208 +f 476/9/208 471/9/208 475/9/208 +f 482/9/208 471/9/208 476/9/208 +f 484/9/208 482/9/208 476/9/208 +f 473/8/208 478/8/208 480/8/208 +f 478/8/208 473/8/208 470/8/208 +f 470/8/208 473/8/208 474/8/208 +f 470/8/208 474/8/208 469/8/208 +f 469/8/208 474/8/208 483/8/208 +f 469/8/208 483/8/208 481/8/208 +f 480/8/207 478/8/207 473/8/207 +f 470/8/207 473/8/207 478/8/207 +f 474/8/207 473/8/207 470/8/207 +f 469/8/207 474/8/207 470/8/207 +f 483/8/207 474/8/207 469/8/207 +f 481/8/207 483/8/207 469/8/207 +f 487/9/199 486/8/200 485/8/199 +f 486/8/200 487/9/199 488/9/200 +f 485/8/201 486/8/202 487/9/201 +f 488/9/202 487/9/201 486/8/202 +f 491/9/201 490/8/202 489/8/201 +f 490/8/202 491/9/201 492/9/202 +f 489/8/199 490/8/200 491/9/199 +f 492/9/200 491/9/199 490/8/200 +f 495/9/204 494/8/203 493/9/203 +f 494/8/203 495/9/204 496/8/204 +f 493/9/206 494/8/206 495/9/205 +f 496/8/205 495/9/205 494/8/206 +f 499/8/206 498/9/205 497/8/205 +f 498/9/205 499/8/206 500/9/206 +f 497/8/204 498/9/204 499/8/203 +f 500/9/203 499/8/203 498/9/204 +f 492/9/202 499/8/206 490/8/202 +f 499/8/206 492/9/202 500/9/206 +f 490/8/200 499/8/203 492/9/200 +f 500/9/203 492/9/200 499/8/203 +f 488/9/200 494/8/203 486/8/200 +f 494/8/203 488/9/200 493/9/203 +f 486/8/202 494/8/206 488/9/202 +f 493/9/206 488/9/202 494/8/206 +f 495/9/204 489/8/201 496/8/204 +f 489/8/201 495/9/204 491/9/201 +f 496/8/205 489/8/199 495/9/205 +f 491/9/199 495/9/205 489/8/199 +f 498/9/205 485/8/199 497/8/205 +f 485/8/199 498/9/205 487/9/199 +f 497/8/204 485/8/201 498/9/204 +f 487/9/201 498/9/204 485/8/201 +f 488/9/207 495/9/207 493/9/207 +f 495/9/207 488/9/207 491/9/207 +f 491/9/207 488/9/207 487/9/207 +f 491/9/207 487/9/207 492/9/207 +f 492/9/207 487/9/207 498/9/207 +f 492/9/207 498/9/207 500/9/207 +f 493/9/208 495/9/208 488/9/208 +f 491/9/208 488/9/208 495/9/208 +f 487/9/208 488/9/208 491/9/208 +f 492/9/208 487/9/208 491/9/208 +f 498/9/208 487/9/208 492/9/208 +f 500/9/208 498/9/208 492/9/208 +f 489/8/208 494/8/208 496/8/208 +f 494/8/208 489/8/208 486/8/208 +f 486/8/208 489/8/208 490/8/208 +f 486/8/208 490/8/208 485/8/208 +f 485/8/208 490/8/208 499/8/208 +f 485/8/208 499/8/208 497/8/208 +f 496/8/207 494/8/207 489/8/207 +f 486/8/207 489/8/207 494/8/207 +f 490/8/207 489/8/207 486/8/207 +f 485/8/207 490/8/207 486/8/207 +f 499/8/207 490/8/207 485/8/207 +f 497/8/207 499/8/207 485/8/207 +f 178/7/149 502/6/149 501/7/149 +f 502/6/149 178/7/149 503/6/149 +f 501/7/150 502/6/150 178/7/150 +f 503/6/150 178/7/150 502/6/150 +f 506/7/186 505/6/147 504/6/186 +f 505/6/147 506/7/186 507/7/147 +f 504/6/185 505/6/148 506/7/185 +f 507/7/148 506/7/185 505/6/148 +f 178/7/148 508/6/148 503/6/148 +f 508/6/148 178/7/148 179/7/148 +f 503/6/147 508/6/147 178/7/147 +f 179/7/147 178/7/147 508/6/147 +f 507/7/147 502/6/188 505/6/147 +f 502/6/188 507/7/147 501/7/188 +f 505/6/148 502/6/187 507/7/148 +f 501/7/187 507/7/148 502/6/187 +f 508/6/38 502/6/38 503/6/38 +f 502/6/38 508/6/38 505/6/38 +f 505/6/38 508/6/38 504/6/38 +f 503/6/37 502/6/37 508/6/37 +f 505/6/37 508/6/37 502/6/37 +f 504/6/37 508/6/37 505/6/37 +f 501/7/37 179/7/37 178/7/37 +f 179/7/37 501/7/37 507/7/37 +f 179/7/37 507/7/37 506/7/37 +f 178/7/38 179/7/38 501/7/38 +f 507/7/38 501/7/38 179/7/38 +f 506/7/38 507/7/38 179/7/38 +f 508/6/150 506/7/150 504/6/150 +f 506/7/150 508/6/150 179/7/150 +f 504/6/149 506/7/149 508/6/149 +f 179/7/149 508/6/149 506/7/149 +f 511/5/37 510/5/37 509/5/37 +f 510/5/37 511/5/37 512/5/37 +f 510/5/37 512/5/37 513/5/37 +f 509/5/38 510/5/38 511/5/38 +f 512/5/38 511/5/38 510/5/38 +f 513/5/38 512/5/38 510/5/38 +f 509/5/148 515/6/148 514/6/148 +f 515/6/148 509/5/148 510/5/148 +f 514/6/147 515/6/147 509/5/147 +f 510/5/147 509/5/147 515/6/147 +f 515/6/150 513/5/150 516/6/150 +f 513/5/150 515/6/150 510/5/150 +f 516/6/149 513/5/149 515/6/149 +f 510/5/149 515/6/149 513/5/149 +f 509/5/149 517/6/149 511/5/149 +f 517/6/149 509/5/149 514/6/149 +f 511/5/150 517/6/150 509/5/150 +f 514/6/150 509/5/150 517/6/150 +f 519/11/123 518/10/123 512/5/148 +f 518/10/123 520/12/123 512/5/148 +f 521/13/123 519/11/123 512/5/148 +f 512/5/148 520/12/123 522/6/148 +f 523/12/123 522/6/148 520/12/123 +f 522/6/148 523/12/123 516/6/123 +f 524/10/123 516/6/123 523/12/123 +f 513/5/123 521/13/123 512/5/148 +f 513/5/123 516/6/123 524/10/123 +f 521/13/123 513/5/123 525/13/123 +f 526/11/123 513/5/123 524/10/123 +f 525/13/123 513/5/123 526/11/123 +f 528/15/127 527/14/127 511/5/127 +f 529/16/127 528/15/127 511/5/127 +f 512/5/148 529/16/127 511/5/127 +f 529/16/127 512/5/148 530/16/127 +f 511/5/127 527/14/127 517/6/127 +f 530/16/127 512/5/148 531/15/127 +f 531/15/127 512/5/148 532/14/127 +f 533/17/127 517/6/127 527/14/127 +f 532/14/127 512/5/148 534/18/127 +f 535/17/127 532/14/127 534/18/127 +f 535/17/127 534/18/127 533/17/127 +f 534/18/127 512/5/148 536/18/127 +f 536/18/127 512/5/148 537/19/127 +f 537/19/127 512/5/148 538/20/127 +f 512/5/148 522/6/148 538/20/127 +f 538/20/127 522/6/148 539/21/127 +f 517/6/127 539/21/127 522/6/148 +f 539/21/127 517/6/127 540/21/127 +f 540/21/127 517/6/127 533/17/127 +f 534/18/127 541/19/127 533/17/127 +f 542/20/127 540/21/127 533/17/127 +f 541/19/127 542/20/127 533/17/127 +f 512/5/147 518/10/125 519/11/125 +f 512/5/147 519/11/125 521/13/125 +f 512/5/147 520/12/125 518/10/125 +f 522/6/147 520/12/125 512/5/147 +f 520/12/125 522/6/147 523/12/125 +f 516/6/125 523/12/125 522/6/147 +f 523/12/125 516/6/125 524/10/125 +f 512/5/147 521/13/125 513/5/125 +f 524/10/125 516/6/125 513/5/125 +f 525/13/125 513/5/125 521/13/125 +f 524/10/125 513/5/125 526/11/125 +f 526/11/125 513/5/125 525/13/125 +f 511/5/128 527/14/128 528/15/128 +f 511/5/128 528/15/128 529/16/128 +f 511/5/128 529/16/128 512/5/147 +f 530/16/128 512/5/147 529/16/128 +f 517/6/128 527/14/128 511/5/128 +f 531/15/128 512/5/147 530/16/128 +f 532/14/128 512/5/147 531/15/128 +f 527/14/128 517/6/128 533/17/128 +f 534/18/128 512/5/147 532/14/128 +f 534/18/128 532/14/128 535/17/128 +f 533/17/128 534/18/128 535/17/128 +f 536/18/128 512/5/147 534/18/128 +f 537/19/128 512/5/147 536/18/128 +f 538/20/128 512/5/147 537/19/128 +f 538/20/128 522/6/147 512/5/147 +f 539/21/128 522/6/147 538/20/128 +f 522/6/147 539/21/128 517/6/128 +f 540/21/128 517/6/128 539/21/128 +f 533/17/128 517/6/128 540/21/128 +f 533/17/128 541/19/128 534/18/128 +f 533/17/128 540/21/128 542/20/128 +f 533/17/128 542/20/128 541/19/128 +f 545/9/209 544/8/210 543/8/209 +f 544/8/210 545/9/209 546/9/210 +f 543/8/211 544/8/212 545/9/211 +f 546/9/212 545/9/211 544/8/212 +f 549/9/211 548/8/212 547/8/211 +f 548/8/212 549/9/211 550/9/212 +f 547/8/209 548/8/210 549/9/209 +f 550/9/210 549/9/209 548/8/210 +f 553/9/214 552/8/213 551/9/213 +f 552/8/213 553/9/214 554/8/214 +f 551/9/216 552/8/216 553/9/215 +f 554/8/215 553/9/215 552/8/216 +f 557/8/216 556/9/215 555/8/215 +f 556/9/215 557/8/216 558/9/216 +f 555/8/214 556/9/214 557/8/213 +f 558/9/213 557/8/213 556/9/214 +f 550/9/212 557/8/216 548/8/212 +f 557/8/216 550/9/212 558/9/216 +f 548/8/210 557/8/213 550/9/210 +f 558/9/213 550/9/210 557/8/213 +f 546/9/210 552/8/213 544/8/210 +f 552/8/213 546/9/210 551/9/213 +f 544/8/212 552/8/216 546/9/212 +f 551/9/216 546/9/212 552/8/216 +f 553/9/214 547/8/211 554/8/214 +f 547/8/211 553/9/214 549/9/211 +f 554/8/215 547/8/209 553/9/215 +f 549/9/209 553/9/215 547/8/209 +f 556/9/215 543/8/209 555/8/215 +f 543/8/209 556/9/215 545/9/209 +f 555/8/214 543/8/211 556/9/214 +f 545/9/211 556/9/214 543/8/211 +f 546/9/217 553/9/217 551/9/217 +f 553/9/217 546/9/217 549/9/217 +f 549/9/217 546/9/217 545/9/217 +f 549/9/217 545/9/217 550/9/217 +f 550/9/217 545/9/217 556/9/217 +f 550/9/217 556/9/217 558/9/217 +f 551/9/218 553/9/218 546/9/218 +f 549/9/218 546/9/218 553/9/218 +f 545/9/218 546/9/218 549/9/218 +f 550/9/218 545/9/218 549/9/218 +f 556/9/218 545/9/218 550/9/218 +f 558/9/218 556/9/218 550/9/218 +f 547/8/218 552/8/218 554/8/218 +f 552/8/218 547/8/218 544/8/218 +f 544/8/218 547/8/218 548/8/218 +f 544/8/218 548/8/218 543/8/218 +f 543/8/218 548/8/218 557/8/218 +f 543/8/218 557/8/218 555/8/218 +f 554/8/217 552/8/217 547/8/217 +f 544/8/217 547/8/217 552/8/217 +f 548/8/217 547/8/217 544/8/217 +f 543/8/217 548/8/217 544/8/217 +f 557/8/217 548/8/217 543/8/217 +f 555/8/217 557/8/217 543/8/217 +f 561/9/219 560/8/220 559/8/219 +f 560/8/220 561/9/219 562/9/220 +f 559/8/221 560/8/222 561/9/221 +f 562/9/222 561/9/221 560/8/222 +f 565/9/221 564/8/222 563/8/221 +f 564/8/222 565/9/221 566/9/222 +f 563/8/219 564/8/220 565/9/219 +f 566/9/220 565/9/219 564/8/220 +f 569/9/224 568/8/223 567/9/223 +f 568/8/223 569/9/224 570/8/224 +f 567/9/226 568/8/226 569/9/225 +f 570/8/225 569/9/225 568/8/226 +f 573/8/226 572/9/225 571/8/225 +f 572/9/225 573/8/226 574/9/226 +f 571/8/224 572/9/224 573/8/223 +f 574/9/223 573/8/223 572/9/224 +f 566/9/222 573/8/226 564/8/222 +f 573/8/226 566/9/222 574/9/226 +f 564/8/220 573/8/223 566/9/220 +f 574/9/223 566/9/220 573/8/223 +f 562/9/220 568/8/223 560/8/220 +f 568/8/223 562/9/220 567/9/223 +f 560/8/222 568/8/226 562/9/222 +f 567/9/226 562/9/222 568/8/226 +f 569/9/224 563/8/221 570/8/224 +f 563/8/221 569/9/224 565/9/221 +f 570/8/225 563/8/219 569/9/225 +f 565/9/219 569/9/225 563/8/219 +f 572/9/225 559/8/219 571/8/225 +f 559/8/219 572/9/225 561/9/219 +f 571/8/224 559/8/221 572/9/224 +f 561/9/221 572/9/224 559/8/221 +f 562/9/227 569/9/227 567/9/227 +f 569/9/227 562/9/227 565/9/227 +f 565/9/227 562/9/227 561/9/227 +f 565/9/227 561/9/227 566/9/227 +f 566/9/227 561/9/227 572/9/227 +f 566/9/227 572/9/227 574/9/227 +f 567/9/228 569/9/228 562/9/228 +f 565/9/228 562/9/228 569/9/228 +f 561/9/228 562/9/228 565/9/228 +f 566/9/228 561/9/228 565/9/228 +f 572/9/228 561/9/228 566/9/228 +f 574/9/228 572/9/228 566/9/228 +f 563/8/228 568/8/228 570/8/228 +f 568/8/228 563/8/228 560/8/228 +f 560/8/228 563/8/228 564/8/228 +f 560/8/228 564/8/228 559/8/228 +f 559/8/228 564/8/228 573/8/228 +f 559/8/228 573/8/228 571/8/228 +f 570/8/227 568/8/227 563/8/227 +f 560/8/227 563/8/227 568/8/227 +f 564/8/227 563/8/227 560/8/227 +f 559/8/227 564/8/227 560/8/227 +f 573/8/227 564/8/227 559/8/227 +f 571/8/227 573/8/227 559/8/227 +f 577/9/219 576/8/220 575/8/219 +f 576/8/220 577/9/219 578/9/220 +f 575/8/221 576/8/222 577/9/221 +f 578/9/222 577/9/221 576/8/222 +f 581/9/221 580/8/222 579/8/221 +f 580/8/222 581/9/221 582/9/222 +f 579/8/219 580/8/220 581/9/219 +f 582/9/220 581/9/219 580/8/220 +f 585/9/224 584/8/223 583/9/223 +f 584/8/223 585/9/224 586/8/224 +f 583/9/226 584/8/226 585/9/225 +f 586/8/225 585/9/225 584/8/226 +f 589/8/226 588/9/225 587/8/225 +f 588/9/225 589/8/226 590/9/226 +f 587/8/224 588/9/224 589/8/223 +f 590/9/223 589/8/223 588/9/224 +f 582/9/222 589/8/226 580/8/222 +f 589/8/226 582/9/222 590/9/226 +f 580/8/220 589/8/223 582/9/220 +f 590/9/223 582/9/220 589/8/223 +f 578/9/220 584/8/223 576/8/220 +f 584/8/223 578/9/220 583/9/223 +f 576/8/222 584/8/226 578/9/222 +f 583/9/226 578/9/222 584/8/226 +f 585/9/224 579/8/221 586/8/224 +f 579/8/221 585/9/224 581/9/221 +f 586/8/225 579/8/219 585/9/225 +f 581/9/219 585/9/225 579/8/219 +f 588/9/225 575/8/219 587/8/225 +f 575/8/219 588/9/225 577/9/219 +f 587/8/224 575/8/221 588/9/224 +f 577/9/221 588/9/224 575/8/221 +f 578/9/227 585/9/227 583/9/227 +f 585/9/227 578/9/227 581/9/227 +f 581/9/227 578/9/227 577/9/227 +f 581/9/227 577/9/227 582/9/227 +f 582/9/227 577/9/227 588/9/227 +f 582/9/227 588/9/227 590/9/227 +f 583/9/228 585/9/228 578/9/228 +f 581/9/228 578/9/228 585/9/228 +f 577/9/228 578/9/228 581/9/228 +f 582/9/228 577/9/228 581/9/228 +f 588/9/228 577/9/228 582/9/228 +f 590/9/228 588/9/228 582/9/228 +f 579/8/228 584/8/228 586/8/228 +f 584/8/228 579/8/228 576/8/228 +f 576/8/228 579/8/228 580/8/228 +f 576/8/228 580/8/228 575/8/228 +f 575/8/228 580/8/228 589/8/228 +f 575/8/228 589/8/228 587/8/228 +f 586/8/227 584/8/227 579/8/227 +f 576/8/227 579/8/227 584/8/227 +f 580/8/227 579/8/227 576/8/227 +f 575/8/227 580/8/227 576/8/227 +f 589/8/227 580/8/227 575/8/227 +f 587/8/227 589/8/227 575/8/227 +f 593/7/149 592/6/149 591/7/149 +f 592/6/149 593/7/149 594/6/149 +f 591/7/150 592/6/150 593/7/150 +f 594/6/150 593/7/150 592/6/150 +f 597/7/186 596/6/147 595/6/186 +f 596/6/147 597/7/186 598/7/147 +f 595/6/185 596/6/148 597/7/185 +f 598/7/148 597/7/185 596/6/148 +f 593/7/148 599/6/148 594/6/148 +f 599/6/148 593/7/148 600/7/148 +f 594/6/147 599/6/147 593/7/147 +f 600/7/147 593/7/147 599/6/147 +f 598/7/147 592/6/188 596/6/147 +f 592/6/188 598/7/147 591/7/188 +f 596/6/148 592/6/187 598/7/148 +f 591/7/187 598/7/148 592/6/187 +f 599/6/38 592/6/38 594/6/38 +f 592/6/38 599/6/38 596/6/38 +f 596/6/38 599/6/38 595/6/38 +f 594/6/37 592/6/37 599/6/37 +f 596/6/37 599/6/37 592/6/37 +f 595/6/37 599/6/37 596/6/37 +f 591/7/37 600/7/37 593/7/37 +f 600/7/37 591/7/37 598/7/37 +f 600/7/37 598/7/37 597/7/37 +f 593/7/38 600/7/38 591/7/38 +f 598/7/38 591/7/38 600/7/38 +f 597/7/38 598/7/38 600/7/38 +f 599/6/150 597/7/150 595/6/150 +f 597/7/150 599/6/150 600/7/150 +f 595/6/149 597/7/149 599/6/149 +f 600/7/149 599/6/149 597/7/149 +f 603/5/37 602/5/37 601/5/37 +f 602/5/37 603/5/37 604/5/37 +f 602/5/37 604/5/37 605/5/37 +f 601/5/38 602/5/38 603/5/38 +f 604/5/38 603/5/38 602/5/38 +f 605/5/38 604/5/38 602/5/38 +f 601/5/148 607/6/148 606/6/148 +f 607/6/148 601/5/148 602/5/148 +f 606/6/147 607/6/147 601/5/147 +f 602/5/147 601/5/147 607/6/147 +f 607/6/150 605/5/150 608/6/150 +f 605/5/150 607/6/150 602/5/150 +f 608/6/149 605/5/149 607/6/149 +f 602/5/149 607/6/149 605/5/149 +f 601/5/149 609/6/149 603/5/149 +f 609/6/149 601/5/149 606/6/149 +f 603/5/150 609/6/150 601/5/150 +f 606/6/150 601/5/150 609/6/150 +f 611/11/123 610/10/123 604/5/148 +f 610/10/123 612/12/123 604/5/148 +f 613/13/123 611/11/123 604/5/148 +f 604/5/148 612/12/123 614/6/148 +f 615/12/123 614/6/148 612/12/123 +f 614/6/148 615/12/123 608/6/123 +f 616/10/123 608/6/123 615/12/123 +f 605/5/123 613/13/123 604/5/148 +f 605/5/123 608/6/123 616/10/123 +f 613/13/123 605/5/123 617/13/123 +f 618/11/123 605/5/123 616/10/123 +f 617/13/123 605/5/123 618/11/123 +f 620/15/127 619/14/127 603/5/127 +f 621/16/127 620/15/127 603/5/127 +f 604/5/148 621/16/127 603/5/127 +f 621/16/127 604/5/148 622/16/127 +f 603/5/127 619/14/127 609/6/127 +f 622/16/127 604/5/148 623/15/127 +f 623/15/127 604/5/148 624/14/127 +f 625/17/127 609/6/127 619/14/127 +f 624/14/127 604/5/148 626/18/127 +f 627/17/127 624/14/127 626/18/127 +f 627/17/127 626/18/127 625/17/127 +f 626/18/127 604/5/148 628/18/127 +f 628/18/127 604/5/148 629/19/127 +f 629/19/127 604/5/148 630/20/127 +f 604/5/148 614/6/148 630/20/127 +f 630/20/127 614/6/148 631/21/127 +f 609/6/127 631/21/127 614/6/148 +f 631/21/127 609/6/127 632/21/127 +f 632/21/127 609/6/127 625/17/127 +f 626/18/127 633/19/127 625/17/127 +f 634/20/127 632/21/127 625/17/127 +f 633/19/127 634/20/127 625/17/127 +f 604/5/147 610/10/125 611/11/125 +f 604/5/147 611/11/125 613/13/125 +f 604/5/147 612/12/125 610/10/125 +f 614/6/147 612/12/125 604/5/147 +f 612/12/125 614/6/147 615/12/125 +f 608/6/125 615/12/125 614/6/147 +f 615/12/125 608/6/125 616/10/125 +f 604/5/147 613/13/125 605/5/125 +f 616/10/125 608/6/125 605/5/125 +f 617/13/125 605/5/125 613/13/125 +f 616/10/125 605/5/125 618/11/125 +f 618/11/125 605/5/125 617/13/125 +f 603/5/128 619/14/128 620/15/128 +f 603/5/128 620/15/128 621/16/128 +f 603/5/128 621/16/128 604/5/147 +f 622/16/128 604/5/147 621/16/128 +f 609/6/128 619/14/128 603/5/128 +f 623/15/128 604/5/147 622/16/128 +f 624/14/128 604/5/147 623/15/128 +f 619/14/128 609/6/128 625/17/128 +f 626/18/128 604/5/147 624/14/128 +f 626/18/128 624/14/128 627/17/128 +f 625/17/128 626/18/128 627/17/128 +f 628/18/128 604/5/147 626/18/128 +f 629/19/128 604/5/147 628/18/128 +f 630/20/128 604/5/147 629/19/128 +f 630/20/128 614/6/147 604/5/147 +f 631/21/128 614/6/147 630/20/128 +f 614/6/147 631/21/128 609/6/128 +f 632/21/128 609/6/128 631/21/128 +f 625/17/128 609/6/128 632/21/128 +f 625/17/128 633/19/128 626/18/128 +f 625/17/128 632/21/128 634/20/128 +f 625/17/128 634/20/128 633/19/128 +f 637/9/209 636/8/210 635/8/209 +f 636/8/210 637/9/209 638/9/210 +f 635/8/211 636/8/212 637/9/211 +f 638/9/212 637/9/211 636/8/212 +f 641/9/211 640/8/212 639/8/211 +f 640/8/212 641/9/211 642/9/212 +f 639/8/209 640/8/210 641/9/209 +f 642/9/210 641/9/209 640/8/210 +f 645/9/214 644/8/213 643/9/213 +f 644/8/213 645/9/214 646/8/214 +f 643/9/216 644/8/216 645/9/215 +f 646/8/215 645/9/215 644/8/216 +f 649/8/216 648/9/215 647/8/215 +f 648/9/215 649/8/216 650/9/216 +f 647/8/214 648/9/214 649/8/213 +f 650/9/213 649/8/213 648/9/214 +f 642/9/212 649/8/216 640/8/212 +f 649/8/216 642/9/212 650/9/216 +f 640/8/210 649/8/213 642/9/210 +f 650/9/213 642/9/210 649/8/213 +f 638/9/210 644/8/213 636/8/210 +f 644/8/213 638/9/210 643/9/213 +f 636/8/212 644/8/216 638/9/212 +f 643/9/216 638/9/212 644/8/216 +f 645/9/214 639/8/211 646/8/214 +f 639/8/211 645/9/214 641/9/211 +f 646/8/215 639/8/209 645/9/215 +f 641/9/209 645/9/215 639/8/209 +f 648/9/215 635/8/209 647/8/215 +f 635/8/209 648/9/215 637/9/209 +f 647/8/214 635/8/211 648/9/214 +f 637/9/211 648/9/214 635/8/211 +f 638/9/217 645/9/217 643/9/217 +f 645/9/217 638/9/217 641/9/217 +f 641/9/217 638/9/217 637/9/217 +f 641/9/217 637/9/217 642/9/217 +f 642/9/217 637/9/217 648/9/217 +f 642/9/217 648/9/217 650/9/217 +f 643/9/218 645/9/218 638/9/218 +f 641/9/218 638/9/218 645/9/218 +f 637/9/218 638/9/218 641/9/218 +f 642/9/218 637/9/218 641/9/218 +f 648/9/218 637/9/218 642/9/218 +f 650/9/218 648/9/218 642/9/218 +f 639/8/218 644/8/218 646/8/218 +f 644/8/218 639/8/218 636/8/218 +f 636/8/218 639/8/218 640/8/218 +f 636/8/218 640/8/218 635/8/218 +f 635/8/218 640/8/218 649/8/218 +f 635/8/218 649/8/218 647/8/218 +f 646/8/217 644/8/217 639/8/217 +f 636/8/217 639/8/217 644/8/217 +f 640/8/217 639/8/217 636/8/217 +f 635/8/217 640/8/217 636/8/217 +f 649/8/217 640/8/217 635/8/217 +f 647/8/217 649/8/217 635/8/217 +f 653/9/219 652/8/220 651/8/219 +f 652/8/220 653/9/219 654/9/220 +f 651/8/221 652/8/222 653/9/221 +f 654/9/222 653/9/221 652/8/222 +f 657/9/221 656/8/222 655/8/221 +f 656/8/222 657/9/221 658/9/222 +f 655/8/219 656/8/220 657/9/219 +f 658/9/220 657/9/219 656/8/220 +f 661/9/224 660/8/223 659/9/223 +f 660/8/223 661/9/224 662/8/224 +f 659/9/226 660/8/226 661/9/225 +f 662/8/225 661/9/225 660/8/226 +f 665/8/226 664/9/225 663/8/225 +f 664/9/225 665/8/226 666/9/226 +f 663/8/224 664/9/224 665/8/223 +f 666/9/223 665/8/223 664/9/224 +f 658/9/222 665/8/226 656/8/222 +f 665/8/226 658/9/222 666/9/226 +f 656/8/220 665/8/223 658/9/220 +f 666/9/223 658/9/220 665/8/223 +f 654/9/220 660/8/223 652/8/220 +f 660/8/223 654/9/220 659/9/223 +f 652/8/222 660/8/226 654/9/222 +f 659/9/226 654/9/222 660/8/226 +f 661/9/224 655/8/221 662/8/224 +f 655/8/221 661/9/224 657/9/221 +f 662/8/225 655/8/219 661/9/225 +f 657/9/219 661/9/225 655/8/219 +f 664/9/225 651/8/219 663/8/225 +f 651/8/219 664/9/225 653/9/219 +f 663/8/224 651/8/221 664/9/224 +f 653/9/221 664/9/224 651/8/221 +f 654/9/227 661/9/227 659/9/227 +f 661/9/227 654/9/227 657/9/227 +f 657/9/227 654/9/227 653/9/227 +f 657/9/227 653/9/227 658/9/227 +f 658/9/227 653/9/227 664/9/227 +f 658/9/227 664/9/227 666/9/227 +f 659/9/228 661/9/228 654/9/228 +f 657/9/228 654/9/228 661/9/228 +f 653/9/228 654/9/228 657/9/228 +f 658/9/228 653/9/228 657/9/228 +f 664/9/228 653/9/228 658/9/228 +f 666/9/228 664/9/228 658/9/228 +f 655/8/228 660/8/228 662/8/228 +f 660/8/228 655/8/228 652/8/228 +f 652/8/228 655/8/228 656/8/228 +f 652/8/228 656/8/228 651/8/228 +f 651/8/228 656/8/228 665/8/228 +f 651/8/228 665/8/228 663/8/228 +f 662/8/227 660/8/227 655/8/227 +f 652/8/227 655/8/227 660/8/227 +f 656/8/227 655/8/227 652/8/227 +f 651/8/227 656/8/227 652/8/227 +f 665/8/227 656/8/227 651/8/227 +f 663/8/227 665/8/227 651/8/227 +f 669/9/219 668/8/220 667/8/219 +f 668/8/220 669/9/219 670/9/220 +f 667/8/221 668/8/222 669/9/221 +f 670/9/222 669/9/221 668/8/222 +f 673/9/221 672/8/222 671/8/221 +f 672/8/222 673/9/221 674/9/222 +f 671/8/219 672/8/220 673/9/219 +f 674/9/220 673/9/219 672/8/220 +f 677/9/224 676/8/223 675/9/223 +f 676/8/223 677/9/224 678/8/224 +f 675/9/226 676/8/226 677/9/225 +f 678/8/225 677/9/225 676/8/226 +f 681/8/226 680/9/225 679/8/225 +f 680/9/225 681/8/226 682/9/226 +f 679/8/224 680/9/224 681/8/223 +f 682/9/223 681/8/223 680/9/224 +f 674/9/222 681/8/226 672/8/222 +f 681/8/226 674/9/222 682/9/226 +f 672/8/220 681/8/223 674/9/220 +f 682/9/223 674/9/220 681/8/223 +f 670/9/220 676/8/223 668/8/220 +f 676/8/223 670/9/220 675/9/223 +f 668/8/222 676/8/226 670/9/222 +f 675/9/226 670/9/222 676/8/226 +f 677/9/224 671/8/221 678/8/224 +f 671/8/221 677/9/224 673/9/221 +f 678/8/225 671/8/219 677/9/225 +f 673/9/219 677/9/225 671/8/219 +f 680/9/225 667/8/219 679/8/225 +f 667/8/219 680/9/225 669/9/219 +f 679/8/224 667/8/221 680/9/224 +f 669/9/221 680/9/224 667/8/221 +f 670/9/227 677/9/227 675/9/227 +f 677/9/227 670/9/227 673/9/227 +f 673/9/227 670/9/227 669/9/227 +f 673/9/227 669/9/227 674/9/227 +f 674/9/227 669/9/227 680/9/227 +f 674/9/227 680/9/227 682/9/227 +f 675/9/228 677/9/228 670/9/228 +f 673/9/228 670/9/228 677/9/228 +f 669/9/228 670/9/228 673/9/228 +f 674/9/228 669/9/228 673/9/228 +f 680/9/228 669/9/228 674/9/228 +f 682/9/228 680/9/228 674/9/228 +f 671/8/228 676/8/228 678/8/228 +f 676/8/228 671/8/228 668/8/228 +f 668/8/228 671/8/228 672/8/228 +f 668/8/228 672/8/228 667/8/228 +f 667/8/228 672/8/228 681/8/228 +f 667/8/228 681/8/228 679/8/228 +f 678/8/227 676/8/227 671/8/227 +f 668/8/227 671/8/227 676/8/227 +f 672/8/227 671/8/227 668/8/227 +f 667/8/227 672/8/227 668/8/227 +f 681/8/227 672/8/227 667/8/227 +f 679/8/227 681/8/227 667/8/227 +f 685/5/151 684/6/151 683/5/151 +f 684/6/151 685/5/151 686/6/151 +f 683/5/152 684/6/152 685/5/152 +f 686/6/152 685/5/152 684/6/152 +f 685/5/153 687/6/153 686/6/153 +f 687/6/153 685/5/153 688/5/153 +f 686/6/154 687/6/154 685/5/154 +f 688/5/154 685/5/154 687/6/154 +f 689/6/159 683/5/161 684/6/161 +f 683/5/161 689/6/159 690/5/159 +f 684/6/162 683/5/162 689/6/160 +f 690/5/160 689/6/160 683/5/162 +f 687/6/156 692/5/155 691/6/155 +f 692/5/155 687/6/156 688/5/156 +f 691/6/158 692/5/158 687/6/157 +f 688/5/157 687/6/157 692/5/158 +f 690/5/37 685/5/37 683/5/37 +f 685/5/37 690/5/37 688/5/37 +f 688/5/37 690/5/37 692/5/37 +f 683/5/38 685/5/38 690/5/38 +f 688/5/38 690/5/38 685/5/38 +f 692/5/38 690/5/38 688/5/38 +f 692/5/155 689/6/159 691/6/155 +f 689/6/159 692/5/155 690/5/159 +f 691/6/158 689/6/160 692/5/158 +f 690/5/160 692/5/158 689/6/160 +f 695/7/153 694/6/153 693/6/153 +f 694/6/153 695/7/153 696/7/153 +f 693/6/154 694/6/154 695/7/154 +f 696/7/154 695/7/154 694/6/154 +f 695/7/151 698/6/151 697/7/151 +f 698/6/151 695/7/151 693/6/151 +f 697/7/152 698/6/152 695/7/152 +f 693/6/152 695/7/152 698/6/152 +f 699/7/37 695/7/37 697/7/37 +f 695/7/37 699/7/37 696/7/37 +f 696/7/37 699/7/37 700/7/37 +f 697/7/38 695/7/38 699/7/38 +f 696/7/38 699/7/38 695/7/38 +f 700/7/38 699/7/38 696/7/38 +f 694/6/38 698/6/38 693/6/38 +f 698/6/38 694/6/38 701/6/38 +f 701/6/38 694/6/38 702/6/38 +f 693/6/37 698/6/37 694/6/37 +f 701/6/37 694/6/37 698/6/37 +f 702/6/37 694/6/37 701/6/37 +f 694/6/156 700/7/155 702/6/155 +f 700/7/155 694/6/156 696/7/156 +f 702/6/158 700/7/158 694/6/157 +f 696/7/157 694/6/157 700/7/158 +f 700/7/155 701/6/229 702/6/155 +f 701/6/229 700/7/155 699/7/229 +f 702/6/158 701/6/230 700/7/158 +f 699/7/230 700/7/158 701/6/230 +f 701/6/229 697/7/161 698/6/161 +f 697/7/161 701/6/229 699/7/229 +f 698/6/162 697/7/162 701/6/230 +f 699/7/230 701/6/230 697/7/162 +f 705/5/40 704/6/40 703/5/40 +f 704/6/40 705/5/40 706/6/40 +f 703/5/39 704/6/39 705/5/39 +f 706/6/39 705/5/39 704/6/39 +f 705/5/35 707/6/35 706/6/35 +f 707/6/35 705/5/35 708/5/35 +f 706/6/33 707/6/33 705/5/33 +f 708/5/33 705/5/33 707/6/33 +f 709/6/167 703/5/169 704/6/169 +f 703/5/169 709/6/167 710/5/167 +f 704/6/170 703/5/170 709/6/168 +f 710/5/168 709/6/168 703/5/170 +f 707/6/164 712/5/163 711/6/163 +f 712/5/163 707/6/164 708/5/164 +f 711/6/166 712/5/166 707/6/165 +f 708/5/165 707/6/165 712/5/166 +f 710/5/37 705/5/37 703/5/37 +f 705/5/37 710/5/37 708/5/37 +f 708/5/37 710/5/37 712/5/37 +f 703/5/38 705/5/38 710/5/38 +f 708/5/38 710/5/38 705/5/38 +f 712/5/38 710/5/38 708/5/38 +f 712/5/163 709/6/167 711/6/163 +f 709/6/167 712/5/163 710/5/167 +f 711/6/166 709/6/168 712/5/166 +f 710/5/168 712/5/166 709/6/168 +f 715/7/35 714/6/35 713/6/35 +f 714/6/35 715/7/35 716/7/35 +f 713/6/33 714/6/33 715/7/33 +f 716/7/33 715/7/33 714/6/33 +f 715/7/40 718/6/40 717/7/40 +f 718/6/40 715/7/40 713/6/40 +f 717/7/39 718/6/39 715/7/39 +f 713/6/39 715/7/39 718/6/39 +f 719/7/37 715/7/37 717/7/37 +f 715/7/37 719/7/37 716/7/37 +f 716/7/37 719/7/37 720/7/37 +f 717/7/38 715/7/38 719/7/38 +f 716/7/38 719/7/38 715/7/38 +f 720/7/38 719/7/38 716/7/38 +f 714/6/38 718/6/38 713/6/38 +f 718/6/38 714/6/38 721/6/38 +f 721/6/38 714/6/38 722/6/38 +f 713/6/37 718/6/37 714/6/37 +f 721/6/37 714/6/37 718/6/37 +f 722/6/37 714/6/37 721/6/37 +f 714/6/164 720/7/163 722/6/163 +f 720/7/163 714/6/164 716/7/164 +f 722/6/166 720/7/166 714/6/165 +f 716/7/165 714/6/165 720/7/166 +f 720/7/163 721/6/231 722/6/163 +f 721/6/231 720/7/163 719/7/231 +f 722/6/166 721/6/232 720/7/166 +f 719/7/232 720/7/166 721/6/232 +f 721/6/231 717/7/169 718/6/169 +f 717/7/169 721/6/231 719/7/231 +f 718/6/170 717/7/170 721/6/232 +f 719/7/232 721/6/232 717/7/170 +f 725/5/37 724/5/37 723/5/37 +f 724/5/37 725/5/37 726/5/37 +f 724/5/37 726/5/37 727/5/37 +f 723/5/38 724/5/38 725/5/38 +f 726/5/38 725/5/38 724/5/38 +f 727/5/38 726/5/38 724/5/38 +f 729/6/39 727/5/39 728/6/39 +f 727/5/39 729/6/39 724/5/39 +f 728/6/40 727/5/40 729/6/40 +f 724/5/40 729/6/40 727/5/40 +f 727/5/41 730/6/33 728/6/41 +f 730/6/33 727/5/41 726/5/33 +f 728/6/42 730/6/35 727/5/42 +f 726/5/35 727/5/42 730/6/35 +f 723/5/35 729/6/35 731/6/35 +f 729/6/35 723/5/35 724/5/35 +f 731/6/33 729/6/33 723/5/33 +f 724/5/33 723/5/33 729/6/33 +f 723/5/40 732/6/40 725/5/40 +f 732/6/40 723/5/40 731/6/40 +f 725/5/39 732/6/39 723/5/39 +f 731/6/39 723/5/39 732/6/39 +f 726/5/33 732/6/34 730/6/33 +f 732/6/34 726/5/33 725/5/34 +f 730/6/35 732/6/36 726/5/35 +f 725/5/36 726/5/35 732/6/36 +f 735/7/35 734/6/35 733/6/35 +f 734/6/35 735/7/35 736/7/35 +f 733/6/33 734/6/33 735/7/33 +f 736/7/33 735/7/33 734/6/33 +f 737/7/37 736/7/37 735/7/37 +f 736/7/37 737/7/37 738/7/37 +f 736/7/37 738/7/37 739/7/37 +f 735/7/38 736/7/38 737/7/38 +f 738/7/38 737/7/38 736/7/38 +f 739/7/38 738/7/38 736/7/38 +f 738/7/33 741/6/171 740/6/33 +f 741/6/171 738/7/33 737/7/171 +f 740/6/35 741/6/172 738/7/35 +f 737/7/172 738/7/35 741/6/172 +f 735/7/40 741/6/40 737/7/40 +f 741/6/40 735/7/40 733/6/40 +f 737/7/39 741/6/39 735/7/39 +f 733/6/39 735/7/39 741/6/39 +f 734/6/39 739/7/39 742/6/39 +f 739/7/39 734/6/39 736/7/39 +f 742/6/40 739/7/40 734/6/40 +f 736/7/40 734/6/40 739/7/40 +f 734/6/38 741/6/38 733/6/38 +f 741/6/38 734/6/38 740/6/38 +f 740/6/38 734/6/38 742/6/38 +f 733/6/37 741/6/37 734/6/37 +f 740/6/37 734/6/37 741/6/37 +f 742/6/37 734/6/37 740/6/37 +f 739/7/173 740/6/33 742/6/173 +f 740/6/33 739/7/173 738/7/33 +f 742/6/174 740/6/35 739/7/174 +f 738/7/35 739/7/174 740/6/35 +f 745/9/175 744/8/176 743/8/175 +f 744/8/176 745/9/175 746/9/176 +f 743/8/177 744/8/178 745/9/177 +f 746/9/178 745/9/177 744/8/178 +f 749/9/177 748/8/178 747/8/177 +f 748/8/178 749/9/177 750/9/178 +f 747/8/175 748/8/176 749/9/175 +f 750/9/176 749/9/175 748/8/176 +f 753/9/180 752/8/179 751/9/179 +f 752/8/179 753/9/180 754/8/180 +f 751/9/182 752/8/182 753/9/181 +f 754/8/181 753/9/181 752/8/182 +f 757/8/182 756/9/181 755/8/181 +f 756/9/181 757/8/182 758/9/182 +f 755/8/180 756/9/180 757/8/179 +f 758/9/179 757/8/179 756/9/180 +f 750/9/178 757/8/182 748/8/178 +f 757/8/182 750/9/178 758/9/182 +f 748/8/176 757/8/179 750/9/176 +f 758/9/179 750/9/176 757/8/179 +f 746/9/176 752/8/179 744/8/176 +f 752/8/179 746/9/176 751/9/179 +f 744/8/178 752/8/182 746/9/178 +f 751/9/182 746/9/178 752/8/182 +f 753/9/180 747/8/177 754/8/180 +f 747/8/177 753/9/180 749/9/177 +f 754/8/181 747/8/175 753/9/181 +f 749/9/175 753/9/181 747/8/175 +f 756/9/181 743/8/175 755/8/181 +f 743/8/175 756/9/181 745/9/175 +f 755/8/180 743/8/177 756/9/180 +f 745/9/177 756/9/180 743/8/177 +f 746/9/183 753/9/183 751/9/183 +f 753/9/183 746/9/183 749/9/183 +f 749/9/183 746/9/183 745/9/183 +f 749/9/183 745/9/183 750/9/183 +f 750/9/183 745/9/183 756/9/183 +f 750/9/183 756/9/183 758/9/183 +f 751/9/184 753/9/184 746/9/184 +f 749/9/184 746/9/184 753/9/184 +f 745/9/184 746/9/184 749/9/184 +f 750/9/184 745/9/184 749/9/184 +f 756/9/184 745/9/184 750/9/184 +f 758/9/184 756/9/184 750/9/184 +f 747/8/184 752/8/184 754/8/184 +f 752/8/184 747/8/184 744/8/184 +f 744/8/184 747/8/184 748/8/184 +f 744/8/184 748/8/184 743/8/184 +f 743/8/184 748/8/184 757/8/184 +f 743/8/184 757/8/184 755/8/184 +f 754/8/183 752/8/183 747/8/183 +f 744/8/183 747/8/183 752/8/183 +f 748/8/183 747/8/183 744/8/183 +f 743/8/183 748/8/183 744/8/183 +f 757/8/183 748/8/183 743/8/183 +f 755/8/183 757/8/183 743/8/183 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-transition.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-transition.obj.import new file mode 100644 index 0000000..ff0fa35 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-transition.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://dsfr2xrwypl6o" +path="res://.godot/imported/corridor-transition.obj-280e03bb338ba15a3e1649129882adac.mesh" + +[deps] + +files=["res://.godot/imported/corridor-transition.obj-280e03bb338ba15a3e1649129882adac.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-transition.obj" +dest_files=["res://.godot/imported/corridor-transition.obj-280e03bb338ba15a3e1649129882adac.mesh", "res://.godot/imported/corridor-transition.obj-280e03bb338ba15a3e1649129882adac.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-corner.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-corner.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-corner.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-corner.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-corner.obj new file mode 100644 index 0000000..4c12359 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-corner.obj @@ -0,0 +1,4105 @@ +# Created by Kenney (www.kenney.nl) + +mtllib corridor-wide-corner.mtl + +g corridor-wide-corner + +v 0.7478461 0 2.497211 1 1 1 +v 0.3614758 0 2.393683 1 1 1 +v 0.7124908 0.1 2.435973 1 1 1 +v 0.422713 0.1 2.358327 1 1 1 +v 0.2487425 0 2.524197 1 1 1 +v 0.3005064 0 2.717382 1 1 1 +v 0.2310648 0.05 2.554816 1 1 1 +v 0.2698877 0.05 2.699705 1 1 1 +v 0.4650035 0 2.007313 1 1 1 +v 0.8513739 0 2.11084 1 1 1 +v 0.5003588 0.1 2.06855 1 1 1 +v 0.7901366 0.1 2.146195 1 1 1 +v 0.1249988 0.05 2.738528 1 1 1 +v 0.08617592 0.05 2.593639 1 1 1 +v 0.1073211 0 2.769146 1 1 1 +v 0.05555725 0 2.575961 1 1 1 +v 2.649966 0.05 0.3569163 1 1 1 +v 2.437834 0.05 0.5690484 1 1 1 +v 2.437834 0.05 0.1447842 1 1 1 +v 2.225702 0.05 0.3569163 1 1 1 +v 2.437834 0 0.6397591 1 1 1 +v 2.154991 0 0.3569163 1 1 1 +v 2.720676 0 0.3569163 1 1 1 +v 2.437834 0 0.07407355 1 1 1 +v 2.271631 0 1.181537 1 1 1 +v 2.210393 0.05 1.146182 1 1 1 +v 2.168103 0 0.7951666 1 1 1 +v 2.132748 0.05 0.8564038 1 1 1 +v 1.781733 0 0.8986943 1 1 1 +v 1.84297 0.05 0.9340495 1 1 1 +v 1.582728 0 0.4983463 1 1 1 +v 1.782728 0 0.4983463 1 1 1 +v 1.607728 0.1 0.5233463 1 1 1 +v 1.757728 0.1 0.5233463 1 1 1 +v 1.757728 0.1 0.6733463 1 1 1 +v 1.607728 0.1 0.6733463 1 1 1 +v 1.920616 0.05 1.223827 1 1 1 +v 1.88526 0 1.285064 1 1 1 +v 1.782728 0 0.6983463 1 1 1 +v 1.582728 0 0.6983463 1 1 1 +v 4 0.9 0 1 1 1 +v 3.695518 0.9 1.530734 1 1 1 +v 3.399003 0.9 0 1 1 1 +v 3.140269 0.9 1.300742 1 1 1 +v 2.828427 0.9 2.828427 1 1 1 +v 2.403458 0.9 2.403458 1 1 1 +v 1.530734 0.9 3.695518 1 1 1 +v 1.300742 0.9 3.140269 1 1 1 +v 0 0.9 4 1 1 1 +v 0 0.9 3.399003 1 1 1 +v 3.399003 0.2 0 1 1 1 +v 4 0.2 0 1 1 1 +v 3.140269 0.2 1.300742 1 1 1 +v 2.403458 0.2 2.403458 1 1 1 +v 1.300742 0.2 3.140269 1 1 1 +v 0 0.2 3.399003 1 1 1 +v 0 0.2 4 1 1 1 +v 1.530734 0.2 3.695518 1 1 1 +v 2.828427 0.2 2.828427 1 1 1 +v 3.695518 0.2 1.530734 1 1 1 +v 4 0 0 1 1 1 +v 2.828427 0 2.828427 1 1 1 +v 0 0 0 1 1 1 +v 0 0 4 1 1 1 +v -4 0 0 1 1 1 +v -4 0 4 1 1 1 +v 0 0 -4 1 1 1 +v -4 0 -4 1 1 1 +v 4 0 -4 1 1 1 +v -3.296845 0 2.432191 1 1 1 +v -3.266227 0.05 2.449869 1 1 1 +v -3.245081 0 2.625376 1 1 1 +v -3.227404 0.05 2.594758 1 1 1 +v -3.051896 0 2.573612 1 1 1 +v -3.082515 0.05 2.555935 1 1 1 +v -3.547956 0 2.714653 1 1 1 +v -3.934326 0 2.611125 1 1 1 +v -3.583311 0.1 2.653415 1 1 1 +v -3.873089 0.1 2.575769 1 1 1 +v -3.830799 0 2.224754 1 1 1 +v -3.795443 0.1 2.285992 1 1 1 +v -0.9281118 0 2.006432 1 1 1 +v -0.9031119 0.1 2.031432 1 1 1 +v -0.9281118 0 2.206432 1 1 1 +v -0.9031119 0.1 2.181432 1 1 1 +v -0.7531118 0.1 2.031432 1 1 1 +v -0.7531118 0.1 2.181432 1 1 1 +v -0.7281119 0 2.206432 1 1 1 +v -0.7281119 0 2.006432 1 1 1 +v -3.444428 0 2.328282 1 1 1 +v -3.505666 0.1 2.363637 1 1 1 +v -3.10366 0 2.380427 1 1 1 +v -3.121338 0.05 2.411046 1 1 1 +v -0.2504306 0.05 2.49822 1 1 1 +v -0.4625626 0.05 2.710352 1 1 1 +v -0.4625626 0.05 2.286088 1 1 1 +v -0.6746947 0.05 2.49822 1 1 1 +v -0.4625626 0 2.215377 1 1 1 +v -0.7454052 0 2.49822 1 1 1 +v -1.10959 -2.887646E-15 2.097593 1 1 1 +v -1.144946 0.05 2.15883 1 1 1 +v -1.495961 -2.887646E-15 2.201121 1 1 1 +v -1.434723 0.05 2.236476 1 1 1 +v -0.1797198 0 2.49822 1 1 1 +v -0.4625626 0 2.781063 1 1 1 +v -1.006063 -2.887646E-15 2.483963 1 1 1 +v -1.392433 -2.887646E-15 2.587491 1 1 1 +v -1.0673 0.05 2.448608 1 1 1 +v -1.357078 0.05 2.526254 1 1 1 +v -4 0.2 3.399002 1 1 1 +v -2 0.2 3.199002 1 1 1 +v -4 0.9 3.399002 1 1 1 +v -2 0.9 3.199002 1 1 1 +v 0 0.9 4 1 1 1 +v -4 0.9 4 1 1 1 +v 0 0.9 3.399002 1 1 1 +v 0 0.2 4 1 1 1 +v -4 0.2 4 1 1 1 +v 0 0.2 3.399002 1 1 1 +v 2.432192 0 -0.7031555 1 1 1 +v 2.44987 0.05 -0.7337741 1 1 1 +v 2.625377 0 -0.7549193 1 1 1 +v 2.594759 0.05 -0.772597 1 1 1 +v 2.573613 0 -0.9481045 1 1 1 +v 2.555936 0.05 -0.9174858 1 1 1 +v 2.714653 0 -0.452045 1 1 1 +v 2.611126 0 -0.06567442 1 1 1 +v 2.653416 0.1 -0.4166894 1 1 1 +v 2.575771 0.1 -0.1269118 1 1 1 +v 2.224756 0 -0.1692021 1 1 1 +v 2.285993 0.1 -0.2045574 1 1 1 +v 2.006433 0 -3.071889 1 1 1 +v 2.031433 0.1 -3.096889 1 1 1 +v 2.206433 0 -3.071889 1 1 1 +v 2.181433 0.1 -3.096889 1 1 1 +v 2.031433 0.1 -3.246889 1 1 1 +v 2.181433 0.1 -3.246889 1 1 1 +v 2.206433 0 -3.271889 1 1 1 +v 2.006433 0 -3.271889 1 1 1 +v 2.328283 0 -0.5555725 1 1 1 +v 2.363638 0.1 -0.4943353 1 1 1 +v 2.380428 0 -0.8963407 1 1 1 +v 2.411047 0.05 -0.8786631 1 1 1 +v 2.49822 0.05 -3.749571 1 1 1 +v 2.710352 0.05 -3.537439 1 1 1 +v 2.286088 0.05 -3.537439 1 1 1 +v 2.49822 0.05 -3.325306 1 1 1 +v 2.215378 0 -3.537439 1 1 1 +v 2.49822 0 -3.254596 1 1 1 +v 2.097594 -2.887646E-15 -2.890411 1 1 1 +v 2.158831 0.05 -2.855055 1 1 1 +v 2.201122 -2.887646E-15 -2.50404 1 1 1 +v 2.236477 0.05 -2.565278 1 1 1 +v 2.49822 0 -3.820282 1 1 1 +v 2.781063 0 -3.537439 1 1 1 +v 2.483964 -2.887646E-15 -2.993938 1 1 1 +v 2.587492 -2.887646E-15 -2.607568 1 1 1 +v 2.448609 0.05 -2.932701 1 1 1 +v 2.526255 0.05 -2.642923 1 1 1 +v 3.399003 0.2 2.384186E-07 1 1 1 +v 3.199003 0.2 -2 1 1 1 +v 3.399003 0.9 2.384186E-07 1 1 1 +v 3.199003 0.9 -2 1 1 1 +v 4 0.9 -4 1 1 1 +v 4 0.9 2.384186E-07 1 1 1 +v 3.399003 0.9 -4 1 1 1 +v 4 0.2 -4 1 1 1 +v 4 0.2 2.384186E-07 1 1 1 +v 3.399003 0.2 -4 1 1 1 +v -4 0.9 -3.399002 1 1 1 +v -4 0.9 -4 1 1 1 +v -3.699501 0.9 -3.479521 1 1 1 +v -3.399002 0.9 -4 1 1 1 +v -3.479521 0.9 -3.699501 1 1 1 +v -4 0.2 -3.399002 1 1 1 +v -4 0.2 -4 1 1 1 +v -3.399002 0.2 -4 1 1 1 +v -3.479521 0.2 -3.699501 1 1 1 +v -3.699501 0.2 -3.479521 1 1 1 +v 4 3 0 1 1 1 +v 3.695518 3 1.530734 1 1 1 +v 3.6 3 0 1 1 1 +v 3.325966 3 1.37766 1 1 1 +v 2.828427 3 2.828427 1 1 1 +v 2.545584 3 2.545584 1 1 1 +v 1.530734 3 3.695518 1 1 1 +v 1.37766 3 3.325966 1 1 1 +v 0 3 4 1 1 1 +v 0 3 3.6 1 1 1 +v 3.6 0.9 0 1 1 1 +v 3.325966 0.9 1.37766 1 1 1 +v 2.545584 0.9 2.545584 1 1 1 +v 1.37766 0.9 3.325966 1 1 1 +v 0 0.9 3.6 1 1 1 +v 2.998005 0 0 1 1 1 +v 3.695518 0 1.530734 1 1 1 +v 2.769795 0 1.147287 1 1 1 +v 1.530734 0 3.695518 1 1 1 +v 2.11991 0 2.11991 1 1 1 +v 1.147287 0 2.769795 1 1 1 +v 0 0 2.998005 1 1 1 +v 2.998005 0.2 0 1 1 1 +v 2.769795 0.2 1.147287 1 1 1 +v 2.11991 0.2 2.11991 1 1 1 +v 1.147287 0.2 2.769795 1 1 1 +v 0 0.2 2.998005 1 1 1 +v 2.483707 0.2 1.539528 1 1 1 +v 2.483707 0 1.539528 1 1 1 +v 2.992028 0.2 1.91916 1 1 1 +v 2.992028 0 1.91916 1 1 1 +v 1.526624 0 2.298758 1 1 1 +v 1.838694 0 1.838695 1 1 1 +v 1.526624 0.2 2.298758 1 1 1 +v 1.838694 0.2 1.838695 1 1 1 +v 2.298757 0 1.526625 1 1 1 +v 2.298757 0.2 1.526625 1 1 1 +v 1.539527 0 2.483708 1 1 1 +v 1.539527 0.2 2.483708 1 1 1 +v 1.91916 0 2.992029 1 1 1 +v 1.91916 0.2 2.992029 1 1 1 +v 1.511242 1.509087 3.23671 1 1 1 +v 1.831699 1.509087 3.022587 1 1 1 +v 1.483464 1.509087 3.195136 1 1 1 +v 1.803921 1.509087 2.981014 1 1 1 +v 1.831699 1.809087 3.022587 1 1 1 +v 1.511242 1.809087 3.23671 1 1 1 +v 1.803921 1.809087 2.981014 1 1 1 +v 1.483464 1.809087 3.195136 1 1 1 +v 1.845494 1.559087 2.953235 1 1 1 +v 1.873273 1.559087 2.994808 1 1 1 +v 1.845494 1.759087 2.953235 1 1 1 +v 1.873273 1.759087 2.994808 1 1 1 +v 1.469669 1.559087 3.264488 1 1 1 +v 1.44189 1.559087 3.222914 1 1 1 +v 1.469669 1.759087 3.264488 1 1 1 +v 1.44189 1.759087 3.222914 1 1 1 +v 0.6392353 2.236932 3.472848 1 1 1 +v 1.01724 2.236932 3.397658 1 1 1 +v 0.6294807 2.236932 3.423809 1 1 1 +v 1.007485 2.236932 3.348619 1 1 1 +v 1.01724 2.536932 3.397658 1 1 1 +v 0.6392353 2.536932 3.472848 1 1 1 +v 1.007485 2.536932 3.348619 1 1 1 +v 0.6294807 2.536932 3.423809 1 1 1 +v 1.056525 2.286932 3.338864 1 1 1 +v 1.066279 2.286932 3.387904 1 1 1 +v 1.056525 2.486932 3.338864 1 1 1 +v 1.066279 2.486932 3.387904 1 1 1 +v 0.590196 2.286932 3.482603 1 1 1 +v 0.5804415 2.286932 3.433563 1 1 1 +v 0.590196 2.486932 3.482603 1 1 1 +v 0.5804415 2.486932 3.433563 1 1 1 +v 0.3314703 1.759764 3.534066 1 1 1 +v 0.7094748 1.759764 3.458877 1 1 1 +v 0.3217157 1.759764 3.485027 1 1 1 +v 0.6997204 1.759764 3.409837 1 1 1 +v 0.7094748 2.059764 3.458877 1 1 1 +v 0.3314703 2.059764 3.534066 1 1 1 +v 0.6997204 2.059764 3.409837 1 1 1 +v 0.3217157 2.059764 3.485027 1 1 1 +v 0.7487596 1.809764 3.400083 1 1 1 +v 0.758514 1.809764 3.449122 1 1 1 +v 0.7487596 2.009764 3.400083 1 1 1 +v 0.758514 2.009764 3.449122 1 1 1 +v 0.282431 1.809764 3.543821 1 1 1 +v 0.2726765 1.809764 3.494781 1 1 1 +v 0.282431 2.009764 3.543821 1 1 1 +v 0.2726765 2.009764 3.494781 1 1 1 +v 3.415874 1.55972 0.925668 1 1 1 +v 3.491063 1.55972 0.5476635 1 1 1 +v 3.366834 1.55972 0.9159136 1 1 1 +v 3.442024 1.55972 0.5379089 1 1 1 +v 3.415874 1.85972 0.925668 1 1 1 +v 3.366834 1.85972 0.9159136 1 1 1 +v 3.491063 1.85972 0.5476635 1 1 1 +v 3.442024 1.85972 0.5379089 1 1 1 +v 3.451778 1.60972 0.4888697 1 1 1 +v 3.500818 1.60972 0.4986241 1 1 1 +v 3.451778 1.80972 0.4888697 1 1 1 +v 3.500818 1.80972 0.4986241 1 1 1 +v 3.406119 1.60972 0.9747074 1 1 1 +v 3.35708 1.60972 0.9649528 1 1 1 +v 3.406119 1.80972 0.9747074 1 1 1 +v 3.35708 1.80972 0.9649528 1 1 1 +v 0 0.2 2.998004 1 1 1 +v 0 0 2.998004 1 1 1 +v 0 0 4 1 1 1 +v -4 0 2.998004 1 1 1 +v -2 0 2.798005 1 1 1 +v -4 0.2 2.998004 1 1 1 +v -2 0.2 2.798005 1 1 1 +v -4 0 4 1 1 1 +v 0 3 4.000001 1 1 1 +v -4 3 4.000001 1 1 1 +v 0 3 3.600001 1 1 1 +v -2 3 3.400001 1 1 1 +v -4 3 3.600001 1 1 1 +v 0 0.9 4.000001 1 1 1 +v -4 0.9 4.000001 1 1 1 +v -4 0.9 3.600001 1 1 1 +v 0 0.9 3.600001 1 1 1 +v -3.08287 2.341752 3.508288 1 1 1 +v -3.08287 2.541752 3.508288 1 1 1 +v -3.132621 2.291752 3.513263 1 1 1 +v -3.132621 2.591752 3.513263 1 1 1 +v -2 0.9 3.400001 1 1 1 +v -3.516119 2.291752 3.551613 1 1 1 +v -3.565871 2.341752 3.556588 1 1 1 +v -3.516119 2.591752 3.551613 1 1 1 +v -3.565871 2.541752 3.556588 1 1 1 +v -0.318187 1.683671 3.568182 1 1 1 +v -0.318187 1.883671 3.568182 1 1 1 +v -0.3679388 1.933671 3.563207 1 1 1 +v -0.7514364 1.933671 3.524857 1 1 1 +v -0.8011882 1.883671 3.519882 1 1 1 +v -0.8011882 1.683671 3.519882 1 1 1 +v -0.3679388 1.633671 3.563207 1 1 1 +v -1.077118 1.585278 3.492289 1 1 1 +v -0.7514364 1.633671 3.524857 1 1 1 +v -1.460616 1.585278 3.453939 1 1 1 +v -1.510367 1.535278 3.448964 1 1 1 +v -1.510367 1.335278 3.448964 1 1 1 +v -1.460616 1.285278 3.453939 1 1 1 +v -1.077118 1.285278 3.492289 1 1 1 +v -1.027366 1.535278 3.497264 1 1 1 +v -1.027366 1.335278 3.497264 1 1 1 +v -3.516119 2.291752 3.551613 1 1 1 +v -3.132622 2.291752 3.513263 1 1 1 +v -3.521094 2.291752 3.501861 1 1 1 +v -3.137597 2.291752 3.463511 1 1 1 +v -3.132622 2.591752 3.513263 1 1 1 +v -3.516119 2.591752 3.551613 1 1 1 +v -3.137597 2.591752 3.463511 1 1 1 +v -3.521094 2.591752 3.501861 1 1 1 +v -3.087845 2.341752 3.458536 1 1 1 +v -3.08287 2.341752 3.508288 1 1 1 +v -3.087845 2.541752 3.458536 1 1 1 +v -3.08287 2.541752 3.508288 1 1 1 +v -3.565871 2.341752 3.556588 1 1 1 +v -3.570846 2.341752 3.506836 1 1 1 +v -3.565871 2.541752 3.556588 1 1 1 +v -3.570846 2.541752 3.506836 1 1 1 +v -0.7514364 1.633671 3.524856 1 1 1 +v -0.3679389 1.633671 3.563206 1 1 1 +v -0.7464612 1.633671 3.475104 1 1 1 +v -0.3629637 1.633671 3.513454 1 1 1 +v -0.3679389 1.933671 3.563206 1 1 1 +v -0.7514364 1.933671 3.524856 1 1 1 +v -0.3629637 1.933671 3.513454 1 1 1 +v -0.7464612 1.933671 3.475104 1 1 1 +v -0.3132118 1.683671 3.518429 1 1 1 +v -0.318187 1.683671 3.568181 1 1 1 +v -0.3132118 1.883671 3.518429 1 1 1 +v -0.318187 1.883671 3.568181 1 1 1 +v -0.8011882 1.683671 3.519881 1 1 1 +v -0.796213 1.683671 3.470129 1 1 1 +v -0.8011882 1.883671 3.519881 1 1 1 +v -0.796213 1.883671 3.470129 1 1 1 +v -1.460615 1.285278 3.453939 1 1 1 +v -1.077118 1.285278 3.492289 1 1 1 +v -1.45564 1.285278 3.404187 1 1 1 +v -1.072143 1.285278 3.442537 1 1 1 +v -1.077118 1.585278 3.492289 1 1 1 +v -1.460615 1.585278 3.453939 1 1 1 +v -1.072143 1.585278 3.442537 1 1 1 +v -1.45564 1.585278 3.404187 1 1 1 +v -1.022391 1.335278 3.447512 1 1 1 +v -1.027366 1.335278 3.497264 1 1 1 +v -1.022391 1.535278 3.447512 1 1 1 +v -1.027366 1.535278 3.497264 1 1 1 +v -1.510367 1.335278 3.448964 1 1 1 +v -1.505392 1.335278 3.399212 1 1 1 +v -1.510367 1.535278 3.448964 1 1 1 +v -1.505392 1.535278 3.399212 1 1 1 +v 2.998004 0.2 -4 1 1 1 +v 2.998004 0 -4 1 1 1 +v 3.999999 0.2 -4 1 1 1 +v 3.999999 0 -4 1 1 1 +v 2.998005 0 2.384186E-07 1 1 1 +v 2.798005 0 -2 1 1 1 +v 2.998005 0.2 2.384186E-07 1 1 1 +v 2.798005 0.2 -2 1 1 1 +v 4 0 2.384186E-07 1 1 1 +v 4 0.2 2.384186E-07 1 1 1 +v 3.999995 3 -3.999993 1 1 1 +v 3.999995 3 7.867813E-06 1 1 1 +v 3.599995 3 -3.999993 1 1 1 +v 3.399995 3 -1.999992 1 1 1 +v 3.599995 3 7.867813E-06 1 1 1 +v 3.999995 0.9 -3.999993 1 1 1 +v 3.999995 0.9 7.867813E-06 1 1 1 +v 3.599995 0.9 7.867813E-06 1 1 1 +v 3.599995 0.9 -3.999993 1 1 1 +v 3.508282 2.341752 -0.9171226 1 1 1 +v 3.508282 2.541752 -0.9171226 1 1 1 +v 3.513257 2.291752 -0.8673708 1 1 1 +v 3.513257 2.591752 -0.8673708 1 1 1 +v 3.399995 0.9 -1.999992 1 1 1 +v 3.551607 2.291752 -0.4838731 1 1 1 +v 3.556582 2.341752 -0.4341214 1 1 1 +v 3.551607 2.591752 -0.4838731 1 1 1 +v 3.556582 2.541752 -0.4341214 1 1 1 +v 3.568176 1.683671 -3.681806 1 1 1 +v 3.568176 1.883671 -3.681806 1 1 1 +v 3.563201 1.933671 -3.632054 1 1 1 +v 3.524851 1.933671 -3.248556 1 1 1 +v 3.519876 1.883671 -3.198804 1 1 1 +v 3.519876 1.683671 -3.198804 1 1 1 +v 3.563201 1.633671 -3.632054 1 1 1 +v 3.492283 1.585278 -2.922874 1 1 1 +v 3.524851 1.633671 -3.248556 1 1 1 +v 3.453933 1.585278 -2.539377 1 1 1 +v 3.448958 1.535278 -2.489625 1 1 1 +v 3.448958 1.335278 -2.489625 1 1 1 +v 3.453933 1.285278 -2.539377 1 1 1 +v 3.492283 1.285278 -2.922874 1 1 1 +v 3.497258 1.535278 -2.972626 1 1 1 +v 3.497258 1.335278 -2.972626 1 1 1 +v 3.551608 2.291752 -0.4838742 1 1 1 +v 3.513258 2.291752 -0.8673717 1 1 1 +v 3.501856 2.291752 -0.478899 1 1 1 +v 3.463506 2.291752 -0.8623965 1 1 1 +v 3.513258 2.591752 -0.8673717 1 1 1 +v 3.551607 2.591752 -0.4838742 1 1 1 +v 3.463506 2.591752 -0.8623965 1 1 1 +v 3.501856 2.591752 -0.478899 1 1 1 +v 3.458531 2.341752 -0.9121484 1 1 1 +v 3.508282 2.341752 -0.9171236 1 1 1 +v 3.45853 2.541752 -0.9121484 1 1 1 +v 3.508282 2.541752 -0.9171236 1 1 1 +v 3.556583 2.341752 -0.4341223 1 1 1 +v 3.506831 2.341752 -0.4291471 1 1 1 +v 3.556583 2.541752 -0.4341223 1 1 1 +v 3.506831 2.541752 -0.4291471 1 1 1 +v 3.524852 1.633671 -3.248557 1 1 1 +v 3.563201 1.633671 -3.632054 1 1 1 +v 3.4751 1.633671 -3.253532 1 1 1 +v 3.513449 1.633671 -3.63703 1 1 1 +v 3.563201 1.933671 -3.632054 1 1 1 +v 3.524852 1.933671 -3.248557 1 1 1 +v 3.513449 1.933671 -3.63703 1 1 1 +v 3.4751 1.933671 -3.253532 1 1 1 +v 3.518425 1.683671 -3.686781 1 1 1 +v 3.568177 1.683671 -3.681806 1 1 1 +v 3.518425 1.883671 -3.686781 1 1 1 +v 3.568176 1.883671 -3.681806 1 1 1 +v 3.519876 1.683671 -3.198805 1 1 1 +v 3.470124 1.683671 -3.20378 1 1 1 +v 3.519876 1.883671 -3.198805 1 1 1 +v 3.470124 1.883671 -3.20378 1 1 1 +v 3.453933 1.285278 -2.539376 1 1 1 +v 3.492283 1.285278 -2.922873 1 1 1 +v 3.404181 1.285278 -2.544351 1 1 1 +v 3.442531 1.285278 -2.927849 1 1 1 +v 3.492283 1.585278 -2.922873 1 1 1 +v 3.453933 1.585278 -2.539376 1 1 1 +v 3.442531 1.585278 -2.927849 1 1 1 +v 3.404181 1.585278 -2.544351 1 1 1 +v 3.447506 1.335278 -2.977601 1 1 1 +v 3.497258 1.335278 -2.972625 1 1 1 +v 3.447506 1.535278 -2.977601 1 1 1 +v 3.497258 1.535278 -2.972625 1 1 1 +v 3.448958 1.335278 -2.489624 1 1 1 +v 3.399206 1.335278 -2.494599 1 1 1 +v 3.448958 1.535278 -2.489624 1 1 1 +v 3.399206 1.535278 -2.494599 1 1 1 +v -4 3 -3.599999 1 1 1 +v -4 0.9 -3.599999 1 1 1 +v -4 3 -3.999999 1 1 1 +v -4 0.9 -3.999999 1 1 1 +v -3.6 0.9 -3.999999 1 1 1 +v -3.6 3 -3.999999 1 1 1 +v -3.8 0.9 -3.653589 1 1 1 +v -3.8 3 -3.653589 1 1 1 +v -3.65359 0.9 -3.799999 1 1 1 +v -3.65359 3 -3.799999 1 1 1 +v -4 -1.707772E-14 -4 1 1 1 +v -2.998005 -1.707772E-14 -4 1 1 1 +v -4 0.2 -4 1 1 1 +v -2.998005 0.2 -4 1 1 1 +v -4 0.2 -2.998005 1 1 1 +v -4 -1.707772E-14 -2.998005 1 1 1 +v -3.499002 0.2 -3.132247 1 1 1 +v -3.132247 0.2 -3.499002 1 1 1 +v -3.499002 -1.635581E-14 -3.132247 1 1 1 +v -3.132247 -1.635581E-14 -3.499002 1 1 1 +v 2.840657 2.757286 2.0904 1 1 1 +v 2.465528 2.757286 1.82245 1 1 1 +v 3.108607 2.757286 2.465528 1 1 1 +v 2.840657 2.757286 2.840657 1 1 1 +v 2.0904 2.757286 2.0904 1 1 1 +v 1.82245 2.757286 2.465528 1 1 1 +v 2.465528 2.757286 3.108607 1 1 1 +v 2.0904 2.757286 2.840657 1 1 1 +v 2.840657 3.133286 2.0904 1 1 1 +v 3.108607 3.133286 2.465528 1 1 1 +v 2.465528 3.133286 1.82245 1 1 1 +v 2.0904 3.133286 2.0904 1 1 1 +v 2.840657 3.133286 2.840657 1 1 1 +v 1.82245 3.133286 2.465528 1 1 1 +v 2.465528 3.133286 3.108607 1 1 1 +v 2.0904 3.133286 2.840657 1 1 1 +v 2.810647 0.576 2.12041 1 1 1 +v 3.05716 0.576 2.465528 1 1 1 +v 2.465528 0.576 1.873896 1 1 1 +v 2.12041 0.576 2.12041 1 1 1 +v 2.810647 0.576 2.810647 1 1 1 +v 2.465528 0.576 3.05716 1 1 1 +v 1.873896 0.576 2.465528 1 1 1 +v 2.12041 0.576 2.810647 1 1 1 +v 2.465528 0.2 1.873896 1 1 1 +v 2.810647 0.2 2.12041 1 1 1 +v 2.12041 0.2 2.12041 1 1 1 +v 1.873896 0.2 2.465528 1 1 1 +v 2.12041 0.2 2.810647 1 1 1 +v 2.465528 0.2 3.05716 1 1 1 +v 2.810647 0.2 2.810647 1 1 1 +v 3.05716 0.2 2.465528 1 1 1 +v 2.23289 0.576 2.23289 1 1 1 +v 2.465528 0.576 2.06672 1 1 1 +v 2.174731 2.757286 2.174731 1 1 1 +v 2.465528 2.757286 1.967018 1 1 1 +v 2.174731 2.757286 2.756326 1 1 1 +v 2.465528 2.757286 2.964039 1 1 1 +v 2.23289 0.576 2.698167 1 1 1 +v 2.465528 0.576 2.864337 1 1 1 +v 2.06672 0.576 2.465528 1 1 1 +v 1.967018 2.757286 2.465528 1 1 1 +v 2.698167 0.576 2.23289 1 1 1 +v 2.864337 0.576 2.465528 1 1 1 +v 2.756326 2.757286 2.174731 1 1 1 +v 2.964039 2.757286 2.465528 1 1 1 +v 2.698167 0.576 2.698167 1 1 1 +v 2.756326 2.757286 2.756326 1 1 1 + +vn 0.4082483 0.5773503 0.7071068 +vn -0.7071068 0.5773503 0.4082483 +vn 0.3003764 0.7994348 0.5202672 +vn -0.5202672 0.7994348 0.3003764 +vn -0.3003764 -0.7994348 -0.5202672 +vn 0.7071068 -0.5773503 -0.4082483 +vn -0.4082483 -0.5773503 -0.7071068 +vn 0.5202672 -0.7994348 -0.3003764 +vn 0.4082483 0.5773503 -0.7071068 +vn 0.7071068 0.5773503 0.4082483 +vn 0.3003764 0.7994348 -0.5202672 +vn 0.5202672 0.7994348 0.3003764 +vn -0.3003764 -0.7994348 0.5202672 +vn -0.7071068 -0.5773503 -0.4082483 +vn -0.4082483 -0.5773503 0.7071068 +vn -0.5202672 -0.7994348 -0.3003764 +vn -0.4082483 0.5773503 -0.7071068 +vn 0.7071068 0.5773503 -0.4082483 +vn -0.3003764 0.7994348 -0.5202672 +vn 0.5202672 0.7994348 -0.3003764 +vn 0.3003764 -0.7994348 0.5202672 +vn -0.7071068 -0.5773503 0.4082483 +vn 0.4082483 -0.5773503 0.7071068 +vn -0.5202672 -0.7994348 0.3003764 +vn -0.3003764 0.7994348 0.5202672 +vn -0.5202672 0.7994348 -0.3003764 +vn 0.3003764 -0.7994348 -0.5202672 +vn 0.5202672 -0.7994348 0.3003764 +vn -0.4082483 0.5773503 0.7071068 +vn 0.4082483 -0.5773503 -0.7071068 +vn -0.7071068 0.5773503 -0.4082483 +vn 0.7071068 -0.5773503 0.4082483 +vn 0.4245382 0.9054101 0 +vn 0 0.9054101 0.4245382 +vn 0 0.9054101 -0.4245382 +vn -0.4245382 0.9054101 0 +vn 0 -0.9054101 0.4245382 +vn 0 -0.9054101 -0.4245382 +vn -0.4245382 -0.9054101 0 +vn 0.4245382 -0.9054101 0 +vn 0 0.8164966 0.5773503 +vn -0.5773503 0.8164966 0 +vn 0 -0.8164966 -0.5773503 +vn 0.5773503 -0.8164966 0 +vn 0.5773503 0.8164966 0 +vn -0.5773503 -0.8164966 0 +vn 0 0.8164966 -0.5773503 +vn 0 -0.8164966 0.5773503 +vn 0.5 0.8164966 0.2886751 +vn 0.3676609 0.90541 0.2122691 +vn 0.2886751 0.8164966 -0.5 +vn 0.2122691 0.90541 -0.3676609 +vn -0.2886751 -0.8164966 0.5 +vn -0.3676609 -0.90541 -0.2122691 +vn -0.5 -0.8164966 -0.2886751 +vn -0.2122691 -0.90541 0.3676609 +vn -0.5 0.8164966 -0.2886751 +vn -0.3676609 0.90541 -0.2122691 +vn 0.5 -0.8164966 0.2886751 +vn 0.3676609 -0.90541 0.2122691 +vn -0.6666667 0.3333333 -0.6666667 +vn 0.6666667 0.3333333 -0.6666667 +vn -0.5033765 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 -0.5033765 +vn 0.5033765 -0.7022992 0.5033765 +vn -0.6666667 -0.3333333 0.6666667 +vn 0.6666667 -0.3333333 0.6666667 +vn -0.5033765 -0.7022992 0.5033765 +vn 0.5033765 0.7022992 0.5033765 +vn -0.5033765 0.7022992 0.5033765 +vn -0.5033765 -0.7022992 -0.5033765 +vn 0.5033765 -0.7022992 -0.5033765 +vn -0.2122691 0.90541 0.3676609 +vn -0.2886751 0.8164966 0.5 +vn 0.2886751 -0.8164966 -0.5 +vn 0.2122691 -0.90541 -0.3676609 +vn 0.6666667 0.3333333 0.6666667 +vn -0.6666667 -0.3333333 -0.6666667 +vn -0.6666667 0.3333333 0.6666667 +vn 0.6666667 -0.3333333 -0.6666667 +vn 0 1 0 +vn 0 -1 0 +vn 0 0 -1 +vn 0 0 1 +vn -0.9807853 0 -0.1950903 +vn -0.9238795 0 -0.3826834 +vn 0.9238795 0 0.3826834 +vn 0.9807853 0 0.1950903 +vn -0.7071068 0 -0.7071068 +vn 0.7071068 0 0.7071068 +vn -0.3826834 0 -0.9238795 +vn 0.3826834 0 0.9238795 +vn -0.1950903 0 -0.9807853 +vn 0.1950903 0 0.9807853 +vn -1 0 0 +vn 1 0 0 +vn 0.1950903 0 0.9807853 +vn -0.1950903 0 -0.9807853 +vn -0.09950371 0 -0.9950371 +vn 0.09950371 0 0.9950371 +vn 0.09950371 0 -0.9950371 +vn -0.09950371 0 0.9950371 +vn -0.4082482 0.5773503 0.7071069 +vn -0.3003764 0.7994348 0.5202673 +vn 0.7071069 0.5773503 0.4082482 +vn 0.5202673 0.7994348 0.3003764 +vn -0.7071069 -0.5773503 -0.4082482 +vn 0.3003764 -0.7994348 -0.5202673 +vn 0.4082482 -0.5773503 -0.7071069 +vn -0.5202673 -0.7994348 -0.3003764 +vn 0.4082482 0.5773503 -0.7071069 +vn 0.3003764 0.7994348 -0.5202673 +vn -0.3003764 -0.7994348 0.5202673 +vn -0.4082482 -0.5773503 0.7071069 +vn 0.7071068 0.5773503 -0.4082484 +vn 0.4082484 0.5773503 0.7071068 +vn 0.5202672 0.7994348 -0.3003765 +vn 0.3003765 0.7994348 0.5202672 +vn -0.5202672 -0.7994348 0.3003765 +vn -0.4082484 -0.5773503 -0.7071068 +vn -0.7071068 -0.5773503 0.4082484 +vn -0.3003765 -0.7994348 -0.5202672 +vn -0.7071068 0.5773503 0.4082484 +vn -0.5202672 0.7994348 0.3003765 +vn 0.5202672 -0.7994348 -0.3003765 +vn 0.7071068 -0.5773503 -0.4082484 +vn -0.6666667 0.3333333 0.6666668 +vn -0.5033765 0.7022992 0.5033766 +vn 0.6666668 0.3333333 0.6666667 +vn 0.5033766 0.7022992 0.5033765 +vn -0.6666668 -0.3333333 -0.6666667 +vn 0.5033765 -0.7022992 -0.5033766 +vn 0.6666667 -0.3333333 -0.6666668 +vn -0.5033766 -0.7022992 -0.5033765 +vn -0.5033766 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 -0.5033766 +vn -0.5033765 -0.7022992 0.5033766 +vn 0.5033766 -0.7022992 0.5033765 +vn 0.6666667 0.3333333 -0.6666668 +vn -0.6666667 -0.3333333 0.6666668 +vn -0.6666668 0.3333333 -0.6666667 +vn 0.6666668 -0.3333333 0.6666667 +vn -0.4082484 0.5773503 -0.7071068 +vn -0.3003765 0.7994348 -0.5202672 +vn 0.3003765 -0.7994348 0.5202672 +vn 0.4082484 -0.5773503 0.7071068 +vn -0.7071069 0.5773503 -0.4082482 +vn -0.5202673 0.7994348 -0.3003764 +vn 0.7071069 -0.5773503 0.4082482 +vn 0.5202673 -0.7994348 0.3003764 +vn -5.06089E-08 0.9054101 -0.4245383 +vn 0.4245383 0.9054101 -5.06089E-08 +vn -0.4245383 0.9054101 5.06089E-08 +vn 5.06089E-08 0.9054101 0.4245383 +vn 0.4245383 -0.9054101 -5.06089E-08 +vn -0.4245383 -0.9054101 5.06089E-08 +vn 5.06089E-08 -0.9054101 0.4245383 +vn -5.06089E-08 -0.9054101 -0.4245383 +vn -0.5773503 0.8164966 6.882551E-08 +vn 6.882551E-08 0.8164966 0.5773503 +vn 0.5773503 -0.8164966 -6.882551E-08 +vn -6.882551E-08 -0.8164966 -0.5773503 +vn -0.5000001 0.8164966 -0.2886751 +vn -0.3676609 0.90541 -0.2122691 +vn -0.2886751 0.8164966 0.5000001 +vn -0.2122691 0.90541 0.3676609 +vn 0.2886751 -0.8164966 -0.5000001 +vn 0.3676609 -0.90541 0.2122691 +vn 0.5000001 -0.8164966 0.2886751 +vn 0.2122691 -0.90541 -0.3676609 +vn -6.882551E-08 0.8164966 -0.5773503 +vn 6.882551E-08 -0.8164966 0.5773503 +vn 0.5773503 0.8164966 -6.882551E-08 +vn -0.5773503 -0.8164966 6.882551E-08 +vn 0.2886751 0.8164966 -0.5000001 +vn 0.5000001 0.8164966 0.2886751 +vn 0.2122691 0.90541 -0.3676609 +vn 0.3676609 0.90541 0.2122691 +vn -0.2122691 -0.90541 0.3676609 +vn -0.5000001 -0.8164966 -0.2886751 +vn -0.2886751 -0.8164966 0.5000001 +vn -0.3676609 -0.90541 -0.2122691 +vn -0.9950373 0 0.09950384 +vn -1 0 1.192093E-07 +vn 0.9950373 0 -0.09950384 +vn 1 0 -1.192093E-07 +vn -0.9950373 0 -0.09950361 +vn 0.9950373 0 0.09950361 +vn -1.192093E-07 0 -1 +vn 1.192093E-07 0 1 +vn -1 0 -1.490095E-08 +vn 1 0 1.490095E-08 +vn 1.490095E-08 0 -1 +vn -1.490095E-08 0 1 +vn 0.8660254 0 0.5 +vn 0.9659258 0 0.258819 +vn -0.9659258 0 -0.258819 +vn -0.8660254 0 -0.5 +vn 0.5 0 0.8660254 +vn -0.5 0 -0.8660254 +vn 0.258819 0 0.9659258 +vn -0.258819 0 -0.9659258 +vn 0.3481187 0 -0.9374505 +vn 0.5983759 0 -0.8012155 +vn -0.5983759 0 0.8012155 +vn -0.3481187 0 0.9374505 +vn -0.9655658 0 -0.2601588 +vn -0.7071069 0 -0.7071067 +vn 0.9655658 0 0.2601588 +vn 0.7071069 0 0.7071067 +vn -0.260159 0 -0.9655658 +vn 0.260159 0 0.9655658 +vn -0.9374504 0 0.3481189 +vn -0.8012154 0 0.5983762 +vn 0.8012154 0 -0.5983762 +vn 0.9374504 0 -0.3481189 +vn -0.3181896 -0.9238795 0.2126075 +vn 0.3181896 -0.9238795 -0.2126075 +vn 0.3181896 0.9238795 -0.2126075 +vn -0.3181896 0.9238795 0.2126075 +vn 0.7681777 -0.3826834 -0.51328 +vn 0.7681777 0.3826834 -0.51328 +vn -0.7681777 -0.3826834 0.51328 +vn -0.7681777 0.3826834 0.51328 +vn -0.5555702 0 -0.8314695 +vn 0.5555702 0 0.8314695 +vn -0.3753302 -0.9238795 0.07465783 +vn 0.3753302 -0.9238795 -0.07465783 +vn 0.3753302 0.9238795 -0.07465783 +vn -0.3753302 0.9238795 0.07465783 +vn 0.9061273 -0.3826834 -0.1802399 +vn 0.9061273 0.3826834 -0.1802399 +vn -0.9061273 -0.3826834 0.1802399 +vn -0.9061273 0.3826834 0.1802399 +vn -0.07465779 -0.9238795 0.3753303 +vn 0.07465779 -0.9238795 -0.3753303 +vn 0.07465779 0.9238795 -0.3753303 +vn -0.07465779 0.9238795 0.3753303 +vn 0.1802399 -0.3826834 -0.9061274 +vn 0.1802399 0.3826834 -0.9061274 +vn -0.1802399 -0.3826834 0.9061274 +vn -0.1802399 0.3826834 0.9061274 +vn -0.9807853 0 -0.1950902 +vn 0.9807853 0 0.1950902 +vn -0.09950373 0 -0.9950371 +vn 0.09950373 0 0.9950371 +vn 0.0995037 0 -0.9950371 +vn -0.0995037 0 0.9950371 +vn -0.3807842 -0.9238796 0.03807854 +vn 0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 0.9238796 -0.03807854 +vn -0.3807842 0.9238796 0.03807832 +vn 0.9192945 -0.3826835 -0.09192941 +vn 0.9192945 0.3826835 -0.0919295 +vn -0.9192945 -0.3826835 0.0919295 +vn -0.9192945 0.3826835 0.09192941 +vn -0.09950373 -1.192093E-07 -0.9950373 +vn 0.09950373 1.192093E-07 0.9950373 +vn -0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 -0.9238796 0.03807854 +vn 0.3807842 0.9238796 0.03807832 +vn -0.3807842 0.9238796 -0.03807854 +vn 0.9192945 -0.3826835 0.0919295 +vn 0.9192945 0.3826835 0.09192941 +vn -0.9192945 -0.3826835 -0.09192941 +vn -0.9192945 0.3826835 -0.0919295 +vn 0.09950373 -1.192093E-07 -0.9950373 +vn -0.09950373 1.192093E-07 0.9950373 +vn -0.9950373 0 0.09950386 +vn 0.9950373 0 -0.09950386 +vn -0.9950373 0 -0.0995036 +vn 0.9950373 0 0.0995036 +vn 0.03807859 -0.9238796 0.3807843 +vn -0.03807837 -0.9238796 -0.3807843 +vn -0.03807859 0.9238796 -0.3807843 +vn 0.03807837 0.9238796 0.3807843 +vn -0.09192953 -0.3826835 -0.9192946 +vn -0.09192962 0.3826835 -0.9192946 +vn 0.09192962 -0.3826835 0.9192946 +vn 0.09192953 0.3826835 0.9192946 +vn -0.9950374 -1.192093E-07 0.09950386 +vn 0.9950374 1.192093E-07 -0.09950386 +vn -0.03807827 -0.9238796 0.3807843 +vn 0.0380785 -0.9238796 -0.3807843 +vn 0.03807827 0.9238796 -0.3807843 +vn -0.0380785 0.9238796 0.3807843 +vn 0.0919294 -0.3826835 -0.9192946 +vn 0.09192931 0.3826835 -0.9192946 +vn -0.09192931 -0.3826835 0.9192946 +vn -0.0919294 0.3826835 0.9192946 +vn -0.9950374 -1.192093E-07 -0.09950362 +vn 0.9950374 1.192093E-07 0.09950362 +vn 0.5 0 0.8660254 +vn -0.5 0 -0.8660254 +vn 0.5812383 0 -0.8137335 +vn 0.7071068 0 -0.7071068 +vn -0.7071068 0 0.7071068 +vn -0.5812383 0 0.8137335 +vn -0.7071068 0 -0.7071068 +vn -0.5812382 0 -0.8137336 +vn 0.7071068 0 0.7071068 +vn 0.5812382 0 0.8137336 +vn -0.8137335 0 -0.5812383 +vn 0.8137335 0 0.5812383 +vn -0.8137336 0 0.5812382 +vn 0.8137336 0 -0.5812382 +vn -0.7066047 -0.03768034 -0.7066046 +vn -0.5808367 -0.03716837 -0.8131711 +vn 0.7066047 0.03768034 0.7066046 +vn 0.5808367 0.03716837 0.8131711 +vn -0.7066046 -0.03768034 0.7066047 +vn -0.5808365 -0.03716837 0.8131713 +vn 0.7066046 0.03768034 -0.7066047 +vn 0.5808365 0.03716837 -0.8131713 +vn -0.8131713 -0.03716837 -0.5808365 +vn 0.8131713 0.03716837 0.5808365 +vn 0.7066046 -0.03768034 -0.7066047 +vn 0.8131711 -0.03716837 -0.5808367 +vn -0.7066046 0.03768034 0.7066047 +vn -0.8131711 0.03716837 0.5808367 +vn 0.5808365 -0.03716837 -0.8131713 +vn -0.5808365 0.03716837 0.8131713 +vn 0.7066047 -0.03768034 0.7066046 +vn 0.5808367 -0.03716837 0.8131711 +vn -0.7066047 0.03768034 -0.7066046 +vn -0.5808367 0.03716837 -0.8131711 +vn 0.8131713 -0.03716837 0.5808365 +vn -0.8131713 0.03716837 -0.5808365 +vn -0.8131711 -0.03716837 0.5808367 +vn 0.8131711 0.03716837 -0.5808367 + +vt 0.09375 0.025 +vt 0.09375 0.105 +vt 0.09375 0.065 +vt 0.09375 0.225 +vt 0.34375 0.225 +vt 0.34375 0.025 +vt 0.34375 0.105 +vt 0.34375 0.075 +vt 0.34375 0.175 +vt 0.34375 0.1623098 +vt 0.34375 0.1813574 +vt 0.34375 0.1575478 +vt 0.34375 0.1861193 +vt 0.34375 0.09963536 +vt 0.34375 0.118683 +vt 0.34375 0.1234449 +vt 0.34375 0.09487346 +vt 0.34375 0.0902646 +vt 0.34375 0.08550269 +vt 0.34375 0.06645507 +vt 0.34375 0.06169317 +vt 0.21875 0.145 +vt 0.21875 0.225 +vt 0.21875 0.175 +vt 0.21875 0.075 + +usemtl colormap + +f 3/2/3 2/1/2 1/1/1 +f 2/1/2 3/2/3 4/2/4 +f 1/1/7 2/1/6 3/2/5 +f 4/2/8 3/2/5 2/1/6 +f 7/3/11 6/1/10 5/1/9 +f 6/1/10 7/3/11 8/3/12 +f 5/1/15 6/1/14 7/3/13 +f 8/3/16 7/3/13 6/1/14 +f 11/2/19 10/1/18 9/1/17 +f 10/1/18 11/2/19 12/2/20 +f 9/1/23 10/1/22 11/2/21 +f 12/2/24 11/2/21 10/1/22 +f 2/1/2 11/2/19 9/1/17 +f 11/2/19 2/1/2 4/2/4 +f 9/1/23 11/2/21 2/1/6 +f 4/2/8 2/1/6 11/2/21 +f 7/3/11 13/3/25 8/3/12 +f 13/3/25 7/3/11 14/3/26 +f 8/3/16 13/3/27 7/3/13 +f 14/3/28 7/3/13 13/3/27 +f 8/3/12 15/1/29 6/1/10 +f 15/1/29 8/3/12 13/3/25 +f 6/1/14 15/1/30 8/3/16 +f 13/3/27 8/3/16 15/1/30 +f 11/2/19 3/2/3 12/2/20 +f 3/2/3 11/2/19 4/2/4 +f 12/2/24 3/2/5 11/2/21 +f 4/2/8 11/2/21 3/2/5 +f 14/3/26 5/1/9 16/1/31 +f 5/1/9 14/3/26 7/3/11 +f 16/1/32 5/1/15 14/3/28 +f 7/3/13 14/3/28 5/1/15 +f 15/1/29 14/3/26 16/1/31 +f 14/3/26 15/1/29 13/3/25 +f 16/1/32 14/3/28 15/1/30 +f 13/3/27 15/1/30 14/3/28 +f 12/2/20 1/1/1 10/1/18 +f 1/1/1 12/2/20 3/2/3 +f 10/1/22 1/1/7 12/2/24 +f 3/2/5 12/2/24 1/1/7 +f 19/3/35 18/3/34 17/3/33 +f 18/3/34 19/3/35 20/3/36 +f 17/3/39 18/3/38 19/3/37 +f 20/3/40 19/3/37 18/3/38 +f 20/3/36 21/1/41 18/3/34 +f 21/1/41 20/3/36 22/1/42 +f 18/3/38 21/1/43 20/3/40 +f 22/1/44 20/3/40 21/1/43 +f 17/3/33 21/1/41 23/1/45 +f 21/1/41 17/3/33 18/3/34 +f 23/1/46 21/1/43 17/3/39 +f 18/3/38 17/3/39 21/1/43 +f 24/1/47 17/3/33 23/1/45 +f 17/3/33 24/1/47 19/3/35 +f 23/1/46 17/3/39 24/1/48 +f 19/3/37 24/1/48 17/3/39 +f 22/1/42 19/3/35 24/1/47 +f 19/3/35 22/1/42 20/3/36 +f 24/1/48 19/3/37 22/1/44 +f 20/3/40 22/1/44 19/3/37 +f 27/1/51 26/3/50 25/1/49 +f 26/3/50 27/1/51 28/3/52 +f 25/1/55 26/3/54 27/1/53 +f 28/3/56 27/1/53 26/3/54 +f 29/1/57 28/3/52 27/1/51 +f 28/3/52 29/1/57 30/3/58 +f 27/1/53 28/3/56 29/1/59 +f 30/3/60 29/1/59 28/3/56 +f 33/2/63 32/1/62 31/1/61 +f 32/1/62 33/2/63 34/2/64 +f 31/1/67 32/1/66 33/2/65 +f 34/2/68 33/2/65 32/1/66 +f 33/2/63 35/2/69 34/2/64 +f 35/2/69 33/2/63 36/2/70 +f 34/2/68 35/2/71 33/2/65 +f 36/2/72 33/2/65 35/2/71 +f 30/3/58 38/1/74 37/3/73 +f 38/1/74 30/3/58 29/1/57 +f 37/3/76 38/1/75 30/3/60 +f 29/1/59 30/3/60 38/1/75 +f 34/2/64 39/1/77 32/1/62 +f 39/1/77 34/2/64 35/2/69 +f 32/1/66 39/1/78 34/2/68 +f 35/2/71 34/2/68 39/1/78 +f 28/3/52 37/3/73 26/3/50 +f 37/3/73 28/3/52 30/3/58 +f 26/3/54 37/3/76 28/3/56 +f 30/3/60 28/3/56 37/3/76 +f 40/1/79 33/2/63 31/1/61 +f 33/2/63 40/1/79 36/2/70 +f 31/1/67 33/2/65 40/1/80 +f 36/2/72 40/1/80 33/2/65 +f 26/3/50 38/1/74 25/1/49 +f 38/1/74 26/3/50 37/3/73 +f 25/1/55 38/1/75 26/3/54 +f 37/3/76 26/3/54 38/1/75 +f 35/2/69 40/1/79 39/1/77 +f 40/1/79 35/2/69 36/2/70 +f 39/1/78 40/1/80 35/2/71 +f 36/2/72 35/2/71 40/1/80 +f 43/4/81 42/4/81 41/4/81 +f 42/4/81 43/4/81 44/4/81 +f 42/4/81 44/4/81 45/4/81 +f 45/4/81 44/4/81 46/4/81 +f 45/4/81 46/4/81 47/4/81 +f 47/4/81 46/4/81 48/4/81 +f 47/4/81 48/4/81 49/4/81 +f 49/4/81 48/4/81 50/4/81 +f 41/4/82 42/4/82 43/4/82 +f 44/4/82 43/4/82 42/4/82 +f 45/4/82 44/4/82 42/4/82 +f 46/4/82 44/4/82 45/4/82 +f 47/4/82 46/4/82 45/4/82 +f 48/4/82 46/4/82 47/4/82 +f 49/4/82 48/4/82 47/4/82 +f 50/4/82 48/4/82 49/4/82 +f 43/4/83 52/1/83 51/1/83 +f 52/1/83 43/4/83 41/4/83 +f 51/1/84 52/1/84 43/4/84 +f 41/4/84 43/4/84 52/1/84 +f 53/1/86 43/4/85 51/1/85 +f 43/4/85 53/1/86 44/4/86 +f 51/1/88 43/4/88 53/1/87 +f 44/4/87 53/1/87 43/4/88 +f 54/1/89 44/4/86 53/1/86 +f 44/4/86 54/1/89 46/4/89 +f 53/1/87 44/4/87 54/1/90 +f 46/4/90 54/1/90 44/4/87 +f 48/4/91 54/1/89 55/1/91 +f 54/1/89 48/4/91 46/4/89 +f 55/1/92 54/1/90 48/4/92 +f 46/4/90 48/4/92 54/1/90 +f 50/4/93 55/1/91 56/1/93 +f 55/1/91 50/4/93 48/4/91 +f 56/1/94 55/1/92 50/4/94 +f 48/4/92 50/4/94 55/1/92 +f 57/1/95 50/4/95 56/1/95 +f 50/4/95 57/1/95 49/4/95 +f 56/1/96 50/4/96 57/1/96 +f 49/4/96 57/1/96 50/4/96 +f 47/4/92 57/1/97 58/1/92 +f 57/1/97 47/4/92 49/4/97 +f 58/1/91 57/1/98 47/4/91 +f 49/4/98 47/4/91 57/1/98 +f 45/4/90 58/1/92 59/1/90 +f 58/1/92 45/4/90 47/4/92 +f 59/1/89 58/1/91 45/4/89 +f 47/4/91 45/4/89 58/1/91 +f 45/4/90 60/1/87 42/4/87 +f 60/1/87 45/4/90 59/1/90 +f 42/4/86 60/1/86 45/4/89 +f 59/1/89 45/4/89 60/1/86 +f 42/4/87 52/1/88 41/4/88 +f 52/1/88 42/4/87 60/1/87 +f 41/4/85 52/1/85 42/4/86 +f 60/1/86 42/4/86 52/1/85 +f 63/1/81 62/1/81 61/1/81 +f 62/1/81 63/1/81 64/1/81 +f 61/1/82 62/1/82 63/1/82 +f 64/1/82 63/1/82 62/1/82 +f 65/1/81 64/1/81 63/1/81 +f 64/1/81 65/1/81 66/1/81 +f 63/1/82 64/1/82 65/1/82 +f 66/1/82 65/1/82 64/1/82 +f 68/1/81 63/1/81 67/1/81 +f 63/1/81 68/1/81 65/1/81 +f 67/1/82 63/1/82 68/1/82 +f 65/1/82 68/1/82 63/1/82 +f 67/1/81 61/1/81 69/1/81 +f 61/1/81 67/1/81 63/1/81 +f 69/1/82 61/1/82 67/1/82 +f 63/1/82 67/1/82 61/1/82 +f 72/1/29 71/3/26 70/1/31 +f 71/3/26 72/1/29 73/3/25 +f 70/1/32 71/3/28 72/1/30 +f 73/3/27 72/1/30 71/3/28 +f 75/3/12 72/1/29 74/1/10 +f 72/1/29 75/3/12 73/3/25 +f 74/1/14 72/1/30 75/3/16 +f 73/3/27 75/3/16 72/1/30 +f 78/2/3 77/1/2 76/1/1 +f 77/1/2 78/2/3 79/2/4 +f 76/1/7 77/1/6 78/2/5 +f 79/2/8 78/2/5 77/1/6 +f 77/1/2 81/2/19 80/1/17 +f 81/2/19 77/1/2 79/2/4 +f 80/1/23 81/2/21 77/1/6 +f 79/2/8 77/1/6 81/2/21 +f 84/1/79 83/2/63 82/1/61 +f 83/2/63 84/1/79 85/2/70 +f 82/1/67 83/2/65 84/1/80 +f 85/2/72 84/1/80 83/2/65 +f 83/2/63 87/2/69 86/2/64 +f 87/2/69 83/2/63 85/2/70 +f 86/2/68 87/2/71 83/2/65 +f 85/2/72 83/2/65 87/2/71 +f 87/2/69 84/1/79 88/1/77 +f 84/1/79 87/2/69 85/2/70 +f 88/1/78 84/1/80 87/2/71 +f 85/2/72 87/2/71 84/1/80 +f 83/2/63 89/1/62 82/1/61 +f 89/1/62 83/2/63 86/2/64 +f 82/1/67 89/1/66 83/2/65 +f 86/2/68 83/2/65 89/1/66 +f 86/2/64 88/1/77 89/1/62 +f 88/1/77 86/2/64 87/2/69 +f 89/1/66 88/1/78 86/2/68 +f 87/2/71 86/2/68 88/1/78 +f 91/2/20 76/1/1 90/1/18 +f 76/1/1 91/2/20 78/2/3 +f 90/1/22 76/1/7 91/2/24 +f 78/2/5 91/2/24 76/1/7 +f 71/3/26 92/1/9 70/1/31 +f 92/1/9 71/3/26 93/3/11 +f 70/1/32 92/1/15 71/3/28 +f 93/3/13 71/3/28 92/1/15 +f 81/2/19 90/1/18 80/1/17 +f 90/1/18 81/2/19 91/2/20 +f 80/1/23 90/1/22 81/2/21 +f 91/2/24 81/2/21 90/1/22 +f 81/2/19 78/2/3 91/2/20 +f 78/2/3 81/2/19 79/2/4 +f 91/2/24 78/2/5 81/2/21 +f 79/2/8 81/2/21 78/2/5 +f 96/3/35 95/3/34 94/3/33 +f 95/3/34 96/3/35 97/3/36 +f 94/3/39 95/3/38 96/3/37 +f 97/3/40 96/3/37 95/3/38 +f 93/3/11 73/3/25 75/3/12 +f 73/3/25 93/3/11 71/3/26 +f 75/3/16 73/3/27 93/3/13 +f 71/3/28 93/3/13 73/3/27 +f 98/1/47 97/3/36 96/3/35 +f 97/3/36 98/1/47 99/1/42 +f 96/3/37 97/3/40 98/1/48 +f 99/1/44 98/1/48 97/3/40 +f 102/1/57 101/3/52 100/1/51 +f 101/3/52 102/1/57 103/3/58 +f 100/1/53 101/3/56 102/1/59 +f 103/3/60 102/1/59 101/3/56 +f 98/1/47 94/3/33 104/1/45 +f 94/3/33 98/1/47 96/3/35 +f 104/1/46 94/3/39 98/1/48 +f 96/3/37 98/1/48 94/3/39 +f 97/3/36 105/1/41 95/3/34 +f 105/1/41 97/3/36 99/1/42 +f 95/3/38 105/1/43 97/3/40 +f 99/1/44 97/3/40 105/1/43 +f 108/3/50 107/1/74 106/1/49 +f 107/1/74 108/3/50 109/3/73 +f 106/1/55 107/1/75 108/3/54 +f 109/3/76 108/3/54 107/1/75 +f 94/3/33 105/1/41 104/1/45 +f 105/1/41 94/3/33 95/3/34 +f 104/1/46 105/1/43 94/3/39 +f 95/3/38 94/3/39 105/1/43 +f 100/1/51 108/3/50 106/1/49 +f 108/3/50 100/1/51 101/3/52 +f 106/1/55 108/3/54 100/1/53 +f 101/3/56 100/1/53 108/3/54 +f 103/3/58 107/1/74 109/3/73 +f 107/1/74 103/3/58 102/1/57 +f 109/3/76 107/1/75 103/3/60 +f 102/1/59 103/3/60 107/1/75 +f 101/3/52 109/3/73 108/3/50 +f 109/3/73 101/3/52 103/3/58 +f 108/3/54 109/3/76 101/3/56 +f 103/3/60 101/3/56 109/3/76 +f 93/3/11 74/1/10 92/1/9 +f 74/1/10 93/3/11 75/3/12 +f 92/1/15 74/1/14 93/3/13 +f 75/3/16 93/3/13 74/1/14 +f 112/4/99 111/1/83 110/1/99 +f 111/1/83 112/4/99 113/4/83 +f 110/1/100 111/1/84 112/4/100 +f 113/4/84 112/4/100 111/1/84 +f 116/4/81 115/4/81 114/4/81 +f 115/4/81 116/4/81 113/4/81 +f 115/4/81 113/4/81 112/4/81 +f 114/4/82 115/4/82 116/4/82 +f 113/4/82 116/4/82 115/4/82 +f 112/4/82 113/4/82 115/4/82 +f 114/4/84 118/1/84 117/1/84 +f 118/1/84 114/4/84 115/4/84 +f 117/1/83 118/1/83 114/4/83 +f 115/4/83 114/4/83 118/1/83 +f 113/4/83 119/1/101 111/1/83 +f 119/1/101 113/4/83 116/4/101 +f 111/1/84 119/1/102 113/4/84 +f 116/4/102 113/4/84 119/1/102 +f 114/4/96 119/1/96 116/4/96 +f 119/1/96 114/4/96 117/1/96 +f 116/4/95 119/1/95 114/4/95 +f 117/1/95 114/4/95 119/1/95 +f 118/1/95 112/4/95 110/1/95 +f 112/4/95 118/1/95 115/4/95 +f 110/1/96 112/4/96 118/1/96 +f 115/4/96 118/1/96 112/4/96 +f 122/1/105 121/3/104 120/1/103 +f 121/3/104 122/1/105 123/3/106 +f 120/1/109 121/3/108 122/1/107 +f 123/3/110 122/1/107 121/3/108 +f 125/3/112 122/1/105 124/1/111 +f 122/1/105 125/3/112 123/3/106 +f 124/1/114 122/1/107 125/3/113 +f 123/3/110 125/3/113 122/1/107 +f 128/2/117 127/1/116 126/1/115 +f 127/1/116 128/2/117 129/2/118 +f 126/1/121 127/1/120 128/2/119 +f 129/2/122 128/2/119 127/1/120 +f 127/1/116 131/2/124 130/1/123 +f 131/2/124 127/1/116 129/2/118 +f 130/1/126 131/2/125 127/1/120 +f 129/2/122 127/1/120 131/2/125 +f 134/1/129 133/2/128 132/1/127 +f 133/2/128 134/1/129 135/2/130 +f 132/1/133 133/2/132 134/1/131 +f 135/2/134 134/1/131 133/2/132 +f 133/2/128 137/2/136 136/2/135 +f 137/2/136 133/2/128 135/2/130 +f 136/2/138 137/2/137 133/2/132 +f 135/2/134 133/2/132 137/2/137 +f 137/2/136 134/1/129 138/1/139 +f 134/1/129 137/2/136 135/2/130 +f 138/1/140 134/1/131 137/2/137 +f 135/2/134 137/2/137 134/1/131 +f 133/2/128 139/1/141 132/1/127 +f 139/1/141 133/2/128 136/2/135 +f 132/1/133 139/1/142 133/2/132 +f 136/2/138 133/2/132 139/1/142 +f 136/2/135 138/1/139 139/1/141 +f 138/1/139 136/2/135 137/2/136 +f 139/1/142 138/1/140 136/2/138 +f 137/2/137 136/2/138 138/1/140 +f 141/2/144 126/1/115 140/1/143 +f 126/1/115 141/2/144 128/2/117 +f 140/1/146 126/1/121 141/2/145 +f 128/2/119 141/2/145 126/1/121 +f 121/3/104 142/1/147 120/1/103 +f 142/1/147 121/3/104 143/3/148 +f 120/1/109 142/1/149 121/3/108 +f 143/3/150 121/3/108 142/1/149 +f 131/2/124 140/1/143 130/1/123 +f 140/1/143 131/2/124 141/2/144 +f 130/1/126 140/1/146 131/2/125 +f 141/2/145 131/2/125 140/1/146 +f 131/2/124 128/2/117 141/2/144 +f 128/2/117 131/2/124 129/2/118 +f 141/2/145 128/2/119 131/2/125 +f 129/2/122 131/2/125 128/2/119 +f 146/3/153 145/3/152 144/3/151 +f 145/3/152 146/3/153 147/3/154 +f 144/3/157 145/3/156 146/3/155 +f 147/3/158 146/3/155 145/3/156 +f 143/3/148 123/3/106 125/3/112 +f 123/3/106 143/3/148 121/3/104 +f 125/3/113 123/3/110 143/3/150 +f 121/3/108 143/3/150 123/3/110 +f 148/1/159 147/3/154 146/3/153 +f 147/3/154 148/1/159 149/1/160 +f 146/3/155 147/3/158 148/1/161 +f 149/1/162 148/1/161 147/3/158 +f 152/1/165 151/3/164 150/1/163 +f 151/3/164 152/1/165 153/3/166 +f 150/1/169 151/3/168 152/1/167 +f 153/3/170 152/1/167 151/3/168 +f 148/1/159 144/3/151 154/1/171 +f 144/3/151 148/1/159 146/3/153 +f 154/1/172 144/3/157 148/1/161 +f 146/3/155 148/1/161 144/3/157 +f 147/3/154 155/1/173 145/3/152 +f 155/1/173 147/3/154 149/1/160 +f 145/3/156 155/1/174 147/3/158 +f 149/1/162 147/3/158 155/1/174 +f 158/3/177 157/1/176 156/1/175 +f 157/1/176 158/3/177 159/3/178 +f 156/1/181 157/1/180 158/3/179 +f 159/3/182 158/3/179 157/1/180 +f 144/3/151 155/1/173 154/1/171 +f 155/1/173 144/3/151 145/3/152 +f 154/1/172 155/1/174 144/3/157 +f 145/3/156 144/3/157 155/1/174 +f 150/1/163 158/3/177 156/1/175 +f 158/3/177 150/1/163 151/3/164 +f 156/1/181 158/3/179 150/1/169 +f 151/3/168 150/1/169 158/3/179 +f 153/3/166 157/1/176 159/3/178 +f 157/1/176 153/3/166 152/1/165 +f 159/3/182 157/1/180 153/3/170 +f 152/1/167 153/3/170 157/1/180 +f 151/3/164 159/3/178 158/3/177 +f 159/3/178 151/3/164 153/3/166 +f 158/3/179 159/3/182 151/3/168 +f 153/3/170 151/3/168 159/3/182 +f 143/3/148 124/1/111 142/1/147 +f 124/1/111 143/3/148 125/3/112 +f 142/1/149 124/1/114 143/3/150 +f 125/3/113 143/3/150 124/1/114 +f 162/4/183 161/1/184 160/1/183 +f 161/1/184 162/4/183 163/4/184 +f 160/1/185 161/1/186 162/4/185 +f 163/4/186 162/4/185 161/1/186 +f 166/4/81 165/4/81 164/4/81 +f 165/4/81 166/4/81 163/4/81 +f 165/4/81 163/4/81 162/4/81 +f 164/4/82 165/4/82 166/4/82 +f 163/4/82 166/4/82 165/4/82 +f 162/4/82 163/4/82 165/4/82 +f 164/4/186 168/1/186 167/1/186 +f 168/1/186 164/4/186 165/4/186 +f 167/1/184 168/1/184 164/4/184 +f 165/4/184 164/4/184 168/1/184 +f 163/4/184 169/1/187 161/1/184 +f 169/1/187 163/4/184 166/4/187 +f 161/1/186 169/1/188 163/4/186 +f 166/4/188 163/4/186 169/1/188 +f 164/4/189 169/1/189 166/4/189 +f 169/1/189 164/4/189 167/1/189 +f 166/4/190 169/1/190 164/4/190 +f 167/1/190 164/4/190 169/1/190 +f 168/1/190 162/4/190 160/1/190 +f 162/4/190 168/1/190 165/4/190 +f 160/1/189 162/4/189 168/1/189 +f 165/4/189 168/1/189 162/4/189 +f 172/4/81 171/4/81 170/4/81 +f 171/4/81 172/4/81 173/4/81 +f 173/4/81 172/4/81 174/4/81 +f 170/4/82 171/4/82 172/4/82 +f 173/4/82 172/4/82 171/4/82 +f 174/4/82 172/4/82 173/4/82 +f 171/4/191 175/1/191 170/4/191 +f 175/1/191 171/4/191 176/1/191 +f 170/4/192 175/1/192 171/4/192 +f 176/1/192 171/4/192 175/1/192 +f 171/4/193 177/1/193 176/1/193 +f 177/1/193 171/4/193 173/4/193 +f 176/1/194 177/1/194 171/4/194 +f 173/4/194 171/4/194 177/1/194 +f 177/1/196 174/4/195 178/1/195 +f 174/4/195 177/1/196 173/4/196 +f 178/1/198 174/4/198 177/1/197 +f 173/4/197 177/1/197 174/4/198 +f 178/1/195 172/4/199 179/1/199 +f 172/4/199 178/1/195 174/4/195 +f 179/1/200 172/4/200 178/1/198 +f 174/4/198 178/1/198 172/4/200 +f 179/1/199 170/4/201 175/1/201 +f 170/4/201 179/1/199 172/4/199 +f 175/1/202 170/4/202 179/1/200 +f 172/4/200 179/1/200 170/4/202 +f 182/5/81 181/5/81 180/5/81 +f 181/5/81 182/5/81 183/5/81 +f 181/5/81 183/5/81 184/5/81 +f 184/5/81 183/5/81 185/5/81 +f 184/5/81 185/5/81 186/5/81 +f 186/5/81 185/5/81 187/5/81 +f 186/5/81 187/5/81 188/5/81 +f 188/5/81 187/5/81 189/5/81 +f 180/5/82 181/5/82 182/5/82 +f 183/5/82 182/5/82 181/5/82 +f 184/5/82 183/5/82 181/5/82 +f 185/5/82 183/5/82 184/5/82 +f 186/5/82 185/5/82 184/5/82 +f 187/5/82 185/5/82 186/5/82 +f 188/5/82 187/5/82 186/5/82 +f 189/5/82 187/5/82 188/5/82 +f 182/5/83 41/6/83 190/6/83 +f 41/6/83 182/5/83 180/5/83 +f 190/6/84 41/6/84 182/5/84 +f 180/5/84 182/5/84 41/6/84 +f 191/6/86 182/5/85 190/6/85 +f 182/5/85 191/6/86 183/5/86 +f 190/6/88 182/5/88 191/6/87 +f 183/5/87 191/6/87 182/5/88 +f 192/6/89 183/5/86 191/6/86 +f 183/5/86 192/6/89 185/5/89 +f 191/6/87 183/5/87 192/6/90 +f 185/5/90 192/6/90 183/5/87 +f 187/5/91 192/6/89 193/6/91 +f 192/6/89 187/5/91 185/5/89 +f 193/6/92 192/6/90 187/5/92 +f 185/5/90 187/5/92 192/6/90 +f 189/5/98 193/6/91 194/6/98 +f 193/6/91 189/5/98 187/5/91 +f 194/6/97 193/6/92 189/5/97 +f 187/5/92 189/5/97 193/6/92 +f 49/6/95 189/5/95 194/6/95 +f 189/5/95 49/6/95 188/5/95 +f 194/6/96 189/5/96 49/6/96 +f 188/5/96 49/6/96 189/5/96 +f 186/5/92 49/6/97 47/6/92 +f 49/6/97 186/5/92 188/5/97 +f 47/6/91 49/6/98 186/5/91 +f 188/5/98 186/5/91 49/6/98 +f 184/5/90 47/6/92 45/6/90 +f 47/6/92 184/5/90 186/5/92 +f 45/6/89 47/6/91 184/5/89 +f 186/5/91 184/5/89 47/6/91 +f 184/5/90 42/6/87 181/5/87 +f 42/6/87 184/5/90 45/6/90 +f 181/5/86 42/6/86 184/5/89 +f 45/6/89 184/5/89 42/6/86 +f 181/5/87 41/6/88 180/5/88 +f 41/6/88 181/5/87 42/6/87 +f 180/5/85 41/6/85 181/5/86 +f 42/6/86 181/5/86 41/6/85 +f 196/6/82 195/6/82 61/6/82 +f 195/6/82 196/6/82 62/6/82 +f 195/6/82 62/6/82 197/6/82 +f 197/6/82 62/6/82 198/6/82 +f 197/6/82 198/6/82 199/6/82 +f 199/6/82 198/6/82 200/6/82 +f 200/6/82 198/6/82 64/6/82 +f 200/6/82 64/6/82 201/6/82 +f 61/6/81 195/6/81 196/6/81 +f 62/6/81 196/6/81 195/6/81 +f 197/6/81 62/6/81 195/6/81 +f 198/6/81 62/6/81 197/6/81 +f 199/6/81 198/6/81 197/6/81 +f 200/6/81 198/6/81 199/6/81 +f 64/6/81 198/6/81 200/6/81 +f 201/6/81 64/6/81 200/6/81 +f 202/7/81 60/7/81 52/7/81 +f 60/7/81 202/7/81 59/7/81 +f 59/7/81 202/7/81 203/7/81 +f 59/7/81 203/7/81 58/7/81 +f 58/7/81 203/7/81 204/7/81 +f 58/7/81 204/7/81 205/7/81 +f 58/7/81 205/7/81 57/7/81 +f 57/7/81 205/7/81 206/7/81 +f 52/7/82 60/7/82 202/7/82 +f 59/7/82 202/7/82 60/7/82 +f 203/7/82 202/7/82 59/7/82 +f 58/7/82 203/7/82 59/7/82 +f 204/7/82 203/7/82 58/7/82 +f 205/7/82 204/7/82 58/7/82 +f 57/7/82 205/7/82 58/7/82 +f 206/7/82 205/7/82 57/7/82 +f 202/7/83 61/6/83 195/6/83 +f 61/6/83 202/7/83 52/7/83 +f 195/6/84 61/6/84 202/7/84 +f 52/7/84 202/7/84 61/6/84 +f 197/6/86 202/7/85 195/6/85 +f 202/7/85 197/6/86 203/7/86 +f 195/6/88 202/7/88 197/6/87 +f 203/7/87 197/6/87 202/7/88 +f 199/6/89 203/7/86 197/6/86 +f 203/7/86 199/6/89 204/7/89 +f 197/6/87 203/7/87 199/6/90 +f 204/7/90 199/6/90 203/7/87 +f 205/7/91 199/6/89 200/6/91 +f 199/6/89 205/7/91 204/7/89 +f 200/6/92 199/6/90 205/7/92 +f 204/7/90 205/7/92 199/6/90 +f 206/7/93 200/6/91 201/6/93 +f 200/6/91 206/7/93 205/7/91 +f 201/6/94 200/6/92 206/7/94 +f 205/7/92 206/7/94 200/6/92 +f 64/6/95 206/7/95 201/6/95 +f 206/7/95 64/6/95 57/7/95 +f 201/6/96 206/7/96 64/6/96 +f 57/7/96 64/6/96 206/7/96 +f 58/7/92 64/6/97 198/6/92 +f 64/6/97 58/7/92 57/7/97 +f 198/6/91 64/6/98 58/7/91 +f 57/7/98 58/7/91 64/6/98 +f 59/7/90 198/6/92 62/6/90 +f 198/6/92 59/7/90 58/7/92 +f 62/6/89 198/6/91 59/7/89 +f 58/7/91 59/7/89 198/6/91 +f 59/7/90 196/6/87 60/7/87 +f 196/6/87 59/7/90 62/6/90 +f 60/7/86 196/6/86 59/7/89 +f 62/6/89 59/7/89 196/6/86 +f 60/7/87 61/6/88 52/7/88 +f 61/6/88 60/7/87 196/6/87 +f 52/7/85 61/6/85 60/7/86 +f 196/6/86 60/7/86 61/6/85 +f 209/7/204 208/6/203 207/7/203 +f 208/6/203 209/7/204 210/6/204 +f 207/7/206 208/6/206 209/7/205 +f 210/6/205 209/7/205 208/6/206 +f 213/7/207 212/6/208 211/6/207 +f 212/6/208 213/7/207 214/7/208 +f 211/6/209 212/6/210 213/7/209 +f 214/7/210 213/7/209 212/6/210 +f 214/7/208 215/6/211 212/6/208 +f 215/6/211 214/7/208 216/7/211 +f 212/6/210 215/6/212 214/7/210 +f 216/7/212 214/7/210 215/6/212 +f 219/6/214 218/7/213 217/6/213 +f 218/7/213 219/6/214 220/7/214 +f 217/6/216 218/7/216 219/6/215 +f 220/7/215 219/6/215 218/7/216 +f 217/6/213 213/7/207 211/6/207 +f 213/7/207 217/6/213 218/7/213 +f 211/6/209 213/7/209 217/6/216 +f 218/7/216 217/6/216 213/7/209 +f 207/7/203 215/6/211 216/7/211 +f 215/6/211 207/7/203 208/6/203 +f 216/7/212 215/6/212 207/7/206 +f 208/6/206 207/7/206 215/6/212 +f 207/7/81 220/7/81 209/7/81 +f 220/7/81 207/7/81 216/7/81 +f 220/7/81 216/7/81 214/7/81 +f 220/7/81 214/7/81 213/7/81 +f 220/7/81 213/7/81 218/7/81 +f 209/7/82 220/7/82 207/7/82 +f 216/7/82 207/7/82 220/7/82 +f 214/7/82 216/7/82 220/7/82 +f 213/7/82 214/7/82 220/7/82 +f 218/7/82 213/7/82 220/7/82 +f 223/9/217 222/8/218 221/8/217 +f 222/8/218 223/9/217 224/9/218 +f 221/8/219 222/8/220 223/9/219 +f 224/9/220 223/9/219 222/8/220 +f 227/9/219 226/8/220 225/8/219 +f 226/8/220 227/9/219 228/9/220 +f 225/8/217 226/8/218 227/9/217 +f 228/9/218 227/9/217 226/8/218 +f 231/9/222 230/8/221 229/9/221 +f 230/8/221 231/9/222 232/8/222 +f 229/9/224 230/8/224 231/9/223 +f 232/8/223 231/9/223 230/8/224 +f 235/8/224 234/9/223 233/8/223 +f 234/9/223 235/8/224 236/9/224 +f 233/8/222 234/9/222 235/8/221 +f 236/9/221 235/8/221 234/9/222 +f 228/9/220 235/8/224 226/8/220 +f 235/8/224 228/9/220 236/9/224 +f 226/8/218 235/8/221 228/9/218 +f 236/9/221 228/9/218 235/8/221 +f 224/9/218 230/8/221 222/8/218 +f 230/8/221 224/9/218 229/9/221 +f 222/8/220 230/8/224 224/9/220 +f 229/9/224 224/9/220 230/8/224 +f 231/9/222 225/8/219 232/8/222 +f 225/8/219 231/9/222 227/9/219 +f 232/8/223 225/8/217 231/9/223 +f 227/9/217 231/9/223 225/8/217 +f 234/9/223 221/8/217 233/8/223 +f 221/8/217 234/9/223 223/9/217 +f 233/8/222 221/8/219 234/9/222 +f 223/9/219 234/9/222 221/8/219 +f 224/9/225 231/9/225 229/9/225 +f 231/9/225 224/9/225 227/9/225 +f 227/9/225 224/9/225 223/9/225 +f 227/9/225 223/9/225 228/9/225 +f 228/9/225 223/9/225 234/9/225 +f 228/9/225 234/9/225 236/9/225 +f 229/9/226 231/9/226 224/9/226 +f 227/9/226 224/9/226 231/9/226 +f 223/9/226 224/9/226 227/9/226 +f 228/9/226 223/9/226 227/9/226 +f 234/9/226 223/9/226 228/9/226 +f 236/9/226 234/9/226 228/9/226 +f 225/8/226 230/8/226 232/8/226 +f 230/8/226 225/8/226 222/8/226 +f 222/8/226 225/8/226 226/8/226 +f 222/8/226 226/8/226 221/8/226 +f 221/8/226 226/8/226 235/8/226 +f 221/8/226 235/8/226 233/8/226 +f 232/8/225 230/8/225 225/8/225 +f 222/8/225 225/8/225 230/8/225 +f 226/8/225 225/8/225 222/8/225 +f 221/8/225 226/8/225 222/8/225 +f 235/8/225 226/8/225 221/8/225 +f 233/8/225 235/8/225 221/8/225 +f 239/9/227 238/8/228 237/8/227 +f 238/8/228 239/9/227 240/9/228 +f 237/8/229 238/8/230 239/9/229 +f 240/9/230 239/9/229 238/8/230 +f 243/9/229 242/8/230 241/8/229 +f 242/8/230 243/9/229 244/9/230 +f 241/8/227 242/8/228 243/9/227 +f 244/9/228 243/9/227 242/8/228 +f 247/9/232 246/8/231 245/9/231 +f 246/8/231 247/9/232 248/8/232 +f 245/9/234 246/8/234 247/9/233 +f 248/8/233 247/9/233 246/8/234 +f 251/8/234 250/9/233 249/8/233 +f 250/9/233 251/8/234 252/9/234 +f 249/8/232 250/9/232 251/8/231 +f 252/9/231 251/8/231 250/9/232 +f 244/9/230 251/8/234 242/8/230 +f 251/8/234 244/9/230 252/9/234 +f 242/8/228 251/8/231 244/9/228 +f 252/9/231 244/9/228 251/8/231 +f 240/9/228 246/8/231 238/8/228 +f 246/8/231 240/9/228 245/9/231 +f 238/8/230 246/8/234 240/9/230 +f 245/9/234 240/9/230 246/8/234 +f 247/9/232 241/8/229 248/8/232 +f 241/8/229 247/9/232 243/9/229 +f 248/8/233 241/8/227 247/9/233 +f 243/9/227 247/9/233 241/8/227 +f 250/9/233 237/8/227 249/8/233 +f 237/8/227 250/9/233 239/9/227 +f 249/8/232 237/8/229 250/9/232 +f 239/9/229 250/9/232 237/8/229 +f 240/9/93 247/9/93 245/9/93 +f 247/9/93 240/9/93 243/9/93 +f 243/9/93 240/9/93 239/9/93 +f 243/9/93 239/9/93 244/9/93 +f 244/9/93 239/9/93 250/9/93 +f 244/9/93 250/9/93 252/9/93 +f 245/9/94 247/9/94 240/9/94 +f 243/9/94 240/9/94 247/9/94 +f 239/9/94 240/9/94 243/9/94 +f 244/9/94 239/9/94 243/9/94 +f 250/9/94 239/9/94 244/9/94 +f 252/9/94 250/9/94 244/9/94 +f 241/8/94 246/8/94 248/8/94 +f 246/8/94 241/8/94 238/8/94 +f 238/8/94 241/8/94 242/8/94 +f 238/8/94 242/8/94 237/8/94 +f 237/8/94 242/8/94 251/8/94 +f 237/8/94 251/8/94 249/8/94 +f 248/8/93 246/8/93 241/8/93 +f 238/8/93 241/8/93 246/8/93 +f 242/8/93 241/8/93 238/8/93 +f 237/8/93 242/8/93 238/8/93 +f 251/8/93 242/8/93 237/8/93 +f 249/8/93 251/8/93 237/8/93 +f 255/9/227 254/8/228 253/8/227 +f 254/8/228 255/9/227 256/9/228 +f 253/8/229 254/8/230 255/9/229 +f 256/9/230 255/9/229 254/8/230 +f 259/9/229 258/8/230 257/8/229 +f 258/8/230 259/9/229 260/9/230 +f 257/8/227 258/8/228 259/9/227 +f 260/9/228 259/9/227 258/8/228 +f 263/9/232 262/8/231 261/9/231 +f 262/8/231 263/9/232 264/8/232 +f 261/9/234 262/8/234 263/9/233 +f 264/8/233 263/9/233 262/8/234 +f 267/8/234 266/9/233 265/8/233 +f 266/9/233 267/8/234 268/9/234 +f 265/8/232 266/9/232 267/8/231 +f 268/9/231 267/8/231 266/9/232 +f 260/9/230 267/8/234 258/8/230 +f 267/8/234 260/9/230 268/9/234 +f 258/8/228 267/8/231 260/9/228 +f 268/9/231 260/9/228 267/8/231 +f 256/9/228 262/8/231 254/8/228 +f 262/8/231 256/9/228 261/9/231 +f 254/8/230 262/8/234 256/9/230 +f 261/9/234 256/9/230 262/8/234 +f 263/9/232 257/8/229 264/8/232 +f 257/8/229 263/9/232 259/9/229 +f 264/8/233 257/8/227 263/9/233 +f 259/9/227 263/9/233 257/8/227 +f 266/9/233 253/8/227 265/8/233 +f 253/8/227 266/9/233 255/9/227 +f 265/8/232 253/8/229 266/9/232 +f 255/9/229 266/9/232 253/8/229 +f 256/9/93 263/9/93 261/9/93 +f 263/9/93 256/9/93 259/9/93 +f 259/9/93 256/9/93 255/9/93 +f 259/9/93 255/9/93 260/9/93 +f 260/9/93 255/9/93 266/9/93 +f 260/9/93 266/9/93 268/9/93 +f 261/9/94 263/9/94 256/9/94 +f 259/9/94 256/9/94 263/9/94 +f 255/9/94 256/9/94 259/9/94 +f 260/9/94 255/9/94 259/9/94 +f 266/9/94 255/9/94 260/9/94 +f 268/9/94 266/9/94 260/9/94 +f 257/8/94 262/8/94 264/8/94 +f 262/8/94 257/8/94 254/8/94 +f 254/8/94 257/8/94 258/8/94 +f 254/8/94 258/8/94 253/8/94 +f 253/8/94 258/8/94 267/8/94 +f 253/8/94 267/8/94 265/8/94 +f 264/8/93 262/8/93 257/8/93 +f 254/8/93 257/8/93 262/8/93 +f 258/8/93 257/8/93 254/8/93 +f 253/8/93 258/8/93 254/8/93 +f 267/8/93 258/8/93 253/8/93 +f 265/8/93 267/8/93 253/8/93 +f 271/9/235 270/8/236 269/8/235 +f 270/8/236 271/9/235 272/9/236 +f 269/8/237 270/8/238 271/9/237 +f 272/9/238 271/9/237 270/8/238 +f 275/8/237 274/9/238 273/8/238 +f 274/9/238 275/8/237 276/9/237 +f 273/8/236 274/9/236 275/8/235 +f 276/9/235 275/8/235 274/9/236 +f 279/9/240 278/8/239 277/9/239 +f 278/8/239 279/9/240 280/8/240 +f 277/9/242 278/8/242 279/9/241 +f 280/8/241 279/9/241 278/8/242 +f 283/8/242 282/9/241 281/8/241 +f 282/9/241 283/8/242 284/9/242 +f 281/8/240 282/9/240 283/8/239 +f 284/9/239 283/8/239 282/9/240 +f 274/9/238 283/8/242 273/8/238 +f 283/8/242 274/9/238 284/9/242 +f 273/8/236 283/8/239 274/9/236 +f 284/9/239 274/9/236 283/8/239 +f 272/9/236 278/8/239 270/8/236 +f 278/8/239 272/9/236 277/9/239 +f 270/8/238 278/8/242 272/9/238 +f 277/9/242 272/9/238 278/8/242 +f 279/9/240 275/8/237 280/8/240 +f 275/8/237 279/9/240 276/9/237 +f 280/8/241 275/8/235 279/9/241 +f 276/9/235 279/9/241 275/8/235 +f 282/9/241 269/8/235 281/8/241 +f 269/8/235 282/9/241 271/9/235 +f 281/8/240 269/8/237 282/9/240 +f 271/9/237 282/9/240 269/8/237 +f 272/9/243 279/9/243 277/9/243 +f 279/9/243 272/9/243 276/9/243 +f 276/9/243 272/9/243 271/9/243 +f 276/9/243 271/9/243 274/9/243 +f 274/9/243 271/9/243 282/9/243 +f 274/9/243 282/9/243 284/9/243 +f 277/9/244 279/9/244 272/9/244 +f 276/9/244 272/9/244 279/9/244 +f 271/9/244 272/9/244 276/9/244 +f 274/9/244 271/9/244 276/9/244 +f 282/9/244 271/9/244 274/9/244 +f 284/9/244 282/9/244 274/9/244 +f 275/8/244 278/8/244 280/8/244 +f 278/8/244 275/8/244 270/8/244 +f 270/8/244 275/8/244 273/8/244 +f 270/8/244 273/8/244 269/8/244 +f 269/8/244 273/8/244 283/8/244 +f 269/8/244 283/8/244 281/8/244 +f 280/8/243 278/8/243 275/8/243 +f 270/8/243 275/8/243 278/8/243 +f 273/8/243 275/8/243 270/8/243 +f 269/8/243 273/8/243 270/8/243 +f 283/8/243 273/8/243 269/8/243 +f 281/8/243 283/8/243 269/8/243 +f 117/7/96 286/6/96 285/7/96 +f 286/6/96 117/7/96 287/6/96 +f 285/7/95 286/6/95 117/7/95 +f 287/6/95 117/7/95 286/6/95 +f 290/7/245 289/6/83 288/6/245 +f 289/6/83 290/7/245 291/7/83 +f 288/6/246 289/6/84 290/7/246 +f 291/7/84 290/7/246 289/6/84 +f 117/7/84 292/6/84 287/6/84 +f 292/6/84 117/7/84 118/7/84 +f 287/6/83 292/6/83 117/7/83 +f 118/7/83 117/7/83 292/6/83 +f 291/7/83 286/6/247 289/6/83 +f 286/6/247 291/7/83 285/7/247 +f 289/6/84 286/6/248 291/7/84 +f 285/7/248 291/7/84 286/6/248 +f 292/6/82 286/6/82 287/6/82 +f 286/6/82 292/6/82 289/6/82 +f 289/6/82 292/6/82 288/6/82 +f 287/6/81 286/6/81 292/6/81 +f 289/6/81 292/6/81 286/6/81 +f 288/6/81 292/6/81 289/6/81 +f 285/7/81 118/7/81 117/7/81 +f 118/7/81 285/7/81 291/7/81 +f 118/7/81 291/7/81 290/7/81 +f 117/7/82 118/7/82 285/7/82 +f 291/7/82 285/7/82 118/7/82 +f 290/7/82 291/7/82 118/7/82 +f 292/6/95 290/7/95 288/6/95 +f 290/7/95 292/6/95 118/7/95 +f 288/6/96 290/7/96 292/6/96 +f 118/7/96 292/6/96 290/7/96 +f 295/5/81 294/5/81 293/5/81 +f 294/5/81 295/5/81 296/5/81 +f 294/5/81 296/5/81 297/5/81 +f 293/5/82 294/5/82 295/5/82 +f 296/5/82 295/5/82 294/5/82 +f 297/5/82 296/5/82 294/5/82 +f 293/5/84 299/6/84 298/6/84 +f 299/6/84 293/5/84 294/5/84 +f 298/6/83 299/6/83 293/5/83 +f 294/5/83 293/5/83 299/6/83 +f 299/6/95 297/5/95 300/6/95 +f 297/5/95 299/6/95 294/5/95 +f 300/6/96 297/5/96 299/6/96 +f 294/5/96 299/6/96 297/5/96 +f 293/5/96 301/6/96 295/5/96 +f 301/6/96 293/5/96 298/6/96 +f 295/5/95 301/6/95 293/5/95 +f 298/6/95 293/5/95 301/6/95 +f 303/11/100 302/10/100 296/5/84 +f 302/10/100 304/12/100 296/5/84 +f 305/13/100 303/11/100 296/5/84 +f 296/5/84 304/12/100 306/6/84 +f 307/12/100 306/6/84 304/12/100 +f 306/6/84 307/12/100 300/6/100 +f 308/10/100 300/6/100 307/12/100 +f 297/5/100 305/13/100 296/5/84 +f 297/5/100 300/6/100 308/10/100 +f 305/13/100 297/5/100 309/13/100 +f 310/11/100 297/5/100 308/10/100 +f 309/13/100 297/5/100 310/11/100 +f 312/15/102 311/14/102 295/5/102 +f 313/16/102 312/15/102 295/5/102 +f 296/5/84 313/16/102 295/5/102 +f 313/16/102 296/5/84 314/16/102 +f 295/5/102 311/14/102 301/6/102 +f 314/16/102 296/5/84 315/15/102 +f 315/15/102 296/5/84 316/14/102 +f 317/17/102 301/6/102 311/14/102 +f 316/14/102 296/5/84 318/18/102 +f 319/17/102 316/14/102 318/18/102 +f 319/17/102 318/18/102 317/17/102 +f 318/18/102 296/5/84 320/18/102 +f 320/18/102 296/5/84 321/19/102 +f 321/19/102 296/5/84 322/20/102 +f 296/5/84 306/6/84 322/20/102 +f 322/20/102 306/6/84 323/21/102 +f 301/6/102 323/21/102 306/6/84 +f 323/21/102 301/6/102 324/21/102 +f 324/21/102 301/6/102 317/17/102 +f 318/18/102 325/19/102 317/17/102 +f 326/20/102 324/21/102 317/17/102 +f 325/19/102 326/20/102 317/17/102 +f 296/5/83 302/10/99 303/11/99 +f 296/5/83 303/11/99 305/13/99 +f 296/5/83 304/12/99 302/10/99 +f 306/6/83 304/12/99 296/5/83 +f 304/12/99 306/6/83 307/12/99 +f 300/6/99 307/12/99 306/6/83 +f 307/12/99 300/6/99 308/10/99 +f 296/5/83 305/13/99 297/5/99 +f 308/10/99 300/6/99 297/5/99 +f 309/13/99 297/5/99 305/13/99 +f 308/10/99 297/5/99 310/11/99 +f 310/11/99 297/5/99 309/13/99 +f 295/5/101 311/14/101 312/15/101 +f 295/5/101 312/15/101 313/16/101 +f 295/5/101 313/16/101 296/5/83 +f 314/16/101 296/5/83 313/16/101 +f 301/6/101 311/14/101 295/5/101 +f 315/15/101 296/5/83 314/16/101 +f 316/14/101 296/5/83 315/15/101 +f 311/14/101 301/6/101 317/17/101 +f 318/18/101 296/5/83 316/14/101 +f 318/18/101 316/14/101 319/17/101 +f 317/17/101 318/18/101 319/17/101 +f 320/18/101 296/5/83 318/18/101 +f 321/19/101 296/5/83 320/18/101 +f 322/20/101 296/5/83 321/19/101 +f 322/20/101 306/6/83 296/5/83 +f 323/21/101 306/6/83 322/20/101 +f 306/6/83 323/21/101 301/6/101 +f 324/21/101 301/6/101 323/21/101 +f 317/17/101 301/6/101 324/21/101 +f 317/17/101 325/19/101 318/18/101 +f 317/17/101 324/21/101 326/20/101 +f 317/17/101 326/20/101 325/19/101 +f 329/9/249 328/8/250 327/8/249 +f 328/8/250 329/9/249 330/9/250 +f 327/8/251 328/8/252 329/9/251 +f 330/9/252 329/9/251 328/8/252 +f 333/9/251 332/8/252 331/8/251 +f 332/8/252 333/9/251 334/9/252 +f 331/8/249 332/8/250 333/9/249 +f 334/9/250 333/9/249 332/8/250 +f 337/9/254 336/8/253 335/9/253 +f 336/8/253 337/9/254 338/8/254 +f 335/9/256 336/8/256 337/9/255 +f 338/8/255 337/9/255 336/8/256 +f 341/8/256 340/9/255 339/8/255 +f 340/9/255 341/8/256 342/9/256 +f 339/8/254 340/9/254 341/8/253 +f 342/9/253 341/8/253 340/9/254 +f 334/9/252 341/8/256 332/8/252 +f 341/8/256 334/9/252 342/9/256 +f 332/8/250 341/8/253 334/9/250 +f 342/9/253 334/9/250 341/8/253 +f 330/9/250 336/8/253 328/8/250 +f 336/8/253 330/9/250 335/9/253 +f 328/8/252 336/8/256 330/9/252 +f 335/9/256 330/9/252 336/8/256 +f 337/9/254 331/8/251 338/8/254 +f 331/8/251 337/9/254 333/9/251 +f 338/8/255 331/8/249 337/9/255 +f 333/9/249 337/9/255 331/8/249 +f 340/9/255 327/8/249 339/8/255 +f 327/8/249 340/9/255 329/9/249 +f 339/8/254 327/8/251 340/9/254 +f 329/9/251 340/9/254 327/8/251 +f 330/9/257 337/9/257 335/9/257 +f 337/9/257 330/9/257 333/9/257 +f 333/9/257 330/9/257 329/9/257 +f 333/9/257 329/9/257 334/9/257 +f 334/9/257 329/9/257 340/9/257 +f 334/9/257 340/9/257 342/9/257 +f 335/9/258 337/9/258 330/9/258 +f 333/9/258 330/9/258 337/9/258 +f 329/9/258 330/9/258 333/9/258 +f 334/9/258 329/9/258 333/9/258 +f 340/9/258 329/9/258 334/9/258 +f 342/9/258 340/9/258 334/9/258 +f 331/8/258 336/8/258 338/8/258 +f 336/8/258 331/8/258 328/8/258 +f 328/8/258 331/8/258 332/8/258 +f 328/8/258 332/8/258 327/8/258 +f 327/8/258 332/8/258 341/8/258 +f 327/8/258 341/8/258 339/8/258 +f 338/8/257 336/8/257 331/8/257 +f 328/8/257 331/8/257 336/8/257 +f 332/8/257 331/8/257 328/8/257 +f 327/8/257 332/8/257 328/8/257 +f 341/8/257 332/8/257 327/8/257 +f 339/8/257 341/8/257 327/8/257 +f 345/9/259 344/8/260 343/8/259 +f 344/8/260 345/9/259 346/9/260 +f 343/8/261 344/8/262 345/9/261 +f 346/9/262 345/9/261 344/8/262 +f 349/9/261 348/8/262 347/8/261 +f 348/8/262 349/9/261 350/9/262 +f 347/8/259 348/8/260 349/9/259 +f 350/9/260 349/9/259 348/8/260 +f 353/9/264 352/8/263 351/9/263 +f 352/8/263 353/9/264 354/8/264 +f 351/9/266 352/8/266 353/9/265 +f 354/8/265 353/9/265 352/8/266 +f 357/8/266 356/9/265 355/8/265 +f 356/9/265 357/8/266 358/9/266 +f 355/8/264 356/9/264 357/8/263 +f 358/9/263 357/8/263 356/9/264 +f 350/9/262 357/8/266 348/8/262 +f 357/8/266 350/9/262 358/9/266 +f 348/8/260 357/8/263 350/9/260 +f 358/9/263 350/9/260 357/8/263 +f 346/9/260 352/8/263 344/8/260 +f 352/8/263 346/9/260 351/9/263 +f 344/8/262 352/8/266 346/9/262 +f 351/9/266 346/9/262 352/8/266 +f 353/9/264 347/8/261 354/8/264 +f 347/8/261 353/9/264 349/9/261 +f 354/8/265 347/8/259 353/9/265 +f 349/9/259 353/9/265 347/8/259 +f 356/9/265 343/8/259 355/8/265 +f 343/8/259 356/9/265 345/9/259 +f 355/8/264 343/8/261 356/9/264 +f 345/9/261 356/9/264 343/8/261 +f 346/9/267 353/9/267 351/9/267 +f 353/9/267 346/9/267 349/9/267 +f 349/9/267 346/9/267 345/9/267 +f 349/9/267 345/9/267 350/9/267 +f 350/9/267 345/9/267 356/9/267 +f 350/9/267 356/9/267 358/9/267 +f 351/9/268 353/9/268 346/9/268 +f 349/9/268 346/9/268 353/9/268 +f 345/9/268 346/9/268 349/9/268 +f 350/9/268 345/9/268 349/9/268 +f 356/9/268 345/9/268 350/9/268 +f 358/9/268 356/9/268 350/9/268 +f 347/8/268 352/8/268 354/8/268 +f 352/8/268 347/8/268 344/8/268 +f 344/8/268 347/8/268 348/8/268 +f 344/8/268 348/8/268 343/8/268 +f 343/8/268 348/8/268 357/8/268 +f 343/8/268 357/8/268 355/8/268 +f 354/8/267 352/8/267 347/8/267 +f 344/8/267 347/8/267 352/8/267 +f 348/8/267 347/8/267 344/8/267 +f 343/8/267 348/8/267 344/8/267 +f 357/8/267 348/8/267 343/8/267 +f 355/8/267 357/8/267 343/8/267 +f 361/9/259 360/8/260 359/8/259 +f 360/8/260 361/9/259 362/9/260 +f 359/8/261 360/8/262 361/9/261 +f 362/9/262 361/9/261 360/8/262 +f 365/9/261 364/8/262 363/8/261 +f 364/8/262 365/9/261 366/9/262 +f 363/8/259 364/8/260 365/9/259 +f 366/9/260 365/9/259 364/8/260 +f 369/9/264 368/8/263 367/9/263 +f 368/8/263 369/9/264 370/8/264 +f 367/9/266 368/8/266 369/9/265 +f 370/8/265 369/9/265 368/8/266 +f 373/8/266 372/9/265 371/8/265 +f 372/9/265 373/8/266 374/9/266 +f 371/8/264 372/9/264 373/8/263 +f 374/9/263 373/8/263 372/9/264 +f 366/9/262 373/8/266 364/8/262 +f 373/8/266 366/9/262 374/9/266 +f 364/8/260 373/8/263 366/9/260 +f 374/9/263 366/9/260 373/8/263 +f 362/9/260 368/8/263 360/8/260 +f 368/8/263 362/9/260 367/9/263 +f 360/8/262 368/8/266 362/9/262 +f 367/9/266 362/9/262 368/8/266 +f 369/9/264 363/8/261 370/8/264 +f 363/8/261 369/9/264 365/9/261 +f 370/8/265 363/8/259 369/9/265 +f 365/9/259 369/9/265 363/8/259 +f 372/9/265 359/8/259 371/8/265 +f 359/8/259 372/9/265 361/9/259 +f 371/8/264 359/8/261 372/9/264 +f 361/9/261 372/9/264 359/8/261 +f 362/9/267 369/9/267 367/9/267 +f 369/9/267 362/9/267 365/9/267 +f 365/9/267 362/9/267 361/9/267 +f 365/9/267 361/9/267 366/9/267 +f 366/9/267 361/9/267 372/9/267 +f 366/9/267 372/9/267 374/9/267 +f 367/9/268 369/9/268 362/9/268 +f 365/9/268 362/9/268 369/9/268 +f 361/9/268 362/9/268 365/9/268 +f 366/9/268 361/9/268 365/9/268 +f 372/9/268 361/9/268 366/9/268 +f 374/9/268 372/9/268 366/9/268 +f 363/8/268 368/8/268 370/8/268 +f 368/8/268 363/8/268 360/8/268 +f 360/8/268 363/8/268 364/8/268 +f 360/8/268 364/8/268 359/8/268 +f 359/8/268 364/8/268 373/8/268 +f 359/8/268 373/8/268 371/8/268 +f 370/8/267 368/8/267 363/8/267 +f 360/8/267 363/8/267 368/8/267 +f 364/8/267 363/8/267 360/8/267 +f 359/8/267 364/8/267 360/8/267 +f 373/8/267 364/8/267 359/8/267 +f 371/8/267 373/8/267 359/8/267 +f 377/7/189 376/6/189 375/7/189 +f 376/6/189 377/7/189 378/6/189 +f 375/7/190 376/6/190 377/7/190 +f 378/6/190 377/7/190 376/6/190 +f 381/7/269 380/6/184 379/6/269 +f 380/6/184 381/7/269 382/7/184 +f 379/6/270 380/6/186 381/7/270 +f 382/7/186 381/7/270 380/6/186 +f 377/7/186 383/6/186 378/6/186 +f 383/6/186 377/7/186 384/7/186 +f 378/6/184 383/6/184 377/7/184 +f 384/7/184 377/7/184 383/6/184 +f 382/7/184 376/6/271 380/6/184 +f 376/6/271 382/7/184 375/7/271 +f 380/6/186 376/6/272 382/7/186 +f 375/7/272 382/7/186 376/6/272 +f 383/6/82 376/6/82 378/6/82 +f 376/6/82 383/6/82 380/6/82 +f 380/6/82 383/6/82 379/6/82 +f 378/6/81 376/6/81 383/6/81 +f 380/6/81 383/6/81 376/6/81 +f 379/6/81 383/6/81 380/6/81 +f 375/7/81 384/7/81 377/7/81 +f 384/7/81 375/7/81 382/7/81 +f 384/7/81 382/7/81 381/7/81 +f 377/7/82 384/7/82 375/7/82 +f 382/7/82 375/7/82 384/7/82 +f 381/7/82 382/7/82 384/7/82 +f 383/6/190 381/7/190 379/6/190 +f 381/7/190 383/6/190 384/7/190 +f 379/6/189 381/7/189 383/6/189 +f 384/7/189 383/6/189 381/7/189 +f 387/5/81 386/5/81 385/5/81 +f 386/5/81 387/5/81 388/5/81 +f 386/5/81 388/5/81 389/5/81 +f 385/5/82 386/5/82 387/5/82 +f 388/5/82 387/5/82 386/5/82 +f 389/5/82 388/5/82 386/5/82 +f 385/5/186 391/6/186 390/6/186 +f 391/6/186 385/5/186 386/5/186 +f 390/6/184 391/6/184 385/5/184 +f 386/5/184 385/5/184 391/6/184 +f 391/6/190 389/5/190 392/6/190 +f 389/5/190 391/6/190 386/5/190 +f 392/6/189 389/5/189 391/6/189 +f 386/5/189 391/6/189 389/5/189 +f 385/5/189 393/6/189 387/5/189 +f 393/6/189 385/5/189 390/6/189 +f 387/5/190 393/6/190 385/5/190 +f 390/6/190 385/5/190 393/6/190 +f 395/11/185 394/10/185 388/5/186 +f 394/10/185 396/12/185 388/5/186 +f 397/13/185 395/11/185 388/5/186 +f 388/5/186 396/12/185 398/6/186 +f 399/12/185 398/6/186 396/12/185 +f 398/6/186 399/12/185 392/6/185 +f 400/10/185 392/6/185 399/12/185 +f 389/5/185 397/13/185 388/5/186 +f 389/5/185 392/6/185 400/10/185 +f 397/13/185 389/5/185 401/13/185 +f 402/11/185 389/5/185 400/10/185 +f 401/13/185 389/5/185 402/11/185 +f 404/15/188 403/14/188 387/5/188 +f 405/16/188 404/15/188 387/5/188 +f 388/5/186 405/16/188 387/5/188 +f 405/16/188 388/5/186 406/16/188 +f 387/5/188 403/14/188 393/6/188 +f 406/16/188 388/5/186 407/15/188 +f 407/15/188 388/5/186 408/14/188 +f 409/17/188 393/6/188 403/14/188 +f 408/14/188 388/5/186 410/18/188 +f 411/17/188 408/14/188 410/18/188 +f 411/17/188 410/18/188 409/17/188 +f 410/18/188 388/5/186 412/18/188 +f 412/18/188 388/5/186 413/19/188 +f 413/19/188 388/5/186 414/20/188 +f 388/5/186 398/6/186 414/20/188 +f 414/20/188 398/6/186 415/21/188 +f 393/6/188 415/21/188 398/6/186 +f 415/21/188 393/6/188 416/21/188 +f 416/21/188 393/6/188 409/17/188 +f 410/18/188 417/19/188 409/17/188 +f 418/20/188 416/21/188 409/17/188 +f 417/19/188 418/20/188 409/17/188 +f 388/5/184 394/10/183 395/11/183 +f 388/5/184 395/11/183 397/13/183 +f 388/5/184 396/12/183 394/10/183 +f 398/6/184 396/12/183 388/5/184 +f 396/12/183 398/6/184 399/12/183 +f 392/6/183 399/12/183 398/6/184 +f 399/12/183 392/6/183 400/10/183 +f 388/5/184 397/13/183 389/5/183 +f 400/10/183 392/6/183 389/5/183 +f 401/13/183 389/5/183 397/13/183 +f 400/10/183 389/5/183 402/11/183 +f 402/11/183 389/5/183 401/13/183 +f 387/5/187 403/14/187 404/15/187 +f 387/5/187 404/15/187 405/16/187 +f 387/5/187 405/16/187 388/5/184 +f 406/16/187 388/5/184 405/16/187 +f 393/6/187 403/14/187 387/5/187 +f 407/15/187 388/5/184 406/16/187 +f 408/14/187 388/5/184 407/15/187 +f 403/14/187 393/6/187 409/17/187 +f 410/18/187 388/5/184 408/14/187 +f 410/18/187 408/14/187 411/17/187 +f 409/17/187 410/18/187 411/17/187 +f 412/18/187 388/5/184 410/18/187 +f 413/19/187 388/5/184 412/18/187 +f 414/20/187 388/5/184 413/19/187 +f 414/20/187 398/6/184 388/5/184 +f 415/21/187 398/6/184 414/20/187 +f 398/6/184 415/21/187 393/6/187 +f 416/21/187 393/6/187 415/21/187 +f 409/17/187 393/6/187 416/21/187 +f 409/17/187 417/19/187 410/18/187 +f 409/17/187 416/21/187 418/20/187 +f 409/17/187 418/20/187 417/19/187 +f 421/9/273 420/8/274 419/8/273 +f 420/8/274 421/9/273 422/9/274 +f 419/8/275 420/8/276 421/9/275 +f 422/9/276 421/9/275 420/8/276 +f 425/9/275 424/8/276 423/8/275 +f 424/8/276 425/9/275 426/9/276 +f 423/8/273 424/8/274 425/9/273 +f 426/9/274 425/9/273 424/8/274 +f 429/9/278 428/8/277 427/9/277 +f 428/8/277 429/9/278 430/8/278 +f 427/9/280 428/8/280 429/9/279 +f 430/8/279 429/9/279 428/8/280 +f 433/8/280 432/9/279 431/8/279 +f 432/9/279 433/8/280 434/9/280 +f 431/8/278 432/9/278 433/8/277 +f 434/9/277 433/8/277 432/9/278 +f 426/9/276 433/8/280 424/8/276 +f 433/8/280 426/9/276 434/9/280 +f 424/8/274 433/8/277 426/9/274 +f 434/9/277 426/9/274 433/8/277 +f 422/9/274 428/8/277 420/8/274 +f 428/8/277 422/9/274 427/9/277 +f 420/8/276 428/8/280 422/9/276 +f 427/9/280 422/9/276 428/8/280 +f 429/9/278 423/8/275 430/8/278 +f 423/8/275 429/9/278 425/9/275 +f 430/8/279 423/8/273 429/9/279 +f 425/9/273 429/9/279 423/8/273 +f 432/9/279 419/8/273 431/8/279 +f 419/8/273 432/9/279 421/9/273 +f 431/8/278 419/8/275 432/9/278 +f 421/9/275 432/9/278 419/8/275 +f 422/9/281 429/9/281 427/9/281 +f 429/9/281 422/9/281 425/9/281 +f 425/9/281 422/9/281 421/9/281 +f 425/9/281 421/9/281 426/9/281 +f 426/9/281 421/9/281 432/9/281 +f 426/9/281 432/9/281 434/9/281 +f 427/9/282 429/9/282 422/9/282 +f 425/9/282 422/9/282 429/9/282 +f 421/9/282 422/9/282 425/9/282 +f 426/9/282 421/9/282 425/9/282 +f 432/9/282 421/9/282 426/9/282 +f 434/9/282 432/9/282 426/9/282 +f 423/8/282 428/8/282 430/8/282 +f 428/8/282 423/8/282 420/8/282 +f 420/8/282 423/8/282 424/8/282 +f 420/8/282 424/8/282 419/8/282 +f 419/8/282 424/8/282 433/8/282 +f 419/8/282 433/8/282 431/8/282 +f 430/8/281 428/8/281 423/8/281 +f 420/8/281 423/8/281 428/8/281 +f 424/8/281 423/8/281 420/8/281 +f 419/8/281 424/8/281 420/8/281 +f 433/8/281 424/8/281 419/8/281 +f 431/8/281 433/8/281 419/8/281 +f 437/9/283 436/8/284 435/8/283 +f 436/8/284 437/9/283 438/9/284 +f 435/8/285 436/8/286 437/9/285 +f 438/9/286 437/9/285 436/8/286 +f 441/9/285 440/8/286 439/8/285 +f 440/8/286 441/9/285 442/9/286 +f 439/8/283 440/8/284 441/9/283 +f 442/9/284 441/9/283 440/8/284 +f 445/9/288 444/8/287 443/9/287 +f 444/8/287 445/9/288 446/8/288 +f 443/9/290 444/8/290 445/9/289 +f 446/8/289 445/9/289 444/8/290 +f 449/8/290 448/9/289 447/8/289 +f 448/9/289 449/8/290 450/9/290 +f 447/8/288 448/9/288 449/8/287 +f 450/9/287 449/8/287 448/9/288 +f 442/9/286 449/8/290 440/8/286 +f 449/8/290 442/9/286 450/9/290 +f 440/8/284 449/8/287 442/9/284 +f 450/9/287 442/9/284 449/8/287 +f 438/9/284 444/8/287 436/8/284 +f 444/8/287 438/9/284 443/9/287 +f 436/8/286 444/8/290 438/9/286 +f 443/9/290 438/9/286 444/8/290 +f 445/9/288 439/8/285 446/8/288 +f 439/8/285 445/9/288 441/9/285 +f 446/8/289 439/8/283 445/9/289 +f 441/9/283 445/9/289 439/8/283 +f 448/9/289 435/8/283 447/8/289 +f 435/8/283 448/9/289 437/9/283 +f 447/8/288 435/8/285 448/9/288 +f 437/9/285 448/9/288 435/8/285 +f 438/9/291 445/9/291 443/9/291 +f 445/9/291 438/9/291 441/9/291 +f 441/9/291 438/9/291 437/9/291 +f 441/9/291 437/9/291 442/9/291 +f 442/9/291 437/9/291 448/9/291 +f 442/9/291 448/9/291 450/9/291 +f 443/9/292 445/9/292 438/9/292 +f 441/9/292 438/9/292 445/9/292 +f 437/9/292 438/9/292 441/9/292 +f 442/9/292 437/9/292 441/9/292 +f 448/9/292 437/9/292 442/9/292 +f 450/9/292 448/9/292 442/9/292 +f 439/8/292 444/8/292 446/8/292 +f 444/8/292 439/8/292 436/8/292 +f 436/8/292 439/8/292 440/8/292 +f 436/8/292 440/8/292 435/8/292 +f 435/8/292 440/8/292 449/8/292 +f 435/8/292 449/8/292 447/8/292 +f 446/8/291 444/8/291 439/8/291 +f 436/8/291 439/8/291 444/8/291 +f 440/8/291 439/8/291 436/8/291 +f 435/8/291 440/8/291 436/8/291 +f 449/8/291 440/8/291 435/8/291 +f 447/8/291 449/8/291 435/8/291 +f 453/9/283 452/8/284 451/8/283 +f 452/8/284 453/9/283 454/9/284 +f 451/8/285 452/8/286 453/9/285 +f 454/9/286 453/9/285 452/8/286 +f 457/9/285 456/8/286 455/8/285 +f 456/8/286 457/9/285 458/9/286 +f 455/8/283 456/8/284 457/9/283 +f 458/9/284 457/9/283 456/8/284 +f 461/9/288 460/8/287 459/9/287 +f 460/8/287 461/9/288 462/8/288 +f 459/9/290 460/8/290 461/9/289 +f 462/8/289 461/9/289 460/8/290 +f 465/8/290 464/9/289 463/8/289 +f 464/9/289 465/8/290 466/9/290 +f 463/8/288 464/9/288 465/8/287 +f 466/9/287 465/8/287 464/9/288 +f 458/9/286 465/8/290 456/8/286 +f 465/8/290 458/9/286 466/9/290 +f 456/8/284 465/8/287 458/9/284 +f 466/9/287 458/9/284 465/8/287 +f 454/9/284 460/8/287 452/8/284 +f 460/8/287 454/9/284 459/9/287 +f 452/8/286 460/8/290 454/9/286 +f 459/9/290 454/9/286 460/8/290 +f 461/9/288 455/8/285 462/8/288 +f 455/8/285 461/9/288 457/9/285 +f 462/8/289 455/8/283 461/9/289 +f 457/9/283 461/9/289 455/8/283 +f 464/9/289 451/8/283 463/8/289 +f 451/8/283 464/9/289 453/9/283 +f 463/8/288 451/8/285 464/9/288 +f 453/9/285 464/9/288 451/8/285 +f 454/9/291 461/9/291 459/9/291 +f 461/9/291 454/9/291 457/9/291 +f 457/9/291 454/9/291 453/9/291 +f 457/9/291 453/9/291 458/9/291 +f 458/9/291 453/9/291 464/9/291 +f 458/9/291 464/9/291 466/9/291 +f 459/9/292 461/9/292 454/9/292 +f 457/9/292 454/9/292 461/9/292 +f 453/9/292 454/9/292 457/9/292 +f 458/9/292 453/9/292 457/9/292 +f 464/9/292 453/9/292 458/9/292 +f 466/9/292 464/9/292 458/9/292 +f 455/8/292 460/8/292 462/8/292 +f 460/8/292 455/8/292 452/8/292 +f 452/8/292 455/8/292 456/8/292 +f 452/8/292 456/8/292 451/8/292 +f 451/8/292 456/8/292 465/8/292 +f 451/8/292 465/8/292 463/8/292 +f 462/8/291 460/8/291 455/8/291 +f 452/8/291 455/8/291 460/8/291 +f 456/8/291 455/8/291 452/8/291 +f 451/8/291 456/8/291 452/8/291 +f 465/8/291 456/8/291 451/8/291 +f 463/8/291 465/8/291 451/8/291 +f 469/5/191 468/6/191 467/5/191 +f 468/6/191 469/5/191 470/6/191 +f 467/5/192 468/6/192 469/5/192 +f 470/6/192 469/5/192 468/6/192 +f 469/5/193 471/6/193 470/6/193 +f 471/6/193 469/5/193 472/5/193 +f 470/6/194 471/6/194 469/5/194 +f 472/5/194 469/5/194 471/6/194 +f 473/6/199 467/5/201 468/6/201 +f 467/5/201 473/6/199 474/5/199 +f 468/6/202 467/5/202 473/6/200 +f 474/5/200 473/6/200 467/5/202 +f 471/6/196 476/5/195 475/6/195 +f 476/5/195 471/6/196 472/5/196 +f 475/6/198 476/5/198 471/6/197 +f 472/5/197 471/6/197 476/5/198 +f 474/5/81 469/5/81 467/5/81 +f 469/5/81 474/5/81 472/5/81 +f 472/5/81 474/5/81 476/5/81 +f 467/5/82 469/5/82 474/5/82 +f 472/5/82 474/5/82 469/5/82 +f 476/5/82 474/5/82 472/5/82 +f 476/5/195 473/6/199 475/6/195 +f 473/6/199 476/5/195 474/5/199 +f 475/6/198 473/6/200 476/5/198 +f 474/5/200 476/5/198 473/6/200 +f 479/7/193 478/6/193 477/6/193 +f 478/6/193 479/7/193 480/7/193 +f 477/6/194 478/6/194 479/7/194 +f 480/7/194 479/7/194 478/6/194 +f 479/7/191 482/6/191 481/7/191 +f 482/6/191 479/7/191 477/6/191 +f 481/7/192 482/6/192 479/7/192 +f 477/6/192 479/7/192 482/6/192 +f 483/7/81 479/7/81 481/7/81 +f 479/7/81 483/7/81 480/7/81 +f 480/7/81 483/7/81 484/7/81 +f 481/7/82 479/7/82 483/7/82 +f 480/7/82 483/7/82 479/7/82 +f 484/7/82 483/7/82 480/7/82 +f 478/6/82 482/6/82 477/6/82 +f 482/6/82 478/6/82 485/6/82 +f 485/6/82 478/6/82 486/6/82 +f 477/6/81 482/6/81 478/6/81 +f 485/6/81 478/6/81 482/6/81 +f 486/6/81 478/6/81 485/6/81 +f 478/6/196 484/7/195 486/6/195 +f 484/7/195 478/6/196 480/7/196 +f 486/6/198 484/7/198 478/6/197 +f 480/7/197 478/6/197 484/7/198 +f 484/7/195 485/6/293 486/6/195 +f 485/6/293 484/7/195 483/7/293 +f 486/6/198 485/6/294 484/7/198 +f 483/7/294 484/7/198 485/6/294 +f 485/6/293 481/7/201 482/6/201 +f 481/7/201 485/6/293 483/7/293 +f 482/6/202 481/7/202 485/6/294 +f 483/7/294 485/6/294 481/7/202 +f 489/22/82 488/22/82 487/22/82 +f 488/22/82 489/22/82 490/22/82 +f 488/22/82 490/22/82 491/22/82 +f 491/22/82 490/22/82 492/22/82 +f 492/22/82 490/22/82 493/22/82 +f 492/22/82 493/22/82 494/22/82 +f 487/22/81 488/22/81 489/22/81 +f 490/22/81 489/22/81 488/22/81 +f 491/22/81 490/22/81 488/22/81 +f 492/22/81 490/22/81 491/22/81 +f 493/22/81 490/22/81 492/22/81 +f 494/22/81 493/22/81 492/22/81 +f 497/23/81 496/23/81 495/23/81 +f 496/23/81 497/23/81 498/23/81 +f 496/23/81 498/23/81 499/23/81 +f 499/23/81 498/23/81 500/23/81 +f 499/23/81 500/23/81 501/23/81 +f 501/23/81 500/23/81 502/23/81 +f 495/23/82 496/23/82 497/23/82 +f 498/23/82 497/23/82 496/23/82 +f 499/23/82 498/23/82 496/23/82 +f 500/23/82 498/23/82 499/23/82 +f 501/23/82 500/23/82 499/23/82 +f 502/23/82 500/23/82 501/23/82 +f 495/23/296 488/22/295 497/23/295 +f 488/22/295 495/23/296 487/22/296 +f 497/23/298 488/22/298 495/23/297 +f 487/22/297 495/23/297 488/22/298 +f 498/23/299 488/22/300 491/22/299 +f 488/22/300 498/23/299 497/23/300 +f 491/22/301 488/22/302 498/23/301 +f 497/23/302 498/23/301 488/22/302 +f 500/23/303 491/22/299 492/22/303 +f 491/22/299 500/23/303 498/23/299 +f 492/22/304 491/22/301 500/23/304 +f 498/23/301 500/23/304 491/22/301 +f 494/22/297 500/23/305 492/22/305 +f 500/23/305 494/22/297 502/23/297 +f 492/22/306 500/23/306 494/22/296 +f 502/23/296 494/22/296 500/23/306 +f 493/22/298 502/23/297 494/22/297 +f 502/23/297 493/22/298 501/23/298 +f 494/22/296 502/23/296 493/22/295 +f 501/23/295 493/22/295 502/23/296 +f 499/23/301 493/22/302 490/22/301 +f 493/22/302 499/23/301 501/23/302 +f 490/22/299 493/22/300 499/23/299 +f 501/23/300 499/23/299 493/22/300 +f 496/23/304 490/22/301 489/22/304 +f 490/22/301 496/23/304 499/23/301 +f 489/22/303 490/22/299 496/23/303 +f 499/23/299 496/23/303 490/22/299 +f 496/23/306 487/22/296 495/23/296 +f 487/22/296 496/23/306 489/22/306 +f 495/23/297 487/22/297 496/23/305 +f 489/22/305 496/23/305 487/22/297 +f 505/23/81 504/23/81 503/23/81 +f 504/23/81 505/23/81 506/23/81 +f 504/23/81 506/23/81 507/23/81 +f 507/23/81 506/23/81 508/23/81 +f 508/23/81 506/23/81 509/23/81 +f 508/23/81 509/23/81 510/23/81 +f 503/23/82 504/23/82 505/23/82 +f 506/23/82 505/23/82 504/23/82 +f 507/23/82 506/23/82 504/23/82 +f 508/23/82 506/23/82 507/23/82 +f 509/23/82 506/23/82 508/23/82 +f 510/23/82 509/23/82 508/23/82 +f 503/23/296 511/22/295 505/23/295 +f 511/22/295 503/23/296 512/22/296 +f 505/23/298 511/22/298 503/23/297 +f 512/22/297 503/23/297 511/22/298 +f 506/23/299 511/22/300 513/22/299 +f 511/22/300 506/23/299 505/23/300 +f 513/22/301 511/22/302 506/23/301 +f 505/23/302 506/23/301 511/22/302 +f 509/23/303 513/22/299 514/22/303 +f 513/22/299 509/23/303 506/23/299 +f 514/22/304 513/22/301 509/23/304 +f 506/23/301 509/23/304 513/22/301 +f 515/22/297 509/23/305 514/22/305 +f 509/23/305 515/22/297 510/23/297 +f 514/22/306 509/23/306 515/22/296 +f 510/23/296 515/22/296 509/23/306 +f 516/22/298 510/23/297 515/22/297 +f 510/23/297 516/22/298 508/23/298 +f 515/22/296 510/23/296 516/22/295 +f 508/23/295 516/22/295 510/23/296 +f 507/23/301 516/22/302 517/22/301 +f 516/22/302 507/23/301 508/23/302 +f 517/22/299 516/22/300 507/23/299 +f 508/23/300 507/23/299 516/22/300 +f 504/23/304 517/22/301 518/22/304 +f 517/22/301 504/23/304 507/23/301 +f 518/22/303 517/22/299 504/23/303 +f 507/23/299 504/23/303 517/22/299 +f 504/23/306 512/22/296 503/23/296 +f 512/22/296 504/23/306 518/22/306 +f 503/23/297 512/22/297 504/23/305 +f 518/22/305 504/23/305 512/22/297 +f 521/25/307 520/24/308 519/24/307 +f 520/24/308 521/25/307 522/25/308 +f 519/24/309 520/24/310 521/25/309 +f 522/25/310 521/25/309 520/24/310 +f 525/24/311 524/25/312 523/25/311 +f 524/25/312 525/24/311 526/24/312 +f 523/25/313 524/25/314 525/24/313 +f 526/24/314 525/24/313 524/25/314 +f 528/25/315 519/24/307 527/24/315 +f 519/24/307 528/25/315 521/25/307 +f 527/24/316 519/24/309 528/25/316 +f 521/25/309 528/25/316 519/24/309 +f 531/25/317 530/24/318 529/24/317 +f 530/24/318 531/25/317 532/25/318 +f 529/24/319 530/24/320 531/25/319 +f 532/25/320 531/25/319 530/24/320 +f 531/25/317 520/24/321 522/25/321 +f 520/24/321 531/25/317 529/24/317 +f 522/25/322 520/24/322 531/25/319 +f 529/24/319 531/25/319 520/24/322 +f 534/25/323 526/24/324 533/24/323 +f 526/24/324 534/25/323 524/25/324 +f 533/24/325 526/24/326 534/25/325 +f 524/25/326 534/25/325 526/24/326 +f 532/25/327 533/24/323 530/24/327 +f 533/24/323 532/25/327 534/25/323 +f 530/24/328 533/24/325 532/25/328 +f 534/25/325 532/25/328 533/24/325 +f 527/24/329 523/25/311 528/25/329 +f 523/25/311 527/24/329 525/24/311 +f 528/25/330 523/25/313 527/24/330 +f 525/24/313 527/24/330 523/25/313 + +g corridor-wide-corner + + + + +usemtl colormap + +f 3/2/3 2/1/2 1/1/1 +f 2/1/2 3/2/3 4/2/4 +f 1/1/7 2/1/6 3/2/5 +f 4/2/8 3/2/5 2/1/6 +f 7/3/11 6/1/10 5/1/9 +f 6/1/10 7/3/11 8/3/12 +f 5/1/15 6/1/14 7/3/13 +f 8/3/16 7/3/13 6/1/14 +f 11/2/19 10/1/18 9/1/17 +f 10/1/18 11/2/19 12/2/20 +f 9/1/23 10/1/22 11/2/21 +f 12/2/24 11/2/21 10/1/22 +f 2/1/2 11/2/19 9/1/17 +f 11/2/19 2/1/2 4/2/4 +f 9/1/23 11/2/21 2/1/6 +f 4/2/8 2/1/6 11/2/21 +f 7/3/11 13/3/25 8/3/12 +f 13/3/25 7/3/11 14/3/26 +f 8/3/16 13/3/27 7/3/13 +f 14/3/28 7/3/13 13/3/27 +f 8/3/12 15/1/29 6/1/10 +f 15/1/29 8/3/12 13/3/25 +f 6/1/14 15/1/30 8/3/16 +f 13/3/27 8/3/16 15/1/30 +f 11/2/19 3/2/3 12/2/20 +f 3/2/3 11/2/19 4/2/4 +f 12/2/24 3/2/5 11/2/21 +f 4/2/8 11/2/21 3/2/5 +f 14/3/26 5/1/9 16/1/31 +f 5/1/9 14/3/26 7/3/11 +f 16/1/32 5/1/15 14/3/28 +f 7/3/13 14/3/28 5/1/15 +f 15/1/29 14/3/26 16/1/31 +f 14/3/26 15/1/29 13/3/25 +f 16/1/32 14/3/28 15/1/30 +f 13/3/27 15/1/30 14/3/28 +f 12/2/20 1/1/1 10/1/18 +f 1/1/1 12/2/20 3/2/3 +f 10/1/22 1/1/7 12/2/24 +f 3/2/5 12/2/24 1/1/7 +f 19/3/35 18/3/34 17/3/33 +f 18/3/34 19/3/35 20/3/36 +f 17/3/39 18/3/38 19/3/37 +f 20/3/40 19/3/37 18/3/38 +f 20/3/36 21/1/41 18/3/34 +f 21/1/41 20/3/36 22/1/42 +f 18/3/38 21/1/43 20/3/40 +f 22/1/44 20/3/40 21/1/43 +f 17/3/33 21/1/41 23/1/45 +f 21/1/41 17/3/33 18/3/34 +f 23/1/46 21/1/43 17/3/39 +f 18/3/38 17/3/39 21/1/43 +f 24/1/47 17/3/33 23/1/45 +f 17/3/33 24/1/47 19/3/35 +f 23/1/46 17/3/39 24/1/48 +f 19/3/37 24/1/48 17/3/39 +f 22/1/42 19/3/35 24/1/47 +f 19/3/35 22/1/42 20/3/36 +f 24/1/48 19/3/37 22/1/44 +f 20/3/40 22/1/44 19/3/37 +f 27/1/51 26/3/50 25/1/49 +f 26/3/50 27/1/51 28/3/52 +f 25/1/55 26/3/54 27/1/53 +f 28/3/56 27/1/53 26/3/54 +f 29/1/57 28/3/52 27/1/51 +f 28/3/52 29/1/57 30/3/58 +f 27/1/53 28/3/56 29/1/59 +f 30/3/60 29/1/59 28/3/56 +f 33/2/63 32/1/62 31/1/61 +f 32/1/62 33/2/63 34/2/64 +f 31/1/67 32/1/66 33/2/65 +f 34/2/68 33/2/65 32/1/66 +f 33/2/63 35/2/69 34/2/64 +f 35/2/69 33/2/63 36/2/70 +f 34/2/68 35/2/71 33/2/65 +f 36/2/72 33/2/65 35/2/71 +f 30/3/58 38/1/74 37/3/73 +f 38/1/74 30/3/58 29/1/57 +f 37/3/76 38/1/75 30/3/60 +f 29/1/59 30/3/60 38/1/75 +f 34/2/64 39/1/77 32/1/62 +f 39/1/77 34/2/64 35/2/69 +f 32/1/66 39/1/78 34/2/68 +f 35/2/71 34/2/68 39/1/78 +f 28/3/52 37/3/73 26/3/50 +f 37/3/73 28/3/52 30/3/58 +f 26/3/54 37/3/76 28/3/56 +f 30/3/60 28/3/56 37/3/76 +f 40/1/79 33/2/63 31/1/61 +f 33/2/63 40/1/79 36/2/70 +f 31/1/67 33/2/65 40/1/80 +f 36/2/72 40/1/80 33/2/65 +f 26/3/50 38/1/74 25/1/49 +f 38/1/74 26/3/50 37/3/73 +f 25/1/55 38/1/75 26/3/54 +f 37/3/76 26/3/54 38/1/75 +f 35/2/69 40/1/79 39/1/77 +f 40/1/79 35/2/69 36/2/70 +f 39/1/78 40/1/80 35/2/71 +f 36/2/72 35/2/71 40/1/80 +f 43/4/81 42/4/81 41/4/81 +f 42/4/81 43/4/81 44/4/81 +f 42/4/81 44/4/81 45/4/81 +f 45/4/81 44/4/81 46/4/81 +f 45/4/81 46/4/81 47/4/81 +f 47/4/81 46/4/81 48/4/81 +f 47/4/81 48/4/81 49/4/81 +f 49/4/81 48/4/81 50/4/81 +f 41/4/82 42/4/82 43/4/82 +f 44/4/82 43/4/82 42/4/82 +f 45/4/82 44/4/82 42/4/82 +f 46/4/82 44/4/82 45/4/82 +f 47/4/82 46/4/82 45/4/82 +f 48/4/82 46/4/82 47/4/82 +f 49/4/82 48/4/82 47/4/82 +f 50/4/82 48/4/82 49/4/82 +f 43/4/83 52/1/83 51/1/83 +f 52/1/83 43/4/83 41/4/83 +f 51/1/84 52/1/84 43/4/84 +f 41/4/84 43/4/84 52/1/84 +f 53/1/86 43/4/85 51/1/85 +f 43/4/85 53/1/86 44/4/86 +f 51/1/88 43/4/88 53/1/87 +f 44/4/87 53/1/87 43/4/88 +f 54/1/89 44/4/86 53/1/86 +f 44/4/86 54/1/89 46/4/89 +f 53/1/87 44/4/87 54/1/90 +f 46/4/90 54/1/90 44/4/87 +f 48/4/91 54/1/89 55/1/91 +f 54/1/89 48/4/91 46/4/89 +f 55/1/92 54/1/90 48/4/92 +f 46/4/90 48/4/92 54/1/90 +f 50/4/93 55/1/91 56/1/93 +f 55/1/91 50/4/93 48/4/91 +f 56/1/94 55/1/92 50/4/94 +f 48/4/92 50/4/94 55/1/92 +f 57/1/95 50/4/95 56/1/95 +f 50/4/95 57/1/95 49/4/95 +f 56/1/96 50/4/96 57/1/96 +f 49/4/96 57/1/96 50/4/96 +f 47/4/92 57/1/97 58/1/92 +f 57/1/97 47/4/92 49/4/97 +f 58/1/91 57/1/98 47/4/91 +f 49/4/98 47/4/91 57/1/98 +f 45/4/90 58/1/92 59/1/90 +f 58/1/92 45/4/90 47/4/92 +f 59/1/89 58/1/91 45/4/89 +f 47/4/91 45/4/89 58/1/91 +f 45/4/90 60/1/87 42/4/87 +f 60/1/87 45/4/90 59/1/90 +f 42/4/86 60/1/86 45/4/89 +f 59/1/89 45/4/89 60/1/86 +f 42/4/87 52/1/88 41/4/88 +f 52/1/88 42/4/87 60/1/87 +f 41/4/85 52/1/85 42/4/86 +f 60/1/86 42/4/86 52/1/85 +f 63/1/81 62/1/81 61/1/81 +f 62/1/81 63/1/81 64/1/81 +f 61/1/82 62/1/82 63/1/82 +f 64/1/82 63/1/82 62/1/82 +f 65/1/81 64/1/81 63/1/81 +f 64/1/81 65/1/81 66/1/81 +f 63/1/82 64/1/82 65/1/82 +f 66/1/82 65/1/82 64/1/82 +f 68/1/81 63/1/81 67/1/81 +f 63/1/81 68/1/81 65/1/81 +f 67/1/82 63/1/82 68/1/82 +f 65/1/82 68/1/82 63/1/82 +f 67/1/81 61/1/81 69/1/81 +f 61/1/81 67/1/81 63/1/81 +f 69/1/82 61/1/82 67/1/82 +f 63/1/82 67/1/82 61/1/82 +f 72/1/29 71/3/26 70/1/31 +f 71/3/26 72/1/29 73/3/25 +f 70/1/32 71/3/28 72/1/30 +f 73/3/27 72/1/30 71/3/28 +f 75/3/12 72/1/29 74/1/10 +f 72/1/29 75/3/12 73/3/25 +f 74/1/14 72/1/30 75/3/16 +f 73/3/27 75/3/16 72/1/30 +f 78/2/3 77/1/2 76/1/1 +f 77/1/2 78/2/3 79/2/4 +f 76/1/7 77/1/6 78/2/5 +f 79/2/8 78/2/5 77/1/6 +f 77/1/2 81/2/19 80/1/17 +f 81/2/19 77/1/2 79/2/4 +f 80/1/23 81/2/21 77/1/6 +f 79/2/8 77/1/6 81/2/21 +f 84/1/79 83/2/63 82/1/61 +f 83/2/63 84/1/79 85/2/70 +f 82/1/67 83/2/65 84/1/80 +f 85/2/72 84/1/80 83/2/65 +f 83/2/63 87/2/69 86/2/64 +f 87/2/69 83/2/63 85/2/70 +f 86/2/68 87/2/71 83/2/65 +f 85/2/72 83/2/65 87/2/71 +f 87/2/69 84/1/79 88/1/77 +f 84/1/79 87/2/69 85/2/70 +f 88/1/78 84/1/80 87/2/71 +f 85/2/72 87/2/71 84/1/80 +f 83/2/63 89/1/62 82/1/61 +f 89/1/62 83/2/63 86/2/64 +f 82/1/67 89/1/66 83/2/65 +f 86/2/68 83/2/65 89/1/66 +f 86/2/64 88/1/77 89/1/62 +f 88/1/77 86/2/64 87/2/69 +f 89/1/66 88/1/78 86/2/68 +f 87/2/71 86/2/68 88/1/78 +f 91/2/20 76/1/1 90/1/18 +f 76/1/1 91/2/20 78/2/3 +f 90/1/22 76/1/7 91/2/24 +f 78/2/5 91/2/24 76/1/7 +f 71/3/26 92/1/9 70/1/31 +f 92/1/9 71/3/26 93/3/11 +f 70/1/32 92/1/15 71/3/28 +f 93/3/13 71/3/28 92/1/15 +f 81/2/19 90/1/18 80/1/17 +f 90/1/18 81/2/19 91/2/20 +f 80/1/23 90/1/22 81/2/21 +f 91/2/24 81/2/21 90/1/22 +f 81/2/19 78/2/3 91/2/20 +f 78/2/3 81/2/19 79/2/4 +f 91/2/24 78/2/5 81/2/21 +f 79/2/8 81/2/21 78/2/5 +f 96/3/35 95/3/34 94/3/33 +f 95/3/34 96/3/35 97/3/36 +f 94/3/39 95/3/38 96/3/37 +f 97/3/40 96/3/37 95/3/38 +f 93/3/11 73/3/25 75/3/12 +f 73/3/25 93/3/11 71/3/26 +f 75/3/16 73/3/27 93/3/13 +f 71/3/28 93/3/13 73/3/27 +f 98/1/47 97/3/36 96/3/35 +f 97/3/36 98/1/47 99/1/42 +f 96/3/37 97/3/40 98/1/48 +f 99/1/44 98/1/48 97/3/40 +f 102/1/57 101/3/52 100/1/51 +f 101/3/52 102/1/57 103/3/58 +f 100/1/53 101/3/56 102/1/59 +f 103/3/60 102/1/59 101/3/56 +f 98/1/47 94/3/33 104/1/45 +f 94/3/33 98/1/47 96/3/35 +f 104/1/46 94/3/39 98/1/48 +f 96/3/37 98/1/48 94/3/39 +f 97/3/36 105/1/41 95/3/34 +f 105/1/41 97/3/36 99/1/42 +f 95/3/38 105/1/43 97/3/40 +f 99/1/44 97/3/40 105/1/43 +f 108/3/50 107/1/74 106/1/49 +f 107/1/74 108/3/50 109/3/73 +f 106/1/55 107/1/75 108/3/54 +f 109/3/76 108/3/54 107/1/75 +f 94/3/33 105/1/41 104/1/45 +f 105/1/41 94/3/33 95/3/34 +f 104/1/46 105/1/43 94/3/39 +f 95/3/38 94/3/39 105/1/43 +f 100/1/51 108/3/50 106/1/49 +f 108/3/50 100/1/51 101/3/52 +f 106/1/55 108/3/54 100/1/53 +f 101/3/56 100/1/53 108/3/54 +f 103/3/58 107/1/74 109/3/73 +f 107/1/74 103/3/58 102/1/57 +f 109/3/76 107/1/75 103/3/60 +f 102/1/59 103/3/60 107/1/75 +f 101/3/52 109/3/73 108/3/50 +f 109/3/73 101/3/52 103/3/58 +f 108/3/54 109/3/76 101/3/56 +f 103/3/60 101/3/56 109/3/76 +f 93/3/11 74/1/10 92/1/9 +f 74/1/10 93/3/11 75/3/12 +f 92/1/15 74/1/14 93/3/13 +f 75/3/16 93/3/13 74/1/14 +f 112/4/99 111/1/83 110/1/99 +f 111/1/83 112/4/99 113/4/83 +f 110/1/100 111/1/84 112/4/100 +f 113/4/84 112/4/100 111/1/84 +f 116/4/81 115/4/81 114/4/81 +f 115/4/81 116/4/81 113/4/81 +f 115/4/81 113/4/81 112/4/81 +f 114/4/82 115/4/82 116/4/82 +f 113/4/82 116/4/82 115/4/82 +f 112/4/82 113/4/82 115/4/82 +f 114/4/84 118/1/84 117/1/84 +f 118/1/84 114/4/84 115/4/84 +f 117/1/83 118/1/83 114/4/83 +f 115/4/83 114/4/83 118/1/83 +f 113/4/83 119/1/101 111/1/83 +f 119/1/101 113/4/83 116/4/101 +f 111/1/84 119/1/102 113/4/84 +f 116/4/102 113/4/84 119/1/102 +f 114/4/96 119/1/96 116/4/96 +f 119/1/96 114/4/96 117/1/96 +f 116/4/95 119/1/95 114/4/95 +f 117/1/95 114/4/95 119/1/95 +f 118/1/95 112/4/95 110/1/95 +f 112/4/95 118/1/95 115/4/95 +f 110/1/96 112/4/96 118/1/96 +f 115/4/96 118/1/96 112/4/96 +f 122/1/105 121/3/104 120/1/103 +f 121/3/104 122/1/105 123/3/106 +f 120/1/109 121/3/108 122/1/107 +f 123/3/110 122/1/107 121/3/108 +f 125/3/112 122/1/105 124/1/111 +f 122/1/105 125/3/112 123/3/106 +f 124/1/114 122/1/107 125/3/113 +f 123/3/110 125/3/113 122/1/107 +f 128/2/117 127/1/116 126/1/115 +f 127/1/116 128/2/117 129/2/118 +f 126/1/121 127/1/120 128/2/119 +f 129/2/122 128/2/119 127/1/120 +f 127/1/116 131/2/124 130/1/123 +f 131/2/124 127/1/116 129/2/118 +f 130/1/126 131/2/125 127/1/120 +f 129/2/122 127/1/120 131/2/125 +f 134/1/129 133/2/128 132/1/127 +f 133/2/128 134/1/129 135/2/130 +f 132/1/133 133/2/132 134/1/131 +f 135/2/134 134/1/131 133/2/132 +f 133/2/128 137/2/136 136/2/135 +f 137/2/136 133/2/128 135/2/130 +f 136/2/138 137/2/137 133/2/132 +f 135/2/134 133/2/132 137/2/137 +f 137/2/136 134/1/129 138/1/139 +f 134/1/129 137/2/136 135/2/130 +f 138/1/140 134/1/131 137/2/137 +f 135/2/134 137/2/137 134/1/131 +f 133/2/128 139/1/141 132/1/127 +f 139/1/141 133/2/128 136/2/135 +f 132/1/133 139/1/142 133/2/132 +f 136/2/138 133/2/132 139/1/142 +f 136/2/135 138/1/139 139/1/141 +f 138/1/139 136/2/135 137/2/136 +f 139/1/142 138/1/140 136/2/138 +f 137/2/137 136/2/138 138/1/140 +f 141/2/144 126/1/115 140/1/143 +f 126/1/115 141/2/144 128/2/117 +f 140/1/146 126/1/121 141/2/145 +f 128/2/119 141/2/145 126/1/121 +f 121/3/104 142/1/147 120/1/103 +f 142/1/147 121/3/104 143/3/148 +f 120/1/109 142/1/149 121/3/108 +f 143/3/150 121/3/108 142/1/149 +f 131/2/124 140/1/143 130/1/123 +f 140/1/143 131/2/124 141/2/144 +f 130/1/126 140/1/146 131/2/125 +f 141/2/145 131/2/125 140/1/146 +f 131/2/124 128/2/117 141/2/144 +f 128/2/117 131/2/124 129/2/118 +f 141/2/145 128/2/119 131/2/125 +f 129/2/122 131/2/125 128/2/119 +f 146/3/153 145/3/152 144/3/151 +f 145/3/152 146/3/153 147/3/154 +f 144/3/157 145/3/156 146/3/155 +f 147/3/158 146/3/155 145/3/156 +f 143/3/148 123/3/106 125/3/112 +f 123/3/106 143/3/148 121/3/104 +f 125/3/113 123/3/110 143/3/150 +f 121/3/108 143/3/150 123/3/110 +f 148/1/159 147/3/154 146/3/153 +f 147/3/154 148/1/159 149/1/160 +f 146/3/155 147/3/158 148/1/161 +f 149/1/162 148/1/161 147/3/158 +f 152/1/165 151/3/164 150/1/163 +f 151/3/164 152/1/165 153/3/166 +f 150/1/169 151/3/168 152/1/167 +f 153/3/170 152/1/167 151/3/168 +f 148/1/159 144/3/151 154/1/171 +f 144/3/151 148/1/159 146/3/153 +f 154/1/172 144/3/157 148/1/161 +f 146/3/155 148/1/161 144/3/157 +f 147/3/154 155/1/173 145/3/152 +f 155/1/173 147/3/154 149/1/160 +f 145/3/156 155/1/174 147/3/158 +f 149/1/162 147/3/158 155/1/174 +f 158/3/177 157/1/176 156/1/175 +f 157/1/176 158/3/177 159/3/178 +f 156/1/181 157/1/180 158/3/179 +f 159/3/182 158/3/179 157/1/180 +f 144/3/151 155/1/173 154/1/171 +f 155/1/173 144/3/151 145/3/152 +f 154/1/172 155/1/174 144/3/157 +f 145/3/156 144/3/157 155/1/174 +f 150/1/163 158/3/177 156/1/175 +f 158/3/177 150/1/163 151/3/164 +f 156/1/181 158/3/179 150/1/169 +f 151/3/168 150/1/169 158/3/179 +f 153/3/166 157/1/176 159/3/178 +f 157/1/176 153/3/166 152/1/165 +f 159/3/182 157/1/180 153/3/170 +f 152/1/167 153/3/170 157/1/180 +f 151/3/164 159/3/178 158/3/177 +f 159/3/178 151/3/164 153/3/166 +f 158/3/179 159/3/182 151/3/168 +f 153/3/170 151/3/168 159/3/182 +f 143/3/148 124/1/111 142/1/147 +f 124/1/111 143/3/148 125/3/112 +f 142/1/149 124/1/114 143/3/150 +f 125/3/113 143/3/150 124/1/114 +f 162/4/183 161/1/184 160/1/183 +f 161/1/184 162/4/183 163/4/184 +f 160/1/185 161/1/186 162/4/185 +f 163/4/186 162/4/185 161/1/186 +f 166/4/81 165/4/81 164/4/81 +f 165/4/81 166/4/81 163/4/81 +f 165/4/81 163/4/81 162/4/81 +f 164/4/82 165/4/82 166/4/82 +f 163/4/82 166/4/82 165/4/82 +f 162/4/82 163/4/82 165/4/82 +f 164/4/186 168/1/186 167/1/186 +f 168/1/186 164/4/186 165/4/186 +f 167/1/184 168/1/184 164/4/184 +f 165/4/184 164/4/184 168/1/184 +f 163/4/184 169/1/187 161/1/184 +f 169/1/187 163/4/184 166/4/187 +f 161/1/186 169/1/188 163/4/186 +f 166/4/188 163/4/186 169/1/188 +f 164/4/189 169/1/189 166/4/189 +f 169/1/189 164/4/189 167/1/189 +f 166/4/190 169/1/190 164/4/190 +f 167/1/190 164/4/190 169/1/190 +f 168/1/190 162/4/190 160/1/190 +f 162/4/190 168/1/190 165/4/190 +f 160/1/189 162/4/189 168/1/189 +f 165/4/189 168/1/189 162/4/189 +f 172/4/81 171/4/81 170/4/81 +f 171/4/81 172/4/81 173/4/81 +f 173/4/81 172/4/81 174/4/81 +f 170/4/82 171/4/82 172/4/82 +f 173/4/82 172/4/82 171/4/82 +f 174/4/82 172/4/82 173/4/82 +f 171/4/191 175/1/191 170/4/191 +f 175/1/191 171/4/191 176/1/191 +f 170/4/192 175/1/192 171/4/192 +f 176/1/192 171/4/192 175/1/192 +f 171/4/193 177/1/193 176/1/193 +f 177/1/193 171/4/193 173/4/193 +f 176/1/194 177/1/194 171/4/194 +f 173/4/194 171/4/194 177/1/194 +f 177/1/196 174/4/195 178/1/195 +f 174/4/195 177/1/196 173/4/196 +f 178/1/198 174/4/198 177/1/197 +f 173/4/197 177/1/197 174/4/198 +f 178/1/195 172/4/199 179/1/199 +f 172/4/199 178/1/195 174/4/195 +f 179/1/200 172/4/200 178/1/198 +f 174/4/198 178/1/198 172/4/200 +f 179/1/199 170/4/201 175/1/201 +f 170/4/201 179/1/199 172/4/199 +f 175/1/202 170/4/202 179/1/200 +f 172/4/200 179/1/200 170/4/202 +f 182/5/81 181/5/81 180/5/81 +f 181/5/81 182/5/81 183/5/81 +f 181/5/81 183/5/81 184/5/81 +f 184/5/81 183/5/81 185/5/81 +f 184/5/81 185/5/81 186/5/81 +f 186/5/81 185/5/81 187/5/81 +f 186/5/81 187/5/81 188/5/81 +f 188/5/81 187/5/81 189/5/81 +f 180/5/82 181/5/82 182/5/82 +f 183/5/82 182/5/82 181/5/82 +f 184/5/82 183/5/82 181/5/82 +f 185/5/82 183/5/82 184/5/82 +f 186/5/82 185/5/82 184/5/82 +f 187/5/82 185/5/82 186/5/82 +f 188/5/82 187/5/82 186/5/82 +f 189/5/82 187/5/82 188/5/82 +f 182/5/83 41/6/83 190/6/83 +f 41/6/83 182/5/83 180/5/83 +f 190/6/84 41/6/84 182/5/84 +f 180/5/84 182/5/84 41/6/84 +f 191/6/86 182/5/85 190/6/85 +f 182/5/85 191/6/86 183/5/86 +f 190/6/88 182/5/88 191/6/87 +f 183/5/87 191/6/87 182/5/88 +f 192/6/89 183/5/86 191/6/86 +f 183/5/86 192/6/89 185/5/89 +f 191/6/87 183/5/87 192/6/90 +f 185/5/90 192/6/90 183/5/87 +f 187/5/91 192/6/89 193/6/91 +f 192/6/89 187/5/91 185/5/89 +f 193/6/92 192/6/90 187/5/92 +f 185/5/90 187/5/92 192/6/90 +f 189/5/98 193/6/91 194/6/98 +f 193/6/91 189/5/98 187/5/91 +f 194/6/97 193/6/92 189/5/97 +f 187/5/92 189/5/97 193/6/92 +f 49/6/95 189/5/95 194/6/95 +f 189/5/95 49/6/95 188/5/95 +f 194/6/96 189/5/96 49/6/96 +f 188/5/96 49/6/96 189/5/96 +f 186/5/92 49/6/97 47/6/92 +f 49/6/97 186/5/92 188/5/97 +f 47/6/91 49/6/98 186/5/91 +f 188/5/98 186/5/91 49/6/98 +f 184/5/90 47/6/92 45/6/90 +f 47/6/92 184/5/90 186/5/92 +f 45/6/89 47/6/91 184/5/89 +f 186/5/91 184/5/89 47/6/91 +f 184/5/90 42/6/87 181/5/87 +f 42/6/87 184/5/90 45/6/90 +f 181/5/86 42/6/86 184/5/89 +f 45/6/89 184/5/89 42/6/86 +f 181/5/87 41/6/88 180/5/88 +f 41/6/88 181/5/87 42/6/87 +f 180/5/85 41/6/85 181/5/86 +f 42/6/86 181/5/86 41/6/85 +f 196/6/82 195/6/82 61/6/82 +f 195/6/82 196/6/82 62/6/82 +f 195/6/82 62/6/82 197/6/82 +f 197/6/82 62/6/82 198/6/82 +f 197/6/82 198/6/82 199/6/82 +f 199/6/82 198/6/82 200/6/82 +f 200/6/82 198/6/82 64/6/82 +f 200/6/82 64/6/82 201/6/82 +f 61/6/81 195/6/81 196/6/81 +f 62/6/81 196/6/81 195/6/81 +f 197/6/81 62/6/81 195/6/81 +f 198/6/81 62/6/81 197/6/81 +f 199/6/81 198/6/81 197/6/81 +f 200/6/81 198/6/81 199/6/81 +f 64/6/81 198/6/81 200/6/81 +f 201/6/81 64/6/81 200/6/81 +f 202/7/81 60/7/81 52/7/81 +f 60/7/81 202/7/81 59/7/81 +f 59/7/81 202/7/81 203/7/81 +f 59/7/81 203/7/81 58/7/81 +f 58/7/81 203/7/81 204/7/81 +f 58/7/81 204/7/81 205/7/81 +f 58/7/81 205/7/81 57/7/81 +f 57/7/81 205/7/81 206/7/81 +f 52/7/82 60/7/82 202/7/82 +f 59/7/82 202/7/82 60/7/82 +f 203/7/82 202/7/82 59/7/82 +f 58/7/82 203/7/82 59/7/82 +f 204/7/82 203/7/82 58/7/82 +f 205/7/82 204/7/82 58/7/82 +f 57/7/82 205/7/82 58/7/82 +f 206/7/82 205/7/82 57/7/82 +f 202/7/83 61/6/83 195/6/83 +f 61/6/83 202/7/83 52/7/83 +f 195/6/84 61/6/84 202/7/84 +f 52/7/84 202/7/84 61/6/84 +f 197/6/86 202/7/85 195/6/85 +f 202/7/85 197/6/86 203/7/86 +f 195/6/88 202/7/88 197/6/87 +f 203/7/87 197/6/87 202/7/88 +f 199/6/89 203/7/86 197/6/86 +f 203/7/86 199/6/89 204/7/89 +f 197/6/87 203/7/87 199/6/90 +f 204/7/90 199/6/90 203/7/87 +f 205/7/91 199/6/89 200/6/91 +f 199/6/89 205/7/91 204/7/89 +f 200/6/92 199/6/90 205/7/92 +f 204/7/90 205/7/92 199/6/90 +f 206/7/93 200/6/91 201/6/93 +f 200/6/91 206/7/93 205/7/91 +f 201/6/94 200/6/92 206/7/94 +f 205/7/92 206/7/94 200/6/92 +f 64/6/95 206/7/95 201/6/95 +f 206/7/95 64/6/95 57/7/95 +f 201/6/96 206/7/96 64/6/96 +f 57/7/96 64/6/96 206/7/96 +f 58/7/92 64/6/97 198/6/92 +f 64/6/97 58/7/92 57/7/97 +f 198/6/91 64/6/98 58/7/91 +f 57/7/98 58/7/91 64/6/98 +f 59/7/90 198/6/92 62/6/90 +f 198/6/92 59/7/90 58/7/92 +f 62/6/89 198/6/91 59/7/89 +f 58/7/91 59/7/89 198/6/91 +f 59/7/90 196/6/87 60/7/87 +f 196/6/87 59/7/90 62/6/90 +f 60/7/86 196/6/86 59/7/89 +f 62/6/89 59/7/89 196/6/86 +f 60/7/87 61/6/88 52/7/88 +f 61/6/88 60/7/87 196/6/87 +f 52/7/85 61/6/85 60/7/86 +f 196/6/86 60/7/86 61/6/85 +f 209/7/204 208/6/203 207/7/203 +f 208/6/203 209/7/204 210/6/204 +f 207/7/206 208/6/206 209/7/205 +f 210/6/205 209/7/205 208/6/206 +f 213/7/207 212/6/208 211/6/207 +f 212/6/208 213/7/207 214/7/208 +f 211/6/209 212/6/210 213/7/209 +f 214/7/210 213/7/209 212/6/210 +f 214/7/208 215/6/211 212/6/208 +f 215/6/211 214/7/208 216/7/211 +f 212/6/210 215/6/212 214/7/210 +f 216/7/212 214/7/210 215/6/212 +f 219/6/214 218/7/213 217/6/213 +f 218/7/213 219/6/214 220/7/214 +f 217/6/216 218/7/216 219/6/215 +f 220/7/215 219/6/215 218/7/216 +f 217/6/213 213/7/207 211/6/207 +f 213/7/207 217/6/213 218/7/213 +f 211/6/209 213/7/209 217/6/216 +f 218/7/216 217/6/216 213/7/209 +f 207/7/203 215/6/211 216/7/211 +f 215/6/211 207/7/203 208/6/203 +f 216/7/212 215/6/212 207/7/206 +f 208/6/206 207/7/206 215/6/212 +f 207/7/81 220/7/81 209/7/81 +f 220/7/81 207/7/81 216/7/81 +f 220/7/81 216/7/81 214/7/81 +f 220/7/81 214/7/81 213/7/81 +f 220/7/81 213/7/81 218/7/81 +f 209/7/82 220/7/82 207/7/82 +f 216/7/82 207/7/82 220/7/82 +f 214/7/82 216/7/82 220/7/82 +f 213/7/82 214/7/82 220/7/82 +f 218/7/82 213/7/82 220/7/82 +f 223/9/217 222/8/218 221/8/217 +f 222/8/218 223/9/217 224/9/218 +f 221/8/219 222/8/220 223/9/219 +f 224/9/220 223/9/219 222/8/220 +f 227/9/219 226/8/220 225/8/219 +f 226/8/220 227/9/219 228/9/220 +f 225/8/217 226/8/218 227/9/217 +f 228/9/218 227/9/217 226/8/218 +f 231/9/222 230/8/221 229/9/221 +f 230/8/221 231/9/222 232/8/222 +f 229/9/224 230/8/224 231/9/223 +f 232/8/223 231/9/223 230/8/224 +f 235/8/224 234/9/223 233/8/223 +f 234/9/223 235/8/224 236/9/224 +f 233/8/222 234/9/222 235/8/221 +f 236/9/221 235/8/221 234/9/222 +f 228/9/220 235/8/224 226/8/220 +f 235/8/224 228/9/220 236/9/224 +f 226/8/218 235/8/221 228/9/218 +f 236/9/221 228/9/218 235/8/221 +f 224/9/218 230/8/221 222/8/218 +f 230/8/221 224/9/218 229/9/221 +f 222/8/220 230/8/224 224/9/220 +f 229/9/224 224/9/220 230/8/224 +f 231/9/222 225/8/219 232/8/222 +f 225/8/219 231/9/222 227/9/219 +f 232/8/223 225/8/217 231/9/223 +f 227/9/217 231/9/223 225/8/217 +f 234/9/223 221/8/217 233/8/223 +f 221/8/217 234/9/223 223/9/217 +f 233/8/222 221/8/219 234/9/222 +f 223/9/219 234/9/222 221/8/219 +f 224/9/225 231/9/225 229/9/225 +f 231/9/225 224/9/225 227/9/225 +f 227/9/225 224/9/225 223/9/225 +f 227/9/225 223/9/225 228/9/225 +f 228/9/225 223/9/225 234/9/225 +f 228/9/225 234/9/225 236/9/225 +f 229/9/226 231/9/226 224/9/226 +f 227/9/226 224/9/226 231/9/226 +f 223/9/226 224/9/226 227/9/226 +f 228/9/226 223/9/226 227/9/226 +f 234/9/226 223/9/226 228/9/226 +f 236/9/226 234/9/226 228/9/226 +f 225/8/226 230/8/226 232/8/226 +f 230/8/226 225/8/226 222/8/226 +f 222/8/226 225/8/226 226/8/226 +f 222/8/226 226/8/226 221/8/226 +f 221/8/226 226/8/226 235/8/226 +f 221/8/226 235/8/226 233/8/226 +f 232/8/225 230/8/225 225/8/225 +f 222/8/225 225/8/225 230/8/225 +f 226/8/225 225/8/225 222/8/225 +f 221/8/225 226/8/225 222/8/225 +f 235/8/225 226/8/225 221/8/225 +f 233/8/225 235/8/225 221/8/225 +f 239/9/227 238/8/228 237/8/227 +f 238/8/228 239/9/227 240/9/228 +f 237/8/229 238/8/230 239/9/229 +f 240/9/230 239/9/229 238/8/230 +f 243/9/229 242/8/230 241/8/229 +f 242/8/230 243/9/229 244/9/230 +f 241/8/227 242/8/228 243/9/227 +f 244/9/228 243/9/227 242/8/228 +f 247/9/232 246/8/231 245/9/231 +f 246/8/231 247/9/232 248/8/232 +f 245/9/234 246/8/234 247/9/233 +f 248/8/233 247/9/233 246/8/234 +f 251/8/234 250/9/233 249/8/233 +f 250/9/233 251/8/234 252/9/234 +f 249/8/232 250/9/232 251/8/231 +f 252/9/231 251/8/231 250/9/232 +f 244/9/230 251/8/234 242/8/230 +f 251/8/234 244/9/230 252/9/234 +f 242/8/228 251/8/231 244/9/228 +f 252/9/231 244/9/228 251/8/231 +f 240/9/228 246/8/231 238/8/228 +f 246/8/231 240/9/228 245/9/231 +f 238/8/230 246/8/234 240/9/230 +f 245/9/234 240/9/230 246/8/234 +f 247/9/232 241/8/229 248/8/232 +f 241/8/229 247/9/232 243/9/229 +f 248/8/233 241/8/227 247/9/233 +f 243/9/227 247/9/233 241/8/227 +f 250/9/233 237/8/227 249/8/233 +f 237/8/227 250/9/233 239/9/227 +f 249/8/232 237/8/229 250/9/232 +f 239/9/229 250/9/232 237/8/229 +f 240/9/93 247/9/93 245/9/93 +f 247/9/93 240/9/93 243/9/93 +f 243/9/93 240/9/93 239/9/93 +f 243/9/93 239/9/93 244/9/93 +f 244/9/93 239/9/93 250/9/93 +f 244/9/93 250/9/93 252/9/93 +f 245/9/94 247/9/94 240/9/94 +f 243/9/94 240/9/94 247/9/94 +f 239/9/94 240/9/94 243/9/94 +f 244/9/94 239/9/94 243/9/94 +f 250/9/94 239/9/94 244/9/94 +f 252/9/94 250/9/94 244/9/94 +f 241/8/94 246/8/94 248/8/94 +f 246/8/94 241/8/94 238/8/94 +f 238/8/94 241/8/94 242/8/94 +f 238/8/94 242/8/94 237/8/94 +f 237/8/94 242/8/94 251/8/94 +f 237/8/94 251/8/94 249/8/94 +f 248/8/93 246/8/93 241/8/93 +f 238/8/93 241/8/93 246/8/93 +f 242/8/93 241/8/93 238/8/93 +f 237/8/93 242/8/93 238/8/93 +f 251/8/93 242/8/93 237/8/93 +f 249/8/93 251/8/93 237/8/93 +f 255/9/227 254/8/228 253/8/227 +f 254/8/228 255/9/227 256/9/228 +f 253/8/229 254/8/230 255/9/229 +f 256/9/230 255/9/229 254/8/230 +f 259/9/229 258/8/230 257/8/229 +f 258/8/230 259/9/229 260/9/230 +f 257/8/227 258/8/228 259/9/227 +f 260/9/228 259/9/227 258/8/228 +f 263/9/232 262/8/231 261/9/231 +f 262/8/231 263/9/232 264/8/232 +f 261/9/234 262/8/234 263/9/233 +f 264/8/233 263/9/233 262/8/234 +f 267/8/234 266/9/233 265/8/233 +f 266/9/233 267/8/234 268/9/234 +f 265/8/232 266/9/232 267/8/231 +f 268/9/231 267/8/231 266/9/232 +f 260/9/230 267/8/234 258/8/230 +f 267/8/234 260/9/230 268/9/234 +f 258/8/228 267/8/231 260/9/228 +f 268/9/231 260/9/228 267/8/231 +f 256/9/228 262/8/231 254/8/228 +f 262/8/231 256/9/228 261/9/231 +f 254/8/230 262/8/234 256/9/230 +f 261/9/234 256/9/230 262/8/234 +f 263/9/232 257/8/229 264/8/232 +f 257/8/229 263/9/232 259/9/229 +f 264/8/233 257/8/227 263/9/233 +f 259/9/227 263/9/233 257/8/227 +f 266/9/233 253/8/227 265/8/233 +f 253/8/227 266/9/233 255/9/227 +f 265/8/232 253/8/229 266/9/232 +f 255/9/229 266/9/232 253/8/229 +f 256/9/93 263/9/93 261/9/93 +f 263/9/93 256/9/93 259/9/93 +f 259/9/93 256/9/93 255/9/93 +f 259/9/93 255/9/93 260/9/93 +f 260/9/93 255/9/93 266/9/93 +f 260/9/93 266/9/93 268/9/93 +f 261/9/94 263/9/94 256/9/94 +f 259/9/94 256/9/94 263/9/94 +f 255/9/94 256/9/94 259/9/94 +f 260/9/94 255/9/94 259/9/94 +f 266/9/94 255/9/94 260/9/94 +f 268/9/94 266/9/94 260/9/94 +f 257/8/94 262/8/94 264/8/94 +f 262/8/94 257/8/94 254/8/94 +f 254/8/94 257/8/94 258/8/94 +f 254/8/94 258/8/94 253/8/94 +f 253/8/94 258/8/94 267/8/94 +f 253/8/94 267/8/94 265/8/94 +f 264/8/93 262/8/93 257/8/93 +f 254/8/93 257/8/93 262/8/93 +f 258/8/93 257/8/93 254/8/93 +f 253/8/93 258/8/93 254/8/93 +f 267/8/93 258/8/93 253/8/93 +f 265/8/93 267/8/93 253/8/93 +f 271/9/235 270/8/236 269/8/235 +f 270/8/236 271/9/235 272/9/236 +f 269/8/237 270/8/238 271/9/237 +f 272/9/238 271/9/237 270/8/238 +f 275/8/237 274/9/238 273/8/238 +f 274/9/238 275/8/237 276/9/237 +f 273/8/236 274/9/236 275/8/235 +f 276/9/235 275/8/235 274/9/236 +f 279/9/240 278/8/239 277/9/239 +f 278/8/239 279/9/240 280/8/240 +f 277/9/242 278/8/242 279/9/241 +f 280/8/241 279/9/241 278/8/242 +f 283/8/242 282/9/241 281/8/241 +f 282/9/241 283/8/242 284/9/242 +f 281/8/240 282/9/240 283/8/239 +f 284/9/239 283/8/239 282/9/240 +f 274/9/238 283/8/242 273/8/238 +f 283/8/242 274/9/238 284/9/242 +f 273/8/236 283/8/239 274/9/236 +f 284/9/239 274/9/236 283/8/239 +f 272/9/236 278/8/239 270/8/236 +f 278/8/239 272/9/236 277/9/239 +f 270/8/238 278/8/242 272/9/238 +f 277/9/242 272/9/238 278/8/242 +f 279/9/240 275/8/237 280/8/240 +f 275/8/237 279/9/240 276/9/237 +f 280/8/241 275/8/235 279/9/241 +f 276/9/235 279/9/241 275/8/235 +f 282/9/241 269/8/235 281/8/241 +f 269/8/235 282/9/241 271/9/235 +f 281/8/240 269/8/237 282/9/240 +f 271/9/237 282/9/240 269/8/237 +f 272/9/243 279/9/243 277/9/243 +f 279/9/243 272/9/243 276/9/243 +f 276/9/243 272/9/243 271/9/243 +f 276/9/243 271/9/243 274/9/243 +f 274/9/243 271/9/243 282/9/243 +f 274/9/243 282/9/243 284/9/243 +f 277/9/244 279/9/244 272/9/244 +f 276/9/244 272/9/244 279/9/244 +f 271/9/244 272/9/244 276/9/244 +f 274/9/244 271/9/244 276/9/244 +f 282/9/244 271/9/244 274/9/244 +f 284/9/244 282/9/244 274/9/244 +f 275/8/244 278/8/244 280/8/244 +f 278/8/244 275/8/244 270/8/244 +f 270/8/244 275/8/244 273/8/244 +f 270/8/244 273/8/244 269/8/244 +f 269/8/244 273/8/244 283/8/244 +f 269/8/244 283/8/244 281/8/244 +f 280/8/243 278/8/243 275/8/243 +f 270/8/243 275/8/243 278/8/243 +f 273/8/243 275/8/243 270/8/243 +f 269/8/243 273/8/243 270/8/243 +f 283/8/243 273/8/243 269/8/243 +f 281/8/243 283/8/243 269/8/243 +f 117/7/96 286/6/96 285/7/96 +f 286/6/96 117/7/96 287/6/96 +f 285/7/95 286/6/95 117/7/95 +f 287/6/95 117/7/95 286/6/95 +f 290/7/245 289/6/83 288/6/245 +f 289/6/83 290/7/245 291/7/83 +f 288/6/246 289/6/84 290/7/246 +f 291/7/84 290/7/246 289/6/84 +f 117/7/84 292/6/84 287/6/84 +f 292/6/84 117/7/84 118/7/84 +f 287/6/83 292/6/83 117/7/83 +f 118/7/83 117/7/83 292/6/83 +f 291/7/83 286/6/247 289/6/83 +f 286/6/247 291/7/83 285/7/247 +f 289/6/84 286/6/248 291/7/84 +f 285/7/248 291/7/84 286/6/248 +f 292/6/82 286/6/82 287/6/82 +f 286/6/82 292/6/82 289/6/82 +f 289/6/82 292/6/82 288/6/82 +f 287/6/81 286/6/81 292/6/81 +f 289/6/81 292/6/81 286/6/81 +f 288/6/81 292/6/81 289/6/81 +f 285/7/81 118/7/81 117/7/81 +f 118/7/81 285/7/81 291/7/81 +f 118/7/81 291/7/81 290/7/81 +f 117/7/82 118/7/82 285/7/82 +f 291/7/82 285/7/82 118/7/82 +f 290/7/82 291/7/82 118/7/82 +f 292/6/95 290/7/95 288/6/95 +f 290/7/95 292/6/95 118/7/95 +f 288/6/96 290/7/96 292/6/96 +f 118/7/96 292/6/96 290/7/96 +f 295/5/81 294/5/81 293/5/81 +f 294/5/81 295/5/81 296/5/81 +f 294/5/81 296/5/81 297/5/81 +f 293/5/82 294/5/82 295/5/82 +f 296/5/82 295/5/82 294/5/82 +f 297/5/82 296/5/82 294/5/82 +f 293/5/84 299/6/84 298/6/84 +f 299/6/84 293/5/84 294/5/84 +f 298/6/83 299/6/83 293/5/83 +f 294/5/83 293/5/83 299/6/83 +f 299/6/95 297/5/95 300/6/95 +f 297/5/95 299/6/95 294/5/95 +f 300/6/96 297/5/96 299/6/96 +f 294/5/96 299/6/96 297/5/96 +f 293/5/96 301/6/96 295/5/96 +f 301/6/96 293/5/96 298/6/96 +f 295/5/95 301/6/95 293/5/95 +f 298/6/95 293/5/95 301/6/95 +f 303/11/100 302/10/100 296/5/84 +f 302/10/100 304/12/100 296/5/84 +f 305/13/100 303/11/100 296/5/84 +f 296/5/84 304/12/100 306/6/84 +f 307/12/100 306/6/84 304/12/100 +f 306/6/84 307/12/100 300/6/100 +f 308/10/100 300/6/100 307/12/100 +f 297/5/100 305/13/100 296/5/84 +f 297/5/100 300/6/100 308/10/100 +f 305/13/100 297/5/100 309/13/100 +f 310/11/100 297/5/100 308/10/100 +f 309/13/100 297/5/100 310/11/100 +f 312/15/102 311/14/102 295/5/102 +f 313/16/102 312/15/102 295/5/102 +f 296/5/84 313/16/102 295/5/102 +f 313/16/102 296/5/84 314/16/102 +f 295/5/102 311/14/102 301/6/102 +f 314/16/102 296/5/84 315/15/102 +f 315/15/102 296/5/84 316/14/102 +f 317/17/102 301/6/102 311/14/102 +f 316/14/102 296/5/84 318/18/102 +f 319/17/102 316/14/102 318/18/102 +f 319/17/102 318/18/102 317/17/102 +f 318/18/102 296/5/84 320/18/102 +f 320/18/102 296/5/84 321/19/102 +f 321/19/102 296/5/84 322/20/102 +f 296/5/84 306/6/84 322/20/102 +f 322/20/102 306/6/84 323/21/102 +f 301/6/102 323/21/102 306/6/84 +f 323/21/102 301/6/102 324/21/102 +f 324/21/102 301/6/102 317/17/102 +f 318/18/102 325/19/102 317/17/102 +f 326/20/102 324/21/102 317/17/102 +f 325/19/102 326/20/102 317/17/102 +f 296/5/83 302/10/99 303/11/99 +f 296/5/83 303/11/99 305/13/99 +f 296/5/83 304/12/99 302/10/99 +f 306/6/83 304/12/99 296/5/83 +f 304/12/99 306/6/83 307/12/99 +f 300/6/99 307/12/99 306/6/83 +f 307/12/99 300/6/99 308/10/99 +f 296/5/83 305/13/99 297/5/99 +f 308/10/99 300/6/99 297/5/99 +f 309/13/99 297/5/99 305/13/99 +f 308/10/99 297/5/99 310/11/99 +f 310/11/99 297/5/99 309/13/99 +f 295/5/101 311/14/101 312/15/101 +f 295/5/101 312/15/101 313/16/101 +f 295/5/101 313/16/101 296/5/83 +f 314/16/101 296/5/83 313/16/101 +f 301/6/101 311/14/101 295/5/101 +f 315/15/101 296/5/83 314/16/101 +f 316/14/101 296/5/83 315/15/101 +f 311/14/101 301/6/101 317/17/101 +f 318/18/101 296/5/83 316/14/101 +f 318/18/101 316/14/101 319/17/101 +f 317/17/101 318/18/101 319/17/101 +f 320/18/101 296/5/83 318/18/101 +f 321/19/101 296/5/83 320/18/101 +f 322/20/101 296/5/83 321/19/101 +f 322/20/101 306/6/83 296/5/83 +f 323/21/101 306/6/83 322/20/101 +f 306/6/83 323/21/101 301/6/101 +f 324/21/101 301/6/101 323/21/101 +f 317/17/101 301/6/101 324/21/101 +f 317/17/101 325/19/101 318/18/101 +f 317/17/101 324/21/101 326/20/101 +f 317/17/101 326/20/101 325/19/101 +f 329/9/249 328/8/250 327/8/249 +f 328/8/250 329/9/249 330/9/250 +f 327/8/251 328/8/252 329/9/251 +f 330/9/252 329/9/251 328/8/252 +f 333/9/251 332/8/252 331/8/251 +f 332/8/252 333/9/251 334/9/252 +f 331/8/249 332/8/250 333/9/249 +f 334/9/250 333/9/249 332/8/250 +f 337/9/254 336/8/253 335/9/253 +f 336/8/253 337/9/254 338/8/254 +f 335/9/256 336/8/256 337/9/255 +f 338/8/255 337/9/255 336/8/256 +f 341/8/256 340/9/255 339/8/255 +f 340/9/255 341/8/256 342/9/256 +f 339/8/254 340/9/254 341/8/253 +f 342/9/253 341/8/253 340/9/254 +f 334/9/252 341/8/256 332/8/252 +f 341/8/256 334/9/252 342/9/256 +f 332/8/250 341/8/253 334/9/250 +f 342/9/253 334/9/250 341/8/253 +f 330/9/250 336/8/253 328/8/250 +f 336/8/253 330/9/250 335/9/253 +f 328/8/252 336/8/256 330/9/252 +f 335/9/256 330/9/252 336/8/256 +f 337/9/254 331/8/251 338/8/254 +f 331/8/251 337/9/254 333/9/251 +f 338/8/255 331/8/249 337/9/255 +f 333/9/249 337/9/255 331/8/249 +f 340/9/255 327/8/249 339/8/255 +f 327/8/249 340/9/255 329/9/249 +f 339/8/254 327/8/251 340/9/254 +f 329/9/251 340/9/254 327/8/251 +f 330/9/257 337/9/257 335/9/257 +f 337/9/257 330/9/257 333/9/257 +f 333/9/257 330/9/257 329/9/257 +f 333/9/257 329/9/257 334/9/257 +f 334/9/257 329/9/257 340/9/257 +f 334/9/257 340/9/257 342/9/257 +f 335/9/258 337/9/258 330/9/258 +f 333/9/258 330/9/258 337/9/258 +f 329/9/258 330/9/258 333/9/258 +f 334/9/258 329/9/258 333/9/258 +f 340/9/258 329/9/258 334/9/258 +f 342/9/258 340/9/258 334/9/258 +f 331/8/258 336/8/258 338/8/258 +f 336/8/258 331/8/258 328/8/258 +f 328/8/258 331/8/258 332/8/258 +f 328/8/258 332/8/258 327/8/258 +f 327/8/258 332/8/258 341/8/258 +f 327/8/258 341/8/258 339/8/258 +f 338/8/257 336/8/257 331/8/257 +f 328/8/257 331/8/257 336/8/257 +f 332/8/257 331/8/257 328/8/257 +f 327/8/257 332/8/257 328/8/257 +f 341/8/257 332/8/257 327/8/257 +f 339/8/257 341/8/257 327/8/257 +f 345/9/259 344/8/260 343/8/259 +f 344/8/260 345/9/259 346/9/260 +f 343/8/261 344/8/262 345/9/261 +f 346/9/262 345/9/261 344/8/262 +f 349/9/261 348/8/262 347/8/261 +f 348/8/262 349/9/261 350/9/262 +f 347/8/259 348/8/260 349/9/259 +f 350/9/260 349/9/259 348/8/260 +f 353/9/264 352/8/263 351/9/263 +f 352/8/263 353/9/264 354/8/264 +f 351/9/266 352/8/266 353/9/265 +f 354/8/265 353/9/265 352/8/266 +f 357/8/266 356/9/265 355/8/265 +f 356/9/265 357/8/266 358/9/266 +f 355/8/264 356/9/264 357/8/263 +f 358/9/263 357/8/263 356/9/264 +f 350/9/262 357/8/266 348/8/262 +f 357/8/266 350/9/262 358/9/266 +f 348/8/260 357/8/263 350/9/260 +f 358/9/263 350/9/260 357/8/263 +f 346/9/260 352/8/263 344/8/260 +f 352/8/263 346/9/260 351/9/263 +f 344/8/262 352/8/266 346/9/262 +f 351/9/266 346/9/262 352/8/266 +f 353/9/264 347/8/261 354/8/264 +f 347/8/261 353/9/264 349/9/261 +f 354/8/265 347/8/259 353/9/265 +f 349/9/259 353/9/265 347/8/259 +f 356/9/265 343/8/259 355/8/265 +f 343/8/259 356/9/265 345/9/259 +f 355/8/264 343/8/261 356/9/264 +f 345/9/261 356/9/264 343/8/261 +f 346/9/267 353/9/267 351/9/267 +f 353/9/267 346/9/267 349/9/267 +f 349/9/267 346/9/267 345/9/267 +f 349/9/267 345/9/267 350/9/267 +f 350/9/267 345/9/267 356/9/267 +f 350/9/267 356/9/267 358/9/267 +f 351/9/268 353/9/268 346/9/268 +f 349/9/268 346/9/268 353/9/268 +f 345/9/268 346/9/268 349/9/268 +f 350/9/268 345/9/268 349/9/268 +f 356/9/268 345/9/268 350/9/268 +f 358/9/268 356/9/268 350/9/268 +f 347/8/268 352/8/268 354/8/268 +f 352/8/268 347/8/268 344/8/268 +f 344/8/268 347/8/268 348/8/268 +f 344/8/268 348/8/268 343/8/268 +f 343/8/268 348/8/268 357/8/268 +f 343/8/268 357/8/268 355/8/268 +f 354/8/267 352/8/267 347/8/267 +f 344/8/267 347/8/267 352/8/267 +f 348/8/267 347/8/267 344/8/267 +f 343/8/267 348/8/267 344/8/267 +f 357/8/267 348/8/267 343/8/267 +f 355/8/267 357/8/267 343/8/267 +f 361/9/259 360/8/260 359/8/259 +f 360/8/260 361/9/259 362/9/260 +f 359/8/261 360/8/262 361/9/261 +f 362/9/262 361/9/261 360/8/262 +f 365/9/261 364/8/262 363/8/261 +f 364/8/262 365/9/261 366/9/262 +f 363/8/259 364/8/260 365/9/259 +f 366/9/260 365/9/259 364/8/260 +f 369/9/264 368/8/263 367/9/263 +f 368/8/263 369/9/264 370/8/264 +f 367/9/266 368/8/266 369/9/265 +f 370/8/265 369/9/265 368/8/266 +f 373/8/266 372/9/265 371/8/265 +f 372/9/265 373/8/266 374/9/266 +f 371/8/264 372/9/264 373/8/263 +f 374/9/263 373/8/263 372/9/264 +f 366/9/262 373/8/266 364/8/262 +f 373/8/266 366/9/262 374/9/266 +f 364/8/260 373/8/263 366/9/260 +f 374/9/263 366/9/260 373/8/263 +f 362/9/260 368/8/263 360/8/260 +f 368/8/263 362/9/260 367/9/263 +f 360/8/262 368/8/266 362/9/262 +f 367/9/266 362/9/262 368/8/266 +f 369/9/264 363/8/261 370/8/264 +f 363/8/261 369/9/264 365/9/261 +f 370/8/265 363/8/259 369/9/265 +f 365/9/259 369/9/265 363/8/259 +f 372/9/265 359/8/259 371/8/265 +f 359/8/259 372/9/265 361/9/259 +f 371/8/264 359/8/261 372/9/264 +f 361/9/261 372/9/264 359/8/261 +f 362/9/267 369/9/267 367/9/267 +f 369/9/267 362/9/267 365/9/267 +f 365/9/267 362/9/267 361/9/267 +f 365/9/267 361/9/267 366/9/267 +f 366/9/267 361/9/267 372/9/267 +f 366/9/267 372/9/267 374/9/267 +f 367/9/268 369/9/268 362/9/268 +f 365/9/268 362/9/268 369/9/268 +f 361/9/268 362/9/268 365/9/268 +f 366/9/268 361/9/268 365/9/268 +f 372/9/268 361/9/268 366/9/268 +f 374/9/268 372/9/268 366/9/268 +f 363/8/268 368/8/268 370/8/268 +f 368/8/268 363/8/268 360/8/268 +f 360/8/268 363/8/268 364/8/268 +f 360/8/268 364/8/268 359/8/268 +f 359/8/268 364/8/268 373/8/268 +f 359/8/268 373/8/268 371/8/268 +f 370/8/267 368/8/267 363/8/267 +f 360/8/267 363/8/267 368/8/267 +f 364/8/267 363/8/267 360/8/267 +f 359/8/267 364/8/267 360/8/267 +f 373/8/267 364/8/267 359/8/267 +f 371/8/267 373/8/267 359/8/267 +f 377/7/189 376/6/189 375/7/189 +f 376/6/189 377/7/189 378/6/189 +f 375/7/190 376/6/190 377/7/190 +f 378/6/190 377/7/190 376/6/190 +f 381/7/269 380/6/184 379/6/269 +f 380/6/184 381/7/269 382/7/184 +f 379/6/270 380/6/186 381/7/270 +f 382/7/186 381/7/270 380/6/186 +f 377/7/186 383/6/186 378/6/186 +f 383/6/186 377/7/186 384/7/186 +f 378/6/184 383/6/184 377/7/184 +f 384/7/184 377/7/184 383/6/184 +f 382/7/184 376/6/271 380/6/184 +f 376/6/271 382/7/184 375/7/271 +f 380/6/186 376/6/272 382/7/186 +f 375/7/272 382/7/186 376/6/272 +f 383/6/82 376/6/82 378/6/82 +f 376/6/82 383/6/82 380/6/82 +f 380/6/82 383/6/82 379/6/82 +f 378/6/81 376/6/81 383/6/81 +f 380/6/81 383/6/81 376/6/81 +f 379/6/81 383/6/81 380/6/81 +f 375/7/81 384/7/81 377/7/81 +f 384/7/81 375/7/81 382/7/81 +f 384/7/81 382/7/81 381/7/81 +f 377/7/82 384/7/82 375/7/82 +f 382/7/82 375/7/82 384/7/82 +f 381/7/82 382/7/82 384/7/82 +f 383/6/190 381/7/190 379/6/190 +f 381/7/190 383/6/190 384/7/190 +f 379/6/189 381/7/189 383/6/189 +f 384/7/189 383/6/189 381/7/189 +f 387/5/81 386/5/81 385/5/81 +f 386/5/81 387/5/81 388/5/81 +f 386/5/81 388/5/81 389/5/81 +f 385/5/82 386/5/82 387/5/82 +f 388/5/82 387/5/82 386/5/82 +f 389/5/82 388/5/82 386/5/82 +f 385/5/186 391/6/186 390/6/186 +f 391/6/186 385/5/186 386/5/186 +f 390/6/184 391/6/184 385/5/184 +f 386/5/184 385/5/184 391/6/184 +f 391/6/190 389/5/190 392/6/190 +f 389/5/190 391/6/190 386/5/190 +f 392/6/189 389/5/189 391/6/189 +f 386/5/189 391/6/189 389/5/189 +f 385/5/189 393/6/189 387/5/189 +f 393/6/189 385/5/189 390/6/189 +f 387/5/190 393/6/190 385/5/190 +f 390/6/190 385/5/190 393/6/190 +f 395/11/185 394/10/185 388/5/186 +f 394/10/185 396/12/185 388/5/186 +f 397/13/185 395/11/185 388/5/186 +f 388/5/186 396/12/185 398/6/186 +f 399/12/185 398/6/186 396/12/185 +f 398/6/186 399/12/185 392/6/185 +f 400/10/185 392/6/185 399/12/185 +f 389/5/185 397/13/185 388/5/186 +f 389/5/185 392/6/185 400/10/185 +f 397/13/185 389/5/185 401/13/185 +f 402/11/185 389/5/185 400/10/185 +f 401/13/185 389/5/185 402/11/185 +f 404/15/188 403/14/188 387/5/188 +f 405/16/188 404/15/188 387/5/188 +f 388/5/186 405/16/188 387/5/188 +f 405/16/188 388/5/186 406/16/188 +f 387/5/188 403/14/188 393/6/188 +f 406/16/188 388/5/186 407/15/188 +f 407/15/188 388/5/186 408/14/188 +f 409/17/188 393/6/188 403/14/188 +f 408/14/188 388/5/186 410/18/188 +f 411/17/188 408/14/188 410/18/188 +f 411/17/188 410/18/188 409/17/188 +f 410/18/188 388/5/186 412/18/188 +f 412/18/188 388/5/186 413/19/188 +f 413/19/188 388/5/186 414/20/188 +f 388/5/186 398/6/186 414/20/188 +f 414/20/188 398/6/186 415/21/188 +f 393/6/188 415/21/188 398/6/186 +f 415/21/188 393/6/188 416/21/188 +f 416/21/188 393/6/188 409/17/188 +f 410/18/188 417/19/188 409/17/188 +f 418/20/188 416/21/188 409/17/188 +f 417/19/188 418/20/188 409/17/188 +f 388/5/184 394/10/183 395/11/183 +f 388/5/184 395/11/183 397/13/183 +f 388/5/184 396/12/183 394/10/183 +f 398/6/184 396/12/183 388/5/184 +f 396/12/183 398/6/184 399/12/183 +f 392/6/183 399/12/183 398/6/184 +f 399/12/183 392/6/183 400/10/183 +f 388/5/184 397/13/183 389/5/183 +f 400/10/183 392/6/183 389/5/183 +f 401/13/183 389/5/183 397/13/183 +f 400/10/183 389/5/183 402/11/183 +f 402/11/183 389/5/183 401/13/183 +f 387/5/187 403/14/187 404/15/187 +f 387/5/187 404/15/187 405/16/187 +f 387/5/187 405/16/187 388/5/184 +f 406/16/187 388/5/184 405/16/187 +f 393/6/187 403/14/187 387/5/187 +f 407/15/187 388/5/184 406/16/187 +f 408/14/187 388/5/184 407/15/187 +f 403/14/187 393/6/187 409/17/187 +f 410/18/187 388/5/184 408/14/187 +f 410/18/187 408/14/187 411/17/187 +f 409/17/187 410/18/187 411/17/187 +f 412/18/187 388/5/184 410/18/187 +f 413/19/187 388/5/184 412/18/187 +f 414/20/187 388/5/184 413/19/187 +f 414/20/187 398/6/184 388/5/184 +f 415/21/187 398/6/184 414/20/187 +f 398/6/184 415/21/187 393/6/187 +f 416/21/187 393/6/187 415/21/187 +f 409/17/187 393/6/187 416/21/187 +f 409/17/187 417/19/187 410/18/187 +f 409/17/187 416/21/187 418/20/187 +f 409/17/187 418/20/187 417/19/187 +f 421/9/273 420/8/274 419/8/273 +f 420/8/274 421/9/273 422/9/274 +f 419/8/275 420/8/276 421/9/275 +f 422/9/276 421/9/275 420/8/276 +f 425/9/275 424/8/276 423/8/275 +f 424/8/276 425/9/275 426/9/276 +f 423/8/273 424/8/274 425/9/273 +f 426/9/274 425/9/273 424/8/274 +f 429/9/278 428/8/277 427/9/277 +f 428/8/277 429/9/278 430/8/278 +f 427/9/280 428/8/280 429/9/279 +f 430/8/279 429/9/279 428/8/280 +f 433/8/280 432/9/279 431/8/279 +f 432/9/279 433/8/280 434/9/280 +f 431/8/278 432/9/278 433/8/277 +f 434/9/277 433/8/277 432/9/278 +f 426/9/276 433/8/280 424/8/276 +f 433/8/280 426/9/276 434/9/280 +f 424/8/274 433/8/277 426/9/274 +f 434/9/277 426/9/274 433/8/277 +f 422/9/274 428/8/277 420/8/274 +f 428/8/277 422/9/274 427/9/277 +f 420/8/276 428/8/280 422/9/276 +f 427/9/280 422/9/276 428/8/280 +f 429/9/278 423/8/275 430/8/278 +f 423/8/275 429/9/278 425/9/275 +f 430/8/279 423/8/273 429/9/279 +f 425/9/273 429/9/279 423/8/273 +f 432/9/279 419/8/273 431/8/279 +f 419/8/273 432/9/279 421/9/273 +f 431/8/278 419/8/275 432/9/278 +f 421/9/275 432/9/278 419/8/275 +f 422/9/281 429/9/281 427/9/281 +f 429/9/281 422/9/281 425/9/281 +f 425/9/281 422/9/281 421/9/281 +f 425/9/281 421/9/281 426/9/281 +f 426/9/281 421/9/281 432/9/281 +f 426/9/281 432/9/281 434/9/281 +f 427/9/282 429/9/282 422/9/282 +f 425/9/282 422/9/282 429/9/282 +f 421/9/282 422/9/282 425/9/282 +f 426/9/282 421/9/282 425/9/282 +f 432/9/282 421/9/282 426/9/282 +f 434/9/282 432/9/282 426/9/282 +f 423/8/282 428/8/282 430/8/282 +f 428/8/282 423/8/282 420/8/282 +f 420/8/282 423/8/282 424/8/282 +f 420/8/282 424/8/282 419/8/282 +f 419/8/282 424/8/282 433/8/282 +f 419/8/282 433/8/282 431/8/282 +f 430/8/281 428/8/281 423/8/281 +f 420/8/281 423/8/281 428/8/281 +f 424/8/281 423/8/281 420/8/281 +f 419/8/281 424/8/281 420/8/281 +f 433/8/281 424/8/281 419/8/281 +f 431/8/281 433/8/281 419/8/281 +f 437/9/283 436/8/284 435/8/283 +f 436/8/284 437/9/283 438/9/284 +f 435/8/285 436/8/286 437/9/285 +f 438/9/286 437/9/285 436/8/286 +f 441/9/285 440/8/286 439/8/285 +f 440/8/286 441/9/285 442/9/286 +f 439/8/283 440/8/284 441/9/283 +f 442/9/284 441/9/283 440/8/284 +f 445/9/288 444/8/287 443/9/287 +f 444/8/287 445/9/288 446/8/288 +f 443/9/290 444/8/290 445/9/289 +f 446/8/289 445/9/289 444/8/290 +f 449/8/290 448/9/289 447/8/289 +f 448/9/289 449/8/290 450/9/290 +f 447/8/288 448/9/288 449/8/287 +f 450/9/287 449/8/287 448/9/288 +f 442/9/286 449/8/290 440/8/286 +f 449/8/290 442/9/286 450/9/290 +f 440/8/284 449/8/287 442/9/284 +f 450/9/287 442/9/284 449/8/287 +f 438/9/284 444/8/287 436/8/284 +f 444/8/287 438/9/284 443/9/287 +f 436/8/286 444/8/290 438/9/286 +f 443/9/290 438/9/286 444/8/290 +f 445/9/288 439/8/285 446/8/288 +f 439/8/285 445/9/288 441/9/285 +f 446/8/289 439/8/283 445/9/289 +f 441/9/283 445/9/289 439/8/283 +f 448/9/289 435/8/283 447/8/289 +f 435/8/283 448/9/289 437/9/283 +f 447/8/288 435/8/285 448/9/288 +f 437/9/285 448/9/288 435/8/285 +f 438/9/291 445/9/291 443/9/291 +f 445/9/291 438/9/291 441/9/291 +f 441/9/291 438/9/291 437/9/291 +f 441/9/291 437/9/291 442/9/291 +f 442/9/291 437/9/291 448/9/291 +f 442/9/291 448/9/291 450/9/291 +f 443/9/292 445/9/292 438/9/292 +f 441/9/292 438/9/292 445/9/292 +f 437/9/292 438/9/292 441/9/292 +f 442/9/292 437/9/292 441/9/292 +f 448/9/292 437/9/292 442/9/292 +f 450/9/292 448/9/292 442/9/292 +f 439/8/292 444/8/292 446/8/292 +f 444/8/292 439/8/292 436/8/292 +f 436/8/292 439/8/292 440/8/292 +f 436/8/292 440/8/292 435/8/292 +f 435/8/292 440/8/292 449/8/292 +f 435/8/292 449/8/292 447/8/292 +f 446/8/291 444/8/291 439/8/291 +f 436/8/291 439/8/291 444/8/291 +f 440/8/291 439/8/291 436/8/291 +f 435/8/291 440/8/291 436/8/291 +f 449/8/291 440/8/291 435/8/291 +f 447/8/291 449/8/291 435/8/291 +f 453/9/283 452/8/284 451/8/283 +f 452/8/284 453/9/283 454/9/284 +f 451/8/285 452/8/286 453/9/285 +f 454/9/286 453/9/285 452/8/286 +f 457/9/285 456/8/286 455/8/285 +f 456/8/286 457/9/285 458/9/286 +f 455/8/283 456/8/284 457/9/283 +f 458/9/284 457/9/283 456/8/284 +f 461/9/288 460/8/287 459/9/287 +f 460/8/287 461/9/288 462/8/288 +f 459/9/290 460/8/290 461/9/289 +f 462/8/289 461/9/289 460/8/290 +f 465/8/290 464/9/289 463/8/289 +f 464/9/289 465/8/290 466/9/290 +f 463/8/288 464/9/288 465/8/287 +f 466/9/287 465/8/287 464/9/288 +f 458/9/286 465/8/290 456/8/286 +f 465/8/290 458/9/286 466/9/290 +f 456/8/284 465/8/287 458/9/284 +f 466/9/287 458/9/284 465/8/287 +f 454/9/284 460/8/287 452/8/284 +f 460/8/287 454/9/284 459/9/287 +f 452/8/286 460/8/290 454/9/286 +f 459/9/290 454/9/286 460/8/290 +f 461/9/288 455/8/285 462/8/288 +f 455/8/285 461/9/288 457/9/285 +f 462/8/289 455/8/283 461/9/289 +f 457/9/283 461/9/289 455/8/283 +f 464/9/289 451/8/283 463/8/289 +f 451/8/283 464/9/289 453/9/283 +f 463/8/288 451/8/285 464/9/288 +f 453/9/285 464/9/288 451/8/285 +f 454/9/291 461/9/291 459/9/291 +f 461/9/291 454/9/291 457/9/291 +f 457/9/291 454/9/291 453/9/291 +f 457/9/291 453/9/291 458/9/291 +f 458/9/291 453/9/291 464/9/291 +f 458/9/291 464/9/291 466/9/291 +f 459/9/292 461/9/292 454/9/292 +f 457/9/292 454/9/292 461/9/292 +f 453/9/292 454/9/292 457/9/292 +f 458/9/292 453/9/292 457/9/292 +f 464/9/292 453/9/292 458/9/292 +f 466/9/292 464/9/292 458/9/292 +f 455/8/292 460/8/292 462/8/292 +f 460/8/292 455/8/292 452/8/292 +f 452/8/292 455/8/292 456/8/292 +f 452/8/292 456/8/292 451/8/292 +f 451/8/292 456/8/292 465/8/292 +f 451/8/292 465/8/292 463/8/292 +f 462/8/291 460/8/291 455/8/291 +f 452/8/291 455/8/291 460/8/291 +f 456/8/291 455/8/291 452/8/291 +f 451/8/291 456/8/291 452/8/291 +f 465/8/291 456/8/291 451/8/291 +f 463/8/291 465/8/291 451/8/291 +f 469/5/191 468/6/191 467/5/191 +f 468/6/191 469/5/191 470/6/191 +f 467/5/192 468/6/192 469/5/192 +f 470/6/192 469/5/192 468/6/192 +f 469/5/193 471/6/193 470/6/193 +f 471/6/193 469/5/193 472/5/193 +f 470/6/194 471/6/194 469/5/194 +f 472/5/194 469/5/194 471/6/194 +f 473/6/199 467/5/201 468/6/201 +f 467/5/201 473/6/199 474/5/199 +f 468/6/202 467/5/202 473/6/200 +f 474/5/200 473/6/200 467/5/202 +f 471/6/196 476/5/195 475/6/195 +f 476/5/195 471/6/196 472/5/196 +f 475/6/198 476/5/198 471/6/197 +f 472/5/197 471/6/197 476/5/198 +f 474/5/81 469/5/81 467/5/81 +f 469/5/81 474/5/81 472/5/81 +f 472/5/81 474/5/81 476/5/81 +f 467/5/82 469/5/82 474/5/82 +f 472/5/82 474/5/82 469/5/82 +f 476/5/82 474/5/82 472/5/82 +f 476/5/195 473/6/199 475/6/195 +f 473/6/199 476/5/195 474/5/199 +f 475/6/198 473/6/200 476/5/198 +f 474/5/200 476/5/198 473/6/200 +f 479/7/193 478/6/193 477/6/193 +f 478/6/193 479/7/193 480/7/193 +f 477/6/194 478/6/194 479/7/194 +f 480/7/194 479/7/194 478/6/194 +f 479/7/191 482/6/191 481/7/191 +f 482/6/191 479/7/191 477/6/191 +f 481/7/192 482/6/192 479/7/192 +f 477/6/192 479/7/192 482/6/192 +f 483/7/81 479/7/81 481/7/81 +f 479/7/81 483/7/81 480/7/81 +f 480/7/81 483/7/81 484/7/81 +f 481/7/82 479/7/82 483/7/82 +f 480/7/82 483/7/82 479/7/82 +f 484/7/82 483/7/82 480/7/82 +f 478/6/82 482/6/82 477/6/82 +f 482/6/82 478/6/82 485/6/82 +f 485/6/82 478/6/82 486/6/82 +f 477/6/81 482/6/81 478/6/81 +f 485/6/81 478/6/81 482/6/81 +f 486/6/81 478/6/81 485/6/81 +f 478/6/196 484/7/195 486/6/195 +f 484/7/195 478/6/196 480/7/196 +f 486/6/198 484/7/198 478/6/197 +f 480/7/197 478/6/197 484/7/198 +f 484/7/195 485/6/293 486/6/195 +f 485/6/293 484/7/195 483/7/293 +f 486/6/198 485/6/294 484/7/198 +f 483/7/294 484/7/198 485/6/294 +f 485/6/293 481/7/201 482/6/201 +f 481/7/201 485/6/293 483/7/293 +f 482/6/202 481/7/202 485/6/294 +f 483/7/294 485/6/294 481/7/202 +f 489/22/82 488/22/82 487/22/82 +f 488/22/82 489/22/82 490/22/82 +f 488/22/82 490/22/82 491/22/82 +f 491/22/82 490/22/82 492/22/82 +f 492/22/82 490/22/82 493/22/82 +f 492/22/82 493/22/82 494/22/82 +f 487/22/81 488/22/81 489/22/81 +f 490/22/81 489/22/81 488/22/81 +f 491/22/81 490/22/81 488/22/81 +f 492/22/81 490/22/81 491/22/81 +f 493/22/81 490/22/81 492/22/81 +f 494/22/81 493/22/81 492/22/81 +f 497/23/81 496/23/81 495/23/81 +f 496/23/81 497/23/81 498/23/81 +f 496/23/81 498/23/81 499/23/81 +f 499/23/81 498/23/81 500/23/81 +f 499/23/81 500/23/81 501/23/81 +f 501/23/81 500/23/81 502/23/81 +f 495/23/82 496/23/82 497/23/82 +f 498/23/82 497/23/82 496/23/82 +f 499/23/82 498/23/82 496/23/82 +f 500/23/82 498/23/82 499/23/82 +f 501/23/82 500/23/82 499/23/82 +f 502/23/82 500/23/82 501/23/82 +f 495/23/296 488/22/295 497/23/295 +f 488/22/295 495/23/296 487/22/296 +f 497/23/298 488/22/298 495/23/297 +f 487/22/297 495/23/297 488/22/298 +f 498/23/299 488/22/300 491/22/299 +f 488/22/300 498/23/299 497/23/300 +f 491/22/301 488/22/302 498/23/301 +f 497/23/302 498/23/301 488/22/302 +f 500/23/303 491/22/299 492/22/303 +f 491/22/299 500/23/303 498/23/299 +f 492/22/304 491/22/301 500/23/304 +f 498/23/301 500/23/304 491/22/301 +f 494/22/297 500/23/305 492/22/305 +f 500/23/305 494/22/297 502/23/297 +f 492/22/306 500/23/306 494/22/296 +f 502/23/296 494/22/296 500/23/306 +f 493/22/298 502/23/297 494/22/297 +f 502/23/297 493/22/298 501/23/298 +f 494/22/296 502/23/296 493/22/295 +f 501/23/295 493/22/295 502/23/296 +f 499/23/301 493/22/302 490/22/301 +f 493/22/302 499/23/301 501/23/302 +f 490/22/299 493/22/300 499/23/299 +f 501/23/300 499/23/299 493/22/300 +f 496/23/304 490/22/301 489/22/304 +f 490/22/301 496/23/304 499/23/301 +f 489/22/303 490/22/299 496/23/303 +f 499/23/299 496/23/303 490/22/299 +f 496/23/306 487/22/296 495/23/296 +f 487/22/296 496/23/306 489/22/306 +f 495/23/297 487/22/297 496/23/305 +f 489/22/305 496/23/305 487/22/297 +f 505/23/81 504/23/81 503/23/81 +f 504/23/81 505/23/81 506/23/81 +f 504/23/81 506/23/81 507/23/81 +f 507/23/81 506/23/81 508/23/81 +f 508/23/81 506/23/81 509/23/81 +f 508/23/81 509/23/81 510/23/81 +f 503/23/82 504/23/82 505/23/82 +f 506/23/82 505/23/82 504/23/82 +f 507/23/82 506/23/82 504/23/82 +f 508/23/82 506/23/82 507/23/82 +f 509/23/82 506/23/82 508/23/82 +f 510/23/82 509/23/82 508/23/82 +f 503/23/296 511/22/295 505/23/295 +f 511/22/295 503/23/296 512/22/296 +f 505/23/298 511/22/298 503/23/297 +f 512/22/297 503/23/297 511/22/298 +f 506/23/299 511/22/300 513/22/299 +f 511/22/300 506/23/299 505/23/300 +f 513/22/301 511/22/302 506/23/301 +f 505/23/302 506/23/301 511/22/302 +f 509/23/303 513/22/299 514/22/303 +f 513/22/299 509/23/303 506/23/299 +f 514/22/304 513/22/301 509/23/304 +f 506/23/301 509/23/304 513/22/301 +f 515/22/297 509/23/305 514/22/305 +f 509/23/305 515/22/297 510/23/297 +f 514/22/306 509/23/306 515/22/296 +f 510/23/296 515/22/296 509/23/306 +f 516/22/298 510/23/297 515/22/297 +f 510/23/297 516/22/298 508/23/298 +f 515/22/296 510/23/296 516/22/295 +f 508/23/295 516/22/295 510/23/296 +f 507/23/301 516/22/302 517/22/301 +f 516/22/302 507/23/301 508/23/302 +f 517/22/299 516/22/300 507/23/299 +f 508/23/300 507/23/299 516/22/300 +f 504/23/304 517/22/301 518/22/304 +f 517/22/301 504/23/304 507/23/301 +f 518/22/303 517/22/299 504/23/303 +f 507/23/299 504/23/303 517/22/299 +f 504/23/306 512/22/296 503/23/296 +f 512/22/296 504/23/306 518/22/306 +f 503/23/297 512/22/297 504/23/305 +f 518/22/305 504/23/305 512/22/297 +f 521/25/307 520/24/308 519/24/307 +f 520/24/308 521/25/307 522/25/308 +f 519/24/309 520/24/310 521/25/309 +f 522/25/310 521/25/309 520/24/310 +f 525/24/311 524/25/312 523/25/311 +f 524/25/312 525/24/311 526/24/312 +f 523/25/313 524/25/314 525/24/313 +f 526/24/314 525/24/313 524/25/314 +f 528/25/315 519/24/307 527/24/315 +f 519/24/307 528/25/315 521/25/307 +f 527/24/316 519/24/309 528/25/316 +f 521/25/309 528/25/316 519/24/309 +f 531/25/317 530/24/318 529/24/317 +f 530/24/318 531/25/317 532/25/318 +f 529/24/319 530/24/320 531/25/319 +f 532/25/320 531/25/319 530/24/320 +f 531/25/317 520/24/321 522/25/321 +f 520/24/321 531/25/317 529/24/317 +f 522/25/322 520/24/322 531/25/319 +f 529/24/319 531/25/319 520/24/322 +f 534/25/323 526/24/324 533/24/323 +f 526/24/324 534/25/323 524/25/324 +f 533/24/325 526/24/326 534/25/325 +f 524/25/326 534/25/325 526/24/326 +f 532/25/327 533/24/323 530/24/327 +f 533/24/323 532/25/327 534/25/323 +f 530/24/328 533/24/325 532/25/328 +f 534/25/325 532/25/328 533/24/325 +f 527/24/329 523/25/311 528/25/329 +f 523/25/311 527/24/329 525/24/311 +f 528/25/330 523/25/313 527/24/330 +f 525/24/313 527/24/330 523/25/313 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-corner.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-corner.obj.import new file mode 100644 index 0000000..14e88f5 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-corner.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://bipeslk7umclj" +path="res://.godot/imported/corridor-wide-corner.obj-c307938f6b895941160666df38ff7467.mesh" + +[deps] + +files=["res://.godot/imported/corridor-wide-corner.obj-c307938f6b895941160666df38ff7467.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-corner.obj" +dest_files=["res://.godot/imported/corridor-wide-corner.obj-c307938f6b895941160666df38ff7467.mesh", "res://.godot/imported/corridor-wide-corner.obj-c307938f6b895941160666df38ff7467.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-end.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-end.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-end.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-end.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-end.obj new file mode 100644 index 0000000..1098249 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-end.obj @@ -0,0 +1,7098 @@ +# Created by Kenney (www.kenney.nl) + +mtllib corridor-wide-end.mtl + +g corridor-wide-end + +v -2.862079 0.05 -2.523783 1 1 1 +v -2.71719 0.05 -2.562606 1 1 1 +v -2.823256 0.05 -2.378894 1 1 1 +v -2.678367 0.05 -2.417717 1 1 1 +v -2.113795 5.136725E-19 -2.192603 1 1 1 +v -2.500166 5.136725E-19 -2.29613 1 1 1 +v -2.149151 0.1 -2.25384 1 1 1 +v -2.438929 0.1 -2.331486 1 1 1 +v -2.647749 5.136725E-19 -2.400039 1 1 1 +v -2.840934 5.136725E-19 -2.348275 1 1 1 +v -2.892698 5.136725E-19 -2.541461 1 1 1 +v -2.396638 5.136725E-19 -2.6825 1 1 1 +v -2.361283 0.1 -2.621263 1 1 1 +v -2.010268 5.136725E-19 -2.578973 1 1 1 +v -2.071505 0.1 -2.543617 1 1 1 +v -2.699512 5.136725E-19 -2.593224 1 1 1 +v -3.000002 0.2 -3.199002 1 1 1 +v -4.000002 0.2 -3.399002 1 1 1 +v -3.000002 0.9 -3.199002 1 1 1 +v -4.000002 0.9 -3.399002 1 1 1 +v -4.000002 0.9 -3.999999 1 1 1 +v -2.000002 0.9 -4 1 1 1 +v -2.000002 0.9 -3.399002 1 1 1 +v -2.000002 0.2 -3.399002 1 1 1 +v -2.000002 0.2 -4 1 1 1 +v -4.000002 0.2 -3.999999 1 1 1 +v -2.523785 0.05 2.862079 1 1 1 +v -2.562608 0.05 2.71719 1 1 1 +v -2.378896 0.05 2.823256 1 1 1 +v -2.417719 0.05 2.678367 1 1 1 +v -2.192604 0 2.113795 1 1 1 +v -2.296132 0 2.500166 1 1 1 +v -2.253842 0.1 2.149151 1 1 1 +v -2.331487 0.1 2.438929 1 1 1 +v -2.400041 0 2.647749 1 1 1 +v -2.348277 0 2.840934 1 1 1 +v -2.541462 0 2.892698 1 1 1 +v -2.682502 0 2.396638 1 1 1 +v -2.621265 0.1 2.361283 1 1 1 +v -2.578975 0 2.010268 1 1 1 +v -2.543619 0.1 2.071505 1 1 1 +v -2.593226 0 2.699512 1 1 1 +v -3.199004 0.2 3 1 1 1 +v -3.399004 0.2 4 1 1 1 +v -3.199004 0.9 3 1 1 1 +v -3.399004 0.9 4 1 1 1 +v -4.000001 0.9 4 1 1 1 +v -4.000001 0.9 2 1 1 1 +v -3.399004 0.9 2 1 1 1 +v -3.399004 0.2 2 1 1 1 +v -4.000001 0.2 2 1 1 1 +v -4.000001 0.2 4 1 1 1 +v -2.523785 0.05 -3.137921 1 1 1 +v -2.562608 0.05 -3.28281 1 1 1 +v -2.378896 0.05 -3.176744 1 1 1 +v -2.417719 0.05 -3.321633 1 1 1 +v -2.192604 0 -3.886205 1 1 1 +v -2.296132 0 -3.499834 1 1 1 +v -2.253842 0.1 -3.850849 1 1 1 +v -2.331487 0.1 -3.561071 1 1 1 +v -2.400041 0 -3.352251 1 1 1 +v -2.348277 0 -3.159066 1 1 1 +v -2.541462 0 -3.107302 1 1 1 +v -2.682502 0 -3.603362 1 1 1 +v -2.621265 0.1 -3.638717 1 1 1 +v -2.578975 0 -3.989732 1 1 1 +v -2.543619 0.1 -3.928495 1 1 1 +v -2.593226 0 -3.300488 1 1 1 +v -3.199004 0.2 -3 1 1 1 +v -3.399004 0.2 -2 1 1 1 +v -3.199004 0.9 -3 1 1 1 +v -3.399004 0.9 -2 1 1 1 +v -4.000001 0.9 -2 1 1 1 +v -4.000001 0.9 -4 1 1 1 +v -3.399004 0.9 -4 1 1 1 +v -3.399004 0.2 -4 1 1 1 +v -4.000001 0.2 -4 1 1 1 +v -4.000001 0.2 -2 1 1 1 +v 3.137923 0.05 -2.523783 1 1 1 +v 3.282812 0.05 -2.562606 1 1 1 +v 3.176746 0.05 -2.378894 1 1 1 +v 3.321635 0.05 -2.417717 1 1 1 +v 3.886207 5.136725E-19 -2.192603 1 1 1 +v 3.499836 5.136725E-19 -2.29613 1 1 1 +v 3.850851 0.1 -2.25384 1 1 1 +v 3.561073 0.1 -2.331486 1 1 1 +v 3.352253 5.136725E-19 -2.400039 1 1 1 +v 3.159068 5.136725E-19 -2.348275 1 1 1 +v 3.107304 5.136725E-19 -2.541461 1 1 1 +v 3.603364 5.136725E-19 -2.6825 1 1 1 +v 3.638719 0.1 -2.621263 1 1 1 +v 3.989734 5.136725E-19 -2.578973 1 1 1 +v 3.928497 0.1 -2.543617 1 1 1 +v 3.300489 5.136725E-19 -2.593224 1 1 1 +v 3 0.2 -3.199002 1 1 1 +v 2 0.2 -3.399002 1 1 1 +v 3 0.9 -3.199002 1 1 1 +v 2 0.9 -3.399002 1 1 1 +v 2 0.9 -3.999999 1 1 1 +v 4 0.9 -4 1 1 1 +v 4 0.9 -3.399002 1 1 1 +v 4 0.2 -3.399002 1 1 1 +v 4 0.2 -4 1 1 1 +v 2 0.2 -3.999999 1 1 1 +v 4 0 0 1 1 1 +v 4 0 4 1 1 1 +v 0 0 0 1 1 1 +v 0 0 4 1 1 1 +v 4 0 -4 1 1 1 +v 0 0 -4 1 1 1 +v -1.907349E-06 0 0 1 1 1 +v -1.907349E-06 0 4 1 1 1 +v -4.000002 0 0 1 1 1 +v -4.000002 0 4 1 1 1 +v -1.907349E-06 0 -4 1 1 1 +v -4.000002 0 -4 1 1 1 +v -1.296844 -5.138843E-19 2.432191 1 1 1 +v -1.266226 0.05 2.449869 1 1 1 +v -1.245081 -5.138843E-19 2.625376 1 1 1 +v -1.227403 0.05 2.594758 1 1 1 +v -1.051895 -5.138843E-19 2.573612 1 1 1 +v -1.082514 0.05 2.555935 1 1 1 +v -1.547955 -5.138843E-19 2.714653 1 1 1 +v -1.934325 -5.138843E-19 2.611125 1 1 1 +v -1.58331 0.1 2.653415 1 1 1 +v -1.873088 0.1 2.575769 1 1 1 +v -1.830798 -5.138843E-19 2.224754 1 1 1 +v -1.795442 0.1 2.285992 1 1 1 +v 1.071889 -5.138843E-19 2.006432 1 1 1 +v 1.096889 0.1 2.031432 1 1 1 +v 1.071889 -5.138843E-19 2.206432 1 1 1 +v 1.096889 0.1 2.181432 1 1 1 +v 1.246889 0.1 2.031432 1 1 1 +v 1.246889 0.1 2.181432 1 1 1 +v 1.271889 -5.138843E-19 2.206432 1 1 1 +v 1.271889 -5.138843E-19 2.006432 1 1 1 +v -1.444427 -5.138843E-19 2.328282 1 1 1 +v -1.505665 0.1 2.363637 1 1 1 +v -1.103659 -5.138843E-19 2.380427 1 1 1 +v -1.121337 0.05 2.411046 1 1 1 +v 1.74957 0.05 2.49822 1 1 1 +v 1.537438 0.05 2.710352 1 1 1 +v 1.537438 0.05 2.286088 1 1 1 +v 1.325306 0.05 2.49822 1 1 1 +v 1.537438 -5.138843E-19 2.215377 1 1 1 +v 1.254596 -5.138843E-19 2.49822 1 1 1 +v 0.8904107 -2.88816E-15 2.097593 1 1 1 +v 0.8550553 0.05 2.15883 1 1 1 +v 0.5040404 -2.88816E-15 2.201121 1 1 1 +v 0.5652776 0.05 2.236476 1 1 1 +v 1.820281 -5.138843E-19 2.49822 1 1 1 +v 1.537438 -5.138843E-19 2.781063 1 1 1 +v 0.9939382 -2.88816E-15 2.483963 1 1 1 +v 0.607568 -2.88816E-15 2.587491 1 1 1 +v 0.932701 0.05 2.448608 1 1 1 +v 0.6429233 0.05 2.526254 1 1 1 +v -2 0.2 3.399002 1 1 1 +v -8.085408E-14 0.2 3.199002 1 1 1 +v -2 0.9 3.399002 1 1 1 +v -8.085408E-14 0.9 3.199002 1 1 1 +v 2 0.9 4 1 1 1 +v -2 0.9 4 1 1 1 +v 2 0.9 3.399002 1 1 1 +v 2 0.2 4 1 1 1 +v -2 0.2 4 1 1 1 +v 2 0.2 3.399002 1 1 1 +v 1.296844 -2.117582E-22 -2.432191 1 1 1 +v 1.266226 0.05 -2.449869 1 1 1 +v 1.245081 -2.117582E-22 -2.625376 1 1 1 +v 1.227403 0.05 -2.594758 1 1 1 +v 1.051895 -2.117582E-22 -2.573612 1 1 1 +v 1.082514 0.05 -2.555935 1 1 1 +v 1.547955 -2.117582E-22 -2.714653 1 1 1 +v 1.934325 -2.117582E-22 -2.611125 1 1 1 +v 1.58331 0.1 -2.653415 1 1 1 +v 1.873088 0.1 -2.575769 1 1 1 +v 1.830798 -2.117582E-22 -2.224754 1 1 1 +v 1.795442 0.1 -2.285992 1 1 1 +v -1.071889 -2.117582E-22 -2.006432 1 1 1 +v -1.096889 0.1 -2.031432 1 1 1 +v -1.071889 -2.117582E-22 -2.206432 1 1 1 +v -1.096889 0.1 -2.181432 1 1 1 +v -1.246889 0.1 -2.031432 1 1 1 +v -1.246889 0.1 -2.181432 1 1 1 +v -1.271889 -2.117582E-22 -2.206432 1 1 1 +v -1.271889 -2.117582E-22 -2.006432 1 1 1 +v 1.444427 -2.117582E-22 -2.328282 1 1 1 +v 1.505665 0.1 -2.363637 1 1 1 +v 1.103659 -2.117582E-22 -2.380427 1 1 1 +v 1.121337 0.05 -2.411046 1 1 1 +v -1.74957 0.05 -2.49822 1 1 1 +v -1.537438 0.05 -2.710352 1 1 1 +v -1.537438 0.05 -2.286088 1 1 1 +v -1.325306 0.05 -2.49822 1 1 1 +v -1.537438 -2.117582E-22 -2.215377 1 1 1 +v -1.254596 -2.117582E-22 -2.49822 1 1 1 +v -0.8904107 -2.887646E-15 -2.097593 1 1 1 +v -0.8550553 0.05 -2.15883 1 1 1 +v -0.5040404 -2.887646E-15 -2.201121 1 1 1 +v -0.5652776 0.05 -2.236476 1 1 1 +v -1.820281 -2.117582E-22 -2.49822 1 1 1 +v -1.537438 -2.117582E-22 -2.781063 1 1 1 +v -0.9939382 -2.887646E-15 -2.483963 1 1 1 +v -0.607568 -2.887646E-15 -2.587491 1 1 1 +v -0.932701 0.05 -2.448608 1 1 1 +v -0.6429233 0.05 -2.526254 1 1 1 +v 2.733845E-13 0.2 -3.199002 1 1 1 +v 2.733845E-13 0.9 -3.199002 1 1 1 +v -2 0.9 -4 1 1 1 +v 2 0.9 -4 1 1 1 +v -2 0.9 -3.399002 1 1 1 +v -2 0.2 -4 1 1 1 +v 2 0.2 -4 1 1 1 +v -2 0.2 -3.399002 1 1 1 +v -2.432193 -5.138843E-19 -1.296844 1 1 1 +v -2.44987 0.05 -1.266226 1 1 1 +v -2.625378 -5.138843E-19 -1.245081 1 1 1 +v -2.594759 0.05 -1.227403 1 1 1 +v -2.573614 -5.138843E-19 -1.051895 1 1 1 +v -2.555936 0.05 -1.082514 1 1 1 +v -2.714654 -5.138843E-19 -1.547955 1 1 1 +v -2.611126 -5.138843E-19 -1.934326 1 1 1 +v -2.653417 0.1 -1.583311 1 1 1 +v -2.575771 0.1 -1.873088 1 1 1 +v -2.224756 -5.138843E-19 -1.830798 1 1 1 +v -2.285993 0.1 -1.795443 1 1 1 +v -2.006434 -5.138843E-19 1.071889 1 1 1 +v -2.031434 0.1 1.096889 1 1 1 +v -2.206434 -5.138843E-19 1.071889 1 1 1 +v -2.181434 0.1 1.096889 1 1 1 +v -2.031434 0.1 1.246889 1 1 1 +v -2.181434 0.1 1.246889 1 1 1 +v -2.206434 -5.138843E-19 1.271889 1 1 1 +v -2.006434 -5.138843E-19 1.271889 1 1 1 +v -2.328284 -5.138843E-19 -1.444427 1 1 1 +v -2.363639 0.1 -1.505665 1 1 1 +v -2.380429 -5.138843E-19 -1.103659 1 1 1 +v -2.411047 0.05 -1.121337 1 1 1 +v -2.498222 0.05 1.749571 1 1 1 +v -2.710354 0.05 1.537439 1 1 1 +v -2.28609 0.05 1.537439 1 1 1 +v -2.498222 0.05 1.325306 1 1 1 +v -2.215379 -5.138843E-19 1.537439 1 1 1 +v -2.498222 -5.138843E-19 1.254596 1 1 1 +v -2.097595 -2.88816E-15 0.8904108 1 1 1 +v -2.158833 0.05 0.8550555 1 1 1 +v -2.201123 -2.88816E-15 0.5040404 1 1 1 +v -2.236478 0.05 0.5652776 1 1 1 +v -2.498222 -5.138843E-19 1.820281 1 1 1 +v -2.781065 -5.138843E-19 1.537439 1 1 1 +v -2.483965 -2.88816E-15 0.9939383 1 1 1 +v -2.587493 -2.88816E-15 0.607568 1 1 1 +v -2.44861 0.05 0.9327011 1 1 1 +v -2.526256 0.05 0.6429234 1 1 1 +v -3.399004 0.2 -2 1 1 1 +v -3.199004 0.2 4.774309E-08 1 1 1 +v -3.399004 0.9 -2 1 1 1 +v -3.199004 0.9 4.774309E-08 1 1 1 +v -4.000001 0.9 2 1 1 1 +v -4.000001 0.9 -2 1 1 1 +v -3.399004 0.9 2 1 1 1 +v -4.000001 0.2 2 1 1 1 +v -4.000001 0.2 -2 1 1 1 +v -3.399004 0.2 2 1 1 1 +v 2.862077 0.05 2.523783 1 1 1 +v 2.717188 0.05 2.562606 1 1 1 +v 2.823254 0.05 2.378894 1 1 1 +v 2.678365 0.05 2.417717 1 1 1 +v 2.113793 0 2.192603 1 1 1 +v 2.500164 0 2.29613 1 1 1 +v 2.149149 0.1 2.25384 1 1 1 +v 2.438927 0.1 2.331486 1 1 1 +v 2.647747 0 2.400039 1 1 1 +v 2.840932 0 2.348275 1 1 1 +v 2.892696 0 2.541461 1 1 1 +v 2.396636 0 2.6825 1 1 1 +v 2.361281 0.1 2.621263 1 1 1 +v 2.010266 0 2.578973 1 1 1 +v 2.071503 0.1 2.543617 1 1 1 +v 2.699511 0 2.593224 1 1 1 +v 3 0.2 3.199002 1 1 1 +v 4 0.2 3.399002 1 1 1 +v 3 0.9 3.199002 1 1 1 +v 4 0.9 3.399002 1 1 1 +v 4 0.9 3.999999 1 1 1 +v 4 0.2 3.999999 1 1 1 +v -3.137925 0.05 2.523783 1 1 1 +v -3.282814 0.05 2.562606 1 1 1 +v -3.176748 0.05 2.378894 1 1 1 +v -3.321636 0.05 2.417717 1 1 1 +v -3.886209 0 2.192603 1 1 1 +v -3.499838 0 2.29613 1 1 1 +v -3.850853 0.1 2.25384 1 1 1 +v -3.561075 0.1 2.331486 1 1 1 +v -3.352255 0 2.400039 1 1 1 +v -3.15907 0 2.348275 1 1 1 +v -3.107306 0 2.541461 1 1 1 +v -3.603366 0 2.6825 1 1 1 +v -3.638721 0.1 2.621263 1 1 1 +v -3.989736 0 2.578973 1 1 1 +v -3.928499 0.1 2.543617 1 1 1 +v -3.300491 0 2.593224 1 1 1 +v -3.000002 0.2 3.199002 1 1 1 +v -2.000002 0.2 3.399002 1 1 1 +v -3.000002 0.9 3.199002 1 1 1 +v -2.000002 0.9 3.399002 1 1 1 +v -2.000002 0.9 3.999999 1 1 1 +v -4.000002 0.9 4 1 1 1 +v -4.000002 0.9 3.399002 1 1 1 +v -4.000002 0.2 3.399002 1 1 1 +v -4.000002 0.2 4 1 1 1 +v -2.000002 0.2 3.999999 1 1 1 +v -4.000002 3 -4.000001 1 1 1 +v -2.000002 3 -4.000001 1 1 1 +v -4.000002 3 -3.600001 1 1 1 +v -3.000002 3 -3.400001 1 1 1 +v -2.000002 3 -3.600001 1 1 1 +v -2.000002 0.9 -3.600001 1 1 1 +v -2.000002 0.9 -4.000001 1 1 1 +v -3.000002 0.9 -3.400001 1 1 1 +v -4.000002 0.9 -4.000001 1 1 1 +v -4.000002 0.9 -3.600001 1 1 1 +v -4.000002 5.136725E-19 -4 1 1 1 +v -2.000002 5.136725E-19 -4 1 1 1 +v -4.000002 0.2 -4 1 1 1 +v -4.000002 0.2 -2.998004 1 1 1 +v -3.000002 0.2 -2.798005 1 1 1 +v -2.000002 0.2 -2.998004 1 1 1 +v -3.000002 5.136725E-19 -2.798005 1 1 1 +v -4.000002 5.136725E-19 -2.998004 1 1 1 +v -2.000002 5.136725E-19 -2.998004 1 1 1 +v -2.290228 1.332707 -3.541955 1 1 1 +v -2.668154 1.332707 -3.466369 1 1 1 +v -2.280422 1.332707 -3.492925 1 1 1 +v -2.658348 1.332707 -3.41734 1 1 1 +v -2.668154 1.632707 -3.466369 1 1 1 +v -2.290228 1.632707 -3.541955 1 1 1 +v -2.658348 1.632707 -3.41734 1 1 1 +v -2.280422 1.632707 -3.492925 1 1 1 +v -2.707377 1.382707 -3.407534 1 1 1 +v -2.717183 1.382707 -3.456563 1 1 1 +v -2.707377 1.582707 -3.407534 1 1 1 +v -2.717183 1.582707 -3.456563 1 1 1 +v -2.241199 1.382707 -3.55176 1 1 1 +v -2.231393 1.382707 -3.502731 1 1 1 +v -2.241199 1.582707 -3.55176 1 1 1 +v -2.231393 1.582707 -3.502731 1 1 1 +v -4.000003 3 4 1 1 1 +v -4.000002 3 2 1 1 1 +v -3.600003 3 4 1 1 1 +v -3.400002 3 3 1 1 1 +v -3.600003 3 2 1 1 1 +v -3.600003 0.9 2 1 1 1 +v -4.000002 0.9 2 1 1 1 +v -3.400002 0.9 3 1 1 1 +v -4.000003 0.9 4 1 1 1 +v -3.600003 0.9 4 1 1 1 +v -4.000001 0 4 1 1 1 +v -4.000001 0 2 1 1 1 +v -4.000001 0.2 2 1 1 1 +v -2.998006 0.2 4 1 1 1 +v -2.798007 0.2 3 1 1 1 +v -2.998006 0.2 2 1 1 1 +v -2.798007 0 3 1 1 1 +v -2.998006 0 4 1 1 1 +v -2.998006 0 2 1 1 1 +v -3.541956 1.332707 2.290226 1 1 1 +v -3.466371 1.332707 2.668152 1 1 1 +v -3.492927 1.332707 2.28042 1 1 1 +v -3.417342 1.332707 2.658346 1 1 1 +v -3.466371 1.632707 2.668152 1 1 1 +v -3.541956 1.632707 2.290226 1 1 1 +v -3.417342 1.632707 2.658346 1 1 1 +v -3.492927 1.632707 2.28042 1 1 1 +v -3.407536 1.382707 2.707375 1 1 1 +v -3.456565 1.382707 2.717181 1 1 1 +v -3.407536 1.582707 2.707375 1 1 1 +v -3.456565 1.582707 2.717181 1 1 1 +v -3.551762 1.382707 2.241197 1 1 1 +v -3.502733 1.382707 2.231391 1 1 1 +v -3.551762 1.582707 2.241197 1 1 1 +v -3.502733 1.582707 2.231391 1 1 1 +v -4.000003 3 -2 1 1 1 +v -4.000002 3 -4 1 1 1 +v -3.600003 3 -2 1 1 1 +v -3.400002 3 -3 1 1 1 +v -3.600003 3 -4 1 1 1 +v -3.600003 0.9 -4 1 1 1 +v -4.000002 0.9 -4 1 1 1 +v -3.400002 0.9 -3 1 1 1 +v -4.000003 0.9 -2 1 1 1 +v -3.600003 0.9 -2 1 1 1 +v -4.000001 0 -2 1 1 1 +v -4.000001 0 -4 1 1 1 +v -4.000001 0.2 -2 1 1 1 +v -2.998006 0.2 -2 1 1 1 +v -2.798007 0.2 -3 1 1 1 +v -2.998006 0.2 -4 1 1 1 +v -2.798007 0 -3 1 1 1 +v -2.998006 0 -2 1 1 1 +v -2.998006 0 -4 1 1 1 +v -3.541956 1.332707 -3.709774 1 1 1 +v -3.466371 1.332707 -3.331848 1 1 1 +v -3.492927 1.332707 -3.71958 1 1 1 +v -3.417342 1.332707 -3.341654 1 1 1 +v -3.466371 1.632707 -3.331848 1 1 1 +v -3.541956 1.632707 -3.709774 1 1 1 +v -3.417342 1.632707 -3.341654 1 1 1 +v -3.492927 1.632707 -3.71958 1 1 1 +v -3.407536 1.382707 -3.292625 1 1 1 +v -3.456565 1.382707 -3.282819 1 1 1 +v -3.407536 1.582707 -3.292625 1 1 1 +v -3.456565 1.582707 -3.282819 1 1 1 +v -3.551762 1.382707 -3.758803 1 1 1 +v -3.502733 1.382707 -3.768609 1 1 1 +v -3.551762 1.582707 -3.758803 1 1 1 +v -3.502733 1.582707 -3.768609 1 1 1 +v 2 3 -4.000001 1 1 1 +v 4 3 -4.000001 1 1 1 +v 2 3 -3.600001 1 1 1 +v 3 3 -3.400001 1 1 1 +v 4 3 -3.600001 1 1 1 +v 4 0.9 -3.600001 1 1 1 +v 4 0.9 -4.000001 1 1 1 +v 3 0.9 -3.400001 1 1 1 +v 2 0.9 -4.000001 1 1 1 +v 2 0.9 -3.600001 1 1 1 +v 2 5.136725E-19 -4 1 1 1 +v 4 5.136725E-19 -4 1 1 1 +v 2 0.2 -2.998004 1 1 1 +v 3 0.2 -2.798005 1 1 1 +v 4 0.2 -2.998004 1 1 1 +v 3 5.136725E-19 -2.798005 1 1 1 +v 2 5.136725E-19 -2.998004 1 1 1 +v 4 5.136725E-19 -2.998004 1 1 1 +v 3.709774 1.332707 -3.541955 1 1 1 +v 3.331848 1.332707 -3.466369 1 1 1 +v 3.71958 1.332707 -3.492925 1 1 1 +v 3.341654 1.332707 -3.41734 1 1 1 +v 3.331848 1.632707 -3.466369 1 1 1 +v 3.709774 1.632707 -3.541955 1 1 1 +v 3.341654 1.632707 -3.41734 1 1 1 +v 3.71958 1.632707 -3.492925 1 1 1 +v 3.292625 1.382707 -3.407534 1 1 1 +v 3.282819 1.382707 -3.456563 1 1 1 +v 3.292625 1.582707 -3.407534 1 1 1 +v 3.282819 1.582707 -3.456563 1 1 1 +v 3.758803 1.382707 -3.55176 1 1 1 +v 3.768609 1.382707 -3.502731 1 1 1 +v 3.758803 1.582707 -3.55176 1 1 1 +v 3.768609 1.582707 -3.502731 1 1 1 +v -1.130444E-08 3.60442E-16 2.548004 1 1 1 +v 0.5459808 3.60442E-16 2.639001 1 1 1 +v -1.130444E-08 0.2 2.548004 1 1 1 +v 0.5459808 0.2 2.639001 1 1 1 +v 0.667636 0.2 2.760656 1 1 1 +v 0.667636 3.60442E-16 2.760656 1 1 1 +v 0.7586328 0.2 3.306637 1 1 1 +v 0.7586328 3.60442E-16 3.306637 1 1 1 +v -0.5459808 3.60442E-16 2.639001 1 1 1 +v -0.5459808 0.2 2.639001 1 1 1 +v -0.7586328 0.2 3.306637 1 1 1 +v -0.6676361 0.2 2.760656 1 1 1 +v -0.6676361 3.60442E-16 2.760656 1 1 1 +v -0.7586328 3.60442E-16 3.306637 1 1 1 +v 2 0.2 2.998004 1 1 1 +v 2 -5.136725E-19 2.998004 1 1 1 +v 2 -5.136725E-19 4 1 1 1 +v -2 -5.136725E-19 2.998004 1 1 1 +v -8.954693E-09 -5.136725E-19 2.798005 1 1 1 +v -2 0.2 2.998004 1 1 1 +v -8.954693E-09 0.2 2.798005 1 1 1 +v -2 -5.136725E-19 4 1 1 1 +v 2 3 4.000001 1 1 1 +v -2 3 4.000001 1 1 1 +v 2 3 3.600001 1 1 1 +v -5.197762E-14 3 3.400001 1 1 1 +v -2 3 3.600001 1 1 1 +v 2 0.9 4.000001 1 1 1 +v -2 0.9 4.000001 1 1 1 +v -2 0.9 3.600001 1 1 1 +v 2 0.9 3.600001 1 1 1 +v -1.072641 2.3578 3.507265 1 1 1 +v -1.072641 2.557801 3.507265 1 1 1 +v -1.122393 2.307801 3.51224 1 1 1 +v -1.122393 2.6078 3.51224 1 1 1 +v -0.7453319 2.097031 3.474534 1 1 1 +v -1.50589 2.307801 3.55059 1 1 1 +v -0.6955801 2.04703 3.469559 1 1 1 +v -1.128829 2.097031 3.512884 1 1 1 +v -1.178581 2.04703 3.517859 1 1 1 +v -1.178581 1.847031 3.517859 1 1 1 +v -0.6955801 1.847031 3.469559 1 1 1 +v -1.555642 2.3578 3.555565 1 1 1 +v -5.197762E-14 0.9 3.400001 1 1 1 +v -0.7453319 1.79703 3.474534 1 1 1 +v -1.128829 1.79703 3.512884 1 1 1 +v -1.50589 2.6078 3.55059 1 1 1 +v -1.555642 2.557801 3.555565 1 1 1 +v 1.466211 1.463198 3.546622 1 1 1 +v 1.466211 1.663198 3.546622 1 1 1 +v 1.416459 1.713198 3.541647 1 1 1 +v 1.416459 1.413198 3.541647 1 1 1 +v 1.032961 1.413198 3.503297 1 1 1 +v 0.9832096 1.463198 3.498322 1 1 1 +v 1.032961 1.713198 3.503297 1 1 1 +v 0.9832096 1.663198 3.498322 1 1 1 +v 1.032962 1.413198 3.503298 1 1 1 +v 1.416459 1.413198 3.541647 1 1 1 +v 1.037937 1.413198 3.453546 1 1 1 +v 1.421434 1.413198 3.491895 1 1 1 +v 1.416459 1.713198 3.541647 1 1 1 +v 1.032962 1.713198 3.503298 1 1 1 +v 1.421434 1.713198 3.491895 1 1 1 +v 1.037937 1.713198 3.453546 1 1 1 +v 1.471186 1.463198 3.496871 1 1 1 +v 1.466211 1.463198 3.546623 1 1 1 +v 1.471186 1.663198 3.496871 1 1 1 +v 1.466211 1.663198 3.546623 1 1 1 +v 0.9832098 1.463198 3.498322 1 1 1 +v 0.988185 1.463198 3.44857 1 1 1 +v 0.9832098 1.663198 3.498322 1 1 1 +v 0.988185 1.663198 3.44857 1 1 1 +v -1.505891 2.307801 3.550589 1 1 1 +v -1.122393 2.307801 3.512239 1 1 1 +v -1.510866 2.307801 3.500837 1 1 1 +v -1.127369 2.307801 3.462487 1 1 1 +v -1.122393 2.6078 3.512239 1 1 1 +v -1.505891 2.6078 3.550589 1 1 1 +v -1.127369 2.6078 3.462487 1 1 1 +v -1.510866 2.6078 3.500837 1 1 1 +v -1.077617 2.3578 3.457512 1 1 1 +v -1.072642 2.3578 3.507264 1 1 1 +v -1.077617 2.557801 3.457512 1 1 1 +v -1.072642 2.557801 3.507264 1 1 1 +v -1.555643 2.3578 3.555564 1 1 1 +v -1.560618 2.3578 3.505812 1 1 1 +v -1.555643 2.557801 3.555564 1 1 1 +v -1.560618 2.557801 3.505812 1 1 1 +v -0.7453316 1.79703 3.474535 1 1 1 +v -0.7503068 1.79703 3.424783 1 1 1 +v -1.128829 1.79703 3.512884 1 1 1 +v -1.133804 1.79703 3.463133 1 1 1 +v -0.7453316 2.097031 3.474535 1 1 1 +v -1.128829 2.097031 3.512884 1 1 1 +v -0.7503068 2.097031 3.424783 1 1 1 +v -1.133804 2.097031 3.463133 1 1 1 +v -0.700555 1.847031 3.419808 1 1 1 +v -0.6955798 1.847031 3.46956 1 1 1 +v -0.700555 2.04703 3.419808 1 1 1 +v -0.6955798 2.04703 3.469559 1 1 1 +v -1.178581 1.847031 3.51786 1 1 1 +v -1.183556 1.847031 3.468108 1 1 1 +v -1.178581 2.04703 3.51786 1 1 1 +v -1.183556 2.04703 3.468108 1 1 1 +v 1.130462E-08 3.609557E-16 -2.548004 1 1 1 +v -0.5459808 3.609557E-16 -2.639001 1 1 1 +v 1.130462E-08 0.2 -2.548004 1 1 1 +v -0.5459808 0.2 -2.639001 1 1 1 +v -0.667636 0.2 -2.760656 1 1 1 +v -0.667636 3.609557E-16 -2.760656 1 1 1 +v -0.7586328 0.2 -3.306637 1 1 1 +v -0.7586328 3.609557E-16 -3.306637 1 1 1 +v 0.5459808 3.609557E-16 -2.639001 1 1 1 +v 0.5459808 0.2 -2.639001 1 1 1 +v 0.7586328 0.2 -3.306637 1 1 1 +v 0.6676361 0.2 -2.760656 1 1 1 +v 0.6676361 3.609557E-16 -2.760656 1 1 1 +v 0.7586328 3.609557E-16 -3.306637 1 1 1 +v -2 0.2 -2.998004 1 1 1 +v -2 0 -2.998004 1 1 1 +v -2 0 -4 1 1 1 +v 2 0 -2.998004 1 1 1 +v 8.954982E-09 0 -2.798005 1 1 1 +v 8.954982E-09 0.2 -2.798005 1 1 1 +v 2 0 -4 1 1 1 +v -2 3 -4.000001 1 1 1 +v -2 3 -3.600001 1 1 1 +v 1.961956E-13 3 -3.400001 1 1 1 +v -2 0.9 -4.000001 1 1 1 +v -2 0.9 -3.600001 1 1 1 +v 1.072641 2.3578 -3.507265 1 1 1 +v 1.072641 2.557801 -3.507265 1 1 1 +v 1.122393 2.307801 -3.51224 1 1 1 +v 1.122393 2.6078 -3.51224 1 1 1 +v 0.7453319 2.097031 -3.474534 1 1 1 +v 1.50589 2.307801 -3.55059 1 1 1 +v 0.6955801 2.04703 -3.469559 1 1 1 +v 1.128829 2.097031 -3.512884 1 1 1 +v 1.178581 2.04703 -3.517859 1 1 1 +v 1.178581 1.847031 -3.517859 1 1 1 +v 0.6955801 1.847031 -3.469559 1 1 1 +v 1.555642 2.3578 -3.555565 1 1 1 +v 1.961956E-13 0.9 -3.400001 1 1 1 +v 0.7453319 1.79703 -3.474534 1 1 1 +v 1.128829 1.79703 -3.512884 1 1 1 +v 1.50589 2.6078 -3.55059 1 1 1 +v 1.555642 2.557801 -3.555565 1 1 1 +v -1.466211 1.463198 -3.546622 1 1 1 +v -1.466211 1.663198 -3.546622 1 1 1 +v -1.416459 1.713198 -3.541647 1 1 1 +v -1.416459 1.413198 -3.541647 1 1 1 +v -1.032961 1.413198 -3.503297 1 1 1 +v -0.9832096 1.463198 -3.498322 1 1 1 +v -1.032961 1.713198 -3.503297 1 1 1 +v -0.9832096 1.663198 -3.498322 1 1 1 +v -1.032962 1.413198 -3.503298 1 1 1 +v -1.416459 1.413198 -3.541647 1 1 1 +v -1.037937 1.413198 -3.453546 1 1 1 +v -1.421434 1.413198 -3.491895 1 1 1 +v -1.416459 1.713198 -3.541647 1 1 1 +v -1.032962 1.713198 -3.503298 1 1 1 +v -1.421434 1.713198 -3.491895 1 1 1 +v -1.037937 1.713198 -3.453546 1 1 1 +v -1.471186 1.463198 -3.496871 1 1 1 +v -1.466211 1.463198 -3.546623 1 1 1 +v -1.471186 1.663198 -3.496871 1 1 1 +v -1.466211 1.663198 -3.546623 1 1 1 +v -0.9832098 1.463198 -3.498322 1 1 1 +v -0.988185 1.463198 -3.44857 1 1 1 +v -0.9832098 1.663198 -3.498322 1 1 1 +v -0.988185 1.663198 -3.44857 1 1 1 +v 1.505891 2.307801 -3.550589 1 1 1 +v 1.122393 2.307801 -3.512239 1 1 1 +v 1.510866 2.307801 -3.500837 1 1 1 +v 1.127369 2.307801 -3.462487 1 1 1 +v 1.122393 2.6078 -3.512239 1 1 1 +v 1.505891 2.6078 -3.550589 1 1 1 +v 1.127369 2.6078 -3.462487 1 1 1 +v 1.510866 2.6078 -3.500837 1 1 1 +v 1.077617 2.3578 -3.457512 1 1 1 +v 1.072642 2.3578 -3.507264 1 1 1 +v 1.077617 2.557801 -3.457512 1 1 1 +v 1.072642 2.557801 -3.507264 1 1 1 +v 1.555643 2.3578 -3.555564 1 1 1 +v 1.560618 2.3578 -3.505812 1 1 1 +v 1.555643 2.557801 -3.555564 1 1 1 +v 1.560618 2.557801 -3.505812 1 1 1 +v 0.7453316 1.79703 -3.474535 1 1 1 +v 0.7503068 1.79703 -3.424783 1 1 1 +v 1.128829 1.79703 -3.512884 1 1 1 +v 1.133804 1.79703 -3.463133 1 1 1 +v 0.7453316 2.097031 -3.474535 1 1 1 +v 1.128829 2.097031 -3.512884 1 1 1 +v 0.7503068 2.097031 -3.424783 1 1 1 +v 1.133804 2.097031 -3.463133 1 1 1 +v 0.700555 1.847031 -3.419808 1 1 1 +v 0.6955798 1.847031 -3.46956 1 1 1 +v 0.700555 2.04703 -3.419808 1 1 1 +v 0.6955798 2.04703 -3.469559 1 1 1 +v 1.178581 1.847031 -3.51786 1 1 1 +v 1.183556 1.847031 -3.468108 1 1 1 +v 1.178581 2.04703 -3.51786 1 1 1 +v 1.183556 2.04703 -3.468108 1 1 1 +v -2.548006 3.60442E-16 3.39136E-08 1 1 1 +v -2.639003 3.60442E-16 0.5459809 1 1 1 +v -2.548006 0.2 3.39136E-08 1 1 1 +v -2.639003 0.2 0.5459809 1 1 1 +v -2.760658 0.2 0.6676361 1 1 1 +v -2.760658 3.60442E-16 0.6676361 1 1 1 +v -3.306639 0.2 0.7586329 1 1 1 +v -3.306639 3.60442E-16 0.7586329 1 1 1 +v -2.639003 3.60442E-16 -0.5459808 1 1 1 +v -2.639003 0.2 -0.5459808 1 1 1 +v -3.306639 0.2 -0.758633 1 1 1 +v -2.760658 0.2 -0.6676362 1 1 1 +v -2.760658 3.60442E-16 -0.6676362 1 1 1 +v -3.306639 3.60442E-16 -0.758633 1 1 1 +v -2.998007 0.2 2 1 1 1 +v -2.998007 -5.136725E-19 2 1 1 1 +v -4.000002 0.2 2 1 1 1 +v -4.000002 -5.136725E-19 2 1 1 1 +v -2.998006 -5.136725E-19 -2 1 1 1 +v -2.798007 -5.136725E-19 6.268979E-08 1 1 1 +v -2.998006 0.2 -2 1 1 1 +v -2.798007 0.2 6.268979E-08 1 1 1 +v -4.000001 -5.136725E-19 -2 1 1 1 +v -4.000001 0.2 -2 1 1 1 +v -3.999995 3 2.000008 1 1 1 +v -3.999995 3 -1.999993 1 1 1 +v -3.599995 3 2.000008 1 1 1 +v -3.399995 3 7.665158E-06 1 1 1 +v -3.599995 3 -1.999993 1 1 1 +v -3.999995 0.9 2.000008 1 1 1 +v -3.999995 0.9 -1.999993 1 1 1 +v -3.599995 0.9 -1.999993 1 1 1 +v -3.599995 0.9 2.000008 1 1 1 +v -3.507259 2.3578 -1.072633 1 1 1 +v -3.507259 2.557801 -1.072633 1 1 1 +v -3.512234 2.307801 -1.122385 1 1 1 +v -3.512234 2.6078 -1.122385 1 1 1 +v -3.474528 2.097031 -0.7453244 1 1 1 +v -3.550584 2.307801 -1.505883 1 1 1 +v -3.469553 2.04703 -0.6955725 1 1 1 +v -3.512878 2.097031 -1.128822 1 1 1 +v -3.517853 2.04703 -1.178574 1 1 1 +v -3.517853 1.847031 -1.178574 1 1 1 +v -3.469553 1.847031 -0.6955725 1 1 1 +v -3.555559 2.3578 -1.555635 1 1 1 +v -3.399995 0.9 7.665158E-06 1 1 1 +v -3.474528 1.79703 -0.7453244 1 1 1 +v -3.512878 1.79703 -1.128822 1 1 1 +v -3.550584 2.6078 -1.505883 1 1 1 +v -3.555559 2.557801 -1.555635 1 1 1 +v -3.546616 1.463198 1.466218 1 1 1 +v -3.546616 1.663198 1.466218 1 1 1 +v -3.541641 1.713198 1.416467 1 1 1 +v -3.541641 1.413198 1.416467 1 1 1 +v -3.503291 1.413198 1.032969 1 1 1 +v -3.498316 1.463198 0.9832173 1 1 1 +v -3.503291 1.713198 1.032969 1 1 1 +v -3.498316 1.663198 0.9832173 1 1 1 +v -3.503292 1.413198 1.032969 1 1 1 +v -3.541642 1.413198 1.416467 1 1 1 +v -3.45354 1.413198 1.037945 1 1 1 +v -3.49189 1.413198 1.421442 1 1 1 +v -3.541641 1.713198 1.416467 1 1 1 +v -3.503292 1.713198 1.032969 1 1 1 +v -3.49189 1.713198 1.421442 1 1 1 +v -3.45354 1.713198 1.037945 1 1 1 +v -3.496865 1.463198 1.471194 1 1 1 +v -3.546617 1.463198 1.466219 1 1 1 +v -3.496865 1.663198 1.471194 1 1 1 +v -3.546617 1.663198 1.466219 1 1 1 +v -3.498317 1.463198 0.9832175 1 1 1 +v -3.448565 1.463198 0.9881927 1 1 1 +v -3.498317 1.663198 0.9832175 1 1 1 +v -3.448565 1.663198 0.9881927 1 1 1 +v -3.550583 2.307801 -1.505885 1 1 1 +v -3.512233 2.307801 -1.122388 1 1 1 +v -3.500831 2.307801 -1.51086 1 1 1 +v -3.462481 2.307801 -1.127363 1 1 1 +v -3.512233 2.6078 -1.122388 1 1 1 +v -3.550583 2.6078 -1.505885 1 1 1 +v -3.462481 2.6078 -1.127363 1 1 1 +v -3.500831 2.6078 -1.51086 1 1 1 +v -3.457506 2.3578 -1.077611 1 1 1 +v -3.507258 2.3578 -1.072636 1 1 1 +v -3.457506 2.557801 -1.077611 1 1 1 +v -3.507258 2.557801 -1.072636 1 1 1 +v -3.555558 2.3578 -1.555637 1 1 1 +v -3.505806 2.3578 -1.560612 1 1 1 +v -3.555558 2.557801 -1.555637 1 1 1 +v -3.505806 2.557801 -1.560612 1 1 1 +v -3.474529 1.79703 -0.745324 1 1 1 +v -3.424777 1.79703 -0.7502992 1 1 1 +v -3.512879 1.79703 -1.128821 1 1 1 +v -3.463127 1.79703 -1.133797 1 1 1 +v -3.474529 2.097031 -0.745324 1 1 1 +v -3.512879 2.097031 -1.128821 1 1 1 +v -3.424777 2.097031 -0.7502992 1 1 1 +v -3.463127 2.097031 -1.133797 1 1 1 +v -3.419802 1.847031 -0.7005473 1 1 1 +v -3.469554 1.847031 -0.6955721 1 1 1 +v -3.419802 2.04703 -0.7005473 1 1 1 +v -3.469554 2.04703 -0.6955721 1 1 1 +v -3.517854 1.847031 -1.178573 1 1 1 +v -3.468102 1.847031 -1.183549 1 1 1 +v -3.517854 2.04703 -1.178573 1 1 1 +v -3.468102 2.04703 -1.183549 1 1 1 +v 4 3 4.000001 1 1 1 +v 4 3 3.600001 1 1 1 +v 3 3 3.400001 1 1 1 +v 3 0.9 3.400001 1 1 1 +v 4 0.9 4.000001 1 1 1 +v 4 0.9 3.600001 1 1 1 +v 4 0 4 1 1 1 +v 2 0 4 1 1 1 +v 4 0.2 4 1 1 1 +v 4 0.2 2.998004 1 1 1 +v 3 0.2 2.798005 1 1 1 +v 3 0 2.798005 1 1 1 +v 4 0 2.998004 1 1 1 +v 2 0 2.998004 1 1 1 +v 2.290226 1.332707 3.541955 1 1 1 +v 2.668152 1.332707 3.466369 1 1 1 +v 2.28042 1.332707 3.492925 1 1 1 +v 2.658346 1.332707 3.41734 1 1 1 +v 2.668152 1.632707 3.466369 1 1 1 +v 2.290226 1.632707 3.541955 1 1 1 +v 2.658346 1.632707 3.41734 1 1 1 +v 2.28042 1.632707 3.492925 1 1 1 +v 2.707375 1.382707 3.407534 1 1 1 +v 2.717181 1.382707 3.456563 1 1 1 +v 2.707375 1.582707 3.407534 1 1 1 +v 2.717181 1.582707 3.456563 1 1 1 +v 2.241197 1.382707 3.55176 1 1 1 +v 2.231391 1.382707 3.502731 1 1 1 +v 2.241197 1.582707 3.55176 1 1 1 +v 2.231391 1.582707 3.502731 1 1 1 +v -2.000002 3 4.000001 1 1 1 +v -4.000002 3 4.000001 1 1 1 +v -2.000002 3 3.600001 1 1 1 +v -3.000002 3 3.400001 1 1 1 +v -4.000002 3 3.600001 1 1 1 +v -4.000002 0.9 3.600001 1 1 1 +v -4.000002 0.9 4.000001 1 1 1 +v -3.000002 0.9 3.400001 1 1 1 +v -2.000002 0.9 4.000001 1 1 1 +v -2.000002 0.9 3.600001 1 1 1 +v -2.000002 0 4 1 1 1 +v -4.000002 0 4 1 1 1 +v -2.000002 0.2 4 1 1 1 +v -2.000002 0.2 2.998004 1 1 1 +v -3.000002 0.2 2.798005 1 1 1 +v -4.000002 0.2 2.998004 1 1 1 +v -3.000002 0 2.798005 1 1 1 +v -2.000002 0 2.998004 1 1 1 +v -4.000002 0 2.998004 1 1 1 +v -3.709776 1.332707 3.541955 1 1 1 +v -3.33185 1.332707 3.466369 1 1 1 +v -3.719582 1.332707 3.492925 1 1 1 +v -3.341656 1.332707 3.41734 1 1 1 +v -3.33185 1.632707 3.466369 1 1 1 +v -3.709776 1.632707 3.541955 1 1 1 +v -3.341656 1.632707 3.41734 1 1 1 +v -3.719582 1.632707 3.492925 1 1 1 +v -3.292627 1.382707 3.407534 1 1 1 +v -3.282821 1.382707 3.456563 1 1 1 +v -3.292627 1.582707 3.407534 1 1 1 +v -3.282821 1.582707 3.456563 1 1 1 +v -3.758805 1.382707 3.55176 1 1 1 +v -3.768611 1.382707 3.502731 1 1 1 +v -3.758805 1.582707 3.55176 1 1 1 +v -3.768611 1.582707 3.502731 1 1 1 +v 0.48375 3.3269 2.934478 1 1 1 +v 0.48375 2.9269 2.934478 1 1 1 +v 0.564375 3.3269 3.418228 1 1 1 +v 0.564375 2.9269 3.418228 1 1 1 +v 5.775291E-15 2.9269 3.982603 1 1 1 +v -0.48375 2.9269 3.901978 1 1 1 +v 5.775291E-15 3.3269 3.982603 1 1 1 +v -0.48375 3.3269 3.901978 1 1 1 +v 0.48375 2.9269 3.901978 1 1 1 +v 0.48375 3.3269 3.901978 1 1 1 +v -5.775291E-15 2.9269 2.853853 1 1 1 +v -5.775291E-15 3.3269 2.853853 1 1 1 +v -0.48375 2.9269 2.934478 1 1 1 +v -0.48375 3.3269 2.934478 1 1 1 +v -0.564375 2.9269 3.418228 1 1 1 +v -0.564375 3.3269 3.418228 1 1 1 +v -5.775291E-15 0.2 3.937453 1 1 1 +v -0.44505 0.2 3.863278 1 1 1 +v -5.775291E-15 0.6 3.937453 1 1 1 +v -0.44505 0.6 3.863278 1 1 1 +v -0.44505 0.2 2.973178 1 1 1 +v 0 0.2 2.899003 1 1 1 +v -0.44505 0.6 2.973178 1 1 1 +v 0 0.6 2.899003 1 1 1 +v 0.44505 0.2 3.863278 1 1 1 +v 0.44505 0.6 3.863278 1 1 1 +v 0.519225 0.6 3.418228 1 1 1 +v 0.519225 0.2 3.418228 1 1 1 +v 0.44505 0.6 2.973178 1 1 1 +v -0.519225 0.6 3.418228 1 1 1 +v -0.519225 0.2 3.418228 1 1 1 +v 0.44505 0.2 2.973178 1 1 1 +v -0.4375 2.9269 3.418228 1 1 1 +v -0.375 2.9269 3.793228 1 1 1 +v -0.35 0.6 3.418228 1 1 1 +v -0.3 0.6 3.718228 1 1 1 +v -0.375 2.9269 3.043228 1 1 1 +v -0.3 0.6 3.118228 1 1 1 +v 0 0.6 3.068228 1 1 1 +v 0.3 0.6 3.118228 1 1 1 +v 0 2.9269 2.980728 1 1 1 +v 0.375 2.9269 3.043228 1 1 1 +v 0.3 0.6 3.718228 1 1 1 +v 1.155058E-14 0.6 3.768228 1 1 1 +v 0.375 2.9269 3.793228 1 1 1 +v 0 2.9269 3.855728 1 1 1 +v 0.4375 2.9269 3.418228 1 1 1 +v 0.35 0.6 3.418228 1 1 1 +v -0.48375 3.3269 -2.934478 1 1 1 +v -0.48375 2.9269 -2.934478 1 1 1 +v -0.564375 3.3269 -3.418228 1 1 1 +v -0.564375 2.9269 -3.418228 1 1 1 +v -2.770853E-13 2.9269 -3.982603 1 1 1 +v 0.48375 2.9269 -3.901978 1 1 1 +v -2.770853E-13 3.3269 -3.982603 1 1 1 +v 0.48375 3.3269 -3.901978 1 1 1 +v -0.48375 2.9269 -3.901978 1 1 1 +v -0.48375 3.3269 -3.901978 1 1 1 +v 2.770853E-13 2.9269 -2.853853 1 1 1 +v 2.770853E-13 3.3269 -2.853853 1 1 1 +v 0.48375 2.9269 -2.934478 1 1 1 +v 0.48375 3.3269 -2.934478 1 1 1 +v 0.564375 2.9269 -3.418228 1 1 1 +v 0.564375 3.3269 -3.418228 1 1 1 +v -2.438299E-13 0.2 -3.937453 1 1 1 +v 0.44505 0.2 -3.863278 1 1 1 +v -2.438299E-13 0.6 -3.937453 1 1 1 +v 0.44505 0.6 -3.863278 1 1 1 +v 0.44505 0.2 -2.973178 1 1 1 +v 2.496052E-13 0.2 -2.899003 1 1 1 +v 0.44505 0.6 -2.973178 1 1 1 +v 2.496052E-13 0.6 -2.899003 1 1 1 +v -0.44505 0.2 -3.863278 1 1 1 +v -0.44505 0.6 -3.863278 1 1 1 +v -0.519225 0.6 -3.418228 1 1 1 +v -0.519225 0.2 -3.418228 1 1 1 +v -0.44505 0.6 -2.973178 1 1 1 +v 0.519225 0.6 -3.418228 1 1 1 +v 0.519225 0.2 -3.418228 1 1 1 +v -0.44505 0.2 -2.973178 1 1 1 +v 0.4375 2.9269 -3.418228 1 1 1 +v 0.375 2.9269 -3.793228 1 1 1 +v 0.35 0.6 -3.418228 1 1 1 +v 0.3 0.6 -3.718228 1 1 1 +v 0.375 2.9269 -3.043228 1 1 1 +v 0.3 0.6 -3.118228 1 1 1 +v 1.682543E-13 0.6 -3.068228 1 1 1 +v -0.3 0.6 -3.118228 1 1 1 +v 2.103179E-13 2.9269 -2.980728 1 1 1 +v -0.375 2.9269 -3.043228 1 1 1 +v -0.3 0.6 -3.718228 1 1 1 +v -1.798049E-13 0.6 -3.768228 1 1 1 +v -0.375 2.9269 -3.793228 1 1 1 +v -2.103179E-13 2.9269 -3.855728 1 1 1 +v -0.4375 2.9269 -3.418228 1 1 1 +v -0.35 0.6 -3.418228 1 1 1 +v -2.93448 3.3269 0.4837501 1 1 1 +v -2.93448 2.9269 0.4837501 1 1 1 +v -3.41823 3.3269 0.564375 1 1 1 +v -3.41823 2.9269 0.564375 1 1 1 +v -3.982605 2.9269 -6.727873E-08 1 1 1 +v -3.90198 2.9269 -0.4837501 1 1 1 +v -3.982605 3.3269 -6.727873E-08 1 1 1 +v -3.90198 3.3269 -0.4837501 1 1 1 +v -3.90198 2.9269 0.48375 1 1 1 +v -3.90198 3.3269 0.48375 1 1 1 +v -2.853855 2.9269 6.727873E-08 1 1 1 +v -2.853855 3.3269 6.727873E-08 1 1 1 +v -2.93448 2.9269 -0.48375 1 1 1 +v -2.93448 3.3269 -0.48375 1 1 1 +v -3.41823 2.9269 -0.564375 1 1 1 +v -3.41823 3.3269 -0.564375 1 1 1 +v -3.937455 0.2 -6.189645E-08 1 1 1 +v -3.86328 0.2 -0.4450501 1 1 1 +v -3.937455 0.6 -6.189645E-08 1 1 1 +v -3.86328 0.6 -0.4450501 1 1 1 +v -2.97318 0.2 -0.44505 1 1 1 +v -2.899005 0.2 6.189644E-08 1 1 1 +v -2.97318 0.6 -0.44505 1 1 1 +v -2.899005 0.6 6.189644E-08 1 1 1 +v -3.86328 0.2 0.44505 1 1 1 +v -3.86328 0.6 0.44505 1 1 1 +v -3.41823 0.6 0.5192251 1 1 1 +v -3.41823 0.2 0.5192251 1 1 1 +v -2.97318 0.6 0.4450501 1 1 1 +v -3.41823 0.6 -0.5192251 1 1 1 +v -3.41823 0.2 -0.5192251 1 1 1 +v -2.97318 0.2 0.4450501 1 1 1 +v -3.41823 2.9269 -0.4375001 1 1 1 +v -3.79323 2.9269 -0.3750001 1 1 1 +v -3.41823 0.6 -0.35 1 1 1 +v -3.71823 0.6 -0.3000001 1 1 1 +v -3.04323 2.9269 -0.375 1 1 1 +v -3.11823 0.6 -0.3 1 1 1 +v -3.06823 0.6 4.172325E-08 1 1 1 +v -3.11823 0.6 0.3000001 1 1 1 +v -2.98073 2.9269 5.215406E-08 1 1 1 +v -3.04323 2.9269 0.3750001 1 1 1 +v -3.71823 0.6 0.3 1 1 1 +v -3.76823 0.6 -4.172324E-08 1 1 1 +v -3.79323 2.9269 0.375 1 1 1 +v -3.85573 2.9269 -5.215406E-08 1 1 1 +v -3.41823 2.9269 0.4375001 1 1 1 +v -3.41823 0.6 0.35 1 1 1 + +vn -0.5202672 0.7994348 -0.3003764 +vn 0.3003764 0.7994348 -0.5202672 +vn -0.3003764 0.7994348 0.5202672 +vn 0.5202672 0.7994348 0.3003764 +vn 0.3003764 -0.7994348 -0.5202672 +vn -0.3003764 -0.7994348 0.5202672 +vn 0.5202672 -0.7994348 0.3003764 +vn -0.5202672 -0.7994348 -0.3003764 +vn 0.4082483 0.5773503 0.7071068 +vn -0.7071068 0.5773503 0.4082483 +vn 0.3003764 0.7994348 0.5202672 +vn -0.5202672 0.7994348 0.3003764 +vn -0.3003764 -0.7994348 -0.5202672 +vn 0.7071068 -0.5773503 -0.4082483 +vn -0.4082483 -0.5773503 -0.7071068 +vn 0.5202672 -0.7994348 -0.3003764 +vn 0.7071068 0.5773503 0.4082482 +vn -0.4082482 0.5773503 0.7071068 +vn 0.4082482 -0.5773503 -0.7071068 +vn -0.7071068 -0.5773503 -0.4082482 +vn -0.7071068 0.5773503 -0.4082482 +vn 0.7071068 -0.5773503 0.4082482 +vn -0.4082483 0.5773503 -0.7071068 +vn -0.3003764 0.7994348 -0.5202672 +vn 0.4082483 -0.5773503 0.7071068 +vn 0.3003764 -0.7994348 0.5202672 +vn 0.7071068 0.5773503 -0.4082483 +vn 0.5202672 0.7994348 -0.3003764 +vn -0.7071068 -0.5773503 0.4082483 +vn -0.5202672 -0.7994348 0.3003764 +vn 0.4082482 0.5773503 -0.7071068 +vn -0.4082482 -0.5773503 0.7071068 +vn 4.807266E-13 0 1 +vn -0.1961161 0 0.9805807 +vn -4.807266E-13 0 -1 +vn 0.1961161 0 -0.9805807 +vn 0 1 0 +vn 0 -1 0 +vn 1 0 -4.807266E-13 +vn -1 0 4.807266E-13 +vn 0.1961161 0 0.9805807 +vn -0.1961161 0 -0.9805807 +vn -0.3003765 0.7994348 0.5202672 +vn -0.5202672 0.7994348 -0.3003765 +vn 0.5202672 0.7994348 0.3003765 +vn 0.3003765 0.7994348 -0.5202672 +vn -0.5202672 -0.7994348 -0.3003765 +vn 0.5202672 -0.7994348 0.3003765 +vn 0.3003765 -0.7994348 -0.5202672 +vn -0.3003765 -0.7994348 0.5202672 +vn 0.7071069 0.5773503 -0.4082482 +vn 0.4082482 0.5773503 0.7071069 +vn 0.5202673 0.7994348 -0.3003764 +vn 0.3003764 0.7994348 0.5202673 +vn -0.5202673 -0.7994348 0.3003764 +vn -0.4082482 -0.5773503 -0.7071069 +vn -0.7071069 -0.5773503 0.4082482 +vn -0.3003764 -0.7994348 -0.5202673 +vn 0.4082484 0.5773503 -0.7071068 +vn 0.7071068 0.5773503 0.4082484 +vn -0.7071068 -0.5773503 -0.4082484 +vn -0.4082484 -0.5773503 0.7071068 +vn -0.4082484 0.5773503 0.7071068 +vn 0.4082484 -0.5773503 -0.7071068 +vn -0.7071069 0.5773503 0.4082482 +vn -0.5202673 0.7994348 0.3003764 +vn 0.7071069 -0.5773503 -0.4082482 +vn 0.5202673 -0.7994348 -0.3003764 +vn -0.4082482 0.5773503 -0.7071069 +vn -0.3003764 0.7994348 -0.5202673 +vn 0.4082482 -0.5773503 0.7071069 +vn 0.3003764 -0.7994348 0.5202673 +vn -0.7071068 0.5773503 -0.4082484 +vn 0.7071068 -0.5773503 0.4082484 +vn 1 0 1.192093E-07 +vn 0.9805808 0 0.1961163 +vn -1 0 -1.192093E-07 +vn -0.9805808 0 -0.1961163 +vn 1.192093E-07 0 -1 +vn -1.192093E-07 0 1 +vn 0.9805808 0 -0.1961161 +vn -0.9805808 0 0.1961161 +vn -0.7071068 0.5773503 -0.4082483 +vn -0.4082483 0.5773503 0.7071068 +vn 0.4082483 -0.5773503 -0.7071068 +vn 0.7071068 -0.5773503 0.4082483 +vn 0.7071068 0.5773503 0.4082483 +vn -0.7071068 -0.5773503 -0.4082483 +vn -0.6666667 0.3333333 -0.6666667 +vn -0.5033765 0.7022992 -0.5033765 +vn -0.6666667 0.3333333 0.6666667 +vn -0.5033765 0.7022992 0.5033765 +vn 0.6666667 -0.3333333 -0.6666667 +vn 0.5033765 -0.7022992 0.5033765 +vn 0.6666667 -0.3333333 0.6666667 +vn 0.5033765 -0.7022992 -0.5033765 +vn 0.5033765 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 0.5033765 +vn -0.5033765 -0.7022992 -0.5033765 +vn -0.5033765 -0.7022992 0.5033765 +vn 0.6666667 0.3333333 0.6666667 +vn -0.6666667 -0.3333333 -0.6666667 +vn 0.6666667 0.3333333 -0.6666667 +vn -0.6666667 -0.3333333 0.6666667 +vn 0.4082483 0.5773503 -0.7071068 +vn -0.4082483 -0.5773503 0.7071068 +vn 0.4245382 0.9054101 0 +vn 0 0.9054101 0.4245382 +vn 0 0.9054101 -0.4245382 +vn -0.4245382 0.9054101 0 +vn 0 -0.9054101 0.4245382 +vn 0 -0.9054101 -0.4245382 +vn -0.4245382 -0.9054101 0 +vn 0.4245382 -0.9054101 0 +vn 0 0.8164966 -0.5773503 +vn -0.5773503 0.8164966 0 +vn 0 -0.8164966 0.5773503 +vn 0.5773503 -0.8164966 0 +vn 0.2886751 0.8164966 -0.5 +vn 0.2122691 0.90541 -0.3676609 +vn -0.5 0.8164966 -0.2886751 +vn -0.3676609 0.90541 -0.2122691 +vn 0.5 -0.8164966 0.2886751 +vn -0.2122691 -0.90541 0.3676609 +vn -0.2886751 -0.8164966 0.5 +vn 0.3676609 -0.90541 0.2122691 +vn 0.5773503 0.8164966 0 +vn -0.5773503 -0.8164966 0 +vn 0 0.8164966 0.5773503 +vn 0 -0.8164966 -0.5773503 +vn 0.5 0.8164966 0.2886751 +vn -0.2886751 0.8164966 0.5 +vn 0.3676609 0.90541 0.2122691 +vn -0.2122691 0.90541 0.3676609 +vn -0.3676609 -0.90541 -0.2122691 +vn 0.2886751 -0.8164966 -0.5 +vn -0.5 -0.8164966 -0.2886751 +vn 0.2122691 -0.90541 -0.3676609 +vn -0.09950371 0 -0.9950371 +vn 0 0 -1 +vn 0.09950371 0 0.9950371 +vn 0 0 1 +vn 0.09950371 0 -0.9950371 +vn -0.09950371 0 0.9950371 +vn 1 0 0 +vn -1 0 0 +vn -0.4245382 0.9054101 2.040868E-13 +vn -2.040868E-13 0.9054101 -0.4245382 +vn 2.040868E-13 0.9054101 0.4245382 +vn 0.4245382 0.9054101 -2.040868E-13 +vn -2.040868E-13 -0.9054101 -0.4245382 +vn 2.040868E-13 -0.9054101 0.4245382 +vn 0.4245382 -0.9054101 -2.040868E-13 +vn -0.4245382 -0.9054101 2.040868E-13 +vn 2.775476E-13 0.8164966 0.5773503 +vn 0.5773503 0.8164966 -2.775476E-13 +vn -2.775476E-13 -0.8164966 -0.5773503 +vn -0.5773503 -0.8164966 2.775476E-13 +vn -0.5773503 0.8164966 2.775476E-13 +vn 0.5773503 -0.8164966 -2.775476E-13 +vn -2.775476E-13 0.8164966 -0.5773503 +vn 2.775476E-13 -0.8164966 0.5773503 +vn 0.4082484 0.5773503 -0.7071068 +vn -0.7071068 0.5773503 -0.4082484 +vn 0.7071068 -0.5773503 0.4082484 +vn -0.4082484 -0.5773503 0.7071068 +vn -0.4082484 0.5773503 0.7071068 +vn 0.4082484 -0.5773503 -0.7071068 +vn 0.6666668 0.3333333 -0.6666667 +vn 0.5033766 0.7022992 -0.5033765 +vn -0.6666667 0.3333333 -0.6666668 +vn -0.5033765 0.7022992 -0.5033766 +vn 0.6666667 -0.3333333 0.6666668 +vn -0.5033766 -0.7022992 0.5033765 +vn -0.6666668 -0.3333333 0.6666667 +vn 0.5033765 -0.7022992 0.5033766 +vn 0.5033765 0.7022992 0.5033766 +vn -0.5033766 0.7022992 0.5033765 +vn 0.5033766 -0.7022992 -0.5033765 +vn -0.5033765 -0.7022992 -0.5033766 +vn -0.6666668 0.3333333 0.6666667 +vn 0.6666668 -0.3333333 -0.6666667 +vn 0.6666667 0.3333333 0.6666668 +vn -0.6666667 -0.3333333 -0.6666668 +vn 0.7071068 0.5773503 0.4082484 +vn -0.7071068 -0.5773503 -0.4082484 +vn -5.06089E-08 0.9054101 0.4245383 +vn -0.4245383 0.9054101 -5.06089E-08 +vn 0.4245383 0.9054101 5.06089E-08 +vn 5.06089E-08 0.9054101 -0.4245383 +vn -0.4245383 -0.9054101 -5.06089E-08 +vn 0.4245383 -0.9054101 5.06089E-08 +vn 5.06089E-08 -0.9054101 -0.4245383 +vn -5.06089E-08 -0.9054101 0.4245383 +vn 0.5773503 0.8164966 6.882551E-08 +vn 6.882551E-08 0.8164966 -0.5773503 +vn -0.5773503 -0.8164966 -6.882551E-08 +vn -6.882551E-08 -0.8164966 0.5773503 +vn 0.5 0.8164966 0.2886752 +vn 0.3676609 0.90541 0.2122692 +vn 0.2886752 0.8164966 -0.5 +vn 0.2122692 0.90541 -0.3676609 +vn -0.2886752 -0.8164966 0.5 +vn -0.3676609 -0.90541 -0.2122692 +vn -0.5 -0.8164966 -0.2886752 +vn -0.2122692 -0.90541 0.3676609 +vn -6.882551E-08 0.8164966 0.5773503 +vn 6.882551E-08 -0.8164966 -0.5773503 +vn -0.5773503 0.8164966 -6.882551E-08 +vn 0.5773503 -0.8164966 6.882551E-08 +vn -0.2886752 0.8164966 0.5 +vn -0.5 0.8164966 -0.2886752 +vn -0.2122692 0.90541 0.3676609 +vn -0.3676609 0.90541 -0.2122692 +vn 0.2122692 -0.90541 -0.3676609 +vn 0.5 -0.8164966 0.2886752 +vn 0.2886752 -0.8164966 -0.5 +vn 0.3676609 -0.90541 0.2122692 +vn 0.9950373 0 -0.09950361 +vn -0.9950373 0 0.09950361 +vn 0.9950373 0 0.09950384 +vn -0.9950373 0 -0.09950384 +vn -0.1961161 0 0.9805807 +vn 0.1961161 0 -0.9805807 +vn 0.1961162 0 0.9805807 +vn -0.1961162 0 -0.9805807 +vn 0.375252 -0.9238795 -0.07505035 +vn -0.375252 -0.9238795 0.07505045 +vn -0.375252 0.9238795 0.07505035 +vn 0.375252 0.9238795 -0.07505045 +vn -0.9059384 -0.3826834 0.1811877 +vn -0.9059384 0.3826834 0.1811877 +vn 0.9059384 -0.3826834 -0.1811877 +vn 0.9059384 0.3826834 -0.1811877 +vn 0.1961161 5.960464E-08 0.9805807 +vn -0.1961161 -5.960464E-08 -0.9805807 +vn 0.9805808 0 0.1961162 +vn -0.9805808 0 -0.1961162 +vn 0.9805808 0 -0.1961161 +vn -0.9805808 0 0.1961161 +vn -0.07505032 -0.9238795 -0.375252 +vn 0.07505042 -0.9238795 0.375252 +vn 0.07505032 0.9238795 0.375252 +vn -0.07505042 0.9238795 -0.375252 +vn 0.1811876 -0.3826834 0.9059385 +vn 0.1811876 0.3826834 0.9059385 +vn -0.1811876 -0.3826834 -0.9059385 +vn -0.1811876 0.3826834 -0.9059385 +vn 0.9805808 5.960464E-08 -0.1961161 +vn -0.9805808 -5.960464E-08 0.1961161 +vn 0.4575815 0 -0.8891677 +vn -0.4575815 0 0.8891677 +vn 0.8891677 0 -0.4575816 +vn 0.986394 0 -0.164399 +vn -0.986394 0 0.164399 +vn -0.8891677 0 0.4575816 +vn -0.4575816 0 -0.8891677 +vn 0.4575816 0 0.8891677 +vn -0.8891677 0 -0.4575815 +vn -0.986394 0 -0.164399 +vn 0.986394 0 0.164399 +vn 0.8891677 0 0.4575815 +vn -0.09950373 0 -0.9950371 +vn 0.09950373 0 0.9950371 +vn 0.0995037 0 -0.9950371 +vn -0.0995037 0 0.9950371 +vn -0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 -0.9238796 0.03807854 +vn 0.3807842 0.9238796 0.03807832 +vn -0.3807842 0.9238796 -0.03807854 +vn 0.9192945 -0.3826835 0.0919295 +vn 0.9192945 0.3826835 0.09192941 +vn -0.9192945 -0.3826835 -0.09192941 +vn -0.9192945 0.3826835 -0.0919295 +vn 0.09950373 -1.192093E-07 -0.9950373 +vn -0.09950373 1.192093E-07 0.9950373 +vn -0.3807842 -0.9238796 0.03807854 +vn 0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 0.9238796 -0.03807854 +vn -0.3807842 0.9238796 0.03807832 +vn 0.9192945 -0.3826835 -0.09192941 +vn 0.9192945 0.3826835 -0.0919295 +vn -0.9192945 -0.3826835 0.0919295 +vn -0.9192945 0.3826835 0.09192941 +vn -0.09950373 -1.192093E-07 -0.9950373 +vn 0.09950373 1.192093E-07 0.9950373 +vn 0.3807842 -0.9238796 0.03807832 +vn -0.3807842 -0.9238796 -0.03807854 +vn -0.3807842 0.9238796 -0.03807832 +vn 0.3807842 0.9238796 0.03807854 +vn -0.9192945 -0.3826835 -0.0919295 +vn -0.9192945 0.3826835 -0.09192941 +vn 0.9192945 -0.3826835 0.09192941 +vn 0.9192945 0.3826835 0.0919295 +vn -0.09950373 -1.192093E-07 0.9950373 +vn 0.09950373 1.192093E-07 -0.9950373 +vn 0.3807842 -0.9238796 -0.03807854 +vn -0.3807842 -0.9238796 0.03807832 +vn -0.3807842 0.9238796 0.03807854 +vn 0.3807842 0.9238796 -0.03807832 +vn -0.9192945 -0.3826835 0.09192941 +vn -0.9192945 0.3826835 0.0919295 +vn 0.9192945 -0.3826835 -0.0919295 +vn 0.9192945 0.3826835 -0.09192941 +vn 0.09950373 -1.192093E-07 0.9950373 +vn -0.09950373 1.192093E-07 -0.9950373 +vn 0.8891677 0 0.4575817 +vn -0.8891677 0 -0.4575817 +vn 0.4575815 0 0.8891678 +vn 0.1643989 0 0.9863941 +vn -0.1643989 0 -0.9863941 +vn -0.4575815 0 -0.8891678 +vn 0.8891678 0 -0.4575815 +vn -0.8891678 0 0.4575815 +vn 0.4575817 0 -0.8891677 +vn 0.1643991 0 -0.9863941 +vn -0.1643991 0 0.9863941 +vn -0.4575817 0 0.8891677 +vn 0.9950373 0 -0.09950362 +vn -0.9950373 0 0.09950362 +vn 0.9950373 0 0.09950384 +vn -0.9950373 0 -0.09950384 +vn 0.03807837 -0.9238796 -0.3807843 +vn -0.03807859 -0.9238796 0.3807843 +vn -0.03807837 0.9238796 0.3807843 +vn 0.03807859 0.9238796 -0.3807843 +vn -0.09192962 -0.3826835 0.9192946 +vn -0.09192953 0.3826835 0.9192946 +vn 0.09192953 -0.3826835 -0.9192946 +vn 0.09192962 0.3826835 -0.9192946 +vn 0.9950374 -1.192093E-07 0.09950386 +vn -0.9950374 1.192093E-07 -0.09950386 +vn -0.0380785 -0.9238796 -0.3807843 +vn 0.03807827 -0.9238796 0.3807843 +vn 0.0380785 0.9238796 0.3807843 +vn -0.03807827 0.9238796 -0.3807843 +vn 0.09192931 -0.3826835 0.9192946 +vn 0.0919294 0.3826835 0.9192946 +vn -0.0919294 -0.3826835 -0.9192946 +vn -0.09192931 0.3826835 -0.9192946 +vn 0.9950374 -1.192093E-07 -0.09950362 +vn -0.9950374 1.192093E-07 0.09950362 +vn -0.375252 -0.9238795 0.07505035 +vn 0.375252 -0.9238795 -0.07505045 +vn 0.375252 0.9238795 -0.07505035 +vn -0.375252 0.9238795 0.07505045 +vn 0.9059384 -0.3826834 -0.1811877 +vn 0.9059384 0.3826834 -0.1811877 +vn -0.9059384 -0.3826834 0.1811877 +vn -0.9059384 0.3826834 0.1811877 +vn -0.1961161 5.960464E-08 -0.9805807 +vn 0.1961161 -5.960464E-08 0.9805807 +vn 0.986394 0 -0.164399 +vn -0.986394 0 0.164399 +vn -0.164399 0 0.986394 +vn 0.164399 0 -0.986394 +vn 0.164399 0 0.986394 +vn -0.164399 0 -0.986394 +vn -0.986394 0 -0.164399 +vn 0.986394 0 0.164399 +vn -0.9992937 -0.03757711 0 +vn -0.985716 -0.03706655 0.164286 +vn 0.9992937 0.03757711 0 +vn 0.985716 0.03706655 -0.164286 +vn -0.985716 -0.03706655 -0.164286 +vn 0.985716 0.03706655 0.164286 +vn 0 -0.03757711 -0.9992937 +vn 0.164286 -0.03706655 -0.985716 +vn 0 0.03757711 0.9992937 +vn -0.164286 0.03706655 0.985716 +vn 0.164286 -0.03706655 0.985716 +vn 0 -0.03757711 0.9992937 +vn -0.164286 0.03706655 -0.985716 +vn 0 0.03757711 -0.9992937 +vn 0.985716 -0.03706655 -0.164286 +vn 0.9992937 -0.03757711 0 +vn -0.9992937 0.03757711 0 +vn -0.985716 0.03706655 0.164286 +vn 0.985716 -0.03706655 0.164286 +vn -0.985716 0.03706655 -0.164286 +vn -0.164286 -0.03706655 -0.985716 +vn 0.164286 0.03706655 0.985716 +vn -0.164286 -0.03706655 0.985716 +vn 0.164286 0.03706655 -0.985716 +vn 0.9992937 -0.03757711 -4.803871E-13 +vn -0.9992937 0.03757711 4.803871E-13 +vn 4.803871E-13 -0.03757711 0.9992937 +vn -4.803871E-13 0.03757711 -0.9992937 +vn -4.803871E-13 -0.03757711 -0.9992937 +vn 4.803871E-13 0.03757711 0.9992937 +vn -0.9992937 -0.03757711 4.803871E-13 +vn 0.9992937 0.03757711 -4.803871E-13 +vn 0.1643989 0 0.9863941 +vn -0.1643989 0 -0.9863941 +vn -0.9863941 0 -0.1643991 +vn 0.9863941 0 0.1643991 +vn -0.9863941 0 0.1643989 +vn 0.9863941 0 -0.1643989 +vn 0.1643991 0 -0.9863941 +vn -0.1643991 0 0.9863941 +vn 1.191251E-07 -0.03757711 -0.9992938 +vn -0.1642859 -0.03706655 -0.9857162 +vn -1.191251E-07 0.03757711 0.9992938 +vn 0.1642859 0.03706655 0.9857162 +vn 0.1642862 -0.03706655 -0.9857162 +vn -0.1642862 0.03706655 0.9857162 +vn 0.9992938 -0.03757711 1.191251E-07 +vn 0.9857162 -0.03706655 0.1642862 +vn -0.9992938 0.03757711 -1.191251E-07 +vn -0.9857162 0.03706655 -0.1642862 +vn -0.9857162 -0.03706655 0.1642859 +vn -0.9992938 -0.03757711 -1.191251E-07 +vn 0.9857162 0.03706655 -0.1642859 +vn 0.9992938 0.03757711 1.191251E-07 +vn 0.1642859 -0.03706655 0.9857162 +vn -1.191251E-07 -0.03757711 0.9992938 +vn 1.191251E-07 0.03757711 -0.9992938 +vn -0.1642859 0.03706655 -0.9857162 +vn -0.1642862 -0.03706655 0.9857162 +vn 0.1642862 0.03706655 -0.9857162 +vn 0.9857162 -0.03706655 -0.1642859 +vn -0.9857162 0.03706655 0.1642859 +vn -0.9857162 -0.03706655 -0.1642862 +vn 0.9857162 0.03706655 0.1642862 + +vt 0.09375 0.065 +vt 0.09375 0.025 +vt 0.09375 0.105 +vt 0.09375 0.225 +vt 0.34375 0.225 +vt 0.34375 0.025 +vt 0.34375 0.105 +vt 0.34375 0.075 +vt 0.34375 0.175 +vt 0.34375 0.1638381 +vt 0.34375 0.1828858 +vt 0.34375 0.1590762 +vt 0.34375 0.1876477 +vt 0.34375 0.1390029 +vt 0.34375 0.134241 +vt 0.34375 0.1151934 +vt 0.34375 0.1104315 +vt 0.34375 0.07863793 +vt 0.34375 0.09768555 +vt 0.34375 0.1024475 +vt 0.34375 0.07387602 +vt 0.21875 0.225 +vt 0.21875 0.145 +vt 0.21875 0.075 +vt 0.21875 0.175 + +usemtl colormap + +f 3/1/3 2/1/2 1/1/1 +f 2/1/2 3/1/3 4/1/4 +f 1/1/7 2/1/6 3/1/5 +f 4/1/8 3/1/5 2/1/6 +f 7/3/11 6/2/10 5/2/9 +f 6/2/10 7/3/11 8/3/12 +f 5/2/15 6/2/14 7/3/13 +f 8/3/16 7/3/13 6/2/14 +f 4/1/4 10/2/18 9/2/17 +f 10/2/18 4/1/4 3/1/3 +f 9/2/20 10/2/19 4/1/8 +f 3/1/5 4/1/8 10/2/19 +f 3/1/3 11/2/21 10/2/18 +f 11/2/21 3/1/3 1/1/1 +f 10/2/19 11/2/22 3/1/5 +f 1/1/7 3/1/5 11/2/22 +f 8/3/12 12/2/23 6/2/10 +f 12/2/23 8/3/12 13/3/24 +f 6/2/14 12/2/25 8/3/16 +f 13/3/26 8/3/16 12/2/25 +f 14/2/27 7/3/11 5/2/9 +f 7/3/11 14/2/27 15/3/28 +f 5/2/15 7/3/13 14/2/29 +f 15/3/30 14/2/29 7/3/13 +f 16/2/31 4/1/4 9/2/17 +f 4/1/4 16/2/31 2/1/2 +f 9/2/20 4/1/8 16/2/32 +f 2/1/6 16/2/32 4/1/8 +f 1/1/1 16/2/31 11/2/21 +f 16/2/31 1/1/1 2/1/2 +f 11/2/22 16/2/32 1/1/7 +f 2/1/6 1/1/7 16/2/32 +f 7/3/11 13/3/24 8/3/12 +f 13/3/24 7/3/11 15/3/28 +f 8/3/16 13/3/26 7/3/13 +f 15/3/30 7/3/13 13/3/26 +f 13/3/24 14/2/27 12/2/23 +f 14/2/27 13/3/24 15/3/28 +f 12/2/25 14/2/29 13/3/26 +f 15/3/30 13/3/26 14/2/29 +f 19/4/33 18/2/34 17/2/33 +f 18/2/34 19/4/33 20/4/34 +f 17/2/35 18/2/36 19/4/35 +f 20/4/36 19/4/35 18/2/36 +f 20/4/37 22/4/37 21/4/37 +f 22/4/37 20/4/37 19/4/37 +f 22/4/37 19/4/37 23/4/37 +f 21/4/38 22/4/38 20/4/38 +f 19/4/38 20/4/38 22/4/38 +f 23/4/38 19/4/38 22/4/38 +f 25/2/39 23/4/39 24/2/39 +f 23/4/39 25/2/39 22/4/39 +f 24/2/40 23/4/40 25/2/40 +f 22/4/40 25/2/40 23/4/40 +f 21/4/35 25/2/35 26/2/35 +f 25/2/35 21/4/35 22/4/35 +f 26/2/33 25/2/33 21/4/33 +f 22/4/33 21/4/33 25/2/33 +f 21/4/40 18/2/40 20/4/40 +f 18/2/40 21/4/40 26/2/40 +f 20/4/39 18/2/39 21/4/39 +f 26/2/39 21/4/39 18/2/39 +f 23/4/41 17/2/33 24/2/41 +f 17/2/33 23/4/41 19/4/33 +f 24/2/42 17/2/35 23/4/42 +f 19/4/35 23/4/42 17/2/35 +f 29/1/45 28/1/44 27/1/43 +f 28/1/44 29/1/45 30/1/46 +f 27/1/49 28/1/48 29/1/47 +f 30/1/50 29/1/47 28/1/48 +f 33/3/53 32/2/52 31/2/51 +f 32/2/52 33/3/53 34/3/54 +f 31/2/57 32/2/56 33/3/55 +f 34/3/58 33/3/55 32/2/56 +f 30/1/46 36/2/60 35/2/59 +f 36/2/60 30/1/46 29/1/45 +f 35/2/62 36/2/61 30/1/50 +f 29/1/47 30/1/50 36/2/61 +f 29/1/45 37/2/63 36/2/60 +f 37/2/63 29/1/45 27/1/43 +f 36/2/61 37/2/64 29/1/47 +f 27/1/49 29/1/47 37/2/64 +f 34/3/54 38/2/65 32/2/52 +f 38/2/65 34/3/54 39/3/66 +f 32/2/56 38/2/67 34/3/58 +f 39/3/68 34/3/58 38/2/67 +f 40/2/69 33/3/53 31/2/51 +f 33/3/53 40/2/69 41/3/70 +f 31/2/57 33/3/55 40/2/71 +f 41/3/72 40/2/71 33/3/55 +f 42/2/73 30/1/46 35/2/59 +f 30/1/46 42/2/73 28/1/44 +f 35/2/62 30/1/50 42/2/74 +f 28/1/48 42/2/74 30/1/50 +f 27/1/43 42/2/73 37/2/63 +f 42/2/73 27/1/43 28/1/44 +f 37/2/64 42/2/74 27/1/49 +f 28/1/48 27/1/49 42/2/74 +f 33/3/53 39/3/66 34/3/54 +f 39/3/66 33/3/53 41/3/70 +f 34/3/58 39/3/68 33/3/55 +f 41/3/72 33/3/55 39/3/68 +f 39/3/66 40/2/69 38/2/65 +f 40/2/69 39/3/66 41/3/70 +f 38/2/67 40/2/71 39/3/68 +f 41/3/72 39/3/68 40/2/71 +f 45/4/75 44/2/76 43/2/75 +f 44/2/76 45/4/75 46/4/76 +f 43/2/77 44/2/78 45/4/77 +f 46/4/78 45/4/77 44/2/78 +f 46/4/37 48/4/37 47/4/37 +f 48/4/37 46/4/37 45/4/37 +f 48/4/37 45/4/37 49/4/37 +f 47/4/38 48/4/38 46/4/38 +f 45/4/38 46/4/38 48/4/38 +f 49/4/38 45/4/38 48/4/38 +f 51/2/79 49/4/79 50/2/79 +f 49/4/79 51/2/79 48/4/79 +f 50/2/80 49/4/80 51/2/80 +f 48/4/80 51/2/80 49/4/80 +f 47/4/77 51/2/77 52/2/77 +f 51/2/77 47/4/77 48/4/77 +f 52/2/75 51/2/75 47/4/75 +f 48/4/75 47/4/75 51/2/75 +f 47/4/80 44/2/80 46/4/80 +f 44/2/80 47/4/80 52/2/80 +f 46/4/79 44/2/79 47/4/79 +f 52/2/79 47/4/79 44/2/79 +f 49/4/81 43/2/75 50/2/81 +f 43/2/75 49/4/81 45/4/75 +f 50/2/82 43/2/77 49/4/82 +f 45/4/77 49/4/82 43/2/77 +f 55/1/45 54/1/44 53/1/43 +f 54/1/44 55/1/45 56/1/46 +f 53/1/49 54/1/48 55/1/47 +f 56/1/50 55/1/47 54/1/48 +f 59/3/53 58/2/52 57/2/51 +f 58/2/52 59/3/53 60/3/54 +f 57/2/57 58/2/56 59/3/55 +f 60/3/58 59/3/55 58/2/56 +f 56/1/46 62/2/60 61/2/59 +f 62/2/60 56/1/46 55/1/45 +f 61/2/62 62/2/61 56/1/50 +f 55/1/47 56/1/50 62/2/61 +f 55/1/45 63/2/63 62/2/60 +f 63/2/63 55/1/45 53/1/43 +f 62/2/61 63/2/64 55/1/47 +f 53/1/49 55/1/47 63/2/64 +f 60/3/54 64/2/65 58/2/52 +f 64/2/65 60/3/54 65/3/66 +f 58/2/56 64/2/67 60/3/58 +f 65/3/68 60/3/58 64/2/67 +f 66/2/69 59/3/53 57/2/51 +f 59/3/53 66/2/69 67/3/70 +f 57/2/57 59/3/55 66/2/71 +f 67/3/72 66/2/71 59/3/55 +f 68/2/73 56/1/46 61/2/59 +f 56/1/46 68/2/73 54/1/44 +f 61/2/62 56/1/50 68/2/74 +f 54/1/48 68/2/74 56/1/50 +f 53/1/43 68/2/73 63/2/63 +f 68/2/73 53/1/43 54/1/44 +f 63/2/64 68/2/74 53/1/49 +f 54/1/48 53/1/49 68/2/74 +f 59/3/53 65/3/66 60/3/54 +f 65/3/66 59/3/53 67/3/70 +f 60/3/58 65/3/68 59/3/55 +f 67/3/72 59/3/55 65/3/68 +f 65/3/66 66/2/69 64/2/65 +f 66/2/69 65/3/66 67/3/70 +f 64/2/67 66/2/71 65/3/68 +f 67/3/72 65/3/68 66/2/71 +f 71/4/75 70/2/76 69/2/75 +f 70/2/76 71/4/75 72/4/76 +f 69/2/77 70/2/78 71/4/77 +f 72/4/78 71/4/77 70/2/78 +f 72/4/37 74/4/37 73/4/37 +f 74/4/37 72/4/37 71/4/37 +f 74/4/37 71/4/37 75/4/37 +f 73/4/38 74/4/38 72/4/38 +f 71/4/38 72/4/38 74/4/38 +f 75/4/38 71/4/38 74/4/38 +f 77/2/79 75/4/79 76/2/79 +f 75/4/79 77/2/79 74/4/79 +f 76/2/80 75/4/80 77/2/80 +f 74/4/80 77/2/80 75/4/80 +f 73/4/77 77/2/77 78/2/77 +f 77/2/77 73/4/77 74/4/77 +f 78/2/75 77/2/75 73/4/75 +f 74/4/75 73/4/75 77/2/75 +f 73/4/80 70/2/80 72/4/80 +f 70/2/80 73/4/80 78/2/80 +f 72/4/79 70/2/79 73/4/79 +f 78/2/79 73/4/79 70/2/79 +f 75/4/81 69/2/75 76/2/81 +f 69/2/75 75/4/81 71/4/75 +f 76/2/82 69/2/77 75/4/82 +f 71/4/77 75/4/82 69/2/77 +f 81/1/3 80/1/2 79/1/1 +f 80/1/2 81/1/3 82/1/4 +f 79/1/7 80/1/6 81/1/5 +f 82/1/8 81/1/5 80/1/6 +f 85/3/11 84/2/10 83/2/9 +f 84/2/10 85/3/11 86/3/12 +f 83/2/15 84/2/14 85/3/13 +f 86/3/16 85/3/13 84/2/14 +f 82/1/4 88/2/18 87/2/17 +f 88/2/18 82/1/4 81/1/3 +f 87/2/20 88/2/19 82/1/8 +f 81/1/5 82/1/8 88/2/19 +f 81/1/3 89/2/21 88/2/18 +f 89/2/21 81/1/3 79/1/1 +f 88/2/19 89/2/22 81/1/5 +f 79/1/7 81/1/5 89/2/22 +f 86/3/12 90/2/23 84/2/10 +f 90/2/23 86/3/12 91/3/24 +f 84/2/14 90/2/25 86/3/16 +f 91/3/26 86/3/16 90/2/25 +f 92/2/27 85/3/11 83/2/9 +f 85/3/11 92/2/27 93/3/28 +f 83/2/15 85/3/13 92/2/29 +f 93/3/30 92/2/29 85/3/13 +f 94/2/31 82/1/4 87/2/17 +f 82/1/4 94/2/31 80/1/2 +f 87/2/20 82/1/8 94/2/32 +f 80/1/6 94/2/32 82/1/8 +f 79/1/1 94/2/31 89/2/21 +f 94/2/31 79/1/1 80/1/2 +f 89/2/22 94/2/32 79/1/7 +f 80/1/6 79/1/7 94/2/32 +f 85/3/11 91/3/24 86/3/12 +f 91/3/24 85/3/11 93/3/28 +f 86/3/16 91/3/26 85/3/13 +f 93/3/30 85/3/13 91/3/26 +f 91/3/24 92/2/27 90/2/23 +f 92/2/27 91/3/24 93/3/28 +f 90/2/25 92/2/29 91/3/26 +f 93/3/30 91/3/26 92/2/29 +f 97/4/33 96/2/34 95/2/33 +f 96/2/34 97/4/33 98/4/34 +f 95/2/35 96/2/36 97/4/35 +f 98/4/36 97/4/35 96/2/36 +f 98/4/37 100/4/37 99/4/37 +f 100/4/37 98/4/37 97/4/37 +f 100/4/37 97/4/37 101/4/37 +f 99/4/38 100/4/38 98/4/38 +f 97/4/38 98/4/38 100/4/38 +f 101/4/38 97/4/38 100/4/38 +f 103/2/39 101/4/39 102/2/39 +f 101/4/39 103/2/39 100/4/39 +f 102/2/40 101/4/40 103/2/40 +f 100/4/40 103/2/40 101/4/40 +f 99/4/35 103/2/35 104/2/35 +f 103/2/35 99/4/35 100/4/35 +f 104/2/33 103/2/33 99/4/33 +f 100/4/33 99/4/33 103/2/33 +f 99/4/40 96/2/40 98/4/40 +f 96/2/40 99/4/40 104/2/40 +f 98/4/39 96/2/39 99/4/39 +f 104/2/39 99/4/39 96/2/39 +f 101/4/41 95/2/33 102/2/41 +f 95/2/33 101/4/41 97/4/33 +f 102/2/42 95/2/35 101/4/42 +f 97/4/35 101/4/42 95/2/35 +f 107/2/37 106/2/37 105/2/37 +f 106/2/37 107/2/37 108/2/37 +f 105/2/38 106/2/38 107/2/38 +f 108/2/38 107/2/38 106/2/38 +f 110/2/37 105/2/37 109/2/37 +f 105/2/37 110/2/37 107/2/37 +f 109/2/38 105/2/38 110/2/38 +f 107/2/38 110/2/38 105/2/38 +f 113/2/37 112/2/37 111/2/37 +f 112/2/37 113/2/37 114/2/37 +f 111/2/38 112/2/38 113/2/38 +f 114/2/38 113/2/38 112/2/38 +f 116/2/37 111/2/37 115/2/37 +f 111/2/37 116/2/37 113/2/37 +f 115/2/38 111/2/38 116/2/38 +f 113/2/38 116/2/38 111/2/38 +f 119/2/84 118/1/1 117/2/83 +f 118/1/1 119/2/84 120/1/3 +f 117/2/86 118/1/7 119/2/85 +f 120/1/5 119/2/85 118/1/7 +f 122/1/4 119/2/84 121/2/87 +f 119/2/84 122/1/4 120/1/3 +f 121/2/88 119/2/85 122/1/8 +f 120/1/5 122/1/8 119/2/85 +f 125/3/11 124/2/10 123/2/9 +f 124/2/10 125/3/11 126/3/12 +f 123/2/15 124/2/14 125/3/13 +f 126/3/16 125/3/13 124/2/14 +f 124/2/10 128/3/24 127/2/23 +f 128/3/24 124/2/10 126/3/12 +f 127/2/25 128/3/26 124/2/14 +f 126/3/16 124/2/14 128/3/26 +f 131/2/91 130/3/90 129/2/89 +f 130/3/90 131/2/91 132/3/92 +f 129/2/95 130/3/94 131/2/93 +f 132/3/96 131/2/93 130/3/94 +f 130/3/90 134/3/98 133/3/97 +f 134/3/98 130/3/90 132/3/92 +f 133/3/100 134/3/99 130/3/94 +f 132/3/96 130/3/94 134/3/99 +f 134/3/98 131/2/91 135/2/101 +f 131/2/91 134/3/98 132/3/92 +f 135/2/102 131/2/93 134/3/99 +f 132/3/96 134/3/99 131/2/93 +f 130/3/90 136/2/103 129/2/89 +f 136/2/103 130/3/90 133/3/97 +f 129/2/95 136/2/104 130/3/94 +f 133/3/100 130/3/94 136/2/104 +f 133/3/97 135/2/101 136/2/103 +f 135/2/101 133/3/97 134/3/98 +f 136/2/104 135/2/102 133/3/100 +f 134/3/99 133/3/100 135/2/102 +f 138/3/28 123/2/9 137/2/27 +f 123/2/9 138/3/28 125/3/11 +f 137/2/29 123/2/15 138/3/30 +f 125/3/13 138/3/30 123/2/15 +f 118/1/1 139/2/105 117/2/83 +f 139/2/105 118/1/1 140/1/2 +f 117/2/86 139/2/106 118/1/7 +f 140/1/6 118/1/7 139/2/106 +f 128/3/24 137/2/27 127/2/23 +f 137/2/27 128/3/24 138/3/28 +f 127/2/25 137/2/29 128/3/26 +f 138/3/30 128/3/26 137/2/29 +f 128/3/24 125/3/11 138/3/28 +f 125/3/11 128/3/24 126/3/12 +f 138/3/30 125/3/13 128/3/26 +f 126/3/16 128/3/26 125/3/13 +f 143/1/109 142/1/108 141/1/107 +f 142/1/108 143/1/109 144/1/110 +f 141/1/113 142/1/112 143/1/111 +f 144/1/114 143/1/111 142/1/112 +f 140/1/2 120/1/3 122/1/4 +f 120/1/3 140/1/2 118/1/1 +f 122/1/8 120/1/5 140/1/6 +f 118/1/7 140/1/6 120/1/5 +f 145/2/115 144/1/110 143/1/109 +f 144/1/110 145/2/115 146/2/116 +f 143/1/111 144/1/114 145/2/117 +f 146/2/118 145/2/117 144/1/114 +f 149/2/121 148/1/120 147/2/119 +f 148/1/120 149/2/121 150/1/122 +f 147/2/125 148/1/124 149/2/123 +f 150/1/126 149/2/123 148/1/124 +f 145/2/115 141/1/107 151/2/127 +f 141/1/107 145/2/115 143/1/109 +f 151/2/128 141/1/113 145/2/117 +f 143/1/111 145/2/117 141/1/113 +f 144/1/110 152/2/129 142/1/108 +f 152/2/129 144/1/110 146/2/116 +f 142/1/112 152/2/130 144/1/114 +f 146/2/118 144/1/114 152/2/130 +f 155/1/133 154/2/132 153/2/131 +f 154/2/132 155/1/133 156/1/134 +f 153/2/137 154/2/136 155/1/135 +f 156/1/138 155/1/135 154/2/136 +f 141/1/107 152/2/129 151/2/127 +f 152/2/129 141/1/107 142/1/108 +f 151/2/128 152/2/130 141/1/113 +f 142/1/112 141/1/113 152/2/130 +f 147/2/119 155/1/133 153/2/131 +f 155/1/133 147/2/119 148/1/120 +f 153/2/137 155/1/135 147/2/125 +f 148/1/124 147/2/125 155/1/135 +f 150/1/122 154/2/132 156/1/134 +f 154/2/132 150/1/122 149/2/121 +f 156/1/138 154/2/136 150/1/126 +f 149/2/123 150/1/126 154/2/136 +f 148/1/120 156/1/134 155/1/133 +f 156/1/134 148/1/120 150/1/122 +f 155/1/135 156/1/138 148/1/124 +f 150/1/126 148/1/124 156/1/138 +f 140/1/2 121/2/87 139/2/105 +f 121/2/87 140/1/2 122/1/4 +f 139/2/106 121/2/88 140/1/6 +f 122/1/8 140/1/6 121/2/88 +f 159/4/139 158/2/140 157/2/139 +f 158/2/140 159/4/139 160/4/140 +f 157/2/141 158/2/142 159/4/141 +f 160/4/142 159/4/141 158/2/142 +f 163/4/37 162/4/37 161/4/37 +f 162/4/37 163/4/37 160/4/37 +f 162/4/37 160/4/37 159/4/37 +f 161/4/38 162/4/38 163/4/38 +f 160/4/38 163/4/38 162/4/38 +f 159/4/38 160/4/38 162/4/38 +f 161/4/142 165/2/142 164/2/142 +f 165/2/142 161/4/142 162/4/142 +f 164/2/140 165/2/140 161/4/140 +f 162/4/140 161/4/140 165/2/140 +f 160/4/140 166/2/143 158/2/140 +f 166/2/143 160/4/140 163/4/143 +f 158/2/142 166/2/144 160/4/142 +f 163/4/144 160/4/142 166/2/144 +f 161/4/145 166/2/145 163/4/145 +f 166/2/145 161/4/145 164/2/145 +f 163/4/146 166/2/146 161/4/146 +f 164/2/146 161/4/146 166/2/146 +f 165/2/146 159/4/146 157/2/146 +f 159/4/146 165/2/146 162/4/146 +f 157/2/145 159/4/145 165/2/145 +f 162/4/145 165/2/145 159/4/145 +f 169/2/105 168/1/4 167/2/87 +f 168/1/4 169/2/105 170/1/2 +f 167/2/88 168/1/8 169/2/106 +f 170/1/6 169/2/106 168/1/8 +f 172/1/1 169/2/105 171/2/83 +f 169/2/105 172/1/1 170/1/2 +f 171/2/86 169/2/106 172/1/7 +f 170/1/6 172/1/7 169/2/106 +f 175/3/24 174/2/27 173/2/23 +f 174/2/27 175/3/24 176/3/28 +f 173/2/25 174/2/29 175/3/26 +f 176/3/30 175/3/26 174/2/29 +f 174/2/27 178/3/11 177/2/9 +f 178/3/11 174/2/27 176/3/28 +f 177/2/15 178/3/13 174/2/29 +f 176/3/30 174/2/29 178/3/13 +f 181/2/103 180/3/98 179/2/101 +f 180/3/98 181/2/103 182/3/97 +f 179/2/102 180/3/99 181/2/104 +f 182/3/100 181/2/104 180/3/99 +f 180/3/98 184/3/90 183/3/92 +f 184/3/90 180/3/98 182/3/97 +f 183/3/96 184/3/94 180/3/99 +f 182/3/100 180/3/99 184/3/94 +f 184/3/90 181/2/103 185/2/89 +f 181/2/103 184/3/90 182/3/97 +f 185/2/95 181/2/104 184/3/94 +f 182/3/100 184/3/94 181/2/104 +f 180/3/98 186/2/91 179/2/101 +f 186/2/91 180/3/98 183/3/92 +f 179/2/102 186/2/93 180/3/99 +f 183/3/96 180/3/99 186/2/93 +f 183/3/92 185/2/89 186/2/91 +f 185/2/89 183/3/92 184/3/90 +f 186/2/93 185/2/95 183/3/96 +f 184/3/94 183/3/96 185/2/95 +f 188/3/12 173/2/23 187/2/10 +f 173/2/23 188/3/12 175/3/24 +f 187/2/14 173/2/25 188/3/16 +f 175/3/26 188/3/16 173/2/25 +f 168/1/4 189/2/84 167/2/87 +f 189/2/84 168/1/4 190/1/3 +f 167/2/88 189/2/85 168/1/8 +f 190/1/5 168/1/8 189/2/85 +f 178/3/11 187/2/10 177/2/9 +f 187/2/10 178/3/11 188/3/12 +f 177/2/15 187/2/14 178/3/13 +f 188/3/16 178/3/13 187/2/14 +f 178/3/11 175/3/24 188/3/12 +f 175/3/24 178/3/11 176/3/28 +f 188/3/16 175/3/26 178/3/13 +f 176/3/30 178/3/13 175/3/26 +f 193/1/149 192/1/148 191/1/147 +f 192/1/148 193/1/149 194/1/150 +f 191/1/153 192/1/152 193/1/151 +f 194/1/154 193/1/151 192/1/152 +f 190/1/3 170/1/2 172/1/1 +f 170/1/2 190/1/3 168/1/4 +f 172/1/7 170/1/6 190/1/5 +f 168/1/8 190/1/5 170/1/6 +f 195/2/155 194/1/150 193/1/149 +f 194/1/150 195/2/155 196/2/156 +f 193/1/151 194/1/154 195/2/157 +f 196/2/158 195/2/157 194/1/154 +f 199/2/131 198/1/134 197/2/132 +f 198/1/134 199/2/131 200/1/133 +f 197/2/136 198/1/138 199/2/137 +f 200/1/135 199/2/137 198/1/138 +f 195/2/155 191/1/147 201/2/159 +f 191/1/147 195/2/155 193/1/149 +f 201/2/160 191/1/153 195/2/157 +f 193/1/151 195/2/157 191/1/153 +f 194/1/150 202/2/161 192/1/148 +f 202/2/161 194/1/150 196/2/156 +f 192/1/152 202/2/162 194/1/154 +f 196/2/158 194/1/154 202/2/162 +f 205/1/122 204/2/119 203/2/121 +f 204/2/119 205/1/122 206/1/120 +f 203/2/123 204/2/125 205/1/126 +f 206/1/124 205/1/126 204/2/125 +f 191/1/147 202/2/161 201/2/159 +f 202/2/161 191/1/147 192/1/148 +f 201/2/160 202/2/162 191/1/153 +f 192/1/152 191/1/153 202/2/162 +f 197/2/132 205/1/122 203/2/121 +f 205/1/122 197/2/132 198/1/134 +f 203/2/123 205/1/126 197/2/136 +f 198/1/138 197/2/136 205/1/126 +f 200/1/133 204/2/119 206/1/120 +f 204/2/119 200/1/133 199/2/131 +f 206/1/124 204/2/125 200/1/135 +f 199/2/137 200/1/135 204/2/125 +f 198/1/134 206/1/120 205/1/122 +f 206/1/120 198/1/134 200/1/133 +f 205/1/126 206/1/124 198/1/138 +f 200/1/135 198/1/138 206/1/124 +f 190/1/3 171/2/83 189/2/84 +f 171/2/83 190/1/3 172/1/1 +f 189/2/85 171/2/86 190/1/5 +f 172/1/7 190/1/5 171/2/86 +f 98/4/141 207/2/33 96/2/141 +f 207/2/33 98/4/141 208/4/33 +f 96/2/139 207/2/35 98/4/139 +f 208/4/35 98/4/139 207/2/35 +f 211/4/37 210/4/37 209/4/37 +f 210/4/37 211/4/37 208/4/37 +f 210/4/37 208/4/37 98/4/37 +f 209/4/38 210/4/38 211/4/38 +f 208/4/38 211/4/38 210/4/38 +f 98/4/38 208/4/38 210/4/38 +f 209/4/35 213/2/35 212/2/35 +f 213/2/35 209/4/35 210/4/35 +f 212/2/33 213/2/33 209/4/33 +f 210/4/33 209/4/33 213/2/33 +f 208/4/33 214/2/144 207/2/33 +f 214/2/144 208/4/33 211/4/144 +f 207/2/35 214/2/143 208/4/35 +f 211/4/143 208/4/35 214/2/143 +f 209/4/40 214/2/40 211/4/40 +f 214/2/40 209/4/40 212/2/40 +f 211/4/39 214/2/39 209/4/39 +f 212/2/39 209/4/39 214/2/39 +f 213/2/39 98/4/39 96/2/39 +f 98/4/39 213/2/39 210/4/39 +f 96/2/40 98/4/40 213/2/40 +f 210/4/40 213/2/40 98/4/40 +f 217/2/164 216/1/46 215/2/163 +f 216/1/46 217/2/164 218/1/44 +f 215/2/166 216/1/50 217/2/165 +f 218/1/48 217/2/165 216/1/50 +f 220/1/43 217/2/164 219/2/167 +f 217/2/164 220/1/43 218/1/44 +f 219/2/168 217/2/165 220/1/49 +f 218/1/48 220/1/49 217/2/165 +f 223/3/66 222/2/69 221/2/65 +f 222/2/69 223/3/66 224/3/70 +f 221/2/67 222/2/71 223/3/68 +f 224/3/72 223/3/68 222/2/71 +f 222/2/69 226/3/53 225/2/51 +f 226/3/53 222/2/69 224/3/70 +f 225/2/57 226/3/55 222/2/71 +f 224/3/72 222/2/71 226/3/55 +f 229/2/171 228/3/170 227/2/169 +f 228/3/170 229/2/171 230/3/172 +f 227/2/175 228/3/174 229/2/173 +f 230/3/176 229/2/173 228/3/174 +f 228/3/170 232/3/178 231/3/177 +f 232/3/178 228/3/170 230/3/172 +f 231/3/180 232/3/179 228/3/174 +f 230/3/176 228/3/174 232/3/179 +f 232/3/178 229/2/171 233/2/181 +f 229/2/171 232/3/178 230/3/172 +f 233/2/182 229/2/173 232/3/179 +f 230/3/176 232/3/179 229/2/173 +f 228/3/170 234/2/183 227/2/169 +f 234/2/183 228/3/170 231/3/177 +f 227/2/175 234/2/184 228/3/174 +f 231/3/180 228/3/174 234/2/184 +f 231/3/177 233/2/181 234/2/183 +f 233/2/181 231/3/177 232/3/178 +f 234/2/184 233/2/182 231/3/180 +f 232/3/179 231/3/180 233/2/182 +f 236/3/54 221/2/65 235/2/52 +f 221/2/65 236/3/54 223/3/66 +f 235/2/56 221/2/67 236/3/58 +f 223/3/68 236/3/58 221/2/67 +f 216/1/46 237/2/185 215/2/163 +f 237/2/185 216/1/46 238/1/45 +f 215/2/166 237/2/186 216/1/50 +f 238/1/47 216/1/50 237/2/186 +f 226/3/53 235/2/52 225/2/51 +f 235/2/52 226/3/53 236/3/54 +f 225/2/57 235/2/56 226/3/55 +f 236/3/58 226/3/55 235/2/56 +f 226/3/53 223/3/66 236/3/54 +f 223/3/66 226/3/53 224/3/70 +f 236/3/58 223/3/68 226/3/55 +f 224/3/72 226/3/55 223/3/68 +f 241/1/189 240/1/188 239/1/187 +f 240/1/188 241/1/189 242/1/190 +f 239/1/193 240/1/192 241/1/191 +f 242/1/194 241/1/191 240/1/192 +f 238/1/45 218/1/44 220/1/43 +f 218/1/44 238/1/45 216/1/46 +f 220/1/49 218/1/48 238/1/47 +f 216/1/50 238/1/47 218/1/48 +f 243/2/195 242/1/190 241/1/189 +f 242/1/190 243/2/195 244/2/196 +f 241/1/191 242/1/194 243/2/197 +f 244/2/198 243/2/197 242/1/194 +f 247/2/201 246/1/200 245/2/199 +f 246/1/200 247/2/201 248/1/202 +f 245/2/205 246/1/204 247/2/203 +f 248/1/206 247/2/203 246/1/204 +f 243/2/195 239/1/187 249/2/207 +f 239/1/187 243/2/195 241/1/189 +f 249/2/208 239/1/193 243/2/197 +f 241/1/191 243/2/197 239/1/193 +f 242/1/190 250/2/209 240/1/188 +f 250/2/209 242/1/190 244/2/196 +f 240/1/192 250/2/210 242/1/194 +f 244/2/198 242/1/194 250/2/210 +f 253/1/213 252/2/212 251/2/211 +f 252/2/212 253/1/213 254/1/214 +f 251/2/217 252/2/216 253/1/215 +f 254/1/218 253/1/215 252/2/216 +f 239/1/187 250/2/209 249/2/207 +f 250/2/209 239/1/187 240/1/188 +f 249/2/208 250/2/210 239/1/193 +f 240/1/192 239/1/193 250/2/210 +f 245/2/199 253/1/213 251/2/211 +f 253/1/213 245/2/199 246/1/200 +f 251/2/217 253/1/215 245/2/205 +f 246/1/204 245/2/205 253/1/215 +f 248/1/202 252/2/212 254/1/214 +f 252/2/212 248/1/202 247/2/201 +f 254/1/218 252/2/216 248/1/206 +f 247/2/203 248/1/206 252/2/216 +f 246/1/200 254/1/214 253/1/213 +f 254/1/214 246/1/200 248/1/202 +f 253/1/215 254/1/218 246/1/204 +f 248/1/206 246/1/204 254/1/218 +f 238/1/45 219/2/167 237/2/185 +f 219/2/167 238/1/45 220/1/43 +f 237/2/186 219/2/168 238/1/47 +f 220/1/49 238/1/47 219/2/168 +f 257/4/219 256/2/75 255/2/219 +f 256/2/75 257/4/219 258/4/75 +f 255/2/220 256/2/77 257/4/220 +f 258/4/77 257/4/220 256/2/77 +f 261/4/37 260/4/37 259/4/37 +f 260/4/37 261/4/37 258/4/37 +f 260/4/37 258/4/37 257/4/37 +f 259/4/38 260/4/38 261/4/38 +f 258/4/38 261/4/38 260/4/38 +f 257/4/38 258/4/38 260/4/38 +f 259/4/77 263/2/77 262/2/77 +f 263/2/77 259/4/77 260/4/77 +f 262/2/75 263/2/75 259/4/75 +f 260/4/75 259/4/75 263/2/75 +f 258/4/75 264/2/221 256/2/75 +f 264/2/221 258/4/75 261/4/221 +f 256/2/77 264/2/222 258/4/77 +f 261/4/222 258/4/77 264/2/222 +f 259/4/80 264/2/80 261/4/80 +f 264/2/80 259/4/80 262/2/80 +f 261/4/79 264/2/79 259/4/79 +f 262/2/79 259/4/79 264/2/79 +f 263/2/79 257/4/79 255/2/79 +f 257/4/79 263/2/79 260/4/79 +f 255/2/80 257/4/80 263/2/80 +f 260/4/80 263/2/80 257/4/80 +f 267/1/2 266/1/3 265/1/4 +f 266/1/3 267/1/2 268/1/1 +f 265/1/8 266/1/5 267/1/6 +f 268/1/7 267/1/6 266/1/5 +f 271/3/24 270/2/27 269/2/23 +f 270/2/27 271/3/24 272/3/28 +f 269/2/25 270/2/29 271/3/26 +f 272/3/30 271/3/26 270/2/29 +f 268/1/1 274/2/31 273/2/21 +f 274/2/31 268/1/1 267/1/2 +f 273/2/22 274/2/32 268/1/7 +f 267/1/6 268/1/7 274/2/32 +f 267/1/2 275/2/17 274/2/31 +f 275/2/17 267/1/2 265/1/4 +f 274/2/32 275/2/20 267/1/6 +f 265/1/8 267/1/6 275/2/20 +f 272/3/28 276/2/9 270/2/27 +f 276/2/9 272/3/28 277/3/11 +f 270/2/29 276/2/15 272/3/30 +f 277/3/13 272/3/30 276/2/15 +f 278/2/10 271/3/24 269/2/23 +f 271/3/24 278/2/10 279/3/12 +f 269/2/25 271/3/26 278/2/14 +f 279/3/16 278/2/14 271/3/26 +f 280/2/18 268/1/1 273/2/21 +f 268/1/1 280/2/18 266/1/3 +f 273/2/22 268/1/7 280/2/19 +f 266/1/5 280/2/19 268/1/7 +f 265/1/4 280/2/18 275/2/17 +f 280/2/18 265/1/4 266/1/3 +f 275/2/20 280/2/19 265/1/8 +f 266/1/5 265/1/8 280/2/19 +f 271/3/24 277/3/11 272/3/28 +f 277/3/11 271/3/24 279/3/12 +f 272/3/30 277/3/13 271/3/26 +f 279/3/16 271/3/26 277/3/13 +f 277/3/11 278/2/10 276/2/9 +f 278/2/10 277/3/11 279/3/12 +f 276/2/15 278/2/14 277/3/13 +f 279/3/16 277/3/13 278/2/14 +f 283/4/140 282/2/36 281/2/140 +f 282/2/36 283/4/140 284/4/36 +f 281/2/142 282/2/34 283/4/142 +f 284/4/34 283/4/142 282/2/34 +f 284/4/37 161/4/37 285/4/37 +f 161/4/37 284/4/37 283/4/37 +f 161/4/37 283/4/37 163/4/37 +f 285/4/38 161/4/38 284/4/38 +f 283/4/38 284/4/38 161/4/38 +f 163/4/38 283/4/38 161/4/38 +f 164/2/146 163/4/146 166/2/146 +f 163/4/146 164/2/146 161/4/146 +f 166/2/145 163/4/145 164/2/145 +f 161/4/145 164/2/145 163/4/145 +f 285/4/142 164/2/142 286/2/142 +f 164/2/142 285/4/142 161/4/142 +f 286/2/140 164/2/140 285/4/140 +f 161/4/140 285/4/140 164/2/140 +f 285/4/145 282/2/145 284/4/145 +f 282/2/145 285/4/145 286/2/145 +f 284/4/146 282/2/146 285/4/146 +f 286/2/146 285/4/146 282/2/146 +f 163/4/42 281/2/140 166/2/42 +f 281/2/140 163/4/42 283/4/140 +f 166/2/41 281/2/142 163/4/41 +f 283/4/142 163/4/41 281/2/142 +f 289/1/2 288/1/3 287/1/4 +f 288/1/3 289/1/2 290/1/1 +f 287/1/8 288/1/5 289/1/6 +f 290/1/7 289/1/6 288/1/5 +f 293/3/24 292/2/27 291/2/23 +f 292/2/27 293/3/24 294/3/28 +f 291/2/25 292/2/29 293/3/26 +f 294/3/30 293/3/26 292/2/29 +f 290/1/1 296/2/31 295/2/21 +f 296/2/31 290/1/1 289/1/2 +f 295/2/22 296/2/32 290/1/7 +f 289/1/6 290/1/7 296/2/32 +f 289/1/2 297/2/17 296/2/31 +f 297/2/17 289/1/2 287/1/4 +f 296/2/32 297/2/20 289/1/6 +f 287/1/8 289/1/6 297/2/20 +f 294/3/28 298/2/9 292/2/27 +f 298/2/9 294/3/28 299/3/11 +f 292/2/29 298/2/15 294/3/30 +f 299/3/13 294/3/30 298/2/15 +f 300/2/10 293/3/24 291/2/23 +f 293/3/24 300/2/10 301/3/12 +f 291/2/25 293/3/26 300/2/14 +f 301/3/16 300/2/14 293/3/26 +f 302/2/18 290/1/1 295/2/21 +f 290/1/1 302/2/18 288/1/3 +f 295/2/22 290/1/7 302/2/19 +f 288/1/5 302/2/19 290/1/7 +f 287/1/4 302/2/18 297/2/17 +f 302/2/18 287/1/4 288/1/3 +f 297/2/20 302/2/19 287/1/8 +f 288/1/5 287/1/8 302/2/19 +f 293/3/24 299/3/11 294/3/28 +f 299/3/11 293/3/24 301/3/12 +f 294/3/30 299/3/13 293/3/26 +f 301/3/16 293/3/26 299/3/13 +f 299/3/11 300/2/10 298/2/9 +f 300/2/10 299/3/11 301/3/12 +f 298/2/15 300/2/14 299/3/13 +f 301/3/16 299/3/13 300/2/14 +f 305/4/140 304/2/36 303/2/140 +f 304/2/36 305/4/140 306/4/36 +f 303/2/142 304/2/34 305/4/142 +f 306/4/34 305/4/142 304/2/34 +f 306/4/37 308/4/37 307/4/37 +f 308/4/37 306/4/37 305/4/37 +f 308/4/37 305/4/37 309/4/37 +f 307/4/38 308/4/38 306/4/38 +f 305/4/38 306/4/38 308/4/38 +f 309/4/38 305/4/38 308/4/38 +f 311/2/146 309/4/146 310/2/146 +f 309/4/146 311/2/146 308/4/146 +f 310/2/145 309/4/145 311/2/145 +f 308/4/145 311/2/145 309/4/145 +f 307/4/142 311/2/142 312/2/142 +f 311/2/142 307/4/142 308/4/142 +f 312/2/140 311/2/140 307/4/140 +f 308/4/140 307/4/140 311/2/140 +f 307/4/145 304/2/145 306/4/145 +f 304/2/145 307/4/145 312/2/145 +f 306/4/146 304/2/146 307/4/146 +f 312/2/146 307/4/146 304/2/146 +f 309/4/42 303/2/140 310/2/42 +f 303/2/140 309/4/42 305/4/140 +f 310/2/41 303/2/142 309/4/41 +f 305/4/142 309/4/41 303/2/142 +f 315/5/37 314/5/37 313/5/37 +f 314/5/37 315/5/37 316/5/37 +f 314/5/37 316/5/37 317/5/37 +f 313/5/38 314/5/38 315/5/38 +f 316/5/38 315/5/38 314/5/38 +f 317/5/38 316/5/38 314/5/38 +f 319/6/39 317/5/39 318/6/39 +f 317/5/39 319/6/39 314/5/39 +f 318/6/40 317/5/40 319/6/40 +f 314/5/40 319/6/40 317/5/40 +f 317/5/41 320/6/33 318/6/41 +f 320/6/33 317/5/41 316/5/33 +f 318/6/42 320/6/35 317/5/42 +f 316/5/35 317/5/42 320/6/35 +f 313/5/35 319/6/35 321/6/35 +f 319/6/35 313/5/35 314/5/35 +f 321/6/33 319/6/33 313/5/33 +f 314/5/33 313/5/33 319/6/33 +f 313/5/40 322/6/40 315/5/40 +f 322/6/40 313/5/40 321/6/40 +f 315/5/39 322/6/39 313/5/39 +f 321/6/39 313/5/39 322/6/39 +f 316/5/33 322/6/34 320/6/33 +f 322/6/34 316/5/33 315/5/34 +f 320/6/35 322/6/36 316/5/35 +f 315/5/36 316/5/35 322/6/36 +f 325/7/35 324/6/35 323/6/35 +f 324/6/35 325/7/35 25/7/35 +f 323/6/33 324/6/33 325/7/33 +f 25/7/33 325/7/33 324/6/33 +f 326/7/37 25/7/37 325/7/37 +f 25/7/37 326/7/37 327/7/37 +f 25/7/37 327/7/37 328/7/37 +f 325/7/38 25/7/38 326/7/38 +f 327/7/38 326/7/38 25/7/38 +f 328/7/38 327/7/38 25/7/38 +f 327/7/33 330/6/223 329/6/33 +f 330/6/223 327/7/33 326/7/223 +f 329/6/35 330/6/224 327/7/35 +f 326/7/224 327/7/35 330/6/224 +f 325/7/40 330/6/40 326/7/40 +f 330/6/40 325/7/40 323/6/40 +f 326/7/39 330/6/39 325/7/39 +f 323/6/39 325/7/39 330/6/39 +f 324/6/39 328/7/39 331/6/39 +f 328/7/39 324/6/39 25/7/39 +f 331/6/40 328/7/40 324/6/40 +f 25/7/40 324/6/40 328/7/40 +f 324/6/38 330/6/38 323/6/38 +f 330/6/38 324/6/38 329/6/38 +f 329/6/38 324/6/38 331/6/38 +f 323/6/37 330/6/37 324/6/37 +f 329/6/37 324/6/37 330/6/37 +f 331/6/37 324/6/37 329/6/37 +f 328/7/225 329/6/33 331/6/225 +f 329/6/33 328/7/225 327/7/33 +f 331/6/226 329/6/35 328/7/226 +f 327/7/35 328/7/226 329/6/35 +f 334/9/227 333/8/228 332/8/227 +f 333/8/228 334/9/227 335/9/228 +f 332/8/229 333/8/230 334/9/229 +f 335/9/230 334/9/229 333/8/230 +f 338/9/229 337/8/230 336/8/229 +f 337/8/230 338/9/229 339/9/230 +f 336/8/227 337/8/228 338/9/227 +f 339/9/228 338/9/227 337/8/228 +f 342/9/232 341/8/231 340/9/231 +f 341/8/231 342/9/232 343/8/232 +f 340/9/234 341/8/234 342/9/233 +f 343/8/233 342/9/233 341/8/234 +f 346/8/234 345/9/233 344/8/233 +f 345/9/233 346/8/234 347/9/234 +f 344/8/232 345/9/232 346/8/231 +f 347/9/231 346/8/231 345/9/232 +f 339/9/230 346/8/234 337/8/230 +f 346/8/234 339/9/230 347/9/234 +f 337/8/228 346/8/231 339/9/228 +f 347/9/231 339/9/228 346/8/231 +f 335/9/228 341/8/231 333/8/228 +f 341/8/231 335/9/228 340/9/231 +f 333/8/230 341/8/234 335/9/230 +f 340/9/234 335/9/230 341/8/234 +f 342/9/232 336/8/229 343/8/232 +f 336/8/229 342/9/232 338/9/229 +f 343/8/233 336/8/227 342/9/233 +f 338/9/227 342/9/233 336/8/227 +f 345/9/233 332/8/227 344/8/233 +f 332/8/227 345/9/233 334/9/227 +f 344/8/232 332/8/229 345/9/232 +f 334/9/229 345/9/232 332/8/229 +f 335/9/235 342/9/235 340/9/235 +f 342/9/235 335/9/235 338/9/235 +f 338/9/235 335/9/235 334/9/235 +f 338/9/235 334/9/235 339/9/235 +f 339/9/235 334/9/235 345/9/235 +f 339/9/235 345/9/235 347/9/235 +f 340/9/236 342/9/236 335/9/236 +f 338/9/236 335/9/236 342/9/236 +f 334/9/236 335/9/236 338/9/236 +f 339/9/236 334/9/236 338/9/236 +f 345/9/236 334/9/236 339/9/236 +f 347/9/236 345/9/236 339/9/236 +f 336/8/236 341/8/236 343/8/236 +f 341/8/236 336/8/236 333/8/236 +f 333/8/236 336/8/236 337/8/236 +f 333/8/236 337/8/236 332/8/236 +f 332/8/236 337/8/236 346/8/236 +f 332/8/236 346/8/236 344/8/236 +f 343/8/235 341/8/235 336/8/235 +f 333/8/235 336/8/235 341/8/235 +f 337/8/235 336/8/235 333/8/235 +f 332/8/235 337/8/235 333/8/235 +f 346/8/235 337/8/235 332/8/235 +f 344/8/235 346/8/235 332/8/235 +f 350/5/37 349/5/37 348/5/37 +f 349/5/37 350/5/37 351/5/37 +f 349/5/37 351/5/37 352/5/37 +f 348/5/38 349/5/38 350/5/38 +f 351/5/38 350/5/38 349/5/38 +f 352/5/38 351/5/38 349/5/38 +f 354/6/79 352/5/79 353/6/79 +f 352/5/79 354/6/79 349/5/79 +f 353/6/80 352/5/80 354/6/80 +f 349/5/80 354/6/80 352/5/80 +f 352/5/81 355/6/75 353/6/81 +f 355/6/75 352/5/81 351/5/75 +f 353/6/82 355/6/77 352/5/82 +f 351/5/77 352/5/82 355/6/77 +f 348/5/77 354/6/77 356/6/77 +f 354/6/77 348/5/77 349/5/77 +f 356/6/75 354/6/75 348/5/75 +f 349/5/75 348/5/75 354/6/75 +f 348/5/80 357/6/80 350/5/80 +f 357/6/80 348/5/80 356/6/80 +f 350/5/79 357/6/79 348/5/79 +f 356/6/79 348/5/79 357/6/79 +f 351/5/75 357/6/76 355/6/75 +f 357/6/76 351/5/75 350/5/76 +f 355/6/77 357/6/78 351/5/77 +f 350/5/78 351/5/77 357/6/78 +f 52/7/77 359/6/77 358/6/77 +f 359/6/77 52/7/77 360/7/77 +f 358/6/75 359/6/75 52/7/75 +f 360/7/75 52/7/75 359/6/75 +f 361/7/37 360/7/37 52/7/37 +f 360/7/37 361/7/37 362/7/37 +f 360/7/37 362/7/37 363/7/37 +f 52/7/38 360/7/38 361/7/38 +f 362/7/38 361/7/38 360/7/38 +f 363/7/38 362/7/38 360/7/38 +f 362/7/75 365/6/237 364/6/75 +f 365/6/237 362/7/75 361/7/237 +f 364/6/77 365/6/238 362/7/77 +f 361/7/238 362/7/77 365/6/238 +f 52/7/80 365/6/80 361/7/80 +f 365/6/80 52/7/80 358/6/80 +f 361/7/79 365/6/79 52/7/79 +f 358/6/79 52/7/79 365/6/79 +f 359/6/79 363/7/79 366/6/79 +f 363/7/79 359/6/79 360/7/79 +f 366/6/80 363/7/80 359/6/80 +f 360/7/80 359/6/80 363/7/80 +f 359/6/38 365/6/38 358/6/38 +f 365/6/38 359/6/38 364/6/38 +f 364/6/38 359/6/38 366/6/38 +f 358/6/37 365/6/37 359/6/37 +f 364/6/37 359/6/37 365/6/37 +f 366/6/37 359/6/37 364/6/37 +f 363/7/239 364/6/75 366/6/239 +f 364/6/75 363/7/239 362/7/75 +f 366/6/240 364/6/77 363/7/240 +f 362/7/77 363/7/240 364/6/77 +f 369/9/241 368/8/242 367/8/241 +f 368/8/242 369/9/241 370/9/242 +f 367/8/243 368/8/244 369/9/243 +f 370/9/244 369/9/243 368/8/244 +f 373/9/243 372/8/244 371/8/243 +f 372/8/244 373/9/243 374/9/244 +f 371/8/241 372/8/242 373/9/241 +f 374/9/242 373/9/241 372/8/242 +f 377/9/246 376/8/245 375/9/245 +f 376/8/245 377/9/246 378/8/246 +f 375/9/248 376/8/248 377/9/247 +f 378/8/247 377/9/247 376/8/248 +f 381/8/248 380/9/247 379/8/247 +f 380/9/247 381/8/248 382/9/248 +f 379/8/246 380/9/246 381/8/245 +f 382/9/245 381/8/245 380/9/246 +f 374/9/244 381/8/248 372/8/244 +f 381/8/248 374/9/244 382/9/248 +f 372/8/242 381/8/245 374/9/242 +f 382/9/245 374/9/242 381/8/245 +f 370/9/242 376/8/245 368/8/242 +f 376/8/245 370/9/242 375/9/245 +f 368/8/244 376/8/248 370/9/244 +f 375/9/248 370/9/244 376/8/248 +f 377/9/246 371/8/243 378/8/246 +f 371/8/243 377/9/246 373/9/243 +f 378/8/247 371/8/241 377/9/247 +f 373/9/241 377/9/247 371/8/241 +f 380/9/247 367/8/241 379/8/247 +f 367/8/241 380/9/247 369/9/241 +f 379/8/246 367/8/243 380/9/246 +f 369/9/243 380/9/246 367/8/243 +f 370/9/249 377/9/249 375/9/249 +f 377/9/249 370/9/249 373/9/249 +f 373/9/249 370/9/249 369/9/249 +f 373/9/249 369/9/249 374/9/249 +f 374/9/249 369/9/249 380/9/249 +f 374/9/249 380/9/249 382/9/249 +f 375/9/250 377/9/250 370/9/250 +f 373/9/250 370/9/250 377/9/250 +f 369/9/250 370/9/250 373/9/250 +f 374/9/250 369/9/250 373/9/250 +f 380/9/250 369/9/250 374/9/250 +f 382/9/250 380/9/250 374/9/250 +f 371/8/250 376/8/250 378/8/250 +f 376/8/250 371/8/250 368/8/250 +f 368/8/250 371/8/250 372/8/250 +f 368/8/250 372/8/250 367/8/250 +f 367/8/250 372/8/250 381/8/250 +f 367/8/250 381/8/250 379/8/250 +f 378/8/249 376/8/249 371/8/249 +f 368/8/249 371/8/249 376/8/249 +f 372/8/249 371/8/249 368/8/249 +f 367/8/249 372/8/249 368/8/249 +f 381/8/249 372/8/249 367/8/249 +f 379/8/249 381/8/249 367/8/249 +f 385/5/37 384/5/37 383/5/37 +f 384/5/37 385/5/37 386/5/37 +f 384/5/37 386/5/37 387/5/37 +f 383/5/38 384/5/38 385/5/38 +f 386/5/38 385/5/38 384/5/38 +f 387/5/38 386/5/38 384/5/38 +f 389/6/79 387/5/79 388/6/79 +f 387/5/79 389/6/79 384/5/79 +f 388/6/80 387/5/80 389/6/80 +f 384/5/80 389/6/80 387/5/80 +f 387/5/81 390/6/75 388/6/81 +f 390/6/75 387/5/81 386/5/75 +f 388/6/82 390/6/77 387/5/82 +f 386/5/77 387/5/82 390/6/77 +f 383/5/77 389/6/77 391/6/77 +f 389/6/77 383/5/77 384/5/77 +f 391/6/75 389/6/75 383/5/75 +f 384/5/75 383/5/75 389/6/75 +f 383/5/80 392/6/80 385/5/80 +f 392/6/80 383/5/80 391/6/80 +f 385/5/79 392/6/79 383/5/79 +f 391/6/79 383/5/79 392/6/79 +f 386/5/75 392/6/76 390/6/75 +f 392/6/76 386/5/75 385/5/76 +f 390/6/77 392/6/78 386/5/77 +f 385/5/78 386/5/77 392/6/78 +f 395/7/77 394/6/77 393/6/77 +f 394/6/77 395/7/77 77/7/77 +f 393/6/75 394/6/75 395/7/75 +f 77/7/75 395/7/75 394/6/75 +f 396/7/37 77/7/37 395/7/37 +f 77/7/37 396/7/37 397/7/37 +f 77/7/37 397/7/37 398/7/37 +f 395/7/38 77/7/38 396/7/38 +f 397/7/38 396/7/38 77/7/38 +f 398/7/38 397/7/38 77/7/38 +f 397/7/75 400/6/237 399/6/75 +f 400/6/237 397/7/75 396/7/237 +f 399/6/77 400/6/238 397/7/77 +f 396/7/238 397/7/77 400/6/238 +f 395/7/80 400/6/80 396/7/80 +f 400/6/80 395/7/80 393/6/80 +f 396/7/79 400/6/79 395/7/79 +f 393/6/79 395/7/79 400/6/79 +f 394/6/79 398/7/79 401/6/79 +f 398/7/79 394/6/79 77/7/79 +f 401/6/80 398/7/80 394/6/80 +f 77/7/80 394/6/80 398/7/80 +f 394/6/38 400/6/38 393/6/38 +f 400/6/38 394/6/38 399/6/38 +f 399/6/38 394/6/38 401/6/38 +f 393/6/37 400/6/37 394/6/37 +f 399/6/37 394/6/37 400/6/37 +f 401/6/37 394/6/37 399/6/37 +f 398/7/239 399/6/75 401/6/239 +f 399/6/75 398/7/239 397/7/75 +f 401/6/240 399/6/77 398/7/240 +f 397/7/77 398/7/240 399/6/77 +f 404/9/241 403/8/242 402/8/241 +f 403/8/242 404/9/241 405/9/242 +f 402/8/243 403/8/244 404/9/243 +f 405/9/244 404/9/243 403/8/244 +f 408/9/243 407/8/244 406/8/243 +f 407/8/244 408/9/243 409/9/244 +f 406/8/241 407/8/242 408/9/241 +f 409/9/242 408/9/241 407/8/242 +f 412/9/246 411/8/245 410/9/245 +f 411/8/245 412/9/246 413/8/246 +f 410/9/248 411/8/248 412/9/247 +f 413/8/247 412/9/247 411/8/248 +f 416/8/248 415/9/247 414/8/247 +f 415/9/247 416/8/248 417/9/248 +f 414/8/246 415/9/246 416/8/245 +f 417/9/245 416/8/245 415/9/246 +f 409/9/244 416/8/248 407/8/244 +f 416/8/248 409/9/244 417/9/248 +f 407/8/242 416/8/245 409/9/242 +f 417/9/245 409/9/242 416/8/245 +f 405/9/242 411/8/245 403/8/242 +f 411/8/245 405/9/242 410/9/245 +f 403/8/244 411/8/248 405/9/244 +f 410/9/248 405/9/244 411/8/248 +f 412/9/246 406/8/243 413/8/246 +f 406/8/243 412/9/246 408/9/243 +f 413/8/247 406/8/241 412/9/247 +f 408/9/241 412/9/247 406/8/241 +f 415/9/247 402/8/241 414/8/247 +f 402/8/241 415/9/247 404/9/241 +f 414/8/246 402/8/243 415/9/246 +f 404/9/243 415/9/246 402/8/243 +f 405/9/249 412/9/249 410/9/249 +f 412/9/249 405/9/249 408/9/249 +f 408/9/249 405/9/249 404/9/249 +f 408/9/249 404/9/249 409/9/249 +f 409/9/249 404/9/249 415/9/249 +f 409/9/249 415/9/249 417/9/249 +f 410/9/250 412/9/250 405/9/250 +f 408/9/250 405/9/250 412/9/250 +f 404/9/250 405/9/250 408/9/250 +f 409/9/250 404/9/250 408/9/250 +f 415/9/250 404/9/250 409/9/250 +f 417/9/250 415/9/250 409/9/250 +f 406/8/250 411/8/250 413/8/250 +f 411/8/250 406/8/250 403/8/250 +f 403/8/250 406/8/250 407/8/250 +f 403/8/250 407/8/250 402/8/250 +f 402/8/250 407/8/250 416/8/250 +f 402/8/250 416/8/250 414/8/250 +f 413/8/249 411/8/249 406/8/249 +f 403/8/249 406/8/249 411/8/249 +f 407/8/249 406/8/249 403/8/249 +f 402/8/249 407/8/249 403/8/249 +f 416/8/249 407/8/249 402/8/249 +f 414/8/249 416/8/249 402/8/249 +f 420/5/37 419/5/37 418/5/37 +f 419/5/37 420/5/37 421/5/37 +f 419/5/37 421/5/37 422/5/37 +f 418/5/38 419/5/38 420/5/38 +f 421/5/38 420/5/38 419/5/38 +f 422/5/38 421/5/38 419/5/38 +f 424/6/39 422/5/39 423/6/39 +f 422/5/39 424/6/39 419/5/39 +f 423/6/40 422/5/40 424/6/40 +f 419/5/40 424/6/40 422/5/40 +f 422/5/41 425/6/33 423/6/41 +f 425/6/33 422/5/41 421/5/33 +f 423/6/42 425/6/35 422/5/42 +f 421/5/35 422/5/42 425/6/35 +f 418/5/35 424/6/35 426/6/35 +f 424/6/35 418/5/35 419/5/35 +f 426/6/33 424/6/33 418/5/33 +f 419/5/33 418/5/33 424/6/33 +f 418/5/40 427/6/40 420/5/40 +f 427/6/40 418/5/40 426/6/40 +f 420/5/39 427/6/39 418/5/39 +f 426/6/39 418/5/39 427/6/39 +f 421/5/33 427/6/34 425/6/33 +f 427/6/34 421/5/33 420/5/34 +f 425/6/35 427/6/36 421/5/35 +f 420/5/36 421/5/35 427/6/36 +f 213/7/35 429/6/35 428/6/35 +f 429/6/35 213/7/35 103/7/35 +f 428/6/33 429/6/33 213/7/33 +f 103/7/33 213/7/33 429/6/33 +f 430/7/37 103/7/37 213/7/37 +f 103/7/37 430/7/37 431/7/37 +f 103/7/37 431/7/37 432/7/37 +f 213/7/38 103/7/38 430/7/38 +f 431/7/38 430/7/38 103/7/38 +f 432/7/38 431/7/38 103/7/38 +f 431/7/33 434/6/223 433/6/33 +f 434/6/223 431/7/33 430/7/223 +f 433/6/35 434/6/224 431/7/35 +f 430/7/224 431/7/35 434/6/224 +f 213/7/40 434/6/40 430/7/40 +f 434/6/40 213/7/40 428/6/40 +f 430/7/39 434/6/39 213/7/39 +f 428/6/39 213/7/39 434/6/39 +f 429/6/39 432/7/39 435/6/39 +f 432/7/39 429/6/39 103/7/39 +f 435/6/40 432/7/40 429/6/40 +f 103/7/40 429/6/40 432/7/40 +f 429/6/38 434/6/38 428/6/38 +f 434/6/38 429/6/38 433/6/38 +f 433/6/38 429/6/38 435/6/38 +f 428/6/37 434/6/37 429/6/37 +f 433/6/37 429/6/37 434/6/37 +f 435/6/37 429/6/37 433/6/37 +f 432/7/225 433/6/33 435/6/225 +f 433/6/33 432/7/225 431/7/33 +f 435/6/226 433/6/35 432/7/226 +f 431/7/35 432/7/226 433/6/35 +f 438/9/227 437/8/228 436/8/227 +f 437/8/228 438/9/227 439/9/228 +f 436/8/229 437/8/230 438/9/229 +f 439/9/230 438/9/229 437/8/230 +f 442/9/229 441/8/230 440/8/229 +f 441/8/230 442/9/229 443/9/230 +f 440/8/227 441/8/228 442/9/227 +f 443/9/228 442/9/227 441/8/228 +f 446/9/232 445/8/231 444/9/231 +f 445/8/231 446/9/232 447/8/232 +f 444/9/234 445/8/234 446/9/233 +f 447/8/233 446/9/233 445/8/234 +f 450/8/234 449/9/233 448/8/233 +f 449/9/233 450/8/234 451/9/234 +f 448/8/232 449/9/232 450/8/231 +f 451/9/231 450/8/231 449/9/232 +f 443/9/230 450/8/234 441/8/230 +f 450/8/234 443/9/230 451/9/234 +f 441/8/228 450/8/231 443/9/228 +f 451/9/231 443/9/228 450/8/231 +f 439/9/228 445/8/231 437/8/228 +f 445/8/231 439/9/228 444/9/231 +f 437/8/230 445/8/234 439/9/230 +f 444/9/234 439/9/230 445/8/234 +f 446/9/232 440/8/229 447/8/232 +f 440/8/229 446/9/232 442/9/229 +f 447/8/233 440/8/227 446/9/233 +f 442/9/227 446/9/233 440/8/227 +f 449/9/233 436/8/227 448/8/233 +f 436/8/227 449/9/233 438/9/227 +f 448/8/232 436/8/229 449/9/232 +f 438/9/229 449/9/232 436/8/229 +f 439/9/235 446/9/235 444/9/235 +f 446/9/235 439/9/235 442/9/235 +f 442/9/235 439/9/235 438/9/235 +f 442/9/235 438/9/235 443/9/235 +f 443/9/235 438/9/235 449/9/235 +f 443/9/235 449/9/235 451/9/235 +f 444/9/236 446/9/236 439/9/236 +f 442/9/236 439/9/236 446/9/236 +f 438/9/236 439/9/236 442/9/236 +f 443/9/236 438/9/236 442/9/236 +f 449/9/236 438/9/236 443/9/236 +f 451/9/236 449/9/236 443/9/236 +f 440/8/236 445/8/236 447/8/236 +f 445/8/236 440/8/236 437/8/236 +f 437/8/236 440/8/236 441/8/236 +f 437/8/236 441/8/236 436/8/236 +f 436/8/236 441/8/236 450/8/236 +f 436/8/236 450/8/236 448/8/236 +f 447/8/235 445/8/235 440/8/235 +f 437/8/235 440/8/235 445/8/235 +f 441/8/235 440/8/235 437/8/235 +f 436/8/235 441/8/235 437/8/235 +f 450/8/235 441/8/235 436/8/235 +f 448/8/235 450/8/235 436/8/235 +f 454/7/140 453/6/251 452/6/140 +f 453/6/251 454/7/140 455/7/251 +f 452/6/142 453/6/252 454/7/142 +f 455/7/252 454/7/142 453/6/252 +f 458/7/254 457/6/253 456/7/253 +f 457/6/253 458/7/254 459/6/254 +f 456/7/256 457/6/256 458/7/255 +f 459/6/255 458/7/255 457/6/256 +f 455/7/251 457/6/253 453/6/251 +f 457/6/253 455/7/251 456/7/253 +f 453/6/252 457/6/256 455/7/252 +f 456/7/256 455/7/252 457/6/256 +f 461/7/257 452/6/140 460/6/257 +f 452/6/140 461/7/257 454/7/140 +f 460/6/258 452/6/142 461/7/258 +f 454/7/142 461/7/258 452/6/142 +f 456/7/37 462/7/37 458/7/37 +f 462/7/37 456/7/37 455/7/37 +f 462/7/37 455/7/37 454/7/37 +f 462/7/37 454/7/37 461/7/37 +f 462/7/37 461/7/37 463/7/37 +f 458/7/38 462/7/38 456/7/38 +f 455/7/38 456/7/38 462/7/38 +f 454/7/38 455/7/38 462/7/38 +f 461/7/38 454/7/38 462/7/38 +f 463/7/38 461/7/38 462/7/38 +f 465/6/260 463/7/259 464/6/259 +f 463/7/259 465/6/260 462/7/260 +f 464/6/262 463/7/262 465/6/261 +f 462/7/261 465/6/261 463/7/262 +f 464/6/259 461/7/257 460/6/257 +f 461/7/257 464/6/259 463/7/259 +f 460/6/258 461/7/258 464/6/262 +f 463/7/262 464/6/262 461/7/258 +f 164/7/145 467/6/145 466/7/145 +f 467/6/145 164/7/145 468/6/145 +f 466/7/146 467/6/146 164/7/146 +f 468/6/146 164/7/146 467/6/146 +f 471/7/263 470/6/140 469/6/263 +f 470/6/140 471/7/263 472/7/140 +f 469/6/264 470/6/142 471/7/264 +f 472/7/142 471/7/264 470/6/142 +f 164/7/142 473/6/142 468/6/142 +f 473/6/142 164/7/142 165/7/142 +f 468/6/140 473/6/140 164/7/140 +f 165/7/140 164/7/140 473/6/140 +f 472/7/140 467/6/265 470/6/140 +f 467/6/265 472/7/140 466/7/265 +f 470/6/142 467/6/266 472/7/142 +f 466/7/266 472/7/142 467/6/266 +f 473/6/38 467/6/38 468/6/38 +f 467/6/38 473/6/38 470/6/38 +f 470/6/38 473/6/38 469/6/38 +f 468/6/37 467/6/37 473/6/37 +f 470/6/37 473/6/37 467/6/37 +f 469/6/37 473/6/37 470/6/37 +f 466/7/37 165/7/37 164/7/37 +f 165/7/37 466/7/37 472/7/37 +f 165/7/37 472/7/37 471/7/37 +f 164/7/38 165/7/38 466/7/38 +f 472/7/38 466/7/38 165/7/38 +f 471/7/38 472/7/38 165/7/38 +f 473/6/146 471/7/146 469/6/146 +f 471/7/146 473/6/146 165/7/146 +f 469/6/145 471/7/145 473/6/145 +f 165/7/145 473/6/145 471/7/145 +f 476/5/37 475/5/37 474/5/37 +f 475/5/37 476/5/37 477/5/37 +f 475/5/37 477/5/37 478/5/37 +f 474/5/38 475/5/38 476/5/38 +f 477/5/38 476/5/38 475/5/38 +f 478/5/38 477/5/38 475/5/38 +f 474/5/142 480/6/142 479/6/142 +f 480/6/142 474/5/142 475/5/142 +f 479/6/140 480/6/140 474/5/140 +f 475/5/140 474/5/140 480/6/140 +f 480/6/146 478/5/146 481/6/146 +f 478/5/146 480/6/146 475/5/146 +f 481/6/145 478/5/145 480/6/145 +f 475/5/145 480/6/145 478/5/145 +f 474/5/145 482/6/145 476/5/145 +f 482/6/145 474/5/145 479/6/145 +f 476/5/146 482/6/146 474/5/146 +f 479/6/146 474/5/146 482/6/146 +f 484/11/141 483/10/141 477/5/142 +f 483/10/141 485/12/141 477/5/142 +f 486/13/141 484/11/141 477/5/142 +f 485/12/141 487/14/141 477/5/142 +f 488/12/141 487/14/141 485/12/141 +f 487/14/141 489/15/141 477/5/142 +f 487/14/141 488/12/141 490/14/141 +f 490/14/141 488/12/141 491/15/141 +f 491/15/141 488/12/141 492/16/141 +f 489/15/141 493/16/141 477/5/142 +f 488/12/141 494/10/141 492/16/141 +f 478/5/141 486/13/141 477/5/142 +f 477/5/142 493/16/141 495/6/142 +f 496/17/141 495/6/142 493/16/141 +f 497/17/141 495/6/142 496/17/141 +f 486/13/141 478/5/141 498/13/141 +f 498/13/141 478/5/141 499/11/141 +f 499/11/141 478/5/141 494/10/141 +f 495/6/142 497/17/141 481/6/141 +f 492/16/141 481/6/141 497/17/141 +f 494/10/141 481/6/141 492/16/141 +f 478/5/141 481/6/141 494/10/141 +f 501/19/144 500/18/144 476/5/144 +f 502/20/144 501/19/144 476/5/144 +f 476/5/144 500/18/144 482/6/144 +f 503/21/144 482/6/144 500/18/144 +f 504/21/144 482/6/144 503/21/144 +f 482/6/144 504/21/144 495/6/142 +f 505/18/144 495/6/142 504/21/144 +f 477/5/142 502/20/144 476/5/144 +f 477/5/142 495/6/142 505/18/144 +f 502/20/144 477/5/142 506/20/144 +f 507/19/144 477/5/142 505/18/144 +f 506/20/144 477/5/142 507/19/144 +f 477/5/140 483/10/139 484/11/139 +f 477/5/140 484/11/139 486/13/139 +f 477/5/140 485/12/139 483/10/139 +f 477/5/140 486/13/139 478/5/139 +f 498/13/139 478/5/139 486/13/139 +f 499/11/139 478/5/139 498/13/139 +f 494/10/139 478/5/139 499/11/139 +f 494/10/139 481/6/139 478/5/139 +f 492/16/139 481/6/139 494/10/139 +f 492/16/139 494/10/139 488/12/139 +f 497/17/139 481/6/139 492/16/139 +f 492/16/139 488/12/139 491/15/139 +f 491/15/139 488/12/139 490/14/139 +f 481/6/139 497/17/139 495/6/140 +f 496/17/139 495/6/140 497/17/139 +f 493/16/139 495/6/140 496/17/139 +f 495/6/140 493/16/139 477/5/140 +f 477/5/140 493/16/139 489/15/139 +f 490/14/139 488/12/139 487/14/139 +f 477/5/140 489/15/139 487/14/139 +f 485/12/139 487/14/139 488/12/139 +f 477/5/140 487/14/139 485/12/139 +f 476/5/143 500/18/143 501/19/143 +f 476/5/143 501/19/143 502/20/143 +f 482/6/143 500/18/143 476/5/143 +f 500/18/143 482/6/143 503/21/143 +f 503/21/143 482/6/143 504/21/143 +f 495/6/140 504/21/143 482/6/143 +f 504/21/143 495/6/140 505/18/143 +f 476/5/143 502/20/143 477/5/140 +f 505/18/143 495/6/140 477/5/140 +f 506/20/143 477/5/140 502/20/143 +f 505/18/143 477/5/140 507/19/143 +f 507/19/143 477/5/140 506/20/143 +f 510/9/267 509/8/268 508/8/267 +f 509/8/268 510/9/267 511/9/268 +f 508/8/269 509/8/270 510/9/269 +f 511/9/270 510/9/269 509/8/270 +f 514/9/269 513/8/270 512/8/269 +f 513/8/270 514/9/269 515/9/270 +f 512/8/267 513/8/268 514/9/267 +f 515/9/268 514/9/267 513/8/268 +f 518/9/272 517/8/271 516/9/271 +f 517/8/271 518/9/272 519/8/272 +f 516/9/274 517/8/274 518/9/273 +f 519/8/273 518/9/273 517/8/274 +f 522/8/274 521/9/273 520/8/273 +f 521/9/273 522/8/274 523/9/274 +f 520/8/272 521/9/272 522/8/271 +f 523/9/271 522/8/271 521/9/272 +f 515/9/270 522/8/274 513/8/270 +f 522/8/274 515/9/270 523/9/274 +f 513/8/268 522/8/271 515/9/268 +f 523/9/271 515/9/268 522/8/271 +f 511/9/268 517/8/271 509/8/268 +f 517/8/271 511/9/268 516/9/271 +f 509/8/270 517/8/274 511/9/270 +f 516/9/274 511/9/270 517/8/274 +f 518/9/272 512/8/269 519/8/272 +f 512/8/269 518/9/272 514/9/269 +f 519/8/273 512/8/267 518/9/273 +f 514/9/267 518/9/273 512/8/267 +f 521/9/273 508/8/267 520/8/273 +f 508/8/267 521/9/273 510/9/267 +f 520/8/272 508/8/269 521/9/272 +f 510/9/269 521/9/272 508/8/269 +f 511/9/275 518/9/275 516/9/275 +f 518/9/275 511/9/275 514/9/275 +f 514/9/275 511/9/275 510/9/275 +f 514/9/275 510/9/275 515/9/275 +f 515/9/275 510/9/275 521/9/275 +f 515/9/275 521/9/275 523/9/275 +f 516/9/276 518/9/276 511/9/276 +f 514/9/276 511/9/276 518/9/276 +f 510/9/276 511/9/276 514/9/276 +f 515/9/276 510/9/276 514/9/276 +f 521/9/276 510/9/276 515/9/276 +f 523/9/276 521/9/276 515/9/276 +f 512/8/276 517/8/276 519/8/276 +f 517/8/276 512/8/276 509/8/276 +f 509/8/276 512/8/276 513/8/276 +f 509/8/276 513/8/276 508/8/276 +f 508/8/276 513/8/276 522/8/276 +f 508/8/276 522/8/276 520/8/276 +f 519/8/275 517/8/275 512/8/275 +f 509/8/275 512/8/275 517/8/275 +f 513/8/275 512/8/275 509/8/275 +f 508/8/275 513/8/275 509/8/275 +f 522/8/275 513/8/275 508/8/275 +f 520/8/275 522/8/275 508/8/275 +f 526/9/277 525/8/278 524/8/277 +f 525/8/278 526/9/277 527/9/278 +f 524/8/279 525/8/280 526/9/279 +f 527/9/280 526/9/279 525/8/280 +f 530/9/279 529/8/280 528/8/279 +f 529/8/280 530/9/279 531/9/280 +f 528/8/277 529/8/278 530/9/277 +f 531/9/278 530/9/277 529/8/278 +f 534/9/282 533/8/281 532/9/281 +f 533/8/281 534/9/282 535/8/282 +f 532/9/284 533/8/284 534/9/283 +f 535/8/283 534/9/283 533/8/284 +f 538/8/284 537/9/283 536/8/283 +f 537/9/283 538/8/284 539/9/284 +f 536/8/282 537/9/282 538/8/281 +f 539/9/281 538/8/281 537/9/282 +f 531/9/280 538/8/284 529/8/280 +f 538/8/284 531/9/280 539/9/284 +f 529/8/278 538/8/281 531/9/278 +f 539/9/281 531/9/278 538/8/281 +f 527/9/278 533/8/281 525/8/278 +f 533/8/281 527/9/278 532/9/281 +f 525/8/280 533/8/284 527/9/280 +f 532/9/284 527/9/280 533/8/284 +f 534/9/282 528/8/279 535/8/282 +f 528/8/279 534/9/282 530/9/279 +f 535/8/283 528/8/277 534/9/283 +f 530/9/277 534/9/283 528/8/277 +f 537/9/283 524/8/277 536/8/283 +f 524/8/277 537/9/283 526/9/277 +f 536/8/282 524/8/279 537/9/282 +f 526/9/279 537/9/282 524/8/279 +f 527/9/285 534/9/285 532/9/285 +f 534/9/285 527/9/285 530/9/285 +f 530/9/285 527/9/285 526/9/285 +f 530/9/285 526/9/285 531/9/285 +f 531/9/285 526/9/285 537/9/285 +f 531/9/285 537/9/285 539/9/285 +f 532/9/286 534/9/286 527/9/286 +f 530/9/286 527/9/286 534/9/286 +f 526/9/286 527/9/286 530/9/286 +f 531/9/286 526/9/286 530/9/286 +f 537/9/286 526/9/286 531/9/286 +f 539/9/286 537/9/286 531/9/286 +f 528/8/286 533/8/286 535/8/286 +f 533/8/286 528/8/286 525/8/286 +f 525/8/286 528/8/286 529/8/286 +f 525/8/286 529/8/286 524/8/286 +f 524/8/286 529/8/286 538/8/286 +f 524/8/286 538/8/286 536/8/286 +f 535/8/285 533/8/285 528/8/285 +f 525/8/285 528/8/285 533/8/285 +f 529/8/285 528/8/285 525/8/285 +f 524/8/285 529/8/285 525/8/285 +f 538/8/285 529/8/285 524/8/285 +f 536/8/285 538/8/285 524/8/285 +f 542/8/277 541/9/278 540/8/278 +f 541/9/278 542/8/277 543/9/277 +f 540/8/280 541/9/280 542/8/279 +f 543/9/279 542/8/279 541/9/280 +f 546/9/279 545/8/280 544/8/279 +f 545/8/280 546/9/279 547/9/280 +f 544/8/277 545/8/278 546/9/277 +f 547/9/278 546/9/277 545/8/278 +f 550/9/282 549/8/281 548/9/281 +f 549/8/281 550/9/282 551/8/282 +f 548/9/284 549/8/284 550/9/283 +f 551/8/283 550/9/283 549/8/284 +f 554/8/284 553/9/283 552/8/283 +f 553/9/283 554/8/284 555/9/284 +f 552/8/282 553/9/282 554/8/281 +f 555/9/281 554/8/281 553/9/282 +f 545/8/280 555/9/284 554/8/284 +f 555/9/284 545/8/280 547/9/280 +f 554/8/281 555/9/281 545/8/278 +f 547/9/278 545/8/278 555/9/281 +f 541/9/278 549/8/281 540/8/278 +f 549/8/281 541/9/278 548/9/281 +f 540/8/280 549/8/284 541/9/280 +f 548/9/284 541/9/280 549/8/284 +f 551/8/282 546/9/279 544/8/279 +f 546/9/279 551/8/282 550/9/282 +f 544/8/277 546/9/277 551/8/283 +f 550/9/283 551/8/283 546/9/277 +f 553/9/283 542/8/277 552/8/283 +f 542/8/277 553/9/283 543/9/277 +f 552/8/282 542/8/279 553/9/282 +f 543/9/279 553/9/282 542/8/279 +f 541/9/285 550/9/285 548/9/285 +f 550/9/285 541/9/285 546/9/285 +f 546/9/285 541/9/285 543/9/285 +f 546/9/285 543/9/285 547/9/285 +f 547/9/285 543/9/285 553/9/285 +f 547/9/285 553/9/285 555/9/285 +f 548/9/286 550/9/286 541/9/286 +f 546/9/286 541/9/286 550/9/286 +f 543/9/286 541/9/286 546/9/286 +f 547/9/286 543/9/286 546/9/286 +f 553/9/286 543/9/286 547/9/286 +f 555/9/286 553/9/286 547/9/286 +f 544/8/286 549/8/286 551/8/286 +f 549/8/286 544/8/286 540/8/286 +f 540/8/286 544/8/286 545/8/286 +f 540/8/286 545/8/286 542/8/286 +f 542/8/286 545/8/286 554/8/286 +f 542/8/286 554/8/286 552/8/286 +f 551/8/285 549/8/285 544/8/285 +f 540/8/285 544/8/285 549/8/285 +f 545/8/285 544/8/285 540/8/285 +f 542/8/285 545/8/285 540/8/285 +f 554/8/285 545/8/285 542/8/285 +f 552/8/285 554/8/285 542/8/285 +f 558/7/33 557/6/252 556/6/33 +f 557/6/252 558/7/33 559/7/252 +f 556/6/35 557/6/251 558/7/35 +f 559/7/251 558/7/35 557/6/251 +f 562/7/255 561/6/256 560/7/256 +f 561/6/256 562/7/255 563/6/255 +f 560/7/253 561/6/253 562/7/254 +f 563/6/254 562/7/254 561/6/253 +f 559/7/252 561/6/256 557/6/252 +f 561/6/256 559/7/252 560/7/256 +f 557/6/251 561/6/253 559/7/251 +f 560/7/253 559/7/251 561/6/253 +f 565/7/258 556/6/33 564/6/258 +f 556/6/33 565/7/258 558/7/33 +f 564/6/257 556/6/35 565/7/257 +f 558/7/35 565/7/257 556/6/35 +f 560/7/37 566/7/37 562/7/37 +f 566/7/37 560/7/37 559/7/37 +f 566/7/37 559/7/37 558/7/37 +f 566/7/37 558/7/37 565/7/37 +f 566/7/37 565/7/37 567/7/37 +f 562/7/38 566/7/38 560/7/38 +f 559/7/38 560/7/38 566/7/38 +f 558/7/38 559/7/38 566/7/38 +f 565/7/38 558/7/38 566/7/38 +f 567/7/38 565/7/38 566/7/38 +f 569/6/261 567/7/262 568/6/262 +f 567/7/262 569/6/261 566/7/261 +f 568/6/259 567/7/259 569/6/260 +f 566/7/260 569/6/260 567/7/259 +f 568/6/262 565/7/258 564/6/258 +f 565/7/258 568/6/262 567/7/262 +f 564/6/257 565/7/257 568/6/259 +f 567/7/259 568/6/259 565/7/257 +f 212/7/40 571/6/40 570/7/40 +f 571/6/40 212/7/40 572/6/40 +f 570/7/39 571/6/39 212/7/39 +f 572/6/39 212/7/39 571/6/39 +f 430/7/264 574/6/33 573/6/264 +f 574/6/33 430/7/264 575/7/33 +f 573/6/263 574/6/35 430/7/263 +f 575/7/35 430/7/263 574/6/35 +f 212/7/35 576/6/35 572/6/35 +f 576/6/35 212/7/35 213/7/35 +f 572/6/33 576/6/33 212/7/33 +f 213/7/33 212/7/33 576/6/33 +f 575/7/33 571/6/266 574/6/33 +f 571/6/266 575/7/33 570/7/266 +f 574/6/35 571/6/265 575/7/35 +f 570/7/265 575/7/35 571/6/265 +f 576/6/38 571/6/38 572/6/38 +f 571/6/38 576/6/38 574/6/38 +f 574/6/38 576/6/38 573/6/38 +f 572/6/37 571/6/37 576/6/37 +f 574/6/37 576/6/37 571/6/37 +f 573/6/37 576/6/37 574/6/37 +f 570/7/37 213/7/37 212/7/37 +f 213/7/37 570/7/37 575/7/37 +f 213/7/37 575/7/37 430/7/37 +f 212/7/38 213/7/38 570/7/38 +f 575/7/38 570/7/38 213/7/38 +f 430/7/38 575/7/38 213/7/38 +f 576/6/39 430/7/39 573/6/39 +f 430/7/39 576/6/39 213/7/39 +f 573/6/40 430/7/40 576/6/40 +f 213/7/40 576/6/40 430/7/40 +f 578/5/37 418/5/37 577/5/37 +f 418/5/37 578/5/37 579/5/37 +f 418/5/37 579/5/37 420/5/37 +f 577/5/38 418/5/38 578/5/38 +f 579/5/38 578/5/38 418/5/38 +f 420/5/38 579/5/38 418/5/38 +f 577/5/35 426/6/35 580/6/35 +f 426/6/35 577/5/35 418/5/35 +f 580/6/33 426/6/33 577/5/33 +f 418/5/33 577/5/33 426/6/33 +f 426/6/39 420/5/39 427/6/39 +f 420/5/39 426/6/39 418/5/39 +f 427/6/40 420/5/40 426/6/40 +f 418/5/40 426/6/40 420/5/40 +f 577/5/40 581/6/40 578/5/40 +f 581/6/40 577/5/40 580/6/40 +f 578/5/39 581/6/39 577/5/39 +f 580/6/39 577/5/39 581/6/39 +f 583/11/139 582/10/139 579/5/35 +f 582/10/139 584/12/139 579/5/35 +f 585/13/139 583/11/139 579/5/35 +f 584/12/139 586/14/139 579/5/35 +f 587/12/139 586/14/139 584/12/139 +f 586/14/139 588/15/139 579/5/35 +f 586/14/139 587/12/139 589/14/139 +f 589/14/139 587/12/139 590/15/139 +f 590/15/139 587/12/139 591/16/139 +f 588/15/139 592/16/139 579/5/35 +f 587/12/139 593/10/139 591/16/139 +f 420/5/139 585/13/139 579/5/35 +f 579/5/35 592/16/139 594/6/35 +f 595/17/139 594/6/35 592/16/139 +f 596/17/139 594/6/35 595/17/139 +f 585/13/139 420/5/139 597/13/139 +f 597/13/139 420/5/139 598/11/139 +f 598/11/139 420/5/139 593/10/139 +f 594/6/35 596/17/139 427/6/139 +f 591/16/139 427/6/139 596/17/139 +f 593/10/139 427/6/139 591/16/139 +f 420/5/139 427/6/139 593/10/139 +f 600/19/143 599/18/143 578/5/143 +f 601/20/143 600/19/143 578/5/143 +f 578/5/143 599/18/143 581/6/143 +f 602/21/143 581/6/143 599/18/143 +f 603/21/143 581/6/143 602/21/143 +f 581/6/143 603/21/143 594/6/35 +f 604/18/143 594/6/35 603/21/143 +f 579/5/35 601/20/143 578/5/143 +f 579/5/35 594/6/35 604/18/143 +f 601/20/143 579/5/35 605/20/143 +f 606/19/143 579/5/35 604/18/143 +f 605/20/143 579/5/35 606/19/143 +f 579/5/33 582/10/141 583/11/141 +f 579/5/33 583/11/141 585/13/141 +f 579/5/33 584/12/141 582/10/141 +f 579/5/33 585/13/141 420/5/141 +f 597/13/141 420/5/141 585/13/141 +f 598/11/141 420/5/141 597/13/141 +f 593/10/141 420/5/141 598/11/141 +f 593/10/141 427/6/141 420/5/141 +f 591/16/141 427/6/141 593/10/141 +f 591/16/141 593/10/141 587/12/141 +f 596/17/141 427/6/141 591/16/141 +f 591/16/141 587/12/141 590/15/141 +f 590/15/141 587/12/141 589/14/141 +f 427/6/141 596/17/141 594/6/33 +f 595/17/141 594/6/33 596/17/141 +f 592/16/141 594/6/33 595/17/141 +f 594/6/33 592/16/141 579/5/33 +f 579/5/33 592/16/141 588/15/141 +f 589/14/141 587/12/141 586/14/141 +f 579/5/33 588/15/141 586/14/141 +f 584/12/141 586/14/141 587/12/141 +f 579/5/33 586/14/141 584/12/141 +f 578/5/144 599/18/144 600/19/144 +f 578/5/144 600/19/144 601/20/144 +f 581/6/144 599/18/144 578/5/144 +f 599/18/144 581/6/144 602/21/144 +f 602/21/144 581/6/144 603/21/144 +f 594/6/33 603/21/144 581/6/144 +f 603/21/144 594/6/33 604/18/144 +f 578/5/144 601/20/144 579/5/33 +f 604/18/144 594/6/33 579/5/33 +f 605/20/144 579/5/33 601/20/144 +f 604/18/144 579/5/33 606/19/144 +f 606/19/144 579/5/33 605/20/144 +f 609/9/287 608/8/288 607/8/287 +f 608/8/288 609/9/287 610/9/288 +f 607/8/289 608/8/290 609/9/289 +f 610/9/290 609/9/289 608/8/290 +f 613/9/289 612/8/290 611/8/289 +f 612/8/290 613/9/289 614/9/290 +f 611/8/287 612/8/288 613/9/287 +f 614/9/288 613/9/287 612/8/288 +f 617/9/292 616/8/291 615/9/291 +f 616/8/291 617/9/292 618/8/292 +f 615/9/294 616/8/294 617/9/293 +f 618/8/293 617/9/293 616/8/294 +f 621/8/294 620/9/293 619/8/293 +f 620/9/293 621/8/294 622/9/294 +f 619/8/292 620/9/292 621/8/291 +f 622/9/291 621/8/291 620/9/292 +f 614/9/290 621/8/294 612/8/290 +f 621/8/294 614/9/290 622/9/294 +f 612/8/288 621/8/291 614/9/288 +f 622/9/291 614/9/288 621/8/291 +f 610/9/288 616/8/291 608/8/288 +f 616/8/291 610/9/288 615/9/291 +f 608/8/290 616/8/294 610/9/290 +f 615/9/294 610/9/290 616/8/294 +f 617/9/292 611/8/289 618/8/292 +f 611/8/289 617/9/292 613/9/289 +f 618/8/293 611/8/287 617/9/293 +f 613/9/287 617/9/293 611/8/287 +f 620/9/293 607/8/287 619/8/293 +f 607/8/287 620/9/293 609/9/287 +f 619/8/292 607/8/289 620/9/292 +f 609/9/289 620/9/292 607/8/289 +f 610/9/295 617/9/295 615/9/295 +f 617/9/295 610/9/295 613/9/295 +f 613/9/295 610/9/295 609/9/295 +f 613/9/295 609/9/295 614/9/295 +f 614/9/295 609/9/295 620/9/295 +f 614/9/295 620/9/295 622/9/295 +f 615/9/296 617/9/296 610/9/296 +f 613/9/296 610/9/296 617/9/296 +f 609/9/296 610/9/296 613/9/296 +f 614/9/296 609/9/296 613/9/296 +f 620/9/296 609/9/296 614/9/296 +f 622/9/296 620/9/296 614/9/296 +f 611/8/296 616/8/296 618/8/296 +f 616/8/296 611/8/296 608/8/296 +f 608/8/296 611/8/296 612/8/296 +f 608/8/296 612/8/296 607/8/296 +f 607/8/296 612/8/296 621/8/296 +f 607/8/296 621/8/296 619/8/296 +f 618/8/295 616/8/295 611/8/295 +f 608/8/295 611/8/295 616/8/295 +f 612/8/295 611/8/295 608/8/295 +f 607/8/295 612/8/295 608/8/295 +f 621/8/295 612/8/295 607/8/295 +f 619/8/295 621/8/295 607/8/295 +f 625/9/297 624/8/298 623/8/297 +f 624/8/298 625/9/297 626/9/298 +f 623/8/299 624/8/300 625/9/299 +f 626/9/300 625/9/299 624/8/300 +f 629/9/299 628/8/300 627/8/299 +f 628/8/300 629/9/299 630/9/300 +f 627/8/297 628/8/298 629/9/297 +f 630/9/298 629/9/297 628/8/298 +f 633/9/302 632/8/301 631/9/301 +f 632/8/301 633/9/302 634/8/302 +f 631/9/304 632/8/304 633/9/303 +f 634/8/303 633/9/303 632/8/304 +f 637/8/304 636/9/303 635/8/303 +f 636/9/303 637/8/304 638/9/304 +f 635/8/302 636/9/302 637/8/301 +f 638/9/301 637/8/301 636/9/302 +f 630/9/300 637/8/304 628/8/300 +f 637/8/304 630/9/300 638/9/304 +f 628/8/298 637/8/301 630/9/298 +f 638/9/301 630/9/298 637/8/301 +f 626/9/298 632/8/301 624/8/298 +f 632/8/301 626/9/298 631/9/301 +f 624/8/300 632/8/304 626/9/300 +f 631/9/304 626/9/300 632/8/304 +f 633/9/302 627/8/299 634/8/302 +f 627/8/299 633/9/302 629/9/299 +f 634/8/303 627/8/297 633/9/303 +f 629/9/297 633/9/303 627/8/297 +f 636/9/303 623/8/297 635/8/303 +f 623/8/297 636/9/303 625/9/297 +f 635/8/302 623/8/299 636/9/302 +f 625/9/299 636/9/302 623/8/299 +f 626/9/305 633/9/305 631/9/305 +f 633/9/305 626/9/305 629/9/305 +f 629/9/305 626/9/305 625/9/305 +f 629/9/305 625/9/305 630/9/305 +f 630/9/305 625/9/305 636/9/305 +f 630/9/305 636/9/305 638/9/305 +f 631/9/306 633/9/306 626/9/306 +f 629/9/306 626/9/306 633/9/306 +f 625/9/306 626/9/306 629/9/306 +f 630/9/306 625/9/306 629/9/306 +f 636/9/306 625/9/306 630/9/306 +f 638/9/306 636/9/306 630/9/306 +f 627/8/306 632/8/306 634/8/306 +f 632/8/306 627/8/306 624/8/306 +f 624/8/306 627/8/306 628/8/306 +f 624/8/306 628/8/306 623/8/306 +f 623/8/306 628/8/306 637/8/306 +f 623/8/306 637/8/306 635/8/306 +f 634/8/305 632/8/305 627/8/305 +f 624/8/305 627/8/305 632/8/305 +f 628/8/305 627/8/305 624/8/305 +f 623/8/305 628/8/305 624/8/305 +f 637/8/305 628/8/305 623/8/305 +f 635/8/305 637/8/305 623/8/305 +f 641/8/297 640/9/298 639/8/298 +f 640/9/298 641/8/297 642/9/297 +f 639/8/300 640/9/300 641/8/299 +f 642/9/299 641/8/299 640/9/300 +f 645/9/299 644/8/300 643/8/299 +f 644/8/300 645/9/299 646/9/300 +f 643/8/297 644/8/298 645/9/297 +f 646/9/298 645/9/297 644/8/298 +f 649/9/302 648/8/301 647/9/301 +f 648/8/301 649/9/302 650/8/302 +f 647/9/304 648/8/304 649/9/303 +f 650/8/303 649/9/303 648/8/304 +f 653/8/304 652/9/303 651/8/303 +f 652/9/303 653/8/304 654/9/304 +f 651/8/302 652/9/302 653/8/301 +f 654/9/301 653/8/301 652/9/302 +f 644/8/300 654/9/304 653/8/304 +f 654/9/304 644/8/300 646/9/300 +f 653/8/301 654/9/301 644/8/298 +f 646/9/298 644/8/298 654/9/301 +f 640/9/298 648/8/301 639/8/298 +f 648/8/301 640/9/298 647/9/301 +f 639/8/300 648/8/304 640/9/300 +f 647/9/304 640/9/300 648/8/304 +f 650/8/302 645/9/299 643/8/299 +f 645/9/299 650/8/302 649/9/302 +f 643/8/297 645/9/297 650/8/303 +f 649/9/303 650/8/303 645/9/297 +f 652/9/303 641/8/297 651/8/303 +f 641/8/297 652/9/303 642/9/297 +f 651/8/302 641/8/299 652/9/302 +f 642/9/299 652/9/302 641/8/299 +f 640/9/305 649/9/305 647/9/305 +f 649/9/305 640/9/305 645/9/305 +f 645/9/305 640/9/305 642/9/305 +f 645/9/305 642/9/305 646/9/305 +f 646/9/305 642/9/305 652/9/305 +f 646/9/305 652/9/305 654/9/305 +f 647/9/306 649/9/306 640/9/306 +f 645/9/306 640/9/306 649/9/306 +f 642/9/306 640/9/306 645/9/306 +f 646/9/306 642/9/306 645/9/306 +f 652/9/306 642/9/306 646/9/306 +f 654/9/306 652/9/306 646/9/306 +f 643/8/306 648/8/306 650/8/306 +f 648/8/306 643/8/306 639/8/306 +f 639/8/306 643/8/306 644/8/306 +f 639/8/306 644/8/306 641/8/306 +f 641/8/306 644/8/306 653/8/306 +f 641/8/306 653/8/306 651/8/306 +f 650/8/305 648/8/305 643/8/305 +f 639/8/305 643/8/305 648/8/305 +f 644/8/305 643/8/305 639/8/305 +f 641/8/305 644/8/305 639/8/305 +f 653/8/305 644/8/305 641/8/305 +f 651/8/305 653/8/305 641/8/305 +f 657/7/75 656/6/307 655/6/75 +f 656/6/307 657/7/75 658/7/307 +f 655/6/77 656/6/308 657/7/77 +f 658/7/308 657/7/77 656/6/308 +f 661/7/310 660/6/309 659/7/309 +f 660/6/309 661/7/310 662/6/310 +f 659/7/312 660/6/312 661/7/311 +f 662/6/311 661/7/311 660/6/312 +f 658/7/307 660/6/309 656/6/307 +f 660/6/309 658/7/307 659/7/309 +f 656/6/308 660/6/312 658/7/308 +f 659/7/312 658/7/308 660/6/312 +f 664/7/313 655/6/75 663/6/313 +f 655/6/75 664/7/313 657/7/75 +f 663/6/314 655/6/77 664/7/314 +f 657/7/77 664/7/314 655/6/77 +f 659/7/37 665/7/37 661/7/37 +f 665/7/37 659/7/37 658/7/37 +f 665/7/37 658/7/37 657/7/37 +f 665/7/37 657/7/37 664/7/37 +f 665/7/37 664/7/37 666/7/37 +f 661/7/38 665/7/38 659/7/38 +f 658/7/38 659/7/38 665/7/38 +f 657/7/38 658/7/38 665/7/38 +f 664/7/38 657/7/38 665/7/38 +f 666/7/38 664/7/38 665/7/38 +f 668/6/316 666/7/315 667/6/315 +f 666/7/315 668/6/316 665/7/316 +f 667/6/318 666/7/318 668/6/317 +f 665/7/317 668/6/317 666/7/318 +f 667/6/315 664/7/313 663/6/313 +f 664/7/313 667/6/315 666/7/315 +f 663/6/314 664/7/314 667/6/318 +f 666/7/318 667/6/318 664/7/314 +f 671/7/80 670/6/80 669/7/80 +f 670/6/80 671/7/80 672/6/80 +f 669/7/79 670/6/79 671/7/79 +f 672/6/79 671/7/79 670/6/79 +f 675/7/319 674/6/75 673/6/319 +f 674/6/75 675/7/319 676/7/75 +f 673/6/320 674/6/77 675/7/320 +f 676/7/77 675/7/320 674/6/77 +f 671/7/77 677/6/77 672/6/77 +f 677/6/77 671/7/77 678/7/77 +f 672/6/75 677/6/75 671/7/75 +f 678/7/75 671/7/75 677/6/75 +f 676/7/75 670/6/321 674/6/75 +f 670/6/321 676/7/75 669/7/321 +f 674/6/77 670/6/322 676/7/77 +f 669/7/322 676/7/77 670/6/322 +f 677/6/38 670/6/38 672/6/38 +f 670/6/38 677/6/38 674/6/38 +f 674/6/38 677/6/38 673/6/38 +f 672/6/37 670/6/37 677/6/37 +f 674/6/37 677/6/37 670/6/37 +f 673/6/37 677/6/37 674/6/37 +f 669/7/37 678/7/37 671/7/37 +f 678/7/37 669/7/37 676/7/37 +f 678/7/37 676/7/37 675/7/37 +f 671/7/38 678/7/38 669/7/38 +f 676/7/38 669/7/38 678/7/38 +f 675/7/38 676/7/38 678/7/38 +f 677/6/79 675/7/79 673/6/79 +f 675/7/79 677/6/79 678/7/79 +f 673/6/80 675/7/80 677/6/80 +f 678/7/80 677/6/80 675/7/80 +f 681/5/37 680/5/37 679/5/37 +f 680/5/37 681/5/37 682/5/37 +f 680/5/37 682/5/37 683/5/37 +f 679/5/38 680/5/38 681/5/38 +f 682/5/38 681/5/38 680/5/38 +f 683/5/38 682/5/38 680/5/38 +f 679/5/77 685/6/77 684/6/77 +f 685/6/77 679/5/77 680/5/77 +f 684/6/75 685/6/75 679/5/75 +f 680/5/75 679/5/75 685/6/75 +f 685/6/79 683/5/79 686/6/79 +f 683/5/79 685/6/79 680/5/79 +f 686/6/80 683/5/80 685/6/80 +f 680/5/80 685/6/80 683/5/80 +f 679/5/80 687/6/80 681/5/80 +f 687/6/80 679/5/80 684/6/80 +f 681/5/79 687/6/79 679/5/79 +f 684/6/79 679/5/79 687/6/79 +f 689/11/220 688/10/220 682/5/77 +f 688/10/220 690/12/220 682/5/77 +f 691/13/220 689/11/220 682/5/77 +f 690/12/220 692/14/220 682/5/77 +f 693/12/220 692/14/220 690/12/220 +f 692/14/220 694/15/220 682/5/77 +f 692/14/220 693/12/220 695/14/220 +f 695/14/220 693/12/220 696/15/220 +f 696/15/220 693/12/220 697/16/220 +f 694/15/220 698/16/220 682/5/77 +f 693/12/220 699/10/220 697/16/220 +f 683/5/220 691/13/220 682/5/77 +f 682/5/77 698/16/220 700/6/77 +f 701/17/220 700/6/77 698/16/220 +f 702/17/220 700/6/77 701/17/220 +f 691/13/220 683/5/220 703/13/220 +f 703/13/220 683/5/220 704/11/220 +f 704/11/220 683/5/220 699/10/220 +f 700/6/77 702/17/220 686/6/220 +f 697/16/220 686/6/220 702/17/220 +f 699/10/220 686/6/220 697/16/220 +f 683/5/220 686/6/220 699/10/220 +f 706/19/222 705/18/222 681/5/222 +f 707/20/222 706/19/222 681/5/222 +f 681/5/222 705/18/222 687/6/222 +f 708/21/222 687/6/222 705/18/222 +f 709/21/222 687/6/222 708/21/222 +f 687/6/222 709/21/222 700/6/77 +f 710/18/222 700/6/77 709/21/222 +f 682/5/77 707/20/222 681/5/222 +f 682/5/77 700/6/77 710/18/222 +f 707/20/222 682/5/77 711/20/222 +f 712/19/222 682/5/77 710/18/222 +f 711/20/222 682/5/77 712/19/222 +f 682/5/75 688/10/219 689/11/219 +f 682/5/75 689/11/219 691/13/219 +f 682/5/75 690/12/219 688/10/219 +f 682/5/75 691/13/219 683/5/219 +f 703/13/219 683/5/219 691/13/219 +f 704/11/219 683/5/219 703/13/219 +f 699/10/219 683/5/219 704/11/219 +f 699/10/219 686/6/219 683/5/219 +f 697/16/219 686/6/219 699/10/219 +f 697/16/219 699/10/219 693/12/219 +f 702/17/219 686/6/219 697/16/219 +f 697/16/219 693/12/219 696/15/219 +f 696/15/219 693/12/219 695/14/219 +f 686/6/219 702/17/219 700/6/75 +f 701/17/219 700/6/75 702/17/219 +f 698/16/219 700/6/75 701/17/219 +f 700/6/75 698/16/219 682/5/75 +f 682/5/75 698/16/219 694/15/219 +f 695/14/219 693/12/219 692/14/219 +f 682/5/75 694/15/219 692/14/219 +f 690/12/219 692/14/219 693/12/219 +f 682/5/75 692/14/219 690/12/219 +f 681/5/221 705/18/221 706/19/221 +f 681/5/221 706/19/221 707/20/221 +f 687/6/221 705/18/221 681/5/221 +f 705/18/221 687/6/221 708/21/221 +f 708/21/221 687/6/221 709/21/221 +f 700/6/75 709/21/221 687/6/221 +f 709/21/221 700/6/75 710/18/221 +f 681/5/221 707/20/221 682/5/75 +f 710/18/221 700/6/75 682/5/75 +f 711/20/221 682/5/75 707/20/221 +f 710/18/221 682/5/75 712/19/221 +f 712/19/221 682/5/75 711/20/221 +f 715/9/323 714/8/324 713/8/323 +f 714/8/324 715/9/323 716/9/324 +f 713/8/325 714/8/326 715/9/325 +f 716/9/326 715/9/325 714/8/326 +f 719/9/325 718/8/326 717/8/325 +f 718/8/326 719/9/325 720/9/326 +f 717/8/323 718/8/324 719/9/323 +f 720/9/324 719/9/323 718/8/324 +f 723/9/328 722/8/327 721/9/327 +f 722/8/327 723/9/328 724/8/328 +f 721/9/330 722/8/330 723/9/329 +f 724/8/329 723/9/329 722/8/330 +f 727/8/330 726/9/329 725/8/329 +f 726/9/329 727/8/330 728/9/330 +f 725/8/328 726/9/328 727/8/327 +f 728/9/327 727/8/327 726/9/328 +f 720/9/326 727/8/330 718/8/326 +f 727/8/330 720/9/326 728/9/330 +f 718/8/324 727/8/327 720/9/324 +f 728/9/327 720/9/324 727/8/327 +f 716/9/324 722/8/327 714/8/324 +f 722/8/327 716/9/324 721/9/327 +f 714/8/326 722/8/330 716/9/326 +f 721/9/330 716/9/326 722/8/330 +f 723/9/328 717/8/325 724/8/328 +f 717/8/325 723/9/328 719/9/325 +f 724/8/329 717/8/323 723/9/329 +f 719/9/323 723/9/329 717/8/323 +f 726/9/329 713/8/323 725/8/329 +f 713/8/323 726/9/329 715/9/323 +f 725/8/328 713/8/325 726/9/328 +f 715/9/325 726/9/328 713/8/325 +f 716/9/331 723/9/331 721/9/331 +f 723/9/331 716/9/331 719/9/331 +f 719/9/331 716/9/331 715/9/331 +f 719/9/331 715/9/331 720/9/331 +f 720/9/331 715/9/331 726/9/331 +f 720/9/331 726/9/331 728/9/331 +f 721/9/332 723/9/332 716/9/332 +f 719/9/332 716/9/332 723/9/332 +f 715/9/332 716/9/332 719/9/332 +f 720/9/332 715/9/332 719/9/332 +f 726/9/332 715/9/332 720/9/332 +f 728/9/332 726/9/332 720/9/332 +f 717/8/332 722/8/332 724/8/332 +f 722/8/332 717/8/332 714/8/332 +f 714/8/332 717/8/332 718/8/332 +f 714/8/332 718/8/332 713/8/332 +f 713/8/332 718/8/332 727/8/332 +f 713/8/332 727/8/332 725/8/332 +f 724/8/331 722/8/331 717/8/331 +f 714/8/331 717/8/331 722/8/331 +f 718/8/331 717/8/331 714/8/331 +f 713/8/331 718/8/331 714/8/331 +f 727/8/331 718/8/331 713/8/331 +f 725/8/331 727/8/331 713/8/331 +f 731/9/333 730/8/334 729/8/333 +f 730/8/334 731/9/333 732/9/334 +f 729/8/335 730/8/336 731/9/335 +f 732/9/336 731/9/335 730/8/336 +f 735/9/335 734/8/336 733/8/335 +f 734/8/336 735/9/335 736/9/336 +f 733/8/333 734/8/334 735/9/333 +f 736/9/334 735/9/333 734/8/334 +f 739/9/338 738/8/337 737/9/337 +f 738/8/337 739/9/338 740/8/338 +f 737/9/340 738/8/340 739/9/339 +f 740/8/339 739/9/339 738/8/340 +f 743/8/340 742/9/339 741/8/339 +f 742/9/339 743/8/340 744/9/340 +f 741/8/338 742/9/338 743/8/337 +f 744/9/337 743/8/337 742/9/338 +f 736/9/336 743/8/340 734/8/336 +f 743/8/340 736/9/336 744/9/340 +f 734/8/334 743/8/337 736/9/334 +f 744/9/337 736/9/334 743/8/337 +f 732/9/334 738/8/337 730/8/334 +f 738/8/337 732/9/334 737/9/337 +f 730/8/336 738/8/340 732/9/336 +f 737/9/340 732/9/336 738/8/340 +f 739/9/338 733/8/335 740/8/338 +f 733/8/335 739/9/338 735/9/335 +f 740/8/339 733/8/333 739/9/339 +f 735/9/333 739/9/339 733/8/333 +f 742/9/339 729/8/333 741/8/339 +f 729/8/333 742/9/339 731/9/333 +f 741/8/338 729/8/335 742/9/338 +f 731/9/335 742/9/338 729/8/335 +f 732/9/341 739/9/341 737/9/341 +f 739/9/341 732/9/341 735/9/341 +f 735/9/341 732/9/341 731/9/341 +f 735/9/341 731/9/341 736/9/341 +f 736/9/341 731/9/341 742/9/341 +f 736/9/341 742/9/341 744/9/341 +f 737/9/342 739/9/342 732/9/342 +f 735/9/342 732/9/342 739/9/342 +f 731/9/342 732/9/342 735/9/342 +f 736/9/342 731/9/342 735/9/342 +f 742/9/342 731/9/342 736/9/342 +f 744/9/342 742/9/342 736/9/342 +f 733/8/342 738/8/342 740/8/342 +f 738/8/342 733/8/342 730/8/342 +f 730/8/342 733/8/342 734/8/342 +f 730/8/342 734/8/342 729/8/342 +f 729/8/342 734/8/342 743/8/342 +f 729/8/342 743/8/342 741/8/342 +f 740/8/341 738/8/341 733/8/341 +f 730/8/341 733/8/341 738/8/341 +f 734/8/341 733/8/341 730/8/341 +f 729/8/341 734/8/341 730/8/341 +f 743/8/341 734/8/341 729/8/341 +f 741/8/341 743/8/341 729/8/341 +f 747/8/333 746/9/334 745/8/334 +f 746/9/334 747/8/333 748/9/333 +f 745/8/336 746/9/336 747/8/335 +f 748/9/335 747/8/335 746/9/336 +f 751/9/335 750/8/336 749/8/335 +f 750/8/336 751/9/335 752/9/336 +f 749/8/333 750/8/334 751/9/333 +f 752/9/334 751/9/333 750/8/334 +f 755/9/338 754/8/337 753/9/337 +f 754/8/337 755/9/338 756/8/338 +f 753/9/340 754/8/340 755/9/339 +f 756/8/339 755/9/339 754/8/340 +f 759/8/340 758/9/339 757/8/339 +f 758/9/339 759/8/340 760/9/340 +f 757/8/338 758/9/338 759/8/337 +f 760/9/337 759/8/337 758/9/338 +f 750/8/336 760/9/340 759/8/340 +f 760/9/340 750/8/336 752/9/336 +f 759/8/337 760/9/337 750/8/334 +f 752/9/334 750/8/334 760/9/337 +f 746/9/334 754/8/337 745/8/334 +f 754/8/337 746/9/334 753/9/337 +f 745/8/336 754/8/340 746/9/336 +f 753/9/340 746/9/336 754/8/340 +f 756/8/338 751/9/335 749/8/335 +f 751/9/335 756/8/338 755/9/338 +f 749/8/333 751/9/333 756/8/339 +f 755/9/339 756/8/339 751/9/333 +f 758/9/339 747/8/333 757/8/339 +f 747/8/333 758/9/339 748/9/333 +f 757/8/338 747/8/335 758/9/338 +f 748/9/335 758/9/338 747/8/335 +f 746/9/341 755/9/341 753/9/341 +f 755/9/341 746/9/341 751/9/341 +f 751/9/341 746/9/341 748/9/341 +f 751/9/341 748/9/341 752/9/341 +f 752/9/341 748/9/341 758/9/341 +f 752/9/341 758/9/341 760/9/341 +f 753/9/342 755/9/342 746/9/342 +f 751/9/342 746/9/342 755/9/342 +f 748/9/342 746/9/342 751/9/342 +f 752/9/342 748/9/342 751/9/342 +f 758/9/342 748/9/342 752/9/342 +f 760/9/342 758/9/342 752/9/342 +f 749/8/342 754/8/342 756/8/342 +f 754/8/342 749/8/342 745/8/342 +f 745/8/342 749/8/342 750/8/342 +f 745/8/342 750/8/342 747/8/342 +f 747/8/342 750/8/342 759/8/342 +f 747/8/342 759/8/342 757/8/342 +f 756/8/341 754/8/341 749/8/341 +f 745/8/341 749/8/341 754/8/341 +f 750/8/341 749/8/341 745/8/341 +f 747/8/341 750/8/341 745/8/341 +f 759/8/341 750/8/341 747/8/341 +f 757/8/341 759/8/341 747/8/341 +f 762/5/37 474/5/37 761/5/37 +f 474/5/37 762/5/37 763/5/37 +f 474/5/37 763/5/37 476/5/37 +f 761/5/38 474/5/38 762/5/38 +f 763/5/38 762/5/38 474/5/38 +f 476/5/38 763/5/38 474/5/38 +f 479/6/146 476/5/146 482/6/146 +f 476/5/146 479/6/146 474/5/146 +f 482/6/145 476/5/145 479/6/145 +f 474/5/145 479/6/145 476/5/145 +f 476/5/42 764/6/140 482/6/42 +f 764/6/140 476/5/42 763/5/140 +f 482/6/41 764/6/142 476/5/41 +f 763/5/142 476/5/41 764/6/142 +f 761/5/142 479/6/142 765/6/142 +f 479/6/142 761/5/142 474/5/142 +f 765/6/140 479/6/140 761/5/140 +f 474/5/140 761/5/140 479/6/140 +f 761/5/145 766/6/145 762/5/145 +f 766/6/145 761/5/145 765/6/145 +f 762/5/146 766/6/146 761/5/146 +f 765/6/146 761/5/146 766/6/146 +f 763/5/140 766/6/36 764/6/140 +f 766/6/36 763/5/140 762/5/36 +f 764/6/142 766/6/34 763/5/142 +f 762/5/34 763/5/142 766/6/34 +f 769/7/142 768/6/142 767/6/142 +f 768/6/142 769/7/142 164/7/142 +f 767/6/140 768/6/140 769/7/140 +f 164/7/140 769/7/140 768/6/140 +f 770/7/37 164/7/37 769/7/37 +f 164/7/37 770/7/37 771/7/37 +f 164/7/37 771/7/37 466/7/37 +f 769/7/38 164/7/38 770/7/38 +f 771/7/38 770/7/38 164/7/38 +f 466/7/38 771/7/38 164/7/38 +f 771/7/140 773/6/224 772/6/140 +f 773/6/224 771/7/140 770/7/224 +f 772/6/142 773/6/223 771/7/142 +f 770/7/223 771/7/142 773/6/223 +f 769/7/145 773/6/145 770/7/145 +f 773/6/145 769/7/145 767/6/145 +f 770/7/146 773/6/146 769/7/146 +f 767/6/146 769/7/146 773/6/146 +f 768/6/146 466/7/146 774/6/146 +f 466/7/146 768/6/146 164/7/146 +f 774/6/145 466/7/145 768/6/145 +f 164/7/145 768/6/145 466/7/145 +f 768/6/38 773/6/38 767/6/38 +f 773/6/38 768/6/38 772/6/38 +f 772/6/38 768/6/38 774/6/38 +f 767/6/37 773/6/37 768/6/37 +f 772/6/37 768/6/37 773/6/37 +f 774/6/37 768/6/37 772/6/37 +f 466/7/226 772/6/140 774/6/226 +f 772/6/140 466/7/226 771/7/140 +f 774/6/225 772/6/142 466/7/225 +f 771/7/142 466/7/225 772/6/142 +f 777/9/343 776/8/344 775/8/343 +f 776/8/344 777/9/343 778/9/344 +f 775/8/345 776/8/346 777/9/345 +f 778/9/346 777/9/345 776/8/346 +f 781/9/345 780/8/346 779/8/345 +f 780/8/346 781/9/345 782/9/346 +f 779/8/343 780/8/344 781/9/343 +f 782/9/344 781/9/343 780/8/344 +f 785/9/348 784/8/347 783/9/347 +f 784/8/347 785/9/348 786/8/348 +f 783/9/350 784/8/350 785/9/349 +f 786/8/349 785/9/349 784/8/350 +f 789/8/350 788/9/349 787/8/349 +f 788/9/349 789/8/350 790/9/350 +f 787/8/348 788/9/348 789/8/347 +f 790/9/347 789/8/347 788/9/348 +f 782/9/346 789/8/350 780/8/346 +f 789/8/350 782/9/346 790/9/350 +f 780/8/344 789/8/347 782/9/344 +f 790/9/347 782/9/344 789/8/347 +f 778/9/344 784/8/347 776/8/344 +f 784/8/347 778/9/344 783/9/347 +f 776/8/346 784/8/350 778/9/346 +f 783/9/350 778/9/346 784/8/350 +f 785/9/348 779/8/345 786/8/348 +f 779/8/345 785/9/348 781/9/345 +f 786/8/349 779/8/343 785/9/349 +f 781/9/343 785/9/349 779/8/343 +f 788/9/349 775/8/343 787/8/349 +f 775/8/343 788/9/349 777/9/343 +f 787/8/348 775/8/345 788/9/348 +f 777/9/345 788/9/348 775/8/345 +f 778/9/351 785/9/351 783/9/351 +f 785/9/351 778/9/351 781/9/351 +f 781/9/351 778/9/351 777/9/351 +f 781/9/351 777/9/351 782/9/351 +f 782/9/351 777/9/351 788/9/351 +f 782/9/351 788/9/351 790/9/351 +f 783/9/352 785/9/352 778/9/352 +f 781/9/352 778/9/352 785/9/352 +f 777/9/352 778/9/352 781/9/352 +f 782/9/352 777/9/352 781/9/352 +f 788/9/352 777/9/352 782/9/352 +f 790/9/352 788/9/352 782/9/352 +f 779/8/352 784/8/352 786/8/352 +f 784/8/352 779/8/352 776/8/352 +f 776/8/352 779/8/352 780/8/352 +f 776/8/352 780/8/352 775/8/352 +f 775/8/352 780/8/352 789/8/352 +f 775/8/352 789/8/352 787/8/352 +f 786/8/351 784/8/351 779/8/351 +f 776/8/351 779/8/351 784/8/351 +f 780/8/351 779/8/351 776/8/351 +f 775/8/351 780/8/351 776/8/351 +f 789/8/351 780/8/351 775/8/351 +f 787/8/351 789/8/351 775/8/351 +f 793/5/37 792/5/37 791/5/37 +f 792/5/37 793/5/37 794/5/37 +f 792/5/37 794/5/37 795/5/37 +f 791/5/38 792/5/38 793/5/38 +f 794/5/38 793/5/38 792/5/38 +f 795/5/38 794/5/38 792/5/38 +f 797/6/146 795/5/146 796/6/146 +f 795/5/146 797/6/146 792/5/146 +f 796/6/145 795/5/145 797/6/145 +f 792/5/145 797/6/145 795/5/145 +f 795/5/42 798/6/140 796/6/42 +f 798/6/140 795/5/42 794/5/140 +f 796/6/41 798/6/142 795/5/41 +f 794/5/142 795/5/41 798/6/142 +f 791/5/142 797/6/142 799/6/142 +f 797/6/142 791/5/142 792/5/142 +f 799/6/140 797/6/140 791/5/140 +f 792/5/140 791/5/140 797/6/140 +f 791/5/145 800/6/145 793/5/145 +f 800/6/145 791/5/145 799/6/145 +f 793/5/146 800/6/146 791/5/146 +f 799/6/146 791/5/146 800/6/146 +f 794/5/140 800/6/36 798/6/140 +f 800/6/36 794/5/140 793/5/36 +f 798/6/142 800/6/34 794/5/142 +f 793/5/34 794/5/142 800/6/34 +f 803/7/142 802/6/142 801/6/142 +f 802/6/142 803/7/142 311/7/142 +f 801/6/140 802/6/140 803/7/140 +f 311/7/140 803/7/140 802/6/140 +f 804/7/37 311/7/37 803/7/37 +f 311/7/37 804/7/37 805/7/37 +f 311/7/37 805/7/37 806/7/37 +f 803/7/38 311/7/38 804/7/38 +f 805/7/38 804/7/38 311/7/38 +f 806/7/38 805/7/38 311/7/38 +f 805/7/140 808/6/224 807/6/140 +f 808/6/224 805/7/140 804/7/224 +f 807/6/142 808/6/223 805/7/142 +f 804/7/223 805/7/142 808/6/223 +f 803/7/145 808/6/145 804/7/145 +f 808/6/145 803/7/145 801/6/145 +f 804/7/146 808/6/146 803/7/146 +f 801/6/146 803/7/146 808/6/146 +f 802/6/146 806/7/146 809/6/146 +f 806/7/146 802/6/146 311/7/146 +f 809/6/145 806/7/145 802/6/145 +f 311/7/145 802/6/145 806/7/145 +f 802/6/38 808/6/38 801/6/38 +f 808/6/38 802/6/38 807/6/38 +f 807/6/38 802/6/38 809/6/38 +f 801/6/37 808/6/37 802/6/37 +f 807/6/37 802/6/37 808/6/37 +f 809/6/37 802/6/37 807/6/37 +f 806/7/226 807/6/140 809/6/226 +f 807/6/140 806/7/226 805/7/140 +f 809/6/225 807/6/142 806/7/225 +f 805/7/142 806/7/225 807/6/142 +f 812/9/343 811/8/344 810/8/343 +f 811/8/344 812/9/343 813/9/344 +f 810/8/345 811/8/346 812/9/345 +f 813/9/346 812/9/345 811/8/346 +f 816/9/345 815/8/346 814/8/345 +f 815/8/346 816/9/345 817/9/346 +f 814/8/343 815/8/344 816/9/343 +f 817/9/344 816/9/343 815/8/344 +f 820/9/348 819/8/347 818/9/347 +f 819/8/347 820/9/348 821/8/348 +f 818/9/350 819/8/350 820/9/349 +f 821/8/349 820/9/349 819/8/350 +f 824/8/350 823/9/349 822/8/349 +f 823/9/349 824/8/350 825/9/350 +f 822/8/348 823/9/348 824/8/347 +f 825/9/347 824/8/347 823/9/348 +f 817/9/346 824/8/350 815/8/346 +f 824/8/350 817/9/346 825/9/350 +f 815/8/344 824/8/347 817/9/344 +f 825/9/347 817/9/344 824/8/347 +f 813/9/344 819/8/347 811/8/344 +f 819/8/347 813/9/344 818/9/347 +f 811/8/346 819/8/350 813/9/346 +f 818/9/350 813/9/346 819/8/350 +f 820/9/348 814/8/345 821/8/348 +f 814/8/345 820/9/348 816/9/345 +f 821/8/349 814/8/343 820/9/349 +f 816/9/343 820/9/349 814/8/343 +f 823/9/349 810/8/343 822/8/349 +f 810/8/343 823/9/349 812/9/343 +f 822/8/348 810/8/345 823/9/348 +f 812/9/345 823/9/348 810/8/345 +f 813/9/351 820/9/351 818/9/351 +f 820/9/351 813/9/351 816/9/351 +f 816/9/351 813/9/351 812/9/351 +f 816/9/351 812/9/351 817/9/351 +f 817/9/351 812/9/351 823/9/351 +f 817/9/351 823/9/351 825/9/351 +f 818/9/352 820/9/352 813/9/352 +f 816/9/352 813/9/352 820/9/352 +f 812/9/352 813/9/352 816/9/352 +f 817/9/352 812/9/352 816/9/352 +f 823/9/352 812/9/352 817/9/352 +f 825/9/352 823/9/352 817/9/352 +f 814/8/352 819/8/352 821/8/352 +f 819/8/352 814/8/352 811/8/352 +f 811/8/352 814/8/352 815/8/352 +f 811/8/352 815/8/352 810/8/352 +f 810/8/352 815/8/352 824/8/352 +f 810/8/352 824/8/352 822/8/352 +f 821/8/351 819/8/351 814/8/351 +f 811/8/351 814/8/351 819/8/351 +f 815/8/351 814/8/351 811/8/351 +f 810/8/351 815/8/351 811/8/351 +f 824/8/351 815/8/351 810/8/351 +f 822/8/351 824/8/351 810/8/351 +f 828/22/145 827/23/353 826/22/353 +f 827/23/353 828/22/145 829/23/145 +f 826/22/354 827/23/354 828/22/146 +f 829/23/146 828/22/146 827/23/354 +f 832/22/142 831/23/355 830/23/142 +f 831/23/355 832/22/142 833/22/355 +f 830/23/140 831/23/356 832/22/140 +f 833/22/356 832/22/140 831/23/356 +f 835/22/357 830/23/142 834/23/357 +f 830/23/142 835/22/357 832/22/142 +f 834/23/358 830/23/140 835/22/358 +f 832/22/140 835/22/358 830/23/140 +f 837/22/140 827/23/356 836/23/140 +f 827/23/356 837/22/140 826/22/356 +f 836/23/142 827/23/355 837/22/142 +f 826/22/355 837/22/142 827/23/355 +f 839/22/358 836/23/140 838/23/358 +f 836/23/140 839/22/358 837/22/140 +f 838/23/357 836/23/142 839/22/357 +f 837/22/142 839/22/357 836/23/142 +f 840/23/146 839/22/359 838/23/359 +f 839/22/359 840/23/146 841/22/146 +f 838/23/360 839/22/360 840/23/145 +f 841/22/145 840/23/145 839/22/360 +f 831/23/354 841/22/146 840/23/146 +f 841/22/146 831/23/354 833/22/354 +f 840/23/145 841/22/145 831/23/353 +f 833/22/353 831/23/353 841/22/145 +f 826/22/37 835/22/37 828/22/37 +f 835/22/37 826/22/37 832/22/37 +f 832/22/37 826/22/37 837/22/37 +f 832/22/37 837/22/37 833/22/37 +f 833/22/37 837/22/37 839/22/37 +f 833/22/37 839/22/37 841/22/37 +f 828/22/38 835/22/38 826/22/38 +f 832/22/38 826/22/38 835/22/38 +f 837/22/38 826/22/38 832/22/38 +f 833/22/38 837/22/38 832/22/38 +f 839/22/38 837/22/38 833/22/38 +f 841/22/38 839/22/38 833/22/38 +f 834/23/38 827/23/38 829/23/38 +f 827/23/38 834/23/38 830/23/38 +f 827/23/38 830/23/38 836/23/38 +f 836/23/38 830/23/38 831/23/38 +f 836/23/38 831/23/38 838/23/38 +f 838/23/38 831/23/38 840/23/38 +f 829/23/37 827/23/37 834/23/37 +f 830/23/37 834/23/37 827/23/37 +f 836/23/37 830/23/37 827/23/37 +f 831/23/37 830/23/37 836/23/37 +f 838/23/37 831/23/37 836/23/37 +f 840/23/37 831/23/37 838/23/37 +f 835/22/360 829/23/145 828/22/145 +f 829/23/145 835/22/360 834/23/360 +f 828/22/146 829/23/146 835/22/359 +f 834/23/359 835/22/359 829/23/146 +f 844/22/142 843/23/355 842/23/142 +f 843/23/355 844/22/142 845/22/355 +f 842/23/140 843/23/356 844/22/140 +f 845/22/356 844/22/140 843/23/356 +f 848/22/358 847/23/140 846/23/358 +f 847/23/140 848/22/358 849/22/140 +f 846/23/357 847/23/142 848/22/357 +f 849/22/142 848/22/357 847/23/142 +f 851/22/357 842/23/142 850/23/357 +f 842/23/142 851/22/357 844/22/142 +f 850/23/358 842/23/140 851/22/358 +f 844/22/140 851/22/358 842/23/140 +f 851/22/360 853/23/145 852/22/145 +f 853/23/145 851/22/360 850/23/360 +f 852/22/146 853/23/146 851/22/359 +f 850/23/359 851/22/359 853/23/146 +f 854/22/37 851/22/37 852/22/37 +f 851/22/37 854/22/37 849/22/37 +f 851/22/37 849/22/37 844/22/37 +f 844/22/37 849/22/37 848/22/37 +f 844/22/37 848/22/37 845/22/37 +f 845/22/37 848/22/37 855/22/37 +f 852/22/38 851/22/38 854/22/38 +f 849/22/38 854/22/38 851/22/38 +f 844/22/38 849/22/38 851/22/38 +f 848/22/38 849/22/38 844/22/38 +f 845/22/38 848/22/38 844/22/38 +f 855/22/38 848/22/38 845/22/38 +f 856/23/146 848/22/359 846/23/359 +f 848/22/359 856/23/146 855/22/146 +f 846/23/360 848/22/360 856/23/145 +f 855/22/145 856/23/145 848/22/360 +f 843/23/354 855/22/146 856/23/146 +f 855/22/146 843/23/354 845/22/354 +f 856/23/145 855/22/145 843/23/353 +f 845/22/353 843/23/353 855/22/145 +f 852/22/145 857/23/353 854/22/353 +f 857/23/353 852/22/145 853/23/145 +f 854/22/354 857/23/354 852/22/146 +f 853/23/146 852/22/146 857/23/354 +f 849/22/140 857/23/356 847/23/140 +f 857/23/356 849/22/140 854/22/356 +f 847/23/142 857/23/355 849/22/142 +f 854/22/355 849/22/142 857/23/355 +f 860/25/361 859/24/362 858/24/361 +f 859/24/362 860/25/361 861/25/362 +f 858/24/363 859/24/364 860/25/363 +f 861/25/364 860/25/363 859/24/364 +f 863/25/365 858/24/361 862/24/365 +f 858/24/361 863/25/365 860/25/361 +f 862/24/366 858/24/363 863/25/366 +f 860/25/363 863/25/366 858/24/363 +f 866/24/367 865/25/368 864/25/367 +f 865/25/368 866/24/367 867/24/368 +f 864/25/369 865/25/370 866/24/369 +f 867/24/370 866/24/369 865/25/370 +f 870/24/371 869/25/372 868/25/371 +f 869/25/372 870/24/371 871/24/372 +f 868/25/373 869/25/374 870/24/373 +f 871/24/374 870/24/373 869/25/374 +f 872/24/376 865/25/375 867/24/375 +f 865/25/375 872/24/376 873/25/376 +f 867/24/378 865/25/378 872/24/377 +f 873/25/377 872/24/377 865/25/378 +f 870/24/379 873/25/376 872/24/376 +f 873/25/376 870/24/379 868/25/379 +f 872/24/377 873/25/377 870/24/380 +f 868/25/380 870/24/380 873/25/377 +f 862/24/381 864/25/367 863/25/381 +f 864/25/367 862/24/381 866/24/367 +f 863/25/382 864/25/369 862/24/382 +f 866/24/369 862/24/382 864/25/369 +f 871/24/372 861/25/383 869/25/372 +f 861/25/383 871/24/372 859/24/383 +f 869/25/374 861/25/384 871/24/374 +f 859/24/384 871/24/374 861/25/384 +f 876/22/40 875/23/354 874/22/354 +f 875/23/354 876/22/40 877/23/40 +f 874/22/353 875/23/353 876/22/39 +f 877/23/39 876/22/39 875/23/353 +f 880/22/35 879/23/356 878/23/35 +f 879/23/356 880/22/35 881/22/356 +f 878/23/33 879/23/355 880/22/33 +f 881/22/355 880/22/33 879/23/355 +f 883/22/358 878/23/35 882/23/358 +f 878/23/35 883/22/358 880/22/35 +f 882/23/357 878/23/33 883/22/357 +f 880/22/33 883/22/357 878/23/33 +f 885/22/33 875/23/355 884/23/33 +f 875/23/355 885/22/33 874/22/355 +f 884/23/35 875/23/356 885/22/35 +f 874/22/356 885/22/35 875/23/356 +f 887/22/357 884/23/33 886/23/357 +f 884/23/33 887/22/357 885/22/33 +f 886/23/358 884/23/35 887/22/358 +f 885/22/35 887/22/358 884/23/35 +f 888/23/39 887/22/360 886/23/360 +f 887/22/360 888/23/39 889/22/39 +f 886/23/359 887/22/359 888/23/40 +f 889/22/40 888/23/40 887/22/359 +f 879/23/353 889/22/39 888/23/39 +f 889/22/39 879/23/353 881/22/353 +f 888/23/40 889/22/40 879/23/354 +f 881/22/354 879/23/354 889/22/40 +f 874/22/37 883/22/37 876/22/37 +f 883/22/37 874/22/37 880/22/37 +f 880/22/37 874/22/37 885/22/37 +f 880/22/37 885/22/37 881/22/37 +f 881/22/37 885/22/37 887/22/37 +f 881/22/37 887/22/37 889/22/37 +f 876/22/38 883/22/38 874/22/38 +f 880/22/38 874/22/38 883/22/38 +f 885/22/38 874/22/38 880/22/38 +f 881/22/38 885/22/38 880/22/38 +f 887/22/38 885/22/38 881/22/38 +f 889/22/38 887/22/38 881/22/38 +f 882/23/38 875/23/38 877/23/38 +f 875/23/38 882/23/38 878/23/38 +f 875/23/38 878/23/38 884/23/38 +f 884/23/38 878/23/38 879/23/38 +f 884/23/38 879/23/38 886/23/38 +f 886/23/38 879/23/38 888/23/38 +f 877/23/37 875/23/37 882/23/37 +f 878/23/37 882/23/37 875/23/37 +f 884/23/37 878/23/37 875/23/37 +f 879/23/37 878/23/37 884/23/37 +f 886/23/37 879/23/37 884/23/37 +f 888/23/37 879/23/37 886/23/37 +f 883/22/359 877/23/40 876/22/40 +f 877/23/40 883/22/359 882/23/359 +f 876/22/39 877/23/39 883/22/360 +f 882/23/360 883/22/360 877/23/39 +f 892/22/35 891/23/356 890/23/35 +f 891/23/356 892/22/35 893/22/356 +f 890/23/33 891/23/355 892/22/33 +f 893/22/355 892/22/33 891/23/355 +f 896/22/357 895/23/33 894/23/357 +f 895/23/33 896/22/357 897/22/33 +f 894/23/358 895/23/35 896/22/358 +f 897/22/35 896/22/358 895/23/35 +f 899/22/358 890/23/35 898/23/358 +f 890/23/35 899/22/358 892/22/35 +f 898/23/357 890/23/33 899/22/357 +f 892/22/33 899/22/357 890/23/33 +f 899/22/359 901/23/40 900/22/40 +f 901/23/40 899/22/359 898/23/359 +f 900/22/39 901/23/39 899/22/360 +f 898/23/360 899/22/360 901/23/39 +f 902/22/37 899/22/37 900/22/37 +f 899/22/37 902/22/37 897/22/37 +f 899/22/37 897/22/37 892/22/37 +f 892/22/37 897/22/37 896/22/37 +f 892/22/37 896/22/37 893/22/37 +f 893/22/37 896/22/37 903/22/37 +f 900/22/38 899/22/38 902/22/38 +f 897/22/38 902/22/38 899/22/38 +f 892/22/38 897/22/38 899/22/38 +f 896/22/38 897/22/38 892/22/38 +f 893/22/38 896/22/38 892/22/38 +f 903/22/38 896/22/38 893/22/38 +f 904/23/39 896/22/360 894/23/360 +f 896/22/360 904/23/39 903/22/39 +f 894/23/359 896/22/359 904/23/40 +f 903/22/40 904/23/40 896/22/359 +f 891/23/353 903/22/39 904/23/39 +f 903/22/39 891/23/353 893/22/353 +f 904/23/40 903/22/40 891/23/354 +f 893/22/354 891/23/354 903/22/40 +f 900/22/40 905/23/354 902/22/354 +f 905/23/354 900/22/40 901/23/40 +f 902/22/353 905/23/353 900/22/39 +f 901/23/39 900/22/39 905/23/353 +f 897/22/33 905/23/355 895/23/33 +f 905/23/355 897/22/33 902/22/355 +f 895/23/35 905/23/356 897/22/35 +f 902/22/356 897/22/35 905/23/356 +f 908/25/385 907/24/375 906/24/385 +f 907/24/375 908/25/385 909/25/375 +f 906/24/386 907/24/378 908/25/386 +f 909/25/378 908/25/386 907/24/378 +f 911/25/379 906/24/385 910/24/379 +f 906/24/385 911/25/379 908/25/385 +f 910/24/380 906/24/386 911/25/380 +f 908/25/386 911/25/380 906/24/386 +f 914/24/387 913/25/383 912/25/387 +f 913/25/383 914/24/387 915/24/383 +f 912/25/388 913/25/384 914/24/388 +f 915/24/384 914/24/388 913/25/384 +f 918/24/381 917/25/389 916/25/381 +f 917/25/389 918/24/381 919/24/389 +f 916/25/382 917/25/390 918/24/382 +f 919/24/390 918/24/382 917/25/390 +f 920/24/391 913/25/362 915/24/362 +f 913/25/362 920/24/391 921/25/391 +f 915/24/364 913/25/364 920/24/392 +f 921/25/392 920/24/392 913/25/364 +f 918/24/365 921/25/391 920/24/391 +f 921/25/391 918/24/365 916/25/365 +f 920/24/392 921/25/392 918/24/366 +f 916/25/366 918/24/366 921/25/392 +f 910/24/371 912/25/387 911/25/371 +f 912/25/387 910/24/371 914/24/387 +f 911/25/373 912/25/388 910/24/373 +f 914/24/388 910/24/373 912/25/388 +f 919/24/389 909/25/368 917/25/389 +f 909/25/368 919/24/389 907/24/368 +f 917/25/390 909/25/370 919/24/390 +f 907/24/370 919/24/390 909/25/370 +f 924/22/80 923/23/393 922/22/393 +f 923/23/393 924/22/80 925/23/80 +f 922/22/394 923/23/394 924/22/79 +f 925/23/79 924/22/79 923/23/394 +f 928/22/77 927/23/395 926/23/77 +f 927/23/395 928/22/77 929/22/395 +f 926/23/75 927/23/396 928/22/75 +f 929/22/396 928/22/75 927/23/396 +f 931/22/397 926/23/77 930/23/397 +f 926/23/77 931/22/397 928/22/77 +f 930/23/398 926/23/75 931/22/398 +f 928/22/75 931/22/398 926/23/75 +f 933/22/75 923/23/396 932/23/75 +f 923/23/396 933/22/75 922/22/396 +f 932/23/77 923/23/395 933/22/77 +f 922/22/395 933/22/77 923/23/395 +f 935/22/398 932/23/75 934/23/398 +f 932/23/75 935/22/398 933/22/75 +f 934/23/397 932/23/77 935/22/397 +f 933/22/77 935/22/397 932/23/77 +f 936/23/79 935/22/399 934/23/399 +f 935/22/399 936/23/79 937/22/79 +f 934/23/400 935/22/400 936/23/80 +f 937/22/80 936/23/80 935/22/400 +f 927/23/394 937/22/79 936/23/79 +f 937/22/79 927/23/394 929/22/394 +f 936/23/80 937/22/80 927/23/393 +f 929/22/393 927/23/393 937/22/80 +f 922/22/37 931/22/37 924/22/37 +f 931/22/37 922/22/37 928/22/37 +f 928/22/37 922/22/37 933/22/37 +f 928/22/37 933/22/37 929/22/37 +f 929/22/37 933/22/37 935/22/37 +f 929/22/37 935/22/37 937/22/37 +f 924/22/38 931/22/38 922/22/38 +f 928/22/38 922/22/38 931/22/38 +f 933/22/38 922/22/38 928/22/38 +f 929/22/38 933/22/38 928/22/38 +f 935/22/38 933/22/38 929/22/38 +f 937/22/38 935/22/38 929/22/38 +f 930/23/38 923/23/38 925/23/38 +f 923/23/38 930/23/38 926/23/38 +f 923/23/38 926/23/38 932/23/38 +f 932/23/38 926/23/38 927/23/38 +f 932/23/38 927/23/38 934/23/38 +f 934/23/38 927/23/38 936/23/38 +f 925/23/37 923/23/37 930/23/37 +f 926/23/37 930/23/37 923/23/37 +f 932/23/37 926/23/37 923/23/37 +f 927/23/37 926/23/37 932/23/37 +f 934/23/37 927/23/37 932/23/37 +f 936/23/37 927/23/37 934/23/37 +f 931/22/400 925/23/80 924/22/80 +f 925/23/80 931/22/400 930/23/400 +f 924/22/79 925/23/79 931/22/399 +f 930/23/399 931/22/399 925/23/79 +f 940/22/77 939/23/395 938/23/77 +f 939/23/395 940/22/77 941/22/395 +f 938/23/75 939/23/396 940/22/75 +f 941/22/396 940/22/75 939/23/396 +f 944/22/398 943/23/75 942/23/398 +f 943/23/75 944/22/398 945/22/75 +f 942/23/397 943/23/77 944/22/397 +f 945/22/77 944/22/397 943/23/77 +f 947/22/397 938/23/77 946/23/397 +f 938/23/77 947/22/397 940/22/77 +f 946/23/398 938/23/75 947/22/398 +f 940/22/75 947/22/398 938/23/75 +f 947/22/400 949/23/80 948/22/80 +f 949/23/80 947/22/400 946/23/400 +f 948/22/79 949/23/79 947/22/399 +f 946/23/399 947/22/399 949/23/79 +f 950/22/37 947/22/37 948/22/37 +f 947/22/37 950/22/37 945/22/37 +f 947/22/37 945/22/37 940/22/37 +f 940/22/37 945/22/37 944/22/37 +f 940/22/37 944/22/37 941/22/37 +f 941/22/37 944/22/37 951/22/37 +f 948/22/38 947/22/38 950/22/38 +f 945/22/38 950/22/38 947/22/38 +f 940/22/38 945/22/38 947/22/38 +f 944/22/38 945/22/38 940/22/38 +f 941/22/38 944/22/38 940/22/38 +f 951/22/38 944/22/38 941/22/38 +f 952/23/79 944/22/399 942/23/399 +f 944/22/399 952/23/79 951/22/79 +f 942/23/400 944/22/400 952/23/80 +f 951/22/80 952/23/80 944/22/400 +f 939/23/394 951/22/79 952/23/79 +f 951/22/79 939/23/394 941/22/394 +f 952/23/80 951/22/80 939/23/393 +f 941/22/393 939/23/393 951/22/80 +f 948/22/80 953/23/393 950/22/393 +f 953/23/393 948/22/80 949/23/80 +f 950/22/394 953/23/394 948/22/79 +f 949/23/79 948/22/79 953/23/394 +f 945/22/75 953/23/396 943/23/75 +f 953/23/396 945/22/75 950/22/396 +f 943/23/77 953/23/395 945/22/77 +f 950/22/395 945/22/77 953/23/395 +f 956/25/401 955/24/402 954/24/401 +f 955/24/402 956/25/401 957/25/402 +f 954/24/403 955/24/404 956/25/403 +f 957/25/404 956/25/403 955/24/404 +f 959/25/405 954/24/401 958/24/405 +f 954/24/401 959/25/405 956/25/401 +f 958/24/406 954/24/403 959/25/406 +f 956/25/403 959/25/406 954/24/403 +f 962/24/407 961/25/408 960/25/407 +f 961/25/408 962/24/407 963/24/408 +f 960/25/409 961/25/410 962/24/409 +f 963/24/410 962/24/409 961/25/410 +f 966/24/411 965/25/412 964/25/411 +f 965/25/412 966/24/411 967/24/412 +f 964/25/413 965/25/414 966/24/413 +f 967/24/414 966/24/413 965/25/414 +f 968/24/416 961/25/415 963/24/415 +f 961/25/415 968/24/416 969/25/416 +f 963/24/418 961/25/418 968/24/417 +f 969/25/417 968/24/417 961/25/418 +f 966/24/419 969/25/416 968/24/416 +f 969/25/416 966/24/419 964/25/419 +f 968/24/417 969/25/417 966/24/420 +f 964/25/420 966/24/420 969/25/417 +f 958/24/421 960/25/407 959/25/421 +f 960/25/407 958/24/421 962/24/407 +f 959/25/422 960/25/409 958/24/422 +f 962/24/409 958/24/422 960/25/409 +f 967/24/412 957/25/423 965/25/412 +f 957/25/423 967/24/412 955/24/423 +f 965/25/414 957/25/424 967/24/414 +f 955/24/424 967/24/414 957/25/424 + +g corridor-wide-end + + + + +usemtl colormap + +f 3/1/3 2/1/2 1/1/1 +f 2/1/2 3/1/3 4/1/4 +f 1/1/7 2/1/6 3/1/5 +f 4/1/8 3/1/5 2/1/6 +f 7/3/11 6/2/10 5/2/9 +f 6/2/10 7/3/11 8/3/12 +f 5/2/15 6/2/14 7/3/13 +f 8/3/16 7/3/13 6/2/14 +f 4/1/4 10/2/18 9/2/17 +f 10/2/18 4/1/4 3/1/3 +f 9/2/20 10/2/19 4/1/8 +f 3/1/5 4/1/8 10/2/19 +f 3/1/3 11/2/21 10/2/18 +f 11/2/21 3/1/3 1/1/1 +f 10/2/19 11/2/22 3/1/5 +f 1/1/7 3/1/5 11/2/22 +f 8/3/12 12/2/23 6/2/10 +f 12/2/23 8/3/12 13/3/24 +f 6/2/14 12/2/25 8/3/16 +f 13/3/26 8/3/16 12/2/25 +f 14/2/27 7/3/11 5/2/9 +f 7/3/11 14/2/27 15/3/28 +f 5/2/15 7/3/13 14/2/29 +f 15/3/30 14/2/29 7/3/13 +f 16/2/31 4/1/4 9/2/17 +f 4/1/4 16/2/31 2/1/2 +f 9/2/20 4/1/8 16/2/32 +f 2/1/6 16/2/32 4/1/8 +f 1/1/1 16/2/31 11/2/21 +f 16/2/31 1/1/1 2/1/2 +f 11/2/22 16/2/32 1/1/7 +f 2/1/6 1/1/7 16/2/32 +f 7/3/11 13/3/24 8/3/12 +f 13/3/24 7/3/11 15/3/28 +f 8/3/16 13/3/26 7/3/13 +f 15/3/30 7/3/13 13/3/26 +f 13/3/24 14/2/27 12/2/23 +f 14/2/27 13/3/24 15/3/28 +f 12/2/25 14/2/29 13/3/26 +f 15/3/30 13/3/26 14/2/29 +f 19/4/33 18/2/34 17/2/33 +f 18/2/34 19/4/33 20/4/34 +f 17/2/35 18/2/36 19/4/35 +f 20/4/36 19/4/35 18/2/36 +f 20/4/37 22/4/37 21/4/37 +f 22/4/37 20/4/37 19/4/37 +f 22/4/37 19/4/37 23/4/37 +f 21/4/38 22/4/38 20/4/38 +f 19/4/38 20/4/38 22/4/38 +f 23/4/38 19/4/38 22/4/38 +f 25/2/39 23/4/39 24/2/39 +f 23/4/39 25/2/39 22/4/39 +f 24/2/40 23/4/40 25/2/40 +f 22/4/40 25/2/40 23/4/40 +f 21/4/35 25/2/35 26/2/35 +f 25/2/35 21/4/35 22/4/35 +f 26/2/33 25/2/33 21/4/33 +f 22/4/33 21/4/33 25/2/33 +f 21/4/40 18/2/40 20/4/40 +f 18/2/40 21/4/40 26/2/40 +f 20/4/39 18/2/39 21/4/39 +f 26/2/39 21/4/39 18/2/39 +f 23/4/41 17/2/33 24/2/41 +f 17/2/33 23/4/41 19/4/33 +f 24/2/42 17/2/35 23/4/42 +f 19/4/35 23/4/42 17/2/35 +f 29/1/45 28/1/44 27/1/43 +f 28/1/44 29/1/45 30/1/46 +f 27/1/49 28/1/48 29/1/47 +f 30/1/50 29/1/47 28/1/48 +f 33/3/53 32/2/52 31/2/51 +f 32/2/52 33/3/53 34/3/54 +f 31/2/57 32/2/56 33/3/55 +f 34/3/58 33/3/55 32/2/56 +f 30/1/46 36/2/60 35/2/59 +f 36/2/60 30/1/46 29/1/45 +f 35/2/62 36/2/61 30/1/50 +f 29/1/47 30/1/50 36/2/61 +f 29/1/45 37/2/63 36/2/60 +f 37/2/63 29/1/45 27/1/43 +f 36/2/61 37/2/64 29/1/47 +f 27/1/49 29/1/47 37/2/64 +f 34/3/54 38/2/65 32/2/52 +f 38/2/65 34/3/54 39/3/66 +f 32/2/56 38/2/67 34/3/58 +f 39/3/68 34/3/58 38/2/67 +f 40/2/69 33/3/53 31/2/51 +f 33/3/53 40/2/69 41/3/70 +f 31/2/57 33/3/55 40/2/71 +f 41/3/72 40/2/71 33/3/55 +f 42/2/73 30/1/46 35/2/59 +f 30/1/46 42/2/73 28/1/44 +f 35/2/62 30/1/50 42/2/74 +f 28/1/48 42/2/74 30/1/50 +f 27/1/43 42/2/73 37/2/63 +f 42/2/73 27/1/43 28/1/44 +f 37/2/64 42/2/74 27/1/49 +f 28/1/48 27/1/49 42/2/74 +f 33/3/53 39/3/66 34/3/54 +f 39/3/66 33/3/53 41/3/70 +f 34/3/58 39/3/68 33/3/55 +f 41/3/72 33/3/55 39/3/68 +f 39/3/66 40/2/69 38/2/65 +f 40/2/69 39/3/66 41/3/70 +f 38/2/67 40/2/71 39/3/68 +f 41/3/72 39/3/68 40/2/71 +f 45/4/75 44/2/76 43/2/75 +f 44/2/76 45/4/75 46/4/76 +f 43/2/77 44/2/78 45/4/77 +f 46/4/78 45/4/77 44/2/78 +f 46/4/37 48/4/37 47/4/37 +f 48/4/37 46/4/37 45/4/37 +f 48/4/37 45/4/37 49/4/37 +f 47/4/38 48/4/38 46/4/38 +f 45/4/38 46/4/38 48/4/38 +f 49/4/38 45/4/38 48/4/38 +f 51/2/79 49/4/79 50/2/79 +f 49/4/79 51/2/79 48/4/79 +f 50/2/80 49/4/80 51/2/80 +f 48/4/80 51/2/80 49/4/80 +f 47/4/77 51/2/77 52/2/77 +f 51/2/77 47/4/77 48/4/77 +f 52/2/75 51/2/75 47/4/75 +f 48/4/75 47/4/75 51/2/75 +f 47/4/80 44/2/80 46/4/80 +f 44/2/80 47/4/80 52/2/80 +f 46/4/79 44/2/79 47/4/79 +f 52/2/79 47/4/79 44/2/79 +f 49/4/81 43/2/75 50/2/81 +f 43/2/75 49/4/81 45/4/75 +f 50/2/82 43/2/77 49/4/82 +f 45/4/77 49/4/82 43/2/77 +f 55/1/45 54/1/44 53/1/43 +f 54/1/44 55/1/45 56/1/46 +f 53/1/49 54/1/48 55/1/47 +f 56/1/50 55/1/47 54/1/48 +f 59/3/53 58/2/52 57/2/51 +f 58/2/52 59/3/53 60/3/54 +f 57/2/57 58/2/56 59/3/55 +f 60/3/58 59/3/55 58/2/56 +f 56/1/46 62/2/60 61/2/59 +f 62/2/60 56/1/46 55/1/45 +f 61/2/62 62/2/61 56/1/50 +f 55/1/47 56/1/50 62/2/61 +f 55/1/45 63/2/63 62/2/60 +f 63/2/63 55/1/45 53/1/43 +f 62/2/61 63/2/64 55/1/47 +f 53/1/49 55/1/47 63/2/64 +f 60/3/54 64/2/65 58/2/52 +f 64/2/65 60/3/54 65/3/66 +f 58/2/56 64/2/67 60/3/58 +f 65/3/68 60/3/58 64/2/67 +f 66/2/69 59/3/53 57/2/51 +f 59/3/53 66/2/69 67/3/70 +f 57/2/57 59/3/55 66/2/71 +f 67/3/72 66/2/71 59/3/55 +f 68/2/73 56/1/46 61/2/59 +f 56/1/46 68/2/73 54/1/44 +f 61/2/62 56/1/50 68/2/74 +f 54/1/48 68/2/74 56/1/50 +f 53/1/43 68/2/73 63/2/63 +f 68/2/73 53/1/43 54/1/44 +f 63/2/64 68/2/74 53/1/49 +f 54/1/48 53/1/49 68/2/74 +f 59/3/53 65/3/66 60/3/54 +f 65/3/66 59/3/53 67/3/70 +f 60/3/58 65/3/68 59/3/55 +f 67/3/72 59/3/55 65/3/68 +f 65/3/66 66/2/69 64/2/65 +f 66/2/69 65/3/66 67/3/70 +f 64/2/67 66/2/71 65/3/68 +f 67/3/72 65/3/68 66/2/71 +f 71/4/75 70/2/76 69/2/75 +f 70/2/76 71/4/75 72/4/76 +f 69/2/77 70/2/78 71/4/77 +f 72/4/78 71/4/77 70/2/78 +f 72/4/37 74/4/37 73/4/37 +f 74/4/37 72/4/37 71/4/37 +f 74/4/37 71/4/37 75/4/37 +f 73/4/38 74/4/38 72/4/38 +f 71/4/38 72/4/38 74/4/38 +f 75/4/38 71/4/38 74/4/38 +f 77/2/79 75/4/79 76/2/79 +f 75/4/79 77/2/79 74/4/79 +f 76/2/80 75/4/80 77/2/80 +f 74/4/80 77/2/80 75/4/80 +f 73/4/77 77/2/77 78/2/77 +f 77/2/77 73/4/77 74/4/77 +f 78/2/75 77/2/75 73/4/75 +f 74/4/75 73/4/75 77/2/75 +f 73/4/80 70/2/80 72/4/80 +f 70/2/80 73/4/80 78/2/80 +f 72/4/79 70/2/79 73/4/79 +f 78/2/79 73/4/79 70/2/79 +f 75/4/81 69/2/75 76/2/81 +f 69/2/75 75/4/81 71/4/75 +f 76/2/82 69/2/77 75/4/82 +f 71/4/77 75/4/82 69/2/77 +f 81/1/3 80/1/2 79/1/1 +f 80/1/2 81/1/3 82/1/4 +f 79/1/7 80/1/6 81/1/5 +f 82/1/8 81/1/5 80/1/6 +f 85/3/11 84/2/10 83/2/9 +f 84/2/10 85/3/11 86/3/12 +f 83/2/15 84/2/14 85/3/13 +f 86/3/16 85/3/13 84/2/14 +f 82/1/4 88/2/18 87/2/17 +f 88/2/18 82/1/4 81/1/3 +f 87/2/20 88/2/19 82/1/8 +f 81/1/5 82/1/8 88/2/19 +f 81/1/3 89/2/21 88/2/18 +f 89/2/21 81/1/3 79/1/1 +f 88/2/19 89/2/22 81/1/5 +f 79/1/7 81/1/5 89/2/22 +f 86/3/12 90/2/23 84/2/10 +f 90/2/23 86/3/12 91/3/24 +f 84/2/14 90/2/25 86/3/16 +f 91/3/26 86/3/16 90/2/25 +f 92/2/27 85/3/11 83/2/9 +f 85/3/11 92/2/27 93/3/28 +f 83/2/15 85/3/13 92/2/29 +f 93/3/30 92/2/29 85/3/13 +f 94/2/31 82/1/4 87/2/17 +f 82/1/4 94/2/31 80/1/2 +f 87/2/20 82/1/8 94/2/32 +f 80/1/6 94/2/32 82/1/8 +f 79/1/1 94/2/31 89/2/21 +f 94/2/31 79/1/1 80/1/2 +f 89/2/22 94/2/32 79/1/7 +f 80/1/6 79/1/7 94/2/32 +f 85/3/11 91/3/24 86/3/12 +f 91/3/24 85/3/11 93/3/28 +f 86/3/16 91/3/26 85/3/13 +f 93/3/30 85/3/13 91/3/26 +f 91/3/24 92/2/27 90/2/23 +f 92/2/27 91/3/24 93/3/28 +f 90/2/25 92/2/29 91/3/26 +f 93/3/30 91/3/26 92/2/29 +f 97/4/33 96/2/34 95/2/33 +f 96/2/34 97/4/33 98/4/34 +f 95/2/35 96/2/36 97/4/35 +f 98/4/36 97/4/35 96/2/36 +f 98/4/37 100/4/37 99/4/37 +f 100/4/37 98/4/37 97/4/37 +f 100/4/37 97/4/37 101/4/37 +f 99/4/38 100/4/38 98/4/38 +f 97/4/38 98/4/38 100/4/38 +f 101/4/38 97/4/38 100/4/38 +f 103/2/39 101/4/39 102/2/39 +f 101/4/39 103/2/39 100/4/39 +f 102/2/40 101/4/40 103/2/40 +f 100/4/40 103/2/40 101/4/40 +f 99/4/35 103/2/35 104/2/35 +f 103/2/35 99/4/35 100/4/35 +f 104/2/33 103/2/33 99/4/33 +f 100/4/33 99/4/33 103/2/33 +f 99/4/40 96/2/40 98/4/40 +f 96/2/40 99/4/40 104/2/40 +f 98/4/39 96/2/39 99/4/39 +f 104/2/39 99/4/39 96/2/39 +f 101/4/41 95/2/33 102/2/41 +f 95/2/33 101/4/41 97/4/33 +f 102/2/42 95/2/35 101/4/42 +f 97/4/35 101/4/42 95/2/35 +f 107/2/37 106/2/37 105/2/37 +f 106/2/37 107/2/37 108/2/37 +f 105/2/38 106/2/38 107/2/38 +f 108/2/38 107/2/38 106/2/38 +f 110/2/37 105/2/37 109/2/37 +f 105/2/37 110/2/37 107/2/37 +f 109/2/38 105/2/38 110/2/38 +f 107/2/38 110/2/38 105/2/38 +f 113/2/37 112/2/37 111/2/37 +f 112/2/37 113/2/37 114/2/37 +f 111/2/38 112/2/38 113/2/38 +f 114/2/38 113/2/38 112/2/38 +f 116/2/37 111/2/37 115/2/37 +f 111/2/37 116/2/37 113/2/37 +f 115/2/38 111/2/38 116/2/38 +f 113/2/38 116/2/38 111/2/38 +f 119/2/84 118/1/1 117/2/83 +f 118/1/1 119/2/84 120/1/3 +f 117/2/86 118/1/7 119/2/85 +f 120/1/5 119/2/85 118/1/7 +f 122/1/4 119/2/84 121/2/87 +f 119/2/84 122/1/4 120/1/3 +f 121/2/88 119/2/85 122/1/8 +f 120/1/5 122/1/8 119/2/85 +f 125/3/11 124/2/10 123/2/9 +f 124/2/10 125/3/11 126/3/12 +f 123/2/15 124/2/14 125/3/13 +f 126/3/16 125/3/13 124/2/14 +f 124/2/10 128/3/24 127/2/23 +f 128/3/24 124/2/10 126/3/12 +f 127/2/25 128/3/26 124/2/14 +f 126/3/16 124/2/14 128/3/26 +f 131/2/91 130/3/90 129/2/89 +f 130/3/90 131/2/91 132/3/92 +f 129/2/95 130/3/94 131/2/93 +f 132/3/96 131/2/93 130/3/94 +f 130/3/90 134/3/98 133/3/97 +f 134/3/98 130/3/90 132/3/92 +f 133/3/100 134/3/99 130/3/94 +f 132/3/96 130/3/94 134/3/99 +f 134/3/98 131/2/91 135/2/101 +f 131/2/91 134/3/98 132/3/92 +f 135/2/102 131/2/93 134/3/99 +f 132/3/96 134/3/99 131/2/93 +f 130/3/90 136/2/103 129/2/89 +f 136/2/103 130/3/90 133/3/97 +f 129/2/95 136/2/104 130/3/94 +f 133/3/100 130/3/94 136/2/104 +f 133/3/97 135/2/101 136/2/103 +f 135/2/101 133/3/97 134/3/98 +f 136/2/104 135/2/102 133/3/100 +f 134/3/99 133/3/100 135/2/102 +f 138/3/28 123/2/9 137/2/27 +f 123/2/9 138/3/28 125/3/11 +f 137/2/29 123/2/15 138/3/30 +f 125/3/13 138/3/30 123/2/15 +f 118/1/1 139/2/105 117/2/83 +f 139/2/105 118/1/1 140/1/2 +f 117/2/86 139/2/106 118/1/7 +f 140/1/6 118/1/7 139/2/106 +f 128/3/24 137/2/27 127/2/23 +f 137/2/27 128/3/24 138/3/28 +f 127/2/25 137/2/29 128/3/26 +f 138/3/30 128/3/26 137/2/29 +f 128/3/24 125/3/11 138/3/28 +f 125/3/11 128/3/24 126/3/12 +f 138/3/30 125/3/13 128/3/26 +f 126/3/16 128/3/26 125/3/13 +f 143/1/109 142/1/108 141/1/107 +f 142/1/108 143/1/109 144/1/110 +f 141/1/113 142/1/112 143/1/111 +f 144/1/114 143/1/111 142/1/112 +f 140/1/2 120/1/3 122/1/4 +f 120/1/3 140/1/2 118/1/1 +f 122/1/8 120/1/5 140/1/6 +f 118/1/7 140/1/6 120/1/5 +f 145/2/115 144/1/110 143/1/109 +f 144/1/110 145/2/115 146/2/116 +f 143/1/111 144/1/114 145/2/117 +f 146/2/118 145/2/117 144/1/114 +f 149/2/121 148/1/120 147/2/119 +f 148/1/120 149/2/121 150/1/122 +f 147/2/125 148/1/124 149/2/123 +f 150/1/126 149/2/123 148/1/124 +f 145/2/115 141/1/107 151/2/127 +f 141/1/107 145/2/115 143/1/109 +f 151/2/128 141/1/113 145/2/117 +f 143/1/111 145/2/117 141/1/113 +f 144/1/110 152/2/129 142/1/108 +f 152/2/129 144/1/110 146/2/116 +f 142/1/112 152/2/130 144/1/114 +f 146/2/118 144/1/114 152/2/130 +f 155/1/133 154/2/132 153/2/131 +f 154/2/132 155/1/133 156/1/134 +f 153/2/137 154/2/136 155/1/135 +f 156/1/138 155/1/135 154/2/136 +f 141/1/107 152/2/129 151/2/127 +f 152/2/129 141/1/107 142/1/108 +f 151/2/128 152/2/130 141/1/113 +f 142/1/112 141/1/113 152/2/130 +f 147/2/119 155/1/133 153/2/131 +f 155/1/133 147/2/119 148/1/120 +f 153/2/137 155/1/135 147/2/125 +f 148/1/124 147/2/125 155/1/135 +f 150/1/122 154/2/132 156/1/134 +f 154/2/132 150/1/122 149/2/121 +f 156/1/138 154/2/136 150/1/126 +f 149/2/123 150/1/126 154/2/136 +f 148/1/120 156/1/134 155/1/133 +f 156/1/134 148/1/120 150/1/122 +f 155/1/135 156/1/138 148/1/124 +f 150/1/126 148/1/124 156/1/138 +f 140/1/2 121/2/87 139/2/105 +f 121/2/87 140/1/2 122/1/4 +f 139/2/106 121/2/88 140/1/6 +f 122/1/8 140/1/6 121/2/88 +f 159/4/139 158/2/140 157/2/139 +f 158/2/140 159/4/139 160/4/140 +f 157/2/141 158/2/142 159/4/141 +f 160/4/142 159/4/141 158/2/142 +f 163/4/37 162/4/37 161/4/37 +f 162/4/37 163/4/37 160/4/37 +f 162/4/37 160/4/37 159/4/37 +f 161/4/38 162/4/38 163/4/38 +f 160/4/38 163/4/38 162/4/38 +f 159/4/38 160/4/38 162/4/38 +f 161/4/142 165/2/142 164/2/142 +f 165/2/142 161/4/142 162/4/142 +f 164/2/140 165/2/140 161/4/140 +f 162/4/140 161/4/140 165/2/140 +f 160/4/140 166/2/143 158/2/140 +f 166/2/143 160/4/140 163/4/143 +f 158/2/142 166/2/144 160/4/142 +f 163/4/144 160/4/142 166/2/144 +f 161/4/145 166/2/145 163/4/145 +f 166/2/145 161/4/145 164/2/145 +f 163/4/146 166/2/146 161/4/146 +f 164/2/146 161/4/146 166/2/146 +f 165/2/146 159/4/146 157/2/146 +f 159/4/146 165/2/146 162/4/146 +f 157/2/145 159/4/145 165/2/145 +f 162/4/145 165/2/145 159/4/145 +f 169/2/105 168/1/4 167/2/87 +f 168/1/4 169/2/105 170/1/2 +f 167/2/88 168/1/8 169/2/106 +f 170/1/6 169/2/106 168/1/8 +f 172/1/1 169/2/105 171/2/83 +f 169/2/105 172/1/1 170/1/2 +f 171/2/86 169/2/106 172/1/7 +f 170/1/6 172/1/7 169/2/106 +f 175/3/24 174/2/27 173/2/23 +f 174/2/27 175/3/24 176/3/28 +f 173/2/25 174/2/29 175/3/26 +f 176/3/30 175/3/26 174/2/29 +f 174/2/27 178/3/11 177/2/9 +f 178/3/11 174/2/27 176/3/28 +f 177/2/15 178/3/13 174/2/29 +f 176/3/30 174/2/29 178/3/13 +f 181/2/103 180/3/98 179/2/101 +f 180/3/98 181/2/103 182/3/97 +f 179/2/102 180/3/99 181/2/104 +f 182/3/100 181/2/104 180/3/99 +f 180/3/98 184/3/90 183/3/92 +f 184/3/90 180/3/98 182/3/97 +f 183/3/96 184/3/94 180/3/99 +f 182/3/100 180/3/99 184/3/94 +f 184/3/90 181/2/103 185/2/89 +f 181/2/103 184/3/90 182/3/97 +f 185/2/95 181/2/104 184/3/94 +f 182/3/100 184/3/94 181/2/104 +f 180/3/98 186/2/91 179/2/101 +f 186/2/91 180/3/98 183/3/92 +f 179/2/102 186/2/93 180/3/99 +f 183/3/96 180/3/99 186/2/93 +f 183/3/92 185/2/89 186/2/91 +f 185/2/89 183/3/92 184/3/90 +f 186/2/93 185/2/95 183/3/96 +f 184/3/94 183/3/96 185/2/95 +f 188/3/12 173/2/23 187/2/10 +f 173/2/23 188/3/12 175/3/24 +f 187/2/14 173/2/25 188/3/16 +f 175/3/26 188/3/16 173/2/25 +f 168/1/4 189/2/84 167/2/87 +f 189/2/84 168/1/4 190/1/3 +f 167/2/88 189/2/85 168/1/8 +f 190/1/5 168/1/8 189/2/85 +f 178/3/11 187/2/10 177/2/9 +f 187/2/10 178/3/11 188/3/12 +f 177/2/15 187/2/14 178/3/13 +f 188/3/16 178/3/13 187/2/14 +f 178/3/11 175/3/24 188/3/12 +f 175/3/24 178/3/11 176/3/28 +f 188/3/16 175/3/26 178/3/13 +f 176/3/30 178/3/13 175/3/26 +f 193/1/149 192/1/148 191/1/147 +f 192/1/148 193/1/149 194/1/150 +f 191/1/153 192/1/152 193/1/151 +f 194/1/154 193/1/151 192/1/152 +f 190/1/3 170/1/2 172/1/1 +f 170/1/2 190/1/3 168/1/4 +f 172/1/7 170/1/6 190/1/5 +f 168/1/8 190/1/5 170/1/6 +f 195/2/155 194/1/150 193/1/149 +f 194/1/150 195/2/155 196/2/156 +f 193/1/151 194/1/154 195/2/157 +f 196/2/158 195/2/157 194/1/154 +f 199/2/131 198/1/134 197/2/132 +f 198/1/134 199/2/131 200/1/133 +f 197/2/136 198/1/138 199/2/137 +f 200/1/135 199/2/137 198/1/138 +f 195/2/155 191/1/147 201/2/159 +f 191/1/147 195/2/155 193/1/149 +f 201/2/160 191/1/153 195/2/157 +f 193/1/151 195/2/157 191/1/153 +f 194/1/150 202/2/161 192/1/148 +f 202/2/161 194/1/150 196/2/156 +f 192/1/152 202/2/162 194/1/154 +f 196/2/158 194/1/154 202/2/162 +f 205/1/122 204/2/119 203/2/121 +f 204/2/119 205/1/122 206/1/120 +f 203/2/123 204/2/125 205/1/126 +f 206/1/124 205/1/126 204/2/125 +f 191/1/147 202/2/161 201/2/159 +f 202/2/161 191/1/147 192/1/148 +f 201/2/160 202/2/162 191/1/153 +f 192/1/152 191/1/153 202/2/162 +f 197/2/132 205/1/122 203/2/121 +f 205/1/122 197/2/132 198/1/134 +f 203/2/123 205/1/126 197/2/136 +f 198/1/138 197/2/136 205/1/126 +f 200/1/133 204/2/119 206/1/120 +f 204/2/119 200/1/133 199/2/131 +f 206/1/124 204/2/125 200/1/135 +f 199/2/137 200/1/135 204/2/125 +f 198/1/134 206/1/120 205/1/122 +f 206/1/120 198/1/134 200/1/133 +f 205/1/126 206/1/124 198/1/138 +f 200/1/135 198/1/138 206/1/124 +f 190/1/3 171/2/83 189/2/84 +f 171/2/83 190/1/3 172/1/1 +f 189/2/85 171/2/86 190/1/5 +f 172/1/7 190/1/5 171/2/86 +f 98/4/141 207/2/33 96/2/141 +f 207/2/33 98/4/141 208/4/33 +f 96/2/139 207/2/35 98/4/139 +f 208/4/35 98/4/139 207/2/35 +f 211/4/37 210/4/37 209/4/37 +f 210/4/37 211/4/37 208/4/37 +f 210/4/37 208/4/37 98/4/37 +f 209/4/38 210/4/38 211/4/38 +f 208/4/38 211/4/38 210/4/38 +f 98/4/38 208/4/38 210/4/38 +f 209/4/35 213/2/35 212/2/35 +f 213/2/35 209/4/35 210/4/35 +f 212/2/33 213/2/33 209/4/33 +f 210/4/33 209/4/33 213/2/33 +f 208/4/33 214/2/144 207/2/33 +f 214/2/144 208/4/33 211/4/144 +f 207/2/35 214/2/143 208/4/35 +f 211/4/143 208/4/35 214/2/143 +f 209/4/40 214/2/40 211/4/40 +f 214/2/40 209/4/40 212/2/40 +f 211/4/39 214/2/39 209/4/39 +f 212/2/39 209/4/39 214/2/39 +f 213/2/39 98/4/39 96/2/39 +f 98/4/39 213/2/39 210/4/39 +f 96/2/40 98/4/40 213/2/40 +f 210/4/40 213/2/40 98/4/40 +f 217/2/164 216/1/46 215/2/163 +f 216/1/46 217/2/164 218/1/44 +f 215/2/166 216/1/50 217/2/165 +f 218/1/48 217/2/165 216/1/50 +f 220/1/43 217/2/164 219/2/167 +f 217/2/164 220/1/43 218/1/44 +f 219/2/168 217/2/165 220/1/49 +f 218/1/48 220/1/49 217/2/165 +f 223/3/66 222/2/69 221/2/65 +f 222/2/69 223/3/66 224/3/70 +f 221/2/67 222/2/71 223/3/68 +f 224/3/72 223/3/68 222/2/71 +f 222/2/69 226/3/53 225/2/51 +f 226/3/53 222/2/69 224/3/70 +f 225/2/57 226/3/55 222/2/71 +f 224/3/72 222/2/71 226/3/55 +f 229/2/171 228/3/170 227/2/169 +f 228/3/170 229/2/171 230/3/172 +f 227/2/175 228/3/174 229/2/173 +f 230/3/176 229/2/173 228/3/174 +f 228/3/170 232/3/178 231/3/177 +f 232/3/178 228/3/170 230/3/172 +f 231/3/180 232/3/179 228/3/174 +f 230/3/176 228/3/174 232/3/179 +f 232/3/178 229/2/171 233/2/181 +f 229/2/171 232/3/178 230/3/172 +f 233/2/182 229/2/173 232/3/179 +f 230/3/176 232/3/179 229/2/173 +f 228/3/170 234/2/183 227/2/169 +f 234/2/183 228/3/170 231/3/177 +f 227/2/175 234/2/184 228/3/174 +f 231/3/180 228/3/174 234/2/184 +f 231/3/177 233/2/181 234/2/183 +f 233/2/181 231/3/177 232/3/178 +f 234/2/184 233/2/182 231/3/180 +f 232/3/179 231/3/180 233/2/182 +f 236/3/54 221/2/65 235/2/52 +f 221/2/65 236/3/54 223/3/66 +f 235/2/56 221/2/67 236/3/58 +f 223/3/68 236/3/58 221/2/67 +f 216/1/46 237/2/185 215/2/163 +f 237/2/185 216/1/46 238/1/45 +f 215/2/166 237/2/186 216/1/50 +f 238/1/47 216/1/50 237/2/186 +f 226/3/53 235/2/52 225/2/51 +f 235/2/52 226/3/53 236/3/54 +f 225/2/57 235/2/56 226/3/55 +f 236/3/58 226/3/55 235/2/56 +f 226/3/53 223/3/66 236/3/54 +f 223/3/66 226/3/53 224/3/70 +f 236/3/58 223/3/68 226/3/55 +f 224/3/72 226/3/55 223/3/68 +f 241/1/189 240/1/188 239/1/187 +f 240/1/188 241/1/189 242/1/190 +f 239/1/193 240/1/192 241/1/191 +f 242/1/194 241/1/191 240/1/192 +f 238/1/45 218/1/44 220/1/43 +f 218/1/44 238/1/45 216/1/46 +f 220/1/49 218/1/48 238/1/47 +f 216/1/50 238/1/47 218/1/48 +f 243/2/195 242/1/190 241/1/189 +f 242/1/190 243/2/195 244/2/196 +f 241/1/191 242/1/194 243/2/197 +f 244/2/198 243/2/197 242/1/194 +f 247/2/201 246/1/200 245/2/199 +f 246/1/200 247/2/201 248/1/202 +f 245/2/205 246/1/204 247/2/203 +f 248/1/206 247/2/203 246/1/204 +f 243/2/195 239/1/187 249/2/207 +f 239/1/187 243/2/195 241/1/189 +f 249/2/208 239/1/193 243/2/197 +f 241/1/191 243/2/197 239/1/193 +f 242/1/190 250/2/209 240/1/188 +f 250/2/209 242/1/190 244/2/196 +f 240/1/192 250/2/210 242/1/194 +f 244/2/198 242/1/194 250/2/210 +f 253/1/213 252/2/212 251/2/211 +f 252/2/212 253/1/213 254/1/214 +f 251/2/217 252/2/216 253/1/215 +f 254/1/218 253/1/215 252/2/216 +f 239/1/187 250/2/209 249/2/207 +f 250/2/209 239/1/187 240/1/188 +f 249/2/208 250/2/210 239/1/193 +f 240/1/192 239/1/193 250/2/210 +f 245/2/199 253/1/213 251/2/211 +f 253/1/213 245/2/199 246/1/200 +f 251/2/217 253/1/215 245/2/205 +f 246/1/204 245/2/205 253/1/215 +f 248/1/202 252/2/212 254/1/214 +f 252/2/212 248/1/202 247/2/201 +f 254/1/218 252/2/216 248/1/206 +f 247/2/203 248/1/206 252/2/216 +f 246/1/200 254/1/214 253/1/213 +f 254/1/214 246/1/200 248/1/202 +f 253/1/215 254/1/218 246/1/204 +f 248/1/206 246/1/204 254/1/218 +f 238/1/45 219/2/167 237/2/185 +f 219/2/167 238/1/45 220/1/43 +f 237/2/186 219/2/168 238/1/47 +f 220/1/49 238/1/47 219/2/168 +f 257/4/219 256/2/75 255/2/219 +f 256/2/75 257/4/219 258/4/75 +f 255/2/220 256/2/77 257/4/220 +f 258/4/77 257/4/220 256/2/77 +f 261/4/37 260/4/37 259/4/37 +f 260/4/37 261/4/37 258/4/37 +f 260/4/37 258/4/37 257/4/37 +f 259/4/38 260/4/38 261/4/38 +f 258/4/38 261/4/38 260/4/38 +f 257/4/38 258/4/38 260/4/38 +f 259/4/77 263/2/77 262/2/77 +f 263/2/77 259/4/77 260/4/77 +f 262/2/75 263/2/75 259/4/75 +f 260/4/75 259/4/75 263/2/75 +f 258/4/75 264/2/221 256/2/75 +f 264/2/221 258/4/75 261/4/221 +f 256/2/77 264/2/222 258/4/77 +f 261/4/222 258/4/77 264/2/222 +f 259/4/80 264/2/80 261/4/80 +f 264/2/80 259/4/80 262/2/80 +f 261/4/79 264/2/79 259/4/79 +f 262/2/79 259/4/79 264/2/79 +f 263/2/79 257/4/79 255/2/79 +f 257/4/79 263/2/79 260/4/79 +f 255/2/80 257/4/80 263/2/80 +f 260/4/80 263/2/80 257/4/80 +f 267/1/2 266/1/3 265/1/4 +f 266/1/3 267/1/2 268/1/1 +f 265/1/8 266/1/5 267/1/6 +f 268/1/7 267/1/6 266/1/5 +f 271/3/24 270/2/27 269/2/23 +f 270/2/27 271/3/24 272/3/28 +f 269/2/25 270/2/29 271/3/26 +f 272/3/30 271/3/26 270/2/29 +f 268/1/1 274/2/31 273/2/21 +f 274/2/31 268/1/1 267/1/2 +f 273/2/22 274/2/32 268/1/7 +f 267/1/6 268/1/7 274/2/32 +f 267/1/2 275/2/17 274/2/31 +f 275/2/17 267/1/2 265/1/4 +f 274/2/32 275/2/20 267/1/6 +f 265/1/8 267/1/6 275/2/20 +f 272/3/28 276/2/9 270/2/27 +f 276/2/9 272/3/28 277/3/11 +f 270/2/29 276/2/15 272/3/30 +f 277/3/13 272/3/30 276/2/15 +f 278/2/10 271/3/24 269/2/23 +f 271/3/24 278/2/10 279/3/12 +f 269/2/25 271/3/26 278/2/14 +f 279/3/16 278/2/14 271/3/26 +f 280/2/18 268/1/1 273/2/21 +f 268/1/1 280/2/18 266/1/3 +f 273/2/22 268/1/7 280/2/19 +f 266/1/5 280/2/19 268/1/7 +f 265/1/4 280/2/18 275/2/17 +f 280/2/18 265/1/4 266/1/3 +f 275/2/20 280/2/19 265/1/8 +f 266/1/5 265/1/8 280/2/19 +f 271/3/24 277/3/11 272/3/28 +f 277/3/11 271/3/24 279/3/12 +f 272/3/30 277/3/13 271/3/26 +f 279/3/16 271/3/26 277/3/13 +f 277/3/11 278/2/10 276/2/9 +f 278/2/10 277/3/11 279/3/12 +f 276/2/15 278/2/14 277/3/13 +f 279/3/16 277/3/13 278/2/14 +f 283/4/140 282/2/36 281/2/140 +f 282/2/36 283/4/140 284/4/36 +f 281/2/142 282/2/34 283/4/142 +f 284/4/34 283/4/142 282/2/34 +f 284/4/37 161/4/37 285/4/37 +f 161/4/37 284/4/37 283/4/37 +f 161/4/37 283/4/37 163/4/37 +f 285/4/38 161/4/38 284/4/38 +f 283/4/38 284/4/38 161/4/38 +f 163/4/38 283/4/38 161/4/38 +f 164/2/146 163/4/146 166/2/146 +f 163/4/146 164/2/146 161/4/146 +f 166/2/145 163/4/145 164/2/145 +f 161/4/145 164/2/145 163/4/145 +f 285/4/142 164/2/142 286/2/142 +f 164/2/142 285/4/142 161/4/142 +f 286/2/140 164/2/140 285/4/140 +f 161/4/140 285/4/140 164/2/140 +f 285/4/145 282/2/145 284/4/145 +f 282/2/145 285/4/145 286/2/145 +f 284/4/146 282/2/146 285/4/146 +f 286/2/146 285/4/146 282/2/146 +f 163/4/42 281/2/140 166/2/42 +f 281/2/140 163/4/42 283/4/140 +f 166/2/41 281/2/142 163/4/41 +f 283/4/142 163/4/41 281/2/142 +f 289/1/2 288/1/3 287/1/4 +f 288/1/3 289/1/2 290/1/1 +f 287/1/8 288/1/5 289/1/6 +f 290/1/7 289/1/6 288/1/5 +f 293/3/24 292/2/27 291/2/23 +f 292/2/27 293/3/24 294/3/28 +f 291/2/25 292/2/29 293/3/26 +f 294/3/30 293/3/26 292/2/29 +f 290/1/1 296/2/31 295/2/21 +f 296/2/31 290/1/1 289/1/2 +f 295/2/22 296/2/32 290/1/7 +f 289/1/6 290/1/7 296/2/32 +f 289/1/2 297/2/17 296/2/31 +f 297/2/17 289/1/2 287/1/4 +f 296/2/32 297/2/20 289/1/6 +f 287/1/8 289/1/6 297/2/20 +f 294/3/28 298/2/9 292/2/27 +f 298/2/9 294/3/28 299/3/11 +f 292/2/29 298/2/15 294/3/30 +f 299/3/13 294/3/30 298/2/15 +f 300/2/10 293/3/24 291/2/23 +f 293/3/24 300/2/10 301/3/12 +f 291/2/25 293/3/26 300/2/14 +f 301/3/16 300/2/14 293/3/26 +f 302/2/18 290/1/1 295/2/21 +f 290/1/1 302/2/18 288/1/3 +f 295/2/22 290/1/7 302/2/19 +f 288/1/5 302/2/19 290/1/7 +f 287/1/4 302/2/18 297/2/17 +f 302/2/18 287/1/4 288/1/3 +f 297/2/20 302/2/19 287/1/8 +f 288/1/5 287/1/8 302/2/19 +f 293/3/24 299/3/11 294/3/28 +f 299/3/11 293/3/24 301/3/12 +f 294/3/30 299/3/13 293/3/26 +f 301/3/16 293/3/26 299/3/13 +f 299/3/11 300/2/10 298/2/9 +f 300/2/10 299/3/11 301/3/12 +f 298/2/15 300/2/14 299/3/13 +f 301/3/16 299/3/13 300/2/14 +f 305/4/140 304/2/36 303/2/140 +f 304/2/36 305/4/140 306/4/36 +f 303/2/142 304/2/34 305/4/142 +f 306/4/34 305/4/142 304/2/34 +f 306/4/37 308/4/37 307/4/37 +f 308/4/37 306/4/37 305/4/37 +f 308/4/37 305/4/37 309/4/37 +f 307/4/38 308/4/38 306/4/38 +f 305/4/38 306/4/38 308/4/38 +f 309/4/38 305/4/38 308/4/38 +f 311/2/146 309/4/146 310/2/146 +f 309/4/146 311/2/146 308/4/146 +f 310/2/145 309/4/145 311/2/145 +f 308/4/145 311/2/145 309/4/145 +f 307/4/142 311/2/142 312/2/142 +f 311/2/142 307/4/142 308/4/142 +f 312/2/140 311/2/140 307/4/140 +f 308/4/140 307/4/140 311/2/140 +f 307/4/145 304/2/145 306/4/145 +f 304/2/145 307/4/145 312/2/145 +f 306/4/146 304/2/146 307/4/146 +f 312/2/146 307/4/146 304/2/146 +f 309/4/42 303/2/140 310/2/42 +f 303/2/140 309/4/42 305/4/140 +f 310/2/41 303/2/142 309/4/41 +f 305/4/142 309/4/41 303/2/142 +f 315/5/37 314/5/37 313/5/37 +f 314/5/37 315/5/37 316/5/37 +f 314/5/37 316/5/37 317/5/37 +f 313/5/38 314/5/38 315/5/38 +f 316/5/38 315/5/38 314/5/38 +f 317/5/38 316/5/38 314/5/38 +f 319/6/39 317/5/39 318/6/39 +f 317/5/39 319/6/39 314/5/39 +f 318/6/40 317/5/40 319/6/40 +f 314/5/40 319/6/40 317/5/40 +f 317/5/41 320/6/33 318/6/41 +f 320/6/33 317/5/41 316/5/33 +f 318/6/42 320/6/35 317/5/42 +f 316/5/35 317/5/42 320/6/35 +f 313/5/35 319/6/35 321/6/35 +f 319/6/35 313/5/35 314/5/35 +f 321/6/33 319/6/33 313/5/33 +f 314/5/33 313/5/33 319/6/33 +f 313/5/40 322/6/40 315/5/40 +f 322/6/40 313/5/40 321/6/40 +f 315/5/39 322/6/39 313/5/39 +f 321/6/39 313/5/39 322/6/39 +f 316/5/33 322/6/34 320/6/33 +f 322/6/34 316/5/33 315/5/34 +f 320/6/35 322/6/36 316/5/35 +f 315/5/36 316/5/35 322/6/36 +f 325/7/35 324/6/35 323/6/35 +f 324/6/35 325/7/35 25/7/35 +f 323/6/33 324/6/33 325/7/33 +f 25/7/33 325/7/33 324/6/33 +f 326/7/37 25/7/37 325/7/37 +f 25/7/37 326/7/37 327/7/37 +f 25/7/37 327/7/37 328/7/37 +f 325/7/38 25/7/38 326/7/38 +f 327/7/38 326/7/38 25/7/38 +f 328/7/38 327/7/38 25/7/38 +f 327/7/33 330/6/223 329/6/33 +f 330/6/223 327/7/33 326/7/223 +f 329/6/35 330/6/224 327/7/35 +f 326/7/224 327/7/35 330/6/224 +f 325/7/40 330/6/40 326/7/40 +f 330/6/40 325/7/40 323/6/40 +f 326/7/39 330/6/39 325/7/39 +f 323/6/39 325/7/39 330/6/39 +f 324/6/39 328/7/39 331/6/39 +f 328/7/39 324/6/39 25/7/39 +f 331/6/40 328/7/40 324/6/40 +f 25/7/40 324/6/40 328/7/40 +f 324/6/38 330/6/38 323/6/38 +f 330/6/38 324/6/38 329/6/38 +f 329/6/38 324/6/38 331/6/38 +f 323/6/37 330/6/37 324/6/37 +f 329/6/37 324/6/37 330/6/37 +f 331/6/37 324/6/37 329/6/37 +f 328/7/225 329/6/33 331/6/225 +f 329/6/33 328/7/225 327/7/33 +f 331/6/226 329/6/35 328/7/226 +f 327/7/35 328/7/226 329/6/35 +f 334/9/227 333/8/228 332/8/227 +f 333/8/228 334/9/227 335/9/228 +f 332/8/229 333/8/230 334/9/229 +f 335/9/230 334/9/229 333/8/230 +f 338/9/229 337/8/230 336/8/229 +f 337/8/230 338/9/229 339/9/230 +f 336/8/227 337/8/228 338/9/227 +f 339/9/228 338/9/227 337/8/228 +f 342/9/232 341/8/231 340/9/231 +f 341/8/231 342/9/232 343/8/232 +f 340/9/234 341/8/234 342/9/233 +f 343/8/233 342/9/233 341/8/234 +f 346/8/234 345/9/233 344/8/233 +f 345/9/233 346/8/234 347/9/234 +f 344/8/232 345/9/232 346/8/231 +f 347/9/231 346/8/231 345/9/232 +f 339/9/230 346/8/234 337/8/230 +f 346/8/234 339/9/230 347/9/234 +f 337/8/228 346/8/231 339/9/228 +f 347/9/231 339/9/228 346/8/231 +f 335/9/228 341/8/231 333/8/228 +f 341/8/231 335/9/228 340/9/231 +f 333/8/230 341/8/234 335/9/230 +f 340/9/234 335/9/230 341/8/234 +f 342/9/232 336/8/229 343/8/232 +f 336/8/229 342/9/232 338/9/229 +f 343/8/233 336/8/227 342/9/233 +f 338/9/227 342/9/233 336/8/227 +f 345/9/233 332/8/227 344/8/233 +f 332/8/227 345/9/233 334/9/227 +f 344/8/232 332/8/229 345/9/232 +f 334/9/229 345/9/232 332/8/229 +f 335/9/235 342/9/235 340/9/235 +f 342/9/235 335/9/235 338/9/235 +f 338/9/235 335/9/235 334/9/235 +f 338/9/235 334/9/235 339/9/235 +f 339/9/235 334/9/235 345/9/235 +f 339/9/235 345/9/235 347/9/235 +f 340/9/236 342/9/236 335/9/236 +f 338/9/236 335/9/236 342/9/236 +f 334/9/236 335/9/236 338/9/236 +f 339/9/236 334/9/236 338/9/236 +f 345/9/236 334/9/236 339/9/236 +f 347/9/236 345/9/236 339/9/236 +f 336/8/236 341/8/236 343/8/236 +f 341/8/236 336/8/236 333/8/236 +f 333/8/236 336/8/236 337/8/236 +f 333/8/236 337/8/236 332/8/236 +f 332/8/236 337/8/236 346/8/236 +f 332/8/236 346/8/236 344/8/236 +f 343/8/235 341/8/235 336/8/235 +f 333/8/235 336/8/235 341/8/235 +f 337/8/235 336/8/235 333/8/235 +f 332/8/235 337/8/235 333/8/235 +f 346/8/235 337/8/235 332/8/235 +f 344/8/235 346/8/235 332/8/235 +f 350/5/37 349/5/37 348/5/37 +f 349/5/37 350/5/37 351/5/37 +f 349/5/37 351/5/37 352/5/37 +f 348/5/38 349/5/38 350/5/38 +f 351/5/38 350/5/38 349/5/38 +f 352/5/38 351/5/38 349/5/38 +f 354/6/79 352/5/79 353/6/79 +f 352/5/79 354/6/79 349/5/79 +f 353/6/80 352/5/80 354/6/80 +f 349/5/80 354/6/80 352/5/80 +f 352/5/81 355/6/75 353/6/81 +f 355/6/75 352/5/81 351/5/75 +f 353/6/82 355/6/77 352/5/82 +f 351/5/77 352/5/82 355/6/77 +f 348/5/77 354/6/77 356/6/77 +f 354/6/77 348/5/77 349/5/77 +f 356/6/75 354/6/75 348/5/75 +f 349/5/75 348/5/75 354/6/75 +f 348/5/80 357/6/80 350/5/80 +f 357/6/80 348/5/80 356/6/80 +f 350/5/79 357/6/79 348/5/79 +f 356/6/79 348/5/79 357/6/79 +f 351/5/75 357/6/76 355/6/75 +f 357/6/76 351/5/75 350/5/76 +f 355/6/77 357/6/78 351/5/77 +f 350/5/78 351/5/77 357/6/78 +f 52/7/77 359/6/77 358/6/77 +f 359/6/77 52/7/77 360/7/77 +f 358/6/75 359/6/75 52/7/75 +f 360/7/75 52/7/75 359/6/75 +f 361/7/37 360/7/37 52/7/37 +f 360/7/37 361/7/37 362/7/37 +f 360/7/37 362/7/37 363/7/37 +f 52/7/38 360/7/38 361/7/38 +f 362/7/38 361/7/38 360/7/38 +f 363/7/38 362/7/38 360/7/38 +f 362/7/75 365/6/237 364/6/75 +f 365/6/237 362/7/75 361/7/237 +f 364/6/77 365/6/238 362/7/77 +f 361/7/238 362/7/77 365/6/238 +f 52/7/80 365/6/80 361/7/80 +f 365/6/80 52/7/80 358/6/80 +f 361/7/79 365/6/79 52/7/79 +f 358/6/79 52/7/79 365/6/79 +f 359/6/79 363/7/79 366/6/79 +f 363/7/79 359/6/79 360/7/79 +f 366/6/80 363/7/80 359/6/80 +f 360/7/80 359/6/80 363/7/80 +f 359/6/38 365/6/38 358/6/38 +f 365/6/38 359/6/38 364/6/38 +f 364/6/38 359/6/38 366/6/38 +f 358/6/37 365/6/37 359/6/37 +f 364/6/37 359/6/37 365/6/37 +f 366/6/37 359/6/37 364/6/37 +f 363/7/239 364/6/75 366/6/239 +f 364/6/75 363/7/239 362/7/75 +f 366/6/240 364/6/77 363/7/240 +f 362/7/77 363/7/240 364/6/77 +f 369/9/241 368/8/242 367/8/241 +f 368/8/242 369/9/241 370/9/242 +f 367/8/243 368/8/244 369/9/243 +f 370/9/244 369/9/243 368/8/244 +f 373/9/243 372/8/244 371/8/243 +f 372/8/244 373/9/243 374/9/244 +f 371/8/241 372/8/242 373/9/241 +f 374/9/242 373/9/241 372/8/242 +f 377/9/246 376/8/245 375/9/245 +f 376/8/245 377/9/246 378/8/246 +f 375/9/248 376/8/248 377/9/247 +f 378/8/247 377/9/247 376/8/248 +f 381/8/248 380/9/247 379/8/247 +f 380/9/247 381/8/248 382/9/248 +f 379/8/246 380/9/246 381/8/245 +f 382/9/245 381/8/245 380/9/246 +f 374/9/244 381/8/248 372/8/244 +f 381/8/248 374/9/244 382/9/248 +f 372/8/242 381/8/245 374/9/242 +f 382/9/245 374/9/242 381/8/245 +f 370/9/242 376/8/245 368/8/242 +f 376/8/245 370/9/242 375/9/245 +f 368/8/244 376/8/248 370/9/244 +f 375/9/248 370/9/244 376/8/248 +f 377/9/246 371/8/243 378/8/246 +f 371/8/243 377/9/246 373/9/243 +f 378/8/247 371/8/241 377/9/247 +f 373/9/241 377/9/247 371/8/241 +f 380/9/247 367/8/241 379/8/247 +f 367/8/241 380/9/247 369/9/241 +f 379/8/246 367/8/243 380/9/246 +f 369/9/243 380/9/246 367/8/243 +f 370/9/249 377/9/249 375/9/249 +f 377/9/249 370/9/249 373/9/249 +f 373/9/249 370/9/249 369/9/249 +f 373/9/249 369/9/249 374/9/249 +f 374/9/249 369/9/249 380/9/249 +f 374/9/249 380/9/249 382/9/249 +f 375/9/250 377/9/250 370/9/250 +f 373/9/250 370/9/250 377/9/250 +f 369/9/250 370/9/250 373/9/250 +f 374/9/250 369/9/250 373/9/250 +f 380/9/250 369/9/250 374/9/250 +f 382/9/250 380/9/250 374/9/250 +f 371/8/250 376/8/250 378/8/250 +f 376/8/250 371/8/250 368/8/250 +f 368/8/250 371/8/250 372/8/250 +f 368/8/250 372/8/250 367/8/250 +f 367/8/250 372/8/250 381/8/250 +f 367/8/250 381/8/250 379/8/250 +f 378/8/249 376/8/249 371/8/249 +f 368/8/249 371/8/249 376/8/249 +f 372/8/249 371/8/249 368/8/249 +f 367/8/249 372/8/249 368/8/249 +f 381/8/249 372/8/249 367/8/249 +f 379/8/249 381/8/249 367/8/249 +f 385/5/37 384/5/37 383/5/37 +f 384/5/37 385/5/37 386/5/37 +f 384/5/37 386/5/37 387/5/37 +f 383/5/38 384/5/38 385/5/38 +f 386/5/38 385/5/38 384/5/38 +f 387/5/38 386/5/38 384/5/38 +f 389/6/79 387/5/79 388/6/79 +f 387/5/79 389/6/79 384/5/79 +f 388/6/80 387/5/80 389/6/80 +f 384/5/80 389/6/80 387/5/80 +f 387/5/81 390/6/75 388/6/81 +f 390/6/75 387/5/81 386/5/75 +f 388/6/82 390/6/77 387/5/82 +f 386/5/77 387/5/82 390/6/77 +f 383/5/77 389/6/77 391/6/77 +f 389/6/77 383/5/77 384/5/77 +f 391/6/75 389/6/75 383/5/75 +f 384/5/75 383/5/75 389/6/75 +f 383/5/80 392/6/80 385/5/80 +f 392/6/80 383/5/80 391/6/80 +f 385/5/79 392/6/79 383/5/79 +f 391/6/79 383/5/79 392/6/79 +f 386/5/75 392/6/76 390/6/75 +f 392/6/76 386/5/75 385/5/76 +f 390/6/77 392/6/78 386/5/77 +f 385/5/78 386/5/77 392/6/78 +f 395/7/77 394/6/77 393/6/77 +f 394/6/77 395/7/77 77/7/77 +f 393/6/75 394/6/75 395/7/75 +f 77/7/75 395/7/75 394/6/75 +f 396/7/37 77/7/37 395/7/37 +f 77/7/37 396/7/37 397/7/37 +f 77/7/37 397/7/37 398/7/37 +f 395/7/38 77/7/38 396/7/38 +f 397/7/38 396/7/38 77/7/38 +f 398/7/38 397/7/38 77/7/38 +f 397/7/75 400/6/237 399/6/75 +f 400/6/237 397/7/75 396/7/237 +f 399/6/77 400/6/238 397/7/77 +f 396/7/238 397/7/77 400/6/238 +f 395/7/80 400/6/80 396/7/80 +f 400/6/80 395/7/80 393/6/80 +f 396/7/79 400/6/79 395/7/79 +f 393/6/79 395/7/79 400/6/79 +f 394/6/79 398/7/79 401/6/79 +f 398/7/79 394/6/79 77/7/79 +f 401/6/80 398/7/80 394/6/80 +f 77/7/80 394/6/80 398/7/80 +f 394/6/38 400/6/38 393/6/38 +f 400/6/38 394/6/38 399/6/38 +f 399/6/38 394/6/38 401/6/38 +f 393/6/37 400/6/37 394/6/37 +f 399/6/37 394/6/37 400/6/37 +f 401/6/37 394/6/37 399/6/37 +f 398/7/239 399/6/75 401/6/239 +f 399/6/75 398/7/239 397/7/75 +f 401/6/240 399/6/77 398/7/240 +f 397/7/77 398/7/240 399/6/77 +f 404/9/241 403/8/242 402/8/241 +f 403/8/242 404/9/241 405/9/242 +f 402/8/243 403/8/244 404/9/243 +f 405/9/244 404/9/243 403/8/244 +f 408/9/243 407/8/244 406/8/243 +f 407/8/244 408/9/243 409/9/244 +f 406/8/241 407/8/242 408/9/241 +f 409/9/242 408/9/241 407/8/242 +f 412/9/246 411/8/245 410/9/245 +f 411/8/245 412/9/246 413/8/246 +f 410/9/248 411/8/248 412/9/247 +f 413/8/247 412/9/247 411/8/248 +f 416/8/248 415/9/247 414/8/247 +f 415/9/247 416/8/248 417/9/248 +f 414/8/246 415/9/246 416/8/245 +f 417/9/245 416/8/245 415/9/246 +f 409/9/244 416/8/248 407/8/244 +f 416/8/248 409/9/244 417/9/248 +f 407/8/242 416/8/245 409/9/242 +f 417/9/245 409/9/242 416/8/245 +f 405/9/242 411/8/245 403/8/242 +f 411/8/245 405/9/242 410/9/245 +f 403/8/244 411/8/248 405/9/244 +f 410/9/248 405/9/244 411/8/248 +f 412/9/246 406/8/243 413/8/246 +f 406/8/243 412/9/246 408/9/243 +f 413/8/247 406/8/241 412/9/247 +f 408/9/241 412/9/247 406/8/241 +f 415/9/247 402/8/241 414/8/247 +f 402/8/241 415/9/247 404/9/241 +f 414/8/246 402/8/243 415/9/246 +f 404/9/243 415/9/246 402/8/243 +f 405/9/249 412/9/249 410/9/249 +f 412/9/249 405/9/249 408/9/249 +f 408/9/249 405/9/249 404/9/249 +f 408/9/249 404/9/249 409/9/249 +f 409/9/249 404/9/249 415/9/249 +f 409/9/249 415/9/249 417/9/249 +f 410/9/250 412/9/250 405/9/250 +f 408/9/250 405/9/250 412/9/250 +f 404/9/250 405/9/250 408/9/250 +f 409/9/250 404/9/250 408/9/250 +f 415/9/250 404/9/250 409/9/250 +f 417/9/250 415/9/250 409/9/250 +f 406/8/250 411/8/250 413/8/250 +f 411/8/250 406/8/250 403/8/250 +f 403/8/250 406/8/250 407/8/250 +f 403/8/250 407/8/250 402/8/250 +f 402/8/250 407/8/250 416/8/250 +f 402/8/250 416/8/250 414/8/250 +f 413/8/249 411/8/249 406/8/249 +f 403/8/249 406/8/249 411/8/249 +f 407/8/249 406/8/249 403/8/249 +f 402/8/249 407/8/249 403/8/249 +f 416/8/249 407/8/249 402/8/249 +f 414/8/249 416/8/249 402/8/249 +f 420/5/37 419/5/37 418/5/37 +f 419/5/37 420/5/37 421/5/37 +f 419/5/37 421/5/37 422/5/37 +f 418/5/38 419/5/38 420/5/38 +f 421/5/38 420/5/38 419/5/38 +f 422/5/38 421/5/38 419/5/38 +f 424/6/39 422/5/39 423/6/39 +f 422/5/39 424/6/39 419/5/39 +f 423/6/40 422/5/40 424/6/40 +f 419/5/40 424/6/40 422/5/40 +f 422/5/41 425/6/33 423/6/41 +f 425/6/33 422/5/41 421/5/33 +f 423/6/42 425/6/35 422/5/42 +f 421/5/35 422/5/42 425/6/35 +f 418/5/35 424/6/35 426/6/35 +f 424/6/35 418/5/35 419/5/35 +f 426/6/33 424/6/33 418/5/33 +f 419/5/33 418/5/33 424/6/33 +f 418/5/40 427/6/40 420/5/40 +f 427/6/40 418/5/40 426/6/40 +f 420/5/39 427/6/39 418/5/39 +f 426/6/39 418/5/39 427/6/39 +f 421/5/33 427/6/34 425/6/33 +f 427/6/34 421/5/33 420/5/34 +f 425/6/35 427/6/36 421/5/35 +f 420/5/36 421/5/35 427/6/36 +f 213/7/35 429/6/35 428/6/35 +f 429/6/35 213/7/35 103/7/35 +f 428/6/33 429/6/33 213/7/33 +f 103/7/33 213/7/33 429/6/33 +f 430/7/37 103/7/37 213/7/37 +f 103/7/37 430/7/37 431/7/37 +f 103/7/37 431/7/37 432/7/37 +f 213/7/38 103/7/38 430/7/38 +f 431/7/38 430/7/38 103/7/38 +f 432/7/38 431/7/38 103/7/38 +f 431/7/33 434/6/223 433/6/33 +f 434/6/223 431/7/33 430/7/223 +f 433/6/35 434/6/224 431/7/35 +f 430/7/224 431/7/35 434/6/224 +f 213/7/40 434/6/40 430/7/40 +f 434/6/40 213/7/40 428/6/40 +f 430/7/39 434/6/39 213/7/39 +f 428/6/39 213/7/39 434/6/39 +f 429/6/39 432/7/39 435/6/39 +f 432/7/39 429/6/39 103/7/39 +f 435/6/40 432/7/40 429/6/40 +f 103/7/40 429/6/40 432/7/40 +f 429/6/38 434/6/38 428/6/38 +f 434/6/38 429/6/38 433/6/38 +f 433/6/38 429/6/38 435/6/38 +f 428/6/37 434/6/37 429/6/37 +f 433/6/37 429/6/37 434/6/37 +f 435/6/37 429/6/37 433/6/37 +f 432/7/225 433/6/33 435/6/225 +f 433/6/33 432/7/225 431/7/33 +f 435/6/226 433/6/35 432/7/226 +f 431/7/35 432/7/226 433/6/35 +f 438/9/227 437/8/228 436/8/227 +f 437/8/228 438/9/227 439/9/228 +f 436/8/229 437/8/230 438/9/229 +f 439/9/230 438/9/229 437/8/230 +f 442/9/229 441/8/230 440/8/229 +f 441/8/230 442/9/229 443/9/230 +f 440/8/227 441/8/228 442/9/227 +f 443/9/228 442/9/227 441/8/228 +f 446/9/232 445/8/231 444/9/231 +f 445/8/231 446/9/232 447/8/232 +f 444/9/234 445/8/234 446/9/233 +f 447/8/233 446/9/233 445/8/234 +f 450/8/234 449/9/233 448/8/233 +f 449/9/233 450/8/234 451/9/234 +f 448/8/232 449/9/232 450/8/231 +f 451/9/231 450/8/231 449/9/232 +f 443/9/230 450/8/234 441/8/230 +f 450/8/234 443/9/230 451/9/234 +f 441/8/228 450/8/231 443/9/228 +f 451/9/231 443/9/228 450/8/231 +f 439/9/228 445/8/231 437/8/228 +f 445/8/231 439/9/228 444/9/231 +f 437/8/230 445/8/234 439/9/230 +f 444/9/234 439/9/230 445/8/234 +f 446/9/232 440/8/229 447/8/232 +f 440/8/229 446/9/232 442/9/229 +f 447/8/233 440/8/227 446/9/233 +f 442/9/227 446/9/233 440/8/227 +f 449/9/233 436/8/227 448/8/233 +f 436/8/227 449/9/233 438/9/227 +f 448/8/232 436/8/229 449/9/232 +f 438/9/229 449/9/232 436/8/229 +f 439/9/235 446/9/235 444/9/235 +f 446/9/235 439/9/235 442/9/235 +f 442/9/235 439/9/235 438/9/235 +f 442/9/235 438/9/235 443/9/235 +f 443/9/235 438/9/235 449/9/235 +f 443/9/235 449/9/235 451/9/235 +f 444/9/236 446/9/236 439/9/236 +f 442/9/236 439/9/236 446/9/236 +f 438/9/236 439/9/236 442/9/236 +f 443/9/236 438/9/236 442/9/236 +f 449/9/236 438/9/236 443/9/236 +f 451/9/236 449/9/236 443/9/236 +f 440/8/236 445/8/236 447/8/236 +f 445/8/236 440/8/236 437/8/236 +f 437/8/236 440/8/236 441/8/236 +f 437/8/236 441/8/236 436/8/236 +f 436/8/236 441/8/236 450/8/236 +f 436/8/236 450/8/236 448/8/236 +f 447/8/235 445/8/235 440/8/235 +f 437/8/235 440/8/235 445/8/235 +f 441/8/235 440/8/235 437/8/235 +f 436/8/235 441/8/235 437/8/235 +f 450/8/235 441/8/235 436/8/235 +f 448/8/235 450/8/235 436/8/235 +f 454/7/140 453/6/251 452/6/140 +f 453/6/251 454/7/140 455/7/251 +f 452/6/142 453/6/252 454/7/142 +f 455/7/252 454/7/142 453/6/252 +f 458/7/254 457/6/253 456/7/253 +f 457/6/253 458/7/254 459/6/254 +f 456/7/256 457/6/256 458/7/255 +f 459/6/255 458/7/255 457/6/256 +f 455/7/251 457/6/253 453/6/251 +f 457/6/253 455/7/251 456/7/253 +f 453/6/252 457/6/256 455/7/252 +f 456/7/256 455/7/252 457/6/256 +f 461/7/257 452/6/140 460/6/257 +f 452/6/140 461/7/257 454/7/140 +f 460/6/258 452/6/142 461/7/258 +f 454/7/142 461/7/258 452/6/142 +f 456/7/37 462/7/37 458/7/37 +f 462/7/37 456/7/37 455/7/37 +f 462/7/37 455/7/37 454/7/37 +f 462/7/37 454/7/37 461/7/37 +f 462/7/37 461/7/37 463/7/37 +f 458/7/38 462/7/38 456/7/38 +f 455/7/38 456/7/38 462/7/38 +f 454/7/38 455/7/38 462/7/38 +f 461/7/38 454/7/38 462/7/38 +f 463/7/38 461/7/38 462/7/38 +f 465/6/260 463/7/259 464/6/259 +f 463/7/259 465/6/260 462/7/260 +f 464/6/262 463/7/262 465/6/261 +f 462/7/261 465/6/261 463/7/262 +f 464/6/259 461/7/257 460/6/257 +f 461/7/257 464/6/259 463/7/259 +f 460/6/258 461/7/258 464/6/262 +f 463/7/262 464/6/262 461/7/258 +f 164/7/145 467/6/145 466/7/145 +f 467/6/145 164/7/145 468/6/145 +f 466/7/146 467/6/146 164/7/146 +f 468/6/146 164/7/146 467/6/146 +f 471/7/263 470/6/140 469/6/263 +f 470/6/140 471/7/263 472/7/140 +f 469/6/264 470/6/142 471/7/264 +f 472/7/142 471/7/264 470/6/142 +f 164/7/142 473/6/142 468/6/142 +f 473/6/142 164/7/142 165/7/142 +f 468/6/140 473/6/140 164/7/140 +f 165/7/140 164/7/140 473/6/140 +f 472/7/140 467/6/265 470/6/140 +f 467/6/265 472/7/140 466/7/265 +f 470/6/142 467/6/266 472/7/142 +f 466/7/266 472/7/142 467/6/266 +f 473/6/38 467/6/38 468/6/38 +f 467/6/38 473/6/38 470/6/38 +f 470/6/38 473/6/38 469/6/38 +f 468/6/37 467/6/37 473/6/37 +f 470/6/37 473/6/37 467/6/37 +f 469/6/37 473/6/37 470/6/37 +f 466/7/37 165/7/37 164/7/37 +f 165/7/37 466/7/37 472/7/37 +f 165/7/37 472/7/37 471/7/37 +f 164/7/38 165/7/38 466/7/38 +f 472/7/38 466/7/38 165/7/38 +f 471/7/38 472/7/38 165/7/38 +f 473/6/146 471/7/146 469/6/146 +f 471/7/146 473/6/146 165/7/146 +f 469/6/145 471/7/145 473/6/145 +f 165/7/145 473/6/145 471/7/145 +f 476/5/37 475/5/37 474/5/37 +f 475/5/37 476/5/37 477/5/37 +f 475/5/37 477/5/37 478/5/37 +f 474/5/38 475/5/38 476/5/38 +f 477/5/38 476/5/38 475/5/38 +f 478/5/38 477/5/38 475/5/38 +f 474/5/142 480/6/142 479/6/142 +f 480/6/142 474/5/142 475/5/142 +f 479/6/140 480/6/140 474/5/140 +f 475/5/140 474/5/140 480/6/140 +f 480/6/146 478/5/146 481/6/146 +f 478/5/146 480/6/146 475/5/146 +f 481/6/145 478/5/145 480/6/145 +f 475/5/145 480/6/145 478/5/145 +f 474/5/145 482/6/145 476/5/145 +f 482/6/145 474/5/145 479/6/145 +f 476/5/146 482/6/146 474/5/146 +f 479/6/146 474/5/146 482/6/146 +f 484/11/141 483/10/141 477/5/142 +f 483/10/141 485/12/141 477/5/142 +f 486/13/141 484/11/141 477/5/142 +f 485/12/141 487/14/141 477/5/142 +f 488/12/141 487/14/141 485/12/141 +f 487/14/141 489/15/141 477/5/142 +f 487/14/141 488/12/141 490/14/141 +f 490/14/141 488/12/141 491/15/141 +f 491/15/141 488/12/141 492/16/141 +f 489/15/141 493/16/141 477/5/142 +f 488/12/141 494/10/141 492/16/141 +f 478/5/141 486/13/141 477/5/142 +f 477/5/142 493/16/141 495/6/142 +f 496/17/141 495/6/142 493/16/141 +f 497/17/141 495/6/142 496/17/141 +f 486/13/141 478/5/141 498/13/141 +f 498/13/141 478/5/141 499/11/141 +f 499/11/141 478/5/141 494/10/141 +f 495/6/142 497/17/141 481/6/141 +f 492/16/141 481/6/141 497/17/141 +f 494/10/141 481/6/141 492/16/141 +f 478/5/141 481/6/141 494/10/141 +f 501/19/144 500/18/144 476/5/144 +f 502/20/144 501/19/144 476/5/144 +f 476/5/144 500/18/144 482/6/144 +f 503/21/144 482/6/144 500/18/144 +f 504/21/144 482/6/144 503/21/144 +f 482/6/144 504/21/144 495/6/142 +f 505/18/144 495/6/142 504/21/144 +f 477/5/142 502/20/144 476/5/144 +f 477/5/142 495/6/142 505/18/144 +f 502/20/144 477/5/142 506/20/144 +f 507/19/144 477/5/142 505/18/144 +f 506/20/144 477/5/142 507/19/144 +f 477/5/140 483/10/139 484/11/139 +f 477/5/140 484/11/139 486/13/139 +f 477/5/140 485/12/139 483/10/139 +f 477/5/140 486/13/139 478/5/139 +f 498/13/139 478/5/139 486/13/139 +f 499/11/139 478/5/139 498/13/139 +f 494/10/139 478/5/139 499/11/139 +f 494/10/139 481/6/139 478/5/139 +f 492/16/139 481/6/139 494/10/139 +f 492/16/139 494/10/139 488/12/139 +f 497/17/139 481/6/139 492/16/139 +f 492/16/139 488/12/139 491/15/139 +f 491/15/139 488/12/139 490/14/139 +f 481/6/139 497/17/139 495/6/140 +f 496/17/139 495/6/140 497/17/139 +f 493/16/139 495/6/140 496/17/139 +f 495/6/140 493/16/139 477/5/140 +f 477/5/140 493/16/139 489/15/139 +f 490/14/139 488/12/139 487/14/139 +f 477/5/140 489/15/139 487/14/139 +f 485/12/139 487/14/139 488/12/139 +f 477/5/140 487/14/139 485/12/139 +f 476/5/143 500/18/143 501/19/143 +f 476/5/143 501/19/143 502/20/143 +f 482/6/143 500/18/143 476/5/143 +f 500/18/143 482/6/143 503/21/143 +f 503/21/143 482/6/143 504/21/143 +f 495/6/140 504/21/143 482/6/143 +f 504/21/143 495/6/140 505/18/143 +f 476/5/143 502/20/143 477/5/140 +f 505/18/143 495/6/140 477/5/140 +f 506/20/143 477/5/140 502/20/143 +f 505/18/143 477/5/140 507/19/143 +f 507/19/143 477/5/140 506/20/143 +f 510/9/267 509/8/268 508/8/267 +f 509/8/268 510/9/267 511/9/268 +f 508/8/269 509/8/270 510/9/269 +f 511/9/270 510/9/269 509/8/270 +f 514/9/269 513/8/270 512/8/269 +f 513/8/270 514/9/269 515/9/270 +f 512/8/267 513/8/268 514/9/267 +f 515/9/268 514/9/267 513/8/268 +f 518/9/272 517/8/271 516/9/271 +f 517/8/271 518/9/272 519/8/272 +f 516/9/274 517/8/274 518/9/273 +f 519/8/273 518/9/273 517/8/274 +f 522/8/274 521/9/273 520/8/273 +f 521/9/273 522/8/274 523/9/274 +f 520/8/272 521/9/272 522/8/271 +f 523/9/271 522/8/271 521/9/272 +f 515/9/270 522/8/274 513/8/270 +f 522/8/274 515/9/270 523/9/274 +f 513/8/268 522/8/271 515/9/268 +f 523/9/271 515/9/268 522/8/271 +f 511/9/268 517/8/271 509/8/268 +f 517/8/271 511/9/268 516/9/271 +f 509/8/270 517/8/274 511/9/270 +f 516/9/274 511/9/270 517/8/274 +f 518/9/272 512/8/269 519/8/272 +f 512/8/269 518/9/272 514/9/269 +f 519/8/273 512/8/267 518/9/273 +f 514/9/267 518/9/273 512/8/267 +f 521/9/273 508/8/267 520/8/273 +f 508/8/267 521/9/273 510/9/267 +f 520/8/272 508/8/269 521/9/272 +f 510/9/269 521/9/272 508/8/269 +f 511/9/275 518/9/275 516/9/275 +f 518/9/275 511/9/275 514/9/275 +f 514/9/275 511/9/275 510/9/275 +f 514/9/275 510/9/275 515/9/275 +f 515/9/275 510/9/275 521/9/275 +f 515/9/275 521/9/275 523/9/275 +f 516/9/276 518/9/276 511/9/276 +f 514/9/276 511/9/276 518/9/276 +f 510/9/276 511/9/276 514/9/276 +f 515/9/276 510/9/276 514/9/276 +f 521/9/276 510/9/276 515/9/276 +f 523/9/276 521/9/276 515/9/276 +f 512/8/276 517/8/276 519/8/276 +f 517/8/276 512/8/276 509/8/276 +f 509/8/276 512/8/276 513/8/276 +f 509/8/276 513/8/276 508/8/276 +f 508/8/276 513/8/276 522/8/276 +f 508/8/276 522/8/276 520/8/276 +f 519/8/275 517/8/275 512/8/275 +f 509/8/275 512/8/275 517/8/275 +f 513/8/275 512/8/275 509/8/275 +f 508/8/275 513/8/275 509/8/275 +f 522/8/275 513/8/275 508/8/275 +f 520/8/275 522/8/275 508/8/275 +f 526/9/277 525/8/278 524/8/277 +f 525/8/278 526/9/277 527/9/278 +f 524/8/279 525/8/280 526/9/279 +f 527/9/280 526/9/279 525/8/280 +f 530/9/279 529/8/280 528/8/279 +f 529/8/280 530/9/279 531/9/280 +f 528/8/277 529/8/278 530/9/277 +f 531/9/278 530/9/277 529/8/278 +f 534/9/282 533/8/281 532/9/281 +f 533/8/281 534/9/282 535/8/282 +f 532/9/284 533/8/284 534/9/283 +f 535/8/283 534/9/283 533/8/284 +f 538/8/284 537/9/283 536/8/283 +f 537/9/283 538/8/284 539/9/284 +f 536/8/282 537/9/282 538/8/281 +f 539/9/281 538/8/281 537/9/282 +f 531/9/280 538/8/284 529/8/280 +f 538/8/284 531/9/280 539/9/284 +f 529/8/278 538/8/281 531/9/278 +f 539/9/281 531/9/278 538/8/281 +f 527/9/278 533/8/281 525/8/278 +f 533/8/281 527/9/278 532/9/281 +f 525/8/280 533/8/284 527/9/280 +f 532/9/284 527/9/280 533/8/284 +f 534/9/282 528/8/279 535/8/282 +f 528/8/279 534/9/282 530/9/279 +f 535/8/283 528/8/277 534/9/283 +f 530/9/277 534/9/283 528/8/277 +f 537/9/283 524/8/277 536/8/283 +f 524/8/277 537/9/283 526/9/277 +f 536/8/282 524/8/279 537/9/282 +f 526/9/279 537/9/282 524/8/279 +f 527/9/285 534/9/285 532/9/285 +f 534/9/285 527/9/285 530/9/285 +f 530/9/285 527/9/285 526/9/285 +f 530/9/285 526/9/285 531/9/285 +f 531/9/285 526/9/285 537/9/285 +f 531/9/285 537/9/285 539/9/285 +f 532/9/286 534/9/286 527/9/286 +f 530/9/286 527/9/286 534/9/286 +f 526/9/286 527/9/286 530/9/286 +f 531/9/286 526/9/286 530/9/286 +f 537/9/286 526/9/286 531/9/286 +f 539/9/286 537/9/286 531/9/286 +f 528/8/286 533/8/286 535/8/286 +f 533/8/286 528/8/286 525/8/286 +f 525/8/286 528/8/286 529/8/286 +f 525/8/286 529/8/286 524/8/286 +f 524/8/286 529/8/286 538/8/286 +f 524/8/286 538/8/286 536/8/286 +f 535/8/285 533/8/285 528/8/285 +f 525/8/285 528/8/285 533/8/285 +f 529/8/285 528/8/285 525/8/285 +f 524/8/285 529/8/285 525/8/285 +f 538/8/285 529/8/285 524/8/285 +f 536/8/285 538/8/285 524/8/285 +f 542/8/277 541/9/278 540/8/278 +f 541/9/278 542/8/277 543/9/277 +f 540/8/280 541/9/280 542/8/279 +f 543/9/279 542/8/279 541/9/280 +f 546/9/279 545/8/280 544/8/279 +f 545/8/280 546/9/279 547/9/280 +f 544/8/277 545/8/278 546/9/277 +f 547/9/278 546/9/277 545/8/278 +f 550/9/282 549/8/281 548/9/281 +f 549/8/281 550/9/282 551/8/282 +f 548/9/284 549/8/284 550/9/283 +f 551/8/283 550/9/283 549/8/284 +f 554/8/284 553/9/283 552/8/283 +f 553/9/283 554/8/284 555/9/284 +f 552/8/282 553/9/282 554/8/281 +f 555/9/281 554/8/281 553/9/282 +f 545/8/280 555/9/284 554/8/284 +f 555/9/284 545/8/280 547/9/280 +f 554/8/281 555/9/281 545/8/278 +f 547/9/278 545/8/278 555/9/281 +f 541/9/278 549/8/281 540/8/278 +f 549/8/281 541/9/278 548/9/281 +f 540/8/280 549/8/284 541/9/280 +f 548/9/284 541/9/280 549/8/284 +f 551/8/282 546/9/279 544/8/279 +f 546/9/279 551/8/282 550/9/282 +f 544/8/277 546/9/277 551/8/283 +f 550/9/283 551/8/283 546/9/277 +f 553/9/283 542/8/277 552/8/283 +f 542/8/277 553/9/283 543/9/277 +f 552/8/282 542/8/279 553/9/282 +f 543/9/279 553/9/282 542/8/279 +f 541/9/285 550/9/285 548/9/285 +f 550/9/285 541/9/285 546/9/285 +f 546/9/285 541/9/285 543/9/285 +f 546/9/285 543/9/285 547/9/285 +f 547/9/285 543/9/285 553/9/285 +f 547/9/285 553/9/285 555/9/285 +f 548/9/286 550/9/286 541/9/286 +f 546/9/286 541/9/286 550/9/286 +f 543/9/286 541/9/286 546/9/286 +f 547/9/286 543/9/286 546/9/286 +f 553/9/286 543/9/286 547/9/286 +f 555/9/286 553/9/286 547/9/286 +f 544/8/286 549/8/286 551/8/286 +f 549/8/286 544/8/286 540/8/286 +f 540/8/286 544/8/286 545/8/286 +f 540/8/286 545/8/286 542/8/286 +f 542/8/286 545/8/286 554/8/286 +f 542/8/286 554/8/286 552/8/286 +f 551/8/285 549/8/285 544/8/285 +f 540/8/285 544/8/285 549/8/285 +f 545/8/285 544/8/285 540/8/285 +f 542/8/285 545/8/285 540/8/285 +f 554/8/285 545/8/285 542/8/285 +f 552/8/285 554/8/285 542/8/285 +f 558/7/33 557/6/252 556/6/33 +f 557/6/252 558/7/33 559/7/252 +f 556/6/35 557/6/251 558/7/35 +f 559/7/251 558/7/35 557/6/251 +f 562/7/255 561/6/256 560/7/256 +f 561/6/256 562/7/255 563/6/255 +f 560/7/253 561/6/253 562/7/254 +f 563/6/254 562/7/254 561/6/253 +f 559/7/252 561/6/256 557/6/252 +f 561/6/256 559/7/252 560/7/256 +f 557/6/251 561/6/253 559/7/251 +f 560/7/253 559/7/251 561/6/253 +f 565/7/258 556/6/33 564/6/258 +f 556/6/33 565/7/258 558/7/33 +f 564/6/257 556/6/35 565/7/257 +f 558/7/35 565/7/257 556/6/35 +f 560/7/37 566/7/37 562/7/37 +f 566/7/37 560/7/37 559/7/37 +f 566/7/37 559/7/37 558/7/37 +f 566/7/37 558/7/37 565/7/37 +f 566/7/37 565/7/37 567/7/37 +f 562/7/38 566/7/38 560/7/38 +f 559/7/38 560/7/38 566/7/38 +f 558/7/38 559/7/38 566/7/38 +f 565/7/38 558/7/38 566/7/38 +f 567/7/38 565/7/38 566/7/38 +f 569/6/261 567/7/262 568/6/262 +f 567/7/262 569/6/261 566/7/261 +f 568/6/259 567/7/259 569/6/260 +f 566/7/260 569/6/260 567/7/259 +f 568/6/262 565/7/258 564/6/258 +f 565/7/258 568/6/262 567/7/262 +f 564/6/257 565/7/257 568/6/259 +f 567/7/259 568/6/259 565/7/257 +f 212/7/40 571/6/40 570/7/40 +f 571/6/40 212/7/40 572/6/40 +f 570/7/39 571/6/39 212/7/39 +f 572/6/39 212/7/39 571/6/39 +f 430/7/264 574/6/33 573/6/264 +f 574/6/33 430/7/264 575/7/33 +f 573/6/263 574/6/35 430/7/263 +f 575/7/35 430/7/263 574/6/35 +f 212/7/35 576/6/35 572/6/35 +f 576/6/35 212/7/35 213/7/35 +f 572/6/33 576/6/33 212/7/33 +f 213/7/33 212/7/33 576/6/33 +f 575/7/33 571/6/266 574/6/33 +f 571/6/266 575/7/33 570/7/266 +f 574/6/35 571/6/265 575/7/35 +f 570/7/265 575/7/35 571/6/265 +f 576/6/38 571/6/38 572/6/38 +f 571/6/38 576/6/38 574/6/38 +f 574/6/38 576/6/38 573/6/38 +f 572/6/37 571/6/37 576/6/37 +f 574/6/37 576/6/37 571/6/37 +f 573/6/37 576/6/37 574/6/37 +f 570/7/37 213/7/37 212/7/37 +f 213/7/37 570/7/37 575/7/37 +f 213/7/37 575/7/37 430/7/37 +f 212/7/38 213/7/38 570/7/38 +f 575/7/38 570/7/38 213/7/38 +f 430/7/38 575/7/38 213/7/38 +f 576/6/39 430/7/39 573/6/39 +f 430/7/39 576/6/39 213/7/39 +f 573/6/40 430/7/40 576/6/40 +f 213/7/40 576/6/40 430/7/40 +f 578/5/37 418/5/37 577/5/37 +f 418/5/37 578/5/37 579/5/37 +f 418/5/37 579/5/37 420/5/37 +f 577/5/38 418/5/38 578/5/38 +f 579/5/38 578/5/38 418/5/38 +f 420/5/38 579/5/38 418/5/38 +f 577/5/35 426/6/35 580/6/35 +f 426/6/35 577/5/35 418/5/35 +f 580/6/33 426/6/33 577/5/33 +f 418/5/33 577/5/33 426/6/33 +f 426/6/39 420/5/39 427/6/39 +f 420/5/39 426/6/39 418/5/39 +f 427/6/40 420/5/40 426/6/40 +f 418/5/40 426/6/40 420/5/40 +f 577/5/40 581/6/40 578/5/40 +f 581/6/40 577/5/40 580/6/40 +f 578/5/39 581/6/39 577/5/39 +f 580/6/39 577/5/39 581/6/39 +f 583/11/139 582/10/139 579/5/35 +f 582/10/139 584/12/139 579/5/35 +f 585/13/139 583/11/139 579/5/35 +f 584/12/139 586/14/139 579/5/35 +f 587/12/139 586/14/139 584/12/139 +f 586/14/139 588/15/139 579/5/35 +f 586/14/139 587/12/139 589/14/139 +f 589/14/139 587/12/139 590/15/139 +f 590/15/139 587/12/139 591/16/139 +f 588/15/139 592/16/139 579/5/35 +f 587/12/139 593/10/139 591/16/139 +f 420/5/139 585/13/139 579/5/35 +f 579/5/35 592/16/139 594/6/35 +f 595/17/139 594/6/35 592/16/139 +f 596/17/139 594/6/35 595/17/139 +f 585/13/139 420/5/139 597/13/139 +f 597/13/139 420/5/139 598/11/139 +f 598/11/139 420/5/139 593/10/139 +f 594/6/35 596/17/139 427/6/139 +f 591/16/139 427/6/139 596/17/139 +f 593/10/139 427/6/139 591/16/139 +f 420/5/139 427/6/139 593/10/139 +f 600/19/143 599/18/143 578/5/143 +f 601/20/143 600/19/143 578/5/143 +f 578/5/143 599/18/143 581/6/143 +f 602/21/143 581/6/143 599/18/143 +f 603/21/143 581/6/143 602/21/143 +f 581/6/143 603/21/143 594/6/35 +f 604/18/143 594/6/35 603/21/143 +f 579/5/35 601/20/143 578/5/143 +f 579/5/35 594/6/35 604/18/143 +f 601/20/143 579/5/35 605/20/143 +f 606/19/143 579/5/35 604/18/143 +f 605/20/143 579/5/35 606/19/143 +f 579/5/33 582/10/141 583/11/141 +f 579/5/33 583/11/141 585/13/141 +f 579/5/33 584/12/141 582/10/141 +f 579/5/33 585/13/141 420/5/141 +f 597/13/141 420/5/141 585/13/141 +f 598/11/141 420/5/141 597/13/141 +f 593/10/141 420/5/141 598/11/141 +f 593/10/141 427/6/141 420/5/141 +f 591/16/141 427/6/141 593/10/141 +f 591/16/141 593/10/141 587/12/141 +f 596/17/141 427/6/141 591/16/141 +f 591/16/141 587/12/141 590/15/141 +f 590/15/141 587/12/141 589/14/141 +f 427/6/141 596/17/141 594/6/33 +f 595/17/141 594/6/33 596/17/141 +f 592/16/141 594/6/33 595/17/141 +f 594/6/33 592/16/141 579/5/33 +f 579/5/33 592/16/141 588/15/141 +f 589/14/141 587/12/141 586/14/141 +f 579/5/33 588/15/141 586/14/141 +f 584/12/141 586/14/141 587/12/141 +f 579/5/33 586/14/141 584/12/141 +f 578/5/144 599/18/144 600/19/144 +f 578/5/144 600/19/144 601/20/144 +f 581/6/144 599/18/144 578/5/144 +f 599/18/144 581/6/144 602/21/144 +f 602/21/144 581/6/144 603/21/144 +f 594/6/33 603/21/144 581/6/144 +f 603/21/144 594/6/33 604/18/144 +f 578/5/144 601/20/144 579/5/33 +f 604/18/144 594/6/33 579/5/33 +f 605/20/144 579/5/33 601/20/144 +f 604/18/144 579/5/33 606/19/144 +f 606/19/144 579/5/33 605/20/144 +f 609/9/287 608/8/288 607/8/287 +f 608/8/288 609/9/287 610/9/288 +f 607/8/289 608/8/290 609/9/289 +f 610/9/290 609/9/289 608/8/290 +f 613/9/289 612/8/290 611/8/289 +f 612/8/290 613/9/289 614/9/290 +f 611/8/287 612/8/288 613/9/287 +f 614/9/288 613/9/287 612/8/288 +f 617/9/292 616/8/291 615/9/291 +f 616/8/291 617/9/292 618/8/292 +f 615/9/294 616/8/294 617/9/293 +f 618/8/293 617/9/293 616/8/294 +f 621/8/294 620/9/293 619/8/293 +f 620/9/293 621/8/294 622/9/294 +f 619/8/292 620/9/292 621/8/291 +f 622/9/291 621/8/291 620/9/292 +f 614/9/290 621/8/294 612/8/290 +f 621/8/294 614/9/290 622/9/294 +f 612/8/288 621/8/291 614/9/288 +f 622/9/291 614/9/288 621/8/291 +f 610/9/288 616/8/291 608/8/288 +f 616/8/291 610/9/288 615/9/291 +f 608/8/290 616/8/294 610/9/290 +f 615/9/294 610/9/290 616/8/294 +f 617/9/292 611/8/289 618/8/292 +f 611/8/289 617/9/292 613/9/289 +f 618/8/293 611/8/287 617/9/293 +f 613/9/287 617/9/293 611/8/287 +f 620/9/293 607/8/287 619/8/293 +f 607/8/287 620/9/293 609/9/287 +f 619/8/292 607/8/289 620/9/292 +f 609/9/289 620/9/292 607/8/289 +f 610/9/295 617/9/295 615/9/295 +f 617/9/295 610/9/295 613/9/295 +f 613/9/295 610/9/295 609/9/295 +f 613/9/295 609/9/295 614/9/295 +f 614/9/295 609/9/295 620/9/295 +f 614/9/295 620/9/295 622/9/295 +f 615/9/296 617/9/296 610/9/296 +f 613/9/296 610/9/296 617/9/296 +f 609/9/296 610/9/296 613/9/296 +f 614/9/296 609/9/296 613/9/296 +f 620/9/296 609/9/296 614/9/296 +f 622/9/296 620/9/296 614/9/296 +f 611/8/296 616/8/296 618/8/296 +f 616/8/296 611/8/296 608/8/296 +f 608/8/296 611/8/296 612/8/296 +f 608/8/296 612/8/296 607/8/296 +f 607/8/296 612/8/296 621/8/296 +f 607/8/296 621/8/296 619/8/296 +f 618/8/295 616/8/295 611/8/295 +f 608/8/295 611/8/295 616/8/295 +f 612/8/295 611/8/295 608/8/295 +f 607/8/295 612/8/295 608/8/295 +f 621/8/295 612/8/295 607/8/295 +f 619/8/295 621/8/295 607/8/295 +f 625/9/297 624/8/298 623/8/297 +f 624/8/298 625/9/297 626/9/298 +f 623/8/299 624/8/300 625/9/299 +f 626/9/300 625/9/299 624/8/300 +f 629/9/299 628/8/300 627/8/299 +f 628/8/300 629/9/299 630/9/300 +f 627/8/297 628/8/298 629/9/297 +f 630/9/298 629/9/297 628/8/298 +f 633/9/302 632/8/301 631/9/301 +f 632/8/301 633/9/302 634/8/302 +f 631/9/304 632/8/304 633/9/303 +f 634/8/303 633/9/303 632/8/304 +f 637/8/304 636/9/303 635/8/303 +f 636/9/303 637/8/304 638/9/304 +f 635/8/302 636/9/302 637/8/301 +f 638/9/301 637/8/301 636/9/302 +f 630/9/300 637/8/304 628/8/300 +f 637/8/304 630/9/300 638/9/304 +f 628/8/298 637/8/301 630/9/298 +f 638/9/301 630/9/298 637/8/301 +f 626/9/298 632/8/301 624/8/298 +f 632/8/301 626/9/298 631/9/301 +f 624/8/300 632/8/304 626/9/300 +f 631/9/304 626/9/300 632/8/304 +f 633/9/302 627/8/299 634/8/302 +f 627/8/299 633/9/302 629/9/299 +f 634/8/303 627/8/297 633/9/303 +f 629/9/297 633/9/303 627/8/297 +f 636/9/303 623/8/297 635/8/303 +f 623/8/297 636/9/303 625/9/297 +f 635/8/302 623/8/299 636/9/302 +f 625/9/299 636/9/302 623/8/299 +f 626/9/305 633/9/305 631/9/305 +f 633/9/305 626/9/305 629/9/305 +f 629/9/305 626/9/305 625/9/305 +f 629/9/305 625/9/305 630/9/305 +f 630/9/305 625/9/305 636/9/305 +f 630/9/305 636/9/305 638/9/305 +f 631/9/306 633/9/306 626/9/306 +f 629/9/306 626/9/306 633/9/306 +f 625/9/306 626/9/306 629/9/306 +f 630/9/306 625/9/306 629/9/306 +f 636/9/306 625/9/306 630/9/306 +f 638/9/306 636/9/306 630/9/306 +f 627/8/306 632/8/306 634/8/306 +f 632/8/306 627/8/306 624/8/306 +f 624/8/306 627/8/306 628/8/306 +f 624/8/306 628/8/306 623/8/306 +f 623/8/306 628/8/306 637/8/306 +f 623/8/306 637/8/306 635/8/306 +f 634/8/305 632/8/305 627/8/305 +f 624/8/305 627/8/305 632/8/305 +f 628/8/305 627/8/305 624/8/305 +f 623/8/305 628/8/305 624/8/305 +f 637/8/305 628/8/305 623/8/305 +f 635/8/305 637/8/305 623/8/305 +f 641/8/297 640/9/298 639/8/298 +f 640/9/298 641/8/297 642/9/297 +f 639/8/300 640/9/300 641/8/299 +f 642/9/299 641/8/299 640/9/300 +f 645/9/299 644/8/300 643/8/299 +f 644/8/300 645/9/299 646/9/300 +f 643/8/297 644/8/298 645/9/297 +f 646/9/298 645/9/297 644/8/298 +f 649/9/302 648/8/301 647/9/301 +f 648/8/301 649/9/302 650/8/302 +f 647/9/304 648/8/304 649/9/303 +f 650/8/303 649/9/303 648/8/304 +f 653/8/304 652/9/303 651/8/303 +f 652/9/303 653/8/304 654/9/304 +f 651/8/302 652/9/302 653/8/301 +f 654/9/301 653/8/301 652/9/302 +f 644/8/300 654/9/304 653/8/304 +f 654/9/304 644/8/300 646/9/300 +f 653/8/301 654/9/301 644/8/298 +f 646/9/298 644/8/298 654/9/301 +f 640/9/298 648/8/301 639/8/298 +f 648/8/301 640/9/298 647/9/301 +f 639/8/300 648/8/304 640/9/300 +f 647/9/304 640/9/300 648/8/304 +f 650/8/302 645/9/299 643/8/299 +f 645/9/299 650/8/302 649/9/302 +f 643/8/297 645/9/297 650/8/303 +f 649/9/303 650/8/303 645/9/297 +f 652/9/303 641/8/297 651/8/303 +f 641/8/297 652/9/303 642/9/297 +f 651/8/302 641/8/299 652/9/302 +f 642/9/299 652/9/302 641/8/299 +f 640/9/305 649/9/305 647/9/305 +f 649/9/305 640/9/305 645/9/305 +f 645/9/305 640/9/305 642/9/305 +f 645/9/305 642/9/305 646/9/305 +f 646/9/305 642/9/305 652/9/305 +f 646/9/305 652/9/305 654/9/305 +f 647/9/306 649/9/306 640/9/306 +f 645/9/306 640/9/306 649/9/306 +f 642/9/306 640/9/306 645/9/306 +f 646/9/306 642/9/306 645/9/306 +f 652/9/306 642/9/306 646/9/306 +f 654/9/306 652/9/306 646/9/306 +f 643/8/306 648/8/306 650/8/306 +f 648/8/306 643/8/306 639/8/306 +f 639/8/306 643/8/306 644/8/306 +f 639/8/306 644/8/306 641/8/306 +f 641/8/306 644/8/306 653/8/306 +f 641/8/306 653/8/306 651/8/306 +f 650/8/305 648/8/305 643/8/305 +f 639/8/305 643/8/305 648/8/305 +f 644/8/305 643/8/305 639/8/305 +f 641/8/305 644/8/305 639/8/305 +f 653/8/305 644/8/305 641/8/305 +f 651/8/305 653/8/305 641/8/305 +f 657/7/75 656/6/307 655/6/75 +f 656/6/307 657/7/75 658/7/307 +f 655/6/77 656/6/308 657/7/77 +f 658/7/308 657/7/77 656/6/308 +f 661/7/310 660/6/309 659/7/309 +f 660/6/309 661/7/310 662/6/310 +f 659/7/312 660/6/312 661/7/311 +f 662/6/311 661/7/311 660/6/312 +f 658/7/307 660/6/309 656/6/307 +f 660/6/309 658/7/307 659/7/309 +f 656/6/308 660/6/312 658/7/308 +f 659/7/312 658/7/308 660/6/312 +f 664/7/313 655/6/75 663/6/313 +f 655/6/75 664/7/313 657/7/75 +f 663/6/314 655/6/77 664/7/314 +f 657/7/77 664/7/314 655/6/77 +f 659/7/37 665/7/37 661/7/37 +f 665/7/37 659/7/37 658/7/37 +f 665/7/37 658/7/37 657/7/37 +f 665/7/37 657/7/37 664/7/37 +f 665/7/37 664/7/37 666/7/37 +f 661/7/38 665/7/38 659/7/38 +f 658/7/38 659/7/38 665/7/38 +f 657/7/38 658/7/38 665/7/38 +f 664/7/38 657/7/38 665/7/38 +f 666/7/38 664/7/38 665/7/38 +f 668/6/316 666/7/315 667/6/315 +f 666/7/315 668/6/316 665/7/316 +f 667/6/318 666/7/318 668/6/317 +f 665/7/317 668/6/317 666/7/318 +f 667/6/315 664/7/313 663/6/313 +f 664/7/313 667/6/315 666/7/315 +f 663/6/314 664/7/314 667/6/318 +f 666/7/318 667/6/318 664/7/314 +f 671/7/80 670/6/80 669/7/80 +f 670/6/80 671/7/80 672/6/80 +f 669/7/79 670/6/79 671/7/79 +f 672/6/79 671/7/79 670/6/79 +f 675/7/319 674/6/75 673/6/319 +f 674/6/75 675/7/319 676/7/75 +f 673/6/320 674/6/77 675/7/320 +f 676/7/77 675/7/320 674/6/77 +f 671/7/77 677/6/77 672/6/77 +f 677/6/77 671/7/77 678/7/77 +f 672/6/75 677/6/75 671/7/75 +f 678/7/75 671/7/75 677/6/75 +f 676/7/75 670/6/321 674/6/75 +f 670/6/321 676/7/75 669/7/321 +f 674/6/77 670/6/322 676/7/77 +f 669/7/322 676/7/77 670/6/322 +f 677/6/38 670/6/38 672/6/38 +f 670/6/38 677/6/38 674/6/38 +f 674/6/38 677/6/38 673/6/38 +f 672/6/37 670/6/37 677/6/37 +f 674/6/37 677/6/37 670/6/37 +f 673/6/37 677/6/37 674/6/37 +f 669/7/37 678/7/37 671/7/37 +f 678/7/37 669/7/37 676/7/37 +f 678/7/37 676/7/37 675/7/37 +f 671/7/38 678/7/38 669/7/38 +f 676/7/38 669/7/38 678/7/38 +f 675/7/38 676/7/38 678/7/38 +f 677/6/79 675/7/79 673/6/79 +f 675/7/79 677/6/79 678/7/79 +f 673/6/80 675/7/80 677/6/80 +f 678/7/80 677/6/80 675/7/80 +f 681/5/37 680/5/37 679/5/37 +f 680/5/37 681/5/37 682/5/37 +f 680/5/37 682/5/37 683/5/37 +f 679/5/38 680/5/38 681/5/38 +f 682/5/38 681/5/38 680/5/38 +f 683/5/38 682/5/38 680/5/38 +f 679/5/77 685/6/77 684/6/77 +f 685/6/77 679/5/77 680/5/77 +f 684/6/75 685/6/75 679/5/75 +f 680/5/75 679/5/75 685/6/75 +f 685/6/79 683/5/79 686/6/79 +f 683/5/79 685/6/79 680/5/79 +f 686/6/80 683/5/80 685/6/80 +f 680/5/80 685/6/80 683/5/80 +f 679/5/80 687/6/80 681/5/80 +f 687/6/80 679/5/80 684/6/80 +f 681/5/79 687/6/79 679/5/79 +f 684/6/79 679/5/79 687/6/79 +f 689/11/220 688/10/220 682/5/77 +f 688/10/220 690/12/220 682/5/77 +f 691/13/220 689/11/220 682/5/77 +f 690/12/220 692/14/220 682/5/77 +f 693/12/220 692/14/220 690/12/220 +f 692/14/220 694/15/220 682/5/77 +f 692/14/220 693/12/220 695/14/220 +f 695/14/220 693/12/220 696/15/220 +f 696/15/220 693/12/220 697/16/220 +f 694/15/220 698/16/220 682/5/77 +f 693/12/220 699/10/220 697/16/220 +f 683/5/220 691/13/220 682/5/77 +f 682/5/77 698/16/220 700/6/77 +f 701/17/220 700/6/77 698/16/220 +f 702/17/220 700/6/77 701/17/220 +f 691/13/220 683/5/220 703/13/220 +f 703/13/220 683/5/220 704/11/220 +f 704/11/220 683/5/220 699/10/220 +f 700/6/77 702/17/220 686/6/220 +f 697/16/220 686/6/220 702/17/220 +f 699/10/220 686/6/220 697/16/220 +f 683/5/220 686/6/220 699/10/220 +f 706/19/222 705/18/222 681/5/222 +f 707/20/222 706/19/222 681/5/222 +f 681/5/222 705/18/222 687/6/222 +f 708/21/222 687/6/222 705/18/222 +f 709/21/222 687/6/222 708/21/222 +f 687/6/222 709/21/222 700/6/77 +f 710/18/222 700/6/77 709/21/222 +f 682/5/77 707/20/222 681/5/222 +f 682/5/77 700/6/77 710/18/222 +f 707/20/222 682/5/77 711/20/222 +f 712/19/222 682/5/77 710/18/222 +f 711/20/222 682/5/77 712/19/222 +f 682/5/75 688/10/219 689/11/219 +f 682/5/75 689/11/219 691/13/219 +f 682/5/75 690/12/219 688/10/219 +f 682/5/75 691/13/219 683/5/219 +f 703/13/219 683/5/219 691/13/219 +f 704/11/219 683/5/219 703/13/219 +f 699/10/219 683/5/219 704/11/219 +f 699/10/219 686/6/219 683/5/219 +f 697/16/219 686/6/219 699/10/219 +f 697/16/219 699/10/219 693/12/219 +f 702/17/219 686/6/219 697/16/219 +f 697/16/219 693/12/219 696/15/219 +f 696/15/219 693/12/219 695/14/219 +f 686/6/219 702/17/219 700/6/75 +f 701/17/219 700/6/75 702/17/219 +f 698/16/219 700/6/75 701/17/219 +f 700/6/75 698/16/219 682/5/75 +f 682/5/75 698/16/219 694/15/219 +f 695/14/219 693/12/219 692/14/219 +f 682/5/75 694/15/219 692/14/219 +f 690/12/219 692/14/219 693/12/219 +f 682/5/75 692/14/219 690/12/219 +f 681/5/221 705/18/221 706/19/221 +f 681/5/221 706/19/221 707/20/221 +f 687/6/221 705/18/221 681/5/221 +f 705/18/221 687/6/221 708/21/221 +f 708/21/221 687/6/221 709/21/221 +f 700/6/75 709/21/221 687/6/221 +f 709/21/221 700/6/75 710/18/221 +f 681/5/221 707/20/221 682/5/75 +f 710/18/221 700/6/75 682/5/75 +f 711/20/221 682/5/75 707/20/221 +f 710/18/221 682/5/75 712/19/221 +f 712/19/221 682/5/75 711/20/221 +f 715/9/323 714/8/324 713/8/323 +f 714/8/324 715/9/323 716/9/324 +f 713/8/325 714/8/326 715/9/325 +f 716/9/326 715/9/325 714/8/326 +f 719/9/325 718/8/326 717/8/325 +f 718/8/326 719/9/325 720/9/326 +f 717/8/323 718/8/324 719/9/323 +f 720/9/324 719/9/323 718/8/324 +f 723/9/328 722/8/327 721/9/327 +f 722/8/327 723/9/328 724/8/328 +f 721/9/330 722/8/330 723/9/329 +f 724/8/329 723/9/329 722/8/330 +f 727/8/330 726/9/329 725/8/329 +f 726/9/329 727/8/330 728/9/330 +f 725/8/328 726/9/328 727/8/327 +f 728/9/327 727/8/327 726/9/328 +f 720/9/326 727/8/330 718/8/326 +f 727/8/330 720/9/326 728/9/330 +f 718/8/324 727/8/327 720/9/324 +f 728/9/327 720/9/324 727/8/327 +f 716/9/324 722/8/327 714/8/324 +f 722/8/327 716/9/324 721/9/327 +f 714/8/326 722/8/330 716/9/326 +f 721/9/330 716/9/326 722/8/330 +f 723/9/328 717/8/325 724/8/328 +f 717/8/325 723/9/328 719/9/325 +f 724/8/329 717/8/323 723/9/329 +f 719/9/323 723/9/329 717/8/323 +f 726/9/329 713/8/323 725/8/329 +f 713/8/323 726/9/329 715/9/323 +f 725/8/328 713/8/325 726/9/328 +f 715/9/325 726/9/328 713/8/325 +f 716/9/331 723/9/331 721/9/331 +f 723/9/331 716/9/331 719/9/331 +f 719/9/331 716/9/331 715/9/331 +f 719/9/331 715/9/331 720/9/331 +f 720/9/331 715/9/331 726/9/331 +f 720/9/331 726/9/331 728/9/331 +f 721/9/332 723/9/332 716/9/332 +f 719/9/332 716/9/332 723/9/332 +f 715/9/332 716/9/332 719/9/332 +f 720/9/332 715/9/332 719/9/332 +f 726/9/332 715/9/332 720/9/332 +f 728/9/332 726/9/332 720/9/332 +f 717/8/332 722/8/332 724/8/332 +f 722/8/332 717/8/332 714/8/332 +f 714/8/332 717/8/332 718/8/332 +f 714/8/332 718/8/332 713/8/332 +f 713/8/332 718/8/332 727/8/332 +f 713/8/332 727/8/332 725/8/332 +f 724/8/331 722/8/331 717/8/331 +f 714/8/331 717/8/331 722/8/331 +f 718/8/331 717/8/331 714/8/331 +f 713/8/331 718/8/331 714/8/331 +f 727/8/331 718/8/331 713/8/331 +f 725/8/331 727/8/331 713/8/331 +f 731/9/333 730/8/334 729/8/333 +f 730/8/334 731/9/333 732/9/334 +f 729/8/335 730/8/336 731/9/335 +f 732/9/336 731/9/335 730/8/336 +f 735/9/335 734/8/336 733/8/335 +f 734/8/336 735/9/335 736/9/336 +f 733/8/333 734/8/334 735/9/333 +f 736/9/334 735/9/333 734/8/334 +f 739/9/338 738/8/337 737/9/337 +f 738/8/337 739/9/338 740/8/338 +f 737/9/340 738/8/340 739/9/339 +f 740/8/339 739/9/339 738/8/340 +f 743/8/340 742/9/339 741/8/339 +f 742/9/339 743/8/340 744/9/340 +f 741/8/338 742/9/338 743/8/337 +f 744/9/337 743/8/337 742/9/338 +f 736/9/336 743/8/340 734/8/336 +f 743/8/340 736/9/336 744/9/340 +f 734/8/334 743/8/337 736/9/334 +f 744/9/337 736/9/334 743/8/337 +f 732/9/334 738/8/337 730/8/334 +f 738/8/337 732/9/334 737/9/337 +f 730/8/336 738/8/340 732/9/336 +f 737/9/340 732/9/336 738/8/340 +f 739/9/338 733/8/335 740/8/338 +f 733/8/335 739/9/338 735/9/335 +f 740/8/339 733/8/333 739/9/339 +f 735/9/333 739/9/339 733/8/333 +f 742/9/339 729/8/333 741/8/339 +f 729/8/333 742/9/339 731/9/333 +f 741/8/338 729/8/335 742/9/338 +f 731/9/335 742/9/338 729/8/335 +f 732/9/341 739/9/341 737/9/341 +f 739/9/341 732/9/341 735/9/341 +f 735/9/341 732/9/341 731/9/341 +f 735/9/341 731/9/341 736/9/341 +f 736/9/341 731/9/341 742/9/341 +f 736/9/341 742/9/341 744/9/341 +f 737/9/342 739/9/342 732/9/342 +f 735/9/342 732/9/342 739/9/342 +f 731/9/342 732/9/342 735/9/342 +f 736/9/342 731/9/342 735/9/342 +f 742/9/342 731/9/342 736/9/342 +f 744/9/342 742/9/342 736/9/342 +f 733/8/342 738/8/342 740/8/342 +f 738/8/342 733/8/342 730/8/342 +f 730/8/342 733/8/342 734/8/342 +f 730/8/342 734/8/342 729/8/342 +f 729/8/342 734/8/342 743/8/342 +f 729/8/342 743/8/342 741/8/342 +f 740/8/341 738/8/341 733/8/341 +f 730/8/341 733/8/341 738/8/341 +f 734/8/341 733/8/341 730/8/341 +f 729/8/341 734/8/341 730/8/341 +f 743/8/341 734/8/341 729/8/341 +f 741/8/341 743/8/341 729/8/341 +f 747/8/333 746/9/334 745/8/334 +f 746/9/334 747/8/333 748/9/333 +f 745/8/336 746/9/336 747/8/335 +f 748/9/335 747/8/335 746/9/336 +f 751/9/335 750/8/336 749/8/335 +f 750/8/336 751/9/335 752/9/336 +f 749/8/333 750/8/334 751/9/333 +f 752/9/334 751/9/333 750/8/334 +f 755/9/338 754/8/337 753/9/337 +f 754/8/337 755/9/338 756/8/338 +f 753/9/340 754/8/340 755/9/339 +f 756/8/339 755/9/339 754/8/340 +f 759/8/340 758/9/339 757/8/339 +f 758/9/339 759/8/340 760/9/340 +f 757/8/338 758/9/338 759/8/337 +f 760/9/337 759/8/337 758/9/338 +f 750/8/336 760/9/340 759/8/340 +f 760/9/340 750/8/336 752/9/336 +f 759/8/337 760/9/337 750/8/334 +f 752/9/334 750/8/334 760/9/337 +f 746/9/334 754/8/337 745/8/334 +f 754/8/337 746/9/334 753/9/337 +f 745/8/336 754/8/340 746/9/336 +f 753/9/340 746/9/336 754/8/340 +f 756/8/338 751/9/335 749/8/335 +f 751/9/335 756/8/338 755/9/338 +f 749/8/333 751/9/333 756/8/339 +f 755/9/339 756/8/339 751/9/333 +f 758/9/339 747/8/333 757/8/339 +f 747/8/333 758/9/339 748/9/333 +f 757/8/338 747/8/335 758/9/338 +f 748/9/335 758/9/338 747/8/335 +f 746/9/341 755/9/341 753/9/341 +f 755/9/341 746/9/341 751/9/341 +f 751/9/341 746/9/341 748/9/341 +f 751/9/341 748/9/341 752/9/341 +f 752/9/341 748/9/341 758/9/341 +f 752/9/341 758/9/341 760/9/341 +f 753/9/342 755/9/342 746/9/342 +f 751/9/342 746/9/342 755/9/342 +f 748/9/342 746/9/342 751/9/342 +f 752/9/342 748/9/342 751/9/342 +f 758/9/342 748/9/342 752/9/342 +f 760/9/342 758/9/342 752/9/342 +f 749/8/342 754/8/342 756/8/342 +f 754/8/342 749/8/342 745/8/342 +f 745/8/342 749/8/342 750/8/342 +f 745/8/342 750/8/342 747/8/342 +f 747/8/342 750/8/342 759/8/342 +f 747/8/342 759/8/342 757/8/342 +f 756/8/341 754/8/341 749/8/341 +f 745/8/341 749/8/341 754/8/341 +f 750/8/341 749/8/341 745/8/341 +f 747/8/341 750/8/341 745/8/341 +f 759/8/341 750/8/341 747/8/341 +f 757/8/341 759/8/341 747/8/341 +f 762/5/37 474/5/37 761/5/37 +f 474/5/37 762/5/37 763/5/37 +f 474/5/37 763/5/37 476/5/37 +f 761/5/38 474/5/38 762/5/38 +f 763/5/38 762/5/38 474/5/38 +f 476/5/38 763/5/38 474/5/38 +f 479/6/146 476/5/146 482/6/146 +f 476/5/146 479/6/146 474/5/146 +f 482/6/145 476/5/145 479/6/145 +f 474/5/145 479/6/145 476/5/145 +f 476/5/42 764/6/140 482/6/42 +f 764/6/140 476/5/42 763/5/140 +f 482/6/41 764/6/142 476/5/41 +f 763/5/142 476/5/41 764/6/142 +f 761/5/142 479/6/142 765/6/142 +f 479/6/142 761/5/142 474/5/142 +f 765/6/140 479/6/140 761/5/140 +f 474/5/140 761/5/140 479/6/140 +f 761/5/145 766/6/145 762/5/145 +f 766/6/145 761/5/145 765/6/145 +f 762/5/146 766/6/146 761/5/146 +f 765/6/146 761/5/146 766/6/146 +f 763/5/140 766/6/36 764/6/140 +f 766/6/36 763/5/140 762/5/36 +f 764/6/142 766/6/34 763/5/142 +f 762/5/34 763/5/142 766/6/34 +f 769/7/142 768/6/142 767/6/142 +f 768/6/142 769/7/142 164/7/142 +f 767/6/140 768/6/140 769/7/140 +f 164/7/140 769/7/140 768/6/140 +f 770/7/37 164/7/37 769/7/37 +f 164/7/37 770/7/37 771/7/37 +f 164/7/37 771/7/37 466/7/37 +f 769/7/38 164/7/38 770/7/38 +f 771/7/38 770/7/38 164/7/38 +f 466/7/38 771/7/38 164/7/38 +f 771/7/140 773/6/224 772/6/140 +f 773/6/224 771/7/140 770/7/224 +f 772/6/142 773/6/223 771/7/142 +f 770/7/223 771/7/142 773/6/223 +f 769/7/145 773/6/145 770/7/145 +f 773/6/145 769/7/145 767/6/145 +f 770/7/146 773/6/146 769/7/146 +f 767/6/146 769/7/146 773/6/146 +f 768/6/146 466/7/146 774/6/146 +f 466/7/146 768/6/146 164/7/146 +f 774/6/145 466/7/145 768/6/145 +f 164/7/145 768/6/145 466/7/145 +f 768/6/38 773/6/38 767/6/38 +f 773/6/38 768/6/38 772/6/38 +f 772/6/38 768/6/38 774/6/38 +f 767/6/37 773/6/37 768/6/37 +f 772/6/37 768/6/37 773/6/37 +f 774/6/37 768/6/37 772/6/37 +f 466/7/226 772/6/140 774/6/226 +f 772/6/140 466/7/226 771/7/140 +f 774/6/225 772/6/142 466/7/225 +f 771/7/142 466/7/225 772/6/142 +f 777/9/343 776/8/344 775/8/343 +f 776/8/344 777/9/343 778/9/344 +f 775/8/345 776/8/346 777/9/345 +f 778/9/346 777/9/345 776/8/346 +f 781/9/345 780/8/346 779/8/345 +f 780/8/346 781/9/345 782/9/346 +f 779/8/343 780/8/344 781/9/343 +f 782/9/344 781/9/343 780/8/344 +f 785/9/348 784/8/347 783/9/347 +f 784/8/347 785/9/348 786/8/348 +f 783/9/350 784/8/350 785/9/349 +f 786/8/349 785/9/349 784/8/350 +f 789/8/350 788/9/349 787/8/349 +f 788/9/349 789/8/350 790/9/350 +f 787/8/348 788/9/348 789/8/347 +f 790/9/347 789/8/347 788/9/348 +f 782/9/346 789/8/350 780/8/346 +f 789/8/350 782/9/346 790/9/350 +f 780/8/344 789/8/347 782/9/344 +f 790/9/347 782/9/344 789/8/347 +f 778/9/344 784/8/347 776/8/344 +f 784/8/347 778/9/344 783/9/347 +f 776/8/346 784/8/350 778/9/346 +f 783/9/350 778/9/346 784/8/350 +f 785/9/348 779/8/345 786/8/348 +f 779/8/345 785/9/348 781/9/345 +f 786/8/349 779/8/343 785/9/349 +f 781/9/343 785/9/349 779/8/343 +f 788/9/349 775/8/343 787/8/349 +f 775/8/343 788/9/349 777/9/343 +f 787/8/348 775/8/345 788/9/348 +f 777/9/345 788/9/348 775/8/345 +f 778/9/351 785/9/351 783/9/351 +f 785/9/351 778/9/351 781/9/351 +f 781/9/351 778/9/351 777/9/351 +f 781/9/351 777/9/351 782/9/351 +f 782/9/351 777/9/351 788/9/351 +f 782/9/351 788/9/351 790/9/351 +f 783/9/352 785/9/352 778/9/352 +f 781/9/352 778/9/352 785/9/352 +f 777/9/352 778/9/352 781/9/352 +f 782/9/352 777/9/352 781/9/352 +f 788/9/352 777/9/352 782/9/352 +f 790/9/352 788/9/352 782/9/352 +f 779/8/352 784/8/352 786/8/352 +f 784/8/352 779/8/352 776/8/352 +f 776/8/352 779/8/352 780/8/352 +f 776/8/352 780/8/352 775/8/352 +f 775/8/352 780/8/352 789/8/352 +f 775/8/352 789/8/352 787/8/352 +f 786/8/351 784/8/351 779/8/351 +f 776/8/351 779/8/351 784/8/351 +f 780/8/351 779/8/351 776/8/351 +f 775/8/351 780/8/351 776/8/351 +f 789/8/351 780/8/351 775/8/351 +f 787/8/351 789/8/351 775/8/351 +f 793/5/37 792/5/37 791/5/37 +f 792/5/37 793/5/37 794/5/37 +f 792/5/37 794/5/37 795/5/37 +f 791/5/38 792/5/38 793/5/38 +f 794/5/38 793/5/38 792/5/38 +f 795/5/38 794/5/38 792/5/38 +f 797/6/146 795/5/146 796/6/146 +f 795/5/146 797/6/146 792/5/146 +f 796/6/145 795/5/145 797/6/145 +f 792/5/145 797/6/145 795/5/145 +f 795/5/42 798/6/140 796/6/42 +f 798/6/140 795/5/42 794/5/140 +f 796/6/41 798/6/142 795/5/41 +f 794/5/142 795/5/41 798/6/142 +f 791/5/142 797/6/142 799/6/142 +f 797/6/142 791/5/142 792/5/142 +f 799/6/140 797/6/140 791/5/140 +f 792/5/140 791/5/140 797/6/140 +f 791/5/145 800/6/145 793/5/145 +f 800/6/145 791/5/145 799/6/145 +f 793/5/146 800/6/146 791/5/146 +f 799/6/146 791/5/146 800/6/146 +f 794/5/140 800/6/36 798/6/140 +f 800/6/36 794/5/140 793/5/36 +f 798/6/142 800/6/34 794/5/142 +f 793/5/34 794/5/142 800/6/34 +f 803/7/142 802/6/142 801/6/142 +f 802/6/142 803/7/142 311/7/142 +f 801/6/140 802/6/140 803/7/140 +f 311/7/140 803/7/140 802/6/140 +f 804/7/37 311/7/37 803/7/37 +f 311/7/37 804/7/37 805/7/37 +f 311/7/37 805/7/37 806/7/37 +f 803/7/38 311/7/38 804/7/38 +f 805/7/38 804/7/38 311/7/38 +f 806/7/38 805/7/38 311/7/38 +f 805/7/140 808/6/224 807/6/140 +f 808/6/224 805/7/140 804/7/224 +f 807/6/142 808/6/223 805/7/142 +f 804/7/223 805/7/142 808/6/223 +f 803/7/145 808/6/145 804/7/145 +f 808/6/145 803/7/145 801/6/145 +f 804/7/146 808/6/146 803/7/146 +f 801/6/146 803/7/146 808/6/146 +f 802/6/146 806/7/146 809/6/146 +f 806/7/146 802/6/146 311/7/146 +f 809/6/145 806/7/145 802/6/145 +f 311/7/145 802/6/145 806/7/145 +f 802/6/38 808/6/38 801/6/38 +f 808/6/38 802/6/38 807/6/38 +f 807/6/38 802/6/38 809/6/38 +f 801/6/37 808/6/37 802/6/37 +f 807/6/37 802/6/37 808/6/37 +f 809/6/37 802/6/37 807/6/37 +f 806/7/226 807/6/140 809/6/226 +f 807/6/140 806/7/226 805/7/140 +f 809/6/225 807/6/142 806/7/225 +f 805/7/142 806/7/225 807/6/142 +f 812/9/343 811/8/344 810/8/343 +f 811/8/344 812/9/343 813/9/344 +f 810/8/345 811/8/346 812/9/345 +f 813/9/346 812/9/345 811/8/346 +f 816/9/345 815/8/346 814/8/345 +f 815/8/346 816/9/345 817/9/346 +f 814/8/343 815/8/344 816/9/343 +f 817/9/344 816/9/343 815/8/344 +f 820/9/348 819/8/347 818/9/347 +f 819/8/347 820/9/348 821/8/348 +f 818/9/350 819/8/350 820/9/349 +f 821/8/349 820/9/349 819/8/350 +f 824/8/350 823/9/349 822/8/349 +f 823/9/349 824/8/350 825/9/350 +f 822/8/348 823/9/348 824/8/347 +f 825/9/347 824/8/347 823/9/348 +f 817/9/346 824/8/350 815/8/346 +f 824/8/350 817/9/346 825/9/350 +f 815/8/344 824/8/347 817/9/344 +f 825/9/347 817/9/344 824/8/347 +f 813/9/344 819/8/347 811/8/344 +f 819/8/347 813/9/344 818/9/347 +f 811/8/346 819/8/350 813/9/346 +f 818/9/350 813/9/346 819/8/350 +f 820/9/348 814/8/345 821/8/348 +f 814/8/345 820/9/348 816/9/345 +f 821/8/349 814/8/343 820/9/349 +f 816/9/343 820/9/349 814/8/343 +f 823/9/349 810/8/343 822/8/349 +f 810/8/343 823/9/349 812/9/343 +f 822/8/348 810/8/345 823/9/348 +f 812/9/345 823/9/348 810/8/345 +f 813/9/351 820/9/351 818/9/351 +f 820/9/351 813/9/351 816/9/351 +f 816/9/351 813/9/351 812/9/351 +f 816/9/351 812/9/351 817/9/351 +f 817/9/351 812/9/351 823/9/351 +f 817/9/351 823/9/351 825/9/351 +f 818/9/352 820/9/352 813/9/352 +f 816/9/352 813/9/352 820/9/352 +f 812/9/352 813/9/352 816/9/352 +f 817/9/352 812/9/352 816/9/352 +f 823/9/352 812/9/352 817/9/352 +f 825/9/352 823/9/352 817/9/352 +f 814/8/352 819/8/352 821/8/352 +f 819/8/352 814/8/352 811/8/352 +f 811/8/352 814/8/352 815/8/352 +f 811/8/352 815/8/352 810/8/352 +f 810/8/352 815/8/352 824/8/352 +f 810/8/352 824/8/352 822/8/352 +f 821/8/351 819/8/351 814/8/351 +f 811/8/351 814/8/351 819/8/351 +f 815/8/351 814/8/351 811/8/351 +f 810/8/351 815/8/351 811/8/351 +f 824/8/351 815/8/351 810/8/351 +f 822/8/351 824/8/351 810/8/351 +f 828/22/145 827/23/353 826/22/353 +f 827/23/353 828/22/145 829/23/145 +f 826/22/354 827/23/354 828/22/146 +f 829/23/146 828/22/146 827/23/354 +f 832/22/142 831/23/355 830/23/142 +f 831/23/355 832/22/142 833/22/355 +f 830/23/140 831/23/356 832/22/140 +f 833/22/356 832/22/140 831/23/356 +f 835/22/357 830/23/142 834/23/357 +f 830/23/142 835/22/357 832/22/142 +f 834/23/358 830/23/140 835/22/358 +f 832/22/140 835/22/358 830/23/140 +f 837/22/140 827/23/356 836/23/140 +f 827/23/356 837/22/140 826/22/356 +f 836/23/142 827/23/355 837/22/142 +f 826/22/355 837/22/142 827/23/355 +f 839/22/358 836/23/140 838/23/358 +f 836/23/140 839/22/358 837/22/140 +f 838/23/357 836/23/142 839/22/357 +f 837/22/142 839/22/357 836/23/142 +f 840/23/146 839/22/359 838/23/359 +f 839/22/359 840/23/146 841/22/146 +f 838/23/360 839/22/360 840/23/145 +f 841/22/145 840/23/145 839/22/360 +f 831/23/354 841/22/146 840/23/146 +f 841/22/146 831/23/354 833/22/354 +f 840/23/145 841/22/145 831/23/353 +f 833/22/353 831/23/353 841/22/145 +f 826/22/37 835/22/37 828/22/37 +f 835/22/37 826/22/37 832/22/37 +f 832/22/37 826/22/37 837/22/37 +f 832/22/37 837/22/37 833/22/37 +f 833/22/37 837/22/37 839/22/37 +f 833/22/37 839/22/37 841/22/37 +f 828/22/38 835/22/38 826/22/38 +f 832/22/38 826/22/38 835/22/38 +f 837/22/38 826/22/38 832/22/38 +f 833/22/38 837/22/38 832/22/38 +f 839/22/38 837/22/38 833/22/38 +f 841/22/38 839/22/38 833/22/38 +f 834/23/38 827/23/38 829/23/38 +f 827/23/38 834/23/38 830/23/38 +f 827/23/38 830/23/38 836/23/38 +f 836/23/38 830/23/38 831/23/38 +f 836/23/38 831/23/38 838/23/38 +f 838/23/38 831/23/38 840/23/38 +f 829/23/37 827/23/37 834/23/37 +f 830/23/37 834/23/37 827/23/37 +f 836/23/37 830/23/37 827/23/37 +f 831/23/37 830/23/37 836/23/37 +f 838/23/37 831/23/37 836/23/37 +f 840/23/37 831/23/37 838/23/37 +f 835/22/360 829/23/145 828/22/145 +f 829/23/145 835/22/360 834/23/360 +f 828/22/146 829/23/146 835/22/359 +f 834/23/359 835/22/359 829/23/146 +f 844/22/142 843/23/355 842/23/142 +f 843/23/355 844/22/142 845/22/355 +f 842/23/140 843/23/356 844/22/140 +f 845/22/356 844/22/140 843/23/356 +f 848/22/358 847/23/140 846/23/358 +f 847/23/140 848/22/358 849/22/140 +f 846/23/357 847/23/142 848/22/357 +f 849/22/142 848/22/357 847/23/142 +f 851/22/357 842/23/142 850/23/357 +f 842/23/142 851/22/357 844/22/142 +f 850/23/358 842/23/140 851/22/358 +f 844/22/140 851/22/358 842/23/140 +f 851/22/360 853/23/145 852/22/145 +f 853/23/145 851/22/360 850/23/360 +f 852/22/146 853/23/146 851/22/359 +f 850/23/359 851/22/359 853/23/146 +f 854/22/37 851/22/37 852/22/37 +f 851/22/37 854/22/37 849/22/37 +f 851/22/37 849/22/37 844/22/37 +f 844/22/37 849/22/37 848/22/37 +f 844/22/37 848/22/37 845/22/37 +f 845/22/37 848/22/37 855/22/37 +f 852/22/38 851/22/38 854/22/38 +f 849/22/38 854/22/38 851/22/38 +f 844/22/38 849/22/38 851/22/38 +f 848/22/38 849/22/38 844/22/38 +f 845/22/38 848/22/38 844/22/38 +f 855/22/38 848/22/38 845/22/38 +f 856/23/146 848/22/359 846/23/359 +f 848/22/359 856/23/146 855/22/146 +f 846/23/360 848/22/360 856/23/145 +f 855/22/145 856/23/145 848/22/360 +f 843/23/354 855/22/146 856/23/146 +f 855/22/146 843/23/354 845/22/354 +f 856/23/145 855/22/145 843/23/353 +f 845/22/353 843/23/353 855/22/145 +f 852/22/145 857/23/353 854/22/353 +f 857/23/353 852/22/145 853/23/145 +f 854/22/354 857/23/354 852/22/146 +f 853/23/146 852/22/146 857/23/354 +f 849/22/140 857/23/356 847/23/140 +f 857/23/356 849/22/140 854/22/356 +f 847/23/142 857/23/355 849/22/142 +f 854/22/355 849/22/142 857/23/355 +f 860/25/361 859/24/362 858/24/361 +f 859/24/362 860/25/361 861/25/362 +f 858/24/363 859/24/364 860/25/363 +f 861/25/364 860/25/363 859/24/364 +f 863/25/365 858/24/361 862/24/365 +f 858/24/361 863/25/365 860/25/361 +f 862/24/366 858/24/363 863/25/366 +f 860/25/363 863/25/366 858/24/363 +f 866/24/367 865/25/368 864/25/367 +f 865/25/368 866/24/367 867/24/368 +f 864/25/369 865/25/370 866/24/369 +f 867/24/370 866/24/369 865/25/370 +f 870/24/371 869/25/372 868/25/371 +f 869/25/372 870/24/371 871/24/372 +f 868/25/373 869/25/374 870/24/373 +f 871/24/374 870/24/373 869/25/374 +f 872/24/376 865/25/375 867/24/375 +f 865/25/375 872/24/376 873/25/376 +f 867/24/378 865/25/378 872/24/377 +f 873/25/377 872/24/377 865/25/378 +f 870/24/379 873/25/376 872/24/376 +f 873/25/376 870/24/379 868/25/379 +f 872/24/377 873/25/377 870/24/380 +f 868/25/380 870/24/380 873/25/377 +f 862/24/381 864/25/367 863/25/381 +f 864/25/367 862/24/381 866/24/367 +f 863/25/382 864/25/369 862/24/382 +f 866/24/369 862/24/382 864/25/369 +f 871/24/372 861/25/383 869/25/372 +f 861/25/383 871/24/372 859/24/383 +f 869/25/374 861/25/384 871/24/374 +f 859/24/384 871/24/374 861/25/384 +f 876/22/40 875/23/354 874/22/354 +f 875/23/354 876/22/40 877/23/40 +f 874/22/353 875/23/353 876/22/39 +f 877/23/39 876/22/39 875/23/353 +f 880/22/35 879/23/356 878/23/35 +f 879/23/356 880/22/35 881/22/356 +f 878/23/33 879/23/355 880/22/33 +f 881/22/355 880/22/33 879/23/355 +f 883/22/358 878/23/35 882/23/358 +f 878/23/35 883/22/358 880/22/35 +f 882/23/357 878/23/33 883/22/357 +f 880/22/33 883/22/357 878/23/33 +f 885/22/33 875/23/355 884/23/33 +f 875/23/355 885/22/33 874/22/355 +f 884/23/35 875/23/356 885/22/35 +f 874/22/356 885/22/35 875/23/356 +f 887/22/357 884/23/33 886/23/357 +f 884/23/33 887/22/357 885/22/33 +f 886/23/358 884/23/35 887/22/358 +f 885/22/35 887/22/358 884/23/35 +f 888/23/39 887/22/360 886/23/360 +f 887/22/360 888/23/39 889/22/39 +f 886/23/359 887/22/359 888/23/40 +f 889/22/40 888/23/40 887/22/359 +f 879/23/353 889/22/39 888/23/39 +f 889/22/39 879/23/353 881/22/353 +f 888/23/40 889/22/40 879/23/354 +f 881/22/354 879/23/354 889/22/40 +f 874/22/37 883/22/37 876/22/37 +f 883/22/37 874/22/37 880/22/37 +f 880/22/37 874/22/37 885/22/37 +f 880/22/37 885/22/37 881/22/37 +f 881/22/37 885/22/37 887/22/37 +f 881/22/37 887/22/37 889/22/37 +f 876/22/38 883/22/38 874/22/38 +f 880/22/38 874/22/38 883/22/38 +f 885/22/38 874/22/38 880/22/38 +f 881/22/38 885/22/38 880/22/38 +f 887/22/38 885/22/38 881/22/38 +f 889/22/38 887/22/38 881/22/38 +f 882/23/38 875/23/38 877/23/38 +f 875/23/38 882/23/38 878/23/38 +f 875/23/38 878/23/38 884/23/38 +f 884/23/38 878/23/38 879/23/38 +f 884/23/38 879/23/38 886/23/38 +f 886/23/38 879/23/38 888/23/38 +f 877/23/37 875/23/37 882/23/37 +f 878/23/37 882/23/37 875/23/37 +f 884/23/37 878/23/37 875/23/37 +f 879/23/37 878/23/37 884/23/37 +f 886/23/37 879/23/37 884/23/37 +f 888/23/37 879/23/37 886/23/37 +f 883/22/359 877/23/40 876/22/40 +f 877/23/40 883/22/359 882/23/359 +f 876/22/39 877/23/39 883/22/360 +f 882/23/360 883/22/360 877/23/39 +f 892/22/35 891/23/356 890/23/35 +f 891/23/356 892/22/35 893/22/356 +f 890/23/33 891/23/355 892/22/33 +f 893/22/355 892/22/33 891/23/355 +f 896/22/357 895/23/33 894/23/357 +f 895/23/33 896/22/357 897/22/33 +f 894/23/358 895/23/35 896/22/358 +f 897/22/35 896/22/358 895/23/35 +f 899/22/358 890/23/35 898/23/358 +f 890/23/35 899/22/358 892/22/35 +f 898/23/357 890/23/33 899/22/357 +f 892/22/33 899/22/357 890/23/33 +f 899/22/359 901/23/40 900/22/40 +f 901/23/40 899/22/359 898/23/359 +f 900/22/39 901/23/39 899/22/360 +f 898/23/360 899/22/360 901/23/39 +f 902/22/37 899/22/37 900/22/37 +f 899/22/37 902/22/37 897/22/37 +f 899/22/37 897/22/37 892/22/37 +f 892/22/37 897/22/37 896/22/37 +f 892/22/37 896/22/37 893/22/37 +f 893/22/37 896/22/37 903/22/37 +f 900/22/38 899/22/38 902/22/38 +f 897/22/38 902/22/38 899/22/38 +f 892/22/38 897/22/38 899/22/38 +f 896/22/38 897/22/38 892/22/38 +f 893/22/38 896/22/38 892/22/38 +f 903/22/38 896/22/38 893/22/38 +f 904/23/39 896/22/360 894/23/360 +f 896/22/360 904/23/39 903/22/39 +f 894/23/359 896/22/359 904/23/40 +f 903/22/40 904/23/40 896/22/359 +f 891/23/353 903/22/39 904/23/39 +f 903/22/39 891/23/353 893/22/353 +f 904/23/40 903/22/40 891/23/354 +f 893/22/354 891/23/354 903/22/40 +f 900/22/40 905/23/354 902/22/354 +f 905/23/354 900/22/40 901/23/40 +f 902/22/353 905/23/353 900/22/39 +f 901/23/39 900/22/39 905/23/353 +f 897/22/33 905/23/355 895/23/33 +f 905/23/355 897/22/33 902/22/355 +f 895/23/35 905/23/356 897/22/35 +f 902/22/356 897/22/35 905/23/356 +f 908/25/385 907/24/375 906/24/385 +f 907/24/375 908/25/385 909/25/375 +f 906/24/386 907/24/378 908/25/386 +f 909/25/378 908/25/386 907/24/378 +f 911/25/379 906/24/385 910/24/379 +f 906/24/385 911/25/379 908/25/385 +f 910/24/380 906/24/386 911/25/380 +f 908/25/386 911/25/380 906/24/386 +f 914/24/387 913/25/383 912/25/387 +f 913/25/383 914/24/387 915/24/383 +f 912/25/388 913/25/384 914/24/388 +f 915/24/384 914/24/388 913/25/384 +f 918/24/381 917/25/389 916/25/381 +f 917/25/389 918/24/381 919/24/389 +f 916/25/382 917/25/390 918/24/382 +f 919/24/390 918/24/382 917/25/390 +f 920/24/391 913/25/362 915/24/362 +f 913/25/362 920/24/391 921/25/391 +f 915/24/364 913/25/364 920/24/392 +f 921/25/392 920/24/392 913/25/364 +f 918/24/365 921/25/391 920/24/391 +f 921/25/391 918/24/365 916/25/365 +f 920/24/392 921/25/392 918/24/366 +f 916/25/366 918/24/366 921/25/392 +f 910/24/371 912/25/387 911/25/371 +f 912/25/387 910/24/371 914/24/387 +f 911/25/373 912/25/388 910/24/373 +f 914/24/388 910/24/373 912/25/388 +f 919/24/389 909/25/368 917/25/389 +f 909/25/368 919/24/389 907/24/368 +f 917/25/390 909/25/370 919/24/390 +f 907/24/370 919/24/390 909/25/370 +f 924/22/80 923/23/393 922/22/393 +f 923/23/393 924/22/80 925/23/80 +f 922/22/394 923/23/394 924/22/79 +f 925/23/79 924/22/79 923/23/394 +f 928/22/77 927/23/395 926/23/77 +f 927/23/395 928/22/77 929/22/395 +f 926/23/75 927/23/396 928/22/75 +f 929/22/396 928/22/75 927/23/396 +f 931/22/397 926/23/77 930/23/397 +f 926/23/77 931/22/397 928/22/77 +f 930/23/398 926/23/75 931/22/398 +f 928/22/75 931/22/398 926/23/75 +f 933/22/75 923/23/396 932/23/75 +f 923/23/396 933/22/75 922/22/396 +f 932/23/77 923/23/395 933/22/77 +f 922/22/395 933/22/77 923/23/395 +f 935/22/398 932/23/75 934/23/398 +f 932/23/75 935/22/398 933/22/75 +f 934/23/397 932/23/77 935/22/397 +f 933/22/77 935/22/397 932/23/77 +f 936/23/79 935/22/399 934/23/399 +f 935/22/399 936/23/79 937/22/79 +f 934/23/400 935/22/400 936/23/80 +f 937/22/80 936/23/80 935/22/400 +f 927/23/394 937/22/79 936/23/79 +f 937/22/79 927/23/394 929/22/394 +f 936/23/80 937/22/80 927/23/393 +f 929/22/393 927/23/393 937/22/80 +f 922/22/37 931/22/37 924/22/37 +f 931/22/37 922/22/37 928/22/37 +f 928/22/37 922/22/37 933/22/37 +f 928/22/37 933/22/37 929/22/37 +f 929/22/37 933/22/37 935/22/37 +f 929/22/37 935/22/37 937/22/37 +f 924/22/38 931/22/38 922/22/38 +f 928/22/38 922/22/38 931/22/38 +f 933/22/38 922/22/38 928/22/38 +f 929/22/38 933/22/38 928/22/38 +f 935/22/38 933/22/38 929/22/38 +f 937/22/38 935/22/38 929/22/38 +f 930/23/38 923/23/38 925/23/38 +f 923/23/38 930/23/38 926/23/38 +f 923/23/38 926/23/38 932/23/38 +f 932/23/38 926/23/38 927/23/38 +f 932/23/38 927/23/38 934/23/38 +f 934/23/38 927/23/38 936/23/38 +f 925/23/37 923/23/37 930/23/37 +f 926/23/37 930/23/37 923/23/37 +f 932/23/37 926/23/37 923/23/37 +f 927/23/37 926/23/37 932/23/37 +f 934/23/37 927/23/37 932/23/37 +f 936/23/37 927/23/37 934/23/37 +f 931/22/400 925/23/80 924/22/80 +f 925/23/80 931/22/400 930/23/400 +f 924/22/79 925/23/79 931/22/399 +f 930/23/399 931/22/399 925/23/79 +f 940/22/77 939/23/395 938/23/77 +f 939/23/395 940/22/77 941/22/395 +f 938/23/75 939/23/396 940/22/75 +f 941/22/396 940/22/75 939/23/396 +f 944/22/398 943/23/75 942/23/398 +f 943/23/75 944/22/398 945/22/75 +f 942/23/397 943/23/77 944/22/397 +f 945/22/77 944/22/397 943/23/77 +f 947/22/397 938/23/77 946/23/397 +f 938/23/77 947/22/397 940/22/77 +f 946/23/398 938/23/75 947/22/398 +f 940/22/75 947/22/398 938/23/75 +f 947/22/400 949/23/80 948/22/80 +f 949/23/80 947/22/400 946/23/400 +f 948/22/79 949/23/79 947/22/399 +f 946/23/399 947/22/399 949/23/79 +f 950/22/37 947/22/37 948/22/37 +f 947/22/37 950/22/37 945/22/37 +f 947/22/37 945/22/37 940/22/37 +f 940/22/37 945/22/37 944/22/37 +f 940/22/37 944/22/37 941/22/37 +f 941/22/37 944/22/37 951/22/37 +f 948/22/38 947/22/38 950/22/38 +f 945/22/38 950/22/38 947/22/38 +f 940/22/38 945/22/38 947/22/38 +f 944/22/38 945/22/38 940/22/38 +f 941/22/38 944/22/38 940/22/38 +f 951/22/38 944/22/38 941/22/38 +f 952/23/79 944/22/399 942/23/399 +f 944/22/399 952/23/79 951/22/79 +f 942/23/400 944/22/400 952/23/80 +f 951/22/80 952/23/80 944/22/400 +f 939/23/394 951/22/79 952/23/79 +f 951/22/79 939/23/394 941/22/394 +f 952/23/80 951/22/80 939/23/393 +f 941/22/393 939/23/393 951/22/80 +f 948/22/80 953/23/393 950/22/393 +f 953/23/393 948/22/80 949/23/80 +f 950/22/394 953/23/394 948/22/79 +f 949/23/79 948/22/79 953/23/394 +f 945/22/75 953/23/396 943/23/75 +f 953/23/396 945/22/75 950/22/396 +f 943/23/77 953/23/395 945/22/77 +f 950/22/395 945/22/77 953/23/395 +f 956/25/401 955/24/402 954/24/401 +f 955/24/402 956/25/401 957/25/402 +f 954/24/403 955/24/404 956/25/403 +f 957/25/404 956/25/403 955/24/404 +f 959/25/405 954/24/401 958/24/405 +f 954/24/401 959/25/405 956/25/401 +f 958/24/406 954/24/403 959/25/406 +f 956/25/403 959/25/406 954/24/403 +f 962/24/407 961/25/408 960/25/407 +f 961/25/408 962/24/407 963/24/408 +f 960/25/409 961/25/410 962/24/409 +f 963/24/410 962/24/409 961/25/410 +f 966/24/411 965/25/412 964/25/411 +f 965/25/412 966/24/411 967/24/412 +f 964/25/413 965/25/414 966/24/413 +f 967/24/414 966/24/413 965/25/414 +f 968/24/416 961/25/415 963/24/415 +f 961/25/415 968/24/416 969/25/416 +f 963/24/418 961/25/418 968/24/417 +f 969/25/417 968/24/417 961/25/418 +f 966/24/419 969/25/416 968/24/416 +f 969/25/416 966/24/419 964/25/419 +f 968/24/417 969/25/417 966/24/420 +f 964/25/420 966/24/420 969/25/417 +f 958/24/421 960/25/407 959/25/421 +f 960/25/407 958/24/421 962/24/407 +f 959/25/422 960/25/409 958/24/422 +f 962/24/409 958/24/422 960/25/409 +f 967/24/412 957/25/423 965/25/412 +f 957/25/423 967/24/412 955/24/423 +f 965/25/414 957/25/424 967/24/414 +f 955/24/424 967/24/414 957/25/424 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-end.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-end.obj.import new file mode 100644 index 0000000..c7a40c5 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-end.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://ci38yy37dxdi" +path="res://.godot/imported/corridor-wide-end.obj-5fcd23c640f9a382057bad6326ae26ec.mesh" + +[deps] + +files=["res://.godot/imported/corridor-wide-end.obj-5fcd23c640f9a382057bad6326ae26ec.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-end.obj" +dest_files=["res://.godot/imported/corridor-wide-end.obj-5fcd23c640f9a382057bad6326ae26ec.mesh", "res://.godot/imported/corridor-wide-end.obj-5fcd23c640f9a382057bad6326ae26ec.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-intersection.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-intersection.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-intersection.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-intersection.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-intersection.obj new file mode 100644 index 0000000..530a916 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-intersection.obj @@ -0,0 +1,906 @@ +# Created by Kenney (www.kenney.nl) + +mtllib corridor-wide-intersection.mtl + +g corridor-wide-intersection + +v 3.399002 0.9 -4 1 1 1 +v 4 0.9 -4 1 1 1 +v 3.479521 0.9 -3.699501 1 1 1 +v 4 0.9 -3.399002 1 1 1 +v 3.699501 0.9 -3.479521 1 1 1 +v 3.399002 0.2 -4 1 1 1 +v 4 0.2 -4 1 1 1 +v 4 0.2 -3.399002 1 1 1 +v 3.699501 0.2 -3.479521 1 1 1 +v 3.479521 0.2 -3.699501 1 1 1 +v 0 0 0 1 1 1 +v 0 0 4 1 1 1 +v -4 0 0 1 1 1 +v -4 0 4 1 1 1 +v 0 0 -4 1 1 1 +v -4 0 -4 1 1 1 +v 4 0 0 1 1 1 +v 4 0 4 1 1 1 +v 4 0 -4 1 1 1 +v -3.399002 0.9 4 1 1 1 +v -4 0.9 4 1 1 1 +v -3.479521 0.9 3.699501 1 1 1 +v -4 0.9 3.399002 1 1 1 +v -3.699501 0.9 3.479521 1 1 1 +v -3.399002 0.2 4 1 1 1 +v -4 0.2 4 1 1 1 +v -4 0.2 3.399002 1 1 1 +v -3.699501 0.2 3.479521 1 1 1 +v -3.479521 0.2 3.699501 1 1 1 +v 4 0.9 3.399002 1 1 1 +v 4 0.9 4 1 1 1 +v 3.699501 0.9 3.479521 1 1 1 +v 3.399002 0.9 4 1 1 1 +v 3.479521 0.9 3.699501 1 1 1 +v 4 0.2 3.399002 1 1 1 +v 4 0.2 4 1 1 1 +v 3.399002 0.2 4 1 1 1 +v 3.479521 0.2 3.699501 1 1 1 +v 3.699501 0.2 3.479521 1 1 1 +v -4 0.9 -3.399002 1 1 1 +v -4 0.9 -4 1 1 1 +v -3.699501 0.9 -3.479521 1 1 1 +v -3.399002 0.9 -4 1 1 1 +v -3.479521 0.9 -3.699501 1 1 1 +v -4 0.2 -3.399002 1 1 1 +v -4 0.2 -4 1 1 1 +v -3.399002 0.2 -4 1 1 1 +v -3.479521 0.2 -3.699501 1 1 1 +v -3.699501 0.2 -3.479521 1 1 1 +v 3.599999 3 -3.999999 1 1 1 +v 3.599999 0.9 -3.999999 1 1 1 +v 3.999999 3 -3.999999 1 1 1 +v 3.999999 0.9 -3.999999 1 1 1 +v 3.999999 0.9 -3.599999 1 1 1 +v 3.999999 3 -3.599999 1 1 1 +v 3.653589 0.9 -3.799999 1 1 1 +v 3.653589 3 -3.799999 1 1 1 +v 3.799999 0.9 -3.653589 1 1 1 +v 3.799999 3 -3.653589 1 1 1 +v 4 -1.707772E-14 -4 1 1 1 +v 4 -1.707772E-14 -2.998005 1 1 1 +v 4 0.2 -4 1 1 1 +v 4 0.2 -2.998005 1 1 1 +v 2.998005 0.2 -4 1 1 1 +v 2.998005 -1.707772E-14 -4 1 1 1 +v 3.132247 0.2 -3.499002 1 1 1 +v 3.499002 0.2 -3.132247 1 1 1 +v 3.132247 -1.635581E-14 -3.499002 1 1 1 +v 3.499002 -1.635581E-14 -3.132247 1 1 1 +v -3.599999 3 3.999999 1 1 1 +v -3.599999 0.9 3.999999 1 1 1 +v -3.999999 3 3.999999 1 1 1 +v -3.999999 0.9 3.999999 1 1 1 +v -3.999999 0.9 3.599999 1 1 1 +v -3.999999 3 3.599999 1 1 1 +v -3.653589 0.9 3.799999 1 1 1 +v -3.653589 3 3.799999 1 1 1 +v -3.799999 0.9 3.653589 1 1 1 +v -3.799999 3 3.653589 1 1 1 +v -4 -1.707772E-14 4 1 1 1 +v -4 -1.707772E-14 2.998005 1 1 1 +v -4 0.2 4 1 1 1 +v -4 0.2 2.998005 1 1 1 +v -2.998005 0.2 4 1 1 1 +v -2.998005 -1.707772E-14 4 1 1 1 +v -3.132247 0.2 3.499002 1 1 1 +v -3.499002 0.2 3.132247 1 1 1 +v -3.132247 -1.635581E-14 3.499002 1 1 1 +v -3.499002 -1.635581E-14 3.132247 1 1 1 +v 3.999999 3 3.599999 1 1 1 +v 3.999999 0.9 3.599999 1 1 1 +v 3.999999 3 3.999999 1 1 1 +v 3.999999 0.9 3.999999 1 1 1 +v 3.599999 0.9 3.999999 1 1 1 +v 3.599999 3 3.999999 1 1 1 +v 3.799999 0.9 3.653589 1 1 1 +v 3.799999 3 3.653589 1 1 1 +v 3.653589 0.9 3.799999 1 1 1 +v 3.653589 3 3.799999 1 1 1 +v 4 -1.707772E-14 4 1 1 1 +v 2.998005 -1.707772E-14 4 1 1 1 +v 4 0.2 4 1 1 1 +v 2.998005 0.2 4 1 1 1 +v 4 0.2 2.998005 1 1 1 +v 4 -1.707772E-14 2.998005 1 1 1 +v 3.499002 0.2 3.132247 1 1 1 +v 3.132247 0.2 3.499002 1 1 1 +v 3.499002 -1.635581E-14 3.132247 1 1 1 +v 3.132247 -1.635581E-14 3.499002 1 1 1 +v -3.999999 3 -3.599999 1 1 1 +v -3.999999 0.9 -3.599999 1 1 1 +v -3.999999 3 -3.999999 1 1 1 +v -3.999999 0.9 -3.999999 1 1 1 +v -3.599999 0.9 -3.999999 1 1 1 +v -3.599999 3 -3.999999 1 1 1 +v -3.799999 0.9 -3.653589 1 1 1 +v -3.799999 3 -3.653589 1 1 1 +v -3.653589 0.9 -3.799999 1 1 1 +v -3.653589 3 -3.799999 1 1 1 +v -4 -1.707772E-14 -4 1 1 1 +v -2.998005 -1.707772E-14 -4 1 1 1 +v -4 0.2 -4 1 1 1 +v -2.998005 0.2 -4 1 1 1 +v -4 0.2 -2.998005 1 1 1 +v -4 -1.707772E-14 -2.998005 1 1 1 +v -3.499002 0.2 -3.132247 1 1 1 +v -3.132247 0.2 -3.499002 1 1 1 +v -3.499002 -1.635581E-14 -3.132247 1 1 1 +v -3.132247 -1.635581E-14 -3.499002 1 1 1 + +vn 0 1 0 +vn 0 -1 0 +vn -1.192093E-07 0 -1 +vn 1.192093E-07 0 1 +vn 1 0 -1.192093E-07 +vn -1 0 1.192093E-07 +vn -0.5 0 0.8660256 +vn -0.258819 0 0.965926 +vn 0.258819 0 -0.965926 +vn 0.5 0 -0.8660256 +vn -0.8660255 0 0.5000002 +vn 0.8660255 0 -0.5000002 +vn -0.9659259 0 0.2588192 +vn 0.9659259 0 -0.2588192 +vn -1.192093E-07 0 1 +vn 1.192093E-07 0 -1 +vn -1 0 -1.192093E-07 +vn 1 0 1.192093E-07 +vn 0.5000002 0 -0.8660255 +vn 0.2588192 0 -0.9659259 +vn -0.2588192 0 0.9659259 +vn -0.5000002 0 0.8660255 +vn 0.8660256 0 -0.5 +vn -0.8660256 0 0.5 +vn 0.965926 0 -0.2588189 +vn -0.965926 0 0.2588189 +vn 1 0 0 +vn -1 0 0 +vn 0 0 1 +vn 0 0 -1 +vn -0.8660254 0 -0.5 +vn -0.9659258 0 -0.258819 +vn 0.9659258 0 0.258819 +vn 0.8660254 0 0.5 +vn -0.5 0 -0.8660254 +vn 0.5 0 0.8660254 +vn -0.258819 0 -0.9659258 +vn 0.258819 0 0.9659258 +vn -1 0 3.314016E-14 +vn 1 0 -3.314016E-14 +vn -3.314016E-14 0 -1 +vn 3.314016E-14 0 1 +vn -0.8660255 0 0.5000001 +vn 0.8660255 0 -0.5000001 +vn 0.8660256 0 -0.4999999 +vn -0.8660256 0 0.4999999 +vn -0.5 0 -0.8660254 +vn 0.5 0 0.8660254 + +vt 0.09375 0.225 +vt 0.09375 0.025 +vt 0.34375 0.225 +vt 0.34375 0.025 +vt 0.34375 0.105 + +usemtl colormap + +f 3/1/1 2/1/1 1/1/1 +f 2/1/1 3/1/1 4/1/1 +f 4/1/1 3/1/1 5/1/1 +f 1/1/2 2/1/2 3/1/2 +f 4/1/2 3/1/2 2/1/2 +f 5/1/2 3/1/2 4/1/2 +f 2/1/3 6/2/3 1/1/3 +f 6/2/3 2/1/3 7/2/3 +f 1/1/4 6/2/4 2/1/4 +f 7/2/4 2/1/4 6/2/4 +f 2/1/5 8/2/5 7/2/5 +f 8/2/5 2/1/5 4/1/5 +f 7/2/6 8/2/6 2/1/6 +f 4/1/6 2/1/6 8/2/6 +f 8/2/8 5/1/7 9/2/7 +f 5/1/7 8/2/8 4/1/8 +f 9/2/10 5/1/10 8/2/9 +f 4/1/9 8/2/9 5/1/10 +f 9/2/7 3/1/11 10/2/11 +f 3/1/11 9/2/7 5/1/7 +f 10/2/12 3/1/12 9/2/10 +f 5/1/10 9/2/10 3/1/12 +f 10/2/11 1/1/13 6/2/13 +f 1/1/13 10/2/11 3/1/11 +f 6/2/14 1/1/14 10/2/12 +f 3/1/12 10/2/12 1/1/14 +f 13/2/1 12/2/1 11/2/1 +f 12/2/1 13/2/1 14/2/1 +f 11/2/2 12/2/2 13/2/2 +f 14/2/2 13/2/2 12/2/2 +f 16/2/1 11/2/1 15/2/1 +f 11/2/1 16/2/1 13/2/1 +f 15/2/2 11/2/2 16/2/2 +f 13/2/2 16/2/2 11/2/2 +f 11/2/1 18/2/1 17/2/1 +f 18/2/1 11/2/1 12/2/1 +f 17/2/2 18/2/2 11/2/2 +f 12/2/2 11/2/2 18/2/2 +f 15/2/1 17/2/1 19/2/1 +f 17/2/1 15/2/1 11/2/1 +f 19/2/2 17/2/2 15/2/2 +f 11/2/2 15/2/2 17/2/2 +f 22/1/1 21/1/1 20/1/1 +f 21/1/1 22/1/1 23/1/1 +f 23/1/1 22/1/1 24/1/1 +f 20/1/2 21/1/2 22/1/2 +f 23/1/2 22/1/2 21/1/2 +f 24/1/2 22/1/2 23/1/2 +f 21/1/15 25/2/15 20/1/15 +f 25/2/15 21/1/15 26/2/15 +f 20/1/16 25/2/16 21/1/16 +f 26/2/16 21/1/16 25/2/16 +f 21/1/17 27/2/17 26/2/17 +f 27/2/17 21/1/17 23/1/17 +f 26/2/18 27/2/18 21/1/18 +f 23/1/18 21/1/18 27/2/18 +f 27/2/20 24/1/19 28/2/19 +f 24/1/19 27/2/20 23/1/20 +f 28/2/22 24/1/22 27/2/21 +f 23/1/21 27/2/21 24/1/22 +f 28/2/19 22/1/23 29/2/23 +f 22/1/23 28/2/19 24/1/19 +f 29/2/24 22/1/24 28/2/22 +f 24/1/22 28/2/22 22/1/24 +f 29/2/23 20/1/25 25/2/25 +f 20/1/25 29/2/23 22/1/23 +f 25/2/26 20/1/26 29/2/24 +f 22/1/24 29/2/24 20/1/26 +f 32/1/1 31/1/1 30/1/1 +f 31/1/1 32/1/1 33/1/1 +f 33/1/1 32/1/1 34/1/1 +f 30/1/2 31/1/2 32/1/2 +f 33/1/2 32/1/2 31/1/2 +f 34/1/2 32/1/2 33/1/2 +f 31/1/27 35/2/27 30/1/27 +f 35/2/27 31/1/27 36/2/27 +f 30/1/28 35/2/28 31/1/28 +f 36/2/28 31/1/28 35/2/28 +f 31/1/29 37/2/29 36/2/29 +f 37/2/29 31/1/29 33/1/29 +f 36/2/30 37/2/30 31/1/30 +f 33/1/30 31/1/30 37/2/30 +f 37/2/32 34/1/31 38/2/31 +f 34/1/31 37/2/32 33/1/32 +f 38/2/34 34/1/34 37/2/33 +f 33/1/33 37/2/33 34/1/34 +f 38/2/31 32/1/35 39/2/35 +f 32/1/35 38/2/31 34/1/31 +f 39/2/36 32/1/36 38/2/34 +f 34/1/34 38/2/34 32/1/36 +f 39/2/35 30/1/37 35/2/37 +f 30/1/37 39/2/35 32/1/35 +f 35/2/38 30/1/38 39/2/36 +f 32/1/36 39/2/36 30/1/38 +f 42/1/1 41/1/1 40/1/1 +f 41/1/1 42/1/1 43/1/1 +f 43/1/1 42/1/1 44/1/1 +f 40/1/2 41/1/2 42/1/2 +f 43/1/2 42/1/2 41/1/2 +f 44/1/2 42/1/2 43/1/2 +f 41/1/39 45/2/39 40/1/39 +f 45/2/39 41/1/39 46/2/39 +f 40/1/40 45/2/40 41/1/40 +f 46/2/40 41/1/40 45/2/40 +f 41/1/41 47/2/41 46/2/41 +f 47/2/41 41/1/41 43/1/41 +f 46/2/42 47/2/42 41/1/42 +f 43/1/42 41/1/42 47/2/42 +f 47/2/33 44/1/34 48/2/34 +f 44/1/34 47/2/33 43/1/33 +f 48/2/31 44/1/31 47/2/32 +f 43/1/32 47/2/32 44/1/31 +f 48/2/34 42/1/36 49/2/36 +f 42/1/36 48/2/34 44/1/34 +f 49/2/35 42/1/35 48/2/31 +f 44/1/31 48/2/31 42/1/35 +f 49/2/36 40/1/38 45/2/38 +f 40/1/38 49/2/36 42/1/36 +f 45/2/37 40/1/37 49/2/35 +f 42/1/35 49/2/35 40/1/37 +f 52/3/3 51/4/3 50/3/3 +f 51/4/3 52/3/3 53/4/3 +f 50/3/4 51/4/4 52/3/4 +f 53/4/4 52/3/4 51/4/4 +f 52/3/5 54/4/5 53/4/5 +f 54/4/5 52/3/5 55/3/5 +f 53/4/6 54/4/6 52/3/6 +f 55/3/6 52/3/6 54/4/6 +f 56/4/11 50/3/13 51/4/13 +f 50/3/13 56/4/11 57/3/11 +f 51/4/14 50/3/14 56/4/12 +f 57/3/12 56/4/12 50/3/14 +f 54/4/8 59/3/7 58/4/7 +f 59/3/7 54/4/8 55/3/8 +f 58/4/10 59/3/10 54/4/9 +f 55/3/9 54/4/9 59/3/10 +f 57/3/1 52/3/1 50/3/1 +f 52/3/1 57/3/1 55/3/1 +f 55/3/1 57/3/1 59/3/1 +f 50/3/2 52/3/2 57/3/2 +f 55/3/2 57/3/2 52/3/2 +f 59/3/2 57/3/2 55/3/2 +f 59/3/7 56/4/11 58/4/7 +f 56/4/11 59/3/7 57/3/11 +f 58/4/10 56/4/12 59/3/10 +f 57/3/12 59/3/10 56/4/12 +f 62/5/5 61/4/5 60/4/5 +f 61/4/5 62/5/5 63/5/5 +f 60/4/6 61/4/6 62/5/6 +f 63/5/6 62/5/6 61/4/6 +f 62/5/3 65/4/3 64/5/3 +f 65/4/3 62/5/3 60/4/3 +f 64/5/4 65/4/4 62/5/4 +f 60/4/4 62/5/4 65/4/4 +f 66/5/1 62/5/1 64/5/1 +f 62/5/1 66/5/1 63/5/1 +f 63/5/1 66/5/1 67/5/1 +f 64/5/2 62/5/2 66/5/2 +f 63/5/2 66/5/2 62/5/2 +f 67/5/2 66/5/2 63/5/2 +f 61/4/2 65/4/2 60/4/2 +f 65/4/2 61/4/2 68/4/2 +f 68/4/2 61/4/2 69/4/2 +f 60/4/1 65/4/1 61/4/1 +f 68/4/1 61/4/1 65/4/1 +f 69/4/1 61/4/1 68/4/1 +f 61/4/8 67/5/7 69/4/7 +f 67/5/7 61/4/8 63/5/8 +f 69/4/10 67/5/10 61/4/9 +f 63/5/9 61/4/9 67/5/10 +f 67/5/7 68/4/43 69/4/7 +f 68/4/43 67/5/7 66/5/43 +f 69/4/10 68/4/44 67/5/10 +f 66/5/44 67/5/10 68/4/44 +f 68/4/43 64/5/13 65/4/13 +f 64/5/13 68/4/43 66/5/43 +f 65/4/14 64/5/14 68/4/44 +f 66/5/44 68/4/44 64/5/14 +f 72/3/15 71/4/15 70/3/15 +f 71/4/15 72/3/15 73/4/15 +f 70/3/16 71/4/16 72/3/16 +f 73/4/16 72/3/16 71/4/16 +f 72/3/17 74/4/17 73/4/17 +f 74/4/17 72/3/17 75/3/17 +f 73/4/18 74/4/18 72/3/18 +f 75/3/18 72/3/18 74/4/18 +f 76/4/23 70/3/25 71/4/25 +f 70/3/25 76/4/23 77/3/23 +f 71/4/26 70/3/26 76/4/24 +f 77/3/24 76/4/24 70/3/26 +f 74/4/20 79/3/19 78/4/19 +f 79/3/19 74/4/20 75/3/20 +f 78/4/22 79/3/22 74/4/21 +f 75/3/21 74/4/21 79/3/22 +f 77/3/1 72/3/1 70/3/1 +f 72/3/1 77/3/1 75/3/1 +f 75/3/1 77/3/1 79/3/1 +f 70/3/2 72/3/2 77/3/2 +f 75/3/2 77/3/2 72/3/2 +f 79/3/2 77/3/2 75/3/2 +f 79/3/19 76/4/23 78/4/19 +f 76/4/23 79/3/19 77/3/23 +f 78/4/22 76/4/24 79/3/22 +f 77/3/24 79/3/22 76/4/24 +f 82/5/17 81/4/17 80/4/17 +f 81/4/17 82/5/17 83/5/17 +f 80/4/18 81/4/18 82/5/18 +f 83/5/18 82/5/18 81/4/18 +f 82/5/15 85/4/15 84/5/15 +f 85/4/15 82/5/15 80/4/15 +f 84/5/16 85/4/16 82/5/16 +f 80/4/16 82/5/16 85/4/16 +f 86/5/1 82/5/1 84/5/1 +f 82/5/1 86/5/1 83/5/1 +f 83/5/1 86/5/1 87/5/1 +f 84/5/2 82/5/2 86/5/2 +f 83/5/2 86/5/2 82/5/2 +f 87/5/2 86/5/2 83/5/2 +f 81/4/2 85/4/2 80/4/2 +f 85/4/2 81/4/2 88/4/2 +f 88/4/2 81/4/2 89/4/2 +f 80/4/1 85/4/1 81/4/1 +f 88/4/1 81/4/1 85/4/1 +f 89/4/1 81/4/1 88/4/1 +f 81/4/20 87/5/19 89/4/19 +f 87/5/19 81/4/20 83/5/20 +f 89/4/22 87/5/22 81/4/21 +f 83/5/21 81/4/21 87/5/22 +f 87/5/19 88/4/45 89/4/19 +f 88/4/45 87/5/19 86/5/45 +f 89/4/22 88/4/46 87/5/22 +f 86/5/46 87/5/22 88/4/46 +f 88/4/45 84/5/25 85/4/25 +f 84/5/25 88/4/45 86/5/45 +f 85/4/26 84/5/26 88/4/46 +f 86/5/46 88/4/46 84/5/26 +f 92/3/27 91/4/27 90/3/27 +f 91/4/27 92/3/27 93/4/27 +f 90/3/28 91/4/28 92/3/28 +f 93/4/28 92/3/28 91/4/28 +f 92/3/29 94/4/29 93/4/29 +f 94/4/29 92/3/29 95/3/29 +f 93/4/30 94/4/30 92/3/30 +f 95/3/30 92/3/30 94/4/30 +f 96/4/35 90/3/37 91/4/37 +f 90/3/37 96/4/35 97/3/35 +f 91/4/38 90/3/38 96/4/36 +f 97/3/36 96/4/36 90/3/38 +f 94/4/32 99/3/31 98/4/31 +f 99/3/31 94/4/32 95/3/32 +f 98/4/34 99/3/34 94/4/33 +f 95/3/33 94/4/33 99/3/34 +f 97/3/1 92/3/1 90/3/1 +f 92/3/1 97/3/1 95/3/1 +f 95/3/1 97/3/1 99/3/1 +f 90/3/2 92/3/2 97/3/2 +f 95/3/2 97/3/2 92/3/2 +f 99/3/2 97/3/2 95/3/2 +f 99/3/31 96/4/35 98/4/31 +f 96/4/35 99/3/31 97/3/35 +f 98/4/34 96/4/36 99/3/34 +f 97/3/36 99/3/34 96/4/36 +f 102/5/29 101/4/29 100/4/29 +f 101/4/29 102/5/29 103/5/29 +f 100/4/30 101/4/30 102/5/30 +f 103/5/30 102/5/30 101/4/30 +f 102/5/27 105/4/27 104/5/27 +f 105/4/27 102/5/27 100/4/27 +f 104/5/28 105/4/28 102/5/28 +f 100/4/28 102/5/28 105/4/28 +f 106/5/1 102/5/1 104/5/1 +f 102/5/1 106/5/1 103/5/1 +f 103/5/1 106/5/1 107/5/1 +f 104/5/2 102/5/2 106/5/2 +f 103/5/2 106/5/2 102/5/2 +f 107/5/2 106/5/2 103/5/2 +f 101/4/2 105/4/2 100/4/2 +f 105/4/2 101/4/2 108/4/2 +f 108/4/2 101/4/2 109/4/2 +f 100/4/1 105/4/1 101/4/1 +f 108/4/1 101/4/1 105/4/1 +f 109/4/1 101/4/1 108/4/1 +f 101/4/32 107/5/31 109/4/31 +f 107/5/31 101/4/32 103/5/32 +f 109/4/34 107/5/34 101/4/33 +f 103/5/33 101/4/33 107/5/34 +f 107/5/31 108/4/47 109/4/31 +f 108/4/47 107/5/31 106/5/47 +f 109/4/34 108/4/48 107/5/34 +f 106/5/48 107/5/34 108/4/48 +f 108/4/47 104/5/37 105/4/37 +f 104/5/37 108/4/47 106/5/47 +f 105/4/38 104/5/38 108/4/48 +f 106/5/48 108/4/48 104/5/38 +f 112/3/39 111/4/39 110/3/39 +f 111/4/39 112/3/39 113/4/39 +f 110/3/40 111/4/40 112/3/40 +f 113/4/40 112/3/40 111/4/40 +f 112/3/41 114/4/41 113/4/41 +f 114/4/41 112/3/41 115/3/41 +f 113/4/42 114/4/42 112/3/42 +f 115/3/42 112/3/42 114/4/42 +f 116/4/36 110/3/38 111/4/38 +f 110/3/38 116/4/36 117/3/36 +f 111/4/37 110/3/37 116/4/35 +f 117/3/35 116/4/35 110/3/37 +f 114/4/33 119/3/34 118/4/34 +f 119/3/34 114/4/33 115/3/33 +f 118/4/31 119/3/31 114/4/32 +f 115/3/32 114/4/32 119/3/31 +f 117/3/1 112/3/1 110/3/1 +f 112/3/1 117/3/1 115/3/1 +f 115/3/1 117/3/1 119/3/1 +f 110/3/2 112/3/2 117/3/2 +f 115/3/2 117/3/2 112/3/2 +f 119/3/2 117/3/2 115/3/2 +f 119/3/34 116/4/36 118/4/34 +f 116/4/36 119/3/34 117/3/36 +f 118/4/31 116/4/35 119/3/31 +f 117/3/35 119/3/31 116/4/35 +f 122/5/41 121/4/41 120/4/41 +f 121/4/41 122/5/41 123/5/41 +f 120/4/42 121/4/42 122/5/42 +f 123/5/42 122/5/42 121/4/42 +f 122/5/39 125/4/39 124/5/39 +f 125/4/39 122/5/39 120/4/39 +f 124/5/40 125/4/40 122/5/40 +f 120/4/40 122/5/40 125/4/40 +f 126/5/1 122/5/1 124/5/1 +f 122/5/1 126/5/1 123/5/1 +f 123/5/1 126/5/1 127/5/1 +f 124/5/2 122/5/2 126/5/2 +f 123/5/2 126/5/2 122/5/2 +f 127/5/2 126/5/2 123/5/2 +f 121/4/2 125/4/2 120/4/2 +f 125/4/2 121/4/2 128/4/2 +f 128/4/2 121/4/2 129/4/2 +f 120/4/1 125/4/1 121/4/1 +f 128/4/1 121/4/1 125/4/1 +f 129/4/1 121/4/1 128/4/1 +f 121/4/33 127/5/34 129/4/34 +f 127/5/34 121/4/33 123/5/33 +f 129/4/31 127/5/31 121/4/32 +f 123/5/32 121/4/32 127/5/31 +f 127/5/34 128/4/48 129/4/34 +f 128/4/48 127/5/34 126/5/48 +f 129/4/31 128/4/47 127/5/31 +f 126/5/47 127/5/31 128/4/47 +f 128/4/48 124/5/38 125/4/38 +f 124/5/38 128/4/48 126/5/48 +f 125/4/37 124/5/37 128/4/47 +f 126/5/47 128/4/47 124/5/37 + +g corridor-wide-intersection + + + + +usemtl colormap + +f 3/1/1 2/1/1 1/1/1 +f 2/1/1 3/1/1 4/1/1 +f 4/1/1 3/1/1 5/1/1 +f 1/1/2 2/1/2 3/1/2 +f 4/1/2 3/1/2 2/1/2 +f 5/1/2 3/1/2 4/1/2 +f 2/1/3 6/2/3 1/1/3 +f 6/2/3 2/1/3 7/2/3 +f 1/1/4 6/2/4 2/1/4 +f 7/2/4 2/1/4 6/2/4 +f 2/1/5 8/2/5 7/2/5 +f 8/2/5 2/1/5 4/1/5 +f 7/2/6 8/2/6 2/1/6 +f 4/1/6 2/1/6 8/2/6 +f 8/2/8 5/1/7 9/2/7 +f 5/1/7 8/2/8 4/1/8 +f 9/2/10 5/1/10 8/2/9 +f 4/1/9 8/2/9 5/1/10 +f 9/2/7 3/1/11 10/2/11 +f 3/1/11 9/2/7 5/1/7 +f 10/2/12 3/1/12 9/2/10 +f 5/1/10 9/2/10 3/1/12 +f 10/2/11 1/1/13 6/2/13 +f 1/1/13 10/2/11 3/1/11 +f 6/2/14 1/1/14 10/2/12 +f 3/1/12 10/2/12 1/1/14 +f 13/2/1 12/2/1 11/2/1 +f 12/2/1 13/2/1 14/2/1 +f 11/2/2 12/2/2 13/2/2 +f 14/2/2 13/2/2 12/2/2 +f 16/2/1 11/2/1 15/2/1 +f 11/2/1 16/2/1 13/2/1 +f 15/2/2 11/2/2 16/2/2 +f 13/2/2 16/2/2 11/2/2 +f 11/2/1 18/2/1 17/2/1 +f 18/2/1 11/2/1 12/2/1 +f 17/2/2 18/2/2 11/2/2 +f 12/2/2 11/2/2 18/2/2 +f 15/2/1 17/2/1 19/2/1 +f 17/2/1 15/2/1 11/2/1 +f 19/2/2 17/2/2 15/2/2 +f 11/2/2 15/2/2 17/2/2 +f 22/1/1 21/1/1 20/1/1 +f 21/1/1 22/1/1 23/1/1 +f 23/1/1 22/1/1 24/1/1 +f 20/1/2 21/1/2 22/1/2 +f 23/1/2 22/1/2 21/1/2 +f 24/1/2 22/1/2 23/1/2 +f 21/1/15 25/2/15 20/1/15 +f 25/2/15 21/1/15 26/2/15 +f 20/1/16 25/2/16 21/1/16 +f 26/2/16 21/1/16 25/2/16 +f 21/1/17 27/2/17 26/2/17 +f 27/2/17 21/1/17 23/1/17 +f 26/2/18 27/2/18 21/1/18 +f 23/1/18 21/1/18 27/2/18 +f 27/2/20 24/1/19 28/2/19 +f 24/1/19 27/2/20 23/1/20 +f 28/2/22 24/1/22 27/2/21 +f 23/1/21 27/2/21 24/1/22 +f 28/2/19 22/1/23 29/2/23 +f 22/1/23 28/2/19 24/1/19 +f 29/2/24 22/1/24 28/2/22 +f 24/1/22 28/2/22 22/1/24 +f 29/2/23 20/1/25 25/2/25 +f 20/1/25 29/2/23 22/1/23 +f 25/2/26 20/1/26 29/2/24 +f 22/1/24 29/2/24 20/1/26 +f 32/1/1 31/1/1 30/1/1 +f 31/1/1 32/1/1 33/1/1 +f 33/1/1 32/1/1 34/1/1 +f 30/1/2 31/1/2 32/1/2 +f 33/1/2 32/1/2 31/1/2 +f 34/1/2 32/1/2 33/1/2 +f 31/1/27 35/2/27 30/1/27 +f 35/2/27 31/1/27 36/2/27 +f 30/1/28 35/2/28 31/1/28 +f 36/2/28 31/1/28 35/2/28 +f 31/1/29 37/2/29 36/2/29 +f 37/2/29 31/1/29 33/1/29 +f 36/2/30 37/2/30 31/1/30 +f 33/1/30 31/1/30 37/2/30 +f 37/2/32 34/1/31 38/2/31 +f 34/1/31 37/2/32 33/1/32 +f 38/2/34 34/1/34 37/2/33 +f 33/1/33 37/2/33 34/1/34 +f 38/2/31 32/1/35 39/2/35 +f 32/1/35 38/2/31 34/1/31 +f 39/2/36 32/1/36 38/2/34 +f 34/1/34 38/2/34 32/1/36 +f 39/2/35 30/1/37 35/2/37 +f 30/1/37 39/2/35 32/1/35 +f 35/2/38 30/1/38 39/2/36 +f 32/1/36 39/2/36 30/1/38 +f 42/1/1 41/1/1 40/1/1 +f 41/1/1 42/1/1 43/1/1 +f 43/1/1 42/1/1 44/1/1 +f 40/1/2 41/1/2 42/1/2 +f 43/1/2 42/1/2 41/1/2 +f 44/1/2 42/1/2 43/1/2 +f 41/1/39 45/2/39 40/1/39 +f 45/2/39 41/1/39 46/2/39 +f 40/1/40 45/2/40 41/1/40 +f 46/2/40 41/1/40 45/2/40 +f 41/1/41 47/2/41 46/2/41 +f 47/2/41 41/1/41 43/1/41 +f 46/2/42 47/2/42 41/1/42 +f 43/1/42 41/1/42 47/2/42 +f 47/2/33 44/1/34 48/2/34 +f 44/1/34 47/2/33 43/1/33 +f 48/2/31 44/1/31 47/2/32 +f 43/1/32 47/2/32 44/1/31 +f 48/2/34 42/1/36 49/2/36 +f 42/1/36 48/2/34 44/1/34 +f 49/2/35 42/1/35 48/2/31 +f 44/1/31 48/2/31 42/1/35 +f 49/2/36 40/1/38 45/2/38 +f 40/1/38 49/2/36 42/1/36 +f 45/2/37 40/1/37 49/2/35 +f 42/1/35 49/2/35 40/1/37 +f 52/3/3 51/4/3 50/3/3 +f 51/4/3 52/3/3 53/4/3 +f 50/3/4 51/4/4 52/3/4 +f 53/4/4 52/3/4 51/4/4 +f 52/3/5 54/4/5 53/4/5 +f 54/4/5 52/3/5 55/3/5 +f 53/4/6 54/4/6 52/3/6 +f 55/3/6 52/3/6 54/4/6 +f 56/4/11 50/3/13 51/4/13 +f 50/3/13 56/4/11 57/3/11 +f 51/4/14 50/3/14 56/4/12 +f 57/3/12 56/4/12 50/3/14 +f 54/4/8 59/3/7 58/4/7 +f 59/3/7 54/4/8 55/3/8 +f 58/4/10 59/3/10 54/4/9 +f 55/3/9 54/4/9 59/3/10 +f 57/3/1 52/3/1 50/3/1 +f 52/3/1 57/3/1 55/3/1 +f 55/3/1 57/3/1 59/3/1 +f 50/3/2 52/3/2 57/3/2 +f 55/3/2 57/3/2 52/3/2 +f 59/3/2 57/3/2 55/3/2 +f 59/3/7 56/4/11 58/4/7 +f 56/4/11 59/3/7 57/3/11 +f 58/4/10 56/4/12 59/3/10 +f 57/3/12 59/3/10 56/4/12 +f 62/5/5 61/4/5 60/4/5 +f 61/4/5 62/5/5 63/5/5 +f 60/4/6 61/4/6 62/5/6 +f 63/5/6 62/5/6 61/4/6 +f 62/5/3 65/4/3 64/5/3 +f 65/4/3 62/5/3 60/4/3 +f 64/5/4 65/4/4 62/5/4 +f 60/4/4 62/5/4 65/4/4 +f 66/5/1 62/5/1 64/5/1 +f 62/5/1 66/5/1 63/5/1 +f 63/5/1 66/5/1 67/5/1 +f 64/5/2 62/5/2 66/5/2 +f 63/5/2 66/5/2 62/5/2 +f 67/5/2 66/5/2 63/5/2 +f 61/4/2 65/4/2 60/4/2 +f 65/4/2 61/4/2 68/4/2 +f 68/4/2 61/4/2 69/4/2 +f 60/4/1 65/4/1 61/4/1 +f 68/4/1 61/4/1 65/4/1 +f 69/4/1 61/4/1 68/4/1 +f 61/4/8 67/5/7 69/4/7 +f 67/5/7 61/4/8 63/5/8 +f 69/4/10 67/5/10 61/4/9 +f 63/5/9 61/4/9 67/5/10 +f 67/5/7 68/4/43 69/4/7 +f 68/4/43 67/5/7 66/5/43 +f 69/4/10 68/4/44 67/5/10 +f 66/5/44 67/5/10 68/4/44 +f 68/4/43 64/5/13 65/4/13 +f 64/5/13 68/4/43 66/5/43 +f 65/4/14 64/5/14 68/4/44 +f 66/5/44 68/4/44 64/5/14 +f 72/3/15 71/4/15 70/3/15 +f 71/4/15 72/3/15 73/4/15 +f 70/3/16 71/4/16 72/3/16 +f 73/4/16 72/3/16 71/4/16 +f 72/3/17 74/4/17 73/4/17 +f 74/4/17 72/3/17 75/3/17 +f 73/4/18 74/4/18 72/3/18 +f 75/3/18 72/3/18 74/4/18 +f 76/4/23 70/3/25 71/4/25 +f 70/3/25 76/4/23 77/3/23 +f 71/4/26 70/3/26 76/4/24 +f 77/3/24 76/4/24 70/3/26 +f 74/4/20 79/3/19 78/4/19 +f 79/3/19 74/4/20 75/3/20 +f 78/4/22 79/3/22 74/4/21 +f 75/3/21 74/4/21 79/3/22 +f 77/3/1 72/3/1 70/3/1 +f 72/3/1 77/3/1 75/3/1 +f 75/3/1 77/3/1 79/3/1 +f 70/3/2 72/3/2 77/3/2 +f 75/3/2 77/3/2 72/3/2 +f 79/3/2 77/3/2 75/3/2 +f 79/3/19 76/4/23 78/4/19 +f 76/4/23 79/3/19 77/3/23 +f 78/4/22 76/4/24 79/3/22 +f 77/3/24 79/3/22 76/4/24 +f 82/5/17 81/4/17 80/4/17 +f 81/4/17 82/5/17 83/5/17 +f 80/4/18 81/4/18 82/5/18 +f 83/5/18 82/5/18 81/4/18 +f 82/5/15 85/4/15 84/5/15 +f 85/4/15 82/5/15 80/4/15 +f 84/5/16 85/4/16 82/5/16 +f 80/4/16 82/5/16 85/4/16 +f 86/5/1 82/5/1 84/5/1 +f 82/5/1 86/5/1 83/5/1 +f 83/5/1 86/5/1 87/5/1 +f 84/5/2 82/5/2 86/5/2 +f 83/5/2 86/5/2 82/5/2 +f 87/5/2 86/5/2 83/5/2 +f 81/4/2 85/4/2 80/4/2 +f 85/4/2 81/4/2 88/4/2 +f 88/4/2 81/4/2 89/4/2 +f 80/4/1 85/4/1 81/4/1 +f 88/4/1 81/4/1 85/4/1 +f 89/4/1 81/4/1 88/4/1 +f 81/4/20 87/5/19 89/4/19 +f 87/5/19 81/4/20 83/5/20 +f 89/4/22 87/5/22 81/4/21 +f 83/5/21 81/4/21 87/5/22 +f 87/5/19 88/4/45 89/4/19 +f 88/4/45 87/5/19 86/5/45 +f 89/4/22 88/4/46 87/5/22 +f 86/5/46 87/5/22 88/4/46 +f 88/4/45 84/5/25 85/4/25 +f 84/5/25 88/4/45 86/5/45 +f 85/4/26 84/5/26 88/4/46 +f 86/5/46 88/4/46 84/5/26 +f 92/3/27 91/4/27 90/3/27 +f 91/4/27 92/3/27 93/4/27 +f 90/3/28 91/4/28 92/3/28 +f 93/4/28 92/3/28 91/4/28 +f 92/3/29 94/4/29 93/4/29 +f 94/4/29 92/3/29 95/3/29 +f 93/4/30 94/4/30 92/3/30 +f 95/3/30 92/3/30 94/4/30 +f 96/4/35 90/3/37 91/4/37 +f 90/3/37 96/4/35 97/3/35 +f 91/4/38 90/3/38 96/4/36 +f 97/3/36 96/4/36 90/3/38 +f 94/4/32 99/3/31 98/4/31 +f 99/3/31 94/4/32 95/3/32 +f 98/4/34 99/3/34 94/4/33 +f 95/3/33 94/4/33 99/3/34 +f 97/3/1 92/3/1 90/3/1 +f 92/3/1 97/3/1 95/3/1 +f 95/3/1 97/3/1 99/3/1 +f 90/3/2 92/3/2 97/3/2 +f 95/3/2 97/3/2 92/3/2 +f 99/3/2 97/3/2 95/3/2 +f 99/3/31 96/4/35 98/4/31 +f 96/4/35 99/3/31 97/3/35 +f 98/4/34 96/4/36 99/3/34 +f 97/3/36 99/3/34 96/4/36 +f 102/5/29 101/4/29 100/4/29 +f 101/4/29 102/5/29 103/5/29 +f 100/4/30 101/4/30 102/5/30 +f 103/5/30 102/5/30 101/4/30 +f 102/5/27 105/4/27 104/5/27 +f 105/4/27 102/5/27 100/4/27 +f 104/5/28 105/4/28 102/5/28 +f 100/4/28 102/5/28 105/4/28 +f 106/5/1 102/5/1 104/5/1 +f 102/5/1 106/5/1 103/5/1 +f 103/5/1 106/5/1 107/5/1 +f 104/5/2 102/5/2 106/5/2 +f 103/5/2 106/5/2 102/5/2 +f 107/5/2 106/5/2 103/5/2 +f 101/4/2 105/4/2 100/4/2 +f 105/4/2 101/4/2 108/4/2 +f 108/4/2 101/4/2 109/4/2 +f 100/4/1 105/4/1 101/4/1 +f 108/4/1 101/4/1 105/4/1 +f 109/4/1 101/4/1 108/4/1 +f 101/4/32 107/5/31 109/4/31 +f 107/5/31 101/4/32 103/5/32 +f 109/4/34 107/5/34 101/4/33 +f 103/5/33 101/4/33 107/5/34 +f 107/5/31 108/4/47 109/4/31 +f 108/4/47 107/5/31 106/5/47 +f 109/4/34 108/4/48 107/5/34 +f 106/5/48 107/5/34 108/4/48 +f 108/4/47 104/5/37 105/4/37 +f 104/5/37 108/4/47 106/5/47 +f 105/4/38 104/5/38 108/4/48 +f 106/5/48 108/4/48 104/5/38 +f 112/3/39 111/4/39 110/3/39 +f 111/4/39 112/3/39 113/4/39 +f 110/3/40 111/4/40 112/3/40 +f 113/4/40 112/3/40 111/4/40 +f 112/3/41 114/4/41 113/4/41 +f 114/4/41 112/3/41 115/3/41 +f 113/4/42 114/4/42 112/3/42 +f 115/3/42 112/3/42 114/4/42 +f 116/4/36 110/3/38 111/4/38 +f 110/3/38 116/4/36 117/3/36 +f 111/4/37 110/3/37 116/4/35 +f 117/3/35 116/4/35 110/3/37 +f 114/4/33 119/3/34 118/4/34 +f 119/3/34 114/4/33 115/3/33 +f 118/4/31 119/3/31 114/4/32 +f 115/3/32 114/4/32 119/3/31 +f 117/3/1 112/3/1 110/3/1 +f 112/3/1 117/3/1 115/3/1 +f 115/3/1 117/3/1 119/3/1 +f 110/3/2 112/3/2 117/3/2 +f 115/3/2 117/3/2 112/3/2 +f 119/3/2 117/3/2 115/3/2 +f 119/3/34 116/4/36 118/4/34 +f 116/4/36 119/3/34 117/3/36 +f 118/4/31 116/4/35 119/3/31 +f 117/3/35 119/3/31 116/4/35 +f 122/5/41 121/4/41 120/4/41 +f 121/4/41 122/5/41 123/5/41 +f 120/4/42 121/4/42 122/5/42 +f 123/5/42 122/5/42 121/4/42 +f 122/5/39 125/4/39 124/5/39 +f 125/4/39 122/5/39 120/4/39 +f 124/5/40 125/4/40 122/5/40 +f 120/4/40 122/5/40 125/4/40 +f 126/5/1 122/5/1 124/5/1 +f 122/5/1 126/5/1 123/5/1 +f 123/5/1 126/5/1 127/5/1 +f 124/5/2 122/5/2 126/5/2 +f 123/5/2 126/5/2 122/5/2 +f 127/5/2 126/5/2 123/5/2 +f 121/4/2 125/4/2 120/4/2 +f 125/4/2 121/4/2 128/4/2 +f 128/4/2 121/4/2 129/4/2 +f 120/4/1 125/4/1 121/4/1 +f 128/4/1 121/4/1 125/4/1 +f 129/4/1 121/4/1 128/4/1 +f 121/4/33 127/5/34 129/4/34 +f 127/5/34 121/4/33 123/5/33 +f 129/4/31 127/5/31 121/4/32 +f 123/5/32 121/4/32 127/5/31 +f 127/5/34 128/4/48 129/4/34 +f 128/4/48 127/5/34 126/5/48 +f 129/4/31 128/4/47 127/5/31 +f 126/5/47 127/5/31 128/4/47 +f 128/4/48 124/5/38 125/4/38 +f 124/5/38 128/4/48 126/5/48 +f 125/4/37 124/5/37 128/4/47 +f 126/5/47 128/4/47 124/5/37 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-intersection.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-intersection.obj.import new file mode 100644 index 0000000..d032734 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-intersection.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://bc7p3lbm2infs" +path="res://.godot/imported/corridor-wide-intersection.obj-61879f6f1caf43577f8d6d479d32f22a.mesh" + +[deps] + +files=["res://.godot/imported/corridor-wide-intersection.obj-61879f6f1caf43577f8d6d479d32f22a.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-intersection.obj" +dest_files=["res://.godot/imported/corridor-wide-intersection.obj-61879f6f1caf43577f8d6d479d32f22a.mesh", "res://.godot/imported/corridor-wide-intersection.obj-61879f6f1caf43577f8d6d479d32f22a.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-junction.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-junction.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-junction.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-junction.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-junction.obj new file mode 100644 index 0000000..c055ee7 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-junction.obj @@ -0,0 +1,2877 @@ +# Created by Kenney (www.kenney.nl) + +mtllib corridor-wide-junction.mtl + +g corridor-wide-junction + +v 2.862078 0.05 2.523783 1 1 1 +v 2.717189 0.05 2.562606 1 1 1 +v 2.823255 0.05 2.378894 1 1 1 +v 2.678366 0.05 2.417717 1 1 1 +v 2.113794 0 2.192603 1 1 1 +v 2.500165 0 2.29613 1 1 1 +v 2.14915 0.1 2.25384 1 1 1 +v 2.438928 0.1 2.331486 1 1 1 +v 2.647748 0 2.400039 1 1 1 +v 2.840933 0 2.348275 1 1 1 +v 2.892697 0 2.541461 1 1 1 +v 2.396637 0 2.6825 1 1 1 +v 2.361282 0.1 2.621263 1 1 1 +v 2.010267 0 2.578973 1 1 1 +v 2.071504 0.1 2.543617 1 1 1 +v 2.699512 0 2.593224 1 1 1 +v 3 0.2 3.199002 1 1 1 +v 4 0.2 3.399002 1 1 1 +v 3 0.9 3.199002 1 1 1 +v 4 0.9 3.399002 1 1 1 +v 4 0.9 3.999999 1 1 1 +v 2 0.9 4 1 1 1 +v 2 0.9 3.399002 1 1 1 +v 2 0.2 3.399002 1 1 1 +v 2 0.2 4 1 1 1 +v 4 0.2 3.999999 1 1 1 +v 0 0 0 1 1 1 +v 0 0 4 1 1 1 +v -4 0 0 1 1 1 +v -4 0 4 1 1 1 +v 0 0 -4 1 1 1 +v -4 0 -4 1 1 1 +v 4 0 0 1 1 1 +v 4 0 4 1 1 1 +v 4 0 -4 1 1 1 +v -4 0.9 -3.399002 1 1 1 +v -4 0.9 -4 1 1 1 +v -3.699501 0.9 -3.479521 1 1 1 +v -3.399002 0.9 -4 1 1 1 +v -3.479521 0.9 -3.699501 1 1 1 +v -4 0.2 -3.399002 1 1 1 +v -4 0.2 -4 1 1 1 +v -3.399002 0.2 -4 1 1 1 +v -3.479521 0.2 -3.699501 1 1 1 +v -3.699501 0.2 -3.479521 1 1 1 +v 3.399002 0.9 -4 1 1 1 +v 4 0.9 -4 1 1 1 +v 3.479521 0.9 -3.699501 1 1 1 +v 4 0.9 -3.399002 1 1 1 +v 3.699501 0.9 -3.479521 1 1 1 +v 3.399002 0.2 -4 1 1 1 +v 4 0.2 -4 1 1 1 +v 4 0.2 -3.399002 1 1 1 +v 3.699501 0.2 -3.479521 1 1 1 +v 3.479521 0.2 -3.699501 1 1 1 +v -1.296845 -5.138843E-19 2.432191 1 1 1 +v -1.266227 0.05 2.449869 1 1 1 +v -1.245082 -5.138843E-19 2.625376 1 1 1 +v -1.227404 0.05 2.594758 1 1 1 +v -1.051896 -5.138843E-19 2.573612 1 1 1 +v -1.082515 0.05 2.555935 1 1 1 +v -1.547956 -5.138843E-19 2.714653 1 1 1 +v -1.934326 -5.138843E-19 2.611125 1 1 1 +v -1.583311 0.1 2.653415 1 1 1 +v -1.873089 0.1 2.575769 1 1 1 +v -1.830799 -5.138843E-19 2.224754 1 1 1 +v -1.795443 0.1 2.285992 1 1 1 +v 1.071888 -5.138843E-19 2.006432 1 1 1 +v 1.096888 0.1 2.031432 1 1 1 +v 1.071888 -5.138843E-19 2.206432 1 1 1 +v 1.096888 0.1 2.181432 1 1 1 +v 1.246888 0.1 2.031432 1 1 1 +v 1.246888 0.1 2.181432 1 1 1 +v 1.271888 -5.138843E-19 2.206432 1 1 1 +v 1.271888 -5.138843E-19 2.006432 1 1 1 +v -1.444428 -5.138843E-19 2.328282 1 1 1 +v -1.505666 0.1 2.363637 1 1 1 +v -1.10366 -5.138843E-19 2.380427 1 1 1 +v -1.121338 0.05 2.411046 1 1 1 +v 1.749569 0.05 2.49822 1 1 1 +v 1.537437 0.05 2.710352 1 1 1 +v 1.537437 0.05 2.286088 1 1 1 +v 1.325305 0.05 2.49822 1 1 1 +v 1.537437 -5.138843E-19 2.215377 1 1 1 +v 1.254595 -5.138843E-19 2.49822 1 1 1 +v 0.8904097 -2.88816E-15 2.097593 1 1 1 +v 0.8550544 0.05 2.15883 1 1 1 +v 0.5040394 -2.88816E-15 2.201121 1 1 1 +v 0.5652766 0.05 2.236476 1 1 1 +v 1.82028 -5.138843E-19 2.49822 1 1 1 +v 1.537437 -5.138843E-19 2.781063 1 1 1 +v 0.9939373 -2.88816E-15 2.483963 1 1 1 +v 0.607567 -2.88816E-15 2.587491 1 1 1 +v 0.9327 0.05 2.448608 1 1 1 +v 0.6429223 0.05 2.526254 1 1 1 +v -2 0.2 3.399002 1 1 1 +v -8.085408E-14 0.2 3.199002 1 1 1 +v -2 0.9 3.399002 1 1 1 +v -8.085408E-14 0.9 3.199002 1 1 1 +v -2 0.9 4 1 1 1 +v -2 0.2 4 1 1 1 +v -3.137922 0.05 2.523783 1 1 1 +v -3.282811 0.05 2.562606 1 1 1 +v -3.176745 0.05 2.378894 1 1 1 +v -3.321634 0.05 2.417717 1 1 1 +v -3.886206 0 2.192603 1 1 1 +v -3.499835 0 2.29613 1 1 1 +v -3.85085 0.1 2.25384 1 1 1 +v -3.561072 0.1 2.331486 1 1 1 +v -3.352252 0 2.400039 1 1 1 +v -3.159067 0 2.348275 1 1 1 +v -3.107303 0 2.541461 1 1 1 +v -3.603363 0 2.6825 1 1 1 +v -3.638718 0.1 2.621263 1 1 1 +v -3.989733 0 2.578973 1 1 1 +v -3.928496 0.1 2.543617 1 1 1 +v -3.300488 0 2.593224 1 1 1 +v -3 0.2 3.199002 1 1 1 +v -3 0.9 3.199002 1 1 1 +v -2 0.9 3.999999 1 1 1 +v -4 0.9 4 1 1 1 +v -4 0.9 3.399002 1 1 1 +v -4 0.2 3.399002 1 1 1 +v -4 0.2 4 1 1 1 +v -2 0.2 3.999999 1 1 1 +v 4 3 4.000001 1 1 1 +v 2 3 4.000001 1 1 1 +v 4 3 3.600001 1 1 1 +v 3 3 3.400001 1 1 1 +v 2 3 3.600001 1 1 1 +v 2 0.9 3.600001 1 1 1 +v 2 0.9 4.000001 1 1 1 +v 3 0.9 3.400001 1 1 1 +v 4 0.9 4.000001 1 1 1 +v 4 0.9 3.600001 1 1 1 +v 4 0 4 1 1 1 +v 2 0 4 1 1 1 +v 4 0.2 4 1 1 1 +v 4 0.2 2.998004 1 1 1 +v 3 0.2 2.798005 1 1 1 +v 2 0.2 2.998004 1 1 1 +v 3 0 2.798005 1 1 1 +v 4 0 2.998004 1 1 1 +v 2 0 2.998004 1 1 1 +v 2.290225 1.332707 3.541955 1 1 1 +v 2.668151 1.332707 3.466369 1 1 1 +v 2.280419 1.332707 3.492925 1 1 1 +v 2.658345 1.332707 3.41734 1 1 1 +v 2.668151 1.632707 3.466369 1 1 1 +v 2.290225 1.632707 3.541955 1 1 1 +v 2.658345 1.632707 3.41734 1 1 1 +v 2.280419 1.632707 3.492925 1 1 1 +v 2.707374 1.382707 3.407534 1 1 1 +v 2.71718 1.382707 3.456563 1 1 1 +v 2.707374 1.582707 3.407534 1 1 1 +v 2.71718 1.582707 3.456563 1 1 1 +v 2.241196 1.382707 3.55176 1 1 1 +v 2.23139 1.382707 3.502731 1 1 1 +v 2.241196 1.582707 3.55176 1 1 1 +v 2.23139 1.582707 3.502731 1 1 1 +v -4 3 -3.599999 1 1 1 +v -4 0.9 -3.599999 1 1 1 +v -4 3 -3.999999 1 1 1 +v -4 0.9 -3.999999 1 1 1 +v -3.6 0.9 -3.999999 1 1 1 +v -3.6 3 -3.999999 1 1 1 +v -3.8 0.9 -3.653589 1 1 1 +v -3.8 3 -3.653589 1 1 1 +v -3.65359 0.9 -3.799999 1 1 1 +v -3.65359 3 -3.799999 1 1 1 +v -4 -1.707772E-14 -4 1 1 1 +v -2.998005 -1.707772E-14 -4 1 1 1 +v -4 0.2 -4 1 1 1 +v -2.998005 0.2 -4 1 1 1 +v -4 0.2 -2.998005 1 1 1 +v -4 -1.707772E-14 -2.998005 1 1 1 +v -3.499002 0.2 -3.132247 1 1 1 +v -3.132247 0.2 -3.499002 1 1 1 +v -3.499002 -1.635581E-14 -3.132247 1 1 1 +v -3.132247 -1.635581E-14 -3.499002 1 1 1 +v 3.6 3 -3.999999 1 1 1 +v 3.6 0.9 -3.999999 1 1 1 +v 4 3 -3.999999 1 1 1 +v 4 0.9 -3.999999 1 1 1 +v 4 0.9 -3.599999 1 1 1 +v 4 3 -3.599999 1 1 1 +v 3.65359 0.9 -3.799999 1 1 1 +v 3.65359 3 -3.799999 1 1 1 +v 3.8 0.9 -3.653589 1 1 1 +v 3.8 3 -3.653589 1 1 1 +v 4 -1.707772E-14 -4 1 1 1 +v 4 -1.707772E-14 -2.998005 1 1 1 +v 4 0.2 -4 1 1 1 +v 4 0.2 -2.998005 1 1 1 +v 2.998005 0.2 -4 1 1 1 +v 2.998005 -1.707772E-14 -4 1 1 1 +v 3.132247 0.2 -3.499002 1 1 1 +v 3.499002 0.2 -3.132247 1 1 1 +v 3.132247 -1.635581E-14 -3.499002 1 1 1 +v 3.499002 -1.635581E-14 -3.132247 1 1 1 +v -1.130444E-08 3.60442E-16 2.548004 1 1 1 +v 0.5459808 3.60442E-16 2.639001 1 1 1 +v -1.130444E-08 0.2 2.548004 1 1 1 +v 0.5459808 0.2 2.639001 1 1 1 +v 0.667636 0.2 2.760656 1 1 1 +v 0.667636 3.60442E-16 2.760656 1 1 1 +v 0.7586328 0.2 3.306637 1 1 1 +v 0.7586328 3.60442E-16 3.306637 1 1 1 +v -0.5459808 3.60442E-16 2.639001 1 1 1 +v -0.5459808 0.2 2.639001 1 1 1 +v -0.7586328 0.2 3.306637 1 1 1 +v -0.6676361 0.2 2.760656 1 1 1 +v -0.6676361 3.60442E-16 2.760656 1 1 1 +v -0.7586328 3.60442E-16 3.306637 1 1 1 +v 2 -5.136725E-19 2.998004 1 1 1 +v 2 -5.136725E-19 4 1 1 1 +v -2 -5.136725E-19 2.998004 1 1 1 +v -8.954693E-09 -5.136725E-19 2.798005 1 1 1 +v -2 0.2 2.998004 1 1 1 +v -8.954693E-09 0.2 2.798005 1 1 1 +v -2 -5.136725E-19 4 1 1 1 +v -2 3 4.000001 1 1 1 +v -5.197762E-14 3 3.400001 1 1 1 +v -2 3 3.600001 1 1 1 +v -2 0.9 4.000001 1 1 1 +v -2 0.9 3.600001 1 1 1 +v -1.072641 2.3578 3.507265 1 1 1 +v -1.072641 2.557801 3.507265 1 1 1 +v -1.122393 2.307801 3.51224 1 1 1 +v -1.122393 2.6078 3.51224 1 1 1 +v -0.7453319 2.097031 3.474534 1 1 1 +v -1.50589 2.307801 3.55059 1 1 1 +v -0.6955801 2.04703 3.469559 1 1 1 +v -1.128829 2.097031 3.512884 1 1 1 +v -1.178581 2.04703 3.517859 1 1 1 +v -1.178581 1.847031 3.517859 1 1 1 +v -0.6955801 1.847031 3.469559 1 1 1 +v -1.555642 2.3578 3.555565 1 1 1 +v -5.197762E-14 0.9 3.400001 1 1 1 +v -0.7453319 1.79703 3.474534 1 1 1 +v -1.128829 1.79703 3.512884 1 1 1 +v -1.50589 2.6078 3.55059 1 1 1 +v -1.555642 2.557801 3.555565 1 1 1 +v 1.466211 1.463198 3.546622 1 1 1 +v 1.466211 1.663198 3.546622 1 1 1 +v 1.416459 1.713198 3.541647 1 1 1 +v 1.416459 1.413198 3.541647 1 1 1 +v 1.032961 1.413198 3.503297 1 1 1 +v 0.9832096 1.463198 3.498322 1 1 1 +v 1.032961 1.713198 3.503297 1 1 1 +v 0.9832096 1.663198 3.498322 1 1 1 +v 1.032962 1.413198 3.503298 1 1 1 +v 1.416459 1.413198 3.541647 1 1 1 +v 1.037937 1.413198 3.453546 1 1 1 +v 1.421434 1.413198 3.491895 1 1 1 +v 1.416459 1.713198 3.541647 1 1 1 +v 1.032962 1.713198 3.503298 1 1 1 +v 1.421434 1.713198 3.491895 1 1 1 +v 1.037937 1.713198 3.453546 1 1 1 +v 1.471186 1.463198 3.496871 1 1 1 +v 1.466211 1.463198 3.546623 1 1 1 +v 1.471186 1.663198 3.496871 1 1 1 +v 1.466211 1.663198 3.546623 1 1 1 +v 0.9832098 1.463198 3.498322 1 1 1 +v 0.988185 1.463198 3.44857 1 1 1 +v 0.9832098 1.663198 3.498322 1 1 1 +v 0.988185 1.663198 3.44857 1 1 1 +v -1.50589 2.307801 3.550589 1 1 1 +v -1.122393 2.307801 3.512239 1 1 1 +v -1.510865 2.307801 3.500837 1 1 1 +v -1.127368 2.307801 3.462487 1 1 1 +v -1.122393 2.6078 3.512239 1 1 1 +v -1.50589 2.6078 3.550589 1 1 1 +v -1.127368 2.6078 3.462487 1 1 1 +v -1.510865 2.6078 3.500837 1 1 1 +v -1.077616 2.3578 3.457512 1 1 1 +v -1.072641 2.3578 3.507264 1 1 1 +v -1.077616 2.557801 3.457512 1 1 1 +v -1.072641 2.557801 3.507264 1 1 1 +v -1.555642 2.3578 3.555564 1 1 1 +v -1.560617 2.3578 3.505812 1 1 1 +v -1.555642 2.557801 3.555564 1 1 1 +v -1.560617 2.557801 3.505812 1 1 1 +v -0.7453316 1.79703 3.474535 1 1 1 +v -0.7503068 1.79703 3.424783 1 1 1 +v -1.128829 1.79703 3.512884 1 1 1 +v -1.133804 1.79703 3.463133 1 1 1 +v -0.7453316 2.097031 3.474535 1 1 1 +v -1.128829 2.097031 3.512884 1 1 1 +v -0.7503068 2.097031 3.424783 1 1 1 +v -1.133804 2.097031 3.463133 1 1 1 +v -0.700555 1.847031 3.419808 1 1 1 +v -0.6955798 1.847031 3.46956 1 1 1 +v -0.700555 2.04703 3.419808 1 1 1 +v -0.6955798 2.04703 3.469559 1 1 1 +v -1.178581 1.847031 3.51786 1 1 1 +v -1.183556 1.847031 3.468108 1 1 1 +v -1.178581 2.04703 3.51786 1 1 1 +v -1.183556 2.04703 3.468108 1 1 1 +v -4 3 4.000001 1 1 1 +v -3 3 3.400001 1 1 1 +v -4 3 3.600001 1 1 1 +v -4 0.9 3.600001 1 1 1 +v -4 0.9 4.000001 1 1 1 +v -3 0.9 3.400001 1 1 1 +v -2 0 4 1 1 1 +v -4 0 4 1 1 1 +v -3 0.2 2.798005 1 1 1 +v -4 0.2 2.998004 1 1 1 +v -3 0 2.798005 1 1 1 +v -2 0 2.998004 1 1 1 +v -4 0 2.998004 1 1 1 +v -3.709775 1.332707 3.541955 1 1 1 +v -3.331849 1.332707 3.466369 1 1 1 +v -3.719581 1.332707 3.492925 1 1 1 +v -3.341655 1.332707 3.41734 1 1 1 +v -3.331849 1.632707 3.466369 1 1 1 +v -3.709775 1.632707 3.541955 1 1 1 +v -3.341655 1.632707 3.41734 1 1 1 +v -3.719581 1.632707 3.492925 1 1 1 +v -3.292626 1.382707 3.407534 1 1 1 +v -3.28282 1.382707 3.456563 1 1 1 +v -3.292626 1.582707 3.407534 1 1 1 +v -3.28282 1.582707 3.456563 1 1 1 +v -3.758804 1.382707 3.55176 1 1 1 +v -3.76861 1.382707 3.502731 1 1 1 +v -3.758804 1.582707 3.55176 1 1 1 +v -3.76861 1.582707 3.502731 1 1 1 +v 0.48375 3.3269 2.934478 1 1 1 +v 0.48375 2.9269 2.934478 1 1 1 +v 0.564375 3.3269 3.418228 1 1 1 +v 0.564375 2.9269 3.418228 1 1 1 +v 5.775291E-15 2.9269 3.982603 1 1 1 +v -0.48375 2.9269 3.901978 1 1 1 +v 5.775291E-15 3.3269 3.982603 1 1 1 +v -0.48375 3.3269 3.901978 1 1 1 +v 0.48375 2.9269 3.901978 1 1 1 +v 0.48375 3.3269 3.901978 1 1 1 +v -5.775291E-15 2.9269 2.853853 1 1 1 +v -5.775291E-15 3.3269 2.853853 1 1 1 +v -0.48375 2.9269 2.934478 1 1 1 +v -0.48375 3.3269 2.934478 1 1 1 +v -0.564375 2.9269 3.418228 1 1 1 +v -0.564375 3.3269 3.418228 1 1 1 +v -5.775291E-15 0.2 3.937453 1 1 1 +v -0.44505 0.2 3.863278 1 1 1 +v -5.775291E-15 0.6 3.937453 1 1 1 +v -0.44505 0.6 3.863278 1 1 1 +v -0.44505 0.2 2.973178 1 1 1 +v 0 0.2 2.899003 1 1 1 +v -0.44505 0.6 2.973178 1 1 1 +v 0 0.6 2.899003 1 1 1 +v 0.44505 0.2 3.863278 1 1 1 +v 0.44505 0.6 3.863278 1 1 1 +v 0.519225 0.6 3.418228 1 1 1 +v 0.519225 0.2 3.418228 1 1 1 +v 0.44505 0.6 2.973178 1 1 1 +v -0.519225 0.6 3.418228 1 1 1 +v -0.519225 0.2 3.418228 1 1 1 +v 0.44505 0.2 2.973178 1 1 1 +v -0.4375 2.9269 3.418228 1 1 1 +v -0.375 2.9269 3.793228 1 1 1 +v -0.35 0.6 3.418228 1 1 1 +v -0.3 0.6 3.718228 1 1 1 +v -0.375 2.9269 3.043228 1 1 1 +v -0.3 0.6 3.118228 1 1 1 +v 0 0.6 3.068228 1 1 1 +v 0.3 0.6 3.118228 1 1 1 +v 0 2.9269 2.980728 1 1 1 +v 0.375 2.9269 3.043228 1 1 1 +v 0.3 0.6 3.718228 1 1 1 +v 1.155058E-14 0.6 3.768228 1 1 1 +v 0.375 2.9269 3.793228 1 1 1 +v 0 2.9269 3.855728 1 1 1 +v 0.4375 2.9269 3.418228 1 1 1 +v 0.35 0.6 3.418228 1 1 1 + +vn 0.5202672 0.7994348 0.3003764 +vn -0.3003764 0.7994348 0.5202672 +vn 0.3003764 0.7994348 -0.5202672 +vn -0.5202672 0.7994348 -0.3003764 +vn -0.3003764 -0.7994348 0.5202672 +vn 0.3003764 -0.7994348 -0.5202672 +vn -0.5202672 -0.7994348 -0.3003764 +vn 0.5202672 -0.7994348 0.3003764 +vn -0.4082483 0.5773503 -0.7071068 +vn 0.7071068 0.5773503 -0.4082483 +vn -0.3003764 0.7994348 -0.5202672 +vn 0.5202672 0.7994348 -0.3003764 +vn 0.3003764 -0.7994348 0.5202672 +vn -0.7071068 -0.5773503 0.4082483 +vn 0.4082483 -0.5773503 0.7071068 +vn -0.5202672 -0.7994348 0.3003764 +vn -0.7071068 0.5773503 -0.4082482 +vn 0.4082482 0.5773503 -0.7071068 +vn -0.4082482 -0.5773503 0.7071068 +vn 0.7071068 -0.5773503 0.4082482 +vn 0.7071068 0.5773503 0.4082482 +vn -0.7071068 -0.5773503 -0.4082482 +vn 0.4082483 0.5773503 0.7071068 +vn 0.3003764 0.7994348 0.5202672 +vn -0.4082483 -0.5773503 -0.7071068 +vn -0.3003764 -0.7994348 -0.5202672 +vn -0.7071068 0.5773503 0.4082483 +vn -0.5202672 0.7994348 0.3003764 +vn 0.7071068 -0.5773503 -0.4082483 +vn 0.5202672 -0.7994348 -0.3003764 +vn -0.4082482 0.5773503 0.7071068 +vn 0.4082482 -0.5773503 -0.7071068 +vn 0 0 -1 +vn 0.1961161 0 -0.9805807 +vn 0 0 1 +vn -0.1961161 0 0.9805807 +vn 0 1 0 +vn 0 -1 0 +vn -1 0 0 +vn 1 0 0 +vn -0.1961161 0 -0.9805807 +vn 0.1961161 0 0.9805807 +vn -1 0 8.200385E-14 +vn 1 0 -8.200385E-14 +vn -8.200385E-14 0 -1 +vn 8.200385E-14 0 1 +vn 0.8660254 0 0.5 +vn 0.9659258 0 0.258819 +vn -0.9659258 0 -0.258819 +vn -0.8660254 0 -0.5 +vn 0.5 0 0.8660254 +vn -0.5 0 -0.8660254 +vn 0.258819 0 0.9659258 +vn -0.258819 0 -0.9659258 +vn -1.192093E-07 0 -1 +vn 1.192093E-07 0 1 +vn 1 0 -1.192093E-07 +vn -1 0 1.192093E-07 +vn -0.5 0 0.8660256 +vn -0.258819 0 0.965926 +vn 0.258819 0 -0.965926 +vn 0.5 0 -0.8660256 +vn -0.8660255 0 0.5000002 +vn 0.8660255 0 -0.5000002 +vn -0.9659259 0 0.2588192 +vn 0.9659259 0 -0.2588192 +vn -0.7071068 0.5773503 -0.4082483 +vn -0.4082483 0.5773503 0.7071068 +vn 0.4082483 -0.5773503 -0.7071068 +vn 0.7071068 -0.5773503 0.4082483 +vn 0.7071068 0.5773503 0.4082483 +vn -0.7071068 -0.5773503 -0.4082483 +vn -0.6666667 0.3333333 -0.6666667 +vn -0.5033765 0.7022992 -0.5033765 +vn -0.6666667 0.3333333 0.6666667 +vn -0.5033765 0.7022992 0.5033765 +vn 0.6666667 -0.3333333 -0.6666667 +vn 0.5033765 -0.7022992 0.5033765 +vn 0.6666667 -0.3333333 0.6666667 +vn 0.5033765 -0.7022992 -0.5033765 +vn 0.5033765 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 0.5033765 +vn -0.5033765 -0.7022992 -0.5033765 +vn -0.5033765 -0.7022992 0.5033765 +vn 0.6666667 0.3333333 0.6666667 +vn -0.6666667 -0.3333333 -0.6666667 +vn 0.6666667 0.3333333 -0.6666667 +vn -0.6666667 -0.3333333 0.6666667 +vn 0.4082483 0.5773503 -0.7071068 +vn -0.4082483 -0.5773503 0.7071068 +vn 0.4245382 0.9054101 0 +vn 0 0.9054101 0.4245382 +vn 0 0.9054101 -0.4245382 +vn -0.4245382 0.9054101 0 +vn 0 -0.9054101 0.4245382 +vn 0 -0.9054101 -0.4245382 +vn -0.4245382 -0.9054101 0 +vn 0.4245382 -0.9054101 0 +vn 0 0.8164966 -0.5773503 +vn -0.5773503 0.8164966 0 +vn 0 -0.8164966 0.5773503 +vn 0.5773503 -0.8164966 0 +vn 0.2886751 0.8164966 -0.5 +vn 0.2122691 0.90541 -0.3676609 +vn -0.5 0.8164966 -0.2886751 +vn -0.3676609 0.90541 -0.2122691 +vn 0.5 -0.8164966 0.2886751 +vn -0.2122691 -0.90541 0.3676609 +vn -0.2886751 -0.8164966 0.5 +vn 0.3676609 -0.90541 0.2122691 +vn 0.5773503 0.8164966 0 +vn -0.5773503 -0.8164966 0 +vn 0 0.8164966 0.5773503 +vn 0 -0.8164966 -0.5773503 +vn 0.5 0.8164966 0.2886751 +vn -0.2886751 0.8164966 0.5 +vn 0.3676609 0.90541 0.2122691 +vn -0.2122691 0.90541 0.3676609 +vn -0.3676609 -0.90541 -0.2122691 +vn 0.2886751 -0.8164966 -0.5 +vn -0.5 -0.8164966 -0.2886751 +vn 0.2122691 -0.90541 -0.3676609 +vn -0.09950371 0 -0.9950371 +vn 0.09950371 0 0.9950371 +vn 0.09950371 0 -0.9950371 +vn -0.09950371 0 0.9950371 +vn 0.1961161 0 -0.9805807 +vn -0.1961161 0 0.9805807 +vn -0.1961162 0 -0.9805807 +vn 0.1961162 0 0.9805807 +vn -0.375252 -0.9238795 0.07505035 +vn 0.375252 -0.9238795 -0.07505045 +vn 0.375252 0.9238795 -0.07505035 +vn -0.375252 0.9238795 0.07505045 +vn 0.9059384 -0.3826834 -0.1811877 +vn 0.9059384 0.3826834 -0.1811877 +vn -0.9059384 -0.3826834 0.1811877 +vn -0.9059384 0.3826834 0.1811877 +vn -0.1961161 5.960464E-08 -0.9805807 +vn 0.1961161 -5.960464E-08 0.9805807 +vn 0.5 0 0.8660254 +vn -0.5 0 -0.8660254 +vn -0.8660255 0 0.5000001 +vn 0.8660255 0 -0.5000001 +vn 0.4575815 0 -0.8891677 +vn -0.4575815 0 0.8891677 +vn 0.8891677 0 -0.4575816 +vn 0.986394 0 -0.164399 +vn -0.986394 0 0.164399 +vn -0.8891677 0 0.4575816 +vn -0.4575816 0 -0.8891677 +vn 0.4575816 0 0.8891677 +vn -0.8891677 0 -0.4575815 +vn -0.986394 0 -0.164399 +vn 0.986394 0 0.164399 +vn 0.8891677 0 0.4575815 +vn -0.09950373 0 -0.9950371 +vn 0.09950373 0 0.9950371 +vn 0.0995037 0 -0.9950371 +vn -0.0995037 0 0.9950371 +vn -0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 -0.9238796 0.03807854 +vn 0.3807842 0.9238796 0.03807832 +vn -0.3807842 0.9238796 -0.03807854 +vn 0.9192945 -0.3826835 0.0919295 +vn 0.9192945 0.3826835 0.09192941 +vn -0.9192945 -0.3826835 -0.09192941 +vn -0.9192945 0.3826835 -0.0919295 +vn 0.09950373 -1.192093E-07 -0.9950373 +vn -0.09950373 1.192093E-07 0.9950373 +vn -0.3807842 -0.9238796 0.03807854 +vn 0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 0.9238796 -0.03807854 +vn -0.3807842 0.9238796 0.03807832 +vn 0.9192945 -0.3826835 -0.09192941 +vn 0.9192945 0.3826835 -0.0919295 +vn -0.9192945 -0.3826835 0.0919295 +vn -0.9192945 0.3826835 0.09192941 +vn -0.09950373 -1.192093E-07 -0.9950373 +vn 0.09950373 1.192093E-07 0.9950373 +vn 0.986394 0 -0.164399 +vn -0.986394 0 0.164399 +vn -0.164399 0 0.986394 +vn 0.164399 0 -0.986394 +vn 0.164399 0 0.986394 +vn -0.164399 0 -0.986394 +vn -0.986394 0 -0.164399 +vn 0.986394 0 0.164399 +vn -0.9992937 -0.03757711 0 +vn -0.985716 -0.03706655 0.164286 +vn 0.9992937 0.03757711 0 +vn 0.985716 0.03706655 -0.164286 +vn -0.985716 -0.03706655 -0.164286 +vn 0.985716 0.03706655 0.164286 +vn 0 -0.03757711 -0.9992937 +vn 0.164286 -0.03706655 -0.985716 +vn 0 0.03757711 0.9992937 +vn -0.164286 0.03706655 0.985716 +vn 0.164286 -0.03706655 0.985716 +vn 0 -0.03757711 0.9992937 +vn -0.164286 0.03706655 -0.985716 +vn 0 0.03757711 -0.9992937 +vn 0.985716 -0.03706655 -0.164286 +vn 0.9992937 -0.03757711 0 +vn -0.9992937 0.03757711 0 +vn -0.985716 0.03706655 0.164286 +vn 0.985716 -0.03706655 0.164286 +vn -0.985716 0.03706655 -0.164286 +vn -0.164286 -0.03706655 -0.985716 +vn 0.164286 0.03706655 0.985716 +vn -0.164286 -0.03706655 0.985716 +vn 0.164286 0.03706655 -0.985716 + +vt 0.09375 0.065 +vt 0.09375 0.025 +vt 0.09375 0.105 +vt 0.09375 0.225 +vt 0.34375 0.225 +vt 0.34375 0.025 +vt 0.34375 0.105 +vt 0.34375 0.075 +vt 0.34375 0.175 +vt 0.34375 0.1638381 +vt 0.34375 0.1828858 +vt 0.34375 0.1590762 +vt 0.34375 0.1876477 +vt 0.34375 0.1390029 +vt 0.34375 0.134241 +vt 0.34375 0.1151934 +vt 0.34375 0.1104315 +vt 0.34375 0.07863793 +vt 0.34375 0.09768555 +vt 0.34375 0.1024475 +vt 0.34375 0.07387602 +vt 0.21875 0.225 +vt 0.21875 0.145 +vt 0.21875 0.075 +vt 0.21875 0.175 + +usemtl colormap + +f 3/1/3 2/1/2 1/1/1 +f 2/1/2 3/1/3 4/1/4 +f 1/1/7 2/1/6 3/1/5 +f 4/1/8 3/1/5 2/1/6 +f 7/3/11 6/2/10 5/2/9 +f 6/2/10 7/3/11 8/3/12 +f 5/2/15 6/2/14 7/3/13 +f 8/3/16 7/3/13 6/2/14 +f 4/1/4 10/2/18 9/2/17 +f 10/2/18 4/1/4 3/1/3 +f 9/2/20 10/2/19 4/1/8 +f 3/1/5 4/1/8 10/2/19 +f 3/1/3 11/2/21 10/2/18 +f 11/2/21 3/1/3 1/1/1 +f 10/2/19 11/2/22 3/1/5 +f 1/1/7 3/1/5 11/2/22 +f 8/3/12 12/2/23 6/2/10 +f 12/2/23 8/3/12 13/3/24 +f 6/2/14 12/2/25 8/3/16 +f 13/3/26 8/3/16 12/2/25 +f 14/2/27 7/3/11 5/2/9 +f 7/3/11 14/2/27 15/3/28 +f 5/2/15 7/3/13 14/2/29 +f 15/3/30 14/2/29 7/3/13 +f 16/2/31 4/1/4 9/2/17 +f 4/1/4 16/2/31 2/1/2 +f 9/2/20 4/1/8 16/2/32 +f 2/1/6 16/2/32 4/1/8 +f 1/1/1 16/2/31 11/2/21 +f 16/2/31 1/1/1 2/1/2 +f 11/2/22 16/2/32 1/1/7 +f 2/1/6 1/1/7 16/2/32 +f 7/3/11 13/3/24 8/3/12 +f 13/3/24 7/3/11 15/3/28 +f 8/3/16 13/3/26 7/3/13 +f 15/3/30 7/3/13 13/3/26 +f 13/3/24 14/2/27 12/2/23 +f 14/2/27 13/3/24 15/3/28 +f 12/2/25 14/2/29 13/3/26 +f 15/3/30 13/3/26 14/2/29 +f 19/4/33 18/2/34 17/2/33 +f 18/2/34 19/4/33 20/4/34 +f 17/2/35 18/2/36 19/4/35 +f 20/4/36 19/4/35 18/2/36 +f 20/4/37 22/4/37 21/4/37 +f 22/4/37 20/4/37 19/4/37 +f 22/4/37 19/4/37 23/4/37 +f 21/4/38 22/4/38 20/4/38 +f 19/4/38 20/4/38 22/4/38 +f 23/4/38 19/4/38 22/4/38 +f 25/2/39 23/4/39 24/2/39 +f 23/4/39 25/2/39 22/4/39 +f 24/2/40 23/4/40 25/2/40 +f 22/4/40 25/2/40 23/4/40 +f 21/4/35 25/2/35 26/2/35 +f 25/2/35 21/4/35 22/4/35 +f 26/2/33 25/2/33 21/4/33 +f 22/4/33 21/4/33 25/2/33 +f 21/4/40 18/2/40 20/4/40 +f 18/2/40 21/4/40 26/2/40 +f 20/4/39 18/2/39 21/4/39 +f 26/2/39 21/4/39 18/2/39 +f 23/4/41 17/2/33 24/2/41 +f 17/2/33 23/4/41 19/4/33 +f 24/2/42 17/2/35 23/4/42 +f 19/4/35 23/4/42 17/2/35 +f 29/2/37 28/2/37 27/2/37 +f 28/2/37 29/2/37 30/2/37 +f 27/2/38 28/2/38 29/2/38 +f 30/2/38 29/2/38 28/2/38 +f 32/2/37 27/2/37 31/2/37 +f 27/2/37 32/2/37 29/2/37 +f 31/2/38 27/2/38 32/2/38 +f 29/2/38 32/2/38 27/2/38 +f 27/2/37 34/2/37 33/2/37 +f 34/2/37 27/2/37 28/2/37 +f 33/2/38 34/2/38 27/2/38 +f 28/2/38 27/2/38 34/2/38 +f 31/2/37 33/2/37 35/2/37 +f 33/2/37 31/2/37 27/2/37 +f 35/2/38 33/2/38 31/2/38 +f 27/2/38 31/2/38 33/2/38 +f 38/4/37 37/4/37 36/4/37 +f 37/4/37 38/4/37 39/4/37 +f 39/4/37 38/4/37 40/4/37 +f 36/4/38 37/4/38 38/4/38 +f 39/4/38 38/4/38 37/4/38 +f 40/4/38 38/4/38 39/4/38 +f 37/4/43 41/2/43 36/4/43 +f 41/2/43 37/4/43 42/2/43 +f 36/4/44 41/2/44 37/4/44 +f 42/2/44 37/4/44 41/2/44 +f 37/4/45 43/2/45 42/2/45 +f 43/2/45 37/4/45 39/4/45 +f 42/2/46 43/2/46 37/4/46 +f 39/4/46 37/4/46 43/2/46 +f 43/2/48 40/4/47 44/2/47 +f 40/4/47 43/2/48 39/4/48 +f 44/2/50 40/4/50 43/2/49 +f 39/4/49 43/2/49 40/4/50 +f 44/2/47 38/4/51 45/2/51 +f 38/4/51 44/2/47 40/4/47 +f 45/2/52 38/4/52 44/2/50 +f 40/4/50 44/2/50 38/4/52 +f 45/2/51 36/4/53 41/2/53 +f 36/4/53 45/2/51 38/4/51 +f 41/2/54 36/4/54 45/2/52 +f 38/4/52 45/2/52 36/4/54 +f 48/4/37 47/4/37 46/4/37 +f 47/4/37 48/4/37 49/4/37 +f 49/4/37 48/4/37 50/4/37 +f 46/4/38 47/4/38 48/4/38 +f 49/4/38 48/4/38 47/4/38 +f 50/4/38 48/4/38 49/4/38 +f 47/4/55 51/2/55 46/4/55 +f 51/2/55 47/4/55 52/2/55 +f 46/4/56 51/2/56 47/4/56 +f 52/2/56 47/4/56 51/2/56 +f 47/4/57 53/2/57 52/2/57 +f 53/2/57 47/4/57 49/4/57 +f 52/2/58 53/2/58 47/4/58 +f 49/4/58 47/4/58 53/2/58 +f 53/2/60 50/4/59 54/2/59 +f 50/4/59 53/2/60 49/4/60 +f 54/2/62 50/4/62 53/2/61 +f 49/4/61 53/2/61 50/4/62 +f 54/2/59 48/4/63 55/2/63 +f 48/4/63 54/2/59 50/4/59 +f 55/2/64 48/4/64 54/2/62 +f 50/4/62 54/2/62 48/4/64 +f 55/2/63 46/4/65 51/2/65 +f 46/4/65 55/2/63 48/4/63 +f 51/2/66 46/4/66 55/2/64 +f 48/4/64 55/2/64 46/4/66 +f 58/2/68 57/1/4 56/2/67 +f 57/1/4 58/2/68 59/1/2 +f 56/2/70 57/1/8 58/2/69 +f 59/1/6 58/2/69 57/1/8 +f 61/1/1 58/2/68 60/2/71 +f 58/2/68 61/1/1 59/1/2 +f 60/2/72 58/2/69 61/1/7 +f 59/1/6 61/1/7 58/2/69 +f 64/3/24 63/2/27 62/2/23 +f 63/2/27 64/3/24 65/3/28 +f 62/2/25 63/2/29 64/3/26 +f 65/3/30 64/3/26 63/2/29 +f 63/2/27 67/3/11 66/2/9 +f 67/3/11 63/2/27 65/3/28 +f 66/2/15 67/3/13 63/2/29 +f 65/3/30 63/2/29 67/3/13 +f 70/2/75 69/3/74 68/2/73 +f 69/3/74 70/2/75 71/3/76 +f 68/2/79 69/3/78 70/2/77 +f 71/3/80 70/2/77 69/3/78 +f 69/3/74 73/3/82 72/3/81 +f 73/3/82 69/3/74 71/3/76 +f 72/3/84 73/3/83 69/3/78 +f 71/3/80 69/3/78 73/3/83 +f 73/3/82 70/2/75 74/2/85 +f 70/2/75 73/3/82 71/3/76 +f 74/2/86 70/2/77 73/3/83 +f 71/3/80 73/3/83 70/2/77 +f 69/3/74 75/2/87 68/2/73 +f 75/2/87 69/3/74 72/3/81 +f 68/2/79 75/2/88 69/3/78 +f 72/3/84 69/3/78 75/2/88 +f 72/3/81 74/2/85 75/2/87 +f 74/2/85 72/3/81 73/3/82 +f 75/2/88 74/2/86 72/3/84 +f 73/3/83 72/3/84 74/2/86 +f 77/3/12 62/2/23 76/2/10 +f 62/2/23 77/3/12 64/3/24 +f 76/2/14 62/2/25 77/3/16 +f 64/3/26 77/3/16 62/2/25 +f 57/1/4 78/2/89 56/2/67 +f 78/2/89 57/1/4 79/1/3 +f 56/2/70 78/2/90 57/1/8 +f 79/1/5 57/1/8 78/2/90 +f 67/3/11 76/2/10 66/2/9 +f 76/2/10 67/3/11 77/3/12 +f 66/2/15 76/2/14 67/3/13 +f 77/3/16 67/3/13 76/2/14 +f 67/3/11 64/3/24 77/3/12 +f 64/3/24 67/3/11 65/3/28 +f 77/3/16 64/3/26 67/3/13 +f 65/3/30 67/3/13 64/3/26 +f 82/1/93 81/1/92 80/1/91 +f 81/1/92 82/1/93 83/1/94 +f 80/1/97 81/1/96 82/1/95 +f 83/1/98 82/1/95 81/1/96 +f 79/1/3 59/1/2 61/1/1 +f 59/1/2 79/1/3 57/1/4 +f 61/1/7 59/1/6 79/1/5 +f 57/1/8 79/1/5 59/1/6 +f 84/2/99 83/1/94 82/1/93 +f 83/1/94 84/2/99 85/2/100 +f 82/1/95 83/1/98 84/2/101 +f 85/2/102 84/2/101 83/1/98 +f 88/2/105 87/1/104 86/2/103 +f 87/1/104 88/2/105 89/1/106 +f 86/2/109 87/1/108 88/2/107 +f 89/1/110 88/2/107 87/1/108 +f 84/2/99 80/1/91 90/2/111 +f 80/1/91 84/2/99 82/1/93 +f 90/2/112 80/1/97 84/2/101 +f 82/1/95 84/2/101 80/1/97 +f 83/1/94 91/2/113 81/1/92 +f 91/2/113 83/1/94 85/2/100 +f 81/1/96 91/2/114 83/1/98 +f 85/2/102 83/1/98 91/2/114 +f 94/1/117 93/2/116 92/2/115 +f 93/2/116 94/1/117 95/1/118 +f 92/2/121 93/2/120 94/1/119 +f 95/1/122 94/1/119 93/2/120 +f 80/1/91 91/2/113 90/2/111 +f 91/2/113 80/1/91 81/1/92 +f 90/2/112 91/2/114 80/1/97 +f 81/1/96 80/1/97 91/2/114 +f 86/2/103 94/1/117 92/2/115 +f 94/1/117 86/2/103 87/1/104 +f 92/2/121 94/1/119 86/2/109 +f 87/1/108 86/2/109 94/1/119 +f 89/1/106 93/2/116 95/1/118 +f 93/2/116 89/1/106 88/2/105 +f 95/1/122 93/2/120 89/1/110 +f 88/2/107 89/1/110 93/2/120 +f 87/1/104 95/1/118 94/1/117 +f 95/1/118 87/1/104 89/1/106 +f 94/1/119 95/1/122 87/1/108 +f 89/1/110 87/1/108 95/1/122 +f 79/1/3 60/2/71 78/2/89 +f 60/2/71 79/1/3 61/1/1 +f 78/2/90 60/2/72 79/1/5 +f 61/1/7 79/1/5 60/2/72 +f 98/4/123 97/2/33 96/2/123 +f 97/2/33 98/4/123 99/4/33 +f 96/2/124 97/2/35 98/4/124 +f 99/4/35 98/4/124 97/2/35 +f 23/4/37 100/4/37 22/4/37 +f 100/4/37 23/4/37 99/4/37 +f 100/4/37 99/4/37 98/4/37 +f 22/4/38 100/4/38 23/4/38 +f 99/4/38 23/4/38 100/4/38 +f 98/4/38 99/4/38 100/4/38 +f 22/4/35 101/2/35 25/2/35 +f 101/2/35 22/4/35 100/4/35 +f 25/2/33 101/2/33 22/4/33 +f 100/4/33 22/4/33 101/2/33 +f 99/4/33 24/2/125 97/2/33 +f 24/2/125 99/4/33 23/4/125 +f 97/2/35 24/2/126 99/4/35 +f 23/4/126 99/4/35 24/2/126 +f 22/4/40 24/2/40 23/4/40 +f 24/2/40 22/4/40 25/2/40 +f 23/4/39 24/2/39 22/4/39 +f 25/2/39 22/4/39 24/2/39 +f 101/2/39 98/4/39 96/2/39 +f 98/4/39 101/2/39 100/4/39 +f 96/2/40 98/4/40 101/2/40 +f 100/4/40 101/2/40 98/4/40 +f 104/1/3 103/1/2 102/1/1 +f 103/1/2 104/1/3 105/1/4 +f 102/1/7 103/1/6 104/1/5 +f 105/1/8 104/1/5 103/1/6 +f 108/3/11 107/2/10 106/2/9 +f 107/2/10 108/3/11 109/3/12 +f 106/2/15 107/2/14 108/3/13 +f 109/3/16 108/3/13 107/2/14 +f 105/1/4 111/2/18 110/2/17 +f 111/2/18 105/1/4 104/1/3 +f 110/2/20 111/2/19 105/1/8 +f 104/1/5 105/1/8 111/2/19 +f 104/1/3 112/2/21 111/2/18 +f 112/2/21 104/1/3 102/1/1 +f 111/2/19 112/2/22 104/1/5 +f 102/1/7 104/1/5 112/2/22 +f 109/3/12 113/2/23 107/2/10 +f 113/2/23 109/3/12 114/3/24 +f 107/2/14 113/2/25 109/3/16 +f 114/3/26 109/3/16 113/2/25 +f 115/2/27 108/3/11 106/2/9 +f 108/3/11 115/2/27 116/3/28 +f 106/2/15 108/3/13 115/2/29 +f 116/3/30 115/2/29 108/3/13 +f 117/2/31 105/1/4 110/2/17 +f 105/1/4 117/2/31 103/1/2 +f 110/2/20 105/1/8 117/2/32 +f 103/1/6 117/2/32 105/1/8 +f 102/1/1 117/2/31 112/2/21 +f 117/2/31 102/1/1 103/1/2 +f 112/2/22 117/2/32 102/1/7 +f 103/1/6 102/1/7 117/2/32 +f 108/3/11 114/3/24 109/3/12 +f 114/3/24 108/3/11 116/3/28 +f 109/3/16 114/3/26 108/3/13 +f 116/3/30 108/3/13 114/3/26 +f 114/3/24 115/2/27 113/2/23 +f 115/2/27 114/3/24 116/3/28 +f 113/2/25 115/2/29 114/3/26 +f 116/3/30 114/3/26 115/2/29 +f 119/4/33 96/2/34 118/2/33 +f 96/2/34 119/4/33 98/4/34 +f 118/2/35 96/2/36 119/4/35 +f 98/4/36 119/4/35 96/2/36 +f 98/4/37 121/4/37 120/4/37 +f 121/4/37 98/4/37 119/4/37 +f 121/4/37 119/4/37 122/4/37 +f 120/4/38 121/4/38 98/4/38 +f 119/4/38 98/4/38 121/4/38 +f 122/4/38 119/4/38 121/4/38 +f 124/2/39 122/4/39 123/2/39 +f 122/4/39 124/2/39 121/4/39 +f 123/2/40 122/4/40 124/2/40 +f 121/4/40 124/2/40 122/4/40 +f 120/4/35 124/2/35 125/2/35 +f 124/2/35 120/4/35 121/4/35 +f 125/2/33 124/2/33 120/4/33 +f 121/4/33 120/4/33 124/2/33 +f 120/4/40 96/2/40 98/4/40 +f 96/2/40 120/4/40 125/2/40 +f 98/4/39 96/2/39 120/4/39 +f 125/2/39 120/4/39 96/2/39 +f 122/4/41 118/2/33 123/2/41 +f 118/2/33 122/4/41 119/4/33 +f 123/2/42 118/2/35 122/4/42 +f 119/4/35 122/4/42 118/2/35 +f 128/5/37 127/5/37 126/5/37 +f 127/5/37 128/5/37 129/5/37 +f 127/5/37 129/5/37 130/5/37 +f 126/5/38 127/5/38 128/5/38 +f 129/5/38 128/5/38 127/5/38 +f 130/5/38 129/5/38 127/5/38 +f 132/6/39 130/5/39 131/6/39 +f 130/5/39 132/6/39 127/5/39 +f 131/6/40 130/5/40 132/6/40 +f 127/5/40 132/6/40 130/5/40 +f 130/5/41 133/6/33 131/6/41 +f 133/6/33 130/5/41 129/5/33 +f 131/6/42 133/6/35 130/5/42 +f 129/5/35 130/5/42 133/6/35 +f 126/5/35 132/6/35 134/6/35 +f 132/6/35 126/5/35 127/5/35 +f 134/6/33 132/6/33 126/5/33 +f 127/5/33 126/5/33 132/6/33 +f 126/5/40 135/6/40 128/5/40 +f 135/6/40 126/5/40 134/6/40 +f 128/5/39 135/6/39 126/5/39 +f 134/6/39 126/5/39 135/6/39 +f 129/5/33 135/6/34 133/6/33 +f 135/6/34 129/5/33 128/5/34 +f 133/6/35 135/6/36 129/5/35 +f 128/5/36 129/5/35 135/6/36 +f 138/7/35 137/6/35 136/6/35 +f 137/6/35 138/7/35 25/7/35 +f 136/6/33 137/6/33 138/7/33 +f 25/7/33 138/7/33 137/6/33 +f 139/7/37 25/7/37 138/7/37 +f 25/7/37 139/7/37 140/7/37 +f 25/7/37 140/7/37 141/7/37 +f 138/7/38 25/7/38 139/7/38 +f 140/7/38 139/7/38 25/7/38 +f 141/7/38 140/7/38 25/7/38 +f 140/7/33 143/6/127 142/6/33 +f 143/6/127 140/7/33 139/7/127 +f 142/6/35 143/6/128 140/7/35 +f 139/7/128 140/7/35 143/6/128 +f 138/7/40 143/6/40 139/7/40 +f 143/6/40 138/7/40 136/6/40 +f 139/7/39 143/6/39 138/7/39 +f 136/6/39 138/7/39 143/6/39 +f 137/6/39 141/7/39 144/6/39 +f 141/7/39 137/6/39 25/7/39 +f 144/6/40 141/7/40 137/6/40 +f 25/7/40 137/6/40 141/7/40 +f 137/6/38 143/6/38 136/6/38 +f 143/6/38 137/6/38 142/6/38 +f 142/6/38 137/6/38 144/6/38 +f 136/6/37 143/6/37 137/6/37 +f 142/6/37 137/6/37 143/6/37 +f 144/6/37 137/6/37 142/6/37 +f 141/7/129 142/6/33 144/6/129 +f 142/6/33 141/7/129 140/7/33 +f 144/6/130 142/6/35 141/7/130 +f 140/7/35 141/7/130 142/6/35 +f 147/9/131 146/8/132 145/8/131 +f 146/8/132 147/9/131 148/9/132 +f 145/8/133 146/8/134 147/9/133 +f 148/9/134 147/9/133 146/8/134 +f 151/9/133 150/8/134 149/8/133 +f 150/8/134 151/9/133 152/9/134 +f 149/8/131 150/8/132 151/9/131 +f 152/9/132 151/9/131 150/8/132 +f 155/9/136 154/8/135 153/9/135 +f 154/8/135 155/9/136 156/8/136 +f 153/9/138 154/8/138 155/9/137 +f 156/8/137 155/9/137 154/8/138 +f 159/8/138 158/9/137 157/8/137 +f 158/9/137 159/8/138 160/9/138 +f 157/8/136 158/9/136 159/8/135 +f 160/9/135 159/8/135 158/9/136 +f 152/9/134 159/8/138 150/8/134 +f 159/8/138 152/9/134 160/9/138 +f 150/8/132 159/8/135 152/9/132 +f 160/9/135 152/9/132 159/8/135 +f 148/9/132 154/8/135 146/8/132 +f 154/8/135 148/9/132 153/9/135 +f 146/8/134 154/8/138 148/9/134 +f 153/9/138 148/9/134 154/8/138 +f 155/9/136 149/8/133 156/8/136 +f 149/8/133 155/9/136 151/9/133 +f 156/8/137 149/8/131 155/9/137 +f 151/9/131 155/9/137 149/8/131 +f 158/9/137 145/8/131 157/8/137 +f 145/8/131 158/9/137 147/9/131 +f 157/8/136 145/8/133 158/9/136 +f 147/9/133 158/9/136 145/8/133 +f 148/9/139 155/9/139 153/9/139 +f 155/9/139 148/9/139 151/9/139 +f 151/9/139 148/9/139 147/9/139 +f 151/9/139 147/9/139 152/9/139 +f 152/9/139 147/9/139 158/9/139 +f 152/9/139 158/9/139 160/9/139 +f 153/9/140 155/9/140 148/9/140 +f 151/9/140 148/9/140 155/9/140 +f 147/9/140 148/9/140 151/9/140 +f 152/9/140 147/9/140 151/9/140 +f 158/9/140 147/9/140 152/9/140 +f 160/9/140 158/9/140 152/9/140 +f 149/8/140 154/8/140 156/8/140 +f 154/8/140 149/8/140 146/8/140 +f 146/8/140 149/8/140 150/8/140 +f 146/8/140 150/8/140 145/8/140 +f 145/8/140 150/8/140 159/8/140 +f 145/8/140 159/8/140 157/8/140 +f 156/8/139 154/8/139 149/8/139 +f 146/8/139 149/8/139 154/8/139 +f 150/8/139 149/8/139 146/8/139 +f 145/8/139 150/8/139 146/8/139 +f 159/8/139 150/8/139 145/8/139 +f 157/8/139 159/8/139 145/8/139 +f 163/5/43 162/6/43 161/5/43 +f 162/6/43 163/5/43 164/6/43 +f 161/5/44 162/6/44 163/5/44 +f 164/6/44 163/5/44 162/6/44 +f 163/5/45 165/6/45 164/6/45 +f 165/6/45 163/5/45 166/5/45 +f 164/6/46 165/6/46 163/5/46 +f 166/5/46 163/5/46 165/6/46 +f 167/6/51 161/5/53 162/6/53 +f 161/5/53 167/6/51 168/5/51 +f 162/6/54 161/5/54 167/6/52 +f 168/5/52 167/6/52 161/5/54 +f 165/6/48 170/5/47 169/6/47 +f 170/5/47 165/6/48 166/5/48 +f 169/6/50 170/5/50 165/6/49 +f 166/5/49 165/6/49 170/5/50 +f 168/5/37 163/5/37 161/5/37 +f 163/5/37 168/5/37 166/5/37 +f 166/5/37 168/5/37 170/5/37 +f 161/5/38 163/5/38 168/5/38 +f 166/5/38 168/5/38 163/5/38 +f 170/5/38 168/5/38 166/5/38 +f 170/5/47 167/6/51 169/6/47 +f 167/6/51 170/5/47 168/5/51 +f 169/6/50 167/6/52 170/5/50 +f 168/5/52 170/5/50 167/6/52 +f 173/7/45 172/6/45 171/6/45 +f 172/6/45 173/7/45 174/7/45 +f 171/6/46 172/6/46 173/7/46 +f 174/7/46 173/7/46 172/6/46 +f 173/7/43 176/6/43 175/7/43 +f 176/6/43 173/7/43 171/6/43 +f 175/7/44 176/6/44 173/7/44 +f 171/6/44 173/7/44 176/6/44 +f 177/7/37 173/7/37 175/7/37 +f 173/7/37 177/7/37 174/7/37 +f 174/7/37 177/7/37 178/7/37 +f 175/7/38 173/7/38 177/7/38 +f 174/7/38 177/7/38 173/7/38 +f 178/7/38 177/7/38 174/7/38 +f 172/6/38 176/6/38 171/6/38 +f 176/6/38 172/6/38 179/6/38 +f 179/6/38 172/6/38 180/6/38 +f 171/6/37 176/6/37 172/6/37 +f 179/6/37 172/6/37 176/6/37 +f 180/6/37 172/6/37 179/6/37 +f 172/6/48 178/7/47 180/6/47 +f 178/7/47 172/6/48 174/7/48 +f 180/6/50 178/7/50 172/6/49 +f 174/7/49 172/6/49 178/7/50 +f 178/7/47 179/6/141 180/6/47 +f 179/6/141 178/7/47 177/7/141 +f 180/6/50 179/6/142 178/7/50 +f 177/7/142 178/7/50 179/6/142 +f 179/6/141 175/7/53 176/6/53 +f 175/7/53 179/6/141 177/7/141 +f 176/6/54 175/7/54 179/6/142 +f 177/7/142 179/6/142 175/7/54 +f 183/5/55 182/6/55 181/5/55 +f 182/6/55 183/5/55 184/6/55 +f 181/5/56 182/6/56 183/5/56 +f 184/6/56 183/5/56 182/6/56 +f 183/5/57 185/6/57 184/6/57 +f 185/6/57 183/5/57 186/5/57 +f 184/6/58 185/6/58 183/5/58 +f 186/5/58 183/5/58 185/6/58 +f 187/6/63 181/5/65 182/6/65 +f 181/5/65 187/6/63 188/5/63 +f 182/6/66 181/5/66 187/6/64 +f 188/5/64 187/6/64 181/5/66 +f 185/6/60 190/5/59 189/6/59 +f 190/5/59 185/6/60 186/5/60 +f 189/6/62 190/5/62 185/6/61 +f 186/5/61 185/6/61 190/5/62 +f 188/5/37 183/5/37 181/5/37 +f 183/5/37 188/5/37 186/5/37 +f 186/5/37 188/5/37 190/5/37 +f 181/5/38 183/5/38 188/5/38 +f 186/5/38 188/5/38 183/5/38 +f 190/5/38 188/5/38 186/5/38 +f 190/5/59 187/6/63 189/6/59 +f 187/6/63 190/5/59 188/5/63 +f 189/6/62 187/6/64 190/5/62 +f 188/5/64 190/5/62 187/6/64 +f 193/7/57 192/6/57 191/6/57 +f 192/6/57 193/7/57 194/7/57 +f 191/6/58 192/6/58 193/7/58 +f 194/7/58 193/7/58 192/6/58 +f 193/7/55 196/6/55 195/7/55 +f 196/6/55 193/7/55 191/6/55 +f 195/7/56 196/6/56 193/7/56 +f 191/6/56 193/7/56 196/6/56 +f 197/7/37 193/7/37 195/7/37 +f 193/7/37 197/7/37 194/7/37 +f 194/7/37 197/7/37 198/7/37 +f 195/7/38 193/7/38 197/7/38 +f 194/7/38 197/7/38 193/7/38 +f 198/7/38 197/7/38 194/7/38 +f 192/6/38 196/6/38 191/6/38 +f 196/6/38 192/6/38 199/6/38 +f 199/6/38 192/6/38 200/6/38 +f 191/6/37 196/6/37 192/6/37 +f 199/6/37 192/6/37 196/6/37 +f 200/6/37 192/6/37 199/6/37 +f 192/6/60 198/7/59 200/6/59 +f 198/7/59 192/6/60 194/7/60 +f 200/6/62 198/7/62 192/6/61 +f 194/7/61 192/6/61 198/7/62 +f 198/7/59 199/6/143 200/6/59 +f 199/6/143 198/7/59 197/7/143 +f 200/6/62 199/6/144 198/7/62 +f 197/7/144 198/7/62 199/6/144 +f 199/6/143 195/7/65 196/6/65 +f 195/7/65 199/6/143 197/7/143 +f 196/6/66 195/7/66 199/6/144 +f 197/7/144 199/6/144 195/7/66 +f 203/7/33 202/6/145 201/6/33 +f 202/6/145 203/7/33 204/7/145 +f 201/6/35 202/6/146 203/7/35 +f 204/7/146 203/7/35 202/6/146 +f 207/7/148 206/6/147 205/7/147 +f 206/6/147 207/7/148 208/6/148 +f 205/7/150 206/6/150 207/7/149 +f 208/6/149 207/7/149 206/6/150 +f 204/7/145 206/6/147 202/6/145 +f 206/6/147 204/7/145 205/7/147 +f 202/6/146 206/6/150 204/7/146 +f 205/7/150 204/7/146 206/6/150 +f 210/7/151 201/6/33 209/6/151 +f 201/6/33 210/7/151 203/7/33 +f 209/6/152 201/6/35 210/7/152 +f 203/7/35 210/7/152 201/6/35 +f 205/7/37 211/7/37 207/7/37 +f 211/7/37 205/7/37 204/7/37 +f 211/7/37 204/7/37 203/7/37 +f 211/7/37 203/7/37 210/7/37 +f 211/7/37 210/7/37 212/7/37 +f 207/7/38 211/7/38 205/7/38 +f 204/7/38 205/7/38 211/7/38 +f 203/7/38 204/7/38 211/7/38 +f 210/7/38 203/7/38 211/7/38 +f 212/7/38 210/7/38 211/7/38 +f 214/6/154 212/7/153 213/6/153 +f 212/7/153 214/6/154 211/7/154 +f 213/6/156 212/7/156 214/6/155 +f 211/7/155 214/6/155 212/7/156 +f 213/6/153 210/7/151 209/6/151 +f 210/7/151 213/6/153 212/7/153 +f 209/6/152 210/7/152 213/6/156 +f 212/7/156 213/6/156 210/7/152 +f 25/7/40 215/6/40 141/7/40 +f 215/6/40 25/7/40 216/6/40 +f 141/7/39 215/6/39 25/7/39 +f 216/6/39 25/7/39 215/6/39 +f 219/7/157 218/6/33 217/6/157 +f 218/6/33 219/7/157 220/7/33 +f 217/6/158 218/6/35 219/7/158 +f 220/7/35 219/7/158 218/6/35 +f 25/7/35 221/6/35 216/6/35 +f 221/6/35 25/7/35 101/7/35 +f 216/6/33 221/6/33 25/7/33 +f 101/7/33 25/7/33 221/6/33 +f 220/7/33 215/6/159 218/6/33 +f 215/6/159 220/7/33 141/7/159 +f 218/6/35 215/6/160 220/7/35 +f 141/7/160 220/7/35 215/6/160 +f 221/6/38 215/6/38 216/6/38 +f 215/6/38 221/6/38 218/6/38 +f 218/6/38 221/6/38 217/6/38 +f 216/6/37 215/6/37 221/6/37 +f 218/6/37 221/6/37 215/6/37 +f 217/6/37 221/6/37 218/6/37 +f 141/7/37 101/7/37 25/7/37 +f 101/7/37 141/7/37 220/7/37 +f 101/7/37 220/7/37 219/7/37 +f 25/7/38 101/7/38 141/7/38 +f 220/7/38 141/7/38 101/7/38 +f 219/7/38 220/7/38 101/7/38 +f 221/6/39 219/7/39 217/6/39 +f 219/7/39 221/6/39 101/7/39 +f 217/6/40 219/7/40 221/6/40 +f 101/7/40 221/6/40 219/7/40 +f 130/5/37 222/5/37 127/5/37 +f 222/5/37 130/5/37 223/5/37 +f 222/5/37 223/5/37 224/5/37 +f 127/5/38 222/5/38 130/5/38 +f 223/5/38 130/5/38 222/5/38 +f 224/5/38 223/5/38 222/5/38 +f 127/5/35 225/6/35 132/6/35 +f 225/6/35 127/5/35 222/5/35 +f 132/6/33 225/6/33 127/5/33 +f 222/5/33 127/5/33 225/6/33 +f 225/6/39 224/5/39 226/6/39 +f 224/5/39 225/6/39 222/5/39 +f 226/6/40 224/5/40 225/6/40 +f 222/5/40 225/6/40 224/5/40 +f 127/5/40 131/6/40 130/5/40 +f 131/6/40 127/5/40 132/6/40 +f 130/5/39 131/6/39 127/5/39 +f 132/6/39 127/5/39 131/6/39 +f 228/11/124 227/10/124 223/5/35 +f 227/10/124 229/12/124 223/5/35 +f 230/13/124 228/11/124 223/5/35 +f 229/12/124 231/14/124 223/5/35 +f 232/12/124 231/14/124 229/12/124 +f 231/14/124 233/15/124 223/5/35 +f 231/14/124 232/12/124 234/14/124 +f 234/14/124 232/12/124 235/15/124 +f 235/15/124 232/12/124 236/16/124 +f 233/15/124 237/16/124 223/5/35 +f 232/12/124 238/10/124 236/16/124 +f 224/5/124 230/13/124 223/5/35 +f 223/5/35 237/16/124 239/6/35 +f 240/17/124 239/6/35 237/16/124 +f 241/17/124 239/6/35 240/17/124 +f 230/13/124 224/5/124 242/13/124 +f 242/13/124 224/5/124 243/11/124 +f 243/11/124 224/5/124 238/10/124 +f 239/6/35 241/17/124 226/6/124 +f 236/16/124 226/6/124 241/17/124 +f 238/10/124 226/6/124 236/16/124 +f 224/5/124 226/6/124 238/10/124 +f 245/19/126 244/18/126 130/5/126 +f 246/20/126 245/19/126 130/5/126 +f 130/5/126 244/18/126 131/6/126 +f 247/21/126 131/6/126 244/18/126 +f 248/21/126 131/6/126 247/21/126 +f 131/6/126 248/21/126 239/6/35 +f 249/18/126 239/6/35 248/21/126 +f 223/5/35 246/20/126 130/5/126 +f 223/5/35 239/6/35 249/18/126 +f 246/20/126 223/5/35 250/20/126 +f 251/19/126 223/5/35 249/18/126 +f 250/20/126 223/5/35 251/19/126 +f 223/5/33 227/10/123 228/11/123 +f 223/5/33 228/11/123 230/13/123 +f 223/5/33 229/12/123 227/10/123 +f 223/5/33 230/13/123 224/5/123 +f 242/13/123 224/5/123 230/13/123 +f 243/11/123 224/5/123 242/13/123 +f 238/10/123 224/5/123 243/11/123 +f 238/10/123 226/6/123 224/5/123 +f 236/16/123 226/6/123 238/10/123 +f 236/16/123 238/10/123 232/12/123 +f 241/17/123 226/6/123 236/16/123 +f 236/16/123 232/12/123 235/15/123 +f 235/15/123 232/12/123 234/14/123 +f 226/6/123 241/17/123 239/6/33 +f 240/17/123 239/6/33 241/17/123 +f 237/16/123 239/6/33 240/17/123 +f 239/6/33 237/16/123 223/5/33 +f 223/5/33 237/16/123 233/15/123 +f 234/14/123 232/12/123 231/14/123 +f 223/5/33 233/15/123 231/14/123 +f 229/12/123 231/14/123 232/12/123 +f 223/5/33 231/14/123 229/12/123 +f 130/5/125 244/18/125 245/19/125 +f 130/5/125 245/19/125 246/20/125 +f 131/6/125 244/18/125 130/5/125 +f 244/18/125 131/6/125 247/21/125 +f 247/21/125 131/6/125 248/21/125 +f 239/6/33 248/21/125 131/6/125 +f 248/21/125 239/6/33 249/18/125 +f 130/5/125 246/20/125 223/5/33 +f 249/18/125 239/6/33 223/5/33 +f 250/20/125 223/5/33 246/20/125 +f 249/18/125 223/5/33 251/19/125 +f 251/19/125 223/5/33 250/20/125 +f 254/9/161 253/8/162 252/8/161 +f 253/8/162 254/9/161 255/9/162 +f 252/8/163 253/8/164 254/9/163 +f 255/9/164 254/9/163 253/8/164 +f 258/9/163 257/8/164 256/8/163 +f 257/8/164 258/9/163 259/9/164 +f 256/8/161 257/8/162 258/9/161 +f 259/9/162 258/9/161 257/8/162 +f 262/9/166 261/8/165 260/9/165 +f 261/8/165 262/9/166 263/8/166 +f 260/9/168 261/8/168 262/9/167 +f 263/8/167 262/9/167 261/8/168 +f 266/8/168 265/9/167 264/8/167 +f 265/9/167 266/8/168 267/9/168 +f 264/8/166 265/9/166 266/8/165 +f 267/9/165 266/8/165 265/9/166 +f 259/9/164 266/8/168 257/8/164 +f 266/8/168 259/9/164 267/9/168 +f 257/8/162 266/8/165 259/9/162 +f 267/9/165 259/9/162 266/8/165 +f 255/9/162 261/8/165 253/8/162 +f 261/8/165 255/9/162 260/9/165 +f 253/8/164 261/8/168 255/9/164 +f 260/9/168 255/9/164 261/8/168 +f 262/9/166 256/8/163 263/8/166 +f 256/8/163 262/9/166 258/9/163 +f 263/8/167 256/8/161 262/9/167 +f 258/9/161 262/9/167 256/8/161 +f 265/9/167 252/8/161 264/8/167 +f 252/8/161 265/9/167 254/9/161 +f 264/8/166 252/8/163 265/9/166 +f 254/9/163 265/9/166 252/8/163 +f 255/9/169 262/9/169 260/9/169 +f 262/9/169 255/9/169 258/9/169 +f 258/9/169 255/9/169 254/9/169 +f 258/9/169 254/9/169 259/9/169 +f 259/9/169 254/9/169 265/9/169 +f 259/9/169 265/9/169 267/9/169 +f 260/9/170 262/9/170 255/9/170 +f 258/9/170 255/9/170 262/9/170 +f 254/9/170 255/9/170 258/9/170 +f 259/9/170 254/9/170 258/9/170 +f 265/9/170 254/9/170 259/9/170 +f 267/9/170 265/9/170 259/9/170 +f 256/8/170 261/8/170 263/8/170 +f 261/8/170 256/8/170 253/8/170 +f 253/8/170 256/8/170 257/8/170 +f 253/8/170 257/8/170 252/8/170 +f 252/8/170 257/8/170 266/8/170 +f 252/8/170 266/8/170 264/8/170 +f 263/8/169 261/8/169 256/8/169 +f 253/8/169 256/8/169 261/8/169 +f 257/8/169 256/8/169 253/8/169 +f 252/8/169 257/8/169 253/8/169 +f 266/8/169 257/8/169 252/8/169 +f 264/8/169 266/8/169 252/8/169 +f 270/9/171 269/8/172 268/8/171 +f 269/8/172 270/9/171 271/9/172 +f 268/8/173 269/8/174 270/9/173 +f 271/9/174 270/9/173 269/8/174 +f 274/9/173 273/8/174 272/8/173 +f 273/8/174 274/9/173 275/9/174 +f 272/8/171 273/8/172 274/9/171 +f 275/9/172 274/9/171 273/8/172 +f 278/9/176 277/8/175 276/9/175 +f 277/8/175 278/9/176 279/8/176 +f 276/9/178 277/8/178 278/9/177 +f 279/8/177 278/9/177 277/8/178 +f 282/8/178 281/9/177 280/8/177 +f 281/9/177 282/8/178 283/9/178 +f 280/8/176 281/9/176 282/8/175 +f 283/9/175 282/8/175 281/9/176 +f 275/9/174 282/8/178 273/8/174 +f 282/8/178 275/9/174 283/9/178 +f 273/8/172 282/8/175 275/9/172 +f 283/9/175 275/9/172 282/8/175 +f 271/9/172 277/8/175 269/8/172 +f 277/8/175 271/9/172 276/9/175 +f 269/8/174 277/8/178 271/9/174 +f 276/9/178 271/9/174 277/8/178 +f 278/9/176 272/8/173 279/8/176 +f 272/8/173 278/9/176 274/9/173 +f 279/8/177 272/8/171 278/9/177 +f 274/9/171 278/9/177 272/8/171 +f 281/9/177 268/8/171 280/8/177 +f 268/8/171 281/9/177 270/9/171 +f 280/8/176 268/8/173 281/9/176 +f 270/9/173 281/9/176 268/8/173 +f 271/9/179 278/9/179 276/9/179 +f 278/9/179 271/9/179 274/9/179 +f 274/9/179 271/9/179 270/9/179 +f 274/9/179 270/9/179 275/9/179 +f 275/9/179 270/9/179 281/9/179 +f 275/9/179 281/9/179 283/9/179 +f 276/9/180 278/9/180 271/9/180 +f 274/9/180 271/9/180 278/9/180 +f 270/9/180 271/9/180 274/9/180 +f 275/9/180 270/9/180 274/9/180 +f 281/9/180 270/9/180 275/9/180 +f 283/9/180 281/9/180 275/9/180 +f 272/8/180 277/8/180 279/8/180 +f 277/8/180 272/8/180 269/8/180 +f 269/8/180 272/8/180 273/8/180 +f 269/8/180 273/8/180 268/8/180 +f 268/8/180 273/8/180 282/8/180 +f 268/8/180 282/8/180 280/8/180 +f 279/8/179 277/8/179 272/8/179 +f 269/8/179 272/8/179 277/8/179 +f 273/8/179 272/8/179 269/8/179 +f 268/8/179 273/8/179 269/8/179 +f 282/8/179 273/8/179 268/8/179 +f 280/8/179 282/8/179 268/8/179 +f 286/8/171 285/9/172 284/8/172 +f 285/9/172 286/8/171 287/9/171 +f 284/8/174 285/9/174 286/8/173 +f 287/9/173 286/8/173 285/9/174 +f 290/9/173 289/8/174 288/8/173 +f 289/8/174 290/9/173 291/9/174 +f 288/8/171 289/8/172 290/9/171 +f 291/9/172 290/9/171 289/8/172 +f 294/9/176 293/8/175 292/9/175 +f 293/8/175 294/9/176 295/8/176 +f 292/9/178 293/8/178 294/9/177 +f 295/8/177 294/9/177 293/8/178 +f 298/8/178 297/9/177 296/8/177 +f 297/9/177 298/8/178 299/9/178 +f 296/8/176 297/9/176 298/8/175 +f 299/9/175 298/8/175 297/9/176 +f 289/8/174 299/9/178 298/8/178 +f 299/9/178 289/8/174 291/9/174 +f 298/8/175 299/9/175 289/8/172 +f 291/9/172 289/8/172 299/9/175 +f 285/9/172 293/8/175 284/8/172 +f 293/8/175 285/9/172 292/9/175 +f 284/8/174 293/8/178 285/9/174 +f 292/9/178 285/9/174 293/8/178 +f 295/8/176 290/9/173 288/8/173 +f 290/9/173 295/8/176 294/9/176 +f 288/8/171 290/9/171 295/8/177 +f 294/9/177 295/8/177 290/9/171 +f 297/9/177 286/8/171 296/8/177 +f 286/8/171 297/9/177 287/9/171 +f 296/8/176 286/8/173 297/9/176 +f 287/9/173 297/9/176 286/8/173 +f 285/9/179 294/9/179 292/9/179 +f 294/9/179 285/9/179 290/9/179 +f 290/9/179 285/9/179 287/9/179 +f 290/9/179 287/9/179 291/9/179 +f 291/9/179 287/9/179 297/9/179 +f 291/9/179 297/9/179 299/9/179 +f 292/9/180 294/9/180 285/9/180 +f 290/9/180 285/9/180 294/9/180 +f 287/9/180 285/9/180 290/9/180 +f 291/9/180 287/9/180 290/9/180 +f 297/9/180 287/9/180 291/9/180 +f 299/9/180 297/9/180 291/9/180 +f 288/8/180 293/8/180 295/8/180 +f 293/8/180 288/8/180 284/8/180 +f 284/8/180 288/8/180 289/8/180 +f 284/8/180 289/8/180 286/8/180 +f 286/8/180 289/8/180 298/8/180 +f 286/8/180 298/8/180 296/8/180 +f 295/8/179 293/8/179 288/8/179 +f 284/8/179 288/8/179 293/8/179 +f 289/8/179 288/8/179 284/8/179 +f 286/8/179 289/8/179 284/8/179 +f 298/8/179 289/8/179 286/8/179 +f 296/8/179 298/8/179 286/8/179 +f 224/5/37 300/5/37 222/5/37 +f 300/5/37 224/5/37 301/5/37 +f 300/5/37 301/5/37 302/5/37 +f 222/5/38 300/5/38 224/5/38 +f 301/5/38 224/5/38 300/5/38 +f 302/5/38 301/5/38 300/5/38 +f 304/6/39 302/5/39 303/6/39 +f 302/5/39 304/6/39 300/5/39 +f 303/6/40 302/5/40 304/6/40 +f 300/5/40 304/6/40 302/5/40 +f 302/5/41 305/6/33 303/6/41 +f 305/6/33 302/5/41 301/5/33 +f 303/6/42 305/6/35 302/5/42 +f 301/5/35 302/5/42 305/6/35 +f 222/5/35 304/6/35 225/6/35 +f 304/6/35 222/5/35 300/5/35 +f 225/6/33 304/6/33 222/5/33 +f 300/5/33 222/5/33 304/6/33 +f 222/5/40 226/6/40 224/5/40 +f 226/6/40 222/5/40 225/6/40 +f 224/5/39 226/6/39 222/5/39 +f 225/6/39 222/5/39 226/6/39 +f 301/5/33 226/6/34 305/6/33 +f 226/6/34 301/5/33 224/5/34 +f 305/6/35 226/6/36 301/5/35 +f 224/5/36 301/5/35 226/6/36 +f 101/7/35 307/6/35 306/6/35 +f 307/6/35 101/7/35 124/7/35 +f 306/6/33 307/6/33 101/7/33 +f 124/7/33 101/7/33 307/6/33 +f 219/7/37 124/7/37 101/7/37 +f 124/7/37 219/7/37 308/7/37 +f 124/7/37 308/7/37 309/7/37 +f 101/7/38 124/7/38 219/7/38 +f 308/7/38 219/7/38 124/7/38 +f 309/7/38 308/7/38 124/7/38 +f 308/7/33 311/6/127 310/6/33 +f 311/6/127 308/7/33 219/7/127 +f 310/6/35 311/6/128 308/7/35 +f 219/7/128 308/7/35 311/6/128 +f 101/7/40 311/6/40 219/7/40 +f 311/6/40 101/7/40 306/6/40 +f 219/7/39 311/6/39 101/7/39 +f 306/6/39 101/7/39 311/6/39 +f 307/6/39 309/7/39 312/6/39 +f 309/7/39 307/6/39 124/7/39 +f 312/6/40 309/7/40 307/6/40 +f 124/7/40 307/6/40 309/7/40 +f 307/6/38 311/6/38 306/6/38 +f 311/6/38 307/6/38 310/6/38 +f 310/6/38 307/6/38 312/6/38 +f 306/6/37 311/6/37 307/6/37 +f 310/6/37 307/6/37 311/6/37 +f 312/6/37 307/6/37 310/6/37 +f 309/7/129 310/6/33 312/6/129 +f 310/6/33 309/7/129 308/7/33 +f 312/6/130 310/6/35 309/7/130 +f 308/7/35 309/7/130 310/6/35 +f 315/9/131 314/8/132 313/8/131 +f 314/8/132 315/9/131 316/9/132 +f 313/8/133 314/8/134 315/9/133 +f 316/9/134 315/9/133 314/8/134 +f 319/9/133 318/8/134 317/8/133 +f 318/8/134 319/9/133 320/9/134 +f 317/8/131 318/8/132 319/9/131 +f 320/9/132 319/9/131 318/8/132 +f 323/9/136 322/8/135 321/9/135 +f 322/8/135 323/9/136 324/8/136 +f 321/9/138 322/8/138 323/9/137 +f 324/8/137 323/9/137 322/8/138 +f 327/8/138 326/9/137 325/8/137 +f 326/9/137 327/8/138 328/9/138 +f 325/8/136 326/9/136 327/8/135 +f 328/9/135 327/8/135 326/9/136 +f 320/9/134 327/8/138 318/8/134 +f 327/8/138 320/9/134 328/9/138 +f 318/8/132 327/8/135 320/9/132 +f 328/9/135 320/9/132 327/8/135 +f 316/9/132 322/8/135 314/8/132 +f 322/8/135 316/9/132 321/9/135 +f 314/8/134 322/8/138 316/9/134 +f 321/9/138 316/9/134 322/8/138 +f 323/9/136 317/8/133 324/8/136 +f 317/8/133 323/9/136 319/9/133 +f 324/8/137 317/8/131 323/9/137 +f 319/9/131 323/9/137 317/8/131 +f 326/9/137 313/8/131 325/8/137 +f 313/8/131 326/9/137 315/9/131 +f 325/8/136 313/8/133 326/9/136 +f 315/9/133 326/9/136 313/8/133 +f 316/9/139 323/9/139 321/9/139 +f 323/9/139 316/9/139 319/9/139 +f 319/9/139 316/9/139 315/9/139 +f 319/9/139 315/9/139 320/9/139 +f 320/9/139 315/9/139 326/9/139 +f 320/9/139 326/9/139 328/9/139 +f 321/9/140 323/9/140 316/9/140 +f 319/9/140 316/9/140 323/9/140 +f 315/9/140 316/9/140 319/9/140 +f 320/9/140 315/9/140 319/9/140 +f 326/9/140 315/9/140 320/9/140 +f 328/9/140 326/9/140 320/9/140 +f 317/8/140 322/8/140 324/8/140 +f 322/8/140 317/8/140 314/8/140 +f 314/8/140 317/8/140 318/8/140 +f 314/8/140 318/8/140 313/8/140 +f 313/8/140 318/8/140 327/8/140 +f 313/8/140 327/8/140 325/8/140 +f 324/8/139 322/8/139 317/8/139 +f 314/8/139 317/8/139 322/8/139 +f 318/8/139 317/8/139 314/8/139 +f 313/8/139 318/8/139 314/8/139 +f 327/8/139 318/8/139 313/8/139 +f 325/8/139 327/8/139 313/8/139 +f 331/22/40 330/23/181 329/22/181 +f 330/23/181 331/22/40 332/23/40 +f 329/22/182 330/23/182 331/22/39 +f 332/23/39 331/22/39 330/23/182 +f 335/22/35 334/23/183 333/23/35 +f 334/23/183 335/22/35 336/22/183 +f 333/23/33 334/23/184 335/22/33 +f 336/22/184 335/22/33 334/23/184 +f 338/22/185 333/23/35 337/23/185 +f 333/23/35 338/22/185 335/22/35 +f 337/23/186 333/23/33 338/22/186 +f 335/22/33 338/22/186 333/23/33 +f 340/22/33 330/23/184 339/23/33 +f 330/23/184 340/22/33 329/22/184 +f 339/23/35 330/23/183 340/22/35 +f 329/22/183 340/22/35 330/23/183 +f 342/22/186 339/23/33 341/23/186 +f 339/23/33 342/22/186 340/22/33 +f 341/23/185 339/23/35 342/22/185 +f 340/22/35 342/22/185 339/23/35 +f 343/23/39 342/22/187 341/23/187 +f 342/22/187 343/23/39 344/22/39 +f 341/23/188 342/22/188 343/23/40 +f 344/22/40 343/23/40 342/22/188 +f 334/23/182 344/22/39 343/23/39 +f 344/22/39 334/23/182 336/22/182 +f 343/23/40 344/22/40 334/23/181 +f 336/22/181 334/23/181 344/22/40 +f 329/22/37 338/22/37 331/22/37 +f 338/22/37 329/22/37 335/22/37 +f 335/22/37 329/22/37 340/22/37 +f 335/22/37 340/22/37 336/22/37 +f 336/22/37 340/22/37 342/22/37 +f 336/22/37 342/22/37 344/22/37 +f 331/22/38 338/22/38 329/22/38 +f 335/22/38 329/22/38 338/22/38 +f 340/22/38 329/22/38 335/22/38 +f 336/22/38 340/22/38 335/22/38 +f 342/22/38 340/22/38 336/22/38 +f 344/22/38 342/22/38 336/22/38 +f 337/23/38 330/23/38 332/23/38 +f 330/23/38 337/23/38 333/23/38 +f 330/23/38 333/23/38 339/23/38 +f 339/23/38 333/23/38 334/23/38 +f 339/23/38 334/23/38 341/23/38 +f 341/23/38 334/23/38 343/23/38 +f 332/23/37 330/23/37 337/23/37 +f 333/23/37 337/23/37 330/23/37 +f 339/23/37 333/23/37 330/23/37 +f 334/23/37 333/23/37 339/23/37 +f 341/23/37 334/23/37 339/23/37 +f 343/23/37 334/23/37 341/23/37 +f 338/22/188 332/23/40 331/22/40 +f 332/23/40 338/22/188 337/23/188 +f 331/22/39 332/23/39 338/22/187 +f 337/23/187 338/22/187 332/23/39 +f 347/22/35 346/23/183 345/23/35 +f 346/23/183 347/22/35 348/22/183 +f 345/23/33 346/23/184 347/22/33 +f 348/22/184 347/22/33 346/23/184 +f 351/22/186 350/23/33 349/23/186 +f 350/23/33 351/22/186 352/22/33 +f 349/23/185 350/23/35 351/22/185 +f 352/22/35 351/22/185 350/23/35 +f 354/22/185 345/23/35 353/23/185 +f 345/23/35 354/22/185 347/22/35 +f 353/23/186 345/23/33 354/22/186 +f 347/22/33 354/22/186 345/23/33 +f 354/22/188 356/23/40 355/22/40 +f 356/23/40 354/22/188 353/23/188 +f 355/22/39 356/23/39 354/22/187 +f 353/23/187 354/22/187 356/23/39 +f 357/22/37 354/22/37 355/22/37 +f 354/22/37 357/22/37 352/22/37 +f 354/22/37 352/22/37 347/22/37 +f 347/22/37 352/22/37 351/22/37 +f 347/22/37 351/22/37 348/22/37 +f 348/22/37 351/22/37 358/22/37 +f 355/22/38 354/22/38 357/22/38 +f 352/22/38 357/22/38 354/22/38 +f 347/22/38 352/22/38 354/22/38 +f 351/22/38 352/22/38 347/22/38 +f 348/22/38 351/22/38 347/22/38 +f 358/22/38 351/22/38 348/22/38 +f 359/23/39 351/22/187 349/23/187 +f 351/22/187 359/23/39 358/22/39 +f 349/23/188 351/22/188 359/23/40 +f 358/22/40 359/23/40 351/22/188 +f 346/23/182 358/22/39 359/23/39 +f 358/22/39 346/23/182 348/22/182 +f 359/23/40 358/22/40 346/23/181 +f 348/22/181 346/23/181 358/22/40 +f 355/22/40 360/23/181 357/22/181 +f 360/23/181 355/22/40 356/23/40 +f 357/22/182 360/23/182 355/22/39 +f 356/23/39 355/22/39 360/23/182 +f 352/22/33 360/23/184 350/23/33 +f 360/23/184 352/22/33 357/22/184 +f 350/23/35 360/23/183 352/22/35 +f 357/22/183 352/22/35 360/23/183 +f 363/25/189 362/24/190 361/24/189 +f 362/24/190 363/25/189 364/25/190 +f 361/24/191 362/24/192 363/25/191 +f 364/25/192 363/25/191 362/24/192 +f 366/25/193 361/24/189 365/24/193 +f 361/24/189 366/25/193 363/25/189 +f 365/24/194 361/24/191 366/25/194 +f 363/25/191 366/25/194 361/24/191 +f 369/24/195 368/25/196 367/25/195 +f 368/25/196 369/24/195 370/24/196 +f 367/25/197 368/25/198 369/24/197 +f 370/24/198 369/24/197 368/25/198 +f 373/24/199 372/25/200 371/25/199 +f 372/25/200 373/24/199 374/24/200 +f 371/25/201 372/25/202 373/24/201 +f 374/24/202 373/24/201 372/25/202 +f 375/24/204 368/25/203 370/24/203 +f 368/25/203 375/24/204 376/25/204 +f 370/24/206 368/25/206 375/24/205 +f 376/25/205 375/24/205 368/25/206 +f 373/24/207 376/25/204 375/24/204 +f 376/25/204 373/24/207 371/25/207 +f 375/24/205 376/25/205 373/24/208 +f 371/25/208 373/24/208 376/25/205 +f 365/24/209 367/25/195 366/25/209 +f 367/25/195 365/24/209 369/24/195 +f 366/25/210 367/25/197 365/24/210 +f 369/24/197 365/24/210 367/25/197 +f 374/24/200 364/25/211 372/25/200 +f 364/25/211 374/24/200 362/24/211 +f 372/25/202 364/25/212 374/24/202 +f 362/24/212 374/24/202 364/25/212 + +g corridor-wide-junction + + + + +usemtl colormap + +f 3/1/3 2/1/2 1/1/1 +f 2/1/2 3/1/3 4/1/4 +f 1/1/7 2/1/6 3/1/5 +f 4/1/8 3/1/5 2/1/6 +f 7/3/11 6/2/10 5/2/9 +f 6/2/10 7/3/11 8/3/12 +f 5/2/15 6/2/14 7/3/13 +f 8/3/16 7/3/13 6/2/14 +f 4/1/4 10/2/18 9/2/17 +f 10/2/18 4/1/4 3/1/3 +f 9/2/20 10/2/19 4/1/8 +f 3/1/5 4/1/8 10/2/19 +f 3/1/3 11/2/21 10/2/18 +f 11/2/21 3/1/3 1/1/1 +f 10/2/19 11/2/22 3/1/5 +f 1/1/7 3/1/5 11/2/22 +f 8/3/12 12/2/23 6/2/10 +f 12/2/23 8/3/12 13/3/24 +f 6/2/14 12/2/25 8/3/16 +f 13/3/26 8/3/16 12/2/25 +f 14/2/27 7/3/11 5/2/9 +f 7/3/11 14/2/27 15/3/28 +f 5/2/15 7/3/13 14/2/29 +f 15/3/30 14/2/29 7/3/13 +f 16/2/31 4/1/4 9/2/17 +f 4/1/4 16/2/31 2/1/2 +f 9/2/20 4/1/8 16/2/32 +f 2/1/6 16/2/32 4/1/8 +f 1/1/1 16/2/31 11/2/21 +f 16/2/31 1/1/1 2/1/2 +f 11/2/22 16/2/32 1/1/7 +f 2/1/6 1/1/7 16/2/32 +f 7/3/11 13/3/24 8/3/12 +f 13/3/24 7/3/11 15/3/28 +f 8/3/16 13/3/26 7/3/13 +f 15/3/30 7/3/13 13/3/26 +f 13/3/24 14/2/27 12/2/23 +f 14/2/27 13/3/24 15/3/28 +f 12/2/25 14/2/29 13/3/26 +f 15/3/30 13/3/26 14/2/29 +f 19/4/33 18/2/34 17/2/33 +f 18/2/34 19/4/33 20/4/34 +f 17/2/35 18/2/36 19/4/35 +f 20/4/36 19/4/35 18/2/36 +f 20/4/37 22/4/37 21/4/37 +f 22/4/37 20/4/37 19/4/37 +f 22/4/37 19/4/37 23/4/37 +f 21/4/38 22/4/38 20/4/38 +f 19/4/38 20/4/38 22/4/38 +f 23/4/38 19/4/38 22/4/38 +f 25/2/39 23/4/39 24/2/39 +f 23/4/39 25/2/39 22/4/39 +f 24/2/40 23/4/40 25/2/40 +f 22/4/40 25/2/40 23/4/40 +f 21/4/35 25/2/35 26/2/35 +f 25/2/35 21/4/35 22/4/35 +f 26/2/33 25/2/33 21/4/33 +f 22/4/33 21/4/33 25/2/33 +f 21/4/40 18/2/40 20/4/40 +f 18/2/40 21/4/40 26/2/40 +f 20/4/39 18/2/39 21/4/39 +f 26/2/39 21/4/39 18/2/39 +f 23/4/41 17/2/33 24/2/41 +f 17/2/33 23/4/41 19/4/33 +f 24/2/42 17/2/35 23/4/42 +f 19/4/35 23/4/42 17/2/35 +f 29/2/37 28/2/37 27/2/37 +f 28/2/37 29/2/37 30/2/37 +f 27/2/38 28/2/38 29/2/38 +f 30/2/38 29/2/38 28/2/38 +f 32/2/37 27/2/37 31/2/37 +f 27/2/37 32/2/37 29/2/37 +f 31/2/38 27/2/38 32/2/38 +f 29/2/38 32/2/38 27/2/38 +f 27/2/37 34/2/37 33/2/37 +f 34/2/37 27/2/37 28/2/37 +f 33/2/38 34/2/38 27/2/38 +f 28/2/38 27/2/38 34/2/38 +f 31/2/37 33/2/37 35/2/37 +f 33/2/37 31/2/37 27/2/37 +f 35/2/38 33/2/38 31/2/38 +f 27/2/38 31/2/38 33/2/38 +f 38/4/37 37/4/37 36/4/37 +f 37/4/37 38/4/37 39/4/37 +f 39/4/37 38/4/37 40/4/37 +f 36/4/38 37/4/38 38/4/38 +f 39/4/38 38/4/38 37/4/38 +f 40/4/38 38/4/38 39/4/38 +f 37/4/43 41/2/43 36/4/43 +f 41/2/43 37/4/43 42/2/43 +f 36/4/44 41/2/44 37/4/44 +f 42/2/44 37/4/44 41/2/44 +f 37/4/45 43/2/45 42/2/45 +f 43/2/45 37/4/45 39/4/45 +f 42/2/46 43/2/46 37/4/46 +f 39/4/46 37/4/46 43/2/46 +f 43/2/48 40/4/47 44/2/47 +f 40/4/47 43/2/48 39/4/48 +f 44/2/50 40/4/50 43/2/49 +f 39/4/49 43/2/49 40/4/50 +f 44/2/47 38/4/51 45/2/51 +f 38/4/51 44/2/47 40/4/47 +f 45/2/52 38/4/52 44/2/50 +f 40/4/50 44/2/50 38/4/52 +f 45/2/51 36/4/53 41/2/53 +f 36/4/53 45/2/51 38/4/51 +f 41/2/54 36/4/54 45/2/52 +f 38/4/52 45/2/52 36/4/54 +f 48/4/37 47/4/37 46/4/37 +f 47/4/37 48/4/37 49/4/37 +f 49/4/37 48/4/37 50/4/37 +f 46/4/38 47/4/38 48/4/38 +f 49/4/38 48/4/38 47/4/38 +f 50/4/38 48/4/38 49/4/38 +f 47/4/55 51/2/55 46/4/55 +f 51/2/55 47/4/55 52/2/55 +f 46/4/56 51/2/56 47/4/56 +f 52/2/56 47/4/56 51/2/56 +f 47/4/57 53/2/57 52/2/57 +f 53/2/57 47/4/57 49/4/57 +f 52/2/58 53/2/58 47/4/58 +f 49/4/58 47/4/58 53/2/58 +f 53/2/60 50/4/59 54/2/59 +f 50/4/59 53/2/60 49/4/60 +f 54/2/62 50/4/62 53/2/61 +f 49/4/61 53/2/61 50/4/62 +f 54/2/59 48/4/63 55/2/63 +f 48/4/63 54/2/59 50/4/59 +f 55/2/64 48/4/64 54/2/62 +f 50/4/62 54/2/62 48/4/64 +f 55/2/63 46/4/65 51/2/65 +f 46/4/65 55/2/63 48/4/63 +f 51/2/66 46/4/66 55/2/64 +f 48/4/64 55/2/64 46/4/66 +f 58/2/68 57/1/4 56/2/67 +f 57/1/4 58/2/68 59/1/2 +f 56/2/70 57/1/8 58/2/69 +f 59/1/6 58/2/69 57/1/8 +f 61/1/1 58/2/68 60/2/71 +f 58/2/68 61/1/1 59/1/2 +f 60/2/72 58/2/69 61/1/7 +f 59/1/6 61/1/7 58/2/69 +f 64/3/24 63/2/27 62/2/23 +f 63/2/27 64/3/24 65/3/28 +f 62/2/25 63/2/29 64/3/26 +f 65/3/30 64/3/26 63/2/29 +f 63/2/27 67/3/11 66/2/9 +f 67/3/11 63/2/27 65/3/28 +f 66/2/15 67/3/13 63/2/29 +f 65/3/30 63/2/29 67/3/13 +f 70/2/75 69/3/74 68/2/73 +f 69/3/74 70/2/75 71/3/76 +f 68/2/79 69/3/78 70/2/77 +f 71/3/80 70/2/77 69/3/78 +f 69/3/74 73/3/82 72/3/81 +f 73/3/82 69/3/74 71/3/76 +f 72/3/84 73/3/83 69/3/78 +f 71/3/80 69/3/78 73/3/83 +f 73/3/82 70/2/75 74/2/85 +f 70/2/75 73/3/82 71/3/76 +f 74/2/86 70/2/77 73/3/83 +f 71/3/80 73/3/83 70/2/77 +f 69/3/74 75/2/87 68/2/73 +f 75/2/87 69/3/74 72/3/81 +f 68/2/79 75/2/88 69/3/78 +f 72/3/84 69/3/78 75/2/88 +f 72/3/81 74/2/85 75/2/87 +f 74/2/85 72/3/81 73/3/82 +f 75/2/88 74/2/86 72/3/84 +f 73/3/83 72/3/84 74/2/86 +f 77/3/12 62/2/23 76/2/10 +f 62/2/23 77/3/12 64/3/24 +f 76/2/14 62/2/25 77/3/16 +f 64/3/26 77/3/16 62/2/25 +f 57/1/4 78/2/89 56/2/67 +f 78/2/89 57/1/4 79/1/3 +f 56/2/70 78/2/90 57/1/8 +f 79/1/5 57/1/8 78/2/90 +f 67/3/11 76/2/10 66/2/9 +f 76/2/10 67/3/11 77/3/12 +f 66/2/15 76/2/14 67/3/13 +f 77/3/16 67/3/13 76/2/14 +f 67/3/11 64/3/24 77/3/12 +f 64/3/24 67/3/11 65/3/28 +f 77/3/16 64/3/26 67/3/13 +f 65/3/30 67/3/13 64/3/26 +f 82/1/93 81/1/92 80/1/91 +f 81/1/92 82/1/93 83/1/94 +f 80/1/97 81/1/96 82/1/95 +f 83/1/98 82/1/95 81/1/96 +f 79/1/3 59/1/2 61/1/1 +f 59/1/2 79/1/3 57/1/4 +f 61/1/7 59/1/6 79/1/5 +f 57/1/8 79/1/5 59/1/6 +f 84/2/99 83/1/94 82/1/93 +f 83/1/94 84/2/99 85/2/100 +f 82/1/95 83/1/98 84/2/101 +f 85/2/102 84/2/101 83/1/98 +f 88/2/105 87/1/104 86/2/103 +f 87/1/104 88/2/105 89/1/106 +f 86/2/109 87/1/108 88/2/107 +f 89/1/110 88/2/107 87/1/108 +f 84/2/99 80/1/91 90/2/111 +f 80/1/91 84/2/99 82/1/93 +f 90/2/112 80/1/97 84/2/101 +f 82/1/95 84/2/101 80/1/97 +f 83/1/94 91/2/113 81/1/92 +f 91/2/113 83/1/94 85/2/100 +f 81/1/96 91/2/114 83/1/98 +f 85/2/102 83/1/98 91/2/114 +f 94/1/117 93/2/116 92/2/115 +f 93/2/116 94/1/117 95/1/118 +f 92/2/121 93/2/120 94/1/119 +f 95/1/122 94/1/119 93/2/120 +f 80/1/91 91/2/113 90/2/111 +f 91/2/113 80/1/91 81/1/92 +f 90/2/112 91/2/114 80/1/97 +f 81/1/96 80/1/97 91/2/114 +f 86/2/103 94/1/117 92/2/115 +f 94/1/117 86/2/103 87/1/104 +f 92/2/121 94/1/119 86/2/109 +f 87/1/108 86/2/109 94/1/119 +f 89/1/106 93/2/116 95/1/118 +f 93/2/116 89/1/106 88/2/105 +f 95/1/122 93/2/120 89/1/110 +f 88/2/107 89/1/110 93/2/120 +f 87/1/104 95/1/118 94/1/117 +f 95/1/118 87/1/104 89/1/106 +f 94/1/119 95/1/122 87/1/108 +f 89/1/110 87/1/108 95/1/122 +f 79/1/3 60/2/71 78/2/89 +f 60/2/71 79/1/3 61/1/1 +f 78/2/90 60/2/72 79/1/5 +f 61/1/7 79/1/5 60/2/72 +f 98/4/123 97/2/33 96/2/123 +f 97/2/33 98/4/123 99/4/33 +f 96/2/124 97/2/35 98/4/124 +f 99/4/35 98/4/124 97/2/35 +f 23/4/37 100/4/37 22/4/37 +f 100/4/37 23/4/37 99/4/37 +f 100/4/37 99/4/37 98/4/37 +f 22/4/38 100/4/38 23/4/38 +f 99/4/38 23/4/38 100/4/38 +f 98/4/38 99/4/38 100/4/38 +f 22/4/35 101/2/35 25/2/35 +f 101/2/35 22/4/35 100/4/35 +f 25/2/33 101/2/33 22/4/33 +f 100/4/33 22/4/33 101/2/33 +f 99/4/33 24/2/125 97/2/33 +f 24/2/125 99/4/33 23/4/125 +f 97/2/35 24/2/126 99/4/35 +f 23/4/126 99/4/35 24/2/126 +f 22/4/40 24/2/40 23/4/40 +f 24/2/40 22/4/40 25/2/40 +f 23/4/39 24/2/39 22/4/39 +f 25/2/39 22/4/39 24/2/39 +f 101/2/39 98/4/39 96/2/39 +f 98/4/39 101/2/39 100/4/39 +f 96/2/40 98/4/40 101/2/40 +f 100/4/40 101/2/40 98/4/40 +f 104/1/3 103/1/2 102/1/1 +f 103/1/2 104/1/3 105/1/4 +f 102/1/7 103/1/6 104/1/5 +f 105/1/8 104/1/5 103/1/6 +f 108/3/11 107/2/10 106/2/9 +f 107/2/10 108/3/11 109/3/12 +f 106/2/15 107/2/14 108/3/13 +f 109/3/16 108/3/13 107/2/14 +f 105/1/4 111/2/18 110/2/17 +f 111/2/18 105/1/4 104/1/3 +f 110/2/20 111/2/19 105/1/8 +f 104/1/5 105/1/8 111/2/19 +f 104/1/3 112/2/21 111/2/18 +f 112/2/21 104/1/3 102/1/1 +f 111/2/19 112/2/22 104/1/5 +f 102/1/7 104/1/5 112/2/22 +f 109/3/12 113/2/23 107/2/10 +f 113/2/23 109/3/12 114/3/24 +f 107/2/14 113/2/25 109/3/16 +f 114/3/26 109/3/16 113/2/25 +f 115/2/27 108/3/11 106/2/9 +f 108/3/11 115/2/27 116/3/28 +f 106/2/15 108/3/13 115/2/29 +f 116/3/30 115/2/29 108/3/13 +f 117/2/31 105/1/4 110/2/17 +f 105/1/4 117/2/31 103/1/2 +f 110/2/20 105/1/8 117/2/32 +f 103/1/6 117/2/32 105/1/8 +f 102/1/1 117/2/31 112/2/21 +f 117/2/31 102/1/1 103/1/2 +f 112/2/22 117/2/32 102/1/7 +f 103/1/6 102/1/7 117/2/32 +f 108/3/11 114/3/24 109/3/12 +f 114/3/24 108/3/11 116/3/28 +f 109/3/16 114/3/26 108/3/13 +f 116/3/30 108/3/13 114/3/26 +f 114/3/24 115/2/27 113/2/23 +f 115/2/27 114/3/24 116/3/28 +f 113/2/25 115/2/29 114/3/26 +f 116/3/30 114/3/26 115/2/29 +f 119/4/33 96/2/34 118/2/33 +f 96/2/34 119/4/33 98/4/34 +f 118/2/35 96/2/36 119/4/35 +f 98/4/36 119/4/35 96/2/36 +f 98/4/37 121/4/37 120/4/37 +f 121/4/37 98/4/37 119/4/37 +f 121/4/37 119/4/37 122/4/37 +f 120/4/38 121/4/38 98/4/38 +f 119/4/38 98/4/38 121/4/38 +f 122/4/38 119/4/38 121/4/38 +f 124/2/39 122/4/39 123/2/39 +f 122/4/39 124/2/39 121/4/39 +f 123/2/40 122/4/40 124/2/40 +f 121/4/40 124/2/40 122/4/40 +f 120/4/35 124/2/35 125/2/35 +f 124/2/35 120/4/35 121/4/35 +f 125/2/33 124/2/33 120/4/33 +f 121/4/33 120/4/33 124/2/33 +f 120/4/40 96/2/40 98/4/40 +f 96/2/40 120/4/40 125/2/40 +f 98/4/39 96/2/39 120/4/39 +f 125/2/39 120/4/39 96/2/39 +f 122/4/41 118/2/33 123/2/41 +f 118/2/33 122/4/41 119/4/33 +f 123/2/42 118/2/35 122/4/42 +f 119/4/35 122/4/42 118/2/35 +f 128/5/37 127/5/37 126/5/37 +f 127/5/37 128/5/37 129/5/37 +f 127/5/37 129/5/37 130/5/37 +f 126/5/38 127/5/38 128/5/38 +f 129/5/38 128/5/38 127/5/38 +f 130/5/38 129/5/38 127/5/38 +f 132/6/39 130/5/39 131/6/39 +f 130/5/39 132/6/39 127/5/39 +f 131/6/40 130/5/40 132/6/40 +f 127/5/40 132/6/40 130/5/40 +f 130/5/41 133/6/33 131/6/41 +f 133/6/33 130/5/41 129/5/33 +f 131/6/42 133/6/35 130/5/42 +f 129/5/35 130/5/42 133/6/35 +f 126/5/35 132/6/35 134/6/35 +f 132/6/35 126/5/35 127/5/35 +f 134/6/33 132/6/33 126/5/33 +f 127/5/33 126/5/33 132/6/33 +f 126/5/40 135/6/40 128/5/40 +f 135/6/40 126/5/40 134/6/40 +f 128/5/39 135/6/39 126/5/39 +f 134/6/39 126/5/39 135/6/39 +f 129/5/33 135/6/34 133/6/33 +f 135/6/34 129/5/33 128/5/34 +f 133/6/35 135/6/36 129/5/35 +f 128/5/36 129/5/35 135/6/36 +f 138/7/35 137/6/35 136/6/35 +f 137/6/35 138/7/35 25/7/35 +f 136/6/33 137/6/33 138/7/33 +f 25/7/33 138/7/33 137/6/33 +f 139/7/37 25/7/37 138/7/37 +f 25/7/37 139/7/37 140/7/37 +f 25/7/37 140/7/37 141/7/37 +f 138/7/38 25/7/38 139/7/38 +f 140/7/38 139/7/38 25/7/38 +f 141/7/38 140/7/38 25/7/38 +f 140/7/33 143/6/127 142/6/33 +f 143/6/127 140/7/33 139/7/127 +f 142/6/35 143/6/128 140/7/35 +f 139/7/128 140/7/35 143/6/128 +f 138/7/40 143/6/40 139/7/40 +f 143/6/40 138/7/40 136/6/40 +f 139/7/39 143/6/39 138/7/39 +f 136/6/39 138/7/39 143/6/39 +f 137/6/39 141/7/39 144/6/39 +f 141/7/39 137/6/39 25/7/39 +f 144/6/40 141/7/40 137/6/40 +f 25/7/40 137/6/40 141/7/40 +f 137/6/38 143/6/38 136/6/38 +f 143/6/38 137/6/38 142/6/38 +f 142/6/38 137/6/38 144/6/38 +f 136/6/37 143/6/37 137/6/37 +f 142/6/37 137/6/37 143/6/37 +f 144/6/37 137/6/37 142/6/37 +f 141/7/129 142/6/33 144/6/129 +f 142/6/33 141/7/129 140/7/33 +f 144/6/130 142/6/35 141/7/130 +f 140/7/35 141/7/130 142/6/35 +f 147/9/131 146/8/132 145/8/131 +f 146/8/132 147/9/131 148/9/132 +f 145/8/133 146/8/134 147/9/133 +f 148/9/134 147/9/133 146/8/134 +f 151/9/133 150/8/134 149/8/133 +f 150/8/134 151/9/133 152/9/134 +f 149/8/131 150/8/132 151/9/131 +f 152/9/132 151/9/131 150/8/132 +f 155/9/136 154/8/135 153/9/135 +f 154/8/135 155/9/136 156/8/136 +f 153/9/138 154/8/138 155/9/137 +f 156/8/137 155/9/137 154/8/138 +f 159/8/138 158/9/137 157/8/137 +f 158/9/137 159/8/138 160/9/138 +f 157/8/136 158/9/136 159/8/135 +f 160/9/135 159/8/135 158/9/136 +f 152/9/134 159/8/138 150/8/134 +f 159/8/138 152/9/134 160/9/138 +f 150/8/132 159/8/135 152/9/132 +f 160/9/135 152/9/132 159/8/135 +f 148/9/132 154/8/135 146/8/132 +f 154/8/135 148/9/132 153/9/135 +f 146/8/134 154/8/138 148/9/134 +f 153/9/138 148/9/134 154/8/138 +f 155/9/136 149/8/133 156/8/136 +f 149/8/133 155/9/136 151/9/133 +f 156/8/137 149/8/131 155/9/137 +f 151/9/131 155/9/137 149/8/131 +f 158/9/137 145/8/131 157/8/137 +f 145/8/131 158/9/137 147/9/131 +f 157/8/136 145/8/133 158/9/136 +f 147/9/133 158/9/136 145/8/133 +f 148/9/139 155/9/139 153/9/139 +f 155/9/139 148/9/139 151/9/139 +f 151/9/139 148/9/139 147/9/139 +f 151/9/139 147/9/139 152/9/139 +f 152/9/139 147/9/139 158/9/139 +f 152/9/139 158/9/139 160/9/139 +f 153/9/140 155/9/140 148/9/140 +f 151/9/140 148/9/140 155/9/140 +f 147/9/140 148/9/140 151/9/140 +f 152/9/140 147/9/140 151/9/140 +f 158/9/140 147/9/140 152/9/140 +f 160/9/140 158/9/140 152/9/140 +f 149/8/140 154/8/140 156/8/140 +f 154/8/140 149/8/140 146/8/140 +f 146/8/140 149/8/140 150/8/140 +f 146/8/140 150/8/140 145/8/140 +f 145/8/140 150/8/140 159/8/140 +f 145/8/140 159/8/140 157/8/140 +f 156/8/139 154/8/139 149/8/139 +f 146/8/139 149/8/139 154/8/139 +f 150/8/139 149/8/139 146/8/139 +f 145/8/139 150/8/139 146/8/139 +f 159/8/139 150/8/139 145/8/139 +f 157/8/139 159/8/139 145/8/139 +f 163/5/43 162/6/43 161/5/43 +f 162/6/43 163/5/43 164/6/43 +f 161/5/44 162/6/44 163/5/44 +f 164/6/44 163/5/44 162/6/44 +f 163/5/45 165/6/45 164/6/45 +f 165/6/45 163/5/45 166/5/45 +f 164/6/46 165/6/46 163/5/46 +f 166/5/46 163/5/46 165/6/46 +f 167/6/51 161/5/53 162/6/53 +f 161/5/53 167/6/51 168/5/51 +f 162/6/54 161/5/54 167/6/52 +f 168/5/52 167/6/52 161/5/54 +f 165/6/48 170/5/47 169/6/47 +f 170/5/47 165/6/48 166/5/48 +f 169/6/50 170/5/50 165/6/49 +f 166/5/49 165/6/49 170/5/50 +f 168/5/37 163/5/37 161/5/37 +f 163/5/37 168/5/37 166/5/37 +f 166/5/37 168/5/37 170/5/37 +f 161/5/38 163/5/38 168/5/38 +f 166/5/38 168/5/38 163/5/38 +f 170/5/38 168/5/38 166/5/38 +f 170/5/47 167/6/51 169/6/47 +f 167/6/51 170/5/47 168/5/51 +f 169/6/50 167/6/52 170/5/50 +f 168/5/52 170/5/50 167/6/52 +f 173/7/45 172/6/45 171/6/45 +f 172/6/45 173/7/45 174/7/45 +f 171/6/46 172/6/46 173/7/46 +f 174/7/46 173/7/46 172/6/46 +f 173/7/43 176/6/43 175/7/43 +f 176/6/43 173/7/43 171/6/43 +f 175/7/44 176/6/44 173/7/44 +f 171/6/44 173/7/44 176/6/44 +f 177/7/37 173/7/37 175/7/37 +f 173/7/37 177/7/37 174/7/37 +f 174/7/37 177/7/37 178/7/37 +f 175/7/38 173/7/38 177/7/38 +f 174/7/38 177/7/38 173/7/38 +f 178/7/38 177/7/38 174/7/38 +f 172/6/38 176/6/38 171/6/38 +f 176/6/38 172/6/38 179/6/38 +f 179/6/38 172/6/38 180/6/38 +f 171/6/37 176/6/37 172/6/37 +f 179/6/37 172/6/37 176/6/37 +f 180/6/37 172/6/37 179/6/37 +f 172/6/48 178/7/47 180/6/47 +f 178/7/47 172/6/48 174/7/48 +f 180/6/50 178/7/50 172/6/49 +f 174/7/49 172/6/49 178/7/50 +f 178/7/47 179/6/141 180/6/47 +f 179/6/141 178/7/47 177/7/141 +f 180/6/50 179/6/142 178/7/50 +f 177/7/142 178/7/50 179/6/142 +f 179/6/141 175/7/53 176/6/53 +f 175/7/53 179/6/141 177/7/141 +f 176/6/54 175/7/54 179/6/142 +f 177/7/142 179/6/142 175/7/54 +f 183/5/55 182/6/55 181/5/55 +f 182/6/55 183/5/55 184/6/55 +f 181/5/56 182/6/56 183/5/56 +f 184/6/56 183/5/56 182/6/56 +f 183/5/57 185/6/57 184/6/57 +f 185/6/57 183/5/57 186/5/57 +f 184/6/58 185/6/58 183/5/58 +f 186/5/58 183/5/58 185/6/58 +f 187/6/63 181/5/65 182/6/65 +f 181/5/65 187/6/63 188/5/63 +f 182/6/66 181/5/66 187/6/64 +f 188/5/64 187/6/64 181/5/66 +f 185/6/60 190/5/59 189/6/59 +f 190/5/59 185/6/60 186/5/60 +f 189/6/62 190/5/62 185/6/61 +f 186/5/61 185/6/61 190/5/62 +f 188/5/37 183/5/37 181/5/37 +f 183/5/37 188/5/37 186/5/37 +f 186/5/37 188/5/37 190/5/37 +f 181/5/38 183/5/38 188/5/38 +f 186/5/38 188/5/38 183/5/38 +f 190/5/38 188/5/38 186/5/38 +f 190/5/59 187/6/63 189/6/59 +f 187/6/63 190/5/59 188/5/63 +f 189/6/62 187/6/64 190/5/62 +f 188/5/64 190/5/62 187/6/64 +f 193/7/57 192/6/57 191/6/57 +f 192/6/57 193/7/57 194/7/57 +f 191/6/58 192/6/58 193/7/58 +f 194/7/58 193/7/58 192/6/58 +f 193/7/55 196/6/55 195/7/55 +f 196/6/55 193/7/55 191/6/55 +f 195/7/56 196/6/56 193/7/56 +f 191/6/56 193/7/56 196/6/56 +f 197/7/37 193/7/37 195/7/37 +f 193/7/37 197/7/37 194/7/37 +f 194/7/37 197/7/37 198/7/37 +f 195/7/38 193/7/38 197/7/38 +f 194/7/38 197/7/38 193/7/38 +f 198/7/38 197/7/38 194/7/38 +f 192/6/38 196/6/38 191/6/38 +f 196/6/38 192/6/38 199/6/38 +f 199/6/38 192/6/38 200/6/38 +f 191/6/37 196/6/37 192/6/37 +f 199/6/37 192/6/37 196/6/37 +f 200/6/37 192/6/37 199/6/37 +f 192/6/60 198/7/59 200/6/59 +f 198/7/59 192/6/60 194/7/60 +f 200/6/62 198/7/62 192/6/61 +f 194/7/61 192/6/61 198/7/62 +f 198/7/59 199/6/143 200/6/59 +f 199/6/143 198/7/59 197/7/143 +f 200/6/62 199/6/144 198/7/62 +f 197/7/144 198/7/62 199/6/144 +f 199/6/143 195/7/65 196/6/65 +f 195/7/65 199/6/143 197/7/143 +f 196/6/66 195/7/66 199/6/144 +f 197/7/144 199/6/144 195/7/66 +f 203/7/33 202/6/145 201/6/33 +f 202/6/145 203/7/33 204/7/145 +f 201/6/35 202/6/146 203/7/35 +f 204/7/146 203/7/35 202/6/146 +f 207/7/148 206/6/147 205/7/147 +f 206/6/147 207/7/148 208/6/148 +f 205/7/150 206/6/150 207/7/149 +f 208/6/149 207/7/149 206/6/150 +f 204/7/145 206/6/147 202/6/145 +f 206/6/147 204/7/145 205/7/147 +f 202/6/146 206/6/150 204/7/146 +f 205/7/150 204/7/146 206/6/150 +f 210/7/151 201/6/33 209/6/151 +f 201/6/33 210/7/151 203/7/33 +f 209/6/152 201/6/35 210/7/152 +f 203/7/35 210/7/152 201/6/35 +f 205/7/37 211/7/37 207/7/37 +f 211/7/37 205/7/37 204/7/37 +f 211/7/37 204/7/37 203/7/37 +f 211/7/37 203/7/37 210/7/37 +f 211/7/37 210/7/37 212/7/37 +f 207/7/38 211/7/38 205/7/38 +f 204/7/38 205/7/38 211/7/38 +f 203/7/38 204/7/38 211/7/38 +f 210/7/38 203/7/38 211/7/38 +f 212/7/38 210/7/38 211/7/38 +f 214/6/154 212/7/153 213/6/153 +f 212/7/153 214/6/154 211/7/154 +f 213/6/156 212/7/156 214/6/155 +f 211/7/155 214/6/155 212/7/156 +f 213/6/153 210/7/151 209/6/151 +f 210/7/151 213/6/153 212/7/153 +f 209/6/152 210/7/152 213/6/156 +f 212/7/156 213/6/156 210/7/152 +f 25/7/40 215/6/40 141/7/40 +f 215/6/40 25/7/40 216/6/40 +f 141/7/39 215/6/39 25/7/39 +f 216/6/39 25/7/39 215/6/39 +f 219/7/157 218/6/33 217/6/157 +f 218/6/33 219/7/157 220/7/33 +f 217/6/158 218/6/35 219/7/158 +f 220/7/35 219/7/158 218/6/35 +f 25/7/35 221/6/35 216/6/35 +f 221/6/35 25/7/35 101/7/35 +f 216/6/33 221/6/33 25/7/33 +f 101/7/33 25/7/33 221/6/33 +f 220/7/33 215/6/159 218/6/33 +f 215/6/159 220/7/33 141/7/159 +f 218/6/35 215/6/160 220/7/35 +f 141/7/160 220/7/35 215/6/160 +f 221/6/38 215/6/38 216/6/38 +f 215/6/38 221/6/38 218/6/38 +f 218/6/38 221/6/38 217/6/38 +f 216/6/37 215/6/37 221/6/37 +f 218/6/37 221/6/37 215/6/37 +f 217/6/37 221/6/37 218/6/37 +f 141/7/37 101/7/37 25/7/37 +f 101/7/37 141/7/37 220/7/37 +f 101/7/37 220/7/37 219/7/37 +f 25/7/38 101/7/38 141/7/38 +f 220/7/38 141/7/38 101/7/38 +f 219/7/38 220/7/38 101/7/38 +f 221/6/39 219/7/39 217/6/39 +f 219/7/39 221/6/39 101/7/39 +f 217/6/40 219/7/40 221/6/40 +f 101/7/40 221/6/40 219/7/40 +f 130/5/37 222/5/37 127/5/37 +f 222/5/37 130/5/37 223/5/37 +f 222/5/37 223/5/37 224/5/37 +f 127/5/38 222/5/38 130/5/38 +f 223/5/38 130/5/38 222/5/38 +f 224/5/38 223/5/38 222/5/38 +f 127/5/35 225/6/35 132/6/35 +f 225/6/35 127/5/35 222/5/35 +f 132/6/33 225/6/33 127/5/33 +f 222/5/33 127/5/33 225/6/33 +f 225/6/39 224/5/39 226/6/39 +f 224/5/39 225/6/39 222/5/39 +f 226/6/40 224/5/40 225/6/40 +f 222/5/40 225/6/40 224/5/40 +f 127/5/40 131/6/40 130/5/40 +f 131/6/40 127/5/40 132/6/40 +f 130/5/39 131/6/39 127/5/39 +f 132/6/39 127/5/39 131/6/39 +f 228/11/124 227/10/124 223/5/35 +f 227/10/124 229/12/124 223/5/35 +f 230/13/124 228/11/124 223/5/35 +f 229/12/124 231/14/124 223/5/35 +f 232/12/124 231/14/124 229/12/124 +f 231/14/124 233/15/124 223/5/35 +f 231/14/124 232/12/124 234/14/124 +f 234/14/124 232/12/124 235/15/124 +f 235/15/124 232/12/124 236/16/124 +f 233/15/124 237/16/124 223/5/35 +f 232/12/124 238/10/124 236/16/124 +f 224/5/124 230/13/124 223/5/35 +f 223/5/35 237/16/124 239/6/35 +f 240/17/124 239/6/35 237/16/124 +f 241/17/124 239/6/35 240/17/124 +f 230/13/124 224/5/124 242/13/124 +f 242/13/124 224/5/124 243/11/124 +f 243/11/124 224/5/124 238/10/124 +f 239/6/35 241/17/124 226/6/124 +f 236/16/124 226/6/124 241/17/124 +f 238/10/124 226/6/124 236/16/124 +f 224/5/124 226/6/124 238/10/124 +f 245/19/126 244/18/126 130/5/126 +f 246/20/126 245/19/126 130/5/126 +f 130/5/126 244/18/126 131/6/126 +f 247/21/126 131/6/126 244/18/126 +f 248/21/126 131/6/126 247/21/126 +f 131/6/126 248/21/126 239/6/35 +f 249/18/126 239/6/35 248/21/126 +f 223/5/35 246/20/126 130/5/126 +f 223/5/35 239/6/35 249/18/126 +f 246/20/126 223/5/35 250/20/126 +f 251/19/126 223/5/35 249/18/126 +f 250/20/126 223/5/35 251/19/126 +f 223/5/33 227/10/123 228/11/123 +f 223/5/33 228/11/123 230/13/123 +f 223/5/33 229/12/123 227/10/123 +f 223/5/33 230/13/123 224/5/123 +f 242/13/123 224/5/123 230/13/123 +f 243/11/123 224/5/123 242/13/123 +f 238/10/123 224/5/123 243/11/123 +f 238/10/123 226/6/123 224/5/123 +f 236/16/123 226/6/123 238/10/123 +f 236/16/123 238/10/123 232/12/123 +f 241/17/123 226/6/123 236/16/123 +f 236/16/123 232/12/123 235/15/123 +f 235/15/123 232/12/123 234/14/123 +f 226/6/123 241/17/123 239/6/33 +f 240/17/123 239/6/33 241/17/123 +f 237/16/123 239/6/33 240/17/123 +f 239/6/33 237/16/123 223/5/33 +f 223/5/33 237/16/123 233/15/123 +f 234/14/123 232/12/123 231/14/123 +f 223/5/33 233/15/123 231/14/123 +f 229/12/123 231/14/123 232/12/123 +f 223/5/33 231/14/123 229/12/123 +f 130/5/125 244/18/125 245/19/125 +f 130/5/125 245/19/125 246/20/125 +f 131/6/125 244/18/125 130/5/125 +f 244/18/125 131/6/125 247/21/125 +f 247/21/125 131/6/125 248/21/125 +f 239/6/33 248/21/125 131/6/125 +f 248/21/125 239/6/33 249/18/125 +f 130/5/125 246/20/125 223/5/33 +f 249/18/125 239/6/33 223/5/33 +f 250/20/125 223/5/33 246/20/125 +f 249/18/125 223/5/33 251/19/125 +f 251/19/125 223/5/33 250/20/125 +f 254/9/161 253/8/162 252/8/161 +f 253/8/162 254/9/161 255/9/162 +f 252/8/163 253/8/164 254/9/163 +f 255/9/164 254/9/163 253/8/164 +f 258/9/163 257/8/164 256/8/163 +f 257/8/164 258/9/163 259/9/164 +f 256/8/161 257/8/162 258/9/161 +f 259/9/162 258/9/161 257/8/162 +f 262/9/166 261/8/165 260/9/165 +f 261/8/165 262/9/166 263/8/166 +f 260/9/168 261/8/168 262/9/167 +f 263/8/167 262/9/167 261/8/168 +f 266/8/168 265/9/167 264/8/167 +f 265/9/167 266/8/168 267/9/168 +f 264/8/166 265/9/166 266/8/165 +f 267/9/165 266/8/165 265/9/166 +f 259/9/164 266/8/168 257/8/164 +f 266/8/168 259/9/164 267/9/168 +f 257/8/162 266/8/165 259/9/162 +f 267/9/165 259/9/162 266/8/165 +f 255/9/162 261/8/165 253/8/162 +f 261/8/165 255/9/162 260/9/165 +f 253/8/164 261/8/168 255/9/164 +f 260/9/168 255/9/164 261/8/168 +f 262/9/166 256/8/163 263/8/166 +f 256/8/163 262/9/166 258/9/163 +f 263/8/167 256/8/161 262/9/167 +f 258/9/161 262/9/167 256/8/161 +f 265/9/167 252/8/161 264/8/167 +f 252/8/161 265/9/167 254/9/161 +f 264/8/166 252/8/163 265/9/166 +f 254/9/163 265/9/166 252/8/163 +f 255/9/169 262/9/169 260/9/169 +f 262/9/169 255/9/169 258/9/169 +f 258/9/169 255/9/169 254/9/169 +f 258/9/169 254/9/169 259/9/169 +f 259/9/169 254/9/169 265/9/169 +f 259/9/169 265/9/169 267/9/169 +f 260/9/170 262/9/170 255/9/170 +f 258/9/170 255/9/170 262/9/170 +f 254/9/170 255/9/170 258/9/170 +f 259/9/170 254/9/170 258/9/170 +f 265/9/170 254/9/170 259/9/170 +f 267/9/170 265/9/170 259/9/170 +f 256/8/170 261/8/170 263/8/170 +f 261/8/170 256/8/170 253/8/170 +f 253/8/170 256/8/170 257/8/170 +f 253/8/170 257/8/170 252/8/170 +f 252/8/170 257/8/170 266/8/170 +f 252/8/170 266/8/170 264/8/170 +f 263/8/169 261/8/169 256/8/169 +f 253/8/169 256/8/169 261/8/169 +f 257/8/169 256/8/169 253/8/169 +f 252/8/169 257/8/169 253/8/169 +f 266/8/169 257/8/169 252/8/169 +f 264/8/169 266/8/169 252/8/169 +f 270/9/171 269/8/172 268/8/171 +f 269/8/172 270/9/171 271/9/172 +f 268/8/173 269/8/174 270/9/173 +f 271/9/174 270/9/173 269/8/174 +f 274/9/173 273/8/174 272/8/173 +f 273/8/174 274/9/173 275/9/174 +f 272/8/171 273/8/172 274/9/171 +f 275/9/172 274/9/171 273/8/172 +f 278/9/176 277/8/175 276/9/175 +f 277/8/175 278/9/176 279/8/176 +f 276/9/178 277/8/178 278/9/177 +f 279/8/177 278/9/177 277/8/178 +f 282/8/178 281/9/177 280/8/177 +f 281/9/177 282/8/178 283/9/178 +f 280/8/176 281/9/176 282/8/175 +f 283/9/175 282/8/175 281/9/176 +f 275/9/174 282/8/178 273/8/174 +f 282/8/178 275/9/174 283/9/178 +f 273/8/172 282/8/175 275/9/172 +f 283/9/175 275/9/172 282/8/175 +f 271/9/172 277/8/175 269/8/172 +f 277/8/175 271/9/172 276/9/175 +f 269/8/174 277/8/178 271/9/174 +f 276/9/178 271/9/174 277/8/178 +f 278/9/176 272/8/173 279/8/176 +f 272/8/173 278/9/176 274/9/173 +f 279/8/177 272/8/171 278/9/177 +f 274/9/171 278/9/177 272/8/171 +f 281/9/177 268/8/171 280/8/177 +f 268/8/171 281/9/177 270/9/171 +f 280/8/176 268/8/173 281/9/176 +f 270/9/173 281/9/176 268/8/173 +f 271/9/179 278/9/179 276/9/179 +f 278/9/179 271/9/179 274/9/179 +f 274/9/179 271/9/179 270/9/179 +f 274/9/179 270/9/179 275/9/179 +f 275/9/179 270/9/179 281/9/179 +f 275/9/179 281/9/179 283/9/179 +f 276/9/180 278/9/180 271/9/180 +f 274/9/180 271/9/180 278/9/180 +f 270/9/180 271/9/180 274/9/180 +f 275/9/180 270/9/180 274/9/180 +f 281/9/180 270/9/180 275/9/180 +f 283/9/180 281/9/180 275/9/180 +f 272/8/180 277/8/180 279/8/180 +f 277/8/180 272/8/180 269/8/180 +f 269/8/180 272/8/180 273/8/180 +f 269/8/180 273/8/180 268/8/180 +f 268/8/180 273/8/180 282/8/180 +f 268/8/180 282/8/180 280/8/180 +f 279/8/179 277/8/179 272/8/179 +f 269/8/179 272/8/179 277/8/179 +f 273/8/179 272/8/179 269/8/179 +f 268/8/179 273/8/179 269/8/179 +f 282/8/179 273/8/179 268/8/179 +f 280/8/179 282/8/179 268/8/179 +f 286/8/171 285/9/172 284/8/172 +f 285/9/172 286/8/171 287/9/171 +f 284/8/174 285/9/174 286/8/173 +f 287/9/173 286/8/173 285/9/174 +f 290/9/173 289/8/174 288/8/173 +f 289/8/174 290/9/173 291/9/174 +f 288/8/171 289/8/172 290/9/171 +f 291/9/172 290/9/171 289/8/172 +f 294/9/176 293/8/175 292/9/175 +f 293/8/175 294/9/176 295/8/176 +f 292/9/178 293/8/178 294/9/177 +f 295/8/177 294/9/177 293/8/178 +f 298/8/178 297/9/177 296/8/177 +f 297/9/177 298/8/178 299/9/178 +f 296/8/176 297/9/176 298/8/175 +f 299/9/175 298/8/175 297/9/176 +f 289/8/174 299/9/178 298/8/178 +f 299/9/178 289/8/174 291/9/174 +f 298/8/175 299/9/175 289/8/172 +f 291/9/172 289/8/172 299/9/175 +f 285/9/172 293/8/175 284/8/172 +f 293/8/175 285/9/172 292/9/175 +f 284/8/174 293/8/178 285/9/174 +f 292/9/178 285/9/174 293/8/178 +f 295/8/176 290/9/173 288/8/173 +f 290/9/173 295/8/176 294/9/176 +f 288/8/171 290/9/171 295/8/177 +f 294/9/177 295/8/177 290/9/171 +f 297/9/177 286/8/171 296/8/177 +f 286/8/171 297/9/177 287/9/171 +f 296/8/176 286/8/173 297/9/176 +f 287/9/173 297/9/176 286/8/173 +f 285/9/179 294/9/179 292/9/179 +f 294/9/179 285/9/179 290/9/179 +f 290/9/179 285/9/179 287/9/179 +f 290/9/179 287/9/179 291/9/179 +f 291/9/179 287/9/179 297/9/179 +f 291/9/179 297/9/179 299/9/179 +f 292/9/180 294/9/180 285/9/180 +f 290/9/180 285/9/180 294/9/180 +f 287/9/180 285/9/180 290/9/180 +f 291/9/180 287/9/180 290/9/180 +f 297/9/180 287/9/180 291/9/180 +f 299/9/180 297/9/180 291/9/180 +f 288/8/180 293/8/180 295/8/180 +f 293/8/180 288/8/180 284/8/180 +f 284/8/180 288/8/180 289/8/180 +f 284/8/180 289/8/180 286/8/180 +f 286/8/180 289/8/180 298/8/180 +f 286/8/180 298/8/180 296/8/180 +f 295/8/179 293/8/179 288/8/179 +f 284/8/179 288/8/179 293/8/179 +f 289/8/179 288/8/179 284/8/179 +f 286/8/179 289/8/179 284/8/179 +f 298/8/179 289/8/179 286/8/179 +f 296/8/179 298/8/179 286/8/179 +f 224/5/37 300/5/37 222/5/37 +f 300/5/37 224/5/37 301/5/37 +f 300/5/37 301/5/37 302/5/37 +f 222/5/38 300/5/38 224/5/38 +f 301/5/38 224/5/38 300/5/38 +f 302/5/38 301/5/38 300/5/38 +f 304/6/39 302/5/39 303/6/39 +f 302/5/39 304/6/39 300/5/39 +f 303/6/40 302/5/40 304/6/40 +f 300/5/40 304/6/40 302/5/40 +f 302/5/41 305/6/33 303/6/41 +f 305/6/33 302/5/41 301/5/33 +f 303/6/42 305/6/35 302/5/42 +f 301/5/35 302/5/42 305/6/35 +f 222/5/35 304/6/35 225/6/35 +f 304/6/35 222/5/35 300/5/35 +f 225/6/33 304/6/33 222/5/33 +f 300/5/33 222/5/33 304/6/33 +f 222/5/40 226/6/40 224/5/40 +f 226/6/40 222/5/40 225/6/40 +f 224/5/39 226/6/39 222/5/39 +f 225/6/39 222/5/39 226/6/39 +f 301/5/33 226/6/34 305/6/33 +f 226/6/34 301/5/33 224/5/34 +f 305/6/35 226/6/36 301/5/35 +f 224/5/36 301/5/35 226/6/36 +f 101/7/35 307/6/35 306/6/35 +f 307/6/35 101/7/35 124/7/35 +f 306/6/33 307/6/33 101/7/33 +f 124/7/33 101/7/33 307/6/33 +f 219/7/37 124/7/37 101/7/37 +f 124/7/37 219/7/37 308/7/37 +f 124/7/37 308/7/37 309/7/37 +f 101/7/38 124/7/38 219/7/38 +f 308/7/38 219/7/38 124/7/38 +f 309/7/38 308/7/38 124/7/38 +f 308/7/33 311/6/127 310/6/33 +f 311/6/127 308/7/33 219/7/127 +f 310/6/35 311/6/128 308/7/35 +f 219/7/128 308/7/35 311/6/128 +f 101/7/40 311/6/40 219/7/40 +f 311/6/40 101/7/40 306/6/40 +f 219/7/39 311/6/39 101/7/39 +f 306/6/39 101/7/39 311/6/39 +f 307/6/39 309/7/39 312/6/39 +f 309/7/39 307/6/39 124/7/39 +f 312/6/40 309/7/40 307/6/40 +f 124/7/40 307/6/40 309/7/40 +f 307/6/38 311/6/38 306/6/38 +f 311/6/38 307/6/38 310/6/38 +f 310/6/38 307/6/38 312/6/38 +f 306/6/37 311/6/37 307/6/37 +f 310/6/37 307/6/37 311/6/37 +f 312/6/37 307/6/37 310/6/37 +f 309/7/129 310/6/33 312/6/129 +f 310/6/33 309/7/129 308/7/33 +f 312/6/130 310/6/35 309/7/130 +f 308/7/35 309/7/130 310/6/35 +f 315/9/131 314/8/132 313/8/131 +f 314/8/132 315/9/131 316/9/132 +f 313/8/133 314/8/134 315/9/133 +f 316/9/134 315/9/133 314/8/134 +f 319/9/133 318/8/134 317/8/133 +f 318/8/134 319/9/133 320/9/134 +f 317/8/131 318/8/132 319/9/131 +f 320/9/132 319/9/131 318/8/132 +f 323/9/136 322/8/135 321/9/135 +f 322/8/135 323/9/136 324/8/136 +f 321/9/138 322/8/138 323/9/137 +f 324/8/137 323/9/137 322/8/138 +f 327/8/138 326/9/137 325/8/137 +f 326/9/137 327/8/138 328/9/138 +f 325/8/136 326/9/136 327/8/135 +f 328/9/135 327/8/135 326/9/136 +f 320/9/134 327/8/138 318/8/134 +f 327/8/138 320/9/134 328/9/138 +f 318/8/132 327/8/135 320/9/132 +f 328/9/135 320/9/132 327/8/135 +f 316/9/132 322/8/135 314/8/132 +f 322/8/135 316/9/132 321/9/135 +f 314/8/134 322/8/138 316/9/134 +f 321/9/138 316/9/134 322/8/138 +f 323/9/136 317/8/133 324/8/136 +f 317/8/133 323/9/136 319/9/133 +f 324/8/137 317/8/131 323/9/137 +f 319/9/131 323/9/137 317/8/131 +f 326/9/137 313/8/131 325/8/137 +f 313/8/131 326/9/137 315/9/131 +f 325/8/136 313/8/133 326/9/136 +f 315/9/133 326/9/136 313/8/133 +f 316/9/139 323/9/139 321/9/139 +f 323/9/139 316/9/139 319/9/139 +f 319/9/139 316/9/139 315/9/139 +f 319/9/139 315/9/139 320/9/139 +f 320/9/139 315/9/139 326/9/139 +f 320/9/139 326/9/139 328/9/139 +f 321/9/140 323/9/140 316/9/140 +f 319/9/140 316/9/140 323/9/140 +f 315/9/140 316/9/140 319/9/140 +f 320/9/140 315/9/140 319/9/140 +f 326/9/140 315/9/140 320/9/140 +f 328/9/140 326/9/140 320/9/140 +f 317/8/140 322/8/140 324/8/140 +f 322/8/140 317/8/140 314/8/140 +f 314/8/140 317/8/140 318/8/140 +f 314/8/140 318/8/140 313/8/140 +f 313/8/140 318/8/140 327/8/140 +f 313/8/140 327/8/140 325/8/140 +f 324/8/139 322/8/139 317/8/139 +f 314/8/139 317/8/139 322/8/139 +f 318/8/139 317/8/139 314/8/139 +f 313/8/139 318/8/139 314/8/139 +f 327/8/139 318/8/139 313/8/139 +f 325/8/139 327/8/139 313/8/139 +f 331/22/40 330/23/181 329/22/181 +f 330/23/181 331/22/40 332/23/40 +f 329/22/182 330/23/182 331/22/39 +f 332/23/39 331/22/39 330/23/182 +f 335/22/35 334/23/183 333/23/35 +f 334/23/183 335/22/35 336/22/183 +f 333/23/33 334/23/184 335/22/33 +f 336/22/184 335/22/33 334/23/184 +f 338/22/185 333/23/35 337/23/185 +f 333/23/35 338/22/185 335/22/35 +f 337/23/186 333/23/33 338/22/186 +f 335/22/33 338/22/186 333/23/33 +f 340/22/33 330/23/184 339/23/33 +f 330/23/184 340/22/33 329/22/184 +f 339/23/35 330/23/183 340/22/35 +f 329/22/183 340/22/35 330/23/183 +f 342/22/186 339/23/33 341/23/186 +f 339/23/33 342/22/186 340/22/33 +f 341/23/185 339/23/35 342/22/185 +f 340/22/35 342/22/185 339/23/35 +f 343/23/39 342/22/187 341/23/187 +f 342/22/187 343/23/39 344/22/39 +f 341/23/188 342/22/188 343/23/40 +f 344/22/40 343/23/40 342/22/188 +f 334/23/182 344/22/39 343/23/39 +f 344/22/39 334/23/182 336/22/182 +f 343/23/40 344/22/40 334/23/181 +f 336/22/181 334/23/181 344/22/40 +f 329/22/37 338/22/37 331/22/37 +f 338/22/37 329/22/37 335/22/37 +f 335/22/37 329/22/37 340/22/37 +f 335/22/37 340/22/37 336/22/37 +f 336/22/37 340/22/37 342/22/37 +f 336/22/37 342/22/37 344/22/37 +f 331/22/38 338/22/38 329/22/38 +f 335/22/38 329/22/38 338/22/38 +f 340/22/38 329/22/38 335/22/38 +f 336/22/38 340/22/38 335/22/38 +f 342/22/38 340/22/38 336/22/38 +f 344/22/38 342/22/38 336/22/38 +f 337/23/38 330/23/38 332/23/38 +f 330/23/38 337/23/38 333/23/38 +f 330/23/38 333/23/38 339/23/38 +f 339/23/38 333/23/38 334/23/38 +f 339/23/38 334/23/38 341/23/38 +f 341/23/38 334/23/38 343/23/38 +f 332/23/37 330/23/37 337/23/37 +f 333/23/37 337/23/37 330/23/37 +f 339/23/37 333/23/37 330/23/37 +f 334/23/37 333/23/37 339/23/37 +f 341/23/37 334/23/37 339/23/37 +f 343/23/37 334/23/37 341/23/37 +f 338/22/188 332/23/40 331/22/40 +f 332/23/40 338/22/188 337/23/188 +f 331/22/39 332/23/39 338/22/187 +f 337/23/187 338/22/187 332/23/39 +f 347/22/35 346/23/183 345/23/35 +f 346/23/183 347/22/35 348/22/183 +f 345/23/33 346/23/184 347/22/33 +f 348/22/184 347/22/33 346/23/184 +f 351/22/186 350/23/33 349/23/186 +f 350/23/33 351/22/186 352/22/33 +f 349/23/185 350/23/35 351/22/185 +f 352/22/35 351/22/185 350/23/35 +f 354/22/185 345/23/35 353/23/185 +f 345/23/35 354/22/185 347/22/35 +f 353/23/186 345/23/33 354/22/186 +f 347/22/33 354/22/186 345/23/33 +f 354/22/188 356/23/40 355/22/40 +f 356/23/40 354/22/188 353/23/188 +f 355/22/39 356/23/39 354/22/187 +f 353/23/187 354/22/187 356/23/39 +f 357/22/37 354/22/37 355/22/37 +f 354/22/37 357/22/37 352/22/37 +f 354/22/37 352/22/37 347/22/37 +f 347/22/37 352/22/37 351/22/37 +f 347/22/37 351/22/37 348/22/37 +f 348/22/37 351/22/37 358/22/37 +f 355/22/38 354/22/38 357/22/38 +f 352/22/38 357/22/38 354/22/38 +f 347/22/38 352/22/38 354/22/38 +f 351/22/38 352/22/38 347/22/38 +f 348/22/38 351/22/38 347/22/38 +f 358/22/38 351/22/38 348/22/38 +f 359/23/39 351/22/187 349/23/187 +f 351/22/187 359/23/39 358/22/39 +f 349/23/188 351/22/188 359/23/40 +f 358/22/40 359/23/40 351/22/188 +f 346/23/182 358/22/39 359/23/39 +f 358/22/39 346/23/182 348/22/182 +f 359/23/40 358/22/40 346/23/181 +f 348/22/181 346/23/181 358/22/40 +f 355/22/40 360/23/181 357/22/181 +f 360/23/181 355/22/40 356/23/40 +f 357/22/182 360/23/182 355/22/39 +f 356/23/39 355/22/39 360/23/182 +f 352/22/33 360/23/184 350/23/33 +f 360/23/184 352/22/33 357/22/184 +f 350/23/35 360/23/183 352/22/35 +f 357/22/183 352/22/35 360/23/183 +f 363/25/189 362/24/190 361/24/189 +f 362/24/190 363/25/189 364/25/190 +f 361/24/191 362/24/192 363/25/191 +f 364/25/192 363/25/191 362/24/192 +f 366/25/193 361/24/189 365/24/193 +f 361/24/189 366/25/193 363/25/189 +f 365/24/194 361/24/191 366/25/194 +f 363/25/191 366/25/194 361/24/191 +f 369/24/195 368/25/196 367/25/195 +f 368/25/196 369/24/195 370/24/196 +f 367/25/197 368/25/198 369/24/197 +f 370/24/198 369/24/197 368/25/198 +f 373/24/199 372/25/200 371/25/199 +f 372/25/200 373/24/199 374/24/200 +f 371/25/201 372/25/202 373/24/201 +f 374/24/202 373/24/201 372/25/202 +f 375/24/204 368/25/203 370/24/203 +f 368/25/203 375/24/204 376/25/204 +f 370/24/206 368/25/206 375/24/205 +f 376/25/205 375/24/205 368/25/206 +f 373/24/207 376/25/204 375/24/204 +f 376/25/204 373/24/207 371/25/207 +f 375/24/205 376/25/205 373/24/208 +f 371/25/208 373/24/208 376/25/205 +f 365/24/209 367/25/195 366/25/209 +f 367/25/195 365/24/209 369/24/195 +f 366/25/210 367/25/197 365/24/210 +f 369/24/197 365/24/210 367/25/197 +f 374/24/200 364/25/211 372/25/200 +f 364/25/211 374/24/200 362/24/211 +f 372/25/202 364/25/212 374/24/202 +f 362/24/212 374/24/202 364/25/212 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-junction.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-junction.obj.import new file mode 100644 index 0000000..1f82409 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-junction.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://cwpy4kq56i1fw" +path="res://.godot/imported/corridor-wide-junction.obj-9419aef285d1acccad09fa5b65c54e1d.mesh" + +[deps] + +files=["res://.godot/imported/corridor-wide-junction.obj-9419aef285d1acccad09fa5b65c54e1d.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-junction.obj" +dest_files=["res://.godot/imported/corridor-wide-junction.obj-9419aef285d1acccad09fa5b65c54e1d.mesh", "res://.godot/imported/corridor-wide-junction.obj-9419aef285d1acccad09fa5b65c54e1d.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide.obj new file mode 100644 index 0000000..e798399 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide.obj @@ -0,0 +1,4694 @@ +# Created by Kenney (www.kenney.nl) + +mtllib corridor-wide.mtl + +g corridor-wide + +v 4 0 0 1 1 1 +v 4 0 4 1 1 1 +v 0 0 0 1 1 1 +v 0 0 4 1 1 1 +v 4 0 -4 1 1 1 +v 0 0 -4 1 1 1 +v -4 0 0 1 1 1 +v -4 0 4 1 1 1 +v -4 0 -4 1 1 1 +v -1.296845 -5.136902E-19 2.432191 1 1 1 +v -1.266227 0.05 2.449869 1 1 1 +v -1.245081 -5.136902E-19 2.625376 1 1 1 +v -1.227404 0.05 2.594758 1 1 1 +v -1.051896 -5.136902E-19 2.573612 1 1 1 +v -1.082515 0.05 2.555935 1 1 1 +v -1.547956 -5.136902E-19 2.714653 1 1 1 +v -1.934326 -5.136902E-19 2.611125 1 1 1 +v -1.583311 0.1 2.653415 1 1 1 +v -1.873089 0.1 2.575769 1 1 1 +v -1.830798 -5.136902E-19 2.224754 1 1 1 +v -1.795443 0.1 2.285992 1 1 1 +v 1.071888 -5.136902E-19 2.006432 1 1 1 +v 1.096888 0.1 2.031432 1 1 1 +v 1.071888 -5.136902E-19 2.206432 1 1 1 +v 1.096888 0.1 2.181432 1 1 1 +v 1.246888 0.1 2.031432 1 1 1 +v 1.246888 0.1 2.181432 1 1 1 +v 1.271888 -5.136902E-19 2.206432 1 1 1 +v 1.271888 -5.136902E-19 2.006432 1 1 1 +v -1.444428 -5.136902E-19 2.328282 1 1 1 +v -1.505665 0.1 2.363637 1 1 1 +v -1.10366 -5.136902E-19 2.380427 1 1 1 +v -1.121338 0.05 2.411046 1 1 1 +v 1.74957 0.05 2.49822 1 1 1 +v 1.537438 0.05 2.710352 1 1 1 +v 1.537438 0.05 2.286088 1 1 1 +v 1.325305 0.05 2.49822 1 1 1 +v 1.537438 -5.136902E-19 2.215377 1 1 1 +v 1.254595 -5.136902E-19 2.49822 1 1 1 +v 0.8904099 -2.888159E-15 2.097593 1 1 1 +v 0.8550546 0.05 2.15883 1 1 1 +v 0.5040396 -2.888159E-15 2.201121 1 1 1 +v 0.5652768 0.05 2.236476 1 1 1 +v 1.82028 -5.136902E-19 2.49822 1 1 1 +v 1.537438 -5.136902E-19 2.781063 1 1 1 +v 0.9939374 -2.888159E-15 2.483963 1 1 1 +v 0.6075672 -2.888159E-15 2.587491 1 1 1 +v 0.9327002 0.05 2.448608 1 1 1 +v 0.6429225 0.05 2.526254 1 1 1 +v -2 0.2 3.399002 1 1 1 +v -8.085408E-14 0.2 3.199002 1 1 1 +v -2 0.9 3.399002 1 1 1 +v -8.085408E-14 0.9 3.199002 1 1 1 +v 2 0.9 4 1 1 1 +v -2 0.9 4 1 1 1 +v 2 0.9 3.399002 1 1 1 +v 2 0.2 4 1 1 1 +v -2 0.2 4 1 1 1 +v 2 0.2 3.399002 1 1 1 +v 1.296845 6.411861E-31 -2.432191 1 1 1 +v 1.266227 0.05 -2.449869 1 1 1 +v 1.245081 6.411861E-31 -2.625376 1 1 1 +v 1.227404 0.05 -2.594758 1 1 1 +v 1.051896 6.411861E-31 -2.573612 1 1 1 +v 1.082515 0.05 -2.555935 1 1 1 +v 1.547956 6.411861E-31 -2.714653 1 1 1 +v 1.934326 6.411861E-31 -2.611125 1 1 1 +v 1.583311 0.1 -2.653415 1 1 1 +v 1.873089 0.1 -2.575769 1 1 1 +v 1.830798 6.411861E-31 -2.224754 1 1 1 +v 1.795443 0.1 -2.285992 1 1 1 +v -1.071888 6.411861E-31 -2.006432 1 1 1 +v -1.096888 0.1 -2.031432 1 1 1 +v -1.071888 6.411861E-31 -2.206432 1 1 1 +v -1.096888 0.1 -2.181432 1 1 1 +v -1.246888 0.1 -2.031432 1 1 1 +v -1.246888 0.1 -2.181432 1 1 1 +v -1.271888 6.411861E-31 -2.206432 1 1 1 +v -1.271888 6.411861E-31 -2.006432 1 1 1 +v 1.444428 6.411861E-31 -2.328282 1 1 1 +v 1.505665 0.1 -2.363637 1 1 1 +v 1.10366 6.411861E-31 -2.380427 1 1 1 +v 1.121338 0.05 -2.411046 1 1 1 +v -1.74957 0.05 -2.49822 1 1 1 +v -1.537438 0.05 -2.710352 1 1 1 +v -1.537438 0.05 -2.286088 1 1 1 +v -1.325305 0.05 -2.49822 1 1 1 +v -1.537438 6.411861E-31 -2.215377 1 1 1 +v -1.254595 6.411861E-31 -2.49822 1 1 1 +v -0.8904099 -2.887646E-15 -2.097593 1 1 1 +v -0.8550546 0.05 -2.15883 1 1 1 +v -0.5040396 -2.887646E-15 -2.201121 1 1 1 +v -0.5652768 0.05 -2.236476 1 1 1 +v -1.82028 6.411861E-31 -2.49822 1 1 1 +v -1.537438 6.411861E-31 -2.781063 1 1 1 +v -0.9939374 -2.887646E-15 -2.483963 1 1 1 +v -0.6075672 -2.887646E-15 -2.587491 1 1 1 +v -0.9327002 0.05 -2.448608 1 1 1 +v -0.6429225 0.05 -2.526254 1 1 1 +v 2 0.2 -3.399002 1 1 1 +v 2.733845E-13 0.2 -3.199002 1 1 1 +v 2 0.9 -3.399002 1 1 1 +v 2.733845E-13 0.9 -3.199002 1 1 1 +v -2 0.9 -4 1 1 1 +v 2 0.9 -4 1 1 1 +v -2 0.9 -3.399002 1 1 1 +v -2 0.2 -4 1 1 1 +v 2 0.2 -4 1 1 1 +v -2 0.2 -3.399002 1 1 1 +v 2.862078 0.05 2.523783 1 1 1 +v 2.717189 0.05 2.562606 1 1 1 +v 2.823255 0.05 2.378894 1 1 1 +v 2.678366 0.05 2.417717 1 1 1 +v 2.113794 0 2.192603 1 1 1 +v 2.500165 0 2.29613 1 1 1 +v 2.14915 0.1 2.25384 1 1 1 +v 2.438928 0.1 2.331486 1 1 1 +v 2.647748 0 2.400039 1 1 1 +v 2.840933 0 2.348275 1 1 1 +v 2.892697 0 2.541461 1 1 1 +v 2.396637 0 2.6825 1 1 1 +v 2.361282 0.1 2.621263 1 1 1 +v 2.010267 0 2.578973 1 1 1 +v 2.071504 0.1 2.543617 1 1 1 +v 2.699512 0 2.593224 1 1 1 +v 3 0.2 3.199002 1 1 1 +v 4 0.2 3.399002 1 1 1 +v 3 0.9 3.199002 1 1 1 +v 4 0.9 3.399002 1 1 1 +v 4 0.9 3.999999 1 1 1 +v 4 0.2 3.999999 1 1 1 +v -3.137922 0.05 2.523783 1 1 1 +v -3.282811 0.05 2.562606 1 1 1 +v -3.176745 0.05 2.378894 1 1 1 +v -3.321634 0.05 2.417717 1 1 1 +v -3.886206 0 2.192603 1 1 1 +v -3.499835 0 2.29613 1 1 1 +v -3.85085 0.1 2.25384 1 1 1 +v -3.561072 0.1 2.331486 1 1 1 +v -3.352252 0 2.400039 1 1 1 +v -3.159067 0 2.348275 1 1 1 +v -3.107303 0 2.541461 1 1 1 +v -3.603363 0 2.6825 1 1 1 +v -3.638718 0.1 2.621263 1 1 1 +v -3.989733 0 2.578973 1 1 1 +v -3.928496 0.1 2.543617 1 1 1 +v -3.300488 0 2.593224 1 1 1 +v -3 0.2 3.199002 1 1 1 +v -3 0.9 3.199002 1 1 1 +v -2 0.9 3.999999 1 1 1 +v -4 0.9 4 1 1 1 +v -4 0.9 3.399002 1 1 1 +v -4 0.2 3.399002 1 1 1 +v -4 0.2 4 1 1 1 +v -2 0.2 3.999999 1 1 1 +v 3.137922 0.05 -2.523783 1 1 1 +v 3.282811 0.05 -2.562606 1 1 1 +v 3.176745 0.05 -2.378894 1 1 1 +v 3.321634 0.05 -2.417717 1 1 1 +v 3.886206 5.136902E-19 -2.192603 1 1 1 +v 3.499835 5.136902E-19 -2.29613 1 1 1 +v 3.85085 0.1 -2.25384 1 1 1 +v 3.561072 0.1 -2.331486 1 1 1 +v 3.352252 5.136902E-19 -2.400039 1 1 1 +v 3.159067 5.136902E-19 -2.348275 1 1 1 +v 3.107303 5.136902E-19 -2.541461 1 1 1 +v 3.603363 5.136902E-19 -2.6825 1 1 1 +v 3.638718 0.1 -2.621263 1 1 1 +v 3.989733 5.136902E-19 -2.578973 1 1 1 +v 3.928496 0.1 -2.543617 1 1 1 +v 3.300488 5.136902E-19 -2.593224 1 1 1 +v 3 0.2 -3.199002 1 1 1 +v 3 0.9 -3.199002 1 1 1 +v 2 0.9 -3.999999 1 1 1 +v 4 0.9 -4 1 1 1 +v 4 0.9 -3.399002 1 1 1 +v 4 0.2 -3.399002 1 1 1 +v 4 0.2 -4 1 1 1 +v 2 0.2 -3.999999 1 1 1 +v -2.862078 0.05 -2.523783 1 1 1 +v -2.717189 0.05 -2.562606 1 1 1 +v -2.823255 0.05 -2.378894 1 1 1 +v -2.678366 0.05 -2.417717 1 1 1 +v -2.113794 5.136902E-19 -2.192603 1 1 1 +v -2.500165 5.136902E-19 -2.29613 1 1 1 +v -2.14915 0.1 -2.25384 1 1 1 +v -2.438928 0.1 -2.331486 1 1 1 +v -2.647748 5.136902E-19 -2.400039 1 1 1 +v -2.840933 5.136902E-19 -2.348275 1 1 1 +v -2.892697 5.136902E-19 -2.541461 1 1 1 +v -2.396637 5.136902E-19 -2.6825 1 1 1 +v -2.361282 0.1 -2.621263 1 1 1 +v -2.010267 5.136902E-19 -2.578973 1 1 1 +v -2.071504 0.1 -2.543617 1 1 1 +v -2.699512 5.136902E-19 -2.593224 1 1 1 +v -3 0.2 -3.199002 1 1 1 +v -4 0.2 -3.399002 1 1 1 +v -3 0.9 -3.199002 1 1 1 +v -4 0.9 -3.399002 1 1 1 +v -4 0.9 -3.999999 1 1 1 +v -4 0.2 -3.999999 1 1 1 +v 0.48375 3.3269 2.934478 1 1 1 +v 0.48375 2.9269 2.934478 1 1 1 +v 0.564375 3.3269 3.418228 1 1 1 +v 0.564375 2.9269 3.418228 1 1 1 +v 5.775291E-15 2.9269 3.982603 1 1 1 +v -0.48375 2.9269 3.901978 1 1 1 +v 5.775291E-15 3.3269 3.982603 1 1 1 +v -0.48375 3.3269 3.901978 1 1 1 +v 0.48375 2.9269 3.901978 1 1 1 +v 0.48375 3.3269 3.901978 1 1 1 +v -5.775291E-15 2.9269 2.853853 1 1 1 +v -5.775291E-15 3.3269 2.853853 1 1 1 +v -0.48375 2.9269 2.934478 1 1 1 +v -0.48375 3.3269 2.934478 1 1 1 +v -0.564375 2.9269 3.418228 1 1 1 +v -0.564375 3.3269 3.418228 1 1 1 +v -5.775291E-15 0.2 3.937453 1 1 1 +v -0.44505 0.2 3.863278 1 1 1 +v -5.775291E-15 0.6 3.937453 1 1 1 +v -0.44505 0.6 3.863278 1 1 1 +v -0.44505 0.2 2.973178 1 1 1 +v 0 0.2 2.899003 1 1 1 +v -0.44505 0.6 2.973178 1 1 1 +v 0 0.6 2.899003 1 1 1 +v 0.44505 0.2 3.863278 1 1 1 +v 0.44505 0.6 3.863278 1 1 1 +v 0.519225 0.6 3.418228 1 1 1 +v 0.519225 0.2 3.418228 1 1 1 +v 0.44505 0.6 2.973178 1 1 1 +v -0.519225 0.6 3.418228 1 1 1 +v -0.519225 0.2 3.418228 1 1 1 +v 0.44505 0.2 2.973178 1 1 1 +v -0.4375 2.9269 3.418228 1 1 1 +v -0.375 2.9269 3.793228 1 1 1 +v -0.35 0.6 3.418228 1 1 1 +v -0.3 0.6 3.718228 1 1 1 +v -0.375 2.9269 3.043228 1 1 1 +v -0.3 0.6 3.118228 1 1 1 +v 0 0.6 3.068228 1 1 1 +v 0.3 0.6 3.118228 1 1 1 +v 0 2.9269 2.980728 1 1 1 +v 0.375 2.9269 3.043228 1 1 1 +v 0.3 0.6 3.718228 1 1 1 +v 1.155058E-14 0.6 3.768228 1 1 1 +v 0.375 2.9269 3.793228 1 1 1 +v 0 2.9269 3.855728 1 1 1 +v 0.4375 2.9269 3.418228 1 1 1 +v 0.35 0.6 3.418228 1 1 1 +v -0.48375 3.3269 -2.934478 1 1 1 +v -0.48375 2.9269 -2.934478 1 1 1 +v -0.564375 3.3269 -3.418228 1 1 1 +v -0.564375 2.9269 -3.418228 1 1 1 +v -2.770853E-13 2.9269 -3.982603 1 1 1 +v 0.48375 2.9269 -3.901978 1 1 1 +v -2.770853E-13 3.3269 -3.982603 1 1 1 +v 0.48375 3.3269 -3.901978 1 1 1 +v -0.48375 2.9269 -3.901978 1 1 1 +v -0.48375 3.3269 -3.901978 1 1 1 +v 2.770853E-13 2.9269 -2.853853 1 1 1 +v 2.770853E-13 3.3269 -2.853853 1 1 1 +v 0.48375 2.9269 -2.934478 1 1 1 +v 0.48375 3.3269 -2.934478 1 1 1 +v 0.564375 2.9269 -3.418228 1 1 1 +v 0.564375 3.3269 -3.418228 1 1 1 +v -2.438299E-13 0.2 -3.937453 1 1 1 +v 0.44505 0.2 -3.863278 1 1 1 +v -2.438299E-13 0.6 -3.937453 1 1 1 +v 0.44505 0.6 -3.863278 1 1 1 +v 0.44505 0.2 -2.973178 1 1 1 +v 2.496052E-13 0.2 -2.899003 1 1 1 +v 0.44505 0.6 -2.973178 1 1 1 +v 2.496052E-13 0.6 -2.899003 1 1 1 +v -0.44505 0.2 -3.863278 1 1 1 +v -0.44505 0.6 -3.863278 1 1 1 +v -0.519225 0.6 -3.418228 1 1 1 +v -0.519225 0.2 -3.418228 1 1 1 +v -0.44505 0.6 -2.973178 1 1 1 +v 0.519225 0.6 -3.418228 1 1 1 +v 0.519225 0.2 -3.418228 1 1 1 +v -0.44505 0.2 -2.973178 1 1 1 +v 0.4375 2.9269 -3.418228 1 1 1 +v 0.375 2.9269 -3.793228 1 1 1 +v 0.35 0.6 -3.418228 1 1 1 +v 0.3 0.6 -3.718228 1 1 1 +v 0.375 2.9269 -3.043228 1 1 1 +v 0.3 0.6 -3.118228 1 1 1 +v 1.682543E-13 0.6 -3.068228 1 1 1 +v -0.3 0.6 -3.118228 1 1 1 +v 2.103179E-13 2.9269 -2.980728 1 1 1 +v -0.375 2.9269 -3.043228 1 1 1 +v -0.3 0.6 -3.718228 1 1 1 +v -1.798049E-13 0.6 -3.768228 1 1 1 +v -0.375 2.9269 -3.793228 1 1 1 +v -2.103179E-13 2.9269 -3.855728 1 1 1 +v -0.4375 2.9269 -3.418228 1 1 1 +v -0.35 0.6 -3.418228 1 1 1 +v -1.130444E-08 3.60442E-16 2.548004 1 1 1 +v 0.5459808 3.60442E-16 2.639001 1 1 1 +v -1.130444E-08 0.2 2.548004 1 1 1 +v 0.5459808 0.2 2.639001 1 1 1 +v 0.667636 0.2 2.760656 1 1 1 +v 0.667636 3.60442E-16 2.760656 1 1 1 +v 0.7586328 0.2 3.306637 1 1 1 +v 0.7586328 3.60442E-16 3.306637 1 1 1 +v -0.5459808 3.60442E-16 2.639001 1 1 1 +v -0.5459808 0.2 2.639001 1 1 1 +v -0.7586328 0.2 3.306637 1 1 1 +v -0.6676361 0.2 2.760656 1 1 1 +v -0.6676361 3.60442E-16 2.760656 1 1 1 +v -0.7586328 3.60442E-16 3.306637 1 1 1 +v 2 0.2 2.998004 1 1 1 +v 2 -5.136902E-19 2.998004 1 1 1 +v 2 -5.136902E-19 4 1 1 1 +v -2 -5.136902E-19 2.998004 1 1 1 +v -8.954693E-09 -5.136902E-19 2.798005 1 1 1 +v -2 0.2 2.998004 1 1 1 +v -8.954693E-09 0.2 2.798005 1 1 1 +v -2 -5.136902E-19 4 1 1 1 +v 2 3 4.000001 1 1 1 +v -2 3 4.000001 1 1 1 +v 2 3 3.600001 1 1 1 +v -5.197762E-14 3 3.400001 1 1 1 +v -2 3 3.600001 1 1 1 +v 2 0.9 4.000001 1 1 1 +v -2 0.9 4.000001 1 1 1 +v -2 0.9 3.600001 1 1 1 +v 2 0.9 3.600001 1 1 1 +v -1.072641 2.3578 3.507265 1 1 1 +v -1.072641 2.557801 3.507265 1 1 1 +v -1.122393 2.307801 3.51224 1 1 1 +v -1.122393 2.6078 3.51224 1 1 1 +v -0.7453319 2.097031 3.474534 1 1 1 +v -1.50589 2.307801 3.55059 1 1 1 +v -0.6955801 2.04703 3.469559 1 1 1 +v -1.128829 2.097031 3.512884 1 1 1 +v -1.178581 2.04703 3.517859 1 1 1 +v -1.178581 1.847031 3.517859 1 1 1 +v -0.6955801 1.847031 3.469559 1 1 1 +v -1.555642 2.3578 3.555565 1 1 1 +v -5.197762E-14 0.9 3.400001 1 1 1 +v -0.7453319 1.79703 3.474534 1 1 1 +v -1.128829 1.79703 3.512884 1 1 1 +v -1.50589 2.6078 3.55059 1 1 1 +v -1.555642 2.557801 3.555565 1 1 1 +v 1.466211 1.463198 3.546622 1 1 1 +v 1.466211 1.663198 3.546622 1 1 1 +v 1.416459 1.713198 3.541647 1 1 1 +v 1.416459 1.413198 3.541647 1 1 1 +v 1.032961 1.413198 3.503297 1 1 1 +v 0.9832096 1.463198 3.498322 1 1 1 +v 1.032961 1.713198 3.503297 1 1 1 +v 0.9832096 1.663198 3.498322 1 1 1 +v 1.032961 1.413198 3.503298 1 1 1 +v 1.416459 1.413198 3.541647 1 1 1 +v 1.037936 1.413198 3.453546 1 1 1 +v 1.421434 1.413198 3.491895 1 1 1 +v 1.416459 1.713198 3.541647 1 1 1 +v 1.032961 1.713198 3.503298 1 1 1 +v 1.421434 1.713198 3.491895 1 1 1 +v 1.037936 1.713198 3.453546 1 1 1 +v 1.471186 1.463198 3.496871 1 1 1 +v 1.466211 1.463198 3.546623 1 1 1 +v 1.471186 1.663198 3.496871 1 1 1 +v 1.466211 1.663198 3.546623 1 1 1 +v 0.9832094 1.463198 3.498322 1 1 1 +v 0.9881846 1.463198 3.44857 1 1 1 +v 0.9832094 1.663198 3.498322 1 1 1 +v 0.9881846 1.663198 3.44857 1 1 1 +v -1.50589 2.307801 3.550589 1 1 1 +v -1.122393 2.307801 3.512239 1 1 1 +v -1.510866 2.307801 3.500837 1 1 1 +v -1.127368 2.307801 3.462487 1 1 1 +v -1.122393 2.6078 3.512239 1 1 1 +v -1.50589 2.6078 3.550589 1 1 1 +v -1.127368 2.6078 3.462487 1 1 1 +v -1.510866 2.6078 3.500837 1 1 1 +v -1.077616 2.3578 3.457512 1 1 1 +v -1.072641 2.3578 3.507264 1 1 1 +v -1.077616 2.557801 3.457512 1 1 1 +v -1.072641 2.557801 3.507264 1 1 1 +v -1.555642 2.3578 3.555564 1 1 1 +v -1.560617 2.3578 3.505812 1 1 1 +v -1.555642 2.557801 3.555564 1 1 1 +v -1.560617 2.557801 3.505812 1 1 1 +v -0.7453319 1.79703 3.474535 1 1 1 +v -0.7503071 1.79703 3.424783 1 1 1 +v -1.128829 1.79703 3.512884 1 1 1 +v -1.133805 1.79703 3.463133 1 1 1 +v -0.7453319 2.097031 3.474535 1 1 1 +v -1.128829 2.097031 3.512884 1 1 1 +v -0.7503071 2.097031 3.424783 1 1 1 +v -1.133805 2.097031 3.463133 1 1 1 +v -0.7005553 1.847031 3.419808 1 1 1 +v -0.6955801 1.847031 3.46956 1 1 1 +v -0.7005553 2.04703 3.419808 1 1 1 +v -0.6955801 2.04703 3.469559 1 1 1 +v -1.178581 1.847031 3.51786 1 1 1 +v -1.183556 1.847031 3.468108 1 1 1 +v -1.178581 2.04703 3.51786 1 1 1 +v -1.183556 2.04703 3.468108 1 1 1 +v 1.130462E-08 3.609557E-16 -2.548004 1 1 1 +v -0.5459808 3.609557E-16 -2.639001 1 1 1 +v 1.130462E-08 0.2 -2.548004 1 1 1 +v -0.5459808 0.2 -2.639001 1 1 1 +v -0.667636 0.2 -2.760656 1 1 1 +v -0.667636 3.609557E-16 -2.760656 1 1 1 +v -0.7586328 0.2 -3.306637 1 1 1 +v -0.7586328 3.609557E-16 -3.306637 1 1 1 +v 0.5459808 3.609557E-16 -2.639001 1 1 1 +v 0.5459808 0.2 -2.639001 1 1 1 +v 0.7586328 0.2 -3.306637 1 1 1 +v 0.6676361 0.2 -2.760656 1 1 1 +v 0.6676361 3.609557E-16 -2.760656 1 1 1 +v 0.7586328 3.609557E-16 -3.306637 1 1 1 +v -2 0.2 -2.998004 1 1 1 +v -2 6.411861E-31 -2.998004 1 1 1 +v -2 6.411861E-31 -4 1 1 1 +v 2 6.411861E-31 -2.998004 1 1 1 +v 8.954982E-09 6.411861E-31 -2.798005 1 1 1 +v 2 0.2 -2.998004 1 1 1 +v 8.954982E-09 0.2 -2.798005 1 1 1 +v 2 6.411861E-31 -4 1 1 1 +v -2 3 -4.000001 1 1 1 +v 2 3 -4.000001 1 1 1 +v -2 3 -3.600001 1 1 1 +v 1.961956E-13 3 -3.400001 1 1 1 +v 2 3 -3.600001 1 1 1 +v -2 0.9 -4.000001 1 1 1 +v 2 0.9 -4.000001 1 1 1 +v 2 0.9 -3.600001 1 1 1 +v -2 0.9 -3.600001 1 1 1 +v 1.072641 2.3578 -3.507265 1 1 1 +v 1.072641 2.557801 -3.507265 1 1 1 +v 1.122393 2.307801 -3.51224 1 1 1 +v 1.122393 2.6078 -3.51224 1 1 1 +v 0.7453319 2.097031 -3.474534 1 1 1 +v 1.50589 2.307801 -3.55059 1 1 1 +v 0.6955801 2.04703 -3.469559 1 1 1 +v 1.128829 2.097031 -3.512884 1 1 1 +v 1.178581 2.04703 -3.517859 1 1 1 +v 1.178581 1.847031 -3.517859 1 1 1 +v 0.6955801 1.847031 -3.469559 1 1 1 +v 1.555642 2.3578 -3.555565 1 1 1 +v 1.961956E-13 0.9 -3.400001 1 1 1 +v 0.7453319 1.79703 -3.474534 1 1 1 +v 1.128829 1.79703 -3.512884 1 1 1 +v 1.50589 2.6078 -3.55059 1 1 1 +v 1.555642 2.557801 -3.555565 1 1 1 +v -1.466211 1.463198 -3.546622 1 1 1 +v -1.466211 1.663198 -3.546622 1 1 1 +v -1.416459 1.713198 -3.541647 1 1 1 +v -1.416459 1.413198 -3.541647 1 1 1 +v -1.032961 1.413198 -3.503297 1 1 1 +v -0.9832096 1.463198 -3.498322 1 1 1 +v -1.032961 1.713198 -3.503297 1 1 1 +v -0.9832096 1.663198 -3.498322 1 1 1 +v -1.032961 1.413198 -3.503298 1 1 1 +v -1.416459 1.413198 -3.541647 1 1 1 +v -1.037937 1.413198 -3.453546 1 1 1 +v -1.421434 1.413198 -3.491895 1 1 1 +v -1.416459 1.713198 -3.541647 1 1 1 +v -1.032961 1.713198 -3.503298 1 1 1 +v -1.421434 1.713198 -3.491895 1 1 1 +v -1.037937 1.713198 -3.453546 1 1 1 +v -1.471186 1.463198 -3.496871 1 1 1 +v -1.466211 1.463198 -3.546623 1 1 1 +v -1.471186 1.663198 -3.496871 1 1 1 +v -1.466211 1.663198 -3.546623 1 1 1 +v -0.9832095 1.463198 -3.498322 1 1 1 +v -0.9881847 1.463198 -3.44857 1 1 1 +v -0.9832095 1.663198 -3.498322 1 1 1 +v -0.9881847 1.663198 -3.44857 1 1 1 +v 1.50589 2.307801 -3.550589 1 1 1 +v 1.122393 2.307801 -3.512239 1 1 1 +v 1.510865 2.307801 -3.500837 1 1 1 +v 1.127368 2.307801 -3.462487 1 1 1 +v 1.122393 2.6078 -3.512239 1 1 1 +v 1.50589 2.6078 -3.550589 1 1 1 +v 1.127368 2.6078 -3.462487 1 1 1 +v 1.510865 2.6078 -3.500837 1 1 1 +v 1.077616 2.3578 -3.457512 1 1 1 +v 1.072641 2.3578 -3.507264 1 1 1 +v 1.077616 2.557801 -3.457512 1 1 1 +v 1.072641 2.557801 -3.507264 1 1 1 +v 1.555642 2.3578 -3.555564 1 1 1 +v 1.560617 2.3578 -3.505812 1 1 1 +v 1.555642 2.557801 -3.555564 1 1 1 +v 1.560617 2.557801 -3.505812 1 1 1 +v 0.7453319 1.79703 -3.474535 1 1 1 +v 0.7503071 1.79703 -3.424783 1 1 1 +v 1.128829 1.79703 -3.512884 1 1 1 +v 1.133805 1.79703 -3.463133 1 1 1 +v 0.7453319 2.097031 -3.474535 1 1 1 +v 1.128829 2.097031 -3.512884 1 1 1 +v 0.7503071 2.097031 -3.424783 1 1 1 +v 1.133805 2.097031 -3.463133 1 1 1 +v 0.7005553 1.847031 -3.419808 1 1 1 +v 0.6955801 1.847031 -3.46956 1 1 1 +v 0.7005553 2.04703 -3.419808 1 1 1 +v 0.6955801 2.04703 -3.469559 1 1 1 +v 1.178581 1.847031 -3.51786 1 1 1 +v 1.183556 1.847031 -3.468108 1 1 1 +v 1.178581 2.04703 -3.51786 1 1 1 +v 1.183556 2.04703 -3.468108 1 1 1 +v 4 3 4.000001 1 1 1 +v 4 3 3.600001 1 1 1 +v 3 3 3.400001 1 1 1 +v 3 0.9 3.400001 1 1 1 +v 4 0.9 4.000001 1 1 1 +v 4 0.9 3.600001 1 1 1 +v 4 0 4 1 1 1 +v 2 0 4 1 1 1 +v 4 0.2 4 1 1 1 +v 4 0.2 2.998004 1 1 1 +v 3 0.2 2.798005 1 1 1 +v 3 0 2.798005 1 1 1 +v 4 0 2.998004 1 1 1 +v 2 0 2.998004 1 1 1 +v 2.290226 1.332707 3.541955 1 1 1 +v 2.668151 1.332707 3.466369 1 1 1 +v 2.28042 1.332707 3.492925 1 1 1 +v 2.658345 1.332707 3.41734 1 1 1 +v 2.668151 1.632707 3.466369 1 1 1 +v 2.290226 1.632707 3.541955 1 1 1 +v 2.658345 1.632707 3.41734 1 1 1 +v 2.28042 1.632707 3.492925 1 1 1 +v 2.707374 1.382707 3.407534 1 1 1 +v 2.71718 1.382707 3.456563 1 1 1 +v 2.707374 1.582707 3.407534 1 1 1 +v 2.71718 1.582707 3.456563 1 1 1 +v 2.241196 1.382707 3.55176 1 1 1 +v 2.23139 1.382707 3.502731 1 1 1 +v 2.241196 1.582707 3.55176 1 1 1 +v 2.23139 1.582707 3.502731 1 1 1 +v -4 3 4.000001 1 1 1 +v -3 3 3.400001 1 1 1 +v -4 3 3.600001 1 1 1 +v -4 0.9 3.600001 1 1 1 +v -4 0.9 4.000001 1 1 1 +v -3 0.9 3.400001 1 1 1 +v -2 0 4 1 1 1 +v -4 0 4 1 1 1 +v -3 0.2 2.798005 1 1 1 +v -4 0.2 2.998004 1 1 1 +v -3 0 2.798005 1 1 1 +v -2 0 2.998004 1 1 1 +v -4 0 2.998004 1 1 1 +v -3.709774 1.332707 3.541955 1 1 1 +v -3.331849 1.332707 3.466369 1 1 1 +v -3.71958 1.332707 3.492925 1 1 1 +v -3.341655 1.332707 3.41734 1 1 1 +v -3.331849 1.632707 3.466369 1 1 1 +v -3.709774 1.632707 3.541955 1 1 1 +v -3.341655 1.632707 3.41734 1 1 1 +v -3.71958 1.632707 3.492925 1 1 1 +v -3.292626 1.382707 3.407534 1 1 1 +v -3.28282 1.382707 3.456563 1 1 1 +v -3.292626 1.582707 3.407534 1 1 1 +v -3.28282 1.582707 3.456563 1 1 1 +v -3.758804 1.382707 3.55176 1 1 1 +v -3.76861 1.382707 3.502731 1 1 1 +v -3.758804 1.582707 3.55176 1 1 1 +v -3.76861 1.582707 3.502731 1 1 1 +v 4 3 -4.000001 1 1 1 +v 3 3 -3.400001 1 1 1 +v 4 3 -3.600001 1 1 1 +v 4 0.9 -3.600001 1 1 1 +v 4 0.9 -4.000001 1 1 1 +v 3 0.9 -3.400001 1 1 1 +v 2 5.136902E-19 -4 1 1 1 +v 4 5.136902E-19 -4 1 1 1 +v 3 0.2 -2.798005 1 1 1 +v 4 0.2 -2.998004 1 1 1 +v 3 5.136902E-19 -2.798005 1 1 1 +v 2 5.136902E-19 -2.998004 1 1 1 +v 4 5.136902E-19 -2.998004 1 1 1 +v 3.709774 1.332707 -3.541955 1 1 1 +v 3.331849 1.332707 -3.466369 1 1 1 +v 3.71958 1.332707 -3.492925 1 1 1 +v 3.341655 1.332707 -3.41734 1 1 1 +v 3.331849 1.632707 -3.466369 1 1 1 +v 3.709774 1.632707 -3.541955 1 1 1 +v 3.341655 1.632707 -3.41734 1 1 1 +v 3.71958 1.632707 -3.492925 1 1 1 +v 3.292626 1.382707 -3.407534 1 1 1 +v 3.28282 1.382707 -3.456563 1 1 1 +v 3.292626 1.582707 -3.407534 1 1 1 +v 3.28282 1.582707 -3.456563 1 1 1 +v 3.758804 1.382707 -3.55176 1 1 1 +v 3.76861 1.382707 -3.502731 1 1 1 +v 3.758804 1.582707 -3.55176 1 1 1 +v 3.76861 1.582707 -3.502731 1 1 1 +v -4 3 -4.000001 1 1 1 +v -4 3 -3.600001 1 1 1 +v -3 3 -3.400001 1 1 1 +v -3 0.9 -3.400001 1 1 1 +v -4 0.9 -4.000001 1 1 1 +v -4 0.9 -3.600001 1 1 1 +v -4 5.136902E-19 -4 1 1 1 +v -2 5.136902E-19 -4 1 1 1 +v -4 0.2 -4 1 1 1 +v -4 0.2 -2.998004 1 1 1 +v -3 0.2 -2.798005 1 1 1 +v -3 5.136902E-19 -2.798005 1 1 1 +v -4 5.136902E-19 -2.998004 1 1 1 +v -2 5.136902E-19 -2.998004 1 1 1 +v -2.290226 1.332707 -3.541955 1 1 1 +v -2.668151 1.332707 -3.466369 1 1 1 +v -2.28042 1.332707 -3.492925 1 1 1 +v -2.658345 1.332707 -3.41734 1 1 1 +v -2.668151 1.632707 -3.466369 1 1 1 +v -2.290226 1.632707 -3.541955 1 1 1 +v -2.658345 1.632707 -3.41734 1 1 1 +v -2.28042 1.632707 -3.492925 1 1 1 +v -2.707374 1.382707 -3.407534 1 1 1 +v -2.71718 1.382707 -3.456563 1 1 1 +v -2.707374 1.582707 -3.407534 1 1 1 +v -2.71718 1.582707 -3.456563 1 1 1 +v -2.241196 1.382707 -3.55176 1 1 1 +v -2.23139 1.382707 -3.502731 1 1 1 +v -2.241196 1.582707 -3.55176 1 1 1 +v -2.23139 1.582707 -3.502731 1 1 1 + +vn 0 1 0 +vn 0 -1 0 +vn -0.7071068 0.5773503 -0.4082483 +vn -0.5202672 0.7994348 -0.3003764 +vn -0.4082483 0.5773503 0.7071068 +vn -0.3003764 0.7994348 0.5202672 +vn 0.4082483 -0.5773503 -0.7071068 +vn 0.5202672 -0.7994348 0.3003764 +vn 0.7071068 -0.5773503 0.4082483 +vn 0.3003764 -0.7994348 -0.5202672 +vn 0.7071068 0.5773503 0.4082483 +vn 0.5202672 0.7994348 0.3003764 +vn -0.5202672 -0.7994348 -0.3003764 +vn -0.7071068 -0.5773503 -0.4082483 +vn 0.4082483 0.5773503 0.7071068 +vn -0.7071068 0.5773503 0.4082483 +vn 0.3003764 0.7994348 0.5202672 +vn -0.5202672 0.7994348 0.3003764 +vn -0.3003764 -0.7994348 -0.5202672 +vn 0.7071068 -0.5773503 -0.4082483 +vn -0.4082483 -0.5773503 -0.7071068 +vn 0.5202672 -0.7994348 -0.3003764 +vn -0.4082483 0.5773503 -0.7071068 +vn -0.3003764 0.7994348 -0.5202672 +vn 0.3003764 -0.7994348 0.5202672 +vn 0.4082483 -0.5773503 0.7071068 +vn -0.6666667 0.3333333 -0.6666667 +vn -0.5033765 0.7022992 -0.5033765 +vn -0.6666667 0.3333333 0.6666667 +vn -0.5033765 0.7022992 0.5033765 +vn 0.6666667 -0.3333333 -0.6666667 +vn 0.5033765 -0.7022992 0.5033765 +vn 0.6666667 -0.3333333 0.6666667 +vn 0.5033765 -0.7022992 -0.5033765 +vn 0.5033765 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 0.5033765 +vn -0.5033765 -0.7022992 -0.5033765 +vn -0.5033765 -0.7022992 0.5033765 +vn 0.6666667 0.3333333 0.6666667 +vn -0.6666667 -0.3333333 -0.6666667 +vn 0.6666667 0.3333333 -0.6666667 +vn -0.6666667 -0.3333333 0.6666667 +vn 0.7071068 0.5773503 -0.4082483 +vn 0.5202672 0.7994348 -0.3003764 +vn -0.5202672 -0.7994348 0.3003764 +vn -0.7071068 -0.5773503 0.4082483 +vn 0.4082483 0.5773503 -0.7071068 +vn 0.3003764 0.7994348 -0.5202672 +vn -0.4082483 -0.5773503 0.7071068 +vn -0.3003764 -0.7994348 0.5202672 +vn 0.4245382 0.9054101 0 +vn 0 0.9054101 0.4245382 +vn 0 0.9054101 -0.4245382 +vn -0.4245382 0.9054101 0 +vn 0 -0.9054101 0.4245382 +vn 0 -0.9054101 -0.4245382 +vn -0.4245382 -0.9054101 0 +vn 0.4245382 -0.9054101 0 +vn 0 0.8164966 -0.5773503 +vn -0.5773503 0.8164966 0 +vn 0 -0.8164966 0.5773503 +vn 0.5773503 -0.8164966 0 +vn 0.2886751 0.8164966 -0.5 +vn 0.2122691 0.90541 -0.3676609 +vn -0.5 0.8164966 -0.2886751 +vn -0.3676609 0.90541 -0.2122691 +vn 0.5 -0.8164966 0.2886751 +vn -0.2122691 -0.90541 0.3676609 +vn -0.2886751 -0.8164966 0.5 +vn 0.3676609 -0.90541 0.2122691 +vn 0.5773503 0.8164966 0 +vn -0.5773503 -0.8164966 0 +vn 0 0.8164966 0.5773503 +vn 0 -0.8164966 -0.5773503 +vn 0.5 0.8164966 0.2886751 +vn -0.2886751 0.8164966 0.5 +vn 0.3676609 0.90541 0.2122691 +vn -0.2122691 0.90541 0.3676609 +vn -0.3676609 -0.90541 -0.2122691 +vn 0.2886751 -0.8164966 -0.5 +vn -0.5 -0.8164966 -0.2886751 +vn 0.2122691 -0.90541 -0.3676609 +vn -0.09950371 0 -0.9950371 +vn 0 0 -1 +vn 0.09950371 0 0.9950371 +vn 0 0 1 +vn 0.09950371 0 -0.9950371 +vn -0.09950371 0 0.9950371 +vn 1 0 0 +vn -1 0 0 +vn -0.4245382 0.9054101 2.040868E-13 +vn -2.040868E-13 0.9054101 -0.4245382 +vn 2.040868E-13 0.9054101 0.4245382 +vn 0.4245382 0.9054101 -2.040868E-13 +vn -2.040868E-13 -0.9054101 -0.4245382 +vn 2.040868E-13 -0.9054101 0.4245382 +vn 0.4245382 -0.9054101 -2.040868E-13 +vn -0.4245382 -0.9054101 2.040868E-13 +vn 2.775476E-13 0.8164966 0.5773503 +vn 0.5773503 0.8164966 -2.775476E-13 +vn -2.775476E-13 -0.8164966 -0.5773503 +vn -0.5773503 -0.8164966 2.775476E-13 +vn -0.5773503 0.8164966 2.775476E-13 +vn 0.5773503 -0.8164966 -2.775476E-13 +vn -2.775476E-13 0.8164966 -0.5773503 +vn 2.775476E-13 -0.8164966 0.5773503 +vn 4.807266E-13 0 1 +vn -4.807266E-13 0 -1 +vn -1 0 4.807266E-13 +vn 1 0 -4.807266E-13 +vn -0.7071068 0.5773503 -0.4082482 +vn 0.4082482 0.5773503 -0.7071068 +vn -0.4082482 -0.5773503 0.7071068 +vn 0.7071068 -0.5773503 0.4082482 +vn 0.7071068 0.5773503 0.4082482 +vn -0.7071068 -0.5773503 -0.4082482 +vn -0.4082482 0.5773503 0.7071068 +vn 0.4082482 -0.5773503 -0.7071068 +vn 0.1961161 0 -0.9805807 +vn -0.1961161 0 0.9805807 +vn -0.1961161 0 -0.9805807 +vn 0.1961161 0 0.9805807 +vn 0.986394 0 -0.164399 +vn -0.986394 0 0.164399 +vn -0.164399 0 0.986394 +vn 0.164399 0 -0.986394 +vn 0.164399 0 0.986394 +vn -0.164399 0 -0.986394 +vn -0.986394 0 -0.164399 +vn 0.986394 0 0.164399 +vn -0.9992937 -0.03757711 0 +vn -0.985716 -0.03706655 0.164286 +vn 0.9992937 0.03757711 0 +vn 0.985716 0.03706655 -0.164286 +vn -0.985716 -0.03706655 -0.164286 +vn 0.985716 0.03706655 0.164286 +vn 0 -0.03757711 -0.9992937 +vn 0.164286 -0.03706655 -0.985716 +vn 0 0.03757711 0.9992937 +vn -0.164286 0.03706655 0.985716 +vn 0.164286 -0.03706655 0.985716 +vn 0 -0.03757711 0.9992937 +vn -0.164286 0.03706655 -0.985716 +vn 0 0.03757711 -0.9992937 +vn 0.985716 -0.03706655 -0.164286 +vn 0.9992937 -0.03757711 0 +vn -0.9992937 0.03757711 0 +vn -0.985716 0.03706655 0.164286 +vn 0.985716 -0.03706655 0.164286 +vn -0.985716 0.03706655 -0.164286 +vn -0.164286 -0.03706655 -0.985716 +vn 0.164286 0.03706655 0.985716 +vn -0.164286 -0.03706655 0.985716 +vn 0.164286 0.03706655 -0.985716 +vn 0.9992937 -0.03757711 -4.803871E-13 +vn -0.9992937 0.03757711 4.803871E-13 +vn 4.803871E-13 -0.03757711 0.9992937 +vn -4.803871E-13 0.03757711 -0.9992937 +vn -4.803871E-13 -0.03757711 -0.9992937 +vn 4.803871E-13 0.03757711 0.9992937 +vn -0.9992937 -0.03757711 4.803871E-13 +vn 0.9992937 0.03757711 -4.803871E-13 +vn 0.4575815 0 -0.8891677 +vn -0.4575815 0 0.8891677 +vn 0.8891677 0 -0.4575816 +vn 0.986394 0 -0.164399 +vn -0.986394 0 0.164399 +vn -0.8891677 0 0.4575816 +vn -0.4575816 0 -0.8891677 +vn 0.4575816 0 0.8891677 +vn -0.8891677 0 -0.4575815 +vn -0.986394 0 -0.164399 +vn 0.986394 0 0.164399 +vn 0.8891677 0 0.4575815 +vn -0.09950373 0 -0.9950371 +vn 0.09950373 0 0.9950371 +vn 0.0995037 0 -0.9950371 +vn -0.0995037 0 0.9950371 +vn -0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 -0.9238796 0.03807854 +vn 0.3807842 0.9238796 0.03807832 +vn -0.3807842 0.9238796 -0.03807854 +vn 0.9192945 -0.3826835 0.0919295 +vn 0.9192945 0.3826835 0.09192941 +vn -0.9192945 -0.3826835 -0.09192941 +vn -0.9192945 0.3826835 -0.0919295 +vn 0.09950373 -1.192093E-07 -0.9950373 +vn -0.09950373 1.192093E-07 0.9950373 +vn -0.3807842 -0.9238796 0.03807854 +vn 0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 0.9238796 -0.03807854 +vn -0.3807842 0.9238796 0.03807832 +vn 0.9192945 -0.3826835 -0.09192941 +vn 0.9192945 0.3826835 -0.0919295 +vn -0.9192945 -0.3826835 0.0919295 +vn -0.9192945 0.3826835 0.09192941 +vn -0.09950373 -1.192093E-07 -0.9950373 +vn 0.09950373 1.192093E-07 0.9950373 +vn 0.3807842 -0.9238796 0.03807832 +vn -0.3807842 -0.9238796 -0.03807854 +vn -0.3807842 0.9238796 -0.03807832 +vn 0.3807842 0.9238796 0.03807854 +vn -0.9192945 -0.3826835 -0.0919295 +vn -0.9192945 0.3826835 -0.09192941 +vn 0.9192945 -0.3826835 0.09192941 +vn 0.9192945 0.3826835 0.0919295 +vn -0.09950373 -1.192093E-07 0.9950373 +vn 0.09950373 1.192093E-07 -0.9950373 +vn 0.3807842 -0.9238796 -0.03807854 +vn -0.3807842 -0.9238796 0.03807832 +vn -0.3807842 0.9238796 0.03807854 +vn 0.3807842 0.9238796 -0.03807832 +vn -0.9192945 -0.3826835 0.09192941 +vn -0.9192945 0.3826835 0.0919295 +vn 0.9192945 -0.3826835 -0.0919295 +vn 0.9192945 0.3826835 -0.09192941 +vn 0.09950373 -1.192093E-07 0.9950373 +vn -0.09950373 1.192093E-07 -0.9950373 +vn 0.1961161 0 -0.9805807 +vn -0.1961161 0 0.9805807 +vn -0.1961162 0 -0.9805807 +vn 0.1961162 0 0.9805807 +vn -0.375252 -0.9238795 0.07505035 +vn 0.375252 -0.9238795 -0.07505045 +vn 0.375252 0.9238795 -0.07505035 +vn -0.375252 0.9238795 0.07505045 +vn 0.9059384 -0.3826834 -0.1811877 +vn 0.9059384 0.3826834 -0.1811877 +vn -0.9059384 -0.3826834 0.1811877 +vn -0.9059384 0.3826834 0.1811877 +vn -0.1961161 5.960464E-08 -0.9805807 +vn 0.1961161 -5.960464E-08 0.9805807 +vn 0.375252 -0.9238795 -0.07505035 +vn -0.375252 -0.9238795 0.07505045 +vn -0.375252 0.9238795 0.07505035 +vn 0.375252 0.9238795 -0.07505045 +vn -0.9059384 -0.3826834 0.1811877 +vn -0.9059384 0.3826834 0.1811877 +vn 0.9059384 -0.3826834 -0.1811877 +vn 0.9059384 0.3826834 -0.1811877 +vn 0.1961161 5.960464E-08 0.9805807 +vn -0.1961161 -5.960464E-08 -0.9805807 + +vt 0.09375 0.025 +vt 0.09375 0.065 +vt 0.09375 0.105 +vt 0.09375 0.225 +vt 0.21875 0.225 +vt 0.21875 0.145 +vt 0.21875 0.075 +vt 0.21875 0.175 +vt 0.34375 0.025 +vt 0.34375 0.105 +vt 0.34375 0.225 +vt 0.34375 0.1638381 +vt 0.34375 0.1828858 +vt 0.34375 0.1590762 +vt 0.34375 0.1876477 +vt 0.34375 0.1390029 +vt 0.34375 0.134241 +vt 0.34375 0.1151934 +vt 0.34375 0.1104315 +vt 0.34375 0.07863793 +vt 0.34375 0.09768555 +vt 0.34375 0.1024475 +vt 0.34375 0.07387602 +vt 0.34375 0.075 +vt 0.34375 0.175 + +usemtl colormap + +f 3/1/1 2/1/1 1/1/1 +f 2/1/1 3/1/1 4/1/1 +f 1/1/2 2/1/2 3/1/2 +f 4/1/2 3/1/2 2/1/2 +f 6/1/1 1/1/1 5/1/1 +f 1/1/1 6/1/1 3/1/1 +f 5/1/2 1/1/2 6/1/2 +f 3/1/2 6/1/2 1/1/2 +f 7/1/1 4/1/1 3/1/1 +f 4/1/1 7/1/1 8/1/1 +f 3/1/2 4/1/2 7/1/2 +f 8/1/2 7/1/2 4/1/2 +f 9/1/1 3/1/1 6/1/1 +f 3/1/1 9/1/1 7/1/1 +f 6/1/2 3/1/2 9/1/2 +f 7/1/2 9/1/2 3/1/2 +f 12/1/5 11/2/4 10/1/3 +f 11/2/4 12/1/5 13/2/6 +f 10/1/9 11/2/8 12/1/7 +f 13/2/10 12/1/7 11/2/8 +f 15/2/12 12/1/5 14/1/11 +f 12/1/5 15/2/12 13/2/6 +f 14/1/14 12/1/7 15/2/13 +f 13/2/10 15/2/13 12/1/7 +f 18/3/17 17/1/16 16/1/15 +f 17/1/16 18/3/17 19/3/18 +f 16/1/21 17/1/20 18/3/19 +f 19/3/22 18/3/19 17/1/20 +f 17/1/16 21/3/24 20/1/23 +f 21/3/24 17/1/16 19/3/18 +f 20/1/26 21/3/25 17/1/20 +f 19/3/22 17/1/20 21/3/25 +f 24/1/29 23/3/28 22/1/27 +f 23/3/28 24/1/29 25/3/30 +f 22/1/33 23/3/32 24/1/31 +f 25/3/34 24/1/31 23/3/32 +f 23/3/28 27/3/36 26/3/35 +f 27/3/36 23/3/28 25/3/30 +f 26/3/38 27/3/37 23/3/32 +f 25/3/34 23/3/32 27/3/37 +f 27/3/36 24/1/29 28/1/39 +f 24/1/29 27/3/36 25/3/30 +f 28/1/40 24/1/31 27/3/37 +f 25/3/34 27/3/37 24/1/31 +f 23/3/28 29/1/41 22/1/27 +f 29/1/41 23/3/28 26/3/35 +f 22/1/33 29/1/42 23/3/32 +f 26/3/38 23/3/32 29/1/42 +f 26/3/35 28/1/39 29/1/41 +f 28/1/39 26/3/35 27/3/36 +f 29/1/42 28/1/40 26/3/38 +f 27/3/37 26/3/38 28/1/40 +f 31/3/44 16/1/15 30/1/43 +f 16/1/15 31/3/44 18/3/17 +f 30/1/46 16/1/21 31/3/45 +f 18/3/19 31/3/45 16/1/21 +f 11/2/4 32/1/47 10/1/3 +f 32/1/47 11/2/4 33/2/48 +f 10/1/9 32/1/49 11/2/8 +f 33/2/50 11/2/8 32/1/49 +f 21/3/24 30/1/43 20/1/23 +f 30/1/43 21/3/24 31/3/44 +f 20/1/26 30/1/46 21/3/25 +f 31/3/45 21/3/25 30/1/46 +f 21/3/24 18/3/17 31/3/44 +f 18/3/17 21/3/24 19/3/18 +f 31/3/45 18/3/19 21/3/25 +f 19/3/22 21/3/25 18/3/19 +f 36/2/53 35/2/52 34/2/51 +f 35/2/52 36/2/53 37/2/54 +f 34/2/57 35/2/56 36/2/55 +f 37/2/58 36/2/55 35/2/56 +f 33/2/48 13/2/6 15/2/12 +f 13/2/6 33/2/48 11/2/4 +f 15/2/13 13/2/10 33/2/50 +f 11/2/8 33/2/50 13/2/10 +f 38/1/59 37/2/54 36/2/53 +f 37/2/54 38/1/59 39/1/60 +f 36/2/55 37/2/58 38/1/61 +f 39/1/62 38/1/61 37/2/58 +f 42/1/65 41/2/64 40/1/63 +f 41/2/64 42/1/65 43/2/66 +f 40/1/69 41/2/68 42/1/67 +f 43/2/70 42/1/67 41/2/68 +f 38/1/59 34/2/51 44/1/71 +f 34/2/51 38/1/59 36/2/53 +f 44/1/72 34/2/57 38/1/61 +f 36/2/55 38/1/61 34/2/57 +f 37/2/54 45/1/73 35/2/52 +f 45/1/73 37/2/54 39/1/60 +f 35/2/56 45/1/74 37/2/58 +f 39/1/62 37/2/58 45/1/74 +f 48/2/77 47/1/76 46/1/75 +f 47/1/76 48/2/77 49/2/78 +f 46/1/81 47/1/80 48/2/79 +f 49/2/82 48/2/79 47/1/80 +f 34/2/51 45/1/73 44/1/71 +f 45/1/73 34/2/51 35/2/52 +f 44/1/72 45/1/74 34/2/57 +f 35/2/56 34/2/57 45/1/74 +f 40/1/63 48/2/77 46/1/75 +f 48/2/77 40/1/63 41/2/64 +f 46/1/81 48/2/79 40/1/69 +f 41/2/68 40/1/69 48/2/79 +f 43/2/66 47/1/76 49/2/78 +f 47/1/76 43/2/66 42/1/65 +f 49/2/82 47/1/80 43/2/70 +f 42/1/67 43/2/70 47/1/80 +f 41/2/64 49/2/78 48/2/77 +f 49/2/78 41/2/64 43/2/66 +f 48/2/79 49/2/82 41/2/68 +f 43/2/70 41/2/68 49/2/82 +f 33/2/48 14/1/11 32/1/47 +f 14/1/11 33/2/48 15/2/12 +f 32/1/49 14/1/14 33/2/50 +f 15/2/13 33/2/50 14/1/14 +f 52/4/83 51/1/84 50/1/83 +f 51/1/84 52/4/83 53/4/84 +f 50/1/85 51/1/86 52/4/85 +f 53/4/86 52/4/85 51/1/86 +f 56/4/1 55/4/1 54/4/1 +f 55/4/1 56/4/1 53/4/1 +f 55/4/1 53/4/1 52/4/1 +f 54/4/2 55/4/2 56/4/2 +f 53/4/2 56/4/2 55/4/2 +f 52/4/2 53/4/2 55/4/2 +f 54/4/86 58/1/86 57/1/86 +f 58/1/86 54/4/86 55/4/86 +f 57/1/84 58/1/84 54/4/84 +f 55/4/84 54/4/84 58/1/84 +f 53/4/84 59/1/87 51/1/84 +f 59/1/87 53/4/84 56/4/87 +f 51/1/86 59/1/88 53/4/86 +f 56/4/88 53/4/86 59/1/88 +f 54/4/89 59/1/89 56/4/89 +f 59/1/89 54/4/89 57/1/89 +f 56/4/90 59/1/90 54/4/90 +f 57/1/90 54/4/90 59/1/90 +f 58/1/90 52/4/90 50/1/90 +f 52/4/90 58/1/90 55/4/90 +f 50/1/89 52/4/89 58/1/89 +f 55/4/89 58/1/89 52/4/89 +f 62/1/47 61/2/12 60/1/11 +f 61/2/12 62/1/47 63/2/48 +f 60/1/14 61/2/13 62/1/49 +f 63/2/50 62/1/49 61/2/13 +f 65/2/4 62/1/47 64/1/3 +f 62/1/47 65/2/4 63/2/48 +f 64/1/9 62/1/49 65/2/8 +f 63/2/50 65/2/8 62/1/49 +f 68/3/24 67/1/43 66/1/23 +f 67/1/43 68/3/24 69/3/44 +f 66/1/26 67/1/46 68/3/25 +f 69/3/45 68/3/25 67/1/46 +f 67/1/43 71/3/17 70/1/15 +f 71/3/17 67/1/43 69/3/44 +f 70/1/21 71/3/19 67/1/46 +f 69/3/45 67/1/46 71/3/19 +f 74/1/41 73/3/36 72/1/39 +f 73/3/36 74/1/41 75/3/35 +f 72/1/40 73/3/37 74/1/42 +f 75/3/38 74/1/42 73/3/37 +f 73/3/36 77/3/28 76/3/30 +f 77/3/28 73/3/36 75/3/35 +f 76/3/34 77/3/32 73/3/37 +f 75/3/38 73/3/37 77/3/32 +f 77/3/28 74/1/41 78/1/27 +f 74/1/41 77/3/28 75/3/35 +f 78/1/33 74/1/42 77/3/32 +f 75/3/38 77/3/32 74/1/42 +f 73/3/36 79/1/29 72/1/39 +f 79/1/29 73/3/36 76/3/30 +f 72/1/40 79/1/31 73/3/37 +f 76/3/34 73/3/37 79/1/31 +f 76/3/30 78/1/27 79/1/29 +f 78/1/27 76/3/30 77/3/28 +f 79/1/31 78/1/33 76/3/34 +f 77/3/32 76/3/34 78/1/33 +f 81/3/18 66/1/23 80/1/16 +f 66/1/23 81/3/18 68/3/24 +f 80/1/20 66/1/26 81/3/22 +f 68/3/25 81/3/22 66/1/26 +f 61/2/12 82/1/5 60/1/11 +f 82/1/5 61/2/12 83/2/6 +f 60/1/14 82/1/7 61/2/13 +f 83/2/10 61/2/13 82/1/7 +f 71/3/17 80/1/16 70/1/15 +f 80/1/16 71/3/17 81/3/18 +f 70/1/21 80/1/20 71/3/19 +f 81/3/22 71/3/19 80/1/20 +f 71/3/17 68/3/24 81/3/18 +f 68/3/24 71/3/17 69/3/44 +f 81/3/22 68/3/25 71/3/19 +f 69/3/45 71/3/19 68/3/25 +f 86/2/93 85/2/92 84/2/91 +f 85/2/92 86/2/93 87/2/94 +f 84/2/97 85/2/96 86/2/95 +f 87/2/98 86/2/95 85/2/96 +f 83/2/6 63/2/48 65/2/4 +f 63/2/48 83/2/6 61/2/12 +f 65/2/8 63/2/50 83/2/10 +f 61/2/13 83/2/10 63/2/50 +f 88/1/99 87/2/94 86/2/93 +f 87/2/94 88/1/99 89/1/100 +f 86/2/95 87/2/98 88/1/101 +f 89/1/102 88/1/101 87/2/98 +f 92/1/75 91/2/78 90/1/76 +f 91/2/78 92/1/75 93/2/77 +f 90/1/80 91/2/82 92/1/81 +f 93/2/79 92/1/81 91/2/82 +f 88/1/99 84/2/91 94/1/103 +f 84/2/91 88/1/99 86/2/93 +f 94/1/104 84/2/97 88/1/101 +f 86/2/95 88/1/101 84/2/97 +f 87/2/94 95/1/105 85/2/92 +f 95/1/105 87/2/94 89/1/100 +f 85/2/96 95/1/106 87/2/98 +f 89/1/102 87/2/98 95/1/106 +f 98/2/66 97/1/63 96/1/65 +f 97/1/63 98/2/66 99/2/64 +f 96/1/67 97/1/69 98/2/70 +f 99/2/68 98/2/70 97/1/69 +f 84/2/91 95/1/105 94/1/103 +f 95/1/105 84/2/91 85/2/92 +f 94/1/104 95/1/106 84/2/97 +f 85/2/96 84/2/97 95/1/106 +f 90/1/76 98/2/66 96/1/65 +f 98/2/66 90/1/76 91/2/78 +f 96/1/67 98/2/70 90/1/80 +f 91/2/82 90/1/80 98/2/70 +f 93/2/77 97/1/63 99/2/64 +f 97/1/63 93/2/77 92/1/75 +f 99/2/68 97/1/69 93/2/79 +f 92/1/81 93/2/79 97/1/69 +f 91/2/78 99/2/64 98/2/66 +f 99/2/64 91/2/78 93/2/77 +f 98/2/70 99/2/68 91/2/82 +f 93/2/79 91/2/82 99/2/68 +f 83/2/6 64/1/3 82/1/5 +f 64/1/3 83/2/6 65/2/4 +f 82/1/7 64/1/9 83/2/10 +f 65/2/8 83/2/10 64/1/9 +f 102/4/85 101/1/107 100/1/85 +f 101/1/107 102/4/85 103/4/107 +f 100/1/83 101/1/108 102/4/83 +f 103/4/108 102/4/83 101/1/108 +f 106/4/1 105/4/1 104/4/1 +f 105/4/1 106/4/1 103/4/1 +f 105/4/1 103/4/1 102/4/1 +f 104/4/2 105/4/2 106/4/2 +f 103/4/2 106/4/2 105/4/2 +f 102/4/2 103/4/2 105/4/2 +f 104/4/108 108/1/108 107/1/108 +f 108/1/108 104/4/108 105/4/108 +f 107/1/107 108/1/107 104/4/107 +f 105/4/107 104/4/107 108/1/107 +f 103/4/107 109/1/88 101/1/107 +f 109/1/88 103/4/107 106/4/88 +f 101/1/108 109/1/87 103/4/108 +f 106/4/87 103/4/108 109/1/87 +f 104/4/109 109/1/109 106/4/109 +f 109/1/109 104/4/109 107/1/109 +f 106/4/110 109/1/110 104/4/110 +f 107/1/110 104/4/110 109/1/110 +f 108/1/110 102/4/110 100/1/110 +f 102/4/110 108/1/110 105/4/110 +f 100/1/109 102/4/109 108/1/109 +f 105/4/109 108/1/109 102/4/109 +f 112/2/48 111/2/6 110/2/12 +f 111/2/6 112/2/48 113/2/4 +f 110/2/13 111/2/10 112/2/50 +f 113/2/8 112/2/50 111/2/10 +f 116/3/24 115/1/43 114/1/23 +f 115/1/43 116/3/24 117/3/44 +f 114/1/26 115/1/46 116/3/25 +f 117/3/45 116/3/25 115/1/46 +f 113/2/4 119/1/112 118/1/111 +f 119/1/112 113/2/4 112/2/48 +f 118/1/114 119/1/113 113/2/8 +f 112/2/50 113/2/8 119/1/113 +f 112/2/48 120/1/115 119/1/112 +f 120/1/115 112/2/48 110/2/12 +f 119/1/113 120/1/116 112/2/50 +f 110/2/13 112/2/50 120/1/116 +f 117/3/44 121/1/15 115/1/43 +f 121/1/15 117/3/44 122/3/17 +f 115/1/46 121/1/21 117/3/45 +f 122/3/19 117/3/45 121/1/21 +f 123/1/16 116/3/24 114/1/23 +f 116/3/24 123/1/16 124/3/18 +f 114/1/26 116/3/25 123/1/20 +f 124/3/22 123/1/20 116/3/25 +f 125/1/117 113/2/4 118/1/111 +f 113/2/4 125/1/117 111/2/6 +f 118/1/114 113/2/8 125/1/118 +f 111/2/10 125/1/118 113/2/8 +f 110/2/12 125/1/117 120/1/115 +f 125/1/117 110/2/12 111/2/6 +f 120/1/116 125/1/118 110/2/13 +f 111/2/10 110/2/13 125/1/118 +f 116/3/24 122/3/17 117/3/44 +f 122/3/17 116/3/24 124/3/18 +f 117/3/45 122/3/19 116/3/25 +f 124/3/22 116/3/25 122/3/19 +f 122/3/17 123/1/16 121/1/15 +f 123/1/16 122/3/17 124/3/18 +f 121/1/21 123/1/20 122/3/19 +f 124/3/22 122/3/19 123/1/20 +f 128/4/84 127/1/119 126/1/84 +f 127/1/119 128/4/84 129/4/119 +f 126/1/86 127/1/120 128/4/86 +f 129/4/120 128/4/86 127/1/120 +f 129/4/1 54/4/1 130/4/1 +f 54/4/1 129/4/1 128/4/1 +f 54/4/1 128/4/1 56/4/1 +f 130/4/2 54/4/2 129/4/2 +f 128/4/2 129/4/2 54/4/2 +f 56/4/2 128/4/2 54/4/2 +f 57/1/90 56/4/90 59/1/90 +f 56/4/90 57/1/90 54/4/90 +f 59/1/89 56/4/89 57/1/89 +f 54/4/89 57/1/89 56/4/89 +f 130/4/86 57/1/86 131/1/86 +f 57/1/86 130/4/86 54/4/86 +f 131/1/84 57/1/84 130/4/84 +f 54/4/84 130/4/84 57/1/84 +f 130/4/89 127/1/89 129/4/89 +f 127/1/89 130/4/89 131/1/89 +f 129/4/90 127/1/90 130/4/90 +f 131/1/90 130/4/90 127/1/90 +f 56/4/121 126/1/84 59/1/121 +f 126/1/84 56/4/121 128/4/84 +f 59/1/122 126/1/86 56/4/122 +f 128/4/86 56/4/122 126/1/86 +f 134/2/48 133/2/6 132/2/12 +f 133/2/6 134/2/48 135/2/4 +f 132/2/13 133/2/10 134/2/50 +f 135/2/8 134/2/50 133/2/10 +f 138/3/24 137/1/43 136/1/23 +f 137/1/43 138/3/24 139/3/44 +f 136/1/26 137/1/46 138/3/25 +f 139/3/45 138/3/25 137/1/46 +f 135/2/4 141/1/112 140/1/111 +f 141/1/112 135/2/4 134/2/48 +f 140/1/114 141/1/113 135/2/8 +f 134/2/50 135/2/8 141/1/113 +f 134/2/48 142/1/115 141/1/112 +f 142/1/115 134/2/48 132/2/12 +f 141/1/113 142/1/116 134/2/50 +f 132/2/13 134/2/50 142/1/116 +f 139/3/44 143/1/15 137/1/43 +f 143/1/15 139/3/44 144/3/17 +f 137/1/46 143/1/21 139/3/45 +f 144/3/19 139/3/45 143/1/21 +f 145/1/16 138/3/24 136/1/23 +f 138/3/24 145/1/16 146/3/18 +f 136/1/26 138/3/25 145/1/20 +f 146/3/22 145/1/20 138/3/25 +f 147/1/117 135/2/4 140/1/111 +f 135/2/4 147/1/117 133/2/6 +f 140/1/114 135/2/8 147/1/118 +f 133/2/10 147/1/118 135/2/8 +f 132/2/12 147/1/117 142/1/115 +f 147/1/117 132/2/12 133/2/6 +f 142/1/116 147/1/118 132/2/13 +f 133/2/10 132/2/13 147/1/118 +f 138/3/24 144/3/17 139/3/44 +f 144/3/17 138/3/24 146/3/18 +f 139/3/45 144/3/19 138/3/25 +f 146/3/22 138/3/25 144/3/19 +f 144/3/17 145/1/16 143/1/15 +f 145/1/16 144/3/17 146/3/18 +f 143/1/21 145/1/20 144/3/19 +f 146/3/22 144/3/19 145/1/20 +f 149/4/84 50/1/119 148/1/84 +f 50/1/119 149/4/84 52/4/119 +f 148/1/86 50/1/120 149/4/86 +f 52/4/120 149/4/86 50/1/120 +f 52/4/1 151/4/1 150/4/1 +f 151/4/1 52/4/1 149/4/1 +f 151/4/1 149/4/1 152/4/1 +f 150/4/2 151/4/2 52/4/2 +f 149/4/2 52/4/2 151/4/2 +f 152/4/2 149/4/2 151/4/2 +f 154/1/90 152/4/90 153/1/90 +f 152/4/90 154/1/90 151/4/90 +f 153/1/89 152/4/89 154/1/89 +f 151/4/89 154/1/89 152/4/89 +f 150/4/86 154/1/86 155/1/86 +f 154/1/86 150/4/86 151/4/86 +f 155/1/84 154/1/84 150/4/84 +f 151/4/84 150/4/84 154/1/84 +f 150/4/89 50/1/89 52/4/89 +f 50/1/89 150/4/89 155/1/89 +f 52/4/90 50/1/90 150/4/90 +f 155/1/90 150/4/90 50/1/90 +f 152/4/121 148/1/84 153/1/121 +f 148/1/84 152/4/121 149/4/84 +f 153/1/122 148/1/86 152/4/122 +f 149/4/86 152/4/122 148/1/86 +f 158/2/6 157/2/48 156/2/4 +f 157/2/48 158/2/6 159/2/12 +f 156/2/8 157/2/50 158/2/10 +f 159/2/13 158/2/10 157/2/50 +f 162/3/17 161/1/16 160/1/15 +f 161/1/16 162/3/17 163/3/18 +f 160/1/21 161/1/20 162/3/19 +f 163/3/22 162/3/19 161/1/20 +f 159/2/12 165/1/117 164/1/115 +f 165/1/117 159/2/12 158/2/6 +f 164/1/116 165/1/118 159/2/13 +f 158/2/10 159/2/13 165/1/118 +f 158/2/6 166/1/111 165/1/117 +f 166/1/111 158/2/6 156/2/4 +f 165/1/118 166/1/114 158/2/10 +f 156/2/8 158/2/10 166/1/114 +f 163/3/18 167/1/23 161/1/16 +f 167/1/23 163/3/18 168/3/24 +f 161/1/20 167/1/26 163/3/22 +f 168/3/25 163/3/22 167/1/26 +f 169/1/43 162/3/17 160/1/15 +f 162/3/17 169/1/43 170/3/44 +f 160/1/21 162/3/19 169/1/46 +f 170/3/45 169/1/46 162/3/19 +f 171/1/112 159/2/12 164/1/115 +f 159/2/12 171/1/112 157/2/48 +f 164/1/116 159/2/13 171/1/113 +f 157/2/50 171/1/113 159/2/13 +f 156/2/4 171/1/112 166/1/111 +f 171/1/112 156/2/4 157/2/48 +f 166/1/114 171/1/113 156/2/8 +f 157/2/50 156/2/8 171/1/113 +f 162/3/17 168/3/24 163/3/18 +f 168/3/24 162/3/17 170/3/44 +f 163/3/22 168/3/25 162/3/19 +f 170/3/45 162/3/19 168/3/25 +f 168/3/24 169/1/43 167/1/23 +f 169/1/43 168/3/24 170/3/44 +f 167/1/26 169/1/46 168/3/25 +f 170/3/45 168/3/25 169/1/46 +f 173/4/107 100/1/120 172/1/107 +f 100/1/120 173/4/107 102/4/120 +f 172/1/108 100/1/119 173/4/108 +f 102/4/119 173/4/108 100/1/119 +f 102/4/1 175/4/1 174/4/1 +f 175/4/1 102/4/1 173/4/1 +f 175/4/1 173/4/1 176/4/1 +f 174/4/2 175/4/2 102/4/2 +f 173/4/2 102/4/2 175/4/2 +f 176/4/2 173/4/2 175/4/2 +f 178/1/110 176/4/110 177/1/110 +f 176/4/110 178/1/110 175/4/110 +f 177/1/109 176/4/109 178/1/109 +f 175/4/109 178/1/109 176/4/109 +f 174/4/108 178/1/108 179/1/108 +f 178/1/108 174/4/108 175/4/108 +f 179/1/107 178/1/107 174/4/107 +f 175/4/107 174/4/107 178/1/107 +f 174/4/109 100/1/109 102/4/109 +f 100/1/109 174/4/109 179/1/109 +f 102/4/110 100/1/110 174/4/110 +f 179/1/110 174/4/110 100/1/110 +f 176/4/122 172/1/107 177/1/122 +f 172/1/107 176/4/122 173/4/107 +f 177/1/121 172/1/108 176/4/121 +f 173/4/108 176/4/121 172/1/108 +f 182/2/6 181/2/48 180/2/4 +f 181/2/48 182/2/6 183/2/12 +f 180/2/8 181/2/50 182/2/10 +f 183/2/13 182/2/10 181/2/50 +f 186/3/17 185/1/16 184/1/15 +f 185/1/16 186/3/17 187/3/18 +f 184/1/21 185/1/20 186/3/19 +f 187/3/22 186/3/19 185/1/20 +f 183/2/12 189/1/117 188/1/115 +f 189/1/117 183/2/12 182/2/6 +f 188/1/116 189/1/118 183/2/13 +f 182/2/10 183/2/13 189/1/118 +f 182/2/6 190/1/111 189/1/117 +f 190/1/111 182/2/6 180/2/4 +f 189/1/118 190/1/114 182/2/10 +f 180/2/8 182/2/10 190/1/114 +f 187/3/18 191/1/23 185/1/16 +f 191/1/23 187/3/18 192/3/24 +f 185/1/20 191/1/26 187/3/22 +f 192/3/25 187/3/22 191/1/26 +f 193/1/43 186/3/17 184/1/15 +f 186/3/17 193/1/43 194/3/44 +f 184/1/21 186/3/19 193/1/46 +f 194/3/45 193/1/46 186/3/19 +f 195/1/112 183/2/12 188/1/115 +f 183/2/12 195/1/112 181/2/48 +f 188/1/116 183/2/13 195/1/113 +f 181/2/50 195/1/113 183/2/13 +f 180/2/4 195/1/112 190/1/111 +f 195/1/112 180/2/4 181/2/48 +f 190/1/114 195/1/113 180/2/8 +f 181/2/50 180/2/8 195/1/113 +f 186/3/17 192/3/24 187/3/18 +f 192/3/24 186/3/17 194/3/44 +f 187/3/22 192/3/25 186/3/19 +f 194/3/45 186/3/19 192/3/25 +f 192/3/24 193/1/43 191/1/23 +f 193/1/43 192/3/24 194/3/44 +f 191/1/26 193/1/46 192/3/25 +f 194/3/45 192/3/25 193/1/46 +f 198/4/107 197/1/120 196/1/107 +f 197/1/120 198/4/107 199/4/120 +f 196/1/108 197/1/119 198/4/108 +f 199/4/119 198/4/108 197/1/119 +f 199/4/1 104/4/1 200/4/1 +f 104/4/1 199/4/1 198/4/1 +f 104/4/1 198/4/1 106/4/1 +f 200/4/2 104/4/2 199/4/2 +f 198/4/2 199/4/2 104/4/2 +f 106/4/2 198/4/2 104/4/2 +f 107/1/110 106/4/110 109/1/110 +f 106/4/110 107/1/110 104/4/110 +f 109/1/109 106/4/109 107/1/109 +f 104/4/109 107/1/109 106/4/109 +f 200/4/108 107/1/108 201/1/108 +f 107/1/108 200/4/108 104/4/108 +f 201/1/107 107/1/107 200/4/107 +f 104/4/107 200/4/107 107/1/107 +f 200/4/109 197/1/109 199/4/109 +f 197/1/109 200/4/109 201/1/109 +f 199/4/110 197/1/110 200/4/110 +f 201/1/110 200/4/110 197/1/110 +f 106/4/122 196/1/107 109/1/122 +f 196/1/107 106/4/122 198/4/107 +f 109/1/121 196/1/108 106/4/121 +f 198/4/108 106/4/121 196/1/108 +f 204/5/89 203/6/123 202/5/123 +f 203/6/123 204/5/89 205/6/89 +f 202/5/124 203/6/124 204/5/90 +f 205/6/90 204/5/90 203/6/124 +f 208/5/86 207/6/125 206/6/86 +f 207/6/125 208/5/86 209/5/125 +f 206/6/84 207/6/126 208/5/84 +f 209/5/126 208/5/84 207/6/126 +f 211/5/127 206/6/86 210/6/127 +f 206/6/86 211/5/127 208/5/86 +f 210/6/128 206/6/84 211/5/128 +f 208/5/84 211/5/128 206/6/84 +f 213/5/84 203/6/126 212/6/84 +f 203/6/126 213/5/84 202/5/126 +f 212/6/86 203/6/125 213/5/86 +f 202/5/125 213/5/86 203/6/125 +f 215/5/128 212/6/84 214/6/128 +f 212/6/84 215/5/128 213/5/84 +f 214/6/127 212/6/86 215/5/127 +f 213/5/86 215/5/127 212/6/86 +f 216/6/90 215/5/129 214/6/129 +f 215/5/129 216/6/90 217/5/90 +f 214/6/130 215/5/130 216/6/89 +f 217/5/89 216/6/89 215/5/130 +f 207/6/124 217/5/90 216/6/90 +f 217/5/90 207/6/124 209/5/124 +f 216/6/89 217/5/89 207/6/123 +f 209/5/123 207/6/123 217/5/89 +f 202/5/1 211/5/1 204/5/1 +f 211/5/1 202/5/1 208/5/1 +f 208/5/1 202/5/1 213/5/1 +f 208/5/1 213/5/1 209/5/1 +f 209/5/1 213/5/1 215/5/1 +f 209/5/1 215/5/1 217/5/1 +f 204/5/2 211/5/2 202/5/2 +f 208/5/2 202/5/2 211/5/2 +f 213/5/2 202/5/2 208/5/2 +f 209/5/2 213/5/2 208/5/2 +f 215/5/2 213/5/2 209/5/2 +f 217/5/2 215/5/2 209/5/2 +f 210/6/2 203/6/2 205/6/2 +f 203/6/2 210/6/2 206/6/2 +f 203/6/2 206/6/2 212/6/2 +f 212/6/2 206/6/2 207/6/2 +f 212/6/2 207/6/2 214/6/2 +f 214/6/2 207/6/2 216/6/2 +f 205/6/1 203/6/1 210/6/1 +f 206/6/1 210/6/1 203/6/1 +f 212/6/1 206/6/1 203/6/1 +f 207/6/1 206/6/1 212/6/1 +f 214/6/1 207/6/1 212/6/1 +f 216/6/1 207/6/1 214/6/1 +f 211/5/130 205/6/89 204/5/89 +f 205/6/89 211/5/130 210/6/130 +f 204/5/90 205/6/90 211/5/129 +f 210/6/129 211/5/129 205/6/90 +f 220/5/86 219/6/125 218/6/86 +f 219/6/125 220/5/86 221/5/125 +f 218/6/84 219/6/126 220/5/84 +f 221/5/126 220/5/84 219/6/126 +f 224/5/128 223/6/84 222/6/128 +f 223/6/84 224/5/128 225/5/84 +f 222/6/127 223/6/86 224/5/127 +f 225/5/86 224/5/127 223/6/86 +f 227/5/127 218/6/86 226/6/127 +f 218/6/86 227/5/127 220/5/86 +f 226/6/128 218/6/84 227/5/128 +f 220/5/84 227/5/128 218/6/84 +f 227/5/130 229/6/89 228/5/89 +f 229/6/89 227/5/130 226/6/130 +f 228/5/90 229/6/90 227/5/129 +f 226/6/129 227/5/129 229/6/90 +f 230/5/1 227/5/1 228/5/1 +f 227/5/1 230/5/1 225/5/1 +f 227/5/1 225/5/1 220/5/1 +f 220/5/1 225/5/1 224/5/1 +f 220/5/1 224/5/1 221/5/1 +f 221/5/1 224/5/1 231/5/1 +f 228/5/2 227/5/2 230/5/2 +f 225/5/2 230/5/2 227/5/2 +f 220/5/2 225/5/2 227/5/2 +f 224/5/2 225/5/2 220/5/2 +f 221/5/2 224/5/2 220/5/2 +f 231/5/2 224/5/2 221/5/2 +f 232/6/90 224/5/129 222/6/129 +f 224/5/129 232/6/90 231/5/90 +f 222/6/130 224/5/130 232/6/89 +f 231/5/89 232/6/89 224/5/130 +f 219/6/124 231/5/90 232/6/90 +f 231/5/90 219/6/124 221/5/124 +f 232/6/89 231/5/89 219/6/123 +f 221/5/123 219/6/123 231/5/89 +f 228/5/89 233/6/123 230/5/123 +f 233/6/123 228/5/89 229/6/89 +f 230/5/124 233/6/124 228/5/90 +f 229/6/90 228/5/90 233/6/124 +f 225/5/84 233/6/126 223/6/84 +f 233/6/126 225/5/84 230/5/126 +f 223/6/86 233/6/125 225/5/86 +f 230/5/125 225/5/86 233/6/125 +f 236/8/131 235/7/132 234/7/131 +f 235/7/132 236/8/131 237/8/132 +f 234/7/133 235/7/134 236/8/133 +f 237/8/134 236/8/133 235/7/134 +f 239/8/135 234/7/131 238/7/135 +f 234/7/131 239/8/135 236/8/131 +f 238/7/136 234/7/133 239/8/136 +f 236/8/133 239/8/136 234/7/133 +f 242/7/137 241/8/138 240/8/137 +f 241/8/138 242/7/137 243/7/138 +f 240/8/139 241/8/140 242/7/139 +f 243/7/140 242/7/139 241/8/140 +f 246/7/141 245/8/142 244/8/141 +f 245/8/142 246/7/141 247/7/142 +f 244/8/143 245/8/144 246/7/143 +f 247/7/144 246/7/143 245/8/144 +f 248/7/146 241/8/145 243/7/145 +f 241/8/145 248/7/146 249/8/146 +f 243/7/148 241/8/148 248/7/147 +f 249/8/147 248/7/147 241/8/148 +f 246/7/149 249/8/146 248/7/146 +f 249/8/146 246/7/149 244/8/149 +f 248/7/147 249/8/147 246/7/150 +f 244/8/150 246/7/150 249/8/147 +f 238/7/151 240/8/137 239/8/151 +f 240/8/137 238/7/151 242/7/137 +f 239/8/152 240/8/139 238/7/152 +f 242/7/139 238/7/152 240/8/139 +f 247/7/142 237/8/153 245/8/142 +f 237/8/153 247/7/142 235/7/153 +f 245/8/144 237/8/154 247/7/144 +f 235/7/154 247/7/144 237/8/154 +f 252/5/109 251/6/124 250/5/124 +f 251/6/124 252/5/109 253/6/109 +f 250/5/123 251/6/123 252/5/110 +f 253/6/110 252/5/110 251/6/123 +f 256/5/108 255/6/126 254/6/108 +f 255/6/126 256/5/108 257/5/126 +f 254/6/107 255/6/125 256/5/107 +f 257/5/125 256/5/107 255/6/125 +f 259/5/128 254/6/108 258/6/128 +f 254/6/108 259/5/128 256/5/108 +f 258/6/127 254/6/107 259/5/127 +f 256/5/107 259/5/127 254/6/107 +f 261/5/107 251/6/125 260/6/107 +f 251/6/125 261/5/107 250/5/125 +f 260/6/108 251/6/126 261/5/108 +f 250/5/126 261/5/108 251/6/126 +f 263/5/127 260/6/107 262/6/127 +f 260/6/107 263/5/127 261/5/107 +f 262/6/128 260/6/108 263/5/128 +f 261/5/108 263/5/128 260/6/108 +f 264/6/110 263/5/130 262/6/130 +f 263/5/130 264/6/110 265/5/110 +f 262/6/129 263/5/129 264/6/109 +f 265/5/109 264/6/109 263/5/129 +f 255/6/123 265/5/110 264/6/110 +f 265/5/110 255/6/123 257/5/123 +f 264/6/109 265/5/109 255/6/124 +f 257/5/124 255/6/124 265/5/109 +f 250/5/1 259/5/1 252/5/1 +f 259/5/1 250/5/1 256/5/1 +f 256/5/1 250/5/1 261/5/1 +f 256/5/1 261/5/1 257/5/1 +f 257/5/1 261/5/1 263/5/1 +f 257/5/1 263/5/1 265/5/1 +f 252/5/2 259/5/2 250/5/2 +f 256/5/2 250/5/2 259/5/2 +f 261/5/2 250/5/2 256/5/2 +f 257/5/2 261/5/2 256/5/2 +f 263/5/2 261/5/2 257/5/2 +f 265/5/2 263/5/2 257/5/2 +f 258/6/2 251/6/2 253/6/2 +f 251/6/2 258/6/2 254/6/2 +f 251/6/2 254/6/2 260/6/2 +f 260/6/2 254/6/2 255/6/2 +f 260/6/2 255/6/2 262/6/2 +f 262/6/2 255/6/2 264/6/2 +f 253/6/1 251/6/1 258/6/1 +f 254/6/1 258/6/1 251/6/1 +f 260/6/1 254/6/1 251/6/1 +f 255/6/1 254/6/1 260/6/1 +f 262/6/1 255/6/1 260/6/1 +f 264/6/1 255/6/1 262/6/1 +f 259/5/129 253/6/109 252/5/109 +f 253/6/109 259/5/129 258/6/129 +f 252/5/110 253/6/110 259/5/130 +f 258/6/130 259/5/130 253/6/110 +f 268/5/108 267/6/126 266/6/108 +f 267/6/126 268/5/108 269/5/126 +f 266/6/107 267/6/125 268/5/107 +f 269/5/125 268/5/107 267/6/125 +f 272/5/127 271/6/107 270/6/127 +f 271/6/107 272/5/127 273/5/107 +f 270/6/128 271/6/108 272/5/128 +f 273/5/108 272/5/128 271/6/108 +f 275/5/128 266/6/108 274/6/128 +f 266/6/108 275/5/128 268/5/108 +f 274/6/127 266/6/107 275/5/127 +f 268/5/107 275/5/127 266/6/107 +f 275/5/129 277/6/109 276/5/109 +f 277/6/109 275/5/129 274/6/129 +f 276/5/110 277/6/110 275/5/130 +f 274/6/130 275/5/130 277/6/110 +f 278/5/1 275/5/1 276/5/1 +f 275/5/1 278/5/1 273/5/1 +f 275/5/1 273/5/1 268/5/1 +f 268/5/1 273/5/1 272/5/1 +f 268/5/1 272/5/1 269/5/1 +f 269/5/1 272/5/1 279/5/1 +f 276/5/2 275/5/2 278/5/2 +f 273/5/2 278/5/2 275/5/2 +f 268/5/2 273/5/2 275/5/2 +f 272/5/2 273/5/2 268/5/2 +f 269/5/2 272/5/2 268/5/2 +f 279/5/2 272/5/2 269/5/2 +f 280/6/110 272/5/130 270/6/130 +f 272/5/130 280/6/110 279/5/110 +f 270/6/129 272/5/129 280/6/109 +f 279/5/109 280/6/109 272/5/129 +f 267/6/123 279/5/110 280/6/110 +f 279/5/110 267/6/123 269/5/123 +f 280/6/109 279/5/109 267/6/124 +f 269/5/124 267/6/124 279/5/109 +f 276/5/109 281/6/124 278/5/124 +f 281/6/124 276/5/109 277/6/109 +f 278/5/123 281/6/123 276/5/110 +f 277/6/110 276/5/110 281/6/123 +f 273/5/107 281/6/125 271/6/107 +f 281/6/125 273/5/107 278/5/125 +f 271/6/108 281/6/126 273/5/108 +f 278/5/126 273/5/108 281/6/126 +f 284/8/155 283/7/145 282/7/155 +f 283/7/145 284/8/155 285/8/145 +f 282/7/156 283/7/148 284/8/156 +f 285/8/148 284/8/156 283/7/148 +f 287/8/149 282/7/155 286/7/149 +f 282/7/155 287/8/149 284/8/155 +f 286/7/150 282/7/156 287/8/150 +f 284/8/156 287/8/150 282/7/156 +f 290/7/157 289/8/153 288/8/157 +f 289/8/153 290/7/157 291/7/153 +f 288/8/158 289/8/154 290/7/158 +f 291/7/154 290/7/158 289/8/154 +f 294/7/151 293/8/159 292/8/151 +f 293/8/159 294/7/151 295/7/159 +f 292/8/152 293/8/160 294/7/152 +f 295/7/160 294/7/152 293/8/160 +f 296/7/161 289/8/132 291/7/132 +f 289/8/132 296/7/161 297/8/161 +f 291/7/134 289/8/134 296/7/162 +f 297/8/162 296/7/162 289/8/134 +f 294/7/135 297/8/161 296/7/161 +f 297/8/161 294/7/135 292/8/135 +f 296/7/162 297/8/162 294/7/136 +f 292/8/136 294/7/136 297/8/162 +f 286/7/141 288/8/157 287/8/141 +f 288/8/157 286/7/141 290/7/157 +f 287/8/143 288/8/158 286/7/143 +f 290/7/158 286/7/143 288/8/158 +f 295/7/159 285/8/138 293/8/159 +f 285/8/138 295/7/159 283/7/138 +f 293/8/160 285/8/140 295/7/160 +f 283/7/140 295/7/160 285/8/140 +f 300/10/84 299/9/163 298/9/84 +f 299/9/163 300/10/84 301/10/163 +f 298/9/86 299/9/164 300/10/86 +f 301/10/164 300/10/86 299/9/164 +f 304/10/166 303/9/165 302/10/165 +f 303/9/165 304/10/166 305/9/166 +f 302/10/168 303/9/168 304/10/167 +f 305/9/167 304/10/167 303/9/168 +f 301/10/163 303/9/165 299/9/163 +f 303/9/165 301/10/163 302/10/165 +f 299/9/164 303/9/168 301/10/164 +f 302/10/168 301/10/164 303/9/168 +f 307/10/169 298/9/84 306/9/169 +f 298/9/84 307/10/169 300/10/84 +f 306/9/170 298/9/86 307/10/170 +f 300/10/86 307/10/170 298/9/86 +f 302/10/1 308/10/1 304/10/1 +f 308/10/1 302/10/1 301/10/1 +f 308/10/1 301/10/1 300/10/1 +f 308/10/1 300/10/1 307/10/1 +f 308/10/1 307/10/1 309/10/1 +f 304/10/2 308/10/2 302/10/2 +f 301/10/2 302/10/2 308/10/2 +f 300/10/2 301/10/2 308/10/2 +f 307/10/2 300/10/2 308/10/2 +f 309/10/2 307/10/2 308/10/2 +f 311/9/172 309/10/171 310/9/171 +f 309/10/171 311/9/172 308/10/172 +f 310/9/174 309/10/174 311/9/173 +f 308/10/173 311/9/173 309/10/174 +f 310/9/171 307/10/169 306/9/169 +f 307/10/169 310/9/171 309/10/171 +f 306/9/170 307/10/170 310/9/174 +f 309/10/174 310/9/174 307/10/170 +f 57/10/89 313/9/89 312/10/89 +f 313/9/89 57/10/89 314/9/89 +f 312/10/90 313/9/90 57/10/90 +f 314/9/90 57/10/90 313/9/90 +f 317/10/175 316/9/84 315/9/175 +f 316/9/84 317/10/175 318/10/84 +f 315/9/176 316/9/86 317/10/176 +f 318/10/86 317/10/176 316/9/86 +f 57/10/86 319/9/86 314/9/86 +f 319/9/86 57/10/86 58/10/86 +f 314/9/84 319/9/84 57/10/84 +f 58/10/84 57/10/84 319/9/84 +f 318/10/84 313/9/177 316/9/84 +f 313/9/177 318/10/84 312/10/177 +f 316/9/86 313/9/178 318/10/86 +f 312/10/178 318/10/86 313/9/178 +f 319/9/2 313/9/2 314/9/2 +f 313/9/2 319/9/2 316/9/2 +f 316/9/2 319/9/2 315/9/2 +f 314/9/1 313/9/1 319/9/1 +f 316/9/1 319/9/1 313/9/1 +f 315/9/1 319/9/1 316/9/1 +f 312/10/1 58/10/1 57/10/1 +f 58/10/1 312/10/1 318/10/1 +f 58/10/1 318/10/1 317/10/1 +f 57/10/2 58/10/2 312/10/2 +f 318/10/2 312/10/2 58/10/2 +f 317/10/2 318/10/2 58/10/2 +f 319/9/90 317/10/90 315/9/90 +f 317/10/90 319/9/90 58/10/90 +f 315/9/89 317/10/89 319/9/89 +f 58/10/89 319/9/89 317/10/89 +f 322/11/1 321/11/1 320/11/1 +f 321/11/1 322/11/1 323/11/1 +f 321/11/1 323/11/1 324/11/1 +f 320/11/2 321/11/2 322/11/2 +f 323/11/2 322/11/2 321/11/2 +f 324/11/2 323/11/2 321/11/2 +f 320/11/86 326/9/86 325/9/86 +f 326/9/86 320/11/86 321/11/86 +f 325/9/84 326/9/84 320/11/84 +f 321/11/84 320/11/84 326/9/84 +f 326/9/90 324/11/90 327/9/90 +f 324/11/90 326/9/90 321/11/90 +f 327/9/89 324/11/89 326/9/89 +f 321/11/89 326/9/89 324/11/89 +f 320/11/89 328/9/89 322/11/89 +f 328/9/89 320/11/89 325/9/89 +f 322/11/90 328/9/90 320/11/90 +f 325/9/90 320/11/90 328/9/90 +f 330/13/85 329/12/85 323/11/86 +f 329/12/85 331/14/85 323/11/86 +f 332/15/85 330/13/85 323/11/86 +f 331/14/85 333/16/85 323/11/86 +f 334/14/85 333/16/85 331/14/85 +f 333/16/85 335/17/85 323/11/86 +f 333/16/85 334/14/85 336/16/85 +f 336/16/85 334/14/85 337/17/85 +f 337/17/85 334/14/85 338/18/85 +f 335/17/85 339/18/85 323/11/86 +f 334/14/85 340/12/85 338/18/85 +f 324/11/85 332/15/85 323/11/86 +f 323/11/86 339/18/85 341/9/86 +f 342/19/85 341/9/86 339/18/85 +f 343/19/85 341/9/86 342/19/85 +f 332/15/85 324/11/85 344/15/85 +f 344/15/85 324/11/85 345/13/85 +f 345/13/85 324/11/85 340/12/85 +f 341/9/86 343/19/85 327/9/85 +f 338/18/85 327/9/85 343/19/85 +f 340/12/85 327/9/85 338/18/85 +f 324/11/85 327/9/85 340/12/85 +f 347/21/88 346/20/88 322/11/88 +f 348/22/88 347/21/88 322/11/88 +f 322/11/88 346/20/88 328/9/88 +f 349/23/88 328/9/88 346/20/88 +f 350/23/88 328/9/88 349/23/88 +f 328/9/88 350/23/88 341/9/86 +f 351/20/88 341/9/86 350/23/88 +f 323/11/86 348/22/88 322/11/88 +f 323/11/86 341/9/86 351/20/88 +f 348/22/88 323/11/86 352/22/88 +f 353/21/88 323/11/86 351/20/88 +f 352/22/88 323/11/86 353/21/88 +f 323/11/84 329/12/83 330/13/83 +f 323/11/84 330/13/83 332/15/83 +f 323/11/84 331/14/83 329/12/83 +f 323/11/84 332/15/83 324/11/83 +f 344/15/83 324/11/83 332/15/83 +f 345/13/83 324/11/83 344/15/83 +f 340/12/83 324/11/83 345/13/83 +f 340/12/83 327/9/83 324/11/83 +f 338/18/83 327/9/83 340/12/83 +f 338/18/83 340/12/83 334/14/83 +f 343/19/83 327/9/83 338/18/83 +f 338/18/83 334/14/83 337/17/83 +f 337/17/83 334/14/83 336/16/83 +f 327/9/83 343/19/83 341/9/84 +f 342/19/83 341/9/84 343/19/83 +f 339/18/83 341/9/84 342/19/83 +f 341/9/84 339/18/83 323/11/84 +f 323/11/84 339/18/83 335/17/83 +f 336/16/83 334/14/83 333/16/83 +f 323/11/84 335/17/83 333/16/83 +f 331/14/83 333/16/83 334/14/83 +f 323/11/84 333/16/83 331/14/83 +f 322/11/87 346/20/87 347/21/87 +f 322/11/87 347/21/87 348/22/87 +f 328/9/87 346/20/87 322/11/87 +f 346/20/87 328/9/87 349/23/87 +f 349/23/87 328/9/87 350/23/87 +f 341/9/84 350/23/87 328/9/87 +f 350/23/87 341/9/84 351/20/87 +f 322/11/87 348/22/87 323/11/84 +f 351/20/87 341/9/84 323/11/84 +f 352/22/87 323/11/84 348/22/87 +f 351/20/87 323/11/84 353/21/87 +f 353/21/87 323/11/84 352/22/87 +f 356/25/179 355/24/180 354/24/179 +f 355/24/180 356/25/179 357/25/180 +f 354/24/181 355/24/182 356/25/181 +f 357/25/182 356/25/181 355/24/182 +f 360/25/181 359/24/182 358/24/181 +f 359/24/182 360/25/181 361/25/182 +f 358/24/179 359/24/180 360/25/179 +f 361/25/180 360/25/179 359/24/180 +f 364/25/184 363/24/183 362/25/183 +f 363/24/183 364/25/184 365/24/184 +f 362/25/186 363/24/186 364/25/185 +f 365/24/185 364/25/185 363/24/186 +f 368/24/186 367/25/185 366/24/185 +f 367/25/185 368/24/186 369/25/186 +f 366/24/184 367/25/184 368/24/183 +f 369/25/183 368/24/183 367/25/184 +f 361/25/182 368/24/186 359/24/182 +f 368/24/186 361/25/182 369/25/186 +f 359/24/180 368/24/183 361/25/180 +f 369/25/183 361/25/180 368/24/183 +f 357/25/180 363/24/183 355/24/180 +f 363/24/183 357/25/180 362/25/183 +f 355/24/182 363/24/186 357/25/182 +f 362/25/186 357/25/182 363/24/186 +f 364/25/184 358/24/181 365/24/184 +f 358/24/181 364/25/184 360/25/181 +f 365/24/185 358/24/179 364/25/185 +f 360/25/179 364/25/185 358/24/179 +f 367/25/185 354/24/179 366/24/185 +f 354/24/179 367/25/185 356/25/179 +f 366/24/184 354/24/181 367/25/184 +f 356/25/181 367/25/184 354/24/181 +f 357/25/187 364/25/187 362/25/187 +f 364/25/187 357/25/187 360/25/187 +f 360/25/187 357/25/187 356/25/187 +f 360/25/187 356/25/187 361/25/187 +f 361/25/187 356/25/187 367/25/187 +f 361/25/187 367/25/187 369/25/187 +f 362/25/188 364/25/188 357/25/188 +f 360/25/188 357/25/188 364/25/188 +f 356/25/188 357/25/188 360/25/188 +f 361/25/188 356/25/188 360/25/188 +f 367/25/188 356/25/188 361/25/188 +f 369/25/188 367/25/188 361/25/188 +f 358/24/188 363/24/188 365/24/188 +f 363/24/188 358/24/188 355/24/188 +f 355/24/188 358/24/188 359/24/188 +f 355/24/188 359/24/188 354/24/188 +f 354/24/188 359/24/188 368/24/188 +f 354/24/188 368/24/188 366/24/188 +f 365/24/187 363/24/187 358/24/187 +f 355/24/187 358/24/187 363/24/187 +f 359/24/187 358/24/187 355/24/187 +f 354/24/187 359/24/187 355/24/187 +f 368/24/187 359/24/187 354/24/187 +f 366/24/187 368/24/187 354/24/187 +f 372/25/189 371/24/190 370/24/189 +f 371/24/190 372/25/189 373/25/190 +f 370/24/191 371/24/192 372/25/191 +f 373/25/192 372/25/191 371/24/192 +f 376/25/191 375/24/192 374/24/191 +f 375/24/192 376/25/191 377/25/192 +f 374/24/189 375/24/190 376/25/189 +f 377/25/190 376/25/189 375/24/190 +f 380/25/194 379/24/193 378/25/193 +f 379/24/193 380/25/194 381/24/194 +f 378/25/196 379/24/196 380/25/195 +f 381/24/195 380/25/195 379/24/196 +f 384/24/196 383/25/195 382/24/195 +f 383/25/195 384/24/196 385/25/196 +f 382/24/194 383/25/194 384/24/193 +f 385/25/193 384/24/193 383/25/194 +f 377/25/192 384/24/196 375/24/192 +f 384/24/196 377/25/192 385/25/196 +f 375/24/190 384/24/193 377/25/190 +f 385/25/193 377/25/190 384/24/193 +f 373/25/190 379/24/193 371/24/190 +f 379/24/193 373/25/190 378/25/193 +f 371/24/192 379/24/196 373/25/192 +f 378/25/196 373/25/192 379/24/196 +f 380/25/194 374/24/191 381/24/194 +f 374/24/191 380/25/194 376/25/191 +f 381/24/195 374/24/189 380/25/195 +f 376/25/189 380/25/195 374/24/189 +f 383/25/195 370/24/189 382/24/195 +f 370/24/189 383/25/195 372/25/189 +f 382/24/194 370/24/191 383/25/194 +f 372/25/191 383/25/194 370/24/191 +f 373/25/197 380/25/197 378/25/197 +f 380/25/197 373/25/197 376/25/197 +f 376/25/197 373/25/197 372/25/197 +f 376/25/197 372/25/197 377/25/197 +f 377/25/197 372/25/197 383/25/197 +f 377/25/197 383/25/197 385/25/197 +f 378/25/198 380/25/198 373/25/198 +f 376/25/198 373/25/198 380/25/198 +f 372/25/198 373/25/198 376/25/198 +f 377/25/198 372/25/198 376/25/198 +f 383/25/198 372/25/198 377/25/198 +f 385/25/198 383/25/198 377/25/198 +f 374/24/198 379/24/198 381/24/198 +f 379/24/198 374/24/198 371/24/198 +f 371/24/198 374/24/198 375/24/198 +f 371/24/198 375/24/198 370/24/198 +f 370/24/198 375/24/198 384/24/198 +f 370/24/198 384/24/198 382/24/198 +f 381/24/197 379/24/197 374/24/197 +f 371/24/197 374/24/197 379/24/197 +f 375/24/197 374/24/197 371/24/197 +f 370/24/197 375/24/197 371/24/197 +f 384/24/197 375/24/197 370/24/197 +f 382/24/197 384/24/197 370/24/197 +f 388/24/189 387/25/190 386/24/190 +f 387/25/190 388/24/189 389/25/189 +f 386/24/192 387/25/192 388/24/191 +f 389/25/191 388/24/191 387/25/192 +f 392/25/191 391/24/192 390/24/191 +f 391/24/192 392/25/191 393/25/192 +f 390/24/189 391/24/190 392/25/189 +f 393/25/190 392/25/189 391/24/190 +f 396/25/194 395/24/193 394/25/193 +f 395/24/193 396/25/194 397/24/194 +f 394/25/196 395/24/196 396/25/195 +f 397/24/195 396/25/195 395/24/196 +f 400/24/196 399/25/195 398/24/195 +f 399/25/195 400/24/196 401/25/196 +f 398/24/194 399/25/194 400/24/193 +f 401/25/193 400/24/193 399/25/194 +f 391/24/192 401/25/196 400/24/196 +f 401/25/196 391/24/192 393/25/192 +f 400/24/193 401/25/193 391/24/190 +f 393/25/190 391/24/190 401/25/193 +f 387/25/190 395/24/193 386/24/190 +f 395/24/193 387/25/190 394/25/193 +f 386/24/192 395/24/196 387/25/192 +f 394/25/196 387/25/192 395/24/196 +f 397/24/194 392/25/191 390/24/191 +f 392/25/191 397/24/194 396/25/194 +f 390/24/189 392/25/189 397/24/195 +f 396/25/195 397/24/195 392/25/189 +f 399/25/195 388/24/189 398/24/195 +f 388/24/189 399/25/195 389/25/189 +f 398/24/194 388/24/191 399/25/194 +f 389/25/191 399/25/194 388/24/191 +f 387/25/197 396/25/197 394/25/197 +f 396/25/197 387/25/197 392/25/197 +f 392/25/197 387/25/197 389/25/197 +f 392/25/197 389/25/197 393/25/197 +f 393/25/197 389/25/197 399/25/197 +f 393/25/197 399/25/197 401/25/197 +f 394/25/198 396/25/198 387/25/198 +f 392/25/198 387/25/198 396/25/198 +f 389/25/198 387/25/198 392/25/198 +f 393/25/198 389/25/198 392/25/198 +f 399/25/198 389/25/198 393/25/198 +f 401/25/198 399/25/198 393/25/198 +f 390/24/198 395/24/198 397/24/198 +f 395/24/198 390/24/198 386/24/198 +f 386/24/198 390/24/198 391/24/198 +f 386/24/198 391/24/198 388/24/198 +f 388/24/198 391/24/198 400/24/198 +f 388/24/198 400/24/198 398/24/198 +f 397/24/197 395/24/197 390/24/197 +f 386/24/197 390/24/197 395/24/197 +f 391/24/197 390/24/197 386/24/197 +f 388/24/197 391/24/197 386/24/197 +f 400/24/197 391/24/197 388/24/197 +f 398/24/197 400/24/197 388/24/197 +f 404/10/107 403/9/164 402/9/107 +f 403/9/164 404/10/107 405/10/164 +f 402/9/108 403/9/163 404/10/108 +f 405/10/163 404/10/108 403/9/163 +f 408/10/167 407/9/168 406/10/168 +f 407/9/168 408/10/167 409/9/167 +f 406/10/165 407/9/165 408/10/166 +f 409/9/166 408/10/166 407/9/165 +f 405/10/164 407/9/168 403/9/164 +f 407/9/168 405/10/164 406/10/168 +f 403/9/163 407/9/165 405/10/163 +f 406/10/165 405/10/163 407/9/165 +f 411/10/170 402/9/107 410/9/170 +f 402/9/107 411/10/170 404/10/107 +f 410/9/169 402/9/108 411/10/169 +f 404/10/108 411/10/169 402/9/108 +f 406/10/1 412/10/1 408/10/1 +f 412/10/1 406/10/1 405/10/1 +f 412/10/1 405/10/1 404/10/1 +f 412/10/1 404/10/1 411/10/1 +f 412/10/1 411/10/1 413/10/1 +f 408/10/2 412/10/2 406/10/2 +f 405/10/2 406/10/2 412/10/2 +f 404/10/2 405/10/2 412/10/2 +f 411/10/2 404/10/2 412/10/2 +f 413/10/2 411/10/2 412/10/2 +f 415/9/173 413/10/174 414/9/174 +f 413/10/174 415/9/173 412/10/173 +f 414/9/171 413/10/171 415/9/172 +f 412/10/172 415/9/172 413/10/171 +f 414/9/174 411/10/170 410/9/170 +f 411/10/170 414/9/174 413/10/174 +f 410/9/169 411/10/169 414/9/171 +f 413/10/171 414/9/171 411/10/169 +f 107/10/109 417/9/109 416/10/109 +f 417/9/109 107/10/109 418/9/109 +f 416/10/110 417/9/110 107/10/110 +f 418/9/110 107/10/110 417/9/110 +f 421/10/176 420/9/107 419/9/176 +f 420/9/107 421/10/176 422/10/107 +f 419/9/175 420/9/108 421/10/175 +f 422/10/108 421/10/175 420/9/108 +f 107/10/108 423/9/108 418/9/108 +f 423/9/108 107/10/108 108/10/108 +f 418/9/107 423/9/107 107/10/107 +f 108/10/107 107/10/107 423/9/107 +f 422/10/107 417/9/178 420/9/107 +f 417/9/178 422/10/107 416/10/178 +f 420/9/108 417/9/177 422/10/108 +f 416/10/177 422/10/108 417/9/177 +f 423/9/2 417/9/2 418/9/2 +f 417/9/2 423/9/2 420/9/2 +f 420/9/2 423/9/2 419/9/2 +f 418/9/1 417/9/1 423/9/1 +f 420/9/1 423/9/1 417/9/1 +f 419/9/1 423/9/1 420/9/1 +f 416/10/1 108/10/1 107/10/1 +f 108/10/1 416/10/1 422/10/1 +f 108/10/1 422/10/1 421/10/1 +f 107/10/2 108/10/2 416/10/2 +f 422/10/2 416/10/2 108/10/2 +f 421/10/2 422/10/2 108/10/2 +f 423/9/110 421/10/110 419/9/110 +f 421/10/110 423/9/110 108/10/110 +f 419/9/109 421/10/109 423/9/109 +f 108/10/109 423/9/109 421/10/109 +f 426/11/1 425/11/1 424/11/1 +f 425/11/1 426/11/1 427/11/1 +f 425/11/1 427/11/1 428/11/1 +f 424/11/2 425/11/2 426/11/2 +f 427/11/2 426/11/2 425/11/2 +f 428/11/2 427/11/2 425/11/2 +f 424/11/108 430/9/108 429/9/108 +f 430/9/108 424/11/108 425/11/108 +f 429/9/107 430/9/107 424/11/107 +f 425/11/107 424/11/107 430/9/107 +f 430/9/110 428/11/110 431/9/110 +f 428/11/110 430/9/110 425/11/110 +f 431/9/109 428/11/109 430/9/109 +f 425/11/109 430/9/109 428/11/109 +f 424/11/109 432/9/109 426/11/109 +f 432/9/109 424/11/109 429/9/109 +f 426/11/110 432/9/110 424/11/110 +f 429/9/110 424/11/110 432/9/110 +f 434/13/83 433/12/83 427/11/108 +f 433/12/83 435/14/83 427/11/108 +f 436/15/83 434/13/83 427/11/108 +f 435/14/83 437/16/83 427/11/108 +f 438/14/83 437/16/83 435/14/83 +f 437/16/83 439/17/83 427/11/108 +f 437/16/83 438/14/83 440/16/83 +f 440/16/83 438/14/83 441/17/83 +f 441/17/83 438/14/83 442/18/83 +f 439/17/83 443/18/83 427/11/108 +f 438/14/83 444/12/83 442/18/83 +f 428/11/83 436/15/83 427/11/108 +f 427/11/108 443/18/83 445/9/108 +f 446/19/83 445/9/108 443/18/83 +f 447/19/83 445/9/108 446/19/83 +f 436/15/83 428/11/83 448/15/83 +f 448/15/83 428/11/83 449/13/83 +f 449/13/83 428/11/83 444/12/83 +f 445/9/108 447/19/83 431/9/83 +f 442/18/83 431/9/83 447/19/83 +f 444/12/83 431/9/83 442/18/83 +f 428/11/83 431/9/83 444/12/83 +f 451/21/87 450/20/87 426/11/87 +f 452/22/87 451/21/87 426/11/87 +f 426/11/87 450/20/87 432/9/87 +f 453/23/87 432/9/87 450/20/87 +f 454/23/87 432/9/87 453/23/87 +f 432/9/87 454/23/87 445/9/108 +f 455/20/87 445/9/108 454/23/87 +f 427/11/108 452/22/87 426/11/87 +f 427/11/108 445/9/108 455/20/87 +f 452/22/87 427/11/108 456/22/87 +f 457/21/87 427/11/108 455/20/87 +f 456/22/87 427/11/108 457/21/87 +f 427/11/107 433/12/85 434/13/85 +f 427/11/107 434/13/85 436/15/85 +f 427/11/107 435/14/85 433/12/85 +f 427/11/107 436/15/85 428/11/85 +f 448/15/85 428/11/85 436/15/85 +f 449/13/85 428/11/85 448/15/85 +f 444/12/85 428/11/85 449/13/85 +f 444/12/85 431/9/85 428/11/85 +f 442/18/85 431/9/85 444/12/85 +f 442/18/85 444/12/85 438/14/85 +f 447/19/85 431/9/85 442/18/85 +f 442/18/85 438/14/85 441/17/85 +f 441/17/85 438/14/85 440/16/85 +f 431/9/85 447/19/85 445/9/107 +f 446/19/85 445/9/107 447/19/85 +f 443/18/85 445/9/107 446/19/85 +f 445/9/107 443/18/85 427/11/107 +f 427/11/107 443/18/85 439/17/85 +f 440/16/85 438/14/85 437/16/85 +f 427/11/107 439/17/85 437/16/85 +f 435/14/85 437/16/85 438/14/85 +f 427/11/107 437/16/85 435/14/85 +f 426/11/88 450/20/88 451/21/88 +f 426/11/88 451/21/88 452/22/88 +f 432/9/88 450/20/88 426/11/88 +f 450/20/88 432/9/88 453/23/88 +f 453/23/88 432/9/88 454/23/88 +f 445/9/107 454/23/88 432/9/88 +f 454/23/88 445/9/107 455/20/88 +f 426/11/88 452/22/88 427/11/107 +f 455/20/88 445/9/107 427/11/107 +f 456/22/88 427/11/107 452/22/88 +f 455/20/88 427/11/107 457/21/88 +f 457/21/88 427/11/107 456/22/88 +f 460/25/199 459/24/200 458/24/199 +f 459/24/200 460/25/199 461/25/200 +f 458/24/201 459/24/202 460/25/201 +f 461/25/202 460/25/201 459/24/202 +f 464/25/201 463/24/202 462/24/201 +f 463/24/202 464/25/201 465/25/202 +f 462/24/199 463/24/200 464/25/199 +f 465/25/200 464/25/199 463/24/200 +f 468/25/204 467/24/203 466/25/203 +f 467/24/203 468/25/204 469/24/204 +f 466/25/206 467/24/206 468/25/205 +f 469/24/205 468/25/205 467/24/206 +f 472/24/206 471/25/205 470/24/205 +f 471/25/205 472/24/206 473/25/206 +f 470/24/204 471/25/204 472/24/203 +f 473/25/203 472/24/203 471/25/204 +f 465/25/202 472/24/206 463/24/202 +f 472/24/206 465/25/202 473/25/206 +f 463/24/200 472/24/203 465/25/200 +f 473/25/203 465/25/200 472/24/203 +f 461/25/200 467/24/203 459/24/200 +f 467/24/203 461/25/200 466/25/203 +f 459/24/202 467/24/206 461/25/202 +f 466/25/206 461/25/202 467/24/206 +f 468/25/204 462/24/201 469/24/204 +f 462/24/201 468/25/204 464/25/201 +f 469/24/205 462/24/199 468/25/205 +f 464/25/199 468/25/205 462/24/199 +f 471/25/205 458/24/199 470/24/205 +f 458/24/199 471/25/205 460/25/199 +f 470/24/204 458/24/201 471/25/204 +f 460/25/201 471/25/204 458/24/201 +f 461/25/207 468/25/207 466/25/207 +f 468/25/207 461/25/207 464/25/207 +f 464/25/207 461/25/207 460/25/207 +f 464/25/207 460/25/207 465/25/207 +f 465/25/207 460/25/207 471/25/207 +f 465/25/207 471/25/207 473/25/207 +f 466/25/208 468/25/208 461/25/208 +f 464/25/208 461/25/208 468/25/208 +f 460/25/208 461/25/208 464/25/208 +f 465/25/208 460/25/208 464/25/208 +f 471/25/208 460/25/208 465/25/208 +f 473/25/208 471/25/208 465/25/208 +f 462/24/208 467/24/208 469/24/208 +f 467/24/208 462/24/208 459/24/208 +f 459/24/208 462/24/208 463/24/208 +f 459/24/208 463/24/208 458/24/208 +f 458/24/208 463/24/208 472/24/208 +f 458/24/208 472/24/208 470/24/208 +f 469/24/207 467/24/207 462/24/207 +f 459/24/207 462/24/207 467/24/207 +f 463/24/207 462/24/207 459/24/207 +f 458/24/207 463/24/207 459/24/207 +f 472/24/207 463/24/207 458/24/207 +f 470/24/207 472/24/207 458/24/207 +f 476/25/209 475/24/210 474/24/209 +f 475/24/210 476/25/209 477/25/210 +f 474/24/211 475/24/212 476/25/211 +f 477/25/212 476/25/211 475/24/212 +f 480/25/211 479/24/212 478/24/211 +f 479/24/212 480/25/211 481/25/212 +f 478/24/209 479/24/210 480/25/209 +f 481/25/210 480/25/209 479/24/210 +f 484/25/214 483/24/213 482/25/213 +f 483/24/213 484/25/214 485/24/214 +f 482/25/216 483/24/216 484/25/215 +f 485/24/215 484/25/215 483/24/216 +f 488/24/216 487/25/215 486/24/215 +f 487/25/215 488/24/216 489/25/216 +f 486/24/214 487/25/214 488/24/213 +f 489/25/213 488/24/213 487/25/214 +f 481/25/212 488/24/216 479/24/212 +f 488/24/216 481/25/212 489/25/216 +f 479/24/210 488/24/213 481/25/210 +f 489/25/213 481/25/210 488/24/213 +f 477/25/210 483/24/213 475/24/210 +f 483/24/213 477/25/210 482/25/213 +f 475/24/212 483/24/216 477/25/212 +f 482/25/216 477/25/212 483/24/216 +f 484/25/214 478/24/211 485/24/214 +f 478/24/211 484/25/214 480/25/211 +f 485/24/215 478/24/209 484/25/215 +f 480/25/209 484/25/215 478/24/209 +f 487/25/215 474/24/209 486/24/215 +f 474/24/209 487/25/215 476/25/209 +f 486/24/214 474/24/211 487/25/214 +f 476/25/211 487/25/214 474/24/211 +f 477/25/217 484/25/217 482/25/217 +f 484/25/217 477/25/217 480/25/217 +f 480/25/217 477/25/217 476/25/217 +f 480/25/217 476/25/217 481/25/217 +f 481/25/217 476/25/217 487/25/217 +f 481/25/217 487/25/217 489/25/217 +f 482/25/218 484/25/218 477/25/218 +f 480/25/218 477/25/218 484/25/218 +f 476/25/218 477/25/218 480/25/218 +f 481/25/218 476/25/218 480/25/218 +f 487/25/218 476/25/218 481/25/218 +f 489/25/218 487/25/218 481/25/218 +f 478/24/218 483/24/218 485/24/218 +f 483/24/218 478/24/218 475/24/218 +f 475/24/218 478/24/218 479/24/218 +f 475/24/218 479/24/218 474/24/218 +f 474/24/218 479/24/218 488/24/218 +f 474/24/218 488/24/218 486/24/218 +f 485/24/217 483/24/217 478/24/217 +f 475/24/217 478/24/217 483/24/217 +f 479/24/217 478/24/217 475/24/217 +f 474/24/217 479/24/217 475/24/217 +f 488/24/217 479/24/217 474/24/217 +f 486/24/217 488/24/217 474/24/217 +f 492/24/209 491/25/210 490/24/210 +f 491/25/210 492/24/209 493/25/209 +f 490/24/212 491/25/212 492/24/211 +f 493/25/211 492/24/211 491/25/212 +f 496/25/211 495/24/212 494/24/211 +f 495/24/212 496/25/211 497/25/212 +f 494/24/209 495/24/210 496/25/209 +f 497/25/210 496/25/209 495/24/210 +f 500/25/214 499/24/213 498/25/213 +f 499/24/213 500/25/214 501/24/214 +f 498/25/216 499/24/216 500/25/215 +f 501/24/215 500/25/215 499/24/216 +f 504/24/216 503/25/215 502/24/215 +f 503/25/215 504/24/216 505/25/216 +f 502/24/214 503/25/214 504/24/213 +f 505/25/213 504/24/213 503/25/214 +f 495/24/212 505/25/216 504/24/216 +f 505/25/216 495/24/212 497/25/212 +f 504/24/213 505/25/213 495/24/210 +f 497/25/210 495/24/210 505/25/213 +f 491/25/210 499/24/213 490/24/210 +f 499/24/213 491/25/210 498/25/213 +f 490/24/212 499/24/216 491/25/212 +f 498/25/216 491/25/212 499/24/216 +f 501/24/214 496/25/211 494/24/211 +f 496/25/211 501/24/214 500/25/214 +f 494/24/209 496/25/209 501/24/215 +f 500/25/215 501/24/215 496/25/209 +f 503/25/215 492/24/209 502/24/215 +f 492/24/209 503/25/215 493/25/209 +f 502/24/214 492/24/211 503/25/214 +f 493/25/211 503/25/214 492/24/211 +f 491/25/217 500/25/217 498/25/217 +f 500/25/217 491/25/217 496/25/217 +f 496/25/217 491/25/217 493/25/217 +f 496/25/217 493/25/217 497/25/217 +f 497/25/217 493/25/217 503/25/217 +f 497/25/217 503/25/217 505/25/217 +f 498/25/218 500/25/218 491/25/218 +f 496/25/218 491/25/218 500/25/218 +f 493/25/218 491/25/218 496/25/218 +f 497/25/218 493/25/218 496/25/218 +f 503/25/218 493/25/218 497/25/218 +f 505/25/218 503/25/218 497/25/218 +f 494/24/218 499/24/218 501/24/218 +f 499/24/218 494/24/218 490/24/218 +f 490/24/218 494/24/218 495/24/218 +f 490/24/218 495/24/218 492/24/218 +f 492/24/218 495/24/218 504/24/218 +f 492/24/218 504/24/218 502/24/218 +f 501/24/217 499/24/217 494/24/217 +f 490/24/217 494/24/217 499/24/217 +f 495/24/217 494/24/217 490/24/217 +f 492/24/217 495/24/217 490/24/217 +f 504/24/217 495/24/217 492/24/217 +f 502/24/217 504/24/217 492/24/217 +f 507/11/1 320/11/1 506/11/1 +f 320/11/1 507/11/1 508/11/1 +f 320/11/1 508/11/1 322/11/1 +f 506/11/2 320/11/2 507/11/2 +f 508/11/2 507/11/2 320/11/2 +f 322/11/2 508/11/2 320/11/2 +f 325/9/90 322/11/90 328/9/90 +f 322/11/90 325/9/90 320/11/90 +f 328/9/89 322/11/89 325/9/89 +f 320/11/89 325/9/89 322/11/89 +f 322/11/121 509/9/84 328/9/121 +f 509/9/84 322/11/121 508/11/84 +f 328/9/122 509/9/86 322/11/122 +f 508/11/86 322/11/122 509/9/86 +f 506/11/86 325/9/86 510/9/86 +f 325/9/86 506/11/86 320/11/86 +f 510/9/84 325/9/84 506/11/84 +f 320/11/84 506/11/84 325/9/84 +f 506/11/89 511/9/89 507/11/89 +f 511/9/89 506/11/89 510/9/89 +f 507/11/90 511/9/90 506/11/90 +f 510/9/90 506/11/90 511/9/90 +f 508/11/84 511/9/119 509/9/84 +f 511/9/119 508/11/84 507/11/119 +f 509/9/86 511/9/120 508/11/86 +f 507/11/120 508/11/86 511/9/120 +f 514/10/86 513/9/86 512/9/86 +f 513/9/86 514/10/86 57/10/86 +f 512/9/84 513/9/84 514/10/84 +f 57/10/84 514/10/84 513/9/84 +f 515/10/1 57/10/1 514/10/1 +f 57/10/1 515/10/1 516/10/1 +f 57/10/1 516/10/1 312/10/1 +f 514/10/2 57/10/2 515/10/2 +f 516/10/2 515/10/2 57/10/2 +f 312/10/2 516/10/2 57/10/2 +f 516/10/84 518/9/219 517/9/84 +f 518/9/219 516/10/84 515/10/219 +f 517/9/86 518/9/220 516/10/86 +f 515/10/220 516/10/86 518/9/220 +f 514/10/89 518/9/89 515/10/89 +f 518/9/89 514/10/89 512/9/89 +f 515/10/90 518/9/90 514/10/90 +f 512/9/90 514/10/90 518/9/90 +f 513/9/90 312/10/90 519/9/90 +f 312/10/90 513/9/90 57/10/90 +f 519/9/89 312/10/89 513/9/89 +f 57/10/89 513/9/89 312/10/89 +f 513/9/2 518/9/2 512/9/2 +f 518/9/2 513/9/2 517/9/2 +f 517/9/2 513/9/2 519/9/2 +f 512/9/1 518/9/1 513/9/1 +f 517/9/1 513/9/1 518/9/1 +f 519/9/1 513/9/1 517/9/1 +f 312/10/221 517/9/84 519/9/221 +f 517/9/84 312/10/221 516/10/84 +f 519/9/222 517/9/86 312/10/222 +f 516/10/86 312/10/222 517/9/86 +f 522/25/223 521/24/224 520/24/223 +f 521/24/224 522/25/223 523/25/224 +f 520/24/225 521/24/226 522/25/225 +f 523/25/226 522/25/225 521/24/226 +f 526/25/225 525/24/226 524/24/225 +f 525/24/226 526/25/225 527/25/226 +f 524/24/223 525/24/224 526/25/223 +f 527/25/224 526/25/223 525/24/224 +f 530/25/228 529/24/227 528/25/227 +f 529/24/227 530/25/228 531/24/228 +f 528/25/230 529/24/230 530/25/229 +f 531/24/229 530/25/229 529/24/230 +f 534/24/230 533/25/229 532/24/229 +f 533/25/229 534/24/230 535/25/230 +f 532/24/228 533/25/228 534/24/227 +f 535/25/227 534/24/227 533/25/228 +f 527/25/226 534/24/230 525/24/226 +f 534/24/230 527/25/226 535/25/230 +f 525/24/224 534/24/227 527/25/224 +f 535/25/227 527/25/224 534/24/227 +f 523/25/224 529/24/227 521/24/224 +f 529/24/227 523/25/224 528/25/227 +f 521/24/226 529/24/230 523/25/226 +f 528/25/230 523/25/226 529/24/230 +f 530/25/228 524/24/225 531/24/228 +f 524/24/225 530/25/228 526/25/225 +f 531/24/229 524/24/223 530/25/229 +f 526/25/223 530/25/229 524/24/223 +f 533/25/229 520/24/223 532/24/229 +f 520/24/223 533/25/229 522/25/223 +f 532/24/228 520/24/225 533/25/228 +f 522/25/225 533/25/228 520/24/225 +f 523/25/231 530/25/231 528/25/231 +f 530/25/231 523/25/231 526/25/231 +f 526/25/231 523/25/231 522/25/231 +f 526/25/231 522/25/231 527/25/231 +f 527/25/231 522/25/231 533/25/231 +f 527/25/231 533/25/231 535/25/231 +f 528/25/232 530/25/232 523/25/232 +f 526/25/232 523/25/232 530/25/232 +f 522/25/232 523/25/232 526/25/232 +f 527/25/232 522/25/232 526/25/232 +f 533/25/232 522/25/232 527/25/232 +f 535/25/232 533/25/232 527/25/232 +f 524/24/232 529/24/232 531/24/232 +f 529/24/232 524/24/232 521/24/232 +f 521/24/232 524/24/232 525/24/232 +f 521/24/232 525/24/232 520/24/232 +f 520/24/232 525/24/232 534/24/232 +f 520/24/232 534/24/232 532/24/232 +f 531/24/231 529/24/231 524/24/231 +f 521/24/231 524/24/231 529/24/231 +f 525/24/231 524/24/231 521/24/231 +f 520/24/231 525/24/231 521/24/231 +f 534/24/231 525/24/231 520/24/231 +f 532/24/231 534/24/231 520/24/231 +f 324/11/1 536/11/1 321/11/1 +f 536/11/1 324/11/1 537/11/1 +f 536/11/1 537/11/1 538/11/1 +f 321/11/2 536/11/2 324/11/2 +f 537/11/2 324/11/2 536/11/2 +f 538/11/2 537/11/2 536/11/2 +f 540/9/90 538/11/90 539/9/90 +f 538/11/90 540/9/90 536/11/90 +f 539/9/89 538/11/89 540/9/89 +f 536/11/89 540/9/89 538/11/89 +f 538/11/121 541/9/84 539/9/121 +f 541/9/84 538/11/121 537/11/84 +f 539/9/122 541/9/86 538/11/122 +f 537/11/86 538/11/122 541/9/86 +f 321/11/86 540/9/86 326/9/86 +f 540/9/86 321/11/86 536/11/86 +f 326/9/84 540/9/84 321/11/84 +f 536/11/84 321/11/84 540/9/84 +f 321/11/89 327/9/89 324/11/89 +f 327/9/89 321/11/89 326/9/89 +f 324/11/90 327/9/90 321/11/90 +f 326/9/90 321/11/90 327/9/90 +f 537/11/84 327/9/119 541/9/84 +f 327/9/119 537/11/84 324/11/119 +f 541/9/86 327/9/120 537/11/86 +f 324/11/120 537/11/86 327/9/120 +f 58/10/86 543/9/86 542/9/86 +f 543/9/86 58/10/86 154/10/86 +f 542/9/84 543/9/84 58/10/84 +f 154/10/84 58/10/84 543/9/84 +f 317/10/1 154/10/1 58/10/1 +f 154/10/1 317/10/1 544/10/1 +f 154/10/1 544/10/1 545/10/1 +f 58/10/2 154/10/2 317/10/2 +f 544/10/2 317/10/2 154/10/2 +f 545/10/2 544/10/2 154/10/2 +f 544/10/84 547/9/219 546/9/84 +f 547/9/219 544/10/84 317/10/219 +f 546/9/86 547/9/220 544/10/86 +f 317/10/220 544/10/86 547/9/220 +f 58/10/89 547/9/89 317/10/89 +f 547/9/89 58/10/89 542/9/89 +f 317/10/90 547/9/90 58/10/90 +f 542/9/90 58/10/90 547/9/90 +f 543/9/90 545/10/90 548/9/90 +f 545/10/90 543/9/90 154/10/90 +f 548/9/89 545/10/89 543/9/89 +f 154/10/89 543/9/89 545/10/89 +f 543/9/2 547/9/2 542/9/2 +f 547/9/2 543/9/2 546/9/2 +f 546/9/2 543/9/2 548/9/2 +f 542/9/1 547/9/1 543/9/1 +f 546/9/1 543/9/1 547/9/1 +f 548/9/1 543/9/1 546/9/1 +f 545/10/221 546/9/84 548/9/221 +f 546/9/84 545/10/221 544/10/84 +f 548/9/222 546/9/86 545/10/222 +f 544/10/86 545/10/222 546/9/86 +f 551/25/223 550/24/224 549/24/223 +f 550/24/224 551/25/223 552/25/224 +f 549/24/225 550/24/226 551/25/225 +f 552/25/226 551/25/225 550/24/226 +f 555/25/225 554/24/226 553/24/225 +f 554/24/226 555/25/225 556/25/226 +f 553/24/223 554/24/224 555/25/223 +f 556/25/224 555/25/223 554/24/224 +f 559/25/228 558/24/227 557/25/227 +f 558/24/227 559/25/228 560/24/228 +f 557/25/230 558/24/230 559/25/229 +f 560/24/229 559/25/229 558/24/230 +f 563/24/230 562/25/229 561/24/229 +f 562/25/229 563/24/230 564/25/230 +f 561/24/228 562/25/228 563/24/227 +f 564/25/227 563/24/227 562/25/228 +f 556/25/226 563/24/230 554/24/226 +f 563/24/230 556/25/226 564/25/230 +f 554/24/224 563/24/227 556/25/224 +f 564/25/227 556/25/224 563/24/227 +f 552/25/224 558/24/227 550/24/224 +f 558/24/227 552/25/224 557/25/227 +f 550/24/226 558/24/230 552/25/226 +f 557/25/230 552/25/226 558/24/230 +f 559/25/228 553/24/225 560/24/228 +f 553/24/225 559/25/228 555/25/225 +f 560/24/229 553/24/223 559/25/229 +f 555/25/223 559/25/229 553/24/223 +f 562/25/229 549/24/223 561/24/229 +f 549/24/223 562/25/229 551/25/223 +f 561/24/228 549/24/225 562/25/228 +f 551/25/225 562/25/228 549/24/225 +f 552/25/231 559/25/231 557/25/231 +f 559/25/231 552/25/231 555/25/231 +f 555/25/231 552/25/231 551/25/231 +f 555/25/231 551/25/231 556/25/231 +f 556/25/231 551/25/231 562/25/231 +f 556/25/231 562/25/231 564/25/231 +f 557/25/232 559/25/232 552/25/232 +f 555/25/232 552/25/232 559/25/232 +f 551/25/232 552/25/232 555/25/232 +f 556/25/232 551/25/232 555/25/232 +f 562/25/232 551/25/232 556/25/232 +f 564/25/232 562/25/232 556/25/232 +f 553/24/232 558/24/232 560/24/232 +f 558/24/232 553/24/232 550/24/232 +f 550/24/232 553/24/232 554/24/232 +f 550/24/232 554/24/232 549/24/232 +f 549/24/232 554/24/232 563/24/232 +f 549/24/232 563/24/232 561/24/232 +f 560/24/231 558/24/231 553/24/231 +f 550/24/231 553/24/231 558/24/231 +f 554/24/231 553/24/231 550/24/231 +f 549/24/231 554/24/231 550/24/231 +f 563/24/231 554/24/231 549/24/231 +f 561/24/231 563/24/231 549/24/231 +f 428/11/1 565/11/1 425/11/1 +f 565/11/1 428/11/1 566/11/1 +f 565/11/1 566/11/1 567/11/1 +f 425/11/2 565/11/2 428/11/2 +f 566/11/2 428/11/2 565/11/2 +f 567/11/2 566/11/2 565/11/2 +f 569/9/110 567/11/110 568/9/110 +f 567/11/110 569/9/110 565/11/110 +f 568/9/109 567/11/109 569/9/109 +f 565/11/109 569/9/109 567/11/109 +f 567/11/122 570/9/107 568/9/122 +f 570/9/107 567/11/122 566/11/107 +f 568/9/121 570/9/108 567/11/121 +f 566/11/108 567/11/121 570/9/108 +f 425/11/108 569/9/108 430/9/108 +f 569/9/108 425/11/108 565/11/108 +f 430/9/107 569/9/107 425/11/107 +f 565/11/107 425/11/107 569/9/107 +f 425/11/109 431/9/109 428/11/109 +f 431/9/109 425/11/109 430/9/109 +f 428/11/110 431/9/110 425/11/110 +f 430/9/110 425/11/110 431/9/110 +f 566/11/107 431/9/120 570/9/107 +f 431/9/120 566/11/107 428/11/120 +f 570/9/108 431/9/119 566/11/108 +f 428/11/119 566/11/108 431/9/119 +f 108/10/108 572/9/108 571/9/108 +f 572/9/108 108/10/108 178/10/108 +f 571/9/107 572/9/107 108/10/107 +f 178/10/107 108/10/107 572/9/107 +f 421/10/1 178/10/1 108/10/1 +f 178/10/1 421/10/1 573/10/1 +f 178/10/1 573/10/1 574/10/1 +f 108/10/2 178/10/2 421/10/2 +f 573/10/2 421/10/2 178/10/2 +f 574/10/2 573/10/2 178/10/2 +f 573/10/107 576/9/220 575/9/107 +f 576/9/220 573/10/107 421/10/220 +f 575/9/108 576/9/219 573/10/108 +f 421/10/219 573/10/108 576/9/219 +f 108/10/109 576/9/109 421/10/109 +f 576/9/109 108/10/109 571/9/109 +f 421/10/110 576/9/110 108/10/110 +f 571/9/110 108/10/110 576/9/110 +f 572/9/110 574/10/110 577/9/110 +f 574/10/110 572/9/110 178/10/110 +f 577/9/109 574/10/109 572/9/109 +f 178/10/109 572/9/109 574/10/109 +f 572/9/2 576/9/2 571/9/2 +f 576/9/2 572/9/2 575/9/2 +f 575/9/2 572/9/2 577/9/2 +f 571/9/1 576/9/1 572/9/1 +f 575/9/1 572/9/1 576/9/1 +f 577/9/1 572/9/1 575/9/1 +f 574/10/222 575/9/107 577/9/222 +f 575/9/107 574/10/222 573/10/107 +f 577/9/221 575/9/108 574/10/221 +f 573/10/108 574/10/221 575/9/108 +f 580/25/233 579/24/234 578/24/233 +f 579/24/234 580/25/233 581/25/234 +f 578/24/235 579/24/236 580/25/235 +f 581/25/236 580/25/235 579/24/236 +f 584/25/235 583/24/236 582/24/235 +f 583/24/236 584/25/235 585/25/236 +f 582/24/233 583/24/234 584/25/233 +f 585/25/234 584/25/233 583/24/234 +f 588/25/238 587/24/237 586/25/237 +f 587/24/237 588/25/238 589/24/238 +f 586/25/240 587/24/240 588/25/239 +f 589/24/239 588/25/239 587/24/240 +f 592/24/240 591/25/239 590/24/239 +f 591/25/239 592/24/240 593/25/240 +f 590/24/238 591/25/238 592/24/237 +f 593/25/237 592/24/237 591/25/238 +f 585/25/236 592/24/240 583/24/236 +f 592/24/240 585/25/236 593/25/240 +f 583/24/234 592/24/237 585/25/234 +f 593/25/237 585/25/234 592/24/237 +f 581/25/234 587/24/237 579/24/234 +f 587/24/237 581/25/234 586/25/237 +f 579/24/236 587/24/240 581/25/236 +f 586/25/240 581/25/236 587/24/240 +f 588/25/238 582/24/235 589/24/238 +f 582/24/235 588/25/238 584/25/235 +f 589/24/239 582/24/233 588/25/239 +f 584/25/233 588/25/239 582/24/233 +f 591/25/239 578/24/233 590/24/239 +f 578/24/233 591/25/239 580/25/233 +f 590/24/238 578/24/235 591/25/238 +f 580/25/235 591/25/238 578/24/235 +f 581/25/241 588/25/241 586/25/241 +f 588/25/241 581/25/241 584/25/241 +f 584/25/241 581/25/241 580/25/241 +f 584/25/241 580/25/241 585/25/241 +f 585/25/241 580/25/241 591/25/241 +f 585/25/241 591/25/241 593/25/241 +f 586/25/242 588/25/242 581/25/242 +f 584/25/242 581/25/242 588/25/242 +f 580/25/242 581/25/242 584/25/242 +f 585/25/242 580/25/242 584/25/242 +f 591/25/242 580/25/242 585/25/242 +f 593/25/242 591/25/242 585/25/242 +f 582/24/242 587/24/242 589/24/242 +f 587/24/242 582/24/242 579/24/242 +f 579/24/242 582/24/242 583/24/242 +f 579/24/242 583/24/242 578/24/242 +f 578/24/242 583/24/242 592/24/242 +f 578/24/242 592/24/242 590/24/242 +f 589/24/241 587/24/241 582/24/241 +f 579/24/241 582/24/241 587/24/241 +f 583/24/241 582/24/241 579/24/241 +f 578/24/241 583/24/241 579/24/241 +f 592/24/241 583/24/241 578/24/241 +f 590/24/241 592/24/241 578/24/241 +f 595/11/1 424/11/1 594/11/1 +f 424/11/1 595/11/1 596/11/1 +f 424/11/1 596/11/1 426/11/1 +f 594/11/2 424/11/2 595/11/2 +f 596/11/2 595/11/2 424/11/2 +f 426/11/2 596/11/2 424/11/2 +f 429/9/110 426/11/110 432/9/110 +f 426/11/110 429/9/110 424/11/110 +f 432/9/109 426/11/109 429/9/109 +f 424/11/109 429/9/109 426/11/109 +f 426/11/122 597/9/107 432/9/122 +f 597/9/107 426/11/122 596/11/107 +f 432/9/121 597/9/108 426/11/121 +f 596/11/108 426/11/121 597/9/108 +f 594/11/108 429/9/108 598/9/108 +f 429/9/108 594/11/108 424/11/108 +f 598/9/107 429/9/107 594/11/107 +f 424/11/107 594/11/107 429/9/107 +f 594/11/109 599/9/109 595/11/109 +f 599/9/109 594/11/109 598/9/109 +f 595/11/110 599/9/110 594/11/110 +f 598/9/110 594/11/110 599/9/110 +f 596/11/107 599/9/120 597/9/107 +f 599/9/120 596/11/107 595/11/120 +f 597/9/108 599/9/119 596/11/108 +f 595/11/119 596/11/108 599/9/119 +f 602/10/108 601/9/108 600/9/108 +f 601/9/108 602/10/108 107/10/108 +f 600/9/107 601/9/107 602/10/107 +f 107/10/107 602/10/107 601/9/107 +f 603/10/1 107/10/1 602/10/1 +f 107/10/1 603/10/1 604/10/1 +f 107/10/1 604/10/1 416/10/1 +f 602/10/2 107/10/2 603/10/2 +f 604/10/2 603/10/2 107/10/2 +f 416/10/2 604/10/2 107/10/2 +f 604/10/107 606/9/220 605/9/107 +f 606/9/220 604/10/107 603/10/220 +f 605/9/108 606/9/219 604/10/108 +f 603/10/219 604/10/108 606/9/219 +f 602/10/109 606/9/109 603/10/109 +f 606/9/109 602/10/109 600/9/109 +f 603/10/110 606/9/110 602/10/110 +f 600/9/110 602/10/110 606/9/110 +f 601/9/110 416/10/110 607/9/110 +f 416/10/110 601/9/110 107/10/110 +f 607/9/109 416/10/109 601/9/109 +f 107/10/109 601/9/109 416/10/109 +f 601/9/2 606/9/2 600/9/2 +f 606/9/2 601/9/2 605/9/2 +f 605/9/2 601/9/2 607/9/2 +f 600/9/1 606/9/1 601/9/1 +f 605/9/1 601/9/1 606/9/1 +f 607/9/1 601/9/1 605/9/1 +f 416/10/222 605/9/107 607/9/222 +f 605/9/107 416/10/222 604/10/107 +f 607/9/221 605/9/108 416/10/221 +f 604/10/108 416/10/221 605/9/108 +f 610/25/233 609/24/234 608/24/233 +f 609/24/234 610/25/233 611/25/234 +f 608/24/235 609/24/236 610/25/235 +f 611/25/236 610/25/235 609/24/236 +f 614/25/235 613/24/236 612/24/235 +f 613/24/236 614/25/235 615/25/236 +f 612/24/233 613/24/234 614/25/233 +f 615/25/234 614/25/233 613/24/234 +f 618/25/238 617/24/237 616/25/237 +f 617/24/237 618/25/238 619/24/238 +f 616/25/240 617/24/240 618/25/239 +f 619/24/239 618/25/239 617/24/240 +f 622/24/240 621/25/239 620/24/239 +f 621/25/239 622/24/240 623/25/240 +f 620/24/238 621/25/238 622/24/237 +f 623/25/237 622/24/237 621/25/238 +f 615/25/236 622/24/240 613/24/236 +f 622/24/240 615/25/236 623/25/240 +f 613/24/234 622/24/237 615/25/234 +f 623/25/237 615/25/234 622/24/237 +f 611/25/234 617/24/237 609/24/234 +f 617/24/237 611/25/234 616/25/237 +f 609/24/236 617/24/240 611/25/236 +f 616/25/240 611/25/236 617/24/240 +f 618/25/238 612/24/235 619/24/238 +f 612/24/235 618/25/238 614/25/235 +f 619/24/239 612/24/233 618/25/239 +f 614/25/233 618/25/239 612/24/233 +f 621/25/239 608/24/233 620/24/239 +f 608/24/233 621/25/239 610/25/233 +f 620/24/238 608/24/235 621/25/238 +f 610/25/235 621/25/238 608/24/235 +f 611/25/241 618/25/241 616/25/241 +f 618/25/241 611/25/241 614/25/241 +f 614/25/241 611/25/241 610/25/241 +f 614/25/241 610/25/241 615/25/241 +f 615/25/241 610/25/241 621/25/241 +f 615/25/241 621/25/241 623/25/241 +f 616/25/242 618/25/242 611/25/242 +f 614/25/242 611/25/242 618/25/242 +f 610/25/242 611/25/242 614/25/242 +f 615/25/242 610/25/242 614/25/242 +f 621/25/242 610/25/242 615/25/242 +f 623/25/242 621/25/242 615/25/242 +f 612/24/242 617/24/242 619/24/242 +f 617/24/242 612/24/242 609/24/242 +f 609/24/242 612/24/242 613/24/242 +f 609/24/242 613/24/242 608/24/242 +f 608/24/242 613/24/242 622/24/242 +f 608/24/242 622/24/242 620/24/242 +f 619/24/241 617/24/241 612/24/241 +f 609/24/241 612/24/241 617/24/241 +f 613/24/241 612/24/241 609/24/241 +f 608/24/241 613/24/241 609/24/241 +f 622/24/241 613/24/241 608/24/241 +f 620/24/241 622/24/241 608/24/241 + +g corridor-wide + + + + +usemtl colormap + +f 3/1/1 2/1/1 1/1/1 +f 2/1/1 3/1/1 4/1/1 +f 1/1/2 2/1/2 3/1/2 +f 4/1/2 3/1/2 2/1/2 +f 6/1/1 1/1/1 5/1/1 +f 1/1/1 6/1/1 3/1/1 +f 5/1/2 1/1/2 6/1/2 +f 3/1/2 6/1/2 1/1/2 +f 7/1/1 4/1/1 3/1/1 +f 4/1/1 7/1/1 8/1/1 +f 3/1/2 4/1/2 7/1/2 +f 8/1/2 7/1/2 4/1/2 +f 9/1/1 3/1/1 6/1/1 +f 3/1/1 9/1/1 7/1/1 +f 6/1/2 3/1/2 9/1/2 +f 7/1/2 9/1/2 3/1/2 +f 12/1/5 11/2/4 10/1/3 +f 11/2/4 12/1/5 13/2/6 +f 10/1/9 11/2/8 12/1/7 +f 13/2/10 12/1/7 11/2/8 +f 15/2/12 12/1/5 14/1/11 +f 12/1/5 15/2/12 13/2/6 +f 14/1/14 12/1/7 15/2/13 +f 13/2/10 15/2/13 12/1/7 +f 18/3/17 17/1/16 16/1/15 +f 17/1/16 18/3/17 19/3/18 +f 16/1/21 17/1/20 18/3/19 +f 19/3/22 18/3/19 17/1/20 +f 17/1/16 21/3/24 20/1/23 +f 21/3/24 17/1/16 19/3/18 +f 20/1/26 21/3/25 17/1/20 +f 19/3/22 17/1/20 21/3/25 +f 24/1/29 23/3/28 22/1/27 +f 23/3/28 24/1/29 25/3/30 +f 22/1/33 23/3/32 24/1/31 +f 25/3/34 24/1/31 23/3/32 +f 23/3/28 27/3/36 26/3/35 +f 27/3/36 23/3/28 25/3/30 +f 26/3/38 27/3/37 23/3/32 +f 25/3/34 23/3/32 27/3/37 +f 27/3/36 24/1/29 28/1/39 +f 24/1/29 27/3/36 25/3/30 +f 28/1/40 24/1/31 27/3/37 +f 25/3/34 27/3/37 24/1/31 +f 23/3/28 29/1/41 22/1/27 +f 29/1/41 23/3/28 26/3/35 +f 22/1/33 29/1/42 23/3/32 +f 26/3/38 23/3/32 29/1/42 +f 26/3/35 28/1/39 29/1/41 +f 28/1/39 26/3/35 27/3/36 +f 29/1/42 28/1/40 26/3/38 +f 27/3/37 26/3/38 28/1/40 +f 31/3/44 16/1/15 30/1/43 +f 16/1/15 31/3/44 18/3/17 +f 30/1/46 16/1/21 31/3/45 +f 18/3/19 31/3/45 16/1/21 +f 11/2/4 32/1/47 10/1/3 +f 32/1/47 11/2/4 33/2/48 +f 10/1/9 32/1/49 11/2/8 +f 33/2/50 11/2/8 32/1/49 +f 21/3/24 30/1/43 20/1/23 +f 30/1/43 21/3/24 31/3/44 +f 20/1/26 30/1/46 21/3/25 +f 31/3/45 21/3/25 30/1/46 +f 21/3/24 18/3/17 31/3/44 +f 18/3/17 21/3/24 19/3/18 +f 31/3/45 18/3/19 21/3/25 +f 19/3/22 21/3/25 18/3/19 +f 36/2/53 35/2/52 34/2/51 +f 35/2/52 36/2/53 37/2/54 +f 34/2/57 35/2/56 36/2/55 +f 37/2/58 36/2/55 35/2/56 +f 33/2/48 13/2/6 15/2/12 +f 13/2/6 33/2/48 11/2/4 +f 15/2/13 13/2/10 33/2/50 +f 11/2/8 33/2/50 13/2/10 +f 38/1/59 37/2/54 36/2/53 +f 37/2/54 38/1/59 39/1/60 +f 36/2/55 37/2/58 38/1/61 +f 39/1/62 38/1/61 37/2/58 +f 42/1/65 41/2/64 40/1/63 +f 41/2/64 42/1/65 43/2/66 +f 40/1/69 41/2/68 42/1/67 +f 43/2/70 42/1/67 41/2/68 +f 38/1/59 34/2/51 44/1/71 +f 34/2/51 38/1/59 36/2/53 +f 44/1/72 34/2/57 38/1/61 +f 36/2/55 38/1/61 34/2/57 +f 37/2/54 45/1/73 35/2/52 +f 45/1/73 37/2/54 39/1/60 +f 35/2/56 45/1/74 37/2/58 +f 39/1/62 37/2/58 45/1/74 +f 48/2/77 47/1/76 46/1/75 +f 47/1/76 48/2/77 49/2/78 +f 46/1/81 47/1/80 48/2/79 +f 49/2/82 48/2/79 47/1/80 +f 34/2/51 45/1/73 44/1/71 +f 45/1/73 34/2/51 35/2/52 +f 44/1/72 45/1/74 34/2/57 +f 35/2/56 34/2/57 45/1/74 +f 40/1/63 48/2/77 46/1/75 +f 48/2/77 40/1/63 41/2/64 +f 46/1/81 48/2/79 40/1/69 +f 41/2/68 40/1/69 48/2/79 +f 43/2/66 47/1/76 49/2/78 +f 47/1/76 43/2/66 42/1/65 +f 49/2/82 47/1/80 43/2/70 +f 42/1/67 43/2/70 47/1/80 +f 41/2/64 49/2/78 48/2/77 +f 49/2/78 41/2/64 43/2/66 +f 48/2/79 49/2/82 41/2/68 +f 43/2/70 41/2/68 49/2/82 +f 33/2/48 14/1/11 32/1/47 +f 14/1/11 33/2/48 15/2/12 +f 32/1/49 14/1/14 33/2/50 +f 15/2/13 33/2/50 14/1/14 +f 52/4/83 51/1/84 50/1/83 +f 51/1/84 52/4/83 53/4/84 +f 50/1/85 51/1/86 52/4/85 +f 53/4/86 52/4/85 51/1/86 +f 56/4/1 55/4/1 54/4/1 +f 55/4/1 56/4/1 53/4/1 +f 55/4/1 53/4/1 52/4/1 +f 54/4/2 55/4/2 56/4/2 +f 53/4/2 56/4/2 55/4/2 +f 52/4/2 53/4/2 55/4/2 +f 54/4/86 58/1/86 57/1/86 +f 58/1/86 54/4/86 55/4/86 +f 57/1/84 58/1/84 54/4/84 +f 55/4/84 54/4/84 58/1/84 +f 53/4/84 59/1/87 51/1/84 +f 59/1/87 53/4/84 56/4/87 +f 51/1/86 59/1/88 53/4/86 +f 56/4/88 53/4/86 59/1/88 +f 54/4/89 59/1/89 56/4/89 +f 59/1/89 54/4/89 57/1/89 +f 56/4/90 59/1/90 54/4/90 +f 57/1/90 54/4/90 59/1/90 +f 58/1/90 52/4/90 50/1/90 +f 52/4/90 58/1/90 55/4/90 +f 50/1/89 52/4/89 58/1/89 +f 55/4/89 58/1/89 52/4/89 +f 62/1/47 61/2/12 60/1/11 +f 61/2/12 62/1/47 63/2/48 +f 60/1/14 61/2/13 62/1/49 +f 63/2/50 62/1/49 61/2/13 +f 65/2/4 62/1/47 64/1/3 +f 62/1/47 65/2/4 63/2/48 +f 64/1/9 62/1/49 65/2/8 +f 63/2/50 65/2/8 62/1/49 +f 68/3/24 67/1/43 66/1/23 +f 67/1/43 68/3/24 69/3/44 +f 66/1/26 67/1/46 68/3/25 +f 69/3/45 68/3/25 67/1/46 +f 67/1/43 71/3/17 70/1/15 +f 71/3/17 67/1/43 69/3/44 +f 70/1/21 71/3/19 67/1/46 +f 69/3/45 67/1/46 71/3/19 +f 74/1/41 73/3/36 72/1/39 +f 73/3/36 74/1/41 75/3/35 +f 72/1/40 73/3/37 74/1/42 +f 75/3/38 74/1/42 73/3/37 +f 73/3/36 77/3/28 76/3/30 +f 77/3/28 73/3/36 75/3/35 +f 76/3/34 77/3/32 73/3/37 +f 75/3/38 73/3/37 77/3/32 +f 77/3/28 74/1/41 78/1/27 +f 74/1/41 77/3/28 75/3/35 +f 78/1/33 74/1/42 77/3/32 +f 75/3/38 77/3/32 74/1/42 +f 73/3/36 79/1/29 72/1/39 +f 79/1/29 73/3/36 76/3/30 +f 72/1/40 79/1/31 73/3/37 +f 76/3/34 73/3/37 79/1/31 +f 76/3/30 78/1/27 79/1/29 +f 78/1/27 76/3/30 77/3/28 +f 79/1/31 78/1/33 76/3/34 +f 77/3/32 76/3/34 78/1/33 +f 81/3/18 66/1/23 80/1/16 +f 66/1/23 81/3/18 68/3/24 +f 80/1/20 66/1/26 81/3/22 +f 68/3/25 81/3/22 66/1/26 +f 61/2/12 82/1/5 60/1/11 +f 82/1/5 61/2/12 83/2/6 +f 60/1/14 82/1/7 61/2/13 +f 83/2/10 61/2/13 82/1/7 +f 71/3/17 80/1/16 70/1/15 +f 80/1/16 71/3/17 81/3/18 +f 70/1/21 80/1/20 71/3/19 +f 81/3/22 71/3/19 80/1/20 +f 71/3/17 68/3/24 81/3/18 +f 68/3/24 71/3/17 69/3/44 +f 81/3/22 68/3/25 71/3/19 +f 69/3/45 71/3/19 68/3/25 +f 86/2/93 85/2/92 84/2/91 +f 85/2/92 86/2/93 87/2/94 +f 84/2/97 85/2/96 86/2/95 +f 87/2/98 86/2/95 85/2/96 +f 83/2/6 63/2/48 65/2/4 +f 63/2/48 83/2/6 61/2/12 +f 65/2/8 63/2/50 83/2/10 +f 61/2/13 83/2/10 63/2/50 +f 88/1/99 87/2/94 86/2/93 +f 87/2/94 88/1/99 89/1/100 +f 86/2/95 87/2/98 88/1/101 +f 89/1/102 88/1/101 87/2/98 +f 92/1/75 91/2/78 90/1/76 +f 91/2/78 92/1/75 93/2/77 +f 90/1/80 91/2/82 92/1/81 +f 93/2/79 92/1/81 91/2/82 +f 88/1/99 84/2/91 94/1/103 +f 84/2/91 88/1/99 86/2/93 +f 94/1/104 84/2/97 88/1/101 +f 86/2/95 88/1/101 84/2/97 +f 87/2/94 95/1/105 85/2/92 +f 95/1/105 87/2/94 89/1/100 +f 85/2/96 95/1/106 87/2/98 +f 89/1/102 87/2/98 95/1/106 +f 98/2/66 97/1/63 96/1/65 +f 97/1/63 98/2/66 99/2/64 +f 96/1/67 97/1/69 98/2/70 +f 99/2/68 98/2/70 97/1/69 +f 84/2/91 95/1/105 94/1/103 +f 95/1/105 84/2/91 85/2/92 +f 94/1/104 95/1/106 84/2/97 +f 85/2/96 84/2/97 95/1/106 +f 90/1/76 98/2/66 96/1/65 +f 98/2/66 90/1/76 91/2/78 +f 96/1/67 98/2/70 90/1/80 +f 91/2/82 90/1/80 98/2/70 +f 93/2/77 97/1/63 99/2/64 +f 97/1/63 93/2/77 92/1/75 +f 99/2/68 97/1/69 93/2/79 +f 92/1/81 93/2/79 97/1/69 +f 91/2/78 99/2/64 98/2/66 +f 99/2/64 91/2/78 93/2/77 +f 98/2/70 99/2/68 91/2/82 +f 93/2/79 91/2/82 99/2/68 +f 83/2/6 64/1/3 82/1/5 +f 64/1/3 83/2/6 65/2/4 +f 82/1/7 64/1/9 83/2/10 +f 65/2/8 83/2/10 64/1/9 +f 102/4/85 101/1/107 100/1/85 +f 101/1/107 102/4/85 103/4/107 +f 100/1/83 101/1/108 102/4/83 +f 103/4/108 102/4/83 101/1/108 +f 106/4/1 105/4/1 104/4/1 +f 105/4/1 106/4/1 103/4/1 +f 105/4/1 103/4/1 102/4/1 +f 104/4/2 105/4/2 106/4/2 +f 103/4/2 106/4/2 105/4/2 +f 102/4/2 103/4/2 105/4/2 +f 104/4/108 108/1/108 107/1/108 +f 108/1/108 104/4/108 105/4/108 +f 107/1/107 108/1/107 104/4/107 +f 105/4/107 104/4/107 108/1/107 +f 103/4/107 109/1/88 101/1/107 +f 109/1/88 103/4/107 106/4/88 +f 101/1/108 109/1/87 103/4/108 +f 106/4/87 103/4/108 109/1/87 +f 104/4/109 109/1/109 106/4/109 +f 109/1/109 104/4/109 107/1/109 +f 106/4/110 109/1/110 104/4/110 +f 107/1/110 104/4/110 109/1/110 +f 108/1/110 102/4/110 100/1/110 +f 102/4/110 108/1/110 105/4/110 +f 100/1/109 102/4/109 108/1/109 +f 105/4/109 108/1/109 102/4/109 +f 112/2/48 111/2/6 110/2/12 +f 111/2/6 112/2/48 113/2/4 +f 110/2/13 111/2/10 112/2/50 +f 113/2/8 112/2/50 111/2/10 +f 116/3/24 115/1/43 114/1/23 +f 115/1/43 116/3/24 117/3/44 +f 114/1/26 115/1/46 116/3/25 +f 117/3/45 116/3/25 115/1/46 +f 113/2/4 119/1/112 118/1/111 +f 119/1/112 113/2/4 112/2/48 +f 118/1/114 119/1/113 113/2/8 +f 112/2/50 113/2/8 119/1/113 +f 112/2/48 120/1/115 119/1/112 +f 120/1/115 112/2/48 110/2/12 +f 119/1/113 120/1/116 112/2/50 +f 110/2/13 112/2/50 120/1/116 +f 117/3/44 121/1/15 115/1/43 +f 121/1/15 117/3/44 122/3/17 +f 115/1/46 121/1/21 117/3/45 +f 122/3/19 117/3/45 121/1/21 +f 123/1/16 116/3/24 114/1/23 +f 116/3/24 123/1/16 124/3/18 +f 114/1/26 116/3/25 123/1/20 +f 124/3/22 123/1/20 116/3/25 +f 125/1/117 113/2/4 118/1/111 +f 113/2/4 125/1/117 111/2/6 +f 118/1/114 113/2/8 125/1/118 +f 111/2/10 125/1/118 113/2/8 +f 110/2/12 125/1/117 120/1/115 +f 125/1/117 110/2/12 111/2/6 +f 120/1/116 125/1/118 110/2/13 +f 111/2/10 110/2/13 125/1/118 +f 116/3/24 122/3/17 117/3/44 +f 122/3/17 116/3/24 124/3/18 +f 117/3/45 122/3/19 116/3/25 +f 124/3/22 116/3/25 122/3/19 +f 122/3/17 123/1/16 121/1/15 +f 123/1/16 122/3/17 124/3/18 +f 121/1/21 123/1/20 122/3/19 +f 124/3/22 122/3/19 123/1/20 +f 128/4/84 127/1/119 126/1/84 +f 127/1/119 128/4/84 129/4/119 +f 126/1/86 127/1/120 128/4/86 +f 129/4/120 128/4/86 127/1/120 +f 129/4/1 54/4/1 130/4/1 +f 54/4/1 129/4/1 128/4/1 +f 54/4/1 128/4/1 56/4/1 +f 130/4/2 54/4/2 129/4/2 +f 128/4/2 129/4/2 54/4/2 +f 56/4/2 128/4/2 54/4/2 +f 57/1/90 56/4/90 59/1/90 +f 56/4/90 57/1/90 54/4/90 +f 59/1/89 56/4/89 57/1/89 +f 54/4/89 57/1/89 56/4/89 +f 130/4/86 57/1/86 131/1/86 +f 57/1/86 130/4/86 54/4/86 +f 131/1/84 57/1/84 130/4/84 +f 54/4/84 130/4/84 57/1/84 +f 130/4/89 127/1/89 129/4/89 +f 127/1/89 130/4/89 131/1/89 +f 129/4/90 127/1/90 130/4/90 +f 131/1/90 130/4/90 127/1/90 +f 56/4/121 126/1/84 59/1/121 +f 126/1/84 56/4/121 128/4/84 +f 59/1/122 126/1/86 56/4/122 +f 128/4/86 56/4/122 126/1/86 +f 134/2/48 133/2/6 132/2/12 +f 133/2/6 134/2/48 135/2/4 +f 132/2/13 133/2/10 134/2/50 +f 135/2/8 134/2/50 133/2/10 +f 138/3/24 137/1/43 136/1/23 +f 137/1/43 138/3/24 139/3/44 +f 136/1/26 137/1/46 138/3/25 +f 139/3/45 138/3/25 137/1/46 +f 135/2/4 141/1/112 140/1/111 +f 141/1/112 135/2/4 134/2/48 +f 140/1/114 141/1/113 135/2/8 +f 134/2/50 135/2/8 141/1/113 +f 134/2/48 142/1/115 141/1/112 +f 142/1/115 134/2/48 132/2/12 +f 141/1/113 142/1/116 134/2/50 +f 132/2/13 134/2/50 142/1/116 +f 139/3/44 143/1/15 137/1/43 +f 143/1/15 139/3/44 144/3/17 +f 137/1/46 143/1/21 139/3/45 +f 144/3/19 139/3/45 143/1/21 +f 145/1/16 138/3/24 136/1/23 +f 138/3/24 145/1/16 146/3/18 +f 136/1/26 138/3/25 145/1/20 +f 146/3/22 145/1/20 138/3/25 +f 147/1/117 135/2/4 140/1/111 +f 135/2/4 147/1/117 133/2/6 +f 140/1/114 135/2/8 147/1/118 +f 133/2/10 147/1/118 135/2/8 +f 132/2/12 147/1/117 142/1/115 +f 147/1/117 132/2/12 133/2/6 +f 142/1/116 147/1/118 132/2/13 +f 133/2/10 132/2/13 147/1/118 +f 138/3/24 144/3/17 139/3/44 +f 144/3/17 138/3/24 146/3/18 +f 139/3/45 144/3/19 138/3/25 +f 146/3/22 138/3/25 144/3/19 +f 144/3/17 145/1/16 143/1/15 +f 145/1/16 144/3/17 146/3/18 +f 143/1/21 145/1/20 144/3/19 +f 146/3/22 144/3/19 145/1/20 +f 149/4/84 50/1/119 148/1/84 +f 50/1/119 149/4/84 52/4/119 +f 148/1/86 50/1/120 149/4/86 +f 52/4/120 149/4/86 50/1/120 +f 52/4/1 151/4/1 150/4/1 +f 151/4/1 52/4/1 149/4/1 +f 151/4/1 149/4/1 152/4/1 +f 150/4/2 151/4/2 52/4/2 +f 149/4/2 52/4/2 151/4/2 +f 152/4/2 149/4/2 151/4/2 +f 154/1/90 152/4/90 153/1/90 +f 152/4/90 154/1/90 151/4/90 +f 153/1/89 152/4/89 154/1/89 +f 151/4/89 154/1/89 152/4/89 +f 150/4/86 154/1/86 155/1/86 +f 154/1/86 150/4/86 151/4/86 +f 155/1/84 154/1/84 150/4/84 +f 151/4/84 150/4/84 154/1/84 +f 150/4/89 50/1/89 52/4/89 +f 50/1/89 150/4/89 155/1/89 +f 52/4/90 50/1/90 150/4/90 +f 155/1/90 150/4/90 50/1/90 +f 152/4/121 148/1/84 153/1/121 +f 148/1/84 152/4/121 149/4/84 +f 153/1/122 148/1/86 152/4/122 +f 149/4/86 152/4/122 148/1/86 +f 158/2/6 157/2/48 156/2/4 +f 157/2/48 158/2/6 159/2/12 +f 156/2/8 157/2/50 158/2/10 +f 159/2/13 158/2/10 157/2/50 +f 162/3/17 161/1/16 160/1/15 +f 161/1/16 162/3/17 163/3/18 +f 160/1/21 161/1/20 162/3/19 +f 163/3/22 162/3/19 161/1/20 +f 159/2/12 165/1/117 164/1/115 +f 165/1/117 159/2/12 158/2/6 +f 164/1/116 165/1/118 159/2/13 +f 158/2/10 159/2/13 165/1/118 +f 158/2/6 166/1/111 165/1/117 +f 166/1/111 158/2/6 156/2/4 +f 165/1/118 166/1/114 158/2/10 +f 156/2/8 158/2/10 166/1/114 +f 163/3/18 167/1/23 161/1/16 +f 167/1/23 163/3/18 168/3/24 +f 161/1/20 167/1/26 163/3/22 +f 168/3/25 163/3/22 167/1/26 +f 169/1/43 162/3/17 160/1/15 +f 162/3/17 169/1/43 170/3/44 +f 160/1/21 162/3/19 169/1/46 +f 170/3/45 169/1/46 162/3/19 +f 171/1/112 159/2/12 164/1/115 +f 159/2/12 171/1/112 157/2/48 +f 164/1/116 159/2/13 171/1/113 +f 157/2/50 171/1/113 159/2/13 +f 156/2/4 171/1/112 166/1/111 +f 171/1/112 156/2/4 157/2/48 +f 166/1/114 171/1/113 156/2/8 +f 157/2/50 156/2/8 171/1/113 +f 162/3/17 168/3/24 163/3/18 +f 168/3/24 162/3/17 170/3/44 +f 163/3/22 168/3/25 162/3/19 +f 170/3/45 162/3/19 168/3/25 +f 168/3/24 169/1/43 167/1/23 +f 169/1/43 168/3/24 170/3/44 +f 167/1/26 169/1/46 168/3/25 +f 170/3/45 168/3/25 169/1/46 +f 173/4/107 100/1/120 172/1/107 +f 100/1/120 173/4/107 102/4/120 +f 172/1/108 100/1/119 173/4/108 +f 102/4/119 173/4/108 100/1/119 +f 102/4/1 175/4/1 174/4/1 +f 175/4/1 102/4/1 173/4/1 +f 175/4/1 173/4/1 176/4/1 +f 174/4/2 175/4/2 102/4/2 +f 173/4/2 102/4/2 175/4/2 +f 176/4/2 173/4/2 175/4/2 +f 178/1/110 176/4/110 177/1/110 +f 176/4/110 178/1/110 175/4/110 +f 177/1/109 176/4/109 178/1/109 +f 175/4/109 178/1/109 176/4/109 +f 174/4/108 178/1/108 179/1/108 +f 178/1/108 174/4/108 175/4/108 +f 179/1/107 178/1/107 174/4/107 +f 175/4/107 174/4/107 178/1/107 +f 174/4/109 100/1/109 102/4/109 +f 100/1/109 174/4/109 179/1/109 +f 102/4/110 100/1/110 174/4/110 +f 179/1/110 174/4/110 100/1/110 +f 176/4/122 172/1/107 177/1/122 +f 172/1/107 176/4/122 173/4/107 +f 177/1/121 172/1/108 176/4/121 +f 173/4/108 176/4/121 172/1/108 +f 182/2/6 181/2/48 180/2/4 +f 181/2/48 182/2/6 183/2/12 +f 180/2/8 181/2/50 182/2/10 +f 183/2/13 182/2/10 181/2/50 +f 186/3/17 185/1/16 184/1/15 +f 185/1/16 186/3/17 187/3/18 +f 184/1/21 185/1/20 186/3/19 +f 187/3/22 186/3/19 185/1/20 +f 183/2/12 189/1/117 188/1/115 +f 189/1/117 183/2/12 182/2/6 +f 188/1/116 189/1/118 183/2/13 +f 182/2/10 183/2/13 189/1/118 +f 182/2/6 190/1/111 189/1/117 +f 190/1/111 182/2/6 180/2/4 +f 189/1/118 190/1/114 182/2/10 +f 180/2/8 182/2/10 190/1/114 +f 187/3/18 191/1/23 185/1/16 +f 191/1/23 187/3/18 192/3/24 +f 185/1/20 191/1/26 187/3/22 +f 192/3/25 187/3/22 191/1/26 +f 193/1/43 186/3/17 184/1/15 +f 186/3/17 193/1/43 194/3/44 +f 184/1/21 186/3/19 193/1/46 +f 194/3/45 193/1/46 186/3/19 +f 195/1/112 183/2/12 188/1/115 +f 183/2/12 195/1/112 181/2/48 +f 188/1/116 183/2/13 195/1/113 +f 181/2/50 195/1/113 183/2/13 +f 180/2/4 195/1/112 190/1/111 +f 195/1/112 180/2/4 181/2/48 +f 190/1/114 195/1/113 180/2/8 +f 181/2/50 180/2/8 195/1/113 +f 186/3/17 192/3/24 187/3/18 +f 192/3/24 186/3/17 194/3/44 +f 187/3/22 192/3/25 186/3/19 +f 194/3/45 186/3/19 192/3/25 +f 192/3/24 193/1/43 191/1/23 +f 193/1/43 192/3/24 194/3/44 +f 191/1/26 193/1/46 192/3/25 +f 194/3/45 192/3/25 193/1/46 +f 198/4/107 197/1/120 196/1/107 +f 197/1/120 198/4/107 199/4/120 +f 196/1/108 197/1/119 198/4/108 +f 199/4/119 198/4/108 197/1/119 +f 199/4/1 104/4/1 200/4/1 +f 104/4/1 199/4/1 198/4/1 +f 104/4/1 198/4/1 106/4/1 +f 200/4/2 104/4/2 199/4/2 +f 198/4/2 199/4/2 104/4/2 +f 106/4/2 198/4/2 104/4/2 +f 107/1/110 106/4/110 109/1/110 +f 106/4/110 107/1/110 104/4/110 +f 109/1/109 106/4/109 107/1/109 +f 104/4/109 107/1/109 106/4/109 +f 200/4/108 107/1/108 201/1/108 +f 107/1/108 200/4/108 104/4/108 +f 201/1/107 107/1/107 200/4/107 +f 104/4/107 200/4/107 107/1/107 +f 200/4/109 197/1/109 199/4/109 +f 197/1/109 200/4/109 201/1/109 +f 199/4/110 197/1/110 200/4/110 +f 201/1/110 200/4/110 197/1/110 +f 106/4/122 196/1/107 109/1/122 +f 196/1/107 106/4/122 198/4/107 +f 109/1/121 196/1/108 106/4/121 +f 198/4/108 106/4/121 196/1/108 +f 204/5/89 203/6/123 202/5/123 +f 203/6/123 204/5/89 205/6/89 +f 202/5/124 203/6/124 204/5/90 +f 205/6/90 204/5/90 203/6/124 +f 208/5/86 207/6/125 206/6/86 +f 207/6/125 208/5/86 209/5/125 +f 206/6/84 207/6/126 208/5/84 +f 209/5/126 208/5/84 207/6/126 +f 211/5/127 206/6/86 210/6/127 +f 206/6/86 211/5/127 208/5/86 +f 210/6/128 206/6/84 211/5/128 +f 208/5/84 211/5/128 206/6/84 +f 213/5/84 203/6/126 212/6/84 +f 203/6/126 213/5/84 202/5/126 +f 212/6/86 203/6/125 213/5/86 +f 202/5/125 213/5/86 203/6/125 +f 215/5/128 212/6/84 214/6/128 +f 212/6/84 215/5/128 213/5/84 +f 214/6/127 212/6/86 215/5/127 +f 213/5/86 215/5/127 212/6/86 +f 216/6/90 215/5/129 214/6/129 +f 215/5/129 216/6/90 217/5/90 +f 214/6/130 215/5/130 216/6/89 +f 217/5/89 216/6/89 215/5/130 +f 207/6/124 217/5/90 216/6/90 +f 217/5/90 207/6/124 209/5/124 +f 216/6/89 217/5/89 207/6/123 +f 209/5/123 207/6/123 217/5/89 +f 202/5/1 211/5/1 204/5/1 +f 211/5/1 202/5/1 208/5/1 +f 208/5/1 202/5/1 213/5/1 +f 208/5/1 213/5/1 209/5/1 +f 209/5/1 213/5/1 215/5/1 +f 209/5/1 215/5/1 217/5/1 +f 204/5/2 211/5/2 202/5/2 +f 208/5/2 202/5/2 211/5/2 +f 213/5/2 202/5/2 208/5/2 +f 209/5/2 213/5/2 208/5/2 +f 215/5/2 213/5/2 209/5/2 +f 217/5/2 215/5/2 209/5/2 +f 210/6/2 203/6/2 205/6/2 +f 203/6/2 210/6/2 206/6/2 +f 203/6/2 206/6/2 212/6/2 +f 212/6/2 206/6/2 207/6/2 +f 212/6/2 207/6/2 214/6/2 +f 214/6/2 207/6/2 216/6/2 +f 205/6/1 203/6/1 210/6/1 +f 206/6/1 210/6/1 203/6/1 +f 212/6/1 206/6/1 203/6/1 +f 207/6/1 206/6/1 212/6/1 +f 214/6/1 207/6/1 212/6/1 +f 216/6/1 207/6/1 214/6/1 +f 211/5/130 205/6/89 204/5/89 +f 205/6/89 211/5/130 210/6/130 +f 204/5/90 205/6/90 211/5/129 +f 210/6/129 211/5/129 205/6/90 +f 220/5/86 219/6/125 218/6/86 +f 219/6/125 220/5/86 221/5/125 +f 218/6/84 219/6/126 220/5/84 +f 221/5/126 220/5/84 219/6/126 +f 224/5/128 223/6/84 222/6/128 +f 223/6/84 224/5/128 225/5/84 +f 222/6/127 223/6/86 224/5/127 +f 225/5/86 224/5/127 223/6/86 +f 227/5/127 218/6/86 226/6/127 +f 218/6/86 227/5/127 220/5/86 +f 226/6/128 218/6/84 227/5/128 +f 220/5/84 227/5/128 218/6/84 +f 227/5/130 229/6/89 228/5/89 +f 229/6/89 227/5/130 226/6/130 +f 228/5/90 229/6/90 227/5/129 +f 226/6/129 227/5/129 229/6/90 +f 230/5/1 227/5/1 228/5/1 +f 227/5/1 230/5/1 225/5/1 +f 227/5/1 225/5/1 220/5/1 +f 220/5/1 225/5/1 224/5/1 +f 220/5/1 224/5/1 221/5/1 +f 221/5/1 224/5/1 231/5/1 +f 228/5/2 227/5/2 230/5/2 +f 225/5/2 230/5/2 227/5/2 +f 220/5/2 225/5/2 227/5/2 +f 224/5/2 225/5/2 220/5/2 +f 221/5/2 224/5/2 220/5/2 +f 231/5/2 224/5/2 221/5/2 +f 232/6/90 224/5/129 222/6/129 +f 224/5/129 232/6/90 231/5/90 +f 222/6/130 224/5/130 232/6/89 +f 231/5/89 232/6/89 224/5/130 +f 219/6/124 231/5/90 232/6/90 +f 231/5/90 219/6/124 221/5/124 +f 232/6/89 231/5/89 219/6/123 +f 221/5/123 219/6/123 231/5/89 +f 228/5/89 233/6/123 230/5/123 +f 233/6/123 228/5/89 229/6/89 +f 230/5/124 233/6/124 228/5/90 +f 229/6/90 228/5/90 233/6/124 +f 225/5/84 233/6/126 223/6/84 +f 233/6/126 225/5/84 230/5/126 +f 223/6/86 233/6/125 225/5/86 +f 230/5/125 225/5/86 233/6/125 +f 236/8/131 235/7/132 234/7/131 +f 235/7/132 236/8/131 237/8/132 +f 234/7/133 235/7/134 236/8/133 +f 237/8/134 236/8/133 235/7/134 +f 239/8/135 234/7/131 238/7/135 +f 234/7/131 239/8/135 236/8/131 +f 238/7/136 234/7/133 239/8/136 +f 236/8/133 239/8/136 234/7/133 +f 242/7/137 241/8/138 240/8/137 +f 241/8/138 242/7/137 243/7/138 +f 240/8/139 241/8/140 242/7/139 +f 243/7/140 242/7/139 241/8/140 +f 246/7/141 245/8/142 244/8/141 +f 245/8/142 246/7/141 247/7/142 +f 244/8/143 245/8/144 246/7/143 +f 247/7/144 246/7/143 245/8/144 +f 248/7/146 241/8/145 243/7/145 +f 241/8/145 248/7/146 249/8/146 +f 243/7/148 241/8/148 248/7/147 +f 249/8/147 248/7/147 241/8/148 +f 246/7/149 249/8/146 248/7/146 +f 249/8/146 246/7/149 244/8/149 +f 248/7/147 249/8/147 246/7/150 +f 244/8/150 246/7/150 249/8/147 +f 238/7/151 240/8/137 239/8/151 +f 240/8/137 238/7/151 242/7/137 +f 239/8/152 240/8/139 238/7/152 +f 242/7/139 238/7/152 240/8/139 +f 247/7/142 237/8/153 245/8/142 +f 237/8/153 247/7/142 235/7/153 +f 245/8/144 237/8/154 247/7/144 +f 235/7/154 247/7/144 237/8/154 +f 252/5/109 251/6/124 250/5/124 +f 251/6/124 252/5/109 253/6/109 +f 250/5/123 251/6/123 252/5/110 +f 253/6/110 252/5/110 251/6/123 +f 256/5/108 255/6/126 254/6/108 +f 255/6/126 256/5/108 257/5/126 +f 254/6/107 255/6/125 256/5/107 +f 257/5/125 256/5/107 255/6/125 +f 259/5/128 254/6/108 258/6/128 +f 254/6/108 259/5/128 256/5/108 +f 258/6/127 254/6/107 259/5/127 +f 256/5/107 259/5/127 254/6/107 +f 261/5/107 251/6/125 260/6/107 +f 251/6/125 261/5/107 250/5/125 +f 260/6/108 251/6/126 261/5/108 +f 250/5/126 261/5/108 251/6/126 +f 263/5/127 260/6/107 262/6/127 +f 260/6/107 263/5/127 261/5/107 +f 262/6/128 260/6/108 263/5/128 +f 261/5/108 263/5/128 260/6/108 +f 264/6/110 263/5/130 262/6/130 +f 263/5/130 264/6/110 265/5/110 +f 262/6/129 263/5/129 264/6/109 +f 265/5/109 264/6/109 263/5/129 +f 255/6/123 265/5/110 264/6/110 +f 265/5/110 255/6/123 257/5/123 +f 264/6/109 265/5/109 255/6/124 +f 257/5/124 255/6/124 265/5/109 +f 250/5/1 259/5/1 252/5/1 +f 259/5/1 250/5/1 256/5/1 +f 256/5/1 250/5/1 261/5/1 +f 256/5/1 261/5/1 257/5/1 +f 257/5/1 261/5/1 263/5/1 +f 257/5/1 263/5/1 265/5/1 +f 252/5/2 259/5/2 250/5/2 +f 256/5/2 250/5/2 259/5/2 +f 261/5/2 250/5/2 256/5/2 +f 257/5/2 261/5/2 256/5/2 +f 263/5/2 261/5/2 257/5/2 +f 265/5/2 263/5/2 257/5/2 +f 258/6/2 251/6/2 253/6/2 +f 251/6/2 258/6/2 254/6/2 +f 251/6/2 254/6/2 260/6/2 +f 260/6/2 254/6/2 255/6/2 +f 260/6/2 255/6/2 262/6/2 +f 262/6/2 255/6/2 264/6/2 +f 253/6/1 251/6/1 258/6/1 +f 254/6/1 258/6/1 251/6/1 +f 260/6/1 254/6/1 251/6/1 +f 255/6/1 254/6/1 260/6/1 +f 262/6/1 255/6/1 260/6/1 +f 264/6/1 255/6/1 262/6/1 +f 259/5/129 253/6/109 252/5/109 +f 253/6/109 259/5/129 258/6/129 +f 252/5/110 253/6/110 259/5/130 +f 258/6/130 259/5/130 253/6/110 +f 268/5/108 267/6/126 266/6/108 +f 267/6/126 268/5/108 269/5/126 +f 266/6/107 267/6/125 268/5/107 +f 269/5/125 268/5/107 267/6/125 +f 272/5/127 271/6/107 270/6/127 +f 271/6/107 272/5/127 273/5/107 +f 270/6/128 271/6/108 272/5/128 +f 273/5/108 272/5/128 271/6/108 +f 275/5/128 266/6/108 274/6/128 +f 266/6/108 275/5/128 268/5/108 +f 274/6/127 266/6/107 275/5/127 +f 268/5/107 275/5/127 266/6/107 +f 275/5/129 277/6/109 276/5/109 +f 277/6/109 275/5/129 274/6/129 +f 276/5/110 277/6/110 275/5/130 +f 274/6/130 275/5/130 277/6/110 +f 278/5/1 275/5/1 276/5/1 +f 275/5/1 278/5/1 273/5/1 +f 275/5/1 273/5/1 268/5/1 +f 268/5/1 273/5/1 272/5/1 +f 268/5/1 272/5/1 269/5/1 +f 269/5/1 272/5/1 279/5/1 +f 276/5/2 275/5/2 278/5/2 +f 273/5/2 278/5/2 275/5/2 +f 268/5/2 273/5/2 275/5/2 +f 272/5/2 273/5/2 268/5/2 +f 269/5/2 272/5/2 268/5/2 +f 279/5/2 272/5/2 269/5/2 +f 280/6/110 272/5/130 270/6/130 +f 272/5/130 280/6/110 279/5/110 +f 270/6/129 272/5/129 280/6/109 +f 279/5/109 280/6/109 272/5/129 +f 267/6/123 279/5/110 280/6/110 +f 279/5/110 267/6/123 269/5/123 +f 280/6/109 279/5/109 267/6/124 +f 269/5/124 267/6/124 279/5/109 +f 276/5/109 281/6/124 278/5/124 +f 281/6/124 276/5/109 277/6/109 +f 278/5/123 281/6/123 276/5/110 +f 277/6/110 276/5/110 281/6/123 +f 273/5/107 281/6/125 271/6/107 +f 281/6/125 273/5/107 278/5/125 +f 271/6/108 281/6/126 273/5/108 +f 278/5/126 273/5/108 281/6/126 +f 284/8/155 283/7/145 282/7/155 +f 283/7/145 284/8/155 285/8/145 +f 282/7/156 283/7/148 284/8/156 +f 285/8/148 284/8/156 283/7/148 +f 287/8/149 282/7/155 286/7/149 +f 282/7/155 287/8/149 284/8/155 +f 286/7/150 282/7/156 287/8/150 +f 284/8/156 287/8/150 282/7/156 +f 290/7/157 289/8/153 288/8/157 +f 289/8/153 290/7/157 291/7/153 +f 288/8/158 289/8/154 290/7/158 +f 291/7/154 290/7/158 289/8/154 +f 294/7/151 293/8/159 292/8/151 +f 293/8/159 294/7/151 295/7/159 +f 292/8/152 293/8/160 294/7/152 +f 295/7/160 294/7/152 293/8/160 +f 296/7/161 289/8/132 291/7/132 +f 289/8/132 296/7/161 297/8/161 +f 291/7/134 289/8/134 296/7/162 +f 297/8/162 296/7/162 289/8/134 +f 294/7/135 297/8/161 296/7/161 +f 297/8/161 294/7/135 292/8/135 +f 296/7/162 297/8/162 294/7/136 +f 292/8/136 294/7/136 297/8/162 +f 286/7/141 288/8/157 287/8/141 +f 288/8/157 286/7/141 290/7/157 +f 287/8/143 288/8/158 286/7/143 +f 290/7/158 286/7/143 288/8/158 +f 295/7/159 285/8/138 293/8/159 +f 285/8/138 295/7/159 283/7/138 +f 293/8/160 285/8/140 295/7/160 +f 283/7/140 295/7/160 285/8/140 +f 300/10/84 299/9/163 298/9/84 +f 299/9/163 300/10/84 301/10/163 +f 298/9/86 299/9/164 300/10/86 +f 301/10/164 300/10/86 299/9/164 +f 304/10/166 303/9/165 302/10/165 +f 303/9/165 304/10/166 305/9/166 +f 302/10/168 303/9/168 304/10/167 +f 305/9/167 304/10/167 303/9/168 +f 301/10/163 303/9/165 299/9/163 +f 303/9/165 301/10/163 302/10/165 +f 299/9/164 303/9/168 301/10/164 +f 302/10/168 301/10/164 303/9/168 +f 307/10/169 298/9/84 306/9/169 +f 298/9/84 307/10/169 300/10/84 +f 306/9/170 298/9/86 307/10/170 +f 300/10/86 307/10/170 298/9/86 +f 302/10/1 308/10/1 304/10/1 +f 308/10/1 302/10/1 301/10/1 +f 308/10/1 301/10/1 300/10/1 +f 308/10/1 300/10/1 307/10/1 +f 308/10/1 307/10/1 309/10/1 +f 304/10/2 308/10/2 302/10/2 +f 301/10/2 302/10/2 308/10/2 +f 300/10/2 301/10/2 308/10/2 +f 307/10/2 300/10/2 308/10/2 +f 309/10/2 307/10/2 308/10/2 +f 311/9/172 309/10/171 310/9/171 +f 309/10/171 311/9/172 308/10/172 +f 310/9/174 309/10/174 311/9/173 +f 308/10/173 311/9/173 309/10/174 +f 310/9/171 307/10/169 306/9/169 +f 307/10/169 310/9/171 309/10/171 +f 306/9/170 307/10/170 310/9/174 +f 309/10/174 310/9/174 307/10/170 +f 57/10/89 313/9/89 312/10/89 +f 313/9/89 57/10/89 314/9/89 +f 312/10/90 313/9/90 57/10/90 +f 314/9/90 57/10/90 313/9/90 +f 317/10/175 316/9/84 315/9/175 +f 316/9/84 317/10/175 318/10/84 +f 315/9/176 316/9/86 317/10/176 +f 318/10/86 317/10/176 316/9/86 +f 57/10/86 319/9/86 314/9/86 +f 319/9/86 57/10/86 58/10/86 +f 314/9/84 319/9/84 57/10/84 +f 58/10/84 57/10/84 319/9/84 +f 318/10/84 313/9/177 316/9/84 +f 313/9/177 318/10/84 312/10/177 +f 316/9/86 313/9/178 318/10/86 +f 312/10/178 318/10/86 313/9/178 +f 319/9/2 313/9/2 314/9/2 +f 313/9/2 319/9/2 316/9/2 +f 316/9/2 319/9/2 315/9/2 +f 314/9/1 313/9/1 319/9/1 +f 316/9/1 319/9/1 313/9/1 +f 315/9/1 319/9/1 316/9/1 +f 312/10/1 58/10/1 57/10/1 +f 58/10/1 312/10/1 318/10/1 +f 58/10/1 318/10/1 317/10/1 +f 57/10/2 58/10/2 312/10/2 +f 318/10/2 312/10/2 58/10/2 +f 317/10/2 318/10/2 58/10/2 +f 319/9/90 317/10/90 315/9/90 +f 317/10/90 319/9/90 58/10/90 +f 315/9/89 317/10/89 319/9/89 +f 58/10/89 319/9/89 317/10/89 +f 322/11/1 321/11/1 320/11/1 +f 321/11/1 322/11/1 323/11/1 +f 321/11/1 323/11/1 324/11/1 +f 320/11/2 321/11/2 322/11/2 +f 323/11/2 322/11/2 321/11/2 +f 324/11/2 323/11/2 321/11/2 +f 320/11/86 326/9/86 325/9/86 +f 326/9/86 320/11/86 321/11/86 +f 325/9/84 326/9/84 320/11/84 +f 321/11/84 320/11/84 326/9/84 +f 326/9/90 324/11/90 327/9/90 +f 324/11/90 326/9/90 321/11/90 +f 327/9/89 324/11/89 326/9/89 +f 321/11/89 326/9/89 324/11/89 +f 320/11/89 328/9/89 322/11/89 +f 328/9/89 320/11/89 325/9/89 +f 322/11/90 328/9/90 320/11/90 +f 325/9/90 320/11/90 328/9/90 +f 330/13/85 329/12/85 323/11/86 +f 329/12/85 331/14/85 323/11/86 +f 332/15/85 330/13/85 323/11/86 +f 331/14/85 333/16/85 323/11/86 +f 334/14/85 333/16/85 331/14/85 +f 333/16/85 335/17/85 323/11/86 +f 333/16/85 334/14/85 336/16/85 +f 336/16/85 334/14/85 337/17/85 +f 337/17/85 334/14/85 338/18/85 +f 335/17/85 339/18/85 323/11/86 +f 334/14/85 340/12/85 338/18/85 +f 324/11/85 332/15/85 323/11/86 +f 323/11/86 339/18/85 341/9/86 +f 342/19/85 341/9/86 339/18/85 +f 343/19/85 341/9/86 342/19/85 +f 332/15/85 324/11/85 344/15/85 +f 344/15/85 324/11/85 345/13/85 +f 345/13/85 324/11/85 340/12/85 +f 341/9/86 343/19/85 327/9/85 +f 338/18/85 327/9/85 343/19/85 +f 340/12/85 327/9/85 338/18/85 +f 324/11/85 327/9/85 340/12/85 +f 347/21/88 346/20/88 322/11/88 +f 348/22/88 347/21/88 322/11/88 +f 322/11/88 346/20/88 328/9/88 +f 349/23/88 328/9/88 346/20/88 +f 350/23/88 328/9/88 349/23/88 +f 328/9/88 350/23/88 341/9/86 +f 351/20/88 341/9/86 350/23/88 +f 323/11/86 348/22/88 322/11/88 +f 323/11/86 341/9/86 351/20/88 +f 348/22/88 323/11/86 352/22/88 +f 353/21/88 323/11/86 351/20/88 +f 352/22/88 323/11/86 353/21/88 +f 323/11/84 329/12/83 330/13/83 +f 323/11/84 330/13/83 332/15/83 +f 323/11/84 331/14/83 329/12/83 +f 323/11/84 332/15/83 324/11/83 +f 344/15/83 324/11/83 332/15/83 +f 345/13/83 324/11/83 344/15/83 +f 340/12/83 324/11/83 345/13/83 +f 340/12/83 327/9/83 324/11/83 +f 338/18/83 327/9/83 340/12/83 +f 338/18/83 340/12/83 334/14/83 +f 343/19/83 327/9/83 338/18/83 +f 338/18/83 334/14/83 337/17/83 +f 337/17/83 334/14/83 336/16/83 +f 327/9/83 343/19/83 341/9/84 +f 342/19/83 341/9/84 343/19/83 +f 339/18/83 341/9/84 342/19/83 +f 341/9/84 339/18/83 323/11/84 +f 323/11/84 339/18/83 335/17/83 +f 336/16/83 334/14/83 333/16/83 +f 323/11/84 335/17/83 333/16/83 +f 331/14/83 333/16/83 334/14/83 +f 323/11/84 333/16/83 331/14/83 +f 322/11/87 346/20/87 347/21/87 +f 322/11/87 347/21/87 348/22/87 +f 328/9/87 346/20/87 322/11/87 +f 346/20/87 328/9/87 349/23/87 +f 349/23/87 328/9/87 350/23/87 +f 341/9/84 350/23/87 328/9/87 +f 350/23/87 341/9/84 351/20/87 +f 322/11/87 348/22/87 323/11/84 +f 351/20/87 341/9/84 323/11/84 +f 352/22/87 323/11/84 348/22/87 +f 351/20/87 323/11/84 353/21/87 +f 353/21/87 323/11/84 352/22/87 +f 356/25/179 355/24/180 354/24/179 +f 355/24/180 356/25/179 357/25/180 +f 354/24/181 355/24/182 356/25/181 +f 357/25/182 356/25/181 355/24/182 +f 360/25/181 359/24/182 358/24/181 +f 359/24/182 360/25/181 361/25/182 +f 358/24/179 359/24/180 360/25/179 +f 361/25/180 360/25/179 359/24/180 +f 364/25/184 363/24/183 362/25/183 +f 363/24/183 364/25/184 365/24/184 +f 362/25/186 363/24/186 364/25/185 +f 365/24/185 364/25/185 363/24/186 +f 368/24/186 367/25/185 366/24/185 +f 367/25/185 368/24/186 369/25/186 +f 366/24/184 367/25/184 368/24/183 +f 369/25/183 368/24/183 367/25/184 +f 361/25/182 368/24/186 359/24/182 +f 368/24/186 361/25/182 369/25/186 +f 359/24/180 368/24/183 361/25/180 +f 369/25/183 361/25/180 368/24/183 +f 357/25/180 363/24/183 355/24/180 +f 363/24/183 357/25/180 362/25/183 +f 355/24/182 363/24/186 357/25/182 +f 362/25/186 357/25/182 363/24/186 +f 364/25/184 358/24/181 365/24/184 +f 358/24/181 364/25/184 360/25/181 +f 365/24/185 358/24/179 364/25/185 +f 360/25/179 364/25/185 358/24/179 +f 367/25/185 354/24/179 366/24/185 +f 354/24/179 367/25/185 356/25/179 +f 366/24/184 354/24/181 367/25/184 +f 356/25/181 367/25/184 354/24/181 +f 357/25/187 364/25/187 362/25/187 +f 364/25/187 357/25/187 360/25/187 +f 360/25/187 357/25/187 356/25/187 +f 360/25/187 356/25/187 361/25/187 +f 361/25/187 356/25/187 367/25/187 +f 361/25/187 367/25/187 369/25/187 +f 362/25/188 364/25/188 357/25/188 +f 360/25/188 357/25/188 364/25/188 +f 356/25/188 357/25/188 360/25/188 +f 361/25/188 356/25/188 360/25/188 +f 367/25/188 356/25/188 361/25/188 +f 369/25/188 367/25/188 361/25/188 +f 358/24/188 363/24/188 365/24/188 +f 363/24/188 358/24/188 355/24/188 +f 355/24/188 358/24/188 359/24/188 +f 355/24/188 359/24/188 354/24/188 +f 354/24/188 359/24/188 368/24/188 +f 354/24/188 368/24/188 366/24/188 +f 365/24/187 363/24/187 358/24/187 +f 355/24/187 358/24/187 363/24/187 +f 359/24/187 358/24/187 355/24/187 +f 354/24/187 359/24/187 355/24/187 +f 368/24/187 359/24/187 354/24/187 +f 366/24/187 368/24/187 354/24/187 +f 372/25/189 371/24/190 370/24/189 +f 371/24/190 372/25/189 373/25/190 +f 370/24/191 371/24/192 372/25/191 +f 373/25/192 372/25/191 371/24/192 +f 376/25/191 375/24/192 374/24/191 +f 375/24/192 376/25/191 377/25/192 +f 374/24/189 375/24/190 376/25/189 +f 377/25/190 376/25/189 375/24/190 +f 380/25/194 379/24/193 378/25/193 +f 379/24/193 380/25/194 381/24/194 +f 378/25/196 379/24/196 380/25/195 +f 381/24/195 380/25/195 379/24/196 +f 384/24/196 383/25/195 382/24/195 +f 383/25/195 384/24/196 385/25/196 +f 382/24/194 383/25/194 384/24/193 +f 385/25/193 384/24/193 383/25/194 +f 377/25/192 384/24/196 375/24/192 +f 384/24/196 377/25/192 385/25/196 +f 375/24/190 384/24/193 377/25/190 +f 385/25/193 377/25/190 384/24/193 +f 373/25/190 379/24/193 371/24/190 +f 379/24/193 373/25/190 378/25/193 +f 371/24/192 379/24/196 373/25/192 +f 378/25/196 373/25/192 379/24/196 +f 380/25/194 374/24/191 381/24/194 +f 374/24/191 380/25/194 376/25/191 +f 381/24/195 374/24/189 380/25/195 +f 376/25/189 380/25/195 374/24/189 +f 383/25/195 370/24/189 382/24/195 +f 370/24/189 383/25/195 372/25/189 +f 382/24/194 370/24/191 383/25/194 +f 372/25/191 383/25/194 370/24/191 +f 373/25/197 380/25/197 378/25/197 +f 380/25/197 373/25/197 376/25/197 +f 376/25/197 373/25/197 372/25/197 +f 376/25/197 372/25/197 377/25/197 +f 377/25/197 372/25/197 383/25/197 +f 377/25/197 383/25/197 385/25/197 +f 378/25/198 380/25/198 373/25/198 +f 376/25/198 373/25/198 380/25/198 +f 372/25/198 373/25/198 376/25/198 +f 377/25/198 372/25/198 376/25/198 +f 383/25/198 372/25/198 377/25/198 +f 385/25/198 383/25/198 377/25/198 +f 374/24/198 379/24/198 381/24/198 +f 379/24/198 374/24/198 371/24/198 +f 371/24/198 374/24/198 375/24/198 +f 371/24/198 375/24/198 370/24/198 +f 370/24/198 375/24/198 384/24/198 +f 370/24/198 384/24/198 382/24/198 +f 381/24/197 379/24/197 374/24/197 +f 371/24/197 374/24/197 379/24/197 +f 375/24/197 374/24/197 371/24/197 +f 370/24/197 375/24/197 371/24/197 +f 384/24/197 375/24/197 370/24/197 +f 382/24/197 384/24/197 370/24/197 +f 388/24/189 387/25/190 386/24/190 +f 387/25/190 388/24/189 389/25/189 +f 386/24/192 387/25/192 388/24/191 +f 389/25/191 388/24/191 387/25/192 +f 392/25/191 391/24/192 390/24/191 +f 391/24/192 392/25/191 393/25/192 +f 390/24/189 391/24/190 392/25/189 +f 393/25/190 392/25/189 391/24/190 +f 396/25/194 395/24/193 394/25/193 +f 395/24/193 396/25/194 397/24/194 +f 394/25/196 395/24/196 396/25/195 +f 397/24/195 396/25/195 395/24/196 +f 400/24/196 399/25/195 398/24/195 +f 399/25/195 400/24/196 401/25/196 +f 398/24/194 399/25/194 400/24/193 +f 401/25/193 400/24/193 399/25/194 +f 391/24/192 401/25/196 400/24/196 +f 401/25/196 391/24/192 393/25/192 +f 400/24/193 401/25/193 391/24/190 +f 393/25/190 391/24/190 401/25/193 +f 387/25/190 395/24/193 386/24/190 +f 395/24/193 387/25/190 394/25/193 +f 386/24/192 395/24/196 387/25/192 +f 394/25/196 387/25/192 395/24/196 +f 397/24/194 392/25/191 390/24/191 +f 392/25/191 397/24/194 396/25/194 +f 390/24/189 392/25/189 397/24/195 +f 396/25/195 397/24/195 392/25/189 +f 399/25/195 388/24/189 398/24/195 +f 388/24/189 399/25/195 389/25/189 +f 398/24/194 388/24/191 399/25/194 +f 389/25/191 399/25/194 388/24/191 +f 387/25/197 396/25/197 394/25/197 +f 396/25/197 387/25/197 392/25/197 +f 392/25/197 387/25/197 389/25/197 +f 392/25/197 389/25/197 393/25/197 +f 393/25/197 389/25/197 399/25/197 +f 393/25/197 399/25/197 401/25/197 +f 394/25/198 396/25/198 387/25/198 +f 392/25/198 387/25/198 396/25/198 +f 389/25/198 387/25/198 392/25/198 +f 393/25/198 389/25/198 392/25/198 +f 399/25/198 389/25/198 393/25/198 +f 401/25/198 399/25/198 393/25/198 +f 390/24/198 395/24/198 397/24/198 +f 395/24/198 390/24/198 386/24/198 +f 386/24/198 390/24/198 391/24/198 +f 386/24/198 391/24/198 388/24/198 +f 388/24/198 391/24/198 400/24/198 +f 388/24/198 400/24/198 398/24/198 +f 397/24/197 395/24/197 390/24/197 +f 386/24/197 390/24/197 395/24/197 +f 391/24/197 390/24/197 386/24/197 +f 388/24/197 391/24/197 386/24/197 +f 400/24/197 391/24/197 388/24/197 +f 398/24/197 400/24/197 388/24/197 +f 404/10/107 403/9/164 402/9/107 +f 403/9/164 404/10/107 405/10/164 +f 402/9/108 403/9/163 404/10/108 +f 405/10/163 404/10/108 403/9/163 +f 408/10/167 407/9/168 406/10/168 +f 407/9/168 408/10/167 409/9/167 +f 406/10/165 407/9/165 408/10/166 +f 409/9/166 408/10/166 407/9/165 +f 405/10/164 407/9/168 403/9/164 +f 407/9/168 405/10/164 406/10/168 +f 403/9/163 407/9/165 405/10/163 +f 406/10/165 405/10/163 407/9/165 +f 411/10/170 402/9/107 410/9/170 +f 402/9/107 411/10/170 404/10/107 +f 410/9/169 402/9/108 411/10/169 +f 404/10/108 411/10/169 402/9/108 +f 406/10/1 412/10/1 408/10/1 +f 412/10/1 406/10/1 405/10/1 +f 412/10/1 405/10/1 404/10/1 +f 412/10/1 404/10/1 411/10/1 +f 412/10/1 411/10/1 413/10/1 +f 408/10/2 412/10/2 406/10/2 +f 405/10/2 406/10/2 412/10/2 +f 404/10/2 405/10/2 412/10/2 +f 411/10/2 404/10/2 412/10/2 +f 413/10/2 411/10/2 412/10/2 +f 415/9/173 413/10/174 414/9/174 +f 413/10/174 415/9/173 412/10/173 +f 414/9/171 413/10/171 415/9/172 +f 412/10/172 415/9/172 413/10/171 +f 414/9/174 411/10/170 410/9/170 +f 411/10/170 414/9/174 413/10/174 +f 410/9/169 411/10/169 414/9/171 +f 413/10/171 414/9/171 411/10/169 +f 107/10/109 417/9/109 416/10/109 +f 417/9/109 107/10/109 418/9/109 +f 416/10/110 417/9/110 107/10/110 +f 418/9/110 107/10/110 417/9/110 +f 421/10/176 420/9/107 419/9/176 +f 420/9/107 421/10/176 422/10/107 +f 419/9/175 420/9/108 421/10/175 +f 422/10/108 421/10/175 420/9/108 +f 107/10/108 423/9/108 418/9/108 +f 423/9/108 107/10/108 108/10/108 +f 418/9/107 423/9/107 107/10/107 +f 108/10/107 107/10/107 423/9/107 +f 422/10/107 417/9/178 420/9/107 +f 417/9/178 422/10/107 416/10/178 +f 420/9/108 417/9/177 422/10/108 +f 416/10/177 422/10/108 417/9/177 +f 423/9/2 417/9/2 418/9/2 +f 417/9/2 423/9/2 420/9/2 +f 420/9/2 423/9/2 419/9/2 +f 418/9/1 417/9/1 423/9/1 +f 420/9/1 423/9/1 417/9/1 +f 419/9/1 423/9/1 420/9/1 +f 416/10/1 108/10/1 107/10/1 +f 108/10/1 416/10/1 422/10/1 +f 108/10/1 422/10/1 421/10/1 +f 107/10/2 108/10/2 416/10/2 +f 422/10/2 416/10/2 108/10/2 +f 421/10/2 422/10/2 108/10/2 +f 423/9/110 421/10/110 419/9/110 +f 421/10/110 423/9/110 108/10/110 +f 419/9/109 421/10/109 423/9/109 +f 108/10/109 423/9/109 421/10/109 +f 426/11/1 425/11/1 424/11/1 +f 425/11/1 426/11/1 427/11/1 +f 425/11/1 427/11/1 428/11/1 +f 424/11/2 425/11/2 426/11/2 +f 427/11/2 426/11/2 425/11/2 +f 428/11/2 427/11/2 425/11/2 +f 424/11/108 430/9/108 429/9/108 +f 430/9/108 424/11/108 425/11/108 +f 429/9/107 430/9/107 424/11/107 +f 425/11/107 424/11/107 430/9/107 +f 430/9/110 428/11/110 431/9/110 +f 428/11/110 430/9/110 425/11/110 +f 431/9/109 428/11/109 430/9/109 +f 425/11/109 430/9/109 428/11/109 +f 424/11/109 432/9/109 426/11/109 +f 432/9/109 424/11/109 429/9/109 +f 426/11/110 432/9/110 424/11/110 +f 429/9/110 424/11/110 432/9/110 +f 434/13/83 433/12/83 427/11/108 +f 433/12/83 435/14/83 427/11/108 +f 436/15/83 434/13/83 427/11/108 +f 435/14/83 437/16/83 427/11/108 +f 438/14/83 437/16/83 435/14/83 +f 437/16/83 439/17/83 427/11/108 +f 437/16/83 438/14/83 440/16/83 +f 440/16/83 438/14/83 441/17/83 +f 441/17/83 438/14/83 442/18/83 +f 439/17/83 443/18/83 427/11/108 +f 438/14/83 444/12/83 442/18/83 +f 428/11/83 436/15/83 427/11/108 +f 427/11/108 443/18/83 445/9/108 +f 446/19/83 445/9/108 443/18/83 +f 447/19/83 445/9/108 446/19/83 +f 436/15/83 428/11/83 448/15/83 +f 448/15/83 428/11/83 449/13/83 +f 449/13/83 428/11/83 444/12/83 +f 445/9/108 447/19/83 431/9/83 +f 442/18/83 431/9/83 447/19/83 +f 444/12/83 431/9/83 442/18/83 +f 428/11/83 431/9/83 444/12/83 +f 451/21/87 450/20/87 426/11/87 +f 452/22/87 451/21/87 426/11/87 +f 426/11/87 450/20/87 432/9/87 +f 453/23/87 432/9/87 450/20/87 +f 454/23/87 432/9/87 453/23/87 +f 432/9/87 454/23/87 445/9/108 +f 455/20/87 445/9/108 454/23/87 +f 427/11/108 452/22/87 426/11/87 +f 427/11/108 445/9/108 455/20/87 +f 452/22/87 427/11/108 456/22/87 +f 457/21/87 427/11/108 455/20/87 +f 456/22/87 427/11/108 457/21/87 +f 427/11/107 433/12/85 434/13/85 +f 427/11/107 434/13/85 436/15/85 +f 427/11/107 435/14/85 433/12/85 +f 427/11/107 436/15/85 428/11/85 +f 448/15/85 428/11/85 436/15/85 +f 449/13/85 428/11/85 448/15/85 +f 444/12/85 428/11/85 449/13/85 +f 444/12/85 431/9/85 428/11/85 +f 442/18/85 431/9/85 444/12/85 +f 442/18/85 444/12/85 438/14/85 +f 447/19/85 431/9/85 442/18/85 +f 442/18/85 438/14/85 441/17/85 +f 441/17/85 438/14/85 440/16/85 +f 431/9/85 447/19/85 445/9/107 +f 446/19/85 445/9/107 447/19/85 +f 443/18/85 445/9/107 446/19/85 +f 445/9/107 443/18/85 427/11/107 +f 427/11/107 443/18/85 439/17/85 +f 440/16/85 438/14/85 437/16/85 +f 427/11/107 439/17/85 437/16/85 +f 435/14/85 437/16/85 438/14/85 +f 427/11/107 437/16/85 435/14/85 +f 426/11/88 450/20/88 451/21/88 +f 426/11/88 451/21/88 452/22/88 +f 432/9/88 450/20/88 426/11/88 +f 450/20/88 432/9/88 453/23/88 +f 453/23/88 432/9/88 454/23/88 +f 445/9/107 454/23/88 432/9/88 +f 454/23/88 445/9/107 455/20/88 +f 426/11/88 452/22/88 427/11/107 +f 455/20/88 445/9/107 427/11/107 +f 456/22/88 427/11/107 452/22/88 +f 455/20/88 427/11/107 457/21/88 +f 457/21/88 427/11/107 456/22/88 +f 460/25/199 459/24/200 458/24/199 +f 459/24/200 460/25/199 461/25/200 +f 458/24/201 459/24/202 460/25/201 +f 461/25/202 460/25/201 459/24/202 +f 464/25/201 463/24/202 462/24/201 +f 463/24/202 464/25/201 465/25/202 +f 462/24/199 463/24/200 464/25/199 +f 465/25/200 464/25/199 463/24/200 +f 468/25/204 467/24/203 466/25/203 +f 467/24/203 468/25/204 469/24/204 +f 466/25/206 467/24/206 468/25/205 +f 469/24/205 468/25/205 467/24/206 +f 472/24/206 471/25/205 470/24/205 +f 471/25/205 472/24/206 473/25/206 +f 470/24/204 471/25/204 472/24/203 +f 473/25/203 472/24/203 471/25/204 +f 465/25/202 472/24/206 463/24/202 +f 472/24/206 465/25/202 473/25/206 +f 463/24/200 472/24/203 465/25/200 +f 473/25/203 465/25/200 472/24/203 +f 461/25/200 467/24/203 459/24/200 +f 467/24/203 461/25/200 466/25/203 +f 459/24/202 467/24/206 461/25/202 +f 466/25/206 461/25/202 467/24/206 +f 468/25/204 462/24/201 469/24/204 +f 462/24/201 468/25/204 464/25/201 +f 469/24/205 462/24/199 468/25/205 +f 464/25/199 468/25/205 462/24/199 +f 471/25/205 458/24/199 470/24/205 +f 458/24/199 471/25/205 460/25/199 +f 470/24/204 458/24/201 471/25/204 +f 460/25/201 471/25/204 458/24/201 +f 461/25/207 468/25/207 466/25/207 +f 468/25/207 461/25/207 464/25/207 +f 464/25/207 461/25/207 460/25/207 +f 464/25/207 460/25/207 465/25/207 +f 465/25/207 460/25/207 471/25/207 +f 465/25/207 471/25/207 473/25/207 +f 466/25/208 468/25/208 461/25/208 +f 464/25/208 461/25/208 468/25/208 +f 460/25/208 461/25/208 464/25/208 +f 465/25/208 460/25/208 464/25/208 +f 471/25/208 460/25/208 465/25/208 +f 473/25/208 471/25/208 465/25/208 +f 462/24/208 467/24/208 469/24/208 +f 467/24/208 462/24/208 459/24/208 +f 459/24/208 462/24/208 463/24/208 +f 459/24/208 463/24/208 458/24/208 +f 458/24/208 463/24/208 472/24/208 +f 458/24/208 472/24/208 470/24/208 +f 469/24/207 467/24/207 462/24/207 +f 459/24/207 462/24/207 467/24/207 +f 463/24/207 462/24/207 459/24/207 +f 458/24/207 463/24/207 459/24/207 +f 472/24/207 463/24/207 458/24/207 +f 470/24/207 472/24/207 458/24/207 +f 476/25/209 475/24/210 474/24/209 +f 475/24/210 476/25/209 477/25/210 +f 474/24/211 475/24/212 476/25/211 +f 477/25/212 476/25/211 475/24/212 +f 480/25/211 479/24/212 478/24/211 +f 479/24/212 480/25/211 481/25/212 +f 478/24/209 479/24/210 480/25/209 +f 481/25/210 480/25/209 479/24/210 +f 484/25/214 483/24/213 482/25/213 +f 483/24/213 484/25/214 485/24/214 +f 482/25/216 483/24/216 484/25/215 +f 485/24/215 484/25/215 483/24/216 +f 488/24/216 487/25/215 486/24/215 +f 487/25/215 488/24/216 489/25/216 +f 486/24/214 487/25/214 488/24/213 +f 489/25/213 488/24/213 487/25/214 +f 481/25/212 488/24/216 479/24/212 +f 488/24/216 481/25/212 489/25/216 +f 479/24/210 488/24/213 481/25/210 +f 489/25/213 481/25/210 488/24/213 +f 477/25/210 483/24/213 475/24/210 +f 483/24/213 477/25/210 482/25/213 +f 475/24/212 483/24/216 477/25/212 +f 482/25/216 477/25/212 483/24/216 +f 484/25/214 478/24/211 485/24/214 +f 478/24/211 484/25/214 480/25/211 +f 485/24/215 478/24/209 484/25/215 +f 480/25/209 484/25/215 478/24/209 +f 487/25/215 474/24/209 486/24/215 +f 474/24/209 487/25/215 476/25/209 +f 486/24/214 474/24/211 487/25/214 +f 476/25/211 487/25/214 474/24/211 +f 477/25/217 484/25/217 482/25/217 +f 484/25/217 477/25/217 480/25/217 +f 480/25/217 477/25/217 476/25/217 +f 480/25/217 476/25/217 481/25/217 +f 481/25/217 476/25/217 487/25/217 +f 481/25/217 487/25/217 489/25/217 +f 482/25/218 484/25/218 477/25/218 +f 480/25/218 477/25/218 484/25/218 +f 476/25/218 477/25/218 480/25/218 +f 481/25/218 476/25/218 480/25/218 +f 487/25/218 476/25/218 481/25/218 +f 489/25/218 487/25/218 481/25/218 +f 478/24/218 483/24/218 485/24/218 +f 483/24/218 478/24/218 475/24/218 +f 475/24/218 478/24/218 479/24/218 +f 475/24/218 479/24/218 474/24/218 +f 474/24/218 479/24/218 488/24/218 +f 474/24/218 488/24/218 486/24/218 +f 485/24/217 483/24/217 478/24/217 +f 475/24/217 478/24/217 483/24/217 +f 479/24/217 478/24/217 475/24/217 +f 474/24/217 479/24/217 475/24/217 +f 488/24/217 479/24/217 474/24/217 +f 486/24/217 488/24/217 474/24/217 +f 492/24/209 491/25/210 490/24/210 +f 491/25/210 492/24/209 493/25/209 +f 490/24/212 491/25/212 492/24/211 +f 493/25/211 492/24/211 491/25/212 +f 496/25/211 495/24/212 494/24/211 +f 495/24/212 496/25/211 497/25/212 +f 494/24/209 495/24/210 496/25/209 +f 497/25/210 496/25/209 495/24/210 +f 500/25/214 499/24/213 498/25/213 +f 499/24/213 500/25/214 501/24/214 +f 498/25/216 499/24/216 500/25/215 +f 501/24/215 500/25/215 499/24/216 +f 504/24/216 503/25/215 502/24/215 +f 503/25/215 504/24/216 505/25/216 +f 502/24/214 503/25/214 504/24/213 +f 505/25/213 504/24/213 503/25/214 +f 495/24/212 505/25/216 504/24/216 +f 505/25/216 495/24/212 497/25/212 +f 504/24/213 505/25/213 495/24/210 +f 497/25/210 495/24/210 505/25/213 +f 491/25/210 499/24/213 490/24/210 +f 499/24/213 491/25/210 498/25/213 +f 490/24/212 499/24/216 491/25/212 +f 498/25/216 491/25/212 499/24/216 +f 501/24/214 496/25/211 494/24/211 +f 496/25/211 501/24/214 500/25/214 +f 494/24/209 496/25/209 501/24/215 +f 500/25/215 501/24/215 496/25/209 +f 503/25/215 492/24/209 502/24/215 +f 492/24/209 503/25/215 493/25/209 +f 502/24/214 492/24/211 503/25/214 +f 493/25/211 503/25/214 492/24/211 +f 491/25/217 500/25/217 498/25/217 +f 500/25/217 491/25/217 496/25/217 +f 496/25/217 491/25/217 493/25/217 +f 496/25/217 493/25/217 497/25/217 +f 497/25/217 493/25/217 503/25/217 +f 497/25/217 503/25/217 505/25/217 +f 498/25/218 500/25/218 491/25/218 +f 496/25/218 491/25/218 500/25/218 +f 493/25/218 491/25/218 496/25/218 +f 497/25/218 493/25/218 496/25/218 +f 503/25/218 493/25/218 497/25/218 +f 505/25/218 503/25/218 497/25/218 +f 494/24/218 499/24/218 501/24/218 +f 499/24/218 494/24/218 490/24/218 +f 490/24/218 494/24/218 495/24/218 +f 490/24/218 495/24/218 492/24/218 +f 492/24/218 495/24/218 504/24/218 +f 492/24/218 504/24/218 502/24/218 +f 501/24/217 499/24/217 494/24/217 +f 490/24/217 494/24/217 499/24/217 +f 495/24/217 494/24/217 490/24/217 +f 492/24/217 495/24/217 490/24/217 +f 504/24/217 495/24/217 492/24/217 +f 502/24/217 504/24/217 492/24/217 +f 507/11/1 320/11/1 506/11/1 +f 320/11/1 507/11/1 508/11/1 +f 320/11/1 508/11/1 322/11/1 +f 506/11/2 320/11/2 507/11/2 +f 508/11/2 507/11/2 320/11/2 +f 322/11/2 508/11/2 320/11/2 +f 325/9/90 322/11/90 328/9/90 +f 322/11/90 325/9/90 320/11/90 +f 328/9/89 322/11/89 325/9/89 +f 320/11/89 325/9/89 322/11/89 +f 322/11/121 509/9/84 328/9/121 +f 509/9/84 322/11/121 508/11/84 +f 328/9/122 509/9/86 322/11/122 +f 508/11/86 322/11/122 509/9/86 +f 506/11/86 325/9/86 510/9/86 +f 325/9/86 506/11/86 320/11/86 +f 510/9/84 325/9/84 506/11/84 +f 320/11/84 506/11/84 325/9/84 +f 506/11/89 511/9/89 507/11/89 +f 511/9/89 506/11/89 510/9/89 +f 507/11/90 511/9/90 506/11/90 +f 510/9/90 506/11/90 511/9/90 +f 508/11/84 511/9/119 509/9/84 +f 511/9/119 508/11/84 507/11/119 +f 509/9/86 511/9/120 508/11/86 +f 507/11/120 508/11/86 511/9/120 +f 514/10/86 513/9/86 512/9/86 +f 513/9/86 514/10/86 57/10/86 +f 512/9/84 513/9/84 514/10/84 +f 57/10/84 514/10/84 513/9/84 +f 515/10/1 57/10/1 514/10/1 +f 57/10/1 515/10/1 516/10/1 +f 57/10/1 516/10/1 312/10/1 +f 514/10/2 57/10/2 515/10/2 +f 516/10/2 515/10/2 57/10/2 +f 312/10/2 516/10/2 57/10/2 +f 516/10/84 518/9/219 517/9/84 +f 518/9/219 516/10/84 515/10/219 +f 517/9/86 518/9/220 516/10/86 +f 515/10/220 516/10/86 518/9/220 +f 514/10/89 518/9/89 515/10/89 +f 518/9/89 514/10/89 512/9/89 +f 515/10/90 518/9/90 514/10/90 +f 512/9/90 514/10/90 518/9/90 +f 513/9/90 312/10/90 519/9/90 +f 312/10/90 513/9/90 57/10/90 +f 519/9/89 312/10/89 513/9/89 +f 57/10/89 513/9/89 312/10/89 +f 513/9/2 518/9/2 512/9/2 +f 518/9/2 513/9/2 517/9/2 +f 517/9/2 513/9/2 519/9/2 +f 512/9/1 518/9/1 513/9/1 +f 517/9/1 513/9/1 518/9/1 +f 519/9/1 513/9/1 517/9/1 +f 312/10/221 517/9/84 519/9/221 +f 517/9/84 312/10/221 516/10/84 +f 519/9/222 517/9/86 312/10/222 +f 516/10/86 312/10/222 517/9/86 +f 522/25/223 521/24/224 520/24/223 +f 521/24/224 522/25/223 523/25/224 +f 520/24/225 521/24/226 522/25/225 +f 523/25/226 522/25/225 521/24/226 +f 526/25/225 525/24/226 524/24/225 +f 525/24/226 526/25/225 527/25/226 +f 524/24/223 525/24/224 526/25/223 +f 527/25/224 526/25/223 525/24/224 +f 530/25/228 529/24/227 528/25/227 +f 529/24/227 530/25/228 531/24/228 +f 528/25/230 529/24/230 530/25/229 +f 531/24/229 530/25/229 529/24/230 +f 534/24/230 533/25/229 532/24/229 +f 533/25/229 534/24/230 535/25/230 +f 532/24/228 533/25/228 534/24/227 +f 535/25/227 534/24/227 533/25/228 +f 527/25/226 534/24/230 525/24/226 +f 534/24/230 527/25/226 535/25/230 +f 525/24/224 534/24/227 527/25/224 +f 535/25/227 527/25/224 534/24/227 +f 523/25/224 529/24/227 521/24/224 +f 529/24/227 523/25/224 528/25/227 +f 521/24/226 529/24/230 523/25/226 +f 528/25/230 523/25/226 529/24/230 +f 530/25/228 524/24/225 531/24/228 +f 524/24/225 530/25/228 526/25/225 +f 531/24/229 524/24/223 530/25/229 +f 526/25/223 530/25/229 524/24/223 +f 533/25/229 520/24/223 532/24/229 +f 520/24/223 533/25/229 522/25/223 +f 532/24/228 520/24/225 533/25/228 +f 522/25/225 533/25/228 520/24/225 +f 523/25/231 530/25/231 528/25/231 +f 530/25/231 523/25/231 526/25/231 +f 526/25/231 523/25/231 522/25/231 +f 526/25/231 522/25/231 527/25/231 +f 527/25/231 522/25/231 533/25/231 +f 527/25/231 533/25/231 535/25/231 +f 528/25/232 530/25/232 523/25/232 +f 526/25/232 523/25/232 530/25/232 +f 522/25/232 523/25/232 526/25/232 +f 527/25/232 522/25/232 526/25/232 +f 533/25/232 522/25/232 527/25/232 +f 535/25/232 533/25/232 527/25/232 +f 524/24/232 529/24/232 531/24/232 +f 529/24/232 524/24/232 521/24/232 +f 521/24/232 524/24/232 525/24/232 +f 521/24/232 525/24/232 520/24/232 +f 520/24/232 525/24/232 534/24/232 +f 520/24/232 534/24/232 532/24/232 +f 531/24/231 529/24/231 524/24/231 +f 521/24/231 524/24/231 529/24/231 +f 525/24/231 524/24/231 521/24/231 +f 520/24/231 525/24/231 521/24/231 +f 534/24/231 525/24/231 520/24/231 +f 532/24/231 534/24/231 520/24/231 +f 324/11/1 536/11/1 321/11/1 +f 536/11/1 324/11/1 537/11/1 +f 536/11/1 537/11/1 538/11/1 +f 321/11/2 536/11/2 324/11/2 +f 537/11/2 324/11/2 536/11/2 +f 538/11/2 537/11/2 536/11/2 +f 540/9/90 538/11/90 539/9/90 +f 538/11/90 540/9/90 536/11/90 +f 539/9/89 538/11/89 540/9/89 +f 536/11/89 540/9/89 538/11/89 +f 538/11/121 541/9/84 539/9/121 +f 541/9/84 538/11/121 537/11/84 +f 539/9/122 541/9/86 538/11/122 +f 537/11/86 538/11/122 541/9/86 +f 321/11/86 540/9/86 326/9/86 +f 540/9/86 321/11/86 536/11/86 +f 326/9/84 540/9/84 321/11/84 +f 536/11/84 321/11/84 540/9/84 +f 321/11/89 327/9/89 324/11/89 +f 327/9/89 321/11/89 326/9/89 +f 324/11/90 327/9/90 321/11/90 +f 326/9/90 321/11/90 327/9/90 +f 537/11/84 327/9/119 541/9/84 +f 327/9/119 537/11/84 324/11/119 +f 541/9/86 327/9/120 537/11/86 +f 324/11/120 537/11/86 327/9/120 +f 58/10/86 543/9/86 542/9/86 +f 543/9/86 58/10/86 154/10/86 +f 542/9/84 543/9/84 58/10/84 +f 154/10/84 58/10/84 543/9/84 +f 317/10/1 154/10/1 58/10/1 +f 154/10/1 317/10/1 544/10/1 +f 154/10/1 544/10/1 545/10/1 +f 58/10/2 154/10/2 317/10/2 +f 544/10/2 317/10/2 154/10/2 +f 545/10/2 544/10/2 154/10/2 +f 544/10/84 547/9/219 546/9/84 +f 547/9/219 544/10/84 317/10/219 +f 546/9/86 547/9/220 544/10/86 +f 317/10/220 544/10/86 547/9/220 +f 58/10/89 547/9/89 317/10/89 +f 547/9/89 58/10/89 542/9/89 +f 317/10/90 547/9/90 58/10/90 +f 542/9/90 58/10/90 547/9/90 +f 543/9/90 545/10/90 548/9/90 +f 545/10/90 543/9/90 154/10/90 +f 548/9/89 545/10/89 543/9/89 +f 154/10/89 543/9/89 545/10/89 +f 543/9/2 547/9/2 542/9/2 +f 547/9/2 543/9/2 546/9/2 +f 546/9/2 543/9/2 548/9/2 +f 542/9/1 547/9/1 543/9/1 +f 546/9/1 543/9/1 547/9/1 +f 548/9/1 543/9/1 546/9/1 +f 545/10/221 546/9/84 548/9/221 +f 546/9/84 545/10/221 544/10/84 +f 548/9/222 546/9/86 545/10/222 +f 544/10/86 545/10/222 546/9/86 +f 551/25/223 550/24/224 549/24/223 +f 550/24/224 551/25/223 552/25/224 +f 549/24/225 550/24/226 551/25/225 +f 552/25/226 551/25/225 550/24/226 +f 555/25/225 554/24/226 553/24/225 +f 554/24/226 555/25/225 556/25/226 +f 553/24/223 554/24/224 555/25/223 +f 556/25/224 555/25/223 554/24/224 +f 559/25/228 558/24/227 557/25/227 +f 558/24/227 559/25/228 560/24/228 +f 557/25/230 558/24/230 559/25/229 +f 560/24/229 559/25/229 558/24/230 +f 563/24/230 562/25/229 561/24/229 +f 562/25/229 563/24/230 564/25/230 +f 561/24/228 562/25/228 563/24/227 +f 564/25/227 563/24/227 562/25/228 +f 556/25/226 563/24/230 554/24/226 +f 563/24/230 556/25/226 564/25/230 +f 554/24/224 563/24/227 556/25/224 +f 564/25/227 556/25/224 563/24/227 +f 552/25/224 558/24/227 550/24/224 +f 558/24/227 552/25/224 557/25/227 +f 550/24/226 558/24/230 552/25/226 +f 557/25/230 552/25/226 558/24/230 +f 559/25/228 553/24/225 560/24/228 +f 553/24/225 559/25/228 555/25/225 +f 560/24/229 553/24/223 559/25/229 +f 555/25/223 559/25/229 553/24/223 +f 562/25/229 549/24/223 561/24/229 +f 549/24/223 562/25/229 551/25/223 +f 561/24/228 549/24/225 562/25/228 +f 551/25/225 562/25/228 549/24/225 +f 552/25/231 559/25/231 557/25/231 +f 559/25/231 552/25/231 555/25/231 +f 555/25/231 552/25/231 551/25/231 +f 555/25/231 551/25/231 556/25/231 +f 556/25/231 551/25/231 562/25/231 +f 556/25/231 562/25/231 564/25/231 +f 557/25/232 559/25/232 552/25/232 +f 555/25/232 552/25/232 559/25/232 +f 551/25/232 552/25/232 555/25/232 +f 556/25/232 551/25/232 555/25/232 +f 562/25/232 551/25/232 556/25/232 +f 564/25/232 562/25/232 556/25/232 +f 553/24/232 558/24/232 560/24/232 +f 558/24/232 553/24/232 550/24/232 +f 550/24/232 553/24/232 554/24/232 +f 550/24/232 554/24/232 549/24/232 +f 549/24/232 554/24/232 563/24/232 +f 549/24/232 563/24/232 561/24/232 +f 560/24/231 558/24/231 553/24/231 +f 550/24/231 553/24/231 558/24/231 +f 554/24/231 553/24/231 550/24/231 +f 549/24/231 554/24/231 550/24/231 +f 563/24/231 554/24/231 549/24/231 +f 561/24/231 563/24/231 549/24/231 +f 428/11/1 565/11/1 425/11/1 +f 565/11/1 428/11/1 566/11/1 +f 565/11/1 566/11/1 567/11/1 +f 425/11/2 565/11/2 428/11/2 +f 566/11/2 428/11/2 565/11/2 +f 567/11/2 566/11/2 565/11/2 +f 569/9/110 567/11/110 568/9/110 +f 567/11/110 569/9/110 565/11/110 +f 568/9/109 567/11/109 569/9/109 +f 565/11/109 569/9/109 567/11/109 +f 567/11/122 570/9/107 568/9/122 +f 570/9/107 567/11/122 566/11/107 +f 568/9/121 570/9/108 567/11/121 +f 566/11/108 567/11/121 570/9/108 +f 425/11/108 569/9/108 430/9/108 +f 569/9/108 425/11/108 565/11/108 +f 430/9/107 569/9/107 425/11/107 +f 565/11/107 425/11/107 569/9/107 +f 425/11/109 431/9/109 428/11/109 +f 431/9/109 425/11/109 430/9/109 +f 428/11/110 431/9/110 425/11/110 +f 430/9/110 425/11/110 431/9/110 +f 566/11/107 431/9/120 570/9/107 +f 431/9/120 566/11/107 428/11/120 +f 570/9/108 431/9/119 566/11/108 +f 428/11/119 566/11/108 431/9/119 +f 108/10/108 572/9/108 571/9/108 +f 572/9/108 108/10/108 178/10/108 +f 571/9/107 572/9/107 108/10/107 +f 178/10/107 108/10/107 572/9/107 +f 421/10/1 178/10/1 108/10/1 +f 178/10/1 421/10/1 573/10/1 +f 178/10/1 573/10/1 574/10/1 +f 108/10/2 178/10/2 421/10/2 +f 573/10/2 421/10/2 178/10/2 +f 574/10/2 573/10/2 178/10/2 +f 573/10/107 576/9/220 575/9/107 +f 576/9/220 573/10/107 421/10/220 +f 575/9/108 576/9/219 573/10/108 +f 421/10/219 573/10/108 576/9/219 +f 108/10/109 576/9/109 421/10/109 +f 576/9/109 108/10/109 571/9/109 +f 421/10/110 576/9/110 108/10/110 +f 571/9/110 108/10/110 576/9/110 +f 572/9/110 574/10/110 577/9/110 +f 574/10/110 572/9/110 178/10/110 +f 577/9/109 574/10/109 572/9/109 +f 178/10/109 572/9/109 574/10/109 +f 572/9/2 576/9/2 571/9/2 +f 576/9/2 572/9/2 575/9/2 +f 575/9/2 572/9/2 577/9/2 +f 571/9/1 576/9/1 572/9/1 +f 575/9/1 572/9/1 576/9/1 +f 577/9/1 572/9/1 575/9/1 +f 574/10/222 575/9/107 577/9/222 +f 575/9/107 574/10/222 573/10/107 +f 577/9/221 575/9/108 574/10/221 +f 573/10/108 574/10/221 575/9/108 +f 580/25/233 579/24/234 578/24/233 +f 579/24/234 580/25/233 581/25/234 +f 578/24/235 579/24/236 580/25/235 +f 581/25/236 580/25/235 579/24/236 +f 584/25/235 583/24/236 582/24/235 +f 583/24/236 584/25/235 585/25/236 +f 582/24/233 583/24/234 584/25/233 +f 585/25/234 584/25/233 583/24/234 +f 588/25/238 587/24/237 586/25/237 +f 587/24/237 588/25/238 589/24/238 +f 586/25/240 587/24/240 588/25/239 +f 589/24/239 588/25/239 587/24/240 +f 592/24/240 591/25/239 590/24/239 +f 591/25/239 592/24/240 593/25/240 +f 590/24/238 591/25/238 592/24/237 +f 593/25/237 592/24/237 591/25/238 +f 585/25/236 592/24/240 583/24/236 +f 592/24/240 585/25/236 593/25/240 +f 583/24/234 592/24/237 585/25/234 +f 593/25/237 585/25/234 592/24/237 +f 581/25/234 587/24/237 579/24/234 +f 587/24/237 581/25/234 586/25/237 +f 579/24/236 587/24/240 581/25/236 +f 586/25/240 581/25/236 587/24/240 +f 588/25/238 582/24/235 589/24/238 +f 582/24/235 588/25/238 584/25/235 +f 589/24/239 582/24/233 588/25/239 +f 584/25/233 588/25/239 582/24/233 +f 591/25/239 578/24/233 590/24/239 +f 578/24/233 591/25/239 580/25/233 +f 590/24/238 578/24/235 591/25/238 +f 580/25/235 591/25/238 578/24/235 +f 581/25/241 588/25/241 586/25/241 +f 588/25/241 581/25/241 584/25/241 +f 584/25/241 581/25/241 580/25/241 +f 584/25/241 580/25/241 585/25/241 +f 585/25/241 580/25/241 591/25/241 +f 585/25/241 591/25/241 593/25/241 +f 586/25/242 588/25/242 581/25/242 +f 584/25/242 581/25/242 588/25/242 +f 580/25/242 581/25/242 584/25/242 +f 585/25/242 580/25/242 584/25/242 +f 591/25/242 580/25/242 585/25/242 +f 593/25/242 591/25/242 585/25/242 +f 582/24/242 587/24/242 589/24/242 +f 587/24/242 582/24/242 579/24/242 +f 579/24/242 582/24/242 583/24/242 +f 579/24/242 583/24/242 578/24/242 +f 578/24/242 583/24/242 592/24/242 +f 578/24/242 592/24/242 590/24/242 +f 589/24/241 587/24/241 582/24/241 +f 579/24/241 582/24/241 587/24/241 +f 583/24/241 582/24/241 579/24/241 +f 578/24/241 583/24/241 579/24/241 +f 592/24/241 583/24/241 578/24/241 +f 590/24/241 592/24/241 578/24/241 +f 595/11/1 424/11/1 594/11/1 +f 424/11/1 595/11/1 596/11/1 +f 424/11/1 596/11/1 426/11/1 +f 594/11/2 424/11/2 595/11/2 +f 596/11/2 595/11/2 424/11/2 +f 426/11/2 596/11/2 424/11/2 +f 429/9/110 426/11/110 432/9/110 +f 426/11/110 429/9/110 424/11/110 +f 432/9/109 426/11/109 429/9/109 +f 424/11/109 429/9/109 426/11/109 +f 426/11/122 597/9/107 432/9/122 +f 597/9/107 426/11/122 596/11/107 +f 432/9/121 597/9/108 426/11/121 +f 596/11/108 426/11/121 597/9/108 +f 594/11/108 429/9/108 598/9/108 +f 429/9/108 594/11/108 424/11/108 +f 598/9/107 429/9/107 594/11/107 +f 424/11/107 594/11/107 429/9/107 +f 594/11/109 599/9/109 595/11/109 +f 599/9/109 594/11/109 598/9/109 +f 595/11/110 599/9/110 594/11/110 +f 598/9/110 594/11/110 599/9/110 +f 596/11/107 599/9/120 597/9/107 +f 599/9/120 596/11/107 595/11/120 +f 597/9/108 599/9/119 596/11/108 +f 595/11/119 596/11/108 599/9/119 +f 602/10/108 601/9/108 600/9/108 +f 601/9/108 602/10/108 107/10/108 +f 600/9/107 601/9/107 602/10/107 +f 107/10/107 602/10/107 601/9/107 +f 603/10/1 107/10/1 602/10/1 +f 107/10/1 603/10/1 604/10/1 +f 107/10/1 604/10/1 416/10/1 +f 602/10/2 107/10/2 603/10/2 +f 604/10/2 603/10/2 107/10/2 +f 416/10/2 604/10/2 107/10/2 +f 604/10/107 606/9/220 605/9/107 +f 606/9/220 604/10/107 603/10/220 +f 605/9/108 606/9/219 604/10/108 +f 603/10/219 604/10/108 606/9/219 +f 602/10/109 606/9/109 603/10/109 +f 606/9/109 602/10/109 600/9/109 +f 603/10/110 606/9/110 602/10/110 +f 600/9/110 602/10/110 606/9/110 +f 601/9/110 416/10/110 607/9/110 +f 416/10/110 601/9/110 107/10/110 +f 607/9/109 416/10/109 601/9/109 +f 107/10/109 601/9/109 416/10/109 +f 601/9/2 606/9/2 600/9/2 +f 606/9/2 601/9/2 605/9/2 +f 605/9/2 601/9/2 607/9/2 +f 600/9/1 606/9/1 601/9/1 +f 605/9/1 601/9/1 606/9/1 +f 607/9/1 601/9/1 605/9/1 +f 416/10/222 605/9/107 607/9/222 +f 605/9/107 416/10/222 604/10/107 +f 607/9/221 605/9/108 416/10/221 +f 604/10/108 416/10/221 605/9/108 +f 610/25/233 609/24/234 608/24/233 +f 609/24/234 610/25/233 611/25/234 +f 608/24/235 609/24/236 610/25/235 +f 611/25/236 610/25/235 609/24/236 +f 614/25/235 613/24/236 612/24/235 +f 613/24/236 614/25/235 615/25/236 +f 612/24/233 613/24/234 614/25/233 +f 615/25/234 614/25/233 613/24/234 +f 618/25/238 617/24/237 616/25/237 +f 617/24/237 618/25/238 619/24/238 +f 616/25/240 617/24/240 618/25/239 +f 619/24/239 618/25/239 617/24/240 +f 622/24/240 621/25/239 620/24/239 +f 621/25/239 622/24/240 623/25/240 +f 620/24/238 621/25/238 622/24/237 +f 623/25/237 622/24/237 621/25/238 +f 615/25/236 622/24/240 613/24/236 +f 622/24/240 615/25/236 623/25/240 +f 613/24/234 622/24/237 615/25/234 +f 623/25/237 615/25/234 622/24/237 +f 611/25/234 617/24/237 609/24/234 +f 617/24/237 611/25/234 616/25/237 +f 609/24/236 617/24/240 611/25/236 +f 616/25/240 611/25/236 617/24/240 +f 618/25/238 612/24/235 619/24/238 +f 612/24/235 618/25/238 614/25/235 +f 619/24/239 612/24/233 618/25/239 +f 614/25/233 618/25/239 612/24/233 +f 621/25/239 608/24/233 620/24/239 +f 608/24/233 621/25/239 610/25/233 +f 620/24/238 608/24/235 621/25/238 +f 610/25/235 621/25/238 608/24/235 +f 611/25/241 618/25/241 616/25/241 +f 618/25/241 611/25/241 614/25/241 +f 614/25/241 611/25/241 610/25/241 +f 614/25/241 610/25/241 615/25/241 +f 615/25/241 610/25/241 621/25/241 +f 615/25/241 621/25/241 623/25/241 +f 616/25/242 618/25/242 611/25/242 +f 614/25/242 611/25/242 618/25/242 +f 610/25/242 611/25/242 614/25/242 +f 615/25/242 610/25/242 614/25/242 +f 621/25/242 610/25/242 615/25/242 +f 623/25/242 621/25/242 615/25/242 +f 612/24/242 617/24/242 619/24/242 +f 617/24/242 612/24/242 609/24/242 +f 609/24/242 612/24/242 613/24/242 +f 609/24/242 613/24/242 608/24/242 +f 608/24/242 613/24/242 622/24/242 +f 608/24/242 622/24/242 620/24/242 +f 619/24/241 617/24/241 612/24/241 +f 609/24/241 612/24/241 617/24/241 +f 613/24/241 612/24/241 609/24/241 +f 608/24/241 613/24/241 609/24/241 +f 622/24/241 613/24/241 608/24/241 +f 620/24/241 622/24/241 608/24/241 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide.obj.import new file mode 100644 index 0000000..dba2de0 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://vdbclqm1mf70" +path="res://.godot/imported/corridor-wide.obj-ef187cd9813e772a4a6b1ed9b9f25aa5.mesh" + +[deps] + +files=["res://.godot/imported/corridor-wide.obj-ef187cd9813e772a4a6b1ed9b9f25aa5.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide.obj" +dest_files=["res://.godot/imported/corridor-wide.obj-ef187cd9813e772a4a6b1ed9b9f25aa5.mesh", "res://.godot/imported/corridor-wide.obj-ef187cd9813e772a4a6b1ed9b9f25aa5.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor.obj new file mode 100644 index 0000000..1750688 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor.obj @@ -0,0 +1,2139 @@ +# Created by Kenney (www.kenney.nl) + +mtllib corridor.mtl + +g corridor + +v 2 0 -2 1 1 1 +v 2 0 2 1 1 1 +v -2 0 -2 1 1 1 +v -2 0 2 1 1 1 +v 1.296844 0 -0.4321918 1 1 1 +v 1.266226 0.05 -0.4498696 1 1 1 +v 1.245081 0 -0.6253771 1 1 1 +v 1.227403 0.05 -0.5947585 1 1 1 +v 1.051895 0 -0.5736133 1 1 1 +v 1.082514 0.05 -0.5559356 1 1 1 +v 1.547955 0 -0.7146534 1 1 1 +v 1.934325 0 -0.6111257 1 1 1 +v 1.58331 0.1 -0.653416 1 1 1 +v 1.873088 0.1 -0.5757704 1 1 1 +v 1.830798 0 -0.2247554 1 1 1 +v 1.795442 0.1 -0.2859926 1 1 1 +v -1.071889 0 -0.006433129 1 1 1 +v -1.096889 0.1 -0.03143311 1 1 1 +v -1.071889 0 -0.2064332 1 1 1 +v -1.096889 0.1 -0.1814332 1 1 1 +v -1.246889 0.1 -0.03143311 1 1 1 +v -1.246889 0.1 -0.1814332 1 1 1 +v -1.271889 0 -0.2064332 1 1 1 +v -1.271889 0 -0.006433129 1 1 1 +v 1.444427 0 -0.328283 1 1 1 +v 1.505665 0.1 -0.3636383 1 1 1 +v 1.103659 0 -0.3804281 1 1 1 +v 1.121337 0.05 -0.4110467 1 1 1 +v -1.74957 0.05 -0.4982207 1 1 1 +v -1.537438 0.05 -0.7103527 1 1 1 +v -1.537438 0.05 -0.2860887 1 1 1 +v -1.325306 0.05 -0.4982207 1 1 1 +v -1.537438 0 -0.215378 1 1 1 +v -1.254596 0 -0.4982207 1 1 1 +v -0.8904107 -2.887646E-15 -0.09759414 1 1 1 +v -0.8550553 0.05 -0.1588314 1 1 1 +v -0.5040404 -2.887646E-15 -0.2011218 1 1 1 +v -0.5652776 0.05 -0.2364771 1 1 1 +v -1.820281 0 -0.4982207 1 1 1 +v -1.537438 0 -0.7810634 1 1 1 +v -0.9939382 -2.887646E-15 -0.4839644 1 1 1 +v -0.607568 -2.887646E-15 -0.5874921 1 1 1 +v -0.932701 0.05 -0.4486091 1 1 1 +v -0.6429233 0.05 -0.5262549 1 1 1 +v 2 0.2 -1.399003 1 1 1 +v 1.136576E-13 0.2 -1.199003 1 1 1 +v 2 0.9 -1.399003 1 1 1 +v 1.136576E-13 0.9 -1.199003 1 1 1 +v -2 0.9 -2 1 1 1 +v 2 0.9 -2 1 1 1 +v -2 0.9 -1.399003 1 1 1 +v -2 0.2 -2 1 1 1 +v 2 0.2 -2 1 1 1 +v -2 0.2 -1.399003 1 1 1 +v -1.296844 0 0.4321918 1 1 1 +v -1.266226 0.05 0.4498696 1 1 1 +v -1.245081 0 0.6253771 1 1 1 +v -1.227403 0.05 0.5947585 1 1 1 +v -1.051895 0 0.5736133 1 1 1 +v -1.082514 0.05 0.5559356 1 1 1 +v -1.547955 0 0.7146534 1 1 1 +v -1.934325 0 0.6111257 1 1 1 +v -1.58331 0.1 0.653416 1 1 1 +v -1.873088 0.1 0.5757704 1 1 1 +v -1.830798 0 0.2247554 1 1 1 +v -1.795442 0.1 0.2859926 1 1 1 +v 1.071889 0 0.006433129 1 1 1 +v 1.096889 0.1 0.03143311 1 1 1 +v 1.071889 0 0.2064332 1 1 1 +v 1.096889 0.1 0.1814332 1 1 1 +v 1.246889 0.1 0.03143311 1 1 1 +v 1.246889 0.1 0.1814332 1 1 1 +v 1.271889 0 0.2064332 1 1 1 +v 1.271889 0 0.006433129 1 1 1 +v -1.444427 0 0.328283 1 1 1 +v -1.505665 0.1 0.3636383 1 1 1 +v -1.103659 0 0.3804281 1 1 1 +v -1.121337 0.05 0.4110467 1 1 1 +v 1.74957 0.05 0.4982207 1 1 1 +v 1.537438 0.05 0.7103527 1 1 1 +v 1.537438 0.05 0.2860887 1 1 1 +v 1.325306 0.05 0.4982207 1 1 1 +v 1.537438 0 0.215378 1 1 1 +v 1.254596 0 0.4982207 1 1 1 +v 0.8904107 -2.887646E-15 0.09759414 1 1 1 +v 0.8550553 0.05 0.1588314 1 1 1 +v 0.5040404 -2.887646E-15 0.2011218 1 1 1 +v 0.5652776 0.05 0.2364771 1 1 1 +v 1.820281 0 0.4982207 1 1 1 +v 1.537438 0 0.7810634 1 1 1 +v 0.9939382 -2.887646E-15 0.4839644 1 1 1 +v 0.607568 -2.887646E-15 0.5874921 1 1 1 +v 0.932701 0.05 0.4486091 1 1 1 +v 0.6429233 0.05 0.5262549 1 1 1 +v -2 0.2 1.399003 1 1 1 +v -8.085408E-14 0.2 1.199003 1 1 1 +v -2 0.9 1.399003 1 1 1 +v -8.085408E-14 0.9 1.199003 1 1 1 +v 2 0.9 2 1 1 1 +v -2 0.9 2 1 1 1 +v 2 0.9 1.399003 1 1 1 +v 2 0.2 2 1 1 1 +v -2 0.2 2 1 1 1 +v 2 0.2 1.399003 1 1 1 +v -2 0.2 -0.9980046 1 1 1 +v -2 0 -0.9980046 1 1 1 +v -2 0.2 -2 1 1 1 +v -2 0 -2 1 1 1 +v 2 0 -0.9980046 1 1 1 +v 8.954742E-09 0 -0.7980046 1 1 1 +v 2 0.2 -0.9980046 1 1 1 +v 8.954742E-09 0.2 -0.7980046 1 1 1 +v 2 0 -2 1 1 1 +v 2 0.2 -2 1 1 1 +v -2 3 -2 1 1 1 +v 2 3 -2 1 1 1 +v -2 3 -1.6 1 1 1 +v 7.654963E-14 3 -1.4 1 1 1 +v 2 3 -1.6 1 1 1 +v -2 0.9 -2 1 1 1 +v 2 0.9 -2 1 1 1 +v 2 0.9 -1.6 1 1 1 +v -2 0.9 -1.6 1 1 1 +v 1.08287 2.341752 -1.508287 1 1 1 +v 1.08287 2.541752 -1.508287 1 1 1 +v 1.132621 2.291752 -1.513262 1 1 1 +v 1.132621 2.591752 -1.513262 1 1 1 +v 7.654963E-14 0.9 -1.4 1 1 1 +v 1.516119 2.291752 -1.551612 1 1 1 +v 1.565871 2.341752 -1.556587 1 1 1 +v 1.516119 2.591752 -1.551612 1 1 1 +v 1.565871 2.541752 -1.556587 1 1 1 +v -1.681813 1.683671 -1.568181 1 1 1 +v -1.681813 1.883671 -1.568181 1 1 1 +v -1.632061 1.933671 -1.563206 1 1 1 +v -1.248564 1.933671 -1.524856 1 1 1 +v -1.198812 1.883671 -1.519881 1 1 1 +v -1.198812 1.683671 -1.519881 1 1 1 +v -1.632061 1.633671 -1.563206 1 1 1 +v -0.922882 1.585278 -1.492288 1 1 1 +v -1.248564 1.633671 -1.524856 1 1 1 +v -0.5393845 1.585278 -1.453938 1 1 1 +v -0.4896326 1.535278 -1.448963 1 1 1 +v -0.4896326 1.335278 -1.448963 1 1 1 +v -0.5393845 1.285278 -1.453938 1 1 1 +v -0.922882 1.285278 -1.492288 1 1 1 +v -0.9726338 1.535278 -1.497263 1 1 1 +v -0.9726338 1.335278 -1.497263 1 1 1 +v 1.516118 2.291752 -1.551611 1 1 1 +v 1.132621 2.291752 -1.513262 1 1 1 +v 1.521093 2.291752 -1.501859 1 1 1 +v 1.137596 2.291752 -1.46351 1 1 1 +v 1.132621 2.591752 -1.513262 1 1 1 +v 1.516118 2.591752 -1.551611 1 1 1 +v 1.137596 2.591752 -1.46351 1 1 1 +v 1.521093 2.591752 -1.501859 1 1 1 +v 1.087844 2.341752 -1.458534 1 1 1 +v 1.082869 2.341752 -1.508286 1 1 1 +v 1.087844 2.541752 -1.458534 1 1 1 +v 1.082869 2.541752 -1.508286 1 1 1 +v 1.56587 2.341752 -1.556587 1 1 1 +v 1.570845 2.341752 -1.506835 1 1 1 +v 1.56587 2.541752 -1.556586 1 1 1 +v 1.570845 2.541752 -1.506835 1 1 1 +v -1.248565 1.633671 -1.524856 1 1 1 +v -1.632062 1.633671 -1.563206 1 1 1 +v -1.25354 1.633671 -1.475104 1 1 1 +v -1.637037 1.633671 -1.513454 1 1 1 +v -1.632062 1.933671 -1.563206 1 1 1 +v -1.248565 1.933671 -1.524856 1 1 1 +v -1.637037 1.933671 -1.513454 1 1 1 +v -1.25354 1.933671 -1.475104 1 1 1 +v -1.686789 1.683671 -1.518429 1 1 1 +v -1.681814 1.683671 -1.568181 1 1 1 +v -1.686789 1.883671 -1.518429 1 1 1 +v -1.681814 1.883671 -1.568181 1 1 1 +v -1.198813 1.683671 -1.519881 1 1 1 +v -1.203788 1.683671 -1.470129 1 1 1 +v -1.198813 1.883671 -1.519881 1 1 1 +v -1.203788 1.883671 -1.470129 1 1 1 +v -0.5393838 1.285278 -1.453938 1 1 1 +v -0.9228812 1.285278 -1.492288 1 1 1 +v -0.544359 1.285278 -1.404186 1 1 1 +v -0.9278564 1.285278 -1.442536 1 1 1 +v -0.9228812 1.585278 -1.492288 1 1 1 +v -0.5393838 1.585278 -1.453938 1 1 1 +v -0.9278564 1.585278 -1.442536 1 1 1 +v -0.544359 1.585278 -1.404186 1 1 1 +v -0.9776083 1.335278 -1.447511 1 1 1 +v -0.9726331 1.335278 -1.497263 1 1 1 +v -0.9776083 1.535278 -1.447511 1 1 1 +v -0.9726331 1.535278 -1.497263 1 1 1 +v -0.4896319 1.335278 -1.448963 1 1 1 +v -0.4946071 1.335278 -1.399211 1 1 1 +v -0.4896319 1.535278 -1.448963 1 1 1 +v -0.4946071 1.535278 -1.399211 1 1 1 +v 2 0.2 0.9980046 1 1 1 +v 2 0 0.9980046 1 1 1 +v 2 0.2 2 1 1 1 +v 2 0 2 1 1 1 +v -2 0 0.9980046 1 1 1 +v -8.954693E-09 0 0.7980046 1 1 1 +v -2 0.2 0.9980046 1 1 1 +v -8.954693E-09 0.2 0.7980046 1 1 1 +v -2 0 2 1 1 1 +v -2 0.2 2 1 1 1 +v 2 3 2 1 1 1 +v -2 3 2 1 1 1 +v 2 3 1.6 1 1 1 +v -5.197762E-14 3 1.4 1 1 1 +v -2 3 1.6 1 1 1 +v 2 0.9 2 1 1 1 +v -2 0.9 2 1 1 1 +v -2 0.9 1.6 1 1 1 +v 2 0.9 1.6 1 1 1 +v -1.08287 2.341752 1.508287 1 1 1 +v -1.08287 2.541752 1.508287 1 1 1 +v -1.132621 2.291752 1.513262 1 1 1 +v -1.132621 2.591752 1.513262 1 1 1 +v -5.197762E-14 0.9 1.4 1 1 1 +v -1.516119 2.291752 1.551612 1 1 1 +v -1.565871 2.341752 1.556587 1 1 1 +v -1.516119 2.591752 1.551612 1 1 1 +v -1.565871 2.541752 1.556587 1 1 1 +v 1.681813 1.683671 1.568181 1 1 1 +v 1.681813 1.883671 1.568181 1 1 1 +v 1.632061 1.933671 1.563206 1 1 1 +v 1.248564 1.933671 1.524856 1 1 1 +v 1.198812 1.883671 1.519881 1 1 1 +v 1.198812 1.683671 1.519881 1 1 1 +v 1.632061 1.633671 1.563206 1 1 1 +v 0.922882 1.585278 1.492288 1 1 1 +v 1.248564 1.633671 1.524856 1 1 1 +v 0.5393845 1.585278 1.453938 1 1 1 +v 0.4896326 1.535278 1.448963 1 1 1 +v 0.4896326 1.335278 1.448963 1 1 1 +v 0.5393845 1.285278 1.453938 1 1 1 +v 0.922882 1.285278 1.492288 1 1 1 +v 0.9726338 1.535278 1.497263 1 1 1 +v 0.9726338 1.335278 1.497263 1 1 1 +v -1.516118 2.291752 1.551611 1 1 1 +v -1.132621 2.291752 1.513262 1 1 1 +v -1.521093 2.291752 1.501859 1 1 1 +v -1.137596 2.291752 1.46351 1 1 1 +v -1.132621 2.591752 1.513262 1 1 1 +v -1.516118 2.591752 1.551611 1 1 1 +v -1.137596 2.591752 1.46351 1 1 1 +v -1.521093 2.591752 1.501859 1 1 1 +v -1.087844 2.341752 1.458534 1 1 1 +v -1.082869 2.341752 1.508286 1 1 1 +v -1.087844 2.541752 1.458534 1 1 1 +v -1.082869 2.541752 1.508286 1 1 1 +v -1.56587 2.341752 1.556587 1 1 1 +v -1.570845 2.341752 1.506835 1 1 1 +v -1.56587 2.541752 1.556586 1 1 1 +v -1.570845 2.541752 1.506835 1 1 1 +v 1.248565 1.633671 1.524856 1 1 1 +v 1.632062 1.633671 1.563206 1 1 1 +v 1.25354 1.633671 1.475104 1 1 1 +v 1.637037 1.633671 1.513454 1 1 1 +v 1.632062 1.933671 1.563206 1 1 1 +v 1.248565 1.933671 1.524856 1 1 1 +v 1.637037 1.933671 1.513454 1 1 1 +v 1.25354 1.933671 1.475104 1 1 1 +v 1.686789 1.683671 1.518429 1 1 1 +v 1.681814 1.683671 1.568181 1 1 1 +v 1.686789 1.883671 1.518429 1 1 1 +v 1.681814 1.883671 1.568181 1 1 1 +v 1.198813 1.683671 1.519881 1 1 1 +v 1.203788 1.683671 1.470129 1 1 1 +v 1.198813 1.883671 1.519881 1 1 1 +v 1.203788 1.883671 1.470129 1 1 1 +v 0.5393838 1.285278 1.453938 1 1 1 +v 0.9228812 1.285278 1.492288 1 1 1 +v 0.544359 1.285278 1.404186 1 1 1 +v 0.9278564 1.285278 1.442536 1 1 1 +v 0.9228812 1.585278 1.492288 1 1 1 +v 0.5393838 1.585278 1.453938 1 1 1 +v 0.9278564 1.585278 1.442536 1 1 1 +v 0.544359 1.585278 1.404186 1 1 1 +v 0.9776083 1.335278 1.447511 1 1 1 +v 0.9726331 1.335278 1.497263 1 1 1 +v 0.9776083 1.535278 1.447511 1 1 1 +v 0.9726331 1.535278 1.497263 1 1 1 +v 0.4896319 1.335278 1.448963 1 1 1 +v 0.4946071 1.335278 1.399211 1 1 1 +v 0.4896319 1.535278 1.448963 1 1 1 +v 0.4946071 1.535278 1.399211 1 1 1 + +vn 0 1 0 +vn 0 -1 0 +vn 0.7071068 0.5773503 0.4082483 +vn 0.5202672 0.7994348 0.3003764 +vn 0.4082483 0.5773503 -0.7071068 +vn 0.3003764 0.7994348 -0.5202672 +vn -0.4082483 -0.5773503 0.7071068 +vn -0.5202672 -0.7994348 -0.3003764 +vn -0.7071068 -0.5773503 -0.4082483 +vn -0.3003764 -0.7994348 0.5202672 +vn -0.7071068 0.5773503 -0.4082483 +vn -0.5202672 0.7994348 -0.3003764 +vn 0.5202672 -0.7994348 0.3003764 +vn 0.7071068 -0.5773503 0.4082483 +vn -0.4082483 0.5773503 -0.7071068 +vn 0.7071068 0.5773503 -0.4082483 +vn -0.3003764 0.7994348 -0.5202672 +vn 0.5202672 0.7994348 -0.3003764 +vn 0.3003764 -0.7994348 0.5202672 +vn -0.7071068 -0.5773503 0.4082483 +vn 0.4082483 -0.5773503 0.7071068 +vn -0.5202672 -0.7994348 0.3003764 +vn 0.4082483 0.5773503 0.7071068 +vn 0.3003764 0.7994348 0.5202672 +vn -0.3003764 -0.7994348 -0.5202672 +vn -0.4082483 -0.5773503 -0.7071068 +vn 0.6666667 0.3333333 0.6666667 +vn 0.5033765 0.7022992 0.5033765 +vn 0.6666667 0.3333333 -0.6666667 +vn 0.5033765 0.7022992 -0.5033765 +vn -0.6666667 -0.3333333 0.6666667 +vn -0.5033765 -0.7022992 -0.5033765 +vn -0.6666667 -0.3333333 -0.6666667 +vn -0.5033765 -0.7022992 0.5033765 +vn -0.5033765 0.7022992 0.5033765 +vn -0.5033765 0.7022992 -0.5033765 +vn 0.5033765 -0.7022992 0.5033765 +vn 0.5033765 -0.7022992 -0.5033765 +vn -0.6666667 0.3333333 -0.6666667 +vn 0.6666667 -0.3333333 0.6666667 +vn -0.6666667 0.3333333 0.6666667 +vn 0.6666667 -0.3333333 -0.6666667 +vn -0.7071068 0.5773503 0.4082483 +vn -0.5202672 0.7994348 0.3003764 +vn 0.5202672 -0.7994348 -0.3003764 +vn 0.7071068 -0.5773503 -0.4082483 +vn -0.4082483 0.5773503 0.7071068 +vn -0.3003764 0.7994348 0.5202672 +vn 0.4082483 -0.5773503 -0.7071068 +vn 0.3003764 -0.7994348 -0.5202672 +vn -0.4245382 0.9054101 3.477253E-14 +vn -3.477253E-14 0.9054101 -0.4245382 +vn 3.477253E-14 0.9054101 0.4245382 +vn 0.4245382 0.9054101 -3.477253E-14 +vn -3.477253E-14 -0.9054101 -0.4245382 +vn 3.477253E-14 -0.9054101 0.4245382 +vn 0.4245382 -0.9054101 -3.477253E-14 +vn -0.4245382 -0.9054101 3.477253E-14 +vn 4.728886E-14 0.8164966 0.5773503 +vn 0.5773503 0.8164966 -4.728886E-14 +vn -4.728886E-14 -0.8164966 -0.5773503 +vn -0.5773503 -0.8164966 4.728886E-14 +vn -0.2886751 0.8164966 0.5 +vn -0.2122691 0.90541 0.3676609 +vn 0.5 0.8164966 0.2886751 +vn 0.3676609 0.90541 0.2122691 +vn -0.5 -0.8164966 -0.2886751 +vn 0.2122691 -0.90541 -0.3676609 +vn 0.2886751 -0.8164966 -0.5 +vn -0.3676609 -0.90541 -0.2122691 +vn -0.5773503 0.8164966 4.728886E-14 +vn 0.5773503 -0.8164966 -4.728886E-14 +vn -4.728886E-14 0.8164966 -0.5773503 +vn 4.728886E-14 -0.8164966 0.5773503 +vn -0.5 0.8164966 -0.2886751 +vn 0.2886751 0.8164966 -0.5 +vn -0.3676609 0.90541 -0.2122691 +vn 0.2122691 0.90541 -0.3676609 +vn 0.3676609 -0.90541 0.2122691 +vn -0.2886751 -0.8164966 0.5 +vn 0.5 -0.8164966 0.2886751 +vn -0.2122691 -0.90541 0.3676609 +vn 0.09950371 0 0.9950371 +vn 8.19067E-14 0 1 +vn -0.09950371 0 -0.9950371 +vn -8.19067E-14 0 -1 +vn -0.09950371 0 0.9950371 +vn 0.09950371 0 -0.9950371 +vn -1 0 8.19067E-14 +vn 1 0 -8.19067E-14 +vn 0.4245382 0.9054101 0 +vn 0 0.9054101 0.4245382 +vn 0 0.9054101 -0.4245382 +vn -0.4245382 0.9054101 0 +vn 0 -0.9054101 0.4245382 +vn 0 -0.9054101 -0.4245382 +vn -0.4245382 -0.9054101 0 +vn 0.4245382 -0.9054101 0 +vn 0 0.8164966 -0.5773503 +vn -0.5773503 0.8164966 0 +vn 0 -0.8164966 0.5773503 +vn 0.5773503 -0.8164966 0 +vn 0.5773503 0.8164966 0 +vn -0.5773503 -0.8164966 0 +vn 0 0.8164966 0.5773503 +vn 0 -0.8164966 -0.5773503 +vn 0 0 -1 +vn 0 0 1 +vn 1 0 0 +vn -1 0 0 +vn 0.09950373 0 0.9950371 +vn -0.09950373 0 -0.9950371 +vn -0.0995037 0 0.9950371 +vn 0.0995037 0 -0.9950371 +vn 0.3807842 -0.9238796 -0.03807854 +vn -0.3807842 -0.9238796 0.03807832 +vn -0.3807842 0.9238796 0.03807854 +vn 0.3807842 0.9238796 -0.03807832 +vn -0.9192945 -0.3826835 0.09192941 +vn -0.9192945 0.3826835 0.0919295 +vn 0.9192945 -0.3826835 -0.0919295 +vn 0.9192945 0.3826835 -0.09192941 +vn 0.09950373 -1.192093E-07 0.9950373 +vn -0.09950373 1.192093E-07 -0.9950373 +vn 0.3807842 -0.9238796 0.03807832 +vn -0.3807842 -0.9238796 -0.03807854 +vn -0.3807842 0.9238796 -0.03807832 +vn 0.3807842 0.9238796 0.03807854 +vn -0.9192945 -0.3826835 -0.0919295 +vn -0.9192945 0.3826835 -0.09192941 +vn 0.9192945 -0.3826835 0.09192941 +vn 0.9192945 0.3826835 0.0919295 +vn -0.09950373 -1.192093E-07 0.9950373 +vn 0.09950373 1.192093E-07 -0.9950373 +vn -0.3807842 -0.9238796 0.03807854 +vn 0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 0.9238796 -0.03807854 +vn -0.3807842 0.9238796 0.03807832 +vn 0.9192945 -0.3826835 -0.09192941 +vn 0.9192945 0.3826835 -0.0919295 +vn -0.9192945 -0.3826835 0.0919295 +vn -0.9192945 0.3826835 0.09192941 +vn -0.09950373 -1.192093E-07 -0.9950373 +vn 0.09950373 1.192093E-07 0.9950373 +vn -0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 -0.9238796 0.03807854 +vn 0.3807842 0.9238796 0.03807832 +vn -0.3807842 0.9238796 -0.03807854 +vn 0.9192945 -0.3826835 0.0919295 +vn 0.9192945 0.3826835 0.09192941 +vn -0.9192945 -0.3826835 -0.09192941 +vn -0.9192945 0.3826835 -0.0919295 +vn 0.09950373 -1.192093E-07 -0.9950373 +vn -0.09950373 1.192093E-07 0.9950373 + +vt 0.09375 0.025 +vt 0.09375 0.065 +vt 0.09375 0.105 +vt 0.09375 0.225 +vt 0.34375 0.105 +vt 0.34375 0.025 +vt 0.34375 0.225 +vt 0.34375 0.1623098 +vt 0.34375 0.1813574 +vt 0.34375 0.1575478 +vt 0.34375 0.1861193 +vt 0.34375 0.09963536 +vt 0.34375 0.118683 +vt 0.34375 0.1234449 +vt 0.34375 0.09487346 +vt 0.34375 0.0902646 +vt 0.34375 0.08550269 +vt 0.34375 0.06645507 +vt 0.34375 0.06169317 +vt 0.34375 0.075 +vt 0.34375 0.175 + +usemtl colormap + +f 3/1/1 2/1/1 1/1/1 +f 2/1/1 3/1/1 4/1/1 +f 1/1/2 2/1/2 3/1/2 +f 4/1/2 3/1/2 2/1/2 +f 7/1/5 6/2/4 5/1/3 +f 6/2/4 7/1/5 8/2/6 +f 5/1/9 6/2/8 7/1/7 +f 8/2/10 7/1/7 6/2/8 +f 10/2/12 7/1/5 9/1/11 +f 7/1/5 10/2/12 8/2/6 +f 9/1/14 7/1/7 10/2/13 +f 8/2/10 10/2/13 7/1/7 +f 13/3/17 12/1/16 11/1/15 +f 12/1/16 13/3/17 14/3/18 +f 11/1/21 12/1/20 13/3/19 +f 14/3/22 13/3/19 12/1/20 +f 12/1/16 16/3/24 15/1/23 +f 16/3/24 12/1/16 14/3/18 +f 15/1/26 16/3/25 12/1/20 +f 14/3/22 12/1/20 16/3/25 +f 19/1/29 18/3/28 17/1/27 +f 18/3/28 19/1/29 20/3/30 +f 17/1/33 18/3/32 19/1/31 +f 20/3/34 19/1/31 18/3/32 +f 18/3/28 22/3/36 21/3/35 +f 22/3/36 18/3/28 20/3/30 +f 21/3/38 22/3/37 18/3/32 +f 20/3/34 18/3/32 22/3/37 +f 22/3/36 19/1/29 23/1/39 +f 19/1/29 22/3/36 20/3/30 +f 23/1/40 19/1/31 22/3/37 +f 20/3/34 22/3/37 19/1/31 +f 18/3/28 24/1/41 17/1/27 +f 24/1/41 18/3/28 21/3/35 +f 17/1/33 24/1/42 18/3/32 +f 21/3/38 18/3/32 24/1/42 +f 21/3/35 23/1/39 24/1/41 +f 23/1/39 21/3/35 22/3/36 +f 24/1/42 23/1/40 21/3/38 +f 22/3/37 21/3/38 23/1/40 +f 26/3/44 11/1/15 25/1/43 +f 11/1/15 26/3/44 13/3/17 +f 25/1/46 11/1/21 26/3/45 +f 13/3/19 26/3/45 11/1/21 +f 6/2/4 27/1/47 5/1/3 +f 27/1/47 6/2/4 28/2/48 +f 5/1/9 27/1/49 6/2/8 +f 28/2/50 6/2/8 27/1/49 +f 16/3/24 25/1/43 15/1/23 +f 25/1/43 16/3/24 26/3/44 +f 15/1/26 25/1/46 16/3/25 +f 26/3/45 16/3/25 25/1/46 +f 16/3/24 13/3/17 26/3/44 +f 13/3/17 16/3/24 14/3/18 +f 26/3/45 13/3/19 16/3/25 +f 14/3/22 16/3/25 13/3/19 +f 31/2/53 30/2/52 29/2/51 +f 30/2/52 31/2/53 32/2/54 +f 29/2/57 30/2/56 31/2/55 +f 32/2/58 31/2/55 30/2/56 +f 28/2/48 8/2/6 10/2/12 +f 8/2/6 28/2/48 6/2/4 +f 10/2/13 8/2/10 28/2/50 +f 6/2/8 28/2/50 8/2/10 +f 33/1/59 32/2/54 31/2/53 +f 32/2/54 33/1/59 34/1/60 +f 31/2/55 32/2/58 33/1/61 +f 34/1/62 33/1/61 32/2/58 +f 37/1/65 36/2/64 35/1/63 +f 36/2/64 37/1/65 38/2/66 +f 35/1/69 36/2/68 37/1/67 +f 38/2/70 37/1/67 36/2/68 +f 33/1/59 29/2/51 39/1/71 +f 29/2/51 33/1/59 31/2/53 +f 39/1/72 29/2/57 33/1/61 +f 31/2/55 33/1/61 29/2/57 +f 32/2/54 40/1/73 30/2/52 +f 40/1/73 32/2/54 34/1/60 +f 30/2/56 40/1/74 32/2/58 +f 34/1/62 32/2/58 40/1/74 +f 43/2/77 42/1/76 41/1/75 +f 42/1/76 43/2/77 44/2/78 +f 41/1/81 42/1/80 43/2/79 +f 44/2/82 43/2/79 42/1/80 +f 29/2/51 40/1/73 39/1/71 +f 40/1/73 29/2/51 30/2/52 +f 39/1/72 40/1/74 29/2/57 +f 30/2/56 29/2/57 40/1/74 +f 35/1/63 43/2/77 41/1/75 +f 43/2/77 35/1/63 36/2/64 +f 41/1/81 43/2/79 35/1/69 +f 36/2/68 35/1/69 43/2/79 +f 38/2/66 42/1/76 44/2/78 +f 42/1/76 38/2/66 37/1/65 +f 44/2/82 42/1/80 38/2/70 +f 37/1/67 38/2/70 42/1/80 +f 36/2/64 44/2/78 43/2/77 +f 44/2/78 36/2/64 38/2/66 +f 43/2/79 44/2/82 36/2/68 +f 38/2/70 36/2/68 44/2/82 +f 28/2/48 9/1/11 27/1/47 +f 9/1/11 28/2/48 10/2/12 +f 27/1/49 9/1/14 28/2/50 +f 10/2/13 28/2/50 9/1/14 +f 47/4/83 46/1/84 45/1/83 +f 46/1/84 47/4/83 48/4/84 +f 45/1/85 46/1/86 47/4/85 +f 48/4/86 47/4/85 46/1/86 +f 51/4/1 50/4/1 49/4/1 +f 50/4/1 51/4/1 48/4/1 +f 50/4/1 48/4/1 47/4/1 +f 49/4/2 50/4/2 51/4/2 +f 48/4/2 51/4/2 50/4/2 +f 47/4/2 48/4/2 50/4/2 +f 49/4/86 53/1/86 52/1/86 +f 53/1/86 49/4/86 50/4/86 +f 52/1/84 53/1/84 49/4/84 +f 50/4/84 49/4/84 53/1/84 +f 48/4/84 54/1/87 46/1/84 +f 54/1/87 48/4/84 51/4/87 +f 46/1/86 54/1/88 48/4/86 +f 51/4/88 48/4/86 54/1/88 +f 49/4/89 54/1/89 51/4/89 +f 54/1/89 49/4/89 52/1/89 +f 51/4/90 54/1/90 49/4/90 +f 52/1/90 49/4/90 54/1/90 +f 53/1/90 47/4/90 45/1/90 +f 47/4/90 53/1/90 50/4/90 +f 45/1/89 47/4/89 53/1/89 +f 50/4/89 53/1/89 47/4/89 +f 57/1/47 56/2/12 55/1/11 +f 56/2/12 57/1/47 58/2/48 +f 55/1/14 56/2/13 57/1/49 +f 58/2/50 57/1/49 56/2/13 +f 60/2/4 57/1/47 59/1/3 +f 57/1/47 60/2/4 58/2/48 +f 59/1/9 57/1/49 60/2/8 +f 58/2/50 60/2/8 57/1/49 +f 63/3/24 62/1/43 61/1/23 +f 62/1/43 63/3/24 64/3/44 +f 61/1/26 62/1/46 63/3/25 +f 64/3/45 63/3/25 62/1/46 +f 62/1/43 66/3/17 65/1/15 +f 66/3/17 62/1/43 64/3/44 +f 65/1/21 66/3/19 62/1/46 +f 64/3/45 62/1/46 66/3/19 +f 69/1/41 68/3/36 67/1/39 +f 68/3/36 69/1/41 70/3/35 +f 67/1/40 68/3/37 69/1/42 +f 70/3/38 69/1/42 68/3/37 +f 68/3/36 72/3/28 71/3/30 +f 72/3/28 68/3/36 70/3/35 +f 71/3/34 72/3/32 68/3/37 +f 70/3/38 68/3/37 72/3/32 +f 72/3/28 69/1/41 73/1/27 +f 69/1/41 72/3/28 70/3/35 +f 73/1/33 69/1/42 72/3/32 +f 70/3/38 72/3/32 69/1/42 +f 68/3/36 74/1/29 67/1/39 +f 74/1/29 68/3/36 71/3/30 +f 67/1/40 74/1/31 68/3/37 +f 71/3/34 68/3/37 74/1/31 +f 71/3/30 73/1/27 74/1/29 +f 73/1/27 71/3/30 72/3/28 +f 74/1/31 73/1/33 71/3/34 +f 72/3/32 71/3/34 73/1/33 +f 76/3/18 61/1/23 75/1/16 +f 61/1/23 76/3/18 63/3/24 +f 75/1/20 61/1/26 76/3/22 +f 63/3/25 76/3/22 61/1/26 +f 56/2/12 77/1/5 55/1/11 +f 77/1/5 56/2/12 78/2/6 +f 55/1/14 77/1/7 56/2/13 +f 78/2/10 56/2/13 77/1/7 +f 66/3/17 75/1/16 65/1/15 +f 75/1/16 66/3/17 76/3/18 +f 65/1/21 75/1/20 66/3/19 +f 76/3/22 66/3/19 75/1/20 +f 66/3/17 63/3/24 76/3/18 +f 63/3/24 66/3/17 64/3/44 +f 76/3/22 63/3/25 66/3/19 +f 64/3/45 66/3/19 63/3/25 +f 81/2/93 80/2/92 79/2/91 +f 80/2/92 81/2/93 82/2/94 +f 79/2/97 80/2/96 81/2/95 +f 82/2/98 81/2/95 80/2/96 +f 78/2/6 58/2/48 60/2/4 +f 58/2/48 78/2/6 56/2/12 +f 60/2/8 58/2/50 78/2/10 +f 56/2/13 78/2/10 58/2/50 +f 83/1/99 82/2/94 81/2/93 +f 82/2/94 83/1/99 84/1/100 +f 81/2/95 82/2/98 83/1/101 +f 84/1/102 83/1/101 82/2/98 +f 87/1/75 86/2/78 85/1/76 +f 86/2/78 87/1/75 88/2/77 +f 85/1/80 86/2/82 87/1/81 +f 88/2/79 87/1/81 86/2/82 +f 83/1/99 79/2/91 89/1/103 +f 79/2/91 83/1/99 81/2/93 +f 89/1/104 79/2/97 83/1/101 +f 81/2/95 83/1/101 79/2/97 +f 82/2/94 90/1/105 80/2/92 +f 90/1/105 82/2/94 84/1/100 +f 80/2/96 90/1/106 82/2/98 +f 84/1/102 82/2/98 90/1/106 +f 93/2/66 92/1/63 91/1/65 +f 92/1/63 93/2/66 94/2/64 +f 91/1/67 92/1/69 93/2/70 +f 94/2/68 93/2/70 92/1/69 +f 79/2/91 90/1/105 89/1/103 +f 90/1/105 79/2/91 80/2/92 +f 89/1/104 90/1/106 79/2/97 +f 80/2/96 79/2/97 90/1/106 +f 85/1/76 93/2/66 91/1/65 +f 93/2/66 85/1/76 86/2/78 +f 91/1/67 93/2/70 85/1/80 +f 86/2/82 85/1/80 93/2/70 +f 88/2/77 92/1/63 94/2/64 +f 92/1/63 88/2/77 87/1/75 +f 94/2/68 92/1/69 88/2/79 +f 87/1/81 88/2/79 92/1/69 +f 86/2/78 94/2/64 93/2/66 +f 94/2/64 86/2/78 88/2/77 +f 93/2/70 94/2/68 86/2/82 +f 88/2/79 86/2/82 94/2/68 +f 78/2/6 59/1/3 77/1/5 +f 59/1/3 78/2/6 60/2/4 +f 77/1/7 59/1/9 78/2/10 +f 60/2/8 78/2/10 59/1/9 +f 97/4/85 96/1/107 95/1/85 +f 96/1/107 97/4/85 98/4/107 +f 95/1/83 96/1/108 97/4/83 +f 98/4/108 97/4/83 96/1/108 +f 101/4/1 100/4/1 99/4/1 +f 100/4/1 101/4/1 98/4/1 +f 100/4/1 98/4/1 97/4/1 +f 99/4/2 100/4/2 101/4/2 +f 98/4/2 101/4/2 100/4/2 +f 97/4/2 98/4/2 100/4/2 +f 99/4/108 103/1/108 102/1/108 +f 103/1/108 99/4/108 100/4/108 +f 102/1/107 103/1/107 99/4/107 +f 100/4/107 99/4/107 103/1/107 +f 98/4/107 104/1/88 96/1/107 +f 104/1/88 98/4/107 101/4/88 +f 96/1/108 104/1/87 98/4/108 +f 101/4/87 98/4/108 104/1/87 +f 99/4/109 104/1/109 101/4/109 +f 104/1/109 99/4/109 102/1/109 +f 101/4/110 104/1/110 99/4/110 +f 102/1/110 99/4/110 104/1/110 +f 103/1/110 97/4/110 95/1/110 +f 97/4/110 103/1/110 100/4/110 +f 95/1/109 97/4/109 103/1/109 +f 100/4/109 103/1/109 97/4/109 +f 107/5/89 106/6/89 105/5/89 +f 106/6/89 107/5/89 108/6/89 +f 105/5/90 106/6/90 107/5/90 +f 108/6/90 107/5/90 106/6/90 +f 111/5/111 110/6/84 109/6/111 +f 110/6/84 111/5/111 112/5/84 +f 109/6/112 110/6/86 111/5/112 +f 112/5/86 111/5/112 110/6/86 +f 107/5/86 113/6/86 108/6/86 +f 113/6/86 107/5/86 114/5/86 +f 108/6/84 113/6/84 107/5/84 +f 114/5/84 107/5/84 113/6/84 +f 112/5/84 106/6/113 110/6/84 +f 106/6/113 112/5/84 105/5/113 +f 110/6/86 106/6/114 112/5/86 +f 105/5/114 112/5/86 106/6/114 +f 113/6/2 106/6/2 108/6/2 +f 106/6/2 113/6/2 110/6/2 +f 110/6/2 113/6/2 109/6/2 +f 108/6/1 106/6/1 113/6/1 +f 110/6/1 113/6/1 106/6/1 +f 109/6/1 113/6/1 110/6/1 +f 105/5/1 114/5/1 107/5/1 +f 114/5/1 105/5/1 112/5/1 +f 114/5/1 112/5/1 111/5/1 +f 107/5/2 114/5/2 105/5/2 +f 112/5/2 105/5/2 114/5/2 +f 111/5/2 112/5/2 114/5/2 +f 113/6/90 111/5/90 109/6/90 +f 111/5/90 113/6/90 114/5/90 +f 109/6/89 111/5/89 113/6/89 +f 114/5/89 113/6/89 111/5/89 +f 117/7/1 116/7/1 115/7/1 +f 116/7/1 117/7/1 118/7/1 +f 116/7/1 118/7/1 119/7/1 +f 115/7/2 116/7/2 117/7/2 +f 118/7/2 117/7/2 116/7/2 +f 119/7/2 118/7/2 116/7/2 +f 115/7/86 121/6/86 120/6/86 +f 121/6/86 115/7/86 116/7/86 +f 120/6/84 121/6/84 115/7/84 +f 116/7/84 115/7/84 121/6/84 +f 121/6/90 119/7/90 122/6/90 +f 119/7/90 121/6/90 116/7/90 +f 122/6/89 119/7/89 121/6/89 +f 116/7/89 121/6/89 119/7/89 +f 115/7/89 123/6/89 117/7/89 +f 123/6/89 115/7/89 120/6/89 +f 117/7/90 123/6/90 115/7/90 +f 120/6/90 115/7/90 123/6/90 +f 125/9/85 124/8/85 118/7/86 +f 124/8/85 126/10/85 118/7/86 +f 127/11/85 125/9/85 118/7/86 +f 118/7/86 126/10/85 128/6/86 +f 129/10/85 128/6/86 126/10/85 +f 128/6/86 129/10/85 122/6/85 +f 130/8/85 122/6/85 129/10/85 +f 119/7/85 127/11/85 118/7/86 +f 119/7/85 122/6/85 130/8/85 +f 127/11/85 119/7/85 131/11/85 +f 132/9/85 119/7/85 130/8/85 +f 131/11/85 119/7/85 132/9/85 +f 134/13/88 133/12/88 117/7/88 +f 135/14/88 134/13/88 117/7/88 +f 118/7/86 135/14/88 117/7/88 +f 135/14/88 118/7/86 136/14/88 +f 117/7/88 133/12/88 123/6/88 +f 136/14/88 118/7/86 137/13/88 +f 137/13/88 118/7/86 138/12/88 +f 139/15/88 123/6/88 133/12/88 +f 138/12/88 118/7/86 140/16/88 +f 141/15/88 138/12/88 140/16/88 +f 141/15/88 140/16/88 139/15/88 +f 140/16/88 118/7/86 142/16/88 +f 142/16/88 118/7/86 143/17/88 +f 143/17/88 118/7/86 144/18/88 +f 118/7/86 128/6/86 144/18/88 +f 144/18/88 128/6/86 145/19/88 +f 123/6/88 145/19/88 128/6/86 +f 145/19/88 123/6/88 146/19/88 +f 146/19/88 123/6/88 139/15/88 +f 140/16/88 147/17/88 139/15/88 +f 148/18/88 146/19/88 139/15/88 +f 147/17/88 148/18/88 139/15/88 +f 118/7/84 124/8/83 125/9/83 +f 118/7/84 125/9/83 127/11/83 +f 118/7/84 126/10/83 124/8/83 +f 128/6/84 126/10/83 118/7/84 +f 126/10/83 128/6/84 129/10/83 +f 122/6/83 129/10/83 128/6/84 +f 129/10/83 122/6/83 130/8/83 +f 118/7/84 127/11/83 119/7/83 +f 130/8/83 122/6/83 119/7/83 +f 131/11/83 119/7/83 127/11/83 +f 130/8/83 119/7/83 132/9/83 +f 132/9/83 119/7/83 131/11/83 +f 117/7/87 133/12/87 134/13/87 +f 117/7/87 134/13/87 135/14/87 +f 117/7/87 135/14/87 118/7/84 +f 136/14/87 118/7/84 135/14/87 +f 123/6/87 133/12/87 117/7/87 +f 137/13/87 118/7/84 136/14/87 +f 138/12/87 118/7/84 137/13/87 +f 133/12/87 123/6/87 139/15/87 +f 140/16/87 118/7/84 138/12/87 +f 140/16/87 138/12/87 141/15/87 +f 139/15/87 140/16/87 141/15/87 +f 142/16/87 118/7/84 140/16/87 +f 143/17/87 118/7/84 142/16/87 +f 144/18/87 118/7/84 143/17/87 +f 144/18/87 128/6/84 118/7/84 +f 145/19/87 128/6/84 144/18/87 +f 128/6/84 145/19/87 123/6/87 +f 146/19/87 123/6/87 145/19/87 +f 139/15/87 123/6/87 146/19/87 +f 139/15/87 147/17/87 140/16/87 +f 139/15/87 146/19/87 148/18/87 +f 139/15/87 148/18/87 147/17/87 +f 151/21/115 150/20/116 149/20/115 +f 150/20/116 151/21/115 152/21/116 +f 149/20/117 150/20/118 151/21/117 +f 152/21/118 151/21/117 150/20/118 +f 155/21/117 154/20/118 153/20/117 +f 154/20/118 155/21/117 156/21/118 +f 153/20/115 154/20/116 155/21/115 +f 156/21/116 155/21/115 154/20/116 +f 159/21/120 158/20/119 157/21/119 +f 158/20/119 159/21/120 160/20/120 +f 157/21/122 158/20/122 159/21/121 +f 160/20/121 159/21/121 158/20/122 +f 163/20/122 162/21/121 161/20/121 +f 162/21/121 163/20/122 164/21/122 +f 161/20/120 162/21/120 163/20/119 +f 164/21/119 163/20/119 162/21/120 +f 156/21/118 163/20/122 154/20/118 +f 163/20/122 156/21/118 164/21/122 +f 154/20/116 163/20/119 156/21/116 +f 164/21/119 156/21/116 163/20/119 +f 152/21/116 158/20/119 150/20/116 +f 158/20/119 152/21/116 157/21/119 +f 150/20/118 158/20/122 152/21/118 +f 157/21/122 152/21/118 158/20/122 +f 159/21/120 153/20/117 160/20/120 +f 153/20/117 159/21/120 155/21/117 +f 160/20/121 153/20/115 159/21/121 +f 155/21/115 159/21/121 153/20/115 +f 162/21/121 149/20/115 161/20/121 +f 149/20/115 162/21/121 151/21/115 +f 161/20/120 149/20/117 162/21/120 +f 151/21/117 162/21/120 149/20/117 +f 152/21/123 159/21/123 157/21/123 +f 159/21/123 152/21/123 155/21/123 +f 155/21/123 152/21/123 151/21/123 +f 155/21/123 151/21/123 156/21/123 +f 156/21/123 151/21/123 162/21/123 +f 156/21/123 162/21/123 164/21/123 +f 157/21/124 159/21/124 152/21/124 +f 155/21/124 152/21/124 159/21/124 +f 151/21/124 152/21/124 155/21/124 +f 156/21/124 151/21/124 155/21/124 +f 162/21/124 151/21/124 156/21/124 +f 164/21/124 162/21/124 156/21/124 +f 153/20/124 158/20/124 160/20/124 +f 158/20/124 153/20/124 150/20/124 +f 150/20/124 153/20/124 154/20/124 +f 150/20/124 154/20/124 149/20/124 +f 149/20/124 154/20/124 163/20/124 +f 149/20/124 163/20/124 161/20/124 +f 160/20/123 158/20/123 153/20/123 +f 150/20/123 153/20/123 158/20/123 +f 154/20/123 153/20/123 150/20/123 +f 149/20/123 154/20/123 150/20/123 +f 163/20/123 154/20/123 149/20/123 +f 161/20/123 163/20/123 149/20/123 +f 167/21/125 166/20/126 165/20/125 +f 166/20/126 167/21/125 168/21/126 +f 165/20/127 166/20/128 167/21/127 +f 168/21/128 167/21/127 166/20/128 +f 171/21/127 170/20/128 169/20/127 +f 170/20/128 171/21/127 172/21/128 +f 169/20/125 170/20/126 171/21/125 +f 172/21/126 171/21/125 170/20/126 +f 175/21/130 174/20/129 173/21/129 +f 174/20/129 175/21/130 176/20/130 +f 173/21/132 174/20/132 175/21/131 +f 176/20/131 175/21/131 174/20/132 +f 179/20/132 178/21/131 177/20/131 +f 178/21/131 179/20/132 180/21/132 +f 177/20/130 178/21/130 179/20/129 +f 180/21/129 179/20/129 178/21/130 +f 172/21/128 179/20/132 170/20/128 +f 179/20/132 172/21/128 180/21/132 +f 170/20/126 179/20/129 172/21/126 +f 180/21/129 172/21/126 179/20/129 +f 168/21/126 174/20/129 166/20/126 +f 174/20/129 168/21/126 173/21/129 +f 166/20/128 174/20/132 168/21/128 +f 173/21/132 168/21/128 174/20/132 +f 175/21/130 169/20/127 176/20/130 +f 169/20/127 175/21/130 171/21/127 +f 176/20/131 169/20/125 175/21/131 +f 171/21/125 175/21/131 169/20/125 +f 178/21/131 165/20/125 177/20/131 +f 165/20/125 178/21/131 167/21/125 +f 177/20/130 165/20/127 178/21/130 +f 167/21/127 178/21/130 165/20/127 +f 168/21/133 175/21/133 173/21/133 +f 175/21/133 168/21/133 171/21/133 +f 171/21/133 168/21/133 167/21/133 +f 171/21/133 167/21/133 172/21/133 +f 172/21/133 167/21/133 178/21/133 +f 172/21/133 178/21/133 180/21/133 +f 173/21/134 175/21/134 168/21/134 +f 171/21/134 168/21/134 175/21/134 +f 167/21/134 168/21/134 171/21/134 +f 172/21/134 167/21/134 171/21/134 +f 178/21/134 167/21/134 172/21/134 +f 180/21/134 178/21/134 172/21/134 +f 169/20/134 174/20/134 176/20/134 +f 174/20/134 169/20/134 166/20/134 +f 166/20/134 169/20/134 170/20/134 +f 166/20/134 170/20/134 165/20/134 +f 165/20/134 170/20/134 179/20/134 +f 165/20/134 179/20/134 177/20/134 +f 176/20/133 174/20/133 169/20/133 +f 166/20/133 169/20/133 174/20/133 +f 170/20/133 169/20/133 166/20/133 +f 165/20/133 170/20/133 166/20/133 +f 179/20/133 170/20/133 165/20/133 +f 177/20/133 179/20/133 165/20/133 +f 183/21/125 182/20/126 181/20/125 +f 182/20/126 183/21/125 184/21/126 +f 181/20/127 182/20/128 183/21/127 +f 184/21/128 183/21/127 182/20/128 +f 187/21/127 186/20/128 185/20/127 +f 186/20/128 187/21/127 188/21/128 +f 185/20/125 186/20/126 187/21/125 +f 188/21/126 187/21/125 186/20/126 +f 191/21/130 190/20/129 189/21/129 +f 190/20/129 191/21/130 192/20/130 +f 189/21/132 190/20/132 191/21/131 +f 192/20/131 191/21/131 190/20/132 +f 195/20/132 194/21/131 193/20/131 +f 194/21/131 195/20/132 196/21/132 +f 193/20/130 194/21/130 195/20/129 +f 196/21/129 195/20/129 194/21/130 +f 188/21/128 195/20/132 186/20/128 +f 195/20/132 188/21/128 196/21/132 +f 186/20/126 195/20/129 188/21/126 +f 196/21/129 188/21/126 195/20/129 +f 184/21/126 190/20/129 182/20/126 +f 190/20/129 184/21/126 189/21/129 +f 182/20/128 190/20/132 184/21/128 +f 189/21/132 184/21/128 190/20/132 +f 191/21/130 185/20/127 192/20/130 +f 185/20/127 191/21/130 187/21/127 +f 192/20/131 185/20/125 191/21/131 +f 187/21/125 191/21/131 185/20/125 +f 194/21/131 181/20/125 193/20/131 +f 181/20/125 194/21/131 183/21/125 +f 193/20/130 181/20/127 194/21/130 +f 183/21/127 194/21/130 181/20/127 +f 184/21/133 191/21/133 189/21/133 +f 191/21/133 184/21/133 187/21/133 +f 187/21/133 184/21/133 183/21/133 +f 187/21/133 183/21/133 188/21/133 +f 188/21/133 183/21/133 194/21/133 +f 188/21/133 194/21/133 196/21/133 +f 189/21/134 191/21/134 184/21/134 +f 187/21/134 184/21/134 191/21/134 +f 183/21/134 184/21/134 187/21/134 +f 188/21/134 183/21/134 187/21/134 +f 194/21/134 183/21/134 188/21/134 +f 196/21/134 194/21/134 188/21/134 +f 185/20/134 190/20/134 192/20/134 +f 190/20/134 185/20/134 182/20/134 +f 182/20/134 185/20/134 186/20/134 +f 182/20/134 186/20/134 181/20/134 +f 181/20/134 186/20/134 195/20/134 +f 181/20/134 195/20/134 193/20/134 +f 192/20/133 190/20/133 185/20/133 +f 182/20/133 185/20/133 190/20/133 +f 186/20/133 185/20/133 182/20/133 +f 181/20/133 186/20/133 182/20/133 +f 195/20/133 186/20/133 181/20/133 +f 193/20/133 195/20/133 181/20/133 +f 199/5/109 198/6/109 197/5/109 +f 198/6/109 199/5/109 200/6/109 +f 197/5/110 198/6/110 199/5/110 +f 200/6/110 199/5/110 198/6/110 +f 203/5/112 202/6/107 201/6/112 +f 202/6/107 203/5/112 204/5/107 +f 201/6/111 202/6/108 203/5/111 +f 204/5/108 203/5/111 202/6/108 +f 199/5/108 205/6/108 200/6/108 +f 205/6/108 199/5/108 206/5/108 +f 200/6/107 205/6/107 199/5/107 +f 206/5/107 199/5/107 205/6/107 +f 204/5/107 198/6/114 202/6/107 +f 198/6/114 204/5/107 197/5/114 +f 202/6/108 198/6/113 204/5/108 +f 197/5/113 204/5/108 198/6/113 +f 205/6/2 198/6/2 200/6/2 +f 198/6/2 205/6/2 202/6/2 +f 202/6/2 205/6/2 201/6/2 +f 200/6/1 198/6/1 205/6/1 +f 202/6/1 205/6/1 198/6/1 +f 201/6/1 205/6/1 202/6/1 +f 197/5/1 206/5/1 199/5/1 +f 206/5/1 197/5/1 204/5/1 +f 206/5/1 204/5/1 203/5/1 +f 199/5/2 206/5/2 197/5/2 +f 204/5/2 197/5/2 206/5/2 +f 203/5/2 204/5/2 206/5/2 +f 205/6/110 203/5/110 201/6/110 +f 203/5/110 205/6/110 206/5/110 +f 201/6/109 203/5/109 205/6/109 +f 206/5/109 205/6/109 203/5/109 +f 209/7/1 208/7/1 207/7/1 +f 208/7/1 209/7/1 210/7/1 +f 208/7/1 210/7/1 211/7/1 +f 207/7/2 208/7/2 209/7/2 +f 210/7/2 209/7/2 208/7/2 +f 211/7/2 210/7/2 208/7/2 +f 207/7/108 213/6/108 212/6/108 +f 213/6/108 207/7/108 208/7/108 +f 212/6/107 213/6/107 207/7/107 +f 208/7/107 207/7/107 213/6/107 +f 213/6/110 211/7/110 214/6/110 +f 211/7/110 213/6/110 208/7/110 +f 214/6/109 211/7/109 213/6/109 +f 208/7/109 213/6/109 211/7/109 +f 207/7/109 215/6/109 209/7/109 +f 215/6/109 207/7/109 212/6/109 +f 209/7/110 215/6/110 207/7/110 +f 212/6/110 207/7/110 215/6/110 +f 217/9/83 216/8/83 210/7/108 +f 216/8/83 218/10/83 210/7/108 +f 219/11/83 217/9/83 210/7/108 +f 210/7/108 218/10/83 220/6/108 +f 221/10/83 220/6/108 218/10/83 +f 220/6/108 221/10/83 214/6/83 +f 222/8/83 214/6/83 221/10/83 +f 211/7/83 219/11/83 210/7/108 +f 211/7/83 214/6/83 222/8/83 +f 219/11/83 211/7/83 223/11/83 +f 224/9/83 211/7/83 222/8/83 +f 223/11/83 211/7/83 224/9/83 +f 226/13/87 225/12/87 209/7/87 +f 227/14/87 226/13/87 209/7/87 +f 210/7/108 227/14/87 209/7/87 +f 227/14/87 210/7/108 228/14/87 +f 209/7/87 225/12/87 215/6/87 +f 228/14/87 210/7/108 229/13/87 +f 229/13/87 210/7/108 230/12/87 +f 231/15/87 215/6/87 225/12/87 +f 230/12/87 210/7/108 232/16/87 +f 233/15/87 230/12/87 232/16/87 +f 233/15/87 232/16/87 231/15/87 +f 232/16/87 210/7/108 234/16/87 +f 234/16/87 210/7/108 235/17/87 +f 235/17/87 210/7/108 236/18/87 +f 210/7/108 220/6/108 236/18/87 +f 236/18/87 220/6/108 237/19/87 +f 215/6/87 237/19/87 220/6/108 +f 237/19/87 215/6/87 238/19/87 +f 238/19/87 215/6/87 231/15/87 +f 232/16/87 239/17/87 231/15/87 +f 240/18/87 238/19/87 231/15/87 +f 239/17/87 240/18/87 231/15/87 +f 210/7/107 216/8/85 217/9/85 +f 210/7/107 217/9/85 219/11/85 +f 210/7/107 218/10/85 216/8/85 +f 220/6/107 218/10/85 210/7/107 +f 218/10/85 220/6/107 221/10/85 +f 214/6/85 221/10/85 220/6/107 +f 221/10/85 214/6/85 222/8/85 +f 210/7/107 219/11/85 211/7/85 +f 222/8/85 214/6/85 211/7/85 +f 223/11/85 211/7/85 219/11/85 +f 222/8/85 211/7/85 224/9/85 +f 224/9/85 211/7/85 223/11/85 +f 209/7/88 225/12/88 226/13/88 +f 209/7/88 226/13/88 227/14/88 +f 209/7/88 227/14/88 210/7/107 +f 228/14/88 210/7/107 227/14/88 +f 215/6/88 225/12/88 209/7/88 +f 229/13/88 210/7/107 228/14/88 +f 230/12/88 210/7/107 229/13/88 +f 225/12/88 215/6/88 231/15/88 +f 232/16/88 210/7/107 230/12/88 +f 232/16/88 230/12/88 233/15/88 +f 231/15/88 232/16/88 233/15/88 +f 234/16/88 210/7/107 232/16/88 +f 235/17/88 210/7/107 234/16/88 +f 236/18/88 210/7/107 235/17/88 +f 236/18/88 220/6/107 210/7/107 +f 237/19/88 220/6/107 236/18/88 +f 220/6/107 237/19/88 215/6/88 +f 238/19/88 215/6/88 237/19/88 +f 231/15/88 215/6/88 238/19/88 +f 231/15/88 239/17/88 232/16/88 +f 231/15/88 238/19/88 240/18/88 +f 231/15/88 240/18/88 239/17/88 +f 243/21/135 242/20/136 241/20/135 +f 242/20/136 243/21/135 244/21/136 +f 241/20/137 242/20/138 243/21/137 +f 244/21/138 243/21/137 242/20/138 +f 247/21/137 246/20/138 245/20/137 +f 246/20/138 247/21/137 248/21/138 +f 245/20/135 246/20/136 247/21/135 +f 248/21/136 247/21/135 246/20/136 +f 251/21/140 250/20/139 249/21/139 +f 250/20/139 251/21/140 252/20/140 +f 249/21/142 250/20/142 251/21/141 +f 252/20/141 251/21/141 250/20/142 +f 255/20/142 254/21/141 253/20/141 +f 254/21/141 255/20/142 256/21/142 +f 253/20/140 254/21/140 255/20/139 +f 256/21/139 255/20/139 254/21/140 +f 248/21/138 255/20/142 246/20/138 +f 255/20/142 248/21/138 256/21/142 +f 246/20/136 255/20/139 248/21/136 +f 256/21/139 248/21/136 255/20/139 +f 244/21/136 250/20/139 242/20/136 +f 250/20/139 244/21/136 249/21/139 +f 242/20/138 250/20/142 244/21/138 +f 249/21/142 244/21/138 250/20/142 +f 251/21/140 245/20/137 252/20/140 +f 245/20/137 251/21/140 247/21/137 +f 252/20/141 245/20/135 251/21/141 +f 247/21/135 251/21/141 245/20/135 +f 254/21/141 241/20/135 253/20/141 +f 241/20/135 254/21/141 243/21/135 +f 253/20/140 241/20/137 254/21/140 +f 243/21/137 254/21/140 241/20/137 +f 244/21/143 251/21/143 249/21/143 +f 251/21/143 244/21/143 247/21/143 +f 247/21/143 244/21/143 243/21/143 +f 247/21/143 243/21/143 248/21/143 +f 248/21/143 243/21/143 254/21/143 +f 248/21/143 254/21/143 256/21/143 +f 249/21/144 251/21/144 244/21/144 +f 247/21/144 244/21/144 251/21/144 +f 243/21/144 244/21/144 247/21/144 +f 248/21/144 243/21/144 247/21/144 +f 254/21/144 243/21/144 248/21/144 +f 256/21/144 254/21/144 248/21/144 +f 245/20/144 250/20/144 252/20/144 +f 250/20/144 245/20/144 242/20/144 +f 242/20/144 245/20/144 246/20/144 +f 242/20/144 246/20/144 241/20/144 +f 241/20/144 246/20/144 255/20/144 +f 241/20/144 255/20/144 253/20/144 +f 252/20/143 250/20/143 245/20/143 +f 242/20/143 245/20/143 250/20/143 +f 246/20/143 245/20/143 242/20/143 +f 241/20/143 246/20/143 242/20/143 +f 255/20/143 246/20/143 241/20/143 +f 253/20/143 255/20/143 241/20/143 +f 259/21/145 258/20/146 257/20/145 +f 258/20/146 259/21/145 260/21/146 +f 257/20/147 258/20/148 259/21/147 +f 260/21/148 259/21/147 258/20/148 +f 263/21/147 262/20/148 261/20/147 +f 262/20/148 263/21/147 264/21/148 +f 261/20/145 262/20/146 263/21/145 +f 264/21/146 263/21/145 262/20/146 +f 267/21/150 266/20/149 265/21/149 +f 266/20/149 267/21/150 268/20/150 +f 265/21/152 266/20/152 267/21/151 +f 268/20/151 267/21/151 266/20/152 +f 271/20/152 270/21/151 269/20/151 +f 270/21/151 271/20/152 272/21/152 +f 269/20/150 270/21/150 271/20/149 +f 272/21/149 271/20/149 270/21/150 +f 264/21/148 271/20/152 262/20/148 +f 271/20/152 264/21/148 272/21/152 +f 262/20/146 271/20/149 264/21/146 +f 272/21/149 264/21/146 271/20/149 +f 260/21/146 266/20/149 258/20/146 +f 266/20/149 260/21/146 265/21/149 +f 258/20/148 266/20/152 260/21/148 +f 265/21/152 260/21/148 266/20/152 +f 267/21/150 261/20/147 268/20/150 +f 261/20/147 267/21/150 263/21/147 +f 268/20/151 261/20/145 267/21/151 +f 263/21/145 267/21/151 261/20/145 +f 270/21/151 257/20/145 269/20/151 +f 257/20/145 270/21/151 259/21/145 +f 269/20/150 257/20/147 270/21/150 +f 259/21/147 270/21/150 257/20/147 +f 260/21/153 267/21/153 265/21/153 +f 267/21/153 260/21/153 263/21/153 +f 263/21/153 260/21/153 259/21/153 +f 263/21/153 259/21/153 264/21/153 +f 264/21/153 259/21/153 270/21/153 +f 264/21/153 270/21/153 272/21/153 +f 265/21/154 267/21/154 260/21/154 +f 263/21/154 260/21/154 267/21/154 +f 259/21/154 260/21/154 263/21/154 +f 264/21/154 259/21/154 263/21/154 +f 270/21/154 259/21/154 264/21/154 +f 272/21/154 270/21/154 264/21/154 +f 261/20/154 266/20/154 268/20/154 +f 266/20/154 261/20/154 258/20/154 +f 258/20/154 261/20/154 262/20/154 +f 258/20/154 262/20/154 257/20/154 +f 257/20/154 262/20/154 271/20/154 +f 257/20/154 271/20/154 269/20/154 +f 268/20/153 266/20/153 261/20/153 +f 258/20/153 261/20/153 266/20/153 +f 262/20/153 261/20/153 258/20/153 +f 257/20/153 262/20/153 258/20/153 +f 271/20/153 262/20/153 257/20/153 +f 269/20/153 271/20/153 257/20/153 +f 275/21/145 274/20/146 273/20/145 +f 274/20/146 275/21/145 276/21/146 +f 273/20/147 274/20/148 275/21/147 +f 276/21/148 275/21/147 274/20/148 +f 279/21/147 278/20/148 277/20/147 +f 278/20/148 279/21/147 280/21/148 +f 277/20/145 278/20/146 279/21/145 +f 280/21/146 279/21/145 278/20/146 +f 283/21/150 282/20/149 281/21/149 +f 282/20/149 283/21/150 284/20/150 +f 281/21/152 282/20/152 283/21/151 +f 284/20/151 283/21/151 282/20/152 +f 287/20/152 286/21/151 285/20/151 +f 286/21/151 287/20/152 288/21/152 +f 285/20/150 286/21/150 287/20/149 +f 288/21/149 287/20/149 286/21/150 +f 280/21/148 287/20/152 278/20/148 +f 287/20/152 280/21/148 288/21/152 +f 278/20/146 287/20/149 280/21/146 +f 288/21/149 280/21/146 287/20/149 +f 276/21/146 282/20/149 274/20/146 +f 282/20/149 276/21/146 281/21/149 +f 274/20/148 282/20/152 276/21/148 +f 281/21/152 276/21/148 282/20/152 +f 283/21/150 277/20/147 284/20/150 +f 277/20/147 283/21/150 279/21/147 +f 284/20/151 277/20/145 283/21/151 +f 279/21/145 283/21/151 277/20/145 +f 286/21/151 273/20/145 285/20/151 +f 273/20/145 286/21/151 275/21/145 +f 285/20/150 273/20/147 286/21/150 +f 275/21/147 286/21/150 273/20/147 +f 276/21/153 283/21/153 281/21/153 +f 283/21/153 276/21/153 279/21/153 +f 279/21/153 276/21/153 275/21/153 +f 279/21/153 275/21/153 280/21/153 +f 280/21/153 275/21/153 286/21/153 +f 280/21/153 286/21/153 288/21/153 +f 281/21/154 283/21/154 276/21/154 +f 279/21/154 276/21/154 283/21/154 +f 275/21/154 276/21/154 279/21/154 +f 280/21/154 275/21/154 279/21/154 +f 286/21/154 275/21/154 280/21/154 +f 288/21/154 286/21/154 280/21/154 +f 277/20/154 282/20/154 284/20/154 +f 282/20/154 277/20/154 274/20/154 +f 274/20/154 277/20/154 278/20/154 +f 274/20/154 278/20/154 273/20/154 +f 273/20/154 278/20/154 287/20/154 +f 273/20/154 287/20/154 285/20/154 +f 284/20/153 282/20/153 277/20/153 +f 274/20/153 277/20/153 282/20/153 +f 278/20/153 277/20/153 274/20/153 +f 273/20/153 278/20/153 274/20/153 +f 287/20/153 278/20/153 273/20/153 +f 285/20/153 287/20/153 273/20/153 + +g corridor + + + + +usemtl colormap + +f 3/1/1 2/1/1 1/1/1 +f 2/1/1 3/1/1 4/1/1 +f 1/1/2 2/1/2 3/1/2 +f 4/1/2 3/1/2 2/1/2 +f 7/1/5 6/2/4 5/1/3 +f 6/2/4 7/1/5 8/2/6 +f 5/1/9 6/2/8 7/1/7 +f 8/2/10 7/1/7 6/2/8 +f 10/2/12 7/1/5 9/1/11 +f 7/1/5 10/2/12 8/2/6 +f 9/1/14 7/1/7 10/2/13 +f 8/2/10 10/2/13 7/1/7 +f 13/3/17 12/1/16 11/1/15 +f 12/1/16 13/3/17 14/3/18 +f 11/1/21 12/1/20 13/3/19 +f 14/3/22 13/3/19 12/1/20 +f 12/1/16 16/3/24 15/1/23 +f 16/3/24 12/1/16 14/3/18 +f 15/1/26 16/3/25 12/1/20 +f 14/3/22 12/1/20 16/3/25 +f 19/1/29 18/3/28 17/1/27 +f 18/3/28 19/1/29 20/3/30 +f 17/1/33 18/3/32 19/1/31 +f 20/3/34 19/1/31 18/3/32 +f 18/3/28 22/3/36 21/3/35 +f 22/3/36 18/3/28 20/3/30 +f 21/3/38 22/3/37 18/3/32 +f 20/3/34 18/3/32 22/3/37 +f 22/3/36 19/1/29 23/1/39 +f 19/1/29 22/3/36 20/3/30 +f 23/1/40 19/1/31 22/3/37 +f 20/3/34 22/3/37 19/1/31 +f 18/3/28 24/1/41 17/1/27 +f 24/1/41 18/3/28 21/3/35 +f 17/1/33 24/1/42 18/3/32 +f 21/3/38 18/3/32 24/1/42 +f 21/3/35 23/1/39 24/1/41 +f 23/1/39 21/3/35 22/3/36 +f 24/1/42 23/1/40 21/3/38 +f 22/3/37 21/3/38 23/1/40 +f 26/3/44 11/1/15 25/1/43 +f 11/1/15 26/3/44 13/3/17 +f 25/1/46 11/1/21 26/3/45 +f 13/3/19 26/3/45 11/1/21 +f 6/2/4 27/1/47 5/1/3 +f 27/1/47 6/2/4 28/2/48 +f 5/1/9 27/1/49 6/2/8 +f 28/2/50 6/2/8 27/1/49 +f 16/3/24 25/1/43 15/1/23 +f 25/1/43 16/3/24 26/3/44 +f 15/1/26 25/1/46 16/3/25 +f 26/3/45 16/3/25 25/1/46 +f 16/3/24 13/3/17 26/3/44 +f 13/3/17 16/3/24 14/3/18 +f 26/3/45 13/3/19 16/3/25 +f 14/3/22 16/3/25 13/3/19 +f 31/2/53 30/2/52 29/2/51 +f 30/2/52 31/2/53 32/2/54 +f 29/2/57 30/2/56 31/2/55 +f 32/2/58 31/2/55 30/2/56 +f 28/2/48 8/2/6 10/2/12 +f 8/2/6 28/2/48 6/2/4 +f 10/2/13 8/2/10 28/2/50 +f 6/2/8 28/2/50 8/2/10 +f 33/1/59 32/2/54 31/2/53 +f 32/2/54 33/1/59 34/1/60 +f 31/2/55 32/2/58 33/1/61 +f 34/1/62 33/1/61 32/2/58 +f 37/1/65 36/2/64 35/1/63 +f 36/2/64 37/1/65 38/2/66 +f 35/1/69 36/2/68 37/1/67 +f 38/2/70 37/1/67 36/2/68 +f 33/1/59 29/2/51 39/1/71 +f 29/2/51 33/1/59 31/2/53 +f 39/1/72 29/2/57 33/1/61 +f 31/2/55 33/1/61 29/2/57 +f 32/2/54 40/1/73 30/2/52 +f 40/1/73 32/2/54 34/1/60 +f 30/2/56 40/1/74 32/2/58 +f 34/1/62 32/2/58 40/1/74 +f 43/2/77 42/1/76 41/1/75 +f 42/1/76 43/2/77 44/2/78 +f 41/1/81 42/1/80 43/2/79 +f 44/2/82 43/2/79 42/1/80 +f 29/2/51 40/1/73 39/1/71 +f 40/1/73 29/2/51 30/2/52 +f 39/1/72 40/1/74 29/2/57 +f 30/2/56 29/2/57 40/1/74 +f 35/1/63 43/2/77 41/1/75 +f 43/2/77 35/1/63 36/2/64 +f 41/1/81 43/2/79 35/1/69 +f 36/2/68 35/1/69 43/2/79 +f 38/2/66 42/1/76 44/2/78 +f 42/1/76 38/2/66 37/1/65 +f 44/2/82 42/1/80 38/2/70 +f 37/1/67 38/2/70 42/1/80 +f 36/2/64 44/2/78 43/2/77 +f 44/2/78 36/2/64 38/2/66 +f 43/2/79 44/2/82 36/2/68 +f 38/2/70 36/2/68 44/2/82 +f 28/2/48 9/1/11 27/1/47 +f 9/1/11 28/2/48 10/2/12 +f 27/1/49 9/1/14 28/2/50 +f 10/2/13 28/2/50 9/1/14 +f 47/4/83 46/1/84 45/1/83 +f 46/1/84 47/4/83 48/4/84 +f 45/1/85 46/1/86 47/4/85 +f 48/4/86 47/4/85 46/1/86 +f 51/4/1 50/4/1 49/4/1 +f 50/4/1 51/4/1 48/4/1 +f 50/4/1 48/4/1 47/4/1 +f 49/4/2 50/4/2 51/4/2 +f 48/4/2 51/4/2 50/4/2 +f 47/4/2 48/4/2 50/4/2 +f 49/4/86 53/1/86 52/1/86 +f 53/1/86 49/4/86 50/4/86 +f 52/1/84 53/1/84 49/4/84 +f 50/4/84 49/4/84 53/1/84 +f 48/4/84 54/1/87 46/1/84 +f 54/1/87 48/4/84 51/4/87 +f 46/1/86 54/1/88 48/4/86 +f 51/4/88 48/4/86 54/1/88 +f 49/4/89 54/1/89 51/4/89 +f 54/1/89 49/4/89 52/1/89 +f 51/4/90 54/1/90 49/4/90 +f 52/1/90 49/4/90 54/1/90 +f 53/1/90 47/4/90 45/1/90 +f 47/4/90 53/1/90 50/4/90 +f 45/1/89 47/4/89 53/1/89 +f 50/4/89 53/1/89 47/4/89 +f 57/1/47 56/2/12 55/1/11 +f 56/2/12 57/1/47 58/2/48 +f 55/1/14 56/2/13 57/1/49 +f 58/2/50 57/1/49 56/2/13 +f 60/2/4 57/1/47 59/1/3 +f 57/1/47 60/2/4 58/2/48 +f 59/1/9 57/1/49 60/2/8 +f 58/2/50 60/2/8 57/1/49 +f 63/3/24 62/1/43 61/1/23 +f 62/1/43 63/3/24 64/3/44 +f 61/1/26 62/1/46 63/3/25 +f 64/3/45 63/3/25 62/1/46 +f 62/1/43 66/3/17 65/1/15 +f 66/3/17 62/1/43 64/3/44 +f 65/1/21 66/3/19 62/1/46 +f 64/3/45 62/1/46 66/3/19 +f 69/1/41 68/3/36 67/1/39 +f 68/3/36 69/1/41 70/3/35 +f 67/1/40 68/3/37 69/1/42 +f 70/3/38 69/1/42 68/3/37 +f 68/3/36 72/3/28 71/3/30 +f 72/3/28 68/3/36 70/3/35 +f 71/3/34 72/3/32 68/3/37 +f 70/3/38 68/3/37 72/3/32 +f 72/3/28 69/1/41 73/1/27 +f 69/1/41 72/3/28 70/3/35 +f 73/1/33 69/1/42 72/3/32 +f 70/3/38 72/3/32 69/1/42 +f 68/3/36 74/1/29 67/1/39 +f 74/1/29 68/3/36 71/3/30 +f 67/1/40 74/1/31 68/3/37 +f 71/3/34 68/3/37 74/1/31 +f 71/3/30 73/1/27 74/1/29 +f 73/1/27 71/3/30 72/3/28 +f 74/1/31 73/1/33 71/3/34 +f 72/3/32 71/3/34 73/1/33 +f 76/3/18 61/1/23 75/1/16 +f 61/1/23 76/3/18 63/3/24 +f 75/1/20 61/1/26 76/3/22 +f 63/3/25 76/3/22 61/1/26 +f 56/2/12 77/1/5 55/1/11 +f 77/1/5 56/2/12 78/2/6 +f 55/1/14 77/1/7 56/2/13 +f 78/2/10 56/2/13 77/1/7 +f 66/3/17 75/1/16 65/1/15 +f 75/1/16 66/3/17 76/3/18 +f 65/1/21 75/1/20 66/3/19 +f 76/3/22 66/3/19 75/1/20 +f 66/3/17 63/3/24 76/3/18 +f 63/3/24 66/3/17 64/3/44 +f 76/3/22 63/3/25 66/3/19 +f 64/3/45 66/3/19 63/3/25 +f 81/2/93 80/2/92 79/2/91 +f 80/2/92 81/2/93 82/2/94 +f 79/2/97 80/2/96 81/2/95 +f 82/2/98 81/2/95 80/2/96 +f 78/2/6 58/2/48 60/2/4 +f 58/2/48 78/2/6 56/2/12 +f 60/2/8 58/2/50 78/2/10 +f 56/2/13 78/2/10 58/2/50 +f 83/1/99 82/2/94 81/2/93 +f 82/2/94 83/1/99 84/1/100 +f 81/2/95 82/2/98 83/1/101 +f 84/1/102 83/1/101 82/2/98 +f 87/1/75 86/2/78 85/1/76 +f 86/2/78 87/1/75 88/2/77 +f 85/1/80 86/2/82 87/1/81 +f 88/2/79 87/1/81 86/2/82 +f 83/1/99 79/2/91 89/1/103 +f 79/2/91 83/1/99 81/2/93 +f 89/1/104 79/2/97 83/1/101 +f 81/2/95 83/1/101 79/2/97 +f 82/2/94 90/1/105 80/2/92 +f 90/1/105 82/2/94 84/1/100 +f 80/2/96 90/1/106 82/2/98 +f 84/1/102 82/2/98 90/1/106 +f 93/2/66 92/1/63 91/1/65 +f 92/1/63 93/2/66 94/2/64 +f 91/1/67 92/1/69 93/2/70 +f 94/2/68 93/2/70 92/1/69 +f 79/2/91 90/1/105 89/1/103 +f 90/1/105 79/2/91 80/2/92 +f 89/1/104 90/1/106 79/2/97 +f 80/2/96 79/2/97 90/1/106 +f 85/1/76 93/2/66 91/1/65 +f 93/2/66 85/1/76 86/2/78 +f 91/1/67 93/2/70 85/1/80 +f 86/2/82 85/1/80 93/2/70 +f 88/2/77 92/1/63 94/2/64 +f 92/1/63 88/2/77 87/1/75 +f 94/2/68 92/1/69 88/2/79 +f 87/1/81 88/2/79 92/1/69 +f 86/2/78 94/2/64 93/2/66 +f 94/2/64 86/2/78 88/2/77 +f 93/2/70 94/2/68 86/2/82 +f 88/2/79 86/2/82 94/2/68 +f 78/2/6 59/1/3 77/1/5 +f 59/1/3 78/2/6 60/2/4 +f 77/1/7 59/1/9 78/2/10 +f 60/2/8 78/2/10 59/1/9 +f 97/4/85 96/1/107 95/1/85 +f 96/1/107 97/4/85 98/4/107 +f 95/1/83 96/1/108 97/4/83 +f 98/4/108 97/4/83 96/1/108 +f 101/4/1 100/4/1 99/4/1 +f 100/4/1 101/4/1 98/4/1 +f 100/4/1 98/4/1 97/4/1 +f 99/4/2 100/4/2 101/4/2 +f 98/4/2 101/4/2 100/4/2 +f 97/4/2 98/4/2 100/4/2 +f 99/4/108 103/1/108 102/1/108 +f 103/1/108 99/4/108 100/4/108 +f 102/1/107 103/1/107 99/4/107 +f 100/4/107 99/4/107 103/1/107 +f 98/4/107 104/1/88 96/1/107 +f 104/1/88 98/4/107 101/4/88 +f 96/1/108 104/1/87 98/4/108 +f 101/4/87 98/4/108 104/1/87 +f 99/4/109 104/1/109 101/4/109 +f 104/1/109 99/4/109 102/1/109 +f 101/4/110 104/1/110 99/4/110 +f 102/1/110 99/4/110 104/1/110 +f 103/1/110 97/4/110 95/1/110 +f 97/4/110 103/1/110 100/4/110 +f 95/1/109 97/4/109 103/1/109 +f 100/4/109 103/1/109 97/4/109 +f 107/5/89 106/6/89 105/5/89 +f 106/6/89 107/5/89 108/6/89 +f 105/5/90 106/6/90 107/5/90 +f 108/6/90 107/5/90 106/6/90 +f 111/5/111 110/6/84 109/6/111 +f 110/6/84 111/5/111 112/5/84 +f 109/6/112 110/6/86 111/5/112 +f 112/5/86 111/5/112 110/6/86 +f 107/5/86 113/6/86 108/6/86 +f 113/6/86 107/5/86 114/5/86 +f 108/6/84 113/6/84 107/5/84 +f 114/5/84 107/5/84 113/6/84 +f 112/5/84 106/6/113 110/6/84 +f 106/6/113 112/5/84 105/5/113 +f 110/6/86 106/6/114 112/5/86 +f 105/5/114 112/5/86 106/6/114 +f 113/6/2 106/6/2 108/6/2 +f 106/6/2 113/6/2 110/6/2 +f 110/6/2 113/6/2 109/6/2 +f 108/6/1 106/6/1 113/6/1 +f 110/6/1 113/6/1 106/6/1 +f 109/6/1 113/6/1 110/6/1 +f 105/5/1 114/5/1 107/5/1 +f 114/5/1 105/5/1 112/5/1 +f 114/5/1 112/5/1 111/5/1 +f 107/5/2 114/5/2 105/5/2 +f 112/5/2 105/5/2 114/5/2 +f 111/5/2 112/5/2 114/5/2 +f 113/6/90 111/5/90 109/6/90 +f 111/5/90 113/6/90 114/5/90 +f 109/6/89 111/5/89 113/6/89 +f 114/5/89 113/6/89 111/5/89 +f 117/7/1 116/7/1 115/7/1 +f 116/7/1 117/7/1 118/7/1 +f 116/7/1 118/7/1 119/7/1 +f 115/7/2 116/7/2 117/7/2 +f 118/7/2 117/7/2 116/7/2 +f 119/7/2 118/7/2 116/7/2 +f 115/7/86 121/6/86 120/6/86 +f 121/6/86 115/7/86 116/7/86 +f 120/6/84 121/6/84 115/7/84 +f 116/7/84 115/7/84 121/6/84 +f 121/6/90 119/7/90 122/6/90 +f 119/7/90 121/6/90 116/7/90 +f 122/6/89 119/7/89 121/6/89 +f 116/7/89 121/6/89 119/7/89 +f 115/7/89 123/6/89 117/7/89 +f 123/6/89 115/7/89 120/6/89 +f 117/7/90 123/6/90 115/7/90 +f 120/6/90 115/7/90 123/6/90 +f 125/9/85 124/8/85 118/7/86 +f 124/8/85 126/10/85 118/7/86 +f 127/11/85 125/9/85 118/7/86 +f 118/7/86 126/10/85 128/6/86 +f 129/10/85 128/6/86 126/10/85 +f 128/6/86 129/10/85 122/6/85 +f 130/8/85 122/6/85 129/10/85 +f 119/7/85 127/11/85 118/7/86 +f 119/7/85 122/6/85 130/8/85 +f 127/11/85 119/7/85 131/11/85 +f 132/9/85 119/7/85 130/8/85 +f 131/11/85 119/7/85 132/9/85 +f 134/13/88 133/12/88 117/7/88 +f 135/14/88 134/13/88 117/7/88 +f 118/7/86 135/14/88 117/7/88 +f 135/14/88 118/7/86 136/14/88 +f 117/7/88 133/12/88 123/6/88 +f 136/14/88 118/7/86 137/13/88 +f 137/13/88 118/7/86 138/12/88 +f 139/15/88 123/6/88 133/12/88 +f 138/12/88 118/7/86 140/16/88 +f 141/15/88 138/12/88 140/16/88 +f 141/15/88 140/16/88 139/15/88 +f 140/16/88 118/7/86 142/16/88 +f 142/16/88 118/7/86 143/17/88 +f 143/17/88 118/7/86 144/18/88 +f 118/7/86 128/6/86 144/18/88 +f 144/18/88 128/6/86 145/19/88 +f 123/6/88 145/19/88 128/6/86 +f 145/19/88 123/6/88 146/19/88 +f 146/19/88 123/6/88 139/15/88 +f 140/16/88 147/17/88 139/15/88 +f 148/18/88 146/19/88 139/15/88 +f 147/17/88 148/18/88 139/15/88 +f 118/7/84 124/8/83 125/9/83 +f 118/7/84 125/9/83 127/11/83 +f 118/7/84 126/10/83 124/8/83 +f 128/6/84 126/10/83 118/7/84 +f 126/10/83 128/6/84 129/10/83 +f 122/6/83 129/10/83 128/6/84 +f 129/10/83 122/6/83 130/8/83 +f 118/7/84 127/11/83 119/7/83 +f 130/8/83 122/6/83 119/7/83 +f 131/11/83 119/7/83 127/11/83 +f 130/8/83 119/7/83 132/9/83 +f 132/9/83 119/7/83 131/11/83 +f 117/7/87 133/12/87 134/13/87 +f 117/7/87 134/13/87 135/14/87 +f 117/7/87 135/14/87 118/7/84 +f 136/14/87 118/7/84 135/14/87 +f 123/6/87 133/12/87 117/7/87 +f 137/13/87 118/7/84 136/14/87 +f 138/12/87 118/7/84 137/13/87 +f 133/12/87 123/6/87 139/15/87 +f 140/16/87 118/7/84 138/12/87 +f 140/16/87 138/12/87 141/15/87 +f 139/15/87 140/16/87 141/15/87 +f 142/16/87 118/7/84 140/16/87 +f 143/17/87 118/7/84 142/16/87 +f 144/18/87 118/7/84 143/17/87 +f 144/18/87 128/6/84 118/7/84 +f 145/19/87 128/6/84 144/18/87 +f 128/6/84 145/19/87 123/6/87 +f 146/19/87 123/6/87 145/19/87 +f 139/15/87 123/6/87 146/19/87 +f 139/15/87 147/17/87 140/16/87 +f 139/15/87 146/19/87 148/18/87 +f 139/15/87 148/18/87 147/17/87 +f 151/21/115 150/20/116 149/20/115 +f 150/20/116 151/21/115 152/21/116 +f 149/20/117 150/20/118 151/21/117 +f 152/21/118 151/21/117 150/20/118 +f 155/21/117 154/20/118 153/20/117 +f 154/20/118 155/21/117 156/21/118 +f 153/20/115 154/20/116 155/21/115 +f 156/21/116 155/21/115 154/20/116 +f 159/21/120 158/20/119 157/21/119 +f 158/20/119 159/21/120 160/20/120 +f 157/21/122 158/20/122 159/21/121 +f 160/20/121 159/21/121 158/20/122 +f 163/20/122 162/21/121 161/20/121 +f 162/21/121 163/20/122 164/21/122 +f 161/20/120 162/21/120 163/20/119 +f 164/21/119 163/20/119 162/21/120 +f 156/21/118 163/20/122 154/20/118 +f 163/20/122 156/21/118 164/21/122 +f 154/20/116 163/20/119 156/21/116 +f 164/21/119 156/21/116 163/20/119 +f 152/21/116 158/20/119 150/20/116 +f 158/20/119 152/21/116 157/21/119 +f 150/20/118 158/20/122 152/21/118 +f 157/21/122 152/21/118 158/20/122 +f 159/21/120 153/20/117 160/20/120 +f 153/20/117 159/21/120 155/21/117 +f 160/20/121 153/20/115 159/21/121 +f 155/21/115 159/21/121 153/20/115 +f 162/21/121 149/20/115 161/20/121 +f 149/20/115 162/21/121 151/21/115 +f 161/20/120 149/20/117 162/21/120 +f 151/21/117 162/21/120 149/20/117 +f 152/21/123 159/21/123 157/21/123 +f 159/21/123 152/21/123 155/21/123 +f 155/21/123 152/21/123 151/21/123 +f 155/21/123 151/21/123 156/21/123 +f 156/21/123 151/21/123 162/21/123 +f 156/21/123 162/21/123 164/21/123 +f 157/21/124 159/21/124 152/21/124 +f 155/21/124 152/21/124 159/21/124 +f 151/21/124 152/21/124 155/21/124 +f 156/21/124 151/21/124 155/21/124 +f 162/21/124 151/21/124 156/21/124 +f 164/21/124 162/21/124 156/21/124 +f 153/20/124 158/20/124 160/20/124 +f 158/20/124 153/20/124 150/20/124 +f 150/20/124 153/20/124 154/20/124 +f 150/20/124 154/20/124 149/20/124 +f 149/20/124 154/20/124 163/20/124 +f 149/20/124 163/20/124 161/20/124 +f 160/20/123 158/20/123 153/20/123 +f 150/20/123 153/20/123 158/20/123 +f 154/20/123 153/20/123 150/20/123 +f 149/20/123 154/20/123 150/20/123 +f 163/20/123 154/20/123 149/20/123 +f 161/20/123 163/20/123 149/20/123 +f 167/21/125 166/20/126 165/20/125 +f 166/20/126 167/21/125 168/21/126 +f 165/20/127 166/20/128 167/21/127 +f 168/21/128 167/21/127 166/20/128 +f 171/21/127 170/20/128 169/20/127 +f 170/20/128 171/21/127 172/21/128 +f 169/20/125 170/20/126 171/21/125 +f 172/21/126 171/21/125 170/20/126 +f 175/21/130 174/20/129 173/21/129 +f 174/20/129 175/21/130 176/20/130 +f 173/21/132 174/20/132 175/21/131 +f 176/20/131 175/21/131 174/20/132 +f 179/20/132 178/21/131 177/20/131 +f 178/21/131 179/20/132 180/21/132 +f 177/20/130 178/21/130 179/20/129 +f 180/21/129 179/20/129 178/21/130 +f 172/21/128 179/20/132 170/20/128 +f 179/20/132 172/21/128 180/21/132 +f 170/20/126 179/20/129 172/21/126 +f 180/21/129 172/21/126 179/20/129 +f 168/21/126 174/20/129 166/20/126 +f 174/20/129 168/21/126 173/21/129 +f 166/20/128 174/20/132 168/21/128 +f 173/21/132 168/21/128 174/20/132 +f 175/21/130 169/20/127 176/20/130 +f 169/20/127 175/21/130 171/21/127 +f 176/20/131 169/20/125 175/21/131 +f 171/21/125 175/21/131 169/20/125 +f 178/21/131 165/20/125 177/20/131 +f 165/20/125 178/21/131 167/21/125 +f 177/20/130 165/20/127 178/21/130 +f 167/21/127 178/21/130 165/20/127 +f 168/21/133 175/21/133 173/21/133 +f 175/21/133 168/21/133 171/21/133 +f 171/21/133 168/21/133 167/21/133 +f 171/21/133 167/21/133 172/21/133 +f 172/21/133 167/21/133 178/21/133 +f 172/21/133 178/21/133 180/21/133 +f 173/21/134 175/21/134 168/21/134 +f 171/21/134 168/21/134 175/21/134 +f 167/21/134 168/21/134 171/21/134 +f 172/21/134 167/21/134 171/21/134 +f 178/21/134 167/21/134 172/21/134 +f 180/21/134 178/21/134 172/21/134 +f 169/20/134 174/20/134 176/20/134 +f 174/20/134 169/20/134 166/20/134 +f 166/20/134 169/20/134 170/20/134 +f 166/20/134 170/20/134 165/20/134 +f 165/20/134 170/20/134 179/20/134 +f 165/20/134 179/20/134 177/20/134 +f 176/20/133 174/20/133 169/20/133 +f 166/20/133 169/20/133 174/20/133 +f 170/20/133 169/20/133 166/20/133 +f 165/20/133 170/20/133 166/20/133 +f 179/20/133 170/20/133 165/20/133 +f 177/20/133 179/20/133 165/20/133 +f 183/21/125 182/20/126 181/20/125 +f 182/20/126 183/21/125 184/21/126 +f 181/20/127 182/20/128 183/21/127 +f 184/21/128 183/21/127 182/20/128 +f 187/21/127 186/20/128 185/20/127 +f 186/20/128 187/21/127 188/21/128 +f 185/20/125 186/20/126 187/21/125 +f 188/21/126 187/21/125 186/20/126 +f 191/21/130 190/20/129 189/21/129 +f 190/20/129 191/21/130 192/20/130 +f 189/21/132 190/20/132 191/21/131 +f 192/20/131 191/21/131 190/20/132 +f 195/20/132 194/21/131 193/20/131 +f 194/21/131 195/20/132 196/21/132 +f 193/20/130 194/21/130 195/20/129 +f 196/21/129 195/20/129 194/21/130 +f 188/21/128 195/20/132 186/20/128 +f 195/20/132 188/21/128 196/21/132 +f 186/20/126 195/20/129 188/21/126 +f 196/21/129 188/21/126 195/20/129 +f 184/21/126 190/20/129 182/20/126 +f 190/20/129 184/21/126 189/21/129 +f 182/20/128 190/20/132 184/21/128 +f 189/21/132 184/21/128 190/20/132 +f 191/21/130 185/20/127 192/20/130 +f 185/20/127 191/21/130 187/21/127 +f 192/20/131 185/20/125 191/21/131 +f 187/21/125 191/21/131 185/20/125 +f 194/21/131 181/20/125 193/20/131 +f 181/20/125 194/21/131 183/21/125 +f 193/20/130 181/20/127 194/21/130 +f 183/21/127 194/21/130 181/20/127 +f 184/21/133 191/21/133 189/21/133 +f 191/21/133 184/21/133 187/21/133 +f 187/21/133 184/21/133 183/21/133 +f 187/21/133 183/21/133 188/21/133 +f 188/21/133 183/21/133 194/21/133 +f 188/21/133 194/21/133 196/21/133 +f 189/21/134 191/21/134 184/21/134 +f 187/21/134 184/21/134 191/21/134 +f 183/21/134 184/21/134 187/21/134 +f 188/21/134 183/21/134 187/21/134 +f 194/21/134 183/21/134 188/21/134 +f 196/21/134 194/21/134 188/21/134 +f 185/20/134 190/20/134 192/20/134 +f 190/20/134 185/20/134 182/20/134 +f 182/20/134 185/20/134 186/20/134 +f 182/20/134 186/20/134 181/20/134 +f 181/20/134 186/20/134 195/20/134 +f 181/20/134 195/20/134 193/20/134 +f 192/20/133 190/20/133 185/20/133 +f 182/20/133 185/20/133 190/20/133 +f 186/20/133 185/20/133 182/20/133 +f 181/20/133 186/20/133 182/20/133 +f 195/20/133 186/20/133 181/20/133 +f 193/20/133 195/20/133 181/20/133 +f 199/5/109 198/6/109 197/5/109 +f 198/6/109 199/5/109 200/6/109 +f 197/5/110 198/6/110 199/5/110 +f 200/6/110 199/5/110 198/6/110 +f 203/5/112 202/6/107 201/6/112 +f 202/6/107 203/5/112 204/5/107 +f 201/6/111 202/6/108 203/5/111 +f 204/5/108 203/5/111 202/6/108 +f 199/5/108 205/6/108 200/6/108 +f 205/6/108 199/5/108 206/5/108 +f 200/6/107 205/6/107 199/5/107 +f 206/5/107 199/5/107 205/6/107 +f 204/5/107 198/6/114 202/6/107 +f 198/6/114 204/5/107 197/5/114 +f 202/6/108 198/6/113 204/5/108 +f 197/5/113 204/5/108 198/6/113 +f 205/6/2 198/6/2 200/6/2 +f 198/6/2 205/6/2 202/6/2 +f 202/6/2 205/6/2 201/6/2 +f 200/6/1 198/6/1 205/6/1 +f 202/6/1 205/6/1 198/6/1 +f 201/6/1 205/6/1 202/6/1 +f 197/5/1 206/5/1 199/5/1 +f 206/5/1 197/5/1 204/5/1 +f 206/5/1 204/5/1 203/5/1 +f 199/5/2 206/5/2 197/5/2 +f 204/5/2 197/5/2 206/5/2 +f 203/5/2 204/5/2 206/5/2 +f 205/6/110 203/5/110 201/6/110 +f 203/5/110 205/6/110 206/5/110 +f 201/6/109 203/5/109 205/6/109 +f 206/5/109 205/6/109 203/5/109 +f 209/7/1 208/7/1 207/7/1 +f 208/7/1 209/7/1 210/7/1 +f 208/7/1 210/7/1 211/7/1 +f 207/7/2 208/7/2 209/7/2 +f 210/7/2 209/7/2 208/7/2 +f 211/7/2 210/7/2 208/7/2 +f 207/7/108 213/6/108 212/6/108 +f 213/6/108 207/7/108 208/7/108 +f 212/6/107 213/6/107 207/7/107 +f 208/7/107 207/7/107 213/6/107 +f 213/6/110 211/7/110 214/6/110 +f 211/7/110 213/6/110 208/7/110 +f 214/6/109 211/7/109 213/6/109 +f 208/7/109 213/6/109 211/7/109 +f 207/7/109 215/6/109 209/7/109 +f 215/6/109 207/7/109 212/6/109 +f 209/7/110 215/6/110 207/7/110 +f 212/6/110 207/7/110 215/6/110 +f 217/9/83 216/8/83 210/7/108 +f 216/8/83 218/10/83 210/7/108 +f 219/11/83 217/9/83 210/7/108 +f 210/7/108 218/10/83 220/6/108 +f 221/10/83 220/6/108 218/10/83 +f 220/6/108 221/10/83 214/6/83 +f 222/8/83 214/6/83 221/10/83 +f 211/7/83 219/11/83 210/7/108 +f 211/7/83 214/6/83 222/8/83 +f 219/11/83 211/7/83 223/11/83 +f 224/9/83 211/7/83 222/8/83 +f 223/11/83 211/7/83 224/9/83 +f 226/13/87 225/12/87 209/7/87 +f 227/14/87 226/13/87 209/7/87 +f 210/7/108 227/14/87 209/7/87 +f 227/14/87 210/7/108 228/14/87 +f 209/7/87 225/12/87 215/6/87 +f 228/14/87 210/7/108 229/13/87 +f 229/13/87 210/7/108 230/12/87 +f 231/15/87 215/6/87 225/12/87 +f 230/12/87 210/7/108 232/16/87 +f 233/15/87 230/12/87 232/16/87 +f 233/15/87 232/16/87 231/15/87 +f 232/16/87 210/7/108 234/16/87 +f 234/16/87 210/7/108 235/17/87 +f 235/17/87 210/7/108 236/18/87 +f 210/7/108 220/6/108 236/18/87 +f 236/18/87 220/6/108 237/19/87 +f 215/6/87 237/19/87 220/6/108 +f 237/19/87 215/6/87 238/19/87 +f 238/19/87 215/6/87 231/15/87 +f 232/16/87 239/17/87 231/15/87 +f 240/18/87 238/19/87 231/15/87 +f 239/17/87 240/18/87 231/15/87 +f 210/7/107 216/8/85 217/9/85 +f 210/7/107 217/9/85 219/11/85 +f 210/7/107 218/10/85 216/8/85 +f 220/6/107 218/10/85 210/7/107 +f 218/10/85 220/6/107 221/10/85 +f 214/6/85 221/10/85 220/6/107 +f 221/10/85 214/6/85 222/8/85 +f 210/7/107 219/11/85 211/7/85 +f 222/8/85 214/6/85 211/7/85 +f 223/11/85 211/7/85 219/11/85 +f 222/8/85 211/7/85 224/9/85 +f 224/9/85 211/7/85 223/11/85 +f 209/7/88 225/12/88 226/13/88 +f 209/7/88 226/13/88 227/14/88 +f 209/7/88 227/14/88 210/7/107 +f 228/14/88 210/7/107 227/14/88 +f 215/6/88 225/12/88 209/7/88 +f 229/13/88 210/7/107 228/14/88 +f 230/12/88 210/7/107 229/13/88 +f 225/12/88 215/6/88 231/15/88 +f 232/16/88 210/7/107 230/12/88 +f 232/16/88 230/12/88 233/15/88 +f 231/15/88 232/16/88 233/15/88 +f 234/16/88 210/7/107 232/16/88 +f 235/17/88 210/7/107 234/16/88 +f 236/18/88 210/7/107 235/17/88 +f 236/18/88 220/6/107 210/7/107 +f 237/19/88 220/6/107 236/18/88 +f 220/6/107 237/19/88 215/6/88 +f 238/19/88 215/6/88 237/19/88 +f 231/15/88 215/6/88 238/19/88 +f 231/15/88 239/17/88 232/16/88 +f 231/15/88 238/19/88 240/18/88 +f 231/15/88 240/18/88 239/17/88 +f 243/21/135 242/20/136 241/20/135 +f 242/20/136 243/21/135 244/21/136 +f 241/20/137 242/20/138 243/21/137 +f 244/21/138 243/21/137 242/20/138 +f 247/21/137 246/20/138 245/20/137 +f 246/20/138 247/21/137 248/21/138 +f 245/20/135 246/20/136 247/21/135 +f 248/21/136 247/21/135 246/20/136 +f 251/21/140 250/20/139 249/21/139 +f 250/20/139 251/21/140 252/20/140 +f 249/21/142 250/20/142 251/21/141 +f 252/20/141 251/21/141 250/20/142 +f 255/20/142 254/21/141 253/20/141 +f 254/21/141 255/20/142 256/21/142 +f 253/20/140 254/21/140 255/20/139 +f 256/21/139 255/20/139 254/21/140 +f 248/21/138 255/20/142 246/20/138 +f 255/20/142 248/21/138 256/21/142 +f 246/20/136 255/20/139 248/21/136 +f 256/21/139 248/21/136 255/20/139 +f 244/21/136 250/20/139 242/20/136 +f 250/20/139 244/21/136 249/21/139 +f 242/20/138 250/20/142 244/21/138 +f 249/21/142 244/21/138 250/20/142 +f 251/21/140 245/20/137 252/20/140 +f 245/20/137 251/21/140 247/21/137 +f 252/20/141 245/20/135 251/21/141 +f 247/21/135 251/21/141 245/20/135 +f 254/21/141 241/20/135 253/20/141 +f 241/20/135 254/21/141 243/21/135 +f 253/20/140 241/20/137 254/21/140 +f 243/21/137 254/21/140 241/20/137 +f 244/21/143 251/21/143 249/21/143 +f 251/21/143 244/21/143 247/21/143 +f 247/21/143 244/21/143 243/21/143 +f 247/21/143 243/21/143 248/21/143 +f 248/21/143 243/21/143 254/21/143 +f 248/21/143 254/21/143 256/21/143 +f 249/21/144 251/21/144 244/21/144 +f 247/21/144 244/21/144 251/21/144 +f 243/21/144 244/21/144 247/21/144 +f 248/21/144 243/21/144 247/21/144 +f 254/21/144 243/21/144 248/21/144 +f 256/21/144 254/21/144 248/21/144 +f 245/20/144 250/20/144 252/20/144 +f 250/20/144 245/20/144 242/20/144 +f 242/20/144 245/20/144 246/20/144 +f 242/20/144 246/20/144 241/20/144 +f 241/20/144 246/20/144 255/20/144 +f 241/20/144 255/20/144 253/20/144 +f 252/20/143 250/20/143 245/20/143 +f 242/20/143 245/20/143 250/20/143 +f 246/20/143 245/20/143 242/20/143 +f 241/20/143 246/20/143 242/20/143 +f 255/20/143 246/20/143 241/20/143 +f 253/20/143 255/20/143 241/20/143 +f 259/21/145 258/20/146 257/20/145 +f 258/20/146 259/21/145 260/21/146 +f 257/20/147 258/20/148 259/21/147 +f 260/21/148 259/21/147 258/20/148 +f 263/21/147 262/20/148 261/20/147 +f 262/20/148 263/21/147 264/21/148 +f 261/20/145 262/20/146 263/21/145 +f 264/21/146 263/21/145 262/20/146 +f 267/21/150 266/20/149 265/21/149 +f 266/20/149 267/21/150 268/20/150 +f 265/21/152 266/20/152 267/21/151 +f 268/20/151 267/21/151 266/20/152 +f 271/20/152 270/21/151 269/20/151 +f 270/21/151 271/20/152 272/21/152 +f 269/20/150 270/21/150 271/20/149 +f 272/21/149 271/20/149 270/21/150 +f 264/21/148 271/20/152 262/20/148 +f 271/20/152 264/21/148 272/21/152 +f 262/20/146 271/20/149 264/21/146 +f 272/21/149 264/21/146 271/20/149 +f 260/21/146 266/20/149 258/20/146 +f 266/20/149 260/21/146 265/21/149 +f 258/20/148 266/20/152 260/21/148 +f 265/21/152 260/21/148 266/20/152 +f 267/21/150 261/20/147 268/20/150 +f 261/20/147 267/21/150 263/21/147 +f 268/20/151 261/20/145 267/21/151 +f 263/21/145 267/21/151 261/20/145 +f 270/21/151 257/20/145 269/20/151 +f 257/20/145 270/21/151 259/21/145 +f 269/20/150 257/20/147 270/21/150 +f 259/21/147 270/21/150 257/20/147 +f 260/21/153 267/21/153 265/21/153 +f 267/21/153 260/21/153 263/21/153 +f 263/21/153 260/21/153 259/21/153 +f 263/21/153 259/21/153 264/21/153 +f 264/21/153 259/21/153 270/21/153 +f 264/21/153 270/21/153 272/21/153 +f 265/21/154 267/21/154 260/21/154 +f 263/21/154 260/21/154 267/21/154 +f 259/21/154 260/21/154 263/21/154 +f 264/21/154 259/21/154 263/21/154 +f 270/21/154 259/21/154 264/21/154 +f 272/21/154 270/21/154 264/21/154 +f 261/20/154 266/20/154 268/20/154 +f 266/20/154 261/20/154 258/20/154 +f 258/20/154 261/20/154 262/20/154 +f 258/20/154 262/20/154 257/20/154 +f 257/20/154 262/20/154 271/20/154 +f 257/20/154 271/20/154 269/20/154 +f 268/20/153 266/20/153 261/20/153 +f 258/20/153 261/20/153 266/20/153 +f 262/20/153 261/20/153 258/20/153 +f 257/20/153 262/20/153 258/20/153 +f 271/20/153 262/20/153 257/20/153 +f 269/20/153 271/20/153 257/20/153 +f 275/21/145 274/20/146 273/20/145 +f 274/20/146 275/21/145 276/21/146 +f 273/20/147 274/20/148 275/21/147 +f 276/21/148 275/21/147 274/20/148 +f 279/21/147 278/20/148 277/20/147 +f 278/20/148 279/21/147 280/21/148 +f 277/20/145 278/20/146 279/21/145 +f 280/21/146 279/21/145 278/20/146 +f 283/21/150 282/20/149 281/21/149 +f 282/20/149 283/21/150 284/20/150 +f 281/21/152 282/20/152 283/21/151 +f 284/20/151 283/21/151 282/20/152 +f 287/20/152 286/21/151 285/20/151 +f 286/21/151 287/20/152 288/21/152 +f 285/20/150 286/21/150 287/20/149 +f 288/21/149 287/20/149 286/21/150 +f 280/21/148 287/20/152 278/20/148 +f 287/20/152 280/21/148 288/21/152 +f 278/20/146 287/20/149 280/21/146 +f 288/21/149 280/21/146 287/20/149 +f 276/21/146 282/20/149 274/20/146 +f 282/20/149 276/21/146 281/21/149 +f 274/20/148 282/20/152 276/21/148 +f 281/21/152 276/21/148 282/20/152 +f 283/21/150 277/20/147 284/20/150 +f 277/20/147 283/21/150 279/21/147 +f 284/20/151 277/20/145 283/21/151 +f 279/21/145 283/21/151 277/20/145 +f 286/21/151 273/20/145 285/20/151 +f 273/20/145 286/21/151 275/21/145 +f 285/20/150 273/20/147 286/21/150 +f 275/21/147 286/21/150 273/20/147 +f 276/21/153 283/21/153 281/21/153 +f 283/21/153 276/21/153 279/21/153 +f 279/21/153 276/21/153 275/21/153 +f 279/21/153 275/21/153 280/21/153 +f 280/21/153 275/21/153 286/21/153 +f 280/21/153 286/21/153 288/21/153 +f 281/21/154 283/21/154 276/21/154 +f 279/21/154 276/21/154 283/21/154 +f 275/21/154 276/21/154 279/21/154 +f 280/21/154 275/21/154 279/21/154 +f 286/21/154 275/21/154 280/21/154 +f 288/21/154 286/21/154 280/21/154 +f 277/20/154 282/20/154 284/20/154 +f 282/20/154 277/20/154 274/20/154 +f 274/20/154 277/20/154 278/20/154 +f 274/20/154 278/20/154 273/20/154 +f 273/20/154 278/20/154 287/20/154 +f 273/20/154 287/20/154 285/20/154 +f 284/20/153 282/20/153 277/20/153 +f 274/20/153 277/20/153 282/20/153 +f 278/20/153 277/20/153 274/20/153 +f 273/20/153 278/20/153 274/20/153 +f 287/20/153 278/20/153 273/20/153 +f 285/20/153 287/20/153 273/20/153 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor.obj.import new file mode 100644 index 0000000..35d31a9 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://8s1equk13ycu" +path="res://.godot/imported/corridor.obj-ac77ab855d7279a89aa52770d8492de7.mesh" + +[deps] + +files=["res://.godot/imported/corridor.obj-ac77ab855d7279a89aa52770d8492de7.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor.obj" +dest_files=["res://.godot/imported/corridor.obj-ac77ab855d7279a89aa52770d8492de7.mesh", "res://.godot/imported/corridor.obj-ac77ab855d7279a89aa52770d8492de7.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door-window.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door-window.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door-window.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door-window.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door-window.obj new file mode 100644 index 0000000..05df80a --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door-window.obj @@ -0,0 +1,2246 @@ +# Created by Kenney (www.kenney.nl) + +mtllib gate-door-window.mtl + +g gate-door-window + +v -1.5 0.9508053 -0.4999999 1 1 1 +v -1.5 0.9508053 0.5000002 1 1 1 +v -1.5 2.067228 -0.4999999 1 1 1 +v -1.5 2.067228 0.5000002 1 1 1 +v 1.295302 2.847843 0.4999999 1 1 1 +v 1.295302 2.847843 -0.5000002 1 1 1 +v 1.05761 3.157609 0.4999999 1 1 1 +v 1.057609 3.157609 -0.5000002 1 1 1 +v 1.444721 2.487112 0.4999999 1 1 1 +v 1.444721 2.487112 -0.5000002 1 1 1 +v 0.7478428 3.395302 -0.5000001 1 1 1 +v 0.7478429 3.395302 0.5 1 1 1 +v 1.5 2.067228 0.4999999 1 1 1 +v 1.5 2.067228 -0.5000002 1 1 1 +v -0.387112 3.544721 -0.5 1 1 1 +v -0.7478429 3.395302 -0.5 1 1 1 +v -0.3871119 3.544721 0.5000001 1 1 1 +v -0.7478428 3.395302 0.5000001 1 1 1 +v -5.960464E-08 3.595685 -0.5000001 1 1 1 +v 5.960467E-08 3.595685 0.5000001 1 1 1 +v -1.05761 3.157609 -0.4999999 1 1 1 +v -1.057609 3.157609 0.5000002 1 1 1 +v -1.444721 2.487112 -0.4999999 1 1 1 +v -1.444721 2.487112 0.5000002 1 1 1 +v -1.295302 2.847843 -0.4999999 1 1 1 +v -1.295302 2.847843 0.5000002 1 1 1 +v 0.3871119 3.544721 -0.5000001 1 1 1 +v 0.387112 3.544721 0.5 1 1 1 +v 1.732051 3.1 -0.3500002 1 1 1 +v 1.732051 3.1 0.3499998 1 1 1 +v 1.414214 3.514213 -0.3500002 1 1 1 +v 1.414214 3.514213 0.3499998 1 1 1 +v -2 2.1 0.3500003 1 1 1 +v -2 2.1 -0.3499998 1 1 1 +v -1.931852 2.617638 0.3500003 1 1 1 +v -1.931852 2.617638 -0.3499998 1 1 1 +v -1.414214 3.514213 -0.3499998 1 1 1 +v -1 3.832051 -0.3499999 1 1 1 +v -1.414214 3.514213 0.3500002 1 1 1 +v -1 3.832051 0.3500001 1 1 1 +v -0.5176382 4.031851 -0.35 1 1 1 +v -0.5176381 4.031851 0.3500001 1 1 1 +v 1 3.832051 -0.3500001 1 1 1 +v 1 3.832051 0.3499999 1 1 1 +v 0.5176381 4.031851 -0.3500001 1 1 1 +v 0.5176382 4.031851 0.35 1 1 1 +v 2 2.1 -0.3500003 1 1 1 +v 2 2.1 0.3499998 1 1 1 +v 1.931852 2.617638 -0.3500003 1 1 1 +v 1.931852 2.617638 0.3499998 1 1 1 +v -4.172322E-08 4.1 -0.35 1 1 1 +v 4.172325E-08 4.1 0.35 1 1 1 +v -1.732051 3.1 0.3500002 1 1 1 +v -1.732051 3.1 -0.3499998 1 1 1 +v -0.9243529 3.701026 -0.4999999 1 1 1 +v -0.4784804 3.885712 -0.5 1 1 1 +v 1.307232 3.407232 -0.5000002 1 1 1 +v 1.601026 3.024353 -0.5000002 1 1 1 +v -2 0.9508053 -0.4999998 1 1 1 +v -1.785713 2.57848 -0.4999999 1 1 1 +v -2 0.9508053 0.5000003 1 1 1 +v -1.785713 2.57848 0.5000003 1 1 1 +v -1.307232 3.407232 -0.4999999 1 1 1 +v -0.4784802 3.885712 0.5000001 1 1 1 +v 5.960467E-08 3.948705 0.5000001 1 1 1 +v -0.9243528 3.701026 0.5000002 1 1 1 +v 0.9243528 3.701026 -0.5000002 1 1 1 +v -5.960464E-08 3.948705 -0.5000001 1 1 1 +v 1.785713 2.57848 -0.5000003 1 1 1 +v -1.601026 3.024353 -0.4999999 1 1 1 +v 0.4784802 3.885712 -0.5000001 1 1 1 +v 2 0.9508053 -0.5000003 1 1 1 +v -1.601026 3.024353 0.5000002 1 1 1 +v -1.307232 3.407232 0.5000002 1 1 1 +v 0.9243529 3.701026 0.4999999 1 1 1 +v 1.307232 3.407232 0.4999999 1 1 1 +v 0.4784804 3.885712 0.5 1 1 1 +v 1.601026 3.024353 0.4999999 1 1 1 +v 1.785713 2.57848 0.4999999 1 1 1 +v 1.5 0.9508053 0.4999999 1 1 1 +v 2 0.9508053 0.4999998 1 1 1 +v 1.5 0.9508053 -0.5000002 1 1 1 +v -1.48 1.1 0.6300001 1 1 1 +v -2.02 1.1 0.63 1 1 1 +v -1.345 1.1 0.4950001 1 1 1 +v -2.155 1.1 0.495 1 1 1 +v -1.345 1.1 -0.495 1 1 1 +v -2.155 1.1 -0.4950001 1 1 1 +v -1.48 1.1 -0.63 1 1 1 +v -2.02 1.1 -0.6300001 1 1 1 +v -2.05 0 0.7 1 1 1 +v -1.45 0 0.7000001 1 1 1 +v -2.2 0 0.55 1 1 1 +v -1.3 0 0.5500001 1 1 1 +v -2.2 0 -0.5500001 1 1 1 +v -1.3 0 -0.55 1 1 1 +v -1.45 0 -0.7 1 1 1 +v -2.05 0 -0.7000001 1 1 1 +v 0.2476922 4.4 0.6000001 1 1 1 +v -0.2476924 4.4 0.6000001 1 1 1 +v 0.2476924 4.4 -0.6000001 1 1 1 +v -0.2476922 4.4 -0.6000001 1 1 1 +v 0.5833333 4.235 0.6000001 1 1 1 +v 0.4166667 3.575 0.6000001 1 1 1 +v -0.4166668 3.575 0.6 1 1 1 +v -0.5833334 4.235 0.6 1 1 1 +v 0.5833334 4.235 -0.6 1 1 1 +v 0.4166668 3.575 -0.6 1 1 1 +v -0.4166667 3.575 -0.6000001 1 1 1 +v -0.5833333 4.235 -0.6000001 1 1 1 +v -0.3750001 3.41 0.45 1 1 1 +v 0.375 3.41 0.4500001 1 1 1 +v -0.375 3.41 -0.4500001 1 1 1 +v 0.3750001 3.41 -0.45 1 1 1 +v 2.02 1.1 0.6300001 1 1 1 +v 1.48 1.1 0.63 1 1 1 +v 2.155 1.1 0.4950001 1 1 1 +v 1.345 1.1 0.495 1 1 1 +v 2.155 1.1 -0.495 1 1 1 +v 1.345 1.1 -0.4950001 1 1 1 +v 2.02 1.1 -0.63 1 1 1 +v 1.48 1.1 -0.6300001 1 1 1 +v 1.45 0 0.7 1 1 1 +v 2.05 0 0.7000001 1 1 1 +v 1.3 0 0.55 1 1 1 +v 2.2 0 0.5500001 1 1 1 +v 1.3 0 -0.5500001 1 1 1 +v 2.2 0 -0.55 1 1 1 +v 1.45 0 -0.7000001 1 1 1 +v 2.05 0 -0.7 1 1 1 +v 1.48 1.6 0.63 1 1 1 +v 2.02 1.6 0.6300001 1 1 1 +v 1.345 1.6 0.495 1 1 1 +v 2.155 1.6 0.4950001 1 1 1 +v 1.345 1.6 -0.4950001 1 1 1 +v 2.155 1.6 -0.495 1 1 1 +v 1.48 1.6 -0.6300001 1 1 1 +v 2.02 1.6 -0.63 1 1 1 +v 2.02 2.067228 0.6300001 1 1 1 +v 1.48 2.067228 0.63 1 1 1 +v 2.155 2.067228 0.4950001 1 1 1 +v 1.345 2.067228 0.495 1 1 1 +v 2.155 2.067228 -0.495 1 1 1 +v 1.345 2.067228 -0.4950001 1 1 1 +v 2.02 2.067228 -0.63 1 1 1 +v 1.48 2.067228 -0.6300001 1 1 1 +v -2.02 1.6 0.63 1 1 1 +v -1.48 1.6 0.6300001 1 1 1 +v -2.155 1.6 0.495 1 1 1 +v -1.345 1.6 0.4950001 1 1 1 +v -2.155 1.6 -0.4950001 1 1 1 +v -1.345 1.6 -0.495 1 1 1 +v -2.02 1.6 -0.6300001 1 1 1 +v -1.48 1.6 -0.63 1 1 1 +v -1.48 2.067228 0.6300001 1 1 1 +v -2.02 2.067228 0.63 1 1 1 +v -1.345 2.067228 0.4950001 1 1 1 +v -2.155 2.067228 0.495 1 1 1 +v -1.345 2.067228 -0.495 1 1 1 +v -2.155 2.067228 -0.4950001 1 1 1 +v -1.48 2.067228 -0.63 1 1 1 +v -2.02 2.067228 -0.6300001 1 1 1 + +vn 1 0 -1.192093E-07 +vn 0.9978591 -0.06540313 -1.189541E-07 +vn -0.9978591 0.06540313 1.189541E-07 +vn -1 0 1.192093E-07 +vn -0.8660256 -0.5 1.032383E-07 +vn -0.7071068 -0.7071068 8.42937E-08 +vn 0.7071068 0.7071068 -8.42937E-08 +vn 0.8660256 0.5 -1.032383E-07 +vn -0.9659259 -0.258819 1.151473E-07 +vn 0.9659259 0.258819 -1.151473E-07 +vn -0.5000001 -0.8660254 5.960464E-08 +vn 0.5000001 0.8660254 -5.960464E-08 +vn -0.9978591 -0.06540313 1.189541E-07 +vn 0.9978591 0.06540313 -1.189541E-07 +vn 0.2588191 -0.9659258 -3.085363E-08 +vn 0.5000001 -0.8660254 -5.960464E-08 +vn -0.2588191 0.9659258 3.085363E-08 +vn -0.5000001 0.8660254 5.960464E-08 +vn 0 -1 0 +vn 0 1 0 +vn 0.7071068 -0.7071068 -8.42937E-08 +vn -0.7071068 0.7071068 8.42937E-08 +vn 0.9659259 -0.258819 -1.151473E-07 +vn -0.9659259 0.258819 1.151473E-07 +vn 0.8660256 -0.5 -1.032383E-07 +vn -0.8660256 0.5 1.032383E-07 +vn -0.2588191 -0.9659258 3.085363E-08 +vn 0.2588191 0.9659258 -3.085363E-08 +vn 0.8032613 0.4637631 -0.3737584 +vn 0.8032614 0.4637631 0.3737582 +vn 0.6558601 0.6558601 -0.3737585 +vn 0.6558602 0.6558601 0.3737583 +vn -0.6558601 -0.6558601 0.3737585 +vn -0.8032614 -0.4637631 -0.3737582 +vn -0.8032613 -0.4637631 0.3737584 +vn -0.6558602 -0.6558601 -0.3737583 +vn -0.9277142 0.08317699 0.363907 +vn -0.9277143 0.08317699 -0.3639068 +vn -0.8959215 0.2400614 0.3737584 +vn -0.8959216 0.2400614 -0.3737582 +vn 0.8959215 -0.2400614 -0.3737584 +vn 0.9277143 -0.08317699 0.3639068 +vn 0.9277142 -0.08317699 -0.363907 +vn 0.8959216 -0.2400614 0.3737582 +vn -0.6558602 0.6558601 -0.3737583 +vn -0.4637632 0.8032612 -0.3737583 +vn -0.6558601 0.6558601 0.3737585 +vn -0.4637631 0.8032612 0.3737584 +vn 0.6558601 -0.6558601 -0.3737585 +vn 0.4637632 -0.8032612 0.3737583 +vn 0.6558602 -0.6558601 0.3737583 +vn 0.4637631 -0.8032612 -0.3737584 +vn -0.2400615 0.8959214 -0.3737583 +vn -0.2400614 0.8959214 0.3737583 +vn 0.2400615 -0.8959214 0.3737583 +vn 0.2400614 -0.8959214 -0.3737583 +vn 0.4637631 0.8032612 -0.3737584 +vn 0.4637632 0.8032612 0.3737583 +vn 0.2400614 0.8959214 -0.3737583 +vn 0.2400615 0.8959214 0.3737583 +vn -0.2400614 -0.8959214 0.3737583 +vn -0.4637632 -0.8032612 -0.3737583 +vn -0.4637631 -0.8032612 0.3737584 +vn -0.2400615 -0.8959214 -0.3737583 +vn 0.9277142 0.08317699 -0.363907 +vn 0.9277143 0.08317699 0.3639068 +vn 0.8959215 0.2400614 -0.3737584 +vn 0.8959216 0.2400614 0.3737582 +vn -0.8959215 -0.2400614 0.3737584 +vn -0.9277143 -0.08317699 -0.3639068 +vn -0.9277142 -0.08317699 0.363907 +vn -0.8959216 -0.2400614 -0.3737582 +vn -4.455546E-08 0.9275262 -0.3737583 +vn 4.455546E-08 0.9275262 0.3737583 +vn 4.455546E-08 -0.9275262 0.3737583 +vn -4.455546E-08 -0.9275262 -0.3737583 +vn -0.8032613 0.4637631 0.3737584 +vn -0.8032614 0.4637631 -0.3737582 +vn 0.8032613 -0.4637631 -0.3737584 +vn 0.8032614 -0.4637631 0.3737582 +vn -0.2035815 0.3526132 -0.9133558 +vn -0.1053816 0.3932889 -0.9133558 +vn 0.2035815 -0.3526132 0.9133558 +vn 0.1053816 -0.3932889 0.9133558 +vn 0.2879074 0.2879075 -0.9133558 +vn 0.3526131 0.2035813 -0.9133558 +vn -0.3526131 -0.2035813 0.9133558 +vn -0.2879074 -0.2879075 0.9133558 +vn -0.08191259 0.01078398 -0.9965813 +vn -0.3932891 0.1053815 -0.9133557 +vn 0.3932891 -0.1053815 0.9133557 +vn 0.08191259 -0.01078398 0.9965813 +vn -0.08191235 0.01078398 0.9965813 +vn -0.3932889 0.1053815 0.9133558 +vn 0.08191235 -0.01078398 -0.9965813 +vn 0.3932889 -0.1053815 -0.9133558 +vn -0.2879076 0.2879075 -0.9133557 +vn 0.2879076 -0.2879075 0.9133557 +vn -0.1053814 0.3932889 0.9133558 +vn 1.088805E-07 0.4071626 0.9133558 +vn 0.1053814 -0.3932889 -0.9133558 +vn -1.088805E-07 -0.4071626 -0.9133558 +vn -0.2035812 0.3526132 0.9133558 +vn 0.2035812 -0.3526132 -0.9133558 +vn 0.2035812 0.3526132 -0.9133558 +vn -0.2035812 -0.3526132 0.9133558 +vn -1.088805E-07 0.4071626 -0.9133558 +vn 1.088805E-07 -0.4071626 0.9133558 +vn 0.3932889 0.1053815 -0.9133558 +vn -0.3932889 -0.1053815 0.9133558 +vn -0.3526134 0.2035813 -0.9133557 +vn 0.3526134 -0.2035813 0.9133557 +vn 0.1053814 0.3932889 -0.9133558 +vn -0.1053814 -0.3932889 0.9133558 +vn 0.08191235 0.01078398 -0.9965813 +vn -0.08191235 -0.01078398 0.9965813 +vn -0.3526131 0.2035813 0.9133558 +vn 0.3526131 -0.2035813 -0.9133558 +vn -0.2879074 0.2879075 0.9133558 +vn 0.2879074 -0.2879075 -0.9133558 +vn 0.2035815 0.3526132 0.9133558 +vn 0.2879076 0.2879075 0.9133557 +vn -0.2879076 -0.2879075 -0.9133557 +vn -0.2035815 -0.3526132 -0.9133558 +vn 0.1053816 0.3932889 0.9133558 +vn -0.1053816 -0.3932889 -0.9133558 +vn 0.3526134 0.2035813 0.9133557 +vn -0.3526134 -0.2035813 -0.9133557 +vn 0.3932891 0.1053815 0.9133557 +vn -0.3932891 -0.1053815 -0.9133557 +vn 1.192093E-07 0 1 +vn 0.08191259 0.01078398 0.9965813 +vn -0.08191259 -0.01078398 -0.9965813 +vn -1.192093E-07 0 -1 +vn -0.381576 0.06906367 0.9217539 +vn -0.3819544 0.06906402 0.9215971 +vn -0.9252678 0.05660524 0.3750676 +vn -0.9195698 0.05705687 0.3887624 +vn 0.9252678 -0.05660524 -0.3750676 +vn 0.3819544 -0.06906402 -0.9215971 +vn 0.381576 -0.06906367 -0.9217539 +vn 0.9195698 -0.05705687 -0.3887624 +vn 0.9195698 0.05705687 -0.3887624 +vn 0.9195697 0.05705687 0.3887627 +vn 0.9252678 0.05660524 -0.3750676 +vn 0.9252676 0.05660524 0.3750679 +vn -0.9252678 -0.05660524 0.3750676 +vn -0.9195697 -0.05705687 -0.3887627 +vn -0.9195698 -0.05705687 0.3887624 +vn -0.9252676 -0.05660524 -0.3750679 +vn 0.3819544 0.06906402 -0.9215971 +vn 0.381576 0.06906367 -0.9217539 +vn -0.3819542 0.06906402 -0.9215972 +vn -0.3815757 0.06906367 -0.921754 +vn 0.3819542 -0.06906402 0.9215972 +vn -0.381576 -0.06906367 0.9217539 +vn -0.3819544 -0.06906402 0.9215971 +vn 0.3815757 -0.06906367 0.921754 +vn 0.3819542 0.06906402 0.9215972 +vn 0.3815757 0.06906367 0.921754 +vn -0.3815757 -0.06906367 -0.921754 +vn -0.3819542 -0.06906402 -0.9215972 +vn -0.9252676 0.05660524 -0.3750679 +vn -0.9195697 0.05705687 -0.3887627 +vn 0.9252676 -0.05660524 0.3750679 +vn 0.9195697 -0.05705687 0.3887627 +vn 0.1929863 0.9812015 2.300576E-08 +vn -0.1929863 0.9812015 -2.300576E-08 +vn -0.1929863 -0.9812015 -2.300576E-08 +vn 0.1929863 -0.9812015 2.300576E-08 +vn -1.192093E-07 0 1 +vn -1.124976E-07 -0.3308075 0.9436982 +vn 1.192093E-07 0 -1 +vn 1.124976E-07 0.3308075 -0.9436982 +vn 1.124976E-07 -0.3308075 -0.9436982 +vn -1.124976E-07 0.3308075 0.9436982 +vn 0.808733 0.588176 9.640848E-08 +vn -0.808733 -0.588176 -9.640848E-08 +vn -0.808733 0.588176 -9.640848E-08 +vn 0.808733 -0.588176 9.640848E-08 +vn -5.059093E-08 -0.9054807 0.4243875 +vn 5.059093E-08 -0.9054807 -0.4243875 +vn -5.059093E-08 0.9054807 0.4243875 +vn 5.059093E-08 0.9054807 -0.4243875 +vn 0.9695637 -0.2448394 1.15581E-07 +vn -0.9695637 0.2448394 -1.15581E-07 +vn -0.9695637 -0.2448394 -1.15581E-07 +vn 0.9695637 0.2448394 1.15581E-07 +vn 0.9238797 0 -0.3826834 +vn 0.9238796 0 0.3826836 +vn -0.9238797 0 0.3826834 +vn -0.9238796 0 -0.3826836 +vn 0.3826836 0 -0.9238796 +vn -0.3826836 0 0.9238796 +vn -0.3826834 0 -0.9238797 +vn 0.3826834 0 0.9238797 + +vt 0.34375 0.07138075 +vt 0.34375 0.1258404 +vt 0.34375 0.1639192 +vt 0.34375 0.1790297 +vt 0.34375 0.1463225 +vt 0.34375 0.1906245 +vt 0.34375 0.1979132 +vt 0.34375 0.2003993 +vt 0.34375 0.1762195 +vt 0.34375 0.196425 +vt 0.34375 0.127439 +vt 0.34375 0.1526897 +vt 0.34375 0.2119293 +vt 0.34375 0.2216757 +vt 0.34375 0.225 +vt 0.34375 0.2055379 +vt 0.34375 0.2145469 +vt 0.34375 0.1912065 +vt 0.34375 0.1725294 +vt 0.34375 0.1507795 +vt 0.34375 0.2176198 +vt 0.09375 0.225 +vt 0.09375 0.025 +vt 0.09375 0.1916667 +vt 0.09375 0.05833334 +vt 0.09375 0.075 +vt 0.09375 0.175 + +usemtl colormap + +f 3/2/2 2/1/1 1/1/1 +f 2/1/1 3/2/2 4/2/2 +f 1/1/4 2/1/4 3/2/3 +f 4/2/3 3/2/3 2/1/4 +f 7/4/6 6/3/5 5/3/5 +f 6/3/5 7/4/6 8/4/6 +f 5/3/8 6/3/8 7/4/7 +f 8/4/7 7/4/7 6/3/8 +f 5/3/5 10/5/9 9/5/9 +f 10/5/9 5/3/5 6/3/5 +f 9/5/10 10/5/10 5/3/8 +f 6/3/8 5/3/8 10/5/10 +f 8/4/6 12/6/11 11/6/11 +f 12/6/11 8/4/6 7/4/6 +f 11/6/12 12/6/12 8/4/7 +f 7/4/7 8/4/7 12/6/12 +f 9/5/9 14/2/13 13/2/13 +f 14/2/13 9/5/9 10/5/9 +f 13/2/14 14/2/14 9/5/10 +f 10/5/10 9/5/10 14/2/14 +f 17/7/15 16/6/16 15/7/15 +f 16/6/16 17/7/15 18/6/16 +f 15/7/17 16/6/18 17/7/17 +f 18/6/18 17/7/17 16/6/18 +f 19/8/19 17/7/15 15/7/15 +f 17/7/15 19/8/19 20/8/19 +f 15/7/17 17/7/17 19/8/20 +f 20/8/20 19/8/20 17/7/17 +f 18/6/16 21/4/21 16/6/16 +f 21/4/21 18/6/16 22/4/21 +f 16/6/18 21/4/22 18/6/18 +f 22/4/22 18/6/18 21/4/22 +f 23/5/23 4/2/2 3/2/2 +f 4/2/2 23/5/23 24/5/23 +f 3/2/3 4/2/3 23/5/24 +f 24/5/24 23/5/24 4/2/3 +f 25/3/25 24/5/23 23/5/23 +f 24/5/23 25/3/25 26/3/25 +f 23/5/24 24/5/24 25/3/26 +f 26/3/26 25/3/26 24/5/24 +f 28/7/27 19/8/19 27/7/27 +f 19/8/19 28/7/27 20/8/19 +f 27/7/28 19/8/20 28/7/28 +f 20/8/20 28/7/28 19/8/20 +f 12/6/11 27/7/27 11/6/11 +f 27/7/27 12/6/11 28/7/27 +f 11/6/12 27/7/28 12/6/12 +f 28/7/28 12/6/12 27/7/28 +f 21/4/21 26/3/25 25/3/25 +f 26/3/25 21/4/21 22/4/21 +f 25/3/26 26/3/26 21/4/22 +f 22/4/22 21/4/22 26/3/26 +f 31/10/31 30/9/30 29/9/29 +f 30/9/30 31/10/31 32/10/32 +f 29/9/35 30/9/34 31/10/33 +f 32/10/36 31/10/33 30/9/34 +f 35/12/39 34/11/38 33/11/37 +f 34/11/38 35/12/39 36/12/40 +f 33/11/43 34/11/42 35/12/41 +f 36/12/44 35/12/41 34/11/42 +f 39/10/47 38/13/46 37/10/45 +f 38/13/46 39/10/47 40/13/48 +f 37/10/51 38/13/50 39/10/49 +f 40/13/52 39/10/49 38/13/50 +f 40/13/48 41/14/53 38/13/46 +f 41/14/53 40/13/48 42/14/54 +f 38/13/50 41/14/55 40/13/52 +f 42/14/56 40/13/52 41/14/55 +f 45/14/59 44/13/58 43/13/57 +f 44/13/58 45/14/59 46/14/60 +f 43/13/63 44/13/62 45/14/61 +f 46/14/64 45/14/61 44/13/62 +f 49/12/67 48/11/66 47/11/65 +f 48/11/66 49/12/67 50/12/68 +f 47/11/71 48/11/70 49/12/69 +f 50/12/72 49/12/69 48/11/70 +f 42/14/54 51/15/73 41/14/53 +f 51/15/73 42/14/54 52/15/74 +f 41/14/55 51/15/75 42/14/56 +f 52/15/76 42/14/56 51/15/75 +f 43/13/57 32/10/32 31/10/31 +f 32/10/32 43/13/57 44/13/58 +f 31/10/33 32/10/36 43/13/63 +f 44/13/62 43/13/63 32/10/36 +f 29/9/29 50/12/68 49/12/67 +f 50/12/68 29/9/29 30/9/30 +f 49/12/69 50/12/72 29/9/35 +f 30/9/34 29/9/35 50/12/72 +f 53/9/77 36/12/40 35/12/39 +f 36/12/40 53/9/77 54/9/78 +f 35/12/41 36/12/44 53/9/79 +f 54/9/80 53/9/79 36/12/44 +f 39/10/47 54/9/78 53/9/77 +f 54/9/78 39/10/47 37/10/45 +f 53/9/79 54/9/80 39/10/49 +f 37/10/51 39/10/49 54/9/80 +f 52/15/74 45/14/59 51/15/73 +f 45/14/59 52/15/74 46/14/60 +f 51/15/75 45/14/61 52/15/76 +f 46/14/64 52/15/76 45/14/61 +f 41/14/53 55/16/81 38/13/46 +f 55/16/81 41/14/53 56/17/82 +f 38/13/50 55/16/83 41/14/55 +f 56/17/84 41/14/55 55/16/83 +f 31/10/31 58/19/86 57/18/85 +f 58/19/86 31/10/31 29/9/29 +f 57/18/88 58/19/87 31/10/33 +f 29/9/35 31/10/33 58/19/87 +f 34/11/38 60/20/90 59/1/89 +f 60/20/90 34/11/38 36/12/40 +f 59/1/92 60/20/91 34/11/42 +f 36/12/44 34/11/42 60/20/91 +f 61/1/93 35/12/39 33/11/37 +f 35/12/39 61/1/93 62/20/94 +f 33/11/43 35/12/41 61/1/95 +f 62/20/96 61/1/95 35/12/41 +f 38/13/46 63/18/97 37/10/45 +f 63/18/97 38/13/46 55/16/81 +f 37/10/51 63/18/98 38/13/50 +f 55/16/83 38/13/50 63/18/98 +f 64/17/99 52/15/74 42/14/54 +f 52/15/74 64/17/99 65/21/100 +f 42/14/56 52/15/76 64/17/101 +f 65/21/102 64/17/101 52/15/76 +f 66/16/103 42/14/54 40/13/48 +f 42/14/54 66/16/103 64/17/99 +f 40/13/52 42/14/56 66/16/104 +f 64/17/101 66/16/104 42/14/56 +f 43/13/57 57/18/85 67/16/105 +f 57/18/85 43/13/57 31/10/31 +f 67/16/106 57/18/88 43/13/63 +f 31/10/33 43/13/63 57/18/88 +f 51/15/73 56/17/82 41/14/53 +f 56/17/82 51/15/73 68/21/107 +f 41/14/55 56/17/84 51/15/75 +f 68/21/108 51/15/75 56/17/84 +f 29/9/29 69/20/109 58/19/86 +f 69/20/109 29/9/29 49/12/67 +f 58/19/87 69/20/110 29/9/35 +f 49/12/69 29/9/35 69/20/110 +f 37/10/45 70/19/111 54/9/78 +f 70/19/111 37/10/45 63/18/97 +f 54/9/80 70/19/112 37/10/51 +f 63/18/98 37/10/51 70/19/112 +f 45/14/59 67/16/105 71/17/113 +f 67/16/105 45/14/59 43/13/57 +f 71/17/114 67/16/106 45/14/61 +f 43/13/63 45/14/61 67/16/106 +f 49/12/67 72/1/115 69/20/109 +f 72/1/115 49/12/67 47/11/65 +f 69/20/110 72/1/116 49/12/69 +f 47/11/71 49/12/69 72/1/116 +f 62/20/94 53/9/77 35/12/39 +f 53/9/77 62/20/94 73/19/117 +f 35/12/41 53/9/79 62/20/96 +f 73/19/118 62/20/96 53/9/79 +f 54/9/78 60/20/90 36/12/40 +f 60/20/90 54/9/78 70/19/111 +f 36/12/44 60/20/91 54/9/80 +f 70/19/112 54/9/80 60/20/91 +f 73/19/117 39/10/47 53/9/77 +f 39/10/47 73/19/117 74/18/119 +f 53/9/79 39/10/49 73/19/118 +f 74/18/120 73/19/118 39/10/49 +f 74/18/119 40/13/48 39/10/47 +f 40/13/48 74/18/119 66/16/103 +f 39/10/49 40/13/52 74/18/120 +f 66/16/104 74/18/120 40/13/52 +f 76/18/122 44/13/58 75/16/121 +f 44/13/58 76/18/122 32/10/32 +f 75/16/124 44/13/62 76/18/123 +f 32/10/36 76/18/123 44/13/62 +f 75/16/121 46/14/60 77/17/125 +f 46/14/60 75/16/121 44/13/58 +f 77/17/126 46/14/64 75/16/124 +f 44/13/62 75/16/124 46/14/64 +f 51/15/73 71/17/113 68/21/107 +f 71/17/113 51/15/73 45/14/59 +f 68/21/108 71/17/114 51/15/75 +f 45/14/61 51/15/75 71/17/114 +f 78/19/127 32/10/32 76/18/122 +f 32/10/32 78/19/127 30/9/30 +f 76/18/123 32/10/36 78/19/128 +f 30/9/34 78/19/128 32/10/36 +f 65/21/100 46/14/60 52/15/74 +f 46/14/60 65/21/100 77/17/125 +f 52/15/76 46/14/64 65/21/102 +f 77/17/126 65/21/102 46/14/64 +f 79/20/129 30/9/30 78/19/127 +f 30/9/30 79/20/129 50/12/68 +f 78/19/128 30/9/34 79/20/130 +f 50/12/72 79/20/130 30/9/34 +f 33/11/37 59/1/4 61/1/4 +f 59/1/4 33/11/37 34/11/38 +f 61/1/1 59/1/1 33/11/43 +f 34/11/42 33/11/43 59/1/1 +f 81/1/132 13/2/131 80/1/131 +f 13/2/131 81/1/132 78/19/127 +f 78/19/127 81/1/132 79/20/129 +f 78/19/127 9/5/131 13/2/131 +f 76/18/122 9/5/131 78/19/127 +f 76/18/122 5/3/131 9/5/131 +f 76/18/122 7/4/131 5/3/131 +f 75/16/121 7/4/131 76/18/122 +f 75/16/121 12/6/131 7/4/131 +f 77/17/125 12/6/131 75/16/121 +f 77/17/125 28/7/131 12/6/131 +f 65/21/100 28/7/131 77/17/125 +f 65/21/100 20/8/131 28/7/131 +f 65/21/100 17/7/131 20/8/131 +f 64/17/99 17/7/131 65/21/100 +f 64/17/99 18/6/131 17/7/131 +f 66/16/103 18/6/131 64/17/99 +f 66/16/103 22/4/131 18/6/131 +f 66/16/103 26/3/131 22/4/131 +f 74/18/119 26/3/131 66/16/103 +f 74/18/119 24/5/131 26/3/131 +f 73/19/117 24/5/131 74/18/119 +f 73/19/117 4/2/131 24/5/131 +f 73/19/117 2/1/131 4/2/131 +f 62/20/94 2/1/131 73/19/117 +f 2/1/131 62/20/94 61/1/93 +f 80/1/134 13/2/134 81/1/133 +f 78/19/128 81/1/133 13/2/134 +f 79/20/130 81/1/133 78/19/128 +f 13/2/134 9/5/134 78/19/128 +f 78/19/128 9/5/134 76/18/123 +f 9/5/134 5/3/134 76/18/123 +f 5/3/134 7/4/134 76/18/123 +f 76/18/123 7/4/134 75/16/124 +f 7/4/134 12/6/134 75/16/124 +f 75/16/124 12/6/134 77/17/126 +f 12/6/134 28/7/134 77/17/126 +f 77/17/126 28/7/134 65/21/102 +f 28/7/134 20/8/134 65/21/102 +f 20/8/134 17/7/134 65/21/102 +f 65/21/102 17/7/134 64/17/101 +f 17/7/134 18/6/134 64/17/101 +f 64/17/101 18/6/134 66/16/104 +f 18/6/134 22/4/134 66/16/104 +f 22/4/134 26/3/134 66/16/104 +f 66/16/104 26/3/134 74/18/120 +f 26/3/134 24/5/134 74/18/120 +f 74/18/120 24/5/134 73/19/118 +f 24/5/134 4/2/134 73/19/118 +f 4/2/134 2/1/134 73/19/118 +f 73/19/118 2/1/134 62/20/96 +f 61/1/95 62/20/96 2/1/134 +f 72/1/115 58/19/86 69/20/109 +f 82/1/134 58/19/86 72/1/115 +f 14/2/134 58/19/86 82/1/134 +f 10/5/134 58/19/86 14/2/134 +f 10/5/134 57/18/85 58/19/86 +f 6/3/134 57/18/85 10/5/134 +f 8/4/134 57/18/85 6/3/134 +f 8/4/134 67/16/105 57/18/85 +f 11/6/134 67/16/105 8/4/134 +f 11/6/134 71/17/113 67/16/105 +f 27/7/134 71/17/113 11/6/134 +f 19/8/134 71/17/113 27/7/134 +f 19/8/134 68/21/107 71/17/113 +f 15/7/134 68/21/107 19/8/134 +f 15/7/134 56/17/82 68/21/107 +f 16/6/134 56/17/82 15/7/134 +f 16/6/134 55/16/81 56/17/82 +f 21/4/134 55/16/81 16/6/134 +f 25/3/134 55/16/81 21/4/134 +f 25/3/134 63/18/97 55/16/81 +f 23/5/134 63/18/97 25/3/134 +f 23/5/134 70/19/111 63/18/97 +f 70/19/111 23/5/134 3/2/134 +f 1/1/134 70/19/111 3/2/134 +f 1/1/134 60/20/90 70/19/111 +f 60/20/90 1/1/134 59/1/89 +f 69/20/110 58/19/87 72/1/116 +f 72/1/116 58/19/87 82/1/131 +f 82/1/131 58/19/87 14/2/131 +f 14/2/131 58/19/87 10/5/131 +f 58/19/87 57/18/88 10/5/131 +f 10/5/131 57/18/88 6/3/131 +f 6/3/131 57/18/88 8/4/131 +f 57/18/88 67/16/106 8/4/131 +f 8/4/131 67/16/106 11/6/131 +f 67/16/106 71/17/114 11/6/131 +f 11/6/131 71/17/114 27/7/131 +f 27/7/131 71/17/114 19/8/131 +f 71/17/114 68/21/108 19/8/131 +f 19/8/131 68/21/108 15/7/131 +f 68/21/108 56/17/84 15/7/131 +f 15/7/131 56/17/84 16/6/131 +f 56/17/84 55/16/83 16/6/131 +f 16/6/131 55/16/83 21/4/131 +f 21/4/131 55/16/83 25/3/131 +f 55/16/83 63/18/98 25/3/131 +f 25/3/131 63/18/98 23/5/131 +f 63/18/98 70/19/112 23/5/131 +f 3/2/131 23/5/131 70/19/112 +f 3/2/131 70/19/112 1/1/131 +f 70/19/112 60/20/91 1/1/131 +f 59/1/92 1/1/131 60/20/91 +f 13/2/13 82/1/4 80/1/4 +f 82/1/4 13/2/13 14/2/13 +f 80/1/1 82/1/1 13/2/14 +f 14/2/14 13/2/14 82/1/1 +f 47/11/65 81/1/1 72/1/1 +f 81/1/1 47/11/65 48/11/66 +f 72/1/4 81/1/4 47/11/71 +f 48/11/70 47/11/71 81/1/4 +f 81/1/132 50/12/68 79/20/129 +f 50/12/68 81/1/132 48/11/66 +f 79/20/130 50/12/72 81/1/133 +f 48/11/70 81/1/133 50/12/72 +f 85/22/20 84/22/20 83/22/20 +f 84/22/20 85/22/20 86/22/20 +f 86/22/20 85/22/20 87/22/20 +f 86/22/20 87/22/20 88/22/20 +f 88/22/20 87/22/20 89/22/20 +f 88/22/20 89/22/20 90/22/20 +f 83/22/19 84/22/19 85/22/19 +f 86/22/19 85/22/19 84/22/19 +f 87/22/19 85/22/19 86/22/19 +f 88/22/19 87/22/19 86/22/19 +f 89/22/19 87/22/19 88/22/19 +f 90/22/19 89/22/19 88/22/19 +f 93/23/19 92/23/19 91/23/19 +f 92/23/19 93/23/19 94/23/19 +f 94/23/19 93/23/19 95/23/19 +f 94/23/19 95/23/19 96/23/19 +f 96/23/19 95/23/19 97/23/19 +f 97/23/19 95/23/19 98/23/19 +f 91/23/20 92/23/20 93/23/20 +f 94/23/20 93/23/20 92/23/20 +f 95/23/20 93/23/20 94/23/20 +f 96/23/20 95/23/20 94/23/20 +f 97/23/20 95/23/20 96/23/20 +f 98/23/20 95/23/20 97/23/20 +f 86/22/137 91/23/136 84/22/135 +f 91/23/136 86/22/137 93/23/138 +f 84/22/141 91/23/140 86/22/139 +f 93/23/142 86/22/139 91/23/140 +f 87/22/145 94/23/144 96/23/143 +f 94/23/144 87/22/145 85/22/146 +f 96/23/149 94/23/148 87/22/147 +f 85/22/150 87/22/147 94/23/148 +f 98/23/153 89/22/152 97/23/151 +f 89/22/152 98/23/153 90/22/154 +f 97/23/157 89/22/156 98/23/155 +f 90/22/158 98/23/155 89/22/156 +f 83/22/160 91/23/136 92/23/159 +f 91/23/136 83/22/160 84/22/135 +f 92/23/162 91/23/140 83/22/161 +f 84/22/141 83/22/161 91/23/140 +f 85/22/146 92/23/159 94/23/144 +f 92/23/159 85/22/146 83/22/160 +f 94/23/148 92/23/162 85/22/150 +f 83/22/161 85/22/150 92/23/162 +f 98/23/153 88/22/163 90/22/154 +f 88/22/163 98/23/153 95/23/164 +f 90/22/158 88/22/165 98/23/155 +f 95/23/166 98/23/155 88/22/165 +f 86/22/137 95/23/164 93/23/138 +f 95/23/164 86/22/137 88/22/163 +f 93/23/142 95/23/166 86/22/139 +f 88/22/165 86/22/139 95/23/166 +f 89/22/152 96/23/143 97/23/151 +f 96/23/143 89/22/152 87/22/145 +f 97/23/157 96/23/149 89/22/156 +f 87/22/147 89/22/156 96/23/149 +f 101/22/167 100/22/168 99/22/167 +f 100/22/168 101/22/167 102/22/168 +f 99/22/169 100/22/170 101/22/169 +f 102/22/170 101/22/169 100/22/170 +f 99/22/171 104/25/172 103/24/171 +f 104/25/172 99/22/171 105/25/172 +f 105/25/172 99/22/171 100/22/171 +f 105/25/172 100/22/171 106/24/171 +f 103/24/173 104/25/174 99/22/173 +f 105/25/174 99/22/173 104/25/174 +f 100/22/173 99/22/173 105/25/174 +f 106/24/173 100/22/173 105/25/174 +f 108/25/175 101/22/173 107/24/173 +f 101/22/173 108/25/175 109/25/175 +f 101/22/173 109/25/175 102/22/173 +f 102/22/173 109/25/175 110/24/173 +f 107/24/171 101/22/171 108/25/176 +f 109/25/176 108/25/176 101/22/171 +f 102/22/171 109/25/176 101/22/171 +f 110/24/171 109/25/176 102/22/171 +f 101/22/167 103/24/177 107/24/177 +f 103/24/177 101/22/167 99/22/167 +f 107/24/178 103/24/178 101/22/169 +f 99/22/169 101/22/169 103/24/178 +f 100/22/168 110/24/179 106/24/179 +f 110/24/179 100/22/168 102/22/168 +f 106/24/180 110/24/180 100/22/170 +f 102/22/170 100/22/170 110/24/180 +f 113/23/182 112/23/181 111/23/181 +f 112/23/181 113/23/182 114/23/182 +f 111/23/184 112/23/184 113/23/183 +f 114/23/183 113/23/183 112/23/184 +f 111/23/181 104/25/172 105/25/172 +f 104/25/172 111/23/181 112/23/181 +f 105/25/174 104/25/174 111/23/184 +f 112/23/184 111/23/184 104/25/174 +f 109/25/175 114/23/182 113/23/182 +f 114/23/182 109/25/175 108/25/175 +f 113/23/183 114/23/183 109/25/176 +f 108/25/176 109/25/176 114/23/183 +f 108/25/185 112/23/185 114/23/185 +f 112/23/185 108/25/185 104/25/185 +f 104/25/185 108/25/185 107/24/177 +f 104/25/185 107/24/177 103/24/177 +f 114/23/186 112/23/186 108/25/186 +f 104/25/186 108/25/186 112/23/186 +f 107/24/178 108/25/186 104/25/186 +f 103/24/178 107/24/178 104/25/186 +f 105/25/187 113/23/187 111/23/187 +f 113/23/187 105/25/187 109/25/187 +f 109/25/187 105/25/187 106/24/179 +f 109/25/187 106/24/179 110/24/179 +f 111/23/188 113/23/188 105/25/188 +f 109/25/188 105/25/188 113/23/188 +f 106/24/180 105/25/188 109/25/188 +f 110/24/180 106/24/180 109/25/188 +f 117/22/20 116/22/20 115/22/20 +f 116/22/20 117/22/20 118/22/20 +f 118/22/20 117/22/20 119/22/20 +f 118/22/20 119/22/20 120/22/20 +f 120/22/20 119/22/20 121/22/20 +f 120/22/20 121/22/20 122/22/20 +f 115/22/19 116/22/19 117/22/19 +f 118/22/19 117/22/19 116/22/19 +f 119/22/19 117/22/19 118/22/19 +f 120/22/19 119/22/19 118/22/19 +f 121/22/19 119/22/19 120/22/19 +f 122/22/19 121/22/19 120/22/19 +f 125/23/19 124/23/19 123/23/19 +f 124/23/19 125/23/19 126/23/19 +f 126/23/19 125/23/19 127/23/19 +f 126/23/19 127/23/19 128/23/19 +f 128/23/19 127/23/19 129/23/19 +f 128/23/19 129/23/19 130/23/19 +f 123/23/20 124/23/20 125/23/20 +f 126/23/20 125/23/20 124/23/20 +f 127/23/20 125/23/20 126/23/20 +f 128/23/20 127/23/20 126/23/20 +f 129/23/20 127/23/20 128/23/20 +f 130/23/20 129/23/20 128/23/20 +f 129/23/153 121/22/152 130/23/151 +f 121/22/152 129/23/153 122/22/154 +f 130/23/157 121/22/156 129/23/155 +f 122/22/158 129/23/155 121/22/156 +f 118/22/137 127/23/164 125/23/138 +f 127/23/164 118/22/137 120/22/163 +f 125/23/142 127/23/166 118/22/139 +f 120/22/165 118/22/139 127/23/166 +f 118/22/137 123/23/136 116/22/135 +f 123/23/136 118/22/137 125/23/138 +f 116/22/141 123/23/140 118/22/139 +f 125/23/142 118/22/139 123/23/140 +f 117/22/146 124/23/159 126/23/144 +f 124/23/159 117/22/146 115/22/160 +f 126/23/148 124/23/162 117/22/150 +f 115/22/161 117/22/150 124/23/162 +f 119/22/145 126/23/144 128/23/143 +f 126/23/144 119/22/145 117/22/146 +f 128/23/149 126/23/148 119/22/147 +f 117/22/150 119/22/147 126/23/148 +f 115/22/160 123/23/136 124/23/159 +f 123/23/136 115/22/160 116/22/135 +f 124/23/162 123/23/140 115/22/161 +f 116/22/141 115/22/161 123/23/140 +f 121/22/152 128/23/143 130/23/151 +f 128/23/143 121/22/152 119/22/145 +f 130/23/157 128/23/149 121/22/156 +f 119/22/147 121/22/156 128/23/149 +f 129/23/153 120/22/163 122/22/154 +f 120/22/163 129/23/153 127/23/164 +f 122/22/158 120/22/165 129/23/155 +f 127/23/166 129/23/155 120/22/165 +f 133/26/19 132/26/19 131/26/19 +f 132/26/19 133/26/19 134/26/19 +f 134/26/19 133/26/19 135/26/19 +f 134/26/19 135/26/19 136/26/19 +f 136/26/19 135/26/19 137/26/19 +f 136/26/19 137/26/19 138/26/19 +f 131/26/20 132/26/20 133/26/20 +f 134/26/20 133/26/20 132/26/20 +f 135/26/20 133/26/20 134/26/20 +f 136/26/20 135/26/20 134/26/20 +f 137/26/20 135/26/20 136/26/20 +f 138/26/20 137/26/20 136/26/20 +f 141/27/20 140/27/20 139/27/20 +f 140/27/20 141/27/20 142/27/20 +f 142/27/20 141/27/20 143/27/20 +f 142/27/20 143/27/20 144/27/20 +f 144/27/20 143/27/20 145/27/20 +f 144/27/20 145/27/20 146/27/20 +f 139/27/19 140/27/19 141/27/19 +f 142/27/19 141/27/19 140/27/19 +f 143/27/19 141/27/19 142/27/19 +f 144/27/19 143/27/19 142/27/19 +f 145/27/19 143/27/19 144/27/19 +f 146/27/19 145/27/19 144/27/19 +f 143/27/189 134/26/190 136/26/189 +f 134/26/190 143/27/189 141/27/190 +f 136/26/191 134/26/192 143/27/191 +f 141/27/192 143/27/191 134/26/192 +f 145/27/193 136/26/189 138/26/193 +f 136/26/189 145/27/193 143/27/189 +f 138/26/194 136/26/191 145/27/194 +f 143/27/191 145/27/194 136/26/191 +f 137/26/195 145/27/193 138/26/193 +f 145/27/193 137/26/195 146/27/195 +f 138/26/194 145/27/194 137/26/196 +f 146/27/196 137/26/196 145/27/194 +f 135/26/192 146/27/195 137/26/195 +f 146/27/195 135/26/192 144/27/192 +f 137/26/196 146/27/196 135/26/190 +f 144/27/190 135/26/190 146/27/196 +f 142/27/191 135/26/192 133/26/191 +f 135/26/192 142/27/191 144/27/192 +f 133/26/189 135/26/190 142/27/189 +f 144/27/190 142/27/189 135/26/190 +f 142/27/191 131/26/194 140/27/194 +f 131/26/194 142/27/191 133/26/191 +f 140/27/193 131/26/193 142/27/189 +f 133/26/189 142/27/189 131/26/193 +f 140/27/194 132/26/196 139/27/196 +f 132/26/196 140/27/194 131/26/194 +f 139/27/195 132/26/195 140/27/193 +f 131/26/193 140/27/193 132/26/195 +f 139/27/196 134/26/190 141/27/190 +f 134/26/190 139/27/196 132/26/196 +f 141/27/192 134/26/192 139/27/195 +f 132/26/195 139/27/195 134/26/192 +f 149/26/19 148/26/19 147/26/19 +f 148/26/19 149/26/19 150/26/19 +f 150/26/19 149/26/19 151/26/19 +f 150/26/19 151/26/19 152/26/19 +f 152/26/19 151/26/19 153/26/19 +f 152/26/19 153/26/19 154/26/19 +f 147/26/20 148/26/20 149/26/20 +f 150/26/20 149/26/20 148/26/20 +f 151/26/20 149/26/20 150/26/20 +f 152/26/20 151/26/20 150/26/20 +f 153/26/20 151/26/20 152/26/20 +f 154/26/20 153/26/20 152/26/20 +f 157/27/20 156/27/20 155/27/20 +f 156/27/20 157/27/20 158/27/20 +f 158/27/20 157/27/20 159/27/20 +f 158/27/20 159/27/20 160/27/20 +f 160/27/20 159/27/20 161/27/20 +f 160/27/20 161/27/20 162/27/20 +f 155/27/19 156/27/19 157/27/19 +f 158/27/19 157/27/19 156/27/19 +f 159/27/19 157/27/19 158/27/19 +f 160/27/19 159/27/19 158/27/19 +f 161/27/19 159/27/19 160/27/19 +f 162/27/19 161/27/19 160/27/19 +f 159/27/189 150/26/190 152/26/189 +f 150/26/190 159/27/189 157/27/190 +f 152/26/191 150/26/192 159/27/191 +f 157/27/192 159/27/191 150/26/192 +f 161/27/193 152/26/189 154/26/193 +f 152/26/189 161/27/193 159/27/189 +f 154/26/194 152/26/191 161/27/194 +f 159/27/191 161/27/194 152/26/191 +f 153/26/195 161/27/193 154/26/193 +f 161/27/193 153/26/195 162/27/195 +f 154/26/194 161/27/194 153/26/196 +f 162/27/196 153/26/196 161/27/194 +f 151/26/192 162/27/195 153/26/195 +f 162/27/195 151/26/192 160/27/192 +f 153/26/196 162/27/196 151/26/190 +f 160/27/190 151/26/190 162/27/196 +f 158/27/191 151/26/192 149/26/191 +f 151/26/192 158/27/191 160/27/192 +f 149/26/189 151/26/190 158/27/189 +f 160/27/190 158/27/189 151/26/190 +f 158/27/191 147/26/194 156/27/194 +f 147/26/194 158/27/191 149/26/191 +f 156/27/193 147/26/193 158/27/189 +f 149/26/189 158/27/189 147/26/193 +f 156/27/194 148/26/196 155/27/196 +f 148/26/196 156/27/194 147/26/194 +f 155/27/195 148/26/195 156/27/193 +f 147/26/193 156/27/193 148/26/195 +f 155/27/196 150/26/190 157/27/190 +f 150/26/190 155/27/196 148/26/196 +f 157/27/192 150/26/192 155/27/195 +f 148/26/195 155/27/195 150/26/192 + +g gate-door-window + + + + +usemtl colormap + +f 3/2/2 2/1/1 1/1/1 +f 2/1/1 3/2/2 4/2/2 +f 1/1/4 2/1/4 3/2/3 +f 4/2/3 3/2/3 2/1/4 +f 7/4/6 6/3/5 5/3/5 +f 6/3/5 7/4/6 8/4/6 +f 5/3/8 6/3/8 7/4/7 +f 8/4/7 7/4/7 6/3/8 +f 5/3/5 10/5/9 9/5/9 +f 10/5/9 5/3/5 6/3/5 +f 9/5/10 10/5/10 5/3/8 +f 6/3/8 5/3/8 10/5/10 +f 8/4/6 12/6/11 11/6/11 +f 12/6/11 8/4/6 7/4/6 +f 11/6/12 12/6/12 8/4/7 +f 7/4/7 8/4/7 12/6/12 +f 9/5/9 14/2/13 13/2/13 +f 14/2/13 9/5/9 10/5/9 +f 13/2/14 14/2/14 9/5/10 +f 10/5/10 9/5/10 14/2/14 +f 17/7/15 16/6/16 15/7/15 +f 16/6/16 17/7/15 18/6/16 +f 15/7/17 16/6/18 17/7/17 +f 18/6/18 17/7/17 16/6/18 +f 19/8/19 17/7/15 15/7/15 +f 17/7/15 19/8/19 20/8/19 +f 15/7/17 17/7/17 19/8/20 +f 20/8/20 19/8/20 17/7/17 +f 18/6/16 21/4/21 16/6/16 +f 21/4/21 18/6/16 22/4/21 +f 16/6/18 21/4/22 18/6/18 +f 22/4/22 18/6/18 21/4/22 +f 23/5/23 4/2/2 3/2/2 +f 4/2/2 23/5/23 24/5/23 +f 3/2/3 4/2/3 23/5/24 +f 24/5/24 23/5/24 4/2/3 +f 25/3/25 24/5/23 23/5/23 +f 24/5/23 25/3/25 26/3/25 +f 23/5/24 24/5/24 25/3/26 +f 26/3/26 25/3/26 24/5/24 +f 28/7/27 19/8/19 27/7/27 +f 19/8/19 28/7/27 20/8/19 +f 27/7/28 19/8/20 28/7/28 +f 20/8/20 28/7/28 19/8/20 +f 12/6/11 27/7/27 11/6/11 +f 27/7/27 12/6/11 28/7/27 +f 11/6/12 27/7/28 12/6/12 +f 28/7/28 12/6/12 27/7/28 +f 21/4/21 26/3/25 25/3/25 +f 26/3/25 21/4/21 22/4/21 +f 25/3/26 26/3/26 21/4/22 +f 22/4/22 21/4/22 26/3/26 +f 31/10/31 30/9/30 29/9/29 +f 30/9/30 31/10/31 32/10/32 +f 29/9/35 30/9/34 31/10/33 +f 32/10/36 31/10/33 30/9/34 +f 35/12/39 34/11/38 33/11/37 +f 34/11/38 35/12/39 36/12/40 +f 33/11/43 34/11/42 35/12/41 +f 36/12/44 35/12/41 34/11/42 +f 39/10/47 38/13/46 37/10/45 +f 38/13/46 39/10/47 40/13/48 +f 37/10/51 38/13/50 39/10/49 +f 40/13/52 39/10/49 38/13/50 +f 40/13/48 41/14/53 38/13/46 +f 41/14/53 40/13/48 42/14/54 +f 38/13/50 41/14/55 40/13/52 +f 42/14/56 40/13/52 41/14/55 +f 45/14/59 44/13/58 43/13/57 +f 44/13/58 45/14/59 46/14/60 +f 43/13/63 44/13/62 45/14/61 +f 46/14/64 45/14/61 44/13/62 +f 49/12/67 48/11/66 47/11/65 +f 48/11/66 49/12/67 50/12/68 +f 47/11/71 48/11/70 49/12/69 +f 50/12/72 49/12/69 48/11/70 +f 42/14/54 51/15/73 41/14/53 +f 51/15/73 42/14/54 52/15/74 +f 41/14/55 51/15/75 42/14/56 +f 52/15/76 42/14/56 51/15/75 +f 43/13/57 32/10/32 31/10/31 +f 32/10/32 43/13/57 44/13/58 +f 31/10/33 32/10/36 43/13/63 +f 44/13/62 43/13/63 32/10/36 +f 29/9/29 50/12/68 49/12/67 +f 50/12/68 29/9/29 30/9/30 +f 49/12/69 50/12/72 29/9/35 +f 30/9/34 29/9/35 50/12/72 +f 53/9/77 36/12/40 35/12/39 +f 36/12/40 53/9/77 54/9/78 +f 35/12/41 36/12/44 53/9/79 +f 54/9/80 53/9/79 36/12/44 +f 39/10/47 54/9/78 53/9/77 +f 54/9/78 39/10/47 37/10/45 +f 53/9/79 54/9/80 39/10/49 +f 37/10/51 39/10/49 54/9/80 +f 52/15/74 45/14/59 51/15/73 +f 45/14/59 52/15/74 46/14/60 +f 51/15/75 45/14/61 52/15/76 +f 46/14/64 52/15/76 45/14/61 +f 41/14/53 55/16/81 38/13/46 +f 55/16/81 41/14/53 56/17/82 +f 38/13/50 55/16/83 41/14/55 +f 56/17/84 41/14/55 55/16/83 +f 31/10/31 58/19/86 57/18/85 +f 58/19/86 31/10/31 29/9/29 +f 57/18/88 58/19/87 31/10/33 +f 29/9/35 31/10/33 58/19/87 +f 34/11/38 60/20/90 59/1/89 +f 60/20/90 34/11/38 36/12/40 +f 59/1/92 60/20/91 34/11/42 +f 36/12/44 34/11/42 60/20/91 +f 61/1/93 35/12/39 33/11/37 +f 35/12/39 61/1/93 62/20/94 +f 33/11/43 35/12/41 61/1/95 +f 62/20/96 61/1/95 35/12/41 +f 38/13/46 63/18/97 37/10/45 +f 63/18/97 38/13/46 55/16/81 +f 37/10/51 63/18/98 38/13/50 +f 55/16/83 38/13/50 63/18/98 +f 64/17/99 52/15/74 42/14/54 +f 52/15/74 64/17/99 65/21/100 +f 42/14/56 52/15/76 64/17/101 +f 65/21/102 64/17/101 52/15/76 +f 66/16/103 42/14/54 40/13/48 +f 42/14/54 66/16/103 64/17/99 +f 40/13/52 42/14/56 66/16/104 +f 64/17/101 66/16/104 42/14/56 +f 43/13/57 57/18/85 67/16/105 +f 57/18/85 43/13/57 31/10/31 +f 67/16/106 57/18/88 43/13/63 +f 31/10/33 43/13/63 57/18/88 +f 51/15/73 56/17/82 41/14/53 +f 56/17/82 51/15/73 68/21/107 +f 41/14/55 56/17/84 51/15/75 +f 68/21/108 51/15/75 56/17/84 +f 29/9/29 69/20/109 58/19/86 +f 69/20/109 29/9/29 49/12/67 +f 58/19/87 69/20/110 29/9/35 +f 49/12/69 29/9/35 69/20/110 +f 37/10/45 70/19/111 54/9/78 +f 70/19/111 37/10/45 63/18/97 +f 54/9/80 70/19/112 37/10/51 +f 63/18/98 37/10/51 70/19/112 +f 45/14/59 67/16/105 71/17/113 +f 67/16/105 45/14/59 43/13/57 +f 71/17/114 67/16/106 45/14/61 +f 43/13/63 45/14/61 67/16/106 +f 49/12/67 72/1/115 69/20/109 +f 72/1/115 49/12/67 47/11/65 +f 69/20/110 72/1/116 49/12/69 +f 47/11/71 49/12/69 72/1/116 +f 62/20/94 53/9/77 35/12/39 +f 53/9/77 62/20/94 73/19/117 +f 35/12/41 53/9/79 62/20/96 +f 73/19/118 62/20/96 53/9/79 +f 54/9/78 60/20/90 36/12/40 +f 60/20/90 54/9/78 70/19/111 +f 36/12/44 60/20/91 54/9/80 +f 70/19/112 54/9/80 60/20/91 +f 73/19/117 39/10/47 53/9/77 +f 39/10/47 73/19/117 74/18/119 +f 53/9/79 39/10/49 73/19/118 +f 74/18/120 73/19/118 39/10/49 +f 74/18/119 40/13/48 39/10/47 +f 40/13/48 74/18/119 66/16/103 +f 39/10/49 40/13/52 74/18/120 +f 66/16/104 74/18/120 40/13/52 +f 76/18/122 44/13/58 75/16/121 +f 44/13/58 76/18/122 32/10/32 +f 75/16/124 44/13/62 76/18/123 +f 32/10/36 76/18/123 44/13/62 +f 75/16/121 46/14/60 77/17/125 +f 46/14/60 75/16/121 44/13/58 +f 77/17/126 46/14/64 75/16/124 +f 44/13/62 75/16/124 46/14/64 +f 51/15/73 71/17/113 68/21/107 +f 71/17/113 51/15/73 45/14/59 +f 68/21/108 71/17/114 51/15/75 +f 45/14/61 51/15/75 71/17/114 +f 78/19/127 32/10/32 76/18/122 +f 32/10/32 78/19/127 30/9/30 +f 76/18/123 32/10/36 78/19/128 +f 30/9/34 78/19/128 32/10/36 +f 65/21/100 46/14/60 52/15/74 +f 46/14/60 65/21/100 77/17/125 +f 52/15/76 46/14/64 65/21/102 +f 77/17/126 65/21/102 46/14/64 +f 79/20/129 30/9/30 78/19/127 +f 30/9/30 79/20/129 50/12/68 +f 78/19/128 30/9/34 79/20/130 +f 50/12/72 79/20/130 30/9/34 +f 33/11/37 59/1/4 61/1/4 +f 59/1/4 33/11/37 34/11/38 +f 61/1/1 59/1/1 33/11/43 +f 34/11/42 33/11/43 59/1/1 +f 81/1/132 13/2/131 80/1/131 +f 13/2/131 81/1/132 78/19/127 +f 78/19/127 81/1/132 79/20/129 +f 78/19/127 9/5/131 13/2/131 +f 76/18/122 9/5/131 78/19/127 +f 76/18/122 5/3/131 9/5/131 +f 76/18/122 7/4/131 5/3/131 +f 75/16/121 7/4/131 76/18/122 +f 75/16/121 12/6/131 7/4/131 +f 77/17/125 12/6/131 75/16/121 +f 77/17/125 28/7/131 12/6/131 +f 65/21/100 28/7/131 77/17/125 +f 65/21/100 20/8/131 28/7/131 +f 65/21/100 17/7/131 20/8/131 +f 64/17/99 17/7/131 65/21/100 +f 64/17/99 18/6/131 17/7/131 +f 66/16/103 18/6/131 64/17/99 +f 66/16/103 22/4/131 18/6/131 +f 66/16/103 26/3/131 22/4/131 +f 74/18/119 26/3/131 66/16/103 +f 74/18/119 24/5/131 26/3/131 +f 73/19/117 24/5/131 74/18/119 +f 73/19/117 4/2/131 24/5/131 +f 73/19/117 2/1/131 4/2/131 +f 62/20/94 2/1/131 73/19/117 +f 2/1/131 62/20/94 61/1/93 +f 80/1/134 13/2/134 81/1/133 +f 78/19/128 81/1/133 13/2/134 +f 79/20/130 81/1/133 78/19/128 +f 13/2/134 9/5/134 78/19/128 +f 78/19/128 9/5/134 76/18/123 +f 9/5/134 5/3/134 76/18/123 +f 5/3/134 7/4/134 76/18/123 +f 76/18/123 7/4/134 75/16/124 +f 7/4/134 12/6/134 75/16/124 +f 75/16/124 12/6/134 77/17/126 +f 12/6/134 28/7/134 77/17/126 +f 77/17/126 28/7/134 65/21/102 +f 28/7/134 20/8/134 65/21/102 +f 20/8/134 17/7/134 65/21/102 +f 65/21/102 17/7/134 64/17/101 +f 17/7/134 18/6/134 64/17/101 +f 64/17/101 18/6/134 66/16/104 +f 18/6/134 22/4/134 66/16/104 +f 22/4/134 26/3/134 66/16/104 +f 66/16/104 26/3/134 74/18/120 +f 26/3/134 24/5/134 74/18/120 +f 74/18/120 24/5/134 73/19/118 +f 24/5/134 4/2/134 73/19/118 +f 4/2/134 2/1/134 73/19/118 +f 73/19/118 2/1/134 62/20/96 +f 61/1/95 62/20/96 2/1/134 +f 72/1/115 58/19/86 69/20/109 +f 82/1/134 58/19/86 72/1/115 +f 14/2/134 58/19/86 82/1/134 +f 10/5/134 58/19/86 14/2/134 +f 10/5/134 57/18/85 58/19/86 +f 6/3/134 57/18/85 10/5/134 +f 8/4/134 57/18/85 6/3/134 +f 8/4/134 67/16/105 57/18/85 +f 11/6/134 67/16/105 8/4/134 +f 11/6/134 71/17/113 67/16/105 +f 27/7/134 71/17/113 11/6/134 +f 19/8/134 71/17/113 27/7/134 +f 19/8/134 68/21/107 71/17/113 +f 15/7/134 68/21/107 19/8/134 +f 15/7/134 56/17/82 68/21/107 +f 16/6/134 56/17/82 15/7/134 +f 16/6/134 55/16/81 56/17/82 +f 21/4/134 55/16/81 16/6/134 +f 25/3/134 55/16/81 21/4/134 +f 25/3/134 63/18/97 55/16/81 +f 23/5/134 63/18/97 25/3/134 +f 23/5/134 70/19/111 63/18/97 +f 70/19/111 23/5/134 3/2/134 +f 1/1/134 70/19/111 3/2/134 +f 1/1/134 60/20/90 70/19/111 +f 60/20/90 1/1/134 59/1/89 +f 69/20/110 58/19/87 72/1/116 +f 72/1/116 58/19/87 82/1/131 +f 82/1/131 58/19/87 14/2/131 +f 14/2/131 58/19/87 10/5/131 +f 58/19/87 57/18/88 10/5/131 +f 10/5/131 57/18/88 6/3/131 +f 6/3/131 57/18/88 8/4/131 +f 57/18/88 67/16/106 8/4/131 +f 8/4/131 67/16/106 11/6/131 +f 67/16/106 71/17/114 11/6/131 +f 11/6/131 71/17/114 27/7/131 +f 27/7/131 71/17/114 19/8/131 +f 71/17/114 68/21/108 19/8/131 +f 19/8/131 68/21/108 15/7/131 +f 68/21/108 56/17/84 15/7/131 +f 15/7/131 56/17/84 16/6/131 +f 56/17/84 55/16/83 16/6/131 +f 16/6/131 55/16/83 21/4/131 +f 21/4/131 55/16/83 25/3/131 +f 55/16/83 63/18/98 25/3/131 +f 25/3/131 63/18/98 23/5/131 +f 63/18/98 70/19/112 23/5/131 +f 3/2/131 23/5/131 70/19/112 +f 3/2/131 70/19/112 1/1/131 +f 70/19/112 60/20/91 1/1/131 +f 59/1/92 1/1/131 60/20/91 +f 13/2/13 82/1/4 80/1/4 +f 82/1/4 13/2/13 14/2/13 +f 80/1/1 82/1/1 13/2/14 +f 14/2/14 13/2/14 82/1/1 +f 47/11/65 81/1/1 72/1/1 +f 81/1/1 47/11/65 48/11/66 +f 72/1/4 81/1/4 47/11/71 +f 48/11/70 47/11/71 81/1/4 +f 81/1/132 50/12/68 79/20/129 +f 50/12/68 81/1/132 48/11/66 +f 79/20/130 50/12/72 81/1/133 +f 48/11/70 81/1/133 50/12/72 +f 85/22/20 84/22/20 83/22/20 +f 84/22/20 85/22/20 86/22/20 +f 86/22/20 85/22/20 87/22/20 +f 86/22/20 87/22/20 88/22/20 +f 88/22/20 87/22/20 89/22/20 +f 88/22/20 89/22/20 90/22/20 +f 83/22/19 84/22/19 85/22/19 +f 86/22/19 85/22/19 84/22/19 +f 87/22/19 85/22/19 86/22/19 +f 88/22/19 87/22/19 86/22/19 +f 89/22/19 87/22/19 88/22/19 +f 90/22/19 89/22/19 88/22/19 +f 93/23/19 92/23/19 91/23/19 +f 92/23/19 93/23/19 94/23/19 +f 94/23/19 93/23/19 95/23/19 +f 94/23/19 95/23/19 96/23/19 +f 96/23/19 95/23/19 97/23/19 +f 97/23/19 95/23/19 98/23/19 +f 91/23/20 92/23/20 93/23/20 +f 94/23/20 93/23/20 92/23/20 +f 95/23/20 93/23/20 94/23/20 +f 96/23/20 95/23/20 94/23/20 +f 97/23/20 95/23/20 96/23/20 +f 98/23/20 95/23/20 97/23/20 +f 86/22/137 91/23/136 84/22/135 +f 91/23/136 86/22/137 93/23/138 +f 84/22/141 91/23/140 86/22/139 +f 93/23/142 86/22/139 91/23/140 +f 87/22/145 94/23/144 96/23/143 +f 94/23/144 87/22/145 85/22/146 +f 96/23/149 94/23/148 87/22/147 +f 85/22/150 87/22/147 94/23/148 +f 98/23/153 89/22/152 97/23/151 +f 89/22/152 98/23/153 90/22/154 +f 97/23/157 89/22/156 98/23/155 +f 90/22/158 98/23/155 89/22/156 +f 83/22/160 91/23/136 92/23/159 +f 91/23/136 83/22/160 84/22/135 +f 92/23/162 91/23/140 83/22/161 +f 84/22/141 83/22/161 91/23/140 +f 85/22/146 92/23/159 94/23/144 +f 92/23/159 85/22/146 83/22/160 +f 94/23/148 92/23/162 85/22/150 +f 83/22/161 85/22/150 92/23/162 +f 98/23/153 88/22/163 90/22/154 +f 88/22/163 98/23/153 95/23/164 +f 90/22/158 88/22/165 98/23/155 +f 95/23/166 98/23/155 88/22/165 +f 86/22/137 95/23/164 93/23/138 +f 95/23/164 86/22/137 88/22/163 +f 93/23/142 95/23/166 86/22/139 +f 88/22/165 86/22/139 95/23/166 +f 89/22/152 96/23/143 97/23/151 +f 96/23/143 89/22/152 87/22/145 +f 97/23/157 96/23/149 89/22/156 +f 87/22/147 89/22/156 96/23/149 +f 101/22/167 100/22/168 99/22/167 +f 100/22/168 101/22/167 102/22/168 +f 99/22/169 100/22/170 101/22/169 +f 102/22/170 101/22/169 100/22/170 +f 99/22/171 104/25/172 103/24/171 +f 104/25/172 99/22/171 105/25/172 +f 105/25/172 99/22/171 100/22/171 +f 105/25/172 100/22/171 106/24/171 +f 103/24/173 104/25/174 99/22/173 +f 105/25/174 99/22/173 104/25/174 +f 100/22/173 99/22/173 105/25/174 +f 106/24/173 100/22/173 105/25/174 +f 108/25/175 101/22/173 107/24/173 +f 101/22/173 108/25/175 109/25/175 +f 101/22/173 109/25/175 102/22/173 +f 102/22/173 109/25/175 110/24/173 +f 107/24/171 101/22/171 108/25/176 +f 109/25/176 108/25/176 101/22/171 +f 102/22/171 109/25/176 101/22/171 +f 110/24/171 109/25/176 102/22/171 +f 101/22/167 103/24/177 107/24/177 +f 103/24/177 101/22/167 99/22/167 +f 107/24/178 103/24/178 101/22/169 +f 99/22/169 101/22/169 103/24/178 +f 100/22/168 110/24/179 106/24/179 +f 110/24/179 100/22/168 102/22/168 +f 106/24/180 110/24/180 100/22/170 +f 102/22/170 100/22/170 110/24/180 +f 113/23/182 112/23/181 111/23/181 +f 112/23/181 113/23/182 114/23/182 +f 111/23/184 112/23/184 113/23/183 +f 114/23/183 113/23/183 112/23/184 +f 111/23/181 104/25/172 105/25/172 +f 104/25/172 111/23/181 112/23/181 +f 105/25/174 104/25/174 111/23/184 +f 112/23/184 111/23/184 104/25/174 +f 109/25/175 114/23/182 113/23/182 +f 114/23/182 109/25/175 108/25/175 +f 113/23/183 114/23/183 109/25/176 +f 108/25/176 109/25/176 114/23/183 +f 108/25/185 112/23/185 114/23/185 +f 112/23/185 108/25/185 104/25/185 +f 104/25/185 108/25/185 107/24/177 +f 104/25/185 107/24/177 103/24/177 +f 114/23/186 112/23/186 108/25/186 +f 104/25/186 108/25/186 112/23/186 +f 107/24/178 108/25/186 104/25/186 +f 103/24/178 107/24/178 104/25/186 +f 105/25/187 113/23/187 111/23/187 +f 113/23/187 105/25/187 109/25/187 +f 109/25/187 105/25/187 106/24/179 +f 109/25/187 106/24/179 110/24/179 +f 111/23/188 113/23/188 105/25/188 +f 109/25/188 105/25/188 113/23/188 +f 106/24/180 105/25/188 109/25/188 +f 110/24/180 106/24/180 109/25/188 +f 117/22/20 116/22/20 115/22/20 +f 116/22/20 117/22/20 118/22/20 +f 118/22/20 117/22/20 119/22/20 +f 118/22/20 119/22/20 120/22/20 +f 120/22/20 119/22/20 121/22/20 +f 120/22/20 121/22/20 122/22/20 +f 115/22/19 116/22/19 117/22/19 +f 118/22/19 117/22/19 116/22/19 +f 119/22/19 117/22/19 118/22/19 +f 120/22/19 119/22/19 118/22/19 +f 121/22/19 119/22/19 120/22/19 +f 122/22/19 121/22/19 120/22/19 +f 125/23/19 124/23/19 123/23/19 +f 124/23/19 125/23/19 126/23/19 +f 126/23/19 125/23/19 127/23/19 +f 126/23/19 127/23/19 128/23/19 +f 128/23/19 127/23/19 129/23/19 +f 128/23/19 129/23/19 130/23/19 +f 123/23/20 124/23/20 125/23/20 +f 126/23/20 125/23/20 124/23/20 +f 127/23/20 125/23/20 126/23/20 +f 128/23/20 127/23/20 126/23/20 +f 129/23/20 127/23/20 128/23/20 +f 130/23/20 129/23/20 128/23/20 +f 129/23/153 121/22/152 130/23/151 +f 121/22/152 129/23/153 122/22/154 +f 130/23/157 121/22/156 129/23/155 +f 122/22/158 129/23/155 121/22/156 +f 118/22/137 127/23/164 125/23/138 +f 127/23/164 118/22/137 120/22/163 +f 125/23/142 127/23/166 118/22/139 +f 120/22/165 118/22/139 127/23/166 +f 118/22/137 123/23/136 116/22/135 +f 123/23/136 118/22/137 125/23/138 +f 116/22/141 123/23/140 118/22/139 +f 125/23/142 118/22/139 123/23/140 +f 117/22/146 124/23/159 126/23/144 +f 124/23/159 117/22/146 115/22/160 +f 126/23/148 124/23/162 117/22/150 +f 115/22/161 117/22/150 124/23/162 +f 119/22/145 126/23/144 128/23/143 +f 126/23/144 119/22/145 117/22/146 +f 128/23/149 126/23/148 119/22/147 +f 117/22/150 119/22/147 126/23/148 +f 115/22/160 123/23/136 124/23/159 +f 123/23/136 115/22/160 116/22/135 +f 124/23/162 123/23/140 115/22/161 +f 116/22/141 115/22/161 123/23/140 +f 121/22/152 128/23/143 130/23/151 +f 128/23/143 121/22/152 119/22/145 +f 130/23/157 128/23/149 121/22/156 +f 119/22/147 121/22/156 128/23/149 +f 129/23/153 120/22/163 122/22/154 +f 120/22/163 129/23/153 127/23/164 +f 122/22/158 120/22/165 129/23/155 +f 127/23/166 129/23/155 120/22/165 +f 133/26/19 132/26/19 131/26/19 +f 132/26/19 133/26/19 134/26/19 +f 134/26/19 133/26/19 135/26/19 +f 134/26/19 135/26/19 136/26/19 +f 136/26/19 135/26/19 137/26/19 +f 136/26/19 137/26/19 138/26/19 +f 131/26/20 132/26/20 133/26/20 +f 134/26/20 133/26/20 132/26/20 +f 135/26/20 133/26/20 134/26/20 +f 136/26/20 135/26/20 134/26/20 +f 137/26/20 135/26/20 136/26/20 +f 138/26/20 137/26/20 136/26/20 +f 141/27/20 140/27/20 139/27/20 +f 140/27/20 141/27/20 142/27/20 +f 142/27/20 141/27/20 143/27/20 +f 142/27/20 143/27/20 144/27/20 +f 144/27/20 143/27/20 145/27/20 +f 144/27/20 145/27/20 146/27/20 +f 139/27/19 140/27/19 141/27/19 +f 142/27/19 141/27/19 140/27/19 +f 143/27/19 141/27/19 142/27/19 +f 144/27/19 143/27/19 142/27/19 +f 145/27/19 143/27/19 144/27/19 +f 146/27/19 145/27/19 144/27/19 +f 143/27/189 134/26/190 136/26/189 +f 134/26/190 143/27/189 141/27/190 +f 136/26/191 134/26/192 143/27/191 +f 141/27/192 143/27/191 134/26/192 +f 145/27/193 136/26/189 138/26/193 +f 136/26/189 145/27/193 143/27/189 +f 138/26/194 136/26/191 145/27/194 +f 143/27/191 145/27/194 136/26/191 +f 137/26/195 145/27/193 138/26/193 +f 145/27/193 137/26/195 146/27/195 +f 138/26/194 145/27/194 137/26/196 +f 146/27/196 137/26/196 145/27/194 +f 135/26/192 146/27/195 137/26/195 +f 146/27/195 135/26/192 144/27/192 +f 137/26/196 146/27/196 135/26/190 +f 144/27/190 135/26/190 146/27/196 +f 142/27/191 135/26/192 133/26/191 +f 135/26/192 142/27/191 144/27/192 +f 133/26/189 135/26/190 142/27/189 +f 144/27/190 142/27/189 135/26/190 +f 142/27/191 131/26/194 140/27/194 +f 131/26/194 142/27/191 133/26/191 +f 140/27/193 131/26/193 142/27/189 +f 133/26/189 142/27/189 131/26/193 +f 140/27/194 132/26/196 139/27/196 +f 132/26/196 140/27/194 131/26/194 +f 139/27/195 132/26/195 140/27/193 +f 131/26/193 140/27/193 132/26/195 +f 139/27/196 134/26/190 141/27/190 +f 134/26/190 139/27/196 132/26/196 +f 141/27/192 134/26/192 139/27/195 +f 132/26/195 139/27/195 134/26/192 +f 149/26/19 148/26/19 147/26/19 +f 148/26/19 149/26/19 150/26/19 +f 150/26/19 149/26/19 151/26/19 +f 150/26/19 151/26/19 152/26/19 +f 152/26/19 151/26/19 153/26/19 +f 152/26/19 153/26/19 154/26/19 +f 147/26/20 148/26/20 149/26/20 +f 150/26/20 149/26/20 148/26/20 +f 151/26/20 149/26/20 150/26/20 +f 152/26/20 151/26/20 150/26/20 +f 153/26/20 151/26/20 152/26/20 +f 154/26/20 153/26/20 152/26/20 +f 157/27/20 156/27/20 155/27/20 +f 156/27/20 157/27/20 158/27/20 +f 158/27/20 157/27/20 159/27/20 +f 158/27/20 159/27/20 160/27/20 +f 160/27/20 159/27/20 161/27/20 +f 160/27/20 161/27/20 162/27/20 +f 155/27/19 156/27/19 157/27/19 +f 158/27/19 157/27/19 156/27/19 +f 159/27/19 157/27/19 158/27/19 +f 160/27/19 159/27/19 158/27/19 +f 161/27/19 159/27/19 160/27/19 +f 162/27/19 161/27/19 160/27/19 +f 159/27/189 150/26/190 152/26/189 +f 150/26/190 159/27/189 157/27/190 +f 152/26/191 150/26/192 159/27/191 +f 157/27/192 159/27/191 150/26/192 +f 161/27/193 152/26/189 154/26/193 +f 152/26/189 161/27/193 159/27/189 +f 154/26/194 152/26/191 161/27/194 +f 159/27/191 161/27/194 152/26/191 +f 153/26/195 161/27/193 154/26/193 +f 161/27/193 153/26/195 162/27/195 +f 154/26/194 161/27/194 153/26/196 +f 162/27/196 153/26/196 161/27/194 +f 151/26/192 162/27/195 153/26/195 +f 162/27/195 151/26/192 160/27/192 +f 153/26/196 162/27/196 151/26/190 +f 160/27/190 151/26/190 162/27/196 +f 158/27/191 151/26/192 149/26/191 +f 151/26/192 158/27/191 160/27/192 +f 149/26/189 151/26/190 158/27/189 +f 160/27/190 158/27/189 151/26/190 +f 158/27/191 147/26/194 156/27/194 +f 147/26/194 158/27/191 149/26/191 +f 156/27/193 147/26/193 158/27/189 +f 149/26/189 158/27/189 147/26/193 +f 156/27/194 148/26/196 155/27/196 +f 148/26/196 156/27/194 147/26/194 +f 155/27/195 148/26/195 156/27/193 +f 147/26/193 156/27/193 148/26/195 +f 155/27/196 150/26/190 157/27/190 +f 150/26/190 155/27/196 148/26/196 +f 157/27/192 150/26/192 155/27/195 +f 148/26/195 155/27/195 150/26/192 + +g door + +v 0 0.9259665 -0.375 1 1 1 +v 1.088312 0.9259665 -0.275 1 1 1 +v 0 1.337655 -0.375 1 1 1 +v 1.088312 1.337655 -0.275 1 1 1 +v 1.088312 1.337655 -0.15 1 1 1 +v -1.088312 1.337655 -0.15 1 1 1 +v -1.088312 1.337655 -0.275 1 1 1 +v 1.088312 0.9259665 -0.15 1 1 1 +v -1.088312 0.9259665 -0.15 1 1 1 +v -1.088312 0.9259665 -0.275 1 1 1 +v 0 0.9259665 0.375 1 1 1 +v -1.088312 0.9259665 0.275 1 1 1 +v 0 1.337655 0.375 1 1 1 +v -1.088312 1.337655 0.275 1 1 1 +v -1.088312 1.337655 0.15 1 1 1 +v 1.088312 1.337655 0.15 1 1 1 +v 1.088312 1.337655 0.275 1 1 1 +v -1.088312 0.9259665 0.15 1 1 1 +v 1.088312 0.9259665 0.15 1 1 1 +v 1.088312 0.9259665 0.275 1 1 1 +v -1.088312 0.4116882 -0.1499996 1 1 1 +v 1.088312 0.4116882 -0.1499996 1 1 1 +v -1.088312 2.040245 -0.1499996 1 1 1 +v -0.5 1.680445 -0.1499996 1 1 1 +v -0.5 2.280445 -0.1499996 1 1 1 +v 0.5 1.680445 -0.1499996 1 1 1 +v -1.04363 2.37964 -0.1499996 1 1 1 +v 1.088312 2.040245 -0.1499996 1 1 1 +v -0.3535533 2.633998 -0.1499996 1 1 1 +v 0.5 2.280445 -0.1499996 1 1 1 +v -0.9356925 2.640222 -0.1499996 1 1 1 +v 1.04363 2.37964 -0.1499996 1 1 1 +v 0.3535534 2.633998 -0.1499996 1 1 1 +v 0.9356927 2.640222 -0.1499996 1 1 1 +v 0 2.780445 -0.1499996 1 1 1 +v 0.7639899 2.86399 -0.1499996 1 1 1 +v -0.7639899 2.86399 -0.1499996 1 1 1 +v 0.5402225 3.035693 -0.1499996 1 1 1 +v -0.5402224 3.035693 -0.1499996 1 1 1 +v -0.2796396 3.14363 -0.1499996 1 1 1 +v 0.2796397 3.14363 -0.1499996 1 1 1 +v 0 3.180445 -0.1499996 1 1 1 +v 1.088312 0.4116882 0.1500004 1 1 1 +v -1.088312 0.4116882 0.1500004 1 1 1 +v 1.088312 2.040245 0.1500004 1 1 1 +v 0.5 1.680445 0.1500004 1 1 1 +v 0.5 2.280445 0.1500004 1 1 1 +v -0.5 1.680445 0.1500004 1 1 1 +v 1.04363 2.37964 0.1500004 1 1 1 +v -1.088312 2.040245 0.1500004 1 1 1 +v 0.3535534 2.633998 0.1500004 1 1 1 +v -0.5 2.280445 0.1500004 1 1 1 +v 0.9356927 2.640222 0.1500004 1 1 1 +v -1.04363 2.37964 0.1500004 1 1 1 +v -0.3535533 2.633998 0.1500004 1 1 1 +v -0.9356925 2.640222 0.1500004 1 1 1 +v 0 2.780445 0.1500004 1 1 1 +v 0.7639899 2.86399 0.1500004 1 1 1 +v -0.7639899 2.86399 0.1500004 1 1 1 +v 0.5402225 3.035693 0.1500004 1 1 1 +v -0.5402224 3.035693 0.1500004 1 1 1 +v -0.2796396 3.14363 0.1500004 1 1 1 +v 0.2796397 3.14363 0.1500004 1 1 1 +v 0 3.180445 0.1500004 1 1 1 +v 1.088312 0.4116882 -0.3999996 1 1 1 +v 1.088312 2.040245 -0.3999996 1 1 1 +v -0.5402224 3.035693 -0.3999996 1 1 1 +v -0.7639899 2.86399 -0.3999996 1 1 1 +v 0.5402225 3.035693 -0.3999996 1 1 1 +v 0.2796397 3.14363 -0.3999996 1 1 1 +v -0.9356925 2.640222 -0.3999996 1 1 1 +v 0.9356927 2.640222 -0.3999996 1 1 1 +v 0.7639899 2.86399 -0.3999996 1 1 1 +v 0 3.180445 -0.3999996 1 1 1 +v -0.2796396 3.14363 -0.3999996 1 1 1 +v -1.04363 2.37964 -0.3999996 1 1 1 +v -1.088312 0.4116882 -0.3999996 1 1 1 +v -1.088312 2.040245 -0.3999996 1 1 1 +v 0 3.595685 -0.3999996 1 1 1 +v -0.3871119 3.544721 -0.3999996 1 1 1 +v 0.3871119 3.544721 -0.3999996 1 1 1 +v 0.7478428 3.395302 -0.3999996 1 1 1 +v -0.7478428 3.395302 -0.3999996 1 1 1 +v -1.057609 3.157609 -0.3999996 1 1 1 +v 1.057609 3.157609 -0.3999996 1 1 1 +v -1.295302 2.847843 -0.3999996 1 1 1 +v -1.444721 2.487112 -0.3999996 1 1 1 +v 1.295302 2.847843 -0.3999996 1 1 1 +v 1.444721 2.487112 -0.3999996 1 1 1 +v 1.04363 2.37964 -0.3999996 1 1 1 +v -1.5 2.067228 -0.3999996 1 1 1 +v 1.5 2.067228 -0.3999996 1 1 1 +v 1.5 -2.708388E-17 -0.3999996 1 1 1 +v -1.5 -2.708388E-17 -0.3999996 1 1 1 +v 1.5 2.067228 0.4000004 1 1 1 +v 1.444721 2.487112 0.4000004 1 1 1 +v 0.3871119 3.544721 0.4000004 1 1 1 +v 0 3.595685 0.4000004 1 1 1 +v 1.295302 2.847843 0.4000004 1 1 1 +v 1.057609 3.157609 0.4000004 1 1 1 +v 1.5 2.708387E-17 0.4000004 1 1 1 +v -1.5 2.708387E-17 0.4000004 1 1 1 +v -1.057609 3.157609 0.4000004 1 1 1 +v -1.295302 2.847843 0.4000004 1 1 1 +v -0.3871119 3.544721 0.4000004 1 1 1 +v -0.7478428 3.395302 0.4000004 1 1 1 +v 0.7478428 3.395302 0.4000004 1 1 1 +v 0 3.180445 0.4000004 1 1 1 +v 0.2796397 3.14363 0.4000004 1 1 1 +v 0.5402225 3.035693 0.4000004 1 1 1 +v 0.7639899 2.86399 0.4000004 1 1 1 +v 0.9356927 2.640222 0.4000004 1 1 1 +v 1.04363 2.37964 0.4000004 1 1 1 +v -0.2796396 3.14363 0.4000004 1 1 1 +v -0.5402224 3.035693 0.4000004 1 1 1 +v -0.7639899 2.86399 0.4000004 1 1 1 +v -0.9356925 2.640222 0.4000004 1 1 1 +v -1.444721 2.487112 0.4000004 1 1 1 +v -1.04363 2.37964 0.4000004 1 1 1 +v 1.088312 2.040245 0.4000004 1 1 1 +v -1.5 2.067228 0.4000004 1 1 1 +v -1.088312 2.040245 0.4000004 1 1 1 +v -1.088312 0.4116882 0.4000004 1 1 1 +v 1.088312 0.4116882 0.4000004 1 1 1 + +vn 0 0 -1 +vn 0.09149998 0 -0.995805 +vn 0 0 1 +vn -0.09149998 0 0.995805 +vn -0.09149998 0 -0.995805 +vn 0.09149998 0 0.995805 +vn -0.7071068 0.7071068 0 +vn -0.9978589 -0.06540313 0 +vn 0.7071068 -0.7071068 0 +vn 0.9978589 0.06540313 0 +vn 0.5 -0.8660254 0 +vn -0.5 0.8660254 0 +vn -0.5 -0.8660254 0 +vn -0.258819 -0.9659258 0 +vn 0.258819 0.9659258 0 +vn 0.5 0.8660254 0 +vn 0.8660254 -0.5 0 +vn -0.8660254 0.5 0 +vn -0.8660254 -0.5 0 +vn -0.7071068 -0.7071068 0 +vn 0.8660254 0.5 0 +vn 0.7071068 0.7071068 0 +vn 0.9807853 -0.1950903 0 +vn -0.9807853 0.1950903 0 +vn -0.9807853 -0.1950903 0 +vn 0.9807853 0.1950903 0 +vn 0.258819 -0.9659258 0 +vn -0.258819 0.9659258 0 +vn 0.9659258 -0.258819 0 +vn -0.9659258 0.258819 0 +vn 0.9978589 -0.06540313 0 +vn -0.9978589 0.06540313 0 +vn -0.9659258 -0.258819 0 +vn 0.9659258 0.258819 0 +vn 1 0 0 +vn -1 0 0 + +vt 0.09375 0.275 +vt 0.09375 0.355 +vt 0.09375 0.452101 +vt 0.09375 0.3615171 +vt 0.09375 0.3815299 +vt 0.09375 0.3481566 +vt 0.09375 0.3426391 +vt 0.09375 0.3284912 +vt 0.09375 0.328145 +vt 0.09375 0.3203455 +vt 0.09375 0.3156985 +vt 0.09375 0.3061481 +vt 0.09375 0.3001443 +vt 0.09375 0.2980966 +vt 0.34375 0.202101 +vt 0.34375 0.1115171 +vt 0.34375 0.05614804 +vt 0.34375 0.06569853 +vt 0.34375 0.05014435 +vt 0.34375 0.07814498 +vt 0.34375 0.07849116 +vt 0.34375 0.09815659 +vt 0.34375 0.1315299 +vt 0.34375 0.04809662 +vt 0.34375 0.09263916 +vt 0.34375 0.07034548 +vt 0.34375 0.025 +vt 0.34375 0.02783475 +vt 0.34375 0.0361458 +vt 0.34375 0.04936676 +vt 0.34375 0.06659667 +vt 0.34375 0.08666132 +vt 0.34375 0.1100162 + +usemtl colormap + +f 165/29/197 164/28/198 163/28/197 +f 164/28/198 165/29/197 166/29/198 +f 163/28/199 164/28/200 165/29/199 +f 166/29/200 165/29/199 164/28/200 +f 166/29/20 168/29/20 167/29/20 +f 168/29/20 166/29/20 165/29/20 +f 168/29/20 165/29/20 169/29/20 +f 167/29/19 168/29/19 166/29/19 +f 165/29/19 166/29/19 168/29/19 +f 169/29/19 165/29/19 168/29/19 +f 171/28/19 164/28/19 170/28/19 +f 164/28/19 171/28/19 163/28/19 +f 163/28/19 171/28/19 172/28/19 +f 170/28/20 164/28/20 171/28/20 +f 163/28/20 171/28/20 164/28/20 +f 172/28/20 171/28/20 163/28/20 +f 169/29/201 163/28/197 172/28/201 +f 163/28/197 169/29/201 165/29/197 +f 172/28/202 163/28/199 169/29/202 +f 165/29/199 169/29/202 163/28/199 +f 175/29/199 174/28/200 173/28/199 +f 174/28/200 175/29/199 176/29/200 +f 173/28/197 174/28/198 175/29/197 +f 176/29/198 175/29/197 174/28/198 +f 176/29/20 178/29/20 177/29/20 +f 178/29/20 176/29/20 175/29/20 +f 178/29/20 175/29/20 179/29/20 +f 177/29/19 178/29/19 176/29/19 +f 175/29/19 176/29/19 178/29/19 +f 179/29/19 175/29/19 178/29/19 +f 181/28/19 174/28/19 180/28/19 +f 174/28/19 181/28/19 173/28/19 +f 173/28/19 181/28/19 182/28/19 +f 180/28/20 174/28/20 181/28/20 +f 173/28/20 181/28/20 174/28/20 +f 182/28/20 181/28/20 173/28/20 +f 179/29/202 173/28/199 182/28/202 +f 173/28/199 179/29/202 175/29/199 +f 182/28/201 173/28/197 179/29/201 +f 175/29/197 179/29/201 173/28/197 +f 185/31/197 184/30/197 183/30/197 +f 184/30/197 185/31/197 186/32/197 +f 186/32/197 185/31/197 187/33/197 +f 188/32/197 184/30/197 186/32/197 +f 187/33/197 185/31/197 189/34/197 +f 184/30/197 188/32/197 190/31/197 +f 187/33/197 189/34/197 191/35/197 +f 190/31/197 188/32/197 192/33/197 +f 191/35/197 189/34/197 193/36/197 +f 190/31/197 192/33/197 194/34/197 +f 194/34/197 192/33/197 195/35/197 +f 194/34/197 195/35/197 196/36/197 +f 191/35/197 193/36/197 197/37/197 +f 196/36/197 195/35/197 197/37/197 +f 196/36/197 197/37/197 198/38/197 +f 197/37/197 193/36/197 199/38/197 +f 197/37/197 199/38/197 198/38/197 +f 198/38/197 199/38/197 200/39/197 +f 200/39/197 199/38/197 201/39/197 +f 200/39/197 201/39/197 202/40/197 +f 200/39/197 202/40/197 203/40/197 +f 203/40/197 202/40/197 204/41/197 +f 183/30/199 184/30/199 185/31/199 +f 186/32/199 185/31/199 184/30/199 +f 186/32/199 184/30/199 188/32/199 +f 187/33/199 185/31/199 186/32/199 +f 190/31/199 188/32/199 184/30/199 +f 189/34/199 185/31/199 187/33/199 +f 192/33/199 188/32/199 190/31/199 +f 191/35/199 189/34/199 187/33/199 +f 194/34/199 192/33/199 190/31/199 +f 193/36/199 189/34/199 191/35/199 +f 195/35/199 192/33/199 194/34/199 +f 196/36/199 195/35/199 194/34/199 +f 197/37/199 193/36/199 191/35/199 +f 197/37/199 195/35/199 196/36/199 +f 198/38/199 197/37/199 196/36/199 +f 199/38/199 193/36/199 197/37/199 +f 198/38/199 199/38/199 197/37/199 +f 200/39/199 199/38/199 198/38/199 +f 201/39/199 199/38/199 200/39/199 +f 202/40/199 201/39/199 200/39/199 +f 203/40/199 202/40/199 200/39/199 +f 204/41/199 202/40/199 203/40/199 +f 207/31/199 206/30/199 205/30/199 +f 206/30/199 207/31/199 208/32/199 +f 208/32/199 207/31/199 209/33/199 +f 210/32/199 206/30/199 208/32/199 +f 209/33/199 207/31/199 211/34/199 +f 206/30/199 210/32/199 212/31/199 +f 209/33/199 211/34/199 213/35/199 +f 212/31/199 210/32/199 214/33/199 +f 213/35/199 211/34/199 215/36/199 +f 212/31/199 214/33/199 216/34/199 +f 216/34/199 214/33/199 217/35/199 +f 216/34/199 217/35/199 218/36/199 +f 213/35/199 215/36/199 219/37/199 +f 218/36/199 217/35/199 219/37/199 +f 219/37/199 215/36/199 220/38/199 +f 218/36/199 219/37/199 221/38/199 +f 221/38/199 219/37/199 220/38/199 +f 221/38/199 220/38/199 222/39/199 +f 221/38/199 222/39/199 223/39/199 +f 223/39/199 222/39/199 224/40/199 +f 224/40/199 222/39/199 225/40/199 +f 224/40/199 225/40/199 226/41/199 +f 205/30/197 206/30/197 207/31/197 +f 208/32/197 207/31/197 206/30/197 +f 208/32/197 206/30/197 210/32/197 +f 209/33/197 207/31/197 208/32/197 +f 212/31/197 210/32/197 206/30/197 +f 211/34/197 207/31/197 209/33/197 +f 214/33/197 210/32/197 212/31/197 +f 213/35/197 211/34/197 209/33/197 +f 216/34/197 214/33/197 212/31/197 +f 215/36/197 211/34/197 213/35/197 +f 217/35/197 214/33/197 216/34/197 +f 218/36/197 217/35/197 216/34/197 +f 219/37/197 215/36/197 213/35/197 +f 219/37/197 217/35/197 218/36/197 +f 220/38/197 215/36/197 219/37/197 +f 221/38/197 219/37/197 218/36/197 +f 220/38/197 219/37/197 221/38/197 +f 222/39/197 220/38/197 221/38/197 +f 223/39/197 222/39/197 221/38/197 +f 224/40/197 222/39/197 223/39/197 +f 225/40/197 222/39/197 224/40/197 +f 226/41/197 225/40/197 224/40/197 +f 184/42/203 228/43/204 227/42/203 +f 228/43/204 184/42/203 190/43/204 +f 227/42/205 228/43/206 184/42/205 +f 190/43/206 184/42/205 228/43/206 +f 199/45/205 229/44/207 201/44/207 +f 229/44/207 199/45/205 230/45/205 +f 201/44/208 229/44/208 199/45/203 +f 230/45/203 199/45/203 229/44/208 +f 203/46/210 231/44/209 200/44/209 +f 231/44/209 203/46/210 232/46/210 +f 200/44/212 231/44/212 203/46/211 +f 232/46/211 203/46/211 231/44/212 +f 199/45/205 233/47/213 230/45/205 +f 233/47/213 199/45/205 193/47/213 +f 230/45/203 233/47/214 199/45/203 +f 193/47/214 199/45/203 233/47/214 +f 196/47/215 235/45/216 234/47/215 +f 235/45/216 196/47/215 198/45/216 +f 234/47/217 235/45/218 196/47/217 +f 198/45/218 196/47/217 235/45/218 +f 217/48/205 187/49/219 191/48/205 +f 187/49/219 217/48/205 214/49/219 +f 191/48/203 187/49/220 217/48/203 +f 214/49/220 217/48/203 187/49/220 +f 208/50/203 192/49/221 188/50/203 +f 192/49/221 208/50/203 209/49/221 +f 188/50/205 192/49/222 208/50/205 +f 209/49/222 208/50/205 192/49/222 +f 209/49/221 195/48/216 192/49/221 +f 195/48/216 209/49/221 213/48/216 +f 192/49/222 195/48/218 209/49/222 +f 213/48/218 209/49/222 195/48/218 +f 202/46/223 236/51/19 204/51/19 +f 236/51/19 202/46/223 237/46/223 +f 204/51/20 236/51/20 202/46/224 +f 237/46/224 202/46/224 236/51/20 +f 193/47/213 238/52/225 233/47/213 +f 238/52/225 193/47/213 189/52/225 +f 233/47/214 238/52/226 193/47/214 +f 189/52/226 193/47/214 238/52/226 +f 217/48/205 197/53/19 219/53/19 +f 197/53/19 217/48/205 191/48/205 +f 219/53/20 197/53/20 217/48/203 +f 191/48/203 217/48/203 197/53/20 +f 227/42/203 183/42/218 184/42/203 +f 183/42/218 227/42/203 239/42/218 +f 184/42/205 183/42/216 227/42/205 +f 239/42/216 227/42/205 183/42/216 +f 185/43/227 239/42/218 240/43/227 +f 239/42/218 185/43/227 183/42/218 +f 240/43/228 239/42/216 185/43/228 +f 183/42/216 185/43/228 239/42/216 +f 204/51/19 232/46/210 203/46/210 +f 232/46/210 204/51/19 236/51/19 +f 203/46/211 232/46/211 204/51/20 +f 236/51/20 204/51/20 232/46/211 +f 219/53/19 195/48/216 213/48/216 +f 195/48/216 219/53/19 197/53/19 +f 213/48/218 195/48/218 219/53/20 +f 197/53/20 219/53/20 195/48/218 +f 243/55/197 242/55/197 241/54/197 +f 244/56/197 242/55/197 243/55/197 +f 244/56/197 245/56/197 242/55/197 +f 244/56/197 236/51/197 245/56/197 +f 236/51/197 246/57/197 245/56/197 +f 247/57/197 236/51/197 244/56/197 +f 237/46/197 246/57/197 236/51/197 +f 229/44/197 246/57/197 237/46/197 +f 230/45/197 246/57/197 229/44/197 +f 230/45/197 248/58/197 246/57/197 +f 233/47/197 248/58/197 230/45/197 +f 233/47/197 249/59/197 248/58/197 +f 238/52/197 249/59/197 233/47/197 +f 247/57/197 232/46/197 236/51/197 +f 247/57/197 231/44/197 232/46/197 +f 247/57/197 235/45/197 231/44/197 +f 250/58/197 235/45/197 247/57/197 +f 250/58/197 234/47/197 235/45/197 +f 251/59/197 234/47/197 250/58/197 +f 251/59/197 252/52/197 234/47/197 +f 238/52/197 253/60/197 249/59/197 +f 240/43/197 253/60/197 238/52/197 +f 254/60/197 252/52/197 251/59/197 +f 254/60/197 228/43/197 252/52/197 +f 254/60/197 227/42/197 228/43/197 +f 255/15/197 227/42/197 254/60/197 +f 239/42/197 253/60/197 240/43/197 +f 227/42/197 255/15/197 239/42/197 +f 239/42/197 256/15/197 253/60/197 +f 256/15/197 239/42/197 255/15/197 +f 241/54/199 242/55/199 243/55/199 +f 243/55/199 242/55/199 244/56/199 +f 242/55/199 245/56/199 244/56/199 +f 245/56/199 236/51/199 244/56/199 +f 244/56/199 236/51/199 247/57/199 +f 245/56/199 246/57/199 236/51/199 +f 236/51/199 232/46/199 247/57/199 +f 232/46/199 231/44/199 247/57/199 +f 231/44/199 235/45/199 247/57/199 +f 247/57/199 235/45/199 250/58/199 +f 235/45/199 234/47/199 250/58/199 +f 250/58/199 234/47/199 251/59/199 +f 234/47/199 252/52/199 251/59/199 +f 236/51/199 246/57/199 237/46/199 +f 237/46/199 246/57/199 229/44/199 +f 229/44/199 246/57/199 230/45/199 +f 246/57/199 248/58/199 230/45/199 +f 230/45/199 248/58/199 233/47/199 +f 248/58/199 249/59/199 233/47/199 +f 233/47/199 249/59/199 238/52/199 +f 251/59/199 252/52/199 254/60/199 +f 252/52/199 228/43/199 254/60/199 +f 228/43/199 227/42/199 254/60/199 +f 254/60/199 227/42/199 255/15/199 +f 249/59/199 253/60/199 238/52/199 +f 238/52/199 253/60/199 240/43/199 +f 239/42/199 255/15/199 227/42/199 +f 240/43/199 253/60/199 239/42/199 +f 255/15/199 239/42/199 256/15/199 +f 253/60/199 256/15/199 239/42/199 +f 187/49/219 210/50/218 186/50/218 +f 210/50/218 187/49/219 214/49/219 +f 186/50/216 210/50/216 187/49/220 +f 214/49/220 187/49/220 210/50/216 +f 190/43/204 252/52/229 228/43/204 +f 252/52/229 190/43/204 194/52/229 +f 228/43/206 252/52/230 190/43/206 +f 194/52/230 190/43/206 252/52/230 +f 189/52/225 240/43/227 238/52/225 +f 240/43/227 189/52/225 185/43/227 +f 238/52/226 240/43/228 189/52/226 +f 185/43/228 189/52/226 240/43/228 +f 200/44/209 235/45/216 198/45/216 +f 235/45/216 200/44/209 231/44/209 +f 198/45/218 235/45/218 200/44/212 +f 231/44/212 200/44/212 235/45/218 +f 194/52/229 234/47/215 252/52/229 +f 234/47/215 194/52/229 196/47/215 +f 252/52/230 234/47/217 194/52/230 +f 196/47/217 194/52/230 234/47/217 +f 188/50/203 210/50/218 208/50/203 +f 210/50/218 188/50/203 186/50/218 +f 208/50/205 210/50/216 188/50/205 +f 186/50/216 188/50/205 210/50/216 +f 201/44/207 237/46/223 202/46/223 +f 237/46/223 201/44/207 229/44/207 +f 202/46/224 237/46/224 201/44/208 +f 229/44/208 201/44/208 237/46/224 +f 251/59/230 257/60/206 254/60/206 +f 257/60/206 251/59/230 258/59/230 +f 254/60/204 257/60/204 251/59/229 +f 258/59/229 251/59/229 257/60/204 +f 243/55/211 260/54/20 259/55/211 +f 260/54/20 243/55/211 241/54/20 +f 259/55/210 260/54/19 243/55/210 +f 241/54/19 243/55/210 260/54/19 +f 247/57/218 261/58/217 250/58/217 +f 261/58/217 247/57/218 262/57/218 +f 250/58/215 261/58/215 247/57/216 +f 262/57/216 247/57/216 261/58/215 +f 257/60/206 255/15/231 254/60/206 +f 255/15/231 257/60/206 263/15/231 +f 254/60/204 255/15/232 257/60/204 +f 263/15/232 257/60/204 255/15/232 +f 264/15/19 255/15/19 263/15/19 +f 255/15/19 264/15/19 256/15/19 +f 263/15/20 255/15/20 264/15/20 +f 256/15/20 264/15/20 255/15/20 +f 248/58/214 265/57/203 246/57/203 +f 265/57/203 248/58/214 266/58/214 +f 246/57/205 265/57/205 248/58/213 +f 266/58/213 248/58/213 265/57/205 +f 267/55/199 259/55/199 260/54/199 +f 268/56/199 259/55/199 267/55/199 +f 268/56/199 269/56/199 259/55/199 +f 268/56/199 270/51/199 269/56/199 +f 270/51/199 262/57/199 269/56/199 +f 265/57/199 270/51/199 268/56/199 +f 271/46/199 262/57/199 270/51/199 +f 272/44/199 262/57/199 271/46/199 +f 273/45/199 262/57/199 272/44/199 +f 273/45/199 261/58/199 262/57/199 +f 274/47/199 261/58/199 273/45/199 +f 274/47/199 258/59/199 261/58/199 +f 275/52/199 258/59/199 274/47/199 +f 265/57/199 276/46/199 270/51/199 +f 265/57/199 277/44/199 276/46/199 +f 265/57/199 278/45/199 277/44/199 +f 266/58/199 278/45/199 265/57/199 +f 266/58/199 279/47/199 278/45/199 +f 280/59/199 279/47/199 266/58/199 +f 280/59/199 281/52/199 279/47/199 +f 275/52/199 257/60/199 258/59/199 +f 282/43/199 257/60/199 275/52/199 +f 283/60/199 281/52/199 280/59/199 +f 283/60/199 284/43/199 281/52/199 +f 283/60/199 285/42/199 284/43/199 +f 264/15/199 285/42/199 283/60/199 +f 286/42/199 257/60/199 282/43/199 +f 285/42/199 264/15/199 286/42/199 +f 286/42/199 263/15/199 257/60/199 +f 263/15/199 286/42/199 264/15/199 +f 260/54/197 259/55/197 267/55/197 +f 267/55/197 259/55/197 268/56/197 +f 259/55/197 269/56/197 268/56/197 +f 269/56/197 270/51/197 268/56/197 +f 268/56/197 270/51/197 265/57/197 +f 269/56/197 262/57/197 270/51/197 +f 270/51/197 276/46/197 265/57/197 +f 276/46/197 277/44/197 265/57/197 +f 277/44/197 278/45/197 265/57/197 +f 265/57/197 278/45/197 266/58/197 +f 278/45/197 279/47/197 266/58/197 +f 266/58/197 279/47/197 280/59/197 +f 279/47/197 281/52/197 280/59/197 +f 270/51/197 262/57/197 271/46/197 +f 271/46/197 262/57/197 272/44/197 +f 272/44/197 262/57/197 273/45/197 +f 262/57/197 261/58/197 273/45/197 +f 273/45/197 261/58/197 274/47/197 +f 261/58/197 258/59/197 274/47/197 +f 274/47/197 258/59/197 275/52/197 +f 280/59/197 281/52/197 283/60/197 +f 281/52/197 284/43/197 283/60/197 +f 284/43/197 285/42/197 283/60/197 +f 283/60/197 285/42/197 264/15/197 +f 258/59/197 257/60/197 275/52/197 +f 275/52/197 257/60/197 282/43/197 +f 286/42/197 264/15/197 285/42/197 +f 282/43/197 257/60/197 286/42/197 +f 264/15/197 286/42/197 263/15/197 +f 257/60/197 263/15/197 286/42/197 +f 249/59/226 266/58/214 248/58/214 +f 266/58/214 249/59/226 280/59/226 +f 248/58/213 266/58/213 249/59/225 +f 280/59/225 249/59/225 266/58/213 +f 242/55/224 268/56/208 267/55/224 +f 268/56/208 242/55/224 245/56/208 +f 267/55/223 268/56/207 242/55/223 +f 245/56/207 242/55/223 268/56/207 +f 253/60/228 280/59/226 249/59/226 +f 280/59/226 253/60/228 283/60/228 +f 249/59/225 280/59/225 253/60/227 +f 283/60/227 253/60/227 280/59/225 +f 264/15/232 253/60/228 256/15/232 +f 253/60/228 264/15/232 283/60/228 +f 256/15/231 253/60/227 264/15/231 +f 283/60/227 264/15/231 253/60/227 +f 241/54/20 267/55/224 260/54/20 +f 267/55/224 241/54/20 242/55/224 +f 260/54/19 267/55/223 241/54/19 +f 242/55/223 241/54/19 267/55/223 +f 244/56/212 259/55/211 269/56/212 +f 259/55/211 244/56/212 243/55/211 +f 269/56/209 259/55/210 244/56/209 +f 243/55/210 244/56/209 259/55/210 +f 247/57/218 269/56/212 262/57/218 +f 269/56/212 247/57/218 244/56/212 +f 262/57/216 269/56/209 247/57/216 +f 244/56/209 247/57/216 269/56/209 +f 250/58/217 258/59/230 251/59/230 +f 258/59/230 250/58/217 261/58/217 +f 251/59/229 258/59/229 250/58/215 +f 261/58/215 250/58/215 258/59/229 +f 245/56/208 265/57/203 268/56/208 +f 265/57/203 245/56/208 246/57/203 +f 268/56/207 265/57/205 245/56/207 +f 246/57/205 245/56/207 265/57/205 +f 282/43/204 211/52/229 207/43/204 +f 211/52/229 282/43/204 275/52/229 +f 207/43/206 211/52/230 282/43/206 +f 275/52/230 282/43/206 211/52/230 +f 278/45/205 223/44/207 277/44/207 +f 223/44/207 278/45/205 221/45/205 +f 277/44/208 223/44/208 278/45/203 +f 221/45/203 278/45/203 223/44/208 +f 284/43/227 206/42/218 212/43/227 +f 206/42/218 284/43/227 285/42/218 +f 212/43/228 206/42/216 284/43/228 +f 285/42/216 284/43/228 206/42/216 +f 271/46/210 222/44/209 272/44/209 +f 222/44/209 271/46/210 225/46/210 +f 272/44/212 222/44/212 271/46/211 +f 225/46/211 271/46/211 222/44/212 +f 276/46/223 226/51/19 270/51/19 +f 226/51/19 276/46/223 224/46/223 +f 270/51/20 226/51/20 276/46/224 +f 224/46/224 276/46/224 226/51/20 +f 278/45/205 218/47/213 221/45/205 +f 218/47/213 278/45/205 279/47/213 +f 221/45/203 218/47/214 278/45/203 +f 279/47/214 278/45/203 218/47/214 +f 205/42/203 285/42/218 286/42/203 +f 285/42/218 205/42/203 206/42/218 +f 286/42/205 285/42/216 205/42/205 +f 206/42/216 205/42/205 285/42/216 +f 274/47/215 220/45/216 215/47/215 +f 220/45/216 274/47/215 273/45/216 +f 215/47/217 220/45/218 274/47/217 +f 273/45/218 274/47/217 220/45/218 +f 279/47/213 216/52/225 218/47/213 +f 216/52/225 279/47/213 281/52/225 +f 218/47/214 216/52/226 279/47/214 +f 281/52/226 279/47/214 216/52/226 +f 272/44/209 220/45/216 273/45/216 +f 220/45/216 272/44/209 222/44/209 +f 273/45/218 220/45/218 272/44/212 +f 222/44/212 272/44/212 220/45/218 +f 286/42/203 207/43/204 205/42/203 +f 207/43/204 286/42/203 282/43/204 +f 205/42/205 207/43/206 286/42/205 +f 282/43/206 286/42/205 207/43/206 +f 281/52/225 212/43/227 216/52/225 +f 212/43/227 281/52/225 284/43/227 +f 216/52/226 212/43/228 281/52/226 +f 284/43/228 281/52/226 212/43/228 +f 275/52/229 215/47/215 211/52/229 +f 215/47/215 275/52/229 274/47/215 +f 211/52/230 215/47/217 275/52/230 +f 274/47/217 275/52/230 215/47/217 +f 270/51/19 225/46/210 271/46/210 +f 225/46/210 270/51/19 226/51/19 +f 271/46/211 225/46/211 270/51/20 +f 226/51/20 270/51/20 225/46/211 +f 277/44/207 224/46/223 276/46/223 +f 224/46/223 277/44/207 223/44/207 +f 276/46/224 224/46/224 277/44/208 +f 223/44/208 277/44/208 224/46/224 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door-window.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door-window.obj.import new file mode 100644 index 0000000..e1d28e3 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door-window.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://oaquaq7sxj1r" +path="res://.godot/imported/gate-door-window.obj-e7fba02dc72bd62bae4eb3bfb775a636.mesh" + +[deps] + +files=["res://.godot/imported/gate-door-window.obj-e7fba02dc72bd62bae4eb3bfb775a636.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door-window.obj" +dest_files=["res://.godot/imported/gate-door-window.obj-e7fba02dc72bd62bae4eb3bfb775a636.mesh", "res://.godot/imported/gate-door-window.obj-e7fba02dc72bd62bae4eb3bfb775a636.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door.obj new file mode 100644 index 0000000..f274f85 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door.obj @@ -0,0 +1,2156 @@ +# Created by Kenney (www.kenney.nl) + +mtllib gate-door.mtl + +g gate-door + +v -1.5 0.9508053 -0.4999999 1 1 1 +v -1.5 0.9508053 0.5000002 1 1 1 +v -1.5 2.067228 -0.4999999 1 1 1 +v -1.5 2.067228 0.5000002 1 1 1 +v 1.295302 2.847843 0.4999999 1 1 1 +v 1.295302 2.847843 -0.5000002 1 1 1 +v 1.05761 3.157609 0.4999999 1 1 1 +v 1.057609 3.157609 -0.5000002 1 1 1 +v 1.444721 2.487112 0.4999999 1 1 1 +v 1.444721 2.487112 -0.5000002 1 1 1 +v 0.7478428 3.395302 -0.5000001 1 1 1 +v 0.7478429 3.395302 0.5 1 1 1 +v 1.5 2.067228 0.4999999 1 1 1 +v 1.5 2.067228 -0.5000002 1 1 1 +v -0.387112 3.544721 -0.5 1 1 1 +v -0.7478429 3.395302 -0.5 1 1 1 +v -0.3871119 3.544721 0.5000001 1 1 1 +v -0.7478428 3.395302 0.5000001 1 1 1 +v -5.960464E-08 3.595685 -0.5000001 1 1 1 +v 5.960467E-08 3.595685 0.5000001 1 1 1 +v -1.05761 3.157609 -0.4999999 1 1 1 +v -1.057609 3.157609 0.5000002 1 1 1 +v -1.444721 2.487112 -0.4999999 1 1 1 +v -1.444721 2.487112 0.5000002 1 1 1 +v -1.295302 2.847843 -0.4999999 1 1 1 +v -1.295302 2.847843 0.5000002 1 1 1 +v 0.3871119 3.544721 -0.5000001 1 1 1 +v 0.387112 3.544721 0.5 1 1 1 +v 1.732051 3.1 -0.3500002 1 1 1 +v 1.732051 3.1 0.3499998 1 1 1 +v 1.414214 3.514213 -0.3500002 1 1 1 +v 1.414214 3.514213 0.3499998 1 1 1 +v -2 2.1 0.3500003 1 1 1 +v -2 2.1 -0.3499998 1 1 1 +v -1.931852 2.617638 0.3500003 1 1 1 +v -1.931852 2.617638 -0.3499998 1 1 1 +v -1.414214 3.514213 -0.3499998 1 1 1 +v -1 3.832051 -0.3499999 1 1 1 +v -1.414214 3.514213 0.3500002 1 1 1 +v -1 3.832051 0.3500001 1 1 1 +v -0.5176382 4.031851 -0.35 1 1 1 +v -0.5176381 4.031851 0.3500001 1 1 1 +v 1 3.832051 -0.3500001 1 1 1 +v 1 3.832051 0.3499999 1 1 1 +v 0.5176381 4.031851 -0.3500001 1 1 1 +v 0.5176382 4.031851 0.35 1 1 1 +v 2 2.1 -0.3500003 1 1 1 +v 2 2.1 0.3499998 1 1 1 +v 1.931852 2.617638 -0.3500003 1 1 1 +v 1.931852 2.617638 0.3499998 1 1 1 +v -4.172322E-08 4.1 -0.35 1 1 1 +v 4.172325E-08 4.1 0.35 1 1 1 +v -1.732051 3.1 0.3500002 1 1 1 +v -1.732051 3.1 -0.3499998 1 1 1 +v -0.9243529 3.701026 -0.4999999 1 1 1 +v -0.4784804 3.885712 -0.5 1 1 1 +v 1.307232 3.407232 -0.5000002 1 1 1 +v 1.601026 3.024353 -0.5000002 1 1 1 +v -2 0.9508053 -0.4999998 1 1 1 +v -1.785713 2.57848 -0.4999999 1 1 1 +v -2 0.9508053 0.5000003 1 1 1 +v -1.785713 2.57848 0.5000003 1 1 1 +v -1.307232 3.407232 -0.4999999 1 1 1 +v -0.4784802 3.885712 0.5000001 1 1 1 +v 5.960467E-08 3.948705 0.5000001 1 1 1 +v -0.9243528 3.701026 0.5000002 1 1 1 +v 0.9243528 3.701026 -0.5000002 1 1 1 +v -5.960464E-08 3.948705 -0.5000001 1 1 1 +v 1.785713 2.57848 -0.5000003 1 1 1 +v -1.601026 3.024353 -0.4999999 1 1 1 +v 0.4784802 3.885712 -0.5000001 1 1 1 +v 2 0.9508053 -0.5000003 1 1 1 +v -1.601026 3.024353 0.5000002 1 1 1 +v -1.307232 3.407232 0.5000002 1 1 1 +v 0.9243529 3.701026 0.4999999 1 1 1 +v 1.307232 3.407232 0.4999999 1 1 1 +v 0.4784804 3.885712 0.5 1 1 1 +v 1.601026 3.024353 0.4999999 1 1 1 +v 1.785713 2.57848 0.4999999 1 1 1 +v 1.5 0.9508053 0.4999999 1 1 1 +v 2 0.9508053 0.4999998 1 1 1 +v 1.5 0.9508053 -0.5000002 1 1 1 +v -1.48 1.1 0.6300001 1 1 1 +v -2.02 1.1 0.63 1 1 1 +v -1.345 1.1 0.4950001 1 1 1 +v -2.155 1.1 0.495 1 1 1 +v -1.345 1.1 -0.495 1 1 1 +v -2.155 1.1 -0.4950001 1 1 1 +v -1.48 1.1 -0.63 1 1 1 +v -2.02 1.1 -0.6300001 1 1 1 +v -2.05 0 0.7 1 1 1 +v -1.45 0 0.7000001 1 1 1 +v -2.2 0 0.55 1 1 1 +v -1.3 0 0.5500001 1 1 1 +v -2.2 0 -0.5500001 1 1 1 +v -1.3 0 -0.55 1 1 1 +v -1.45 0 -0.7 1 1 1 +v -2.05 0 -0.7000001 1 1 1 +v 0.2476922 4.4 0.6000001 1 1 1 +v -0.2476924 4.4 0.6000001 1 1 1 +v 0.2476924 4.4 -0.6000001 1 1 1 +v -0.2476922 4.4 -0.6000001 1 1 1 +v 0.5833333 4.235 0.6000001 1 1 1 +v 0.4166667 3.575 0.6000001 1 1 1 +v -0.4166668 3.575 0.6 1 1 1 +v -0.5833334 4.235 0.6 1 1 1 +v 0.5833334 4.235 -0.6 1 1 1 +v 0.4166668 3.575 -0.6 1 1 1 +v -0.4166667 3.575 -0.6000001 1 1 1 +v -0.5833333 4.235 -0.6000001 1 1 1 +v -0.3750001 3.41 0.45 1 1 1 +v 0.375 3.41 0.4500001 1 1 1 +v -0.375 3.41 -0.4500001 1 1 1 +v 0.3750001 3.41 -0.45 1 1 1 +v 2.02 1.1 0.6300001 1 1 1 +v 1.48 1.1 0.63 1 1 1 +v 2.155 1.1 0.4950001 1 1 1 +v 1.345 1.1 0.495 1 1 1 +v 2.155 1.1 -0.495 1 1 1 +v 1.345 1.1 -0.4950001 1 1 1 +v 2.02 1.1 -0.63 1 1 1 +v 1.48 1.1 -0.6300001 1 1 1 +v 1.45 0 0.7 1 1 1 +v 2.05 0 0.7000001 1 1 1 +v 1.3 0 0.55 1 1 1 +v 2.2 0 0.5500001 1 1 1 +v 1.3 0 -0.5500001 1 1 1 +v 2.2 0 -0.55 1 1 1 +v 1.45 0 -0.7000001 1 1 1 +v 2.05 0 -0.7 1 1 1 +v 1.48 1.6 0.63 1 1 1 +v 2.02 1.6 0.6300001 1 1 1 +v 1.345 1.6 0.495 1 1 1 +v 2.155 1.6 0.4950001 1 1 1 +v 1.345 1.6 -0.4950001 1 1 1 +v 2.155 1.6 -0.495 1 1 1 +v 1.48 1.6 -0.6300001 1 1 1 +v 2.02 1.6 -0.63 1 1 1 +v 2.02 2.067228 0.6300001 1 1 1 +v 1.48 2.067228 0.63 1 1 1 +v 2.155 2.067228 0.4950001 1 1 1 +v 1.345 2.067228 0.495 1 1 1 +v 2.155 2.067228 -0.495 1 1 1 +v 1.345 2.067228 -0.4950001 1 1 1 +v 2.02 2.067228 -0.63 1 1 1 +v 1.48 2.067228 -0.6300001 1 1 1 +v -2.02 1.6 0.63 1 1 1 +v -1.48 1.6 0.6300001 1 1 1 +v -2.155 1.6 0.495 1 1 1 +v -1.345 1.6 0.4950001 1 1 1 +v -2.155 1.6 -0.4950001 1 1 1 +v -1.345 1.6 -0.495 1 1 1 +v -2.02 1.6 -0.6300001 1 1 1 +v -1.48 1.6 -0.63 1 1 1 +v -1.48 2.067228 0.6300001 1 1 1 +v -2.02 2.067228 0.63 1 1 1 +v -1.345 2.067228 0.4950001 1 1 1 +v -2.155 2.067228 0.495 1 1 1 +v -1.345 2.067228 -0.495 1 1 1 +v -2.155 2.067228 -0.4950001 1 1 1 +v -1.48 2.067228 -0.63 1 1 1 +v -2.02 2.067228 -0.6300001 1 1 1 + +vn 1 0 -1.192093E-07 +vn 0.9978591 -0.06540313 -1.189541E-07 +vn -0.9978591 0.06540313 1.189541E-07 +vn -1 0 1.192093E-07 +vn -0.8660256 -0.5 1.032383E-07 +vn -0.7071068 -0.7071068 8.42937E-08 +vn 0.7071068 0.7071068 -8.42937E-08 +vn 0.8660256 0.5 -1.032383E-07 +vn -0.9659259 -0.258819 1.151473E-07 +vn 0.9659259 0.258819 -1.151473E-07 +vn -0.5000001 -0.8660254 5.960464E-08 +vn 0.5000001 0.8660254 -5.960464E-08 +vn -0.9978591 -0.06540313 1.189541E-07 +vn 0.9978591 0.06540313 -1.189541E-07 +vn 0.2588191 -0.9659258 -3.085363E-08 +vn 0.5000001 -0.8660254 -5.960464E-08 +vn -0.2588191 0.9659258 3.085363E-08 +vn -0.5000001 0.8660254 5.960464E-08 +vn 0 -1 0 +vn 0 1 0 +vn 0.7071068 -0.7071068 -8.42937E-08 +vn -0.7071068 0.7071068 8.42937E-08 +vn 0.9659259 -0.258819 -1.151473E-07 +vn -0.9659259 0.258819 1.151473E-07 +vn 0.8660256 -0.5 -1.032383E-07 +vn -0.8660256 0.5 1.032383E-07 +vn -0.2588191 -0.9659258 3.085363E-08 +vn 0.2588191 0.9659258 -3.085363E-08 +vn 0.8032613 0.4637631 -0.3737584 +vn 0.8032614 0.4637631 0.3737582 +vn 0.6558601 0.6558601 -0.3737585 +vn 0.6558602 0.6558601 0.3737583 +vn -0.6558601 -0.6558601 0.3737585 +vn -0.8032614 -0.4637631 -0.3737582 +vn -0.8032613 -0.4637631 0.3737584 +vn -0.6558602 -0.6558601 -0.3737583 +vn -0.9277142 0.08317699 0.363907 +vn -0.9277143 0.08317699 -0.3639068 +vn -0.8959215 0.2400614 0.3737584 +vn -0.8959216 0.2400614 -0.3737582 +vn 0.8959215 -0.2400614 -0.3737584 +vn 0.9277143 -0.08317699 0.3639068 +vn 0.9277142 -0.08317699 -0.363907 +vn 0.8959216 -0.2400614 0.3737582 +vn -0.6558602 0.6558601 -0.3737583 +vn -0.4637632 0.8032612 -0.3737583 +vn -0.6558601 0.6558601 0.3737585 +vn -0.4637631 0.8032612 0.3737584 +vn 0.6558601 -0.6558601 -0.3737585 +vn 0.4637632 -0.8032612 0.3737583 +vn 0.6558602 -0.6558601 0.3737583 +vn 0.4637631 -0.8032612 -0.3737584 +vn -0.2400615 0.8959214 -0.3737583 +vn -0.2400614 0.8959214 0.3737583 +vn 0.2400615 -0.8959214 0.3737583 +vn 0.2400614 -0.8959214 -0.3737583 +vn 0.4637631 0.8032612 -0.3737584 +vn 0.4637632 0.8032612 0.3737583 +vn 0.2400614 0.8959214 -0.3737583 +vn 0.2400615 0.8959214 0.3737583 +vn -0.2400614 -0.8959214 0.3737583 +vn -0.4637632 -0.8032612 -0.3737583 +vn -0.4637631 -0.8032612 0.3737584 +vn -0.2400615 -0.8959214 -0.3737583 +vn 0.9277142 0.08317699 -0.363907 +vn 0.9277143 0.08317699 0.3639068 +vn 0.8959215 0.2400614 -0.3737584 +vn 0.8959216 0.2400614 0.3737582 +vn -0.8959215 -0.2400614 0.3737584 +vn -0.9277143 -0.08317699 -0.3639068 +vn -0.9277142 -0.08317699 0.363907 +vn -0.8959216 -0.2400614 -0.3737582 +vn -4.455546E-08 0.9275262 -0.3737583 +vn 4.455546E-08 0.9275262 0.3737583 +vn 4.455546E-08 -0.9275262 0.3737583 +vn -4.455546E-08 -0.9275262 -0.3737583 +vn -0.8032613 0.4637631 0.3737584 +vn -0.8032614 0.4637631 -0.3737582 +vn 0.8032613 -0.4637631 -0.3737584 +vn 0.8032614 -0.4637631 0.3737582 +vn -0.2035815 0.3526132 -0.9133558 +vn -0.1053816 0.3932889 -0.9133558 +vn 0.2035815 -0.3526132 0.9133558 +vn 0.1053816 -0.3932889 0.9133558 +vn 0.2879074 0.2879075 -0.9133558 +vn 0.3526131 0.2035813 -0.9133558 +vn -0.3526131 -0.2035813 0.9133558 +vn -0.2879074 -0.2879075 0.9133558 +vn -0.08191259 0.01078398 -0.9965813 +vn -0.3932891 0.1053815 -0.9133557 +vn 0.3932891 -0.1053815 0.9133557 +vn 0.08191259 -0.01078398 0.9965813 +vn -0.08191235 0.01078398 0.9965813 +vn -0.3932889 0.1053815 0.9133558 +vn 0.08191235 -0.01078398 -0.9965813 +vn 0.3932889 -0.1053815 -0.9133558 +vn -0.2879076 0.2879075 -0.9133557 +vn 0.2879076 -0.2879075 0.9133557 +vn -0.1053814 0.3932889 0.9133558 +vn 1.088805E-07 0.4071626 0.9133558 +vn 0.1053814 -0.3932889 -0.9133558 +vn -1.088805E-07 -0.4071626 -0.9133558 +vn -0.2035812 0.3526132 0.9133558 +vn 0.2035812 -0.3526132 -0.9133558 +vn 0.2035812 0.3526132 -0.9133558 +vn -0.2035812 -0.3526132 0.9133558 +vn -1.088805E-07 0.4071626 -0.9133558 +vn 1.088805E-07 -0.4071626 0.9133558 +vn 0.3932889 0.1053815 -0.9133558 +vn -0.3932889 -0.1053815 0.9133558 +vn -0.3526134 0.2035813 -0.9133557 +vn 0.3526134 -0.2035813 0.9133557 +vn 0.1053814 0.3932889 -0.9133558 +vn -0.1053814 -0.3932889 0.9133558 +vn 0.08191235 0.01078398 -0.9965813 +vn -0.08191235 -0.01078398 0.9965813 +vn -0.3526131 0.2035813 0.9133558 +vn 0.3526131 -0.2035813 -0.9133558 +vn -0.2879074 0.2879075 0.9133558 +vn 0.2879074 -0.2879075 -0.9133558 +vn 0.2035815 0.3526132 0.9133558 +vn 0.2879076 0.2879075 0.9133557 +vn -0.2879076 -0.2879075 -0.9133557 +vn -0.2035815 -0.3526132 -0.9133558 +vn 0.1053816 0.3932889 0.9133558 +vn -0.1053816 -0.3932889 -0.9133558 +vn 0.3526134 0.2035813 0.9133557 +vn -0.3526134 -0.2035813 -0.9133557 +vn 0.3932891 0.1053815 0.9133557 +vn -0.3932891 -0.1053815 -0.9133557 +vn 1.192093E-07 0 1 +vn 0.08191259 0.01078398 0.9965813 +vn -0.08191259 -0.01078398 -0.9965813 +vn -1.192093E-07 0 -1 +vn -0.381576 0.06906367 0.9217539 +vn -0.3819544 0.06906402 0.9215971 +vn -0.9252678 0.05660524 0.3750676 +vn -0.9195698 0.05705687 0.3887624 +vn 0.9252678 -0.05660524 -0.3750676 +vn 0.3819544 -0.06906402 -0.9215971 +vn 0.381576 -0.06906367 -0.9217539 +vn 0.9195698 -0.05705687 -0.3887624 +vn 0.9195698 0.05705687 -0.3887624 +vn 0.9195697 0.05705687 0.3887627 +vn 0.9252678 0.05660524 -0.3750676 +vn 0.9252676 0.05660524 0.3750679 +vn -0.9252678 -0.05660524 0.3750676 +vn -0.9195697 -0.05705687 -0.3887627 +vn -0.9195698 -0.05705687 0.3887624 +vn -0.9252676 -0.05660524 -0.3750679 +vn 0.3819544 0.06906402 -0.9215971 +vn 0.381576 0.06906367 -0.9217539 +vn -0.3819542 0.06906402 -0.9215972 +vn -0.3815757 0.06906367 -0.921754 +vn 0.3819542 -0.06906402 0.9215972 +vn -0.381576 -0.06906367 0.9217539 +vn -0.3819544 -0.06906402 0.9215971 +vn 0.3815757 -0.06906367 0.921754 +vn 0.3819542 0.06906402 0.9215972 +vn 0.3815757 0.06906367 0.921754 +vn -0.3815757 -0.06906367 -0.921754 +vn -0.3819542 -0.06906402 -0.9215972 +vn -0.9252676 0.05660524 -0.3750679 +vn -0.9195697 0.05705687 -0.3887627 +vn 0.9252676 -0.05660524 0.3750679 +vn 0.9195697 -0.05705687 0.3887627 +vn 0.1929863 0.9812015 2.300576E-08 +vn -0.1929863 0.9812015 -2.300576E-08 +vn -0.1929863 -0.9812015 -2.300576E-08 +vn 0.1929863 -0.9812015 2.300576E-08 +vn -1.192093E-07 0 1 +vn -1.124976E-07 -0.3308075 0.9436982 +vn 1.192093E-07 0 -1 +vn 1.124976E-07 0.3308075 -0.9436982 +vn 1.124976E-07 -0.3308075 -0.9436982 +vn -1.124976E-07 0.3308075 0.9436982 +vn 0.808733 0.588176 9.640848E-08 +vn -0.808733 -0.588176 -9.640848E-08 +vn -0.808733 0.588176 -9.640848E-08 +vn 0.808733 -0.588176 9.640848E-08 +vn -5.059093E-08 -0.9054807 0.4243875 +vn 5.059093E-08 -0.9054807 -0.4243875 +vn -5.059093E-08 0.9054807 0.4243875 +vn 5.059093E-08 0.9054807 -0.4243875 +vn 0.9695637 -0.2448394 1.15581E-07 +vn -0.9695637 0.2448394 -1.15581E-07 +vn -0.9695637 -0.2448394 -1.15581E-07 +vn 0.9695637 0.2448394 1.15581E-07 +vn 0.9238797 0 -0.3826834 +vn 0.9238796 0 0.3826836 +vn -0.9238797 0 0.3826834 +vn -0.9238796 0 -0.3826836 +vn 0.3826836 0 -0.9238796 +vn -0.3826836 0 0.9238796 +vn -0.3826834 0 -0.9238797 +vn 0.3826834 0 0.9238797 + +vt 0.34375 0.07138075 +vt 0.34375 0.1258404 +vt 0.34375 0.1639192 +vt 0.34375 0.1790297 +vt 0.34375 0.1463225 +vt 0.34375 0.1906245 +vt 0.34375 0.1979132 +vt 0.34375 0.2003993 +vt 0.34375 0.1762195 +vt 0.34375 0.196425 +vt 0.34375 0.127439 +vt 0.34375 0.1526897 +vt 0.34375 0.2119293 +vt 0.34375 0.2216757 +vt 0.34375 0.225 +vt 0.34375 0.2055379 +vt 0.34375 0.2145469 +vt 0.34375 0.1912065 +vt 0.34375 0.1725294 +vt 0.34375 0.1507795 +vt 0.34375 0.2176198 +vt 0.09375 0.225 +vt 0.09375 0.025 +vt 0.09375 0.1916667 +vt 0.09375 0.05833334 +vt 0.09375 0.075 +vt 0.09375 0.175 + +usemtl colormap + +f 3/2/2 2/1/1 1/1/1 +f 2/1/1 3/2/2 4/2/2 +f 1/1/4 2/1/4 3/2/3 +f 4/2/3 3/2/3 2/1/4 +f 7/4/6 6/3/5 5/3/5 +f 6/3/5 7/4/6 8/4/6 +f 5/3/8 6/3/8 7/4/7 +f 8/4/7 7/4/7 6/3/8 +f 5/3/5 10/5/9 9/5/9 +f 10/5/9 5/3/5 6/3/5 +f 9/5/10 10/5/10 5/3/8 +f 6/3/8 5/3/8 10/5/10 +f 8/4/6 12/6/11 11/6/11 +f 12/6/11 8/4/6 7/4/6 +f 11/6/12 12/6/12 8/4/7 +f 7/4/7 8/4/7 12/6/12 +f 9/5/9 14/2/13 13/2/13 +f 14/2/13 9/5/9 10/5/9 +f 13/2/14 14/2/14 9/5/10 +f 10/5/10 9/5/10 14/2/14 +f 17/7/15 16/6/16 15/7/15 +f 16/6/16 17/7/15 18/6/16 +f 15/7/17 16/6/18 17/7/17 +f 18/6/18 17/7/17 16/6/18 +f 19/8/19 17/7/15 15/7/15 +f 17/7/15 19/8/19 20/8/19 +f 15/7/17 17/7/17 19/8/20 +f 20/8/20 19/8/20 17/7/17 +f 18/6/16 21/4/21 16/6/16 +f 21/4/21 18/6/16 22/4/21 +f 16/6/18 21/4/22 18/6/18 +f 22/4/22 18/6/18 21/4/22 +f 23/5/23 4/2/2 3/2/2 +f 4/2/2 23/5/23 24/5/23 +f 3/2/3 4/2/3 23/5/24 +f 24/5/24 23/5/24 4/2/3 +f 25/3/25 24/5/23 23/5/23 +f 24/5/23 25/3/25 26/3/25 +f 23/5/24 24/5/24 25/3/26 +f 26/3/26 25/3/26 24/5/24 +f 28/7/27 19/8/19 27/7/27 +f 19/8/19 28/7/27 20/8/19 +f 27/7/28 19/8/20 28/7/28 +f 20/8/20 28/7/28 19/8/20 +f 12/6/11 27/7/27 11/6/11 +f 27/7/27 12/6/11 28/7/27 +f 11/6/12 27/7/28 12/6/12 +f 28/7/28 12/6/12 27/7/28 +f 21/4/21 26/3/25 25/3/25 +f 26/3/25 21/4/21 22/4/21 +f 25/3/26 26/3/26 21/4/22 +f 22/4/22 21/4/22 26/3/26 +f 31/10/31 30/9/30 29/9/29 +f 30/9/30 31/10/31 32/10/32 +f 29/9/35 30/9/34 31/10/33 +f 32/10/36 31/10/33 30/9/34 +f 35/12/39 34/11/38 33/11/37 +f 34/11/38 35/12/39 36/12/40 +f 33/11/43 34/11/42 35/12/41 +f 36/12/44 35/12/41 34/11/42 +f 39/10/47 38/13/46 37/10/45 +f 38/13/46 39/10/47 40/13/48 +f 37/10/51 38/13/50 39/10/49 +f 40/13/52 39/10/49 38/13/50 +f 40/13/48 41/14/53 38/13/46 +f 41/14/53 40/13/48 42/14/54 +f 38/13/50 41/14/55 40/13/52 +f 42/14/56 40/13/52 41/14/55 +f 45/14/59 44/13/58 43/13/57 +f 44/13/58 45/14/59 46/14/60 +f 43/13/63 44/13/62 45/14/61 +f 46/14/64 45/14/61 44/13/62 +f 49/12/67 48/11/66 47/11/65 +f 48/11/66 49/12/67 50/12/68 +f 47/11/71 48/11/70 49/12/69 +f 50/12/72 49/12/69 48/11/70 +f 42/14/54 51/15/73 41/14/53 +f 51/15/73 42/14/54 52/15/74 +f 41/14/55 51/15/75 42/14/56 +f 52/15/76 42/14/56 51/15/75 +f 43/13/57 32/10/32 31/10/31 +f 32/10/32 43/13/57 44/13/58 +f 31/10/33 32/10/36 43/13/63 +f 44/13/62 43/13/63 32/10/36 +f 29/9/29 50/12/68 49/12/67 +f 50/12/68 29/9/29 30/9/30 +f 49/12/69 50/12/72 29/9/35 +f 30/9/34 29/9/35 50/12/72 +f 53/9/77 36/12/40 35/12/39 +f 36/12/40 53/9/77 54/9/78 +f 35/12/41 36/12/44 53/9/79 +f 54/9/80 53/9/79 36/12/44 +f 39/10/47 54/9/78 53/9/77 +f 54/9/78 39/10/47 37/10/45 +f 53/9/79 54/9/80 39/10/49 +f 37/10/51 39/10/49 54/9/80 +f 52/15/74 45/14/59 51/15/73 +f 45/14/59 52/15/74 46/14/60 +f 51/15/75 45/14/61 52/15/76 +f 46/14/64 52/15/76 45/14/61 +f 41/14/53 55/16/81 38/13/46 +f 55/16/81 41/14/53 56/17/82 +f 38/13/50 55/16/83 41/14/55 +f 56/17/84 41/14/55 55/16/83 +f 31/10/31 58/19/86 57/18/85 +f 58/19/86 31/10/31 29/9/29 +f 57/18/88 58/19/87 31/10/33 +f 29/9/35 31/10/33 58/19/87 +f 34/11/38 60/20/90 59/1/89 +f 60/20/90 34/11/38 36/12/40 +f 59/1/92 60/20/91 34/11/42 +f 36/12/44 34/11/42 60/20/91 +f 61/1/93 35/12/39 33/11/37 +f 35/12/39 61/1/93 62/20/94 +f 33/11/43 35/12/41 61/1/95 +f 62/20/96 61/1/95 35/12/41 +f 38/13/46 63/18/97 37/10/45 +f 63/18/97 38/13/46 55/16/81 +f 37/10/51 63/18/98 38/13/50 +f 55/16/83 38/13/50 63/18/98 +f 64/17/99 52/15/74 42/14/54 +f 52/15/74 64/17/99 65/21/100 +f 42/14/56 52/15/76 64/17/101 +f 65/21/102 64/17/101 52/15/76 +f 66/16/103 42/14/54 40/13/48 +f 42/14/54 66/16/103 64/17/99 +f 40/13/52 42/14/56 66/16/104 +f 64/17/101 66/16/104 42/14/56 +f 43/13/57 57/18/85 67/16/105 +f 57/18/85 43/13/57 31/10/31 +f 67/16/106 57/18/88 43/13/63 +f 31/10/33 43/13/63 57/18/88 +f 51/15/73 56/17/82 41/14/53 +f 56/17/82 51/15/73 68/21/107 +f 41/14/55 56/17/84 51/15/75 +f 68/21/108 51/15/75 56/17/84 +f 29/9/29 69/20/109 58/19/86 +f 69/20/109 29/9/29 49/12/67 +f 58/19/87 69/20/110 29/9/35 +f 49/12/69 29/9/35 69/20/110 +f 37/10/45 70/19/111 54/9/78 +f 70/19/111 37/10/45 63/18/97 +f 54/9/80 70/19/112 37/10/51 +f 63/18/98 37/10/51 70/19/112 +f 45/14/59 67/16/105 71/17/113 +f 67/16/105 45/14/59 43/13/57 +f 71/17/114 67/16/106 45/14/61 +f 43/13/63 45/14/61 67/16/106 +f 49/12/67 72/1/115 69/20/109 +f 72/1/115 49/12/67 47/11/65 +f 69/20/110 72/1/116 49/12/69 +f 47/11/71 49/12/69 72/1/116 +f 62/20/94 53/9/77 35/12/39 +f 53/9/77 62/20/94 73/19/117 +f 35/12/41 53/9/79 62/20/96 +f 73/19/118 62/20/96 53/9/79 +f 54/9/78 60/20/90 36/12/40 +f 60/20/90 54/9/78 70/19/111 +f 36/12/44 60/20/91 54/9/80 +f 70/19/112 54/9/80 60/20/91 +f 73/19/117 39/10/47 53/9/77 +f 39/10/47 73/19/117 74/18/119 +f 53/9/79 39/10/49 73/19/118 +f 74/18/120 73/19/118 39/10/49 +f 74/18/119 40/13/48 39/10/47 +f 40/13/48 74/18/119 66/16/103 +f 39/10/49 40/13/52 74/18/120 +f 66/16/104 74/18/120 40/13/52 +f 76/18/122 44/13/58 75/16/121 +f 44/13/58 76/18/122 32/10/32 +f 75/16/124 44/13/62 76/18/123 +f 32/10/36 76/18/123 44/13/62 +f 75/16/121 46/14/60 77/17/125 +f 46/14/60 75/16/121 44/13/58 +f 77/17/126 46/14/64 75/16/124 +f 44/13/62 75/16/124 46/14/64 +f 51/15/73 71/17/113 68/21/107 +f 71/17/113 51/15/73 45/14/59 +f 68/21/108 71/17/114 51/15/75 +f 45/14/61 51/15/75 71/17/114 +f 78/19/127 32/10/32 76/18/122 +f 32/10/32 78/19/127 30/9/30 +f 76/18/123 32/10/36 78/19/128 +f 30/9/34 78/19/128 32/10/36 +f 65/21/100 46/14/60 52/15/74 +f 46/14/60 65/21/100 77/17/125 +f 52/15/76 46/14/64 65/21/102 +f 77/17/126 65/21/102 46/14/64 +f 79/20/129 30/9/30 78/19/127 +f 30/9/30 79/20/129 50/12/68 +f 78/19/128 30/9/34 79/20/130 +f 50/12/72 79/20/130 30/9/34 +f 33/11/37 59/1/4 61/1/4 +f 59/1/4 33/11/37 34/11/38 +f 61/1/1 59/1/1 33/11/43 +f 34/11/42 33/11/43 59/1/1 +f 81/1/132 13/2/131 80/1/131 +f 13/2/131 81/1/132 78/19/127 +f 78/19/127 81/1/132 79/20/129 +f 78/19/127 9/5/131 13/2/131 +f 76/18/122 9/5/131 78/19/127 +f 76/18/122 5/3/131 9/5/131 +f 76/18/122 7/4/131 5/3/131 +f 75/16/121 7/4/131 76/18/122 +f 75/16/121 12/6/131 7/4/131 +f 77/17/125 12/6/131 75/16/121 +f 77/17/125 28/7/131 12/6/131 +f 65/21/100 28/7/131 77/17/125 +f 65/21/100 20/8/131 28/7/131 +f 65/21/100 17/7/131 20/8/131 +f 64/17/99 17/7/131 65/21/100 +f 64/17/99 18/6/131 17/7/131 +f 66/16/103 18/6/131 64/17/99 +f 66/16/103 22/4/131 18/6/131 +f 66/16/103 26/3/131 22/4/131 +f 74/18/119 26/3/131 66/16/103 +f 74/18/119 24/5/131 26/3/131 +f 73/19/117 24/5/131 74/18/119 +f 73/19/117 4/2/131 24/5/131 +f 73/19/117 2/1/131 4/2/131 +f 62/20/94 2/1/131 73/19/117 +f 2/1/131 62/20/94 61/1/93 +f 80/1/134 13/2/134 81/1/133 +f 78/19/128 81/1/133 13/2/134 +f 79/20/130 81/1/133 78/19/128 +f 13/2/134 9/5/134 78/19/128 +f 78/19/128 9/5/134 76/18/123 +f 9/5/134 5/3/134 76/18/123 +f 5/3/134 7/4/134 76/18/123 +f 76/18/123 7/4/134 75/16/124 +f 7/4/134 12/6/134 75/16/124 +f 75/16/124 12/6/134 77/17/126 +f 12/6/134 28/7/134 77/17/126 +f 77/17/126 28/7/134 65/21/102 +f 28/7/134 20/8/134 65/21/102 +f 20/8/134 17/7/134 65/21/102 +f 65/21/102 17/7/134 64/17/101 +f 17/7/134 18/6/134 64/17/101 +f 64/17/101 18/6/134 66/16/104 +f 18/6/134 22/4/134 66/16/104 +f 22/4/134 26/3/134 66/16/104 +f 66/16/104 26/3/134 74/18/120 +f 26/3/134 24/5/134 74/18/120 +f 74/18/120 24/5/134 73/19/118 +f 24/5/134 4/2/134 73/19/118 +f 4/2/134 2/1/134 73/19/118 +f 73/19/118 2/1/134 62/20/96 +f 61/1/95 62/20/96 2/1/134 +f 72/1/115 58/19/86 69/20/109 +f 82/1/134 58/19/86 72/1/115 +f 14/2/134 58/19/86 82/1/134 +f 10/5/134 58/19/86 14/2/134 +f 10/5/134 57/18/85 58/19/86 +f 6/3/134 57/18/85 10/5/134 +f 8/4/134 57/18/85 6/3/134 +f 8/4/134 67/16/105 57/18/85 +f 11/6/134 67/16/105 8/4/134 +f 11/6/134 71/17/113 67/16/105 +f 27/7/134 71/17/113 11/6/134 +f 19/8/134 71/17/113 27/7/134 +f 19/8/134 68/21/107 71/17/113 +f 15/7/134 68/21/107 19/8/134 +f 15/7/134 56/17/82 68/21/107 +f 16/6/134 56/17/82 15/7/134 +f 16/6/134 55/16/81 56/17/82 +f 21/4/134 55/16/81 16/6/134 +f 25/3/134 55/16/81 21/4/134 +f 25/3/134 63/18/97 55/16/81 +f 23/5/134 63/18/97 25/3/134 +f 23/5/134 70/19/111 63/18/97 +f 70/19/111 23/5/134 3/2/134 +f 1/1/134 70/19/111 3/2/134 +f 1/1/134 60/20/90 70/19/111 +f 60/20/90 1/1/134 59/1/89 +f 69/20/110 58/19/87 72/1/116 +f 72/1/116 58/19/87 82/1/131 +f 82/1/131 58/19/87 14/2/131 +f 14/2/131 58/19/87 10/5/131 +f 58/19/87 57/18/88 10/5/131 +f 10/5/131 57/18/88 6/3/131 +f 6/3/131 57/18/88 8/4/131 +f 57/18/88 67/16/106 8/4/131 +f 8/4/131 67/16/106 11/6/131 +f 67/16/106 71/17/114 11/6/131 +f 11/6/131 71/17/114 27/7/131 +f 27/7/131 71/17/114 19/8/131 +f 71/17/114 68/21/108 19/8/131 +f 19/8/131 68/21/108 15/7/131 +f 68/21/108 56/17/84 15/7/131 +f 15/7/131 56/17/84 16/6/131 +f 56/17/84 55/16/83 16/6/131 +f 16/6/131 55/16/83 21/4/131 +f 21/4/131 55/16/83 25/3/131 +f 55/16/83 63/18/98 25/3/131 +f 25/3/131 63/18/98 23/5/131 +f 63/18/98 70/19/112 23/5/131 +f 3/2/131 23/5/131 70/19/112 +f 3/2/131 70/19/112 1/1/131 +f 70/19/112 60/20/91 1/1/131 +f 59/1/92 1/1/131 60/20/91 +f 13/2/13 82/1/4 80/1/4 +f 82/1/4 13/2/13 14/2/13 +f 80/1/1 82/1/1 13/2/14 +f 14/2/14 13/2/14 82/1/1 +f 47/11/65 81/1/1 72/1/1 +f 81/1/1 47/11/65 48/11/66 +f 72/1/4 81/1/4 47/11/71 +f 48/11/70 47/11/71 81/1/4 +f 81/1/132 50/12/68 79/20/129 +f 50/12/68 81/1/132 48/11/66 +f 79/20/130 50/12/72 81/1/133 +f 48/11/70 81/1/133 50/12/72 +f 85/22/20 84/22/20 83/22/20 +f 84/22/20 85/22/20 86/22/20 +f 86/22/20 85/22/20 87/22/20 +f 86/22/20 87/22/20 88/22/20 +f 88/22/20 87/22/20 89/22/20 +f 88/22/20 89/22/20 90/22/20 +f 83/22/19 84/22/19 85/22/19 +f 86/22/19 85/22/19 84/22/19 +f 87/22/19 85/22/19 86/22/19 +f 88/22/19 87/22/19 86/22/19 +f 89/22/19 87/22/19 88/22/19 +f 90/22/19 89/22/19 88/22/19 +f 93/23/19 92/23/19 91/23/19 +f 92/23/19 93/23/19 94/23/19 +f 94/23/19 93/23/19 95/23/19 +f 94/23/19 95/23/19 96/23/19 +f 96/23/19 95/23/19 97/23/19 +f 97/23/19 95/23/19 98/23/19 +f 91/23/20 92/23/20 93/23/20 +f 94/23/20 93/23/20 92/23/20 +f 95/23/20 93/23/20 94/23/20 +f 96/23/20 95/23/20 94/23/20 +f 97/23/20 95/23/20 96/23/20 +f 98/23/20 95/23/20 97/23/20 +f 86/22/137 91/23/136 84/22/135 +f 91/23/136 86/22/137 93/23/138 +f 84/22/141 91/23/140 86/22/139 +f 93/23/142 86/22/139 91/23/140 +f 87/22/145 94/23/144 96/23/143 +f 94/23/144 87/22/145 85/22/146 +f 96/23/149 94/23/148 87/22/147 +f 85/22/150 87/22/147 94/23/148 +f 98/23/153 89/22/152 97/23/151 +f 89/22/152 98/23/153 90/22/154 +f 97/23/157 89/22/156 98/23/155 +f 90/22/158 98/23/155 89/22/156 +f 83/22/160 91/23/136 92/23/159 +f 91/23/136 83/22/160 84/22/135 +f 92/23/162 91/23/140 83/22/161 +f 84/22/141 83/22/161 91/23/140 +f 85/22/146 92/23/159 94/23/144 +f 92/23/159 85/22/146 83/22/160 +f 94/23/148 92/23/162 85/22/150 +f 83/22/161 85/22/150 92/23/162 +f 98/23/153 88/22/163 90/22/154 +f 88/22/163 98/23/153 95/23/164 +f 90/22/158 88/22/165 98/23/155 +f 95/23/166 98/23/155 88/22/165 +f 86/22/137 95/23/164 93/23/138 +f 95/23/164 86/22/137 88/22/163 +f 93/23/142 95/23/166 86/22/139 +f 88/22/165 86/22/139 95/23/166 +f 89/22/152 96/23/143 97/23/151 +f 96/23/143 89/22/152 87/22/145 +f 97/23/157 96/23/149 89/22/156 +f 87/22/147 89/22/156 96/23/149 +f 101/22/167 100/22/168 99/22/167 +f 100/22/168 101/22/167 102/22/168 +f 99/22/169 100/22/170 101/22/169 +f 102/22/170 101/22/169 100/22/170 +f 99/22/171 104/25/172 103/24/171 +f 104/25/172 99/22/171 105/25/172 +f 105/25/172 99/22/171 100/22/171 +f 105/25/172 100/22/171 106/24/171 +f 103/24/173 104/25/174 99/22/173 +f 105/25/174 99/22/173 104/25/174 +f 100/22/173 99/22/173 105/25/174 +f 106/24/173 100/22/173 105/25/174 +f 108/25/175 101/22/173 107/24/173 +f 101/22/173 108/25/175 109/25/175 +f 101/22/173 109/25/175 102/22/173 +f 102/22/173 109/25/175 110/24/173 +f 107/24/171 101/22/171 108/25/176 +f 109/25/176 108/25/176 101/22/171 +f 102/22/171 109/25/176 101/22/171 +f 110/24/171 109/25/176 102/22/171 +f 101/22/167 103/24/177 107/24/177 +f 103/24/177 101/22/167 99/22/167 +f 107/24/178 103/24/178 101/22/169 +f 99/22/169 101/22/169 103/24/178 +f 100/22/168 110/24/179 106/24/179 +f 110/24/179 100/22/168 102/22/168 +f 106/24/180 110/24/180 100/22/170 +f 102/22/170 100/22/170 110/24/180 +f 113/23/182 112/23/181 111/23/181 +f 112/23/181 113/23/182 114/23/182 +f 111/23/184 112/23/184 113/23/183 +f 114/23/183 113/23/183 112/23/184 +f 111/23/181 104/25/172 105/25/172 +f 104/25/172 111/23/181 112/23/181 +f 105/25/174 104/25/174 111/23/184 +f 112/23/184 111/23/184 104/25/174 +f 109/25/175 114/23/182 113/23/182 +f 114/23/182 109/25/175 108/25/175 +f 113/23/183 114/23/183 109/25/176 +f 108/25/176 109/25/176 114/23/183 +f 108/25/185 112/23/185 114/23/185 +f 112/23/185 108/25/185 104/25/185 +f 104/25/185 108/25/185 107/24/177 +f 104/25/185 107/24/177 103/24/177 +f 114/23/186 112/23/186 108/25/186 +f 104/25/186 108/25/186 112/23/186 +f 107/24/178 108/25/186 104/25/186 +f 103/24/178 107/24/178 104/25/186 +f 105/25/187 113/23/187 111/23/187 +f 113/23/187 105/25/187 109/25/187 +f 109/25/187 105/25/187 106/24/179 +f 109/25/187 106/24/179 110/24/179 +f 111/23/188 113/23/188 105/25/188 +f 109/25/188 105/25/188 113/23/188 +f 106/24/180 105/25/188 109/25/188 +f 110/24/180 106/24/180 109/25/188 +f 117/22/20 116/22/20 115/22/20 +f 116/22/20 117/22/20 118/22/20 +f 118/22/20 117/22/20 119/22/20 +f 118/22/20 119/22/20 120/22/20 +f 120/22/20 119/22/20 121/22/20 +f 120/22/20 121/22/20 122/22/20 +f 115/22/19 116/22/19 117/22/19 +f 118/22/19 117/22/19 116/22/19 +f 119/22/19 117/22/19 118/22/19 +f 120/22/19 119/22/19 118/22/19 +f 121/22/19 119/22/19 120/22/19 +f 122/22/19 121/22/19 120/22/19 +f 125/23/19 124/23/19 123/23/19 +f 124/23/19 125/23/19 126/23/19 +f 126/23/19 125/23/19 127/23/19 +f 126/23/19 127/23/19 128/23/19 +f 128/23/19 127/23/19 129/23/19 +f 128/23/19 129/23/19 130/23/19 +f 123/23/20 124/23/20 125/23/20 +f 126/23/20 125/23/20 124/23/20 +f 127/23/20 125/23/20 126/23/20 +f 128/23/20 127/23/20 126/23/20 +f 129/23/20 127/23/20 128/23/20 +f 130/23/20 129/23/20 128/23/20 +f 129/23/153 121/22/152 130/23/151 +f 121/22/152 129/23/153 122/22/154 +f 130/23/157 121/22/156 129/23/155 +f 122/22/158 129/23/155 121/22/156 +f 118/22/137 127/23/164 125/23/138 +f 127/23/164 118/22/137 120/22/163 +f 125/23/142 127/23/166 118/22/139 +f 120/22/165 118/22/139 127/23/166 +f 118/22/137 123/23/136 116/22/135 +f 123/23/136 118/22/137 125/23/138 +f 116/22/141 123/23/140 118/22/139 +f 125/23/142 118/22/139 123/23/140 +f 117/22/146 124/23/159 126/23/144 +f 124/23/159 117/22/146 115/22/160 +f 126/23/148 124/23/162 117/22/150 +f 115/22/161 117/22/150 124/23/162 +f 119/22/145 126/23/144 128/23/143 +f 126/23/144 119/22/145 117/22/146 +f 128/23/149 126/23/148 119/22/147 +f 117/22/150 119/22/147 126/23/148 +f 115/22/160 123/23/136 124/23/159 +f 123/23/136 115/22/160 116/22/135 +f 124/23/162 123/23/140 115/22/161 +f 116/22/141 115/22/161 123/23/140 +f 121/22/152 128/23/143 130/23/151 +f 128/23/143 121/22/152 119/22/145 +f 130/23/157 128/23/149 121/22/156 +f 119/22/147 121/22/156 128/23/149 +f 129/23/153 120/22/163 122/22/154 +f 120/22/163 129/23/153 127/23/164 +f 122/22/158 120/22/165 129/23/155 +f 127/23/166 129/23/155 120/22/165 +f 133/26/19 132/26/19 131/26/19 +f 132/26/19 133/26/19 134/26/19 +f 134/26/19 133/26/19 135/26/19 +f 134/26/19 135/26/19 136/26/19 +f 136/26/19 135/26/19 137/26/19 +f 136/26/19 137/26/19 138/26/19 +f 131/26/20 132/26/20 133/26/20 +f 134/26/20 133/26/20 132/26/20 +f 135/26/20 133/26/20 134/26/20 +f 136/26/20 135/26/20 134/26/20 +f 137/26/20 135/26/20 136/26/20 +f 138/26/20 137/26/20 136/26/20 +f 141/27/20 140/27/20 139/27/20 +f 140/27/20 141/27/20 142/27/20 +f 142/27/20 141/27/20 143/27/20 +f 142/27/20 143/27/20 144/27/20 +f 144/27/20 143/27/20 145/27/20 +f 144/27/20 145/27/20 146/27/20 +f 139/27/19 140/27/19 141/27/19 +f 142/27/19 141/27/19 140/27/19 +f 143/27/19 141/27/19 142/27/19 +f 144/27/19 143/27/19 142/27/19 +f 145/27/19 143/27/19 144/27/19 +f 146/27/19 145/27/19 144/27/19 +f 143/27/189 134/26/190 136/26/189 +f 134/26/190 143/27/189 141/27/190 +f 136/26/191 134/26/192 143/27/191 +f 141/27/192 143/27/191 134/26/192 +f 145/27/193 136/26/189 138/26/193 +f 136/26/189 145/27/193 143/27/189 +f 138/26/194 136/26/191 145/27/194 +f 143/27/191 145/27/194 136/26/191 +f 137/26/195 145/27/193 138/26/193 +f 145/27/193 137/26/195 146/27/195 +f 138/26/194 145/27/194 137/26/196 +f 146/27/196 137/26/196 145/27/194 +f 135/26/192 146/27/195 137/26/195 +f 146/27/195 135/26/192 144/27/192 +f 137/26/196 146/27/196 135/26/190 +f 144/27/190 135/26/190 146/27/196 +f 142/27/191 135/26/192 133/26/191 +f 135/26/192 142/27/191 144/27/192 +f 133/26/189 135/26/190 142/27/189 +f 144/27/190 142/27/189 135/26/190 +f 142/27/191 131/26/194 140/27/194 +f 131/26/194 142/27/191 133/26/191 +f 140/27/193 131/26/193 142/27/189 +f 133/26/189 142/27/189 131/26/193 +f 140/27/194 132/26/196 139/27/196 +f 132/26/196 140/27/194 131/26/194 +f 139/27/195 132/26/195 140/27/193 +f 131/26/193 140/27/193 132/26/195 +f 139/27/196 134/26/190 141/27/190 +f 134/26/190 139/27/196 132/26/196 +f 141/27/192 134/26/192 139/27/195 +f 132/26/195 139/27/195 134/26/192 +f 149/26/19 148/26/19 147/26/19 +f 148/26/19 149/26/19 150/26/19 +f 150/26/19 149/26/19 151/26/19 +f 150/26/19 151/26/19 152/26/19 +f 152/26/19 151/26/19 153/26/19 +f 152/26/19 153/26/19 154/26/19 +f 147/26/20 148/26/20 149/26/20 +f 150/26/20 149/26/20 148/26/20 +f 151/26/20 149/26/20 150/26/20 +f 152/26/20 151/26/20 150/26/20 +f 153/26/20 151/26/20 152/26/20 +f 154/26/20 153/26/20 152/26/20 +f 157/27/20 156/27/20 155/27/20 +f 156/27/20 157/27/20 158/27/20 +f 158/27/20 157/27/20 159/27/20 +f 158/27/20 159/27/20 160/27/20 +f 160/27/20 159/27/20 161/27/20 +f 160/27/20 161/27/20 162/27/20 +f 155/27/19 156/27/19 157/27/19 +f 158/27/19 157/27/19 156/27/19 +f 159/27/19 157/27/19 158/27/19 +f 160/27/19 159/27/19 158/27/19 +f 161/27/19 159/27/19 160/27/19 +f 162/27/19 161/27/19 160/27/19 +f 159/27/189 150/26/190 152/26/189 +f 150/26/190 159/27/189 157/27/190 +f 152/26/191 150/26/192 159/27/191 +f 157/27/192 159/27/191 150/26/192 +f 161/27/193 152/26/189 154/26/193 +f 152/26/189 161/27/193 159/27/189 +f 154/26/194 152/26/191 161/27/194 +f 159/27/191 161/27/194 152/26/191 +f 153/26/195 161/27/193 154/26/193 +f 161/27/193 153/26/195 162/27/195 +f 154/26/194 161/27/194 153/26/196 +f 162/27/196 153/26/196 161/27/194 +f 151/26/192 162/27/195 153/26/195 +f 162/27/195 151/26/192 160/27/192 +f 153/26/196 162/27/196 151/26/190 +f 160/27/190 151/26/190 162/27/196 +f 158/27/191 151/26/192 149/26/191 +f 151/26/192 158/27/191 160/27/192 +f 149/26/189 151/26/190 158/27/189 +f 160/27/190 158/27/189 151/26/190 +f 158/27/191 147/26/194 156/27/194 +f 147/26/194 158/27/191 149/26/191 +f 156/27/193 147/26/193 158/27/189 +f 149/26/189 158/27/189 147/26/193 +f 156/27/194 148/26/196 155/27/196 +f 148/26/196 156/27/194 147/26/194 +f 155/27/195 148/26/195 156/27/193 +f 147/26/193 156/27/193 148/26/195 +f 155/27/196 150/26/190 157/27/190 +f 150/26/190 155/27/196 148/26/196 +f 157/27/192 150/26/192 155/27/195 +f 148/26/195 155/27/195 150/26/192 + +g gate-door + + + + +usemtl colormap + +f 3/2/2 2/1/1 1/1/1 +f 2/1/1 3/2/2 4/2/2 +f 1/1/4 2/1/4 3/2/3 +f 4/2/3 3/2/3 2/1/4 +f 7/4/6 6/3/5 5/3/5 +f 6/3/5 7/4/6 8/4/6 +f 5/3/8 6/3/8 7/4/7 +f 8/4/7 7/4/7 6/3/8 +f 5/3/5 10/5/9 9/5/9 +f 10/5/9 5/3/5 6/3/5 +f 9/5/10 10/5/10 5/3/8 +f 6/3/8 5/3/8 10/5/10 +f 8/4/6 12/6/11 11/6/11 +f 12/6/11 8/4/6 7/4/6 +f 11/6/12 12/6/12 8/4/7 +f 7/4/7 8/4/7 12/6/12 +f 9/5/9 14/2/13 13/2/13 +f 14/2/13 9/5/9 10/5/9 +f 13/2/14 14/2/14 9/5/10 +f 10/5/10 9/5/10 14/2/14 +f 17/7/15 16/6/16 15/7/15 +f 16/6/16 17/7/15 18/6/16 +f 15/7/17 16/6/18 17/7/17 +f 18/6/18 17/7/17 16/6/18 +f 19/8/19 17/7/15 15/7/15 +f 17/7/15 19/8/19 20/8/19 +f 15/7/17 17/7/17 19/8/20 +f 20/8/20 19/8/20 17/7/17 +f 18/6/16 21/4/21 16/6/16 +f 21/4/21 18/6/16 22/4/21 +f 16/6/18 21/4/22 18/6/18 +f 22/4/22 18/6/18 21/4/22 +f 23/5/23 4/2/2 3/2/2 +f 4/2/2 23/5/23 24/5/23 +f 3/2/3 4/2/3 23/5/24 +f 24/5/24 23/5/24 4/2/3 +f 25/3/25 24/5/23 23/5/23 +f 24/5/23 25/3/25 26/3/25 +f 23/5/24 24/5/24 25/3/26 +f 26/3/26 25/3/26 24/5/24 +f 28/7/27 19/8/19 27/7/27 +f 19/8/19 28/7/27 20/8/19 +f 27/7/28 19/8/20 28/7/28 +f 20/8/20 28/7/28 19/8/20 +f 12/6/11 27/7/27 11/6/11 +f 27/7/27 12/6/11 28/7/27 +f 11/6/12 27/7/28 12/6/12 +f 28/7/28 12/6/12 27/7/28 +f 21/4/21 26/3/25 25/3/25 +f 26/3/25 21/4/21 22/4/21 +f 25/3/26 26/3/26 21/4/22 +f 22/4/22 21/4/22 26/3/26 +f 31/10/31 30/9/30 29/9/29 +f 30/9/30 31/10/31 32/10/32 +f 29/9/35 30/9/34 31/10/33 +f 32/10/36 31/10/33 30/9/34 +f 35/12/39 34/11/38 33/11/37 +f 34/11/38 35/12/39 36/12/40 +f 33/11/43 34/11/42 35/12/41 +f 36/12/44 35/12/41 34/11/42 +f 39/10/47 38/13/46 37/10/45 +f 38/13/46 39/10/47 40/13/48 +f 37/10/51 38/13/50 39/10/49 +f 40/13/52 39/10/49 38/13/50 +f 40/13/48 41/14/53 38/13/46 +f 41/14/53 40/13/48 42/14/54 +f 38/13/50 41/14/55 40/13/52 +f 42/14/56 40/13/52 41/14/55 +f 45/14/59 44/13/58 43/13/57 +f 44/13/58 45/14/59 46/14/60 +f 43/13/63 44/13/62 45/14/61 +f 46/14/64 45/14/61 44/13/62 +f 49/12/67 48/11/66 47/11/65 +f 48/11/66 49/12/67 50/12/68 +f 47/11/71 48/11/70 49/12/69 +f 50/12/72 49/12/69 48/11/70 +f 42/14/54 51/15/73 41/14/53 +f 51/15/73 42/14/54 52/15/74 +f 41/14/55 51/15/75 42/14/56 +f 52/15/76 42/14/56 51/15/75 +f 43/13/57 32/10/32 31/10/31 +f 32/10/32 43/13/57 44/13/58 +f 31/10/33 32/10/36 43/13/63 +f 44/13/62 43/13/63 32/10/36 +f 29/9/29 50/12/68 49/12/67 +f 50/12/68 29/9/29 30/9/30 +f 49/12/69 50/12/72 29/9/35 +f 30/9/34 29/9/35 50/12/72 +f 53/9/77 36/12/40 35/12/39 +f 36/12/40 53/9/77 54/9/78 +f 35/12/41 36/12/44 53/9/79 +f 54/9/80 53/9/79 36/12/44 +f 39/10/47 54/9/78 53/9/77 +f 54/9/78 39/10/47 37/10/45 +f 53/9/79 54/9/80 39/10/49 +f 37/10/51 39/10/49 54/9/80 +f 52/15/74 45/14/59 51/15/73 +f 45/14/59 52/15/74 46/14/60 +f 51/15/75 45/14/61 52/15/76 +f 46/14/64 52/15/76 45/14/61 +f 41/14/53 55/16/81 38/13/46 +f 55/16/81 41/14/53 56/17/82 +f 38/13/50 55/16/83 41/14/55 +f 56/17/84 41/14/55 55/16/83 +f 31/10/31 58/19/86 57/18/85 +f 58/19/86 31/10/31 29/9/29 +f 57/18/88 58/19/87 31/10/33 +f 29/9/35 31/10/33 58/19/87 +f 34/11/38 60/20/90 59/1/89 +f 60/20/90 34/11/38 36/12/40 +f 59/1/92 60/20/91 34/11/42 +f 36/12/44 34/11/42 60/20/91 +f 61/1/93 35/12/39 33/11/37 +f 35/12/39 61/1/93 62/20/94 +f 33/11/43 35/12/41 61/1/95 +f 62/20/96 61/1/95 35/12/41 +f 38/13/46 63/18/97 37/10/45 +f 63/18/97 38/13/46 55/16/81 +f 37/10/51 63/18/98 38/13/50 +f 55/16/83 38/13/50 63/18/98 +f 64/17/99 52/15/74 42/14/54 +f 52/15/74 64/17/99 65/21/100 +f 42/14/56 52/15/76 64/17/101 +f 65/21/102 64/17/101 52/15/76 +f 66/16/103 42/14/54 40/13/48 +f 42/14/54 66/16/103 64/17/99 +f 40/13/52 42/14/56 66/16/104 +f 64/17/101 66/16/104 42/14/56 +f 43/13/57 57/18/85 67/16/105 +f 57/18/85 43/13/57 31/10/31 +f 67/16/106 57/18/88 43/13/63 +f 31/10/33 43/13/63 57/18/88 +f 51/15/73 56/17/82 41/14/53 +f 56/17/82 51/15/73 68/21/107 +f 41/14/55 56/17/84 51/15/75 +f 68/21/108 51/15/75 56/17/84 +f 29/9/29 69/20/109 58/19/86 +f 69/20/109 29/9/29 49/12/67 +f 58/19/87 69/20/110 29/9/35 +f 49/12/69 29/9/35 69/20/110 +f 37/10/45 70/19/111 54/9/78 +f 70/19/111 37/10/45 63/18/97 +f 54/9/80 70/19/112 37/10/51 +f 63/18/98 37/10/51 70/19/112 +f 45/14/59 67/16/105 71/17/113 +f 67/16/105 45/14/59 43/13/57 +f 71/17/114 67/16/106 45/14/61 +f 43/13/63 45/14/61 67/16/106 +f 49/12/67 72/1/115 69/20/109 +f 72/1/115 49/12/67 47/11/65 +f 69/20/110 72/1/116 49/12/69 +f 47/11/71 49/12/69 72/1/116 +f 62/20/94 53/9/77 35/12/39 +f 53/9/77 62/20/94 73/19/117 +f 35/12/41 53/9/79 62/20/96 +f 73/19/118 62/20/96 53/9/79 +f 54/9/78 60/20/90 36/12/40 +f 60/20/90 54/9/78 70/19/111 +f 36/12/44 60/20/91 54/9/80 +f 70/19/112 54/9/80 60/20/91 +f 73/19/117 39/10/47 53/9/77 +f 39/10/47 73/19/117 74/18/119 +f 53/9/79 39/10/49 73/19/118 +f 74/18/120 73/19/118 39/10/49 +f 74/18/119 40/13/48 39/10/47 +f 40/13/48 74/18/119 66/16/103 +f 39/10/49 40/13/52 74/18/120 +f 66/16/104 74/18/120 40/13/52 +f 76/18/122 44/13/58 75/16/121 +f 44/13/58 76/18/122 32/10/32 +f 75/16/124 44/13/62 76/18/123 +f 32/10/36 76/18/123 44/13/62 +f 75/16/121 46/14/60 77/17/125 +f 46/14/60 75/16/121 44/13/58 +f 77/17/126 46/14/64 75/16/124 +f 44/13/62 75/16/124 46/14/64 +f 51/15/73 71/17/113 68/21/107 +f 71/17/113 51/15/73 45/14/59 +f 68/21/108 71/17/114 51/15/75 +f 45/14/61 51/15/75 71/17/114 +f 78/19/127 32/10/32 76/18/122 +f 32/10/32 78/19/127 30/9/30 +f 76/18/123 32/10/36 78/19/128 +f 30/9/34 78/19/128 32/10/36 +f 65/21/100 46/14/60 52/15/74 +f 46/14/60 65/21/100 77/17/125 +f 52/15/76 46/14/64 65/21/102 +f 77/17/126 65/21/102 46/14/64 +f 79/20/129 30/9/30 78/19/127 +f 30/9/30 79/20/129 50/12/68 +f 78/19/128 30/9/34 79/20/130 +f 50/12/72 79/20/130 30/9/34 +f 33/11/37 59/1/4 61/1/4 +f 59/1/4 33/11/37 34/11/38 +f 61/1/1 59/1/1 33/11/43 +f 34/11/42 33/11/43 59/1/1 +f 81/1/132 13/2/131 80/1/131 +f 13/2/131 81/1/132 78/19/127 +f 78/19/127 81/1/132 79/20/129 +f 78/19/127 9/5/131 13/2/131 +f 76/18/122 9/5/131 78/19/127 +f 76/18/122 5/3/131 9/5/131 +f 76/18/122 7/4/131 5/3/131 +f 75/16/121 7/4/131 76/18/122 +f 75/16/121 12/6/131 7/4/131 +f 77/17/125 12/6/131 75/16/121 +f 77/17/125 28/7/131 12/6/131 +f 65/21/100 28/7/131 77/17/125 +f 65/21/100 20/8/131 28/7/131 +f 65/21/100 17/7/131 20/8/131 +f 64/17/99 17/7/131 65/21/100 +f 64/17/99 18/6/131 17/7/131 +f 66/16/103 18/6/131 64/17/99 +f 66/16/103 22/4/131 18/6/131 +f 66/16/103 26/3/131 22/4/131 +f 74/18/119 26/3/131 66/16/103 +f 74/18/119 24/5/131 26/3/131 +f 73/19/117 24/5/131 74/18/119 +f 73/19/117 4/2/131 24/5/131 +f 73/19/117 2/1/131 4/2/131 +f 62/20/94 2/1/131 73/19/117 +f 2/1/131 62/20/94 61/1/93 +f 80/1/134 13/2/134 81/1/133 +f 78/19/128 81/1/133 13/2/134 +f 79/20/130 81/1/133 78/19/128 +f 13/2/134 9/5/134 78/19/128 +f 78/19/128 9/5/134 76/18/123 +f 9/5/134 5/3/134 76/18/123 +f 5/3/134 7/4/134 76/18/123 +f 76/18/123 7/4/134 75/16/124 +f 7/4/134 12/6/134 75/16/124 +f 75/16/124 12/6/134 77/17/126 +f 12/6/134 28/7/134 77/17/126 +f 77/17/126 28/7/134 65/21/102 +f 28/7/134 20/8/134 65/21/102 +f 20/8/134 17/7/134 65/21/102 +f 65/21/102 17/7/134 64/17/101 +f 17/7/134 18/6/134 64/17/101 +f 64/17/101 18/6/134 66/16/104 +f 18/6/134 22/4/134 66/16/104 +f 22/4/134 26/3/134 66/16/104 +f 66/16/104 26/3/134 74/18/120 +f 26/3/134 24/5/134 74/18/120 +f 74/18/120 24/5/134 73/19/118 +f 24/5/134 4/2/134 73/19/118 +f 4/2/134 2/1/134 73/19/118 +f 73/19/118 2/1/134 62/20/96 +f 61/1/95 62/20/96 2/1/134 +f 72/1/115 58/19/86 69/20/109 +f 82/1/134 58/19/86 72/1/115 +f 14/2/134 58/19/86 82/1/134 +f 10/5/134 58/19/86 14/2/134 +f 10/5/134 57/18/85 58/19/86 +f 6/3/134 57/18/85 10/5/134 +f 8/4/134 57/18/85 6/3/134 +f 8/4/134 67/16/105 57/18/85 +f 11/6/134 67/16/105 8/4/134 +f 11/6/134 71/17/113 67/16/105 +f 27/7/134 71/17/113 11/6/134 +f 19/8/134 71/17/113 27/7/134 +f 19/8/134 68/21/107 71/17/113 +f 15/7/134 68/21/107 19/8/134 +f 15/7/134 56/17/82 68/21/107 +f 16/6/134 56/17/82 15/7/134 +f 16/6/134 55/16/81 56/17/82 +f 21/4/134 55/16/81 16/6/134 +f 25/3/134 55/16/81 21/4/134 +f 25/3/134 63/18/97 55/16/81 +f 23/5/134 63/18/97 25/3/134 +f 23/5/134 70/19/111 63/18/97 +f 70/19/111 23/5/134 3/2/134 +f 1/1/134 70/19/111 3/2/134 +f 1/1/134 60/20/90 70/19/111 +f 60/20/90 1/1/134 59/1/89 +f 69/20/110 58/19/87 72/1/116 +f 72/1/116 58/19/87 82/1/131 +f 82/1/131 58/19/87 14/2/131 +f 14/2/131 58/19/87 10/5/131 +f 58/19/87 57/18/88 10/5/131 +f 10/5/131 57/18/88 6/3/131 +f 6/3/131 57/18/88 8/4/131 +f 57/18/88 67/16/106 8/4/131 +f 8/4/131 67/16/106 11/6/131 +f 67/16/106 71/17/114 11/6/131 +f 11/6/131 71/17/114 27/7/131 +f 27/7/131 71/17/114 19/8/131 +f 71/17/114 68/21/108 19/8/131 +f 19/8/131 68/21/108 15/7/131 +f 68/21/108 56/17/84 15/7/131 +f 15/7/131 56/17/84 16/6/131 +f 56/17/84 55/16/83 16/6/131 +f 16/6/131 55/16/83 21/4/131 +f 21/4/131 55/16/83 25/3/131 +f 55/16/83 63/18/98 25/3/131 +f 25/3/131 63/18/98 23/5/131 +f 63/18/98 70/19/112 23/5/131 +f 3/2/131 23/5/131 70/19/112 +f 3/2/131 70/19/112 1/1/131 +f 70/19/112 60/20/91 1/1/131 +f 59/1/92 1/1/131 60/20/91 +f 13/2/13 82/1/4 80/1/4 +f 82/1/4 13/2/13 14/2/13 +f 80/1/1 82/1/1 13/2/14 +f 14/2/14 13/2/14 82/1/1 +f 47/11/65 81/1/1 72/1/1 +f 81/1/1 47/11/65 48/11/66 +f 72/1/4 81/1/4 47/11/71 +f 48/11/70 47/11/71 81/1/4 +f 81/1/132 50/12/68 79/20/129 +f 50/12/68 81/1/132 48/11/66 +f 79/20/130 50/12/72 81/1/133 +f 48/11/70 81/1/133 50/12/72 +f 85/22/20 84/22/20 83/22/20 +f 84/22/20 85/22/20 86/22/20 +f 86/22/20 85/22/20 87/22/20 +f 86/22/20 87/22/20 88/22/20 +f 88/22/20 87/22/20 89/22/20 +f 88/22/20 89/22/20 90/22/20 +f 83/22/19 84/22/19 85/22/19 +f 86/22/19 85/22/19 84/22/19 +f 87/22/19 85/22/19 86/22/19 +f 88/22/19 87/22/19 86/22/19 +f 89/22/19 87/22/19 88/22/19 +f 90/22/19 89/22/19 88/22/19 +f 93/23/19 92/23/19 91/23/19 +f 92/23/19 93/23/19 94/23/19 +f 94/23/19 93/23/19 95/23/19 +f 94/23/19 95/23/19 96/23/19 +f 96/23/19 95/23/19 97/23/19 +f 97/23/19 95/23/19 98/23/19 +f 91/23/20 92/23/20 93/23/20 +f 94/23/20 93/23/20 92/23/20 +f 95/23/20 93/23/20 94/23/20 +f 96/23/20 95/23/20 94/23/20 +f 97/23/20 95/23/20 96/23/20 +f 98/23/20 95/23/20 97/23/20 +f 86/22/137 91/23/136 84/22/135 +f 91/23/136 86/22/137 93/23/138 +f 84/22/141 91/23/140 86/22/139 +f 93/23/142 86/22/139 91/23/140 +f 87/22/145 94/23/144 96/23/143 +f 94/23/144 87/22/145 85/22/146 +f 96/23/149 94/23/148 87/22/147 +f 85/22/150 87/22/147 94/23/148 +f 98/23/153 89/22/152 97/23/151 +f 89/22/152 98/23/153 90/22/154 +f 97/23/157 89/22/156 98/23/155 +f 90/22/158 98/23/155 89/22/156 +f 83/22/160 91/23/136 92/23/159 +f 91/23/136 83/22/160 84/22/135 +f 92/23/162 91/23/140 83/22/161 +f 84/22/141 83/22/161 91/23/140 +f 85/22/146 92/23/159 94/23/144 +f 92/23/159 85/22/146 83/22/160 +f 94/23/148 92/23/162 85/22/150 +f 83/22/161 85/22/150 92/23/162 +f 98/23/153 88/22/163 90/22/154 +f 88/22/163 98/23/153 95/23/164 +f 90/22/158 88/22/165 98/23/155 +f 95/23/166 98/23/155 88/22/165 +f 86/22/137 95/23/164 93/23/138 +f 95/23/164 86/22/137 88/22/163 +f 93/23/142 95/23/166 86/22/139 +f 88/22/165 86/22/139 95/23/166 +f 89/22/152 96/23/143 97/23/151 +f 96/23/143 89/22/152 87/22/145 +f 97/23/157 96/23/149 89/22/156 +f 87/22/147 89/22/156 96/23/149 +f 101/22/167 100/22/168 99/22/167 +f 100/22/168 101/22/167 102/22/168 +f 99/22/169 100/22/170 101/22/169 +f 102/22/170 101/22/169 100/22/170 +f 99/22/171 104/25/172 103/24/171 +f 104/25/172 99/22/171 105/25/172 +f 105/25/172 99/22/171 100/22/171 +f 105/25/172 100/22/171 106/24/171 +f 103/24/173 104/25/174 99/22/173 +f 105/25/174 99/22/173 104/25/174 +f 100/22/173 99/22/173 105/25/174 +f 106/24/173 100/22/173 105/25/174 +f 108/25/175 101/22/173 107/24/173 +f 101/22/173 108/25/175 109/25/175 +f 101/22/173 109/25/175 102/22/173 +f 102/22/173 109/25/175 110/24/173 +f 107/24/171 101/22/171 108/25/176 +f 109/25/176 108/25/176 101/22/171 +f 102/22/171 109/25/176 101/22/171 +f 110/24/171 109/25/176 102/22/171 +f 101/22/167 103/24/177 107/24/177 +f 103/24/177 101/22/167 99/22/167 +f 107/24/178 103/24/178 101/22/169 +f 99/22/169 101/22/169 103/24/178 +f 100/22/168 110/24/179 106/24/179 +f 110/24/179 100/22/168 102/22/168 +f 106/24/180 110/24/180 100/22/170 +f 102/22/170 100/22/170 110/24/180 +f 113/23/182 112/23/181 111/23/181 +f 112/23/181 113/23/182 114/23/182 +f 111/23/184 112/23/184 113/23/183 +f 114/23/183 113/23/183 112/23/184 +f 111/23/181 104/25/172 105/25/172 +f 104/25/172 111/23/181 112/23/181 +f 105/25/174 104/25/174 111/23/184 +f 112/23/184 111/23/184 104/25/174 +f 109/25/175 114/23/182 113/23/182 +f 114/23/182 109/25/175 108/25/175 +f 113/23/183 114/23/183 109/25/176 +f 108/25/176 109/25/176 114/23/183 +f 108/25/185 112/23/185 114/23/185 +f 112/23/185 108/25/185 104/25/185 +f 104/25/185 108/25/185 107/24/177 +f 104/25/185 107/24/177 103/24/177 +f 114/23/186 112/23/186 108/25/186 +f 104/25/186 108/25/186 112/23/186 +f 107/24/178 108/25/186 104/25/186 +f 103/24/178 107/24/178 104/25/186 +f 105/25/187 113/23/187 111/23/187 +f 113/23/187 105/25/187 109/25/187 +f 109/25/187 105/25/187 106/24/179 +f 109/25/187 106/24/179 110/24/179 +f 111/23/188 113/23/188 105/25/188 +f 109/25/188 105/25/188 113/23/188 +f 106/24/180 105/25/188 109/25/188 +f 110/24/180 106/24/180 109/25/188 +f 117/22/20 116/22/20 115/22/20 +f 116/22/20 117/22/20 118/22/20 +f 118/22/20 117/22/20 119/22/20 +f 118/22/20 119/22/20 120/22/20 +f 120/22/20 119/22/20 121/22/20 +f 120/22/20 121/22/20 122/22/20 +f 115/22/19 116/22/19 117/22/19 +f 118/22/19 117/22/19 116/22/19 +f 119/22/19 117/22/19 118/22/19 +f 120/22/19 119/22/19 118/22/19 +f 121/22/19 119/22/19 120/22/19 +f 122/22/19 121/22/19 120/22/19 +f 125/23/19 124/23/19 123/23/19 +f 124/23/19 125/23/19 126/23/19 +f 126/23/19 125/23/19 127/23/19 +f 126/23/19 127/23/19 128/23/19 +f 128/23/19 127/23/19 129/23/19 +f 128/23/19 129/23/19 130/23/19 +f 123/23/20 124/23/20 125/23/20 +f 126/23/20 125/23/20 124/23/20 +f 127/23/20 125/23/20 126/23/20 +f 128/23/20 127/23/20 126/23/20 +f 129/23/20 127/23/20 128/23/20 +f 130/23/20 129/23/20 128/23/20 +f 129/23/153 121/22/152 130/23/151 +f 121/22/152 129/23/153 122/22/154 +f 130/23/157 121/22/156 129/23/155 +f 122/22/158 129/23/155 121/22/156 +f 118/22/137 127/23/164 125/23/138 +f 127/23/164 118/22/137 120/22/163 +f 125/23/142 127/23/166 118/22/139 +f 120/22/165 118/22/139 127/23/166 +f 118/22/137 123/23/136 116/22/135 +f 123/23/136 118/22/137 125/23/138 +f 116/22/141 123/23/140 118/22/139 +f 125/23/142 118/22/139 123/23/140 +f 117/22/146 124/23/159 126/23/144 +f 124/23/159 117/22/146 115/22/160 +f 126/23/148 124/23/162 117/22/150 +f 115/22/161 117/22/150 124/23/162 +f 119/22/145 126/23/144 128/23/143 +f 126/23/144 119/22/145 117/22/146 +f 128/23/149 126/23/148 119/22/147 +f 117/22/150 119/22/147 126/23/148 +f 115/22/160 123/23/136 124/23/159 +f 123/23/136 115/22/160 116/22/135 +f 124/23/162 123/23/140 115/22/161 +f 116/22/141 115/22/161 123/23/140 +f 121/22/152 128/23/143 130/23/151 +f 128/23/143 121/22/152 119/22/145 +f 130/23/157 128/23/149 121/22/156 +f 119/22/147 121/22/156 128/23/149 +f 129/23/153 120/22/163 122/22/154 +f 120/22/163 129/23/153 127/23/164 +f 122/22/158 120/22/165 129/23/155 +f 127/23/166 129/23/155 120/22/165 +f 133/26/19 132/26/19 131/26/19 +f 132/26/19 133/26/19 134/26/19 +f 134/26/19 133/26/19 135/26/19 +f 134/26/19 135/26/19 136/26/19 +f 136/26/19 135/26/19 137/26/19 +f 136/26/19 137/26/19 138/26/19 +f 131/26/20 132/26/20 133/26/20 +f 134/26/20 133/26/20 132/26/20 +f 135/26/20 133/26/20 134/26/20 +f 136/26/20 135/26/20 134/26/20 +f 137/26/20 135/26/20 136/26/20 +f 138/26/20 137/26/20 136/26/20 +f 141/27/20 140/27/20 139/27/20 +f 140/27/20 141/27/20 142/27/20 +f 142/27/20 141/27/20 143/27/20 +f 142/27/20 143/27/20 144/27/20 +f 144/27/20 143/27/20 145/27/20 +f 144/27/20 145/27/20 146/27/20 +f 139/27/19 140/27/19 141/27/19 +f 142/27/19 141/27/19 140/27/19 +f 143/27/19 141/27/19 142/27/19 +f 144/27/19 143/27/19 142/27/19 +f 145/27/19 143/27/19 144/27/19 +f 146/27/19 145/27/19 144/27/19 +f 143/27/189 134/26/190 136/26/189 +f 134/26/190 143/27/189 141/27/190 +f 136/26/191 134/26/192 143/27/191 +f 141/27/192 143/27/191 134/26/192 +f 145/27/193 136/26/189 138/26/193 +f 136/26/189 145/27/193 143/27/189 +f 138/26/194 136/26/191 145/27/194 +f 143/27/191 145/27/194 136/26/191 +f 137/26/195 145/27/193 138/26/193 +f 145/27/193 137/26/195 146/27/195 +f 138/26/194 145/27/194 137/26/196 +f 146/27/196 137/26/196 145/27/194 +f 135/26/192 146/27/195 137/26/195 +f 146/27/195 135/26/192 144/27/192 +f 137/26/196 146/27/196 135/26/190 +f 144/27/190 135/26/190 146/27/196 +f 142/27/191 135/26/192 133/26/191 +f 135/26/192 142/27/191 144/27/192 +f 133/26/189 135/26/190 142/27/189 +f 144/27/190 142/27/189 135/26/190 +f 142/27/191 131/26/194 140/27/194 +f 131/26/194 142/27/191 133/26/191 +f 140/27/193 131/26/193 142/27/189 +f 133/26/189 142/27/189 131/26/193 +f 140/27/194 132/26/196 139/27/196 +f 132/26/196 140/27/194 131/26/194 +f 139/27/195 132/26/195 140/27/193 +f 131/26/193 140/27/193 132/26/195 +f 139/27/196 134/26/190 141/27/190 +f 134/26/190 139/27/196 132/26/196 +f 141/27/192 134/26/192 139/27/195 +f 132/26/195 139/27/195 134/26/192 +f 149/26/19 148/26/19 147/26/19 +f 148/26/19 149/26/19 150/26/19 +f 150/26/19 149/26/19 151/26/19 +f 150/26/19 151/26/19 152/26/19 +f 152/26/19 151/26/19 153/26/19 +f 152/26/19 153/26/19 154/26/19 +f 147/26/20 148/26/20 149/26/20 +f 150/26/20 149/26/20 148/26/20 +f 151/26/20 149/26/20 150/26/20 +f 152/26/20 151/26/20 150/26/20 +f 153/26/20 151/26/20 152/26/20 +f 154/26/20 153/26/20 152/26/20 +f 157/27/20 156/27/20 155/27/20 +f 156/27/20 157/27/20 158/27/20 +f 158/27/20 157/27/20 159/27/20 +f 158/27/20 159/27/20 160/27/20 +f 160/27/20 159/27/20 161/27/20 +f 160/27/20 161/27/20 162/27/20 +f 155/27/19 156/27/19 157/27/19 +f 158/27/19 157/27/19 156/27/19 +f 159/27/19 157/27/19 158/27/19 +f 160/27/19 159/27/19 158/27/19 +f 161/27/19 159/27/19 160/27/19 +f 162/27/19 161/27/19 160/27/19 +f 159/27/189 150/26/190 152/26/189 +f 150/26/190 159/27/189 157/27/190 +f 152/26/191 150/26/192 159/27/191 +f 157/27/192 159/27/191 150/26/192 +f 161/27/193 152/26/189 154/26/193 +f 152/26/189 161/27/193 159/27/189 +f 154/26/194 152/26/191 161/27/194 +f 159/27/191 161/27/194 152/26/191 +f 153/26/195 161/27/193 154/26/193 +f 161/27/193 153/26/195 162/27/195 +f 154/26/194 161/27/194 153/26/196 +f 162/27/196 153/26/196 161/27/194 +f 151/26/192 162/27/195 153/26/195 +f 162/27/195 151/26/192 160/27/192 +f 153/26/196 162/27/196 151/26/190 +f 160/27/190 151/26/190 162/27/196 +f 158/27/191 151/26/192 149/26/191 +f 151/26/192 158/27/191 160/27/192 +f 149/26/189 151/26/190 158/27/189 +f 160/27/190 158/27/189 151/26/190 +f 158/27/191 147/26/194 156/27/194 +f 147/26/194 158/27/191 149/26/191 +f 156/27/193 147/26/193 158/27/189 +f 149/26/189 158/27/189 147/26/193 +f 156/27/194 148/26/196 155/27/196 +f 148/26/196 156/27/194 147/26/194 +f 155/27/195 148/26/195 156/27/193 +f 147/26/193 156/27/193 148/26/195 +f 155/27/196 150/26/190 157/27/190 +f 150/26/190 155/27/196 148/26/196 +f 157/27/192 150/26/192 155/27/195 +f 148/26/195 155/27/195 150/26/192 + +g door + +v 0 1.125967 -0.375 1 1 1 +v 1.088312 1.125967 -0.275 1 1 1 +v 0 1.837655 -0.375 1 1 1 +v 1.088312 1.837655 -0.275 1 1 1 +v 1.088312 1.837655 -0.15 1 1 1 +v -1.088312 1.837655 -0.15 1 1 1 +v -1.088312 1.837655 -0.275 1 1 1 +v 1.088312 1.125967 -0.15 1 1 1 +v -1.088312 1.125967 -0.15 1 1 1 +v -1.088312 1.125967 -0.275 1 1 1 +v 0 1.125967 0.375 1 1 1 +v -1.088312 1.125967 0.275 1 1 1 +v 0 1.837655 0.375 1 1 1 +v -1.088312 1.837655 0.275 1 1 1 +v -1.088312 1.837655 0.15 1 1 1 +v 1.088312 1.837655 0.15 1 1 1 +v 1.088312 1.837655 0.275 1 1 1 +v -1.088312 1.125967 0.15 1 1 1 +v 1.088312 1.125967 0.15 1 1 1 +v 1.088312 1.125967 0.275 1 1 1 +v -1.088312 0.4116882 -0.1500001 1 1 1 +v 1.088312 0.4116882 -0.1500001 1 1 1 +v -1.088312 2.040245 -0.1500001 1 1 1 +v 1.088312 2.040245 -0.1500001 1 1 1 +v -1.04363 2.37964 -0.1500001 1 1 1 +v 1.04363 2.37964 -0.1500001 1 1 1 +v 0.9356927 2.640222 -0.1500001 1 1 1 +v -0.9356925 2.640222 -0.1500001 1 1 1 +v -0.7639899 2.86399 -0.1500001 1 1 1 +v 0.7639899 2.86399 -0.1500001 1 1 1 +v 0.5402225 3.035693 -0.1500001 1 1 1 +v -0.5402224 3.035693 -0.1500001 1 1 1 +v -0.2796396 3.14363 -0.1500001 1 1 1 +v 0.2796397 3.14363 -0.1500001 1 1 1 +v 0 3.180445 -0.1500001 1 1 1 +v 1.088312 0.4116882 0.1499999 1 1 1 +v -1.088312 0.4116882 0.1499999 1 1 1 +v 1.088312 2.040245 0.1499999 1 1 1 +v -1.088312 2.040245 0.1499999 1 1 1 +v 1.04363 2.37964 0.1499999 1 1 1 +v -1.04363 2.37964 0.1499999 1 1 1 +v 0.9356927 2.640222 0.1499999 1 1 1 +v -0.9356925 2.640222 0.1499999 1 1 1 +v -0.7639899 2.86399 0.1499999 1 1 1 +v 0.7639899 2.86399 0.1499999 1 1 1 +v 0.5402225 3.035693 0.1499999 1 1 1 +v -0.5402224 3.035693 0.1499999 1 1 1 +v -0.2796396 3.14363 0.1499999 1 1 1 +v 0.2796397 3.14363 0.1499999 1 1 1 +v 0 3.180445 0.1499999 1 1 1 +v 1.088312 0.4116882 -0.4000001 1 1 1 +v 1.088312 2.040245 -0.4000001 1 1 1 +v -0.5402224 3.035693 -0.4000001 1 1 1 +v -0.7639899 2.86399 -0.4000001 1 1 1 +v 0.5402225 3.035693 -0.4000001 1 1 1 +v 0.2796397 3.14363 -0.4000001 1 1 1 +v -0.9356925 2.640222 -0.4000001 1 1 1 +v 0.9356927 2.640222 -0.4000001 1 1 1 +v 0.7639899 2.86399 -0.4000001 1 1 1 +v 0 3.180445 -0.4000001 1 1 1 +v -0.2796396 3.14363 -0.4000001 1 1 1 +v -1.04363 2.37964 -0.4000001 1 1 1 +v -1.088312 0.4116882 -0.4000001 1 1 1 +v -1.088312 2.040245 -0.4000001 1 1 1 +v 0 3.595685 -0.4000001 1 1 1 +v -0.3871119 3.544721 -0.4000001 1 1 1 +v 0.3871119 3.544721 -0.4000001 1 1 1 +v 0.7478428 3.395302 -0.4000001 1 1 1 +v -0.7478428 3.395302 -0.4000001 1 1 1 +v -1.057609 3.157609 -0.4000001 1 1 1 +v 1.057609 3.157609 -0.4000001 1 1 1 +v -1.295302 2.847843 -0.4000001 1 1 1 +v -1.444721 2.487112 -0.4000001 1 1 1 +v 1.295302 2.847843 -0.4000001 1 1 1 +v 1.444721 2.487112 -0.4000001 1 1 1 +v 1.04363 2.37964 -0.4000001 1 1 1 +v -1.5 2.067228 -0.4000001 1 1 1 +v 1.5 2.067228 -0.4000001 1 1 1 +v 1.5 -2.708388E-17 -0.4000001 1 1 1 +v -1.5 -2.708388E-17 -0.4000001 1 1 1 +v 1.5 2.067228 0.3999999 1 1 1 +v 1.444721 2.487112 0.3999999 1 1 1 +v 0.3871119 3.544721 0.3999999 1 1 1 +v 0 3.595685 0.3999999 1 1 1 +v 1.295302 2.847843 0.3999999 1 1 1 +v 1.057609 3.157609 0.3999999 1 1 1 +v 1.5 2.708387E-17 0.3999999 1 1 1 +v -1.5 2.708387E-17 0.3999999 1 1 1 +v -1.057609 3.157609 0.3999999 1 1 1 +v -1.295302 2.847843 0.3999999 1 1 1 +v -0.3871119 3.544721 0.3999999 1 1 1 +v -0.7478428 3.395302 0.3999999 1 1 1 +v 0.7478428 3.395302 0.3999999 1 1 1 +v 0 3.180445 0.3999999 1 1 1 +v 0.2796397 3.14363 0.3999999 1 1 1 +v 0.5402225 3.035693 0.3999999 1 1 1 +v 0.7639899 2.86399 0.3999999 1 1 1 +v 0.9356927 2.640222 0.3999999 1 1 1 +v 1.04363 2.37964 0.3999999 1 1 1 +v -0.2796396 3.14363 0.3999999 1 1 1 +v -0.5402224 3.035693 0.3999999 1 1 1 +v -0.7639899 2.86399 0.3999999 1 1 1 +v -0.9356925 2.640222 0.3999999 1 1 1 +v -1.444721 2.487112 0.3999999 1 1 1 +v -1.04363 2.37964 0.3999999 1 1 1 +v 1.088312 2.040245 0.3999999 1 1 1 +v -1.5 2.067228 0.3999999 1 1 1 +v -1.088312 2.040245 0.3999999 1 1 1 +v -1.088312 0.4116882 0.3999999 1 1 1 +v 1.088312 0.4116882 0.3999999 1 1 1 + +vn 0 0 -1 +vn 0.09149998 0 -0.995805 +vn 0 0 1 +vn -0.09149998 0 0.995805 +vn -0.09149998 0 -0.995805 +vn 0.09149998 0 0.995805 +vn -0.7071068 0.7071068 0 +vn -0.9978589 -0.06540313 0 +vn 0.7071068 -0.7071068 0 +vn 0.9978589 0.06540313 0 +vn 0.5 -0.8660254 0 +vn -0.5 0.8660254 0 +vn -0.5 -0.8660254 0 +vn -0.258819 -0.9659258 0 +vn 0.258819 0.9659258 0 +vn 0.5 0.8660254 0 +vn 0.8660254 -0.5 0 +vn -0.8660254 0.5 0 +vn -0.8660254 -0.5 0 +vn -0.7071068 -0.7071068 0 +vn 0.8660254 0.5 0 +vn 0.7071068 0.7071068 0 +vn 0.258819 -0.9659258 0 +vn -0.258819 0.9659258 0 +vn 0.9659258 -0.258819 0 +vn -0.9659258 0.258819 0 +vn 0.9978589 -0.06540313 0 +vn -0.9978589 0.06540313 0 +vn -0.9659258 -0.258819 0 +vn 0.9659258 0.258819 0 +vn 1 0 0 +vn -1 0 0 + +vt 0.09375 0.275 +vt 0.09375 0.355 +vt 0.09375 0.452101 +vt 0.09375 0.3615171 +vt 0.09375 0.3426391 +vt 0.09375 0.328145 +vt 0.09375 0.3156985 +vt 0.09375 0.3061481 +vt 0.09375 0.3001443 +vt 0.09375 0.2980966 +vt 0.34375 0.202101 +vt 0.34375 0.1115171 +vt 0.34375 0.05614804 +vt 0.34375 0.06569853 +vt 0.34375 0.05014435 +vt 0.34375 0.07814498 +vt 0.34375 0.04809662 +vt 0.34375 0.09263916 +vt 0.34375 0.025 +vt 0.34375 0.02783475 +vt 0.34375 0.0361458 +vt 0.34375 0.04936676 +vt 0.34375 0.06659667 +vt 0.34375 0.08666132 +vt 0.34375 0.1100162 + +usemtl colormap + +f 165/29/197 164/28/198 163/28/197 +f 164/28/198 165/29/197 166/29/198 +f 163/28/199 164/28/200 165/29/199 +f 166/29/200 165/29/199 164/28/200 +f 166/29/20 168/29/20 167/29/20 +f 168/29/20 166/29/20 165/29/20 +f 168/29/20 165/29/20 169/29/20 +f 167/29/19 168/29/19 166/29/19 +f 165/29/19 166/29/19 168/29/19 +f 169/29/19 165/29/19 168/29/19 +f 171/28/19 164/28/19 170/28/19 +f 164/28/19 171/28/19 163/28/19 +f 163/28/19 171/28/19 172/28/19 +f 170/28/20 164/28/20 171/28/20 +f 163/28/20 171/28/20 164/28/20 +f 172/28/20 171/28/20 163/28/20 +f 169/29/201 163/28/197 172/28/201 +f 163/28/197 169/29/201 165/29/197 +f 172/28/202 163/28/199 169/29/202 +f 165/29/199 169/29/202 163/28/199 +f 175/29/199 174/28/200 173/28/199 +f 174/28/200 175/29/199 176/29/200 +f 173/28/197 174/28/198 175/29/197 +f 176/29/198 175/29/197 174/28/198 +f 176/29/20 178/29/20 177/29/20 +f 178/29/20 176/29/20 175/29/20 +f 178/29/20 175/29/20 179/29/20 +f 177/29/19 178/29/19 176/29/19 +f 175/29/19 176/29/19 178/29/19 +f 179/29/19 175/29/19 178/29/19 +f 181/28/19 174/28/19 180/28/19 +f 174/28/19 181/28/19 173/28/19 +f 173/28/19 181/28/19 182/28/19 +f 180/28/20 174/28/20 181/28/20 +f 173/28/20 181/28/20 174/28/20 +f 182/28/20 181/28/20 173/28/20 +f 179/29/202 173/28/199 182/28/202 +f 173/28/199 179/29/202 175/29/199 +f 182/28/201 173/28/197 179/29/201 +f 175/29/197 179/29/201 173/28/197 +f 185/31/197 184/30/197 183/30/197 +f 184/30/197 185/31/197 186/31/197 +f 186/31/197 185/31/197 187/32/197 +f 186/31/197 187/32/197 188/32/197 +f 188/32/197 187/32/197 189/33/197 +f 189/33/197 187/32/197 190/33/197 +f 189/33/197 190/33/197 191/34/197 +f 189/33/197 191/34/197 192/34/197 +f 192/34/197 191/34/197 193/35/197 +f 193/35/197 191/34/197 194/35/197 +f 193/35/197 194/35/197 195/36/197 +f 193/35/197 195/36/197 196/36/197 +f 196/36/197 195/36/197 197/37/197 +f 183/30/199 184/30/199 185/31/199 +f 186/31/199 185/31/199 184/30/199 +f 187/32/199 185/31/199 186/31/199 +f 188/32/199 187/32/199 186/31/199 +f 189/33/199 187/32/199 188/32/199 +f 190/33/199 187/32/199 189/33/199 +f 191/34/199 190/33/199 189/33/199 +f 192/34/199 191/34/199 189/33/199 +f 193/35/199 191/34/199 192/34/199 +f 194/35/199 191/34/199 193/35/199 +f 195/36/199 194/35/199 193/35/199 +f 196/36/199 195/36/199 193/35/199 +f 197/37/199 195/36/199 196/36/199 +f 200/31/199 199/30/199 198/30/199 +f 199/30/199 200/31/199 201/31/199 +f 201/31/199 200/31/199 202/32/199 +f 201/31/199 202/32/199 203/32/199 +f 203/32/199 202/32/199 204/33/199 +f 203/32/199 204/33/199 205/33/199 +f 205/33/199 204/33/199 206/34/199 +f 206/34/199 204/33/199 207/34/199 +f 206/34/199 207/34/199 208/35/199 +f 206/34/199 208/35/199 209/35/199 +f 209/35/199 208/35/199 210/36/199 +f 210/36/199 208/35/199 211/36/199 +f 210/36/199 211/36/199 212/37/199 +f 198/30/197 199/30/197 200/31/197 +f 201/31/197 200/31/197 199/30/197 +f 202/32/197 200/31/197 201/31/197 +f 203/32/197 202/32/197 201/31/197 +f 204/33/197 202/32/197 203/32/197 +f 205/33/197 204/33/197 203/32/197 +f 206/34/197 204/33/197 205/33/197 +f 207/34/197 204/33/197 206/34/197 +f 208/35/197 207/34/197 206/34/197 +f 209/35/197 208/35/197 206/34/197 +f 210/36/197 208/35/197 209/35/197 +f 211/36/197 208/35/197 210/36/197 +f 212/37/197 211/36/197 210/36/197 +f 184/38/203 214/39/204 213/38/203 +f 214/39/204 184/38/203 186/39/204 +f 213/38/205 214/39/206 184/38/205 +f 186/39/206 184/38/205 214/39/206 +f 191/41/205 215/40/207 194/40/207 +f 215/40/207 191/41/205 216/41/205 +f 194/40/208 215/40/208 191/41/203 +f 216/41/203 191/41/203 215/40/208 +f 196/42/210 217/40/209 193/40/209 +f 217/40/209 196/42/210 218/42/210 +f 193/40/212 217/40/212 196/42/211 +f 218/42/211 196/42/211 217/40/212 +f 191/41/205 219/43/213 216/41/205 +f 219/43/213 191/41/205 190/43/213 +f 216/41/203 219/43/214 191/41/203 +f 190/43/214 191/41/203 219/43/214 +f 189/43/215 221/41/216 220/43/215 +f 221/41/216 189/43/215 192/41/216 +f 220/43/217 221/41/218 189/43/217 +f 192/41/218 189/43/217 221/41/218 +f 195/42/219 222/44/19 197/44/19 +f 222/44/19 195/42/219 223/42/219 +f 197/44/20 222/44/20 195/42/220 +f 223/42/220 195/42/220 222/44/20 +f 190/43/213 224/45/221 219/43/213 +f 224/45/221 190/43/213 187/45/221 +f 219/43/214 224/45/222 190/43/214 +f 187/45/222 190/43/214 224/45/222 +f 213/38/203 183/38/218 184/38/203 +f 183/38/218 213/38/203 225/38/218 +f 184/38/205 183/38/216 213/38/205 +f 225/38/216 213/38/205 183/38/216 +f 185/39/223 225/38/218 226/39/223 +f 225/38/218 185/39/223 183/38/218 +f 226/39/224 225/38/216 185/39/224 +f 183/38/216 185/39/224 225/38/216 +f 197/44/19 218/42/210 196/42/210 +f 218/42/210 197/44/19 222/44/19 +f 196/42/211 218/42/211 197/44/20 +f 222/44/20 197/44/20 218/42/211 +f 229/47/197 228/47/197 227/46/197 +f 230/48/197 228/47/197 229/47/197 +f 230/48/197 231/48/197 228/47/197 +f 230/48/197 222/44/197 231/48/197 +f 222/44/197 232/49/197 231/48/197 +f 233/49/197 222/44/197 230/48/197 +f 223/42/197 232/49/197 222/44/197 +f 215/40/197 232/49/197 223/42/197 +f 216/41/197 232/49/197 215/40/197 +f 216/41/197 234/50/197 232/49/197 +f 219/43/197 234/50/197 216/41/197 +f 219/43/197 235/51/197 234/50/197 +f 224/45/197 235/51/197 219/43/197 +f 233/49/197 218/42/197 222/44/197 +f 233/49/197 217/40/197 218/42/197 +f 233/49/197 221/41/197 217/40/197 +f 236/50/197 221/41/197 233/49/197 +f 236/50/197 220/43/197 221/41/197 +f 237/51/197 220/43/197 236/50/197 +f 237/51/197 238/45/197 220/43/197 +f 224/45/197 239/52/197 235/51/197 +f 226/39/197 239/52/197 224/45/197 +f 240/52/197 238/45/197 237/51/197 +f 240/52/197 214/39/197 238/45/197 +f 240/52/197 213/38/197 214/39/197 +f 241/15/197 213/38/197 240/52/197 +f 225/38/197 239/52/197 226/39/197 +f 213/38/197 241/15/197 225/38/197 +f 225/38/197 242/15/197 239/52/197 +f 242/15/197 225/38/197 241/15/197 +f 227/46/199 228/47/199 229/47/199 +f 229/47/199 228/47/199 230/48/199 +f 228/47/199 231/48/199 230/48/199 +f 231/48/199 222/44/199 230/48/199 +f 230/48/199 222/44/199 233/49/199 +f 231/48/199 232/49/199 222/44/199 +f 222/44/199 218/42/199 233/49/199 +f 218/42/199 217/40/199 233/49/199 +f 217/40/199 221/41/199 233/49/199 +f 233/49/199 221/41/199 236/50/199 +f 221/41/199 220/43/199 236/50/199 +f 236/50/199 220/43/199 237/51/199 +f 220/43/199 238/45/199 237/51/199 +f 222/44/199 232/49/199 223/42/199 +f 223/42/199 232/49/199 215/40/199 +f 215/40/199 232/49/199 216/41/199 +f 232/49/199 234/50/199 216/41/199 +f 216/41/199 234/50/199 219/43/199 +f 234/50/199 235/51/199 219/43/199 +f 219/43/199 235/51/199 224/45/199 +f 237/51/199 238/45/199 240/52/199 +f 238/45/199 214/39/199 240/52/199 +f 214/39/199 213/38/199 240/52/199 +f 240/52/199 213/38/199 241/15/199 +f 235/51/199 239/52/199 224/45/199 +f 224/45/199 239/52/199 226/39/199 +f 225/38/199 241/15/199 213/38/199 +f 226/39/199 239/52/199 225/38/199 +f 241/15/199 225/38/199 242/15/199 +f 239/52/199 242/15/199 225/38/199 +f 186/39/204 238/45/225 214/39/204 +f 238/45/225 186/39/204 188/45/225 +f 214/39/206 238/45/226 186/39/206 +f 188/45/226 186/39/206 238/45/226 +f 187/45/221 226/39/223 224/45/221 +f 226/39/223 187/45/221 185/39/223 +f 224/45/222 226/39/224 187/45/222 +f 185/39/224 187/45/222 226/39/224 +f 193/40/209 221/41/216 192/41/216 +f 221/41/216 193/40/209 217/40/209 +f 192/41/218 221/41/218 193/40/212 +f 217/40/212 193/40/212 221/41/218 +f 188/45/225 220/43/215 238/45/225 +f 220/43/215 188/45/225 189/43/215 +f 238/45/226 220/43/217 188/45/226 +f 189/43/217 188/45/226 220/43/217 +f 194/40/207 223/42/219 195/42/219 +f 223/42/219 194/40/207 215/40/207 +f 195/42/220 223/42/220 194/40/208 +f 215/40/208 194/40/208 223/42/220 +f 237/51/226 243/52/206 240/52/206 +f 243/52/206 237/51/226 244/51/226 +f 240/52/204 243/52/204 237/51/225 +f 244/51/225 237/51/225 243/52/204 +f 229/47/211 246/46/20 245/47/211 +f 246/46/20 229/47/211 227/46/20 +f 245/47/210 246/46/19 229/47/210 +f 227/46/19 229/47/210 246/46/19 +f 233/49/218 247/50/217 236/50/217 +f 247/50/217 233/49/218 248/49/218 +f 236/50/215 247/50/215 233/49/216 +f 248/49/216 233/49/216 247/50/215 +f 243/52/206 241/15/227 240/52/206 +f 241/15/227 243/52/206 249/15/227 +f 240/52/204 241/15/228 243/52/204 +f 249/15/228 243/52/204 241/15/228 +f 250/15/19 241/15/19 249/15/19 +f 241/15/19 250/15/19 242/15/19 +f 249/15/20 241/15/20 250/15/20 +f 242/15/20 250/15/20 241/15/20 +f 234/50/214 251/49/203 232/49/203 +f 251/49/203 234/50/214 252/50/214 +f 232/49/205 251/49/205 234/50/213 +f 252/50/213 234/50/213 251/49/205 +f 253/47/199 245/47/199 246/46/199 +f 254/48/199 245/47/199 253/47/199 +f 254/48/199 255/48/199 245/47/199 +f 254/48/199 256/44/199 255/48/199 +f 256/44/199 248/49/199 255/48/199 +f 251/49/199 256/44/199 254/48/199 +f 257/42/199 248/49/199 256/44/199 +f 258/40/199 248/49/199 257/42/199 +f 259/41/199 248/49/199 258/40/199 +f 259/41/199 247/50/199 248/49/199 +f 260/43/199 247/50/199 259/41/199 +f 260/43/199 244/51/199 247/50/199 +f 261/45/199 244/51/199 260/43/199 +f 251/49/199 262/42/199 256/44/199 +f 251/49/199 263/40/199 262/42/199 +f 251/49/199 264/41/199 263/40/199 +f 252/50/199 264/41/199 251/49/199 +f 252/50/199 265/43/199 264/41/199 +f 266/51/199 265/43/199 252/50/199 +f 266/51/199 267/45/199 265/43/199 +f 261/45/199 243/52/199 244/51/199 +f 268/39/199 243/52/199 261/45/199 +f 269/52/199 267/45/199 266/51/199 +f 269/52/199 270/39/199 267/45/199 +f 269/52/199 271/38/199 270/39/199 +f 250/15/199 271/38/199 269/52/199 +f 272/38/199 243/52/199 268/39/199 +f 271/38/199 250/15/199 272/38/199 +f 272/38/199 249/15/199 243/52/199 +f 249/15/199 272/38/199 250/15/199 +f 246/46/197 245/47/197 253/47/197 +f 253/47/197 245/47/197 254/48/197 +f 245/47/197 255/48/197 254/48/197 +f 255/48/197 256/44/197 254/48/197 +f 254/48/197 256/44/197 251/49/197 +f 255/48/197 248/49/197 256/44/197 +f 256/44/197 262/42/197 251/49/197 +f 262/42/197 263/40/197 251/49/197 +f 263/40/197 264/41/197 251/49/197 +f 251/49/197 264/41/197 252/50/197 +f 264/41/197 265/43/197 252/50/197 +f 252/50/197 265/43/197 266/51/197 +f 265/43/197 267/45/197 266/51/197 +f 256/44/197 248/49/197 257/42/197 +f 257/42/197 248/49/197 258/40/197 +f 258/40/197 248/49/197 259/41/197 +f 248/49/197 247/50/197 259/41/197 +f 259/41/197 247/50/197 260/43/197 +f 247/50/197 244/51/197 260/43/197 +f 260/43/197 244/51/197 261/45/197 +f 266/51/197 267/45/197 269/52/197 +f 267/45/197 270/39/197 269/52/197 +f 270/39/197 271/38/197 269/52/197 +f 269/52/197 271/38/197 250/15/197 +f 244/51/197 243/52/197 261/45/197 +f 261/45/197 243/52/197 268/39/197 +f 272/38/197 250/15/197 271/38/197 +f 268/39/197 243/52/197 272/38/197 +f 250/15/197 272/38/197 249/15/197 +f 243/52/197 249/15/197 272/38/197 +f 235/51/222 252/50/214 234/50/214 +f 252/50/214 235/51/222 266/51/222 +f 234/50/213 252/50/213 235/51/221 +f 266/51/221 235/51/221 252/50/213 +f 228/47/220 254/48/208 253/47/220 +f 254/48/208 228/47/220 231/48/208 +f 253/47/219 254/48/207 228/47/219 +f 231/48/207 228/47/219 254/48/207 +f 239/52/224 266/51/222 235/51/222 +f 266/51/222 239/52/224 269/52/224 +f 235/51/221 266/51/221 239/52/223 +f 269/52/223 239/52/223 266/51/221 +f 250/15/228 239/52/224 242/15/228 +f 239/52/224 250/15/228 269/52/224 +f 242/15/227 239/52/223 250/15/227 +f 269/52/223 250/15/227 239/52/223 +f 227/46/20 253/47/220 246/46/20 +f 253/47/220 227/46/20 228/47/220 +f 246/46/19 253/47/219 227/46/19 +f 228/47/219 227/46/19 253/47/219 +f 230/48/212 245/47/211 255/48/212 +f 245/47/211 230/48/212 229/47/211 +f 255/48/209 245/47/210 230/48/209 +f 229/47/210 230/48/209 245/47/210 +f 233/49/218 255/48/212 248/49/218 +f 255/48/212 233/49/218 230/48/212 +f 248/49/216 255/48/209 233/49/216 +f 230/48/209 233/49/216 255/48/209 +f 236/50/217 244/51/226 237/51/226 +f 244/51/226 236/50/217 247/50/217 +f 237/51/225 244/51/225 236/50/215 +f 247/50/215 236/50/215 244/51/225 +f 231/48/208 251/49/203 254/48/208 +f 251/49/203 231/48/208 232/49/203 +f 254/48/207 251/49/205 231/48/207 +f 232/49/205 231/48/207 251/49/205 +f 268/39/204 202/45/225 200/39/204 +f 202/45/225 268/39/204 261/45/225 +f 200/39/206 202/45/226 268/39/206 +f 261/45/226 268/39/206 202/45/226 +f 264/41/205 209/40/207 263/40/207 +f 209/40/207 264/41/205 206/41/205 +f 263/40/208 209/40/208 264/41/203 +f 206/41/203 264/41/203 209/40/208 +f 270/39/223 199/38/218 201/39/223 +f 199/38/218 270/39/223 271/38/218 +f 201/39/224 199/38/216 270/39/224 +f 271/38/216 270/39/224 199/38/216 +f 257/42/210 208/40/209 258/40/209 +f 208/40/209 257/42/210 211/42/210 +f 258/40/212 208/40/212 257/42/211 +f 211/42/211 257/42/211 208/40/212 +f 262/42/219 212/44/19 256/44/19 +f 212/44/19 262/42/219 210/42/219 +f 256/44/20 212/44/20 262/42/220 +f 210/42/220 262/42/220 212/44/20 +f 264/41/205 205/43/213 206/41/205 +f 205/43/213 264/41/205 265/43/213 +f 206/41/203 205/43/214 264/41/203 +f 265/43/214 264/41/203 205/43/214 +f 198/38/203 271/38/218 272/38/203 +f 271/38/218 198/38/203 199/38/218 +f 272/38/205 271/38/216 198/38/205 +f 199/38/216 198/38/205 271/38/216 +f 260/43/215 207/41/216 204/43/215 +f 207/41/216 260/43/215 259/41/216 +f 204/43/217 207/41/218 260/43/217 +f 259/41/218 260/43/217 207/41/218 +f 265/43/213 203/45/221 205/43/213 +f 203/45/221 265/43/213 267/45/221 +f 205/43/214 203/45/222 265/43/214 +f 267/45/222 265/43/214 203/45/222 +f 258/40/209 207/41/216 259/41/216 +f 207/41/216 258/40/209 208/40/209 +f 259/41/218 207/41/218 258/40/212 +f 208/40/212 258/40/212 207/41/218 +f 272/38/203 200/39/204 198/38/203 +f 200/39/204 272/38/203 268/39/204 +f 198/38/205 200/39/206 272/38/205 +f 268/39/206 272/38/205 200/39/206 +f 267/45/221 201/39/223 203/45/221 +f 201/39/223 267/45/221 270/39/223 +f 203/45/222 201/39/224 267/45/222 +f 270/39/224 267/45/222 201/39/224 +f 261/45/225 204/43/215 202/45/225 +f 204/43/215 261/45/225 260/43/215 +f 202/45/226 204/43/217 261/45/226 +f 260/43/217 261/45/226 204/43/217 +f 256/44/19 211/42/210 257/42/210 +f 211/42/210 256/44/19 212/44/19 +f 257/42/211 211/42/211 256/44/20 +f 212/44/20 256/44/20 211/42/211 +f 263/40/207 210/42/219 262/42/219 +f 210/42/219 263/40/207 209/40/207 +f 262/42/220 210/42/220 263/40/208 +f 209/40/208 263/40/208 210/42/220 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door.obj.import new file mode 100644 index 0000000..e334ad6 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://dl6i6qy2ujce5" +path="res://.godot/imported/gate-door.obj-29b51c024ea4d281f60dcbadea23734c.mesh" + +[deps] + +files=["res://.godot/imported/gate-door.obj-29b51c024ea4d281f60dcbadea23734c.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door.obj" +dest_files=["res://.godot/imported/gate-door.obj-29b51c024ea4d281f60dcbadea23734c.mesh", "res://.godot/imported/gate-door.obj-29b51c024ea4d281f60dcbadea23734c.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate.obj new file mode 100644 index 0000000..1b1fa6a --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate.obj @@ -0,0 +1,1589 @@ +# Created by Kenney (www.kenney.nl) + +mtllib gate.mtl + +g gate + +v -1.48 1.1 0.6300001 1 1 1 +v -2.02 1.1 0.63 1 1 1 +v -1.345 1.1 0.4950001 1 1 1 +v -2.155 1.1 0.495 1 1 1 +v -1.345 1.1 -0.495 1 1 1 +v -2.155 1.1 -0.4950001 1 1 1 +v -1.48 1.1 -0.63 1 1 1 +v -2.02 1.1 -0.6300001 1 1 1 +v -2.05 0 0.7 1 1 1 +v -1.45 0 0.7000001 1 1 1 +v -2.2 0 0.55 1 1 1 +v -1.3 0 0.5500001 1 1 1 +v -2.2 0 -0.5500001 1 1 1 +v -1.3 0 -0.55 1 1 1 +v -1.45 0 -0.7 1 1 1 +v -2.05 0 -0.7000001 1 1 1 +v 0.2476922 4.4 0.6000001 1 1 1 +v -0.2476924 4.4 0.6000001 1 1 1 +v 0.2476924 4.4 -0.6000001 1 1 1 +v -0.2476922 4.4 -0.6000001 1 1 1 +v 0.5833333 4.235 0.6000001 1 1 1 +v 0.4166667 3.575 0.6000001 1 1 1 +v -0.4166668 3.575 0.6 1 1 1 +v -0.5833334 4.235 0.6 1 1 1 +v 0.5833334 4.235 -0.6 1 1 1 +v 0.4166668 3.575 -0.6 1 1 1 +v -0.4166667 3.575 -0.6000001 1 1 1 +v -0.5833333 4.235 -0.6000001 1 1 1 +v -0.3750001 3.41 0.45 1 1 1 +v 0.375 3.41 0.4500001 1 1 1 +v -0.375 3.41 -0.4500001 1 1 1 +v 0.3750001 3.41 -0.45 1 1 1 +v 2.02 1.1 0.6300001 1 1 1 +v 1.48 1.1 0.63 1 1 1 +v 2.155 1.1 0.4950001 1 1 1 +v 1.345 1.1 0.495 1 1 1 +v 2.155 1.1 -0.495 1 1 1 +v 1.345 1.1 -0.4950001 1 1 1 +v 2.02 1.1 -0.63 1 1 1 +v 1.48 1.1 -0.6300001 1 1 1 +v 1.45 0 0.7 1 1 1 +v 2.05 0 0.7000001 1 1 1 +v 1.3 0 0.55 1 1 1 +v 2.2 0 0.5500001 1 1 1 +v 1.3 0 -0.5500001 1 1 1 +v 2.2 0 -0.55 1 1 1 +v 1.45 0 -0.7000001 1 1 1 +v 2.05 0 -0.7 1 1 1 +v -2.02 1.6 0.63 1 1 1 +v -1.48 1.6 0.6300001 1 1 1 +v -2.155 1.6 0.495 1 1 1 +v -1.345 1.6 0.4950001 1 1 1 +v -2.155 1.6 -0.4950001 1 1 1 +v -1.345 1.6 -0.495 1 1 1 +v -2.02 1.6 -0.6300001 1 1 1 +v -1.48 1.6 -0.63 1 1 1 +v -1.48 2.067228 0.6300001 1 1 1 +v -2.02 2.067228 0.63 1 1 1 +v -1.345 2.067228 0.4950001 1 1 1 +v -2.155 2.067228 0.495 1 1 1 +v -1.345 2.067228 -0.495 1 1 1 +v -2.155 2.067228 -0.4950001 1 1 1 +v -1.48 2.067228 -0.63 1 1 1 +v -2.02 2.067228 -0.6300001 1 1 1 +v 1.48 1.6 0.63 1 1 1 +v 2.02 1.6 0.6300001 1 1 1 +v 1.345 1.6 0.495 1 1 1 +v 2.155 1.6 0.4950001 1 1 1 +v 1.345 1.6 -0.4950001 1 1 1 +v 2.155 1.6 -0.495 1 1 1 +v 1.48 1.6 -0.6300001 1 1 1 +v 2.02 1.6 -0.63 1 1 1 +v 2.02 2.067228 0.6300001 1 1 1 +v 1.48 2.067228 0.63 1 1 1 +v 2.155 2.067228 0.4950001 1 1 1 +v 1.345 2.067228 0.495 1 1 1 +v 2.155 2.067228 -0.495 1 1 1 +v 1.345 2.067228 -0.4950001 1 1 1 +v 2.02 2.067228 -0.63 1 1 1 +v 1.48 2.067228 -0.6300001 1 1 1 +v -1.5 0.9508053 -0.4999999 1 1 1 +v -1.5 0.9508053 0.5000002 1 1 1 +v -1.5 2.067228 -0.4999999 1 1 1 +v -1.5 2.067228 0.5000002 1 1 1 +v 1.295302 2.847843 0.4999999 1 1 1 +v 1.295302 2.847843 -0.5000002 1 1 1 +v 1.05761 3.157609 0.4999999 1 1 1 +v 1.057609 3.157609 -0.5000002 1 1 1 +v 1.444721 2.487112 0.4999999 1 1 1 +v 1.444721 2.487112 -0.5000002 1 1 1 +v 0.7478428 3.395302 -0.5000001 1 1 1 +v 0.7478429 3.395302 0.5 1 1 1 +v 1.5 2.067228 0.4999999 1 1 1 +v 1.5 2.067228 -0.5000002 1 1 1 +v -0.387112 3.544721 -0.5 1 1 1 +v -0.7478429 3.395302 -0.5 1 1 1 +v -0.3871119 3.544721 0.5000001 1 1 1 +v -0.7478428 3.395302 0.5000001 1 1 1 +v -5.960464E-08 3.595685 -0.5000001 1 1 1 +v 5.960467E-08 3.595685 0.5000001 1 1 1 +v -1.05761 3.157609 -0.4999999 1 1 1 +v -1.057609 3.157609 0.5000002 1 1 1 +v -1.444721 2.487112 -0.4999999 1 1 1 +v -1.444721 2.487112 0.5000002 1 1 1 +v -1.295302 2.847843 -0.4999999 1 1 1 +v -1.295302 2.847843 0.5000002 1 1 1 +v 0.3871119 3.544721 -0.5000001 1 1 1 +v 0.387112 3.544721 0.5 1 1 1 +v 1.732051 3.1 -0.3500002 1 1 1 +v 1.732051 3.1 0.3499998 1 1 1 +v 1.414214 3.514213 -0.3500002 1 1 1 +v 1.414214 3.514213 0.3499998 1 1 1 +v -2 2.1 0.3500003 1 1 1 +v -2 2.1 -0.3499998 1 1 1 +v -1.931852 2.617638 0.3500003 1 1 1 +v -1.931852 2.617638 -0.3499998 1 1 1 +v -1.414214 3.514213 -0.3499998 1 1 1 +v -1 3.832051 -0.3499999 1 1 1 +v -1.414214 3.514213 0.3500002 1 1 1 +v -1 3.832051 0.3500001 1 1 1 +v -0.5176382 4.031851 -0.35 1 1 1 +v -0.5176381 4.031851 0.3500001 1 1 1 +v 1 3.832051 -0.3500001 1 1 1 +v 1 3.832051 0.3499999 1 1 1 +v 0.5176381 4.031851 -0.3500001 1 1 1 +v 0.5176382 4.031851 0.35 1 1 1 +v 2 2.1 -0.3500003 1 1 1 +v 2 2.1 0.3499998 1 1 1 +v 1.931852 2.617638 -0.3500003 1 1 1 +v 1.931852 2.617638 0.3499998 1 1 1 +v -4.172322E-08 4.1 -0.35 1 1 1 +v 4.172325E-08 4.1 0.35 1 1 1 +v -1.732051 3.1 0.3500002 1 1 1 +v -1.732051 3.1 -0.3499998 1 1 1 +v -0.9243529 3.701026 -0.4999999 1 1 1 +v -0.4784804 3.885712 -0.5 1 1 1 +v 1.307232 3.407232 -0.5000002 1 1 1 +v 1.601026 3.024353 -0.5000002 1 1 1 +v -2 0.9508053 -0.4999998 1 1 1 +v -1.785713 2.57848 -0.4999999 1 1 1 +v -2 0.9508053 0.5000003 1 1 1 +v -1.785713 2.57848 0.5000003 1 1 1 +v -1.307232 3.407232 -0.4999999 1 1 1 +v -0.4784802 3.885712 0.5000001 1 1 1 +v 5.960467E-08 3.948705 0.5000001 1 1 1 +v -0.9243528 3.701026 0.5000002 1 1 1 +v 0.9243528 3.701026 -0.5000002 1 1 1 +v -5.960464E-08 3.948705 -0.5000001 1 1 1 +v 1.785713 2.57848 -0.5000003 1 1 1 +v -1.601026 3.024353 -0.4999999 1 1 1 +v 0.4784802 3.885712 -0.5000001 1 1 1 +v 2 0.9508053 -0.5000003 1 1 1 +v -1.601026 3.024353 0.5000002 1 1 1 +v -1.307232 3.407232 0.5000002 1 1 1 +v 0.9243529 3.701026 0.4999999 1 1 1 +v 1.307232 3.407232 0.4999999 1 1 1 +v 0.4784804 3.885712 0.5 1 1 1 +v 1.601026 3.024353 0.4999999 1 1 1 +v 1.785713 2.57848 0.4999999 1 1 1 +v 1.5 0.9508053 0.4999999 1 1 1 +v 2 0.9508053 0.4999998 1 1 1 +v 1.5 0.9508053 -0.5000002 1 1 1 + +vn 0 1 0 +vn 0 -1 0 +vn -0.381576 0.06906367 0.9217539 +vn -0.3819544 0.06906402 0.9215971 +vn -0.9252678 0.05660524 0.3750676 +vn -0.9195698 0.05705687 0.3887624 +vn 0.9252678 -0.05660524 -0.3750676 +vn 0.3819544 -0.06906402 -0.9215971 +vn 0.381576 -0.06906367 -0.9217539 +vn 0.9195698 -0.05705687 -0.3887624 +vn 0.9195698 0.05705687 -0.3887624 +vn 0.9195697 0.05705687 0.3887627 +vn 0.9252678 0.05660524 -0.3750676 +vn 0.9252676 0.05660524 0.3750679 +vn -0.9252678 -0.05660524 0.3750676 +vn -0.9195697 -0.05705687 -0.3887627 +vn -0.9195698 -0.05705687 0.3887624 +vn -0.9252676 -0.05660524 -0.3750679 +vn 0.3819544 0.06906402 -0.9215971 +vn 0.381576 0.06906367 -0.9217539 +vn -0.3819542 0.06906402 -0.9215972 +vn -0.3815757 0.06906367 -0.921754 +vn 0.3819542 -0.06906402 0.9215972 +vn -0.381576 -0.06906367 0.9217539 +vn -0.3819544 -0.06906402 0.9215971 +vn 0.3815757 -0.06906367 0.921754 +vn 0.3819542 0.06906402 0.9215972 +vn 0.3815757 0.06906367 0.921754 +vn -0.3815757 -0.06906367 -0.921754 +vn -0.3819542 -0.06906402 -0.9215972 +vn -0.9252676 0.05660524 -0.3750679 +vn -0.9195697 0.05705687 -0.3887627 +vn 0.9252676 -0.05660524 0.3750679 +vn 0.9195697 -0.05705687 0.3887627 +vn 0.1929863 0.9812015 2.300576E-08 +vn -0.1929863 0.9812015 -2.300576E-08 +vn -0.1929863 -0.9812015 -2.300576E-08 +vn 0.1929863 -0.9812015 2.300576E-08 +vn -1.192093E-07 0 1 +vn -1.124976E-07 -0.3308075 0.9436982 +vn 1.192093E-07 0 -1 +vn 1.124976E-07 0.3308075 -0.9436982 +vn 1.124976E-07 -0.3308075 -0.9436982 +vn -1.124976E-07 0.3308075 0.9436982 +vn 0.808733 0.588176 9.640848E-08 +vn -0.808733 -0.588176 -9.640848E-08 +vn -0.808733 0.588176 -9.640848E-08 +vn 0.808733 -0.588176 9.640848E-08 +vn -5.059093E-08 -0.9054807 0.4243875 +vn 5.059093E-08 -0.9054807 -0.4243875 +vn -5.059093E-08 0.9054807 0.4243875 +vn 5.059093E-08 0.9054807 -0.4243875 +vn 0.9695637 -0.2448394 1.15581E-07 +vn -0.9695637 0.2448394 -1.15581E-07 +vn -0.9695637 -0.2448394 -1.15581E-07 +vn 0.9695637 0.2448394 1.15581E-07 +vn 0.9238797 0 -0.3826834 +vn 0.9238796 0 0.3826836 +vn -0.9238797 0 0.3826834 +vn -0.9238796 0 -0.3826836 +vn 0.3826836 0 -0.9238796 +vn -0.3826836 0 0.9238796 +vn -0.3826834 0 -0.9238797 +vn 0.3826834 0 0.9238797 +vn 1 0 -1.192093E-07 +vn 0.9978591 -0.06540313 -1.189541E-07 +vn -0.9978591 0.06540313 1.189541E-07 +vn -1 0 1.192093E-07 +vn -0.8660256 -0.5 1.032383E-07 +vn -0.7071068 -0.7071068 8.42937E-08 +vn 0.7071068 0.7071068 -8.42937E-08 +vn 0.8660256 0.5 -1.032383E-07 +vn -0.9659259 -0.258819 1.151473E-07 +vn 0.9659259 0.258819 -1.151473E-07 +vn -0.5000001 -0.8660254 5.960464E-08 +vn 0.5000001 0.8660254 -5.960464E-08 +vn -0.9978591 -0.06540313 1.189541E-07 +vn 0.9978591 0.06540313 -1.189541E-07 +vn 0.2588191 -0.9659258 -3.085363E-08 +vn 0.5000001 -0.8660254 -5.960464E-08 +vn -0.2588191 0.9659258 3.085363E-08 +vn -0.5000001 0.8660254 5.960464E-08 +vn 0.7071068 -0.7071068 -8.42937E-08 +vn -0.7071068 0.7071068 8.42937E-08 +vn 0.9659259 -0.258819 -1.151473E-07 +vn -0.9659259 0.258819 1.151473E-07 +vn 0.8660256 -0.5 -1.032383E-07 +vn -0.8660256 0.5 1.032383E-07 +vn -0.2588191 -0.9659258 3.085363E-08 +vn 0.2588191 0.9659258 -3.085363E-08 +vn 0.8032613 0.4637631 -0.3737584 +vn 0.8032614 0.4637631 0.3737582 +vn 0.6558601 0.6558601 -0.3737585 +vn 0.6558602 0.6558601 0.3737583 +vn -0.6558601 -0.6558601 0.3737585 +vn -0.8032614 -0.4637631 -0.3737582 +vn -0.8032613 -0.4637631 0.3737584 +vn -0.6558602 -0.6558601 -0.3737583 +vn -0.9277142 0.08317699 0.363907 +vn -0.9277143 0.08317699 -0.3639068 +vn -0.8959215 0.2400614 0.3737584 +vn -0.8959216 0.2400614 -0.3737582 +vn 0.8959215 -0.2400614 -0.3737584 +vn 0.9277143 -0.08317699 0.3639068 +vn 0.9277142 -0.08317699 -0.363907 +vn 0.8959216 -0.2400614 0.3737582 +vn -0.6558602 0.6558601 -0.3737583 +vn -0.4637632 0.8032612 -0.3737583 +vn -0.6558601 0.6558601 0.3737585 +vn -0.4637631 0.8032612 0.3737584 +vn 0.6558601 -0.6558601 -0.3737585 +vn 0.4637632 -0.8032612 0.3737583 +vn 0.6558602 -0.6558601 0.3737583 +vn 0.4637631 -0.8032612 -0.3737584 +vn -0.2400615 0.8959214 -0.3737583 +vn -0.2400614 0.8959214 0.3737583 +vn 0.2400615 -0.8959214 0.3737583 +vn 0.2400614 -0.8959214 -0.3737583 +vn 0.4637631 0.8032612 -0.3737584 +vn 0.4637632 0.8032612 0.3737583 +vn 0.2400614 0.8959214 -0.3737583 +vn 0.2400615 0.8959214 0.3737583 +vn -0.2400614 -0.8959214 0.3737583 +vn -0.4637632 -0.8032612 -0.3737583 +vn -0.4637631 -0.8032612 0.3737584 +vn -0.2400615 -0.8959214 -0.3737583 +vn 0.9277142 0.08317699 -0.363907 +vn 0.9277143 0.08317699 0.3639068 +vn 0.8959215 0.2400614 -0.3737584 +vn 0.8959216 0.2400614 0.3737582 +vn -0.8959215 -0.2400614 0.3737584 +vn -0.9277143 -0.08317699 -0.3639068 +vn -0.9277142 -0.08317699 0.363907 +vn -0.8959216 -0.2400614 -0.3737582 +vn -4.455546E-08 0.9275262 -0.3737583 +vn 4.455546E-08 0.9275262 0.3737583 +vn 4.455546E-08 -0.9275262 0.3737583 +vn -4.455546E-08 -0.9275262 -0.3737583 +vn -0.8032613 0.4637631 0.3737584 +vn -0.8032614 0.4637631 -0.3737582 +vn 0.8032613 -0.4637631 -0.3737584 +vn 0.8032614 -0.4637631 0.3737582 +vn -0.2035815 0.3526132 -0.9133558 +vn -0.1053816 0.3932889 -0.9133558 +vn 0.2035815 -0.3526132 0.9133558 +vn 0.1053816 -0.3932889 0.9133558 +vn 0.2879074 0.2879075 -0.9133558 +vn 0.3526131 0.2035813 -0.9133558 +vn -0.3526131 -0.2035813 0.9133558 +vn -0.2879074 -0.2879075 0.9133558 +vn -0.08191259 0.01078398 -0.9965813 +vn -0.3932891 0.1053815 -0.9133557 +vn 0.3932891 -0.1053815 0.9133557 +vn 0.08191259 -0.01078398 0.9965813 +vn -0.08191235 0.01078398 0.9965813 +vn -0.3932889 0.1053815 0.9133558 +vn 0.08191235 -0.01078398 -0.9965813 +vn 0.3932889 -0.1053815 -0.9133558 +vn -0.2879076 0.2879075 -0.9133557 +vn 0.2879076 -0.2879075 0.9133557 +vn -0.1053814 0.3932889 0.9133558 +vn 1.088805E-07 0.4071626 0.9133558 +vn 0.1053814 -0.3932889 -0.9133558 +vn -1.088805E-07 -0.4071626 -0.9133558 +vn -0.2035812 0.3526132 0.9133558 +vn 0.2035812 -0.3526132 -0.9133558 +vn 0.2035812 0.3526132 -0.9133558 +vn -0.2035812 -0.3526132 0.9133558 +vn -1.088805E-07 0.4071626 -0.9133558 +vn 1.088805E-07 -0.4071626 0.9133558 +vn 0.3932889 0.1053815 -0.9133558 +vn -0.3932889 -0.1053815 0.9133558 +vn -0.3526134 0.2035813 -0.9133557 +vn 0.3526134 -0.2035813 0.9133557 +vn 0.1053814 0.3932889 -0.9133558 +vn -0.1053814 -0.3932889 0.9133558 +vn 0.08191235 0.01078398 -0.9965813 +vn -0.08191235 -0.01078398 0.9965813 +vn -0.3526131 0.2035813 0.9133558 +vn 0.3526131 -0.2035813 -0.9133558 +vn -0.2879074 0.2879075 0.9133558 +vn 0.2879074 -0.2879075 -0.9133558 +vn 0.2035815 0.3526132 0.9133558 +vn 0.2879076 0.2879075 0.9133557 +vn -0.2879076 -0.2879075 -0.9133557 +vn -0.2035815 -0.3526132 -0.9133558 +vn 0.1053816 0.3932889 0.9133558 +vn -0.1053816 -0.3932889 -0.9133558 +vn 0.3526134 0.2035813 0.9133557 +vn -0.3526134 -0.2035813 -0.9133557 +vn 0.3932891 0.1053815 0.9133557 +vn -0.3932891 -0.1053815 -0.9133557 +vn 1.192093E-07 0 1 +vn 0.08191259 0.01078398 0.9965813 +vn -0.08191259 -0.01078398 -0.9965813 +vn -1.192093E-07 0 -1 + +vt 0.09375 0.225 +vt 0.09375 0.025 +vt 0.09375 0.1916667 +vt 0.09375 0.05833334 +vt 0.09375 0.075 +vt 0.09375 0.175 +vt 0.34375 0.07138075 +vt 0.34375 0.1258404 +vt 0.34375 0.1639192 +vt 0.34375 0.1790297 +vt 0.34375 0.1463225 +vt 0.34375 0.1906245 +vt 0.34375 0.1979132 +vt 0.34375 0.2003993 +vt 0.34375 0.1762195 +vt 0.34375 0.196425 +vt 0.34375 0.127439 +vt 0.34375 0.1526897 +vt 0.34375 0.2119293 +vt 0.34375 0.2216757 +vt 0.34375 0.225 +vt 0.34375 0.2055379 +vt 0.34375 0.2145469 +vt 0.34375 0.1912065 +vt 0.34375 0.1725294 +vt 0.34375 0.1507795 +vt 0.34375 0.2176198 + +usemtl colormap + +f 3/1/1 2/1/1 1/1/1 +f 2/1/1 3/1/1 4/1/1 +f 4/1/1 3/1/1 5/1/1 +f 4/1/1 5/1/1 6/1/1 +f 6/1/1 5/1/1 7/1/1 +f 6/1/1 7/1/1 8/1/1 +f 1/1/2 2/1/2 3/1/2 +f 4/1/2 3/1/2 2/1/2 +f 5/1/2 3/1/2 4/1/2 +f 6/1/2 5/1/2 4/1/2 +f 7/1/2 5/1/2 6/1/2 +f 8/1/2 7/1/2 6/1/2 +f 11/2/2 10/2/2 9/2/2 +f 10/2/2 11/2/2 12/2/2 +f 12/2/2 11/2/2 13/2/2 +f 12/2/2 13/2/2 14/2/2 +f 14/2/2 13/2/2 15/2/2 +f 15/2/2 13/2/2 16/2/2 +f 9/2/1 10/2/1 11/2/1 +f 12/2/1 11/2/1 10/2/1 +f 13/2/1 11/2/1 12/2/1 +f 14/2/1 13/2/1 12/2/1 +f 15/2/1 13/2/1 14/2/1 +f 16/2/1 13/2/1 15/2/1 +f 4/1/5 9/2/4 2/1/3 +f 9/2/4 4/1/5 11/2/6 +f 2/1/9 9/2/8 4/1/7 +f 11/2/10 4/1/7 9/2/8 +f 5/1/13 12/2/12 14/2/11 +f 12/2/12 5/1/13 3/1/14 +f 14/2/17 12/2/16 5/1/15 +f 3/1/18 5/1/15 12/2/16 +f 16/2/21 7/1/20 15/2/19 +f 7/1/20 16/2/21 8/1/22 +f 15/2/25 7/1/24 16/2/23 +f 8/1/26 16/2/23 7/1/24 +f 1/1/28 9/2/4 10/2/27 +f 9/2/4 1/1/28 2/1/3 +f 10/2/30 9/2/8 1/1/29 +f 2/1/9 1/1/29 9/2/8 +f 3/1/14 10/2/27 12/2/12 +f 10/2/27 3/1/14 1/1/28 +f 12/2/16 10/2/30 3/1/18 +f 1/1/29 3/1/18 10/2/30 +f 16/2/21 6/1/31 8/1/22 +f 6/1/31 16/2/21 13/2/32 +f 8/1/26 6/1/33 16/2/23 +f 13/2/34 16/2/23 6/1/33 +f 4/1/5 13/2/32 11/2/6 +f 13/2/32 4/1/5 6/1/31 +f 11/2/10 13/2/34 4/1/7 +f 6/1/33 4/1/7 13/2/34 +f 7/1/20 14/2/11 15/2/19 +f 14/2/11 7/1/20 5/1/13 +f 15/2/25 14/2/17 7/1/24 +f 5/1/15 7/1/24 14/2/17 +f 19/1/35 18/1/36 17/1/35 +f 18/1/36 19/1/35 20/1/36 +f 17/1/37 18/1/38 19/1/37 +f 20/1/38 19/1/37 18/1/38 +f 17/1/39 22/4/40 21/3/39 +f 22/4/40 17/1/39 23/4/40 +f 23/4/40 17/1/39 18/1/39 +f 23/4/40 18/1/39 24/3/39 +f 21/3/41 22/4/42 17/1/41 +f 23/4/42 17/1/41 22/4/42 +f 18/1/41 17/1/41 23/4/42 +f 24/3/41 18/1/41 23/4/42 +f 26/4/43 19/1/41 25/3/41 +f 19/1/41 26/4/43 27/4/43 +f 19/1/41 27/4/43 20/1/41 +f 20/1/41 27/4/43 28/3/41 +f 25/3/39 19/1/39 26/4/44 +f 27/4/44 26/4/44 19/1/39 +f 20/1/39 27/4/44 19/1/39 +f 28/3/39 27/4/44 20/1/39 +f 19/1/35 21/3/45 25/3/45 +f 21/3/45 19/1/35 17/1/35 +f 25/3/46 21/3/46 19/1/37 +f 17/1/37 19/1/37 21/3/46 +f 18/1/36 28/3/47 24/3/47 +f 28/3/47 18/1/36 20/1/36 +f 24/3/48 28/3/48 18/1/38 +f 20/1/38 18/1/38 28/3/48 +f 31/2/50 30/2/49 29/2/49 +f 30/2/49 31/2/50 32/2/50 +f 29/2/52 30/2/52 31/2/51 +f 32/2/51 31/2/51 30/2/52 +f 29/2/49 22/4/40 23/4/40 +f 22/4/40 29/2/49 30/2/49 +f 23/4/42 22/4/42 29/2/52 +f 30/2/52 29/2/52 22/4/42 +f 27/4/43 32/2/50 31/2/50 +f 32/2/50 27/4/43 26/4/43 +f 31/2/51 32/2/51 27/4/44 +f 26/4/44 27/4/44 32/2/51 +f 26/4/53 30/2/53 32/2/53 +f 30/2/53 26/4/53 22/4/53 +f 22/4/53 26/4/53 25/3/45 +f 22/4/53 25/3/45 21/3/45 +f 32/2/54 30/2/54 26/4/54 +f 22/4/54 26/4/54 30/2/54 +f 25/3/46 26/4/54 22/4/54 +f 21/3/46 25/3/46 22/4/54 +f 23/4/55 31/2/55 29/2/55 +f 31/2/55 23/4/55 27/4/55 +f 27/4/55 23/4/55 24/3/47 +f 27/4/55 24/3/47 28/3/47 +f 29/2/56 31/2/56 23/4/56 +f 27/4/56 23/4/56 31/2/56 +f 24/3/48 23/4/56 27/4/56 +f 28/3/48 24/3/48 27/4/56 +f 35/1/1 34/1/1 33/1/1 +f 34/1/1 35/1/1 36/1/1 +f 36/1/1 35/1/1 37/1/1 +f 36/1/1 37/1/1 38/1/1 +f 38/1/1 37/1/1 39/1/1 +f 38/1/1 39/1/1 40/1/1 +f 33/1/2 34/1/2 35/1/2 +f 36/1/2 35/1/2 34/1/2 +f 37/1/2 35/1/2 36/1/2 +f 38/1/2 37/1/2 36/1/2 +f 39/1/2 37/1/2 38/1/2 +f 40/1/2 39/1/2 38/1/2 +f 43/2/2 42/2/2 41/2/2 +f 42/2/2 43/2/2 44/2/2 +f 44/2/2 43/2/2 45/2/2 +f 44/2/2 45/2/2 46/2/2 +f 46/2/2 45/2/2 47/2/2 +f 46/2/2 47/2/2 48/2/2 +f 41/2/1 42/2/1 43/2/1 +f 44/2/1 43/2/1 42/2/1 +f 45/2/1 43/2/1 44/2/1 +f 46/2/1 45/2/1 44/2/1 +f 47/2/1 45/2/1 46/2/1 +f 48/2/1 47/2/1 46/2/1 +f 47/2/21 39/1/20 48/2/19 +f 39/1/20 47/2/21 40/1/22 +f 48/2/25 39/1/24 47/2/23 +f 40/1/26 47/2/23 39/1/24 +f 36/1/5 45/2/32 43/2/6 +f 45/2/32 36/1/5 38/1/31 +f 43/2/10 45/2/34 36/1/7 +f 38/1/33 36/1/7 45/2/34 +f 36/1/5 41/2/4 34/1/3 +f 41/2/4 36/1/5 43/2/6 +f 34/1/9 41/2/8 36/1/7 +f 43/2/10 36/1/7 41/2/8 +f 35/1/14 42/2/27 44/2/12 +f 42/2/27 35/1/14 33/1/28 +f 44/2/16 42/2/30 35/1/18 +f 33/1/29 35/1/18 42/2/30 +f 37/1/13 44/2/12 46/2/11 +f 44/2/12 37/1/13 35/1/14 +f 46/2/17 44/2/16 37/1/15 +f 35/1/18 37/1/15 44/2/16 +f 33/1/28 41/2/4 42/2/27 +f 41/2/4 33/1/28 34/1/3 +f 42/2/30 41/2/8 33/1/29 +f 34/1/9 33/1/29 41/2/8 +f 39/1/20 46/2/11 48/2/19 +f 46/2/11 39/1/20 37/1/13 +f 48/2/25 46/2/17 39/1/24 +f 37/1/15 39/1/24 46/2/17 +f 47/2/21 38/1/31 40/1/22 +f 38/1/31 47/2/21 45/2/32 +f 40/1/26 38/1/33 47/2/23 +f 45/2/34 47/2/23 38/1/33 +f 51/5/2 50/5/2 49/5/2 +f 50/5/2 51/5/2 52/5/2 +f 52/5/2 51/5/2 53/5/2 +f 52/5/2 53/5/2 54/5/2 +f 54/5/2 53/5/2 55/5/2 +f 54/5/2 55/5/2 56/5/2 +f 49/5/1 50/5/1 51/5/1 +f 52/5/1 51/5/1 50/5/1 +f 53/5/1 51/5/1 52/5/1 +f 54/5/1 53/5/1 52/5/1 +f 55/5/1 53/5/1 54/5/1 +f 56/5/1 55/5/1 54/5/1 +f 59/6/1 58/6/1 57/6/1 +f 58/6/1 59/6/1 60/6/1 +f 60/6/1 59/6/1 61/6/1 +f 60/6/1 61/6/1 62/6/1 +f 62/6/1 61/6/1 63/6/1 +f 62/6/1 63/6/1 64/6/1 +f 57/6/2 58/6/2 59/6/2 +f 60/6/2 59/6/2 58/6/2 +f 61/6/2 59/6/2 60/6/2 +f 62/6/2 61/6/2 60/6/2 +f 63/6/2 61/6/2 62/6/2 +f 64/6/2 63/6/2 62/6/2 +f 61/6/57 52/5/58 54/5/57 +f 52/5/58 61/6/57 59/6/58 +f 54/5/59 52/5/60 61/6/59 +f 59/6/60 61/6/59 52/5/60 +f 63/6/61 54/5/57 56/5/61 +f 54/5/57 63/6/61 61/6/57 +f 56/5/62 54/5/59 63/6/62 +f 61/6/59 63/6/62 54/5/59 +f 55/5/63 63/6/61 56/5/61 +f 63/6/61 55/5/63 64/6/63 +f 56/5/62 63/6/62 55/5/64 +f 64/6/64 55/5/64 63/6/62 +f 53/5/60 64/6/63 55/5/63 +f 64/6/63 53/5/60 62/6/60 +f 55/5/64 64/6/64 53/5/58 +f 62/6/58 53/5/58 64/6/64 +f 60/6/59 53/5/60 51/5/59 +f 53/5/60 60/6/59 62/6/60 +f 51/5/57 53/5/58 60/6/57 +f 62/6/58 60/6/57 53/5/58 +f 60/6/59 49/5/62 58/6/62 +f 49/5/62 60/6/59 51/5/59 +f 58/6/61 49/5/61 60/6/57 +f 51/5/57 60/6/57 49/5/61 +f 58/6/62 50/5/64 57/6/64 +f 50/5/64 58/6/62 49/5/62 +f 57/6/63 50/5/63 58/6/61 +f 49/5/61 58/6/61 50/5/63 +f 57/6/64 52/5/58 59/6/58 +f 52/5/58 57/6/64 50/5/64 +f 59/6/60 52/5/60 57/6/63 +f 50/5/63 57/6/63 52/5/60 +f 67/5/2 66/5/2 65/5/2 +f 66/5/2 67/5/2 68/5/2 +f 68/5/2 67/5/2 69/5/2 +f 68/5/2 69/5/2 70/5/2 +f 70/5/2 69/5/2 71/5/2 +f 70/5/2 71/5/2 72/5/2 +f 65/5/1 66/5/1 67/5/1 +f 68/5/1 67/5/1 66/5/1 +f 69/5/1 67/5/1 68/5/1 +f 70/5/1 69/5/1 68/5/1 +f 71/5/1 69/5/1 70/5/1 +f 72/5/1 71/5/1 70/5/1 +f 75/6/1 74/6/1 73/6/1 +f 74/6/1 75/6/1 76/6/1 +f 76/6/1 75/6/1 77/6/1 +f 76/6/1 77/6/1 78/6/1 +f 78/6/1 77/6/1 79/6/1 +f 78/6/1 79/6/1 80/6/1 +f 73/6/2 74/6/2 75/6/2 +f 76/6/2 75/6/2 74/6/2 +f 77/6/2 75/6/2 76/6/2 +f 78/6/2 77/6/2 76/6/2 +f 79/6/2 77/6/2 78/6/2 +f 80/6/2 79/6/2 78/6/2 +f 77/6/57 68/5/58 70/5/57 +f 68/5/58 77/6/57 75/6/58 +f 70/5/59 68/5/60 77/6/59 +f 75/6/60 77/6/59 68/5/60 +f 79/6/61 70/5/57 72/5/61 +f 70/5/57 79/6/61 77/6/57 +f 72/5/62 70/5/59 79/6/62 +f 77/6/59 79/6/62 70/5/59 +f 71/5/63 79/6/61 72/5/61 +f 79/6/61 71/5/63 80/6/63 +f 72/5/62 79/6/62 71/5/64 +f 80/6/64 71/5/64 79/6/62 +f 69/5/60 80/6/63 71/5/63 +f 80/6/63 69/5/60 78/6/60 +f 71/5/64 80/6/64 69/5/58 +f 78/6/58 69/5/58 80/6/64 +f 76/6/59 69/5/60 67/5/59 +f 69/5/60 76/6/59 78/6/60 +f 67/5/57 69/5/58 76/6/57 +f 78/6/58 76/6/57 69/5/58 +f 76/6/59 65/5/62 74/6/62 +f 65/5/62 76/6/59 67/5/59 +f 74/6/61 65/5/61 76/6/57 +f 67/5/57 76/6/57 65/5/61 +f 74/6/62 66/5/64 73/6/64 +f 66/5/64 74/6/62 65/5/62 +f 73/6/63 66/5/63 74/6/61 +f 65/5/61 74/6/61 66/5/63 +f 73/6/64 68/5/58 75/6/58 +f 68/5/58 73/6/64 66/5/64 +f 75/6/60 68/5/60 73/6/63 +f 66/5/63 73/6/63 68/5/60 +f 83/8/66 82/7/65 81/7/65 +f 82/7/65 83/8/66 84/8/66 +f 81/7/68 82/7/68 83/8/67 +f 84/8/67 83/8/67 82/7/68 +f 87/10/70 86/9/69 85/9/69 +f 86/9/69 87/10/70 88/10/70 +f 85/9/72 86/9/72 87/10/71 +f 88/10/71 87/10/71 86/9/72 +f 85/9/69 90/11/73 89/11/73 +f 90/11/73 85/9/69 86/9/69 +f 89/11/74 90/11/74 85/9/72 +f 86/9/72 85/9/72 90/11/74 +f 88/10/70 92/12/75 91/12/75 +f 92/12/75 88/10/70 87/10/70 +f 91/12/76 92/12/76 88/10/71 +f 87/10/71 88/10/71 92/12/76 +f 89/11/73 94/8/77 93/8/77 +f 94/8/77 89/11/73 90/11/73 +f 93/8/78 94/8/78 89/11/74 +f 90/11/74 89/11/74 94/8/78 +f 97/13/79 96/12/80 95/13/79 +f 96/12/80 97/13/79 98/12/80 +f 95/13/81 96/12/82 97/13/81 +f 98/12/82 97/13/81 96/12/82 +f 99/14/2 97/13/79 95/13/79 +f 97/13/79 99/14/2 100/14/2 +f 95/13/81 97/13/81 99/14/1 +f 100/14/1 99/14/1 97/13/81 +f 98/12/80 101/10/83 96/12/80 +f 101/10/83 98/12/80 102/10/83 +f 96/12/82 101/10/84 98/12/82 +f 102/10/84 98/12/82 101/10/84 +f 103/11/85 84/8/66 83/8/66 +f 84/8/66 103/11/85 104/11/85 +f 83/8/67 84/8/67 103/11/86 +f 104/11/86 103/11/86 84/8/67 +f 105/9/87 104/11/85 103/11/85 +f 104/11/85 105/9/87 106/9/87 +f 103/11/86 104/11/86 105/9/88 +f 106/9/88 105/9/88 104/11/86 +f 108/13/89 99/14/2 107/13/89 +f 99/14/2 108/13/89 100/14/2 +f 107/13/90 99/14/1 108/13/90 +f 100/14/1 108/13/90 99/14/1 +f 92/12/75 107/13/89 91/12/75 +f 107/13/89 92/12/75 108/13/89 +f 91/12/76 107/13/90 92/12/76 +f 108/13/90 92/12/76 107/13/90 +f 101/10/83 106/9/87 105/9/87 +f 106/9/87 101/10/83 102/10/83 +f 105/9/88 106/9/88 101/10/84 +f 102/10/84 101/10/84 106/9/88 +f 111/16/93 110/15/92 109/15/91 +f 110/15/92 111/16/93 112/16/94 +f 109/15/97 110/15/96 111/16/95 +f 112/16/98 111/16/95 110/15/96 +f 115/18/101 114/17/100 113/17/99 +f 114/17/100 115/18/101 116/18/102 +f 113/17/105 114/17/104 115/18/103 +f 116/18/106 115/18/103 114/17/104 +f 119/16/109 118/19/108 117/16/107 +f 118/19/108 119/16/109 120/19/110 +f 117/16/113 118/19/112 119/16/111 +f 120/19/114 119/16/111 118/19/112 +f 120/19/110 121/20/115 118/19/108 +f 121/20/115 120/19/110 122/20/116 +f 118/19/112 121/20/117 120/19/114 +f 122/20/118 120/19/114 121/20/117 +f 125/20/121 124/19/120 123/19/119 +f 124/19/120 125/20/121 126/20/122 +f 123/19/125 124/19/124 125/20/123 +f 126/20/126 125/20/123 124/19/124 +f 129/18/129 128/17/128 127/17/127 +f 128/17/128 129/18/129 130/18/130 +f 127/17/133 128/17/132 129/18/131 +f 130/18/134 129/18/131 128/17/132 +f 122/20/116 131/21/135 121/20/115 +f 131/21/135 122/20/116 132/21/136 +f 121/20/117 131/21/137 122/20/118 +f 132/21/138 122/20/118 131/21/137 +f 123/19/119 112/16/94 111/16/93 +f 112/16/94 123/19/119 124/19/120 +f 111/16/95 112/16/98 123/19/125 +f 124/19/124 123/19/125 112/16/98 +f 109/15/91 130/18/130 129/18/129 +f 130/18/130 109/15/91 110/15/92 +f 129/18/131 130/18/134 109/15/97 +f 110/15/96 109/15/97 130/18/134 +f 133/15/139 116/18/102 115/18/101 +f 116/18/102 133/15/139 134/15/140 +f 115/18/103 116/18/106 133/15/141 +f 134/15/142 133/15/141 116/18/106 +f 119/16/109 134/15/140 133/15/139 +f 134/15/140 119/16/109 117/16/107 +f 133/15/141 134/15/142 119/16/111 +f 117/16/113 119/16/111 134/15/142 +f 132/21/136 125/20/121 131/21/135 +f 125/20/121 132/21/136 126/20/122 +f 131/21/137 125/20/123 132/21/138 +f 126/20/126 132/21/138 125/20/123 +f 121/20/115 135/22/143 118/19/108 +f 135/22/143 121/20/115 136/23/144 +f 118/19/112 135/22/145 121/20/117 +f 136/23/146 121/20/117 135/22/145 +f 111/16/93 138/25/148 137/24/147 +f 138/25/148 111/16/93 109/15/91 +f 137/24/150 138/25/149 111/16/95 +f 109/15/97 111/16/95 138/25/149 +f 114/17/100 140/26/152 139/7/151 +f 140/26/152 114/17/100 116/18/102 +f 139/7/154 140/26/153 114/17/104 +f 116/18/106 114/17/104 140/26/153 +f 141/7/155 115/18/101 113/17/99 +f 115/18/101 141/7/155 142/26/156 +f 113/17/105 115/18/103 141/7/157 +f 142/26/158 141/7/157 115/18/103 +f 118/19/108 143/24/159 117/16/107 +f 143/24/159 118/19/108 135/22/143 +f 117/16/113 143/24/160 118/19/112 +f 135/22/145 118/19/112 143/24/160 +f 144/23/161 132/21/136 122/20/116 +f 132/21/136 144/23/161 145/27/162 +f 122/20/118 132/21/138 144/23/163 +f 145/27/164 144/23/163 132/21/138 +f 146/22/165 122/20/116 120/19/110 +f 122/20/116 146/22/165 144/23/161 +f 120/19/114 122/20/118 146/22/166 +f 144/23/163 146/22/166 122/20/118 +f 123/19/119 137/24/147 147/22/167 +f 137/24/147 123/19/119 111/16/93 +f 147/22/168 137/24/150 123/19/125 +f 111/16/95 123/19/125 137/24/150 +f 131/21/135 136/23/144 121/20/115 +f 136/23/144 131/21/135 148/27/169 +f 121/20/117 136/23/146 131/21/137 +f 148/27/170 131/21/137 136/23/146 +f 109/15/91 149/26/171 138/25/148 +f 149/26/171 109/15/91 129/18/129 +f 138/25/149 149/26/172 109/15/97 +f 129/18/131 109/15/97 149/26/172 +f 117/16/107 150/25/173 134/15/140 +f 150/25/173 117/16/107 143/24/159 +f 134/15/142 150/25/174 117/16/113 +f 143/24/160 117/16/113 150/25/174 +f 125/20/121 147/22/167 151/23/175 +f 147/22/167 125/20/121 123/19/119 +f 151/23/176 147/22/168 125/20/123 +f 123/19/125 125/20/123 147/22/168 +f 129/18/129 152/7/177 149/26/171 +f 152/7/177 129/18/129 127/17/127 +f 149/26/172 152/7/178 129/18/131 +f 127/17/133 129/18/131 152/7/178 +f 142/26/156 133/15/139 115/18/101 +f 133/15/139 142/26/156 153/25/179 +f 115/18/103 133/15/141 142/26/158 +f 153/25/180 142/26/158 133/15/141 +f 134/15/140 140/26/152 116/18/102 +f 140/26/152 134/15/140 150/25/173 +f 116/18/106 140/26/153 134/15/142 +f 150/25/174 134/15/142 140/26/153 +f 153/25/179 119/16/109 133/15/139 +f 119/16/109 153/25/179 154/24/181 +f 133/15/141 119/16/111 153/25/180 +f 154/24/182 153/25/180 119/16/111 +f 154/24/181 120/19/110 119/16/109 +f 120/19/110 154/24/181 146/22/165 +f 119/16/111 120/19/114 154/24/182 +f 146/22/166 154/24/182 120/19/114 +f 156/24/184 124/19/120 155/22/183 +f 124/19/120 156/24/184 112/16/94 +f 155/22/186 124/19/124 156/24/185 +f 112/16/98 156/24/185 124/19/124 +f 155/22/183 126/20/122 157/23/187 +f 126/20/122 155/22/183 124/19/120 +f 157/23/188 126/20/126 155/22/186 +f 124/19/124 155/22/186 126/20/126 +f 131/21/135 151/23/175 148/27/169 +f 151/23/175 131/21/135 125/20/121 +f 148/27/170 151/23/176 131/21/137 +f 125/20/123 131/21/137 151/23/176 +f 158/25/189 112/16/94 156/24/184 +f 112/16/94 158/25/189 110/15/92 +f 156/24/185 112/16/98 158/25/190 +f 110/15/96 158/25/190 112/16/98 +f 145/27/162 126/20/122 132/21/136 +f 126/20/122 145/27/162 157/23/187 +f 132/21/138 126/20/126 145/27/164 +f 157/23/188 145/27/164 126/20/126 +f 159/26/191 110/15/92 158/25/189 +f 110/15/92 159/26/191 130/18/130 +f 158/25/190 110/15/96 159/26/192 +f 130/18/134 159/26/192 110/15/96 +f 113/17/99 139/7/68 141/7/68 +f 139/7/68 113/17/99 114/17/100 +f 141/7/65 139/7/65 113/17/105 +f 114/17/104 113/17/105 139/7/65 +f 161/7/194 93/8/193 160/7/193 +f 93/8/193 161/7/194 158/25/189 +f 158/25/189 161/7/194 159/26/191 +f 158/25/189 89/11/193 93/8/193 +f 156/24/184 89/11/193 158/25/189 +f 156/24/184 85/9/193 89/11/193 +f 156/24/184 87/10/193 85/9/193 +f 155/22/183 87/10/193 156/24/184 +f 155/22/183 92/12/193 87/10/193 +f 157/23/187 92/12/193 155/22/183 +f 157/23/187 108/13/193 92/12/193 +f 145/27/162 108/13/193 157/23/187 +f 145/27/162 100/14/193 108/13/193 +f 145/27/162 97/13/193 100/14/193 +f 144/23/161 97/13/193 145/27/162 +f 144/23/161 98/12/193 97/13/193 +f 146/22/165 98/12/193 144/23/161 +f 146/22/165 102/10/193 98/12/193 +f 146/22/165 106/9/193 102/10/193 +f 154/24/181 106/9/193 146/22/165 +f 154/24/181 104/11/193 106/9/193 +f 153/25/179 104/11/193 154/24/181 +f 153/25/179 84/8/193 104/11/193 +f 153/25/179 82/7/193 84/8/193 +f 142/26/156 82/7/193 153/25/179 +f 82/7/193 142/26/156 141/7/155 +f 160/7/196 93/8/196 161/7/195 +f 158/25/190 161/7/195 93/8/196 +f 159/26/192 161/7/195 158/25/190 +f 93/8/196 89/11/196 158/25/190 +f 158/25/190 89/11/196 156/24/185 +f 89/11/196 85/9/196 156/24/185 +f 85/9/196 87/10/196 156/24/185 +f 156/24/185 87/10/196 155/22/186 +f 87/10/196 92/12/196 155/22/186 +f 155/22/186 92/12/196 157/23/188 +f 92/12/196 108/13/196 157/23/188 +f 157/23/188 108/13/196 145/27/164 +f 108/13/196 100/14/196 145/27/164 +f 100/14/196 97/13/196 145/27/164 +f 145/27/164 97/13/196 144/23/163 +f 97/13/196 98/12/196 144/23/163 +f 144/23/163 98/12/196 146/22/166 +f 98/12/196 102/10/196 146/22/166 +f 102/10/196 106/9/196 146/22/166 +f 146/22/166 106/9/196 154/24/182 +f 106/9/196 104/11/196 154/24/182 +f 154/24/182 104/11/196 153/25/180 +f 104/11/196 84/8/196 153/25/180 +f 84/8/196 82/7/196 153/25/180 +f 153/25/180 82/7/196 142/26/158 +f 141/7/157 142/26/158 82/7/196 +f 152/7/177 138/25/148 149/26/171 +f 162/7/196 138/25/148 152/7/177 +f 94/8/196 138/25/148 162/7/196 +f 90/11/196 138/25/148 94/8/196 +f 90/11/196 137/24/147 138/25/148 +f 86/9/196 137/24/147 90/11/196 +f 88/10/196 137/24/147 86/9/196 +f 88/10/196 147/22/167 137/24/147 +f 91/12/196 147/22/167 88/10/196 +f 91/12/196 151/23/175 147/22/167 +f 107/13/196 151/23/175 91/12/196 +f 99/14/196 151/23/175 107/13/196 +f 99/14/196 148/27/169 151/23/175 +f 95/13/196 148/27/169 99/14/196 +f 95/13/196 136/23/144 148/27/169 +f 96/12/196 136/23/144 95/13/196 +f 96/12/196 135/22/143 136/23/144 +f 101/10/196 135/22/143 96/12/196 +f 105/9/196 135/22/143 101/10/196 +f 105/9/196 143/24/159 135/22/143 +f 103/11/196 143/24/159 105/9/196 +f 103/11/196 150/25/173 143/24/159 +f 150/25/173 103/11/196 83/8/196 +f 81/7/196 150/25/173 83/8/196 +f 81/7/196 140/26/152 150/25/173 +f 140/26/152 81/7/196 139/7/151 +f 149/26/172 138/25/149 152/7/178 +f 152/7/178 138/25/149 162/7/193 +f 162/7/193 138/25/149 94/8/193 +f 94/8/193 138/25/149 90/11/193 +f 138/25/149 137/24/150 90/11/193 +f 90/11/193 137/24/150 86/9/193 +f 86/9/193 137/24/150 88/10/193 +f 137/24/150 147/22/168 88/10/193 +f 88/10/193 147/22/168 91/12/193 +f 147/22/168 151/23/176 91/12/193 +f 91/12/193 151/23/176 107/13/193 +f 107/13/193 151/23/176 99/14/193 +f 151/23/176 148/27/170 99/14/193 +f 99/14/193 148/27/170 95/13/193 +f 148/27/170 136/23/146 95/13/193 +f 95/13/193 136/23/146 96/12/193 +f 136/23/146 135/22/145 96/12/193 +f 96/12/193 135/22/145 101/10/193 +f 101/10/193 135/22/145 105/9/193 +f 135/22/145 143/24/160 105/9/193 +f 105/9/193 143/24/160 103/11/193 +f 143/24/160 150/25/174 103/11/193 +f 83/8/193 103/11/193 150/25/174 +f 83/8/193 150/25/174 81/7/193 +f 150/25/174 140/26/153 81/7/193 +f 139/7/154 81/7/193 140/26/153 +f 93/8/77 162/7/68 160/7/68 +f 162/7/68 93/8/77 94/8/77 +f 160/7/65 162/7/65 93/8/78 +f 94/8/78 93/8/78 162/7/65 +f 127/17/127 161/7/65 152/7/65 +f 161/7/65 127/17/127 128/17/128 +f 152/7/68 161/7/68 127/17/133 +f 128/17/132 127/17/133 161/7/68 +f 161/7/194 130/18/130 159/26/191 +f 130/18/130 161/7/194 128/17/128 +f 159/26/192 130/18/134 161/7/195 +f 128/17/132 161/7/195 130/18/134 + +g gate + + + + +usemtl colormap + +f 3/1/1 2/1/1 1/1/1 +f 2/1/1 3/1/1 4/1/1 +f 4/1/1 3/1/1 5/1/1 +f 4/1/1 5/1/1 6/1/1 +f 6/1/1 5/1/1 7/1/1 +f 6/1/1 7/1/1 8/1/1 +f 1/1/2 2/1/2 3/1/2 +f 4/1/2 3/1/2 2/1/2 +f 5/1/2 3/1/2 4/1/2 +f 6/1/2 5/1/2 4/1/2 +f 7/1/2 5/1/2 6/1/2 +f 8/1/2 7/1/2 6/1/2 +f 11/2/2 10/2/2 9/2/2 +f 10/2/2 11/2/2 12/2/2 +f 12/2/2 11/2/2 13/2/2 +f 12/2/2 13/2/2 14/2/2 +f 14/2/2 13/2/2 15/2/2 +f 15/2/2 13/2/2 16/2/2 +f 9/2/1 10/2/1 11/2/1 +f 12/2/1 11/2/1 10/2/1 +f 13/2/1 11/2/1 12/2/1 +f 14/2/1 13/2/1 12/2/1 +f 15/2/1 13/2/1 14/2/1 +f 16/2/1 13/2/1 15/2/1 +f 4/1/5 9/2/4 2/1/3 +f 9/2/4 4/1/5 11/2/6 +f 2/1/9 9/2/8 4/1/7 +f 11/2/10 4/1/7 9/2/8 +f 5/1/13 12/2/12 14/2/11 +f 12/2/12 5/1/13 3/1/14 +f 14/2/17 12/2/16 5/1/15 +f 3/1/18 5/1/15 12/2/16 +f 16/2/21 7/1/20 15/2/19 +f 7/1/20 16/2/21 8/1/22 +f 15/2/25 7/1/24 16/2/23 +f 8/1/26 16/2/23 7/1/24 +f 1/1/28 9/2/4 10/2/27 +f 9/2/4 1/1/28 2/1/3 +f 10/2/30 9/2/8 1/1/29 +f 2/1/9 1/1/29 9/2/8 +f 3/1/14 10/2/27 12/2/12 +f 10/2/27 3/1/14 1/1/28 +f 12/2/16 10/2/30 3/1/18 +f 1/1/29 3/1/18 10/2/30 +f 16/2/21 6/1/31 8/1/22 +f 6/1/31 16/2/21 13/2/32 +f 8/1/26 6/1/33 16/2/23 +f 13/2/34 16/2/23 6/1/33 +f 4/1/5 13/2/32 11/2/6 +f 13/2/32 4/1/5 6/1/31 +f 11/2/10 13/2/34 4/1/7 +f 6/1/33 4/1/7 13/2/34 +f 7/1/20 14/2/11 15/2/19 +f 14/2/11 7/1/20 5/1/13 +f 15/2/25 14/2/17 7/1/24 +f 5/1/15 7/1/24 14/2/17 +f 19/1/35 18/1/36 17/1/35 +f 18/1/36 19/1/35 20/1/36 +f 17/1/37 18/1/38 19/1/37 +f 20/1/38 19/1/37 18/1/38 +f 17/1/39 22/4/40 21/3/39 +f 22/4/40 17/1/39 23/4/40 +f 23/4/40 17/1/39 18/1/39 +f 23/4/40 18/1/39 24/3/39 +f 21/3/41 22/4/42 17/1/41 +f 23/4/42 17/1/41 22/4/42 +f 18/1/41 17/1/41 23/4/42 +f 24/3/41 18/1/41 23/4/42 +f 26/4/43 19/1/41 25/3/41 +f 19/1/41 26/4/43 27/4/43 +f 19/1/41 27/4/43 20/1/41 +f 20/1/41 27/4/43 28/3/41 +f 25/3/39 19/1/39 26/4/44 +f 27/4/44 26/4/44 19/1/39 +f 20/1/39 27/4/44 19/1/39 +f 28/3/39 27/4/44 20/1/39 +f 19/1/35 21/3/45 25/3/45 +f 21/3/45 19/1/35 17/1/35 +f 25/3/46 21/3/46 19/1/37 +f 17/1/37 19/1/37 21/3/46 +f 18/1/36 28/3/47 24/3/47 +f 28/3/47 18/1/36 20/1/36 +f 24/3/48 28/3/48 18/1/38 +f 20/1/38 18/1/38 28/3/48 +f 31/2/50 30/2/49 29/2/49 +f 30/2/49 31/2/50 32/2/50 +f 29/2/52 30/2/52 31/2/51 +f 32/2/51 31/2/51 30/2/52 +f 29/2/49 22/4/40 23/4/40 +f 22/4/40 29/2/49 30/2/49 +f 23/4/42 22/4/42 29/2/52 +f 30/2/52 29/2/52 22/4/42 +f 27/4/43 32/2/50 31/2/50 +f 32/2/50 27/4/43 26/4/43 +f 31/2/51 32/2/51 27/4/44 +f 26/4/44 27/4/44 32/2/51 +f 26/4/53 30/2/53 32/2/53 +f 30/2/53 26/4/53 22/4/53 +f 22/4/53 26/4/53 25/3/45 +f 22/4/53 25/3/45 21/3/45 +f 32/2/54 30/2/54 26/4/54 +f 22/4/54 26/4/54 30/2/54 +f 25/3/46 26/4/54 22/4/54 +f 21/3/46 25/3/46 22/4/54 +f 23/4/55 31/2/55 29/2/55 +f 31/2/55 23/4/55 27/4/55 +f 27/4/55 23/4/55 24/3/47 +f 27/4/55 24/3/47 28/3/47 +f 29/2/56 31/2/56 23/4/56 +f 27/4/56 23/4/56 31/2/56 +f 24/3/48 23/4/56 27/4/56 +f 28/3/48 24/3/48 27/4/56 +f 35/1/1 34/1/1 33/1/1 +f 34/1/1 35/1/1 36/1/1 +f 36/1/1 35/1/1 37/1/1 +f 36/1/1 37/1/1 38/1/1 +f 38/1/1 37/1/1 39/1/1 +f 38/1/1 39/1/1 40/1/1 +f 33/1/2 34/1/2 35/1/2 +f 36/1/2 35/1/2 34/1/2 +f 37/1/2 35/1/2 36/1/2 +f 38/1/2 37/1/2 36/1/2 +f 39/1/2 37/1/2 38/1/2 +f 40/1/2 39/1/2 38/1/2 +f 43/2/2 42/2/2 41/2/2 +f 42/2/2 43/2/2 44/2/2 +f 44/2/2 43/2/2 45/2/2 +f 44/2/2 45/2/2 46/2/2 +f 46/2/2 45/2/2 47/2/2 +f 46/2/2 47/2/2 48/2/2 +f 41/2/1 42/2/1 43/2/1 +f 44/2/1 43/2/1 42/2/1 +f 45/2/1 43/2/1 44/2/1 +f 46/2/1 45/2/1 44/2/1 +f 47/2/1 45/2/1 46/2/1 +f 48/2/1 47/2/1 46/2/1 +f 47/2/21 39/1/20 48/2/19 +f 39/1/20 47/2/21 40/1/22 +f 48/2/25 39/1/24 47/2/23 +f 40/1/26 47/2/23 39/1/24 +f 36/1/5 45/2/32 43/2/6 +f 45/2/32 36/1/5 38/1/31 +f 43/2/10 45/2/34 36/1/7 +f 38/1/33 36/1/7 45/2/34 +f 36/1/5 41/2/4 34/1/3 +f 41/2/4 36/1/5 43/2/6 +f 34/1/9 41/2/8 36/1/7 +f 43/2/10 36/1/7 41/2/8 +f 35/1/14 42/2/27 44/2/12 +f 42/2/27 35/1/14 33/1/28 +f 44/2/16 42/2/30 35/1/18 +f 33/1/29 35/1/18 42/2/30 +f 37/1/13 44/2/12 46/2/11 +f 44/2/12 37/1/13 35/1/14 +f 46/2/17 44/2/16 37/1/15 +f 35/1/18 37/1/15 44/2/16 +f 33/1/28 41/2/4 42/2/27 +f 41/2/4 33/1/28 34/1/3 +f 42/2/30 41/2/8 33/1/29 +f 34/1/9 33/1/29 41/2/8 +f 39/1/20 46/2/11 48/2/19 +f 46/2/11 39/1/20 37/1/13 +f 48/2/25 46/2/17 39/1/24 +f 37/1/15 39/1/24 46/2/17 +f 47/2/21 38/1/31 40/1/22 +f 38/1/31 47/2/21 45/2/32 +f 40/1/26 38/1/33 47/2/23 +f 45/2/34 47/2/23 38/1/33 +f 51/5/2 50/5/2 49/5/2 +f 50/5/2 51/5/2 52/5/2 +f 52/5/2 51/5/2 53/5/2 +f 52/5/2 53/5/2 54/5/2 +f 54/5/2 53/5/2 55/5/2 +f 54/5/2 55/5/2 56/5/2 +f 49/5/1 50/5/1 51/5/1 +f 52/5/1 51/5/1 50/5/1 +f 53/5/1 51/5/1 52/5/1 +f 54/5/1 53/5/1 52/5/1 +f 55/5/1 53/5/1 54/5/1 +f 56/5/1 55/5/1 54/5/1 +f 59/6/1 58/6/1 57/6/1 +f 58/6/1 59/6/1 60/6/1 +f 60/6/1 59/6/1 61/6/1 +f 60/6/1 61/6/1 62/6/1 +f 62/6/1 61/6/1 63/6/1 +f 62/6/1 63/6/1 64/6/1 +f 57/6/2 58/6/2 59/6/2 +f 60/6/2 59/6/2 58/6/2 +f 61/6/2 59/6/2 60/6/2 +f 62/6/2 61/6/2 60/6/2 +f 63/6/2 61/6/2 62/6/2 +f 64/6/2 63/6/2 62/6/2 +f 61/6/57 52/5/58 54/5/57 +f 52/5/58 61/6/57 59/6/58 +f 54/5/59 52/5/60 61/6/59 +f 59/6/60 61/6/59 52/5/60 +f 63/6/61 54/5/57 56/5/61 +f 54/5/57 63/6/61 61/6/57 +f 56/5/62 54/5/59 63/6/62 +f 61/6/59 63/6/62 54/5/59 +f 55/5/63 63/6/61 56/5/61 +f 63/6/61 55/5/63 64/6/63 +f 56/5/62 63/6/62 55/5/64 +f 64/6/64 55/5/64 63/6/62 +f 53/5/60 64/6/63 55/5/63 +f 64/6/63 53/5/60 62/6/60 +f 55/5/64 64/6/64 53/5/58 +f 62/6/58 53/5/58 64/6/64 +f 60/6/59 53/5/60 51/5/59 +f 53/5/60 60/6/59 62/6/60 +f 51/5/57 53/5/58 60/6/57 +f 62/6/58 60/6/57 53/5/58 +f 60/6/59 49/5/62 58/6/62 +f 49/5/62 60/6/59 51/5/59 +f 58/6/61 49/5/61 60/6/57 +f 51/5/57 60/6/57 49/5/61 +f 58/6/62 50/5/64 57/6/64 +f 50/5/64 58/6/62 49/5/62 +f 57/6/63 50/5/63 58/6/61 +f 49/5/61 58/6/61 50/5/63 +f 57/6/64 52/5/58 59/6/58 +f 52/5/58 57/6/64 50/5/64 +f 59/6/60 52/5/60 57/6/63 +f 50/5/63 57/6/63 52/5/60 +f 67/5/2 66/5/2 65/5/2 +f 66/5/2 67/5/2 68/5/2 +f 68/5/2 67/5/2 69/5/2 +f 68/5/2 69/5/2 70/5/2 +f 70/5/2 69/5/2 71/5/2 +f 70/5/2 71/5/2 72/5/2 +f 65/5/1 66/5/1 67/5/1 +f 68/5/1 67/5/1 66/5/1 +f 69/5/1 67/5/1 68/5/1 +f 70/5/1 69/5/1 68/5/1 +f 71/5/1 69/5/1 70/5/1 +f 72/5/1 71/5/1 70/5/1 +f 75/6/1 74/6/1 73/6/1 +f 74/6/1 75/6/1 76/6/1 +f 76/6/1 75/6/1 77/6/1 +f 76/6/1 77/6/1 78/6/1 +f 78/6/1 77/6/1 79/6/1 +f 78/6/1 79/6/1 80/6/1 +f 73/6/2 74/6/2 75/6/2 +f 76/6/2 75/6/2 74/6/2 +f 77/6/2 75/6/2 76/6/2 +f 78/6/2 77/6/2 76/6/2 +f 79/6/2 77/6/2 78/6/2 +f 80/6/2 79/6/2 78/6/2 +f 77/6/57 68/5/58 70/5/57 +f 68/5/58 77/6/57 75/6/58 +f 70/5/59 68/5/60 77/6/59 +f 75/6/60 77/6/59 68/5/60 +f 79/6/61 70/5/57 72/5/61 +f 70/5/57 79/6/61 77/6/57 +f 72/5/62 70/5/59 79/6/62 +f 77/6/59 79/6/62 70/5/59 +f 71/5/63 79/6/61 72/5/61 +f 79/6/61 71/5/63 80/6/63 +f 72/5/62 79/6/62 71/5/64 +f 80/6/64 71/5/64 79/6/62 +f 69/5/60 80/6/63 71/5/63 +f 80/6/63 69/5/60 78/6/60 +f 71/5/64 80/6/64 69/5/58 +f 78/6/58 69/5/58 80/6/64 +f 76/6/59 69/5/60 67/5/59 +f 69/5/60 76/6/59 78/6/60 +f 67/5/57 69/5/58 76/6/57 +f 78/6/58 76/6/57 69/5/58 +f 76/6/59 65/5/62 74/6/62 +f 65/5/62 76/6/59 67/5/59 +f 74/6/61 65/5/61 76/6/57 +f 67/5/57 76/6/57 65/5/61 +f 74/6/62 66/5/64 73/6/64 +f 66/5/64 74/6/62 65/5/62 +f 73/6/63 66/5/63 74/6/61 +f 65/5/61 74/6/61 66/5/63 +f 73/6/64 68/5/58 75/6/58 +f 68/5/58 73/6/64 66/5/64 +f 75/6/60 68/5/60 73/6/63 +f 66/5/63 73/6/63 68/5/60 +f 83/8/66 82/7/65 81/7/65 +f 82/7/65 83/8/66 84/8/66 +f 81/7/68 82/7/68 83/8/67 +f 84/8/67 83/8/67 82/7/68 +f 87/10/70 86/9/69 85/9/69 +f 86/9/69 87/10/70 88/10/70 +f 85/9/72 86/9/72 87/10/71 +f 88/10/71 87/10/71 86/9/72 +f 85/9/69 90/11/73 89/11/73 +f 90/11/73 85/9/69 86/9/69 +f 89/11/74 90/11/74 85/9/72 +f 86/9/72 85/9/72 90/11/74 +f 88/10/70 92/12/75 91/12/75 +f 92/12/75 88/10/70 87/10/70 +f 91/12/76 92/12/76 88/10/71 +f 87/10/71 88/10/71 92/12/76 +f 89/11/73 94/8/77 93/8/77 +f 94/8/77 89/11/73 90/11/73 +f 93/8/78 94/8/78 89/11/74 +f 90/11/74 89/11/74 94/8/78 +f 97/13/79 96/12/80 95/13/79 +f 96/12/80 97/13/79 98/12/80 +f 95/13/81 96/12/82 97/13/81 +f 98/12/82 97/13/81 96/12/82 +f 99/14/2 97/13/79 95/13/79 +f 97/13/79 99/14/2 100/14/2 +f 95/13/81 97/13/81 99/14/1 +f 100/14/1 99/14/1 97/13/81 +f 98/12/80 101/10/83 96/12/80 +f 101/10/83 98/12/80 102/10/83 +f 96/12/82 101/10/84 98/12/82 +f 102/10/84 98/12/82 101/10/84 +f 103/11/85 84/8/66 83/8/66 +f 84/8/66 103/11/85 104/11/85 +f 83/8/67 84/8/67 103/11/86 +f 104/11/86 103/11/86 84/8/67 +f 105/9/87 104/11/85 103/11/85 +f 104/11/85 105/9/87 106/9/87 +f 103/11/86 104/11/86 105/9/88 +f 106/9/88 105/9/88 104/11/86 +f 108/13/89 99/14/2 107/13/89 +f 99/14/2 108/13/89 100/14/2 +f 107/13/90 99/14/1 108/13/90 +f 100/14/1 108/13/90 99/14/1 +f 92/12/75 107/13/89 91/12/75 +f 107/13/89 92/12/75 108/13/89 +f 91/12/76 107/13/90 92/12/76 +f 108/13/90 92/12/76 107/13/90 +f 101/10/83 106/9/87 105/9/87 +f 106/9/87 101/10/83 102/10/83 +f 105/9/88 106/9/88 101/10/84 +f 102/10/84 101/10/84 106/9/88 +f 111/16/93 110/15/92 109/15/91 +f 110/15/92 111/16/93 112/16/94 +f 109/15/97 110/15/96 111/16/95 +f 112/16/98 111/16/95 110/15/96 +f 115/18/101 114/17/100 113/17/99 +f 114/17/100 115/18/101 116/18/102 +f 113/17/105 114/17/104 115/18/103 +f 116/18/106 115/18/103 114/17/104 +f 119/16/109 118/19/108 117/16/107 +f 118/19/108 119/16/109 120/19/110 +f 117/16/113 118/19/112 119/16/111 +f 120/19/114 119/16/111 118/19/112 +f 120/19/110 121/20/115 118/19/108 +f 121/20/115 120/19/110 122/20/116 +f 118/19/112 121/20/117 120/19/114 +f 122/20/118 120/19/114 121/20/117 +f 125/20/121 124/19/120 123/19/119 +f 124/19/120 125/20/121 126/20/122 +f 123/19/125 124/19/124 125/20/123 +f 126/20/126 125/20/123 124/19/124 +f 129/18/129 128/17/128 127/17/127 +f 128/17/128 129/18/129 130/18/130 +f 127/17/133 128/17/132 129/18/131 +f 130/18/134 129/18/131 128/17/132 +f 122/20/116 131/21/135 121/20/115 +f 131/21/135 122/20/116 132/21/136 +f 121/20/117 131/21/137 122/20/118 +f 132/21/138 122/20/118 131/21/137 +f 123/19/119 112/16/94 111/16/93 +f 112/16/94 123/19/119 124/19/120 +f 111/16/95 112/16/98 123/19/125 +f 124/19/124 123/19/125 112/16/98 +f 109/15/91 130/18/130 129/18/129 +f 130/18/130 109/15/91 110/15/92 +f 129/18/131 130/18/134 109/15/97 +f 110/15/96 109/15/97 130/18/134 +f 133/15/139 116/18/102 115/18/101 +f 116/18/102 133/15/139 134/15/140 +f 115/18/103 116/18/106 133/15/141 +f 134/15/142 133/15/141 116/18/106 +f 119/16/109 134/15/140 133/15/139 +f 134/15/140 119/16/109 117/16/107 +f 133/15/141 134/15/142 119/16/111 +f 117/16/113 119/16/111 134/15/142 +f 132/21/136 125/20/121 131/21/135 +f 125/20/121 132/21/136 126/20/122 +f 131/21/137 125/20/123 132/21/138 +f 126/20/126 132/21/138 125/20/123 +f 121/20/115 135/22/143 118/19/108 +f 135/22/143 121/20/115 136/23/144 +f 118/19/112 135/22/145 121/20/117 +f 136/23/146 121/20/117 135/22/145 +f 111/16/93 138/25/148 137/24/147 +f 138/25/148 111/16/93 109/15/91 +f 137/24/150 138/25/149 111/16/95 +f 109/15/97 111/16/95 138/25/149 +f 114/17/100 140/26/152 139/7/151 +f 140/26/152 114/17/100 116/18/102 +f 139/7/154 140/26/153 114/17/104 +f 116/18/106 114/17/104 140/26/153 +f 141/7/155 115/18/101 113/17/99 +f 115/18/101 141/7/155 142/26/156 +f 113/17/105 115/18/103 141/7/157 +f 142/26/158 141/7/157 115/18/103 +f 118/19/108 143/24/159 117/16/107 +f 143/24/159 118/19/108 135/22/143 +f 117/16/113 143/24/160 118/19/112 +f 135/22/145 118/19/112 143/24/160 +f 144/23/161 132/21/136 122/20/116 +f 132/21/136 144/23/161 145/27/162 +f 122/20/118 132/21/138 144/23/163 +f 145/27/164 144/23/163 132/21/138 +f 146/22/165 122/20/116 120/19/110 +f 122/20/116 146/22/165 144/23/161 +f 120/19/114 122/20/118 146/22/166 +f 144/23/163 146/22/166 122/20/118 +f 123/19/119 137/24/147 147/22/167 +f 137/24/147 123/19/119 111/16/93 +f 147/22/168 137/24/150 123/19/125 +f 111/16/95 123/19/125 137/24/150 +f 131/21/135 136/23/144 121/20/115 +f 136/23/144 131/21/135 148/27/169 +f 121/20/117 136/23/146 131/21/137 +f 148/27/170 131/21/137 136/23/146 +f 109/15/91 149/26/171 138/25/148 +f 149/26/171 109/15/91 129/18/129 +f 138/25/149 149/26/172 109/15/97 +f 129/18/131 109/15/97 149/26/172 +f 117/16/107 150/25/173 134/15/140 +f 150/25/173 117/16/107 143/24/159 +f 134/15/142 150/25/174 117/16/113 +f 143/24/160 117/16/113 150/25/174 +f 125/20/121 147/22/167 151/23/175 +f 147/22/167 125/20/121 123/19/119 +f 151/23/176 147/22/168 125/20/123 +f 123/19/125 125/20/123 147/22/168 +f 129/18/129 152/7/177 149/26/171 +f 152/7/177 129/18/129 127/17/127 +f 149/26/172 152/7/178 129/18/131 +f 127/17/133 129/18/131 152/7/178 +f 142/26/156 133/15/139 115/18/101 +f 133/15/139 142/26/156 153/25/179 +f 115/18/103 133/15/141 142/26/158 +f 153/25/180 142/26/158 133/15/141 +f 134/15/140 140/26/152 116/18/102 +f 140/26/152 134/15/140 150/25/173 +f 116/18/106 140/26/153 134/15/142 +f 150/25/174 134/15/142 140/26/153 +f 153/25/179 119/16/109 133/15/139 +f 119/16/109 153/25/179 154/24/181 +f 133/15/141 119/16/111 153/25/180 +f 154/24/182 153/25/180 119/16/111 +f 154/24/181 120/19/110 119/16/109 +f 120/19/110 154/24/181 146/22/165 +f 119/16/111 120/19/114 154/24/182 +f 146/22/166 154/24/182 120/19/114 +f 156/24/184 124/19/120 155/22/183 +f 124/19/120 156/24/184 112/16/94 +f 155/22/186 124/19/124 156/24/185 +f 112/16/98 156/24/185 124/19/124 +f 155/22/183 126/20/122 157/23/187 +f 126/20/122 155/22/183 124/19/120 +f 157/23/188 126/20/126 155/22/186 +f 124/19/124 155/22/186 126/20/126 +f 131/21/135 151/23/175 148/27/169 +f 151/23/175 131/21/135 125/20/121 +f 148/27/170 151/23/176 131/21/137 +f 125/20/123 131/21/137 151/23/176 +f 158/25/189 112/16/94 156/24/184 +f 112/16/94 158/25/189 110/15/92 +f 156/24/185 112/16/98 158/25/190 +f 110/15/96 158/25/190 112/16/98 +f 145/27/162 126/20/122 132/21/136 +f 126/20/122 145/27/162 157/23/187 +f 132/21/138 126/20/126 145/27/164 +f 157/23/188 145/27/164 126/20/126 +f 159/26/191 110/15/92 158/25/189 +f 110/15/92 159/26/191 130/18/130 +f 158/25/190 110/15/96 159/26/192 +f 130/18/134 159/26/192 110/15/96 +f 113/17/99 139/7/68 141/7/68 +f 139/7/68 113/17/99 114/17/100 +f 141/7/65 139/7/65 113/17/105 +f 114/17/104 113/17/105 139/7/65 +f 161/7/194 93/8/193 160/7/193 +f 93/8/193 161/7/194 158/25/189 +f 158/25/189 161/7/194 159/26/191 +f 158/25/189 89/11/193 93/8/193 +f 156/24/184 89/11/193 158/25/189 +f 156/24/184 85/9/193 89/11/193 +f 156/24/184 87/10/193 85/9/193 +f 155/22/183 87/10/193 156/24/184 +f 155/22/183 92/12/193 87/10/193 +f 157/23/187 92/12/193 155/22/183 +f 157/23/187 108/13/193 92/12/193 +f 145/27/162 108/13/193 157/23/187 +f 145/27/162 100/14/193 108/13/193 +f 145/27/162 97/13/193 100/14/193 +f 144/23/161 97/13/193 145/27/162 +f 144/23/161 98/12/193 97/13/193 +f 146/22/165 98/12/193 144/23/161 +f 146/22/165 102/10/193 98/12/193 +f 146/22/165 106/9/193 102/10/193 +f 154/24/181 106/9/193 146/22/165 +f 154/24/181 104/11/193 106/9/193 +f 153/25/179 104/11/193 154/24/181 +f 153/25/179 84/8/193 104/11/193 +f 153/25/179 82/7/193 84/8/193 +f 142/26/156 82/7/193 153/25/179 +f 82/7/193 142/26/156 141/7/155 +f 160/7/196 93/8/196 161/7/195 +f 158/25/190 161/7/195 93/8/196 +f 159/26/192 161/7/195 158/25/190 +f 93/8/196 89/11/196 158/25/190 +f 158/25/190 89/11/196 156/24/185 +f 89/11/196 85/9/196 156/24/185 +f 85/9/196 87/10/196 156/24/185 +f 156/24/185 87/10/196 155/22/186 +f 87/10/196 92/12/196 155/22/186 +f 155/22/186 92/12/196 157/23/188 +f 92/12/196 108/13/196 157/23/188 +f 157/23/188 108/13/196 145/27/164 +f 108/13/196 100/14/196 145/27/164 +f 100/14/196 97/13/196 145/27/164 +f 145/27/164 97/13/196 144/23/163 +f 97/13/196 98/12/196 144/23/163 +f 144/23/163 98/12/196 146/22/166 +f 98/12/196 102/10/196 146/22/166 +f 102/10/196 106/9/196 146/22/166 +f 146/22/166 106/9/196 154/24/182 +f 106/9/196 104/11/196 154/24/182 +f 154/24/182 104/11/196 153/25/180 +f 104/11/196 84/8/196 153/25/180 +f 84/8/196 82/7/196 153/25/180 +f 153/25/180 82/7/196 142/26/158 +f 141/7/157 142/26/158 82/7/196 +f 152/7/177 138/25/148 149/26/171 +f 162/7/196 138/25/148 152/7/177 +f 94/8/196 138/25/148 162/7/196 +f 90/11/196 138/25/148 94/8/196 +f 90/11/196 137/24/147 138/25/148 +f 86/9/196 137/24/147 90/11/196 +f 88/10/196 137/24/147 86/9/196 +f 88/10/196 147/22/167 137/24/147 +f 91/12/196 147/22/167 88/10/196 +f 91/12/196 151/23/175 147/22/167 +f 107/13/196 151/23/175 91/12/196 +f 99/14/196 151/23/175 107/13/196 +f 99/14/196 148/27/169 151/23/175 +f 95/13/196 148/27/169 99/14/196 +f 95/13/196 136/23/144 148/27/169 +f 96/12/196 136/23/144 95/13/196 +f 96/12/196 135/22/143 136/23/144 +f 101/10/196 135/22/143 96/12/196 +f 105/9/196 135/22/143 101/10/196 +f 105/9/196 143/24/159 135/22/143 +f 103/11/196 143/24/159 105/9/196 +f 103/11/196 150/25/173 143/24/159 +f 150/25/173 103/11/196 83/8/196 +f 81/7/196 150/25/173 83/8/196 +f 81/7/196 140/26/152 150/25/173 +f 140/26/152 81/7/196 139/7/151 +f 149/26/172 138/25/149 152/7/178 +f 152/7/178 138/25/149 162/7/193 +f 162/7/193 138/25/149 94/8/193 +f 94/8/193 138/25/149 90/11/193 +f 138/25/149 137/24/150 90/11/193 +f 90/11/193 137/24/150 86/9/193 +f 86/9/193 137/24/150 88/10/193 +f 137/24/150 147/22/168 88/10/193 +f 88/10/193 147/22/168 91/12/193 +f 147/22/168 151/23/176 91/12/193 +f 91/12/193 151/23/176 107/13/193 +f 107/13/193 151/23/176 99/14/193 +f 151/23/176 148/27/170 99/14/193 +f 99/14/193 148/27/170 95/13/193 +f 148/27/170 136/23/146 95/13/193 +f 95/13/193 136/23/146 96/12/193 +f 136/23/146 135/22/145 96/12/193 +f 96/12/193 135/22/145 101/10/193 +f 101/10/193 135/22/145 105/9/193 +f 135/22/145 143/24/160 105/9/193 +f 105/9/193 143/24/160 103/11/193 +f 143/24/160 150/25/174 103/11/193 +f 83/8/193 103/11/193 150/25/174 +f 83/8/193 150/25/174 81/7/193 +f 150/25/174 140/26/153 81/7/193 +f 139/7/154 81/7/193 140/26/153 +f 93/8/77 162/7/68 160/7/68 +f 162/7/68 93/8/77 94/8/77 +f 160/7/65 162/7/65 93/8/78 +f 94/8/78 93/8/78 162/7/65 +f 127/17/127 161/7/65 152/7/65 +f 161/7/65 127/17/127 128/17/128 +f 152/7/68 161/7/68 127/17/133 +f 128/17/132 127/17/133 161/7/68 +f 161/7/194 130/18/130 159/26/191 +f 130/18/130 161/7/194 128/17/128 +f 159/26/192 130/18/134 161/7/195 +f 128/17/132 161/7/195 130/18/134 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate.obj.import new file mode 100644 index 0000000..2fff46a --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://b4fwf34p6ws5k" +path="res://.godot/imported/gate.obj-68221551be09e2689d052c38bf13cdcc.mesh" + +[deps] + +files=["res://.godot/imported/gate.obj-68221551be09e2689d052c38bf13cdcc.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate.obj" +dest_files=["res://.godot/imported/gate.obj-68221551be09e2689d052c38bf13cdcc.mesh", "res://.godot/imported/gate.obj-68221551be09e2689d052c38bf13cdcc.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-corner.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-corner.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-corner.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-corner.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-corner.obj new file mode 100644 index 0000000..4440f6b --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-corner.obj @@ -0,0 +1,10872 @@ +# Created by Kenney (www.kenney.nl) + +mtllib room-corner.mtl + +g room-corner + +v -1.296844 3.609557E-16 4.432191 1 1 1 +v -1.266226 0.05 4.449869 1 1 1 +v -1.245081 3.609557E-16 4.625376 1 1 1 +v -1.227403 0.05 4.594758 1 1 1 +v -1.051895 3.609557E-16 4.573612 1 1 1 +v -1.082514 0.05 4.555935 1 1 1 +v -1.547955 3.609557E-16 4.714653 1 1 1 +v -1.934325 3.609557E-16 4.611125 1 1 1 +v -1.58331 0.1 4.653415 1 1 1 +v -1.873088 0.1 4.575769 1 1 1 +v -1.830798 3.609557E-16 4.224754 1 1 1 +v -1.795442 0.1 4.285992 1 1 1 +v 1.071889 3.609557E-16 4.006432 1 1 1 +v 1.096889 0.1 4.031432 1 1 1 +v 1.071889 3.609557E-16 4.206432 1 1 1 +v 1.096889 0.1 4.181432 1 1 1 +v 1.246889 0.1 4.031432 1 1 1 +v 1.246889 0.1 4.181432 1 1 1 +v 1.271889 3.609557E-16 4.206432 1 1 1 +v 1.271889 3.609557E-16 4.006432 1 1 1 +v -1.444427 3.609557E-16 4.328282 1 1 1 +v -1.505665 0.1 4.363637 1 1 1 +v -1.103659 3.609557E-16 4.380427 1 1 1 +v -1.121337 0.05 4.411046 1 1 1 +v 1.74957 0.05 4.498219 1 1 1 +v 1.537438 0.05 4.710352 1 1 1 +v 1.537438 0.05 4.286088 1 1 1 +v 1.325306 0.05 4.498219 1 1 1 +v 1.537438 3.609557E-16 4.215377 1 1 1 +v 1.254596 3.609557E-16 4.498219 1 1 1 +v 0.8904107 -2.52669E-15 4.097593 1 1 1 +v 0.8550553 0.05 4.158831 1 1 1 +v 0.5040404 -2.52669E-15 4.201121 1 1 1 +v 0.5652776 0.05 4.236476 1 1 1 +v 1.820281 3.609557E-16 4.498219 1 1 1 +v 1.537438 3.609557E-16 4.781063 1 1 1 +v 0.9939382 -2.52669E-15 4.483963 1 1 1 +v 0.607568 -2.52669E-15 4.587491 1 1 1 +v 0.932701 0.05 4.448608 1 1 1 +v 0.6429233 0.05 4.526254 1 1 1 +v -2 0.2 5.399002 1 1 1 +v -8.085408E-14 0.2 5.199002 1 1 1 +v -2 0.9 5.399002 1 1 1 +v -8.085408E-14 0.9 5.199002 1 1 1 +v 2 0.9 6 1 1 1 +v -2 0.9 6 1 1 1 +v 2 0.9 5.399002 1 1 1 +v 2 0.2 6 1 1 1 +v -2 0.2 6 1 1 1 +v 2 0.2 5.399002 1 1 1 +v 4.432191 3.609557E-16 1.296844 1 1 1 +v 4.449869 0.05 1.266226 1 1 1 +v 4.625376 3.609557E-16 1.245081 1 1 1 +v 4.594758 0.05 1.227403 1 1 1 +v 4.573612 3.609557E-16 1.051895 1 1 1 +v 4.555935 0.05 1.082514 1 1 1 +v 4.714653 3.609557E-16 1.547955 1 1 1 +v 4.611125 3.609557E-16 1.934326 1 1 1 +v 4.653415 0.1 1.583311 1 1 1 +v 4.575769 0.1 1.873088 1 1 1 +v 4.224754 3.609557E-16 1.830798 1 1 1 +v 4.285992 0.1 1.795443 1 1 1 +v 4.006432 3.609557E-16 -1.071889 1 1 1 +v 4.031432 0.1 -1.096889 1 1 1 +v 4.206432 3.609557E-16 -1.071889 1 1 1 +v 4.181432 0.1 -1.096889 1 1 1 +v 4.031432 0.1 -1.246889 1 1 1 +v 4.181432 0.1 -1.246889 1 1 1 +v 4.206432 3.609557E-16 -1.271889 1 1 1 +v 4.006432 3.609557E-16 -1.271889 1 1 1 +v 4.328282 3.609557E-16 1.444427 1 1 1 +v 4.363637 0.1 1.505665 1 1 1 +v 4.380427 3.609557E-16 1.103659 1 1 1 +v 4.411046 0.05 1.121337 1 1 1 +v 4.498219 0.05 -1.749571 1 1 1 +v 4.710351 0.05 -1.537439 1 1 1 +v 4.286088 0.05 -1.537439 1 1 1 +v 4.498219 0.05 -1.325306 1 1 1 +v 4.215377 3.609557E-16 -1.537439 1 1 1 +v 4.498219 3.609557E-16 -1.254596 1 1 1 +v 4.097593 -2.52669E-15 -0.8904107 1 1 1 +v 4.15883 0.05 -0.8550555 1 1 1 +v 4.201121 -2.52669E-15 -0.5040404 1 1 1 +v 4.236476 0.05 -0.5652776 1 1 1 +v 4.498219 3.609557E-16 -1.820281 1 1 1 +v 4.781062 3.609557E-16 -1.537439 1 1 1 +v 4.483963 -2.52669E-15 -0.9939383 1 1 1 +v 4.587491 -2.52669E-15 -0.607568 1 1 1 +v 4.448608 0.05 -0.9327011 1 1 1 +v 4.526254 0.05 -0.6429234 1 1 1 +v 5.399002 0.2 2 1 1 1 +v 5.199002 0.2 4.774325E-08 1 1 1 +v 5.399002 0.9 2 1 1 1 +v 5.199002 0.9 4.774325E-08 1 1 1 +v 5.999999 0.9 -2 1 1 1 +v 6 0.9 2 1 1 1 +v 5.399002 0.9 -2 1 1 1 +v 5.999999 0.2 -2 1 1 1 +v 6 0.2 2 1 1 1 +v 5.399002 0.2 -2 1 1 1 +v -2 0.9 -1.399002 1 1 1 +v -2 0.9 -2 1 1 1 +v -1.699501 0.9 -1.479521 1 1 1 +v -1.399002 0.9 -2 1 1 1 +v -1.479521 0.9 -1.699501 1 1 1 +v -2 0.2 -1.399002 1 1 1 +v -2 0.2 -2 1 1 1 +v -1.399002 0.2 -2 1 1 1 +v -1.479521 0.2 -1.699501 1 1 1 +v -1.699501 0.2 -1.479521 1 1 1 +v 1.399002 0.9 -6 1 1 1 +v 2 0.9 -6 1 1 1 +v 1.479521 0.9 -5.699501 1 1 1 +v 2 0.9 -5.399002 1 1 1 +v 1.699501 0.9 -5.479521 1 1 1 +v 1.399002 0.2 -6 1 1 1 +v 2 0.2 -6 1 1 1 +v 2 0.2 -5.399002 1 1 1 +v 1.699501 0.2 -5.479521 1 1 1 +v 1.479521 0.2 -5.699501 1 1 1 +v -5.399002 0.9 2 1 1 1 +v -6 0.9 2 1 1 1 +v -5.479521 0.9 1.699501 1 1 1 +v -6 0.9 1.399002 1 1 1 +v -5.699501 0.9 1.479521 1 1 1 +v -5.399002 0.2 2 1 1 1 +v -6 0.2 2 1 1 1 +v -6 0.2 1.399002 1 1 1 +v -5.699501 0.2 1.479521 1 1 1 +v -5.479521 0.2 1.699501 1 1 1 +v -2.587973 3.609557E-16 -0.432191 1 1 1 +v -2.618591 0.05 -0.4498687 1 1 1 +v -2.639737 3.609557E-16 -0.6253761 1 1 1 +v -2.657414 0.05 -0.5947576 1 1 1 +v -2.832922 3.609557E-16 -0.5736123 1 1 1 +v -2.802303 0.05 -0.5559347 1 1 1 +v -2.336862 3.609557E-16 -0.7146524 1 1 1 +v -1.950492 3.609557E-16 -0.6111248 1 1 1 +v -2.301507 0.1 -0.6534152 1 1 1 +v -2.011729 0.1 -0.5757694 1 1 1 +v -2.054019 3.609557E-16 -0.2247545 1 1 1 +v -2.089375 0.1 -0.2859917 1 1 1 +v -4.956706 3.609557E-16 -0.006432176 1 1 1 +v -4.981706 0.1 -0.03143215 1 1 1 +v -4.956706 3.609557E-16 -0.2064322 1 1 1 +v -4.981706 0.1 -0.1814322 1 1 1 +v -5.131706 0.1 -0.03143215 1 1 1 +v -5.131706 0.1 -0.1814322 1 1 1 +v -5.156706 3.609557E-16 -0.2064322 1 1 1 +v -5.156706 3.609557E-16 -0.006432176 1 1 1 +v -2.44039 3.609557E-16 -0.3282821 1 1 1 +v -2.379153 0.1 -0.3636374 1 1 1 +v -2.781158 3.609557E-16 -0.3804271 1 1 1 +v -2.76348 0.05 -0.4110458 1 1 1 +v -5.634387 0.05 -0.4982197 1 1 1 +v -5.422256 0.05 -0.7103517 1 1 1 +v -5.422256 0.05 -0.2860876 1 1 1 +v -5.210124 0.05 -0.4982197 1 1 1 +v -5.422256 3.609557E-16 -0.215377 1 1 1 +v -5.139413 3.609557E-16 -0.4982197 1 1 1 +v -4.775228 -2.52669E-15 -0.09759307 1 1 1 +v -4.739872 0.05 -0.1588304 1 1 1 +v -4.388857 -2.52669E-15 -0.2011207 1 1 1 +v -4.450095 0.05 -0.2364761 1 1 1 +v -5.705098 3.609557E-16 -0.4982197 1 1 1 +v -5.422256 3.609557E-16 -0.7810624 1 1 1 +v -4.878756 -2.52669E-15 -0.4839635 1 1 1 +v -4.492385 -2.52669E-15 -0.587491 1 1 1 +v -4.817518 0.05 -0.4486082 1 1 1 +v -4.52774 0.05 -0.5262538 1 1 1 +v -1.884817 0.2 -1.399002 1 1 1 +v -3.884817 0.2 -1.199002 1 1 1 +v -1.884817 0.9 -1.399002 1 1 1 +v -3.884817 0.9 -1.199002 1 1 1 +v -5.884817 0.9 -1.999999 1 1 1 +v -1.884817 0.9 -1.999999 1 1 1 +v -5.884817 0.9 -1.399002 1 1 1 +v -5.884817 0.2 -1.999999 1 1 1 +v -1.884817 0.2 -1.999999 1 1 1 +v -5.884817 0.2 -1.399002 1 1 1 +v 2 0 -2 1 1 1 +v 2 0 2 1 1 1 +v -2 0 -2 1 1 1 +v -2 0 2 1 1 1 +v 2 3.609557E-16 -6 1 1 1 +v 2 3.609557E-16 -2 1 1 1 +v -2 3.609557E-16 -6 1 1 1 +v -2 3.609557E-16 -2 1 1 1 +v 2 3.609557E-16 2 1 1 1 +v 2 3.609557E-16 6 1 1 1 +v -2 3.609557E-16 2 1 1 1 +v -2 3.609557E-16 6 1 1 1 +v -6 3.609557E-16 -2 1 1 1 +v -6 3.609557E-16 2 1 1 1 +v 6 3.609557E-16 -2 1 1 1 +v 6 3.609557E-16 2 1 1 1 +v 4.497211 3.609557E-16 -2.747846 1 1 1 +v 4.393683 3.609557E-16 -2.361476 1 1 1 +v 4.435974 0.1 -2.712491 1 1 1 +v 4.358328 0.1 -2.422713 1 1 1 +v 4.524198 3.609557E-16 -2.248743 1 1 1 +v 4.717382 3.609557E-16 -2.300506 1 1 1 +v 4.554816 0.05 -2.231065 1 1 1 +v 4.699705 0.05 -2.269888 1 1 1 +v 4.007313 3.609557E-16 -2.465003 1 1 1 +v 4.11084 3.609557E-16 -2.851374 1 1 1 +v 4.06855 0.1 -2.500359 1 1 1 +v 4.146195 0.1 -2.790137 1 1 1 +v 4.738528 0.05 -2.124999 1 1 1 +v 4.593639 0.05 -2.086176 1 1 1 +v 4.769146 3.609557E-16 -2.107321 1 1 1 +v 4.575961 3.609557E-16 -2.055557 1 1 1 +v 2.356916 0.05 -4.649966 1 1 1 +v 2.569048 0.05 -4.437834 1 1 1 +v 2.144784 0.05 -4.437834 1 1 1 +v 2.356916 0.05 -4.225701 1 1 1 +v 2.639759 3.609557E-16 -4.437834 1 1 1 +v 2.356916 3.609557E-16 -4.154991 1 1 1 +v 2.356916 3.609557E-16 -4.720676 1 1 1 +v 2.074073 3.609557E-16 -4.437834 1 1 1 +v 3.181537 3.609557E-16 -4.271631 1 1 1 +v 3.146182 0.05 -4.210393 1 1 1 +v 2.795166 3.609557E-16 -4.168103 1 1 1 +v 2.856404 0.05 -4.132748 1 1 1 +v 2.898694 3.609557E-16 -3.781733 1 1 1 +v 2.934049 0.05 -3.84297 1 1 1 +v 2.498346 3.609557E-16 -3.582728 1 1 1 +v 2.498346 3.609557E-16 -3.782728 1 1 1 +v 2.523346 0.1 -3.607728 1 1 1 +v 2.523346 0.1 -3.757728 1 1 1 +v 2.673346 0.1 -3.757728 1 1 1 +v 2.673346 0.1 -3.607728 1 1 1 +v 3.223827 0.05 -3.920616 1 1 1 +v 3.285064 3.609557E-16 -3.88526 1 1 1 +v 2.698346 3.609557E-16 -3.782728 1 1 1 +v 2.698346 3.609557E-16 -3.582728 1 1 1 +v 2 0.9 -6 1 1 1 +v 3.530734 0.9 -5.695518 1 1 1 +v 2 0.9 -5.399002 1 1 1 +v 3.300742 0.9 -5.140269 1 1 1 +v 4.828427 0.9 -4.828427 1 1 1 +v 4.403458 0.9 -4.403458 1 1 1 +v 5.695518 0.9 -3.530734 1 1 1 +v 5.140269 0.9 -3.300742 1 1 1 +v 6 0.9 -2 1 1 1 +v 5.399003 0.9 -2 1 1 1 +v 2 0.2 -5.399002 1 1 1 +v 2 0.2 -6 1 1 1 +v 3.300742 0.2 -5.140269 1 1 1 +v 4.403458 0.2 -4.403458 1 1 1 +v 5.140269 0.2 -3.300742 1 1 1 +v 5.399003 0.2 -2 1 1 1 +v 6 0.2 -2 1 1 1 +v 5.695518 0.2 -3.530734 1 1 1 +v 4.828427 0.2 -4.828427 1 1 1 +v 3.530734 0.2 -5.695518 1 1 1 +v 2 3.609557E-16 -6 1 1 1 +v 4.828427 3.609557E-16 -4.828427 1 1 1 +v 2 3.609557E-16 -2 1 1 1 +v 6 3.609557E-16 -2 1 1 1 +v -4.497211 3.609557E-16 2.747846 1 1 1 +v -4.393683 3.609557E-16 2.361475 1 1 1 +v -4.435973 0.1 2.712491 1 1 1 +v -4.358327 0.1 2.422713 1 1 1 +v -4.524197 3.609557E-16 2.248742 1 1 1 +v -4.717382 3.609557E-16 2.300506 1 1 1 +v -4.554816 0.05 2.231065 1 1 1 +v -4.699705 0.05 2.269887 1 1 1 +v -4.007312 3.609557E-16 2.465003 1 1 1 +v -4.11084 3.609557E-16 2.851374 1 1 1 +v -4.06855 0.1 2.500359 1 1 1 +v -4.146195 0.1 2.790136 1 1 1 +v -4.738527 0.05 2.124999 1 1 1 +v -4.593638 0.05 2.086176 1 1 1 +v -4.769146 3.609557E-16 2.107321 1 1 1 +v -4.575961 3.609557E-16 2.055557 1 1 1 +v -2.356916 0.05 4.649966 1 1 1 +v -2.569048 0.05 4.437834 1 1 1 +v -2.144784 0.05 4.437834 1 1 1 +v -2.356916 0.05 4.225702 1 1 1 +v -2.639759 3.609557E-16 4.437834 1 1 1 +v -2.356916 3.609557E-16 4.154991 1 1 1 +v -2.356916 3.609557E-16 4.720676 1 1 1 +v -2.074074 3.609557E-16 4.437834 1 1 1 +v -3.181537 3.609557E-16 4.271631 1 1 1 +v -3.146182 0.05 4.210394 1 1 1 +v -2.795167 3.609557E-16 4.168103 1 1 1 +v -2.856404 0.05 4.132748 1 1 1 +v -2.898694 3.609557E-16 3.781733 1 1 1 +v -2.93405 0.05 3.84297 1 1 1 +v -2.498346 3.609557E-16 3.582728 1 1 1 +v -2.498346 3.609557E-16 3.782728 1 1 1 +v -2.523346 0.1 3.607728 1 1 1 +v -2.523346 0.1 3.757728 1 1 1 +v -2.673346 0.1 3.757728 1 1 1 +v -2.673346 0.1 3.607728 1 1 1 +v -3.223827 0.05 3.920616 1 1 1 +v -3.285065 3.609557E-16 3.88526 1 1 1 +v -2.698346 3.609557E-16 3.782728 1 1 1 +v -2.698346 3.609557E-16 3.582728 1 1 1 +v -2 0.9 6 1 1 1 +v -3.530734 0.9 5.695518 1 1 1 +v -2 0.9 5.399003 1 1 1 +v -3.300742 0.9 5.140269 1 1 1 +v -4.828427 0.9 4.828427 1 1 1 +v -4.403458 0.9 4.403458 1 1 1 +v -5.695518 0.9 3.530734 1 1 1 +v -5.140269 0.9 3.300742 1 1 1 +v -6 0.9 2 1 1 1 +v -5.399002 0.9 2 1 1 1 +v -2 0.2 5.399003 1 1 1 +v -2 0.2 6 1 1 1 +v -3.300742 0.2 5.140269 1 1 1 +v -4.403458 0.2 4.403458 1 1 1 +v -5.140269 0.2 3.300742 1 1 1 +v -5.399002 0.2 2 1 1 1 +v -6 0.2 2 1 1 1 +v -5.695518 0.2 3.530734 1 1 1 +v -4.828427 0.2 4.828427 1 1 1 +v -3.530734 0.2 5.695518 1 1 1 +v -2 3.609557E-16 6 1 1 1 +v -4.828427 3.609557E-16 4.828427 1 1 1 +v -2 3.609557E-16 2 1 1 1 +v -6 3.609557E-16 2 1 1 1 +v -0.4321908 3.609557E-16 -5.296844 1 1 1 +v -0.4498684 0.05 -5.266226 1 1 1 +v -0.625376 3.609557E-16 -5.245081 1 1 1 +v -0.5947574 0.05 -5.227403 1 1 1 +v -0.5736122 3.609557E-16 -5.051896 1 1 1 +v -0.5559345 0.05 -5.082514 1 1 1 +v -0.7146523 3.609557E-16 -5.547955 1 1 1 +v -0.6111245 3.609557E-16 -5.934326 1 1 1 +v -0.653415 0.1 -5.583311 1 1 1 +v -0.5757692 0.1 -5.873088 1 1 1 +v -0.2247542 3.609557E-16 -5.830798 1 1 1 +v -0.2859914 0.1 -5.795443 1 1 1 +v -0.006432295 3.609557E-16 -2.928111 1 1 1 +v -0.03143239 0.1 -2.903111 1 1 1 +v -0.2064323 3.609557E-16 -2.928111 1 1 1 +v -0.1814324 0.1 -2.903111 1 1 1 +v -0.03143239 0.1 -2.753111 1 1 1 +v -0.1814324 0.1 -2.753111 1 1 1 +v -0.2064323 3.609557E-16 -2.728111 1 1 1 +v -0.006432295 3.609557E-16 -2.728111 1 1 1 +v -0.3282819 3.609557E-16 -5.444427 1 1 1 +v -0.3636372 0.1 -5.505665 1 1 1 +v -0.380427 3.609557E-16 -5.103659 1 1 1 +v -0.4110457 0.05 -5.121337 1 1 1 +v -0.49822 0.05 -2.250429 1 1 1 +v -0.7103519 0.05 -2.462561 1 1 1 +v -0.2860879 0.05 -2.462561 1 1 1 +v -0.49822 0.05 -2.674694 1 1 1 +v -0.2153772 3.609557E-16 -2.462561 1 1 1 +v -0.49822 3.609557E-16 -2.745404 1 1 1 +v -0.09759331 -2.52669E-15 -3.109589 1 1 1 +v -0.1588305 0.05 -3.144945 1 1 1 +v -0.2011209 -2.52669E-15 -3.49596 1 1 1 +v -0.2364762 0.05 -3.434722 1 1 1 +v -0.49822 3.609557E-16 -2.179718 1 1 1 +v -0.7810627 3.609557E-16 -2.462561 1 1 1 +v -0.4839636 -2.52669E-15 -3.006062 1 1 1 +v -0.5874913 -2.52669E-15 -3.392432 1 1 1 +v -0.4486083 0.05 -3.067299 1 1 1 +v -0.5262539 0.05 -3.357077 1 1 1 +v -1.399002 0.2 -6 1 1 1 +v -1.199002 0.2 -4 1 1 1 +v -1.399002 0.9 -6 1 1 1 +v -1.199002 0.9 -4 1 1 1 +v -1.999999 0.9 -6 1 1 1 +v -1.399002 0.9 -2 1 1 1 +v -1.999999 0.2 -6 1 1 1 +v -1.399002 0.2 -2 1 1 1 +v 2.747846 3.609557E-16 4.497211 1 1 1 +v 2.361476 3.609557E-16 4.393683 1 1 1 +v 2.712491 0.1 4.435973 1 1 1 +v 2.422713 0.1 4.358327 1 1 1 +v 2.248743 3.609557E-16 4.524197 1 1 1 +v 2.300506 3.609557E-16 4.717382 1 1 1 +v 2.231065 0.05 4.554816 1 1 1 +v 2.269888 0.05 4.699705 1 1 1 +v 2.465003 3.609557E-16 4.007313 1 1 1 +v 2.851374 3.609557E-16 4.11084 1 1 1 +v 2.500359 0.1 4.06855 1 1 1 +v 2.790137 0.1 4.146195 1 1 1 +v 2.124999 0.05 4.738527 1 1 1 +v 2.086176 0.05 4.593638 1 1 1 +v 2.107321 3.609557E-16 4.769146 1 1 1 +v 2.055557 3.609557E-16 4.575961 1 1 1 +v 4.649966 0.05 2.356916 1 1 1 +v 4.437834 0.05 2.569048 1 1 1 +v 4.437834 0.05 2.144784 1 1 1 +v 4.225701 0.05 2.356916 1 1 1 +v 4.437834 3.609557E-16 2.639759 1 1 1 +v 4.154991 3.609557E-16 2.356916 1 1 1 +v 4.720676 3.609557E-16 2.356916 1 1 1 +v 4.437834 3.609557E-16 2.074074 1 1 1 +v 4.271631 3.609557E-16 3.181537 1 1 1 +v 4.210393 0.05 3.146182 1 1 1 +v 4.168103 3.609557E-16 2.795166 1 1 1 +v 4.132748 0.05 2.856404 1 1 1 +v 3.781733 3.609557E-16 2.898694 1 1 1 +v 3.84297 0.05 2.93405 1 1 1 +v 3.582728 3.609557E-16 2.498346 1 1 1 +v 3.782728 3.609557E-16 2.498346 1 1 1 +v 3.607728 0.1 2.523346 1 1 1 +v 3.757728 0.1 2.523346 1 1 1 +v 3.757728 0.1 2.673346 1 1 1 +v 3.607728 0.1 2.673346 1 1 1 +v 3.920616 0.05 3.223827 1 1 1 +v 3.88526 3.609557E-16 3.285064 1 1 1 +v 3.782728 3.609557E-16 2.698346 1 1 1 +v 3.582728 3.609557E-16 2.698346 1 1 1 +v 6 0.9 2 1 1 1 +v 5.695518 0.9 3.530734 1 1 1 +v 5.399003 0.9 2 1 1 1 +v 5.140269 0.9 3.300742 1 1 1 +v 4.828427 0.9 4.828427 1 1 1 +v 4.403458 0.9 4.403458 1 1 1 +v 3.530734 0.9 5.695518 1 1 1 +v 3.300742 0.9 5.140269 1 1 1 +v 2 0.9 6 1 1 1 +v 2 0.9 5.399003 1 1 1 +v 5.399003 0.2 2 1 1 1 +v 6 0.2 2 1 1 1 +v 5.140269 0.2 3.300742 1 1 1 +v 4.403458 0.2 4.403458 1 1 1 +v 3.300742 0.2 5.140269 1 1 1 +v 2 0.2 5.399003 1 1 1 +v 2 0.2 6 1 1 1 +v 3.530734 0.2 5.695518 1 1 1 +v 4.828427 0.2 4.828427 1 1 1 +v 5.695518 0.2 3.530734 1 1 1 +v 4.828427 3.609557E-16 4.828427 1 1 1 +v 0.48375 3.3269 4.934478 1 1 1 +v 0.48375 2.9269 4.934478 1 1 1 +v 0.564375 3.3269 5.418228 1 1 1 +v 0.564375 2.9269 5.418228 1 1 1 +v 5.775291E-15 2.9269 5.982603 1 1 1 +v -0.48375 2.9269 5.901978 1 1 1 +v 5.775291E-15 3.3269 5.982603 1 1 1 +v -0.48375 3.3269 5.901978 1 1 1 +v 0.48375 2.9269 5.901978 1 1 1 +v 0.48375 3.3269 5.901978 1 1 1 +v -5.775291E-15 2.9269 4.853853 1 1 1 +v -5.775291E-15 3.3269 4.853853 1 1 1 +v -0.48375 2.9269 4.934478 1 1 1 +v -0.48375 3.3269 4.934478 1 1 1 +v -0.564375 2.9269 5.418228 1 1 1 +v -0.564375 3.3269 5.418228 1 1 1 +v -5.775291E-15 0.2 5.937453 1 1 1 +v -0.44505 0.2 5.863278 1 1 1 +v -5.775291E-15 0.6 5.937453 1 1 1 +v -0.44505 0.6 5.863278 1 1 1 +v -0.44505 0.2 4.973178 1 1 1 +v 0 0.2 4.899003 1 1 1 +v -0.44505 0.6 4.973178 1 1 1 +v 0 0.6 4.899003 1 1 1 +v 0.44505 0.2 5.863278 1 1 1 +v 0.44505 0.6 5.863278 1 1 1 +v 0.519225 0.6 5.418228 1 1 1 +v 0.519225 0.2 5.418228 1 1 1 +v 0.44505 0.6 4.973178 1 1 1 +v -0.519225 0.6 5.418228 1 1 1 +v -0.519225 0.2 5.418228 1 1 1 +v 0.44505 0.2 4.973178 1 1 1 +v -0.4375 2.9269 5.418228 1 1 1 +v -0.375 2.9269 5.793228 1 1 1 +v -0.35 0.6 5.418228 1 1 1 +v -0.3 0.6 5.718228 1 1 1 +v -0.375 2.9269 5.043228 1 1 1 +v -0.3 0.6 5.118228 1 1 1 +v 0 0.6 5.068228 1 1 1 +v 0.3 0.6 5.118228 1 1 1 +v 0 2.9269 4.980728 1 1 1 +v 0.375 2.9269 5.043228 1 1 1 +v 0.3 0.6 5.718228 1 1 1 +v 1.155058E-14 0.6 5.768228 1 1 1 +v 0.375 2.9269 5.793228 1 1 1 +v 0 2.9269 5.855728 1 1 1 +v 0.4375 2.9269 5.418228 1 1 1 +v 0.35 0.6 5.418228 1 1 1 +v 4.934478 3.3269 -0.48375 1 1 1 +v 4.934478 2.9269 -0.48375 1 1 1 +v 5.418228 3.3269 -0.564375 1 1 1 +v 5.418228 2.9269 -0.564375 1 1 1 +v 5.982603 2.9269 -6.727875E-08 1 1 1 +v 5.901978 2.9269 0.48375 1 1 1 +v 5.982603 3.3269 -6.727875E-08 1 1 1 +v 5.901978 3.3269 0.48375 1 1 1 +v 5.901978 2.9269 -0.4837501 1 1 1 +v 5.901978 3.3269 -0.4837501 1 1 1 +v 4.853853 2.9269 6.727875E-08 1 1 1 +v 4.853853 3.3269 6.727875E-08 1 1 1 +v 4.934478 2.9269 0.4837501 1 1 1 +v 4.934478 3.3269 0.4837501 1 1 1 +v 5.418228 2.9269 0.564375 1 1 1 +v 5.418228 3.3269 0.564375 1 1 1 +v 5.937453 0.2 -6.189644E-08 1 1 1 +v 5.863278 0.2 0.44505 1 1 1 +v 5.937453 0.6 -6.189644E-08 1 1 1 +v 5.863278 0.6 0.44505 1 1 1 +v 4.973178 0.2 0.4450501 1 1 1 +v 4.899003 0.2 6.189644E-08 1 1 1 +v 4.973178 0.6 0.4450501 1 1 1 +v 4.899003 0.6 6.189644E-08 1 1 1 +v 5.863278 0.2 -0.4450501 1 1 1 +v 5.863278 0.6 -0.4450501 1 1 1 +v 5.418228 0.6 -0.5192251 1 1 1 +v 5.418228 0.2 -0.5192251 1 1 1 +v 4.973178 0.6 -0.44505 1 1 1 +v 5.418228 0.6 0.5192251 1 1 1 +v 5.418228 0.2 0.5192251 1 1 1 +v 4.973178 0.2 -0.44505 1 1 1 +v 5.418228 2.9269 0.4375001 1 1 1 +v 5.793228 2.9269 0.375 1 1 1 +v 5.418228 0.6 0.35 1 1 1 +v 5.718228 0.6 0.3 1 1 1 +v 5.043228 2.9269 0.3750001 1 1 1 +v 5.118228 0.6 0.3000001 1 1 1 +v 5.068228 0.6 4.172325E-08 1 1 1 +v 5.118228 0.6 -0.3 1 1 1 +v 4.980728 2.9269 5.215406E-08 1 1 1 +v 5.043228 2.9269 -0.375 1 1 1 +v 5.718228 0.6 -0.3000001 1 1 1 +v 5.768228 0.6 -4.172326E-08 1 1 1 +v 5.793228 2.9269 -0.3750001 1 1 1 +v 5.855728 2.9269 -5.215406E-08 1 1 1 +v 5.418228 2.9269 -0.4375001 1 1 1 +v 5.418228 0.6 -0.35 1 1 1 +v 4.090399 2.757286 -4.840657 1 1 1 +v 3.82245 2.757286 -4.465528 1 1 1 +v 4.465528 2.757286 -5.108607 1 1 1 +v 4.840657 2.757286 -4.840658 1 1 1 +v 4.090399 2.757286 -4.090399 1 1 1 +v 4.465528 2.757286 -3.82245 1 1 1 +v 5.108607 2.757286 -4.465528 1 1 1 +v 4.840658 2.757286 -4.090399 1 1 1 +v 4.090399 3.133286 -4.840657 1 1 1 +v 4.465528 3.133286 -5.108607 1 1 1 +v 3.82245 3.133286 -4.465528 1 1 1 +v 4.090399 3.133286 -4.090399 1 1 1 +v 4.840657 3.133286 -4.840658 1 1 1 +v 4.465528 3.133286 -3.82245 1 1 1 +v 5.108607 3.133286 -4.465528 1 1 1 +v 4.840658 3.133286 -4.090399 1 1 1 +v 4.12041 0.576 -4.810647 1 1 1 +v 4.465528 0.576 -5.05716 1 1 1 +v 3.873896 0.576 -4.465528 1 1 1 +v 4.12041 0.576 -4.12041 1 1 1 +v 4.810647 0.576 -4.810647 1 1 1 +v 5.05716 0.576 -4.465528 1 1 1 +v 4.465528 0.576 -3.873896 1 1 1 +v 4.810647 0.576 -4.12041 1 1 1 +v 3.873896 0.2 -4.465528 1 1 1 +v 4.12041 0.2 -4.810647 1 1 1 +v 4.12041 0.2 -4.12041 1 1 1 +v 4.465528 0.2 -3.873896 1 1 1 +v 4.810647 0.2 -4.12041 1 1 1 +v 5.05716 0.2 -4.465528 1 1 1 +v 4.810647 0.2 -4.810647 1 1 1 +v 4.465528 0.2 -5.05716 1 1 1 +v 4.232891 0.576 -4.23289 1 1 1 +v 4.06672 0.576 -4.465528 1 1 1 +v 4.174731 2.757286 -4.174731 1 1 1 +v 3.967018 2.757286 -4.465528 1 1 1 +v 4.756326 2.757286 -4.174731 1 1 1 +v 4.964039 2.757286 -4.465528 1 1 1 +v 4.698167 0.576 -4.232891 1 1 1 +v 4.864337 0.576 -4.465528 1 1 1 +v 4.465528 0.576 -4.06672 1 1 1 +v 4.465528 2.757286 -3.967018 1 1 1 +v 4.23289 0.576 -4.698166 1 1 1 +v 4.465528 0.576 -4.864337 1 1 1 +v 4.174731 2.757286 -4.756326 1 1 1 +v 4.465528 2.757286 -4.964039 1 1 1 +v 4.698166 0.576 -4.698167 1 1 1 +v 4.756326 2.757286 -4.756326 1 1 1 +v -4.0904 2.757286 4.840658 1 1 1 +v -3.82245 2.757286 4.465528 1 1 1 +v -4.465528 2.757286 5.108607 1 1 1 +v -4.840658 2.757286 4.840657 1 1 1 +v -4.090399 2.757286 4.0904 1 1 1 +v -4.465528 2.757286 3.82245 1 1 1 +v -5.108607 2.757286 4.465528 1 1 1 +v -4.840657 2.757286 4.090399 1 1 1 +v -4.0904 3.133286 4.840658 1 1 1 +v -4.465528 3.133286 5.108607 1 1 1 +v -3.82245 3.133286 4.465528 1 1 1 +v -4.090399 3.133286 4.0904 1 1 1 +v -4.840658 3.133286 4.840657 1 1 1 +v -4.465528 3.133286 3.82245 1 1 1 +v -5.108607 3.133286 4.465528 1 1 1 +v -4.840657 3.133286 4.090399 1 1 1 +v -4.12041 0.576 4.810647 1 1 1 +v -4.465528 0.576 5.05716 1 1 1 +v -3.873896 0.576 4.465528 1 1 1 +v -4.120409 0.576 4.12041 1 1 1 +v -4.810647 0.576 4.810647 1 1 1 +v -5.05716 0.576 4.465528 1 1 1 +v -4.465528 0.576 3.873896 1 1 1 +v -4.810647 0.576 4.120409 1 1 1 +v -3.873896 0.2 4.465528 1 1 1 +v -4.12041 0.2 4.810647 1 1 1 +v -4.120409 0.2 4.12041 1 1 1 +v -4.465528 0.2 3.873896 1 1 1 +v -4.810647 0.2 4.120409 1 1 1 +v -5.05716 0.2 4.465528 1 1 1 +v -4.810647 0.2 4.810647 1 1 1 +v -4.465528 0.2 5.05716 1 1 1 +v -4.23289 0.576 4.23289 1 1 1 +v -4.06672 0.576 4.465528 1 1 1 +v -4.174731 2.757286 4.174731 1 1 1 +v -3.967018 2.757286 4.465528 1 1 1 +v -4.756326 2.757286 4.174731 1 1 1 +v -4.964039 2.757286 4.465528 1 1 1 +v -4.698167 0.576 4.23289 1 1 1 +v -4.864337 0.576 4.465528 1 1 1 +v -4.465528 0.576 4.06672 1 1 1 +v -4.465528 2.757286 3.967018 1 1 1 +v -4.23289 0.576 4.698167 1 1 1 +v -4.465528 0.576 4.864337 1 1 1 +v -4.174731 2.757286 4.756326 1 1 1 +v -4.465528 2.757286 4.964039 1 1 1 +v -4.698167 0.576 4.698167 1 1 1 +v -4.756326 2.757286 4.756326 1 1 1 +v 4.840657 2.757286 4.0904 1 1 1 +v 4.465528 2.757286 3.82245 1 1 1 +v 5.108607 2.757286 4.465528 1 1 1 +v 4.840657 2.757286 4.840657 1 1 1 +v 4.0904 2.757286 4.090399 1 1 1 +v 3.82245 2.757286 4.465528 1 1 1 +v 4.465528 2.757286 5.108607 1 1 1 +v 4.090399 2.757286 4.840657 1 1 1 +v 4.840657 3.133286 4.0904 1 1 1 +v 5.108607 3.133286 4.465528 1 1 1 +v 4.465528 3.133286 3.82245 1 1 1 +v 4.0904 3.133286 4.090399 1 1 1 +v 4.840657 3.133286 4.840657 1 1 1 +v 3.82245 3.133286 4.465528 1 1 1 +v 4.465528 3.133286 5.108607 1 1 1 +v 4.090399 3.133286 4.840657 1 1 1 +v 4.810647 0.576 4.12041 1 1 1 +v 5.05716 0.576 4.465528 1 1 1 +v 4.465528 0.576 3.873897 1 1 1 +v 4.12041 0.576 4.12041 1 1 1 +v 4.810647 0.576 4.810647 1 1 1 +v 4.465528 0.576 5.05716 1 1 1 +v 3.873897 0.576 4.465528 1 1 1 +v 4.12041 0.576 4.810647 1 1 1 +v 4.465528 0.2 3.873897 1 1 1 +v 4.810647 0.2 4.12041 1 1 1 +v 4.12041 0.2 4.12041 1 1 1 +v 3.873897 0.2 4.465528 1 1 1 +v 4.12041 0.2 4.810647 1 1 1 +v 4.465528 0.2 5.05716 1 1 1 +v 4.810647 0.2 4.810647 1 1 1 +v 5.05716 0.2 4.465528 1 1 1 +v 4.23289 0.576 4.232891 1 1 1 +v 4.465528 0.576 4.06672 1 1 1 +v 4.174731 2.757286 4.174731 1 1 1 +v 4.465528 2.757286 3.967018 1 1 1 +v 4.174731 2.757286 4.756326 1 1 1 +v 4.465528 2.757286 4.964039 1 1 1 +v 4.232891 0.576 4.698167 1 1 1 +v 4.465528 0.576 4.864336 1 1 1 +v 4.06672 0.576 4.465528 1 1 1 +v 3.967018 2.757286 4.465528 1 1 1 +v 4.698166 0.576 4.23289 1 1 1 +v 4.864336 0.576 4.465528 1 1 1 +v 4.756326 2.757286 4.174731 1 1 1 +v 4.964039 2.757286 4.465528 1 1 1 +v 4.698167 0.576 4.698166 1 1 1 +v 4.756326 2.757286 4.756326 1 1 1 +v -1.130444E-08 7.219114E-16 4.548004 1 1 1 +v 0.5459808 7.219114E-16 4.639001 1 1 1 +v -1.130444E-08 0.2 4.548004 1 1 1 +v 0.5459808 0.2 4.639001 1 1 1 +v 0.667636 0.2 4.760656 1 1 1 +v 0.667636 7.219114E-16 4.760656 1 1 1 +v 0.7586328 0.2 5.306637 1 1 1 +v 0.7586328 7.219114E-16 5.306637 1 1 1 +v -0.5459808 7.219114E-16 4.639001 1 1 1 +v -0.5459808 0.2 4.639001 1 1 1 +v -0.7586328 0.2 5.306637 1 1 1 +v -0.6676361 0.2 4.760656 1 1 1 +v -0.6676361 7.219114E-16 4.760656 1 1 1 +v -0.7586328 7.219114E-16 5.306637 1 1 1 +v 2 0.2 4.998004 1 1 1 +v 2 3.609557E-16 4.998004 1 1 1 +v 2 3.609557E-16 6 1 1 1 +v -2 3.609557E-16 4.998004 1 1 1 +v -8.954693E-09 3.609557E-16 4.798005 1 1 1 +v -2 0.2 4.998004 1 1 1 +v -8.954693E-09 0.2 4.798005 1 1 1 +v -2 3.609557E-16 6 1 1 1 +v 2 3 6.000001 1 1 1 +v -2 3 6.000001 1 1 1 +v 2 3 5.600001 1 1 1 +v -5.197762E-14 3 5.400001 1 1 1 +v -2 3 5.600001 1 1 1 +v 2 0.9 6.000001 1 1 1 +v -2 0.9 6.000001 1 1 1 +v -2 0.9 5.600001 1 1 1 +v 2 0.9 5.600001 1 1 1 +v -1.072641 2.3578 5.507265 1 1 1 +v -1.072641 2.557801 5.507265 1 1 1 +v -1.122393 2.307801 5.51224 1 1 1 +v -1.122393 2.6078 5.51224 1 1 1 +v -0.7453319 2.097031 5.474534 1 1 1 +v -1.50589 2.307801 5.55059 1 1 1 +v -0.6955801 2.04703 5.469559 1 1 1 +v -1.128829 2.097031 5.512884 1 1 1 +v -1.178581 2.04703 5.517859 1 1 1 +v -1.178581 1.847031 5.517859 1 1 1 +v -0.6955801 1.847031 5.469559 1 1 1 +v -1.555642 2.3578 5.555565 1 1 1 +v -5.197762E-14 0.9 5.400001 1 1 1 +v -0.7453319 1.79703 5.474534 1 1 1 +v -1.128829 1.79703 5.512884 1 1 1 +v -1.50589 2.6078 5.55059 1 1 1 +v -1.555642 2.557801 5.555565 1 1 1 +v 1.466211 1.463198 5.546622 1 1 1 +v 1.466211 1.663198 5.546622 1 1 1 +v 1.416459 1.713198 5.541646 1 1 1 +v 1.416459 1.413198 5.541646 1 1 1 +v 1.032961 1.413198 5.503297 1 1 1 +v 0.9832096 1.463198 5.498322 1 1 1 +v 1.032961 1.713198 5.503297 1 1 1 +v 0.9832096 1.663198 5.498322 1 1 1 +v 1.032962 1.413198 5.503297 1 1 1 +v 1.416459 1.413198 5.541647 1 1 1 +v 1.037937 1.413198 5.453546 1 1 1 +v 1.421434 1.413198 5.491896 1 1 1 +v 1.416459 1.713198 5.541647 1 1 1 +v 1.032962 1.713198 5.503297 1 1 1 +v 1.421434 1.713198 5.491895 1 1 1 +v 1.037937 1.713198 5.453546 1 1 1 +v 1.471186 1.463198 5.496871 1 1 1 +v 1.466211 1.463198 5.546622 1 1 1 +v 1.471186 1.663198 5.496871 1 1 1 +v 1.466211 1.663198 5.546622 1 1 1 +v 0.9832098 1.463198 5.498322 1 1 1 +v 0.988185 1.463198 5.44857 1 1 1 +v 0.9832098 1.663198 5.498322 1 1 1 +v 0.988185 1.663198 5.44857 1 1 1 +v -1.505891 2.307801 5.550589 1 1 1 +v -1.122393 2.307801 5.512239 1 1 1 +v -1.510866 2.307801 5.500837 1 1 1 +v -1.127369 2.307801 5.462487 1 1 1 +v -1.122393 2.6078 5.512239 1 1 1 +v -1.505891 2.6078 5.550589 1 1 1 +v -1.127369 2.6078 5.462487 1 1 1 +v -1.510866 2.6078 5.500837 1 1 1 +v -1.077617 2.3578 5.457512 1 1 1 +v -1.072642 2.3578 5.507264 1 1 1 +v -1.077617 2.557801 5.457512 1 1 1 +v -1.072642 2.557801 5.507264 1 1 1 +v -1.555643 2.3578 5.555564 1 1 1 +v -1.560618 2.3578 5.505812 1 1 1 +v -1.555643 2.557801 5.555564 1 1 1 +v -1.560618 2.557801 5.505812 1 1 1 +v -0.7453316 1.79703 5.474535 1 1 1 +v -0.7503068 1.79703 5.424783 1 1 1 +v -1.128829 1.79703 5.512885 1 1 1 +v -1.133804 1.79703 5.463133 1 1 1 +v -0.7453316 2.097031 5.474535 1 1 1 +v -1.128829 2.097031 5.512885 1 1 1 +v -0.7503068 2.097031 5.424783 1 1 1 +v -1.133804 2.097031 5.463132 1 1 1 +v -0.700555 1.847031 5.419807 1 1 1 +v -0.6955798 1.847031 5.46956 1 1 1 +v -0.700555 2.04703 5.419807 1 1 1 +v -0.6955798 2.04703 5.46956 1 1 1 +v -1.178581 1.847031 5.517859 1 1 1 +v -1.183556 1.847031 5.468108 1 1 1 +v -1.178581 2.04703 5.517859 1 1 1 +v -1.183556 2.04703 5.468108 1 1 1 +v 4.548004 7.219114E-16 5.652249E-08 1 1 1 +v 4.639001 7.219114E-16 -0.5459808 1 1 1 +v 4.548004 0.2 5.652249E-08 1 1 1 +v 4.639001 0.2 -0.5459808 1 1 1 +v 4.760656 0.2 -0.6676361 1 1 1 +v 4.760656 7.219114E-16 -0.6676361 1 1 1 +v 5.306637 0.2 -0.758633 1 1 1 +v 5.306637 7.219114E-16 -0.758633 1 1 1 +v 4.639001 7.219114E-16 0.5459809 1 1 1 +v 4.639001 0.2 0.5459809 1 1 1 +v 5.306637 0.2 0.7586329 1 1 1 +v 4.760656 0.2 0.6676362 1 1 1 +v 4.760656 7.219114E-16 0.6676362 1 1 1 +v 5.306637 7.219114E-16 0.7586329 1 1 1 +v 4.998004 0.2 -2 1 1 1 +v 4.998004 3.609557E-16 -2 1 1 1 +v 6 0.2 -2 1 1 1 +v 6 3.609557E-16 -2 1 1 1 +v 4.998005 3.609557E-16 2 1 1 1 +v 4.798005 3.609557E-16 8.059918E-08 1 1 1 +v 4.998005 0.2 2 1 1 1 +v 4.798005 0.2 8.059918E-08 1 1 1 +v 6 3.609557E-16 2 1 1 1 +v 6 0.2 2 1 1 1 +v 5.999991 3 -2.000004 1 1 1 +v 5.999991 3 1.999996 1 1 1 +v 5.599991 3 -2.000004 1 1 1 +v 5.399991 3 -3.778934E-06 1 1 1 +v 5.599991 3 1.999996 1 1 1 +v 5.999991 0.9 -2.000004 1 1 1 +v 5.999991 0.9 1.999996 1 1 1 +v 5.599991 0.9 1.999996 1 1 1 +v 5.599991 0.9 -2.000004 1 1 1 +v 5.507256 2.3578 1.072637 1 1 1 +v 5.507256 2.557801 1.072637 1 1 1 +v 5.512231 2.307801 1.122389 1 1 1 +v 5.512231 2.6078 1.122389 1 1 1 +v 5.474524 2.097031 0.7453282 1 1 1 +v 5.550581 2.307801 1.505887 1 1 1 +v 5.469549 2.04703 0.6955763 1 1 1 +v 5.512874 2.097031 1.128826 1 1 1 +v 5.517849 2.04703 1.178578 1 1 1 +v 5.517849 1.847031 1.178578 1 1 1 +v 5.469549 1.847031 0.6955763 1 1 1 +v 5.555556 2.3578 1.555639 1 1 1 +v 5.399991 0.9 -3.778934E-06 1 1 1 +v 5.474524 1.79703 0.7453282 1 1 1 +v 5.512874 1.79703 1.128826 1 1 1 +v 5.550581 2.6078 1.505887 1 1 1 +v 5.555556 2.557801 1.555639 1 1 1 +v 5.546612 1.463198 -1.466215 1 1 1 +v 5.546612 1.663198 -1.466215 1 1 1 +v 5.541637 1.713198 -1.416463 1 1 1 +v 5.541637 1.413198 -1.416463 1 1 1 +v 5.503287 1.413198 -1.032965 1 1 1 +v 5.498312 1.463198 -0.9832135 1 1 1 +v 5.503287 1.713198 -1.032965 1 1 1 +v 5.498312 1.663198 -0.9832135 1 1 1 +v 5.503286 1.413198 -1.032967 1 1 1 +v 5.541636 1.413198 -1.416465 1 1 1 +v 5.453534 1.413198 -1.037943 1 1 1 +v 5.491884 1.413198 -1.42144 1 1 1 +v 5.541636 1.713198 -1.416465 1 1 1 +v 5.503286 1.713198 -1.032967 1 1 1 +v 5.491884 1.713198 -1.42144 1 1 1 +v 5.453534 1.713198 -1.037943 1 1 1 +v 5.496859 1.463198 -1.471192 1 1 1 +v 5.546611 1.463198 -1.466217 1 1 1 +v 5.496859 1.663198 -1.471192 1 1 1 +v 5.546611 1.663198 -1.466217 1 1 1 +v 5.498311 1.463198 -0.9832156 1 1 1 +v 5.448559 1.463198 -0.9881908 1 1 1 +v 5.498311 1.663198 -0.9832156 1 1 1 +v 5.448559 1.663198 -0.9881908 1 1 1 +v 5.55058 2.307801 1.505887 1 1 1 +v 5.512229 2.307801 1.12239 1 1 1 +v 5.500828 2.307801 1.510862 1 1 1 +v 5.462478 2.307801 1.127365 1 1 1 +v 5.512229 2.6078 1.12239 1 1 1 +v 5.55058 2.6078 1.505887 1 1 1 +v 5.462478 2.6078 1.127365 1 1 1 +v 5.500827 2.6078 1.510862 1 1 1 +v 5.457502 2.3578 1.077613 1 1 1 +v 5.507255 2.3578 1.072638 1 1 1 +v 5.457502 2.557801 1.077613 1 1 1 +v 5.507255 2.557801 1.072638 1 1 1 +v 5.555554 2.3578 1.555639 1 1 1 +v 5.505803 2.3578 1.560614 1 1 1 +v 5.555554 2.557801 1.555639 1 1 1 +v 5.505803 2.557801 1.560614 1 1 1 +v 5.474525 1.79703 0.7453278 1 1 1 +v 5.424773 1.79703 0.750303 1 1 1 +v 5.512875 1.79703 1.128825 1 1 1 +v 5.463123 1.79703 1.133801 1 1 1 +v 5.474525 2.097031 0.7453278 1 1 1 +v 5.512875 2.097031 1.128825 1 1 1 +v 5.424773 2.097031 0.750303 1 1 1 +v 5.463123 2.097031 1.133801 1 1 1 +v 5.419798 1.847031 0.7005512 1 1 1 +v 5.46955 1.847031 0.695576 1 1 1 +v 5.419798 2.04703 0.7005512 1 1 1 +v 5.46955 2.04703 0.695576 1 1 1 +v 5.51785 1.847031 1.178577 1 1 1 +v 5.468098 1.847031 1.183552 1 1 1 +v 5.51785 2.04703 1.178577 1 1 1 +v 5.468098 2.04703 1.183552 1 1 1 +v -1.999999 3 -1.599999 1 1 1 +v -1.999999 0.9 -1.599999 1 1 1 +v -1.999999 3 -1.999999 1 1 1 +v -1.999999 0.9 -1.999999 1 1 1 +v -1.599999 0.9 -1.999999 1 1 1 +v -1.599999 3 -1.999999 1 1 1 +v -1.799999 0.9 -1.653589 1 1 1 +v -1.799999 3 -1.653589 1 1 1 +v -1.653589 0.9 -1.799999 1 1 1 +v -1.653589 3 -1.799999 1 1 1 +v -2 -1.671676E-14 -2 1 1 1 +v -0.9980049 -1.671676E-14 -2 1 1 1 +v -2 0.2 -2 1 1 1 +v -0.9980049 0.2 -2 1 1 1 +v -2 0.2 -0.9980049 1 1 1 +v -2 -1.671676E-14 -0.9980049 1 1 1 +v -1.499002 0.2 -1.132247 1 1 1 +v -1.132247 0.2 -1.499002 1 1 1 +v -1.499002 -1.599485E-14 -1.132247 1 1 1 +v -1.132247 -1.599485E-14 -1.499002 1 1 1 +v 1.599999 3 -5.999999 1 1 1 +v 1.599999 0.9 -5.999999 1 1 1 +v 1.999999 3 -6 1 1 1 +v 1.999999 0.9 -6 1 1 1 +v 1.999999 0.9 -5.599999 1 1 1 +v 1.999999 3 -5.599999 1 1 1 +v 1.653589 0.9 -5.799999 1 1 1 +v 1.653589 3 -5.799999 1 1 1 +v 1.799999 0.9 -5.653589 1 1 1 +v 1.799999 3 -5.653589 1 1 1 +v 2 -1.635581E-14 -6 1 1 1 +v 2 -1.635581E-14 -4.998005 1 1 1 +v 2 0.2 -6 1 1 1 +v 2 0.2 -4.998005 1 1 1 +v 0.9980048 0.2 -6 1 1 1 +v 0.9980048 -1.635581E-14 -6 1 1 1 +v 1.132247 0.2 -5.499002 1 1 1 +v 1.499002 0.2 -5.132247 1 1 1 +v 1.132247 -1.56339E-14 -5.499002 1 1 1 +v 1.499002 -1.56339E-14 -5.132247 1 1 1 +v -5.599999 3 1.999999 1 1 1 +v -5.599999 0.9 1.999999 1 1 1 +v -6 3 1.999999 1 1 1 +v -6 0.9 1.999999 1 1 1 +v -5.999999 0.9 1.599999 1 1 1 +v -5.999999 3 1.599999 1 1 1 +v -5.653589 0.9 1.799999 1 1 1 +v -5.653589 3 1.799999 1 1 1 +v -5.799999 0.9 1.653589 1 1 1 +v -5.799999 3 1.653589 1 1 1 +v -6 -1.707772E-14 2 1 1 1 +v -6 -1.707772E-14 0.9980048 1 1 1 +v -6 0.2 2 1 1 1 +v -6 0.2 0.9980048 1 1 1 +v -4.998005 0.2 2 1 1 1 +v -4.998005 -1.707772E-14 2 1 1 1 +v -5.132247 0.2 1.499002 1 1 1 +v -5.499002 0.2 1.132247 1 1 1 +v -5.132247 -1.635581E-14 1.499002 1 1 1 +v -5.499002 -1.635581E-14 1.132247 1 1 1 +v -5.884817 0.2 -0.9980044 1 1 1 +v -5.884817 3.609557E-16 -0.9980044 1 1 1 +v -5.884817 0.2 -2 1 1 1 +v -5.884817 3.609557E-16 -2 1 1 1 +v -1.884817 3.609557E-16 -0.9980047 1 1 1 +v -3.884817 3.609557E-16 -0.7980046 1 1 1 +v -1.884817 0.2 -0.9980047 1 1 1 +v -3.884817 0.2 -0.7980046 1 1 1 +v -1.884817 3.609557E-16 -2 1 1 1 +v -1.884817 0.2 -2 1 1 1 +v -5.884817 3 -2.000001 1 1 1 +v -1.884817 3 -2.000001 1 1 1 +v -5.884817 3 -1.600001 1 1 1 +v -3.884817 3 -1.400001 1 1 1 +v -1.884817 3 -1.600001 1 1 1 +v -5.884817 0.9 -2.000001 1 1 1 +v -1.884817 0.9 -2.000001 1 1 1 +v -1.884817 0.9 -1.600001 1 1 1 +v -5.884817 0.9 -1.600001 1 1 1 +v -2.801948 2.341752 -1.508288 1 1 1 +v -2.801948 2.541752 -1.508288 1 1 1 +v -2.752196 2.291752 -1.513263 1 1 1 +v -2.752196 2.591752 -1.513263 1 1 1 +v -3.884817 0.9 -1.400001 1 1 1 +v -2.368698 2.291752 -1.551613 1 1 1 +v -2.318946 2.341752 -1.556588 1 1 1 +v -2.368698 2.591752 -1.551613 1 1 1 +v -2.318946 2.541752 -1.556588 1 1 1 +v -5.56663 1.683671 -1.568182 1 1 1 +v -5.56663 1.883671 -1.568182 1 1 1 +v -5.516878 1.933671 -1.563207 1 1 1 +v -5.133381 1.933671 -1.524857 1 1 1 +v -5.083629 1.883671 -1.519882 1 1 1 +v -5.083629 1.683671 -1.519882 1 1 1 +v -5.516878 1.633671 -1.563207 1 1 1 +v -4.807699 1.585278 -1.492289 1 1 1 +v -5.133381 1.633671 -1.524857 1 1 1 +v -4.424201 1.585278 -1.453939 1 1 1 +v -4.37445 1.535278 -1.448964 1 1 1 +v -4.37445 1.335278 -1.448964 1 1 1 +v -4.424201 1.285278 -1.453939 1 1 1 +v -4.807699 1.285278 -1.492289 1 1 1 +v -4.857451 1.535278 -1.497264 1 1 1 +v -4.857451 1.335278 -1.497264 1 1 1 +v -2.368699 2.291752 -1.551613 1 1 1 +v -2.752196 2.291752 -1.513263 1 1 1 +v -2.363724 2.291752 -1.501861 1 1 1 +v -2.747221 2.291752 -1.463512 1 1 1 +v -2.752196 2.591752 -1.513263 1 1 1 +v -2.368699 2.591752 -1.551613 1 1 1 +v -2.747221 2.591752 -1.463511 1 1 1 +v -2.363724 2.591752 -1.501861 1 1 1 +v -2.796973 2.341752 -1.458536 1 1 1 +v -2.801948 2.341752 -1.508288 1 1 1 +v -2.796973 2.541752 -1.458536 1 1 1 +v -2.801948 2.541752 -1.508288 1 1 1 +v -2.318947 2.341752 -1.556588 1 1 1 +v -2.313972 2.341752 -1.506836 1 1 1 +v -2.318947 2.541752 -1.556588 1 1 1 +v -2.313972 2.541752 -1.506836 1 1 1 +v -5.133382 1.633671 -1.524856 1 1 1 +v -5.516879 1.633671 -1.563206 1 1 1 +v -5.138357 1.633671 -1.475104 1 1 1 +v -5.521854 1.633671 -1.513454 1 1 1 +v -5.516879 1.933671 -1.563206 1 1 1 +v -5.133382 1.933671 -1.524856 1 1 1 +v -5.521854 1.933671 -1.513454 1 1 1 +v -5.138357 1.933671 -1.475104 1 1 1 +v -5.571606 1.683671 -1.518429 1 1 1 +v -5.566631 1.683671 -1.568181 1 1 1 +v -5.571606 1.883671 -1.518429 1 1 1 +v -5.566631 1.883671 -1.568181 1 1 1 +v -5.08363 1.683671 -1.519881 1 1 1 +v -5.088605 1.683671 -1.470129 1 1 1 +v -5.08363 1.883671 -1.519881 1 1 1 +v -5.088605 1.883671 -1.470129 1 1 1 +v -4.424201 1.285278 -1.453939 1 1 1 +v -4.807698 1.285278 -1.492289 1 1 1 +v -4.429176 1.285278 -1.404187 1 1 1 +v -4.812674 1.285278 -1.442537 1 1 1 +v -4.807698 1.585278 -1.492289 1 1 1 +v -4.424201 1.585278 -1.453939 1 1 1 +v -4.812674 1.585278 -1.442537 1 1 1 +v -4.429176 1.585278 -1.404187 1 1 1 +v -4.862425 1.335278 -1.447512 1 1 1 +v -4.85745 1.335278 -1.497264 1 1 1 +v -4.862425 1.535278 -1.447512 1 1 1 +v -4.85745 1.535278 -1.497264 1 1 1 +v -4.374449 1.335278 -1.448964 1 1 1 +v -4.379424 1.335278 -1.399212 1 1 1 +v -4.374449 1.535278 -1.448964 1 1 1 +v -4.379424 1.535278 -1.399212 1 1 1 +v 2 3 -6 1 1 1 +v 3.530734 3 -5.695518 1 1 1 +v 2 3 -5.6 1 1 1 +v 3.37766 3 -5.325966 1 1 1 +v 4.828427 3 -4.828427 1 1 1 +v 4.545585 3 -4.545585 1 1 1 +v 5.695518 3 -3.530734 1 1 1 +v 5.325967 3 -3.377661 1 1 1 +v 6 3 -2 1 1 1 +v 5.6 3 -2 1 1 1 +v 2 0.9 -5.6 1 1 1 +v 3.37766 0.9 -5.325966 1 1 1 +v 4.545585 0.9 -4.545585 1 1 1 +v 5.325967 0.9 -3.377661 1 1 1 +v 5.6 0.9 -2 1 1 1 +v 2 3.609557E-16 -4.998005 1 1 1 +v 3.530734 3.609557E-16 -5.695518 1 1 1 +v 3.147287 3.609557E-16 -4.769795 1 1 1 +v 5.695518 3.609557E-16 -3.530734 1 1 1 +v 4.11991 3.609557E-16 -4.11991 1 1 1 +v 4.769795 3.609557E-16 -3.147287 1 1 1 +v 4.998005 3.609557E-16 -2 1 1 1 +v 2 0.2 -4.998005 1 1 1 +v 3.147287 0.2 -4.769795 1 1 1 +v 4.11991 0.2 -4.11991 1 1 1 +v 4.769795 0.2 -3.147287 1 1 1 +v 4.998005 0.2 -2 1 1 1 +v 3.539528 0.2 -4.483708 1 1 1 +v 3.539528 3.609557E-16 -4.483708 1 1 1 +v 3.91916 0.2 -4.992029 1 1 1 +v 3.91916 3.609557E-16 -4.992029 1 1 1 +v 4.298759 3.609557E-16 -3.526625 1 1 1 +v 3.838696 3.609557E-16 -3.838695 1 1 1 +v 4.298759 0.2 -3.526625 1 1 1 +v 3.838696 0.2 -3.838695 1 1 1 +v 3.526625 3.609557E-16 -4.298758 1 1 1 +v 3.526625 0.2 -4.298758 1 1 1 +v 4.483708 3.609557E-16 -3.539528 1 1 1 +v 4.483708 0.2 -3.539528 1 1 1 +v 4.992029 3.609557E-16 -3.919161 1 1 1 +v 4.992029 0.2 -3.919161 1 1 1 +v 5.23671 1.509087 -3.511242 1 1 1 +v 5.022587 1.509087 -3.831699 1 1 1 +v 5.195136 1.509087 -3.483464 1 1 1 +v 4.981013 1.509087 -3.803921 1 1 1 +v 5.022587 1.809087 -3.831699 1 1 1 +v 5.23671 1.809087 -3.511242 1 1 1 +v 4.981013 1.809087 -3.803921 1 1 1 +v 5.195136 1.809087 -3.483464 1 1 1 +v 4.953235 1.559087 -3.845494 1 1 1 +v 4.994808 1.559087 -3.873273 1 1 1 +v 4.953235 1.759087 -3.845494 1 1 1 +v 4.994808 1.759087 -3.873273 1 1 1 +v 5.264488 1.559087 -3.469669 1 1 1 +v 5.222915 1.559087 -3.44189 1 1 1 +v 5.264488 1.759087 -3.469669 1 1 1 +v 5.222915 1.759087 -3.44189 1 1 1 +v 5.472848 2.236932 -2.639235 1 1 1 +v 5.397658 2.236932 -3.01724 1 1 1 +v 5.423809 2.236932 -2.629481 1 1 1 +v 5.348619 2.236932 -3.007485 1 1 1 +v 5.397658 2.536932 -3.01724 1 1 1 +v 5.472848 2.536932 -2.639235 1 1 1 +v 5.348619 2.536932 -3.007485 1 1 1 +v 5.423809 2.536932 -2.629481 1 1 1 +v 5.338864 2.286932 -3.056525 1 1 1 +v 5.387904 2.286932 -3.066279 1 1 1 +v 5.338864 2.486932 -3.056525 1 1 1 +v 5.387904 2.486932 -3.066279 1 1 1 +v 5.482603 2.286932 -2.590196 1 1 1 +v 5.433563 2.286932 -2.580441 1 1 1 +v 5.482603 2.486932 -2.590196 1 1 1 +v 5.433563 2.486932 -2.580441 1 1 1 +v 5.534066 1.759764 -2.331471 1 1 1 +v 5.458877 1.759764 -2.709476 1 1 1 +v 5.485027 1.759764 -2.321717 1 1 1 +v 5.409837 1.759764 -2.699721 1 1 1 +v 5.458877 2.059764 -2.709476 1 1 1 +v 5.534066 2.059764 -2.331471 1 1 1 +v 5.409837 2.059764 -2.699721 1 1 1 +v 5.485027 2.059764 -2.321717 1 1 1 +v 5.400083 1.809764 -2.748761 1 1 1 +v 5.449122 1.809764 -2.758515 1 1 1 +v 5.400083 2.009764 -2.748761 1 1 1 +v 5.449122 2.009764 -2.758515 1 1 1 +v 5.543821 1.809764 -2.282432 1 1 1 +v 5.494781 1.809764 -2.272677 1 1 1 +v 5.543821 2.009764 -2.282432 1 1 1 +v 5.494781 2.009764 -2.272677 1 1 1 +v 2.925666 1.55972 -5.415874 1 1 1 +v 2.547662 1.55972 -5.491063 1 1 1 +v 2.915912 1.55972 -5.366834 1 1 1 +v 2.537907 1.55972 -5.442024 1 1 1 +v 2.925666 1.85972 -5.415874 1 1 1 +v 2.915912 1.85972 -5.366834 1 1 1 +v 2.547662 1.85972 -5.491063 1 1 1 +v 2.537907 1.85972 -5.442024 1 1 1 +v 2.488868 1.60972 -5.451778 1 1 1 +v 2.498622 1.60972 -5.500818 1 1 1 +v 2.488868 1.80972 -5.451778 1 1 1 +v 2.498622 1.80972 -5.500818 1 1 1 +v 2.974705 1.60972 -5.406119 1 1 1 +v 2.964951 1.60972 -5.35708 1 1 1 +v 2.974705 1.80972 -5.406119 1 1 1 +v 2.964951 1.80972 -5.35708 1 1 1 +v -2 3 6 1 1 1 +v -3.530734 3 5.695518 1 1 1 +v -2 3 5.6 1 1 1 +v -3.377661 3 5.325967 1 1 1 +v -4.828427 3 4.828427 1 1 1 +v -4.545585 3 4.545585 1 1 1 +v -5.695518 3 3.530734 1 1 1 +v -5.325966 3 3.37766 1 1 1 +v -6 3 2 1 1 1 +v -5.6 3 2 1 1 1 +v -2 0.9 5.6 1 1 1 +v -3.377661 0.9 5.325967 1 1 1 +v -4.545585 0.9 4.545585 1 1 1 +v -5.325966 0.9 3.37766 1 1 1 +v -5.6 0.9 2 1 1 1 +v -2 3.609557E-16 4.998005 1 1 1 +v -3.530734 3.609557E-16 5.695518 1 1 1 +v -3.147287 3.609557E-16 4.769795 1 1 1 +v -5.695518 3.609557E-16 3.530734 1 1 1 +v -4.11991 3.609557E-16 4.11991 1 1 1 +v -4.769795 3.609557E-16 3.147287 1 1 1 +v -4.998005 3.609557E-16 2 1 1 1 +v -2 0.2 4.998005 1 1 1 +v -3.147287 0.2 4.769795 1 1 1 +v -4.11991 0.2 4.11991 1 1 1 +v -4.769795 0.2 3.147287 1 1 1 +v -4.998005 0.2 2 1 1 1 +v -3.539528 0.2 4.483708 1 1 1 +v -3.539528 3.609557E-16 4.483708 1 1 1 +v -3.91916 0.2 4.992029 1 1 1 +v -3.91916 3.609557E-16 4.992029 1 1 1 +v -4.298758 3.609557E-16 3.526625 1 1 1 +v -3.838695 3.609557E-16 3.838695 1 1 1 +v -4.298758 0.2 3.526625 1 1 1 +v -3.838695 0.2 3.838695 1 1 1 +v -3.526625 3.609557E-16 4.298758 1 1 1 +v -3.526625 0.2 4.298758 1 1 1 +v -4.483708 3.609557E-16 3.539528 1 1 1 +v -4.483708 0.2 3.539528 1 1 1 +v -4.992029 3.609557E-16 3.91916 1 1 1 +v -4.992029 0.2 3.91916 1 1 1 +v -5.23671 1.509087 3.511242 1 1 1 +v -5.022587 1.509087 3.831699 1 1 1 +v -5.195136 1.509087 3.483464 1 1 1 +v -4.981013 1.509087 3.803921 1 1 1 +v -5.022587 1.809087 3.831699 1 1 1 +v -5.23671 1.809087 3.511242 1 1 1 +v -4.981013 1.809087 3.803921 1 1 1 +v -5.195136 1.809087 3.483464 1 1 1 +v -4.953235 1.559087 3.845494 1 1 1 +v -4.994809 1.559087 3.873273 1 1 1 +v -4.953235 1.759087 3.845494 1 1 1 +v -4.994809 1.759087 3.873273 1 1 1 +v -5.264488 1.559087 3.469669 1 1 1 +v -5.222915 1.559087 3.44189 1 1 1 +v -5.264488 1.759087 3.469669 1 1 1 +v -5.222915 1.759087 3.44189 1 1 1 +v -5.472848 2.236932 2.639235 1 1 1 +v -5.397658 2.236932 3.01724 1 1 1 +v -5.423809 2.236932 2.629481 1 1 1 +v -5.348619 2.236932 3.007485 1 1 1 +v -5.397658 2.536932 3.01724 1 1 1 +v -5.472848 2.536932 2.639235 1 1 1 +v -5.348619 2.536932 3.007485 1 1 1 +v -5.423809 2.536932 2.629481 1 1 1 +v -5.338864 2.286932 3.056525 1 1 1 +v -5.387904 2.286932 3.066279 1 1 1 +v -5.338864 2.486932 3.056525 1 1 1 +v -5.387904 2.486932 3.066279 1 1 1 +v -5.482603 2.286932 2.590196 1 1 1 +v -5.433563 2.286932 2.580441 1 1 1 +v -5.482603 2.486932 2.590196 1 1 1 +v -5.433563 2.486932 2.580441 1 1 1 +v -5.534066 1.759764 2.331469 1 1 1 +v -5.458877 1.759764 2.709474 1 1 1 +v -5.485027 1.759764 2.321715 1 1 1 +v -5.409837 1.759764 2.699719 1 1 1 +v -5.458877 2.059764 2.709474 1 1 1 +v -5.534066 2.059764 2.331469 1 1 1 +v -5.409837 2.059764 2.699719 1 1 1 +v -5.485027 2.059764 2.321715 1 1 1 +v -5.400083 1.809764 2.748759 1 1 1 +v -5.449122 1.809764 2.758513 1 1 1 +v -5.400083 2.009764 2.748759 1 1 1 +v -5.449122 2.009764 2.758513 1 1 1 +v -5.543821 1.809764 2.28243 1 1 1 +v -5.494781 1.809764 2.272676 1 1 1 +v -5.543821 2.009764 2.28243 1 1 1 +v -5.494781 2.009764 2.272676 1 1 1 +v -2.925668 1.55972 5.415874 1 1 1 +v -2.547663 1.55972 5.491063 1 1 1 +v -2.915914 1.55972 5.366834 1 1 1 +v -2.537909 1.55972 5.442024 1 1 1 +v -2.925668 1.85972 5.415874 1 1 1 +v -2.915914 1.85972 5.366834 1 1 1 +v -2.547663 1.85972 5.491063 1 1 1 +v -2.537909 1.85972 5.442024 1 1 1 +v -2.48887 1.60972 5.451778 1 1 1 +v -2.498624 1.60972 5.500818 1 1 1 +v -2.48887 1.80972 5.451778 1 1 1 +v -2.498624 1.80972 5.500818 1 1 1 +v -2.974707 1.60972 5.406119 1 1 1 +v -2.964953 1.60972 5.35708 1 1 1 +v -2.974707 1.80972 5.406119 1 1 1 +v -2.964953 1.80972 5.35708 1 1 1 +v -0.9980047 0.2 -2 1 1 1 +v -0.9980047 3.609557E-16 -2 1 1 1 +v -2 3.609557E-16 -2 1 1 1 +v -0.9980043 3.609557E-16 -6 1 1 1 +v -0.7980045 3.609557E-16 -4 1 1 1 +v -0.9980043 0.2 -6 1 1 1 +v -0.7980045 0.2 -4 1 1 1 +v -1.999999 3.609557E-16 -6 1 1 1 +v -1.999999 0.2 -6 1 1 1 +v -2.000005 3 -2.000004 1 1 1 +v -2.000004 3 -6.000004 1 1 1 +v -1.600005 3 -2.000004 1 1 1 +v -1.400005 3 -4.000004 1 1 1 +v -1.600004 3 -6.000004 1 1 1 +v -2.000005 0.9 -2.000004 1 1 1 +v -2.000004 0.9 -6.000004 1 1 1 +v -1.600004 0.9 -6.000004 1 1 1 +v -1.600005 0.9 -2.000004 1 1 1 +v -1.508291 2.341752 -5.082873 1 1 1 +v -1.508291 2.541752 -5.082873 1 1 1 +v -1.513267 2.291752 -5.132626 1 1 1 +v -1.513267 2.591752 -5.132626 1 1 1 +v -1.400005 0.9 -4.000004 1 1 1 +v -1.551616 2.291752 -5.516123 1 1 1 +v -1.556592 2.341752 -5.565875 1 1 1 +v -1.551616 2.591752 -5.516123 1 1 1 +v -1.556592 2.541752 -5.565875 1 1 1 +v -1.568186 1.683671 -2.318191 1 1 1 +v -1.568186 1.883671 -2.318191 1 1 1 +v -1.563211 1.933671 -2.367942 1 1 1 +v -1.524861 1.933671 -2.75144 1 1 1 +v -1.519886 1.883671 -2.801192 1 1 1 +v -1.519886 1.683671 -2.801192 1 1 1 +v -1.563211 1.633671 -2.367942 1 1 1 +v -1.492293 1.585278 -3.077122 1 1 1 +v -1.524861 1.633671 -2.75144 1 1 1 +v -1.453943 1.585278 -3.460619 1 1 1 +v -1.448968 1.535278 -3.510371 1 1 1 +v -1.448968 1.335278 -3.510371 1 1 1 +v -1.453943 1.285278 -3.460619 1 1 1 +v -1.492293 1.285278 -3.077122 1 1 1 +v -1.497268 1.535278 -3.02737 1 1 1 +v -1.497268 1.335278 -3.02737 1 1 1 +v -1.551617 2.291752 -5.516122 1 1 1 +v -1.513267 2.291752 -5.132625 1 1 1 +v -1.501865 2.291752 -5.521097 1 1 1 +v -1.463515 2.291752 -5.1376 1 1 1 +v -1.513267 2.591752 -5.132625 1 1 1 +v -1.551617 2.591752 -5.516122 1 1 1 +v -1.463515 2.591752 -5.1376 1 1 1 +v -1.501865 2.591752 -5.521097 1 1 1 +v -1.45854 2.341752 -5.087848 1 1 1 +v -1.508292 2.341752 -5.082872 1 1 1 +v -1.45854 2.541752 -5.087848 1 1 1 +v -1.508292 2.541752 -5.082872 1 1 1 +v -1.556592 2.341752 -5.565874 1 1 1 +v -1.50684 2.341752 -5.570849 1 1 1 +v -1.556592 2.541752 -5.565874 1 1 1 +v -1.50684 2.541752 -5.570849 1 1 1 +v -1.52486 1.633671 -2.751439 1 1 1 +v -1.56321 1.633671 -2.367942 1 1 1 +v -1.475108 1.633671 -2.746464 1 1 1 +v -1.513458 1.633671 -2.362967 1 1 1 +v -1.56321 1.933671 -2.367942 1 1 1 +v -1.52486 1.933671 -2.751439 1 1 1 +v -1.513458 1.933671 -2.362967 1 1 1 +v -1.475108 1.933671 -2.746464 1 1 1 +v -1.518433 1.683671 -2.313215 1 1 1 +v -1.568185 1.683671 -2.31819 1 1 1 +v -1.518433 1.883671 -2.313215 1 1 1 +v -1.568185 1.883671 -2.31819 1 1 1 +v -1.519885 1.683671 -2.801191 1 1 1 +v -1.470133 1.683671 -2.796216 1 1 1 +v -1.519885 1.883671 -2.801191 1 1 1 +v -1.470133 1.883671 -2.796216 1 1 1 +v -1.453943 1.285278 -3.46062 1 1 1 +v -1.492293 1.285278 -3.077123 1 1 1 +v -1.404191 1.285278 -3.455645 1 1 1 +v -1.442541 1.285278 -3.072147 1 1 1 +v -1.492293 1.585278 -3.077123 1 1 1 +v -1.453943 1.585278 -3.46062 1 1 1 +v -1.442541 1.585278 -3.072147 1 1 1 +v -1.404191 1.585278 -3.455645 1 1 1 +v -1.447516 1.335278 -3.022396 1 1 1 +v -1.497268 1.335278 -3.027371 1 1 1 +v -1.447516 1.535278 -3.022396 1 1 1 +v -1.497268 1.535278 -3.027371 1 1 1 +v -1.448968 1.335278 -3.510372 1 1 1 +v -1.399216 1.335278 -3.505397 1 1 1 +v -1.448968 1.535278 -3.510372 1 1 1 +v -1.399216 1.535278 -3.505397 1 1 1 +v 6 3 2 1 1 1 +v 5.695518 3 3.530734 1 1 1 +v 5.6 3 2 1 1 1 +v 5.325966 3 3.37766 1 1 1 +v 4.828427 3 4.828427 1 1 1 +v 4.545585 3 4.545585 1 1 1 +v 3.530734 3 5.695518 1 1 1 +v 3.37766 3 5.325966 1 1 1 +v 2 3 6 1 1 1 +v 2 3 5.6 1 1 1 +v 5.6 0.9 2 1 1 1 +v 5.325966 0.9 3.37766 1 1 1 +v 4.545585 0.9 4.545585 1 1 1 +v 3.37766 0.9 5.325966 1 1 1 +v 2 0.9 5.6 1 1 1 +v 4.998005 3.609557E-16 2 1 1 1 +v 5.695518 3.609557E-16 3.530734 1 1 1 +v 4.769795 3.609557E-16 3.147287 1 1 1 +v 3.530734 3.609557E-16 5.695518 1 1 1 +v 4.11991 3.609557E-16 4.11991 1 1 1 +v 3.147287 3.609557E-16 4.769795 1 1 1 +v 2 3.609557E-16 4.998005 1 1 1 +v 4.998005 0.2 2 1 1 1 +v 4.769795 0.2 3.147287 1 1 1 +v 4.11991 0.2 4.11991 1 1 1 +v 3.147287 0.2 4.769795 1 1 1 +v 2 0.2 4.998005 1 1 1 +v 4.483708 0.2 3.539528 1 1 1 +v 4.483708 3.609557E-16 3.539528 1 1 1 +v 4.992029 0.2 3.91916 1 1 1 +v 4.992029 3.609557E-16 3.91916 1 1 1 +v 3.526625 3.609557E-16 4.298758 1 1 1 +v 3.838695 3.609557E-16 3.838696 1 1 1 +v 3.526625 0.2 4.298758 1 1 1 +v 3.838695 0.2 3.838696 1 1 1 +v 4.298758 3.609557E-16 3.526625 1 1 1 +v 4.298758 0.2 3.526625 1 1 1 +v 3.539528 3.609557E-16 4.483708 1 1 1 +v 3.539528 0.2 4.483708 1 1 1 +v 3.919161 3.609557E-16 4.992029 1 1 1 +v 3.919161 0.2 4.992029 1 1 1 +v 3.511242 1.509087 5.23671 1 1 1 +v 3.831699 1.509087 5.022587 1 1 1 +v 3.483464 1.509087 5.195136 1 1 1 +v 3.803921 1.509087 4.981013 1 1 1 +v 3.831699 1.809087 5.022587 1 1 1 +v 3.511242 1.809087 5.23671 1 1 1 +v 3.803921 1.809087 4.981013 1 1 1 +v 3.483464 1.809087 5.195136 1 1 1 +v 3.845494 1.559087 4.953235 1 1 1 +v 3.873273 1.559087 4.994809 1 1 1 +v 3.845494 1.759087 4.953235 1 1 1 +v 3.873273 1.759087 4.994809 1 1 1 +v 3.469669 1.559087 5.264488 1 1 1 +v 3.44189 1.559087 5.222915 1 1 1 +v 3.469669 1.759087 5.264488 1 1 1 +v 3.44189 1.759087 5.222915 1 1 1 +v 2.639235 2.236932 5.472848 1 1 1 +v 3.01724 2.236932 5.397658 1 1 1 +v 2.629481 2.236932 5.423809 1 1 1 +v 3.007485 2.236932 5.348619 1 1 1 +v 3.01724 2.536932 5.397658 1 1 1 +v 2.639235 2.536932 5.472848 1 1 1 +v 3.007485 2.536932 5.348619 1 1 1 +v 2.629481 2.536932 5.423809 1 1 1 +v 3.056525 2.286932 5.338864 1 1 1 +v 3.066279 2.286932 5.387904 1 1 1 +v 3.056525 2.486932 5.338864 1 1 1 +v 3.066279 2.486932 5.387904 1 1 1 +v 2.590196 2.286932 5.482603 1 1 1 +v 2.580441 2.286932 5.433563 1 1 1 +v 2.590196 2.486932 5.482603 1 1 1 +v 2.580441 2.486932 5.433563 1 1 1 +v 2.331471 1.759764 5.534066 1 1 1 +v 2.709476 1.759764 5.458877 1 1 1 +v 2.321717 1.759764 5.485027 1 1 1 +v 2.699721 1.759764 5.409837 1 1 1 +v 2.709476 2.059764 5.458877 1 1 1 +v 2.331471 2.059764 5.534066 1 1 1 +v 2.699721 2.059764 5.409837 1 1 1 +v 2.321717 2.059764 5.485027 1 1 1 +v 2.748761 1.809764 5.400083 1 1 1 +v 2.758515 1.809764 5.449122 1 1 1 +v 2.748761 2.009764 5.400083 1 1 1 +v 2.758515 2.009764 5.449122 1 1 1 +v 2.282432 1.809764 5.543821 1 1 1 +v 2.272677 1.809764 5.494781 1 1 1 +v 2.282432 2.009764 5.543821 1 1 1 +v 2.272677 2.009764 5.494781 1 1 1 +v 5.415874 1.55972 2.925668 1 1 1 +v 5.491063 1.55972 2.547663 1 1 1 +v 5.366834 1.55972 2.915914 1 1 1 +v 5.442024 1.55972 2.537909 1 1 1 +v 5.415874 1.85972 2.925668 1 1 1 +v 5.366834 1.85972 2.915914 1 1 1 +v 5.491063 1.85972 2.547663 1 1 1 +v 5.442024 1.85972 2.537909 1 1 1 +v 5.451778 1.60972 2.48887 1 1 1 +v 5.500818 1.60972 2.498624 1 1 1 +v 5.451778 1.80972 2.48887 1 1 1 +v 5.500818 1.80972 2.498624 1 1 1 +v 5.406119 1.60972 2.974707 1 1 1 +v 5.35708 1.60972 2.964953 1 1 1 +v 5.406119 1.80972 2.974707 1 1 1 +v 5.35708 1.80972 2.964953 1 1 1 + +vn -0.7071068 0.5773503 -0.4082483 +vn -0.5202672 0.7994348 -0.3003764 +vn -0.4082483 0.5773503 0.7071068 +vn -0.3003764 0.7994348 0.5202672 +vn 0.4082483 -0.5773503 -0.7071068 +vn 0.5202672 -0.7994348 0.3003764 +vn 0.7071068 -0.5773503 0.4082483 +vn 0.3003764 -0.7994348 -0.5202672 +vn 0.7071068 0.5773503 0.4082483 +vn 0.5202672 0.7994348 0.3003764 +vn -0.5202672 -0.7994348 -0.3003764 +vn -0.7071068 -0.5773503 -0.4082483 +vn 0.4082483 0.5773503 0.7071068 +vn -0.7071068 0.5773503 0.4082483 +vn 0.3003764 0.7994348 0.5202672 +vn -0.5202672 0.7994348 0.3003764 +vn -0.3003764 -0.7994348 -0.5202672 +vn 0.7071068 -0.5773503 -0.4082483 +vn -0.4082483 -0.5773503 -0.7071068 +vn 0.5202672 -0.7994348 -0.3003764 +vn -0.4082483 0.5773503 -0.7071068 +vn -0.3003764 0.7994348 -0.5202672 +vn 0.3003764 -0.7994348 0.5202672 +vn 0.4082483 -0.5773503 0.7071068 +vn -0.6666667 0.3333333 -0.6666667 +vn -0.5033765 0.7022992 -0.5033765 +vn -0.6666667 0.3333333 0.6666667 +vn -0.5033765 0.7022992 0.5033765 +vn 0.6666667 -0.3333333 -0.6666667 +vn 0.5033765 -0.7022992 0.5033765 +vn 0.6666667 -0.3333333 0.6666667 +vn 0.5033765 -0.7022992 -0.5033765 +vn 0.5033765 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 0.5033765 +vn -0.5033765 -0.7022992 -0.5033765 +vn -0.5033765 -0.7022992 0.5033765 +vn 0.6666667 0.3333333 0.6666667 +vn -0.6666667 -0.3333333 -0.6666667 +vn 0.6666667 0.3333333 -0.6666667 +vn -0.6666667 -0.3333333 0.6666667 +vn 0.7071068 0.5773503 -0.4082483 +vn 0.5202672 0.7994348 -0.3003764 +vn -0.5202672 -0.7994348 0.3003764 +vn -0.7071068 -0.5773503 0.4082483 +vn 0.4082483 0.5773503 -0.7071068 +vn 0.3003764 0.7994348 -0.5202672 +vn -0.4082483 -0.5773503 0.7071068 +vn -0.3003764 -0.7994348 0.5202672 +vn 0.4245382 0.9054101 0 +vn 0 0.9054101 0.4245382 +vn 0 0.9054101 -0.4245382 +vn -0.4245382 0.9054101 0 +vn 0 -0.9054101 0.4245382 +vn 0 -0.9054101 -0.4245382 +vn -0.4245382 -0.9054101 0 +vn 0.4245382 -0.9054101 0 +vn 0 0.8164966 -0.5773503 +vn -0.5773503 0.8164966 0 +vn 0 -0.8164966 0.5773503 +vn 0.5773503 -0.8164966 0 +vn 0.2886751 0.8164966 -0.5 +vn 0.2122691 0.90541 -0.3676609 +vn -0.5 0.8164966 -0.2886751 +vn -0.3676609 0.90541 -0.2122691 +vn 0.5 -0.8164966 0.2886751 +vn -0.2122691 -0.90541 0.3676609 +vn -0.2886751 -0.8164966 0.5 +vn 0.3676609 -0.90541 0.2122691 +vn 0.5773503 0.8164966 0 +vn -0.5773503 -0.8164966 0 +vn 0 0.8164966 0.5773503 +vn 0 -0.8164966 -0.5773503 +vn 0.5 0.8164966 0.2886751 +vn -0.2886751 0.8164966 0.5 +vn 0.3676609 0.90541 0.2122691 +vn -0.2122691 0.90541 0.3676609 +vn -0.3676609 -0.90541 -0.2122691 +vn 0.2886751 -0.8164966 -0.5 +vn -0.5 -0.8164966 -0.2886751 +vn 0.2122691 -0.90541 -0.3676609 +vn -0.09950371 0 -0.9950371 +vn 0 0 -1 +vn 0.09950371 0 0.9950371 +vn 0 0 1 +vn 0 1 0 +vn 0 -1 0 +vn 0.09950371 0 -0.9950371 +vn -0.09950371 0 0.9950371 +vn 1 0 0 +vn -1 0 0 +vn -0.4082482 0.5773503 0.7071069 +vn -0.3003764 0.7994348 0.5202673 +vn 0.7071069 0.5773503 0.4082482 +vn 0.5202673 0.7994348 0.3003764 +vn -0.7071069 -0.5773503 -0.4082482 +vn 0.3003764 -0.7994348 -0.5202673 +vn 0.4082482 -0.5773503 -0.7071069 +vn -0.5202673 -0.7994348 -0.3003764 +vn 0.4082482 0.5773503 -0.7071069 +vn 0.3003764 0.7994348 -0.5202673 +vn -0.3003764 -0.7994348 0.5202673 +vn -0.4082482 -0.5773503 0.7071069 +vn 0.7071068 0.5773503 -0.4082484 +vn 0.4082484 0.5773503 0.7071068 +vn 0.5202672 0.7994348 -0.3003765 +vn 0.3003765 0.7994348 0.5202672 +vn -0.5202672 -0.7994348 0.3003765 +vn -0.4082484 -0.5773503 -0.7071068 +vn -0.7071068 -0.5773503 0.4082484 +vn -0.3003765 -0.7994348 -0.5202672 +vn -0.7071068 0.5773503 0.4082484 +vn -0.5202672 0.7994348 0.3003765 +vn 0.5202672 -0.7994348 -0.3003765 +vn 0.7071068 -0.5773503 -0.4082484 +vn -0.6666667 0.3333333 0.6666668 +vn -0.5033765 0.7022992 0.5033766 +vn 0.6666668 0.3333333 0.6666667 +vn 0.5033766 0.7022992 0.5033765 +vn -0.6666668 -0.3333333 -0.6666667 +vn 0.5033765 -0.7022992 -0.5033766 +vn 0.6666667 -0.3333333 -0.6666668 +vn -0.5033766 -0.7022992 -0.5033765 +vn -0.5033766 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 -0.5033766 +vn -0.5033765 -0.7022992 0.5033766 +vn 0.5033766 -0.7022992 0.5033765 +vn 0.6666667 0.3333333 -0.6666668 +vn -0.6666667 -0.3333333 0.6666668 +vn -0.6666668 0.3333333 -0.6666667 +vn 0.6666668 -0.3333333 0.6666667 +vn -0.4082484 0.5773503 -0.7071068 +vn -0.3003765 0.7994348 -0.5202672 +vn 0.3003765 -0.7994348 0.5202672 +vn 0.4082484 -0.5773503 0.7071068 +vn -0.7071069 0.5773503 -0.4082482 +vn -0.5202673 0.7994348 -0.3003764 +vn 0.7071069 -0.5773503 0.4082482 +vn 0.5202673 -0.7994348 0.3003764 +vn -5.06089E-08 0.9054101 -0.4245383 +vn 0.4245383 0.9054101 -5.06089E-08 +vn -0.4245383 0.9054101 5.06089E-08 +vn 5.06089E-08 0.9054101 0.4245383 +vn 0.4245383 -0.9054101 -5.06089E-08 +vn -0.4245383 -0.9054101 5.06089E-08 +vn 5.06089E-08 -0.9054101 0.4245383 +vn -5.06089E-08 -0.9054101 -0.4245383 +vn -0.5773503 0.8164966 6.882551E-08 +vn 6.882551E-08 0.8164966 0.5773503 +vn 0.5773503 -0.8164966 -6.882551E-08 +vn -6.882551E-08 -0.8164966 -0.5773503 +vn -0.5000001 0.8164966 -0.2886751 +vn -0.3676609 0.90541 -0.2122691 +vn -0.2886751 0.8164966 0.5000001 +vn -0.2122691 0.90541 0.3676609 +vn 0.2886751 -0.8164966 -0.5000001 +vn 0.3676609 -0.90541 0.2122691 +vn 0.5000001 -0.8164966 0.2886751 +vn 0.2122691 -0.90541 -0.3676609 +vn -6.882551E-08 0.8164966 -0.5773503 +vn 6.882551E-08 -0.8164966 0.5773503 +vn 0.5773503 0.8164966 -6.882551E-08 +vn -0.5773503 -0.8164966 6.882551E-08 +vn 0.2886751 0.8164966 -0.5000001 +vn 0.5000001 0.8164966 0.2886751 +vn 0.2122691 0.90541 -0.3676609 +vn 0.3676609 0.90541 0.2122691 +vn -0.2122691 -0.90541 0.3676609 +vn -0.5000001 -0.8164966 -0.2886751 +vn -0.2886751 -0.8164966 0.5000001 +vn -0.3676609 -0.90541 -0.2122691 +vn -0.9950373 0 0.09950384 +vn -1 0 1.192093E-07 +vn 0.9950373 0 -0.09950384 +vn 1 0 -1.192093E-07 +vn -0.9950373 0 -0.09950361 +vn 0.9950373 0 0.09950361 +vn -1.192093E-07 0 -1 +vn 1.192093E-07 0 1 +vn -1 0 2.74461E-13 +vn 1 0 -2.74461E-13 +vn -2.74461E-13 0 -1 +vn 2.74461E-13 0 1 +vn 0.8660254 0 0.5 +vn 0.9659258 0 0.258819 +vn -0.9659258 0 -0.258819 +vn -0.8660254 0 -0.5 +vn 0.5 0 0.8660254 +vn -0.5 0 -0.8660254 +vn 0.258819 0 0.9659258 +vn -0.258819 0 -0.9659258 +vn -0.5 0 0.8660256 +vn -0.258819 0 0.965926 +vn 0.258819 0 -0.965926 +vn 0.5 0 -0.8660256 +vn -0.8660255 0 0.5000002 +vn 0.8660255 0 -0.5000002 +vn -0.9659259 0 0.2588192 +vn 0.9659259 0 -0.2588192 +vn -1.192093E-07 0 1 +vn 1.192093E-07 0 -1 +vn -1 0 -1.192093E-07 +vn 1 0 1.192093E-07 +vn 0.5000002 0 -0.8660255 +vn 0.2588192 0 -0.9659259 +vn -0.2588192 0 0.9659259 +vn -0.5000002 0 0.8660255 +vn 0.8660256 0 -0.5 +vn -0.8660256 0 0.5 +vn 0.965926 0 -0.2588189 +vn -0.965926 0 0.2588189 +vn 0.7071068 0.5773503 0.4082482 +vn 0.4082482 0.5773503 -0.7071068 +vn -0.4082482 -0.5773503 0.7071068 +vn -0.7071068 -0.5773503 -0.4082482 +vn -0.7071068 0.5773503 -0.4082482 +vn 0.7071068 -0.5773503 0.4082482 +vn -0.4082483 0.5773503 -0.7071068 +vn 0.7071068 0.5773503 -0.4082483 +vn -0.7071068 -0.5773503 0.4082483 +vn 0.4082483 -0.5773503 0.7071068 +vn 0.4082483 0.5773503 0.7071068 +vn -0.4082483 -0.5773503 -0.7071068 +vn -0.7071068 0.5773503 0.4082483 +vn 0.7071068 -0.5773503 -0.4082483 +vn -0.4082482 0.5773503 0.7071068 +vn 0.4082482 -0.5773503 -0.7071068 +vn -0.4245382 0.9054101 8.94655E-09 +vn -8.94655E-09 0.9054101 -0.4245382 +vn 8.94655E-09 0.9054101 0.4245382 +vn 0.4245382 0.9054101 -8.94655E-09 +vn -8.94655E-09 -0.9054101 -0.4245382 +vn 8.94655E-09 -0.9054101 0.4245382 +vn 0.4245382 -0.9054101 -8.94655E-09 +vn -0.4245382 -0.9054101 8.94655E-09 +vn 1.216685E-08 0.8164966 0.5773503 +vn 0.5773503 0.8164966 -1.216685E-08 +vn -1.216685E-08 -0.8164966 -0.5773503 +vn -0.5773503 -0.8164966 1.216685E-08 +vn -0.2122691 0.90541 0.3676609 +vn 0.3676609 0.90541 0.2122691 +vn 0.2122691 -0.90541 -0.3676609 +vn -0.3676609 -0.90541 -0.2122691 +vn -0.5773503 0.8164966 1.216685E-08 +vn 0.5773503 -0.8164966 -1.216685E-08 +vn -1.216685E-08 0.8164966 -0.5773503 +vn 1.216685E-08 -0.8164966 0.5773503 +vn -0.3676609 0.90541 -0.2122691 +vn 0.2122691 0.90541 -0.3676609 +vn 0.3676609 -0.90541 0.2122691 +vn -0.2122691 -0.90541 0.3676609 +vn 0.09950373 0 0.9950371 +vn 2.107361E-08 0 1 +vn -0.09950373 0 -0.9950371 +vn -2.107361E-08 0 -1 +vn -0.09950369 0 0.9950371 +vn 0.09950369 0 -0.9950371 +vn -1 0 2.107361E-08 +vn 1 0 -2.107361E-08 +vn -0.1950902 0 0.9807854 +vn -0.3826834 0 0.9238797 +vn 0.3826834 0 -0.9238797 +vn 0.1950902 0 -0.9807854 +vn -0.7071068 0 0.7071069 +vn 0.7071068 0 -0.7071069 +vn -0.9238796 0 0.3826836 +vn 0.9238796 0 -0.3826836 +vn -0.9807854 0 0.1950905 +vn 0.9807854 0 -0.1950905 +vn 0.9807854 0 -0.1950905 +vn -0.9807854 0 0.1950905 +vn -0.7071069 0.5773503 0.4082482 +vn -0.4082482 0.5773503 -0.7071069 +vn -0.5202673 0.7994348 0.3003764 +vn -0.3003764 0.7994348 -0.5202673 +vn 0.5202673 -0.7994348 -0.3003764 +vn 0.4082482 -0.5773503 0.7071069 +vn 0.7071069 -0.5773503 -0.4082482 +vn 0.3003764 -0.7994348 0.5202673 +vn 0.7071068 0.5773503 0.4082484 +vn -0.4082484 0.5773503 0.7071068 +vn 0.5202672 0.7994348 0.3003765 +vn -0.3003765 0.7994348 0.5202672 +vn -0.5202672 -0.7994348 -0.3003765 +vn 0.4082484 -0.5773503 -0.7071068 +vn -0.7071068 -0.5773503 -0.4082484 +vn 0.3003765 -0.7994348 -0.5202672 +vn 0.7071069 0.5773503 -0.4082482 +vn 0.4082482 0.5773503 0.7071069 +vn 0.5202673 0.7994348 -0.3003764 +vn 0.3003764 0.7994348 0.5202673 +vn -0.5202673 -0.7994348 0.3003764 +vn -0.4082482 -0.5773503 -0.7071069 +vn -0.7071069 -0.5773503 0.4082482 +vn -0.3003764 -0.7994348 -0.5202673 +vn -0.5202672 0.7994348 -0.3003765 +vn 0.3003765 0.7994348 -0.5202672 +vn 0.5202672 -0.7994348 0.3003765 +vn -0.3003765 -0.7994348 0.5202672 +vn -0.7071068 0.5773503 -0.4082484 +vn 0.7071068 -0.5773503 0.4082484 +vn 0.4082484 0.5773503 -0.7071068 +vn -0.4082484 -0.5773503 0.7071068 +vn -5.06089E-08 0.9054101 0.4245383 +vn -0.4245383 0.9054101 -5.06089E-08 +vn 0.4245383 0.9054101 5.06089E-08 +vn 5.06089E-08 0.9054101 -0.4245383 +vn -0.4245383 -0.9054101 -5.06089E-08 +vn 0.4245383 -0.9054101 5.06089E-08 +vn 5.06089E-08 -0.9054101 -0.4245383 +vn -5.06089E-08 -0.9054101 0.4245383 +vn -0.5773503 0.8164966 -6.882551E-08 +vn 6.882551E-08 0.8164966 -0.5773503 +vn 0.5773503 -0.8164966 6.882551E-08 +vn -6.882551E-08 -0.8164966 0.5773503 +vn -6.882551E-08 0.8164966 0.5773503 +vn 6.882551E-08 -0.8164966 -0.5773503 +vn 0.5773503 0.8164966 6.882551E-08 +vn -0.5773503 -0.8164966 -6.882551E-08 +vn -0.2886752 0.8164966 0.5 +vn -0.2122692 0.90541 0.3676609 +vn 0.5 0.8164966 0.2886752 +vn 0.3676609 0.90541 0.2122692 +vn -0.5 -0.8164966 -0.2886752 +vn 0.2122692 -0.90541 -0.3676609 +vn 0.2886752 -0.8164966 -0.5 +vn -0.3676609 -0.90541 -0.2122692 +vn 0.2886752 0.8164966 -0.5 +vn 0.2122692 0.90541 -0.3676609 +vn -0.2886752 -0.8164966 0.5 +vn -0.2122692 -0.90541 0.3676609 +vn 0.6666668 0.3333333 -0.6666667 +vn 0.6666667 0.3333333 0.6666668 +vn 0.5033766 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 0.5033766 +vn -0.5033766 -0.7022992 0.5033765 +vn -0.6666667 -0.3333333 -0.6666668 +vn -0.6666668 -0.3333333 0.6666667 +vn -0.5033765 -0.7022992 -0.5033766 +vn -0.5033766 0.7022992 0.5033765 +vn -0.5033765 0.7022992 -0.5033766 +vn 0.5033766 -0.7022992 -0.5033765 +vn 0.5033765 -0.7022992 0.5033766 +vn -0.3676609 0.90541 -0.2122692 +vn -0.5 0.8164966 -0.2886752 +vn 0.5 -0.8164966 0.2886752 +vn 0.3676609 -0.90541 0.2122692 +vn -0.6666668 0.3333333 0.6666667 +vn 0.6666668 -0.3333333 -0.6666667 +vn -0.6666667 0.3333333 -0.6666668 +vn 0.6666667 -0.3333333 0.6666668 +vn 0.1950905 0 -0.9807854 +vn 0.3826836 0 -0.9238796 +vn -0.3826836 0 0.9238796 +vn -0.1950905 0 0.9807854 +vn 0.7071069 0 -0.7071068 +vn -0.7071069 0 0.7071068 +vn 0.9238797 0 -0.3826834 +vn -0.9238797 0 0.3826834 +vn 0.9807854 0 -0.1950902 +vn -0.9807854 0 0.1950902 +vn -0.9807854 0 0.1950902 +vn 0.9807854 0 -0.1950902 +vn 0.9950373 0 -0.09950361 +vn -0.9950373 0 0.09950361 +vn 0.9950373 0 0.09950384 +vn -0.9950373 0 -0.09950384 +vn -0.9807853 0 -0.1950903 +vn -0.9238795 0 -0.3826834 +vn 0.9238795 0 0.3826834 +vn 0.9807853 0 0.1950903 +vn -0.7071068 0 -0.7071068 +vn 0.7071068 0 0.7071068 +vn -0.3826834 0 -0.9238795 +vn 0.3826834 0 0.9238795 +vn -0.1950903 0 -0.9807853 +vn 0.1950903 0 0.9807853 +vn 0.1950903 0 0.9807853 +vn -0.1950903 0 -0.9807853 +vn 0.986394 0 -0.164399 +vn -0.986394 0 0.164399 +vn -0.164399 0 0.986394 +vn 0.164399 0 -0.986394 +vn 0.164399 0 0.986394 +vn -0.164399 0 -0.986394 +vn -0.986394 0 -0.164399 +vn 0.986394 0 0.164399 +vn -0.9992937 -0.03757711 0 +vn -0.985716 -0.03706655 0.164286 +vn 0.9992937 0.03757711 0 +vn 0.985716 0.03706655 -0.164286 +vn -0.985716 -0.03706655 -0.164286 +vn 0.985716 0.03706655 0.164286 +vn 0 -0.03757711 -0.9992937 +vn 0.164286 -0.03706655 -0.985716 +vn 0 0.03757711 0.9992937 +vn -0.164286 0.03706655 0.985716 +vn 0.164286 -0.03706655 0.985716 +vn 0 -0.03757711 0.9992937 +vn -0.164286 0.03706655 -0.985716 +vn 0 0.03757711 -0.9992937 +vn 0.985716 -0.03706655 -0.164286 +vn 0.9992937 -0.03757711 0 +vn -0.9992937 0.03757711 0 +vn -0.985716 0.03706655 0.164286 +vn 0.985716 -0.03706655 0.164286 +vn -0.985716 0.03706655 -0.164286 +vn -0.164286 -0.03706655 -0.985716 +vn 0.164286 0.03706655 0.985716 +vn -0.164286 -0.03706655 0.985716 +vn 0.164286 0.03706655 -0.985716 +vn -0.1643991 0 -0.9863941 +vn 0.1643991 0 0.9863941 +vn 0.9863941 0 0.1643989 +vn -0.9863941 0 -0.1643989 +vn 0.9863941 0 -0.1643991 +vn -0.9863941 0 0.1643991 +vn -0.1643989 0 0.9863941 +vn 0.1643989 0 -0.9863941 +vn 1.191251E-07 -0.03757711 0.9992938 +vn 0.1642862 -0.03706655 0.9857162 +vn -1.191251E-07 0.03757711 -0.9992938 +vn -0.1642862 0.03706655 -0.9857162 +vn -0.1642859 -0.03706655 0.9857162 +vn 0.1642859 0.03706655 -0.9857162 +vn -0.9992938 -0.03757711 1.191251E-07 +vn -0.9857162 -0.03706655 -0.1642859 +vn 0.9992938 0.03757711 -1.191251E-07 +vn 0.9857162 0.03706655 0.1642859 +vn 0.9857162 -0.03706655 -0.1642862 +vn 0.9992938 -0.03757711 -1.191251E-07 +vn -0.9857162 0.03706655 0.1642862 +vn -0.9992938 0.03757711 1.191251E-07 +vn -0.1642862 -0.03706655 -0.9857162 +vn -1.191251E-07 -0.03757711 -0.9992938 +vn 1.191251E-07 0.03757711 0.9992938 +vn 0.1642862 0.03706655 0.9857162 +vn 0.1642859 -0.03706655 -0.9857162 +vn -0.1642859 0.03706655 0.9857162 +vn -0.9857162 -0.03706655 0.1642862 +vn 0.9857162 0.03706655 -0.1642862 +vn 0.9857162 -0.03706655 0.1642859 +vn -0.9857162 0.03706655 -0.1642859 +vn 0 -0.9999999 0 +vn 0 0.9999999 0 +vn -0.8137336 0 -0.5812382 +vn -0.7071069 0 -0.7071068 +vn 0.7071069 0 0.7071068 +vn 0.8137336 0 0.5812382 +vn -0.8137335 0 0.5812383 +vn 0.8137335 0 -0.5812383 +vn -0.5812382 0 0.8137336 +vn 0.5812382 0 -0.8137336 +vn 0.5812383 0 0.8137335 +vn -0.5812383 0 -0.8137335 +vn -0.7066045 -0.03768034 0.7066048 +vn -0.8131711 -0.03716837 0.5808367 +vn 0.7066045 0.03768034 -0.7066048 +vn 0.8131711 0.03716837 -0.5808367 +vn 0.7066048 -0.03768034 0.7066045 +vn 0.8131713 -0.03716837 0.5808365 +vn -0.7066048 0.03768034 -0.7066045 +vn -0.8131713 0.03716837 -0.5808365 +vn -0.5808365 -0.03716837 0.8131713 +vn 0.5808365 0.03716837 -0.8131713 +vn -0.7066048 -0.03768034 -0.7066045 +vn -0.5808367 -0.03716837 -0.8131711 +vn 0.7066048 0.03768034 0.7066045 +vn 0.5808367 0.03716837 0.8131711 +vn -0.8131713 -0.03716837 -0.5808365 +vn 0.8131713 0.03716837 0.5808365 +vn 0.7066045 -0.03768034 -0.7066048 +vn 0.8131711 -0.03716837 -0.5808367 +vn -0.7066045 0.03768034 0.7066048 +vn -0.8131711 0.03716837 0.5808367 +vn 0.5808365 -0.03716837 -0.8131713 +vn -0.5808365 0.03716837 0.8131713 +vn 0.5808367 -0.03716837 0.8131711 +vn -0.5808367 0.03716837 -0.8131711 +vn 0.8137335 0 0.5812384 +vn 0.7071067 0 0.7071069 +vn -0.7071067 0 -0.7071069 +vn -0.8137335 0 -0.5812384 +vn 0.7071069 0 -0.7071067 +vn 0.8137337 0 -0.5812382 +vn -0.7071069 0 0.7071067 +vn -0.8137337 0 0.5812382 +vn 0.5812384 0 -0.8137335 +vn -0.5812384 0 0.8137335 +vn -0.5812382 0 -0.8137337 +vn 0.5812382 0 0.8137337 +vn 0.7066047 -0.03768034 -0.7066047 +vn 0.8131713 -0.03716837 -0.5808367 +vn -0.7066047 0.03768034 0.7066047 +vn -0.8131713 0.03716837 0.5808367 +vn -0.7066047 -0.03768034 -0.7066047 +vn -0.8131713 -0.03716837 -0.5808367 +vn 0.7066047 0.03768034 0.7066047 +vn 0.8131713 0.03716837 0.5808367 +vn 0.5808367 -0.03716837 -0.8131713 +vn -0.5808367 0.03716837 0.8131713 +vn 0.7066047 -0.03768034 0.7066047 +vn 0.5808367 -0.03716837 0.8131713 +vn -0.7066047 0.03768034 -0.7066047 +vn -0.5808367 0.03716837 -0.8131713 +vn 0.8131713 -0.03716837 0.5808367 +vn -0.8131713 0.03716837 -0.5808367 +vn -0.7066047 -0.03768034 0.7066047 +vn -0.8131713 -0.03716837 0.5808367 +vn 0.7066047 0.03768034 -0.7066047 +vn 0.8131713 0.03716837 -0.5808367 +vn -0.5808367 -0.03716837 0.8131713 +vn 0.5808367 0.03716837 -0.8131713 +vn -0.5808367 -0.03716837 -0.8131713 +vn 0.5808367 0.03716837 0.8131713 +vn 0.5812383 0 -0.8137335 +vn 0.7071068 0 -0.7071068 +vn -0.7071068 0 0.7071068 +vn -0.5812383 0 0.8137335 +vn -0.7071068 0 -0.7071068 +vn -0.5812382 0 -0.8137336 +vn 0.7071068 0 0.7071068 +vn 0.5812382 0 0.8137336 +vn -0.8137335 0 -0.5812383 +vn 0.8137335 0 0.5812383 +vn -0.8137336 0 0.5812382 +vn 0.8137336 0 -0.5812382 +vn -0.7066047 -0.03768034 -0.7066046 +vn -0.5808367 -0.03716837 -0.8131711 +vn 0.7066047 0.03768034 0.7066046 +vn 0.5808367 0.03716837 0.8131711 +vn -0.7066046 -0.03768034 0.7066047 +vn -0.5808365 -0.03716837 0.8131713 +vn 0.7066046 0.03768034 -0.7066047 +vn 0.5808365 0.03716837 -0.8131713 +vn -0.8131713 -0.03716837 -0.5808365 +vn 0.8131713 0.03716837 0.5808365 +vn 0.7066046 -0.03768034 -0.7066047 +vn 0.8131711 -0.03716837 -0.5808367 +vn -0.7066046 0.03768034 0.7066047 +vn -0.8131711 0.03716837 0.5808367 +vn 0.5808365 -0.03716837 -0.8131713 +vn -0.5808365 0.03716837 0.8131713 +vn 0.7066047 -0.03768034 0.7066046 +vn 0.5808367 -0.03716837 0.8131711 +vn -0.7066047 0.03768034 -0.7066046 +vn -0.5808367 0.03716837 -0.8131711 +vn 0.8131713 -0.03716837 0.5808365 +vn -0.8131713 0.03716837 -0.5808365 +vn -0.8131711 -0.03716837 0.5808367 +vn 0.8131711 0.03716837 -0.5808367 +vn 0.4575815 0 -0.8891677 +vn -0.4575815 0 0.8891677 +vn 0.8891677 0 -0.4575816 +vn 0.986394 0 -0.164399 +vn -0.986394 0 0.164399 +vn -0.8891677 0 0.4575816 +vn -0.4575816 0 -0.8891677 +vn 0.4575816 0 0.8891677 +vn -0.8891677 0 -0.4575815 +vn -0.986394 0 -0.164399 +vn 0.986394 0 0.164399 +vn 0.8891677 0 0.4575815 +vn -0.09950373 0 -0.9950371 +vn 0.09950373 0 0.9950371 +vn 0.0995037 0 -0.9950371 +vn -0.0995037 0 0.9950371 +vn -0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 -0.9238796 0.03807854 +vn 0.3807842 0.9238796 0.03807832 +vn -0.3807842 0.9238796 -0.03807854 +vn 0.9192945 -0.3826835 0.0919295 +vn 0.9192945 0.3826835 0.09192941 +vn -0.9192945 -0.3826835 -0.09192941 +vn -0.9192945 0.3826835 -0.0919295 +vn 0.09950373 -1.192093E-07 -0.9950373 +vn -0.09950373 1.192093E-07 0.9950373 +vn -0.3807842 -0.9238796 0.03807854 +vn 0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 0.9238796 -0.03807854 +vn -0.3807842 0.9238796 0.03807832 +vn 0.9192945 -0.3826835 -0.09192941 +vn 0.9192945 0.3826835 -0.0919295 +vn -0.9192945 -0.3826835 0.0919295 +vn -0.9192945 0.3826835 0.09192941 +vn -0.09950373 -1.192093E-07 -0.9950373 +vn 0.09950373 1.192093E-07 0.9950373 +vn -0.8891678 0 -0.4575815 +vn 0.8891678 0 0.4575815 +vn -0.4575818 0 -0.8891677 +vn -0.1643991 0 -0.9863941 +vn 0.1643991 0 0.9863941 +vn 0.4575818 0 0.8891677 +vn -0.8891677 0 0.4575818 +vn 0.8891677 0 -0.4575818 +vn -0.4575815 0 0.8891678 +vn -0.1643989 0 0.9863941 +vn 0.1643989 0 -0.9863941 +vn 0.4575815 0 -0.8891678 +vn -0.9950373 0 0.09950386 +vn 0.9950373 0 -0.09950386 +vn -0.9950373 0 -0.0995036 +vn 0.9950373 0 0.0995036 +vn -0.03807827 -0.9238796 0.3807843 +vn 0.0380785 -0.9238796 -0.3807843 +vn 0.03807827 0.9238796 -0.3807843 +vn -0.0380785 0.9238796 0.3807843 +vn 0.0919294 -0.3826835 -0.9192946 +vn 0.09192931 0.3826835 -0.9192946 +vn -0.09192931 -0.3826835 0.9192946 +vn -0.0919294 0.3826835 0.9192946 +vn -0.9950374 -1.192093E-07 -0.09950362 +vn 0.9950374 1.192093E-07 0.09950362 +vn 0.03807859 -0.9238796 0.3807843 +vn -0.03807837 -0.9238796 -0.3807843 +vn -0.03807859 0.9238796 -0.3807843 +vn 0.03807837 0.9238796 0.3807843 +vn -0.09192953 -0.3826835 -0.9192946 +vn -0.09192962 0.3826835 -0.9192946 +vn 0.09192962 -0.3826835 0.9192946 +vn 0.09192953 0.3826835 0.9192946 +vn -0.9950374 -1.192093E-07 0.09950386 +vn 0.9950374 1.192093E-07 -0.09950386 +vn 0.5 0 0.8660254 +vn -0.5 0 -0.8660254 +vn -0.8660255 0 0.5000001 +vn 0.8660255 0 -0.5000001 +vn 0.8660256 0 -0.4999999 +vn -0.8660256 0 0.4999999 +vn 0.09950375 0 0.9950371 +vn -0.09950375 0 -0.9950371 +vn -0.09950368 0 0.9950371 +vn 0.09950368 0 -0.9950371 +vn 0.3807842 -0.9238796 -0.03807855 +vn -0.3807842 -0.9238796 0.03807832 +vn -0.3807842 0.9238796 0.03807855 +vn 0.3807842 0.9238796 -0.03807832 +vn -0.9192945 -0.3826835 0.09192943 +vn -0.9192945 0.3826835 0.09192952 +vn 0.9192945 -0.3826835 -0.09192952 +vn 0.9192945 0.3826835 -0.09192943 +vn 0.09950375 -1.192093E-07 0.9950373 +vn -0.09950375 1.192093E-07 -0.9950373 +vn 0.3807842 -0.9238796 0.03807831 +vn -0.3807842 -0.9238796 -0.03807853 +vn -0.3807842 0.9238796 -0.03807831 +vn 0.3807842 0.9238796 0.03807853 +vn -0.9192945 -0.3826835 -0.09192948 +vn -0.9192945 0.3826835 -0.09192939 +vn 0.9192945 -0.3826835 0.09192939 +vn 0.9192945 0.3826835 0.09192948 +vn -0.0995037 -1.192093E-07 0.9950373 +vn 0.0995037 1.192093E-07 -0.9950373 +vn -0.9374505 0 -0.3481186 +vn -0.8012155 0 -0.5983759 +vn 0.8012155 0 0.5983759 +vn 0.9374505 0 0.3481186 +vn -0.2601586 0 0.9655659 +vn -0.7071066 0 0.7071069 +vn 0.2601586 0 -0.9655659 +vn 0.7071066 0 -0.7071069 +vn -0.9655658 0 0.2601591 +vn 0.9655658 0 -0.2601591 +vn 0.3481191 0 0.9374504 +vn 0.5983763 0 0.8012152 +vn -0.5983763 0 -0.8012152 +vn -0.3481191 0 -0.9374504 +vn 0.2126076 -0.9238795 0.3181897 +vn -0.2126076 -0.9238795 -0.3181897 +vn -0.2126076 0.9238795 -0.3181897 +vn 0.2126076 0.9238795 0.3181897 +vn -0.5132802 -0.3826834 -0.7681777 +vn -0.5132802 0.3826834 -0.7681777 +vn 0.5132802 -0.3826834 0.7681777 +vn 0.5132802 0.3826834 0.7681777 +vn -0.8314696 0 0.5555704 +vn 0.8314696 0 -0.5555704 +vn 0.07465789 -0.9238795 0.3753303 +vn -0.07465789 -0.9238795 -0.3753303 +vn -0.07465789 0.9238795 -0.3753303 +vn 0.07465789 0.9238795 0.3753303 +vn -0.1802401 -0.3826834 -0.9061275 +vn -0.1802401 0.3826834 -0.9061275 +vn 0.1802401 -0.3826834 0.9061275 +vn 0.1802401 0.3826834 0.9061275 +vn 0.3753303 -0.9238795 0.07465776 +vn -0.3753303 -0.9238795 -0.07465776 +vn -0.3753303 0.9238795 -0.07465776 +vn 0.3753303 0.9238795 0.07465776 +vn -0.9061275 -0.3826834 -0.1802398 +vn -0.9061275 0.3826834 -0.1802398 +vn 0.9061275 -0.3826834 0.1802398 +vn 0.9061275 0.3826834 0.1802398 +vn -0.1950902 0 0.9807854 +vn 0.1950902 0 -0.9807854 +vn 0.9374504 0 0.3481188 +vn 0.8012154 0 0.598376 +vn -0.8012154 0 -0.598376 +vn -0.9374504 0 -0.3481188 +vn 0.2601589 0 -0.9655658 +vn 0.7071068 0 -0.7071068 +vn -0.2601589 0 0.9655658 +vn -0.7071068 0 0.7071068 +vn 0.9655658 0 -0.2601589 +vn -0.9655658 0 0.2601589 +vn -0.3481188 0 -0.9374504 +vn -0.598376 0 -0.8012154 +vn 0.598376 0 0.8012154 +vn 0.3481188 0 0.9374504 +vn -0.2126075 -0.9238795 -0.3181897 +vn 0.2126075 -0.9238795 0.3181897 +vn 0.2126075 0.9238795 0.3181897 +vn -0.2126075 0.9238795 -0.3181897 +vn 0.5132799 -0.3826834 0.7681779 +vn 0.5132799 0.3826834 0.7681779 +vn -0.5132799 -0.3826834 -0.7681779 +vn -0.5132799 0.3826834 -0.7681779 +vn 0.8314697 0 -0.5555702 +vn -0.8314697 0 0.5555702 +vn -0.07465779 -0.9238795 -0.3753303 +vn 0.07465779 -0.9238795 0.3753303 +vn 0.07465779 0.9238795 0.3753303 +vn -0.07465779 0.9238795 -0.3753303 +vn 0.1802399 -0.3826834 0.9061275 +vn 0.1802399 0.3826834 0.9061275 +vn -0.1802399 -0.3826834 -0.9061275 +vn -0.1802399 0.3826834 -0.9061275 +vn -0.3753303 -0.9238795 -0.07465785 +vn 0.3753303 -0.9238795 0.07465785 +vn 0.3753303 0.9238795 0.07465785 +vn -0.3753303 0.9238795 -0.07465785 +vn 0.9061275 -0.3826834 0.18024 +vn 0.9061275 0.3826834 0.18024 +vn -0.9061275 -0.3826834 -0.18024 +vn -0.9061275 0.3826834 -0.18024 +vn 0.1950904 0 -0.9807854 +vn -0.1950904 0 0.9807854 +vn 0.9950373 0 -0.09950362 +vn -0.9950373 0 0.09950362 +vn 0.9950373 0 0.09950384 +vn -0.9950373 0 -0.09950384 +vn -0.0380785 -0.9238796 -0.3807843 +vn 0.03807827 -0.9238796 0.3807843 +vn 0.0380785 0.9238796 0.3807843 +vn -0.03807827 0.9238796 -0.3807843 +vn 0.09192931 -0.3826835 0.9192946 +vn 0.0919294 0.3826835 0.9192946 +vn -0.0919294 -0.3826835 -0.9192946 +vn -0.09192931 0.3826835 -0.9192946 +vn 0.9950374 -1.192093E-07 -0.09950362 +vn -0.9950374 1.192093E-07 0.09950362 +vn 0.03807837 -0.9238796 -0.3807843 +vn -0.03807859 -0.9238796 0.3807843 +vn -0.03807837 0.9238796 0.3807843 +vn 0.03807859 0.9238796 -0.3807843 +vn -0.09192962 -0.3826835 0.9192946 +vn -0.09192953 0.3826835 0.9192946 +vn 0.09192953 -0.3826835 -0.9192946 +vn 0.09192962 0.3826835 -0.9192946 +vn 0.9950374 -1.192093E-07 0.09950386 +vn -0.9950374 1.192093E-07 -0.09950386 +vn 0.3481187 0 -0.9374505 +vn 0.5983759 0 -0.8012155 +vn -0.5983759 0 0.8012155 +vn -0.3481187 0 0.9374505 +vn -0.9655658 0 -0.2601588 +vn -0.7071069 0 -0.7071067 +vn 0.9655658 0 0.2601588 +vn 0.7071069 0 0.7071067 +vn -0.260159 0 -0.9655658 +vn 0.260159 0 0.9655658 +vn -0.9374504 0 0.3481189 +vn -0.8012154 0 0.5983762 +vn 0.8012154 0 -0.5983762 +vn 0.9374504 0 -0.3481189 +vn -0.3181896 -0.9238795 0.2126075 +vn 0.3181896 -0.9238795 -0.2126075 +vn 0.3181896 0.9238795 -0.2126075 +vn -0.3181896 0.9238795 0.2126075 +vn 0.7681777 -0.3826834 -0.51328 +vn 0.7681777 0.3826834 -0.51328 +vn -0.7681777 -0.3826834 0.51328 +vn -0.7681777 0.3826834 0.51328 +vn -0.5555702 0 -0.8314695 +vn 0.5555702 0 0.8314695 +vn -0.3753302 -0.9238795 0.07465783 +vn 0.3753302 -0.9238795 -0.07465783 +vn 0.3753302 0.9238795 -0.07465783 +vn -0.3753302 0.9238795 0.07465783 +vn 0.9061273 -0.3826834 -0.1802399 +vn 0.9061273 0.3826834 -0.1802399 +vn -0.9061273 -0.3826834 0.1802399 +vn -0.9061273 0.3826834 0.1802399 +vn -0.07465779 -0.9238795 0.3753303 +vn 0.07465779 -0.9238795 -0.3753303 +vn 0.07465779 0.9238795 -0.3753303 +vn -0.07465779 0.9238795 0.3753303 +vn 0.1802399 -0.3826834 -0.9061274 +vn 0.1802399 0.3826834 -0.9061274 +vn -0.1802399 -0.3826834 0.9061274 +vn -0.1802399 0.3826834 0.9061274 +vn -0.9807853 0 -0.1950902 +vn 0.9807853 0 0.1950902 + +vt 0.09375 0.025 +vt 0.09375 0.065 +vt 0.09375 0.105 +vt 0.09375 0.225 +vt 0.21875 0.225 +vt 0.21875 0.145 +vt 0.21875 0.075 +vt 0.21875 0.175 +vt 0.34375 0.025 +vt 0.34375 0.105 +vt 0.34375 0.225 +vt 0.34375 0.1638381 +vt 0.34375 0.1828858 +vt 0.34375 0.1590762 +vt 0.34375 0.1876477 +vt 0.34375 0.1390029 +vt 0.34375 0.134241 +vt 0.34375 0.1151934 +vt 0.34375 0.1104315 +vt 0.34375 0.07863793 +vt 0.34375 0.09768555 +vt 0.34375 0.1024475 +vt 0.34375 0.07387602 +vt 0.34375 0.075 +vt 0.34375 0.175 +vt 0.34375 0.1623098 +vt 0.34375 0.1813574 +vt 0.34375 0.1575478 +vt 0.34375 0.1861193 +vt 0.34375 0.09963536 +vt 0.34375 0.118683 +vt 0.34375 0.1234449 +vt 0.34375 0.09487346 +vt 0.34375 0.0902646 +vt 0.34375 0.08550269 +vt 0.34375 0.06645507 +vt 0.34375 0.06169317 + +usemtl colormap + +f 3/1/3 2/2/2 1/1/1 +f 2/2/2 3/1/3 4/2/4 +f 1/1/7 2/2/6 3/1/5 +f 4/2/8 3/1/5 2/2/6 +f 6/2/10 3/1/3 5/1/9 +f 3/1/3 6/2/10 4/2/4 +f 5/1/12 3/1/5 6/2/11 +f 4/2/8 6/2/11 3/1/5 +f 9/3/15 8/1/14 7/1/13 +f 8/1/14 9/3/15 10/3/16 +f 7/1/19 8/1/18 9/3/17 +f 10/3/20 9/3/17 8/1/18 +f 8/1/14 12/3/22 11/1/21 +f 12/3/22 8/1/14 10/3/16 +f 11/1/24 12/3/23 8/1/18 +f 10/3/20 8/1/18 12/3/23 +f 15/1/27 14/3/26 13/1/25 +f 14/3/26 15/1/27 16/3/28 +f 13/1/31 14/3/30 15/1/29 +f 16/3/32 15/1/29 14/3/30 +f 14/3/26 18/3/34 17/3/33 +f 18/3/34 14/3/26 16/3/28 +f 17/3/36 18/3/35 14/3/30 +f 16/3/32 14/3/30 18/3/35 +f 18/3/34 15/1/27 19/1/37 +f 15/1/27 18/3/34 16/3/28 +f 19/1/38 15/1/29 18/3/35 +f 16/3/32 18/3/35 15/1/29 +f 14/3/26 20/1/39 13/1/25 +f 20/1/39 14/3/26 17/3/33 +f 13/1/31 20/1/40 14/3/30 +f 17/3/36 14/3/30 20/1/40 +f 17/3/33 19/1/37 20/1/39 +f 19/1/37 17/3/33 18/3/34 +f 20/1/40 19/1/38 17/3/36 +f 18/3/35 17/3/36 19/1/38 +f 22/3/42 7/1/13 21/1/41 +f 7/1/13 22/3/42 9/3/15 +f 21/1/44 7/1/19 22/3/43 +f 9/3/17 22/3/43 7/1/19 +f 2/2/2 23/1/45 1/1/1 +f 23/1/45 2/2/2 24/2/46 +f 1/1/7 23/1/47 2/2/6 +f 24/2/48 2/2/6 23/1/47 +f 12/3/22 21/1/41 11/1/21 +f 21/1/41 12/3/22 22/3/42 +f 11/1/24 21/1/44 12/3/23 +f 22/3/43 12/3/23 21/1/44 +f 12/3/22 9/3/15 22/3/42 +f 9/3/15 12/3/22 10/3/16 +f 22/3/43 9/3/17 12/3/23 +f 10/3/20 12/3/23 9/3/17 +f 27/2/51 26/2/50 25/2/49 +f 26/2/50 27/2/51 28/2/52 +f 25/2/55 26/2/54 27/2/53 +f 28/2/56 27/2/53 26/2/54 +f 24/2/46 4/2/4 6/2/10 +f 4/2/4 24/2/46 2/2/2 +f 6/2/11 4/2/8 24/2/48 +f 2/2/6 24/2/48 4/2/8 +f 29/1/57 28/2/52 27/2/51 +f 28/2/52 29/1/57 30/1/58 +f 27/2/53 28/2/56 29/1/59 +f 30/1/60 29/1/59 28/2/56 +f 33/1/63 32/2/62 31/1/61 +f 32/2/62 33/1/63 34/2/64 +f 31/1/67 32/2/66 33/1/65 +f 34/2/68 33/1/65 32/2/66 +f 29/1/57 25/2/49 35/1/69 +f 25/2/49 29/1/57 27/2/51 +f 35/1/70 25/2/55 29/1/59 +f 27/2/53 29/1/59 25/2/55 +f 28/2/52 36/1/71 26/2/50 +f 36/1/71 28/2/52 30/1/58 +f 26/2/54 36/1/72 28/2/56 +f 30/1/60 28/2/56 36/1/72 +f 39/2/75 38/1/74 37/1/73 +f 38/1/74 39/2/75 40/2/76 +f 37/1/79 38/1/78 39/2/77 +f 40/2/80 39/2/77 38/1/78 +f 25/2/49 36/1/71 35/1/69 +f 36/1/71 25/2/49 26/2/50 +f 35/1/70 36/1/72 25/2/55 +f 26/2/54 25/2/55 36/1/72 +f 31/1/61 39/2/75 37/1/73 +f 39/2/75 31/1/61 32/2/62 +f 37/1/79 39/2/77 31/1/67 +f 32/2/66 31/1/67 39/2/77 +f 34/2/64 38/1/74 40/2/76 +f 38/1/74 34/2/64 33/1/63 +f 40/2/80 38/1/78 34/2/68 +f 33/1/65 34/2/68 38/1/78 +f 32/2/62 40/2/76 39/2/75 +f 40/2/76 32/2/62 34/2/64 +f 39/2/77 40/2/80 32/2/66 +f 34/2/68 32/2/66 40/2/80 +f 24/2/46 5/1/9 23/1/45 +f 5/1/9 24/2/46 6/2/10 +f 23/1/47 5/1/12 24/2/48 +f 6/2/11 24/2/48 5/1/12 +f 43/4/81 42/1/82 41/1/81 +f 42/1/82 43/4/81 44/4/82 +f 41/1/83 42/1/84 43/4/83 +f 44/4/84 43/4/83 42/1/84 +f 47/4/85 46/4/85 45/4/85 +f 46/4/85 47/4/85 44/4/85 +f 46/4/85 44/4/85 43/4/85 +f 45/4/86 46/4/86 47/4/86 +f 44/4/86 47/4/86 46/4/86 +f 43/4/86 44/4/86 46/4/86 +f 45/4/84 49/1/84 48/1/84 +f 49/1/84 45/4/84 46/4/84 +f 48/1/82 49/1/82 45/4/82 +f 46/4/82 45/4/82 49/1/82 +f 44/4/82 50/1/87 42/1/82 +f 50/1/87 44/4/82 47/4/87 +f 42/1/84 50/1/88 44/4/84 +f 47/4/88 44/4/84 50/1/88 +f 45/4/89 50/1/89 47/4/89 +f 50/1/89 45/4/89 48/1/89 +f 47/4/90 50/1/90 45/4/90 +f 48/1/90 45/4/90 50/1/90 +f 49/1/90 43/4/90 41/1/90 +f 43/4/90 49/1/90 46/4/90 +f 41/1/89 43/4/89 49/1/89 +f 46/4/89 49/1/89 43/4/89 +f 53/1/93 52/2/92 51/1/91 +f 52/2/92 53/1/93 54/2/94 +f 51/1/97 52/2/96 53/1/95 +f 54/2/98 53/1/95 52/2/96 +f 56/2/100 53/1/93 55/1/99 +f 53/1/93 56/2/100 54/2/94 +f 55/1/102 53/1/95 56/2/101 +f 54/2/98 56/2/101 53/1/95 +f 59/3/105 58/1/104 57/1/103 +f 58/1/104 59/3/105 60/3/106 +f 57/1/109 58/1/108 59/3/107 +f 60/3/110 59/3/107 58/1/108 +f 58/1/104 62/3/112 61/1/111 +f 62/3/112 58/1/104 60/3/106 +f 61/1/114 62/3/113 58/1/108 +f 60/3/110 58/1/108 62/3/113 +f 65/1/117 64/3/116 63/1/115 +f 64/3/116 65/1/117 66/3/118 +f 63/1/121 64/3/120 65/1/119 +f 66/3/122 65/1/119 64/3/120 +f 64/3/116 68/3/124 67/3/123 +f 68/3/124 64/3/116 66/3/118 +f 67/3/126 68/3/125 64/3/120 +f 66/3/122 64/3/120 68/3/125 +f 68/3/124 65/1/117 69/1/127 +f 65/1/117 68/3/124 66/3/118 +f 69/1/128 65/1/119 68/3/125 +f 66/3/122 68/3/125 65/1/119 +f 64/3/116 70/1/129 63/1/115 +f 70/1/129 64/3/116 67/3/123 +f 63/1/121 70/1/130 64/3/120 +f 67/3/126 64/3/120 70/1/130 +f 67/3/123 69/1/127 70/1/129 +f 69/1/127 67/3/123 68/3/124 +f 70/1/130 69/1/128 67/3/126 +f 68/3/125 67/3/126 69/1/128 +f 72/3/132 57/1/103 71/1/131 +f 57/1/103 72/3/132 59/3/105 +f 71/1/134 57/1/109 72/3/133 +f 59/3/107 72/3/133 57/1/109 +f 52/2/92 73/1/135 51/1/91 +f 73/1/135 52/2/92 74/2/136 +f 51/1/97 73/1/137 52/2/96 +f 74/2/138 52/2/96 73/1/137 +f 62/3/112 71/1/131 61/1/111 +f 71/1/131 62/3/112 72/3/132 +f 61/1/114 71/1/134 62/3/113 +f 72/3/133 62/3/113 71/1/134 +f 62/3/112 59/3/105 72/3/132 +f 59/3/105 62/3/112 60/3/106 +f 72/3/133 59/3/107 62/3/113 +f 60/3/110 62/3/113 59/3/107 +f 77/2/141 76/2/140 75/2/139 +f 76/2/140 77/2/141 78/2/142 +f 75/2/145 76/2/144 77/2/143 +f 78/2/146 77/2/143 76/2/144 +f 74/2/136 54/2/94 56/2/100 +f 54/2/94 74/2/136 52/2/92 +f 56/2/101 54/2/98 74/2/138 +f 52/2/96 74/2/138 54/2/98 +f 79/1/147 78/2/142 77/2/141 +f 78/2/142 79/1/147 80/1/148 +f 77/2/143 78/2/146 79/1/149 +f 80/1/150 79/1/149 78/2/146 +f 83/1/153 82/2/152 81/1/151 +f 82/2/152 83/1/153 84/2/154 +f 81/1/157 82/2/156 83/1/155 +f 84/2/158 83/1/155 82/2/156 +f 79/1/147 75/2/139 85/1/159 +f 75/2/139 79/1/147 77/2/141 +f 85/1/160 75/2/145 79/1/149 +f 77/2/143 79/1/149 75/2/145 +f 78/2/142 86/1/161 76/2/140 +f 86/1/161 78/2/142 80/1/148 +f 76/2/144 86/1/162 78/2/146 +f 80/1/150 78/2/146 86/1/162 +f 89/2/165 88/1/164 87/1/163 +f 88/1/164 89/2/165 90/2/166 +f 87/1/169 88/1/168 89/2/167 +f 90/2/170 89/2/167 88/1/168 +f 75/2/139 86/1/161 85/1/159 +f 86/1/161 75/2/139 76/2/140 +f 85/1/160 86/1/162 75/2/145 +f 76/2/144 75/2/145 86/1/162 +f 81/1/151 89/2/165 87/1/163 +f 89/2/165 81/1/151 82/2/152 +f 87/1/169 89/2/167 81/1/157 +f 82/2/156 81/1/157 89/2/167 +f 84/2/154 88/1/164 90/2/166 +f 88/1/164 84/2/154 83/1/153 +f 90/2/170 88/1/168 84/2/158 +f 83/1/155 84/2/158 88/1/168 +f 82/2/152 90/2/166 89/2/165 +f 90/2/166 82/2/152 84/2/154 +f 89/2/167 90/2/170 82/2/156 +f 84/2/158 82/2/156 90/2/170 +f 74/2/136 55/1/99 73/1/135 +f 55/1/99 74/2/136 56/2/100 +f 73/1/137 55/1/102 74/2/138 +f 56/2/101 74/2/138 55/1/102 +f 93/4/171 92/1/172 91/1/171 +f 92/1/172 93/4/171 94/4/172 +f 91/1/173 92/1/174 93/4/173 +f 94/4/174 93/4/173 92/1/174 +f 97/4/85 96/4/85 95/4/85 +f 96/4/85 97/4/85 94/4/85 +f 96/4/85 94/4/85 93/4/85 +f 95/4/86 96/4/86 97/4/86 +f 94/4/86 97/4/86 96/4/86 +f 93/4/86 94/4/86 96/4/86 +f 95/4/174 99/1/174 98/1/174 +f 99/1/174 95/4/174 96/4/174 +f 98/1/172 99/1/172 95/4/172 +f 96/4/172 95/4/172 99/1/172 +f 94/4/172 100/1/175 92/1/172 +f 100/1/175 94/4/172 97/4/175 +f 92/1/174 100/1/176 94/4/174 +f 97/4/176 94/4/174 100/1/176 +f 95/4/177 100/1/177 97/4/177 +f 100/1/177 95/4/177 98/1/177 +f 97/4/178 100/1/178 95/4/178 +f 98/1/178 95/4/178 100/1/178 +f 99/1/178 93/4/178 91/1/178 +f 93/4/178 99/1/178 96/4/178 +f 91/1/177 93/4/177 99/1/177 +f 96/4/177 99/1/177 93/4/177 +f 103/4/85 102/4/85 101/4/85 +f 102/4/85 103/4/85 104/4/85 +f 104/4/85 103/4/85 105/4/85 +f 101/4/86 102/4/86 103/4/86 +f 104/4/86 103/4/86 102/4/86 +f 105/4/86 103/4/86 104/4/86 +f 102/4/179 106/1/179 101/4/179 +f 106/1/179 102/4/179 107/1/179 +f 101/4/180 106/1/180 102/4/180 +f 107/1/180 102/4/180 106/1/180 +f 102/4/181 108/1/181 107/1/181 +f 108/1/181 102/4/181 104/4/181 +f 107/1/182 108/1/182 102/4/182 +f 104/4/182 102/4/182 108/1/182 +f 108/1/184 105/4/183 109/1/183 +f 105/4/183 108/1/184 104/4/184 +f 109/1/186 105/4/186 108/1/185 +f 104/4/185 108/1/185 105/4/186 +f 109/1/183 103/4/187 110/1/187 +f 103/4/187 109/1/183 105/4/183 +f 110/1/188 103/4/188 109/1/186 +f 105/4/186 109/1/186 103/4/188 +f 110/1/187 101/4/189 106/1/189 +f 101/4/189 110/1/187 103/4/187 +f 106/1/190 101/4/190 110/1/188 +f 103/4/188 110/1/188 101/4/190 +f 113/4/85 112/4/85 111/4/85 +f 112/4/85 113/4/85 114/4/85 +f 114/4/85 113/4/85 115/4/85 +f 111/4/86 112/4/86 113/4/86 +f 114/4/86 113/4/86 112/4/86 +f 115/4/86 113/4/86 114/4/86 +f 112/4/177 116/1/177 111/4/177 +f 116/1/177 112/4/177 117/1/177 +f 111/4/178 116/1/178 112/4/178 +f 117/1/178 112/4/178 116/1/178 +f 112/4/174 118/1/174 117/1/174 +f 118/1/174 112/4/174 114/4/174 +f 117/1/172 118/1/172 112/4/172 +f 114/4/172 112/4/172 118/1/172 +f 118/1/192 115/4/191 119/1/191 +f 115/4/191 118/1/192 114/4/192 +f 119/1/194 115/4/194 118/1/193 +f 114/4/193 118/1/193 115/4/194 +f 119/1/191 113/4/195 120/1/195 +f 113/4/195 119/1/191 115/4/191 +f 120/1/196 113/4/196 119/1/194 +f 115/4/194 119/1/194 113/4/196 +f 120/1/195 111/4/197 116/1/197 +f 111/4/197 120/1/195 113/4/195 +f 116/1/198 111/4/198 120/1/196 +f 113/4/196 120/1/196 111/4/198 +f 123/4/85 122/4/85 121/4/85 +f 122/4/85 123/4/85 124/4/85 +f 124/4/85 123/4/85 125/4/85 +f 121/4/86 122/4/86 123/4/86 +f 124/4/86 123/4/86 122/4/86 +f 125/4/86 123/4/86 124/4/86 +f 122/4/199 126/1/199 121/4/199 +f 126/1/199 122/4/199 127/1/199 +f 121/4/200 126/1/200 122/4/200 +f 127/1/200 122/4/200 126/1/200 +f 122/4/201 128/1/201 127/1/201 +f 128/1/201 122/4/201 124/4/201 +f 127/1/202 128/1/202 122/4/202 +f 124/4/202 122/4/202 128/1/202 +f 128/1/204 125/4/203 129/1/203 +f 125/4/203 128/1/204 124/4/204 +f 129/1/206 125/4/206 128/1/205 +f 124/4/205 128/1/205 125/4/206 +f 129/1/203 123/4/207 130/1/207 +f 123/4/207 129/1/203 125/4/203 +f 130/1/208 123/4/208 129/1/206 +f 125/4/206 129/1/206 123/4/208 +f 130/1/207 121/4/209 126/1/209 +f 121/4/209 130/1/207 123/4/207 +f 126/1/210 121/4/210 130/1/208 +f 123/4/208 130/1/208 121/4/210 +f 133/1/212 132/2/10 131/1/211 +f 132/2/10 133/1/212 134/2/46 +f 131/1/214 132/2/11 133/1/213 +f 134/2/48 133/1/213 132/2/11 +f 136/2/2 133/1/212 135/1/215 +f 133/1/212 136/2/2 134/2/46 +f 135/1/216 133/1/213 136/2/6 +f 134/2/48 136/2/6 133/1/213 +f 139/3/22 138/1/218 137/1/217 +f 138/1/218 139/3/22 140/3/42 +f 137/1/220 138/1/219 139/3/23 +f 140/3/43 139/3/23 138/1/219 +f 138/1/218 142/3/15 141/1/221 +f 142/3/15 138/1/218 140/3/42 +f 141/1/222 142/3/17 138/1/219 +f 140/3/43 138/1/219 142/3/17 +f 145/1/39 144/3/34 143/1/37 +f 144/3/34 145/1/39 146/3/33 +f 143/1/38 144/3/35 145/1/40 +f 146/3/36 145/1/40 144/3/35 +f 144/3/34 148/3/26 147/3/28 +f 148/3/26 144/3/34 146/3/33 +f 147/3/32 148/3/30 144/3/35 +f 146/3/36 144/3/35 148/3/30 +f 148/3/26 145/1/39 149/1/25 +f 145/1/39 148/3/26 146/3/33 +f 149/1/31 145/1/40 148/3/30 +f 146/3/36 148/3/30 145/1/40 +f 144/3/34 150/1/27 143/1/37 +f 150/1/27 144/3/34 147/3/28 +f 143/1/38 150/1/29 144/3/35 +f 147/3/32 144/3/35 150/1/29 +f 147/3/28 149/1/25 150/1/27 +f 149/1/25 147/3/28 148/3/26 +f 150/1/29 149/1/31 147/3/32 +f 148/3/30 147/3/32 149/1/31 +f 152/3/16 137/1/217 151/1/223 +f 137/1/217 152/3/16 139/3/22 +f 151/1/224 137/1/220 152/3/20 +f 139/3/23 152/3/20 137/1/220 +f 132/2/10 153/1/225 131/1/211 +f 153/1/225 132/2/10 154/2/4 +f 131/1/214 153/1/226 132/2/11 +f 154/2/8 132/2/11 153/1/226 +f 142/3/15 151/1/223 141/1/221 +f 151/1/223 142/3/15 152/3/16 +f 141/1/222 151/1/224 142/3/17 +f 152/3/20 142/3/17 151/1/224 +f 142/3/15 139/3/22 152/3/16 +f 139/3/22 142/3/15 140/3/42 +f 152/3/20 139/3/23 142/3/17 +f 140/3/43 142/3/17 139/3/23 +f 157/2/229 156/2/228 155/2/227 +f 156/2/228 157/2/229 158/2/230 +f 155/2/233 156/2/232 157/2/231 +f 158/2/234 157/2/231 156/2/232 +f 154/2/4 134/2/46 136/2/2 +f 134/2/46 154/2/4 132/2/10 +f 136/2/6 134/2/48 154/2/8 +f 132/2/11 154/2/8 134/2/48 +f 159/1/235 158/2/230 157/2/229 +f 158/2/230 159/1/235 160/1/236 +f 157/2/231 158/2/234 159/1/237 +f 160/1/238 159/1/237 158/2/234 +f 163/1/73 162/2/239 161/1/74 +f 162/2/239 163/1/73 164/2/240 +f 161/1/78 162/2/241 163/1/79 +f 164/2/242 163/1/79 162/2/241 +f 159/1/235 155/2/227 165/1/243 +f 155/2/227 159/1/235 157/2/229 +f 165/1/244 155/2/233 159/1/237 +f 157/2/231 159/1/237 155/2/233 +f 158/2/230 166/1/245 156/2/228 +f 166/1/245 158/2/230 160/1/236 +f 156/2/232 166/1/246 158/2/234 +f 160/1/238 158/2/234 166/1/246 +f 169/2/247 168/1/61 167/1/63 +f 168/1/61 169/2/247 170/2/248 +f 167/1/65 168/1/67 169/2/249 +f 170/2/250 169/2/249 168/1/67 +f 155/2/227 166/1/245 165/1/243 +f 166/1/245 155/2/227 156/2/228 +f 165/1/244 166/1/246 155/2/233 +f 156/2/232 155/2/233 166/1/246 +f 161/1/74 169/2/247 167/1/63 +f 169/2/247 161/1/74 162/2/239 +f 167/1/65 169/2/249 161/1/78 +f 162/2/241 161/1/78 169/2/249 +f 164/2/240 168/1/61 170/2/248 +f 168/1/61 164/2/240 163/1/73 +f 170/2/250 168/1/67 164/2/242 +f 163/1/79 164/2/242 168/1/67 +f 162/2/239 170/2/248 169/2/247 +f 170/2/248 162/2/239 164/2/240 +f 169/2/249 170/2/250 162/2/241 +f 164/2/242 162/2/241 170/2/250 +f 154/2/4 135/1/215 153/1/225 +f 135/1/215 154/2/4 136/2/2 +f 153/1/226 135/1/216 154/2/8 +f 136/2/6 154/2/8 135/1/216 +f 173/4/251 172/1/252 171/1/251 +f 172/1/252 173/4/251 174/4/252 +f 171/1/253 172/1/254 173/4/253 +f 174/4/254 173/4/253 172/1/254 +f 177/4/85 176/4/85 175/4/85 +f 176/4/85 177/4/85 174/4/85 +f 176/4/85 174/4/85 173/4/85 +f 175/4/86 176/4/86 177/4/86 +f 174/4/86 177/4/86 176/4/86 +f 173/4/86 174/4/86 176/4/86 +f 175/4/254 179/1/254 178/1/254 +f 179/1/254 175/4/254 176/4/254 +f 178/1/252 179/1/252 175/4/252 +f 176/4/252 175/4/252 179/1/252 +f 174/4/252 180/1/255 172/1/252 +f 180/1/255 174/4/252 177/4/255 +f 172/1/254 180/1/256 174/4/254 +f 177/4/256 174/4/254 180/1/256 +f 175/4/257 180/1/257 177/4/257 +f 180/1/257 175/4/257 178/1/257 +f 177/4/258 180/1/258 175/4/258 +f 178/1/258 175/4/258 180/1/258 +f 179/1/258 173/4/258 171/1/258 +f 173/4/258 179/1/258 176/4/258 +f 171/1/257 173/4/257 179/1/257 +f 176/4/257 179/1/257 173/4/257 +f 183/1/85 182/1/85 181/1/85 +f 182/1/85 183/1/85 184/1/85 +f 181/1/86 182/1/86 183/1/86 +f 184/1/86 183/1/86 182/1/86 +f 187/1/85 186/1/85 185/1/85 +f 186/1/85 187/1/85 188/1/85 +f 185/1/86 186/1/86 187/1/86 +f 188/1/86 187/1/86 186/1/86 +f 191/1/85 190/1/85 189/1/85 +f 190/1/85 191/1/85 192/1/85 +f 189/1/86 190/1/86 191/1/86 +f 192/1/86 191/1/86 190/1/86 +f 193/1/85 191/1/85 188/1/85 +f 191/1/85 193/1/85 194/1/85 +f 188/1/86 191/1/86 193/1/86 +f 194/1/86 193/1/86 191/1/86 +f 186/1/85 196/1/85 195/1/85 +f 196/1/85 186/1/85 189/1/85 +f 195/1/86 196/1/86 186/1/86 +f 189/1/86 186/1/86 196/1/86 +f 199/3/105 198/1/104 197/1/103 +f 198/1/104 199/3/105 200/3/106 +f 197/1/109 198/1/108 199/3/107 +f 200/3/110 199/3/107 198/1/108 +f 203/2/136 202/1/99 201/1/135 +f 202/1/99 203/2/136 204/2/100 +f 201/1/137 202/1/102 203/2/138 +f 204/2/101 203/2/138 202/1/102 +f 207/3/112 206/1/131 205/1/111 +f 206/1/131 207/3/112 208/3/132 +f 205/1/114 206/1/134 207/3/113 +f 208/3/133 207/3/113 206/1/134 +f 198/1/104 207/3/112 205/1/111 +f 207/3/112 198/1/104 200/3/106 +f 205/1/114 207/3/113 198/1/108 +f 200/3/110 198/1/108 207/3/113 +f 203/2/136 209/2/94 204/2/100 +f 209/2/94 203/2/136 210/2/92 +f 204/2/101 209/2/98 203/2/138 +f 210/2/96 203/2/138 209/2/98 +f 204/2/100 211/1/93 202/1/99 +f 211/1/93 204/2/100 209/2/94 +f 202/1/102 211/1/95 204/2/101 +f 209/2/98 204/2/101 211/1/95 +f 207/3/112 199/3/105 208/3/132 +f 199/3/105 207/3/112 200/3/106 +f 208/3/133 199/3/107 207/3/113 +f 200/3/110 207/3/113 199/3/107 +f 210/2/92 201/1/135 212/1/91 +f 201/1/135 210/2/92 203/2/136 +f 212/1/97 201/1/137 210/2/96 +f 203/2/138 210/2/96 201/1/137 +f 211/1/93 210/2/92 212/1/91 +f 210/2/92 211/1/93 209/2/94 +f 212/1/97 210/2/96 211/1/95 +f 209/2/98 211/1/95 210/2/96 +f 208/3/132 197/1/103 206/1/131 +f 197/1/103 208/3/132 199/3/105 +f 206/1/134 197/1/109 208/3/133 +f 199/3/107 208/3/133 197/1/109 +f 215/2/141 214/2/140 213/2/139 +f 214/2/140 215/2/141 216/2/142 +f 213/2/145 214/2/144 215/2/143 +f 216/2/146 215/2/143 214/2/144 +f 216/2/142 217/1/161 214/2/140 +f 217/1/161 216/2/142 218/1/148 +f 214/2/144 217/1/162 216/2/146 +f 218/1/150 216/2/146 217/1/162 +f 213/2/139 217/1/161 219/1/159 +f 217/1/161 213/2/139 214/2/140 +f 219/1/160 217/1/162 213/2/145 +f 214/2/144 213/2/145 217/1/162 +f 220/1/147 213/2/139 219/1/159 +f 213/2/139 220/1/147 215/2/141 +f 219/1/160 213/2/145 220/1/149 +f 215/2/143 220/1/149 213/2/145 +f 218/1/148 215/2/141 220/1/147 +f 215/2/141 218/1/148 216/2/142 +f 220/1/149 215/2/143 218/1/150 +f 216/2/146 218/1/150 215/2/143 +f 223/1/151 222/2/165 221/1/163 +f 222/2/165 223/1/151 224/2/152 +f 221/1/169 222/2/167 223/1/157 +f 224/2/156 223/1/157 222/2/167 +f 225/1/153 224/2/152 223/1/151 +f 224/2/152 225/1/153 226/2/154 +f 223/1/157 224/2/156 225/1/155 +f 226/2/158 225/1/155 224/2/156 +f 229/3/116 228/1/129 227/1/115 +f 228/1/129 229/3/116 230/3/123 +f 227/1/121 228/1/130 229/3/120 +f 230/3/126 229/3/120 228/1/130 +f 229/3/116 231/3/124 230/3/123 +f 231/3/124 229/3/116 232/3/118 +f 230/3/126 231/3/125 229/3/120 +f 232/3/122 229/3/120 231/3/125 +f 226/2/154 234/1/164 233/2/166 +f 234/1/164 226/2/154 225/1/153 +f 233/2/170 234/1/168 226/2/158 +f 225/1/155 226/2/158 234/1/168 +f 230/3/123 235/1/127 228/1/129 +f 235/1/127 230/3/123 231/3/124 +f 228/1/130 235/1/128 230/3/126 +f 231/3/125 230/3/126 235/1/128 +f 224/2/152 233/2/166 222/2/165 +f 233/2/166 224/2/152 226/2/154 +f 222/2/167 233/2/170 224/2/156 +f 226/2/158 224/2/156 233/2/170 +f 236/1/117 229/3/116 227/1/115 +f 229/3/116 236/1/117 232/3/118 +f 227/1/121 229/3/120 236/1/119 +f 232/3/122 236/1/119 229/3/120 +f 222/2/165 234/1/164 221/1/163 +f 234/1/164 222/2/165 233/2/166 +f 221/1/169 234/1/168 222/2/167 +f 233/2/170 222/2/167 234/1/168 +f 231/3/124 236/1/117 235/1/127 +f 236/1/117 231/3/124 232/3/118 +f 235/1/128 236/1/119 231/3/125 +f 232/3/122 231/3/125 236/1/119 +f 239/4/85 238/4/85 237/4/85 +f 238/4/85 239/4/85 240/4/85 +f 238/4/85 240/4/85 241/4/85 +f 241/4/85 240/4/85 242/4/85 +f 241/4/85 242/4/85 243/4/85 +f 243/4/85 242/4/85 244/4/85 +f 243/4/85 244/4/85 245/4/85 +f 245/4/85 244/4/85 246/4/85 +f 237/4/86 238/4/86 239/4/86 +f 240/4/86 239/4/86 238/4/86 +f 241/4/86 240/4/86 238/4/86 +f 242/4/86 240/4/86 241/4/86 +f 243/4/86 242/4/86 241/4/86 +f 244/4/86 242/4/86 243/4/86 +f 245/4/86 244/4/86 243/4/86 +f 246/4/86 244/4/86 245/4/86 +f 239/4/172 248/1/172 247/1/172 +f 248/1/172 239/4/172 237/4/172 +f 247/1/174 248/1/174 239/4/174 +f 237/4/174 239/4/174 248/1/174 +f 249/1/260 239/4/259 247/1/259 +f 239/4/259 249/1/260 240/4/260 +f 247/1/262 239/4/262 249/1/261 +f 240/4/261 249/1/261 239/4/262 +f 250/1/263 240/4/260 249/1/260 +f 240/4/260 250/1/263 242/4/263 +f 249/1/261 240/4/261 250/1/264 +f 242/4/264 250/1/264 240/4/261 +f 244/4/265 250/1/263 251/1/265 +f 250/1/263 244/4/265 242/4/263 +f 251/1/266 250/1/264 244/4/266 +f 242/4/264 244/4/266 250/1/264 +f 246/4/267 251/1/265 252/1/267 +f 251/1/265 246/4/267 244/4/265 +f 252/1/268 251/1/266 246/4/268 +f 244/4/266 246/4/268 251/1/266 +f 253/1/178 246/4/178 252/1/178 +f 246/4/178 253/1/178 245/4/178 +f 252/1/177 246/4/177 253/1/177 +f 245/4/177 253/1/177 246/4/177 +f 243/4/266 253/1/269 254/1/266 +f 253/1/269 243/4/266 245/4/269 +f 254/1/265 253/1/270 243/4/265 +f 245/4/270 243/4/265 253/1/270 +f 241/4/264 254/1/266 255/1/264 +f 254/1/266 241/4/264 243/4/266 +f 255/1/263 254/1/265 241/4/263 +f 243/4/265 241/4/263 254/1/265 +f 241/4/264 256/1/261 238/4/261 +f 256/1/261 241/4/264 255/1/264 +f 238/4/260 256/1/260 241/4/263 +f 255/1/263 241/4/263 256/1/260 +f 238/4/261 248/1/262 237/4/262 +f 248/1/262 238/4/261 256/1/261 +f 237/4/259 248/1/259 238/4/260 +f 256/1/260 238/4/260 248/1/259 +f 259/1/85 258/1/85 257/1/85 +f 258/1/85 259/1/85 260/1/85 +f 257/1/86 258/1/86 259/1/86 +f 260/1/86 259/1/86 258/1/86 +f 263/3/273 262/1/272 261/1/271 +f 262/1/272 263/3/273 264/3/274 +f 261/1/277 262/1/276 263/3/275 +f 264/3/278 263/3/275 262/1/276 +f 267/2/281 266/1/280 265/1/279 +f 266/1/280 267/2/281 268/2/282 +f 265/1/285 266/1/284 267/2/283 +f 268/2/286 267/2/283 266/1/284 +f 271/3/289 270/1/288 269/1/287 +f 270/1/288 271/3/289 272/3/290 +f 269/1/293 270/1/292 271/3/291 +f 272/3/294 271/3/291 270/1/292 +f 262/1/272 271/3/289 269/1/287 +f 271/3/289 262/1/272 264/3/274 +f 269/1/293 271/3/291 262/1/276 +f 264/3/278 262/1/276 271/3/291 +f 267/2/281 273/2/295 268/2/282 +f 273/2/295 267/2/281 274/2/296 +f 268/2/286 273/2/297 267/2/283 +f 274/2/298 267/2/283 273/2/297 +f 268/2/282 275/1/299 266/1/280 +f 275/1/299 268/2/282 273/2/295 +f 266/1/284 275/1/300 268/2/286 +f 273/2/297 268/2/286 275/1/300 +f 271/3/289 263/3/273 272/3/290 +f 263/3/273 271/3/289 264/3/274 +f 272/3/294 263/3/275 271/3/291 +f 264/3/278 271/3/291 263/3/275 +f 274/2/296 265/1/279 276/1/301 +f 265/1/279 274/2/296 267/2/281 +f 276/1/302 265/1/285 274/2/298 +f 267/2/283 274/2/298 265/1/285 +f 275/1/299 274/2/296 276/1/301 +f 274/2/296 275/1/299 273/2/295 +f 276/1/302 274/2/298 275/1/300 +f 273/2/297 275/1/300 274/2/298 +f 272/3/290 261/1/271 270/1/288 +f 261/1/271 272/3/290 263/3/273 +f 270/1/292 261/1/277 272/3/294 +f 263/3/275 272/3/294 261/1/277 +f 279/2/305 278/2/304 277/2/303 +f 278/2/304 279/2/305 280/2/306 +f 277/2/309 278/2/308 279/2/307 +f 280/2/310 279/2/307 278/2/308 +f 280/2/306 281/1/311 278/2/304 +f 281/1/311 280/2/306 282/1/312 +f 278/2/308 281/1/313 280/2/310 +f 282/1/314 280/2/310 281/1/313 +f 277/2/303 281/1/311 283/1/315 +f 281/1/311 277/2/303 278/2/304 +f 283/1/316 281/1/313 277/2/309 +f 278/2/308 277/2/309 281/1/313 +f 284/1/317 277/2/303 283/1/315 +f 277/2/303 284/1/317 279/2/305 +f 283/1/316 277/2/309 284/1/318 +f 279/2/307 284/1/318 277/2/309 +f 282/1/312 279/2/305 284/1/317 +f 279/2/305 282/1/312 280/2/306 +f 284/1/318 279/2/307 282/1/314 +f 280/2/310 282/1/314 279/2/307 +f 287/1/321 286/2/320 285/1/319 +f 286/2/320 287/1/321 288/2/322 +f 285/1/325 286/2/324 287/1/323 +f 288/2/326 287/1/323 286/2/324 +f 289/1/327 288/2/322 287/1/321 +f 288/2/322 289/1/327 290/2/328 +f 287/1/323 288/2/326 289/1/329 +f 290/2/330 289/1/329 288/2/326 +f 293/3/333 292/1/332 291/1/331 +f 292/1/332 293/3/333 294/3/334 +f 291/1/337 292/1/336 293/3/335 +f 294/3/338 293/3/335 292/1/336 +f 293/3/333 295/3/339 294/3/334 +f 295/3/339 293/3/333 296/3/340 +f 294/3/338 295/3/341 293/3/335 +f 296/3/342 293/3/335 295/3/341 +f 290/2/328 298/1/344 297/2/343 +f 298/1/344 290/2/328 289/1/327 +f 297/2/346 298/1/345 290/2/330 +f 289/1/329 290/2/330 298/1/345 +f 294/3/334 299/1/347 292/1/332 +f 299/1/347 294/3/334 295/3/339 +f 292/1/336 299/1/348 294/3/338 +f 295/3/341 294/3/338 299/1/348 +f 288/2/322 297/2/343 286/2/320 +f 297/2/343 288/2/322 290/2/328 +f 286/2/324 297/2/346 288/2/326 +f 290/2/330 288/2/326 297/2/346 +f 300/1/349 293/3/333 291/1/331 +f 293/3/333 300/1/349 296/3/340 +f 291/1/337 293/3/335 300/1/350 +f 296/3/342 300/1/350 293/3/335 +f 286/2/320 298/1/344 285/1/319 +f 298/1/344 286/2/320 297/2/343 +f 285/1/325 298/1/345 286/2/324 +f 297/2/346 286/2/324 298/1/345 +f 295/3/339 300/1/349 299/1/347 +f 300/1/349 295/3/339 296/3/340 +f 299/1/348 300/1/350 295/3/341 +f 296/3/342 295/3/341 300/1/350 +f 303/4/85 302/4/85 301/4/85 +f 302/4/85 303/4/85 304/4/85 +f 302/4/85 304/4/85 305/4/85 +f 305/4/85 304/4/85 306/4/85 +f 305/4/85 306/4/85 307/4/85 +f 307/4/85 306/4/85 308/4/85 +f 307/4/85 308/4/85 309/4/85 +f 309/4/85 308/4/85 310/4/85 +f 301/4/86 302/4/86 303/4/86 +f 304/4/86 303/4/86 302/4/86 +f 305/4/86 304/4/86 302/4/86 +f 306/4/86 304/4/86 305/4/86 +f 307/4/86 306/4/86 305/4/86 +f 308/4/86 306/4/86 307/4/86 +f 309/4/86 308/4/86 307/4/86 +f 310/4/86 308/4/86 309/4/86 +f 303/4/202 312/1/202 311/1/202 +f 312/1/202 303/4/202 301/4/202 +f 311/1/201 312/1/201 303/4/201 +f 301/4/201 303/4/201 312/1/201 +f 313/1/352 303/4/351 311/1/351 +f 303/4/351 313/1/352 304/4/352 +f 311/1/354 303/4/354 313/1/353 +f 304/4/353 313/1/353 303/4/354 +f 314/1/355 304/4/352 313/1/352 +f 304/4/352 314/1/355 306/4/355 +f 313/1/353 304/4/353 314/1/356 +f 306/4/356 314/1/356 304/4/353 +f 308/4/357 314/1/355 315/1/357 +f 314/1/355 308/4/357 306/4/355 +f 315/1/358 314/1/356 308/4/358 +f 306/4/356 308/4/358 314/1/356 +f 310/4/359 315/1/357 316/1/359 +f 315/1/357 310/4/359 308/4/357 +f 316/1/360 315/1/358 310/4/360 +f 308/4/358 310/4/360 315/1/358 +f 317/1/200 310/4/200 316/1/200 +f 310/4/200 317/1/200 309/4/200 +f 316/1/199 310/4/199 317/1/199 +f 309/4/199 317/1/199 310/4/199 +f 307/4/358 317/1/361 318/1/358 +f 317/1/361 307/4/358 309/4/361 +f 318/1/357 317/1/362 307/4/357 +f 309/4/362 307/4/357 317/1/362 +f 305/4/356 318/1/358 319/1/356 +f 318/1/358 305/4/356 307/4/358 +f 319/1/355 318/1/357 305/4/355 +f 307/4/357 305/4/355 318/1/357 +f 305/4/356 320/1/353 302/4/353 +f 320/1/353 305/4/356 319/1/356 +f 302/4/352 320/1/352 305/4/355 +f 319/1/355 305/4/355 320/1/352 +f 302/4/353 312/1/354 301/4/354 +f 312/1/354 302/4/353 320/1/353 +f 301/4/351 312/1/351 302/4/352 +f 320/1/352 302/4/352 312/1/351 +f 323/1/85 322/1/85 321/1/85 +f 322/1/85 323/1/85 324/1/85 +f 321/1/86 322/1/86 323/1/86 +f 324/1/86 323/1/86 322/1/86 +f 327/1/299 326/2/296 325/1/301 +f 326/2/296 327/1/299 328/2/295 +f 325/1/302 326/2/298 327/1/300 +f 328/2/297 327/1/300 326/2/298 +f 330/2/282 327/1/299 329/1/280 +f 327/1/299 330/2/282 328/2/295 +f 329/1/284 327/1/300 330/2/286 +f 328/2/297 330/2/286 327/1/300 +f 333/3/273 332/1/272 331/1/271 +f 332/1/272 333/3/273 334/3/274 +f 331/1/277 332/1/276 333/3/275 +f 334/3/278 333/3/275 332/1/276 +f 332/1/272 336/3/289 335/1/287 +f 336/3/289 332/1/272 334/3/274 +f 335/1/293 336/3/291 332/1/276 +f 334/3/278 332/1/276 336/3/291 +f 339/1/349 338/3/333 337/1/331 +f 338/3/333 339/1/349 340/3/340 +f 337/1/337 338/3/335 339/1/350 +f 340/3/342 339/1/350 338/3/335 +f 338/3/333 342/3/339 341/3/334 +f 342/3/339 338/3/333 340/3/340 +f 341/3/338 342/3/341 338/3/335 +f 340/3/342 338/3/335 342/3/341 +f 342/3/339 339/1/349 343/1/347 +f 339/1/349 342/3/339 340/3/340 +f 343/1/348 339/1/350 342/3/341 +f 340/3/342 342/3/341 339/1/350 +f 338/3/333 344/1/332 337/1/331 +f 344/1/332 338/3/333 341/3/334 +f 337/1/337 344/1/336 338/3/335 +f 341/3/338 338/3/335 344/1/336 +f 341/3/334 343/1/347 344/1/332 +f 343/1/347 341/3/334 342/3/339 +f 344/1/336 343/1/348 341/3/338 +f 342/3/341 341/3/338 343/1/348 +f 346/3/290 331/1/271 345/1/288 +f 331/1/271 346/3/290 333/3/273 +f 345/1/292 331/1/277 346/3/294 +f 333/3/275 346/3/294 331/1/277 +f 326/2/296 347/1/279 325/1/301 +f 347/1/279 326/2/296 348/2/281 +f 325/1/302 347/1/285 326/2/298 +f 348/2/283 326/2/298 347/1/285 +f 336/3/289 345/1/288 335/1/287 +f 345/1/288 336/3/289 346/3/290 +f 335/1/293 345/1/292 336/3/291 +f 346/3/294 336/3/291 345/1/292 +f 336/3/289 333/3/273 346/3/290 +f 333/3/273 336/3/289 334/3/274 +f 346/3/294 333/3/275 336/3/291 +f 334/3/278 336/3/291 333/3/275 +f 351/2/305 350/2/304 349/2/303 +f 350/2/304 351/2/305 352/2/306 +f 349/2/309 350/2/308 351/2/307 +f 352/2/310 351/2/307 350/2/308 +f 348/2/281 328/2/295 330/2/282 +f 328/2/295 348/2/281 326/2/296 +f 330/2/286 328/2/297 348/2/283 +f 326/2/298 348/2/283 328/2/297 +f 353/1/317 352/2/306 351/2/305 +f 352/2/306 353/1/317 354/1/312 +f 351/2/307 352/2/310 353/1/318 +f 354/1/314 353/1/318 352/2/310 +f 357/1/327 356/2/322 355/1/321 +f 356/2/322 357/1/327 358/2/328 +f 355/1/323 356/2/326 357/1/329 +f 358/2/330 357/1/329 356/2/326 +f 353/1/317 349/2/303 359/1/315 +f 349/2/303 353/1/317 351/2/305 +f 359/1/316 349/2/309 353/1/318 +f 351/2/307 353/1/318 349/2/309 +f 352/2/306 360/1/311 350/2/304 +f 360/1/311 352/2/306 354/1/312 +f 350/2/308 360/1/313 352/2/310 +f 354/1/314 352/2/310 360/1/313 +f 363/2/320 362/1/344 361/1/319 +f 362/1/344 363/2/320 364/2/343 +f 361/1/325 362/1/345 363/2/324 +f 364/2/346 363/2/324 362/1/345 +f 349/2/303 360/1/311 359/1/315 +f 360/1/311 349/2/303 350/2/304 +f 359/1/316 360/1/313 349/2/309 +f 350/2/308 349/2/309 360/1/313 +f 355/1/321 363/2/320 361/1/319 +f 363/2/320 355/1/321 356/2/322 +f 361/1/325 363/2/324 355/1/323 +f 356/2/326 355/1/323 363/2/324 +f 358/2/328 362/1/344 364/2/343 +f 362/1/344 358/2/328 357/1/327 +f 364/2/346 362/1/345 358/2/330 +f 357/1/329 358/2/330 362/1/345 +f 356/2/322 364/2/343 363/2/320 +f 364/2/343 356/2/322 358/2/328 +f 363/2/324 364/2/346 356/2/326 +f 358/2/330 356/2/326 364/2/346 +f 348/2/281 329/1/280 347/1/279 +f 329/1/280 348/2/281 330/2/282 +f 347/1/285 329/1/284 348/2/283 +f 330/2/286 348/2/283 329/1/284 +f 367/4/363 366/1/202 365/1/363 +f 366/1/202 367/4/363 368/4/202 +f 365/1/364 366/1/201 367/4/364 +f 368/4/201 367/4/364 366/1/201 +f 370/4/85 369/4/85 102/4/85 +f 369/4/85 370/4/85 368/4/85 +f 369/4/85 368/4/85 367/4/85 +f 102/4/86 369/4/86 370/4/86 +f 368/4/86 370/4/86 369/4/86 +f 367/4/86 368/4/86 369/4/86 +f 102/4/201 371/1/201 107/1/201 +f 371/1/201 102/4/201 369/4/201 +f 107/1/202 371/1/202 102/4/202 +f 369/4/202 102/4/202 371/1/202 +f 368/4/202 372/1/365 366/1/202 +f 372/1/365 368/4/202 370/4/365 +f 366/1/201 372/1/366 368/4/201 +f 370/4/366 368/4/201 372/1/366 +f 102/4/199 372/1/199 370/4/199 +f 372/1/199 102/4/199 107/1/199 +f 370/4/200 372/1/200 102/4/200 +f 107/1/200 102/4/200 372/1/200 +f 371/1/200 367/4/200 365/1/200 +f 367/4/200 371/1/200 369/4/200 +f 365/1/199 367/4/199 371/1/199 +f 369/4/199 371/1/199 367/4/199 +f 375/3/15 374/1/14 373/1/13 +f 374/1/14 375/3/15 376/3/16 +f 373/1/19 374/1/18 375/3/17 +f 376/3/20 375/3/17 374/1/18 +f 379/2/46 378/1/9 377/1/45 +f 378/1/9 379/2/46 380/2/10 +f 377/1/47 378/1/12 379/2/48 +f 380/2/11 379/2/48 378/1/12 +f 383/3/22 382/1/41 381/1/21 +f 382/1/41 383/3/22 384/3/42 +f 381/1/24 382/1/44 383/3/23 +f 384/3/43 383/3/23 382/1/44 +f 374/1/14 383/3/22 381/1/21 +f 383/3/22 374/1/14 376/3/16 +f 381/1/24 383/3/23 374/1/18 +f 376/3/20 374/1/18 383/3/23 +f 379/2/46 385/2/4 380/2/10 +f 385/2/4 379/2/46 386/2/2 +f 380/2/11 385/2/8 379/2/48 +f 386/2/6 379/2/48 385/2/8 +f 380/2/10 387/1/3 378/1/9 +f 387/1/3 380/2/10 385/2/4 +f 378/1/12 387/1/5 380/2/11 +f 385/2/8 380/2/11 387/1/5 +f 383/3/22 375/3/15 384/3/42 +f 375/3/15 383/3/22 376/3/16 +f 384/3/43 375/3/17 383/3/23 +f 376/3/20 383/3/23 375/3/17 +f 386/2/2 377/1/45 388/1/1 +f 377/1/45 386/2/2 379/2/46 +f 388/1/7 377/1/47 386/2/6 +f 379/2/48 386/2/6 377/1/47 +f 387/1/3 386/2/2 388/1/1 +f 386/2/2 387/1/3 385/2/4 +f 388/1/7 386/2/6 387/1/5 +f 385/2/8 387/1/5 386/2/6 +f 384/3/42 373/1/13 382/1/41 +f 373/1/13 384/3/42 375/3/15 +f 382/1/44 373/1/19 384/3/43 +f 375/3/17 384/3/43 373/1/19 +f 391/2/51 390/2/50 389/2/49 +f 390/2/50 391/2/51 392/2/52 +f 389/2/55 390/2/54 391/2/53 +f 392/2/56 391/2/53 390/2/54 +f 392/2/52 393/1/71 390/2/50 +f 393/1/71 392/2/52 394/1/58 +f 390/2/54 393/1/72 392/2/56 +f 394/1/60 392/2/56 393/1/72 +f 389/2/49 393/1/71 395/1/69 +f 393/1/71 389/2/49 390/2/50 +f 395/1/70 393/1/72 389/2/55 +f 390/2/54 389/2/55 393/1/72 +f 396/1/57 389/2/49 395/1/69 +f 389/2/49 396/1/57 391/2/51 +f 395/1/70 389/2/55 396/1/59 +f 391/2/53 396/1/59 389/2/55 +f 394/1/58 391/2/51 396/1/57 +f 391/2/51 394/1/58 392/2/52 +f 396/1/59 391/2/53 394/1/60 +f 392/2/56 394/1/60 391/2/53 +f 399/1/61 398/2/75 397/1/73 +f 398/2/75 399/1/61 400/2/62 +f 397/1/79 398/2/77 399/1/67 +f 400/2/66 399/1/67 398/2/77 +f 401/1/63 400/2/62 399/1/61 +f 400/2/62 401/1/63 402/2/64 +f 399/1/67 400/2/66 401/1/65 +f 402/2/68 401/1/65 400/2/66 +f 405/3/26 404/1/39 403/1/25 +f 404/1/39 405/3/26 406/3/33 +f 403/1/31 404/1/40 405/3/30 +f 406/3/36 405/3/30 404/1/40 +f 405/3/26 407/3/34 406/3/33 +f 407/3/34 405/3/26 408/3/28 +f 406/3/36 407/3/35 405/3/30 +f 408/3/32 405/3/30 407/3/35 +f 402/2/64 410/1/74 409/2/76 +f 410/1/74 402/2/64 401/1/63 +f 409/2/80 410/1/78 402/2/68 +f 401/1/65 402/2/68 410/1/78 +f 406/3/33 411/1/37 404/1/39 +f 411/1/37 406/3/33 407/3/34 +f 404/1/40 411/1/38 406/3/36 +f 407/3/35 406/3/36 411/1/38 +f 400/2/62 409/2/76 398/2/75 +f 409/2/76 400/2/62 402/2/64 +f 398/2/77 409/2/80 400/2/66 +f 402/2/68 400/2/66 409/2/80 +f 412/1/27 405/3/26 403/1/25 +f 405/3/26 412/1/27 408/3/28 +f 403/1/31 405/3/30 412/1/29 +f 408/3/32 412/1/29 405/3/30 +f 398/2/75 410/1/74 397/1/73 +f 410/1/74 398/2/75 409/2/76 +f 397/1/79 410/1/78 398/2/77 +f 409/2/80 398/2/77 410/1/78 +f 407/3/34 412/1/27 411/1/37 +f 412/1/27 407/3/34 408/3/28 +f 411/1/38 412/1/29 407/3/35 +f 408/3/32 407/3/35 412/1/29 +f 415/4/85 414/4/85 413/4/85 +f 414/4/85 415/4/85 416/4/85 +f 414/4/85 416/4/85 417/4/85 +f 417/4/85 416/4/85 418/4/85 +f 417/4/85 418/4/85 419/4/85 +f 419/4/85 418/4/85 420/4/85 +f 419/4/85 420/4/85 421/4/85 +f 421/4/85 420/4/85 422/4/85 +f 413/4/86 414/4/86 415/4/86 +f 416/4/86 415/4/86 414/4/86 +f 417/4/86 416/4/86 414/4/86 +f 418/4/86 416/4/86 417/4/86 +f 419/4/86 418/4/86 417/4/86 +f 420/4/86 418/4/86 419/4/86 +f 421/4/86 420/4/86 419/4/86 +f 422/4/86 420/4/86 421/4/86 +f 415/4/82 424/1/82 423/1/82 +f 424/1/82 415/4/82 413/4/82 +f 423/1/84 424/1/84 415/4/84 +f 413/4/84 415/4/84 424/1/84 +f 425/1/368 415/4/367 423/1/367 +f 415/4/367 425/1/368 416/4/368 +f 423/1/370 415/4/370 425/1/369 +f 416/4/369 425/1/369 415/4/370 +f 426/1/371 416/4/368 425/1/368 +f 416/4/368 426/1/371 418/4/371 +f 425/1/369 416/4/369 426/1/372 +f 418/4/372 426/1/372 416/4/369 +f 420/4/373 426/1/371 427/1/373 +f 426/1/371 420/4/373 418/4/371 +f 427/1/374 426/1/372 420/4/374 +f 418/4/372 420/4/374 426/1/372 +f 422/4/375 427/1/373 428/1/375 +f 427/1/373 422/4/375 420/4/373 +f 428/1/376 427/1/374 422/4/376 +f 420/4/374 422/4/376 427/1/374 +f 429/1/90 422/4/90 428/1/90 +f 422/4/90 429/1/90 421/4/90 +f 428/1/89 422/4/89 429/1/89 +f 421/4/89 429/1/89 422/4/89 +f 419/4/374 429/1/377 430/1/374 +f 429/1/377 419/4/374 421/4/377 +f 430/1/373 429/1/378 419/4/373 +f 421/4/378 419/4/373 429/1/378 +f 417/4/372 430/1/374 431/1/372 +f 430/1/374 417/4/372 419/4/374 +f 431/1/371 430/1/373 417/4/371 +f 419/4/373 417/4/371 430/1/373 +f 417/4/372 432/1/369 414/4/369 +f 432/1/369 417/4/372 431/1/372 +f 414/4/368 432/1/368 417/4/371 +f 431/1/371 417/4/371 432/1/368 +f 414/4/369 424/1/370 413/4/370 +f 424/1/370 414/4/369 432/1/369 +f 413/4/367 424/1/367 414/4/368 +f 432/1/368 414/4/368 424/1/367 +f 189/1/85 433/1/85 196/1/85 +f 433/1/85 189/1/85 190/1/85 +f 196/1/86 433/1/86 189/1/86 +f 190/1/86 189/1/86 433/1/86 +f 436/5/89 435/6/379 434/5/379 +f 435/6/379 436/5/89 437/6/89 +f 434/5/380 435/6/380 436/5/90 +f 437/6/90 436/5/90 435/6/380 +f 440/5/84 439/6/381 438/6/84 +f 439/6/381 440/5/84 441/5/381 +f 438/6/82 439/6/382 440/5/82 +f 441/5/382 440/5/82 439/6/382 +f 443/5/383 438/6/84 442/6/383 +f 438/6/84 443/5/383 440/5/84 +f 442/6/384 438/6/82 443/5/384 +f 440/5/82 443/5/384 438/6/82 +f 445/5/82 435/6/382 444/6/82 +f 435/6/382 445/5/82 434/5/382 +f 444/6/84 435/6/381 445/5/84 +f 434/5/381 445/5/84 435/6/381 +f 447/5/384 444/6/82 446/6/384 +f 444/6/82 447/5/384 445/5/82 +f 446/6/383 444/6/84 447/5/383 +f 445/5/84 447/5/383 444/6/84 +f 448/6/90 447/5/385 446/6/385 +f 447/5/385 448/6/90 449/5/90 +f 446/6/386 447/5/386 448/6/89 +f 449/5/89 448/6/89 447/5/386 +f 439/6/380 449/5/90 448/6/90 +f 449/5/90 439/6/380 441/5/380 +f 448/6/89 449/5/89 439/6/379 +f 441/5/379 439/6/379 449/5/89 +f 434/5/85 443/5/85 436/5/85 +f 443/5/85 434/5/85 440/5/85 +f 440/5/85 434/5/85 445/5/85 +f 440/5/85 445/5/85 441/5/85 +f 441/5/85 445/5/85 447/5/85 +f 441/5/85 447/5/85 449/5/85 +f 436/5/86 443/5/86 434/5/86 +f 440/5/86 434/5/86 443/5/86 +f 445/5/86 434/5/86 440/5/86 +f 441/5/86 445/5/86 440/5/86 +f 447/5/86 445/5/86 441/5/86 +f 449/5/86 447/5/86 441/5/86 +f 442/6/86 435/6/86 437/6/86 +f 435/6/86 442/6/86 438/6/86 +f 435/6/86 438/6/86 444/6/86 +f 444/6/86 438/6/86 439/6/86 +f 444/6/86 439/6/86 446/6/86 +f 446/6/86 439/6/86 448/6/86 +f 437/6/85 435/6/85 442/6/85 +f 438/6/85 442/6/85 435/6/85 +f 444/6/85 438/6/85 435/6/85 +f 439/6/85 438/6/85 444/6/85 +f 446/6/85 439/6/85 444/6/85 +f 448/6/85 439/6/85 446/6/85 +f 443/5/386 437/6/89 436/5/89 +f 437/6/89 443/5/386 442/6/386 +f 436/5/90 437/6/90 443/5/385 +f 442/6/385 443/5/385 437/6/90 +f 452/5/84 451/6/381 450/6/84 +f 451/6/381 452/5/84 453/5/381 +f 450/6/82 451/6/382 452/5/82 +f 453/5/382 452/5/82 451/6/382 +f 456/5/384 455/6/82 454/6/384 +f 455/6/82 456/5/384 457/5/82 +f 454/6/383 455/6/84 456/5/383 +f 457/5/84 456/5/383 455/6/84 +f 459/5/383 450/6/84 458/6/383 +f 450/6/84 459/5/383 452/5/84 +f 458/6/384 450/6/82 459/5/384 +f 452/5/82 459/5/384 450/6/82 +f 459/5/386 461/6/89 460/5/89 +f 461/6/89 459/5/386 458/6/386 +f 460/5/90 461/6/90 459/5/385 +f 458/6/385 459/5/385 461/6/90 +f 462/5/85 459/5/85 460/5/85 +f 459/5/85 462/5/85 457/5/85 +f 459/5/85 457/5/85 452/5/85 +f 452/5/85 457/5/85 456/5/85 +f 452/5/85 456/5/85 453/5/85 +f 453/5/85 456/5/85 463/5/85 +f 460/5/86 459/5/86 462/5/86 +f 457/5/86 462/5/86 459/5/86 +f 452/5/86 457/5/86 459/5/86 +f 456/5/86 457/5/86 452/5/86 +f 453/5/86 456/5/86 452/5/86 +f 463/5/86 456/5/86 453/5/86 +f 464/6/90 456/5/385 454/6/385 +f 456/5/385 464/6/90 463/5/90 +f 454/6/386 456/5/386 464/6/89 +f 463/5/89 464/6/89 456/5/386 +f 451/6/380 463/5/90 464/6/90 +f 463/5/90 451/6/380 453/5/380 +f 464/6/89 463/5/89 451/6/379 +f 453/5/379 451/6/379 463/5/89 +f 460/5/89 465/6/379 462/5/379 +f 465/6/379 460/5/89 461/6/89 +f 462/5/380 465/6/380 460/5/90 +f 461/6/90 460/5/90 465/6/380 +f 457/5/82 465/6/382 455/6/82 +f 465/6/382 457/5/82 462/5/382 +f 455/6/84 465/6/381 457/5/84 +f 462/5/381 457/5/84 465/6/381 +f 468/8/387 467/7/388 466/7/387 +f 467/7/388 468/8/387 469/8/388 +f 466/7/389 467/7/390 468/8/389 +f 469/8/390 468/8/389 467/7/390 +f 471/8/391 466/7/387 470/7/391 +f 466/7/387 471/8/391 468/8/387 +f 470/7/392 466/7/389 471/8/392 +f 468/8/389 471/8/392 466/7/389 +f 474/7/393 473/8/394 472/8/393 +f 473/8/394 474/7/393 475/7/394 +f 472/8/395 473/8/396 474/7/395 +f 475/7/396 474/7/395 473/8/396 +f 478/7/397 477/8/398 476/8/397 +f 477/8/398 478/7/397 479/7/398 +f 476/8/399 477/8/400 478/7/399 +f 479/7/400 478/7/399 477/8/400 +f 480/7/402 473/8/401 475/7/401 +f 473/8/401 480/7/402 481/8/402 +f 475/7/404 473/8/404 480/7/403 +f 481/8/403 480/7/403 473/8/404 +f 478/7/405 481/8/402 480/7/402 +f 481/8/402 478/7/405 476/8/405 +f 480/7/403 481/8/403 478/7/406 +f 476/8/406 478/7/406 481/8/403 +f 470/7/407 472/8/393 471/8/407 +f 472/8/393 470/7/407 474/7/393 +f 471/8/408 472/8/395 470/7/408 +f 474/7/395 470/7/408 472/8/395 +f 479/7/398 469/8/409 477/8/398 +f 469/8/409 479/7/398 467/7/409 +f 477/8/400 469/8/410 479/7/400 +f 467/7/410 479/7/400 469/8/410 +f 484/5/177 483/6/411 482/5/411 +f 483/6/411 484/5/177 485/6/177 +f 482/5/412 483/6/412 484/5/178 +f 485/6/178 484/5/178 483/6/412 +f 488/5/174 487/6/413 486/6/174 +f 487/6/413 488/5/174 489/5/413 +f 486/6/172 487/6/414 488/5/172 +f 489/5/414 488/5/172 487/6/414 +f 491/5/415 486/6/174 490/6/415 +f 486/6/174 491/5/415 488/5/174 +f 490/6/416 486/6/172 491/5/416 +f 488/5/172 491/5/416 486/6/172 +f 493/5/172 483/6/414 492/6/172 +f 483/6/414 493/5/172 482/5/414 +f 492/6/174 483/6/413 493/5/174 +f 482/5/413 493/5/174 483/6/413 +f 495/5/416 492/6/172 494/6/416 +f 492/6/172 495/5/416 493/5/172 +f 494/6/415 492/6/174 495/5/415 +f 493/5/174 495/5/415 492/6/174 +f 496/6/178 495/5/417 494/6/417 +f 495/5/417 496/6/178 497/5/178 +f 494/6/418 495/5/418 496/6/177 +f 497/5/177 496/6/177 495/5/418 +f 487/6/412 497/5/178 496/6/178 +f 497/5/178 487/6/412 489/5/412 +f 496/6/177 497/5/177 487/6/411 +f 489/5/411 487/6/411 497/5/177 +f 482/5/85 491/5/85 484/5/85 +f 491/5/85 482/5/85 488/5/85 +f 488/5/85 482/5/85 493/5/85 +f 488/5/85 493/5/85 489/5/85 +f 489/5/85 493/5/85 495/5/85 +f 489/5/85 495/5/85 497/5/85 +f 484/5/86 491/5/86 482/5/86 +f 488/5/86 482/5/86 491/5/86 +f 493/5/86 482/5/86 488/5/86 +f 489/5/86 493/5/86 488/5/86 +f 495/5/86 493/5/86 489/5/86 +f 497/5/86 495/5/86 489/5/86 +f 490/6/86 483/6/86 485/6/86 +f 483/6/86 490/6/86 486/6/86 +f 483/6/86 486/6/86 492/6/86 +f 492/6/86 486/6/86 487/6/86 +f 492/6/86 487/6/86 494/6/86 +f 494/6/86 487/6/86 496/6/86 +f 485/6/85 483/6/85 490/6/85 +f 486/6/85 490/6/85 483/6/85 +f 492/6/85 486/6/85 483/6/85 +f 487/6/85 486/6/85 492/6/85 +f 494/6/85 487/6/85 492/6/85 +f 496/6/85 487/6/85 494/6/85 +f 491/5/418 485/6/177 484/5/177 +f 485/6/177 491/5/418 490/6/418 +f 484/5/178 485/6/178 491/5/417 +f 490/6/417 491/5/417 485/6/178 +f 500/5/174 499/6/413 498/6/174 +f 499/6/413 500/5/174 501/5/413 +f 498/6/172 499/6/414 500/5/172 +f 501/5/414 500/5/172 499/6/414 +f 504/5/416 503/6/172 502/6/416 +f 503/6/172 504/5/416 505/5/172 +f 502/6/415 503/6/174 504/5/415 +f 505/5/174 504/5/415 503/6/174 +f 507/5/415 498/6/174 506/6/415 +f 498/6/174 507/5/415 500/5/174 +f 506/6/416 498/6/172 507/5/416 +f 500/5/172 507/5/416 498/6/172 +f 507/5/418 509/6/177 508/5/177 +f 509/6/177 507/5/418 506/6/418 +f 508/5/178 509/6/178 507/5/417 +f 506/6/417 507/5/417 509/6/178 +f 510/5/85 507/5/85 508/5/85 +f 507/5/85 510/5/85 505/5/85 +f 507/5/85 505/5/85 500/5/85 +f 500/5/85 505/5/85 504/5/85 +f 500/5/85 504/5/85 501/5/85 +f 501/5/85 504/5/85 511/5/85 +f 508/5/86 507/5/86 510/5/86 +f 505/5/86 510/5/86 507/5/86 +f 500/5/86 505/5/86 507/5/86 +f 504/5/86 505/5/86 500/5/86 +f 501/5/86 504/5/86 500/5/86 +f 511/5/86 504/5/86 501/5/86 +f 512/6/178 504/5/417 502/6/417 +f 504/5/417 512/6/178 511/5/178 +f 502/6/418 504/5/418 512/6/177 +f 511/5/177 512/6/177 504/5/418 +f 499/6/412 511/5/178 512/6/178 +f 511/5/178 499/6/412 501/5/412 +f 512/6/177 511/5/177 499/6/411 +f 501/5/411 499/6/411 511/5/177 +f 508/5/177 513/6/411 510/5/411 +f 513/6/411 508/5/177 509/6/177 +f 510/5/412 513/6/412 508/5/178 +f 509/6/178 508/5/178 513/6/412 +f 505/5/172 513/6/414 503/6/172 +f 513/6/414 505/5/172 510/5/414 +f 503/6/174 513/6/413 505/5/174 +f 510/5/413 505/5/174 513/6/413 +f 516/8/419 515/7/420 514/7/419 +f 515/7/420 516/8/419 517/8/420 +f 514/7/421 515/7/422 516/8/421 +f 517/8/422 516/8/421 515/7/422 +f 519/8/423 514/7/419 518/7/423 +f 514/7/419 519/8/423 516/8/419 +f 518/7/424 514/7/421 519/8/424 +f 516/8/421 519/8/424 514/7/421 +f 522/7/425 521/8/426 520/8/425 +f 521/8/426 522/7/425 523/7/426 +f 520/8/427 521/8/428 522/7/427 +f 523/7/428 522/7/427 521/8/428 +f 526/7/429 525/8/430 524/8/429 +f 525/8/430 526/7/429 527/7/430 +f 524/8/431 525/8/432 526/7/431 +f 527/7/432 526/7/431 525/8/432 +f 528/7/434 521/8/433 523/7/433 +f 521/8/433 528/7/434 529/8/434 +f 523/7/436 521/8/436 528/7/435 +f 529/8/435 528/7/435 521/8/436 +f 526/7/437 529/8/434 528/7/434 +f 529/8/434 526/7/437 524/8/437 +f 528/7/435 529/8/435 526/7/438 +f 524/8/438 526/7/438 529/8/435 +f 518/7/439 520/8/425 519/8/439 +f 520/8/425 518/7/439 522/7/425 +f 519/8/440 520/8/427 518/7/440 +f 522/7/427 518/7/440 520/8/427 +f 527/7/430 517/8/441 525/8/430 +f 517/8/441 527/7/430 515/7/441 +f 525/8/432 517/8/442 527/7/432 +f 515/7/442 527/7/432 517/8/442 +f 532/6/443 531/6/443 530/6/443 +f 531/6/443 532/6/443 533/6/443 +f 531/6/443 533/6/443 534/6/443 +f 534/6/443 533/6/443 535/6/443 +f 535/6/443 533/6/443 536/6/443 +f 535/6/443 536/6/443 537/6/443 +f 530/6/444 531/6/444 532/6/444 +f 533/6/444 532/6/444 531/6/444 +f 534/6/444 533/6/444 531/6/444 +f 535/6/444 533/6/444 534/6/444 +f 536/6/444 533/6/444 535/6/444 +f 537/6/444 536/6/444 535/6/444 +f 540/5/444 539/5/444 538/5/444 +f 539/5/444 540/5/444 541/5/444 +f 539/5/444 541/5/444 542/5/444 +f 542/5/444 541/5/444 543/5/444 +f 542/5/444 543/5/444 544/5/444 +f 544/5/444 543/5/444 545/5/444 +f 538/5/443 539/5/443 540/5/443 +f 541/5/443 540/5/443 539/5/443 +f 542/5/443 541/5/443 539/5/443 +f 543/5/443 541/5/443 542/5/443 +f 544/5/443 543/5/443 542/5/443 +f 545/5/443 543/5/443 544/5/443 +f 538/5/446 531/6/445 540/5/445 +f 531/6/445 538/5/446 530/6/446 +f 540/5/448 531/6/448 538/5/447 +f 530/6/447 538/5/447 531/6/448 +f 541/5/263 531/6/449 534/6/263 +f 531/6/449 541/5/263 540/5/449 +f 534/6/264 531/6/450 541/5/264 +f 540/5/450 541/5/264 531/6/450 +f 543/5/451 534/6/263 535/6/451 +f 534/6/263 543/5/451 541/5/263 +f 535/6/452 534/6/264 543/5/452 +f 541/5/264 543/5/452 534/6/264 +f 537/6/447 543/5/453 535/6/453 +f 543/5/453 537/6/447 545/5/447 +f 535/6/454 543/5/454 537/6/446 +f 545/5/446 537/6/446 543/5/454 +f 536/6/448 545/5/447 537/6/447 +f 545/5/447 536/6/448 544/5/448 +f 537/6/446 545/5/446 536/6/445 +f 544/5/445 536/6/445 545/5/446 +f 542/5/264 536/6/450 533/6/264 +f 536/6/450 542/5/264 544/5/450 +f 533/6/263 536/6/449 542/5/263 +f 544/5/449 542/5/263 536/6/449 +f 539/5/452 533/6/264 532/6/452 +f 533/6/264 539/5/452 542/5/264 +f 532/6/451 533/6/263 539/5/451 +f 542/5/263 539/5/451 533/6/263 +f 539/5/454 530/6/446 538/5/446 +f 530/6/446 539/5/454 532/6/454 +f 538/5/447 530/6/447 539/5/453 +f 532/6/453 539/5/453 530/6/447 +f 548/5/444 547/5/444 546/5/444 +f 547/5/444 548/5/444 549/5/444 +f 547/5/444 549/5/444 550/5/444 +f 550/5/444 549/5/444 551/5/444 +f 551/5/444 549/5/444 552/5/444 +f 551/5/444 552/5/444 553/5/444 +f 546/5/443 547/5/443 548/5/443 +f 549/5/443 548/5/443 547/5/443 +f 550/5/443 549/5/443 547/5/443 +f 551/5/443 549/5/443 550/5/443 +f 552/5/443 549/5/443 551/5/443 +f 553/5/443 552/5/443 551/5/443 +f 546/5/446 554/6/445 548/5/445 +f 554/6/445 546/5/446 555/6/446 +f 548/5/448 554/6/448 546/5/447 +f 555/6/447 546/5/447 554/6/448 +f 549/5/263 554/6/449 556/6/263 +f 554/6/449 549/5/263 548/5/449 +f 556/6/264 554/6/450 549/5/264 +f 548/5/450 549/5/264 554/6/450 +f 552/5/451 556/6/263 557/6/451 +f 556/6/263 552/5/451 549/5/263 +f 557/6/452 556/6/264 552/5/452 +f 549/5/264 552/5/452 556/6/264 +f 558/6/447 552/5/453 557/6/453 +f 552/5/453 558/6/447 553/5/447 +f 557/6/454 552/5/454 558/6/446 +f 553/5/446 558/6/446 552/5/454 +f 559/6/448 553/5/447 558/6/447 +f 553/5/447 559/6/448 551/5/448 +f 558/6/446 553/5/446 559/6/445 +f 551/5/445 559/6/445 553/5/446 +f 550/5/264 559/6/450 560/6/264 +f 559/6/450 550/5/264 551/5/450 +f 560/6/263 559/6/449 550/5/263 +f 551/5/449 550/5/263 559/6/449 +f 547/5/452 560/6/264 561/6/452 +f 560/6/264 547/5/452 550/5/264 +f 561/6/451 560/6/263 547/5/451 +f 550/5/263 547/5/451 560/6/263 +f 547/5/454 555/6/446 546/5/446 +f 555/6/446 547/5/454 561/6/454 +f 546/5/447 555/6/447 547/5/453 +f 561/6/453 547/5/453 555/6/447 +f 564/7/455 563/8/456 562/8/455 +f 563/8/456 564/7/455 565/7/456 +f 562/8/457 563/8/458 564/7/457 +f 565/7/458 564/7/457 563/8/458 +f 568/8/459 567/7/460 566/7/459 +f 567/7/460 568/8/459 569/8/460 +f 566/7/461 567/7/462 568/8/461 +f 569/8/462 568/8/461 567/7/462 +f 571/7/463 562/8/455 570/8/463 +f 562/8/455 571/7/463 564/7/455 +f 570/8/464 562/8/457 571/7/464 +f 564/7/457 571/7/464 562/8/457 +f 574/7/465 573/8/466 572/8/465 +f 573/8/466 574/7/465 575/7/466 +f 572/8/467 573/8/468 574/7/467 +f 575/7/468 574/7/467 573/8/468 +f 574/7/465 563/8/469 565/7/469 +f 563/8/469 574/7/465 572/8/465 +f 565/7/470 563/8/470 574/7/467 +f 572/8/467 574/7/467 563/8/470 +f 577/7/471 569/8/472 576/8/471 +f 569/8/472 577/7/471 567/7/472 +f 576/8/473 569/8/474 577/7/473 +f 567/7/474 577/7/473 569/8/474 +f 575/7/475 576/8/471 573/8/475 +f 576/8/471 575/7/475 577/7/471 +f 573/8/476 576/8/473 575/7/476 +f 577/7/473 575/7/476 576/8/473 +f 570/8/477 566/7/459 571/7/477 +f 566/7/459 570/8/477 568/8/459 +f 571/7/478 566/7/461 570/8/478 +f 568/8/461 570/8/478 566/7/461 +f 580/6/443 579/6/443 578/6/443 +f 579/6/443 580/6/443 581/6/443 +f 579/6/443 581/6/443 582/6/443 +f 582/6/443 581/6/443 583/6/443 +f 583/6/443 581/6/443 584/6/443 +f 583/6/443 584/6/443 585/6/443 +f 578/6/444 579/6/444 580/6/444 +f 581/6/444 580/6/444 579/6/444 +f 582/6/444 581/6/444 579/6/444 +f 583/6/444 581/6/444 582/6/444 +f 584/6/444 581/6/444 583/6/444 +f 585/6/444 584/6/444 583/6/444 +f 588/5/444 587/5/444 586/5/444 +f 587/5/444 588/5/444 589/5/444 +f 587/5/444 589/5/444 590/5/444 +f 590/5/444 589/5/444 591/5/444 +f 590/5/444 591/5/444 592/5/444 +f 592/5/444 591/5/444 593/5/444 +f 586/5/443 587/5/443 588/5/443 +f 589/5/443 588/5/443 587/5/443 +f 590/5/443 589/5/443 587/5/443 +f 591/5/443 589/5/443 590/5/443 +f 592/5/443 591/5/443 590/5/443 +f 593/5/443 591/5/443 592/5/443 +f 586/5/480 579/6/479 588/5/479 +f 579/6/479 586/5/480 578/6/480 +f 588/5/482 579/6/482 586/5/481 +f 578/6/481 586/5/481 579/6/482 +f 589/5/483 579/6/484 582/6/483 +f 579/6/484 589/5/483 588/5/484 +f 582/6/485 579/6/486 589/5/485 +f 588/5/486 589/5/485 579/6/486 +f 591/5/487 582/6/483 583/6/487 +f 582/6/483 591/5/487 589/5/483 +f 583/6/488 582/6/485 591/5/488 +f 589/5/485 591/5/488 582/6/485 +f 585/6/481 591/5/489 583/6/489 +f 591/5/489 585/6/481 593/5/481 +f 583/6/490 591/5/490 585/6/480 +f 593/5/480 585/6/480 591/5/490 +f 584/6/482 593/5/481 585/6/481 +f 593/5/481 584/6/482 592/5/482 +f 585/6/480 593/5/480 584/6/479 +f 592/5/479 584/6/479 593/5/480 +f 590/5/485 584/6/486 581/6/485 +f 584/6/486 590/5/485 592/5/486 +f 581/6/483 584/6/484 590/5/483 +f 592/5/484 590/5/483 584/6/484 +f 587/5/488 581/6/485 580/6/488 +f 581/6/485 587/5/488 590/5/485 +f 580/6/487 581/6/483 587/5/487 +f 590/5/483 587/5/487 581/6/483 +f 587/5/490 578/6/480 586/5/480 +f 578/6/480 587/5/490 580/6/490 +f 586/5/481 578/6/481 587/5/489 +f 580/6/489 587/5/489 578/6/481 +f 596/5/444 595/5/444 594/5/444 +f 595/5/444 596/5/444 597/5/444 +f 595/5/444 597/5/444 598/5/444 +f 598/5/444 597/5/444 599/5/444 +f 599/5/444 597/5/444 600/5/444 +f 599/5/444 600/5/444 601/5/444 +f 594/5/443 595/5/443 596/5/443 +f 597/5/443 596/5/443 595/5/443 +f 598/5/443 597/5/443 595/5/443 +f 599/5/443 597/5/443 598/5/443 +f 600/5/443 597/5/443 599/5/443 +f 601/5/443 600/5/443 599/5/443 +f 594/5/480 602/6/479 596/5/479 +f 602/6/479 594/5/480 603/6/480 +f 596/5/482 602/6/482 594/5/481 +f 603/6/481 594/5/481 602/6/482 +f 597/5/483 602/6/484 604/6/483 +f 602/6/484 597/5/483 596/5/484 +f 604/6/485 602/6/486 597/5/485 +f 596/5/486 597/5/485 602/6/486 +f 600/5/487 604/6/483 605/6/487 +f 604/6/483 600/5/487 597/5/483 +f 605/6/488 604/6/485 600/5/488 +f 597/5/485 600/5/488 604/6/485 +f 606/6/481 600/5/489 605/6/489 +f 600/5/489 606/6/481 601/5/481 +f 605/6/490 600/5/490 606/6/480 +f 601/5/480 606/6/480 600/5/490 +f 607/6/482 601/5/481 606/6/481 +f 601/5/481 607/6/482 599/5/482 +f 606/6/480 601/5/480 607/6/479 +f 599/5/479 607/6/479 601/5/480 +f 598/5/485 607/6/486 608/6/485 +f 607/6/486 598/5/485 599/5/486 +f 608/6/483 607/6/484 598/5/483 +f 599/5/484 598/5/483 607/6/484 +f 595/5/488 608/6/485 609/6/488 +f 608/6/485 595/5/488 598/5/485 +f 609/6/487 608/6/483 595/5/487 +f 598/5/483 595/5/487 608/6/483 +f 595/5/490 603/6/480 594/5/480 +f 603/6/480 595/5/490 609/6/490 +f 594/5/481 603/6/481 595/5/489 +f 609/6/489 595/5/489 603/6/481 +f 612/7/491 611/8/492 610/8/491 +f 611/8/492 612/7/491 613/7/492 +f 610/8/493 611/8/494 612/7/493 +f 613/7/494 612/7/493 611/8/494 +f 616/8/495 615/7/496 614/7/495 +f 615/7/496 616/8/495 617/8/496 +f 614/7/497 615/7/498 616/8/497 +f 617/8/498 616/8/497 615/7/498 +f 619/7/499 610/8/491 618/8/499 +f 610/8/491 619/7/499 612/7/491 +f 618/8/500 610/8/493 619/7/500 +f 612/7/493 619/7/500 610/8/493 +f 622/7/501 621/8/502 620/8/501 +f 621/8/502 622/7/501 623/7/502 +f 620/8/503 621/8/504 622/7/503 +f 623/7/504 622/7/503 621/8/504 +f 622/7/501 611/8/505 613/7/505 +f 611/8/505 622/7/501 620/8/501 +f 613/7/506 611/8/506 622/7/503 +f 620/8/503 622/7/503 611/8/506 +f 625/7/507 617/8/508 624/8/507 +f 617/8/508 625/7/507 615/7/508 +f 624/8/509 617/8/510 625/7/509 +f 615/7/510 625/7/509 617/8/510 +f 623/7/511 624/8/507 621/8/511 +f 624/8/507 623/7/511 625/7/507 +f 621/8/512 624/8/509 623/7/512 +f 625/7/509 623/7/512 624/8/509 +f 618/8/513 614/7/495 619/7/513 +f 614/7/495 618/8/513 616/8/495 +f 619/7/514 614/7/497 618/8/514 +f 616/8/497 618/8/514 614/7/497 +f 628/6/86 627/6/86 626/6/86 +f 627/6/86 628/6/86 629/6/86 +f 627/6/86 629/6/86 630/6/86 +f 630/6/86 629/6/86 631/6/86 +f 631/6/86 629/6/86 632/6/86 +f 631/6/86 632/6/86 633/6/86 +f 626/6/85 627/6/85 628/6/85 +f 629/6/85 628/6/85 627/6/85 +f 630/6/85 629/6/85 627/6/85 +f 631/6/85 629/6/85 630/6/85 +f 632/6/85 629/6/85 631/6/85 +f 633/6/85 632/6/85 631/6/85 +f 636/5/85 635/5/85 634/5/85 +f 635/5/85 636/5/85 637/5/85 +f 635/5/85 637/5/85 638/5/85 +f 638/5/85 637/5/85 639/5/85 +f 638/5/85 639/5/85 640/5/85 +f 640/5/85 639/5/85 641/5/85 +f 634/5/86 635/5/86 636/5/86 +f 637/5/86 636/5/86 635/5/86 +f 638/5/86 637/5/86 635/5/86 +f 639/5/86 637/5/86 638/5/86 +f 640/5/86 639/5/86 638/5/86 +f 641/5/86 639/5/86 640/5/86 +f 634/5/516 627/6/515 636/5/515 +f 627/6/515 634/5/516 626/6/516 +f 636/5/518 627/6/518 634/5/517 +f 626/6/517 634/5/517 627/6/518 +f 637/5/519 627/6/520 630/6/519 +f 627/6/520 637/5/519 636/5/520 +f 630/6/521 627/6/522 637/5/521 +f 636/5/522 637/5/521 627/6/522 +f 639/5/523 630/6/519 631/6/523 +f 630/6/519 639/5/523 637/5/519 +f 631/6/524 630/6/521 639/5/524 +f 637/5/521 639/5/524 630/6/521 +f 633/6/517 639/5/525 631/6/525 +f 639/5/525 633/6/517 641/5/517 +f 631/6/526 639/5/526 633/6/516 +f 641/5/516 633/6/516 639/5/526 +f 632/6/518 641/5/517 633/6/517 +f 641/5/517 632/6/518 640/5/518 +f 633/6/516 641/5/516 632/6/515 +f 640/5/515 632/6/515 641/5/516 +f 638/5/521 632/6/522 629/6/521 +f 632/6/522 638/5/521 640/5/522 +f 629/6/519 632/6/520 638/5/519 +f 640/5/520 638/5/519 632/6/520 +f 635/5/524 629/6/521 628/6/524 +f 629/6/521 635/5/524 638/5/521 +f 628/6/523 629/6/519 635/5/523 +f 638/5/519 635/5/523 629/6/519 +f 635/5/526 626/6/516 634/5/516 +f 626/6/516 635/5/526 628/6/526 +f 634/5/517 626/6/517 635/5/525 +f 628/6/525 635/5/525 626/6/517 +f 644/5/85 643/5/85 642/5/85 +f 643/5/85 644/5/85 645/5/85 +f 643/5/85 645/5/85 646/5/85 +f 646/5/85 645/5/85 647/5/85 +f 647/5/85 645/5/85 648/5/85 +f 647/5/85 648/5/85 649/5/85 +f 642/5/86 643/5/86 644/5/86 +f 645/5/86 644/5/86 643/5/86 +f 646/5/86 645/5/86 643/5/86 +f 647/5/86 645/5/86 646/5/86 +f 648/5/86 645/5/86 647/5/86 +f 649/5/86 648/5/86 647/5/86 +f 642/5/516 650/6/515 644/5/515 +f 650/6/515 642/5/516 651/6/516 +f 644/5/518 650/6/518 642/5/517 +f 651/6/517 642/5/517 650/6/518 +f 645/5/519 650/6/520 652/6/519 +f 650/6/520 645/5/519 644/5/520 +f 652/6/521 650/6/522 645/5/521 +f 644/5/522 645/5/521 650/6/522 +f 648/5/523 652/6/519 653/6/523 +f 652/6/519 648/5/523 645/5/519 +f 653/6/524 652/6/521 648/5/524 +f 645/5/521 648/5/524 652/6/521 +f 654/6/517 648/5/525 653/6/525 +f 648/5/525 654/6/517 649/5/517 +f 653/6/526 648/5/526 654/6/516 +f 649/5/516 654/6/516 648/5/526 +f 655/6/518 649/5/517 654/6/517 +f 649/5/517 655/6/518 647/5/518 +f 654/6/516 649/5/516 655/6/515 +f 647/5/515 655/6/515 649/5/516 +f 646/5/521 655/6/522 656/6/521 +f 655/6/522 646/5/521 647/5/522 +f 656/6/519 655/6/520 646/5/519 +f 647/5/520 646/5/519 655/6/520 +f 643/5/524 656/6/521 657/6/524 +f 656/6/521 643/5/524 646/5/521 +f 657/6/523 656/6/519 643/5/523 +f 646/5/519 643/5/523 656/6/519 +f 643/5/526 651/6/516 642/5/516 +f 651/6/516 643/5/526 657/6/526 +f 642/5/517 651/6/517 643/5/525 +f 657/6/525 643/5/525 651/6/517 +f 660/7/527 659/8/528 658/8/527 +f 659/8/528 660/7/527 661/7/528 +f 658/8/529 659/8/530 660/7/529 +f 661/7/530 660/7/529 659/8/530 +f 664/8/531 663/7/532 662/7/531 +f 663/7/532 664/8/531 665/8/532 +f 662/7/533 663/7/534 664/8/533 +f 665/8/534 664/8/533 663/7/534 +f 667/7/535 658/8/527 666/8/535 +f 658/8/527 667/7/535 660/7/527 +f 666/8/536 658/8/529 667/7/536 +f 660/7/529 667/7/536 658/8/529 +f 670/7/537 669/8/538 668/8/537 +f 669/8/538 670/7/537 671/7/538 +f 668/8/539 669/8/540 670/7/539 +f 671/7/540 670/7/539 669/8/540 +f 670/7/537 659/8/541 661/7/541 +f 659/8/541 670/7/537 668/8/537 +f 661/7/542 659/8/542 670/7/539 +f 668/8/539 670/7/539 659/8/542 +f 673/7/543 665/8/544 672/8/543 +f 665/8/544 673/7/543 663/7/544 +f 672/8/545 665/8/546 673/7/545 +f 663/7/546 673/7/545 665/8/546 +f 671/7/547 672/8/543 669/8/547 +f 672/8/543 671/7/547 673/7/543 +f 669/8/548 672/8/545 671/7/548 +f 673/7/545 671/7/548 672/8/545 +f 666/8/549 662/7/531 667/7/549 +f 662/7/531 666/8/549 664/8/531 +f 667/7/550 662/7/533 666/8/550 +f 664/8/533 666/8/550 662/7/533 +f 676/10/82 675/9/551 674/9/82 +f 675/9/551 676/10/82 677/10/551 +f 674/9/84 675/9/552 676/10/84 +f 677/10/552 676/10/84 675/9/552 +f 680/10/554 679/9/553 678/10/553 +f 679/9/553 680/10/554 681/9/554 +f 678/10/556 679/9/556 680/10/555 +f 681/9/555 680/10/555 679/9/556 +f 677/10/551 679/9/553 675/9/551 +f 679/9/553 677/10/551 678/10/553 +f 675/9/552 679/9/556 677/10/552 +f 678/10/556 677/10/552 679/9/556 +f 683/10/557 674/9/82 682/9/557 +f 674/9/82 683/10/557 676/10/82 +f 682/9/558 674/9/84 683/10/558 +f 676/10/84 683/10/558 674/9/84 +f 678/10/85 684/10/85 680/10/85 +f 684/10/85 678/10/85 677/10/85 +f 684/10/85 677/10/85 676/10/85 +f 684/10/85 676/10/85 683/10/85 +f 684/10/85 683/10/85 685/10/85 +f 680/10/86 684/10/86 678/10/86 +f 677/10/86 678/10/86 684/10/86 +f 676/10/86 677/10/86 684/10/86 +f 683/10/86 676/10/86 684/10/86 +f 685/10/86 683/10/86 684/10/86 +f 687/9/560 685/10/559 686/9/559 +f 685/10/559 687/9/560 684/10/560 +f 686/9/562 685/10/562 687/9/561 +f 684/10/561 687/9/561 685/10/562 +f 686/9/559 683/10/557 682/9/557 +f 683/10/557 686/9/559 685/10/559 +f 682/9/558 683/10/558 686/9/562 +f 685/10/562 686/9/562 683/10/558 +f 48/10/89 689/9/89 688/10/89 +f 689/9/89 48/10/89 690/9/89 +f 688/10/90 689/9/90 48/10/90 +f 690/9/90 48/10/90 689/9/90 +f 693/10/563 692/9/82 691/9/563 +f 692/9/82 693/10/563 694/10/82 +f 691/9/564 692/9/84 693/10/564 +f 694/10/84 693/10/564 692/9/84 +f 48/10/84 695/9/84 690/9/84 +f 695/9/84 48/10/84 49/10/84 +f 690/9/82 695/9/82 48/10/82 +f 49/10/82 48/10/82 695/9/82 +f 694/10/82 689/9/565 692/9/82 +f 689/9/565 694/10/82 688/10/565 +f 692/9/84 689/9/566 694/10/84 +f 688/10/566 694/10/84 689/9/566 +f 695/9/86 689/9/86 690/9/86 +f 689/9/86 695/9/86 692/9/86 +f 692/9/86 695/9/86 691/9/86 +f 690/9/85 689/9/85 695/9/85 +f 692/9/85 695/9/85 689/9/85 +f 691/9/85 695/9/85 692/9/85 +f 688/10/85 49/10/85 48/10/85 +f 49/10/85 688/10/85 694/10/85 +f 49/10/85 694/10/85 693/10/85 +f 48/10/86 49/10/86 688/10/86 +f 694/10/86 688/10/86 49/10/86 +f 693/10/86 694/10/86 49/10/86 +f 695/9/90 693/10/90 691/9/90 +f 693/10/90 695/9/90 49/10/90 +f 691/9/89 693/10/89 695/9/89 +f 49/10/89 695/9/89 693/10/89 +f 698/11/85 697/11/85 696/11/85 +f 697/11/85 698/11/85 699/11/85 +f 697/11/85 699/11/85 700/11/85 +f 696/11/86 697/11/86 698/11/86 +f 699/11/86 698/11/86 697/11/86 +f 700/11/86 699/11/86 697/11/86 +f 696/11/84 702/9/84 701/9/84 +f 702/9/84 696/11/84 697/11/84 +f 701/9/82 702/9/82 696/11/82 +f 697/11/82 696/11/82 702/9/82 +f 702/9/90 700/11/90 703/9/90 +f 700/11/90 702/9/90 697/11/90 +f 703/9/89 700/11/89 702/9/89 +f 697/11/89 702/9/89 700/11/89 +f 696/11/89 704/9/89 698/11/89 +f 704/9/89 696/11/89 701/9/89 +f 698/11/90 704/9/90 696/11/90 +f 701/9/90 696/11/90 704/9/90 +f 706/13/83 705/12/83 699/11/84 +f 705/12/83 707/14/83 699/11/84 +f 708/15/83 706/13/83 699/11/84 +f 707/14/83 709/16/83 699/11/84 +f 710/14/83 709/16/83 707/14/83 +f 709/16/83 711/17/83 699/11/84 +f 709/16/83 710/14/83 712/16/83 +f 712/16/83 710/14/83 713/17/83 +f 713/17/83 710/14/83 714/18/83 +f 711/17/83 715/18/83 699/11/84 +f 710/14/83 716/12/83 714/18/83 +f 700/11/83 708/15/83 699/11/84 +f 699/11/84 715/18/83 717/9/84 +f 718/19/83 717/9/84 715/18/83 +f 719/19/83 717/9/84 718/19/83 +f 708/15/83 700/11/83 720/15/83 +f 720/15/83 700/11/83 721/13/83 +f 721/13/83 700/11/83 716/12/83 +f 717/9/84 719/19/83 703/9/83 +f 714/18/83 703/9/83 719/19/83 +f 716/12/83 703/9/83 714/18/83 +f 700/11/83 703/9/83 716/12/83 +f 723/21/88 722/20/88 698/11/88 +f 724/22/88 723/21/88 698/11/88 +f 698/11/88 722/20/88 704/9/88 +f 725/23/88 704/9/88 722/20/88 +f 726/23/88 704/9/88 725/23/88 +f 704/9/88 726/23/88 717/9/84 +f 727/20/88 717/9/84 726/23/88 +f 699/11/84 724/22/88 698/11/88 +f 699/11/84 717/9/84 727/20/88 +f 724/22/88 699/11/84 728/22/88 +f 729/21/88 699/11/84 727/20/88 +f 728/22/88 699/11/84 729/21/88 +f 699/11/82 705/12/81 706/13/81 +f 699/11/82 706/13/81 708/15/81 +f 699/11/82 707/14/81 705/12/81 +f 699/11/82 708/15/81 700/11/81 +f 720/15/81 700/11/81 708/15/81 +f 721/13/81 700/11/81 720/15/81 +f 716/12/81 700/11/81 721/13/81 +f 716/12/81 703/9/81 700/11/81 +f 714/18/81 703/9/81 716/12/81 +f 714/18/81 716/12/81 710/14/81 +f 719/19/81 703/9/81 714/18/81 +f 714/18/81 710/14/81 713/17/81 +f 713/17/81 710/14/81 712/16/81 +f 703/9/81 719/19/81 717/9/82 +f 718/19/81 717/9/82 719/19/81 +f 715/18/81 717/9/82 718/19/81 +f 717/9/82 715/18/81 699/11/82 +f 699/11/82 715/18/81 711/17/81 +f 712/16/81 710/14/81 709/16/81 +f 699/11/82 711/17/81 709/16/81 +f 707/14/81 709/16/81 710/14/81 +f 699/11/82 709/16/81 707/14/81 +f 698/11/87 722/20/87 723/21/87 +f 698/11/87 723/21/87 724/22/87 +f 704/9/87 722/20/87 698/11/87 +f 722/20/87 704/9/87 725/23/87 +f 725/23/87 704/9/87 726/23/87 +f 717/9/82 726/23/87 704/9/87 +f 726/23/87 717/9/82 727/20/87 +f 698/11/87 724/22/87 699/11/82 +f 727/20/87 717/9/82 699/11/82 +f 728/22/87 699/11/82 724/22/87 +f 727/20/87 699/11/82 729/21/87 +f 729/21/87 699/11/82 728/22/87 +f 732/25/567 731/24/568 730/24/567 +f 731/24/568 732/25/567 733/25/568 +f 730/24/569 731/24/570 732/25/569 +f 733/25/570 732/25/569 731/24/570 +f 736/25/569 735/24/570 734/24/569 +f 735/24/570 736/25/569 737/25/570 +f 734/24/567 735/24/568 736/25/567 +f 737/25/568 736/25/567 735/24/568 +f 740/25/572 739/24/571 738/25/571 +f 739/24/571 740/25/572 741/24/572 +f 738/25/574 739/24/574 740/25/573 +f 741/24/573 740/25/573 739/24/574 +f 744/24/574 743/25/573 742/24/573 +f 743/25/573 744/24/574 745/25/574 +f 742/24/572 743/25/572 744/24/571 +f 745/25/571 744/24/571 743/25/572 +f 737/25/570 744/24/574 735/24/570 +f 744/24/574 737/25/570 745/25/574 +f 735/24/568 744/24/571 737/25/568 +f 745/25/571 737/25/568 744/24/571 +f 733/25/568 739/24/571 731/24/568 +f 739/24/571 733/25/568 738/25/571 +f 731/24/570 739/24/574 733/25/570 +f 738/25/574 733/25/570 739/24/574 +f 740/25/572 734/24/569 741/24/572 +f 734/24/569 740/25/572 736/25/569 +f 741/24/573 734/24/567 740/25/573 +f 736/25/567 740/25/573 734/24/567 +f 743/25/573 730/24/567 742/24/573 +f 730/24/567 743/25/573 732/25/567 +f 742/24/572 730/24/569 743/25/572 +f 732/25/569 743/25/572 730/24/569 +f 733/25/575 740/25/575 738/25/575 +f 740/25/575 733/25/575 736/25/575 +f 736/25/575 733/25/575 732/25/575 +f 736/25/575 732/25/575 737/25/575 +f 737/25/575 732/25/575 743/25/575 +f 737/25/575 743/25/575 745/25/575 +f 738/25/576 740/25/576 733/25/576 +f 736/25/576 733/25/576 740/25/576 +f 732/25/576 733/25/576 736/25/576 +f 737/25/576 732/25/576 736/25/576 +f 743/25/576 732/25/576 737/25/576 +f 745/25/576 743/25/576 737/25/576 +f 734/24/576 739/24/576 741/24/576 +f 739/24/576 734/24/576 731/24/576 +f 731/24/576 734/24/576 735/24/576 +f 731/24/576 735/24/576 730/24/576 +f 730/24/576 735/24/576 744/24/576 +f 730/24/576 744/24/576 742/24/576 +f 741/24/575 739/24/575 734/24/575 +f 731/24/575 734/24/575 739/24/575 +f 735/24/575 734/24/575 731/24/575 +f 730/24/575 735/24/575 731/24/575 +f 744/24/575 735/24/575 730/24/575 +f 742/24/575 744/24/575 730/24/575 +f 748/25/577 747/24/578 746/24/577 +f 747/24/578 748/25/577 749/25/578 +f 746/24/579 747/24/580 748/25/579 +f 749/25/580 748/25/579 747/24/580 +f 752/25/579 751/24/580 750/24/579 +f 751/24/580 752/25/579 753/25/580 +f 750/24/577 751/24/578 752/25/577 +f 753/25/578 752/25/577 751/24/578 +f 756/25/582 755/24/581 754/25/581 +f 755/24/581 756/25/582 757/24/582 +f 754/25/584 755/24/584 756/25/583 +f 757/24/583 756/25/583 755/24/584 +f 760/24/584 759/25/583 758/24/583 +f 759/25/583 760/24/584 761/25/584 +f 758/24/582 759/25/582 760/24/581 +f 761/25/581 760/24/581 759/25/582 +f 753/25/580 760/24/584 751/24/580 +f 760/24/584 753/25/580 761/25/584 +f 751/24/578 760/24/581 753/25/578 +f 761/25/581 753/25/578 760/24/581 +f 749/25/578 755/24/581 747/24/578 +f 755/24/581 749/25/578 754/25/581 +f 747/24/580 755/24/584 749/25/580 +f 754/25/584 749/25/580 755/24/584 +f 756/25/582 750/24/579 757/24/582 +f 750/24/579 756/25/582 752/25/579 +f 757/24/583 750/24/577 756/25/583 +f 752/25/577 756/25/583 750/24/577 +f 759/25/583 746/24/577 758/24/583 +f 746/24/577 759/25/583 748/25/577 +f 758/24/582 746/24/579 759/25/582 +f 748/25/579 759/25/582 746/24/579 +f 749/25/585 756/25/585 754/25/585 +f 756/25/585 749/25/585 752/25/585 +f 752/25/585 749/25/585 748/25/585 +f 752/25/585 748/25/585 753/25/585 +f 753/25/585 748/25/585 759/25/585 +f 753/25/585 759/25/585 761/25/585 +f 754/25/586 756/25/586 749/25/586 +f 752/25/586 749/25/586 756/25/586 +f 748/25/586 749/25/586 752/25/586 +f 753/25/586 748/25/586 752/25/586 +f 759/25/586 748/25/586 753/25/586 +f 761/25/586 759/25/586 753/25/586 +f 750/24/586 755/24/586 757/24/586 +f 755/24/586 750/24/586 747/24/586 +f 747/24/586 750/24/586 751/24/586 +f 747/24/586 751/24/586 746/24/586 +f 746/24/586 751/24/586 760/24/586 +f 746/24/586 760/24/586 758/24/586 +f 757/24/585 755/24/585 750/24/585 +f 747/24/585 750/24/585 755/24/585 +f 751/24/585 750/24/585 747/24/585 +f 746/24/585 751/24/585 747/24/585 +f 760/24/585 751/24/585 746/24/585 +f 758/24/585 760/24/585 746/24/585 +f 764/24/577 763/25/578 762/24/578 +f 763/25/578 764/24/577 765/25/577 +f 762/24/580 763/25/580 764/24/579 +f 765/25/579 764/24/579 763/25/580 +f 768/25/579 767/24/580 766/24/579 +f 767/24/580 768/25/579 769/25/580 +f 766/24/577 767/24/578 768/25/577 +f 769/25/578 768/25/577 767/24/578 +f 772/25/582 771/24/581 770/25/581 +f 771/24/581 772/25/582 773/24/582 +f 770/25/584 771/24/584 772/25/583 +f 773/24/583 772/25/583 771/24/584 +f 776/24/584 775/25/583 774/24/583 +f 775/25/583 776/24/584 777/25/584 +f 774/24/582 775/25/582 776/24/581 +f 777/25/581 776/24/581 775/25/582 +f 767/24/580 777/25/584 776/24/584 +f 777/25/584 767/24/580 769/25/580 +f 776/24/581 777/25/581 767/24/578 +f 769/25/578 767/24/578 777/25/581 +f 763/25/578 771/24/581 762/24/578 +f 771/24/581 763/25/578 770/25/581 +f 762/24/580 771/24/584 763/25/580 +f 770/25/584 763/25/580 771/24/584 +f 773/24/582 768/25/579 766/24/579 +f 768/25/579 773/24/582 772/25/582 +f 766/24/577 768/25/577 773/24/583 +f 772/25/583 773/24/583 768/25/577 +f 775/25/583 764/24/577 774/24/583 +f 764/24/577 775/25/583 765/25/577 +f 774/24/582 764/24/579 775/25/582 +f 765/25/579 775/25/582 764/24/579 +f 763/25/585 772/25/585 770/25/585 +f 772/25/585 763/25/585 768/25/585 +f 768/25/585 763/25/585 765/25/585 +f 768/25/585 765/25/585 769/25/585 +f 769/25/585 765/25/585 775/25/585 +f 769/25/585 775/25/585 777/25/585 +f 770/25/586 772/25/586 763/25/586 +f 768/25/586 763/25/586 772/25/586 +f 765/25/586 763/25/586 768/25/586 +f 769/25/586 765/25/586 768/25/586 +f 775/25/586 765/25/586 769/25/586 +f 777/25/586 775/25/586 769/25/586 +f 766/24/586 771/24/586 773/24/586 +f 771/24/586 766/24/586 762/24/586 +f 762/24/586 766/24/586 767/24/586 +f 762/24/586 767/24/586 764/24/586 +f 764/24/586 767/24/586 776/24/586 +f 764/24/586 776/24/586 774/24/586 +f 773/24/585 771/24/585 766/24/585 +f 762/24/585 766/24/585 771/24/585 +f 767/24/585 766/24/585 762/24/585 +f 764/24/585 767/24/585 762/24/585 +f 776/24/585 767/24/585 764/24/585 +f 774/24/585 776/24/585 764/24/585 +f 780/10/172 779/9/587 778/9/172 +f 779/9/587 780/10/172 781/10/587 +f 778/9/174 779/9/588 780/10/174 +f 781/10/588 780/10/174 779/9/588 +f 784/10/590 783/9/589 782/10/589 +f 783/9/589 784/10/590 785/9/590 +f 782/10/592 783/9/592 784/10/591 +f 785/9/591 784/10/591 783/9/592 +f 781/10/587 783/9/589 779/9/587 +f 783/9/589 781/10/587 782/10/589 +f 779/9/588 783/9/592 781/10/588 +f 782/10/592 781/10/588 783/9/592 +f 787/10/593 778/9/172 786/9/593 +f 778/9/172 787/10/593 780/10/172 +f 786/9/594 778/9/174 787/10/594 +f 780/10/174 787/10/594 778/9/174 +f 782/10/85 788/10/85 784/10/85 +f 788/10/85 782/10/85 781/10/85 +f 788/10/85 781/10/85 780/10/85 +f 788/10/85 780/10/85 787/10/85 +f 788/10/85 787/10/85 789/10/85 +f 784/10/86 788/10/86 782/10/86 +f 781/10/86 782/10/86 788/10/86 +f 780/10/86 781/10/86 788/10/86 +f 787/10/86 780/10/86 788/10/86 +f 789/10/86 787/10/86 788/10/86 +f 791/9/596 789/10/595 790/9/595 +f 789/10/595 791/9/596 788/10/596 +f 790/9/598 789/10/598 791/9/597 +f 788/10/597 791/9/597 789/10/598 +f 790/9/595 787/10/593 786/9/593 +f 787/10/593 790/9/595 789/10/595 +f 786/9/594 787/10/594 790/9/598 +f 789/10/598 790/9/598 787/10/594 +f 794/10/177 793/9/177 792/10/177 +f 793/9/177 794/10/177 795/9/177 +f 792/10/178 793/9/178 794/10/178 +f 795/9/178 794/10/178 793/9/178 +f 798/10/599 797/9/172 796/9/599 +f 797/9/172 798/10/599 799/10/172 +f 796/9/600 797/9/174 798/10/600 +f 799/10/174 798/10/600 797/9/174 +f 794/10/174 800/9/174 795/9/174 +f 800/9/174 794/10/174 801/10/174 +f 795/9/172 800/9/172 794/10/172 +f 801/10/172 794/10/172 800/9/172 +f 799/10/172 793/9/601 797/9/172 +f 793/9/601 799/10/172 792/10/601 +f 797/9/174 793/9/602 799/10/174 +f 792/10/602 799/10/174 793/9/602 +f 800/9/86 793/9/86 795/9/86 +f 793/9/86 800/9/86 797/9/86 +f 797/9/86 800/9/86 796/9/86 +f 795/9/85 793/9/85 800/9/85 +f 797/9/85 800/9/85 793/9/85 +f 796/9/85 800/9/85 797/9/85 +f 792/10/85 801/10/85 794/10/85 +f 801/10/85 792/10/85 799/10/85 +f 801/10/85 799/10/85 798/10/85 +f 794/10/86 801/10/86 792/10/86 +f 799/10/86 792/10/86 801/10/86 +f 798/10/86 799/10/86 801/10/86 +f 800/9/178 798/10/178 796/9/178 +f 798/10/178 800/9/178 801/10/178 +f 796/9/177 798/10/177 800/9/177 +f 801/10/177 800/9/177 798/10/177 +f 804/11/85 803/11/85 802/11/85 +f 803/11/85 804/11/85 805/11/85 +f 803/11/85 805/11/85 806/11/85 +f 802/11/86 803/11/86 804/11/86 +f 805/11/86 804/11/86 803/11/86 +f 806/11/86 805/11/86 803/11/86 +f 802/11/174 808/9/174 807/9/174 +f 808/9/174 802/11/174 803/11/174 +f 807/9/172 808/9/172 802/11/172 +f 803/11/172 802/11/172 808/9/172 +f 808/9/178 806/11/178 809/9/178 +f 806/11/178 808/9/178 803/11/178 +f 809/9/177 806/11/177 808/9/177 +f 803/11/177 808/9/177 806/11/177 +f 802/11/177 810/9/177 804/11/177 +f 810/9/177 802/11/177 807/9/177 +f 804/11/178 810/9/178 802/11/178 +f 807/9/178 802/11/178 810/9/178 +f 812/13/173 811/12/173 805/11/174 +f 811/12/173 813/14/173 805/11/174 +f 814/15/173 812/13/173 805/11/174 +f 813/14/173 815/16/173 805/11/174 +f 816/14/173 815/16/173 813/14/173 +f 815/16/173 817/17/173 805/11/174 +f 815/16/173 816/14/173 818/16/173 +f 818/16/173 816/14/173 819/17/173 +f 819/17/173 816/14/173 820/18/173 +f 817/17/173 821/18/173 805/11/174 +f 816/14/173 822/12/173 820/18/173 +f 806/11/173 814/15/173 805/11/174 +f 805/11/174 821/18/173 823/9/174 +f 824/19/173 823/9/174 821/18/173 +f 825/19/173 823/9/174 824/19/173 +f 814/15/173 806/11/173 826/15/173 +f 826/15/173 806/11/173 827/13/173 +f 827/13/173 806/11/173 822/12/173 +f 823/9/174 825/19/173 809/9/173 +f 820/18/173 809/9/173 825/19/173 +f 822/12/173 809/9/173 820/18/173 +f 806/11/173 809/9/173 822/12/173 +f 829/21/176 828/20/176 804/11/176 +f 830/22/176 829/21/176 804/11/176 +f 804/11/176 828/20/176 810/9/176 +f 831/23/176 810/9/176 828/20/176 +f 832/23/176 810/9/176 831/23/176 +f 810/9/176 832/23/176 823/9/174 +f 833/20/176 823/9/174 832/23/176 +f 805/11/174 830/22/176 804/11/176 +f 805/11/174 823/9/174 833/20/176 +f 830/22/176 805/11/174 834/22/176 +f 835/21/176 805/11/174 833/20/176 +f 834/22/176 805/11/174 835/21/176 +f 805/11/172 811/12/171 812/13/171 +f 805/11/172 812/13/171 814/15/171 +f 805/11/172 813/14/171 811/12/171 +f 805/11/172 814/15/171 806/11/171 +f 826/15/171 806/11/171 814/15/171 +f 827/13/171 806/11/171 826/15/171 +f 822/12/171 806/11/171 827/13/171 +f 822/12/171 809/9/171 806/11/171 +f 820/18/171 809/9/171 822/12/171 +f 820/18/171 822/12/171 816/14/171 +f 825/19/171 809/9/171 820/18/171 +f 820/18/171 816/14/171 819/17/171 +f 819/17/171 816/14/171 818/16/171 +f 809/9/171 825/19/171 823/9/172 +f 824/19/171 823/9/172 825/19/171 +f 821/18/171 823/9/172 824/19/171 +f 823/9/172 821/18/171 805/11/172 +f 805/11/172 821/18/171 817/17/171 +f 818/16/171 816/14/171 815/16/171 +f 805/11/172 817/17/171 815/16/171 +f 813/14/171 815/16/171 816/14/171 +f 805/11/172 815/16/171 813/14/171 +f 804/11/175 828/20/175 829/21/175 +f 804/11/175 829/21/175 830/22/175 +f 810/9/175 828/20/175 804/11/175 +f 828/20/175 810/9/175 831/23/175 +f 831/23/175 810/9/175 832/23/175 +f 823/9/172 832/23/175 810/9/175 +f 832/23/175 823/9/172 833/20/175 +f 804/11/175 830/22/175 805/11/172 +f 833/20/175 823/9/172 805/11/172 +f 834/22/175 805/11/172 830/22/175 +f 833/20/175 805/11/172 835/21/175 +f 835/21/175 805/11/172 834/22/175 +f 838/25/603 837/24/604 836/24/603 +f 837/24/604 838/25/603 839/25/604 +f 836/24/605 837/24/606 838/25/605 +f 839/25/606 838/25/605 837/24/606 +f 842/25/605 841/24/606 840/24/605 +f 841/24/606 842/25/605 843/25/606 +f 840/24/603 841/24/604 842/25/603 +f 843/25/604 842/25/603 841/24/604 +f 846/25/608 845/24/607 844/25/607 +f 845/24/607 846/25/608 847/24/608 +f 844/25/610 845/24/610 846/25/609 +f 847/24/609 846/25/609 845/24/610 +f 850/24/610 849/25/609 848/24/609 +f 849/25/609 850/24/610 851/25/610 +f 848/24/608 849/25/608 850/24/607 +f 851/25/607 850/24/607 849/25/608 +f 843/25/606 850/24/610 841/24/606 +f 850/24/610 843/25/606 851/25/610 +f 841/24/604 850/24/607 843/25/604 +f 851/25/607 843/25/604 850/24/607 +f 839/25/604 845/24/607 837/24/604 +f 845/24/607 839/25/604 844/25/607 +f 837/24/606 845/24/610 839/25/606 +f 844/25/610 839/25/606 845/24/610 +f 846/25/608 840/24/605 847/24/608 +f 840/24/605 846/25/608 842/25/605 +f 847/24/609 840/24/603 846/25/609 +f 842/25/603 846/25/609 840/24/603 +f 849/25/609 836/24/603 848/24/609 +f 836/24/603 849/25/609 838/25/603 +f 848/24/608 836/24/605 849/25/608 +f 838/25/605 849/25/608 836/24/605 +f 839/25/611 846/25/611 844/25/611 +f 846/25/611 839/25/611 842/25/611 +f 842/25/611 839/25/611 838/25/611 +f 842/25/611 838/25/611 843/25/611 +f 843/25/611 838/25/611 849/25/611 +f 843/25/611 849/25/611 851/25/611 +f 844/25/612 846/25/612 839/25/612 +f 842/25/612 839/25/612 846/25/612 +f 838/25/612 839/25/612 842/25/612 +f 843/25/612 838/25/612 842/25/612 +f 849/25/612 838/25/612 843/25/612 +f 851/25/612 849/25/612 843/25/612 +f 840/24/612 845/24/612 847/24/612 +f 845/24/612 840/24/612 837/24/612 +f 837/24/612 840/24/612 841/24/612 +f 837/24/612 841/24/612 836/24/612 +f 836/24/612 841/24/612 850/24/612 +f 836/24/612 850/24/612 848/24/612 +f 847/24/611 845/24/611 840/24/611 +f 837/24/611 840/24/611 845/24/611 +f 841/24/611 840/24/611 837/24/611 +f 836/24/611 841/24/611 837/24/611 +f 850/24/611 841/24/611 836/24/611 +f 848/24/611 850/24/611 836/24/611 +f 854/25/613 853/24/614 852/24/613 +f 853/24/614 854/25/613 855/25/614 +f 852/24/615 853/24/616 854/25/615 +f 855/25/616 854/25/615 853/24/616 +f 858/25/615 857/24/616 856/24/615 +f 857/24/616 858/25/615 859/25/616 +f 856/24/613 857/24/614 858/25/613 +f 859/25/614 858/25/613 857/24/614 +f 862/25/618 861/24/617 860/25/617 +f 861/24/617 862/25/618 863/24/618 +f 860/25/620 861/24/620 862/25/619 +f 863/24/619 862/25/619 861/24/620 +f 866/24/620 865/25/619 864/24/619 +f 865/25/619 866/24/620 867/25/620 +f 864/24/618 865/25/618 866/24/617 +f 867/25/617 866/24/617 865/25/618 +f 859/25/616 866/24/620 857/24/616 +f 866/24/620 859/25/616 867/25/620 +f 857/24/614 866/24/617 859/25/614 +f 867/25/617 859/25/614 866/24/617 +f 855/25/614 861/24/617 853/24/614 +f 861/24/617 855/25/614 860/25/617 +f 853/24/616 861/24/620 855/25/616 +f 860/25/620 855/25/616 861/24/620 +f 862/25/618 856/24/615 863/24/618 +f 856/24/615 862/25/618 858/25/615 +f 863/24/619 856/24/613 862/25/619 +f 858/25/613 862/25/619 856/24/613 +f 865/25/619 852/24/613 864/24/619 +f 852/24/613 865/25/619 854/25/613 +f 864/24/618 852/24/615 865/25/618 +f 854/25/615 865/25/618 852/24/615 +f 855/25/621 862/25/621 860/25/621 +f 862/25/621 855/25/621 858/25/621 +f 858/25/621 855/25/621 854/25/621 +f 858/25/621 854/25/621 859/25/621 +f 859/25/621 854/25/621 865/25/621 +f 859/25/621 865/25/621 867/25/621 +f 860/25/622 862/25/622 855/25/622 +f 858/25/622 855/25/622 862/25/622 +f 854/25/622 855/25/622 858/25/622 +f 859/25/622 854/25/622 858/25/622 +f 865/25/622 854/25/622 859/25/622 +f 867/25/622 865/25/622 859/25/622 +f 856/24/622 861/24/622 863/24/622 +f 861/24/622 856/24/622 853/24/622 +f 853/24/622 856/24/622 857/24/622 +f 853/24/622 857/24/622 852/24/622 +f 852/24/622 857/24/622 866/24/622 +f 852/24/622 866/24/622 864/24/622 +f 863/24/621 861/24/621 856/24/621 +f 853/24/621 856/24/621 861/24/621 +f 857/24/621 856/24/621 853/24/621 +f 852/24/621 857/24/621 853/24/621 +f 866/24/621 857/24/621 852/24/621 +f 864/24/621 866/24/621 852/24/621 +f 870/24/613 869/25/614 868/24/614 +f 869/25/614 870/24/613 871/25/613 +f 868/24/616 869/25/616 870/24/615 +f 871/25/615 870/24/615 869/25/616 +f 874/25/615 873/24/616 872/24/615 +f 873/24/616 874/25/615 875/25/616 +f 872/24/613 873/24/614 874/25/613 +f 875/25/614 874/25/613 873/24/614 +f 878/25/618 877/24/617 876/25/617 +f 877/24/617 878/25/618 879/24/618 +f 876/25/620 877/24/620 878/25/619 +f 879/24/619 878/25/619 877/24/620 +f 882/24/620 881/25/619 880/24/619 +f 881/25/619 882/24/620 883/25/620 +f 880/24/618 881/25/618 882/24/617 +f 883/25/617 882/24/617 881/25/618 +f 873/24/616 883/25/620 882/24/620 +f 883/25/620 873/24/616 875/25/616 +f 882/24/617 883/25/617 873/24/614 +f 875/25/614 873/24/614 883/25/617 +f 869/25/614 877/24/617 868/24/614 +f 877/24/617 869/25/614 876/25/617 +f 868/24/616 877/24/620 869/25/616 +f 876/25/620 869/25/616 877/24/620 +f 879/24/618 874/25/615 872/24/615 +f 874/25/615 879/24/618 878/25/618 +f 872/24/613 874/25/613 879/24/619 +f 878/25/619 879/24/619 874/25/613 +f 881/25/619 870/24/613 880/24/619 +f 870/24/613 881/25/619 871/25/613 +f 880/24/618 870/24/615 881/25/618 +f 871/25/615 881/25/618 870/24/615 +f 869/25/621 878/25/621 876/25/621 +f 878/25/621 869/25/621 874/25/621 +f 874/25/621 869/25/621 871/25/621 +f 874/25/621 871/25/621 875/25/621 +f 875/25/621 871/25/621 881/25/621 +f 875/25/621 881/25/621 883/25/621 +f 876/25/622 878/25/622 869/25/622 +f 874/25/622 869/25/622 878/25/622 +f 871/25/622 869/25/622 874/25/622 +f 875/25/622 871/25/622 874/25/622 +f 881/25/622 871/25/622 875/25/622 +f 883/25/622 881/25/622 875/25/622 +f 872/24/622 877/24/622 879/24/622 +f 877/24/622 872/24/622 868/24/622 +f 868/24/622 872/24/622 873/24/622 +f 868/24/622 873/24/622 870/24/622 +f 870/24/622 873/24/622 882/24/622 +f 870/24/622 882/24/622 880/24/622 +f 879/24/621 877/24/621 872/24/621 +f 868/24/621 872/24/621 877/24/621 +f 873/24/621 872/24/621 868/24/621 +f 870/24/621 873/24/621 868/24/621 +f 882/24/621 873/24/621 870/24/621 +f 880/24/621 882/24/621 870/24/621 +f 886/11/179 885/9/179 884/11/179 +f 885/9/179 886/11/179 887/9/179 +f 884/11/180 885/9/180 886/11/180 +f 887/9/180 886/11/180 885/9/180 +f 886/11/181 888/9/181 887/9/181 +f 888/9/181 886/11/181 889/11/181 +f 887/9/182 888/9/182 886/11/182 +f 889/11/182 886/11/182 888/9/182 +f 890/9/187 884/11/189 885/9/189 +f 884/11/189 890/9/187 891/11/187 +f 885/9/190 884/11/190 890/9/188 +f 891/11/188 890/9/188 884/11/190 +f 888/9/184 893/11/183 892/9/183 +f 893/11/183 888/9/184 889/11/184 +f 892/9/186 893/11/186 888/9/185 +f 889/11/185 888/9/185 893/11/186 +f 891/11/85 886/11/85 884/11/85 +f 886/11/85 891/11/85 889/11/85 +f 889/11/85 891/11/85 893/11/85 +f 884/11/86 886/11/86 891/11/86 +f 889/11/86 891/11/86 886/11/86 +f 893/11/86 891/11/86 889/11/86 +f 893/11/183 890/9/187 892/9/183 +f 890/9/187 893/11/183 891/11/187 +f 892/9/186 890/9/188 893/11/186 +f 891/11/188 893/11/186 890/9/188 +f 896/10/181 895/9/181 894/9/181 +f 895/9/181 896/10/181 897/10/181 +f 894/9/182 895/9/182 896/10/182 +f 897/10/182 896/10/182 895/9/182 +f 896/10/179 899/9/179 898/10/179 +f 899/9/179 896/10/179 894/9/179 +f 898/10/180 899/9/180 896/10/180 +f 894/9/180 896/10/180 899/9/180 +f 900/10/85 896/10/85 898/10/85 +f 896/10/85 900/10/85 897/10/85 +f 897/10/85 900/10/85 901/10/85 +f 898/10/86 896/10/86 900/10/86 +f 897/10/86 900/10/86 896/10/86 +f 901/10/86 900/10/86 897/10/86 +f 895/9/86 899/9/86 894/9/86 +f 899/9/86 895/9/86 902/9/86 +f 902/9/86 895/9/86 903/9/86 +f 894/9/85 899/9/85 895/9/85 +f 902/9/85 895/9/85 899/9/85 +f 903/9/85 895/9/85 902/9/85 +f 895/9/184 901/10/183 903/9/183 +f 901/10/183 895/9/184 897/10/184 +f 903/9/186 901/10/186 895/9/185 +f 897/10/185 895/9/185 901/10/186 +f 901/10/183 902/9/623 903/9/183 +f 902/9/623 901/10/183 900/10/623 +f 903/9/186 902/9/624 901/10/186 +f 900/10/624 901/10/186 902/9/624 +f 902/9/623 898/10/189 899/9/189 +f 898/10/189 902/9/623 900/10/623 +f 899/9/190 898/10/190 902/9/624 +f 900/10/624 902/9/624 898/10/190 +f 906/11/177 905/9/177 904/11/177 +f 905/9/177 906/11/177 907/9/177 +f 904/11/178 905/9/178 906/11/178 +f 907/9/178 906/11/178 905/9/178 +f 906/11/174 908/9/174 907/9/174 +f 908/9/174 906/11/174 909/11/174 +f 907/9/172 908/9/172 906/11/172 +f 909/11/172 906/11/172 908/9/172 +f 910/9/195 904/11/197 905/9/197 +f 904/11/197 910/9/195 911/11/195 +f 905/9/198 904/11/198 910/9/196 +f 911/11/196 910/9/196 904/11/198 +f 908/9/192 913/11/191 912/9/191 +f 913/11/191 908/9/192 909/11/192 +f 912/9/194 913/11/194 908/9/193 +f 909/11/193 908/9/193 913/11/194 +f 911/11/85 906/11/85 904/11/85 +f 906/11/85 911/11/85 909/11/85 +f 909/11/85 911/11/85 913/11/85 +f 904/11/86 906/11/86 911/11/86 +f 909/11/86 911/11/86 906/11/86 +f 913/11/86 911/11/86 909/11/86 +f 913/11/191 910/9/195 912/9/191 +f 910/9/195 913/11/191 911/11/195 +f 912/9/194 910/9/196 913/11/194 +f 911/11/196 913/11/194 910/9/196 +f 916/10/174 915/9/174 914/9/174 +f 915/9/174 916/10/174 917/10/174 +f 914/9/172 915/9/172 916/10/172 +f 917/10/172 916/10/172 915/9/172 +f 916/10/177 919/9/177 918/10/177 +f 919/9/177 916/10/177 914/9/177 +f 918/10/178 919/9/178 916/10/178 +f 914/9/178 916/10/178 919/9/178 +f 920/10/85 916/10/85 918/10/85 +f 916/10/85 920/10/85 917/10/85 +f 917/10/85 920/10/85 921/10/85 +f 918/10/86 916/10/86 920/10/86 +f 917/10/86 920/10/86 916/10/86 +f 921/10/86 920/10/86 917/10/86 +f 915/9/86 919/9/86 914/9/86 +f 919/9/86 915/9/86 922/9/86 +f 922/9/86 915/9/86 923/9/86 +f 914/9/85 919/9/85 915/9/85 +f 922/9/85 915/9/85 919/9/85 +f 923/9/85 915/9/85 922/9/85 +f 915/9/192 921/10/191 923/9/191 +f 921/10/191 915/9/192 917/10/192 +f 923/9/194 921/10/194 915/9/193 +f 917/10/193 915/9/193 921/10/194 +f 921/10/191 922/9/625 923/9/191 +f 922/9/625 921/10/191 920/10/625 +f 923/9/194 922/9/626 921/10/194 +f 920/10/626 921/10/194 922/9/626 +f 922/9/625 918/10/197 919/9/197 +f 918/10/197 922/9/625 920/10/625 +f 919/9/198 918/10/198 922/9/626 +f 920/10/626 922/9/626 918/10/198 +f 926/11/199 925/9/199 924/11/199 +f 925/9/199 926/11/199 927/9/199 +f 924/11/200 925/9/200 926/11/200 +f 927/9/200 926/11/200 925/9/200 +f 926/11/201 928/9/201 927/9/201 +f 928/9/201 926/11/201 929/11/201 +f 927/9/202 928/9/202 926/11/202 +f 929/11/202 926/11/202 928/9/202 +f 930/9/207 924/11/209 925/9/209 +f 924/11/209 930/9/207 931/11/207 +f 925/9/210 924/11/210 930/9/208 +f 931/11/208 930/9/208 924/11/210 +f 928/9/204 933/11/203 932/9/203 +f 933/11/203 928/9/204 929/11/204 +f 932/9/206 933/11/206 928/9/205 +f 929/11/205 928/9/205 933/11/206 +f 931/11/85 926/11/85 924/11/85 +f 926/11/85 931/11/85 929/11/85 +f 929/11/85 931/11/85 933/11/85 +f 924/11/86 926/11/86 931/11/86 +f 929/11/86 931/11/86 926/11/86 +f 933/11/86 931/11/86 929/11/86 +f 933/11/203 930/9/207 932/9/203 +f 930/9/207 933/11/203 931/11/207 +f 932/9/206 930/9/208 933/11/206 +f 931/11/208 933/11/206 930/9/208 +f 936/10/201 935/9/201 934/9/201 +f 935/9/201 936/10/201 937/10/201 +f 934/9/202 935/9/202 936/10/202 +f 937/10/202 936/10/202 935/9/202 +f 936/10/199 939/9/199 938/10/199 +f 939/9/199 936/10/199 934/9/199 +f 938/10/200 939/9/200 936/10/200 +f 934/9/200 936/10/200 939/9/200 +f 940/10/85 936/10/85 938/10/85 +f 936/10/85 940/10/85 937/10/85 +f 937/10/85 940/10/85 941/10/85 +f 938/10/86 936/10/86 940/10/86 +f 937/10/86 940/10/86 936/10/86 +f 941/10/86 940/10/86 937/10/86 +f 935/9/86 939/9/86 934/9/86 +f 939/9/86 935/9/86 942/9/86 +f 942/9/86 935/9/86 943/9/86 +f 934/9/85 939/9/85 935/9/85 +f 942/9/85 935/9/85 939/9/85 +f 943/9/85 935/9/85 942/9/85 +f 935/9/204 941/10/203 943/9/203 +f 941/10/203 935/9/204 937/10/204 +f 943/9/206 941/10/206 935/9/205 +f 937/10/205 935/9/205 941/10/206 +f 941/10/203 942/9/627 943/9/203 +f 942/9/627 941/10/203 940/10/627 +f 943/9/206 942/9/628 941/10/206 +f 940/10/628 941/10/206 942/9/628 +f 942/9/627 938/10/209 939/9/209 +f 938/10/209 942/9/627 940/10/627 +f 939/9/210 938/10/210 942/9/628 +f 940/10/628 942/9/628 938/10/210 +f 946/10/257 945/9/257 944/10/257 +f 945/9/257 946/10/257 947/9/257 +f 944/10/258 945/9/258 946/10/258 +f 947/9/258 946/10/258 945/9/258 +f 950/10/629 949/9/252 948/9/629 +f 949/9/252 950/10/629 951/10/252 +f 948/9/630 949/9/254 950/10/630 +f 951/10/254 950/10/630 949/9/254 +f 946/10/254 952/9/254 947/9/254 +f 952/9/254 946/10/254 953/10/254 +f 947/9/252 952/9/252 946/10/252 +f 953/10/252 946/10/252 952/9/252 +f 951/10/252 945/9/631 949/9/252 +f 945/9/631 951/10/252 944/10/631 +f 949/9/254 945/9/632 951/10/254 +f 944/10/632 951/10/254 945/9/632 +f 952/9/86 945/9/86 947/9/86 +f 945/9/86 952/9/86 949/9/86 +f 949/9/86 952/9/86 948/9/86 +f 947/9/85 945/9/85 952/9/85 +f 949/9/85 952/9/85 945/9/85 +f 948/9/85 952/9/85 949/9/85 +f 944/10/85 953/10/85 946/10/85 +f 953/10/85 944/10/85 951/10/85 +f 953/10/85 951/10/85 950/10/85 +f 946/10/86 953/10/86 944/10/86 +f 951/10/86 944/10/86 953/10/86 +f 950/10/86 951/10/86 953/10/86 +f 952/9/258 950/10/258 948/9/258 +f 950/10/258 952/9/258 953/10/258 +f 948/9/257 950/10/257 952/9/257 +f 953/10/257 952/9/257 950/10/257 +f 956/11/85 955/11/85 954/11/85 +f 955/11/85 956/11/85 957/11/85 +f 955/11/85 957/11/85 958/11/85 +f 954/11/86 955/11/86 956/11/86 +f 957/11/86 956/11/86 955/11/86 +f 958/11/86 957/11/86 955/11/86 +f 954/11/254 960/9/254 959/9/254 +f 960/9/254 954/11/254 955/11/254 +f 959/9/252 960/9/252 954/11/252 +f 955/11/252 954/11/252 960/9/252 +f 960/9/258 958/11/258 961/9/258 +f 958/11/258 960/9/258 955/11/258 +f 961/9/257 958/11/257 960/9/257 +f 955/11/257 960/9/257 958/11/257 +f 954/11/257 962/9/257 956/11/257 +f 962/9/257 954/11/257 959/9/257 +f 956/11/258 962/9/258 954/11/258 +f 959/9/258 954/11/258 962/9/258 +f 964/27/253 963/26/253 957/11/254 +f 963/26/253 965/28/253 957/11/254 +f 966/29/253 964/27/253 957/11/254 +f 957/11/254 965/28/253 967/9/254 +f 968/28/253 967/9/254 965/28/253 +f 967/9/254 968/28/253 961/9/253 +f 969/26/253 961/9/253 968/28/253 +f 958/11/253 966/29/253 957/11/254 +f 958/11/253 961/9/253 969/26/253 +f 966/29/253 958/11/253 970/29/253 +f 971/27/253 958/11/253 969/26/253 +f 970/29/253 958/11/253 971/27/253 +f 973/31/256 972/30/256 956/11/256 +f 974/32/256 973/31/256 956/11/256 +f 957/11/254 974/32/256 956/11/256 +f 974/32/256 957/11/254 975/32/256 +f 956/11/256 972/30/256 962/9/256 +f 975/32/256 957/11/254 976/31/256 +f 976/31/256 957/11/254 977/30/256 +f 978/33/256 962/9/256 972/30/256 +f 977/30/256 957/11/254 979/34/256 +f 980/33/256 977/30/256 979/34/256 +f 980/33/256 979/34/256 978/33/256 +f 979/34/256 957/11/254 981/34/256 +f 981/34/256 957/11/254 982/35/256 +f 982/35/256 957/11/254 983/36/256 +f 957/11/254 967/9/254 983/36/256 +f 983/36/256 967/9/254 984/37/256 +f 962/9/256 984/37/256 967/9/254 +f 984/37/256 962/9/256 985/37/256 +f 985/37/256 962/9/256 978/33/256 +f 979/34/256 986/35/256 978/33/256 +f 987/36/256 985/37/256 978/33/256 +f 986/35/256 987/36/256 978/33/256 +f 957/11/252 963/26/251 964/27/251 +f 957/11/252 964/27/251 966/29/251 +f 957/11/252 965/28/251 963/26/251 +f 967/9/252 965/28/251 957/11/252 +f 965/28/251 967/9/252 968/28/251 +f 961/9/251 968/28/251 967/9/252 +f 968/28/251 961/9/251 969/26/251 +f 957/11/252 966/29/251 958/11/251 +f 969/26/251 961/9/251 958/11/251 +f 970/29/251 958/11/251 966/29/251 +f 969/26/251 958/11/251 971/27/251 +f 971/27/251 958/11/251 970/29/251 +f 956/11/255 972/30/255 973/31/255 +f 956/11/255 973/31/255 974/32/255 +f 956/11/255 974/32/255 957/11/252 +f 975/32/255 957/11/252 974/32/255 +f 962/9/255 972/30/255 956/11/255 +f 976/31/255 957/11/252 975/32/255 +f 977/30/255 957/11/252 976/31/255 +f 972/30/255 962/9/255 978/33/255 +f 979/34/255 957/11/252 977/30/255 +f 979/34/255 977/30/255 980/33/255 +f 978/33/255 979/34/255 980/33/255 +f 981/34/255 957/11/252 979/34/255 +f 982/35/255 957/11/252 981/34/255 +f 983/36/255 957/11/252 982/35/255 +f 983/36/255 967/9/252 957/11/252 +f 984/37/255 967/9/252 983/36/255 +f 967/9/252 984/37/255 962/9/255 +f 985/37/255 962/9/255 984/37/255 +f 978/33/255 962/9/255 985/37/255 +f 978/33/255 986/35/255 979/34/255 +f 978/33/255 985/37/255 987/36/255 +f 978/33/255 987/36/255 986/35/255 +f 990/25/633 989/24/634 988/24/633 +f 989/24/634 990/25/633 991/25/634 +f 988/24/635 989/24/636 990/25/635 +f 991/25/636 990/25/635 989/24/636 +f 994/25/635 993/24/636 992/24/635 +f 993/24/636 994/25/635 995/25/636 +f 992/24/633 993/24/634 994/25/633 +f 995/25/634 994/25/633 993/24/634 +f 998/25/638 997/24/637 996/25/637 +f 997/24/637 998/25/638 999/24/638 +f 996/25/640 997/24/640 998/25/639 +f 999/24/639 998/25/639 997/24/640 +f 1002/24/640 1001/25/639 1000/24/639 +f 1001/25/639 1002/24/640 1003/25/640 +f 1000/24/638 1001/25/638 1002/24/637 +f 1003/25/637 1002/24/637 1001/25/638 +f 995/25/636 1002/24/640 993/24/636 +f 1002/24/640 995/25/636 1003/25/640 +f 993/24/634 1002/24/637 995/25/634 +f 1003/25/637 995/25/634 1002/24/637 +f 991/25/634 997/24/637 989/24/634 +f 997/24/637 991/25/634 996/25/637 +f 989/24/636 997/24/640 991/25/636 +f 996/25/640 991/25/636 997/24/640 +f 998/25/638 992/24/635 999/24/638 +f 992/24/635 998/25/638 994/25/635 +f 999/24/639 992/24/633 998/25/639 +f 994/25/633 998/25/639 992/24/633 +f 1001/25/639 988/24/633 1000/24/639 +f 988/24/633 1001/25/639 990/25/633 +f 1000/24/638 988/24/635 1001/25/638 +f 990/25/635 1001/25/638 988/24/635 +f 991/25/641 998/25/641 996/25/641 +f 998/25/641 991/25/641 994/25/641 +f 994/25/641 991/25/641 990/25/641 +f 994/25/641 990/25/641 995/25/641 +f 995/25/641 990/25/641 1001/25/641 +f 995/25/641 1001/25/641 1003/25/641 +f 996/25/642 998/25/642 991/25/642 +f 994/25/642 991/25/642 998/25/642 +f 990/25/642 991/25/642 994/25/642 +f 995/25/642 990/25/642 994/25/642 +f 1001/25/642 990/25/642 995/25/642 +f 1003/25/642 1001/25/642 995/25/642 +f 992/24/642 997/24/642 999/24/642 +f 997/24/642 992/24/642 989/24/642 +f 989/24/642 992/24/642 993/24/642 +f 989/24/642 993/24/642 988/24/642 +f 988/24/642 993/24/642 1002/24/642 +f 988/24/642 1002/24/642 1000/24/642 +f 999/24/641 997/24/641 992/24/641 +f 989/24/641 992/24/641 997/24/641 +f 993/24/641 992/24/641 989/24/641 +f 988/24/641 993/24/641 989/24/641 +f 1002/24/641 993/24/641 988/24/641 +f 1000/24/641 1002/24/641 988/24/641 +f 1006/25/643 1005/24/644 1004/24/643 +f 1005/24/644 1006/25/643 1007/25/644 +f 1004/24/645 1005/24/646 1006/25/645 +f 1007/25/646 1006/25/645 1005/24/646 +f 1010/25/645 1009/24/646 1008/24/645 +f 1009/24/646 1010/25/645 1011/25/646 +f 1008/24/643 1009/24/644 1010/25/643 +f 1011/25/644 1010/25/643 1009/24/644 +f 1014/25/648 1013/24/647 1012/25/647 +f 1013/24/647 1014/25/648 1015/24/648 +f 1012/25/650 1013/24/650 1014/25/649 +f 1015/24/649 1014/25/649 1013/24/650 +f 1018/24/650 1017/25/649 1016/24/649 +f 1017/25/649 1018/24/650 1019/25/650 +f 1016/24/648 1017/25/648 1018/24/647 +f 1019/25/647 1018/24/647 1017/25/648 +f 1011/25/646 1018/24/650 1009/24/646 +f 1018/24/650 1011/25/646 1019/25/650 +f 1009/24/644 1018/24/647 1011/25/644 +f 1019/25/647 1011/25/644 1018/24/647 +f 1007/25/644 1013/24/647 1005/24/644 +f 1013/24/647 1007/25/644 1012/25/647 +f 1005/24/646 1013/24/650 1007/25/646 +f 1012/25/650 1007/25/646 1013/24/650 +f 1014/25/648 1008/24/645 1015/24/648 +f 1008/24/645 1014/25/648 1010/25/645 +f 1015/24/649 1008/24/643 1014/25/649 +f 1010/25/643 1014/25/649 1008/24/643 +f 1017/25/649 1004/24/643 1016/24/649 +f 1004/24/643 1017/25/649 1006/25/643 +f 1016/24/648 1004/24/645 1017/25/648 +f 1006/25/645 1017/25/648 1004/24/645 +f 1007/25/651 1014/25/651 1012/25/651 +f 1014/25/651 1007/25/651 1010/25/651 +f 1010/25/651 1007/25/651 1006/25/651 +f 1010/25/651 1006/25/651 1011/25/651 +f 1011/25/651 1006/25/651 1017/25/651 +f 1011/25/651 1017/25/651 1019/25/651 +f 1012/25/652 1014/25/652 1007/25/652 +f 1010/25/652 1007/25/652 1014/25/652 +f 1006/25/652 1007/25/652 1010/25/652 +f 1011/25/652 1006/25/652 1010/25/652 +f 1017/25/652 1006/25/652 1011/25/652 +f 1019/25/652 1017/25/652 1011/25/652 +f 1008/24/652 1013/24/652 1015/24/652 +f 1013/24/652 1008/24/652 1005/24/652 +f 1005/24/652 1008/24/652 1009/24/652 +f 1005/24/652 1009/24/652 1004/24/652 +f 1004/24/652 1009/24/652 1018/24/652 +f 1004/24/652 1018/24/652 1016/24/652 +f 1015/24/651 1013/24/651 1008/24/651 +f 1005/24/651 1008/24/651 1013/24/651 +f 1009/24/651 1008/24/651 1005/24/651 +f 1004/24/651 1009/24/651 1005/24/651 +f 1018/24/651 1009/24/651 1004/24/651 +f 1016/24/651 1018/24/651 1004/24/651 +f 1022/25/643 1021/24/644 1020/24/643 +f 1021/24/644 1022/25/643 1023/25/644 +f 1020/24/645 1021/24/646 1022/25/645 +f 1023/25/646 1022/25/645 1021/24/646 +f 1026/25/645 1025/24/646 1024/24/645 +f 1025/24/646 1026/25/645 1027/25/646 +f 1024/24/643 1025/24/644 1026/25/643 +f 1027/25/644 1026/25/643 1025/24/644 +f 1030/25/648 1029/24/647 1028/25/647 +f 1029/24/647 1030/25/648 1031/24/648 +f 1028/25/650 1029/24/650 1030/25/649 +f 1031/24/649 1030/25/649 1029/24/650 +f 1034/24/650 1033/25/649 1032/24/649 +f 1033/25/649 1034/24/650 1035/25/650 +f 1032/24/648 1033/25/648 1034/24/647 +f 1035/25/647 1034/24/647 1033/25/648 +f 1027/25/646 1034/24/650 1025/24/646 +f 1034/24/650 1027/25/646 1035/25/650 +f 1025/24/644 1034/24/647 1027/25/644 +f 1035/25/647 1027/25/644 1034/24/647 +f 1023/25/644 1029/24/647 1021/24/644 +f 1029/24/647 1023/25/644 1028/25/647 +f 1021/24/646 1029/24/650 1023/25/646 +f 1028/25/650 1023/25/646 1029/24/650 +f 1030/25/648 1024/24/645 1031/24/648 +f 1024/24/645 1030/25/648 1026/25/645 +f 1031/24/649 1024/24/643 1030/25/649 +f 1026/25/643 1030/25/649 1024/24/643 +f 1033/25/649 1020/24/643 1032/24/649 +f 1020/24/643 1033/25/649 1022/25/643 +f 1032/24/648 1020/24/645 1033/25/648 +f 1022/25/645 1033/25/648 1020/24/645 +f 1023/25/651 1030/25/651 1028/25/651 +f 1030/25/651 1023/25/651 1026/25/651 +f 1026/25/651 1023/25/651 1022/25/651 +f 1026/25/651 1022/25/651 1027/25/651 +f 1027/25/651 1022/25/651 1033/25/651 +f 1027/25/651 1033/25/651 1035/25/651 +f 1028/25/652 1030/25/652 1023/25/652 +f 1026/25/652 1023/25/652 1030/25/652 +f 1022/25/652 1023/25/652 1026/25/652 +f 1027/25/652 1022/25/652 1026/25/652 +f 1033/25/652 1022/25/652 1027/25/652 +f 1035/25/652 1033/25/652 1027/25/652 +f 1024/24/652 1029/24/652 1031/24/652 +f 1029/24/652 1024/24/652 1021/24/652 +f 1021/24/652 1024/24/652 1025/24/652 +f 1021/24/652 1025/24/652 1020/24/652 +f 1020/24/652 1025/24/652 1034/24/652 +f 1020/24/652 1034/24/652 1032/24/652 +f 1031/24/651 1029/24/651 1024/24/651 +f 1021/24/651 1024/24/651 1029/24/651 +f 1025/24/651 1024/24/651 1021/24/651 +f 1020/24/651 1025/24/651 1021/24/651 +f 1034/24/651 1025/24/651 1020/24/651 +f 1032/24/651 1034/24/651 1020/24/651 +f 1038/11/85 1037/11/85 1036/11/85 +f 1037/11/85 1038/11/85 1039/11/85 +f 1037/11/85 1039/11/85 1040/11/85 +f 1040/11/85 1039/11/85 1041/11/85 +f 1040/11/85 1041/11/85 1042/11/85 +f 1042/11/85 1041/11/85 1043/11/85 +f 1042/11/85 1043/11/85 1044/11/85 +f 1044/11/85 1043/11/85 1045/11/85 +f 1036/11/86 1037/11/86 1038/11/86 +f 1039/11/86 1038/11/86 1037/11/86 +f 1040/11/86 1039/11/86 1037/11/86 +f 1041/11/86 1039/11/86 1040/11/86 +f 1042/11/86 1041/11/86 1040/11/86 +f 1043/11/86 1041/11/86 1042/11/86 +f 1044/11/86 1043/11/86 1042/11/86 +f 1045/11/86 1043/11/86 1044/11/86 +f 1038/11/172 237/9/172 1046/9/172 +f 237/9/172 1038/11/172 1036/11/172 +f 1046/9/174 237/9/174 1038/11/174 +f 1036/11/174 1038/11/174 237/9/174 +f 1047/9/260 1038/11/259 1046/9/259 +f 1038/11/259 1047/9/260 1039/11/260 +f 1046/9/262 1038/11/262 1047/9/261 +f 1039/11/261 1047/9/261 1038/11/262 +f 1048/9/263 1039/11/260 1047/9/260 +f 1039/11/260 1048/9/263 1041/11/263 +f 1047/9/261 1039/11/261 1048/9/264 +f 1041/11/264 1048/9/264 1039/11/261 +f 1043/11/265 1048/9/263 1049/9/265 +f 1048/9/263 1043/11/265 1041/11/263 +f 1049/9/266 1048/9/264 1043/11/266 +f 1041/11/264 1043/11/266 1048/9/264 +f 1045/11/270 1049/9/265 1050/9/270 +f 1049/9/265 1045/11/270 1043/11/265 +f 1050/9/269 1049/9/266 1045/11/269 +f 1043/11/266 1045/11/269 1049/9/266 +f 245/9/178 1045/11/178 1050/9/178 +f 1045/11/178 245/9/178 1044/11/178 +f 1050/9/177 1045/11/177 245/9/177 +f 1044/11/177 245/9/177 1045/11/177 +f 1042/11/266 245/9/269 243/9/266 +f 245/9/269 1042/11/266 1044/11/269 +f 243/9/265 245/9/270 1042/11/265 +f 1044/11/270 1042/11/265 245/9/270 +f 1040/11/264 243/9/266 241/9/264 +f 243/9/266 1040/11/264 1042/11/266 +f 241/9/263 243/9/265 1040/11/263 +f 1042/11/265 1040/11/263 243/9/265 +f 1040/11/264 238/9/261 1037/11/261 +f 238/9/261 1040/11/264 241/9/264 +f 1037/11/260 238/9/260 1040/11/263 +f 241/9/263 1040/11/263 238/9/260 +f 1037/11/261 237/9/262 1036/11/262 +f 237/9/262 1037/11/261 238/9/261 +f 1036/11/259 237/9/259 1037/11/260 +f 238/9/260 1037/11/260 237/9/259 +f 1052/9/86 1051/9/86 257/9/86 +f 1051/9/86 1052/9/86 258/9/86 +f 1051/9/86 258/9/86 1053/9/86 +f 1053/9/86 258/9/86 1054/9/86 +f 1053/9/86 1054/9/86 1055/9/86 +f 1055/9/86 1054/9/86 1056/9/86 +f 1056/9/86 1054/9/86 260/9/86 +f 1056/9/86 260/9/86 1057/9/86 +f 257/9/85 1051/9/85 1052/9/85 +f 258/9/85 1052/9/85 1051/9/85 +f 1053/9/85 258/9/85 1051/9/85 +f 1054/9/85 258/9/85 1053/9/85 +f 1055/9/85 1054/9/85 1053/9/85 +f 1056/9/85 1054/9/85 1055/9/85 +f 260/9/85 1054/9/85 1056/9/85 +f 1057/9/85 260/9/85 1056/9/85 +f 1058/10/85 256/10/85 248/10/85 +f 256/10/85 1058/10/85 255/10/85 +f 255/10/85 1058/10/85 1059/10/85 +f 255/10/85 1059/10/85 254/10/85 +f 254/10/85 1059/10/85 1060/10/85 +f 254/10/85 1060/10/85 1061/10/85 +f 254/10/85 1061/10/85 253/10/85 +f 253/10/85 1061/10/85 1062/10/85 +f 248/10/86 256/10/86 1058/10/86 +f 255/10/86 1058/10/86 256/10/86 +f 1059/10/86 1058/10/86 255/10/86 +f 254/10/86 1059/10/86 255/10/86 +f 1060/10/86 1059/10/86 254/10/86 +f 1061/10/86 1060/10/86 254/10/86 +f 253/10/86 1061/10/86 254/10/86 +f 1062/10/86 1061/10/86 253/10/86 +f 1058/10/172 257/9/172 1051/9/172 +f 257/9/172 1058/10/172 248/10/172 +f 1051/9/174 257/9/174 1058/10/174 +f 248/10/174 1058/10/174 257/9/174 +f 1053/9/260 1058/10/259 1051/9/259 +f 1058/10/259 1053/9/260 1059/10/260 +f 1051/9/262 1058/10/262 1053/9/261 +f 1059/10/261 1053/9/261 1058/10/262 +f 1055/9/263 1059/10/260 1053/9/260 +f 1059/10/260 1055/9/263 1060/10/263 +f 1053/9/261 1059/10/261 1055/9/264 +f 1060/10/264 1055/9/264 1059/10/261 +f 1061/10/265 1055/9/263 1056/9/265 +f 1055/9/263 1061/10/265 1060/10/263 +f 1056/9/266 1055/9/264 1061/10/266 +f 1060/10/264 1061/10/266 1055/9/264 +f 1062/10/267 1056/9/265 1057/9/267 +f 1056/9/265 1062/10/267 1061/10/265 +f 1057/9/268 1056/9/266 1062/10/268 +f 1061/10/266 1062/10/268 1056/9/266 +f 260/9/178 1062/10/178 1057/9/178 +f 1062/10/178 260/9/178 253/10/178 +f 1057/9/177 1062/10/177 260/9/177 +f 253/10/177 260/9/177 1062/10/177 +f 254/10/266 260/9/269 1054/9/266 +f 260/9/269 254/10/266 253/10/269 +f 1054/9/265 260/9/270 254/10/265 +f 253/10/270 254/10/265 260/9/270 +f 255/10/264 1054/9/266 258/9/264 +f 1054/9/266 255/10/264 254/10/266 +f 258/9/263 1054/9/265 255/10/263 +f 254/10/265 255/10/263 1054/9/265 +f 255/10/264 1052/9/261 256/10/261 +f 1052/9/261 255/10/264 258/9/264 +f 256/10/260 1052/9/260 255/10/263 +f 258/9/263 255/10/263 1052/9/260 +f 256/10/261 257/9/262 248/10/262 +f 257/9/262 256/10/261 1052/9/261 +f 248/10/259 257/9/259 256/10/260 +f 1052/9/260 256/10/260 257/9/259 +f 1065/10/654 1064/9/653 1063/10/653 +f 1064/9/653 1065/10/654 1066/9/654 +f 1063/10/656 1064/9/656 1065/10/655 +f 1066/9/655 1065/10/655 1064/9/656 +f 1069/10/657 1068/9/658 1067/9/657 +f 1068/9/658 1069/10/657 1070/10/658 +f 1067/9/659 1068/9/660 1069/10/659 +f 1070/10/660 1069/10/659 1068/9/660 +f 1070/10/658 1071/9/661 1068/9/658 +f 1071/9/661 1070/10/658 1072/10/661 +f 1068/9/660 1071/9/662 1070/10/660 +f 1072/10/662 1070/10/660 1071/9/662 +f 1075/9/664 1074/10/663 1073/9/663 +f 1074/10/663 1075/9/664 1076/10/664 +f 1073/9/666 1074/10/666 1075/9/665 +f 1076/10/665 1075/9/665 1074/10/666 +f 1073/9/663 1069/10/657 1067/9/657 +f 1069/10/657 1073/9/663 1074/10/663 +f 1067/9/659 1069/10/659 1073/9/666 +f 1074/10/666 1073/9/666 1069/10/659 +f 1063/10/653 1071/9/661 1072/10/661 +f 1071/9/661 1063/10/653 1064/9/653 +f 1072/10/662 1071/9/662 1063/10/656 +f 1064/9/656 1063/10/656 1071/9/662 +f 1063/10/85 1076/10/85 1065/10/85 +f 1076/10/85 1063/10/85 1072/10/85 +f 1076/10/85 1072/10/85 1070/10/85 +f 1076/10/85 1070/10/85 1069/10/85 +f 1076/10/85 1069/10/85 1074/10/85 +f 1065/10/86 1076/10/86 1063/10/86 +f 1072/10/86 1063/10/86 1076/10/86 +f 1070/10/86 1072/10/86 1076/10/86 +f 1069/10/86 1070/10/86 1076/10/86 +f 1074/10/86 1069/10/86 1076/10/86 +f 1079/25/667 1078/24/668 1077/24/667 +f 1078/24/668 1079/25/667 1080/25/668 +f 1077/24/669 1078/24/670 1079/25/669 +f 1080/25/670 1079/25/669 1078/24/670 +f 1083/25/669 1082/24/670 1081/24/669 +f 1082/24/670 1083/25/669 1084/25/670 +f 1081/24/667 1082/24/668 1083/25/667 +f 1084/25/668 1083/25/667 1082/24/668 +f 1087/25/672 1086/24/671 1085/25/671 +f 1086/24/671 1087/25/672 1088/24/672 +f 1085/25/674 1086/24/674 1087/25/673 +f 1088/24/673 1087/25/673 1086/24/674 +f 1091/24/674 1090/25/673 1089/24/673 +f 1090/25/673 1091/24/674 1092/25/674 +f 1089/24/672 1090/25/672 1091/24/671 +f 1092/25/671 1091/24/671 1090/25/672 +f 1084/25/670 1091/24/674 1082/24/670 +f 1091/24/674 1084/25/670 1092/25/674 +f 1082/24/668 1091/24/671 1084/25/668 +f 1092/25/671 1084/25/668 1091/24/671 +f 1080/25/668 1086/24/671 1078/24/668 +f 1086/24/671 1080/25/668 1085/25/671 +f 1078/24/670 1086/24/674 1080/25/670 +f 1085/25/674 1080/25/670 1086/24/674 +f 1087/25/672 1081/24/669 1088/24/672 +f 1081/24/669 1087/25/672 1083/25/669 +f 1088/24/673 1081/24/667 1087/25/673 +f 1083/25/667 1087/25/673 1081/24/667 +f 1090/25/673 1077/24/667 1089/24/673 +f 1077/24/667 1090/25/673 1079/25/667 +f 1089/24/672 1077/24/669 1090/25/672 +f 1079/25/669 1090/25/672 1077/24/669 +f 1080/25/675 1087/25/675 1085/25/675 +f 1087/25/675 1080/25/675 1083/25/675 +f 1083/25/675 1080/25/675 1079/25/675 +f 1083/25/675 1079/25/675 1084/25/675 +f 1084/25/675 1079/25/675 1090/25/675 +f 1084/25/675 1090/25/675 1092/25/675 +f 1085/25/676 1087/25/676 1080/25/676 +f 1083/25/676 1080/25/676 1087/25/676 +f 1079/25/676 1080/25/676 1083/25/676 +f 1084/25/676 1079/25/676 1083/25/676 +f 1090/25/676 1079/25/676 1084/25/676 +f 1092/25/676 1090/25/676 1084/25/676 +f 1081/24/676 1086/24/676 1088/24/676 +f 1086/24/676 1081/24/676 1078/24/676 +f 1078/24/676 1081/24/676 1082/24/676 +f 1078/24/676 1082/24/676 1077/24/676 +f 1077/24/676 1082/24/676 1091/24/676 +f 1077/24/676 1091/24/676 1089/24/676 +f 1088/24/675 1086/24/675 1081/24/675 +f 1078/24/675 1081/24/675 1086/24/675 +f 1082/24/675 1081/24/675 1078/24/675 +f 1077/24/675 1082/24/675 1078/24/675 +f 1091/24/675 1082/24/675 1077/24/675 +f 1089/24/675 1091/24/675 1077/24/675 +f 1095/25/677 1094/24/678 1093/24/677 +f 1094/24/678 1095/25/677 1096/25/678 +f 1093/24/679 1094/24/680 1095/25/679 +f 1096/25/680 1095/25/679 1094/24/680 +f 1099/25/679 1098/24/680 1097/24/679 +f 1098/24/680 1099/25/679 1100/25/680 +f 1097/24/677 1098/24/678 1099/25/677 +f 1100/25/678 1099/25/677 1098/24/678 +f 1103/25/682 1102/24/681 1101/25/681 +f 1102/24/681 1103/25/682 1104/24/682 +f 1101/25/684 1102/24/684 1103/25/683 +f 1104/24/683 1103/25/683 1102/24/684 +f 1107/24/684 1106/25/683 1105/24/683 +f 1106/25/683 1107/24/684 1108/25/684 +f 1105/24/682 1106/25/682 1107/24/681 +f 1108/25/681 1107/24/681 1106/25/682 +f 1100/25/680 1107/24/684 1098/24/680 +f 1107/24/684 1100/25/680 1108/25/684 +f 1098/24/678 1107/24/681 1100/25/678 +f 1108/25/681 1100/25/678 1107/24/681 +f 1096/25/678 1102/24/681 1094/24/678 +f 1102/24/681 1096/25/678 1101/25/681 +f 1094/24/680 1102/24/684 1096/25/680 +f 1101/25/684 1096/25/680 1102/24/684 +f 1103/25/682 1097/24/679 1104/24/682 +f 1097/24/679 1103/25/682 1099/25/679 +f 1104/24/683 1097/24/677 1103/25/683 +f 1099/25/677 1103/25/683 1097/24/677 +f 1106/25/683 1093/24/677 1105/24/683 +f 1093/24/677 1106/25/683 1095/25/677 +f 1105/24/682 1093/24/679 1106/25/682 +f 1095/25/679 1106/25/682 1093/24/679 +f 1096/25/267 1103/25/267 1101/25/267 +f 1103/25/267 1096/25/267 1099/25/267 +f 1099/25/267 1096/25/267 1095/25/267 +f 1099/25/267 1095/25/267 1100/25/267 +f 1100/25/267 1095/25/267 1106/25/267 +f 1100/25/267 1106/25/267 1108/25/267 +f 1101/25/268 1103/25/268 1096/25/268 +f 1099/25/268 1096/25/268 1103/25/268 +f 1095/25/268 1096/25/268 1099/25/268 +f 1100/25/268 1095/25/268 1099/25/268 +f 1106/25/268 1095/25/268 1100/25/268 +f 1108/25/268 1106/25/268 1100/25/268 +f 1097/24/268 1102/24/268 1104/24/268 +f 1102/24/268 1097/24/268 1094/24/268 +f 1094/24/268 1097/24/268 1098/24/268 +f 1094/24/268 1098/24/268 1093/24/268 +f 1093/24/268 1098/24/268 1107/24/268 +f 1093/24/268 1107/24/268 1105/24/268 +f 1104/24/267 1102/24/267 1097/24/267 +f 1094/24/267 1097/24/267 1102/24/267 +f 1098/24/267 1097/24/267 1094/24/267 +f 1093/24/267 1098/24/267 1094/24/267 +f 1107/24/267 1098/24/267 1093/24/267 +f 1105/24/267 1107/24/267 1093/24/267 +f 1111/25/677 1110/24/678 1109/24/677 +f 1110/24/678 1111/25/677 1112/25/678 +f 1109/24/679 1110/24/680 1111/25/679 +f 1112/25/680 1111/25/679 1110/24/680 +f 1115/25/679 1114/24/680 1113/24/679 +f 1114/24/680 1115/25/679 1116/25/680 +f 1113/24/677 1114/24/678 1115/25/677 +f 1116/25/678 1115/25/677 1114/24/678 +f 1119/25/682 1118/24/681 1117/25/681 +f 1118/24/681 1119/25/682 1120/24/682 +f 1117/25/684 1118/24/684 1119/25/683 +f 1120/24/683 1119/25/683 1118/24/684 +f 1123/24/684 1122/25/683 1121/24/683 +f 1122/25/683 1123/24/684 1124/25/684 +f 1121/24/682 1122/25/682 1123/24/681 +f 1124/25/681 1123/24/681 1122/25/682 +f 1116/25/680 1123/24/684 1114/24/680 +f 1123/24/684 1116/25/680 1124/25/684 +f 1114/24/678 1123/24/681 1116/25/678 +f 1124/25/681 1116/25/678 1123/24/681 +f 1112/25/678 1118/24/681 1110/24/678 +f 1118/24/681 1112/25/678 1117/25/681 +f 1110/24/680 1118/24/684 1112/25/680 +f 1117/25/684 1112/25/680 1118/24/684 +f 1119/25/682 1113/24/679 1120/24/682 +f 1113/24/679 1119/25/682 1115/25/679 +f 1120/24/683 1113/24/677 1119/25/683 +f 1115/25/677 1119/25/683 1113/24/677 +f 1122/25/683 1109/24/677 1121/24/683 +f 1109/24/677 1122/25/683 1111/25/677 +f 1121/24/682 1109/24/679 1122/25/682 +f 1111/25/679 1122/25/682 1109/24/679 +f 1112/25/267 1119/25/267 1117/25/267 +f 1119/25/267 1112/25/267 1115/25/267 +f 1115/25/267 1112/25/267 1111/25/267 +f 1115/25/267 1111/25/267 1116/25/267 +f 1116/25/267 1111/25/267 1122/25/267 +f 1116/25/267 1122/25/267 1124/25/267 +f 1117/25/268 1119/25/268 1112/25/268 +f 1115/25/268 1112/25/268 1119/25/268 +f 1111/25/268 1112/25/268 1115/25/268 +f 1116/25/268 1111/25/268 1115/25/268 +f 1122/25/268 1111/25/268 1116/25/268 +f 1124/25/268 1122/25/268 1116/25/268 +f 1113/24/268 1118/24/268 1120/24/268 +f 1118/24/268 1113/24/268 1110/24/268 +f 1110/24/268 1113/24/268 1114/24/268 +f 1110/24/268 1114/24/268 1109/24/268 +f 1109/24/268 1114/24/268 1123/24/268 +f 1109/24/268 1123/24/268 1121/24/268 +f 1120/24/267 1118/24/267 1113/24/267 +f 1110/24/267 1113/24/267 1118/24/267 +f 1114/24/267 1113/24/267 1110/24/267 +f 1109/24/267 1114/24/267 1110/24/267 +f 1123/24/267 1114/24/267 1109/24/267 +f 1121/24/267 1123/24/267 1109/24/267 +f 1127/25/685 1126/24/686 1125/24/685 +f 1126/24/686 1127/25/685 1128/25/686 +f 1125/24/687 1126/24/688 1127/25/687 +f 1128/25/688 1127/25/687 1126/24/688 +f 1131/24/687 1130/25/688 1129/24/688 +f 1130/25/688 1131/24/687 1132/25/687 +f 1129/24/686 1130/25/686 1131/24/685 +f 1132/25/685 1131/24/685 1130/25/686 +f 1135/25/690 1134/24/689 1133/25/689 +f 1134/24/689 1135/25/690 1136/24/690 +f 1133/25/692 1134/24/692 1135/25/691 +f 1136/24/691 1135/25/691 1134/24/692 +f 1139/24/692 1138/25/691 1137/24/691 +f 1138/25/691 1139/24/692 1140/25/692 +f 1137/24/690 1138/25/690 1139/24/689 +f 1140/25/689 1139/24/689 1138/25/690 +f 1130/25/688 1139/24/692 1129/24/688 +f 1139/24/692 1130/25/688 1140/25/692 +f 1129/24/686 1139/24/689 1130/25/686 +f 1140/25/689 1130/25/686 1139/24/689 +f 1128/25/686 1134/24/689 1126/24/686 +f 1134/24/689 1128/25/686 1133/25/689 +f 1126/24/688 1134/24/692 1128/25/688 +f 1133/25/692 1128/25/688 1134/24/692 +f 1135/25/690 1131/24/687 1136/24/690 +f 1131/24/687 1135/25/690 1132/25/687 +f 1136/24/691 1131/24/685 1135/25/691 +f 1132/25/685 1135/25/691 1131/24/685 +f 1138/25/691 1125/24/685 1137/24/691 +f 1125/24/685 1138/25/691 1127/25/685 +f 1137/24/690 1125/24/687 1138/25/690 +f 1127/25/687 1138/25/690 1125/24/687 +f 1128/25/693 1135/25/693 1133/25/693 +f 1135/25/693 1128/25/693 1132/25/693 +f 1132/25/693 1128/25/693 1127/25/693 +f 1132/25/693 1127/25/693 1130/25/693 +f 1130/25/693 1127/25/693 1138/25/693 +f 1130/25/693 1138/25/693 1140/25/693 +f 1133/25/694 1135/25/694 1128/25/694 +f 1132/25/694 1128/25/694 1135/25/694 +f 1127/25/694 1128/25/694 1132/25/694 +f 1130/25/694 1127/25/694 1132/25/694 +f 1138/25/694 1127/25/694 1130/25/694 +f 1140/25/694 1138/25/694 1130/25/694 +f 1131/24/694 1134/24/694 1136/24/694 +f 1134/24/694 1131/24/694 1126/24/694 +f 1126/24/694 1131/24/694 1129/24/694 +f 1126/24/694 1129/24/694 1125/24/694 +f 1125/24/694 1129/24/694 1139/24/694 +f 1125/24/694 1139/24/694 1137/24/694 +f 1136/24/693 1134/24/693 1131/24/693 +f 1126/24/693 1131/24/693 1134/24/693 +f 1129/24/693 1131/24/693 1126/24/693 +f 1125/24/693 1129/24/693 1126/24/693 +f 1139/24/693 1129/24/693 1125/24/693 +f 1137/24/693 1139/24/693 1125/24/693 +f 1143/11/85 1142/11/85 1141/11/85 +f 1142/11/85 1143/11/85 1144/11/85 +f 1142/11/85 1144/11/85 1145/11/85 +f 1145/11/85 1144/11/85 1146/11/85 +f 1145/11/85 1146/11/85 1147/11/85 +f 1147/11/85 1146/11/85 1148/11/85 +f 1147/11/85 1148/11/85 1149/11/85 +f 1149/11/85 1148/11/85 1150/11/85 +f 1141/11/86 1142/11/86 1143/11/86 +f 1144/11/86 1143/11/86 1142/11/86 +f 1145/11/86 1144/11/86 1142/11/86 +f 1146/11/86 1144/11/86 1145/11/86 +f 1147/11/86 1146/11/86 1145/11/86 +f 1148/11/86 1146/11/86 1147/11/86 +f 1149/11/86 1148/11/86 1147/11/86 +f 1150/11/86 1148/11/86 1149/11/86 +f 1143/11/202 301/9/202 1151/9/202 +f 301/9/202 1143/11/202 1141/11/202 +f 1151/9/201 301/9/201 1143/11/201 +f 1141/11/201 1143/11/201 301/9/201 +f 1152/9/352 1143/11/351 1151/9/351 +f 1143/11/351 1152/9/352 1144/11/352 +f 1151/9/354 1143/11/354 1152/9/353 +f 1144/11/353 1152/9/353 1143/11/354 +f 1153/9/355 1144/11/352 1152/9/352 +f 1144/11/352 1153/9/355 1146/11/355 +f 1152/9/353 1144/11/353 1153/9/356 +f 1146/11/356 1153/9/356 1144/11/353 +f 1148/11/357 1153/9/355 1154/9/357 +f 1153/9/355 1148/11/357 1146/11/355 +f 1154/9/358 1153/9/356 1148/11/358 +f 1146/11/356 1148/11/358 1153/9/356 +f 1150/11/362 1154/9/357 1155/9/362 +f 1154/9/357 1150/11/362 1148/11/357 +f 1155/9/361 1154/9/358 1150/11/361 +f 1148/11/358 1150/11/361 1154/9/358 +f 309/9/200 1150/11/200 1155/9/200 +f 1150/11/200 309/9/200 1149/11/200 +f 1155/9/199 1150/11/199 309/9/199 +f 1149/11/199 309/9/199 1150/11/199 +f 1147/11/358 309/9/361 307/9/358 +f 309/9/361 1147/11/358 1149/11/361 +f 307/9/357 309/9/362 1147/11/357 +f 1149/11/362 1147/11/357 309/9/362 +f 1145/11/356 307/9/358 305/9/356 +f 307/9/358 1145/11/356 1147/11/358 +f 305/9/355 307/9/357 1145/11/355 +f 1147/11/357 1145/11/355 307/9/357 +f 1145/11/356 302/9/353 1142/11/353 +f 302/9/353 1145/11/356 305/9/356 +f 1142/11/352 302/9/352 1145/11/355 +f 305/9/355 1145/11/355 302/9/352 +f 1142/11/353 301/9/354 1141/11/354 +f 301/9/354 1142/11/353 302/9/353 +f 1141/11/351 301/9/351 1142/11/352 +f 302/9/352 1142/11/352 301/9/351 +f 1157/9/86 1156/9/86 321/9/86 +f 1156/9/86 1157/9/86 322/9/86 +f 1156/9/86 322/9/86 1158/9/86 +f 1158/9/86 322/9/86 1159/9/86 +f 1158/9/86 1159/9/86 1160/9/86 +f 1160/9/86 1159/9/86 1161/9/86 +f 1161/9/86 1159/9/86 324/9/86 +f 1161/9/86 324/9/86 1162/9/86 +f 321/9/85 1156/9/85 1157/9/85 +f 322/9/85 1157/9/85 1156/9/85 +f 1158/9/85 322/9/85 1156/9/85 +f 1159/9/85 322/9/85 1158/9/85 +f 1160/9/85 1159/9/85 1158/9/85 +f 1161/9/85 1159/9/85 1160/9/85 +f 324/9/85 1159/9/85 1161/9/85 +f 1162/9/85 324/9/85 1161/9/85 +f 1163/10/85 320/10/85 312/10/85 +f 320/10/85 1163/10/85 319/10/85 +f 319/10/85 1163/10/85 1164/10/85 +f 319/10/85 1164/10/85 318/10/85 +f 318/10/85 1164/10/85 1165/10/85 +f 318/10/85 1165/10/85 1166/10/85 +f 318/10/85 1166/10/85 317/10/85 +f 317/10/85 1166/10/85 1167/10/85 +f 312/10/86 320/10/86 1163/10/86 +f 319/10/86 1163/10/86 320/10/86 +f 1164/10/86 1163/10/86 319/10/86 +f 318/10/86 1164/10/86 319/10/86 +f 1165/10/86 1164/10/86 318/10/86 +f 1166/10/86 1165/10/86 318/10/86 +f 317/10/86 1166/10/86 318/10/86 +f 1167/10/86 1166/10/86 317/10/86 +f 1163/10/202 321/9/202 1156/9/202 +f 321/9/202 1163/10/202 312/10/202 +f 1156/9/201 321/9/201 1163/10/201 +f 312/10/201 1163/10/201 321/9/201 +f 1158/9/352 1163/10/351 1156/9/351 +f 1163/10/351 1158/9/352 1164/10/352 +f 1156/9/354 1163/10/354 1158/9/353 +f 1164/10/353 1158/9/353 1163/10/354 +f 1160/9/355 1164/10/352 1158/9/352 +f 1164/10/352 1160/9/355 1165/10/355 +f 1158/9/353 1164/10/353 1160/9/356 +f 1165/10/356 1160/9/356 1164/10/353 +f 1166/10/357 1160/9/355 1161/9/357 +f 1160/9/355 1166/10/357 1165/10/355 +f 1161/9/358 1160/9/356 1166/10/358 +f 1165/10/356 1166/10/358 1160/9/356 +f 1167/10/359 1161/9/357 1162/9/359 +f 1161/9/357 1167/10/359 1166/10/357 +f 1162/9/360 1161/9/358 1167/10/360 +f 1166/10/358 1167/10/360 1161/9/358 +f 324/9/200 1167/10/200 1162/9/200 +f 1167/10/200 324/9/200 317/10/200 +f 1162/9/199 1167/10/199 324/9/199 +f 317/10/199 324/9/199 1167/10/199 +f 318/10/358 324/9/361 1159/9/358 +f 324/9/361 318/10/358 317/10/361 +f 1159/9/357 324/9/362 318/10/357 +f 317/10/362 318/10/357 324/9/362 +f 319/10/356 1159/9/358 322/9/356 +f 1159/9/358 319/10/356 318/10/358 +f 322/9/355 1159/9/357 319/10/355 +f 318/10/357 319/10/355 1159/9/357 +f 319/10/356 1157/9/353 320/10/353 +f 1157/9/353 319/10/356 322/9/356 +f 320/10/352 1157/9/352 319/10/355 +f 322/9/355 319/10/355 1157/9/352 +f 320/10/353 321/9/354 312/10/354 +f 321/9/354 320/10/353 1157/9/353 +f 312/10/351 321/9/351 320/10/352 +f 1157/9/352 320/10/352 321/9/351 +f 1170/10/696 1169/9/695 1168/10/695 +f 1169/9/695 1170/10/696 1171/9/696 +f 1168/10/698 1169/9/698 1170/10/697 +f 1171/9/697 1170/10/697 1169/9/698 +f 1174/10/699 1173/9/700 1172/9/699 +f 1173/9/700 1174/10/699 1175/10/700 +f 1172/9/701 1173/9/702 1174/10/701 +f 1175/10/702 1174/10/701 1173/9/702 +f 1175/10/700 1176/9/703 1173/9/700 +f 1176/9/703 1175/10/700 1177/10/703 +f 1173/9/702 1176/9/704 1175/10/702 +f 1177/10/704 1175/10/702 1176/9/704 +f 1180/9/706 1179/10/705 1178/9/705 +f 1179/10/705 1180/9/706 1181/10/706 +f 1178/9/708 1179/10/708 1180/9/707 +f 1181/10/707 1180/9/707 1179/10/708 +f 1178/9/705 1174/10/699 1172/9/699 +f 1174/10/699 1178/9/705 1179/10/705 +f 1172/9/701 1174/10/701 1178/9/708 +f 1179/10/708 1178/9/708 1174/10/701 +f 1168/10/695 1176/9/703 1177/10/703 +f 1176/9/703 1168/10/695 1169/9/695 +f 1177/10/704 1176/9/704 1168/10/698 +f 1169/9/698 1168/10/698 1176/9/704 +f 1168/10/85 1181/10/85 1170/10/85 +f 1181/10/85 1168/10/85 1177/10/85 +f 1181/10/85 1177/10/85 1175/10/85 +f 1181/10/85 1175/10/85 1174/10/85 +f 1181/10/85 1174/10/85 1179/10/85 +f 1170/10/86 1181/10/86 1168/10/86 +f 1177/10/86 1168/10/86 1181/10/86 +f 1175/10/86 1177/10/86 1181/10/86 +f 1174/10/86 1175/10/86 1181/10/86 +f 1179/10/86 1174/10/86 1181/10/86 +f 1184/25/709 1183/24/710 1182/24/709 +f 1183/24/710 1184/25/709 1185/25/710 +f 1182/24/711 1183/24/712 1184/25/711 +f 1185/25/712 1184/25/711 1183/24/712 +f 1188/25/711 1187/24/712 1186/24/711 +f 1187/24/712 1188/25/711 1189/25/712 +f 1186/24/709 1187/24/710 1188/25/709 +f 1189/25/710 1188/25/709 1187/24/710 +f 1192/25/714 1191/24/713 1190/25/713 +f 1191/24/713 1192/25/714 1193/24/714 +f 1190/25/716 1191/24/716 1192/25/715 +f 1193/24/715 1192/25/715 1191/24/716 +f 1196/24/716 1195/25/715 1194/24/715 +f 1195/25/715 1196/24/716 1197/25/716 +f 1194/24/714 1195/25/714 1196/24/713 +f 1197/25/713 1196/24/713 1195/25/714 +f 1189/25/712 1196/24/716 1187/24/712 +f 1196/24/716 1189/25/712 1197/25/716 +f 1187/24/710 1196/24/713 1189/25/710 +f 1197/25/713 1189/25/710 1196/24/713 +f 1185/25/710 1191/24/713 1183/24/710 +f 1191/24/713 1185/25/710 1190/25/713 +f 1183/24/712 1191/24/716 1185/25/712 +f 1190/25/716 1185/25/712 1191/24/716 +f 1192/25/714 1186/24/711 1193/24/714 +f 1186/24/711 1192/25/714 1188/25/711 +f 1193/24/715 1186/24/709 1192/25/715 +f 1188/25/709 1192/25/715 1186/24/709 +f 1195/25/715 1182/24/709 1194/24/715 +f 1182/24/709 1195/25/715 1184/25/709 +f 1194/24/714 1182/24/711 1195/25/714 +f 1184/25/711 1195/25/714 1182/24/711 +f 1185/25/717 1192/25/717 1190/25/717 +f 1192/25/717 1185/25/717 1188/25/717 +f 1188/25/717 1185/25/717 1184/25/717 +f 1188/25/717 1184/25/717 1189/25/717 +f 1189/25/717 1184/25/717 1195/25/717 +f 1189/25/717 1195/25/717 1197/25/717 +f 1190/25/718 1192/25/718 1185/25/718 +f 1188/25/718 1185/25/718 1192/25/718 +f 1184/25/718 1185/25/718 1188/25/718 +f 1189/25/718 1184/25/718 1188/25/718 +f 1195/25/718 1184/25/718 1189/25/718 +f 1197/25/718 1195/25/718 1189/25/718 +f 1186/24/718 1191/24/718 1193/24/718 +f 1191/24/718 1186/24/718 1183/24/718 +f 1183/24/718 1186/24/718 1187/24/718 +f 1183/24/718 1187/24/718 1182/24/718 +f 1182/24/718 1187/24/718 1196/24/718 +f 1182/24/718 1196/24/718 1194/24/718 +f 1193/24/717 1191/24/717 1186/24/717 +f 1183/24/717 1186/24/717 1191/24/717 +f 1187/24/717 1186/24/717 1183/24/717 +f 1182/24/717 1187/24/717 1183/24/717 +f 1196/24/717 1187/24/717 1182/24/717 +f 1194/24/717 1196/24/717 1182/24/717 +f 1200/25/719 1199/24/720 1198/24/719 +f 1199/24/720 1200/25/719 1201/25/720 +f 1198/24/721 1199/24/722 1200/25/721 +f 1201/25/722 1200/25/721 1199/24/722 +f 1204/25/721 1203/24/722 1202/24/721 +f 1203/24/722 1204/25/721 1205/25/722 +f 1202/24/719 1203/24/720 1204/25/719 +f 1205/25/720 1204/25/719 1203/24/720 +f 1208/25/724 1207/24/723 1206/25/723 +f 1207/24/723 1208/25/724 1209/24/724 +f 1206/25/726 1207/24/726 1208/25/725 +f 1209/24/725 1208/25/725 1207/24/726 +f 1212/24/726 1211/25/725 1210/24/725 +f 1211/25/725 1212/24/726 1213/25/726 +f 1210/24/724 1211/25/724 1212/24/723 +f 1213/25/723 1212/24/723 1211/25/724 +f 1205/25/722 1212/24/726 1203/24/722 +f 1212/24/726 1205/25/722 1213/25/726 +f 1203/24/720 1212/24/723 1205/25/720 +f 1213/25/723 1205/25/720 1212/24/723 +f 1201/25/720 1207/24/723 1199/24/720 +f 1207/24/723 1201/25/720 1206/25/723 +f 1199/24/722 1207/24/726 1201/25/722 +f 1206/25/726 1201/25/722 1207/24/726 +f 1208/25/724 1202/24/721 1209/24/724 +f 1202/24/721 1208/25/724 1204/25/721 +f 1209/24/725 1202/24/719 1208/25/725 +f 1204/25/719 1208/25/725 1202/24/719 +f 1211/25/725 1198/24/719 1210/24/725 +f 1198/24/719 1211/25/725 1200/25/719 +f 1210/24/724 1198/24/721 1211/25/724 +f 1200/25/721 1211/25/724 1198/24/721 +f 1201/25/359 1208/25/359 1206/25/359 +f 1208/25/359 1201/25/359 1204/25/359 +f 1204/25/359 1201/25/359 1200/25/359 +f 1204/25/359 1200/25/359 1205/25/359 +f 1205/25/359 1200/25/359 1211/25/359 +f 1205/25/359 1211/25/359 1213/25/359 +f 1206/25/360 1208/25/360 1201/25/360 +f 1204/25/360 1201/25/360 1208/25/360 +f 1200/25/360 1201/25/360 1204/25/360 +f 1205/25/360 1200/25/360 1204/25/360 +f 1211/25/360 1200/25/360 1205/25/360 +f 1213/25/360 1211/25/360 1205/25/360 +f 1202/24/360 1207/24/360 1209/24/360 +f 1207/24/360 1202/24/360 1199/24/360 +f 1199/24/360 1202/24/360 1203/24/360 +f 1199/24/360 1203/24/360 1198/24/360 +f 1198/24/360 1203/24/360 1212/24/360 +f 1198/24/360 1212/24/360 1210/24/360 +f 1209/24/359 1207/24/359 1202/24/359 +f 1199/24/359 1202/24/359 1207/24/359 +f 1203/24/359 1202/24/359 1199/24/359 +f 1198/24/359 1203/24/359 1199/24/359 +f 1212/24/359 1203/24/359 1198/24/359 +f 1210/24/359 1212/24/359 1198/24/359 +f 1216/25/719 1215/24/720 1214/24/719 +f 1215/24/720 1216/25/719 1217/25/720 +f 1214/24/721 1215/24/722 1216/25/721 +f 1217/25/722 1216/25/721 1215/24/722 +f 1220/25/721 1219/24/722 1218/24/721 +f 1219/24/722 1220/25/721 1221/25/722 +f 1218/24/719 1219/24/720 1220/25/719 +f 1221/25/720 1220/25/719 1219/24/720 +f 1224/25/724 1223/24/723 1222/25/723 +f 1223/24/723 1224/25/724 1225/24/724 +f 1222/25/726 1223/24/726 1224/25/725 +f 1225/24/725 1224/25/725 1223/24/726 +f 1228/24/726 1227/25/725 1226/24/725 +f 1227/25/725 1228/24/726 1229/25/726 +f 1226/24/724 1227/25/724 1228/24/723 +f 1229/25/723 1228/24/723 1227/25/724 +f 1221/25/722 1228/24/726 1219/24/722 +f 1228/24/726 1221/25/722 1229/25/726 +f 1219/24/720 1228/24/723 1221/25/720 +f 1229/25/723 1221/25/720 1228/24/723 +f 1217/25/720 1223/24/723 1215/24/720 +f 1223/24/723 1217/25/720 1222/25/723 +f 1215/24/722 1223/24/726 1217/25/722 +f 1222/25/726 1217/25/722 1223/24/726 +f 1224/25/724 1218/24/721 1225/24/724 +f 1218/24/721 1224/25/724 1220/25/721 +f 1225/24/725 1218/24/719 1224/25/725 +f 1220/25/719 1224/25/725 1218/24/719 +f 1227/25/725 1214/24/719 1226/24/725 +f 1214/24/719 1227/25/725 1216/25/719 +f 1226/24/724 1214/24/721 1227/25/724 +f 1216/25/721 1227/25/724 1214/24/721 +f 1217/25/359 1224/25/359 1222/25/359 +f 1224/25/359 1217/25/359 1220/25/359 +f 1220/25/359 1217/25/359 1216/25/359 +f 1220/25/359 1216/25/359 1221/25/359 +f 1221/25/359 1216/25/359 1227/25/359 +f 1221/25/359 1227/25/359 1229/25/359 +f 1222/25/360 1224/25/360 1217/25/360 +f 1220/25/360 1217/25/360 1224/25/360 +f 1216/25/360 1217/25/360 1220/25/360 +f 1221/25/360 1216/25/360 1220/25/360 +f 1227/25/360 1216/25/360 1221/25/360 +f 1229/25/360 1227/25/360 1221/25/360 +f 1218/24/360 1223/24/360 1225/24/360 +f 1223/24/360 1218/24/360 1215/24/360 +f 1215/24/360 1218/24/360 1219/24/360 +f 1215/24/360 1219/24/360 1214/24/360 +f 1214/24/360 1219/24/360 1228/24/360 +f 1214/24/360 1228/24/360 1226/24/360 +f 1225/24/359 1223/24/359 1218/24/359 +f 1215/24/359 1218/24/359 1223/24/359 +f 1219/24/359 1218/24/359 1215/24/359 +f 1214/24/359 1219/24/359 1215/24/359 +f 1228/24/359 1219/24/359 1214/24/359 +f 1226/24/359 1228/24/359 1214/24/359 +f 1232/25/727 1231/24/728 1230/24/727 +f 1231/24/728 1232/25/727 1233/25/728 +f 1230/24/729 1231/24/730 1232/25/729 +f 1233/25/730 1232/25/729 1231/24/730 +f 1236/24/729 1235/25/730 1234/24/730 +f 1235/25/730 1236/24/729 1237/25/729 +f 1234/24/728 1235/25/728 1236/24/727 +f 1237/25/727 1236/24/727 1235/25/728 +f 1240/25/732 1239/24/731 1238/25/731 +f 1239/24/731 1240/25/732 1241/24/732 +f 1238/25/734 1239/24/734 1240/25/733 +f 1241/24/733 1240/25/733 1239/24/734 +f 1244/24/734 1243/25/733 1242/24/733 +f 1243/25/733 1244/24/734 1245/25/734 +f 1242/24/732 1243/25/732 1244/24/731 +f 1245/25/731 1244/24/731 1243/25/732 +f 1235/25/730 1244/24/734 1234/24/730 +f 1244/24/734 1235/25/730 1245/25/734 +f 1234/24/728 1244/24/731 1235/25/728 +f 1245/25/731 1235/25/728 1244/24/731 +f 1233/25/728 1239/24/731 1231/24/728 +f 1239/24/731 1233/25/728 1238/25/731 +f 1231/24/730 1239/24/734 1233/25/730 +f 1238/25/734 1233/25/730 1239/24/734 +f 1240/25/732 1236/24/729 1241/24/732 +f 1236/24/729 1240/25/732 1237/25/729 +f 1241/24/733 1236/24/727 1240/25/733 +f 1237/25/727 1240/25/733 1236/24/727 +f 1243/25/733 1230/24/727 1242/24/733 +f 1230/24/727 1243/25/733 1232/25/727 +f 1242/24/732 1230/24/729 1243/25/732 +f 1232/25/729 1243/25/732 1230/24/729 +f 1233/25/735 1240/25/735 1238/25/735 +f 1240/25/735 1233/25/735 1237/25/735 +f 1237/25/735 1233/25/735 1232/25/735 +f 1237/25/735 1232/25/735 1235/25/735 +f 1235/25/735 1232/25/735 1243/25/735 +f 1235/25/735 1243/25/735 1245/25/735 +f 1238/25/736 1240/25/736 1233/25/736 +f 1237/25/736 1233/25/736 1240/25/736 +f 1232/25/736 1233/25/736 1237/25/736 +f 1235/25/736 1232/25/736 1237/25/736 +f 1243/25/736 1232/25/736 1235/25/736 +f 1245/25/736 1243/25/736 1235/25/736 +f 1236/24/736 1239/24/736 1241/24/736 +f 1239/24/736 1236/24/736 1231/24/736 +f 1231/24/736 1236/24/736 1234/24/736 +f 1231/24/736 1234/24/736 1230/24/736 +f 1230/24/736 1234/24/736 1244/24/736 +f 1230/24/736 1244/24/736 1242/24/736 +f 1241/24/735 1239/24/735 1236/24/735 +f 1231/24/735 1236/24/735 1239/24/735 +f 1234/24/735 1236/24/735 1231/24/735 +f 1230/24/735 1234/24/735 1231/24/735 +f 1244/24/735 1234/24/735 1230/24/735 +f 1242/24/735 1244/24/735 1230/24/735 +f 107/10/199 1247/9/199 1246/10/199 +f 1247/9/199 107/10/199 1248/9/199 +f 1246/10/200 1247/9/200 107/10/200 +f 1248/9/200 107/10/200 1247/9/200 +f 1251/10/737 1250/9/202 1249/9/737 +f 1250/9/202 1251/10/737 1252/10/202 +f 1249/9/738 1250/9/201 1251/10/738 +f 1252/10/201 1251/10/738 1250/9/201 +f 107/10/201 1253/9/201 1248/9/201 +f 1253/9/201 107/10/201 1254/10/201 +f 1248/9/202 1253/9/202 107/10/202 +f 1254/10/202 107/10/202 1253/9/202 +f 1252/10/202 1247/9/739 1250/9/202 +f 1247/9/739 1252/10/202 1246/10/739 +f 1250/9/201 1247/9/740 1252/10/201 +f 1246/10/740 1252/10/201 1247/9/740 +f 1253/9/86 1247/9/86 1248/9/86 +f 1247/9/86 1253/9/86 1250/9/86 +f 1250/9/86 1253/9/86 1249/9/86 +f 1248/9/85 1247/9/85 1253/9/85 +f 1250/9/85 1253/9/85 1247/9/85 +f 1249/9/85 1253/9/85 1250/9/85 +f 1246/10/85 1254/10/85 107/10/85 +f 1254/10/85 1246/10/85 1252/10/85 +f 1254/10/85 1252/10/85 1251/10/85 +f 107/10/86 1254/10/86 1246/10/86 +f 1252/10/86 1246/10/86 1254/10/86 +f 1251/10/86 1252/10/86 1254/10/86 +f 1253/9/200 1251/10/200 1249/9/200 +f 1251/10/200 1253/9/200 1254/10/200 +f 1249/9/199 1251/10/199 1253/9/199 +f 1254/10/199 1253/9/199 1251/10/199 +f 1257/11/85 1256/11/85 1255/11/85 +f 1256/11/85 1257/11/85 1258/11/85 +f 1256/11/85 1258/11/85 1259/11/85 +f 1255/11/86 1256/11/86 1257/11/86 +f 1258/11/86 1257/11/86 1256/11/86 +f 1259/11/86 1258/11/86 1256/11/86 +f 1255/11/201 1261/9/201 1260/9/201 +f 1261/9/201 1255/11/201 1256/11/201 +f 1260/9/202 1261/9/202 1255/11/202 +f 1256/11/202 1255/11/202 1261/9/202 +f 1261/9/200 1259/11/200 1262/9/200 +f 1259/11/200 1261/9/200 1256/11/200 +f 1262/9/199 1259/11/199 1261/9/199 +f 1256/11/199 1261/9/199 1259/11/199 +f 1255/11/199 1263/9/199 1257/11/199 +f 1263/9/199 1255/11/199 1260/9/199 +f 1257/11/200 1263/9/200 1255/11/200 +f 1260/9/200 1255/11/200 1263/9/200 +f 1265/27/364 1264/26/364 1258/11/201 +f 1264/26/364 1266/28/364 1258/11/201 +f 1267/29/364 1265/27/364 1258/11/201 +f 1258/11/201 1266/28/364 1268/9/201 +f 1269/28/364 1268/9/201 1266/28/364 +f 1268/9/201 1269/28/364 1262/9/364 +f 1270/26/364 1262/9/364 1269/28/364 +f 1259/11/364 1267/29/364 1258/11/201 +f 1259/11/364 1262/9/364 1270/26/364 +f 1267/29/364 1259/11/364 1271/29/364 +f 1272/27/364 1259/11/364 1270/26/364 +f 1271/29/364 1259/11/364 1272/27/364 +f 1274/31/366 1273/30/366 1257/11/366 +f 1275/32/366 1274/31/366 1257/11/366 +f 1258/11/201 1275/32/366 1257/11/366 +f 1275/32/366 1258/11/201 1276/32/366 +f 1257/11/366 1273/30/366 1263/9/366 +f 1276/32/366 1258/11/201 1277/31/366 +f 1277/31/366 1258/11/201 1278/30/366 +f 1279/33/366 1263/9/366 1273/30/366 +f 1278/30/366 1258/11/201 1280/34/366 +f 1281/33/366 1278/30/366 1280/34/366 +f 1281/33/366 1280/34/366 1279/33/366 +f 1280/34/366 1258/11/201 1282/34/366 +f 1282/34/366 1258/11/201 1283/35/366 +f 1283/35/366 1258/11/201 1284/36/366 +f 1258/11/201 1268/9/201 1284/36/366 +f 1284/36/366 1268/9/201 1285/37/366 +f 1263/9/366 1285/37/366 1268/9/201 +f 1285/37/366 1263/9/366 1286/37/366 +f 1286/37/366 1263/9/366 1279/33/366 +f 1280/34/366 1287/35/366 1279/33/366 +f 1288/36/366 1286/37/366 1279/33/366 +f 1287/35/366 1288/36/366 1279/33/366 +f 1258/11/202 1264/26/363 1265/27/363 +f 1258/11/202 1265/27/363 1267/29/363 +f 1258/11/202 1266/28/363 1264/26/363 +f 1268/9/202 1266/28/363 1258/11/202 +f 1266/28/363 1268/9/202 1269/28/363 +f 1262/9/363 1269/28/363 1268/9/202 +f 1269/28/363 1262/9/363 1270/26/363 +f 1258/11/202 1267/29/363 1259/11/363 +f 1270/26/363 1262/9/363 1259/11/363 +f 1271/29/363 1259/11/363 1267/29/363 +f 1270/26/363 1259/11/363 1272/27/363 +f 1272/27/363 1259/11/363 1271/29/363 +f 1257/11/365 1273/30/365 1274/31/365 +f 1257/11/365 1274/31/365 1275/32/365 +f 1257/11/365 1275/32/365 1258/11/202 +f 1276/32/365 1258/11/202 1275/32/365 +f 1263/9/365 1273/30/365 1257/11/365 +f 1277/31/365 1258/11/202 1276/32/365 +f 1278/30/365 1258/11/202 1277/31/365 +f 1273/30/365 1263/9/365 1279/33/365 +f 1280/34/365 1258/11/202 1278/30/365 +f 1280/34/365 1278/30/365 1281/33/365 +f 1279/33/365 1280/34/365 1281/33/365 +f 1282/34/365 1258/11/202 1280/34/365 +f 1283/35/365 1258/11/202 1282/34/365 +f 1284/36/365 1258/11/202 1283/35/365 +f 1284/36/365 1268/9/202 1258/11/202 +f 1285/37/365 1268/9/202 1284/36/365 +f 1268/9/202 1285/37/365 1263/9/365 +f 1286/37/365 1263/9/365 1285/37/365 +f 1279/33/365 1263/9/365 1286/37/365 +f 1279/33/365 1287/35/365 1280/34/365 +f 1279/33/365 1286/37/365 1288/36/365 +f 1279/33/365 1288/36/365 1287/35/365 +f 1291/25/741 1290/24/742 1289/24/741 +f 1290/24/742 1291/25/741 1292/25/742 +f 1289/24/743 1290/24/744 1291/25/743 +f 1292/25/744 1291/25/743 1290/24/744 +f 1295/25/743 1294/24/744 1293/24/743 +f 1294/24/744 1295/25/743 1296/25/744 +f 1293/24/741 1294/24/742 1295/25/741 +f 1296/25/742 1295/25/741 1294/24/742 +f 1299/25/746 1298/24/745 1297/25/745 +f 1298/24/745 1299/25/746 1300/24/746 +f 1297/25/748 1298/24/748 1299/25/747 +f 1300/24/747 1299/25/747 1298/24/748 +f 1303/24/748 1302/25/747 1301/24/747 +f 1302/25/747 1303/24/748 1304/25/748 +f 1301/24/746 1302/25/746 1303/24/745 +f 1304/25/745 1303/24/745 1302/25/746 +f 1296/25/744 1303/24/748 1294/24/744 +f 1303/24/748 1296/25/744 1304/25/748 +f 1294/24/742 1303/24/745 1296/25/742 +f 1304/25/745 1296/25/742 1303/24/745 +f 1292/25/742 1298/24/745 1290/24/742 +f 1298/24/745 1292/25/742 1297/25/745 +f 1290/24/744 1298/24/748 1292/25/744 +f 1297/25/748 1292/25/744 1298/24/748 +f 1299/25/746 1293/24/743 1300/24/746 +f 1293/24/743 1299/25/746 1295/25/743 +f 1300/24/747 1293/24/741 1299/25/747 +f 1295/25/741 1299/25/747 1293/24/741 +f 1302/25/747 1289/24/741 1301/24/747 +f 1289/24/741 1302/25/747 1291/25/741 +f 1301/24/746 1289/24/743 1302/25/746 +f 1291/25/743 1302/25/746 1289/24/743 +f 1292/25/749 1299/25/749 1297/25/749 +f 1299/25/749 1292/25/749 1295/25/749 +f 1295/25/749 1292/25/749 1291/25/749 +f 1295/25/749 1291/25/749 1296/25/749 +f 1296/25/749 1291/25/749 1302/25/749 +f 1296/25/749 1302/25/749 1304/25/749 +f 1297/25/750 1299/25/750 1292/25/750 +f 1295/25/750 1292/25/750 1299/25/750 +f 1291/25/750 1292/25/750 1295/25/750 +f 1296/25/750 1291/25/750 1295/25/750 +f 1302/25/750 1291/25/750 1296/25/750 +f 1304/25/750 1302/25/750 1296/25/750 +f 1293/24/750 1298/24/750 1300/24/750 +f 1298/24/750 1293/24/750 1290/24/750 +f 1290/24/750 1293/24/750 1294/24/750 +f 1290/24/750 1294/24/750 1289/24/750 +f 1289/24/750 1294/24/750 1303/24/750 +f 1289/24/750 1303/24/750 1301/24/750 +f 1300/24/749 1298/24/749 1293/24/749 +f 1290/24/749 1293/24/749 1298/24/749 +f 1294/24/749 1293/24/749 1290/24/749 +f 1289/24/749 1294/24/749 1290/24/749 +f 1303/24/749 1294/24/749 1289/24/749 +f 1301/24/749 1303/24/749 1289/24/749 +f 1307/25/751 1306/24/752 1305/24/751 +f 1306/24/752 1307/25/751 1308/25/752 +f 1305/24/753 1306/24/754 1307/25/753 +f 1308/25/754 1307/25/753 1306/24/754 +f 1311/25/753 1310/24/754 1309/24/753 +f 1310/24/754 1311/25/753 1312/25/754 +f 1309/24/751 1310/24/752 1311/25/751 +f 1312/25/752 1311/25/751 1310/24/752 +f 1315/25/756 1314/24/755 1313/25/755 +f 1314/24/755 1315/25/756 1316/24/756 +f 1313/25/758 1314/24/758 1315/25/757 +f 1316/24/757 1315/25/757 1314/24/758 +f 1319/24/758 1318/25/757 1317/24/757 +f 1318/25/757 1319/24/758 1320/25/758 +f 1317/24/756 1318/25/756 1319/24/755 +f 1320/25/755 1319/24/755 1318/25/756 +f 1312/25/754 1319/24/758 1310/24/754 +f 1319/24/758 1312/25/754 1320/25/758 +f 1310/24/752 1319/24/755 1312/25/752 +f 1320/25/755 1312/25/752 1319/24/755 +f 1308/25/752 1314/24/755 1306/24/752 +f 1314/24/755 1308/25/752 1313/25/755 +f 1306/24/754 1314/24/758 1308/25/754 +f 1313/25/758 1308/25/754 1314/24/758 +f 1315/25/756 1309/24/753 1316/24/756 +f 1309/24/753 1315/25/756 1311/25/753 +f 1316/24/757 1309/24/751 1315/25/757 +f 1311/25/751 1315/25/757 1309/24/751 +f 1318/25/757 1305/24/751 1317/24/757 +f 1305/24/751 1318/25/757 1307/25/751 +f 1317/24/756 1305/24/753 1318/25/756 +f 1307/25/753 1318/25/756 1305/24/753 +f 1308/25/759 1315/25/759 1313/25/759 +f 1315/25/759 1308/25/759 1311/25/759 +f 1311/25/759 1308/25/759 1307/25/759 +f 1311/25/759 1307/25/759 1312/25/759 +f 1312/25/759 1307/25/759 1318/25/759 +f 1312/25/759 1318/25/759 1320/25/759 +f 1313/25/760 1315/25/760 1308/25/760 +f 1311/25/760 1308/25/760 1315/25/760 +f 1307/25/760 1308/25/760 1311/25/760 +f 1312/25/760 1307/25/760 1311/25/760 +f 1318/25/760 1307/25/760 1312/25/760 +f 1320/25/760 1318/25/760 1312/25/760 +f 1309/24/760 1314/24/760 1316/24/760 +f 1314/24/760 1309/24/760 1306/24/760 +f 1306/24/760 1309/24/760 1310/24/760 +f 1306/24/760 1310/24/760 1305/24/760 +f 1305/24/760 1310/24/760 1319/24/760 +f 1305/24/760 1319/24/760 1317/24/760 +f 1316/24/759 1314/24/759 1309/24/759 +f 1306/24/759 1309/24/759 1314/24/759 +f 1310/24/759 1309/24/759 1306/24/759 +f 1305/24/759 1310/24/759 1306/24/759 +f 1319/24/759 1310/24/759 1305/24/759 +f 1317/24/759 1319/24/759 1305/24/759 +f 1323/25/751 1322/24/752 1321/24/751 +f 1322/24/752 1323/25/751 1324/25/752 +f 1321/24/753 1322/24/754 1323/25/753 +f 1324/25/754 1323/25/753 1322/24/754 +f 1327/25/753 1326/24/754 1325/24/753 +f 1326/24/754 1327/25/753 1328/25/754 +f 1325/24/751 1326/24/752 1327/25/751 +f 1328/25/752 1327/25/751 1326/24/752 +f 1331/25/756 1330/24/755 1329/25/755 +f 1330/24/755 1331/25/756 1332/24/756 +f 1329/25/758 1330/24/758 1331/25/757 +f 1332/24/757 1331/25/757 1330/24/758 +f 1335/24/758 1334/25/757 1333/24/757 +f 1334/25/757 1335/24/758 1336/25/758 +f 1333/24/756 1334/25/756 1335/24/755 +f 1336/25/755 1335/24/755 1334/25/756 +f 1328/25/754 1335/24/758 1326/24/754 +f 1335/24/758 1328/25/754 1336/25/758 +f 1326/24/752 1335/24/755 1328/25/752 +f 1336/25/755 1328/25/752 1335/24/755 +f 1324/25/752 1330/24/755 1322/24/752 +f 1330/24/755 1324/25/752 1329/25/755 +f 1322/24/754 1330/24/758 1324/25/754 +f 1329/25/758 1324/25/754 1330/24/758 +f 1331/25/756 1325/24/753 1332/24/756 +f 1325/24/753 1331/25/756 1327/25/753 +f 1332/24/757 1325/24/751 1331/25/757 +f 1327/25/751 1331/25/757 1325/24/751 +f 1334/25/757 1321/24/751 1333/24/757 +f 1321/24/751 1334/25/757 1323/25/751 +f 1333/24/756 1321/24/753 1334/25/756 +f 1323/25/753 1334/25/756 1321/24/753 +f 1324/25/759 1331/25/759 1329/25/759 +f 1331/25/759 1324/25/759 1327/25/759 +f 1327/25/759 1324/25/759 1323/25/759 +f 1327/25/759 1323/25/759 1328/25/759 +f 1328/25/759 1323/25/759 1334/25/759 +f 1328/25/759 1334/25/759 1336/25/759 +f 1329/25/760 1331/25/760 1324/25/760 +f 1327/25/760 1324/25/760 1331/25/760 +f 1323/25/760 1324/25/760 1327/25/760 +f 1328/25/760 1323/25/760 1327/25/760 +f 1334/25/760 1323/25/760 1328/25/760 +f 1336/25/760 1334/25/760 1328/25/760 +f 1325/24/760 1330/24/760 1332/24/760 +f 1330/24/760 1325/24/760 1322/24/760 +f 1322/24/760 1325/24/760 1326/24/760 +f 1322/24/760 1326/24/760 1321/24/760 +f 1321/24/760 1326/24/760 1335/24/760 +f 1321/24/760 1335/24/760 1333/24/760 +f 1332/24/759 1330/24/759 1325/24/759 +f 1322/24/759 1325/24/759 1330/24/759 +f 1326/24/759 1325/24/759 1322/24/759 +f 1321/24/759 1326/24/759 1322/24/759 +f 1335/24/759 1326/24/759 1321/24/759 +f 1333/24/759 1335/24/759 1321/24/759 +f 1339/11/85 1338/11/85 1337/11/85 +f 1338/11/85 1339/11/85 1340/11/85 +f 1338/11/85 1340/11/85 1341/11/85 +f 1341/11/85 1340/11/85 1342/11/85 +f 1341/11/85 1342/11/85 1343/11/85 +f 1343/11/85 1342/11/85 1344/11/85 +f 1343/11/85 1344/11/85 1345/11/85 +f 1345/11/85 1344/11/85 1346/11/85 +f 1337/11/86 1338/11/86 1339/11/86 +f 1340/11/86 1339/11/86 1338/11/86 +f 1341/11/86 1340/11/86 1338/11/86 +f 1342/11/86 1340/11/86 1341/11/86 +f 1343/11/86 1342/11/86 1341/11/86 +f 1344/11/86 1342/11/86 1343/11/86 +f 1345/11/86 1344/11/86 1343/11/86 +f 1346/11/86 1344/11/86 1345/11/86 +f 1339/11/82 413/9/82 1347/9/82 +f 413/9/82 1339/11/82 1337/11/82 +f 1347/9/84 413/9/84 1339/11/84 +f 1337/11/84 1339/11/84 413/9/84 +f 1348/9/368 1339/11/367 1347/9/367 +f 1339/11/367 1348/9/368 1340/11/368 +f 1347/9/370 1339/11/370 1348/9/369 +f 1340/11/369 1348/9/369 1339/11/370 +f 1349/9/371 1340/11/368 1348/9/368 +f 1340/11/368 1349/9/371 1342/11/371 +f 1348/9/369 1340/11/369 1349/9/372 +f 1342/11/372 1349/9/372 1340/11/369 +f 1344/11/373 1349/9/371 1350/9/373 +f 1349/9/371 1344/11/373 1342/11/371 +f 1350/9/374 1349/9/372 1344/11/374 +f 1342/11/372 1344/11/374 1349/9/372 +f 1346/11/378 1350/9/373 1351/9/378 +f 1350/9/373 1346/11/378 1344/11/373 +f 1351/9/377 1350/9/374 1346/11/377 +f 1344/11/374 1346/11/377 1350/9/374 +f 421/9/90 1346/11/90 1351/9/90 +f 1346/11/90 421/9/90 1345/11/90 +f 1351/9/89 1346/11/89 421/9/89 +f 1345/11/89 421/9/89 1346/11/89 +f 1343/11/374 421/9/377 419/9/374 +f 421/9/377 1343/11/374 1345/11/377 +f 419/9/373 421/9/378 1343/11/373 +f 1345/11/378 1343/11/373 421/9/378 +f 1341/11/372 419/9/374 417/9/372 +f 419/9/374 1341/11/372 1343/11/374 +f 417/9/371 419/9/373 1341/11/371 +f 1343/11/373 1341/11/371 419/9/373 +f 1341/11/372 414/9/369 1338/11/369 +f 414/9/369 1341/11/372 417/9/372 +f 1338/11/368 414/9/368 1341/11/371 +f 417/9/371 1341/11/371 414/9/368 +f 1338/11/369 413/9/370 1337/11/370 +f 413/9/370 1338/11/369 414/9/369 +f 1337/11/367 413/9/367 1338/11/368 +f 414/9/368 1338/11/368 413/9/367 +f 1353/9/86 1352/9/86 196/9/86 +f 1352/9/86 1353/9/86 433/9/86 +f 1352/9/86 433/9/86 1354/9/86 +f 1354/9/86 433/9/86 1355/9/86 +f 1354/9/86 1355/9/86 1356/9/86 +f 1356/9/86 1355/9/86 1357/9/86 +f 1357/9/86 1355/9/86 190/9/86 +f 1357/9/86 190/9/86 1358/9/86 +f 196/9/85 1352/9/85 1353/9/85 +f 433/9/85 1353/9/85 1352/9/85 +f 1354/9/85 433/9/85 1352/9/85 +f 1355/9/85 433/9/85 1354/9/85 +f 1356/9/85 1355/9/85 1354/9/85 +f 1357/9/85 1355/9/85 1356/9/85 +f 190/9/85 1355/9/85 1357/9/85 +f 1358/9/85 190/9/85 1357/9/85 +f 1359/10/85 432/10/85 424/10/85 +f 432/10/85 1359/10/85 431/10/85 +f 431/10/85 1359/10/85 1360/10/85 +f 431/10/85 1360/10/85 430/10/85 +f 430/10/85 1360/10/85 1361/10/85 +f 430/10/85 1361/10/85 1362/10/85 +f 430/10/85 1362/10/85 429/10/85 +f 429/10/85 1362/10/85 1363/10/85 +f 424/10/86 432/10/86 1359/10/86 +f 431/10/86 1359/10/86 432/10/86 +f 1360/10/86 1359/10/86 431/10/86 +f 430/10/86 1360/10/86 431/10/86 +f 1361/10/86 1360/10/86 430/10/86 +f 1362/10/86 1361/10/86 430/10/86 +f 429/10/86 1362/10/86 430/10/86 +f 1363/10/86 1362/10/86 429/10/86 +f 1359/10/82 196/9/82 1352/9/82 +f 196/9/82 1359/10/82 424/10/82 +f 1352/9/84 196/9/84 1359/10/84 +f 424/10/84 1359/10/84 196/9/84 +f 1354/9/368 1359/10/367 1352/9/367 +f 1359/10/367 1354/9/368 1360/10/368 +f 1352/9/370 1359/10/370 1354/9/369 +f 1360/10/369 1354/9/369 1359/10/370 +f 1356/9/371 1360/10/368 1354/9/368 +f 1360/10/368 1356/9/371 1361/10/371 +f 1354/9/369 1360/10/369 1356/9/372 +f 1361/10/372 1356/9/372 1360/10/369 +f 1362/10/373 1356/9/371 1357/9/373 +f 1356/9/371 1362/10/373 1361/10/371 +f 1357/9/374 1356/9/372 1362/10/374 +f 1361/10/372 1362/10/374 1356/9/372 +f 1363/10/375 1357/9/373 1358/9/375 +f 1357/9/373 1363/10/375 1362/10/373 +f 1358/9/376 1357/9/374 1363/10/376 +f 1362/10/374 1363/10/376 1357/9/374 +f 190/9/90 1363/10/90 1358/9/90 +f 1363/10/90 190/9/90 429/10/90 +f 1358/9/89 1363/10/89 190/9/89 +f 429/10/89 190/9/89 1363/10/89 +f 430/10/374 190/9/377 1355/9/374 +f 190/9/377 430/10/374 429/10/377 +f 1355/9/373 190/9/378 430/10/373 +f 429/10/378 430/10/373 190/9/378 +f 431/10/372 1355/9/374 433/9/372 +f 1355/9/374 431/10/372 430/10/374 +f 433/9/371 1355/9/373 431/10/371 +f 430/10/373 431/10/371 1355/9/373 +f 431/10/372 1353/9/369 432/10/369 +f 1353/9/369 431/10/372 433/9/372 +f 432/10/368 1353/9/368 431/10/371 +f 433/9/371 431/10/371 1353/9/368 +f 432/10/369 196/9/370 424/10/370 +f 196/9/370 432/10/369 1353/9/369 +f 424/10/367 196/9/367 432/10/368 +f 1353/9/368 432/10/368 196/9/367 +f 1366/10/762 1365/9/761 1364/10/761 +f 1365/9/761 1366/10/762 1367/9/762 +f 1364/10/764 1365/9/764 1366/10/763 +f 1367/9/763 1366/10/763 1365/9/764 +f 1370/10/765 1369/9/766 1368/9/765 +f 1369/9/766 1370/10/765 1371/10/766 +f 1368/9/767 1369/9/768 1370/10/767 +f 1371/10/768 1370/10/767 1369/9/768 +f 1371/10/766 1372/9/769 1369/9/766 +f 1372/9/769 1371/10/766 1373/10/769 +f 1369/9/768 1372/9/770 1371/10/768 +f 1373/10/770 1371/10/768 1372/9/770 +f 1376/9/772 1375/10/771 1374/9/771 +f 1375/10/771 1376/9/772 1377/10/772 +f 1374/9/774 1375/10/774 1376/9/773 +f 1377/10/773 1376/9/773 1375/10/774 +f 1374/9/771 1370/10/765 1368/9/765 +f 1370/10/765 1374/9/771 1375/10/771 +f 1368/9/767 1370/10/767 1374/9/774 +f 1375/10/774 1374/9/774 1370/10/767 +f 1364/10/761 1372/9/769 1373/10/769 +f 1372/9/769 1364/10/761 1365/9/761 +f 1373/10/770 1372/9/770 1364/10/764 +f 1365/9/764 1364/10/764 1372/9/770 +f 1364/10/85 1377/10/85 1366/10/85 +f 1377/10/85 1364/10/85 1373/10/85 +f 1377/10/85 1373/10/85 1371/10/85 +f 1377/10/85 1371/10/85 1370/10/85 +f 1377/10/85 1370/10/85 1375/10/85 +f 1366/10/86 1377/10/86 1364/10/86 +f 1373/10/86 1364/10/86 1377/10/86 +f 1371/10/86 1373/10/86 1377/10/86 +f 1370/10/86 1371/10/86 1377/10/86 +f 1375/10/86 1370/10/86 1377/10/86 +f 1380/25/775 1379/24/776 1378/24/775 +f 1379/24/776 1380/25/775 1381/25/776 +f 1378/24/777 1379/24/778 1380/25/777 +f 1381/25/778 1380/25/777 1379/24/778 +f 1384/25/777 1383/24/778 1382/24/777 +f 1383/24/778 1384/25/777 1385/25/778 +f 1382/24/775 1383/24/776 1384/25/775 +f 1385/25/776 1384/25/775 1383/24/776 +f 1388/25/780 1387/24/779 1386/25/779 +f 1387/24/779 1388/25/780 1389/24/780 +f 1386/25/782 1387/24/782 1388/25/781 +f 1389/24/781 1388/25/781 1387/24/782 +f 1392/24/782 1391/25/781 1390/24/781 +f 1391/25/781 1392/24/782 1393/25/782 +f 1390/24/780 1391/25/780 1392/24/779 +f 1393/25/779 1392/24/779 1391/25/780 +f 1385/25/778 1392/24/782 1383/24/778 +f 1392/24/782 1385/25/778 1393/25/782 +f 1383/24/776 1392/24/779 1385/25/776 +f 1393/25/779 1385/25/776 1392/24/779 +f 1381/25/776 1387/24/779 1379/24/776 +f 1387/24/779 1381/25/776 1386/25/779 +f 1379/24/778 1387/24/782 1381/25/778 +f 1386/25/782 1381/25/778 1387/24/782 +f 1388/25/780 1382/24/777 1389/24/780 +f 1382/24/777 1388/25/780 1384/25/777 +f 1389/24/781 1382/24/775 1388/25/781 +f 1384/25/775 1388/25/781 1382/24/775 +f 1391/25/781 1378/24/775 1390/24/781 +f 1378/24/775 1391/25/781 1380/25/775 +f 1390/24/780 1378/24/777 1391/25/780 +f 1380/25/777 1391/25/780 1378/24/777 +f 1381/25/783 1388/25/783 1386/25/783 +f 1388/25/783 1381/25/783 1384/25/783 +f 1384/25/783 1381/25/783 1380/25/783 +f 1384/25/783 1380/25/783 1385/25/783 +f 1385/25/783 1380/25/783 1391/25/783 +f 1385/25/783 1391/25/783 1393/25/783 +f 1386/25/784 1388/25/784 1381/25/784 +f 1384/25/784 1381/25/784 1388/25/784 +f 1380/25/784 1381/25/784 1384/25/784 +f 1385/25/784 1380/25/784 1384/25/784 +f 1391/25/784 1380/25/784 1385/25/784 +f 1393/25/784 1391/25/784 1385/25/784 +f 1382/24/784 1387/24/784 1389/24/784 +f 1387/24/784 1382/24/784 1379/24/784 +f 1379/24/784 1382/24/784 1383/24/784 +f 1379/24/784 1383/24/784 1378/24/784 +f 1378/24/784 1383/24/784 1392/24/784 +f 1378/24/784 1392/24/784 1390/24/784 +f 1389/24/783 1387/24/783 1382/24/783 +f 1379/24/783 1382/24/783 1387/24/783 +f 1383/24/783 1382/24/783 1379/24/783 +f 1378/24/783 1383/24/783 1379/24/783 +f 1392/24/783 1383/24/783 1378/24/783 +f 1390/24/783 1392/24/783 1378/24/783 +f 1396/25/785 1395/24/786 1394/24/785 +f 1395/24/786 1396/25/785 1397/25/786 +f 1394/24/787 1395/24/788 1396/25/787 +f 1397/25/788 1396/25/787 1395/24/788 +f 1400/25/787 1399/24/788 1398/24/787 +f 1399/24/788 1400/25/787 1401/25/788 +f 1398/24/785 1399/24/786 1400/25/785 +f 1401/25/786 1400/25/785 1399/24/786 +f 1404/25/790 1403/24/789 1402/25/789 +f 1403/24/789 1404/25/790 1405/24/790 +f 1402/25/792 1403/24/792 1404/25/791 +f 1405/24/791 1404/25/791 1403/24/792 +f 1408/24/792 1407/25/791 1406/24/791 +f 1407/25/791 1408/24/792 1409/25/792 +f 1406/24/790 1407/25/790 1408/24/789 +f 1409/25/789 1408/24/789 1407/25/790 +f 1401/25/788 1408/24/792 1399/24/788 +f 1408/24/792 1401/25/788 1409/25/792 +f 1399/24/786 1408/24/789 1401/25/786 +f 1409/25/789 1401/25/786 1408/24/789 +f 1397/25/786 1403/24/789 1395/24/786 +f 1403/24/789 1397/25/786 1402/25/789 +f 1395/24/788 1403/24/792 1397/25/788 +f 1402/25/792 1397/25/788 1403/24/792 +f 1404/25/790 1398/24/787 1405/24/790 +f 1398/24/787 1404/25/790 1400/25/787 +f 1405/24/791 1398/24/785 1404/25/791 +f 1400/25/785 1404/25/791 1398/24/785 +f 1407/25/791 1394/24/785 1406/24/791 +f 1394/24/785 1407/25/791 1396/25/785 +f 1406/24/790 1394/24/787 1407/25/790 +f 1396/25/787 1407/25/790 1394/24/787 +f 1397/25/375 1404/25/375 1402/25/375 +f 1404/25/375 1397/25/375 1400/25/375 +f 1400/25/375 1397/25/375 1396/25/375 +f 1400/25/375 1396/25/375 1401/25/375 +f 1401/25/375 1396/25/375 1407/25/375 +f 1401/25/375 1407/25/375 1409/25/375 +f 1402/25/376 1404/25/376 1397/25/376 +f 1400/25/376 1397/25/376 1404/25/376 +f 1396/25/376 1397/25/376 1400/25/376 +f 1401/25/376 1396/25/376 1400/25/376 +f 1407/25/376 1396/25/376 1401/25/376 +f 1409/25/376 1407/25/376 1401/25/376 +f 1398/24/376 1403/24/376 1405/24/376 +f 1403/24/376 1398/24/376 1395/24/376 +f 1395/24/376 1398/24/376 1399/24/376 +f 1395/24/376 1399/24/376 1394/24/376 +f 1394/24/376 1399/24/376 1408/24/376 +f 1394/24/376 1408/24/376 1406/24/376 +f 1405/24/375 1403/24/375 1398/24/375 +f 1395/24/375 1398/24/375 1403/24/375 +f 1399/24/375 1398/24/375 1395/24/375 +f 1394/24/375 1399/24/375 1395/24/375 +f 1408/24/375 1399/24/375 1394/24/375 +f 1406/24/375 1408/24/375 1394/24/375 +f 1412/25/785 1411/24/786 1410/24/785 +f 1411/24/786 1412/25/785 1413/25/786 +f 1410/24/787 1411/24/788 1412/25/787 +f 1413/25/788 1412/25/787 1411/24/788 +f 1416/25/787 1415/24/788 1414/24/787 +f 1415/24/788 1416/25/787 1417/25/788 +f 1414/24/785 1415/24/786 1416/25/785 +f 1417/25/786 1416/25/785 1415/24/786 +f 1420/25/790 1419/24/789 1418/25/789 +f 1419/24/789 1420/25/790 1421/24/790 +f 1418/25/792 1419/24/792 1420/25/791 +f 1421/24/791 1420/25/791 1419/24/792 +f 1424/24/792 1423/25/791 1422/24/791 +f 1423/25/791 1424/24/792 1425/25/792 +f 1422/24/790 1423/25/790 1424/24/789 +f 1425/25/789 1424/24/789 1423/25/790 +f 1417/25/788 1424/24/792 1415/24/788 +f 1424/24/792 1417/25/788 1425/25/792 +f 1415/24/786 1424/24/789 1417/25/786 +f 1425/25/789 1417/25/786 1424/24/789 +f 1413/25/786 1419/24/789 1411/24/786 +f 1419/24/789 1413/25/786 1418/25/789 +f 1411/24/788 1419/24/792 1413/25/788 +f 1418/25/792 1413/25/788 1419/24/792 +f 1420/25/790 1414/24/787 1421/24/790 +f 1414/24/787 1420/25/790 1416/25/787 +f 1421/24/791 1414/24/785 1420/25/791 +f 1416/25/785 1420/25/791 1414/24/785 +f 1423/25/791 1410/24/785 1422/24/791 +f 1410/24/785 1423/25/791 1412/25/785 +f 1422/24/790 1410/24/787 1423/25/790 +f 1412/25/787 1423/25/790 1410/24/787 +f 1413/25/375 1420/25/375 1418/25/375 +f 1420/25/375 1413/25/375 1416/25/375 +f 1416/25/375 1413/25/375 1412/25/375 +f 1416/25/375 1412/25/375 1417/25/375 +f 1417/25/375 1412/25/375 1423/25/375 +f 1417/25/375 1423/25/375 1425/25/375 +f 1418/25/376 1420/25/376 1413/25/376 +f 1416/25/376 1413/25/376 1420/25/376 +f 1412/25/376 1413/25/376 1416/25/376 +f 1417/25/376 1412/25/376 1416/25/376 +f 1423/25/376 1412/25/376 1417/25/376 +f 1425/25/376 1423/25/376 1417/25/376 +f 1414/24/376 1419/24/376 1421/24/376 +f 1419/24/376 1414/24/376 1411/24/376 +f 1411/24/376 1414/24/376 1415/24/376 +f 1411/24/376 1415/24/376 1410/24/376 +f 1410/24/376 1415/24/376 1424/24/376 +f 1410/24/376 1424/24/376 1422/24/376 +f 1421/24/375 1419/24/375 1414/24/375 +f 1411/24/375 1414/24/375 1419/24/375 +f 1415/24/375 1414/24/375 1411/24/375 +f 1410/24/375 1415/24/375 1411/24/375 +f 1424/24/375 1415/24/375 1410/24/375 +f 1422/24/375 1424/24/375 1410/24/375 +f 1428/25/793 1427/24/794 1426/24/793 +f 1427/24/794 1428/25/793 1429/25/794 +f 1426/24/795 1427/24/796 1428/25/795 +f 1429/25/796 1428/25/795 1427/24/796 +f 1432/24/795 1431/25/796 1430/24/796 +f 1431/25/796 1432/24/795 1433/25/795 +f 1430/24/794 1431/25/794 1432/24/793 +f 1433/25/793 1432/24/793 1431/25/794 +f 1436/25/798 1435/24/797 1434/25/797 +f 1435/24/797 1436/25/798 1437/24/798 +f 1434/25/800 1435/24/800 1436/25/799 +f 1437/24/799 1436/25/799 1435/24/800 +f 1440/24/800 1439/25/799 1438/24/799 +f 1439/25/799 1440/24/800 1441/25/800 +f 1438/24/798 1439/25/798 1440/24/797 +f 1441/25/797 1440/24/797 1439/25/798 +f 1431/25/796 1440/24/800 1430/24/796 +f 1440/24/800 1431/25/796 1441/25/800 +f 1430/24/794 1440/24/797 1431/25/794 +f 1441/25/797 1431/25/794 1440/24/797 +f 1429/25/794 1435/24/797 1427/24/794 +f 1435/24/797 1429/25/794 1434/25/797 +f 1427/24/796 1435/24/800 1429/25/796 +f 1434/25/800 1429/25/796 1435/24/800 +f 1436/25/798 1432/24/795 1437/24/798 +f 1432/24/795 1436/25/798 1433/25/795 +f 1437/24/799 1432/24/793 1436/25/799 +f 1433/25/793 1436/25/799 1432/24/793 +f 1439/25/799 1426/24/793 1438/24/799 +f 1426/24/793 1439/25/799 1428/25/793 +f 1438/24/798 1426/24/795 1439/25/798 +f 1428/25/795 1439/25/798 1426/24/795 +f 1429/25/801 1436/25/801 1434/25/801 +f 1436/25/801 1429/25/801 1433/25/801 +f 1433/25/801 1429/25/801 1428/25/801 +f 1433/25/801 1428/25/801 1431/25/801 +f 1431/25/801 1428/25/801 1439/25/801 +f 1431/25/801 1439/25/801 1441/25/801 +f 1434/25/802 1436/25/802 1429/25/802 +f 1433/25/802 1429/25/802 1436/25/802 +f 1428/25/802 1429/25/802 1433/25/802 +f 1431/25/802 1428/25/802 1433/25/802 +f 1439/25/802 1428/25/802 1431/25/802 +f 1441/25/802 1439/25/802 1431/25/802 +f 1432/24/802 1435/24/802 1437/24/802 +f 1435/24/802 1432/24/802 1427/24/802 +f 1427/24/802 1432/24/802 1430/24/802 +f 1427/24/802 1430/24/802 1426/24/802 +f 1426/24/802 1430/24/802 1440/24/802 +f 1426/24/802 1440/24/802 1438/24/802 +f 1437/24/801 1435/24/801 1432/24/801 +f 1427/24/801 1432/24/801 1435/24/801 +f 1430/24/801 1432/24/801 1427/24/801 +f 1426/24/801 1430/24/801 1427/24/801 +f 1440/24/801 1430/24/801 1426/24/801 +f 1438/24/801 1440/24/801 1426/24/801 + +g room-corner + + + + +usemtl colormap + +f 3/1/3 2/2/2 1/1/1 +f 2/2/2 3/1/3 4/2/4 +f 1/1/7 2/2/6 3/1/5 +f 4/2/8 3/1/5 2/2/6 +f 6/2/10 3/1/3 5/1/9 +f 3/1/3 6/2/10 4/2/4 +f 5/1/12 3/1/5 6/2/11 +f 4/2/8 6/2/11 3/1/5 +f 9/3/15 8/1/14 7/1/13 +f 8/1/14 9/3/15 10/3/16 +f 7/1/19 8/1/18 9/3/17 +f 10/3/20 9/3/17 8/1/18 +f 8/1/14 12/3/22 11/1/21 +f 12/3/22 8/1/14 10/3/16 +f 11/1/24 12/3/23 8/1/18 +f 10/3/20 8/1/18 12/3/23 +f 15/1/27 14/3/26 13/1/25 +f 14/3/26 15/1/27 16/3/28 +f 13/1/31 14/3/30 15/1/29 +f 16/3/32 15/1/29 14/3/30 +f 14/3/26 18/3/34 17/3/33 +f 18/3/34 14/3/26 16/3/28 +f 17/3/36 18/3/35 14/3/30 +f 16/3/32 14/3/30 18/3/35 +f 18/3/34 15/1/27 19/1/37 +f 15/1/27 18/3/34 16/3/28 +f 19/1/38 15/1/29 18/3/35 +f 16/3/32 18/3/35 15/1/29 +f 14/3/26 20/1/39 13/1/25 +f 20/1/39 14/3/26 17/3/33 +f 13/1/31 20/1/40 14/3/30 +f 17/3/36 14/3/30 20/1/40 +f 17/3/33 19/1/37 20/1/39 +f 19/1/37 17/3/33 18/3/34 +f 20/1/40 19/1/38 17/3/36 +f 18/3/35 17/3/36 19/1/38 +f 22/3/42 7/1/13 21/1/41 +f 7/1/13 22/3/42 9/3/15 +f 21/1/44 7/1/19 22/3/43 +f 9/3/17 22/3/43 7/1/19 +f 2/2/2 23/1/45 1/1/1 +f 23/1/45 2/2/2 24/2/46 +f 1/1/7 23/1/47 2/2/6 +f 24/2/48 2/2/6 23/1/47 +f 12/3/22 21/1/41 11/1/21 +f 21/1/41 12/3/22 22/3/42 +f 11/1/24 21/1/44 12/3/23 +f 22/3/43 12/3/23 21/1/44 +f 12/3/22 9/3/15 22/3/42 +f 9/3/15 12/3/22 10/3/16 +f 22/3/43 9/3/17 12/3/23 +f 10/3/20 12/3/23 9/3/17 +f 27/2/51 26/2/50 25/2/49 +f 26/2/50 27/2/51 28/2/52 +f 25/2/55 26/2/54 27/2/53 +f 28/2/56 27/2/53 26/2/54 +f 24/2/46 4/2/4 6/2/10 +f 4/2/4 24/2/46 2/2/2 +f 6/2/11 4/2/8 24/2/48 +f 2/2/6 24/2/48 4/2/8 +f 29/1/57 28/2/52 27/2/51 +f 28/2/52 29/1/57 30/1/58 +f 27/2/53 28/2/56 29/1/59 +f 30/1/60 29/1/59 28/2/56 +f 33/1/63 32/2/62 31/1/61 +f 32/2/62 33/1/63 34/2/64 +f 31/1/67 32/2/66 33/1/65 +f 34/2/68 33/1/65 32/2/66 +f 29/1/57 25/2/49 35/1/69 +f 25/2/49 29/1/57 27/2/51 +f 35/1/70 25/2/55 29/1/59 +f 27/2/53 29/1/59 25/2/55 +f 28/2/52 36/1/71 26/2/50 +f 36/1/71 28/2/52 30/1/58 +f 26/2/54 36/1/72 28/2/56 +f 30/1/60 28/2/56 36/1/72 +f 39/2/75 38/1/74 37/1/73 +f 38/1/74 39/2/75 40/2/76 +f 37/1/79 38/1/78 39/2/77 +f 40/2/80 39/2/77 38/1/78 +f 25/2/49 36/1/71 35/1/69 +f 36/1/71 25/2/49 26/2/50 +f 35/1/70 36/1/72 25/2/55 +f 26/2/54 25/2/55 36/1/72 +f 31/1/61 39/2/75 37/1/73 +f 39/2/75 31/1/61 32/2/62 +f 37/1/79 39/2/77 31/1/67 +f 32/2/66 31/1/67 39/2/77 +f 34/2/64 38/1/74 40/2/76 +f 38/1/74 34/2/64 33/1/63 +f 40/2/80 38/1/78 34/2/68 +f 33/1/65 34/2/68 38/1/78 +f 32/2/62 40/2/76 39/2/75 +f 40/2/76 32/2/62 34/2/64 +f 39/2/77 40/2/80 32/2/66 +f 34/2/68 32/2/66 40/2/80 +f 24/2/46 5/1/9 23/1/45 +f 5/1/9 24/2/46 6/2/10 +f 23/1/47 5/1/12 24/2/48 +f 6/2/11 24/2/48 5/1/12 +f 43/4/81 42/1/82 41/1/81 +f 42/1/82 43/4/81 44/4/82 +f 41/1/83 42/1/84 43/4/83 +f 44/4/84 43/4/83 42/1/84 +f 47/4/85 46/4/85 45/4/85 +f 46/4/85 47/4/85 44/4/85 +f 46/4/85 44/4/85 43/4/85 +f 45/4/86 46/4/86 47/4/86 +f 44/4/86 47/4/86 46/4/86 +f 43/4/86 44/4/86 46/4/86 +f 45/4/84 49/1/84 48/1/84 +f 49/1/84 45/4/84 46/4/84 +f 48/1/82 49/1/82 45/4/82 +f 46/4/82 45/4/82 49/1/82 +f 44/4/82 50/1/87 42/1/82 +f 50/1/87 44/4/82 47/4/87 +f 42/1/84 50/1/88 44/4/84 +f 47/4/88 44/4/84 50/1/88 +f 45/4/89 50/1/89 47/4/89 +f 50/1/89 45/4/89 48/1/89 +f 47/4/90 50/1/90 45/4/90 +f 48/1/90 45/4/90 50/1/90 +f 49/1/90 43/4/90 41/1/90 +f 43/4/90 49/1/90 46/4/90 +f 41/1/89 43/4/89 49/1/89 +f 46/4/89 49/1/89 43/4/89 +f 53/1/93 52/2/92 51/1/91 +f 52/2/92 53/1/93 54/2/94 +f 51/1/97 52/2/96 53/1/95 +f 54/2/98 53/1/95 52/2/96 +f 56/2/100 53/1/93 55/1/99 +f 53/1/93 56/2/100 54/2/94 +f 55/1/102 53/1/95 56/2/101 +f 54/2/98 56/2/101 53/1/95 +f 59/3/105 58/1/104 57/1/103 +f 58/1/104 59/3/105 60/3/106 +f 57/1/109 58/1/108 59/3/107 +f 60/3/110 59/3/107 58/1/108 +f 58/1/104 62/3/112 61/1/111 +f 62/3/112 58/1/104 60/3/106 +f 61/1/114 62/3/113 58/1/108 +f 60/3/110 58/1/108 62/3/113 +f 65/1/117 64/3/116 63/1/115 +f 64/3/116 65/1/117 66/3/118 +f 63/1/121 64/3/120 65/1/119 +f 66/3/122 65/1/119 64/3/120 +f 64/3/116 68/3/124 67/3/123 +f 68/3/124 64/3/116 66/3/118 +f 67/3/126 68/3/125 64/3/120 +f 66/3/122 64/3/120 68/3/125 +f 68/3/124 65/1/117 69/1/127 +f 65/1/117 68/3/124 66/3/118 +f 69/1/128 65/1/119 68/3/125 +f 66/3/122 68/3/125 65/1/119 +f 64/3/116 70/1/129 63/1/115 +f 70/1/129 64/3/116 67/3/123 +f 63/1/121 70/1/130 64/3/120 +f 67/3/126 64/3/120 70/1/130 +f 67/3/123 69/1/127 70/1/129 +f 69/1/127 67/3/123 68/3/124 +f 70/1/130 69/1/128 67/3/126 +f 68/3/125 67/3/126 69/1/128 +f 72/3/132 57/1/103 71/1/131 +f 57/1/103 72/3/132 59/3/105 +f 71/1/134 57/1/109 72/3/133 +f 59/3/107 72/3/133 57/1/109 +f 52/2/92 73/1/135 51/1/91 +f 73/1/135 52/2/92 74/2/136 +f 51/1/97 73/1/137 52/2/96 +f 74/2/138 52/2/96 73/1/137 +f 62/3/112 71/1/131 61/1/111 +f 71/1/131 62/3/112 72/3/132 +f 61/1/114 71/1/134 62/3/113 +f 72/3/133 62/3/113 71/1/134 +f 62/3/112 59/3/105 72/3/132 +f 59/3/105 62/3/112 60/3/106 +f 72/3/133 59/3/107 62/3/113 +f 60/3/110 62/3/113 59/3/107 +f 77/2/141 76/2/140 75/2/139 +f 76/2/140 77/2/141 78/2/142 +f 75/2/145 76/2/144 77/2/143 +f 78/2/146 77/2/143 76/2/144 +f 74/2/136 54/2/94 56/2/100 +f 54/2/94 74/2/136 52/2/92 +f 56/2/101 54/2/98 74/2/138 +f 52/2/96 74/2/138 54/2/98 +f 79/1/147 78/2/142 77/2/141 +f 78/2/142 79/1/147 80/1/148 +f 77/2/143 78/2/146 79/1/149 +f 80/1/150 79/1/149 78/2/146 +f 83/1/153 82/2/152 81/1/151 +f 82/2/152 83/1/153 84/2/154 +f 81/1/157 82/2/156 83/1/155 +f 84/2/158 83/1/155 82/2/156 +f 79/1/147 75/2/139 85/1/159 +f 75/2/139 79/1/147 77/2/141 +f 85/1/160 75/2/145 79/1/149 +f 77/2/143 79/1/149 75/2/145 +f 78/2/142 86/1/161 76/2/140 +f 86/1/161 78/2/142 80/1/148 +f 76/2/144 86/1/162 78/2/146 +f 80/1/150 78/2/146 86/1/162 +f 89/2/165 88/1/164 87/1/163 +f 88/1/164 89/2/165 90/2/166 +f 87/1/169 88/1/168 89/2/167 +f 90/2/170 89/2/167 88/1/168 +f 75/2/139 86/1/161 85/1/159 +f 86/1/161 75/2/139 76/2/140 +f 85/1/160 86/1/162 75/2/145 +f 76/2/144 75/2/145 86/1/162 +f 81/1/151 89/2/165 87/1/163 +f 89/2/165 81/1/151 82/2/152 +f 87/1/169 89/2/167 81/1/157 +f 82/2/156 81/1/157 89/2/167 +f 84/2/154 88/1/164 90/2/166 +f 88/1/164 84/2/154 83/1/153 +f 90/2/170 88/1/168 84/2/158 +f 83/1/155 84/2/158 88/1/168 +f 82/2/152 90/2/166 89/2/165 +f 90/2/166 82/2/152 84/2/154 +f 89/2/167 90/2/170 82/2/156 +f 84/2/158 82/2/156 90/2/170 +f 74/2/136 55/1/99 73/1/135 +f 55/1/99 74/2/136 56/2/100 +f 73/1/137 55/1/102 74/2/138 +f 56/2/101 74/2/138 55/1/102 +f 93/4/171 92/1/172 91/1/171 +f 92/1/172 93/4/171 94/4/172 +f 91/1/173 92/1/174 93/4/173 +f 94/4/174 93/4/173 92/1/174 +f 97/4/85 96/4/85 95/4/85 +f 96/4/85 97/4/85 94/4/85 +f 96/4/85 94/4/85 93/4/85 +f 95/4/86 96/4/86 97/4/86 +f 94/4/86 97/4/86 96/4/86 +f 93/4/86 94/4/86 96/4/86 +f 95/4/174 99/1/174 98/1/174 +f 99/1/174 95/4/174 96/4/174 +f 98/1/172 99/1/172 95/4/172 +f 96/4/172 95/4/172 99/1/172 +f 94/4/172 100/1/175 92/1/172 +f 100/1/175 94/4/172 97/4/175 +f 92/1/174 100/1/176 94/4/174 +f 97/4/176 94/4/174 100/1/176 +f 95/4/177 100/1/177 97/4/177 +f 100/1/177 95/4/177 98/1/177 +f 97/4/178 100/1/178 95/4/178 +f 98/1/178 95/4/178 100/1/178 +f 99/1/178 93/4/178 91/1/178 +f 93/4/178 99/1/178 96/4/178 +f 91/1/177 93/4/177 99/1/177 +f 96/4/177 99/1/177 93/4/177 +f 103/4/85 102/4/85 101/4/85 +f 102/4/85 103/4/85 104/4/85 +f 104/4/85 103/4/85 105/4/85 +f 101/4/86 102/4/86 103/4/86 +f 104/4/86 103/4/86 102/4/86 +f 105/4/86 103/4/86 104/4/86 +f 102/4/179 106/1/179 101/4/179 +f 106/1/179 102/4/179 107/1/179 +f 101/4/180 106/1/180 102/4/180 +f 107/1/180 102/4/180 106/1/180 +f 102/4/181 108/1/181 107/1/181 +f 108/1/181 102/4/181 104/4/181 +f 107/1/182 108/1/182 102/4/182 +f 104/4/182 102/4/182 108/1/182 +f 108/1/184 105/4/183 109/1/183 +f 105/4/183 108/1/184 104/4/184 +f 109/1/186 105/4/186 108/1/185 +f 104/4/185 108/1/185 105/4/186 +f 109/1/183 103/4/187 110/1/187 +f 103/4/187 109/1/183 105/4/183 +f 110/1/188 103/4/188 109/1/186 +f 105/4/186 109/1/186 103/4/188 +f 110/1/187 101/4/189 106/1/189 +f 101/4/189 110/1/187 103/4/187 +f 106/1/190 101/4/190 110/1/188 +f 103/4/188 110/1/188 101/4/190 +f 113/4/85 112/4/85 111/4/85 +f 112/4/85 113/4/85 114/4/85 +f 114/4/85 113/4/85 115/4/85 +f 111/4/86 112/4/86 113/4/86 +f 114/4/86 113/4/86 112/4/86 +f 115/4/86 113/4/86 114/4/86 +f 112/4/177 116/1/177 111/4/177 +f 116/1/177 112/4/177 117/1/177 +f 111/4/178 116/1/178 112/4/178 +f 117/1/178 112/4/178 116/1/178 +f 112/4/174 118/1/174 117/1/174 +f 118/1/174 112/4/174 114/4/174 +f 117/1/172 118/1/172 112/4/172 +f 114/4/172 112/4/172 118/1/172 +f 118/1/192 115/4/191 119/1/191 +f 115/4/191 118/1/192 114/4/192 +f 119/1/194 115/4/194 118/1/193 +f 114/4/193 118/1/193 115/4/194 +f 119/1/191 113/4/195 120/1/195 +f 113/4/195 119/1/191 115/4/191 +f 120/1/196 113/4/196 119/1/194 +f 115/4/194 119/1/194 113/4/196 +f 120/1/195 111/4/197 116/1/197 +f 111/4/197 120/1/195 113/4/195 +f 116/1/198 111/4/198 120/1/196 +f 113/4/196 120/1/196 111/4/198 +f 123/4/85 122/4/85 121/4/85 +f 122/4/85 123/4/85 124/4/85 +f 124/4/85 123/4/85 125/4/85 +f 121/4/86 122/4/86 123/4/86 +f 124/4/86 123/4/86 122/4/86 +f 125/4/86 123/4/86 124/4/86 +f 122/4/199 126/1/199 121/4/199 +f 126/1/199 122/4/199 127/1/199 +f 121/4/200 126/1/200 122/4/200 +f 127/1/200 122/4/200 126/1/200 +f 122/4/201 128/1/201 127/1/201 +f 128/1/201 122/4/201 124/4/201 +f 127/1/202 128/1/202 122/4/202 +f 124/4/202 122/4/202 128/1/202 +f 128/1/204 125/4/203 129/1/203 +f 125/4/203 128/1/204 124/4/204 +f 129/1/206 125/4/206 128/1/205 +f 124/4/205 128/1/205 125/4/206 +f 129/1/203 123/4/207 130/1/207 +f 123/4/207 129/1/203 125/4/203 +f 130/1/208 123/4/208 129/1/206 +f 125/4/206 129/1/206 123/4/208 +f 130/1/207 121/4/209 126/1/209 +f 121/4/209 130/1/207 123/4/207 +f 126/1/210 121/4/210 130/1/208 +f 123/4/208 130/1/208 121/4/210 +f 133/1/212 132/2/10 131/1/211 +f 132/2/10 133/1/212 134/2/46 +f 131/1/214 132/2/11 133/1/213 +f 134/2/48 133/1/213 132/2/11 +f 136/2/2 133/1/212 135/1/215 +f 133/1/212 136/2/2 134/2/46 +f 135/1/216 133/1/213 136/2/6 +f 134/2/48 136/2/6 133/1/213 +f 139/3/22 138/1/218 137/1/217 +f 138/1/218 139/3/22 140/3/42 +f 137/1/220 138/1/219 139/3/23 +f 140/3/43 139/3/23 138/1/219 +f 138/1/218 142/3/15 141/1/221 +f 142/3/15 138/1/218 140/3/42 +f 141/1/222 142/3/17 138/1/219 +f 140/3/43 138/1/219 142/3/17 +f 145/1/39 144/3/34 143/1/37 +f 144/3/34 145/1/39 146/3/33 +f 143/1/38 144/3/35 145/1/40 +f 146/3/36 145/1/40 144/3/35 +f 144/3/34 148/3/26 147/3/28 +f 148/3/26 144/3/34 146/3/33 +f 147/3/32 148/3/30 144/3/35 +f 146/3/36 144/3/35 148/3/30 +f 148/3/26 145/1/39 149/1/25 +f 145/1/39 148/3/26 146/3/33 +f 149/1/31 145/1/40 148/3/30 +f 146/3/36 148/3/30 145/1/40 +f 144/3/34 150/1/27 143/1/37 +f 150/1/27 144/3/34 147/3/28 +f 143/1/38 150/1/29 144/3/35 +f 147/3/32 144/3/35 150/1/29 +f 147/3/28 149/1/25 150/1/27 +f 149/1/25 147/3/28 148/3/26 +f 150/1/29 149/1/31 147/3/32 +f 148/3/30 147/3/32 149/1/31 +f 152/3/16 137/1/217 151/1/223 +f 137/1/217 152/3/16 139/3/22 +f 151/1/224 137/1/220 152/3/20 +f 139/3/23 152/3/20 137/1/220 +f 132/2/10 153/1/225 131/1/211 +f 153/1/225 132/2/10 154/2/4 +f 131/1/214 153/1/226 132/2/11 +f 154/2/8 132/2/11 153/1/226 +f 142/3/15 151/1/223 141/1/221 +f 151/1/223 142/3/15 152/3/16 +f 141/1/222 151/1/224 142/3/17 +f 152/3/20 142/3/17 151/1/224 +f 142/3/15 139/3/22 152/3/16 +f 139/3/22 142/3/15 140/3/42 +f 152/3/20 139/3/23 142/3/17 +f 140/3/43 142/3/17 139/3/23 +f 157/2/229 156/2/228 155/2/227 +f 156/2/228 157/2/229 158/2/230 +f 155/2/233 156/2/232 157/2/231 +f 158/2/234 157/2/231 156/2/232 +f 154/2/4 134/2/46 136/2/2 +f 134/2/46 154/2/4 132/2/10 +f 136/2/6 134/2/48 154/2/8 +f 132/2/11 154/2/8 134/2/48 +f 159/1/235 158/2/230 157/2/229 +f 158/2/230 159/1/235 160/1/236 +f 157/2/231 158/2/234 159/1/237 +f 160/1/238 159/1/237 158/2/234 +f 163/1/73 162/2/239 161/1/74 +f 162/2/239 163/1/73 164/2/240 +f 161/1/78 162/2/241 163/1/79 +f 164/2/242 163/1/79 162/2/241 +f 159/1/235 155/2/227 165/1/243 +f 155/2/227 159/1/235 157/2/229 +f 165/1/244 155/2/233 159/1/237 +f 157/2/231 159/1/237 155/2/233 +f 158/2/230 166/1/245 156/2/228 +f 166/1/245 158/2/230 160/1/236 +f 156/2/232 166/1/246 158/2/234 +f 160/1/238 158/2/234 166/1/246 +f 169/2/247 168/1/61 167/1/63 +f 168/1/61 169/2/247 170/2/248 +f 167/1/65 168/1/67 169/2/249 +f 170/2/250 169/2/249 168/1/67 +f 155/2/227 166/1/245 165/1/243 +f 166/1/245 155/2/227 156/2/228 +f 165/1/244 166/1/246 155/2/233 +f 156/2/232 155/2/233 166/1/246 +f 161/1/74 169/2/247 167/1/63 +f 169/2/247 161/1/74 162/2/239 +f 167/1/65 169/2/249 161/1/78 +f 162/2/241 161/1/78 169/2/249 +f 164/2/240 168/1/61 170/2/248 +f 168/1/61 164/2/240 163/1/73 +f 170/2/250 168/1/67 164/2/242 +f 163/1/79 164/2/242 168/1/67 +f 162/2/239 170/2/248 169/2/247 +f 170/2/248 162/2/239 164/2/240 +f 169/2/249 170/2/250 162/2/241 +f 164/2/242 162/2/241 170/2/250 +f 154/2/4 135/1/215 153/1/225 +f 135/1/215 154/2/4 136/2/2 +f 153/1/226 135/1/216 154/2/8 +f 136/2/6 154/2/8 135/1/216 +f 173/4/251 172/1/252 171/1/251 +f 172/1/252 173/4/251 174/4/252 +f 171/1/253 172/1/254 173/4/253 +f 174/4/254 173/4/253 172/1/254 +f 177/4/85 176/4/85 175/4/85 +f 176/4/85 177/4/85 174/4/85 +f 176/4/85 174/4/85 173/4/85 +f 175/4/86 176/4/86 177/4/86 +f 174/4/86 177/4/86 176/4/86 +f 173/4/86 174/4/86 176/4/86 +f 175/4/254 179/1/254 178/1/254 +f 179/1/254 175/4/254 176/4/254 +f 178/1/252 179/1/252 175/4/252 +f 176/4/252 175/4/252 179/1/252 +f 174/4/252 180/1/255 172/1/252 +f 180/1/255 174/4/252 177/4/255 +f 172/1/254 180/1/256 174/4/254 +f 177/4/256 174/4/254 180/1/256 +f 175/4/257 180/1/257 177/4/257 +f 180/1/257 175/4/257 178/1/257 +f 177/4/258 180/1/258 175/4/258 +f 178/1/258 175/4/258 180/1/258 +f 179/1/258 173/4/258 171/1/258 +f 173/4/258 179/1/258 176/4/258 +f 171/1/257 173/4/257 179/1/257 +f 176/4/257 179/1/257 173/4/257 +f 183/1/85 182/1/85 181/1/85 +f 182/1/85 183/1/85 184/1/85 +f 181/1/86 182/1/86 183/1/86 +f 184/1/86 183/1/86 182/1/86 +f 187/1/85 186/1/85 185/1/85 +f 186/1/85 187/1/85 188/1/85 +f 185/1/86 186/1/86 187/1/86 +f 188/1/86 187/1/86 186/1/86 +f 191/1/85 190/1/85 189/1/85 +f 190/1/85 191/1/85 192/1/85 +f 189/1/86 190/1/86 191/1/86 +f 192/1/86 191/1/86 190/1/86 +f 193/1/85 191/1/85 188/1/85 +f 191/1/85 193/1/85 194/1/85 +f 188/1/86 191/1/86 193/1/86 +f 194/1/86 193/1/86 191/1/86 +f 186/1/85 196/1/85 195/1/85 +f 196/1/85 186/1/85 189/1/85 +f 195/1/86 196/1/86 186/1/86 +f 189/1/86 186/1/86 196/1/86 +f 199/3/105 198/1/104 197/1/103 +f 198/1/104 199/3/105 200/3/106 +f 197/1/109 198/1/108 199/3/107 +f 200/3/110 199/3/107 198/1/108 +f 203/2/136 202/1/99 201/1/135 +f 202/1/99 203/2/136 204/2/100 +f 201/1/137 202/1/102 203/2/138 +f 204/2/101 203/2/138 202/1/102 +f 207/3/112 206/1/131 205/1/111 +f 206/1/131 207/3/112 208/3/132 +f 205/1/114 206/1/134 207/3/113 +f 208/3/133 207/3/113 206/1/134 +f 198/1/104 207/3/112 205/1/111 +f 207/3/112 198/1/104 200/3/106 +f 205/1/114 207/3/113 198/1/108 +f 200/3/110 198/1/108 207/3/113 +f 203/2/136 209/2/94 204/2/100 +f 209/2/94 203/2/136 210/2/92 +f 204/2/101 209/2/98 203/2/138 +f 210/2/96 203/2/138 209/2/98 +f 204/2/100 211/1/93 202/1/99 +f 211/1/93 204/2/100 209/2/94 +f 202/1/102 211/1/95 204/2/101 +f 209/2/98 204/2/101 211/1/95 +f 207/3/112 199/3/105 208/3/132 +f 199/3/105 207/3/112 200/3/106 +f 208/3/133 199/3/107 207/3/113 +f 200/3/110 207/3/113 199/3/107 +f 210/2/92 201/1/135 212/1/91 +f 201/1/135 210/2/92 203/2/136 +f 212/1/97 201/1/137 210/2/96 +f 203/2/138 210/2/96 201/1/137 +f 211/1/93 210/2/92 212/1/91 +f 210/2/92 211/1/93 209/2/94 +f 212/1/97 210/2/96 211/1/95 +f 209/2/98 211/1/95 210/2/96 +f 208/3/132 197/1/103 206/1/131 +f 197/1/103 208/3/132 199/3/105 +f 206/1/134 197/1/109 208/3/133 +f 199/3/107 208/3/133 197/1/109 +f 215/2/141 214/2/140 213/2/139 +f 214/2/140 215/2/141 216/2/142 +f 213/2/145 214/2/144 215/2/143 +f 216/2/146 215/2/143 214/2/144 +f 216/2/142 217/1/161 214/2/140 +f 217/1/161 216/2/142 218/1/148 +f 214/2/144 217/1/162 216/2/146 +f 218/1/150 216/2/146 217/1/162 +f 213/2/139 217/1/161 219/1/159 +f 217/1/161 213/2/139 214/2/140 +f 219/1/160 217/1/162 213/2/145 +f 214/2/144 213/2/145 217/1/162 +f 220/1/147 213/2/139 219/1/159 +f 213/2/139 220/1/147 215/2/141 +f 219/1/160 213/2/145 220/1/149 +f 215/2/143 220/1/149 213/2/145 +f 218/1/148 215/2/141 220/1/147 +f 215/2/141 218/1/148 216/2/142 +f 220/1/149 215/2/143 218/1/150 +f 216/2/146 218/1/150 215/2/143 +f 223/1/151 222/2/165 221/1/163 +f 222/2/165 223/1/151 224/2/152 +f 221/1/169 222/2/167 223/1/157 +f 224/2/156 223/1/157 222/2/167 +f 225/1/153 224/2/152 223/1/151 +f 224/2/152 225/1/153 226/2/154 +f 223/1/157 224/2/156 225/1/155 +f 226/2/158 225/1/155 224/2/156 +f 229/3/116 228/1/129 227/1/115 +f 228/1/129 229/3/116 230/3/123 +f 227/1/121 228/1/130 229/3/120 +f 230/3/126 229/3/120 228/1/130 +f 229/3/116 231/3/124 230/3/123 +f 231/3/124 229/3/116 232/3/118 +f 230/3/126 231/3/125 229/3/120 +f 232/3/122 229/3/120 231/3/125 +f 226/2/154 234/1/164 233/2/166 +f 234/1/164 226/2/154 225/1/153 +f 233/2/170 234/1/168 226/2/158 +f 225/1/155 226/2/158 234/1/168 +f 230/3/123 235/1/127 228/1/129 +f 235/1/127 230/3/123 231/3/124 +f 228/1/130 235/1/128 230/3/126 +f 231/3/125 230/3/126 235/1/128 +f 224/2/152 233/2/166 222/2/165 +f 233/2/166 224/2/152 226/2/154 +f 222/2/167 233/2/170 224/2/156 +f 226/2/158 224/2/156 233/2/170 +f 236/1/117 229/3/116 227/1/115 +f 229/3/116 236/1/117 232/3/118 +f 227/1/121 229/3/120 236/1/119 +f 232/3/122 236/1/119 229/3/120 +f 222/2/165 234/1/164 221/1/163 +f 234/1/164 222/2/165 233/2/166 +f 221/1/169 234/1/168 222/2/167 +f 233/2/170 222/2/167 234/1/168 +f 231/3/124 236/1/117 235/1/127 +f 236/1/117 231/3/124 232/3/118 +f 235/1/128 236/1/119 231/3/125 +f 232/3/122 231/3/125 236/1/119 +f 239/4/85 238/4/85 237/4/85 +f 238/4/85 239/4/85 240/4/85 +f 238/4/85 240/4/85 241/4/85 +f 241/4/85 240/4/85 242/4/85 +f 241/4/85 242/4/85 243/4/85 +f 243/4/85 242/4/85 244/4/85 +f 243/4/85 244/4/85 245/4/85 +f 245/4/85 244/4/85 246/4/85 +f 237/4/86 238/4/86 239/4/86 +f 240/4/86 239/4/86 238/4/86 +f 241/4/86 240/4/86 238/4/86 +f 242/4/86 240/4/86 241/4/86 +f 243/4/86 242/4/86 241/4/86 +f 244/4/86 242/4/86 243/4/86 +f 245/4/86 244/4/86 243/4/86 +f 246/4/86 244/4/86 245/4/86 +f 239/4/172 248/1/172 247/1/172 +f 248/1/172 239/4/172 237/4/172 +f 247/1/174 248/1/174 239/4/174 +f 237/4/174 239/4/174 248/1/174 +f 249/1/260 239/4/259 247/1/259 +f 239/4/259 249/1/260 240/4/260 +f 247/1/262 239/4/262 249/1/261 +f 240/4/261 249/1/261 239/4/262 +f 250/1/263 240/4/260 249/1/260 +f 240/4/260 250/1/263 242/4/263 +f 249/1/261 240/4/261 250/1/264 +f 242/4/264 250/1/264 240/4/261 +f 244/4/265 250/1/263 251/1/265 +f 250/1/263 244/4/265 242/4/263 +f 251/1/266 250/1/264 244/4/266 +f 242/4/264 244/4/266 250/1/264 +f 246/4/267 251/1/265 252/1/267 +f 251/1/265 246/4/267 244/4/265 +f 252/1/268 251/1/266 246/4/268 +f 244/4/266 246/4/268 251/1/266 +f 253/1/178 246/4/178 252/1/178 +f 246/4/178 253/1/178 245/4/178 +f 252/1/177 246/4/177 253/1/177 +f 245/4/177 253/1/177 246/4/177 +f 243/4/266 253/1/269 254/1/266 +f 253/1/269 243/4/266 245/4/269 +f 254/1/265 253/1/270 243/4/265 +f 245/4/270 243/4/265 253/1/270 +f 241/4/264 254/1/266 255/1/264 +f 254/1/266 241/4/264 243/4/266 +f 255/1/263 254/1/265 241/4/263 +f 243/4/265 241/4/263 254/1/265 +f 241/4/264 256/1/261 238/4/261 +f 256/1/261 241/4/264 255/1/264 +f 238/4/260 256/1/260 241/4/263 +f 255/1/263 241/4/263 256/1/260 +f 238/4/261 248/1/262 237/4/262 +f 248/1/262 238/4/261 256/1/261 +f 237/4/259 248/1/259 238/4/260 +f 256/1/260 238/4/260 248/1/259 +f 259/1/85 258/1/85 257/1/85 +f 258/1/85 259/1/85 260/1/85 +f 257/1/86 258/1/86 259/1/86 +f 260/1/86 259/1/86 258/1/86 +f 263/3/273 262/1/272 261/1/271 +f 262/1/272 263/3/273 264/3/274 +f 261/1/277 262/1/276 263/3/275 +f 264/3/278 263/3/275 262/1/276 +f 267/2/281 266/1/280 265/1/279 +f 266/1/280 267/2/281 268/2/282 +f 265/1/285 266/1/284 267/2/283 +f 268/2/286 267/2/283 266/1/284 +f 271/3/289 270/1/288 269/1/287 +f 270/1/288 271/3/289 272/3/290 +f 269/1/293 270/1/292 271/3/291 +f 272/3/294 271/3/291 270/1/292 +f 262/1/272 271/3/289 269/1/287 +f 271/3/289 262/1/272 264/3/274 +f 269/1/293 271/3/291 262/1/276 +f 264/3/278 262/1/276 271/3/291 +f 267/2/281 273/2/295 268/2/282 +f 273/2/295 267/2/281 274/2/296 +f 268/2/286 273/2/297 267/2/283 +f 274/2/298 267/2/283 273/2/297 +f 268/2/282 275/1/299 266/1/280 +f 275/1/299 268/2/282 273/2/295 +f 266/1/284 275/1/300 268/2/286 +f 273/2/297 268/2/286 275/1/300 +f 271/3/289 263/3/273 272/3/290 +f 263/3/273 271/3/289 264/3/274 +f 272/3/294 263/3/275 271/3/291 +f 264/3/278 271/3/291 263/3/275 +f 274/2/296 265/1/279 276/1/301 +f 265/1/279 274/2/296 267/2/281 +f 276/1/302 265/1/285 274/2/298 +f 267/2/283 274/2/298 265/1/285 +f 275/1/299 274/2/296 276/1/301 +f 274/2/296 275/1/299 273/2/295 +f 276/1/302 274/2/298 275/1/300 +f 273/2/297 275/1/300 274/2/298 +f 272/3/290 261/1/271 270/1/288 +f 261/1/271 272/3/290 263/3/273 +f 270/1/292 261/1/277 272/3/294 +f 263/3/275 272/3/294 261/1/277 +f 279/2/305 278/2/304 277/2/303 +f 278/2/304 279/2/305 280/2/306 +f 277/2/309 278/2/308 279/2/307 +f 280/2/310 279/2/307 278/2/308 +f 280/2/306 281/1/311 278/2/304 +f 281/1/311 280/2/306 282/1/312 +f 278/2/308 281/1/313 280/2/310 +f 282/1/314 280/2/310 281/1/313 +f 277/2/303 281/1/311 283/1/315 +f 281/1/311 277/2/303 278/2/304 +f 283/1/316 281/1/313 277/2/309 +f 278/2/308 277/2/309 281/1/313 +f 284/1/317 277/2/303 283/1/315 +f 277/2/303 284/1/317 279/2/305 +f 283/1/316 277/2/309 284/1/318 +f 279/2/307 284/1/318 277/2/309 +f 282/1/312 279/2/305 284/1/317 +f 279/2/305 282/1/312 280/2/306 +f 284/1/318 279/2/307 282/1/314 +f 280/2/310 282/1/314 279/2/307 +f 287/1/321 286/2/320 285/1/319 +f 286/2/320 287/1/321 288/2/322 +f 285/1/325 286/2/324 287/1/323 +f 288/2/326 287/1/323 286/2/324 +f 289/1/327 288/2/322 287/1/321 +f 288/2/322 289/1/327 290/2/328 +f 287/1/323 288/2/326 289/1/329 +f 290/2/330 289/1/329 288/2/326 +f 293/3/333 292/1/332 291/1/331 +f 292/1/332 293/3/333 294/3/334 +f 291/1/337 292/1/336 293/3/335 +f 294/3/338 293/3/335 292/1/336 +f 293/3/333 295/3/339 294/3/334 +f 295/3/339 293/3/333 296/3/340 +f 294/3/338 295/3/341 293/3/335 +f 296/3/342 293/3/335 295/3/341 +f 290/2/328 298/1/344 297/2/343 +f 298/1/344 290/2/328 289/1/327 +f 297/2/346 298/1/345 290/2/330 +f 289/1/329 290/2/330 298/1/345 +f 294/3/334 299/1/347 292/1/332 +f 299/1/347 294/3/334 295/3/339 +f 292/1/336 299/1/348 294/3/338 +f 295/3/341 294/3/338 299/1/348 +f 288/2/322 297/2/343 286/2/320 +f 297/2/343 288/2/322 290/2/328 +f 286/2/324 297/2/346 288/2/326 +f 290/2/330 288/2/326 297/2/346 +f 300/1/349 293/3/333 291/1/331 +f 293/3/333 300/1/349 296/3/340 +f 291/1/337 293/3/335 300/1/350 +f 296/3/342 300/1/350 293/3/335 +f 286/2/320 298/1/344 285/1/319 +f 298/1/344 286/2/320 297/2/343 +f 285/1/325 298/1/345 286/2/324 +f 297/2/346 286/2/324 298/1/345 +f 295/3/339 300/1/349 299/1/347 +f 300/1/349 295/3/339 296/3/340 +f 299/1/348 300/1/350 295/3/341 +f 296/3/342 295/3/341 300/1/350 +f 303/4/85 302/4/85 301/4/85 +f 302/4/85 303/4/85 304/4/85 +f 302/4/85 304/4/85 305/4/85 +f 305/4/85 304/4/85 306/4/85 +f 305/4/85 306/4/85 307/4/85 +f 307/4/85 306/4/85 308/4/85 +f 307/4/85 308/4/85 309/4/85 +f 309/4/85 308/4/85 310/4/85 +f 301/4/86 302/4/86 303/4/86 +f 304/4/86 303/4/86 302/4/86 +f 305/4/86 304/4/86 302/4/86 +f 306/4/86 304/4/86 305/4/86 +f 307/4/86 306/4/86 305/4/86 +f 308/4/86 306/4/86 307/4/86 +f 309/4/86 308/4/86 307/4/86 +f 310/4/86 308/4/86 309/4/86 +f 303/4/202 312/1/202 311/1/202 +f 312/1/202 303/4/202 301/4/202 +f 311/1/201 312/1/201 303/4/201 +f 301/4/201 303/4/201 312/1/201 +f 313/1/352 303/4/351 311/1/351 +f 303/4/351 313/1/352 304/4/352 +f 311/1/354 303/4/354 313/1/353 +f 304/4/353 313/1/353 303/4/354 +f 314/1/355 304/4/352 313/1/352 +f 304/4/352 314/1/355 306/4/355 +f 313/1/353 304/4/353 314/1/356 +f 306/4/356 314/1/356 304/4/353 +f 308/4/357 314/1/355 315/1/357 +f 314/1/355 308/4/357 306/4/355 +f 315/1/358 314/1/356 308/4/358 +f 306/4/356 308/4/358 314/1/356 +f 310/4/359 315/1/357 316/1/359 +f 315/1/357 310/4/359 308/4/357 +f 316/1/360 315/1/358 310/4/360 +f 308/4/358 310/4/360 315/1/358 +f 317/1/200 310/4/200 316/1/200 +f 310/4/200 317/1/200 309/4/200 +f 316/1/199 310/4/199 317/1/199 +f 309/4/199 317/1/199 310/4/199 +f 307/4/358 317/1/361 318/1/358 +f 317/1/361 307/4/358 309/4/361 +f 318/1/357 317/1/362 307/4/357 +f 309/4/362 307/4/357 317/1/362 +f 305/4/356 318/1/358 319/1/356 +f 318/1/358 305/4/356 307/4/358 +f 319/1/355 318/1/357 305/4/355 +f 307/4/357 305/4/355 318/1/357 +f 305/4/356 320/1/353 302/4/353 +f 320/1/353 305/4/356 319/1/356 +f 302/4/352 320/1/352 305/4/355 +f 319/1/355 305/4/355 320/1/352 +f 302/4/353 312/1/354 301/4/354 +f 312/1/354 302/4/353 320/1/353 +f 301/4/351 312/1/351 302/4/352 +f 320/1/352 302/4/352 312/1/351 +f 323/1/85 322/1/85 321/1/85 +f 322/1/85 323/1/85 324/1/85 +f 321/1/86 322/1/86 323/1/86 +f 324/1/86 323/1/86 322/1/86 +f 327/1/299 326/2/296 325/1/301 +f 326/2/296 327/1/299 328/2/295 +f 325/1/302 326/2/298 327/1/300 +f 328/2/297 327/1/300 326/2/298 +f 330/2/282 327/1/299 329/1/280 +f 327/1/299 330/2/282 328/2/295 +f 329/1/284 327/1/300 330/2/286 +f 328/2/297 330/2/286 327/1/300 +f 333/3/273 332/1/272 331/1/271 +f 332/1/272 333/3/273 334/3/274 +f 331/1/277 332/1/276 333/3/275 +f 334/3/278 333/3/275 332/1/276 +f 332/1/272 336/3/289 335/1/287 +f 336/3/289 332/1/272 334/3/274 +f 335/1/293 336/3/291 332/1/276 +f 334/3/278 332/1/276 336/3/291 +f 339/1/349 338/3/333 337/1/331 +f 338/3/333 339/1/349 340/3/340 +f 337/1/337 338/3/335 339/1/350 +f 340/3/342 339/1/350 338/3/335 +f 338/3/333 342/3/339 341/3/334 +f 342/3/339 338/3/333 340/3/340 +f 341/3/338 342/3/341 338/3/335 +f 340/3/342 338/3/335 342/3/341 +f 342/3/339 339/1/349 343/1/347 +f 339/1/349 342/3/339 340/3/340 +f 343/1/348 339/1/350 342/3/341 +f 340/3/342 342/3/341 339/1/350 +f 338/3/333 344/1/332 337/1/331 +f 344/1/332 338/3/333 341/3/334 +f 337/1/337 344/1/336 338/3/335 +f 341/3/338 338/3/335 344/1/336 +f 341/3/334 343/1/347 344/1/332 +f 343/1/347 341/3/334 342/3/339 +f 344/1/336 343/1/348 341/3/338 +f 342/3/341 341/3/338 343/1/348 +f 346/3/290 331/1/271 345/1/288 +f 331/1/271 346/3/290 333/3/273 +f 345/1/292 331/1/277 346/3/294 +f 333/3/275 346/3/294 331/1/277 +f 326/2/296 347/1/279 325/1/301 +f 347/1/279 326/2/296 348/2/281 +f 325/1/302 347/1/285 326/2/298 +f 348/2/283 326/2/298 347/1/285 +f 336/3/289 345/1/288 335/1/287 +f 345/1/288 336/3/289 346/3/290 +f 335/1/293 345/1/292 336/3/291 +f 346/3/294 336/3/291 345/1/292 +f 336/3/289 333/3/273 346/3/290 +f 333/3/273 336/3/289 334/3/274 +f 346/3/294 333/3/275 336/3/291 +f 334/3/278 336/3/291 333/3/275 +f 351/2/305 350/2/304 349/2/303 +f 350/2/304 351/2/305 352/2/306 +f 349/2/309 350/2/308 351/2/307 +f 352/2/310 351/2/307 350/2/308 +f 348/2/281 328/2/295 330/2/282 +f 328/2/295 348/2/281 326/2/296 +f 330/2/286 328/2/297 348/2/283 +f 326/2/298 348/2/283 328/2/297 +f 353/1/317 352/2/306 351/2/305 +f 352/2/306 353/1/317 354/1/312 +f 351/2/307 352/2/310 353/1/318 +f 354/1/314 353/1/318 352/2/310 +f 357/1/327 356/2/322 355/1/321 +f 356/2/322 357/1/327 358/2/328 +f 355/1/323 356/2/326 357/1/329 +f 358/2/330 357/1/329 356/2/326 +f 353/1/317 349/2/303 359/1/315 +f 349/2/303 353/1/317 351/2/305 +f 359/1/316 349/2/309 353/1/318 +f 351/2/307 353/1/318 349/2/309 +f 352/2/306 360/1/311 350/2/304 +f 360/1/311 352/2/306 354/1/312 +f 350/2/308 360/1/313 352/2/310 +f 354/1/314 352/2/310 360/1/313 +f 363/2/320 362/1/344 361/1/319 +f 362/1/344 363/2/320 364/2/343 +f 361/1/325 362/1/345 363/2/324 +f 364/2/346 363/2/324 362/1/345 +f 349/2/303 360/1/311 359/1/315 +f 360/1/311 349/2/303 350/2/304 +f 359/1/316 360/1/313 349/2/309 +f 350/2/308 349/2/309 360/1/313 +f 355/1/321 363/2/320 361/1/319 +f 363/2/320 355/1/321 356/2/322 +f 361/1/325 363/2/324 355/1/323 +f 356/2/326 355/1/323 363/2/324 +f 358/2/328 362/1/344 364/2/343 +f 362/1/344 358/2/328 357/1/327 +f 364/2/346 362/1/345 358/2/330 +f 357/1/329 358/2/330 362/1/345 +f 356/2/322 364/2/343 363/2/320 +f 364/2/343 356/2/322 358/2/328 +f 363/2/324 364/2/346 356/2/326 +f 358/2/330 356/2/326 364/2/346 +f 348/2/281 329/1/280 347/1/279 +f 329/1/280 348/2/281 330/2/282 +f 347/1/285 329/1/284 348/2/283 +f 330/2/286 348/2/283 329/1/284 +f 367/4/363 366/1/202 365/1/363 +f 366/1/202 367/4/363 368/4/202 +f 365/1/364 366/1/201 367/4/364 +f 368/4/201 367/4/364 366/1/201 +f 370/4/85 369/4/85 102/4/85 +f 369/4/85 370/4/85 368/4/85 +f 369/4/85 368/4/85 367/4/85 +f 102/4/86 369/4/86 370/4/86 +f 368/4/86 370/4/86 369/4/86 +f 367/4/86 368/4/86 369/4/86 +f 102/4/201 371/1/201 107/1/201 +f 371/1/201 102/4/201 369/4/201 +f 107/1/202 371/1/202 102/4/202 +f 369/4/202 102/4/202 371/1/202 +f 368/4/202 372/1/365 366/1/202 +f 372/1/365 368/4/202 370/4/365 +f 366/1/201 372/1/366 368/4/201 +f 370/4/366 368/4/201 372/1/366 +f 102/4/199 372/1/199 370/4/199 +f 372/1/199 102/4/199 107/1/199 +f 370/4/200 372/1/200 102/4/200 +f 107/1/200 102/4/200 372/1/200 +f 371/1/200 367/4/200 365/1/200 +f 367/4/200 371/1/200 369/4/200 +f 365/1/199 367/4/199 371/1/199 +f 369/4/199 371/1/199 367/4/199 +f 375/3/15 374/1/14 373/1/13 +f 374/1/14 375/3/15 376/3/16 +f 373/1/19 374/1/18 375/3/17 +f 376/3/20 375/3/17 374/1/18 +f 379/2/46 378/1/9 377/1/45 +f 378/1/9 379/2/46 380/2/10 +f 377/1/47 378/1/12 379/2/48 +f 380/2/11 379/2/48 378/1/12 +f 383/3/22 382/1/41 381/1/21 +f 382/1/41 383/3/22 384/3/42 +f 381/1/24 382/1/44 383/3/23 +f 384/3/43 383/3/23 382/1/44 +f 374/1/14 383/3/22 381/1/21 +f 383/3/22 374/1/14 376/3/16 +f 381/1/24 383/3/23 374/1/18 +f 376/3/20 374/1/18 383/3/23 +f 379/2/46 385/2/4 380/2/10 +f 385/2/4 379/2/46 386/2/2 +f 380/2/11 385/2/8 379/2/48 +f 386/2/6 379/2/48 385/2/8 +f 380/2/10 387/1/3 378/1/9 +f 387/1/3 380/2/10 385/2/4 +f 378/1/12 387/1/5 380/2/11 +f 385/2/8 380/2/11 387/1/5 +f 383/3/22 375/3/15 384/3/42 +f 375/3/15 383/3/22 376/3/16 +f 384/3/43 375/3/17 383/3/23 +f 376/3/20 383/3/23 375/3/17 +f 386/2/2 377/1/45 388/1/1 +f 377/1/45 386/2/2 379/2/46 +f 388/1/7 377/1/47 386/2/6 +f 379/2/48 386/2/6 377/1/47 +f 387/1/3 386/2/2 388/1/1 +f 386/2/2 387/1/3 385/2/4 +f 388/1/7 386/2/6 387/1/5 +f 385/2/8 387/1/5 386/2/6 +f 384/3/42 373/1/13 382/1/41 +f 373/1/13 384/3/42 375/3/15 +f 382/1/44 373/1/19 384/3/43 +f 375/3/17 384/3/43 373/1/19 +f 391/2/51 390/2/50 389/2/49 +f 390/2/50 391/2/51 392/2/52 +f 389/2/55 390/2/54 391/2/53 +f 392/2/56 391/2/53 390/2/54 +f 392/2/52 393/1/71 390/2/50 +f 393/1/71 392/2/52 394/1/58 +f 390/2/54 393/1/72 392/2/56 +f 394/1/60 392/2/56 393/1/72 +f 389/2/49 393/1/71 395/1/69 +f 393/1/71 389/2/49 390/2/50 +f 395/1/70 393/1/72 389/2/55 +f 390/2/54 389/2/55 393/1/72 +f 396/1/57 389/2/49 395/1/69 +f 389/2/49 396/1/57 391/2/51 +f 395/1/70 389/2/55 396/1/59 +f 391/2/53 396/1/59 389/2/55 +f 394/1/58 391/2/51 396/1/57 +f 391/2/51 394/1/58 392/2/52 +f 396/1/59 391/2/53 394/1/60 +f 392/2/56 394/1/60 391/2/53 +f 399/1/61 398/2/75 397/1/73 +f 398/2/75 399/1/61 400/2/62 +f 397/1/79 398/2/77 399/1/67 +f 400/2/66 399/1/67 398/2/77 +f 401/1/63 400/2/62 399/1/61 +f 400/2/62 401/1/63 402/2/64 +f 399/1/67 400/2/66 401/1/65 +f 402/2/68 401/1/65 400/2/66 +f 405/3/26 404/1/39 403/1/25 +f 404/1/39 405/3/26 406/3/33 +f 403/1/31 404/1/40 405/3/30 +f 406/3/36 405/3/30 404/1/40 +f 405/3/26 407/3/34 406/3/33 +f 407/3/34 405/3/26 408/3/28 +f 406/3/36 407/3/35 405/3/30 +f 408/3/32 405/3/30 407/3/35 +f 402/2/64 410/1/74 409/2/76 +f 410/1/74 402/2/64 401/1/63 +f 409/2/80 410/1/78 402/2/68 +f 401/1/65 402/2/68 410/1/78 +f 406/3/33 411/1/37 404/1/39 +f 411/1/37 406/3/33 407/3/34 +f 404/1/40 411/1/38 406/3/36 +f 407/3/35 406/3/36 411/1/38 +f 400/2/62 409/2/76 398/2/75 +f 409/2/76 400/2/62 402/2/64 +f 398/2/77 409/2/80 400/2/66 +f 402/2/68 400/2/66 409/2/80 +f 412/1/27 405/3/26 403/1/25 +f 405/3/26 412/1/27 408/3/28 +f 403/1/31 405/3/30 412/1/29 +f 408/3/32 412/1/29 405/3/30 +f 398/2/75 410/1/74 397/1/73 +f 410/1/74 398/2/75 409/2/76 +f 397/1/79 410/1/78 398/2/77 +f 409/2/80 398/2/77 410/1/78 +f 407/3/34 412/1/27 411/1/37 +f 412/1/27 407/3/34 408/3/28 +f 411/1/38 412/1/29 407/3/35 +f 408/3/32 407/3/35 412/1/29 +f 415/4/85 414/4/85 413/4/85 +f 414/4/85 415/4/85 416/4/85 +f 414/4/85 416/4/85 417/4/85 +f 417/4/85 416/4/85 418/4/85 +f 417/4/85 418/4/85 419/4/85 +f 419/4/85 418/4/85 420/4/85 +f 419/4/85 420/4/85 421/4/85 +f 421/4/85 420/4/85 422/4/85 +f 413/4/86 414/4/86 415/4/86 +f 416/4/86 415/4/86 414/4/86 +f 417/4/86 416/4/86 414/4/86 +f 418/4/86 416/4/86 417/4/86 +f 419/4/86 418/4/86 417/4/86 +f 420/4/86 418/4/86 419/4/86 +f 421/4/86 420/4/86 419/4/86 +f 422/4/86 420/4/86 421/4/86 +f 415/4/82 424/1/82 423/1/82 +f 424/1/82 415/4/82 413/4/82 +f 423/1/84 424/1/84 415/4/84 +f 413/4/84 415/4/84 424/1/84 +f 425/1/368 415/4/367 423/1/367 +f 415/4/367 425/1/368 416/4/368 +f 423/1/370 415/4/370 425/1/369 +f 416/4/369 425/1/369 415/4/370 +f 426/1/371 416/4/368 425/1/368 +f 416/4/368 426/1/371 418/4/371 +f 425/1/369 416/4/369 426/1/372 +f 418/4/372 426/1/372 416/4/369 +f 420/4/373 426/1/371 427/1/373 +f 426/1/371 420/4/373 418/4/371 +f 427/1/374 426/1/372 420/4/374 +f 418/4/372 420/4/374 426/1/372 +f 422/4/375 427/1/373 428/1/375 +f 427/1/373 422/4/375 420/4/373 +f 428/1/376 427/1/374 422/4/376 +f 420/4/374 422/4/376 427/1/374 +f 429/1/90 422/4/90 428/1/90 +f 422/4/90 429/1/90 421/4/90 +f 428/1/89 422/4/89 429/1/89 +f 421/4/89 429/1/89 422/4/89 +f 419/4/374 429/1/377 430/1/374 +f 429/1/377 419/4/374 421/4/377 +f 430/1/373 429/1/378 419/4/373 +f 421/4/378 419/4/373 429/1/378 +f 417/4/372 430/1/374 431/1/372 +f 430/1/374 417/4/372 419/4/374 +f 431/1/371 430/1/373 417/4/371 +f 419/4/373 417/4/371 430/1/373 +f 417/4/372 432/1/369 414/4/369 +f 432/1/369 417/4/372 431/1/372 +f 414/4/368 432/1/368 417/4/371 +f 431/1/371 417/4/371 432/1/368 +f 414/4/369 424/1/370 413/4/370 +f 424/1/370 414/4/369 432/1/369 +f 413/4/367 424/1/367 414/4/368 +f 432/1/368 414/4/368 424/1/367 +f 189/1/85 433/1/85 196/1/85 +f 433/1/85 189/1/85 190/1/85 +f 196/1/86 433/1/86 189/1/86 +f 190/1/86 189/1/86 433/1/86 +f 436/5/89 435/6/379 434/5/379 +f 435/6/379 436/5/89 437/6/89 +f 434/5/380 435/6/380 436/5/90 +f 437/6/90 436/5/90 435/6/380 +f 440/5/84 439/6/381 438/6/84 +f 439/6/381 440/5/84 441/5/381 +f 438/6/82 439/6/382 440/5/82 +f 441/5/382 440/5/82 439/6/382 +f 443/5/383 438/6/84 442/6/383 +f 438/6/84 443/5/383 440/5/84 +f 442/6/384 438/6/82 443/5/384 +f 440/5/82 443/5/384 438/6/82 +f 445/5/82 435/6/382 444/6/82 +f 435/6/382 445/5/82 434/5/382 +f 444/6/84 435/6/381 445/5/84 +f 434/5/381 445/5/84 435/6/381 +f 447/5/384 444/6/82 446/6/384 +f 444/6/82 447/5/384 445/5/82 +f 446/6/383 444/6/84 447/5/383 +f 445/5/84 447/5/383 444/6/84 +f 448/6/90 447/5/385 446/6/385 +f 447/5/385 448/6/90 449/5/90 +f 446/6/386 447/5/386 448/6/89 +f 449/5/89 448/6/89 447/5/386 +f 439/6/380 449/5/90 448/6/90 +f 449/5/90 439/6/380 441/5/380 +f 448/6/89 449/5/89 439/6/379 +f 441/5/379 439/6/379 449/5/89 +f 434/5/85 443/5/85 436/5/85 +f 443/5/85 434/5/85 440/5/85 +f 440/5/85 434/5/85 445/5/85 +f 440/5/85 445/5/85 441/5/85 +f 441/5/85 445/5/85 447/5/85 +f 441/5/85 447/5/85 449/5/85 +f 436/5/86 443/5/86 434/5/86 +f 440/5/86 434/5/86 443/5/86 +f 445/5/86 434/5/86 440/5/86 +f 441/5/86 445/5/86 440/5/86 +f 447/5/86 445/5/86 441/5/86 +f 449/5/86 447/5/86 441/5/86 +f 442/6/86 435/6/86 437/6/86 +f 435/6/86 442/6/86 438/6/86 +f 435/6/86 438/6/86 444/6/86 +f 444/6/86 438/6/86 439/6/86 +f 444/6/86 439/6/86 446/6/86 +f 446/6/86 439/6/86 448/6/86 +f 437/6/85 435/6/85 442/6/85 +f 438/6/85 442/6/85 435/6/85 +f 444/6/85 438/6/85 435/6/85 +f 439/6/85 438/6/85 444/6/85 +f 446/6/85 439/6/85 444/6/85 +f 448/6/85 439/6/85 446/6/85 +f 443/5/386 437/6/89 436/5/89 +f 437/6/89 443/5/386 442/6/386 +f 436/5/90 437/6/90 443/5/385 +f 442/6/385 443/5/385 437/6/90 +f 452/5/84 451/6/381 450/6/84 +f 451/6/381 452/5/84 453/5/381 +f 450/6/82 451/6/382 452/5/82 +f 453/5/382 452/5/82 451/6/382 +f 456/5/384 455/6/82 454/6/384 +f 455/6/82 456/5/384 457/5/82 +f 454/6/383 455/6/84 456/5/383 +f 457/5/84 456/5/383 455/6/84 +f 459/5/383 450/6/84 458/6/383 +f 450/6/84 459/5/383 452/5/84 +f 458/6/384 450/6/82 459/5/384 +f 452/5/82 459/5/384 450/6/82 +f 459/5/386 461/6/89 460/5/89 +f 461/6/89 459/5/386 458/6/386 +f 460/5/90 461/6/90 459/5/385 +f 458/6/385 459/5/385 461/6/90 +f 462/5/85 459/5/85 460/5/85 +f 459/5/85 462/5/85 457/5/85 +f 459/5/85 457/5/85 452/5/85 +f 452/5/85 457/5/85 456/5/85 +f 452/5/85 456/5/85 453/5/85 +f 453/5/85 456/5/85 463/5/85 +f 460/5/86 459/5/86 462/5/86 +f 457/5/86 462/5/86 459/5/86 +f 452/5/86 457/5/86 459/5/86 +f 456/5/86 457/5/86 452/5/86 +f 453/5/86 456/5/86 452/5/86 +f 463/5/86 456/5/86 453/5/86 +f 464/6/90 456/5/385 454/6/385 +f 456/5/385 464/6/90 463/5/90 +f 454/6/386 456/5/386 464/6/89 +f 463/5/89 464/6/89 456/5/386 +f 451/6/380 463/5/90 464/6/90 +f 463/5/90 451/6/380 453/5/380 +f 464/6/89 463/5/89 451/6/379 +f 453/5/379 451/6/379 463/5/89 +f 460/5/89 465/6/379 462/5/379 +f 465/6/379 460/5/89 461/6/89 +f 462/5/380 465/6/380 460/5/90 +f 461/6/90 460/5/90 465/6/380 +f 457/5/82 465/6/382 455/6/82 +f 465/6/382 457/5/82 462/5/382 +f 455/6/84 465/6/381 457/5/84 +f 462/5/381 457/5/84 465/6/381 +f 468/8/387 467/7/388 466/7/387 +f 467/7/388 468/8/387 469/8/388 +f 466/7/389 467/7/390 468/8/389 +f 469/8/390 468/8/389 467/7/390 +f 471/8/391 466/7/387 470/7/391 +f 466/7/387 471/8/391 468/8/387 +f 470/7/392 466/7/389 471/8/392 +f 468/8/389 471/8/392 466/7/389 +f 474/7/393 473/8/394 472/8/393 +f 473/8/394 474/7/393 475/7/394 +f 472/8/395 473/8/396 474/7/395 +f 475/7/396 474/7/395 473/8/396 +f 478/7/397 477/8/398 476/8/397 +f 477/8/398 478/7/397 479/7/398 +f 476/8/399 477/8/400 478/7/399 +f 479/7/400 478/7/399 477/8/400 +f 480/7/402 473/8/401 475/7/401 +f 473/8/401 480/7/402 481/8/402 +f 475/7/404 473/8/404 480/7/403 +f 481/8/403 480/7/403 473/8/404 +f 478/7/405 481/8/402 480/7/402 +f 481/8/402 478/7/405 476/8/405 +f 480/7/403 481/8/403 478/7/406 +f 476/8/406 478/7/406 481/8/403 +f 470/7/407 472/8/393 471/8/407 +f 472/8/393 470/7/407 474/7/393 +f 471/8/408 472/8/395 470/7/408 +f 474/7/395 470/7/408 472/8/395 +f 479/7/398 469/8/409 477/8/398 +f 469/8/409 479/7/398 467/7/409 +f 477/8/400 469/8/410 479/7/400 +f 467/7/410 479/7/400 469/8/410 +f 484/5/177 483/6/411 482/5/411 +f 483/6/411 484/5/177 485/6/177 +f 482/5/412 483/6/412 484/5/178 +f 485/6/178 484/5/178 483/6/412 +f 488/5/174 487/6/413 486/6/174 +f 487/6/413 488/5/174 489/5/413 +f 486/6/172 487/6/414 488/5/172 +f 489/5/414 488/5/172 487/6/414 +f 491/5/415 486/6/174 490/6/415 +f 486/6/174 491/5/415 488/5/174 +f 490/6/416 486/6/172 491/5/416 +f 488/5/172 491/5/416 486/6/172 +f 493/5/172 483/6/414 492/6/172 +f 483/6/414 493/5/172 482/5/414 +f 492/6/174 483/6/413 493/5/174 +f 482/5/413 493/5/174 483/6/413 +f 495/5/416 492/6/172 494/6/416 +f 492/6/172 495/5/416 493/5/172 +f 494/6/415 492/6/174 495/5/415 +f 493/5/174 495/5/415 492/6/174 +f 496/6/178 495/5/417 494/6/417 +f 495/5/417 496/6/178 497/5/178 +f 494/6/418 495/5/418 496/6/177 +f 497/5/177 496/6/177 495/5/418 +f 487/6/412 497/5/178 496/6/178 +f 497/5/178 487/6/412 489/5/412 +f 496/6/177 497/5/177 487/6/411 +f 489/5/411 487/6/411 497/5/177 +f 482/5/85 491/5/85 484/5/85 +f 491/5/85 482/5/85 488/5/85 +f 488/5/85 482/5/85 493/5/85 +f 488/5/85 493/5/85 489/5/85 +f 489/5/85 493/5/85 495/5/85 +f 489/5/85 495/5/85 497/5/85 +f 484/5/86 491/5/86 482/5/86 +f 488/5/86 482/5/86 491/5/86 +f 493/5/86 482/5/86 488/5/86 +f 489/5/86 493/5/86 488/5/86 +f 495/5/86 493/5/86 489/5/86 +f 497/5/86 495/5/86 489/5/86 +f 490/6/86 483/6/86 485/6/86 +f 483/6/86 490/6/86 486/6/86 +f 483/6/86 486/6/86 492/6/86 +f 492/6/86 486/6/86 487/6/86 +f 492/6/86 487/6/86 494/6/86 +f 494/6/86 487/6/86 496/6/86 +f 485/6/85 483/6/85 490/6/85 +f 486/6/85 490/6/85 483/6/85 +f 492/6/85 486/6/85 483/6/85 +f 487/6/85 486/6/85 492/6/85 +f 494/6/85 487/6/85 492/6/85 +f 496/6/85 487/6/85 494/6/85 +f 491/5/418 485/6/177 484/5/177 +f 485/6/177 491/5/418 490/6/418 +f 484/5/178 485/6/178 491/5/417 +f 490/6/417 491/5/417 485/6/178 +f 500/5/174 499/6/413 498/6/174 +f 499/6/413 500/5/174 501/5/413 +f 498/6/172 499/6/414 500/5/172 +f 501/5/414 500/5/172 499/6/414 +f 504/5/416 503/6/172 502/6/416 +f 503/6/172 504/5/416 505/5/172 +f 502/6/415 503/6/174 504/5/415 +f 505/5/174 504/5/415 503/6/174 +f 507/5/415 498/6/174 506/6/415 +f 498/6/174 507/5/415 500/5/174 +f 506/6/416 498/6/172 507/5/416 +f 500/5/172 507/5/416 498/6/172 +f 507/5/418 509/6/177 508/5/177 +f 509/6/177 507/5/418 506/6/418 +f 508/5/178 509/6/178 507/5/417 +f 506/6/417 507/5/417 509/6/178 +f 510/5/85 507/5/85 508/5/85 +f 507/5/85 510/5/85 505/5/85 +f 507/5/85 505/5/85 500/5/85 +f 500/5/85 505/5/85 504/5/85 +f 500/5/85 504/5/85 501/5/85 +f 501/5/85 504/5/85 511/5/85 +f 508/5/86 507/5/86 510/5/86 +f 505/5/86 510/5/86 507/5/86 +f 500/5/86 505/5/86 507/5/86 +f 504/5/86 505/5/86 500/5/86 +f 501/5/86 504/5/86 500/5/86 +f 511/5/86 504/5/86 501/5/86 +f 512/6/178 504/5/417 502/6/417 +f 504/5/417 512/6/178 511/5/178 +f 502/6/418 504/5/418 512/6/177 +f 511/5/177 512/6/177 504/5/418 +f 499/6/412 511/5/178 512/6/178 +f 511/5/178 499/6/412 501/5/412 +f 512/6/177 511/5/177 499/6/411 +f 501/5/411 499/6/411 511/5/177 +f 508/5/177 513/6/411 510/5/411 +f 513/6/411 508/5/177 509/6/177 +f 510/5/412 513/6/412 508/5/178 +f 509/6/178 508/5/178 513/6/412 +f 505/5/172 513/6/414 503/6/172 +f 513/6/414 505/5/172 510/5/414 +f 503/6/174 513/6/413 505/5/174 +f 510/5/413 505/5/174 513/6/413 +f 516/8/419 515/7/420 514/7/419 +f 515/7/420 516/8/419 517/8/420 +f 514/7/421 515/7/422 516/8/421 +f 517/8/422 516/8/421 515/7/422 +f 519/8/423 514/7/419 518/7/423 +f 514/7/419 519/8/423 516/8/419 +f 518/7/424 514/7/421 519/8/424 +f 516/8/421 519/8/424 514/7/421 +f 522/7/425 521/8/426 520/8/425 +f 521/8/426 522/7/425 523/7/426 +f 520/8/427 521/8/428 522/7/427 +f 523/7/428 522/7/427 521/8/428 +f 526/7/429 525/8/430 524/8/429 +f 525/8/430 526/7/429 527/7/430 +f 524/8/431 525/8/432 526/7/431 +f 527/7/432 526/7/431 525/8/432 +f 528/7/434 521/8/433 523/7/433 +f 521/8/433 528/7/434 529/8/434 +f 523/7/436 521/8/436 528/7/435 +f 529/8/435 528/7/435 521/8/436 +f 526/7/437 529/8/434 528/7/434 +f 529/8/434 526/7/437 524/8/437 +f 528/7/435 529/8/435 526/7/438 +f 524/8/438 526/7/438 529/8/435 +f 518/7/439 520/8/425 519/8/439 +f 520/8/425 518/7/439 522/7/425 +f 519/8/440 520/8/427 518/7/440 +f 522/7/427 518/7/440 520/8/427 +f 527/7/430 517/8/441 525/8/430 +f 517/8/441 527/7/430 515/7/441 +f 525/8/432 517/8/442 527/7/432 +f 515/7/442 527/7/432 517/8/442 +f 532/6/443 531/6/443 530/6/443 +f 531/6/443 532/6/443 533/6/443 +f 531/6/443 533/6/443 534/6/443 +f 534/6/443 533/6/443 535/6/443 +f 535/6/443 533/6/443 536/6/443 +f 535/6/443 536/6/443 537/6/443 +f 530/6/444 531/6/444 532/6/444 +f 533/6/444 532/6/444 531/6/444 +f 534/6/444 533/6/444 531/6/444 +f 535/6/444 533/6/444 534/6/444 +f 536/6/444 533/6/444 535/6/444 +f 537/6/444 536/6/444 535/6/444 +f 540/5/444 539/5/444 538/5/444 +f 539/5/444 540/5/444 541/5/444 +f 539/5/444 541/5/444 542/5/444 +f 542/5/444 541/5/444 543/5/444 +f 542/5/444 543/5/444 544/5/444 +f 544/5/444 543/5/444 545/5/444 +f 538/5/443 539/5/443 540/5/443 +f 541/5/443 540/5/443 539/5/443 +f 542/5/443 541/5/443 539/5/443 +f 543/5/443 541/5/443 542/5/443 +f 544/5/443 543/5/443 542/5/443 +f 545/5/443 543/5/443 544/5/443 +f 538/5/446 531/6/445 540/5/445 +f 531/6/445 538/5/446 530/6/446 +f 540/5/448 531/6/448 538/5/447 +f 530/6/447 538/5/447 531/6/448 +f 541/5/263 531/6/449 534/6/263 +f 531/6/449 541/5/263 540/5/449 +f 534/6/264 531/6/450 541/5/264 +f 540/5/450 541/5/264 531/6/450 +f 543/5/451 534/6/263 535/6/451 +f 534/6/263 543/5/451 541/5/263 +f 535/6/452 534/6/264 543/5/452 +f 541/5/264 543/5/452 534/6/264 +f 537/6/447 543/5/453 535/6/453 +f 543/5/453 537/6/447 545/5/447 +f 535/6/454 543/5/454 537/6/446 +f 545/5/446 537/6/446 543/5/454 +f 536/6/448 545/5/447 537/6/447 +f 545/5/447 536/6/448 544/5/448 +f 537/6/446 545/5/446 536/6/445 +f 544/5/445 536/6/445 545/5/446 +f 542/5/264 536/6/450 533/6/264 +f 536/6/450 542/5/264 544/5/450 +f 533/6/263 536/6/449 542/5/263 +f 544/5/449 542/5/263 536/6/449 +f 539/5/452 533/6/264 532/6/452 +f 533/6/264 539/5/452 542/5/264 +f 532/6/451 533/6/263 539/5/451 +f 542/5/263 539/5/451 533/6/263 +f 539/5/454 530/6/446 538/5/446 +f 530/6/446 539/5/454 532/6/454 +f 538/5/447 530/6/447 539/5/453 +f 532/6/453 539/5/453 530/6/447 +f 548/5/444 547/5/444 546/5/444 +f 547/5/444 548/5/444 549/5/444 +f 547/5/444 549/5/444 550/5/444 +f 550/5/444 549/5/444 551/5/444 +f 551/5/444 549/5/444 552/5/444 +f 551/5/444 552/5/444 553/5/444 +f 546/5/443 547/5/443 548/5/443 +f 549/5/443 548/5/443 547/5/443 +f 550/5/443 549/5/443 547/5/443 +f 551/5/443 549/5/443 550/5/443 +f 552/5/443 549/5/443 551/5/443 +f 553/5/443 552/5/443 551/5/443 +f 546/5/446 554/6/445 548/5/445 +f 554/6/445 546/5/446 555/6/446 +f 548/5/448 554/6/448 546/5/447 +f 555/6/447 546/5/447 554/6/448 +f 549/5/263 554/6/449 556/6/263 +f 554/6/449 549/5/263 548/5/449 +f 556/6/264 554/6/450 549/5/264 +f 548/5/450 549/5/264 554/6/450 +f 552/5/451 556/6/263 557/6/451 +f 556/6/263 552/5/451 549/5/263 +f 557/6/452 556/6/264 552/5/452 +f 549/5/264 552/5/452 556/6/264 +f 558/6/447 552/5/453 557/6/453 +f 552/5/453 558/6/447 553/5/447 +f 557/6/454 552/5/454 558/6/446 +f 553/5/446 558/6/446 552/5/454 +f 559/6/448 553/5/447 558/6/447 +f 553/5/447 559/6/448 551/5/448 +f 558/6/446 553/5/446 559/6/445 +f 551/5/445 559/6/445 553/5/446 +f 550/5/264 559/6/450 560/6/264 +f 559/6/450 550/5/264 551/5/450 +f 560/6/263 559/6/449 550/5/263 +f 551/5/449 550/5/263 559/6/449 +f 547/5/452 560/6/264 561/6/452 +f 560/6/264 547/5/452 550/5/264 +f 561/6/451 560/6/263 547/5/451 +f 550/5/263 547/5/451 560/6/263 +f 547/5/454 555/6/446 546/5/446 +f 555/6/446 547/5/454 561/6/454 +f 546/5/447 555/6/447 547/5/453 +f 561/6/453 547/5/453 555/6/447 +f 564/7/455 563/8/456 562/8/455 +f 563/8/456 564/7/455 565/7/456 +f 562/8/457 563/8/458 564/7/457 +f 565/7/458 564/7/457 563/8/458 +f 568/8/459 567/7/460 566/7/459 +f 567/7/460 568/8/459 569/8/460 +f 566/7/461 567/7/462 568/8/461 +f 569/8/462 568/8/461 567/7/462 +f 571/7/463 562/8/455 570/8/463 +f 562/8/455 571/7/463 564/7/455 +f 570/8/464 562/8/457 571/7/464 +f 564/7/457 571/7/464 562/8/457 +f 574/7/465 573/8/466 572/8/465 +f 573/8/466 574/7/465 575/7/466 +f 572/8/467 573/8/468 574/7/467 +f 575/7/468 574/7/467 573/8/468 +f 574/7/465 563/8/469 565/7/469 +f 563/8/469 574/7/465 572/8/465 +f 565/7/470 563/8/470 574/7/467 +f 572/8/467 574/7/467 563/8/470 +f 577/7/471 569/8/472 576/8/471 +f 569/8/472 577/7/471 567/7/472 +f 576/8/473 569/8/474 577/7/473 +f 567/7/474 577/7/473 569/8/474 +f 575/7/475 576/8/471 573/8/475 +f 576/8/471 575/7/475 577/7/471 +f 573/8/476 576/8/473 575/7/476 +f 577/7/473 575/7/476 576/8/473 +f 570/8/477 566/7/459 571/7/477 +f 566/7/459 570/8/477 568/8/459 +f 571/7/478 566/7/461 570/8/478 +f 568/8/461 570/8/478 566/7/461 +f 580/6/443 579/6/443 578/6/443 +f 579/6/443 580/6/443 581/6/443 +f 579/6/443 581/6/443 582/6/443 +f 582/6/443 581/6/443 583/6/443 +f 583/6/443 581/6/443 584/6/443 +f 583/6/443 584/6/443 585/6/443 +f 578/6/444 579/6/444 580/6/444 +f 581/6/444 580/6/444 579/6/444 +f 582/6/444 581/6/444 579/6/444 +f 583/6/444 581/6/444 582/6/444 +f 584/6/444 581/6/444 583/6/444 +f 585/6/444 584/6/444 583/6/444 +f 588/5/444 587/5/444 586/5/444 +f 587/5/444 588/5/444 589/5/444 +f 587/5/444 589/5/444 590/5/444 +f 590/5/444 589/5/444 591/5/444 +f 590/5/444 591/5/444 592/5/444 +f 592/5/444 591/5/444 593/5/444 +f 586/5/443 587/5/443 588/5/443 +f 589/5/443 588/5/443 587/5/443 +f 590/5/443 589/5/443 587/5/443 +f 591/5/443 589/5/443 590/5/443 +f 592/5/443 591/5/443 590/5/443 +f 593/5/443 591/5/443 592/5/443 +f 586/5/480 579/6/479 588/5/479 +f 579/6/479 586/5/480 578/6/480 +f 588/5/482 579/6/482 586/5/481 +f 578/6/481 586/5/481 579/6/482 +f 589/5/483 579/6/484 582/6/483 +f 579/6/484 589/5/483 588/5/484 +f 582/6/485 579/6/486 589/5/485 +f 588/5/486 589/5/485 579/6/486 +f 591/5/487 582/6/483 583/6/487 +f 582/6/483 591/5/487 589/5/483 +f 583/6/488 582/6/485 591/5/488 +f 589/5/485 591/5/488 582/6/485 +f 585/6/481 591/5/489 583/6/489 +f 591/5/489 585/6/481 593/5/481 +f 583/6/490 591/5/490 585/6/480 +f 593/5/480 585/6/480 591/5/490 +f 584/6/482 593/5/481 585/6/481 +f 593/5/481 584/6/482 592/5/482 +f 585/6/480 593/5/480 584/6/479 +f 592/5/479 584/6/479 593/5/480 +f 590/5/485 584/6/486 581/6/485 +f 584/6/486 590/5/485 592/5/486 +f 581/6/483 584/6/484 590/5/483 +f 592/5/484 590/5/483 584/6/484 +f 587/5/488 581/6/485 580/6/488 +f 581/6/485 587/5/488 590/5/485 +f 580/6/487 581/6/483 587/5/487 +f 590/5/483 587/5/487 581/6/483 +f 587/5/490 578/6/480 586/5/480 +f 578/6/480 587/5/490 580/6/490 +f 586/5/481 578/6/481 587/5/489 +f 580/6/489 587/5/489 578/6/481 +f 596/5/444 595/5/444 594/5/444 +f 595/5/444 596/5/444 597/5/444 +f 595/5/444 597/5/444 598/5/444 +f 598/5/444 597/5/444 599/5/444 +f 599/5/444 597/5/444 600/5/444 +f 599/5/444 600/5/444 601/5/444 +f 594/5/443 595/5/443 596/5/443 +f 597/5/443 596/5/443 595/5/443 +f 598/5/443 597/5/443 595/5/443 +f 599/5/443 597/5/443 598/5/443 +f 600/5/443 597/5/443 599/5/443 +f 601/5/443 600/5/443 599/5/443 +f 594/5/480 602/6/479 596/5/479 +f 602/6/479 594/5/480 603/6/480 +f 596/5/482 602/6/482 594/5/481 +f 603/6/481 594/5/481 602/6/482 +f 597/5/483 602/6/484 604/6/483 +f 602/6/484 597/5/483 596/5/484 +f 604/6/485 602/6/486 597/5/485 +f 596/5/486 597/5/485 602/6/486 +f 600/5/487 604/6/483 605/6/487 +f 604/6/483 600/5/487 597/5/483 +f 605/6/488 604/6/485 600/5/488 +f 597/5/485 600/5/488 604/6/485 +f 606/6/481 600/5/489 605/6/489 +f 600/5/489 606/6/481 601/5/481 +f 605/6/490 600/5/490 606/6/480 +f 601/5/480 606/6/480 600/5/490 +f 607/6/482 601/5/481 606/6/481 +f 601/5/481 607/6/482 599/5/482 +f 606/6/480 601/5/480 607/6/479 +f 599/5/479 607/6/479 601/5/480 +f 598/5/485 607/6/486 608/6/485 +f 607/6/486 598/5/485 599/5/486 +f 608/6/483 607/6/484 598/5/483 +f 599/5/484 598/5/483 607/6/484 +f 595/5/488 608/6/485 609/6/488 +f 608/6/485 595/5/488 598/5/485 +f 609/6/487 608/6/483 595/5/487 +f 598/5/483 595/5/487 608/6/483 +f 595/5/490 603/6/480 594/5/480 +f 603/6/480 595/5/490 609/6/490 +f 594/5/481 603/6/481 595/5/489 +f 609/6/489 595/5/489 603/6/481 +f 612/7/491 611/8/492 610/8/491 +f 611/8/492 612/7/491 613/7/492 +f 610/8/493 611/8/494 612/7/493 +f 613/7/494 612/7/493 611/8/494 +f 616/8/495 615/7/496 614/7/495 +f 615/7/496 616/8/495 617/8/496 +f 614/7/497 615/7/498 616/8/497 +f 617/8/498 616/8/497 615/7/498 +f 619/7/499 610/8/491 618/8/499 +f 610/8/491 619/7/499 612/7/491 +f 618/8/500 610/8/493 619/7/500 +f 612/7/493 619/7/500 610/8/493 +f 622/7/501 621/8/502 620/8/501 +f 621/8/502 622/7/501 623/7/502 +f 620/8/503 621/8/504 622/7/503 +f 623/7/504 622/7/503 621/8/504 +f 622/7/501 611/8/505 613/7/505 +f 611/8/505 622/7/501 620/8/501 +f 613/7/506 611/8/506 622/7/503 +f 620/8/503 622/7/503 611/8/506 +f 625/7/507 617/8/508 624/8/507 +f 617/8/508 625/7/507 615/7/508 +f 624/8/509 617/8/510 625/7/509 +f 615/7/510 625/7/509 617/8/510 +f 623/7/511 624/8/507 621/8/511 +f 624/8/507 623/7/511 625/7/507 +f 621/8/512 624/8/509 623/7/512 +f 625/7/509 623/7/512 624/8/509 +f 618/8/513 614/7/495 619/7/513 +f 614/7/495 618/8/513 616/8/495 +f 619/7/514 614/7/497 618/8/514 +f 616/8/497 618/8/514 614/7/497 +f 628/6/86 627/6/86 626/6/86 +f 627/6/86 628/6/86 629/6/86 +f 627/6/86 629/6/86 630/6/86 +f 630/6/86 629/6/86 631/6/86 +f 631/6/86 629/6/86 632/6/86 +f 631/6/86 632/6/86 633/6/86 +f 626/6/85 627/6/85 628/6/85 +f 629/6/85 628/6/85 627/6/85 +f 630/6/85 629/6/85 627/6/85 +f 631/6/85 629/6/85 630/6/85 +f 632/6/85 629/6/85 631/6/85 +f 633/6/85 632/6/85 631/6/85 +f 636/5/85 635/5/85 634/5/85 +f 635/5/85 636/5/85 637/5/85 +f 635/5/85 637/5/85 638/5/85 +f 638/5/85 637/5/85 639/5/85 +f 638/5/85 639/5/85 640/5/85 +f 640/5/85 639/5/85 641/5/85 +f 634/5/86 635/5/86 636/5/86 +f 637/5/86 636/5/86 635/5/86 +f 638/5/86 637/5/86 635/5/86 +f 639/5/86 637/5/86 638/5/86 +f 640/5/86 639/5/86 638/5/86 +f 641/5/86 639/5/86 640/5/86 +f 634/5/516 627/6/515 636/5/515 +f 627/6/515 634/5/516 626/6/516 +f 636/5/518 627/6/518 634/5/517 +f 626/6/517 634/5/517 627/6/518 +f 637/5/519 627/6/520 630/6/519 +f 627/6/520 637/5/519 636/5/520 +f 630/6/521 627/6/522 637/5/521 +f 636/5/522 637/5/521 627/6/522 +f 639/5/523 630/6/519 631/6/523 +f 630/6/519 639/5/523 637/5/519 +f 631/6/524 630/6/521 639/5/524 +f 637/5/521 639/5/524 630/6/521 +f 633/6/517 639/5/525 631/6/525 +f 639/5/525 633/6/517 641/5/517 +f 631/6/526 639/5/526 633/6/516 +f 641/5/516 633/6/516 639/5/526 +f 632/6/518 641/5/517 633/6/517 +f 641/5/517 632/6/518 640/5/518 +f 633/6/516 641/5/516 632/6/515 +f 640/5/515 632/6/515 641/5/516 +f 638/5/521 632/6/522 629/6/521 +f 632/6/522 638/5/521 640/5/522 +f 629/6/519 632/6/520 638/5/519 +f 640/5/520 638/5/519 632/6/520 +f 635/5/524 629/6/521 628/6/524 +f 629/6/521 635/5/524 638/5/521 +f 628/6/523 629/6/519 635/5/523 +f 638/5/519 635/5/523 629/6/519 +f 635/5/526 626/6/516 634/5/516 +f 626/6/516 635/5/526 628/6/526 +f 634/5/517 626/6/517 635/5/525 +f 628/6/525 635/5/525 626/6/517 +f 644/5/85 643/5/85 642/5/85 +f 643/5/85 644/5/85 645/5/85 +f 643/5/85 645/5/85 646/5/85 +f 646/5/85 645/5/85 647/5/85 +f 647/5/85 645/5/85 648/5/85 +f 647/5/85 648/5/85 649/5/85 +f 642/5/86 643/5/86 644/5/86 +f 645/5/86 644/5/86 643/5/86 +f 646/5/86 645/5/86 643/5/86 +f 647/5/86 645/5/86 646/5/86 +f 648/5/86 645/5/86 647/5/86 +f 649/5/86 648/5/86 647/5/86 +f 642/5/516 650/6/515 644/5/515 +f 650/6/515 642/5/516 651/6/516 +f 644/5/518 650/6/518 642/5/517 +f 651/6/517 642/5/517 650/6/518 +f 645/5/519 650/6/520 652/6/519 +f 650/6/520 645/5/519 644/5/520 +f 652/6/521 650/6/522 645/5/521 +f 644/5/522 645/5/521 650/6/522 +f 648/5/523 652/6/519 653/6/523 +f 652/6/519 648/5/523 645/5/519 +f 653/6/524 652/6/521 648/5/524 +f 645/5/521 648/5/524 652/6/521 +f 654/6/517 648/5/525 653/6/525 +f 648/5/525 654/6/517 649/5/517 +f 653/6/526 648/5/526 654/6/516 +f 649/5/516 654/6/516 648/5/526 +f 655/6/518 649/5/517 654/6/517 +f 649/5/517 655/6/518 647/5/518 +f 654/6/516 649/5/516 655/6/515 +f 647/5/515 655/6/515 649/5/516 +f 646/5/521 655/6/522 656/6/521 +f 655/6/522 646/5/521 647/5/522 +f 656/6/519 655/6/520 646/5/519 +f 647/5/520 646/5/519 655/6/520 +f 643/5/524 656/6/521 657/6/524 +f 656/6/521 643/5/524 646/5/521 +f 657/6/523 656/6/519 643/5/523 +f 646/5/519 643/5/523 656/6/519 +f 643/5/526 651/6/516 642/5/516 +f 651/6/516 643/5/526 657/6/526 +f 642/5/517 651/6/517 643/5/525 +f 657/6/525 643/5/525 651/6/517 +f 660/7/527 659/8/528 658/8/527 +f 659/8/528 660/7/527 661/7/528 +f 658/8/529 659/8/530 660/7/529 +f 661/7/530 660/7/529 659/8/530 +f 664/8/531 663/7/532 662/7/531 +f 663/7/532 664/8/531 665/8/532 +f 662/7/533 663/7/534 664/8/533 +f 665/8/534 664/8/533 663/7/534 +f 667/7/535 658/8/527 666/8/535 +f 658/8/527 667/7/535 660/7/527 +f 666/8/536 658/8/529 667/7/536 +f 660/7/529 667/7/536 658/8/529 +f 670/7/537 669/8/538 668/8/537 +f 669/8/538 670/7/537 671/7/538 +f 668/8/539 669/8/540 670/7/539 +f 671/7/540 670/7/539 669/8/540 +f 670/7/537 659/8/541 661/7/541 +f 659/8/541 670/7/537 668/8/537 +f 661/7/542 659/8/542 670/7/539 +f 668/8/539 670/7/539 659/8/542 +f 673/7/543 665/8/544 672/8/543 +f 665/8/544 673/7/543 663/7/544 +f 672/8/545 665/8/546 673/7/545 +f 663/7/546 673/7/545 665/8/546 +f 671/7/547 672/8/543 669/8/547 +f 672/8/543 671/7/547 673/7/543 +f 669/8/548 672/8/545 671/7/548 +f 673/7/545 671/7/548 672/8/545 +f 666/8/549 662/7/531 667/7/549 +f 662/7/531 666/8/549 664/8/531 +f 667/7/550 662/7/533 666/8/550 +f 664/8/533 666/8/550 662/7/533 +f 676/10/82 675/9/551 674/9/82 +f 675/9/551 676/10/82 677/10/551 +f 674/9/84 675/9/552 676/10/84 +f 677/10/552 676/10/84 675/9/552 +f 680/10/554 679/9/553 678/10/553 +f 679/9/553 680/10/554 681/9/554 +f 678/10/556 679/9/556 680/10/555 +f 681/9/555 680/10/555 679/9/556 +f 677/10/551 679/9/553 675/9/551 +f 679/9/553 677/10/551 678/10/553 +f 675/9/552 679/9/556 677/10/552 +f 678/10/556 677/10/552 679/9/556 +f 683/10/557 674/9/82 682/9/557 +f 674/9/82 683/10/557 676/10/82 +f 682/9/558 674/9/84 683/10/558 +f 676/10/84 683/10/558 674/9/84 +f 678/10/85 684/10/85 680/10/85 +f 684/10/85 678/10/85 677/10/85 +f 684/10/85 677/10/85 676/10/85 +f 684/10/85 676/10/85 683/10/85 +f 684/10/85 683/10/85 685/10/85 +f 680/10/86 684/10/86 678/10/86 +f 677/10/86 678/10/86 684/10/86 +f 676/10/86 677/10/86 684/10/86 +f 683/10/86 676/10/86 684/10/86 +f 685/10/86 683/10/86 684/10/86 +f 687/9/560 685/10/559 686/9/559 +f 685/10/559 687/9/560 684/10/560 +f 686/9/562 685/10/562 687/9/561 +f 684/10/561 687/9/561 685/10/562 +f 686/9/559 683/10/557 682/9/557 +f 683/10/557 686/9/559 685/10/559 +f 682/9/558 683/10/558 686/9/562 +f 685/10/562 686/9/562 683/10/558 +f 48/10/89 689/9/89 688/10/89 +f 689/9/89 48/10/89 690/9/89 +f 688/10/90 689/9/90 48/10/90 +f 690/9/90 48/10/90 689/9/90 +f 693/10/563 692/9/82 691/9/563 +f 692/9/82 693/10/563 694/10/82 +f 691/9/564 692/9/84 693/10/564 +f 694/10/84 693/10/564 692/9/84 +f 48/10/84 695/9/84 690/9/84 +f 695/9/84 48/10/84 49/10/84 +f 690/9/82 695/9/82 48/10/82 +f 49/10/82 48/10/82 695/9/82 +f 694/10/82 689/9/565 692/9/82 +f 689/9/565 694/10/82 688/10/565 +f 692/9/84 689/9/566 694/10/84 +f 688/10/566 694/10/84 689/9/566 +f 695/9/86 689/9/86 690/9/86 +f 689/9/86 695/9/86 692/9/86 +f 692/9/86 695/9/86 691/9/86 +f 690/9/85 689/9/85 695/9/85 +f 692/9/85 695/9/85 689/9/85 +f 691/9/85 695/9/85 692/9/85 +f 688/10/85 49/10/85 48/10/85 +f 49/10/85 688/10/85 694/10/85 +f 49/10/85 694/10/85 693/10/85 +f 48/10/86 49/10/86 688/10/86 +f 694/10/86 688/10/86 49/10/86 +f 693/10/86 694/10/86 49/10/86 +f 695/9/90 693/10/90 691/9/90 +f 693/10/90 695/9/90 49/10/90 +f 691/9/89 693/10/89 695/9/89 +f 49/10/89 695/9/89 693/10/89 +f 698/11/85 697/11/85 696/11/85 +f 697/11/85 698/11/85 699/11/85 +f 697/11/85 699/11/85 700/11/85 +f 696/11/86 697/11/86 698/11/86 +f 699/11/86 698/11/86 697/11/86 +f 700/11/86 699/11/86 697/11/86 +f 696/11/84 702/9/84 701/9/84 +f 702/9/84 696/11/84 697/11/84 +f 701/9/82 702/9/82 696/11/82 +f 697/11/82 696/11/82 702/9/82 +f 702/9/90 700/11/90 703/9/90 +f 700/11/90 702/9/90 697/11/90 +f 703/9/89 700/11/89 702/9/89 +f 697/11/89 702/9/89 700/11/89 +f 696/11/89 704/9/89 698/11/89 +f 704/9/89 696/11/89 701/9/89 +f 698/11/90 704/9/90 696/11/90 +f 701/9/90 696/11/90 704/9/90 +f 706/13/83 705/12/83 699/11/84 +f 705/12/83 707/14/83 699/11/84 +f 708/15/83 706/13/83 699/11/84 +f 707/14/83 709/16/83 699/11/84 +f 710/14/83 709/16/83 707/14/83 +f 709/16/83 711/17/83 699/11/84 +f 709/16/83 710/14/83 712/16/83 +f 712/16/83 710/14/83 713/17/83 +f 713/17/83 710/14/83 714/18/83 +f 711/17/83 715/18/83 699/11/84 +f 710/14/83 716/12/83 714/18/83 +f 700/11/83 708/15/83 699/11/84 +f 699/11/84 715/18/83 717/9/84 +f 718/19/83 717/9/84 715/18/83 +f 719/19/83 717/9/84 718/19/83 +f 708/15/83 700/11/83 720/15/83 +f 720/15/83 700/11/83 721/13/83 +f 721/13/83 700/11/83 716/12/83 +f 717/9/84 719/19/83 703/9/83 +f 714/18/83 703/9/83 719/19/83 +f 716/12/83 703/9/83 714/18/83 +f 700/11/83 703/9/83 716/12/83 +f 723/21/88 722/20/88 698/11/88 +f 724/22/88 723/21/88 698/11/88 +f 698/11/88 722/20/88 704/9/88 +f 725/23/88 704/9/88 722/20/88 +f 726/23/88 704/9/88 725/23/88 +f 704/9/88 726/23/88 717/9/84 +f 727/20/88 717/9/84 726/23/88 +f 699/11/84 724/22/88 698/11/88 +f 699/11/84 717/9/84 727/20/88 +f 724/22/88 699/11/84 728/22/88 +f 729/21/88 699/11/84 727/20/88 +f 728/22/88 699/11/84 729/21/88 +f 699/11/82 705/12/81 706/13/81 +f 699/11/82 706/13/81 708/15/81 +f 699/11/82 707/14/81 705/12/81 +f 699/11/82 708/15/81 700/11/81 +f 720/15/81 700/11/81 708/15/81 +f 721/13/81 700/11/81 720/15/81 +f 716/12/81 700/11/81 721/13/81 +f 716/12/81 703/9/81 700/11/81 +f 714/18/81 703/9/81 716/12/81 +f 714/18/81 716/12/81 710/14/81 +f 719/19/81 703/9/81 714/18/81 +f 714/18/81 710/14/81 713/17/81 +f 713/17/81 710/14/81 712/16/81 +f 703/9/81 719/19/81 717/9/82 +f 718/19/81 717/9/82 719/19/81 +f 715/18/81 717/9/82 718/19/81 +f 717/9/82 715/18/81 699/11/82 +f 699/11/82 715/18/81 711/17/81 +f 712/16/81 710/14/81 709/16/81 +f 699/11/82 711/17/81 709/16/81 +f 707/14/81 709/16/81 710/14/81 +f 699/11/82 709/16/81 707/14/81 +f 698/11/87 722/20/87 723/21/87 +f 698/11/87 723/21/87 724/22/87 +f 704/9/87 722/20/87 698/11/87 +f 722/20/87 704/9/87 725/23/87 +f 725/23/87 704/9/87 726/23/87 +f 717/9/82 726/23/87 704/9/87 +f 726/23/87 717/9/82 727/20/87 +f 698/11/87 724/22/87 699/11/82 +f 727/20/87 717/9/82 699/11/82 +f 728/22/87 699/11/82 724/22/87 +f 727/20/87 699/11/82 729/21/87 +f 729/21/87 699/11/82 728/22/87 +f 732/25/567 731/24/568 730/24/567 +f 731/24/568 732/25/567 733/25/568 +f 730/24/569 731/24/570 732/25/569 +f 733/25/570 732/25/569 731/24/570 +f 736/25/569 735/24/570 734/24/569 +f 735/24/570 736/25/569 737/25/570 +f 734/24/567 735/24/568 736/25/567 +f 737/25/568 736/25/567 735/24/568 +f 740/25/572 739/24/571 738/25/571 +f 739/24/571 740/25/572 741/24/572 +f 738/25/574 739/24/574 740/25/573 +f 741/24/573 740/25/573 739/24/574 +f 744/24/574 743/25/573 742/24/573 +f 743/25/573 744/24/574 745/25/574 +f 742/24/572 743/25/572 744/24/571 +f 745/25/571 744/24/571 743/25/572 +f 737/25/570 744/24/574 735/24/570 +f 744/24/574 737/25/570 745/25/574 +f 735/24/568 744/24/571 737/25/568 +f 745/25/571 737/25/568 744/24/571 +f 733/25/568 739/24/571 731/24/568 +f 739/24/571 733/25/568 738/25/571 +f 731/24/570 739/24/574 733/25/570 +f 738/25/574 733/25/570 739/24/574 +f 740/25/572 734/24/569 741/24/572 +f 734/24/569 740/25/572 736/25/569 +f 741/24/573 734/24/567 740/25/573 +f 736/25/567 740/25/573 734/24/567 +f 743/25/573 730/24/567 742/24/573 +f 730/24/567 743/25/573 732/25/567 +f 742/24/572 730/24/569 743/25/572 +f 732/25/569 743/25/572 730/24/569 +f 733/25/575 740/25/575 738/25/575 +f 740/25/575 733/25/575 736/25/575 +f 736/25/575 733/25/575 732/25/575 +f 736/25/575 732/25/575 737/25/575 +f 737/25/575 732/25/575 743/25/575 +f 737/25/575 743/25/575 745/25/575 +f 738/25/576 740/25/576 733/25/576 +f 736/25/576 733/25/576 740/25/576 +f 732/25/576 733/25/576 736/25/576 +f 737/25/576 732/25/576 736/25/576 +f 743/25/576 732/25/576 737/25/576 +f 745/25/576 743/25/576 737/25/576 +f 734/24/576 739/24/576 741/24/576 +f 739/24/576 734/24/576 731/24/576 +f 731/24/576 734/24/576 735/24/576 +f 731/24/576 735/24/576 730/24/576 +f 730/24/576 735/24/576 744/24/576 +f 730/24/576 744/24/576 742/24/576 +f 741/24/575 739/24/575 734/24/575 +f 731/24/575 734/24/575 739/24/575 +f 735/24/575 734/24/575 731/24/575 +f 730/24/575 735/24/575 731/24/575 +f 744/24/575 735/24/575 730/24/575 +f 742/24/575 744/24/575 730/24/575 +f 748/25/577 747/24/578 746/24/577 +f 747/24/578 748/25/577 749/25/578 +f 746/24/579 747/24/580 748/25/579 +f 749/25/580 748/25/579 747/24/580 +f 752/25/579 751/24/580 750/24/579 +f 751/24/580 752/25/579 753/25/580 +f 750/24/577 751/24/578 752/25/577 +f 753/25/578 752/25/577 751/24/578 +f 756/25/582 755/24/581 754/25/581 +f 755/24/581 756/25/582 757/24/582 +f 754/25/584 755/24/584 756/25/583 +f 757/24/583 756/25/583 755/24/584 +f 760/24/584 759/25/583 758/24/583 +f 759/25/583 760/24/584 761/25/584 +f 758/24/582 759/25/582 760/24/581 +f 761/25/581 760/24/581 759/25/582 +f 753/25/580 760/24/584 751/24/580 +f 760/24/584 753/25/580 761/25/584 +f 751/24/578 760/24/581 753/25/578 +f 761/25/581 753/25/578 760/24/581 +f 749/25/578 755/24/581 747/24/578 +f 755/24/581 749/25/578 754/25/581 +f 747/24/580 755/24/584 749/25/580 +f 754/25/584 749/25/580 755/24/584 +f 756/25/582 750/24/579 757/24/582 +f 750/24/579 756/25/582 752/25/579 +f 757/24/583 750/24/577 756/25/583 +f 752/25/577 756/25/583 750/24/577 +f 759/25/583 746/24/577 758/24/583 +f 746/24/577 759/25/583 748/25/577 +f 758/24/582 746/24/579 759/25/582 +f 748/25/579 759/25/582 746/24/579 +f 749/25/585 756/25/585 754/25/585 +f 756/25/585 749/25/585 752/25/585 +f 752/25/585 749/25/585 748/25/585 +f 752/25/585 748/25/585 753/25/585 +f 753/25/585 748/25/585 759/25/585 +f 753/25/585 759/25/585 761/25/585 +f 754/25/586 756/25/586 749/25/586 +f 752/25/586 749/25/586 756/25/586 +f 748/25/586 749/25/586 752/25/586 +f 753/25/586 748/25/586 752/25/586 +f 759/25/586 748/25/586 753/25/586 +f 761/25/586 759/25/586 753/25/586 +f 750/24/586 755/24/586 757/24/586 +f 755/24/586 750/24/586 747/24/586 +f 747/24/586 750/24/586 751/24/586 +f 747/24/586 751/24/586 746/24/586 +f 746/24/586 751/24/586 760/24/586 +f 746/24/586 760/24/586 758/24/586 +f 757/24/585 755/24/585 750/24/585 +f 747/24/585 750/24/585 755/24/585 +f 751/24/585 750/24/585 747/24/585 +f 746/24/585 751/24/585 747/24/585 +f 760/24/585 751/24/585 746/24/585 +f 758/24/585 760/24/585 746/24/585 +f 764/24/577 763/25/578 762/24/578 +f 763/25/578 764/24/577 765/25/577 +f 762/24/580 763/25/580 764/24/579 +f 765/25/579 764/24/579 763/25/580 +f 768/25/579 767/24/580 766/24/579 +f 767/24/580 768/25/579 769/25/580 +f 766/24/577 767/24/578 768/25/577 +f 769/25/578 768/25/577 767/24/578 +f 772/25/582 771/24/581 770/25/581 +f 771/24/581 772/25/582 773/24/582 +f 770/25/584 771/24/584 772/25/583 +f 773/24/583 772/25/583 771/24/584 +f 776/24/584 775/25/583 774/24/583 +f 775/25/583 776/24/584 777/25/584 +f 774/24/582 775/25/582 776/24/581 +f 777/25/581 776/24/581 775/25/582 +f 767/24/580 777/25/584 776/24/584 +f 777/25/584 767/24/580 769/25/580 +f 776/24/581 777/25/581 767/24/578 +f 769/25/578 767/24/578 777/25/581 +f 763/25/578 771/24/581 762/24/578 +f 771/24/581 763/25/578 770/25/581 +f 762/24/580 771/24/584 763/25/580 +f 770/25/584 763/25/580 771/24/584 +f 773/24/582 768/25/579 766/24/579 +f 768/25/579 773/24/582 772/25/582 +f 766/24/577 768/25/577 773/24/583 +f 772/25/583 773/24/583 768/25/577 +f 775/25/583 764/24/577 774/24/583 +f 764/24/577 775/25/583 765/25/577 +f 774/24/582 764/24/579 775/25/582 +f 765/25/579 775/25/582 764/24/579 +f 763/25/585 772/25/585 770/25/585 +f 772/25/585 763/25/585 768/25/585 +f 768/25/585 763/25/585 765/25/585 +f 768/25/585 765/25/585 769/25/585 +f 769/25/585 765/25/585 775/25/585 +f 769/25/585 775/25/585 777/25/585 +f 770/25/586 772/25/586 763/25/586 +f 768/25/586 763/25/586 772/25/586 +f 765/25/586 763/25/586 768/25/586 +f 769/25/586 765/25/586 768/25/586 +f 775/25/586 765/25/586 769/25/586 +f 777/25/586 775/25/586 769/25/586 +f 766/24/586 771/24/586 773/24/586 +f 771/24/586 766/24/586 762/24/586 +f 762/24/586 766/24/586 767/24/586 +f 762/24/586 767/24/586 764/24/586 +f 764/24/586 767/24/586 776/24/586 +f 764/24/586 776/24/586 774/24/586 +f 773/24/585 771/24/585 766/24/585 +f 762/24/585 766/24/585 771/24/585 +f 767/24/585 766/24/585 762/24/585 +f 764/24/585 767/24/585 762/24/585 +f 776/24/585 767/24/585 764/24/585 +f 774/24/585 776/24/585 764/24/585 +f 780/10/172 779/9/587 778/9/172 +f 779/9/587 780/10/172 781/10/587 +f 778/9/174 779/9/588 780/10/174 +f 781/10/588 780/10/174 779/9/588 +f 784/10/590 783/9/589 782/10/589 +f 783/9/589 784/10/590 785/9/590 +f 782/10/592 783/9/592 784/10/591 +f 785/9/591 784/10/591 783/9/592 +f 781/10/587 783/9/589 779/9/587 +f 783/9/589 781/10/587 782/10/589 +f 779/9/588 783/9/592 781/10/588 +f 782/10/592 781/10/588 783/9/592 +f 787/10/593 778/9/172 786/9/593 +f 778/9/172 787/10/593 780/10/172 +f 786/9/594 778/9/174 787/10/594 +f 780/10/174 787/10/594 778/9/174 +f 782/10/85 788/10/85 784/10/85 +f 788/10/85 782/10/85 781/10/85 +f 788/10/85 781/10/85 780/10/85 +f 788/10/85 780/10/85 787/10/85 +f 788/10/85 787/10/85 789/10/85 +f 784/10/86 788/10/86 782/10/86 +f 781/10/86 782/10/86 788/10/86 +f 780/10/86 781/10/86 788/10/86 +f 787/10/86 780/10/86 788/10/86 +f 789/10/86 787/10/86 788/10/86 +f 791/9/596 789/10/595 790/9/595 +f 789/10/595 791/9/596 788/10/596 +f 790/9/598 789/10/598 791/9/597 +f 788/10/597 791/9/597 789/10/598 +f 790/9/595 787/10/593 786/9/593 +f 787/10/593 790/9/595 789/10/595 +f 786/9/594 787/10/594 790/9/598 +f 789/10/598 790/9/598 787/10/594 +f 794/10/177 793/9/177 792/10/177 +f 793/9/177 794/10/177 795/9/177 +f 792/10/178 793/9/178 794/10/178 +f 795/9/178 794/10/178 793/9/178 +f 798/10/599 797/9/172 796/9/599 +f 797/9/172 798/10/599 799/10/172 +f 796/9/600 797/9/174 798/10/600 +f 799/10/174 798/10/600 797/9/174 +f 794/10/174 800/9/174 795/9/174 +f 800/9/174 794/10/174 801/10/174 +f 795/9/172 800/9/172 794/10/172 +f 801/10/172 794/10/172 800/9/172 +f 799/10/172 793/9/601 797/9/172 +f 793/9/601 799/10/172 792/10/601 +f 797/9/174 793/9/602 799/10/174 +f 792/10/602 799/10/174 793/9/602 +f 800/9/86 793/9/86 795/9/86 +f 793/9/86 800/9/86 797/9/86 +f 797/9/86 800/9/86 796/9/86 +f 795/9/85 793/9/85 800/9/85 +f 797/9/85 800/9/85 793/9/85 +f 796/9/85 800/9/85 797/9/85 +f 792/10/85 801/10/85 794/10/85 +f 801/10/85 792/10/85 799/10/85 +f 801/10/85 799/10/85 798/10/85 +f 794/10/86 801/10/86 792/10/86 +f 799/10/86 792/10/86 801/10/86 +f 798/10/86 799/10/86 801/10/86 +f 800/9/178 798/10/178 796/9/178 +f 798/10/178 800/9/178 801/10/178 +f 796/9/177 798/10/177 800/9/177 +f 801/10/177 800/9/177 798/10/177 +f 804/11/85 803/11/85 802/11/85 +f 803/11/85 804/11/85 805/11/85 +f 803/11/85 805/11/85 806/11/85 +f 802/11/86 803/11/86 804/11/86 +f 805/11/86 804/11/86 803/11/86 +f 806/11/86 805/11/86 803/11/86 +f 802/11/174 808/9/174 807/9/174 +f 808/9/174 802/11/174 803/11/174 +f 807/9/172 808/9/172 802/11/172 +f 803/11/172 802/11/172 808/9/172 +f 808/9/178 806/11/178 809/9/178 +f 806/11/178 808/9/178 803/11/178 +f 809/9/177 806/11/177 808/9/177 +f 803/11/177 808/9/177 806/11/177 +f 802/11/177 810/9/177 804/11/177 +f 810/9/177 802/11/177 807/9/177 +f 804/11/178 810/9/178 802/11/178 +f 807/9/178 802/11/178 810/9/178 +f 812/13/173 811/12/173 805/11/174 +f 811/12/173 813/14/173 805/11/174 +f 814/15/173 812/13/173 805/11/174 +f 813/14/173 815/16/173 805/11/174 +f 816/14/173 815/16/173 813/14/173 +f 815/16/173 817/17/173 805/11/174 +f 815/16/173 816/14/173 818/16/173 +f 818/16/173 816/14/173 819/17/173 +f 819/17/173 816/14/173 820/18/173 +f 817/17/173 821/18/173 805/11/174 +f 816/14/173 822/12/173 820/18/173 +f 806/11/173 814/15/173 805/11/174 +f 805/11/174 821/18/173 823/9/174 +f 824/19/173 823/9/174 821/18/173 +f 825/19/173 823/9/174 824/19/173 +f 814/15/173 806/11/173 826/15/173 +f 826/15/173 806/11/173 827/13/173 +f 827/13/173 806/11/173 822/12/173 +f 823/9/174 825/19/173 809/9/173 +f 820/18/173 809/9/173 825/19/173 +f 822/12/173 809/9/173 820/18/173 +f 806/11/173 809/9/173 822/12/173 +f 829/21/176 828/20/176 804/11/176 +f 830/22/176 829/21/176 804/11/176 +f 804/11/176 828/20/176 810/9/176 +f 831/23/176 810/9/176 828/20/176 +f 832/23/176 810/9/176 831/23/176 +f 810/9/176 832/23/176 823/9/174 +f 833/20/176 823/9/174 832/23/176 +f 805/11/174 830/22/176 804/11/176 +f 805/11/174 823/9/174 833/20/176 +f 830/22/176 805/11/174 834/22/176 +f 835/21/176 805/11/174 833/20/176 +f 834/22/176 805/11/174 835/21/176 +f 805/11/172 811/12/171 812/13/171 +f 805/11/172 812/13/171 814/15/171 +f 805/11/172 813/14/171 811/12/171 +f 805/11/172 814/15/171 806/11/171 +f 826/15/171 806/11/171 814/15/171 +f 827/13/171 806/11/171 826/15/171 +f 822/12/171 806/11/171 827/13/171 +f 822/12/171 809/9/171 806/11/171 +f 820/18/171 809/9/171 822/12/171 +f 820/18/171 822/12/171 816/14/171 +f 825/19/171 809/9/171 820/18/171 +f 820/18/171 816/14/171 819/17/171 +f 819/17/171 816/14/171 818/16/171 +f 809/9/171 825/19/171 823/9/172 +f 824/19/171 823/9/172 825/19/171 +f 821/18/171 823/9/172 824/19/171 +f 823/9/172 821/18/171 805/11/172 +f 805/11/172 821/18/171 817/17/171 +f 818/16/171 816/14/171 815/16/171 +f 805/11/172 817/17/171 815/16/171 +f 813/14/171 815/16/171 816/14/171 +f 805/11/172 815/16/171 813/14/171 +f 804/11/175 828/20/175 829/21/175 +f 804/11/175 829/21/175 830/22/175 +f 810/9/175 828/20/175 804/11/175 +f 828/20/175 810/9/175 831/23/175 +f 831/23/175 810/9/175 832/23/175 +f 823/9/172 832/23/175 810/9/175 +f 832/23/175 823/9/172 833/20/175 +f 804/11/175 830/22/175 805/11/172 +f 833/20/175 823/9/172 805/11/172 +f 834/22/175 805/11/172 830/22/175 +f 833/20/175 805/11/172 835/21/175 +f 835/21/175 805/11/172 834/22/175 +f 838/25/603 837/24/604 836/24/603 +f 837/24/604 838/25/603 839/25/604 +f 836/24/605 837/24/606 838/25/605 +f 839/25/606 838/25/605 837/24/606 +f 842/25/605 841/24/606 840/24/605 +f 841/24/606 842/25/605 843/25/606 +f 840/24/603 841/24/604 842/25/603 +f 843/25/604 842/25/603 841/24/604 +f 846/25/608 845/24/607 844/25/607 +f 845/24/607 846/25/608 847/24/608 +f 844/25/610 845/24/610 846/25/609 +f 847/24/609 846/25/609 845/24/610 +f 850/24/610 849/25/609 848/24/609 +f 849/25/609 850/24/610 851/25/610 +f 848/24/608 849/25/608 850/24/607 +f 851/25/607 850/24/607 849/25/608 +f 843/25/606 850/24/610 841/24/606 +f 850/24/610 843/25/606 851/25/610 +f 841/24/604 850/24/607 843/25/604 +f 851/25/607 843/25/604 850/24/607 +f 839/25/604 845/24/607 837/24/604 +f 845/24/607 839/25/604 844/25/607 +f 837/24/606 845/24/610 839/25/606 +f 844/25/610 839/25/606 845/24/610 +f 846/25/608 840/24/605 847/24/608 +f 840/24/605 846/25/608 842/25/605 +f 847/24/609 840/24/603 846/25/609 +f 842/25/603 846/25/609 840/24/603 +f 849/25/609 836/24/603 848/24/609 +f 836/24/603 849/25/609 838/25/603 +f 848/24/608 836/24/605 849/25/608 +f 838/25/605 849/25/608 836/24/605 +f 839/25/611 846/25/611 844/25/611 +f 846/25/611 839/25/611 842/25/611 +f 842/25/611 839/25/611 838/25/611 +f 842/25/611 838/25/611 843/25/611 +f 843/25/611 838/25/611 849/25/611 +f 843/25/611 849/25/611 851/25/611 +f 844/25/612 846/25/612 839/25/612 +f 842/25/612 839/25/612 846/25/612 +f 838/25/612 839/25/612 842/25/612 +f 843/25/612 838/25/612 842/25/612 +f 849/25/612 838/25/612 843/25/612 +f 851/25/612 849/25/612 843/25/612 +f 840/24/612 845/24/612 847/24/612 +f 845/24/612 840/24/612 837/24/612 +f 837/24/612 840/24/612 841/24/612 +f 837/24/612 841/24/612 836/24/612 +f 836/24/612 841/24/612 850/24/612 +f 836/24/612 850/24/612 848/24/612 +f 847/24/611 845/24/611 840/24/611 +f 837/24/611 840/24/611 845/24/611 +f 841/24/611 840/24/611 837/24/611 +f 836/24/611 841/24/611 837/24/611 +f 850/24/611 841/24/611 836/24/611 +f 848/24/611 850/24/611 836/24/611 +f 854/25/613 853/24/614 852/24/613 +f 853/24/614 854/25/613 855/25/614 +f 852/24/615 853/24/616 854/25/615 +f 855/25/616 854/25/615 853/24/616 +f 858/25/615 857/24/616 856/24/615 +f 857/24/616 858/25/615 859/25/616 +f 856/24/613 857/24/614 858/25/613 +f 859/25/614 858/25/613 857/24/614 +f 862/25/618 861/24/617 860/25/617 +f 861/24/617 862/25/618 863/24/618 +f 860/25/620 861/24/620 862/25/619 +f 863/24/619 862/25/619 861/24/620 +f 866/24/620 865/25/619 864/24/619 +f 865/25/619 866/24/620 867/25/620 +f 864/24/618 865/25/618 866/24/617 +f 867/25/617 866/24/617 865/25/618 +f 859/25/616 866/24/620 857/24/616 +f 866/24/620 859/25/616 867/25/620 +f 857/24/614 866/24/617 859/25/614 +f 867/25/617 859/25/614 866/24/617 +f 855/25/614 861/24/617 853/24/614 +f 861/24/617 855/25/614 860/25/617 +f 853/24/616 861/24/620 855/25/616 +f 860/25/620 855/25/616 861/24/620 +f 862/25/618 856/24/615 863/24/618 +f 856/24/615 862/25/618 858/25/615 +f 863/24/619 856/24/613 862/25/619 +f 858/25/613 862/25/619 856/24/613 +f 865/25/619 852/24/613 864/24/619 +f 852/24/613 865/25/619 854/25/613 +f 864/24/618 852/24/615 865/25/618 +f 854/25/615 865/25/618 852/24/615 +f 855/25/621 862/25/621 860/25/621 +f 862/25/621 855/25/621 858/25/621 +f 858/25/621 855/25/621 854/25/621 +f 858/25/621 854/25/621 859/25/621 +f 859/25/621 854/25/621 865/25/621 +f 859/25/621 865/25/621 867/25/621 +f 860/25/622 862/25/622 855/25/622 +f 858/25/622 855/25/622 862/25/622 +f 854/25/622 855/25/622 858/25/622 +f 859/25/622 854/25/622 858/25/622 +f 865/25/622 854/25/622 859/25/622 +f 867/25/622 865/25/622 859/25/622 +f 856/24/622 861/24/622 863/24/622 +f 861/24/622 856/24/622 853/24/622 +f 853/24/622 856/24/622 857/24/622 +f 853/24/622 857/24/622 852/24/622 +f 852/24/622 857/24/622 866/24/622 +f 852/24/622 866/24/622 864/24/622 +f 863/24/621 861/24/621 856/24/621 +f 853/24/621 856/24/621 861/24/621 +f 857/24/621 856/24/621 853/24/621 +f 852/24/621 857/24/621 853/24/621 +f 866/24/621 857/24/621 852/24/621 +f 864/24/621 866/24/621 852/24/621 +f 870/24/613 869/25/614 868/24/614 +f 869/25/614 870/24/613 871/25/613 +f 868/24/616 869/25/616 870/24/615 +f 871/25/615 870/24/615 869/25/616 +f 874/25/615 873/24/616 872/24/615 +f 873/24/616 874/25/615 875/25/616 +f 872/24/613 873/24/614 874/25/613 +f 875/25/614 874/25/613 873/24/614 +f 878/25/618 877/24/617 876/25/617 +f 877/24/617 878/25/618 879/24/618 +f 876/25/620 877/24/620 878/25/619 +f 879/24/619 878/25/619 877/24/620 +f 882/24/620 881/25/619 880/24/619 +f 881/25/619 882/24/620 883/25/620 +f 880/24/618 881/25/618 882/24/617 +f 883/25/617 882/24/617 881/25/618 +f 873/24/616 883/25/620 882/24/620 +f 883/25/620 873/24/616 875/25/616 +f 882/24/617 883/25/617 873/24/614 +f 875/25/614 873/24/614 883/25/617 +f 869/25/614 877/24/617 868/24/614 +f 877/24/617 869/25/614 876/25/617 +f 868/24/616 877/24/620 869/25/616 +f 876/25/620 869/25/616 877/24/620 +f 879/24/618 874/25/615 872/24/615 +f 874/25/615 879/24/618 878/25/618 +f 872/24/613 874/25/613 879/24/619 +f 878/25/619 879/24/619 874/25/613 +f 881/25/619 870/24/613 880/24/619 +f 870/24/613 881/25/619 871/25/613 +f 880/24/618 870/24/615 881/25/618 +f 871/25/615 881/25/618 870/24/615 +f 869/25/621 878/25/621 876/25/621 +f 878/25/621 869/25/621 874/25/621 +f 874/25/621 869/25/621 871/25/621 +f 874/25/621 871/25/621 875/25/621 +f 875/25/621 871/25/621 881/25/621 +f 875/25/621 881/25/621 883/25/621 +f 876/25/622 878/25/622 869/25/622 +f 874/25/622 869/25/622 878/25/622 +f 871/25/622 869/25/622 874/25/622 +f 875/25/622 871/25/622 874/25/622 +f 881/25/622 871/25/622 875/25/622 +f 883/25/622 881/25/622 875/25/622 +f 872/24/622 877/24/622 879/24/622 +f 877/24/622 872/24/622 868/24/622 +f 868/24/622 872/24/622 873/24/622 +f 868/24/622 873/24/622 870/24/622 +f 870/24/622 873/24/622 882/24/622 +f 870/24/622 882/24/622 880/24/622 +f 879/24/621 877/24/621 872/24/621 +f 868/24/621 872/24/621 877/24/621 +f 873/24/621 872/24/621 868/24/621 +f 870/24/621 873/24/621 868/24/621 +f 882/24/621 873/24/621 870/24/621 +f 880/24/621 882/24/621 870/24/621 +f 886/11/179 885/9/179 884/11/179 +f 885/9/179 886/11/179 887/9/179 +f 884/11/180 885/9/180 886/11/180 +f 887/9/180 886/11/180 885/9/180 +f 886/11/181 888/9/181 887/9/181 +f 888/9/181 886/11/181 889/11/181 +f 887/9/182 888/9/182 886/11/182 +f 889/11/182 886/11/182 888/9/182 +f 890/9/187 884/11/189 885/9/189 +f 884/11/189 890/9/187 891/11/187 +f 885/9/190 884/11/190 890/9/188 +f 891/11/188 890/9/188 884/11/190 +f 888/9/184 893/11/183 892/9/183 +f 893/11/183 888/9/184 889/11/184 +f 892/9/186 893/11/186 888/9/185 +f 889/11/185 888/9/185 893/11/186 +f 891/11/85 886/11/85 884/11/85 +f 886/11/85 891/11/85 889/11/85 +f 889/11/85 891/11/85 893/11/85 +f 884/11/86 886/11/86 891/11/86 +f 889/11/86 891/11/86 886/11/86 +f 893/11/86 891/11/86 889/11/86 +f 893/11/183 890/9/187 892/9/183 +f 890/9/187 893/11/183 891/11/187 +f 892/9/186 890/9/188 893/11/186 +f 891/11/188 893/11/186 890/9/188 +f 896/10/181 895/9/181 894/9/181 +f 895/9/181 896/10/181 897/10/181 +f 894/9/182 895/9/182 896/10/182 +f 897/10/182 896/10/182 895/9/182 +f 896/10/179 899/9/179 898/10/179 +f 899/9/179 896/10/179 894/9/179 +f 898/10/180 899/9/180 896/10/180 +f 894/9/180 896/10/180 899/9/180 +f 900/10/85 896/10/85 898/10/85 +f 896/10/85 900/10/85 897/10/85 +f 897/10/85 900/10/85 901/10/85 +f 898/10/86 896/10/86 900/10/86 +f 897/10/86 900/10/86 896/10/86 +f 901/10/86 900/10/86 897/10/86 +f 895/9/86 899/9/86 894/9/86 +f 899/9/86 895/9/86 902/9/86 +f 902/9/86 895/9/86 903/9/86 +f 894/9/85 899/9/85 895/9/85 +f 902/9/85 895/9/85 899/9/85 +f 903/9/85 895/9/85 902/9/85 +f 895/9/184 901/10/183 903/9/183 +f 901/10/183 895/9/184 897/10/184 +f 903/9/186 901/10/186 895/9/185 +f 897/10/185 895/9/185 901/10/186 +f 901/10/183 902/9/623 903/9/183 +f 902/9/623 901/10/183 900/10/623 +f 903/9/186 902/9/624 901/10/186 +f 900/10/624 901/10/186 902/9/624 +f 902/9/623 898/10/189 899/9/189 +f 898/10/189 902/9/623 900/10/623 +f 899/9/190 898/10/190 902/9/624 +f 900/10/624 902/9/624 898/10/190 +f 906/11/177 905/9/177 904/11/177 +f 905/9/177 906/11/177 907/9/177 +f 904/11/178 905/9/178 906/11/178 +f 907/9/178 906/11/178 905/9/178 +f 906/11/174 908/9/174 907/9/174 +f 908/9/174 906/11/174 909/11/174 +f 907/9/172 908/9/172 906/11/172 +f 909/11/172 906/11/172 908/9/172 +f 910/9/195 904/11/197 905/9/197 +f 904/11/197 910/9/195 911/11/195 +f 905/9/198 904/11/198 910/9/196 +f 911/11/196 910/9/196 904/11/198 +f 908/9/192 913/11/191 912/9/191 +f 913/11/191 908/9/192 909/11/192 +f 912/9/194 913/11/194 908/9/193 +f 909/11/193 908/9/193 913/11/194 +f 911/11/85 906/11/85 904/11/85 +f 906/11/85 911/11/85 909/11/85 +f 909/11/85 911/11/85 913/11/85 +f 904/11/86 906/11/86 911/11/86 +f 909/11/86 911/11/86 906/11/86 +f 913/11/86 911/11/86 909/11/86 +f 913/11/191 910/9/195 912/9/191 +f 910/9/195 913/11/191 911/11/195 +f 912/9/194 910/9/196 913/11/194 +f 911/11/196 913/11/194 910/9/196 +f 916/10/174 915/9/174 914/9/174 +f 915/9/174 916/10/174 917/10/174 +f 914/9/172 915/9/172 916/10/172 +f 917/10/172 916/10/172 915/9/172 +f 916/10/177 919/9/177 918/10/177 +f 919/9/177 916/10/177 914/9/177 +f 918/10/178 919/9/178 916/10/178 +f 914/9/178 916/10/178 919/9/178 +f 920/10/85 916/10/85 918/10/85 +f 916/10/85 920/10/85 917/10/85 +f 917/10/85 920/10/85 921/10/85 +f 918/10/86 916/10/86 920/10/86 +f 917/10/86 920/10/86 916/10/86 +f 921/10/86 920/10/86 917/10/86 +f 915/9/86 919/9/86 914/9/86 +f 919/9/86 915/9/86 922/9/86 +f 922/9/86 915/9/86 923/9/86 +f 914/9/85 919/9/85 915/9/85 +f 922/9/85 915/9/85 919/9/85 +f 923/9/85 915/9/85 922/9/85 +f 915/9/192 921/10/191 923/9/191 +f 921/10/191 915/9/192 917/10/192 +f 923/9/194 921/10/194 915/9/193 +f 917/10/193 915/9/193 921/10/194 +f 921/10/191 922/9/625 923/9/191 +f 922/9/625 921/10/191 920/10/625 +f 923/9/194 922/9/626 921/10/194 +f 920/10/626 921/10/194 922/9/626 +f 922/9/625 918/10/197 919/9/197 +f 918/10/197 922/9/625 920/10/625 +f 919/9/198 918/10/198 922/9/626 +f 920/10/626 922/9/626 918/10/198 +f 926/11/199 925/9/199 924/11/199 +f 925/9/199 926/11/199 927/9/199 +f 924/11/200 925/9/200 926/11/200 +f 927/9/200 926/11/200 925/9/200 +f 926/11/201 928/9/201 927/9/201 +f 928/9/201 926/11/201 929/11/201 +f 927/9/202 928/9/202 926/11/202 +f 929/11/202 926/11/202 928/9/202 +f 930/9/207 924/11/209 925/9/209 +f 924/11/209 930/9/207 931/11/207 +f 925/9/210 924/11/210 930/9/208 +f 931/11/208 930/9/208 924/11/210 +f 928/9/204 933/11/203 932/9/203 +f 933/11/203 928/9/204 929/11/204 +f 932/9/206 933/11/206 928/9/205 +f 929/11/205 928/9/205 933/11/206 +f 931/11/85 926/11/85 924/11/85 +f 926/11/85 931/11/85 929/11/85 +f 929/11/85 931/11/85 933/11/85 +f 924/11/86 926/11/86 931/11/86 +f 929/11/86 931/11/86 926/11/86 +f 933/11/86 931/11/86 929/11/86 +f 933/11/203 930/9/207 932/9/203 +f 930/9/207 933/11/203 931/11/207 +f 932/9/206 930/9/208 933/11/206 +f 931/11/208 933/11/206 930/9/208 +f 936/10/201 935/9/201 934/9/201 +f 935/9/201 936/10/201 937/10/201 +f 934/9/202 935/9/202 936/10/202 +f 937/10/202 936/10/202 935/9/202 +f 936/10/199 939/9/199 938/10/199 +f 939/9/199 936/10/199 934/9/199 +f 938/10/200 939/9/200 936/10/200 +f 934/9/200 936/10/200 939/9/200 +f 940/10/85 936/10/85 938/10/85 +f 936/10/85 940/10/85 937/10/85 +f 937/10/85 940/10/85 941/10/85 +f 938/10/86 936/10/86 940/10/86 +f 937/10/86 940/10/86 936/10/86 +f 941/10/86 940/10/86 937/10/86 +f 935/9/86 939/9/86 934/9/86 +f 939/9/86 935/9/86 942/9/86 +f 942/9/86 935/9/86 943/9/86 +f 934/9/85 939/9/85 935/9/85 +f 942/9/85 935/9/85 939/9/85 +f 943/9/85 935/9/85 942/9/85 +f 935/9/204 941/10/203 943/9/203 +f 941/10/203 935/9/204 937/10/204 +f 943/9/206 941/10/206 935/9/205 +f 937/10/205 935/9/205 941/10/206 +f 941/10/203 942/9/627 943/9/203 +f 942/9/627 941/10/203 940/10/627 +f 943/9/206 942/9/628 941/10/206 +f 940/10/628 941/10/206 942/9/628 +f 942/9/627 938/10/209 939/9/209 +f 938/10/209 942/9/627 940/10/627 +f 939/9/210 938/10/210 942/9/628 +f 940/10/628 942/9/628 938/10/210 +f 946/10/257 945/9/257 944/10/257 +f 945/9/257 946/10/257 947/9/257 +f 944/10/258 945/9/258 946/10/258 +f 947/9/258 946/10/258 945/9/258 +f 950/10/629 949/9/252 948/9/629 +f 949/9/252 950/10/629 951/10/252 +f 948/9/630 949/9/254 950/10/630 +f 951/10/254 950/10/630 949/9/254 +f 946/10/254 952/9/254 947/9/254 +f 952/9/254 946/10/254 953/10/254 +f 947/9/252 952/9/252 946/10/252 +f 953/10/252 946/10/252 952/9/252 +f 951/10/252 945/9/631 949/9/252 +f 945/9/631 951/10/252 944/10/631 +f 949/9/254 945/9/632 951/10/254 +f 944/10/632 951/10/254 945/9/632 +f 952/9/86 945/9/86 947/9/86 +f 945/9/86 952/9/86 949/9/86 +f 949/9/86 952/9/86 948/9/86 +f 947/9/85 945/9/85 952/9/85 +f 949/9/85 952/9/85 945/9/85 +f 948/9/85 952/9/85 949/9/85 +f 944/10/85 953/10/85 946/10/85 +f 953/10/85 944/10/85 951/10/85 +f 953/10/85 951/10/85 950/10/85 +f 946/10/86 953/10/86 944/10/86 +f 951/10/86 944/10/86 953/10/86 +f 950/10/86 951/10/86 953/10/86 +f 952/9/258 950/10/258 948/9/258 +f 950/10/258 952/9/258 953/10/258 +f 948/9/257 950/10/257 952/9/257 +f 953/10/257 952/9/257 950/10/257 +f 956/11/85 955/11/85 954/11/85 +f 955/11/85 956/11/85 957/11/85 +f 955/11/85 957/11/85 958/11/85 +f 954/11/86 955/11/86 956/11/86 +f 957/11/86 956/11/86 955/11/86 +f 958/11/86 957/11/86 955/11/86 +f 954/11/254 960/9/254 959/9/254 +f 960/9/254 954/11/254 955/11/254 +f 959/9/252 960/9/252 954/11/252 +f 955/11/252 954/11/252 960/9/252 +f 960/9/258 958/11/258 961/9/258 +f 958/11/258 960/9/258 955/11/258 +f 961/9/257 958/11/257 960/9/257 +f 955/11/257 960/9/257 958/11/257 +f 954/11/257 962/9/257 956/11/257 +f 962/9/257 954/11/257 959/9/257 +f 956/11/258 962/9/258 954/11/258 +f 959/9/258 954/11/258 962/9/258 +f 964/27/253 963/26/253 957/11/254 +f 963/26/253 965/28/253 957/11/254 +f 966/29/253 964/27/253 957/11/254 +f 957/11/254 965/28/253 967/9/254 +f 968/28/253 967/9/254 965/28/253 +f 967/9/254 968/28/253 961/9/253 +f 969/26/253 961/9/253 968/28/253 +f 958/11/253 966/29/253 957/11/254 +f 958/11/253 961/9/253 969/26/253 +f 966/29/253 958/11/253 970/29/253 +f 971/27/253 958/11/253 969/26/253 +f 970/29/253 958/11/253 971/27/253 +f 973/31/256 972/30/256 956/11/256 +f 974/32/256 973/31/256 956/11/256 +f 957/11/254 974/32/256 956/11/256 +f 974/32/256 957/11/254 975/32/256 +f 956/11/256 972/30/256 962/9/256 +f 975/32/256 957/11/254 976/31/256 +f 976/31/256 957/11/254 977/30/256 +f 978/33/256 962/9/256 972/30/256 +f 977/30/256 957/11/254 979/34/256 +f 980/33/256 977/30/256 979/34/256 +f 980/33/256 979/34/256 978/33/256 +f 979/34/256 957/11/254 981/34/256 +f 981/34/256 957/11/254 982/35/256 +f 982/35/256 957/11/254 983/36/256 +f 957/11/254 967/9/254 983/36/256 +f 983/36/256 967/9/254 984/37/256 +f 962/9/256 984/37/256 967/9/254 +f 984/37/256 962/9/256 985/37/256 +f 985/37/256 962/9/256 978/33/256 +f 979/34/256 986/35/256 978/33/256 +f 987/36/256 985/37/256 978/33/256 +f 986/35/256 987/36/256 978/33/256 +f 957/11/252 963/26/251 964/27/251 +f 957/11/252 964/27/251 966/29/251 +f 957/11/252 965/28/251 963/26/251 +f 967/9/252 965/28/251 957/11/252 +f 965/28/251 967/9/252 968/28/251 +f 961/9/251 968/28/251 967/9/252 +f 968/28/251 961/9/251 969/26/251 +f 957/11/252 966/29/251 958/11/251 +f 969/26/251 961/9/251 958/11/251 +f 970/29/251 958/11/251 966/29/251 +f 969/26/251 958/11/251 971/27/251 +f 971/27/251 958/11/251 970/29/251 +f 956/11/255 972/30/255 973/31/255 +f 956/11/255 973/31/255 974/32/255 +f 956/11/255 974/32/255 957/11/252 +f 975/32/255 957/11/252 974/32/255 +f 962/9/255 972/30/255 956/11/255 +f 976/31/255 957/11/252 975/32/255 +f 977/30/255 957/11/252 976/31/255 +f 972/30/255 962/9/255 978/33/255 +f 979/34/255 957/11/252 977/30/255 +f 979/34/255 977/30/255 980/33/255 +f 978/33/255 979/34/255 980/33/255 +f 981/34/255 957/11/252 979/34/255 +f 982/35/255 957/11/252 981/34/255 +f 983/36/255 957/11/252 982/35/255 +f 983/36/255 967/9/252 957/11/252 +f 984/37/255 967/9/252 983/36/255 +f 967/9/252 984/37/255 962/9/255 +f 985/37/255 962/9/255 984/37/255 +f 978/33/255 962/9/255 985/37/255 +f 978/33/255 986/35/255 979/34/255 +f 978/33/255 985/37/255 987/36/255 +f 978/33/255 987/36/255 986/35/255 +f 990/25/633 989/24/634 988/24/633 +f 989/24/634 990/25/633 991/25/634 +f 988/24/635 989/24/636 990/25/635 +f 991/25/636 990/25/635 989/24/636 +f 994/25/635 993/24/636 992/24/635 +f 993/24/636 994/25/635 995/25/636 +f 992/24/633 993/24/634 994/25/633 +f 995/25/634 994/25/633 993/24/634 +f 998/25/638 997/24/637 996/25/637 +f 997/24/637 998/25/638 999/24/638 +f 996/25/640 997/24/640 998/25/639 +f 999/24/639 998/25/639 997/24/640 +f 1002/24/640 1001/25/639 1000/24/639 +f 1001/25/639 1002/24/640 1003/25/640 +f 1000/24/638 1001/25/638 1002/24/637 +f 1003/25/637 1002/24/637 1001/25/638 +f 995/25/636 1002/24/640 993/24/636 +f 1002/24/640 995/25/636 1003/25/640 +f 993/24/634 1002/24/637 995/25/634 +f 1003/25/637 995/25/634 1002/24/637 +f 991/25/634 997/24/637 989/24/634 +f 997/24/637 991/25/634 996/25/637 +f 989/24/636 997/24/640 991/25/636 +f 996/25/640 991/25/636 997/24/640 +f 998/25/638 992/24/635 999/24/638 +f 992/24/635 998/25/638 994/25/635 +f 999/24/639 992/24/633 998/25/639 +f 994/25/633 998/25/639 992/24/633 +f 1001/25/639 988/24/633 1000/24/639 +f 988/24/633 1001/25/639 990/25/633 +f 1000/24/638 988/24/635 1001/25/638 +f 990/25/635 1001/25/638 988/24/635 +f 991/25/641 998/25/641 996/25/641 +f 998/25/641 991/25/641 994/25/641 +f 994/25/641 991/25/641 990/25/641 +f 994/25/641 990/25/641 995/25/641 +f 995/25/641 990/25/641 1001/25/641 +f 995/25/641 1001/25/641 1003/25/641 +f 996/25/642 998/25/642 991/25/642 +f 994/25/642 991/25/642 998/25/642 +f 990/25/642 991/25/642 994/25/642 +f 995/25/642 990/25/642 994/25/642 +f 1001/25/642 990/25/642 995/25/642 +f 1003/25/642 1001/25/642 995/25/642 +f 992/24/642 997/24/642 999/24/642 +f 997/24/642 992/24/642 989/24/642 +f 989/24/642 992/24/642 993/24/642 +f 989/24/642 993/24/642 988/24/642 +f 988/24/642 993/24/642 1002/24/642 +f 988/24/642 1002/24/642 1000/24/642 +f 999/24/641 997/24/641 992/24/641 +f 989/24/641 992/24/641 997/24/641 +f 993/24/641 992/24/641 989/24/641 +f 988/24/641 993/24/641 989/24/641 +f 1002/24/641 993/24/641 988/24/641 +f 1000/24/641 1002/24/641 988/24/641 +f 1006/25/643 1005/24/644 1004/24/643 +f 1005/24/644 1006/25/643 1007/25/644 +f 1004/24/645 1005/24/646 1006/25/645 +f 1007/25/646 1006/25/645 1005/24/646 +f 1010/25/645 1009/24/646 1008/24/645 +f 1009/24/646 1010/25/645 1011/25/646 +f 1008/24/643 1009/24/644 1010/25/643 +f 1011/25/644 1010/25/643 1009/24/644 +f 1014/25/648 1013/24/647 1012/25/647 +f 1013/24/647 1014/25/648 1015/24/648 +f 1012/25/650 1013/24/650 1014/25/649 +f 1015/24/649 1014/25/649 1013/24/650 +f 1018/24/650 1017/25/649 1016/24/649 +f 1017/25/649 1018/24/650 1019/25/650 +f 1016/24/648 1017/25/648 1018/24/647 +f 1019/25/647 1018/24/647 1017/25/648 +f 1011/25/646 1018/24/650 1009/24/646 +f 1018/24/650 1011/25/646 1019/25/650 +f 1009/24/644 1018/24/647 1011/25/644 +f 1019/25/647 1011/25/644 1018/24/647 +f 1007/25/644 1013/24/647 1005/24/644 +f 1013/24/647 1007/25/644 1012/25/647 +f 1005/24/646 1013/24/650 1007/25/646 +f 1012/25/650 1007/25/646 1013/24/650 +f 1014/25/648 1008/24/645 1015/24/648 +f 1008/24/645 1014/25/648 1010/25/645 +f 1015/24/649 1008/24/643 1014/25/649 +f 1010/25/643 1014/25/649 1008/24/643 +f 1017/25/649 1004/24/643 1016/24/649 +f 1004/24/643 1017/25/649 1006/25/643 +f 1016/24/648 1004/24/645 1017/25/648 +f 1006/25/645 1017/25/648 1004/24/645 +f 1007/25/651 1014/25/651 1012/25/651 +f 1014/25/651 1007/25/651 1010/25/651 +f 1010/25/651 1007/25/651 1006/25/651 +f 1010/25/651 1006/25/651 1011/25/651 +f 1011/25/651 1006/25/651 1017/25/651 +f 1011/25/651 1017/25/651 1019/25/651 +f 1012/25/652 1014/25/652 1007/25/652 +f 1010/25/652 1007/25/652 1014/25/652 +f 1006/25/652 1007/25/652 1010/25/652 +f 1011/25/652 1006/25/652 1010/25/652 +f 1017/25/652 1006/25/652 1011/25/652 +f 1019/25/652 1017/25/652 1011/25/652 +f 1008/24/652 1013/24/652 1015/24/652 +f 1013/24/652 1008/24/652 1005/24/652 +f 1005/24/652 1008/24/652 1009/24/652 +f 1005/24/652 1009/24/652 1004/24/652 +f 1004/24/652 1009/24/652 1018/24/652 +f 1004/24/652 1018/24/652 1016/24/652 +f 1015/24/651 1013/24/651 1008/24/651 +f 1005/24/651 1008/24/651 1013/24/651 +f 1009/24/651 1008/24/651 1005/24/651 +f 1004/24/651 1009/24/651 1005/24/651 +f 1018/24/651 1009/24/651 1004/24/651 +f 1016/24/651 1018/24/651 1004/24/651 +f 1022/25/643 1021/24/644 1020/24/643 +f 1021/24/644 1022/25/643 1023/25/644 +f 1020/24/645 1021/24/646 1022/25/645 +f 1023/25/646 1022/25/645 1021/24/646 +f 1026/25/645 1025/24/646 1024/24/645 +f 1025/24/646 1026/25/645 1027/25/646 +f 1024/24/643 1025/24/644 1026/25/643 +f 1027/25/644 1026/25/643 1025/24/644 +f 1030/25/648 1029/24/647 1028/25/647 +f 1029/24/647 1030/25/648 1031/24/648 +f 1028/25/650 1029/24/650 1030/25/649 +f 1031/24/649 1030/25/649 1029/24/650 +f 1034/24/650 1033/25/649 1032/24/649 +f 1033/25/649 1034/24/650 1035/25/650 +f 1032/24/648 1033/25/648 1034/24/647 +f 1035/25/647 1034/24/647 1033/25/648 +f 1027/25/646 1034/24/650 1025/24/646 +f 1034/24/650 1027/25/646 1035/25/650 +f 1025/24/644 1034/24/647 1027/25/644 +f 1035/25/647 1027/25/644 1034/24/647 +f 1023/25/644 1029/24/647 1021/24/644 +f 1029/24/647 1023/25/644 1028/25/647 +f 1021/24/646 1029/24/650 1023/25/646 +f 1028/25/650 1023/25/646 1029/24/650 +f 1030/25/648 1024/24/645 1031/24/648 +f 1024/24/645 1030/25/648 1026/25/645 +f 1031/24/649 1024/24/643 1030/25/649 +f 1026/25/643 1030/25/649 1024/24/643 +f 1033/25/649 1020/24/643 1032/24/649 +f 1020/24/643 1033/25/649 1022/25/643 +f 1032/24/648 1020/24/645 1033/25/648 +f 1022/25/645 1033/25/648 1020/24/645 +f 1023/25/651 1030/25/651 1028/25/651 +f 1030/25/651 1023/25/651 1026/25/651 +f 1026/25/651 1023/25/651 1022/25/651 +f 1026/25/651 1022/25/651 1027/25/651 +f 1027/25/651 1022/25/651 1033/25/651 +f 1027/25/651 1033/25/651 1035/25/651 +f 1028/25/652 1030/25/652 1023/25/652 +f 1026/25/652 1023/25/652 1030/25/652 +f 1022/25/652 1023/25/652 1026/25/652 +f 1027/25/652 1022/25/652 1026/25/652 +f 1033/25/652 1022/25/652 1027/25/652 +f 1035/25/652 1033/25/652 1027/25/652 +f 1024/24/652 1029/24/652 1031/24/652 +f 1029/24/652 1024/24/652 1021/24/652 +f 1021/24/652 1024/24/652 1025/24/652 +f 1021/24/652 1025/24/652 1020/24/652 +f 1020/24/652 1025/24/652 1034/24/652 +f 1020/24/652 1034/24/652 1032/24/652 +f 1031/24/651 1029/24/651 1024/24/651 +f 1021/24/651 1024/24/651 1029/24/651 +f 1025/24/651 1024/24/651 1021/24/651 +f 1020/24/651 1025/24/651 1021/24/651 +f 1034/24/651 1025/24/651 1020/24/651 +f 1032/24/651 1034/24/651 1020/24/651 +f 1038/11/85 1037/11/85 1036/11/85 +f 1037/11/85 1038/11/85 1039/11/85 +f 1037/11/85 1039/11/85 1040/11/85 +f 1040/11/85 1039/11/85 1041/11/85 +f 1040/11/85 1041/11/85 1042/11/85 +f 1042/11/85 1041/11/85 1043/11/85 +f 1042/11/85 1043/11/85 1044/11/85 +f 1044/11/85 1043/11/85 1045/11/85 +f 1036/11/86 1037/11/86 1038/11/86 +f 1039/11/86 1038/11/86 1037/11/86 +f 1040/11/86 1039/11/86 1037/11/86 +f 1041/11/86 1039/11/86 1040/11/86 +f 1042/11/86 1041/11/86 1040/11/86 +f 1043/11/86 1041/11/86 1042/11/86 +f 1044/11/86 1043/11/86 1042/11/86 +f 1045/11/86 1043/11/86 1044/11/86 +f 1038/11/172 237/9/172 1046/9/172 +f 237/9/172 1038/11/172 1036/11/172 +f 1046/9/174 237/9/174 1038/11/174 +f 1036/11/174 1038/11/174 237/9/174 +f 1047/9/260 1038/11/259 1046/9/259 +f 1038/11/259 1047/9/260 1039/11/260 +f 1046/9/262 1038/11/262 1047/9/261 +f 1039/11/261 1047/9/261 1038/11/262 +f 1048/9/263 1039/11/260 1047/9/260 +f 1039/11/260 1048/9/263 1041/11/263 +f 1047/9/261 1039/11/261 1048/9/264 +f 1041/11/264 1048/9/264 1039/11/261 +f 1043/11/265 1048/9/263 1049/9/265 +f 1048/9/263 1043/11/265 1041/11/263 +f 1049/9/266 1048/9/264 1043/11/266 +f 1041/11/264 1043/11/266 1048/9/264 +f 1045/11/270 1049/9/265 1050/9/270 +f 1049/9/265 1045/11/270 1043/11/265 +f 1050/9/269 1049/9/266 1045/11/269 +f 1043/11/266 1045/11/269 1049/9/266 +f 245/9/178 1045/11/178 1050/9/178 +f 1045/11/178 245/9/178 1044/11/178 +f 1050/9/177 1045/11/177 245/9/177 +f 1044/11/177 245/9/177 1045/11/177 +f 1042/11/266 245/9/269 243/9/266 +f 245/9/269 1042/11/266 1044/11/269 +f 243/9/265 245/9/270 1042/11/265 +f 1044/11/270 1042/11/265 245/9/270 +f 1040/11/264 243/9/266 241/9/264 +f 243/9/266 1040/11/264 1042/11/266 +f 241/9/263 243/9/265 1040/11/263 +f 1042/11/265 1040/11/263 243/9/265 +f 1040/11/264 238/9/261 1037/11/261 +f 238/9/261 1040/11/264 241/9/264 +f 1037/11/260 238/9/260 1040/11/263 +f 241/9/263 1040/11/263 238/9/260 +f 1037/11/261 237/9/262 1036/11/262 +f 237/9/262 1037/11/261 238/9/261 +f 1036/11/259 237/9/259 1037/11/260 +f 238/9/260 1037/11/260 237/9/259 +f 1052/9/86 1051/9/86 257/9/86 +f 1051/9/86 1052/9/86 258/9/86 +f 1051/9/86 258/9/86 1053/9/86 +f 1053/9/86 258/9/86 1054/9/86 +f 1053/9/86 1054/9/86 1055/9/86 +f 1055/9/86 1054/9/86 1056/9/86 +f 1056/9/86 1054/9/86 260/9/86 +f 1056/9/86 260/9/86 1057/9/86 +f 257/9/85 1051/9/85 1052/9/85 +f 258/9/85 1052/9/85 1051/9/85 +f 1053/9/85 258/9/85 1051/9/85 +f 1054/9/85 258/9/85 1053/9/85 +f 1055/9/85 1054/9/85 1053/9/85 +f 1056/9/85 1054/9/85 1055/9/85 +f 260/9/85 1054/9/85 1056/9/85 +f 1057/9/85 260/9/85 1056/9/85 +f 1058/10/85 256/10/85 248/10/85 +f 256/10/85 1058/10/85 255/10/85 +f 255/10/85 1058/10/85 1059/10/85 +f 255/10/85 1059/10/85 254/10/85 +f 254/10/85 1059/10/85 1060/10/85 +f 254/10/85 1060/10/85 1061/10/85 +f 254/10/85 1061/10/85 253/10/85 +f 253/10/85 1061/10/85 1062/10/85 +f 248/10/86 256/10/86 1058/10/86 +f 255/10/86 1058/10/86 256/10/86 +f 1059/10/86 1058/10/86 255/10/86 +f 254/10/86 1059/10/86 255/10/86 +f 1060/10/86 1059/10/86 254/10/86 +f 1061/10/86 1060/10/86 254/10/86 +f 253/10/86 1061/10/86 254/10/86 +f 1062/10/86 1061/10/86 253/10/86 +f 1058/10/172 257/9/172 1051/9/172 +f 257/9/172 1058/10/172 248/10/172 +f 1051/9/174 257/9/174 1058/10/174 +f 248/10/174 1058/10/174 257/9/174 +f 1053/9/260 1058/10/259 1051/9/259 +f 1058/10/259 1053/9/260 1059/10/260 +f 1051/9/262 1058/10/262 1053/9/261 +f 1059/10/261 1053/9/261 1058/10/262 +f 1055/9/263 1059/10/260 1053/9/260 +f 1059/10/260 1055/9/263 1060/10/263 +f 1053/9/261 1059/10/261 1055/9/264 +f 1060/10/264 1055/9/264 1059/10/261 +f 1061/10/265 1055/9/263 1056/9/265 +f 1055/9/263 1061/10/265 1060/10/263 +f 1056/9/266 1055/9/264 1061/10/266 +f 1060/10/264 1061/10/266 1055/9/264 +f 1062/10/267 1056/9/265 1057/9/267 +f 1056/9/265 1062/10/267 1061/10/265 +f 1057/9/268 1056/9/266 1062/10/268 +f 1061/10/266 1062/10/268 1056/9/266 +f 260/9/178 1062/10/178 1057/9/178 +f 1062/10/178 260/9/178 253/10/178 +f 1057/9/177 1062/10/177 260/9/177 +f 253/10/177 260/9/177 1062/10/177 +f 254/10/266 260/9/269 1054/9/266 +f 260/9/269 254/10/266 253/10/269 +f 1054/9/265 260/9/270 254/10/265 +f 253/10/270 254/10/265 260/9/270 +f 255/10/264 1054/9/266 258/9/264 +f 1054/9/266 255/10/264 254/10/266 +f 258/9/263 1054/9/265 255/10/263 +f 254/10/265 255/10/263 1054/9/265 +f 255/10/264 1052/9/261 256/10/261 +f 1052/9/261 255/10/264 258/9/264 +f 256/10/260 1052/9/260 255/10/263 +f 258/9/263 255/10/263 1052/9/260 +f 256/10/261 257/9/262 248/10/262 +f 257/9/262 256/10/261 1052/9/261 +f 248/10/259 257/9/259 256/10/260 +f 1052/9/260 256/10/260 257/9/259 +f 1065/10/654 1064/9/653 1063/10/653 +f 1064/9/653 1065/10/654 1066/9/654 +f 1063/10/656 1064/9/656 1065/10/655 +f 1066/9/655 1065/10/655 1064/9/656 +f 1069/10/657 1068/9/658 1067/9/657 +f 1068/9/658 1069/10/657 1070/10/658 +f 1067/9/659 1068/9/660 1069/10/659 +f 1070/10/660 1069/10/659 1068/9/660 +f 1070/10/658 1071/9/661 1068/9/658 +f 1071/9/661 1070/10/658 1072/10/661 +f 1068/9/660 1071/9/662 1070/10/660 +f 1072/10/662 1070/10/660 1071/9/662 +f 1075/9/664 1074/10/663 1073/9/663 +f 1074/10/663 1075/9/664 1076/10/664 +f 1073/9/666 1074/10/666 1075/9/665 +f 1076/10/665 1075/9/665 1074/10/666 +f 1073/9/663 1069/10/657 1067/9/657 +f 1069/10/657 1073/9/663 1074/10/663 +f 1067/9/659 1069/10/659 1073/9/666 +f 1074/10/666 1073/9/666 1069/10/659 +f 1063/10/653 1071/9/661 1072/10/661 +f 1071/9/661 1063/10/653 1064/9/653 +f 1072/10/662 1071/9/662 1063/10/656 +f 1064/9/656 1063/10/656 1071/9/662 +f 1063/10/85 1076/10/85 1065/10/85 +f 1076/10/85 1063/10/85 1072/10/85 +f 1076/10/85 1072/10/85 1070/10/85 +f 1076/10/85 1070/10/85 1069/10/85 +f 1076/10/85 1069/10/85 1074/10/85 +f 1065/10/86 1076/10/86 1063/10/86 +f 1072/10/86 1063/10/86 1076/10/86 +f 1070/10/86 1072/10/86 1076/10/86 +f 1069/10/86 1070/10/86 1076/10/86 +f 1074/10/86 1069/10/86 1076/10/86 +f 1079/25/667 1078/24/668 1077/24/667 +f 1078/24/668 1079/25/667 1080/25/668 +f 1077/24/669 1078/24/670 1079/25/669 +f 1080/25/670 1079/25/669 1078/24/670 +f 1083/25/669 1082/24/670 1081/24/669 +f 1082/24/670 1083/25/669 1084/25/670 +f 1081/24/667 1082/24/668 1083/25/667 +f 1084/25/668 1083/25/667 1082/24/668 +f 1087/25/672 1086/24/671 1085/25/671 +f 1086/24/671 1087/25/672 1088/24/672 +f 1085/25/674 1086/24/674 1087/25/673 +f 1088/24/673 1087/25/673 1086/24/674 +f 1091/24/674 1090/25/673 1089/24/673 +f 1090/25/673 1091/24/674 1092/25/674 +f 1089/24/672 1090/25/672 1091/24/671 +f 1092/25/671 1091/24/671 1090/25/672 +f 1084/25/670 1091/24/674 1082/24/670 +f 1091/24/674 1084/25/670 1092/25/674 +f 1082/24/668 1091/24/671 1084/25/668 +f 1092/25/671 1084/25/668 1091/24/671 +f 1080/25/668 1086/24/671 1078/24/668 +f 1086/24/671 1080/25/668 1085/25/671 +f 1078/24/670 1086/24/674 1080/25/670 +f 1085/25/674 1080/25/670 1086/24/674 +f 1087/25/672 1081/24/669 1088/24/672 +f 1081/24/669 1087/25/672 1083/25/669 +f 1088/24/673 1081/24/667 1087/25/673 +f 1083/25/667 1087/25/673 1081/24/667 +f 1090/25/673 1077/24/667 1089/24/673 +f 1077/24/667 1090/25/673 1079/25/667 +f 1089/24/672 1077/24/669 1090/25/672 +f 1079/25/669 1090/25/672 1077/24/669 +f 1080/25/675 1087/25/675 1085/25/675 +f 1087/25/675 1080/25/675 1083/25/675 +f 1083/25/675 1080/25/675 1079/25/675 +f 1083/25/675 1079/25/675 1084/25/675 +f 1084/25/675 1079/25/675 1090/25/675 +f 1084/25/675 1090/25/675 1092/25/675 +f 1085/25/676 1087/25/676 1080/25/676 +f 1083/25/676 1080/25/676 1087/25/676 +f 1079/25/676 1080/25/676 1083/25/676 +f 1084/25/676 1079/25/676 1083/25/676 +f 1090/25/676 1079/25/676 1084/25/676 +f 1092/25/676 1090/25/676 1084/25/676 +f 1081/24/676 1086/24/676 1088/24/676 +f 1086/24/676 1081/24/676 1078/24/676 +f 1078/24/676 1081/24/676 1082/24/676 +f 1078/24/676 1082/24/676 1077/24/676 +f 1077/24/676 1082/24/676 1091/24/676 +f 1077/24/676 1091/24/676 1089/24/676 +f 1088/24/675 1086/24/675 1081/24/675 +f 1078/24/675 1081/24/675 1086/24/675 +f 1082/24/675 1081/24/675 1078/24/675 +f 1077/24/675 1082/24/675 1078/24/675 +f 1091/24/675 1082/24/675 1077/24/675 +f 1089/24/675 1091/24/675 1077/24/675 +f 1095/25/677 1094/24/678 1093/24/677 +f 1094/24/678 1095/25/677 1096/25/678 +f 1093/24/679 1094/24/680 1095/25/679 +f 1096/25/680 1095/25/679 1094/24/680 +f 1099/25/679 1098/24/680 1097/24/679 +f 1098/24/680 1099/25/679 1100/25/680 +f 1097/24/677 1098/24/678 1099/25/677 +f 1100/25/678 1099/25/677 1098/24/678 +f 1103/25/682 1102/24/681 1101/25/681 +f 1102/24/681 1103/25/682 1104/24/682 +f 1101/25/684 1102/24/684 1103/25/683 +f 1104/24/683 1103/25/683 1102/24/684 +f 1107/24/684 1106/25/683 1105/24/683 +f 1106/25/683 1107/24/684 1108/25/684 +f 1105/24/682 1106/25/682 1107/24/681 +f 1108/25/681 1107/24/681 1106/25/682 +f 1100/25/680 1107/24/684 1098/24/680 +f 1107/24/684 1100/25/680 1108/25/684 +f 1098/24/678 1107/24/681 1100/25/678 +f 1108/25/681 1100/25/678 1107/24/681 +f 1096/25/678 1102/24/681 1094/24/678 +f 1102/24/681 1096/25/678 1101/25/681 +f 1094/24/680 1102/24/684 1096/25/680 +f 1101/25/684 1096/25/680 1102/24/684 +f 1103/25/682 1097/24/679 1104/24/682 +f 1097/24/679 1103/25/682 1099/25/679 +f 1104/24/683 1097/24/677 1103/25/683 +f 1099/25/677 1103/25/683 1097/24/677 +f 1106/25/683 1093/24/677 1105/24/683 +f 1093/24/677 1106/25/683 1095/25/677 +f 1105/24/682 1093/24/679 1106/25/682 +f 1095/25/679 1106/25/682 1093/24/679 +f 1096/25/267 1103/25/267 1101/25/267 +f 1103/25/267 1096/25/267 1099/25/267 +f 1099/25/267 1096/25/267 1095/25/267 +f 1099/25/267 1095/25/267 1100/25/267 +f 1100/25/267 1095/25/267 1106/25/267 +f 1100/25/267 1106/25/267 1108/25/267 +f 1101/25/268 1103/25/268 1096/25/268 +f 1099/25/268 1096/25/268 1103/25/268 +f 1095/25/268 1096/25/268 1099/25/268 +f 1100/25/268 1095/25/268 1099/25/268 +f 1106/25/268 1095/25/268 1100/25/268 +f 1108/25/268 1106/25/268 1100/25/268 +f 1097/24/268 1102/24/268 1104/24/268 +f 1102/24/268 1097/24/268 1094/24/268 +f 1094/24/268 1097/24/268 1098/24/268 +f 1094/24/268 1098/24/268 1093/24/268 +f 1093/24/268 1098/24/268 1107/24/268 +f 1093/24/268 1107/24/268 1105/24/268 +f 1104/24/267 1102/24/267 1097/24/267 +f 1094/24/267 1097/24/267 1102/24/267 +f 1098/24/267 1097/24/267 1094/24/267 +f 1093/24/267 1098/24/267 1094/24/267 +f 1107/24/267 1098/24/267 1093/24/267 +f 1105/24/267 1107/24/267 1093/24/267 +f 1111/25/677 1110/24/678 1109/24/677 +f 1110/24/678 1111/25/677 1112/25/678 +f 1109/24/679 1110/24/680 1111/25/679 +f 1112/25/680 1111/25/679 1110/24/680 +f 1115/25/679 1114/24/680 1113/24/679 +f 1114/24/680 1115/25/679 1116/25/680 +f 1113/24/677 1114/24/678 1115/25/677 +f 1116/25/678 1115/25/677 1114/24/678 +f 1119/25/682 1118/24/681 1117/25/681 +f 1118/24/681 1119/25/682 1120/24/682 +f 1117/25/684 1118/24/684 1119/25/683 +f 1120/24/683 1119/25/683 1118/24/684 +f 1123/24/684 1122/25/683 1121/24/683 +f 1122/25/683 1123/24/684 1124/25/684 +f 1121/24/682 1122/25/682 1123/24/681 +f 1124/25/681 1123/24/681 1122/25/682 +f 1116/25/680 1123/24/684 1114/24/680 +f 1123/24/684 1116/25/680 1124/25/684 +f 1114/24/678 1123/24/681 1116/25/678 +f 1124/25/681 1116/25/678 1123/24/681 +f 1112/25/678 1118/24/681 1110/24/678 +f 1118/24/681 1112/25/678 1117/25/681 +f 1110/24/680 1118/24/684 1112/25/680 +f 1117/25/684 1112/25/680 1118/24/684 +f 1119/25/682 1113/24/679 1120/24/682 +f 1113/24/679 1119/25/682 1115/25/679 +f 1120/24/683 1113/24/677 1119/25/683 +f 1115/25/677 1119/25/683 1113/24/677 +f 1122/25/683 1109/24/677 1121/24/683 +f 1109/24/677 1122/25/683 1111/25/677 +f 1121/24/682 1109/24/679 1122/25/682 +f 1111/25/679 1122/25/682 1109/24/679 +f 1112/25/267 1119/25/267 1117/25/267 +f 1119/25/267 1112/25/267 1115/25/267 +f 1115/25/267 1112/25/267 1111/25/267 +f 1115/25/267 1111/25/267 1116/25/267 +f 1116/25/267 1111/25/267 1122/25/267 +f 1116/25/267 1122/25/267 1124/25/267 +f 1117/25/268 1119/25/268 1112/25/268 +f 1115/25/268 1112/25/268 1119/25/268 +f 1111/25/268 1112/25/268 1115/25/268 +f 1116/25/268 1111/25/268 1115/25/268 +f 1122/25/268 1111/25/268 1116/25/268 +f 1124/25/268 1122/25/268 1116/25/268 +f 1113/24/268 1118/24/268 1120/24/268 +f 1118/24/268 1113/24/268 1110/24/268 +f 1110/24/268 1113/24/268 1114/24/268 +f 1110/24/268 1114/24/268 1109/24/268 +f 1109/24/268 1114/24/268 1123/24/268 +f 1109/24/268 1123/24/268 1121/24/268 +f 1120/24/267 1118/24/267 1113/24/267 +f 1110/24/267 1113/24/267 1118/24/267 +f 1114/24/267 1113/24/267 1110/24/267 +f 1109/24/267 1114/24/267 1110/24/267 +f 1123/24/267 1114/24/267 1109/24/267 +f 1121/24/267 1123/24/267 1109/24/267 +f 1127/25/685 1126/24/686 1125/24/685 +f 1126/24/686 1127/25/685 1128/25/686 +f 1125/24/687 1126/24/688 1127/25/687 +f 1128/25/688 1127/25/687 1126/24/688 +f 1131/24/687 1130/25/688 1129/24/688 +f 1130/25/688 1131/24/687 1132/25/687 +f 1129/24/686 1130/25/686 1131/24/685 +f 1132/25/685 1131/24/685 1130/25/686 +f 1135/25/690 1134/24/689 1133/25/689 +f 1134/24/689 1135/25/690 1136/24/690 +f 1133/25/692 1134/24/692 1135/25/691 +f 1136/24/691 1135/25/691 1134/24/692 +f 1139/24/692 1138/25/691 1137/24/691 +f 1138/25/691 1139/24/692 1140/25/692 +f 1137/24/690 1138/25/690 1139/24/689 +f 1140/25/689 1139/24/689 1138/25/690 +f 1130/25/688 1139/24/692 1129/24/688 +f 1139/24/692 1130/25/688 1140/25/692 +f 1129/24/686 1139/24/689 1130/25/686 +f 1140/25/689 1130/25/686 1139/24/689 +f 1128/25/686 1134/24/689 1126/24/686 +f 1134/24/689 1128/25/686 1133/25/689 +f 1126/24/688 1134/24/692 1128/25/688 +f 1133/25/692 1128/25/688 1134/24/692 +f 1135/25/690 1131/24/687 1136/24/690 +f 1131/24/687 1135/25/690 1132/25/687 +f 1136/24/691 1131/24/685 1135/25/691 +f 1132/25/685 1135/25/691 1131/24/685 +f 1138/25/691 1125/24/685 1137/24/691 +f 1125/24/685 1138/25/691 1127/25/685 +f 1137/24/690 1125/24/687 1138/25/690 +f 1127/25/687 1138/25/690 1125/24/687 +f 1128/25/693 1135/25/693 1133/25/693 +f 1135/25/693 1128/25/693 1132/25/693 +f 1132/25/693 1128/25/693 1127/25/693 +f 1132/25/693 1127/25/693 1130/25/693 +f 1130/25/693 1127/25/693 1138/25/693 +f 1130/25/693 1138/25/693 1140/25/693 +f 1133/25/694 1135/25/694 1128/25/694 +f 1132/25/694 1128/25/694 1135/25/694 +f 1127/25/694 1128/25/694 1132/25/694 +f 1130/25/694 1127/25/694 1132/25/694 +f 1138/25/694 1127/25/694 1130/25/694 +f 1140/25/694 1138/25/694 1130/25/694 +f 1131/24/694 1134/24/694 1136/24/694 +f 1134/24/694 1131/24/694 1126/24/694 +f 1126/24/694 1131/24/694 1129/24/694 +f 1126/24/694 1129/24/694 1125/24/694 +f 1125/24/694 1129/24/694 1139/24/694 +f 1125/24/694 1139/24/694 1137/24/694 +f 1136/24/693 1134/24/693 1131/24/693 +f 1126/24/693 1131/24/693 1134/24/693 +f 1129/24/693 1131/24/693 1126/24/693 +f 1125/24/693 1129/24/693 1126/24/693 +f 1139/24/693 1129/24/693 1125/24/693 +f 1137/24/693 1139/24/693 1125/24/693 +f 1143/11/85 1142/11/85 1141/11/85 +f 1142/11/85 1143/11/85 1144/11/85 +f 1142/11/85 1144/11/85 1145/11/85 +f 1145/11/85 1144/11/85 1146/11/85 +f 1145/11/85 1146/11/85 1147/11/85 +f 1147/11/85 1146/11/85 1148/11/85 +f 1147/11/85 1148/11/85 1149/11/85 +f 1149/11/85 1148/11/85 1150/11/85 +f 1141/11/86 1142/11/86 1143/11/86 +f 1144/11/86 1143/11/86 1142/11/86 +f 1145/11/86 1144/11/86 1142/11/86 +f 1146/11/86 1144/11/86 1145/11/86 +f 1147/11/86 1146/11/86 1145/11/86 +f 1148/11/86 1146/11/86 1147/11/86 +f 1149/11/86 1148/11/86 1147/11/86 +f 1150/11/86 1148/11/86 1149/11/86 +f 1143/11/202 301/9/202 1151/9/202 +f 301/9/202 1143/11/202 1141/11/202 +f 1151/9/201 301/9/201 1143/11/201 +f 1141/11/201 1143/11/201 301/9/201 +f 1152/9/352 1143/11/351 1151/9/351 +f 1143/11/351 1152/9/352 1144/11/352 +f 1151/9/354 1143/11/354 1152/9/353 +f 1144/11/353 1152/9/353 1143/11/354 +f 1153/9/355 1144/11/352 1152/9/352 +f 1144/11/352 1153/9/355 1146/11/355 +f 1152/9/353 1144/11/353 1153/9/356 +f 1146/11/356 1153/9/356 1144/11/353 +f 1148/11/357 1153/9/355 1154/9/357 +f 1153/9/355 1148/11/357 1146/11/355 +f 1154/9/358 1153/9/356 1148/11/358 +f 1146/11/356 1148/11/358 1153/9/356 +f 1150/11/362 1154/9/357 1155/9/362 +f 1154/9/357 1150/11/362 1148/11/357 +f 1155/9/361 1154/9/358 1150/11/361 +f 1148/11/358 1150/11/361 1154/9/358 +f 309/9/200 1150/11/200 1155/9/200 +f 1150/11/200 309/9/200 1149/11/200 +f 1155/9/199 1150/11/199 309/9/199 +f 1149/11/199 309/9/199 1150/11/199 +f 1147/11/358 309/9/361 307/9/358 +f 309/9/361 1147/11/358 1149/11/361 +f 307/9/357 309/9/362 1147/11/357 +f 1149/11/362 1147/11/357 309/9/362 +f 1145/11/356 307/9/358 305/9/356 +f 307/9/358 1145/11/356 1147/11/358 +f 305/9/355 307/9/357 1145/11/355 +f 1147/11/357 1145/11/355 307/9/357 +f 1145/11/356 302/9/353 1142/11/353 +f 302/9/353 1145/11/356 305/9/356 +f 1142/11/352 302/9/352 1145/11/355 +f 305/9/355 1145/11/355 302/9/352 +f 1142/11/353 301/9/354 1141/11/354 +f 301/9/354 1142/11/353 302/9/353 +f 1141/11/351 301/9/351 1142/11/352 +f 302/9/352 1142/11/352 301/9/351 +f 1157/9/86 1156/9/86 321/9/86 +f 1156/9/86 1157/9/86 322/9/86 +f 1156/9/86 322/9/86 1158/9/86 +f 1158/9/86 322/9/86 1159/9/86 +f 1158/9/86 1159/9/86 1160/9/86 +f 1160/9/86 1159/9/86 1161/9/86 +f 1161/9/86 1159/9/86 324/9/86 +f 1161/9/86 324/9/86 1162/9/86 +f 321/9/85 1156/9/85 1157/9/85 +f 322/9/85 1157/9/85 1156/9/85 +f 1158/9/85 322/9/85 1156/9/85 +f 1159/9/85 322/9/85 1158/9/85 +f 1160/9/85 1159/9/85 1158/9/85 +f 1161/9/85 1159/9/85 1160/9/85 +f 324/9/85 1159/9/85 1161/9/85 +f 1162/9/85 324/9/85 1161/9/85 +f 1163/10/85 320/10/85 312/10/85 +f 320/10/85 1163/10/85 319/10/85 +f 319/10/85 1163/10/85 1164/10/85 +f 319/10/85 1164/10/85 318/10/85 +f 318/10/85 1164/10/85 1165/10/85 +f 318/10/85 1165/10/85 1166/10/85 +f 318/10/85 1166/10/85 317/10/85 +f 317/10/85 1166/10/85 1167/10/85 +f 312/10/86 320/10/86 1163/10/86 +f 319/10/86 1163/10/86 320/10/86 +f 1164/10/86 1163/10/86 319/10/86 +f 318/10/86 1164/10/86 319/10/86 +f 1165/10/86 1164/10/86 318/10/86 +f 1166/10/86 1165/10/86 318/10/86 +f 317/10/86 1166/10/86 318/10/86 +f 1167/10/86 1166/10/86 317/10/86 +f 1163/10/202 321/9/202 1156/9/202 +f 321/9/202 1163/10/202 312/10/202 +f 1156/9/201 321/9/201 1163/10/201 +f 312/10/201 1163/10/201 321/9/201 +f 1158/9/352 1163/10/351 1156/9/351 +f 1163/10/351 1158/9/352 1164/10/352 +f 1156/9/354 1163/10/354 1158/9/353 +f 1164/10/353 1158/9/353 1163/10/354 +f 1160/9/355 1164/10/352 1158/9/352 +f 1164/10/352 1160/9/355 1165/10/355 +f 1158/9/353 1164/10/353 1160/9/356 +f 1165/10/356 1160/9/356 1164/10/353 +f 1166/10/357 1160/9/355 1161/9/357 +f 1160/9/355 1166/10/357 1165/10/355 +f 1161/9/358 1160/9/356 1166/10/358 +f 1165/10/356 1166/10/358 1160/9/356 +f 1167/10/359 1161/9/357 1162/9/359 +f 1161/9/357 1167/10/359 1166/10/357 +f 1162/9/360 1161/9/358 1167/10/360 +f 1166/10/358 1167/10/360 1161/9/358 +f 324/9/200 1167/10/200 1162/9/200 +f 1167/10/200 324/9/200 317/10/200 +f 1162/9/199 1167/10/199 324/9/199 +f 317/10/199 324/9/199 1167/10/199 +f 318/10/358 324/9/361 1159/9/358 +f 324/9/361 318/10/358 317/10/361 +f 1159/9/357 324/9/362 318/10/357 +f 317/10/362 318/10/357 324/9/362 +f 319/10/356 1159/9/358 322/9/356 +f 1159/9/358 319/10/356 318/10/358 +f 322/9/355 1159/9/357 319/10/355 +f 318/10/357 319/10/355 1159/9/357 +f 319/10/356 1157/9/353 320/10/353 +f 1157/9/353 319/10/356 322/9/356 +f 320/10/352 1157/9/352 319/10/355 +f 322/9/355 319/10/355 1157/9/352 +f 320/10/353 321/9/354 312/10/354 +f 321/9/354 320/10/353 1157/9/353 +f 312/10/351 321/9/351 320/10/352 +f 1157/9/352 320/10/352 321/9/351 +f 1170/10/696 1169/9/695 1168/10/695 +f 1169/9/695 1170/10/696 1171/9/696 +f 1168/10/698 1169/9/698 1170/10/697 +f 1171/9/697 1170/10/697 1169/9/698 +f 1174/10/699 1173/9/700 1172/9/699 +f 1173/9/700 1174/10/699 1175/10/700 +f 1172/9/701 1173/9/702 1174/10/701 +f 1175/10/702 1174/10/701 1173/9/702 +f 1175/10/700 1176/9/703 1173/9/700 +f 1176/9/703 1175/10/700 1177/10/703 +f 1173/9/702 1176/9/704 1175/10/702 +f 1177/10/704 1175/10/702 1176/9/704 +f 1180/9/706 1179/10/705 1178/9/705 +f 1179/10/705 1180/9/706 1181/10/706 +f 1178/9/708 1179/10/708 1180/9/707 +f 1181/10/707 1180/9/707 1179/10/708 +f 1178/9/705 1174/10/699 1172/9/699 +f 1174/10/699 1178/9/705 1179/10/705 +f 1172/9/701 1174/10/701 1178/9/708 +f 1179/10/708 1178/9/708 1174/10/701 +f 1168/10/695 1176/9/703 1177/10/703 +f 1176/9/703 1168/10/695 1169/9/695 +f 1177/10/704 1176/9/704 1168/10/698 +f 1169/9/698 1168/10/698 1176/9/704 +f 1168/10/85 1181/10/85 1170/10/85 +f 1181/10/85 1168/10/85 1177/10/85 +f 1181/10/85 1177/10/85 1175/10/85 +f 1181/10/85 1175/10/85 1174/10/85 +f 1181/10/85 1174/10/85 1179/10/85 +f 1170/10/86 1181/10/86 1168/10/86 +f 1177/10/86 1168/10/86 1181/10/86 +f 1175/10/86 1177/10/86 1181/10/86 +f 1174/10/86 1175/10/86 1181/10/86 +f 1179/10/86 1174/10/86 1181/10/86 +f 1184/25/709 1183/24/710 1182/24/709 +f 1183/24/710 1184/25/709 1185/25/710 +f 1182/24/711 1183/24/712 1184/25/711 +f 1185/25/712 1184/25/711 1183/24/712 +f 1188/25/711 1187/24/712 1186/24/711 +f 1187/24/712 1188/25/711 1189/25/712 +f 1186/24/709 1187/24/710 1188/25/709 +f 1189/25/710 1188/25/709 1187/24/710 +f 1192/25/714 1191/24/713 1190/25/713 +f 1191/24/713 1192/25/714 1193/24/714 +f 1190/25/716 1191/24/716 1192/25/715 +f 1193/24/715 1192/25/715 1191/24/716 +f 1196/24/716 1195/25/715 1194/24/715 +f 1195/25/715 1196/24/716 1197/25/716 +f 1194/24/714 1195/25/714 1196/24/713 +f 1197/25/713 1196/24/713 1195/25/714 +f 1189/25/712 1196/24/716 1187/24/712 +f 1196/24/716 1189/25/712 1197/25/716 +f 1187/24/710 1196/24/713 1189/25/710 +f 1197/25/713 1189/25/710 1196/24/713 +f 1185/25/710 1191/24/713 1183/24/710 +f 1191/24/713 1185/25/710 1190/25/713 +f 1183/24/712 1191/24/716 1185/25/712 +f 1190/25/716 1185/25/712 1191/24/716 +f 1192/25/714 1186/24/711 1193/24/714 +f 1186/24/711 1192/25/714 1188/25/711 +f 1193/24/715 1186/24/709 1192/25/715 +f 1188/25/709 1192/25/715 1186/24/709 +f 1195/25/715 1182/24/709 1194/24/715 +f 1182/24/709 1195/25/715 1184/25/709 +f 1194/24/714 1182/24/711 1195/25/714 +f 1184/25/711 1195/25/714 1182/24/711 +f 1185/25/717 1192/25/717 1190/25/717 +f 1192/25/717 1185/25/717 1188/25/717 +f 1188/25/717 1185/25/717 1184/25/717 +f 1188/25/717 1184/25/717 1189/25/717 +f 1189/25/717 1184/25/717 1195/25/717 +f 1189/25/717 1195/25/717 1197/25/717 +f 1190/25/718 1192/25/718 1185/25/718 +f 1188/25/718 1185/25/718 1192/25/718 +f 1184/25/718 1185/25/718 1188/25/718 +f 1189/25/718 1184/25/718 1188/25/718 +f 1195/25/718 1184/25/718 1189/25/718 +f 1197/25/718 1195/25/718 1189/25/718 +f 1186/24/718 1191/24/718 1193/24/718 +f 1191/24/718 1186/24/718 1183/24/718 +f 1183/24/718 1186/24/718 1187/24/718 +f 1183/24/718 1187/24/718 1182/24/718 +f 1182/24/718 1187/24/718 1196/24/718 +f 1182/24/718 1196/24/718 1194/24/718 +f 1193/24/717 1191/24/717 1186/24/717 +f 1183/24/717 1186/24/717 1191/24/717 +f 1187/24/717 1186/24/717 1183/24/717 +f 1182/24/717 1187/24/717 1183/24/717 +f 1196/24/717 1187/24/717 1182/24/717 +f 1194/24/717 1196/24/717 1182/24/717 +f 1200/25/719 1199/24/720 1198/24/719 +f 1199/24/720 1200/25/719 1201/25/720 +f 1198/24/721 1199/24/722 1200/25/721 +f 1201/25/722 1200/25/721 1199/24/722 +f 1204/25/721 1203/24/722 1202/24/721 +f 1203/24/722 1204/25/721 1205/25/722 +f 1202/24/719 1203/24/720 1204/25/719 +f 1205/25/720 1204/25/719 1203/24/720 +f 1208/25/724 1207/24/723 1206/25/723 +f 1207/24/723 1208/25/724 1209/24/724 +f 1206/25/726 1207/24/726 1208/25/725 +f 1209/24/725 1208/25/725 1207/24/726 +f 1212/24/726 1211/25/725 1210/24/725 +f 1211/25/725 1212/24/726 1213/25/726 +f 1210/24/724 1211/25/724 1212/24/723 +f 1213/25/723 1212/24/723 1211/25/724 +f 1205/25/722 1212/24/726 1203/24/722 +f 1212/24/726 1205/25/722 1213/25/726 +f 1203/24/720 1212/24/723 1205/25/720 +f 1213/25/723 1205/25/720 1212/24/723 +f 1201/25/720 1207/24/723 1199/24/720 +f 1207/24/723 1201/25/720 1206/25/723 +f 1199/24/722 1207/24/726 1201/25/722 +f 1206/25/726 1201/25/722 1207/24/726 +f 1208/25/724 1202/24/721 1209/24/724 +f 1202/24/721 1208/25/724 1204/25/721 +f 1209/24/725 1202/24/719 1208/25/725 +f 1204/25/719 1208/25/725 1202/24/719 +f 1211/25/725 1198/24/719 1210/24/725 +f 1198/24/719 1211/25/725 1200/25/719 +f 1210/24/724 1198/24/721 1211/25/724 +f 1200/25/721 1211/25/724 1198/24/721 +f 1201/25/359 1208/25/359 1206/25/359 +f 1208/25/359 1201/25/359 1204/25/359 +f 1204/25/359 1201/25/359 1200/25/359 +f 1204/25/359 1200/25/359 1205/25/359 +f 1205/25/359 1200/25/359 1211/25/359 +f 1205/25/359 1211/25/359 1213/25/359 +f 1206/25/360 1208/25/360 1201/25/360 +f 1204/25/360 1201/25/360 1208/25/360 +f 1200/25/360 1201/25/360 1204/25/360 +f 1205/25/360 1200/25/360 1204/25/360 +f 1211/25/360 1200/25/360 1205/25/360 +f 1213/25/360 1211/25/360 1205/25/360 +f 1202/24/360 1207/24/360 1209/24/360 +f 1207/24/360 1202/24/360 1199/24/360 +f 1199/24/360 1202/24/360 1203/24/360 +f 1199/24/360 1203/24/360 1198/24/360 +f 1198/24/360 1203/24/360 1212/24/360 +f 1198/24/360 1212/24/360 1210/24/360 +f 1209/24/359 1207/24/359 1202/24/359 +f 1199/24/359 1202/24/359 1207/24/359 +f 1203/24/359 1202/24/359 1199/24/359 +f 1198/24/359 1203/24/359 1199/24/359 +f 1212/24/359 1203/24/359 1198/24/359 +f 1210/24/359 1212/24/359 1198/24/359 +f 1216/25/719 1215/24/720 1214/24/719 +f 1215/24/720 1216/25/719 1217/25/720 +f 1214/24/721 1215/24/722 1216/25/721 +f 1217/25/722 1216/25/721 1215/24/722 +f 1220/25/721 1219/24/722 1218/24/721 +f 1219/24/722 1220/25/721 1221/25/722 +f 1218/24/719 1219/24/720 1220/25/719 +f 1221/25/720 1220/25/719 1219/24/720 +f 1224/25/724 1223/24/723 1222/25/723 +f 1223/24/723 1224/25/724 1225/24/724 +f 1222/25/726 1223/24/726 1224/25/725 +f 1225/24/725 1224/25/725 1223/24/726 +f 1228/24/726 1227/25/725 1226/24/725 +f 1227/25/725 1228/24/726 1229/25/726 +f 1226/24/724 1227/25/724 1228/24/723 +f 1229/25/723 1228/24/723 1227/25/724 +f 1221/25/722 1228/24/726 1219/24/722 +f 1228/24/726 1221/25/722 1229/25/726 +f 1219/24/720 1228/24/723 1221/25/720 +f 1229/25/723 1221/25/720 1228/24/723 +f 1217/25/720 1223/24/723 1215/24/720 +f 1223/24/723 1217/25/720 1222/25/723 +f 1215/24/722 1223/24/726 1217/25/722 +f 1222/25/726 1217/25/722 1223/24/726 +f 1224/25/724 1218/24/721 1225/24/724 +f 1218/24/721 1224/25/724 1220/25/721 +f 1225/24/725 1218/24/719 1224/25/725 +f 1220/25/719 1224/25/725 1218/24/719 +f 1227/25/725 1214/24/719 1226/24/725 +f 1214/24/719 1227/25/725 1216/25/719 +f 1226/24/724 1214/24/721 1227/25/724 +f 1216/25/721 1227/25/724 1214/24/721 +f 1217/25/359 1224/25/359 1222/25/359 +f 1224/25/359 1217/25/359 1220/25/359 +f 1220/25/359 1217/25/359 1216/25/359 +f 1220/25/359 1216/25/359 1221/25/359 +f 1221/25/359 1216/25/359 1227/25/359 +f 1221/25/359 1227/25/359 1229/25/359 +f 1222/25/360 1224/25/360 1217/25/360 +f 1220/25/360 1217/25/360 1224/25/360 +f 1216/25/360 1217/25/360 1220/25/360 +f 1221/25/360 1216/25/360 1220/25/360 +f 1227/25/360 1216/25/360 1221/25/360 +f 1229/25/360 1227/25/360 1221/25/360 +f 1218/24/360 1223/24/360 1225/24/360 +f 1223/24/360 1218/24/360 1215/24/360 +f 1215/24/360 1218/24/360 1219/24/360 +f 1215/24/360 1219/24/360 1214/24/360 +f 1214/24/360 1219/24/360 1228/24/360 +f 1214/24/360 1228/24/360 1226/24/360 +f 1225/24/359 1223/24/359 1218/24/359 +f 1215/24/359 1218/24/359 1223/24/359 +f 1219/24/359 1218/24/359 1215/24/359 +f 1214/24/359 1219/24/359 1215/24/359 +f 1228/24/359 1219/24/359 1214/24/359 +f 1226/24/359 1228/24/359 1214/24/359 +f 1232/25/727 1231/24/728 1230/24/727 +f 1231/24/728 1232/25/727 1233/25/728 +f 1230/24/729 1231/24/730 1232/25/729 +f 1233/25/730 1232/25/729 1231/24/730 +f 1236/24/729 1235/25/730 1234/24/730 +f 1235/25/730 1236/24/729 1237/25/729 +f 1234/24/728 1235/25/728 1236/24/727 +f 1237/25/727 1236/24/727 1235/25/728 +f 1240/25/732 1239/24/731 1238/25/731 +f 1239/24/731 1240/25/732 1241/24/732 +f 1238/25/734 1239/24/734 1240/25/733 +f 1241/24/733 1240/25/733 1239/24/734 +f 1244/24/734 1243/25/733 1242/24/733 +f 1243/25/733 1244/24/734 1245/25/734 +f 1242/24/732 1243/25/732 1244/24/731 +f 1245/25/731 1244/24/731 1243/25/732 +f 1235/25/730 1244/24/734 1234/24/730 +f 1244/24/734 1235/25/730 1245/25/734 +f 1234/24/728 1244/24/731 1235/25/728 +f 1245/25/731 1235/25/728 1244/24/731 +f 1233/25/728 1239/24/731 1231/24/728 +f 1239/24/731 1233/25/728 1238/25/731 +f 1231/24/730 1239/24/734 1233/25/730 +f 1238/25/734 1233/25/730 1239/24/734 +f 1240/25/732 1236/24/729 1241/24/732 +f 1236/24/729 1240/25/732 1237/25/729 +f 1241/24/733 1236/24/727 1240/25/733 +f 1237/25/727 1240/25/733 1236/24/727 +f 1243/25/733 1230/24/727 1242/24/733 +f 1230/24/727 1243/25/733 1232/25/727 +f 1242/24/732 1230/24/729 1243/25/732 +f 1232/25/729 1243/25/732 1230/24/729 +f 1233/25/735 1240/25/735 1238/25/735 +f 1240/25/735 1233/25/735 1237/25/735 +f 1237/25/735 1233/25/735 1232/25/735 +f 1237/25/735 1232/25/735 1235/25/735 +f 1235/25/735 1232/25/735 1243/25/735 +f 1235/25/735 1243/25/735 1245/25/735 +f 1238/25/736 1240/25/736 1233/25/736 +f 1237/25/736 1233/25/736 1240/25/736 +f 1232/25/736 1233/25/736 1237/25/736 +f 1235/25/736 1232/25/736 1237/25/736 +f 1243/25/736 1232/25/736 1235/25/736 +f 1245/25/736 1243/25/736 1235/25/736 +f 1236/24/736 1239/24/736 1241/24/736 +f 1239/24/736 1236/24/736 1231/24/736 +f 1231/24/736 1236/24/736 1234/24/736 +f 1231/24/736 1234/24/736 1230/24/736 +f 1230/24/736 1234/24/736 1244/24/736 +f 1230/24/736 1244/24/736 1242/24/736 +f 1241/24/735 1239/24/735 1236/24/735 +f 1231/24/735 1236/24/735 1239/24/735 +f 1234/24/735 1236/24/735 1231/24/735 +f 1230/24/735 1234/24/735 1231/24/735 +f 1244/24/735 1234/24/735 1230/24/735 +f 1242/24/735 1244/24/735 1230/24/735 +f 107/10/199 1247/9/199 1246/10/199 +f 1247/9/199 107/10/199 1248/9/199 +f 1246/10/200 1247/9/200 107/10/200 +f 1248/9/200 107/10/200 1247/9/200 +f 1251/10/737 1250/9/202 1249/9/737 +f 1250/9/202 1251/10/737 1252/10/202 +f 1249/9/738 1250/9/201 1251/10/738 +f 1252/10/201 1251/10/738 1250/9/201 +f 107/10/201 1253/9/201 1248/9/201 +f 1253/9/201 107/10/201 1254/10/201 +f 1248/9/202 1253/9/202 107/10/202 +f 1254/10/202 107/10/202 1253/9/202 +f 1252/10/202 1247/9/739 1250/9/202 +f 1247/9/739 1252/10/202 1246/10/739 +f 1250/9/201 1247/9/740 1252/10/201 +f 1246/10/740 1252/10/201 1247/9/740 +f 1253/9/86 1247/9/86 1248/9/86 +f 1247/9/86 1253/9/86 1250/9/86 +f 1250/9/86 1253/9/86 1249/9/86 +f 1248/9/85 1247/9/85 1253/9/85 +f 1250/9/85 1253/9/85 1247/9/85 +f 1249/9/85 1253/9/85 1250/9/85 +f 1246/10/85 1254/10/85 107/10/85 +f 1254/10/85 1246/10/85 1252/10/85 +f 1254/10/85 1252/10/85 1251/10/85 +f 107/10/86 1254/10/86 1246/10/86 +f 1252/10/86 1246/10/86 1254/10/86 +f 1251/10/86 1252/10/86 1254/10/86 +f 1253/9/200 1251/10/200 1249/9/200 +f 1251/10/200 1253/9/200 1254/10/200 +f 1249/9/199 1251/10/199 1253/9/199 +f 1254/10/199 1253/9/199 1251/10/199 +f 1257/11/85 1256/11/85 1255/11/85 +f 1256/11/85 1257/11/85 1258/11/85 +f 1256/11/85 1258/11/85 1259/11/85 +f 1255/11/86 1256/11/86 1257/11/86 +f 1258/11/86 1257/11/86 1256/11/86 +f 1259/11/86 1258/11/86 1256/11/86 +f 1255/11/201 1261/9/201 1260/9/201 +f 1261/9/201 1255/11/201 1256/11/201 +f 1260/9/202 1261/9/202 1255/11/202 +f 1256/11/202 1255/11/202 1261/9/202 +f 1261/9/200 1259/11/200 1262/9/200 +f 1259/11/200 1261/9/200 1256/11/200 +f 1262/9/199 1259/11/199 1261/9/199 +f 1256/11/199 1261/9/199 1259/11/199 +f 1255/11/199 1263/9/199 1257/11/199 +f 1263/9/199 1255/11/199 1260/9/199 +f 1257/11/200 1263/9/200 1255/11/200 +f 1260/9/200 1255/11/200 1263/9/200 +f 1265/27/364 1264/26/364 1258/11/201 +f 1264/26/364 1266/28/364 1258/11/201 +f 1267/29/364 1265/27/364 1258/11/201 +f 1258/11/201 1266/28/364 1268/9/201 +f 1269/28/364 1268/9/201 1266/28/364 +f 1268/9/201 1269/28/364 1262/9/364 +f 1270/26/364 1262/9/364 1269/28/364 +f 1259/11/364 1267/29/364 1258/11/201 +f 1259/11/364 1262/9/364 1270/26/364 +f 1267/29/364 1259/11/364 1271/29/364 +f 1272/27/364 1259/11/364 1270/26/364 +f 1271/29/364 1259/11/364 1272/27/364 +f 1274/31/366 1273/30/366 1257/11/366 +f 1275/32/366 1274/31/366 1257/11/366 +f 1258/11/201 1275/32/366 1257/11/366 +f 1275/32/366 1258/11/201 1276/32/366 +f 1257/11/366 1273/30/366 1263/9/366 +f 1276/32/366 1258/11/201 1277/31/366 +f 1277/31/366 1258/11/201 1278/30/366 +f 1279/33/366 1263/9/366 1273/30/366 +f 1278/30/366 1258/11/201 1280/34/366 +f 1281/33/366 1278/30/366 1280/34/366 +f 1281/33/366 1280/34/366 1279/33/366 +f 1280/34/366 1258/11/201 1282/34/366 +f 1282/34/366 1258/11/201 1283/35/366 +f 1283/35/366 1258/11/201 1284/36/366 +f 1258/11/201 1268/9/201 1284/36/366 +f 1284/36/366 1268/9/201 1285/37/366 +f 1263/9/366 1285/37/366 1268/9/201 +f 1285/37/366 1263/9/366 1286/37/366 +f 1286/37/366 1263/9/366 1279/33/366 +f 1280/34/366 1287/35/366 1279/33/366 +f 1288/36/366 1286/37/366 1279/33/366 +f 1287/35/366 1288/36/366 1279/33/366 +f 1258/11/202 1264/26/363 1265/27/363 +f 1258/11/202 1265/27/363 1267/29/363 +f 1258/11/202 1266/28/363 1264/26/363 +f 1268/9/202 1266/28/363 1258/11/202 +f 1266/28/363 1268/9/202 1269/28/363 +f 1262/9/363 1269/28/363 1268/9/202 +f 1269/28/363 1262/9/363 1270/26/363 +f 1258/11/202 1267/29/363 1259/11/363 +f 1270/26/363 1262/9/363 1259/11/363 +f 1271/29/363 1259/11/363 1267/29/363 +f 1270/26/363 1259/11/363 1272/27/363 +f 1272/27/363 1259/11/363 1271/29/363 +f 1257/11/365 1273/30/365 1274/31/365 +f 1257/11/365 1274/31/365 1275/32/365 +f 1257/11/365 1275/32/365 1258/11/202 +f 1276/32/365 1258/11/202 1275/32/365 +f 1263/9/365 1273/30/365 1257/11/365 +f 1277/31/365 1258/11/202 1276/32/365 +f 1278/30/365 1258/11/202 1277/31/365 +f 1273/30/365 1263/9/365 1279/33/365 +f 1280/34/365 1258/11/202 1278/30/365 +f 1280/34/365 1278/30/365 1281/33/365 +f 1279/33/365 1280/34/365 1281/33/365 +f 1282/34/365 1258/11/202 1280/34/365 +f 1283/35/365 1258/11/202 1282/34/365 +f 1284/36/365 1258/11/202 1283/35/365 +f 1284/36/365 1268/9/202 1258/11/202 +f 1285/37/365 1268/9/202 1284/36/365 +f 1268/9/202 1285/37/365 1263/9/365 +f 1286/37/365 1263/9/365 1285/37/365 +f 1279/33/365 1263/9/365 1286/37/365 +f 1279/33/365 1287/35/365 1280/34/365 +f 1279/33/365 1286/37/365 1288/36/365 +f 1279/33/365 1288/36/365 1287/35/365 +f 1291/25/741 1290/24/742 1289/24/741 +f 1290/24/742 1291/25/741 1292/25/742 +f 1289/24/743 1290/24/744 1291/25/743 +f 1292/25/744 1291/25/743 1290/24/744 +f 1295/25/743 1294/24/744 1293/24/743 +f 1294/24/744 1295/25/743 1296/25/744 +f 1293/24/741 1294/24/742 1295/25/741 +f 1296/25/742 1295/25/741 1294/24/742 +f 1299/25/746 1298/24/745 1297/25/745 +f 1298/24/745 1299/25/746 1300/24/746 +f 1297/25/748 1298/24/748 1299/25/747 +f 1300/24/747 1299/25/747 1298/24/748 +f 1303/24/748 1302/25/747 1301/24/747 +f 1302/25/747 1303/24/748 1304/25/748 +f 1301/24/746 1302/25/746 1303/24/745 +f 1304/25/745 1303/24/745 1302/25/746 +f 1296/25/744 1303/24/748 1294/24/744 +f 1303/24/748 1296/25/744 1304/25/748 +f 1294/24/742 1303/24/745 1296/25/742 +f 1304/25/745 1296/25/742 1303/24/745 +f 1292/25/742 1298/24/745 1290/24/742 +f 1298/24/745 1292/25/742 1297/25/745 +f 1290/24/744 1298/24/748 1292/25/744 +f 1297/25/748 1292/25/744 1298/24/748 +f 1299/25/746 1293/24/743 1300/24/746 +f 1293/24/743 1299/25/746 1295/25/743 +f 1300/24/747 1293/24/741 1299/25/747 +f 1295/25/741 1299/25/747 1293/24/741 +f 1302/25/747 1289/24/741 1301/24/747 +f 1289/24/741 1302/25/747 1291/25/741 +f 1301/24/746 1289/24/743 1302/25/746 +f 1291/25/743 1302/25/746 1289/24/743 +f 1292/25/749 1299/25/749 1297/25/749 +f 1299/25/749 1292/25/749 1295/25/749 +f 1295/25/749 1292/25/749 1291/25/749 +f 1295/25/749 1291/25/749 1296/25/749 +f 1296/25/749 1291/25/749 1302/25/749 +f 1296/25/749 1302/25/749 1304/25/749 +f 1297/25/750 1299/25/750 1292/25/750 +f 1295/25/750 1292/25/750 1299/25/750 +f 1291/25/750 1292/25/750 1295/25/750 +f 1296/25/750 1291/25/750 1295/25/750 +f 1302/25/750 1291/25/750 1296/25/750 +f 1304/25/750 1302/25/750 1296/25/750 +f 1293/24/750 1298/24/750 1300/24/750 +f 1298/24/750 1293/24/750 1290/24/750 +f 1290/24/750 1293/24/750 1294/24/750 +f 1290/24/750 1294/24/750 1289/24/750 +f 1289/24/750 1294/24/750 1303/24/750 +f 1289/24/750 1303/24/750 1301/24/750 +f 1300/24/749 1298/24/749 1293/24/749 +f 1290/24/749 1293/24/749 1298/24/749 +f 1294/24/749 1293/24/749 1290/24/749 +f 1289/24/749 1294/24/749 1290/24/749 +f 1303/24/749 1294/24/749 1289/24/749 +f 1301/24/749 1303/24/749 1289/24/749 +f 1307/25/751 1306/24/752 1305/24/751 +f 1306/24/752 1307/25/751 1308/25/752 +f 1305/24/753 1306/24/754 1307/25/753 +f 1308/25/754 1307/25/753 1306/24/754 +f 1311/25/753 1310/24/754 1309/24/753 +f 1310/24/754 1311/25/753 1312/25/754 +f 1309/24/751 1310/24/752 1311/25/751 +f 1312/25/752 1311/25/751 1310/24/752 +f 1315/25/756 1314/24/755 1313/25/755 +f 1314/24/755 1315/25/756 1316/24/756 +f 1313/25/758 1314/24/758 1315/25/757 +f 1316/24/757 1315/25/757 1314/24/758 +f 1319/24/758 1318/25/757 1317/24/757 +f 1318/25/757 1319/24/758 1320/25/758 +f 1317/24/756 1318/25/756 1319/24/755 +f 1320/25/755 1319/24/755 1318/25/756 +f 1312/25/754 1319/24/758 1310/24/754 +f 1319/24/758 1312/25/754 1320/25/758 +f 1310/24/752 1319/24/755 1312/25/752 +f 1320/25/755 1312/25/752 1319/24/755 +f 1308/25/752 1314/24/755 1306/24/752 +f 1314/24/755 1308/25/752 1313/25/755 +f 1306/24/754 1314/24/758 1308/25/754 +f 1313/25/758 1308/25/754 1314/24/758 +f 1315/25/756 1309/24/753 1316/24/756 +f 1309/24/753 1315/25/756 1311/25/753 +f 1316/24/757 1309/24/751 1315/25/757 +f 1311/25/751 1315/25/757 1309/24/751 +f 1318/25/757 1305/24/751 1317/24/757 +f 1305/24/751 1318/25/757 1307/25/751 +f 1317/24/756 1305/24/753 1318/25/756 +f 1307/25/753 1318/25/756 1305/24/753 +f 1308/25/759 1315/25/759 1313/25/759 +f 1315/25/759 1308/25/759 1311/25/759 +f 1311/25/759 1308/25/759 1307/25/759 +f 1311/25/759 1307/25/759 1312/25/759 +f 1312/25/759 1307/25/759 1318/25/759 +f 1312/25/759 1318/25/759 1320/25/759 +f 1313/25/760 1315/25/760 1308/25/760 +f 1311/25/760 1308/25/760 1315/25/760 +f 1307/25/760 1308/25/760 1311/25/760 +f 1312/25/760 1307/25/760 1311/25/760 +f 1318/25/760 1307/25/760 1312/25/760 +f 1320/25/760 1318/25/760 1312/25/760 +f 1309/24/760 1314/24/760 1316/24/760 +f 1314/24/760 1309/24/760 1306/24/760 +f 1306/24/760 1309/24/760 1310/24/760 +f 1306/24/760 1310/24/760 1305/24/760 +f 1305/24/760 1310/24/760 1319/24/760 +f 1305/24/760 1319/24/760 1317/24/760 +f 1316/24/759 1314/24/759 1309/24/759 +f 1306/24/759 1309/24/759 1314/24/759 +f 1310/24/759 1309/24/759 1306/24/759 +f 1305/24/759 1310/24/759 1306/24/759 +f 1319/24/759 1310/24/759 1305/24/759 +f 1317/24/759 1319/24/759 1305/24/759 +f 1323/25/751 1322/24/752 1321/24/751 +f 1322/24/752 1323/25/751 1324/25/752 +f 1321/24/753 1322/24/754 1323/25/753 +f 1324/25/754 1323/25/753 1322/24/754 +f 1327/25/753 1326/24/754 1325/24/753 +f 1326/24/754 1327/25/753 1328/25/754 +f 1325/24/751 1326/24/752 1327/25/751 +f 1328/25/752 1327/25/751 1326/24/752 +f 1331/25/756 1330/24/755 1329/25/755 +f 1330/24/755 1331/25/756 1332/24/756 +f 1329/25/758 1330/24/758 1331/25/757 +f 1332/24/757 1331/25/757 1330/24/758 +f 1335/24/758 1334/25/757 1333/24/757 +f 1334/25/757 1335/24/758 1336/25/758 +f 1333/24/756 1334/25/756 1335/24/755 +f 1336/25/755 1335/24/755 1334/25/756 +f 1328/25/754 1335/24/758 1326/24/754 +f 1335/24/758 1328/25/754 1336/25/758 +f 1326/24/752 1335/24/755 1328/25/752 +f 1336/25/755 1328/25/752 1335/24/755 +f 1324/25/752 1330/24/755 1322/24/752 +f 1330/24/755 1324/25/752 1329/25/755 +f 1322/24/754 1330/24/758 1324/25/754 +f 1329/25/758 1324/25/754 1330/24/758 +f 1331/25/756 1325/24/753 1332/24/756 +f 1325/24/753 1331/25/756 1327/25/753 +f 1332/24/757 1325/24/751 1331/25/757 +f 1327/25/751 1331/25/757 1325/24/751 +f 1334/25/757 1321/24/751 1333/24/757 +f 1321/24/751 1334/25/757 1323/25/751 +f 1333/24/756 1321/24/753 1334/25/756 +f 1323/25/753 1334/25/756 1321/24/753 +f 1324/25/759 1331/25/759 1329/25/759 +f 1331/25/759 1324/25/759 1327/25/759 +f 1327/25/759 1324/25/759 1323/25/759 +f 1327/25/759 1323/25/759 1328/25/759 +f 1328/25/759 1323/25/759 1334/25/759 +f 1328/25/759 1334/25/759 1336/25/759 +f 1329/25/760 1331/25/760 1324/25/760 +f 1327/25/760 1324/25/760 1331/25/760 +f 1323/25/760 1324/25/760 1327/25/760 +f 1328/25/760 1323/25/760 1327/25/760 +f 1334/25/760 1323/25/760 1328/25/760 +f 1336/25/760 1334/25/760 1328/25/760 +f 1325/24/760 1330/24/760 1332/24/760 +f 1330/24/760 1325/24/760 1322/24/760 +f 1322/24/760 1325/24/760 1326/24/760 +f 1322/24/760 1326/24/760 1321/24/760 +f 1321/24/760 1326/24/760 1335/24/760 +f 1321/24/760 1335/24/760 1333/24/760 +f 1332/24/759 1330/24/759 1325/24/759 +f 1322/24/759 1325/24/759 1330/24/759 +f 1326/24/759 1325/24/759 1322/24/759 +f 1321/24/759 1326/24/759 1322/24/759 +f 1335/24/759 1326/24/759 1321/24/759 +f 1333/24/759 1335/24/759 1321/24/759 +f 1339/11/85 1338/11/85 1337/11/85 +f 1338/11/85 1339/11/85 1340/11/85 +f 1338/11/85 1340/11/85 1341/11/85 +f 1341/11/85 1340/11/85 1342/11/85 +f 1341/11/85 1342/11/85 1343/11/85 +f 1343/11/85 1342/11/85 1344/11/85 +f 1343/11/85 1344/11/85 1345/11/85 +f 1345/11/85 1344/11/85 1346/11/85 +f 1337/11/86 1338/11/86 1339/11/86 +f 1340/11/86 1339/11/86 1338/11/86 +f 1341/11/86 1340/11/86 1338/11/86 +f 1342/11/86 1340/11/86 1341/11/86 +f 1343/11/86 1342/11/86 1341/11/86 +f 1344/11/86 1342/11/86 1343/11/86 +f 1345/11/86 1344/11/86 1343/11/86 +f 1346/11/86 1344/11/86 1345/11/86 +f 1339/11/82 413/9/82 1347/9/82 +f 413/9/82 1339/11/82 1337/11/82 +f 1347/9/84 413/9/84 1339/11/84 +f 1337/11/84 1339/11/84 413/9/84 +f 1348/9/368 1339/11/367 1347/9/367 +f 1339/11/367 1348/9/368 1340/11/368 +f 1347/9/370 1339/11/370 1348/9/369 +f 1340/11/369 1348/9/369 1339/11/370 +f 1349/9/371 1340/11/368 1348/9/368 +f 1340/11/368 1349/9/371 1342/11/371 +f 1348/9/369 1340/11/369 1349/9/372 +f 1342/11/372 1349/9/372 1340/11/369 +f 1344/11/373 1349/9/371 1350/9/373 +f 1349/9/371 1344/11/373 1342/11/371 +f 1350/9/374 1349/9/372 1344/11/374 +f 1342/11/372 1344/11/374 1349/9/372 +f 1346/11/378 1350/9/373 1351/9/378 +f 1350/9/373 1346/11/378 1344/11/373 +f 1351/9/377 1350/9/374 1346/11/377 +f 1344/11/374 1346/11/377 1350/9/374 +f 421/9/90 1346/11/90 1351/9/90 +f 1346/11/90 421/9/90 1345/11/90 +f 1351/9/89 1346/11/89 421/9/89 +f 1345/11/89 421/9/89 1346/11/89 +f 1343/11/374 421/9/377 419/9/374 +f 421/9/377 1343/11/374 1345/11/377 +f 419/9/373 421/9/378 1343/11/373 +f 1345/11/378 1343/11/373 421/9/378 +f 1341/11/372 419/9/374 417/9/372 +f 419/9/374 1341/11/372 1343/11/374 +f 417/9/371 419/9/373 1341/11/371 +f 1343/11/373 1341/11/371 419/9/373 +f 1341/11/372 414/9/369 1338/11/369 +f 414/9/369 1341/11/372 417/9/372 +f 1338/11/368 414/9/368 1341/11/371 +f 417/9/371 1341/11/371 414/9/368 +f 1338/11/369 413/9/370 1337/11/370 +f 413/9/370 1338/11/369 414/9/369 +f 1337/11/367 413/9/367 1338/11/368 +f 414/9/368 1338/11/368 413/9/367 +f 1353/9/86 1352/9/86 196/9/86 +f 1352/9/86 1353/9/86 433/9/86 +f 1352/9/86 433/9/86 1354/9/86 +f 1354/9/86 433/9/86 1355/9/86 +f 1354/9/86 1355/9/86 1356/9/86 +f 1356/9/86 1355/9/86 1357/9/86 +f 1357/9/86 1355/9/86 190/9/86 +f 1357/9/86 190/9/86 1358/9/86 +f 196/9/85 1352/9/85 1353/9/85 +f 433/9/85 1353/9/85 1352/9/85 +f 1354/9/85 433/9/85 1352/9/85 +f 1355/9/85 433/9/85 1354/9/85 +f 1356/9/85 1355/9/85 1354/9/85 +f 1357/9/85 1355/9/85 1356/9/85 +f 190/9/85 1355/9/85 1357/9/85 +f 1358/9/85 190/9/85 1357/9/85 +f 1359/10/85 432/10/85 424/10/85 +f 432/10/85 1359/10/85 431/10/85 +f 431/10/85 1359/10/85 1360/10/85 +f 431/10/85 1360/10/85 430/10/85 +f 430/10/85 1360/10/85 1361/10/85 +f 430/10/85 1361/10/85 1362/10/85 +f 430/10/85 1362/10/85 429/10/85 +f 429/10/85 1362/10/85 1363/10/85 +f 424/10/86 432/10/86 1359/10/86 +f 431/10/86 1359/10/86 432/10/86 +f 1360/10/86 1359/10/86 431/10/86 +f 430/10/86 1360/10/86 431/10/86 +f 1361/10/86 1360/10/86 430/10/86 +f 1362/10/86 1361/10/86 430/10/86 +f 429/10/86 1362/10/86 430/10/86 +f 1363/10/86 1362/10/86 429/10/86 +f 1359/10/82 196/9/82 1352/9/82 +f 196/9/82 1359/10/82 424/10/82 +f 1352/9/84 196/9/84 1359/10/84 +f 424/10/84 1359/10/84 196/9/84 +f 1354/9/368 1359/10/367 1352/9/367 +f 1359/10/367 1354/9/368 1360/10/368 +f 1352/9/370 1359/10/370 1354/9/369 +f 1360/10/369 1354/9/369 1359/10/370 +f 1356/9/371 1360/10/368 1354/9/368 +f 1360/10/368 1356/9/371 1361/10/371 +f 1354/9/369 1360/10/369 1356/9/372 +f 1361/10/372 1356/9/372 1360/10/369 +f 1362/10/373 1356/9/371 1357/9/373 +f 1356/9/371 1362/10/373 1361/10/371 +f 1357/9/374 1356/9/372 1362/10/374 +f 1361/10/372 1362/10/374 1356/9/372 +f 1363/10/375 1357/9/373 1358/9/375 +f 1357/9/373 1363/10/375 1362/10/373 +f 1358/9/376 1357/9/374 1363/10/376 +f 1362/10/374 1363/10/376 1357/9/374 +f 190/9/90 1363/10/90 1358/9/90 +f 1363/10/90 190/9/90 429/10/90 +f 1358/9/89 1363/10/89 190/9/89 +f 429/10/89 190/9/89 1363/10/89 +f 430/10/374 190/9/377 1355/9/374 +f 190/9/377 430/10/374 429/10/377 +f 1355/9/373 190/9/378 430/10/373 +f 429/10/378 430/10/373 190/9/378 +f 431/10/372 1355/9/374 433/9/372 +f 1355/9/374 431/10/372 430/10/374 +f 433/9/371 1355/9/373 431/10/371 +f 430/10/373 431/10/371 1355/9/373 +f 431/10/372 1353/9/369 432/10/369 +f 1353/9/369 431/10/372 433/9/372 +f 432/10/368 1353/9/368 431/10/371 +f 433/9/371 431/10/371 1353/9/368 +f 432/10/369 196/9/370 424/10/370 +f 196/9/370 432/10/369 1353/9/369 +f 424/10/367 196/9/367 432/10/368 +f 1353/9/368 432/10/368 196/9/367 +f 1366/10/762 1365/9/761 1364/10/761 +f 1365/9/761 1366/10/762 1367/9/762 +f 1364/10/764 1365/9/764 1366/10/763 +f 1367/9/763 1366/10/763 1365/9/764 +f 1370/10/765 1369/9/766 1368/9/765 +f 1369/9/766 1370/10/765 1371/10/766 +f 1368/9/767 1369/9/768 1370/10/767 +f 1371/10/768 1370/10/767 1369/9/768 +f 1371/10/766 1372/9/769 1369/9/766 +f 1372/9/769 1371/10/766 1373/10/769 +f 1369/9/768 1372/9/770 1371/10/768 +f 1373/10/770 1371/10/768 1372/9/770 +f 1376/9/772 1375/10/771 1374/9/771 +f 1375/10/771 1376/9/772 1377/10/772 +f 1374/9/774 1375/10/774 1376/9/773 +f 1377/10/773 1376/9/773 1375/10/774 +f 1374/9/771 1370/10/765 1368/9/765 +f 1370/10/765 1374/9/771 1375/10/771 +f 1368/9/767 1370/10/767 1374/9/774 +f 1375/10/774 1374/9/774 1370/10/767 +f 1364/10/761 1372/9/769 1373/10/769 +f 1372/9/769 1364/10/761 1365/9/761 +f 1373/10/770 1372/9/770 1364/10/764 +f 1365/9/764 1364/10/764 1372/9/770 +f 1364/10/85 1377/10/85 1366/10/85 +f 1377/10/85 1364/10/85 1373/10/85 +f 1377/10/85 1373/10/85 1371/10/85 +f 1377/10/85 1371/10/85 1370/10/85 +f 1377/10/85 1370/10/85 1375/10/85 +f 1366/10/86 1377/10/86 1364/10/86 +f 1373/10/86 1364/10/86 1377/10/86 +f 1371/10/86 1373/10/86 1377/10/86 +f 1370/10/86 1371/10/86 1377/10/86 +f 1375/10/86 1370/10/86 1377/10/86 +f 1380/25/775 1379/24/776 1378/24/775 +f 1379/24/776 1380/25/775 1381/25/776 +f 1378/24/777 1379/24/778 1380/25/777 +f 1381/25/778 1380/25/777 1379/24/778 +f 1384/25/777 1383/24/778 1382/24/777 +f 1383/24/778 1384/25/777 1385/25/778 +f 1382/24/775 1383/24/776 1384/25/775 +f 1385/25/776 1384/25/775 1383/24/776 +f 1388/25/780 1387/24/779 1386/25/779 +f 1387/24/779 1388/25/780 1389/24/780 +f 1386/25/782 1387/24/782 1388/25/781 +f 1389/24/781 1388/25/781 1387/24/782 +f 1392/24/782 1391/25/781 1390/24/781 +f 1391/25/781 1392/24/782 1393/25/782 +f 1390/24/780 1391/25/780 1392/24/779 +f 1393/25/779 1392/24/779 1391/25/780 +f 1385/25/778 1392/24/782 1383/24/778 +f 1392/24/782 1385/25/778 1393/25/782 +f 1383/24/776 1392/24/779 1385/25/776 +f 1393/25/779 1385/25/776 1392/24/779 +f 1381/25/776 1387/24/779 1379/24/776 +f 1387/24/779 1381/25/776 1386/25/779 +f 1379/24/778 1387/24/782 1381/25/778 +f 1386/25/782 1381/25/778 1387/24/782 +f 1388/25/780 1382/24/777 1389/24/780 +f 1382/24/777 1388/25/780 1384/25/777 +f 1389/24/781 1382/24/775 1388/25/781 +f 1384/25/775 1388/25/781 1382/24/775 +f 1391/25/781 1378/24/775 1390/24/781 +f 1378/24/775 1391/25/781 1380/25/775 +f 1390/24/780 1378/24/777 1391/25/780 +f 1380/25/777 1391/25/780 1378/24/777 +f 1381/25/783 1388/25/783 1386/25/783 +f 1388/25/783 1381/25/783 1384/25/783 +f 1384/25/783 1381/25/783 1380/25/783 +f 1384/25/783 1380/25/783 1385/25/783 +f 1385/25/783 1380/25/783 1391/25/783 +f 1385/25/783 1391/25/783 1393/25/783 +f 1386/25/784 1388/25/784 1381/25/784 +f 1384/25/784 1381/25/784 1388/25/784 +f 1380/25/784 1381/25/784 1384/25/784 +f 1385/25/784 1380/25/784 1384/25/784 +f 1391/25/784 1380/25/784 1385/25/784 +f 1393/25/784 1391/25/784 1385/25/784 +f 1382/24/784 1387/24/784 1389/24/784 +f 1387/24/784 1382/24/784 1379/24/784 +f 1379/24/784 1382/24/784 1383/24/784 +f 1379/24/784 1383/24/784 1378/24/784 +f 1378/24/784 1383/24/784 1392/24/784 +f 1378/24/784 1392/24/784 1390/24/784 +f 1389/24/783 1387/24/783 1382/24/783 +f 1379/24/783 1382/24/783 1387/24/783 +f 1383/24/783 1382/24/783 1379/24/783 +f 1378/24/783 1383/24/783 1379/24/783 +f 1392/24/783 1383/24/783 1378/24/783 +f 1390/24/783 1392/24/783 1378/24/783 +f 1396/25/785 1395/24/786 1394/24/785 +f 1395/24/786 1396/25/785 1397/25/786 +f 1394/24/787 1395/24/788 1396/25/787 +f 1397/25/788 1396/25/787 1395/24/788 +f 1400/25/787 1399/24/788 1398/24/787 +f 1399/24/788 1400/25/787 1401/25/788 +f 1398/24/785 1399/24/786 1400/25/785 +f 1401/25/786 1400/25/785 1399/24/786 +f 1404/25/790 1403/24/789 1402/25/789 +f 1403/24/789 1404/25/790 1405/24/790 +f 1402/25/792 1403/24/792 1404/25/791 +f 1405/24/791 1404/25/791 1403/24/792 +f 1408/24/792 1407/25/791 1406/24/791 +f 1407/25/791 1408/24/792 1409/25/792 +f 1406/24/790 1407/25/790 1408/24/789 +f 1409/25/789 1408/24/789 1407/25/790 +f 1401/25/788 1408/24/792 1399/24/788 +f 1408/24/792 1401/25/788 1409/25/792 +f 1399/24/786 1408/24/789 1401/25/786 +f 1409/25/789 1401/25/786 1408/24/789 +f 1397/25/786 1403/24/789 1395/24/786 +f 1403/24/789 1397/25/786 1402/25/789 +f 1395/24/788 1403/24/792 1397/25/788 +f 1402/25/792 1397/25/788 1403/24/792 +f 1404/25/790 1398/24/787 1405/24/790 +f 1398/24/787 1404/25/790 1400/25/787 +f 1405/24/791 1398/24/785 1404/25/791 +f 1400/25/785 1404/25/791 1398/24/785 +f 1407/25/791 1394/24/785 1406/24/791 +f 1394/24/785 1407/25/791 1396/25/785 +f 1406/24/790 1394/24/787 1407/25/790 +f 1396/25/787 1407/25/790 1394/24/787 +f 1397/25/375 1404/25/375 1402/25/375 +f 1404/25/375 1397/25/375 1400/25/375 +f 1400/25/375 1397/25/375 1396/25/375 +f 1400/25/375 1396/25/375 1401/25/375 +f 1401/25/375 1396/25/375 1407/25/375 +f 1401/25/375 1407/25/375 1409/25/375 +f 1402/25/376 1404/25/376 1397/25/376 +f 1400/25/376 1397/25/376 1404/25/376 +f 1396/25/376 1397/25/376 1400/25/376 +f 1401/25/376 1396/25/376 1400/25/376 +f 1407/25/376 1396/25/376 1401/25/376 +f 1409/25/376 1407/25/376 1401/25/376 +f 1398/24/376 1403/24/376 1405/24/376 +f 1403/24/376 1398/24/376 1395/24/376 +f 1395/24/376 1398/24/376 1399/24/376 +f 1395/24/376 1399/24/376 1394/24/376 +f 1394/24/376 1399/24/376 1408/24/376 +f 1394/24/376 1408/24/376 1406/24/376 +f 1405/24/375 1403/24/375 1398/24/375 +f 1395/24/375 1398/24/375 1403/24/375 +f 1399/24/375 1398/24/375 1395/24/375 +f 1394/24/375 1399/24/375 1395/24/375 +f 1408/24/375 1399/24/375 1394/24/375 +f 1406/24/375 1408/24/375 1394/24/375 +f 1412/25/785 1411/24/786 1410/24/785 +f 1411/24/786 1412/25/785 1413/25/786 +f 1410/24/787 1411/24/788 1412/25/787 +f 1413/25/788 1412/25/787 1411/24/788 +f 1416/25/787 1415/24/788 1414/24/787 +f 1415/24/788 1416/25/787 1417/25/788 +f 1414/24/785 1415/24/786 1416/25/785 +f 1417/25/786 1416/25/785 1415/24/786 +f 1420/25/790 1419/24/789 1418/25/789 +f 1419/24/789 1420/25/790 1421/24/790 +f 1418/25/792 1419/24/792 1420/25/791 +f 1421/24/791 1420/25/791 1419/24/792 +f 1424/24/792 1423/25/791 1422/24/791 +f 1423/25/791 1424/24/792 1425/25/792 +f 1422/24/790 1423/25/790 1424/24/789 +f 1425/25/789 1424/24/789 1423/25/790 +f 1417/25/788 1424/24/792 1415/24/788 +f 1424/24/792 1417/25/788 1425/25/792 +f 1415/24/786 1424/24/789 1417/25/786 +f 1425/25/789 1417/25/786 1424/24/789 +f 1413/25/786 1419/24/789 1411/24/786 +f 1419/24/789 1413/25/786 1418/25/789 +f 1411/24/788 1419/24/792 1413/25/788 +f 1418/25/792 1413/25/788 1419/24/792 +f 1420/25/790 1414/24/787 1421/24/790 +f 1414/24/787 1420/25/790 1416/25/787 +f 1421/24/791 1414/24/785 1420/25/791 +f 1416/25/785 1420/25/791 1414/24/785 +f 1423/25/791 1410/24/785 1422/24/791 +f 1410/24/785 1423/25/791 1412/25/785 +f 1422/24/790 1410/24/787 1423/25/790 +f 1412/25/787 1423/25/790 1410/24/787 +f 1413/25/375 1420/25/375 1418/25/375 +f 1420/25/375 1413/25/375 1416/25/375 +f 1416/25/375 1413/25/375 1412/25/375 +f 1416/25/375 1412/25/375 1417/25/375 +f 1417/25/375 1412/25/375 1423/25/375 +f 1417/25/375 1423/25/375 1425/25/375 +f 1418/25/376 1420/25/376 1413/25/376 +f 1416/25/376 1413/25/376 1420/25/376 +f 1412/25/376 1413/25/376 1416/25/376 +f 1417/25/376 1412/25/376 1416/25/376 +f 1423/25/376 1412/25/376 1417/25/376 +f 1425/25/376 1423/25/376 1417/25/376 +f 1414/24/376 1419/24/376 1421/24/376 +f 1419/24/376 1414/24/376 1411/24/376 +f 1411/24/376 1414/24/376 1415/24/376 +f 1411/24/376 1415/24/376 1410/24/376 +f 1410/24/376 1415/24/376 1424/24/376 +f 1410/24/376 1424/24/376 1422/24/376 +f 1421/24/375 1419/24/375 1414/24/375 +f 1411/24/375 1414/24/375 1419/24/375 +f 1415/24/375 1414/24/375 1411/24/375 +f 1410/24/375 1415/24/375 1411/24/375 +f 1424/24/375 1415/24/375 1410/24/375 +f 1422/24/375 1424/24/375 1410/24/375 +f 1428/25/793 1427/24/794 1426/24/793 +f 1427/24/794 1428/25/793 1429/25/794 +f 1426/24/795 1427/24/796 1428/25/795 +f 1429/25/796 1428/25/795 1427/24/796 +f 1432/24/795 1431/25/796 1430/24/796 +f 1431/25/796 1432/24/795 1433/25/795 +f 1430/24/794 1431/25/794 1432/24/793 +f 1433/25/793 1432/24/793 1431/25/794 +f 1436/25/798 1435/24/797 1434/25/797 +f 1435/24/797 1436/25/798 1437/24/798 +f 1434/25/800 1435/24/800 1436/25/799 +f 1437/24/799 1436/25/799 1435/24/800 +f 1440/24/800 1439/25/799 1438/24/799 +f 1439/25/799 1440/24/800 1441/25/800 +f 1438/24/798 1439/25/798 1440/24/797 +f 1441/25/797 1440/24/797 1439/25/798 +f 1431/25/796 1440/24/800 1430/24/796 +f 1440/24/800 1431/25/796 1441/25/800 +f 1430/24/794 1440/24/797 1431/25/794 +f 1441/25/797 1431/25/794 1440/24/797 +f 1429/25/794 1435/24/797 1427/24/794 +f 1435/24/797 1429/25/794 1434/25/797 +f 1427/24/796 1435/24/800 1429/25/796 +f 1434/25/800 1429/25/796 1435/24/800 +f 1436/25/798 1432/24/795 1437/24/798 +f 1432/24/795 1436/25/798 1433/25/795 +f 1437/24/799 1432/24/793 1436/25/799 +f 1433/25/793 1436/25/799 1432/24/793 +f 1439/25/799 1426/24/793 1438/24/799 +f 1426/24/793 1439/25/799 1428/25/793 +f 1438/24/798 1426/24/795 1439/25/798 +f 1428/25/795 1439/25/798 1426/24/795 +f 1429/25/801 1436/25/801 1434/25/801 +f 1436/25/801 1429/25/801 1433/25/801 +f 1433/25/801 1429/25/801 1428/25/801 +f 1433/25/801 1428/25/801 1431/25/801 +f 1431/25/801 1428/25/801 1439/25/801 +f 1431/25/801 1439/25/801 1441/25/801 +f 1434/25/802 1436/25/802 1429/25/802 +f 1433/25/802 1429/25/802 1436/25/802 +f 1428/25/802 1429/25/802 1433/25/802 +f 1431/25/802 1428/25/802 1433/25/802 +f 1439/25/802 1428/25/802 1431/25/802 +f 1441/25/802 1439/25/802 1431/25/802 +f 1432/24/802 1435/24/802 1437/24/802 +f 1435/24/802 1432/24/802 1427/24/802 +f 1427/24/802 1432/24/802 1430/24/802 +f 1427/24/802 1430/24/802 1426/24/802 +f 1426/24/802 1430/24/802 1440/24/802 +f 1426/24/802 1440/24/802 1438/24/802 +f 1437/24/801 1435/24/801 1432/24/801 +f 1427/24/801 1432/24/801 1435/24/801 +f 1430/24/801 1432/24/801 1427/24/801 +f 1426/24/801 1430/24/801 1427/24/801 +f 1440/24/801 1430/24/801 1426/24/801 +f 1438/24/801 1440/24/801 1426/24/801 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-corner.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-corner.obj.import new file mode 100644 index 0000000..77baafb --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-corner.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://c8hqyavxygkno" +path="res://.godot/imported/room-corner.obj-01bcac7a0e61fb17ca6f3c894e8123e0.mesh" + +[deps] + +files=["res://.godot/imported/room-corner.obj-01bcac7a0e61fb17ca6f3c894e8123e0.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-corner.obj" +dest_files=["res://.godot/imported/room-corner.obj-01bcac7a0e61fb17ca6f3c894e8123e0.mesh", "res://.godot/imported/room-corner.obj-01bcac7a0e61fb17ca6f3c894e8123e0.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large-variation.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large-variation.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large-variation.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large-variation.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large-variation.obj new file mode 100644 index 0000000..e1464b1 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large-variation.obj @@ -0,0 +1,21068 @@ +# Created by Kenney (www.kenney.nl) + +mtllib room-large-variation.mtl + +g room-large-variation + +v -8.497211 0 6.747846 1 1 1 +v -8.393682 0 6.361475 1 1 1 +v -8.435973 0.1 6.712491 1 1 1 +v -8.358328 0.1 6.422713 1 1 1 +v -8.524198 0 6.248742 1 1 1 +v -8.717382 0 6.300506 1 1 1 +v -8.554815 0.05 6.231065 1 1 1 +v -8.699705 0.05 6.269887 1 1 1 +v -8.007313 0 6.465003 1 1 1 +v -8.11084 0 6.851374 1 1 1 +v -8.06855 0.1 6.500359 1 1 1 +v -8.146195 0.1 6.790136 1 1 1 +v -8.738527 0.05 6.124999 1 1 1 +v -8.593638 0.05 6.086176 1 1 1 +v -8.769146 0 6.107321 1 1 1 +v -8.575961 0 6.055557 1 1 1 +v -6.356916 0.05 8.649966 1 1 1 +v -6.569048 0.05 8.437834 1 1 1 +v -6.144784 0.05 8.437834 1 1 1 +v -6.356916 0.05 8.225702 1 1 1 +v -6.639759 0 8.437834 1 1 1 +v -6.356916 0 8.154991 1 1 1 +v -6.356916 0 8.720676 1 1 1 +v -6.074074 0 8.437834 1 1 1 +v -7.181537 0 8.271631 1 1 1 +v -7.146182 0.05 8.210394 1 1 1 +v -6.795167 0 8.168103 1 1 1 +v -6.856404 0.05 8.132748 1 1 1 +v -6.898694 0 7.781733 1 1 1 +v -6.93405 0.05 7.84297 1 1 1 +v -6.498346 0 7.582728 1 1 1 +v -6.498346 0 7.782728 1 1 1 +v -6.523346 0.1 7.607728 1 1 1 +v -6.523346 0.1 7.757729 1 1 1 +v -6.673347 0.1 7.757728 1 1 1 +v -6.673347 0.1 7.607728 1 1 1 +v -7.223827 0.05 7.920616 1 1 1 +v -7.285065 0 7.885261 1 1 1 +v -6.698346 0 7.782728 1 1 1 +v -6.698346 0 7.582728 1 1 1 +v -6 0.9 10 1 1 1 +v -7.530734 0.9 9.695518 1 1 1 +v -6 0.9 9.399003 1 1 1 +v -7.300742 0.9 9.140269 1 1 1 +v -8.828427 0.9 8.828427 1 1 1 +v -8.403458 0.9 8.403458 1 1 1 +v -9.695518 0.9 7.530734 1 1 1 +v -9.140268 0.9 7.300742 1 1 1 +v -10 0.9 6 1 1 1 +v -9.399002 0.9 6 1 1 1 +v -6 0.2 9.399003 1 1 1 +v -6 0.2 10 1 1 1 +v -7.300742 0.2 9.140269 1 1 1 +v -8.403458 0.2 8.403458 1 1 1 +v -9.140268 0.2 7.300742 1 1 1 +v -9.399002 0.2 6 1 1 1 +v -10 0.2 6 1 1 1 +v -9.695518 0.2 7.530734 1 1 1 +v -8.828427 0.2 8.828427 1 1 1 +v -7.530734 0.2 9.695518 1 1 1 +v -6 0 10 1 1 1 +v -8.828427 0 8.828427 1 1 1 +v -6 0 6 1 1 1 +v -10 0 6 1 1 1 +v 8.497211 0 -6.747846 1 1 1 +v 8.393683 0 -6.361475 1 1 1 +v 8.435973 0.1 -6.712491 1 1 1 +v 8.358328 0.1 -6.422712 1 1 1 +v 8.524198 0 -6.248742 1 1 1 +v 8.717382 0 -6.300506 1 1 1 +v 8.554816 0.05 -6.231064 1 1 1 +v 8.699705 0.05 -6.269887 1 1 1 +v 8.007313 0 -6.465003 1 1 1 +v 8.11084 0 -6.851374 1 1 1 +v 8.06855 0.1 -6.500359 1 1 1 +v 8.146195 0.1 -6.790136 1 1 1 +v 8.738527 0.05 -6.124998 1 1 1 +v 8.593639 0.05 -6.086175 1 1 1 +v 8.769146 0 -6.107321 1 1 1 +v 8.575961 0 -6.055557 1 1 1 +v 6.356916 0.05 -8.649965 1 1 1 +v 6.569048 0.05 -8.437833 1 1 1 +v 6.144784 0.05 -8.437833 1 1 1 +v 6.356916 0.05 -8.225701 1 1 1 +v 6.639759 0 -8.437833 1 1 1 +v 6.356916 0 -8.15499 1 1 1 +v 6.356916 0 -8.720676 1 1 1 +v 6.074073 0 -8.437833 1 1 1 +v 7.181537 0 -8.27163 1 1 1 +v 7.146182 0.05 -8.210393 1 1 1 +v 6.795166 0 -8.168102 1 1 1 +v 6.856404 0.05 -8.132748 1 1 1 +v 6.898694 0 -7.781732 1 1 1 +v 6.93405 0.05 -7.842969 1 1 1 +v 6.498346 0 -7.582727 1 1 1 +v 6.498346 0 -7.782728 1 1 1 +v 6.523346 0.1 -7.607728 1 1 1 +v 6.523346 0.1 -7.757728 1 1 1 +v 6.673346 0.1 -7.757728 1 1 1 +v 6.673347 0.1 -7.607728 1 1 1 +v 7.223827 0.05 -7.920615 1 1 1 +v 7.285065 0 -7.88526 1 1 1 +v 6.698346 0 -7.782728 1 1 1 +v 6.698346 0 -7.582727 1 1 1 +v 6 0.9 -10 1 1 1 +v 7.530734 0.9 -9.695518 1 1 1 +v 6 0.9 -9.399002 1 1 1 +v 7.300742 0.9 -9.140268 1 1 1 +v 8.828427 0.9 -8.828427 1 1 1 +v 8.403458 0.9 -8.403458 1 1 1 +v 9.695518 0.9 -7.530734 1 1 1 +v 9.140269 0.9 -7.300742 1 1 1 +v 10 0.9 -6 1 1 1 +v 9.399003 0.9 -6 1 1 1 +v 6 0.2 -9.399002 1 1 1 +v 6 0.2 -10 1 1 1 +v 7.300742 0.2 -9.140268 1 1 1 +v 8.403458 0.2 -8.403458 1 1 1 +v 9.140269 0.2 -7.300742 1 1 1 +v 9.399003 0.2 -6 1 1 1 +v 10 0.2 -6 1 1 1 +v 9.695518 0.2 -7.530734 1 1 1 +v 8.828427 0.2 -8.828427 1 1 1 +v 7.530734 0.2 -9.695518 1 1 1 +v 6 0 -10 1 1 1 +v 8.828427 0 -8.828427 1 1 1 +v 6 0 -6 1 1 1 +v 10 0 -6 1 1 1 +v 6 0 -2 1 1 1 +v 6 0 2 1 1 1 +v 2 0 -2 1 1 1 +v 2 0 2 1 1 1 +v -2.747846 3.609557E-16 -4.497211 1 1 1 +v -2.361476 3.609557E-16 -4.393683 1 1 1 +v -2.712491 0.1 -4.435974 1 1 1 +v -2.422713 0.1 -4.358328 1 1 1 +v -2.248743 3.609557E-16 -4.524198 1 1 1 +v -2.300506 3.609557E-16 -4.717383 1 1 1 +v -2.231065 0.05 -4.554816 1 1 1 +v -2.269888 0.05 -4.699705 1 1 1 +v -2.465003 3.609557E-16 -4.007313 1 1 1 +v -2.851374 3.609557E-16 -4.110841 1 1 1 +v -2.500359 0.1 -4.06855 1 1 1 +v -2.790137 0.1 -4.146196 1 1 1 +v -2.124999 0.05 -4.738528 1 1 1 +v -2.086176 0.05 -4.593639 1 1 1 +v -2.107321 3.609557E-16 -4.769147 1 1 1 +v -2.055557 3.609557E-16 -4.575962 1 1 1 +v -4.649966 0.05 -2.356917 1 1 1 +v -4.437834 0.05 -2.569049 1 1 1 +v -4.437834 0.05 -2.144785 1 1 1 +v -4.225701 0.05 -2.356917 1 1 1 +v -4.437834 3.609557E-16 -2.63976 1 1 1 +v -4.154991 3.609557E-16 -2.356917 1 1 1 +v -4.720676 3.609557E-16 -2.356917 1 1 1 +v -4.437834 3.609557E-16 -2.074074 1 1 1 +v -4.271631 3.609557E-16 -3.181537 1 1 1 +v -4.210393 0.05 -3.146182 1 1 1 +v -4.168103 3.609557E-16 -2.795167 1 1 1 +v -4.132748 0.05 -2.856404 1 1 1 +v -3.781733 3.609557E-16 -2.898695 1 1 1 +v -3.84297 0.05 -2.93405 1 1 1 +v -3.582728 3.609557E-16 -2.498347 1 1 1 +v -3.782728 3.609557E-16 -2.498347 1 1 1 +v -3.607728 0.1 -2.523347 1 1 1 +v -3.757728 0.1 -2.523347 1 1 1 +v -3.757728 0.1 -2.673347 1 1 1 +v -3.607728 0.1 -2.673347 1 1 1 +v -3.920616 0.05 -3.223828 1 1 1 +v -3.88526 3.609557E-16 -3.285065 1 1 1 +v -3.782728 3.609557E-16 -2.698347 1 1 1 +v -3.582728 3.609557E-16 -2.698347 1 1 1 +v -6 0.9 -2 1 1 1 +v -5.695518 0.9 -3.530733 1 1 1 +v -5.399003 0.9 -2 1 1 1 +v -5.140269 0.9 -3.300741 1 1 1 +v -4.828427 0.9 -4.828427 1 1 1 +v -4.403458 0.9 -4.403457 1 1 1 +v -3.530734 0.9 -5.695518 1 1 1 +v -3.300742 0.9 -5.140268 1 1 1 +v -2 0.9 -6 1 1 1 +v -2 0.9 -5.399002 1 1 1 +v -5.399003 0.2 -2 1 1 1 +v -6 0.2 -2 1 1 1 +v -5.140269 0.2 -3.300741 1 1 1 +v -4.403458 0.2 -4.403457 1 1 1 +v -3.300742 0.2 -5.140268 1 1 1 +v -2 0.2 -5.399002 1 1 1 +v -2 0.2 -6 1 1 1 +v -3.530734 0.2 -5.695518 1 1 1 +v -4.828427 0.2 -4.828427 1 1 1 +v -5.695518 0.2 -3.530733 1 1 1 +v -6 3.609557E-16 -2 1 1 1 +v -4.828427 3.609557E-16 -4.828427 1 1 1 +v -2 3.609557E-16 -2 1 1 1 +v -2 3.609557E-16 -6 1 1 1 +v -1.399002 0.9 10 1 1 1 +v -2 0.9 10 1 1 1 +v -1.479521 0.9 9.699501 1 1 1 +v -2 0.9 9.399002 1 1 1 +v -1.699501 0.9 9.479521 1 1 1 +v -1.399002 0.2 10 1 1 1 +v -2 0.2 10 1 1 1 +v -2 0.2 9.399002 1 1 1 +v -1.699501 0.2 9.479521 1 1 1 +v -1.479521 0.2 9.699501 1 1 1 +v -6 0.9 -1.399002 1 1 1 +v -5.699501 0.9 -1.47952 1 1 1 +v -5.399002 0.9 -2 1 1 1 +v -5.479521 0.9 -1.699501 1 1 1 +v -6 0.2 -1.399002 1 1 1 +v -5.399002 0.2 -2 1 1 1 +v -5.479521 0.2 -1.699501 1 1 1 +v -5.699501 0.2 -1.47952 1 1 1 +v -2 0.9 -5.399002 1 1 1 +v -2 0.9 -6 1 1 1 +v -1.699501 0.9 -5.47952 1 1 1 +v -1.399002 0.9 -6 1 1 1 +v -1.479521 0.9 -5.699501 1 1 1 +v -2 0.2 -5.399002 1 1 1 +v -2 0.2 -6 1 1 1 +v -1.399002 0.2 -6 1 1 1 +v -1.479521 0.2 -5.699501 1 1 1 +v -1.699501 0.2 -5.47952 1 1 1 +v 2 0.9 5.399002 1 1 1 +v 2 0.9 6 1 1 1 +v 1.699501 0.9 5.479521 1 1 1 +v 1.399002 0.9 6 1 1 1 +v 1.479521 0.9 5.699501 1 1 1 +v 2 0.2 5.399002 1 1 1 +v 2 0.2 6 1 1 1 +v 1.399002 0.2 6 1 1 1 +v 1.479521 0.2 5.699501 1 1 1 +v 1.699501 0.2 5.479521 1 1 1 +v 6 0.9 1.399002 1 1 1 +v 6 0.9 2 1 1 1 +v 5.699501 0.9 1.479521 1 1 1 +v 5.399002 0.9 2 1 1 1 +v 5.479521 0.9 1.699501 1 1 1 +v 6 0.2 1.399002 1 1 1 +v 6 0.2 2 1 1 1 +v 5.399002 0.2 2 1 1 1 +v 5.479521 0.2 1.699501 1 1 1 +v 5.699501 0.2 1.479521 1 1 1 +v 5.296844 3.609557E-16 -8.432192 1 1 1 +v 5.266226 0.05 -8.449869 1 1 1 +v 5.24508 3.609557E-16 -8.625377 1 1 1 +v 5.227403 0.05 -8.594759 1 1 1 +v 5.051895 3.609557E-16 -8.573613 1 1 1 +v 5.082514 0.05 -8.555936 1 1 1 +v 5.547955 3.609557E-16 -8.714653 1 1 1 +v 5.934325 3.609557E-16 -8.611126 1 1 1 +v 5.58331 0.1 -8.653416 1 1 1 +v 5.873088 0.1 -8.57577 1 1 1 +v 5.830798 3.609557E-16 -8.224755 1 1 1 +v 5.795443 0.1 -8.285993 1 1 1 +v 2.928111 3.609557E-16 -8.006433 1 1 1 +v 2.903111 0.1 -8.031433 1 1 1 +v 2.928111 3.609557E-16 -8.206433 1 1 1 +v 2.903111 0.1 -8.181433 1 1 1 +v 2.753111 0.1 -8.031433 1 1 1 +v 2.753111 0.1 -8.181433 1 1 1 +v 2.728111 3.609557E-16 -8.206433 1 1 1 +v 2.728111 3.609557E-16 -8.006433 1 1 1 +v 5.444427 3.609557E-16 -8.328283 1 1 1 +v 5.505665 0.1 -8.363638 1 1 1 +v 5.103659 3.609557E-16 -8.380428 1 1 1 +v 5.121337 0.05 -8.411047 1 1 1 +v 2.25043 0.05 -8.49822 1 1 1 +v 2.462562 0.05 -8.710353 1 1 1 +v 2.462562 0.05 -8.286089 1 1 1 +v 2.674694 0.05 -8.49822 1 1 1 +v 2.462562 3.609557E-16 -8.215378 1 1 1 +v 2.745404 3.609557E-16 -8.49822 1 1 1 +v 3.109589 -2.52669E-15 -8.097594 1 1 1 +v 3.144945 0.05 -8.158832 1 1 1 +v 3.49596 -2.52669E-15 -8.201122 1 1 1 +v 3.434722 0.05 -8.236477 1 1 1 +v 2.179719 3.609557E-16 -8.49822 1 1 1 +v 2.462562 3.609557E-16 -8.781063 1 1 1 +v 3.006062 -2.52669E-15 -8.483965 1 1 1 +v 3.392432 -2.52669E-15 -8.587492 1 1 1 +v 3.067299 0.05 -8.448609 1 1 1 +v 3.357077 0.05 -8.526255 1 1 1 +v 6 0.2 -9.399002 1 1 1 +v 4 0.2 -9.199002 1 1 1 +v 6 0.9 -9.399002 1 1 1 +v 4 0.9 -9.199002 1 1 1 +v 2 0.9 -10 1 1 1 +v 6 0.9 -10 1 1 1 +v 2 0.9 -9.399002 1 1 1 +v 2 0.2 -10 1 1 1 +v 6 0.2 -10 1 1 1 +v 2 0.2 -9.399002 1 1 1 +v -5.296844 7.219114E-16 8.432192 1 1 1 +v -5.266226 0.05 8.449869 1 1 1 +v -5.24508 7.219114E-16 8.625377 1 1 1 +v -5.227403 0.05 8.594759 1 1 1 +v -5.051895 7.219114E-16 8.573613 1 1 1 +v -5.082514 0.05 8.555936 1 1 1 +v -5.547955 7.219114E-16 8.714653 1 1 1 +v -5.934325 7.219114E-16 8.611126 1 1 1 +v -5.58331 0.1 8.653416 1 1 1 +v -5.873088 0.1 8.57577 1 1 1 +v -5.830798 7.219114E-16 8.224755 1 1 1 +v -5.795443 0.1 8.285993 1 1 1 +v -2.928111 7.219114E-16 8.006433 1 1 1 +v -2.903111 0.1 8.031433 1 1 1 +v -2.928111 7.219114E-16 8.206433 1 1 1 +v -2.903111 0.1 8.181433 1 1 1 +v -2.753111 0.1 8.031433 1 1 1 +v -2.753111 0.1 8.181433 1 1 1 +v -2.728111 7.219114E-16 8.206433 1 1 1 +v -2.728111 7.219114E-16 8.006433 1 1 1 +v -5.444427 7.219114E-16 8.328283 1 1 1 +v -5.505665 0.1 8.363638 1 1 1 +v -5.103659 7.219114E-16 8.380428 1 1 1 +v -5.121337 0.05 8.411047 1 1 1 +v -2.25043 0.05 8.49822 1 1 1 +v -2.462562 0.05 8.710353 1 1 1 +v -2.462562 0.05 8.286089 1 1 1 +v -2.674694 0.05 8.49822 1 1 1 +v -2.462562 7.219114E-16 8.215378 1 1 1 +v -2.745404 7.219114E-16 8.49822 1 1 1 +v -3.109589 -2.165734E-15 8.097594 1 1 1 +v -3.144945 0.05 8.158832 1 1 1 +v -3.49596 -2.165734E-15 8.201122 1 1 1 +v -3.434722 0.05 8.236477 1 1 1 +v -2.179719 7.219114E-16 8.49822 1 1 1 +v -2.462562 7.219114E-16 8.781063 1 1 1 +v -3.006062 -2.165734E-15 8.483965 1 1 1 +v -3.392432 -2.165734E-15 8.587492 1 1 1 +v -3.067299 0.05 8.448609 1 1 1 +v -3.357077 0.05 8.526255 1 1 1 +v -6 0.2 9.399002 1 1 1 +v -4 0.2 9.199002 1 1 1 +v -6 0.9 9.399002 1 1 1 +v -4 0.9 9.199002 1 1 1 +v -2 0.9 10 1 1 1 +v -2 0.9 9.399002 1 1 1 +v -2 0.2 10 1 1 1 +v -2 0.2 9.399002 1 1 1 +v -10 0.9 -1.399002 1 1 1 +v -10 0.9 -2 1 1 1 +v -9.699501 0.9 -1.479521 1 1 1 +v -9.399002 0.9 -2 1 1 1 +v -9.479521 0.9 -1.699501 1 1 1 +v -10 0.2 -1.399002 1 1 1 +v -10 0.2 -2 1 1 1 +v -9.399002 0.2 -2 1 1 1 +v -9.479521 0.2 -1.699501 1 1 1 +v -9.699501 0.2 -1.479521 1 1 1 +v -9.399002 0.9 2 1 1 1 +v -10 0.9 2 1 1 1 +v -9.479521 0.9 1.699501 1 1 1 +v -10 0.9 1.399002 1 1 1 +v -9.699501 0.9 1.479521 1 1 1 +v -9.399002 0.2 2 1 1 1 +v -10 0.2 2 1 1 1 +v -10 0.2 1.399002 1 1 1 +v -9.699501 0.2 1.479521 1 1 1 +v -9.479521 0.2 1.699501 1 1 1 +v 9.399002 0.9 -2 1 1 1 +v 10 0.9 -2 1 1 1 +v 9.479521 0.9 -1.699501 1 1 1 +v 10 0.9 -1.399002 1 1 1 +v 9.699501 0.9 -1.479521 1 1 1 +v 9.399002 0.2 -2 1 1 1 +v 10 0.2 -2 1 1 1 +v 10 0.2 -1.399002 1 1 1 +v 9.699501 0.2 -1.479521 1 1 1 +v 9.479521 0.2 -1.699501 1 1 1 +v 2 0 6 1 1 1 +v 2 0 10 1 1 1 +v -2 0 6 1 1 1 +v -2 0 10 1 1 1 +v 2.747846 0 4.497211 1 1 1 +v 2.361476 0 4.393684 1 1 1 +v 2.712491 0.1 4.435974 1 1 1 +v 2.422713 0.1 4.358328 1 1 1 +v 2.248743 0 4.524198 1 1 1 +v 2.300506 0 4.717383 1 1 1 +v 2.231065 0.05 4.554817 1 1 1 +v 2.269888 0.05 4.699706 1 1 1 +v 2.465003 0 4.007314 1 1 1 +v 2.851374 0 4.110841 1 1 1 +v 2.500359 0.1 4.068551 1 1 1 +v 2.790137 0.1 4.146196 1 1 1 +v 2.124999 0.05 4.738528 1 1 1 +v 2.086176 0.05 4.593639 1 1 1 +v 2.107321 0 4.769147 1 1 1 +v 2.055557 0 4.575962 1 1 1 +v 4.649966 0.05 2.356917 1 1 1 +v 4.437834 0.05 2.569049 1 1 1 +v 4.437834 0.05 2.144785 1 1 1 +v 4.225701 0.05 2.356917 1 1 1 +v 4.437834 0 2.63976 1 1 1 +v 4.154991 0 2.356917 1 1 1 +v 4.720676 0 2.356917 1 1 1 +v 4.437834 0 2.074075 1 1 1 +v 4.271631 0 3.181538 1 1 1 +v 4.210393 0.05 3.146183 1 1 1 +v 4.168103 0 2.795167 1 1 1 +v 4.132748 0.05 2.856405 1 1 1 +v 3.781733 0 2.898695 1 1 1 +v 3.84297 0.05 2.934051 1 1 1 +v 3.582728 0 2.498347 1 1 1 +v 3.782728 0 2.498347 1 1 1 +v 3.607728 0.1 2.523347 1 1 1 +v 3.757728 0.1 2.523347 1 1 1 +v 3.757728 0.1 2.673347 1 1 1 +v 3.607728 0.1 2.673347 1 1 1 +v 3.920616 0.05 3.223828 1 1 1 +v 3.88526 0 3.285065 1 1 1 +v 3.782728 0 2.698347 1 1 1 +v 3.582728 0 2.698347 1 1 1 +v 6 0.9 2 1 1 1 +v 5.695518 0.9 3.530734 1 1 1 +v 5.399003 0.9 2 1 1 1 +v 5.140269 0.9 3.300742 1 1 1 +v 4.828427 0.9 4.828427 1 1 1 +v 4.403458 0.9 4.403458 1 1 1 +v 3.530734 0.9 5.695518 1 1 1 +v 3.300742 0.9 5.140269 1 1 1 +v 2 0.9 6 1 1 1 +v 2 0.9 5.399003 1 1 1 +v 5.399003 0.2 2 1 1 1 +v 6 0.2 2 1 1 1 +v 5.140269 0.2 3.300742 1 1 1 +v 4.403458 0.2 4.403458 1 1 1 +v 3.300742 0.2 5.140269 1 1 1 +v 2 0.2 5.399003 1 1 1 +v 2 0.2 6 1 1 1 +v 3.530734 0.2 5.695518 1 1 1 +v 4.828427 0.2 4.828427 1 1 1 +v 5.695518 0.2 3.530734 1 1 1 +v 4.828427 0 4.828427 1 1 1 +v -6 0 6 1 1 1 +v 2 3.609557E-16 -6 1 1 1 +v 2 3.609557E-16 -2 1 1 1 +v 10 0 -2 1 1 1 +v 6 0 -6 1 1 1 +v -6 0 2 1 1 1 +v -10 0 2 1 1 1 +v -10 0 6 1 1 1 +v 6 0 -10 1 1 1 +v 2 0 -10 1 1 1 +v 2 0 -6 1 1 1 +v -0.7954946 3.609557E-16 1.555092 1 1 1 +v -0.6023095 3.609557E-16 1.503328 1 1 1 +v -0.7648759 0.05 1.572769 1 1 1 +v -0.6199872 0.05 1.533946 1 1 1 +v -0.7437308 3.609557E-16 1.748277 1 1 1 +v -0.7260532 0.05 1.717658 1 1 1 +v -1.182219 3.609557E-16 0.4895924 1 1 1 +v -1.146863 0.1 0.5508296 1 1 1 +v -1.285746 3.609557E-16 0.8759627 1 1 1 +v -1.224509 0.1 0.8406074 1 1 1 +v -0.5505457 3.609557E-16 1.696513 1 1 1 +v -0.5811644 0.05 1.678835 1 1 1 +v -0.7958486 3.609557E-16 0.5931201 1 1 1 +v -0.8993759 3.609557E-16 0.9794905 1 1 1 +v -0.8570859 0.1 0.6284754 1 1 1 +v -0.9347315 0.1 0.9182532 1 1 1 +v -1.419634 3.486414E-16 0.8849598 1 1 1 +v -1.806004 3.486414E-16 0.9884875 1 1 1 +v -1.480871 0.1 0.8496045 1 1 1 +v -1.770649 0.1 0.9272503 1 1 1 +v -1.523161 3.486414E-16 0.4985895 1 1 1 +v -1.558517 0.1 0.5598267 1 1 1 +v -1.909532 3.486414E-16 0.6021171 1 1 1 +v -1.848294 0.1 0.6374725 1 1 1 +v -2.814874 0.05 3.505814 1 1 1 +v -2.850229 3.486414E-16 3.567051 1 1 1 +v -2.892519 0.05 3.216036 1 1 1 +v -2.953757 3.486414E-16 3.180681 1 1 1 +v -2.952761 3.486414E-16 2.780333 1 1 1 +v -2.952761 3.486414E-16 2.980333 1 1 1 +v -2.977761 0.1 2.805333 1 1 1 +v -2.977761 0.1 2.955333 1 1 1 +v -3.152761 3.486414E-16 2.780333 1 1 1 +v -3.127761 0.1 2.805333 1 1 1 +v -3.152761 3.486414E-16 2.980333 1 1 1 +v -3.127761 0.1 2.955333 1 1 1 +v -2.567387 3.486414E-16 3.077153 1 1 1 +v -2.602742 0.05 3.13839 1 1 1 +v -2.463859 3.486414E-16 3.463523 1 1 1 +v -2.525096 0.05 3.428168 1 1 1 +v 0.4223356 3.486414E-16 -0.9390757 1 1 1 +v 0.4223356 3.486414E-16 -0.7390757 1 1 1 +v 0.3973355 0.1 -0.9140756 1 1 1 +v 0.3973355 0.1 -0.7640758 1 1 1 +v 0.8077102 3.486414E-16 -0.6422553 1 1 1 +v 0.7723551 0.05 -0.581018 1 1 1 +v 0.42134 3.486414E-16 -0.5387278 1 1 1 +v 0.4825773 0.05 -0.5033724 1 1 1 +v 1.30726 3.486414E-16 0.4768813 1 1 1 +v 0.9208896 3.486414E-16 0.3733535 1 1 1 +v 1.271905 0.1 0.4156439 1 1 1 +v 0.982127 0.1 0.3379983 1 1 1 +v 0.2223356 3.486414E-16 -0.9390757 1 1 1 +v 0.2473354 0.1 -0.9140756 1 1 1 +v 0.911238 3.486414E-16 -0.2558849 1 1 1 +v 0.5248675 3.486414E-16 -0.1523576 1 1 1 +v 0.8500006 0.05 -0.2912405 1 1 1 +v 0.5602229 0.05 -0.2135947 1 1 1 +v 1.237099 0.1 -1.250572 1 1 1 +v 0.956466 0.1 -1.14453 1 1 1 +v 1.131057 0.1 -1.531205 1 1 1 +v 0.8504236 0.1 -1.425163 1 1 1 +v 0.2223356 3.486414E-16 -0.7390757 1 1 1 +v 0.2473354 0.1 -0.7640758 1 1 1 +v 1.34955 0.1 0.1258662 1 1 1 +v 1.059772 0.1 0.04822052 1 1 1 +v 1.024417 3.486414E-16 -0.0130167 1 1 1 +v 1.410788 3.486414E-16 0.09051096 1 1 1 +v 0.7859776 3.486414E-16 -1.454261 1 1 1 +v 1.160155 3.486414E-16 -1.595651 1 1 1 +v 0.9273674 3.486414E-16 -1.080084 1 1 1 +v 1.301545 3.486414E-16 -1.221473 1 1 1 +v -4.832128 3.486414E-16 5.168736 1 1 1 +v -5.218498 3.486414E-16 5.272263 1 1 1 +v -4.893365 0.05 5.13338 1 1 1 +v -5.183143 0.05 5.211026 1 1 1 +v -4.971011 0.05 4.843602 1 1 1 +v -5.260788 0.05 4.921248 1 1 1 +v -4.935655 3.486414E-16 4.782365 1 1 1 +v -5.322025 3.486414E-16 4.885893 1 1 1 +v -4.762921 3.486414E-16 4.515273 1 1 1 +v -4.956106 3.486414E-16 4.567037 1 1 1 +v -4.793539 0.05 4.497596 1 1 1 +v -4.938428 0.05 4.536418 1 1 1 +v -5.00787 3.486414E-16 4.373852 1 1 1 +v -4.977251 0.05 4.39153 1 1 1 +v -4.814684 3.486414E-16 4.322088 1 1 1 +v -4.832362 0.05 4.352707 1 1 1 +v 1.184717 0.05 4.970246 1 1 1 +v 1.039828 0.05 5.009069 1 1 1 +v 1.145894 0.05 4.825357 1 1 1 +v 1.001005 0.05 4.86418 1 1 1 +v 0.9703865 3.486414E-16 4.846502 1 1 1 +v 1.163572 3.486414E-16 4.794739 1 1 1 +v 1.215336 3.486414E-16 4.987924 1 1 1 +v 1.022151 3.486414E-16 5.039688 1 1 1 +v -4.253141 3.486414E-16 0.1142263 1 1 1 +v -5.412252 3.486414E-16 -0.1963565 1 1 1 +v -4.359207 0.1 -0.06948519 1 1 1 +v -5.228541 0.1 -0.3024225 1 1 1 +v -4.714078 0.1 0.4531839 1 1 1 +v -4.714078 0.1 0.753184 1 1 1 +v -5.014078 0.1 0.4531839 1 1 1 +v -5.014078 0.1 0.753184 1 1 1 +v -4.664078 3.486414E-16 0.4031839 1 1 1 +v -4.664078 3.486414E-16 0.8031839 1 1 1 +v -5.064078 3.486414E-16 0.4031839 1 1 1 +v -4.417786 3.486414E-16 0.4669713 1 1 1 +v -4.295311 0.2 0.5376818 1 1 1 +v -4.210731 3.486414E-16 1.239712 1 1 1 +v -4.14002 0.2 1.117237 1 1 1 +v -3.43799 3.486414E-16 1.032657 1 1 1 +v -3.560464 0.2 0.961946 1 1 1 +v -3.942559 3.486414E-16 -1.044885 1 1 1 +v -4.12627 0.1 -0.9388187 1 1 1 +v -4.995604 0.1 -1.171756 1 1 1 +v -5.101669 3.486414E-16 -1.355468 1 1 1 +v -5.064078 3.486414E-16 0.8031839 1 1 1 +v -3.715756 0.2 0.3823905 1 1 1 +v -3.645045 3.486414E-16 0.2599159 1 1 1 +v 2 3.609557E-16 -2 1 1 1 +v 2 3.609557E-16 6 1 1 1 +v -6 3.609557E-16 -2 1 1 1 +v -6 3.609557E-16 6 1 1 1 +v -1.232289 0.2 1.232289 1 1 1 +v -1.232289 0.2 2.767711 1 1 1 +v -1.104337 0.2 2 1 1 1 +v -2 0.2 1.104337 1 1 1 +v -2 0.2 2.895663 1 1 1 +v -2.767711 0.2 1.232289 1 1 1 +v -2.767711 0.2 2.767711 1 1 1 +v -2.895663 0.2 2 1 1 1 +v -1.232289 3.609557E-16 1.232289 1 1 1 +v -1.104337 3.609557E-16 2 1 1 1 +v -2 3.609557E-16 1.104337 1 1 1 +v -2.767711 3.609557E-16 1.232289 1 1 1 +v -2.895663 3.609557E-16 2 1 1 1 +v -2.767711 3.609557E-16 2.767711 1 1 1 +v -2 3.609557E-16 2.895663 1 1 1 +v -1.232289 3.609557E-16 2.767711 1 1 1 +v 3.774421 0 -3.827896 1 1 1 +v 2.61531 0 -4.138479 1 1 1 +v 3.668355 0.1 -4.011608 1 1 1 +v 2.799022 0.1 -4.244545 1 1 1 +v 5.211001 0.1 -4.906262 1 1 1 +v 4.930368 0.1 -4.80022 1 1 1 +v 5.104959 0.1 -5.186895 1 1 1 +v 4.824326 0.1 -5.080853 1 1 1 +v 3.901292 0.1 -4.880941 1 1 1 +v 3.031959 0.1 -5.113878 1 1 1 +v 3.609777 0 -3.475151 1 1 1 +v 3.732251 0.2 -3.40444 1 1 1 +v 3.816832 0 -2.70241 1 1 1 +v 3.887543 0.2 -2.824885 1 1 1 +v 4.467098 0.2 -2.980176 1 1 1 +v 4.311807 0.2 -3.559732 1 1 1 +v 4.589572 0 -2.909466 1 1 1 +v 4.085004 0 -4.987007 1 1 1 +v 2.925893 0 -5.29759 1 1 1 +v 2.772713 0.05 -2.664359 1 1 1 +v 2.482935 0.05 -2.586713 1 1 1 +v 2.695067 0.05 -2.954137 1 1 1 +v 2.40529 0.05 -2.876491 1 1 1 +v 2.44758 0 -2.525476 1 1 1 +v 2.344052 0 -2.911846 1 1 1 +v 2.83395 0 -2.629004 1 1 1 +v 2.730422 0 -3.015374 1 1 1 +v 4.75988 0 -5.109951 1 1 1 +v 4.90127 0 -4.735774 1 1 1 +v 5.134058 0 -5.251342 1 1 1 +v 5.275447 0 -4.877164 1 1 1 +v 5.385044 0 -2.603208 1 1 1 +v 5.578229 0 -2.654972 1 1 1 +v 5.415662 0.05 -2.58553 1 1 1 +v 5.560551 0.05 -2.624353 1 1 1 +v 5.599374 0.05 -2.479465 1 1 1 +v 5.454485 0.05 -2.440641 1 1 1 +v 4.382517 0 -3.682206 1 1 1 +v 5.629992 0 -2.461787 1 1 1 +v 5.436808 0 -2.410023 1 1 1 +v 3.069483 0 -5.720207 1 1 1 +v 3.262668 0 -5.771971 1 1 1 +v 3.100101 0.05 -5.702529 1 1 1 +v 3.24499 0.05 -5.741352 1 1 1 +v 3.283813 0.05 -5.596463 1 1 1 +v 3.138924 0.05 -5.55764 1 1 1 +v 3.121247 0 -5.527021 1 1 1 +v 3.314432 0 -5.578785 1 1 1 +v 3.313485 0.1 -3.488938 1 1 1 +v 3.313485 0.1 -3.188938 1 1 1 +v 3.013485 0.1 -3.488938 1 1 1 +v 3.013485 0.1 -3.188938 1 1 1 +v 3.363485 0 -3.538938 1 1 1 +v 3.363485 0 -3.138938 1 1 1 +v 2.963485 0 -3.538938 1 1 1 +v 2.963485 0 -3.138938 1 1 1 +v 4.196238 0 -4.594766 1 1 1 +v 4.221238 0.1 -4.569766 1 1 1 +v 4.196238 0 -4.394766 1 1 1 +v 4.221238 0.1 -4.419766 1 1 1 +v 4.371238 0.1 -4.569766 1 1 1 +v 4.371238 0.1 -4.419766 1 1 1 +v 4.396238 0 -4.594766 1 1 1 +v 4.396238 0 -4.394766 1 1 1 +v 4.823903 0.05 -3.946931 1 1 1 +v 4.534125 0.05 -3.869285 1 1 1 +v 4.746257 0.05 -4.236709 1 1 1 +v 4.45648 0.05 -4.159063 1 1 1 +v 4.49877 0 -3.808048 1 1 1 +v 4.395242 0 -4.194418 1 1 1 +v 5.323452 0.1 -3.529824 1 1 1 +v 5.245807 0.1 -3.240047 1 1 1 +v 5.033675 0.1 -3.60747 1 1 1 +v 4.956029 0.1 -3.317692 1 1 1 +v 5.38469 0 -3.56518 1 1 1 +v 5.281162 0 -3.178809 1 1 1 +v 4.88514 0 -3.911575 1 1 1 +v 4.781612 0 -4.297946 1 1 1 +v 4.894792 0 -3.282337 1 1 1 +v 4.99832 0 -3.668707 1 1 1 +v 2 3.609557E-16 -10 1 1 1 +v 2 3.609557E-16 -6 1 1 1 +v -2 3.609557E-16 -10 1 1 1 +v -2 3.609557E-16 -6 1 1 1 +v 1.399002 0.9 -10 1 1 1 +v 2 0.9 -10 1 1 1 +v 1.479521 0.9 -9.699501 1 1 1 +v 2 0.9 -9.399002 1 1 1 +v 1.699501 0.9 -9.479521 1 1 1 +v 1.399002 0.2 -10 1 1 1 +v 2 0.2 -10 1 1 1 +v 2 0.2 -9.399002 1 1 1 +v 1.699501 0.2 -9.479521 1 1 1 +v 1.479521 0.2 -9.699501 1 1 1 +v -6 0 -2 1 1 1 +v -10 0 -2 1 1 1 +v 10 0 2 1 1 1 +v 8.432191 0 -2.703155 1 1 1 +v 8.449869 0.05 -2.733773 1 1 1 +v 8.625377 0 -2.754918 1 1 1 +v 8.594758 0.05 -2.772596 1 1 1 +v 8.573612 0 -2.948103 1 1 1 +v 8.555935 0.05 -2.917485 1 1 1 +v 8.714653 0 -2.452044 1 1 1 +v 8.611125 0 -2.065673 1 1 1 +v 8.653416 0.1 -2.416688 1 1 1 +v 8.575769 0.1 -2.126911 1 1 1 +v 8.224754 0 -2.169201 1 1 1 +v 8.285992 0.1 -2.204556 1 1 1 +v 8.006432 0 -5.071888 1 1 1 +v 8.031432 0.1 -5.096888 1 1 1 +v 8.206432 0 -5.071888 1 1 1 +v 8.181432 0.1 -5.096888 1 1 1 +v 8.031432 0.1 -5.246888 1 1 1 +v 8.181432 0.1 -5.246888 1 1 1 +v 8.206432 0 -5.271888 1 1 1 +v 8.006432 0 -5.271888 1 1 1 +v 8.328282 0 -2.555572 1 1 1 +v 8.363638 0.1 -2.494334 1 1 1 +v 8.380427 0 -2.89634 1 1 1 +v 8.411046 0.05 -2.878662 1 1 1 +v 8.498219 0.05 -5.74957 1 1 1 +v 8.710352 0.05 -5.537437 1 1 1 +v 8.286087 0.05 -5.537437 1 1 1 +v 8.498219 0.05 -5.325305 1 1 1 +v 8.215377 0 -5.537437 1 1 1 +v 8.498219 0 -5.254595 1 1 1 +v 8.097593 -2.887646E-15 -4.89041 1 1 1 +v 8.158831 0.05 -4.855054 1 1 1 +v 8.20112 -2.887646E-15 -4.504039 1 1 1 +v 8.236476 0.05 -4.565277 1 1 1 +v 8.498219 0 -5.820281 1 1 1 +v 8.781062 0 -5.537437 1 1 1 +v 8.483963 -2.887646E-15 -4.993937 1 1 1 +v 8.587491 -2.887646E-15 -4.607567 1 1 1 +v 8.448608 0.05 -4.9327 1 1 1 +v 8.526254 0.05 -4.642922 1 1 1 +v 9.199002 0.2 -4 1 1 1 +v 9.199002 0.9 -4 1 1 1 +v 9.999999 0.9 -6 1 1 1 +v 10 0.9 -2 1 1 1 +v 9.399002 0.9 -6 1 1 1 +v 9.999999 0.2 -6 1 1 1 +v 10 0.2 -2 1 1 1 +v 9.399002 0.2 -6 1 1 1 +v -0.4321908 3.609557E-16 -9.296844 1 1 1 +v -0.4498684 0.05 -9.266227 1 1 1 +v -0.625376 3.609557E-16 -9.245081 1 1 1 +v -0.5947574 0.05 -9.227404 1 1 1 +v -0.5736122 3.609557E-16 -9.051896 1 1 1 +v -0.5559345 0.05 -9.082515 1 1 1 +v -0.7146523 3.609557E-16 -9.547956 1 1 1 +v -0.6111245 3.609557E-16 -9.934326 1 1 1 +v -0.653415 0.1 -9.583311 1 1 1 +v -0.5757692 0.1 -9.873089 1 1 1 +v -0.2247542 3.609557E-16 -9.830798 1 1 1 +v -0.2859914 0.1 -9.795443 1 1 1 +v -0.006432295 3.609557E-16 -6.928111 1 1 1 +v -0.03143239 0.1 -6.903111 1 1 1 +v -0.2064323 3.609557E-16 -6.928111 1 1 1 +v -0.1814324 0.1 -6.903111 1 1 1 +v -0.03143239 0.1 -6.753111 1 1 1 +v -0.1814324 0.1 -6.753111 1 1 1 +v -0.2064323 3.609557E-16 -6.728111 1 1 1 +v -0.006432295 3.609557E-16 -6.728111 1 1 1 +v -0.3282819 3.609557E-16 -9.444427 1 1 1 +v -0.3636372 0.1 -9.505665 1 1 1 +v -0.380427 3.609557E-16 -9.10366 1 1 1 +v -0.4110457 0.05 -9.121338 1 1 1 +v -0.49822 0.05 -6.25043 1 1 1 +v -0.7103519 0.05 -6.462562 1 1 1 +v -0.2860879 0.05 -6.462562 1 1 1 +v -0.49822 0.05 -6.674694 1 1 1 +v -0.2153772 3.609557E-16 -6.462562 1 1 1 +v -0.49822 3.609557E-16 -6.745405 1 1 1 +v -0.09759331 -2.52669E-15 -7.10959 1 1 1 +v -0.1588305 0.05 -7.144945 1 1 1 +v -0.2011209 -2.52669E-15 -7.49596 1 1 1 +v -0.2364762 0.05 -7.434723 1 1 1 +v -0.49822 3.609557E-16 -6.179719 1 1 1 +v -0.7810627 3.609557E-16 -6.462562 1 1 1 +v -0.4839636 -2.52669E-15 -7.006062 1 1 1 +v -0.5874913 -2.52669E-15 -7.392432 1 1 1 +v -0.4486083 0.05 -7.067299 1 1 1 +v -0.5262539 0.05 -7.357077 1 1 1 +v -1.399002 0.2 -10 1 1 1 +v -1.199002 0.2 -8 1 1 1 +v -1.399002 0.9 -10 1 1 1 +v -1.199002 0.9 -8 1 1 1 +v -2 0.9 -6 1 1 1 +v -1.999999 0.9 -10 1 1 1 +v -1.399002 0.9 -6 1 1 1 +v -2 0.2 -6 1 1 1 +v -1.999999 0.2 -10 1 1 1 +v -1.399002 0.2 -6 1 1 1 +v -6.703156 3.609557E-16 -0.4321916 1 1 1 +v -6.733774 0.05 -0.4498694 1 1 1 +v -6.75492 3.609557E-16 -0.6253768 1 1 1 +v -6.772597 0.05 -0.5947583 1 1 1 +v -6.948105 3.609557E-16 -0.573613 1 1 1 +v -6.917486 0.05 -0.5559354 1 1 1 +v -6.452045 3.609557E-16 -0.7146531 1 1 1 +v -6.065675 3.609557E-16 -0.6111255 1 1 1 +v -6.41669 0.1 -0.6534158 1 1 1 +v -6.126912 0.1 -0.5757701 1 1 1 +v -6.169202 3.609557E-16 -0.2247552 1 1 1 +v -6.204557 0.1 -0.2859924 1 1 1 +v -9.071889 3.609557E-16 -0.006432891 1 1 1 +v -9.096889 0.1 -0.03143287 1 1 1 +v -9.071889 3.609557E-16 -0.2064329 1 1 1 +v -9.096889 0.1 -0.181433 1 1 1 +v -9.246889 0.1 -0.03143287 1 1 1 +v -9.246889 0.1 -0.181433 1 1 1 +v -9.271889 3.609557E-16 -0.2064329 1 1 1 +v -9.271889 3.609557E-16 -0.006432891 1 1 1 +v -6.555573 3.609557E-16 -0.3282827 1 1 1 +v -6.494335 0.1 -0.363638 1 1 1 +v -6.896341 3.609557E-16 -0.3804278 1 1 1 +v -6.878663 0.05 -0.4110465 1 1 1 +v -9.749571 0.05 -0.4982204 1 1 1 +v -9.537438 0.05 -0.7103524 1 1 1 +v -9.537438 0.05 -0.2860885 1 1 1 +v -9.325306 0.05 -0.4982204 1 1 1 +v -9.537438 3.609557E-16 -0.2153778 1 1 1 +v -9.254596 3.609557E-16 -0.4982204 1 1 1 +v -8.89041 -2.52669E-15 -0.0975939 1 1 1 +v -8.855055 0.05 -0.1588311 1 1 1 +v -8.504041 -2.52669E-15 -0.2011216 1 1 1 +v -8.565277 0.05 -0.2364769 1 1 1 +v -9.820281 3.609557E-16 -0.4982204 1 1 1 +v -9.537438 3.609557E-16 -0.7810632 1 1 1 +v -8.993938 -2.52669E-15 -0.4839642 1 1 1 +v -8.607568 -2.52669E-15 -0.5874919 1 1 1 +v -8.932701 0.05 -0.4486089 1 1 1 +v -8.642923 0.05 -0.5262547 1 1 1 +v -8 0.2 -1.199002 1 1 1 +v -8 0.9 -1.199002 1 1 1 +v -10 0.9 -2 1 1 1 +v -6 0.9 -2 1 1 1 +v -10 0.9 -1.399002 1 1 1 +v -10 0.2 -2 1 1 1 +v -6 0.2 -2 1 1 1 +v -10 0.2 -1.399002 1 1 1 +v 6.703156 0 0.4321918 1 1 1 +v 6.733774 0.05 0.4498696 1 1 1 +v 6.75492 0 0.6253771 1 1 1 +v 6.772597 0.05 0.5947585 1 1 1 +v 6.948105 0 0.5736133 1 1 1 +v 6.917486 0.05 0.5559356 1 1 1 +v 6.452045 0 0.7146534 1 1 1 +v 6.065675 0 0.6111257 1 1 1 +v 6.41669 0.1 0.653416 1 1 1 +v 6.126912 0.1 0.5757704 1 1 1 +v 6.169202 0 0.2247554 1 1 1 +v 6.204557 0.1 0.2859926 1 1 1 +v 9.071889 0 0.006433129 1 1 1 +v 9.096889 0.1 0.03143311 1 1 1 +v 9.071889 0 0.2064332 1 1 1 +v 9.096889 0.1 0.1814332 1 1 1 +v 9.246889 0.1 0.03143311 1 1 1 +v 9.246889 0.1 0.1814332 1 1 1 +v 9.271889 0 0.2064332 1 1 1 +v 9.271889 0 0.006433129 1 1 1 +v 6.555573 0 0.328283 1 1 1 +v 6.494335 0.1 0.3636383 1 1 1 +v 6.896341 0 0.3804281 1 1 1 +v 6.878663 0.05 0.4110467 1 1 1 +v 9.749571 0.05 0.4982207 1 1 1 +v 9.537438 0.05 0.7103527 1 1 1 +v 9.537438 0.05 0.2860887 1 1 1 +v 9.325306 0.05 0.4982207 1 1 1 +v 9.537438 0 0.215378 1 1 1 +v 9.254596 0 0.4982207 1 1 1 +v 8.89041 -2.887646E-15 0.09759414 1 1 1 +v 8.855055 0.05 0.1588314 1 1 1 +v 8.504041 -2.887646E-15 0.2011218 1 1 1 +v 8.565277 0.05 0.2364771 1 1 1 +v 9.820281 0 0.4982207 1 1 1 +v 9.537438 0 0.7810634 1 1 1 +v 8.993938 -2.887646E-15 0.4839644 1 1 1 +v 8.607568 -2.887646E-15 0.5874921 1 1 1 +v 8.932701 0.05 0.4486091 1 1 1 +v 8.642923 0.05 0.5262549 1 1 1 +v 8 0.2 1.199002 1 1 1 +v 8 0.9 1.199002 1 1 1 +v 10 0.9 2 1 1 1 +v 6 0.9 2 1 1 1 +v 10 0.9 1.399002 1 1 1 +v 10 0.2 2 1 1 1 +v 6 0.2 2 1 1 1 +v 10 0.2 1.399002 1 1 1 +v 0.4321911 6.411861E-31 9.296845 1 1 1 +v 0.4498688 0.05 9.266227 1 1 1 +v 0.6253763 6.411861E-31 9.245082 1 1 1 +v 0.5947577 0.05 9.227404 1 1 1 +v 0.5736125 6.411861E-31 9.051896 1 1 1 +v 0.5559348 0.05 9.082515 1 1 1 +v 0.7146525 6.411861E-31 9.547956 1 1 1 +v 0.611125 6.411861E-31 9.934326 1 1 1 +v 0.6534153 0.1 9.583311 1 1 1 +v 0.5757697 0.1 9.873089 1 1 1 +v 0.2247546 6.411861E-31 9.830799 1 1 1 +v 0.2859919 0.1 9.795444 1 1 1 +v 0.006432056 6.411861E-31 6.928112 1 1 1 +v 0.03143203 0.1 6.903112 1 1 1 +v 0.2064321 6.411861E-31 6.928112 1 1 1 +v 0.181432 0.1 6.903112 1 1 1 +v 0.03143203 0.1 6.753112 1 1 1 +v 0.181432 0.1 6.753112 1 1 1 +v 0.206432 6.411861E-31 6.728112 1 1 1 +v 0.006432056 6.411861E-31 6.728112 1 1 1 +v 0.3282822 6.411861E-31 9.444428 1 1 1 +v 0.3636376 0.1 9.505666 1 1 1 +v 0.3804272 6.411861E-31 9.103661 1 1 1 +v 0.4110459 0.05 9.121338 1 1 1 +v 0.4982195 0.05 6.25043 1 1 1 +v 0.7103516 0.05 6.462563 1 1 1 +v 0.2860875 0.05 6.462563 1 1 1 +v 0.4982196 0.05 6.674695 1 1 1 +v 0.2153769 6.411861E-31 6.462563 1 1 1 +v 0.4982196 6.411861E-31 6.745405 1 1 1 +v 0.09759307 -2.887646E-15 7.10959 1 1 1 +v 0.1588303 0.05 7.144946 1 1 1 +v 0.2011207 -2.887646E-15 7.495961 1 1 1 +v 0.2364761 0.05 7.434723 1 1 1 +v 0.4982195 6.411861E-31 6.179719 1 1 1 +v 0.7810624 6.411861E-31 6.462563 1 1 1 +v 0.4839634 -2.887646E-15 7.006063 1 1 1 +v 0.587491 -2.887646E-15 7.392433 1 1 1 +v 0.448608 0.05 7.0673 1 1 1 +v 0.5262538 0.05 7.357078 1 1 1 +v 1.399002 0.2 10 1 1 1 +v 1.199002 0.2 8 1 1 1 +v 1.399002 0.9 10 1 1 1 +v 1.199002 0.9 8 1 1 1 +v 1.999999 0.9 6 1 1 1 +v 2 0.9 10 1 1 1 +v 1.399002 0.9 6 1 1 1 +v 1.999999 0.2 6 1 1 1 +v 2 0.2 10 1 1 1 +v 1.399002 0.2 6 1 1 1 +v -8.432191 0 2.703155 1 1 1 +v -8.449868 0.05 2.733774 1 1 1 +v -8.625376 0 2.754919 1 1 1 +v -8.594757 0.05 2.772596 1 1 1 +v -8.573612 0 2.948104 1 1 1 +v -8.555935 0.05 2.917485 1 1 1 +v -8.714652 0 2.452044 1 1 1 +v -8.611124 0 2.065674 1 1 1 +v -8.653415 0.1 2.416689 1 1 1 +v -8.575769 0.1 2.126911 1 1 1 +v -8.224754 0 2.169202 1 1 1 +v -8.285992 0.1 2.204557 1 1 1 +v -8.006433 0 5.071889 1 1 1 +v -8.031432 0.1 5.096889 1 1 1 +v -8.206432 0 5.071889 1 1 1 +v -8.181433 0.1 5.096889 1 1 1 +v -8.031432 0.1 5.246889 1 1 1 +v -8.181433 0.1 5.246889 1 1 1 +v -8.206432 0 5.271889 1 1 1 +v -8.006433 0 5.271889 1 1 1 +v -8.328281 0 2.555572 1 1 1 +v -8.363637 0.1 2.494335 1 1 1 +v -8.380427 0 2.89634 1 1 1 +v -8.411046 0.05 2.878663 1 1 1 +v -8.49822 0.05 5.74957 1 1 1 +v -8.710352 0.05 5.537438 1 1 1 +v -8.286088 0.05 5.537438 1 1 1 +v -8.49822 0.05 5.325306 1 1 1 +v -8.215377 0 5.537438 1 1 1 +v -8.49822 0 5.254595 1 1 1 +v -8.097593 -2.887646E-15 4.89041 1 1 1 +v -8.158831 0.05 4.855055 1 1 1 +v -8.20112 -2.887646E-15 4.50404 1 1 1 +v -8.236476 0.05 4.565277 1 1 1 +v -8.49822 0 5.820281 1 1 1 +v -8.781063 0 5.537438 1 1 1 +v -8.483964 -2.887646E-15 4.993938 1 1 1 +v -8.587491 -2.887646E-15 4.607568 1 1 1 +v -8.448608 0.05 4.932701 1 1 1 +v -8.526254 0.05 4.642923 1 1 1 +v -9.399002 0.2 2 1 1 1 +v -9.199002 0.2 4 1 1 1 +v -9.399002 0.9 2 1 1 1 +v -9.199002 0.9 4 1 1 1 +v -10 0.9 6 1 1 1 +v -9.999999 0.9 2 1 1 1 +v -9.399002 0.9 6 1 1 1 +v -10 0.2 6 1 1 1 +v -9.999999 0.2 2 1 1 1 +v -9.399002 0.2 6 1 1 1 +v -6 3 10 1 1 1 +v -7.530734 3 9.695518 1 1 1 +v -6 3 9.6 1 1 1 +v -7.377661 3 9.325967 1 1 1 +v -8.828427 3 8.828427 1 1 1 +v -8.545585 3 8.545585 1 1 1 +v -9.695518 3 7.530734 1 1 1 +v -9.325966 3 7.37766 1 1 1 +v -10 3 6 1 1 1 +v -9.6 3 6 1 1 1 +v -6 0.9 9.6 1 1 1 +v -7.377661 0.9 9.325967 1 1 1 +v -8.545585 0.9 8.545585 1 1 1 +v -9.325966 0.9 7.37766 1 1 1 +v -9.6 0.9 6 1 1 1 +v -6 0 8.998005 1 1 1 +v -7.530734 0 9.695518 1 1 1 +v -7.147287 0 8.769795 1 1 1 +v -9.695518 0 7.530734 1 1 1 +v -8.119909 0 8.119909 1 1 1 +v -8.769795 0 7.147286 1 1 1 +v -8.998005 0 6 1 1 1 +v -6 0.2 8.998005 1 1 1 +v -7.147287 0.2 8.769795 1 1 1 +v -8.119909 0.2 8.119909 1 1 1 +v -8.769795 0.2 7.147286 1 1 1 +v -8.998005 0.2 6 1 1 1 +v -7.539528 0.2 8.483707 1 1 1 +v -7.539528 0 8.483707 1 1 1 +v -7.91916 0.2 8.992028 1 1 1 +v -7.91916 0 8.992028 1 1 1 +v -8.298759 0 7.526624 1 1 1 +v -7.838696 0 7.838695 1 1 1 +v -8.298759 0.2 7.526624 1 1 1 +v -7.838696 0.2 7.838695 1 1 1 +v -7.526625 0 8.298758 1 1 1 +v -7.526625 0.2 8.298758 1 1 1 +v -8.483708 0 7.539527 1 1 1 +v -8.483708 0.2 7.539527 1 1 1 +v -8.992029 0 7.919159 1 1 1 +v -8.992029 0.2 7.919159 1 1 1 +v -9.23671 1.509087 7.511242 1 1 1 +v -9.022587 1.509087 7.831698 1 1 1 +v -9.195136 1.509087 7.483463 1 1 1 +v -8.981013 1.509087 7.80392 1 1 1 +v -9.022587 1.809087 7.831698 1 1 1 +v -9.23671 1.809087 7.511242 1 1 1 +v -8.981013 1.809087 7.80392 1 1 1 +v -9.195136 1.809087 7.483463 1 1 1 +v -8.953235 1.559087 7.845494 1 1 1 +v -8.994808 1.559087 7.873272 1 1 1 +v -8.953235 1.759087 7.845494 1 1 1 +v -8.994808 1.759087 7.873272 1 1 1 +v -9.264488 1.559087 7.469668 1 1 1 +v -9.222915 1.559087 7.44189 1 1 1 +v -9.264488 1.759087 7.469668 1 1 1 +v -9.222915 1.759087 7.44189 1 1 1 +v -9.472848 2.236932 6.639235 1 1 1 +v -9.397658 2.236932 7.01724 1 1 1 +v -9.423809 2.236932 6.62948 1 1 1 +v -9.348619 2.236932 7.007485 1 1 1 +v -9.397658 2.536932 7.01724 1 1 1 +v -9.472848 2.536932 6.639235 1 1 1 +v -9.348619 2.536932 7.007485 1 1 1 +v -9.423809 2.536932 6.62948 1 1 1 +v -9.338864 2.286932 7.056524 1 1 1 +v -9.387904 2.286932 7.066278 1 1 1 +v -9.338864 2.486932 7.056524 1 1 1 +v -9.387904 2.486932 7.066278 1 1 1 +v -9.482602 2.286932 6.590196 1 1 1 +v -9.433563 2.286932 6.580441 1 1 1 +v -9.482602 2.486932 6.590196 1 1 1 +v -9.433563 2.486932 6.580441 1 1 1 +v -9.534066 1.759764 6.33147 1 1 1 +v -9.458877 1.759764 6.709475 1 1 1 +v -9.485027 1.759764 6.321716 1 1 1 +v -9.409838 1.759764 6.69972 1 1 1 +v -9.458877 2.059764 6.709475 1 1 1 +v -9.534066 2.059764 6.33147 1 1 1 +v -9.409838 2.059764 6.69972 1 1 1 +v -9.485027 2.059764 6.321716 1 1 1 +v -9.400083 1.809764 6.74876 1 1 1 +v -9.449122 1.809764 6.758514 1 1 1 +v -9.400083 2.009764 6.74876 1 1 1 +v -9.449122 2.009764 6.758514 1 1 1 +v -9.54382 1.809764 6.282431 1 1 1 +v -9.494781 1.809764 6.272676 1 1 1 +v -9.54382 2.009764 6.282431 1 1 1 +v -9.494781 2.009764 6.272676 1 1 1 +v -6.925668 1.55972 9.415874 1 1 1 +v -6.547664 1.55972 9.491063 1 1 1 +v -6.915914 1.55972 9.366835 1 1 1 +v -6.537909 1.55972 9.442024 1 1 1 +v -6.925668 1.85972 9.415874 1 1 1 +v -6.915914 1.85972 9.366835 1 1 1 +v -6.547664 1.85972 9.491063 1 1 1 +v -6.537909 1.85972 9.442024 1 1 1 +v -6.48887 1.60972 9.451778 1 1 1 +v -6.498624 1.60972 9.500818 1 1 1 +v -6.48887 1.80972 9.451778 1 1 1 +v -6.498624 1.80972 9.500818 1 1 1 +v -6.974708 1.60972 9.406118 1 1 1 +v -6.964953 1.60972 9.35708 1 1 1 +v -6.974708 1.80972 9.406118 1 1 1 +v -6.964953 1.80972 9.35708 1 1 1 +v 6 3 -10 1 1 1 +v 7.530734 3 -9.695518 1 1 1 +v 6 3 -9.6 1 1 1 +v 7.37766 3 -9.325966 1 1 1 +v 8.828427 3 -8.828427 1 1 1 +v 8.545585 3 -8.545585 1 1 1 +v 9.695518 3 -7.530734 1 1 1 +v 9.325967 3 -7.377661 1 1 1 +v 10 3 -6 1 1 1 +v 9.6 3 -6 1 1 1 +v 6 0.9 -9.6 1 1 1 +v 7.37766 0.9 -9.325966 1 1 1 +v 8.545585 0.9 -8.545585 1 1 1 +v 9.325967 0.9 -7.377661 1 1 1 +v 9.6 0.9 -6 1 1 1 +v 6 0 -8.998005 1 1 1 +v 7.530734 0 -9.695518 1 1 1 +v 7.147286 0 -8.769795 1 1 1 +v 9.695518 0 -7.530734 1 1 1 +v 8.119909 0 -8.119909 1 1 1 +v 8.769795 0 -7.147287 1 1 1 +v 8.998005 0 -6 1 1 1 +v 6 0.2 -8.998005 1 1 1 +v 7.147286 0.2 -8.769795 1 1 1 +v 8.119909 0.2 -8.119909 1 1 1 +v 8.769795 0.2 -7.147287 1 1 1 +v 8.998005 0.2 -6 1 1 1 +v 7.539528 0.2 -8.483707 1 1 1 +v 7.539528 0 -8.483707 1 1 1 +v 7.91916 0.2 -8.992029 1 1 1 +v 7.91916 0 -8.992029 1 1 1 +v 8.298759 0 -7.526624 1 1 1 +v 7.838696 0 -7.838695 1 1 1 +v 8.298759 0.2 -7.526624 1 1 1 +v 7.838696 0.2 -7.838695 1 1 1 +v 7.526625 0 -8.298758 1 1 1 +v 7.526625 0.2 -8.298758 1 1 1 +v 8.483708 0 -7.539528 1 1 1 +v 8.483708 0.2 -7.539528 1 1 1 +v 8.992029 0 -7.91916 1 1 1 +v 8.992029 0.2 -7.91916 1 1 1 +v 9.23671 1.509087 -7.511242 1 1 1 +v 9.022587 1.509087 -7.831699 1 1 1 +v 9.195136 1.509087 -7.483464 1 1 1 +v 8.981013 1.509087 -7.803921 1 1 1 +v 9.022587 1.809087 -7.831699 1 1 1 +v 9.23671 1.809087 -7.511242 1 1 1 +v 8.981013 1.809087 -7.803921 1 1 1 +v 9.195136 1.809087 -7.483464 1 1 1 +v 8.953235 1.559087 -7.845494 1 1 1 +v 8.994808 1.559087 -7.873272 1 1 1 +v 8.953235 1.759087 -7.845494 1 1 1 +v 8.994808 1.759087 -7.873272 1 1 1 +v 9.264488 1.559087 -7.469669 1 1 1 +v 9.222915 1.559087 -7.44189 1 1 1 +v 9.264488 1.759087 -7.469669 1 1 1 +v 9.222915 1.759087 -7.44189 1 1 1 +v 9.472848 2.236932 -6.639235 1 1 1 +v 9.397658 2.236932 -7.01724 1 1 1 +v 9.423809 2.236932 -6.62948 1 1 1 +v 9.348619 2.236932 -7.007485 1 1 1 +v 9.397658 2.536932 -7.01724 1 1 1 +v 9.472848 2.536932 -6.639235 1 1 1 +v 9.348619 2.536932 -7.007485 1 1 1 +v 9.423809 2.536932 -6.62948 1 1 1 +v 9.338864 2.286932 -7.056524 1 1 1 +v 9.387903 2.286932 -7.066278 1 1 1 +v 9.338864 2.486932 -7.056524 1 1 1 +v 9.387903 2.486932 -7.066278 1 1 1 +v 9.482603 2.286932 -6.590196 1 1 1 +v 9.433563 2.286932 -6.580441 1 1 1 +v 9.482603 2.486932 -6.590196 1 1 1 +v 9.433563 2.486932 -6.580441 1 1 1 +v 9.534066 1.759764 -6.33147 1 1 1 +v 9.458877 1.759764 -6.709475 1 1 1 +v 9.485027 1.759764 -6.321716 1 1 1 +v 9.409838 1.759764 -6.69972 1 1 1 +v 9.458877 2.059764 -6.709475 1 1 1 +v 9.534066 2.059764 -6.33147 1 1 1 +v 9.409838 2.059764 -6.69972 1 1 1 +v 9.485027 2.059764 -6.321716 1 1 1 +v 9.400083 1.809764 -6.74876 1 1 1 +v 9.449121 1.809764 -6.758514 1 1 1 +v 9.400083 2.009764 -6.74876 1 1 1 +v 9.449121 2.009764 -6.758514 1 1 1 +v 9.543821 1.809764 -6.282431 1 1 1 +v 9.494781 1.809764 -6.272676 1 1 1 +v 9.543821 2.009764 -6.282431 1 1 1 +v 9.494781 2.009764 -6.272676 1 1 1 +v 6.925666 1.55972 -9.415874 1 1 1 +v 6.547662 1.55972 -9.491063 1 1 1 +v 6.915912 1.55972 -9.366835 1 1 1 +v 6.537907 1.55972 -9.442024 1 1 1 +v 6.925666 1.85972 -9.415874 1 1 1 +v 6.915912 1.85972 -9.366835 1 1 1 +v 6.547662 1.85972 -9.491063 1 1 1 +v 6.537907 1.85972 -9.442024 1 1 1 +v 6.488868 1.60972 -9.451778 1 1 1 +v 6.498622 1.60972 -9.500817 1 1 1 +v 6.488868 1.80972 -9.451778 1 1 1 +v 6.498622 1.80972 -9.500817 1 1 1 +v 6.974706 1.60972 -9.406119 1 1 1 +v 6.964951 1.60972 -9.35708 1 1 1 +v 6.974706 1.80972 -9.406119 1 1 1 +v 6.964951 1.80972 -9.35708 1 1 1 +v -6 3 -2 1 1 1 +v -5.695518 3 -3.530733 1 1 1 +v -5.6 3 -2 1 1 1 +v -5.325966 3 -3.37766 1 1 1 +v -4.828427 3 -4.828427 1 1 1 +v -4.545585 3 -4.545584 1 1 1 +v -3.530734 3 -5.695518 1 1 1 +v -3.37766 3 -5.325966 1 1 1 +v -2 3 -6 1 1 1 +v -2 3 -5.599999 1 1 1 +v -5.6 0.9 -2 1 1 1 +v -5.325966 0.9 -3.37766 1 1 1 +v -4.545585 0.9 -4.545584 1 1 1 +v -3.37766 0.9 -5.325966 1 1 1 +v -2 0.9 -5.599999 1 1 1 +v -4.998005 3.609557E-16 -2 1 1 1 +v -5.695518 3.609557E-16 -3.530733 1 1 1 +v -4.769795 3.609557E-16 -3.147286 1 1 1 +v -3.530734 3.609557E-16 -5.695518 1 1 1 +v -4.11991 3.609557E-16 -4.119909 1 1 1 +v -3.147287 3.609557E-16 -4.769795 1 1 1 +v -2 3.609557E-16 -4.998004 1 1 1 +v -4.998005 0.2 -2 1 1 1 +v -4.769795 0.2 -3.147286 1 1 1 +v -4.11991 0.2 -4.119909 1 1 1 +v -3.147287 0.2 -4.769795 1 1 1 +v -2 0.2 -4.998004 1 1 1 +v -4.483708 0.2 -3.539527 1 1 1 +v -4.483708 3.609557E-16 -3.539527 1 1 1 +v -4.992029 0.2 -3.919159 1 1 1 +v -4.992029 3.609557E-16 -3.919159 1 1 1 +v -3.526625 3.609557E-16 -4.298757 1 1 1 +v -3.838695 3.609557E-16 -3.838694 1 1 1 +v -3.526625 0.2 -4.298757 1 1 1 +v -3.838695 0.2 -3.838694 1 1 1 +v -4.298758 3.609557E-16 -3.526623 1 1 1 +v -4.298758 0.2 -3.526623 1 1 1 +v -3.539528 3.609557E-16 -4.483707 1 1 1 +v -3.539528 0.2 -4.483707 1 1 1 +v -3.919161 3.609557E-16 -4.992028 1 1 1 +v -3.919161 0.2 -4.992028 1 1 1 +v -3.511242 1.509087 -5.23671 1 1 1 +v -3.831699 1.509087 -5.022587 1 1 1 +v -3.483464 1.509087 -5.195136 1 1 1 +v -3.803921 1.509087 -4.981013 1 1 1 +v -3.831699 1.809087 -5.022587 1 1 1 +v -3.511242 1.809087 -5.23671 1 1 1 +v -3.803921 1.809087 -4.981013 1 1 1 +v -3.483464 1.809087 -5.195136 1 1 1 +v -3.845494 1.559087 -4.953235 1 1 1 +v -3.873273 1.559087 -4.994809 1 1 1 +v -3.845494 1.759087 -4.953235 1 1 1 +v -3.873273 1.759087 -4.994809 1 1 1 +v -3.469669 1.559087 -5.264488 1 1 1 +v -3.44189 1.559087 -5.222915 1 1 1 +v -3.469669 1.759087 -5.264488 1 1 1 +v -3.44189 1.759087 -5.222915 1 1 1 +v -2.639235 2.236932 -5.472847 1 1 1 +v -3.01724 2.236932 -5.397658 1 1 1 +v -2.629481 2.236932 -5.423808 1 1 1 +v -3.007485 2.236932 -5.348619 1 1 1 +v -3.01724 2.536932 -5.397658 1 1 1 +v -2.639235 2.536932 -5.472847 1 1 1 +v -3.007485 2.536932 -5.348619 1 1 1 +v -2.629481 2.536932 -5.423808 1 1 1 +v -3.056525 2.286932 -5.338864 1 1 1 +v -3.066279 2.286932 -5.387903 1 1 1 +v -3.056525 2.486932 -5.338864 1 1 1 +v -3.066279 2.486932 -5.387903 1 1 1 +v -2.590196 2.286932 -5.482602 1 1 1 +v -2.580441 2.286932 -5.433563 1 1 1 +v -2.590196 2.486932 -5.482602 1 1 1 +v -2.580441 2.486932 -5.433563 1 1 1 +v -2.331471 1.759764 -5.534066 1 1 1 +v -2.709476 1.759764 -5.458876 1 1 1 +v -2.321717 1.759764 -5.485026 1 1 1 +v -2.699721 1.759764 -5.409837 1 1 1 +v -2.709476 2.059764 -5.458876 1 1 1 +v -2.331471 2.059764 -5.534066 1 1 1 +v -2.699721 2.059764 -5.409837 1 1 1 +v -2.321717 2.059764 -5.485026 1 1 1 +v -2.748761 1.809764 -5.400082 1 1 1 +v -2.758515 1.809764 -5.449121 1 1 1 +v -2.748761 2.009764 -5.400082 1 1 1 +v -2.758515 2.009764 -5.449121 1 1 1 +v -2.282432 1.809764 -5.54382 1 1 1 +v -2.272677 1.809764 -5.494781 1 1 1 +v -2.282432 2.009764 -5.54382 1 1 1 +v -2.272677 2.009764 -5.494781 1 1 1 +v -5.415874 1.55972 -2.925667 1 1 1 +v -5.491063 1.55972 -2.547662 1 1 1 +v -5.366834 1.55972 -2.915912 1 1 1 +v -5.442024 1.55972 -2.537908 1 1 1 +v -5.415874 1.85972 -2.925667 1 1 1 +v -5.366834 1.85972 -2.915912 1 1 1 +v -5.491063 1.85972 -2.547662 1 1 1 +v -5.442024 1.85972 -2.537908 1 1 1 +v -5.451778 1.60972 -2.488868 1 1 1 +v -5.500818 1.60972 -2.498623 1 1 1 +v -5.451778 1.80972 -2.488868 1 1 1 +v -5.500818 1.80972 -2.498623 1 1 1 +v -5.406119 1.60972 -2.974706 1 1 1 +v -5.35708 1.60972 -2.964952 1 1 1 +v -5.406119 1.80972 -2.974706 1 1 1 +v -5.35708 1.80972 -2.964952 1 1 1 +v -1.599999 3 10 1 1 1 +v -1.599999 0.9 10 1 1 1 +v -1.999999 3 10 1 1 1 +v -1.999999 0.9 10 1 1 1 +v -1.999999 0.9 9.6 1 1 1 +v -1.999999 3 9.6 1 1 1 +v -1.653589 0.9 9.8 1 1 1 +v -1.653589 3 9.8 1 1 1 +v -1.799999 0.9 9.65359 1 1 1 +v -1.799999 3 9.65359 1 1 1 +v -2 -1.671676E-14 10 1 1 1 +v -2 -1.671676E-14 8.998005 1 1 1 +v -2 0.2 8.998005 1 1 1 +v -0.9980049 0.2 10 1 1 1 +v -0.9980049 -1.671676E-14 10 1 1 1 +v -1.132247 0.2 9.499002 1 1 1 +v -1.499002 0.2 9.132247 1 1 1 +v -1.132247 -1.599485E-14 9.499002 1 1 1 +v -1.499002 -1.599485E-14 9.132247 1 1 1 +v -5.999999 3 -1.6 1 1 1 +v -5.999999 0.9 -1.6 1 1 1 +v -5.999999 3 -2 1 1 1 +v -5.999999 0.9 -2 1 1 1 +v -5.599999 0.9 -2 1 1 1 +v -5.599999 3 -2 1 1 1 +v -5.799999 0.9 -1.65359 1 1 1 +v -5.799999 3 -1.65359 1 1 1 +v -5.653589 0.9 -1.8 1 1 1 +v -5.653589 3 -1.8 1 1 1 +v -6 -1.671676E-14 -2 1 1 1 +v -4.998005 -1.671676E-14 -2 1 1 1 +v -6 0.2 -2 1 1 1 +v -4.998005 0.2 -2 1 1 1 +v -6 0.2 -0.9980047 1 1 1 +v -6 -1.671676E-14 -0.9980047 1 1 1 +v -5.499002 0.2 -1.132247 1 1 1 +v -5.132247 0.2 -1.499002 1 1 1 +v -5.499002 -1.599485E-14 -1.132247 1 1 1 +v -5.132247 -1.599485E-14 -1.499002 1 1 1 +v -1.999999 3 -5.6 1 1 1 +v -1.999999 0.9 -5.6 1 1 1 +v -1.999999 3 -6 1 1 1 +v -1.999999 0.9 -6 1 1 1 +v -1.599999 0.9 -6 1 1 1 +v -1.599999 3 -6 1 1 1 +v -1.799999 0.9 -5.65359 1 1 1 +v -1.799999 3 -5.65359 1 1 1 +v -1.653589 0.9 -5.8 1 1 1 +v -1.653589 3 -5.8 1 1 1 +v -2 -1.671676E-14 -6 1 1 1 +v -0.9980049 -1.671676E-14 -6 1 1 1 +v -0.9980049 0.2 -6 1 1 1 +v -2 -1.671676E-14 -4.998004 1 1 1 +v -1.499002 0.2 -5.132246 1 1 1 +v -1.132247 0.2 -5.499002 1 1 1 +v -1.499002 -1.599485E-14 -5.132246 1 1 1 +v -1.132247 -1.599485E-14 -5.499002 1 1 1 +v 1.999999 3 5.6 1 1 1 +v 1.999999 0.9 5.6 1 1 1 +v 1.999999 3 6 1 1 1 +v 1.599999 0.9 6 1 1 1 +v 1.599999 3 6 1 1 1 +v 1.799999 0.9 5.65359 1 1 1 +v 1.799999 3 5.65359 1 1 1 +v 1.653589 0.9 5.8 1 1 1 +v 1.653589 3 5.8 1 1 1 +v 2 -1.707772E-14 6 1 1 1 +v 0.9980049 -1.707772E-14 6 1 1 1 +v 0.9980049 0.2 6 1 1 1 +v 2 0.2 4.998005 1 1 1 +v 2 -1.707772E-14 4.998005 1 1 1 +v 1.499002 0.2 5.132247 1 1 1 +v 1.132247 0.2 5.499002 1 1 1 +v 1.499002 -1.635581E-14 5.132247 1 1 1 +v 1.132247 -1.635581E-14 5.499002 1 1 1 +v 5.999999 3 1.6 1 1 1 +v 5.999999 0.9 1.6 1 1 1 +v 5.999999 3 2 1 1 1 +v 5.999999 0.9 2 1 1 1 +v 5.599999 0.9 2 1 1 1 +v 5.599999 3 2 1 1 1 +v 5.799999 0.9 1.65359 1 1 1 +v 5.799999 3 1.65359 1 1 1 +v 5.653589 0.9 1.8 1 1 1 +v 5.653589 3 1.8 1 1 1 +v 6 -1.707772E-14 2 1 1 1 +v 4.998005 -1.707772E-14 2 1 1 1 +v 4.998005 0.2 2 1 1 1 +v 6 0.2 0.9980049 1 1 1 +v 6 -1.707772E-14 0.9980049 1 1 1 +v 5.499002 0.2 1.132247 1 1 1 +v 5.132247 0.2 1.499002 1 1 1 +v 5.499002 -1.635581E-14 1.132247 1 1 1 +v 5.132247 -1.635581E-14 1.499002 1 1 1 +v 4 7.219114E-16 -8.548005 1 1 1 +v 3.454019 7.219114E-16 -8.639002 1 1 1 +v 4 0.2 -8.548005 1 1 1 +v 3.454019 0.2 -8.639002 1 1 1 +v 3.332364 0.2 -8.760657 1 1 1 +v 3.332364 7.219114E-16 -8.760657 1 1 1 +v 3.241367 0.2 -9.306638 1 1 1 +v 3.241367 7.219114E-16 -9.306638 1 1 1 +v 4.545981 7.219114E-16 -8.639002 1 1 1 +v 4.545981 0.2 -8.639002 1 1 1 +v 4.758633 0.2 -9.306638 1 1 1 +v 4.667636 0.2 -8.760657 1 1 1 +v 4.667636 7.219114E-16 -8.760657 1 1 1 +v 4.758633 7.219114E-16 -9.306638 1 1 1 +v 2 0.2 -8.998005 1 1 1 +v 2 3.609557E-16 -8.998005 1 1 1 +v 6 3.609557E-16 -8.998005 1 1 1 +v 4 3.609557E-16 -8.798005 1 1 1 +v 4 0.2 -8.798005 1 1 1 +v 6 3.609557E-16 -10 1 1 1 +v 2 3 -10 1 1 1 +v 6 3 -10 1 1 1 +v 2 3 -9.599999 1 1 1 +v 4 3 -9.4 1 1 1 +v 6 3 -9.599999 1 1 1 +v 6 0.9 -9.599999 1 1 1 +v 2 0.9 -9.599999 1 1 1 +v 5.072641 2.3578 -9.507264 1 1 1 +v 5.072641 2.557801 -9.507264 1 1 1 +v 5.122393 2.307801 -9.512239 1 1 1 +v 5.122393 2.6078 -9.512239 1 1 1 +v 4.745332 2.097031 -9.474533 1 1 1 +v 5.50589 2.307801 -9.550589 1 1 1 +v 4.69558 2.04703 -9.469558 1 1 1 +v 5.128829 2.097031 -9.512883 1 1 1 +v 5.178581 2.04703 -9.517858 1 1 1 +v 5.178581 1.847031 -9.517858 1 1 1 +v 4.69558 1.847031 -9.469558 1 1 1 +v 5.555642 2.3578 -9.555564 1 1 1 +v 4 0.9 -9.4 1 1 1 +v 4.745332 1.79703 -9.474533 1 1 1 +v 5.128829 1.79703 -9.512883 1 1 1 +v 5.50589 2.6078 -9.550589 1 1 1 +v 5.555642 2.557801 -9.555564 1 1 1 +v 2.533789 1.463198 -9.546621 1 1 1 +v 2.533789 1.663198 -9.546621 1 1 1 +v 2.583541 1.713198 -9.541646 1 1 1 +v 2.583541 1.413198 -9.541646 1 1 1 +v 2.967039 1.413198 -9.503296 1 1 1 +v 3.01679 1.463198 -9.498321 1 1 1 +v 2.967039 1.713198 -9.503296 1 1 1 +v 3.01679 1.663198 -9.498321 1 1 1 +v 2.967038 1.413198 -9.503296 1 1 1 +v 2.583541 1.413198 -9.541646 1 1 1 +v 2.962063 1.413198 -9.453545 1 1 1 +v 2.578566 1.413198 -9.491894 1 1 1 +v 2.583541 1.713198 -9.541646 1 1 1 +v 2.967038 1.713198 -9.503296 1 1 1 +v 2.578566 1.713198 -9.491894 1 1 1 +v 2.962063 1.713198 -9.453545 1 1 1 +v 2.528814 1.463198 -9.496869 1 1 1 +v 2.533789 1.463198 -9.546621 1 1 1 +v 2.528814 1.663198 -9.496869 1 1 1 +v 2.533789 1.663198 -9.546621 1 1 1 +v 3.01679 1.463198 -9.498321 1 1 1 +v 3.011815 1.463198 -9.448569 1 1 1 +v 3.01679 1.663198 -9.498321 1 1 1 +v 3.011815 1.663198 -9.448569 1 1 1 +v 5.505891 2.307801 -9.550589 1 1 1 +v 5.122394 2.307801 -9.512239 1 1 1 +v 5.510866 2.307801 -9.500837 1 1 1 +v 5.127369 2.307801 -9.462487 1 1 1 +v 5.122394 2.6078 -9.512239 1 1 1 +v 5.505891 2.6078 -9.550589 1 1 1 +v 5.127369 2.6078 -9.462487 1 1 1 +v 5.510866 2.6078 -9.500837 1 1 1 +v 5.077617 2.3578 -9.457512 1 1 1 +v 5.072641 2.3578 -9.507264 1 1 1 +v 5.077617 2.557801 -9.457512 1 1 1 +v 5.072641 2.557801 -9.507264 1 1 1 +v 5.555643 2.3578 -9.555564 1 1 1 +v 5.560618 2.3578 -9.505813 1 1 1 +v 5.555643 2.557801 -9.555564 1 1 1 +v 5.560618 2.557801 -9.505813 1 1 1 +v 4.750307 1.79703 -9.424781 1 1 1 +v 5.128829 1.79703 -9.512882 1 1 1 +v 5.133804 1.79703 -9.463131 1 1 1 +v 5.128829 2.097031 -9.512882 1 1 1 +v 4.750307 2.097031 -9.424781 1 1 1 +v 5.133804 2.097031 -9.463131 1 1 1 +v 4.700555 1.847031 -9.419806 1 1 1 +v 4.69558 1.847031 -9.469558 1 1 1 +v 4.700555 2.04703 -9.419806 1 1 1 +v 4.69558 2.04703 -9.469558 1 1 1 +v 5.183556 1.847031 -9.468106 1 1 1 +v 5.183556 2.04703 -9.468106 1 1 1 +v -4 1.082867E-15 8.548005 1 1 1 +v -3.454019 1.082867E-15 8.639002 1 1 1 +v -4 0.2 8.548005 1 1 1 +v -3.454019 0.2 8.639002 1 1 1 +v -3.332364 0.2 8.760657 1 1 1 +v -3.332364 1.082867E-15 8.760657 1 1 1 +v -3.241367 0.2 9.306638 1 1 1 +v -3.241367 1.082867E-15 9.306638 1 1 1 +v -4.545981 1.082867E-15 8.639002 1 1 1 +v -4.545981 0.2 8.639002 1 1 1 +v -4.758633 0.2 9.306638 1 1 1 +v -4.667636 0.2 8.760657 1 1 1 +v -4.667636 1.082867E-15 8.760657 1 1 1 +v -4.758633 1.082867E-15 9.306638 1 1 1 +v -2 7.219114E-16 8.998005 1 1 1 +v -2 7.219114E-16 10 1 1 1 +v -6 7.219114E-16 8.998005 1 1 1 +v -4 7.219114E-16 8.798005 1 1 1 +v -4 0.2 8.798005 1 1 1 +v -6 7.219114E-16 10 1 1 1 +v -2 3 10 1 1 1 +v -2 3 9.599999 1 1 1 +v -4 3 9.4 1 1 1 +v -6 3 9.599999 1 1 1 +v -6 0.9 9.599999 1 1 1 +v -2 0.9 9.599999 1 1 1 +v -5.072641 2.3578 9.507264 1 1 1 +v -5.072641 2.557801 9.507264 1 1 1 +v -5.122393 2.307801 9.512239 1 1 1 +v -5.122393 2.6078 9.512239 1 1 1 +v -4.745332 2.097031 9.474533 1 1 1 +v -5.50589 2.307801 9.550589 1 1 1 +v -4.69558 2.04703 9.469558 1 1 1 +v -5.128829 2.097031 9.512883 1 1 1 +v -5.178581 2.04703 9.517858 1 1 1 +v -5.178581 1.847031 9.517858 1 1 1 +v -4.69558 1.847031 9.469558 1 1 1 +v -5.555642 2.3578 9.555564 1 1 1 +v -4 0.9 9.4 1 1 1 +v -4.745332 1.79703 9.474533 1 1 1 +v -5.128829 1.79703 9.512883 1 1 1 +v -5.50589 2.6078 9.550589 1 1 1 +v -5.555642 2.557801 9.555564 1 1 1 +v -2.533789 1.463198 9.546621 1 1 1 +v -2.533789 1.663198 9.546621 1 1 1 +v -2.583541 1.713198 9.541646 1 1 1 +v -2.583541 1.413198 9.541646 1 1 1 +v -2.967039 1.413198 9.503296 1 1 1 +v -3.01679 1.463198 9.498321 1 1 1 +v -2.967039 1.713198 9.503296 1 1 1 +v -3.01679 1.663198 9.498321 1 1 1 +v -2.967038 1.413198 9.503296 1 1 1 +v -2.583541 1.413198 9.541645 1 1 1 +v -2.962063 1.413198 9.453544 1 1 1 +v -2.578566 1.413198 9.491894 1 1 1 +v -2.583541 1.713198 9.541645 1 1 1 +v -2.967038 1.713198 9.503296 1 1 1 +v -2.578566 1.713198 9.491894 1 1 1 +v -2.962063 1.713198 9.453544 1 1 1 +v -2.528814 1.463198 9.496869 1 1 1 +v -2.533789 1.463198 9.54662 1 1 1 +v -2.528814 1.663198 9.496869 1 1 1 +v -2.533789 1.663198 9.54662 1 1 1 +v -3.01679 1.463198 9.498321 1 1 1 +v -3.011815 1.463198 9.448568 1 1 1 +v -3.01679 1.663198 9.498321 1 1 1 +v -3.011815 1.663198 9.448568 1 1 1 +v -5.505891 2.307801 9.550589 1 1 1 +v -5.122394 2.307801 9.512239 1 1 1 +v -5.510866 2.307801 9.500837 1 1 1 +v -5.127369 2.307801 9.462487 1 1 1 +v -5.122394 2.6078 9.512239 1 1 1 +v -5.505891 2.6078 9.550589 1 1 1 +v -5.127369 2.6078 9.462487 1 1 1 +v -5.510866 2.6078 9.500837 1 1 1 +v -5.077617 2.3578 9.457512 1 1 1 +v -5.072641 2.3578 9.507264 1 1 1 +v -5.077617 2.557801 9.457512 1 1 1 +v -5.072641 2.557801 9.507264 1 1 1 +v -5.555643 2.3578 9.555564 1 1 1 +v -5.560618 2.3578 9.505813 1 1 1 +v -5.555643 2.557801 9.555564 1 1 1 +v -5.560618 2.557801 9.505813 1 1 1 +v -4.750307 1.79703 9.424781 1 1 1 +v -5.128829 1.79703 9.512882 1 1 1 +v -5.133804 1.79703 9.463131 1 1 1 +v -5.128829 2.097031 9.512882 1 1 1 +v -4.750307 2.097031 9.424781 1 1 1 +v -5.133804 2.097031 9.463131 1 1 1 +v -4.700555 1.847031 9.419806 1 1 1 +v -4.69558 1.847031 9.469558 1 1 1 +v -4.700555 2.04703 9.419806 1 1 1 +v -4.69558 2.04703 9.469558 1 1 1 +v -5.183556 1.847031 9.468106 1 1 1 +v -5.183556 2.04703 9.468106 1 1 1 +v -9.999999 3 -1.6 1 1 1 +v -9.999999 0.9 -1.6 1 1 1 +v -9.999999 3 -2 1 1 1 +v -9.999999 0.9 -2 1 1 1 +v -9.599999 0.9 -2 1 1 1 +v -9.599999 3 -2 1 1 1 +v -9.799999 0.9 -1.65359 1 1 1 +v -9.799999 3 -1.65359 1 1 1 +v -9.653589 0.9 -1.8 1 1 1 +v -9.653589 3 -1.8 1 1 1 +v -10 -1.671676E-14 -2 1 1 1 +v -8.998005 -1.671676E-14 -2 1 1 1 +v -10 0.2 -2 1 1 1 +v -8.998005 0.2 -2 1 1 1 +v -10 0.2 -0.9980049 1 1 1 +v -10 -1.671676E-14 -0.9980049 1 1 1 +v -9.499002 0.2 -1.132247 1 1 1 +v -9.132247 0.2 -1.499002 1 1 1 +v -9.499002 -1.599485E-14 -1.132247 1 1 1 +v -9.132247 -1.599485E-14 -1.499002 1 1 1 +v -9.599999 3 2 1 1 1 +v -9.599999 0.9 2 1 1 1 +v -9.999999 3 2 1 1 1 +v -9.999999 0.9 2 1 1 1 +v -9.999999 0.9 1.6 1 1 1 +v -9.999999 3 1.6 1 1 1 +v -9.653589 0.9 1.8 1 1 1 +v -9.653589 3 1.8 1 1 1 +v -9.799999 0.9 1.65359 1 1 1 +v -9.799999 3 1.65359 1 1 1 +v -10 -1.707772E-14 2 1 1 1 +v -10 -1.707772E-14 0.9980048 1 1 1 +v -10 0.2 2 1 1 1 +v -10 0.2 0.9980048 1 1 1 +v -8.998005 0.2 2 1 1 1 +v -8.998005 -1.707772E-14 2 1 1 1 +v -9.132247 0.2 1.499002 1 1 1 +v -9.499002 0.2 1.132247 1 1 1 +v -9.132247 -1.635581E-14 1.499002 1 1 1 +v -9.499002 -1.635581E-14 1.132247 1 1 1 +v 9.599999 3 -2 1 1 1 +v 9.599999 0.9 -2 1 1 1 +v 9.999999 3 -2 1 1 1 +v 9.999999 0.9 -2 1 1 1 +v 9.999999 0.9 -1.6 1 1 1 +v 9.999999 3 -1.6 1 1 1 +v 9.653589 0.9 -1.8 1 1 1 +v 9.653589 3 -1.8 1 1 1 +v 9.799999 0.9 -1.653589 1 1 1 +v 9.799999 3 -1.653589 1 1 1 +v 10 -1.707772E-14 -2 1 1 1 +v 10 -1.707772E-14 -0.9980049 1 1 1 +v 10 0.2 -2 1 1 1 +v 10 0.2 -0.9980049 1 1 1 +v 8.998005 0.2 -2 1 1 1 +v 8.998005 -1.707772E-14 -2 1 1 1 +v 9.132247 0.2 -1.499002 1 1 1 +v 9.499002 0.2 -1.132247 1 1 1 +v 9.132247 -1.635581E-14 -1.499002 1 1 1 +v 9.499002 -1.635581E-14 -1.132247 1 1 1 +v 6 3 2 1 1 1 +v 5.695518 3 3.530734 1 1 1 +v 5.6 3 2 1 1 1 +v 5.325966 3 3.37766 1 1 1 +v 4.828427 3 4.828427 1 1 1 +v 4.545585 3 4.545585 1 1 1 +v 3.530734 3 5.695518 1 1 1 +v 3.37766 3 5.325966 1 1 1 +v 2 3 6 1 1 1 +v 2 3 5.6 1 1 1 +v 5.6 0.9 2 1 1 1 +v 5.325966 0.9 3.37766 1 1 1 +v 4.545585 0.9 4.545585 1 1 1 +v 3.37766 0.9 5.325966 1 1 1 +v 2 0.9 5.6 1 1 1 +v 4.998005 0 2 1 1 1 +v 5.695518 0 3.530734 1 1 1 +v 4.769795 0 3.147287 1 1 1 +v 3.530734 0 5.695518 1 1 1 +v 4.11991 0 4.11991 1 1 1 +v 3.147287 0 4.769795 1 1 1 +v 2 0 4.998005 1 1 1 +v 4.769795 0.2 3.147287 1 1 1 +v 4.11991 0.2 4.11991 1 1 1 +v 3.147287 0.2 4.769795 1 1 1 +v 4.483708 0.2 3.539527 1 1 1 +v 4.483708 0 3.539527 1 1 1 +v 4.992029 0.2 3.919159 1 1 1 +v 4.992029 0 3.919159 1 1 1 +v 3.526625 0 4.298757 1 1 1 +v 3.838695 0 3.838695 1 1 1 +v 3.526625 0.2 4.298757 1 1 1 +v 3.838695 0.2 3.838695 1 1 1 +v 4.298758 0 3.526624 1 1 1 +v 4.298758 0.2 3.526624 1 1 1 +v 3.539528 0 4.483707 1 1 1 +v 3.539528 0.2 4.483707 1 1 1 +v 3.919161 0 4.992028 1 1 1 +v 3.919161 0.2 4.992028 1 1 1 +v 3.511242 1.509087 5.23671 1 1 1 +v 3.831699 1.509087 5.022587 1 1 1 +v 3.483464 1.509087 5.195137 1 1 1 +v 3.803921 1.509087 4.981014 1 1 1 +v 3.831699 1.809087 5.022587 1 1 1 +v 3.511242 1.809087 5.23671 1 1 1 +v 3.803921 1.809087 4.981014 1 1 1 +v 3.483464 1.809087 5.195137 1 1 1 +v 3.845494 1.559087 4.953236 1 1 1 +v 3.873273 1.559087 4.994809 1 1 1 +v 3.845494 1.759087 4.953236 1 1 1 +v 3.873273 1.759087 4.994809 1 1 1 +v 3.469669 1.559087 5.264488 1 1 1 +v 3.44189 1.559087 5.222915 1 1 1 +v 3.469669 1.759087 5.264488 1 1 1 +v 3.44189 1.759087 5.222915 1 1 1 +v 2.639235 2.236932 5.472848 1 1 1 +v 3.01724 2.236932 5.397658 1 1 1 +v 2.629481 2.236932 5.423809 1 1 1 +v 3.007485 2.236932 5.348619 1 1 1 +v 3.01724 2.536932 5.397658 1 1 1 +v 2.639235 2.536932 5.472848 1 1 1 +v 3.007485 2.536932 5.348619 1 1 1 +v 2.629481 2.536932 5.423809 1 1 1 +v 3.056525 2.286932 5.338865 1 1 1 +v 3.066279 2.286932 5.387904 1 1 1 +v 3.056525 2.486932 5.338865 1 1 1 +v 3.066279 2.486932 5.387904 1 1 1 +v 2.590196 2.286932 5.482603 1 1 1 +v 2.580441 2.286932 5.433563 1 1 1 +v 2.590196 2.486932 5.482603 1 1 1 +v 2.580441 2.486932 5.433563 1 1 1 +v 2.331471 1.759764 5.534067 1 1 1 +v 2.709476 1.759764 5.458877 1 1 1 +v 2.321717 1.759764 5.485027 1 1 1 +v 2.699721 1.759764 5.409838 1 1 1 +v 2.709476 2.059764 5.458877 1 1 1 +v 2.331471 2.059764 5.534067 1 1 1 +v 2.699721 2.059764 5.409838 1 1 1 +v 2.321717 2.059764 5.485027 1 1 1 +v 2.748761 1.809764 5.400083 1 1 1 +v 2.758515 1.809764 5.449122 1 1 1 +v 2.748761 2.009764 5.400083 1 1 1 +v 2.758515 2.009764 5.449122 1 1 1 +v 2.282432 1.809764 5.543821 1 1 1 +v 2.272677 1.809764 5.494781 1 1 1 +v 2.282432 2.009764 5.543821 1 1 1 +v 2.272677 2.009764 5.494781 1 1 1 +v 5.415874 1.55972 2.925667 1 1 1 +v 5.491063 1.55972 2.547662 1 1 1 +v 5.366834 1.55972 2.915913 1 1 1 +v 5.442024 1.55972 2.537908 1 1 1 +v 5.415874 1.85972 2.925667 1 1 1 +v 5.366834 1.85972 2.915913 1 1 1 +v 5.491063 1.85972 2.547662 1 1 1 +v 5.442024 1.85972 2.537908 1 1 1 +v 5.451778 1.60972 2.488869 1 1 1 +v 5.500818 1.60972 2.498623 1 1 1 +v 5.451778 1.80972 2.488869 1 1 1 +v 5.500818 1.80972 2.498623 1 1 1 +v 5.406119 1.60972 2.974706 1 1 1 +v 5.35708 1.60972 2.964952 1 1 1 +v 5.406119 1.80972 2.974706 1 1 1 +v 5.35708 1.80972 2.964952 1 1 1 +v 1.599999 3 -10 1 1 1 +v 1.599999 0.9 -10 1 1 1 +v 1.999999 3 -10 1 1 1 +v 1.999999 0.9 -10 1 1 1 +v 1.999999 0.9 -9.599999 1 1 1 +v 1.999999 3 -9.599999 1 1 1 +v 1.653589 0.9 -9.799999 1 1 1 +v 1.653589 3 -9.799999 1 1 1 +v 1.799999 0.9 -9.653589 1 1 1 +v 1.799999 3 -9.653589 1 1 1 +v 2 -1.671676E-14 -10 1 1 1 +v 2 -1.671676E-14 -8.998005 1 1 1 +v 0.9980048 0.2 -10 1 1 1 +v 0.9980048 -1.671676E-14 -10 1 1 1 +v 1.132247 0.2 -9.499002 1 1 1 +v 1.499002 0.2 -9.132247 1 1 1 +v 1.132247 -1.599485E-14 -9.499002 1 1 1 +v 1.499002 -1.599485E-14 -9.132247 1 1 1 +v 8.998004 0.2 -6 1 1 1 +v 8.998004 0 -6 1 1 1 +v 9.999999 0 -6 1 1 1 +v 8.998005 0 -2 1 1 1 +v 8.798004 0 -4 1 1 1 +v 8.998005 0.2 -2 1 1 1 +v 8.798004 0.2 -4 1 1 1 +v 10 0 -2 1 1 1 +v 10 3 -6.000001 1 1 1 +v 10 3 -2 1 1 1 +v 9.600002 3 -6.000001 1 1 1 +v 9.400002 3 -4 1 1 1 +v 9.600003 3 -2 1 1 1 +v 10 0.9 -6.000001 1 1 1 +v 10 0.9 -2 1 1 1 +v 9.600003 0.9 -2 1 1 1 +v 9.600002 0.9 -6.000001 1 1 1 +v 9.508289 2.341752 -2.917131 1 1 1 +v 9.508289 2.541752 -2.917131 1 1 1 +v 9.513265 2.291752 -2.867379 1 1 1 +v 9.513265 2.591752 -2.867379 1 1 1 +v 9.400002 0.9 -4 1 1 1 +v 9.551615 2.291752 -2.483881 1 1 1 +v 9.55659 2.341752 -2.434129 1 1 1 +v 9.551615 2.591752 -2.483881 1 1 1 +v 9.55659 2.541752 -2.434129 1 1 1 +v 9.568184 1.683671 -5.681814 1 1 1 +v 9.568184 1.883671 -5.681814 1 1 1 +v 9.563209 1.933671 -5.632062 1 1 1 +v 9.524858 1.933671 -5.248564 1 1 1 +v 9.519884 1.883671 -5.198812 1 1 1 +v 9.519884 1.683671 -5.198812 1 1 1 +v 9.563209 1.633671 -5.632062 1 1 1 +v 9.49229 1.585278 -4.922883 1 1 1 +v 9.524858 1.633671 -5.248564 1 1 1 +v 9.453941 1.585278 -4.539385 1 1 1 +v 9.448966 1.535278 -4.489633 1 1 1 +v 9.448966 1.335278 -4.489633 1 1 1 +v 9.453941 1.285278 -4.539385 1 1 1 +v 9.49229 1.285278 -4.922883 1 1 1 +v 9.497266 1.535278 -4.972634 1 1 1 +v 9.497266 1.335278 -4.972634 1 1 1 +v 9.551615 2.291752 -2.483881 1 1 1 +v 9.513266 2.291752 -2.867379 1 1 1 +v 9.501863 2.291752 -2.478906 1 1 1 +v 9.463513 2.291752 -2.862403 1 1 1 +v 9.513266 2.591752 -2.867379 1 1 1 +v 9.551615 2.591752 -2.483881 1 1 1 +v 9.463513 2.591752 -2.862403 1 1 1 +v 9.501863 2.591752 -2.478906 1 1 1 +v 9.458538 2.341752 -2.912155 1 1 1 +v 9.50829 2.341752 -2.91713 1 1 1 +v 9.458538 2.541752 -2.912155 1 1 1 +v 9.50829 2.541752 -2.91713 1 1 1 +v 9.55659 2.341752 -2.434129 1 1 1 +v 9.506839 2.341752 -2.429154 1 1 1 +v 9.55659 2.541752 -2.434129 1 1 1 +v 9.506839 2.541752 -2.429154 1 1 1 +v 9.524858 1.633671 -5.248564 1 1 1 +v 9.563208 1.633671 -5.632061 1 1 1 +v 9.475106 1.633671 -5.253539 1 1 1 +v 9.513456 1.633671 -5.637037 1 1 1 +v 9.563208 1.933671 -5.632061 1 1 1 +v 9.524858 1.933671 -5.248564 1 1 1 +v 9.513456 1.933671 -5.637037 1 1 1 +v 9.475106 1.933671 -5.253539 1 1 1 +v 9.518432 1.683671 -5.686789 1 1 1 +v 9.568183 1.683671 -5.681813 1 1 1 +v 9.518431 1.883671 -5.686789 1 1 1 +v 9.568183 1.883671 -5.681813 1 1 1 +v 9.519883 1.683671 -5.198812 1 1 1 +v 9.470131 1.683671 -5.203787 1 1 1 +v 9.519883 1.883671 -5.198812 1 1 1 +v 9.470131 1.883671 -5.203787 1 1 1 +v 9.453941 1.285278 -4.539385 1 1 1 +v 9.49229 1.285278 -4.922882 1 1 1 +v 9.404189 1.285278 -4.54436 1 1 1 +v 9.442539 1.285278 -4.927857 1 1 1 +v 9.49229 1.585278 -4.922882 1 1 1 +v 9.442539 1.585278 -4.927857 1 1 1 +v 9.404189 1.585278 -4.54436 1 1 1 +v 9.447514 1.335278 -4.977609 1 1 1 +v 9.447514 1.535278 -4.977609 1 1 1 +v 9.448966 1.335278 -4.489633 1 1 1 +v 9.399214 1.335278 -4.494608 1 1 1 +v 9.448966 1.535278 -4.489633 1 1 1 +v 9.399214 1.535278 -4.494608 1 1 1 +v -0.9980047 0.2 -6 1 1 1 +v -0.9980047 3.609557E-16 -6 1 1 1 +v -2 3.609557E-16 -6 1 1 1 +v -0.9980043 3.609557E-16 -10 1 1 1 +v -0.7980045 3.609557E-16 -8 1 1 1 +v -0.9980043 0.2 -10 1 1 1 +v -0.7980045 0.2 -8 1 1 1 +v -1.999999 3.609557E-16 -10 1 1 1 +v -1.999999 0.2 -10 1 1 1 +v -1.999997 3 -5.999999 1 1 1 +v -1.999997 3 -9.999999 1 1 1 +v -1.599997 3 -5.999999 1 1 1 +v -1.399997 3 -7.999999 1 1 1 +v -1.599997 3 -9.999999 1 1 1 +v -1.999997 0.9 -5.999999 1 1 1 +v -1.999997 0.9 -9.999999 1 1 1 +v -1.599997 0.9 -9.999999 1 1 1 +v -1.599997 0.9 -5.999999 1 1 1 +v -1.508284 2.341752 -9.082869 1 1 1 +v -1.508284 2.541752 -9.082869 1 1 1 +v -1.513259 2.291752 -9.132621 1 1 1 +v -1.513259 2.591752 -9.132621 1 1 1 +v -1.399997 0.9 -7.999999 1 1 1 +v -1.551609 2.291752 -9.516118 1 1 1 +v -1.556584 2.341752 -9.56587 1 1 1 +v -1.551609 2.591752 -9.516118 1 1 1 +v -1.556584 2.541752 -9.56587 1 1 1 +v -1.568178 1.683671 -6.318186 1 1 1 +v -1.568178 1.883671 -6.318186 1 1 1 +v -1.563203 1.933671 -6.367938 1 1 1 +v -1.524853 1.933671 -6.751435 1 1 1 +v -1.519878 1.883671 -6.801187 1 1 1 +v -1.519878 1.683671 -6.801187 1 1 1 +v -1.563203 1.633671 -6.367938 1 1 1 +v -1.492285 1.585278 -7.077117 1 1 1 +v -1.524853 1.633671 -6.751435 1 1 1 +v -1.453935 1.585278 -7.460615 1 1 1 +v -1.44896 1.535278 -7.510366 1 1 1 +v -1.44896 1.335278 -7.510366 1 1 1 +v -1.453935 1.285278 -7.460615 1 1 1 +v -1.492285 1.285278 -7.077117 1 1 1 +v -1.49726 1.535278 -7.027365 1 1 1 +v -1.49726 1.335278 -7.027365 1 1 1 +v -1.551609 2.291752 -9.516118 1 1 1 +v -1.51326 2.291752 -9.132621 1 1 1 +v -1.501858 2.291752 -9.521093 1 1 1 +v -1.463508 2.291752 -9.137596 1 1 1 +v -1.51326 2.591752 -9.132621 1 1 1 +v -1.551609 2.591752 -9.516118 1 1 1 +v -1.463508 2.591752 -9.137596 1 1 1 +v -1.501857 2.591752 -9.521093 1 1 1 +v -1.458533 2.341752 -9.087844 1 1 1 +v -1.508284 2.341752 -9.082869 1 1 1 +v -1.458533 2.541752 -9.087844 1 1 1 +v -1.508284 2.541752 -9.082869 1 1 1 +v -1.556584 2.341752 -9.56587 1 1 1 +v -1.506833 2.341752 -9.570846 1 1 1 +v -1.556584 2.541752 -9.56587 1 1 1 +v -1.506833 2.541752 -9.570846 1 1 1 +v -1.524853 1.633671 -6.751435 1 1 1 +v -1.563202 1.633671 -6.367938 1 1 1 +v -1.475101 1.633671 -6.74646 1 1 1 +v -1.51345 1.633671 -6.362962 1 1 1 +v -1.563202 1.933671 -6.367938 1 1 1 +v -1.524852 1.933671 -6.751435 1 1 1 +v -1.51345 1.933671 -6.362962 1 1 1 +v -1.475101 1.933671 -6.74646 1 1 1 +v -1.518426 1.683671 -6.31321 1 1 1 +v -1.568177 1.683671 -6.318186 1 1 1 +v -1.518425 1.883671 -6.31321 1 1 1 +v -1.568177 1.883671 -6.318186 1 1 1 +v -1.519877 1.683671 -6.801187 1 1 1 +v -1.470125 1.683671 -6.796212 1 1 1 +v -1.519877 1.883671 -6.801187 1 1 1 +v -1.470125 1.883671 -6.796212 1 1 1 +v -1.453935 1.285278 -7.460614 1 1 1 +v -1.492285 1.285278 -7.077117 1 1 1 +v -1.404183 1.285278 -7.455639 1 1 1 +v -1.442533 1.285278 -7.072142 1 1 1 +v -1.492285 1.585278 -7.077117 1 1 1 +v -1.453935 1.585278 -7.460614 1 1 1 +v -1.442533 1.585278 -7.072142 1 1 1 +v -1.404183 1.585278 -7.455639 1 1 1 +v -1.447508 1.335278 -7.02239 1 1 1 +v -1.49726 1.335278 -7.027365 1 1 1 +v -1.447508 1.535278 -7.02239 1 1 1 +v -1.49726 1.535278 -7.027365 1 1 1 +v -1.44896 1.335278 -7.510366 1 1 1 +v -1.399208 1.335278 -7.505391 1 1 1 +v -1.44896 1.535278 -7.510366 1 1 1 +v -1.399208 1.535278 -7.505391 1 1 1 +v -10 0.2 -0.9980048 1 1 1 +v -10 3.609557E-16 -0.9980048 1 1 1 +v -10 3.609557E-16 -2 1 1 1 +v -6 3.609557E-16 -0.9980048 1 1 1 +v -8 3.609557E-16 -0.7980049 1 1 1 +v -6 0.2 -0.9980048 1 1 1 +v -8 0.2 -0.7980049 1 1 1 +v -6 3.609557E-16 -2 1 1 1 +v -10 3 -2 1 1 1 +v -10 3 -1.6 1 1 1 +v -8 3 -1.4 1 1 1 +v -6 3 -1.6 1 1 1 +v -10 0.9 -2 1 1 1 +v -6 0.9 -1.6 1 1 1 +v -10 0.9 -1.6 1 1 1 +v -6.91713 2.341752 -1.508286 1 1 1 +v -6.91713 2.541752 -1.508286 1 1 1 +v -6.867379 2.291752 -1.513262 1 1 1 +v -6.867379 2.591752 -1.513262 1 1 1 +v -8 0.9 -1.4 1 1 1 +v -6.483881 2.291752 -1.551611 1 1 1 +v -6.434129 2.341752 -1.556587 1 1 1 +v -6.483881 2.591752 -1.551611 1 1 1 +v -6.434129 2.541752 -1.556587 1 1 1 +v -9.681813 1.683671 -1.568181 1 1 1 +v -9.681813 1.883671 -1.568181 1 1 1 +v -9.632061 1.933671 -1.563206 1 1 1 +v -9.248564 1.933671 -1.524856 1 1 1 +v -9.198812 1.883671 -1.519881 1 1 1 +v -9.198812 1.683671 -1.519881 1 1 1 +v -9.632061 1.633671 -1.563206 1 1 1 +v -8.922882 1.585278 -1.492288 1 1 1 +v -9.248564 1.633671 -1.524856 1 1 1 +v -8.539385 1.585278 -1.453938 1 1 1 +v -8.489633 1.535278 -1.448963 1 1 1 +v -8.489633 1.335278 -1.448963 1 1 1 +v -8.539385 1.285278 -1.453938 1 1 1 +v -8.922882 1.285278 -1.492288 1 1 1 +v -8.972633 1.535278 -1.497263 1 1 1 +v -8.972633 1.335278 -1.497263 1 1 1 +v -6.483882 2.291752 -1.551611 1 1 1 +v -6.867379 2.291752 -1.513262 1 1 1 +v -6.478907 2.291752 -1.50186 1 1 1 +v -6.862404 2.291752 -1.46351 1 1 1 +v -6.867379 2.591752 -1.513262 1 1 1 +v -6.483882 2.591752 -1.551611 1 1 1 +v -6.862404 2.591752 -1.46351 1 1 1 +v -6.478907 2.591752 -1.50186 1 1 1 +v -6.912156 2.341752 -1.458535 1 1 1 +v -6.917131 2.341752 -1.508287 1 1 1 +v -6.912156 2.541752 -1.458535 1 1 1 +v -6.917131 2.541752 -1.508286 1 1 1 +v -6.43413 2.341752 -1.556587 1 1 1 +v -6.429155 2.341752 -1.506835 1 1 1 +v -6.43413 2.541752 -1.556587 1 1 1 +v -6.429155 2.541752 -1.506835 1 1 1 +v -9.248565 1.633671 -1.524856 1 1 1 +v -9.632062 1.633671 -1.563206 1 1 1 +v -9.25354 1.633671 -1.475104 1 1 1 +v -9.637037 1.633671 -1.513454 1 1 1 +v -9.632062 1.933671 -1.563206 1 1 1 +v -9.248565 1.933671 -1.524856 1 1 1 +v -9.637037 1.933671 -1.513454 1 1 1 +v -9.25354 1.933671 -1.475104 1 1 1 +v -9.68679 1.683671 -1.518429 1 1 1 +v -9.681814 1.683671 -1.568181 1 1 1 +v -9.68679 1.883671 -1.518429 1 1 1 +v -9.681814 1.883671 -1.568181 1 1 1 +v -9.198812 1.683671 -1.519881 1 1 1 +v -9.203788 1.683671 -1.470129 1 1 1 +v -9.198812 1.883671 -1.519881 1 1 1 +v -9.203788 1.883671 -1.470129 1 1 1 +v -8.539384 1.285278 -1.453938 1 1 1 +v -8.922881 1.285278 -1.492288 1 1 1 +v -8.544359 1.285278 -1.404186 1 1 1 +v -8.927856 1.285278 -1.442536 1 1 1 +v -8.922881 1.585278 -1.492288 1 1 1 +v -8.539384 1.585278 -1.453938 1 1 1 +v -8.927856 1.585278 -1.442536 1 1 1 +v -8.544359 1.585278 -1.404186 1 1 1 +v -8.977609 1.335278 -1.447511 1 1 1 +v -8.977609 1.535278 -1.447511 1 1 1 +v -8.972633 1.535278 -1.497263 1 1 1 +v -8.489632 1.335278 -1.448963 1 1 1 +v -8.494607 1.335278 -1.399211 1 1 1 +v -8.489632 1.535278 -1.448963 1 1 1 +v -8.494607 1.535278 -1.399211 1 1 1 +v 10 0.2 0.998005 1 1 1 +v 10 0 0.998005 1 1 1 +v 10 0.2 2 1 1 1 +v 6 0 0.998005 1 1 1 +v 8 0 0.7980051 1 1 1 +v 6 0.2 0.998005 1 1 1 +v 8 0.2 0.7980051 1 1 1 +v 10 3 2 1 1 1 +v 6 3 2 1 1 1 +v 10 3 1.6 1 1 1 +v 8 3 1.4 1 1 1 +v 6 3 1.6 1 1 1 +v 10 0.9 2 1 1 1 +v 6 0.9 1.6 1 1 1 +v 10 0.9 1.6 1 1 1 +v 6.91713 2.341752 1.508287 1 1 1 +v 6.91713 2.541752 1.508287 1 1 1 +v 6.867379 2.291752 1.513262 1 1 1 +v 6.867379 2.591752 1.513262 1 1 1 +v 8 0.9 1.4 1 1 1 +v 6.483881 2.291752 1.551612 1 1 1 +v 6.434129 2.341752 1.556587 1 1 1 +v 6.483881 2.591752 1.551612 1 1 1 +v 6.434129 2.541752 1.556587 1 1 1 +v 9.681813 1.683671 1.568181 1 1 1 +v 9.681813 1.883671 1.568181 1 1 1 +v 9.632061 1.933671 1.563206 1 1 1 +v 9.248564 1.933671 1.524856 1 1 1 +v 9.198812 1.883671 1.519881 1 1 1 +v 9.198812 1.683671 1.519881 1 1 1 +v 9.632061 1.633671 1.563206 1 1 1 +v 8.922882 1.585278 1.492288 1 1 1 +v 9.248564 1.633671 1.524856 1 1 1 +v 8.539385 1.585278 1.453938 1 1 1 +v 8.489633 1.535278 1.448963 1 1 1 +v 8.489633 1.335278 1.448963 1 1 1 +v 8.539385 1.285278 1.453938 1 1 1 +v 8.922882 1.285278 1.492288 1 1 1 +v 8.972633 1.535278 1.497263 1 1 1 +v 8.972633 1.335278 1.497263 1 1 1 +v 6.48388 2.291752 1.551612 1 1 1 +v 6.867377 2.291752 1.513262 1 1 1 +v 6.478905 2.291752 1.50186 1 1 1 +v 6.862402 2.291752 1.46351 1 1 1 +v 6.867377 2.591752 1.513262 1 1 1 +v 6.48388 2.591752 1.551612 1 1 1 +v 6.862402 2.591752 1.46351 1 1 1 +v 6.478905 2.591752 1.50186 1 1 1 +v 6.912154 2.341752 1.458535 1 1 1 +v 6.91713 2.341752 1.508287 1 1 1 +v 6.912154 2.541752 1.458535 1 1 1 +v 6.91713 2.541752 1.508287 1 1 1 +v 6.434128 2.341752 1.556587 1 1 1 +v 6.429153 2.341752 1.506835 1 1 1 +v 6.434128 2.541752 1.556587 1 1 1 +v 6.429153 2.541752 1.506835 1 1 1 +v 9.248563 1.633671 1.524856 1 1 1 +v 9.63206 1.633671 1.563206 1 1 1 +v 9.253538 1.633671 1.475104 1 1 1 +v 9.637035 1.633671 1.513454 1 1 1 +v 9.63206 1.933671 1.563206 1 1 1 +v 9.248563 1.933671 1.524856 1 1 1 +v 9.637035 1.933671 1.513454 1 1 1 +v 9.253538 1.933671 1.475104 1 1 1 +v 9.686788 1.683671 1.518429 1 1 1 +v 9.681812 1.683671 1.568181 1 1 1 +v 9.686788 1.883671 1.518429 1 1 1 +v 9.681812 1.883671 1.568181 1 1 1 +v 9.198811 1.683671 1.519881 1 1 1 +v 9.203786 1.683671 1.470129 1 1 1 +v 9.198811 1.883671 1.519881 1 1 1 +v 9.203786 1.883671 1.470129 1 1 1 +v 8.539384 1.285278 1.453938 1 1 1 +v 8.922881 1.285278 1.492288 1 1 1 +v 8.544359 1.285278 1.404186 1 1 1 +v 8.927856 1.285278 1.442536 1 1 1 +v 8.922881 1.585278 1.492288 1 1 1 +v 8.539384 1.585278 1.453938 1 1 1 +v 8.927856 1.585278 1.442536 1 1 1 +v 8.544359 1.585278 1.404186 1 1 1 +v 8.977609 1.335278 1.447511 1 1 1 +v 8.977609 1.535278 1.447511 1 1 1 +v 8.972633 1.535278 1.497263 1 1 1 +v 8.489632 1.335278 1.448963 1 1 1 +v 8.494607 1.335278 1.399211 1 1 1 +v 8.489632 1.535278 1.448963 1 1 1 +v 8.494607 1.535278 1.399211 1 1 1 +v 0.9980042 0.2 6 1 1 1 +v 0.9980042 6.411861E-31 6 1 1 1 +v 1.999999 6.411861E-31 6 1 1 1 +v 0.9980048 6.411861E-31 10 1 1 1 +v 0.7980045 6.411861E-31 8 1 1 1 +v 0.9980048 0.2 10 1 1 1 +v 0.7980045 0.2 8 1 1 1 +v 2 6.411861E-31 10 1 1 1 +v 2 0.2 10 1 1 1 +v 2.000004 3 5.999996 1 1 1 +v 2.000005 3 9.999996 1 1 1 +v 1.600004 3 5.999996 1 1 1 +v 1.400005 3 7.999996 1 1 1 +v 1.600005 3 9.999996 1 1 1 +v 2.000004 0.9 5.999996 1 1 1 +v 2.000005 0.9 9.999996 1 1 1 +v 1.600005 0.9 9.999996 1 1 1 +v 1.600004 0.9 5.999996 1 1 1 +v 1.508292 2.341752 9.082866 1 1 1 +v 1.508292 2.541752 9.082866 1 1 1 +v 1.513267 2.291752 9.132618 1 1 1 +v 1.513267 2.591752 9.132618 1 1 1 +v 1.400005 0.9 7.999996 1 1 1 +v 1.551617 2.291752 9.516115 1 1 1 +v 1.556592 2.341752 9.565867 1 1 1 +v 1.551617 2.591752 9.516115 1 1 1 +v 1.556592 2.541752 9.565867 1 1 1 +v 1.568186 1.683671 6.318183 1 1 1 +v 1.568186 1.883671 6.318183 1 1 1 +v 1.56321 1.933671 6.367935 1 1 1 +v 1.524861 1.933671 6.751432 1 1 1 +v 1.519886 1.883671 6.801184 1 1 1 +v 1.519886 1.683671 6.801184 1 1 1 +v 1.56321 1.633671 6.367935 1 1 1 +v 1.492293 1.585278 7.077114 1 1 1 +v 1.524861 1.633671 6.751432 1 1 1 +v 1.453943 1.585278 7.460612 1 1 1 +v 1.448968 1.535278 7.510364 1 1 1 +v 1.448968 1.335278 7.510364 1 1 1 +v 1.453943 1.285278 7.460612 1 1 1 +v 1.492293 1.285278 7.077114 1 1 1 +v 1.497268 1.535278 7.027362 1 1 1 +v 1.497268 1.335278 7.027362 1 1 1 +v 1.551617 2.291752 9.516116 1 1 1 +v 1.513267 2.291752 9.132619 1 1 1 +v 1.501865 2.291752 9.521091 1 1 1 +v 1.463515 2.291752 9.137594 1 1 1 +v 1.513267 2.591752 9.132619 1 1 1 +v 1.551617 2.591752 9.516116 1 1 1 +v 1.463515 2.591752 9.137594 1 1 1 +v 1.501865 2.591752 9.521091 1 1 1 +v 1.45854 2.341752 9.087842 1 1 1 +v 1.508292 2.341752 9.082867 1 1 1 +v 1.45854 2.541752 9.087842 1 1 1 +v 1.508292 2.541752 9.082867 1 1 1 +v 1.556592 2.341752 9.565868 1 1 1 +v 1.50684 2.341752 9.570844 1 1 1 +v 1.556592 2.541752 9.565868 1 1 1 +v 1.50684 2.541752 9.570844 1 1 1 +v 1.52486 1.633671 6.751432 1 1 1 +v 1.56321 1.633671 6.367935 1 1 1 +v 1.475108 1.633671 6.746457 1 1 1 +v 1.513458 1.633671 6.36296 1 1 1 +v 1.56321 1.933671 6.367935 1 1 1 +v 1.52486 1.933671 6.751432 1 1 1 +v 1.513458 1.933671 6.36296 1 1 1 +v 1.475108 1.933671 6.746457 1 1 1 +v 1.518433 1.683671 6.313208 1 1 1 +v 1.568185 1.683671 6.318183 1 1 1 +v 1.518433 1.883671 6.313208 1 1 1 +v 1.568185 1.883671 6.318183 1 1 1 +v 1.519885 1.683671 6.801185 1 1 1 +v 1.470133 1.683671 6.796209 1 1 1 +v 1.519885 1.883671 6.801185 1 1 1 +v 1.470133 1.883671 6.796209 1 1 1 +v 1.453943 1.285278 7.460611 1 1 1 +v 1.492293 1.285278 7.077114 1 1 1 +v 1.404191 1.285278 7.455636 1 1 1 +v 1.442541 1.285278 7.072139 1 1 1 +v 1.453943 1.585278 7.460611 1 1 1 +v 1.442541 1.585278 7.072139 1 1 1 +v 1.404191 1.585278 7.455636 1 1 1 +v 1.447516 1.335278 7.022387 1 1 1 +v 1.497268 1.335278 7.027362 1 1 1 +v 1.447516 1.535278 7.022387 1 1 1 +v 1.497268 1.535278 7.027362 1 1 1 +v 1.448968 1.335278 7.510364 1 1 1 +v 1.399216 1.335278 7.505388 1 1 1 +v 1.448968 1.535278 7.510364 1 1 1 +v 1.399216 1.535278 7.505388 1 1 1 +v -8.998004 0 2 1 1 1 +v -8.798004 0 4 1 1 1 +v -8.998004 0.2 2 1 1 1 +v -8.798004 0.2 4 1 1 1 +v -9.999999 0 2 1 1 1 +v -9.999991 3 5.999998 1 1 1 +v -9.999991 3 1.999998 1 1 1 +v -9.599992 3 5.999998 1 1 1 +v -9.399991 3 3.999998 1 1 1 +v -9.599991 3 1.999998 1 1 1 +v -9.999991 0.9 5.999998 1 1 1 +v -9.999991 0.9 1.999998 1 1 1 +v -9.599991 0.9 1.999998 1 1 1 +v -9.599992 0.9 5.999998 1 1 1 +v -9.508278 2.341752 2.917128 1 1 1 +v -9.508278 2.541752 2.917128 1 1 1 +v -9.513253 2.291752 2.867377 1 1 1 +v -9.513253 2.591752 2.867377 1 1 1 +v -9.399991 0.9 3.999998 1 1 1 +v -9.551603 2.291752 2.483879 1 1 1 +v -9.556578 2.341752 2.434127 1 1 1 +v -9.551603 2.591752 2.483879 1 1 1 +v -9.556578 2.541752 2.434127 1 1 1 +v -9.568172 1.683671 5.681811 1 1 1 +v -9.568172 1.883671 5.681811 1 1 1 +v -9.563197 1.933671 5.63206 1 1 1 +v -9.524848 1.933671 5.248562 1 1 1 +v -9.519873 1.883671 5.19881 1 1 1 +v -9.519873 1.683671 5.19881 1 1 1 +v -9.563197 1.633671 5.63206 1 1 1 +v -9.492279 1.585278 4.92288 1 1 1 +v -9.524848 1.633671 5.248562 1 1 1 +v -9.45393 1.585278 4.539382 1 1 1 +v -9.448955 1.535278 4.489631 1 1 1 +v -9.448955 1.335278 4.489631 1 1 1 +v -9.45393 1.285278 4.539382 1 1 1 +v -9.492279 1.285278 4.92288 1 1 1 +v -9.497254 1.535278 4.972632 1 1 1 +v -9.497254 1.335278 4.972632 1 1 1 +v -9.551603 2.291752 2.483879 1 1 1 +v -9.513254 2.291752 2.867376 1 1 1 +v -9.501852 2.291752 2.478904 1 1 1 +v -9.463502 2.291752 2.862401 1 1 1 +v -9.513254 2.591752 2.867376 1 1 1 +v -9.551603 2.591752 2.483879 1 1 1 +v -9.463502 2.591752 2.862401 1 1 1 +v -9.501852 2.591752 2.478904 1 1 1 +v -9.458527 2.341752 2.912153 1 1 1 +v -9.508279 2.341752 2.917128 1 1 1 +v -9.458527 2.541752 2.912153 1 1 1 +v -9.508279 2.541752 2.917128 1 1 1 +v -9.556579 2.341752 2.434127 1 1 1 +v -9.506827 2.341752 2.429152 1 1 1 +v -9.556579 2.541752 2.434127 1 1 1 +v -9.506826 2.541752 2.429152 1 1 1 +v -9.524849 1.633671 5.248561 1 1 1 +v -9.563198 1.633671 5.632059 1 1 1 +v -9.475097 1.633671 5.253536 1 1 1 +v -9.513447 1.633671 5.637034 1 1 1 +v -9.563198 1.933671 5.632059 1 1 1 +v -9.524849 1.933671 5.248561 1 1 1 +v -9.513447 1.933671 5.637034 1 1 1 +v -9.475097 1.933671 5.253536 1 1 1 +v -9.518422 1.683671 5.686786 1 1 1 +v -9.568173 1.683671 5.68181 1 1 1 +v -9.518422 1.883671 5.686786 1 1 1 +v -9.568173 1.883671 5.68181 1 1 1 +v -9.519874 1.683671 5.19881 1 1 1 +v -9.470121 1.683671 5.203784 1 1 1 +v -9.519874 1.883671 5.19881 1 1 1 +v -9.470121 1.883671 5.203784 1 1 1 +v -9.45393 1.285278 4.539383 1 1 1 +v -9.492279 1.285278 4.92288 1 1 1 +v -9.404178 1.285278 4.544358 1 1 1 +v -9.442528 1.285278 4.927855 1 1 1 +v -9.45393 1.585278 4.539383 1 1 1 +v -9.442528 1.585278 4.927855 1 1 1 +v -9.404178 1.585278 4.544358 1 1 1 +v -9.447503 1.335278 4.977607 1 1 1 +v -9.497254 1.335278 4.972632 1 1 1 +v -9.447503 1.535278 4.977607 1 1 1 +v -9.497254 1.535278 4.972632 1 1 1 +v -9.399202 1.335278 4.494606 1 1 1 +v -9.399202 1.535278 4.494606 1 1 1 +v -8.0904 2.757286 8.840657 1 1 1 +v -7.82245 2.757286 8.465528 1 1 1 +v -8.465528 2.757286 9.108606 1 1 1 +v -8.840657 2.757286 8.840657 1 1 1 +v -8.0904 2.757286 8.0904 1 1 1 +v -8.465528 2.757286 7.82245 1 1 1 +v -9.108606 2.757286 8.465528 1 1 1 +v -8.840657 2.757286 8.0904 1 1 1 +v -8.0904 3.133286 8.840657 1 1 1 +v -8.465528 3.133286 9.108606 1 1 1 +v -7.82245 3.133286 8.465528 1 1 1 +v -8.0904 3.133286 8.0904 1 1 1 +v -8.840657 3.133286 8.840657 1 1 1 +v -8.465528 3.133286 7.82245 1 1 1 +v -9.108606 3.133286 8.465528 1 1 1 +v -8.840657 3.133286 8.0904 1 1 1 +v -8.12041 0.576 8.810647 1 1 1 +v -8.465528 0.576 9.05716 1 1 1 +v -7.873897 0.576 8.465528 1 1 1 +v -8.12041 0.576 8.12041 1 1 1 +v -8.810647 0.576 8.810647 1 1 1 +v -9.05716 0.576 8.465528 1 1 1 +v -8.465528 0.576 7.873897 1 1 1 +v -8.810647 0.576 8.12041 1 1 1 +v -7.873897 0.2 8.465528 1 1 1 +v -8.12041 0.2 8.810647 1 1 1 +v -8.12041 0.2 8.12041 1 1 1 +v -8.465528 0.2 7.873897 1 1 1 +v -8.810647 0.2 8.12041 1 1 1 +v -9.05716 0.2 8.465528 1 1 1 +v -8.810647 0.2 8.810647 1 1 1 +v -8.465528 0.2 9.05716 1 1 1 +v -8.23289 0.576 8.23289 1 1 1 +v -8.06672 0.576 8.465528 1 1 1 +v -8.174731 2.757286 8.174731 1 1 1 +v -7.967018 2.757286 8.465528 1 1 1 +v -8.756326 2.757286 8.174731 1 1 1 +v -8.964039 2.757286 8.465528 1 1 1 +v -8.698167 0.576 8.23289 1 1 1 +v -8.864337 0.576 8.465528 1 1 1 +v -8.465528 0.576 8.06672 1 1 1 +v -8.465528 2.757286 7.967018 1 1 1 +v -8.23289 0.576 8.698167 1 1 1 +v -8.465528 0.576 8.864337 1 1 1 +v -8.174731 2.757286 8.756326 1 1 1 +v -8.465528 2.757286 8.964039 1 1 1 +v -8.698167 0.576 8.698167 1 1 1 +v -8.756326 2.757286 8.756326 1 1 1 +v 8.0904 2.757286 -8.840658 1 1 1 +v 7.82245 2.757286 -8.465528 1 1 1 +v 8.465528 2.757286 -9.108607 1 1 1 +v 8.840657 2.757286 -8.840658 1 1 1 +v 8.0904 2.757286 -8.0904 1 1 1 +v 8.465528 2.757286 -7.822451 1 1 1 +v 9.108606 2.757286 -8.465529 1 1 1 +v 8.840657 2.757286 -8.0904 1 1 1 +v 8.0904 3.133286 -8.840658 1 1 1 +v 8.465528 3.133286 -9.108607 1 1 1 +v 7.82245 3.133286 -8.465528 1 1 1 +v 8.0904 3.133286 -8.0904 1 1 1 +v 8.840657 3.133286 -8.840658 1 1 1 +v 8.465528 3.133286 -7.822451 1 1 1 +v 9.108606 3.133286 -8.465529 1 1 1 +v 8.840657 3.133286 -8.0904 1 1 1 +v 8.12041 0.576 -8.810648 1 1 1 +v 8.465528 0.576 -9.057161 1 1 1 +v 7.873897 0.576 -8.465528 1 1 1 +v 8.12041 0.576 -8.12041 1 1 1 +v 8.810647 0.576 -8.810648 1 1 1 +v 9.05716 0.576 -8.465529 1 1 1 +v 8.465528 0.576 -7.873897 1 1 1 +v 8.810647 0.576 -8.12041 1 1 1 +v 7.873897 0.2 -8.465528 1 1 1 +v 8.12041 0.2 -8.810648 1 1 1 +v 8.12041 0.2 -8.12041 1 1 1 +v 8.465528 0.2 -7.873897 1 1 1 +v 8.810647 0.2 -8.12041 1 1 1 +v 9.05716 0.2 -8.465529 1 1 1 +v 8.810647 0.2 -8.810648 1 1 1 +v 8.465528 0.2 -9.057161 1 1 1 +v 8.23289 0.576 -8.232891 1 1 1 +v 8.06672 0.576 -8.465528 1 1 1 +v 8.174731 2.757286 -8.174731 1 1 1 +v 7.967018 2.757286 -8.465528 1 1 1 +v 8.756327 2.757286 -8.174731 1 1 1 +v 8.964039 2.757286 -8.465529 1 1 1 +v 8.698167 0.576 -8.232891 1 1 1 +v 8.864337 0.576 -8.465529 1 1 1 +v 8.465528 0.576 -8.066721 1 1 1 +v 8.465528 2.757286 -7.967019 1 1 1 +v 8.23289 0.576 -8.698167 1 1 1 +v 8.465528 0.576 -8.864337 1 1 1 +v 8.17473 2.757286 -8.756327 1 1 1 +v 8.465528 2.757286 -8.964039 1 1 1 +v 8.698167 0.576 -8.698167 1 1 1 +v 8.756326 2.757286 -8.756327 1 1 1 +v -4.840657 2.757286 -4.090399 1 1 1 +v -4.465528 2.757286 -3.82245 1 1 1 +v -5.108607 2.757286 -4.465528 1 1 1 +v -4.840657 2.757286 -4.840657 1 1 1 +v -4.0904 2.757286 -4.090399 1 1 1 +v -3.82245 2.757286 -4.465528 1 1 1 +v -4.465528 2.757286 -5.108606 1 1 1 +v -4.090399 2.757286 -4.840657 1 1 1 +v -4.840657 3.133286 -4.090399 1 1 1 +v -5.108607 3.133286 -4.465528 1 1 1 +v -4.465528 3.133286 -3.82245 1 1 1 +v -4.0904 3.133286 -4.090399 1 1 1 +v -4.840657 3.133286 -4.840657 1 1 1 +v -3.82245 3.133286 -4.465528 1 1 1 +v -4.465528 3.133286 -5.108606 1 1 1 +v -4.090399 3.133286 -4.840657 1 1 1 +v -4.810647 0.576 -4.120409 1 1 1 +v -5.05716 0.576 -4.465528 1 1 1 +v -4.465528 0.576 -3.873896 1 1 1 +v -4.12041 0.576 -4.120409 1 1 1 +v -4.810647 0.576 -4.810647 1 1 1 +v -4.465528 0.576 -5.05716 1 1 1 +v -3.873897 0.576 -4.465528 1 1 1 +v -4.12041 0.576 -4.810647 1 1 1 +v -4.465528 0.2 -3.873896 1 1 1 +v -4.810647 0.2 -4.120409 1 1 1 +v -4.12041 0.2 -4.120409 1 1 1 +v -3.873897 0.2 -4.465528 1 1 1 +v -4.12041 0.2 -4.810647 1 1 1 +v -4.465528 0.2 -5.05716 1 1 1 +v -4.810647 0.2 -4.810647 1 1 1 +v -5.05716 0.2 -4.465528 1 1 1 +v -4.23289 0.576 -4.23289 1 1 1 +v -4.465528 0.576 -4.06672 1 1 1 +v -4.174731 2.757286 -4.17473 1 1 1 +v -4.465528 2.757286 -3.967018 1 1 1 +v -4.174731 2.757286 -4.756326 1 1 1 +v -4.465528 2.757286 -4.964038 1 1 1 +v -4.232891 0.576 -4.698166 1 1 1 +v -4.465528 0.576 -4.864336 1 1 1 +v -4.06672 0.576 -4.465528 1 1 1 +v -3.967018 2.757286 -4.465528 1 1 1 +v -4.698166 0.576 -4.23289 1 1 1 +v -4.864336 0.576 -4.465528 1 1 1 +v -4.756326 2.757286 -4.17473 1 1 1 +v -4.964039 2.757286 -4.465528 1 1 1 +v -4.698167 0.576 -4.698166 1 1 1 +v -4.756326 2.757286 -4.756326 1 1 1 +v 3.51625 3.3269 -8.934477 1 1 1 +v 3.51625 2.9269 -8.934477 1 1 1 +v 3.435625 3.3269 -9.418227 1 1 1 +v 3.435625 2.9269 -9.418227 1 1 1 +v 4 2.9269 -9.982602 1 1 1 +v 4.48375 2.9269 -9.901978 1 1 1 +v 4 3.3269 -9.982602 1 1 1 +v 4.48375 3.3269 -9.901978 1 1 1 +v 3.51625 2.9269 -9.901978 1 1 1 +v 3.51625 3.3269 -9.901978 1 1 1 +v 4 2.9269 -8.853852 1 1 1 +v 4 3.3269 -8.853852 1 1 1 +v 4.48375 2.9269 -8.934477 1 1 1 +v 4.48375 3.3269 -8.934477 1 1 1 +v 4.564375 2.9269 -9.418227 1 1 1 +v 4.564375 3.3269 -9.418227 1 1 1 +v 4 0.2 -9.937452 1 1 1 +v 4.44505 0.2 -9.863277 1 1 1 +v 4 0.6 -9.937452 1 1 1 +v 4.44505 0.6 -9.863277 1 1 1 +v 4.44505 0.2 -8.973177 1 1 1 +v 4 0.2 -8.899002 1 1 1 +v 4.44505 0.6 -8.973177 1 1 1 +v 4 0.6 -8.899002 1 1 1 +v 3.55495 0.2 -9.863277 1 1 1 +v 3.55495 0.6 -9.863277 1 1 1 +v 3.480775 0.6 -9.418227 1 1 1 +v 3.480775 0.2 -9.418227 1 1 1 +v 3.55495 0.6 -8.973177 1 1 1 +v 4.519225 0.6 -9.418227 1 1 1 +v 4.519225 0.2 -9.418227 1 1 1 +v 3.55495 0.2 -8.973177 1 1 1 +v 4.4375 2.9269 -9.418227 1 1 1 +v 4.375 2.9269 -9.793227 1 1 1 +v 4.35 0.6 -9.418227 1 1 1 +v 4.3 0.6 -9.718227 1 1 1 +v 4.375 2.9269 -9.043227 1 1 1 +v 4.3 0.6 -9.118227 1 1 1 +v 4 0.6 -9.068227 1 1 1 +v 3.7 0.6 -9.118227 1 1 1 +v 4 2.9269 -8.980727 1 1 1 +v 3.625 2.9269 -9.043227 1 1 1 +v 3.7 0.6 -9.718227 1 1 1 +v 4 0.6 -9.768228 1 1 1 +v 3.625 2.9269 -9.793227 1 1 1 +v 4 2.9269 -9.855727 1 1 1 +v 3.5625 2.9269 -9.418227 1 1 1 +v 3.65 0.6 -9.418227 1 1 1 +v -3.51625 3.3269 8.934477 1 1 1 +v -3.51625 2.9269 8.934477 1 1 1 +v -3.435625 3.3269 9.418227 1 1 1 +v -3.435625 2.9269 9.418227 1 1 1 +v -4 2.9269 9.982602 1 1 1 +v -4.48375 2.9269 9.901978 1 1 1 +v -4 3.3269 9.982602 1 1 1 +v -4.48375 3.3269 9.901978 1 1 1 +v -3.51625 2.9269 9.901978 1 1 1 +v -3.51625 3.3269 9.901978 1 1 1 +v -4 2.9269 8.853852 1 1 1 +v -4 3.3269 8.853852 1 1 1 +v -4.48375 2.9269 8.934477 1 1 1 +v -4.48375 3.3269 8.934477 1 1 1 +v -4.564375 2.9269 9.418227 1 1 1 +v -4.564375 3.3269 9.418227 1 1 1 +v -4 0.2 9.937452 1 1 1 +v -4.44505 0.2 9.863277 1 1 1 +v -4 0.6 9.937452 1 1 1 +v -4.44505 0.6 9.863277 1 1 1 +v -4.44505 0.2 8.973177 1 1 1 +v -4 0.2 8.899002 1 1 1 +v -4.44505 0.6 8.973177 1 1 1 +v -4 0.6 8.899002 1 1 1 +v -3.55495 0.2 9.863277 1 1 1 +v -3.55495 0.6 9.863277 1 1 1 +v -3.480775 0.6 9.418227 1 1 1 +v -3.480775 0.2 9.418227 1 1 1 +v -3.55495 0.6 8.973177 1 1 1 +v -4.519225 0.6 9.418227 1 1 1 +v -4.519225 0.2 9.418227 1 1 1 +v -3.55495 0.2 8.973177 1 1 1 +v -4.4375 2.9269 9.418227 1 1 1 +v -4.375 2.9269 9.793227 1 1 1 +v -4.35 0.6 9.418227 1 1 1 +v -4.3 0.6 9.718227 1 1 1 +v -4.375 2.9269 9.043227 1 1 1 +v -4.3 0.6 9.118227 1 1 1 +v -4 0.6 9.068227 1 1 1 +v -3.7 0.6 9.118227 1 1 1 +v -4 2.9269 8.980727 1 1 1 +v -3.625 2.9269 9.043227 1 1 1 +v -3.7 0.6 9.718227 1 1 1 +v -4 0.6 9.768228 1 1 1 +v -3.625 2.9269 9.793227 1 1 1 +v -4 2.9269 9.855727 1 1 1 +v -3.5625 2.9269 9.418227 1 1 1 +v -3.65 0.6 9.418227 1 1 1 +v -0.2255788 0 8.172104 1 1 1 +v -1.38469 0 7.861521 1 1 1 +v -0.3316448 0.1 7.988392 1 1 1 +v -1.200978 0.1 7.755455 1 1 1 +v 1.211001 0.1 7.093738 1 1 1 +v 0.9303683 0.1 7.19978 1 1 1 +v 1.104959 0.1 6.813105 1 1 1 +v 0.8243259 0.1 6.919147 1 1 1 +v -0.09870771 0.1 7.119059 1 1 1 +v -0.9680409 0.1 6.886122 1 1 1 +v -0.3902232 0 8.524849 1 1 1 +v -0.2677487 0.2 8.59556 1 1 1 +v -0.183168 0 9.297589 1 1 1 +v -0.1124573 0.2 9.175116 1 1 1 +v 0.4670982 0.2 9.019824 1 1 1 +v 0.3118067 0.2 8.440269 1 1 1 +v 0.5895726 0 9.090534 1 1 1 +v 0.08500402 0 7.012993 1 1 1 +v -1.074107 0 6.70241 1 1 1 +v -1.227287 0.05 9.335641 1 1 1 +v -1.517065 0.05 9.413286 1 1 1 +v -1.304933 0.05 9.045863 1 1 1 +v -1.59471 0.05 9.123508 1 1 1 +v -1.55242 0 9.474524 1 1 1 +v -1.655948 0 9.088154 1 1 1 +v -1.16605 0 9.370996 1 1 1 +v -1.269577 0 8.984626 1 1 1 +v 0.7598799 0 6.890049 1 1 1 +v 0.9012698 0 7.264226 1 1 1 +v 1.134058 0 6.748658 1 1 1 +v 1.275447 0 7.122836 1 1 1 +v 1.385044 0 9.396791 1 1 1 +v 1.578229 0 9.345028 1 1 1 +v 1.415662 0.05 9.41447 1 1 1 +v 1.560551 0.05 9.375647 1 1 1 +v 1.599374 0.05 9.520535 1 1 1 +v 1.454485 0.05 9.559359 1 1 1 +v 0.3825174 0 8.317794 1 1 1 +v 1.629993 0 9.538214 1 1 1 +v 1.436807 0 9.589977 1 1 1 +v -0.9305171 0 6.279793 1 1 1 +v -0.737332 0 6.228029 1 1 1 +v -0.8998985 0.05 6.297471 1 1 1 +v -0.7550097 0.05 6.258648 1 1 1 +v -0.7161868 0.05 6.403537 1 1 1 +v -0.8610756 0.05 6.44236 1 1 1 +v -0.8787533 0 6.472979 1 1 1 +v -0.6855682 0 6.421215 1 1 1 +v -0.6865153 0.1 8.511062 1 1 1 +v -0.6865153 0.1 8.811062 1 1 1 +v -0.9865153 0.1 8.511062 1 1 1 +v -0.9865153 0.1 8.811062 1 1 1 +v -0.6365153 0 8.461061 1 1 1 +v -0.6365153 0 8.861062 1 1 1 +v -1.036515 0 8.461061 1 1 1 +v -1.036515 0 8.861062 1 1 1 +v 0.1962378 0 7.405234 1 1 1 +v 0.2212377 0.1 7.430234 1 1 1 +v 0.1962378 0 7.605234 1 1 1 +v 0.2212377 0.1 7.580234 1 1 1 +v 0.3712378 0.1 7.430234 1 1 1 +v 0.3712378 0.1 7.580234 1 1 1 +v 0.3962377 0 7.405234 1 1 1 +v 0.3962377 0 7.605234 1 1 1 +v 0.823903 0.05 8.053069 1 1 1 +v 0.5341253 0.05 8.130715 1 1 1 +v 0.7462572 0.05 7.763291 1 1 1 +v 0.4564795 0.05 7.840937 1 1 1 +v 0.4987699 0 8.191952 1 1 1 +v 0.3952423 0 7.805582 1 1 1 +v 1.323453 0.1 8.470176 1 1 1 +v 1.245807 0.1 8.759953 1 1 1 +v 1.033675 0.1 8.39253 1 1 1 +v 0.9560292 0.1 8.682308 1 1 1 +v 1.38469 0 8.43482 1 1 1 +v 1.281162 0 8.821191 1 1 1 +v 0.8851402 0 8.088425 1 1 1 +v 0.7816126 0 7.702054 1 1 1 +v 0.894792 0 8.717663 1 1 1 +v 0.9983196 0 8.331293 1 1 1 +v 4.840657 2.757286 4.0904 1 1 1 +v 4.465528 2.757286 3.82245 1 1 1 +v 5.108607 2.757286 4.465528 1 1 1 +v 4.840657 2.757286 4.840657 1 1 1 +v 4.0904 2.757286 4.090399 1 1 1 +v 3.82245 2.757286 4.465528 1 1 1 +v 4.465528 2.757286 5.108607 1 1 1 +v 4.090399 2.757286 4.840657 1 1 1 +v 4.840657 3.133286 4.0904 1 1 1 +v 5.108607 3.133286 4.465528 1 1 1 +v 4.465528 3.133286 3.82245 1 1 1 +v 4.0904 3.133286 4.090399 1 1 1 +v 4.840657 3.133286 4.840657 1 1 1 +v 3.82245 3.133286 4.465528 1 1 1 +v 4.465528 3.133286 5.108607 1 1 1 +v 4.090399 3.133286 4.840657 1 1 1 +v 4.810647 0.576 4.12041 1 1 1 +v 5.05716 0.576 4.465528 1 1 1 +v 4.465528 0.576 3.873897 1 1 1 +v 4.12041 0.576 4.12041 1 1 1 +v 4.810647 0.576 4.810647 1 1 1 +v 4.465528 0.576 5.05716 1 1 1 +v 3.873897 0.576 4.465528 1 1 1 +v 4.12041 0.576 4.810647 1 1 1 +v 4.465528 0.2 3.873897 1 1 1 +v 4.810647 0.2 4.12041 1 1 1 +v 4.12041 0.2 4.12041 1 1 1 +v 3.873897 0.2 4.465528 1 1 1 +v 4.12041 0.2 4.810647 1 1 1 +v 4.465528 0.2 5.05716 1 1 1 +v 4.810647 0.2 4.810647 1 1 1 +v 5.05716 0.2 4.465528 1 1 1 +v 4.23289 0.576 4.232891 1 1 1 +v 4.465528 0.576 4.06672 1 1 1 +v 4.174731 2.757286 4.174731 1 1 1 +v 4.465528 2.757286 3.967018 1 1 1 +v 4.174731 2.757286 4.756326 1 1 1 +v 4.465528 2.757286 4.964039 1 1 1 +v 4.232891 0.576 4.698167 1 1 1 +v 4.465528 0.576 4.864336 1 1 1 +v 4.06672 0.576 4.465528 1 1 1 +v 3.967018 2.757286 4.465528 1 1 1 +v 4.698166 0.576 4.23289 1 1 1 +v 4.864336 0.576 4.465528 1 1 1 +v 4.756326 2.757286 4.174731 1 1 1 +v 4.964039 2.757286 4.465528 1 1 1 +v 4.698167 0.576 4.698166 1 1 1 +v 4.756326 2.757286 4.756326 1 1 1 +v -1.435625 2.9269 2 1 1 1 +v -1.51625 2.9269 1.51625 1 1 1 +v -1.51625 2.9269 2.48375 1 1 1 +v -2 2.9269 2.564375 1 1 1 +v -2 2.9269 1.435625 1 1 1 +v -2.48375 2.9269 2.48375 1 1 1 +v -2.48375 2.9269 1.51625 1 1 1 +v -2.564375 2.9269 2 1 1 1 +v -1.435625 3.3269 2 1 1 1 +v -1.51625 3.3269 2.48375 1 1 1 +v -1.51625 3.3269 1.51625 1 1 1 +v -2 3.3269 1.435625 1 1 1 +v -2 3.3269 2.564375 1 1 1 +v -2.48375 3.3269 1.51625 1 1 1 +v -2.48375 3.3269 2.48375 1 1 1 +v -2.564375 3.3269 2 1 1 1 +v -1.480775 0.6 2 1 1 1 +v -1.55495 0.6 2.44505 1 1 1 +v -1.55495 0.6 1.55495 1 1 1 +v -2 0.6 1.480775 1 1 1 +v -2 0.6 2.519225 1 1 1 +v -2.44505 0.6 1.55495 1 1 1 +v -2.44505 0.6 2.44505 1 1 1 +v -2.519225 0.6 2 1 1 1 +v -1.55495 0.2 1.55495 1 1 1 +v -1.480775 0.2 2 1 1 1 +v -2 0.2 1.480775 1 1 1 +v -2.44505 0.2 1.55495 1 1 1 +v -2.519225 0.2 2 1 1 1 +v -2.44505 0.2 2.44505 1 1 1 +v -2 0.2 2.519225 1 1 1 +v -1.55495 0.2 2.44505 1 1 1 +v -2 0.6 1.65 1 1 1 +v -1.7 0.6 1.7 1 1 1 +v -2 2.9269 1.5625 1 1 1 +v -1.625 2.9269 1.625 1 1 1 +v -2.35 0.6 2 1 1 1 +v -2.4375 2.9269 2 1 1 1 +v -2.3 0.6 2.3 1 1 1 +v -2.375 2.9269 2.375 1 1 1 +v -2.3 0.6 1.7 1 1 1 +v -2.375 2.9269 1.625 1 1 1 +v -1.5625 2.9269 2 1 1 1 +v -1.65 0.6 2 1 1 1 +v -1.625 2.9269 2.375 1 1 1 +v -1.7 0.6 2.3 1 1 1 +v -2 0.6 2.35 1 1 1 +v -2 2.9269 2.4375 1 1 1 +v -0.2255788 3.609557E-16 -7.827896 1 1 1 +v -1.38469 3.609557E-16 -8.138478 1 1 1 +v -0.3316448 0.1 -8.011607 1 1 1 +v -1.200978 0.1 -8.244545 1 1 1 +v 1.211001 0.1 -8.906262 1 1 1 +v 0.9303683 0.1 -8.80022 1 1 1 +v 1.104959 0.1 -9.186895 1 1 1 +v 0.8243259 0.1 -9.080853 1 1 1 +v -0.09870771 0.1 -8.88094 1 1 1 +v -0.9680409 0.1 -9.113878 1 1 1 +v -0.3902232 3.609557E-16 -7.475151 1 1 1 +v -0.2677487 0.2 -7.40444 1 1 1 +v -0.183168 3.609557E-16 -6.70241 1 1 1 +v -0.1124573 0.2 -6.824885 1 1 1 +v 0.4670982 0.2 -6.980176 1 1 1 +v 0.3118067 0.2 -7.559731 1 1 1 +v 0.5895726 3.609557E-16 -6.909466 1 1 1 +v 0.08500402 3.609557E-16 -8.987007 1 1 1 +v -1.074107 3.609557E-16 -9.297589 1 1 1 +v -1.227287 0.05 -6.664359 1 1 1 +v -1.517065 0.05 -6.586713 1 1 1 +v -1.304933 0.05 -6.954137 1 1 1 +v -1.59471 0.05 -6.876491 1 1 1 +v -1.55242 3.609557E-16 -6.525476 1 1 1 +v -1.655948 3.609557E-16 -6.911846 1 1 1 +v -1.16605 3.609557E-16 -6.629004 1 1 1 +v -1.269577 3.609557E-16 -7.015374 1 1 1 +v 0.7598799 3.609557E-16 -9.109952 1 1 1 +v 0.9012698 3.609557E-16 -8.735774 1 1 1 +v 1.134058 3.609557E-16 -9.251342 1 1 1 +v 1.275447 3.609557E-16 -8.877164 1 1 1 +v 1.385044 3.609557E-16 -6.603208 1 1 1 +v 1.578229 3.609557E-16 -6.654972 1 1 1 +v 1.415662 0.05 -6.58553 1 1 1 +v 1.560551 0.05 -6.624353 1 1 1 +v 1.599374 0.05 -6.479465 1 1 1 +v 1.454485 0.05 -6.440641 1 1 1 +v 0.3825174 3.609557E-16 -7.682206 1 1 1 +v 1.629993 3.609557E-16 -6.461787 1 1 1 +v 1.436807 3.609557E-16 -6.410023 1 1 1 +v -0.9305171 3.609557E-16 -9.720207 1 1 1 +v -0.737332 3.609557E-16 -9.771971 1 1 1 +v -0.8998985 0.05 -9.702529 1 1 1 +v -0.7550097 0.05 -9.741352 1 1 1 +v -0.7161868 0.05 -9.596463 1 1 1 +v -0.8610756 0.05 -9.55764 1 1 1 +v -0.8787533 3.609557E-16 -9.527021 1 1 1 +v -0.6855682 3.609557E-16 -9.578785 1 1 1 +v -0.6865153 0.1 -7.488938 1 1 1 +v -0.6865153 0.1 -7.188938 1 1 1 +v -0.9865153 0.1 -7.488938 1 1 1 +v -0.9865153 0.1 -7.188938 1 1 1 +v -0.6365153 3.609557E-16 -7.538938 1 1 1 +v -0.6365153 3.609557E-16 -7.138938 1 1 1 +v -1.036515 3.609557E-16 -7.538938 1 1 1 +v -1.036515 3.609557E-16 -7.138938 1 1 1 +v 0.1962378 3.609557E-16 -8.594766 1 1 1 +v 0.2212377 0.1 -8.569766 1 1 1 +v 0.1962378 3.609557E-16 -8.394766 1 1 1 +v 0.2212377 0.1 -8.419766 1 1 1 +v 0.3712378 0.1 -8.569766 1 1 1 +v 0.3712378 0.1 -8.419766 1 1 1 +v 0.3962377 3.609557E-16 -8.594766 1 1 1 +v 0.3962377 3.609557E-16 -8.394766 1 1 1 +v 0.823903 0.05 -7.946931 1 1 1 +v 0.5341253 0.05 -7.869285 1 1 1 +v 0.7462572 0.05 -8.236709 1 1 1 +v 0.4564795 0.05 -8.159062 1 1 1 +v 0.4987699 3.609557E-16 -7.808048 1 1 1 +v 0.3952423 3.609557E-16 -8.194418 1 1 1 +v 1.323453 0.1 -7.529824 1 1 1 +v 1.245807 0.1 -7.240047 1 1 1 +v 1.033675 0.1 -7.60747 1 1 1 +v 0.9560292 0.1 -7.317692 1 1 1 +v 1.38469 3.609557E-16 -7.565179 1 1 1 +v 1.281162 3.609557E-16 -7.178809 1 1 1 +v 0.8851402 3.609557E-16 -7.911575 1 1 1 +v 0.7816126 3.609557E-16 -8.297946 1 1 1 +v 0.894792 3.609557E-16 -7.282337 1 1 1 +v 0.9983196 3.609557E-16 -7.668707 1 1 1 +v -8.225579 0 0.1721042 1 1 1 +v -9.384689 0 -0.1384787 1 1 1 +v -8.331645 0.1 -0.01160757 1 1 1 +v -9.200978 0.1 -0.2445447 1 1 1 +v -6.788999 0.1 -0.9062624 1 1 1 +v -7.069632 0.1 -0.80022 1 1 1 +v -6.895041 0.1 -1.186896 1 1 1 +v -7.175674 0.1 -1.080853 1 1 1 +v -8.098708 0.1 -0.8809408 1 1 1 +v -8.96804 0.1 -1.113878 1 1 1 +v -8.390224 0 0.5248491 1 1 1 +v -8.267749 0.2 0.5955597 1 1 1 +v -8.183168 0 1.29759 1 1 1 +v -8.112457 0.2 1.175115 1 1 1 +v -7.532902 0.2 1.019824 1 1 1 +v -7.688193 0.2 0.4402683 1 1 1 +v -7.410428 0 1.090534 1 1 1 +v -7.914996 0 -0.9870068 1 1 1 +v -9.074107 0 -1.29759 1 1 1 +v -9.227287 0.05 1.335641 1 1 1 +v -9.517065 0.05 1.413287 1 1 1 +v -9.304933 0.05 1.045863 1 1 1 +v -9.59471 0.05 1.123509 1 1 1 +v -9.55242 0 1.474524 1 1 1 +v -9.655948 0 1.088154 1 1 1 +v -9.16605 0 1.370996 1 1 1 +v -9.269577 0 0.9846259 1 1 1 +v -7.24012 0 -1.109952 1 1 1 +v -7.09873 0 -0.735774 1 1 1 +v -6.865942 0 -1.251342 1 1 1 +v -6.724553 0 -0.8771639 1 1 1 +v -6.614956 0 1.396792 1 1 1 +v -6.421771 0 1.345028 1 1 1 +v -6.584338 0.05 1.41447 1 1 1 +v -6.439449 0.05 1.375647 1 1 1 +v -6.400626 0.05 1.520536 1 1 1 +v -6.545515 0.05 1.559358 1 1 1 +v -7.617483 0 0.3177938 1 1 1 +v -6.370008 0 1.538213 1 1 1 +v -6.563192 0 1.589977 1 1 1 +v -8.930517 0 -1.720207 1 1 1 +v -8.737332 0 -1.771971 1 1 1 +v -8.899899 0.05 -1.702529 1 1 1 +v -8.75501 0.05 -1.741352 1 1 1 +v -8.716187 0.05 -1.596463 1 1 1 +v -8.861075 0.05 -1.55764 1 1 1 +v -8.878754 0 -1.527022 1 1 1 +v -8.685568 0 -1.578785 1 1 1 +v -8.686515 0.1 0.5110617 1 1 1 +v -8.686515 0.1 0.8110617 1 1 1 +v -8.986515 0.1 0.5110617 1 1 1 +v -8.986515 0.1 0.8110617 1 1 1 +v -8.636516 0 0.4610618 1 1 1 +v -8.636516 0 0.8610617 1 1 1 +v -9.036515 0 0.4610618 1 1 1 +v -9.036515 0 0.8610617 1 1 1 +v -7.803762 0 -0.594766 1 1 1 +v -7.778762 0.1 -0.569766 1 1 1 +v -7.803762 0 -0.394766 1 1 1 +v -7.778762 0.1 -0.419766 1 1 1 +v -7.628762 0.1 -0.569766 1 1 1 +v -7.628762 0.1 -0.419766 1 1 1 +v -7.603762 0 -0.594766 1 1 1 +v -7.603762 0 -0.394766 1 1 1 +v -7.176097 0.05 0.05306925 1 1 1 +v -7.465875 0.05 0.130715 1 1 1 +v -7.253743 0.05 -0.2367085 1 1 1 +v -7.54352 0.05 -0.1590628 1 1 1 +v -7.50123 0 0.1919522 1 1 1 +v -7.604758 0 -0.1944181 1 1 1 +v -6.676548 0.1 0.4701758 1 1 1 +v -6.754193 0.1 0.7599536 1 1 1 +v -6.966325 0.1 0.3925301 1 1 1 +v -7.043971 0.1 0.6823078 1 1 1 +v -6.61531 0 0.4348205 1 1 1 +v -6.718838 0 0.8211908 1 1 1 +v -7.11486 0 0.08842458 1 1 1 +v -7.218388 0 -0.2979457 1 1 1 +v -7.105208 0 0.7176632 1 1 1 +v -7.00168 0 0.3312929 1 1 1 +v 7.774421 0 0.1721042 1 1 1 +v 6.61531 0 -0.1384787 1 1 1 +v 7.668355 0.1 -0.01160757 1 1 1 +v 6.799022 0.1 -0.2445447 1 1 1 +v 9.211001 0.1 -0.9062624 1 1 1 +v 8.930368 0.1 -0.80022 1 1 1 +v 9.104959 0.1 -1.186896 1 1 1 +v 8.824326 0.1 -1.080853 1 1 1 +v 7.901292 0.1 -0.8809408 1 1 1 +v 7.031959 0.1 -1.113878 1 1 1 +v 7.609777 0 0.5248491 1 1 1 +v 7.732251 0.2 0.5955597 1 1 1 +v 7.816832 0 1.29759 1 1 1 +v 7.887543 0.2 1.175115 1 1 1 +v 8.467098 0.2 1.019824 1 1 1 +v 8.311807 0.2 0.4402683 1 1 1 +v 8.589573 0 1.090534 1 1 1 +v 8.085004 0 -0.9870068 1 1 1 +v 6.925893 0 -1.29759 1 1 1 +v 6.772713 0.05 1.335641 1 1 1 +v 6.482935 0.05 1.413287 1 1 1 +v 6.695067 0.05 1.045863 1 1 1 +v 6.40529 0.05 1.123509 1 1 1 +v 6.44758 0 1.474524 1 1 1 +v 6.344052 0 1.088154 1 1 1 +v 6.83395 0 1.370996 1 1 1 +v 6.730422 0 0.9846259 1 1 1 +v 8.75988 0 -1.109952 1 1 1 +v 8.90127 0 -0.735774 1 1 1 +v 9.134058 0 -1.251342 1 1 1 +v 9.275448 0 -0.8771639 1 1 1 +v 9.385044 0 1.396792 1 1 1 +v 9.578229 0 1.345028 1 1 1 +v 9.415662 0.05 1.41447 1 1 1 +v 9.560551 0.05 1.375647 1 1 1 +v 9.599374 0.05 1.520536 1 1 1 +v 9.454485 0.05 1.559358 1 1 1 +v 8.382518 0 0.3177938 1 1 1 +v 9.629992 0 1.538213 1 1 1 +v 9.436808 0 1.589977 1 1 1 +v 7.069483 0 -1.720207 1 1 1 +v 7.262668 0 -1.771971 1 1 1 +v 7.100101 0.05 -1.702529 1 1 1 +v 7.24499 0.05 -1.741352 1 1 1 +v 7.283813 0.05 -1.596463 1 1 1 +v 7.138925 0.05 -1.55764 1 1 1 +v 7.121247 0 -1.527022 1 1 1 +v 7.314432 0 -1.578785 1 1 1 +v 7.313485 0.1 0.5110617 1 1 1 +v 7.313485 0.1 0.8110617 1 1 1 +v 7.013485 0.1 0.5110617 1 1 1 +v 7.013485 0.1 0.8110617 1 1 1 +v 7.363485 0 0.4610618 1 1 1 +v 7.363485 0 0.8610617 1 1 1 +v 6.963485 0 0.4610618 1 1 1 +v 6.963485 0 0.8610617 1 1 1 +v 8.196238 0 -0.594766 1 1 1 +v 8.221238 0.1 -0.569766 1 1 1 +v 8.196238 0 -0.394766 1 1 1 +v 8.221238 0.1 -0.419766 1 1 1 +v 8.371238 0.1 -0.569766 1 1 1 +v 8.371238 0.1 -0.419766 1 1 1 +v 8.396237 0 -0.594766 1 1 1 +v 8.396237 0 -0.394766 1 1 1 +v 8.823903 0.05 0.05306925 1 1 1 +v 8.534125 0.05 0.130715 1 1 1 +v 8.746257 0.05 -0.2367085 1 1 1 +v 8.45648 0.05 -0.1590628 1 1 1 +v 8.49877 0 0.1919522 1 1 1 +v 8.395243 0 -0.1944181 1 1 1 +v 9.323453 0.1 0.4701758 1 1 1 +v 9.245807 0.1 0.7599536 1 1 1 +v 9.033675 0.1 0.3925301 1 1 1 +v 8.956029 0.1 0.6823078 1 1 1 +v 9.38469 0 0.4348205 1 1 1 +v 9.281162 0 0.8211908 1 1 1 +v 8.88514 0 0.08842458 1 1 1 +v 8.781612 0 -0.2979457 1 1 1 +v 8.894792 0 0.7176632 1 1 1 +v 8.99832 0 0.3312929 1 1 1 + +vn -0.7071069 0.5773503 0.4082482 +vn -0.4082482 0.5773503 -0.7071069 +vn -0.5202673 0.7994348 0.3003764 +vn -0.3003764 0.7994348 -0.5202673 +vn 0.5202673 -0.7994348 -0.3003764 +vn 0.4082482 -0.5773503 0.7071069 +vn 0.7071069 -0.5773503 -0.4082482 +vn 0.3003764 -0.7994348 0.5202673 +vn 0.7071068 0.5773503 0.4082484 +vn -0.4082484 0.5773503 0.7071068 +vn 0.5202672 0.7994348 0.3003765 +vn -0.3003765 0.7994348 0.5202672 +vn -0.5202672 -0.7994348 -0.3003765 +vn 0.4082484 -0.5773503 -0.7071068 +vn -0.7071068 -0.5773503 -0.4082484 +vn 0.3003765 -0.7994348 -0.5202672 +vn 0.7071069 0.5773503 -0.4082482 +vn 0.4082482 0.5773503 0.7071069 +vn 0.5202673 0.7994348 -0.3003764 +vn 0.3003764 0.7994348 0.5202673 +vn -0.5202673 -0.7994348 0.3003764 +vn -0.4082482 -0.5773503 -0.7071069 +vn -0.7071069 -0.5773503 0.4082482 +vn -0.3003764 -0.7994348 -0.5202673 +vn -0.5202672 0.7994348 -0.3003765 +vn 0.3003765 0.7994348 -0.5202672 +vn 0.5202672 -0.7994348 0.3003765 +vn -0.3003765 -0.7994348 0.5202672 +vn -0.7071068 0.5773503 -0.4082484 +vn 0.7071068 -0.5773503 0.4082484 +vn 0.4082484 0.5773503 -0.7071068 +vn -0.4082484 -0.5773503 0.7071068 +vn -5.06089E-08 0.9054101 0.4245383 +vn -0.4245383 0.9054101 -5.06089E-08 +vn 0.4245383 0.9054101 5.06089E-08 +vn 5.06089E-08 0.9054101 -0.4245383 +vn -0.4245383 -0.9054101 -5.06089E-08 +vn 0.4245383 -0.9054101 5.06089E-08 +vn 5.06089E-08 -0.9054101 -0.4245383 +vn -5.06089E-08 -0.9054101 0.4245383 +vn -0.5773503 0.8164966 -6.882551E-08 +vn 6.882551E-08 0.8164966 -0.5773503 +vn 0.5773503 -0.8164966 6.882551E-08 +vn -6.882551E-08 -0.8164966 0.5773503 +vn -6.882551E-08 0.8164966 0.5773503 +vn 6.882551E-08 -0.8164966 -0.5773503 +vn 0.5773503 0.8164966 6.882551E-08 +vn -0.5773503 -0.8164966 -6.882551E-08 +vn -0.2886752 0.8164966 0.5 +vn -0.2122692 0.90541 0.3676609 +vn 0.5 0.8164966 0.2886752 +vn 0.3676609 0.90541 0.2122692 +vn -0.5 -0.8164966 -0.2886752 +vn 0.2122692 -0.90541 -0.3676609 +vn 0.2886752 -0.8164966 -0.5 +vn -0.3676609 -0.90541 -0.2122692 +vn 0.2886752 0.8164966 -0.5 +vn 0.2122692 0.90541 -0.3676609 +vn -0.2886752 -0.8164966 0.5 +vn -0.2122692 -0.90541 0.3676609 +vn 0.6666668 0.3333333 -0.6666667 +vn 0.6666667 0.3333333 0.6666668 +vn 0.5033766 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 0.5033766 +vn -0.5033766 -0.7022992 0.5033765 +vn -0.6666667 -0.3333333 -0.6666668 +vn -0.6666668 -0.3333333 0.6666667 +vn -0.5033765 -0.7022992 -0.5033766 +vn -0.5033766 0.7022992 0.5033765 +vn -0.5033765 0.7022992 -0.5033766 +vn 0.5033766 -0.7022992 -0.5033765 +vn 0.5033765 -0.7022992 0.5033766 +vn -0.3676609 0.90541 -0.2122692 +vn -0.5 0.8164966 -0.2886752 +vn 0.5 -0.8164966 0.2886752 +vn 0.3676609 -0.90541 0.2122692 +vn -0.6666668 0.3333333 0.6666667 +vn 0.6666668 -0.3333333 -0.6666667 +vn -0.6666667 0.3333333 -0.6666668 +vn 0.6666667 -0.3333333 0.6666668 +vn 0 1 0 +vn 0 -1 0 +vn 1 0 1.192093E-07 +vn -1 0 -1.192093E-07 +vn 0.1950905 0 -0.9807854 +vn 0.3826836 0 -0.9238796 +vn -0.3826836 0 0.9238796 +vn -0.1950905 0 0.9807854 +vn 0.7071069 0 -0.7071068 +vn -0.7071069 0 0.7071068 +vn 0.9238797 0 -0.3826834 +vn -0.9238797 0 0.3826834 +vn 0.9807854 0 -0.1950902 +vn -0.9807854 0 0.1950902 +vn 1.192093E-07 0 -1 +vn -1.192093E-07 0 1 +vn -0.9807854 0 0.1950902 +vn 0.9807854 0 -0.1950902 +vn 0.7071068 0.5773503 -0.4082484 +vn 0.4082484 0.5773503 0.7071068 +vn 0.5202672 0.7994348 -0.3003765 +vn 0.3003765 0.7994348 0.5202672 +vn -0.5202672 -0.7994348 0.3003765 +vn -0.4082484 -0.5773503 -0.7071068 +vn -0.7071068 -0.5773503 0.4082484 +vn -0.3003765 -0.7994348 -0.5202672 +vn -0.7071069 0.5773503 -0.4082482 +vn 0.4082482 0.5773503 -0.7071069 +vn -0.5202673 0.7994348 -0.3003764 +vn 0.3003764 0.7994348 -0.5202673 +vn 0.5202673 -0.7994348 0.3003764 +vn -0.4082482 -0.5773503 0.7071069 +vn 0.7071069 -0.5773503 0.4082482 +vn -0.3003764 -0.7994348 0.5202673 +vn -0.7071068 0.5773503 0.4082484 +vn -0.4082484 0.5773503 -0.7071068 +vn -0.5202672 0.7994348 0.3003765 +vn -0.3003765 0.7994348 -0.5202672 +vn 0.5202672 -0.7994348 -0.3003765 +vn 0.4082484 -0.5773503 0.7071068 +vn 0.7071068 -0.5773503 -0.4082484 +vn 0.3003765 -0.7994348 0.5202672 +vn 0.5202673 0.7994348 0.3003764 +vn -0.3003764 0.7994348 0.5202673 +vn -0.5202673 -0.7994348 -0.3003764 +vn 0.3003764 -0.7994348 -0.5202673 +vn 0.7071069 0.5773503 0.4082482 +vn -0.7071069 -0.5773503 -0.4082482 +vn -0.4082482 0.5773503 0.7071069 +vn 0.4082482 -0.5773503 -0.7071069 +vn -5.06089E-08 0.9054101 -0.4245383 +vn 0.4245383 0.9054101 -5.06089E-08 +vn -0.4245383 0.9054101 5.06089E-08 +vn 5.06089E-08 0.9054101 0.4245383 +vn 0.4245383 -0.9054101 -5.06089E-08 +vn -0.4245383 -0.9054101 5.06089E-08 +vn 5.06089E-08 -0.9054101 0.4245383 +vn -5.06089E-08 -0.9054101 -0.4245383 +vn 0.5773503 0.8164966 -6.882551E-08 +vn 6.882551E-08 0.8164966 0.5773503 +vn -0.5773503 -0.8164966 6.882551E-08 +vn -6.882551E-08 -0.8164966 -0.5773503 +vn -6.882551E-08 0.8164966 -0.5773503 +vn 6.882551E-08 -0.8164966 0.5773503 +vn -0.5773503 0.8164966 6.882551E-08 +vn 0.5773503 -0.8164966 -6.882551E-08 +vn 0.2886751 0.8164966 -0.5000001 +vn 0.2122691 0.90541 -0.3676609 +vn -0.5000001 0.8164966 -0.2886751 +vn -0.3676609 0.90541 -0.2122691 +vn 0.5000001 -0.8164966 0.2886751 +vn -0.2122691 -0.90541 0.3676609 +vn -0.2886751 -0.8164966 0.5000001 +vn 0.3676609 -0.90541 0.2122691 +vn -0.2886751 0.8164966 0.5000001 +vn -0.2122691 0.90541 0.3676609 +vn 0.2886751 -0.8164966 -0.5000001 +vn 0.2122691 -0.90541 -0.3676609 +vn -0.6666667 0.3333333 0.6666668 +vn -0.6666668 0.3333333 -0.6666667 +vn -0.5033765 0.7022992 0.5033766 +vn -0.5033766 0.7022992 -0.5033765 +vn 0.5033765 -0.7022992 -0.5033766 +vn 0.6666668 -0.3333333 0.6666667 +vn 0.6666667 -0.3333333 -0.6666668 +vn 0.5033766 -0.7022992 0.5033765 +vn 0.5033765 0.7022992 -0.5033766 +vn 0.5033766 0.7022992 0.5033765 +vn -0.5033765 -0.7022992 0.5033766 +vn -0.5033766 -0.7022992 -0.5033765 +vn 0.3676609 0.90541 0.2122691 +vn 0.5000001 0.8164966 0.2886751 +vn -0.5000001 -0.8164966 -0.2886751 +vn -0.3676609 -0.90541 -0.2122691 +vn 0.6666667 0.3333333 -0.6666668 +vn -0.6666667 -0.3333333 0.6666668 +vn 0.6666668 0.3333333 0.6666667 +vn -0.6666668 -0.3333333 -0.6666667 +vn -1 0 1.192093E-07 +vn 1 0 -1.192093E-07 +vn -0.1950902 0 0.9807854 +vn -0.3826834 0 0.9238797 +vn 0.3826834 0 -0.9238797 +vn 0.1950902 0 -0.9807854 +vn -0.7071068 0 0.7071069 +vn 0.7071068 0 -0.7071069 +vn -0.9238796 0 0.3826836 +vn 0.9238796 0 -0.3826836 +vn -0.9807854 0 0.1950905 +vn 0.9807854 0 -0.1950905 +vn 1.192093E-07 0 1 +vn -1.192093E-07 0 -1 +vn 0.9807854 0 -0.1950905 +vn -0.9807854 0 0.1950905 +vn -0.4082483 0.5773503 -0.7071068 +vn 0.7071068 0.5773503 -0.4082483 +vn -0.3003764 0.7994348 -0.5202672 +vn 0.5202672 0.7994348 -0.3003764 +vn 0.3003764 -0.7994348 0.5202672 +vn -0.7071068 -0.5773503 0.4082483 +vn 0.4082483 -0.5773503 0.7071068 +vn -0.5202672 -0.7994348 0.3003764 +vn -0.4082483 0.5773503 0.7071068 +vn -0.7071068 0.5773503 -0.4082483 +vn -0.3003764 0.7994348 0.5202672 +vn -0.5202672 0.7994348 -0.3003764 +vn 0.3003764 -0.7994348 -0.5202672 +vn 0.7071068 -0.5773503 0.4082483 +vn 0.4082483 -0.5773503 -0.7071068 +vn 0.5202672 -0.7994348 0.3003764 +vn 0.4082483 0.5773503 0.7071068 +vn -0.7071068 0.5773503 0.4082483 +vn 0.3003764 0.7994348 0.5202672 +vn -0.5202672 0.7994348 0.3003764 +vn -0.3003764 -0.7994348 -0.5202672 +vn 0.7071068 -0.5773503 -0.4082483 +vn -0.4082483 -0.5773503 -0.7071068 +vn 0.5202672 -0.7994348 -0.3003764 +vn 0.3003764 0.7994348 -0.5202672 +vn 0.5202672 0.7994348 0.3003764 +vn -0.3003764 -0.7994348 0.5202672 +vn -0.5202672 -0.7994348 -0.3003764 +vn 0.4082483 0.5773503 -0.7071068 +vn -0.4082483 -0.5773503 0.7071068 +vn 0.7071068 0.5773503 0.4082483 +vn -0.7071068 -0.5773503 -0.4082483 +vn -0.4245382 0.9054101 5.792671E-14 +vn -5.792671E-14 0.9054101 -0.4245382 +vn 5.792671E-14 0.9054101 0.4245382 +vn 0.4245382 0.9054101 -5.792671E-14 +vn -5.792671E-14 -0.9054101 -0.4245382 +vn 5.792671E-14 -0.9054101 0.4245382 +vn 0.4245382 -0.9054101 -5.792671E-14 +vn -0.4245382 -0.9054101 5.792671E-14 +vn -7.877737E-14 0.8164966 -0.5773503 +vn 0.5773503 0.8164966 -7.877737E-14 +vn 7.877737E-14 -0.8164966 0.5773503 +vn -0.5773503 -0.8164966 7.877737E-14 +vn -0.5773503 0.8164966 7.877737E-14 +vn 0.5773503 -0.8164966 -7.877737E-14 +vn 7.877737E-14 0.8164966 0.5773503 +vn -7.877737E-14 -0.8164966 -0.5773503 +vn -0.5 0.8164966 -0.2886751 +vn -0.3676609 0.90541 -0.2122691 +vn -0.2886751 0.8164966 0.5 +vn -0.2122691 0.90541 0.3676609 +vn 0.2886751 -0.8164966 -0.5 +vn 0.3676609 -0.90541 0.2122691 +vn 0.5 -0.8164966 0.2886751 +vn 0.2122691 -0.90541 -0.3676609 +vn 0.5 0.8164966 0.2886751 +vn 0.3676609 0.90541 0.2122691 +vn -0.5 -0.8164966 -0.2886751 +vn -0.3676609 -0.90541 -0.2122691 +vn 0.6666667 0.3333333 0.6666667 +vn -0.6666667 0.3333333 0.6666667 +vn 0.5033765 0.7022992 0.5033765 +vn -0.5033765 0.7022992 0.5033765 +vn -0.5033765 -0.7022992 -0.5033765 +vn 0.6666667 -0.3333333 -0.6666667 +vn -0.6666667 -0.3333333 -0.6666667 +vn 0.5033765 -0.7022992 -0.5033765 +vn -0.5033765 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 -0.5033765 +vn 0.5033765 -0.7022992 0.5033765 +vn -0.5033765 -0.7022992 0.5033765 +vn 0.2122691 0.90541 -0.3676609 +vn 0.2886751 0.8164966 -0.5 +vn -0.2886751 -0.8164966 0.5 +vn -0.2122691 -0.90541 0.3676609 +vn -0.6666667 0.3333333 -0.6666667 +vn 0.6666667 -0.3333333 0.6666667 +vn 0.6666667 0.3333333 -0.6666667 +vn -0.6666667 -0.3333333 0.6666667 +vn 1.364464E-13 0 1 +vn -1.364464E-13 0 -1 +vn 0.9807853 0 0.1950903 +vn 0.9238795 0 0.3826834 +vn -0.9238795 0 -0.3826834 +vn -0.9807853 0 -0.1950903 +vn 0.7071068 0 0.7071068 +vn -0.7071068 0 -0.7071068 +vn 0.3826834 0 0.9238795 +vn -0.3826834 0 -0.9238795 +vn 0.1950903 0 0.9807853 +vn -0.1950903 0 -0.9807853 +vn 1 0 -1.364464E-13 +vn -1 0 1.364464E-13 +vn -0.1950903 0 -0.9807853 +vn 0.1950903 0 0.9807853 +vn 0.5000002 0 -0.8660255 +vn 0.2588192 0 -0.9659259 +vn -0.2588192 0 0.9659259 +vn -0.5000002 0 0.8660255 +vn 0.8660256 0 -0.5 +vn -0.8660256 0 0.5 +vn 0.965926 0 -0.2588189 +vn -0.965926 0 0.2588189 +vn -1 0 -2.853273E-14 +vn 1 0 2.853273E-14 +vn 2.853273E-14 0 -1 +vn -2.853273E-14 0 1 +vn 0.8660254 0 0.5 +vn 0.9659258 0 0.258819 +vn -0.9659258 0 -0.258819 +vn -0.8660254 0 -0.5 +vn 0.5 0 0.8660254 +vn -0.5 0 -0.8660254 +vn 0.258819 0 0.9659258 +vn -0.258819 0 -0.9659258 +vn 1 0 0 +vn -1 0 0 +vn 0 0 1 +vn 0 0 -1 +vn -0.4245382 0.9054101 -3.707557E-13 +vn 3.707557E-13 0.9054101 -0.4245382 +vn -3.707557E-13 0.9054101 0.4245382 +vn 0.4245382 0.9054101 3.707557E-13 +vn 3.707557E-13 -0.9054101 -0.4245382 +vn -3.707557E-13 -0.9054101 0.4245382 +vn 0.4245382 -0.9054101 3.707557E-13 +vn -0.4245382 -0.9054101 -3.707557E-13 +vn -5.042088E-13 0.8164966 0.5773503 +vn 0.5773503 0.8164966 5.042088E-13 +vn 5.042088E-13 -0.8164966 -0.5773503 +vn -0.5773503 -0.8164966 -5.042088E-13 +vn -0.5773503 0.8164966 -5.042088E-13 +vn 0.5773503 -0.8164966 5.042088E-13 +vn 5.042088E-13 0.8164966 -0.5773503 +vn -5.042088E-13 -0.8164966 0.5773503 +vn 0.09950371 0 0.9950371 +vn -8.733153E-13 0 1 +vn -0.09950371 0 -0.9950371 +vn 8.733153E-13 0 -1 +vn -0.09950371 0 0.9950371 +vn 0.09950371 0 -0.9950371 +vn -1 0 -8.733153E-13 +vn 1 0 8.733153E-13 +vn 0.4245382 0.9054101 0 +vn 0 0.9054101 0.4245382 +vn 0 0.9054101 -0.4245382 +vn -0.4245382 0.9054101 0 +vn 0 -0.9054101 0.4245382 +vn 0 -0.9054101 -0.4245382 +vn -0.4245382 -0.9054101 0 +vn 0.4245382 -0.9054101 0 +vn 0 0.8164966 -0.5773503 +vn -0.5773503 0.8164966 0 +vn 0 -0.8164966 0.5773503 +vn 0.5773503 -0.8164966 0 +vn 0.5773503 0.8164966 0 +vn -0.5773503 -0.8164966 0 +vn 0 0.8164966 0.5773503 +vn 0 -0.8164966 -0.5773503 +vn -0.5 0 0.8660256 +vn -0.258819 0 0.965926 +vn 0.258819 0 -0.965926 +vn 0.5 0 -0.8660256 +vn -0.8660255 0 0.5000002 +vn 0.8660255 0 -0.5000002 +vn -0.9659259 0 0.2588192 +vn 0.9659259 0 -0.2588192 +vn 0.5475281 0.7994348 0.2472184 +vn -0.2472184 0.7994348 0.5475281 +vn 0.2472184 0.7994348 -0.5475281 +vn -0.5475281 0.7994348 -0.2472184 +vn -0.2472184 -0.7994348 0.5475281 +vn 0.2472184 -0.7994348 -0.5475281 +vn -0.5475281 -0.7994348 -0.2472184 +vn 0.5475281 -0.7994348 0.2472184 +vn -0.7441577 0.5773503 -0.3360001 +vn 0.3360001 0.5773503 -0.7441577 +vn -0.3360001 -0.5773503 0.7441577 +vn 0.7441577 -0.5773503 0.3360001 +vn -0.3360001 0.5773503 0.7441577 +vn 0.3360001 -0.5773503 -0.7441577 +vn 0.7441577 0.5773503 0.3360001 +vn -0.7441577 -0.5773503 -0.3360001 +vn 0.2132007 0.904534 0.3692745 +vn -0.3692745 0.904534 0.2132007 +vn 0.1578553 0.9488556 0.2734133 +vn -0.2734133 0.9488556 0.1578553 +vn -0.1578553 -0.9488556 -0.2734133 +vn 0.3692745 -0.904534 -0.2132007 +vn -0.2132007 -0.904534 -0.3692745 +vn 0.2734133 -0.9488556 -0.1578553 +vn 0.4247964 0.7994348 -0.4247964 +vn 0.4247964 0.7994348 0.4247964 +vn -0.4247964 0.7994348 -0.4247964 +vn -0.4247964 0.7994348 0.4247964 +vn 0.4247964 -0.7994348 0.4247964 +vn -0.4247964 -0.7994348 -0.4247964 +vn -0.4247964 -0.7994348 0.4247964 +vn 0.4247964 -0.7994348 -0.4247964 +vn 0.5773503 0.5773503 -0.5773503 +vn 0.5773503 0.5773503 0.5773503 +vn -0.5773503 -0.5773503 -0.5773503 +vn -0.5773503 -0.5773503 0.5773503 +vn -0.5773503 0.5773503 -0.5773503 +vn 0.5773503 -0.5773503 0.5773503 +vn 0.3692745 0.904534 -0.2132007 +vn 0.2734133 0.9488556 -0.1578553 +vn -0.2734133 -0.9488556 0.1578553 +vn -0.3692745 -0.904534 0.2132007 +vn -0.1578553 0.9488556 -0.2734133 +vn -0.2132007 0.904534 -0.3692745 +vn 0.2132007 -0.904534 0.3692745 +vn 0.1578553 -0.9488556 0.2734133 +vn -0.5773503 0.5773503 0.5773503 +vn 0.5773503 -0.5773503 -0.5773503 +vn -0.986394 0 0.164399 +vn -0.164399 0 0.986394 +vn 0.164399 0 0.986394 +vn 0.986394 0 0.164399 +vn 0.986394 0 -0.164399 +vn 0.164399 0 -0.986394 +vn -0.164399 0 -0.986394 +vn -0.986394 0 -0.164399 +vn -0.9950373 0 0.09950384 +vn 0.9950373 0 -0.09950384 +vn -0.9950373 0 -0.09950361 +vn 0.9950373 0 0.09950361 +vn 0.9950373 0 -0.09950361 +vn -0.9950373 0 0.09950361 +vn 0.9950373 0 0.09950384 +vn -0.9950373 0 -0.09950384 +vn -0.4245382 0.9054101 1.900647E-14 +vn -1.900647E-14 0.9054101 -0.4245382 +vn 1.900647E-14 0.9054101 0.4245382 +vn 0.4245382 0.9054101 -1.900647E-14 +vn -1.900647E-14 -0.9054101 -0.4245382 +vn 1.900647E-14 -0.9054101 0.4245382 +vn 0.4245382 -0.9054101 -1.900647E-14 +vn -0.4245382 -0.9054101 1.900647E-14 +vn 2.584782E-14 0.8164966 0.5773503 +vn 0.5773503 0.8164966 -2.584782E-14 +vn -2.584782E-14 -0.8164966 -0.5773503 +vn -0.5773503 -0.8164966 2.584782E-14 +vn -0.5773503 0.8164966 2.584782E-14 +vn 0.5773503 -0.8164966 -2.584782E-14 +vn -2.584782E-14 0.8164966 -0.5773503 +vn 2.584782E-14 -0.8164966 0.5773503 +vn 4.476974E-14 0 1 +vn -4.476974E-14 0 -1 +vn -1 0 4.476974E-14 +vn 1 0 -4.476974E-14 +vn 0.9374504 0 0.3481188 +vn 0.8012154 0 0.598376 +vn -0.8012154 0 -0.598376 +vn -0.9374504 0 -0.3481188 +vn 0.2601589 0 -0.9655658 +vn 0.7071068 0 -0.7071068 +vn -0.2601589 0 0.9655658 +vn -0.7071068 0 0.7071068 +vn 0.9655658 0 -0.2601589 +vn -0.9655658 0 0.2601589 +vn -0.3481188 0 -0.9374504 +vn -0.598376 0 -0.8012154 +vn 0.598376 0 0.8012154 +vn 0.3481188 0 0.9374504 +vn -0.2126075 -0.9238795 -0.3181897 +vn 0.2126075 -0.9238795 0.3181897 +vn 0.2126075 0.9238795 0.3181897 +vn -0.2126075 0.9238795 -0.3181897 +vn 0.5132799 -0.3826834 0.7681779 +vn 0.5132799 0.3826834 0.7681779 +vn -0.5132799 -0.3826834 -0.7681779 +vn -0.5132799 0.3826834 -0.7681779 +vn 0.8314697 0 -0.5555702 +vn -0.8314697 0 0.5555702 +vn -0.07465779 -0.9238795 -0.3753303 +vn 0.07465779 -0.9238795 0.3753303 +vn 0.07465779 0.9238795 0.3753303 +vn -0.07465779 0.9238795 -0.3753303 +vn 0.1802399 -0.3826834 0.9061275 +vn 0.1802399 0.3826834 0.9061275 +vn -0.1802399 -0.3826834 -0.9061275 +vn -0.1802399 0.3826834 -0.9061275 +vn -0.3753303 -0.9238795 -0.07465785 +vn 0.3753303 -0.9238795 0.07465785 +vn 0.3753303 0.9238795 0.07465785 +vn -0.3753303 0.9238795 -0.07465785 +vn 0.9061275 -0.3826834 0.18024 +vn 0.9061275 0.3826834 0.18024 +vn -0.9061275 -0.3826834 -0.18024 +vn -0.9061275 0.3826834 -0.18024 +vn 0.1950904 0 -0.9807854 +vn -0.1950904 0 0.9807854 +vn -0.9374505 0 -0.3481186 +vn -0.8012155 0 -0.5983759 +vn 0.8012155 0 0.5983759 +vn 0.9374505 0 0.3481186 +vn -0.2601586 0 0.9655659 +vn -0.7071066 0 0.7071069 +vn 0.2601586 0 -0.9655659 +vn 0.7071066 0 -0.7071069 +vn -0.9655658 0 0.2601591 +vn 0.9655658 0 -0.2601591 +vn 0.3481191 0 0.9374504 +vn 0.5983763 0 0.8012152 +vn -0.5983763 0 -0.8012152 +vn -0.3481191 0 -0.9374504 +vn 0.2126076 -0.9238795 0.3181897 +vn -0.2126076 -0.9238795 -0.3181897 +vn -0.2126076 0.9238795 -0.3181897 +vn 0.2126076 0.9238795 0.3181897 +vn -0.5132802 -0.3826834 -0.7681777 +vn -0.5132802 0.3826834 -0.7681777 +vn 0.5132802 -0.3826834 0.7681777 +vn 0.5132802 0.3826834 0.7681777 +vn -0.8314696 0 0.5555704 +vn 0.8314696 0 -0.5555704 +vn 0.07465789 -0.9238795 0.3753303 +vn -0.07465789 -0.9238795 -0.3753303 +vn -0.07465789 0.9238795 -0.3753303 +vn 0.07465789 0.9238795 0.3753303 +vn -0.1802401 -0.3826834 -0.9061275 +vn -0.1802401 0.3826834 -0.9061275 +vn 0.1802401 -0.3826834 0.9061275 +vn 0.1802401 0.3826834 0.9061275 +vn 0.3753303 -0.9238795 0.07465776 +vn -0.3753303 -0.9238795 -0.07465776 +vn -0.3753303 0.9238795 -0.07465776 +vn 0.3753303 0.9238795 0.07465776 +vn -0.9061275 -0.3826834 -0.1802398 +vn -0.9061275 0.3826834 -0.1802398 +vn 0.9061275 -0.3826834 0.1802398 +vn 0.9061275 0.3826834 0.1802398 +vn -0.1950902 0 0.9807854 +vn 0.1950902 0 -0.9807854 +vn -0.3481187 0 0.9374505 +vn -0.5983759 0 0.8012155 +vn 0.5983759 0 -0.8012155 +vn 0.3481187 0 -0.9374505 +vn 0.9655658 0 0.2601588 +vn 0.7071069 0 0.7071067 +vn -0.9655658 0 -0.2601588 +vn -0.7071069 0 -0.7071067 +vn 0.260159 0 0.9655658 +vn -0.260159 0 -0.9655658 +vn 0.9374504 0 -0.3481189 +vn 0.8012154 0 -0.5983762 +vn -0.8012154 0 0.5983762 +vn -0.9374504 0 0.3481189 +vn 0.3181896 -0.9238795 -0.2126075 +vn -0.3181896 -0.9238795 0.2126075 +vn -0.3181896 0.9238795 0.2126075 +vn 0.3181896 0.9238795 -0.2126075 +vn -0.7681777 -0.3826834 0.51328 +vn -0.7681777 0.3826834 0.51328 +vn 0.7681777 -0.3826834 -0.51328 +vn 0.7681777 0.3826834 -0.51328 +vn 0.5555702 0 0.8314695 +vn -0.5555702 0 -0.8314695 +vn 0.3753302 -0.9238795 -0.07465783 +vn -0.3753302 -0.9238795 0.07465783 +vn -0.3753302 0.9238795 0.07465783 +vn 0.3753302 0.9238795 -0.07465783 +vn -0.9061273 -0.3826834 0.1802399 +vn -0.9061273 0.3826834 0.1802399 +vn 0.9061273 -0.3826834 -0.1802399 +vn 0.9061273 0.3826834 -0.1802399 +vn 0.07465779 -0.9238795 -0.3753303 +vn -0.07465779 -0.9238795 0.3753303 +vn -0.07465779 0.9238795 0.3753303 +vn 0.07465779 0.9238795 -0.3753303 +vn -0.1802399 -0.3826834 0.9061274 +vn -0.1802399 0.3826834 0.9061274 +vn 0.1802399 -0.3826834 -0.9061274 +vn 0.1802399 0.3826834 -0.9061274 +vn 0.9807853 0 0.1950902 +vn -0.9807853 0 -0.1950902 +vn 0.8660256 0 -0.4999999 +vn -0.8660256 0 0.4999999 +vn 0.5 0 0.8660254 +vn -0.5 0 -0.8660254 +vn -0.4575815 0 0.8891677 +vn 0.4575815 0 -0.8891677 +vn -0.8891677 0 0.4575816 +vn -0.986394 0 0.164399 +vn 0.986394 0 -0.164399 +vn 0.8891677 0 -0.4575816 +vn 0.4575816 0 0.8891677 +vn -0.4575816 0 -0.8891677 +vn 0.8891677 0 0.4575815 +vn 0.986394 0 0.164399 +vn -0.986394 0 -0.164399 +vn -0.8891677 0 -0.4575815 +vn 0.09950373 0 0.9950371 +vn -0.09950373 0 -0.9950371 +vn -0.0995037 0 0.9950371 +vn 0.0995037 0 -0.9950371 +vn 0.3807842 -0.9238796 0.03807832 +vn -0.3807842 -0.9238796 -0.03807854 +vn -0.3807842 0.9238796 -0.03807832 +vn 0.3807842 0.9238796 0.03807854 +vn -0.9192945 -0.3826835 -0.0919295 +vn -0.9192945 0.3826835 -0.09192941 +vn 0.9192945 -0.3826835 0.09192941 +vn 0.9192945 0.3826835 0.0919295 +vn -0.09950373 -1.192093E-07 0.9950373 +vn 0.09950373 1.192093E-07 -0.9950373 +vn 0.3807842 -0.9238796 -0.03807854 +vn -0.3807842 -0.9238796 0.03807832 +vn -0.3807842 0.9238796 0.03807854 +vn 0.3807842 0.9238796 -0.03807832 +vn -0.9192945 -0.3826835 0.09192941 +vn -0.9192945 0.3826835 0.0919295 +vn 0.9192945 -0.3826835 -0.0919295 +vn 0.9192945 0.3826835 -0.09192941 +vn 0.09950373 -1.192093E-07 0.9950373 +vn -0.09950373 1.192093E-07 -0.9950373 +vn -0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 -0.9238796 0.03807854 +vn 0.3807842 0.9238796 0.03807832 +vn -0.3807842 0.9238796 -0.03807854 +vn 0.9192945 -0.3826835 0.0919295 +vn 0.9192945 0.3826835 0.09192941 +vn -0.9192945 -0.3826835 -0.09192941 +vn -0.9192945 0.3826835 -0.0919295 +vn 0.09950373 -1.192093E-07 -0.9950373 +vn -0.09950373 1.192093E-07 0.9950373 +vn -0.3807842 -0.9238796 0.03807854 +vn 0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 0.9238796 -0.03807854 +vn -0.3807842 0.9238796 0.03807832 +vn 0.9192945 -0.3826835 -0.09192941 +vn 0.9192945 0.3826835 -0.0919295 +vn -0.9192945 -0.3826835 0.0919295 +vn -0.9192945 0.3826835 0.09192941 +vn -0.09950373 -1.192093E-07 -0.9950373 +vn 0.09950373 1.192093E-07 0.9950373 +vn -0.8660255 0 0.5000001 +vn 0.8660255 0 -0.5000001 +vn -0.9950373 0 0.09950386 +vn 0.9950373 0 -0.09950386 +vn -0.9950373 0 -0.0995036 +vn 0.9950373 0 0.0995036 +vn 0.03807859 -0.9238796 0.3807843 +vn -0.03807837 -0.9238796 -0.3807843 +vn -0.03807859 0.9238796 -0.3807843 +vn 0.03807837 0.9238796 0.3807843 +vn -0.09192953 -0.3826835 -0.9192946 +vn -0.09192962 0.3826835 -0.9192946 +vn 0.09192962 -0.3826835 0.9192946 +vn 0.09192953 0.3826835 0.9192946 +vn -0.9950374 -1.192093E-07 0.09950386 +vn 0.9950374 1.192093E-07 -0.09950386 +vn -0.03807827 -0.9238796 0.3807843 +vn 0.0380785 -0.9238796 -0.3807843 +vn 0.03807827 0.9238796 -0.3807843 +vn -0.0380785 0.9238796 0.3807843 +vn 0.0919294 -0.3826835 -0.9192946 +vn 0.09192931 0.3826835 -0.9192946 +vn -0.09192931 -0.3826835 0.9192946 +vn -0.0919294 0.3826835 0.9192946 +vn -0.9950374 -1.192093E-07 -0.09950362 +vn 0.9950374 1.192093E-07 0.09950362 +vn 0.9950373 0 -0.09950362 +vn -0.9950373 0 0.09950362 +vn 0.9950373 0 0.09950384 +vn -0.9950373 0 -0.09950384 +vn -0.0380785 -0.9238796 -0.3807843 +vn 0.03807827 -0.9238796 0.3807843 +vn 0.0380785 0.9238796 0.3807843 +vn -0.03807827 0.9238796 -0.3807843 +vn 0.09192931 -0.3826835 0.9192946 +vn 0.0919294 0.3826835 0.9192946 +vn -0.0919294 -0.3826835 -0.9192946 +vn -0.09192931 0.3826835 -0.9192946 +vn 0.9950374 -1.192093E-07 -0.09950362 +vn -0.9950374 1.192093E-07 0.09950362 +vn 0.03807837 -0.9238796 -0.3807843 +vn -0.03807859 -0.9238796 0.3807843 +vn -0.03807837 0.9238796 0.3807843 +vn 0.03807859 0.9238796 -0.3807843 +vn -0.09192962 -0.3826835 0.9192946 +vn -0.09192953 0.3826835 0.9192946 +vn 0.09192953 -0.3826835 -0.9192946 +vn 0.09192962 0.3826835 -0.9192946 +vn 0.9950374 -1.192093E-07 0.09950386 +vn -0.9950374 1.192093E-07 -0.09950386 +vn 0 -0.9999999 0 +vn 0 0.9999999 0 +vn 0.8137335 0 0.5812384 +vn 0.7071067 0 0.7071069 +vn -0.7071067 0 -0.7071069 +vn -0.8137335 0 -0.5812384 +vn 0.7071069 0 -0.7071067 +vn 0.8137337 0 -0.5812382 +vn -0.7071069 0 0.7071067 +vn -0.8137337 0 0.5812382 +vn 0.5812384 0 -0.8137335 +vn -0.5812384 0 0.8137335 +vn -0.5812382 0 -0.8137337 +vn 0.5812382 0 0.8137337 +vn 0.7066047 -0.03768034 -0.7066047 +vn 0.8131713 -0.03716837 -0.5808367 +vn -0.7066047 0.03768034 0.7066047 +vn -0.8131713 0.03716837 0.5808367 +vn -0.7066047 -0.03768034 -0.7066047 +vn -0.8131713 -0.03716837 -0.5808367 +vn 0.7066047 0.03768034 0.7066047 +vn 0.8131713 0.03716837 0.5808367 +vn 0.5808367 -0.03716837 -0.8131713 +vn -0.5808367 0.03716837 0.8131713 +vn 0.7066047 -0.03768034 0.7066047 +vn 0.5808367 -0.03716837 0.8131713 +vn -0.7066047 0.03768034 -0.7066047 +vn -0.5808367 0.03716837 -0.8131713 +vn 0.8131713 -0.03716837 0.5808367 +vn -0.8131713 0.03716837 -0.5808367 +vn -0.7066047 -0.03768034 0.7066047 +vn -0.8131713 -0.03716837 0.5808367 +vn 0.7066047 0.03768034 -0.7066047 +vn 0.8131713 0.03716837 -0.5808367 +vn -0.5808367 -0.03716837 0.8131713 +vn 0.5808367 0.03716837 -0.8131713 +vn -0.5808367 -0.03716837 -0.8131713 +vn 0.5808367 0.03716837 0.8131713 +vn -0.8137336 0 -0.5812382 +vn -0.7071069 0 -0.7071068 +vn 0.7071069 0 0.7071068 +vn 0.8137336 0 0.5812382 +vn -0.8137335 0 0.5812383 +vn 0.8137335 0 -0.5812383 +vn -0.5812382 0 0.8137336 +vn 0.5812382 0 -0.8137336 +vn 0.5812383 0 0.8137335 +vn -0.5812383 0 -0.8137335 +vn -0.7066045 -0.03768034 0.7066048 +vn -0.8131711 -0.03716837 0.5808367 +vn 0.7066045 0.03768034 -0.7066048 +vn 0.8131711 0.03716837 -0.5808367 +vn 0.7066048 -0.03768034 0.7066045 +vn 0.8131713 -0.03716837 0.5808365 +vn -0.7066048 0.03768034 -0.7066045 +vn -0.8131713 0.03716837 -0.5808365 +vn -0.5808365 -0.03716837 0.8131713 +vn 0.5808365 0.03716837 -0.8131713 +vn -0.7066048 -0.03768034 -0.7066045 +vn -0.5808367 -0.03716837 -0.8131711 +vn 0.7066048 0.03768034 0.7066045 +vn 0.5808367 0.03716837 0.8131711 +vn -0.8131713 -0.03716837 -0.5808365 +vn 0.8131713 0.03716837 0.5808365 +vn 0.7066045 -0.03768034 -0.7066048 +vn 0.8131711 -0.03716837 -0.5808367 +vn -0.7066045 0.03768034 0.7066048 +vn -0.8131711 0.03716837 0.5808367 +vn 0.5808365 -0.03716837 -0.8131713 +vn -0.5808365 0.03716837 0.8131713 +vn 0.5808367 -0.03716837 0.8131711 +vn -0.5808367 0.03716837 -0.8131711 +vn -0.5812383 0 0.8137335 +vn -0.7071068 0 0.7071068 +vn 0.7071068 0 -0.7071068 +vn 0.5812383 0 -0.8137335 +vn 0.7071068 0 0.7071068 +vn 0.5812382 0 0.8137336 +vn -0.7071068 0 -0.7071068 +vn -0.5812382 0 -0.8137336 +vn 0.8137335 0 0.5812383 +vn -0.8137335 0 -0.5812383 +vn 0.8137336 0 -0.5812382 +vn -0.8137336 0 0.5812382 +vn 0.7066047 -0.03768034 0.7066046 +vn 0.5808367 -0.03716837 0.8131711 +vn -0.7066047 0.03768034 -0.7066046 +vn -0.5808367 0.03716837 -0.8131711 +vn 0.7066046 -0.03768034 -0.7066047 +vn 0.5808365 -0.03716837 -0.8131713 +vn -0.7066046 0.03768034 0.7066047 +vn -0.5808365 0.03716837 0.8131713 +vn 0.8131713 -0.03716837 0.5808365 +vn -0.8131713 0.03716837 -0.5808365 +vn -0.7066046 -0.03768034 0.7066047 +vn -0.8131711 -0.03716837 0.5808367 +vn 0.7066046 0.03768034 -0.7066047 +vn 0.8131711 0.03716837 -0.5808367 +vn -0.5808365 -0.03716837 0.8131713 +vn 0.5808365 0.03716837 -0.8131713 +vn -0.7066047 -0.03768034 -0.7066046 +vn -0.5808367 -0.03716837 -0.8131711 +vn 0.7066047 0.03768034 0.7066046 +vn 0.5808367 0.03716837 0.8131711 +vn -0.8131713 -0.03716837 -0.5808365 +vn 0.8131713 0.03716837 0.5808365 +vn 0.8131711 -0.03716837 -0.5808367 +vn -0.8131711 0.03716837 0.5808367 +vn 0.9992937 -0.03757711 8.726985E-13 +vn 0.985716 -0.03706655 -0.164286 +vn -0.9992937 0.03757711 -8.726985E-13 +vn -0.985716 0.03706655 0.164286 +vn 0.985716 -0.03706655 0.164286 +vn -0.985716 0.03706655 -0.164286 +vn -8.726985E-13 -0.03757711 0.9992937 +vn -0.164286 -0.03706655 0.985716 +vn 8.726985E-13 0.03757711 -0.9992937 +vn 0.164286 0.03706655 -0.985716 +vn -0.164286 -0.03706655 -0.985716 +vn 8.726985E-13 -0.03757711 -0.9992937 +vn 0.164286 0.03706655 0.985716 +vn -8.726985E-13 0.03757711 0.9992937 +vn -0.985716 -0.03706655 0.164286 +vn -0.9992937 -0.03757711 -8.726985E-13 +vn 0.9992937 0.03757711 8.726985E-13 +vn 0.985716 0.03706655 -0.164286 +vn -0.985716 -0.03706655 -0.164286 +vn 0.985716 0.03706655 0.164286 +vn 0.164286 -0.03706655 0.985716 +vn -0.164286 0.03706655 -0.985716 +vn 0.164286 -0.03706655 -0.985716 +vn -0.164286 0.03706655 0.985716 +vn -0.9992937 -0.03757711 0 +vn 0.9992937 0.03757711 0 +vn 0 -0.03757711 -0.9992937 +vn 0 0.03757711 0.9992937 +vn 0 -0.03757711 0.9992937 +vn 0 0.03757711 -0.9992937 +vn 0.9992937 -0.03757711 0 +vn -0.9992937 0.03757711 0 +vn 1 0 -4.892161E-30 +vn -1 0 4.892161E-30 +vn -4.892161E-30 0 -1 +vn 4.892161E-30 0 1 + +vt 0.09375 0.025 +vt 0.09375 0.105 +vt 0.09375 0.065 +vt 0.09375 0.225 +vt 0.09375 0.045 +vt 0.34375 0.225 +vt 0.34375 0.025 +vt 0.34375 0.105 +vt 0.34375 0.075 +vt 0.34375 0.175 +vt 0.34375 0.1638381 +vt 0.34375 0.1828858 +vt 0.34375 0.1590762 +vt 0.34375 0.1876477 +vt 0.34375 0.1390029 +vt 0.34375 0.134241 +vt 0.34375 0.1151934 +vt 0.34375 0.1104315 +vt 0.34375 0.07863793 +vt 0.34375 0.09768555 +vt 0.34375 0.1024475 +vt 0.34375 0.07387602 +vt 0.34375 0.1623098 +vt 0.34375 0.1813574 +vt 0.34375 0.1575478 +vt 0.34375 0.1861193 +vt 0.34375 0.09963536 +vt 0.34375 0.118683 +vt 0.34375 0.1234449 +vt 0.34375 0.09487346 +vt 0.34375 0.0902646 +vt 0.34375 0.08550269 +vt 0.34375 0.06645507 +vt 0.34375 0.06169317 +vt 0.21875 0.145 +vt 0.21875 0.225 +vt 0.21875 0.175 +vt 0.21875 0.075 +vt 0.21875 0.185 +vt 0.21875 0.165 + +usemtl colormap + +f 3/2/3 2/1/2 1/1/1 +f 2/1/2 3/2/3 4/2/4 +f 1/1/7 2/1/6 3/2/5 +f 4/2/8 3/2/5 2/1/6 +f 7/3/11 6/1/10 5/1/9 +f 6/1/10 7/3/11 8/3/12 +f 5/1/15 6/1/14 7/3/13 +f 8/3/16 7/3/13 6/1/14 +f 11/2/19 10/1/18 9/1/17 +f 10/1/18 11/2/19 12/2/20 +f 9/1/23 10/1/22 11/2/21 +f 12/2/24 11/2/21 10/1/22 +f 2/1/2 11/2/19 9/1/17 +f 11/2/19 2/1/2 4/2/4 +f 9/1/23 11/2/21 2/1/6 +f 4/2/8 2/1/6 11/2/21 +f 7/3/11 13/3/25 8/3/12 +f 13/3/25 7/3/11 14/3/26 +f 8/3/16 13/3/27 7/3/13 +f 14/3/28 7/3/13 13/3/27 +f 8/3/12 15/1/29 6/1/10 +f 15/1/29 8/3/12 13/3/25 +f 6/1/14 15/1/30 8/3/16 +f 13/3/27 8/3/16 15/1/30 +f 11/2/19 3/2/3 12/2/20 +f 3/2/3 11/2/19 4/2/4 +f 12/2/24 3/2/5 11/2/21 +f 4/2/8 11/2/21 3/2/5 +f 14/3/26 5/1/9 16/1/31 +f 5/1/9 14/3/26 7/3/11 +f 16/1/32 5/1/15 14/3/28 +f 7/3/13 14/3/28 5/1/15 +f 15/1/29 14/3/26 16/1/31 +f 14/3/26 15/1/29 13/3/25 +f 16/1/32 14/3/28 15/1/30 +f 13/3/27 15/1/30 14/3/28 +f 12/2/20 1/1/1 10/1/18 +f 1/1/1 12/2/20 3/2/3 +f 10/1/22 1/1/7 12/2/24 +f 3/2/5 12/2/24 1/1/7 +f 19/3/35 18/3/34 17/3/33 +f 18/3/34 19/3/35 20/3/36 +f 17/3/39 18/3/38 19/3/37 +f 20/3/40 19/3/37 18/3/38 +f 20/3/36 21/1/41 18/3/34 +f 21/1/41 20/3/36 22/1/42 +f 18/3/38 21/1/43 20/3/40 +f 22/1/44 20/3/40 21/1/43 +f 17/3/33 21/1/41 23/1/45 +f 21/1/41 17/3/33 18/3/34 +f 23/1/46 21/1/43 17/3/39 +f 18/3/38 17/3/39 21/1/43 +f 24/1/47 17/3/33 23/1/45 +f 17/3/33 24/1/47 19/3/35 +f 23/1/46 17/3/39 24/1/48 +f 19/3/37 24/1/48 17/3/39 +f 22/1/42 19/3/35 24/1/47 +f 19/3/35 22/1/42 20/3/36 +f 24/1/48 19/3/37 22/1/44 +f 20/3/40 22/1/44 19/3/37 +f 27/1/51 26/3/50 25/1/49 +f 26/3/50 27/1/51 28/3/52 +f 25/1/55 26/3/54 27/1/53 +f 28/3/56 27/1/53 26/3/54 +f 29/1/57 28/3/52 27/1/51 +f 28/3/52 29/1/57 30/3/58 +f 27/1/53 28/3/56 29/1/59 +f 30/3/60 29/1/59 28/3/56 +f 33/2/63 32/1/62 31/1/61 +f 32/1/62 33/2/63 34/2/64 +f 31/1/67 32/1/66 33/2/65 +f 34/2/68 33/2/65 32/1/66 +f 33/2/63 35/2/69 34/2/64 +f 35/2/69 33/2/63 36/2/70 +f 34/2/68 35/2/71 33/2/65 +f 36/2/72 33/2/65 35/2/71 +f 30/3/58 38/1/74 37/3/73 +f 38/1/74 30/3/58 29/1/57 +f 37/3/76 38/1/75 30/3/60 +f 29/1/59 30/3/60 38/1/75 +f 34/2/64 39/1/77 32/1/62 +f 39/1/77 34/2/64 35/2/69 +f 32/1/66 39/1/78 34/2/68 +f 35/2/71 34/2/68 39/1/78 +f 28/3/52 37/3/73 26/3/50 +f 37/3/73 28/3/52 30/3/58 +f 26/3/54 37/3/76 28/3/56 +f 30/3/60 28/3/56 37/3/76 +f 40/1/79 33/2/63 31/1/61 +f 33/2/63 40/1/79 36/2/70 +f 31/1/67 33/2/65 40/1/80 +f 36/2/72 40/1/80 33/2/65 +f 26/3/50 38/1/74 25/1/49 +f 38/1/74 26/3/50 37/3/73 +f 25/1/55 38/1/75 26/3/54 +f 37/3/76 26/3/54 38/1/75 +f 35/2/69 40/1/79 39/1/77 +f 40/1/79 35/2/69 36/2/70 +f 39/1/78 40/1/80 35/2/71 +f 36/2/72 35/2/71 40/1/80 +f 43/4/81 42/4/81 41/4/81 +f 42/4/81 43/4/81 44/4/81 +f 42/4/81 44/4/81 45/4/81 +f 45/4/81 44/4/81 46/4/81 +f 45/4/81 46/4/81 47/4/81 +f 47/4/81 46/4/81 48/4/81 +f 47/4/81 48/4/81 49/4/81 +f 49/4/81 48/4/81 50/4/81 +f 41/4/82 42/4/82 43/4/82 +f 44/4/82 43/4/82 42/4/82 +f 45/4/82 44/4/82 42/4/82 +f 46/4/82 44/4/82 45/4/82 +f 47/4/82 46/4/82 45/4/82 +f 48/4/82 46/4/82 47/4/82 +f 49/4/82 48/4/82 47/4/82 +f 50/4/82 48/4/82 49/4/82 +f 43/4/83 52/1/83 51/1/83 +f 52/1/83 43/4/83 41/4/83 +f 51/1/84 52/1/84 43/4/84 +f 41/4/84 43/4/84 52/1/84 +f 53/1/86 43/4/85 51/1/85 +f 43/4/85 53/1/86 44/4/86 +f 51/1/88 43/4/88 53/1/87 +f 44/4/87 53/1/87 43/4/88 +f 54/1/89 44/4/86 53/1/86 +f 44/4/86 54/1/89 46/4/89 +f 53/1/87 44/4/87 54/1/90 +f 46/4/90 54/1/90 44/4/87 +f 48/4/91 54/1/89 55/1/91 +f 54/1/89 48/4/91 46/4/89 +f 55/1/92 54/1/90 48/4/92 +f 46/4/90 48/4/92 54/1/90 +f 50/4/93 55/1/91 56/1/93 +f 55/1/91 50/4/93 48/4/91 +f 56/1/94 55/1/92 50/4/94 +f 48/4/92 50/4/94 55/1/92 +f 57/1/95 50/4/95 56/1/95 +f 50/4/95 57/1/95 49/4/95 +f 56/1/96 50/4/96 57/1/96 +f 49/4/96 57/1/96 50/4/96 +f 47/4/92 57/1/97 58/1/92 +f 57/1/97 47/4/92 49/4/97 +f 58/1/91 57/1/98 47/4/91 +f 49/4/98 47/4/91 57/1/98 +f 45/4/90 58/1/92 59/1/90 +f 58/1/92 45/4/90 47/4/92 +f 59/1/89 58/1/91 45/4/89 +f 47/4/91 45/4/89 58/1/91 +f 45/4/90 60/1/87 42/4/87 +f 60/1/87 45/4/90 59/1/90 +f 42/4/86 60/1/86 45/4/89 +f 59/1/89 45/4/89 60/1/86 +f 42/4/87 52/1/88 41/4/88 +f 52/1/88 42/4/87 60/1/87 +f 41/4/85 52/1/85 42/4/86 +f 60/1/86 42/4/86 52/1/85 +f 63/1/81 62/1/81 61/1/81 +f 62/1/81 63/1/81 64/1/81 +f 61/1/82 62/1/82 63/1/82 +f 64/1/82 63/1/82 62/1/82 +f 67/2/101 66/1/100 65/1/99 +f 66/1/100 67/2/101 68/2/102 +f 65/1/105 66/1/104 67/2/103 +f 68/2/106 67/2/103 66/1/104 +f 71/3/109 70/1/108 69/1/107 +f 70/1/108 71/3/109 72/3/110 +f 69/1/113 70/1/112 71/3/111 +f 72/3/114 71/3/111 70/1/112 +f 75/2/117 74/1/116 73/1/115 +f 74/1/116 75/2/117 76/2/118 +f 73/1/121 74/1/120 75/2/119 +f 76/2/122 75/2/119 74/1/120 +f 66/1/100 75/2/117 73/1/115 +f 75/2/117 66/1/100 68/2/102 +f 73/1/121 75/2/119 66/1/104 +f 68/2/106 66/1/104 75/2/119 +f 71/3/109 77/3/123 72/3/110 +f 77/3/123 71/3/109 78/3/124 +f 72/3/114 77/3/125 71/3/111 +f 78/3/126 71/3/111 77/3/125 +f 72/3/110 79/1/127 70/1/108 +f 79/1/127 72/3/110 77/3/123 +f 70/1/112 79/1/128 72/3/114 +f 77/3/125 72/3/114 79/1/128 +f 75/2/117 67/2/101 76/2/118 +f 67/2/101 75/2/117 68/2/102 +f 76/2/122 67/2/103 75/2/119 +f 68/2/106 75/2/119 67/2/103 +f 78/3/124 69/1/107 80/1/129 +f 69/1/107 78/3/124 71/3/109 +f 80/1/130 69/1/113 78/3/126 +f 71/3/111 78/3/126 69/1/113 +f 79/1/127 78/3/124 80/1/129 +f 78/3/124 79/1/127 77/3/123 +f 80/1/130 78/3/126 79/1/128 +f 77/3/125 79/1/128 78/3/126 +f 76/2/118 65/1/99 74/1/116 +f 65/1/99 76/2/118 67/2/101 +f 74/1/120 65/1/105 76/2/122 +f 67/2/103 76/2/122 65/1/105 +f 83/3/133 82/3/132 81/3/131 +f 82/3/132 83/3/133 84/3/134 +f 81/3/137 82/3/136 83/3/135 +f 84/3/138 83/3/135 82/3/136 +f 84/3/134 85/1/139 82/3/132 +f 85/1/139 84/3/134 86/1/140 +f 82/3/136 85/1/141 84/3/138 +f 86/1/142 84/3/138 85/1/141 +f 81/3/131 85/1/139 87/1/143 +f 85/1/139 81/3/131 82/3/132 +f 87/1/144 85/1/141 81/3/137 +f 82/3/136 81/3/137 85/1/141 +f 88/1/145 81/3/131 87/1/143 +f 81/3/131 88/1/145 83/3/133 +f 87/1/144 81/3/137 88/1/146 +f 83/3/135 88/1/146 81/3/137 +f 86/1/140 83/3/133 88/1/145 +f 83/3/133 86/1/140 84/3/134 +f 88/1/146 83/3/135 86/1/142 +f 84/3/138 86/1/142 83/3/135 +f 91/1/149 90/3/148 89/1/147 +f 90/3/148 91/1/149 92/3/150 +f 89/1/153 90/3/152 91/1/151 +f 92/3/154 91/1/151 90/3/152 +f 93/1/155 92/3/150 91/1/149 +f 92/3/150 93/1/155 94/3/156 +f 91/1/151 92/3/154 93/1/157 +f 94/3/158 93/1/157 92/3/154 +f 97/2/161 96/1/160 95/1/159 +f 96/1/160 97/2/161 98/2/162 +f 95/1/165 96/1/164 97/2/163 +f 98/2/166 97/2/163 96/1/164 +f 97/2/161 99/2/167 98/2/162 +f 99/2/167 97/2/161 100/2/168 +f 98/2/166 99/2/169 97/2/163 +f 100/2/170 97/2/163 99/2/169 +f 94/3/156 102/1/172 101/3/171 +f 102/1/172 94/3/156 93/1/155 +f 101/3/174 102/1/173 94/3/158 +f 93/1/157 94/3/158 102/1/173 +f 98/2/162 103/1/175 96/1/160 +f 103/1/175 98/2/162 99/2/167 +f 96/1/164 103/1/176 98/2/166 +f 99/2/169 98/2/166 103/1/176 +f 92/3/150 101/3/171 90/3/148 +f 101/3/171 92/3/150 94/3/156 +f 90/3/152 101/3/174 92/3/154 +f 94/3/158 92/3/154 101/3/174 +f 104/1/177 97/2/161 95/1/159 +f 97/2/161 104/1/177 100/2/168 +f 95/1/165 97/2/163 104/1/178 +f 100/2/170 104/1/178 97/2/163 +f 90/3/148 102/1/172 89/1/147 +f 102/1/172 90/3/148 101/3/171 +f 89/1/153 102/1/173 90/3/152 +f 101/3/174 90/3/152 102/1/173 +f 99/2/167 104/1/177 103/1/175 +f 104/1/177 99/2/167 100/2/168 +f 103/1/176 104/1/178 99/2/169 +f 100/2/170 99/2/169 104/1/178 +f 107/4/81 106/4/81 105/4/81 +f 106/4/81 107/4/81 108/4/81 +f 106/4/81 108/4/81 109/4/81 +f 109/4/81 108/4/81 110/4/81 +f 109/4/81 110/4/81 111/4/81 +f 111/4/81 110/4/81 112/4/81 +f 111/4/81 112/4/81 113/4/81 +f 113/4/81 112/4/81 114/4/81 +f 105/4/82 106/4/82 107/4/82 +f 108/4/82 107/4/82 106/4/82 +f 109/4/82 108/4/82 106/4/82 +f 110/4/82 108/4/82 109/4/82 +f 111/4/82 110/4/82 109/4/82 +f 112/4/82 110/4/82 111/4/82 +f 113/4/82 112/4/82 111/4/82 +f 114/4/82 112/4/82 113/4/82 +f 107/4/179 116/1/179 115/1/179 +f 116/1/179 107/4/179 105/4/179 +f 115/1/180 116/1/180 107/4/180 +f 105/4/180 107/4/180 116/1/180 +f 117/1/182 107/4/181 115/1/181 +f 107/4/181 117/1/182 108/4/182 +f 115/1/184 107/4/184 117/1/183 +f 108/4/183 117/1/183 107/4/184 +f 118/1/185 108/4/182 117/1/182 +f 108/4/182 118/1/185 110/4/185 +f 117/1/183 108/4/183 118/1/186 +f 110/4/186 118/1/186 108/4/183 +f 112/4/187 118/1/185 119/1/187 +f 118/1/185 112/4/187 110/4/185 +f 119/1/188 118/1/186 112/4/188 +f 110/4/186 112/4/188 118/1/186 +f 114/4/189 119/1/187 120/1/189 +f 119/1/187 114/4/189 112/4/187 +f 120/1/190 119/1/188 114/4/190 +f 112/4/188 114/4/190 119/1/188 +f 121/1/191 114/4/191 120/1/191 +f 114/4/191 121/1/191 113/4/191 +f 120/1/192 114/4/192 121/1/192 +f 113/4/192 121/1/192 114/4/192 +f 111/4/188 121/1/193 122/1/188 +f 121/1/193 111/4/188 113/4/193 +f 122/1/187 121/1/194 111/4/187 +f 113/4/194 111/4/187 121/1/194 +f 109/4/186 122/1/188 123/1/186 +f 122/1/188 109/4/186 111/4/188 +f 123/1/185 122/1/187 109/4/185 +f 111/4/187 109/4/185 122/1/187 +f 109/4/186 124/1/183 106/4/183 +f 124/1/183 109/4/186 123/1/186 +f 106/4/182 124/1/182 109/4/185 +f 123/1/185 109/4/185 124/1/182 +f 106/4/183 116/1/184 105/4/184 +f 116/1/184 106/4/183 124/1/183 +f 105/4/181 116/1/181 106/4/182 +f 124/1/182 106/4/182 116/1/181 +f 127/1/81 126/1/81 125/1/81 +f 126/1/81 127/1/81 128/1/81 +f 125/1/82 126/1/82 127/1/82 +f 128/1/82 127/1/82 126/1/82 +f 131/1/81 130/1/81 129/1/81 +f 130/1/81 131/1/81 132/1/81 +f 129/1/82 130/1/82 131/1/82 +f 132/1/82 131/1/82 130/1/82 +f 135/2/197 134/1/196 133/1/195 +f 134/1/196 135/2/197 136/2/198 +f 133/1/201 134/1/200 135/2/199 +f 136/2/202 135/2/199 134/1/200 +f 139/3/205 138/1/204 137/1/203 +f 138/1/204 139/3/205 140/3/206 +f 137/1/209 138/1/208 139/3/207 +f 140/3/210 139/3/207 138/1/208 +f 143/2/213 142/1/212 141/1/211 +f 142/1/212 143/2/213 144/2/214 +f 141/1/217 142/1/216 143/2/215 +f 144/2/218 143/2/215 142/1/216 +f 134/1/196 143/2/213 141/1/211 +f 143/2/213 134/1/196 136/2/198 +f 141/1/217 143/2/215 134/1/200 +f 136/2/202 134/1/200 143/2/215 +f 139/3/205 145/3/219 140/3/206 +f 145/3/219 139/3/205 146/3/220 +f 140/3/210 145/3/221 139/3/207 +f 146/3/222 139/3/207 145/3/221 +f 140/3/206 147/1/223 138/1/204 +f 147/1/223 140/3/206 145/3/219 +f 138/1/208 147/1/224 140/3/210 +f 145/3/221 140/3/210 147/1/224 +f 143/2/213 135/2/197 144/2/214 +f 135/2/197 143/2/213 136/2/198 +f 144/2/218 135/2/199 143/2/215 +f 136/2/202 143/2/215 135/2/199 +f 146/3/220 137/1/203 148/1/225 +f 137/1/203 146/3/220 139/3/205 +f 148/1/226 137/1/209 146/3/222 +f 139/3/207 146/3/222 137/1/209 +f 147/1/223 146/3/220 148/1/225 +f 146/3/220 147/1/223 145/3/219 +f 148/1/226 146/3/222 147/1/224 +f 145/3/221 147/1/224 146/3/222 +f 144/2/214 133/1/195 142/1/212 +f 133/1/195 144/2/214 135/2/197 +f 142/1/216 133/1/201 144/2/218 +f 135/2/199 144/2/218 133/1/201 +f 151/3/229 150/3/228 149/3/227 +f 150/3/228 151/3/229 152/3/230 +f 149/3/233 150/3/232 151/3/231 +f 152/3/234 151/3/231 150/3/232 +f 152/3/230 153/1/235 150/3/228 +f 153/1/235 152/3/230 154/1/236 +f 150/3/232 153/1/237 152/3/234 +f 154/1/238 152/3/234 153/1/237 +f 149/3/227 153/1/235 155/1/239 +f 153/1/235 149/3/227 150/3/228 +f 155/1/240 153/1/237 149/3/233 +f 150/3/232 149/3/233 153/1/237 +f 156/1/241 149/3/227 155/1/239 +f 149/3/227 156/1/241 151/3/229 +f 155/1/240 149/3/233 156/1/242 +f 151/3/231 156/1/242 149/3/233 +f 154/1/236 151/3/229 156/1/241 +f 151/3/229 154/1/236 152/3/230 +f 156/1/242 151/3/231 154/1/238 +f 152/3/234 154/1/238 151/3/231 +f 159/1/245 158/3/244 157/1/243 +f 158/3/244 159/1/245 160/3/246 +f 157/1/249 158/3/248 159/1/247 +f 160/3/250 159/1/247 158/3/248 +f 161/1/251 160/3/246 159/1/245 +f 160/3/246 161/1/251 162/3/252 +f 159/1/247 160/3/250 161/1/253 +f 162/3/254 161/1/253 160/3/250 +f 165/2/257 164/1/256 163/1/255 +f 164/1/256 165/2/257 166/2/258 +f 163/1/261 164/1/260 165/2/259 +f 166/2/262 165/2/259 164/1/260 +f 165/2/257 167/2/263 166/2/258 +f 167/2/263 165/2/257 168/2/264 +f 166/2/262 167/2/265 165/2/259 +f 168/2/266 165/2/259 167/2/265 +f 162/3/252 170/1/268 169/3/267 +f 170/1/268 162/3/252 161/1/251 +f 169/3/270 170/1/269 162/3/254 +f 161/1/253 162/3/254 170/1/269 +f 166/2/258 171/1/271 164/1/256 +f 171/1/271 166/2/258 167/2/263 +f 164/1/260 171/1/272 166/2/262 +f 167/2/265 166/2/262 171/1/272 +f 160/3/246 169/3/267 158/3/244 +f 169/3/267 160/3/246 162/3/252 +f 158/3/248 169/3/270 160/3/250 +f 162/3/254 160/3/250 169/3/270 +f 172/1/273 165/2/257 163/1/255 +f 165/2/257 172/1/273 168/2/264 +f 163/1/261 165/2/259 172/1/274 +f 168/2/266 172/1/274 165/2/259 +f 158/3/244 170/1/268 157/1/243 +f 170/1/268 158/3/244 169/3/267 +f 157/1/249 170/1/269 158/3/248 +f 169/3/270 158/3/248 170/1/269 +f 167/2/263 172/1/273 171/1/271 +f 172/1/273 167/2/263 168/2/264 +f 171/1/272 172/1/274 167/2/265 +f 168/2/266 167/2/265 172/1/274 +f 175/4/81 174/4/81 173/4/81 +f 174/4/81 175/4/81 176/4/81 +f 174/4/81 176/4/81 177/4/81 +f 177/4/81 176/4/81 178/4/81 +f 177/4/81 178/4/81 179/4/81 +f 179/4/81 178/4/81 180/4/81 +f 179/4/81 180/4/81 181/4/81 +f 181/4/81 180/4/81 182/4/81 +f 173/4/82 174/4/82 175/4/82 +f 176/4/82 175/4/82 174/4/82 +f 177/4/82 176/4/82 174/4/82 +f 178/4/82 176/4/82 177/4/82 +f 179/4/82 178/4/82 177/4/82 +f 180/4/82 178/4/82 179/4/82 +f 181/4/82 180/4/82 179/4/82 +f 182/4/82 180/4/82 181/4/82 +f 175/4/275 184/1/275 183/1/275 +f 184/1/275 175/4/275 173/4/275 +f 183/1/276 184/1/276 175/4/276 +f 173/4/276 175/4/276 184/1/276 +f 185/1/278 175/4/277 183/1/277 +f 175/4/277 185/1/278 176/4/278 +f 183/1/280 175/4/280 185/1/279 +f 176/4/279 185/1/279 175/4/280 +f 186/1/281 176/4/278 185/1/278 +f 176/4/278 186/1/281 178/4/281 +f 185/1/279 176/4/279 186/1/282 +f 178/4/282 186/1/282 176/4/279 +f 180/4/283 186/1/281 187/1/283 +f 186/1/281 180/4/283 178/4/281 +f 187/1/284 186/1/282 180/4/284 +f 178/4/282 180/4/284 186/1/282 +f 182/4/285 187/1/283 188/1/285 +f 187/1/283 182/4/285 180/4/283 +f 188/1/286 187/1/284 182/4/286 +f 180/4/284 182/4/286 187/1/284 +f 189/1/287 182/4/287 188/1/287 +f 182/4/287 189/1/287 181/4/287 +f 188/1/288 182/4/288 189/1/288 +f 181/4/288 189/1/288 182/4/288 +f 179/4/284 189/1/289 190/1/284 +f 189/1/289 179/4/284 181/4/289 +f 190/1/283 189/1/290 179/4/283 +f 181/4/290 179/4/283 189/1/290 +f 177/4/282 190/1/284 191/1/282 +f 190/1/284 177/4/282 179/4/284 +f 191/1/281 190/1/283 177/4/281 +f 179/4/283 177/4/281 190/1/283 +f 177/4/282 192/1/279 174/4/279 +f 192/1/279 177/4/282 191/1/282 +f 174/4/278 192/1/278 177/4/281 +f 191/1/281 177/4/281 192/1/278 +f 174/4/279 184/1/280 173/4/280 +f 184/1/280 174/4/279 192/1/279 +f 173/4/277 184/1/277 174/4/278 +f 192/1/278 174/4/278 184/1/277 +f 195/1/81 194/1/81 193/1/81 +f 194/1/81 195/1/81 196/1/81 +f 193/1/82 194/1/82 195/1/82 +f 196/1/82 195/1/82 194/1/82 +f 199/4/81 198/4/81 197/4/81 +f 198/4/81 199/4/81 200/4/81 +f 200/4/81 199/4/81 201/4/81 +f 197/4/82 198/4/82 199/4/82 +f 200/4/82 199/4/82 198/4/82 +f 201/4/82 199/4/82 200/4/82 +f 198/4/96 202/1/96 197/4/96 +f 202/1/96 198/4/96 203/1/96 +f 197/4/95 202/1/95 198/4/95 +f 203/1/95 198/4/95 202/1/95 +f 198/4/84 204/1/84 203/1/84 +f 204/1/84 198/4/84 200/4/84 +f 203/1/83 204/1/83 198/4/83 +f 200/4/83 198/4/83 204/1/83 +f 204/1/292 201/4/291 205/1/291 +f 201/4/291 204/1/292 200/4/292 +f 205/1/294 201/4/294 204/1/293 +f 200/4/293 204/1/293 201/4/294 +f 205/1/291 199/4/295 206/1/295 +f 199/4/295 205/1/291 201/4/291 +f 206/1/296 199/4/296 205/1/294 +f 201/4/294 205/1/294 199/4/296 +f 206/1/295 197/4/297 202/1/297 +f 197/4/297 206/1/295 199/4/295 +f 202/1/298 197/4/298 206/1/296 +f 199/4/296 206/1/296 197/4/298 +f 208/4/81 173/4/81 207/4/81 +f 173/4/81 208/4/81 209/4/81 +f 209/4/81 208/4/81 210/4/81 +f 207/4/82 173/4/82 208/4/82 +f 209/4/82 208/4/82 173/4/82 +f 210/4/82 208/4/82 209/4/82 +f 173/4/299 211/1/299 207/4/299 +f 211/1/299 173/4/299 184/1/299 +f 207/4/300 211/1/300 173/4/300 +f 184/1/300 173/4/300 211/1/300 +f 173/4/301 212/1/301 184/1/301 +f 212/1/301 173/4/301 209/4/301 +f 184/1/302 212/1/302 173/4/302 +f 209/4/302 173/4/302 212/1/302 +f 212/1/304 210/4/303 213/1/303 +f 210/4/303 212/1/304 209/4/304 +f 213/1/306 210/4/306 212/1/305 +f 209/4/305 212/1/305 210/4/306 +f 213/1/303 208/4/307 214/1/307 +f 208/4/307 213/1/303 210/4/303 +f 214/1/308 208/4/308 213/1/306 +f 210/4/306 213/1/306 208/4/308 +f 214/1/307 207/4/309 211/1/309 +f 207/4/309 214/1/307 208/4/307 +f 211/1/310 207/4/310 214/1/308 +f 208/4/308 214/1/308 207/4/310 +f 217/4/81 216/4/81 215/4/81 +f 216/4/81 217/4/81 218/4/81 +f 218/4/81 217/4/81 219/4/81 +f 215/4/82 216/4/82 217/4/82 +f 218/4/82 217/4/82 216/4/82 +f 219/4/82 217/4/82 218/4/82 +f 216/4/299 220/1/299 215/4/299 +f 220/1/299 216/4/299 221/1/299 +f 215/4/300 220/1/300 216/4/300 +f 221/1/300 216/4/300 220/1/300 +f 216/4/301 222/1/301 221/1/301 +f 222/1/301 216/4/301 218/4/301 +f 221/1/302 222/1/302 216/4/302 +f 218/4/302 216/4/302 222/1/302 +f 222/1/304 219/4/303 223/1/303 +f 219/4/303 222/1/304 218/4/304 +f 223/1/306 219/4/306 222/1/305 +f 218/4/305 222/1/305 219/4/306 +f 223/1/303 217/4/307 224/1/307 +f 217/4/307 223/1/303 219/4/303 +f 224/1/308 217/4/308 223/1/306 +f 219/4/306 223/1/306 217/4/308 +f 224/1/307 215/4/309 220/1/309 +f 215/4/309 224/1/307 217/4/307 +f 220/1/310 215/4/310 224/1/308 +f 217/4/308 224/1/308 215/4/310 +f 227/4/81 226/4/81 225/4/81 +f 226/4/81 227/4/81 228/4/81 +f 228/4/81 227/4/81 229/4/81 +f 225/4/82 226/4/82 227/4/82 +f 228/4/82 227/4/82 226/4/82 +f 229/4/82 227/4/82 228/4/82 +f 226/4/311 230/1/311 225/4/311 +f 230/1/311 226/4/311 231/1/311 +f 225/4/312 230/1/312 226/4/312 +f 231/1/312 226/4/312 230/1/312 +f 226/4/313 232/1/313 231/1/313 +f 232/1/313 226/4/313 228/4/313 +f 231/1/314 232/1/314 226/4/314 +f 228/4/314 226/4/314 232/1/314 +f 232/1/305 229/4/306 233/1/306 +f 229/4/306 232/1/305 228/4/305 +f 233/1/303 229/4/303 232/1/304 +f 228/4/304 232/1/304 229/4/303 +f 233/1/306 227/4/308 234/1/308 +f 227/4/308 233/1/306 229/4/306 +f 234/1/307 227/4/307 233/1/303 +f 229/4/303 233/1/303 227/4/307 +f 234/1/308 225/4/310 230/1/310 +f 225/4/310 234/1/308 227/4/308 +f 230/1/309 225/4/309 234/1/307 +f 227/4/307 234/1/307 225/4/309 +f 237/4/81 236/4/81 235/4/81 +f 236/4/81 237/4/81 238/4/81 +f 238/4/81 237/4/81 239/4/81 +f 235/4/82 236/4/82 237/4/82 +f 238/4/82 237/4/82 236/4/82 +f 239/4/82 237/4/82 238/4/82 +f 236/4/311 240/1/311 235/4/311 +f 240/1/311 236/4/311 241/1/311 +f 235/4/312 240/1/312 236/4/312 +f 241/1/312 236/4/312 240/1/312 +f 236/4/313 242/1/313 241/1/313 +f 242/1/313 236/4/313 238/4/313 +f 241/1/314 242/1/314 236/4/314 +f 238/4/314 236/4/314 242/1/314 +f 242/1/305 239/4/306 243/1/306 +f 239/4/306 242/1/305 238/4/305 +f 243/1/303 239/4/303 242/1/304 +f 238/4/304 242/1/304 239/4/303 +f 243/1/306 237/4/308 244/1/308 +f 237/4/308 243/1/306 239/4/306 +f 244/1/307 237/4/307 243/1/303 +f 239/4/303 243/1/303 237/4/307 +f 244/1/308 235/4/310 240/1/310 +f 235/4/310 244/1/308 237/4/308 +f 240/1/309 235/4/309 244/1/307 +f 237/4/307 244/1/307 235/4/309 +f 247/1/223 246/3/220 245/1/225 +f 246/3/220 247/1/223 248/3/219 +f 245/1/226 246/3/222 247/1/224 +f 248/3/221 247/1/224 246/3/222 +f 250/3/206 247/1/223 249/1/204 +f 247/1/223 250/3/206 248/3/219 +f 249/1/208 247/1/224 250/3/210 +f 248/3/221 250/3/210 247/1/224 +f 253/2/197 252/1/196 251/1/195 +f 252/1/196 253/2/197 254/2/198 +f 251/1/201 252/1/200 253/2/199 +f 254/2/202 253/2/199 252/1/200 +f 252/1/196 256/2/213 255/1/211 +f 256/2/213 252/1/196 254/2/198 +f 255/1/217 256/2/215 252/1/200 +f 254/2/202 252/1/200 256/2/215 +f 259/1/273 258/2/257 257/1/255 +f 258/2/257 259/1/273 260/2/264 +f 257/1/261 258/2/259 259/1/274 +f 260/2/266 259/1/274 258/2/259 +f 258/2/257 262/2/263 261/2/258 +f 262/2/263 258/2/257 260/2/264 +f 261/2/262 262/2/265 258/2/259 +f 260/2/266 258/2/259 262/2/265 +f 262/2/263 259/1/273 263/1/271 +f 259/1/273 262/2/263 260/2/264 +f 263/1/272 259/1/274 262/2/265 +f 260/2/266 262/2/265 259/1/274 +f 258/2/257 264/1/256 257/1/255 +f 264/1/256 258/2/257 261/2/258 +f 257/1/261 264/1/260 258/2/259 +f 261/2/262 258/2/259 264/1/260 +f 261/2/258 263/1/271 264/1/256 +f 263/1/271 261/2/258 262/2/263 +f 264/1/260 263/1/272 261/2/262 +f 262/2/265 261/2/262 263/1/272 +f 266/2/214 251/1/195 265/1/212 +f 251/1/195 266/2/214 253/2/197 +f 265/1/216 251/1/201 266/2/218 +f 253/2/199 266/2/218 251/1/201 +f 246/3/220 267/1/203 245/1/225 +f 267/1/203 246/3/220 268/3/205 +f 245/1/226 267/1/209 246/3/222 +f 268/3/207 246/3/222 267/1/209 +f 256/2/213 265/1/212 255/1/211 +f 265/1/212 256/2/213 266/2/214 +f 255/1/217 265/1/216 256/2/215 +f 266/2/218 256/2/215 265/1/216 +f 256/2/213 253/2/197 266/2/214 +f 253/2/197 256/2/213 254/2/198 +f 266/2/218 253/2/199 256/2/215 +f 254/2/202 256/2/215 253/2/199 +f 271/3/317 270/3/316 269/3/315 +f 270/3/316 271/3/317 272/3/318 +f 269/3/321 270/3/320 271/3/319 +f 272/3/322 271/3/319 270/3/320 +f 268/3/205 248/3/219 250/3/206 +f 248/3/219 268/3/205 246/3/220 +f 250/3/210 248/3/221 268/3/207 +f 246/3/222 268/3/207 248/3/221 +f 273/1/323 272/3/318 271/3/317 +f 272/3/318 273/1/323 274/1/324 +f 271/3/319 272/3/322 273/1/325 +f 274/1/326 273/1/325 272/3/322 +f 277/1/251 276/3/246 275/1/245 +f 276/3/246 277/1/251 278/3/252 +f 275/1/247 276/3/250 277/1/253 +f 278/3/254 277/1/253 276/3/250 +f 273/1/323 269/3/315 279/1/327 +f 269/3/315 273/1/323 271/3/317 +f 279/1/328 269/3/321 273/1/325 +f 271/3/319 273/1/325 269/3/321 +f 272/3/318 280/1/329 270/3/316 +f 280/1/329 272/3/318 274/1/324 +f 270/3/320 280/1/330 272/3/322 +f 274/1/326 272/3/322 280/1/330 +f 283/3/244 282/1/268 281/1/243 +f 282/1/268 283/3/244 284/3/267 +f 281/1/249 282/1/269 283/3/248 +f 284/3/270 283/3/248 282/1/269 +f 269/3/315 280/1/329 279/1/327 +f 280/1/329 269/3/315 270/3/316 +f 279/1/328 280/1/330 269/3/321 +f 270/3/320 269/3/321 280/1/330 +f 275/1/245 283/3/244 281/1/243 +f 283/3/244 275/1/245 276/3/246 +f 281/1/249 283/3/248 275/1/247 +f 276/3/250 275/1/247 283/3/248 +f 278/3/252 282/1/268 284/3/267 +f 282/1/268 278/3/252 277/1/251 +f 284/3/270 282/1/269 278/3/254 +f 277/1/253 278/3/254 282/1/269 +f 276/3/246 284/3/267 283/3/244 +f 284/3/267 276/3/246 278/3/252 +f 283/3/248 284/3/270 276/3/250 +f 278/3/254 276/3/250 284/3/270 +f 268/3/205 249/1/204 267/1/203 +f 249/1/204 268/3/205 250/3/206 +f 267/1/209 249/1/208 268/3/207 +f 250/3/210 268/3/207 249/1/208 +f 287/4/331 286/1/332 285/1/331 +f 286/1/332 287/4/331 288/4/332 +f 285/1/333 286/1/334 287/4/333 +f 288/4/334 287/4/333 286/1/334 +f 291/4/81 290/4/81 289/4/81 +f 290/4/81 291/4/81 288/4/81 +f 290/4/81 288/4/81 287/4/81 +f 289/4/82 290/4/82 291/4/82 +f 288/4/82 291/4/82 290/4/82 +f 287/4/82 288/4/82 290/4/82 +f 289/4/334 293/1/334 292/1/334 +f 293/1/334 289/4/334 290/4/334 +f 292/1/332 293/1/332 289/4/332 +f 290/4/332 289/4/332 293/1/332 +f 288/4/332 294/1/335 286/1/332 +f 294/1/335 288/4/332 291/4/335 +f 286/1/334 294/1/336 288/4/334 +f 291/4/336 288/4/334 294/1/336 +f 289/4/337 294/1/337 291/4/337 +f 294/1/337 289/4/337 292/1/337 +f 291/4/338 294/1/338 289/4/338 +f 292/1/338 289/4/338 294/1/338 +f 293/1/338 287/4/338 285/1/338 +f 287/4/338 293/1/338 290/4/338 +f 285/1/337 287/4/337 293/1/337 +f 290/4/337 293/1/337 287/4/337 +f 297/1/203 296/3/206 295/1/204 +f 296/3/206 297/1/203 298/3/205 +f 295/1/208 296/3/210 297/1/209 +f 298/3/207 297/1/209 296/3/210 +f 300/3/220 297/1/203 299/1/225 +f 297/1/203 300/3/220 298/3/205 +f 299/1/226 297/1/209 300/3/222 +f 298/3/207 300/3/222 297/1/209 +f 303/2/213 302/1/212 301/1/211 +f 302/1/212 303/2/213 304/2/214 +f 301/1/217 302/1/216 303/2/215 +f 304/2/218 303/2/215 302/1/216 +f 302/1/212 306/2/197 305/1/195 +f 306/2/197 302/1/212 304/2/214 +f 305/1/201 306/2/199 302/1/216 +f 304/2/218 302/1/216 306/2/199 +f 309/1/256 308/2/263 307/1/271 +f 308/2/263 309/1/256 310/2/258 +f 307/1/272 308/2/265 309/1/260 +f 310/2/262 309/1/260 308/2/265 +f 308/2/263 312/2/257 311/2/264 +f 312/2/257 308/2/263 310/2/258 +f 311/2/266 312/2/259 308/2/265 +f 310/2/262 308/2/265 312/2/259 +f 312/2/257 309/1/256 313/1/255 +f 309/1/256 312/2/257 310/2/258 +f 313/1/261 309/1/260 312/2/259 +f 310/2/262 312/2/259 309/1/260 +f 308/2/263 314/1/273 307/1/271 +f 314/1/273 308/2/263 311/2/264 +f 307/1/272 314/1/274 308/2/265 +f 311/2/266 308/2/265 314/1/274 +f 311/2/264 313/1/255 314/1/273 +f 313/1/255 311/2/264 312/2/257 +f 314/1/274 313/1/261 311/2/266 +f 312/2/259 311/2/266 313/1/261 +f 316/2/198 301/1/211 315/1/196 +f 301/1/211 316/2/198 303/2/213 +f 315/1/200 301/1/217 316/2/202 +f 303/2/215 316/2/202 301/1/217 +f 296/3/206 317/1/223 295/1/204 +f 317/1/223 296/3/206 318/3/219 +f 295/1/208 317/1/224 296/3/210 +f 318/3/221 296/3/210 317/1/224 +f 306/2/197 315/1/196 305/1/195 +f 315/1/196 306/2/197 316/2/198 +f 305/1/201 315/1/200 306/2/199 +f 316/2/202 306/2/199 315/1/200 +f 306/2/197 303/2/213 316/2/198 +f 303/2/213 306/2/197 304/2/214 +f 316/2/202 303/2/215 306/2/199 +f 304/2/218 306/2/199 303/2/215 +f 321/3/341 320/3/340 319/3/339 +f 320/3/340 321/3/341 322/3/342 +f 319/3/345 320/3/344 321/3/343 +f 322/3/346 321/3/343 320/3/344 +f 318/3/219 298/3/205 300/3/220 +f 298/3/205 318/3/219 296/3/206 +f 300/3/222 298/3/207 318/3/221 +f 296/3/210 318/3/221 298/3/207 +f 323/1/347 322/3/342 321/3/341 +f 322/3/342 323/1/347 324/1/348 +f 321/3/343 322/3/346 323/1/349 +f 324/1/350 323/1/349 322/3/346 +f 327/1/243 326/3/267 325/1/268 +f 326/3/267 327/1/243 328/3/244 +f 325/1/269 326/3/270 327/1/249 +f 328/3/248 327/1/249 326/3/270 +f 323/1/347 319/3/339 329/1/351 +f 319/3/339 323/1/347 321/3/341 +f 329/1/352 319/3/345 323/1/349 +f 321/3/343 323/1/349 319/3/345 +f 322/3/342 330/1/353 320/3/340 +f 330/1/353 322/3/342 324/1/348 +f 320/3/344 330/1/354 322/3/346 +f 324/1/350 322/3/346 330/1/354 +f 333/3/252 332/1/245 331/1/251 +f 332/1/245 333/3/252 334/3/246 +f 331/1/253 332/1/247 333/3/254 +f 334/3/250 333/3/254 332/1/247 +f 319/3/339 330/1/353 329/1/351 +f 330/1/353 319/3/339 320/3/340 +f 329/1/352 330/1/354 319/3/345 +f 320/3/344 319/3/345 330/1/354 +f 325/1/268 333/3/252 331/1/251 +f 333/3/252 325/1/268 326/3/267 +f 331/1/253 333/3/254 325/1/269 +f 326/3/270 325/1/269 333/3/254 +f 328/3/244 332/1/245 334/3/246 +f 332/1/245 328/3/244 327/1/243 +f 334/3/250 332/1/247 328/3/248 +f 327/1/249 328/3/248 332/1/247 +f 326/3/267 334/3/246 333/3/252 +f 334/3/246 326/3/267 328/3/244 +f 333/3/254 334/3/250 326/3/270 +f 328/3/248 326/3/270 334/3/250 +f 318/3/219 299/1/225 317/1/223 +f 299/1/225 318/3/219 300/3/220 +f 317/1/224 299/1/226 318/3/221 +f 300/3/222 318/3/221 299/1/226 +f 337/4/333 336/1/314 335/1/333 +f 336/1/314 337/4/333 338/4/314 +f 335/1/331 336/1/313 337/4/331 +f 338/4/313 337/4/331 336/1/313 +f 340/4/81 41/4/81 339/4/81 +f 41/4/81 340/4/81 338/4/81 +f 41/4/81 338/4/81 337/4/81 +f 339/4/82 41/4/82 340/4/82 +f 338/4/82 340/4/82 41/4/82 +f 337/4/82 338/4/82 41/4/82 +f 339/4/313 52/1/313 341/1/313 +f 52/1/313 339/4/313 41/4/313 +f 341/1/314 52/1/314 339/4/314 +f 41/4/314 339/4/314 52/1/314 +f 338/4/314 342/1/336 336/1/314 +f 342/1/336 338/4/314 340/4/336 +f 336/1/313 342/1/335 338/4/313 +f 340/4/335 338/4/313 342/1/335 +f 339/4/311 342/1/311 340/4/311 +f 342/1/311 339/4/311 341/1/311 +f 340/4/312 342/1/312 339/4/312 +f 341/1/312 339/4/312 342/1/312 +f 52/1/312 337/4/312 335/1/312 +f 337/4/312 52/1/312 41/4/312 +f 335/1/311 337/4/311 52/1/311 +f 41/4/311 52/1/311 337/4/311 +f 345/4/81 344/4/81 343/4/81 +f 344/4/81 345/4/81 346/4/81 +f 346/4/81 345/4/81 347/4/81 +f 343/4/82 344/4/82 345/4/82 +f 346/4/82 345/4/82 344/4/82 +f 347/4/82 345/4/82 346/4/82 +f 344/4/299 348/1/299 343/4/299 +f 348/1/299 344/4/299 349/1/299 +f 343/4/300 348/1/300 344/4/300 +f 349/1/300 344/4/300 348/1/300 +f 344/4/301 350/1/301 349/1/301 +f 350/1/301 344/4/301 346/4/301 +f 349/1/302 350/1/302 344/4/302 +f 346/4/302 344/4/302 350/1/302 +f 350/1/304 347/4/303 351/1/303 +f 347/4/303 350/1/304 346/4/304 +f 351/1/306 347/4/306 350/1/305 +f 346/4/305 350/1/305 347/4/306 +f 351/1/303 345/4/307 352/1/307 +f 345/4/307 351/1/303 347/4/303 +f 352/1/308 345/4/308 351/1/306 +f 347/4/306 351/1/306 345/4/308 +f 352/1/307 343/4/309 348/1/309 +f 343/4/309 352/1/307 345/4/307 +f 348/1/310 343/4/310 352/1/308 +f 345/4/308 352/1/308 343/4/310 +f 355/4/81 354/4/81 353/4/81 +f 354/4/81 355/4/81 356/4/81 +f 356/4/81 355/4/81 357/4/81 +f 353/4/82 354/4/82 355/4/82 +f 356/4/82 355/4/82 354/4/82 +f 357/4/82 355/4/82 356/4/82 +f 354/4/96 358/1/96 353/4/96 +f 358/1/96 354/4/96 359/1/96 +f 353/4/95 358/1/95 354/4/95 +f 359/1/95 354/4/95 358/1/95 +f 354/4/84 360/1/84 359/1/84 +f 360/1/84 354/4/84 356/4/84 +f 359/1/83 360/1/83 354/4/83 +f 356/4/83 354/4/83 360/1/83 +f 360/1/292 357/4/291 361/1/291 +f 357/4/291 360/1/292 356/4/292 +f 361/1/294 357/4/294 360/1/293 +f 356/4/293 360/1/293 357/4/294 +f 361/1/291 355/4/295 362/1/295 +f 355/4/295 361/1/291 357/4/291 +f 362/1/296 355/4/296 361/1/294 +f 357/4/294 361/1/294 355/4/296 +f 362/1/295 353/4/297 358/1/297 +f 353/4/297 362/1/295 355/4/295 +f 358/1/298 353/4/298 362/1/296 +f 355/4/296 362/1/296 353/4/298 +f 365/4/81 364/4/81 363/4/81 +f 364/4/81 365/4/81 366/4/81 +f 366/4/81 365/4/81 367/4/81 +f 363/4/82 364/4/82 365/4/82 +f 366/4/82 365/4/82 364/4/82 +f 367/4/82 365/4/82 366/4/82 +f 364/4/192 368/1/192 363/4/192 +f 368/1/192 364/4/192 369/1/192 +f 363/4/191 368/1/191 364/4/191 +f 369/1/191 364/4/191 368/1/191 +f 364/4/180 370/1/180 369/1/180 +f 370/1/180 364/4/180 366/4/180 +f 369/1/179 370/1/179 364/4/179 +f 366/4/179 364/4/179 370/1/179 +f 370/1/356 367/4/355 371/1/355 +f 367/4/355 370/1/356 366/4/356 +f 371/1/358 367/4/358 370/1/357 +f 366/4/357 370/1/357 367/4/358 +f 371/1/355 365/4/359 372/1/359 +f 365/4/359 371/1/355 367/4/355 +f 372/1/360 365/4/360 371/1/358 +f 367/4/358 371/1/358 365/4/360 +f 372/1/359 363/4/361 368/1/361 +f 363/4/361 372/1/359 365/4/359 +f 368/1/362 363/4/362 372/1/360 +f 365/4/360 372/1/360 363/4/362 +f 375/1/81 374/1/81 373/1/81 +f 374/1/81 375/1/81 376/1/81 +f 373/1/82 374/1/82 375/1/82 +f 376/1/82 375/1/82 374/1/82 +f 379/2/213 378/1/212 377/1/211 +f 378/1/212 379/2/213 380/2/214 +f 377/1/217 378/1/216 379/2/215 +f 380/2/218 379/2/215 378/1/216 +f 383/3/219 382/1/225 381/1/223 +f 382/1/225 383/3/219 384/3/220 +f 381/1/224 382/1/226 383/3/221 +f 384/3/222 383/3/221 382/1/226 +f 387/2/197 386/1/196 385/1/195 +f 386/1/196 387/2/197 388/2/198 +f 385/1/201 386/1/200 387/2/199 +f 388/2/202 387/2/199 386/1/200 +f 378/1/212 387/2/197 385/1/195 +f 387/2/197 378/1/212 380/2/214 +f 385/1/201 387/2/199 378/1/216 +f 380/2/218 378/1/216 387/2/199 +f 383/3/219 389/3/205 384/3/220 +f 389/3/205 383/3/219 390/3/206 +f 384/3/222 389/3/207 383/3/221 +f 390/3/210 383/3/221 389/3/207 +f 384/3/220 391/1/203 382/1/225 +f 391/1/203 384/3/220 389/3/205 +f 382/1/226 391/1/209 384/3/222 +f 389/3/207 384/3/222 391/1/209 +f 387/2/197 379/2/213 388/2/198 +f 379/2/213 387/2/197 380/2/214 +f 388/2/202 379/2/215 387/2/199 +f 380/2/218 387/2/199 379/2/215 +f 390/3/206 381/1/223 392/1/204 +f 381/1/223 390/3/206 383/3/219 +f 392/1/208 381/1/224 390/3/210 +f 383/3/221 390/3/210 381/1/224 +f 391/1/203 390/3/206 392/1/204 +f 390/3/206 391/1/203 389/3/205 +f 392/1/208 390/3/210 391/1/209 +f 389/3/207 391/1/209 390/3/210 +f 388/2/198 377/1/211 386/1/196 +f 377/1/211 388/2/198 379/2/213 +f 386/1/200 377/1/217 388/2/202 +f 379/2/215 388/2/202 377/1/217 +f 395/3/341 394/3/340 393/3/339 +f 394/3/340 395/3/341 396/3/342 +f 393/3/345 394/3/344 395/3/343 +f 396/3/346 395/3/343 394/3/344 +f 396/3/342 397/1/353 394/3/340 +f 397/1/353 396/3/342 398/1/348 +f 394/3/344 397/1/354 396/3/346 +f 398/1/350 396/3/346 397/1/354 +f 393/3/339 397/1/353 399/1/351 +f 397/1/353 393/3/339 394/3/340 +f 399/1/352 397/1/354 393/3/345 +f 394/3/344 393/3/345 397/1/354 +f 400/1/347 393/3/339 399/1/351 +f 393/3/339 400/1/347 395/3/341 +f 399/1/352 393/3/345 400/1/349 +f 395/3/343 400/1/349 393/3/345 +f 398/1/348 395/3/341 400/1/347 +f 395/3/341 398/1/348 396/3/342 +f 400/1/349 395/3/343 398/1/350 +f 396/3/346 398/1/350 395/3/343 +f 403/1/268 402/3/252 401/1/251 +f 402/3/252 403/1/268 404/3/267 +f 401/1/253 402/3/254 403/1/269 +f 404/3/270 403/1/269 402/3/254 +f 405/1/243 404/3/267 403/1/268 +f 404/3/267 405/1/243 406/3/244 +f 403/1/269 404/3/270 405/1/249 +f 406/3/248 405/1/249 404/3/270 +f 409/2/263 408/1/273 407/1/271 +f 408/1/273 409/2/263 410/2/264 +f 407/1/272 408/1/274 409/2/265 +f 410/2/266 409/2/265 408/1/274 +f 409/2/263 411/2/257 410/2/264 +f 411/2/257 409/2/263 412/2/258 +f 410/2/266 411/2/259 409/2/265 +f 412/2/262 409/2/265 411/2/259 +f 406/3/244 414/1/245 413/3/246 +f 414/1/245 406/3/244 405/1/243 +f 413/3/250 414/1/247 406/3/248 +f 405/1/249 406/3/248 414/1/247 +f 410/2/264 415/1/255 408/1/273 +f 415/1/255 410/2/264 411/2/257 +f 408/1/274 415/1/261 410/2/266 +f 411/2/259 410/2/266 415/1/261 +f 404/3/267 413/3/246 402/3/252 +f 413/3/246 404/3/267 406/3/244 +f 402/3/254 413/3/250 404/3/270 +f 406/3/248 404/3/270 413/3/250 +f 416/1/256 409/2/263 407/1/271 +f 409/2/263 416/1/256 412/2/258 +f 407/1/272 409/2/265 416/1/260 +f 412/2/262 416/1/260 409/2/265 +f 402/3/252 414/1/245 401/1/251 +f 414/1/245 402/3/252 413/3/246 +f 401/1/253 414/1/247 402/3/254 +f 413/3/250 402/3/254 414/1/247 +f 411/2/257 416/1/256 415/1/255 +f 416/1/256 411/2/257 412/2/258 +f 415/1/261 416/1/260 411/2/259 +f 412/2/262 411/2/259 416/1/260 +f 419/4/81 418/4/81 417/4/81 +f 418/4/81 419/4/81 420/4/81 +f 418/4/81 420/4/81 421/4/81 +f 421/4/81 420/4/81 422/4/81 +f 421/4/81 422/4/81 423/4/81 +f 423/4/81 422/4/81 424/4/81 +f 423/4/81 424/4/81 425/4/81 +f 425/4/81 424/4/81 426/4/81 +f 417/4/82 418/4/82 419/4/82 +f 420/4/82 419/4/82 418/4/82 +f 421/4/82 420/4/82 418/4/82 +f 422/4/82 420/4/82 421/4/82 +f 423/4/82 422/4/82 421/4/82 +f 424/4/82 422/4/82 423/4/82 +f 425/4/82 424/4/82 423/4/82 +f 426/4/82 424/4/82 425/4/82 +f 419/4/314 428/1/314 427/1/314 +f 428/1/314 419/4/314 417/4/314 +f 427/1/313 428/1/313 419/4/313 +f 417/4/313 419/4/313 428/1/313 +f 429/1/279 419/4/280 427/1/280 +f 419/4/280 429/1/279 420/4/279 +f 427/1/277 419/4/277 429/1/278 +f 420/4/278 429/1/278 419/4/277 +f 430/1/282 420/4/279 429/1/279 +f 420/4/279 430/1/282 422/4/282 +f 429/1/278 420/4/278 430/1/281 +f 422/4/281 430/1/281 420/4/278 +f 424/4/284 430/1/282 431/1/284 +f 430/1/282 424/4/284 422/4/282 +f 431/1/283 430/1/281 424/4/283 +f 422/4/281 424/4/283 430/1/281 +f 426/4/286 431/1/284 432/1/286 +f 431/1/284 426/4/286 424/4/284 +f 432/1/285 431/1/283 426/4/285 +f 424/4/283 426/4/285 431/1/283 +f 433/1/312 426/4/312 432/1/312 +f 426/4/312 433/1/312 425/4/312 +f 432/1/311 426/4/311 433/1/311 +f 425/4/311 433/1/311 426/4/311 +f 423/4/283 433/1/290 434/1/283 +f 433/1/290 423/4/283 425/4/290 +f 434/1/284 433/1/289 423/4/284 +f 425/4/289 423/4/284 433/1/289 +f 421/4/281 434/1/283 435/1/281 +f 434/1/283 421/4/281 423/4/283 +f 435/1/282 434/1/284 421/4/282 +f 423/4/284 421/4/282 434/1/284 +f 421/4/281 436/1/278 418/4/278 +f 436/1/278 421/4/281 435/1/281 +f 418/4/279 436/1/279 421/4/282 +f 435/1/282 421/4/282 436/1/279 +f 418/4/278 428/1/277 417/4/277 +f 428/1/277 418/4/278 436/1/278 +f 417/4/280 428/1/280 418/4/279 +f 436/1/279 418/4/279 428/1/280 +f 132/1/81 437/1/81 130/1/81 +f 437/1/81 132/1/81 373/1/81 +f 130/1/82 437/1/82 132/1/82 +f 373/1/82 132/1/82 437/1/82 +f 438/1/81 376/1/81 375/1/81 +f 376/1/81 438/1/81 61/1/81 +f 375/1/82 376/1/82 438/1/82 +f 61/1/82 438/1/82 376/1/82 +f 196/1/81 440/1/81 439/1/81 +f 440/1/81 196/1/81 195/1/81 +f 439/1/82 440/1/82 196/1/82 +f 195/1/82 196/1/82 440/1/82 +f 442/1/81 441/1/81 128/1/81 +f 441/1/81 442/1/81 129/1/81 +f 128/1/82 441/1/82 442/1/82 +f 129/1/82 442/1/82 441/1/82 +f 444/1/81 438/1/81 443/1/81 +f 438/1/81 444/1/81 445/1/81 +f 443/1/82 438/1/82 444/1/82 +f 445/1/82 444/1/82 438/1/82 +f 447/1/81 442/1/81 446/1/81 +f 442/1/81 447/1/81 448/1/81 +f 446/1/82 442/1/82 447/1/82 +f 448/1/82 447/1/82 442/1/82 +f 451/3/206 450/1/223 449/1/204 +f 450/1/223 451/3/206 452/3/219 +f 449/1/208 450/1/224 451/3/210 +f 452/3/221 451/3/210 450/1/224 +f 453/1/203 451/3/206 449/1/204 +f 451/3/206 453/1/203 454/3/205 +f 449/1/208 451/3/210 453/1/209 +f 454/3/207 453/1/209 451/3/210 +f 457/1/212 456/2/197 455/1/195 +f 456/2/197 457/1/212 458/2/214 +f 455/1/201 456/2/199 457/1/216 +f 458/2/218 457/1/216 456/2/199 +f 460/3/220 453/1/203 459/1/225 +f 453/1/203 460/3/220 454/3/205 +f 459/1/226 453/1/209 460/3/222 +f 454/3/207 460/3/222 453/1/209 +f 452/3/219 459/1/225 450/1/223 +f 459/1/225 452/3/219 460/3/220 +f 450/1/224 459/1/226 452/3/221 +f 460/3/222 452/3/221 459/1/226 +f 463/2/198 462/1/211 461/1/196 +f 462/1/211 463/2/198 464/2/213 +f 461/1/200 462/1/217 463/2/202 +f 464/2/215 463/2/202 462/1/217 +f 456/2/197 461/1/196 455/1/195 +f 461/1/196 456/2/197 463/2/198 +f 455/1/201 461/1/200 456/2/199 +f 463/2/202 456/2/199 461/1/200 +f 452/3/219 454/3/205 460/3/220 +f 454/3/205 452/3/219 451/3/206 +f 460/3/222 454/3/207 452/3/221 +f 451/3/210 452/3/221 454/3/207 +f 464/2/213 457/1/212 462/1/211 +f 457/1/212 464/2/213 458/2/214 +f 462/1/217 457/1/216 464/2/215 +f 458/2/218 464/2/215 457/1/216 +f 456/2/197 464/2/213 463/2/198 +f 464/2/213 456/2/197 458/2/214 +f 463/2/202 464/2/215 456/2/199 +f 458/2/218 456/2/199 464/2/215 +f 467/2/220 466/1/203 465/1/225 +f 466/1/203 467/2/220 468/2/205 +f 465/1/226 466/1/209 467/2/222 +f 468/2/207 467/2/222 466/1/209 +f 470/2/219 465/1/225 469/1/223 +f 465/1/225 470/2/219 467/2/220 +f 469/1/224 465/1/226 470/2/221 +f 467/2/222 470/2/221 465/1/226 +f 472/2/206 469/1/223 471/1/204 +f 469/1/223 472/2/206 470/2/219 +f 471/1/208 469/1/224 472/2/210 +f 470/2/221 472/2/210 469/1/224 +f 470/2/219 468/2/205 467/2/220 +f 468/2/205 470/2/219 472/2/206 +f 467/2/222 468/2/207 470/2/221 +f 472/2/210 470/2/221 468/2/207 +f 466/1/203 472/2/206 471/1/204 +f 472/2/206 466/1/203 468/2/205 +f 471/1/208 472/2/210 466/1/209 +f 468/2/207 466/1/209 472/2/210 +f 475/3/244 474/1/245 473/3/246 +f 474/1/245 475/3/244 476/1/243 +f 473/3/250 474/1/247 475/3/248 +f 476/1/249 475/3/248 474/1/247 +f 479/2/264 478/1/255 477/1/273 +f 478/1/255 479/2/264 480/2/257 +f 477/1/274 478/1/261 479/2/266 +f 480/2/259 479/2/266 478/1/261 +f 482/2/263 477/1/273 481/1/271 +f 477/1/273 482/2/263 479/2/264 +f 481/1/272 477/1/274 482/2/265 +f 479/2/266 482/2/265 477/1/274 +f 483/1/256 482/2/263 481/1/271 +f 482/2/263 483/1/256 484/2/258 +f 481/1/272 482/2/265 483/1/260 +f 484/2/262 483/1/260 482/2/265 +f 482/2/263 480/2/257 479/2/264 +f 480/2/257 482/2/263 484/2/258 +f 479/2/266 480/2/259 482/2/265 +f 484/2/262 482/2/265 480/2/259 +f 480/2/257 483/1/256 478/1/255 +f 483/1/256 480/2/257 484/2/258 +f 478/1/261 483/1/260 480/2/259 +f 484/2/262 480/2/259 483/1/260 +f 476/1/243 486/3/267 485/1/268 +f 486/3/267 476/1/243 475/3/244 +f 485/1/269 486/3/270 476/1/249 +f 475/3/248 476/1/249 486/3/270 +f 485/1/268 488/3/252 487/1/251 +f 488/3/252 485/1/268 486/3/267 +f 487/1/253 488/3/254 485/1/269 +f 486/3/270 485/1/269 488/3/254 +f 486/3/267 473/3/246 488/3/252 +f 473/3/246 486/3/267 475/3/244 +f 488/3/254 473/3/250 486/3/270 +f 475/3/248 486/3/270 473/3/250 +f 488/3/252 474/1/245 487/1/251 +f 474/1/245 488/3/252 473/3/246 +f 487/1/253 474/1/247 488/3/254 +f 473/3/250 488/3/254 474/1/247 +f 491/3/264 490/1/255 489/1/273 +f 490/1/255 491/3/264 492/3/257 +f 489/1/274 490/1/261 491/3/266 +f 492/3/259 491/3/266 490/1/261 +f 495/1/243 494/5/267 493/1/268 +f 494/5/267 495/1/243 496/5/244 +f 493/1/269 494/5/270 495/1/249 +f 496/5/248 495/1/249 494/5/270 +f 499/3/213 498/1/212 497/1/211 +f 498/1/212 499/3/213 500/3/214 +f 497/1/217 498/1/216 499/3/215 +f 500/3/218 499/3/215 498/1/216 +f 502/3/263 489/1/273 501/1/271 +f 489/1/273 502/3/263 491/3/264 +f 501/1/272 489/1/274 502/3/265 +f 491/3/266 502/3/265 489/1/274 +f 505/5/252 504/1/245 503/1/251 +f 504/1/245 505/5/252 506/5/246 +f 503/1/253 504/1/247 505/5/254 +f 506/5/250 505/5/254 504/1/247 +f 509/3/365 508/3/364 507/3/363 +f 508/3/364 509/3/365 510/3/366 +f 507/3/369 508/3/368 509/3/367 +f 510/3/370 509/3/367 508/3/368 +f 511/1/256 502/3/263 501/1/271 +f 502/3/263 511/1/256 512/3/258 +f 501/1/272 502/3/265 511/1/260 +f 512/3/262 511/1/260 502/3/265 +f 514/3/197 499/3/213 513/3/198 +f 499/3/213 514/3/197 500/3/214 +f 513/3/202 499/3/215 514/3/199 +f 500/3/218 514/3/199 499/3/215 +f 498/1/212 514/3/197 515/1/195 +f 514/3/197 498/1/212 500/3/214 +f 515/1/201 514/3/199 498/1/216 +f 500/3/218 498/1/216 514/3/199 +f 514/3/197 516/1/196 515/1/195 +f 516/1/196 514/3/197 513/3/198 +f 515/1/201 516/1/200 514/3/199 +f 513/3/202 514/3/199 516/1/200 +f 510/3/366 518/1/372 517/1/371 +f 518/1/372 510/3/366 509/3/365 +f 517/1/374 518/1/373 510/3/370 +f 509/3/367 510/3/370 518/1/373 +f 513/3/198 497/1/211 516/1/196 +f 497/1/211 513/3/198 499/3/213 +f 516/1/200 497/1/217 513/3/202 +f 499/3/215 513/3/202 497/1/217 +f 502/3/263 492/3/257 491/3/264 +f 492/3/257 502/3/263 512/3/258 +f 491/3/266 492/3/259 502/3/265 +f 512/3/262 502/3/265 492/3/259 +f 519/1/375 510/3/366 517/1/371 +f 510/3/366 519/1/375 508/3/364 +f 517/1/374 510/3/370 519/1/376 +f 508/3/368 519/1/376 510/3/370 +f 496/5/244 504/1/245 506/5/246 +f 504/1/245 496/5/244 495/1/243 +f 506/5/250 504/1/247 496/5/248 +f 495/1/249 496/5/248 504/1/247 +f 507/3/363 519/1/375 520/1/377 +f 519/1/375 507/3/363 508/3/364 +f 520/1/378 519/1/376 507/3/369 +f 508/3/368 507/3/369 519/1/376 +f 493/1/268 505/5/252 503/1/251 +f 505/5/252 493/1/268 494/5/267 +f 503/1/253 505/5/254 493/1/269 +f 494/5/270 493/1/269 505/5/254 +f 494/5/267 506/5/246 505/5/252 +f 506/5/246 494/5/267 496/5/244 +f 505/5/254 506/5/250 494/5/270 +f 496/5/248 494/5/270 506/5/250 +f 509/3/365 520/1/377 518/1/372 +f 520/1/377 509/3/365 507/3/363 +f 518/1/373 520/1/378 509/3/367 +f 507/3/369 509/3/367 520/1/378 +f 492/3/257 511/1/256 490/1/255 +f 511/1/256 492/3/257 512/3/258 +f 490/1/261 511/1/260 492/3/259 +f 512/3/262 492/3/259 511/1/260 +f 523/5/252 522/1/245 521/1/251 +f 522/1/245 523/5/252 524/5/246 +f 521/1/253 522/1/247 523/5/254 +f 524/5/250 523/5/254 522/1/247 +f 525/5/267 524/5/246 523/5/252 +f 524/5/246 525/5/267 526/5/244 +f 523/5/254 524/5/250 525/5/270 +f 526/5/248 525/5/270 524/5/250 +f 528/1/243 525/5/267 527/1/268 +f 525/5/267 528/1/243 526/5/244 +f 527/1/269 525/5/270 528/1/249 +f 526/5/248 528/1/249 525/5/270 +f 527/1/268 523/5/252 521/1/251 +f 523/5/252 527/1/268 525/5/267 +f 521/1/253 523/5/254 527/1/269 +f 525/5/270 527/1/269 523/5/254 +f 526/5/244 522/1/245 524/5/246 +f 522/1/245 526/5/244 528/1/243 +f 524/5/250 522/1/247 526/5/248 +f 528/1/249 526/5/248 522/1/247 +f 531/5/220 530/1/203 529/1/225 +f 530/1/203 531/5/220 532/5/205 +f 529/1/226 530/1/209 531/5/222 +f 532/5/207 531/5/222 530/1/209 +f 530/1/203 534/5/206 533/1/204 +f 534/5/206 530/1/203 532/5/205 +f 533/1/208 534/5/210 530/1/209 +f 532/5/207 530/1/209 534/5/210 +f 534/5/206 535/1/223 533/1/204 +f 535/1/223 534/5/206 536/5/219 +f 533/1/208 535/1/224 534/5/210 +f 536/5/221 534/5/210 535/1/224 +f 536/5/219 529/1/225 535/1/223 +f 529/1/225 536/5/219 531/5/220 +f 535/1/224 529/1/226 536/5/221 +f 531/5/222 536/5/221 529/1/226 +f 536/5/219 532/5/205 531/5/220 +f 532/5/205 536/5/219 534/5/206 +f 531/5/222 532/5/207 536/5/221 +f 534/5/210 536/5/221 532/5/207 +f 539/5/219 538/5/205 537/5/220 +f 538/5/205 539/5/219 540/5/206 +f 537/5/222 538/5/207 539/5/221 +f 540/5/210 539/5/221 538/5/207 +f 540/5/206 542/1/223 541/1/204 +f 542/1/223 540/5/206 539/5/219 +f 541/1/208 542/1/224 540/5/210 +f 539/5/221 540/5/210 542/1/224 +f 539/5/219 543/1/225 542/1/223 +f 543/1/225 539/5/219 537/5/220 +f 542/1/224 543/1/226 539/5/221 +f 537/5/222 539/5/221 543/1/226 +f 537/5/220 544/1/203 543/1/225 +f 544/1/203 537/5/220 538/5/205 +f 543/1/226 544/1/209 537/5/222 +f 538/5/207 537/5/222 544/1/209 +f 544/1/203 540/5/206 541/1/204 +f 540/5/206 544/1/203 538/5/205 +f 541/1/208 540/5/210 544/1/209 +f 538/5/207 544/1/209 540/5/210 +f 547/3/381 546/1/380 545/1/379 +f 546/1/380 547/3/381 548/3/382 +f 545/1/385 546/1/384 547/3/383 +f 548/3/386 547/3/383 546/1/384 +f 551/3/389 550/3/388 549/3/387 +f 550/3/388 551/3/389 552/3/390 +f 549/3/393 550/3/392 551/3/391 +f 552/3/394 551/3/391 550/3/392 +f 549/3/387 554/1/396 553/1/395 +f 554/1/396 549/3/387 550/3/388 +f 553/1/398 554/1/397 549/3/393 +f 550/3/392 549/3/393 554/1/397 +f 551/3/389 553/1/395 555/1/399 +f 553/1/395 551/3/389 549/3/387 +f 555/1/400 553/1/398 551/3/391 +f 549/3/393 551/3/391 553/1/398 +f 558/1/203 557/2/206 556/1/204 +f 557/2/206 558/1/203 559/2/205 +f 556/1/208 557/2/210 558/1/209 +f 559/2/207 558/1/209 557/2/210 +f 561/2/220 558/1/203 560/1/225 +f 558/1/203 561/2/220 559/2/205 +f 560/1/226 558/1/209 561/2/222 +f 559/2/207 561/2/222 558/1/209 +f 563/3/402 545/1/379 562/1/401 +f 545/1/379 563/3/402 547/3/381 +f 562/1/404 545/1/385 563/3/403 +f 547/3/383 563/3/403 545/1/385 +f 565/1/406 548/3/382 564/3/405 +f 548/3/382 565/1/406 546/1/380 +f 564/3/408 548/3/386 565/1/407 +f 546/1/384 565/1/407 548/3/386 +f 566/1/409 551/3/389 555/1/399 +f 551/3/389 566/1/409 552/3/390 +f 555/1/400 551/3/391 566/1/410 +f 552/3/394 566/1/410 551/3/391 +f 567/2/219 559/2/205 561/2/220 +f 559/2/205 567/2/219 557/2/206 +f 561/2/222 559/2/207 567/2/221 +f 557/2/210 567/2/221 559/2/207 +f 567/2/219 560/1/225 568/1/223 +f 560/1/225 567/2/219 561/2/220 +f 568/1/224 560/1/226 567/2/221 +f 561/2/222 567/2/221 560/1/226 +f 550/3/388 566/1/409 554/1/396 +f 566/1/409 550/3/388 552/3/390 +f 554/1/397 566/1/410 550/3/392 +f 552/3/394 550/3/392 566/1/410 +f 557/2/206 568/1/223 556/1/204 +f 568/1/223 557/2/206 567/2/219 +f 556/1/208 568/1/224 557/2/210 +f 567/2/221 557/2/210 568/1/224 +f 564/3/405 547/3/381 563/3/402 +f 547/3/381 564/3/405 548/3/382 +f 563/3/403 547/3/383 564/3/408 +f 548/3/386 564/3/408 547/3/383 +f 565/1/406 563/3/402 562/1/401 +f 563/3/402 565/1/406 564/3/405 +f 562/1/404 563/3/403 565/1/407 +f 564/3/408 565/1/407 563/3/403 +f 571/1/81 570/1/81 569/1/81 +f 570/1/81 571/1/81 572/1/81 +f 569/1/82 570/1/82 571/1/82 +f 572/1/82 571/1/82 570/1/82 +f 575/4/82 574/4/82 573/4/82 +f 576/4/82 573/4/82 574/4/82 +f 577/4/82 576/4/82 574/4/82 +f 578/4/82 576/4/82 577/4/82 +f 579/4/82 578/4/82 577/4/82 +f 580/4/82 578/4/82 579/4/82 +f 573/4/411 581/1/411 575/4/312 +f 582/1/312 575/4/312 581/1/411 +f 583/1/313 581/1/412 576/4/313 +f 573/4/412 576/4/313 581/1/412 +f 584/1/413 583/1/313 578/4/413 +f 576/4/313 578/4/413 583/1/313 +f 584/1/414 578/4/414 585/1/311 +f 580/4/311 585/1/311 578/4/414 +f 585/1/311 580/4/311 586/1/415 +f 579/4/415 586/1/415 580/4/311 +f 587/1/314 586/1/416 577/4/314 +f 579/4/416 577/4/314 586/1/416 +f 588/1/417 587/1/314 574/4/417 +f 577/4/314 574/4/417 587/1/314 +f 575/4/312 582/1/312 574/4/418 +f 588/1/418 574/4/418 582/1/312 +f 591/3/381 590/1/380 589/1/379 +f 590/1/380 591/3/381 592/3/382 +f 589/1/385 590/1/384 591/3/383 +f 592/3/386 591/3/383 590/1/384 +f 595/3/365 594/3/364 593/3/363 +f 594/3/364 595/3/365 596/3/366 +f 593/3/369 594/3/368 595/3/367 +f 596/3/370 595/3/367 594/3/368 +f 598/3/405 591/3/381 597/3/402 +f 591/3/381 598/3/405 592/3/382 +f 597/3/403 591/3/383 598/3/408 +f 592/3/386 598/3/408 591/3/383 +f 601/1/203 600/2/206 599/1/204 +f 600/2/206 601/1/203 602/2/205 +f 599/1/208 600/2/210 601/1/209 +f 602/2/207 601/1/209 600/2/210 +f 604/2/219 602/2/205 603/2/220 +f 602/2/205 604/2/219 600/2/206 +f 603/2/222 602/2/207 604/2/221 +f 600/2/210 604/2/221 602/2/207 +f 603/2/220 601/1/203 605/1/225 +f 601/1/203 603/2/220 602/2/205 +f 605/1/226 601/1/209 603/2/222 +f 602/2/207 603/2/222 601/1/209 +f 597/3/402 589/1/379 606/1/401 +f 589/1/379 597/3/402 591/3/381 +f 606/1/404 589/1/385 597/3/403 +f 591/3/383 597/3/403 589/1/385 +f 607/1/406 592/3/382 598/3/405 +f 592/3/382 607/1/406 590/1/380 +f 598/3/408 592/3/386 607/1/407 +f 590/1/384 607/1/407 592/3/386 +f 610/5/267 609/5/246 608/5/252 +f 609/5/246 610/5/267 611/5/244 +f 608/5/254 609/5/250 610/5/270 +f 611/5/248 610/5/270 609/5/250 +f 611/5/244 612/1/245 609/5/246 +f 612/1/245 611/5/244 613/1/243 +f 609/5/250 612/1/247 611/5/248 +f 613/1/249 611/5/248 612/1/247 +f 615/1/268 608/5/252 614/1/251 +f 608/5/252 615/1/268 610/5/267 +f 614/1/253 608/5/254 615/1/269 +f 610/5/270 615/1/269 608/5/254 +f 613/1/243 610/5/267 615/1/268 +f 610/5/267 613/1/243 611/5/244 +f 615/1/269 610/5/270 613/1/249 +f 611/5/248 613/1/249 610/5/270 +f 617/1/375 596/3/366 616/1/371 +f 596/3/366 617/1/375 594/3/364 +f 616/1/374 596/3/370 617/1/376 +f 594/3/368 617/1/376 596/3/370 +f 596/3/366 618/1/372 616/1/371 +f 618/1/372 596/3/366 595/3/365 +f 616/1/374 618/1/373 596/3/370 +f 595/3/367 596/3/370 618/1/373 +f 593/3/363 617/1/375 619/1/377 +f 617/1/375 593/3/363 594/3/364 +f 619/1/378 617/1/376 593/3/369 +f 594/3/368 593/3/369 617/1/376 +f 622/5/206 621/1/223 620/1/204 +f 621/1/223 622/5/206 623/5/219 +f 620/1/208 621/1/224 622/5/210 +f 623/5/221 622/5/210 621/1/224 +f 595/3/365 619/1/377 618/1/372 +f 619/1/377 595/3/365 593/3/363 +f 618/1/373 619/1/378 595/3/367 +f 593/3/369 595/3/367 619/1/378 +f 623/5/219 625/5/205 624/5/220 +f 625/5/205 623/5/219 622/5/206 +f 624/5/222 625/5/207 623/5/221 +f 622/5/210 623/5/221 625/5/207 +f 604/2/219 605/1/225 626/1/223 +f 605/1/225 604/2/219 603/2/220 +f 626/1/224 605/1/226 604/2/221 +f 603/2/222 604/2/221 605/1/226 +f 624/5/220 628/1/203 627/1/225 +f 628/1/203 624/5/220 625/5/205 +f 627/1/226 628/1/209 624/5/222 +f 625/5/207 624/5/222 628/1/209 +f 608/5/252 612/1/245 614/1/251 +f 612/1/245 608/5/252 609/5/246 +f 614/1/253 612/1/247 608/5/254 +f 609/5/250 608/5/254 612/1/247 +f 600/2/206 626/1/223 599/1/204 +f 626/1/223 600/2/206 604/2/219 +f 599/1/208 626/1/224 600/2/210 +f 604/2/221 600/2/210 626/1/224 +f 623/5/219 627/1/225 621/1/223 +f 627/1/225 623/5/219 624/5/220 +f 621/1/224 627/1/226 623/5/221 +f 624/5/222 623/5/221 627/1/226 +f 607/1/406 597/3/402 606/1/401 +f 597/3/402 607/1/406 598/3/405 +f 606/1/404 597/3/403 607/1/407 +f 598/3/408 607/1/407 597/3/403 +f 631/5/206 630/1/223 629/1/204 +f 630/1/223 631/5/206 632/5/219 +f 629/1/208 630/1/224 631/5/210 +f 632/5/221 631/5/210 630/1/224 +f 628/1/203 622/5/206 620/1/204 +f 622/5/206 628/1/203 625/5/205 +f 620/1/208 622/5/210 628/1/209 +f 625/5/207 628/1/209 622/5/210 +f 632/5/219 634/5/205 633/5/220 +f 634/5/205 632/5/219 631/5/206 +f 633/5/222 634/5/207 632/5/221 +f 631/5/210 632/5/221 634/5/207 +f 635/1/203 631/5/206 629/1/204 +f 631/5/206 635/1/203 634/5/205 +f 629/1/208 631/5/210 635/1/209 +f 634/5/207 635/1/209 631/5/210 +f 632/5/219 636/1/225 630/1/223 +f 636/1/225 632/5/219 633/5/220 +f 630/1/224 636/1/226 632/5/221 +f 633/5/222 632/5/221 636/1/226 +f 633/5/220 635/1/203 636/1/225 +f 635/1/203 633/5/220 634/5/205 +f 636/1/226 635/1/209 633/5/222 +f 634/5/207 633/5/222 635/1/209 +f 639/3/389 638/3/388 637/3/387 +f 638/3/388 639/3/389 640/3/390 +f 637/3/393 638/3/392 639/3/391 +f 640/3/394 639/3/391 638/3/392 +f 637/3/387 642/1/396 641/1/395 +f 642/1/396 637/3/387 638/3/388 +f 641/1/398 642/1/397 637/3/393 +f 638/3/392 637/3/393 642/1/397 +f 639/3/389 641/1/395 643/1/399 +f 641/1/395 639/3/389 637/3/387 +f 643/1/400 641/1/398 639/3/391 +f 637/3/393 639/3/391 641/1/398 +f 638/3/388 644/1/409 642/1/396 +f 644/1/409 638/3/388 640/3/390 +f 642/1/397 644/1/410 638/3/392 +f 640/3/394 638/3/392 644/1/410 +f 644/1/409 639/3/389 643/1/399 +f 639/3/389 644/1/409 640/3/390 +f 643/1/400 639/3/391 644/1/410 +f 640/3/394 644/1/410 639/3/391 +f 647/1/256 646/3/263 645/1/271 +f 646/3/263 647/1/256 648/3/258 +f 645/1/272 646/3/265 647/1/260 +f 648/3/262 647/1/260 646/3/265 +f 646/3/263 650/3/257 649/3/264 +f 650/3/257 646/3/263 648/3/258 +f 649/3/266 650/3/259 646/3/265 +f 648/3/262 646/3/265 650/3/259 +f 646/3/263 651/1/273 645/1/271 +f 651/1/273 646/3/263 649/3/264 +f 645/1/272 651/1/274 646/3/265 +f 649/3/266 646/3/265 651/1/274 +f 650/3/257 647/1/256 652/1/255 +f 647/1/256 650/3/257 648/3/258 +f 652/1/261 647/1/260 650/3/259 +f 648/3/262 650/3/259 647/1/260 +f 649/3/264 652/1/255 651/1/273 +f 652/1/255 649/3/264 650/3/257 +f 651/1/274 652/1/261 649/3/266 +f 650/3/259 649/3/266 652/1/261 +f 655/5/267 654/5/246 653/5/252 +f 654/5/246 655/5/267 656/5/244 +f 653/5/254 654/5/250 655/5/270 +f 656/5/248 655/5/270 654/5/250 +f 656/5/244 657/1/245 654/5/246 +f 657/1/245 656/5/244 658/1/243 +f 654/5/250 657/1/247 656/5/248 +f 658/1/249 656/5/248 657/1/247 +f 661/3/197 660/3/213 659/3/198 +f 660/3/213 661/3/197 662/3/214 +f 659/3/202 660/3/215 661/3/199 +f 662/3/218 661/3/199 660/3/215 +f 659/3/198 664/1/211 663/1/196 +f 664/1/211 659/3/198 660/3/213 +f 663/1/200 664/1/217 659/3/202 +f 660/3/215 659/3/202 664/1/217 +f 653/5/252 657/1/245 665/1/251 +f 657/1/245 653/5/252 654/5/246 +f 665/1/253 657/1/247 653/5/254 +f 654/5/250 653/5/254 657/1/247 +f 658/1/243 655/5/267 666/1/268 +f 655/5/267 658/1/243 656/5/244 +f 666/1/269 655/5/270 658/1/249 +f 656/5/248 658/1/249 655/5/270 +f 660/3/213 667/1/212 664/1/211 +f 667/1/212 660/3/213 662/3/214 +f 664/1/217 667/1/216 660/3/215 +f 662/3/218 660/3/215 667/1/216 +f 661/3/197 663/1/196 668/1/195 +f 663/1/196 661/3/197 659/3/198 +f 668/1/201 663/1/200 661/3/199 +f 659/3/202 661/3/199 663/1/200 +f 667/1/212 661/3/197 668/1/195 +f 661/3/197 667/1/212 662/3/214 +f 668/1/201 661/3/199 667/1/216 +f 662/3/218 667/1/216 661/3/199 +f 666/1/268 653/5/252 665/1/251 +f 653/5/252 666/1/268 655/5/267 +f 665/1/253 653/5/254 666/1/269 +f 655/5/270 666/1/269 653/5/254 +f 448/1/81 129/1/81 442/1/81 +f 129/1/81 448/1/81 131/1/81 +f 442/1/82 129/1/82 448/1/82 +f 131/1/82 448/1/82 129/1/82 +f 671/1/81 670/1/81 669/1/81 +f 670/1/81 671/1/81 672/1/81 +f 669/1/82 670/1/82 671/1/82 +f 672/1/82 671/1/82 670/1/82 +f 675/4/81 674/4/81 673/4/81 +f 674/4/81 675/4/81 676/4/81 +f 676/4/81 675/4/81 677/4/81 +f 673/4/82 674/4/82 675/4/82 +f 676/4/82 675/4/82 674/4/82 +f 677/4/82 675/4/82 676/4/82 +f 674/4/192 678/1/192 673/4/192 +f 678/1/192 674/4/192 679/1/192 +f 673/4/191 678/1/191 674/4/191 +f 679/1/191 674/4/191 678/1/191 +f 674/4/180 680/1/180 679/1/180 +f 680/1/180 674/4/180 676/4/180 +f 679/1/179 680/1/179 674/4/179 +f 676/4/179 674/4/179 680/1/179 +f 680/1/356 677/4/355 681/1/355 +f 677/4/355 680/1/356 676/4/356 +f 681/1/358 677/4/358 680/1/357 +f 676/4/357 680/1/357 677/4/358 +f 681/1/355 675/4/359 682/1/359 +f 675/4/359 681/1/355 677/4/355 +f 682/1/360 675/4/360 681/1/358 +f 677/4/358 681/1/358 675/4/360 +f 682/1/359 673/4/361 678/1/361 +f 673/4/361 682/1/359 675/4/359 +f 678/1/362 673/4/362 682/1/360 +f 675/4/360 682/1/360 673/4/362 +f 684/1/81 443/1/81 683/1/81 +f 443/1/81 684/1/81 444/1/81 +f 683/1/82 443/1/82 684/1/82 +f 444/1/82 684/1/82 443/1/82 +f 129/1/81 685/1/81 441/1/81 +f 685/1/81 129/1/81 130/1/81 +f 441/1/82 685/1/82 129/1/82 +f 130/1/82 129/1/82 685/1/82 +f 688/1/127 687/3/124 686/1/129 +f 687/3/124 688/1/127 689/3/123 +f 686/1/130 687/3/126 688/1/128 +f 689/3/125 688/1/128 687/3/126 +f 691/3/110 688/1/127 690/1/108 +f 688/1/127 691/3/110 689/3/123 +f 690/1/112 688/1/128 691/3/114 +f 689/3/125 691/3/114 688/1/128 +f 694/2/101 693/1/100 692/1/99 +f 693/1/100 694/2/101 695/2/102 +f 692/1/105 693/1/104 694/2/103 +f 695/2/106 694/2/103 693/1/104 +f 693/1/100 697/2/117 696/1/115 +f 697/2/117 693/1/100 695/2/102 +f 696/1/121 697/2/119 693/1/104 +f 695/2/106 693/1/104 697/2/119 +f 700/1/177 699/2/161 698/1/159 +f 699/2/161 700/1/177 701/2/168 +f 698/1/165 699/2/163 700/1/178 +f 701/2/170 700/1/178 699/2/163 +f 699/2/161 703/2/167 702/2/162 +f 703/2/167 699/2/161 701/2/168 +f 702/2/166 703/2/169 699/2/163 +f 701/2/170 699/2/163 703/2/169 +f 703/2/167 700/1/177 704/1/175 +f 700/1/177 703/2/167 701/2/168 +f 704/1/176 700/1/178 703/2/169 +f 701/2/170 703/2/169 700/1/178 +f 699/2/161 705/1/160 698/1/159 +f 705/1/160 699/2/161 702/2/162 +f 698/1/165 705/1/164 699/2/163 +f 702/2/166 699/2/163 705/1/164 +f 702/2/162 704/1/175 705/1/160 +f 704/1/175 702/2/162 703/2/167 +f 705/1/164 704/1/176 702/2/166 +f 703/2/169 702/2/166 704/1/176 +f 707/2/118 692/1/99 706/1/116 +f 692/1/99 707/2/118 694/2/101 +f 706/1/120 692/1/105 707/2/122 +f 694/2/103 707/2/122 692/1/105 +f 687/3/124 708/1/107 686/1/129 +f 708/1/107 687/3/124 709/3/109 +f 686/1/130 708/1/113 687/3/126 +f 709/3/111 687/3/126 708/1/113 +f 697/2/117 706/1/116 696/1/115 +f 706/1/116 697/2/117 707/2/118 +f 696/1/121 706/1/120 697/2/119 +f 707/2/122 697/2/119 706/1/120 +f 697/2/117 694/2/101 707/2/118 +f 694/2/101 697/2/117 695/2/102 +f 707/2/122 694/2/103 697/2/119 +f 695/2/106 697/2/119 694/2/103 +f 712/3/133 711/3/132 710/3/131 +f 711/3/132 712/3/133 713/3/134 +f 710/3/137 711/3/136 712/3/135 +f 713/3/138 712/3/135 711/3/136 +f 709/3/109 689/3/123 691/3/110 +f 689/3/123 709/3/109 687/3/124 +f 691/3/114 689/3/125 709/3/111 +f 687/3/126 709/3/111 689/3/125 +f 714/1/145 713/3/134 712/3/133 +f 713/3/134 714/1/145 715/1/140 +f 712/3/135 713/3/138 714/1/146 +f 715/1/142 714/1/146 713/3/138 +f 718/1/155 717/3/150 716/1/149 +f 717/3/150 718/1/155 719/3/156 +f 716/1/151 717/3/154 718/1/157 +f 719/3/158 718/1/157 717/3/154 +f 714/1/145 710/3/131 720/1/143 +f 710/3/131 714/1/145 712/3/133 +f 720/1/144 710/3/137 714/1/146 +f 712/3/135 714/1/146 710/3/137 +f 713/3/134 721/1/139 711/3/132 +f 721/1/139 713/3/134 715/1/140 +f 711/3/136 721/1/141 713/3/138 +f 715/1/142 713/3/138 721/1/141 +f 724/3/148 723/1/172 722/1/147 +f 723/1/172 724/3/148 725/3/171 +f 722/1/153 723/1/173 724/3/152 +f 725/3/174 724/3/152 723/1/173 +f 710/3/131 721/1/139 720/1/143 +f 721/1/139 710/3/131 711/3/132 +f 720/1/144 721/1/141 710/3/137 +f 711/3/136 710/3/137 721/1/141 +f 716/1/149 724/3/148 722/1/147 +f 724/3/148 716/1/149 717/3/150 +f 722/1/153 724/3/152 716/1/151 +f 717/3/154 716/1/151 724/3/152 +f 719/3/156 723/1/172 725/3/171 +f 723/1/172 719/3/156 718/1/155 +f 725/3/174 723/1/173 719/3/158 +f 718/1/157 719/3/158 723/1/173 +f 717/3/150 725/3/171 724/3/148 +f 725/3/171 717/3/150 719/3/156 +f 724/3/152 725/3/174 717/3/154 +f 719/3/158 717/3/154 725/3/174 +f 709/3/109 690/1/108 708/1/107 +f 690/1/108 709/3/109 691/3/110 +f 708/1/113 690/1/112 709/3/111 +f 691/3/114 709/3/111 690/1/112 +f 363/4/419 726/1/179 368/1/419 +f 726/1/179 363/4/419 727/4/179 +f 368/1/420 726/1/180 363/4/420 +f 727/4/180 363/4/420 726/1/180 +f 730/4/81 729/4/81 728/4/81 +f 729/4/81 730/4/81 727/4/81 +f 729/4/81 727/4/81 363/4/81 +f 728/4/82 729/4/82 730/4/82 +f 727/4/82 730/4/82 729/4/82 +f 363/4/82 727/4/82 729/4/82 +f 728/4/180 732/1/180 731/1/180 +f 732/1/180 728/4/180 729/4/180 +f 731/1/179 732/1/179 728/4/179 +f 729/4/179 728/4/179 732/1/179 +f 727/4/179 733/1/421 726/1/179 +f 733/1/421 727/4/179 730/4/421 +f 726/1/180 733/1/422 727/4/180 +f 730/4/422 727/4/180 733/1/422 +f 728/4/192 733/1/192 730/4/192 +f 733/1/192 728/4/192 731/1/192 +f 730/4/191 733/1/191 728/4/191 +f 731/1/191 728/4/191 733/1/191 +f 732/1/191 363/4/191 368/1/191 +f 363/4/191 732/1/191 729/4/191 +f 368/1/192 363/4/192 732/1/192 +f 729/4/192 732/1/192 363/4/192 +f 736/1/29 735/3/26 734/1/31 +f 735/3/26 736/1/29 737/3/25 +f 734/1/32 735/3/28 736/1/30 +f 737/3/27 736/1/30 735/3/28 +f 739/3/12 736/1/29 738/1/10 +f 736/1/29 739/3/12 737/3/25 +f 738/1/14 736/1/30 739/3/16 +f 737/3/27 739/3/16 736/1/30 +f 742/2/3 741/1/2 740/1/1 +f 741/1/2 742/2/3 743/2/4 +f 740/1/7 741/1/6 742/2/5 +f 743/2/8 742/2/5 741/1/6 +f 741/1/2 745/2/19 744/1/17 +f 745/2/19 741/1/2 743/2/4 +f 744/1/23 745/2/21 741/1/6 +f 743/2/8 741/1/6 745/2/21 +f 748/1/79 747/2/63 746/1/61 +f 747/2/63 748/1/79 749/2/70 +f 746/1/67 747/2/65 748/1/80 +f 749/2/72 748/1/80 747/2/65 +f 747/2/63 751/2/69 750/2/64 +f 751/2/69 747/2/63 749/2/70 +f 750/2/68 751/2/71 747/2/65 +f 749/2/72 747/2/65 751/2/71 +f 751/2/69 748/1/79 752/1/77 +f 748/1/79 751/2/69 749/2/70 +f 752/1/78 748/1/80 751/2/71 +f 749/2/72 751/2/71 748/1/80 +f 747/2/63 753/1/62 746/1/61 +f 753/1/62 747/2/63 750/2/64 +f 746/1/67 753/1/66 747/2/65 +f 750/2/68 747/2/65 753/1/66 +f 750/2/64 752/1/77 753/1/62 +f 752/1/77 750/2/64 751/2/69 +f 753/1/66 752/1/78 750/2/68 +f 751/2/71 750/2/68 752/1/78 +f 755/2/20 740/1/1 754/1/18 +f 740/1/1 755/2/20 742/2/3 +f 754/1/22 740/1/7 755/2/24 +f 742/2/5 755/2/24 740/1/7 +f 735/3/26 756/1/9 734/1/31 +f 756/1/9 735/3/26 757/3/11 +f 734/1/32 756/1/15 735/3/28 +f 757/3/13 735/3/28 756/1/15 +f 745/2/19 754/1/18 744/1/17 +f 754/1/18 745/2/19 755/2/20 +f 744/1/23 754/1/22 745/2/21 +f 755/2/24 745/2/21 754/1/22 +f 745/2/19 742/2/3 755/2/20 +f 742/2/3 745/2/19 743/2/4 +f 755/2/24 742/2/5 745/2/21 +f 743/2/8 745/2/21 742/2/5 +f 760/3/35 759/3/34 758/3/33 +f 759/3/34 760/3/35 761/3/36 +f 758/3/39 759/3/38 760/3/37 +f 761/3/40 760/3/37 759/3/38 +f 757/3/11 737/3/25 739/3/12 +f 737/3/25 757/3/11 735/3/26 +f 739/3/16 737/3/27 757/3/13 +f 735/3/28 757/3/13 737/3/27 +f 762/1/47 761/3/36 760/3/35 +f 761/3/36 762/1/47 763/1/42 +f 760/3/37 761/3/40 762/1/48 +f 763/1/44 762/1/48 761/3/40 +f 766/1/57 765/3/52 764/1/51 +f 765/3/52 766/1/57 767/3/58 +f 764/1/53 765/3/56 766/1/59 +f 767/3/60 766/1/59 765/3/56 +f 762/1/47 758/3/33 768/1/45 +f 758/3/33 762/1/47 760/3/35 +f 768/1/46 758/3/39 762/1/48 +f 760/3/37 762/1/48 758/3/39 +f 761/3/36 769/1/41 759/3/34 +f 769/1/41 761/3/36 763/1/42 +f 759/3/38 769/1/43 761/3/40 +f 763/1/44 761/3/40 769/1/43 +f 772/3/50 771/1/74 770/1/49 +f 771/1/74 772/3/50 773/3/73 +f 770/1/55 771/1/75 772/3/54 +f 773/3/76 772/3/54 771/1/75 +f 758/3/33 769/1/41 768/1/45 +f 769/1/41 758/3/33 759/3/34 +f 768/1/46 769/1/43 758/3/39 +f 759/3/38 758/3/39 769/1/43 +f 764/1/51 772/3/50 770/1/49 +f 772/3/50 764/1/51 765/3/52 +f 770/1/55 772/3/54 764/1/53 +f 765/3/56 764/1/53 772/3/54 +f 767/3/58 771/1/74 773/3/73 +f 771/1/74 767/3/58 766/1/57 +f 773/3/76 771/1/75 767/3/60 +f 766/1/59 767/3/60 771/1/75 +f 765/3/52 773/3/73 772/3/50 +f 773/3/73 765/3/52 767/3/58 +f 772/3/54 773/3/76 765/3/56 +f 767/3/60 765/3/56 773/3/76 +f 757/3/11 738/1/10 756/1/9 +f 738/1/10 757/3/11 739/3/12 +f 756/1/15 738/1/14 757/3/13 +f 739/3/16 757/3/13 738/1/14 +f 776/4/423 775/1/83 774/1/423 +f 775/1/83 776/4/423 777/4/83 +f 774/1/424 775/1/84 776/4/424 +f 777/4/84 776/4/424 775/1/84 +f 780/4/81 779/4/81 778/4/81 +f 779/4/81 780/4/81 777/4/81 +f 779/4/81 777/4/81 776/4/81 +f 778/4/82 779/4/82 780/4/82 +f 777/4/82 780/4/82 779/4/82 +f 776/4/82 777/4/82 779/4/82 +f 778/4/84 782/1/84 781/1/84 +f 782/1/84 778/4/84 779/4/84 +f 781/1/83 782/1/83 778/4/83 +f 779/4/83 778/4/83 782/1/83 +f 777/4/83 783/1/425 775/1/83 +f 783/1/425 777/4/83 780/4/425 +f 775/1/84 783/1/426 777/4/84 +f 780/4/426 777/4/84 783/1/426 +f 778/4/96 783/1/96 780/4/96 +f 783/1/96 778/4/96 781/1/96 +f 780/4/95 783/1/95 778/4/95 +f 781/1/95 778/4/95 783/1/95 +f 782/1/95 776/4/95 774/1/95 +f 776/4/95 782/1/95 779/4/95 +f 774/1/96 776/4/96 782/1/96 +f 779/4/96 782/1/96 776/4/96 +f 786/1/223 785/3/220 784/1/225 +f 785/3/220 786/1/223 787/3/219 +f 784/1/226 785/3/222 786/1/224 +f 787/3/221 786/1/224 785/3/222 +f 789/3/206 786/1/223 788/1/204 +f 786/1/223 789/3/206 787/3/219 +f 788/1/208 786/1/224 789/3/210 +f 787/3/221 789/3/210 786/1/224 +f 792/2/197 791/1/196 790/1/195 +f 791/1/196 792/2/197 793/2/198 +f 790/1/201 791/1/200 792/2/199 +f 793/2/202 792/2/199 791/1/200 +f 791/1/196 795/2/213 794/1/211 +f 795/2/213 791/1/196 793/2/198 +f 794/1/217 795/2/215 791/1/200 +f 793/2/202 791/1/200 795/2/215 +f 798/1/273 797/2/257 796/1/255 +f 797/2/257 798/1/273 799/2/264 +f 796/1/261 797/2/259 798/1/274 +f 799/2/266 798/1/274 797/2/259 +f 797/2/257 801/2/263 800/2/258 +f 801/2/263 797/2/257 799/2/264 +f 800/2/262 801/2/265 797/2/259 +f 799/2/266 797/2/259 801/2/265 +f 801/2/263 798/1/273 802/1/271 +f 798/1/273 801/2/263 799/2/264 +f 802/1/272 798/1/274 801/2/265 +f 799/2/266 801/2/265 798/1/274 +f 797/2/257 803/1/256 796/1/255 +f 803/1/256 797/2/257 800/2/258 +f 796/1/261 803/1/260 797/2/259 +f 800/2/262 797/2/259 803/1/260 +f 800/2/258 802/1/271 803/1/256 +f 802/1/271 800/2/258 801/2/263 +f 803/1/260 802/1/272 800/2/262 +f 801/2/265 800/2/262 802/1/272 +f 805/2/214 790/1/195 804/1/212 +f 790/1/195 805/2/214 792/2/197 +f 804/1/216 790/1/201 805/2/218 +f 792/2/199 805/2/218 790/1/201 +f 785/3/220 806/1/203 784/1/225 +f 806/1/203 785/3/220 807/3/205 +f 784/1/226 806/1/209 785/3/222 +f 807/3/207 785/3/222 806/1/209 +f 795/2/213 804/1/212 794/1/211 +f 804/1/212 795/2/213 805/2/214 +f 794/1/217 804/1/216 795/2/215 +f 805/2/218 795/2/215 804/1/216 +f 795/2/213 792/2/197 805/2/214 +f 792/2/197 795/2/213 793/2/198 +f 805/2/218 792/2/199 795/2/215 +f 793/2/202 795/2/215 792/2/199 +f 810/3/429 809/3/428 808/3/427 +f 809/3/428 810/3/429 811/3/430 +f 808/3/433 809/3/432 810/3/431 +f 811/3/434 810/3/431 809/3/432 +f 807/3/205 787/3/219 789/3/206 +f 787/3/219 807/3/205 785/3/220 +f 789/3/210 787/3/221 807/3/207 +f 785/3/222 807/3/207 787/3/221 +f 812/1/435 811/3/430 810/3/429 +f 811/3/430 812/1/435 813/1/436 +f 810/3/431 811/3/434 812/1/437 +f 813/1/438 812/1/437 811/3/434 +f 816/1/251 815/3/246 814/1/245 +f 815/3/246 816/1/251 817/3/252 +f 814/1/247 815/3/250 816/1/253 +f 817/3/254 816/1/253 815/3/250 +f 812/1/435 808/3/427 818/1/439 +f 808/3/427 812/1/435 810/3/429 +f 818/1/440 808/3/433 812/1/437 +f 810/3/431 812/1/437 808/3/433 +f 811/3/430 819/1/441 809/3/428 +f 819/1/441 811/3/430 813/1/436 +f 809/3/432 819/1/442 811/3/434 +f 813/1/438 811/3/434 819/1/442 +f 822/3/244 821/1/268 820/1/243 +f 821/1/268 822/3/244 823/3/267 +f 820/1/249 821/1/269 822/3/248 +f 823/3/270 822/3/248 821/1/269 +f 808/3/427 819/1/441 818/1/439 +f 819/1/441 808/3/427 809/3/428 +f 818/1/440 819/1/442 808/3/433 +f 809/3/432 808/3/433 819/1/442 +f 814/1/245 822/3/244 820/1/243 +f 822/3/244 814/1/245 815/3/246 +f 820/1/249 822/3/248 814/1/247 +f 815/3/250 814/1/247 822/3/248 +f 817/3/252 821/1/268 823/3/267 +f 821/1/268 817/3/252 816/1/251 +f 823/3/270 821/1/269 817/3/254 +f 816/1/253 817/3/254 821/1/269 +f 815/3/246 823/3/267 822/3/244 +f 823/3/267 815/3/246 817/3/252 +f 822/3/248 823/3/270 815/3/250 +f 817/3/254 815/3/250 823/3/270 +f 807/3/205 788/1/204 806/1/203 +f 788/1/204 807/3/205 789/3/206 +f 806/1/209 788/1/208 807/3/207 +f 789/3/210 807/3/207 788/1/208 +f 207/4/331 824/1/443 211/1/331 +f 824/1/443 207/4/331 825/4/443 +f 211/1/333 824/1/444 207/4/333 +f 825/4/444 207/4/333 824/1/444 +f 828/4/81 827/4/81 826/4/81 +f 827/4/81 828/4/81 825/4/81 +f 827/4/81 825/4/81 207/4/81 +f 826/4/82 827/4/82 828/4/82 +f 825/4/82 828/4/82 827/4/82 +f 207/4/82 825/4/82 827/4/82 +f 826/4/444 830/1/444 829/1/444 +f 830/1/444 826/4/444 827/4/444 +f 829/1/443 830/1/443 826/4/443 +f 827/4/443 826/4/443 830/1/443 +f 825/4/443 831/1/335 824/1/443 +f 831/1/335 825/4/443 828/4/335 +f 824/1/444 831/1/336 825/4/444 +f 828/4/336 825/4/444 831/1/336 +f 826/4/445 831/1/445 828/4/445 +f 831/1/445 826/4/445 829/1/445 +f 828/4/446 831/1/446 826/4/446 +f 829/1/446 826/4/446 831/1/446 +f 830/1/446 207/4/446 211/1/446 +f 207/4/446 830/1/446 827/4/446 +f 211/1/445 207/4/445 830/1/445 +f 827/4/445 830/1/445 207/4/445 +f 834/1/203 833/3/206 832/1/204 +f 833/3/206 834/1/203 835/3/205 +f 832/1/208 833/3/210 834/1/209 +f 835/3/207 834/1/209 833/3/210 +f 837/3/220 834/1/203 836/1/225 +f 834/1/203 837/3/220 835/3/205 +f 836/1/226 834/1/209 837/3/222 +f 835/3/207 837/3/222 834/1/209 +f 840/2/213 839/1/212 838/1/211 +f 839/1/212 840/2/213 841/2/214 +f 838/1/217 839/1/216 840/2/215 +f 841/2/218 840/2/215 839/1/216 +f 839/1/212 843/2/197 842/1/195 +f 843/2/197 839/1/212 841/2/214 +f 842/1/201 843/2/199 839/1/216 +f 841/2/218 839/1/216 843/2/199 +f 846/1/256 845/2/263 844/1/271 +f 845/2/263 846/1/256 847/2/258 +f 844/1/272 845/2/265 846/1/260 +f 847/2/262 846/1/260 845/2/265 +f 845/2/263 849/2/257 848/2/264 +f 849/2/257 845/2/263 847/2/258 +f 848/2/266 849/2/259 845/2/265 +f 847/2/262 845/2/265 849/2/259 +f 849/2/257 846/1/256 850/1/255 +f 846/1/256 849/2/257 847/2/258 +f 850/1/261 846/1/260 849/2/259 +f 847/2/262 849/2/259 846/1/260 +f 845/2/263 851/1/273 844/1/271 +f 851/1/273 845/2/263 848/2/264 +f 844/1/272 851/1/274 845/2/265 +f 848/2/266 845/2/265 851/1/274 +f 848/2/264 850/1/255 851/1/273 +f 850/1/255 848/2/264 849/2/257 +f 851/1/274 850/1/261 848/2/266 +f 849/2/259 848/2/266 850/1/261 +f 853/2/198 838/1/211 852/1/196 +f 838/1/211 853/2/198 840/2/213 +f 852/1/200 838/1/217 853/2/202 +f 840/2/215 853/2/202 838/1/217 +f 833/3/206 854/1/223 832/1/204 +f 854/1/223 833/3/206 855/3/219 +f 832/1/208 854/1/224 833/3/210 +f 855/3/221 833/3/210 854/1/224 +f 843/2/197 852/1/196 842/1/195 +f 852/1/196 843/2/197 853/2/198 +f 842/1/201 852/1/200 843/2/199 +f 853/2/202 843/2/199 852/1/200 +f 843/2/197 840/2/213 853/2/198 +f 840/2/213 843/2/197 841/2/214 +f 853/2/202 840/2/215 843/2/199 +f 841/2/218 843/2/199 840/2/215 +f 858/3/341 857/3/340 856/3/339 +f 857/3/340 858/3/341 859/3/342 +f 856/3/345 857/3/344 858/3/343 +f 859/3/346 858/3/343 857/3/344 +f 855/3/219 835/3/205 837/3/220 +f 835/3/205 855/3/219 833/3/206 +f 837/3/222 835/3/207 855/3/221 +f 833/3/210 855/3/221 835/3/207 +f 860/1/347 859/3/342 858/3/341 +f 859/3/342 860/1/347 861/1/348 +f 858/3/343 859/3/346 860/1/349 +f 861/1/350 860/1/349 859/3/346 +f 864/1/243 863/3/267 862/1/268 +f 863/3/267 864/1/243 865/3/244 +f 862/1/269 863/3/270 864/1/249 +f 865/3/248 864/1/249 863/3/270 +f 860/1/347 856/3/339 866/1/351 +f 856/3/339 860/1/347 858/3/341 +f 866/1/352 856/3/345 860/1/349 +f 858/3/343 860/1/349 856/3/345 +f 859/3/342 867/1/353 857/3/340 +f 867/1/353 859/3/342 861/1/348 +f 857/3/344 867/1/354 859/3/346 +f 861/1/350 859/3/346 867/1/354 +f 870/3/252 869/1/245 868/1/251 +f 869/1/245 870/3/252 871/3/246 +f 868/1/253 869/1/247 870/3/254 +f 871/3/250 870/3/254 869/1/247 +f 856/3/339 867/1/353 866/1/351 +f 867/1/353 856/3/339 857/3/340 +f 866/1/352 867/1/354 856/3/345 +f 857/3/344 856/3/345 867/1/354 +f 862/1/268 870/3/252 868/1/251 +f 870/3/252 862/1/268 863/3/267 +f 868/1/253 870/3/254 862/1/269 +f 863/3/270 862/1/269 870/3/254 +f 865/3/244 869/1/245 871/3/246 +f 869/1/245 865/3/244 864/1/243 +f 871/3/250 869/1/247 865/3/248 +f 864/1/249 865/3/248 869/1/247 +f 863/3/267 871/3/246 870/3/252 +f 871/3/246 863/3/267 865/3/244 +f 870/3/254 871/3/250 863/3/270 +f 865/3/248 863/3/270 871/3/250 +f 855/3/219 836/1/225 854/1/223 +f 836/1/225 855/3/219 837/3/220 +f 854/1/224 836/1/226 855/3/221 +f 837/3/222 855/3/221 836/1/226 +f 235/4/333 872/1/314 240/1/333 +f 872/1/314 235/4/333 873/4/314 +f 240/1/331 872/1/313 235/4/331 +f 873/4/313 235/4/331 872/1/313 +f 876/4/81 875/4/81 874/4/81 +f 875/4/81 876/4/81 873/4/81 +f 875/4/81 873/4/81 235/4/81 +f 874/4/82 875/4/82 876/4/82 +f 873/4/82 876/4/82 875/4/82 +f 235/4/82 873/4/82 875/4/82 +f 874/4/313 878/1/313 877/1/313 +f 878/1/313 874/4/313 875/4/313 +f 877/1/314 878/1/314 874/4/314 +f 875/4/314 874/4/314 878/1/314 +f 873/4/314 879/1/336 872/1/314 +f 879/1/336 873/4/314 876/4/336 +f 872/1/313 879/1/335 873/4/313 +f 876/4/335 873/4/313 879/1/335 +f 874/4/311 879/1/311 876/4/311 +f 879/1/311 874/4/311 877/1/311 +f 876/4/312 879/1/312 874/4/312 +f 877/1/312 874/4/312 879/1/312 +f 878/1/312 235/4/312 240/1/312 +f 235/4/312 878/1/312 875/4/312 +f 240/1/311 235/4/311 878/1/311 +f 875/4/311 878/1/311 235/4/311 +f 882/1/127 881/3/124 880/1/129 +f 881/3/124 882/1/127 883/3/123 +f 880/1/130 881/3/126 882/1/128 +f 883/3/125 882/1/128 881/3/126 +f 885/3/110 882/1/127 884/1/108 +f 882/1/127 885/3/110 883/3/123 +f 884/1/112 882/1/128 885/3/114 +f 883/3/125 885/3/114 882/1/128 +f 888/2/101 887/1/100 886/1/99 +f 887/1/100 888/2/101 889/2/102 +f 886/1/105 887/1/104 888/2/103 +f 889/2/106 888/2/103 887/1/104 +f 887/1/100 891/2/117 890/1/115 +f 891/2/117 887/1/100 889/2/102 +f 890/1/121 891/2/119 887/1/104 +f 889/2/106 887/1/104 891/2/119 +f 894/1/177 893/2/161 892/1/159 +f 893/2/161 894/1/177 895/2/168 +f 892/1/165 893/2/163 894/1/178 +f 895/2/170 894/1/178 893/2/163 +f 893/2/161 897/2/167 896/2/162 +f 897/2/167 893/2/161 895/2/168 +f 896/2/166 897/2/169 893/2/163 +f 895/2/170 893/2/163 897/2/169 +f 897/2/167 894/1/177 898/1/175 +f 894/1/177 897/2/167 895/2/168 +f 898/1/176 894/1/178 897/2/169 +f 895/2/170 897/2/169 894/1/178 +f 893/2/161 899/1/160 892/1/159 +f 899/1/160 893/2/161 896/2/162 +f 892/1/165 899/1/164 893/2/163 +f 896/2/166 893/2/163 899/1/164 +f 896/2/162 898/1/175 899/1/160 +f 898/1/175 896/2/162 897/2/167 +f 899/1/164 898/1/176 896/2/166 +f 897/2/169 896/2/166 898/1/176 +f 901/2/118 886/1/99 900/1/116 +f 886/1/99 901/2/118 888/2/101 +f 900/1/120 886/1/105 901/2/122 +f 888/2/103 901/2/122 886/1/105 +f 881/3/124 902/1/107 880/1/129 +f 902/1/107 881/3/124 903/3/109 +f 880/1/130 902/1/113 881/3/126 +f 903/3/111 881/3/126 902/1/113 +f 891/2/117 900/1/116 890/1/115 +f 900/1/116 891/2/117 901/2/118 +f 890/1/121 900/1/120 891/2/119 +f 901/2/122 891/2/119 900/1/120 +f 891/2/117 888/2/101 901/2/118 +f 888/2/101 891/2/117 889/2/102 +f 901/2/122 888/2/103 891/2/119 +f 889/2/106 891/2/119 888/2/103 +f 906/3/133 905/3/132 904/3/131 +f 905/3/132 906/3/133 907/3/134 +f 904/3/137 905/3/136 906/3/135 +f 907/3/138 906/3/135 905/3/136 +f 903/3/109 883/3/123 885/3/110 +f 883/3/123 903/3/109 881/3/124 +f 885/3/114 883/3/125 903/3/111 +f 881/3/126 903/3/111 883/3/125 +f 908/1/145 907/3/134 906/3/133 +f 907/3/134 908/1/145 909/1/140 +f 906/3/135 907/3/138 908/1/146 +f 909/1/142 908/1/146 907/3/138 +f 912/1/155 911/3/150 910/1/149 +f 911/3/150 912/1/155 913/3/156 +f 910/1/151 911/3/154 912/1/157 +f 913/3/158 912/1/157 911/3/154 +f 908/1/145 904/3/131 914/1/143 +f 904/3/131 908/1/145 906/3/133 +f 914/1/144 904/3/137 908/1/146 +f 906/3/135 908/1/146 904/3/137 +f 907/3/134 915/1/139 905/3/132 +f 915/1/139 907/3/134 909/1/140 +f 905/3/136 915/1/141 907/3/138 +f 909/1/142 907/3/138 915/1/141 +f 918/3/148 917/1/172 916/1/147 +f 917/1/172 918/3/148 919/3/171 +f 916/1/153 917/1/173 918/3/152 +f 919/3/174 918/3/152 917/1/173 +f 904/3/131 915/1/139 914/1/143 +f 915/1/139 904/3/131 905/3/132 +f 914/1/144 915/1/141 904/3/137 +f 905/3/136 904/3/137 915/1/141 +f 910/1/149 918/3/148 916/1/147 +f 918/3/148 910/1/149 911/3/150 +f 916/1/153 918/3/152 910/1/151 +f 911/3/154 910/1/151 918/3/152 +f 913/3/156 917/1/172 919/3/171 +f 917/1/172 913/3/156 912/1/155 +f 919/3/174 917/1/173 913/3/158 +f 912/1/157 913/3/158 917/1/173 +f 911/3/150 919/3/171 918/3/148 +f 919/3/171 911/3/150 913/3/156 +f 918/3/152 919/3/174 911/3/154 +f 913/3/158 911/3/154 919/3/174 +f 903/3/109 884/1/108 902/1/107 +f 884/1/108 903/3/109 885/3/110 +f 902/1/113 884/1/112 903/3/111 +f 885/3/114 903/3/111 884/1/112 +f 922/4/419 921/1/179 920/1/419 +f 921/1/179 922/4/419 923/4/179 +f 920/1/420 921/1/180 922/4/420 +f 923/4/180 922/4/420 921/1/180 +f 926/4/81 925/4/81 924/4/81 +f 925/4/81 926/4/81 923/4/81 +f 925/4/81 923/4/81 922/4/81 +f 924/4/82 925/4/82 926/4/82 +f 923/4/82 926/4/82 925/4/82 +f 922/4/82 923/4/82 925/4/82 +f 924/4/180 928/1/180 927/1/180 +f 928/1/180 924/4/180 925/4/180 +f 927/1/179 928/1/179 924/4/179 +f 925/4/179 924/4/179 928/1/179 +f 923/4/179 929/1/421 921/1/179 +f 929/1/421 923/4/179 926/4/421 +f 921/1/180 929/1/422 923/4/180 +f 926/4/422 923/4/180 929/1/422 +f 924/4/192 929/1/192 926/4/192 +f 929/1/192 924/4/192 927/1/192 +f 926/4/191 929/1/191 924/4/191 +f 927/1/191 924/4/191 929/1/191 +f 928/1/191 922/4/191 920/1/191 +f 922/4/191 928/1/191 925/4/191 +f 920/1/192 922/4/192 928/1/192 +f 925/4/192 928/1/192 922/4/192 +f 932/1/29 931/3/26 930/1/31 +f 931/3/26 932/1/29 933/3/25 +f 930/1/32 931/3/28 932/1/30 +f 933/3/27 932/1/30 931/3/28 +f 935/3/12 932/1/29 934/1/10 +f 932/1/29 935/3/12 933/3/25 +f 934/1/14 932/1/30 935/3/16 +f 933/3/27 935/3/16 932/1/30 +f 938/2/3 937/1/2 936/1/1 +f 937/1/2 938/2/3 939/2/4 +f 936/1/7 937/1/6 938/2/5 +f 939/2/8 938/2/5 937/1/6 +f 937/1/2 941/2/19 940/1/17 +f 941/2/19 937/1/2 939/2/4 +f 940/1/23 941/2/21 937/1/6 +f 939/2/8 937/1/6 941/2/21 +f 944/1/79 943/2/63 942/1/61 +f 943/2/63 944/1/79 945/2/70 +f 942/1/67 943/2/65 944/1/80 +f 945/2/72 944/1/80 943/2/65 +f 943/2/63 947/2/69 946/2/64 +f 947/2/69 943/2/63 945/2/70 +f 946/2/68 947/2/71 943/2/65 +f 945/2/72 943/2/65 947/2/71 +f 947/2/69 944/1/79 948/1/77 +f 944/1/79 947/2/69 945/2/70 +f 948/1/78 944/1/80 947/2/71 +f 945/2/72 947/2/71 944/1/80 +f 943/2/63 949/1/62 942/1/61 +f 949/1/62 943/2/63 946/2/64 +f 942/1/67 949/1/66 943/2/65 +f 946/2/68 943/2/65 949/1/66 +f 946/2/64 948/1/77 949/1/62 +f 948/1/77 946/2/64 947/2/69 +f 949/1/66 948/1/78 946/2/68 +f 947/2/71 946/2/68 948/1/78 +f 951/2/20 936/1/1 950/1/18 +f 936/1/1 951/2/20 938/2/3 +f 950/1/22 936/1/7 951/2/24 +f 938/2/5 951/2/24 936/1/7 +f 931/3/26 952/1/9 930/1/31 +f 952/1/9 931/3/26 953/3/11 +f 930/1/32 952/1/15 931/3/28 +f 953/3/13 931/3/28 952/1/15 +f 941/2/19 950/1/18 940/1/17 +f 950/1/18 941/2/19 951/2/20 +f 940/1/23 950/1/22 941/2/21 +f 951/2/24 941/2/21 950/1/22 +f 941/2/19 938/2/3 951/2/20 +f 938/2/3 941/2/19 939/2/4 +f 951/2/24 938/2/5 941/2/21 +f 939/2/8 941/2/21 938/2/5 +f 956/3/35 955/3/34 954/3/33 +f 955/3/34 956/3/35 957/3/36 +f 954/3/39 955/3/38 956/3/37 +f 957/3/40 956/3/37 955/3/38 +f 953/3/11 933/3/25 935/3/12 +f 933/3/25 953/3/11 931/3/26 +f 935/3/16 933/3/27 953/3/13 +f 931/3/28 953/3/13 933/3/27 +f 958/1/47 957/3/36 956/3/35 +f 957/3/36 958/1/47 959/1/42 +f 956/3/37 957/3/40 958/1/48 +f 959/1/44 958/1/48 957/3/40 +f 962/1/57 961/3/52 960/1/51 +f 961/3/52 962/1/57 963/3/58 +f 960/1/53 961/3/56 962/1/59 +f 963/3/60 962/1/59 961/3/56 +f 958/1/47 954/3/33 964/1/45 +f 954/3/33 958/1/47 956/3/35 +f 964/1/46 954/3/39 958/1/48 +f 956/3/37 958/1/48 954/3/39 +f 957/3/36 965/1/41 955/3/34 +f 965/1/41 957/3/36 959/1/42 +f 955/3/38 965/1/43 957/3/40 +f 959/1/44 957/3/40 965/1/43 +f 968/3/50 967/1/74 966/1/49 +f 967/1/74 968/3/50 969/3/73 +f 966/1/55 967/1/75 968/3/54 +f 969/3/76 968/3/54 967/1/75 +f 954/3/33 965/1/41 964/1/45 +f 965/1/41 954/3/33 955/3/34 +f 964/1/46 965/1/43 954/3/39 +f 955/3/38 954/3/39 965/1/43 +f 960/1/51 968/3/50 966/1/49 +f 968/3/50 960/1/51 961/3/52 +f 966/1/55 968/3/54 960/1/53 +f 961/3/56 960/1/53 968/3/54 +f 963/3/58 967/1/74 969/3/73 +f 967/1/74 963/3/58 962/1/57 +f 969/3/76 967/1/75 963/3/60 +f 962/1/59 963/3/60 967/1/75 +f 961/3/52 969/3/73 968/3/50 +f 969/3/73 961/3/52 963/3/58 +f 968/3/54 969/3/76 961/3/56 +f 963/3/60 961/3/56 969/3/76 +f 953/3/11 934/1/10 952/1/9 +f 934/1/10 953/3/11 935/3/12 +f 952/1/15 934/1/14 953/3/13 +f 935/3/16 953/3/13 934/1/14 +f 972/4/423 971/1/83 970/1/423 +f 971/1/83 972/4/423 973/4/83 +f 970/1/424 971/1/84 972/4/424 +f 973/4/84 972/4/424 971/1/84 +f 976/4/81 975/4/81 974/4/81 +f 975/4/81 976/4/81 973/4/81 +f 975/4/81 973/4/81 972/4/81 +f 974/4/82 975/4/82 976/4/82 +f 973/4/82 976/4/82 975/4/82 +f 972/4/82 973/4/82 975/4/82 +f 974/4/84 978/1/84 977/1/84 +f 978/1/84 974/4/84 975/4/84 +f 977/1/83 978/1/83 974/4/83 +f 975/4/83 974/4/83 978/1/83 +f 973/4/83 979/1/425 971/1/83 +f 979/1/425 973/4/83 976/4/425 +f 971/1/84 979/1/426 973/4/84 +f 976/4/426 973/4/84 979/1/426 +f 974/4/96 979/1/96 976/4/96 +f 979/1/96 974/4/96 977/1/96 +f 976/4/95 979/1/95 974/4/95 +f 977/1/95 974/4/95 979/1/95 +f 978/1/95 972/4/95 970/1/95 +f 972/4/95 978/1/95 975/4/95 +f 970/1/96 972/4/96 978/1/96 +f 975/4/96 978/1/96 972/4/96 +f 982/6/81 981/6/81 980/6/81 +f 981/6/81 982/6/81 983/6/81 +f 981/6/81 983/6/81 984/6/81 +f 984/6/81 983/6/81 985/6/81 +f 984/6/81 985/6/81 986/6/81 +f 986/6/81 985/6/81 987/6/81 +f 986/6/81 987/6/81 988/6/81 +f 988/6/81 987/6/81 989/6/81 +f 980/6/82 981/6/82 982/6/82 +f 983/6/82 982/6/82 981/6/82 +f 984/6/82 983/6/82 981/6/82 +f 985/6/82 983/6/82 984/6/82 +f 986/6/82 985/6/82 984/6/82 +f 987/6/82 985/6/82 986/6/82 +f 988/6/82 987/6/82 986/6/82 +f 989/6/82 987/6/82 988/6/82 +f 982/6/83 41/7/83 990/7/83 +f 41/7/83 982/6/83 980/6/83 +f 990/7/84 41/7/84 982/6/84 +f 980/6/84 982/6/84 41/7/84 +f 991/7/86 982/6/85 990/7/85 +f 982/6/85 991/7/86 983/6/86 +f 990/7/88 982/6/88 991/7/87 +f 983/6/87 991/7/87 982/6/88 +f 992/7/89 983/6/86 991/7/86 +f 983/6/86 992/7/89 985/6/89 +f 991/7/87 983/6/87 992/7/90 +f 985/6/90 992/7/90 983/6/87 +f 987/6/91 992/7/89 993/7/91 +f 992/7/89 987/6/91 985/6/89 +f 993/7/92 992/7/90 987/6/92 +f 985/6/90 987/6/92 992/7/90 +f 989/6/98 993/7/91 994/7/98 +f 993/7/91 989/6/98 987/6/91 +f 994/7/97 993/7/92 989/6/97 +f 987/6/92 989/6/97 993/7/92 +f 49/7/95 989/6/95 994/7/95 +f 989/6/95 49/7/95 988/6/95 +f 994/7/96 989/6/96 49/7/96 +f 988/6/96 49/7/96 989/6/96 +f 986/6/92 49/7/97 47/7/92 +f 49/7/97 986/6/92 988/6/97 +f 47/7/91 49/7/98 986/6/91 +f 988/6/98 986/6/91 49/7/98 +f 984/6/90 47/7/92 45/7/90 +f 47/7/92 984/6/90 986/6/92 +f 45/7/89 47/7/91 984/6/89 +f 986/6/91 984/6/89 47/7/91 +f 984/6/90 42/7/87 981/6/87 +f 42/7/87 984/6/90 45/7/90 +f 981/6/86 42/7/86 984/6/89 +f 45/7/89 984/6/89 42/7/86 +f 981/6/87 41/7/88 980/6/88 +f 41/7/88 981/6/87 42/7/87 +f 980/6/85 41/7/85 981/6/86 +f 42/7/86 981/6/86 41/7/85 +f 996/7/82 995/7/82 61/7/82 +f 995/7/82 996/7/82 62/7/82 +f 995/7/82 62/7/82 997/7/82 +f 997/7/82 62/7/82 998/7/82 +f 997/7/82 998/7/82 999/7/82 +f 999/7/82 998/7/82 1000/7/82 +f 1000/7/82 998/7/82 64/7/82 +f 1000/7/82 64/7/82 1001/7/82 +f 61/7/81 995/7/81 996/7/81 +f 62/7/81 996/7/81 995/7/81 +f 997/7/81 62/7/81 995/7/81 +f 998/7/81 62/7/81 997/7/81 +f 999/7/81 998/7/81 997/7/81 +f 1000/7/81 998/7/81 999/7/81 +f 64/7/81 998/7/81 1000/7/81 +f 1001/7/81 64/7/81 1000/7/81 +f 1002/8/81 60/8/81 52/8/81 +f 60/8/81 1002/8/81 59/8/81 +f 59/8/81 1002/8/81 1003/8/81 +f 59/8/81 1003/8/81 58/8/81 +f 58/8/81 1003/8/81 1004/8/81 +f 58/8/81 1004/8/81 1005/8/81 +f 58/8/81 1005/8/81 57/8/81 +f 57/8/81 1005/8/81 1006/8/81 +f 52/8/82 60/8/82 1002/8/82 +f 59/8/82 1002/8/82 60/8/82 +f 1003/8/82 1002/8/82 59/8/82 +f 58/8/82 1003/8/82 59/8/82 +f 1004/8/82 1003/8/82 58/8/82 +f 1005/8/82 1004/8/82 58/8/82 +f 57/8/82 1005/8/82 58/8/82 +f 1006/8/82 1005/8/82 57/8/82 +f 1002/8/83 61/7/83 995/7/83 +f 61/7/83 1002/8/83 52/8/83 +f 995/7/84 61/7/84 1002/8/84 +f 52/8/84 1002/8/84 61/7/84 +f 997/7/86 1002/8/85 995/7/85 +f 1002/8/85 997/7/86 1003/8/86 +f 995/7/88 1002/8/88 997/7/87 +f 1003/8/87 997/7/87 1002/8/88 +f 999/7/89 1003/8/86 997/7/86 +f 1003/8/86 999/7/89 1004/8/89 +f 997/7/87 1003/8/87 999/7/90 +f 1004/8/90 999/7/90 1003/8/87 +f 1005/8/91 999/7/89 1000/7/91 +f 999/7/89 1005/8/91 1004/8/89 +f 1000/7/92 999/7/90 1005/8/92 +f 1004/8/90 1005/8/92 999/7/90 +f 1006/8/93 1000/7/91 1001/7/93 +f 1000/7/91 1006/8/93 1005/8/91 +f 1001/7/94 1000/7/92 1006/8/94 +f 1005/8/92 1006/8/94 1000/7/92 +f 64/7/95 1006/8/95 1001/7/95 +f 1006/8/95 64/7/95 57/8/95 +f 1001/7/96 1006/8/96 64/7/96 +f 57/8/96 64/7/96 1006/8/96 +f 58/8/92 64/7/97 998/7/92 +f 64/7/97 58/8/92 57/8/97 +f 998/7/91 64/7/98 58/8/91 +f 57/8/98 58/8/91 64/7/98 +f 59/8/90 998/7/92 62/7/90 +f 998/7/92 59/8/90 58/8/92 +f 62/7/89 998/7/91 59/8/89 +f 58/8/91 59/8/89 998/7/91 +f 59/8/90 996/7/87 60/8/87 +f 996/7/87 59/8/90 62/7/90 +f 60/8/86 996/7/86 59/8/89 +f 62/7/89 59/8/89 996/7/86 +f 60/8/87 61/7/88 52/8/88 +f 61/7/88 60/8/87 996/7/87 +f 52/8/85 61/7/85 60/8/86 +f 996/7/86 60/8/86 61/7/85 +f 1009/8/448 1008/7/447 1007/8/447 +f 1008/7/447 1009/8/448 1010/7/448 +f 1007/8/450 1008/7/450 1009/8/449 +f 1010/7/449 1009/8/449 1008/7/450 +f 1013/8/451 1012/7/452 1011/7/451 +f 1012/7/452 1013/8/451 1014/8/452 +f 1011/7/453 1012/7/454 1013/8/453 +f 1014/8/454 1013/8/453 1012/7/454 +f 1014/8/452 1015/7/455 1012/7/452 +f 1015/7/455 1014/8/452 1016/8/455 +f 1012/7/454 1015/7/456 1014/8/454 +f 1016/8/456 1014/8/454 1015/7/456 +f 1019/7/458 1018/8/457 1017/7/457 +f 1018/8/457 1019/7/458 1020/8/458 +f 1017/7/460 1018/8/460 1019/7/459 +f 1020/8/459 1019/7/459 1018/8/460 +f 1017/7/457 1013/8/451 1011/7/451 +f 1013/8/451 1017/7/457 1018/8/457 +f 1011/7/453 1013/8/453 1017/7/460 +f 1018/8/460 1017/7/460 1013/8/453 +f 1007/8/447 1015/7/455 1016/8/455 +f 1015/7/455 1007/8/447 1008/7/447 +f 1016/8/456 1015/7/456 1007/8/450 +f 1008/7/450 1007/8/450 1015/7/456 +f 1007/8/81 1020/8/81 1009/8/81 +f 1020/8/81 1007/8/81 1016/8/81 +f 1020/8/81 1016/8/81 1014/8/81 +f 1020/8/81 1014/8/81 1013/8/81 +f 1020/8/81 1013/8/81 1018/8/81 +f 1009/8/82 1020/8/82 1007/8/82 +f 1016/8/82 1007/8/82 1020/8/82 +f 1014/8/82 1016/8/82 1020/8/82 +f 1013/8/82 1014/8/82 1020/8/82 +f 1018/8/82 1013/8/82 1020/8/82 +f 1023/10/461 1022/9/462 1021/9/461 +f 1022/9/462 1023/10/461 1024/10/462 +f 1021/9/463 1022/9/464 1023/10/463 +f 1024/10/464 1023/10/463 1022/9/464 +f 1027/10/463 1026/9/464 1025/9/463 +f 1026/9/464 1027/10/463 1028/10/464 +f 1025/9/461 1026/9/462 1027/10/461 +f 1028/10/462 1027/10/461 1026/9/462 +f 1031/10/466 1030/9/465 1029/10/465 +f 1030/9/465 1031/10/466 1032/9/466 +f 1029/10/468 1030/9/468 1031/10/467 +f 1032/9/467 1031/10/467 1030/9/468 +f 1035/9/468 1034/10/467 1033/9/467 +f 1034/10/467 1035/9/468 1036/10/468 +f 1033/9/466 1034/10/466 1035/9/465 +f 1036/10/465 1035/9/465 1034/10/466 +f 1028/10/464 1035/9/468 1026/9/464 +f 1035/9/468 1028/10/464 1036/10/468 +f 1026/9/462 1035/9/465 1028/10/462 +f 1036/10/465 1028/10/462 1035/9/465 +f 1024/10/462 1030/9/465 1022/9/462 +f 1030/9/465 1024/10/462 1029/10/465 +f 1022/9/464 1030/9/468 1024/10/464 +f 1029/10/468 1024/10/464 1030/9/468 +f 1031/10/466 1025/9/463 1032/9/466 +f 1025/9/463 1031/10/466 1027/10/463 +f 1032/9/467 1025/9/461 1031/10/467 +f 1027/10/461 1031/10/467 1025/9/461 +f 1034/10/467 1021/9/461 1033/9/467 +f 1021/9/461 1034/10/467 1023/10/461 +f 1033/9/466 1021/9/463 1034/10/466 +f 1023/10/463 1034/10/466 1021/9/463 +f 1024/10/469 1031/10/469 1029/10/469 +f 1031/10/469 1024/10/469 1027/10/469 +f 1027/10/469 1024/10/469 1023/10/469 +f 1027/10/469 1023/10/469 1028/10/469 +f 1028/10/469 1023/10/469 1034/10/469 +f 1028/10/469 1034/10/469 1036/10/469 +f 1029/10/470 1031/10/470 1024/10/470 +f 1027/10/470 1024/10/470 1031/10/470 +f 1023/10/470 1024/10/470 1027/10/470 +f 1028/10/470 1023/10/470 1027/10/470 +f 1034/10/470 1023/10/470 1028/10/470 +f 1036/10/470 1034/10/470 1028/10/470 +f 1025/9/470 1030/9/470 1032/9/470 +f 1030/9/470 1025/9/470 1022/9/470 +f 1022/9/470 1025/9/470 1026/9/470 +f 1022/9/470 1026/9/470 1021/9/470 +f 1021/9/470 1026/9/470 1035/9/470 +f 1021/9/470 1035/9/470 1033/9/470 +f 1032/9/469 1030/9/469 1025/9/469 +f 1022/9/469 1025/9/469 1030/9/469 +f 1026/9/469 1025/9/469 1022/9/469 +f 1021/9/469 1026/9/469 1022/9/469 +f 1035/9/469 1026/9/469 1021/9/469 +f 1033/9/469 1035/9/469 1021/9/469 +f 1039/10/471 1038/9/472 1037/9/471 +f 1038/9/472 1039/10/471 1040/10/472 +f 1037/9/473 1038/9/474 1039/10/473 +f 1040/10/474 1039/10/473 1038/9/474 +f 1043/10/473 1042/9/474 1041/9/473 +f 1042/9/474 1043/10/473 1044/10/474 +f 1041/9/471 1042/9/472 1043/10/471 +f 1044/10/472 1043/10/471 1042/9/472 +f 1047/10/476 1046/9/475 1045/10/475 +f 1046/9/475 1047/10/476 1048/9/476 +f 1045/10/478 1046/9/478 1047/10/477 +f 1048/9/477 1047/10/477 1046/9/478 +f 1051/9/478 1050/10/477 1049/9/477 +f 1050/10/477 1051/9/478 1052/10/478 +f 1049/9/476 1050/10/476 1051/9/475 +f 1052/10/475 1051/9/475 1050/10/476 +f 1044/10/474 1051/9/478 1042/9/474 +f 1051/9/478 1044/10/474 1052/10/478 +f 1042/9/472 1051/9/475 1044/10/472 +f 1052/10/475 1044/10/472 1051/9/475 +f 1040/10/472 1046/9/475 1038/9/472 +f 1046/9/475 1040/10/472 1045/10/475 +f 1038/9/474 1046/9/478 1040/10/474 +f 1045/10/478 1040/10/474 1046/9/478 +f 1047/10/476 1041/9/473 1048/9/476 +f 1041/9/473 1047/10/476 1043/10/473 +f 1048/9/477 1041/9/471 1047/10/477 +f 1043/10/471 1047/10/477 1041/9/471 +f 1050/10/477 1037/9/471 1049/9/477 +f 1037/9/471 1050/10/477 1039/10/471 +f 1049/9/476 1037/9/473 1050/10/476 +f 1039/10/473 1050/10/476 1037/9/473 +f 1040/10/93 1047/10/93 1045/10/93 +f 1047/10/93 1040/10/93 1043/10/93 +f 1043/10/93 1040/10/93 1039/10/93 +f 1043/10/93 1039/10/93 1044/10/93 +f 1044/10/93 1039/10/93 1050/10/93 +f 1044/10/93 1050/10/93 1052/10/93 +f 1045/10/94 1047/10/94 1040/10/94 +f 1043/10/94 1040/10/94 1047/10/94 +f 1039/10/94 1040/10/94 1043/10/94 +f 1044/10/94 1039/10/94 1043/10/94 +f 1050/10/94 1039/10/94 1044/10/94 +f 1052/10/94 1050/10/94 1044/10/94 +f 1041/9/94 1046/9/94 1048/9/94 +f 1046/9/94 1041/9/94 1038/9/94 +f 1038/9/94 1041/9/94 1042/9/94 +f 1038/9/94 1042/9/94 1037/9/94 +f 1037/9/94 1042/9/94 1051/9/94 +f 1037/9/94 1051/9/94 1049/9/94 +f 1048/9/93 1046/9/93 1041/9/93 +f 1038/9/93 1041/9/93 1046/9/93 +f 1042/9/93 1041/9/93 1038/9/93 +f 1037/9/93 1042/9/93 1038/9/93 +f 1051/9/93 1042/9/93 1037/9/93 +f 1049/9/93 1051/9/93 1037/9/93 +f 1055/10/471 1054/9/472 1053/9/471 +f 1054/9/472 1055/10/471 1056/10/472 +f 1053/9/473 1054/9/474 1055/10/473 +f 1056/10/474 1055/10/473 1054/9/474 +f 1059/10/473 1058/9/474 1057/9/473 +f 1058/9/474 1059/10/473 1060/10/474 +f 1057/9/471 1058/9/472 1059/10/471 +f 1060/10/472 1059/10/471 1058/9/472 +f 1063/10/476 1062/9/475 1061/10/475 +f 1062/9/475 1063/10/476 1064/9/476 +f 1061/10/478 1062/9/478 1063/10/477 +f 1064/9/477 1063/10/477 1062/9/478 +f 1067/9/478 1066/10/477 1065/9/477 +f 1066/10/477 1067/9/478 1068/10/478 +f 1065/9/476 1066/10/476 1067/9/475 +f 1068/10/475 1067/9/475 1066/10/476 +f 1060/10/474 1067/9/478 1058/9/474 +f 1067/9/478 1060/10/474 1068/10/478 +f 1058/9/472 1067/9/475 1060/10/472 +f 1068/10/475 1060/10/472 1067/9/475 +f 1056/10/472 1062/9/475 1054/9/472 +f 1062/9/475 1056/10/472 1061/10/475 +f 1054/9/474 1062/9/478 1056/10/474 +f 1061/10/478 1056/10/474 1062/9/478 +f 1063/10/476 1057/9/473 1064/9/476 +f 1057/9/473 1063/10/476 1059/10/473 +f 1064/9/477 1057/9/471 1063/10/477 +f 1059/10/471 1063/10/477 1057/9/471 +f 1066/10/477 1053/9/471 1065/9/477 +f 1053/9/471 1066/10/477 1055/10/471 +f 1065/9/476 1053/9/473 1066/10/476 +f 1055/10/473 1066/10/476 1053/9/473 +f 1056/10/93 1063/10/93 1061/10/93 +f 1063/10/93 1056/10/93 1059/10/93 +f 1059/10/93 1056/10/93 1055/10/93 +f 1059/10/93 1055/10/93 1060/10/93 +f 1060/10/93 1055/10/93 1066/10/93 +f 1060/10/93 1066/10/93 1068/10/93 +f 1061/10/94 1063/10/94 1056/10/94 +f 1059/10/94 1056/10/94 1063/10/94 +f 1055/10/94 1056/10/94 1059/10/94 +f 1060/10/94 1055/10/94 1059/10/94 +f 1066/10/94 1055/10/94 1060/10/94 +f 1068/10/94 1066/10/94 1060/10/94 +f 1057/9/94 1062/9/94 1064/9/94 +f 1062/9/94 1057/9/94 1054/9/94 +f 1054/9/94 1057/9/94 1058/9/94 +f 1054/9/94 1058/9/94 1053/9/94 +f 1053/9/94 1058/9/94 1067/9/94 +f 1053/9/94 1067/9/94 1065/9/94 +f 1064/9/93 1062/9/93 1057/9/93 +f 1054/9/93 1057/9/93 1062/9/93 +f 1058/9/93 1057/9/93 1054/9/93 +f 1053/9/93 1058/9/93 1054/9/93 +f 1067/9/93 1058/9/93 1053/9/93 +f 1065/9/93 1067/9/93 1053/9/93 +f 1071/10/479 1070/9/480 1069/9/479 +f 1070/9/480 1071/10/479 1072/10/480 +f 1069/9/481 1070/9/482 1071/10/481 +f 1072/10/482 1071/10/481 1070/9/482 +f 1075/9/481 1074/10/482 1073/9/482 +f 1074/10/482 1075/9/481 1076/10/481 +f 1073/9/480 1074/10/480 1075/9/479 +f 1076/10/479 1075/9/479 1074/10/480 +f 1079/10/484 1078/9/483 1077/10/483 +f 1078/9/483 1079/10/484 1080/9/484 +f 1077/10/486 1078/9/486 1079/10/485 +f 1080/9/485 1079/10/485 1078/9/486 +f 1083/9/486 1082/10/485 1081/9/485 +f 1082/10/485 1083/9/486 1084/10/486 +f 1081/9/484 1082/10/484 1083/9/483 +f 1084/10/483 1083/9/483 1082/10/484 +f 1074/10/482 1083/9/486 1073/9/482 +f 1083/9/486 1074/10/482 1084/10/486 +f 1073/9/480 1083/9/483 1074/10/480 +f 1084/10/483 1074/10/480 1083/9/483 +f 1072/10/480 1078/9/483 1070/9/480 +f 1078/9/483 1072/10/480 1077/10/483 +f 1070/9/482 1078/9/486 1072/10/482 +f 1077/10/486 1072/10/482 1078/9/486 +f 1079/10/484 1075/9/481 1080/9/484 +f 1075/9/481 1079/10/484 1076/10/481 +f 1080/9/485 1075/9/479 1079/10/485 +f 1076/10/479 1079/10/485 1075/9/479 +f 1082/10/485 1069/9/479 1081/9/485 +f 1069/9/479 1082/10/485 1071/10/479 +f 1081/9/484 1069/9/481 1082/10/484 +f 1071/10/481 1082/10/484 1069/9/481 +f 1072/10/487 1079/10/487 1077/10/487 +f 1079/10/487 1072/10/487 1076/10/487 +f 1076/10/487 1072/10/487 1071/10/487 +f 1076/10/487 1071/10/487 1074/10/487 +f 1074/10/487 1071/10/487 1082/10/487 +f 1074/10/487 1082/10/487 1084/10/487 +f 1077/10/488 1079/10/488 1072/10/488 +f 1076/10/488 1072/10/488 1079/10/488 +f 1071/10/488 1072/10/488 1076/10/488 +f 1074/10/488 1071/10/488 1076/10/488 +f 1082/10/488 1071/10/488 1074/10/488 +f 1084/10/488 1082/10/488 1074/10/488 +f 1075/9/488 1078/9/488 1080/9/488 +f 1078/9/488 1075/9/488 1070/9/488 +f 1070/9/488 1075/9/488 1073/9/488 +f 1070/9/488 1073/9/488 1069/9/488 +f 1069/9/488 1073/9/488 1083/9/488 +f 1069/9/488 1083/9/488 1081/9/488 +f 1080/9/487 1078/9/487 1075/9/487 +f 1070/9/487 1075/9/487 1078/9/487 +f 1073/9/487 1075/9/487 1070/9/487 +f 1069/9/487 1073/9/487 1070/9/487 +f 1083/9/487 1073/9/487 1069/9/487 +f 1081/9/487 1083/9/487 1069/9/487 +f 1087/6/81 1086/6/81 1085/6/81 +f 1086/6/81 1087/6/81 1088/6/81 +f 1086/6/81 1088/6/81 1089/6/81 +f 1089/6/81 1088/6/81 1090/6/81 +f 1089/6/81 1090/6/81 1091/6/81 +f 1091/6/81 1090/6/81 1092/6/81 +f 1091/6/81 1092/6/81 1093/6/81 +f 1093/6/81 1092/6/81 1094/6/81 +f 1085/6/82 1086/6/82 1087/6/82 +f 1088/6/82 1087/6/82 1086/6/82 +f 1089/6/82 1088/6/82 1086/6/82 +f 1090/6/82 1088/6/82 1089/6/82 +f 1091/6/82 1090/6/82 1089/6/82 +f 1092/6/82 1090/6/82 1091/6/82 +f 1093/6/82 1092/6/82 1091/6/82 +f 1094/6/82 1092/6/82 1093/6/82 +f 1087/6/179 105/7/179 1095/7/179 +f 105/7/179 1087/6/179 1085/6/179 +f 1095/7/180 105/7/180 1087/6/180 +f 1085/6/180 1087/6/180 105/7/180 +f 1096/7/182 1087/6/181 1095/7/181 +f 1087/6/181 1096/7/182 1088/6/182 +f 1095/7/184 1087/6/184 1096/7/183 +f 1088/6/183 1096/7/183 1087/6/184 +f 1097/7/185 1088/6/182 1096/7/182 +f 1088/6/182 1097/7/185 1090/6/185 +f 1096/7/183 1088/6/183 1097/7/186 +f 1090/6/186 1097/7/186 1088/6/183 +f 1092/6/187 1097/7/185 1098/7/187 +f 1097/7/185 1092/6/187 1090/6/185 +f 1098/7/188 1097/7/186 1092/6/188 +f 1090/6/186 1092/6/188 1097/7/186 +f 1094/6/194 1098/7/187 1099/7/194 +f 1098/7/187 1094/6/194 1092/6/187 +f 1099/7/193 1098/7/188 1094/6/193 +f 1092/6/188 1094/6/193 1098/7/188 +f 113/7/191 1094/6/191 1099/7/191 +f 1094/6/191 113/7/191 1093/6/191 +f 1099/7/192 1094/6/192 113/7/192 +f 1093/6/192 113/7/192 1094/6/192 +f 1091/6/188 113/7/193 111/7/188 +f 113/7/193 1091/6/188 1093/6/193 +f 111/7/187 113/7/194 1091/6/187 +f 1093/6/194 1091/6/187 113/7/194 +f 1089/6/186 111/7/188 109/7/186 +f 111/7/188 1089/6/186 1091/6/188 +f 109/7/185 111/7/187 1089/6/185 +f 1091/6/187 1089/6/185 111/7/187 +f 1089/6/186 106/7/183 1086/6/183 +f 106/7/183 1089/6/186 109/7/186 +f 1086/6/182 106/7/182 1089/6/185 +f 109/7/185 1089/6/185 106/7/182 +f 1086/6/183 105/7/184 1085/6/184 +f 105/7/184 1086/6/183 106/7/183 +f 1085/6/181 105/7/181 1086/6/182 +f 106/7/182 1086/6/182 105/7/181 +f 1101/7/82 1100/7/82 125/7/82 +f 1100/7/82 1101/7/82 126/7/82 +f 1100/7/82 126/7/82 1102/7/82 +f 1102/7/82 126/7/82 1103/7/82 +f 1102/7/82 1103/7/82 1104/7/82 +f 1104/7/82 1103/7/82 1105/7/82 +f 1105/7/82 1103/7/82 128/7/82 +f 1105/7/82 128/7/82 1106/7/82 +f 125/7/81 1100/7/81 1101/7/81 +f 126/7/81 1101/7/81 1100/7/81 +f 1102/7/81 126/7/81 1100/7/81 +f 1103/7/81 126/7/81 1102/7/81 +f 1104/7/81 1103/7/81 1102/7/81 +f 1105/7/81 1103/7/81 1104/7/81 +f 128/7/81 1103/7/81 1105/7/81 +f 1106/7/81 128/7/81 1105/7/81 +f 1107/8/81 124/8/81 116/8/81 +f 124/8/81 1107/8/81 123/8/81 +f 123/8/81 1107/8/81 1108/8/81 +f 123/8/81 1108/8/81 122/8/81 +f 122/8/81 1108/8/81 1109/8/81 +f 122/8/81 1109/8/81 1110/8/81 +f 122/8/81 1110/8/81 121/8/81 +f 121/8/81 1110/8/81 1111/8/81 +f 116/8/82 124/8/82 1107/8/82 +f 123/8/82 1107/8/82 124/8/82 +f 1108/8/82 1107/8/82 123/8/82 +f 122/8/82 1108/8/82 123/8/82 +f 1109/8/82 1108/8/82 122/8/82 +f 1110/8/82 1109/8/82 122/8/82 +f 121/8/82 1110/8/82 122/8/82 +f 1111/8/82 1110/8/82 121/8/82 +f 1107/8/179 125/7/179 1100/7/179 +f 125/7/179 1107/8/179 116/8/179 +f 1100/7/180 125/7/180 1107/8/180 +f 116/8/180 1107/8/180 125/7/180 +f 1102/7/182 1107/8/181 1100/7/181 +f 1107/8/181 1102/7/182 1108/8/182 +f 1100/7/184 1107/8/184 1102/7/183 +f 1108/8/183 1102/7/183 1107/8/184 +f 1104/7/185 1108/8/182 1102/7/182 +f 1108/8/182 1104/7/185 1109/8/185 +f 1102/7/183 1108/8/183 1104/7/186 +f 1109/8/186 1104/7/186 1108/8/183 +f 1110/8/187 1104/7/185 1105/7/187 +f 1104/7/185 1110/8/187 1109/8/185 +f 1105/7/188 1104/7/186 1110/8/188 +f 1109/8/186 1110/8/188 1104/7/186 +f 1111/8/189 1105/7/187 1106/7/189 +f 1105/7/187 1111/8/189 1110/8/187 +f 1106/7/190 1105/7/188 1111/8/190 +f 1110/8/188 1111/8/190 1105/7/188 +f 128/7/191 1111/8/191 1106/7/191 +f 1111/8/191 128/7/191 121/8/191 +f 1106/7/192 1111/8/192 128/7/192 +f 121/8/192 128/7/192 1111/8/192 +f 122/8/188 128/7/193 1103/7/188 +f 128/7/193 122/8/188 121/8/193 +f 1103/7/187 128/7/194 122/8/187 +f 121/8/194 122/8/187 128/7/194 +f 123/8/186 1103/7/188 126/7/186 +f 1103/7/188 123/8/186 122/8/188 +f 126/7/185 1103/7/187 123/8/185 +f 122/8/187 123/8/185 1103/7/187 +f 123/8/186 1101/7/183 124/8/183 +f 1101/7/183 123/8/186 126/7/186 +f 124/8/182 1101/7/182 123/8/185 +f 126/7/185 123/8/185 1101/7/182 +f 124/8/183 125/7/184 116/8/184 +f 125/7/184 124/8/183 1101/7/183 +f 116/8/181 125/7/181 124/8/182 +f 1101/7/182 124/8/182 125/7/181 +f 1114/8/490 1113/7/489 1112/8/489 +f 1113/7/489 1114/8/490 1115/7/490 +f 1112/8/492 1113/7/492 1114/8/491 +f 1115/7/491 1114/8/491 1113/7/492 +f 1118/8/493 1117/7/494 1116/7/493 +f 1117/7/494 1118/8/493 1119/8/494 +f 1116/7/495 1117/7/496 1118/8/495 +f 1119/8/496 1118/8/495 1117/7/496 +f 1119/8/494 1120/7/497 1117/7/494 +f 1120/7/497 1119/8/494 1121/8/497 +f 1117/7/496 1120/7/498 1119/8/496 +f 1121/8/498 1119/8/496 1120/7/498 +f 1124/7/500 1123/8/499 1122/7/499 +f 1123/8/499 1124/7/500 1125/8/500 +f 1122/7/502 1123/8/502 1124/7/501 +f 1125/8/501 1124/7/501 1123/8/502 +f 1122/7/499 1118/8/493 1116/7/493 +f 1118/8/493 1122/7/499 1123/8/499 +f 1116/7/495 1118/8/495 1122/7/502 +f 1123/8/502 1122/7/502 1118/8/495 +f 1112/8/489 1120/7/497 1121/8/497 +f 1120/7/497 1112/8/489 1113/7/489 +f 1121/8/498 1120/7/498 1112/8/492 +f 1113/7/492 1112/8/492 1120/7/498 +f 1112/8/81 1125/8/81 1114/8/81 +f 1125/8/81 1112/8/81 1121/8/81 +f 1125/8/81 1121/8/81 1119/8/81 +f 1125/8/81 1119/8/81 1118/8/81 +f 1125/8/81 1118/8/81 1123/8/81 +f 1114/8/82 1125/8/82 1112/8/82 +f 1121/8/82 1112/8/82 1125/8/82 +f 1119/8/82 1121/8/82 1125/8/82 +f 1118/8/82 1119/8/82 1125/8/82 +f 1123/8/82 1118/8/82 1125/8/82 +f 1128/10/503 1127/9/504 1126/9/503 +f 1127/9/504 1128/10/503 1129/10/504 +f 1126/9/505 1127/9/506 1128/10/505 +f 1129/10/506 1128/10/505 1127/9/506 +f 1132/10/505 1131/9/506 1130/9/505 +f 1131/9/506 1132/10/505 1133/10/506 +f 1130/9/503 1131/9/504 1132/10/503 +f 1133/10/504 1132/10/503 1131/9/504 +f 1136/10/508 1135/9/507 1134/10/507 +f 1135/9/507 1136/10/508 1137/9/508 +f 1134/10/510 1135/9/510 1136/10/509 +f 1137/9/509 1136/10/509 1135/9/510 +f 1140/9/510 1139/10/509 1138/9/509 +f 1139/10/509 1140/9/510 1141/10/510 +f 1138/9/508 1139/10/508 1140/9/507 +f 1141/10/507 1140/9/507 1139/10/508 +f 1133/10/506 1140/9/510 1131/9/506 +f 1140/9/510 1133/10/506 1141/10/510 +f 1131/9/504 1140/9/507 1133/10/504 +f 1141/10/507 1133/10/504 1140/9/507 +f 1129/10/504 1135/9/507 1127/9/504 +f 1135/9/507 1129/10/504 1134/10/507 +f 1127/9/506 1135/9/510 1129/10/506 +f 1134/10/510 1129/10/506 1135/9/510 +f 1136/10/508 1130/9/505 1137/9/508 +f 1130/9/505 1136/10/508 1132/10/505 +f 1137/9/509 1130/9/503 1136/10/509 +f 1132/10/503 1136/10/509 1130/9/503 +f 1139/10/509 1126/9/503 1138/9/509 +f 1126/9/503 1139/10/509 1128/10/503 +f 1138/9/508 1126/9/505 1139/10/508 +f 1128/10/505 1139/10/508 1126/9/505 +f 1129/10/511 1136/10/511 1134/10/511 +f 1136/10/511 1129/10/511 1132/10/511 +f 1132/10/511 1129/10/511 1128/10/511 +f 1132/10/511 1128/10/511 1133/10/511 +f 1133/10/511 1128/10/511 1139/10/511 +f 1133/10/511 1139/10/511 1141/10/511 +f 1134/10/512 1136/10/512 1129/10/512 +f 1132/10/512 1129/10/512 1136/10/512 +f 1128/10/512 1129/10/512 1132/10/512 +f 1133/10/512 1128/10/512 1132/10/512 +f 1139/10/512 1128/10/512 1133/10/512 +f 1141/10/512 1139/10/512 1133/10/512 +f 1130/9/512 1135/9/512 1137/9/512 +f 1135/9/512 1130/9/512 1127/9/512 +f 1127/9/512 1130/9/512 1131/9/512 +f 1127/9/512 1131/9/512 1126/9/512 +f 1126/9/512 1131/9/512 1140/9/512 +f 1126/9/512 1140/9/512 1138/9/512 +f 1137/9/511 1135/9/511 1130/9/511 +f 1127/9/511 1130/9/511 1135/9/511 +f 1131/9/511 1130/9/511 1127/9/511 +f 1126/9/511 1131/9/511 1127/9/511 +f 1140/9/511 1131/9/511 1126/9/511 +f 1138/9/511 1140/9/511 1126/9/511 +f 1144/10/513 1143/9/514 1142/9/513 +f 1143/9/514 1144/10/513 1145/10/514 +f 1142/9/515 1143/9/516 1144/10/515 +f 1145/10/516 1144/10/515 1143/9/516 +f 1148/10/515 1147/9/516 1146/9/515 +f 1147/9/516 1148/10/515 1149/10/516 +f 1146/9/513 1147/9/514 1148/10/513 +f 1149/10/514 1148/10/513 1147/9/514 +f 1152/10/518 1151/9/517 1150/10/517 +f 1151/9/517 1152/10/518 1153/9/518 +f 1150/10/520 1151/9/520 1152/10/519 +f 1153/9/519 1152/10/519 1151/9/520 +f 1156/9/520 1155/10/519 1154/9/519 +f 1155/10/519 1156/9/520 1157/10/520 +f 1154/9/518 1155/10/518 1156/9/517 +f 1157/10/517 1156/9/517 1155/10/518 +f 1149/10/516 1156/9/520 1147/9/516 +f 1156/9/520 1149/10/516 1157/10/520 +f 1147/9/514 1156/9/517 1149/10/514 +f 1157/10/517 1149/10/514 1156/9/517 +f 1145/10/514 1151/9/517 1143/9/514 +f 1151/9/517 1145/10/514 1150/10/517 +f 1143/9/516 1151/9/520 1145/10/516 +f 1150/10/520 1145/10/516 1151/9/520 +f 1152/10/518 1146/9/515 1153/9/518 +f 1146/9/515 1152/10/518 1148/10/515 +f 1153/9/519 1146/9/513 1152/10/519 +f 1148/10/513 1152/10/519 1146/9/513 +f 1155/10/519 1142/9/513 1154/9/519 +f 1142/9/513 1155/10/519 1144/10/513 +f 1154/9/518 1142/9/515 1155/10/518 +f 1144/10/515 1155/10/518 1142/9/515 +f 1145/10/189 1152/10/189 1150/10/189 +f 1152/10/189 1145/10/189 1148/10/189 +f 1148/10/189 1145/10/189 1144/10/189 +f 1148/10/189 1144/10/189 1149/10/189 +f 1149/10/189 1144/10/189 1155/10/189 +f 1149/10/189 1155/10/189 1157/10/189 +f 1150/10/190 1152/10/190 1145/10/190 +f 1148/10/190 1145/10/190 1152/10/190 +f 1144/10/190 1145/10/190 1148/10/190 +f 1149/10/190 1144/10/190 1148/10/190 +f 1155/10/190 1144/10/190 1149/10/190 +f 1157/10/190 1155/10/190 1149/10/190 +f 1146/9/190 1151/9/190 1153/9/190 +f 1151/9/190 1146/9/190 1143/9/190 +f 1143/9/190 1146/9/190 1147/9/190 +f 1143/9/190 1147/9/190 1142/9/190 +f 1142/9/190 1147/9/190 1156/9/190 +f 1142/9/190 1156/9/190 1154/9/190 +f 1153/9/189 1151/9/189 1146/9/189 +f 1143/9/189 1146/9/189 1151/9/189 +f 1147/9/189 1146/9/189 1143/9/189 +f 1142/9/189 1147/9/189 1143/9/189 +f 1156/9/189 1147/9/189 1142/9/189 +f 1154/9/189 1156/9/189 1142/9/189 +f 1160/10/513 1159/9/514 1158/9/513 +f 1159/9/514 1160/10/513 1161/10/514 +f 1158/9/515 1159/9/516 1160/10/515 +f 1161/10/516 1160/10/515 1159/9/516 +f 1164/10/515 1163/9/516 1162/9/515 +f 1163/9/516 1164/10/515 1165/10/516 +f 1162/9/513 1163/9/514 1164/10/513 +f 1165/10/514 1164/10/513 1163/9/514 +f 1168/10/518 1167/9/517 1166/10/517 +f 1167/9/517 1168/10/518 1169/9/518 +f 1166/10/520 1167/9/520 1168/10/519 +f 1169/9/519 1168/10/519 1167/9/520 +f 1172/9/520 1171/10/519 1170/9/519 +f 1171/10/519 1172/9/520 1173/10/520 +f 1170/9/518 1171/10/518 1172/9/517 +f 1173/10/517 1172/9/517 1171/10/518 +f 1165/10/516 1172/9/520 1163/9/516 +f 1172/9/520 1165/10/516 1173/10/520 +f 1163/9/514 1172/9/517 1165/10/514 +f 1173/10/517 1165/10/514 1172/9/517 +f 1161/10/514 1167/9/517 1159/9/514 +f 1167/9/517 1161/10/514 1166/10/517 +f 1159/9/516 1167/9/520 1161/10/516 +f 1166/10/520 1161/10/516 1167/9/520 +f 1168/10/518 1162/9/515 1169/9/518 +f 1162/9/515 1168/10/518 1164/10/515 +f 1169/9/519 1162/9/513 1168/10/519 +f 1164/10/513 1168/10/519 1162/9/513 +f 1171/10/519 1158/9/513 1170/9/519 +f 1158/9/513 1171/10/519 1160/10/513 +f 1170/9/518 1158/9/515 1171/10/518 +f 1160/10/515 1171/10/518 1158/9/515 +f 1161/10/189 1168/10/189 1166/10/189 +f 1168/10/189 1161/10/189 1164/10/189 +f 1164/10/189 1161/10/189 1160/10/189 +f 1164/10/189 1160/10/189 1165/10/189 +f 1165/10/189 1160/10/189 1171/10/189 +f 1165/10/189 1171/10/189 1173/10/189 +f 1166/10/190 1168/10/190 1161/10/190 +f 1164/10/190 1161/10/190 1168/10/190 +f 1160/10/190 1161/10/190 1164/10/190 +f 1165/10/190 1160/10/190 1164/10/190 +f 1171/10/190 1160/10/190 1165/10/190 +f 1173/10/190 1171/10/190 1165/10/190 +f 1162/9/190 1167/9/190 1169/9/190 +f 1167/9/190 1162/9/190 1159/9/190 +f 1159/9/190 1162/9/190 1163/9/190 +f 1159/9/190 1163/9/190 1158/9/190 +f 1158/9/190 1163/9/190 1172/9/190 +f 1158/9/190 1172/9/190 1170/9/190 +f 1169/9/189 1167/9/189 1162/9/189 +f 1159/9/189 1162/9/189 1167/9/189 +f 1163/9/189 1162/9/189 1159/9/189 +f 1158/9/189 1163/9/189 1159/9/189 +f 1172/9/189 1163/9/189 1158/9/189 +f 1170/9/189 1172/9/189 1158/9/189 +f 1176/10/521 1175/9/522 1174/9/521 +f 1175/9/522 1176/10/521 1177/10/522 +f 1174/9/523 1175/9/524 1176/10/523 +f 1177/10/524 1176/10/523 1175/9/524 +f 1180/9/523 1179/10/524 1178/9/524 +f 1179/10/524 1180/9/523 1181/10/523 +f 1178/9/522 1179/10/522 1180/9/521 +f 1181/10/521 1180/9/521 1179/10/522 +f 1184/10/526 1183/9/525 1182/10/525 +f 1183/9/525 1184/10/526 1185/9/526 +f 1182/10/528 1183/9/528 1184/10/527 +f 1185/9/527 1184/10/527 1183/9/528 +f 1188/9/528 1187/10/527 1186/9/527 +f 1187/10/527 1188/9/528 1189/10/528 +f 1186/9/526 1187/10/526 1188/9/525 +f 1189/10/525 1188/9/525 1187/10/526 +f 1179/10/524 1188/9/528 1178/9/524 +f 1188/9/528 1179/10/524 1189/10/528 +f 1178/9/522 1188/9/525 1179/10/522 +f 1189/10/525 1179/10/522 1188/9/525 +f 1177/10/522 1183/9/525 1175/9/522 +f 1183/9/525 1177/10/522 1182/10/525 +f 1175/9/524 1183/9/528 1177/10/524 +f 1182/10/528 1177/10/524 1183/9/528 +f 1184/10/526 1180/9/523 1185/9/526 +f 1180/9/523 1184/10/526 1181/10/523 +f 1185/9/527 1180/9/521 1184/10/527 +f 1181/10/521 1184/10/527 1180/9/521 +f 1187/10/527 1174/9/521 1186/9/527 +f 1174/9/521 1187/10/527 1176/10/521 +f 1186/9/526 1174/9/523 1187/10/526 +f 1176/10/523 1187/10/526 1174/9/523 +f 1177/10/529 1184/10/529 1182/10/529 +f 1184/10/529 1177/10/529 1181/10/529 +f 1181/10/529 1177/10/529 1176/10/529 +f 1181/10/529 1176/10/529 1179/10/529 +f 1179/10/529 1176/10/529 1187/10/529 +f 1179/10/529 1187/10/529 1189/10/529 +f 1182/10/530 1184/10/530 1177/10/530 +f 1181/10/530 1177/10/530 1184/10/530 +f 1176/10/530 1177/10/530 1181/10/530 +f 1179/10/530 1176/10/530 1181/10/530 +f 1187/10/530 1176/10/530 1179/10/530 +f 1189/10/530 1187/10/530 1179/10/530 +f 1180/9/530 1183/9/530 1185/9/530 +f 1183/9/530 1180/9/530 1175/9/530 +f 1175/9/530 1180/9/530 1178/9/530 +f 1175/9/530 1178/9/530 1174/9/530 +f 1174/9/530 1178/9/530 1188/9/530 +f 1174/9/530 1188/9/530 1186/9/530 +f 1185/9/529 1183/9/529 1180/9/529 +f 1175/9/529 1180/9/529 1183/9/529 +f 1178/9/529 1180/9/529 1175/9/529 +f 1174/9/529 1178/9/529 1175/9/529 +f 1188/9/529 1178/9/529 1174/9/529 +f 1186/9/529 1188/9/529 1174/9/529 +f 1192/6/81 1191/6/81 1190/6/81 +f 1191/6/81 1192/6/81 1193/6/81 +f 1191/6/81 1193/6/81 1194/6/81 +f 1194/6/81 1193/6/81 1195/6/81 +f 1194/6/81 1195/6/81 1196/6/81 +f 1196/6/81 1195/6/81 1197/6/81 +f 1196/6/81 1197/6/81 1198/6/81 +f 1198/6/81 1197/6/81 1199/6/81 +f 1190/6/82 1191/6/82 1192/6/82 +f 1193/6/82 1192/6/82 1191/6/82 +f 1194/6/82 1193/6/82 1191/6/82 +f 1195/6/82 1193/6/82 1194/6/82 +f 1196/6/82 1195/6/82 1194/6/82 +f 1197/6/82 1195/6/82 1196/6/82 +f 1198/6/82 1197/6/82 1196/6/82 +f 1199/6/82 1197/6/82 1198/6/82 +f 1192/6/275 173/7/275 1200/7/275 +f 173/7/275 1192/6/275 1190/6/275 +f 1200/7/276 173/7/276 1192/6/276 +f 1190/6/276 1192/6/276 173/7/276 +f 1201/7/278 1192/6/277 1200/7/277 +f 1192/6/277 1201/7/278 1193/6/278 +f 1200/7/280 1192/6/280 1201/7/279 +f 1193/6/279 1201/7/279 1192/6/280 +f 1202/7/281 1193/6/278 1201/7/278 +f 1193/6/278 1202/7/281 1195/6/281 +f 1201/7/279 1193/6/279 1202/7/282 +f 1195/6/282 1202/7/282 1193/6/279 +f 1197/6/283 1202/7/281 1203/7/283 +f 1202/7/281 1197/6/283 1195/6/281 +f 1203/7/284 1202/7/282 1197/6/284 +f 1195/6/282 1197/6/284 1202/7/282 +f 1199/6/290 1203/7/283 1204/7/290 +f 1203/7/283 1199/6/290 1197/6/283 +f 1204/7/289 1203/7/284 1199/6/289 +f 1197/6/284 1199/6/289 1203/7/284 +f 181/7/287 1199/6/287 1204/7/287 +f 1199/6/287 181/7/287 1198/6/287 +f 1204/7/288 1199/6/288 181/7/288 +f 1198/6/288 181/7/288 1199/6/288 +f 1196/6/284 181/7/289 179/7/284 +f 181/7/289 1196/6/284 1198/6/289 +f 179/7/283 181/7/290 1196/6/283 +f 1198/6/290 1196/6/283 181/7/290 +f 1194/6/282 179/7/284 177/7/282 +f 179/7/284 1194/6/282 1196/6/284 +f 177/7/281 179/7/283 1194/6/281 +f 1196/6/283 1194/6/281 179/7/283 +f 1194/6/282 174/7/279 1191/6/279 +f 174/7/279 1194/6/282 177/7/282 +f 1191/6/278 174/7/278 1194/6/281 +f 177/7/281 1194/6/281 174/7/278 +f 1191/6/279 173/7/280 1190/6/280 +f 173/7/280 1191/6/279 174/7/279 +f 1190/6/277 173/7/277 1191/6/278 +f 174/7/278 1191/6/278 173/7/277 +f 1206/7/82 1205/7/82 193/7/82 +f 1205/7/82 1206/7/82 194/7/82 +f 1205/7/82 194/7/82 1207/7/82 +f 1207/7/82 194/7/82 1208/7/82 +f 1207/7/82 1208/7/82 1209/7/82 +f 1209/7/82 1208/7/82 1210/7/82 +f 1210/7/82 1208/7/82 196/7/82 +f 1210/7/82 196/7/82 1211/7/82 +f 193/7/81 1205/7/81 1206/7/81 +f 194/7/81 1206/7/81 1205/7/81 +f 1207/7/81 194/7/81 1205/7/81 +f 1208/7/81 194/7/81 1207/7/81 +f 1209/7/81 1208/7/81 1207/7/81 +f 1210/7/81 1208/7/81 1209/7/81 +f 196/7/81 1208/7/81 1210/7/81 +f 1211/7/81 196/7/81 1210/7/81 +f 1212/8/81 192/8/81 184/8/81 +f 192/8/81 1212/8/81 191/8/81 +f 191/8/81 1212/8/81 1213/8/81 +f 191/8/81 1213/8/81 190/8/81 +f 190/8/81 1213/8/81 1214/8/81 +f 190/8/81 1214/8/81 1215/8/81 +f 190/8/81 1215/8/81 189/8/81 +f 189/8/81 1215/8/81 1216/8/81 +f 184/8/82 192/8/82 1212/8/82 +f 191/8/82 1212/8/82 192/8/82 +f 1213/8/82 1212/8/82 191/8/82 +f 190/8/82 1213/8/82 191/8/82 +f 1214/8/82 1213/8/82 190/8/82 +f 1215/8/82 1214/8/82 190/8/82 +f 189/8/82 1215/8/82 190/8/82 +f 1216/8/82 1215/8/82 189/8/82 +f 1212/8/275 193/7/275 1205/7/275 +f 193/7/275 1212/8/275 184/8/275 +f 1205/7/276 193/7/276 1212/8/276 +f 184/8/276 1212/8/276 193/7/276 +f 1207/7/278 1212/8/277 1205/7/277 +f 1212/8/277 1207/7/278 1213/8/278 +f 1205/7/280 1212/8/280 1207/7/279 +f 1213/8/279 1207/7/279 1212/8/280 +f 1209/7/281 1213/8/278 1207/7/278 +f 1213/8/278 1209/7/281 1214/8/281 +f 1207/7/279 1213/8/279 1209/7/282 +f 1214/8/282 1209/7/282 1213/8/279 +f 1215/8/283 1209/7/281 1210/7/283 +f 1209/7/281 1215/8/283 1214/8/281 +f 1210/7/284 1209/7/282 1215/8/284 +f 1214/8/282 1215/8/284 1209/7/282 +f 1216/8/285 1210/7/283 1211/7/285 +f 1210/7/283 1216/8/285 1215/8/283 +f 1211/7/286 1210/7/284 1216/8/286 +f 1215/8/284 1216/8/286 1210/7/284 +f 196/7/287 1216/8/287 1211/7/287 +f 1216/8/287 196/7/287 189/8/287 +f 1211/7/288 1216/8/288 196/7/288 +f 189/8/288 196/7/288 1216/8/288 +f 190/8/284 196/7/289 1208/7/284 +f 196/7/289 190/8/284 189/8/289 +f 1208/7/283 196/7/290 190/8/283 +f 189/8/290 190/8/283 196/7/290 +f 191/8/282 1208/7/284 194/7/282 +f 1208/7/284 191/8/282 190/8/284 +f 194/7/281 1208/7/283 191/8/281 +f 190/8/283 191/8/281 1208/7/283 +f 191/8/282 1206/7/279 192/8/279 +f 1206/7/279 191/8/282 194/7/282 +f 192/8/278 1206/7/278 191/8/281 +f 194/7/281 191/8/281 1206/7/278 +f 192/8/279 193/7/280 184/8/280 +f 193/7/280 192/8/279 1206/7/279 +f 184/8/277 193/7/277 192/8/278 +f 1206/7/278 192/8/278 193/7/277 +f 1219/8/532 1218/7/531 1217/8/531 +f 1218/7/531 1219/8/532 1220/7/532 +f 1217/8/534 1218/7/534 1219/8/533 +f 1220/7/533 1219/8/533 1218/7/534 +f 1223/8/535 1222/7/536 1221/7/535 +f 1222/7/536 1223/8/535 1224/8/536 +f 1221/7/537 1222/7/538 1223/8/537 +f 1224/8/538 1223/8/537 1222/7/538 +f 1224/8/536 1225/7/539 1222/7/536 +f 1225/7/539 1224/8/536 1226/8/539 +f 1222/7/538 1225/7/540 1224/8/538 +f 1226/8/540 1224/8/538 1225/7/540 +f 1229/7/542 1228/8/541 1227/7/541 +f 1228/8/541 1229/7/542 1230/8/542 +f 1227/7/544 1228/8/544 1229/7/543 +f 1230/8/543 1229/7/543 1228/8/544 +f 1227/7/541 1223/8/535 1221/7/535 +f 1223/8/535 1227/7/541 1228/8/541 +f 1221/7/537 1223/8/537 1227/7/544 +f 1228/8/544 1227/7/544 1223/8/537 +f 1217/8/531 1225/7/539 1226/8/539 +f 1225/7/539 1217/8/531 1218/7/531 +f 1226/8/540 1225/7/540 1217/8/534 +f 1218/7/534 1217/8/534 1225/7/540 +f 1217/8/81 1230/8/81 1219/8/81 +f 1230/8/81 1217/8/81 1226/8/81 +f 1230/8/81 1226/8/81 1224/8/81 +f 1230/8/81 1224/8/81 1223/8/81 +f 1230/8/81 1223/8/81 1228/8/81 +f 1219/8/82 1230/8/82 1217/8/82 +f 1226/8/82 1217/8/82 1230/8/82 +f 1224/8/82 1226/8/82 1230/8/82 +f 1223/8/82 1224/8/82 1230/8/82 +f 1228/8/82 1223/8/82 1230/8/82 +f 1233/10/545 1232/9/546 1231/9/545 +f 1232/9/546 1233/10/545 1234/10/546 +f 1231/9/547 1232/9/548 1233/10/547 +f 1234/10/548 1233/10/547 1232/9/548 +f 1237/10/547 1236/9/548 1235/9/547 +f 1236/9/548 1237/10/547 1238/10/548 +f 1235/9/545 1236/9/546 1237/10/545 +f 1238/10/546 1237/10/545 1236/9/546 +f 1241/10/550 1240/9/549 1239/10/549 +f 1240/9/549 1241/10/550 1242/9/550 +f 1239/10/552 1240/9/552 1241/10/551 +f 1242/9/551 1241/10/551 1240/9/552 +f 1245/9/552 1244/10/551 1243/9/551 +f 1244/10/551 1245/9/552 1246/10/552 +f 1243/9/550 1244/10/550 1245/9/549 +f 1246/10/549 1245/9/549 1244/10/550 +f 1238/10/548 1245/9/552 1236/9/548 +f 1245/9/552 1238/10/548 1246/10/552 +f 1236/9/546 1245/9/549 1238/10/546 +f 1246/10/549 1238/10/546 1245/9/549 +f 1234/10/546 1240/9/549 1232/9/546 +f 1240/9/549 1234/10/546 1239/10/549 +f 1232/9/548 1240/9/552 1234/10/548 +f 1239/10/552 1234/10/548 1240/9/552 +f 1241/10/550 1235/9/547 1242/9/550 +f 1235/9/547 1241/10/550 1237/10/547 +f 1242/9/551 1235/9/545 1241/10/551 +f 1237/10/545 1241/10/551 1235/9/545 +f 1244/10/551 1231/9/545 1243/9/551 +f 1231/9/545 1244/10/551 1233/10/545 +f 1243/9/550 1231/9/547 1244/10/550 +f 1233/10/547 1244/10/550 1231/9/547 +f 1234/10/553 1241/10/553 1239/10/553 +f 1241/10/553 1234/10/553 1237/10/553 +f 1237/10/553 1234/10/553 1233/10/553 +f 1237/10/553 1233/10/553 1238/10/553 +f 1238/10/553 1233/10/553 1244/10/553 +f 1238/10/553 1244/10/553 1246/10/553 +f 1239/10/554 1241/10/554 1234/10/554 +f 1237/10/554 1234/10/554 1241/10/554 +f 1233/10/554 1234/10/554 1237/10/554 +f 1238/10/554 1233/10/554 1237/10/554 +f 1244/10/554 1233/10/554 1238/10/554 +f 1246/10/554 1244/10/554 1238/10/554 +f 1235/9/554 1240/9/554 1242/9/554 +f 1240/9/554 1235/9/554 1232/9/554 +f 1232/9/554 1235/9/554 1236/9/554 +f 1232/9/554 1236/9/554 1231/9/554 +f 1231/9/554 1236/9/554 1245/9/554 +f 1231/9/554 1245/9/554 1243/9/554 +f 1242/9/553 1240/9/553 1235/9/553 +f 1232/9/553 1235/9/553 1240/9/553 +f 1236/9/553 1235/9/553 1232/9/553 +f 1231/9/553 1236/9/553 1232/9/553 +f 1245/9/553 1236/9/553 1231/9/553 +f 1243/9/553 1245/9/553 1231/9/553 +f 1249/10/555 1248/9/556 1247/9/555 +f 1248/9/556 1249/10/555 1250/10/556 +f 1247/9/557 1248/9/558 1249/10/557 +f 1250/10/558 1249/10/557 1248/9/558 +f 1253/10/557 1252/9/558 1251/9/557 +f 1252/9/558 1253/10/557 1254/10/558 +f 1251/9/555 1252/9/556 1253/10/555 +f 1254/10/556 1253/10/555 1252/9/556 +f 1257/10/560 1256/9/559 1255/10/559 +f 1256/9/559 1257/10/560 1258/9/560 +f 1255/10/562 1256/9/562 1257/10/561 +f 1258/9/561 1257/10/561 1256/9/562 +f 1261/9/562 1260/10/561 1259/9/561 +f 1260/10/561 1261/9/562 1262/10/562 +f 1259/9/560 1260/10/560 1261/9/559 +f 1262/10/559 1261/9/559 1260/10/560 +f 1254/10/558 1261/9/562 1252/9/558 +f 1261/9/562 1254/10/558 1262/10/562 +f 1252/9/556 1261/9/559 1254/10/556 +f 1262/10/559 1254/10/556 1261/9/559 +f 1250/10/556 1256/9/559 1248/9/556 +f 1256/9/559 1250/10/556 1255/10/559 +f 1248/9/558 1256/9/562 1250/10/558 +f 1255/10/562 1250/10/558 1256/9/562 +f 1257/10/560 1251/9/557 1258/9/560 +f 1251/9/557 1257/10/560 1253/10/557 +f 1258/9/561 1251/9/555 1257/10/561 +f 1253/10/555 1257/10/561 1251/9/555 +f 1260/10/561 1247/9/555 1259/9/561 +f 1247/9/555 1260/10/561 1249/10/555 +f 1259/9/560 1247/9/557 1260/10/560 +f 1249/10/557 1260/10/560 1247/9/557 +f 1250/10/285 1257/10/285 1255/10/285 +f 1257/10/285 1250/10/285 1253/10/285 +f 1253/10/285 1250/10/285 1249/10/285 +f 1253/10/285 1249/10/285 1254/10/285 +f 1254/10/285 1249/10/285 1260/10/285 +f 1254/10/285 1260/10/285 1262/10/285 +f 1255/10/286 1257/10/286 1250/10/286 +f 1253/10/286 1250/10/286 1257/10/286 +f 1249/10/286 1250/10/286 1253/10/286 +f 1254/10/286 1249/10/286 1253/10/286 +f 1260/10/286 1249/10/286 1254/10/286 +f 1262/10/286 1260/10/286 1254/10/286 +f 1251/9/286 1256/9/286 1258/9/286 +f 1256/9/286 1251/9/286 1248/9/286 +f 1248/9/286 1251/9/286 1252/9/286 +f 1248/9/286 1252/9/286 1247/9/286 +f 1247/9/286 1252/9/286 1261/9/286 +f 1247/9/286 1261/9/286 1259/9/286 +f 1258/9/285 1256/9/285 1251/9/285 +f 1248/9/285 1251/9/285 1256/9/285 +f 1252/9/285 1251/9/285 1248/9/285 +f 1247/9/285 1252/9/285 1248/9/285 +f 1261/9/285 1252/9/285 1247/9/285 +f 1259/9/285 1261/9/285 1247/9/285 +f 1265/10/555 1264/9/556 1263/9/555 +f 1264/9/556 1265/10/555 1266/10/556 +f 1263/9/557 1264/9/558 1265/10/557 +f 1266/10/558 1265/10/557 1264/9/558 +f 1269/10/557 1268/9/558 1267/9/557 +f 1268/9/558 1269/10/557 1270/10/558 +f 1267/9/555 1268/9/556 1269/10/555 +f 1270/10/556 1269/10/555 1268/9/556 +f 1273/10/560 1272/9/559 1271/10/559 +f 1272/9/559 1273/10/560 1274/9/560 +f 1271/10/562 1272/9/562 1273/10/561 +f 1274/9/561 1273/10/561 1272/9/562 +f 1277/9/562 1276/10/561 1275/9/561 +f 1276/10/561 1277/9/562 1278/10/562 +f 1275/9/560 1276/10/560 1277/9/559 +f 1278/10/559 1277/9/559 1276/10/560 +f 1270/10/558 1277/9/562 1268/9/558 +f 1277/9/562 1270/10/558 1278/10/562 +f 1268/9/556 1277/9/559 1270/10/556 +f 1278/10/559 1270/10/556 1277/9/559 +f 1266/10/556 1272/9/559 1264/9/556 +f 1272/9/559 1266/10/556 1271/10/559 +f 1264/9/558 1272/9/562 1266/10/558 +f 1271/10/562 1266/10/558 1272/9/562 +f 1273/10/560 1267/9/557 1274/9/560 +f 1267/9/557 1273/10/560 1269/10/557 +f 1274/9/561 1267/9/555 1273/10/561 +f 1269/10/555 1273/10/561 1267/9/555 +f 1276/10/561 1263/9/555 1275/9/561 +f 1263/9/555 1276/10/561 1265/10/555 +f 1275/9/560 1263/9/557 1276/10/560 +f 1265/10/557 1276/10/560 1263/9/557 +f 1266/10/285 1273/10/285 1271/10/285 +f 1273/10/285 1266/10/285 1269/10/285 +f 1269/10/285 1266/10/285 1265/10/285 +f 1269/10/285 1265/10/285 1270/10/285 +f 1270/10/285 1265/10/285 1276/10/285 +f 1270/10/285 1276/10/285 1278/10/285 +f 1271/10/286 1273/10/286 1266/10/286 +f 1269/10/286 1266/10/286 1273/10/286 +f 1265/10/286 1266/10/286 1269/10/286 +f 1270/10/286 1265/10/286 1269/10/286 +f 1276/10/286 1265/10/286 1270/10/286 +f 1278/10/286 1276/10/286 1270/10/286 +f 1267/9/286 1272/9/286 1274/9/286 +f 1272/9/286 1267/9/286 1264/9/286 +f 1264/9/286 1267/9/286 1268/9/286 +f 1264/9/286 1268/9/286 1263/9/286 +f 1263/9/286 1268/9/286 1277/9/286 +f 1263/9/286 1277/9/286 1275/9/286 +f 1274/9/285 1272/9/285 1267/9/285 +f 1264/9/285 1267/9/285 1272/9/285 +f 1268/9/285 1267/9/285 1264/9/285 +f 1263/9/285 1268/9/285 1264/9/285 +f 1277/9/285 1268/9/285 1263/9/285 +f 1275/9/285 1277/9/285 1263/9/285 +f 1281/10/563 1280/9/564 1279/9/563 +f 1280/9/564 1281/10/563 1282/10/564 +f 1279/9/565 1280/9/566 1281/10/565 +f 1282/10/566 1281/10/565 1280/9/566 +f 1285/9/565 1284/10/566 1283/9/566 +f 1284/10/566 1285/9/565 1286/10/565 +f 1283/9/564 1284/10/564 1285/9/563 +f 1286/10/563 1285/9/563 1284/10/564 +f 1289/10/568 1288/9/567 1287/10/567 +f 1288/9/567 1289/10/568 1290/9/568 +f 1287/10/570 1288/9/570 1289/10/569 +f 1290/9/569 1289/10/569 1288/9/570 +f 1293/9/570 1292/10/569 1291/9/569 +f 1292/10/569 1293/9/570 1294/10/570 +f 1291/9/568 1292/10/568 1293/9/567 +f 1294/10/567 1293/9/567 1292/10/568 +f 1284/10/566 1293/9/570 1283/9/566 +f 1293/9/570 1284/10/566 1294/10/570 +f 1283/9/564 1293/9/567 1284/10/564 +f 1294/10/567 1284/10/564 1293/9/567 +f 1282/10/564 1288/9/567 1280/9/564 +f 1288/9/567 1282/10/564 1287/10/567 +f 1280/9/566 1288/9/570 1282/10/566 +f 1287/10/570 1282/10/566 1288/9/570 +f 1289/10/568 1285/9/565 1290/9/568 +f 1285/9/565 1289/10/568 1286/10/565 +f 1290/9/569 1285/9/563 1289/10/569 +f 1286/10/563 1289/10/569 1285/9/563 +f 1292/10/569 1279/9/563 1291/9/569 +f 1279/9/563 1292/10/569 1281/10/563 +f 1291/9/568 1279/9/565 1292/10/568 +f 1281/10/565 1292/10/568 1279/9/565 +f 1282/10/571 1289/10/571 1287/10/571 +f 1289/10/571 1282/10/571 1286/10/571 +f 1286/10/571 1282/10/571 1281/10/571 +f 1286/10/571 1281/10/571 1284/10/571 +f 1284/10/571 1281/10/571 1292/10/571 +f 1284/10/571 1292/10/571 1294/10/571 +f 1287/10/572 1289/10/572 1282/10/572 +f 1286/10/572 1282/10/572 1289/10/572 +f 1281/10/572 1282/10/572 1286/10/572 +f 1284/10/572 1281/10/572 1286/10/572 +f 1292/10/572 1281/10/572 1284/10/572 +f 1294/10/572 1292/10/572 1284/10/572 +f 1285/9/572 1288/9/572 1290/9/572 +f 1288/9/572 1285/9/572 1280/9/572 +f 1280/9/572 1285/9/572 1283/9/572 +f 1280/9/572 1283/9/572 1279/9/572 +f 1279/9/572 1283/9/572 1293/9/572 +f 1279/9/572 1293/9/572 1291/9/572 +f 1290/9/571 1288/9/571 1285/9/571 +f 1280/9/571 1285/9/571 1288/9/571 +f 1283/9/571 1285/9/571 1280/9/571 +f 1279/9/571 1283/9/571 1280/9/571 +f 1293/9/571 1283/9/571 1279/9/571 +f 1291/9/571 1293/9/571 1279/9/571 +f 1297/6/96 1296/7/96 1295/6/96 +f 1296/7/96 1297/6/96 1298/7/96 +f 1295/6/95 1296/7/95 1297/6/95 +f 1298/7/95 1297/6/95 1296/7/95 +f 1297/6/84 1299/7/84 1298/7/84 +f 1299/7/84 1297/6/84 1300/6/84 +f 1298/7/83 1299/7/83 1297/6/83 +f 1300/6/83 1297/6/83 1299/7/83 +f 1301/7/295 1295/6/297 1296/7/297 +f 1295/6/297 1301/7/295 1302/6/295 +f 1296/7/298 1295/6/298 1301/7/296 +f 1302/6/296 1301/7/296 1295/6/298 +f 1299/7/292 1304/6/291 1303/7/291 +f 1304/6/291 1299/7/292 1300/6/292 +f 1303/7/294 1304/6/294 1299/7/293 +f 1300/6/293 1299/7/293 1304/6/294 +f 1302/6/81 1297/6/81 1295/6/81 +f 1297/6/81 1302/6/81 1300/6/81 +f 1300/6/81 1302/6/81 1304/6/81 +f 1295/6/82 1297/6/82 1302/6/82 +f 1300/6/82 1302/6/82 1297/6/82 +f 1304/6/82 1302/6/82 1300/6/82 +f 1304/6/291 1301/7/295 1303/7/291 +f 1301/7/295 1304/6/291 1302/6/295 +f 1303/7/294 1301/7/296 1304/6/294 +f 1302/6/296 1304/6/294 1301/7/296 +f 341/8/84 1306/7/84 1305/7/84 +f 1306/7/84 341/8/84 1307/8/84 +f 1305/7/83 1306/7/83 341/8/83 +f 1307/8/83 341/8/83 1306/7/83 +f 341/8/96 1309/7/96 1308/8/96 +f 1309/7/96 341/8/96 1305/7/96 +f 1308/8/95 1309/7/95 341/8/95 +f 1305/7/95 341/8/95 1309/7/95 +f 1310/8/81 341/8/81 1308/8/81 +f 341/8/81 1310/8/81 1307/8/81 +f 1307/8/81 1310/8/81 1311/8/81 +f 1308/8/82 341/8/82 1310/8/82 +f 1307/8/82 1310/8/82 341/8/82 +f 1311/8/82 1310/8/82 1307/8/82 +f 1306/7/82 1309/7/82 1305/7/82 +f 1309/7/82 1306/7/82 1312/7/82 +f 1312/7/82 1306/7/82 1313/7/82 +f 1305/7/81 1309/7/81 1306/7/81 +f 1312/7/81 1306/7/81 1309/7/81 +f 1313/7/81 1306/7/81 1312/7/81 +f 1306/7/292 1311/8/291 1313/7/291 +f 1311/8/291 1306/7/292 1307/8/292 +f 1313/7/294 1311/8/294 1306/7/293 +f 1307/8/293 1306/7/293 1311/8/294 +f 1311/8/291 1312/7/573 1313/7/291 +f 1312/7/573 1311/8/291 1310/8/573 +f 1313/7/294 1312/7/574 1311/8/294 +f 1310/8/574 1311/8/294 1312/7/574 +f 1312/7/573 1308/8/297 1309/7/297 +f 1308/8/297 1312/7/573 1310/8/573 +f 1309/7/298 1308/8/298 1312/7/574 +f 1310/8/574 1312/7/574 1308/8/298 +f 1316/6/299 1315/7/299 1314/6/299 +f 1315/7/299 1316/6/299 1317/7/299 +f 1314/6/300 1315/7/300 1316/6/300 +f 1317/7/300 1316/6/300 1315/7/300 +f 1316/6/301 1318/7/301 1317/7/301 +f 1318/7/301 1316/6/301 1319/6/301 +f 1317/7/302 1318/7/302 1316/6/302 +f 1319/6/302 1316/6/302 1318/7/302 +f 1320/7/307 1314/6/309 1315/7/309 +f 1314/6/309 1320/7/307 1321/6/307 +f 1315/7/310 1314/6/310 1320/7/308 +f 1321/6/308 1320/7/308 1314/6/310 +f 1318/7/304 1323/6/303 1322/7/303 +f 1323/6/303 1318/7/304 1319/6/304 +f 1322/7/306 1323/6/306 1318/7/305 +f 1319/6/305 1318/7/305 1323/6/306 +f 1321/6/81 1316/6/81 1314/6/81 +f 1316/6/81 1321/6/81 1319/6/81 +f 1319/6/81 1321/6/81 1323/6/81 +f 1314/6/82 1316/6/82 1321/6/82 +f 1319/6/82 1321/6/82 1316/6/82 +f 1323/6/82 1321/6/82 1319/6/82 +f 1323/6/303 1320/7/307 1322/7/303 +f 1320/7/307 1323/6/303 1321/6/307 +f 1322/7/306 1320/7/308 1323/6/306 +f 1321/6/308 1323/6/306 1320/7/308 +f 1326/8/301 1325/7/301 1324/7/301 +f 1325/7/301 1326/8/301 1327/8/301 +f 1324/7/302 1325/7/302 1326/8/302 +f 1327/8/302 1326/8/302 1325/7/302 +f 1326/8/299 1329/7/299 1328/8/299 +f 1329/7/299 1326/8/299 1324/7/299 +f 1328/8/300 1329/7/300 1326/8/300 +f 1324/7/300 1326/8/300 1329/7/300 +f 1330/8/81 1326/8/81 1328/8/81 +f 1326/8/81 1330/8/81 1327/8/81 +f 1327/8/81 1330/8/81 1331/8/81 +f 1328/8/82 1326/8/82 1330/8/82 +f 1327/8/82 1330/8/82 1326/8/82 +f 1331/8/82 1330/8/82 1327/8/82 +f 1325/7/82 1329/7/82 1324/7/82 +f 1329/7/82 1325/7/82 1332/7/82 +f 1332/7/82 1325/7/82 1333/7/82 +f 1324/7/81 1329/7/81 1325/7/81 +f 1332/7/81 1325/7/81 1329/7/81 +f 1333/7/81 1325/7/81 1332/7/81 +f 1325/7/304 1331/8/303 1333/7/303 +f 1331/8/303 1325/7/304 1327/8/304 +f 1333/7/306 1331/8/306 1325/7/305 +f 1327/8/305 1325/7/305 1331/8/306 +f 1331/8/303 1332/7/575 1333/7/303 +f 1332/7/575 1331/8/303 1330/8/575 +f 1333/7/306 1332/7/576 1331/8/306 +f 1330/8/576 1331/8/306 1332/7/576 +f 1332/7/575 1328/8/309 1329/7/309 +f 1328/8/309 1332/7/575 1330/8/575 +f 1329/7/310 1328/8/310 1332/7/576 +f 1330/8/576 1332/7/576 1328/8/310 +f 1336/6/299 1335/7/299 1334/6/299 +f 1335/7/299 1336/6/299 1337/7/299 +f 1334/6/300 1335/7/300 1336/6/300 +f 1337/7/300 1336/6/300 1335/7/300 +f 1336/6/301 1338/7/301 1337/7/301 +f 1338/7/301 1336/6/301 1339/6/301 +f 1337/7/302 1338/7/302 1336/6/302 +f 1339/6/302 1336/6/302 1338/7/302 +f 1340/7/307 1334/6/309 1335/7/309 +f 1334/6/309 1340/7/307 1341/6/307 +f 1335/7/310 1334/6/310 1340/7/308 +f 1341/6/308 1340/7/308 1334/6/310 +f 1338/7/304 1343/6/303 1342/7/303 +f 1343/6/303 1338/7/304 1339/6/304 +f 1342/7/306 1343/6/306 1338/7/305 +f 1339/6/305 1338/7/305 1343/6/306 +f 1341/6/81 1336/6/81 1334/6/81 +f 1336/6/81 1341/6/81 1339/6/81 +f 1339/6/81 1341/6/81 1343/6/81 +f 1334/6/82 1336/6/82 1341/6/82 +f 1339/6/82 1341/6/82 1336/6/82 +f 1343/6/82 1341/6/82 1339/6/82 +f 1343/6/303 1340/7/307 1342/7/303 +f 1340/7/307 1343/6/303 1341/6/307 +f 1342/7/306 1340/7/308 1343/6/306 +f 1341/6/308 1343/6/306 1340/7/308 +f 189/8/301 1345/7/301 1344/7/301 +f 1345/7/301 189/8/301 1346/8/301 +f 1344/7/302 1345/7/302 189/8/302 +f 1346/8/302 189/8/302 1345/7/302 +f 189/8/299 1347/7/299 1216/8/299 +f 1347/7/299 189/8/299 1344/7/299 +f 1216/8/300 1347/7/300 189/8/300 +f 1344/7/300 189/8/300 1347/7/300 +f 1348/8/81 189/8/81 1216/8/81 +f 189/8/81 1348/8/81 1346/8/81 +f 1346/8/81 1348/8/81 1349/8/81 +f 1216/8/82 189/8/82 1348/8/82 +f 1346/8/82 1348/8/82 189/8/82 +f 1349/8/82 1348/8/82 1346/8/82 +f 1345/7/82 1347/7/82 1344/7/82 +f 1347/7/82 1345/7/82 1350/7/82 +f 1350/7/82 1345/7/82 1351/7/82 +f 1344/7/81 1347/7/81 1345/7/81 +f 1350/7/81 1345/7/81 1347/7/81 +f 1351/7/81 1345/7/81 1350/7/81 +f 1345/7/304 1349/8/303 1351/7/303 +f 1349/8/303 1345/7/304 1346/8/304 +f 1351/7/306 1349/8/306 1345/7/305 +f 1346/8/305 1345/7/305 1349/8/306 +f 1349/8/303 1350/7/575 1351/7/303 +f 1350/7/575 1349/8/303 1348/8/575 +f 1351/7/306 1350/7/576 1349/8/306 +f 1348/8/576 1349/8/306 1350/7/576 +f 1350/7/575 1216/8/309 1347/7/309 +f 1216/8/309 1350/7/575 1348/8/575 +f 1347/7/310 1216/8/310 1350/7/576 +f 1348/8/576 1350/7/576 1216/8/310 +f 1354/6/311 1353/7/311 1352/6/311 +f 1353/7/311 1354/6/311 924/7/311 +f 1352/6/312 1353/7/312 1354/6/312 +f 924/7/312 1354/6/312 1353/7/312 +f 1354/6/313 1355/7/313 924/7/313 +f 1355/7/313 1354/6/313 1356/6/313 +f 924/7/314 1355/7/314 1354/6/314 +f 1356/6/314 1354/6/314 1355/7/314 +f 1357/7/308 1352/6/310 1353/7/310 +f 1352/6/310 1357/7/308 1358/6/308 +f 1353/7/309 1352/6/309 1357/7/307 +f 1358/6/307 1357/7/307 1352/6/309 +f 1355/7/305 1360/6/306 1359/7/306 +f 1360/6/306 1355/7/305 1356/6/305 +f 1359/7/303 1360/6/303 1355/7/304 +f 1356/6/304 1355/7/304 1360/6/303 +f 1358/6/81 1354/6/81 1352/6/81 +f 1354/6/81 1358/6/81 1356/6/81 +f 1356/6/81 1358/6/81 1360/6/81 +f 1352/6/82 1354/6/82 1358/6/82 +f 1356/6/82 1358/6/82 1354/6/82 +f 1360/6/82 1358/6/82 1356/6/82 +f 1360/6/306 1357/7/308 1359/7/306 +f 1357/7/308 1360/6/306 1358/6/308 +f 1359/7/303 1357/7/307 1360/6/303 +f 1358/6/307 1360/6/303 1357/7/307 +f 433/8/313 1362/7/313 1361/7/313 +f 1362/7/313 433/8/313 1363/8/313 +f 1361/7/314 1362/7/314 433/8/314 +f 1363/8/314 433/8/314 1362/7/314 +f 433/8/311 1365/7/311 1364/8/311 +f 1365/7/311 433/8/311 1361/7/311 +f 1364/8/312 1365/7/312 433/8/312 +f 1361/7/312 433/8/312 1365/7/312 +f 1366/8/81 433/8/81 1364/8/81 +f 433/8/81 1366/8/81 1363/8/81 +f 1363/8/81 1366/8/81 1367/8/81 +f 1364/8/82 433/8/82 1366/8/82 +f 1363/8/82 1366/8/82 433/8/82 +f 1367/8/82 1366/8/82 1363/8/82 +f 1362/7/82 1365/7/82 1361/7/82 +f 1365/7/82 1362/7/82 1368/7/82 +f 1368/7/82 1362/7/82 1369/7/82 +f 1361/7/81 1365/7/81 1362/7/81 +f 1368/7/81 1362/7/81 1365/7/81 +f 1369/7/81 1362/7/81 1368/7/81 +f 1362/7/305 1367/8/306 1369/7/306 +f 1367/8/306 1362/7/305 1363/8/305 +f 1369/7/303 1367/8/303 1362/7/304 +f 1363/8/304 1362/7/304 1367/8/303 +f 1367/8/306 1368/7/576 1369/7/306 +f 1368/7/576 1367/8/306 1366/8/576 +f 1369/7/303 1368/7/575 1367/8/303 +f 1366/8/575 1367/8/303 1368/7/575 +f 1368/7/576 1364/8/310 1365/7/310 +f 1364/8/310 1368/7/576 1366/8/576 +f 1365/7/309 1364/8/309 1368/7/575 +f 1366/8/575 1368/7/575 1364/8/309 +f 1372/6/311 1371/7/311 1370/6/311 +f 1371/7/311 1372/6/311 1373/7/311 +f 1370/6/312 1371/7/312 1372/6/312 +f 1373/7/312 1372/6/312 1371/7/312 +f 1372/6/313 1374/7/313 1373/7/313 +f 1374/7/313 1372/6/313 1375/6/313 +f 1373/7/314 1374/7/314 1372/6/314 +f 1375/6/314 1372/6/314 1374/7/314 +f 1376/7/308 1370/6/310 1371/7/310 +f 1370/6/310 1376/7/308 1377/6/308 +f 1371/7/309 1370/6/309 1376/7/307 +f 1377/6/307 1376/7/307 1370/6/309 +f 1374/7/305 1379/6/306 1378/7/306 +f 1379/6/306 1374/7/305 1375/6/305 +f 1378/7/303 1379/6/303 1374/7/304 +f 1375/6/304 1374/7/304 1379/6/303 +f 1377/6/81 1372/6/81 1370/6/81 +f 1372/6/81 1377/6/81 1375/6/81 +f 1375/6/81 1377/6/81 1379/6/81 +f 1370/6/82 1372/6/82 1377/6/82 +f 1375/6/82 1377/6/82 1372/6/82 +f 1379/6/82 1377/6/82 1375/6/82 +f 1379/6/306 1376/7/308 1378/7/306 +f 1376/7/308 1379/6/306 1377/6/308 +f 1378/7/303 1376/7/307 1379/6/303 +f 1377/6/307 1379/6/303 1376/7/307 +f 428/8/313 1381/7/313 1380/7/313 +f 1381/7/313 428/8/313 1382/8/313 +f 1380/7/314 1381/7/314 428/8/314 +f 1382/8/314 428/8/314 1381/7/314 +f 428/8/311 1384/7/311 1383/8/311 +f 1384/7/311 428/8/311 1380/7/311 +f 1383/8/312 1384/7/312 428/8/312 +f 1380/7/312 428/8/312 1384/7/312 +f 1385/8/81 428/8/81 1383/8/81 +f 428/8/81 1385/8/81 1382/8/81 +f 1382/8/81 1385/8/81 1386/8/81 +f 1383/8/82 428/8/82 1385/8/82 +f 1382/8/82 1385/8/82 428/8/82 +f 1386/8/82 1385/8/82 1382/8/82 +f 1381/7/82 1384/7/82 1380/7/82 +f 1384/7/82 1381/7/82 1387/7/82 +f 1387/7/82 1381/7/82 1388/7/82 +f 1380/7/81 1384/7/81 1381/7/81 +f 1387/7/81 1381/7/81 1384/7/81 +f 1388/7/81 1381/7/81 1387/7/81 +f 1381/7/305 1386/8/306 1388/7/306 +f 1386/8/306 1381/7/305 1382/8/305 +f 1388/7/303 1386/8/303 1381/7/304 +f 1382/8/304 1381/7/304 1386/8/303 +f 1386/8/306 1387/7/576 1388/7/306 +f 1387/7/576 1386/8/306 1385/8/576 +f 1388/7/303 1387/7/575 1386/8/303 +f 1385/8/575 1386/8/303 1387/7/575 +f 1387/7/576 1383/8/310 1384/7/310 +f 1383/8/310 1387/7/576 1385/8/576 +f 1384/7/309 1383/8/309 1387/7/575 +f 1385/8/575 1387/7/575 1383/8/309 +f 1391/8/332 1390/7/577 1389/7/332 +f 1390/7/577 1391/8/332 1392/8/577 +f 1389/7/334 1390/7/578 1391/8/334 +f 1392/8/578 1391/8/334 1390/7/578 +f 1395/8/580 1394/7/579 1393/8/579 +f 1394/7/579 1395/8/580 1396/7/580 +f 1393/8/582 1394/7/582 1395/8/581 +f 1396/7/581 1395/8/581 1394/7/582 +f 1392/8/577 1394/7/579 1390/7/577 +f 1394/7/579 1392/8/577 1393/8/579 +f 1390/7/578 1394/7/582 1392/8/578 +f 1393/8/582 1392/8/578 1394/7/582 +f 1398/8/583 1389/7/332 1397/7/583 +f 1389/7/332 1398/8/583 1391/8/332 +f 1397/7/584 1389/7/334 1398/8/584 +f 1391/8/334 1398/8/584 1389/7/334 +f 1393/8/81 1399/8/81 1395/8/81 +f 1399/8/81 1393/8/81 1392/8/81 +f 1399/8/81 1392/8/81 1391/8/81 +f 1399/8/81 1391/8/81 1398/8/81 +f 1399/8/81 1398/8/81 1400/8/81 +f 1395/8/82 1399/8/82 1393/8/82 +f 1392/8/82 1393/8/82 1399/8/82 +f 1391/8/82 1392/8/82 1399/8/82 +f 1398/8/82 1391/8/82 1399/8/82 +f 1400/8/82 1398/8/82 1399/8/82 +f 1402/7/586 1400/8/585 1401/7/585 +f 1400/8/585 1402/7/586 1399/8/586 +f 1401/7/588 1400/8/588 1402/7/587 +f 1399/8/587 1402/7/587 1400/8/588 +f 1401/7/585 1398/8/583 1397/7/583 +f 1398/8/583 1401/7/585 1400/8/585 +f 1397/7/584 1398/8/584 1401/7/588 +f 1400/8/588 1401/7/588 1398/8/584 +f 292/8/337 1404/7/337 1403/8/337 +f 1404/7/337 292/8/337 669/7/337 +f 1403/8/338 1404/7/338 292/8/338 +f 669/7/338 292/8/338 1404/7/338 +f 1107/8/589 1406/7/332 1405/7/589 +f 1406/7/332 1107/8/589 1407/8/332 +f 1405/7/590 1406/7/334 1107/8/590 +f 1407/8/334 1107/8/590 1406/7/334 +f 292/8/334 1408/7/334 669/7/334 +f 1408/7/334 292/8/334 293/8/334 +f 669/7/332 1408/7/332 292/8/332 +f 293/8/332 292/8/332 1408/7/332 +f 1407/8/332 1404/7/591 1406/7/332 +f 1404/7/591 1407/8/332 1403/8/591 +f 1406/7/334 1404/7/592 1407/8/334 +f 1403/8/592 1407/8/334 1404/7/592 +f 1408/7/82 1404/7/82 669/7/82 +f 1404/7/82 1408/7/82 1406/7/82 +f 1406/7/82 1408/7/82 1405/7/82 +f 669/7/81 1404/7/81 1408/7/81 +f 1406/7/81 1408/7/81 1404/7/81 +f 1405/7/81 1408/7/81 1406/7/81 +f 1403/8/81 293/8/81 292/8/81 +f 293/8/81 1403/8/81 1407/8/81 +f 293/8/81 1407/8/81 1107/8/81 +f 292/8/82 293/8/82 1403/8/82 +f 1407/8/82 1403/8/82 293/8/82 +f 1107/8/82 1407/8/82 293/8/82 +f 1408/7/338 1107/8/338 1405/7/338 +f 1107/8/338 1408/7/338 293/8/338 +f 1405/7/337 1107/8/337 1408/7/337 +f 293/8/337 1408/7/337 1107/8/337 +f 1411/6/81 1410/6/81 1409/6/81 +f 1410/6/81 1411/6/81 1412/6/81 +f 1410/6/81 1412/6/81 1413/6/81 +f 1409/6/82 1410/6/82 1411/6/82 +f 1412/6/82 1411/6/82 1410/6/82 +f 1413/6/82 1412/6/82 1410/6/82 +f 1409/6/334 290/7/334 289/7/334 +f 290/7/334 1409/6/334 1410/6/334 +f 289/7/332 290/7/332 1409/6/332 +f 1410/6/332 1409/6/332 290/7/332 +f 290/7/338 1413/6/338 1414/7/338 +f 1413/6/338 290/7/338 1410/6/338 +f 1414/7/337 1413/6/337 290/7/337 +f 1410/6/337 290/7/337 1413/6/337 +f 1409/6/337 1415/7/337 1411/6/337 +f 1415/7/337 1409/6/337 289/7/337 +f 1411/6/338 1415/7/338 1409/6/338 +f 289/7/338 1409/6/338 1415/7/338 +f 1417/12/333 1416/11/333 1412/6/334 +f 1416/11/333 1418/13/333 1412/6/334 +f 1419/14/333 1417/12/333 1412/6/334 +f 1418/13/333 1420/15/333 1412/6/334 +f 1421/13/333 1420/15/333 1418/13/333 +f 1420/15/333 1422/16/333 1412/6/334 +f 1420/15/333 1421/13/333 1423/15/333 +f 1423/15/333 1421/13/333 1424/16/333 +f 1424/16/333 1421/13/333 1425/17/333 +f 1422/16/333 1426/17/333 1412/6/334 +f 1421/13/333 1427/11/333 1425/17/333 +f 1413/6/333 1419/14/333 1412/6/334 +f 1412/6/334 1426/17/333 1428/7/334 +f 1429/18/333 1428/7/334 1426/17/333 +f 1430/18/333 1428/7/334 1429/18/333 +f 1419/14/333 1413/6/333 1431/14/333 +f 1431/14/333 1413/6/333 1432/12/333 +f 1432/12/333 1413/6/333 1427/11/333 +f 1428/7/334 1430/18/333 1414/7/333 +f 1425/17/333 1414/7/333 1430/18/333 +f 1427/11/333 1414/7/333 1425/17/333 +f 1413/6/333 1414/7/333 1427/11/333 +f 1434/20/336 1433/19/336 1411/6/336 +f 1435/21/336 1434/20/336 1411/6/336 +f 1411/6/336 1433/19/336 1415/7/336 +f 1436/22/336 1415/7/336 1433/19/336 +f 1437/22/336 1415/7/336 1436/22/336 +f 1415/7/336 1437/22/336 1428/7/334 +f 1438/19/336 1428/7/334 1437/22/336 +f 1412/6/334 1435/21/336 1411/6/336 +f 1412/6/334 1428/7/334 1438/19/336 +f 1435/21/336 1412/6/334 1439/21/336 +f 1440/20/336 1412/6/334 1438/19/336 +f 1439/21/336 1412/6/334 1440/20/336 +f 1412/6/332 1416/11/331 1417/12/331 +f 1412/6/332 1417/12/331 1419/14/331 +f 1412/6/332 1418/13/331 1416/11/331 +f 1412/6/332 1419/14/331 1413/6/331 +f 1431/14/331 1413/6/331 1419/14/331 +f 1432/12/331 1413/6/331 1431/14/331 +f 1427/11/331 1413/6/331 1432/12/331 +f 1427/11/331 1414/7/331 1413/6/331 +f 1425/17/331 1414/7/331 1427/11/331 +f 1425/17/331 1427/11/331 1421/13/331 +f 1430/18/331 1414/7/331 1425/17/331 +f 1425/17/331 1421/13/331 1424/16/331 +f 1424/16/331 1421/13/331 1423/15/331 +f 1414/7/331 1430/18/331 1428/7/332 +f 1429/18/331 1428/7/332 1430/18/331 +f 1426/17/331 1428/7/332 1429/18/331 +f 1428/7/332 1426/17/331 1412/6/332 +f 1412/6/332 1426/17/331 1422/16/331 +f 1423/15/331 1421/13/331 1420/15/331 +f 1412/6/332 1422/16/331 1420/15/331 +f 1418/13/331 1420/15/331 1421/13/331 +f 1412/6/332 1420/15/331 1418/13/331 +f 1411/6/335 1433/19/335 1434/20/335 +f 1411/6/335 1434/20/335 1435/21/335 +f 1415/7/335 1433/19/335 1411/6/335 +f 1433/19/335 1415/7/335 1436/22/335 +f 1436/22/335 1415/7/335 1437/22/335 +f 1428/7/332 1437/22/335 1415/7/335 +f 1437/22/335 1428/7/332 1438/19/335 +f 1411/6/335 1435/21/335 1412/6/332 +f 1438/19/335 1428/7/332 1412/6/332 +f 1439/21/335 1412/6/332 1435/21/335 +f 1438/19/335 1412/6/332 1440/20/335 +f 1440/20/335 1412/6/332 1439/21/335 +f 1443/10/593 1442/9/594 1441/9/593 +f 1442/9/594 1443/10/593 1444/10/594 +f 1441/9/595 1442/9/596 1443/10/595 +f 1444/10/596 1443/10/595 1442/9/596 +f 1447/10/595 1446/9/596 1445/9/595 +f 1446/9/596 1447/10/595 1448/10/596 +f 1445/9/593 1446/9/594 1447/10/593 +f 1448/10/594 1447/10/593 1446/9/594 +f 1451/10/598 1450/9/597 1449/10/597 +f 1450/9/597 1451/10/598 1452/9/598 +f 1449/10/600 1450/9/600 1451/10/599 +f 1452/9/599 1451/10/599 1450/9/600 +f 1455/9/600 1454/10/599 1453/9/599 +f 1454/10/599 1455/9/600 1456/10/600 +f 1453/9/598 1454/10/598 1455/9/597 +f 1456/10/597 1455/9/597 1454/10/598 +f 1448/10/596 1455/9/600 1446/9/596 +f 1455/9/600 1448/10/596 1456/10/600 +f 1446/9/594 1455/9/597 1448/10/594 +f 1456/10/597 1448/10/594 1455/9/597 +f 1444/10/594 1450/9/597 1442/9/594 +f 1450/9/597 1444/10/594 1449/10/597 +f 1442/9/596 1450/9/600 1444/10/596 +f 1449/10/600 1444/10/596 1450/9/600 +f 1451/10/598 1445/9/595 1452/9/598 +f 1445/9/595 1451/10/598 1447/10/595 +f 1452/9/599 1445/9/593 1451/10/599 +f 1447/10/593 1451/10/599 1445/9/593 +f 1454/10/599 1441/9/593 1453/9/599 +f 1441/9/593 1454/10/599 1443/10/593 +f 1453/9/598 1441/9/595 1454/10/598 +f 1443/10/595 1454/10/598 1441/9/595 +f 1444/10/601 1451/10/601 1449/10/601 +f 1451/10/601 1444/10/601 1447/10/601 +f 1447/10/601 1444/10/601 1443/10/601 +f 1447/10/601 1443/10/601 1448/10/601 +f 1448/10/601 1443/10/601 1454/10/601 +f 1448/10/601 1454/10/601 1456/10/601 +f 1449/10/602 1451/10/602 1444/10/602 +f 1447/10/602 1444/10/602 1451/10/602 +f 1443/10/602 1444/10/602 1447/10/602 +f 1448/10/602 1443/10/602 1447/10/602 +f 1454/10/602 1443/10/602 1448/10/602 +f 1456/10/602 1454/10/602 1448/10/602 +f 1445/9/602 1450/9/602 1452/9/602 +f 1450/9/602 1445/9/602 1442/9/602 +f 1442/9/602 1445/9/602 1446/9/602 +f 1442/9/602 1446/9/602 1441/9/602 +f 1441/9/602 1446/9/602 1455/9/602 +f 1441/9/602 1455/9/602 1453/9/602 +f 1452/9/601 1450/9/601 1445/9/601 +f 1442/9/601 1445/9/601 1450/9/601 +f 1446/9/601 1445/9/601 1442/9/601 +f 1441/9/601 1446/9/601 1442/9/601 +f 1455/9/601 1446/9/601 1441/9/601 +f 1453/9/601 1455/9/601 1441/9/601 +f 1459/10/603 1458/9/604 1457/9/603 +f 1458/9/604 1459/10/603 1460/10/604 +f 1457/9/605 1458/9/606 1459/10/605 +f 1460/10/606 1459/10/605 1458/9/606 +f 1463/10/605 1462/9/606 1461/9/605 +f 1462/9/606 1463/10/605 1464/10/606 +f 1461/9/603 1462/9/604 1463/10/603 +f 1464/10/604 1463/10/603 1462/9/604 +f 1467/10/608 1466/9/607 1465/10/607 +f 1466/9/607 1467/10/608 1468/9/608 +f 1465/10/610 1466/9/610 1467/10/609 +f 1468/9/609 1467/10/609 1466/9/610 +f 1471/9/610 1470/10/609 1469/9/609 +f 1470/10/609 1471/9/610 1472/10/610 +f 1469/9/608 1470/10/608 1471/9/607 +f 1472/10/607 1471/9/607 1470/10/608 +f 1464/10/606 1471/9/610 1462/9/606 +f 1471/9/610 1464/10/606 1472/10/610 +f 1462/9/604 1471/9/607 1464/10/604 +f 1472/10/607 1464/10/604 1471/9/607 +f 1460/10/604 1466/9/607 1458/9/604 +f 1466/9/607 1460/10/604 1465/10/607 +f 1458/9/606 1466/9/610 1460/10/606 +f 1465/10/610 1460/10/606 1466/9/610 +f 1467/10/608 1461/9/605 1468/9/608 +f 1461/9/605 1467/10/608 1463/10/605 +f 1468/9/609 1461/9/603 1467/10/609 +f 1463/10/603 1467/10/609 1461/9/603 +f 1470/10/609 1457/9/603 1469/9/609 +f 1457/9/603 1470/10/609 1459/10/603 +f 1469/9/608 1457/9/605 1470/10/608 +f 1459/10/605 1470/10/608 1457/9/605 +f 1460/10/611 1467/10/611 1465/10/611 +f 1467/10/611 1460/10/611 1463/10/611 +f 1463/10/611 1460/10/611 1459/10/611 +f 1463/10/611 1459/10/611 1464/10/611 +f 1464/10/611 1459/10/611 1470/10/611 +f 1464/10/611 1470/10/611 1472/10/611 +f 1465/10/612 1467/10/612 1460/10/612 +f 1463/10/612 1460/10/612 1467/10/612 +f 1459/10/612 1460/10/612 1463/10/612 +f 1464/10/612 1459/10/612 1463/10/612 +f 1470/10/612 1459/10/612 1464/10/612 +f 1472/10/612 1470/10/612 1464/10/612 +f 1461/9/612 1466/9/612 1468/9/612 +f 1466/9/612 1461/9/612 1458/9/612 +f 1458/9/612 1461/9/612 1462/9/612 +f 1458/9/612 1462/9/612 1457/9/612 +f 1457/9/612 1462/9/612 1471/9/612 +f 1457/9/612 1471/9/612 1469/9/612 +f 1468/9/611 1466/9/611 1461/9/611 +f 1458/9/611 1461/9/611 1466/9/611 +f 1462/9/611 1461/9/611 1458/9/611 +f 1457/9/611 1462/9/611 1458/9/611 +f 1471/9/611 1462/9/611 1457/9/611 +f 1469/9/611 1471/9/611 1457/9/611 +f 1474/9/603 1473/10/604 1429/9/604 +f 1473/10/604 1474/9/603 1475/10/603 +f 1429/9/606 1473/10/606 1474/9/605 +f 1475/10/605 1474/9/605 1473/10/606 +f 1477/10/605 1476/9/606 1420/9/605 +f 1476/9/606 1477/10/605 1478/10/606 +f 1420/9/603 1476/9/604 1477/10/603 +f 1478/10/604 1477/10/603 1476/9/604 +f 1481/10/608 1480/9/607 1479/10/607 +f 1480/9/607 1481/10/608 1482/9/608 +f 1479/10/610 1480/9/610 1481/10/609 +f 1482/9/609 1481/10/609 1480/9/610 +f 1424/9/610 1483/10/609 1425/9/609 +f 1483/10/609 1424/9/610 1484/10/610 +f 1425/9/608 1483/10/608 1424/9/607 +f 1484/10/607 1424/9/607 1483/10/608 +f 1476/9/606 1484/10/610 1424/9/610 +f 1484/10/610 1476/9/606 1478/10/606 +f 1424/9/607 1484/10/607 1476/9/604 +f 1478/10/604 1476/9/604 1484/10/607 +f 1473/10/604 1480/9/607 1429/9/604 +f 1480/9/607 1473/10/604 1479/10/607 +f 1429/9/606 1480/9/610 1473/10/606 +f 1479/10/610 1473/10/606 1480/9/610 +f 1482/9/608 1477/10/605 1420/9/605 +f 1477/10/605 1482/9/608 1481/10/608 +f 1420/9/603 1477/10/603 1482/9/609 +f 1481/10/609 1482/9/609 1477/10/603 +f 1483/10/609 1474/9/603 1425/9/609 +f 1474/9/603 1483/10/609 1475/10/603 +f 1425/9/608 1474/9/605 1483/10/608 +f 1475/10/605 1483/10/608 1474/9/605 +f 1473/10/611 1481/10/611 1479/10/611 +f 1481/10/611 1473/10/611 1477/10/611 +f 1477/10/611 1473/10/611 1475/10/611 +f 1477/10/611 1475/10/611 1478/10/611 +f 1478/10/611 1475/10/611 1483/10/611 +f 1478/10/611 1483/10/611 1484/10/611 +f 1479/10/612 1481/10/612 1473/10/612 +f 1477/10/612 1473/10/612 1481/10/612 +f 1475/10/612 1473/10/612 1477/10/612 +f 1478/10/612 1475/10/612 1477/10/612 +f 1483/10/612 1475/10/612 1478/10/612 +f 1484/10/612 1483/10/612 1478/10/612 +f 1420/9/612 1480/9/612 1482/9/612 +f 1480/9/612 1420/9/612 1429/9/612 +f 1429/9/612 1420/9/612 1476/9/612 +f 1429/9/612 1476/9/612 1474/9/612 +f 1474/9/612 1476/9/612 1424/9/612 +f 1474/9/612 1424/9/612 1425/9/612 +f 1482/9/611 1480/9/611 1420/9/611 +f 1429/9/611 1420/9/611 1480/9/611 +f 1476/9/611 1420/9/611 1429/9/611 +f 1474/9/611 1476/9/611 1429/9/611 +f 1424/9/611 1476/9/611 1474/9/611 +f 1425/9/611 1424/9/611 1474/9/611 +f 1487/8/314 1486/7/578 1485/7/314 +f 1486/7/578 1487/8/314 1488/8/578 +f 1485/7/313 1486/7/577 1487/8/313 +f 1488/8/577 1487/8/313 1486/7/577 +f 1491/8/581 1490/7/582 1489/8/582 +f 1490/7/582 1491/8/581 1492/7/581 +f 1489/8/579 1490/7/579 1491/8/580 +f 1492/7/580 1491/8/580 1490/7/579 +f 1488/8/578 1490/7/582 1486/7/578 +f 1490/7/582 1488/8/578 1489/8/582 +f 1486/7/577 1490/7/579 1488/8/577 +f 1489/8/579 1488/8/577 1490/7/579 +f 1494/8/584 1485/7/314 1493/7/584 +f 1485/7/314 1494/8/584 1487/8/314 +f 1493/7/583 1485/7/313 1494/8/583 +f 1487/8/313 1494/8/583 1485/7/313 +f 1489/8/81 1495/8/81 1491/8/81 +f 1495/8/81 1489/8/81 1488/8/81 +f 1495/8/81 1488/8/81 1487/8/81 +f 1495/8/81 1487/8/81 1494/8/81 +f 1495/8/81 1494/8/81 1496/8/81 +f 1491/8/82 1495/8/82 1489/8/82 +f 1488/8/82 1489/8/82 1495/8/82 +f 1487/8/82 1488/8/82 1495/8/82 +f 1494/8/82 1487/8/82 1495/8/82 +f 1496/8/82 1494/8/82 1495/8/82 +f 1498/7/587 1496/8/588 1497/7/588 +f 1496/8/588 1498/7/587 1495/8/587 +f 1497/7/585 1496/8/585 1498/7/586 +f 1495/8/586 1498/7/586 1496/8/585 +f 1497/7/588 1494/8/584 1493/7/584 +f 1494/8/584 1497/7/588 1496/8/588 +f 1493/7/583 1494/8/583 1497/7/585 +f 1496/8/585 1497/7/585 1494/8/583 +f 341/8/311 1499/7/311 1307/8/311 +f 1499/7/311 341/8/311 1500/7/311 +f 1307/8/312 1499/7/312 341/8/312 +f 1500/7/312 341/8/312 1499/7/312 +f 1002/8/590 1502/7/314 1501/7/590 +f 1502/7/314 1002/8/590 1503/8/314 +f 1501/7/589 1502/7/313 1002/8/589 +f 1503/8/313 1002/8/589 1502/7/313 +f 341/8/313 1504/7/313 1500/7/313 +f 1504/7/313 341/8/313 52/8/313 +f 1500/7/314 1504/7/314 341/8/314 +f 52/8/314 341/8/314 1504/7/314 +f 1503/8/314 1499/7/592 1502/7/314 +f 1499/7/592 1503/8/314 1307/8/592 +f 1502/7/313 1499/7/591 1503/8/313 +f 1307/8/591 1503/8/313 1499/7/591 +f 1504/7/82 1499/7/82 1500/7/82 +f 1499/7/82 1504/7/82 1502/7/82 +f 1502/7/82 1504/7/82 1501/7/82 +f 1500/7/81 1499/7/81 1504/7/81 +f 1502/7/81 1504/7/81 1499/7/81 +f 1501/7/81 1504/7/81 1502/7/81 +f 1307/8/81 52/8/81 341/8/81 +f 52/8/81 1307/8/81 1503/8/81 +f 52/8/81 1503/8/81 1002/8/81 +f 341/8/82 52/8/82 1307/8/82 +f 1503/8/82 1307/8/82 52/8/82 +f 1002/8/82 1503/8/82 52/8/82 +f 1504/7/312 1002/8/312 1501/7/312 +f 1002/8/312 1504/7/312 52/8/312 +f 1501/7/311 1002/8/311 1504/7/311 +f 52/8/311 1504/7/311 1002/8/311 +f 1506/6/81 980/6/81 1505/6/81 +f 980/6/81 1506/6/81 1507/6/81 +f 980/6/81 1507/6/81 1508/6/81 +f 1505/6/82 980/6/82 1506/6/82 +f 1507/6/82 1506/6/82 980/6/82 +f 1508/6/82 1507/6/82 980/6/82 +f 1505/6/313 41/7/313 339/7/313 +f 41/7/313 1505/6/313 980/6/313 +f 339/7/314 41/7/314 1505/6/314 +f 980/6/314 1505/6/314 41/7/314 +f 41/7/312 1508/6/312 1509/7/312 +f 1508/6/312 41/7/312 980/6/312 +f 1509/7/311 1508/6/311 41/7/311 +f 980/6/311 41/7/311 1508/6/311 +f 1505/6/311 1510/7/311 1506/6/311 +f 1510/7/311 1505/6/311 339/7/311 +f 1506/6/312 1510/7/312 1505/6/312 +f 339/7/312 1505/6/312 1510/7/312 +f 1512/12/331 1511/11/331 1507/6/313 +f 1511/11/331 1513/13/331 1507/6/313 +f 1514/14/331 1512/12/331 1507/6/313 +f 1513/13/331 1515/15/331 1507/6/313 +f 1516/13/331 1515/15/331 1513/13/331 +f 1515/15/331 1517/16/331 1507/6/313 +f 1515/15/331 1516/13/331 1518/15/331 +f 1518/15/331 1516/13/331 1519/16/331 +f 1519/16/331 1516/13/331 1520/17/331 +f 1517/16/331 1521/17/331 1507/6/313 +f 1516/13/331 1522/11/331 1520/17/331 +f 1508/6/331 1514/14/331 1507/6/313 +f 1507/6/313 1521/17/331 1523/7/313 +f 1524/18/331 1523/7/313 1521/17/331 +f 1525/18/331 1523/7/313 1524/18/331 +f 1514/14/331 1508/6/331 1526/14/331 +f 1526/14/331 1508/6/331 1527/12/331 +f 1527/12/331 1508/6/331 1522/11/331 +f 1523/7/313 1525/18/331 1509/7/331 +f 1520/17/331 1509/7/331 1525/18/331 +f 1522/11/331 1509/7/331 1520/17/331 +f 1508/6/331 1509/7/331 1522/11/331 +f 1529/20/335 1528/19/335 1506/6/335 +f 1530/21/335 1529/20/335 1506/6/335 +f 1506/6/335 1528/19/335 1510/7/335 +f 1531/22/335 1510/7/335 1528/19/335 +f 1532/22/335 1510/7/335 1531/22/335 +f 1510/7/335 1532/22/335 1523/7/313 +f 1533/19/335 1523/7/313 1532/22/335 +f 1507/6/313 1530/21/335 1506/6/335 +f 1507/6/313 1523/7/313 1533/19/335 +f 1530/21/335 1507/6/313 1534/21/335 +f 1535/20/335 1507/6/313 1533/19/335 +f 1534/21/335 1507/6/313 1535/20/335 +f 1507/6/314 1511/11/333 1512/12/333 +f 1507/6/314 1512/12/333 1514/14/333 +f 1507/6/314 1513/13/333 1511/11/333 +f 1507/6/314 1514/14/333 1508/6/333 +f 1526/14/333 1508/6/333 1514/14/333 +f 1527/12/333 1508/6/333 1526/14/333 +f 1522/11/333 1508/6/333 1527/12/333 +f 1522/11/333 1509/7/333 1508/6/333 +f 1520/17/333 1509/7/333 1522/11/333 +f 1520/17/333 1522/11/333 1516/13/333 +f 1525/18/333 1509/7/333 1520/17/333 +f 1520/17/333 1516/13/333 1519/16/333 +f 1519/16/333 1516/13/333 1518/15/333 +f 1509/7/333 1525/18/333 1523/7/314 +f 1524/18/333 1523/7/314 1525/18/333 +f 1521/17/333 1523/7/314 1524/18/333 +f 1523/7/314 1521/17/333 1507/6/314 +f 1507/6/314 1521/17/333 1517/16/333 +f 1518/15/333 1516/13/333 1515/15/333 +f 1507/6/314 1517/16/333 1515/15/333 +f 1513/13/333 1515/15/333 1516/13/333 +f 1507/6/314 1515/15/333 1513/13/333 +f 1506/6/336 1528/19/336 1529/20/336 +f 1506/6/336 1529/20/336 1530/21/336 +f 1510/7/336 1528/19/336 1506/6/336 +f 1528/19/336 1510/7/336 1531/22/336 +f 1531/22/336 1510/7/336 1532/22/336 +f 1523/7/314 1532/22/336 1510/7/336 +f 1532/22/336 1523/7/314 1533/19/336 +f 1506/6/336 1530/21/336 1507/6/314 +f 1533/19/336 1523/7/314 1507/6/314 +f 1534/21/336 1507/6/314 1530/21/336 +f 1533/19/336 1507/6/314 1535/20/336 +f 1535/20/336 1507/6/314 1534/21/336 +f 1538/10/613 1537/9/614 1536/9/613 +f 1537/9/614 1538/10/613 1539/10/614 +f 1536/9/615 1537/9/616 1538/10/615 +f 1539/10/616 1538/10/615 1537/9/616 +f 1542/10/615 1541/9/616 1540/9/615 +f 1541/9/616 1542/10/615 1543/10/616 +f 1540/9/613 1541/9/614 1542/10/613 +f 1543/10/614 1542/10/613 1541/9/614 +f 1546/10/618 1545/9/617 1544/10/617 +f 1545/9/617 1546/10/618 1547/9/618 +f 1544/10/620 1545/9/620 1546/10/619 +f 1547/9/619 1546/10/619 1545/9/620 +f 1550/9/620 1549/10/619 1548/9/619 +f 1549/10/619 1550/9/620 1551/10/620 +f 1548/9/618 1549/10/618 1550/9/617 +f 1551/10/617 1550/9/617 1549/10/618 +f 1543/10/616 1550/9/620 1541/9/616 +f 1550/9/620 1543/10/616 1551/10/620 +f 1541/9/614 1550/9/617 1543/10/614 +f 1551/10/617 1543/10/614 1550/9/617 +f 1539/10/614 1545/9/617 1537/9/614 +f 1545/9/617 1539/10/614 1544/10/617 +f 1537/9/616 1545/9/620 1539/10/616 +f 1544/10/620 1539/10/616 1545/9/620 +f 1546/10/618 1540/9/615 1547/9/618 +f 1540/9/615 1546/10/618 1542/10/615 +f 1547/9/619 1540/9/613 1546/10/619 +f 1542/10/613 1546/10/619 1540/9/613 +f 1549/10/619 1536/9/613 1548/9/619 +f 1536/9/613 1549/10/619 1538/10/613 +f 1548/9/618 1536/9/615 1549/10/618 +f 1538/10/615 1549/10/618 1536/9/615 +f 1539/10/621 1546/10/621 1544/10/621 +f 1546/10/621 1539/10/621 1542/10/621 +f 1542/10/621 1539/10/621 1538/10/621 +f 1542/10/621 1538/10/621 1543/10/621 +f 1543/10/621 1538/10/621 1549/10/621 +f 1543/10/621 1549/10/621 1551/10/621 +f 1544/10/622 1546/10/622 1539/10/622 +f 1542/10/622 1539/10/622 1546/10/622 +f 1538/10/622 1539/10/622 1542/10/622 +f 1543/10/622 1538/10/622 1542/10/622 +f 1549/10/622 1538/10/622 1543/10/622 +f 1551/10/622 1549/10/622 1543/10/622 +f 1540/9/622 1545/9/622 1547/9/622 +f 1545/9/622 1540/9/622 1537/9/622 +f 1537/9/622 1540/9/622 1541/9/622 +f 1537/9/622 1541/9/622 1536/9/622 +f 1536/9/622 1541/9/622 1550/9/622 +f 1536/9/622 1550/9/622 1548/9/622 +f 1547/9/621 1545/9/621 1540/9/621 +f 1537/9/621 1540/9/621 1545/9/621 +f 1541/9/621 1540/9/621 1537/9/621 +f 1536/9/621 1541/9/621 1537/9/621 +f 1550/9/621 1541/9/621 1536/9/621 +f 1548/9/621 1550/9/621 1536/9/621 +f 1554/10/623 1553/9/624 1552/9/623 +f 1553/9/624 1554/10/623 1555/10/624 +f 1552/9/625 1553/9/626 1554/10/625 +f 1555/10/626 1554/10/625 1553/9/626 +f 1558/10/625 1557/9/626 1556/9/625 +f 1557/9/626 1558/10/625 1559/10/626 +f 1556/9/623 1557/9/624 1558/10/623 +f 1559/10/624 1558/10/623 1557/9/624 +f 1562/10/628 1561/9/627 1560/10/627 +f 1561/9/627 1562/10/628 1563/9/628 +f 1560/10/630 1561/9/630 1562/10/629 +f 1563/9/629 1562/10/629 1561/9/630 +f 1566/9/630 1565/10/629 1564/9/629 +f 1565/10/629 1566/9/630 1567/10/630 +f 1564/9/628 1565/10/628 1566/9/627 +f 1567/10/627 1566/9/627 1565/10/628 +f 1559/10/626 1566/9/630 1557/9/626 +f 1566/9/630 1559/10/626 1567/10/630 +f 1557/9/624 1566/9/627 1559/10/624 +f 1567/10/627 1559/10/624 1566/9/627 +f 1555/10/624 1561/9/627 1553/9/624 +f 1561/9/627 1555/10/624 1560/10/627 +f 1553/9/626 1561/9/630 1555/10/626 +f 1560/10/630 1555/10/626 1561/9/630 +f 1562/10/628 1556/9/625 1563/9/628 +f 1556/9/625 1562/10/628 1558/10/625 +f 1563/9/629 1556/9/623 1562/10/629 +f 1558/10/623 1562/10/629 1556/9/623 +f 1565/10/629 1552/9/623 1564/9/629 +f 1552/9/623 1565/10/629 1554/10/623 +f 1564/9/628 1552/9/625 1565/10/628 +f 1554/10/625 1565/10/628 1552/9/625 +f 1555/10/631 1562/10/631 1560/10/631 +f 1562/10/631 1555/10/631 1558/10/631 +f 1558/10/631 1555/10/631 1554/10/631 +f 1558/10/631 1554/10/631 1559/10/631 +f 1559/10/631 1554/10/631 1565/10/631 +f 1559/10/631 1565/10/631 1567/10/631 +f 1560/10/632 1562/10/632 1555/10/632 +f 1558/10/632 1555/10/632 1562/10/632 +f 1554/10/632 1555/10/632 1558/10/632 +f 1559/10/632 1554/10/632 1558/10/632 +f 1565/10/632 1554/10/632 1559/10/632 +f 1567/10/632 1565/10/632 1559/10/632 +f 1556/9/632 1561/9/632 1563/9/632 +f 1561/9/632 1556/9/632 1553/9/632 +f 1553/9/632 1556/9/632 1557/9/632 +f 1553/9/632 1557/9/632 1552/9/632 +f 1552/9/632 1557/9/632 1566/9/632 +f 1552/9/632 1566/9/632 1564/9/632 +f 1563/9/631 1561/9/631 1556/9/631 +f 1553/9/631 1556/9/631 1561/9/631 +f 1557/9/631 1556/9/631 1553/9/631 +f 1552/9/631 1557/9/631 1553/9/631 +f 1566/9/631 1557/9/631 1552/9/631 +f 1564/9/631 1566/9/631 1552/9/631 +f 1569/9/623 1568/10/624 1524/9/624 +f 1568/10/624 1569/9/623 1570/10/623 +f 1524/9/626 1568/10/626 1569/9/625 +f 1570/10/625 1569/9/625 1568/10/626 +f 1572/10/625 1571/9/626 1515/9/625 +f 1571/9/626 1572/10/625 1573/10/626 +f 1515/9/623 1571/9/624 1572/10/623 +f 1573/10/624 1572/10/623 1571/9/624 +f 1576/10/628 1575/9/627 1574/10/627 +f 1575/9/627 1576/10/628 1577/9/628 +f 1574/10/630 1575/9/630 1576/10/629 +f 1577/9/629 1576/10/629 1575/9/630 +f 1519/9/630 1578/10/629 1520/9/629 +f 1578/10/629 1519/9/630 1579/10/630 +f 1520/9/628 1578/10/628 1519/9/627 +f 1579/10/627 1519/9/627 1578/10/628 +f 1571/9/626 1579/10/630 1519/9/630 +f 1579/10/630 1571/9/626 1573/10/626 +f 1519/9/627 1579/10/627 1571/9/624 +f 1573/10/624 1571/9/624 1579/10/627 +f 1568/10/624 1575/9/627 1524/9/624 +f 1575/9/627 1568/10/624 1574/10/627 +f 1524/9/626 1575/9/630 1568/10/626 +f 1574/10/630 1568/10/626 1575/9/630 +f 1577/9/628 1572/10/625 1515/9/625 +f 1572/10/625 1577/9/628 1576/10/628 +f 1515/9/623 1572/10/623 1577/9/629 +f 1576/10/629 1577/9/629 1572/10/623 +f 1578/10/629 1569/9/623 1520/9/629 +f 1569/9/623 1578/10/629 1570/10/623 +f 1520/9/628 1569/9/625 1578/10/628 +f 1570/10/625 1578/10/628 1569/9/625 +f 1568/10/631 1576/10/631 1574/10/631 +f 1576/10/631 1568/10/631 1572/10/631 +f 1572/10/631 1568/10/631 1570/10/631 +f 1572/10/631 1570/10/631 1573/10/631 +f 1573/10/631 1570/10/631 1578/10/631 +f 1573/10/631 1578/10/631 1579/10/631 +f 1574/10/632 1576/10/632 1568/10/632 +f 1572/10/632 1568/10/632 1576/10/632 +f 1570/10/632 1568/10/632 1572/10/632 +f 1573/10/632 1570/10/632 1572/10/632 +f 1578/10/632 1570/10/632 1573/10/632 +f 1579/10/632 1578/10/632 1573/10/632 +f 1515/9/632 1575/9/632 1577/9/632 +f 1575/9/632 1515/9/632 1524/9/632 +f 1524/9/632 1515/9/632 1571/9/632 +f 1524/9/632 1571/9/632 1569/9/632 +f 1569/9/632 1571/9/632 1519/9/632 +f 1569/9/632 1519/9/632 1520/9/632 +f 1577/9/631 1575/9/631 1515/9/631 +f 1524/9/631 1515/9/631 1575/9/631 +f 1571/9/631 1515/9/631 1524/9/631 +f 1569/9/631 1571/9/631 1524/9/631 +f 1519/9/631 1571/9/631 1569/9/631 +f 1520/9/631 1519/9/631 1569/9/631 +f 1582/6/299 1581/7/299 1580/6/299 +f 1581/7/299 1582/6/299 1583/7/299 +f 1580/6/300 1581/7/300 1582/6/300 +f 1583/7/300 1582/6/300 1581/7/300 +f 1582/6/301 1584/7/301 1583/7/301 +f 1584/7/301 1582/6/301 1585/6/301 +f 1583/7/302 1584/7/302 1582/6/302 +f 1585/6/302 1582/6/302 1584/7/302 +f 1586/7/307 1580/6/309 1581/7/309 +f 1580/6/309 1586/7/307 1587/6/307 +f 1581/7/310 1580/6/310 1586/7/308 +f 1587/6/308 1586/7/308 1580/6/310 +f 1584/7/304 1589/6/303 1588/7/303 +f 1589/6/303 1584/7/304 1585/6/304 +f 1588/7/306 1589/6/306 1584/7/305 +f 1585/6/305 1584/7/305 1589/6/306 +f 1587/6/81 1582/6/81 1580/6/81 +f 1582/6/81 1587/6/81 1585/6/81 +f 1585/6/81 1587/6/81 1589/6/81 +f 1580/6/82 1582/6/82 1587/6/82 +f 1585/6/82 1587/6/82 1582/6/82 +f 1589/6/82 1587/6/82 1585/6/82 +f 1589/6/303 1586/7/307 1588/7/303 +f 1586/7/307 1589/6/303 1587/6/307 +f 1588/7/306 1586/7/308 1589/6/306 +f 1587/6/308 1589/6/306 1586/7/308 +f 1592/8/301 1591/7/301 1590/7/301 +f 1591/7/301 1592/8/301 1593/8/301 +f 1590/7/302 1591/7/302 1592/8/302 +f 1593/8/302 1592/8/302 1591/7/302 +f 1592/8/299 1595/7/299 1594/8/299 +f 1595/7/299 1592/8/299 1590/7/299 +f 1594/8/300 1595/7/300 1592/8/300 +f 1590/7/300 1592/8/300 1595/7/300 +f 1596/8/81 1592/8/81 1594/8/81 +f 1592/8/81 1596/8/81 1593/8/81 +f 1593/8/81 1596/8/81 1597/8/81 +f 1594/8/82 1592/8/82 1596/8/82 +f 1593/8/82 1596/8/82 1592/8/82 +f 1597/8/82 1596/8/82 1593/8/82 +f 1591/7/82 1595/7/82 1590/7/82 +f 1595/7/82 1591/7/82 1598/7/82 +f 1598/7/82 1591/7/82 1599/7/82 +f 1590/7/81 1595/7/81 1591/7/81 +f 1598/7/81 1591/7/81 1595/7/81 +f 1599/7/81 1591/7/81 1598/7/81 +f 1591/7/304 1597/8/303 1599/7/303 +f 1597/8/303 1591/7/304 1593/8/304 +f 1599/7/306 1597/8/306 1591/7/305 +f 1593/8/305 1591/7/305 1597/8/306 +f 1597/8/303 1598/7/575 1599/7/303 +f 1598/7/575 1597/8/303 1596/8/575 +f 1599/7/306 1598/7/576 1597/8/306 +f 1596/8/576 1597/8/306 1598/7/576 +f 1598/7/575 1594/8/309 1595/7/309 +f 1594/8/309 1598/7/575 1596/8/575 +f 1595/7/310 1594/8/310 1598/7/576 +f 1596/8/576 1598/7/576 1594/8/310 +f 1602/6/96 1601/7/96 1600/6/96 +f 1601/7/96 1602/6/96 1603/7/96 +f 1600/6/95 1601/7/95 1602/6/95 +f 1603/7/95 1602/6/95 1601/7/95 +f 1602/6/84 1604/7/84 1603/7/84 +f 1604/7/84 1602/6/84 1605/6/84 +f 1603/7/83 1604/7/83 1602/6/83 +f 1605/6/83 1602/6/83 1604/7/83 +f 1606/7/295 1600/6/297 1601/7/297 +f 1600/6/297 1606/7/295 1607/6/295 +f 1601/7/298 1600/6/298 1606/7/296 +f 1607/6/296 1606/7/296 1600/6/298 +f 1604/7/292 1609/6/291 1608/7/291 +f 1609/6/291 1604/7/292 1605/6/292 +f 1608/7/294 1609/6/294 1604/7/293 +f 1605/6/293 1604/7/293 1609/6/294 +f 1607/6/81 1602/6/81 1600/6/81 +f 1602/6/81 1607/6/81 1605/6/81 +f 1605/6/81 1607/6/81 1609/6/81 +f 1600/6/82 1602/6/82 1607/6/82 +f 1605/6/82 1607/6/82 1602/6/82 +f 1609/6/82 1607/6/82 1605/6/82 +f 1609/6/291 1606/7/295 1608/7/291 +f 1606/7/295 1609/6/291 1607/6/295 +f 1608/7/294 1606/7/296 1609/6/294 +f 1607/6/296 1609/6/294 1606/7/296 +f 1612/8/84 1611/7/84 1610/7/84 +f 1611/7/84 1612/8/84 1613/8/84 +f 1610/7/83 1611/7/83 1612/8/83 +f 1613/8/83 1612/8/83 1611/7/83 +f 1612/8/96 1615/7/96 1614/8/96 +f 1615/7/96 1612/8/96 1610/7/96 +f 1614/8/95 1615/7/95 1612/8/95 +f 1610/7/95 1612/8/95 1615/7/95 +f 1616/8/81 1612/8/81 1614/8/81 +f 1612/8/81 1616/8/81 1613/8/81 +f 1613/8/81 1616/8/81 1617/8/81 +f 1614/8/82 1612/8/82 1616/8/82 +f 1613/8/82 1616/8/82 1612/8/82 +f 1617/8/82 1616/8/82 1613/8/82 +f 1611/7/82 1615/7/82 1610/7/82 +f 1615/7/82 1611/7/82 1618/7/82 +f 1618/7/82 1611/7/82 1619/7/82 +f 1610/7/81 1615/7/81 1611/7/81 +f 1618/7/81 1611/7/81 1615/7/81 +f 1619/7/81 1611/7/81 1618/7/81 +f 1611/7/292 1617/8/291 1619/7/291 +f 1617/8/291 1611/7/292 1613/8/292 +f 1619/7/294 1617/8/294 1611/7/293 +f 1613/8/293 1611/7/293 1617/8/294 +f 1617/8/291 1618/7/573 1619/7/291 +f 1618/7/573 1617/8/291 1616/8/573 +f 1619/7/294 1618/7/574 1617/8/294 +f 1616/8/574 1617/8/294 1618/7/574 +f 1618/7/573 1614/8/297 1615/7/297 +f 1614/8/297 1618/7/573 1616/8/573 +f 1615/7/298 1614/8/298 1618/7/574 +f 1616/8/574 1618/7/574 1614/8/298 +f 1622/6/192 1621/7/192 1620/6/192 +f 1621/7/192 1622/6/192 1623/7/192 +f 1620/6/191 1621/7/191 1622/6/191 +f 1623/7/191 1622/6/191 1621/7/191 +f 1622/6/180 1624/7/180 1623/7/180 +f 1624/7/180 1622/6/180 1625/6/180 +f 1623/7/179 1624/7/179 1622/6/179 +f 1625/6/179 1622/6/179 1624/7/179 +f 1626/7/359 1620/6/361 1621/7/361 +f 1620/6/361 1626/7/359 1627/6/359 +f 1621/7/362 1620/6/362 1626/7/360 +f 1627/6/360 1626/7/360 1620/6/362 +f 1624/7/356 1629/6/355 1628/7/355 +f 1629/6/355 1624/7/356 1625/6/356 +f 1628/7/358 1629/6/358 1624/7/357 +f 1625/6/357 1624/7/357 1629/6/358 +f 1627/6/81 1622/6/81 1620/6/81 +f 1622/6/81 1627/6/81 1625/6/81 +f 1625/6/81 1627/6/81 1629/6/81 +f 1620/6/82 1622/6/82 1627/6/82 +f 1625/6/82 1627/6/82 1622/6/82 +f 1629/6/82 1627/6/82 1625/6/82 +f 1629/6/355 1626/7/359 1628/7/355 +f 1626/7/359 1629/6/355 1627/6/359 +f 1628/7/358 1626/7/360 1629/6/358 +f 1627/6/360 1629/6/358 1626/7/360 +f 1632/8/180 1631/7/180 1630/7/180 +f 1631/7/180 1632/8/180 1633/8/180 +f 1630/7/179 1631/7/179 1632/8/179 +f 1633/8/179 1632/8/179 1631/7/179 +f 1632/8/192 1635/7/192 1634/8/192 +f 1635/7/192 1632/8/192 1630/7/192 +f 1634/8/191 1635/7/191 1632/8/191 +f 1630/7/191 1632/8/191 1635/7/191 +f 1636/8/81 1632/8/81 1634/8/81 +f 1632/8/81 1636/8/81 1633/8/81 +f 1633/8/81 1636/8/81 1637/8/81 +f 1634/8/82 1632/8/82 1636/8/82 +f 1633/8/82 1636/8/82 1632/8/82 +f 1637/8/82 1636/8/82 1633/8/82 +f 1631/7/82 1635/7/82 1630/7/82 +f 1635/7/82 1631/7/82 1638/7/82 +f 1638/7/82 1631/7/82 1639/7/82 +f 1630/7/81 1635/7/81 1631/7/81 +f 1638/7/81 1631/7/81 1635/7/81 +f 1639/7/81 1631/7/81 1638/7/81 +f 1631/7/356 1637/8/355 1639/7/355 +f 1637/8/355 1631/7/356 1633/8/356 +f 1639/7/358 1637/8/358 1631/7/357 +f 1633/8/357 1631/7/357 1637/8/358 +f 1637/8/355 1638/7/633 1639/7/355 +f 1638/7/633 1637/8/355 1636/8/633 +f 1639/7/358 1638/7/634 1637/8/358 +f 1636/8/634 1637/8/358 1638/7/634 +f 1638/7/633 1634/8/361 1635/7/361 +f 1634/8/361 1638/7/633 1636/8/633 +f 1635/7/362 1634/8/362 1638/7/634 +f 1636/8/634 1638/7/634 1634/8/362 +f 1642/6/81 1641/6/81 1640/6/81 +f 1641/6/81 1642/6/81 1643/6/81 +f 1641/6/81 1643/6/81 1644/6/81 +f 1644/6/81 1643/6/81 1645/6/81 +f 1644/6/81 1645/6/81 1646/6/81 +f 1646/6/81 1645/6/81 1647/6/81 +f 1646/6/81 1647/6/81 1648/6/81 +f 1648/6/81 1647/6/81 1649/6/81 +f 1640/6/82 1641/6/82 1642/6/82 +f 1643/6/82 1642/6/82 1641/6/82 +f 1644/6/82 1643/6/82 1641/6/82 +f 1645/6/82 1643/6/82 1644/6/82 +f 1646/6/82 1645/6/82 1644/6/82 +f 1647/6/82 1645/6/82 1646/6/82 +f 1648/6/82 1647/6/82 1646/6/82 +f 1649/6/82 1647/6/82 1648/6/82 +f 1642/6/314 417/7/314 1650/7/314 +f 417/7/314 1642/6/314 1640/6/314 +f 1650/7/313 417/7/313 1642/6/313 +f 1640/6/313 1642/6/313 417/7/313 +f 1651/7/279 1642/6/280 1650/7/280 +f 1642/6/280 1651/7/279 1643/6/279 +f 1650/7/277 1642/6/277 1651/7/278 +f 1643/6/278 1651/7/278 1642/6/277 +f 1652/7/282 1643/6/279 1651/7/279 +f 1643/6/279 1652/7/282 1645/6/282 +f 1651/7/278 1643/6/278 1652/7/281 +f 1645/6/281 1652/7/281 1643/6/278 +f 1647/6/284 1652/7/282 1653/7/284 +f 1652/7/282 1647/6/284 1645/6/282 +f 1653/7/283 1652/7/281 1647/6/283 +f 1645/6/281 1647/6/283 1652/7/281 +f 1649/6/289 1653/7/284 1654/7/289 +f 1653/7/284 1649/6/289 1647/6/284 +f 1654/7/290 1653/7/283 1649/6/290 +f 1647/6/283 1649/6/290 1653/7/283 +f 425/7/312 1649/6/312 1654/7/312 +f 1649/6/312 425/7/312 1648/6/312 +f 1654/7/311 1649/6/311 425/7/311 +f 1648/6/311 425/7/311 1649/6/311 +f 1646/6/283 425/7/290 423/7/283 +f 425/7/290 1646/6/283 1648/6/290 +f 423/7/284 425/7/289 1646/6/284 +f 1648/6/289 1646/6/284 425/7/289 +f 1644/6/281 423/7/283 421/7/281 +f 423/7/283 1644/6/281 1646/6/283 +f 421/7/282 423/7/284 1644/6/282 +f 1646/6/284 1644/6/282 423/7/284 +f 1644/6/281 418/7/278 1641/6/278 +f 418/7/278 1644/6/281 421/7/281 +f 1641/6/279 418/7/279 1644/6/282 +f 421/7/282 1644/6/282 418/7/279 +f 1641/6/278 417/7/277 1640/6/277 +f 417/7/277 1641/6/278 418/7/278 +f 1640/6/280 417/7/280 1641/6/279 +f 418/7/279 1641/6/279 417/7/280 +f 1656/7/82 1655/7/82 130/7/82 +f 1655/7/82 1656/7/82 437/7/82 +f 1655/7/82 437/7/82 1657/7/82 +f 1657/7/82 437/7/82 1658/7/82 +f 1657/7/82 1658/7/82 1659/7/82 +f 1659/7/82 1658/7/82 1660/7/82 +f 1660/7/82 1658/7/82 373/7/82 +f 1660/7/82 373/7/82 1661/7/82 +f 130/7/81 1655/7/81 1656/7/81 +f 437/7/81 1656/7/81 1655/7/81 +f 1657/7/81 437/7/81 1655/7/81 +f 1658/7/81 437/7/81 1657/7/81 +f 1659/7/81 1658/7/81 1657/7/81 +f 1660/7/81 1658/7/81 1659/7/81 +f 373/7/81 1658/7/81 1660/7/81 +f 1661/7/81 373/7/81 1660/7/81 +f 1382/8/81 436/8/81 428/8/81 +f 436/8/81 1382/8/81 435/8/81 +f 435/8/81 1382/8/81 1662/8/81 +f 435/8/81 1662/8/81 434/8/81 +f 434/8/81 1662/8/81 1663/8/81 +f 434/8/81 1663/8/81 1664/8/81 +f 434/8/81 1664/8/81 433/8/81 +f 433/8/81 1664/8/81 1364/8/81 +f 428/8/82 436/8/82 1382/8/82 +f 435/8/82 1382/8/82 436/8/82 +f 1662/8/82 1382/8/82 435/8/82 +f 434/8/82 1662/8/82 435/8/82 +f 1663/8/82 1662/8/82 434/8/82 +f 1664/8/82 1663/8/82 434/8/82 +f 433/8/82 1664/8/82 434/8/82 +f 1364/8/82 1664/8/82 433/8/82 +f 1382/8/314 130/7/314 1655/7/314 +f 130/7/314 1382/8/314 428/8/314 +f 1655/7/313 130/7/313 1382/8/313 +f 428/8/313 1382/8/313 130/7/313 +f 1657/7/279 1382/8/280 1655/7/280 +f 1382/8/280 1657/7/279 1662/8/279 +f 1655/7/277 1382/8/277 1657/7/278 +f 1662/8/278 1657/7/278 1382/8/277 +f 1659/7/282 1662/8/279 1657/7/279 +f 1662/8/279 1659/7/282 1663/8/282 +f 1657/7/278 1662/8/278 1659/7/281 +f 1663/8/281 1659/7/281 1662/8/278 +f 1664/8/284 1659/7/282 1660/7/284 +f 1659/7/282 1664/8/284 1663/8/282 +f 1660/7/283 1659/7/281 1664/8/283 +f 1663/8/281 1664/8/283 1659/7/281 +f 1364/8/286 1660/7/284 1661/7/286 +f 1660/7/284 1364/8/286 1664/8/284 +f 1661/7/285 1660/7/283 1364/8/285 +f 1664/8/283 1364/8/285 1660/7/283 +f 373/7/312 1364/8/312 1661/7/312 +f 1364/8/312 373/7/312 433/8/312 +f 1661/7/311 1364/8/311 373/7/311 +f 433/8/311 373/7/311 1364/8/311 +f 434/8/283 373/7/290 1658/7/283 +f 373/7/290 434/8/283 433/8/290 +f 1658/7/284 373/7/289 434/8/284 +f 433/8/289 434/8/284 373/7/289 +f 435/8/281 1658/7/283 437/7/281 +f 1658/7/283 435/8/281 434/8/283 +f 437/7/282 1658/7/284 435/8/282 +f 434/8/284 435/8/282 1658/7/284 +f 435/8/281 1656/7/278 436/8/278 +f 1656/7/278 435/8/281 437/7/281 +f 436/8/279 1656/7/279 435/8/282 +f 437/7/282 435/8/282 1656/7/279 +f 436/8/278 130/7/277 428/8/277 +f 130/7/277 436/8/278 1656/7/278 +f 428/8/280 130/7/280 436/8/279 +f 1656/7/279 436/8/279 130/7/280 +f 1667/8/533 1666/7/534 1665/8/534 +f 1666/7/534 1667/8/533 1668/7/533 +f 1665/8/531 1666/7/531 1667/8/532 +f 1668/7/532 1667/8/532 1666/7/531 +f 1671/8/537 1670/7/538 1669/7/537 +f 1670/7/538 1671/8/537 1672/8/538 +f 1669/7/535 1670/7/536 1671/8/535 +f 1672/8/536 1671/8/535 1670/7/536 +f 1672/8/538 1673/7/540 1670/7/538 +f 1673/7/540 1672/8/538 1674/8/540 +f 1670/7/536 1673/7/539 1672/8/536 +f 1674/8/539 1672/8/536 1673/7/539 +f 1677/7/543 1676/8/544 1675/7/544 +f 1676/8/544 1677/7/543 1678/8/543 +f 1675/7/541 1676/8/541 1677/7/542 +f 1678/8/542 1677/7/542 1676/8/541 +f 1675/7/544 1671/8/537 1669/7/537 +f 1671/8/537 1675/7/544 1676/8/544 +f 1669/7/535 1671/8/535 1675/7/541 +f 1676/8/541 1675/7/541 1671/8/535 +f 1665/8/534 1673/7/540 1674/8/540 +f 1673/7/540 1665/8/534 1666/7/534 +f 1674/8/539 1673/7/539 1665/8/531 +f 1666/7/531 1665/8/531 1673/7/539 +f 1665/8/81 1678/8/81 1667/8/81 +f 1678/8/81 1665/8/81 1674/8/81 +f 1678/8/81 1674/8/81 1672/8/81 +f 1678/8/81 1672/8/81 1671/8/81 +f 1678/8/81 1671/8/81 1676/8/81 +f 1667/8/82 1678/8/82 1665/8/82 +f 1674/8/82 1665/8/82 1678/8/82 +f 1672/8/82 1674/8/82 1678/8/82 +f 1671/8/82 1672/8/82 1678/8/82 +f 1676/8/82 1671/8/82 1678/8/82 +f 1681/10/546 1680/9/545 1679/9/546 +f 1680/9/545 1681/10/546 1682/10/545 +f 1679/9/548 1680/9/547 1681/10/548 +f 1682/10/547 1681/10/548 1680/9/547 +f 1685/10/548 1684/9/547 1683/9/548 +f 1684/9/547 1685/10/548 1686/10/547 +f 1683/9/546 1684/9/545 1685/10/546 +f 1686/10/545 1685/10/546 1684/9/545 +f 1689/10/552 1688/9/551 1687/10/551 +f 1688/9/551 1689/10/552 1690/9/552 +f 1687/10/550 1688/9/550 1689/10/549 +f 1690/9/549 1689/10/549 1688/9/550 +f 1693/9/550 1692/10/549 1691/9/549 +f 1692/10/549 1693/9/550 1694/10/550 +f 1691/9/552 1692/10/552 1693/9/551 +f 1694/10/551 1693/9/551 1692/10/552 +f 1686/10/547 1693/9/550 1684/9/547 +f 1693/9/550 1686/10/547 1694/10/550 +f 1684/9/545 1693/9/551 1686/10/545 +f 1694/10/551 1686/10/545 1693/9/551 +f 1682/10/545 1688/9/551 1680/9/545 +f 1688/9/551 1682/10/545 1687/10/551 +f 1680/9/547 1688/9/550 1682/10/547 +f 1687/10/550 1682/10/547 1688/9/550 +f 1689/10/552 1683/9/548 1690/9/552 +f 1683/9/548 1689/10/552 1685/10/548 +f 1690/9/549 1683/9/546 1689/10/549 +f 1685/10/546 1689/10/549 1683/9/546 +f 1692/10/549 1679/9/546 1691/9/549 +f 1679/9/546 1692/10/549 1681/10/546 +f 1691/9/552 1679/9/548 1692/10/552 +f 1681/10/548 1692/10/552 1679/9/548 +f 1682/10/554 1689/10/554 1687/10/554 +f 1689/10/554 1682/10/554 1685/10/554 +f 1685/10/554 1682/10/554 1681/10/554 +f 1685/10/554 1681/10/554 1686/10/554 +f 1686/10/554 1681/10/554 1692/10/554 +f 1686/10/554 1692/10/554 1694/10/554 +f 1687/10/553 1689/10/553 1682/10/553 +f 1685/10/553 1682/10/553 1689/10/553 +f 1681/10/553 1682/10/553 1685/10/553 +f 1686/10/553 1681/10/553 1685/10/553 +f 1692/10/553 1681/10/553 1686/10/553 +f 1694/10/553 1692/10/553 1686/10/553 +f 1683/9/553 1688/9/553 1690/9/553 +f 1688/9/553 1683/9/553 1680/9/553 +f 1680/9/553 1683/9/553 1684/9/553 +f 1680/9/553 1684/9/553 1679/9/553 +f 1679/9/553 1684/9/553 1693/9/553 +f 1679/9/553 1693/9/553 1691/9/553 +f 1690/9/554 1688/9/554 1683/9/554 +f 1680/9/554 1683/9/554 1688/9/554 +f 1684/9/554 1683/9/554 1680/9/554 +f 1679/9/554 1684/9/554 1680/9/554 +f 1693/9/554 1684/9/554 1679/9/554 +f 1691/9/554 1693/9/554 1679/9/554 +f 1697/10/556 1696/9/555 1695/9/556 +f 1696/9/555 1697/10/556 1698/10/555 +f 1695/9/558 1696/9/557 1697/10/558 +f 1698/10/557 1697/10/558 1696/9/557 +f 1701/10/558 1700/9/557 1699/9/558 +f 1700/9/557 1701/10/558 1702/10/557 +f 1699/9/556 1700/9/555 1701/10/556 +f 1702/10/555 1701/10/556 1700/9/555 +f 1705/10/562 1704/9/561 1703/10/561 +f 1704/9/561 1705/10/562 1706/9/562 +f 1703/10/560 1704/9/560 1705/10/559 +f 1706/9/559 1705/10/559 1704/9/560 +f 1709/9/560 1708/10/559 1707/9/559 +f 1708/10/559 1709/9/560 1710/10/560 +f 1707/9/562 1708/10/562 1709/9/561 +f 1710/10/561 1709/9/561 1708/10/562 +f 1702/10/557 1709/9/560 1700/9/557 +f 1709/9/560 1702/10/557 1710/10/560 +f 1700/9/555 1709/9/561 1702/10/555 +f 1710/10/561 1702/10/555 1709/9/561 +f 1698/10/555 1704/9/561 1696/9/555 +f 1704/9/561 1698/10/555 1703/10/561 +f 1696/9/557 1704/9/560 1698/10/557 +f 1703/10/560 1698/10/557 1704/9/560 +f 1705/10/562 1699/9/558 1706/9/562 +f 1699/9/558 1705/10/562 1701/10/558 +f 1706/9/559 1699/9/556 1705/10/559 +f 1701/10/556 1705/10/559 1699/9/556 +f 1708/10/559 1695/9/556 1707/9/559 +f 1695/9/556 1708/10/559 1697/10/556 +f 1707/9/562 1695/9/558 1708/10/562 +f 1697/10/558 1708/10/562 1695/9/558 +f 1698/10/286 1705/10/286 1703/10/286 +f 1705/10/286 1698/10/286 1701/10/286 +f 1701/10/286 1698/10/286 1697/10/286 +f 1701/10/286 1697/10/286 1702/10/286 +f 1702/10/286 1697/10/286 1708/10/286 +f 1702/10/286 1708/10/286 1710/10/286 +f 1703/10/285 1705/10/285 1698/10/285 +f 1701/10/285 1698/10/285 1705/10/285 +f 1697/10/285 1698/10/285 1701/10/285 +f 1702/10/285 1697/10/285 1701/10/285 +f 1708/10/285 1697/10/285 1702/10/285 +f 1710/10/285 1708/10/285 1702/10/285 +f 1699/9/285 1704/9/285 1706/9/285 +f 1704/9/285 1699/9/285 1696/9/285 +f 1696/9/285 1699/9/285 1700/9/285 +f 1696/9/285 1700/9/285 1695/9/285 +f 1695/9/285 1700/9/285 1709/9/285 +f 1695/9/285 1709/9/285 1707/9/285 +f 1706/9/286 1704/9/286 1699/9/286 +f 1696/9/286 1699/9/286 1704/9/286 +f 1700/9/286 1699/9/286 1696/9/286 +f 1695/9/286 1700/9/286 1696/9/286 +f 1709/9/286 1700/9/286 1695/9/286 +f 1707/9/286 1709/9/286 1695/9/286 +f 1713/10/556 1712/9/555 1711/9/556 +f 1712/9/555 1713/10/556 1714/10/555 +f 1711/9/558 1712/9/557 1713/10/558 +f 1714/10/557 1713/10/558 1712/9/557 +f 1717/10/558 1716/9/557 1715/9/558 +f 1716/9/557 1717/10/558 1718/10/557 +f 1715/9/556 1716/9/555 1717/10/556 +f 1718/10/555 1717/10/556 1716/9/555 +f 1721/10/562 1720/9/561 1719/10/561 +f 1720/9/561 1721/10/562 1722/9/562 +f 1719/10/560 1720/9/560 1721/10/559 +f 1722/9/559 1721/10/559 1720/9/560 +f 1725/9/560 1724/10/559 1723/9/559 +f 1724/10/559 1725/9/560 1726/10/560 +f 1723/9/562 1724/10/562 1725/9/561 +f 1726/10/561 1725/9/561 1724/10/562 +f 1718/10/557 1725/9/560 1716/9/557 +f 1725/9/560 1718/10/557 1726/10/560 +f 1716/9/555 1725/9/561 1718/10/555 +f 1726/10/561 1718/10/555 1725/9/561 +f 1714/10/555 1720/9/561 1712/9/555 +f 1720/9/561 1714/10/555 1719/10/561 +f 1712/9/557 1720/9/560 1714/10/557 +f 1719/10/560 1714/10/557 1720/9/560 +f 1721/10/562 1715/9/558 1722/9/562 +f 1715/9/558 1721/10/562 1717/10/558 +f 1722/9/559 1715/9/556 1721/10/559 +f 1717/10/556 1721/10/559 1715/9/556 +f 1724/10/559 1711/9/556 1723/9/559 +f 1711/9/556 1724/10/559 1713/10/556 +f 1723/9/562 1711/9/558 1724/10/562 +f 1713/10/558 1724/10/562 1711/9/558 +f 1714/10/286 1721/10/286 1719/10/286 +f 1721/10/286 1714/10/286 1717/10/286 +f 1717/10/286 1714/10/286 1713/10/286 +f 1717/10/286 1713/10/286 1718/10/286 +f 1718/10/286 1713/10/286 1724/10/286 +f 1718/10/286 1724/10/286 1726/10/286 +f 1719/10/285 1721/10/285 1714/10/285 +f 1717/10/285 1714/10/285 1721/10/285 +f 1713/10/285 1714/10/285 1717/10/285 +f 1718/10/285 1713/10/285 1717/10/285 +f 1724/10/285 1713/10/285 1718/10/285 +f 1726/10/285 1724/10/285 1718/10/285 +f 1715/9/285 1720/9/285 1722/9/285 +f 1720/9/285 1715/9/285 1712/9/285 +f 1712/9/285 1715/9/285 1716/9/285 +f 1712/9/285 1716/9/285 1711/9/285 +f 1711/9/285 1716/9/285 1725/9/285 +f 1711/9/285 1725/9/285 1723/9/285 +f 1722/9/286 1720/9/286 1715/9/286 +f 1712/9/286 1715/9/286 1720/9/286 +f 1716/9/286 1715/9/286 1712/9/286 +f 1711/9/286 1716/9/286 1712/9/286 +f 1725/9/286 1716/9/286 1711/9/286 +f 1723/9/286 1725/9/286 1711/9/286 +f 1729/10/564 1728/9/563 1727/9/564 +f 1728/9/563 1729/10/564 1730/10/563 +f 1727/9/566 1728/9/565 1729/10/566 +f 1730/10/565 1729/10/566 1728/9/565 +f 1733/9/566 1732/10/565 1731/9/565 +f 1732/10/565 1733/9/566 1734/10/566 +f 1731/9/563 1732/10/563 1733/9/564 +f 1734/10/564 1733/9/564 1732/10/563 +f 1737/10/570 1736/9/569 1735/10/569 +f 1736/9/569 1737/10/570 1738/9/570 +f 1735/10/568 1736/9/568 1737/10/567 +f 1738/9/567 1737/10/567 1736/9/568 +f 1741/9/568 1740/10/567 1739/9/567 +f 1740/10/567 1741/9/568 1742/10/568 +f 1739/9/570 1740/10/570 1741/9/569 +f 1742/10/569 1741/9/569 1740/10/570 +f 1732/10/565 1741/9/568 1731/9/565 +f 1741/9/568 1732/10/565 1742/10/568 +f 1731/9/563 1741/9/569 1732/10/563 +f 1742/10/569 1732/10/563 1741/9/569 +f 1730/10/563 1736/9/569 1728/9/563 +f 1736/9/569 1730/10/563 1735/10/569 +f 1728/9/565 1736/9/568 1730/10/565 +f 1735/10/568 1730/10/565 1736/9/568 +f 1737/10/570 1733/9/566 1738/9/570 +f 1733/9/566 1737/10/570 1734/10/566 +f 1738/9/567 1733/9/564 1737/10/567 +f 1734/10/564 1737/10/567 1733/9/564 +f 1740/10/567 1727/9/564 1739/9/567 +f 1727/9/564 1740/10/567 1729/10/564 +f 1739/9/570 1727/9/566 1740/10/570 +f 1729/10/566 1740/10/570 1727/9/566 +f 1730/10/572 1737/10/572 1735/10/572 +f 1737/10/572 1730/10/572 1734/10/572 +f 1734/10/572 1730/10/572 1729/10/572 +f 1734/10/572 1729/10/572 1732/10/572 +f 1732/10/572 1729/10/572 1740/10/572 +f 1732/10/572 1740/10/572 1742/10/572 +f 1735/10/571 1737/10/571 1730/10/571 +f 1734/10/571 1730/10/571 1737/10/571 +f 1729/10/571 1730/10/571 1734/10/571 +f 1732/10/571 1729/10/571 1734/10/571 +f 1740/10/571 1729/10/571 1732/10/571 +f 1742/10/571 1740/10/571 1732/10/571 +f 1733/9/571 1736/9/571 1738/9/571 +f 1736/9/571 1733/9/571 1728/9/571 +f 1728/9/571 1733/9/571 1731/9/571 +f 1728/9/571 1731/9/571 1727/9/571 +f 1727/9/571 1731/9/571 1741/9/571 +f 1727/9/571 1741/9/571 1739/9/571 +f 1738/9/572 1736/9/572 1733/9/572 +f 1728/9/572 1733/9/572 1736/9/572 +f 1731/9/572 1733/9/572 1728/9/572 +f 1727/9/572 1731/9/572 1728/9/572 +f 1741/9/572 1731/9/572 1727/9/572 +f 1739/9/572 1741/9/572 1727/9/572 +f 573/6/81 574/6/81 575/6/81 +f 574/6/81 573/6/81 576/6/81 +f 574/6/81 576/6/81 577/6/81 +f 577/6/81 576/6/81 578/6/81 +f 577/6/81 578/6/81 579/6/81 +f 579/6/81 578/6/81 580/6/81 +f 575/6/311 581/7/415 573/6/415 +f 581/7/415 575/6/311 582/7/311 +f 576/6/314 581/7/416 583/7/314 +f 581/7/416 576/6/314 573/6/416 +f 578/6/417 583/7/314 584/7/417 +f 583/7/314 578/6/417 576/6/314 +f 585/7/312 578/6/418 584/7/418 +f 578/6/418 585/7/312 580/6/312 +f 586/7/411 580/6/312 585/7/312 +f 580/6/312 586/7/411 579/6/411 +f 577/6/313 586/7/412 587/7/313 +f 586/7/412 577/6/313 579/6/412 +f 574/6/413 587/7/313 588/7/413 +f 587/7/313 574/6/413 577/6/313 +f 574/6/414 582/7/311 575/6/311 +f 582/7/311 574/6/414 588/7/414 +f 1745/6/192 1744/7/192 1743/6/192 +f 1744/7/192 1745/6/192 1746/7/192 +f 1743/6/191 1744/7/191 1745/6/191 +f 1746/7/191 1745/6/191 1744/7/191 +f 1745/6/180 1747/7/180 1746/7/180 +f 1747/7/180 1745/6/180 1748/6/180 +f 1746/7/179 1747/7/179 1745/6/179 +f 1748/6/179 1745/6/179 1747/7/179 +f 1749/7/359 1743/6/361 1744/7/361 +f 1743/6/361 1749/7/359 1750/6/359 +f 1744/7/362 1743/6/362 1749/7/360 +f 1750/6/360 1749/7/360 1743/6/362 +f 1747/7/356 1752/6/355 1751/7/355 +f 1752/6/355 1747/7/356 1748/6/356 +f 1751/7/358 1752/6/358 1747/7/357 +f 1748/6/357 1747/7/357 1752/6/358 +f 1750/6/81 1745/6/81 1743/6/81 +f 1745/6/81 1750/6/81 1748/6/81 +f 1748/6/81 1750/6/81 1752/6/81 +f 1743/6/82 1745/6/82 1750/6/82 +f 1748/6/82 1750/6/82 1745/6/82 +f 1752/6/82 1750/6/82 1748/6/82 +f 1752/6/355 1749/7/359 1751/7/355 +f 1749/7/359 1752/6/355 1750/6/359 +f 1751/7/358 1749/7/360 1752/6/358 +f 1750/6/360 1752/6/358 1749/7/360 +f 292/8/180 1754/7/180 1753/7/180 +f 1754/7/180 292/8/180 1403/8/180 +f 1753/7/179 1754/7/179 292/8/179 +f 1403/8/179 292/8/179 1754/7/179 +f 292/8/192 1756/7/192 1755/8/192 +f 1756/7/192 292/8/192 1753/7/192 +f 1755/8/191 1756/7/191 292/8/191 +f 1753/7/191 292/8/191 1756/7/191 +f 1757/8/81 292/8/81 1755/8/81 +f 292/8/81 1757/8/81 1403/8/81 +f 1403/8/81 1757/8/81 1758/8/81 +f 1755/8/82 292/8/82 1757/8/82 +f 1403/8/82 1757/8/82 292/8/82 +f 1758/8/82 1757/8/82 1403/8/82 +f 1754/7/82 1756/7/82 1753/7/82 +f 1756/7/82 1754/7/82 1759/7/82 +f 1759/7/82 1754/7/82 1760/7/82 +f 1753/7/81 1756/7/81 1754/7/81 +f 1759/7/81 1754/7/81 1756/7/81 +f 1760/7/81 1754/7/81 1759/7/81 +f 1754/7/356 1758/8/355 1760/7/355 +f 1758/8/355 1754/7/356 1403/8/356 +f 1760/7/358 1758/8/358 1754/7/357 +f 1403/8/357 1754/7/357 1758/8/358 +f 1758/8/355 1759/7/633 1760/7/355 +f 1759/7/633 1758/8/355 1757/8/633 +f 1760/7/358 1759/7/634 1758/8/358 +f 1757/8/634 1758/8/358 1759/7/634 +f 1759/7/633 1755/8/361 1756/7/361 +f 1755/8/361 1759/7/633 1757/8/633 +f 1756/7/362 1755/8/362 1759/7/634 +f 1757/8/634 1759/7/634 1755/8/362 +f 731/8/192 1762/7/192 1761/8/192 +f 1762/7/192 731/8/192 1763/7/192 +f 1761/8/191 1762/7/191 731/8/191 +f 1763/7/191 731/8/191 1762/7/191 +f 1766/8/635 1765/7/179 1764/7/635 +f 1765/7/179 1766/8/635 1767/8/179 +f 1764/7/636 1765/7/180 1766/8/636 +f 1767/8/180 1766/8/636 1765/7/180 +f 731/8/180 1768/7/180 1763/7/180 +f 1768/7/180 731/8/180 732/8/180 +f 1763/7/179 1768/7/179 731/8/179 +f 732/8/179 731/8/179 1768/7/179 +f 1767/8/179 1762/7/637 1765/7/179 +f 1762/7/637 1767/8/179 1761/8/637 +f 1765/7/180 1762/7/638 1767/8/180 +f 1761/8/638 1767/8/180 1762/7/638 +f 1768/7/82 1762/7/82 1763/7/82 +f 1762/7/82 1768/7/82 1765/7/82 +f 1765/7/82 1768/7/82 1764/7/82 +f 1763/7/81 1762/7/81 1768/7/81 +f 1765/7/81 1768/7/81 1762/7/81 +f 1764/7/81 1768/7/81 1765/7/81 +f 1761/8/81 732/8/81 731/8/81 +f 732/8/81 1761/8/81 1767/8/81 +f 732/8/81 1767/8/81 1766/8/81 +f 731/8/82 732/8/82 1761/8/82 +f 1767/8/82 1761/8/82 732/8/82 +f 1766/8/82 1767/8/82 732/8/82 +f 1768/7/191 1766/8/191 1764/7/191 +f 1766/8/191 1768/7/191 732/8/191 +f 1764/7/192 1766/8/192 1768/7/192 +f 732/8/192 1768/7/192 1766/8/192 +f 1771/6/81 1770/6/81 1769/6/81 +f 1770/6/81 1771/6/81 1772/6/81 +f 1770/6/81 1772/6/81 1773/6/81 +f 1769/6/82 1770/6/82 1771/6/82 +f 1772/6/82 1771/6/82 1770/6/82 +f 1773/6/82 1772/6/82 1770/6/82 +f 1769/6/180 1775/7/180 1774/7/180 +f 1775/7/180 1769/6/180 1770/6/180 +f 1774/7/179 1775/7/179 1769/6/179 +f 1770/6/179 1769/6/179 1775/7/179 +f 1775/7/191 1773/6/191 1776/7/191 +f 1773/6/191 1775/7/191 1770/6/191 +f 1776/7/192 1773/6/192 1775/7/192 +f 1770/6/192 1775/7/192 1773/6/192 +f 1769/6/192 1777/7/192 1771/6/192 +f 1777/7/192 1769/6/192 1774/7/192 +f 1771/6/191 1777/7/191 1769/6/191 +f 1774/7/191 1769/6/191 1777/7/191 +f 1779/24/420 1778/23/420 1772/6/180 +f 1778/23/420 1780/25/420 1772/6/180 +f 1781/26/420 1779/24/420 1772/6/180 +f 1772/6/180 1780/25/420 1782/7/180 +f 1783/25/420 1782/7/180 1780/25/420 +f 1782/7/180 1783/25/420 1776/7/420 +f 1784/23/420 1776/7/420 1783/25/420 +f 1773/6/420 1781/26/420 1772/6/180 +f 1773/6/420 1776/7/420 1784/23/420 +f 1781/26/420 1773/6/420 1785/26/420 +f 1786/24/420 1773/6/420 1784/23/420 +f 1785/26/420 1773/6/420 1786/24/420 +f 1788/28/422 1787/27/422 1771/6/422 +f 1789/29/422 1788/28/422 1771/6/422 +f 1772/6/180 1789/29/422 1771/6/422 +f 1789/29/422 1772/6/180 1790/29/422 +f 1771/6/422 1787/27/422 1777/7/422 +f 1790/29/422 1772/6/180 1791/28/422 +f 1791/28/422 1772/6/180 1792/27/422 +f 1793/30/422 1777/7/422 1787/27/422 +f 1792/27/422 1772/6/180 1794/31/422 +f 1795/30/422 1792/27/422 1794/31/422 +f 1795/30/422 1794/31/422 1793/30/422 +f 1794/31/422 1772/6/180 1796/31/422 +f 1796/31/422 1772/6/180 1797/32/422 +f 1797/32/422 1772/6/180 1798/33/422 +f 1772/6/180 1782/7/180 1798/33/422 +f 1798/33/422 1782/7/180 1799/34/422 +f 1777/7/422 1799/34/422 1782/7/180 +f 1799/34/422 1777/7/422 1800/34/422 +f 1800/34/422 1777/7/422 1793/30/422 +f 1794/31/422 1801/32/422 1793/30/422 +f 1802/33/422 1800/34/422 1793/30/422 +f 1801/32/422 1802/33/422 1793/30/422 +f 1772/6/179 1778/23/419 1779/24/419 +f 1772/6/179 1779/24/419 1781/26/419 +f 1772/6/179 1780/25/419 1778/23/419 +f 1782/7/179 1780/25/419 1772/6/179 +f 1780/25/419 1782/7/179 1783/25/419 +f 1776/7/419 1783/25/419 1782/7/179 +f 1783/25/419 1776/7/419 1784/23/419 +f 1772/6/179 1781/26/419 1773/6/419 +f 1784/23/419 1776/7/419 1773/6/419 +f 1785/26/419 1773/6/419 1781/26/419 +f 1784/23/419 1773/6/419 1786/24/419 +f 1786/24/419 1773/6/419 1785/26/419 +f 1771/6/421 1787/27/421 1788/28/421 +f 1771/6/421 1788/28/421 1789/29/421 +f 1771/6/421 1789/29/421 1772/6/179 +f 1790/29/421 1772/6/179 1789/29/421 +f 1777/7/421 1787/27/421 1771/6/421 +f 1791/28/421 1772/6/179 1790/29/421 +f 1792/27/421 1772/6/179 1791/28/421 +f 1787/27/421 1777/7/421 1793/30/421 +f 1794/31/421 1772/6/179 1792/27/421 +f 1794/31/421 1792/27/421 1795/30/421 +f 1793/30/421 1794/31/421 1795/30/421 +f 1796/31/421 1772/6/179 1794/31/421 +f 1797/32/421 1772/6/179 1796/31/421 +f 1798/33/421 1772/6/179 1797/32/421 +f 1798/33/421 1782/7/179 1772/6/179 +f 1799/34/421 1782/7/179 1798/33/421 +f 1782/7/179 1799/34/421 1777/7/421 +f 1800/34/421 1777/7/421 1799/34/421 +f 1793/30/421 1777/7/421 1800/34/421 +f 1793/30/421 1801/32/421 1794/31/421 +f 1793/30/421 1800/34/421 1802/33/421 +f 1793/30/421 1802/33/421 1801/32/421 +f 1805/10/639 1804/9/640 1803/9/639 +f 1804/9/640 1805/10/639 1806/10/640 +f 1803/9/641 1804/9/642 1805/10/641 +f 1806/10/642 1805/10/641 1804/9/642 +f 1809/10/641 1808/9/642 1807/9/641 +f 1808/9/642 1809/10/641 1810/10/642 +f 1807/9/639 1808/9/640 1809/10/639 +f 1810/10/640 1809/10/639 1808/9/640 +f 1813/10/644 1812/9/643 1811/10/643 +f 1812/9/643 1813/10/644 1814/9/644 +f 1811/10/646 1812/9/646 1813/10/645 +f 1814/9/645 1813/10/645 1812/9/646 +f 1817/9/646 1816/10/645 1815/9/645 +f 1816/10/645 1817/9/646 1818/10/646 +f 1815/9/644 1816/10/644 1817/9/643 +f 1818/10/643 1817/9/643 1816/10/644 +f 1810/10/642 1817/9/646 1808/9/642 +f 1817/9/646 1810/10/642 1818/10/646 +f 1808/9/640 1817/9/643 1810/10/640 +f 1818/10/643 1810/10/640 1817/9/643 +f 1806/10/640 1812/9/643 1804/9/640 +f 1812/9/643 1806/10/640 1811/10/643 +f 1804/9/642 1812/9/646 1806/10/642 +f 1811/10/646 1806/10/642 1812/9/646 +f 1813/10/644 1807/9/641 1814/9/644 +f 1807/9/641 1813/10/644 1809/10/641 +f 1814/9/645 1807/9/639 1813/10/645 +f 1809/10/639 1813/10/645 1807/9/639 +f 1816/10/645 1803/9/639 1815/9/645 +f 1803/9/639 1816/10/645 1805/10/639 +f 1815/9/644 1803/9/641 1816/10/644 +f 1805/10/641 1816/10/644 1803/9/641 +f 1806/10/647 1813/10/647 1811/10/647 +f 1813/10/647 1806/10/647 1809/10/647 +f 1809/10/647 1806/10/647 1805/10/647 +f 1809/10/647 1805/10/647 1810/10/647 +f 1810/10/647 1805/10/647 1816/10/647 +f 1810/10/647 1816/10/647 1818/10/647 +f 1811/10/648 1813/10/648 1806/10/648 +f 1809/10/648 1806/10/648 1813/10/648 +f 1805/10/648 1806/10/648 1809/10/648 +f 1810/10/648 1805/10/648 1809/10/648 +f 1816/10/648 1805/10/648 1810/10/648 +f 1818/10/648 1816/10/648 1810/10/648 +f 1807/9/648 1812/9/648 1814/9/648 +f 1812/9/648 1807/9/648 1804/9/648 +f 1804/9/648 1807/9/648 1808/9/648 +f 1804/9/648 1808/9/648 1803/9/648 +f 1803/9/648 1808/9/648 1817/9/648 +f 1803/9/648 1817/9/648 1815/9/648 +f 1814/9/647 1812/9/647 1807/9/647 +f 1804/9/647 1807/9/647 1812/9/647 +f 1808/9/647 1807/9/647 1804/9/647 +f 1803/9/647 1808/9/647 1804/9/647 +f 1817/9/647 1808/9/647 1803/9/647 +f 1815/9/647 1817/9/647 1803/9/647 +f 1821/10/649 1820/9/650 1819/9/649 +f 1820/9/650 1821/10/649 1822/10/650 +f 1819/9/651 1820/9/652 1821/10/651 +f 1822/10/652 1821/10/651 1820/9/652 +f 1825/10/651 1824/9/652 1823/9/651 +f 1824/9/652 1825/10/651 1826/10/652 +f 1823/9/649 1824/9/650 1825/10/649 +f 1826/10/650 1825/10/649 1824/9/650 +f 1829/10/654 1828/9/653 1827/10/653 +f 1828/9/653 1829/10/654 1830/9/654 +f 1827/10/656 1828/9/656 1829/10/655 +f 1830/9/655 1829/10/655 1828/9/656 +f 1833/9/656 1832/10/655 1831/9/655 +f 1832/10/655 1833/9/656 1834/10/656 +f 1831/9/654 1832/10/654 1833/9/653 +f 1834/10/653 1833/9/653 1832/10/654 +f 1826/10/652 1833/9/656 1824/9/652 +f 1833/9/656 1826/10/652 1834/10/656 +f 1824/9/650 1833/9/653 1826/10/650 +f 1834/10/653 1826/10/650 1833/9/653 +f 1822/10/650 1828/9/653 1820/9/650 +f 1828/9/653 1822/10/650 1827/10/653 +f 1820/9/652 1828/9/656 1822/10/652 +f 1827/10/656 1822/10/652 1828/9/656 +f 1829/10/654 1823/9/651 1830/9/654 +f 1823/9/651 1829/10/654 1825/10/651 +f 1830/9/655 1823/9/649 1829/10/655 +f 1825/10/649 1829/10/655 1823/9/649 +f 1832/10/655 1819/9/649 1831/9/655 +f 1819/9/649 1832/10/655 1821/10/649 +f 1831/9/654 1819/9/651 1832/10/654 +f 1821/10/651 1832/10/654 1819/9/651 +f 1822/10/657 1829/10/657 1827/10/657 +f 1829/10/657 1822/10/657 1825/10/657 +f 1825/10/657 1822/10/657 1821/10/657 +f 1825/10/657 1821/10/657 1826/10/657 +f 1826/10/657 1821/10/657 1832/10/657 +f 1826/10/657 1832/10/657 1834/10/657 +f 1827/10/658 1829/10/658 1822/10/658 +f 1825/10/658 1822/10/658 1829/10/658 +f 1821/10/658 1822/10/658 1825/10/658 +f 1826/10/658 1821/10/658 1825/10/658 +f 1832/10/658 1821/10/658 1826/10/658 +f 1834/10/658 1832/10/658 1826/10/658 +f 1823/9/658 1828/9/658 1830/9/658 +f 1828/9/658 1823/9/658 1820/9/658 +f 1820/9/658 1823/9/658 1824/9/658 +f 1820/9/658 1824/9/658 1819/9/658 +f 1819/9/658 1824/9/658 1833/9/658 +f 1819/9/658 1833/9/658 1831/9/658 +f 1830/9/657 1828/9/657 1823/9/657 +f 1820/9/657 1823/9/657 1828/9/657 +f 1824/9/657 1823/9/657 1820/9/657 +f 1819/9/657 1824/9/657 1820/9/657 +f 1833/9/657 1824/9/657 1819/9/657 +f 1831/9/657 1833/9/657 1819/9/657 +f 1837/10/649 1836/9/650 1835/9/649 +f 1836/9/650 1837/10/649 1838/10/650 +f 1835/9/651 1836/9/652 1837/10/651 +f 1838/10/652 1837/10/651 1836/9/652 +f 1840/10/651 1796/9/652 1839/9/651 +f 1796/9/652 1840/10/651 1841/10/652 +f 1839/9/649 1796/9/650 1840/10/649 +f 1841/10/650 1840/10/649 1796/9/650 +f 1843/10/654 1802/9/653 1842/10/653 +f 1802/9/653 1843/10/654 1801/9/654 +f 1842/10/656 1802/9/656 1843/10/655 +f 1801/9/655 1843/10/655 1802/9/656 +f 1846/9/656 1845/10/655 1844/9/655 +f 1845/10/655 1846/9/656 1847/10/656 +f 1844/9/654 1845/10/654 1846/9/653 +f 1847/10/653 1846/9/653 1845/10/654 +f 1841/10/652 1846/9/656 1796/9/652 +f 1846/9/656 1841/10/652 1847/10/656 +f 1796/9/650 1846/9/653 1841/10/650 +f 1847/10/653 1841/10/650 1846/9/653 +f 1838/10/650 1802/9/653 1836/9/650 +f 1802/9/653 1838/10/650 1842/10/653 +f 1836/9/652 1802/9/656 1838/10/652 +f 1842/10/656 1838/10/652 1802/9/656 +f 1843/10/654 1839/9/651 1801/9/654 +f 1839/9/651 1843/10/654 1840/10/651 +f 1801/9/655 1839/9/649 1843/10/655 +f 1840/10/649 1843/10/655 1839/9/649 +f 1845/10/655 1835/9/649 1844/9/655 +f 1835/9/649 1845/10/655 1837/10/649 +f 1844/9/654 1835/9/651 1845/10/654 +f 1837/10/651 1845/10/654 1835/9/651 +f 1838/10/657 1843/10/657 1842/10/657 +f 1843/10/657 1838/10/657 1840/10/657 +f 1840/10/657 1838/10/657 1837/10/657 +f 1840/10/657 1837/10/657 1841/10/657 +f 1841/10/657 1837/10/657 1845/10/657 +f 1841/10/657 1845/10/657 1847/10/657 +f 1842/10/658 1843/10/658 1838/10/658 +f 1840/10/658 1838/10/658 1843/10/658 +f 1837/10/658 1838/10/658 1840/10/658 +f 1841/10/658 1837/10/658 1840/10/658 +f 1845/10/658 1837/10/658 1841/10/658 +f 1847/10/658 1845/10/658 1841/10/658 +f 1839/9/658 1802/9/658 1801/9/658 +f 1802/9/658 1839/9/658 1836/9/658 +f 1836/9/658 1839/9/658 1796/9/658 +f 1836/9/658 1796/9/658 1835/9/658 +f 1835/9/658 1796/9/658 1846/9/658 +f 1835/9/658 1846/9/658 1844/9/658 +f 1801/9/657 1802/9/657 1839/9/657 +f 1836/9/657 1839/9/657 1802/9/657 +f 1796/9/657 1839/9/657 1836/9/657 +f 1835/9/657 1796/9/657 1836/9/657 +f 1846/9/657 1796/9/657 1835/9/657 +f 1844/9/657 1846/9/657 1835/9/657 +f 781/8/96 1849/7/96 1848/8/96 +f 1849/7/96 781/8/96 1850/7/96 +f 1848/8/95 1849/7/95 781/8/95 +f 1850/7/95 781/8/95 1849/7/95 +f 1853/8/659 1852/7/83 1851/7/659 +f 1852/7/83 1853/8/659 1854/8/83 +f 1851/7/660 1852/7/84 1853/8/660 +f 1854/8/84 1853/8/660 1852/7/84 +f 781/8/84 1855/7/84 1850/7/84 +f 1855/7/84 781/8/84 1856/8/84 +f 1850/7/83 1855/7/83 781/8/83 +f 1856/8/83 781/8/83 1855/7/83 +f 1854/8/83 1849/7/661 1852/7/83 +f 1849/7/661 1854/8/83 1848/8/661 +f 1852/7/84 1849/7/662 1854/8/84 +f 1848/8/662 1854/8/84 1849/7/662 +f 1855/7/82 1849/7/82 1850/7/82 +f 1849/7/82 1855/7/82 1852/7/82 +f 1852/7/82 1855/7/82 1851/7/82 +f 1850/7/81 1849/7/81 1855/7/81 +f 1852/7/81 1855/7/81 1849/7/81 +f 1851/7/81 1855/7/81 1852/7/81 +f 1848/8/81 1856/8/81 781/8/81 +f 1856/8/81 1848/8/81 1854/8/81 +f 1856/8/81 1854/8/81 1853/8/81 +f 781/8/82 1856/8/82 1848/8/82 +f 1854/8/82 1848/8/82 1856/8/82 +f 1853/8/82 1854/8/82 1856/8/82 +f 1855/7/95 1853/8/95 1851/7/95 +f 1853/8/95 1855/7/95 1856/8/95 +f 1851/7/96 1853/8/96 1855/7/96 +f 1856/8/96 1855/7/96 1853/8/96 +f 1859/6/81 1858/6/81 1857/6/81 +f 1858/6/81 1859/6/81 1860/6/81 +f 1858/6/81 1860/6/81 1861/6/81 +f 1857/6/82 1858/6/82 1859/6/82 +f 1860/6/82 1859/6/82 1858/6/82 +f 1861/6/82 1860/6/82 1858/6/82 +f 1857/6/84 1863/7/84 1862/7/84 +f 1863/7/84 1857/6/84 1858/6/84 +f 1862/7/83 1863/7/83 1857/6/83 +f 1858/6/83 1857/6/83 1863/7/83 +f 1863/7/95 1861/6/95 1864/7/95 +f 1861/6/95 1863/7/95 1858/6/95 +f 1864/7/96 1861/6/96 1863/7/96 +f 1858/6/96 1863/7/96 1861/6/96 +f 1857/6/96 1865/7/96 1859/6/96 +f 1865/7/96 1857/6/96 1862/7/96 +f 1859/6/95 1865/7/95 1857/6/95 +f 1862/7/95 1857/6/95 1865/7/95 +f 1867/24/424 1866/23/424 1860/6/84 +f 1866/23/424 1868/25/424 1860/6/84 +f 1869/26/424 1867/24/424 1860/6/84 +f 1860/6/84 1868/25/424 1870/7/84 +f 1871/25/424 1870/7/84 1868/25/424 +f 1870/7/84 1871/25/424 1864/7/424 +f 1872/23/424 1864/7/424 1871/25/424 +f 1861/6/424 1869/26/424 1860/6/84 +f 1861/6/424 1864/7/424 1872/23/424 +f 1869/26/424 1861/6/424 1873/26/424 +f 1874/24/424 1861/6/424 1872/23/424 +f 1873/26/424 1861/6/424 1874/24/424 +f 1876/28/426 1875/27/426 1859/6/426 +f 1877/29/426 1876/28/426 1859/6/426 +f 1860/6/84 1877/29/426 1859/6/426 +f 1877/29/426 1860/6/84 1878/29/426 +f 1859/6/426 1875/27/426 1865/7/426 +f 1878/29/426 1860/6/84 1879/28/426 +f 1879/28/426 1860/6/84 1880/27/426 +f 1881/30/426 1865/7/426 1875/27/426 +f 1880/27/426 1860/6/84 1882/31/426 +f 1883/30/426 1880/27/426 1882/31/426 +f 1883/30/426 1882/31/426 1881/30/426 +f 1882/31/426 1860/6/84 1884/31/426 +f 1884/31/426 1860/6/84 1885/32/426 +f 1885/32/426 1860/6/84 1886/33/426 +f 1860/6/84 1870/7/84 1886/33/426 +f 1886/33/426 1870/7/84 1887/34/426 +f 1865/7/426 1887/34/426 1870/7/84 +f 1887/34/426 1865/7/426 1888/34/426 +f 1888/34/426 1865/7/426 1881/30/426 +f 1882/31/426 1889/32/426 1881/30/426 +f 1890/33/426 1888/34/426 1881/30/426 +f 1889/32/426 1890/33/426 1881/30/426 +f 1860/6/83 1866/23/423 1867/24/423 +f 1860/6/83 1867/24/423 1869/26/423 +f 1860/6/83 1868/25/423 1866/23/423 +f 1870/7/83 1868/25/423 1860/6/83 +f 1868/25/423 1870/7/83 1871/25/423 +f 1864/7/423 1871/25/423 1870/7/83 +f 1871/25/423 1864/7/423 1872/23/423 +f 1860/6/83 1869/26/423 1861/6/423 +f 1872/23/423 1864/7/423 1861/6/423 +f 1873/26/423 1861/6/423 1869/26/423 +f 1872/23/423 1861/6/423 1874/24/423 +f 1874/24/423 1861/6/423 1873/26/423 +f 1859/6/425 1875/27/425 1876/28/425 +f 1859/6/425 1876/28/425 1877/29/425 +f 1859/6/425 1877/29/425 1860/6/83 +f 1878/29/425 1860/6/83 1877/29/425 +f 1865/7/425 1875/27/425 1859/6/425 +f 1879/28/425 1860/6/83 1878/29/425 +f 1880/27/425 1860/6/83 1879/28/425 +f 1875/27/425 1865/7/425 1881/30/425 +f 1882/31/425 1860/6/83 1880/27/425 +f 1882/31/425 1880/27/425 1883/30/425 +f 1881/30/425 1882/31/425 1883/30/425 +f 1884/31/425 1860/6/83 1882/31/425 +f 1885/32/425 1860/6/83 1884/31/425 +f 1886/33/425 1860/6/83 1885/32/425 +f 1886/33/425 1870/7/83 1860/6/83 +f 1887/34/425 1870/7/83 1886/33/425 +f 1870/7/83 1887/34/425 1865/7/425 +f 1888/34/425 1865/7/425 1887/34/425 +f 1881/30/425 1865/7/425 1888/34/425 +f 1881/30/425 1889/32/425 1882/31/425 +f 1881/30/425 1888/34/425 1890/33/425 +f 1881/30/425 1890/33/425 1889/32/425 +f 1893/10/663 1892/9/664 1891/9/663 +f 1892/9/664 1893/10/663 1894/10/664 +f 1891/9/665 1892/9/666 1893/10/665 +f 1894/10/666 1893/10/665 1892/9/666 +f 1897/10/665 1896/9/666 1895/9/665 +f 1896/9/666 1897/10/665 1898/10/666 +f 1895/9/663 1896/9/664 1897/10/663 +f 1898/10/664 1897/10/663 1896/9/664 +f 1901/10/668 1900/9/667 1899/10/667 +f 1900/9/667 1901/10/668 1902/9/668 +f 1899/10/670 1900/9/670 1901/10/669 +f 1902/9/669 1901/10/669 1900/9/670 +f 1905/9/670 1904/10/669 1903/9/669 +f 1904/10/669 1905/9/670 1906/10/670 +f 1903/9/668 1904/10/668 1905/9/667 +f 1906/10/667 1905/9/667 1904/10/668 +f 1898/10/666 1905/9/670 1896/9/666 +f 1905/9/670 1898/10/666 1906/10/670 +f 1896/9/664 1905/9/667 1898/10/664 +f 1906/10/667 1898/10/664 1905/9/667 +f 1894/10/664 1900/9/667 1892/9/664 +f 1900/9/667 1894/10/664 1899/10/667 +f 1892/9/666 1900/9/670 1894/10/666 +f 1899/10/670 1894/10/666 1900/9/670 +f 1901/10/668 1895/9/665 1902/9/668 +f 1895/9/665 1901/10/668 1897/10/665 +f 1902/9/669 1895/9/663 1901/10/669 +f 1897/10/663 1901/10/669 1895/9/663 +f 1904/10/669 1891/9/663 1903/9/669 +f 1891/9/663 1904/10/669 1893/10/663 +f 1903/9/668 1891/9/665 1904/10/668 +f 1893/10/665 1904/10/668 1891/9/665 +f 1894/10/671 1901/10/671 1899/10/671 +f 1901/10/671 1894/10/671 1897/10/671 +f 1897/10/671 1894/10/671 1893/10/671 +f 1897/10/671 1893/10/671 1898/10/671 +f 1898/10/671 1893/10/671 1904/10/671 +f 1898/10/671 1904/10/671 1906/10/671 +f 1899/10/672 1901/10/672 1894/10/672 +f 1897/10/672 1894/10/672 1901/10/672 +f 1893/10/672 1894/10/672 1897/10/672 +f 1898/10/672 1893/10/672 1897/10/672 +f 1904/10/672 1893/10/672 1898/10/672 +f 1906/10/672 1904/10/672 1898/10/672 +f 1895/9/672 1900/9/672 1902/9/672 +f 1900/9/672 1895/9/672 1892/9/672 +f 1892/9/672 1895/9/672 1896/9/672 +f 1892/9/672 1896/9/672 1891/9/672 +f 1891/9/672 1896/9/672 1905/9/672 +f 1891/9/672 1905/9/672 1903/9/672 +f 1902/9/671 1900/9/671 1895/9/671 +f 1892/9/671 1895/9/671 1900/9/671 +f 1896/9/671 1895/9/671 1892/9/671 +f 1891/9/671 1896/9/671 1892/9/671 +f 1905/9/671 1896/9/671 1891/9/671 +f 1903/9/671 1905/9/671 1891/9/671 +f 1909/10/673 1908/9/674 1907/9/673 +f 1908/9/674 1909/10/673 1910/10/674 +f 1907/9/675 1908/9/676 1909/10/675 +f 1910/10/676 1909/10/675 1908/9/676 +f 1913/10/675 1912/9/676 1911/9/675 +f 1912/9/676 1913/10/675 1914/10/676 +f 1911/9/673 1912/9/674 1913/10/673 +f 1914/10/674 1913/10/673 1912/9/674 +f 1917/10/678 1916/9/677 1915/10/677 +f 1916/9/677 1917/10/678 1918/9/678 +f 1915/10/680 1916/9/680 1917/10/679 +f 1918/9/679 1917/10/679 1916/9/680 +f 1921/9/680 1920/10/679 1919/9/679 +f 1920/10/679 1921/9/680 1922/10/680 +f 1919/9/678 1920/10/678 1921/9/677 +f 1922/10/677 1921/9/677 1920/10/678 +f 1914/10/676 1921/9/680 1912/9/676 +f 1921/9/680 1914/10/676 1922/10/680 +f 1912/9/674 1921/9/677 1914/10/674 +f 1922/10/677 1914/10/674 1921/9/677 +f 1910/10/674 1916/9/677 1908/9/674 +f 1916/9/677 1910/10/674 1915/10/677 +f 1908/9/676 1916/9/680 1910/10/676 +f 1915/10/680 1910/10/676 1916/9/680 +f 1917/10/678 1911/9/675 1918/9/678 +f 1911/9/675 1917/10/678 1913/10/675 +f 1918/9/679 1911/9/673 1917/10/679 +f 1913/10/673 1917/10/679 1911/9/673 +f 1920/10/679 1907/9/673 1919/9/679 +f 1907/9/673 1920/10/679 1909/10/673 +f 1919/9/678 1907/9/675 1920/10/678 +f 1909/10/675 1920/10/678 1907/9/675 +f 1910/10/681 1917/10/681 1915/10/681 +f 1917/10/681 1910/10/681 1913/10/681 +f 1913/10/681 1910/10/681 1909/10/681 +f 1913/10/681 1909/10/681 1914/10/681 +f 1914/10/681 1909/10/681 1920/10/681 +f 1914/10/681 1920/10/681 1922/10/681 +f 1915/10/682 1917/10/682 1910/10/682 +f 1913/10/682 1910/10/682 1917/10/682 +f 1909/10/682 1910/10/682 1913/10/682 +f 1914/10/682 1909/10/682 1913/10/682 +f 1920/10/682 1909/10/682 1914/10/682 +f 1922/10/682 1920/10/682 1914/10/682 +f 1911/9/682 1916/9/682 1918/9/682 +f 1916/9/682 1911/9/682 1908/9/682 +f 1908/9/682 1911/9/682 1912/9/682 +f 1908/9/682 1912/9/682 1907/9/682 +f 1907/9/682 1912/9/682 1921/9/682 +f 1907/9/682 1921/9/682 1919/9/682 +f 1918/9/681 1916/9/681 1911/9/681 +f 1908/9/681 1911/9/681 1916/9/681 +f 1912/9/681 1911/9/681 1908/9/681 +f 1907/9/681 1912/9/681 1908/9/681 +f 1921/9/681 1912/9/681 1907/9/681 +f 1919/9/681 1921/9/681 1907/9/681 +f 1925/10/673 1924/9/674 1923/9/673 +f 1924/9/674 1925/10/673 1926/10/674 +f 1923/9/675 1924/9/676 1925/10/675 +f 1926/10/676 1925/10/675 1924/9/676 +f 1929/10/675 1928/9/676 1927/9/675 +f 1928/9/676 1929/10/675 1930/10/676 +f 1927/9/673 1928/9/674 1929/10/673 +f 1930/10/674 1929/10/673 1928/9/674 +f 1933/10/678 1932/9/677 1931/10/677 +f 1932/9/677 1933/10/678 1934/9/678 +f 1931/10/680 1932/9/680 1933/10/679 +f 1934/9/679 1933/10/679 1932/9/680 +f 1937/9/680 1936/10/679 1935/9/679 +f 1936/10/679 1937/9/680 1938/10/680 +f 1935/9/678 1936/10/678 1937/9/677 +f 1938/10/677 1937/9/677 1936/10/678 +f 1930/10/676 1937/9/680 1928/9/676 +f 1937/9/680 1930/10/676 1938/10/680 +f 1928/9/674 1937/9/677 1930/10/674 +f 1938/10/677 1930/10/674 1937/9/677 +f 1926/10/674 1932/9/677 1924/9/674 +f 1932/9/677 1926/10/674 1931/10/677 +f 1924/9/676 1932/9/680 1926/10/676 +f 1931/10/680 1926/10/676 1932/9/680 +f 1933/10/678 1927/9/675 1934/9/678 +f 1927/9/675 1933/10/678 1929/10/675 +f 1934/9/679 1927/9/673 1933/10/679 +f 1929/10/673 1933/10/679 1927/9/673 +f 1936/10/679 1923/9/673 1935/9/679 +f 1923/9/673 1936/10/679 1925/10/673 +f 1935/9/678 1923/9/675 1936/10/678 +f 1925/10/675 1936/10/678 1923/9/675 +f 1926/10/681 1933/10/681 1931/10/681 +f 1933/10/681 1926/10/681 1929/10/681 +f 1929/10/681 1926/10/681 1925/10/681 +f 1929/10/681 1925/10/681 1930/10/681 +f 1930/10/681 1925/10/681 1936/10/681 +f 1930/10/681 1936/10/681 1938/10/681 +f 1931/10/682 1933/10/682 1926/10/682 +f 1929/10/682 1926/10/682 1933/10/682 +f 1925/10/682 1926/10/682 1929/10/682 +f 1930/10/682 1925/10/682 1929/10/682 +f 1936/10/682 1925/10/682 1930/10/682 +f 1938/10/682 1936/10/682 1930/10/682 +f 1927/9/682 1932/9/682 1934/9/682 +f 1932/9/682 1927/9/682 1924/9/682 +f 1924/9/682 1927/9/682 1928/9/682 +f 1924/9/682 1928/9/682 1923/9/682 +f 1923/9/682 1928/9/682 1937/9/682 +f 1923/9/682 1937/9/682 1935/9/682 +f 1934/9/681 1932/9/681 1927/9/681 +f 1924/9/681 1927/9/681 1932/9/681 +f 1928/9/681 1927/9/681 1924/9/681 +f 1923/9/681 1928/9/681 1924/9/681 +f 1937/9/681 1928/9/681 1923/9/681 +f 1935/9/681 1937/9/681 1923/9/681 +f 349/8/445 1940/7/445 1939/8/445 +f 1940/7/445 349/8/445 1941/7/445 +f 1939/8/446 1940/7/446 349/8/446 +f 1941/7/446 349/8/446 1940/7/446 +f 1944/8/589 1943/7/443 1942/7/589 +f 1943/7/443 1944/8/589 1945/8/443 +f 1942/7/590 1943/7/444 1944/8/590 +f 1945/8/444 1944/8/590 1943/7/444 +f 349/8/444 1946/7/444 1941/7/444 +f 1946/7/444 349/8/444 1326/8/444 +f 1941/7/443 1946/7/443 349/8/443 +f 1326/8/443 349/8/443 1946/7/443 +f 1945/8/443 1940/7/591 1943/7/443 +f 1940/7/591 1945/8/443 1939/8/591 +f 1943/7/444 1940/7/592 1945/8/444 +f 1939/8/592 1945/8/444 1940/7/592 +f 1946/7/82 1940/7/82 1941/7/82 +f 1940/7/82 1946/7/82 1943/7/82 +f 1943/7/82 1946/7/82 1942/7/82 +f 1941/7/81 1940/7/81 1946/7/81 +f 1943/7/81 1946/7/81 1940/7/81 +f 1942/7/81 1946/7/81 1943/7/81 +f 1939/8/81 1326/8/81 349/8/81 +f 1326/8/81 1939/8/81 1945/8/81 +f 1326/8/81 1945/8/81 1944/8/81 +f 349/8/82 1326/8/82 1939/8/82 +f 1945/8/82 1939/8/82 1326/8/82 +f 1944/8/82 1945/8/82 1326/8/82 +f 1946/7/446 1944/8/446 1942/7/446 +f 1944/8/446 1946/7/446 1326/8/446 +f 1942/7/445 1944/8/445 1946/7/445 +f 1326/8/445 1946/7/445 1944/8/445 +f 1948/6/81 1190/6/81 1947/6/81 +f 1190/6/81 1948/6/81 1949/6/81 +f 1190/6/81 1949/6/81 1950/6/81 +f 1947/6/82 1190/6/82 1948/6/82 +f 1949/6/82 1948/6/82 1190/6/82 +f 1950/6/82 1949/6/82 1190/6/82 +f 1947/6/444 173/7/444 1951/7/444 +f 173/7/444 1947/6/444 1190/6/444 +f 1951/7/443 173/7/443 1947/6/443 +f 1190/6/443 1947/6/443 173/7/443 +f 173/7/446 1950/6/446 1952/7/446 +f 1950/6/446 173/7/446 1190/6/446 +f 1952/7/445 1950/6/445 173/7/445 +f 1190/6/445 173/7/445 1950/6/445 +f 1947/6/445 1953/7/445 1948/6/445 +f 1953/7/445 1947/6/445 1951/7/445 +f 1948/6/446 1953/7/446 1947/6/446 +f 1951/7/446 1947/6/446 1953/7/446 +f 1955/24/333 1954/23/333 1949/6/444 +f 1954/23/333 1956/25/333 1949/6/444 +f 1957/26/333 1955/24/333 1949/6/444 +f 1949/6/444 1956/25/333 1958/7/444 +f 1959/25/333 1958/7/444 1956/25/333 +f 1958/7/444 1959/25/333 1952/7/333 +f 1960/23/333 1952/7/333 1959/25/333 +f 1950/6/333 1957/26/333 1949/6/444 +f 1950/6/333 1952/7/333 1960/23/333 +f 1957/26/333 1950/6/333 1961/26/333 +f 1962/24/333 1950/6/333 1960/23/333 +f 1961/26/333 1950/6/333 1962/24/333 +f 1964/28/336 1963/27/336 1948/6/336 +f 1965/29/336 1964/28/336 1948/6/336 +f 1949/6/444 1965/29/336 1948/6/336 +f 1965/29/336 1949/6/444 1966/29/336 +f 1948/6/336 1963/27/336 1953/7/336 +f 1966/29/336 1949/6/444 1967/28/336 +f 1967/28/336 1949/6/444 1968/27/336 +f 1969/30/336 1953/7/336 1963/27/336 +f 1968/27/336 1949/6/444 1970/31/336 +f 1971/30/336 1968/27/336 1970/31/336 +f 1971/30/336 1970/31/336 1969/30/336 +f 1970/31/336 1949/6/444 1972/31/336 +f 1972/31/336 1949/6/444 1973/32/336 +f 1973/32/336 1949/6/444 1974/33/336 +f 1949/6/444 1958/7/444 1974/33/336 +f 1974/33/336 1958/7/444 1975/34/336 +f 1953/7/336 1975/34/336 1958/7/444 +f 1975/34/336 1953/7/336 1976/34/336 +f 1976/34/336 1953/7/336 1969/30/336 +f 1970/31/336 1977/32/336 1969/30/336 +f 1978/33/336 1976/34/336 1969/30/336 +f 1977/32/336 1978/33/336 1969/30/336 +f 1949/6/443 1954/23/331 1955/24/331 +f 1949/6/443 1955/24/331 1957/26/331 +f 1949/6/443 1956/25/331 1954/23/331 +f 1958/7/443 1956/25/331 1949/6/443 +f 1956/25/331 1958/7/443 1959/25/331 +f 1952/7/331 1959/25/331 1958/7/443 +f 1959/25/331 1952/7/331 1960/23/331 +f 1949/6/443 1957/26/331 1950/6/331 +f 1960/23/331 1952/7/331 1950/6/331 +f 1961/26/331 1950/6/331 1957/26/331 +f 1960/23/331 1950/6/331 1962/24/331 +f 1962/24/331 1950/6/331 1961/26/331 +f 1948/6/335 1963/27/335 1964/28/335 +f 1948/6/335 1964/28/335 1965/29/335 +f 1948/6/335 1965/29/335 1949/6/443 +f 1966/29/335 1949/6/443 1965/29/335 +f 1953/7/335 1963/27/335 1948/6/335 +f 1967/28/335 1949/6/443 1966/29/335 +f 1968/27/335 1949/6/443 1967/28/335 +f 1963/27/335 1953/7/335 1969/30/335 +f 1970/31/335 1949/6/443 1968/27/335 +f 1970/31/335 1968/27/335 1971/30/335 +f 1969/30/335 1970/31/335 1971/30/335 +f 1972/31/335 1949/6/443 1970/31/335 +f 1973/32/335 1949/6/443 1972/31/335 +f 1974/33/335 1949/6/443 1973/32/335 +f 1974/33/335 1958/7/443 1949/6/443 +f 1975/34/335 1958/7/443 1974/33/335 +f 1958/7/443 1975/34/335 1953/7/335 +f 1976/34/335 1953/7/335 1975/34/335 +f 1969/30/335 1953/7/335 1976/34/335 +f 1969/30/335 1977/32/335 1970/31/335 +f 1969/30/335 1976/34/335 1978/33/335 +f 1969/30/335 1978/33/335 1977/32/335 +f 1981/10/603 1980/9/604 1979/9/603 +f 1980/9/604 1981/10/603 1982/10/604 +f 1979/9/605 1980/9/606 1981/10/605 +f 1982/10/606 1981/10/605 1980/9/606 +f 1985/10/605 1984/9/606 1983/9/605 +f 1984/9/606 1985/10/605 1986/10/606 +f 1983/9/603 1984/9/604 1985/10/603 +f 1986/10/604 1985/10/603 1984/9/604 +f 1989/10/608 1988/9/607 1987/10/607 +f 1988/9/607 1989/10/608 1990/9/608 +f 1987/10/610 1988/9/610 1989/10/609 +f 1990/9/609 1989/10/609 1988/9/610 +f 1993/9/610 1992/10/609 1991/9/609 +f 1992/10/609 1993/9/610 1994/10/610 +f 1991/9/608 1992/10/608 1993/9/607 +f 1994/10/607 1993/9/607 1992/10/608 +f 1986/10/606 1993/9/610 1984/9/606 +f 1993/9/610 1986/10/606 1994/10/610 +f 1984/9/604 1993/9/607 1986/10/604 +f 1994/10/607 1986/10/604 1993/9/607 +f 1982/10/604 1988/9/607 1980/9/604 +f 1988/9/607 1982/10/604 1987/10/607 +f 1980/9/606 1988/9/610 1982/10/606 +f 1987/10/610 1982/10/606 1988/9/610 +f 1989/10/608 1983/9/605 1990/9/608 +f 1983/9/605 1989/10/608 1985/10/605 +f 1990/9/609 1983/9/603 1989/10/609 +f 1985/10/603 1989/10/609 1983/9/603 +f 1992/10/609 1979/9/603 1991/9/609 +f 1979/9/603 1992/10/609 1981/10/603 +f 1991/9/608 1979/9/605 1992/10/608 +f 1981/10/605 1992/10/608 1979/9/605 +f 1982/10/611 1989/10/611 1987/10/611 +f 1989/10/611 1982/10/611 1985/10/611 +f 1985/10/611 1982/10/611 1981/10/611 +f 1985/10/611 1981/10/611 1986/10/611 +f 1986/10/611 1981/10/611 1992/10/611 +f 1986/10/611 1992/10/611 1994/10/611 +f 1987/10/612 1989/10/612 1982/10/612 +f 1985/10/612 1982/10/612 1989/10/612 +f 1981/10/612 1982/10/612 1985/10/612 +f 1986/10/612 1981/10/612 1985/10/612 +f 1992/10/612 1981/10/612 1986/10/612 +f 1994/10/612 1992/10/612 1986/10/612 +f 1983/9/612 1988/9/612 1990/9/612 +f 1988/9/612 1983/9/612 1980/9/612 +f 1980/9/612 1983/9/612 1984/9/612 +f 1980/9/612 1984/9/612 1979/9/612 +f 1979/9/612 1984/9/612 1993/9/612 +f 1979/9/612 1993/9/612 1991/9/612 +f 1990/9/611 1988/9/611 1983/9/611 +f 1980/9/611 1983/9/611 1988/9/611 +f 1984/9/611 1983/9/611 1980/9/611 +f 1979/9/611 1984/9/611 1980/9/611 +f 1993/9/611 1984/9/611 1979/9/611 +f 1991/9/611 1993/9/611 1979/9/611 +f 1997/10/593 1996/9/594 1995/9/593 +f 1996/9/594 1997/10/593 1998/10/594 +f 1995/9/595 1996/9/596 1997/10/595 +f 1998/10/596 1997/10/595 1996/9/596 +f 2001/10/595 2000/9/596 1999/9/595 +f 2000/9/596 2001/10/595 2002/10/596 +f 1999/9/593 2000/9/594 2001/10/593 +f 2002/10/594 2001/10/593 2000/9/594 +f 2005/10/598 2004/9/597 2003/10/597 +f 2004/9/597 2005/10/598 2006/9/598 +f 2003/10/600 2004/9/600 2005/10/599 +f 2006/9/599 2005/10/599 2004/9/600 +f 2009/9/600 2008/10/599 2007/9/599 +f 2008/10/599 2009/9/600 2010/10/600 +f 2007/9/598 2008/10/598 2009/9/597 +f 2010/10/597 2009/9/597 2008/10/598 +f 2002/10/596 2009/9/600 2000/9/596 +f 2009/9/600 2002/10/596 2010/10/600 +f 2000/9/594 2009/9/597 2002/10/594 +f 2010/10/597 2002/10/594 2009/9/597 +f 1998/10/594 2004/9/597 1996/9/594 +f 2004/9/597 1998/10/594 2003/10/597 +f 1996/9/596 2004/9/600 1998/10/596 +f 2003/10/600 1998/10/596 2004/9/600 +f 2005/10/598 1999/9/595 2006/9/598 +f 1999/9/595 2005/10/598 2001/10/595 +f 2006/9/599 1999/9/593 2005/10/599 +f 2001/10/593 2005/10/599 1999/9/593 +f 2008/10/599 1995/9/593 2007/9/599 +f 1995/9/593 2008/10/599 1997/10/593 +f 2007/9/598 1995/9/595 2008/10/598 +f 1997/10/595 2008/10/598 1995/9/595 +f 1998/10/601 2005/10/601 2003/10/601 +f 2005/10/601 1998/10/601 2001/10/601 +f 2001/10/601 1998/10/601 1997/10/601 +f 2001/10/601 1997/10/601 2002/10/601 +f 2002/10/601 1997/10/601 2008/10/601 +f 2002/10/601 2008/10/601 2010/10/601 +f 2003/10/602 2005/10/602 1998/10/602 +f 2001/10/602 1998/10/602 2005/10/602 +f 1997/10/602 1998/10/602 2001/10/602 +f 2002/10/602 1997/10/602 2001/10/602 +f 2008/10/602 1997/10/602 2002/10/602 +f 2010/10/602 2008/10/602 2002/10/602 +f 1999/9/602 2004/9/602 2006/9/602 +f 2004/9/602 1999/9/602 1996/9/602 +f 1996/9/602 1999/9/602 2000/9/602 +f 1996/9/602 2000/9/602 1995/9/602 +f 1995/9/602 2000/9/602 2009/9/602 +f 1995/9/602 2009/9/602 2007/9/602 +f 2006/9/601 2004/9/601 1999/9/601 +f 1996/9/601 1999/9/601 2004/9/601 +f 2000/9/601 1999/9/601 1996/9/601 +f 1995/9/601 2000/9/601 1996/9/601 +f 2009/9/601 2000/9/601 1995/9/601 +f 2007/9/601 2009/9/601 1995/9/601 +f 2013/10/593 2012/9/594 2011/9/593 +f 2012/9/594 2013/10/593 2014/10/594 +f 2011/9/595 2012/9/596 2013/10/595 +f 2014/10/596 2013/10/595 2012/9/596 +f 2017/10/595 2016/9/596 2015/9/595 +f 2016/9/596 2017/10/595 2018/10/596 +f 2015/9/593 2016/9/594 2017/10/593 +f 2018/10/594 2017/10/593 2016/9/594 +f 2020/10/598 1978/9/597 2019/10/597 +f 1978/9/597 2020/10/598 2021/9/598 +f 2019/10/600 1978/9/600 2020/10/599 +f 2021/9/599 2020/10/599 1978/9/600 +f 2024/9/600 2023/10/599 2022/9/599 +f 2023/10/599 2024/9/600 2025/10/600 +f 2022/9/598 2023/10/598 2024/9/597 +f 2025/10/597 2024/9/597 2023/10/598 +f 2018/10/596 2024/9/600 2016/9/596 +f 2024/9/600 2018/10/596 2025/10/600 +f 2016/9/594 2024/9/597 2018/10/594 +f 2025/10/597 2018/10/594 2024/9/597 +f 2014/10/594 1978/9/597 2012/9/594 +f 1978/9/597 2014/10/594 2019/10/597 +f 2012/9/596 1978/9/600 2014/10/596 +f 2019/10/600 2014/10/596 1978/9/600 +f 2020/10/598 2015/9/595 2021/9/598 +f 2015/9/595 2020/10/598 2017/10/595 +f 2021/9/599 2015/9/593 2020/10/599 +f 2017/10/593 2020/10/599 2015/9/593 +f 2023/10/599 2011/9/593 2022/9/599 +f 2011/9/593 2023/10/599 2013/10/593 +f 2022/9/598 2011/9/595 2023/10/598 +f 2013/10/595 2023/10/598 2011/9/595 +f 2014/10/601 2020/10/601 2019/10/601 +f 2020/10/601 2014/10/601 2017/10/601 +f 2017/10/601 2014/10/601 2013/10/601 +f 2017/10/601 2013/10/601 2018/10/601 +f 2018/10/601 2013/10/601 2023/10/601 +f 2018/10/601 2023/10/601 2025/10/601 +f 2019/10/602 2020/10/602 2014/10/602 +f 2017/10/602 2014/10/602 2020/10/602 +f 2013/10/602 2014/10/602 2017/10/602 +f 2018/10/602 2013/10/602 2017/10/602 +f 2023/10/602 2013/10/602 2018/10/602 +f 2025/10/602 2023/10/602 2018/10/602 +f 2015/9/602 1978/9/602 2021/9/602 +f 1978/9/602 2015/9/602 2012/9/602 +f 2012/9/602 2015/9/602 2016/9/602 +f 2012/9/602 2016/9/602 2011/9/602 +f 2011/9/602 2016/9/602 2024/9/602 +f 2011/9/602 2024/9/602 2022/9/602 +f 2021/9/601 1978/9/601 2015/9/601 +f 2012/9/601 2015/9/601 1978/9/601 +f 2016/9/601 2015/9/601 2012/9/601 +f 2011/9/601 2016/9/601 2012/9/601 +f 2024/9/601 2016/9/601 2011/9/601 +f 2022/9/601 2024/9/601 2011/9/601 +f 2028/8/311 2027/7/311 2026/8/311 +f 2027/7/311 2028/8/311 685/7/311 +f 2026/8/312 2027/7/312 2028/8/312 +f 685/7/312 2028/8/312 2027/7/312 +f 2031/8/590 2030/7/314 2029/7/590 +f 2030/7/314 2031/8/590 2032/8/314 +f 2029/7/589 2030/7/313 2031/8/589 +f 2032/8/313 2031/8/589 2030/7/313 +f 2028/8/313 130/7/313 685/7/313 +f 130/7/313 2028/8/313 428/8/313 +f 685/7/314 130/7/314 2028/8/314 +f 428/8/314 2028/8/314 130/7/314 +f 2032/8/314 2027/7/592 2030/7/314 +f 2027/7/592 2032/8/314 2026/8/592 +f 2030/7/313 2027/7/591 2032/8/313 +f 2026/8/591 2032/8/313 2027/7/591 +f 130/7/82 2027/7/82 685/7/82 +f 2027/7/82 130/7/82 2030/7/82 +f 2030/7/82 130/7/82 2029/7/82 +f 685/7/81 2027/7/81 130/7/81 +f 2030/7/81 130/7/81 2027/7/81 +f 2029/7/81 130/7/81 2030/7/81 +f 2026/8/81 428/8/81 2028/8/81 +f 428/8/81 2026/8/81 2032/8/81 +f 428/8/81 2032/8/81 2031/8/81 +f 2028/8/82 428/8/82 2026/8/82 +f 2032/8/82 2026/8/82 428/8/82 +f 2031/8/82 2032/8/82 428/8/82 +f 130/7/312 2031/8/312 2029/7/312 +f 2031/8/312 130/7/312 428/8/312 +f 2029/7/311 2031/8/311 130/7/311 +f 428/8/311 130/7/311 2031/8/311 +f 2035/6/81 2034/6/81 2033/6/81 +f 2034/6/81 2035/6/81 2036/6/81 +f 2034/6/81 2036/6/81 2037/6/81 +f 2033/6/82 2034/6/82 2035/6/82 +f 2036/6/82 2035/6/82 2034/6/82 +f 2037/6/82 2036/6/82 2034/6/82 +f 2033/6/313 236/7/313 2038/7/313 +f 236/7/313 2033/6/313 2034/6/313 +f 2038/7/314 236/7/314 2033/6/314 +f 2034/6/314 2033/6/314 236/7/314 +f 236/7/312 2037/6/312 2039/7/312 +f 2037/6/312 236/7/312 2034/6/312 +f 2039/7/311 2037/6/311 236/7/311 +f 2034/6/311 236/7/311 2037/6/311 +f 2033/6/311 2040/7/311 2035/6/311 +f 2040/7/311 2033/6/311 2038/7/311 +f 2035/6/312 2040/7/312 2033/6/312 +f 2038/7/312 2033/6/312 2040/7/312 +f 2042/24/331 2041/23/331 2036/6/313 +f 2041/23/331 2043/25/331 2036/6/313 +f 2044/26/331 2042/24/331 2036/6/313 +f 2036/6/313 2043/25/331 2045/7/313 +f 2046/25/331 2045/7/313 2043/25/331 +f 2045/7/313 2046/25/331 2039/7/331 +f 2047/23/331 2039/7/331 2046/25/331 +f 2037/6/331 2044/26/331 2036/6/313 +f 2037/6/331 2039/7/331 2047/23/331 +f 2044/26/331 2037/6/331 2048/26/331 +f 2049/24/331 2037/6/331 2047/23/331 +f 2048/26/331 2037/6/331 2049/24/331 +f 2051/28/335 2050/27/335 2035/6/335 +f 2052/29/335 2051/28/335 2035/6/335 +f 2036/6/313 2052/29/335 2035/6/335 +f 2052/29/335 2036/6/313 2053/29/335 +f 2035/6/335 2050/27/335 2040/7/335 +f 2053/29/335 2036/6/313 2054/28/335 +f 2054/28/335 2036/6/313 2055/27/335 +f 2056/30/335 2040/7/335 2050/27/335 +f 2055/27/335 2036/6/313 2057/31/335 +f 2058/30/335 2055/27/335 2057/31/335 +f 2058/30/335 2057/31/335 2056/30/335 +f 2057/31/335 2036/6/313 2059/31/335 +f 2059/31/335 2036/6/313 2060/32/335 +f 2060/32/335 2036/6/313 2061/33/335 +f 2036/6/313 2045/7/313 2061/33/335 +f 2061/33/335 2045/7/313 2062/34/335 +f 2040/7/335 2062/34/335 2045/7/313 +f 2062/34/335 2040/7/335 2063/34/335 +f 2063/34/335 2040/7/335 2056/30/335 +f 2057/31/335 2064/32/335 2056/30/335 +f 2065/33/335 2063/34/335 2056/30/335 +f 2064/32/335 2065/33/335 2056/30/335 +f 2036/6/314 2041/23/333 2042/24/333 +f 2036/6/314 2042/24/333 2044/26/333 +f 2036/6/314 2043/25/333 2041/23/333 +f 2045/7/314 2043/25/333 2036/6/314 +f 2043/25/333 2045/7/314 2046/25/333 +f 2039/7/333 2046/25/333 2045/7/314 +f 2046/25/333 2039/7/333 2047/23/333 +f 2036/6/314 2044/26/333 2037/6/333 +f 2047/23/333 2039/7/333 2037/6/333 +f 2048/26/333 2037/6/333 2044/26/333 +f 2047/23/333 2037/6/333 2049/24/333 +f 2049/24/333 2037/6/333 2048/26/333 +f 2035/6/336 2050/27/336 2051/28/336 +f 2035/6/336 2051/28/336 2052/29/336 +f 2035/6/336 2052/29/336 2036/6/314 +f 2053/29/336 2036/6/314 2052/29/336 +f 2040/7/336 2050/27/336 2035/6/336 +f 2054/28/336 2036/6/314 2053/29/336 +f 2055/27/336 2036/6/314 2054/28/336 +f 2050/27/336 2040/7/336 2056/30/336 +f 2057/31/336 2036/6/314 2055/27/336 +f 2057/31/336 2055/27/336 2058/30/336 +f 2056/30/336 2057/31/336 2058/30/336 +f 2059/31/336 2036/6/314 2057/31/336 +f 2060/32/336 2036/6/314 2059/31/336 +f 2061/33/336 2036/6/314 2060/32/336 +f 2061/33/336 2045/7/314 2036/6/314 +f 2062/34/336 2045/7/314 2061/33/336 +f 2045/7/314 2062/34/336 2040/7/336 +f 2063/34/336 2040/7/336 2062/34/336 +f 2056/30/336 2040/7/336 2063/34/336 +f 2056/30/336 2064/32/336 2057/31/336 +f 2056/30/336 2063/34/336 2065/33/336 +f 2056/30/336 2065/33/336 2064/32/336 +f 2068/10/623 2067/9/624 2066/9/623 +f 2067/9/624 2068/10/623 2069/10/624 +f 2066/9/625 2067/9/626 2068/10/625 +f 2069/10/626 2068/10/625 2067/9/626 +f 2072/10/625 2071/9/626 2070/9/625 +f 2071/9/626 2072/10/625 2073/10/626 +f 2070/9/623 2071/9/624 2072/10/623 +f 2073/10/624 2072/10/623 2071/9/624 +f 2076/10/628 2075/9/627 2074/10/627 +f 2075/9/627 2076/10/628 2077/9/628 +f 2074/10/630 2075/9/630 2076/10/629 +f 2077/9/629 2076/10/629 2075/9/630 +f 2080/9/630 2079/10/629 2078/9/629 +f 2079/10/629 2080/9/630 2081/10/630 +f 2078/9/628 2079/10/628 2080/9/627 +f 2081/10/627 2080/9/627 2079/10/628 +f 2073/10/626 2080/9/630 2071/9/626 +f 2080/9/630 2073/10/626 2081/10/630 +f 2071/9/624 2080/9/627 2073/10/624 +f 2081/10/627 2073/10/624 2080/9/627 +f 2069/10/624 2075/9/627 2067/9/624 +f 2075/9/627 2069/10/624 2074/10/627 +f 2067/9/626 2075/9/630 2069/10/626 +f 2074/10/630 2069/10/626 2075/9/630 +f 2076/10/628 2070/9/625 2077/9/628 +f 2070/9/625 2076/10/628 2072/10/625 +f 2077/9/629 2070/9/623 2076/10/629 +f 2072/10/623 2076/10/629 2070/9/623 +f 2079/10/629 2066/9/623 2078/9/629 +f 2066/9/623 2079/10/629 2068/10/623 +f 2078/9/628 2066/9/625 2079/10/628 +f 2068/10/625 2079/10/628 2066/9/625 +f 2069/10/631 2076/10/631 2074/10/631 +f 2076/10/631 2069/10/631 2072/10/631 +f 2072/10/631 2069/10/631 2068/10/631 +f 2072/10/631 2068/10/631 2073/10/631 +f 2073/10/631 2068/10/631 2079/10/631 +f 2073/10/631 2079/10/631 2081/10/631 +f 2074/10/632 2076/10/632 2069/10/632 +f 2072/10/632 2069/10/632 2076/10/632 +f 2068/10/632 2069/10/632 2072/10/632 +f 2073/10/632 2068/10/632 2072/10/632 +f 2079/10/632 2068/10/632 2073/10/632 +f 2081/10/632 2079/10/632 2073/10/632 +f 2070/9/632 2075/9/632 2077/9/632 +f 2075/9/632 2070/9/632 2067/9/632 +f 2067/9/632 2070/9/632 2071/9/632 +f 2067/9/632 2071/9/632 2066/9/632 +f 2066/9/632 2071/9/632 2080/9/632 +f 2066/9/632 2080/9/632 2078/9/632 +f 2077/9/631 2075/9/631 2070/9/631 +f 2067/9/631 2070/9/631 2075/9/631 +f 2071/9/631 2070/9/631 2067/9/631 +f 2066/9/631 2071/9/631 2067/9/631 +f 2080/9/631 2071/9/631 2066/9/631 +f 2078/9/631 2080/9/631 2066/9/631 +f 2084/10/613 2083/9/614 2082/9/613 +f 2083/9/614 2084/10/613 2085/10/614 +f 2082/9/615 2083/9/616 2084/10/615 +f 2085/10/616 2084/10/615 2083/9/616 +f 2088/10/615 2087/9/616 2086/9/615 +f 2087/9/616 2088/10/615 2089/10/616 +f 2086/9/613 2087/9/614 2088/10/613 +f 2089/10/614 2088/10/613 2087/9/614 +f 2092/10/618 2091/9/617 2090/10/617 +f 2091/9/617 2092/10/618 2093/9/618 +f 2090/10/620 2091/9/620 2092/10/619 +f 2093/9/619 2092/10/619 2091/9/620 +f 2096/9/620 2095/10/619 2094/9/619 +f 2095/10/619 2096/9/620 2097/10/620 +f 2094/9/618 2095/10/618 2096/9/617 +f 2097/10/617 2096/9/617 2095/10/618 +f 2089/10/616 2096/9/620 2087/9/616 +f 2096/9/620 2089/10/616 2097/10/620 +f 2087/9/614 2096/9/617 2089/10/614 +f 2097/10/617 2089/10/614 2096/9/617 +f 2085/10/614 2091/9/617 2083/9/614 +f 2091/9/617 2085/10/614 2090/10/617 +f 2083/9/616 2091/9/620 2085/10/616 +f 2090/10/620 2085/10/616 2091/9/620 +f 2092/10/618 2086/9/615 2093/9/618 +f 2086/9/615 2092/10/618 2088/10/615 +f 2093/9/619 2086/9/613 2092/10/619 +f 2088/10/613 2092/10/619 2086/9/613 +f 2095/10/619 2082/9/613 2094/9/619 +f 2082/9/613 2095/10/619 2084/10/613 +f 2094/9/618 2082/9/615 2095/10/618 +f 2084/10/615 2095/10/618 2082/9/615 +f 2085/10/621 2092/10/621 2090/10/621 +f 2092/10/621 2085/10/621 2088/10/621 +f 2088/10/621 2085/10/621 2084/10/621 +f 2088/10/621 2084/10/621 2089/10/621 +f 2089/10/621 2084/10/621 2095/10/621 +f 2089/10/621 2095/10/621 2097/10/621 +f 2090/10/622 2092/10/622 2085/10/622 +f 2088/10/622 2085/10/622 2092/10/622 +f 2084/10/622 2085/10/622 2088/10/622 +f 2089/10/622 2084/10/622 2088/10/622 +f 2095/10/622 2084/10/622 2089/10/622 +f 2097/10/622 2095/10/622 2089/10/622 +f 2086/9/622 2091/9/622 2093/9/622 +f 2091/9/622 2086/9/622 2083/9/622 +f 2083/9/622 2086/9/622 2087/9/622 +f 2083/9/622 2087/9/622 2082/9/622 +f 2082/9/622 2087/9/622 2096/9/622 +f 2082/9/622 2096/9/622 2094/9/622 +f 2093/9/621 2091/9/621 2086/9/621 +f 2083/9/621 2086/9/621 2091/9/621 +f 2087/9/621 2086/9/621 2083/9/621 +f 2082/9/621 2087/9/621 2083/9/621 +f 2096/9/621 2087/9/621 2082/9/621 +f 2094/9/621 2096/9/621 2082/9/621 +f 2100/10/613 2099/9/614 2098/9/613 +f 2099/9/614 2100/10/613 2101/10/614 +f 2098/9/615 2099/9/616 2100/10/615 +f 2101/10/616 2100/10/615 2099/9/616 +f 2104/10/615 2103/9/616 2102/9/615 +f 2103/9/616 2104/10/615 2105/10/616 +f 2102/9/613 2103/9/614 2104/10/613 +f 2105/10/614 2104/10/613 2103/9/614 +f 2107/10/618 2065/9/617 2106/10/617 +f 2065/9/617 2107/10/618 2108/9/618 +f 2106/10/620 2065/9/620 2107/10/619 +f 2108/9/619 2107/10/619 2065/9/620 +f 2111/9/620 2110/10/619 2109/9/619 +f 2110/10/619 2111/9/620 2112/10/620 +f 2109/9/618 2110/10/618 2111/9/617 +f 2112/10/617 2111/9/617 2110/10/618 +f 2105/10/616 2111/9/620 2103/9/616 +f 2111/9/620 2105/10/616 2112/10/620 +f 2103/9/614 2111/9/617 2105/10/614 +f 2112/10/617 2105/10/614 2111/9/617 +f 2101/10/614 2065/9/617 2099/9/614 +f 2065/9/617 2101/10/614 2106/10/617 +f 2099/9/616 2065/9/620 2101/10/616 +f 2106/10/620 2101/10/616 2065/9/620 +f 2107/10/618 2102/9/615 2108/9/618 +f 2102/9/615 2107/10/618 2104/10/615 +f 2108/9/619 2102/9/613 2107/10/619 +f 2104/10/613 2107/10/619 2102/9/613 +f 2110/10/619 2098/9/613 2109/9/619 +f 2098/9/613 2110/10/619 2100/10/613 +f 2109/9/618 2098/9/615 2110/10/618 +f 2100/10/615 2110/10/618 2098/9/615 +f 2101/10/621 2107/10/621 2106/10/621 +f 2107/10/621 2101/10/621 2104/10/621 +f 2104/10/621 2101/10/621 2100/10/621 +f 2104/10/621 2100/10/621 2105/10/621 +f 2105/10/621 2100/10/621 2110/10/621 +f 2105/10/621 2110/10/621 2112/10/621 +f 2106/10/622 2107/10/622 2101/10/622 +f 2104/10/622 2101/10/622 2107/10/622 +f 2100/10/622 2101/10/622 2104/10/622 +f 2105/10/622 2100/10/622 2104/10/622 +f 2110/10/622 2100/10/622 2105/10/622 +f 2112/10/622 2110/10/622 2105/10/622 +f 2102/9/622 2065/9/622 2108/9/622 +f 2065/9/622 2102/9/622 2099/9/622 +f 2099/9/622 2102/9/622 2103/9/622 +f 2099/9/622 2103/9/622 2098/9/622 +f 2098/9/622 2103/9/622 2111/9/622 +f 2098/9/622 2111/9/622 2109/9/622 +f 2108/9/621 2065/9/621 2102/9/621 +f 2099/9/621 2102/9/621 2065/9/621 +f 2103/9/621 2102/9/621 2099/9/621 +f 2098/9/621 2103/9/621 2099/9/621 +f 2111/9/621 2103/9/621 2098/9/621 +f 2109/9/621 2111/9/621 2098/9/621 +f 927/8/192 2114/7/192 2113/8/192 +f 2114/7/192 927/8/192 2115/7/192 +f 2113/8/191 2114/7/191 927/8/191 +f 2115/7/191 927/8/191 2114/7/191 +f 2118/8/635 2117/7/179 2116/7/635 +f 2117/7/179 2118/8/635 2119/8/179 +f 2116/7/636 2117/7/180 2118/8/636 +f 2119/8/180 2118/8/636 2117/7/180 +f 927/8/180 2120/7/180 2115/7/180 +f 2120/7/180 927/8/180 2121/8/180 +f 2115/7/179 2120/7/179 927/8/179 +f 2121/8/179 927/8/179 2120/7/179 +f 2119/8/179 2114/7/637 2117/7/179 +f 2114/7/637 2119/8/179 2113/8/637 +f 2117/7/180 2114/7/638 2119/8/180 +f 2113/8/638 2119/8/180 2114/7/638 +f 2120/7/82 2114/7/82 2115/7/82 +f 2114/7/82 2120/7/82 2117/7/82 +f 2117/7/82 2120/7/82 2116/7/82 +f 2115/7/81 2114/7/81 2120/7/81 +f 2117/7/81 2120/7/81 2114/7/81 +f 2116/7/81 2120/7/81 2117/7/81 +f 2113/8/81 2121/8/81 927/8/81 +f 2121/8/81 2113/8/81 2119/8/81 +f 2121/8/81 2119/8/81 2118/8/81 +f 927/8/82 2121/8/82 2113/8/82 +f 2119/8/82 2113/8/82 2121/8/82 +f 2118/8/82 2119/8/82 2121/8/82 +f 2120/7/191 2118/8/191 2116/7/191 +f 2118/8/191 2120/7/191 2121/8/191 +f 2116/7/192 2118/8/192 2120/7/192 +f 2121/8/192 2120/7/192 2118/8/192 +f 2124/6/81 2123/6/81 2122/6/81 +f 2123/6/81 2124/6/81 2125/6/81 +f 2123/6/81 2125/6/81 2126/6/81 +f 2122/6/82 2123/6/82 2124/6/82 +f 2125/6/82 2124/6/82 2123/6/82 +f 2126/6/82 2125/6/82 2123/6/82 +f 2122/6/180 2128/7/180 2127/7/180 +f 2128/7/180 2122/6/180 2123/6/180 +f 2127/7/179 2128/7/179 2122/6/179 +f 2123/6/179 2122/6/179 2128/7/179 +f 2128/7/191 2126/6/191 2129/7/191 +f 2126/6/191 2128/7/191 2123/6/191 +f 2129/7/192 2126/6/192 2128/7/192 +f 2123/6/192 2128/7/192 2126/6/192 +f 2122/6/192 2130/7/192 2124/6/192 +f 2130/7/192 2122/6/192 2127/7/192 +f 2124/6/191 2130/7/191 2122/6/191 +f 2127/7/191 2122/6/191 2130/7/191 +f 2132/24/420 2131/23/420 2125/6/180 +f 2131/23/420 2133/25/420 2125/6/180 +f 2134/26/420 2132/24/420 2125/6/180 +f 2125/6/180 2133/25/420 2135/7/180 +f 2136/25/420 2135/7/180 2133/25/420 +f 2135/7/180 2136/25/420 2129/7/420 +f 2137/23/420 2129/7/420 2136/25/420 +f 2126/6/420 2134/26/420 2125/6/180 +f 2126/6/420 2129/7/420 2137/23/420 +f 2134/26/420 2126/6/420 2138/26/420 +f 2139/24/420 2126/6/420 2137/23/420 +f 2138/26/420 2126/6/420 2139/24/420 +f 2141/28/422 2140/27/422 2124/6/422 +f 2142/29/422 2141/28/422 2124/6/422 +f 2125/6/180 2142/29/422 2124/6/422 +f 2142/29/422 2125/6/180 2143/29/422 +f 2124/6/422 2140/27/422 2130/7/422 +f 2143/29/422 2125/6/180 2144/28/422 +f 2144/28/422 2125/6/180 2145/27/422 +f 2146/30/422 2130/7/422 2140/27/422 +f 2145/27/422 2125/6/180 2147/31/422 +f 2148/30/422 2145/27/422 2147/31/422 +f 2148/30/422 2147/31/422 2146/30/422 +f 2147/31/422 2125/6/180 2149/31/422 +f 2149/31/422 2125/6/180 2150/32/422 +f 2150/32/422 2125/6/180 2151/33/422 +f 2125/6/180 2135/7/180 2151/33/422 +f 2151/33/422 2135/7/180 2152/34/422 +f 2130/7/422 2152/34/422 2135/7/180 +f 2152/34/422 2130/7/422 2153/34/422 +f 2153/34/422 2130/7/422 2146/30/422 +f 2147/31/422 2154/32/422 2146/30/422 +f 2155/33/422 2153/34/422 2146/30/422 +f 2154/32/422 2155/33/422 2146/30/422 +f 2125/6/179 2131/23/419 2132/24/419 +f 2125/6/179 2132/24/419 2134/26/419 +f 2125/6/179 2133/25/419 2131/23/419 +f 2135/7/179 2133/25/419 2125/6/179 +f 2133/25/419 2135/7/179 2136/25/419 +f 2129/7/419 2136/25/419 2135/7/179 +f 2136/25/419 2129/7/419 2137/23/419 +f 2125/6/179 2134/26/419 2126/6/419 +f 2137/23/419 2129/7/419 2126/6/419 +f 2138/26/419 2126/6/419 2134/26/419 +f 2137/23/419 2126/6/419 2139/24/419 +f 2139/24/419 2126/6/419 2138/26/419 +f 2124/6/421 2140/27/421 2141/28/421 +f 2124/6/421 2141/28/421 2142/29/421 +f 2124/6/421 2142/29/421 2125/6/179 +f 2143/29/421 2125/6/179 2142/29/421 +f 2130/7/421 2140/27/421 2124/6/421 +f 2144/28/421 2125/6/179 2143/29/421 +f 2145/27/421 2125/6/179 2144/28/421 +f 2140/27/421 2130/7/421 2146/30/421 +f 2147/31/421 2125/6/179 2145/27/421 +f 2147/31/421 2145/27/421 2148/30/421 +f 2146/30/421 2147/31/421 2148/30/421 +f 2149/31/421 2125/6/179 2147/31/421 +f 2150/32/421 2125/6/179 2149/31/421 +f 2151/33/421 2125/6/179 2150/32/421 +f 2151/33/421 2135/7/179 2125/6/179 +f 2152/34/421 2135/7/179 2151/33/421 +f 2135/7/179 2152/34/421 2130/7/421 +f 2153/34/421 2130/7/421 2152/34/421 +f 2146/30/421 2130/7/421 2153/34/421 +f 2146/30/421 2154/32/421 2147/31/421 +f 2146/30/421 2153/34/421 2155/33/421 +f 2146/30/421 2155/33/421 2154/32/421 +f 2158/10/639 2157/9/640 2156/9/639 +f 2157/9/640 2158/10/639 2159/10/640 +f 2156/9/641 2157/9/642 2158/10/641 +f 2159/10/642 2158/10/641 2157/9/642 +f 2162/10/641 2161/9/642 2160/9/641 +f 2161/9/642 2162/10/641 2163/10/642 +f 2160/9/639 2161/9/640 2162/10/639 +f 2163/10/640 2162/10/639 2161/9/640 +f 2166/10/644 2165/9/643 2164/10/643 +f 2165/9/643 2166/10/644 2167/9/644 +f 2164/10/646 2165/9/646 2166/10/645 +f 2167/9/645 2166/10/645 2165/9/646 +f 2170/9/646 2169/10/645 2168/9/645 +f 2169/10/645 2170/9/646 2171/10/646 +f 2168/9/644 2169/10/644 2170/9/643 +f 2171/10/643 2170/9/643 2169/10/644 +f 2163/10/642 2170/9/646 2161/9/642 +f 2170/9/646 2163/10/642 2171/10/646 +f 2161/9/640 2170/9/643 2163/10/640 +f 2171/10/643 2163/10/640 2170/9/643 +f 2159/10/640 2165/9/643 2157/9/640 +f 2165/9/643 2159/10/640 2164/10/643 +f 2157/9/642 2165/9/646 2159/10/642 +f 2164/10/646 2159/10/642 2165/9/646 +f 2166/10/644 2160/9/641 2167/9/644 +f 2160/9/641 2166/10/644 2162/10/641 +f 2167/9/645 2160/9/639 2166/10/645 +f 2162/10/639 2166/10/645 2160/9/639 +f 2169/10/645 2156/9/639 2168/9/645 +f 2156/9/639 2169/10/645 2158/10/639 +f 2168/9/644 2156/9/641 2169/10/644 +f 2158/10/641 2169/10/644 2156/9/641 +f 2159/10/647 2166/10/647 2164/10/647 +f 2166/10/647 2159/10/647 2162/10/647 +f 2162/10/647 2159/10/647 2158/10/647 +f 2162/10/647 2158/10/647 2163/10/647 +f 2163/10/647 2158/10/647 2169/10/647 +f 2163/10/647 2169/10/647 2171/10/647 +f 2164/10/648 2166/10/648 2159/10/648 +f 2162/10/648 2159/10/648 2166/10/648 +f 2158/10/648 2159/10/648 2162/10/648 +f 2163/10/648 2158/10/648 2162/10/648 +f 2169/10/648 2158/10/648 2163/10/648 +f 2171/10/648 2169/10/648 2163/10/648 +f 2160/9/648 2165/9/648 2167/9/648 +f 2165/9/648 2160/9/648 2157/9/648 +f 2157/9/648 2160/9/648 2161/9/648 +f 2157/9/648 2161/9/648 2156/9/648 +f 2156/9/648 2161/9/648 2170/9/648 +f 2156/9/648 2170/9/648 2168/9/648 +f 2167/9/647 2165/9/647 2160/9/647 +f 2157/9/647 2160/9/647 2165/9/647 +f 2161/9/647 2160/9/647 2157/9/647 +f 2156/9/647 2161/9/647 2157/9/647 +f 2170/9/647 2161/9/647 2156/9/647 +f 2168/9/647 2170/9/647 2156/9/647 +f 2174/10/649 2173/9/650 2172/9/649 +f 2173/9/650 2174/10/649 2175/10/650 +f 2172/9/651 2173/9/652 2174/10/651 +f 2175/10/652 2174/10/651 2173/9/652 +f 2178/10/651 2177/9/652 2176/9/651 +f 2177/9/652 2178/10/651 2179/10/652 +f 2176/9/649 2177/9/650 2178/10/649 +f 2179/10/650 2178/10/649 2177/9/650 +f 2182/10/654 2181/9/653 2180/10/653 +f 2181/9/653 2182/10/654 2183/9/654 +f 2180/10/656 2181/9/656 2182/10/655 +f 2183/9/655 2182/10/655 2181/9/656 +f 2186/9/656 2185/10/655 2184/9/655 +f 2185/10/655 2186/9/656 2187/10/656 +f 2184/9/654 2185/10/654 2186/9/653 +f 2187/10/653 2186/9/653 2185/10/654 +f 2179/10/652 2186/9/656 2177/9/652 +f 2186/9/656 2179/10/652 2187/10/656 +f 2177/9/650 2186/9/653 2179/10/650 +f 2187/10/653 2179/10/650 2186/9/653 +f 2175/10/650 2181/9/653 2173/9/650 +f 2181/9/653 2175/10/650 2180/10/653 +f 2173/9/652 2181/9/656 2175/10/652 +f 2180/10/656 2175/10/652 2181/9/656 +f 2182/10/654 2176/9/651 2183/9/654 +f 2176/9/651 2182/10/654 2178/10/651 +f 2183/9/655 2176/9/649 2182/10/655 +f 2178/10/649 2182/10/655 2176/9/649 +f 2185/10/655 2172/9/649 2184/9/655 +f 2172/9/649 2185/10/655 2174/10/649 +f 2184/9/654 2172/9/651 2185/10/654 +f 2174/10/651 2185/10/654 2172/9/651 +f 2175/10/657 2182/10/657 2180/10/657 +f 2182/10/657 2175/10/657 2178/10/657 +f 2178/10/657 2175/10/657 2174/10/657 +f 2178/10/657 2174/10/657 2179/10/657 +f 2179/10/657 2174/10/657 2185/10/657 +f 2179/10/657 2185/10/657 2187/10/657 +f 2180/10/658 2182/10/658 2175/10/658 +f 2178/10/658 2175/10/658 2182/10/658 +f 2174/10/658 2175/10/658 2178/10/658 +f 2179/10/658 2174/10/658 2178/10/658 +f 2185/10/658 2174/10/658 2179/10/658 +f 2187/10/658 2185/10/658 2179/10/658 +f 2176/9/658 2181/9/658 2183/9/658 +f 2181/9/658 2176/9/658 2173/9/658 +f 2173/9/658 2176/9/658 2177/9/658 +f 2173/9/658 2177/9/658 2172/9/658 +f 2172/9/658 2177/9/658 2186/9/658 +f 2172/9/658 2186/9/658 2184/9/658 +f 2183/9/657 2181/9/657 2176/9/657 +f 2173/9/657 2176/9/657 2181/9/657 +f 2177/9/657 2176/9/657 2173/9/657 +f 2172/9/657 2177/9/657 2173/9/657 +f 2186/9/657 2177/9/657 2172/9/657 +f 2184/9/657 2186/9/657 2172/9/657 +f 2190/10/649 2189/9/650 2188/9/649 +f 2189/9/650 2190/10/649 2191/10/650 +f 2188/9/651 2189/9/652 2190/10/651 +f 2191/10/652 2190/10/651 2189/9/652 +f 2193/10/651 2192/9/652 2147/9/651 +f 2192/9/652 2193/10/651 2194/10/652 +f 2147/9/649 2192/9/650 2193/10/649 +f 2194/10/650 2193/10/649 2192/9/650 +f 2197/10/654 2196/9/653 2195/10/653 +f 2196/9/653 2197/10/654 2198/9/654 +f 2195/10/656 2196/9/656 2197/10/655 +f 2198/9/655 2197/10/655 2196/9/656 +f 2201/9/656 2200/10/655 2199/9/655 +f 2200/10/655 2201/9/656 2202/10/656 +f 2199/9/654 2200/10/654 2201/9/653 +f 2202/10/653 2201/9/653 2200/10/654 +f 2194/10/652 2201/9/656 2192/9/652 +f 2201/9/656 2194/10/652 2202/10/656 +f 2192/9/650 2201/9/653 2194/10/650 +f 2202/10/653 2194/10/650 2201/9/653 +f 2191/10/650 2196/9/653 2189/9/650 +f 2196/9/653 2191/10/650 2195/10/653 +f 2189/9/652 2196/9/656 2191/10/652 +f 2195/10/656 2191/10/652 2196/9/656 +f 2197/10/654 2147/9/651 2198/9/654 +f 2147/9/651 2197/10/654 2193/10/651 +f 2198/9/655 2147/9/649 2197/10/655 +f 2193/10/649 2197/10/655 2147/9/649 +f 2200/10/655 2188/9/649 2199/9/655 +f 2188/9/649 2200/10/655 2190/10/649 +f 2199/9/654 2188/9/651 2200/10/654 +f 2190/10/651 2200/10/654 2188/9/651 +f 2191/10/657 2197/10/657 2195/10/657 +f 2197/10/657 2191/10/657 2193/10/657 +f 2193/10/657 2191/10/657 2190/10/657 +f 2193/10/657 2190/10/657 2194/10/657 +f 2194/10/657 2190/10/657 2200/10/657 +f 2194/10/657 2200/10/657 2202/10/657 +f 2195/10/658 2197/10/658 2191/10/658 +f 2193/10/658 2191/10/658 2197/10/658 +f 2190/10/658 2191/10/658 2193/10/658 +f 2194/10/658 2190/10/658 2193/10/658 +f 2200/10/658 2190/10/658 2194/10/658 +f 2202/10/658 2200/10/658 2194/10/658 +f 2147/9/658 2196/9/658 2198/9/658 +f 2196/9/658 2147/9/658 2189/9/658 +f 2189/9/658 2147/9/658 2192/9/658 +f 2189/9/658 2192/9/658 2188/9/658 +f 2188/9/658 2192/9/658 2201/9/658 +f 2188/9/658 2201/9/658 2199/9/658 +f 2198/9/657 2196/9/657 2147/9/657 +f 2189/9/657 2147/9/657 2196/9/657 +f 2192/9/657 2147/9/657 2189/9/657 +f 2188/9/657 2192/9/657 2189/9/657 +f 2201/9/657 2192/9/657 2188/9/657 +f 2199/9/657 2201/9/657 2188/9/657 +f 977/8/96 1001/7/96 1006/8/96 +f 1001/7/96 977/8/96 445/7/96 +f 1006/8/95 1001/7/95 977/8/95 +f 445/7/95 977/8/95 1001/7/95 +f 2205/8/659 2204/7/83 2203/7/659 +f 2204/7/83 2205/8/659 2206/8/83 +f 2203/7/660 2204/7/84 2205/8/660 +f 2206/8/84 2205/8/660 2204/7/84 +f 977/8/84 2207/7/84 445/7/84 +f 2207/7/84 977/8/84 978/8/84 +f 445/7/83 2207/7/83 977/8/83 +f 978/8/83 977/8/83 2207/7/83 +f 2206/8/83 1001/7/661 2204/7/83 +f 1001/7/661 2206/8/83 1006/8/661 +f 2204/7/84 1001/7/662 2206/8/84 +f 1006/8/662 2206/8/84 1001/7/662 +f 2207/7/82 1001/7/82 445/7/82 +f 1001/7/82 2207/7/82 2204/7/82 +f 2204/7/82 2207/7/82 2203/7/82 +f 445/7/81 1001/7/81 2207/7/81 +f 2204/7/81 2207/7/81 1001/7/81 +f 2203/7/81 2207/7/81 2204/7/81 +f 1006/8/81 978/8/81 977/8/81 +f 978/8/81 1006/8/81 2206/8/81 +f 978/8/81 2206/8/81 2205/8/81 +f 977/8/82 978/8/82 1006/8/82 +f 2206/8/82 1006/8/82 978/8/82 +f 2205/8/82 2206/8/82 978/8/82 +f 2207/7/95 2205/8/95 2203/7/95 +f 2205/8/95 2207/7/95 978/8/95 +f 2203/7/96 2205/8/96 2207/7/96 +f 978/8/96 2207/7/96 2205/8/96 +f 2210/6/81 2209/6/81 2208/6/81 +f 2209/6/81 2210/6/81 2211/6/81 +f 2209/6/81 2211/6/81 2212/6/81 +f 2208/6/82 2209/6/82 2210/6/82 +f 2211/6/82 2210/6/82 2209/6/82 +f 2212/6/82 2211/6/82 2209/6/82 +f 2208/6/84 2214/7/84 2213/7/84 +f 2214/7/84 2208/6/84 2209/6/84 +f 2213/7/83 2214/7/83 2208/6/83 +f 2209/6/83 2208/6/83 2214/7/83 +f 2214/7/95 2212/6/95 2215/7/95 +f 2212/6/95 2214/7/95 2209/6/95 +f 2215/7/96 2212/6/96 2214/7/96 +f 2209/6/96 2214/7/96 2212/6/96 +f 2208/6/96 2216/7/96 2210/6/96 +f 2216/7/96 2208/6/96 2213/7/96 +f 2210/6/95 2216/7/95 2208/6/95 +f 2213/7/95 2208/6/95 2216/7/95 +f 2218/24/424 2217/23/424 2211/6/84 +f 2217/23/424 2219/25/424 2211/6/84 +f 2220/26/424 2218/24/424 2211/6/84 +f 2211/6/84 2219/25/424 2221/7/84 +f 2222/25/424 2221/7/84 2219/25/424 +f 2221/7/84 2222/25/424 2215/7/424 +f 2223/23/424 2215/7/424 2222/25/424 +f 2212/6/424 2220/26/424 2211/6/84 +f 2212/6/424 2215/7/424 2223/23/424 +f 2220/26/424 2212/6/424 2224/26/424 +f 2225/24/424 2212/6/424 2223/23/424 +f 2224/26/424 2212/6/424 2225/24/424 +f 2227/28/426 2226/27/426 2210/6/426 +f 2228/29/426 2227/28/426 2210/6/426 +f 2211/6/84 2228/29/426 2210/6/426 +f 2228/29/426 2211/6/84 2229/29/426 +f 2210/6/426 2226/27/426 2216/7/426 +f 2229/29/426 2211/6/84 2230/28/426 +f 2230/28/426 2211/6/84 2231/27/426 +f 2232/30/426 2216/7/426 2226/27/426 +f 2231/27/426 2211/6/84 2233/31/426 +f 2234/30/426 2231/27/426 2233/31/426 +f 2234/30/426 2233/31/426 2232/30/426 +f 2233/31/426 2211/6/84 2235/31/426 +f 2235/31/426 2211/6/84 2236/32/426 +f 2236/32/426 2211/6/84 2237/33/426 +f 2211/6/84 2221/7/84 2237/33/426 +f 2237/33/426 2221/7/84 2238/34/426 +f 2216/7/426 2238/34/426 2221/7/84 +f 2238/34/426 2216/7/426 2239/34/426 +f 2239/34/426 2216/7/426 2232/30/426 +f 2233/31/426 2240/32/426 2232/30/426 +f 2241/33/426 2239/34/426 2232/30/426 +f 2240/32/426 2241/33/426 2232/30/426 +f 2211/6/83 2217/23/423 2218/24/423 +f 2211/6/83 2218/24/423 2220/26/423 +f 2211/6/83 2219/25/423 2217/23/423 +f 2221/7/83 2219/25/423 2211/6/83 +f 2219/25/423 2221/7/83 2222/25/423 +f 2215/7/423 2222/25/423 2221/7/83 +f 2222/25/423 2215/7/423 2223/23/423 +f 2211/6/83 2220/26/423 2212/6/423 +f 2223/23/423 2215/7/423 2212/6/423 +f 2224/26/423 2212/6/423 2220/26/423 +f 2223/23/423 2212/6/423 2225/24/423 +f 2225/24/423 2212/6/423 2224/26/423 +f 2210/6/425 2226/27/425 2227/28/425 +f 2210/6/425 2227/28/425 2228/29/425 +f 2210/6/425 2228/29/425 2211/6/83 +f 2229/29/425 2211/6/83 2228/29/425 +f 2216/7/425 2226/27/425 2210/6/425 +f 2230/28/425 2211/6/83 2229/29/425 +f 2231/27/425 2211/6/83 2230/28/425 +f 2226/27/425 2216/7/425 2232/30/425 +f 2233/31/425 2211/6/83 2231/27/425 +f 2233/31/425 2231/27/425 2234/30/425 +f 2232/30/425 2233/31/425 2234/30/425 +f 2235/31/425 2211/6/83 2233/31/425 +f 2236/32/425 2211/6/83 2235/31/425 +f 2237/33/425 2211/6/83 2236/32/425 +f 2237/33/425 2221/7/83 2211/6/83 +f 2238/34/425 2221/7/83 2237/33/425 +f 2221/7/83 2238/34/425 2216/7/425 +f 2239/34/425 2216/7/425 2238/34/425 +f 2232/30/425 2216/7/425 2239/34/425 +f 2232/30/425 2240/32/425 2233/31/425 +f 2232/30/425 2239/34/425 2241/33/425 +f 2232/30/425 2241/33/425 2240/32/425 +f 2244/10/663 2243/9/664 2242/9/663 +f 2243/9/664 2244/10/663 2245/10/664 +f 2242/9/665 2243/9/666 2244/10/665 +f 2245/10/666 2244/10/665 2243/9/666 +f 2248/10/665 2247/9/666 2246/9/665 +f 2247/9/666 2248/10/665 2249/10/666 +f 2246/9/663 2247/9/664 2248/10/663 +f 2249/10/664 2248/10/663 2247/9/664 +f 2252/10/668 2251/9/667 2250/10/667 +f 2251/9/667 2252/10/668 2253/9/668 +f 2250/10/670 2251/9/670 2252/10/669 +f 2253/9/669 2252/10/669 2251/9/670 +f 2256/9/670 2255/10/669 2254/9/669 +f 2255/10/669 2256/9/670 2257/10/670 +f 2254/9/668 2255/10/668 2256/9/667 +f 2257/10/667 2256/9/667 2255/10/668 +f 2249/10/666 2256/9/670 2247/9/666 +f 2256/9/670 2249/10/666 2257/10/670 +f 2247/9/664 2256/9/667 2249/10/664 +f 2257/10/667 2249/10/664 2256/9/667 +f 2245/10/664 2251/9/667 2243/9/664 +f 2251/9/667 2245/10/664 2250/10/667 +f 2243/9/666 2251/9/670 2245/10/666 +f 2250/10/670 2245/10/666 2251/9/670 +f 2252/10/668 2246/9/665 2253/9/668 +f 2246/9/665 2252/10/668 2248/10/665 +f 2253/9/669 2246/9/663 2252/10/669 +f 2248/10/663 2252/10/669 2246/9/663 +f 2255/10/669 2242/9/663 2254/9/669 +f 2242/9/663 2255/10/669 2244/10/663 +f 2254/9/668 2242/9/665 2255/10/668 +f 2244/10/665 2255/10/668 2242/9/665 +f 2245/10/671 2252/10/671 2250/10/671 +f 2252/10/671 2245/10/671 2248/10/671 +f 2248/10/671 2245/10/671 2244/10/671 +f 2248/10/671 2244/10/671 2249/10/671 +f 2249/10/671 2244/10/671 2255/10/671 +f 2249/10/671 2255/10/671 2257/10/671 +f 2250/10/672 2252/10/672 2245/10/672 +f 2248/10/672 2245/10/672 2252/10/672 +f 2244/10/672 2245/10/672 2248/10/672 +f 2249/10/672 2244/10/672 2248/10/672 +f 2255/10/672 2244/10/672 2249/10/672 +f 2257/10/672 2255/10/672 2249/10/672 +f 2246/9/672 2251/9/672 2253/9/672 +f 2251/9/672 2246/9/672 2243/9/672 +f 2243/9/672 2246/9/672 2247/9/672 +f 2243/9/672 2247/9/672 2242/9/672 +f 2242/9/672 2247/9/672 2256/9/672 +f 2242/9/672 2256/9/672 2254/9/672 +f 2253/9/671 2251/9/671 2246/9/671 +f 2243/9/671 2246/9/671 2251/9/671 +f 2247/9/671 2246/9/671 2243/9/671 +f 2242/9/671 2247/9/671 2243/9/671 +f 2256/9/671 2247/9/671 2242/9/671 +f 2254/9/671 2256/9/671 2242/9/671 +f 2260/10/673 2259/9/674 2258/9/673 +f 2259/9/674 2260/10/673 2261/10/674 +f 2258/9/675 2259/9/676 2260/10/675 +f 2261/10/676 2260/10/675 2259/9/676 +f 2264/10/675 2263/9/676 2262/9/675 +f 2263/9/676 2264/10/675 2265/10/676 +f 2262/9/673 2263/9/674 2264/10/673 +f 2265/10/674 2264/10/673 2263/9/674 +f 2268/10/678 2267/9/677 2266/10/677 +f 2267/9/677 2268/10/678 2269/9/678 +f 2266/10/680 2267/9/680 2268/10/679 +f 2269/9/679 2268/10/679 2267/9/680 +f 2272/9/680 2271/10/679 2270/9/679 +f 2271/10/679 2272/9/680 2273/10/680 +f 2270/9/678 2271/10/678 2272/9/677 +f 2273/10/677 2272/9/677 2271/10/678 +f 2265/10/676 2272/9/680 2263/9/676 +f 2272/9/680 2265/10/676 2273/10/680 +f 2263/9/674 2272/9/677 2265/10/674 +f 2273/10/677 2265/10/674 2272/9/677 +f 2261/10/674 2267/9/677 2259/9/674 +f 2267/9/677 2261/10/674 2266/10/677 +f 2259/9/676 2267/9/680 2261/10/676 +f 2266/10/680 2261/10/676 2267/9/680 +f 2268/10/678 2262/9/675 2269/9/678 +f 2262/9/675 2268/10/678 2264/10/675 +f 2269/9/679 2262/9/673 2268/10/679 +f 2264/10/673 2268/10/679 2262/9/673 +f 2271/10/679 2258/9/673 2270/9/679 +f 2258/9/673 2271/10/679 2260/10/673 +f 2270/9/678 2258/9/675 2271/10/678 +f 2260/10/675 2271/10/678 2258/9/675 +f 2261/10/681 2268/10/681 2266/10/681 +f 2268/10/681 2261/10/681 2264/10/681 +f 2264/10/681 2261/10/681 2260/10/681 +f 2264/10/681 2260/10/681 2265/10/681 +f 2265/10/681 2260/10/681 2271/10/681 +f 2265/10/681 2271/10/681 2273/10/681 +f 2266/10/682 2268/10/682 2261/10/682 +f 2264/10/682 2261/10/682 2268/10/682 +f 2260/10/682 2261/10/682 2264/10/682 +f 2265/10/682 2260/10/682 2264/10/682 +f 2271/10/682 2260/10/682 2265/10/682 +f 2273/10/682 2271/10/682 2265/10/682 +f 2262/9/682 2267/9/682 2269/9/682 +f 2267/9/682 2262/9/682 2259/9/682 +f 2259/9/682 2262/9/682 2263/9/682 +f 2259/9/682 2263/9/682 2258/9/682 +f 2258/9/682 2263/9/682 2272/9/682 +f 2258/9/682 2272/9/682 2270/9/682 +f 2269/9/681 2267/9/681 2262/9/681 +f 2259/9/681 2262/9/681 2267/9/681 +f 2263/9/681 2262/9/681 2259/9/681 +f 2258/9/681 2263/9/681 2259/9/681 +f 2272/9/681 2263/9/681 2258/9/681 +f 2270/9/681 2272/9/681 2258/9/681 +f 2276/10/673 2275/9/674 2274/9/673 +f 2275/9/674 2276/10/673 2277/10/674 +f 2274/9/675 2275/9/676 2276/10/675 +f 2277/10/676 2276/10/675 2275/9/676 +f 2279/10/675 2278/9/676 2233/9/675 +f 2278/9/676 2279/10/675 2280/10/676 +f 2233/9/673 2278/9/674 2279/10/673 +f 2280/10/674 2279/10/673 2278/9/674 +f 2283/10/678 2282/9/677 2281/10/677 +f 2282/9/677 2283/10/678 2284/9/678 +f 2281/10/680 2282/9/680 2283/10/679 +f 2284/9/679 2283/10/679 2282/9/680 +f 2236/9/680 2285/10/679 2237/9/679 +f 2285/10/679 2236/9/680 2286/10/680 +f 2237/9/678 2285/10/678 2236/9/677 +f 2286/10/677 2236/9/677 2285/10/678 +f 2280/10/676 2236/9/680 2278/9/676 +f 2236/9/680 2280/10/676 2286/10/680 +f 2278/9/674 2236/9/677 2280/10/674 +f 2286/10/677 2280/10/674 2236/9/677 +f 2277/10/674 2282/9/677 2275/9/674 +f 2282/9/677 2277/10/674 2281/10/677 +f 2275/9/676 2282/9/680 2277/10/676 +f 2281/10/680 2277/10/676 2282/9/680 +f 2283/10/678 2233/9/675 2284/9/678 +f 2233/9/675 2283/10/678 2279/10/675 +f 2284/9/679 2233/9/673 2283/10/679 +f 2279/10/673 2283/10/679 2233/9/673 +f 2285/10/679 2274/9/673 2237/9/679 +f 2274/9/673 2285/10/679 2276/10/673 +f 2237/9/678 2274/9/675 2285/10/678 +f 2276/10/675 2285/10/678 2274/9/675 +f 2277/10/681 2283/10/681 2281/10/681 +f 2283/10/681 2277/10/681 2279/10/681 +f 2279/10/681 2277/10/681 2276/10/681 +f 2279/10/681 2276/10/681 2280/10/681 +f 2280/10/681 2276/10/681 2285/10/681 +f 2280/10/681 2285/10/681 2286/10/681 +f 2281/10/682 2283/10/682 2277/10/682 +f 2279/10/682 2277/10/682 2283/10/682 +f 2276/10/682 2277/10/682 2279/10/682 +f 2280/10/682 2276/10/682 2279/10/682 +f 2285/10/682 2276/10/682 2280/10/682 +f 2286/10/682 2285/10/682 2280/10/682 +f 2233/9/682 2282/9/682 2284/9/682 +f 2282/9/682 2233/9/682 2275/9/682 +f 2275/9/682 2233/9/682 2278/9/682 +f 2275/9/682 2278/9/682 2274/9/682 +f 2274/9/682 2278/9/682 2236/9/682 +f 2274/9/682 2236/9/682 2237/9/682 +f 2284/9/681 2282/9/681 2233/9/681 +f 2275/9/681 2233/9/681 2282/9/681 +f 2278/9/681 2233/9/681 2275/9/681 +f 2274/9/681 2278/9/681 2275/9/681 +f 2236/9/681 2278/9/681 2274/9/681 +f 2237/9/681 2236/9/681 2274/9/681 +f 2289/35/683 2288/35/683 2287/35/683 +f 2288/35/683 2289/35/683 2290/35/683 +f 2288/35/683 2290/35/683 2291/35/683 +f 2291/35/683 2290/35/683 2292/35/683 +f 2292/35/683 2290/35/683 2293/35/683 +f 2292/35/683 2293/35/683 2294/35/683 +f 2287/35/684 2288/35/684 2289/35/684 +f 2290/35/684 2289/35/684 2288/35/684 +f 2291/35/684 2290/35/684 2288/35/684 +f 2292/35/684 2290/35/684 2291/35/684 +f 2293/35/684 2290/35/684 2292/35/684 +f 2294/35/684 2293/35/684 2292/35/684 +f 2297/36/684 2296/36/684 2295/36/684 +f 2296/36/684 2297/36/684 2298/36/684 +f 2296/36/684 2298/36/684 2299/36/684 +f 2299/36/684 2298/36/684 2300/36/684 +f 2299/36/684 2300/36/684 2301/36/684 +f 2301/36/684 2300/36/684 2302/36/684 +f 2295/36/683 2296/36/683 2297/36/683 +f 2298/36/683 2297/36/683 2296/36/683 +f 2299/36/683 2298/36/683 2296/36/683 +f 2300/36/683 2298/36/683 2299/36/683 +f 2301/36/683 2300/36/683 2299/36/683 +f 2302/36/683 2300/36/683 2301/36/683 +f 2295/36/686 2288/35/685 2297/36/685 +f 2288/35/685 2295/36/686 2287/35/686 +f 2297/36/688 2288/35/688 2295/36/687 +f 2287/35/687 2295/36/687 2288/35/688 +f 2298/36/689 2288/35/690 2291/35/689 +f 2288/35/690 2298/36/689 2297/36/690 +f 2291/35/691 2288/35/692 2298/36/691 +f 2297/36/692 2298/36/691 2288/35/692 +f 2300/36/693 2291/35/689 2292/35/693 +f 2291/35/689 2300/36/693 2298/36/689 +f 2292/35/694 2291/35/691 2300/36/694 +f 2298/36/691 2300/36/694 2291/35/691 +f 2294/35/687 2300/36/695 2292/35/695 +f 2300/36/695 2294/35/687 2302/36/687 +f 2292/35/696 2300/36/696 2294/35/686 +f 2302/36/686 2294/35/686 2300/36/696 +f 2293/35/688 2302/36/687 2294/35/687 +f 2302/36/687 2293/35/688 2301/36/688 +f 2294/35/686 2302/36/686 2293/35/685 +f 2301/36/685 2293/35/685 2302/36/686 +f 2299/36/691 2293/35/692 2290/35/691 +f 2293/35/692 2299/36/691 2301/36/692 +f 2290/35/689 2293/35/690 2299/36/689 +f 2301/36/690 2299/36/689 2293/35/690 +f 2296/36/694 2290/35/691 2289/35/694 +f 2290/35/691 2296/36/694 2299/36/691 +f 2289/35/693 2290/35/689 2296/36/693 +f 2299/36/689 2296/36/693 2290/35/689 +f 2296/36/696 2287/35/686 2295/36/686 +f 2287/35/686 2296/36/696 2289/35/696 +f 2295/36/687 2287/35/687 2296/36/695 +f 2289/35/695 2296/36/695 2287/35/687 +f 2305/36/684 2304/36/684 2303/36/684 +f 2304/36/684 2305/36/684 2306/36/684 +f 2304/36/684 2306/36/684 2307/36/684 +f 2307/36/684 2306/36/684 2308/36/684 +f 2308/36/684 2306/36/684 2309/36/684 +f 2308/36/684 2309/36/684 2310/36/684 +f 2303/36/683 2304/36/683 2305/36/683 +f 2306/36/683 2305/36/683 2304/36/683 +f 2307/36/683 2306/36/683 2304/36/683 +f 2308/36/683 2306/36/683 2307/36/683 +f 2309/36/683 2306/36/683 2308/36/683 +f 2310/36/683 2309/36/683 2308/36/683 +f 2303/36/686 2311/35/685 2305/36/685 +f 2311/35/685 2303/36/686 2312/35/686 +f 2305/36/688 2311/35/688 2303/36/687 +f 2312/35/687 2303/36/687 2311/35/688 +f 2306/36/689 2311/35/690 2313/35/689 +f 2311/35/690 2306/36/689 2305/36/690 +f 2313/35/691 2311/35/692 2306/36/691 +f 2305/36/692 2306/36/691 2311/35/692 +f 2309/36/693 2313/35/689 2314/35/693 +f 2313/35/689 2309/36/693 2306/36/689 +f 2314/35/694 2313/35/691 2309/36/694 +f 2306/36/691 2309/36/694 2313/35/691 +f 2315/35/687 2309/36/695 2314/35/695 +f 2309/36/695 2315/35/687 2310/36/687 +f 2314/35/696 2309/36/696 2315/35/686 +f 2310/36/686 2315/35/686 2309/36/696 +f 2316/35/688 2310/36/687 2315/35/687 +f 2310/36/687 2316/35/688 2308/36/688 +f 2315/35/686 2310/36/686 2316/35/685 +f 2308/36/685 2316/35/685 2310/36/686 +f 2307/36/691 2316/35/692 2317/35/691 +f 2316/35/692 2307/36/691 2308/36/692 +f 2317/35/689 2316/35/690 2307/36/689 +f 2308/36/690 2307/36/689 2316/35/690 +f 2304/36/694 2317/35/691 2318/35/694 +f 2317/35/691 2304/36/694 2307/36/691 +f 2318/35/693 2317/35/689 2304/36/693 +f 2307/36/689 2304/36/693 2317/35/689 +f 2304/36/696 2312/35/686 2303/36/686 +f 2312/35/686 2304/36/696 2318/35/696 +f 2303/36/687 2312/35/687 2304/36/695 +f 2318/35/695 2304/36/695 2312/35/687 +f 2321/38/697 2320/37/698 2319/37/697 +f 2320/37/698 2321/38/697 2322/38/698 +f 2319/37/699 2320/37/700 2321/38/699 +f 2322/38/700 2321/38/699 2320/37/700 +f 2325/37/701 2324/38/702 2323/38/701 +f 2324/38/702 2325/37/701 2326/37/702 +f 2323/38/703 2324/38/704 2325/37/703 +f 2326/37/704 2325/37/703 2324/38/704 +f 2328/38/705 2319/37/697 2327/37/705 +f 2319/37/697 2328/38/705 2321/38/697 +f 2327/37/706 2319/37/699 2328/38/706 +f 2321/38/699 2328/38/706 2319/37/699 +f 2331/38/707 2330/37/708 2329/37/707 +f 2330/37/708 2331/38/707 2332/38/708 +f 2329/37/709 2330/37/710 2331/38/709 +f 2332/38/710 2331/38/709 2330/37/710 +f 2331/38/707 2320/37/711 2322/38/711 +f 2320/37/711 2331/38/707 2329/37/707 +f 2322/38/712 2320/37/712 2331/38/709 +f 2329/37/709 2331/38/709 2320/37/712 +f 2334/38/713 2326/37/714 2333/37/713 +f 2326/37/714 2334/38/713 2324/38/714 +f 2333/37/715 2326/37/716 2334/38/715 +f 2324/38/716 2334/38/715 2326/37/716 +f 2332/38/717 2333/37/713 2330/37/717 +f 2333/37/713 2332/38/717 2334/38/713 +f 2330/37/718 2333/37/715 2332/38/718 +f 2334/38/715 2332/38/718 2333/37/715 +f 2327/37/719 2323/38/701 2328/38/719 +f 2323/38/701 2327/37/719 2325/37/701 +f 2328/38/720 2323/38/703 2327/37/720 +f 2325/37/703 2327/37/720 2323/38/703 +f 2337/35/683 2336/35/683 2335/35/683 +f 2336/35/683 2337/35/683 2338/35/683 +f 2336/35/683 2338/35/683 2339/35/683 +f 2339/35/683 2338/35/683 2340/35/683 +f 2340/35/683 2338/35/683 2341/35/683 +f 2340/35/683 2341/35/683 2342/35/683 +f 2335/35/684 2336/35/684 2337/35/684 +f 2338/35/684 2337/35/684 2336/35/684 +f 2339/35/684 2338/35/684 2336/35/684 +f 2340/35/684 2338/35/684 2339/35/684 +f 2341/35/684 2338/35/684 2340/35/684 +f 2342/35/684 2341/35/684 2340/35/684 +f 2345/36/684 2344/36/684 2343/36/684 +f 2344/36/684 2345/36/684 2346/36/684 +f 2344/36/684 2346/36/684 2347/36/684 +f 2347/36/684 2346/36/684 2348/36/684 +f 2347/36/684 2348/36/684 2349/36/684 +f 2349/36/684 2348/36/684 2350/36/684 +f 2343/36/683 2344/36/683 2345/36/683 +f 2346/36/683 2345/36/683 2344/36/683 +f 2347/36/683 2346/36/683 2344/36/683 +f 2348/36/683 2346/36/683 2347/36/683 +f 2349/36/683 2348/36/683 2347/36/683 +f 2350/36/683 2348/36/683 2349/36/683 +f 2343/36/722 2336/35/721 2345/36/721 +f 2336/35/721 2343/36/722 2335/35/722 +f 2345/36/724 2336/35/724 2343/36/723 +f 2335/35/723 2343/36/723 2336/35/724 +f 2346/36/185 2336/35/725 2339/35/185 +f 2336/35/725 2346/36/185 2345/36/725 +f 2339/35/186 2336/35/726 2346/36/186 +f 2345/36/726 2346/36/186 2336/35/726 +f 2348/36/727 2339/35/185 2340/35/727 +f 2339/35/185 2348/36/727 2346/36/185 +f 2340/35/728 2339/35/186 2348/36/728 +f 2346/36/186 2348/36/728 2339/35/186 +f 2342/35/723 2348/36/729 2340/35/729 +f 2348/36/729 2342/35/723 2350/36/723 +f 2340/35/730 2348/36/730 2342/35/722 +f 2350/36/722 2342/35/722 2348/36/730 +f 2341/35/724 2350/36/723 2342/35/723 +f 2350/36/723 2341/35/724 2349/36/724 +f 2342/35/722 2350/36/722 2341/35/721 +f 2349/36/721 2341/35/721 2350/36/722 +f 2347/36/186 2341/35/726 2338/35/186 +f 2341/35/726 2347/36/186 2349/36/726 +f 2338/35/185 2341/35/725 2347/36/185 +f 2349/36/725 2347/36/185 2341/35/725 +f 2344/36/728 2338/35/186 2337/35/728 +f 2338/35/186 2344/36/728 2347/36/186 +f 2337/35/727 2338/35/185 2344/36/727 +f 2347/36/185 2344/36/727 2338/35/185 +f 2344/36/730 2335/35/722 2343/36/722 +f 2335/35/722 2344/36/730 2337/35/730 +f 2343/36/723 2335/35/723 2344/36/729 +f 2337/35/729 2344/36/729 2335/35/723 +f 2353/36/684 2352/36/684 2351/36/684 +f 2352/36/684 2353/36/684 2354/36/684 +f 2352/36/684 2354/36/684 2355/36/684 +f 2355/36/684 2354/36/684 2356/36/684 +f 2356/36/684 2354/36/684 2357/36/684 +f 2356/36/684 2357/36/684 2358/36/684 +f 2351/36/683 2352/36/683 2353/36/683 +f 2354/36/683 2353/36/683 2352/36/683 +f 2355/36/683 2354/36/683 2352/36/683 +f 2356/36/683 2354/36/683 2355/36/683 +f 2357/36/683 2354/36/683 2356/36/683 +f 2358/36/683 2357/36/683 2356/36/683 +f 2351/36/722 2359/35/721 2353/36/721 +f 2359/35/721 2351/36/722 2360/35/722 +f 2353/36/724 2359/35/724 2351/36/723 +f 2360/35/723 2351/36/723 2359/35/724 +f 2354/36/185 2359/35/725 2361/35/185 +f 2359/35/725 2354/36/185 2353/36/725 +f 2361/35/186 2359/35/726 2354/36/186 +f 2353/36/726 2354/36/186 2359/35/726 +f 2357/36/727 2361/35/185 2362/35/727 +f 2361/35/185 2357/36/727 2354/36/185 +f 2362/35/728 2361/35/186 2357/36/728 +f 2354/36/186 2357/36/728 2361/35/186 +f 2363/35/723 2357/36/729 2362/35/729 +f 2357/36/729 2363/35/723 2358/36/723 +f 2362/35/730 2357/36/730 2363/35/722 +f 2358/36/722 2363/35/722 2357/36/730 +f 2364/35/724 2358/36/723 2363/35/723 +f 2358/36/723 2364/35/724 2356/36/724 +f 2363/35/722 2358/36/722 2364/35/721 +f 2356/36/721 2364/35/721 2358/36/722 +f 2355/36/186 2364/35/726 2365/35/186 +f 2364/35/726 2355/36/186 2356/36/726 +f 2365/35/185 2364/35/725 2355/36/185 +f 2356/36/725 2355/36/185 2364/35/725 +f 2352/36/728 2365/35/186 2366/35/728 +f 2365/35/186 2352/36/728 2355/36/186 +f 2366/35/727 2365/35/185 2352/36/727 +f 2355/36/185 2352/36/727 2365/35/185 +f 2352/36/730 2360/35/722 2351/36/722 +f 2360/35/722 2352/36/730 2366/35/730 +f 2351/36/723 2360/35/723 2352/36/729 +f 2366/35/729 2352/36/729 2360/35/723 +f 2369/38/731 2368/37/732 2367/37/731 +f 2368/37/732 2369/38/731 2370/38/732 +f 2367/37/733 2368/37/734 2369/38/733 +f 2370/38/734 2369/38/733 2368/37/734 +f 2373/37/735 2372/38/736 2371/38/735 +f 2372/38/736 2373/37/735 2374/37/736 +f 2371/38/737 2372/38/738 2373/37/737 +f 2374/37/738 2373/37/737 2372/38/738 +f 2376/38/739 2367/37/731 2375/37/739 +f 2367/37/731 2376/38/739 2369/38/731 +f 2375/37/740 2367/37/733 2376/38/740 +f 2369/38/733 2376/38/740 2367/37/733 +f 2379/38/741 2378/37/742 2377/37/741 +f 2378/37/742 2379/38/741 2380/38/742 +f 2377/37/743 2378/37/744 2379/38/743 +f 2380/38/744 2379/38/743 2378/37/744 +f 2379/38/741 2368/37/745 2370/38/745 +f 2368/37/745 2379/38/741 2377/37/741 +f 2370/38/746 2368/37/746 2379/38/743 +f 2377/37/743 2379/38/743 2368/37/746 +f 2382/38/747 2374/37/748 2381/37/747 +f 2374/37/748 2382/38/747 2372/38/748 +f 2381/37/749 2374/37/750 2382/38/749 +f 2372/38/750 2382/38/749 2374/37/750 +f 2380/38/751 2381/37/747 2378/37/751 +f 2381/37/747 2380/38/751 2382/38/747 +f 2378/37/752 2381/37/749 2380/38/752 +f 2382/38/749 2380/38/752 2381/37/749 +f 2375/37/753 2371/38/735 2376/38/753 +f 2371/38/735 2375/37/753 2373/37/735 +f 2376/38/754 2371/38/737 2375/37/754 +f 2373/37/737 2375/37/754 2371/38/737 +f 2385/35/82 2384/35/82 2383/35/82 +f 2384/35/82 2385/35/82 2386/35/82 +f 2384/35/82 2386/35/82 2387/35/82 +f 2387/35/82 2386/35/82 2388/35/82 +f 2388/35/82 2386/35/82 2389/35/82 +f 2388/35/82 2389/35/82 2390/35/82 +f 2383/35/81 2384/35/81 2385/35/81 +f 2386/35/81 2385/35/81 2384/35/81 +f 2387/35/81 2386/35/81 2384/35/81 +f 2388/35/81 2386/35/81 2387/35/81 +f 2389/35/81 2386/35/81 2388/35/81 +f 2390/35/81 2389/35/81 2388/35/81 +f 2393/36/81 2392/36/81 2391/36/81 +f 2392/36/81 2393/36/81 2394/36/81 +f 2392/36/81 2394/36/81 2395/36/81 +f 2395/36/81 2394/36/81 2396/36/81 +f 2395/36/81 2396/36/81 2397/36/81 +f 2397/36/81 2396/36/81 2398/36/81 +f 2391/36/82 2392/36/82 2393/36/82 +f 2394/36/82 2393/36/82 2392/36/82 +f 2395/36/82 2394/36/82 2392/36/82 +f 2396/36/82 2394/36/82 2395/36/82 +f 2397/36/82 2396/36/82 2395/36/82 +f 2398/36/82 2396/36/82 2397/36/82 +f 2391/36/756 2384/35/755 2393/36/755 +f 2384/35/755 2391/36/756 2383/35/756 +f 2393/36/758 2384/35/758 2391/36/757 +f 2383/35/757 2391/36/757 2384/35/758 +f 2394/36/759 2384/35/760 2387/35/759 +f 2384/35/760 2394/36/759 2393/36/760 +f 2387/35/761 2384/35/762 2394/36/761 +f 2393/36/762 2394/36/761 2384/35/762 +f 2396/36/763 2387/35/759 2388/35/763 +f 2387/35/759 2396/36/763 2394/36/759 +f 2388/35/764 2387/35/761 2396/36/764 +f 2394/36/761 2396/36/764 2387/35/761 +f 2390/35/757 2396/36/765 2388/35/765 +f 2396/36/765 2390/35/757 2398/36/757 +f 2388/35/766 2396/36/766 2390/35/756 +f 2398/36/756 2390/35/756 2396/36/766 +f 2389/35/758 2398/36/757 2390/35/757 +f 2398/36/757 2389/35/758 2397/36/758 +f 2390/35/756 2398/36/756 2389/35/755 +f 2397/36/755 2389/35/755 2398/36/756 +f 2395/36/761 2389/35/762 2386/35/761 +f 2389/35/762 2395/36/761 2397/36/762 +f 2386/35/759 2389/35/760 2395/36/759 +f 2397/36/760 2395/36/759 2389/35/760 +f 2392/36/764 2386/35/761 2385/35/764 +f 2386/35/761 2392/36/764 2395/36/761 +f 2385/35/763 2386/35/759 2392/36/763 +f 2395/36/759 2392/36/763 2386/35/759 +f 2392/36/766 2383/35/756 2391/36/756 +f 2383/35/756 2392/36/766 2385/35/766 +f 2391/36/757 2383/35/757 2392/36/765 +f 2385/35/765 2392/36/765 2383/35/757 +f 2401/36/81 2400/36/81 2399/36/81 +f 2400/36/81 2401/36/81 2402/36/81 +f 2400/36/81 2402/36/81 2403/36/81 +f 2403/36/81 2402/36/81 2404/36/81 +f 2404/36/81 2402/36/81 2405/36/81 +f 2404/36/81 2405/36/81 2406/36/81 +f 2399/36/82 2400/36/82 2401/36/82 +f 2402/36/82 2401/36/82 2400/36/82 +f 2403/36/82 2402/36/82 2400/36/82 +f 2404/36/82 2402/36/82 2403/36/82 +f 2405/36/82 2402/36/82 2404/36/82 +f 2406/36/82 2405/36/82 2404/36/82 +f 2399/36/756 2407/35/755 2401/36/755 +f 2407/35/755 2399/36/756 2408/35/756 +f 2401/36/758 2407/35/758 2399/36/757 +f 2408/35/757 2399/36/757 2407/35/758 +f 2402/36/759 2407/35/760 2409/35/759 +f 2407/35/760 2402/36/759 2401/36/760 +f 2409/35/761 2407/35/762 2402/36/761 +f 2401/36/762 2402/36/761 2407/35/762 +f 2405/36/763 2409/35/759 2410/35/763 +f 2409/35/759 2405/36/763 2402/36/759 +f 2410/35/764 2409/35/761 2405/36/764 +f 2402/36/761 2405/36/764 2409/35/761 +f 2411/35/757 2405/36/765 2410/35/765 +f 2405/36/765 2411/35/757 2406/36/757 +f 2410/35/766 2405/36/766 2411/35/756 +f 2406/36/756 2411/35/756 2405/36/766 +f 2412/35/758 2406/36/757 2411/35/757 +f 2406/36/757 2412/35/758 2404/36/758 +f 2411/35/756 2406/36/756 2412/35/755 +f 2404/36/755 2412/35/755 2406/36/756 +f 2403/36/761 2412/35/762 2413/35/761 +f 2412/35/762 2403/36/761 2404/36/762 +f 2413/35/759 2412/35/760 2403/36/759 +f 2404/36/760 2403/36/759 2412/35/760 +f 2400/36/764 2413/35/761 2414/35/764 +f 2413/35/761 2400/36/764 2403/36/761 +f 2414/35/763 2413/35/759 2400/36/763 +f 2403/36/759 2400/36/763 2413/35/759 +f 2400/36/766 2408/35/756 2399/36/756 +f 2408/35/756 2400/36/766 2414/35/766 +f 2399/36/757 2408/35/757 2400/36/765 +f 2414/35/765 2400/36/765 2408/35/757 +f 2417/38/767 2416/37/768 2415/37/767 +f 2416/37/768 2417/38/767 2418/38/768 +f 2415/37/769 2416/37/770 2417/38/769 +f 2418/38/770 2417/38/769 2416/37/770 +f 2421/37/771 2420/38/772 2419/38/771 +f 2420/38/772 2421/37/771 2422/37/772 +f 2419/38/773 2420/38/774 2421/37/773 +f 2422/37/774 2421/37/773 2420/38/774 +f 2424/38/775 2415/37/767 2423/37/775 +f 2415/37/767 2424/38/775 2417/38/767 +f 2423/37/776 2415/37/769 2424/38/776 +f 2417/38/769 2424/38/776 2415/37/769 +f 2427/38/777 2426/37/778 2425/37/777 +f 2426/37/778 2427/38/777 2428/38/778 +f 2425/37/779 2426/37/780 2427/38/779 +f 2428/38/780 2427/38/779 2426/37/780 +f 2427/38/777 2416/37/781 2418/38/781 +f 2416/37/781 2427/38/777 2425/37/777 +f 2418/38/782 2416/37/782 2427/38/779 +f 2425/37/779 2427/38/779 2416/37/782 +f 2430/38/783 2422/37/784 2429/37/783 +f 2422/37/784 2430/38/783 2420/38/784 +f 2429/37/785 2422/37/786 2430/38/785 +f 2420/38/786 2430/38/785 2422/37/786 +f 2428/38/787 2429/37/783 2426/37/787 +f 2429/37/783 2428/38/787 2430/38/783 +f 2426/37/788 2429/37/785 2428/38/788 +f 2430/38/785 2428/38/788 2429/37/785 +f 2423/37/789 2419/38/771 2424/38/789 +f 2419/38/771 2423/37/789 2421/37/771 +f 2424/38/790 2419/38/773 2423/37/790 +f 2421/37/773 2423/37/790 2419/38/773 +f 2433/36/337 2432/35/411 2431/36/411 +f 2432/35/411 2433/36/337 2434/35/337 +f 2431/36/415 2432/35/415 2433/36/338 +f 2434/35/338 2433/36/338 2432/35/415 +f 2437/36/334 2436/35/416 2435/35/334 +f 2436/35/416 2437/36/334 2438/36/416 +f 2435/35/332 2436/35/412 2437/36/332 +f 2438/36/412 2437/36/332 2436/35/412 +f 2440/36/417 2435/35/334 2439/35/417 +f 2435/35/334 2440/36/417 2437/36/334 +f 2439/35/413 2435/35/332 2440/36/413 +f 2437/36/332 2440/36/413 2435/35/332 +f 2442/36/332 2432/35/412 2441/35/332 +f 2432/35/412 2442/36/332 2431/36/412 +f 2441/35/334 2432/35/416 2442/36/334 +f 2431/36/416 2442/36/334 2432/35/416 +f 2444/36/413 2441/35/332 2443/35/413 +f 2441/35/332 2444/36/413 2442/36/332 +f 2443/35/417 2441/35/334 2444/36/417 +f 2442/36/334 2444/36/417 2441/35/334 +f 2445/35/338 2444/36/414 2443/35/414 +f 2444/36/414 2445/35/338 2446/36/338 +f 2443/35/418 2444/36/418 2445/35/337 +f 2446/36/337 2445/35/337 2444/36/418 +f 2436/35/415 2446/36/338 2445/35/338 +f 2446/36/338 2436/35/415 2438/36/415 +f 2445/35/337 2446/36/337 2436/35/411 +f 2438/36/411 2436/35/411 2446/36/337 +f 2431/36/81 2440/36/81 2433/36/81 +f 2440/36/81 2431/36/81 2437/36/81 +f 2437/36/81 2431/36/81 2442/36/81 +f 2437/36/81 2442/36/81 2438/36/81 +f 2438/36/81 2442/36/81 2444/36/81 +f 2438/36/81 2444/36/81 2446/36/81 +f 2433/36/82 2440/36/82 2431/36/82 +f 2437/36/82 2431/36/82 2440/36/82 +f 2442/36/82 2431/36/82 2437/36/82 +f 2438/36/82 2442/36/82 2437/36/82 +f 2444/36/82 2442/36/82 2438/36/82 +f 2446/36/82 2444/36/82 2438/36/82 +f 2439/35/82 2432/35/82 2434/35/82 +f 2432/35/82 2439/35/82 2435/35/82 +f 2432/35/82 2435/35/82 2441/35/82 +f 2441/35/82 2435/35/82 2436/35/82 +f 2441/35/82 2436/35/82 2443/35/82 +f 2443/35/82 2436/35/82 2445/35/82 +f 2434/35/81 2432/35/81 2439/35/81 +f 2435/35/81 2439/35/81 2432/35/81 +f 2441/35/81 2435/35/81 2432/35/81 +f 2436/35/81 2435/35/81 2441/35/81 +f 2443/35/81 2436/35/81 2441/35/81 +f 2445/35/81 2436/35/81 2443/35/81 +f 2440/36/418 2434/35/337 2433/36/337 +f 2434/35/337 2440/36/418 2439/35/418 +f 2433/36/338 2434/35/338 2440/36/414 +f 2439/35/414 2440/36/414 2434/35/338 +f 2449/36/334 2448/35/416 2447/35/334 +f 2448/35/416 2449/36/334 2450/36/416 +f 2447/35/332 2448/35/412 2449/36/332 +f 2450/36/412 2449/36/332 2448/35/412 +f 2453/36/413 2452/35/332 2451/35/413 +f 2452/35/332 2453/36/413 2454/36/332 +f 2451/35/417 2452/35/334 2453/36/417 +f 2454/36/334 2453/36/417 2452/35/334 +f 2456/36/417 2447/35/334 2455/35/417 +f 2447/35/334 2456/36/417 2449/36/334 +f 2455/35/413 2447/35/332 2456/36/413 +f 2449/36/332 2456/36/413 2447/35/332 +f 2456/36/418 2458/35/337 2457/36/337 +f 2458/35/337 2456/36/418 2455/35/418 +f 2457/36/338 2458/35/338 2456/36/414 +f 2455/35/414 2456/36/414 2458/35/338 +f 2459/36/81 2456/36/81 2457/36/81 +f 2456/36/81 2459/36/81 2454/36/81 +f 2456/36/81 2454/36/81 2449/36/81 +f 2449/36/81 2454/36/81 2453/36/81 +f 2449/36/81 2453/36/81 2450/36/81 +f 2450/36/81 2453/36/81 2460/36/81 +f 2457/36/82 2456/36/82 2459/36/82 +f 2454/36/82 2459/36/82 2456/36/82 +f 2449/36/82 2454/36/82 2456/36/82 +f 2453/36/82 2454/36/82 2449/36/82 +f 2450/36/82 2453/36/82 2449/36/82 +f 2460/36/82 2453/36/82 2450/36/82 +f 2461/35/338 2453/36/414 2451/35/414 +f 2453/36/414 2461/35/338 2460/36/338 +f 2451/35/418 2453/36/418 2461/35/337 +f 2460/36/337 2461/35/337 2453/36/418 +f 2448/35/415 2460/36/338 2461/35/338 +f 2460/36/338 2448/35/415 2450/36/415 +f 2461/35/337 2460/36/337 2448/35/411 +f 2450/36/411 2448/35/411 2460/36/337 +f 2457/36/337 2462/35/411 2459/36/411 +f 2462/35/411 2457/36/337 2458/35/337 +f 2459/36/415 2462/35/415 2457/36/338 +f 2458/35/338 2457/36/338 2462/35/415 +f 2454/36/332 2462/35/412 2452/35/332 +f 2462/35/412 2454/36/332 2459/36/412 +f 2452/35/334 2462/35/416 2454/36/334 +f 2459/36/416 2454/36/334 2462/35/416 +f 2465/37/791 2464/38/792 2463/38/791 +f 2464/38/792 2465/37/791 2466/37/792 +f 2463/38/793 2464/38/794 2465/37/793 +f 2466/37/794 2465/37/793 2464/38/794 +f 2468/37/795 2463/38/791 2467/38/795 +f 2463/38/791 2468/37/795 2465/37/791 +f 2467/38/796 2463/38/793 2468/37/796 +f 2465/37/793 2468/37/796 2463/38/793 +f 2471/38/797 2470/37/798 2469/37/797 +f 2470/37/798 2471/38/797 2472/38/798 +f 2469/37/799 2470/37/800 2471/38/799 +f 2472/38/800 2471/38/799 2470/37/800 +f 2475/38/801 2474/37/802 2473/37/801 +f 2474/37/802 2475/38/801 2476/38/802 +f 2473/37/803 2474/37/804 2475/38/803 +f 2476/38/804 2475/38/803 2474/37/804 +f 2477/38/806 2470/37/805 2472/38/805 +f 2470/37/805 2477/38/806 2478/37/806 +f 2472/38/808 2470/37/808 2477/38/807 +f 2478/37/807 2477/38/807 2470/37/808 +f 2475/38/809 2478/37/806 2477/38/806 +f 2478/37/806 2475/38/809 2473/37/809 +f 2477/38/807 2478/37/807 2475/38/810 +f 2473/37/810 2475/38/810 2478/37/807 +f 2467/38/811 2469/37/797 2468/37/811 +f 2469/37/797 2467/38/811 2471/38/797 +f 2468/37/812 2469/37/799 2467/38/812 +f 2471/38/799 2467/38/812 2469/37/799 +f 2476/38/802 2466/37/813 2474/37/802 +f 2466/37/813 2476/38/802 2464/38/813 +f 2474/37/804 2466/37/814 2476/38/804 +f 2464/38/814 2476/38/804 2466/37/814 +f 2481/36/311 2480/35/415 2479/36/415 +f 2480/35/415 2481/36/311 2482/35/311 +f 2479/36/411 2480/35/411 2481/36/312 +f 2482/35/312 2481/36/312 2480/35/411 +f 2485/36/313 2484/35/412 2483/35/313 +f 2484/35/412 2485/36/313 2486/36/412 +f 2483/35/314 2484/35/416 2485/36/314 +f 2486/36/416 2485/36/314 2484/35/416 +f 2488/36/413 2483/35/313 2487/35/413 +f 2483/35/313 2488/36/413 2485/36/313 +f 2487/35/417 2483/35/314 2488/36/417 +f 2485/36/314 2488/36/417 2483/35/314 +f 2490/36/314 2480/35/416 2489/35/314 +f 2480/35/416 2490/36/314 2479/36/416 +f 2489/35/313 2480/35/412 2490/36/313 +f 2479/36/412 2490/36/313 2480/35/412 +f 2492/36/417 2489/35/314 2491/35/417 +f 2489/35/314 2492/36/417 2490/36/314 +f 2491/35/413 2489/35/313 2492/36/413 +f 2490/36/313 2492/36/413 2489/35/313 +f 2493/35/312 2492/36/418 2491/35/418 +f 2492/36/418 2493/35/312 2494/36/312 +f 2491/35/414 2492/36/414 2493/35/311 +f 2494/36/311 2493/35/311 2492/36/414 +f 2484/35/411 2494/36/312 2493/35/312 +f 2494/36/312 2484/35/411 2486/36/411 +f 2493/35/311 2494/36/311 2484/35/415 +f 2486/36/415 2484/35/415 2494/36/311 +f 2479/36/81 2488/36/81 2481/36/81 +f 2488/36/81 2479/36/81 2485/36/81 +f 2485/36/81 2479/36/81 2490/36/81 +f 2485/36/81 2490/36/81 2486/36/81 +f 2486/36/81 2490/36/81 2492/36/81 +f 2486/36/81 2492/36/81 2494/36/81 +f 2481/36/82 2488/36/82 2479/36/82 +f 2485/36/82 2479/36/82 2488/36/82 +f 2490/36/82 2479/36/82 2485/36/82 +f 2486/36/82 2490/36/82 2485/36/82 +f 2492/36/82 2490/36/82 2486/36/82 +f 2494/36/82 2492/36/82 2486/36/82 +f 2487/35/82 2480/35/82 2482/35/82 +f 2480/35/82 2487/35/82 2483/35/82 +f 2480/35/82 2483/35/82 2489/35/82 +f 2489/35/82 2483/35/82 2484/35/82 +f 2489/35/82 2484/35/82 2491/35/82 +f 2491/35/82 2484/35/82 2493/35/82 +f 2482/35/81 2480/35/81 2487/35/81 +f 2483/35/81 2487/35/81 2480/35/81 +f 2489/35/81 2483/35/81 2480/35/81 +f 2484/35/81 2483/35/81 2489/35/81 +f 2491/35/81 2484/35/81 2489/35/81 +f 2493/35/81 2484/35/81 2491/35/81 +f 2488/36/414 2482/35/311 2481/36/311 +f 2482/35/311 2488/36/414 2487/35/414 +f 2481/36/312 2482/35/312 2488/36/418 +f 2487/35/418 2488/36/418 2482/35/312 +f 2497/36/313 2496/35/412 2495/35/313 +f 2496/35/412 2497/36/313 2498/36/412 +f 2495/35/314 2496/35/416 2497/36/314 +f 2498/36/416 2497/36/314 2496/35/416 +f 2501/36/417 2500/35/314 2499/35/417 +f 2500/35/314 2501/36/417 2502/36/314 +f 2499/35/413 2500/35/313 2501/36/413 +f 2502/36/313 2501/36/413 2500/35/313 +f 2504/36/413 2495/35/313 2503/35/413 +f 2495/35/313 2504/36/413 2497/36/313 +f 2503/35/417 2495/35/314 2504/36/417 +f 2497/36/314 2504/36/417 2495/35/314 +f 2504/36/414 2506/35/311 2505/36/311 +f 2506/35/311 2504/36/414 2503/35/414 +f 2505/36/312 2506/35/312 2504/36/418 +f 2503/35/418 2504/36/418 2506/35/312 +f 2507/36/81 2504/36/81 2505/36/81 +f 2504/36/81 2507/36/81 2502/36/81 +f 2504/36/81 2502/36/81 2497/36/81 +f 2497/36/81 2502/36/81 2501/36/81 +f 2497/36/81 2501/36/81 2498/36/81 +f 2498/36/81 2501/36/81 2508/36/81 +f 2505/36/82 2504/36/82 2507/36/82 +f 2502/36/82 2507/36/82 2504/36/82 +f 2497/36/82 2502/36/82 2504/36/82 +f 2501/36/82 2502/36/82 2497/36/82 +f 2498/36/82 2501/36/82 2497/36/82 +f 2508/36/82 2501/36/82 2498/36/82 +f 2509/35/312 2501/36/418 2499/35/418 +f 2501/36/418 2509/35/312 2508/36/312 +f 2499/35/414 2501/36/414 2509/35/311 +f 2508/36/311 2509/35/311 2501/36/414 +f 2496/35/411 2508/36/312 2509/35/312 +f 2508/36/312 2496/35/411 2498/36/411 +f 2509/35/311 2508/36/311 2496/35/415 +f 2498/36/415 2496/35/415 2508/36/311 +f 2505/36/311 2510/35/415 2507/36/415 +f 2510/35/415 2505/36/311 2506/35/311 +f 2507/36/411 2510/35/411 2505/36/312 +f 2506/35/312 2505/36/312 2510/35/411 +f 2502/36/314 2510/35/416 2500/35/314 +f 2510/35/416 2502/36/314 2507/36/416 +f 2500/35/313 2510/35/412 2502/36/313 +f 2507/36/412 2502/36/313 2510/35/412 +f 2513/37/815 2512/38/805 2511/38/815 +f 2512/38/805 2513/37/815 2514/37/805 +f 2511/38/816 2512/38/808 2513/37/816 +f 2514/37/808 2513/37/816 2512/38/808 +f 2516/37/809 2511/38/815 2515/38/809 +f 2511/38/815 2516/37/809 2513/37/815 +f 2515/38/810 2511/38/816 2516/37/810 +f 2513/37/816 2516/37/810 2511/38/816 +f 2519/38/817 2518/37/813 2517/37/817 +f 2518/37/813 2519/38/817 2520/38/813 +f 2517/37/818 2518/37/814 2519/38/818 +f 2520/38/814 2519/38/818 2518/37/814 +f 2523/38/811 2522/37/819 2521/37/811 +f 2522/37/819 2523/38/811 2524/38/819 +f 2521/37/812 2522/37/820 2523/38/812 +f 2524/38/820 2523/38/812 2522/37/820 +f 2525/38/821 2518/37/792 2520/38/792 +f 2518/37/792 2525/38/821 2526/37/821 +f 2520/38/794 2518/37/794 2525/38/822 +f 2526/37/822 2525/38/822 2518/37/794 +f 2523/38/795 2526/37/821 2525/38/821 +f 2526/37/821 2523/38/795 2521/37/795 +f 2525/38/822 2526/37/822 2523/38/796 +f 2521/37/796 2523/38/796 2526/37/822 +f 2515/38/801 2517/37/817 2516/37/801 +f 2517/37/817 2515/38/801 2519/38/817 +f 2516/37/803 2517/37/818 2515/38/803 +f 2519/38/818 2515/38/803 2517/37/818 +f 2524/38/819 2514/37/798 2522/37/819 +f 2514/37/798 2524/38/819 2512/38/798 +f 2522/37/820 2514/37/800 2524/38/820 +f 2512/38/800 2524/38/820 2514/37/800 +f 2529/39/381 2528/35/380 2527/35/379 +f 2528/35/380 2529/39/381 2530/39/382 +f 2527/35/385 2528/35/384 2529/39/383 +f 2530/39/386 2529/39/383 2528/35/384 +f 2533/39/365 2532/39/364 2531/39/363 +f 2532/39/364 2533/39/365 2534/39/366 +f 2531/39/369 2532/39/368 2533/39/367 +f 2534/39/370 2533/39/367 2532/39/368 +f 2536/39/405 2529/39/381 2535/39/402 +f 2529/39/381 2536/39/405 2530/39/382 +f 2535/39/403 2529/39/383 2536/39/408 +f 2530/39/386 2536/39/408 2529/39/383 +f 2539/35/203 2538/36/206 2537/35/204 +f 2538/36/206 2539/35/203 2540/36/205 +f 2537/35/208 2538/36/210 2539/35/209 +f 2540/36/207 2539/35/209 2538/36/210 +f 2542/36/219 2540/36/205 2541/36/220 +f 2540/36/205 2542/36/219 2538/36/206 +f 2541/36/222 2540/36/207 2542/36/221 +f 2538/36/210 2542/36/221 2540/36/207 +f 2541/36/220 2539/35/203 2543/35/225 +f 2539/35/203 2541/36/220 2540/36/205 +f 2543/35/226 2539/35/209 2541/36/222 +f 2540/36/207 2541/36/222 2539/35/209 +f 2535/39/402 2527/35/379 2544/35/401 +f 2527/35/379 2535/39/402 2529/39/381 +f 2544/35/404 2527/35/385 2535/39/403 +f 2529/39/383 2535/39/403 2527/35/385 +f 2545/35/406 2530/39/382 2536/39/405 +f 2530/39/382 2545/35/406 2528/35/380 +f 2536/39/408 2530/39/386 2545/35/407 +f 2528/35/384 2545/35/407 2530/39/386 +f 2548/40/267 2547/40/246 2546/40/252 +f 2547/40/246 2548/40/267 2549/40/244 +f 2546/40/254 2547/40/250 2548/40/270 +f 2549/40/248 2548/40/270 2547/40/250 +f 2549/40/244 2550/35/245 2547/40/246 +f 2550/35/245 2549/40/244 2551/35/243 +f 2547/40/250 2550/35/247 2549/40/248 +f 2551/35/249 2549/40/248 2550/35/247 +f 2553/35/268 2546/40/252 2552/35/251 +f 2546/40/252 2553/35/268 2548/40/267 +f 2552/35/253 2546/40/254 2553/35/269 +f 2548/40/270 2553/35/269 2546/40/254 +f 2551/35/243 2548/40/267 2553/35/268 +f 2548/40/267 2551/35/243 2549/40/244 +f 2553/35/269 2548/40/270 2551/35/249 +f 2549/40/248 2551/35/249 2548/40/270 +f 2555/35/375 2534/39/366 2554/35/371 +f 2534/39/366 2555/35/375 2532/39/364 +f 2554/35/374 2534/39/370 2555/35/376 +f 2532/39/368 2555/35/376 2534/39/370 +f 2534/39/366 2556/35/372 2554/35/371 +f 2556/35/372 2534/39/366 2533/39/365 +f 2554/35/374 2556/35/373 2534/39/370 +f 2533/39/367 2534/39/370 2556/35/373 +f 2531/39/363 2555/35/375 2557/35/377 +f 2555/35/375 2531/39/363 2532/39/364 +f 2557/35/378 2555/35/376 2531/39/369 +f 2532/39/368 2531/39/369 2555/35/376 +f 2560/40/206 2559/35/223 2558/35/204 +f 2559/35/223 2560/40/206 2561/40/219 +f 2558/35/208 2559/35/224 2560/40/210 +f 2561/40/221 2560/40/210 2559/35/224 +f 2533/39/365 2557/35/377 2556/35/372 +f 2557/35/377 2533/39/365 2531/39/363 +f 2556/35/373 2557/35/378 2533/39/367 +f 2531/39/369 2533/39/367 2557/35/378 +f 2561/40/219 2563/40/205 2562/40/220 +f 2563/40/205 2561/40/219 2560/40/206 +f 2562/40/222 2563/40/207 2561/40/221 +f 2560/40/210 2561/40/221 2563/40/207 +f 2542/36/219 2543/35/225 2564/35/223 +f 2543/35/225 2542/36/219 2541/36/220 +f 2564/35/224 2543/35/226 2542/36/221 +f 2541/36/222 2542/36/221 2543/35/226 +f 2562/40/220 2566/35/203 2565/35/225 +f 2566/35/203 2562/40/220 2563/40/205 +f 2565/35/226 2566/35/209 2562/40/222 +f 2563/40/207 2562/40/222 2566/35/209 +f 2546/40/252 2550/35/245 2552/35/251 +f 2550/35/245 2546/40/252 2547/40/246 +f 2552/35/253 2550/35/247 2546/40/254 +f 2547/40/250 2546/40/254 2550/35/247 +f 2538/36/206 2564/35/223 2537/35/204 +f 2564/35/223 2538/36/206 2542/36/219 +f 2537/35/208 2564/35/224 2538/36/210 +f 2542/36/221 2538/36/210 2564/35/224 +f 2561/40/219 2565/35/225 2559/35/223 +f 2565/35/225 2561/40/219 2562/40/220 +f 2559/35/224 2565/35/226 2561/40/221 +f 2562/40/222 2561/40/221 2565/35/226 +f 2545/35/406 2535/39/402 2544/35/401 +f 2535/39/402 2545/35/406 2536/39/405 +f 2544/35/404 2535/39/403 2545/35/407 +f 2536/39/408 2545/35/407 2535/39/403 +f 2569/40/206 2568/35/223 2567/35/204 +f 2568/35/223 2569/40/206 2570/40/219 +f 2567/35/208 2568/35/224 2569/40/210 +f 2570/40/221 2569/40/210 2568/35/224 +f 2566/35/203 2560/40/206 2558/35/204 +f 2560/40/206 2566/35/203 2563/40/205 +f 2558/35/208 2560/40/210 2566/35/209 +f 2563/40/207 2566/35/209 2560/40/210 +f 2570/40/219 2572/40/205 2571/40/220 +f 2572/40/205 2570/40/219 2569/40/206 +f 2571/40/222 2572/40/207 2570/40/221 +f 2569/40/210 2570/40/221 2572/40/207 +f 2573/35/203 2569/40/206 2567/35/204 +f 2569/40/206 2573/35/203 2572/40/205 +f 2567/35/208 2569/40/210 2573/35/209 +f 2572/40/207 2573/35/209 2569/40/210 +f 2570/40/219 2574/35/225 2568/35/223 +f 2574/35/225 2570/40/219 2571/40/220 +f 2568/35/224 2574/35/226 2570/40/221 +f 2571/40/222 2570/40/221 2574/35/226 +f 2571/40/220 2573/35/203 2574/35/225 +f 2573/35/203 2571/40/220 2572/40/205 +f 2574/35/226 2573/35/209 2571/40/222 +f 2572/40/207 2571/40/222 2573/35/209 +f 2577/39/389 2576/39/388 2575/39/387 +f 2576/39/388 2577/39/389 2578/39/390 +f 2575/39/393 2576/39/392 2577/39/391 +f 2578/39/394 2577/39/391 2576/39/392 +f 2575/39/387 2580/35/396 2579/35/395 +f 2580/35/396 2575/39/387 2576/39/388 +f 2579/35/398 2580/35/397 2575/39/393 +f 2576/39/392 2575/39/393 2580/35/397 +f 2577/39/389 2579/35/395 2581/35/399 +f 2579/35/395 2577/39/389 2575/39/387 +f 2581/35/400 2579/35/398 2577/39/391 +f 2575/39/393 2577/39/391 2579/35/398 +f 2576/39/388 2582/35/409 2580/35/396 +f 2582/35/409 2576/39/388 2578/39/390 +f 2580/35/397 2582/35/410 2576/39/392 +f 2578/39/394 2576/39/392 2582/35/410 +f 2582/35/409 2577/39/389 2581/35/399 +f 2577/39/389 2582/35/409 2578/39/390 +f 2581/35/400 2577/39/391 2582/35/410 +f 2578/39/394 2582/35/410 2577/39/391 +f 2585/35/256 2584/39/263 2583/35/271 +f 2584/39/263 2585/35/256 2586/39/258 +f 2583/35/272 2584/39/265 2585/35/260 +f 2586/39/262 2585/35/260 2584/39/265 +f 2584/39/263 2588/39/257 2587/39/264 +f 2588/39/257 2584/39/263 2586/39/258 +f 2587/39/266 2588/39/259 2584/39/265 +f 2586/39/262 2584/39/265 2588/39/259 +f 2584/39/263 2589/35/273 2583/35/271 +f 2589/35/273 2584/39/263 2587/39/264 +f 2583/35/272 2589/35/274 2584/39/265 +f 2587/39/266 2584/39/265 2589/35/274 +f 2588/39/257 2585/35/256 2590/35/255 +f 2585/35/256 2588/39/257 2586/39/258 +f 2590/35/261 2585/35/260 2588/39/259 +f 2586/39/262 2588/39/259 2585/35/260 +f 2587/39/264 2590/35/255 2589/35/273 +f 2590/35/255 2587/39/264 2588/39/257 +f 2589/35/274 2590/35/261 2587/39/266 +f 2588/39/259 2587/39/266 2590/35/261 +f 2593/40/267 2592/40/246 2591/40/252 +f 2592/40/246 2593/40/267 2594/40/244 +f 2591/40/254 2592/40/250 2593/40/270 +f 2594/40/248 2593/40/270 2592/40/250 +f 2594/40/244 2595/35/245 2592/40/246 +f 2595/35/245 2594/40/244 2596/35/243 +f 2592/40/250 2595/35/247 2594/40/248 +f 2596/35/249 2594/40/248 2595/35/247 +f 2599/39/197 2598/39/213 2597/39/198 +f 2598/39/213 2599/39/197 2600/39/214 +f 2597/39/202 2598/39/215 2599/39/199 +f 2600/39/218 2599/39/199 2598/39/215 +f 2597/39/198 2602/35/211 2601/35/196 +f 2602/35/211 2597/39/198 2598/39/213 +f 2601/35/200 2602/35/217 2597/39/202 +f 2598/39/215 2597/39/202 2602/35/217 +f 2591/40/252 2595/35/245 2603/35/251 +f 2595/35/245 2591/40/252 2592/40/246 +f 2603/35/253 2595/35/247 2591/40/254 +f 2592/40/250 2591/40/254 2595/35/247 +f 2596/35/243 2593/40/267 2604/35/268 +f 2593/40/267 2596/35/243 2594/40/244 +f 2604/35/269 2593/40/270 2596/35/249 +f 2594/40/248 2596/35/249 2593/40/270 +f 2598/39/213 2605/35/212 2602/35/211 +f 2605/35/212 2598/39/213 2600/39/214 +f 2602/35/217 2605/35/216 2598/39/215 +f 2600/39/218 2598/39/215 2605/35/216 +f 2599/39/197 2601/35/196 2606/35/195 +f 2601/35/196 2599/39/197 2597/39/198 +f 2606/35/201 2601/35/200 2599/39/199 +f 2597/39/202 2599/39/199 2601/35/200 +f 2605/35/212 2599/39/197 2606/35/195 +f 2599/39/197 2605/35/212 2600/39/214 +f 2606/35/201 2599/39/199 2605/35/216 +f 2600/39/218 2605/35/216 2599/39/199 +f 2604/35/268 2591/40/252 2603/35/251 +f 2591/40/252 2604/35/268 2593/40/267 +f 2603/35/253 2591/40/254 2604/35/269 +f 2593/40/270 2604/35/269 2591/40/254 +f 2609/35/82 2608/35/82 2607/35/82 +f 2608/35/82 2609/35/82 2610/35/82 +f 2608/35/82 2610/35/82 2611/35/82 +f 2611/35/82 2610/35/82 2612/35/82 +f 2612/35/82 2610/35/82 2613/35/82 +f 2612/35/82 2613/35/82 2614/35/82 +f 2607/35/81 2608/35/81 2609/35/81 +f 2610/35/81 2609/35/81 2608/35/81 +f 2611/35/81 2610/35/81 2608/35/81 +f 2612/35/81 2610/35/81 2611/35/81 +f 2613/35/81 2610/35/81 2612/35/81 +f 2614/35/81 2613/35/81 2612/35/81 +f 2617/36/81 2616/36/81 2615/36/81 +f 2616/36/81 2617/36/81 2618/36/81 +f 2616/36/81 2618/36/81 2619/36/81 +f 2619/36/81 2618/36/81 2620/36/81 +f 2619/36/81 2620/36/81 2621/36/81 +f 2621/36/81 2620/36/81 2622/36/81 +f 2615/36/82 2616/36/82 2617/36/82 +f 2618/36/82 2617/36/82 2616/36/82 +f 2619/36/82 2618/36/82 2616/36/82 +f 2620/36/82 2618/36/82 2619/36/82 +f 2621/36/82 2620/36/82 2619/36/82 +f 2622/36/82 2620/36/82 2621/36/82 +f 2615/36/757 2608/35/758 2617/36/758 +f 2608/35/758 2615/36/757 2607/35/757 +f 2617/36/755 2608/35/755 2615/36/756 +f 2607/35/756 2615/36/756 2608/35/755 +f 2618/36/761 2608/35/762 2611/35/761 +f 2608/35/762 2618/36/761 2617/36/762 +f 2611/35/759 2608/35/760 2618/36/759 +f 2617/36/760 2618/36/759 2608/35/760 +f 2620/36/764 2611/35/761 2612/35/764 +f 2611/35/761 2620/36/764 2618/36/761 +f 2612/35/763 2611/35/759 2620/36/763 +f 2618/36/759 2620/36/763 2611/35/759 +f 2614/35/756 2620/36/766 2612/35/766 +f 2620/36/766 2614/35/756 2622/36/756 +f 2612/35/765 2620/36/765 2614/35/757 +f 2622/36/757 2614/35/757 2620/36/765 +f 2613/35/755 2622/36/756 2614/35/756 +f 2622/36/756 2613/35/755 2621/36/755 +f 2614/35/757 2622/36/757 2613/35/758 +f 2621/36/758 2613/35/758 2622/36/757 +f 2619/36/759 2613/35/760 2610/35/759 +f 2613/35/760 2619/36/759 2621/36/760 +f 2610/35/761 2613/35/762 2619/36/761 +f 2621/36/762 2619/36/761 2613/35/762 +f 2616/36/763 2610/35/759 2609/35/763 +f 2610/35/759 2616/36/763 2619/36/759 +f 2609/35/764 2610/35/761 2616/36/764 +f 2619/36/761 2616/36/764 2610/35/761 +f 2616/36/765 2607/35/757 2615/36/757 +f 2607/35/757 2616/36/765 2609/35/765 +f 2615/36/756 2607/35/756 2616/36/766 +f 2609/35/766 2616/36/766 2607/35/756 +f 2625/36/81 2624/36/81 2623/36/81 +f 2624/36/81 2625/36/81 2626/36/81 +f 2624/36/81 2626/36/81 2627/36/81 +f 2627/36/81 2626/36/81 2628/36/81 +f 2628/36/81 2626/36/81 2629/36/81 +f 2628/36/81 2629/36/81 2630/36/81 +f 2623/36/82 2624/36/82 2625/36/82 +f 2626/36/82 2625/36/82 2624/36/82 +f 2627/36/82 2626/36/82 2624/36/82 +f 2628/36/82 2626/36/82 2627/36/82 +f 2629/36/82 2626/36/82 2628/36/82 +f 2630/36/82 2629/36/82 2628/36/82 +f 2623/36/757 2631/35/758 2625/36/758 +f 2631/35/758 2623/36/757 2632/35/757 +f 2625/36/755 2631/35/755 2623/36/756 +f 2632/35/756 2623/36/756 2631/35/755 +f 2626/36/761 2631/35/762 2633/35/761 +f 2631/35/762 2626/36/761 2625/36/762 +f 2633/35/759 2631/35/760 2626/36/759 +f 2625/36/760 2626/36/759 2631/35/760 +f 2629/36/764 2633/35/761 2634/35/764 +f 2633/35/761 2629/36/764 2626/36/761 +f 2634/35/763 2633/35/759 2629/36/763 +f 2626/36/759 2629/36/763 2633/35/759 +f 2635/35/756 2629/36/766 2634/35/766 +f 2629/36/766 2635/35/756 2630/36/756 +f 2634/35/765 2629/36/765 2635/35/757 +f 2630/36/757 2635/35/757 2629/36/765 +f 2636/35/755 2630/36/756 2635/35/756 +f 2630/36/756 2636/35/755 2628/36/755 +f 2635/35/757 2630/36/757 2636/35/758 +f 2628/36/758 2636/35/758 2630/36/757 +f 2627/36/759 2636/35/760 2637/35/759 +f 2636/35/760 2627/36/759 2628/36/760 +f 2637/35/761 2636/35/762 2627/36/761 +f 2628/36/762 2627/36/761 2636/35/762 +f 2624/36/763 2637/35/759 2638/35/763 +f 2637/35/759 2624/36/763 2627/36/759 +f 2638/35/764 2637/35/761 2624/36/764 +f 2627/36/761 2624/36/764 2637/35/761 +f 2624/36/765 2632/35/757 2623/36/757 +f 2632/35/757 2624/36/765 2638/35/765 +f 2623/36/756 2632/35/756 2624/36/766 +f 2638/35/766 2624/36/766 2632/35/756 +f 2641/38/783 2640/37/784 2639/37/783 +f 2640/37/784 2641/38/783 2642/38/784 +f 2639/37/785 2640/37/786 2641/38/785 +f 2642/38/786 2641/38/785 2640/37/786 +f 2645/37/777 2644/38/781 2643/38/777 +f 2644/38/781 2645/37/777 2646/37/781 +f 2643/38/779 2644/38/782 2645/37/779 +f 2646/37/782 2645/37/779 2644/38/782 +f 2648/38/787 2639/37/783 2647/37/787 +f 2639/37/783 2648/38/787 2641/38/783 +f 2647/37/788 2639/37/785 2648/38/788 +f 2641/38/785 2648/38/788 2639/37/785 +f 2651/38/771 2650/37/789 2649/37/771 +f 2650/37/789 2651/38/771 2652/38/789 +f 2649/37/773 2650/37/790 2651/38/773 +f 2652/38/790 2651/38/773 2650/37/790 +f 2651/38/771 2640/37/772 2642/38/772 +f 2640/37/772 2651/38/771 2649/37/771 +f 2642/38/774 2640/37/774 2651/38/773 +f 2649/37/773 2651/38/773 2640/37/774 +f 2654/38/767 2646/37/768 2653/37/767 +f 2646/37/768 2654/38/767 2644/38/768 +f 2653/37/769 2646/37/770 2654/38/769 +f 2644/38/770 2654/38/769 2646/37/770 +f 2652/38/775 2653/37/767 2650/37/775 +f 2653/37/767 2652/38/775 2654/38/767 +f 2650/37/776 2653/37/769 2652/38/776 +f 2654/38/769 2652/38/776 2653/37/769 +f 2647/37/778 2643/38/777 2648/38/778 +f 2643/38/777 2647/37/778 2645/37/777 +f 2648/38/780 2643/38/779 2647/37/780 +f 2645/37/779 2647/37/780 2643/38/779 +f 2657/35/82 2656/35/82 2655/35/82 +f 2656/35/82 2657/35/82 2658/35/82 +f 2656/35/82 2658/35/82 2659/35/82 +f 2659/35/82 2658/35/82 2660/35/82 +f 2659/35/82 2660/35/82 2661/35/82 +f 2661/35/82 2660/35/82 2662/35/82 +f 2655/35/81 2656/35/81 2657/35/81 +f 2658/35/81 2657/35/81 2656/35/81 +f 2659/35/81 2658/35/81 2656/35/81 +f 2660/35/81 2658/35/81 2659/35/81 +f 2661/35/81 2660/35/81 2659/35/81 +f 2662/35/81 2660/35/81 2661/35/81 +f 2665/36/81 2664/36/81 2663/36/81 +f 2664/36/81 2665/36/81 2666/36/81 +f 2664/36/81 2666/36/81 2667/36/81 +f 2667/36/81 2666/36/81 2668/36/81 +f 2667/36/81 2668/36/81 2669/36/81 +f 2669/36/81 2668/36/81 2670/36/81 +f 2663/36/82 2664/36/82 2665/36/82 +f 2666/36/82 2665/36/82 2664/36/82 +f 2667/36/82 2666/36/82 2664/36/82 +f 2668/36/82 2666/36/82 2667/36/82 +f 2669/36/82 2668/36/82 2667/36/82 +f 2670/36/82 2668/36/82 2669/36/82 +f 2663/36/823 2656/35/415 2665/36/415 +f 2656/35/415 2663/36/823 2655/35/823 +f 2665/36/411 2656/35/411 2663/36/824 +f 2655/35/824 2663/36/824 2656/35/411 +f 2666/36/825 2656/35/416 2659/35/825 +f 2656/35/416 2666/36/825 2665/36/416 +f 2659/35/826 2656/35/412 2666/36/826 +f 2665/36/412 2666/36/826 2656/35/412 +f 2668/36/417 2659/35/825 2661/35/417 +f 2659/35/825 2668/36/417 2666/36/825 +f 2661/35/413 2659/35/826 2668/36/413 +f 2666/36/826 2668/36/413 2659/35/826 +f 2662/35/824 2668/36/418 2661/35/418 +f 2668/36/418 2662/35/824 2670/36/824 +f 2661/35/414 2668/36/414 2662/35/823 +f 2670/36/823 2662/35/823 2668/36/414 +f 2660/35/411 2670/36/824 2662/35/824 +f 2670/36/824 2660/35/411 2669/36/411 +f 2662/35/823 2670/36/823 2660/35/415 +f 2669/36/415 2660/35/415 2670/36/823 +f 2667/36/826 2660/35/412 2658/35/826 +f 2660/35/412 2667/36/826 2669/36/412 +f 2658/35/825 2660/35/416 2667/36/825 +f 2669/36/416 2667/36/825 2660/35/416 +f 2664/36/413 2658/35/826 2657/35/413 +f 2658/35/826 2664/36/413 2667/36/826 +f 2657/35/417 2658/35/825 2664/36/417 +f 2667/36/825 2664/36/417 2658/35/825 +f 2664/36/414 2655/35/823 2663/36/823 +f 2655/35/823 2664/36/414 2657/35/414 +f 2663/36/824 2655/35/824 2664/36/418 +f 2657/35/418 2664/36/418 2655/35/824 +f 2673/36/81 2672/36/81 2671/36/81 +f 2672/36/81 2673/36/81 2674/36/81 +f 2672/36/81 2674/36/81 2675/36/81 +f 2675/36/81 2674/36/81 2676/36/81 +f 2675/36/81 2676/36/81 2677/36/81 +f 2677/36/81 2676/36/81 2678/36/81 +f 2671/36/82 2672/36/82 2673/36/82 +f 2674/36/82 2673/36/82 2672/36/82 +f 2675/36/82 2674/36/82 2672/36/82 +f 2676/36/82 2674/36/82 2675/36/82 +f 2677/36/82 2676/36/82 2675/36/82 +f 2678/36/82 2676/36/82 2677/36/82 +f 2671/36/823 2679/35/415 2673/36/415 +f 2679/35/415 2671/36/823 2680/35/823 +f 2673/36/411 2679/35/411 2671/36/824 +f 2680/35/824 2671/36/824 2679/35/411 +f 2674/36/825 2679/35/416 2681/35/825 +f 2679/35/416 2674/36/825 2673/36/416 +f 2681/35/826 2679/35/412 2674/36/826 +f 2673/36/412 2674/36/826 2679/35/412 +f 2676/36/417 2681/35/825 2682/35/417 +f 2681/35/825 2676/36/417 2674/36/825 +f 2682/35/413 2681/35/826 2676/36/413 +f 2674/36/826 2676/36/413 2681/35/826 +f 2683/35/824 2676/36/418 2682/35/418 +f 2676/36/418 2683/35/824 2678/36/824 +f 2682/35/414 2676/36/414 2683/35/823 +f 2678/36/823 2683/35/823 2676/36/414 +f 2684/35/411 2678/36/824 2683/35/824 +f 2678/36/824 2684/35/411 2677/36/411 +f 2683/35/823 2678/36/823 2684/35/415 +f 2677/36/415 2684/35/415 2678/36/823 +f 2675/36/826 2684/35/412 2685/35/826 +f 2684/35/412 2675/36/826 2677/36/412 +f 2685/35/825 2684/35/416 2675/36/825 +f 2677/36/416 2675/36/825 2684/35/416 +f 2672/36/413 2685/35/826 2686/35/413 +f 2685/35/826 2672/36/413 2675/36/826 +f 2686/35/417 2685/35/825 2672/36/417 +f 2675/36/825 2672/36/417 2685/35/825 +f 2672/36/414 2680/35/823 2671/36/823 +f 2680/35/823 2672/36/414 2686/35/414 +f 2671/36/824 2680/35/824 2672/36/418 +f 2686/35/418 2672/36/418 2680/35/824 +f 2689/38/817 2688/37/813 2687/37/817 +f 2688/37/813 2689/38/817 2690/38/813 +f 2687/37/818 2688/37/814 2689/38/818 +f 2690/38/814 2689/38/818 2688/37/814 +f 2693/37/805 2692/38/815 2691/37/815 +f 2692/38/815 2693/37/805 2694/38/805 +f 2691/37/816 2692/38/816 2693/37/808 +f 2694/38/808 2693/37/808 2692/38/816 +f 2696/38/801 2687/37/817 2695/37/801 +f 2687/37/817 2696/38/801 2689/38/817 +f 2695/37/803 2687/37/818 2696/38/803 +f 2689/38/818 2696/38/803 2687/37/818 +f 2699/38/795 2698/37/821 2697/38/821 +f 2698/37/821 2699/38/795 2700/37/795 +f 2697/38/822 2698/37/822 2699/38/796 +f 2700/37/796 2699/38/796 2698/37/822 +f 2697/38/821 2688/37/792 2690/38/792 +f 2688/37/792 2697/38/821 2698/37/821 +f 2690/38/794 2688/37/794 2697/38/822 +f 2698/37/822 2697/38/822 2688/37/794 +f 2702/38/819 2693/37/798 2701/37/819 +f 2693/37/798 2702/38/819 2694/38/798 +f 2701/37/820 2693/37/800 2702/38/820 +f 2694/38/800 2702/38/820 2693/37/800 +f 2699/38/811 2701/37/819 2700/37/811 +f 2701/37/819 2699/38/811 2702/38/819 +f 2700/37/812 2701/37/820 2699/38/812 +f 2702/38/820 2699/38/812 2701/37/820 +f 2695/37/809 2692/38/815 2696/38/809 +f 2692/38/815 2695/37/809 2691/37/815 +f 2696/38/810 2692/38/816 2695/37/810 +f 2691/37/816 2695/37/810 2692/38/816 +f 2705/39/381 2704/35/380 2703/35/379 +f 2704/35/380 2705/39/381 2706/39/382 +f 2703/35/385 2704/35/384 2705/39/383 +f 2706/39/386 2705/39/383 2704/35/384 +f 2709/39/365 2708/39/364 2707/39/363 +f 2708/39/364 2709/39/365 2710/39/366 +f 2707/39/369 2708/39/368 2709/39/367 +f 2710/39/370 2709/39/367 2708/39/368 +f 2712/39/405 2705/39/381 2711/39/402 +f 2705/39/381 2712/39/405 2706/39/382 +f 2711/39/403 2705/39/383 2712/39/408 +f 2706/39/386 2712/39/408 2705/39/383 +f 2715/35/203 2714/36/206 2713/35/204 +f 2714/36/206 2715/35/203 2716/36/205 +f 2713/35/208 2714/36/210 2715/35/209 +f 2716/36/207 2715/35/209 2714/36/210 +f 2718/36/219 2716/36/205 2717/36/220 +f 2716/36/205 2718/36/219 2714/36/206 +f 2717/36/222 2716/36/207 2718/36/221 +f 2714/36/210 2718/36/221 2716/36/207 +f 2717/36/220 2715/35/203 2719/35/225 +f 2715/35/203 2717/36/220 2716/36/205 +f 2719/35/226 2715/35/209 2717/36/222 +f 2716/36/207 2717/36/222 2715/35/209 +f 2711/39/402 2703/35/379 2720/35/401 +f 2703/35/379 2711/39/402 2705/39/381 +f 2720/35/404 2703/35/385 2711/39/403 +f 2705/39/383 2711/39/403 2703/35/385 +f 2721/35/406 2706/39/382 2712/39/405 +f 2706/39/382 2721/35/406 2704/35/380 +f 2712/39/408 2706/39/386 2721/35/407 +f 2704/35/384 2721/35/407 2706/39/386 +f 2724/40/267 2723/40/246 2722/40/252 +f 2723/40/246 2724/40/267 2725/40/244 +f 2722/40/254 2723/40/250 2724/40/270 +f 2725/40/248 2724/40/270 2723/40/250 +f 2725/40/244 2726/35/245 2723/40/246 +f 2726/35/245 2725/40/244 2727/35/243 +f 2723/40/250 2726/35/247 2725/40/248 +f 2727/35/249 2725/40/248 2726/35/247 +f 2729/35/268 2722/40/252 2728/35/251 +f 2722/40/252 2729/35/268 2724/40/267 +f 2728/35/253 2722/40/254 2729/35/269 +f 2724/40/270 2729/35/269 2722/40/254 +f 2727/35/243 2724/40/267 2729/35/268 +f 2724/40/267 2727/35/243 2725/40/244 +f 2729/35/269 2724/40/270 2727/35/249 +f 2725/40/248 2727/35/249 2724/40/270 +f 2731/35/375 2710/39/366 2730/35/371 +f 2710/39/366 2731/35/375 2708/39/364 +f 2730/35/374 2710/39/370 2731/35/376 +f 2708/39/368 2731/35/376 2710/39/370 +f 2710/39/366 2732/35/372 2730/35/371 +f 2732/35/372 2710/39/366 2709/39/365 +f 2730/35/374 2732/35/373 2710/39/370 +f 2709/39/367 2710/39/370 2732/35/373 +f 2707/39/363 2731/35/375 2733/35/377 +f 2731/35/375 2707/39/363 2708/39/364 +f 2733/35/378 2731/35/376 2707/39/369 +f 2708/39/368 2707/39/369 2731/35/376 +f 2736/40/206 2735/35/223 2734/35/204 +f 2735/35/223 2736/40/206 2737/40/219 +f 2734/35/208 2735/35/224 2736/40/210 +f 2737/40/221 2736/40/210 2735/35/224 +f 2709/39/365 2733/35/377 2732/35/372 +f 2733/35/377 2709/39/365 2707/39/363 +f 2732/35/373 2733/35/378 2709/39/367 +f 2707/39/369 2709/39/367 2733/35/378 +f 2737/40/219 2739/40/205 2738/40/220 +f 2739/40/205 2737/40/219 2736/40/206 +f 2738/40/222 2739/40/207 2737/40/221 +f 2736/40/210 2737/40/221 2739/40/207 +f 2718/36/219 2719/35/225 2740/35/223 +f 2719/35/225 2718/36/219 2717/36/220 +f 2740/35/224 2719/35/226 2718/36/221 +f 2717/36/222 2718/36/221 2719/35/226 +f 2738/40/220 2742/35/203 2741/35/225 +f 2742/35/203 2738/40/220 2739/40/205 +f 2741/35/226 2742/35/209 2738/40/222 +f 2739/40/207 2738/40/222 2742/35/209 +f 2722/40/252 2726/35/245 2728/35/251 +f 2726/35/245 2722/40/252 2723/40/246 +f 2728/35/253 2726/35/247 2722/40/254 +f 2723/40/250 2722/40/254 2726/35/247 +f 2714/36/206 2740/35/223 2713/35/204 +f 2740/35/223 2714/36/206 2718/36/219 +f 2713/35/208 2740/35/224 2714/36/210 +f 2718/36/221 2714/36/210 2740/35/224 +f 2737/40/219 2741/35/225 2735/35/223 +f 2741/35/225 2737/40/219 2738/40/220 +f 2735/35/224 2741/35/226 2737/40/221 +f 2738/40/222 2737/40/221 2741/35/226 +f 2721/35/406 2711/39/402 2720/35/401 +f 2711/39/402 2721/35/406 2712/39/405 +f 2720/35/404 2711/39/403 2721/35/407 +f 2712/39/408 2721/35/407 2711/39/403 +f 2745/40/206 2744/35/223 2743/35/204 +f 2744/35/223 2745/40/206 2746/40/219 +f 2743/35/208 2744/35/224 2745/40/210 +f 2746/40/221 2745/40/210 2744/35/224 +f 2742/35/203 2736/40/206 2734/35/204 +f 2736/40/206 2742/35/203 2739/40/205 +f 2734/35/208 2736/40/210 2742/35/209 +f 2739/40/207 2742/35/209 2736/40/210 +f 2746/40/219 2748/40/205 2747/40/220 +f 2748/40/205 2746/40/219 2745/40/206 +f 2747/40/222 2748/40/207 2746/40/221 +f 2745/40/210 2746/40/221 2748/40/207 +f 2749/35/203 2745/40/206 2743/35/204 +f 2745/40/206 2749/35/203 2748/40/205 +f 2743/35/208 2745/40/210 2749/35/209 +f 2748/40/207 2749/35/209 2745/40/210 +f 2746/40/219 2750/35/225 2744/35/223 +f 2750/35/225 2746/40/219 2747/40/220 +f 2744/35/224 2750/35/226 2746/40/221 +f 2747/40/222 2746/40/221 2750/35/226 +f 2747/40/220 2749/35/203 2750/35/225 +f 2749/35/203 2747/40/220 2748/40/205 +f 2750/35/226 2749/35/209 2747/40/222 +f 2748/40/207 2747/40/222 2749/35/209 +f 2753/39/389 2752/39/388 2751/39/387 +f 2752/39/388 2753/39/389 2754/39/390 +f 2751/39/393 2752/39/392 2753/39/391 +f 2754/39/394 2753/39/391 2752/39/392 +f 2751/39/387 2756/35/396 2755/35/395 +f 2756/35/396 2751/39/387 2752/39/388 +f 2755/35/398 2756/35/397 2751/39/393 +f 2752/39/392 2751/39/393 2756/35/397 +f 2753/39/389 2755/35/395 2757/35/399 +f 2755/35/395 2753/39/389 2751/39/387 +f 2757/35/400 2755/35/398 2753/39/391 +f 2751/39/393 2753/39/391 2755/35/398 +f 2752/39/388 2758/35/409 2756/35/396 +f 2758/35/409 2752/39/388 2754/39/390 +f 2756/35/397 2758/35/410 2752/39/392 +f 2754/39/394 2752/39/392 2758/35/410 +f 2758/35/409 2753/39/389 2757/35/399 +f 2753/39/389 2758/35/409 2754/39/390 +f 2757/35/400 2753/39/391 2758/35/410 +f 2754/39/394 2758/35/410 2753/39/391 +f 2761/35/256 2760/39/263 2759/35/271 +f 2760/39/263 2761/35/256 2762/39/258 +f 2759/35/272 2760/39/265 2761/35/260 +f 2762/39/262 2761/35/260 2760/39/265 +f 2760/39/263 2764/39/257 2763/39/264 +f 2764/39/257 2760/39/263 2762/39/258 +f 2763/39/266 2764/39/259 2760/39/265 +f 2762/39/262 2760/39/265 2764/39/259 +f 2760/39/263 2765/35/273 2759/35/271 +f 2765/35/273 2760/39/263 2763/39/264 +f 2759/35/272 2765/35/274 2760/39/265 +f 2763/39/266 2760/39/265 2765/35/274 +f 2764/39/257 2761/35/256 2766/35/255 +f 2761/35/256 2764/39/257 2762/39/258 +f 2766/35/261 2761/35/260 2764/39/259 +f 2762/39/262 2764/39/259 2761/35/260 +f 2763/39/264 2766/35/255 2765/35/273 +f 2766/35/255 2763/39/264 2764/39/257 +f 2765/35/274 2766/35/261 2763/39/266 +f 2764/39/259 2763/39/266 2766/35/261 +f 2769/40/267 2768/40/246 2767/40/252 +f 2768/40/246 2769/40/267 2770/40/244 +f 2767/40/254 2768/40/250 2769/40/270 +f 2770/40/248 2769/40/270 2768/40/250 +f 2770/40/244 2771/35/245 2768/40/246 +f 2771/35/245 2770/40/244 2772/35/243 +f 2768/40/250 2771/35/247 2770/40/248 +f 2772/35/249 2770/40/248 2771/35/247 +f 2775/39/197 2774/39/213 2773/39/198 +f 2774/39/213 2775/39/197 2776/39/214 +f 2773/39/202 2774/39/215 2775/39/199 +f 2776/39/218 2775/39/199 2774/39/215 +f 2773/39/198 2778/35/211 2777/35/196 +f 2778/35/211 2773/39/198 2774/39/213 +f 2777/35/200 2778/35/217 2773/39/202 +f 2774/39/215 2773/39/202 2778/35/217 +f 2767/40/252 2771/35/245 2779/35/251 +f 2771/35/245 2767/40/252 2768/40/246 +f 2779/35/253 2771/35/247 2767/40/254 +f 2768/40/250 2767/40/254 2771/35/247 +f 2772/35/243 2769/40/267 2780/35/268 +f 2769/40/267 2772/35/243 2770/40/244 +f 2780/35/269 2769/40/270 2772/35/249 +f 2770/40/248 2772/35/249 2769/40/270 +f 2774/39/213 2781/35/212 2778/35/211 +f 2781/35/212 2774/39/213 2776/39/214 +f 2778/35/217 2781/35/216 2774/39/215 +f 2776/39/218 2774/39/215 2781/35/216 +f 2775/39/197 2777/35/196 2782/35/195 +f 2777/35/196 2775/39/197 2773/39/198 +f 2782/35/201 2777/35/200 2775/39/199 +f 2773/39/202 2775/39/199 2777/35/200 +f 2781/35/212 2775/39/197 2782/35/195 +f 2775/39/197 2781/35/212 2776/39/214 +f 2782/35/201 2775/39/199 2781/35/216 +f 2776/39/218 2781/35/216 2775/39/199 +f 2780/35/268 2767/40/252 2779/35/251 +f 2767/40/252 2780/35/268 2769/40/267 +f 2779/35/253 2767/40/254 2780/35/269 +f 2769/40/270 2780/35/269 2767/40/254 +f 2785/39/381 2784/35/380 2783/35/379 +f 2784/35/380 2785/39/381 2786/39/382 +f 2783/35/385 2784/35/384 2785/39/383 +f 2786/39/386 2785/39/383 2784/35/384 +f 2789/39/365 2788/39/364 2787/39/363 +f 2788/39/364 2789/39/365 2790/39/366 +f 2787/39/369 2788/39/368 2789/39/367 +f 2790/39/370 2789/39/367 2788/39/368 +f 2792/39/405 2785/39/381 2791/39/402 +f 2785/39/381 2792/39/405 2786/39/382 +f 2791/39/403 2785/39/383 2792/39/408 +f 2786/39/386 2792/39/408 2785/39/383 +f 2795/35/203 2794/36/206 2793/35/204 +f 2794/36/206 2795/35/203 2796/36/205 +f 2793/35/208 2794/36/210 2795/35/209 +f 2796/36/207 2795/35/209 2794/36/210 +f 2798/36/219 2796/36/205 2797/36/220 +f 2796/36/205 2798/36/219 2794/36/206 +f 2797/36/222 2796/36/207 2798/36/221 +f 2794/36/210 2798/36/221 2796/36/207 +f 2797/36/220 2795/35/203 2799/35/225 +f 2795/35/203 2797/36/220 2796/36/205 +f 2799/35/226 2795/35/209 2797/36/222 +f 2796/36/207 2797/36/222 2795/35/209 +f 2791/39/402 2783/35/379 2800/35/401 +f 2783/35/379 2791/39/402 2785/39/381 +f 2800/35/404 2783/35/385 2791/39/403 +f 2785/39/383 2791/39/403 2783/35/385 +f 2801/35/406 2786/39/382 2792/39/405 +f 2786/39/382 2801/35/406 2784/35/380 +f 2792/39/408 2786/39/386 2801/35/407 +f 2784/35/384 2801/35/407 2786/39/386 +f 2804/40/267 2803/40/246 2802/40/252 +f 2803/40/246 2804/40/267 2805/40/244 +f 2802/40/254 2803/40/250 2804/40/270 +f 2805/40/248 2804/40/270 2803/40/250 +f 2805/40/244 2806/35/245 2803/40/246 +f 2806/35/245 2805/40/244 2807/35/243 +f 2803/40/250 2806/35/247 2805/40/248 +f 2807/35/249 2805/40/248 2806/35/247 +f 2809/35/268 2802/40/252 2808/35/251 +f 2802/40/252 2809/35/268 2804/40/267 +f 2808/35/253 2802/40/254 2809/35/269 +f 2804/40/270 2809/35/269 2802/40/254 +f 2807/35/243 2804/40/267 2809/35/268 +f 2804/40/267 2807/35/243 2805/40/244 +f 2809/35/269 2804/40/270 2807/35/249 +f 2805/40/248 2807/35/249 2804/40/270 +f 2811/35/375 2790/39/366 2810/35/371 +f 2790/39/366 2811/35/375 2788/39/364 +f 2810/35/374 2790/39/370 2811/35/376 +f 2788/39/368 2811/35/376 2790/39/370 +f 2790/39/366 2812/35/372 2810/35/371 +f 2812/35/372 2790/39/366 2789/39/365 +f 2810/35/374 2812/35/373 2790/39/370 +f 2789/39/367 2790/39/370 2812/35/373 +f 2787/39/363 2811/35/375 2813/35/377 +f 2811/35/375 2787/39/363 2788/39/364 +f 2813/35/378 2811/35/376 2787/39/369 +f 2788/39/368 2787/39/369 2811/35/376 +f 2816/40/206 2815/35/223 2814/35/204 +f 2815/35/223 2816/40/206 2817/40/219 +f 2814/35/208 2815/35/224 2816/40/210 +f 2817/40/221 2816/40/210 2815/35/224 +f 2789/39/365 2813/35/377 2812/35/372 +f 2813/35/377 2789/39/365 2787/39/363 +f 2812/35/373 2813/35/378 2789/39/367 +f 2787/39/369 2789/39/367 2813/35/378 +f 2817/40/219 2819/40/205 2818/40/220 +f 2819/40/205 2817/40/219 2816/40/206 +f 2818/40/222 2819/40/207 2817/40/221 +f 2816/40/210 2817/40/221 2819/40/207 +f 2798/36/219 2799/35/225 2820/35/223 +f 2799/35/225 2798/36/219 2797/36/220 +f 2820/35/224 2799/35/226 2798/36/221 +f 2797/36/222 2798/36/221 2799/35/226 +f 2818/40/220 2822/35/203 2821/35/225 +f 2822/35/203 2818/40/220 2819/40/205 +f 2821/35/226 2822/35/209 2818/40/222 +f 2819/40/207 2818/40/222 2822/35/209 +f 2802/40/252 2806/35/245 2808/35/251 +f 2806/35/245 2802/40/252 2803/40/246 +f 2808/35/253 2806/35/247 2802/40/254 +f 2803/40/250 2802/40/254 2806/35/247 +f 2794/36/206 2820/35/223 2793/35/204 +f 2820/35/223 2794/36/206 2798/36/219 +f 2793/35/208 2820/35/224 2794/36/210 +f 2798/36/221 2794/36/210 2820/35/224 +f 2817/40/219 2821/35/225 2815/35/223 +f 2821/35/225 2817/40/219 2818/40/220 +f 2815/35/224 2821/35/226 2817/40/221 +f 2818/40/222 2817/40/221 2821/35/226 +f 2801/35/406 2791/39/402 2800/35/401 +f 2791/39/402 2801/35/406 2792/39/405 +f 2800/35/404 2791/39/403 2801/35/407 +f 2792/39/408 2801/35/407 2791/39/403 +f 2825/40/206 2824/35/223 2823/35/204 +f 2824/35/223 2825/40/206 2826/40/219 +f 2823/35/208 2824/35/224 2825/40/210 +f 2826/40/221 2825/40/210 2824/35/224 +f 2822/35/203 2816/40/206 2814/35/204 +f 2816/40/206 2822/35/203 2819/40/205 +f 2814/35/208 2816/40/210 2822/35/209 +f 2819/40/207 2822/35/209 2816/40/210 +f 2826/40/219 2828/40/205 2827/40/220 +f 2828/40/205 2826/40/219 2825/40/206 +f 2827/40/222 2828/40/207 2826/40/221 +f 2825/40/210 2826/40/221 2828/40/207 +f 2829/35/203 2825/40/206 2823/35/204 +f 2825/40/206 2829/35/203 2828/40/205 +f 2823/35/208 2825/40/210 2829/35/209 +f 2828/40/207 2829/35/209 2825/40/210 +f 2826/40/219 2830/35/225 2824/35/223 +f 2830/35/225 2826/40/219 2827/40/220 +f 2824/35/224 2830/35/226 2826/40/221 +f 2827/40/222 2826/40/221 2830/35/226 +f 2827/40/220 2829/35/203 2830/35/225 +f 2829/35/203 2827/40/220 2828/40/205 +f 2830/35/226 2829/35/209 2827/40/222 +f 2828/40/207 2827/40/222 2829/35/209 +f 2833/39/389 2832/39/388 2831/39/387 +f 2832/39/388 2833/39/389 2834/39/390 +f 2831/39/393 2832/39/392 2833/39/391 +f 2834/39/394 2833/39/391 2832/39/392 +f 2831/39/387 2836/35/396 2835/35/395 +f 2836/35/396 2831/39/387 2832/39/388 +f 2835/35/398 2836/35/397 2831/39/393 +f 2832/39/392 2831/39/393 2836/35/397 +f 2833/39/389 2835/35/395 2837/35/399 +f 2835/35/395 2833/39/389 2831/39/387 +f 2837/35/400 2835/35/398 2833/39/391 +f 2831/39/393 2833/39/391 2835/35/398 +f 2832/39/388 2838/35/409 2836/35/396 +f 2838/35/409 2832/39/388 2834/39/390 +f 2836/35/397 2838/35/410 2832/39/392 +f 2834/39/394 2832/39/392 2838/35/410 +f 2838/35/409 2833/39/389 2837/35/399 +f 2833/39/389 2838/35/409 2834/39/390 +f 2837/35/400 2833/39/391 2838/35/410 +f 2834/39/394 2838/35/410 2833/39/391 +f 2841/35/256 2840/39/263 2839/35/271 +f 2840/39/263 2841/35/256 2842/39/258 +f 2839/35/272 2840/39/265 2841/35/260 +f 2842/39/262 2841/35/260 2840/39/265 +f 2840/39/263 2844/39/257 2843/39/264 +f 2844/39/257 2840/39/263 2842/39/258 +f 2843/39/266 2844/39/259 2840/39/265 +f 2842/39/262 2840/39/265 2844/39/259 +f 2840/39/263 2845/35/273 2839/35/271 +f 2845/35/273 2840/39/263 2843/39/264 +f 2839/35/272 2845/35/274 2840/39/265 +f 2843/39/266 2840/39/265 2845/35/274 +f 2844/39/257 2841/35/256 2846/35/255 +f 2841/35/256 2844/39/257 2842/39/258 +f 2846/35/261 2841/35/260 2844/39/259 +f 2842/39/262 2844/39/259 2841/35/260 +f 2843/39/264 2846/35/255 2845/35/273 +f 2846/35/255 2843/39/264 2844/39/257 +f 2845/35/274 2846/35/261 2843/39/266 +f 2844/39/259 2843/39/266 2846/35/261 +f 2849/40/267 2848/40/246 2847/40/252 +f 2848/40/246 2849/40/267 2850/40/244 +f 2847/40/254 2848/40/250 2849/40/270 +f 2850/40/248 2849/40/270 2848/40/250 +f 2850/40/244 2851/35/245 2848/40/246 +f 2851/35/245 2850/40/244 2852/35/243 +f 2848/40/250 2851/35/247 2850/40/248 +f 2852/35/249 2850/40/248 2851/35/247 +f 2855/39/197 2854/39/213 2853/39/198 +f 2854/39/213 2855/39/197 2856/39/214 +f 2853/39/202 2854/39/215 2855/39/199 +f 2856/39/218 2855/39/199 2854/39/215 +f 2853/39/198 2858/35/211 2857/35/196 +f 2858/35/211 2853/39/198 2854/39/213 +f 2857/35/200 2858/35/217 2853/39/202 +f 2854/39/215 2853/39/202 2858/35/217 +f 2847/40/252 2851/35/245 2859/35/251 +f 2851/35/245 2847/40/252 2848/40/246 +f 2859/35/253 2851/35/247 2847/40/254 +f 2848/40/250 2847/40/254 2851/35/247 +f 2852/35/243 2849/40/267 2860/35/268 +f 2849/40/267 2852/35/243 2850/40/244 +f 2860/35/269 2849/40/270 2852/35/249 +f 2850/40/248 2852/35/249 2849/40/270 +f 2854/39/213 2861/35/212 2858/35/211 +f 2861/35/212 2854/39/213 2856/39/214 +f 2858/35/217 2861/35/216 2854/39/215 +f 2856/39/218 2854/39/215 2861/35/216 +f 2855/39/197 2857/35/196 2862/35/195 +f 2857/35/196 2855/39/197 2853/39/198 +f 2862/35/201 2857/35/200 2855/39/199 +f 2853/39/202 2855/39/199 2857/35/200 +f 2861/35/212 2855/39/197 2862/35/195 +f 2855/39/197 2861/35/212 2856/39/214 +f 2862/35/201 2855/39/199 2861/35/216 +f 2856/39/218 2861/35/216 2855/39/199 +f 2860/35/268 2847/40/252 2859/35/251 +f 2847/40/252 2860/35/268 2849/40/267 +f 2859/35/253 2847/40/254 2860/35/269 +f 2849/40/270 2860/35/269 2847/40/254 +f 2865/39/381 2864/35/380 2863/35/379 +f 2864/35/380 2865/39/381 2866/39/382 +f 2863/35/385 2864/35/384 2865/39/383 +f 2866/39/386 2865/39/383 2864/35/384 +f 2869/39/365 2868/39/364 2867/39/363 +f 2868/39/364 2869/39/365 2870/39/366 +f 2867/39/369 2868/39/368 2869/39/367 +f 2870/39/370 2869/39/367 2868/39/368 +f 2872/39/405 2865/39/381 2871/39/402 +f 2865/39/381 2872/39/405 2866/39/382 +f 2871/39/403 2865/39/383 2872/39/408 +f 2866/39/386 2872/39/408 2865/39/383 +f 2875/35/203 2874/36/206 2873/35/204 +f 2874/36/206 2875/35/203 2876/36/205 +f 2873/35/208 2874/36/210 2875/35/209 +f 2876/36/207 2875/35/209 2874/36/210 +f 2878/36/219 2876/36/205 2877/36/220 +f 2876/36/205 2878/36/219 2874/36/206 +f 2877/36/222 2876/36/207 2878/36/221 +f 2874/36/210 2878/36/221 2876/36/207 +f 2877/36/220 2875/35/203 2879/35/225 +f 2875/35/203 2877/36/220 2876/36/205 +f 2879/35/226 2875/35/209 2877/36/222 +f 2876/36/207 2877/36/222 2875/35/209 +f 2871/39/402 2863/35/379 2880/35/401 +f 2863/35/379 2871/39/402 2865/39/381 +f 2880/35/404 2863/35/385 2871/39/403 +f 2865/39/383 2871/39/403 2863/35/385 +f 2881/35/406 2866/39/382 2872/39/405 +f 2866/39/382 2881/35/406 2864/35/380 +f 2872/39/408 2866/39/386 2881/35/407 +f 2864/35/384 2881/35/407 2866/39/386 +f 2884/40/267 2883/40/246 2882/40/252 +f 2883/40/246 2884/40/267 2885/40/244 +f 2882/40/254 2883/40/250 2884/40/270 +f 2885/40/248 2884/40/270 2883/40/250 +f 2885/40/244 2886/35/245 2883/40/246 +f 2886/35/245 2885/40/244 2887/35/243 +f 2883/40/250 2886/35/247 2885/40/248 +f 2887/35/249 2885/40/248 2886/35/247 +f 2889/35/268 2882/40/252 2888/35/251 +f 2882/40/252 2889/35/268 2884/40/267 +f 2888/35/253 2882/40/254 2889/35/269 +f 2884/40/270 2889/35/269 2882/40/254 +f 2887/35/243 2884/40/267 2889/35/268 +f 2884/40/267 2887/35/243 2885/40/244 +f 2889/35/269 2884/40/270 2887/35/249 +f 2885/40/248 2887/35/249 2884/40/270 +f 2891/35/375 2870/39/366 2890/35/371 +f 2870/39/366 2891/35/375 2868/39/364 +f 2890/35/374 2870/39/370 2891/35/376 +f 2868/39/368 2891/35/376 2870/39/370 +f 2870/39/366 2892/35/372 2890/35/371 +f 2892/35/372 2870/39/366 2869/39/365 +f 2890/35/374 2892/35/373 2870/39/370 +f 2869/39/367 2870/39/370 2892/35/373 +f 2867/39/363 2891/35/375 2893/35/377 +f 2891/35/375 2867/39/363 2868/39/364 +f 2893/35/378 2891/35/376 2867/39/369 +f 2868/39/368 2867/39/369 2891/35/376 +f 2896/40/206 2895/35/223 2894/35/204 +f 2895/35/223 2896/40/206 2897/40/219 +f 2894/35/208 2895/35/224 2896/40/210 +f 2897/40/221 2896/40/210 2895/35/224 +f 2869/39/365 2893/35/377 2892/35/372 +f 2893/35/377 2869/39/365 2867/39/363 +f 2892/35/373 2893/35/378 2869/39/367 +f 2867/39/369 2869/39/367 2893/35/378 +f 2897/40/219 2899/40/205 2898/40/220 +f 2899/40/205 2897/40/219 2896/40/206 +f 2898/40/222 2899/40/207 2897/40/221 +f 2896/40/210 2897/40/221 2899/40/207 +f 2878/36/219 2879/35/225 2900/35/223 +f 2879/35/225 2878/36/219 2877/36/220 +f 2900/35/224 2879/35/226 2878/36/221 +f 2877/36/222 2878/36/221 2879/35/226 +f 2898/40/220 2902/35/203 2901/35/225 +f 2902/35/203 2898/40/220 2899/40/205 +f 2901/35/226 2902/35/209 2898/40/222 +f 2899/40/207 2898/40/222 2902/35/209 +f 2882/40/252 2886/35/245 2888/35/251 +f 2886/35/245 2882/40/252 2883/40/246 +f 2888/35/253 2886/35/247 2882/40/254 +f 2883/40/250 2882/40/254 2886/35/247 +f 2874/36/206 2900/35/223 2873/35/204 +f 2900/35/223 2874/36/206 2878/36/219 +f 2873/35/208 2900/35/224 2874/36/210 +f 2878/36/221 2874/36/210 2900/35/224 +f 2897/40/219 2901/35/225 2895/35/223 +f 2901/35/225 2897/40/219 2898/40/220 +f 2895/35/224 2901/35/226 2897/40/221 +f 2898/40/222 2897/40/221 2901/35/226 +f 2881/35/406 2871/39/402 2880/35/401 +f 2871/39/402 2881/35/406 2872/39/405 +f 2880/35/404 2871/39/403 2881/35/407 +f 2872/39/408 2881/35/407 2871/39/403 +f 2905/40/206 2904/35/223 2903/35/204 +f 2904/35/223 2905/40/206 2906/40/219 +f 2903/35/208 2904/35/224 2905/40/210 +f 2906/40/221 2905/40/210 2904/35/224 +f 2902/35/203 2896/40/206 2894/35/204 +f 2896/40/206 2902/35/203 2899/40/205 +f 2894/35/208 2896/40/210 2902/35/209 +f 2899/40/207 2902/35/209 2896/40/210 +f 2906/40/219 2908/40/205 2907/40/220 +f 2908/40/205 2906/40/219 2905/40/206 +f 2907/40/222 2908/40/207 2906/40/221 +f 2905/40/210 2906/40/221 2908/40/207 +f 2909/35/203 2905/40/206 2903/35/204 +f 2905/40/206 2909/35/203 2908/40/205 +f 2903/35/208 2905/40/210 2909/35/209 +f 2908/40/207 2909/35/209 2905/40/210 +f 2906/40/219 2910/35/225 2904/35/223 +f 2910/35/225 2906/40/219 2907/40/220 +f 2904/35/224 2910/35/226 2906/40/221 +f 2907/40/222 2906/40/221 2910/35/226 +f 2907/40/220 2909/35/203 2910/35/225 +f 2909/35/203 2907/40/220 2908/40/205 +f 2910/35/226 2909/35/209 2907/40/222 +f 2908/40/207 2907/40/222 2909/35/209 +f 2913/39/389 2912/39/388 2911/39/387 +f 2912/39/388 2913/39/389 2914/39/390 +f 2911/39/393 2912/39/392 2913/39/391 +f 2914/39/394 2913/39/391 2912/39/392 +f 2911/39/387 2916/35/396 2915/35/395 +f 2916/35/396 2911/39/387 2912/39/388 +f 2915/35/398 2916/35/397 2911/39/393 +f 2912/39/392 2911/39/393 2916/35/397 +f 2913/39/389 2915/35/395 2917/35/399 +f 2915/35/395 2913/39/389 2911/39/387 +f 2917/35/400 2915/35/398 2913/39/391 +f 2911/39/393 2913/39/391 2915/35/398 +f 2912/39/388 2918/35/409 2916/35/396 +f 2918/35/409 2912/39/388 2914/39/390 +f 2916/35/397 2918/35/410 2912/39/392 +f 2914/39/394 2912/39/392 2918/35/410 +f 2918/35/409 2913/39/389 2917/35/399 +f 2913/39/389 2918/35/409 2914/39/390 +f 2917/35/400 2913/39/391 2918/35/410 +f 2914/39/394 2918/35/410 2913/39/391 +f 2921/35/256 2920/39/263 2919/35/271 +f 2920/39/263 2921/35/256 2922/39/258 +f 2919/35/272 2920/39/265 2921/35/260 +f 2922/39/262 2921/35/260 2920/39/265 +f 2920/39/263 2924/39/257 2923/39/264 +f 2924/39/257 2920/39/263 2922/39/258 +f 2923/39/266 2924/39/259 2920/39/265 +f 2922/39/262 2920/39/265 2924/39/259 +f 2920/39/263 2925/35/273 2919/35/271 +f 2925/35/273 2920/39/263 2923/39/264 +f 2919/35/272 2925/35/274 2920/39/265 +f 2923/39/266 2920/39/265 2925/35/274 +f 2924/39/257 2921/35/256 2926/35/255 +f 2921/35/256 2924/39/257 2922/39/258 +f 2926/35/261 2921/35/260 2924/39/259 +f 2922/39/262 2924/39/259 2921/35/260 +f 2923/39/264 2926/35/255 2925/35/273 +f 2926/35/255 2923/39/264 2924/39/257 +f 2925/35/274 2926/35/261 2923/39/266 +f 2924/39/259 2923/39/266 2926/35/261 +f 2929/40/267 2928/40/246 2927/40/252 +f 2928/40/246 2929/40/267 2930/40/244 +f 2927/40/254 2928/40/250 2929/40/270 +f 2930/40/248 2929/40/270 2928/40/250 +f 2930/40/244 2931/35/245 2928/40/246 +f 2931/35/245 2930/40/244 2932/35/243 +f 2928/40/250 2931/35/247 2930/40/248 +f 2932/35/249 2930/40/248 2931/35/247 +f 2935/39/197 2934/39/213 2933/39/198 +f 2934/39/213 2935/39/197 2936/39/214 +f 2933/39/202 2934/39/215 2935/39/199 +f 2936/39/218 2935/39/199 2934/39/215 +f 2933/39/198 2938/35/211 2937/35/196 +f 2938/35/211 2933/39/198 2934/39/213 +f 2937/35/200 2938/35/217 2933/39/202 +f 2934/39/215 2933/39/202 2938/35/217 +f 2927/40/252 2931/35/245 2939/35/251 +f 2931/35/245 2927/40/252 2928/40/246 +f 2939/35/253 2931/35/247 2927/40/254 +f 2928/40/250 2927/40/254 2931/35/247 +f 2932/35/243 2929/40/267 2940/35/268 +f 2929/40/267 2932/35/243 2930/40/244 +f 2940/35/269 2929/40/270 2932/35/249 +f 2930/40/248 2932/35/249 2929/40/270 +f 2934/39/213 2941/35/212 2938/35/211 +f 2941/35/212 2934/39/213 2936/39/214 +f 2938/35/217 2941/35/216 2934/39/215 +f 2936/39/218 2934/39/215 2941/35/216 +f 2935/39/197 2937/35/196 2942/35/195 +f 2937/35/196 2935/39/197 2933/39/198 +f 2942/35/201 2937/35/200 2935/39/199 +f 2933/39/202 2935/39/199 2937/35/200 +f 2941/35/212 2935/39/197 2942/35/195 +f 2935/39/197 2941/35/212 2936/39/214 +f 2942/35/201 2935/39/199 2941/35/216 +f 2936/39/218 2941/35/216 2935/39/199 +f 2940/35/268 2927/40/252 2939/35/251 +f 2927/40/252 2940/35/268 2929/40/267 +f 2939/35/253 2927/40/254 2940/35/269 +f 2929/40/270 2940/35/269 2927/40/254 + +g room-large-variation + + + + +usemtl colormap + +f 3/2/3 2/1/2 1/1/1 +f 2/1/2 3/2/3 4/2/4 +f 1/1/7 2/1/6 3/2/5 +f 4/2/8 3/2/5 2/1/6 +f 7/3/11 6/1/10 5/1/9 +f 6/1/10 7/3/11 8/3/12 +f 5/1/15 6/1/14 7/3/13 +f 8/3/16 7/3/13 6/1/14 +f 11/2/19 10/1/18 9/1/17 +f 10/1/18 11/2/19 12/2/20 +f 9/1/23 10/1/22 11/2/21 +f 12/2/24 11/2/21 10/1/22 +f 2/1/2 11/2/19 9/1/17 +f 11/2/19 2/1/2 4/2/4 +f 9/1/23 11/2/21 2/1/6 +f 4/2/8 2/1/6 11/2/21 +f 7/3/11 13/3/25 8/3/12 +f 13/3/25 7/3/11 14/3/26 +f 8/3/16 13/3/27 7/3/13 +f 14/3/28 7/3/13 13/3/27 +f 8/3/12 15/1/29 6/1/10 +f 15/1/29 8/3/12 13/3/25 +f 6/1/14 15/1/30 8/3/16 +f 13/3/27 8/3/16 15/1/30 +f 11/2/19 3/2/3 12/2/20 +f 3/2/3 11/2/19 4/2/4 +f 12/2/24 3/2/5 11/2/21 +f 4/2/8 11/2/21 3/2/5 +f 14/3/26 5/1/9 16/1/31 +f 5/1/9 14/3/26 7/3/11 +f 16/1/32 5/1/15 14/3/28 +f 7/3/13 14/3/28 5/1/15 +f 15/1/29 14/3/26 16/1/31 +f 14/3/26 15/1/29 13/3/25 +f 16/1/32 14/3/28 15/1/30 +f 13/3/27 15/1/30 14/3/28 +f 12/2/20 1/1/1 10/1/18 +f 1/1/1 12/2/20 3/2/3 +f 10/1/22 1/1/7 12/2/24 +f 3/2/5 12/2/24 1/1/7 +f 19/3/35 18/3/34 17/3/33 +f 18/3/34 19/3/35 20/3/36 +f 17/3/39 18/3/38 19/3/37 +f 20/3/40 19/3/37 18/3/38 +f 20/3/36 21/1/41 18/3/34 +f 21/1/41 20/3/36 22/1/42 +f 18/3/38 21/1/43 20/3/40 +f 22/1/44 20/3/40 21/1/43 +f 17/3/33 21/1/41 23/1/45 +f 21/1/41 17/3/33 18/3/34 +f 23/1/46 21/1/43 17/3/39 +f 18/3/38 17/3/39 21/1/43 +f 24/1/47 17/3/33 23/1/45 +f 17/3/33 24/1/47 19/3/35 +f 23/1/46 17/3/39 24/1/48 +f 19/3/37 24/1/48 17/3/39 +f 22/1/42 19/3/35 24/1/47 +f 19/3/35 22/1/42 20/3/36 +f 24/1/48 19/3/37 22/1/44 +f 20/3/40 22/1/44 19/3/37 +f 27/1/51 26/3/50 25/1/49 +f 26/3/50 27/1/51 28/3/52 +f 25/1/55 26/3/54 27/1/53 +f 28/3/56 27/1/53 26/3/54 +f 29/1/57 28/3/52 27/1/51 +f 28/3/52 29/1/57 30/3/58 +f 27/1/53 28/3/56 29/1/59 +f 30/3/60 29/1/59 28/3/56 +f 33/2/63 32/1/62 31/1/61 +f 32/1/62 33/2/63 34/2/64 +f 31/1/67 32/1/66 33/2/65 +f 34/2/68 33/2/65 32/1/66 +f 33/2/63 35/2/69 34/2/64 +f 35/2/69 33/2/63 36/2/70 +f 34/2/68 35/2/71 33/2/65 +f 36/2/72 33/2/65 35/2/71 +f 30/3/58 38/1/74 37/3/73 +f 38/1/74 30/3/58 29/1/57 +f 37/3/76 38/1/75 30/3/60 +f 29/1/59 30/3/60 38/1/75 +f 34/2/64 39/1/77 32/1/62 +f 39/1/77 34/2/64 35/2/69 +f 32/1/66 39/1/78 34/2/68 +f 35/2/71 34/2/68 39/1/78 +f 28/3/52 37/3/73 26/3/50 +f 37/3/73 28/3/52 30/3/58 +f 26/3/54 37/3/76 28/3/56 +f 30/3/60 28/3/56 37/3/76 +f 40/1/79 33/2/63 31/1/61 +f 33/2/63 40/1/79 36/2/70 +f 31/1/67 33/2/65 40/1/80 +f 36/2/72 40/1/80 33/2/65 +f 26/3/50 38/1/74 25/1/49 +f 38/1/74 26/3/50 37/3/73 +f 25/1/55 38/1/75 26/3/54 +f 37/3/76 26/3/54 38/1/75 +f 35/2/69 40/1/79 39/1/77 +f 40/1/79 35/2/69 36/2/70 +f 39/1/78 40/1/80 35/2/71 +f 36/2/72 35/2/71 40/1/80 +f 43/4/81 42/4/81 41/4/81 +f 42/4/81 43/4/81 44/4/81 +f 42/4/81 44/4/81 45/4/81 +f 45/4/81 44/4/81 46/4/81 +f 45/4/81 46/4/81 47/4/81 +f 47/4/81 46/4/81 48/4/81 +f 47/4/81 48/4/81 49/4/81 +f 49/4/81 48/4/81 50/4/81 +f 41/4/82 42/4/82 43/4/82 +f 44/4/82 43/4/82 42/4/82 +f 45/4/82 44/4/82 42/4/82 +f 46/4/82 44/4/82 45/4/82 +f 47/4/82 46/4/82 45/4/82 +f 48/4/82 46/4/82 47/4/82 +f 49/4/82 48/4/82 47/4/82 +f 50/4/82 48/4/82 49/4/82 +f 43/4/83 52/1/83 51/1/83 +f 52/1/83 43/4/83 41/4/83 +f 51/1/84 52/1/84 43/4/84 +f 41/4/84 43/4/84 52/1/84 +f 53/1/86 43/4/85 51/1/85 +f 43/4/85 53/1/86 44/4/86 +f 51/1/88 43/4/88 53/1/87 +f 44/4/87 53/1/87 43/4/88 +f 54/1/89 44/4/86 53/1/86 +f 44/4/86 54/1/89 46/4/89 +f 53/1/87 44/4/87 54/1/90 +f 46/4/90 54/1/90 44/4/87 +f 48/4/91 54/1/89 55/1/91 +f 54/1/89 48/4/91 46/4/89 +f 55/1/92 54/1/90 48/4/92 +f 46/4/90 48/4/92 54/1/90 +f 50/4/93 55/1/91 56/1/93 +f 55/1/91 50/4/93 48/4/91 +f 56/1/94 55/1/92 50/4/94 +f 48/4/92 50/4/94 55/1/92 +f 57/1/95 50/4/95 56/1/95 +f 50/4/95 57/1/95 49/4/95 +f 56/1/96 50/4/96 57/1/96 +f 49/4/96 57/1/96 50/4/96 +f 47/4/92 57/1/97 58/1/92 +f 57/1/97 47/4/92 49/4/97 +f 58/1/91 57/1/98 47/4/91 +f 49/4/98 47/4/91 57/1/98 +f 45/4/90 58/1/92 59/1/90 +f 58/1/92 45/4/90 47/4/92 +f 59/1/89 58/1/91 45/4/89 +f 47/4/91 45/4/89 58/1/91 +f 45/4/90 60/1/87 42/4/87 +f 60/1/87 45/4/90 59/1/90 +f 42/4/86 60/1/86 45/4/89 +f 59/1/89 45/4/89 60/1/86 +f 42/4/87 52/1/88 41/4/88 +f 52/1/88 42/4/87 60/1/87 +f 41/4/85 52/1/85 42/4/86 +f 60/1/86 42/4/86 52/1/85 +f 63/1/81 62/1/81 61/1/81 +f 62/1/81 63/1/81 64/1/81 +f 61/1/82 62/1/82 63/1/82 +f 64/1/82 63/1/82 62/1/82 +f 67/2/101 66/1/100 65/1/99 +f 66/1/100 67/2/101 68/2/102 +f 65/1/105 66/1/104 67/2/103 +f 68/2/106 67/2/103 66/1/104 +f 71/3/109 70/1/108 69/1/107 +f 70/1/108 71/3/109 72/3/110 +f 69/1/113 70/1/112 71/3/111 +f 72/3/114 71/3/111 70/1/112 +f 75/2/117 74/1/116 73/1/115 +f 74/1/116 75/2/117 76/2/118 +f 73/1/121 74/1/120 75/2/119 +f 76/2/122 75/2/119 74/1/120 +f 66/1/100 75/2/117 73/1/115 +f 75/2/117 66/1/100 68/2/102 +f 73/1/121 75/2/119 66/1/104 +f 68/2/106 66/1/104 75/2/119 +f 71/3/109 77/3/123 72/3/110 +f 77/3/123 71/3/109 78/3/124 +f 72/3/114 77/3/125 71/3/111 +f 78/3/126 71/3/111 77/3/125 +f 72/3/110 79/1/127 70/1/108 +f 79/1/127 72/3/110 77/3/123 +f 70/1/112 79/1/128 72/3/114 +f 77/3/125 72/3/114 79/1/128 +f 75/2/117 67/2/101 76/2/118 +f 67/2/101 75/2/117 68/2/102 +f 76/2/122 67/2/103 75/2/119 +f 68/2/106 75/2/119 67/2/103 +f 78/3/124 69/1/107 80/1/129 +f 69/1/107 78/3/124 71/3/109 +f 80/1/130 69/1/113 78/3/126 +f 71/3/111 78/3/126 69/1/113 +f 79/1/127 78/3/124 80/1/129 +f 78/3/124 79/1/127 77/3/123 +f 80/1/130 78/3/126 79/1/128 +f 77/3/125 79/1/128 78/3/126 +f 76/2/118 65/1/99 74/1/116 +f 65/1/99 76/2/118 67/2/101 +f 74/1/120 65/1/105 76/2/122 +f 67/2/103 76/2/122 65/1/105 +f 83/3/133 82/3/132 81/3/131 +f 82/3/132 83/3/133 84/3/134 +f 81/3/137 82/3/136 83/3/135 +f 84/3/138 83/3/135 82/3/136 +f 84/3/134 85/1/139 82/3/132 +f 85/1/139 84/3/134 86/1/140 +f 82/3/136 85/1/141 84/3/138 +f 86/1/142 84/3/138 85/1/141 +f 81/3/131 85/1/139 87/1/143 +f 85/1/139 81/3/131 82/3/132 +f 87/1/144 85/1/141 81/3/137 +f 82/3/136 81/3/137 85/1/141 +f 88/1/145 81/3/131 87/1/143 +f 81/3/131 88/1/145 83/3/133 +f 87/1/144 81/3/137 88/1/146 +f 83/3/135 88/1/146 81/3/137 +f 86/1/140 83/3/133 88/1/145 +f 83/3/133 86/1/140 84/3/134 +f 88/1/146 83/3/135 86/1/142 +f 84/3/138 86/1/142 83/3/135 +f 91/1/149 90/3/148 89/1/147 +f 90/3/148 91/1/149 92/3/150 +f 89/1/153 90/3/152 91/1/151 +f 92/3/154 91/1/151 90/3/152 +f 93/1/155 92/3/150 91/1/149 +f 92/3/150 93/1/155 94/3/156 +f 91/1/151 92/3/154 93/1/157 +f 94/3/158 93/1/157 92/3/154 +f 97/2/161 96/1/160 95/1/159 +f 96/1/160 97/2/161 98/2/162 +f 95/1/165 96/1/164 97/2/163 +f 98/2/166 97/2/163 96/1/164 +f 97/2/161 99/2/167 98/2/162 +f 99/2/167 97/2/161 100/2/168 +f 98/2/166 99/2/169 97/2/163 +f 100/2/170 97/2/163 99/2/169 +f 94/3/156 102/1/172 101/3/171 +f 102/1/172 94/3/156 93/1/155 +f 101/3/174 102/1/173 94/3/158 +f 93/1/157 94/3/158 102/1/173 +f 98/2/162 103/1/175 96/1/160 +f 103/1/175 98/2/162 99/2/167 +f 96/1/164 103/1/176 98/2/166 +f 99/2/169 98/2/166 103/1/176 +f 92/3/150 101/3/171 90/3/148 +f 101/3/171 92/3/150 94/3/156 +f 90/3/152 101/3/174 92/3/154 +f 94/3/158 92/3/154 101/3/174 +f 104/1/177 97/2/161 95/1/159 +f 97/2/161 104/1/177 100/2/168 +f 95/1/165 97/2/163 104/1/178 +f 100/2/170 104/1/178 97/2/163 +f 90/3/148 102/1/172 89/1/147 +f 102/1/172 90/3/148 101/3/171 +f 89/1/153 102/1/173 90/3/152 +f 101/3/174 90/3/152 102/1/173 +f 99/2/167 104/1/177 103/1/175 +f 104/1/177 99/2/167 100/2/168 +f 103/1/176 104/1/178 99/2/169 +f 100/2/170 99/2/169 104/1/178 +f 107/4/81 106/4/81 105/4/81 +f 106/4/81 107/4/81 108/4/81 +f 106/4/81 108/4/81 109/4/81 +f 109/4/81 108/4/81 110/4/81 +f 109/4/81 110/4/81 111/4/81 +f 111/4/81 110/4/81 112/4/81 +f 111/4/81 112/4/81 113/4/81 +f 113/4/81 112/4/81 114/4/81 +f 105/4/82 106/4/82 107/4/82 +f 108/4/82 107/4/82 106/4/82 +f 109/4/82 108/4/82 106/4/82 +f 110/4/82 108/4/82 109/4/82 +f 111/4/82 110/4/82 109/4/82 +f 112/4/82 110/4/82 111/4/82 +f 113/4/82 112/4/82 111/4/82 +f 114/4/82 112/4/82 113/4/82 +f 107/4/179 116/1/179 115/1/179 +f 116/1/179 107/4/179 105/4/179 +f 115/1/180 116/1/180 107/4/180 +f 105/4/180 107/4/180 116/1/180 +f 117/1/182 107/4/181 115/1/181 +f 107/4/181 117/1/182 108/4/182 +f 115/1/184 107/4/184 117/1/183 +f 108/4/183 117/1/183 107/4/184 +f 118/1/185 108/4/182 117/1/182 +f 108/4/182 118/1/185 110/4/185 +f 117/1/183 108/4/183 118/1/186 +f 110/4/186 118/1/186 108/4/183 +f 112/4/187 118/1/185 119/1/187 +f 118/1/185 112/4/187 110/4/185 +f 119/1/188 118/1/186 112/4/188 +f 110/4/186 112/4/188 118/1/186 +f 114/4/189 119/1/187 120/1/189 +f 119/1/187 114/4/189 112/4/187 +f 120/1/190 119/1/188 114/4/190 +f 112/4/188 114/4/190 119/1/188 +f 121/1/191 114/4/191 120/1/191 +f 114/4/191 121/1/191 113/4/191 +f 120/1/192 114/4/192 121/1/192 +f 113/4/192 121/1/192 114/4/192 +f 111/4/188 121/1/193 122/1/188 +f 121/1/193 111/4/188 113/4/193 +f 122/1/187 121/1/194 111/4/187 +f 113/4/194 111/4/187 121/1/194 +f 109/4/186 122/1/188 123/1/186 +f 122/1/188 109/4/186 111/4/188 +f 123/1/185 122/1/187 109/4/185 +f 111/4/187 109/4/185 122/1/187 +f 109/4/186 124/1/183 106/4/183 +f 124/1/183 109/4/186 123/1/186 +f 106/4/182 124/1/182 109/4/185 +f 123/1/185 109/4/185 124/1/182 +f 106/4/183 116/1/184 105/4/184 +f 116/1/184 106/4/183 124/1/183 +f 105/4/181 116/1/181 106/4/182 +f 124/1/182 106/4/182 116/1/181 +f 127/1/81 126/1/81 125/1/81 +f 126/1/81 127/1/81 128/1/81 +f 125/1/82 126/1/82 127/1/82 +f 128/1/82 127/1/82 126/1/82 +f 131/1/81 130/1/81 129/1/81 +f 130/1/81 131/1/81 132/1/81 +f 129/1/82 130/1/82 131/1/82 +f 132/1/82 131/1/82 130/1/82 +f 135/2/197 134/1/196 133/1/195 +f 134/1/196 135/2/197 136/2/198 +f 133/1/201 134/1/200 135/2/199 +f 136/2/202 135/2/199 134/1/200 +f 139/3/205 138/1/204 137/1/203 +f 138/1/204 139/3/205 140/3/206 +f 137/1/209 138/1/208 139/3/207 +f 140/3/210 139/3/207 138/1/208 +f 143/2/213 142/1/212 141/1/211 +f 142/1/212 143/2/213 144/2/214 +f 141/1/217 142/1/216 143/2/215 +f 144/2/218 143/2/215 142/1/216 +f 134/1/196 143/2/213 141/1/211 +f 143/2/213 134/1/196 136/2/198 +f 141/1/217 143/2/215 134/1/200 +f 136/2/202 134/1/200 143/2/215 +f 139/3/205 145/3/219 140/3/206 +f 145/3/219 139/3/205 146/3/220 +f 140/3/210 145/3/221 139/3/207 +f 146/3/222 139/3/207 145/3/221 +f 140/3/206 147/1/223 138/1/204 +f 147/1/223 140/3/206 145/3/219 +f 138/1/208 147/1/224 140/3/210 +f 145/3/221 140/3/210 147/1/224 +f 143/2/213 135/2/197 144/2/214 +f 135/2/197 143/2/213 136/2/198 +f 144/2/218 135/2/199 143/2/215 +f 136/2/202 143/2/215 135/2/199 +f 146/3/220 137/1/203 148/1/225 +f 137/1/203 146/3/220 139/3/205 +f 148/1/226 137/1/209 146/3/222 +f 139/3/207 146/3/222 137/1/209 +f 147/1/223 146/3/220 148/1/225 +f 146/3/220 147/1/223 145/3/219 +f 148/1/226 146/3/222 147/1/224 +f 145/3/221 147/1/224 146/3/222 +f 144/2/214 133/1/195 142/1/212 +f 133/1/195 144/2/214 135/2/197 +f 142/1/216 133/1/201 144/2/218 +f 135/2/199 144/2/218 133/1/201 +f 151/3/229 150/3/228 149/3/227 +f 150/3/228 151/3/229 152/3/230 +f 149/3/233 150/3/232 151/3/231 +f 152/3/234 151/3/231 150/3/232 +f 152/3/230 153/1/235 150/3/228 +f 153/1/235 152/3/230 154/1/236 +f 150/3/232 153/1/237 152/3/234 +f 154/1/238 152/3/234 153/1/237 +f 149/3/227 153/1/235 155/1/239 +f 153/1/235 149/3/227 150/3/228 +f 155/1/240 153/1/237 149/3/233 +f 150/3/232 149/3/233 153/1/237 +f 156/1/241 149/3/227 155/1/239 +f 149/3/227 156/1/241 151/3/229 +f 155/1/240 149/3/233 156/1/242 +f 151/3/231 156/1/242 149/3/233 +f 154/1/236 151/3/229 156/1/241 +f 151/3/229 154/1/236 152/3/230 +f 156/1/242 151/3/231 154/1/238 +f 152/3/234 154/1/238 151/3/231 +f 159/1/245 158/3/244 157/1/243 +f 158/3/244 159/1/245 160/3/246 +f 157/1/249 158/3/248 159/1/247 +f 160/3/250 159/1/247 158/3/248 +f 161/1/251 160/3/246 159/1/245 +f 160/3/246 161/1/251 162/3/252 +f 159/1/247 160/3/250 161/1/253 +f 162/3/254 161/1/253 160/3/250 +f 165/2/257 164/1/256 163/1/255 +f 164/1/256 165/2/257 166/2/258 +f 163/1/261 164/1/260 165/2/259 +f 166/2/262 165/2/259 164/1/260 +f 165/2/257 167/2/263 166/2/258 +f 167/2/263 165/2/257 168/2/264 +f 166/2/262 167/2/265 165/2/259 +f 168/2/266 165/2/259 167/2/265 +f 162/3/252 170/1/268 169/3/267 +f 170/1/268 162/3/252 161/1/251 +f 169/3/270 170/1/269 162/3/254 +f 161/1/253 162/3/254 170/1/269 +f 166/2/258 171/1/271 164/1/256 +f 171/1/271 166/2/258 167/2/263 +f 164/1/260 171/1/272 166/2/262 +f 167/2/265 166/2/262 171/1/272 +f 160/3/246 169/3/267 158/3/244 +f 169/3/267 160/3/246 162/3/252 +f 158/3/248 169/3/270 160/3/250 +f 162/3/254 160/3/250 169/3/270 +f 172/1/273 165/2/257 163/1/255 +f 165/2/257 172/1/273 168/2/264 +f 163/1/261 165/2/259 172/1/274 +f 168/2/266 172/1/274 165/2/259 +f 158/3/244 170/1/268 157/1/243 +f 170/1/268 158/3/244 169/3/267 +f 157/1/249 170/1/269 158/3/248 +f 169/3/270 158/3/248 170/1/269 +f 167/2/263 172/1/273 171/1/271 +f 172/1/273 167/2/263 168/2/264 +f 171/1/272 172/1/274 167/2/265 +f 168/2/266 167/2/265 172/1/274 +f 175/4/81 174/4/81 173/4/81 +f 174/4/81 175/4/81 176/4/81 +f 174/4/81 176/4/81 177/4/81 +f 177/4/81 176/4/81 178/4/81 +f 177/4/81 178/4/81 179/4/81 +f 179/4/81 178/4/81 180/4/81 +f 179/4/81 180/4/81 181/4/81 +f 181/4/81 180/4/81 182/4/81 +f 173/4/82 174/4/82 175/4/82 +f 176/4/82 175/4/82 174/4/82 +f 177/4/82 176/4/82 174/4/82 +f 178/4/82 176/4/82 177/4/82 +f 179/4/82 178/4/82 177/4/82 +f 180/4/82 178/4/82 179/4/82 +f 181/4/82 180/4/82 179/4/82 +f 182/4/82 180/4/82 181/4/82 +f 175/4/275 184/1/275 183/1/275 +f 184/1/275 175/4/275 173/4/275 +f 183/1/276 184/1/276 175/4/276 +f 173/4/276 175/4/276 184/1/276 +f 185/1/278 175/4/277 183/1/277 +f 175/4/277 185/1/278 176/4/278 +f 183/1/280 175/4/280 185/1/279 +f 176/4/279 185/1/279 175/4/280 +f 186/1/281 176/4/278 185/1/278 +f 176/4/278 186/1/281 178/4/281 +f 185/1/279 176/4/279 186/1/282 +f 178/4/282 186/1/282 176/4/279 +f 180/4/283 186/1/281 187/1/283 +f 186/1/281 180/4/283 178/4/281 +f 187/1/284 186/1/282 180/4/284 +f 178/4/282 180/4/284 186/1/282 +f 182/4/285 187/1/283 188/1/285 +f 187/1/283 182/4/285 180/4/283 +f 188/1/286 187/1/284 182/4/286 +f 180/4/284 182/4/286 187/1/284 +f 189/1/287 182/4/287 188/1/287 +f 182/4/287 189/1/287 181/4/287 +f 188/1/288 182/4/288 189/1/288 +f 181/4/288 189/1/288 182/4/288 +f 179/4/284 189/1/289 190/1/284 +f 189/1/289 179/4/284 181/4/289 +f 190/1/283 189/1/290 179/4/283 +f 181/4/290 179/4/283 189/1/290 +f 177/4/282 190/1/284 191/1/282 +f 190/1/284 177/4/282 179/4/284 +f 191/1/281 190/1/283 177/4/281 +f 179/4/283 177/4/281 190/1/283 +f 177/4/282 192/1/279 174/4/279 +f 192/1/279 177/4/282 191/1/282 +f 174/4/278 192/1/278 177/4/281 +f 191/1/281 177/4/281 192/1/278 +f 174/4/279 184/1/280 173/4/280 +f 184/1/280 174/4/279 192/1/279 +f 173/4/277 184/1/277 174/4/278 +f 192/1/278 174/4/278 184/1/277 +f 195/1/81 194/1/81 193/1/81 +f 194/1/81 195/1/81 196/1/81 +f 193/1/82 194/1/82 195/1/82 +f 196/1/82 195/1/82 194/1/82 +f 199/4/81 198/4/81 197/4/81 +f 198/4/81 199/4/81 200/4/81 +f 200/4/81 199/4/81 201/4/81 +f 197/4/82 198/4/82 199/4/82 +f 200/4/82 199/4/82 198/4/82 +f 201/4/82 199/4/82 200/4/82 +f 198/4/96 202/1/96 197/4/96 +f 202/1/96 198/4/96 203/1/96 +f 197/4/95 202/1/95 198/4/95 +f 203/1/95 198/4/95 202/1/95 +f 198/4/84 204/1/84 203/1/84 +f 204/1/84 198/4/84 200/4/84 +f 203/1/83 204/1/83 198/4/83 +f 200/4/83 198/4/83 204/1/83 +f 204/1/292 201/4/291 205/1/291 +f 201/4/291 204/1/292 200/4/292 +f 205/1/294 201/4/294 204/1/293 +f 200/4/293 204/1/293 201/4/294 +f 205/1/291 199/4/295 206/1/295 +f 199/4/295 205/1/291 201/4/291 +f 206/1/296 199/4/296 205/1/294 +f 201/4/294 205/1/294 199/4/296 +f 206/1/295 197/4/297 202/1/297 +f 197/4/297 206/1/295 199/4/295 +f 202/1/298 197/4/298 206/1/296 +f 199/4/296 206/1/296 197/4/298 +f 208/4/81 173/4/81 207/4/81 +f 173/4/81 208/4/81 209/4/81 +f 209/4/81 208/4/81 210/4/81 +f 207/4/82 173/4/82 208/4/82 +f 209/4/82 208/4/82 173/4/82 +f 210/4/82 208/4/82 209/4/82 +f 173/4/299 211/1/299 207/4/299 +f 211/1/299 173/4/299 184/1/299 +f 207/4/300 211/1/300 173/4/300 +f 184/1/300 173/4/300 211/1/300 +f 173/4/301 212/1/301 184/1/301 +f 212/1/301 173/4/301 209/4/301 +f 184/1/302 212/1/302 173/4/302 +f 209/4/302 173/4/302 212/1/302 +f 212/1/304 210/4/303 213/1/303 +f 210/4/303 212/1/304 209/4/304 +f 213/1/306 210/4/306 212/1/305 +f 209/4/305 212/1/305 210/4/306 +f 213/1/303 208/4/307 214/1/307 +f 208/4/307 213/1/303 210/4/303 +f 214/1/308 208/4/308 213/1/306 +f 210/4/306 213/1/306 208/4/308 +f 214/1/307 207/4/309 211/1/309 +f 207/4/309 214/1/307 208/4/307 +f 211/1/310 207/4/310 214/1/308 +f 208/4/308 214/1/308 207/4/310 +f 217/4/81 216/4/81 215/4/81 +f 216/4/81 217/4/81 218/4/81 +f 218/4/81 217/4/81 219/4/81 +f 215/4/82 216/4/82 217/4/82 +f 218/4/82 217/4/82 216/4/82 +f 219/4/82 217/4/82 218/4/82 +f 216/4/299 220/1/299 215/4/299 +f 220/1/299 216/4/299 221/1/299 +f 215/4/300 220/1/300 216/4/300 +f 221/1/300 216/4/300 220/1/300 +f 216/4/301 222/1/301 221/1/301 +f 222/1/301 216/4/301 218/4/301 +f 221/1/302 222/1/302 216/4/302 +f 218/4/302 216/4/302 222/1/302 +f 222/1/304 219/4/303 223/1/303 +f 219/4/303 222/1/304 218/4/304 +f 223/1/306 219/4/306 222/1/305 +f 218/4/305 222/1/305 219/4/306 +f 223/1/303 217/4/307 224/1/307 +f 217/4/307 223/1/303 219/4/303 +f 224/1/308 217/4/308 223/1/306 +f 219/4/306 223/1/306 217/4/308 +f 224/1/307 215/4/309 220/1/309 +f 215/4/309 224/1/307 217/4/307 +f 220/1/310 215/4/310 224/1/308 +f 217/4/308 224/1/308 215/4/310 +f 227/4/81 226/4/81 225/4/81 +f 226/4/81 227/4/81 228/4/81 +f 228/4/81 227/4/81 229/4/81 +f 225/4/82 226/4/82 227/4/82 +f 228/4/82 227/4/82 226/4/82 +f 229/4/82 227/4/82 228/4/82 +f 226/4/311 230/1/311 225/4/311 +f 230/1/311 226/4/311 231/1/311 +f 225/4/312 230/1/312 226/4/312 +f 231/1/312 226/4/312 230/1/312 +f 226/4/313 232/1/313 231/1/313 +f 232/1/313 226/4/313 228/4/313 +f 231/1/314 232/1/314 226/4/314 +f 228/4/314 226/4/314 232/1/314 +f 232/1/305 229/4/306 233/1/306 +f 229/4/306 232/1/305 228/4/305 +f 233/1/303 229/4/303 232/1/304 +f 228/4/304 232/1/304 229/4/303 +f 233/1/306 227/4/308 234/1/308 +f 227/4/308 233/1/306 229/4/306 +f 234/1/307 227/4/307 233/1/303 +f 229/4/303 233/1/303 227/4/307 +f 234/1/308 225/4/310 230/1/310 +f 225/4/310 234/1/308 227/4/308 +f 230/1/309 225/4/309 234/1/307 +f 227/4/307 234/1/307 225/4/309 +f 237/4/81 236/4/81 235/4/81 +f 236/4/81 237/4/81 238/4/81 +f 238/4/81 237/4/81 239/4/81 +f 235/4/82 236/4/82 237/4/82 +f 238/4/82 237/4/82 236/4/82 +f 239/4/82 237/4/82 238/4/82 +f 236/4/311 240/1/311 235/4/311 +f 240/1/311 236/4/311 241/1/311 +f 235/4/312 240/1/312 236/4/312 +f 241/1/312 236/4/312 240/1/312 +f 236/4/313 242/1/313 241/1/313 +f 242/1/313 236/4/313 238/4/313 +f 241/1/314 242/1/314 236/4/314 +f 238/4/314 236/4/314 242/1/314 +f 242/1/305 239/4/306 243/1/306 +f 239/4/306 242/1/305 238/4/305 +f 243/1/303 239/4/303 242/1/304 +f 238/4/304 242/1/304 239/4/303 +f 243/1/306 237/4/308 244/1/308 +f 237/4/308 243/1/306 239/4/306 +f 244/1/307 237/4/307 243/1/303 +f 239/4/303 243/1/303 237/4/307 +f 244/1/308 235/4/310 240/1/310 +f 235/4/310 244/1/308 237/4/308 +f 240/1/309 235/4/309 244/1/307 +f 237/4/307 244/1/307 235/4/309 +f 247/1/223 246/3/220 245/1/225 +f 246/3/220 247/1/223 248/3/219 +f 245/1/226 246/3/222 247/1/224 +f 248/3/221 247/1/224 246/3/222 +f 250/3/206 247/1/223 249/1/204 +f 247/1/223 250/3/206 248/3/219 +f 249/1/208 247/1/224 250/3/210 +f 248/3/221 250/3/210 247/1/224 +f 253/2/197 252/1/196 251/1/195 +f 252/1/196 253/2/197 254/2/198 +f 251/1/201 252/1/200 253/2/199 +f 254/2/202 253/2/199 252/1/200 +f 252/1/196 256/2/213 255/1/211 +f 256/2/213 252/1/196 254/2/198 +f 255/1/217 256/2/215 252/1/200 +f 254/2/202 252/1/200 256/2/215 +f 259/1/273 258/2/257 257/1/255 +f 258/2/257 259/1/273 260/2/264 +f 257/1/261 258/2/259 259/1/274 +f 260/2/266 259/1/274 258/2/259 +f 258/2/257 262/2/263 261/2/258 +f 262/2/263 258/2/257 260/2/264 +f 261/2/262 262/2/265 258/2/259 +f 260/2/266 258/2/259 262/2/265 +f 262/2/263 259/1/273 263/1/271 +f 259/1/273 262/2/263 260/2/264 +f 263/1/272 259/1/274 262/2/265 +f 260/2/266 262/2/265 259/1/274 +f 258/2/257 264/1/256 257/1/255 +f 264/1/256 258/2/257 261/2/258 +f 257/1/261 264/1/260 258/2/259 +f 261/2/262 258/2/259 264/1/260 +f 261/2/258 263/1/271 264/1/256 +f 263/1/271 261/2/258 262/2/263 +f 264/1/260 263/1/272 261/2/262 +f 262/2/265 261/2/262 263/1/272 +f 266/2/214 251/1/195 265/1/212 +f 251/1/195 266/2/214 253/2/197 +f 265/1/216 251/1/201 266/2/218 +f 253/2/199 266/2/218 251/1/201 +f 246/3/220 267/1/203 245/1/225 +f 267/1/203 246/3/220 268/3/205 +f 245/1/226 267/1/209 246/3/222 +f 268/3/207 246/3/222 267/1/209 +f 256/2/213 265/1/212 255/1/211 +f 265/1/212 256/2/213 266/2/214 +f 255/1/217 265/1/216 256/2/215 +f 266/2/218 256/2/215 265/1/216 +f 256/2/213 253/2/197 266/2/214 +f 253/2/197 256/2/213 254/2/198 +f 266/2/218 253/2/199 256/2/215 +f 254/2/202 256/2/215 253/2/199 +f 271/3/317 270/3/316 269/3/315 +f 270/3/316 271/3/317 272/3/318 +f 269/3/321 270/3/320 271/3/319 +f 272/3/322 271/3/319 270/3/320 +f 268/3/205 248/3/219 250/3/206 +f 248/3/219 268/3/205 246/3/220 +f 250/3/210 248/3/221 268/3/207 +f 246/3/222 268/3/207 248/3/221 +f 273/1/323 272/3/318 271/3/317 +f 272/3/318 273/1/323 274/1/324 +f 271/3/319 272/3/322 273/1/325 +f 274/1/326 273/1/325 272/3/322 +f 277/1/251 276/3/246 275/1/245 +f 276/3/246 277/1/251 278/3/252 +f 275/1/247 276/3/250 277/1/253 +f 278/3/254 277/1/253 276/3/250 +f 273/1/323 269/3/315 279/1/327 +f 269/3/315 273/1/323 271/3/317 +f 279/1/328 269/3/321 273/1/325 +f 271/3/319 273/1/325 269/3/321 +f 272/3/318 280/1/329 270/3/316 +f 280/1/329 272/3/318 274/1/324 +f 270/3/320 280/1/330 272/3/322 +f 274/1/326 272/3/322 280/1/330 +f 283/3/244 282/1/268 281/1/243 +f 282/1/268 283/3/244 284/3/267 +f 281/1/249 282/1/269 283/3/248 +f 284/3/270 283/3/248 282/1/269 +f 269/3/315 280/1/329 279/1/327 +f 280/1/329 269/3/315 270/3/316 +f 279/1/328 280/1/330 269/3/321 +f 270/3/320 269/3/321 280/1/330 +f 275/1/245 283/3/244 281/1/243 +f 283/3/244 275/1/245 276/3/246 +f 281/1/249 283/3/248 275/1/247 +f 276/3/250 275/1/247 283/3/248 +f 278/3/252 282/1/268 284/3/267 +f 282/1/268 278/3/252 277/1/251 +f 284/3/270 282/1/269 278/3/254 +f 277/1/253 278/3/254 282/1/269 +f 276/3/246 284/3/267 283/3/244 +f 284/3/267 276/3/246 278/3/252 +f 283/3/248 284/3/270 276/3/250 +f 278/3/254 276/3/250 284/3/270 +f 268/3/205 249/1/204 267/1/203 +f 249/1/204 268/3/205 250/3/206 +f 267/1/209 249/1/208 268/3/207 +f 250/3/210 268/3/207 249/1/208 +f 287/4/331 286/1/332 285/1/331 +f 286/1/332 287/4/331 288/4/332 +f 285/1/333 286/1/334 287/4/333 +f 288/4/334 287/4/333 286/1/334 +f 291/4/81 290/4/81 289/4/81 +f 290/4/81 291/4/81 288/4/81 +f 290/4/81 288/4/81 287/4/81 +f 289/4/82 290/4/82 291/4/82 +f 288/4/82 291/4/82 290/4/82 +f 287/4/82 288/4/82 290/4/82 +f 289/4/334 293/1/334 292/1/334 +f 293/1/334 289/4/334 290/4/334 +f 292/1/332 293/1/332 289/4/332 +f 290/4/332 289/4/332 293/1/332 +f 288/4/332 294/1/335 286/1/332 +f 294/1/335 288/4/332 291/4/335 +f 286/1/334 294/1/336 288/4/334 +f 291/4/336 288/4/334 294/1/336 +f 289/4/337 294/1/337 291/4/337 +f 294/1/337 289/4/337 292/1/337 +f 291/4/338 294/1/338 289/4/338 +f 292/1/338 289/4/338 294/1/338 +f 293/1/338 287/4/338 285/1/338 +f 287/4/338 293/1/338 290/4/338 +f 285/1/337 287/4/337 293/1/337 +f 290/4/337 293/1/337 287/4/337 +f 297/1/203 296/3/206 295/1/204 +f 296/3/206 297/1/203 298/3/205 +f 295/1/208 296/3/210 297/1/209 +f 298/3/207 297/1/209 296/3/210 +f 300/3/220 297/1/203 299/1/225 +f 297/1/203 300/3/220 298/3/205 +f 299/1/226 297/1/209 300/3/222 +f 298/3/207 300/3/222 297/1/209 +f 303/2/213 302/1/212 301/1/211 +f 302/1/212 303/2/213 304/2/214 +f 301/1/217 302/1/216 303/2/215 +f 304/2/218 303/2/215 302/1/216 +f 302/1/212 306/2/197 305/1/195 +f 306/2/197 302/1/212 304/2/214 +f 305/1/201 306/2/199 302/1/216 +f 304/2/218 302/1/216 306/2/199 +f 309/1/256 308/2/263 307/1/271 +f 308/2/263 309/1/256 310/2/258 +f 307/1/272 308/2/265 309/1/260 +f 310/2/262 309/1/260 308/2/265 +f 308/2/263 312/2/257 311/2/264 +f 312/2/257 308/2/263 310/2/258 +f 311/2/266 312/2/259 308/2/265 +f 310/2/262 308/2/265 312/2/259 +f 312/2/257 309/1/256 313/1/255 +f 309/1/256 312/2/257 310/2/258 +f 313/1/261 309/1/260 312/2/259 +f 310/2/262 312/2/259 309/1/260 +f 308/2/263 314/1/273 307/1/271 +f 314/1/273 308/2/263 311/2/264 +f 307/1/272 314/1/274 308/2/265 +f 311/2/266 308/2/265 314/1/274 +f 311/2/264 313/1/255 314/1/273 +f 313/1/255 311/2/264 312/2/257 +f 314/1/274 313/1/261 311/2/266 +f 312/2/259 311/2/266 313/1/261 +f 316/2/198 301/1/211 315/1/196 +f 301/1/211 316/2/198 303/2/213 +f 315/1/200 301/1/217 316/2/202 +f 303/2/215 316/2/202 301/1/217 +f 296/3/206 317/1/223 295/1/204 +f 317/1/223 296/3/206 318/3/219 +f 295/1/208 317/1/224 296/3/210 +f 318/3/221 296/3/210 317/1/224 +f 306/2/197 315/1/196 305/1/195 +f 315/1/196 306/2/197 316/2/198 +f 305/1/201 315/1/200 306/2/199 +f 316/2/202 306/2/199 315/1/200 +f 306/2/197 303/2/213 316/2/198 +f 303/2/213 306/2/197 304/2/214 +f 316/2/202 303/2/215 306/2/199 +f 304/2/218 306/2/199 303/2/215 +f 321/3/341 320/3/340 319/3/339 +f 320/3/340 321/3/341 322/3/342 +f 319/3/345 320/3/344 321/3/343 +f 322/3/346 321/3/343 320/3/344 +f 318/3/219 298/3/205 300/3/220 +f 298/3/205 318/3/219 296/3/206 +f 300/3/222 298/3/207 318/3/221 +f 296/3/210 318/3/221 298/3/207 +f 323/1/347 322/3/342 321/3/341 +f 322/3/342 323/1/347 324/1/348 +f 321/3/343 322/3/346 323/1/349 +f 324/1/350 323/1/349 322/3/346 +f 327/1/243 326/3/267 325/1/268 +f 326/3/267 327/1/243 328/3/244 +f 325/1/269 326/3/270 327/1/249 +f 328/3/248 327/1/249 326/3/270 +f 323/1/347 319/3/339 329/1/351 +f 319/3/339 323/1/347 321/3/341 +f 329/1/352 319/3/345 323/1/349 +f 321/3/343 323/1/349 319/3/345 +f 322/3/342 330/1/353 320/3/340 +f 330/1/353 322/3/342 324/1/348 +f 320/3/344 330/1/354 322/3/346 +f 324/1/350 322/3/346 330/1/354 +f 333/3/252 332/1/245 331/1/251 +f 332/1/245 333/3/252 334/3/246 +f 331/1/253 332/1/247 333/3/254 +f 334/3/250 333/3/254 332/1/247 +f 319/3/339 330/1/353 329/1/351 +f 330/1/353 319/3/339 320/3/340 +f 329/1/352 330/1/354 319/3/345 +f 320/3/344 319/3/345 330/1/354 +f 325/1/268 333/3/252 331/1/251 +f 333/3/252 325/1/268 326/3/267 +f 331/1/253 333/3/254 325/1/269 +f 326/3/270 325/1/269 333/3/254 +f 328/3/244 332/1/245 334/3/246 +f 332/1/245 328/3/244 327/1/243 +f 334/3/250 332/1/247 328/3/248 +f 327/1/249 328/3/248 332/1/247 +f 326/3/267 334/3/246 333/3/252 +f 334/3/246 326/3/267 328/3/244 +f 333/3/254 334/3/250 326/3/270 +f 328/3/248 326/3/270 334/3/250 +f 318/3/219 299/1/225 317/1/223 +f 299/1/225 318/3/219 300/3/220 +f 317/1/224 299/1/226 318/3/221 +f 300/3/222 318/3/221 299/1/226 +f 337/4/333 336/1/314 335/1/333 +f 336/1/314 337/4/333 338/4/314 +f 335/1/331 336/1/313 337/4/331 +f 338/4/313 337/4/331 336/1/313 +f 340/4/81 41/4/81 339/4/81 +f 41/4/81 340/4/81 338/4/81 +f 41/4/81 338/4/81 337/4/81 +f 339/4/82 41/4/82 340/4/82 +f 338/4/82 340/4/82 41/4/82 +f 337/4/82 338/4/82 41/4/82 +f 339/4/313 52/1/313 341/1/313 +f 52/1/313 339/4/313 41/4/313 +f 341/1/314 52/1/314 339/4/314 +f 41/4/314 339/4/314 52/1/314 +f 338/4/314 342/1/336 336/1/314 +f 342/1/336 338/4/314 340/4/336 +f 336/1/313 342/1/335 338/4/313 +f 340/4/335 338/4/313 342/1/335 +f 339/4/311 342/1/311 340/4/311 +f 342/1/311 339/4/311 341/1/311 +f 340/4/312 342/1/312 339/4/312 +f 341/1/312 339/4/312 342/1/312 +f 52/1/312 337/4/312 335/1/312 +f 337/4/312 52/1/312 41/4/312 +f 335/1/311 337/4/311 52/1/311 +f 41/4/311 52/1/311 337/4/311 +f 345/4/81 344/4/81 343/4/81 +f 344/4/81 345/4/81 346/4/81 +f 346/4/81 345/4/81 347/4/81 +f 343/4/82 344/4/82 345/4/82 +f 346/4/82 345/4/82 344/4/82 +f 347/4/82 345/4/82 346/4/82 +f 344/4/299 348/1/299 343/4/299 +f 348/1/299 344/4/299 349/1/299 +f 343/4/300 348/1/300 344/4/300 +f 349/1/300 344/4/300 348/1/300 +f 344/4/301 350/1/301 349/1/301 +f 350/1/301 344/4/301 346/4/301 +f 349/1/302 350/1/302 344/4/302 +f 346/4/302 344/4/302 350/1/302 +f 350/1/304 347/4/303 351/1/303 +f 347/4/303 350/1/304 346/4/304 +f 351/1/306 347/4/306 350/1/305 +f 346/4/305 350/1/305 347/4/306 +f 351/1/303 345/4/307 352/1/307 +f 345/4/307 351/1/303 347/4/303 +f 352/1/308 345/4/308 351/1/306 +f 347/4/306 351/1/306 345/4/308 +f 352/1/307 343/4/309 348/1/309 +f 343/4/309 352/1/307 345/4/307 +f 348/1/310 343/4/310 352/1/308 +f 345/4/308 352/1/308 343/4/310 +f 355/4/81 354/4/81 353/4/81 +f 354/4/81 355/4/81 356/4/81 +f 356/4/81 355/4/81 357/4/81 +f 353/4/82 354/4/82 355/4/82 +f 356/4/82 355/4/82 354/4/82 +f 357/4/82 355/4/82 356/4/82 +f 354/4/96 358/1/96 353/4/96 +f 358/1/96 354/4/96 359/1/96 +f 353/4/95 358/1/95 354/4/95 +f 359/1/95 354/4/95 358/1/95 +f 354/4/84 360/1/84 359/1/84 +f 360/1/84 354/4/84 356/4/84 +f 359/1/83 360/1/83 354/4/83 +f 356/4/83 354/4/83 360/1/83 +f 360/1/292 357/4/291 361/1/291 +f 357/4/291 360/1/292 356/4/292 +f 361/1/294 357/4/294 360/1/293 +f 356/4/293 360/1/293 357/4/294 +f 361/1/291 355/4/295 362/1/295 +f 355/4/295 361/1/291 357/4/291 +f 362/1/296 355/4/296 361/1/294 +f 357/4/294 361/1/294 355/4/296 +f 362/1/295 353/4/297 358/1/297 +f 353/4/297 362/1/295 355/4/295 +f 358/1/298 353/4/298 362/1/296 +f 355/4/296 362/1/296 353/4/298 +f 365/4/81 364/4/81 363/4/81 +f 364/4/81 365/4/81 366/4/81 +f 366/4/81 365/4/81 367/4/81 +f 363/4/82 364/4/82 365/4/82 +f 366/4/82 365/4/82 364/4/82 +f 367/4/82 365/4/82 366/4/82 +f 364/4/192 368/1/192 363/4/192 +f 368/1/192 364/4/192 369/1/192 +f 363/4/191 368/1/191 364/4/191 +f 369/1/191 364/4/191 368/1/191 +f 364/4/180 370/1/180 369/1/180 +f 370/1/180 364/4/180 366/4/180 +f 369/1/179 370/1/179 364/4/179 +f 366/4/179 364/4/179 370/1/179 +f 370/1/356 367/4/355 371/1/355 +f 367/4/355 370/1/356 366/4/356 +f 371/1/358 367/4/358 370/1/357 +f 366/4/357 370/1/357 367/4/358 +f 371/1/355 365/4/359 372/1/359 +f 365/4/359 371/1/355 367/4/355 +f 372/1/360 365/4/360 371/1/358 +f 367/4/358 371/1/358 365/4/360 +f 372/1/359 363/4/361 368/1/361 +f 363/4/361 372/1/359 365/4/359 +f 368/1/362 363/4/362 372/1/360 +f 365/4/360 372/1/360 363/4/362 +f 375/1/81 374/1/81 373/1/81 +f 374/1/81 375/1/81 376/1/81 +f 373/1/82 374/1/82 375/1/82 +f 376/1/82 375/1/82 374/1/82 +f 379/2/213 378/1/212 377/1/211 +f 378/1/212 379/2/213 380/2/214 +f 377/1/217 378/1/216 379/2/215 +f 380/2/218 379/2/215 378/1/216 +f 383/3/219 382/1/225 381/1/223 +f 382/1/225 383/3/219 384/3/220 +f 381/1/224 382/1/226 383/3/221 +f 384/3/222 383/3/221 382/1/226 +f 387/2/197 386/1/196 385/1/195 +f 386/1/196 387/2/197 388/2/198 +f 385/1/201 386/1/200 387/2/199 +f 388/2/202 387/2/199 386/1/200 +f 378/1/212 387/2/197 385/1/195 +f 387/2/197 378/1/212 380/2/214 +f 385/1/201 387/2/199 378/1/216 +f 380/2/218 378/1/216 387/2/199 +f 383/3/219 389/3/205 384/3/220 +f 389/3/205 383/3/219 390/3/206 +f 384/3/222 389/3/207 383/3/221 +f 390/3/210 383/3/221 389/3/207 +f 384/3/220 391/1/203 382/1/225 +f 391/1/203 384/3/220 389/3/205 +f 382/1/226 391/1/209 384/3/222 +f 389/3/207 384/3/222 391/1/209 +f 387/2/197 379/2/213 388/2/198 +f 379/2/213 387/2/197 380/2/214 +f 388/2/202 379/2/215 387/2/199 +f 380/2/218 387/2/199 379/2/215 +f 390/3/206 381/1/223 392/1/204 +f 381/1/223 390/3/206 383/3/219 +f 392/1/208 381/1/224 390/3/210 +f 383/3/221 390/3/210 381/1/224 +f 391/1/203 390/3/206 392/1/204 +f 390/3/206 391/1/203 389/3/205 +f 392/1/208 390/3/210 391/1/209 +f 389/3/207 391/1/209 390/3/210 +f 388/2/198 377/1/211 386/1/196 +f 377/1/211 388/2/198 379/2/213 +f 386/1/200 377/1/217 388/2/202 +f 379/2/215 388/2/202 377/1/217 +f 395/3/341 394/3/340 393/3/339 +f 394/3/340 395/3/341 396/3/342 +f 393/3/345 394/3/344 395/3/343 +f 396/3/346 395/3/343 394/3/344 +f 396/3/342 397/1/353 394/3/340 +f 397/1/353 396/3/342 398/1/348 +f 394/3/344 397/1/354 396/3/346 +f 398/1/350 396/3/346 397/1/354 +f 393/3/339 397/1/353 399/1/351 +f 397/1/353 393/3/339 394/3/340 +f 399/1/352 397/1/354 393/3/345 +f 394/3/344 393/3/345 397/1/354 +f 400/1/347 393/3/339 399/1/351 +f 393/3/339 400/1/347 395/3/341 +f 399/1/352 393/3/345 400/1/349 +f 395/3/343 400/1/349 393/3/345 +f 398/1/348 395/3/341 400/1/347 +f 395/3/341 398/1/348 396/3/342 +f 400/1/349 395/3/343 398/1/350 +f 396/3/346 398/1/350 395/3/343 +f 403/1/268 402/3/252 401/1/251 +f 402/3/252 403/1/268 404/3/267 +f 401/1/253 402/3/254 403/1/269 +f 404/3/270 403/1/269 402/3/254 +f 405/1/243 404/3/267 403/1/268 +f 404/3/267 405/1/243 406/3/244 +f 403/1/269 404/3/270 405/1/249 +f 406/3/248 405/1/249 404/3/270 +f 409/2/263 408/1/273 407/1/271 +f 408/1/273 409/2/263 410/2/264 +f 407/1/272 408/1/274 409/2/265 +f 410/2/266 409/2/265 408/1/274 +f 409/2/263 411/2/257 410/2/264 +f 411/2/257 409/2/263 412/2/258 +f 410/2/266 411/2/259 409/2/265 +f 412/2/262 409/2/265 411/2/259 +f 406/3/244 414/1/245 413/3/246 +f 414/1/245 406/3/244 405/1/243 +f 413/3/250 414/1/247 406/3/248 +f 405/1/249 406/3/248 414/1/247 +f 410/2/264 415/1/255 408/1/273 +f 415/1/255 410/2/264 411/2/257 +f 408/1/274 415/1/261 410/2/266 +f 411/2/259 410/2/266 415/1/261 +f 404/3/267 413/3/246 402/3/252 +f 413/3/246 404/3/267 406/3/244 +f 402/3/254 413/3/250 404/3/270 +f 406/3/248 404/3/270 413/3/250 +f 416/1/256 409/2/263 407/1/271 +f 409/2/263 416/1/256 412/2/258 +f 407/1/272 409/2/265 416/1/260 +f 412/2/262 416/1/260 409/2/265 +f 402/3/252 414/1/245 401/1/251 +f 414/1/245 402/3/252 413/3/246 +f 401/1/253 414/1/247 402/3/254 +f 413/3/250 402/3/254 414/1/247 +f 411/2/257 416/1/256 415/1/255 +f 416/1/256 411/2/257 412/2/258 +f 415/1/261 416/1/260 411/2/259 +f 412/2/262 411/2/259 416/1/260 +f 419/4/81 418/4/81 417/4/81 +f 418/4/81 419/4/81 420/4/81 +f 418/4/81 420/4/81 421/4/81 +f 421/4/81 420/4/81 422/4/81 +f 421/4/81 422/4/81 423/4/81 +f 423/4/81 422/4/81 424/4/81 +f 423/4/81 424/4/81 425/4/81 +f 425/4/81 424/4/81 426/4/81 +f 417/4/82 418/4/82 419/4/82 +f 420/4/82 419/4/82 418/4/82 +f 421/4/82 420/4/82 418/4/82 +f 422/4/82 420/4/82 421/4/82 +f 423/4/82 422/4/82 421/4/82 +f 424/4/82 422/4/82 423/4/82 +f 425/4/82 424/4/82 423/4/82 +f 426/4/82 424/4/82 425/4/82 +f 419/4/314 428/1/314 427/1/314 +f 428/1/314 419/4/314 417/4/314 +f 427/1/313 428/1/313 419/4/313 +f 417/4/313 419/4/313 428/1/313 +f 429/1/279 419/4/280 427/1/280 +f 419/4/280 429/1/279 420/4/279 +f 427/1/277 419/4/277 429/1/278 +f 420/4/278 429/1/278 419/4/277 +f 430/1/282 420/4/279 429/1/279 +f 420/4/279 430/1/282 422/4/282 +f 429/1/278 420/4/278 430/1/281 +f 422/4/281 430/1/281 420/4/278 +f 424/4/284 430/1/282 431/1/284 +f 430/1/282 424/4/284 422/4/282 +f 431/1/283 430/1/281 424/4/283 +f 422/4/281 424/4/283 430/1/281 +f 426/4/286 431/1/284 432/1/286 +f 431/1/284 426/4/286 424/4/284 +f 432/1/285 431/1/283 426/4/285 +f 424/4/283 426/4/285 431/1/283 +f 433/1/312 426/4/312 432/1/312 +f 426/4/312 433/1/312 425/4/312 +f 432/1/311 426/4/311 433/1/311 +f 425/4/311 433/1/311 426/4/311 +f 423/4/283 433/1/290 434/1/283 +f 433/1/290 423/4/283 425/4/290 +f 434/1/284 433/1/289 423/4/284 +f 425/4/289 423/4/284 433/1/289 +f 421/4/281 434/1/283 435/1/281 +f 434/1/283 421/4/281 423/4/283 +f 435/1/282 434/1/284 421/4/282 +f 423/4/284 421/4/282 434/1/284 +f 421/4/281 436/1/278 418/4/278 +f 436/1/278 421/4/281 435/1/281 +f 418/4/279 436/1/279 421/4/282 +f 435/1/282 421/4/282 436/1/279 +f 418/4/278 428/1/277 417/4/277 +f 428/1/277 418/4/278 436/1/278 +f 417/4/280 428/1/280 418/4/279 +f 436/1/279 418/4/279 428/1/280 +f 132/1/81 437/1/81 130/1/81 +f 437/1/81 132/1/81 373/1/81 +f 130/1/82 437/1/82 132/1/82 +f 373/1/82 132/1/82 437/1/82 +f 438/1/81 376/1/81 375/1/81 +f 376/1/81 438/1/81 61/1/81 +f 375/1/82 376/1/82 438/1/82 +f 61/1/82 438/1/82 376/1/82 +f 196/1/81 440/1/81 439/1/81 +f 440/1/81 196/1/81 195/1/81 +f 439/1/82 440/1/82 196/1/82 +f 195/1/82 196/1/82 440/1/82 +f 442/1/81 441/1/81 128/1/81 +f 441/1/81 442/1/81 129/1/81 +f 128/1/82 441/1/82 442/1/82 +f 129/1/82 442/1/82 441/1/82 +f 444/1/81 438/1/81 443/1/81 +f 438/1/81 444/1/81 445/1/81 +f 443/1/82 438/1/82 444/1/82 +f 445/1/82 444/1/82 438/1/82 +f 447/1/81 442/1/81 446/1/81 +f 442/1/81 447/1/81 448/1/81 +f 446/1/82 442/1/82 447/1/82 +f 448/1/82 447/1/82 442/1/82 +f 451/3/206 450/1/223 449/1/204 +f 450/1/223 451/3/206 452/3/219 +f 449/1/208 450/1/224 451/3/210 +f 452/3/221 451/3/210 450/1/224 +f 453/1/203 451/3/206 449/1/204 +f 451/3/206 453/1/203 454/3/205 +f 449/1/208 451/3/210 453/1/209 +f 454/3/207 453/1/209 451/3/210 +f 457/1/212 456/2/197 455/1/195 +f 456/2/197 457/1/212 458/2/214 +f 455/1/201 456/2/199 457/1/216 +f 458/2/218 457/1/216 456/2/199 +f 460/3/220 453/1/203 459/1/225 +f 453/1/203 460/3/220 454/3/205 +f 459/1/226 453/1/209 460/3/222 +f 454/3/207 460/3/222 453/1/209 +f 452/3/219 459/1/225 450/1/223 +f 459/1/225 452/3/219 460/3/220 +f 450/1/224 459/1/226 452/3/221 +f 460/3/222 452/3/221 459/1/226 +f 463/2/198 462/1/211 461/1/196 +f 462/1/211 463/2/198 464/2/213 +f 461/1/200 462/1/217 463/2/202 +f 464/2/215 463/2/202 462/1/217 +f 456/2/197 461/1/196 455/1/195 +f 461/1/196 456/2/197 463/2/198 +f 455/1/201 461/1/200 456/2/199 +f 463/2/202 456/2/199 461/1/200 +f 452/3/219 454/3/205 460/3/220 +f 454/3/205 452/3/219 451/3/206 +f 460/3/222 454/3/207 452/3/221 +f 451/3/210 452/3/221 454/3/207 +f 464/2/213 457/1/212 462/1/211 +f 457/1/212 464/2/213 458/2/214 +f 462/1/217 457/1/216 464/2/215 +f 458/2/218 464/2/215 457/1/216 +f 456/2/197 464/2/213 463/2/198 +f 464/2/213 456/2/197 458/2/214 +f 463/2/202 464/2/215 456/2/199 +f 458/2/218 456/2/199 464/2/215 +f 467/2/220 466/1/203 465/1/225 +f 466/1/203 467/2/220 468/2/205 +f 465/1/226 466/1/209 467/2/222 +f 468/2/207 467/2/222 466/1/209 +f 470/2/219 465/1/225 469/1/223 +f 465/1/225 470/2/219 467/2/220 +f 469/1/224 465/1/226 470/2/221 +f 467/2/222 470/2/221 465/1/226 +f 472/2/206 469/1/223 471/1/204 +f 469/1/223 472/2/206 470/2/219 +f 471/1/208 469/1/224 472/2/210 +f 470/2/221 472/2/210 469/1/224 +f 470/2/219 468/2/205 467/2/220 +f 468/2/205 470/2/219 472/2/206 +f 467/2/222 468/2/207 470/2/221 +f 472/2/210 470/2/221 468/2/207 +f 466/1/203 472/2/206 471/1/204 +f 472/2/206 466/1/203 468/2/205 +f 471/1/208 472/2/210 466/1/209 +f 468/2/207 466/1/209 472/2/210 +f 475/3/244 474/1/245 473/3/246 +f 474/1/245 475/3/244 476/1/243 +f 473/3/250 474/1/247 475/3/248 +f 476/1/249 475/3/248 474/1/247 +f 479/2/264 478/1/255 477/1/273 +f 478/1/255 479/2/264 480/2/257 +f 477/1/274 478/1/261 479/2/266 +f 480/2/259 479/2/266 478/1/261 +f 482/2/263 477/1/273 481/1/271 +f 477/1/273 482/2/263 479/2/264 +f 481/1/272 477/1/274 482/2/265 +f 479/2/266 482/2/265 477/1/274 +f 483/1/256 482/2/263 481/1/271 +f 482/2/263 483/1/256 484/2/258 +f 481/1/272 482/2/265 483/1/260 +f 484/2/262 483/1/260 482/2/265 +f 482/2/263 480/2/257 479/2/264 +f 480/2/257 482/2/263 484/2/258 +f 479/2/266 480/2/259 482/2/265 +f 484/2/262 482/2/265 480/2/259 +f 480/2/257 483/1/256 478/1/255 +f 483/1/256 480/2/257 484/2/258 +f 478/1/261 483/1/260 480/2/259 +f 484/2/262 480/2/259 483/1/260 +f 476/1/243 486/3/267 485/1/268 +f 486/3/267 476/1/243 475/3/244 +f 485/1/269 486/3/270 476/1/249 +f 475/3/248 476/1/249 486/3/270 +f 485/1/268 488/3/252 487/1/251 +f 488/3/252 485/1/268 486/3/267 +f 487/1/253 488/3/254 485/1/269 +f 486/3/270 485/1/269 488/3/254 +f 486/3/267 473/3/246 488/3/252 +f 473/3/246 486/3/267 475/3/244 +f 488/3/254 473/3/250 486/3/270 +f 475/3/248 486/3/270 473/3/250 +f 488/3/252 474/1/245 487/1/251 +f 474/1/245 488/3/252 473/3/246 +f 487/1/253 474/1/247 488/3/254 +f 473/3/250 488/3/254 474/1/247 +f 491/3/264 490/1/255 489/1/273 +f 490/1/255 491/3/264 492/3/257 +f 489/1/274 490/1/261 491/3/266 +f 492/3/259 491/3/266 490/1/261 +f 495/1/243 494/5/267 493/1/268 +f 494/5/267 495/1/243 496/5/244 +f 493/1/269 494/5/270 495/1/249 +f 496/5/248 495/1/249 494/5/270 +f 499/3/213 498/1/212 497/1/211 +f 498/1/212 499/3/213 500/3/214 +f 497/1/217 498/1/216 499/3/215 +f 500/3/218 499/3/215 498/1/216 +f 502/3/263 489/1/273 501/1/271 +f 489/1/273 502/3/263 491/3/264 +f 501/1/272 489/1/274 502/3/265 +f 491/3/266 502/3/265 489/1/274 +f 505/5/252 504/1/245 503/1/251 +f 504/1/245 505/5/252 506/5/246 +f 503/1/253 504/1/247 505/5/254 +f 506/5/250 505/5/254 504/1/247 +f 509/3/365 508/3/364 507/3/363 +f 508/3/364 509/3/365 510/3/366 +f 507/3/369 508/3/368 509/3/367 +f 510/3/370 509/3/367 508/3/368 +f 511/1/256 502/3/263 501/1/271 +f 502/3/263 511/1/256 512/3/258 +f 501/1/272 502/3/265 511/1/260 +f 512/3/262 511/1/260 502/3/265 +f 514/3/197 499/3/213 513/3/198 +f 499/3/213 514/3/197 500/3/214 +f 513/3/202 499/3/215 514/3/199 +f 500/3/218 514/3/199 499/3/215 +f 498/1/212 514/3/197 515/1/195 +f 514/3/197 498/1/212 500/3/214 +f 515/1/201 514/3/199 498/1/216 +f 500/3/218 498/1/216 514/3/199 +f 514/3/197 516/1/196 515/1/195 +f 516/1/196 514/3/197 513/3/198 +f 515/1/201 516/1/200 514/3/199 +f 513/3/202 514/3/199 516/1/200 +f 510/3/366 518/1/372 517/1/371 +f 518/1/372 510/3/366 509/3/365 +f 517/1/374 518/1/373 510/3/370 +f 509/3/367 510/3/370 518/1/373 +f 513/3/198 497/1/211 516/1/196 +f 497/1/211 513/3/198 499/3/213 +f 516/1/200 497/1/217 513/3/202 +f 499/3/215 513/3/202 497/1/217 +f 502/3/263 492/3/257 491/3/264 +f 492/3/257 502/3/263 512/3/258 +f 491/3/266 492/3/259 502/3/265 +f 512/3/262 502/3/265 492/3/259 +f 519/1/375 510/3/366 517/1/371 +f 510/3/366 519/1/375 508/3/364 +f 517/1/374 510/3/370 519/1/376 +f 508/3/368 519/1/376 510/3/370 +f 496/5/244 504/1/245 506/5/246 +f 504/1/245 496/5/244 495/1/243 +f 506/5/250 504/1/247 496/5/248 +f 495/1/249 496/5/248 504/1/247 +f 507/3/363 519/1/375 520/1/377 +f 519/1/375 507/3/363 508/3/364 +f 520/1/378 519/1/376 507/3/369 +f 508/3/368 507/3/369 519/1/376 +f 493/1/268 505/5/252 503/1/251 +f 505/5/252 493/1/268 494/5/267 +f 503/1/253 505/5/254 493/1/269 +f 494/5/270 493/1/269 505/5/254 +f 494/5/267 506/5/246 505/5/252 +f 506/5/246 494/5/267 496/5/244 +f 505/5/254 506/5/250 494/5/270 +f 496/5/248 494/5/270 506/5/250 +f 509/3/365 520/1/377 518/1/372 +f 520/1/377 509/3/365 507/3/363 +f 518/1/373 520/1/378 509/3/367 +f 507/3/369 509/3/367 520/1/378 +f 492/3/257 511/1/256 490/1/255 +f 511/1/256 492/3/257 512/3/258 +f 490/1/261 511/1/260 492/3/259 +f 512/3/262 492/3/259 511/1/260 +f 523/5/252 522/1/245 521/1/251 +f 522/1/245 523/5/252 524/5/246 +f 521/1/253 522/1/247 523/5/254 +f 524/5/250 523/5/254 522/1/247 +f 525/5/267 524/5/246 523/5/252 +f 524/5/246 525/5/267 526/5/244 +f 523/5/254 524/5/250 525/5/270 +f 526/5/248 525/5/270 524/5/250 +f 528/1/243 525/5/267 527/1/268 +f 525/5/267 528/1/243 526/5/244 +f 527/1/269 525/5/270 528/1/249 +f 526/5/248 528/1/249 525/5/270 +f 527/1/268 523/5/252 521/1/251 +f 523/5/252 527/1/268 525/5/267 +f 521/1/253 523/5/254 527/1/269 +f 525/5/270 527/1/269 523/5/254 +f 526/5/244 522/1/245 524/5/246 +f 522/1/245 526/5/244 528/1/243 +f 524/5/250 522/1/247 526/5/248 +f 528/1/249 526/5/248 522/1/247 +f 531/5/220 530/1/203 529/1/225 +f 530/1/203 531/5/220 532/5/205 +f 529/1/226 530/1/209 531/5/222 +f 532/5/207 531/5/222 530/1/209 +f 530/1/203 534/5/206 533/1/204 +f 534/5/206 530/1/203 532/5/205 +f 533/1/208 534/5/210 530/1/209 +f 532/5/207 530/1/209 534/5/210 +f 534/5/206 535/1/223 533/1/204 +f 535/1/223 534/5/206 536/5/219 +f 533/1/208 535/1/224 534/5/210 +f 536/5/221 534/5/210 535/1/224 +f 536/5/219 529/1/225 535/1/223 +f 529/1/225 536/5/219 531/5/220 +f 535/1/224 529/1/226 536/5/221 +f 531/5/222 536/5/221 529/1/226 +f 536/5/219 532/5/205 531/5/220 +f 532/5/205 536/5/219 534/5/206 +f 531/5/222 532/5/207 536/5/221 +f 534/5/210 536/5/221 532/5/207 +f 539/5/219 538/5/205 537/5/220 +f 538/5/205 539/5/219 540/5/206 +f 537/5/222 538/5/207 539/5/221 +f 540/5/210 539/5/221 538/5/207 +f 540/5/206 542/1/223 541/1/204 +f 542/1/223 540/5/206 539/5/219 +f 541/1/208 542/1/224 540/5/210 +f 539/5/221 540/5/210 542/1/224 +f 539/5/219 543/1/225 542/1/223 +f 543/1/225 539/5/219 537/5/220 +f 542/1/224 543/1/226 539/5/221 +f 537/5/222 539/5/221 543/1/226 +f 537/5/220 544/1/203 543/1/225 +f 544/1/203 537/5/220 538/5/205 +f 543/1/226 544/1/209 537/5/222 +f 538/5/207 537/5/222 544/1/209 +f 544/1/203 540/5/206 541/1/204 +f 540/5/206 544/1/203 538/5/205 +f 541/1/208 540/5/210 544/1/209 +f 538/5/207 544/1/209 540/5/210 +f 547/3/381 546/1/380 545/1/379 +f 546/1/380 547/3/381 548/3/382 +f 545/1/385 546/1/384 547/3/383 +f 548/3/386 547/3/383 546/1/384 +f 551/3/389 550/3/388 549/3/387 +f 550/3/388 551/3/389 552/3/390 +f 549/3/393 550/3/392 551/3/391 +f 552/3/394 551/3/391 550/3/392 +f 549/3/387 554/1/396 553/1/395 +f 554/1/396 549/3/387 550/3/388 +f 553/1/398 554/1/397 549/3/393 +f 550/3/392 549/3/393 554/1/397 +f 551/3/389 553/1/395 555/1/399 +f 553/1/395 551/3/389 549/3/387 +f 555/1/400 553/1/398 551/3/391 +f 549/3/393 551/3/391 553/1/398 +f 558/1/203 557/2/206 556/1/204 +f 557/2/206 558/1/203 559/2/205 +f 556/1/208 557/2/210 558/1/209 +f 559/2/207 558/1/209 557/2/210 +f 561/2/220 558/1/203 560/1/225 +f 558/1/203 561/2/220 559/2/205 +f 560/1/226 558/1/209 561/2/222 +f 559/2/207 561/2/222 558/1/209 +f 563/3/402 545/1/379 562/1/401 +f 545/1/379 563/3/402 547/3/381 +f 562/1/404 545/1/385 563/3/403 +f 547/3/383 563/3/403 545/1/385 +f 565/1/406 548/3/382 564/3/405 +f 548/3/382 565/1/406 546/1/380 +f 564/3/408 548/3/386 565/1/407 +f 546/1/384 565/1/407 548/3/386 +f 566/1/409 551/3/389 555/1/399 +f 551/3/389 566/1/409 552/3/390 +f 555/1/400 551/3/391 566/1/410 +f 552/3/394 566/1/410 551/3/391 +f 567/2/219 559/2/205 561/2/220 +f 559/2/205 567/2/219 557/2/206 +f 561/2/222 559/2/207 567/2/221 +f 557/2/210 567/2/221 559/2/207 +f 567/2/219 560/1/225 568/1/223 +f 560/1/225 567/2/219 561/2/220 +f 568/1/224 560/1/226 567/2/221 +f 561/2/222 567/2/221 560/1/226 +f 550/3/388 566/1/409 554/1/396 +f 566/1/409 550/3/388 552/3/390 +f 554/1/397 566/1/410 550/3/392 +f 552/3/394 550/3/392 566/1/410 +f 557/2/206 568/1/223 556/1/204 +f 568/1/223 557/2/206 567/2/219 +f 556/1/208 568/1/224 557/2/210 +f 567/2/221 557/2/210 568/1/224 +f 564/3/405 547/3/381 563/3/402 +f 547/3/381 564/3/405 548/3/382 +f 563/3/403 547/3/383 564/3/408 +f 548/3/386 564/3/408 547/3/383 +f 565/1/406 563/3/402 562/1/401 +f 563/3/402 565/1/406 564/3/405 +f 562/1/404 563/3/403 565/1/407 +f 564/3/408 565/1/407 563/3/403 +f 571/1/81 570/1/81 569/1/81 +f 570/1/81 571/1/81 572/1/81 +f 569/1/82 570/1/82 571/1/82 +f 572/1/82 571/1/82 570/1/82 +f 575/4/82 574/4/82 573/4/82 +f 576/4/82 573/4/82 574/4/82 +f 577/4/82 576/4/82 574/4/82 +f 578/4/82 576/4/82 577/4/82 +f 579/4/82 578/4/82 577/4/82 +f 580/4/82 578/4/82 579/4/82 +f 573/4/411 581/1/411 575/4/312 +f 582/1/312 575/4/312 581/1/411 +f 583/1/313 581/1/412 576/4/313 +f 573/4/412 576/4/313 581/1/412 +f 584/1/413 583/1/313 578/4/413 +f 576/4/313 578/4/413 583/1/313 +f 584/1/414 578/4/414 585/1/311 +f 580/4/311 585/1/311 578/4/414 +f 585/1/311 580/4/311 586/1/415 +f 579/4/415 586/1/415 580/4/311 +f 587/1/314 586/1/416 577/4/314 +f 579/4/416 577/4/314 586/1/416 +f 588/1/417 587/1/314 574/4/417 +f 577/4/314 574/4/417 587/1/314 +f 575/4/312 582/1/312 574/4/418 +f 588/1/418 574/4/418 582/1/312 +f 591/3/381 590/1/380 589/1/379 +f 590/1/380 591/3/381 592/3/382 +f 589/1/385 590/1/384 591/3/383 +f 592/3/386 591/3/383 590/1/384 +f 595/3/365 594/3/364 593/3/363 +f 594/3/364 595/3/365 596/3/366 +f 593/3/369 594/3/368 595/3/367 +f 596/3/370 595/3/367 594/3/368 +f 598/3/405 591/3/381 597/3/402 +f 591/3/381 598/3/405 592/3/382 +f 597/3/403 591/3/383 598/3/408 +f 592/3/386 598/3/408 591/3/383 +f 601/1/203 600/2/206 599/1/204 +f 600/2/206 601/1/203 602/2/205 +f 599/1/208 600/2/210 601/1/209 +f 602/2/207 601/1/209 600/2/210 +f 604/2/219 602/2/205 603/2/220 +f 602/2/205 604/2/219 600/2/206 +f 603/2/222 602/2/207 604/2/221 +f 600/2/210 604/2/221 602/2/207 +f 603/2/220 601/1/203 605/1/225 +f 601/1/203 603/2/220 602/2/205 +f 605/1/226 601/1/209 603/2/222 +f 602/2/207 603/2/222 601/1/209 +f 597/3/402 589/1/379 606/1/401 +f 589/1/379 597/3/402 591/3/381 +f 606/1/404 589/1/385 597/3/403 +f 591/3/383 597/3/403 589/1/385 +f 607/1/406 592/3/382 598/3/405 +f 592/3/382 607/1/406 590/1/380 +f 598/3/408 592/3/386 607/1/407 +f 590/1/384 607/1/407 592/3/386 +f 610/5/267 609/5/246 608/5/252 +f 609/5/246 610/5/267 611/5/244 +f 608/5/254 609/5/250 610/5/270 +f 611/5/248 610/5/270 609/5/250 +f 611/5/244 612/1/245 609/5/246 +f 612/1/245 611/5/244 613/1/243 +f 609/5/250 612/1/247 611/5/248 +f 613/1/249 611/5/248 612/1/247 +f 615/1/268 608/5/252 614/1/251 +f 608/5/252 615/1/268 610/5/267 +f 614/1/253 608/5/254 615/1/269 +f 610/5/270 615/1/269 608/5/254 +f 613/1/243 610/5/267 615/1/268 +f 610/5/267 613/1/243 611/5/244 +f 615/1/269 610/5/270 613/1/249 +f 611/5/248 613/1/249 610/5/270 +f 617/1/375 596/3/366 616/1/371 +f 596/3/366 617/1/375 594/3/364 +f 616/1/374 596/3/370 617/1/376 +f 594/3/368 617/1/376 596/3/370 +f 596/3/366 618/1/372 616/1/371 +f 618/1/372 596/3/366 595/3/365 +f 616/1/374 618/1/373 596/3/370 +f 595/3/367 596/3/370 618/1/373 +f 593/3/363 617/1/375 619/1/377 +f 617/1/375 593/3/363 594/3/364 +f 619/1/378 617/1/376 593/3/369 +f 594/3/368 593/3/369 617/1/376 +f 622/5/206 621/1/223 620/1/204 +f 621/1/223 622/5/206 623/5/219 +f 620/1/208 621/1/224 622/5/210 +f 623/5/221 622/5/210 621/1/224 +f 595/3/365 619/1/377 618/1/372 +f 619/1/377 595/3/365 593/3/363 +f 618/1/373 619/1/378 595/3/367 +f 593/3/369 595/3/367 619/1/378 +f 623/5/219 625/5/205 624/5/220 +f 625/5/205 623/5/219 622/5/206 +f 624/5/222 625/5/207 623/5/221 +f 622/5/210 623/5/221 625/5/207 +f 604/2/219 605/1/225 626/1/223 +f 605/1/225 604/2/219 603/2/220 +f 626/1/224 605/1/226 604/2/221 +f 603/2/222 604/2/221 605/1/226 +f 624/5/220 628/1/203 627/1/225 +f 628/1/203 624/5/220 625/5/205 +f 627/1/226 628/1/209 624/5/222 +f 625/5/207 624/5/222 628/1/209 +f 608/5/252 612/1/245 614/1/251 +f 612/1/245 608/5/252 609/5/246 +f 614/1/253 612/1/247 608/5/254 +f 609/5/250 608/5/254 612/1/247 +f 600/2/206 626/1/223 599/1/204 +f 626/1/223 600/2/206 604/2/219 +f 599/1/208 626/1/224 600/2/210 +f 604/2/221 600/2/210 626/1/224 +f 623/5/219 627/1/225 621/1/223 +f 627/1/225 623/5/219 624/5/220 +f 621/1/224 627/1/226 623/5/221 +f 624/5/222 623/5/221 627/1/226 +f 607/1/406 597/3/402 606/1/401 +f 597/3/402 607/1/406 598/3/405 +f 606/1/404 597/3/403 607/1/407 +f 598/3/408 607/1/407 597/3/403 +f 631/5/206 630/1/223 629/1/204 +f 630/1/223 631/5/206 632/5/219 +f 629/1/208 630/1/224 631/5/210 +f 632/5/221 631/5/210 630/1/224 +f 628/1/203 622/5/206 620/1/204 +f 622/5/206 628/1/203 625/5/205 +f 620/1/208 622/5/210 628/1/209 +f 625/5/207 628/1/209 622/5/210 +f 632/5/219 634/5/205 633/5/220 +f 634/5/205 632/5/219 631/5/206 +f 633/5/222 634/5/207 632/5/221 +f 631/5/210 632/5/221 634/5/207 +f 635/1/203 631/5/206 629/1/204 +f 631/5/206 635/1/203 634/5/205 +f 629/1/208 631/5/210 635/1/209 +f 634/5/207 635/1/209 631/5/210 +f 632/5/219 636/1/225 630/1/223 +f 636/1/225 632/5/219 633/5/220 +f 630/1/224 636/1/226 632/5/221 +f 633/5/222 632/5/221 636/1/226 +f 633/5/220 635/1/203 636/1/225 +f 635/1/203 633/5/220 634/5/205 +f 636/1/226 635/1/209 633/5/222 +f 634/5/207 633/5/222 635/1/209 +f 639/3/389 638/3/388 637/3/387 +f 638/3/388 639/3/389 640/3/390 +f 637/3/393 638/3/392 639/3/391 +f 640/3/394 639/3/391 638/3/392 +f 637/3/387 642/1/396 641/1/395 +f 642/1/396 637/3/387 638/3/388 +f 641/1/398 642/1/397 637/3/393 +f 638/3/392 637/3/393 642/1/397 +f 639/3/389 641/1/395 643/1/399 +f 641/1/395 639/3/389 637/3/387 +f 643/1/400 641/1/398 639/3/391 +f 637/3/393 639/3/391 641/1/398 +f 638/3/388 644/1/409 642/1/396 +f 644/1/409 638/3/388 640/3/390 +f 642/1/397 644/1/410 638/3/392 +f 640/3/394 638/3/392 644/1/410 +f 644/1/409 639/3/389 643/1/399 +f 639/3/389 644/1/409 640/3/390 +f 643/1/400 639/3/391 644/1/410 +f 640/3/394 644/1/410 639/3/391 +f 647/1/256 646/3/263 645/1/271 +f 646/3/263 647/1/256 648/3/258 +f 645/1/272 646/3/265 647/1/260 +f 648/3/262 647/1/260 646/3/265 +f 646/3/263 650/3/257 649/3/264 +f 650/3/257 646/3/263 648/3/258 +f 649/3/266 650/3/259 646/3/265 +f 648/3/262 646/3/265 650/3/259 +f 646/3/263 651/1/273 645/1/271 +f 651/1/273 646/3/263 649/3/264 +f 645/1/272 651/1/274 646/3/265 +f 649/3/266 646/3/265 651/1/274 +f 650/3/257 647/1/256 652/1/255 +f 647/1/256 650/3/257 648/3/258 +f 652/1/261 647/1/260 650/3/259 +f 648/3/262 650/3/259 647/1/260 +f 649/3/264 652/1/255 651/1/273 +f 652/1/255 649/3/264 650/3/257 +f 651/1/274 652/1/261 649/3/266 +f 650/3/259 649/3/266 652/1/261 +f 655/5/267 654/5/246 653/5/252 +f 654/5/246 655/5/267 656/5/244 +f 653/5/254 654/5/250 655/5/270 +f 656/5/248 655/5/270 654/5/250 +f 656/5/244 657/1/245 654/5/246 +f 657/1/245 656/5/244 658/1/243 +f 654/5/250 657/1/247 656/5/248 +f 658/1/249 656/5/248 657/1/247 +f 661/3/197 660/3/213 659/3/198 +f 660/3/213 661/3/197 662/3/214 +f 659/3/202 660/3/215 661/3/199 +f 662/3/218 661/3/199 660/3/215 +f 659/3/198 664/1/211 663/1/196 +f 664/1/211 659/3/198 660/3/213 +f 663/1/200 664/1/217 659/3/202 +f 660/3/215 659/3/202 664/1/217 +f 653/5/252 657/1/245 665/1/251 +f 657/1/245 653/5/252 654/5/246 +f 665/1/253 657/1/247 653/5/254 +f 654/5/250 653/5/254 657/1/247 +f 658/1/243 655/5/267 666/1/268 +f 655/5/267 658/1/243 656/5/244 +f 666/1/269 655/5/270 658/1/249 +f 656/5/248 658/1/249 655/5/270 +f 660/3/213 667/1/212 664/1/211 +f 667/1/212 660/3/213 662/3/214 +f 664/1/217 667/1/216 660/3/215 +f 662/3/218 660/3/215 667/1/216 +f 661/3/197 663/1/196 668/1/195 +f 663/1/196 661/3/197 659/3/198 +f 668/1/201 663/1/200 661/3/199 +f 659/3/202 661/3/199 663/1/200 +f 667/1/212 661/3/197 668/1/195 +f 661/3/197 667/1/212 662/3/214 +f 668/1/201 661/3/199 667/1/216 +f 662/3/218 667/1/216 661/3/199 +f 666/1/268 653/5/252 665/1/251 +f 653/5/252 666/1/268 655/5/267 +f 665/1/253 653/5/254 666/1/269 +f 655/5/270 666/1/269 653/5/254 +f 448/1/81 129/1/81 442/1/81 +f 129/1/81 448/1/81 131/1/81 +f 442/1/82 129/1/82 448/1/82 +f 131/1/82 448/1/82 129/1/82 +f 671/1/81 670/1/81 669/1/81 +f 670/1/81 671/1/81 672/1/81 +f 669/1/82 670/1/82 671/1/82 +f 672/1/82 671/1/82 670/1/82 +f 675/4/81 674/4/81 673/4/81 +f 674/4/81 675/4/81 676/4/81 +f 676/4/81 675/4/81 677/4/81 +f 673/4/82 674/4/82 675/4/82 +f 676/4/82 675/4/82 674/4/82 +f 677/4/82 675/4/82 676/4/82 +f 674/4/192 678/1/192 673/4/192 +f 678/1/192 674/4/192 679/1/192 +f 673/4/191 678/1/191 674/4/191 +f 679/1/191 674/4/191 678/1/191 +f 674/4/180 680/1/180 679/1/180 +f 680/1/180 674/4/180 676/4/180 +f 679/1/179 680/1/179 674/4/179 +f 676/4/179 674/4/179 680/1/179 +f 680/1/356 677/4/355 681/1/355 +f 677/4/355 680/1/356 676/4/356 +f 681/1/358 677/4/358 680/1/357 +f 676/4/357 680/1/357 677/4/358 +f 681/1/355 675/4/359 682/1/359 +f 675/4/359 681/1/355 677/4/355 +f 682/1/360 675/4/360 681/1/358 +f 677/4/358 681/1/358 675/4/360 +f 682/1/359 673/4/361 678/1/361 +f 673/4/361 682/1/359 675/4/359 +f 678/1/362 673/4/362 682/1/360 +f 675/4/360 682/1/360 673/4/362 +f 684/1/81 443/1/81 683/1/81 +f 443/1/81 684/1/81 444/1/81 +f 683/1/82 443/1/82 684/1/82 +f 444/1/82 684/1/82 443/1/82 +f 129/1/81 685/1/81 441/1/81 +f 685/1/81 129/1/81 130/1/81 +f 441/1/82 685/1/82 129/1/82 +f 130/1/82 129/1/82 685/1/82 +f 688/1/127 687/3/124 686/1/129 +f 687/3/124 688/1/127 689/3/123 +f 686/1/130 687/3/126 688/1/128 +f 689/3/125 688/1/128 687/3/126 +f 691/3/110 688/1/127 690/1/108 +f 688/1/127 691/3/110 689/3/123 +f 690/1/112 688/1/128 691/3/114 +f 689/3/125 691/3/114 688/1/128 +f 694/2/101 693/1/100 692/1/99 +f 693/1/100 694/2/101 695/2/102 +f 692/1/105 693/1/104 694/2/103 +f 695/2/106 694/2/103 693/1/104 +f 693/1/100 697/2/117 696/1/115 +f 697/2/117 693/1/100 695/2/102 +f 696/1/121 697/2/119 693/1/104 +f 695/2/106 693/1/104 697/2/119 +f 700/1/177 699/2/161 698/1/159 +f 699/2/161 700/1/177 701/2/168 +f 698/1/165 699/2/163 700/1/178 +f 701/2/170 700/1/178 699/2/163 +f 699/2/161 703/2/167 702/2/162 +f 703/2/167 699/2/161 701/2/168 +f 702/2/166 703/2/169 699/2/163 +f 701/2/170 699/2/163 703/2/169 +f 703/2/167 700/1/177 704/1/175 +f 700/1/177 703/2/167 701/2/168 +f 704/1/176 700/1/178 703/2/169 +f 701/2/170 703/2/169 700/1/178 +f 699/2/161 705/1/160 698/1/159 +f 705/1/160 699/2/161 702/2/162 +f 698/1/165 705/1/164 699/2/163 +f 702/2/166 699/2/163 705/1/164 +f 702/2/162 704/1/175 705/1/160 +f 704/1/175 702/2/162 703/2/167 +f 705/1/164 704/1/176 702/2/166 +f 703/2/169 702/2/166 704/1/176 +f 707/2/118 692/1/99 706/1/116 +f 692/1/99 707/2/118 694/2/101 +f 706/1/120 692/1/105 707/2/122 +f 694/2/103 707/2/122 692/1/105 +f 687/3/124 708/1/107 686/1/129 +f 708/1/107 687/3/124 709/3/109 +f 686/1/130 708/1/113 687/3/126 +f 709/3/111 687/3/126 708/1/113 +f 697/2/117 706/1/116 696/1/115 +f 706/1/116 697/2/117 707/2/118 +f 696/1/121 706/1/120 697/2/119 +f 707/2/122 697/2/119 706/1/120 +f 697/2/117 694/2/101 707/2/118 +f 694/2/101 697/2/117 695/2/102 +f 707/2/122 694/2/103 697/2/119 +f 695/2/106 697/2/119 694/2/103 +f 712/3/133 711/3/132 710/3/131 +f 711/3/132 712/3/133 713/3/134 +f 710/3/137 711/3/136 712/3/135 +f 713/3/138 712/3/135 711/3/136 +f 709/3/109 689/3/123 691/3/110 +f 689/3/123 709/3/109 687/3/124 +f 691/3/114 689/3/125 709/3/111 +f 687/3/126 709/3/111 689/3/125 +f 714/1/145 713/3/134 712/3/133 +f 713/3/134 714/1/145 715/1/140 +f 712/3/135 713/3/138 714/1/146 +f 715/1/142 714/1/146 713/3/138 +f 718/1/155 717/3/150 716/1/149 +f 717/3/150 718/1/155 719/3/156 +f 716/1/151 717/3/154 718/1/157 +f 719/3/158 718/1/157 717/3/154 +f 714/1/145 710/3/131 720/1/143 +f 710/3/131 714/1/145 712/3/133 +f 720/1/144 710/3/137 714/1/146 +f 712/3/135 714/1/146 710/3/137 +f 713/3/134 721/1/139 711/3/132 +f 721/1/139 713/3/134 715/1/140 +f 711/3/136 721/1/141 713/3/138 +f 715/1/142 713/3/138 721/1/141 +f 724/3/148 723/1/172 722/1/147 +f 723/1/172 724/3/148 725/3/171 +f 722/1/153 723/1/173 724/3/152 +f 725/3/174 724/3/152 723/1/173 +f 710/3/131 721/1/139 720/1/143 +f 721/1/139 710/3/131 711/3/132 +f 720/1/144 721/1/141 710/3/137 +f 711/3/136 710/3/137 721/1/141 +f 716/1/149 724/3/148 722/1/147 +f 724/3/148 716/1/149 717/3/150 +f 722/1/153 724/3/152 716/1/151 +f 717/3/154 716/1/151 724/3/152 +f 719/3/156 723/1/172 725/3/171 +f 723/1/172 719/3/156 718/1/155 +f 725/3/174 723/1/173 719/3/158 +f 718/1/157 719/3/158 723/1/173 +f 717/3/150 725/3/171 724/3/148 +f 725/3/171 717/3/150 719/3/156 +f 724/3/152 725/3/174 717/3/154 +f 719/3/158 717/3/154 725/3/174 +f 709/3/109 690/1/108 708/1/107 +f 690/1/108 709/3/109 691/3/110 +f 708/1/113 690/1/112 709/3/111 +f 691/3/114 709/3/111 690/1/112 +f 363/4/419 726/1/179 368/1/419 +f 726/1/179 363/4/419 727/4/179 +f 368/1/420 726/1/180 363/4/420 +f 727/4/180 363/4/420 726/1/180 +f 730/4/81 729/4/81 728/4/81 +f 729/4/81 730/4/81 727/4/81 +f 729/4/81 727/4/81 363/4/81 +f 728/4/82 729/4/82 730/4/82 +f 727/4/82 730/4/82 729/4/82 +f 363/4/82 727/4/82 729/4/82 +f 728/4/180 732/1/180 731/1/180 +f 732/1/180 728/4/180 729/4/180 +f 731/1/179 732/1/179 728/4/179 +f 729/4/179 728/4/179 732/1/179 +f 727/4/179 733/1/421 726/1/179 +f 733/1/421 727/4/179 730/4/421 +f 726/1/180 733/1/422 727/4/180 +f 730/4/422 727/4/180 733/1/422 +f 728/4/192 733/1/192 730/4/192 +f 733/1/192 728/4/192 731/1/192 +f 730/4/191 733/1/191 728/4/191 +f 731/1/191 728/4/191 733/1/191 +f 732/1/191 363/4/191 368/1/191 +f 363/4/191 732/1/191 729/4/191 +f 368/1/192 363/4/192 732/1/192 +f 729/4/192 732/1/192 363/4/192 +f 736/1/29 735/3/26 734/1/31 +f 735/3/26 736/1/29 737/3/25 +f 734/1/32 735/3/28 736/1/30 +f 737/3/27 736/1/30 735/3/28 +f 739/3/12 736/1/29 738/1/10 +f 736/1/29 739/3/12 737/3/25 +f 738/1/14 736/1/30 739/3/16 +f 737/3/27 739/3/16 736/1/30 +f 742/2/3 741/1/2 740/1/1 +f 741/1/2 742/2/3 743/2/4 +f 740/1/7 741/1/6 742/2/5 +f 743/2/8 742/2/5 741/1/6 +f 741/1/2 745/2/19 744/1/17 +f 745/2/19 741/1/2 743/2/4 +f 744/1/23 745/2/21 741/1/6 +f 743/2/8 741/1/6 745/2/21 +f 748/1/79 747/2/63 746/1/61 +f 747/2/63 748/1/79 749/2/70 +f 746/1/67 747/2/65 748/1/80 +f 749/2/72 748/1/80 747/2/65 +f 747/2/63 751/2/69 750/2/64 +f 751/2/69 747/2/63 749/2/70 +f 750/2/68 751/2/71 747/2/65 +f 749/2/72 747/2/65 751/2/71 +f 751/2/69 748/1/79 752/1/77 +f 748/1/79 751/2/69 749/2/70 +f 752/1/78 748/1/80 751/2/71 +f 749/2/72 751/2/71 748/1/80 +f 747/2/63 753/1/62 746/1/61 +f 753/1/62 747/2/63 750/2/64 +f 746/1/67 753/1/66 747/2/65 +f 750/2/68 747/2/65 753/1/66 +f 750/2/64 752/1/77 753/1/62 +f 752/1/77 750/2/64 751/2/69 +f 753/1/66 752/1/78 750/2/68 +f 751/2/71 750/2/68 752/1/78 +f 755/2/20 740/1/1 754/1/18 +f 740/1/1 755/2/20 742/2/3 +f 754/1/22 740/1/7 755/2/24 +f 742/2/5 755/2/24 740/1/7 +f 735/3/26 756/1/9 734/1/31 +f 756/1/9 735/3/26 757/3/11 +f 734/1/32 756/1/15 735/3/28 +f 757/3/13 735/3/28 756/1/15 +f 745/2/19 754/1/18 744/1/17 +f 754/1/18 745/2/19 755/2/20 +f 744/1/23 754/1/22 745/2/21 +f 755/2/24 745/2/21 754/1/22 +f 745/2/19 742/2/3 755/2/20 +f 742/2/3 745/2/19 743/2/4 +f 755/2/24 742/2/5 745/2/21 +f 743/2/8 745/2/21 742/2/5 +f 760/3/35 759/3/34 758/3/33 +f 759/3/34 760/3/35 761/3/36 +f 758/3/39 759/3/38 760/3/37 +f 761/3/40 760/3/37 759/3/38 +f 757/3/11 737/3/25 739/3/12 +f 737/3/25 757/3/11 735/3/26 +f 739/3/16 737/3/27 757/3/13 +f 735/3/28 757/3/13 737/3/27 +f 762/1/47 761/3/36 760/3/35 +f 761/3/36 762/1/47 763/1/42 +f 760/3/37 761/3/40 762/1/48 +f 763/1/44 762/1/48 761/3/40 +f 766/1/57 765/3/52 764/1/51 +f 765/3/52 766/1/57 767/3/58 +f 764/1/53 765/3/56 766/1/59 +f 767/3/60 766/1/59 765/3/56 +f 762/1/47 758/3/33 768/1/45 +f 758/3/33 762/1/47 760/3/35 +f 768/1/46 758/3/39 762/1/48 +f 760/3/37 762/1/48 758/3/39 +f 761/3/36 769/1/41 759/3/34 +f 769/1/41 761/3/36 763/1/42 +f 759/3/38 769/1/43 761/3/40 +f 763/1/44 761/3/40 769/1/43 +f 772/3/50 771/1/74 770/1/49 +f 771/1/74 772/3/50 773/3/73 +f 770/1/55 771/1/75 772/3/54 +f 773/3/76 772/3/54 771/1/75 +f 758/3/33 769/1/41 768/1/45 +f 769/1/41 758/3/33 759/3/34 +f 768/1/46 769/1/43 758/3/39 +f 759/3/38 758/3/39 769/1/43 +f 764/1/51 772/3/50 770/1/49 +f 772/3/50 764/1/51 765/3/52 +f 770/1/55 772/3/54 764/1/53 +f 765/3/56 764/1/53 772/3/54 +f 767/3/58 771/1/74 773/3/73 +f 771/1/74 767/3/58 766/1/57 +f 773/3/76 771/1/75 767/3/60 +f 766/1/59 767/3/60 771/1/75 +f 765/3/52 773/3/73 772/3/50 +f 773/3/73 765/3/52 767/3/58 +f 772/3/54 773/3/76 765/3/56 +f 767/3/60 765/3/56 773/3/76 +f 757/3/11 738/1/10 756/1/9 +f 738/1/10 757/3/11 739/3/12 +f 756/1/15 738/1/14 757/3/13 +f 739/3/16 757/3/13 738/1/14 +f 776/4/423 775/1/83 774/1/423 +f 775/1/83 776/4/423 777/4/83 +f 774/1/424 775/1/84 776/4/424 +f 777/4/84 776/4/424 775/1/84 +f 780/4/81 779/4/81 778/4/81 +f 779/4/81 780/4/81 777/4/81 +f 779/4/81 777/4/81 776/4/81 +f 778/4/82 779/4/82 780/4/82 +f 777/4/82 780/4/82 779/4/82 +f 776/4/82 777/4/82 779/4/82 +f 778/4/84 782/1/84 781/1/84 +f 782/1/84 778/4/84 779/4/84 +f 781/1/83 782/1/83 778/4/83 +f 779/4/83 778/4/83 782/1/83 +f 777/4/83 783/1/425 775/1/83 +f 783/1/425 777/4/83 780/4/425 +f 775/1/84 783/1/426 777/4/84 +f 780/4/426 777/4/84 783/1/426 +f 778/4/96 783/1/96 780/4/96 +f 783/1/96 778/4/96 781/1/96 +f 780/4/95 783/1/95 778/4/95 +f 781/1/95 778/4/95 783/1/95 +f 782/1/95 776/4/95 774/1/95 +f 776/4/95 782/1/95 779/4/95 +f 774/1/96 776/4/96 782/1/96 +f 779/4/96 782/1/96 776/4/96 +f 786/1/223 785/3/220 784/1/225 +f 785/3/220 786/1/223 787/3/219 +f 784/1/226 785/3/222 786/1/224 +f 787/3/221 786/1/224 785/3/222 +f 789/3/206 786/1/223 788/1/204 +f 786/1/223 789/3/206 787/3/219 +f 788/1/208 786/1/224 789/3/210 +f 787/3/221 789/3/210 786/1/224 +f 792/2/197 791/1/196 790/1/195 +f 791/1/196 792/2/197 793/2/198 +f 790/1/201 791/1/200 792/2/199 +f 793/2/202 792/2/199 791/1/200 +f 791/1/196 795/2/213 794/1/211 +f 795/2/213 791/1/196 793/2/198 +f 794/1/217 795/2/215 791/1/200 +f 793/2/202 791/1/200 795/2/215 +f 798/1/273 797/2/257 796/1/255 +f 797/2/257 798/1/273 799/2/264 +f 796/1/261 797/2/259 798/1/274 +f 799/2/266 798/1/274 797/2/259 +f 797/2/257 801/2/263 800/2/258 +f 801/2/263 797/2/257 799/2/264 +f 800/2/262 801/2/265 797/2/259 +f 799/2/266 797/2/259 801/2/265 +f 801/2/263 798/1/273 802/1/271 +f 798/1/273 801/2/263 799/2/264 +f 802/1/272 798/1/274 801/2/265 +f 799/2/266 801/2/265 798/1/274 +f 797/2/257 803/1/256 796/1/255 +f 803/1/256 797/2/257 800/2/258 +f 796/1/261 803/1/260 797/2/259 +f 800/2/262 797/2/259 803/1/260 +f 800/2/258 802/1/271 803/1/256 +f 802/1/271 800/2/258 801/2/263 +f 803/1/260 802/1/272 800/2/262 +f 801/2/265 800/2/262 802/1/272 +f 805/2/214 790/1/195 804/1/212 +f 790/1/195 805/2/214 792/2/197 +f 804/1/216 790/1/201 805/2/218 +f 792/2/199 805/2/218 790/1/201 +f 785/3/220 806/1/203 784/1/225 +f 806/1/203 785/3/220 807/3/205 +f 784/1/226 806/1/209 785/3/222 +f 807/3/207 785/3/222 806/1/209 +f 795/2/213 804/1/212 794/1/211 +f 804/1/212 795/2/213 805/2/214 +f 794/1/217 804/1/216 795/2/215 +f 805/2/218 795/2/215 804/1/216 +f 795/2/213 792/2/197 805/2/214 +f 792/2/197 795/2/213 793/2/198 +f 805/2/218 792/2/199 795/2/215 +f 793/2/202 795/2/215 792/2/199 +f 810/3/429 809/3/428 808/3/427 +f 809/3/428 810/3/429 811/3/430 +f 808/3/433 809/3/432 810/3/431 +f 811/3/434 810/3/431 809/3/432 +f 807/3/205 787/3/219 789/3/206 +f 787/3/219 807/3/205 785/3/220 +f 789/3/210 787/3/221 807/3/207 +f 785/3/222 807/3/207 787/3/221 +f 812/1/435 811/3/430 810/3/429 +f 811/3/430 812/1/435 813/1/436 +f 810/3/431 811/3/434 812/1/437 +f 813/1/438 812/1/437 811/3/434 +f 816/1/251 815/3/246 814/1/245 +f 815/3/246 816/1/251 817/3/252 +f 814/1/247 815/3/250 816/1/253 +f 817/3/254 816/1/253 815/3/250 +f 812/1/435 808/3/427 818/1/439 +f 808/3/427 812/1/435 810/3/429 +f 818/1/440 808/3/433 812/1/437 +f 810/3/431 812/1/437 808/3/433 +f 811/3/430 819/1/441 809/3/428 +f 819/1/441 811/3/430 813/1/436 +f 809/3/432 819/1/442 811/3/434 +f 813/1/438 811/3/434 819/1/442 +f 822/3/244 821/1/268 820/1/243 +f 821/1/268 822/3/244 823/3/267 +f 820/1/249 821/1/269 822/3/248 +f 823/3/270 822/3/248 821/1/269 +f 808/3/427 819/1/441 818/1/439 +f 819/1/441 808/3/427 809/3/428 +f 818/1/440 819/1/442 808/3/433 +f 809/3/432 808/3/433 819/1/442 +f 814/1/245 822/3/244 820/1/243 +f 822/3/244 814/1/245 815/3/246 +f 820/1/249 822/3/248 814/1/247 +f 815/3/250 814/1/247 822/3/248 +f 817/3/252 821/1/268 823/3/267 +f 821/1/268 817/3/252 816/1/251 +f 823/3/270 821/1/269 817/3/254 +f 816/1/253 817/3/254 821/1/269 +f 815/3/246 823/3/267 822/3/244 +f 823/3/267 815/3/246 817/3/252 +f 822/3/248 823/3/270 815/3/250 +f 817/3/254 815/3/250 823/3/270 +f 807/3/205 788/1/204 806/1/203 +f 788/1/204 807/3/205 789/3/206 +f 806/1/209 788/1/208 807/3/207 +f 789/3/210 807/3/207 788/1/208 +f 207/4/331 824/1/443 211/1/331 +f 824/1/443 207/4/331 825/4/443 +f 211/1/333 824/1/444 207/4/333 +f 825/4/444 207/4/333 824/1/444 +f 828/4/81 827/4/81 826/4/81 +f 827/4/81 828/4/81 825/4/81 +f 827/4/81 825/4/81 207/4/81 +f 826/4/82 827/4/82 828/4/82 +f 825/4/82 828/4/82 827/4/82 +f 207/4/82 825/4/82 827/4/82 +f 826/4/444 830/1/444 829/1/444 +f 830/1/444 826/4/444 827/4/444 +f 829/1/443 830/1/443 826/4/443 +f 827/4/443 826/4/443 830/1/443 +f 825/4/443 831/1/335 824/1/443 +f 831/1/335 825/4/443 828/4/335 +f 824/1/444 831/1/336 825/4/444 +f 828/4/336 825/4/444 831/1/336 +f 826/4/445 831/1/445 828/4/445 +f 831/1/445 826/4/445 829/1/445 +f 828/4/446 831/1/446 826/4/446 +f 829/1/446 826/4/446 831/1/446 +f 830/1/446 207/4/446 211/1/446 +f 207/4/446 830/1/446 827/4/446 +f 211/1/445 207/4/445 830/1/445 +f 827/4/445 830/1/445 207/4/445 +f 834/1/203 833/3/206 832/1/204 +f 833/3/206 834/1/203 835/3/205 +f 832/1/208 833/3/210 834/1/209 +f 835/3/207 834/1/209 833/3/210 +f 837/3/220 834/1/203 836/1/225 +f 834/1/203 837/3/220 835/3/205 +f 836/1/226 834/1/209 837/3/222 +f 835/3/207 837/3/222 834/1/209 +f 840/2/213 839/1/212 838/1/211 +f 839/1/212 840/2/213 841/2/214 +f 838/1/217 839/1/216 840/2/215 +f 841/2/218 840/2/215 839/1/216 +f 839/1/212 843/2/197 842/1/195 +f 843/2/197 839/1/212 841/2/214 +f 842/1/201 843/2/199 839/1/216 +f 841/2/218 839/1/216 843/2/199 +f 846/1/256 845/2/263 844/1/271 +f 845/2/263 846/1/256 847/2/258 +f 844/1/272 845/2/265 846/1/260 +f 847/2/262 846/1/260 845/2/265 +f 845/2/263 849/2/257 848/2/264 +f 849/2/257 845/2/263 847/2/258 +f 848/2/266 849/2/259 845/2/265 +f 847/2/262 845/2/265 849/2/259 +f 849/2/257 846/1/256 850/1/255 +f 846/1/256 849/2/257 847/2/258 +f 850/1/261 846/1/260 849/2/259 +f 847/2/262 849/2/259 846/1/260 +f 845/2/263 851/1/273 844/1/271 +f 851/1/273 845/2/263 848/2/264 +f 844/1/272 851/1/274 845/2/265 +f 848/2/266 845/2/265 851/1/274 +f 848/2/264 850/1/255 851/1/273 +f 850/1/255 848/2/264 849/2/257 +f 851/1/274 850/1/261 848/2/266 +f 849/2/259 848/2/266 850/1/261 +f 853/2/198 838/1/211 852/1/196 +f 838/1/211 853/2/198 840/2/213 +f 852/1/200 838/1/217 853/2/202 +f 840/2/215 853/2/202 838/1/217 +f 833/3/206 854/1/223 832/1/204 +f 854/1/223 833/3/206 855/3/219 +f 832/1/208 854/1/224 833/3/210 +f 855/3/221 833/3/210 854/1/224 +f 843/2/197 852/1/196 842/1/195 +f 852/1/196 843/2/197 853/2/198 +f 842/1/201 852/1/200 843/2/199 +f 853/2/202 843/2/199 852/1/200 +f 843/2/197 840/2/213 853/2/198 +f 840/2/213 843/2/197 841/2/214 +f 853/2/202 840/2/215 843/2/199 +f 841/2/218 843/2/199 840/2/215 +f 858/3/341 857/3/340 856/3/339 +f 857/3/340 858/3/341 859/3/342 +f 856/3/345 857/3/344 858/3/343 +f 859/3/346 858/3/343 857/3/344 +f 855/3/219 835/3/205 837/3/220 +f 835/3/205 855/3/219 833/3/206 +f 837/3/222 835/3/207 855/3/221 +f 833/3/210 855/3/221 835/3/207 +f 860/1/347 859/3/342 858/3/341 +f 859/3/342 860/1/347 861/1/348 +f 858/3/343 859/3/346 860/1/349 +f 861/1/350 860/1/349 859/3/346 +f 864/1/243 863/3/267 862/1/268 +f 863/3/267 864/1/243 865/3/244 +f 862/1/269 863/3/270 864/1/249 +f 865/3/248 864/1/249 863/3/270 +f 860/1/347 856/3/339 866/1/351 +f 856/3/339 860/1/347 858/3/341 +f 866/1/352 856/3/345 860/1/349 +f 858/3/343 860/1/349 856/3/345 +f 859/3/342 867/1/353 857/3/340 +f 867/1/353 859/3/342 861/1/348 +f 857/3/344 867/1/354 859/3/346 +f 861/1/350 859/3/346 867/1/354 +f 870/3/252 869/1/245 868/1/251 +f 869/1/245 870/3/252 871/3/246 +f 868/1/253 869/1/247 870/3/254 +f 871/3/250 870/3/254 869/1/247 +f 856/3/339 867/1/353 866/1/351 +f 867/1/353 856/3/339 857/3/340 +f 866/1/352 867/1/354 856/3/345 +f 857/3/344 856/3/345 867/1/354 +f 862/1/268 870/3/252 868/1/251 +f 870/3/252 862/1/268 863/3/267 +f 868/1/253 870/3/254 862/1/269 +f 863/3/270 862/1/269 870/3/254 +f 865/3/244 869/1/245 871/3/246 +f 869/1/245 865/3/244 864/1/243 +f 871/3/250 869/1/247 865/3/248 +f 864/1/249 865/3/248 869/1/247 +f 863/3/267 871/3/246 870/3/252 +f 871/3/246 863/3/267 865/3/244 +f 870/3/254 871/3/250 863/3/270 +f 865/3/248 863/3/270 871/3/250 +f 855/3/219 836/1/225 854/1/223 +f 836/1/225 855/3/219 837/3/220 +f 854/1/224 836/1/226 855/3/221 +f 837/3/222 855/3/221 836/1/226 +f 235/4/333 872/1/314 240/1/333 +f 872/1/314 235/4/333 873/4/314 +f 240/1/331 872/1/313 235/4/331 +f 873/4/313 235/4/331 872/1/313 +f 876/4/81 875/4/81 874/4/81 +f 875/4/81 876/4/81 873/4/81 +f 875/4/81 873/4/81 235/4/81 +f 874/4/82 875/4/82 876/4/82 +f 873/4/82 876/4/82 875/4/82 +f 235/4/82 873/4/82 875/4/82 +f 874/4/313 878/1/313 877/1/313 +f 878/1/313 874/4/313 875/4/313 +f 877/1/314 878/1/314 874/4/314 +f 875/4/314 874/4/314 878/1/314 +f 873/4/314 879/1/336 872/1/314 +f 879/1/336 873/4/314 876/4/336 +f 872/1/313 879/1/335 873/4/313 +f 876/4/335 873/4/313 879/1/335 +f 874/4/311 879/1/311 876/4/311 +f 879/1/311 874/4/311 877/1/311 +f 876/4/312 879/1/312 874/4/312 +f 877/1/312 874/4/312 879/1/312 +f 878/1/312 235/4/312 240/1/312 +f 235/4/312 878/1/312 875/4/312 +f 240/1/311 235/4/311 878/1/311 +f 875/4/311 878/1/311 235/4/311 +f 882/1/127 881/3/124 880/1/129 +f 881/3/124 882/1/127 883/3/123 +f 880/1/130 881/3/126 882/1/128 +f 883/3/125 882/1/128 881/3/126 +f 885/3/110 882/1/127 884/1/108 +f 882/1/127 885/3/110 883/3/123 +f 884/1/112 882/1/128 885/3/114 +f 883/3/125 885/3/114 882/1/128 +f 888/2/101 887/1/100 886/1/99 +f 887/1/100 888/2/101 889/2/102 +f 886/1/105 887/1/104 888/2/103 +f 889/2/106 888/2/103 887/1/104 +f 887/1/100 891/2/117 890/1/115 +f 891/2/117 887/1/100 889/2/102 +f 890/1/121 891/2/119 887/1/104 +f 889/2/106 887/1/104 891/2/119 +f 894/1/177 893/2/161 892/1/159 +f 893/2/161 894/1/177 895/2/168 +f 892/1/165 893/2/163 894/1/178 +f 895/2/170 894/1/178 893/2/163 +f 893/2/161 897/2/167 896/2/162 +f 897/2/167 893/2/161 895/2/168 +f 896/2/166 897/2/169 893/2/163 +f 895/2/170 893/2/163 897/2/169 +f 897/2/167 894/1/177 898/1/175 +f 894/1/177 897/2/167 895/2/168 +f 898/1/176 894/1/178 897/2/169 +f 895/2/170 897/2/169 894/1/178 +f 893/2/161 899/1/160 892/1/159 +f 899/1/160 893/2/161 896/2/162 +f 892/1/165 899/1/164 893/2/163 +f 896/2/166 893/2/163 899/1/164 +f 896/2/162 898/1/175 899/1/160 +f 898/1/175 896/2/162 897/2/167 +f 899/1/164 898/1/176 896/2/166 +f 897/2/169 896/2/166 898/1/176 +f 901/2/118 886/1/99 900/1/116 +f 886/1/99 901/2/118 888/2/101 +f 900/1/120 886/1/105 901/2/122 +f 888/2/103 901/2/122 886/1/105 +f 881/3/124 902/1/107 880/1/129 +f 902/1/107 881/3/124 903/3/109 +f 880/1/130 902/1/113 881/3/126 +f 903/3/111 881/3/126 902/1/113 +f 891/2/117 900/1/116 890/1/115 +f 900/1/116 891/2/117 901/2/118 +f 890/1/121 900/1/120 891/2/119 +f 901/2/122 891/2/119 900/1/120 +f 891/2/117 888/2/101 901/2/118 +f 888/2/101 891/2/117 889/2/102 +f 901/2/122 888/2/103 891/2/119 +f 889/2/106 891/2/119 888/2/103 +f 906/3/133 905/3/132 904/3/131 +f 905/3/132 906/3/133 907/3/134 +f 904/3/137 905/3/136 906/3/135 +f 907/3/138 906/3/135 905/3/136 +f 903/3/109 883/3/123 885/3/110 +f 883/3/123 903/3/109 881/3/124 +f 885/3/114 883/3/125 903/3/111 +f 881/3/126 903/3/111 883/3/125 +f 908/1/145 907/3/134 906/3/133 +f 907/3/134 908/1/145 909/1/140 +f 906/3/135 907/3/138 908/1/146 +f 909/1/142 908/1/146 907/3/138 +f 912/1/155 911/3/150 910/1/149 +f 911/3/150 912/1/155 913/3/156 +f 910/1/151 911/3/154 912/1/157 +f 913/3/158 912/1/157 911/3/154 +f 908/1/145 904/3/131 914/1/143 +f 904/3/131 908/1/145 906/3/133 +f 914/1/144 904/3/137 908/1/146 +f 906/3/135 908/1/146 904/3/137 +f 907/3/134 915/1/139 905/3/132 +f 915/1/139 907/3/134 909/1/140 +f 905/3/136 915/1/141 907/3/138 +f 909/1/142 907/3/138 915/1/141 +f 918/3/148 917/1/172 916/1/147 +f 917/1/172 918/3/148 919/3/171 +f 916/1/153 917/1/173 918/3/152 +f 919/3/174 918/3/152 917/1/173 +f 904/3/131 915/1/139 914/1/143 +f 915/1/139 904/3/131 905/3/132 +f 914/1/144 915/1/141 904/3/137 +f 905/3/136 904/3/137 915/1/141 +f 910/1/149 918/3/148 916/1/147 +f 918/3/148 910/1/149 911/3/150 +f 916/1/153 918/3/152 910/1/151 +f 911/3/154 910/1/151 918/3/152 +f 913/3/156 917/1/172 919/3/171 +f 917/1/172 913/3/156 912/1/155 +f 919/3/174 917/1/173 913/3/158 +f 912/1/157 913/3/158 917/1/173 +f 911/3/150 919/3/171 918/3/148 +f 919/3/171 911/3/150 913/3/156 +f 918/3/152 919/3/174 911/3/154 +f 913/3/158 911/3/154 919/3/174 +f 903/3/109 884/1/108 902/1/107 +f 884/1/108 903/3/109 885/3/110 +f 902/1/113 884/1/112 903/3/111 +f 885/3/114 903/3/111 884/1/112 +f 922/4/419 921/1/179 920/1/419 +f 921/1/179 922/4/419 923/4/179 +f 920/1/420 921/1/180 922/4/420 +f 923/4/180 922/4/420 921/1/180 +f 926/4/81 925/4/81 924/4/81 +f 925/4/81 926/4/81 923/4/81 +f 925/4/81 923/4/81 922/4/81 +f 924/4/82 925/4/82 926/4/82 +f 923/4/82 926/4/82 925/4/82 +f 922/4/82 923/4/82 925/4/82 +f 924/4/180 928/1/180 927/1/180 +f 928/1/180 924/4/180 925/4/180 +f 927/1/179 928/1/179 924/4/179 +f 925/4/179 924/4/179 928/1/179 +f 923/4/179 929/1/421 921/1/179 +f 929/1/421 923/4/179 926/4/421 +f 921/1/180 929/1/422 923/4/180 +f 926/4/422 923/4/180 929/1/422 +f 924/4/192 929/1/192 926/4/192 +f 929/1/192 924/4/192 927/1/192 +f 926/4/191 929/1/191 924/4/191 +f 927/1/191 924/4/191 929/1/191 +f 928/1/191 922/4/191 920/1/191 +f 922/4/191 928/1/191 925/4/191 +f 920/1/192 922/4/192 928/1/192 +f 925/4/192 928/1/192 922/4/192 +f 932/1/29 931/3/26 930/1/31 +f 931/3/26 932/1/29 933/3/25 +f 930/1/32 931/3/28 932/1/30 +f 933/3/27 932/1/30 931/3/28 +f 935/3/12 932/1/29 934/1/10 +f 932/1/29 935/3/12 933/3/25 +f 934/1/14 932/1/30 935/3/16 +f 933/3/27 935/3/16 932/1/30 +f 938/2/3 937/1/2 936/1/1 +f 937/1/2 938/2/3 939/2/4 +f 936/1/7 937/1/6 938/2/5 +f 939/2/8 938/2/5 937/1/6 +f 937/1/2 941/2/19 940/1/17 +f 941/2/19 937/1/2 939/2/4 +f 940/1/23 941/2/21 937/1/6 +f 939/2/8 937/1/6 941/2/21 +f 944/1/79 943/2/63 942/1/61 +f 943/2/63 944/1/79 945/2/70 +f 942/1/67 943/2/65 944/1/80 +f 945/2/72 944/1/80 943/2/65 +f 943/2/63 947/2/69 946/2/64 +f 947/2/69 943/2/63 945/2/70 +f 946/2/68 947/2/71 943/2/65 +f 945/2/72 943/2/65 947/2/71 +f 947/2/69 944/1/79 948/1/77 +f 944/1/79 947/2/69 945/2/70 +f 948/1/78 944/1/80 947/2/71 +f 945/2/72 947/2/71 944/1/80 +f 943/2/63 949/1/62 942/1/61 +f 949/1/62 943/2/63 946/2/64 +f 942/1/67 949/1/66 943/2/65 +f 946/2/68 943/2/65 949/1/66 +f 946/2/64 948/1/77 949/1/62 +f 948/1/77 946/2/64 947/2/69 +f 949/1/66 948/1/78 946/2/68 +f 947/2/71 946/2/68 948/1/78 +f 951/2/20 936/1/1 950/1/18 +f 936/1/1 951/2/20 938/2/3 +f 950/1/22 936/1/7 951/2/24 +f 938/2/5 951/2/24 936/1/7 +f 931/3/26 952/1/9 930/1/31 +f 952/1/9 931/3/26 953/3/11 +f 930/1/32 952/1/15 931/3/28 +f 953/3/13 931/3/28 952/1/15 +f 941/2/19 950/1/18 940/1/17 +f 950/1/18 941/2/19 951/2/20 +f 940/1/23 950/1/22 941/2/21 +f 951/2/24 941/2/21 950/1/22 +f 941/2/19 938/2/3 951/2/20 +f 938/2/3 941/2/19 939/2/4 +f 951/2/24 938/2/5 941/2/21 +f 939/2/8 941/2/21 938/2/5 +f 956/3/35 955/3/34 954/3/33 +f 955/3/34 956/3/35 957/3/36 +f 954/3/39 955/3/38 956/3/37 +f 957/3/40 956/3/37 955/3/38 +f 953/3/11 933/3/25 935/3/12 +f 933/3/25 953/3/11 931/3/26 +f 935/3/16 933/3/27 953/3/13 +f 931/3/28 953/3/13 933/3/27 +f 958/1/47 957/3/36 956/3/35 +f 957/3/36 958/1/47 959/1/42 +f 956/3/37 957/3/40 958/1/48 +f 959/1/44 958/1/48 957/3/40 +f 962/1/57 961/3/52 960/1/51 +f 961/3/52 962/1/57 963/3/58 +f 960/1/53 961/3/56 962/1/59 +f 963/3/60 962/1/59 961/3/56 +f 958/1/47 954/3/33 964/1/45 +f 954/3/33 958/1/47 956/3/35 +f 964/1/46 954/3/39 958/1/48 +f 956/3/37 958/1/48 954/3/39 +f 957/3/36 965/1/41 955/3/34 +f 965/1/41 957/3/36 959/1/42 +f 955/3/38 965/1/43 957/3/40 +f 959/1/44 957/3/40 965/1/43 +f 968/3/50 967/1/74 966/1/49 +f 967/1/74 968/3/50 969/3/73 +f 966/1/55 967/1/75 968/3/54 +f 969/3/76 968/3/54 967/1/75 +f 954/3/33 965/1/41 964/1/45 +f 965/1/41 954/3/33 955/3/34 +f 964/1/46 965/1/43 954/3/39 +f 955/3/38 954/3/39 965/1/43 +f 960/1/51 968/3/50 966/1/49 +f 968/3/50 960/1/51 961/3/52 +f 966/1/55 968/3/54 960/1/53 +f 961/3/56 960/1/53 968/3/54 +f 963/3/58 967/1/74 969/3/73 +f 967/1/74 963/3/58 962/1/57 +f 969/3/76 967/1/75 963/3/60 +f 962/1/59 963/3/60 967/1/75 +f 961/3/52 969/3/73 968/3/50 +f 969/3/73 961/3/52 963/3/58 +f 968/3/54 969/3/76 961/3/56 +f 963/3/60 961/3/56 969/3/76 +f 953/3/11 934/1/10 952/1/9 +f 934/1/10 953/3/11 935/3/12 +f 952/1/15 934/1/14 953/3/13 +f 935/3/16 953/3/13 934/1/14 +f 972/4/423 971/1/83 970/1/423 +f 971/1/83 972/4/423 973/4/83 +f 970/1/424 971/1/84 972/4/424 +f 973/4/84 972/4/424 971/1/84 +f 976/4/81 975/4/81 974/4/81 +f 975/4/81 976/4/81 973/4/81 +f 975/4/81 973/4/81 972/4/81 +f 974/4/82 975/4/82 976/4/82 +f 973/4/82 976/4/82 975/4/82 +f 972/4/82 973/4/82 975/4/82 +f 974/4/84 978/1/84 977/1/84 +f 978/1/84 974/4/84 975/4/84 +f 977/1/83 978/1/83 974/4/83 +f 975/4/83 974/4/83 978/1/83 +f 973/4/83 979/1/425 971/1/83 +f 979/1/425 973/4/83 976/4/425 +f 971/1/84 979/1/426 973/4/84 +f 976/4/426 973/4/84 979/1/426 +f 974/4/96 979/1/96 976/4/96 +f 979/1/96 974/4/96 977/1/96 +f 976/4/95 979/1/95 974/4/95 +f 977/1/95 974/4/95 979/1/95 +f 978/1/95 972/4/95 970/1/95 +f 972/4/95 978/1/95 975/4/95 +f 970/1/96 972/4/96 978/1/96 +f 975/4/96 978/1/96 972/4/96 +f 982/6/81 981/6/81 980/6/81 +f 981/6/81 982/6/81 983/6/81 +f 981/6/81 983/6/81 984/6/81 +f 984/6/81 983/6/81 985/6/81 +f 984/6/81 985/6/81 986/6/81 +f 986/6/81 985/6/81 987/6/81 +f 986/6/81 987/6/81 988/6/81 +f 988/6/81 987/6/81 989/6/81 +f 980/6/82 981/6/82 982/6/82 +f 983/6/82 982/6/82 981/6/82 +f 984/6/82 983/6/82 981/6/82 +f 985/6/82 983/6/82 984/6/82 +f 986/6/82 985/6/82 984/6/82 +f 987/6/82 985/6/82 986/6/82 +f 988/6/82 987/6/82 986/6/82 +f 989/6/82 987/6/82 988/6/82 +f 982/6/83 41/7/83 990/7/83 +f 41/7/83 982/6/83 980/6/83 +f 990/7/84 41/7/84 982/6/84 +f 980/6/84 982/6/84 41/7/84 +f 991/7/86 982/6/85 990/7/85 +f 982/6/85 991/7/86 983/6/86 +f 990/7/88 982/6/88 991/7/87 +f 983/6/87 991/7/87 982/6/88 +f 992/7/89 983/6/86 991/7/86 +f 983/6/86 992/7/89 985/6/89 +f 991/7/87 983/6/87 992/7/90 +f 985/6/90 992/7/90 983/6/87 +f 987/6/91 992/7/89 993/7/91 +f 992/7/89 987/6/91 985/6/89 +f 993/7/92 992/7/90 987/6/92 +f 985/6/90 987/6/92 992/7/90 +f 989/6/98 993/7/91 994/7/98 +f 993/7/91 989/6/98 987/6/91 +f 994/7/97 993/7/92 989/6/97 +f 987/6/92 989/6/97 993/7/92 +f 49/7/95 989/6/95 994/7/95 +f 989/6/95 49/7/95 988/6/95 +f 994/7/96 989/6/96 49/7/96 +f 988/6/96 49/7/96 989/6/96 +f 986/6/92 49/7/97 47/7/92 +f 49/7/97 986/6/92 988/6/97 +f 47/7/91 49/7/98 986/6/91 +f 988/6/98 986/6/91 49/7/98 +f 984/6/90 47/7/92 45/7/90 +f 47/7/92 984/6/90 986/6/92 +f 45/7/89 47/7/91 984/6/89 +f 986/6/91 984/6/89 47/7/91 +f 984/6/90 42/7/87 981/6/87 +f 42/7/87 984/6/90 45/7/90 +f 981/6/86 42/7/86 984/6/89 +f 45/7/89 984/6/89 42/7/86 +f 981/6/87 41/7/88 980/6/88 +f 41/7/88 981/6/87 42/7/87 +f 980/6/85 41/7/85 981/6/86 +f 42/7/86 981/6/86 41/7/85 +f 996/7/82 995/7/82 61/7/82 +f 995/7/82 996/7/82 62/7/82 +f 995/7/82 62/7/82 997/7/82 +f 997/7/82 62/7/82 998/7/82 +f 997/7/82 998/7/82 999/7/82 +f 999/7/82 998/7/82 1000/7/82 +f 1000/7/82 998/7/82 64/7/82 +f 1000/7/82 64/7/82 1001/7/82 +f 61/7/81 995/7/81 996/7/81 +f 62/7/81 996/7/81 995/7/81 +f 997/7/81 62/7/81 995/7/81 +f 998/7/81 62/7/81 997/7/81 +f 999/7/81 998/7/81 997/7/81 +f 1000/7/81 998/7/81 999/7/81 +f 64/7/81 998/7/81 1000/7/81 +f 1001/7/81 64/7/81 1000/7/81 +f 1002/8/81 60/8/81 52/8/81 +f 60/8/81 1002/8/81 59/8/81 +f 59/8/81 1002/8/81 1003/8/81 +f 59/8/81 1003/8/81 58/8/81 +f 58/8/81 1003/8/81 1004/8/81 +f 58/8/81 1004/8/81 1005/8/81 +f 58/8/81 1005/8/81 57/8/81 +f 57/8/81 1005/8/81 1006/8/81 +f 52/8/82 60/8/82 1002/8/82 +f 59/8/82 1002/8/82 60/8/82 +f 1003/8/82 1002/8/82 59/8/82 +f 58/8/82 1003/8/82 59/8/82 +f 1004/8/82 1003/8/82 58/8/82 +f 1005/8/82 1004/8/82 58/8/82 +f 57/8/82 1005/8/82 58/8/82 +f 1006/8/82 1005/8/82 57/8/82 +f 1002/8/83 61/7/83 995/7/83 +f 61/7/83 1002/8/83 52/8/83 +f 995/7/84 61/7/84 1002/8/84 +f 52/8/84 1002/8/84 61/7/84 +f 997/7/86 1002/8/85 995/7/85 +f 1002/8/85 997/7/86 1003/8/86 +f 995/7/88 1002/8/88 997/7/87 +f 1003/8/87 997/7/87 1002/8/88 +f 999/7/89 1003/8/86 997/7/86 +f 1003/8/86 999/7/89 1004/8/89 +f 997/7/87 1003/8/87 999/7/90 +f 1004/8/90 999/7/90 1003/8/87 +f 1005/8/91 999/7/89 1000/7/91 +f 999/7/89 1005/8/91 1004/8/89 +f 1000/7/92 999/7/90 1005/8/92 +f 1004/8/90 1005/8/92 999/7/90 +f 1006/8/93 1000/7/91 1001/7/93 +f 1000/7/91 1006/8/93 1005/8/91 +f 1001/7/94 1000/7/92 1006/8/94 +f 1005/8/92 1006/8/94 1000/7/92 +f 64/7/95 1006/8/95 1001/7/95 +f 1006/8/95 64/7/95 57/8/95 +f 1001/7/96 1006/8/96 64/7/96 +f 57/8/96 64/7/96 1006/8/96 +f 58/8/92 64/7/97 998/7/92 +f 64/7/97 58/8/92 57/8/97 +f 998/7/91 64/7/98 58/8/91 +f 57/8/98 58/8/91 64/7/98 +f 59/8/90 998/7/92 62/7/90 +f 998/7/92 59/8/90 58/8/92 +f 62/7/89 998/7/91 59/8/89 +f 58/8/91 59/8/89 998/7/91 +f 59/8/90 996/7/87 60/8/87 +f 996/7/87 59/8/90 62/7/90 +f 60/8/86 996/7/86 59/8/89 +f 62/7/89 59/8/89 996/7/86 +f 60/8/87 61/7/88 52/8/88 +f 61/7/88 60/8/87 996/7/87 +f 52/8/85 61/7/85 60/8/86 +f 996/7/86 60/8/86 61/7/85 +f 1009/8/448 1008/7/447 1007/8/447 +f 1008/7/447 1009/8/448 1010/7/448 +f 1007/8/450 1008/7/450 1009/8/449 +f 1010/7/449 1009/8/449 1008/7/450 +f 1013/8/451 1012/7/452 1011/7/451 +f 1012/7/452 1013/8/451 1014/8/452 +f 1011/7/453 1012/7/454 1013/8/453 +f 1014/8/454 1013/8/453 1012/7/454 +f 1014/8/452 1015/7/455 1012/7/452 +f 1015/7/455 1014/8/452 1016/8/455 +f 1012/7/454 1015/7/456 1014/8/454 +f 1016/8/456 1014/8/454 1015/7/456 +f 1019/7/458 1018/8/457 1017/7/457 +f 1018/8/457 1019/7/458 1020/8/458 +f 1017/7/460 1018/8/460 1019/7/459 +f 1020/8/459 1019/7/459 1018/8/460 +f 1017/7/457 1013/8/451 1011/7/451 +f 1013/8/451 1017/7/457 1018/8/457 +f 1011/7/453 1013/8/453 1017/7/460 +f 1018/8/460 1017/7/460 1013/8/453 +f 1007/8/447 1015/7/455 1016/8/455 +f 1015/7/455 1007/8/447 1008/7/447 +f 1016/8/456 1015/7/456 1007/8/450 +f 1008/7/450 1007/8/450 1015/7/456 +f 1007/8/81 1020/8/81 1009/8/81 +f 1020/8/81 1007/8/81 1016/8/81 +f 1020/8/81 1016/8/81 1014/8/81 +f 1020/8/81 1014/8/81 1013/8/81 +f 1020/8/81 1013/8/81 1018/8/81 +f 1009/8/82 1020/8/82 1007/8/82 +f 1016/8/82 1007/8/82 1020/8/82 +f 1014/8/82 1016/8/82 1020/8/82 +f 1013/8/82 1014/8/82 1020/8/82 +f 1018/8/82 1013/8/82 1020/8/82 +f 1023/10/461 1022/9/462 1021/9/461 +f 1022/9/462 1023/10/461 1024/10/462 +f 1021/9/463 1022/9/464 1023/10/463 +f 1024/10/464 1023/10/463 1022/9/464 +f 1027/10/463 1026/9/464 1025/9/463 +f 1026/9/464 1027/10/463 1028/10/464 +f 1025/9/461 1026/9/462 1027/10/461 +f 1028/10/462 1027/10/461 1026/9/462 +f 1031/10/466 1030/9/465 1029/10/465 +f 1030/9/465 1031/10/466 1032/9/466 +f 1029/10/468 1030/9/468 1031/10/467 +f 1032/9/467 1031/10/467 1030/9/468 +f 1035/9/468 1034/10/467 1033/9/467 +f 1034/10/467 1035/9/468 1036/10/468 +f 1033/9/466 1034/10/466 1035/9/465 +f 1036/10/465 1035/9/465 1034/10/466 +f 1028/10/464 1035/9/468 1026/9/464 +f 1035/9/468 1028/10/464 1036/10/468 +f 1026/9/462 1035/9/465 1028/10/462 +f 1036/10/465 1028/10/462 1035/9/465 +f 1024/10/462 1030/9/465 1022/9/462 +f 1030/9/465 1024/10/462 1029/10/465 +f 1022/9/464 1030/9/468 1024/10/464 +f 1029/10/468 1024/10/464 1030/9/468 +f 1031/10/466 1025/9/463 1032/9/466 +f 1025/9/463 1031/10/466 1027/10/463 +f 1032/9/467 1025/9/461 1031/10/467 +f 1027/10/461 1031/10/467 1025/9/461 +f 1034/10/467 1021/9/461 1033/9/467 +f 1021/9/461 1034/10/467 1023/10/461 +f 1033/9/466 1021/9/463 1034/10/466 +f 1023/10/463 1034/10/466 1021/9/463 +f 1024/10/469 1031/10/469 1029/10/469 +f 1031/10/469 1024/10/469 1027/10/469 +f 1027/10/469 1024/10/469 1023/10/469 +f 1027/10/469 1023/10/469 1028/10/469 +f 1028/10/469 1023/10/469 1034/10/469 +f 1028/10/469 1034/10/469 1036/10/469 +f 1029/10/470 1031/10/470 1024/10/470 +f 1027/10/470 1024/10/470 1031/10/470 +f 1023/10/470 1024/10/470 1027/10/470 +f 1028/10/470 1023/10/470 1027/10/470 +f 1034/10/470 1023/10/470 1028/10/470 +f 1036/10/470 1034/10/470 1028/10/470 +f 1025/9/470 1030/9/470 1032/9/470 +f 1030/9/470 1025/9/470 1022/9/470 +f 1022/9/470 1025/9/470 1026/9/470 +f 1022/9/470 1026/9/470 1021/9/470 +f 1021/9/470 1026/9/470 1035/9/470 +f 1021/9/470 1035/9/470 1033/9/470 +f 1032/9/469 1030/9/469 1025/9/469 +f 1022/9/469 1025/9/469 1030/9/469 +f 1026/9/469 1025/9/469 1022/9/469 +f 1021/9/469 1026/9/469 1022/9/469 +f 1035/9/469 1026/9/469 1021/9/469 +f 1033/9/469 1035/9/469 1021/9/469 +f 1039/10/471 1038/9/472 1037/9/471 +f 1038/9/472 1039/10/471 1040/10/472 +f 1037/9/473 1038/9/474 1039/10/473 +f 1040/10/474 1039/10/473 1038/9/474 +f 1043/10/473 1042/9/474 1041/9/473 +f 1042/9/474 1043/10/473 1044/10/474 +f 1041/9/471 1042/9/472 1043/10/471 +f 1044/10/472 1043/10/471 1042/9/472 +f 1047/10/476 1046/9/475 1045/10/475 +f 1046/9/475 1047/10/476 1048/9/476 +f 1045/10/478 1046/9/478 1047/10/477 +f 1048/9/477 1047/10/477 1046/9/478 +f 1051/9/478 1050/10/477 1049/9/477 +f 1050/10/477 1051/9/478 1052/10/478 +f 1049/9/476 1050/10/476 1051/9/475 +f 1052/10/475 1051/9/475 1050/10/476 +f 1044/10/474 1051/9/478 1042/9/474 +f 1051/9/478 1044/10/474 1052/10/478 +f 1042/9/472 1051/9/475 1044/10/472 +f 1052/10/475 1044/10/472 1051/9/475 +f 1040/10/472 1046/9/475 1038/9/472 +f 1046/9/475 1040/10/472 1045/10/475 +f 1038/9/474 1046/9/478 1040/10/474 +f 1045/10/478 1040/10/474 1046/9/478 +f 1047/10/476 1041/9/473 1048/9/476 +f 1041/9/473 1047/10/476 1043/10/473 +f 1048/9/477 1041/9/471 1047/10/477 +f 1043/10/471 1047/10/477 1041/9/471 +f 1050/10/477 1037/9/471 1049/9/477 +f 1037/9/471 1050/10/477 1039/10/471 +f 1049/9/476 1037/9/473 1050/10/476 +f 1039/10/473 1050/10/476 1037/9/473 +f 1040/10/93 1047/10/93 1045/10/93 +f 1047/10/93 1040/10/93 1043/10/93 +f 1043/10/93 1040/10/93 1039/10/93 +f 1043/10/93 1039/10/93 1044/10/93 +f 1044/10/93 1039/10/93 1050/10/93 +f 1044/10/93 1050/10/93 1052/10/93 +f 1045/10/94 1047/10/94 1040/10/94 +f 1043/10/94 1040/10/94 1047/10/94 +f 1039/10/94 1040/10/94 1043/10/94 +f 1044/10/94 1039/10/94 1043/10/94 +f 1050/10/94 1039/10/94 1044/10/94 +f 1052/10/94 1050/10/94 1044/10/94 +f 1041/9/94 1046/9/94 1048/9/94 +f 1046/9/94 1041/9/94 1038/9/94 +f 1038/9/94 1041/9/94 1042/9/94 +f 1038/9/94 1042/9/94 1037/9/94 +f 1037/9/94 1042/9/94 1051/9/94 +f 1037/9/94 1051/9/94 1049/9/94 +f 1048/9/93 1046/9/93 1041/9/93 +f 1038/9/93 1041/9/93 1046/9/93 +f 1042/9/93 1041/9/93 1038/9/93 +f 1037/9/93 1042/9/93 1038/9/93 +f 1051/9/93 1042/9/93 1037/9/93 +f 1049/9/93 1051/9/93 1037/9/93 +f 1055/10/471 1054/9/472 1053/9/471 +f 1054/9/472 1055/10/471 1056/10/472 +f 1053/9/473 1054/9/474 1055/10/473 +f 1056/10/474 1055/10/473 1054/9/474 +f 1059/10/473 1058/9/474 1057/9/473 +f 1058/9/474 1059/10/473 1060/10/474 +f 1057/9/471 1058/9/472 1059/10/471 +f 1060/10/472 1059/10/471 1058/9/472 +f 1063/10/476 1062/9/475 1061/10/475 +f 1062/9/475 1063/10/476 1064/9/476 +f 1061/10/478 1062/9/478 1063/10/477 +f 1064/9/477 1063/10/477 1062/9/478 +f 1067/9/478 1066/10/477 1065/9/477 +f 1066/10/477 1067/9/478 1068/10/478 +f 1065/9/476 1066/10/476 1067/9/475 +f 1068/10/475 1067/9/475 1066/10/476 +f 1060/10/474 1067/9/478 1058/9/474 +f 1067/9/478 1060/10/474 1068/10/478 +f 1058/9/472 1067/9/475 1060/10/472 +f 1068/10/475 1060/10/472 1067/9/475 +f 1056/10/472 1062/9/475 1054/9/472 +f 1062/9/475 1056/10/472 1061/10/475 +f 1054/9/474 1062/9/478 1056/10/474 +f 1061/10/478 1056/10/474 1062/9/478 +f 1063/10/476 1057/9/473 1064/9/476 +f 1057/9/473 1063/10/476 1059/10/473 +f 1064/9/477 1057/9/471 1063/10/477 +f 1059/10/471 1063/10/477 1057/9/471 +f 1066/10/477 1053/9/471 1065/9/477 +f 1053/9/471 1066/10/477 1055/10/471 +f 1065/9/476 1053/9/473 1066/10/476 +f 1055/10/473 1066/10/476 1053/9/473 +f 1056/10/93 1063/10/93 1061/10/93 +f 1063/10/93 1056/10/93 1059/10/93 +f 1059/10/93 1056/10/93 1055/10/93 +f 1059/10/93 1055/10/93 1060/10/93 +f 1060/10/93 1055/10/93 1066/10/93 +f 1060/10/93 1066/10/93 1068/10/93 +f 1061/10/94 1063/10/94 1056/10/94 +f 1059/10/94 1056/10/94 1063/10/94 +f 1055/10/94 1056/10/94 1059/10/94 +f 1060/10/94 1055/10/94 1059/10/94 +f 1066/10/94 1055/10/94 1060/10/94 +f 1068/10/94 1066/10/94 1060/10/94 +f 1057/9/94 1062/9/94 1064/9/94 +f 1062/9/94 1057/9/94 1054/9/94 +f 1054/9/94 1057/9/94 1058/9/94 +f 1054/9/94 1058/9/94 1053/9/94 +f 1053/9/94 1058/9/94 1067/9/94 +f 1053/9/94 1067/9/94 1065/9/94 +f 1064/9/93 1062/9/93 1057/9/93 +f 1054/9/93 1057/9/93 1062/9/93 +f 1058/9/93 1057/9/93 1054/9/93 +f 1053/9/93 1058/9/93 1054/9/93 +f 1067/9/93 1058/9/93 1053/9/93 +f 1065/9/93 1067/9/93 1053/9/93 +f 1071/10/479 1070/9/480 1069/9/479 +f 1070/9/480 1071/10/479 1072/10/480 +f 1069/9/481 1070/9/482 1071/10/481 +f 1072/10/482 1071/10/481 1070/9/482 +f 1075/9/481 1074/10/482 1073/9/482 +f 1074/10/482 1075/9/481 1076/10/481 +f 1073/9/480 1074/10/480 1075/9/479 +f 1076/10/479 1075/9/479 1074/10/480 +f 1079/10/484 1078/9/483 1077/10/483 +f 1078/9/483 1079/10/484 1080/9/484 +f 1077/10/486 1078/9/486 1079/10/485 +f 1080/9/485 1079/10/485 1078/9/486 +f 1083/9/486 1082/10/485 1081/9/485 +f 1082/10/485 1083/9/486 1084/10/486 +f 1081/9/484 1082/10/484 1083/9/483 +f 1084/10/483 1083/9/483 1082/10/484 +f 1074/10/482 1083/9/486 1073/9/482 +f 1083/9/486 1074/10/482 1084/10/486 +f 1073/9/480 1083/9/483 1074/10/480 +f 1084/10/483 1074/10/480 1083/9/483 +f 1072/10/480 1078/9/483 1070/9/480 +f 1078/9/483 1072/10/480 1077/10/483 +f 1070/9/482 1078/9/486 1072/10/482 +f 1077/10/486 1072/10/482 1078/9/486 +f 1079/10/484 1075/9/481 1080/9/484 +f 1075/9/481 1079/10/484 1076/10/481 +f 1080/9/485 1075/9/479 1079/10/485 +f 1076/10/479 1079/10/485 1075/9/479 +f 1082/10/485 1069/9/479 1081/9/485 +f 1069/9/479 1082/10/485 1071/10/479 +f 1081/9/484 1069/9/481 1082/10/484 +f 1071/10/481 1082/10/484 1069/9/481 +f 1072/10/487 1079/10/487 1077/10/487 +f 1079/10/487 1072/10/487 1076/10/487 +f 1076/10/487 1072/10/487 1071/10/487 +f 1076/10/487 1071/10/487 1074/10/487 +f 1074/10/487 1071/10/487 1082/10/487 +f 1074/10/487 1082/10/487 1084/10/487 +f 1077/10/488 1079/10/488 1072/10/488 +f 1076/10/488 1072/10/488 1079/10/488 +f 1071/10/488 1072/10/488 1076/10/488 +f 1074/10/488 1071/10/488 1076/10/488 +f 1082/10/488 1071/10/488 1074/10/488 +f 1084/10/488 1082/10/488 1074/10/488 +f 1075/9/488 1078/9/488 1080/9/488 +f 1078/9/488 1075/9/488 1070/9/488 +f 1070/9/488 1075/9/488 1073/9/488 +f 1070/9/488 1073/9/488 1069/9/488 +f 1069/9/488 1073/9/488 1083/9/488 +f 1069/9/488 1083/9/488 1081/9/488 +f 1080/9/487 1078/9/487 1075/9/487 +f 1070/9/487 1075/9/487 1078/9/487 +f 1073/9/487 1075/9/487 1070/9/487 +f 1069/9/487 1073/9/487 1070/9/487 +f 1083/9/487 1073/9/487 1069/9/487 +f 1081/9/487 1083/9/487 1069/9/487 +f 1087/6/81 1086/6/81 1085/6/81 +f 1086/6/81 1087/6/81 1088/6/81 +f 1086/6/81 1088/6/81 1089/6/81 +f 1089/6/81 1088/6/81 1090/6/81 +f 1089/6/81 1090/6/81 1091/6/81 +f 1091/6/81 1090/6/81 1092/6/81 +f 1091/6/81 1092/6/81 1093/6/81 +f 1093/6/81 1092/6/81 1094/6/81 +f 1085/6/82 1086/6/82 1087/6/82 +f 1088/6/82 1087/6/82 1086/6/82 +f 1089/6/82 1088/6/82 1086/6/82 +f 1090/6/82 1088/6/82 1089/6/82 +f 1091/6/82 1090/6/82 1089/6/82 +f 1092/6/82 1090/6/82 1091/6/82 +f 1093/6/82 1092/6/82 1091/6/82 +f 1094/6/82 1092/6/82 1093/6/82 +f 1087/6/179 105/7/179 1095/7/179 +f 105/7/179 1087/6/179 1085/6/179 +f 1095/7/180 105/7/180 1087/6/180 +f 1085/6/180 1087/6/180 105/7/180 +f 1096/7/182 1087/6/181 1095/7/181 +f 1087/6/181 1096/7/182 1088/6/182 +f 1095/7/184 1087/6/184 1096/7/183 +f 1088/6/183 1096/7/183 1087/6/184 +f 1097/7/185 1088/6/182 1096/7/182 +f 1088/6/182 1097/7/185 1090/6/185 +f 1096/7/183 1088/6/183 1097/7/186 +f 1090/6/186 1097/7/186 1088/6/183 +f 1092/6/187 1097/7/185 1098/7/187 +f 1097/7/185 1092/6/187 1090/6/185 +f 1098/7/188 1097/7/186 1092/6/188 +f 1090/6/186 1092/6/188 1097/7/186 +f 1094/6/194 1098/7/187 1099/7/194 +f 1098/7/187 1094/6/194 1092/6/187 +f 1099/7/193 1098/7/188 1094/6/193 +f 1092/6/188 1094/6/193 1098/7/188 +f 113/7/191 1094/6/191 1099/7/191 +f 1094/6/191 113/7/191 1093/6/191 +f 1099/7/192 1094/6/192 113/7/192 +f 1093/6/192 113/7/192 1094/6/192 +f 1091/6/188 113/7/193 111/7/188 +f 113/7/193 1091/6/188 1093/6/193 +f 111/7/187 113/7/194 1091/6/187 +f 1093/6/194 1091/6/187 113/7/194 +f 1089/6/186 111/7/188 109/7/186 +f 111/7/188 1089/6/186 1091/6/188 +f 109/7/185 111/7/187 1089/6/185 +f 1091/6/187 1089/6/185 111/7/187 +f 1089/6/186 106/7/183 1086/6/183 +f 106/7/183 1089/6/186 109/7/186 +f 1086/6/182 106/7/182 1089/6/185 +f 109/7/185 1089/6/185 106/7/182 +f 1086/6/183 105/7/184 1085/6/184 +f 105/7/184 1086/6/183 106/7/183 +f 1085/6/181 105/7/181 1086/6/182 +f 106/7/182 1086/6/182 105/7/181 +f 1101/7/82 1100/7/82 125/7/82 +f 1100/7/82 1101/7/82 126/7/82 +f 1100/7/82 126/7/82 1102/7/82 +f 1102/7/82 126/7/82 1103/7/82 +f 1102/7/82 1103/7/82 1104/7/82 +f 1104/7/82 1103/7/82 1105/7/82 +f 1105/7/82 1103/7/82 128/7/82 +f 1105/7/82 128/7/82 1106/7/82 +f 125/7/81 1100/7/81 1101/7/81 +f 126/7/81 1101/7/81 1100/7/81 +f 1102/7/81 126/7/81 1100/7/81 +f 1103/7/81 126/7/81 1102/7/81 +f 1104/7/81 1103/7/81 1102/7/81 +f 1105/7/81 1103/7/81 1104/7/81 +f 128/7/81 1103/7/81 1105/7/81 +f 1106/7/81 128/7/81 1105/7/81 +f 1107/8/81 124/8/81 116/8/81 +f 124/8/81 1107/8/81 123/8/81 +f 123/8/81 1107/8/81 1108/8/81 +f 123/8/81 1108/8/81 122/8/81 +f 122/8/81 1108/8/81 1109/8/81 +f 122/8/81 1109/8/81 1110/8/81 +f 122/8/81 1110/8/81 121/8/81 +f 121/8/81 1110/8/81 1111/8/81 +f 116/8/82 124/8/82 1107/8/82 +f 123/8/82 1107/8/82 124/8/82 +f 1108/8/82 1107/8/82 123/8/82 +f 122/8/82 1108/8/82 123/8/82 +f 1109/8/82 1108/8/82 122/8/82 +f 1110/8/82 1109/8/82 122/8/82 +f 121/8/82 1110/8/82 122/8/82 +f 1111/8/82 1110/8/82 121/8/82 +f 1107/8/179 125/7/179 1100/7/179 +f 125/7/179 1107/8/179 116/8/179 +f 1100/7/180 125/7/180 1107/8/180 +f 116/8/180 1107/8/180 125/7/180 +f 1102/7/182 1107/8/181 1100/7/181 +f 1107/8/181 1102/7/182 1108/8/182 +f 1100/7/184 1107/8/184 1102/7/183 +f 1108/8/183 1102/7/183 1107/8/184 +f 1104/7/185 1108/8/182 1102/7/182 +f 1108/8/182 1104/7/185 1109/8/185 +f 1102/7/183 1108/8/183 1104/7/186 +f 1109/8/186 1104/7/186 1108/8/183 +f 1110/8/187 1104/7/185 1105/7/187 +f 1104/7/185 1110/8/187 1109/8/185 +f 1105/7/188 1104/7/186 1110/8/188 +f 1109/8/186 1110/8/188 1104/7/186 +f 1111/8/189 1105/7/187 1106/7/189 +f 1105/7/187 1111/8/189 1110/8/187 +f 1106/7/190 1105/7/188 1111/8/190 +f 1110/8/188 1111/8/190 1105/7/188 +f 128/7/191 1111/8/191 1106/7/191 +f 1111/8/191 128/7/191 121/8/191 +f 1106/7/192 1111/8/192 128/7/192 +f 121/8/192 128/7/192 1111/8/192 +f 122/8/188 128/7/193 1103/7/188 +f 128/7/193 122/8/188 121/8/193 +f 1103/7/187 128/7/194 122/8/187 +f 121/8/194 122/8/187 128/7/194 +f 123/8/186 1103/7/188 126/7/186 +f 1103/7/188 123/8/186 122/8/188 +f 126/7/185 1103/7/187 123/8/185 +f 122/8/187 123/8/185 1103/7/187 +f 123/8/186 1101/7/183 124/8/183 +f 1101/7/183 123/8/186 126/7/186 +f 124/8/182 1101/7/182 123/8/185 +f 126/7/185 123/8/185 1101/7/182 +f 124/8/183 125/7/184 116/8/184 +f 125/7/184 124/8/183 1101/7/183 +f 116/8/181 125/7/181 124/8/182 +f 1101/7/182 124/8/182 125/7/181 +f 1114/8/490 1113/7/489 1112/8/489 +f 1113/7/489 1114/8/490 1115/7/490 +f 1112/8/492 1113/7/492 1114/8/491 +f 1115/7/491 1114/8/491 1113/7/492 +f 1118/8/493 1117/7/494 1116/7/493 +f 1117/7/494 1118/8/493 1119/8/494 +f 1116/7/495 1117/7/496 1118/8/495 +f 1119/8/496 1118/8/495 1117/7/496 +f 1119/8/494 1120/7/497 1117/7/494 +f 1120/7/497 1119/8/494 1121/8/497 +f 1117/7/496 1120/7/498 1119/8/496 +f 1121/8/498 1119/8/496 1120/7/498 +f 1124/7/500 1123/8/499 1122/7/499 +f 1123/8/499 1124/7/500 1125/8/500 +f 1122/7/502 1123/8/502 1124/7/501 +f 1125/8/501 1124/7/501 1123/8/502 +f 1122/7/499 1118/8/493 1116/7/493 +f 1118/8/493 1122/7/499 1123/8/499 +f 1116/7/495 1118/8/495 1122/7/502 +f 1123/8/502 1122/7/502 1118/8/495 +f 1112/8/489 1120/7/497 1121/8/497 +f 1120/7/497 1112/8/489 1113/7/489 +f 1121/8/498 1120/7/498 1112/8/492 +f 1113/7/492 1112/8/492 1120/7/498 +f 1112/8/81 1125/8/81 1114/8/81 +f 1125/8/81 1112/8/81 1121/8/81 +f 1125/8/81 1121/8/81 1119/8/81 +f 1125/8/81 1119/8/81 1118/8/81 +f 1125/8/81 1118/8/81 1123/8/81 +f 1114/8/82 1125/8/82 1112/8/82 +f 1121/8/82 1112/8/82 1125/8/82 +f 1119/8/82 1121/8/82 1125/8/82 +f 1118/8/82 1119/8/82 1125/8/82 +f 1123/8/82 1118/8/82 1125/8/82 +f 1128/10/503 1127/9/504 1126/9/503 +f 1127/9/504 1128/10/503 1129/10/504 +f 1126/9/505 1127/9/506 1128/10/505 +f 1129/10/506 1128/10/505 1127/9/506 +f 1132/10/505 1131/9/506 1130/9/505 +f 1131/9/506 1132/10/505 1133/10/506 +f 1130/9/503 1131/9/504 1132/10/503 +f 1133/10/504 1132/10/503 1131/9/504 +f 1136/10/508 1135/9/507 1134/10/507 +f 1135/9/507 1136/10/508 1137/9/508 +f 1134/10/510 1135/9/510 1136/10/509 +f 1137/9/509 1136/10/509 1135/9/510 +f 1140/9/510 1139/10/509 1138/9/509 +f 1139/10/509 1140/9/510 1141/10/510 +f 1138/9/508 1139/10/508 1140/9/507 +f 1141/10/507 1140/9/507 1139/10/508 +f 1133/10/506 1140/9/510 1131/9/506 +f 1140/9/510 1133/10/506 1141/10/510 +f 1131/9/504 1140/9/507 1133/10/504 +f 1141/10/507 1133/10/504 1140/9/507 +f 1129/10/504 1135/9/507 1127/9/504 +f 1135/9/507 1129/10/504 1134/10/507 +f 1127/9/506 1135/9/510 1129/10/506 +f 1134/10/510 1129/10/506 1135/9/510 +f 1136/10/508 1130/9/505 1137/9/508 +f 1130/9/505 1136/10/508 1132/10/505 +f 1137/9/509 1130/9/503 1136/10/509 +f 1132/10/503 1136/10/509 1130/9/503 +f 1139/10/509 1126/9/503 1138/9/509 +f 1126/9/503 1139/10/509 1128/10/503 +f 1138/9/508 1126/9/505 1139/10/508 +f 1128/10/505 1139/10/508 1126/9/505 +f 1129/10/511 1136/10/511 1134/10/511 +f 1136/10/511 1129/10/511 1132/10/511 +f 1132/10/511 1129/10/511 1128/10/511 +f 1132/10/511 1128/10/511 1133/10/511 +f 1133/10/511 1128/10/511 1139/10/511 +f 1133/10/511 1139/10/511 1141/10/511 +f 1134/10/512 1136/10/512 1129/10/512 +f 1132/10/512 1129/10/512 1136/10/512 +f 1128/10/512 1129/10/512 1132/10/512 +f 1133/10/512 1128/10/512 1132/10/512 +f 1139/10/512 1128/10/512 1133/10/512 +f 1141/10/512 1139/10/512 1133/10/512 +f 1130/9/512 1135/9/512 1137/9/512 +f 1135/9/512 1130/9/512 1127/9/512 +f 1127/9/512 1130/9/512 1131/9/512 +f 1127/9/512 1131/9/512 1126/9/512 +f 1126/9/512 1131/9/512 1140/9/512 +f 1126/9/512 1140/9/512 1138/9/512 +f 1137/9/511 1135/9/511 1130/9/511 +f 1127/9/511 1130/9/511 1135/9/511 +f 1131/9/511 1130/9/511 1127/9/511 +f 1126/9/511 1131/9/511 1127/9/511 +f 1140/9/511 1131/9/511 1126/9/511 +f 1138/9/511 1140/9/511 1126/9/511 +f 1144/10/513 1143/9/514 1142/9/513 +f 1143/9/514 1144/10/513 1145/10/514 +f 1142/9/515 1143/9/516 1144/10/515 +f 1145/10/516 1144/10/515 1143/9/516 +f 1148/10/515 1147/9/516 1146/9/515 +f 1147/9/516 1148/10/515 1149/10/516 +f 1146/9/513 1147/9/514 1148/10/513 +f 1149/10/514 1148/10/513 1147/9/514 +f 1152/10/518 1151/9/517 1150/10/517 +f 1151/9/517 1152/10/518 1153/9/518 +f 1150/10/520 1151/9/520 1152/10/519 +f 1153/9/519 1152/10/519 1151/9/520 +f 1156/9/520 1155/10/519 1154/9/519 +f 1155/10/519 1156/9/520 1157/10/520 +f 1154/9/518 1155/10/518 1156/9/517 +f 1157/10/517 1156/9/517 1155/10/518 +f 1149/10/516 1156/9/520 1147/9/516 +f 1156/9/520 1149/10/516 1157/10/520 +f 1147/9/514 1156/9/517 1149/10/514 +f 1157/10/517 1149/10/514 1156/9/517 +f 1145/10/514 1151/9/517 1143/9/514 +f 1151/9/517 1145/10/514 1150/10/517 +f 1143/9/516 1151/9/520 1145/10/516 +f 1150/10/520 1145/10/516 1151/9/520 +f 1152/10/518 1146/9/515 1153/9/518 +f 1146/9/515 1152/10/518 1148/10/515 +f 1153/9/519 1146/9/513 1152/10/519 +f 1148/10/513 1152/10/519 1146/9/513 +f 1155/10/519 1142/9/513 1154/9/519 +f 1142/9/513 1155/10/519 1144/10/513 +f 1154/9/518 1142/9/515 1155/10/518 +f 1144/10/515 1155/10/518 1142/9/515 +f 1145/10/189 1152/10/189 1150/10/189 +f 1152/10/189 1145/10/189 1148/10/189 +f 1148/10/189 1145/10/189 1144/10/189 +f 1148/10/189 1144/10/189 1149/10/189 +f 1149/10/189 1144/10/189 1155/10/189 +f 1149/10/189 1155/10/189 1157/10/189 +f 1150/10/190 1152/10/190 1145/10/190 +f 1148/10/190 1145/10/190 1152/10/190 +f 1144/10/190 1145/10/190 1148/10/190 +f 1149/10/190 1144/10/190 1148/10/190 +f 1155/10/190 1144/10/190 1149/10/190 +f 1157/10/190 1155/10/190 1149/10/190 +f 1146/9/190 1151/9/190 1153/9/190 +f 1151/9/190 1146/9/190 1143/9/190 +f 1143/9/190 1146/9/190 1147/9/190 +f 1143/9/190 1147/9/190 1142/9/190 +f 1142/9/190 1147/9/190 1156/9/190 +f 1142/9/190 1156/9/190 1154/9/190 +f 1153/9/189 1151/9/189 1146/9/189 +f 1143/9/189 1146/9/189 1151/9/189 +f 1147/9/189 1146/9/189 1143/9/189 +f 1142/9/189 1147/9/189 1143/9/189 +f 1156/9/189 1147/9/189 1142/9/189 +f 1154/9/189 1156/9/189 1142/9/189 +f 1160/10/513 1159/9/514 1158/9/513 +f 1159/9/514 1160/10/513 1161/10/514 +f 1158/9/515 1159/9/516 1160/10/515 +f 1161/10/516 1160/10/515 1159/9/516 +f 1164/10/515 1163/9/516 1162/9/515 +f 1163/9/516 1164/10/515 1165/10/516 +f 1162/9/513 1163/9/514 1164/10/513 +f 1165/10/514 1164/10/513 1163/9/514 +f 1168/10/518 1167/9/517 1166/10/517 +f 1167/9/517 1168/10/518 1169/9/518 +f 1166/10/520 1167/9/520 1168/10/519 +f 1169/9/519 1168/10/519 1167/9/520 +f 1172/9/520 1171/10/519 1170/9/519 +f 1171/10/519 1172/9/520 1173/10/520 +f 1170/9/518 1171/10/518 1172/9/517 +f 1173/10/517 1172/9/517 1171/10/518 +f 1165/10/516 1172/9/520 1163/9/516 +f 1172/9/520 1165/10/516 1173/10/520 +f 1163/9/514 1172/9/517 1165/10/514 +f 1173/10/517 1165/10/514 1172/9/517 +f 1161/10/514 1167/9/517 1159/9/514 +f 1167/9/517 1161/10/514 1166/10/517 +f 1159/9/516 1167/9/520 1161/10/516 +f 1166/10/520 1161/10/516 1167/9/520 +f 1168/10/518 1162/9/515 1169/9/518 +f 1162/9/515 1168/10/518 1164/10/515 +f 1169/9/519 1162/9/513 1168/10/519 +f 1164/10/513 1168/10/519 1162/9/513 +f 1171/10/519 1158/9/513 1170/9/519 +f 1158/9/513 1171/10/519 1160/10/513 +f 1170/9/518 1158/9/515 1171/10/518 +f 1160/10/515 1171/10/518 1158/9/515 +f 1161/10/189 1168/10/189 1166/10/189 +f 1168/10/189 1161/10/189 1164/10/189 +f 1164/10/189 1161/10/189 1160/10/189 +f 1164/10/189 1160/10/189 1165/10/189 +f 1165/10/189 1160/10/189 1171/10/189 +f 1165/10/189 1171/10/189 1173/10/189 +f 1166/10/190 1168/10/190 1161/10/190 +f 1164/10/190 1161/10/190 1168/10/190 +f 1160/10/190 1161/10/190 1164/10/190 +f 1165/10/190 1160/10/190 1164/10/190 +f 1171/10/190 1160/10/190 1165/10/190 +f 1173/10/190 1171/10/190 1165/10/190 +f 1162/9/190 1167/9/190 1169/9/190 +f 1167/9/190 1162/9/190 1159/9/190 +f 1159/9/190 1162/9/190 1163/9/190 +f 1159/9/190 1163/9/190 1158/9/190 +f 1158/9/190 1163/9/190 1172/9/190 +f 1158/9/190 1172/9/190 1170/9/190 +f 1169/9/189 1167/9/189 1162/9/189 +f 1159/9/189 1162/9/189 1167/9/189 +f 1163/9/189 1162/9/189 1159/9/189 +f 1158/9/189 1163/9/189 1159/9/189 +f 1172/9/189 1163/9/189 1158/9/189 +f 1170/9/189 1172/9/189 1158/9/189 +f 1176/10/521 1175/9/522 1174/9/521 +f 1175/9/522 1176/10/521 1177/10/522 +f 1174/9/523 1175/9/524 1176/10/523 +f 1177/10/524 1176/10/523 1175/9/524 +f 1180/9/523 1179/10/524 1178/9/524 +f 1179/10/524 1180/9/523 1181/10/523 +f 1178/9/522 1179/10/522 1180/9/521 +f 1181/10/521 1180/9/521 1179/10/522 +f 1184/10/526 1183/9/525 1182/10/525 +f 1183/9/525 1184/10/526 1185/9/526 +f 1182/10/528 1183/9/528 1184/10/527 +f 1185/9/527 1184/10/527 1183/9/528 +f 1188/9/528 1187/10/527 1186/9/527 +f 1187/10/527 1188/9/528 1189/10/528 +f 1186/9/526 1187/10/526 1188/9/525 +f 1189/10/525 1188/9/525 1187/10/526 +f 1179/10/524 1188/9/528 1178/9/524 +f 1188/9/528 1179/10/524 1189/10/528 +f 1178/9/522 1188/9/525 1179/10/522 +f 1189/10/525 1179/10/522 1188/9/525 +f 1177/10/522 1183/9/525 1175/9/522 +f 1183/9/525 1177/10/522 1182/10/525 +f 1175/9/524 1183/9/528 1177/10/524 +f 1182/10/528 1177/10/524 1183/9/528 +f 1184/10/526 1180/9/523 1185/9/526 +f 1180/9/523 1184/10/526 1181/10/523 +f 1185/9/527 1180/9/521 1184/10/527 +f 1181/10/521 1184/10/527 1180/9/521 +f 1187/10/527 1174/9/521 1186/9/527 +f 1174/9/521 1187/10/527 1176/10/521 +f 1186/9/526 1174/9/523 1187/10/526 +f 1176/10/523 1187/10/526 1174/9/523 +f 1177/10/529 1184/10/529 1182/10/529 +f 1184/10/529 1177/10/529 1181/10/529 +f 1181/10/529 1177/10/529 1176/10/529 +f 1181/10/529 1176/10/529 1179/10/529 +f 1179/10/529 1176/10/529 1187/10/529 +f 1179/10/529 1187/10/529 1189/10/529 +f 1182/10/530 1184/10/530 1177/10/530 +f 1181/10/530 1177/10/530 1184/10/530 +f 1176/10/530 1177/10/530 1181/10/530 +f 1179/10/530 1176/10/530 1181/10/530 +f 1187/10/530 1176/10/530 1179/10/530 +f 1189/10/530 1187/10/530 1179/10/530 +f 1180/9/530 1183/9/530 1185/9/530 +f 1183/9/530 1180/9/530 1175/9/530 +f 1175/9/530 1180/9/530 1178/9/530 +f 1175/9/530 1178/9/530 1174/9/530 +f 1174/9/530 1178/9/530 1188/9/530 +f 1174/9/530 1188/9/530 1186/9/530 +f 1185/9/529 1183/9/529 1180/9/529 +f 1175/9/529 1180/9/529 1183/9/529 +f 1178/9/529 1180/9/529 1175/9/529 +f 1174/9/529 1178/9/529 1175/9/529 +f 1188/9/529 1178/9/529 1174/9/529 +f 1186/9/529 1188/9/529 1174/9/529 +f 1192/6/81 1191/6/81 1190/6/81 +f 1191/6/81 1192/6/81 1193/6/81 +f 1191/6/81 1193/6/81 1194/6/81 +f 1194/6/81 1193/6/81 1195/6/81 +f 1194/6/81 1195/6/81 1196/6/81 +f 1196/6/81 1195/6/81 1197/6/81 +f 1196/6/81 1197/6/81 1198/6/81 +f 1198/6/81 1197/6/81 1199/6/81 +f 1190/6/82 1191/6/82 1192/6/82 +f 1193/6/82 1192/6/82 1191/6/82 +f 1194/6/82 1193/6/82 1191/6/82 +f 1195/6/82 1193/6/82 1194/6/82 +f 1196/6/82 1195/6/82 1194/6/82 +f 1197/6/82 1195/6/82 1196/6/82 +f 1198/6/82 1197/6/82 1196/6/82 +f 1199/6/82 1197/6/82 1198/6/82 +f 1192/6/275 173/7/275 1200/7/275 +f 173/7/275 1192/6/275 1190/6/275 +f 1200/7/276 173/7/276 1192/6/276 +f 1190/6/276 1192/6/276 173/7/276 +f 1201/7/278 1192/6/277 1200/7/277 +f 1192/6/277 1201/7/278 1193/6/278 +f 1200/7/280 1192/6/280 1201/7/279 +f 1193/6/279 1201/7/279 1192/6/280 +f 1202/7/281 1193/6/278 1201/7/278 +f 1193/6/278 1202/7/281 1195/6/281 +f 1201/7/279 1193/6/279 1202/7/282 +f 1195/6/282 1202/7/282 1193/6/279 +f 1197/6/283 1202/7/281 1203/7/283 +f 1202/7/281 1197/6/283 1195/6/281 +f 1203/7/284 1202/7/282 1197/6/284 +f 1195/6/282 1197/6/284 1202/7/282 +f 1199/6/290 1203/7/283 1204/7/290 +f 1203/7/283 1199/6/290 1197/6/283 +f 1204/7/289 1203/7/284 1199/6/289 +f 1197/6/284 1199/6/289 1203/7/284 +f 181/7/287 1199/6/287 1204/7/287 +f 1199/6/287 181/7/287 1198/6/287 +f 1204/7/288 1199/6/288 181/7/288 +f 1198/6/288 181/7/288 1199/6/288 +f 1196/6/284 181/7/289 179/7/284 +f 181/7/289 1196/6/284 1198/6/289 +f 179/7/283 181/7/290 1196/6/283 +f 1198/6/290 1196/6/283 181/7/290 +f 1194/6/282 179/7/284 177/7/282 +f 179/7/284 1194/6/282 1196/6/284 +f 177/7/281 179/7/283 1194/6/281 +f 1196/6/283 1194/6/281 179/7/283 +f 1194/6/282 174/7/279 1191/6/279 +f 174/7/279 1194/6/282 177/7/282 +f 1191/6/278 174/7/278 1194/6/281 +f 177/7/281 1194/6/281 174/7/278 +f 1191/6/279 173/7/280 1190/6/280 +f 173/7/280 1191/6/279 174/7/279 +f 1190/6/277 173/7/277 1191/6/278 +f 174/7/278 1191/6/278 173/7/277 +f 1206/7/82 1205/7/82 193/7/82 +f 1205/7/82 1206/7/82 194/7/82 +f 1205/7/82 194/7/82 1207/7/82 +f 1207/7/82 194/7/82 1208/7/82 +f 1207/7/82 1208/7/82 1209/7/82 +f 1209/7/82 1208/7/82 1210/7/82 +f 1210/7/82 1208/7/82 196/7/82 +f 1210/7/82 196/7/82 1211/7/82 +f 193/7/81 1205/7/81 1206/7/81 +f 194/7/81 1206/7/81 1205/7/81 +f 1207/7/81 194/7/81 1205/7/81 +f 1208/7/81 194/7/81 1207/7/81 +f 1209/7/81 1208/7/81 1207/7/81 +f 1210/7/81 1208/7/81 1209/7/81 +f 196/7/81 1208/7/81 1210/7/81 +f 1211/7/81 196/7/81 1210/7/81 +f 1212/8/81 192/8/81 184/8/81 +f 192/8/81 1212/8/81 191/8/81 +f 191/8/81 1212/8/81 1213/8/81 +f 191/8/81 1213/8/81 190/8/81 +f 190/8/81 1213/8/81 1214/8/81 +f 190/8/81 1214/8/81 1215/8/81 +f 190/8/81 1215/8/81 189/8/81 +f 189/8/81 1215/8/81 1216/8/81 +f 184/8/82 192/8/82 1212/8/82 +f 191/8/82 1212/8/82 192/8/82 +f 1213/8/82 1212/8/82 191/8/82 +f 190/8/82 1213/8/82 191/8/82 +f 1214/8/82 1213/8/82 190/8/82 +f 1215/8/82 1214/8/82 190/8/82 +f 189/8/82 1215/8/82 190/8/82 +f 1216/8/82 1215/8/82 189/8/82 +f 1212/8/275 193/7/275 1205/7/275 +f 193/7/275 1212/8/275 184/8/275 +f 1205/7/276 193/7/276 1212/8/276 +f 184/8/276 1212/8/276 193/7/276 +f 1207/7/278 1212/8/277 1205/7/277 +f 1212/8/277 1207/7/278 1213/8/278 +f 1205/7/280 1212/8/280 1207/7/279 +f 1213/8/279 1207/7/279 1212/8/280 +f 1209/7/281 1213/8/278 1207/7/278 +f 1213/8/278 1209/7/281 1214/8/281 +f 1207/7/279 1213/8/279 1209/7/282 +f 1214/8/282 1209/7/282 1213/8/279 +f 1215/8/283 1209/7/281 1210/7/283 +f 1209/7/281 1215/8/283 1214/8/281 +f 1210/7/284 1209/7/282 1215/8/284 +f 1214/8/282 1215/8/284 1209/7/282 +f 1216/8/285 1210/7/283 1211/7/285 +f 1210/7/283 1216/8/285 1215/8/283 +f 1211/7/286 1210/7/284 1216/8/286 +f 1215/8/284 1216/8/286 1210/7/284 +f 196/7/287 1216/8/287 1211/7/287 +f 1216/8/287 196/7/287 189/8/287 +f 1211/7/288 1216/8/288 196/7/288 +f 189/8/288 196/7/288 1216/8/288 +f 190/8/284 196/7/289 1208/7/284 +f 196/7/289 190/8/284 189/8/289 +f 1208/7/283 196/7/290 190/8/283 +f 189/8/290 190/8/283 196/7/290 +f 191/8/282 1208/7/284 194/7/282 +f 1208/7/284 191/8/282 190/8/284 +f 194/7/281 1208/7/283 191/8/281 +f 190/8/283 191/8/281 1208/7/283 +f 191/8/282 1206/7/279 192/8/279 +f 1206/7/279 191/8/282 194/7/282 +f 192/8/278 1206/7/278 191/8/281 +f 194/7/281 191/8/281 1206/7/278 +f 192/8/279 193/7/280 184/8/280 +f 193/7/280 192/8/279 1206/7/279 +f 184/8/277 193/7/277 192/8/278 +f 1206/7/278 192/8/278 193/7/277 +f 1219/8/532 1218/7/531 1217/8/531 +f 1218/7/531 1219/8/532 1220/7/532 +f 1217/8/534 1218/7/534 1219/8/533 +f 1220/7/533 1219/8/533 1218/7/534 +f 1223/8/535 1222/7/536 1221/7/535 +f 1222/7/536 1223/8/535 1224/8/536 +f 1221/7/537 1222/7/538 1223/8/537 +f 1224/8/538 1223/8/537 1222/7/538 +f 1224/8/536 1225/7/539 1222/7/536 +f 1225/7/539 1224/8/536 1226/8/539 +f 1222/7/538 1225/7/540 1224/8/538 +f 1226/8/540 1224/8/538 1225/7/540 +f 1229/7/542 1228/8/541 1227/7/541 +f 1228/8/541 1229/7/542 1230/8/542 +f 1227/7/544 1228/8/544 1229/7/543 +f 1230/8/543 1229/7/543 1228/8/544 +f 1227/7/541 1223/8/535 1221/7/535 +f 1223/8/535 1227/7/541 1228/8/541 +f 1221/7/537 1223/8/537 1227/7/544 +f 1228/8/544 1227/7/544 1223/8/537 +f 1217/8/531 1225/7/539 1226/8/539 +f 1225/7/539 1217/8/531 1218/7/531 +f 1226/8/540 1225/7/540 1217/8/534 +f 1218/7/534 1217/8/534 1225/7/540 +f 1217/8/81 1230/8/81 1219/8/81 +f 1230/8/81 1217/8/81 1226/8/81 +f 1230/8/81 1226/8/81 1224/8/81 +f 1230/8/81 1224/8/81 1223/8/81 +f 1230/8/81 1223/8/81 1228/8/81 +f 1219/8/82 1230/8/82 1217/8/82 +f 1226/8/82 1217/8/82 1230/8/82 +f 1224/8/82 1226/8/82 1230/8/82 +f 1223/8/82 1224/8/82 1230/8/82 +f 1228/8/82 1223/8/82 1230/8/82 +f 1233/10/545 1232/9/546 1231/9/545 +f 1232/9/546 1233/10/545 1234/10/546 +f 1231/9/547 1232/9/548 1233/10/547 +f 1234/10/548 1233/10/547 1232/9/548 +f 1237/10/547 1236/9/548 1235/9/547 +f 1236/9/548 1237/10/547 1238/10/548 +f 1235/9/545 1236/9/546 1237/10/545 +f 1238/10/546 1237/10/545 1236/9/546 +f 1241/10/550 1240/9/549 1239/10/549 +f 1240/9/549 1241/10/550 1242/9/550 +f 1239/10/552 1240/9/552 1241/10/551 +f 1242/9/551 1241/10/551 1240/9/552 +f 1245/9/552 1244/10/551 1243/9/551 +f 1244/10/551 1245/9/552 1246/10/552 +f 1243/9/550 1244/10/550 1245/9/549 +f 1246/10/549 1245/9/549 1244/10/550 +f 1238/10/548 1245/9/552 1236/9/548 +f 1245/9/552 1238/10/548 1246/10/552 +f 1236/9/546 1245/9/549 1238/10/546 +f 1246/10/549 1238/10/546 1245/9/549 +f 1234/10/546 1240/9/549 1232/9/546 +f 1240/9/549 1234/10/546 1239/10/549 +f 1232/9/548 1240/9/552 1234/10/548 +f 1239/10/552 1234/10/548 1240/9/552 +f 1241/10/550 1235/9/547 1242/9/550 +f 1235/9/547 1241/10/550 1237/10/547 +f 1242/9/551 1235/9/545 1241/10/551 +f 1237/10/545 1241/10/551 1235/9/545 +f 1244/10/551 1231/9/545 1243/9/551 +f 1231/9/545 1244/10/551 1233/10/545 +f 1243/9/550 1231/9/547 1244/10/550 +f 1233/10/547 1244/10/550 1231/9/547 +f 1234/10/553 1241/10/553 1239/10/553 +f 1241/10/553 1234/10/553 1237/10/553 +f 1237/10/553 1234/10/553 1233/10/553 +f 1237/10/553 1233/10/553 1238/10/553 +f 1238/10/553 1233/10/553 1244/10/553 +f 1238/10/553 1244/10/553 1246/10/553 +f 1239/10/554 1241/10/554 1234/10/554 +f 1237/10/554 1234/10/554 1241/10/554 +f 1233/10/554 1234/10/554 1237/10/554 +f 1238/10/554 1233/10/554 1237/10/554 +f 1244/10/554 1233/10/554 1238/10/554 +f 1246/10/554 1244/10/554 1238/10/554 +f 1235/9/554 1240/9/554 1242/9/554 +f 1240/9/554 1235/9/554 1232/9/554 +f 1232/9/554 1235/9/554 1236/9/554 +f 1232/9/554 1236/9/554 1231/9/554 +f 1231/9/554 1236/9/554 1245/9/554 +f 1231/9/554 1245/9/554 1243/9/554 +f 1242/9/553 1240/9/553 1235/9/553 +f 1232/9/553 1235/9/553 1240/9/553 +f 1236/9/553 1235/9/553 1232/9/553 +f 1231/9/553 1236/9/553 1232/9/553 +f 1245/9/553 1236/9/553 1231/9/553 +f 1243/9/553 1245/9/553 1231/9/553 +f 1249/10/555 1248/9/556 1247/9/555 +f 1248/9/556 1249/10/555 1250/10/556 +f 1247/9/557 1248/9/558 1249/10/557 +f 1250/10/558 1249/10/557 1248/9/558 +f 1253/10/557 1252/9/558 1251/9/557 +f 1252/9/558 1253/10/557 1254/10/558 +f 1251/9/555 1252/9/556 1253/10/555 +f 1254/10/556 1253/10/555 1252/9/556 +f 1257/10/560 1256/9/559 1255/10/559 +f 1256/9/559 1257/10/560 1258/9/560 +f 1255/10/562 1256/9/562 1257/10/561 +f 1258/9/561 1257/10/561 1256/9/562 +f 1261/9/562 1260/10/561 1259/9/561 +f 1260/10/561 1261/9/562 1262/10/562 +f 1259/9/560 1260/10/560 1261/9/559 +f 1262/10/559 1261/9/559 1260/10/560 +f 1254/10/558 1261/9/562 1252/9/558 +f 1261/9/562 1254/10/558 1262/10/562 +f 1252/9/556 1261/9/559 1254/10/556 +f 1262/10/559 1254/10/556 1261/9/559 +f 1250/10/556 1256/9/559 1248/9/556 +f 1256/9/559 1250/10/556 1255/10/559 +f 1248/9/558 1256/9/562 1250/10/558 +f 1255/10/562 1250/10/558 1256/9/562 +f 1257/10/560 1251/9/557 1258/9/560 +f 1251/9/557 1257/10/560 1253/10/557 +f 1258/9/561 1251/9/555 1257/10/561 +f 1253/10/555 1257/10/561 1251/9/555 +f 1260/10/561 1247/9/555 1259/9/561 +f 1247/9/555 1260/10/561 1249/10/555 +f 1259/9/560 1247/9/557 1260/10/560 +f 1249/10/557 1260/10/560 1247/9/557 +f 1250/10/285 1257/10/285 1255/10/285 +f 1257/10/285 1250/10/285 1253/10/285 +f 1253/10/285 1250/10/285 1249/10/285 +f 1253/10/285 1249/10/285 1254/10/285 +f 1254/10/285 1249/10/285 1260/10/285 +f 1254/10/285 1260/10/285 1262/10/285 +f 1255/10/286 1257/10/286 1250/10/286 +f 1253/10/286 1250/10/286 1257/10/286 +f 1249/10/286 1250/10/286 1253/10/286 +f 1254/10/286 1249/10/286 1253/10/286 +f 1260/10/286 1249/10/286 1254/10/286 +f 1262/10/286 1260/10/286 1254/10/286 +f 1251/9/286 1256/9/286 1258/9/286 +f 1256/9/286 1251/9/286 1248/9/286 +f 1248/9/286 1251/9/286 1252/9/286 +f 1248/9/286 1252/9/286 1247/9/286 +f 1247/9/286 1252/9/286 1261/9/286 +f 1247/9/286 1261/9/286 1259/9/286 +f 1258/9/285 1256/9/285 1251/9/285 +f 1248/9/285 1251/9/285 1256/9/285 +f 1252/9/285 1251/9/285 1248/9/285 +f 1247/9/285 1252/9/285 1248/9/285 +f 1261/9/285 1252/9/285 1247/9/285 +f 1259/9/285 1261/9/285 1247/9/285 +f 1265/10/555 1264/9/556 1263/9/555 +f 1264/9/556 1265/10/555 1266/10/556 +f 1263/9/557 1264/9/558 1265/10/557 +f 1266/10/558 1265/10/557 1264/9/558 +f 1269/10/557 1268/9/558 1267/9/557 +f 1268/9/558 1269/10/557 1270/10/558 +f 1267/9/555 1268/9/556 1269/10/555 +f 1270/10/556 1269/10/555 1268/9/556 +f 1273/10/560 1272/9/559 1271/10/559 +f 1272/9/559 1273/10/560 1274/9/560 +f 1271/10/562 1272/9/562 1273/10/561 +f 1274/9/561 1273/10/561 1272/9/562 +f 1277/9/562 1276/10/561 1275/9/561 +f 1276/10/561 1277/9/562 1278/10/562 +f 1275/9/560 1276/10/560 1277/9/559 +f 1278/10/559 1277/9/559 1276/10/560 +f 1270/10/558 1277/9/562 1268/9/558 +f 1277/9/562 1270/10/558 1278/10/562 +f 1268/9/556 1277/9/559 1270/10/556 +f 1278/10/559 1270/10/556 1277/9/559 +f 1266/10/556 1272/9/559 1264/9/556 +f 1272/9/559 1266/10/556 1271/10/559 +f 1264/9/558 1272/9/562 1266/10/558 +f 1271/10/562 1266/10/558 1272/9/562 +f 1273/10/560 1267/9/557 1274/9/560 +f 1267/9/557 1273/10/560 1269/10/557 +f 1274/9/561 1267/9/555 1273/10/561 +f 1269/10/555 1273/10/561 1267/9/555 +f 1276/10/561 1263/9/555 1275/9/561 +f 1263/9/555 1276/10/561 1265/10/555 +f 1275/9/560 1263/9/557 1276/10/560 +f 1265/10/557 1276/10/560 1263/9/557 +f 1266/10/285 1273/10/285 1271/10/285 +f 1273/10/285 1266/10/285 1269/10/285 +f 1269/10/285 1266/10/285 1265/10/285 +f 1269/10/285 1265/10/285 1270/10/285 +f 1270/10/285 1265/10/285 1276/10/285 +f 1270/10/285 1276/10/285 1278/10/285 +f 1271/10/286 1273/10/286 1266/10/286 +f 1269/10/286 1266/10/286 1273/10/286 +f 1265/10/286 1266/10/286 1269/10/286 +f 1270/10/286 1265/10/286 1269/10/286 +f 1276/10/286 1265/10/286 1270/10/286 +f 1278/10/286 1276/10/286 1270/10/286 +f 1267/9/286 1272/9/286 1274/9/286 +f 1272/9/286 1267/9/286 1264/9/286 +f 1264/9/286 1267/9/286 1268/9/286 +f 1264/9/286 1268/9/286 1263/9/286 +f 1263/9/286 1268/9/286 1277/9/286 +f 1263/9/286 1277/9/286 1275/9/286 +f 1274/9/285 1272/9/285 1267/9/285 +f 1264/9/285 1267/9/285 1272/9/285 +f 1268/9/285 1267/9/285 1264/9/285 +f 1263/9/285 1268/9/285 1264/9/285 +f 1277/9/285 1268/9/285 1263/9/285 +f 1275/9/285 1277/9/285 1263/9/285 +f 1281/10/563 1280/9/564 1279/9/563 +f 1280/9/564 1281/10/563 1282/10/564 +f 1279/9/565 1280/9/566 1281/10/565 +f 1282/10/566 1281/10/565 1280/9/566 +f 1285/9/565 1284/10/566 1283/9/566 +f 1284/10/566 1285/9/565 1286/10/565 +f 1283/9/564 1284/10/564 1285/9/563 +f 1286/10/563 1285/9/563 1284/10/564 +f 1289/10/568 1288/9/567 1287/10/567 +f 1288/9/567 1289/10/568 1290/9/568 +f 1287/10/570 1288/9/570 1289/10/569 +f 1290/9/569 1289/10/569 1288/9/570 +f 1293/9/570 1292/10/569 1291/9/569 +f 1292/10/569 1293/9/570 1294/10/570 +f 1291/9/568 1292/10/568 1293/9/567 +f 1294/10/567 1293/9/567 1292/10/568 +f 1284/10/566 1293/9/570 1283/9/566 +f 1293/9/570 1284/10/566 1294/10/570 +f 1283/9/564 1293/9/567 1284/10/564 +f 1294/10/567 1284/10/564 1293/9/567 +f 1282/10/564 1288/9/567 1280/9/564 +f 1288/9/567 1282/10/564 1287/10/567 +f 1280/9/566 1288/9/570 1282/10/566 +f 1287/10/570 1282/10/566 1288/9/570 +f 1289/10/568 1285/9/565 1290/9/568 +f 1285/9/565 1289/10/568 1286/10/565 +f 1290/9/569 1285/9/563 1289/10/569 +f 1286/10/563 1289/10/569 1285/9/563 +f 1292/10/569 1279/9/563 1291/9/569 +f 1279/9/563 1292/10/569 1281/10/563 +f 1291/9/568 1279/9/565 1292/10/568 +f 1281/10/565 1292/10/568 1279/9/565 +f 1282/10/571 1289/10/571 1287/10/571 +f 1289/10/571 1282/10/571 1286/10/571 +f 1286/10/571 1282/10/571 1281/10/571 +f 1286/10/571 1281/10/571 1284/10/571 +f 1284/10/571 1281/10/571 1292/10/571 +f 1284/10/571 1292/10/571 1294/10/571 +f 1287/10/572 1289/10/572 1282/10/572 +f 1286/10/572 1282/10/572 1289/10/572 +f 1281/10/572 1282/10/572 1286/10/572 +f 1284/10/572 1281/10/572 1286/10/572 +f 1292/10/572 1281/10/572 1284/10/572 +f 1294/10/572 1292/10/572 1284/10/572 +f 1285/9/572 1288/9/572 1290/9/572 +f 1288/9/572 1285/9/572 1280/9/572 +f 1280/9/572 1285/9/572 1283/9/572 +f 1280/9/572 1283/9/572 1279/9/572 +f 1279/9/572 1283/9/572 1293/9/572 +f 1279/9/572 1293/9/572 1291/9/572 +f 1290/9/571 1288/9/571 1285/9/571 +f 1280/9/571 1285/9/571 1288/9/571 +f 1283/9/571 1285/9/571 1280/9/571 +f 1279/9/571 1283/9/571 1280/9/571 +f 1293/9/571 1283/9/571 1279/9/571 +f 1291/9/571 1293/9/571 1279/9/571 +f 1297/6/96 1296/7/96 1295/6/96 +f 1296/7/96 1297/6/96 1298/7/96 +f 1295/6/95 1296/7/95 1297/6/95 +f 1298/7/95 1297/6/95 1296/7/95 +f 1297/6/84 1299/7/84 1298/7/84 +f 1299/7/84 1297/6/84 1300/6/84 +f 1298/7/83 1299/7/83 1297/6/83 +f 1300/6/83 1297/6/83 1299/7/83 +f 1301/7/295 1295/6/297 1296/7/297 +f 1295/6/297 1301/7/295 1302/6/295 +f 1296/7/298 1295/6/298 1301/7/296 +f 1302/6/296 1301/7/296 1295/6/298 +f 1299/7/292 1304/6/291 1303/7/291 +f 1304/6/291 1299/7/292 1300/6/292 +f 1303/7/294 1304/6/294 1299/7/293 +f 1300/6/293 1299/7/293 1304/6/294 +f 1302/6/81 1297/6/81 1295/6/81 +f 1297/6/81 1302/6/81 1300/6/81 +f 1300/6/81 1302/6/81 1304/6/81 +f 1295/6/82 1297/6/82 1302/6/82 +f 1300/6/82 1302/6/82 1297/6/82 +f 1304/6/82 1302/6/82 1300/6/82 +f 1304/6/291 1301/7/295 1303/7/291 +f 1301/7/295 1304/6/291 1302/6/295 +f 1303/7/294 1301/7/296 1304/6/294 +f 1302/6/296 1304/6/294 1301/7/296 +f 341/8/84 1306/7/84 1305/7/84 +f 1306/7/84 341/8/84 1307/8/84 +f 1305/7/83 1306/7/83 341/8/83 +f 1307/8/83 341/8/83 1306/7/83 +f 341/8/96 1309/7/96 1308/8/96 +f 1309/7/96 341/8/96 1305/7/96 +f 1308/8/95 1309/7/95 341/8/95 +f 1305/7/95 341/8/95 1309/7/95 +f 1310/8/81 341/8/81 1308/8/81 +f 341/8/81 1310/8/81 1307/8/81 +f 1307/8/81 1310/8/81 1311/8/81 +f 1308/8/82 341/8/82 1310/8/82 +f 1307/8/82 1310/8/82 341/8/82 +f 1311/8/82 1310/8/82 1307/8/82 +f 1306/7/82 1309/7/82 1305/7/82 +f 1309/7/82 1306/7/82 1312/7/82 +f 1312/7/82 1306/7/82 1313/7/82 +f 1305/7/81 1309/7/81 1306/7/81 +f 1312/7/81 1306/7/81 1309/7/81 +f 1313/7/81 1306/7/81 1312/7/81 +f 1306/7/292 1311/8/291 1313/7/291 +f 1311/8/291 1306/7/292 1307/8/292 +f 1313/7/294 1311/8/294 1306/7/293 +f 1307/8/293 1306/7/293 1311/8/294 +f 1311/8/291 1312/7/573 1313/7/291 +f 1312/7/573 1311/8/291 1310/8/573 +f 1313/7/294 1312/7/574 1311/8/294 +f 1310/8/574 1311/8/294 1312/7/574 +f 1312/7/573 1308/8/297 1309/7/297 +f 1308/8/297 1312/7/573 1310/8/573 +f 1309/7/298 1308/8/298 1312/7/574 +f 1310/8/574 1312/7/574 1308/8/298 +f 1316/6/299 1315/7/299 1314/6/299 +f 1315/7/299 1316/6/299 1317/7/299 +f 1314/6/300 1315/7/300 1316/6/300 +f 1317/7/300 1316/6/300 1315/7/300 +f 1316/6/301 1318/7/301 1317/7/301 +f 1318/7/301 1316/6/301 1319/6/301 +f 1317/7/302 1318/7/302 1316/6/302 +f 1319/6/302 1316/6/302 1318/7/302 +f 1320/7/307 1314/6/309 1315/7/309 +f 1314/6/309 1320/7/307 1321/6/307 +f 1315/7/310 1314/6/310 1320/7/308 +f 1321/6/308 1320/7/308 1314/6/310 +f 1318/7/304 1323/6/303 1322/7/303 +f 1323/6/303 1318/7/304 1319/6/304 +f 1322/7/306 1323/6/306 1318/7/305 +f 1319/6/305 1318/7/305 1323/6/306 +f 1321/6/81 1316/6/81 1314/6/81 +f 1316/6/81 1321/6/81 1319/6/81 +f 1319/6/81 1321/6/81 1323/6/81 +f 1314/6/82 1316/6/82 1321/6/82 +f 1319/6/82 1321/6/82 1316/6/82 +f 1323/6/82 1321/6/82 1319/6/82 +f 1323/6/303 1320/7/307 1322/7/303 +f 1320/7/307 1323/6/303 1321/6/307 +f 1322/7/306 1320/7/308 1323/6/306 +f 1321/6/308 1323/6/306 1320/7/308 +f 1326/8/301 1325/7/301 1324/7/301 +f 1325/7/301 1326/8/301 1327/8/301 +f 1324/7/302 1325/7/302 1326/8/302 +f 1327/8/302 1326/8/302 1325/7/302 +f 1326/8/299 1329/7/299 1328/8/299 +f 1329/7/299 1326/8/299 1324/7/299 +f 1328/8/300 1329/7/300 1326/8/300 +f 1324/7/300 1326/8/300 1329/7/300 +f 1330/8/81 1326/8/81 1328/8/81 +f 1326/8/81 1330/8/81 1327/8/81 +f 1327/8/81 1330/8/81 1331/8/81 +f 1328/8/82 1326/8/82 1330/8/82 +f 1327/8/82 1330/8/82 1326/8/82 +f 1331/8/82 1330/8/82 1327/8/82 +f 1325/7/82 1329/7/82 1324/7/82 +f 1329/7/82 1325/7/82 1332/7/82 +f 1332/7/82 1325/7/82 1333/7/82 +f 1324/7/81 1329/7/81 1325/7/81 +f 1332/7/81 1325/7/81 1329/7/81 +f 1333/7/81 1325/7/81 1332/7/81 +f 1325/7/304 1331/8/303 1333/7/303 +f 1331/8/303 1325/7/304 1327/8/304 +f 1333/7/306 1331/8/306 1325/7/305 +f 1327/8/305 1325/7/305 1331/8/306 +f 1331/8/303 1332/7/575 1333/7/303 +f 1332/7/575 1331/8/303 1330/8/575 +f 1333/7/306 1332/7/576 1331/8/306 +f 1330/8/576 1331/8/306 1332/7/576 +f 1332/7/575 1328/8/309 1329/7/309 +f 1328/8/309 1332/7/575 1330/8/575 +f 1329/7/310 1328/8/310 1332/7/576 +f 1330/8/576 1332/7/576 1328/8/310 +f 1336/6/299 1335/7/299 1334/6/299 +f 1335/7/299 1336/6/299 1337/7/299 +f 1334/6/300 1335/7/300 1336/6/300 +f 1337/7/300 1336/6/300 1335/7/300 +f 1336/6/301 1338/7/301 1337/7/301 +f 1338/7/301 1336/6/301 1339/6/301 +f 1337/7/302 1338/7/302 1336/6/302 +f 1339/6/302 1336/6/302 1338/7/302 +f 1340/7/307 1334/6/309 1335/7/309 +f 1334/6/309 1340/7/307 1341/6/307 +f 1335/7/310 1334/6/310 1340/7/308 +f 1341/6/308 1340/7/308 1334/6/310 +f 1338/7/304 1343/6/303 1342/7/303 +f 1343/6/303 1338/7/304 1339/6/304 +f 1342/7/306 1343/6/306 1338/7/305 +f 1339/6/305 1338/7/305 1343/6/306 +f 1341/6/81 1336/6/81 1334/6/81 +f 1336/6/81 1341/6/81 1339/6/81 +f 1339/6/81 1341/6/81 1343/6/81 +f 1334/6/82 1336/6/82 1341/6/82 +f 1339/6/82 1341/6/82 1336/6/82 +f 1343/6/82 1341/6/82 1339/6/82 +f 1343/6/303 1340/7/307 1342/7/303 +f 1340/7/307 1343/6/303 1341/6/307 +f 1342/7/306 1340/7/308 1343/6/306 +f 1341/6/308 1343/6/306 1340/7/308 +f 189/8/301 1345/7/301 1344/7/301 +f 1345/7/301 189/8/301 1346/8/301 +f 1344/7/302 1345/7/302 189/8/302 +f 1346/8/302 189/8/302 1345/7/302 +f 189/8/299 1347/7/299 1216/8/299 +f 1347/7/299 189/8/299 1344/7/299 +f 1216/8/300 1347/7/300 189/8/300 +f 1344/7/300 189/8/300 1347/7/300 +f 1348/8/81 189/8/81 1216/8/81 +f 189/8/81 1348/8/81 1346/8/81 +f 1346/8/81 1348/8/81 1349/8/81 +f 1216/8/82 189/8/82 1348/8/82 +f 1346/8/82 1348/8/82 189/8/82 +f 1349/8/82 1348/8/82 1346/8/82 +f 1345/7/82 1347/7/82 1344/7/82 +f 1347/7/82 1345/7/82 1350/7/82 +f 1350/7/82 1345/7/82 1351/7/82 +f 1344/7/81 1347/7/81 1345/7/81 +f 1350/7/81 1345/7/81 1347/7/81 +f 1351/7/81 1345/7/81 1350/7/81 +f 1345/7/304 1349/8/303 1351/7/303 +f 1349/8/303 1345/7/304 1346/8/304 +f 1351/7/306 1349/8/306 1345/7/305 +f 1346/8/305 1345/7/305 1349/8/306 +f 1349/8/303 1350/7/575 1351/7/303 +f 1350/7/575 1349/8/303 1348/8/575 +f 1351/7/306 1350/7/576 1349/8/306 +f 1348/8/576 1349/8/306 1350/7/576 +f 1350/7/575 1216/8/309 1347/7/309 +f 1216/8/309 1350/7/575 1348/8/575 +f 1347/7/310 1216/8/310 1350/7/576 +f 1348/8/576 1350/7/576 1216/8/310 +f 1354/6/311 1353/7/311 1352/6/311 +f 1353/7/311 1354/6/311 924/7/311 +f 1352/6/312 1353/7/312 1354/6/312 +f 924/7/312 1354/6/312 1353/7/312 +f 1354/6/313 1355/7/313 924/7/313 +f 1355/7/313 1354/6/313 1356/6/313 +f 924/7/314 1355/7/314 1354/6/314 +f 1356/6/314 1354/6/314 1355/7/314 +f 1357/7/308 1352/6/310 1353/7/310 +f 1352/6/310 1357/7/308 1358/6/308 +f 1353/7/309 1352/6/309 1357/7/307 +f 1358/6/307 1357/7/307 1352/6/309 +f 1355/7/305 1360/6/306 1359/7/306 +f 1360/6/306 1355/7/305 1356/6/305 +f 1359/7/303 1360/6/303 1355/7/304 +f 1356/6/304 1355/7/304 1360/6/303 +f 1358/6/81 1354/6/81 1352/6/81 +f 1354/6/81 1358/6/81 1356/6/81 +f 1356/6/81 1358/6/81 1360/6/81 +f 1352/6/82 1354/6/82 1358/6/82 +f 1356/6/82 1358/6/82 1354/6/82 +f 1360/6/82 1358/6/82 1356/6/82 +f 1360/6/306 1357/7/308 1359/7/306 +f 1357/7/308 1360/6/306 1358/6/308 +f 1359/7/303 1357/7/307 1360/6/303 +f 1358/6/307 1360/6/303 1357/7/307 +f 433/8/313 1362/7/313 1361/7/313 +f 1362/7/313 433/8/313 1363/8/313 +f 1361/7/314 1362/7/314 433/8/314 +f 1363/8/314 433/8/314 1362/7/314 +f 433/8/311 1365/7/311 1364/8/311 +f 1365/7/311 433/8/311 1361/7/311 +f 1364/8/312 1365/7/312 433/8/312 +f 1361/7/312 433/8/312 1365/7/312 +f 1366/8/81 433/8/81 1364/8/81 +f 433/8/81 1366/8/81 1363/8/81 +f 1363/8/81 1366/8/81 1367/8/81 +f 1364/8/82 433/8/82 1366/8/82 +f 1363/8/82 1366/8/82 433/8/82 +f 1367/8/82 1366/8/82 1363/8/82 +f 1362/7/82 1365/7/82 1361/7/82 +f 1365/7/82 1362/7/82 1368/7/82 +f 1368/7/82 1362/7/82 1369/7/82 +f 1361/7/81 1365/7/81 1362/7/81 +f 1368/7/81 1362/7/81 1365/7/81 +f 1369/7/81 1362/7/81 1368/7/81 +f 1362/7/305 1367/8/306 1369/7/306 +f 1367/8/306 1362/7/305 1363/8/305 +f 1369/7/303 1367/8/303 1362/7/304 +f 1363/8/304 1362/7/304 1367/8/303 +f 1367/8/306 1368/7/576 1369/7/306 +f 1368/7/576 1367/8/306 1366/8/576 +f 1369/7/303 1368/7/575 1367/8/303 +f 1366/8/575 1367/8/303 1368/7/575 +f 1368/7/576 1364/8/310 1365/7/310 +f 1364/8/310 1368/7/576 1366/8/576 +f 1365/7/309 1364/8/309 1368/7/575 +f 1366/8/575 1368/7/575 1364/8/309 +f 1372/6/311 1371/7/311 1370/6/311 +f 1371/7/311 1372/6/311 1373/7/311 +f 1370/6/312 1371/7/312 1372/6/312 +f 1373/7/312 1372/6/312 1371/7/312 +f 1372/6/313 1374/7/313 1373/7/313 +f 1374/7/313 1372/6/313 1375/6/313 +f 1373/7/314 1374/7/314 1372/6/314 +f 1375/6/314 1372/6/314 1374/7/314 +f 1376/7/308 1370/6/310 1371/7/310 +f 1370/6/310 1376/7/308 1377/6/308 +f 1371/7/309 1370/6/309 1376/7/307 +f 1377/6/307 1376/7/307 1370/6/309 +f 1374/7/305 1379/6/306 1378/7/306 +f 1379/6/306 1374/7/305 1375/6/305 +f 1378/7/303 1379/6/303 1374/7/304 +f 1375/6/304 1374/7/304 1379/6/303 +f 1377/6/81 1372/6/81 1370/6/81 +f 1372/6/81 1377/6/81 1375/6/81 +f 1375/6/81 1377/6/81 1379/6/81 +f 1370/6/82 1372/6/82 1377/6/82 +f 1375/6/82 1377/6/82 1372/6/82 +f 1379/6/82 1377/6/82 1375/6/82 +f 1379/6/306 1376/7/308 1378/7/306 +f 1376/7/308 1379/6/306 1377/6/308 +f 1378/7/303 1376/7/307 1379/6/303 +f 1377/6/307 1379/6/303 1376/7/307 +f 428/8/313 1381/7/313 1380/7/313 +f 1381/7/313 428/8/313 1382/8/313 +f 1380/7/314 1381/7/314 428/8/314 +f 1382/8/314 428/8/314 1381/7/314 +f 428/8/311 1384/7/311 1383/8/311 +f 1384/7/311 428/8/311 1380/7/311 +f 1383/8/312 1384/7/312 428/8/312 +f 1380/7/312 428/8/312 1384/7/312 +f 1385/8/81 428/8/81 1383/8/81 +f 428/8/81 1385/8/81 1382/8/81 +f 1382/8/81 1385/8/81 1386/8/81 +f 1383/8/82 428/8/82 1385/8/82 +f 1382/8/82 1385/8/82 428/8/82 +f 1386/8/82 1385/8/82 1382/8/82 +f 1381/7/82 1384/7/82 1380/7/82 +f 1384/7/82 1381/7/82 1387/7/82 +f 1387/7/82 1381/7/82 1388/7/82 +f 1380/7/81 1384/7/81 1381/7/81 +f 1387/7/81 1381/7/81 1384/7/81 +f 1388/7/81 1381/7/81 1387/7/81 +f 1381/7/305 1386/8/306 1388/7/306 +f 1386/8/306 1381/7/305 1382/8/305 +f 1388/7/303 1386/8/303 1381/7/304 +f 1382/8/304 1381/7/304 1386/8/303 +f 1386/8/306 1387/7/576 1388/7/306 +f 1387/7/576 1386/8/306 1385/8/576 +f 1388/7/303 1387/7/575 1386/8/303 +f 1385/8/575 1386/8/303 1387/7/575 +f 1387/7/576 1383/8/310 1384/7/310 +f 1383/8/310 1387/7/576 1385/8/576 +f 1384/7/309 1383/8/309 1387/7/575 +f 1385/8/575 1387/7/575 1383/8/309 +f 1391/8/332 1390/7/577 1389/7/332 +f 1390/7/577 1391/8/332 1392/8/577 +f 1389/7/334 1390/7/578 1391/8/334 +f 1392/8/578 1391/8/334 1390/7/578 +f 1395/8/580 1394/7/579 1393/8/579 +f 1394/7/579 1395/8/580 1396/7/580 +f 1393/8/582 1394/7/582 1395/8/581 +f 1396/7/581 1395/8/581 1394/7/582 +f 1392/8/577 1394/7/579 1390/7/577 +f 1394/7/579 1392/8/577 1393/8/579 +f 1390/7/578 1394/7/582 1392/8/578 +f 1393/8/582 1392/8/578 1394/7/582 +f 1398/8/583 1389/7/332 1397/7/583 +f 1389/7/332 1398/8/583 1391/8/332 +f 1397/7/584 1389/7/334 1398/8/584 +f 1391/8/334 1398/8/584 1389/7/334 +f 1393/8/81 1399/8/81 1395/8/81 +f 1399/8/81 1393/8/81 1392/8/81 +f 1399/8/81 1392/8/81 1391/8/81 +f 1399/8/81 1391/8/81 1398/8/81 +f 1399/8/81 1398/8/81 1400/8/81 +f 1395/8/82 1399/8/82 1393/8/82 +f 1392/8/82 1393/8/82 1399/8/82 +f 1391/8/82 1392/8/82 1399/8/82 +f 1398/8/82 1391/8/82 1399/8/82 +f 1400/8/82 1398/8/82 1399/8/82 +f 1402/7/586 1400/8/585 1401/7/585 +f 1400/8/585 1402/7/586 1399/8/586 +f 1401/7/588 1400/8/588 1402/7/587 +f 1399/8/587 1402/7/587 1400/8/588 +f 1401/7/585 1398/8/583 1397/7/583 +f 1398/8/583 1401/7/585 1400/8/585 +f 1397/7/584 1398/8/584 1401/7/588 +f 1400/8/588 1401/7/588 1398/8/584 +f 292/8/337 1404/7/337 1403/8/337 +f 1404/7/337 292/8/337 669/7/337 +f 1403/8/338 1404/7/338 292/8/338 +f 669/7/338 292/8/338 1404/7/338 +f 1107/8/589 1406/7/332 1405/7/589 +f 1406/7/332 1107/8/589 1407/8/332 +f 1405/7/590 1406/7/334 1107/8/590 +f 1407/8/334 1107/8/590 1406/7/334 +f 292/8/334 1408/7/334 669/7/334 +f 1408/7/334 292/8/334 293/8/334 +f 669/7/332 1408/7/332 292/8/332 +f 293/8/332 292/8/332 1408/7/332 +f 1407/8/332 1404/7/591 1406/7/332 +f 1404/7/591 1407/8/332 1403/8/591 +f 1406/7/334 1404/7/592 1407/8/334 +f 1403/8/592 1407/8/334 1404/7/592 +f 1408/7/82 1404/7/82 669/7/82 +f 1404/7/82 1408/7/82 1406/7/82 +f 1406/7/82 1408/7/82 1405/7/82 +f 669/7/81 1404/7/81 1408/7/81 +f 1406/7/81 1408/7/81 1404/7/81 +f 1405/7/81 1408/7/81 1406/7/81 +f 1403/8/81 293/8/81 292/8/81 +f 293/8/81 1403/8/81 1407/8/81 +f 293/8/81 1407/8/81 1107/8/81 +f 292/8/82 293/8/82 1403/8/82 +f 1407/8/82 1403/8/82 293/8/82 +f 1107/8/82 1407/8/82 293/8/82 +f 1408/7/338 1107/8/338 1405/7/338 +f 1107/8/338 1408/7/338 293/8/338 +f 1405/7/337 1107/8/337 1408/7/337 +f 293/8/337 1408/7/337 1107/8/337 +f 1411/6/81 1410/6/81 1409/6/81 +f 1410/6/81 1411/6/81 1412/6/81 +f 1410/6/81 1412/6/81 1413/6/81 +f 1409/6/82 1410/6/82 1411/6/82 +f 1412/6/82 1411/6/82 1410/6/82 +f 1413/6/82 1412/6/82 1410/6/82 +f 1409/6/334 290/7/334 289/7/334 +f 290/7/334 1409/6/334 1410/6/334 +f 289/7/332 290/7/332 1409/6/332 +f 1410/6/332 1409/6/332 290/7/332 +f 290/7/338 1413/6/338 1414/7/338 +f 1413/6/338 290/7/338 1410/6/338 +f 1414/7/337 1413/6/337 290/7/337 +f 1410/6/337 290/7/337 1413/6/337 +f 1409/6/337 1415/7/337 1411/6/337 +f 1415/7/337 1409/6/337 289/7/337 +f 1411/6/338 1415/7/338 1409/6/338 +f 289/7/338 1409/6/338 1415/7/338 +f 1417/12/333 1416/11/333 1412/6/334 +f 1416/11/333 1418/13/333 1412/6/334 +f 1419/14/333 1417/12/333 1412/6/334 +f 1418/13/333 1420/15/333 1412/6/334 +f 1421/13/333 1420/15/333 1418/13/333 +f 1420/15/333 1422/16/333 1412/6/334 +f 1420/15/333 1421/13/333 1423/15/333 +f 1423/15/333 1421/13/333 1424/16/333 +f 1424/16/333 1421/13/333 1425/17/333 +f 1422/16/333 1426/17/333 1412/6/334 +f 1421/13/333 1427/11/333 1425/17/333 +f 1413/6/333 1419/14/333 1412/6/334 +f 1412/6/334 1426/17/333 1428/7/334 +f 1429/18/333 1428/7/334 1426/17/333 +f 1430/18/333 1428/7/334 1429/18/333 +f 1419/14/333 1413/6/333 1431/14/333 +f 1431/14/333 1413/6/333 1432/12/333 +f 1432/12/333 1413/6/333 1427/11/333 +f 1428/7/334 1430/18/333 1414/7/333 +f 1425/17/333 1414/7/333 1430/18/333 +f 1427/11/333 1414/7/333 1425/17/333 +f 1413/6/333 1414/7/333 1427/11/333 +f 1434/20/336 1433/19/336 1411/6/336 +f 1435/21/336 1434/20/336 1411/6/336 +f 1411/6/336 1433/19/336 1415/7/336 +f 1436/22/336 1415/7/336 1433/19/336 +f 1437/22/336 1415/7/336 1436/22/336 +f 1415/7/336 1437/22/336 1428/7/334 +f 1438/19/336 1428/7/334 1437/22/336 +f 1412/6/334 1435/21/336 1411/6/336 +f 1412/6/334 1428/7/334 1438/19/336 +f 1435/21/336 1412/6/334 1439/21/336 +f 1440/20/336 1412/6/334 1438/19/336 +f 1439/21/336 1412/6/334 1440/20/336 +f 1412/6/332 1416/11/331 1417/12/331 +f 1412/6/332 1417/12/331 1419/14/331 +f 1412/6/332 1418/13/331 1416/11/331 +f 1412/6/332 1419/14/331 1413/6/331 +f 1431/14/331 1413/6/331 1419/14/331 +f 1432/12/331 1413/6/331 1431/14/331 +f 1427/11/331 1413/6/331 1432/12/331 +f 1427/11/331 1414/7/331 1413/6/331 +f 1425/17/331 1414/7/331 1427/11/331 +f 1425/17/331 1427/11/331 1421/13/331 +f 1430/18/331 1414/7/331 1425/17/331 +f 1425/17/331 1421/13/331 1424/16/331 +f 1424/16/331 1421/13/331 1423/15/331 +f 1414/7/331 1430/18/331 1428/7/332 +f 1429/18/331 1428/7/332 1430/18/331 +f 1426/17/331 1428/7/332 1429/18/331 +f 1428/7/332 1426/17/331 1412/6/332 +f 1412/6/332 1426/17/331 1422/16/331 +f 1423/15/331 1421/13/331 1420/15/331 +f 1412/6/332 1422/16/331 1420/15/331 +f 1418/13/331 1420/15/331 1421/13/331 +f 1412/6/332 1420/15/331 1418/13/331 +f 1411/6/335 1433/19/335 1434/20/335 +f 1411/6/335 1434/20/335 1435/21/335 +f 1415/7/335 1433/19/335 1411/6/335 +f 1433/19/335 1415/7/335 1436/22/335 +f 1436/22/335 1415/7/335 1437/22/335 +f 1428/7/332 1437/22/335 1415/7/335 +f 1437/22/335 1428/7/332 1438/19/335 +f 1411/6/335 1435/21/335 1412/6/332 +f 1438/19/335 1428/7/332 1412/6/332 +f 1439/21/335 1412/6/332 1435/21/335 +f 1438/19/335 1412/6/332 1440/20/335 +f 1440/20/335 1412/6/332 1439/21/335 +f 1443/10/593 1442/9/594 1441/9/593 +f 1442/9/594 1443/10/593 1444/10/594 +f 1441/9/595 1442/9/596 1443/10/595 +f 1444/10/596 1443/10/595 1442/9/596 +f 1447/10/595 1446/9/596 1445/9/595 +f 1446/9/596 1447/10/595 1448/10/596 +f 1445/9/593 1446/9/594 1447/10/593 +f 1448/10/594 1447/10/593 1446/9/594 +f 1451/10/598 1450/9/597 1449/10/597 +f 1450/9/597 1451/10/598 1452/9/598 +f 1449/10/600 1450/9/600 1451/10/599 +f 1452/9/599 1451/10/599 1450/9/600 +f 1455/9/600 1454/10/599 1453/9/599 +f 1454/10/599 1455/9/600 1456/10/600 +f 1453/9/598 1454/10/598 1455/9/597 +f 1456/10/597 1455/9/597 1454/10/598 +f 1448/10/596 1455/9/600 1446/9/596 +f 1455/9/600 1448/10/596 1456/10/600 +f 1446/9/594 1455/9/597 1448/10/594 +f 1456/10/597 1448/10/594 1455/9/597 +f 1444/10/594 1450/9/597 1442/9/594 +f 1450/9/597 1444/10/594 1449/10/597 +f 1442/9/596 1450/9/600 1444/10/596 +f 1449/10/600 1444/10/596 1450/9/600 +f 1451/10/598 1445/9/595 1452/9/598 +f 1445/9/595 1451/10/598 1447/10/595 +f 1452/9/599 1445/9/593 1451/10/599 +f 1447/10/593 1451/10/599 1445/9/593 +f 1454/10/599 1441/9/593 1453/9/599 +f 1441/9/593 1454/10/599 1443/10/593 +f 1453/9/598 1441/9/595 1454/10/598 +f 1443/10/595 1454/10/598 1441/9/595 +f 1444/10/601 1451/10/601 1449/10/601 +f 1451/10/601 1444/10/601 1447/10/601 +f 1447/10/601 1444/10/601 1443/10/601 +f 1447/10/601 1443/10/601 1448/10/601 +f 1448/10/601 1443/10/601 1454/10/601 +f 1448/10/601 1454/10/601 1456/10/601 +f 1449/10/602 1451/10/602 1444/10/602 +f 1447/10/602 1444/10/602 1451/10/602 +f 1443/10/602 1444/10/602 1447/10/602 +f 1448/10/602 1443/10/602 1447/10/602 +f 1454/10/602 1443/10/602 1448/10/602 +f 1456/10/602 1454/10/602 1448/10/602 +f 1445/9/602 1450/9/602 1452/9/602 +f 1450/9/602 1445/9/602 1442/9/602 +f 1442/9/602 1445/9/602 1446/9/602 +f 1442/9/602 1446/9/602 1441/9/602 +f 1441/9/602 1446/9/602 1455/9/602 +f 1441/9/602 1455/9/602 1453/9/602 +f 1452/9/601 1450/9/601 1445/9/601 +f 1442/9/601 1445/9/601 1450/9/601 +f 1446/9/601 1445/9/601 1442/9/601 +f 1441/9/601 1446/9/601 1442/9/601 +f 1455/9/601 1446/9/601 1441/9/601 +f 1453/9/601 1455/9/601 1441/9/601 +f 1459/10/603 1458/9/604 1457/9/603 +f 1458/9/604 1459/10/603 1460/10/604 +f 1457/9/605 1458/9/606 1459/10/605 +f 1460/10/606 1459/10/605 1458/9/606 +f 1463/10/605 1462/9/606 1461/9/605 +f 1462/9/606 1463/10/605 1464/10/606 +f 1461/9/603 1462/9/604 1463/10/603 +f 1464/10/604 1463/10/603 1462/9/604 +f 1467/10/608 1466/9/607 1465/10/607 +f 1466/9/607 1467/10/608 1468/9/608 +f 1465/10/610 1466/9/610 1467/10/609 +f 1468/9/609 1467/10/609 1466/9/610 +f 1471/9/610 1470/10/609 1469/9/609 +f 1470/10/609 1471/9/610 1472/10/610 +f 1469/9/608 1470/10/608 1471/9/607 +f 1472/10/607 1471/9/607 1470/10/608 +f 1464/10/606 1471/9/610 1462/9/606 +f 1471/9/610 1464/10/606 1472/10/610 +f 1462/9/604 1471/9/607 1464/10/604 +f 1472/10/607 1464/10/604 1471/9/607 +f 1460/10/604 1466/9/607 1458/9/604 +f 1466/9/607 1460/10/604 1465/10/607 +f 1458/9/606 1466/9/610 1460/10/606 +f 1465/10/610 1460/10/606 1466/9/610 +f 1467/10/608 1461/9/605 1468/9/608 +f 1461/9/605 1467/10/608 1463/10/605 +f 1468/9/609 1461/9/603 1467/10/609 +f 1463/10/603 1467/10/609 1461/9/603 +f 1470/10/609 1457/9/603 1469/9/609 +f 1457/9/603 1470/10/609 1459/10/603 +f 1469/9/608 1457/9/605 1470/10/608 +f 1459/10/605 1470/10/608 1457/9/605 +f 1460/10/611 1467/10/611 1465/10/611 +f 1467/10/611 1460/10/611 1463/10/611 +f 1463/10/611 1460/10/611 1459/10/611 +f 1463/10/611 1459/10/611 1464/10/611 +f 1464/10/611 1459/10/611 1470/10/611 +f 1464/10/611 1470/10/611 1472/10/611 +f 1465/10/612 1467/10/612 1460/10/612 +f 1463/10/612 1460/10/612 1467/10/612 +f 1459/10/612 1460/10/612 1463/10/612 +f 1464/10/612 1459/10/612 1463/10/612 +f 1470/10/612 1459/10/612 1464/10/612 +f 1472/10/612 1470/10/612 1464/10/612 +f 1461/9/612 1466/9/612 1468/9/612 +f 1466/9/612 1461/9/612 1458/9/612 +f 1458/9/612 1461/9/612 1462/9/612 +f 1458/9/612 1462/9/612 1457/9/612 +f 1457/9/612 1462/9/612 1471/9/612 +f 1457/9/612 1471/9/612 1469/9/612 +f 1468/9/611 1466/9/611 1461/9/611 +f 1458/9/611 1461/9/611 1466/9/611 +f 1462/9/611 1461/9/611 1458/9/611 +f 1457/9/611 1462/9/611 1458/9/611 +f 1471/9/611 1462/9/611 1457/9/611 +f 1469/9/611 1471/9/611 1457/9/611 +f 1474/9/603 1473/10/604 1429/9/604 +f 1473/10/604 1474/9/603 1475/10/603 +f 1429/9/606 1473/10/606 1474/9/605 +f 1475/10/605 1474/9/605 1473/10/606 +f 1477/10/605 1476/9/606 1420/9/605 +f 1476/9/606 1477/10/605 1478/10/606 +f 1420/9/603 1476/9/604 1477/10/603 +f 1478/10/604 1477/10/603 1476/9/604 +f 1481/10/608 1480/9/607 1479/10/607 +f 1480/9/607 1481/10/608 1482/9/608 +f 1479/10/610 1480/9/610 1481/10/609 +f 1482/9/609 1481/10/609 1480/9/610 +f 1424/9/610 1483/10/609 1425/9/609 +f 1483/10/609 1424/9/610 1484/10/610 +f 1425/9/608 1483/10/608 1424/9/607 +f 1484/10/607 1424/9/607 1483/10/608 +f 1476/9/606 1484/10/610 1424/9/610 +f 1484/10/610 1476/9/606 1478/10/606 +f 1424/9/607 1484/10/607 1476/9/604 +f 1478/10/604 1476/9/604 1484/10/607 +f 1473/10/604 1480/9/607 1429/9/604 +f 1480/9/607 1473/10/604 1479/10/607 +f 1429/9/606 1480/9/610 1473/10/606 +f 1479/10/610 1473/10/606 1480/9/610 +f 1482/9/608 1477/10/605 1420/9/605 +f 1477/10/605 1482/9/608 1481/10/608 +f 1420/9/603 1477/10/603 1482/9/609 +f 1481/10/609 1482/9/609 1477/10/603 +f 1483/10/609 1474/9/603 1425/9/609 +f 1474/9/603 1483/10/609 1475/10/603 +f 1425/9/608 1474/9/605 1483/10/608 +f 1475/10/605 1483/10/608 1474/9/605 +f 1473/10/611 1481/10/611 1479/10/611 +f 1481/10/611 1473/10/611 1477/10/611 +f 1477/10/611 1473/10/611 1475/10/611 +f 1477/10/611 1475/10/611 1478/10/611 +f 1478/10/611 1475/10/611 1483/10/611 +f 1478/10/611 1483/10/611 1484/10/611 +f 1479/10/612 1481/10/612 1473/10/612 +f 1477/10/612 1473/10/612 1481/10/612 +f 1475/10/612 1473/10/612 1477/10/612 +f 1478/10/612 1475/10/612 1477/10/612 +f 1483/10/612 1475/10/612 1478/10/612 +f 1484/10/612 1483/10/612 1478/10/612 +f 1420/9/612 1480/9/612 1482/9/612 +f 1480/9/612 1420/9/612 1429/9/612 +f 1429/9/612 1420/9/612 1476/9/612 +f 1429/9/612 1476/9/612 1474/9/612 +f 1474/9/612 1476/9/612 1424/9/612 +f 1474/9/612 1424/9/612 1425/9/612 +f 1482/9/611 1480/9/611 1420/9/611 +f 1429/9/611 1420/9/611 1480/9/611 +f 1476/9/611 1420/9/611 1429/9/611 +f 1474/9/611 1476/9/611 1429/9/611 +f 1424/9/611 1476/9/611 1474/9/611 +f 1425/9/611 1424/9/611 1474/9/611 +f 1487/8/314 1486/7/578 1485/7/314 +f 1486/7/578 1487/8/314 1488/8/578 +f 1485/7/313 1486/7/577 1487/8/313 +f 1488/8/577 1487/8/313 1486/7/577 +f 1491/8/581 1490/7/582 1489/8/582 +f 1490/7/582 1491/8/581 1492/7/581 +f 1489/8/579 1490/7/579 1491/8/580 +f 1492/7/580 1491/8/580 1490/7/579 +f 1488/8/578 1490/7/582 1486/7/578 +f 1490/7/582 1488/8/578 1489/8/582 +f 1486/7/577 1490/7/579 1488/8/577 +f 1489/8/579 1488/8/577 1490/7/579 +f 1494/8/584 1485/7/314 1493/7/584 +f 1485/7/314 1494/8/584 1487/8/314 +f 1493/7/583 1485/7/313 1494/8/583 +f 1487/8/313 1494/8/583 1485/7/313 +f 1489/8/81 1495/8/81 1491/8/81 +f 1495/8/81 1489/8/81 1488/8/81 +f 1495/8/81 1488/8/81 1487/8/81 +f 1495/8/81 1487/8/81 1494/8/81 +f 1495/8/81 1494/8/81 1496/8/81 +f 1491/8/82 1495/8/82 1489/8/82 +f 1488/8/82 1489/8/82 1495/8/82 +f 1487/8/82 1488/8/82 1495/8/82 +f 1494/8/82 1487/8/82 1495/8/82 +f 1496/8/82 1494/8/82 1495/8/82 +f 1498/7/587 1496/8/588 1497/7/588 +f 1496/8/588 1498/7/587 1495/8/587 +f 1497/7/585 1496/8/585 1498/7/586 +f 1495/8/586 1498/7/586 1496/8/585 +f 1497/7/588 1494/8/584 1493/7/584 +f 1494/8/584 1497/7/588 1496/8/588 +f 1493/7/583 1494/8/583 1497/7/585 +f 1496/8/585 1497/7/585 1494/8/583 +f 341/8/311 1499/7/311 1307/8/311 +f 1499/7/311 341/8/311 1500/7/311 +f 1307/8/312 1499/7/312 341/8/312 +f 1500/7/312 341/8/312 1499/7/312 +f 1002/8/590 1502/7/314 1501/7/590 +f 1502/7/314 1002/8/590 1503/8/314 +f 1501/7/589 1502/7/313 1002/8/589 +f 1503/8/313 1002/8/589 1502/7/313 +f 341/8/313 1504/7/313 1500/7/313 +f 1504/7/313 341/8/313 52/8/313 +f 1500/7/314 1504/7/314 341/8/314 +f 52/8/314 341/8/314 1504/7/314 +f 1503/8/314 1499/7/592 1502/7/314 +f 1499/7/592 1503/8/314 1307/8/592 +f 1502/7/313 1499/7/591 1503/8/313 +f 1307/8/591 1503/8/313 1499/7/591 +f 1504/7/82 1499/7/82 1500/7/82 +f 1499/7/82 1504/7/82 1502/7/82 +f 1502/7/82 1504/7/82 1501/7/82 +f 1500/7/81 1499/7/81 1504/7/81 +f 1502/7/81 1504/7/81 1499/7/81 +f 1501/7/81 1504/7/81 1502/7/81 +f 1307/8/81 52/8/81 341/8/81 +f 52/8/81 1307/8/81 1503/8/81 +f 52/8/81 1503/8/81 1002/8/81 +f 341/8/82 52/8/82 1307/8/82 +f 1503/8/82 1307/8/82 52/8/82 +f 1002/8/82 1503/8/82 52/8/82 +f 1504/7/312 1002/8/312 1501/7/312 +f 1002/8/312 1504/7/312 52/8/312 +f 1501/7/311 1002/8/311 1504/7/311 +f 52/8/311 1504/7/311 1002/8/311 +f 1506/6/81 980/6/81 1505/6/81 +f 980/6/81 1506/6/81 1507/6/81 +f 980/6/81 1507/6/81 1508/6/81 +f 1505/6/82 980/6/82 1506/6/82 +f 1507/6/82 1506/6/82 980/6/82 +f 1508/6/82 1507/6/82 980/6/82 +f 1505/6/313 41/7/313 339/7/313 +f 41/7/313 1505/6/313 980/6/313 +f 339/7/314 41/7/314 1505/6/314 +f 980/6/314 1505/6/314 41/7/314 +f 41/7/312 1508/6/312 1509/7/312 +f 1508/6/312 41/7/312 980/6/312 +f 1509/7/311 1508/6/311 41/7/311 +f 980/6/311 41/7/311 1508/6/311 +f 1505/6/311 1510/7/311 1506/6/311 +f 1510/7/311 1505/6/311 339/7/311 +f 1506/6/312 1510/7/312 1505/6/312 +f 339/7/312 1505/6/312 1510/7/312 +f 1512/12/331 1511/11/331 1507/6/313 +f 1511/11/331 1513/13/331 1507/6/313 +f 1514/14/331 1512/12/331 1507/6/313 +f 1513/13/331 1515/15/331 1507/6/313 +f 1516/13/331 1515/15/331 1513/13/331 +f 1515/15/331 1517/16/331 1507/6/313 +f 1515/15/331 1516/13/331 1518/15/331 +f 1518/15/331 1516/13/331 1519/16/331 +f 1519/16/331 1516/13/331 1520/17/331 +f 1517/16/331 1521/17/331 1507/6/313 +f 1516/13/331 1522/11/331 1520/17/331 +f 1508/6/331 1514/14/331 1507/6/313 +f 1507/6/313 1521/17/331 1523/7/313 +f 1524/18/331 1523/7/313 1521/17/331 +f 1525/18/331 1523/7/313 1524/18/331 +f 1514/14/331 1508/6/331 1526/14/331 +f 1526/14/331 1508/6/331 1527/12/331 +f 1527/12/331 1508/6/331 1522/11/331 +f 1523/7/313 1525/18/331 1509/7/331 +f 1520/17/331 1509/7/331 1525/18/331 +f 1522/11/331 1509/7/331 1520/17/331 +f 1508/6/331 1509/7/331 1522/11/331 +f 1529/20/335 1528/19/335 1506/6/335 +f 1530/21/335 1529/20/335 1506/6/335 +f 1506/6/335 1528/19/335 1510/7/335 +f 1531/22/335 1510/7/335 1528/19/335 +f 1532/22/335 1510/7/335 1531/22/335 +f 1510/7/335 1532/22/335 1523/7/313 +f 1533/19/335 1523/7/313 1532/22/335 +f 1507/6/313 1530/21/335 1506/6/335 +f 1507/6/313 1523/7/313 1533/19/335 +f 1530/21/335 1507/6/313 1534/21/335 +f 1535/20/335 1507/6/313 1533/19/335 +f 1534/21/335 1507/6/313 1535/20/335 +f 1507/6/314 1511/11/333 1512/12/333 +f 1507/6/314 1512/12/333 1514/14/333 +f 1507/6/314 1513/13/333 1511/11/333 +f 1507/6/314 1514/14/333 1508/6/333 +f 1526/14/333 1508/6/333 1514/14/333 +f 1527/12/333 1508/6/333 1526/14/333 +f 1522/11/333 1508/6/333 1527/12/333 +f 1522/11/333 1509/7/333 1508/6/333 +f 1520/17/333 1509/7/333 1522/11/333 +f 1520/17/333 1522/11/333 1516/13/333 +f 1525/18/333 1509/7/333 1520/17/333 +f 1520/17/333 1516/13/333 1519/16/333 +f 1519/16/333 1516/13/333 1518/15/333 +f 1509/7/333 1525/18/333 1523/7/314 +f 1524/18/333 1523/7/314 1525/18/333 +f 1521/17/333 1523/7/314 1524/18/333 +f 1523/7/314 1521/17/333 1507/6/314 +f 1507/6/314 1521/17/333 1517/16/333 +f 1518/15/333 1516/13/333 1515/15/333 +f 1507/6/314 1517/16/333 1515/15/333 +f 1513/13/333 1515/15/333 1516/13/333 +f 1507/6/314 1515/15/333 1513/13/333 +f 1506/6/336 1528/19/336 1529/20/336 +f 1506/6/336 1529/20/336 1530/21/336 +f 1510/7/336 1528/19/336 1506/6/336 +f 1528/19/336 1510/7/336 1531/22/336 +f 1531/22/336 1510/7/336 1532/22/336 +f 1523/7/314 1532/22/336 1510/7/336 +f 1532/22/336 1523/7/314 1533/19/336 +f 1506/6/336 1530/21/336 1507/6/314 +f 1533/19/336 1523/7/314 1507/6/314 +f 1534/21/336 1507/6/314 1530/21/336 +f 1533/19/336 1507/6/314 1535/20/336 +f 1535/20/336 1507/6/314 1534/21/336 +f 1538/10/613 1537/9/614 1536/9/613 +f 1537/9/614 1538/10/613 1539/10/614 +f 1536/9/615 1537/9/616 1538/10/615 +f 1539/10/616 1538/10/615 1537/9/616 +f 1542/10/615 1541/9/616 1540/9/615 +f 1541/9/616 1542/10/615 1543/10/616 +f 1540/9/613 1541/9/614 1542/10/613 +f 1543/10/614 1542/10/613 1541/9/614 +f 1546/10/618 1545/9/617 1544/10/617 +f 1545/9/617 1546/10/618 1547/9/618 +f 1544/10/620 1545/9/620 1546/10/619 +f 1547/9/619 1546/10/619 1545/9/620 +f 1550/9/620 1549/10/619 1548/9/619 +f 1549/10/619 1550/9/620 1551/10/620 +f 1548/9/618 1549/10/618 1550/9/617 +f 1551/10/617 1550/9/617 1549/10/618 +f 1543/10/616 1550/9/620 1541/9/616 +f 1550/9/620 1543/10/616 1551/10/620 +f 1541/9/614 1550/9/617 1543/10/614 +f 1551/10/617 1543/10/614 1550/9/617 +f 1539/10/614 1545/9/617 1537/9/614 +f 1545/9/617 1539/10/614 1544/10/617 +f 1537/9/616 1545/9/620 1539/10/616 +f 1544/10/620 1539/10/616 1545/9/620 +f 1546/10/618 1540/9/615 1547/9/618 +f 1540/9/615 1546/10/618 1542/10/615 +f 1547/9/619 1540/9/613 1546/10/619 +f 1542/10/613 1546/10/619 1540/9/613 +f 1549/10/619 1536/9/613 1548/9/619 +f 1536/9/613 1549/10/619 1538/10/613 +f 1548/9/618 1536/9/615 1549/10/618 +f 1538/10/615 1549/10/618 1536/9/615 +f 1539/10/621 1546/10/621 1544/10/621 +f 1546/10/621 1539/10/621 1542/10/621 +f 1542/10/621 1539/10/621 1538/10/621 +f 1542/10/621 1538/10/621 1543/10/621 +f 1543/10/621 1538/10/621 1549/10/621 +f 1543/10/621 1549/10/621 1551/10/621 +f 1544/10/622 1546/10/622 1539/10/622 +f 1542/10/622 1539/10/622 1546/10/622 +f 1538/10/622 1539/10/622 1542/10/622 +f 1543/10/622 1538/10/622 1542/10/622 +f 1549/10/622 1538/10/622 1543/10/622 +f 1551/10/622 1549/10/622 1543/10/622 +f 1540/9/622 1545/9/622 1547/9/622 +f 1545/9/622 1540/9/622 1537/9/622 +f 1537/9/622 1540/9/622 1541/9/622 +f 1537/9/622 1541/9/622 1536/9/622 +f 1536/9/622 1541/9/622 1550/9/622 +f 1536/9/622 1550/9/622 1548/9/622 +f 1547/9/621 1545/9/621 1540/9/621 +f 1537/9/621 1540/9/621 1545/9/621 +f 1541/9/621 1540/9/621 1537/9/621 +f 1536/9/621 1541/9/621 1537/9/621 +f 1550/9/621 1541/9/621 1536/9/621 +f 1548/9/621 1550/9/621 1536/9/621 +f 1554/10/623 1553/9/624 1552/9/623 +f 1553/9/624 1554/10/623 1555/10/624 +f 1552/9/625 1553/9/626 1554/10/625 +f 1555/10/626 1554/10/625 1553/9/626 +f 1558/10/625 1557/9/626 1556/9/625 +f 1557/9/626 1558/10/625 1559/10/626 +f 1556/9/623 1557/9/624 1558/10/623 +f 1559/10/624 1558/10/623 1557/9/624 +f 1562/10/628 1561/9/627 1560/10/627 +f 1561/9/627 1562/10/628 1563/9/628 +f 1560/10/630 1561/9/630 1562/10/629 +f 1563/9/629 1562/10/629 1561/9/630 +f 1566/9/630 1565/10/629 1564/9/629 +f 1565/10/629 1566/9/630 1567/10/630 +f 1564/9/628 1565/10/628 1566/9/627 +f 1567/10/627 1566/9/627 1565/10/628 +f 1559/10/626 1566/9/630 1557/9/626 +f 1566/9/630 1559/10/626 1567/10/630 +f 1557/9/624 1566/9/627 1559/10/624 +f 1567/10/627 1559/10/624 1566/9/627 +f 1555/10/624 1561/9/627 1553/9/624 +f 1561/9/627 1555/10/624 1560/10/627 +f 1553/9/626 1561/9/630 1555/10/626 +f 1560/10/630 1555/10/626 1561/9/630 +f 1562/10/628 1556/9/625 1563/9/628 +f 1556/9/625 1562/10/628 1558/10/625 +f 1563/9/629 1556/9/623 1562/10/629 +f 1558/10/623 1562/10/629 1556/9/623 +f 1565/10/629 1552/9/623 1564/9/629 +f 1552/9/623 1565/10/629 1554/10/623 +f 1564/9/628 1552/9/625 1565/10/628 +f 1554/10/625 1565/10/628 1552/9/625 +f 1555/10/631 1562/10/631 1560/10/631 +f 1562/10/631 1555/10/631 1558/10/631 +f 1558/10/631 1555/10/631 1554/10/631 +f 1558/10/631 1554/10/631 1559/10/631 +f 1559/10/631 1554/10/631 1565/10/631 +f 1559/10/631 1565/10/631 1567/10/631 +f 1560/10/632 1562/10/632 1555/10/632 +f 1558/10/632 1555/10/632 1562/10/632 +f 1554/10/632 1555/10/632 1558/10/632 +f 1559/10/632 1554/10/632 1558/10/632 +f 1565/10/632 1554/10/632 1559/10/632 +f 1567/10/632 1565/10/632 1559/10/632 +f 1556/9/632 1561/9/632 1563/9/632 +f 1561/9/632 1556/9/632 1553/9/632 +f 1553/9/632 1556/9/632 1557/9/632 +f 1553/9/632 1557/9/632 1552/9/632 +f 1552/9/632 1557/9/632 1566/9/632 +f 1552/9/632 1566/9/632 1564/9/632 +f 1563/9/631 1561/9/631 1556/9/631 +f 1553/9/631 1556/9/631 1561/9/631 +f 1557/9/631 1556/9/631 1553/9/631 +f 1552/9/631 1557/9/631 1553/9/631 +f 1566/9/631 1557/9/631 1552/9/631 +f 1564/9/631 1566/9/631 1552/9/631 +f 1569/9/623 1568/10/624 1524/9/624 +f 1568/10/624 1569/9/623 1570/10/623 +f 1524/9/626 1568/10/626 1569/9/625 +f 1570/10/625 1569/9/625 1568/10/626 +f 1572/10/625 1571/9/626 1515/9/625 +f 1571/9/626 1572/10/625 1573/10/626 +f 1515/9/623 1571/9/624 1572/10/623 +f 1573/10/624 1572/10/623 1571/9/624 +f 1576/10/628 1575/9/627 1574/10/627 +f 1575/9/627 1576/10/628 1577/9/628 +f 1574/10/630 1575/9/630 1576/10/629 +f 1577/9/629 1576/10/629 1575/9/630 +f 1519/9/630 1578/10/629 1520/9/629 +f 1578/10/629 1519/9/630 1579/10/630 +f 1520/9/628 1578/10/628 1519/9/627 +f 1579/10/627 1519/9/627 1578/10/628 +f 1571/9/626 1579/10/630 1519/9/630 +f 1579/10/630 1571/9/626 1573/10/626 +f 1519/9/627 1579/10/627 1571/9/624 +f 1573/10/624 1571/9/624 1579/10/627 +f 1568/10/624 1575/9/627 1524/9/624 +f 1575/9/627 1568/10/624 1574/10/627 +f 1524/9/626 1575/9/630 1568/10/626 +f 1574/10/630 1568/10/626 1575/9/630 +f 1577/9/628 1572/10/625 1515/9/625 +f 1572/10/625 1577/9/628 1576/10/628 +f 1515/9/623 1572/10/623 1577/9/629 +f 1576/10/629 1577/9/629 1572/10/623 +f 1578/10/629 1569/9/623 1520/9/629 +f 1569/9/623 1578/10/629 1570/10/623 +f 1520/9/628 1569/9/625 1578/10/628 +f 1570/10/625 1578/10/628 1569/9/625 +f 1568/10/631 1576/10/631 1574/10/631 +f 1576/10/631 1568/10/631 1572/10/631 +f 1572/10/631 1568/10/631 1570/10/631 +f 1572/10/631 1570/10/631 1573/10/631 +f 1573/10/631 1570/10/631 1578/10/631 +f 1573/10/631 1578/10/631 1579/10/631 +f 1574/10/632 1576/10/632 1568/10/632 +f 1572/10/632 1568/10/632 1576/10/632 +f 1570/10/632 1568/10/632 1572/10/632 +f 1573/10/632 1570/10/632 1572/10/632 +f 1578/10/632 1570/10/632 1573/10/632 +f 1579/10/632 1578/10/632 1573/10/632 +f 1515/9/632 1575/9/632 1577/9/632 +f 1575/9/632 1515/9/632 1524/9/632 +f 1524/9/632 1515/9/632 1571/9/632 +f 1524/9/632 1571/9/632 1569/9/632 +f 1569/9/632 1571/9/632 1519/9/632 +f 1569/9/632 1519/9/632 1520/9/632 +f 1577/9/631 1575/9/631 1515/9/631 +f 1524/9/631 1515/9/631 1575/9/631 +f 1571/9/631 1515/9/631 1524/9/631 +f 1569/9/631 1571/9/631 1524/9/631 +f 1519/9/631 1571/9/631 1569/9/631 +f 1520/9/631 1519/9/631 1569/9/631 +f 1582/6/299 1581/7/299 1580/6/299 +f 1581/7/299 1582/6/299 1583/7/299 +f 1580/6/300 1581/7/300 1582/6/300 +f 1583/7/300 1582/6/300 1581/7/300 +f 1582/6/301 1584/7/301 1583/7/301 +f 1584/7/301 1582/6/301 1585/6/301 +f 1583/7/302 1584/7/302 1582/6/302 +f 1585/6/302 1582/6/302 1584/7/302 +f 1586/7/307 1580/6/309 1581/7/309 +f 1580/6/309 1586/7/307 1587/6/307 +f 1581/7/310 1580/6/310 1586/7/308 +f 1587/6/308 1586/7/308 1580/6/310 +f 1584/7/304 1589/6/303 1588/7/303 +f 1589/6/303 1584/7/304 1585/6/304 +f 1588/7/306 1589/6/306 1584/7/305 +f 1585/6/305 1584/7/305 1589/6/306 +f 1587/6/81 1582/6/81 1580/6/81 +f 1582/6/81 1587/6/81 1585/6/81 +f 1585/6/81 1587/6/81 1589/6/81 +f 1580/6/82 1582/6/82 1587/6/82 +f 1585/6/82 1587/6/82 1582/6/82 +f 1589/6/82 1587/6/82 1585/6/82 +f 1589/6/303 1586/7/307 1588/7/303 +f 1586/7/307 1589/6/303 1587/6/307 +f 1588/7/306 1586/7/308 1589/6/306 +f 1587/6/308 1589/6/306 1586/7/308 +f 1592/8/301 1591/7/301 1590/7/301 +f 1591/7/301 1592/8/301 1593/8/301 +f 1590/7/302 1591/7/302 1592/8/302 +f 1593/8/302 1592/8/302 1591/7/302 +f 1592/8/299 1595/7/299 1594/8/299 +f 1595/7/299 1592/8/299 1590/7/299 +f 1594/8/300 1595/7/300 1592/8/300 +f 1590/7/300 1592/8/300 1595/7/300 +f 1596/8/81 1592/8/81 1594/8/81 +f 1592/8/81 1596/8/81 1593/8/81 +f 1593/8/81 1596/8/81 1597/8/81 +f 1594/8/82 1592/8/82 1596/8/82 +f 1593/8/82 1596/8/82 1592/8/82 +f 1597/8/82 1596/8/82 1593/8/82 +f 1591/7/82 1595/7/82 1590/7/82 +f 1595/7/82 1591/7/82 1598/7/82 +f 1598/7/82 1591/7/82 1599/7/82 +f 1590/7/81 1595/7/81 1591/7/81 +f 1598/7/81 1591/7/81 1595/7/81 +f 1599/7/81 1591/7/81 1598/7/81 +f 1591/7/304 1597/8/303 1599/7/303 +f 1597/8/303 1591/7/304 1593/8/304 +f 1599/7/306 1597/8/306 1591/7/305 +f 1593/8/305 1591/7/305 1597/8/306 +f 1597/8/303 1598/7/575 1599/7/303 +f 1598/7/575 1597/8/303 1596/8/575 +f 1599/7/306 1598/7/576 1597/8/306 +f 1596/8/576 1597/8/306 1598/7/576 +f 1598/7/575 1594/8/309 1595/7/309 +f 1594/8/309 1598/7/575 1596/8/575 +f 1595/7/310 1594/8/310 1598/7/576 +f 1596/8/576 1598/7/576 1594/8/310 +f 1602/6/96 1601/7/96 1600/6/96 +f 1601/7/96 1602/6/96 1603/7/96 +f 1600/6/95 1601/7/95 1602/6/95 +f 1603/7/95 1602/6/95 1601/7/95 +f 1602/6/84 1604/7/84 1603/7/84 +f 1604/7/84 1602/6/84 1605/6/84 +f 1603/7/83 1604/7/83 1602/6/83 +f 1605/6/83 1602/6/83 1604/7/83 +f 1606/7/295 1600/6/297 1601/7/297 +f 1600/6/297 1606/7/295 1607/6/295 +f 1601/7/298 1600/6/298 1606/7/296 +f 1607/6/296 1606/7/296 1600/6/298 +f 1604/7/292 1609/6/291 1608/7/291 +f 1609/6/291 1604/7/292 1605/6/292 +f 1608/7/294 1609/6/294 1604/7/293 +f 1605/6/293 1604/7/293 1609/6/294 +f 1607/6/81 1602/6/81 1600/6/81 +f 1602/6/81 1607/6/81 1605/6/81 +f 1605/6/81 1607/6/81 1609/6/81 +f 1600/6/82 1602/6/82 1607/6/82 +f 1605/6/82 1607/6/82 1602/6/82 +f 1609/6/82 1607/6/82 1605/6/82 +f 1609/6/291 1606/7/295 1608/7/291 +f 1606/7/295 1609/6/291 1607/6/295 +f 1608/7/294 1606/7/296 1609/6/294 +f 1607/6/296 1609/6/294 1606/7/296 +f 1612/8/84 1611/7/84 1610/7/84 +f 1611/7/84 1612/8/84 1613/8/84 +f 1610/7/83 1611/7/83 1612/8/83 +f 1613/8/83 1612/8/83 1611/7/83 +f 1612/8/96 1615/7/96 1614/8/96 +f 1615/7/96 1612/8/96 1610/7/96 +f 1614/8/95 1615/7/95 1612/8/95 +f 1610/7/95 1612/8/95 1615/7/95 +f 1616/8/81 1612/8/81 1614/8/81 +f 1612/8/81 1616/8/81 1613/8/81 +f 1613/8/81 1616/8/81 1617/8/81 +f 1614/8/82 1612/8/82 1616/8/82 +f 1613/8/82 1616/8/82 1612/8/82 +f 1617/8/82 1616/8/82 1613/8/82 +f 1611/7/82 1615/7/82 1610/7/82 +f 1615/7/82 1611/7/82 1618/7/82 +f 1618/7/82 1611/7/82 1619/7/82 +f 1610/7/81 1615/7/81 1611/7/81 +f 1618/7/81 1611/7/81 1615/7/81 +f 1619/7/81 1611/7/81 1618/7/81 +f 1611/7/292 1617/8/291 1619/7/291 +f 1617/8/291 1611/7/292 1613/8/292 +f 1619/7/294 1617/8/294 1611/7/293 +f 1613/8/293 1611/7/293 1617/8/294 +f 1617/8/291 1618/7/573 1619/7/291 +f 1618/7/573 1617/8/291 1616/8/573 +f 1619/7/294 1618/7/574 1617/8/294 +f 1616/8/574 1617/8/294 1618/7/574 +f 1618/7/573 1614/8/297 1615/7/297 +f 1614/8/297 1618/7/573 1616/8/573 +f 1615/7/298 1614/8/298 1618/7/574 +f 1616/8/574 1618/7/574 1614/8/298 +f 1622/6/192 1621/7/192 1620/6/192 +f 1621/7/192 1622/6/192 1623/7/192 +f 1620/6/191 1621/7/191 1622/6/191 +f 1623/7/191 1622/6/191 1621/7/191 +f 1622/6/180 1624/7/180 1623/7/180 +f 1624/7/180 1622/6/180 1625/6/180 +f 1623/7/179 1624/7/179 1622/6/179 +f 1625/6/179 1622/6/179 1624/7/179 +f 1626/7/359 1620/6/361 1621/7/361 +f 1620/6/361 1626/7/359 1627/6/359 +f 1621/7/362 1620/6/362 1626/7/360 +f 1627/6/360 1626/7/360 1620/6/362 +f 1624/7/356 1629/6/355 1628/7/355 +f 1629/6/355 1624/7/356 1625/6/356 +f 1628/7/358 1629/6/358 1624/7/357 +f 1625/6/357 1624/7/357 1629/6/358 +f 1627/6/81 1622/6/81 1620/6/81 +f 1622/6/81 1627/6/81 1625/6/81 +f 1625/6/81 1627/6/81 1629/6/81 +f 1620/6/82 1622/6/82 1627/6/82 +f 1625/6/82 1627/6/82 1622/6/82 +f 1629/6/82 1627/6/82 1625/6/82 +f 1629/6/355 1626/7/359 1628/7/355 +f 1626/7/359 1629/6/355 1627/6/359 +f 1628/7/358 1626/7/360 1629/6/358 +f 1627/6/360 1629/6/358 1626/7/360 +f 1632/8/180 1631/7/180 1630/7/180 +f 1631/7/180 1632/8/180 1633/8/180 +f 1630/7/179 1631/7/179 1632/8/179 +f 1633/8/179 1632/8/179 1631/7/179 +f 1632/8/192 1635/7/192 1634/8/192 +f 1635/7/192 1632/8/192 1630/7/192 +f 1634/8/191 1635/7/191 1632/8/191 +f 1630/7/191 1632/8/191 1635/7/191 +f 1636/8/81 1632/8/81 1634/8/81 +f 1632/8/81 1636/8/81 1633/8/81 +f 1633/8/81 1636/8/81 1637/8/81 +f 1634/8/82 1632/8/82 1636/8/82 +f 1633/8/82 1636/8/82 1632/8/82 +f 1637/8/82 1636/8/82 1633/8/82 +f 1631/7/82 1635/7/82 1630/7/82 +f 1635/7/82 1631/7/82 1638/7/82 +f 1638/7/82 1631/7/82 1639/7/82 +f 1630/7/81 1635/7/81 1631/7/81 +f 1638/7/81 1631/7/81 1635/7/81 +f 1639/7/81 1631/7/81 1638/7/81 +f 1631/7/356 1637/8/355 1639/7/355 +f 1637/8/355 1631/7/356 1633/8/356 +f 1639/7/358 1637/8/358 1631/7/357 +f 1633/8/357 1631/7/357 1637/8/358 +f 1637/8/355 1638/7/633 1639/7/355 +f 1638/7/633 1637/8/355 1636/8/633 +f 1639/7/358 1638/7/634 1637/8/358 +f 1636/8/634 1637/8/358 1638/7/634 +f 1638/7/633 1634/8/361 1635/7/361 +f 1634/8/361 1638/7/633 1636/8/633 +f 1635/7/362 1634/8/362 1638/7/634 +f 1636/8/634 1638/7/634 1634/8/362 +f 1642/6/81 1641/6/81 1640/6/81 +f 1641/6/81 1642/6/81 1643/6/81 +f 1641/6/81 1643/6/81 1644/6/81 +f 1644/6/81 1643/6/81 1645/6/81 +f 1644/6/81 1645/6/81 1646/6/81 +f 1646/6/81 1645/6/81 1647/6/81 +f 1646/6/81 1647/6/81 1648/6/81 +f 1648/6/81 1647/6/81 1649/6/81 +f 1640/6/82 1641/6/82 1642/6/82 +f 1643/6/82 1642/6/82 1641/6/82 +f 1644/6/82 1643/6/82 1641/6/82 +f 1645/6/82 1643/6/82 1644/6/82 +f 1646/6/82 1645/6/82 1644/6/82 +f 1647/6/82 1645/6/82 1646/6/82 +f 1648/6/82 1647/6/82 1646/6/82 +f 1649/6/82 1647/6/82 1648/6/82 +f 1642/6/314 417/7/314 1650/7/314 +f 417/7/314 1642/6/314 1640/6/314 +f 1650/7/313 417/7/313 1642/6/313 +f 1640/6/313 1642/6/313 417/7/313 +f 1651/7/279 1642/6/280 1650/7/280 +f 1642/6/280 1651/7/279 1643/6/279 +f 1650/7/277 1642/6/277 1651/7/278 +f 1643/6/278 1651/7/278 1642/6/277 +f 1652/7/282 1643/6/279 1651/7/279 +f 1643/6/279 1652/7/282 1645/6/282 +f 1651/7/278 1643/6/278 1652/7/281 +f 1645/6/281 1652/7/281 1643/6/278 +f 1647/6/284 1652/7/282 1653/7/284 +f 1652/7/282 1647/6/284 1645/6/282 +f 1653/7/283 1652/7/281 1647/6/283 +f 1645/6/281 1647/6/283 1652/7/281 +f 1649/6/289 1653/7/284 1654/7/289 +f 1653/7/284 1649/6/289 1647/6/284 +f 1654/7/290 1653/7/283 1649/6/290 +f 1647/6/283 1649/6/290 1653/7/283 +f 425/7/312 1649/6/312 1654/7/312 +f 1649/6/312 425/7/312 1648/6/312 +f 1654/7/311 1649/6/311 425/7/311 +f 1648/6/311 425/7/311 1649/6/311 +f 1646/6/283 425/7/290 423/7/283 +f 425/7/290 1646/6/283 1648/6/290 +f 423/7/284 425/7/289 1646/6/284 +f 1648/6/289 1646/6/284 425/7/289 +f 1644/6/281 423/7/283 421/7/281 +f 423/7/283 1644/6/281 1646/6/283 +f 421/7/282 423/7/284 1644/6/282 +f 1646/6/284 1644/6/282 423/7/284 +f 1644/6/281 418/7/278 1641/6/278 +f 418/7/278 1644/6/281 421/7/281 +f 1641/6/279 418/7/279 1644/6/282 +f 421/7/282 1644/6/282 418/7/279 +f 1641/6/278 417/7/277 1640/6/277 +f 417/7/277 1641/6/278 418/7/278 +f 1640/6/280 417/7/280 1641/6/279 +f 418/7/279 1641/6/279 417/7/280 +f 1656/7/82 1655/7/82 130/7/82 +f 1655/7/82 1656/7/82 437/7/82 +f 1655/7/82 437/7/82 1657/7/82 +f 1657/7/82 437/7/82 1658/7/82 +f 1657/7/82 1658/7/82 1659/7/82 +f 1659/7/82 1658/7/82 1660/7/82 +f 1660/7/82 1658/7/82 373/7/82 +f 1660/7/82 373/7/82 1661/7/82 +f 130/7/81 1655/7/81 1656/7/81 +f 437/7/81 1656/7/81 1655/7/81 +f 1657/7/81 437/7/81 1655/7/81 +f 1658/7/81 437/7/81 1657/7/81 +f 1659/7/81 1658/7/81 1657/7/81 +f 1660/7/81 1658/7/81 1659/7/81 +f 373/7/81 1658/7/81 1660/7/81 +f 1661/7/81 373/7/81 1660/7/81 +f 1382/8/81 436/8/81 428/8/81 +f 436/8/81 1382/8/81 435/8/81 +f 435/8/81 1382/8/81 1662/8/81 +f 435/8/81 1662/8/81 434/8/81 +f 434/8/81 1662/8/81 1663/8/81 +f 434/8/81 1663/8/81 1664/8/81 +f 434/8/81 1664/8/81 433/8/81 +f 433/8/81 1664/8/81 1364/8/81 +f 428/8/82 436/8/82 1382/8/82 +f 435/8/82 1382/8/82 436/8/82 +f 1662/8/82 1382/8/82 435/8/82 +f 434/8/82 1662/8/82 435/8/82 +f 1663/8/82 1662/8/82 434/8/82 +f 1664/8/82 1663/8/82 434/8/82 +f 433/8/82 1664/8/82 434/8/82 +f 1364/8/82 1664/8/82 433/8/82 +f 1382/8/314 130/7/314 1655/7/314 +f 130/7/314 1382/8/314 428/8/314 +f 1655/7/313 130/7/313 1382/8/313 +f 428/8/313 1382/8/313 130/7/313 +f 1657/7/279 1382/8/280 1655/7/280 +f 1382/8/280 1657/7/279 1662/8/279 +f 1655/7/277 1382/8/277 1657/7/278 +f 1662/8/278 1657/7/278 1382/8/277 +f 1659/7/282 1662/8/279 1657/7/279 +f 1662/8/279 1659/7/282 1663/8/282 +f 1657/7/278 1662/8/278 1659/7/281 +f 1663/8/281 1659/7/281 1662/8/278 +f 1664/8/284 1659/7/282 1660/7/284 +f 1659/7/282 1664/8/284 1663/8/282 +f 1660/7/283 1659/7/281 1664/8/283 +f 1663/8/281 1664/8/283 1659/7/281 +f 1364/8/286 1660/7/284 1661/7/286 +f 1660/7/284 1364/8/286 1664/8/284 +f 1661/7/285 1660/7/283 1364/8/285 +f 1664/8/283 1364/8/285 1660/7/283 +f 373/7/312 1364/8/312 1661/7/312 +f 1364/8/312 373/7/312 433/8/312 +f 1661/7/311 1364/8/311 373/7/311 +f 433/8/311 373/7/311 1364/8/311 +f 434/8/283 373/7/290 1658/7/283 +f 373/7/290 434/8/283 433/8/290 +f 1658/7/284 373/7/289 434/8/284 +f 433/8/289 434/8/284 373/7/289 +f 435/8/281 1658/7/283 437/7/281 +f 1658/7/283 435/8/281 434/8/283 +f 437/7/282 1658/7/284 435/8/282 +f 434/8/284 435/8/282 1658/7/284 +f 435/8/281 1656/7/278 436/8/278 +f 1656/7/278 435/8/281 437/7/281 +f 436/8/279 1656/7/279 435/8/282 +f 437/7/282 435/8/282 1656/7/279 +f 436/8/278 130/7/277 428/8/277 +f 130/7/277 436/8/278 1656/7/278 +f 428/8/280 130/7/280 436/8/279 +f 1656/7/279 436/8/279 130/7/280 +f 1667/8/533 1666/7/534 1665/8/534 +f 1666/7/534 1667/8/533 1668/7/533 +f 1665/8/531 1666/7/531 1667/8/532 +f 1668/7/532 1667/8/532 1666/7/531 +f 1671/8/537 1670/7/538 1669/7/537 +f 1670/7/538 1671/8/537 1672/8/538 +f 1669/7/535 1670/7/536 1671/8/535 +f 1672/8/536 1671/8/535 1670/7/536 +f 1672/8/538 1673/7/540 1670/7/538 +f 1673/7/540 1672/8/538 1674/8/540 +f 1670/7/536 1673/7/539 1672/8/536 +f 1674/8/539 1672/8/536 1673/7/539 +f 1677/7/543 1676/8/544 1675/7/544 +f 1676/8/544 1677/7/543 1678/8/543 +f 1675/7/541 1676/8/541 1677/7/542 +f 1678/8/542 1677/7/542 1676/8/541 +f 1675/7/544 1671/8/537 1669/7/537 +f 1671/8/537 1675/7/544 1676/8/544 +f 1669/7/535 1671/8/535 1675/7/541 +f 1676/8/541 1675/7/541 1671/8/535 +f 1665/8/534 1673/7/540 1674/8/540 +f 1673/7/540 1665/8/534 1666/7/534 +f 1674/8/539 1673/7/539 1665/8/531 +f 1666/7/531 1665/8/531 1673/7/539 +f 1665/8/81 1678/8/81 1667/8/81 +f 1678/8/81 1665/8/81 1674/8/81 +f 1678/8/81 1674/8/81 1672/8/81 +f 1678/8/81 1672/8/81 1671/8/81 +f 1678/8/81 1671/8/81 1676/8/81 +f 1667/8/82 1678/8/82 1665/8/82 +f 1674/8/82 1665/8/82 1678/8/82 +f 1672/8/82 1674/8/82 1678/8/82 +f 1671/8/82 1672/8/82 1678/8/82 +f 1676/8/82 1671/8/82 1678/8/82 +f 1681/10/546 1680/9/545 1679/9/546 +f 1680/9/545 1681/10/546 1682/10/545 +f 1679/9/548 1680/9/547 1681/10/548 +f 1682/10/547 1681/10/548 1680/9/547 +f 1685/10/548 1684/9/547 1683/9/548 +f 1684/9/547 1685/10/548 1686/10/547 +f 1683/9/546 1684/9/545 1685/10/546 +f 1686/10/545 1685/10/546 1684/9/545 +f 1689/10/552 1688/9/551 1687/10/551 +f 1688/9/551 1689/10/552 1690/9/552 +f 1687/10/550 1688/9/550 1689/10/549 +f 1690/9/549 1689/10/549 1688/9/550 +f 1693/9/550 1692/10/549 1691/9/549 +f 1692/10/549 1693/9/550 1694/10/550 +f 1691/9/552 1692/10/552 1693/9/551 +f 1694/10/551 1693/9/551 1692/10/552 +f 1686/10/547 1693/9/550 1684/9/547 +f 1693/9/550 1686/10/547 1694/10/550 +f 1684/9/545 1693/9/551 1686/10/545 +f 1694/10/551 1686/10/545 1693/9/551 +f 1682/10/545 1688/9/551 1680/9/545 +f 1688/9/551 1682/10/545 1687/10/551 +f 1680/9/547 1688/9/550 1682/10/547 +f 1687/10/550 1682/10/547 1688/9/550 +f 1689/10/552 1683/9/548 1690/9/552 +f 1683/9/548 1689/10/552 1685/10/548 +f 1690/9/549 1683/9/546 1689/10/549 +f 1685/10/546 1689/10/549 1683/9/546 +f 1692/10/549 1679/9/546 1691/9/549 +f 1679/9/546 1692/10/549 1681/10/546 +f 1691/9/552 1679/9/548 1692/10/552 +f 1681/10/548 1692/10/552 1679/9/548 +f 1682/10/554 1689/10/554 1687/10/554 +f 1689/10/554 1682/10/554 1685/10/554 +f 1685/10/554 1682/10/554 1681/10/554 +f 1685/10/554 1681/10/554 1686/10/554 +f 1686/10/554 1681/10/554 1692/10/554 +f 1686/10/554 1692/10/554 1694/10/554 +f 1687/10/553 1689/10/553 1682/10/553 +f 1685/10/553 1682/10/553 1689/10/553 +f 1681/10/553 1682/10/553 1685/10/553 +f 1686/10/553 1681/10/553 1685/10/553 +f 1692/10/553 1681/10/553 1686/10/553 +f 1694/10/553 1692/10/553 1686/10/553 +f 1683/9/553 1688/9/553 1690/9/553 +f 1688/9/553 1683/9/553 1680/9/553 +f 1680/9/553 1683/9/553 1684/9/553 +f 1680/9/553 1684/9/553 1679/9/553 +f 1679/9/553 1684/9/553 1693/9/553 +f 1679/9/553 1693/9/553 1691/9/553 +f 1690/9/554 1688/9/554 1683/9/554 +f 1680/9/554 1683/9/554 1688/9/554 +f 1684/9/554 1683/9/554 1680/9/554 +f 1679/9/554 1684/9/554 1680/9/554 +f 1693/9/554 1684/9/554 1679/9/554 +f 1691/9/554 1693/9/554 1679/9/554 +f 1697/10/556 1696/9/555 1695/9/556 +f 1696/9/555 1697/10/556 1698/10/555 +f 1695/9/558 1696/9/557 1697/10/558 +f 1698/10/557 1697/10/558 1696/9/557 +f 1701/10/558 1700/9/557 1699/9/558 +f 1700/9/557 1701/10/558 1702/10/557 +f 1699/9/556 1700/9/555 1701/10/556 +f 1702/10/555 1701/10/556 1700/9/555 +f 1705/10/562 1704/9/561 1703/10/561 +f 1704/9/561 1705/10/562 1706/9/562 +f 1703/10/560 1704/9/560 1705/10/559 +f 1706/9/559 1705/10/559 1704/9/560 +f 1709/9/560 1708/10/559 1707/9/559 +f 1708/10/559 1709/9/560 1710/10/560 +f 1707/9/562 1708/10/562 1709/9/561 +f 1710/10/561 1709/9/561 1708/10/562 +f 1702/10/557 1709/9/560 1700/9/557 +f 1709/9/560 1702/10/557 1710/10/560 +f 1700/9/555 1709/9/561 1702/10/555 +f 1710/10/561 1702/10/555 1709/9/561 +f 1698/10/555 1704/9/561 1696/9/555 +f 1704/9/561 1698/10/555 1703/10/561 +f 1696/9/557 1704/9/560 1698/10/557 +f 1703/10/560 1698/10/557 1704/9/560 +f 1705/10/562 1699/9/558 1706/9/562 +f 1699/9/558 1705/10/562 1701/10/558 +f 1706/9/559 1699/9/556 1705/10/559 +f 1701/10/556 1705/10/559 1699/9/556 +f 1708/10/559 1695/9/556 1707/9/559 +f 1695/9/556 1708/10/559 1697/10/556 +f 1707/9/562 1695/9/558 1708/10/562 +f 1697/10/558 1708/10/562 1695/9/558 +f 1698/10/286 1705/10/286 1703/10/286 +f 1705/10/286 1698/10/286 1701/10/286 +f 1701/10/286 1698/10/286 1697/10/286 +f 1701/10/286 1697/10/286 1702/10/286 +f 1702/10/286 1697/10/286 1708/10/286 +f 1702/10/286 1708/10/286 1710/10/286 +f 1703/10/285 1705/10/285 1698/10/285 +f 1701/10/285 1698/10/285 1705/10/285 +f 1697/10/285 1698/10/285 1701/10/285 +f 1702/10/285 1697/10/285 1701/10/285 +f 1708/10/285 1697/10/285 1702/10/285 +f 1710/10/285 1708/10/285 1702/10/285 +f 1699/9/285 1704/9/285 1706/9/285 +f 1704/9/285 1699/9/285 1696/9/285 +f 1696/9/285 1699/9/285 1700/9/285 +f 1696/9/285 1700/9/285 1695/9/285 +f 1695/9/285 1700/9/285 1709/9/285 +f 1695/9/285 1709/9/285 1707/9/285 +f 1706/9/286 1704/9/286 1699/9/286 +f 1696/9/286 1699/9/286 1704/9/286 +f 1700/9/286 1699/9/286 1696/9/286 +f 1695/9/286 1700/9/286 1696/9/286 +f 1709/9/286 1700/9/286 1695/9/286 +f 1707/9/286 1709/9/286 1695/9/286 +f 1713/10/556 1712/9/555 1711/9/556 +f 1712/9/555 1713/10/556 1714/10/555 +f 1711/9/558 1712/9/557 1713/10/558 +f 1714/10/557 1713/10/558 1712/9/557 +f 1717/10/558 1716/9/557 1715/9/558 +f 1716/9/557 1717/10/558 1718/10/557 +f 1715/9/556 1716/9/555 1717/10/556 +f 1718/10/555 1717/10/556 1716/9/555 +f 1721/10/562 1720/9/561 1719/10/561 +f 1720/9/561 1721/10/562 1722/9/562 +f 1719/10/560 1720/9/560 1721/10/559 +f 1722/9/559 1721/10/559 1720/9/560 +f 1725/9/560 1724/10/559 1723/9/559 +f 1724/10/559 1725/9/560 1726/10/560 +f 1723/9/562 1724/10/562 1725/9/561 +f 1726/10/561 1725/9/561 1724/10/562 +f 1718/10/557 1725/9/560 1716/9/557 +f 1725/9/560 1718/10/557 1726/10/560 +f 1716/9/555 1725/9/561 1718/10/555 +f 1726/10/561 1718/10/555 1725/9/561 +f 1714/10/555 1720/9/561 1712/9/555 +f 1720/9/561 1714/10/555 1719/10/561 +f 1712/9/557 1720/9/560 1714/10/557 +f 1719/10/560 1714/10/557 1720/9/560 +f 1721/10/562 1715/9/558 1722/9/562 +f 1715/9/558 1721/10/562 1717/10/558 +f 1722/9/559 1715/9/556 1721/10/559 +f 1717/10/556 1721/10/559 1715/9/556 +f 1724/10/559 1711/9/556 1723/9/559 +f 1711/9/556 1724/10/559 1713/10/556 +f 1723/9/562 1711/9/558 1724/10/562 +f 1713/10/558 1724/10/562 1711/9/558 +f 1714/10/286 1721/10/286 1719/10/286 +f 1721/10/286 1714/10/286 1717/10/286 +f 1717/10/286 1714/10/286 1713/10/286 +f 1717/10/286 1713/10/286 1718/10/286 +f 1718/10/286 1713/10/286 1724/10/286 +f 1718/10/286 1724/10/286 1726/10/286 +f 1719/10/285 1721/10/285 1714/10/285 +f 1717/10/285 1714/10/285 1721/10/285 +f 1713/10/285 1714/10/285 1717/10/285 +f 1718/10/285 1713/10/285 1717/10/285 +f 1724/10/285 1713/10/285 1718/10/285 +f 1726/10/285 1724/10/285 1718/10/285 +f 1715/9/285 1720/9/285 1722/9/285 +f 1720/9/285 1715/9/285 1712/9/285 +f 1712/9/285 1715/9/285 1716/9/285 +f 1712/9/285 1716/9/285 1711/9/285 +f 1711/9/285 1716/9/285 1725/9/285 +f 1711/9/285 1725/9/285 1723/9/285 +f 1722/9/286 1720/9/286 1715/9/286 +f 1712/9/286 1715/9/286 1720/9/286 +f 1716/9/286 1715/9/286 1712/9/286 +f 1711/9/286 1716/9/286 1712/9/286 +f 1725/9/286 1716/9/286 1711/9/286 +f 1723/9/286 1725/9/286 1711/9/286 +f 1729/10/564 1728/9/563 1727/9/564 +f 1728/9/563 1729/10/564 1730/10/563 +f 1727/9/566 1728/9/565 1729/10/566 +f 1730/10/565 1729/10/566 1728/9/565 +f 1733/9/566 1732/10/565 1731/9/565 +f 1732/10/565 1733/9/566 1734/10/566 +f 1731/9/563 1732/10/563 1733/9/564 +f 1734/10/564 1733/9/564 1732/10/563 +f 1737/10/570 1736/9/569 1735/10/569 +f 1736/9/569 1737/10/570 1738/9/570 +f 1735/10/568 1736/9/568 1737/10/567 +f 1738/9/567 1737/10/567 1736/9/568 +f 1741/9/568 1740/10/567 1739/9/567 +f 1740/10/567 1741/9/568 1742/10/568 +f 1739/9/570 1740/10/570 1741/9/569 +f 1742/10/569 1741/9/569 1740/10/570 +f 1732/10/565 1741/9/568 1731/9/565 +f 1741/9/568 1732/10/565 1742/10/568 +f 1731/9/563 1741/9/569 1732/10/563 +f 1742/10/569 1732/10/563 1741/9/569 +f 1730/10/563 1736/9/569 1728/9/563 +f 1736/9/569 1730/10/563 1735/10/569 +f 1728/9/565 1736/9/568 1730/10/565 +f 1735/10/568 1730/10/565 1736/9/568 +f 1737/10/570 1733/9/566 1738/9/570 +f 1733/9/566 1737/10/570 1734/10/566 +f 1738/9/567 1733/9/564 1737/10/567 +f 1734/10/564 1737/10/567 1733/9/564 +f 1740/10/567 1727/9/564 1739/9/567 +f 1727/9/564 1740/10/567 1729/10/564 +f 1739/9/570 1727/9/566 1740/10/570 +f 1729/10/566 1740/10/570 1727/9/566 +f 1730/10/572 1737/10/572 1735/10/572 +f 1737/10/572 1730/10/572 1734/10/572 +f 1734/10/572 1730/10/572 1729/10/572 +f 1734/10/572 1729/10/572 1732/10/572 +f 1732/10/572 1729/10/572 1740/10/572 +f 1732/10/572 1740/10/572 1742/10/572 +f 1735/10/571 1737/10/571 1730/10/571 +f 1734/10/571 1730/10/571 1737/10/571 +f 1729/10/571 1730/10/571 1734/10/571 +f 1732/10/571 1729/10/571 1734/10/571 +f 1740/10/571 1729/10/571 1732/10/571 +f 1742/10/571 1740/10/571 1732/10/571 +f 1733/9/571 1736/9/571 1738/9/571 +f 1736/9/571 1733/9/571 1728/9/571 +f 1728/9/571 1733/9/571 1731/9/571 +f 1728/9/571 1731/9/571 1727/9/571 +f 1727/9/571 1731/9/571 1741/9/571 +f 1727/9/571 1741/9/571 1739/9/571 +f 1738/9/572 1736/9/572 1733/9/572 +f 1728/9/572 1733/9/572 1736/9/572 +f 1731/9/572 1733/9/572 1728/9/572 +f 1727/9/572 1731/9/572 1728/9/572 +f 1741/9/572 1731/9/572 1727/9/572 +f 1739/9/572 1741/9/572 1727/9/572 +f 573/6/81 574/6/81 575/6/81 +f 574/6/81 573/6/81 576/6/81 +f 574/6/81 576/6/81 577/6/81 +f 577/6/81 576/6/81 578/6/81 +f 577/6/81 578/6/81 579/6/81 +f 579/6/81 578/6/81 580/6/81 +f 575/6/311 581/7/415 573/6/415 +f 581/7/415 575/6/311 582/7/311 +f 576/6/314 581/7/416 583/7/314 +f 581/7/416 576/6/314 573/6/416 +f 578/6/417 583/7/314 584/7/417 +f 583/7/314 578/6/417 576/6/314 +f 585/7/312 578/6/418 584/7/418 +f 578/6/418 585/7/312 580/6/312 +f 586/7/411 580/6/312 585/7/312 +f 580/6/312 586/7/411 579/6/411 +f 577/6/313 586/7/412 587/7/313 +f 586/7/412 577/6/313 579/6/412 +f 574/6/413 587/7/313 588/7/413 +f 587/7/313 574/6/413 577/6/313 +f 574/6/414 582/7/311 575/6/311 +f 582/7/311 574/6/414 588/7/414 +f 1745/6/192 1744/7/192 1743/6/192 +f 1744/7/192 1745/6/192 1746/7/192 +f 1743/6/191 1744/7/191 1745/6/191 +f 1746/7/191 1745/6/191 1744/7/191 +f 1745/6/180 1747/7/180 1746/7/180 +f 1747/7/180 1745/6/180 1748/6/180 +f 1746/7/179 1747/7/179 1745/6/179 +f 1748/6/179 1745/6/179 1747/7/179 +f 1749/7/359 1743/6/361 1744/7/361 +f 1743/6/361 1749/7/359 1750/6/359 +f 1744/7/362 1743/6/362 1749/7/360 +f 1750/6/360 1749/7/360 1743/6/362 +f 1747/7/356 1752/6/355 1751/7/355 +f 1752/6/355 1747/7/356 1748/6/356 +f 1751/7/358 1752/6/358 1747/7/357 +f 1748/6/357 1747/7/357 1752/6/358 +f 1750/6/81 1745/6/81 1743/6/81 +f 1745/6/81 1750/6/81 1748/6/81 +f 1748/6/81 1750/6/81 1752/6/81 +f 1743/6/82 1745/6/82 1750/6/82 +f 1748/6/82 1750/6/82 1745/6/82 +f 1752/6/82 1750/6/82 1748/6/82 +f 1752/6/355 1749/7/359 1751/7/355 +f 1749/7/359 1752/6/355 1750/6/359 +f 1751/7/358 1749/7/360 1752/6/358 +f 1750/6/360 1752/6/358 1749/7/360 +f 292/8/180 1754/7/180 1753/7/180 +f 1754/7/180 292/8/180 1403/8/180 +f 1753/7/179 1754/7/179 292/8/179 +f 1403/8/179 292/8/179 1754/7/179 +f 292/8/192 1756/7/192 1755/8/192 +f 1756/7/192 292/8/192 1753/7/192 +f 1755/8/191 1756/7/191 292/8/191 +f 1753/7/191 292/8/191 1756/7/191 +f 1757/8/81 292/8/81 1755/8/81 +f 292/8/81 1757/8/81 1403/8/81 +f 1403/8/81 1757/8/81 1758/8/81 +f 1755/8/82 292/8/82 1757/8/82 +f 1403/8/82 1757/8/82 292/8/82 +f 1758/8/82 1757/8/82 1403/8/82 +f 1754/7/82 1756/7/82 1753/7/82 +f 1756/7/82 1754/7/82 1759/7/82 +f 1759/7/82 1754/7/82 1760/7/82 +f 1753/7/81 1756/7/81 1754/7/81 +f 1759/7/81 1754/7/81 1756/7/81 +f 1760/7/81 1754/7/81 1759/7/81 +f 1754/7/356 1758/8/355 1760/7/355 +f 1758/8/355 1754/7/356 1403/8/356 +f 1760/7/358 1758/8/358 1754/7/357 +f 1403/8/357 1754/7/357 1758/8/358 +f 1758/8/355 1759/7/633 1760/7/355 +f 1759/7/633 1758/8/355 1757/8/633 +f 1760/7/358 1759/7/634 1758/8/358 +f 1757/8/634 1758/8/358 1759/7/634 +f 1759/7/633 1755/8/361 1756/7/361 +f 1755/8/361 1759/7/633 1757/8/633 +f 1756/7/362 1755/8/362 1759/7/634 +f 1757/8/634 1759/7/634 1755/8/362 +f 731/8/192 1762/7/192 1761/8/192 +f 1762/7/192 731/8/192 1763/7/192 +f 1761/8/191 1762/7/191 731/8/191 +f 1763/7/191 731/8/191 1762/7/191 +f 1766/8/635 1765/7/179 1764/7/635 +f 1765/7/179 1766/8/635 1767/8/179 +f 1764/7/636 1765/7/180 1766/8/636 +f 1767/8/180 1766/8/636 1765/7/180 +f 731/8/180 1768/7/180 1763/7/180 +f 1768/7/180 731/8/180 732/8/180 +f 1763/7/179 1768/7/179 731/8/179 +f 732/8/179 731/8/179 1768/7/179 +f 1767/8/179 1762/7/637 1765/7/179 +f 1762/7/637 1767/8/179 1761/8/637 +f 1765/7/180 1762/7/638 1767/8/180 +f 1761/8/638 1767/8/180 1762/7/638 +f 1768/7/82 1762/7/82 1763/7/82 +f 1762/7/82 1768/7/82 1765/7/82 +f 1765/7/82 1768/7/82 1764/7/82 +f 1763/7/81 1762/7/81 1768/7/81 +f 1765/7/81 1768/7/81 1762/7/81 +f 1764/7/81 1768/7/81 1765/7/81 +f 1761/8/81 732/8/81 731/8/81 +f 732/8/81 1761/8/81 1767/8/81 +f 732/8/81 1767/8/81 1766/8/81 +f 731/8/82 732/8/82 1761/8/82 +f 1767/8/82 1761/8/82 732/8/82 +f 1766/8/82 1767/8/82 732/8/82 +f 1768/7/191 1766/8/191 1764/7/191 +f 1766/8/191 1768/7/191 732/8/191 +f 1764/7/192 1766/8/192 1768/7/192 +f 732/8/192 1768/7/192 1766/8/192 +f 1771/6/81 1770/6/81 1769/6/81 +f 1770/6/81 1771/6/81 1772/6/81 +f 1770/6/81 1772/6/81 1773/6/81 +f 1769/6/82 1770/6/82 1771/6/82 +f 1772/6/82 1771/6/82 1770/6/82 +f 1773/6/82 1772/6/82 1770/6/82 +f 1769/6/180 1775/7/180 1774/7/180 +f 1775/7/180 1769/6/180 1770/6/180 +f 1774/7/179 1775/7/179 1769/6/179 +f 1770/6/179 1769/6/179 1775/7/179 +f 1775/7/191 1773/6/191 1776/7/191 +f 1773/6/191 1775/7/191 1770/6/191 +f 1776/7/192 1773/6/192 1775/7/192 +f 1770/6/192 1775/7/192 1773/6/192 +f 1769/6/192 1777/7/192 1771/6/192 +f 1777/7/192 1769/6/192 1774/7/192 +f 1771/6/191 1777/7/191 1769/6/191 +f 1774/7/191 1769/6/191 1777/7/191 +f 1779/24/420 1778/23/420 1772/6/180 +f 1778/23/420 1780/25/420 1772/6/180 +f 1781/26/420 1779/24/420 1772/6/180 +f 1772/6/180 1780/25/420 1782/7/180 +f 1783/25/420 1782/7/180 1780/25/420 +f 1782/7/180 1783/25/420 1776/7/420 +f 1784/23/420 1776/7/420 1783/25/420 +f 1773/6/420 1781/26/420 1772/6/180 +f 1773/6/420 1776/7/420 1784/23/420 +f 1781/26/420 1773/6/420 1785/26/420 +f 1786/24/420 1773/6/420 1784/23/420 +f 1785/26/420 1773/6/420 1786/24/420 +f 1788/28/422 1787/27/422 1771/6/422 +f 1789/29/422 1788/28/422 1771/6/422 +f 1772/6/180 1789/29/422 1771/6/422 +f 1789/29/422 1772/6/180 1790/29/422 +f 1771/6/422 1787/27/422 1777/7/422 +f 1790/29/422 1772/6/180 1791/28/422 +f 1791/28/422 1772/6/180 1792/27/422 +f 1793/30/422 1777/7/422 1787/27/422 +f 1792/27/422 1772/6/180 1794/31/422 +f 1795/30/422 1792/27/422 1794/31/422 +f 1795/30/422 1794/31/422 1793/30/422 +f 1794/31/422 1772/6/180 1796/31/422 +f 1796/31/422 1772/6/180 1797/32/422 +f 1797/32/422 1772/6/180 1798/33/422 +f 1772/6/180 1782/7/180 1798/33/422 +f 1798/33/422 1782/7/180 1799/34/422 +f 1777/7/422 1799/34/422 1782/7/180 +f 1799/34/422 1777/7/422 1800/34/422 +f 1800/34/422 1777/7/422 1793/30/422 +f 1794/31/422 1801/32/422 1793/30/422 +f 1802/33/422 1800/34/422 1793/30/422 +f 1801/32/422 1802/33/422 1793/30/422 +f 1772/6/179 1778/23/419 1779/24/419 +f 1772/6/179 1779/24/419 1781/26/419 +f 1772/6/179 1780/25/419 1778/23/419 +f 1782/7/179 1780/25/419 1772/6/179 +f 1780/25/419 1782/7/179 1783/25/419 +f 1776/7/419 1783/25/419 1782/7/179 +f 1783/25/419 1776/7/419 1784/23/419 +f 1772/6/179 1781/26/419 1773/6/419 +f 1784/23/419 1776/7/419 1773/6/419 +f 1785/26/419 1773/6/419 1781/26/419 +f 1784/23/419 1773/6/419 1786/24/419 +f 1786/24/419 1773/6/419 1785/26/419 +f 1771/6/421 1787/27/421 1788/28/421 +f 1771/6/421 1788/28/421 1789/29/421 +f 1771/6/421 1789/29/421 1772/6/179 +f 1790/29/421 1772/6/179 1789/29/421 +f 1777/7/421 1787/27/421 1771/6/421 +f 1791/28/421 1772/6/179 1790/29/421 +f 1792/27/421 1772/6/179 1791/28/421 +f 1787/27/421 1777/7/421 1793/30/421 +f 1794/31/421 1772/6/179 1792/27/421 +f 1794/31/421 1792/27/421 1795/30/421 +f 1793/30/421 1794/31/421 1795/30/421 +f 1796/31/421 1772/6/179 1794/31/421 +f 1797/32/421 1772/6/179 1796/31/421 +f 1798/33/421 1772/6/179 1797/32/421 +f 1798/33/421 1782/7/179 1772/6/179 +f 1799/34/421 1782/7/179 1798/33/421 +f 1782/7/179 1799/34/421 1777/7/421 +f 1800/34/421 1777/7/421 1799/34/421 +f 1793/30/421 1777/7/421 1800/34/421 +f 1793/30/421 1801/32/421 1794/31/421 +f 1793/30/421 1800/34/421 1802/33/421 +f 1793/30/421 1802/33/421 1801/32/421 +f 1805/10/639 1804/9/640 1803/9/639 +f 1804/9/640 1805/10/639 1806/10/640 +f 1803/9/641 1804/9/642 1805/10/641 +f 1806/10/642 1805/10/641 1804/9/642 +f 1809/10/641 1808/9/642 1807/9/641 +f 1808/9/642 1809/10/641 1810/10/642 +f 1807/9/639 1808/9/640 1809/10/639 +f 1810/10/640 1809/10/639 1808/9/640 +f 1813/10/644 1812/9/643 1811/10/643 +f 1812/9/643 1813/10/644 1814/9/644 +f 1811/10/646 1812/9/646 1813/10/645 +f 1814/9/645 1813/10/645 1812/9/646 +f 1817/9/646 1816/10/645 1815/9/645 +f 1816/10/645 1817/9/646 1818/10/646 +f 1815/9/644 1816/10/644 1817/9/643 +f 1818/10/643 1817/9/643 1816/10/644 +f 1810/10/642 1817/9/646 1808/9/642 +f 1817/9/646 1810/10/642 1818/10/646 +f 1808/9/640 1817/9/643 1810/10/640 +f 1818/10/643 1810/10/640 1817/9/643 +f 1806/10/640 1812/9/643 1804/9/640 +f 1812/9/643 1806/10/640 1811/10/643 +f 1804/9/642 1812/9/646 1806/10/642 +f 1811/10/646 1806/10/642 1812/9/646 +f 1813/10/644 1807/9/641 1814/9/644 +f 1807/9/641 1813/10/644 1809/10/641 +f 1814/9/645 1807/9/639 1813/10/645 +f 1809/10/639 1813/10/645 1807/9/639 +f 1816/10/645 1803/9/639 1815/9/645 +f 1803/9/639 1816/10/645 1805/10/639 +f 1815/9/644 1803/9/641 1816/10/644 +f 1805/10/641 1816/10/644 1803/9/641 +f 1806/10/647 1813/10/647 1811/10/647 +f 1813/10/647 1806/10/647 1809/10/647 +f 1809/10/647 1806/10/647 1805/10/647 +f 1809/10/647 1805/10/647 1810/10/647 +f 1810/10/647 1805/10/647 1816/10/647 +f 1810/10/647 1816/10/647 1818/10/647 +f 1811/10/648 1813/10/648 1806/10/648 +f 1809/10/648 1806/10/648 1813/10/648 +f 1805/10/648 1806/10/648 1809/10/648 +f 1810/10/648 1805/10/648 1809/10/648 +f 1816/10/648 1805/10/648 1810/10/648 +f 1818/10/648 1816/10/648 1810/10/648 +f 1807/9/648 1812/9/648 1814/9/648 +f 1812/9/648 1807/9/648 1804/9/648 +f 1804/9/648 1807/9/648 1808/9/648 +f 1804/9/648 1808/9/648 1803/9/648 +f 1803/9/648 1808/9/648 1817/9/648 +f 1803/9/648 1817/9/648 1815/9/648 +f 1814/9/647 1812/9/647 1807/9/647 +f 1804/9/647 1807/9/647 1812/9/647 +f 1808/9/647 1807/9/647 1804/9/647 +f 1803/9/647 1808/9/647 1804/9/647 +f 1817/9/647 1808/9/647 1803/9/647 +f 1815/9/647 1817/9/647 1803/9/647 +f 1821/10/649 1820/9/650 1819/9/649 +f 1820/9/650 1821/10/649 1822/10/650 +f 1819/9/651 1820/9/652 1821/10/651 +f 1822/10/652 1821/10/651 1820/9/652 +f 1825/10/651 1824/9/652 1823/9/651 +f 1824/9/652 1825/10/651 1826/10/652 +f 1823/9/649 1824/9/650 1825/10/649 +f 1826/10/650 1825/10/649 1824/9/650 +f 1829/10/654 1828/9/653 1827/10/653 +f 1828/9/653 1829/10/654 1830/9/654 +f 1827/10/656 1828/9/656 1829/10/655 +f 1830/9/655 1829/10/655 1828/9/656 +f 1833/9/656 1832/10/655 1831/9/655 +f 1832/10/655 1833/9/656 1834/10/656 +f 1831/9/654 1832/10/654 1833/9/653 +f 1834/10/653 1833/9/653 1832/10/654 +f 1826/10/652 1833/9/656 1824/9/652 +f 1833/9/656 1826/10/652 1834/10/656 +f 1824/9/650 1833/9/653 1826/10/650 +f 1834/10/653 1826/10/650 1833/9/653 +f 1822/10/650 1828/9/653 1820/9/650 +f 1828/9/653 1822/10/650 1827/10/653 +f 1820/9/652 1828/9/656 1822/10/652 +f 1827/10/656 1822/10/652 1828/9/656 +f 1829/10/654 1823/9/651 1830/9/654 +f 1823/9/651 1829/10/654 1825/10/651 +f 1830/9/655 1823/9/649 1829/10/655 +f 1825/10/649 1829/10/655 1823/9/649 +f 1832/10/655 1819/9/649 1831/9/655 +f 1819/9/649 1832/10/655 1821/10/649 +f 1831/9/654 1819/9/651 1832/10/654 +f 1821/10/651 1832/10/654 1819/9/651 +f 1822/10/657 1829/10/657 1827/10/657 +f 1829/10/657 1822/10/657 1825/10/657 +f 1825/10/657 1822/10/657 1821/10/657 +f 1825/10/657 1821/10/657 1826/10/657 +f 1826/10/657 1821/10/657 1832/10/657 +f 1826/10/657 1832/10/657 1834/10/657 +f 1827/10/658 1829/10/658 1822/10/658 +f 1825/10/658 1822/10/658 1829/10/658 +f 1821/10/658 1822/10/658 1825/10/658 +f 1826/10/658 1821/10/658 1825/10/658 +f 1832/10/658 1821/10/658 1826/10/658 +f 1834/10/658 1832/10/658 1826/10/658 +f 1823/9/658 1828/9/658 1830/9/658 +f 1828/9/658 1823/9/658 1820/9/658 +f 1820/9/658 1823/9/658 1824/9/658 +f 1820/9/658 1824/9/658 1819/9/658 +f 1819/9/658 1824/9/658 1833/9/658 +f 1819/9/658 1833/9/658 1831/9/658 +f 1830/9/657 1828/9/657 1823/9/657 +f 1820/9/657 1823/9/657 1828/9/657 +f 1824/9/657 1823/9/657 1820/9/657 +f 1819/9/657 1824/9/657 1820/9/657 +f 1833/9/657 1824/9/657 1819/9/657 +f 1831/9/657 1833/9/657 1819/9/657 +f 1837/10/649 1836/9/650 1835/9/649 +f 1836/9/650 1837/10/649 1838/10/650 +f 1835/9/651 1836/9/652 1837/10/651 +f 1838/10/652 1837/10/651 1836/9/652 +f 1840/10/651 1796/9/652 1839/9/651 +f 1796/9/652 1840/10/651 1841/10/652 +f 1839/9/649 1796/9/650 1840/10/649 +f 1841/10/650 1840/10/649 1796/9/650 +f 1843/10/654 1802/9/653 1842/10/653 +f 1802/9/653 1843/10/654 1801/9/654 +f 1842/10/656 1802/9/656 1843/10/655 +f 1801/9/655 1843/10/655 1802/9/656 +f 1846/9/656 1845/10/655 1844/9/655 +f 1845/10/655 1846/9/656 1847/10/656 +f 1844/9/654 1845/10/654 1846/9/653 +f 1847/10/653 1846/9/653 1845/10/654 +f 1841/10/652 1846/9/656 1796/9/652 +f 1846/9/656 1841/10/652 1847/10/656 +f 1796/9/650 1846/9/653 1841/10/650 +f 1847/10/653 1841/10/650 1846/9/653 +f 1838/10/650 1802/9/653 1836/9/650 +f 1802/9/653 1838/10/650 1842/10/653 +f 1836/9/652 1802/9/656 1838/10/652 +f 1842/10/656 1838/10/652 1802/9/656 +f 1843/10/654 1839/9/651 1801/9/654 +f 1839/9/651 1843/10/654 1840/10/651 +f 1801/9/655 1839/9/649 1843/10/655 +f 1840/10/649 1843/10/655 1839/9/649 +f 1845/10/655 1835/9/649 1844/9/655 +f 1835/9/649 1845/10/655 1837/10/649 +f 1844/9/654 1835/9/651 1845/10/654 +f 1837/10/651 1845/10/654 1835/9/651 +f 1838/10/657 1843/10/657 1842/10/657 +f 1843/10/657 1838/10/657 1840/10/657 +f 1840/10/657 1838/10/657 1837/10/657 +f 1840/10/657 1837/10/657 1841/10/657 +f 1841/10/657 1837/10/657 1845/10/657 +f 1841/10/657 1845/10/657 1847/10/657 +f 1842/10/658 1843/10/658 1838/10/658 +f 1840/10/658 1838/10/658 1843/10/658 +f 1837/10/658 1838/10/658 1840/10/658 +f 1841/10/658 1837/10/658 1840/10/658 +f 1845/10/658 1837/10/658 1841/10/658 +f 1847/10/658 1845/10/658 1841/10/658 +f 1839/9/658 1802/9/658 1801/9/658 +f 1802/9/658 1839/9/658 1836/9/658 +f 1836/9/658 1839/9/658 1796/9/658 +f 1836/9/658 1796/9/658 1835/9/658 +f 1835/9/658 1796/9/658 1846/9/658 +f 1835/9/658 1846/9/658 1844/9/658 +f 1801/9/657 1802/9/657 1839/9/657 +f 1836/9/657 1839/9/657 1802/9/657 +f 1796/9/657 1839/9/657 1836/9/657 +f 1835/9/657 1796/9/657 1836/9/657 +f 1846/9/657 1796/9/657 1835/9/657 +f 1844/9/657 1846/9/657 1835/9/657 +f 781/8/96 1849/7/96 1848/8/96 +f 1849/7/96 781/8/96 1850/7/96 +f 1848/8/95 1849/7/95 781/8/95 +f 1850/7/95 781/8/95 1849/7/95 +f 1853/8/659 1852/7/83 1851/7/659 +f 1852/7/83 1853/8/659 1854/8/83 +f 1851/7/660 1852/7/84 1853/8/660 +f 1854/8/84 1853/8/660 1852/7/84 +f 781/8/84 1855/7/84 1850/7/84 +f 1855/7/84 781/8/84 1856/8/84 +f 1850/7/83 1855/7/83 781/8/83 +f 1856/8/83 781/8/83 1855/7/83 +f 1854/8/83 1849/7/661 1852/7/83 +f 1849/7/661 1854/8/83 1848/8/661 +f 1852/7/84 1849/7/662 1854/8/84 +f 1848/8/662 1854/8/84 1849/7/662 +f 1855/7/82 1849/7/82 1850/7/82 +f 1849/7/82 1855/7/82 1852/7/82 +f 1852/7/82 1855/7/82 1851/7/82 +f 1850/7/81 1849/7/81 1855/7/81 +f 1852/7/81 1855/7/81 1849/7/81 +f 1851/7/81 1855/7/81 1852/7/81 +f 1848/8/81 1856/8/81 781/8/81 +f 1856/8/81 1848/8/81 1854/8/81 +f 1856/8/81 1854/8/81 1853/8/81 +f 781/8/82 1856/8/82 1848/8/82 +f 1854/8/82 1848/8/82 1856/8/82 +f 1853/8/82 1854/8/82 1856/8/82 +f 1855/7/95 1853/8/95 1851/7/95 +f 1853/8/95 1855/7/95 1856/8/95 +f 1851/7/96 1853/8/96 1855/7/96 +f 1856/8/96 1855/7/96 1853/8/96 +f 1859/6/81 1858/6/81 1857/6/81 +f 1858/6/81 1859/6/81 1860/6/81 +f 1858/6/81 1860/6/81 1861/6/81 +f 1857/6/82 1858/6/82 1859/6/82 +f 1860/6/82 1859/6/82 1858/6/82 +f 1861/6/82 1860/6/82 1858/6/82 +f 1857/6/84 1863/7/84 1862/7/84 +f 1863/7/84 1857/6/84 1858/6/84 +f 1862/7/83 1863/7/83 1857/6/83 +f 1858/6/83 1857/6/83 1863/7/83 +f 1863/7/95 1861/6/95 1864/7/95 +f 1861/6/95 1863/7/95 1858/6/95 +f 1864/7/96 1861/6/96 1863/7/96 +f 1858/6/96 1863/7/96 1861/6/96 +f 1857/6/96 1865/7/96 1859/6/96 +f 1865/7/96 1857/6/96 1862/7/96 +f 1859/6/95 1865/7/95 1857/6/95 +f 1862/7/95 1857/6/95 1865/7/95 +f 1867/24/424 1866/23/424 1860/6/84 +f 1866/23/424 1868/25/424 1860/6/84 +f 1869/26/424 1867/24/424 1860/6/84 +f 1860/6/84 1868/25/424 1870/7/84 +f 1871/25/424 1870/7/84 1868/25/424 +f 1870/7/84 1871/25/424 1864/7/424 +f 1872/23/424 1864/7/424 1871/25/424 +f 1861/6/424 1869/26/424 1860/6/84 +f 1861/6/424 1864/7/424 1872/23/424 +f 1869/26/424 1861/6/424 1873/26/424 +f 1874/24/424 1861/6/424 1872/23/424 +f 1873/26/424 1861/6/424 1874/24/424 +f 1876/28/426 1875/27/426 1859/6/426 +f 1877/29/426 1876/28/426 1859/6/426 +f 1860/6/84 1877/29/426 1859/6/426 +f 1877/29/426 1860/6/84 1878/29/426 +f 1859/6/426 1875/27/426 1865/7/426 +f 1878/29/426 1860/6/84 1879/28/426 +f 1879/28/426 1860/6/84 1880/27/426 +f 1881/30/426 1865/7/426 1875/27/426 +f 1880/27/426 1860/6/84 1882/31/426 +f 1883/30/426 1880/27/426 1882/31/426 +f 1883/30/426 1882/31/426 1881/30/426 +f 1882/31/426 1860/6/84 1884/31/426 +f 1884/31/426 1860/6/84 1885/32/426 +f 1885/32/426 1860/6/84 1886/33/426 +f 1860/6/84 1870/7/84 1886/33/426 +f 1886/33/426 1870/7/84 1887/34/426 +f 1865/7/426 1887/34/426 1870/7/84 +f 1887/34/426 1865/7/426 1888/34/426 +f 1888/34/426 1865/7/426 1881/30/426 +f 1882/31/426 1889/32/426 1881/30/426 +f 1890/33/426 1888/34/426 1881/30/426 +f 1889/32/426 1890/33/426 1881/30/426 +f 1860/6/83 1866/23/423 1867/24/423 +f 1860/6/83 1867/24/423 1869/26/423 +f 1860/6/83 1868/25/423 1866/23/423 +f 1870/7/83 1868/25/423 1860/6/83 +f 1868/25/423 1870/7/83 1871/25/423 +f 1864/7/423 1871/25/423 1870/7/83 +f 1871/25/423 1864/7/423 1872/23/423 +f 1860/6/83 1869/26/423 1861/6/423 +f 1872/23/423 1864/7/423 1861/6/423 +f 1873/26/423 1861/6/423 1869/26/423 +f 1872/23/423 1861/6/423 1874/24/423 +f 1874/24/423 1861/6/423 1873/26/423 +f 1859/6/425 1875/27/425 1876/28/425 +f 1859/6/425 1876/28/425 1877/29/425 +f 1859/6/425 1877/29/425 1860/6/83 +f 1878/29/425 1860/6/83 1877/29/425 +f 1865/7/425 1875/27/425 1859/6/425 +f 1879/28/425 1860/6/83 1878/29/425 +f 1880/27/425 1860/6/83 1879/28/425 +f 1875/27/425 1865/7/425 1881/30/425 +f 1882/31/425 1860/6/83 1880/27/425 +f 1882/31/425 1880/27/425 1883/30/425 +f 1881/30/425 1882/31/425 1883/30/425 +f 1884/31/425 1860/6/83 1882/31/425 +f 1885/32/425 1860/6/83 1884/31/425 +f 1886/33/425 1860/6/83 1885/32/425 +f 1886/33/425 1870/7/83 1860/6/83 +f 1887/34/425 1870/7/83 1886/33/425 +f 1870/7/83 1887/34/425 1865/7/425 +f 1888/34/425 1865/7/425 1887/34/425 +f 1881/30/425 1865/7/425 1888/34/425 +f 1881/30/425 1889/32/425 1882/31/425 +f 1881/30/425 1888/34/425 1890/33/425 +f 1881/30/425 1890/33/425 1889/32/425 +f 1893/10/663 1892/9/664 1891/9/663 +f 1892/9/664 1893/10/663 1894/10/664 +f 1891/9/665 1892/9/666 1893/10/665 +f 1894/10/666 1893/10/665 1892/9/666 +f 1897/10/665 1896/9/666 1895/9/665 +f 1896/9/666 1897/10/665 1898/10/666 +f 1895/9/663 1896/9/664 1897/10/663 +f 1898/10/664 1897/10/663 1896/9/664 +f 1901/10/668 1900/9/667 1899/10/667 +f 1900/9/667 1901/10/668 1902/9/668 +f 1899/10/670 1900/9/670 1901/10/669 +f 1902/9/669 1901/10/669 1900/9/670 +f 1905/9/670 1904/10/669 1903/9/669 +f 1904/10/669 1905/9/670 1906/10/670 +f 1903/9/668 1904/10/668 1905/9/667 +f 1906/10/667 1905/9/667 1904/10/668 +f 1898/10/666 1905/9/670 1896/9/666 +f 1905/9/670 1898/10/666 1906/10/670 +f 1896/9/664 1905/9/667 1898/10/664 +f 1906/10/667 1898/10/664 1905/9/667 +f 1894/10/664 1900/9/667 1892/9/664 +f 1900/9/667 1894/10/664 1899/10/667 +f 1892/9/666 1900/9/670 1894/10/666 +f 1899/10/670 1894/10/666 1900/9/670 +f 1901/10/668 1895/9/665 1902/9/668 +f 1895/9/665 1901/10/668 1897/10/665 +f 1902/9/669 1895/9/663 1901/10/669 +f 1897/10/663 1901/10/669 1895/9/663 +f 1904/10/669 1891/9/663 1903/9/669 +f 1891/9/663 1904/10/669 1893/10/663 +f 1903/9/668 1891/9/665 1904/10/668 +f 1893/10/665 1904/10/668 1891/9/665 +f 1894/10/671 1901/10/671 1899/10/671 +f 1901/10/671 1894/10/671 1897/10/671 +f 1897/10/671 1894/10/671 1893/10/671 +f 1897/10/671 1893/10/671 1898/10/671 +f 1898/10/671 1893/10/671 1904/10/671 +f 1898/10/671 1904/10/671 1906/10/671 +f 1899/10/672 1901/10/672 1894/10/672 +f 1897/10/672 1894/10/672 1901/10/672 +f 1893/10/672 1894/10/672 1897/10/672 +f 1898/10/672 1893/10/672 1897/10/672 +f 1904/10/672 1893/10/672 1898/10/672 +f 1906/10/672 1904/10/672 1898/10/672 +f 1895/9/672 1900/9/672 1902/9/672 +f 1900/9/672 1895/9/672 1892/9/672 +f 1892/9/672 1895/9/672 1896/9/672 +f 1892/9/672 1896/9/672 1891/9/672 +f 1891/9/672 1896/9/672 1905/9/672 +f 1891/9/672 1905/9/672 1903/9/672 +f 1902/9/671 1900/9/671 1895/9/671 +f 1892/9/671 1895/9/671 1900/9/671 +f 1896/9/671 1895/9/671 1892/9/671 +f 1891/9/671 1896/9/671 1892/9/671 +f 1905/9/671 1896/9/671 1891/9/671 +f 1903/9/671 1905/9/671 1891/9/671 +f 1909/10/673 1908/9/674 1907/9/673 +f 1908/9/674 1909/10/673 1910/10/674 +f 1907/9/675 1908/9/676 1909/10/675 +f 1910/10/676 1909/10/675 1908/9/676 +f 1913/10/675 1912/9/676 1911/9/675 +f 1912/9/676 1913/10/675 1914/10/676 +f 1911/9/673 1912/9/674 1913/10/673 +f 1914/10/674 1913/10/673 1912/9/674 +f 1917/10/678 1916/9/677 1915/10/677 +f 1916/9/677 1917/10/678 1918/9/678 +f 1915/10/680 1916/9/680 1917/10/679 +f 1918/9/679 1917/10/679 1916/9/680 +f 1921/9/680 1920/10/679 1919/9/679 +f 1920/10/679 1921/9/680 1922/10/680 +f 1919/9/678 1920/10/678 1921/9/677 +f 1922/10/677 1921/9/677 1920/10/678 +f 1914/10/676 1921/9/680 1912/9/676 +f 1921/9/680 1914/10/676 1922/10/680 +f 1912/9/674 1921/9/677 1914/10/674 +f 1922/10/677 1914/10/674 1921/9/677 +f 1910/10/674 1916/9/677 1908/9/674 +f 1916/9/677 1910/10/674 1915/10/677 +f 1908/9/676 1916/9/680 1910/10/676 +f 1915/10/680 1910/10/676 1916/9/680 +f 1917/10/678 1911/9/675 1918/9/678 +f 1911/9/675 1917/10/678 1913/10/675 +f 1918/9/679 1911/9/673 1917/10/679 +f 1913/10/673 1917/10/679 1911/9/673 +f 1920/10/679 1907/9/673 1919/9/679 +f 1907/9/673 1920/10/679 1909/10/673 +f 1919/9/678 1907/9/675 1920/10/678 +f 1909/10/675 1920/10/678 1907/9/675 +f 1910/10/681 1917/10/681 1915/10/681 +f 1917/10/681 1910/10/681 1913/10/681 +f 1913/10/681 1910/10/681 1909/10/681 +f 1913/10/681 1909/10/681 1914/10/681 +f 1914/10/681 1909/10/681 1920/10/681 +f 1914/10/681 1920/10/681 1922/10/681 +f 1915/10/682 1917/10/682 1910/10/682 +f 1913/10/682 1910/10/682 1917/10/682 +f 1909/10/682 1910/10/682 1913/10/682 +f 1914/10/682 1909/10/682 1913/10/682 +f 1920/10/682 1909/10/682 1914/10/682 +f 1922/10/682 1920/10/682 1914/10/682 +f 1911/9/682 1916/9/682 1918/9/682 +f 1916/9/682 1911/9/682 1908/9/682 +f 1908/9/682 1911/9/682 1912/9/682 +f 1908/9/682 1912/9/682 1907/9/682 +f 1907/9/682 1912/9/682 1921/9/682 +f 1907/9/682 1921/9/682 1919/9/682 +f 1918/9/681 1916/9/681 1911/9/681 +f 1908/9/681 1911/9/681 1916/9/681 +f 1912/9/681 1911/9/681 1908/9/681 +f 1907/9/681 1912/9/681 1908/9/681 +f 1921/9/681 1912/9/681 1907/9/681 +f 1919/9/681 1921/9/681 1907/9/681 +f 1925/10/673 1924/9/674 1923/9/673 +f 1924/9/674 1925/10/673 1926/10/674 +f 1923/9/675 1924/9/676 1925/10/675 +f 1926/10/676 1925/10/675 1924/9/676 +f 1929/10/675 1928/9/676 1927/9/675 +f 1928/9/676 1929/10/675 1930/10/676 +f 1927/9/673 1928/9/674 1929/10/673 +f 1930/10/674 1929/10/673 1928/9/674 +f 1933/10/678 1932/9/677 1931/10/677 +f 1932/9/677 1933/10/678 1934/9/678 +f 1931/10/680 1932/9/680 1933/10/679 +f 1934/9/679 1933/10/679 1932/9/680 +f 1937/9/680 1936/10/679 1935/9/679 +f 1936/10/679 1937/9/680 1938/10/680 +f 1935/9/678 1936/10/678 1937/9/677 +f 1938/10/677 1937/9/677 1936/10/678 +f 1930/10/676 1937/9/680 1928/9/676 +f 1937/9/680 1930/10/676 1938/10/680 +f 1928/9/674 1937/9/677 1930/10/674 +f 1938/10/677 1930/10/674 1937/9/677 +f 1926/10/674 1932/9/677 1924/9/674 +f 1932/9/677 1926/10/674 1931/10/677 +f 1924/9/676 1932/9/680 1926/10/676 +f 1931/10/680 1926/10/676 1932/9/680 +f 1933/10/678 1927/9/675 1934/9/678 +f 1927/9/675 1933/10/678 1929/10/675 +f 1934/9/679 1927/9/673 1933/10/679 +f 1929/10/673 1933/10/679 1927/9/673 +f 1936/10/679 1923/9/673 1935/9/679 +f 1923/9/673 1936/10/679 1925/10/673 +f 1935/9/678 1923/9/675 1936/10/678 +f 1925/10/675 1936/10/678 1923/9/675 +f 1926/10/681 1933/10/681 1931/10/681 +f 1933/10/681 1926/10/681 1929/10/681 +f 1929/10/681 1926/10/681 1925/10/681 +f 1929/10/681 1925/10/681 1930/10/681 +f 1930/10/681 1925/10/681 1936/10/681 +f 1930/10/681 1936/10/681 1938/10/681 +f 1931/10/682 1933/10/682 1926/10/682 +f 1929/10/682 1926/10/682 1933/10/682 +f 1925/10/682 1926/10/682 1929/10/682 +f 1930/10/682 1925/10/682 1929/10/682 +f 1936/10/682 1925/10/682 1930/10/682 +f 1938/10/682 1936/10/682 1930/10/682 +f 1927/9/682 1932/9/682 1934/9/682 +f 1932/9/682 1927/9/682 1924/9/682 +f 1924/9/682 1927/9/682 1928/9/682 +f 1924/9/682 1928/9/682 1923/9/682 +f 1923/9/682 1928/9/682 1937/9/682 +f 1923/9/682 1937/9/682 1935/9/682 +f 1934/9/681 1932/9/681 1927/9/681 +f 1924/9/681 1927/9/681 1932/9/681 +f 1928/9/681 1927/9/681 1924/9/681 +f 1923/9/681 1928/9/681 1924/9/681 +f 1937/9/681 1928/9/681 1923/9/681 +f 1935/9/681 1937/9/681 1923/9/681 +f 349/8/445 1940/7/445 1939/8/445 +f 1940/7/445 349/8/445 1941/7/445 +f 1939/8/446 1940/7/446 349/8/446 +f 1941/7/446 349/8/446 1940/7/446 +f 1944/8/589 1943/7/443 1942/7/589 +f 1943/7/443 1944/8/589 1945/8/443 +f 1942/7/590 1943/7/444 1944/8/590 +f 1945/8/444 1944/8/590 1943/7/444 +f 349/8/444 1946/7/444 1941/7/444 +f 1946/7/444 349/8/444 1326/8/444 +f 1941/7/443 1946/7/443 349/8/443 +f 1326/8/443 349/8/443 1946/7/443 +f 1945/8/443 1940/7/591 1943/7/443 +f 1940/7/591 1945/8/443 1939/8/591 +f 1943/7/444 1940/7/592 1945/8/444 +f 1939/8/592 1945/8/444 1940/7/592 +f 1946/7/82 1940/7/82 1941/7/82 +f 1940/7/82 1946/7/82 1943/7/82 +f 1943/7/82 1946/7/82 1942/7/82 +f 1941/7/81 1940/7/81 1946/7/81 +f 1943/7/81 1946/7/81 1940/7/81 +f 1942/7/81 1946/7/81 1943/7/81 +f 1939/8/81 1326/8/81 349/8/81 +f 1326/8/81 1939/8/81 1945/8/81 +f 1326/8/81 1945/8/81 1944/8/81 +f 349/8/82 1326/8/82 1939/8/82 +f 1945/8/82 1939/8/82 1326/8/82 +f 1944/8/82 1945/8/82 1326/8/82 +f 1946/7/446 1944/8/446 1942/7/446 +f 1944/8/446 1946/7/446 1326/8/446 +f 1942/7/445 1944/8/445 1946/7/445 +f 1326/8/445 1946/7/445 1944/8/445 +f 1948/6/81 1190/6/81 1947/6/81 +f 1190/6/81 1948/6/81 1949/6/81 +f 1190/6/81 1949/6/81 1950/6/81 +f 1947/6/82 1190/6/82 1948/6/82 +f 1949/6/82 1948/6/82 1190/6/82 +f 1950/6/82 1949/6/82 1190/6/82 +f 1947/6/444 173/7/444 1951/7/444 +f 173/7/444 1947/6/444 1190/6/444 +f 1951/7/443 173/7/443 1947/6/443 +f 1190/6/443 1947/6/443 173/7/443 +f 173/7/446 1950/6/446 1952/7/446 +f 1950/6/446 173/7/446 1190/6/446 +f 1952/7/445 1950/6/445 173/7/445 +f 1190/6/445 173/7/445 1950/6/445 +f 1947/6/445 1953/7/445 1948/6/445 +f 1953/7/445 1947/6/445 1951/7/445 +f 1948/6/446 1953/7/446 1947/6/446 +f 1951/7/446 1947/6/446 1953/7/446 +f 1955/24/333 1954/23/333 1949/6/444 +f 1954/23/333 1956/25/333 1949/6/444 +f 1957/26/333 1955/24/333 1949/6/444 +f 1949/6/444 1956/25/333 1958/7/444 +f 1959/25/333 1958/7/444 1956/25/333 +f 1958/7/444 1959/25/333 1952/7/333 +f 1960/23/333 1952/7/333 1959/25/333 +f 1950/6/333 1957/26/333 1949/6/444 +f 1950/6/333 1952/7/333 1960/23/333 +f 1957/26/333 1950/6/333 1961/26/333 +f 1962/24/333 1950/6/333 1960/23/333 +f 1961/26/333 1950/6/333 1962/24/333 +f 1964/28/336 1963/27/336 1948/6/336 +f 1965/29/336 1964/28/336 1948/6/336 +f 1949/6/444 1965/29/336 1948/6/336 +f 1965/29/336 1949/6/444 1966/29/336 +f 1948/6/336 1963/27/336 1953/7/336 +f 1966/29/336 1949/6/444 1967/28/336 +f 1967/28/336 1949/6/444 1968/27/336 +f 1969/30/336 1953/7/336 1963/27/336 +f 1968/27/336 1949/6/444 1970/31/336 +f 1971/30/336 1968/27/336 1970/31/336 +f 1971/30/336 1970/31/336 1969/30/336 +f 1970/31/336 1949/6/444 1972/31/336 +f 1972/31/336 1949/6/444 1973/32/336 +f 1973/32/336 1949/6/444 1974/33/336 +f 1949/6/444 1958/7/444 1974/33/336 +f 1974/33/336 1958/7/444 1975/34/336 +f 1953/7/336 1975/34/336 1958/7/444 +f 1975/34/336 1953/7/336 1976/34/336 +f 1976/34/336 1953/7/336 1969/30/336 +f 1970/31/336 1977/32/336 1969/30/336 +f 1978/33/336 1976/34/336 1969/30/336 +f 1977/32/336 1978/33/336 1969/30/336 +f 1949/6/443 1954/23/331 1955/24/331 +f 1949/6/443 1955/24/331 1957/26/331 +f 1949/6/443 1956/25/331 1954/23/331 +f 1958/7/443 1956/25/331 1949/6/443 +f 1956/25/331 1958/7/443 1959/25/331 +f 1952/7/331 1959/25/331 1958/7/443 +f 1959/25/331 1952/7/331 1960/23/331 +f 1949/6/443 1957/26/331 1950/6/331 +f 1960/23/331 1952/7/331 1950/6/331 +f 1961/26/331 1950/6/331 1957/26/331 +f 1960/23/331 1950/6/331 1962/24/331 +f 1962/24/331 1950/6/331 1961/26/331 +f 1948/6/335 1963/27/335 1964/28/335 +f 1948/6/335 1964/28/335 1965/29/335 +f 1948/6/335 1965/29/335 1949/6/443 +f 1966/29/335 1949/6/443 1965/29/335 +f 1953/7/335 1963/27/335 1948/6/335 +f 1967/28/335 1949/6/443 1966/29/335 +f 1968/27/335 1949/6/443 1967/28/335 +f 1963/27/335 1953/7/335 1969/30/335 +f 1970/31/335 1949/6/443 1968/27/335 +f 1970/31/335 1968/27/335 1971/30/335 +f 1969/30/335 1970/31/335 1971/30/335 +f 1972/31/335 1949/6/443 1970/31/335 +f 1973/32/335 1949/6/443 1972/31/335 +f 1974/33/335 1949/6/443 1973/32/335 +f 1974/33/335 1958/7/443 1949/6/443 +f 1975/34/335 1958/7/443 1974/33/335 +f 1958/7/443 1975/34/335 1953/7/335 +f 1976/34/335 1953/7/335 1975/34/335 +f 1969/30/335 1953/7/335 1976/34/335 +f 1969/30/335 1977/32/335 1970/31/335 +f 1969/30/335 1976/34/335 1978/33/335 +f 1969/30/335 1978/33/335 1977/32/335 +f 1981/10/603 1980/9/604 1979/9/603 +f 1980/9/604 1981/10/603 1982/10/604 +f 1979/9/605 1980/9/606 1981/10/605 +f 1982/10/606 1981/10/605 1980/9/606 +f 1985/10/605 1984/9/606 1983/9/605 +f 1984/9/606 1985/10/605 1986/10/606 +f 1983/9/603 1984/9/604 1985/10/603 +f 1986/10/604 1985/10/603 1984/9/604 +f 1989/10/608 1988/9/607 1987/10/607 +f 1988/9/607 1989/10/608 1990/9/608 +f 1987/10/610 1988/9/610 1989/10/609 +f 1990/9/609 1989/10/609 1988/9/610 +f 1993/9/610 1992/10/609 1991/9/609 +f 1992/10/609 1993/9/610 1994/10/610 +f 1991/9/608 1992/10/608 1993/9/607 +f 1994/10/607 1993/9/607 1992/10/608 +f 1986/10/606 1993/9/610 1984/9/606 +f 1993/9/610 1986/10/606 1994/10/610 +f 1984/9/604 1993/9/607 1986/10/604 +f 1994/10/607 1986/10/604 1993/9/607 +f 1982/10/604 1988/9/607 1980/9/604 +f 1988/9/607 1982/10/604 1987/10/607 +f 1980/9/606 1988/9/610 1982/10/606 +f 1987/10/610 1982/10/606 1988/9/610 +f 1989/10/608 1983/9/605 1990/9/608 +f 1983/9/605 1989/10/608 1985/10/605 +f 1990/9/609 1983/9/603 1989/10/609 +f 1985/10/603 1989/10/609 1983/9/603 +f 1992/10/609 1979/9/603 1991/9/609 +f 1979/9/603 1992/10/609 1981/10/603 +f 1991/9/608 1979/9/605 1992/10/608 +f 1981/10/605 1992/10/608 1979/9/605 +f 1982/10/611 1989/10/611 1987/10/611 +f 1989/10/611 1982/10/611 1985/10/611 +f 1985/10/611 1982/10/611 1981/10/611 +f 1985/10/611 1981/10/611 1986/10/611 +f 1986/10/611 1981/10/611 1992/10/611 +f 1986/10/611 1992/10/611 1994/10/611 +f 1987/10/612 1989/10/612 1982/10/612 +f 1985/10/612 1982/10/612 1989/10/612 +f 1981/10/612 1982/10/612 1985/10/612 +f 1986/10/612 1981/10/612 1985/10/612 +f 1992/10/612 1981/10/612 1986/10/612 +f 1994/10/612 1992/10/612 1986/10/612 +f 1983/9/612 1988/9/612 1990/9/612 +f 1988/9/612 1983/9/612 1980/9/612 +f 1980/9/612 1983/9/612 1984/9/612 +f 1980/9/612 1984/9/612 1979/9/612 +f 1979/9/612 1984/9/612 1993/9/612 +f 1979/9/612 1993/9/612 1991/9/612 +f 1990/9/611 1988/9/611 1983/9/611 +f 1980/9/611 1983/9/611 1988/9/611 +f 1984/9/611 1983/9/611 1980/9/611 +f 1979/9/611 1984/9/611 1980/9/611 +f 1993/9/611 1984/9/611 1979/9/611 +f 1991/9/611 1993/9/611 1979/9/611 +f 1997/10/593 1996/9/594 1995/9/593 +f 1996/9/594 1997/10/593 1998/10/594 +f 1995/9/595 1996/9/596 1997/10/595 +f 1998/10/596 1997/10/595 1996/9/596 +f 2001/10/595 2000/9/596 1999/9/595 +f 2000/9/596 2001/10/595 2002/10/596 +f 1999/9/593 2000/9/594 2001/10/593 +f 2002/10/594 2001/10/593 2000/9/594 +f 2005/10/598 2004/9/597 2003/10/597 +f 2004/9/597 2005/10/598 2006/9/598 +f 2003/10/600 2004/9/600 2005/10/599 +f 2006/9/599 2005/10/599 2004/9/600 +f 2009/9/600 2008/10/599 2007/9/599 +f 2008/10/599 2009/9/600 2010/10/600 +f 2007/9/598 2008/10/598 2009/9/597 +f 2010/10/597 2009/9/597 2008/10/598 +f 2002/10/596 2009/9/600 2000/9/596 +f 2009/9/600 2002/10/596 2010/10/600 +f 2000/9/594 2009/9/597 2002/10/594 +f 2010/10/597 2002/10/594 2009/9/597 +f 1998/10/594 2004/9/597 1996/9/594 +f 2004/9/597 1998/10/594 2003/10/597 +f 1996/9/596 2004/9/600 1998/10/596 +f 2003/10/600 1998/10/596 2004/9/600 +f 2005/10/598 1999/9/595 2006/9/598 +f 1999/9/595 2005/10/598 2001/10/595 +f 2006/9/599 1999/9/593 2005/10/599 +f 2001/10/593 2005/10/599 1999/9/593 +f 2008/10/599 1995/9/593 2007/9/599 +f 1995/9/593 2008/10/599 1997/10/593 +f 2007/9/598 1995/9/595 2008/10/598 +f 1997/10/595 2008/10/598 1995/9/595 +f 1998/10/601 2005/10/601 2003/10/601 +f 2005/10/601 1998/10/601 2001/10/601 +f 2001/10/601 1998/10/601 1997/10/601 +f 2001/10/601 1997/10/601 2002/10/601 +f 2002/10/601 1997/10/601 2008/10/601 +f 2002/10/601 2008/10/601 2010/10/601 +f 2003/10/602 2005/10/602 1998/10/602 +f 2001/10/602 1998/10/602 2005/10/602 +f 1997/10/602 1998/10/602 2001/10/602 +f 2002/10/602 1997/10/602 2001/10/602 +f 2008/10/602 1997/10/602 2002/10/602 +f 2010/10/602 2008/10/602 2002/10/602 +f 1999/9/602 2004/9/602 2006/9/602 +f 2004/9/602 1999/9/602 1996/9/602 +f 1996/9/602 1999/9/602 2000/9/602 +f 1996/9/602 2000/9/602 1995/9/602 +f 1995/9/602 2000/9/602 2009/9/602 +f 1995/9/602 2009/9/602 2007/9/602 +f 2006/9/601 2004/9/601 1999/9/601 +f 1996/9/601 1999/9/601 2004/9/601 +f 2000/9/601 1999/9/601 1996/9/601 +f 1995/9/601 2000/9/601 1996/9/601 +f 2009/9/601 2000/9/601 1995/9/601 +f 2007/9/601 2009/9/601 1995/9/601 +f 2013/10/593 2012/9/594 2011/9/593 +f 2012/9/594 2013/10/593 2014/10/594 +f 2011/9/595 2012/9/596 2013/10/595 +f 2014/10/596 2013/10/595 2012/9/596 +f 2017/10/595 2016/9/596 2015/9/595 +f 2016/9/596 2017/10/595 2018/10/596 +f 2015/9/593 2016/9/594 2017/10/593 +f 2018/10/594 2017/10/593 2016/9/594 +f 2020/10/598 1978/9/597 2019/10/597 +f 1978/9/597 2020/10/598 2021/9/598 +f 2019/10/600 1978/9/600 2020/10/599 +f 2021/9/599 2020/10/599 1978/9/600 +f 2024/9/600 2023/10/599 2022/9/599 +f 2023/10/599 2024/9/600 2025/10/600 +f 2022/9/598 2023/10/598 2024/9/597 +f 2025/10/597 2024/9/597 2023/10/598 +f 2018/10/596 2024/9/600 2016/9/596 +f 2024/9/600 2018/10/596 2025/10/600 +f 2016/9/594 2024/9/597 2018/10/594 +f 2025/10/597 2018/10/594 2024/9/597 +f 2014/10/594 1978/9/597 2012/9/594 +f 1978/9/597 2014/10/594 2019/10/597 +f 2012/9/596 1978/9/600 2014/10/596 +f 2019/10/600 2014/10/596 1978/9/600 +f 2020/10/598 2015/9/595 2021/9/598 +f 2015/9/595 2020/10/598 2017/10/595 +f 2021/9/599 2015/9/593 2020/10/599 +f 2017/10/593 2020/10/599 2015/9/593 +f 2023/10/599 2011/9/593 2022/9/599 +f 2011/9/593 2023/10/599 2013/10/593 +f 2022/9/598 2011/9/595 2023/10/598 +f 2013/10/595 2023/10/598 2011/9/595 +f 2014/10/601 2020/10/601 2019/10/601 +f 2020/10/601 2014/10/601 2017/10/601 +f 2017/10/601 2014/10/601 2013/10/601 +f 2017/10/601 2013/10/601 2018/10/601 +f 2018/10/601 2013/10/601 2023/10/601 +f 2018/10/601 2023/10/601 2025/10/601 +f 2019/10/602 2020/10/602 2014/10/602 +f 2017/10/602 2014/10/602 2020/10/602 +f 2013/10/602 2014/10/602 2017/10/602 +f 2018/10/602 2013/10/602 2017/10/602 +f 2023/10/602 2013/10/602 2018/10/602 +f 2025/10/602 2023/10/602 2018/10/602 +f 2015/9/602 1978/9/602 2021/9/602 +f 1978/9/602 2015/9/602 2012/9/602 +f 2012/9/602 2015/9/602 2016/9/602 +f 2012/9/602 2016/9/602 2011/9/602 +f 2011/9/602 2016/9/602 2024/9/602 +f 2011/9/602 2024/9/602 2022/9/602 +f 2021/9/601 1978/9/601 2015/9/601 +f 2012/9/601 2015/9/601 1978/9/601 +f 2016/9/601 2015/9/601 2012/9/601 +f 2011/9/601 2016/9/601 2012/9/601 +f 2024/9/601 2016/9/601 2011/9/601 +f 2022/9/601 2024/9/601 2011/9/601 +f 2028/8/311 2027/7/311 2026/8/311 +f 2027/7/311 2028/8/311 685/7/311 +f 2026/8/312 2027/7/312 2028/8/312 +f 685/7/312 2028/8/312 2027/7/312 +f 2031/8/590 2030/7/314 2029/7/590 +f 2030/7/314 2031/8/590 2032/8/314 +f 2029/7/589 2030/7/313 2031/8/589 +f 2032/8/313 2031/8/589 2030/7/313 +f 2028/8/313 130/7/313 685/7/313 +f 130/7/313 2028/8/313 428/8/313 +f 685/7/314 130/7/314 2028/8/314 +f 428/8/314 2028/8/314 130/7/314 +f 2032/8/314 2027/7/592 2030/7/314 +f 2027/7/592 2032/8/314 2026/8/592 +f 2030/7/313 2027/7/591 2032/8/313 +f 2026/8/591 2032/8/313 2027/7/591 +f 130/7/82 2027/7/82 685/7/82 +f 2027/7/82 130/7/82 2030/7/82 +f 2030/7/82 130/7/82 2029/7/82 +f 685/7/81 2027/7/81 130/7/81 +f 2030/7/81 130/7/81 2027/7/81 +f 2029/7/81 130/7/81 2030/7/81 +f 2026/8/81 428/8/81 2028/8/81 +f 428/8/81 2026/8/81 2032/8/81 +f 428/8/81 2032/8/81 2031/8/81 +f 2028/8/82 428/8/82 2026/8/82 +f 2032/8/82 2026/8/82 428/8/82 +f 2031/8/82 2032/8/82 428/8/82 +f 130/7/312 2031/8/312 2029/7/312 +f 2031/8/312 130/7/312 428/8/312 +f 2029/7/311 2031/8/311 130/7/311 +f 428/8/311 130/7/311 2031/8/311 +f 2035/6/81 2034/6/81 2033/6/81 +f 2034/6/81 2035/6/81 2036/6/81 +f 2034/6/81 2036/6/81 2037/6/81 +f 2033/6/82 2034/6/82 2035/6/82 +f 2036/6/82 2035/6/82 2034/6/82 +f 2037/6/82 2036/6/82 2034/6/82 +f 2033/6/313 236/7/313 2038/7/313 +f 236/7/313 2033/6/313 2034/6/313 +f 2038/7/314 236/7/314 2033/6/314 +f 2034/6/314 2033/6/314 236/7/314 +f 236/7/312 2037/6/312 2039/7/312 +f 2037/6/312 236/7/312 2034/6/312 +f 2039/7/311 2037/6/311 236/7/311 +f 2034/6/311 236/7/311 2037/6/311 +f 2033/6/311 2040/7/311 2035/6/311 +f 2040/7/311 2033/6/311 2038/7/311 +f 2035/6/312 2040/7/312 2033/6/312 +f 2038/7/312 2033/6/312 2040/7/312 +f 2042/24/331 2041/23/331 2036/6/313 +f 2041/23/331 2043/25/331 2036/6/313 +f 2044/26/331 2042/24/331 2036/6/313 +f 2036/6/313 2043/25/331 2045/7/313 +f 2046/25/331 2045/7/313 2043/25/331 +f 2045/7/313 2046/25/331 2039/7/331 +f 2047/23/331 2039/7/331 2046/25/331 +f 2037/6/331 2044/26/331 2036/6/313 +f 2037/6/331 2039/7/331 2047/23/331 +f 2044/26/331 2037/6/331 2048/26/331 +f 2049/24/331 2037/6/331 2047/23/331 +f 2048/26/331 2037/6/331 2049/24/331 +f 2051/28/335 2050/27/335 2035/6/335 +f 2052/29/335 2051/28/335 2035/6/335 +f 2036/6/313 2052/29/335 2035/6/335 +f 2052/29/335 2036/6/313 2053/29/335 +f 2035/6/335 2050/27/335 2040/7/335 +f 2053/29/335 2036/6/313 2054/28/335 +f 2054/28/335 2036/6/313 2055/27/335 +f 2056/30/335 2040/7/335 2050/27/335 +f 2055/27/335 2036/6/313 2057/31/335 +f 2058/30/335 2055/27/335 2057/31/335 +f 2058/30/335 2057/31/335 2056/30/335 +f 2057/31/335 2036/6/313 2059/31/335 +f 2059/31/335 2036/6/313 2060/32/335 +f 2060/32/335 2036/6/313 2061/33/335 +f 2036/6/313 2045/7/313 2061/33/335 +f 2061/33/335 2045/7/313 2062/34/335 +f 2040/7/335 2062/34/335 2045/7/313 +f 2062/34/335 2040/7/335 2063/34/335 +f 2063/34/335 2040/7/335 2056/30/335 +f 2057/31/335 2064/32/335 2056/30/335 +f 2065/33/335 2063/34/335 2056/30/335 +f 2064/32/335 2065/33/335 2056/30/335 +f 2036/6/314 2041/23/333 2042/24/333 +f 2036/6/314 2042/24/333 2044/26/333 +f 2036/6/314 2043/25/333 2041/23/333 +f 2045/7/314 2043/25/333 2036/6/314 +f 2043/25/333 2045/7/314 2046/25/333 +f 2039/7/333 2046/25/333 2045/7/314 +f 2046/25/333 2039/7/333 2047/23/333 +f 2036/6/314 2044/26/333 2037/6/333 +f 2047/23/333 2039/7/333 2037/6/333 +f 2048/26/333 2037/6/333 2044/26/333 +f 2047/23/333 2037/6/333 2049/24/333 +f 2049/24/333 2037/6/333 2048/26/333 +f 2035/6/336 2050/27/336 2051/28/336 +f 2035/6/336 2051/28/336 2052/29/336 +f 2035/6/336 2052/29/336 2036/6/314 +f 2053/29/336 2036/6/314 2052/29/336 +f 2040/7/336 2050/27/336 2035/6/336 +f 2054/28/336 2036/6/314 2053/29/336 +f 2055/27/336 2036/6/314 2054/28/336 +f 2050/27/336 2040/7/336 2056/30/336 +f 2057/31/336 2036/6/314 2055/27/336 +f 2057/31/336 2055/27/336 2058/30/336 +f 2056/30/336 2057/31/336 2058/30/336 +f 2059/31/336 2036/6/314 2057/31/336 +f 2060/32/336 2036/6/314 2059/31/336 +f 2061/33/336 2036/6/314 2060/32/336 +f 2061/33/336 2045/7/314 2036/6/314 +f 2062/34/336 2045/7/314 2061/33/336 +f 2045/7/314 2062/34/336 2040/7/336 +f 2063/34/336 2040/7/336 2062/34/336 +f 2056/30/336 2040/7/336 2063/34/336 +f 2056/30/336 2064/32/336 2057/31/336 +f 2056/30/336 2063/34/336 2065/33/336 +f 2056/30/336 2065/33/336 2064/32/336 +f 2068/10/623 2067/9/624 2066/9/623 +f 2067/9/624 2068/10/623 2069/10/624 +f 2066/9/625 2067/9/626 2068/10/625 +f 2069/10/626 2068/10/625 2067/9/626 +f 2072/10/625 2071/9/626 2070/9/625 +f 2071/9/626 2072/10/625 2073/10/626 +f 2070/9/623 2071/9/624 2072/10/623 +f 2073/10/624 2072/10/623 2071/9/624 +f 2076/10/628 2075/9/627 2074/10/627 +f 2075/9/627 2076/10/628 2077/9/628 +f 2074/10/630 2075/9/630 2076/10/629 +f 2077/9/629 2076/10/629 2075/9/630 +f 2080/9/630 2079/10/629 2078/9/629 +f 2079/10/629 2080/9/630 2081/10/630 +f 2078/9/628 2079/10/628 2080/9/627 +f 2081/10/627 2080/9/627 2079/10/628 +f 2073/10/626 2080/9/630 2071/9/626 +f 2080/9/630 2073/10/626 2081/10/630 +f 2071/9/624 2080/9/627 2073/10/624 +f 2081/10/627 2073/10/624 2080/9/627 +f 2069/10/624 2075/9/627 2067/9/624 +f 2075/9/627 2069/10/624 2074/10/627 +f 2067/9/626 2075/9/630 2069/10/626 +f 2074/10/630 2069/10/626 2075/9/630 +f 2076/10/628 2070/9/625 2077/9/628 +f 2070/9/625 2076/10/628 2072/10/625 +f 2077/9/629 2070/9/623 2076/10/629 +f 2072/10/623 2076/10/629 2070/9/623 +f 2079/10/629 2066/9/623 2078/9/629 +f 2066/9/623 2079/10/629 2068/10/623 +f 2078/9/628 2066/9/625 2079/10/628 +f 2068/10/625 2079/10/628 2066/9/625 +f 2069/10/631 2076/10/631 2074/10/631 +f 2076/10/631 2069/10/631 2072/10/631 +f 2072/10/631 2069/10/631 2068/10/631 +f 2072/10/631 2068/10/631 2073/10/631 +f 2073/10/631 2068/10/631 2079/10/631 +f 2073/10/631 2079/10/631 2081/10/631 +f 2074/10/632 2076/10/632 2069/10/632 +f 2072/10/632 2069/10/632 2076/10/632 +f 2068/10/632 2069/10/632 2072/10/632 +f 2073/10/632 2068/10/632 2072/10/632 +f 2079/10/632 2068/10/632 2073/10/632 +f 2081/10/632 2079/10/632 2073/10/632 +f 2070/9/632 2075/9/632 2077/9/632 +f 2075/9/632 2070/9/632 2067/9/632 +f 2067/9/632 2070/9/632 2071/9/632 +f 2067/9/632 2071/9/632 2066/9/632 +f 2066/9/632 2071/9/632 2080/9/632 +f 2066/9/632 2080/9/632 2078/9/632 +f 2077/9/631 2075/9/631 2070/9/631 +f 2067/9/631 2070/9/631 2075/9/631 +f 2071/9/631 2070/9/631 2067/9/631 +f 2066/9/631 2071/9/631 2067/9/631 +f 2080/9/631 2071/9/631 2066/9/631 +f 2078/9/631 2080/9/631 2066/9/631 +f 2084/10/613 2083/9/614 2082/9/613 +f 2083/9/614 2084/10/613 2085/10/614 +f 2082/9/615 2083/9/616 2084/10/615 +f 2085/10/616 2084/10/615 2083/9/616 +f 2088/10/615 2087/9/616 2086/9/615 +f 2087/9/616 2088/10/615 2089/10/616 +f 2086/9/613 2087/9/614 2088/10/613 +f 2089/10/614 2088/10/613 2087/9/614 +f 2092/10/618 2091/9/617 2090/10/617 +f 2091/9/617 2092/10/618 2093/9/618 +f 2090/10/620 2091/9/620 2092/10/619 +f 2093/9/619 2092/10/619 2091/9/620 +f 2096/9/620 2095/10/619 2094/9/619 +f 2095/10/619 2096/9/620 2097/10/620 +f 2094/9/618 2095/10/618 2096/9/617 +f 2097/10/617 2096/9/617 2095/10/618 +f 2089/10/616 2096/9/620 2087/9/616 +f 2096/9/620 2089/10/616 2097/10/620 +f 2087/9/614 2096/9/617 2089/10/614 +f 2097/10/617 2089/10/614 2096/9/617 +f 2085/10/614 2091/9/617 2083/9/614 +f 2091/9/617 2085/10/614 2090/10/617 +f 2083/9/616 2091/9/620 2085/10/616 +f 2090/10/620 2085/10/616 2091/9/620 +f 2092/10/618 2086/9/615 2093/9/618 +f 2086/9/615 2092/10/618 2088/10/615 +f 2093/9/619 2086/9/613 2092/10/619 +f 2088/10/613 2092/10/619 2086/9/613 +f 2095/10/619 2082/9/613 2094/9/619 +f 2082/9/613 2095/10/619 2084/10/613 +f 2094/9/618 2082/9/615 2095/10/618 +f 2084/10/615 2095/10/618 2082/9/615 +f 2085/10/621 2092/10/621 2090/10/621 +f 2092/10/621 2085/10/621 2088/10/621 +f 2088/10/621 2085/10/621 2084/10/621 +f 2088/10/621 2084/10/621 2089/10/621 +f 2089/10/621 2084/10/621 2095/10/621 +f 2089/10/621 2095/10/621 2097/10/621 +f 2090/10/622 2092/10/622 2085/10/622 +f 2088/10/622 2085/10/622 2092/10/622 +f 2084/10/622 2085/10/622 2088/10/622 +f 2089/10/622 2084/10/622 2088/10/622 +f 2095/10/622 2084/10/622 2089/10/622 +f 2097/10/622 2095/10/622 2089/10/622 +f 2086/9/622 2091/9/622 2093/9/622 +f 2091/9/622 2086/9/622 2083/9/622 +f 2083/9/622 2086/9/622 2087/9/622 +f 2083/9/622 2087/9/622 2082/9/622 +f 2082/9/622 2087/9/622 2096/9/622 +f 2082/9/622 2096/9/622 2094/9/622 +f 2093/9/621 2091/9/621 2086/9/621 +f 2083/9/621 2086/9/621 2091/9/621 +f 2087/9/621 2086/9/621 2083/9/621 +f 2082/9/621 2087/9/621 2083/9/621 +f 2096/9/621 2087/9/621 2082/9/621 +f 2094/9/621 2096/9/621 2082/9/621 +f 2100/10/613 2099/9/614 2098/9/613 +f 2099/9/614 2100/10/613 2101/10/614 +f 2098/9/615 2099/9/616 2100/10/615 +f 2101/10/616 2100/10/615 2099/9/616 +f 2104/10/615 2103/9/616 2102/9/615 +f 2103/9/616 2104/10/615 2105/10/616 +f 2102/9/613 2103/9/614 2104/10/613 +f 2105/10/614 2104/10/613 2103/9/614 +f 2107/10/618 2065/9/617 2106/10/617 +f 2065/9/617 2107/10/618 2108/9/618 +f 2106/10/620 2065/9/620 2107/10/619 +f 2108/9/619 2107/10/619 2065/9/620 +f 2111/9/620 2110/10/619 2109/9/619 +f 2110/10/619 2111/9/620 2112/10/620 +f 2109/9/618 2110/10/618 2111/9/617 +f 2112/10/617 2111/9/617 2110/10/618 +f 2105/10/616 2111/9/620 2103/9/616 +f 2111/9/620 2105/10/616 2112/10/620 +f 2103/9/614 2111/9/617 2105/10/614 +f 2112/10/617 2105/10/614 2111/9/617 +f 2101/10/614 2065/9/617 2099/9/614 +f 2065/9/617 2101/10/614 2106/10/617 +f 2099/9/616 2065/9/620 2101/10/616 +f 2106/10/620 2101/10/616 2065/9/620 +f 2107/10/618 2102/9/615 2108/9/618 +f 2102/9/615 2107/10/618 2104/10/615 +f 2108/9/619 2102/9/613 2107/10/619 +f 2104/10/613 2107/10/619 2102/9/613 +f 2110/10/619 2098/9/613 2109/9/619 +f 2098/9/613 2110/10/619 2100/10/613 +f 2109/9/618 2098/9/615 2110/10/618 +f 2100/10/615 2110/10/618 2098/9/615 +f 2101/10/621 2107/10/621 2106/10/621 +f 2107/10/621 2101/10/621 2104/10/621 +f 2104/10/621 2101/10/621 2100/10/621 +f 2104/10/621 2100/10/621 2105/10/621 +f 2105/10/621 2100/10/621 2110/10/621 +f 2105/10/621 2110/10/621 2112/10/621 +f 2106/10/622 2107/10/622 2101/10/622 +f 2104/10/622 2101/10/622 2107/10/622 +f 2100/10/622 2101/10/622 2104/10/622 +f 2105/10/622 2100/10/622 2104/10/622 +f 2110/10/622 2100/10/622 2105/10/622 +f 2112/10/622 2110/10/622 2105/10/622 +f 2102/9/622 2065/9/622 2108/9/622 +f 2065/9/622 2102/9/622 2099/9/622 +f 2099/9/622 2102/9/622 2103/9/622 +f 2099/9/622 2103/9/622 2098/9/622 +f 2098/9/622 2103/9/622 2111/9/622 +f 2098/9/622 2111/9/622 2109/9/622 +f 2108/9/621 2065/9/621 2102/9/621 +f 2099/9/621 2102/9/621 2065/9/621 +f 2103/9/621 2102/9/621 2099/9/621 +f 2098/9/621 2103/9/621 2099/9/621 +f 2111/9/621 2103/9/621 2098/9/621 +f 2109/9/621 2111/9/621 2098/9/621 +f 927/8/192 2114/7/192 2113/8/192 +f 2114/7/192 927/8/192 2115/7/192 +f 2113/8/191 2114/7/191 927/8/191 +f 2115/7/191 927/8/191 2114/7/191 +f 2118/8/635 2117/7/179 2116/7/635 +f 2117/7/179 2118/8/635 2119/8/179 +f 2116/7/636 2117/7/180 2118/8/636 +f 2119/8/180 2118/8/636 2117/7/180 +f 927/8/180 2120/7/180 2115/7/180 +f 2120/7/180 927/8/180 2121/8/180 +f 2115/7/179 2120/7/179 927/8/179 +f 2121/8/179 927/8/179 2120/7/179 +f 2119/8/179 2114/7/637 2117/7/179 +f 2114/7/637 2119/8/179 2113/8/637 +f 2117/7/180 2114/7/638 2119/8/180 +f 2113/8/638 2119/8/180 2114/7/638 +f 2120/7/82 2114/7/82 2115/7/82 +f 2114/7/82 2120/7/82 2117/7/82 +f 2117/7/82 2120/7/82 2116/7/82 +f 2115/7/81 2114/7/81 2120/7/81 +f 2117/7/81 2120/7/81 2114/7/81 +f 2116/7/81 2120/7/81 2117/7/81 +f 2113/8/81 2121/8/81 927/8/81 +f 2121/8/81 2113/8/81 2119/8/81 +f 2121/8/81 2119/8/81 2118/8/81 +f 927/8/82 2121/8/82 2113/8/82 +f 2119/8/82 2113/8/82 2121/8/82 +f 2118/8/82 2119/8/82 2121/8/82 +f 2120/7/191 2118/8/191 2116/7/191 +f 2118/8/191 2120/7/191 2121/8/191 +f 2116/7/192 2118/8/192 2120/7/192 +f 2121/8/192 2120/7/192 2118/8/192 +f 2124/6/81 2123/6/81 2122/6/81 +f 2123/6/81 2124/6/81 2125/6/81 +f 2123/6/81 2125/6/81 2126/6/81 +f 2122/6/82 2123/6/82 2124/6/82 +f 2125/6/82 2124/6/82 2123/6/82 +f 2126/6/82 2125/6/82 2123/6/82 +f 2122/6/180 2128/7/180 2127/7/180 +f 2128/7/180 2122/6/180 2123/6/180 +f 2127/7/179 2128/7/179 2122/6/179 +f 2123/6/179 2122/6/179 2128/7/179 +f 2128/7/191 2126/6/191 2129/7/191 +f 2126/6/191 2128/7/191 2123/6/191 +f 2129/7/192 2126/6/192 2128/7/192 +f 2123/6/192 2128/7/192 2126/6/192 +f 2122/6/192 2130/7/192 2124/6/192 +f 2130/7/192 2122/6/192 2127/7/192 +f 2124/6/191 2130/7/191 2122/6/191 +f 2127/7/191 2122/6/191 2130/7/191 +f 2132/24/420 2131/23/420 2125/6/180 +f 2131/23/420 2133/25/420 2125/6/180 +f 2134/26/420 2132/24/420 2125/6/180 +f 2125/6/180 2133/25/420 2135/7/180 +f 2136/25/420 2135/7/180 2133/25/420 +f 2135/7/180 2136/25/420 2129/7/420 +f 2137/23/420 2129/7/420 2136/25/420 +f 2126/6/420 2134/26/420 2125/6/180 +f 2126/6/420 2129/7/420 2137/23/420 +f 2134/26/420 2126/6/420 2138/26/420 +f 2139/24/420 2126/6/420 2137/23/420 +f 2138/26/420 2126/6/420 2139/24/420 +f 2141/28/422 2140/27/422 2124/6/422 +f 2142/29/422 2141/28/422 2124/6/422 +f 2125/6/180 2142/29/422 2124/6/422 +f 2142/29/422 2125/6/180 2143/29/422 +f 2124/6/422 2140/27/422 2130/7/422 +f 2143/29/422 2125/6/180 2144/28/422 +f 2144/28/422 2125/6/180 2145/27/422 +f 2146/30/422 2130/7/422 2140/27/422 +f 2145/27/422 2125/6/180 2147/31/422 +f 2148/30/422 2145/27/422 2147/31/422 +f 2148/30/422 2147/31/422 2146/30/422 +f 2147/31/422 2125/6/180 2149/31/422 +f 2149/31/422 2125/6/180 2150/32/422 +f 2150/32/422 2125/6/180 2151/33/422 +f 2125/6/180 2135/7/180 2151/33/422 +f 2151/33/422 2135/7/180 2152/34/422 +f 2130/7/422 2152/34/422 2135/7/180 +f 2152/34/422 2130/7/422 2153/34/422 +f 2153/34/422 2130/7/422 2146/30/422 +f 2147/31/422 2154/32/422 2146/30/422 +f 2155/33/422 2153/34/422 2146/30/422 +f 2154/32/422 2155/33/422 2146/30/422 +f 2125/6/179 2131/23/419 2132/24/419 +f 2125/6/179 2132/24/419 2134/26/419 +f 2125/6/179 2133/25/419 2131/23/419 +f 2135/7/179 2133/25/419 2125/6/179 +f 2133/25/419 2135/7/179 2136/25/419 +f 2129/7/419 2136/25/419 2135/7/179 +f 2136/25/419 2129/7/419 2137/23/419 +f 2125/6/179 2134/26/419 2126/6/419 +f 2137/23/419 2129/7/419 2126/6/419 +f 2138/26/419 2126/6/419 2134/26/419 +f 2137/23/419 2126/6/419 2139/24/419 +f 2139/24/419 2126/6/419 2138/26/419 +f 2124/6/421 2140/27/421 2141/28/421 +f 2124/6/421 2141/28/421 2142/29/421 +f 2124/6/421 2142/29/421 2125/6/179 +f 2143/29/421 2125/6/179 2142/29/421 +f 2130/7/421 2140/27/421 2124/6/421 +f 2144/28/421 2125/6/179 2143/29/421 +f 2145/27/421 2125/6/179 2144/28/421 +f 2140/27/421 2130/7/421 2146/30/421 +f 2147/31/421 2125/6/179 2145/27/421 +f 2147/31/421 2145/27/421 2148/30/421 +f 2146/30/421 2147/31/421 2148/30/421 +f 2149/31/421 2125/6/179 2147/31/421 +f 2150/32/421 2125/6/179 2149/31/421 +f 2151/33/421 2125/6/179 2150/32/421 +f 2151/33/421 2135/7/179 2125/6/179 +f 2152/34/421 2135/7/179 2151/33/421 +f 2135/7/179 2152/34/421 2130/7/421 +f 2153/34/421 2130/7/421 2152/34/421 +f 2146/30/421 2130/7/421 2153/34/421 +f 2146/30/421 2154/32/421 2147/31/421 +f 2146/30/421 2153/34/421 2155/33/421 +f 2146/30/421 2155/33/421 2154/32/421 +f 2158/10/639 2157/9/640 2156/9/639 +f 2157/9/640 2158/10/639 2159/10/640 +f 2156/9/641 2157/9/642 2158/10/641 +f 2159/10/642 2158/10/641 2157/9/642 +f 2162/10/641 2161/9/642 2160/9/641 +f 2161/9/642 2162/10/641 2163/10/642 +f 2160/9/639 2161/9/640 2162/10/639 +f 2163/10/640 2162/10/639 2161/9/640 +f 2166/10/644 2165/9/643 2164/10/643 +f 2165/9/643 2166/10/644 2167/9/644 +f 2164/10/646 2165/9/646 2166/10/645 +f 2167/9/645 2166/10/645 2165/9/646 +f 2170/9/646 2169/10/645 2168/9/645 +f 2169/10/645 2170/9/646 2171/10/646 +f 2168/9/644 2169/10/644 2170/9/643 +f 2171/10/643 2170/9/643 2169/10/644 +f 2163/10/642 2170/9/646 2161/9/642 +f 2170/9/646 2163/10/642 2171/10/646 +f 2161/9/640 2170/9/643 2163/10/640 +f 2171/10/643 2163/10/640 2170/9/643 +f 2159/10/640 2165/9/643 2157/9/640 +f 2165/9/643 2159/10/640 2164/10/643 +f 2157/9/642 2165/9/646 2159/10/642 +f 2164/10/646 2159/10/642 2165/9/646 +f 2166/10/644 2160/9/641 2167/9/644 +f 2160/9/641 2166/10/644 2162/10/641 +f 2167/9/645 2160/9/639 2166/10/645 +f 2162/10/639 2166/10/645 2160/9/639 +f 2169/10/645 2156/9/639 2168/9/645 +f 2156/9/639 2169/10/645 2158/10/639 +f 2168/9/644 2156/9/641 2169/10/644 +f 2158/10/641 2169/10/644 2156/9/641 +f 2159/10/647 2166/10/647 2164/10/647 +f 2166/10/647 2159/10/647 2162/10/647 +f 2162/10/647 2159/10/647 2158/10/647 +f 2162/10/647 2158/10/647 2163/10/647 +f 2163/10/647 2158/10/647 2169/10/647 +f 2163/10/647 2169/10/647 2171/10/647 +f 2164/10/648 2166/10/648 2159/10/648 +f 2162/10/648 2159/10/648 2166/10/648 +f 2158/10/648 2159/10/648 2162/10/648 +f 2163/10/648 2158/10/648 2162/10/648 +f 2169/10/648 2158/10/648 2163/10/648 +f 2171/10/648 2169/10/648 2163/10/648 +f 2160/9/648 2165/9/648 2167/9/648 +f 2165/9/648 2160/9/648 2157/9/648 +f 2157/9/648 2160/9/648 2161/9/648 +f 2157/9/648 2161/9/648 2156/9/648 +f 2156/9/648 2161/9/648 2170/9/648 +f 2156/9/648 2170/9/648 2168/9/648 +f 2167/9/647 2165/9/647 2160/9/647 +f 2157/9/647 2160/9/647 2165/9/647 +f 2161/9/647 2160/9/647 2157/9/647 +f 2156/9/647 2161/9/647 2157/9/647 +f 2170/9/647 2161/9/647 2156/9/647 +f 2168/9/647 2170/9/647 2156/9/647 +f 2174/10/649 2173/9/650 2172/9/649 +f 2173/9/650 2174/10/649 2175/10/650 +f 2172/9/651 2173/9/652 2174/10/651 +f 2175/10/652 2174/10/651 2173/9/652 +f 2178/10/651 2177/9/652 2176/9/651 +f 2177/9/652 2178/10/651 2179/10/652 +f 2176/9/649 2177/9/650 2178/10/649 +f 2179/10/650 2178/10/649 2177/9/650 +f 2182/10/654 2181/9/653 2180/10/653 +f 2181/9/653 2182/10/654 2183/9/654 +f 2180/10/656 2181/9/656 2182/10/655 +f 2183/9/655 2182/10/655 2181/9/656 +f 2186/9/656 2185/10/655 2184/9/655 +f 2185/10/655 2186/9/656 2187/10/656 +f 2184/9/654 2185/10/654 2186/9/653 +f 2187/10/653 2186/9/653 2185/10/654 +f 2179/10/652 2186/9/656 2177/9/652 +f 2186/9/656 2179/10/652 2187/10/656 +f 2177/9/650 2186/9/653 2179/10/650 +f 2187/10/653 2179/10/650 2186/9/653 +f 2175/10/650 2181/9/653 2173/9/650 +f 2181/9/653 2175/10/650 2180/10/653 +f 2173/9/652 2181/9/656 2175/10/652 +f 2180/10/656 2175/10/652 2181/9/656 +f 2182/10/654 2176/9/651 2183/9/654 +f 2176/9/651 2182/10/654 2178/10/651 +f 2183/9/655 2176/9/649 2182/10/655 +f 2178/10/649 2182/10/655 2176/9/649 +f 2185/10/655 2172/9/649 2184/9/655 +f 2172/9/649 2185/10/655 2174/10/649 +f 2184/9/654 2172/9/651 2185/10/654 +f 2174/10/651 2185/10/654 2172/9/651 +f 2175/10/657 2182/10/657 2180/10/657 +f 2182/10/657 2175/10/657 2178/10/657 +f 2178/10/657 2175/10/657 2174/10/657 +f 2178/10/657 2174/10/657 2179/10/657 +f 2179/10/657 2174/10/657 2185/10/657 +f 2179/10/657 2185/10/657 2187/10/657 +f 2180/10/658 2182/10/658 2175/10/658 +f 2178/10/658 2175/10/658 2182/10/658 +f 2174/10/658 2175/10/658 2178/10/658 +f 2179/10/658 2174/10/658 2178/10/658 +f 2185/10/658 2174/10/658 2179/10/658 +f 2187/10/658 2185/10/658 2179/10/658 +f 2176/9/658 2181/9/658 2183/9/658 +f 2181/9/658 2176/9/658 2173/9/658 +f 2173/9/658 2176/9/658 2177/9/658 +f 2173/9/658 2177/9/658 2172/9/658 +f 2172/9/658 2177/9/658 2186/9/658 +f 2172/9/658 2186/9/658 2184/9/658 +f 2183/9/657 2181/9/657 2176/9/657 +f 2173/9/657 2176/9/657 2181/9/657 +f 2177/9/657 2176/9/657 2173/9/657 +f 2172/9/657 2177/9/657 2173/9/657 +f 2186/9/657 2177/9/657 2172/9/657 +f 2184/9/657 2186/9/657 2172/9/657 +f 2190/10/649 2189/9/650 2188/9/649 +f 2189/9/650 2190/10/649 2191/10/650 +f 2188/9/651 2189/9/652 2190/10/651 +f 2191/10/652 2190/10/651 2189/9/652 +f 2193/10/651 2192/9/652 2147/9/651 +f 2192/9/652 2193/10/651 2194/10/652 +f 2147/9/649 2192/9/650 2193/10/649 +f 2194/10/650 2193/10/649 2192/9/650 +f 2197/10/654 2196/9/653 2195/10/653 +f 2196/9/653 2197/10/654 2198/9/654 +f 2195/10/656 2196/9/656 2197/10/655 +f 2198/9/655 2197/10/655 2196/9/656 +f 2201/9/656 2200/10/655 2199/9/655 +f 2200/10/655 2201/9/656 2202/10/656 +f 2199/9/654 2200/10/654 2201/9/653 +f 2202/10/653 2201/9/653 2200/10/654 +f 2194/10/652 2201/9/656 2192/9/652 +f 2201/9/656 2194/10/652 2202/10/656 +f 2192/9/650 2201/9/653 2194/10/650 +f 2202/10/653 2194/10/650 2201/9/653 +f 2191/10/650 2196/9/653 2189/9/650 +f 2196/9/653 2191/10/650 2195/10/653 +f 2189/9/652 2196/9/656 2191/10/652 +f 2195/10/656 2191/10/652 2196/9/656 +f 2197/10/654 2147/9/651 2198/9/654 +f 2147/9/651 2197/10/654 2193/10/651 +f 2198/9/655 2147/9/649 2197/10/655 +f 2193/10/649 2197/10/655 2147/9/649 +f 2200/10/655 2188/9/649 2199/9/655 +f 2188/9/649 2200/10/655 2190/10/649 +f 2199/9/654 2188/9/651 2200/10/654 +f 2190/10/651 2200/10/654 2188/9/651 +f 2191/10/657 2197/10/657 2195/10/657 +f 2197/10/657 2191/10/657 2193/10/657 +f 2193/10/657 2191/10/657 2190/10/657 +f 2193/10/657 2190/10/657 2194/10/657 +f 2194/10/657 2190/10/657 2200/10/657 +f 2194/10/657 2200/10/657 2202/10/657 +f 2195/10/658 2197/10/658 2191/10/658 +f 2193/10/658 2191/10/658 2197/10/658 +f 2190/10/658 2191/10/658 2193/10/658 +f 2194/10/658 2190/10/658 2193/10/658 +f 2200/10/658 2190/10/658 2194/10/658 +f 2202/10/658 2200/10/658 2194/10/658 +f 2147/9/658 2196/9/658 2198/9/658 +f 2196/9/658 2147/9/658 2189/9/658 +f 2189/9/658 2147/9/658 2192/9/658 +f 2189/9/658 2192/9/658 2188/9/658 +f 2188/9/658 2192/9/658 2201/9/658 +f 2188/9/658 2201/9/658 2199/9/658 +f 2198/9/657 2196/9/657 2147/9/657 +f 2189/9/657 2147/9/657 2196/9/657 +f 2192/9/657 2147/9/657 2189/9/657 +f 2188/9/657 2192/9/657 2189/9/657 +f 2201/9/657 2192/9/657 2188/9/657 +f 2199/9/657 2201/9/657 2188/9/657 +f 977/8/96 1001/7/96 1006/8/96 +f 1001/7/96 977/8/96 445/7/96 +f 1006/8/95 1001/7/95 977/8/95 +f 445/7/95 977/8/95 1001/7/95 +f 2205/8/659 2204/7/83 2203/7/659 +f 2204/7/83 2205/8/659 2206/8/83 +f 2203/7/660 2204/7/84 2205/8/660 +f 2206/8/84 2205/8/660 2204/7/84 +f 977/8/84 2207/7/84 445/7/84 +f 2207/7/84 977/8/84 978/8/84 +f 445/7/83 2207/7/83 977/8/83 +f 978/8/83 977/8/83 2207/7/83 +f 2206/8/83 1001/7/661 2204/7/83 +f 1001/7/661 2206/8/83 1006/8/661 +f 2204/7/84 1001/7/662 2206/8/84 +f 1006/8/662 2206/8/84 1001/7/662 +f 2207/7/82 1001/7/82 445/7/82 +f 1001/7/82 2207/7/82 2204/7/82 +f 2204/7/82 2207/7/82 2203/7/82 +f 445/7/81 1001/7/81 2207/7/81 +f 2204/7/81 2207/7/81 1001/7/81 +f 2203/7/81 2207/7/81 2204/7/81 +f 1006/8/81 978/8/81 977/8/81 +f 978/8/81 1006/8/81 2206/8/81 +f 978/8/81 2206/8/81 2205/8/81 +f 977/8/82 978/8/82 1006/8/82 +f 2206/8/82 1006/8/82 978/8/82 +f 2205/8/82 2206/8/82 978/8/82 +f 2207/7/95 2205/8/95 2203/7/95 +f 2205/8/95 2207/7/95 978/8/95 +f 2203/7/96 2205/8/96 2207/7/96 +f 978/8/96 2207/7/96 2205/8/96 +f 2210/6/81 2209/6/81 2208/6/81 +f 2209/6/81 2210/6/81 2211/6/81 +f 2209/6/81 2211/6/81 2212/6/81 +f 2208/6/82 2209/6/82 2210/6/82 +f 2211/6/82 2210/6/82 2209/6/82 +f 2212/6/82 2211/6/82 2209/6/82 +f 2208/6/84 2214/7/84 2213/7/84 +f 2214/7/84 2208/6/84 2209/6/84 +f 2213/7/83 2214/7/83 2208/6/83 +f 2209/6/83 2208/6/83 2214/7/83 +f 2214/7/95 2212/6/95 2215/7/95 +f 2212/6/95 2214/7/95 2209/6/95 +f 2215/7/96 2212/6/96 2214/7/96 +f 2209/6/96 2214/7/96 2212/6/96 +f 2208/6/96 2216/7/96 2210/6/96 +f 2216/7/96 2208/6/96 2213/7/96 +f 2210/6/95 2216/7/95 2208/6/95 +f 2213/7/95 2208/6/95 2216/7/95 +f 2218/24/424 2217/23/424 2211/6/84 +f 2217/23/424 2219/25/424 2211/6/84 +f 2220/26/424 2218/24/424 2211/6/84 +f 2211/6/84 2219/25/424 2221/7/84 +f 2222/25/424 2221/7/84 2219/25/424 +f 2221/7/84 2222/25/424 2215/7/424 +f 2223/23/424 2215/7/424 2222/25/424 +f 2212/6/424 2220/26/424 2211/6/84 +f 2212/6/424 2215/7/424 2223/23/424 +f 2220/26/424 2212/6/424 2224/26/424 +f 2225/24/424 2212/6/424 2223/23/424 +f 2224/26/424 2212/6/424 2225/24/424 +f 2227/28/426 2226/27/426 2210/6/426 +f 2228/29/426 2227/28/426 2210/6/426 +f 2211/6/84 2228/29/426 2210/6/426 +f 2228/29/426 2211/6/84 2229/29/426 +f 2210/6/426 2226/27/426 2216/7/426 +f 2229/29/426 2211/6/84 2230/28/426 +f 2230/28/426 2211/6/84 2231/27/426 +f 2232/30/426 2216/7/426 2226/27/426 +f 2231/27/426 2211/6/84 2233/31/426 +f 2234/30/426 2231/27/426 2233/31/426 +f 2234/30/426 2233/31/426 2232/30/426 +f 2233/31/426 2211/6/84 2235/31/426 +f 2235/31/426 2211/6/84 2236/32/426 +f 2236/32/426 2211/6/84 2237/33/426 +f 2211/6/84 2221/7/84 2237/33/426 +f 2237/33/426 2221/7/84 2238/34/426 +f 2216/7/426 2238/34/426 2221/7/84 +f 2238/34/426 2216/7/426 2239/34/426 +f 2239/34/426 2216/7/426 2232/30/426 +f 2233/31/426 2240/32/426 2232/30/426 +f 2241/33/426 2239/34/426 2232/30/426 +f 2240/32/426 2241/33/426 2232/30/426 +f 2211/6/83 2217/23/423 2218/24/423 +f 2211/6/83 2218/24/423 2220/26/423 +f 2211/6/83 2219/25/423 2217/23/423 +f 2221/7/83 2219/25/423 2211/6/83 +f 2219/25/423 2221/7/83 2222/25/423 +f 2215/7/423 2222/25/423 2221/7/83 +f 2222/25/423 2215/7/423 2223/23/423 +f 2211/6/83 2220/26/423 2212/6/423 +f 2223/23/423 2215/7/423 2212/6/423 +f 2224/26/423 2212/6/423 2220/26/423 +f 2223/23/423 2212/6/423 2225/24/423 +f 2225/24/423 2212/6/423 2224/26/423 +f 2210/6/425 2226/27/425 2227/28/425 +f 2210/6/425 2227/28/425 2228/29/425 +f 2210/6/425 2228/29/425 2211/6/83 +f 2229/29/425 2211/6/83 2228/29/425 +f 2216/7/425 2226/27/425 2210/6/425 +f 2230/28/425 2211/6/83 2229/29/425 +f 2231/27/425 2211/6/83 2230/28/425 +f 2226/27/425 2216/7/425 2232/30/425 +f 2233/31/425 2211/6/83 2231/27/425 +f 2233/31/425 2231/27/425 2234/30/425 +f 2232/30/425 2233/31/425 2234/30/425 +f 2235/31/425 2211/6/83 2233/31/425 +f 2236/32/425 2211/6/83 2235/31/425 +f 2237/33/425 2211/6/83 2236/32/425 +f 2237/33/425 2221/7/83 2211/6/83 +f 2238/34/425 2221/7/83 2237/33/425 +f 2221/7/83 2238/34/425 2216/7/425 +f 2239/34/425 2216/7/425 2238/34/425 +f 2232/30/425 2216/7/425 2239/34/425 +f 2232/30/425 2240/32/425 2233/31/425 +f 2232/30/425 2239/34/425 2241/33/425 +f 2232/30/425 2241/33/425 2240/32/425 +f 2244/10/663 2243/9/664 2242/9/663 +f 2243/9/664 2244/10/663 2245/10/664 +f 2242/9/665 2243/9/666 2244/10/665 +f 2245/10/666 2244/10/665 2243/9/666 +f 2248/10/665 2247/9/666 2246/9/665 +f 2247/9/666 2248/10/665 2249/10/666 +f 2246/9/663 2247/9/664 2248/10/663 +f 2249/10/664 2248/10/663 2247/9/664 +f 2252/10/668 2251/9/667 2250/10/667 +f 2251/9/667 2252/10/668 2253/9/668 +f 2250/10/670 2251/9/670 2252/10/669 +f 2253/9/669 2252/10/669 2251/9/670 +f 2256/9/670 2255/10/669 2254/9/669 +f 2255/10/669 2256/9/670 2257/10/670 +f 2254/9/668 2255/10/668 2256/9/667 +f 2257/10/667 2256/9/667 2255/10/668 +f 2249/10/666 2256/9/670 2247/9/666 +f 2256/9/670 2249/10/666 2257/10/670 +f 2247/9/664 2256/9/667 2249/10/664 +f 2257/10/667 2249/10/664 2256/9/667 +f 2245/10/664 2251/9/667 2243/9/664 +f 2251/9/667 2245/10/664 2250/10/667 +f 2243/9/666 2251/9/670 2245/10/666 +f 2250/10/670 2245/10/666 2251/9/670 +f 2252/10/668 2246/9/665 2253/9/668 +f 2246/9/665 2252/10/668 2248/10/665 +f 2253/9/669 2246/9/663 2252/10/669 +f 2248/10/663 2252/10/669 2246/9/663 +f 2255/10/669 2242/9/663 2254/9/669 +f 2242/9/663 2255/10/669 2244/10/663 +f 2254/9/668 2242/9/665 2255/10/668 +f 2244/10/665 2255/10/668 2242/9/665 +f 2245/10/671 2252/10/671 2250/10/671 +f 2252/10/671 2245/10/671 2248/10/671 +f 2248/10/671 2245/10/671 2244/10/671 +f 2248/10/671 2244/10/671 2249/10/671 +f 2249/10/671 2244/10/671 2255/10/671 +f 2249/10/671 2255/10/671 2257/10/671 +f 2250/10/672 2252/10/672 2245/10/672 +f 2248/10/672 2245/10/672 2252/10/672 +f 2244/10/672 2245/10/672 2248/10/672 +f 2249/10/672 2244/10/672 2248/10/672 +f 2255/10/672 2244/10/672 2249/10/672 +f 2257/10/672 2255/10/672 2249/10/672 +f 2246/9/672 2251/9/672 2253/9/672 +f 2251/9/672 2246/9/672 2243/9/672 +f 2243/9/672 2246/9/672 2247/9/672 +f 2243/9/672 2247/9/672 2242/9/672 +f 2242/9/672 2247/9/672 2256/9/672 +f 2242/9/672 2256/9/672 2254/9/672 +f 2253/9/671 2251/9/671 2246/9/671 +f 2243/9/671 2246/9/671 2251/9/671 +f 2247/9/671 2246/9/671 2243/9/671 +f 2242/9/671 2247/9/671 2243/9/671 +f 2256/9/671 2247/9/671 2242/9/671 +f 2254/9/671 2256/9/671 2242/9/671 +f 2260/10/673 2259/9/674 2258/9/673 +f 2259/9/674 2260/10/673 2261/10/674 +f 2258/9/675 2259/9/676 2260/10/675 +f 2261/10/676 2260/10/675 2259/9/676 +f 2264/10/675 2263/9/676 2262/9/675 +f 2263/9/676 2264/10/675 2265/10/676 +f 2262/9/673 2263/9/674 2264/10/673 +f 2265/10/674 2264/10/673 2263/9/674 +f 2268/10/678 2267/9/677 2266/10/677 +f 2267/9/677 2268/10/678 2269/9/678 +f 2266/10/680 2267/9/680 2268/10/679 +f 2269/9/679 2268/10/679 2267/9/680 +f 2272/9/680 2271/10/679 2270/9/679 +f 2271/10/679 2272/9/680 2273/10/680 +f 2270/9/678 2271/10/678 2272/9/677 +f 2273/10/677 2272/9/677 2271/10/678 +f 2265/10/676 2272/9/680 2263/9/676 +f 2272/9/680 2265/10/676 2273/10/680 +f 2263/9/674 2272/9/677 2265/10/674 +f 2273/10/677 2265/10/674 2272/9/677 +f 2261/10/674 2267/9/677 2259/9/674 +f 2267/9/677 2261/10/674 2266/10/677 +f 2259/9/676 2267/9/680 2261/10/676 +f 2266/10/680 2261/10/676 2267/9/680 +f 2268/10/678 2262/9/675 2269/9/678 +f 2262/9/675 2268/10/678 2264/10/675 +f 2269/9/679 2262/9/673 2268/10/679 +f 2264/10/673 2268/10/679 2262/9/673 +f 2271/10/679 2258/9/673 2270/9/679 +f 2258/9/673 2271/10/679 2260/10/673 +f 2270/9/678 2258/9/675 2271/10/678 +f 2260/10/675 2271/10/678 2258/9/675 +f 2261/10/681 2268/10/681 2266/10/681 +f 2268/10/681 2261/10/681 2264/10/681 +f 2264/10/681 2261/10/681 2260/10/681 +f 2264/10/681 2260/10/681 2265/10/681 +f 2265/10/681 2260/10/681 2271/10/681 +f 2265/10/681 2271/10/681 2273/10/681 +f 2266/10/682 2268/10/682 2261/10/682 +f 2264/10/682 2261/10/682 2268/10/682 +f 2260/10/682 2261/10/682 2264/10/682 +f 2265/10/682 2260/10/682 2264/10/682 +f 2271/10/682 2260/10/682 2265/10/682 +f 2273/10/682 2271/10/682 2265/10/682 +f 2262/9/682 2267/9/682 2269/9/682 +f 2267/9/682 2262/9/682 2259/9/682 +f 2259/9/682 2262/9/682 2263/9/682 +f 2259/9/682 2263/9/682 2258/9/682 +f 2258/9/682 2263/9/682 2272/9/682 +f 2258/9/682 2272/9/682 2270/9/682 +f 2269/9/681 2267/9/681 2262/9/681 +f 2259/9/681 2262/9/681 2267/9/681 +f 2263/9/681 2262/9/681 2259/9/681 +f 2258/9/681 2263/9/681 2259/9/681 +f 2272/9/681 2263/9/681 2258/9/681 +f 2270/9/681 2272/9/681 2258/9/681 +f 2276/10/673 2275/9/674 2274/9/673 +f 2275/9/674 2276/10/673 2277/10/674 +f 2274/9/675 2275/9/676 2276/10/675 +f 2277/10/676 2276/10/675 2275/9/676 +f 2279/10/675 2278/9/676 2233/9/675 +f 2278/9/676 2279/10/675 2280/10/676 +f 2233/9/673 2278/9/674 2279/10/673 +f 2280/10/674 2279/10/673 2278/9/674 +f 2283/10/678 2282/9/677 2281/10/677 +f 2282/9/677 2283/10/678 2284/9/678 +f 2281/10/680 2282/9/680 2283/10/679 +f 2284/9/679 2283/10/679 2282/9/680 +f 2236/9/680 2285/10/679 2237/9/679 +f 2285/10/679 2236/9/680 2286/10/680 +f 2237/9/678 2285/10/678 2236/9/677 +f 2286/10/677 2236/9/677 2285/10/678 +f 2280/10/676 2236/9/680 2278/9/676 +f 2236/9/680 2280/10/676 2286/10/680 +f 2278/9/674 2236/9/677 2280/10/674 +f 2286/10/677 2280/10/674 2236/9/677 +f 2277/10/674 2282/9/677 2275/9/674 +f 2282/9/677 2277/10/674 2281/10/677 +f 2275/9/676 2282/9/680 2277/10/676 +f 2281/10/680 2277/10/676 2282/9/680 +f 2283/10/678 2233/9/675 2284/9/678 +f 2233/9/675 2283/10/678 2279/10/675 +f 2284/9/679 2233/9/673 2283/10/679 +f 2279/10/673 2283/10/679 2233/9/673 +f 2285/10/679 2274/9/673 2237/9/679 +f 2274/9/673 2285/10/679 2276/10/673 +f 2237/9/678 2274/9/675 2285/10/678 +f 2276/10/675 2285/10/678 2274/9/675 +f 2277/10/681 2283/10/681 2281/10/681 +f 2283/10/681 2277/10/681 2279/10/681 +f 2279/10/681 2277/10/681 2276/10/681 +f 2279/10/681 2276/10/681 2280/10/681 +f 2280/10/681 2276/10/681 2285/10/681 +f 2280/10/681 2285/10/681 2286/10/681 +f 2281/10/682 2283/10/682 2277/10/682 +f 2279/10/682 2277/10/682 2283/10/682 +f 2276/10/682 2277/10/682 2279/10/682 +f 2280/10/682 2276/10/682 2279/10/682 +f 2285/10/682 2276/10/682 2280/10/682 +f 2286/10/682 2285/10/682 2280/10/682 +f 2233/9/682 2282/9/682 2284/9/682 +f 2282/9/682 2233/9/682 2275/9/682 +f 2275/9/682 2233/9/682 2278/9/682 +f 2275/9/682 2278/9/682 2274/9/682 +f 2274/9/682 2278/9/682 2236/9/682 +f 2274/9/682 2236/9/682 2237/9/682 +f 2284/9/681 2282/9/681 2233/9/681 +f 2275/9/681 2233/9/681 2282/9/681 +f 2278/9/681 2233/9/681 2275/9/681 +f 2274/9/681 2278/9/681 2275/9/681 +f 2236/9/681 2278/9/681 2274/9/681 +f 2237/9/681 2236/9/681 2274/9/681 +f 2289/35/683 2288/35/683 2287/35/683 +f 2288/35/683 2289/35/683 2290/35/683 +f 2288/35/683 2290/35/683 2291/35/683 +f 2291/35/683 2290/35/683 2292/35/683 +f 2292/35/683 2290/35/683 2293/35/683 +f 2292/35/683 2293/35/683 2294/35/683 +f 2287/35/684 2288/35/684 2289/35/684 +f 2290/35/684 2289/35/684 2288/35/684 +f 2291/35/684 2290/35/684 2288/35/684 +f 2292/35/684 2290/35/684 2291/35/684 +f 2293/35/684 2290/35/684 2292/35/684 +f 2294/35/684 2293/35/684 2292/35/684 +f 2297/36/684 2296/36/684 2295/36/684 +f 2296/36/684 2297/36/684 2298/36/684 +f 2296/36/684 2298/36/684 2299/36/684 +f 2299/36/684 2298/36/684 2300/36/684 +f 2299/36/684 2300/36/684 2301/36/684 +f 2301/36/684 2300/36/684 2302/36/684 +f 2295/36/683 2296/36/683 2297/36/683 +f 2298/36/683 2297/36/683 2296/36/683 +f 2299/36/683 2298/36/683 2296/36/683 +f 2300/36/683 2298/36/683 2299/36/683 +f 2301/36/683 2300/36/683 2299/36/683 +f 2302/36/683 2300/36/683 2301/36/683 +f 2295/36/686 2288/35/685 2297/36/685 +f 2288/35/685 2295/36/686 2287/35/686 +f 2297/36/688 2288/35/688 2295/36/687 +f 2287/35/687 2295/36/687 2288/35/688 +f 2298/36/689 2288/35/690 2291/35/689 +f 2288/35/690 2298/36/689 2297/36/690 +f 2291/35/691 2288/35/692 2298/36/691 +f 2297/36/692 2298/36/691 2288/35/692 +f 2300/36/693 2291/35/689 2292/35/693 +f 2291/35/689 2300/36/693 2298/36/689 +f 2292/35/694 2291/35/691 2300/36/694 +f 2298/36/691 2300/36/694 2291/35/691 +f 2294/35/687 2300/36/695 2292/35/695 +f 2300/36/695 2294/35/687 2302/36/687 +f 2292/35/696 2300/36/696 2294/35/686 +f 2302/36/686 2294/35/686 2300/36/696 +f 2293/35/688 2302/36/687 2294/35/687 +f 2302/36/687 2293/35/688 2301/36/688 +f 2294/35/686 2302/36/686 2293/35/685 +f 2301/36/685 2293/35/685 2302/36/686 +f 2299/36/691 2293/35/692 2290/35/691 +f 2293/35/692 2299/36/691 2301/36/692 +f 2290/35/689 2293/35/690 2299/36/689 +f 2301/36/690 2299/36/689 2293/35/690 +f 2296/36/694 2290/35/691 2289/35/694 +f 2290/35/691 2296/36/694 2299/36/691 +f 2289/35/693 2290/35/689 2296/36/693 +f 2299/36/689 2296/36/693 2290/35/689 +f 2296/36/696 2287/35/686 2295/36/686 +f 2287/35/686 2296/36/696 2289/35/696 +f 2295/36/687 2287/35/687 2296/36/695 +f 2289/35/695 2296/36/695 2287/35/687 +f 2305/36/684 2304/36/684 2303/36/684 +f 2304/36/684 2305/36/684 2306/36/684 +f 2304/36/684 2306/36/684 2307/36/684 +f 2307/36/684 2306/36/684 2308/36/684 +f 2308/36/684 2306/36/684 2309/36/684 +f 2308/36/684 2309/36/684 2310/36/684 +f 2303/36/683 2304/36/683 2305/36/683 +f 2306/36/683 2305/36/683 2304/36/683 +f 2307/36/683 2306/36/683 2304/36/683 +f 2308/36/683 2306/36/683 2307/36/683 +f 2309/36/683 2306/36/683 2308/36/683 +f 2310/36/683 2309/36/683 2308/36/683 +f 2303/36/686 2311/35/685 2305/36/685 +f 2311/35/685 2303/36/686 2312/35/686 +f 2305/36/688 2311/35/688 2303/36/687 +f 2312/35/687 2303/36/687 2311/35/688 +f 2306/36/689 2311/35/690 2313/35/689 +f 2311/35/690 2306/36/689 2305/36/690 +f 2313/35/691 2311/35/692 2306/36/691 +f 2305/36/692 2306/36/691 2311/35/692 +f 2309/36/693 2313/35/689 2314/35/693 +f 2313/35/689 2309/36/693 2306/36/689 +f 2314/35/694 2313/35/691 2309/36/694 +f 2306/36/691 2309/36/694 2313/35/691 +f 2315/35/687 2309/36/695 2314/35/695 +f 2309/36/695 2315/35/687 2310/36/687 +f 2314/35/696 2309/36/696 2315/35/686 +f 2310/36/686 2315/35/686 2309/36/696 +f 2316/35/688 2310/36/687 2315/35/687 +f 2310/36/687 2316/35/688 2308/36/688 +f 2315/35/686 2310/36/686 2316/35/685 +f 2308/36/685 2316/35/685 2310/36/686 +f 2307/36/691 2316/35/692 2317/35/691 +f 2316/35/692 2307/36/691 2308/36/692 +f 2317/35/689 2316/35/690 2307/36/689 +f 2308/36/690 2307/36/689 2316/35/690 +f 2304/36/694 2317/35/691 2318/35/694 +f 2317/35/691 2304/36/694 2307/36/691 +f 2318/35/693 2317/35/689 2304/36/693 +f 2307/36/689 2304/36/693 2317/35/689 +f 2304/36/696 2312/35/686 2303/36/686 +f 2312/35/686 2304/36/696 2318/35/696 +f 2303/36/687 2312/35/687 2304/36/695 +f 2318/35/695 2304/36/695 2312/35/687 +f 2321/38/697 2320/37/698 2319/37/697 +f 2320/37/698 2321/38/697 2322/38/698 +f 2319/37/699 2320/37/700 2321/38/699 +f 2322/38/700 2321/38/699 2320/37/700 +f 2325/37/701 2324/38/702 2323/38/701 +f 2324/38/702 2325/37/701 2326/37/702 +f 2323/38/703 2324/38/704 2325/37/703 +f 2326/37/704 2325/37/703 2324/38/704 +f 2328/38/705 2319/37/697 2327/37/705 +f 2319/37/697 2328/38/705 2321/38/697 +f 2327/37/706 2319/37/699 2328/38/706 +f 2321/38/699 2328/38/706 2319/37/699 +f 2331/38/707 2330/37/708 2329/37/707 +f 2330/37/708 2331/38/707 2332/38/708 +f 2329/37/709 2330/37/710 2331/38/709 +f 2332/38/710 2331/38/709 2330/37/710 +f 2331/38/707 2320/37/711 2322/38/711 +f 2320/37/711 2331/38/707 2329/37/707 +f 2322/38/712 2320/37/712 2331/38/709 +f 2329/37/709 2331/38/709 2320/37/712 +f 2334/38/713 2326/37/714 2333/37/713 +f 2326/37/714 2334/38/713 2324/38/714 +f 2333/37/715 2326/37/716 2334/38/715 +f 2324/38/716 2334/38/715 2326/37/716 +f 2332/38/717 2333/37/713 2330/37/717 +f 2333/37/713 2332/38/717 2334/38/713 +f 2330/37/718 2333/37/715 2332/38/718 +f 2334/38/715 2332/38/718 2333/37/715 +f 2327/37/719 2323/38/701 2328/38/719 +f 2323/38/701 2327/37/719 2325/37/701 +f 2328/38/720 2323/38/703 2327/37/720 +f 2325/37/703 2327/37/720 2323/38/703 +f 2337/35/683 2336/35/683 2335/35/683 +f 2336/35/683 2337/35/683 2338/35/683 +f 2336/35/683 2338/35/683 2339/35/683 +f 2339/35/683 2338/35/683 2340/35/683 +f 2340/35/683 2338/35/683 2341/35/683 +f 2340/35/683 2341/35/683 2342/35/683 +f 2335/35/684 2336/35/684 2337/35/684 +f 2338/35/684 2337/35/684 2336/35/684 +f 2339/35/684 2338/35/684 2336/35/684 +f 2340/35/684 2338/35/684 2339/35/684 +f 2341/35/684 2338/35/684 2340/35/684 +f 2342/35/684 2341/35/684 2340/35/684 +f 2345/36/684 2344/36/684 2343/36/684 +f 2344/36/684 2345/36/684 2346/36/684 +f 2344/36/684 2346/36/684 2347/36/684 +f 2347/36/684 2346/36/684 2348/36/684 +f 2347/36/684 2348/36/684 2349/36/684 +f 2349/36/684 2348/36/684 2350/36/684 +f 2343/36/683 2344/36/683 2345/36/683 +f 2346/36/683 2345/36/683 2344/36/683 +f 2347/36/683 2346/36/683 2344/36/683 +f 2348/36/683 2346/36/683 2347/36/683 +f 2349/36/683 2348/36/683 2347/36/683 +f 2350/36/683 2348/36/683 2349/36/683 +f 2343/36/722 2336/35/721 2345/36/721 +f 2336/35/721 2343/36/722 2335/35/722 +f 2345/36/724 2336/35/724 2343/36/723 +f 2335/35/723 2343/36/723 2336/35/724 +f 2346/36/185 2336/35/725 2339/35/185 +f 2336/35/725 2346/36/185 2345/36/725 +f 2339/35/186 2336/35/726 2346/36/186 +f 2345/36/726 2346/36/186 2336/35/726 +f 2348/36/727 2339/35/185 2340/35/727 +f 2339/35/185 2348/36/727 2346/36/185 +f 2340/35/728 2339/35/186 2348/36/728 +f 2346/36/186 2348/36/728 2339/35/186 +f 2342/35/723 2348/36/729 2340/35/729 +f 2348/36/729 2342/35/723 2350/36/723 +f 2340/35/730 2348/36/730 2342/35/722 +f 2350/36/722 2342/35/722 2348/36/730 +f 2341/35/724 2350/36/723 2342/35/723 +f 2350/36/723 2341/35/724 2349/36/724 +f 2342/35/722 2350/36/722 2341/35/721 +f 2349/36/721 2341/35/721 2350/36/722 +f 2347/36/186 2341/35/726 2338/35/186 +f 2341/35/726 2347/36/186 2349/36/726 +f 2338/35/185 2341/35/725 2347/36/185 +f 2349/36/725 2347/36/185 2341/35/725 +f 2344/36/728 2338/35/186 2337/35/728 +f 2338/35/186 2344/36/728 2347/36/186 +f 2337/35/727 2338/35/185 2344/36/727 +f 2347/36/185 2344/36/727 2338/35/185 +f 2344/36/730 2335/35/722 2343/36/722 +f 2335/35/722 2344/36/730 2337/35/730 +f 2343/36/723 2335/35/723 2344/36/729 +f 2337/35/729 2344/36/729 2335/35/723 +f 2353/36/684 2352/36/684 2351/36/684 +f 2352/36/684 2353/36/684 2354/36/684 +f 2352/36/684 2354/36/684 2355/36/684 +f 2355/36/684 2354/36/684 2356/36/684 +f 2356/36/684 2354/36/684 2357/36/684 +f 2356/36/684 2357/36/684 2358/36/684 +f 2351/36/683 2352/36/683 2353/36/683 +f 2354/36/683 2353/36/683 2352/36/683 +f 2355/36/683 2354/36/683 2352/36/683 +f 2356/36/683 2354/36/683 2355/36/683 +f 2357/36/683 2354/36/683 2356/36/683 +f 2358/36/683 2357/36/683 2356/36/683 +f 2351/36/722 2359/35/721 2353/36/721 +f 2359/35/721 2351/36/722 2360/35/722 +f 2353/36/724 2359/35/724 2351/36/723 +f 2360/35/723 2351/36/723 2359/35/724 +f 2354/36/185 2359/35/725 2361/35/185 +f 2359/35/725 2354/36/185 2353/36/725 +f 2361/35/186 2359/35/726 2354/36/186 +f 2353/36/726 2354/36/186 2359/35/726 +f 2357/36/727 2361/35/185 2362/35/727 +f 2361/35/185 2357/36/727 2354/36/185 +f 2362/35/728 2361/35/186 2357/36/728 +f 2354/36/186 2357/36/728 2361/35/186 +f 2363/35/723 2357/36/729 2362/35/729 +f 2357/36/729 2363/35/723 2358/36/723 +f 2362/35/730 2357/36/730 2363/35/722 +f 2358/36/722 2363/35/722 2357/36/730 +f 2364/35/724 2358/36/723 2363/35/723 +f 2358/36/723 2364/35/724 2356/36/724 +f 2363/35/722 2358/36/722 2364/35/721 +f 2356/36/721 2364/35/721 2358/36/722 +f 2355/36/186 2364/35/726 2365/35/186 +f 2364/35/726 2355/36/186 2356/36/726 +f 2365/35/185 2364/35/725 2355/36/185 +f 2356/36/725 2355/36/185 2364/35/725 +f 2352/36/728 2365/35/186 2366/35/728 +f 2365/35/186 2352/36/728 2355/36/186 +f 2366/35/727 2365/35/185 2352/36/727 +f 2355/36/185 2352/36/727 2365/35/185 +f 2352/36/730 2360/35/722 2351/36/722 +f 2360/35/722 2352/36/730 2366/35/730 +f 2351/36/723 2360/35/723 2352/36/729 +f 2366/35/729 2352/36/729 2360/35/723 +f 2369/38/731 2368/37/732 2367/37/731 +f 2368/37/732 2369/38/731 2370/38/732 +f 2367/37/733 2368/37/734 2369/38/733 +f 2370/38/734 2369/38/733 2368/37/734 +f 2373/37/735 2372/38/736 2371/38/735 +f 2372/38/736 2373/37/735 2374/37/736 +f 2371/38/737 2372/38/738 2373/37/737 +f 2374/37/738 2373/37/737 2372/38/738 +f 2376/38/739 2367/37/731 2375/37/739 +f 2367/37/731 2376/38/739 2369/38/731 +f 2375/37/740 2367/37/733 2376/38/740 +f 2369/38/733 2376/38/740 2367/37/733 +f 2379/38/741 2378/37/742 2377/37/741 +f 2378/37/742 2379/38/741 2380/38/742 +f 2377/37/743 2378/37/744 2379/38/743 +f 2380/38/744 2379/38/743 2378/37/744 +f 2379/38/741 2368/37/745 2370/38/745 +f 2368/37/745 2379/38/741 2377/37/741 +f 2370/38/746 2368/37/746 2379/38/743 +f 2377/37/743 2379/38/743 2368/37/746 +f 2382/38/747 2374/37/748 2381/37/747 +f 2374/37/748 2382/38/747 2372/38/748 +f 2381/37/749 2374/37/750 2382/38/749 +f 2372/38/750 2382/38/749 2374/37/750 +f 2380/38/751 2381/37/747 2378/37/751 +f 2381/37/747 2380/38/751 2382/38/747 +f 2378/37/752 2381/37/749 2380/38/752 +f 2382/38/749 2380/38/752 2381/37/749 +f 2375/37/753 2371/38/735 2376/38/753 +f 2371/38/735 2375/37/753 2373/37/735 +f 2376/38/754 2371/38/737 2375/37/754 +f 2373/37/737 2375/37/754 2371/38/737 +f 2385/35/82 2384/35/82 2383/35/82 +f 2384/35/82 2385/35/82 2386/35/82 +f 2384/35/82 2386/35/82 2387/35/82 +f 2387/35/82 2386/35/82 2388/35/82 +f 2388/35/82 2386/35/82 2389/35/82 +f 2388/35/82 2389/35/82 2390/35/82 +f 2383/35/81 2384/35/81 2385/35/81 +f 2386/35/81 2385/35/81 2384/35/81 +f 2387/35/81 2386/35/81 2384/35/81 +f 2388/35/81 2386/35/81 2387/35/81 +f 2389/35/81 2386/35/81 2388/35/81 +f 2390/35/81 2389/35/81 2388/35/81 +f 2393/36/81 2392/36/81 2391/36/81 +f 2392/36/81 2393/36/81 2394/36/81 +f 2392/36/81 2394/36/81 2395/36/81 +f 2395/36/81 2394/36/81 2396/36/81 +f 2395/36/81 2396/36/81 2397/36/81 +f 2397/36/81 2396/36/81 2398/36/81 +f 2391/36/82 2392/36/82 2393/36/82 +f 2394/36/82 2393/36/82 2392/36/82 +f 2395/36/82 2394/36/82 2392/36/82 +f 2396/36/82 2394/36/82 2395/36/82 +f 2397/36/82 2396/36/82 2395/36/82 +f 2398/36/82 2396/36/82 2397/36/82 +f 2391/36/756 2384/35/755 2393/36/755 +f 2384/35/755 2391/36/756 2383/35/756 +f 2393/36/758 2384/35/758 2391/36/757 +f 2383/35/757 2391/36/757 2384/35/758 +f 2394/36/759 2384/35/760 2387/35/759 +f 2384/35/760 2394/36/759 2393/36/760 +f 2387/35/761 2384/35/762 2394/36/761 +f 2393/36/762 2394/36/761 2384/35/762 +f 2396/36/763 2387/35/759 2388/35/763 +f 2387/35/759 2396/36/763 2394/36/759 +f 2388/35/764 2387/35/761 2396/36/764 +f 2394/36/761 2396/36/764 2387/35/761 +f 2390/35/757 2396/36/765 2388/35/765 +f 2396/36/765 2390/35/757 2398/36/757 +f 2388/35/766 2396/36/766 2390/35/756 +f 2398/36/756 2390/35/756 2396/36/766 +f 2389/35/758 2398/36/757 2390/35/757 +f 2398/36/757 2389/35/758 2397/36/758 +f 2390/35/756 2398/36/756 2389/35/755 +f 2397/36/755 2389/35/755 2398/36/756 +f 2395/36/761 2389/35/762 2386/35/761 +f 2389/35/762 2395/36/761 2397/36/762 +f 2386/35/759 2389/35/760 2395/36/759 +f 2397/36/760 2395/36/759 2389/35/760 +f 2392/36/764 2386/35/761 2385/35/764 +f 2386/35/761 2392/36/764 2395/36/761 +f 2385/35/763 2386/35/759 2392/36/763 +f 2395/36/759 2392/36/763 2386/35/759 +f 2392/36/766 2383/35/756 2391/36/756 +f 2383/35/756 2392/36/766 2385/35/766 +f 2391/36/757 2383/35/757 2392/36/765 +f 2385/35/765 2392/36/765 2383/35/757 +f 2401/36/81 2400/36/81 2399/36/81 +f 2400/36/81 2401/36/81 2402/36/81 +f 2400/36/81 2402/36/81 2403/36/81 +f 2403/36/81 2402/36/81 2404/36/81 +f 2404/36/81 2402/36/81 2405/36/81 +f 2404/36/81 2405/36/81 2406/36/81 +f 2399/36/82 2400/36/82 2401/36/82 +f 2402/36/82 2401/36/82 2400/36/82 +f 2403/36/82 2402/36/82 2400/36/82 +f 2404/36/82 2402/36/82 2403/36/82 +f 2405/36/82 2402/36/82 2404/36/82 +f 2406/36/82 2405/36/82 2404/36/82 +f 2399/36/756 2407/35/755 2401/36/755 +f 2407/35/755 2399/36/756 2408/35/756 +f 2401/36/758 2407/35/758 2399/36/757 +f 2408/35/757 2399/36/757 2407/35/758 +f 2402/36/759 2407/35/760 2409/35/759 +f 2407/35/760 2402/36/759 2401/36/760 +f 2409/35/761 2407/35/762 2402/36/761 +f 2401/36/762 2402/36/761 2407/35/762 +f 2405/36/763 2409/35/759 2410/35/763 +f 2409/35/759 2405/36/763 2402/36/759 +f 2410/35/764 2409/35/761 2405/36/764 +f 2402/36/761 2405/36/764 2409/35/761 +f 2411/35/757 2405/36/765 2410/35/765 +f 2405/36/765 2411/35/757 2406/36/757 +f 2410/35/766 2405/36/766 2411/35/756 +f 2406/36/756 2411/35/756 2405/36/766 +f 2412/35/758 2406/36/757 2411/35/757 +f 2406/36/757 2412/35/758 2404/36/758 +f 2411/35/756 2406/36/756 2412/35/755 +f 2404/36/755 2412/35/755 2406/36/756 +f 2403/36/761 2412/35/762 2413/35/761 +f 2412/35/762 2403/36/761 2404/36/762 +f 2413/35/759 2412/35/760 2403/36/759 +f 2404/36/760 2403/36/759 2412/35/760 +f 2400/36/764 2413/35/761 2414/35/764 +f 2413/35/761 2400/36/764 2403/36/761 +f 2414/35/763 2413/35/759 2400/36/763 +f 2403/36/759 2400/36/763 2413/35/759 +f 2400/36/766 2408/35/756 2399/36/756 +f 2408/35/756 2400/36/766 2414/35/766 +f 2399/36/757 2408/35/757 2400/36/765 +f 2414/35/765 2400/36/765 2408/35/757 +f 2417/38/767 2416/37/768 2415/37/767 +f 2416/37/768 2417/38/767 2418/38/768 +f 2415/37/769 2416/37/770 2417/38/769 +f 2418/38/770 2417/38/769 2416/37/770 +f 2421/37/771 2420/38/772 2419/38/771 +f 2420/38/772 2421/37/771 2422/37/772 +f 2419/38/773 2420/38/774 2421/37/773 +f 2422/37/774 2421/37/773 2420/38/774 +f 2424/38/775 2415/37/767 2423/37/775 +f 2415/37/767 2424/38/775 2417/38/767 +f 2423/37/776 2415/37/769 2424/38/776 +f 2417/38/769 2424/38/776 2415/37/769 +f 2427/38/777 2426/37/778 2425/37/777 +f 2426/37/778 2427/38/777 2428/38/778 +f 2425/37/779 2426/37/780 2427/38/779 +f 2428/38/780 2427/38/779 2426/37/780 +f 2427/38/777 2416/37/781 2418/38/781 +f 2416/37/781 2427/38/777 2425/37/777 +f 2418/38/782 2416/37/782 2427/38/779 +f 2425/37/779 2427/38/779 2416/37/782 +f 2430/38/783 2422/37/784 2429/37/783 +f 2422/37/784 2430/38/783 2420/38/784 +f 2429/37/785 2422/37/786 2430/38/785 +f 2420/38/786 2430/38/785 2422/37/786 +f 2428/38/787 2429/37/783 2426/37/787 +f 2429/37/783 2428/38/787 2430/38/783 +f 2426/37/788 2429/37/785 2428/38/788 +f 2430/38/785 2428/38/788 2429/37/785 +f 2423/37/789 2419/38/771 2424/38/789 +f 2419/38/771 2423/37/789 2421/37/771 +f 2424/38/790 2419/38/773 2423/37/790 +f 2421/37/773 2423/37/790 2419/38/773 +f 2433/36/337 2432/35/411 2431/36/411 +f 2432/35/411 2433/36/337 2434/35/337 +f 2431/36/415 2432/35/415 2433/36/338 +f 2434/35/338 2433/36/338 2432/35/415 +f 2437/36/334 2436/35/416 2435/35/334 +f 2436/35/416 2437/36/334 2438/36/416 +f 2435/35/332 2436/35/412 2437/36/332 +f 2438/36/412 2437/36/332 2436/35/412 +f 2440/36/417 2435/35/334 2439/35/417 +f 2435/35/334 2440/36/417 2437/36/334 +f 2439/35/413 2435/35/332 2440/36/413 +f 2437/36/332 2440/36/413 2435/35/332 +f 2442/36/332 2432/35/412 2441/35/332 +f 2432/35/412 2442/36/332 2431/36/412 +f 2441/35/334 2432/35/416 2442/36/334 +f 2431/36/416 2442/36/334 2432/35/416 +f 2444/36/413 2441/35/332 2443/35/413 +f 2441/35/332 2444/36/413 2442/36/332 +f 2443/35/417 2441/35/334 2444/36/417 +f 2442/36/334 2444/36/417 2441/35/334 +f 2445/35/338 2444/36/414 2443/35/414 +f 2444/36/414 2445/35/338 2446/36/338 +f 2443/35/418 2444/36/418 2445/35/337 +f 2446/36/337 2445/35/337 2444/36/418 +f 2436/35/415 2446/36/338 2445/35/338 +f 2446/36/338 2436/35/415 2438/36/415 +f 2445/35/337 2446/36/337 2436/35/411 +f 2438/36/411 2436/35/411 2446/36/337 +f 2431/36/81 2440/36/81 2433/36/81 +f 2440/36/81 2431/36/81 2437/36/81 +f 2437/36/81 2431/36/81 2442/36/81 +f 2437/36/81 2442/36/81 2438/36/81 +f 2438/36/81 2442/36/81 2444/36/81 +f 2438/36/81 2444/36/81 2446/36/81 +f 2433/36/82 2440/36/82 2431/36/82 +f 2437/36/82 2431/36/82 2440/36/82 +f 2442/36/82 2431/36/82 2437/36/82 +f 2438/36/82 2442/36/82 2437/36/82 +f 2444/36/82 2442/36/82 2438/36/82 +f 2446/36/82 2444/36/82 2438/36/82 +f 2439/35/82 2432/35/82 2434/35/82 +f 2432/35/82 2439/35/82 2435/35/82 +f 2432/35/82 2435/35/82 2441/35/82 +f 2441/35/82 2435/35/82 2436/35/82 +f 2441/35/82 2436/35/82 2443/35/82 +f 2443/35/82 2436/35/82 2445/35/82 +f 2434/35/81 2432/35/81 2439/35/81 +f 2435/35/81 2439/35/81 2432/35/81 +f 2441/35/81 2435/35/81 2432/35/81 +f 2436/35/81 2435/35/81 2441/35/81 +f 2443/35/81 2436/35/81 2441/35/81 +f 2445/35/81 2436/35/81 2443/35/81 +f 2440/36/418 2434/35/337 2433/36/337 +f 2434/35/337 2440/36/418 2439/35/418 +f 2433/36/338 2434/35/338 2440/36/414 +f 2439/35/414 2440/36/414 2434/35/338 +f 2449/36/334 2448/35/416 2447/35/334 +f 2448/35/416 2449/36/334 2450/36/416 +f 2447/35/332 2448/35/412 2449/36/332 +f 2450/36/412 2449/36/332 2448/35/412 +f 2453/36/413 2452/35/332 2451/35/413 +f 2452/35/332 2453/36/413 2454/36/332 +f 2451/35/417 2452/35/334 2453/36/417 +f 2454/36/334 2453/36/417 2452/35/334 +f 2456/36/417 2447/35/334 2455/35/417 +f 2447/35/334 2456/36/417 2449/36/334 +f 2455/35/413 2447/35/332 2456/36/413 +f 2449/36/332 2456/36/413 2447/35/332 +f 2456/36/418 2458/35/337 2457/36/337 +f 2458/35/337 2456/36/418 2455/35/418 +f 2457/36/338 2458/35/338 2456/36/414 +f 2455/35/414 2456/36/414 2458/35/338 +f 2459/36/81 2456/36/81 2457/36/81 +f 2456/36/81 2459/36/81 2454/36/81 +f 2456/36/81 2454/36/81 2449/36/81 +f 2449/36/81 2454/36/81 2453/36/81 +f 2449/36/81 2453/36/81 2450/36/81 +f 2450/36/81 2453/36/81 2460/36/81 +f 2457/36/82 2456/36/82 2459/36/82 +f 2454/36/82 2459/36/82 2456/36/82 +f 2449/36/82 2454/36/82 2456/36/82 +f 2453/36/82 2454/36/82 2449/36/82 +f 2450/36/82 2453/36/82 2449/36/82 +f 2460/36/82 2453/36/82 2450/36/82 +f 2461/35/338 2453/36/414 2451/35/414 +f 2453/36/414 2461/35/338 2460/36/338 +f 2451/35/418 2453/36/418 2461/35/337 +f 2460/36/337 2461/35/337 2453/36/418 +f 2448/35/415 2460/36/338 2461/35/338 +f 2460/36/338 2448/35/415 2450/36/415 +f 2461/35/337 2460/36/337 2448/35/411 +f 2450/36/411 2448/35/411 2460/36/337 +f 2457/36/337 2462/35/411 2459/36/411 +f 2462/35/411 2457/36/337 2458/35/337 +f 2459/36/415 2462/35/415 2457/36/338 +f 2458/35/338 2457/36/338 2462/35/415 +f 2454/36/332 2462/35/412 2452/35/332 +f 2462/35/412 2454/36/332 2459/36/412 +f 2452/35/334 2462/35/416 2454/36/334 +f 2459/36/416 2454/36/334 2462/35/416 +f 2465/37/791 2464/38/792 2463/38/791 +f 2464/38/792 2465/37/791 2466/37/792 +f 2463/38/793 2464/38/794 2465/37/793 +f 2466/37/794 2465/37/793 2464/38/794 +f 2468/37/795 2463/38/791 2467/38/795 +f 2463/38/791 2468/37/795 2465/37/791 +f 2467/38/796 2463/38/793 2468/37/796 +f 2465/37/793 2468/37/796 2463/38/793 +f 2471/38/797 2470/37/798 2469/37/797 +f 2470/37/798 2471/38/797 2472/38/798 +f 2469/37/799 2470/37/800 2471/38/799 +f 2472/38/800 2471/38/799 2470/37/800 +f 2475/38/801 2474/37/802 2473/37/801 +f 2474/37/802 2475/38/801 2476/38/802 +f 2473/37/803 2474/37/804 2475/38/803 +f 2476/38/804 2475/38/803 2474/37/804 +f 2477/38/806 2470/37/805 2472/38/805 +f 2470/37/805 2477/38/806 2478/37/806 +f 2472/38/808 2470/37/808 2477/38/807 +f 2478/37/807 2477/38/807 2470/37/808 +f 2475/38/809 2478/37/806 2477/38/806 +f 2478/37/806 2475/38/809 2473/37/809 +f 2477/38/807 2478/37/807 2475/38/810 +f 2473/37/810 2475/38/810 2478/37/807 +f 2467/38/811 2469/37/797 2468/37/811 +f 2469/37/797 2467/38/811 2471/38/797 +f 2468/37/812 2469/37/799 2467/38/812 +f 2471/38/799 2467/38/812 2469/37/799 +f 2476/38/802 2466/37/813 2474/37/802 +f 2466/37/813 2476/38/802 2464/38/813 +f 2474/37/804 2466/37/814 2476/38/804 +f 2464/38/814 2476/38/804 2466/37/814 +f 2481/36/311 2480/35/415 2479/36/415 +f 2480/35/415 2481/36/311 2482/35/311 +f 2479/36/411 2480/35/411 2481/36/312 +f 2482/35/312 2481/36/312 2480/35/411 +f 2485/36/313 2484/35/412 2483/35/313 +f 2484/35/412 2485/36/313 2486/36/412 +f 2483/35/314 2484/35/416 2485/36/314 +f 2486/36/416 2485/36/314 2484/35/416 +f 2488/36/413 2483/35/313 2487/35/413 +f 2483/35/313 2488/36/413 2485/36/313 +f 2487/35/417 2483/35/314 2488/36/417 +f 2485/36/314 2488/36/417 2483/35/314 +f 2490/36/314 2480/35/416 2489/35/314 +f 2480/35/416 2490/36/314 2479/36/416 +f 2489/35/313 2480/35/412 2490/36/313 +f 2479/36/412 2490/36/313 2480/35/412 +f 2492/36/417 2489/35/314 2491/35/417 +f 2489/35/314 2492/36/417 2490/36/314 +f 2491/35/413 2489/35/313 2492/36/413 +f 2490/36/313 2492/36/413 2489/35/313 +f 2493/35/312 2492/36/418 2491/35/418 +f 2492/36/418 2493/35/312 2494/36/312 +f 2491/35/414 2492/36/414 2493/35/311 +f 2494/36/311 2493/35/311 2492/36/414 +f 2484/35/411 2494/36/312 2493/35/312 +f 2494/36/312 2484/35/411 2486/36/411 +f 2493/35/311 2494/36/311 2484/35/415 +f 2486/36/415 2484/35/415 2494/36/311 +f 2479/36/81 2488/36/81 2481/36/81 +f 2488/36/81 2479/36/81 2485/36/81 +f 2485/36/81 2479/36/81 2490/36/81 +f 2485/36/81 2490/36/81 2486/36/81 +f 2486/36/81 2490/36/81 2492/36/81 +f 2486/36/81 2492/36/81 2494/36/81 +f 2481/36/82 2488/36/82 2479/36/82 +f 2485/36/82 2479/36/82 2488/36/82 +f 2490/36/82 2479/36/82 2485/36/82 +f 2486/36/82 2490/36/82 2485/36/82 +f 2492/36/82 2490/36/82 2486/36/82 +f 2494/36/82 2492/36/82 2486/36/82 +f 2487/35/82 2480/35/82 2482/35/82 +f 2480/35/82 2487/35/82 2483/35/82 +f 2480/35/82 2483/35/82 2489/35/82 +f 2489/35/82 2483/35/82 2484/35/82 +f 2489/35/82 2484/35/82 2491/35/82 +f 2491/35/82 2484/35/82 2493/35/82 +f 2482/35/81 2480/35/81 2487/35/81 +f 2483/35/81 2487/35/81 2480/35/81 +f 2489/35/81 2483/35/81 2480/35/81 +f 2484/35/81 2483/35/81 2489/35/81 +f 2491/35/81 2484/35/81 2489/35/81 +f 2493/35/81 2484/35/81 2491/35/81 +f 2488/36/414 2482/35/311 2481/36/311 +f 2482/35/311 2488/36/414 2487/35/414 +f 2481/36/312 2482/35/312 2488/36/418 +f 2487/35/418 2488/36/418 2482/35/312 +f 2497/36/313 2496/35/412 2495/35/313 +f 2496/35/412 2497/36/313 2498/36/412 +f 2495/35/314 2496/35/416 2497/36/314 +f 2498/36/416 2497/36/314 2496/35/416 +f 2501/36/417 2500/35/314 2499/35/417 +f 2500/35/314 2501/36/417 2502/36/314 +f 2499/35/413 2500/35/313 2501/36/413 +f 2502/36/313 2501/36/413 2500/35/313 +f 2504/36/413 2495/35/313 2503/35/413 +f 2495/35/313 2504/36/413 2497/36/313 +f 2503/35/417 2495/35/314 2504/36/417 +f 2497/36/314 2504/36/417 2495/35/314 +f 2504/36/414 2506/35/311 2505/36/311 +f 2506/35/311 2504/36/414 2503/35/414 +f 2505/36/312 2506/35/312 2504/36/418 +f 2503/35/418 2504/36/418 2506/35/312 +f 2507/36/81 2504/36/81 2505/36/81 +f 2504/36/81 2507/36/81 2502/36/81 +f 2504/36/81 2502/36/81 2497/36/81 +f 2497/36/81 2502/36/81 2501/36/81 +f 2497/36/81 2501/36/81 2498/36/81 +f 2498/36/81 2501/36/81 2508/36/81 +f 2505/36/82 2504/36/82 2507/36/82 +f 2502/36/82 2507/36/82 2504/36/82 +f 2497/36/82 2502/36/82 2504/36/82 +f 2501/36/82 2502/36/82 2497/36/82 +f 2498/36/82 2501/36/82 2497/36/82 +f 2508/36/82 2501/36/82 2498/36/82 +f 2509/35/312 2501/36/418 2499/35/418 +f 2501/36/418 2509/35/312 2508/36/312 +f 2499/35/414 2501/36/414 2509/35/311 +f 2508/36/311 2509/35/311 2501/36/414 +f 2496/35/411 2508/36/312 2509/35/312 +f 2508/36/312 2496/35/411 2498/36/411 +f 2509/35/311 2508/36/311 2496/35/415 +f 2498/36/415 2496/35/415 2508/36/311 +f 2505/36/311 2510/35/415 2507/36/415 +f 2510/35/415 2505/36/311 2506/35/311 +f 2507/36/411 2510/35/411 2505/36/312 +f 2506/35/312 2505/36/312 2510/35/411 +f 2502/36/314 2510/35/416 2500/35/314 +f 2510/35/416 2502/36/314 2507/36/416 +f 2500/35/313 2510/35/412 2502/36/313 +f 2507/36/412 2502/36/313 2510/35/412 +f 2513/37/815 2512/38/805 2511/38/815 +f 2512/38/805 2513/37/815 2514/37/805 +f 2511/38/816 2512/38/808 2513/37/816 +f 2514/37/808 2513/37/816 2512/38/808 +f 2516/37/809 2511/38/815 2515/38/809 +f 2511/38/815 2516/37/809 2513/37/815 +f 2515/38/810 2511/38/816 2516/37/810 +f 2513/37/816 2516/37/810 2511/38/816 +f 2519/38/817 2518/37/813 2517/37/817 +f 2518/37/813 2519/38/817 2520/38/813 +f 2517/37/818 2518/37/814 2519/38/818 +f 2520/38/814 2519/38/818 2518/37/814 +f 2523/38/811 2522/37/819 2521/37/811 +f 2522/37/819 2523/38/811 2524/38/819 +f 2521/37/812 2522/37/820 2523/38/812 +f 2524/38/820 2523/38/812 2522/37/820 +f 2525/38/821 2518/37/792 2520/38/792 +f 2518/37/792 2525/38/821 2526/37/821 +f 2520/38/794 2518/37/794 2525/38/822 +f 2526/37/822 2525/38/822 2518/37/794 +f 2523/38/795 2526/37/821 2525/38/821 +f 2526/37/821 2523/38/795 2521/37/795 +f 2525/38/822 2526/37/822 2523/38/796 +f 2521/37/796 2523/38/796 2526/37/822 +f 2515/38/801 2517/37/817 2516/37/801 +f 2517/37/817 2515/38/801 2519/38/817 +f 2516/37/803 2517/37/818 2515/38/803 +f 2519/38/818 2515/38/803 2517/37/818 +f 2524/38/819 2514/37/798 2522/37/819 +f 2514/37/798 2524/38/819 2512/38/798 +f 2522/37/820 2514/37/800 2524/38/820 +f 2512/38/800 2524/38/820 2514/37/800 +f 2529/39/381 2528/35/380 2527/35/379 +f 2528/35/380 2529/39/381 2530/39/382 +f 2527/35/385 2528/35/384 2529/39/383 +f 2530/39/386 2529/39/383 2528/35/384 +f 2533/39/365 2532/39/364 2531/39/363 +f 2532/39/364 2533/39/365 2534/39/366 +f 2531/39/369 2532/39/368 2533/39/367 +f 2534/39/370 2533/39/367 2532/39/368 +f 2536/39/405 2529/39/381 2535/39/402 +f 2529/39/381 2536/39/405 2530/39/382 +f 2535/39/403 2529/39/383 2536/39/408 +f 2530/39/386 2536/39/408 2529/39/383 +f 2539/35/203 2538/36/206 2537/35/204 +f 2538/36/206 2539/35/203 2540/36/205 +f 2537/35/208 2538/36/210 2539/35/209 +f 2540/36/207 2539/35/209 2538/36/210 +f 2542/36/219 2540/36/205 2541/36/220 +f 2540/36/205 2542/36/219 2538/36/206 +f 2541/36/222 2540/36/207 2542/36/221 +f 2538/36/210 2542/36/221 2540/36/207 +f 2541/36/220 2539/35/203 2543/35/225 +f 2539/35/203 2541/36/220 2540/36/205 +f 2543/35/226 2539/35/209 2541/36/222 +f 2540/36/207 2541/36/222 2539/35/209 +f 2535/39/402 2527/35/379 2544/35/401 +f 2527/35/379 2535/39/402 2529/39/381 +f 2544/35/404 2527/35/385 2535/39/403 +f 2529/39/383 2535/39/403 2527/35/385 +f 2545/35/406 2530/39/382 2536/39/405 +f 2530/39/382 2545/35/406 2528/35/380 +f 2536/39/408 2530/39/386 2545/35/407 +f 2528/35/384 2545/35/407 2530/39/386 +f 2548/40/267 2547/40/246 2546/40/252 +f 2547/40/246 2548/40/267 2549/40/244 +f 2546/40/254 2547/40/250 2548/40/270 +f 2549/40/248 2548/40/270 2547/40/250 +f 2549/40/244 2550/35/245 2547/40/246 +f 2550/35/245 2549/40/244 2551/35/243 +f 2547/40/250 2550/35/247 2549/40/248 +f 2551/35/249 2549/40/248 2550/35/247 +f 2553/35/268 2546/40/252 2552/35/251 +f 2546/40/252 2553/35/268 2548/40/267 +f 2552/35/253 2546/40/254 2553/35/269 +f 2548/40/270 2553/35/269 2546/40/254 +f 2551/35/243 2548/40/267 2553/35/268 +f 2548/40/267 2551/35/243 2549/40/244 +f 2553/35/269 2548/40/270 2551/35/249 +f 2549/40/248 2551/35/249 2548/40/270 +f 2555/35/375 2534/39/366 2554/35/371 +f 2534/39/366 2555/35/375 2532/39/364 +f 2554/35/374 2534/39/370 2555/35/376 +f 2532/39/368 2555/35/376 2534/39/370 +f 2534/39/366 2556/35/372 2554/35/371 +f 2556/35/372 2534/39/366 2533/39/365 +f 2554/35/374 2556/35/373 2534/39/370 +f 2533/39/367 2534/39/370 2556/35/373 +f 2531/39/363 2555/35/375 2557/35/377 +f 2555/35/375 2531/39/363 2532/39/364 +f 2557/35/378 2555/35/376 2531/39/369 +f 2532/39/368 2531/39/369 2555/35/376 +f 2560/40/206 2559/35/223 2558/35/204 +f 2559/35/223 2560/40/206 2561/40/219 +f 2558/35/208 2559/35/224 2560/40/210 +f 2561/40/221 2560/40/210 2559/35/224 +f 2533/39/365 2557/35/377 2556/35/372 +f 2557/35/377 2533/39/365 2531/39/363 +f 2556/35/373 2557/35/378 2533/39/367 +f 2531/39/369 2533/39/367 2557/35/378 +f 2561/40/219 2563/40/205 2562/40/220 +f 2563/40/205 2561/40/219 2560/40/206 +f 2562/40/222 2563/40/207 2561/40/221 +f 2560/40/210 2561/40/221 2563/40/207 +f 2542/36/219 2543/35/225 2564/35/223 +f 2543/35/225 2542/36/219 2541/36/220 +f 2564/35/224 2543/35/226 2542/36/221 +f 2541/36/222 2542/36/221 2543/35/226 +f 2562/40/220 2566/35/203 2565/35/225 +f 2566/35/203 2562/40/220 2563/40/205 +f 2565/35/226 2566/35/209 2562/40/222 +f 2563/40/207 2562/40/222 2566/35/209 +f 2546/40/252 2550/35/245 2552/35/251 +f 2550/35/245 2546/40/252 2547/40/246 +f 2552/35/253 2550/35/247 2546/40/254 +f 2547/40/250 2546/40/254 2550/35/247 +f 2538/36/206 2564/35/223 2537/35/204 +f 2564/35/223 2538/36/206 2542/36/219 +f 2537/35/208 2564/35/224 2538/36/210 +f 2542/36/221 2538/36/210 2564/35/224 +f 2561/40/219 2565/35/225 2559/35/223 +f 2565/35/225 2561/40/219 2562/40/220 +f 2559/35/224 2565/35/226 2561/40/221 +f 2562/40/222 2561/40/221 2565/35/226 +f 2545/35/406 2535/39/402 2544/35/401 +f 2535/39/402 2545/35/406 2536/39/405 +f 2544/35/404 2535/39/403 2545/35/407 +f 2536/39/408 2545/35/407 2535/39/403 +f 2569/40/206 2568/35/223 2567/35/204 +f 2568/35/223 2569/40/206 2570/40/219 +f 2567/35/208 2568/35/224 2569/40/210 +f 2570/40/221 2569/40/210 2568/35/224 +f 2566/35/203 2560/40/206 2558/35/204 +f 2560/40/206 2566/35/203 2563/40/205 +f 2558/35/208 2560/40/210 2566/35/209 +f 2563/40/207 2566/35/209 2560/40/210 +f 2570/40/219 2572/40/205 2571/40/220 +f 2572/40/205 2570/40/219 2569/40/206 +f 2571/40/222 2572/40/207 2570/40/221 +f 2569/40/210 2570/40/221 2572/40/207 +f 2573/35/203 2569/40/206 2567/35/204 +f 2569/40/206 2573/35/203 2572/40/205 +f 2567/35/208 2569/40/210 2573/35/209 +f 2572/40/207 2573/35/209 2569/40/210 +f 2570/40/219 2574/35/225 2568/35/223 +f 2574/35/225 2570/40/219 2571/40/220 +f 2568/35/224 2574/35/226 2570/40/221 +f 2571/40/222 2570/40/221 2574/35/226 +f 2571/40/220 2573/35/203 2574/35/225 +f 2573/35/203 2571/40/220 2572/40/205 +f 2574/35/226 2573/35/209 2571/40/222 +f 2572/40/207 2571/40/222 2573/35/209 +f 2577/39/389 2576/39/388 2575/39/387 +f 2576/39/388 2577/39/389 2578/39/390 +f 2575/39/393 2576/39/392 2577/39/391 +f 2578/39/394 2577/39/391 2576/39/392 +f 2575/39/387 2580/35/396 2579/35/395 +f 2580/35/396 2575/39/387 2576/39/388 +f 2579/35/398 2580/35/397 2575/39/393 +f 2576/39/392 2575/39/393 2580/35/397 +f 2577/39/389 2579/35/395 2581/35/399 +f 2579/35/395 2577/39/389 2575/39/387 +f 2581/35/400 2579/35/398 2577/39/391 +f 2575/39/393 2577/39/391 2579/35/398 +f 2576/39/388 2582/35/409 2580/35/396 +f 2582/35/409 2576/39/388 2578/39/390 +f 2580/35/397 2582/35/410 2576/39/392 +f 2578/39/394 2576/39/392 2582/35/410 +f 2582/35/409 2577/39/389 2581/35/399 +f 2577/39/389 2582/35/409 2578/39/390 +f 2581/35/400 2577/39/391 2582/35/410 +f 2578/39/394 2582/35/410 2577/39/391 +f 2585/35/256 2584/39/263 2583/35/271 +f 2584/39/263 2585/35/256 2586/39/258 +f 2583/35/272 2584/39/265 2585/35/260 +f 2586/39/262 2585/35/260 2584/39/265 +f 2584/39/263 2588/39/257 2587/39/264 +f 2588/39/257 2584/39/263 2586/39/258 +f 2587/39/266 2588/39/259 2584/39/265 +f 2586/39/262 2584/39/265 2588/39/259 +f 2584/39/263 2589/35/273 2583/35/271 +f 2589/35/273 2584/39/263 2587/39/264 +f 2583/35/272 2589/35/274 2584/39/265 +f 2587/39/266 2584/39/265 2589/35/274 +f 2588/39/257 2585/35/256 2590/35/255 +f 2585/35/256 2588/39/257 2586/39/258 +f 2590/35/261 2585/35/260 2588/39/259 +f 2586/39/262 2588/39/259 2585/35/260 +f 2587/39/264 2590/35/255 2589/35/273 +f 2590/35/255 2587/39/264 2588/39/257 +f 2589/35/274 2590/35/261 2587/39/266 +f 2588/39/259 2587/39/266 2590/35/261 +f 2593/40/267 2592/40/246 2591/40/252 +f 2592/40/246 2593/40/267 2594/40/244 +f 2591/40/254 2592/40/250 2593/40/270 +f 2594/40/248 2593/40/270 2592/40/250 +f 2594/40/244 2595/35/245 2592/40/246 +f 2595/35/245 2594/40/244 2596/35/243 +f 2592/40/250 2595/35/247 2594/40/248 +f 2596/35/249 2594/40/248 2595/35/247 +f 2599/39/197 2598/39/213 2597/39/198 +f 2598/39/213 2599/39/197 2600/39/214 +f 2597/39/202 2598/39/215 2599/39/199 +f 2600/39/218 2599/39/199 2598/39/215 +f 2597/39/198 2602/35/211 2601/35/196 +f 2602/35/211 2597/39/198 2598/39/213 +f 2601/35/200 2602/35/217 2597/39/202 +f 2598/39/215 2597/39/202 2602/35/217 +f 2591/40/252 2595/35/245 2603/35/251 +f 2595/35/245 2591/40/252 2592/40/246 +f 2603/35/253 2595/35/247 2591/40/254 +f 2592/40/250 2591/40/254 2595/35/247 +f 2596/35/243 2593/40/267 2604/35/268 +f 2593/40/267 2596/35/243 2594/40/244 +f 2604/35/269 2593/40/270 2596/35/249 +f 2594/40/248 2596/35/249 2593/40/270 +f 2598/39/213 2605/35/212 2602/35/211 +f 2605/35/212 2598/39/213 2600/39/214 +f 2602/35/217 2605/35/216 2598/39/215 +f 2600/39/218 2598/39/215 2605/35/216 +f 2599/39/197 2601/35/196 2606/35/195 +f 2601/35/196 2599/39/197 2597/39/198 +f 2606/35/201 2601/35/200 2599/39/199 +f 2597/39/202 2599/39/199 2601/35/200 +f 2605/35/212 2599/39/197 2606/35/195 +f 2599/39/197 2605/35/212 2600/39/214 +f 2606/35/201 2599/39/199 2605/35/216 +f 2600/39/218 2605/35/216 2599/39/199 +f 2604/35/268 2591/40/252 2603/35/251 +f 2591/40/252 2604/35/268 2593/40/267 +f 2603/35/253 2591/40/254 2604/35/269 +f 2593/40/270 2604/35/269 2591/40/254 +f 2609/35/82 2608/35/82 2607/35/82 +f 2608/35/82 2609/35/82 2610/35/82 +f 2608/35/82 2610/35/82 2611/35/82 +f 2611/35/82 2610/35/82 2612/35/82 +f 2612/35/82 2610/35/82 2613/35/82 +f 2612/35/82 2613/35/82 2614/35/82 +f 2607/35/81 2608/35/81 2609/35/81 +f 2610/35/81 2609/35/81 2608/35/81 +f 2611/35/81 2610/35/81 2608/35/81 +f 2612/35/81 2610/35/81 2611/35/81 +f 2613/35/81 2610/35/81 2612/35/81 +f 2614/35/81 2613/35/81 2612/35/81 +f 2617/36/81 2616/36/81 2615/36/81 +f 2616/36/81 2617/36/81 2618/36/81 +f 2616/36/81 2618/36/81 2619/36/81 +f 2619/36/81 2618/36/81 2620/36/81 +f 2619/36/81 2620/36/81 2621/36/81 +f 2621/36/81 2620/36/81 2622/36/81 +f 2615/36/82 2616/36/82 2617/36/82 +f 2618/36/82 2617/36/82 2616/36/82 +f 2619/36/82 2618/36/82 2616/36/82 +f 2620/36/82 2618/36/82 2619/36/82 +f 2621/36/82 2620/36/82 2619/36/82 +f 2622/36/82 2620/36/82 2621/36/82 +f 2615/36/757 2608/35/758 2617/36/758 +f 2608/35/758 2615/36/757 2607/35/757 +f 2617/36/755 2608/35/755 2615/36/756 +f 2607/35/756 2615/36/756 2608/35/755 +f 2618/36/761 2608/35/762 2611/35/761 +f 2608/35/762 2618/36/761 2617/36/762 +f 2611/35/759 2608/35/760 2618/36/759 +f 2617/36/760 2618/36/759 2608/35/760 +f 2620/36/764 2611/35/761 2612/35/764 +f 2611/35/761 2620/36/764 2618/36/761 +f 2612/35/763 2611/35/759 2620/36/763 +f 2618/36/759 2620/36/763 2611/35/759 +f 2614/35/756 2620/36/766 2612/35/766 +f 2620/36/766 2614/35/756 2622/36/756 +f 2612/35/765 2620/36/765 2614/35/757 +f 2622/36/757 2614/35/757 2620/36/765 +f 2613/35/755 2622/36/756 2614/35/756 +f 2622/36/756 2613/35/755 2621/36/755 +f 2614/35/757 2622/36/757 2613/35/758 +f 2621/36/758 2613/35/758 2622/36/757 +f 2619/36/759 2613/35/760 2610/35/759 +f 2613/35/760 2619/36/759 2621/36/760 +f 2610/35/761 2613/35/762 2619/36/761 +f 2621/36/762 2619/36/761 2613/35/762 +f 2616/36/763 2610/35/759 2609/35/763 +f 2610/35/759 2616/36/763 2619/36/759 +f 2609/35/764 2610/35/761 2616/36/764 +f 2619/36/761 2616/36/764 2610/35/761 +f 2616/36/765 2607/35/757 2615/36/757 +f 2607/35/757 2616/36/765 2609/35/765 +f 2615/36/756 2607/35/756 2616/36/766 +f 2609/35/766 2616/36/766 2607/35/756 +f 2625/36/81 2624/36/81 2623/36/81 +f 2624/36/81 2625/36/81 2626/36/81 +f 2624/36/81 2626/36/81 2627/36/81 +f 2627/36/81 2626/36/81 2628/36/81 +f 2628/36/81 2626/36/81 2629/36/81 +f 2628/36/81 2629/36/81 2630/36/81 +f 2623/36/82 2624/36/82 2625/36/82 +f 2626/36/82 2625/36/82 2624/36/82 +f 2627/36/82 2626/36/82 2624/36/82 +f 2628/36/82 2626/36/82 2627/36/82 +f 2629/36/82 2626/36/82 2628/36/82 +f 2630/36/82 2629/36/82 2628/36/82 +f 2623/36/757 2631/35/758 2625/36/758 +f 2631/35/758 2623/36/757 2632/35/757 +f 2625/36/755 2631/35/755 2623/36/756 +f 2632/35/756 2623/36/756 2631/35/755 +f 2626/36/761 2631/35/762 2633/35/761 +f 2631/35/762 2626/36/761 2625/36/762 +f 2633/35/759 2631/35/760 2626/36/759 +f 2625/36/760 2626/36/759 2631/35/760 +f 2629/36/764 2633/35/761 2634/35/764 +f 2633/35/761 2629/36/764 2626/36/761 +f 2634/35/763 2633/35/759 2629/36/763 +f 2626/36/759 2629/36/763 2633/35/759 +f 2635/35/756 2629/36/766 2634/35/766 +f 2629/36/766 2635/35/756 2630/36/756 +f 2634/35/765 2629/36/765 2635/35/757 +f 2630/36/757 2635/35/757 2629/36/765 +f 2636/35/755 2630/36/756 2635/35/756 +f 2630/36/756 2636/35/755 2628/36/755 +f 2635/35/757 2630/36/757 2636/35/758 +f 2628/36/758 2636/35/758 2630/36/757 +f 2627/36/759 2636/35/760 2637/35/759 +f 2636/35/760 2627/36/759 2628/36/760 +f 2637/35/761 2636/35/762 2627/36/761 +f 2628/36/762 2627/36/761 2636/35/762 +f 2624/36/763 2637/35/759 2638/35/763 +f 2637/35/759 2624/36/763 2627/36/759 +f 2638/35/764 2637/35/761 2624/36/764 +f 2627/36/761 2624/36/764 2637/35/761 +f 2624/36/765 2632/35/757 2623/36/757 +f 2632/35/757 2624/36/765 2638/35/765 +f 2623/36/756 2632/35/756 2624/36/766 +f 2638/35/766 2624/36/766 2632/35/756 +f 2641/38/783 2640/37/784 2639/37/783 +f 2640/37/784 2641/38/783 2642/38/784 +f 2639/37/785 2640/37/786 2641/38/785 +f 2642/38/786 2641/38/785 2640/37/786 +f 2645/37/777 2644/38/781 2643/38/777 +f 2644/38/781 2645/37/777 2646/37/781 +f 2643/38/779 2644/38/782 2645/37/779 +f 2646/37/782 2645/37/779 2644/38/782 +f 2648/38/787 2639/37/783 2647/37/787 +f 2639/37/783 2648/38/787 2641/38/783 +f 2647/37/788 2639/37/785 2648/38/788 +f 2641/38/785 2648/38/788 2639/37/785 +f 2651/38/771 2650/37/789 2649/37/771 +f 2650/37/789 2651/38/771 2652/38/789 +f 2649/37/773 2650/37/790 2651/38/773 +f 2652/38/790 2651/38/773 2650/37/790 +f 2651/38/771 2640/37/772 2642/38/772 +f 2640/37/772 2651/38/771 2649/37/771 +f 2642/38/774 2640/37/774 2651/38/773 +f 2649/37/773 2651/38/773 2640/37/774 +f 2654/38/767 2646/37/768 2653/37/767 +f 2646/37/768 2654/38/767 2644/38/768 +f 2653/37/769 2646/37/770 2654/38/769 +f 2644/38/770 2654/38/769 2646/37/770 +f 2652/38/775 2653/37/767 2650/37/775 +f 2653/37/767 2652/38/775 2654/38/767 +f 2650/37/776 2653/37/769 2652/38/776 +f 2654/38/769 2652/38/776 2653/37/769 +f 2647/37/778 2643/38/777 2648/38/778 +f 2643/38/777 2647/37/778 2645/37/777 +f 2648/38/780 2643/38/779 2647/37/780 +f 2645/37/779 2647/37/780 2643/38/779 +f 2657/35/82 2656/35/82 2655/35/82 +f 2656/35/82 2657/35/82 2658/35/82 +f 2656/35/82 2658/35/82 2659/35/82 +f 2659/35/82 2658/35/82 2660/35/82 +f 2659/35/82 2660/35/82 2661/35/82 +f 2661/35/82 2660/35/82 2662/35/82 +f 2655/35/81 2656/35/81 2657/35/81 +f 2658/35/81 2657/35/81 2656/35/81 +f 2659/35/81 2658/35/81 2656/35/81 +f 2660/35/81 2658/35/81 2659/35/81 +f 2661/35/81 2660/35/81 2659/35/81 +f 2662/35/81 2660/35/81 2661/35/81 +f 2665/36/81 2664/36/81 2663/36/81 +f 2664/36/81 2665/36/81 2666/36/81 +f 2664/36/81 2666/36/81 2667/36/81 +f 2667/36/81 2666/36/81 2668/36/81 +f 2667/36/81 2668/36/81 2669/36/81 +f 2669/36/81 2668/36/81 2670/36/81 +f 2663/36/82 2664/36/82 2665/36/82 +f 2666/36/82 2665/36/82 2664/36/82 +f 2667/36/82 2666/36/82 2664/36/82 +f 2668/36/82 2666/36/82 2667/36/82 +f 2669/36/82 2668/36/82 2667/36/82 +f 2670/36/82 2668/36/82 2669/36/82 +f 2663/36/823 2656/35/415 2665/36/415 +f 2656/35/415 2663/36/823 2655/35/823 +f 2665/36/411 2656/35/411 2663/36/824 +f 2655/35/824 2663/36/824 2656/35/411 +f 2666/36/825 2656/35/416 2659/35/825 +f 2656/35/416 2666/36/825 2665/36/416 +f 2659/35/826 2656/35/412 2666/36/826 +f 2665/36/412 2666/36/826 2656/35/412 +f 2668/36/417 2659/35/825 2661/35/417 +f 2659/35/825 2668/36/417 2666/36/825 +f 2661/35/413 2659/35/826 2668/36/413 +f 2666/36/826 2668/36/413 2659/35/826 +f 2662/35/824 2668/36/418 2661/35/418 +f 2668/36/418 2662/35/824 2670/36/824 +f 2661/35/414 2668/36/414 2662/35/823 +f 2670/36/823 2662/35/823 2668/36/414 +f 2660/35/411 2670/36/824 2662/35/824 +f 2670/36/824 2660/35/411 2669/36/411 +f 2662/35/823 2670/36/823 2660/35/415 +f 2669/36/415 2660/35/415 2670/36/823 +f 2667/36/826 2660/35/412 2658/35/826 +f 2660/35/412 2667/36/826 2669/36/412 +f 2658/35/825 2660/35/416 2667/36/825 +f 2669/36/416 2667/36/825 2660/35/416 +f 2664/36/413 2658/35/826 2657/35/413 +f 2658/35/826 2664/36/413 2667/36/826 +f 2657/35/417 2658/35/825 2664/36/417 +f 2667/36/825 2664/36/417 2658/35/825 +f 2664/36/414 2655/35/823 2663/36/823 +f 2655/35/823 2664/36/414 2657/35/414 +f 2663/36/824 2655/35/824 2664/36/418 +f 2657/35/418 2664/36/418 2655/35/824 +f 2673/36/81 2672/36/81 2671/36/81 +f 2672/36/81 2673/36/81 2674/36/81 +f 2672/36/81 2674/36/81 2675/36/81 +f 2675/36/81 2674/36/81 2676/36/81 +f 2675/36/81 2676/36/81 2677/36/81 +f 2677/36/81 2676/36/81 2678/36/81 +f 2671/36/82 2672/36/82 2673/36/82 +f 2674/36/82 2673/36/82 2672/36/82 +f 2675/36/82 2674/36/82 2672/36/82 +f 2676/36/82 2674/36/82 2675/36/82 +f 2677/36/82 2676/36/82 2675/36/82 +f 2678/36/82 2676/36/82 2677/36/82 +f 2671/36/823 2679/35/415 2673/36/415 +f 2679/35/415 2671/36/823 2680/35/823 +f 2673/36/411 2679/35/411 2671/36/824 +f 2680/35/824 2671/36/824 2679/35/411 +f 2674/36/825 2679/35/416 2681/35/825 +f 2679/35/416 2674/36/825 2673/36/416 +f 2681/35/826 2679/35/412 2674/36/826 +f 2673/36/412 2674/36/826 2679/35/412 +f 2676/36/417 2681/35/825 2682/35/417 +f 2681/35/825 2676/36/417 2674/36/825 +f 2682/35/413 2681/35/826 2676/36/413 +f 2674/36/826 2676/36/413 2681/35/826 +f 2683/35/824 2676/36/418 2682/35/418 +f 2676/36/418 2683/35/824 2678/36/824 +f 2682/35/414 2676/36/414 2683/35/823 +f 2678/36/823 2683/35/823 2676/36/414 +f 2684/35/411 2678/36/824 2683/35/824 +f 2678/36/824 2684/35/411 2677/36/411 +f 2683/35/823 2678/36/823 2684/35/415 +f 2677/36/415 2684/35/415 2678/36/823 +f 2675/36/826 2684/35/412 2685/35/826 +f 2684/35/412 2675/36/826 2677/36/412 +f 2685/35/825 2684/35/416 2675/36/825 +f 2677/36/416 2675/36/825 2684/35/416 +f 2672/36/413 2685/35/826 2686/35/413 +f 2685/35/826 2672/36/413 2675/36/826 +f 2686/35/417 2685/35/825 2672/36/417 +f 2675/36/825 2672/36/417 2685/35/825 +f 2672/36/414 2680/35/823 2671/36/823 +f 2680/35/823 2672/36/414 2686/35/414 +f 2671/36/824 2680/35/824 2672/36/418 +f 2686/35/418 2672/36/418 2680/35/824 +f 2689/38/817 2688/37/813 2687/37/817 +f 2688/37/813 2689/38/817 2690/38/813 +f 2687/37/818 2688/37/814 2689/38/818 +f 2690/38/814 2689/38/818 2688/37/814 +f 2693/37/805 2692/38/815 2691/37/815 +f 2692/38/815 2693/37/805 2694/38/805 +f 2691/37/816 2692/38/816 2693/37/808 +f 2694/38/808 2693/37/808 2692/38/816 +f 2696/38/801 2687/37/817 2695/37/801 +f 2687/37/817 2696/38/801 2689/38/817 +f 2695/37/803 2687/37/818 2696/38/803 +f 2689/38/818 2696/38/803 2687/37/818 +f 2699/38/795 2698/37/821 2697/38/821 +f 2698/37/821 2699/38/795 2700/37/795 +f 2697/38/822 2698/37/822 2699/38/796 +f 2700/37/796 2699/38/796 2698/37/822 +f 2697/38/821 2688/37/792 2690/38/792 +f 2688/37/792 2697/38/821 2698/37/821 +f 2690/38/794 2688/37/794 2697/38/822 +f 2698/37/822 2697/38/822 2688/37/794 +f 2702/38/819 2693/37/798 2701/37/819 +f 2693/37/798 2702/38/819 2694/38/798 +f 2701/37/820 2693/37/800 2702/38/820 +f 2694/38/800 2702/38/820 2693/37/800 +f 2699/38/811 2701/37/819 2700/37/811 +f 2701/37/819 2699/38/811 2702/38/819 +f 2700/37/812 2701/37/820 2699/38/812 +f 2702/38/820 2699/38/812 2701/37/820 +f 2695/37/809 2692/38/815 2696/38/809 +f 2692/38/815 2695/37/809 2691/37/815 +f 2696/38/810 2692/38/816 2695/37/810 +f 2691/37/816 2695/37/810 2692/38/816 +f 2705/39/381 2704/35/380 2703/35/379 +f 2704/35/380 2705/39/381 2706/39/382 +f 2703/35/385 2704/35/384 2705/39/383 +f 2706/39/386 2705/39/383 2704/35/384 +f 2709/39/365 2708/39/364 2707/39/363 +f 2708/39/364 2709/39/365 2710/39/366 +f 2707/39/369 2708/39/368 2709/39/367 +f 2710/39/370 2709/39/367 2708/39/368 +f 2712/39/405 2705/39/381 2711/39/402 +f 2705/39/381 2712/39/405 2706/39/382 +f 2711/39/403 2705/39/383 2712/39/408 +f 2706/39/386 2712/39/408 2705/39/383 +f 2715/35/203 2714/36/206 2713/35/204 +f 2714/36/206 2715/35/203 2716/36/205 +f 2713/35/208 2714/36/210 2715/35/209 +f 2716/36/207 2715/35/209 2714/36/210 +f 2718/36/219 2716/36/205 2717/36/220 +f 2716/36/205 2718/36/219 2714/36/206 +f 2717/36/222 2716/36/207 2718/36/221 +f 2714/36/210 2718/36/221 2716/36/207 +f 2717/36/220 2715/35/203 2719/35/225 +f 2715/35/203 2717/36/220 2716/36/205 +f 2719/35/226 2715/35/209 2717/36/222 +f 2716/36/207 2717/36/222 2715/35/209 +f 2711/39/402 2703/35/379 2720/35/401 +f 2703/35/379 2711/39/402 2705/39/381 +f 2720/35/404 2703/35/385 2711/39/403 +f 2705/39/383 2711/39/403 2703/35/385 +f 2721/35/406 2706/39/382 2712/39/405 +f 2706/39/382 2721/35/406 2704/35/380 +f 2712/39/408 2706/39/386 2721/35/407 +f 2704/35/384 2721/35/407 2706/39/386 +f 2724/40/267 2723/40/246 2722/40/252 +f 2723/40/246 2724/40/267 2725/40/244 +f 2722/40/254 2723/40/250 2724/40/270 +f 2725/40/248 2724/40/270 2723/40/250 +f 2725/40/244 2726/35/245 2723/40/246 +f 2726/35/245 2725/40/244 2727/35/243 +f 2723/40/250 2726/35/247 2725/40/248 +f 2727/35/249 2725/40/248 2726/35/247 +f 2729/35/268 2722/40/252 2728/35/251 +f 2722/40/252 2729/35/268 2724/40/267 +f 2728/35/253 2722/40/254 2729/35/269 +f 2724/40/270 2729/35/269 2722/40/254 +f 2727/35/243 2724/40/267 2729/35/268 +f 2724/40/267 2727/35/243 2725/40/244 +f 2729/35/269 2724/40/270 2727/35/249 +f 2725/40/248 2727/35/249 2724/40/270 +f 2731/35/375 2710/39/366 2730/35/371 +f 2710/39/366 2731/35/375 2708/39/364 +f 2730/35/374 2710/39/370 2731/35/376 +f 2708/39/368 2731/35/376 2710/39/370 +f 2710/39/366 2732/35/372 2730/35/371 +f 2732/35/372 2710/39/366 2709/39/365 +f 2730/35/374 2732/35/373 2710/39/370 +f 2709/39/367 2710/39/370 2732/35/373 +f 2707/39/363 2731/35/375 2733/35/377 +f 2731/35/375 2707/39/363 2708/39/364 +f 2733/35/378 2731/35/376 2707/39/369 +f 2708/39/368 2707/39/369 2731/35/376 +f 2736/40/206 2735/35/223 2734/35/204 +f 2735/35/223 2736/40/206 2737/40/219 +f 2734/35/208 2735/35/224 2736/40/210 +f 2737/40/221 2736/40/210 2735/35/224 +f 2709/39/365 2733/35/377 2732/35/372 +f 2733/35/377 2709/39/365 2707/39/363 +f 2732/35/373 2733/35/378 2709/39/367 +f 2707/39/369 2709/39/367 2733/35/378 +f 2737/40/219 2739/40/205 2738/40/220 +f 2739/40/205 2737/40/219 2736/40/206 +f 2738/40/222 2739/40/207 2737/40/221 +f 2736/40/210 2737/40/221 2739/40/207 +f 2718/36/219 2719/35/225 2740/35/223 +f 2719/35/225 2718/36/219 2717/36/220 +f 2740/35/224 2719/35/226 2718/36/221 +f 2717/36/222 2718/36/221 2719/35/226 +f 2738/40/220 2742/35/203 2741/35/225 +f 2742/35/203 2738/40/220 2739/40/205 +f 2741/35/226 2742/35/209 2738/40/222 +f 2739/40/207 2738/40/222 2742/35/209 +f 2722/40/252 2726/35/245 2728/35/251 +f 2726/35/245 2722/40/252 2723/40/246 +f 2728/35/253 2726/35/247 2722/40/254 +f 2723/40/250 2722/40/254 2726/35/247 +f 2714/36/206 2740/35/223 2713/35/204 +f 2740/35/223 2714/36/206 2718/36/219 +f 2713/35/208 2740/35/224 2714/36/210 +f 2718/36/221 2714/36/210 2740/35/224 +f 2737/40/219 2741/35/225 2735/35/223 +f 2741/35/225 2737/40/219 2738/40/220 +f 2735/35/224 2741/35/226 2737/40/221 +f 2738/40/222 2737/40/221 2741/35/226 +f 2721/35/406 2711/39/402 2720/35/401 +f 2711/39/402 2721/35/406 2712/39/405 +f 2720/35/404 2711/39/403 2721/35/407 +f 2712/39/408 2721/35/407 2711/39/403 +f 2745/40/206 2744/35/223 2743/35/204 +f 2744/35/223 2745/40/206 2746/40/219 +f 2743/35/208 2744/35/224 2745/40/210 +f 2746/40/221 2745/40/210 2744/35/224 +f 2742/35/203 2736/40/206 2734/35/204 +f 2736/40/206 2742/35/203 2739/40/205 +f 2734/35/208 2736/40/210 2742/35/209 +f 2739/40/207 2742/35/209 2736/40/210 +f 2746/40/219 2748/40/205 2747/40/220 +f 2748/40/205 2746/40/219 2745/40/206 +f 2747/40/222 2748/40/207 2746/40/221 +f 2745/40/210 2746/40/221 2748/40/207 +f 2749/35/203 2745/40/206 2743/35/204 +f 2745/40/206 2749/35/203 2748/40/205 +f 2743/35/208 2745/40/210 2749/35/209 +f 2748/40/207 2749/35/209 2745/40/210 +f 2746/40/219 2750/35/225 2744/35/223 +f 2750/35/225 2746/40/219 2747/40/220 +f 2744/35/224 2750/35/226 2746/40/221 +f 2747/40/222 2746/40/221 2750/35/226 +f 2747/40/220 2749/35/203 2750/35/225 +f 2749/35/203 2747/40/220 2748/40/205 +f 2750/35/226 2749/35/209 2747/40/222 +f 2748/40/207 2747/40/222 2749/35/209 +f 2753/39/389 2752/39/388 2751/39/387 +f 2752/39/388 2753/39/389 2754/39/390 +f 2751/39/393 2752/39/392 2753/39/391 +f 2754/39/394 2753/39/391 2752/39/392 +f 2751/39/387 2756/35/396 2755/35/395 +f 2756/35/396 2751/39/387 2752/39/388 +f 2755/35/398 2756/35/397 2751/39/393 +f 2752/39/392 2751/39/393 2756/35/397 +f 2753/39/389 2755/35/395 2757/35/399 +f 2755/35/395 2753/39/389 2751/39/387 +f 2757/35/400 2755/35/398 2753/39/391 +f 2751/39/393 2753/39/391 2755/35/398 +f 2752/39/388 2758/35/409 2756/35/396 +f 2758/35/409 2752/39/388 2754/39/390 +f 2756/35/397 2758/35/410 2752/39/392 +f 2754/39/394 2752/39/392 2758/35/410 +f 2758/35/409 2753/39/389 2757/35/399 +f 2753/39/389 2758/35/409 2754/39/390 +f 2757/35/400 2753/39/391 2758/35/410 +f 2754/39/394 2758/35/410 2753/39/391 +f 2761/35/256 2760/39/263 2759/35/271 +f 2760/39/263 2761/35/256 2762/39/258 +f 2759/35/272 2760/39/265 2761/35/260 +f 2762/39/262 2761/35/260 2760/39/265 +f 2760/39/263 2764/39/257 2763/39/264 +f 2764/39/257 2760/39/263 2762/39/258 +f 2763/39/266 2764/39/259 2760/39/265 +f 2762/39/262 2760/39/265 2764/39/259 +f 2760/39/263 2765/35/273 2759/35/271 +f 2765/35/273 2760/39/263 2763/39/264 +f 2759/35/272 2765/35/274 2760/39/265 +f 2763/39/266 2760/39/265 2765/35/274 +f 2764/39/257 2761/35/256 2766/35/255 +f 2761/35/256 2764/39/257 2762/39/258 +f 2766/35/261 2761/35/260 2764/39/259 +f 2762/39/262 2764/39/259 2761/35/260 +f 2763/39/264 2766/35/255 2765/35/273 +f 2766/35/255 2763/39/264 2764/39/257 +f 2765/35/274 2766/35/261 2763/39/266 +f 2764/39/259 2763/39/266 2766/35/261 +f 2769/40/267 2768/40/246 2767/40/252 +f 2768/40/246 2769/40/267 2770/40/244 +f 2767/40/254 2768/40/250 2769/40/270 +f 2770/40/248 2769/40/270 2768/40/250 +f 2770/40/244 2771/35/245 2768/40/246 +f 2771/35/245 2770/40/244 2772/35/243 +f 2768/40/250 2771/35/247 2770/40/248 +f 2772/35/249 2770/40/248 2771/35/247 +f 2775/39/197 2774/39/213 2773/39/198 +f 2774/39/213 2775/39/197 2776/39/214 +f 2773/39/202 2774/39/215 2775/39/199 +f 2776/39/218 2775/39/199 2774/39/215 +f 2773/39/198 2778/35/211 2777/35/196 +f 2778/35/211 2773/39/198 2774/39/213 +f 2777/35/200 2778/35/217 2773/39/202 +f 2774/39/215 2773/39/202 2778/35/217 +f 2767/40/252 2771/35/245 2779/35/251 +f 2771/35/245 2767/40/252 2768/40/246 +f 2779/35/253 2771/35/247 2767/40/254 +f 2768/40/250 2767/40/254 2771/35/247 +f 2772/35/243 2769/40/267 2780/35/268 +f 2769/40/267 2772/35/243 2770/40/244 +f 2780/35/269 2769/40/270 2772/35/249 +f 2770/40/248 2772/35/249 2769/40/270 +f 2774/39/213 2781/35/212 2778/35/211 +f 2781/35/212 2774/39/213 2776/39/214 +f 2778/35/217 2781/35/216 2774/39/215 +f 2776/39/218 2774/39/215 2781/35/216 +f 2775/39/197 2777/35/196 2782/35/195 +f 2777/35/196 2775/39/197 2773/39/198 +f 2782/35/201 2777/35/200 2775/39/199 +f 2773/39/202 2775/39/199 2777/35/200 +f 2781/35/212 2775/39/197 2782/35/195 +f 2775/39/197 2781/35/212 2776/39/214 +f 2782/35/201 2775/39/199 2781/35/216 +f 2776/39/218 2781/35/216 2775/39/199 +f 2780/35/268 2767/40/252 2779/35/251 +f 2767/40/252 2780/35/268 2769/40/267 +f 2779/35/253 2767/40/254 2780/35/269 +f 2769/40/270 2780/35/269 2767/40/254 +f 2785/39/381 2784/35/380 2783/35/379 +f 2784/35/380 2785/39/381 2786/39/382 +f 2783/35/385 2784/35/384 2785/39/383 +f 2786/39/386 2785/39/383 2784/35/384 +f 2789/39/365 2788/39/364 2787/39/363 +f 2788/39/364 2789/39/365 2790/39/366 +f 2787/39/369 2788/39/368 2789/39/367 +f 2790/39/370 2789/39/367 2788/39/368 +f 2792/39/405 2785/39/381 2791/39/402 +f 2785/39/381 2792/39/405 2786/39/382 +f 2791/39/403 2785/39/383 2792/39/408 +f 2786/39/386 2792/39/408 2785/39/383 +f 2795/35/203 2794/36/206 2793/35/204 +f 2794/36/206 2795/35/203 2796/36/205 +f 2793/35/208 2794/36/210 2795/35/209 +f 2796/36/207 2795/35/209 2794/36/210 +f 2798/36/219 2796/36/205 2797/36/220 +f 2796/36/205 2798/36/219 2794/36/206 +f 2797/36/222 2796/36/207 2798/36/221 +f 2794/36/210 2798/36/221 2796/36/207 +f 2797/36/220 2795/35/203 2799/35/225 +f 2795/35/203 2797/36/220 2796/36/205 +f 2799/35/226 2795/35/209 2797/36/222 +f 2796/36/207 2797/36/222 2795/35/209 +f 2791/39/402 2783/35/379 2800/35/401 +f 2783/35/379 2791/39/402 2785/39/381 +f 2800/35/404 2783/35/385 2791/39/403 +f 2785/39/383 2791/39/403 2783/35/385 +f 2801/35/406 2786/39/382 2792/39/405 +f 2786/39/382 2801/35/406 2784/35/380 +f 2792/39/408 2786/39/386 2801/35/407 +f 2784/35/384 2801/35/407 2786/39/386 +f 2804/40/267 2803/40/246 2802/40/252 +f 2803/40/246 2804/40/267 2805/40/244 +f 2802/40/254 2803/40/250 2804/40/270 +f 2805/40/248 2804/40/270 2803/40/250 +f 2805/40/244 2806/35/245 2803/40/246 +f 2806/35/245 2805/40/244 2807/35/243 +f 2803/40/250 2806/35/247 2805/40/248 +f 2807/35/249 2805/40/248 2806/35/247 +f 2809/35/268 2802/40/252 2808/35/251 +f 2802/40/252 2809/35/268 2804/40/267 +f 2808/35/253 2802/40/254 2809/35/269 +f 2804/40/270 2809/35/269 2802/40/254 +f 2807/35/243 2804/40/267 2809/35/268 +f 2804/40/267 2807/35/243 2805/40/244 +f 2809/35/269 2804/40/270 2807/35/249 +f 2805/40/248 2807/35/249 2804/40/270 +f 2811/35/375 2790/39/366 2810/35/371 +f 2790/39/366 2811/35/375 2788/39/364 +f 2810/35/374 2790/39/370 2811/35/376 +f 2788/39/368 2811/35/376 2790/39/370 +f 2790/39/366 2812/35/372 2810/35/371 +f 2812/35/372 2790/39/366 2789/39/365 +f 2810/35/374 2812/35/373 2790/39/370 +f 2789/39/367 2790/39/370 2812/35/373 +f 2787/39/363 2811/35/375 2813/35/377 +f 2811/35/375 2787/39/363 2788/39/364 +f 2813/35/378 2811/35/376 2787/39/369 +f 2788/39/368 2787/39/369 2811/35/376 +f 2816/40/206 2815/35/223 2814/35/204 +f 2815/35/223 2816/40/206 2817/40/219 +f 2814/35/208 2815/35/224 2816/40/210 +f 2817/40/221 2816/40/210 2815/35/224 +f 2789/39/365 2813/35/377 2812/35/372 +f 2813/35/377 2789/39/365 2787/39/363 +f 2812/35/373 2813/35/378 2789/39/367 +f 2787/39/369 2789/39/367 2813/35/378 +f 2817/40/219 2819/40/205 2818/40/220 +f 2819/40/205 2817/40/219 2816/40/206 +f 2818/40/222 2819/40/207 2817/40/221 +f 2816/40/210 2817/40/221 2819/40/207 +f 2798/36/219 2799/35/225 2820/35/223 +f 2799/35/225 2798/36/219 2797/36/220 +f 2820/35/224 2799/35/226 2798/36/221 +f 2797/36/222 2798/36/221 2799/35/226 +f 2818/40/220 2822/35/203 2821/35/225 +f 2822/35/203 2818/40/220 2819/40/205 +f 2821/35/226 2822/35/209 2818/40/222 +f 2819/40/207 2818/40/222 2822/35/209 +f 2802/40/252 2806/35/245 2808/35/251 +f 2806/35/245 2802/40/252 2803/40/246 +f 2808/35/253 2806/35/247 2802/40/254 +f 2803/40/250 2802/40/254 2806/35/247 +f 2794/36/206 2820/35/223 2793/35/204 +f 2820/35/223 2794/36/206 2798/36/219 +f 2793/35/208 2820/35/224 2794/36/210 +f 2798/36/221 2794/36/210 2820/35/224 +f 2817/40/219 2821/35/225 2815/35/223 +f 2821/35/225 2817/40/219 2818/40/220 +f 2815/35/224 2821/35/226 2817/40/221 +f 2818/40/222 2817/40/221 2821/35/226 +f 2801/35/406 2791/39/402 2800/35/401 +f 2791/39/402 2801/35/406 2792/39/405 +f 2800/35/404 2791/39/403 2801/35/407 +f 2792/39/408 2801/35/407 2791/39/403 +f 2825/40/206 2824/35/223 2823/35/204 +f 2824/35/223 2825/40/206 2826/40/219 +f 2823/35/208 2824/35/224 2825/40/210 +f 2826/40/221 2825/40/210 2824/35/224 +f 2822/35/203 2816/40/206 2814/35/204 +f 2816/40/206 2822/35/203 2819/40/205 +f 2814/35/208 2816/40/210 2822/35/209 +f 2819/40/207 2822/35/209 2816/40/210 +f 2826/40/219 2828/40/205 2827/40/220 +f 2828/40/205 2826/40/219 2825/40/206 +f 2827/40/222 2828/40/207 2826/40/221 +f 2825/40/210 2826/40/221 2828/40/207 +f 2829/35/203 2825/40/206 2823/35/204 +f 2825/40/206 2829/35/203 2828/40/205 +f 2823/35/208 2825/40/210 2829/35/209 +f 2828/40/207 2829/35/209 2825/40/210 +f 2826/40/219 2830/35/225 2824/35/223 +f 2830/35/225 2826/40/219 2827/40/220 +f 2824/35/224 2830/35/226 2826/40/221 +f 2827/40/222 2826/40/221 2830/35/226 +f 2827/40/220 2829/35/203 2830/35/225 +f 2829/35/203 2827/40/220 2828/40/205 +f 2830/35/226 2829/35/209 2827/40/222 +f 2828/40/207 2827/40/222 2829/35/209 +f 2833/39/389 2832/39/388 2831/39/387 +f 2832/39/388 2833/39/389 2834/39/390 +f 2831/39/393 2832/39/392 2833/39/391 +f 2834/39/394 2833/39/391 2832/39/392 +f 2831/39/387 2836/35/396 2835/35/395 +f 2836/35/396 2831/39/387 2832/39/388 +f 2835/35/398 2836/35/397 2831/39/393 +f 2832/39/392 2831/39/393 2836/35/397 +f 2833/39/389 2835/35/395 2837/35/399 +f 2835/35/395 2833/39/389 2831/39/387 +f 2837/35/400 2835/35/398 2833/39/391 +f 2831/39/393 2833/39/391 2835/35/398 +f 2832/39/388 2838/35/409 2836/35/396 +f 2838/35/409 2832/39/388 2834/39/390 +f 2836/35/397 2838/35/410 2832/39/392 +f 2834/39/394 2832/39/392 2838/35/410 +f 2838/35/409 2833/39/389 2837/35/399 +f 2833/39/389 2838/35/409 2834/39/390 +f 2837/35/400 2833/39/391 2838/35/410 +f 2834/39/394 2838/35/410 2833/39/391 +f 2841/35/256 2840/39/263 2839/35/271 +f 2840/39/263 2841/35/256 2842/39/258 +f 2839/35/272 2840/39/265 2841/35/260 +f 2842/39/262 2841/35/260 2840/39/265 +f 2840/39/263 2844/39/257 2843/39/264 +f 2844/39/257 2840/39/263 2842/39/258 +f 2843/39/266 2844/39/259 2840/39/265 +f 2842/39/262 2840/39/265 2844/39/259 +f 2840/39/263 2845/35/273 2839/35/271 +f 2845/35/273 2840/39/263 2843/39/264 +f 2839/35/272 2845/35/274 2840/39/265 +f 2843/39/266 2840/39/265 2845/35/274 +f 2844/39/257 2841/35/256 2846/35/255 +f 2841/35/256 2844/39/257 2842/39/258 +f 2846/35/261 2841/35/260 2844/39/259 +f 2842/39/262 2844/39/259 2841/35/260 +f 2843/39/264 2846/35/255 2845/35/273 +f 2846/35/255 2843/39/264 2844/39/257 +f 2845/35/274 2846/35/261 2843/39/266 +f 2844/39/259 2843/39/266 2846/35/261 +f 2849/40/267 2848/40/246 2847/40/252 +f 2848/40/246 2849/40/267 2850/40/244 +f 2847/40/254 2848/40/250 2849/40/270 +f 2850/40/248 2849/40/270 2848/40/250 +f 2850/40/244 2851/35/245 2848/40/246 +f 2851/35/245 2850/40/244 2852/35/243 +f 2848/40/250 2851/35/247 2850/40/248 +f 2852/35/249 2850/40/248 2851/35/247 +f 2855/39/197 2854/39/213 2853/39/198 +f 2854/39/213 2855/39/197 2856/39/214 +f 2853/39/202 2854/39/215 2855/39/199 +f 2856/39/218 2855/39/199 2854/39/215 +f 2853/39/198 2858/35/211 2857/35/196 +f 2858/35/211 2853/39/198 2854/39/213 +f 2857/35/200 2858/35/217 2853/39/202 +f 2854/39/215 2853/39/202 2858/35/217 +f 2847/40/252 2851/35/245 2859/35/251 +f 2851/35/245 2847/40/252 2848/40/246 +f 2859/35/253 2851/35/247 2847/40/254 +f 2848/40/250 2847/40/254 2851/35/247 +f 2852/35/243 2849/40/267 2860/35/268 +f 2849/40/267 2852/35/243 2850/40/244 +f 2860/35/269 2849/40/270 2852/35/249 +f 2850/40/248 2852/35/249 2849/40/270 +f 2854/39/213 2861/35/212 2858/35/211 +f 2861/35/212 2854/39/213 2856/39/214 +f 2858/35/217 2861/35/216 2854/39/215 +f 2856/39/218 2854/39/215 2861/35/216 +f 2855/39/197 2857/35/196 2862/35/195 +f 2857/35/196 2855/39/197 2853/39/198 +f 2862/35/201 2857/35/200 2855/39/199 +f 2853/39/202 2855/39/199 2857/35/200 +f 2861/35/212 2855/39/197 2862/35/195 +f 2855/39/197 2861/35/212 2856/39/214 +f 2862/35/201 2855/39/199 2861/35/216 +f 2856/39/218 2861/35/216 2855/39/199 +f 2860/35/268 2847/40/252 2859/35/251 +f 2847/40/252 2860/35/268 2849/40/267 +f 2859/35/253 2847/40/254 2860/35/269 +f 2849/40/270 2860/35/269 2847/40/254 +f 2865/39/381 2864/35/380 2863/35/379 +f 2864/35/380 2865/39/381 2866/39/382 +f 2863/35/385 2864/35/384 2865/39/383 +f 2866/39/386 2865/39/383 2864/35/384 +f 2869/39/365 2868/39/364 2867/39/363 +f 2868/39/364 2869/39/365 2870/39/366 +f 2867/39/369 2868/39/368 2869/39/367 +f 2870/39/370 2869/39/367 2868/39/368 +f 2872/39/405 2865/39/381 2871/39/402 +f 2865/39/381 2872/39/405 2866/39/382 +f 2871/39/403 2865/39/383 2872/39/408 +f 2866/39/386 2872/39/408 2865/39/383 +f 2875/35/203 2874/36/206 2873/35/204 +f 2874/36/206 2875/35/203 2876/36/205 +f 2873/35/208 2874/36/210 2875/35/209 +f 2876/36/207 2875/35/209 2874/36/210 +f 2878/36/219 2876/36/205 2877/36/220 +f 2876/36/205 2878/36/219 2874/36/206 +f 2877/36/222 2876/36/207 2878/36/221 +f 2874/36/210 2878/36/221 2876/36/207 +f 2877/36/220 2875/35/203 2879/35/225 +f 2875/35/203 2877/36/220 2876/36/205 +f 2879/35/226 2875/35/209 2877/36/222 +f 2876/36/207 2877/36/222 2875/35/209 +f 2871/39/402 2863/35/379 2880/35/401 +f 2863/35/379 2871/39/402 2865/39/381 +f 2880/35/404 2863/35/385 2871/39/403 +f 2865/39/383 2871/39/403 2863/35/385 +f 2881/35/406 2866/39/382 2872/39/405 +f 2866/39/382 2881/35/406 2864/35/380 +f 2872/39/408 2866/39/386 2881/35/407 +f 2864/35/384 2881/35/407 2866/39/386 +f 2884/40/267 2883/40/246 2882/40/252 +f 2883/40/246 2884/40/267 2885/40/244 +f 2882/40/254 2883/40/250 2884/40/270 +f 2885/40/248 2884/40/270 2883/40/250 +f 2885/40/244 2886/35/245 2883/40/246 +f 2886/35/245 2885/40/244 2887/35/243 +f 2883/40/250 2886/35/247 2885/40/248 +f 2887/35/249 2885/40/248 2886/35/247 +f 2889/35/268 2882/40/252 2888/35/251 +f 2882/40/252 2889/35/268 2884/40/267 +f 2888/35/253 2882/40/254 2889/35/269 +f 2884/40/270 2889/35/269 2882/40/254 +f 2887/35/243 2884/40/267 2889/35/268 +f 2884/40/267 2887/35/243 2885/40/244 +f 2889/35/269 2884/40/270 2887/35/249 +f 2885/40/248 2887/35/249 2884/40/270 +f 2891/35/375 2870/39/366 2890/35/371 +f 2870/39/366 2891/35/375 2868/39/364 +f 2890/35/374 2870/39/370 2891/35/376 +f 2868/39/368 2891/35/376 2870/39/370 +f 2870/39/366 2892/35/372 2890/35/371 +f 2892/35/372 2870/39/366 2869/39/365 +f 2890/35/374 2892/35/373 2870/39/370 +f 2869/39/367 2870/39/370 2892/35/373 +f 2867/39/363 2891/35/375 2893/35/377 +f 2891/35/375 2867/39/363 2868/39/364 +f 2893/35/378 2891/35/376 2867/39/369 +f 2868/39/368 2867/39/369 2891/35/376 +f 2896/40/206 2895/35/223 2894/35/204 +f 2895/35/223 2896/40/206 2897/40/219 +f 2894/35/208 2895/35/224 2896/40/210 +f 2897/40/221 2896/40/210 2895/35/224 +f 2869/39/365 2893/35/377 2892/35/372 +f 2893/35/377 2869/39/365 2867/39/363 +f 2892/35/373 2893/35/378 2869/39/367 +f 2867/39/369 2869/39/367 2893/35/378 +f 2897/40/219 2899/40/205 2898/40/220 +f 2899/40/205 2897/40/219 2896/40/206 +f 2898/40/222 2899/40/207 2897/40/221 +f 2896/40/210 2897/40/221 2899/40/207 +f 2878/36/219 2879/35/225 2900/35/223 +f 2879/35/225 2878/36/219 2877/36/220 +f 2900/35/224 2879/35/226 2878/36/221 +f 2877/36/222 2878/36/221 2879/35/226 +f 2898/40/220 2902/35/203 2901/35/225 +f 2902/35/203 2898/40/220 2899/40/205 +f 2901/35/226 2902/35/209 2898/40/222 +f 2899/40/207 2898/40/222 2902/35/209 +f 2882/40/252 2886/35/245 2888/35/251 +f 2886/35/245 2882/40/252 2883/40/246 +f 2888/35/253 2886/35/247 2882/40/254 +f 2883/40/250 2882/40/254 2886/35/247 +f 2874/36/206 2900/35/223 2873/35/204 +f 2900/35/223 2874/36/206 2878/36/219 +f 2873/35/208 2900/35/224 2874/36/210 +f 2878/36/221 2874/36/210 2900/35/224 +f 2897/40/219 2901/35/225 2895/35/223 +f 2901/35/225 2897/40/219 2898/40/220 +f 2895/35/224 2901/35/226 2897/40/221 +f 2898/40/222 2897/40/221 2901/35/226 +f 2881/35/406 2871/39/402 2880/35/401 +f 2871/39/402 2881/35/406 2872/39/405 +f 2880/35/404 2871/39/403 2881/35/407 +f 2872/39/408 2881/35/407 2871/39/403 +f 2905/40/206 2904/35/223 2903/35/204 +f 2904/35/223 2905/40/206 2906/40/219 +f 2903/35/208 2904/35/224 2905/40/210 +f 2906/40/221 2905/40/210 2904/35/224 +f 2902/35/203 2896/40/206 2894/35/204 +f 2896/40/206 2902/35/203 2899/40/205 +f 2894/35/208 2896/40/210 2902/35/209 +f 2899/40/207 2902/35/209 2896/40/210 +f 2906/40/219 2908/40/205 2907/40/220 +f 2908/40/205 2906/40/219 2905/40/206 +f 2907/40/222 2908/40/207 2906/40/221 +f 2905/40/210 2906/40/221 2908/40/207 +f 2909/35/203 2905/40/206 2903/35/204 +f 2905/40/206 2909/35/203 2908/40/205 +f 2903/35/208 2905/40/210 2909/35/209 +f 2908/40/207 2909/35/209 2905/40/210 +f 2906/40/219 2910/35/225 2904/35/223 +f 2910/35/225 2906/40/219 2907/40/220 +f 2904/35/224 2910/35/226 2906/40/221 +f 2907/40/222 2906/40/221 2910/35/226 +f 2907/40/220 2909/35/203 2910/35/225 +f 2909/35/203 2907/40/220 2908/40/205 +f 2910/35/226 2909/35/209 2907/40/222 +f 2908/40/207 2907/40/222 2909/35/209 +f 2913/39/389 2912/39/388 2911/39/387 +f 2912/39/388 2913/39/389 2914/39/390 +f 2911/39/393 2912/39/392 2913/39/391 +f 2914/39/394 2913/39/391 2912/39/392 +f 2911/39/387 2916/35/396 2915/35/395 +f 2916/35/396 2911/39/387 2912/39/388 +f 2915/35/398 2916/35/397 2911/39/393 +f 2912/39/392 2911/39/393 2916/35/397 +f 2913/39/389 2915/35/395 2917/35/399 +f 2915/35/395 2913/39/389 2911/39/387 +f 2917/35/400 2915/35/398 2913/39/391 +f 2911/39/393 2913/39/391 2915/35/398 +f 2912/39/388 2918/35/409 2916/35/396 +f 2918/35/409 2912/39/388 2914/39/390 +f 2916/35/397 2918/35/410 2912/39/392 +f 2914/39/394 2912/39/392 2918/35/410 +f 2918/35/409 2913/39/389 2917/35/399 +f 2913/39/389 2918/35/409 2914/39/390 +f 2917/35/400 2913/39/391 2918/35/410 +f 2914/39/394 2918/35/410 2913/39/391 +f 2921/35/256 2920/39/263 2919/35/271 +f 2920/39/263 2921/35/256 2922/39/258 +f 2919/35/272 2920/39/265 2921/35/260 +f 2922/39/262 2921/35/260 2920/39/265 +f 2920/39/263 2924/39/257 2923/39/264 +f 2924/39/257 2920/39/263 2922/39/258 +f 2923/39/266 2924/39/259 2920/39/265 +f 2922/39/262 2920/39/265 2924/39/259 +f 2920/39/263 2925/35/273 2919/35/271 +f 2925/35/273 2920/39/263 2923/39/264 +f 2919/35/272 2925/35/274 2920/39/265 +f 2923/39/266 2920/39/265 2925/35/274 +f 2924/39/257 2921/35/256 2926/35/255 +f 2921/35/256 2924/39/257 2922/39/258 +f 2926/35/261 2921/35/260 2924/39/259 +f 2922/39/262 2924/39/259 2921/35/260 +f 2923/39/264 2926/35/255 2925/35/273 +f 2926/35/255 2923/39/264 2924/39/257 +f 2925/35/274 2926/35/261 2923/39/266 +f 2924/39/259 2923/39/266 2926/35/261 +f 2929/40/267 2928/40/246 2927/40/252 +f 2928/40/246 2929/40/267 2930/40/244 +f 2927/40/254 2928/40/250 2929/40/270 +f 2930/40/248 2929/40/270 2928/40/250 +f 2930/40/244 2931/35/245 2928/40/246 +f 2931/35/245 2930/40/244 2932/35/243 +f 2928/40/250 2931/35/247 2930/40/248 +f 2932/35/249 2930/40/248 2931/35/247 +f 2935/39/197 2934/39/213 2933/39/198 +f 2934/39/213 2935/39/197 2936/39/214 +f 2933/39/202 2934/39/215 2935/39/199 +f 2936/39/218 2935/39/199 2934/39/215 +f 2933/39/198 2938/35/211 2937/35/196 +f 2938/35/211 2933/39/198 2934/39/213 +f 2937/35/200 2938/35/217 2933/39/202 +f 2934/39/215 2933/39/202 2938/35/217 +f 2927/40/252 2931/35/245 2939/35/251 +f 2931/35/245 2927/40/252 2928/40/246 +f 2939/35/253 2931/35/247 2927/40/254 +f 2928/40/250 2927/40/254 2931/35/247 +f 2932/35/243 2929/40/267 2940/35/268 +f 2929/40/267 2932/35/243 2930/40/244 +f 2940/35/269 2929/40/270 2932/35/249 +f 2930/40/248 2932/35/249 2929/40/270 +f 2934/39/213 2941/35/212 2938/35/211 +f 2941/35/212 2934/39/213 2936/39/214 +f 2938/35/217 2941/35/216 2934/39/215 +f 2936/39/218 2934/39/215 2941/35/216 +f 2935/39/197 2937/35/196 2942/35/195 +f 2937/35/196 2935/39/197 2933/39/198 +f 2942/35/201 2937/35/200 2935/39/199 +f 2933/39/202 2935/39/199 2937/35/200 +f 2941/35/212 2935/39/197 2942/35/195 +f 2935/39/197 2941/35/212 2936/39/214 +f 2942/35/201 2935/39/199 2941/35/216 +f 2936/39/218 2941/35/216 2935/39/199 +f 2940/35/268 2927/40/252 2939/35/251 +f 2927/40/252 2940/35/268 2929/40/267 +f 2939/35/253 2927/40/254 2940/35/269 +f 2929/40/270 2940/35/269 2927/40/254 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large-variation.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large-variation.obj.import new file mode 100644 index 0000000..d9080c9 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large-variation.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://ty6ix34q6ba4" +path="res://.godot/imported/room-large-variation.obj-4be0aa0c3941bc99b85a534487d79434.mesh" + +[deps] + +files=["res://.godot/imported/room-large-variation.obj-4be0aa0c3941bc99b85a534487d79434.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large-variation.obj" +dest_files=["res://.godot/imported/room-large-variation.obj-4be0aa0c3941bc99b85a534487d79434.mesh", "res://.godot/imported/room-large-variation.obj-4be0aa0c3941bc99b85a534487d79434.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large.obj new file mode 100644 index 0000000..b26f823 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large.obj @@ -0,0 +1,22080 @@ +# Created by Kenney (www.kenney.nl) + +mtllib room-large.mtl + +g room-large + +v 8.497211 0 -6.747846 1 1 1 +v 8.393683 0 -6.361475 1 1 1 +v 8.435974 0.1 -6.712491 1 1 1 +v 8.358329 0.1 -6.422712 1 1 1 +v 8.524199 0 -6.248742 1 1 1 +v 8.717383 0 -6.300506 1 1 1 +v 8.554817 0.05 -6.231064 1 1 1 +v 8.699706 0.05 -6.269887 1 1 1 +v 8.007314 0 -6.465003 1 1 1 +v 8.110841 0 -6.851374 1 1 1 +v 8.068551 0.1 -6.500359 1 1 1 +v 8.146196 0.1 -6.790136 1 1 1 +v 8.738528 0.05 -6.124998 1 1 1 +v 8.593639 0.05 -6.086175 1 1 1 +v 8.769147 0 -6.107321 1 1 1 +v 8.575962 0 -6.055557 1 1 1 +v 6.356917 0.05 -8.649965 1 1 1 +v 6.569049 0.05 -8.437833 1 1 1 +v 6.144785 0.05 -8.437833 1 1 1 +v 6.356917 0.05 -8.225701 1 1 1 +v 6.63976 0 -8.437833 1 1 1 +v 6.356917 0 -8.15499 1 1 1 +v 6.356917 0 -8.720676 1 1 1 +v 6.074074 0 -8.437833 1 1 1 +v 7.181538 0 -8.27163 1 1 1 +v 7.146182 0.05 -8.210393 1 1 1 +v 6.795167 0 -8.168102 1 1 1 +v 6.856404 0.05 -8.132748 1 1 1 +v 6.898695 0 -7.781732 1 1 1 +v 6.93405 0.05 -7.842969 1 1 1 +v 6.498347 0 -7.582727 1 1 1 +v 6.498347 0 -7.782728 1 1 1 +v 6.523347 0.1 -7.607728 1 1 1 +v 6.523347 0.1 -7.757728 1 1 1 +v 6.673347 0.1 -7.757728 1 1 1 +v 6.673347 0.1 -7.607728 1 1 1 +v 7.223828 0.05 -7.920615 1 1 1 +v 7.285065 0 -7.88526 1 1 1 +v 6.698347 0 -7.782728 1 1 1 +v 6.698347 0 -7.582727 1 1 1 +v 6 0.9 -10 1 1 1 +v 7.530734 0.9 -9.695518 1 1 1 +v 6 0.9 -9.399002 1 1 1 +v 7.300742 0.9 -9.140268 1 1 1 +v 8.828427 0.9 -8.828427 1 1 1 +v 8.403458 0.9 -8.403458 1 1 1 +v 9.695518 0.9 -7.530734 1 1 1 +v 9.140269 0.9 -7.300742 1 1 1 +v 10 0.9 -6 1 1 1 +v 9.399003 0.9 -6 1 1 1 +v 6 0.2 -9.399002 1 1 1 +v 6 0.2 -10 1 1 1 +v 7.300742 0.2 -9.140268 1 1 1 +v 8.403458 0.2 -8.403458 1 1 1 +v 9.140269 0.2 -7.300742 1 1 1 +v 9.399003 0.2 -6 1 1 1 +v 10 0.2 -6 1 1 1 +v 9.695518 0.2 -7.530734 1 1 1 +v 8.828427 0.2 -8.828427 1 1 1 +v 7.530734 0.2 -9.695518 1 1 1 +v 6 0 -10 1 1 1 +v 8.828427 0 -8.828427 1 1 1 +v 6 0 -6 1 1 1 +v 10 0 -6 1 1 1 +v -6.747846 0 -8.497211 1 1 1 +v -6.361475 0 -8.393683 1 1 1 +v -6.712491 0.1 -8.435974 1 1 1 +v -6.422713 0.1 -8.358329 1 1 1 +v -6.248742 0 -8.524199 1 1 1 +v -6.300506 0 -8.717383 1 1 1 +v -6.231065 0.05 -8.554817 1 1 1 +v -6.269887 0.05 -8.699706 1 1 1 +v -6.465003 0 -8.007314 1 1 1 +v -6.851374 0 -8.110841 1 1 1 +v -6.500359 0.1 -8.068551 1 1 1 +v -6.790136 0.1 -8.146196 1 1 1 +v -6.124999 0.05 -8.738528 1 1 1 +v -6.086176 0.05 -8.593639 1 1 1 +v -6.107321 0 -8.769147 1 1 1 +v -6.055557 0 -8.575962 1 1 1 +v -8.649965 0.05 -6.356917 1 1 1 +v -8.437834 0.05 -6.569049 1 1 1 +v -8.437834 0.05 -6.144785 1 1 1 +v -8.225701 0.05 -6.356917 1 1 1 +v -8.437834 0 -6.63976 1 1 1 +v -8.154991 0 -6.356917 1 1 1 +v -8.720676 0 -6.356917 1 1 1 +v -8.437834 0 -6.074075 1 1 1 +v -8.27163 0 -7.181538 1 1 1 +v -8.210393 0.05 -7.146183 1 1 1 +v -8.168103 0 -6.795167 1 1 1 +v -8.132748 0.05 -6.856405 1 1 1 +v -7.781733 0 -6.898695 1 1 1 +v -7.84297 0.05 -6.934051 1 1 1 +v -7.582728 0 -6.498347 1 1 1 +v -7.782728 0 -6.498347 1 1 1 +v -7.607728 0.1 -6.523347 1 1 1 +v -7.757728 0.1 -6.523347 1 1 1 +v -7.757728 0.1 -6.673347 1 1 1 +v -7.607728 0.1 -6.673347 1 1 1 +v -7.920615 0.05 -7.223828 1 1 1 +v -7.88526 0 -7.285066 1 1 1 +v -7.782728 0 -6.698347 1 1 1 +v -7.582728 0 -6.698347 1 1 1 +v -10 0.9 -6 1 1 1 +v -9.695518 0.9 -7.530734 1 1 1 +v -9.399002 0.9 -6 1 1 1 +v -9.140268 0.9 -7.300742 1 1 1 +v -8.828427 0.9 -8.828427 1 1 1 +v -8.403458 0.9 -8.403458 1 1 1 +v -7.530734 0.9 -9.695518 1 1 1 +v -7.300742 0.9 -9.140268 1 1 1 +v -6 0.9 -10 1 1 1 +v -6 0.9 -9.399002 1 1 1 +v -9.399002 0.2 -6 1 1 1 +v -10 0.2 -6 1 1 1 +v -9.140268 0.2 -7.300742 1 1 1 +v -8.403458 0.2 -8.403458 1 1 1 +v -7.300742 0.2 -9.140268 1 1 1 +v -6 0.2 -9.399002 1 1 1 +v -6 0.2 -10 1 1 1 +v -7.530734 0.2 -9.695518 1 1 1 +v -8.828427 0.2 -8.828427 1 1 1 +v -9.695518 0.2 -7.530734 1 1 1 +v -10 0 -6 1 1 1 +v -8.828427 0 -8.828427 1 1 1 +v -6 0 -6 1 1 1 +v -6 0 -10 1 1 1 +v -8.497211 0 6.747846 1 1 1 +v -8.393683 0 6.361475 1 1 1 +v -8.435974 0.1 6.712491 1 1 1 +v -8.358328 0.1 6.422713 1 1 1 +v -8.524198 0 6.248742 1 1 1 +v -8.717383 0 6.300506 1 1 1 +v -8.554816 0.05 6.231065 1 1 1 +v -8.699705 0.05 6.269887 1 1 1 +v -8.007313 0 6.465003 1 1 1 +v -8.110841 0 6.851374 1 1 1 +v -8.06855 0.1 6.500359 1 1 1 +v -8.146196 0.1 6.790136 1 1 1 +v -8.738528 0.05 6.124999 1 1 1 +v -8.593639 0.05 6.086176 1 1 1 +v -8.769147 0 6.107321 1 1 1 +v -8.575962 0 6.055557 1 1 1 +v -6.356917 0.05 8.649966 1 1 1 +v -6.569049 0.05 8.437834 1 1 1 +v -6.144785 0.05 8.437834 1 1 1 +v -6.356917 0.05 8.225702 1 1 1 +v -6.63976 0 8.437834 1 1 1 +v -6.356917 0 8.154991 1 1 1 +v -6.356917 0 8.720676 1 1 1 +v -6.074074 0 8.437834 1 1 1 +v -7.181538 0 8.271631 1 1 1 +v -7.146182 0.05 8.210394 1 1 1 +v -6.795167 0 8.168103 1 1 1 +v -6.856404 0.05 8.132748 1 1 1 +v -6.898695 0 7.781733 1 1 1 +v -6.93405 0.05 7.84297 1 1 1 +v -6.498347 0 7.582728 1 1 1 +v -6.498347 0 7.782728 1 1 1 +v -6.523347 0.1 7.607728 1 1 1 +v -6.523347 0.1 7.757729 1 1 1 +v -6.673347 0.1 7.757728 1 1 1 +v -6.673347 0.1 7.607728 1 1 1 +v -7.223828 0.05 7.920616 1 1 1 +v -7.285065 0 7.885261 1 1 1 +v -6.698347 0 7.782728 1 1 1 +v -6.698347 0 7.582728 1 1 1 +v -6 0.9 10 1 1 1 +v -7.530734 0.9 9.695518 1 1 1 +v -6 0.9 9.399003 1 1 1 +v -7.300742 0.9 9.140269 1 1 1 +v -8.828427 0.9 8.828427 1 1 1 +v -8.403458 0.9 8.403458 1 1 1 +v -9.695518 0.9 7.530734 1 1 1 +v -9.140268 0.9 7.300742 1 1 1 +v -10 0.9 6 1 1 1 +v -9.399002 0.9 6 1 1 1 +v -6 0.2 9.399003 1 1 1 +v -6 0.2 10 1 1 1 +v -7.300742 0.2 9.140269 1 1 1 +v -8.403458 0.2 8.403458 1 1 1 +v -9.140268 0.2 7.300742 1 1 1 +v -9.399002 0.2 6 1 1 1 +v -10 0.2 6 1 1 1 +v -9.695518 0.2 7.530734 1 1 1 +v -8.828427 0.2 8.828427 1 1 1 +v -7.530734 0.2 9.695518 1 1 1 +v -6 0 10 1 1 1 +v -8.828427 0 8.828427 1 1 1 +v -6 0 6 1 1 1 +v -10 0 6 1 1 1 +v 6.747846 0 8.497211 1 1 1 +v 6.361475 0 8.393683 1 1 1 +v 6.712491 0.1 8.435974 1 1 1 +v 6.422713 0.1 8.358329 1 1 1 +v 6.248742 0 8.524199 1 1 1 +v 6.300506 0 8.717383 1 1 1 +v 6.231065 0.05 8.554817 1 1 1 +v 6.269887 0.05 8.699706 1 1 1 +v 6.465003 0 8.007314 1 1 1 +v 6.851374 0 8.110841 1 1 1 +v 6.500359 0.1 8.068551 1 1 1 +v 6.790136 0.1 8.146196 1 1 1 +v 6.124999 0.05 8.738528 1 1 1 +v 6.086176 0.05 8.593639 1 1 1 +v 6.107321 0 8.769147 1 1 1 +v 6.055557 0 8.575962 1 1 1 +v 8.649965 0.05 6.356917 1 1 1 +v 8.437834 0.05 6.569049 1 1 1 +v 8.437834 0.05 6.144785 1 1 1 +v 8.225701 0.05 6.356917 1 1 1 +v 8.437834 0 6.63976 1 1 1 +v 8.154991 0 6.356917 1 1 1 +v 8.720676 0 6.356917 1 1 1 +v 8.437834 0 6.074075 1 1 1 +v 8.27163 0 7.181538 1 1 1 +v 8.210393 0.05 7.146183 1 1 1 +v 8.168103 0 6.795167 1 1 1 +v 8.132748 0.05 6.856405 1 1 1 +v 7.781733 0 6.898695 1 1 1 +v 7.84297 0.05 6.934051 1 1 1 +v 7.582728 0 6.498347 1 1 1 +v 7.782728 0 6.498347 1 1 1 +v 7.607728 0.1 6.523347 1 1 1 +v 7.757728 0.1 6.523347 1 1 1 +v 7.757728 0.1 6.673347 1 1 1 +v 7.607728 0.1 6.673347 1 1 1 +v 7.920615 0.05 7.223828 1 1 1 +v 7.88526 0 7.285066 1 1 1 +v 7.782728 0 6.698347 1 1 1 +v 7.582728 0 6.698347 1 1 1 +v 10 0.9 6 1 1 1 +v 9.695518 0.9 7.530734 1 1 1 +v 9.399002 0.9 6 1 1 1 +v 9.140268 0.9 7.300742 1 1 1 +v 8.828427 0.9 8.828427 1 1 1 +v 8.403458 0.9 8.403458 1 1 1 +v 7.530734 0.9 9.695518 1 1 1 +v 7.300742 0.9 9.140268 1 1 1 +v 6 0.9 10 1 1 1 +v 6 0.9 9.399002 1 1 1 +v 9.399002 0.2 6 1 1 1 +v 10 0.2 6 1 1 1 +v 9.140268 0.2 7.300742 1 1 1 +v 8.403458 0.2 8.403458 1 1 1 +v 7.300742 0.2 9.140268 1 1 1 +v 6 0.2 9.399002 1 1 1 +v 6 0.2 10 1 1 1 +v 7.530734 0.2 9.695518 1 1 1 +v 8.828427 0.2 8.828427 1 1 1 +v 9.695518 0.2 7.530734 1 1 1 +v 10 0 6 1 1 1 +v 8.828427 0 8.828427 1 1 1 +v 6 0 6 1 1 1 +v 6 0 10 1 1 1 +v -6 0 -2 1 1 1 +v -6 0 2 1 1 1 +v -10 0 -2 1 1 1 +v -10 0 2 1 1 1 +v -2 0 2 1 1 1 +v -2 0 6 1 1 1 +v -6 0 6 1 1 1 +v -9.399002 0.9 2 1 1 1 +v -10 0.9 2 1 1 1 +v -9.479521 0.9 1.699501 1 1 1 +v -10 0.9 1.399002 1 1 1 +v -9.699501 0.9 1.479521 1 1 1 +v -9.399002 0.2 2 1 1 1 +v -10 0.2 2 1 1 1 +v -10 0.2 1.399002 1 1 1 +v -9.699501 0.2 1.479521 1 1 1 +v -9.479521 0.2 1.699501 1 1 1 +v -8.432192 0 2.703155 1 1 1 +v -8.449869 0.05 2.733774 1 1 1 +v -8.625377 0 2.754919 1 1 1 +v -8.594758 0.05 2.772596 1 1 1 +v -8.573613 0 2.948104 1 1 1 +v -8.555935 0.05 2.917485 1 1 1 +v -8.714653 0 2.452044 1 1 1 +v -8.611125 0 2.065674 1 1 1 +v -8.653416 0.1 2.416689 1 1 1 +v -8.575769 0.1 2.126911 1 1 1 +v -8.224755 0 2.169202 1 1 1 +v -8.285992 0.1 2.204557 1 1 1 +v -8.006433 0 5.071889 1 1 1 +v -8.031433 0.1 5.096889 1 1 1 +v -8.206433 0 5.071889 1 1 1 +v -8.181433 0.1 5.096889 1 1 1 +v -8.031433 0.1 5.246889 1 1 1 +v -8.181433 0.1 5.246889 1 1 1 +v -8.206433 0 5.271889 1 1 1 +v -8.006433 0 5.271889 1 1 1 +v -8.328282 0 2.555572 1 1 1 +v -8.363638 0.1 2.494335 1 1 1 +v -8.380427 0 2.89634 1 1 1 +v -8.411046 0.05 2.878663 1 1 1 +v -8.49822 0.05 5.74957 1 1 1 +v -8.710353 0.05 5.537438 1 1 1 +v -8.286089 0.05 5.537438 1 1 1 +v -8.49822 0.05 5.325306 1 1 1 +v -8.215378 0 5.537438 1 1 1 +v -8.49822 0 5.254595 1 1 1 +v -8.097594 -2.887646E-15 4.89041 1 1 1 +v -8.158832 0.05 4.855055 1 1 1 +v -8.201121 -2.887646E-15 4.50404 1 1 1 +v -8.236477 0.05 4.565277 1 1 1 +v -8.49822 0 5.820281 1 1 1 +v -8.781063 0 5.537438 1 1 1 +v -8.483964 -2.887646E-15 4.993938 1 1 1 +v -8.587492 -2.887646E-15 4.607568 1 1 1 +v -8.448609 0.05 4.932701 1 1 1 +v -8.526255 0.05 4.642923 1 1 1 +v -9.399002 0.2 2 1 1 1 +v -9.199002 0.2 4 1 1 1 +v -9.399002 0.9 2 1 1 1 +v -9.199002 0.9 4 1 1 1 +v -10 0.9 6 1 1 1 +v -9.399002 0.9 6 1 1 1 +v -10 0.2 6 1 1 1 +v -9.399002 0.2 6 1 1 1 +v 8.432192 0 5.296845 1 1 1 +v 8.44987 0.05 5.266227 1 1 1 +v 8.625378 0 5.245082 1 1 1 +v 8.594759 0.05 5.227404 1 1 1 +v 8.573613 0 5.051897 1 1 1 +v 8.555936 0.05 5.082515 1 1 1 +v 8.714653 0 5.547956 1 1 1 +v 8.611126 0 5.934327 1 1 1 +v 8.653417 0.1 5.583312 1 1 1 +v 8.57577 0.1 5.873089 1 1 1 +v 8.224755 0 5.830799 1 1 1 +v 8.285993 0.1 5.795444 1 1 1 +v 8.006433 0 2.928112 1 1 1 +v 8.031433 0.1 2.903112 1 1 1 +v 8.206433 0 2.928112 1 1 1 +v 8.181433 0.1 2.903112 1 1 1 +v 8.031433 0.1 2.753112 1 1 1 +v 8.181433 0.1 2.753112 1 1 1 +v 8.206433 0 2.728112 1 1 1 +v 8.006433 0 2.728112 1 1 1 +v 8.328283 0 5.444428 1 1 1 +v 8.363639 0.1 5.505666 1 1 1 +v 8.380428 0 5.10366 1 1 1 +v 8.411047 0.05 5.121338 1 1 1 +v 8.49822 0.05 2.25043 1 1 1 +v 8.710353 0.05 2.462562 1 1 1 +v 8.286089 0.05 2.462562 1 1 1 +v 8.49822 0.05 2.674695 1 1 1 +v 8.215378 0 2.462562 1 1 1 +v 8.49822 0 2.745405 1 1 1 +v 8.097594 -2.887646E-15 3.10959 1 1 1 +v 8.158832 0.05 3.144946 1 1 1 +v 8.201121 -2.887646E-15 3.49596 1 1 1 +v 8.236477 0.05 3.434723 1 1 1 +v 8.49822 0 2.179719 1 1 1 +v 8.781063 0 2.462562 1 1 1 +v 8.483964 -2.887646E-15 3.006063 1 1 1 +v 8.587492 -2.887646E-15 3.392433 1 1 1 +v 8.448609 0.05 3.0673 1 1 1 +v 8.526255 0.05 3.357078 1 1 1 +v 9.199002 0.2 4 1 1 1 +v 9.199002 0.9 4 1 1 1 +v 10 0.9 2 1 1 1 +v 9.399002 0.9 2 1 1 1 +v 10 0.2 2 1 1 1 +v 9.399002 0.2 2 1 1 1 +v -2 0.9 -9.399002 1 1 1 +v -2 0.9 -10 1 1 1 +v -1.699501 0.9 -9.479521 1 1 1 +v -1.399003 0.9 -10 1 1 1 +v -1.479521 0.9 -9.699501 1 1 1 +v -2 0.2 -9.399002 1 1 1 +v -2 0.2 -10 1 1 1 +v -1.399003 0.2 -10 1 1 1 +v -1.479521 0.2 -9.699501 1 1 1 +v -1.699501 0.2 -9.479521 1 1 1 +v 9.399002 0.9 -2 1 1 1 +v 10 0.9 -2 1 1 1 +v 9.479521 0.9 -1.699501 1 1 1 +v 10 0.9 -1.399002 1 1 1 +v 9.699501 0.9 -1.479521 1 1 1 +v 9.399002 0.2 -2 1 1 1 +v 10 0.2 -2 1 1 1 +v 10 0.2 -1.399002 1 1 1 +v 9.699501 0.2 -1.479521 1 1 1 +v 9.479521 0.2 -1.699501 1 1 1 +v 10 0.9 1.399002 1 1 1 +v 9.699501 0.9 1.479521 1 1 1 +v 9.479521 0.9 1.699501 1 1 1 +v 10 0.2 1.399002 1 1 1 +v 9.479521 0.2 1.699501 1 1 1 +v 9.699501 0.2 1.479521 1 1 1 +v -10 0.9 -1.399002 1 1 1 +v -10 0.9 -2 1 1 1 +v -9.699501 0.9 -1.479521 1 1 1 +v -9.399002 0.9 -2 1 1 1 +v -9.479521 0.9 -1.699501 1 1 1 +v -10 0.2 -1.399002 1 1 1 +v -10 0.2 -2 1 1 1 +v -9.399002 0.2 -2 1 1 1 +v -9.479521 0.2 -1.699501 1 1 1 +v -9.699501 0.2 -1.479521 1 1 1 +v -1.399002 0.9 10 1 1 1 +v -2 0.9 10 1 1 1 +v -1.479521 0.9 9.699501 1 1 1 +v -2 0.9 9.399002 1 1 1 +v -1.699501 0.9 9.479521 1 1 1 +v -1.399002 0.2 10 1 1 1 +v -2 0.2 10 1 1 1 +v -2 0.2 9.399002 1 1 1 +v -1.699501 0.2 9.479521 1 1 1 +v -1.479521 0.2 9.699501 1 1 1 +v 8.432192 0 -2.703155 1 1 1 +v 8.44987 0.05 -2.733773 1 1 1 +v 8.625378 0 -2.754918 1 1 1 +v 8.594759 0.05 -2.772596 1 1 1 +v 8.573613 0 -2.948103 1 1 1 +v 8.555936 0.05 -2.917485 1 1 1 +v 8.714653 0 -2.452044 1 1 1 +v 8.611126 0 -2.065673 1 1 1 +v 8.653417 0.1 -2.416688 1 1 1 +v 8.57577 0.1 -2.126911 1 1 1 +v 8.224755 0 -2.169201 1 1 1 +v 8.285993 0.1 -2.204556 1 1 1 +v 8.006433 0 -5.071888 1 1 1 +v 8.031433 0.1 -5.096888 1 1 1 +v 8.206433 0 -5.071888 1 1 1 +v 8.181433 0.1 -5.096888 1 1 1 +v 8.031433 0.1 -5.246888 1 1 1 +v 8.181433 0.1 -5.246888 1 1 1 +v 8.206433 0 -5.271888 1 1 1 +v 8.006433 0 -5.271888 1 1 1 +v 8.328283 0 -2.555572 1 1 1 +v 8.363639 0.1 -2.494334 1 1 1 +v 8.380428 0 -2.89634 1 1 1 +v 8.411047 0.05 -2.878662 1 1 1 +v 8.49822 0.05 -5.74957 1 1 1 +v 8.710353 0.05 -5.537437 1 1 1 +v 8.286089 0.05 -5.537437 1 1 1 +v 8.49822 0.05 -5.325305 1 1 1 +v 8.215378 0 -5.537437 1 1 1 +v 8.49822 0 -5.254595 1 1 1 +v 8.097594 -2.887646E-15 -4.89041 1 1 1 +v 8.158832 0.05 -4.855054 1 1 1 +v 8.201121 -2.887646E-15 -4.504039 1 1 1 +v 8.236477 0.05 -4.565277 1 1 1 +v 8.49822 0 -5.820281 1 1 1 +v 8.781063 0 -5.537437 1 1 1 +v 8.483964 -2.887646E-15 -4.993937 1 1 1 +v 8.587492 -2.887646E-15 -4.607567 1 1 1 +v 8.448609 0.05 -4.9327 1 1 1 +v 8.526255 0.05 -4.642922 1 1 1 +v 9.199002 0.2 -4 1 1 1 +v 9.199002 0.9 -4 1 1 1 +v 10 0.9 -2 1 1 1 +v 9.399002 0.9 -6 1 1 1 +v 10 0.2 -2 1 1 1 +v 9.399002 0.2 -6 1 1 1 +v 2 0.9 9.399002 1 1 1 +v 2 0.9 10 1 1 1 +v 1.699501 0.9 9.479521 1 1 1 +v 1.399003 0.9 10 1 1 1 +v 1.479521 0.9 9.699501 1 1 1 +v 2 0.2 9.399002 1 1 1 +v 2 0.2 10 1 1 1 +v 1.399003 0.2 10 1 1 1 +v 1.479521 0.2 9.699501 1 1 1 +v 1.699501 0.2 9.479521 1 1 1 +v 1.399002 0.9 -10 1 1 1 +v 2 0.9 -10 1 1 1 +v 1.479521 0.9 -9.699501 1 1 1 +v 2 0.9 -9.399002 1 1 1 +v 1.699501 0.9 -9.479521 1 1 1 +v 1.399002 0.2 -10 1 1 1 +v 2 0.2 -10 1 1 1 +v 2 0.2 -9.399002 1 1 1 +v 1.699501 0.2 -9.479521 1 1 1 +v 1.479521 0.2 -9.699501 1 1 1 +v -5.296845 7.219114E-16 8.432192 1 1 1 +v -5.266227 0.05 8.449869 1 1 1 +v -5.245081 7.219114E-16 8.625377 1 1 1 +v -5.227404 0.05 8.594759 1 1 1 +v -5.051896 7.219114E-16 8.573613 1 1 1 +v -5.082515 0.05 8.555936 1 1 1 +v -5.547956 7.219114E-16 8.714653 1 1 1 +v -5.934326 7.219114E-16 8.611126 1 1 1 +v -5.583311 0.1 8.653416 1 1 1 +v -5.873089 0.1 8.57577 1 1 1 +v -5.830798 7.219114E-16 8.224755 1 1 1 +v -5.795443 0.1 8.285993 1 1 1 +v -2.928112 7.219114E-16 8.006433 1 1 1 +v -2.903112 0.1 8.031433 1 1 1 +v -2.928112 7.219114E-16 8.206433 1 1 1 +v -2.903112 0.1 8.181433 1 1 1 +v -2.753112 0.1 8.031433 1 1 1 +v -2.753112 0.1 8.181433 1 1 1 +v -2.728112 7.219114E-16 8.206433 1 1 1 +v -2.728112 7.219114E-16 8.006433 1 1 1 +v -5.444428 7.219114E-16 8.328283 1 1 1 +v -5.505665 0.1 8.363638 1 1 1 +v -5.10366 7.219114E-16 8.380428 1 1 1 +v -5.121337 0.05 8.411047 1 1 1 +v -2.25043 0.05 8.49822 1 1 1 +v -2.462562 0.05 8.710353 1 1 1 +v -2.462562 0.05 8.286089 1 1 1 +v -2.674695 0.05 8.49822 1 1 1 +v -2.462562 7.219114E-16 8.215378 1 1 1 +v -2.745405 7.219114E-16 8.49822 1 1 1 +v -3.10959 -2.165734E-15 8.097594 1 1 1 +v -3.144945 0.05 8.158832 1 1 1 +v -3.49596 -2.165734E-15 8.201122 1 1 1 +v -3.434723 0.05 8.236477 1 1 1 +v -2.179719 7.219114E-16 8.49822 1 1 1 +v -2.462562 7.219114E-16 8.781063 1 1 1 +v -3.006063 -2.165734E-15 8.483965 1 1 1 +v -3.392433 -2.165734E-15 8.587492 1 1 1 +v -3.0673 0.05 8.448609 1 1 1 +v -3.357077 0.05 8.526255 1 1 1 +v -6 0.2 9.399002 1 1 1 +v -4 0.2 9.199002 1 1 1 +v -6 0.9 9.399002 1 1 1 +v -4 0.9 9.199002 1 1 1 +v -2 0.9 10 1 1 1 +v -2 0.9 9.399002 1 1 1 +v -2 0.2 10 1 1 1 +v -2 0.2 9.399002 1 1 1 +v 2.703155 0 8.432192 1 1 1 +v 2.733773 0.05 8.449869 1 1 1 +v 2.754919 0 8.625377 1 1 1 +v 2.772596 0.05 8.594759 1 1 1 +v 2.948104 0 8.573613 1 1 1 +v 2.917485 0.05 8.555936 1 1 1 +v 2.452044 0 8.714653 1 1 1 +v 2.065674 0 8.611126 1 1 1 +v 2.416689 0.1 8.653416 1 1 1 +v 2.126911 0.1 8.57577 1 1 1 +v 2.169202 0 8.224755 1 1 1 +v 2.204557 0.1 8.285993 1 1 1 +v 5.071888 0 8.006433 1 1 1 +v 5.096889 0.1 8.031433 1 1 1 +v 5.071888 0 8.206433 1 1 1 +v 5.096889 0.1 8.181433 1 1 1 +v 5.246888 0.1 8.031433 1 1 1 +v 5.246888 0.1 8.181433 1 1 1 +v 5.271888 0 8.206433 1 1 1 +v 5.271888 0 8.006433 1 1 1 +v 2.555572 0 8.328283 1 1 1 +v 2.494335 0.1 8.363638 1 1 1 +v 2.89634 0 8.380428 1 1 1 +v 2.878663 0.05 8.411047 1 1 1 +v 5.74957 0.05 8.49822 1 1 1 +v 5.537437 0.05 8.710353 1 1 1 +v 5.537437 0.05 8.286089 1 1 1 +v 5.325305 0.05 8.49822 1 1 1 +v 5.537437 0 8.215378 1 1 1 +v 5.254595 0 8.49822 1 1 1 +v 4.89041 -2.887646E-15 8.097594 1 1 1 +v 4.855055 0.05 8.158832 1 1 1 +v 4.50404 -2.887646E-15 8.201122 1 1 1 +v 4.565277 0.05 8.236477 1 1 1 +v 5.820281 0 8.49822 1 1 1 +v 5.537437 0 8.781063 1 1 1 +v 4.993937 -2.887646E-15 8.483965 1 1 1 +v 4.607567 -2.887646E-15 8.587492 1 1 1 +v 4.9327 0.05 8.448609 1 1 1 +v 4.642922 0.05 8.526255 1 1 1 +v 4 0.2 9.199002 1 1 1 +v 4 0.9 9.199002 1 1 1 +v 5.296845 3.609557E-16 -8.432192 1 1 1 +v 5.266227 0.05 -8.449869 1 1 1 +v 5.245081 3.609557E-16 -8.625377 1 1 1 +v 5.227404 0.05 -8.594759 1 1 1 +v 5.051896 3.609557E-16 -8.573613 1 1 1 +v 5.082515 0.05 -8.555936 1 1 1 +v 5.547956 3.609557E-16 -8.714653 1 1 1 +v 5.934326 3.609557E-16 -8.611126 1 1 1 +v 5.583311 0.1 -8.653416 1 1 1 +v 5.873089 0.1 -8.57577 1 1 1 +v 5.830798 3.609557E-16 -8.224755 1 1 1 +v 5.795443 0.1 -8.285993 1 1 1 +v 2.928112 3.609557E-16 -8.006433 1 1 1 +v 2.903112 0.1 -8.031433 1 1 1 +v 2.928112 3.609557E-16 -8.206433 1 1 1 +v 2.903112 0.1 -8.181433 1 1 1 +v 2.753112 0.1 -8.031433 1 1 1 +v 2.753112 0.1 -8.181433 1 1 1 +v 2.728112 3.609557E-16 -8.206433 1 1 1 +v 2.728112 3.609557E-16 -8.006433 1 1 1 +v 5.444428 3.609557E-16 -8.328283 1 1 1 +v 5.505665 0.1 -8.363638 1 1 1 +v 5.10366 3.609557E-16 -8.380428 1 1 1 +v 5.121337 0.05 -8.411047 1 1 1 +v 2.25043 0.05 -8.49822 1 1 1 +v 2.462562 0.05 -8.710353 1 1 1 +v 2.462562 0.05 -8.286089 1 1 1 +v 2.674695 0.05 -8.49822 1 1 1 +v 2.462562 3.609557E-16 -8.215378 1 1 1 +v 2.745405 3.609557E-16 -8.49822 1 1 1 +v 3.10959 -2.52669E-15 -8.097594 1 1 1 +v 3.144945 0.05 -8.158832 1 1 1 +v 3.49596 -2.52669E-15 -8.201122 1 1 1 +v 3.434723 0.05 -8.236477 1 1 1 +v 2.179719 3.609557E-16 -8.49822 1 1 1 +v 2.462562 3.609557E-16 -8.781063 1 1 1 +v 3.006063 -2.52669E-15 -8.483965 1 1 1 +v 3.392433 -2.52669E-15 -8.587492 1 1 1 +v 3.0673 0.05 -8.448609 1 1 1 +v 3.357077 0.05 -8.526255 1 1 1 +v 6 0.2 -9.399002 1 1 1 +v 4 0.2 -9.199002 1 1 1 +v 6 0.9 -9.399002 1 1 1 +v 4 0.9 -9.199002 1 1 1 +v 6 0.9 -10 1 1 1 +v 6 0.2 -10 1 1 1 +v -2.703155 6.411861E-31 -8.432192 1 1 1 +v -2.733773 0.05 -8.449869 1 1 1 +v -2.754919 6.411861E-31 -8.625377 1 1 1 +v -2.772596 0.05 -8.594759 1 1 1 +v -2.948104 6.411861E-31 -8.573613 1 1 1 +v -2.917485 0.05 -8.555936 1 1 1 +v -2.452044 6.411861E-31 -8.714653 1 1 1 +v -2.065674 6.411861E-31 -8.611126 1 1 1 +v -2.416689 0.1 -8.653416 1 1 1 +v -2.126911 0.1 -8.57577 1 1 1 +v -2.169202 6.411861E-31 -8.224755 1 1 1 +v -2.204557 0.1 -8.285993 1 1 1 +v -5.071888 6.411861E-31 -8.006433 1 1 1 +v -5.096889 0.1 -8.031433 1 1 1 +v -5.071888 6.411861E-31 -8.206433 1 1 1 +v -5.096889 0.1 -8.181433 1 1 1 +v -5.246888 0.1 -8.031433 1 1 1 +v -5.246888 0.1 -8.181433 1 1 1 +v -5.271888 6.411861E-31 -8.206433 1 1 1 +v -5.271888 6.411861E-31 -8.006433 1 1 1 +v -2.555572 6.411861E-31 -8.328283 1 1 1 +v -2.494335 0.1 -8.363638 1 1 1 +v -2.89634 6.411861E-31 -8.380428 1 1 1 +v -2.878663 0.05 -8.411047 1 1 1 +v -5.74957 0.05 -8.49822 1 1 1 +v -5.537437 0.05 -8.710353 1 1 1 +v -5.537437 0.05 -8.286089 1 1 1 +v -5.325305 0.05 -8.49822 1 1 1 +v -5.537437 6.411861E-31 -8.215378 1 1 1 +v -5.254595 6.411861E-31 -8.49822 1 1 1 +v -4.89041 -2.887646E-15 -8.097594 1 1 1 +v -4.855055 0.05 -8.158832 1 1 1 +v -4.50404 -2.887646E-15 -8.201122 1 1 1 +v -4.565277 0.05 -8.236477 1 1 1 +v -5.820281 6.411861E-31 -8.49822 1 1 1 +v -5.537437 6.411861E-31 -8.781063 1 1 1 +v -4.993937 -2.887646E-15 -8.483965 1 1 1 +v -4.607567 -2.887646E-15 -8.587492 1 1 1 +v -4.9327 0.05 -8.448609 1 1 1 +v -4.642922 0.05 -8.526255 1 1 1 +v -4 0.2 -9.199002 1 1 1 +v -4 0.9 -9.199002 1 1 1 +v -8.432192 0 -5.296845 1 1 1 +v -8.449869 0.05 -5.266226 1 1 1 +v -8.625377 0 -5.245081 1 1 1 +v -8.594758 0.05 -5.227404 1 1 1 +v -8.573613 0 -5.051896 1 1 1 +v -8.555935 0.05 -5.082515 1 1 1 +v -8.714653 0 -5.547956 1 1 1 +v -8.611125 0 -5.934326 1 1 1 +v -8.653416 0.1 -5.583311 1 1 1 +v -8.575769 0.1 -5.873089 1 1 1 +v -8.224755 0 -5.830798 1 1 1 +v -8.285992 0.1 -5.795443 1 1 1 +v -8.006433 0 -2.928111 1 1 1 +v -8.031433 0.1 -2.903111 1 1 1 +v -8.206433 0 -2.928111 1 1 1 +v -8.181433 0.1 -2.903111 1 1 1 +v -8.031433 0.1 -2.753111 1 1 1 +v -8.181433 0.1 -2.753111 1 1 1 +v -8.206433 0 -2.728111 1 1 1 +v -8.006433 0 -2.728111 1 1 1 +v -8.328282 0 -5.444428 1 1 1 +v -8.363638 0.1 -5.505665 1 1 1 +v -8.380427 0 -5.10366 1 1 1 +v -8.411046 0.05 -5.121337 1 1 1 +v -8.49822 0.05 -2.25043 1 1 1 +v -8.710353 0.05 -2.462562 1 1 1 +v -8.286089 0.05 -2.462562 1 1 1 +v -8.49822 0.05 -2.674694 1 1 1 +v -8.215378 0 -2.462562 1 1 1 +v -8.49822 0 -2.745405 1 1 1 +v -8.097594 -2.887646E-15 -3.10959 1 1 1 +v -8.158832 0.05 -3.144945 1 1 1 +v -8.201121 -2.887646E-15 -3.49596 1 1 1 +v -8.236477 0.05 -3.434723 1 1 1 +v -8.49822 0 -2.179719 1 1 1 +v -8.781063 0 -2.462562 1 1 1 +v -8.483964 -2.887646E-15 -3.006062 1 1 1 +v -8.587492 -2.887646E-15 -3.392432 1 1 1 +v -8.448609 0.05 -3.067299 1 1 1 +v -8.526255 0.05 -3.357077 1 1 1 +v -9.199002 0.2 -4 1 1 1 +v -9.199002 0.9 -4 1 1 1 +v -2 0 -6 1 1 1 +v -2 0 -2 1 1 1 +v -2 0 -10 1 1 1 +v -2 0 10 1 1 1 +v 2 0 2 1 1 1 +v 2 0 6 1 1 1 +v 10 0 -2 1 1 1 +v 6 0 -6 1 1 1 +v 6 0 -2 1 1 1 +v 10 0 2 1 1 1 +v 6 0 2 1 1 1 +v 2 0 10 1 1 1 +v -10 0 6 1 1 1 +v 6 0 -10 1 1 1 +v 2 0 -10 1 1 1 +v 2 0 -6 1 1 1 +v 3.204504 0 -2.444909 1 1 1 +v 3.39769 0 -2.496672 1 1 1 +v 3.235123 0.05 -2.427231 1 1 1 +v 3.380012 0.05 -2.466053 1 1 1 +v 3.256268 0 -2.251723 1 1 1 +v 3.273946 0.05 -2.282342 1 1 1 +v 2.81778 0 -3.510407 1 1 1 +v 2.853136 0.1 -3.44917 1 1 1 +v 2.714253 0 -3.124037 1 1 1 +v 2.77549 0.1 -3.159393 1 1 1 +v 3.449453 0 -2.303487 1 1 1 +v 3.418835 0.05 -2.321165 1 1 1 +v 3.20415 0 -3.40688 1 1 1 +v 3.100623 0 -3.020509 1 1 1 +v 3.142913 0.1 -3.371525 1 1 1 +v 3.065268 0.1 -3.081747 1 1 1 +v 2.580365 -1.23143E-17 -3.11504 1 1 1 +v 2.193995 -1.23143E-17 -3.011513 1 1 1 +v 2.519128 0.1 -3.150395 1 1 1 +v 2.22935 0.1 -3.07275 1 1 1 +v 2.476838 -1.23143E-17 -3.50141 1 1 1 +v 2.441482 0.1 -3.440173 1 1 1 +v 2.090467 -1.23143E-17 -3.397883 1 1 1 +v 2.151705 0.1 -3.362527 1 1 1 +v 1.185125 0.05 -0.4941864 1 1 1 +v 1.14977 -1.23143E-17 -0.4329491 1 1 1 +v 1.10748 0.05 -0.7839642 1 1 1 +v 1.046242 -1.23143E-17 -0.8193195 1 1 1 +v 1.047238 -1.23143E-17 -1.219667 1 1 1 +v 1.047238 -1.23143E-17 -1.019667 1 1 1 +v 1.022238 0.1 -1.194667 1 1 1 +v 1.022238 0.1 -1.044667 1 1 1 +v 0.8472378 -1.23143E-17 -1.219667 1 1 1 +v 0.8722378 0.1 -1.194667 1 1 1 +v 0.8472378 -1.23143E-17 -1.019667 1 1 1 +v 0.8722378 0.1 -1.044667 1 1 1 +v 1.432613 -1.23143E-17 -0.922847 1 1 1 +v 1.397257 0.05 -0.8616099 1 1 1 +v 1.53614 -1.23143E-17 -0.5364769 1 1 1 +v 1.474903 0.05 -0.5718322 1 1 1 +v 4.422335 -1.23143E-17 -4.939075 1 1 1 +v 4.422335 -1.23143E-17 -4.739076 1 1 1 +v 4.397335 0.1 -4.914076 1 1 1 +v 4.397335 0.1 -4.764076 1 1 1 +v 4.807709 -1.23143E-17 -4.642255 1 1 1 +v 4.772354 0.05 -4.581018 1 1 1 +v 4.421339 -1.23143E-17 -4.538728 1 1 1 +v 4.482576 0.05 -4.503372 1 1 1 +v 5.307259 -1.23143E-17 -3.523119 1 1 1 +v 4.920889 -1.23143E-17 -3.626647 1 1 1 +v 5.271904 0.1 -3.584356 1 1 1 +v 4.982126 0.1 -3.662002 1 1 1 +v 4.222335 -1.23143E-17 -4.939075 1 1 1 +v 4.247334 0.1 -4.914076 1 1 1 +v 4.911237 -1.23143E-17 -4.255885 1 1 1 +v 4.524867 -1.23143E-17 -4.152358 1 1 1 +v 4.849999 0.05 -4.291241 1 1 1 +v 4.560222 0.05 -4.213594 1 1 1 +v 5.237098 0.1 -5.250572 1 1 1 +v 4.956465 0.1 -5.144529 1 1 1 +v 5.131056 0.1 -5.531205 1 1 1 +v 4.850423 0.1 -5.425162 1 1 1 +v 4.222335 -1.23143E-17 -4.739076 1 1 1 +v 4.247334 0.1 -4.764076 1 1 1 +v 5.349549 0.1 -3.874134 1 1 1 +v 5.059772 0.1 -3.951779 1 1 1 +v 5.024416 -1.23143E-17 -4.013017 1 1 1 +v 5.410787 -1.23143E-17 -3.909489 1 1 1 +v 4.785976 -1.23143E-17 -5.454261 1 1 1 +v 5.160154 -1.23143E-17 -5.595651 1 1 1 +v 4.927366 -1.23143E-17 -5.080084 1 1 1 +v 5.301544 -1.23143E-17 -5.221474 1 1 1 +v -0.8321285 -1.23143E-17 1.168736 1 1 1 +v -1.218499 -1.23143E-17 1.272263 1 1 1 +v -0.8933659 0.05 1.13338 1 1 1 +v -1.183144 0.05 1.211026 1 1 1 +v -0.9710116 0.05 0.8436024 1 1 1 +v -1.260789 0.05 0.9212482 1 1 1 +v -0.9356561 -1.23143E-17 0.7823651 1 1 1 +v -1.322026 -1.23143E-17 0.8858929 1 1 1 +v -0.7629218 -1.23143E-17 0.5152733 1 1 1 +v -0.9561069 -1.23143E-17 0.5670371 1 1 1 +v -0.7935402 0.05 0.4975955 1 1 1 +v -0.9384291 0.05 0.5364184 1 1 1 +v -1.00787 -1.23143E-17 0.373852 1 1 1 +v -0.977252 0.05 0.3915296 1 1 1 +v -0.8146853 -1.23143E-17 0.322088 1 1 1 +v -0.8323631 0.05 0.3527067 1 1 1 +v 5.184716 0.05 0.9702461 1 1 1 +v 5.039827 0.05 1.009069 1 1 1 +v 5.145893 0.05 0.8253572 1 1 1 +v 5.001004 0.05 0.8641801 1 1 1 +v 4.970386 -1.23143E-17 0.8465025 1 1 1 +v 5.163571 -1.23143E-17 0.7947388 1 1 1 +v 5.215335 -1.23143E-17 0.9879239 1 1 1 +v 5.02215 -1.23143E-17 1.039688 1 1 1 +v -0.2531424 -1.23143E-17 -3.885774 1 1 1 +v -1.412253 -1.23143E-17 -4.196357 1 1 1 +v -0.3592083 0.1 -4.069485 1 1 1 +v -1.228542 0.1 -4.302423 1 1 1 +v -0.7140787 0.1 -3.546816 1 1 1 +v -0.7140787 0.1 -3.246816 1 1 1 +v -1.014079 0.1 -3.546816 1 1 1 +v -1.014079 0.1 -3.246816 1 1 1 +v -0.664079 -1.23143E-17 -3.596816 1 1 1 +v -0.664079 -1.23143E-17 -3.196816 1 1 1 +v -1.064079 -1.23143E-17 -3.596816 1 1 1 +v -0.4177868 -1.23143E-17 -3.533029 1 1 1 +v -0.2953122 0.2 -3.462318 1 1 1 +v -0.2107315 -1.23143E-17 -2.760288 1 1 1 +v -0.1400211 0.2 -2.882763 1 1 1 +v 0.562009 -1.23143E-17 -2.967343 1 1 1 +v 0.4395345 0.2 -3.038054 1 1 1 +v 0.0574404 -1.23143E-17 -5.044885 1 1 1 +v -0.1262712 0.1 -4.938819 1 1 1 +v -0.9956045 0.1 -5.171756 1 1 1 +v -1.101671 -1.23143E-17 -5.355468 1 1 1 +v -1.064079 -1.23143E-17 -3.196816 1 1 1 +v 0.2842432 0.2 -3.61761 1 1 1 +v 0.3549539 -1.23143E-17 -3.740084 1 1 1 +v 2.767711 0.2 -2.767711 1 1 1 +v 2.767711 0.2 -1.232289 1 1 1 +v 2.895663 0.2 -2 1 1 1 +v 2 0.2 -2.895663 1 1 1 +v 2 0.2 -1.104337 1 1 1 +v 1.232289 0.2 -2.767711 1 1 1 +v 1.232289 0.2 -1.232289 1 1 1 +v 1.104337 0.2 -2 1 1 1 +v 2.767711 1.025898E-29 -2.767711 1 1 1 +v 2.895663 1.025898E-29 -2 1 1 1 +v 2 1.025898E-29 -2.895663 1 1 1 +v 1.232289 1.025898E-29 -2.767711 1 1 1 +v 1.104337 1.025898E-29 -2 1 1 1 +v 1.232289 1.025898E-29 -1.232289 1 1 1 +v 2 1.025898E-29 -1.104337 1 1 1 +v 2.767711 1.025898E-29 -1.232289 1 1 1 +v 3.774421 0 4.172104 1 1 1 +v 2.61531 0 3.861521 1 1 1 +v 3.668355 0.1 3.988392 1 1 1 +v 2.799022 0.1 3.755455 1 1 1 +v 5.211001 0.1 3.093738 1 1 1 +v 4.930368 0.1 3.19978 1 1 1 +v 5.104959 0.1 2.813104 1 1 1 +v 4.824326 0.1 2.919147 1 1 1 +v 3.901292 0.1 3.119059 1 1 1 +v 3.031959 0.1 2.886122 1 1 1 +v 3.609777 0 4.524849 1 1 1 +v 3.732251 0.2 4.59556 1 1 1 +v 3.816832 0 5.29759 1 1 1 +v 3.887543 0.2 5.175115 1 1 1 +v 4.467098 0.2 5.019824 1 1 1 +v 4.311807 0.2 4.440269 1 1 1 +v 4.589572 0 5.090534 1 1 1 +v 4.085004 0 3.012993 1 1 1 +v 2.925893 0 2.70241 1 1 1 +v 2.772713 0.05 5.335641 1 1 1 +v 2.482935 0.05 5.413287 1 1 1 +v 2.695067 0.05 5.045863 1 1 1 +v 2.40529 0.05 5.123509 1 1 1 +v 2.44758 0 5.474524 1 1 1 +v 2.344052 0 5.088154 1 1 1 +v 2.83395 0 5.370996 1 1 1 +v 2.730422 0 4.984626 1 1 1 +v 4.75988 0 2.890049 1 1 1 +v 4.90127 0 3.264226 1 1 1 +v 5.134058 0 2.748658 1 1 1 +v 5.275447 0 3.122836 1 1 1 +v 5.385044 0 5.396792 1 1 1 +v 5.578229 0 5.345028 1 1 1 +v 5.415662 0.05 5.41447 1 1 1 +v 5.560551 0.05 5.375647 1 1 1 +v 5.599374 0.05 5.520535 1 1 1 +v 5.454485 0.05 5.559359 1 1 1 +v 4.382517 0 4.317794 1 1 1 +v 5.629992 0 5.538213 1 1 1 +v 5.436808 0 5.589977 1 1 1 +v 3.069483 0 2.279793 1 1 1 +v 3.262668 0 2.228029 1 1 1 +v 3.100101 0.05 2.297471 1 1 1 +v 3.24499 0.05 2.258648 1 1 1 +v 3.283813 0.05 2.403537 1 1 1 +v 3.138924 0.05 2.44236 1 1 1 +v 3.121247 0 2.472979 1 1 1 +v 3.314432 0 2.421215 1 1 1 +v 3.313485 0.1 4.511062 1 1 1 +v 3.313485 0.1 4.811062 1 1 1 +v 3.013485 0.1 4.511062 1 1 1 +v 3.013485 0.1 4.811062 1 1 1 +v 3.363485 0 4.461062 1 1 1 +v 3.363485 0 4.861062 1 1 1 +v 2.963485 0 4.461062 1 1 1 +v 2.963485 0 4.861062 1 1 1 +v 4.196238 0 3.405234 1 1 1 +v 4.221238 0.1 3.430234 1 1 1 +v 4.196238 0 3.605234 1 1 1 +v 4.221238 0.1 3.580234 1 1 1 +v 4.371238 0.1 3.430234 1 1 1 +v 4.371238 0.1 3.580234 1 1 1 +v 4.396238 0 3.405234 1 1 1 +v 4.396238 0 3.605234 1 1 1 +v 4.823903 0.05 4.053069 1 1 1 +v 4.534125 0.05 4.130715 1 1 1 +v 4.746257 0.05 3.763292 1 1 1 +v 4.45648 0.05 3.840937 1 1 1 +v 4.49877 0 4.191952 1 1 1 +v 4.395242 0 3.805582 1 1 1 +v 5.323452 0.1 4.470176 1 1 1 +v 5.245807 0.1 4.759953 1 1 1 +v 5.033675 0.1 4.39253 1 1 1 +v 4.956029 0.1 4.682308 1 1 1 +v 5.38469 0 4.434821 1 1 1 +v 5.281162 0 4.821191 1 1 1 +v 4.88514 0 4.088425 1 1 1 +v 4.781612 0 3.702054 1 1 1 +v 4.894792 0 4.717663 1 1 1 +v 4.99832 0 4.331293 1 1 1 +v -0.2255788 0 -7.827896 1 1 1 +v -1.38469 0 -8.138478 1 1 1 +v -0.3316448 0.1 -8.011607 1 1 1 +v -1.200978 0.1 -8.244545 1 1 1 +v 1.211001 0.1 -8.906262 1 1 1 +v 0.9303683 0.1 -8.80022 1 1 1 +v 1.104959 0.1 -9.186895 1 1 1 +v 0.8243259 0.1 -9.080853 1 1 1 +v -0.09870771 0.1 -8.88094 1 1 1 +v -0.9680409 0.1 -9.113878 1 1 1 +v -0.3902232 0 -7.475151 1 1 1 +v -0.2677487 0.2 -7.40444 1 1 1 +v -0.183168 0 -6.70241 1 1 1 +v -0.1124573 0.2 -6.824885 1 1 1 +v 0.4670982 0.2 -6.980176 1 1 1 +v 0.3118067 0.2 -7.559731 1 1 1 +v 0.5895726 0 -6.909466 1 1 1 +v 0.08500402 0 -8.987007 1 1 1 +v -1.074107 0 -9.297589 1 1 1 +v -1.227287 0.05 -6.664359 1 1 1 +v -1.517065 0.05 -6.586713 1 1 1 +v -1.304933 0.05 -6.954137 1 1 1 +v -1.59471 0.05 -6.876491 1 1 1 +v -1.55242 0 -6.525476 1 1 1 +v -1.655948 0 -6.911846 1 1 1 +v -1.16605 0 -6.629004 1 1 1 +v -1.269577 0 -7.015374 1 1 1 +v 0.7598799 0 -9.109952 1 1 1 +v 0.9012698 0 -8.735774 1 1 1 +v 1.134058 0 -9.251342 1 1 1 +v 1.275447 0 -8.877164 1 1 1 +v 1.385044 0 -6.603208 1 1 1 +v 1.578229 0 -6.654972 1 1 1 +v 1.415662 0.05 -6.58553 1 1 1 +v 1.560551 0.05 -6.624353 1 1 1 +v 1.599374 0.05 -6.479465 1 1 1 +v 1.454485 0.05 -6.440641 1 1 1 +v 0.3825174 0 -7.682206 1 1 1 +v 1.629993 0 -6.461787 1 1 1 +v 1.436807 0 -6.410023 1 1 1 +v -0.9305171 0 -9.720207 1 1 1 +v -0.737332 0 -9.771971 1 1 1 +v -0.8998985 0.05 -9.702529 1 1 1 +v -0.7550097 0.05 -9.741352 1 1 1 +v -0.7161868 0.05 -9.596463 1 1 1 +v -0.8610756 0.05 -9.55764 1 1 1 +v -0.8787533 0 -9.527021 1 1 1 +v -0.6855682 0 -9.578785 1 1 1 +v -0.6865153 0.1 -7.488938 1 1 1 +v -0.6865153 0.1 -7.188938 1 1 1 +v -0.9865153 0.1 -7.488938 1 1 1 +v -0.9865153 0.1 -7.188938 1 1 1 +v -0.6365153 0 -7.538938 1 1 1 +v -0.6365153 0 -7.138938 1 1 1 +v -1.036515 0 -7.538938 1 1 1 +v -1.036515 0 -7.138938 1 1 1 +v 0.1962378 0 -8.594766 1 1 1 +v 0.2212377 0.1 -8.569766 1 1 1 +v 0.1962378 0 -8.394766 1 1 1 +v 0.2212377 0.1 -8.419766 1 1 1 +v 0.3712378 0.1 -8.569766 1 1 1 +v 0.3712378 0.1 -8.419766 1 1 1 +v 0.3962377 0 -8.594766 1 1 1 +v 0.3962377 0 -8.394766 1 1 1 +v 0.823903 0.05 -7.946931 1 1 1 +v 0.5341253 0.05 -7.869285 1 1 1 +v 0.7462572 0.05 -8.236709 1 1 1 +v 0.4564795 0.05 -8.159062 1 1 1 +v 0.4987699 0 -7.808048 1 1 1 +v 0.3952423 0 -8.194418 1 1 1 +v 1.323453 0.1 -7.529824 1 1 1 +v 1.245807 0.1 -7.240047 1 1 1 +v 1.033675 0.1 -7.60747 1 1 1 +v 0.9560292 0.1 -7.317692 1 1 1 +v 1.38469 0 -7.565179 1 1 1 +v 1.281162 0 -7.178809 1 1 1 +v 0.8851402 0 -7.911575 1 1 1 +v 0.7816126 0 -8.297946 1 1 1 +v 0.894792 0 -7.282337 1 1 1 +v 0.9983196 0 -7.668707 1 1 1 +v -4.225579 0 0.1721042 1 1 1 +v -5.38469 0 -0.1384787 1 1 1 +v -4.331645 0.1 -0.01160757 1 1 1 +v -5.200978 0.1 -0.2445447 1 1 1 +v -2.788999 0.1 -0.9062624 1 1 1 +v -3.069632 0.1 -0.80022 1 1 1 +v -2.895041 0.1 -1.186896 1 1 1 +v -3.175674 0.1 -1.080853 1 1 1 +v -4.098708 0.1 -0.8809408 1 1 1 +v -4.968041 0.1 -1.113878 1 1 1 +v -4.390223 0 0.5248491 1 1 1 +v -4.267749 0.2 0.5955597 1 1 1 +v -4.183168 0 1.29759 1 1 1 +v -4.112457 0.2 1.175115 1 1 1 +v -3.532902 0.2 1.019824 1 1 1 +v -3.688193 0.2 0.4402683 1 1 1 +v -3.410427 0 1.090534 1 1 1 +v -3.914996 0 -0.9870068 1 1 1 +v -5.074107 0 -1.29759 1 1 1 +v -5.227287 0.05 1.335641 1 1 1 +v -5.517065 0.05 1.413287 1 1 1 +v -5.304933 0.05 1.045863 1 1 1 +v -5.59471 0.05 1.123509 1 1 1 +v -5.55242 0 1.474524 1 1 1 +v -5.655948 0 1.088154 1 1 1 +v -5.16605 0 1.370996 1 1 1 +v -5.269578 0 0.9846259 1 1 1 +v -3.24012 0 -1.109952 1 1 1 +v -3.09873 0 -0.735774 1 1 1 +v -2.865942 0 -1.251342 1 1 1 +v -2.724553 0 -0.8771639 1 1 1 +v -2.614956 0 1.396792 1 1 1 +v -2.421771 0 1.345028 1 1 1 +v -2.584338 0.05 1.41447 1 1 1 +v -2.439449 0.05 1.375647 1 1 1 +v -2.400626 0.05 1.520536 1 1 1 +v -2.545515 0.05 1.559358 1 1 1 +v -3.617483 0 0.3177938 1 1 1 +v -2.370008 0 1.538213 1 1 1 +v -2.563193 0 1.589977 1 1 1 +v -4.930517 0 -1.720207 1 1 1 +v -4.737332 0 -1.771971 1 1 1 +v -4.899899 0.05 -1.702529 1 1 1 +v -4.75501 0.05 -1.741352 1 1 1 +v -4.716187 0.05 -1.596463 1 1 1 +v -4.861075 0.05 -1.55764 1 1 1 +v -4.878753 0 -1.527022 1 1 1 +v -4.685568 0 -1.578785 1 1 1 +v -4.686515 0.1 0.5110617 1 1 1 +v -4.686515 0.1 0.8110617 1 1 1 +v -4.986515 0.1 0.5110617 1 1 1 +v -4.986515 0.1 0.8110617 1 1 1 +v -4.636515 0 0.4610618 1 1 1 +v -4.636515 0 0.8610617 1 1 1 +v -5.036515 0 0.4610618 1 1 1 +v -5.036515 0 0.8610617 1 1 1 +v -3.803762 0 -0.594766 1 1 1 +v -3.778762 0.1 -0.569766 1 1 1 +v -3.803762 0 -0.394766 1 1 1 +v -3.778762 0.1 -0.419766 1 1 1 +v -3.628762 0.1 -0.569766 1 1 1 +v -3.628762 0.1 -0.419766 1 1 1 +v -3.603762 0 -0.594766 1 1 1 +v -3.603762 0 -0.394766 1 1 1 +v -3.176097 0.05 0.05306925 1 1 1 +v -3.465875 0.05 0.130715 1 1 1 +v -3.253743 0.05 -0.2367085 1 1 1 +v -3.54352 0.05 -0.1590628 1 1 1 +v -3.50123 0 0.1919522 1 1 1 +v -3.604758 0 -0.1944181 1 1 1 +v -2.676548 0.1 0.4701758 1 1 1 +v -2.754193 0.1 0.7599536 1 1 1 +v -2.966325 0.1 0.3925301 1 1 1 +v -3.043971 0.1 0.6823078 1 1 1 +v -2.61531 0 0.4348205 1 1 1 +v -2.718838 0 0.8211908 1 1 1 +v -3.11486 0 0.08842458 1 1 1 +v -3.218387 0 -0.2979457 1 1 1 +v -3.105208 0 0.7176632 1 1 1 +v -3.00168 0 0.3312929 1 1 1 +v 6 3 -10 1 1 1 +v 7.530734 3 -9.695518 1 1 1 +v 6 3 -9.6 1 1 1 +v 7.37766 3 -9.325966 1 1 1 +v 8.828427 3 -8.828427 1 1 1 +v 8.545585 3 -8.545585 1 1 1 +v 9.695518 3 -7.530734 1 1 1 +v 9.325967 3 -7.377661 1 1 1 +v 10 3 -6 1 1 1 +v 9.6 3 -6 1 1 1 +v 6 0.9 -9.6 1 1 1 +v 7.37766 0.9 -9.325966 1 1 1 +v 8.545585 0.9 -8.545585 1 1 1 +v 9.325967 0.9 -7.377661 1 1 1 +v 9.6 0.9 -6 1 1 1 +v 6 0 -8.998005 1 1 1 +v 7.530734 0 -9.695518 1 1 1 +v 7.147286 0 -8.769795 1 1 1 +v 9.695518 0 -7.530734 1 1 1 +v 8.119909 0 -8.119909 1 1 1 +v 8.769795 0 -7.147287 1 1 1 +v 8.998005 0 -6 1 1 1 +v 6 0.2 -8.998005 1 1 1 +v 7.147286 0.2 -8.769795 1 1 1 +v 8.119909 0.2 -8.119909 1 1 1 +v 8.769795 0.2 -7.147287 1 1 1 +v 8.998005 0.2 -6 1 1 1 +v 7.539527 0.2 -8.483707 1 1 1 +v 7.539527 0 -8.483707 1 1 1 +v 7.919159 0.2 -8.992029 1 1 1 +v 7.919159 0 -8.992029 1 1 1 +v 8.298758 0 -7.526624 1 1 1 +v 7.838695 0 -7.838695 1 1 1 +v 8.298758 0.2 -7.526624 1 1 1 +v 7.838695 0.2 -7.838695 1 1 1 +v 7.526624 0 -8.298758 1 1 1 +v 7.526624 0.2 -8.298758 1 1 1 +v 8.483707 0 -7.539528 1 1 1 +v 8.483707 0.2 -7.539528 1 1 1 +v 8.992028 0 -7.91916 1 1 1 +v 8.992028 0.2 -7.91916 1 1 1 +v 9.23671 1.509087 -7.511242 1 1 1 +v 9.022588 1.509087 -7.831699 1 1 1 +v 9.195136 1.509087 -7.483464 1 1 1 +v 8.981014 1.509087 -7.803921 1 1 1 +v 9.022588 1.809087 -7.831699 1 1 1 +v 9.23671 1.809087 -7.511242 1 1 1 +v 8.981014 1.809087 -7.803921 1 1 1 +v 9.195136 1.809087 -7.483464 1 1 1 +v 8.953236 1.559087 -7.845494 1 1 1 +v 8.994809 1.559087 -7.873272 1 1 1 +v 8.953236 1.759087 -7.845494 1 1 1 +v 8.994809 1.759087 -7.873272 1 1 1 +v 9.264488 1.559087 -7.469669 1 1 1 +v 9.222915 1.559087 -7.44189 1 1 1 +v 9.264488 1.759087 -7.469669 1 1 1 +v 9.222915 1.759087 -7.44189 1 1 1 +v 9.472849 2.236932 -6.639235 1 1 1 +v 9.397658 2.236932 -7.01724 1 1 1 +v 9.423809 2.236932 -6.62948 1 1 1 +v 9.348619 2.236932 -7.007485 1 1 1 +v 9.397658 2.536932 -7.01724 1 1 1 +v 9.472849 2.536932 -6.639235 1 1 1 +v 9.348619 2.536932 -7.007485 1 1 1 +v 9.423809 2.536932 -6.62948 1 1 1 +v 9.338865 2.286932 -7.056524 1 1 1 +v 9.387904 2.286932 -7.066278 1 1 1 +v 9.338865 2.486932 -7.056524 1 1 1 +v 9.387904 2.486932 -7.066278 1 1 1 +v 9.482603 2.286932 -6.590196 1 1 1 +v 9.433564 2.286932 -6.580441 1 1 1 +v 9.482603 2.486932 -6.590196 1 1 1 +v 9.433564 2.486932 -6.580441 1 1 1 +v 9.534067 1.759764 -6.33147 1 1 1 +v 9.458877 1.759764 -6.709475 1 1 1 +v 9.485027 1.759764 -6.321716 1 1 1 +v 9.409838 1.759764 -6.69972 1 1 1 +v 9.458877 2.059764 -6.709475 1 1 1 +v 9.534067 2.059764 -6.33147 1 1 1 +v 9.409838 2.059764 -6.69972 1 1 1 +v 9.485027 2.059764 -6.321716 1 1 1 +v 9.400084 1.809764 -6.74876 1 1 1 +v 9.449122 1.809764 -6.758514 1 1 1 +v 9.400084 2.009764 -6.74876 1 1 1 +v 9.449122 2.009764 -6.758514 1 1 1 +v 9.543821 1.809764 -6.282431 1 1 1 +v 9.494782 1.809764 -6.272676 1 1 1 +v 9.543821 2.009764 -6.282431 1 1 1 +v 9.494782 2.009764 -6.272676 1 1 1 +v 6.925667 1.55972 -9.415874 1 1 1 +v 6.547663 1.55972 -9.491063 1 1 1 +v 6.915913 1.55972 -9.366835 1 1 1 +v 6.537908 1.55972 -9.442024 1 1 1 +v 6.925667 1.85972 -9.415874 1 1 1 +v 6.915913 1.85972 -9.366835 1 1 1 +v 6.547663 1.85972 -9.491063 1 1 1 +v 6.537908 1.85972 -9.442024 1 1 1 +v 6.488869 1.60972 -9.451778 1 1 1 +v 6.498623 1.60972 -9.500817 1 1 1 +v 6.488869 1.80972 -9.451778 1 1 1 +v 6.498623 1.80972 -9.500817 1 1 1 +v 6.974707 1.60972 -9.406119 1 1 1 +v 6.964952 1.60972 -9.35708 1 1 1 +v 6.974707 1.80972 -9.406119 1 1 1 +v 6.964952 1.80972 -9.35708 1 1 1 +v -10 3 -6 1 1 1 +v -9.695518 3 -7.530734 1 1 1 +v -9.6 3 -6 1 1 1 +v -9.325966 3 -7.37766 1 1 1 +v -8.828427 3 -8.828427 1 1 1 +v -8.545585 3 -8.545585 1 1 1 +v -7.530734 3 -9.695518 1 1 1 +v -7.37766 3 -9.325966 1 1 1 +v -6 3 -10 1 1 1 +v -6 3 -9.6 1 1 1 +v -9.6 0.9 -6 1 1 1 +v -9.325966 0.9 -7.37766 1 1 1 +v -8.545585 0.9 -8.545585 1 1 1 +v -7.37766 0.9 -9.325966 1 1 1 +v -6 0.9 -9.6 1 1 1 +v -8.998005 0 -6 1 1 1 +v -9.695518 0 -7.530734 1 1 1 +v -8.769795 0 -7.147287 1 1 1 +v -7.530734 0 -9.695518 1 1 1 +v -8.119909 0 -8.119909 1 1 1 +v -7.147287 0 -8.769795 1 1 1 +v -6 0 -8.998005 1 1 1 +v -8.998005 0.2 -6 1 1 1 +v -8.769795 0.2 -7.147287 1 1 1 +v -8.119909 0.2 -8.119909 1 1 1 +v -7.147287 0.2 -8.769795 1 1 1 +v -6 0.2 -8.998005 1 1 1 +v -8.483707 0.2 -7.539527 1 1 1 +v -8.483707 0 -7.539527 1 1 1 +v -8.992028 0.2 -7.919159 1 1 1 +v -8.992028 0 -7.919159 1 1 1 +v -7.526624 0 -8.298758 1 1 1 +v -7.838695 0 -7.838695 1 1 1 +v -7.526624 0.2 -8.298758 1 1 1 +v -7.838695 0.2 -7.838695 1 1 1 +v -8.298758 0 -7.526624 1 1 1 +v -8.298758 0.2 -7.526624 1 1 1 +v -7.539527 0 -8.483707 1 1 1 +v -7.539527 0.2 -8.483707 1 1 1 +v -7.91916 0 -8.992028 1 1 1 +v -7.91916 0.2 -8.992028 1 1 1 +v -7.511242 1.509087 -9.23671 1 1 1 +v -7.831699 1.509087 -9.022588 1 1 1 +v -7.483464 1.509087 -9.195136 1 1 1 +v -7.803921 1.509087 -8.981014 1 1 1 +v -7.831699 1.809087 -9.022588 1 1 1 +v -7.511242 1.809087 -9.23671 1 1 1 +v -7.803921 1.809087 -8.981014 1 1 1 +v -7.483464 1.809087 -9.195136 1 1 1 +v -7.845494 1.559087 -8.953236 1 1 1 +v -7.873272 1.559087 -8.994809 1 1 1 +v -7.845494 1.759087 -8.953236 1 1 1 +v -7.873272 1.759087 -8.994809 1 1 1 +v -7.469669 1.559087 -9.264488 1 1 1 +v -7.44189 1.559087 -9.222915 1 1 1 +v -7.469669 1.759087 -9.264488 1 1 1 +v -7.44189 1.759087 -9.222915 1 1 1 +v -6.639235 2.236932 -9.472848 1 1 1 +v -7.01724 2.236932 -9.397658 1 1 1 +v -6.62948 2.236932 -9.423809 1 1 1 +v -7.007485 2.236932 -9.348619 1 1 1 +v -7.01724 2.536932 -9.397658 1 1 1 +v -6.639235 2.536932 -9.472848 1 1 1 +v -7.007485 2.536932 -9.348619 1 1 1 +v -6.62948 2.536932 -9.423809 1 1 1 +v -7.056524 2.286932 -9.338864 1 1 1 +v -7.066278 2.286932 -9.387903 1 1 1 +v -7.056524 2.486932 -9.338864 1 1 1 +v -7.066278 2.486932 -9.387903 1 1 1 +v -6.590196 2.286932 -9.482603 1 1 1 +v -6.580441 2.286932 -9.433563 1 1 1 +v -6.590196 2.486932 -9.482603 1 1 1 +v -6.580441 2.486932 -9.433563 1 1 1 +v -6.33147 1.759764 -9.534066 1 1 1 +v -6.709475 1.759764 -9.458877 1 1 1 +v -6.321716 1.759764 -9.485027 1 1 1 +v -6.69972 1.759764 -9.409838 1 1 1 +v -6.709475 2.059764 -9.458877 1 1 1 +v -6.33147 2.059764 -9.534066 1 1 1 +v -6.69972 2.059764 -9.409838 1 1 1 +v -6.321716 2.059764 -9.485027 1 1 1 +v -6.74876 1.809764 -9.400083 1 1 1 +v -6.758514 1.809764 -9.449121 1 1 1 +v -6.74876 2.009764 -9.400083 1 1 1 +v -6.758514 2.009764 -9.449121 1 1 1 +v -6.282431 1.809764 -9.543821 1 1 1 +v -6.272676 1.809764 -9.494781 1 1 1 +v -6.282431 2.009764 -9.543821 1 1 1 +v -6.272676 2.009764 -9.494781 1 1 1 +v -9.415874 1.55972 -6.925667 1 1 1 +v -9.491063 1.55972 -6.547663 1 1 1 +v -9.366835 1.55972 -6.915913 1 1 1 +v -9.442024 1.55972 -6.537908 1 1 1 +v -9.415874 1.85972 -6.925667 1 1 1 +v -9.366835 1.85972 -6.915913 1 1 1 +v -9.491063 1.85972 -6.547663 1 1 1 +v -9.442024 1.85972 -6.537908 1 1 1 +v -9.451778 1.60972 -6.488869 1 1 1 +v -9.500817 1.60972 -6.498623 1 1 1 +v -9.451778 1.80972 -6.488869 1 1 1 +v -9.500817 1.80972 -6.498623 1 1 1 +v -9.406119 1.60972 -6.974707 1 1 1 +v -9.35708 1.60972 -6.964952 1 1 1 +v -9.406119 1.80972 -6.974707 1 1 1 +v -9.35708 1.80972 -6.964952 1 1 1 +v -6 3 10 1 1 1 +v -7.530734 3 9.695518 1 1 1 +v -6 3 9.6 1 1 1 +v -7.377661 3 9.325967 1 1 1 +v -8.828427 3 8.828427 1 1 1 +v -8.545585 3 8.545585 1 1 1 +v -9.695518 3 7.530734 1 1 1 +v -9.325966 3 7.37766 1 1 1 +v -10 3 6 1 1 1 +v -9.6 3 6 1 1 1 +v -6 0.9 9.6 1 1 1 +v -7.377661 0.9 9.325967 1 1 1 +v -8.545585 0.9 8.545585 1 1 1 +v -9.325966 0.9 7.37766 1 1 1 +v -9.6 0.9 6 1 1 1 +v -6 0 8.998005 1 1 1 +v -7.530734 0 9.695518 1 1 1 +v -7.147287 0 8.769795 1 1 1 +v -9.695518 0 7.530734 1 1 1 +v -8.119909 0 8.119909 1 1 1 +v -8.769795 0 7.147286 1 1 1 +v -8.998005 0 6 1 1 1 +v -6 0.2 8.998005 1 1 1 +v -7.147287 0.2 8.769795 1 1 1 +v -8.119909 0.2 8.119909 1 1 1 +v -8.769795 0.2 7.147286 1 1 1 +v -8.998005 0.2 6 1 1 1 +v -7.539527 0.2 8.483707 1 1 1 +v -7.539527 0 8.483707 1 1 1 +v -7.91916 0.2 8.992028 1 1 1 +v -7.91916 0 8.992028 1 1 1 +v -8.298758 0 7.526624 1 1 1 +v -7.838695 0 7.838695 1 1 1 +v -8.298758 0.2 7.526624 1 1 1 +v -7.838695 0.2 7.838695 1 1 1 +v -7.526624 0 8.298758 1 1 1 +v -7.526624 0.2 8.298758 1 1 1 +v -8.483707 0 7.539527 1 1 1 +v -8.483707 0.2 7.539527 1 1 1 +v -8.992029 0 7.919159 1 1 1 +v -8.992029 0.2 7.919159 1 1 1 +v -9.23671 1.509087 7.511242 1 1 1 +v -9.022588 1.509087 7.831698 1 1 1 +v -9.195136 1.509087 7.483463 1 1 1 +v -8.981014 1.509087 7.80392 1 1 1 +v -9.022588 1.809087 7.831698 1 1 1 +v -9.23671 1.809087 7.511242 1 1 1 +v -8.981014 1.809087 7.80392 1 1 1 +v -9.195136 1.809087 7.483463 1 1 1 +v -8.953236 1.559087 7.845494 1 1 1 +v -8.994809 1.559087 7.873272 1 1 1 +v -8.953236 1.759087 7.845494 1 1 1 +v -8.994809 1.759087 7.873272 1 1 1 +v -9.264488 1.559087 7.469668 1 1 1 +v -9.222915 1.559087 7.44189 1 1 1 +v -9.264488 1.759087 7.469668 1 1 1 +v -9.222915 1.759087 7.44189 1 1 1 +v -9.472848 2.236932 6.639235 1 1 1 +v -9.397658 2.236932 7.01724 1 1 1 +v -9.423809 2.236932 6.62948 1 1 1 +v -9.348619 2.236932 7.007485 1 1 1 +v -9.397658 2.536932 7.01724 1 1 1 +v -9.472848 2.536932 6.639235 1 1 1 +v -9.348619 2.536932 7.007485 1 1 1 +v -9.423809 2.536932 6.62948 1 1 1 +v -9.338864 2.286932 7.056524 1 1 1 +v -9.387904 2.286932 7.066278 1 1 1 +v -9.338864 2.486932 7.056524 1 1 1 +v -9.387904 2.486932 7.066278 1 1 1 +v -9.482602 2.286932 6.590196 1 1 1 +v -9.433563 2.286932 6.580441 1 1 1 +v -9.482602 2.486932 6.590196 1 1 1 +v -9.433563 2.486932 6.580441 1 1 1 +v -9.534066 1.759764 6.33147 1 1 1 +v -9.458877 1.759764 6.709475 1 1 1 +v -9.485027 1.759764 6.321716 1 1 1 +v -9.409838 1.759764 6.69972 1 1 1 +v -9.458877 2.059764 6.709475 1 1 1 +v -9.534066 2.059764 6.33147 1 1 1 +v -9.409838 2.059764 6.69972 1 1 1 +v -9.485027 2.059764 6.321716 1 1 1 +v -9.400083 1.809764 6.74876 1 1 1 +v -9.449122 1.809764 6.758514 1 1 1 +v -9.400083 2.009764 6.74876 1 1 1 +v -9.449122 2.009764 6.758514 1 1 1 +v -9.54382 1.809764 6.282431 1 1 1 +v -9.494781 1.809764 6.272676 1 1 1 +v -9.54382 2.009764 6.282431 1 1 1 +v -9.494781 2.009764 6.272676 1 1 1 +v -6.925667 1.55972 9.415874 1 1 1 +v -6.547663 1.55972 9.491063 1 1 1 +v -6.915913 1.55972 9.366835 1 1 1 +v -6.537908 1.55972 9.442024 1 1 1 +v -6.925667 1.85972 9.415874 1 1 1 +v -6.915913 1.85972 9.366835 1 1 1 +v -6.547663 1.85972 9.491063 1 1 1 +v -6.537908 1.85972 9.442024 1 1 1 +v -6.488869 1.60972 9.451778 1 1 1 +v -6.498623 1.60972 9.500818 1 1 1 +v -6.488869 1.80972 9.451778 1 1 1 +v -6.498623 1.80972 9.500818 1 1 1 +v -6.974707 1.60972 9.406118 1 1 1 +v -6.964952 1.60972 9.35708 1 1 1 +v -6.974707 1.80972 9.406118 1 1 1 +v -6.964952 1.80972 9.35708 1 1 1 +v 10 3 6 1 1 1 +v 9.695518 3 7.530734 1 1 1 +v 9.6 3 6 1 1 1 +v 9.325966 3 7.37766 1 1 1 +v 8.828427 3 8.828427 1 1 1 +v 8.545585 3 8.545585 1 1 1 +v 7.530734 3 9.695518 1 1 1 +v 7.37766 3 9.325966 1 1 1 +v 6 3 10 1 1 1 +v 6 3 9.6 1 1 1 +v 9.6 0.9 6 1 1 1 +v 9.325966 0.9 7.37766 1 1 1 +v 8.545585 0.9 8.545585 1 1 1 +v 7.37766 0.9 9.325966 1 1 1 +v 6 0.9 9.6 1 1 1 +v 8.998005 0 6 1 1 1 +v 9.695518 0 7.530734 1 1 1 +v 8.769795 0 7.147287 1 1 1 +v 7.530734 0 9.695518 1 1 1 +v 8.119909 0 8.119909 1 1 1 +v 7.147287 0 8.769795 1 1 1 +v 6 0 8.998005 1 1 1 +v 8.998005 0.2 6 1 1 1 +v 8.769795 0.2 7.147287 1 1 1 +v 8.119909 0.2 8.119909 1 1 1 +v 7.147287 0.2 8.769795 1 1 1 +v 6 0.2 8.998005 1 1 1 +v 8.483707 0.2 7.539527 1 1 1 +v 8.483707 0 7.539527 1 1 1 +v 8.992028 0.2 7.919159 1 1 1 +v 8.992028 0 7.919159 1 1 1 +v 7.526624 0 8.298758 1 1 1 +v 7.838695 0 7.838695 1 1 1 +v 7.526624 0.2 8.298758 1 1 1 +v 7.838695 0.2 7.838695 1 1 1 +v 8.298758 0 7.526624 1 1 1 +v 8.298758 0.2 7.526624 1 1 1 +v 7.539527 0 8.483707 1 1 1 +v 7.539527 0.2 8.483707 1 1 1 +v 7.91916 0 8.992028 1 1 1 +v 7.91916 0.2 8.992028 1 1 1 +v 7.511242 1.509087 9.23671 1 1 1 +v 7.831699 1.509087 9.022588 1 1 1 +v 7.483464 1.509087 9.195136 1 1 1 +v 7.803921 1.509087 8.981014 1 1 1 +v 7.831699 1.809087 9.022588 1 1 1 +v 7.511242 1.809087 9.23671 1 1 1 +v 7.803921 1.809087 8.981014 1 1 1 +v 7.483464 1.809087 9.195136 1 1 1 +v 7.845494 1.559087 8.953236 1 1 1 +v 7.873272 1.559087 8.994809 1 1 1 +v 7.845494 1.759087 8.953236 1 1 1 +v 7.873272 1.759087 8.994809 1 1 1 +v 7.469669 1.559087 9.264488 1 1 1 +v 7.44189 1.559087 9.222915 1 1 1 +v 7.469669 1.759087 9.264488 1 1 1 +v 7.44189 1.759087 9.222915 1 1 1 +v 6.639235 2.236932 9.472848 1 1 1 +v 7.01724 2.236932 9.397658 1 1 1 +v 6.62948 2.236932 9.423809 1 1 1 +v 7.007485 2.236932 9.348619 1 1 1 +v 7.01724 2.536932 9.397658 1 1 1 +v 6.639235 2.536932 9.472848 1 1 1 +v 7.007485 2.536932 9.348619 1 1 1 +v 6.62948 2.536932 9.423809 1 1 1 +v 7.056524 2.286932 9.338864 1 1 1 +v 7.066278 2.286932 9.387904 1 1 1 +v 7.056524 2.486932 9.338864 1 1 1 +v 7.066278 2.486932 9.387904 1 1 1 +v 6.590196 2.286932 9.482603 1 1 1 +v 6.580441 2.286932 9.433563 1 1 1 +v 6.590196 2.486932 9.482603 1 1 1 +v 6.580441 2.486932 9.433563 1 1 1 +v 6.33147 1.759764 9.534066 1 1 1 +v 6.709475 1.759764 9.458877 1 1 1 +v 6.321716 1.759764 9.485027 1 1 1 +v 6.69972 1.759764 9.409838 1 1 1 +v 6.709475 2.059764 9.458877 1 1 1 +v 6.33147 2.059764 9.534066 1 1 1 +v 6.69972 2.059764 9.409838 1 1 1 +v 6.321716 2.059764 9.485027 1 1 1 +v 6.74876 1.809764 9.400083 1 1 1 +v 6.758514 1.809764 9.449122 1 1 1 +v 6.74876 2.009764 9.400083 1 1 1 +v 6.758514 2.009764 9.449122 1 1 1 +v 6.282431 1.809764 9.543821 1 1 1 +v 6.272676 1.809764 9.494781 1 1 1 +v 6.282431 2.009764 9.543821 1 1 1 +v 6.272676 2.009764 9.494781 1 1 1 +v 9.415874 1.55972 6.925667 1 1 1 +v 9.491063 1.55972 6.547663 1 1 1 +v 9.366834 1.55972 6.915913 1 1 1 +v 9.442024 1.55972 6.537908 1 1 1 +v 9.415874 1.85972 6.925667 1 1 1 +v 9.366834 1.85972 6.915913 1 1 1 +v 9.491063 1.85972 6.547663 1 1 1 +v 9.442024 1.85972 6.537908 1 1 1 +v 9.451778 1.60972 6.488869 1 1 1 +v 9.500817 1.60972 6.498623 1 1 1 +v 9.451778 1.80972 6.488869 1 1 1 +v 9.500817 1.80972 6.498623 1 1 1 +v 9.406118 1.60972 6.974707 1 1 1 +v 9.35708 1.60972 6.964952 1 1 1 +v 9.406118 1.80972 6.974707 1 1 1 +v 9.35708 1.80972 6.964952 1 1 1 +v -9.6 3 2 1 1 1 +v -9.6 0.9 2 1 1 1 +v -10 3 2 1 1 1 +v -10 0.9 2 1 1 1 +v -10 0.9 1.6 1 1 1 +v -10 3 1.6 1 1 1 +v -9.65359 0.9 1.8 1 1 1 +v -9.65359 3 1.8 1 1 1 +v -9.8 0.9 1.65359 1 1 1 +v -9.8 3 1.65359 1 1 1 +v -10 -1.707772E-14 2 1 1 1 +v -10 -1.707772E-14 0.9980048 1 1 1 +v -10 0.2 2 1 1 1 +v -10 0.2 0.9980048 1 1 1 +v -8.998005 0.2 2 1 1 1 +v -8.998005 -1.707772E-14 2 1 1 1 +v -9.132247 0.2 1.499002 1 1 1 +v -9.499002 0.2 1.132247 1 1 1 +v -9.132247 -1.635581E-14 1.499002 1 1 1 +v -9.499002 -1.635581E-14 1.132247 1 1 1 +v -8.998005 0 2 1 1 1 +v -8.798005 0 4 1 1 1 +v -8.998005 0.2 2 1 1 1 +v -8.798005 0.2 4 1 1 1 +v -10 0 2 1 1 1 +v -9.999998 3 5.999998 1 1 1 +v -9.999998 3 1.999998 1 1 1 +v -9.599998 3 5.999998 1 1 1 +v -9.399998 3 3.999998 1 1 1 +v -9.599998 3 1.999998 1 1 1 +v -9.999998 0.9 5.999998 1 1 1 +v -9.999998 0.9 1.999998 1 1 1 +v -9.599998 0.9 1.999998 1 1 1 +v -9.599998 0.9 5.999998 1 1 1 +v -9.508285 2.341752 2.917128 1 1 1 +v -9.508285 2.541752 2.917128 1 1 1 +v -9.51326 2.291752 2.867377 1 1 1 +v -9.51326 2.591752 2.867377 1 1 1 +v -9.399998 0.9 3.999998 1 1 1 +v -9.55161 2.291752 2.483879 1 1 1 +v -9.556585 2.341752 2.434127 1 1 1 +v -9.55161 2.591752 2.483879 1 1 1 +v -9.556585 2.541752 2.434127 1 1 1 +v -9.56818 1.683671 5.681811 1 1 1 +v -9.56818 1.883671 5.681811 1 1 1 +v -9.563205 1.933671 5.63206 1 1 1 +v -9.524855 1.933671 5.248562 1 1 1 +v -9.519879 1.883671 5.19881 1 1 1 +v -9.519879 1.683671 5.19881 1 1 1 +v -9.563205 1.633671 5.63206 1 1 1 +v -9.492287 1.585278 4.92288 1 1 1 +v -9.524855 1.633671 5.248562 1 1 1 +v -9.453937 1.585278 4.539382 1 1 1 +v -9.448961 1.535278 4.489631 1 1 1 +v -9.448961 1.335278 4.489631 1 1 1 +v -9.453937 1.285278 4.539382 1 1 1 +v -9.492287 1.285278 4.92288 1 1 1 +v -9.497262 1.535278 4.972632 1 1 1 +v -9.497262 1.335278 4.972632 1 1 1 +v -9.55161 2.291752 2.483879 1 1 1 +v -9.51326 2.291752 2.867376 1 1 1 +v -9.501858 2.291752 2.478904 1 1 1 +v -9.463508 2.291752 2.862401 1 1 1 +v -9.51326 2.591752 2.867376 1 1 1 +v -9.55161 2.591752 2.483879 1 1 1 +v -9.463508 2.591752 2.862401 1 1 1 +v -9.501858 2.591752 2.478904 1 1 1 +v -9.458532 2.341752 2.912153 1 1 1 +v -9.458532 2.541752 2.912153 1 1 1 +v -9.556584 2.341752 2.434127 1 1 1 +v -9.506833 2.341752 2.429152 1 1 1 +v -9.556584 2.541752 2.434127 1 1 1 +v -9.506833 2.541752 2.429152 1 1 1 +v -9.524855 1.633671 5.248562 1 1 1 +v -9.563205 1.633671 5.632059 1 1 1 +v -9.475102 1.633671 5.253537 1 1 1 +v -9.513453 1.633671 5.637034 1 1 1 +v -9.563205 1.933671 5.632059 1 1 1 +v -9.524855 1.933671 5.248562 1 1 1 +v -9.513453 1.933671 5.637034 1 1 1 +v -9.475102 1.933671 5.253537 1 1 1 +v -9.518428 1.683671 5.686786 1 1 1 +v -9.568179 1.683671 5.681811 1 1 1 +v -9.518428 1.883671 5.686786 1 1 1 +v -9.568179 1.883671 5.681811 1 1 1 +v -9.519879 1.683671 5.19881 1 1 1 +v -9.470127 1.683671 5.203785 1 1 1 +v -9.519879 1.883671 5.19881 1 1 1 +v -9.470127 1.883671 5.203785 1 1 1 +v -9.453937 1.285278 4.539383 1 1 1 +v -9.492287 1.285278 4.92288 1 1 1 +v -9.404184 1.285278 4.544358 1 1 1 +v -9.442534 1.285278 4.927855 1 1 1 +v -9.453937 1.585278 4.539383 1 1 1 +v -9.442534 1.585278 4.927855 1 1 1 +v -9.404184 1.585278 4.544358 1 1 1 +v -9.44751 1.335278 4.977607 1 1 1 +v -9.497261 1.335278 4.972632 1 1 1 +v -9.44751 1.535278 4.977607 1 1 1 +v -9.497261 1.535278 4.972632 1 1 1 +v -9.399209 1.335278 4.494606 1 1 1 +v -9.399209 1.535278 4.494606 1 1 1 +v 8.998005 0.2 2 1 1 1 +v 8.998005 0 2 1 1 1 +v 10 0 2 1 1 1 +v 8.798005 0 4 1 1 1 +v 8.798005 0.2 4 1 1 1 +v 9.999996 3 1.999998 1 1 1 +v 9.999996 3 5.999998 1 1 1 +v 9.599996 3 1.999998 1 1 1 +v 9.399996 3 3.999998 1 1 1 +v 9.599997 3 5.999998 1 1 1 +v 9.999996 0.9 1.999998 1 1 1 +v 9.999996 0.9 5.999998 1 1 1 +v 9.599997 0.9 5.999998 1 1 1 +v 9.599996 0.9 1.999998 1 1 1 +v 9.508284 2.341752 5.082868 1 1 1 +v 9.508284 2.541752 5.082868 1 1 1 +v 9.513259 2.291752 5.13262 1 1 1 +v 9.513259 2.591752 5.13262 1 1 1 +v 9.399996 0.9 3.999998 1 1 1 +v 9.551608 2.291752 5.516117 1 1 1 +v 9.556583 2.341752 5.565869 1 1 1 +v 9.551608 2.591752 5.516117 1 1 1 +v 9.556583 2.541752 5.565869 1 1 1 +v 9.568177 1.683671 2.318185 1 1 1 +v 9.568177 1.883671 2.318185 1 1 1 +v 9.563202 1.933671 2.367937 1 1 1 +v 9.524853 1.933671 2.751434 1 1 1 +v 9.519877 1.883671 2.801186 1 1 1 +v 9.519877 1.683671 2.801186 1 1 1 +v 9.563202 1.633671 2.367937 1 1 1 +v 9.492285 1.585278 3.077116 1 1 1 +v 9.524853 1.633671 2.751434 1 1 1 +v 9.453935 1.585278 3.460613 1 1 1 +v 9.448959 1.535278 3.510365 1 1 1 +v 9.448959 1.335278 3.510365 1 1 1 +v 9.453935 1.285278 3.460613 1 1 1 +v 9.492285 1.285278 3.077116 1 1 1 +v 9.497259 1.535278 3.027364 1 1 1 +v 9.497259 1.335278 3.027364 1 1 1 +v 9.551608 2.291752 5.516117 1 1 1 +v 9.513258 2.291752 5.132619 1 1 1 +v 9.501856 2.291752 5.521092 1 1 1 +v 9.463506 2.291752 5.137594 1 1 1 +v 9.513258 2.591752 5.132619 1 1 1 +v 9.551608 2.591752 5.516117 1 1 1 +v 9.463506 2.591752 5.137594 1 1 1 +v 9.501856 2.591752 5.521092 1 1 1 +v 9.45853 2.341752 5.087842 1 1 1 +v 9.508283 2.341752 5.082868 1 1 1 +v 9.45853 2.541752 5.087842 1 1 1 +v 9.508283 2.541752 5.082868 1 1 1 +v 9.556582 2.341752 5.565868 1 1 1 +v 9.506831 2.341752 5.570844 1 1 1 +v 9.556582 2.541752 5.565868 1 1 1 +v 9.506831 2.541752 5.570844 1 1 1 +v 9.524853 1.633671 2.751434 1 1 1 +v 9.563203 1.633671 2.367937 1 1 1 +v 9.475101 1.633671 2.746459 1 1 1 +v 9.513451 1.633671 2.362962 1 1 1 +v 9.563203 1.933671 2.367937 1 1 1 +v 9.524853 1.933671 2.751434 1 1 1 +v 9.513451 1.933671 2.362962 1 1 1 +v 9.475101 1.933671 2.746459 1 1 1 +v 9.518426 1.683671 2.31321 1 1 1 +v 9.568177 1.683671 2.318185 1 1 1 +v 9.518426 1.883671 2.31321 1 1 1 +v 9.568177 1.883671 2.318185 1 1 1 +v 9.519877 1.683671 2.801186 1 1 1 +v 9.470125 1.683671 2.796211 1 1 1 +v 9.519877 1.883671 2.801186 1 1 1 +v 9.470125 1.883671 2.796211 1 1 1 +v 9.453935 1.285278 3.460613 1 1 1 +v 9.492285 1.285278 3.077116 1 1 1 +v 9.404182 1.285278 3.455638 1 1 1 +v 9.442533 1.285278 3.072141 1 1 1 +v 9.453935 1.585278 3.460613 1 1 1 +v 9.442533 1.585278 3.072141 1 1 1 +v 9.404182 1.585278 3.455638 1 1 1 +v 9.447508 1.335278 3.022389 1 1 1 +v 9.497259 1.335278 3.027364 1 1 1 +v 9.447508 1.535278 3.022389 1 1 1 +v 9.497259 1.535278 3.027364 1 1 1 +v 9.448959 1.335278 3.510365 1 1 1 +v 9.399208 1.335278 3.50539 1 1 1 +v 9.448959 1.535278 3.510365 1 1 1 +v 9.399208 1.535278 3.50539 1 1 1 +v -2 3 -9.6 1 1 1 +v -2 0.9 -9.6 1 1 1 +v -2 3 -10 1 1 1 +v -1.6 0.9 -10 1 1 1 +v -1.6 3 -10 1 1 1 +v -1.8 0.9 -9.65359 1 1 1 +v -1.8 3 -9.65359 1 1 1 +v -1.65359 0.9 -9.8 1 1 1 +v -1.65359 3 -9.8 1 1 1 +v -2 -1.707772E-14 -10 1 1 1 +v -0.9980049 -1.707772E-14 -10 1 1 1 +v -0.9980049 0.2 -10 1 1 1 +v -2 0.2 -8.998005 1 1 1 +v -2 -1.707772E-14 -8.998005 1 1 1 +v -1.499002 0.2 -9.132247 1 1 1 +v -1.132247 0.2 -9.499002 1 1 1 +v -1.499002 -1.635581E-14 -9.132247 1 1 1 +v -1.132247 -1.635581E-14 -9.499002 1 1 1 +v 9.6 3 -2 1 1 1 +v 9.6 0.9 -2 1 1 1 +v 10 3 -2 1 1 1 +v 10 0.9 -1.6 1 1 1 +v 10 3 -1.6 1 1 1 +v 9.65359 0.9 -1.8 1 1 1 +v 9.65359 3 -1.8 1 1 1 +v 9.8 0.9 -1.653589 1 1 1 +v 9.8 3 -1.653589 1 1 1 +v 10 -1.707772E-14 -2 1 1 1 +v 10 -1.707772E-14 -0.9980049 1 1 1 +v 10 0.2 -2 1 1 1 +v 10 0.2 -0.9980049 1 1 1 +v 8.998005 0.2 -2 1 1 1 +v 8.998005 -1.707772E-14 -2 1 1 1 +v 9.132247 0.2 -1.499002 1 1 1 +v 9.499002 0.2 -1.132247 1 1 1 +v 9.132247 -1.635581E-14 -1.499002 1 1 1 +v 9.499002 -1.635581E-14 -1.132247 1 1 1 +v 10 3 1.6 1 1 1 +v 10 0.9 1.6 1 1 1 +v 10 3 2 1 1 1 +v 10 0.9 2 1 1 1 +v 9.6 0.9 2 1 1 1 +v 9.6 3 2 1 1 1 +v 9.8 0.9 1.65359 1 1 1 +v 9.8 3 1.65359 1 1 1 +v 9.65359 0.9 1.8 1 1 1 +v 9.65359 3 1.8 1 1 1 +v 10 -1.671676E-14 2 1 1 1 +v 8.998005 -1.671676E-14 2 1 1 1 +v 10 0.2 2 1 1 1 +v 8.998005 0.2 2 1 1 1 +v 10 0.2 0.9980049 1 1 1 +v 10 -1.671676E-14 0.9980049 1 1 1 +v 9.499002 0.2 1.132247 1 1 1 +v 9.132247 0.2 1.499002 1 1 1 +v 9.499002 -1.599485E-14 1.132247 1 1 1 +v 9.132247 -1.599485E-14 1.499002 1 1 1 +v -10 3 -1.6 1 1 1 +v -10 0.9 -1.6 1 1 1 +v -10 3 -2 1 1 1 +v -10 0.9 -2 1 1 1 +v -9.6 0.9 -2 1 1 1 +v -9.6 3 -2 1 1 1 +v -9.8 0.9 -1.65359 1 1 1 +v -9.8 3 -1.65359 1 1 1 +v -9.65359 0.9 -1.8 1 1 1 +v -9.65359 3 -1.8 1 1 1 +v -10 -1.671676E-14 -2 1 1 1 +v -8.998005 -1.671676E-14 -2 1 1 1 +v -10 0.2 -2 1 1 1 +v -8.998005 0.2 -2 1 1 1 +v -10 0.2 -0.9980049 1 1 1 +v -10 -1.671676E-14 -0.9980049 1 1 1 +v -9.499002 0.2 -1.132247 1 1 1 +v -9.132247 0.2 -1.499002 1 1 1 +v -9.499002 -1.599485E-14 -1.132247 1 1 1 +v -9.132247 -1.599485E-14 -1.499002 1 1 1 +v -1.6 3 10 1 1 1 +v -1.6 0.9 10 1 1 1 +v -2 3 10 1 1 1 +v -2 0.9 9.6 1 1 1 +v -2 3 9.6 1 1 1 +v -1.65359 0.9 9.8 1 1 1 +v -1.65359 3 9.8 1 1 1 +v -1.8 0.9 9.65359 1 1 1 +v -1.8 3 9.65359 1 1 1 +v -2 -1.671676E-14 10 1 1 1 +v -2 -1.671676E-14 8.998005 1 1 1 +v -2 0.2 8.998005 1 1 1 +v -0.9980049 0.2 10 1 1 1 +v -0.9980049 -1.671676E-14 10 1 1 1 +v -1.132247 0.2 9.499002 1 1 1 +v -1.499002 0.2 9.132247 1 1 1 +v -1.132247 -1.599485E-14 9.499002 1 1 1 +v -1.499002 -1.599485E-14 9.132247 1 1 1 +v 8.998005 0 -2 1 1 1 +v 8.798005 0 -4 1 1 1 +v 8.998005 0.2 -2 1 1 1 +v 8.798005 0.2 -4 1 1 1 +v 10 0 -2 1 1 1 +v 9.999996 3 -6.000001 1 1 1 +v 9.999996 3 -2 1 1 1 +v 9.599996 3 -6.000001 1 1 1 +v 9.399996 3 -4 1 1 1 +v 9.599997 3 -2 1 1 1 +v 9.999996 0.9 -6.000001 1 1 1 +v 9.999996 0.9 -2 1 1 1 +v 9.599997 0.9 -2 1 1 1 +v 9.599996 0.9 -6.000001 1 1 1 +v 9.508284 2.341752 -2.917131 1 1 1 +v 9.508284 2.541752 -2.917131 1 1 1 +v 9.513259 2.291752 -2.867379 1 1 1 +v 9.513259 2.591752 -2.867379 1 1 1 +v 9.399996 0.9 -4 1 1 1 +v 9.551608 2.291752 -2.483881 1 1 1 +v 9.556583 2.341752 -2.434129 1 1 1 +v 9.551608 2.591752 -2.483881 1 1 1 +v 9.556583 2.541752 -2.434129 1 1 1 +v 9.568177 1.683671 -5.681814 1 1 1 +v 9.568177 1.883671 -5.681814 1 1 1 +v 9.563202 1.933671 -5.632062 1 1 1 +v 9.524853 1.933671 -5.248564 1 1 1 +v 9.519877 1.883671 -5.198812 1 1 1 +v 9.519877 1.683671 -5.198812 1 1 1 +v 9.563202 1.633671 -5.632062 1 1 1 +v 9.492285 1.585278 -4.922883 1 1 1 +v 9.524853 1.633671 -5.248564 1 1 1 +v 9.453935 1.585278 -4.539385 1 1 1 +v 9.448959 1.535278 -4.489633 1 1 1 +v 9.448959 1.335278 -4.489633 1 1 1 +v 9.453935 1.285278 -4.539385 1 1 1 +v 9.492285 1.285278 -4.922883 1 1 1 +v 9.497259 1.535278 -4.972634 1 1 1 +v 9.497259 1.335278 -4.972634 1 1 1 +v 9.551608 2.291752 -2.483881 1 1 1 +v 9.513258 2.291752 -2.867379 1 1 1 +v 9.501856 2.291752 -2.478906 1 1 1 +v 9.463506 2.291752 -2.862404 1 1 1 +v 9.513258 2.591752 -2.867379 1 1 1 +v 9.551608 2.591752 -2.483881 1 1 1 +v 9.463506 2.591752 -2.862404 1 1 1 +v 9.501856 2.591752 -2.478906 1 1 1 +v 9.45853 2.341752 -2.912156 1 1 1 +v 9.508283 2.341752 -2.917131 1 1 1 +v 9.45853 2.541752 -2.912156 1 1 1 +v 9.508283 2.541752 -2.917131 1 1 1 +v 9.556582 2.341752 -2.434129 1 1 1 +v 9.506831 2.341752 -2.429154 1 1 1 +v 9.556582 2.541752 -2.434129 1 1 1 +v 9.506831 2.541752 -2.429154 1 1 1 +v 9.524853 1.633671 -5.248565 1 1 1 +v 9.563203 1.633671 -5.632062 1 1 1 +v 9.475101 1.633671 -5.25354 1 1 1 +v 9.513451 1.633671 -5.637037 1 1 1 +v 9.563203 1.933671 -5.632062 1 1 1 +v 9.524853 1.933671 -5.248565 1 1 1 +v 9.513451 1.933671 -5.637037 1 1 1 +v 9.475101 1.933671 -5.25354 1 1 1 +v 9.518426 1.683671 -5.686789 1 1 1 +v 9.568177 1.683671 -5.681814 1 1 1 +v 9.518426 1.883671 -5.686789 1 1 1 +v 9.568177 1.883671 -5.681814 1 1 1 +v 9.470125 1.683671 -5.203788 1 1 1 +v 9.470125 1.883671 -5.203788 1 1 1 +v 9.453935 1.285278 -4.539385 1 1 1 +v 9.492285 1.285278 -4.922883 1 1 1 +v 9.404182 1.285278 -4.54436 1 1 1 +v 9.442533 1.285278 -4.927858 1 1 1 +v 9.453935 1.585278 -4.539385 1 1 1 +v 9.442533 1.585278 -4.927858 1 1 1 +v 9.404182 1.585278 -4.54436 1 1 1 +v 9.447508 1.335278 -4.97761 1 1 1 +v 9.447508 1.535278 -4.97761 1 1 1 +v 9.448959 1.335278 -4.489634 1 1 1 +v 9.399208 1.335278 -4.494608 1 1 1 +v 9.448959 1.535278 -4.489634 1 1 1 +v 9.399208 1.535278 -4.494608 1 1 1 +v 2 3 9.6 1 1 1 +v 2 0.9 9.6 1 1 1 +v 2 3 10 1 1 1 +v 1.6 0.9 10 1 1 1 +v 1.6 3 10 1 1 1 +v 1.8 0.9 9.65359 1 1 1 +v 1.8 3 9.65359 1 1 1 +v 1.65359 0.9 9.8 1 1 1 +v 1.65359 3 9.8 1 1 1 +v 2 -1.707772E-14 10 1 1 1 +v 0.9980049 -1.707772E-14 10 1 1 1 +v 0.9980049 0.2 10 1 1 1 +v 2 0.2 8.998005 1 1 1 +v 2 -1.707772E-14 8.998005 1 1 1 +v 1.499002 0.2 9.132247 1 1 1 +v 1.132247 0.2 9.499002 1 1 1 +v 1.499002 -1.635581E-14 9.132247 1 1 1 +v 1.132247 -1.635581E-14 9.499002 1 1 1 +v 1.6 3 -10 1 1 1 +v 1.6 0.9 -10 1 1 1 +v 2 3 -10 1 1 1 +v 2 0.9 -9.599999 1 1 1 +v 2 3 -9.599999 1 1 1 +v 1.65359 0.9 -9.799999 1 1 1 +v 1.65359 3 -9.799999 1 1 1 +v 1.8 0.9 -9.653589 1 1 1 +v 1.8 3 -9.653589 1 1 1 +v 2 -1.671676E-14 -10 1 1 1 +v 2 -1.671676E-14 -8.998005 1 1 1 +v 2 0.2 -8.998005 1 1 1 +v 0.9980048 0.2 -10 1 1 1 +v 0.9980048 -1.671676E-14 -10 1 1 1 +v 1.132247 0.2 -9.499002 1 1 1 +v 1.499002 0.2 -9.132247 1 1 1 +v 1.132247 -1.599485E-14 -9.499002 1 1 1 +v 1.499002 -1.599485E-14 -9.132247 1 1 1 +v -4 1.082867E-15 8.548005 1 1 1 +v -3.454019 1.082867E-15 8.639002 1 1 1 +v -4 0.2 8.548005 1 1 1 +v -3.454019 0.2 8.639002 1 1 1 +v -3.332364 0.2 8.760657 1 1 1 +v -3.332364 1.082867E-15 8.760657 1 1 1 +v -3.241367 0.2 9.306638 1 1 1 +v -3.241367 1.082867E-15 9.306638 1 1 1 +v -4.545981 1.082867E-15 8.639002 1 1 1 +v -4.545981 0.2 8.639002 1 1 1 +v -4.758633 0.2 9.306638 1 1 1 +v -4.667636 0.2 8.760657 1 1 1 +v -4.667636 1.082867E-15 8.760657 1 1 1 +v -4.758633 1.082867E-15 9.306638 1 1 1 +v -2 7.219114E-16 8.998005 1 1 1 +v -2 7.219114E-16 10 1 1 1 +v -6 7.219114E-16 8.998005 1 1 1 +v -4 7.219114E-16 8.798005 1 1 1 +v -4 0.2 8.798005 1 1 1 +v -6 7.219114E-16 10 1 1 1 +v -2 3 9.599999 1 1 1 +v -4 3 9.4 1 1 1 +v -6 3 9.599999 1 1 1 +v -6 0.9 9.599999 1 1 1 +v -2 0.9 9.599999 1 1 1 +v -5.072641 2.3578 9.507264 1 1 1 +v -5.072641 2.557801 9.507264 1 1 1 +v -5.122393 2.307801 9.512239 1 1 1 +v -5.122393 2.6078 9.512239 1 1 1 +v -4.745332 2.097031 9.474533 1 1 1 +v -5.50589 2.307801 9.550589 1 1 1 +v -4.69558 2.04703 9.469558 1 1 1 +v -5.128829 2.097031 9.512883 1 1 1 +v -5.178581 2.04703 9.517858 1 1 1 +v -5.178581 1.847031 9.517858 1 1 1 +v -4.69558 1.847031 9.469558 1 1 1 +v -5.555642 2.3578 9.555564 1 1 1 +v -4 0.9 9.4 1 1 1 +v -4.745332 1.79703 9.474533 1 1 1 +v -5.128829 1.79703 9.512883 1 1 1 +v -5.50589 2.6078 9.550589 1 1 1 +v -5.555642 2.557801 9.555564 1 1 1 +v -2.533789 1.463198 9.546621 1 1 1 +v -2.533789 1.663198 9.546621 1 1 1 +v -2.583541 1.713198 9.541646 1 1 1 +v -2.583541 1.413198 9.541646 1 1 1 +v -2.967039 1.413198 9.503296 1 1 1 +v -3.01679 1.463198 9.498321 1 1 1 +v -2.967039 1.713198 9.503296 1 1 1 +v -3.01679 1.663198 9.498321 1 1 1 +v -2.583541 1.413198 9.541645 1 1 1 +v -2.962064 1.413198 9.453544 1 1 1 +v -2.578566 1.413198 9.491894 1 1 1 +v -2.583541 1.713198 9.541645 1 1 1 +v -2.578566 1.713198 9.491894 1 1 1 +v -2.962064 1.713198 9.453544 1 1 1 +v -2.528814 1.463198 9.496869 1 1 1 +v -2.533789 1.463198 9.54662 1 1 1 +v -2.528814 1.663198 9.496869 1 1 1 +v -2.533789 1.663198 9.54662 1 1 1 +v -3.016791 1.463198 9.498321 1 1 1 +v -3.011816 1.463198 9.448568 1 1 1 +v -3.016791 1.663198 9.498321 1 1 1 +v -3.011816 1.663198 9.448568 1 1 1 +v -5.122393 2.307801 9.512239 1 1 1 +v -5.510866 2.307801 9.500837 1 1 1 +v -5.127368 2.307801 9.462487 1 1 1 +v -5.122393 2.6078 9.512239 1 1 1 +v -5.127368 2.6078 9.462487 1 1 1 +v -5.510866 2.6078 9.500837 1 1 1 +v -5.077616 2.3578 9.457512 1 1 1 +v -5.072641 2.3578 9.507264 1 1 1 +v -5.077616 2.557801 9.457512 1 1 1 +v -5.072641 2.557801 9.507264 1 1 1 +v -5.560617 2.3578 9.505813 1 1 1 +v -5.560617 2.557801 9.505813 1 1 1 +v -4.745332 1.79703 9.474533 1 1 1 +v -4.750307 1.79703 9.424781 1 1 1 +v -5.128829 1.79703 9.512882 1 1 1 +v -5.133805 1.79703 9.463131 1 1 1 +v -4.745332 2.097031 9.474533 1 1 1 +v -5.128829 2.097031 9.512882 1 1 1 +v -4.750307 2.097031 9.424781 1 1 1 +v -5.133805 2.097031 9.463131 1 1 1 +v -4.700555 1.847031 9.419806 1 1 1 +v -4.69558 1.847031 9.469558 1 1 1 +v -4.700555 2.04703 9.419806 1 1 1 +v -4.69558 2.04703 9.469558 1 1 1 +v -5.183557 1.847031 9.468106 1 1 1 +v -5.183557 2.04703 9.468106 1 1 1 +v 4 3.609557E-16 8.548005 1 1 1 +v 4.545981 3.609557E-16 8.639002 1 1 1 +v 4 0.2 8.548005 1 1 1 +v 4.545981 0.2 8.639002 1 1 1 +v 4.667636 0.2 8.760657 1 1 1 +v 4.667636 3.609557E-16 8.760657 1 1 1 +v 4.758633 0.2 9.306638 1 1 1 +v 4.758633 3.609557E-16 9.306638 1 1 1 +v 3.454019 3.609557E-16 8.639002 1 1 1 +v 3.454019 0.2 8.639002 1 1 1 +v 3.241367 0.2 9.306638 1 1 1 +v 3.332364 0.2 8.760657 1 1 1 +v 3.332364 3.609557E-16 8.760657 1 1 1 +v 3.241367 3.609557E-16 9.306638 1 1 1 +v 2 0 8.998005 1 1 1 +v 4 0 8.798005 1 1 1 +v 4 0.2 8.798005 1 1 1 +v 6 3 9.599999 1 1 1 +v 4 3 9.4 1 1 1 +v 2 3 9.599999 1 1 1 +v 2 0.9 9.599999 1 1 1 +v 6 0.9 9.599999 1 1 1 +v 2.927359 2.3578 9.507264 1 1 1 +v 2.927359 2.557801 9.507264 1 1 1 +v 2.877607 2.307801 9.512239 1 1 1 +v 2.877607 2.6078 9.512239 1 1 1 +v 3.254668 2.097031 9.474533 1 1 1 +v 2.49411 2.307801 9.550589 1 1 1 +v 3.30442 2.04703 9.469558 1 1 1 +v 2.871171 2.097031 9.512883 1 1 1 +v 2.821419 2.04703 9.517858 1 1 1 +v 2.821419 1.847031 9.517858 1 1 1 +v 3.30442 1.847031 9.469558 1 1 1 +v 2.444358 2.3578 9.555564 1 1 1 +v 4 0.9 9.4 1 1 1 +v 3.254668 1.79703 9.474533 1 1 1 +v 2.871171 1.79703 9.512883 1 1 1 +v 2.49411 2.6078 9.550589 1 1 1 +v 2.444358 2.557801 9.555564 1 1 1 +v 5.466211 1.463198 9.546621 1 1 1 +v 5.466211 1.663198 9.546621 1 1 1 +v 5.416459 1.713198 9.541646 1 1 1 +v 5.416459 1.413198 9.541646 1 1 1 +v 5.032961 1.413198 9.503296 1 1 1 +v 4.98321 1.463198 9.498321 1 1 1 +v 5.032961 1.713198 9.503296 1 1 1 +v 4.98321 1.663198 9.498321 1 1 1 +v 5.416459 1.413198 9.541645 1 1 1 +v 5.037936 1.413198 9.453544 1 1 1 +v 5.421434 1.413198 9.491894 1 1 1 +v 5.416459 1.713198 9.541645 1 1 1 +v 5.421434 1.713198 9.491894 1 1 1 +v 5.037936 1.713198 9.453544 1 1 1 +v 5.471186 1.463198 9.496869 1 1 1 +v 5.46621 1.463198 9.54662 1 1 1 +v 5.471186 1.663198 9.496869 1 1 1 +v 5.46621 1.663198 9.54662 1 1 1 +v 4.988184 1.463198 9.448568 1 1 1 +v 4.988184 1.663198 9.448568 1 1 1 +v 2.49411 2.307801 9.550589 1 1 1 +v 2.489135 2.307801 9.500837 1 1 1 +v 2.872632 2.307801 9.462487 1 1 1 +v 2.49411 2.6078 9.550589 1 1 1 +v 2.872632 2.6078 9.462487 1 1 1 +v 2.489135 2.6078 9.500837 1 1 1 +v 2.922384 2.3578 9.457512 1 1 1 +v 2.927359 2.3578 9.507264 1 1 1 +v 2.922384 2.557801 9.457512 1 1 1 +v 2.927359 2.557801 9.507264 1 1 1 +v 2.444358 2.3578 9.555564 1 1 1 +v 2.439383 2.3578 9.505813 1 1 1 +v 2.444358 2.557801 9.555564 1 1 1 +v 2.439383 2.557801 9.505813 1 1 1 +v 3.254668 1.79703 9.474533 1 1 1 +v 3.249693 1.79703 9.424781 1 1 1 +v 2.871171 1.79703 9.512882 1 1 1 +v 2.866196 1.79703 9.463131 1 1 1 +v 3.254668 2.097031 9.474533 1 1 1 +v 2.871171 2.097031 9.512882 1 1 1 +v 3.249693 2.097031 9.424781 1 1 1 +v 2.866196 2.097031 9.463131 1 1 1 +v 3.299445 1.847031 9.419806 1 1 1 +v 3.30442 1.847031 9.469558 1 1 1 +v 3.299445 2.04703 9.419806 1 1 1 +v 3.30442 2.04703 9.469558 1 1 1 +v 2.821419 1.847031 9.517858 1 1 1 +v 2.816444 1.847031 9.468106 1 1 1 +v 2.821419 2.04703 9.517858 1 1 1 +v 2.816444 2.04703 9.468106 1 1 1 +v 4 7.219114E-16 -8.548005 1 1 1 +v 3.454019 7.219114E-16 -8.639002 1 1 1 +v 4 0.2 -8.548005 1 1 1 +v 3.454019 0.2 -8.639002 1 1 1 +v 3.332364 0.2 -8.760657 1 1 1 +v 3.332364 7.219114E-16 -8.760657 1 1 1 +v 3.241367 0.2 -9.306638 1 1 1 +v 3.241367 7.219114E-16 -9.306638 1 1 1 +v 4.545981 7.219114E-16 -8.639002 1 1 1 +v 4.545981 0.2 -8.639002 1 1 1 +v 4.758633 0.2 -9.306638 1 1 1 +v 4.667636 0.2 -8.760657 1 1 1 +v 4.667636 7.219114E-16 -8.760657 1 1 1 +v 4.758633 7.219114E-16 -9.306638 1 1 1 +v 2 3.609557E-16 -8.998005 1 1 1 +v 2 3.609557E-16 -10 1 1 1 +v 6 3.609557E-16 -8.998005 1 1 1 +v 4 3.609557E-16 -8.798005 1 1 1 +v 4 0.2 -8.798005 1 1 1 +v 6 3.609557E-16 -10 1 1 1 +v 6 3 -10 1 1 1 +v 4 3 -9.4 1 1 1 +v 6 3 -9.599999 1 1 1 +v 6 0.9 -9.599999 1 1 1 +v 5.072641 2.3578 -9.507264 1 1 1 +v 5.072641 2.557801 -9.507264 1 1 1 +v 5.122393 2.307801 -9.512239 1 1 1 +v 5.122393 2.6078 -9.512239 1 1 1 +v 4.745332 2.097031 -9.474533 1 1 1 +v 5.50589 2.307801 -9.550589 1 1 1 +v 4.69558 2.04703 -9.469558 1 1 1 +v 5.128829 2.097031 -9.512883 1 1 1 +v 5.178581 2.04703 -9.517858 1 1 1 +v 5.178581 1.847031 -9.517858 1 1 1 +v 4.69558 1.847031 -9.469558 1 1 1 +v 5.555642 2.3578 -9.555564 1 1 1 +v 4 0.9 -9.4 1 1 1 +v 4.745332 1.79703 -9.474533 1 1 1 +v 5.128829 1.79703 -9.512883 1 1 1 +v 5.50589 2.6078 -9.550589 1 1 1 +v 5.555642 2.557801 -9.555564 1 1 1 +v 2.533789 1.463198 -9.546621 1 1 1 +v 2.533789 1.663198 -9.546621 1 1 1 +v 2.583541 1.713198 -9.541646 1 1 1 +v 2.583541 1.413198 -9.541646 1 1 1 +v 2.967039 1.413198 -9.503296 1 1 1 +v 3.01679 1.463198 -9.498321 1 1 1 +v 2.967039 1.713198 -9.503296 1 1 1 +v 3.01679 1.663198 -9.498321 1 1 1 +v 2.967038 1.413198 -9.503296 1 1 1 +v 2.583541 1.413198 -9.541646 1 1 1 +v 2.962063 1.413198 -9.453545 1 1 1 +v 2.578566 1.413198 -9.491894 1 1 1 +v 2.583541 1.713198 -9.541646 1 1 1 +v 2.967038 1.713198 -9.503296 1 1 1 +v 2.578566 1.713198 -9.491894 1 1 1 +v 2.962063 1.713198 -9.453545 1 1 1 +v 2.528814 1.463198 -9.496869 1 1 1 +v 2.533789 1.463198 -9.546621 1 1 1 +v 2.528814 1.663198 -9.496869 1 1 1 +v 2.533789 1.663198 -9.546621 1 1 1 +v 3.01679 1.463198 -9.498321 1 1 1 +v 3.011815 1.463198 -9.448569 1 1 1 +v 3.01679 1.663198 -9.498321 1 1 1 +v 3.011815 1.663198 -9.448569 1 1 1 +v 5.122393 2.307801 -9.512239 1 1 1 +v 5.510866 2.307801 -9.500837 1 1 1 +v 5.127368 2.307801 -9.462487 1 1 1 +v 5.122393 2.6078 -9.512239 1 1 1 +v 5.127368 2.6078 -9.462487 1 1 1 +v 5.510866 2.6078 -9.500837 1 1 1 +v 5.077616 2.3578 -9.457512 1 1 1 +v 5.072641 2.3578 -9.507264 1 1 1 +v 5.077616 2.557801 -9.457512 1 1 1 +v 5.072641 2.557801 -9.507264 1 1 1 +v 5.560617 2.3578 -9.505813 1 1 1 +v 5.560617 2.557801 -9.505813 1 1 1 +v 4.745332 1.79703 -9.474533 1 1 1 +v 4.750307 1.79703 -9.424781 1 1 1 +v 5.128829 1.79703 -9.512882 1 1 1 +v 5.133805 1.79703 -9.463131 1 1 1 +v 4.745332 2.097031 -9.474533 1 1 1 +v 5.128829 2.097031 -9.512882 1 1 1 +v 4.750307 2.097031 -9.424781 1 1 1 +v 5.133805 2.097031 -9.463131 1 1 1 +v 4.700555 1.847031 -9.419806 1 1 1 +v 4.69558 1.847031 -9.469558 1 1 1 +v 4.700555 2.04703 -9.419806 1 1 1 +v 4.69558 2.04703 -9.469558 1 1 1 +v 5.183557 1.847031 -9.468106 1 1 1 +v 5.183557 2.04703 -9.468106 1 1 1 +v -4 3.609557E-16 -8.548005 1 1 1 +v -4.545981 3.609557E-16 -8.639002 1 1 1 +v -4 0.2 -8.548005 1 1 1 +v -4.545981 0.2 -8.639002 1 1 1 +v -4.667636 0.2 -8.760657 1 1 1 +v -4.667636 3.609557E-16 -8.760657 1 1 1 +v -4.758633 0.2 -9.306638 1 1 1 +v -4.758633 3.609557E-16 -9.306638 1 1 1 +v -3.454019 3.609557E-16 -8.639002 1 1 1 +v -3.454019 0.2 -8.639002 1 1 1 +v -3.241367 0.2 -9.306638 1 1 1 +v -3.332364 0.2 -8.760657 1 1 1 +v -3.332364 3.609557E-16 -8.760657 1 1 1 +v -3.241367 3.609557E-16 -9.306638 1 1 1 +v -6 6.411861E-31 -8.998005 1 1 1 +v -6 6.411861E-31 -10 1 1 1 +v -2 6.411861E-31 -8.998005 1 1 1 +v -4 6.411861E-31 -8.798005 1 1 1 +v -4 0.2 -8.798005 1 1 1 +v -2 6.411861E-31 -10 1 1 1 +v -6 3 -9.599999 1 1 1 +v -4 3 -9.4 1 1 1 +v -2 3 -9.599999 1 1 1 +v -2 0.9 -9.599999 1 1 1 +v -6 0.9 -9.599999 1 1 1 +v -2.927359 2.3578 -9.507264 1 1 1 +v -2.927359 2.557801 -9.507264 1 1 1 +v -2.877607 2.307801 -9.512239 1 1 1 +v -2.877607 2.6078 -9.512239 1 1 1 +v -3.254668 2.097031 -9.474533 1 1 1 +v -2.49411 2.307801 -9.550589 1 1 1 +v -3.30442 2.04703 -9.469558 1 1 1 +v -2.871171 2.097031 -9.512883 1 1 1 +v -2.821419 2.04703 -9.517858 1 1 1 +v -2.821419 1.847031 -9.517858 1 1 1 +v -3.30442 1.847031 -9.469558 1 1 1 +v -2.444358 2.3578 -9.555564 1 1 1 +v -4 0.9 -9.4 1 1 1 +v -3.254668 1.79703 -9.474533 1 1 1 +v -2.871171 1.79703 -9.512883 1 1 1 +v -2.49411 2.6078 -9.550589 1 1 1 +v -2.444358 2.557801 -9.555564 1 1 1 +v -5.466211 1.463198 -9.546621 1 1 1 +v -5.466211 1.663198 -9.546621 1 1 1 +v -5.416459 1.713198 -9.541646 1 1 1 +v -5.416459 1.413198 -9.541646 1 1 1 +v -5.032961 1.413198 -9.503296 1 1 1 +v -4.98321 1.463198 -9.498321 1 1 1 +v -5.032961 1.713198 -9.503296 1 1 1 +v -4.98321 1.663198 -9.498321 1 1 1 +v -5.416459 1.413198 -9.541646 1 1 1 +v -5.037936 1.413198 -9.453545 1 1 1 +v -5.421434 1.413198 -9.491894 1 1 1 +v -5.416459 1.713198 -9.541646 1 1 1 +v -5.421434 1.713198 -9.491894 1 1 1 +v -5.037936 1.713198 -9.453545 1 1 1 +v -5.471186 1.463198 -9.496869 1 1 1 +v -5.46621 1.463198 -9.546621 1 1 1 +v -5.471186 1.663198 -9.496869 1 1 1 +v -5.46621 1.663198 -9.546621 1 1 1 +v -4.988184 1.463198 -9.448569 1 1 1 +v -4.988184 1.663198 -9.448569 1 1 1 +v -2.877607 2.307801 -9.512239 1 1 1 +v -2.489134 2.307801 -9.500837 1 1 1 +v -2.872632 2.307801 -9.462487 1 1 1 +v -2.877607 2.6078 -9.512239 1 1 1 +v -2.872632 2.6078 -9.462487 1 1 1 +v -2.489134 2.6078 -9.500837 1 1 1 +v -2.922384 2.3578 -9.457512 1 1 1 +v -2.927359 2.3578 -9.507264 1 1 1 +v -2.922384 2.557801 -9.457512 1 1 1 +v -2.927359 2.557801 -9.507264 1 1 1 +v -2.444358 2.3578 -9.555564 1 1 1 +v -2.439383 2.3578 -9.505813 1 1 1 +v -2.444358 2.557801 -9.555564 1 1 1 +v -2.439383 2.557801 -9.505813 1 1 1 +v -3.254668 1.79703 -9.474533 1 1 1 +v -3.249693 1.79703 -9.424781 1 1 1 +v -2.871171 1.79703 -9.512882 1 1 1 +v -2.866195 1.79703 -9.463131 1 1 1 +v -3.254668 2.097031 -9.474533 1 1 1 +v -2.871171 2.097031 -9.512882 1 1 1 +v -3.249693 2.097031 -9.424781 1 1 1 +v -2.866195 2.097031 -9.463131 1 1 1 +v -3.299445 1.847031 -9.419806 1 1 1 +v -3.299445 2.04703 -9.419806 1 1 1 +v -2.816443 1.847031 -9.468106 1 1 1 +v -2.816443 2.04703 -9.468106 1 1 1 +v -8.998005 0.2 -2 1 1 1 +v -8.998005 0 -2 1 1 1 +v -10 0 -2 1 1 1 +v -8.798005 0 -4 1 1 1 +v -8.798005 0.2 -4 1 1 1 +v -9.999998 3 -2 1 1 1 +v -9.999998 3 -6.000001 1 1 1 +v -9.599998 3 -2 1 1 1 +v -9.399998 3 -4 1 1 1 +v -9.599998 3 -6.000001 1 1 1 +v -9.999998 0.9 -2 1 1 1 +v -9.999998 0.9 -6.000001 1 1 1 +v -9.599998 0.9 -6.000001 1 1 1 +v -9.599998 0.9 -2 1 1 1 +v -9.508285 2.341752 -5.08287 1 1 1 +v -9.508285 2.541752 -5.08287 1 1 1 +v -9.51326 2.291752 -5.132622 1 1 1 +v -9.51326 2.591752 -5.132622 1 1 1 +v -9.399998 0.9 -4 1 1 1 +v -9.55161 2.291752 -5.51612 1 1 1 +v -9.556585 2.341752 -5.565871 1 1 1 +v -9.55161 2.591752 -5.51612 1 1 1 +v -9.556585 2.541752 -5.565871 1 1 1 +v -9.56818 1.683671 -2.318187 1 1 1 +v -9.56818 1.883671 -2.318187 1 1 1 +v -9.563205 1.933671 -2.367939 1 1 1 +v -9.524855 1.933671 -2.751437 1 1 1 +v -9.519879 1.883671 -2.801188 1 1 1 +v -9.519879 1.683671 -2.801188 1 1 1 +v -9.563205 1.633671 -2.367939 1 1 1 +v -9.492287 1.585278 -3.077118 1 1 1 +v -9.524855 1.633671 -2.751437 1 1 1 +v -9.453937 1.585278 -3.460616 1 1 1 +v -9.448961 1.535278 -3.510368 1 1 1 +v -9.448961 1.335278 -3.510368 1 1 1 +v -9.453937 1.285278 -3.460616 1 1 1 +v -9.492287 1.285278 -3.077118 1 1 1 +v -9.497262 1.535278 -3.027367 1 1 1 +v -9.497262 1.335278 -3.027367 1 1 1 +v -9.55161 2.291752 -5.516119 1 1 1 +v -9.51326 2.291752 -5.132622 1 1 1 +v -9.501858 2.291752 -5.521095 1 1 1 +v -9.463508 2.291752 -5.137597 1 1 1 +v -9.51326 2.591752 -5.132622 1 1 1 +v -9.55161 2.591752 -5.516119 1 1 1 +v -9.463508 2.591752 -5.137597 1 1 1 +v -9.501858 2.591752 -5.521095 1 1 1 +v -9.458532 2.341752 -5.087845 1 1 1 +v -9.458532 2.541752 -5.087845 1 1 1 +v -9.556584 2.341752 -5.565871 1 1 1 +v -9.506833 2.341752 -5.570847 1 1 1 +v -9.556584 2.541752 -5.565871 1 1 1 +v -9.506833 2.541752 -5.570847 1 1 1 +v -9.524855 1.633671 -2.751436 1 1 1 +v -9.563205 1.633671 -2.367939 1 1 1 +v -9.475102 1.633671 -2.746461 1 1 1 +v -9.513453 1.633671 -2.362964 1 1 1 +v -9.563205 1.933671 -2.367939 1 1 1 +v -9.524855 1.933671 -2.751436 1 1 1 +v -9.513453 1.933671 -2.362964 1 1 1 +v -9.475102 1.933671 -2.746461 1 1 1 +v -9.518428 1.683671 -2.313212 1 1 1 +v -9.568179 1.683671 -2.318187 1 1 1 +v -9.518428 1.883671 -2.313212 1 1 1 +v -9.568179 1.883671 -2.318187 1 1 1 +v -9.519879 1.683671 -2.801188 1 1 1 +v -9.470127 1.683671 -2.796213 1 1 1 +v -9.519879 1.883671 -2.801188 1 1 1 +v -9.470127 1.883671 -2.796213 1 1 1 +v -9.453937 1.285278 -3.460616 1 1 1 +v -9.492287 1.285278 -3.077118 1 1 1 +v -9.404184 1.285278 -3.455641 1 1 1 +v -9.442534 1.285278 -3.072143 1 1 1 +v -9.453937 1.585278 -3.460616 1 1 1 +v -9.442534 1.585278 -3.072143 1 1 1 +v -9.404184 1.585278 -3.455641 1 1 1 +v -9.44751 1.335278 -3.022391 1 1 1 +v -9.497261 1.335278 -3.027366 1 1 1 +v -9.44751 1.535278 -3.022391 1 1 1 +v -9.497261 1.535278 -3.027366 1 1 1 +v -9.448961 1.335278 -3.510368 1 1 1 +v -9.399209 1.335278 -3.505393 1 1 1 +v -9.448961 1.535278 -3.510368 1 1 1 +v -9.399209 1.535278 -3.505393 1 1 1 +v 8.0904 2.757286 -8.840658 1 1 1 +v 7.82245 2.757286 -8.465528 1 1 1 +v 8.465528 2.757286 -9.108607 1 1 1 +v 8.840658 2.757286 -8.840658 1 1 1 +v 8.0904 2.757286 -8.0904 1 1 1 +v 8.465528 2.757286 -7.822451 1 1 1 +v 9.108607 2.757286 -8.465529 1 1 1 +v 8.840658 2.757286 -8.0904 1 1 1 +v 8.0904 3.133286 -8.840658 1 1 1 +v 8.465528 3.133286 -9.108607 1 1 1 +v 7.82245 3.133286 -8.465528 1 1 1 +v 8.0904 3.133286 -8.0904 1 1 1 +v 8.840658 3.133286 -8.840658 1 1 1 +v 8.465528 3.133286 -7.822451 1 1 1 +v 9.108607 3.133286 -8.465529 1 1 1 +v 8.840658 3.133286 -8.0904 1 1 1 +v 8.12041 0.576 -8.810648 1 1 1 +v 8.465528 0.576 -9.057161 1 1 1 +v 7.873897 0.576 -8.465528 1 1 1 +v 8.12041 0.576 -8.12041 1 1 1 +v 8.810647 0.576 -8.810648 1 1 1 +v 9.057161 0.576 -8.465529 1 1 1 +v 8.465528 0.576 -7.873897 1 1 1 +v 8.810648 0.576 -8.12041 1 1 1 +v 7.873897 0.2 -8.465528 1 1 1 +v 8.12041 0.2 -8.810648 1 1 1 +v 8.12041 0.2 -8.12041 1 1 1 +v 8.465528 0.2 -7.873897 1 1 1 +v 8.810648 0.2 -8.12041 1 1 1 +v 9.057161 0.2 -8.465529 1 1 1 +v 8.810647 0.2 -8.810648 1 1 1 +v 8.465528 0.2 -9.057161 1 1 1 +v 8.232891 0.576 -8.232891 1 1 1 +v 8.066721 0.576 -8.465528 1 1 1 +v 8.174731 2.757286 -8.174731 1 1 1 +v 7.967019 2.757286 -8.465528 1 1 1 +v 8.756327 2.757286 -8.174731 1 1 1 +v 8.964039 2.757286 -8.465529 1 1 1 +v 8.698167 0.576 -8.232891 1 1 1 +v 8.864337 0.576 -8.465529 1 1 1 +v 8.465528 0.576 -8.066721 1 1 1 +v 8.465528 2.757286 -7.967019 1 1 1 +v 8.23289 0.576 -8.698167 1 1 1 +v 8.465528 0.576 -8.864337 1 1 1 +v 8.174731 2.757286 -8.756327 1 1 1 +v 8.465528 2.757286 -8.964039 1 1 1 +v 8.698167 0.576 -8.698167 1 1 1 +v 8.756327 2.757286 -8.756327 1 1 1 +v -8.840658 2.757286 -8.0904 1 1 1 +v -8.465528 2.757286 -7.82245 1 1 1 +v -9.108607 2.757286 -8.465528 1 1 1 +v -8.840658 2.757286 -8.840657 1 1 1 +v -8.0904 2.757286 -8.0904 1 1 1 +v -7.822451 2.757286 -8.465528 1 1 1 +v -8.465528 2.757286 -9.108606 1 1 1 +v -8.0904 2.757286 -8.840657 1 1 1 +v -8.840658 3.133286 -8.0904 1 1 1 +v -9.108607 3.133286 -8.465528 1 1 1 +v -8.465528 3.133286 -7.82245 1 1 1 +v -8.0904 3.133286 -8.0904 1 1 1 +v -8.840658 3.133286 -8.840657 1 1 1 +v -7.822451 3.133286 -8.465528 1 1 1 +v -8.465528 3.133286 -9.108606 1 1 1 +v -8.0904 3.133286 -8.840657 1 1 1 +v -8.810647 0.576 -8.12041 1 1 1 +v -9.05716 0.576 -8.465528 1 1 1 +v -8.465528 0.576 -7.873897 1 1 1 +v -8.12041 0.576 -8.12041 1 1 1 +v -8.810647 0.576 -8.810647 1 1 1 +v -8.465528 0.576 -9.05716 1 1 1 +v -7.873897 0.576 -8.465528 1 1 1 +v -8.12041 0.576 -8.810647 1 1 1 +v -8.465528 0.2 -7.873897 1 1 1 +v -8.810647 0.2 -8.12041 1 1 1 +v -8.12041 0.2 -8.12041 1 1 1 +v -7.873897 0.2 -8.465528 1 1 1 +v -8.12041 0.2 -8.810647 1 1 1 +v -8.465528 0.2 -9.05716 1 1 1 +v -8.810647 0.2 -8.810647 1 1 1 +v -9.05716 0.2 -8.465528 1 1 1 +v -8.232891 0.576 -8.23289 1 1 1 +v -8.465528 0.576 -8.06672 1 1 1 +v -8.174731 2.757286 -8.174731 1 1 1 +v -8.465528 2.757286 -7.967018 1 1 1 +v -8.174731 2.757286 -8.756326 1 1 1 +v -8.465528 2.757286 -8.964039 1 1 1 +v -8.232891 0.576 -8.698167 1 1 1 +v -8.465528 0.576 -8.864337 1 1 1 +v -8.066721 0.576 -8.465528 1 1 1 +v -7.967019 2.757286 -8.465528 1 1 1 +v -8.698167 0.576 -8.23289 1 1 1 +v -8.864337 0.576 -8.465528 1 1 1 +v -8.756327 2.757286 -8.174731 1 1 1 +v -8.964039 2.757286 -8.465528 1 1 1 +v -8.698167 0.576 -8.698167 1 1 1 +v -8.756327 2.757286 -8.756326 1 1 1 +v -8.0904 2.757286 8.840657 1 1 1 +v -7.822451 2.757286 8.465528 1 1 1 +v -8.465528 2.757286 9.108606 1 1 1 +v -8.840658 2.757286 8.840657 1 1 1 +v -8.0904 2.757286 8.0904 1 1 1 +v -8.465528 2.757286 7.82245 1 1 1 +v -9.108607 2.757286 8.465528 1 1 1 +v -8.840658 2.757286 8.0904 1 1 1 +v -8.0904 3.133286 8.840657 1 1 1 +v -8.465528 3.133286 9.108606 1 1 1 +v -7.822451 3.133286 8.465528 1 1 1 +v -8.0904 3.133286 8.0904 1 1 1 +v -8.840658 3.133286 8.840657 1 1 1 +v -8.465528 3.133286 7.82245 1 1 1 +v -9.108607 3.133286 8.465528 1 1 1 +v -8.840658 3.133286 8.0904 1 1 1 +v -8.12041 0.576 8.810647 1 1 1 +v -8.465528 0.576 9.05716 1 1 1 +v -7.873897 0.576 8.465528 1 1 1 +v -8.12041 0.576 8.12041 1 1 1 +v -8.810648 0.576 8.810647 1 1 1 +v -9.057161 0.576 8.465528 1 1 1 +v -8.465528 0.576 7.873897 1 1 1 +v -8.810647 0.576 8.12041 1 1 1 +v -7.873897 0.2 8.465528 1 1 1 +v -8.12041 0.2 8.810647 1 1 1 +v -8.12041 0.2 8.12041 1 1 1 +v -8.465528 0.2 7.873897 1 1 1 +v -8.810647 0.2 8.12041 1 1 1 +v -9.057161 0.2 8.465528 1 1 1 +v -8.810648 0.2 8.810647 1 1 1 +v -8.465528 0.2 9.05716 1 1 1 +v -8.232891 0.576 8.23289 1 1 1 +v -8.066721 0.576 8.465528 1 1 1 +v -8.174731 2.757286 8.174731 1 1 1 +v -7.967019 2.757286 8.465528 1 1 1 +v -8.756327 2.757286 8.174731 1 1 1 +v -8.964039 2.757286 8.465528 1 1 1 +v -8.698167 0.576 8.23289 1 1 1 +v -8.864337 0.576 8.465528 1 1 1 +v -8.465528 0.576 8.06672 1 1 1 +v -8.465528 2.757286 7.967018 1 1 1 +v -8.232891 0.576 8.698167 1 1 1 +v -8.465528 0.576 8.864337 1 1 1 +v -8.174731 2.757286 8.756326 1 1 1 +v -8.465528 2.757286 8.964039 1 1 1 +v -8.698167 0.576 8.698167 1 1 1 +v -8.756327 2.757286 8.756326 1 1 1 +v 8.840658 2.757286 8.0904 1 1 1 +v 8.465528 2.757286 7.82245 1 1 1 +v 9.108607 2.757286 8.465528 1 1 1 +v 8.840658 2.757286 8.840657 1 1 1 +v 8.0904 2.757286 8.0904 1 1 1 +v 7.822451 2.757286 8.465528 1 1 1 +v 8.465528 2.757286 9.108606 1 1 1 +v 8.0904 2.757286 8.840657 1 1 1 +v 8.840658 3.133286 8.0904 1 1 1 +v 9.108607 3.133286 8.465528 1 1 1 +v 8.465528 3.133286 7.82245 1 1 1 +v 8.0904 3.133286 8.0904 1 1 1 +v 8.840658 3.133286 8.840657 1 1 1 +v 7.822451 3.133286 8.465528 1 1 1 +v 8.465528 3.133286 9.108606 1 1 1 +v 8.0904 3.133286 8.840657 1 1 1 +v 8.810647 0.576 8.12041 1 1 1 +v 9.05716 0.576 8.465528 1 1 1 +v 8.465528 0.576 7.873897 1 1 1 +v 8.12041 0.576 8.12041 1 1 1 +v 8.810647 0.576 8.810647 1 1 1 +v 8.465528 0.576 9.05716 1 1 1 +v 7.873897 0.576 8.465528 1 1 1 +v 8.12041 0.576 8.810647 1 1 1 +v 8.465528 0.2 7.873897 1 1 1 +v 8.810647 0.2 8.12041 1 1 1 +v 8.12041 0.2 8.12041 1 1 1 +v 7.873897 0.2 8.465528 1 1 1 +v 8.12041 0.2 8.810647 1 1 1 +v 8.465528 0.2 9.05716 1 1 1 +v 8.810647 0.2 8.810647 1 1 1 +v 9.05716 0.2 8.465528 1 1 1 +v 8.232891 0.576 8.23289 1 1 1 +v 8.465528 0.576 8.06672 1 1 1 +v 8.174731 2.757286 8.174731 1 1 1 +v 8.465528 2.757286 7.967018 1 1 1 +v 8.174731 2.757286 8.756326 1 1 1 +v 8.465528 2.757286 8.964039 1 1 1 +v 8.232891 0.576 8.698167 1 1 1 +v 8.465528 0.576 8.864337 1 1 1 +v 8.066721 0.576 8.465528 1 1 1 +v 7.967019 2.757286 8.465528 1 1 1 +v 8.698167 0.576 8.23289 1 1 1 +v 8.864337 0.576 8.465528 1 1 1 +v 8.756327 2.757286 8.174731 1 1 1 +v 8.964039 2.757286 8.465528 1 1 1 +v 8.698167 0.576 8.698167 1 1 1 +v 8.756327 2.757286 8.756326 1 1 1 +v -8.225579 0 0.1721042 1 1 1 +v -9.384689 0 -0.1384787 1 1 1 +v -8.331645 0.1 -0.01160757 1 1 1 +v -9.200978 0.1 -0.2445447 1 1 1 +v -6.788999 0.1 -0.9062624 1 1 1 +v -7.069632 0.1 -0.80022 1 1 1 +v -6.895041 0.1 -1.186896 1 1 1 +v -7.175674 0.1 -1.080853 1 1 1 +v -8.098708 0.1 -0.8809408 1 1 1 +v -8.96804 0.1 -1.113878 1 1 1 +v -8.390224 0 0.5248491 1 1 1 +v -8.267749 0.2 0.5955597 1 1 1 +v -8.183168 0 1.29759 1 1 1 +v -8.112457 0.2 1.175115 1 1 1 +v -7.532902 0.2 1.019824 1 1 1 +v -7.688193 0.2 0.4402683 1 1 1 +v -7.410428 0 1.090534 1 1 1 +v -7.914996 0 -0.9870068 1 1 1 +v -9.074107 0 -1.29759 1 1 1 +v -9.227287 0.05 1.335641 1 1 1 +v -9.517065 0.05 1.413287 1 1 1 +v -9.304933 0.05 1.045863 1 1 1 +v -9.59471 0.05 1.123509 1 1 1 +v -9.55242 0 1.474524 1 1 1 +v -9.655948 0 1.088154 1 1 1 +v -9.16605 0 1.370996 1 1 1 +v -9.269577 0 0.9846259 1 1 1 +v -7.24012 0 -1.109952 1 1 1 +v -7.09873 0 -0.735774 1 1 1 +v -6.865942 0 -1.251342 1 1 1 +v -6.724553 0 -0.8771639 1 1 1 +v -6.614956 0 1.396792 1 1 1 +v -6.421771 0 1.345028 1 1 1 +v -6.584338 0.05 1.41447 1 1 1 +v -6.439449 0.05 1.375647 1 1 1 +v -6.400626 0.05 1.520536 1 1 1 +v -6.545515 0.05 1.559358 1 1 1 +v -7.617483 0 0.3177938 1 1 1 +v -6.370008 0 1.538213 1 1 1 +v -6.563192 0 1.589977 1 1 1 +v -8.930517 0 -1.720207 1 1 1 +v -8.737332 0 -1.771971 1 1 1 +v -8.899899 0.05 -1.702529 1 1 1 +v -8.75501 0.05 -1.741352 1 1 1 +v -8.716187 0.05 -1.596463 1 1 1 +v -8.861075 0.05 -1.55764 1 1 1 +v -8.878754 0 -1.527022 1 1 1 +v -8.685568 0 -1.578785 1 1 1 +v -8.686515 0.1 0.5110617 1 1 1 +v -8.686515 0.1 0.8110617 1 1 1 +v -8.986515 0.1 0.5110617 1 1 1 +v -8.986515 0.1 0.8110617 1 1 1 +v -8.636516 0 0.4610618 1 1 1 +v -8.636516 0 0.8610617 1 1 1 +v -9.036515 0 0.4610618 1 1 1 +v -9.036515 0 0.8610617 1 1 1 +v -7.803762 0 -0.594766 1 1 1 +v -7.778762 0.1 -0.569766 1 1 1 +v -7.803762 0 -0.394766 1 1 1 +v -7.778762 0.1 -0.419766 1 1 1 +v -7.628762 0.1 -0.569766 1 1 1 +v -7.628762 0.1 -0.419766 1 1 1 +v -7.603762 0 -0.594766 1 1 1 +v -7.603762 0 -0.394766 1 1 1 +v -7.176097 0.05 0.05306925 1 1 1 +v -7.465875 0.05 0.130715 1 1 1 +v -7.253743 0.05 -0.2367085 1 1 1 +v -7.54352 0.05 -0.1590628 1 1 1 +v -7.50123 0 0.1919522 1 1 1 +v -7.604758 0 -0.1944181 1 1 1 +v -6.676548 0.1 0.4701758 1 1 1 +v -6.754193 0.1 0.7599536 1 1 1 +v -6.966325 0.1 0.3925301 1 1 1 +v -7.043971 0.1 0.6823078 1 1 1 +v -6.61531 0 0.4348205 1 1 1 +v -6.718838 0 0.8211908 1 1 1 +v -7.11486 0 0.08842458 1 1 1 +v -7.218388 0 -0.2979457 1 1 1 +v -7.105208 0 0.7176632 1 1 1 +v -7.00168 0 0.3312929 1 1 1 +v -3.51625 3.3269 8.934477 1 1 1 +v -3.51625 2.9269 8.934477 1 1 1 +v -3.435625 3.3269 9.418227 1 1 1 +v -3.435625 2.9269 9.418227 1 1 1 +v -4 2.9269 9.982602 1 1 1 +v -4.48375 2.9269 9.901978 1 1 1 +v -4 3.3269 9.982602 1 1 1 +v -4.48375 3.3269 9.901978 1 1 1 +v -3.51625 2.9269 9.901978 1 1 1 +v -3.51625 3.3269 9.901978 1 1 1 +v -4 2.9269 8.853852 1 1 1 +v -4 3.3269 8.853852 1 1 1 +v -4.48375 2.9269 8.934477 1 1 1 +v -4.48375 3.3269 8.934477 1 1 1 +v -4.564375 2.9269 9.418227 1 1 1 +v -4.564375 3.3269 9.418227 1 1 1 +v -4 0.2 9.937452 1 1 1 +v -4.44505 0.2 9.863277 1 1 1 +v -4 0.6 9.937452 1 1 1 +v -4.44505 0.6 9.863277 1 1 1 +v -4.44505 0.2 8.973177 1 1 1 +v -4 0.2 8.899002 1 1 1 +v -4.44505 0.6 8.973177 1 1 1 +v -4 0.6 8.899002 1 1 1 +v -3.55495 0.2 9.863277 1 1 1 +v -3.55495 0.6 9.863277 1 1 1 +v -3.480775 0.6 9.418227 1 1 1 +v -3.480775 0.2 9.418227 1 1 1 +v -3.55495 0.6 8.973177 1 1 1 +v -4.519225 0.6 9.418227 1 1 1 +v -4.519225 0.2 9.418227 1 1 1 +v -3.55495 0.2 8.973177 1 1 1 +v -4.4375 2.9269 9.418227 1 1 1 +v -4.375 2.9269 9.793227 1 1 1 +v -4.35 0.6 9.418227 1 1 1 +v -4.3 0.6 9.718227 1 1 1 +v -4.375 2.9269 9.043227 1 1 1 +v -4.3 0.6 9.118227 1 1 1 +v -4 0.6 9.068227 1 1 1 +v -3.7 0.6 9.118227 1 1 1 +v -4 2.9269 8.980727 1 1 1 +v -3.625 2.9269 9.043227 1 1 1 +v -3.7 0.6 9.718227 1 1 1 +v -4 0.6 9.768228 1 1 1 +v -3.625 2.9269 9.793227 1 1 1 +v -4 2.9269 9.855727 1 1 1 +v -3.5625 2.9269 9.418227 1 1 1 +v -3.65 0.6 9.418227 1 1 1 +v 4.48375 3.3269 8.934477 1 1 1 +v 4.48375 2.9269 8.934477 1 1 1 +v 4.564375 3.3269 9.418227 1 1 1 +v 4.564375 2.9269 9.418227 1 1 1 +v 4 2.9269 9.982602 1 1 1 +v 3.51625 2.9269 9.901978 1 1 1 +v 4 3.3269 9.982602 1 1 1 +v 3.51625 3.3269 9.901978 1 1 1 +v 4.48375 2.9269 9.901978 1 1 1 +v 4.48375 3.3269 9.901978 1 1 1 +v 4 2.9269 8.853852 1 1 1 +v 4 3.3269 8.853852 1 1 1 +v 3.51625 2.9269 8.934477 1 1 1 +v 3.51625 3.3269 8.934477 1 1 1 +v 3.435625 2.9269 9.418227 1 1 1 +v 3.435625 3.3269 9.418227 1 1 1 +v 4 0.2 9.937452 1 1 1 +v 3.55495 0.2 9.863277 1 1 1 +v 4 0.6 9.937452 1 1 1 +v 3.55495 0.6 9.863277 1 1 1 +v 3.55495 0.2 8.973177 1 1 1 +v 4 0.2 8.899002 1 1 1 +v 3.55495 0.6 8.973177 1 1 1 +v 4 0.6 8.899002 1 1 1 +v 4.44505 0.2 9.863277 1 1 1 +v 4.44505 0.6 9.863277 1 1 1 +v 4.519225 0.6 9.418227 1 1 1 +v 4.519225 0.2 9.418227 1 1 1 +v 4.44505 0.6 8.973177 1 1 1 +v 3.480775 0.6 9.418227 1 1 1 +v 3.480775 0.2 9.418227 1 1 1 +v 4.44505 0.2 8.973177 1 1 1 +v 3.5625 2.9269 9.418227 1 1 1 +v 3.625 2.9269 9.793227 1 1 1 +v 3.65 0.6 9.418227 1 1 1 +v 3.7 0.6 9.718227 1 1 1 +v 3.625 2.9269 9.043227 1 1 1 +v 3.7 0.6 9.118227 1 1 1 +v 4 0.6 9.068227 1 1 1 +v 4.3 0.6 9.118227 1 1 1 +v 4 2.9269 8.980727 1 1 1 +v 4.375 2.9269 9.043227 1 1 1 +v 4.3 0.6 9.718227 1 1 1 +v 4 0.6 9.768228 1 1 1 +v 4.375 2.9269 9.793227 1 1 1 +v 4 2.9269 9.855727 1 1 1 +v 4.4375 2.9269 9.418227 1 1 1 +v 4.35 0.6 9.418227 1 1 1 +v 3.51625 3.3269 -8.934477 1 1 1 +v 3.51625 2.9269 -8.934477 1 1 1 +v 3.435625 3.3269 -9.418227 1 1 1 +v 3.435625 2.9269 -9.418227 1 1 1 +v 4 2.9269 -9.982602 1 1 1 +v 4.48375 2.9269 -9.901978 1 1 1 +v 4 3.3269 -9.982602 1 1 1 +v 4.48375 3.3269 -9.901978 1 1 1 +v 3.51625 2.9269 -9.901978 1 1 1 +v 3.51625 3.3269 -9.901978 1 1 1 +v 4 2.9269 -8.853852 1 1 1 +v 4 3.3269 -8.853852 1 1 1 +v 4.48375 2.9269 -8.934477 1 1 1 +v 4.48375 3.3269 -8.934477 1 1 1 +v 4.564375 2.9269 -9.418227 1 1 1 +v 4.564375 3.3269 -9.418227 1 1 1 +v 4 0.2 -9.937452 1 1 1 +v 4.44505 0.2 -9.863277 1 1 1 +v 4 0.6 -9.937452 1 1 1 +v 4.44505 0.6 -9.863277 1 1 1 +v 4.44505 0.2 -8.973177 1 1 1 +v 4 0.2 -8.899002 1 1 1 +v 4.44505 0.6 -8.973177 1 1 1 +v 4 0.6 -8.899002 1 1 1 +v 3.55495 0.2 -9.863277 1 1 1 +v 3.55495 0.6 -9.863277 1 1 1 +v 3.480775 0.6 -9.418227 1 1 1 +v 3.480775 0.2 -9.418227 1 1 1 +v 3.55495 0.6 -8.973177 1 1 1 +v 4.519225 0.6 -9.418227 1 1 1 +v 4.519225 0.2 -9.418227 1 1 1 +v 3.55495 0.2 -8.973177 1 1 1 +v 4.4375 2.9269 -9.418227 1 1 1 +v 4.375 2.9269 -9.793227 1 1 1 +v 4.35 0.6 -9.418227 1 1 1 +v 4.3 0.6 -9.718227 1 1 1 +v 4.375 2.9269 -9.043227 1 1 1 +v 4.3 0.6 -9.118227 1 1 1 +v 4 0.6 -9.068227 1 1 1 +v 3.7 0.6 -9.118227 1 1 1 +v 4 2.9269 -8.980727 1 1 1 +v 3.625 2.9269 -9.043227 1 1 1 +v 3.7 0.6 -9.718227 1 1 1 +v 4 0.6 -9.768228 1 1 1 +v 3.625 2.9269 -9.793227 1 1 1 +v 4 2.9269 -9.855727 1 1 1 +v 3.5625 2.9269 -9.418227 1 1 1 +v 3.65 0.6 -9.418227 1 1 1 +v -4.48375 3.3269 -8.934477 1 1 1 +v -4.48375 2.9269 -8.934477 1 1 1 +v -4.564375 3.3269 -9.418227 1 1 1 +v -4.564375 2.9269 -9.418227 1 1 1 +v -4 2.9269 -9.982602 1 1 1 +v -3.51625 2.9269 -9.901978 1 1 1 +v -4 3.3269 -9.982602 1 1 1 +v -3.51625 3.3269 -9.901978 1 1 1 +v -4.48375 2.9269 -9.901978 1 1 1 +v -4.48375 3.3269 -9.901978 1 1 1 +v -4 2.9269 -8.853852 1 1 1 +v -4 3.3269 -8.853852 1 1 1 +v -3.51625 2.9269 -8.934477 1 1 1 +v -3.51625 3.3269 -8.934477 1 1 1 +v -3.435625 2.9269 -9.418227 1 1 1 +v -3.435625 3.3269 -9.418227 1 1 1 +v -4 0.2 -9.937452 1 1 1 +v -3.55495 0.2 -9.863277 1 1 1 +v -4 0.6 -9.937452 1 1 1 +v -3.55495 0.6 -9.863277 1 1 1 +v -3.55495 0.2 -8.973177 1 1 1 +v -4 0.2 -8.899002 1 1 1 +v -3.55495 0.6 -8.973177 1 1 1 +v -4 0.6 -8.899002 1 1 1 +v -4.44505 0.2 -9.863277 1 1 1 +v -4.44505 0.6 -9.863277 1 1 1 +v -4.519225 0.6 -9.418227 1 1 1 +v -4.519225 0.2 -9.418227 1 1 1 +v -4.44505 0.6 -8.973177 1 1 1 +v -3.480775 0.6 -9.418227 1 1 1 +v -3.480775 0.2 -9.418227 1 1 1 +v -4.44505 0.2 -8.973177 1 1 1 +v -3.5625 2.9269 -9.418227 1 1 1 +v -3.625 2.9269 -9.793227 1 1 1 +v -3.65 0.6 -9.418227 1 1 1 +v -3.7 0.6 -9.718227 1 1 1 +v -3.625 2.9269 -9.043227 1 1 1 +v -3.7 0.6 -9.118227 1 1 1 +v -4 0.6 -9.068227 1 1 1 +v -4.3 0.6 -9.118227 1 1 1 +v -4 2.9269 -8.980727 1 1 1 +v -4.375 2.9269 -9.043227 1 1 1 +v -4.3 0.6 -9.718227 1 1 1 +v -4 0.6 -9.768228 1 1 1 +v -4.375 2.9269 -9.793227 1 1 1 +v -4 2.9269 -9.855727 1 1 1 +v -4.4375 2.9269 -9.418227 1 1 1 +v -4.35 0.6 -9.418227 1 1 1 +v 7.774421 0 0.1721042 1 1 1 +v 6.61531 0 -0.1384787 1 1 1 +v 7.668355 0.1 -0.01160757 1 1 1 +v 6.799022 0.1 -0.2445447 1 1 1 +v 9.211001 0.1 -0.9062624 1 1 1 +v 8.930368 0.1 -0.80022 1 1 1 +v 9.104959 0.1 -1.186896 1 1 1 +v 8.824326 0.1 -1.080853 1 1 1 +v 7.901292 0.1 -0.8809408 1 1 1 +v 7.031959 0.1 -1.113878 1 1 1 +v 7.609777 0 0.5248491 1 1 1 +v 7.732251 0.2 0.5955597 1 1 1 +v 7.816832 0 1.29759 1 1 1 +v 7.887543 0.2 1.175115 1 1 1 +v 8.467098 0.2 1.019824 1 1 1 +v 8.311807 0.2 0.4402683 1 1 1 +v 8.589573 0 1.090534 1 1 1 +v 8.085004 0 -0.9870068 1 1 1 +v 6.925893 0 -1.29759 1 1 1 +v 6.772713 0.05 1.335641 1 1 1 +v 6.482935 0.05 1.413287 1 1 1 +v 6.695067 0.05 1.045863 1 1 1 +v 6.40529 0.05 1.123509 1 1 1 +v 6.44758 0 1.474524 1 1 1 +v 6.344052 0 1.088154 1 1 1 +v 6.83395 0 1.370996 1 1 1 +v 6.730422 0 0.9846259 1 1 1 +v 8.75988 0 -1.109952 1 1 1 +v 8.90127 0 -0.735774 1 1 1 +v 9.134058 0 -1.251342 1 1 1 +v 9.275448 0 -0.8771639 1 1 1 +v 9.385044 0 1.396792 1 1 1 +v 9.578229 0 1.345028 1 1 1 +v 9.415662 0.05 1.41447 1 1 1 +v 9.560551 0.05 1.375647 1 1 1 +v 9.599374 0.05 1.520536 1 1 1 +v 9.454485 0.05 1.559358 1 1 1 +v 8.382518 0 0.3177938 1 1 1 +v 9.629992 0 1.538213 1 1 1 +v 9.436808 0 1.589977 1 1 1 +v 7.069483 0 -1.720207 1 1 1 +v 7.262668 0 -1.771971 1 1 1 +v 7.100101 0.05 -1.702529 1 1 1 +v 7.24499 0.05 -1.741352 1 1 1 +v 7.283813 0.05 -1.596463 1 1 1 +v 7.138925 0.05 -1.55764 1 1 1 +v 7.121247 0 -1.527022 1 1 1 +v 7.314432 0 -1.578785 1 1 1 +v 7.313485 0.1 0.5110617 1 1 1 +v 7.313485 0.1 0.8110617 1 1 1 +v 7.013485 0.1 0.5110617 1 1 1 +v 7.013485 0.1 0.8110617 1 1 1 +v 7.363485 0 0.4610618 1 1 1 +v 7.363485 0 0.8610617 1 1 1 +v 6.963485 0 0.4610618 1 1 1 +v 6.963485 0 0.8610617 1 1 1 +v 8.196238 0 -0.594766 1 1 1 +v 8.221238 0.1 -0.569766 1 1 1 +v 8.196238 0 -0.394766 1 1 1 +v 8.221238 0.1 -0.419766 1 1 1 +v 8.371238 0.1 -0.569766 1 1 1 +v 8.371238 0.1 -0.419766 1 1 1 +v 8.396237 0 -0.594766 1 1 1 +v 8.396237 0 -0.394766 1 1 1 +v 8.823903 0.05 0.05306925 1 1 1 +v 8.534125 0.05 0.130715 1 1 1 +v 8.746257 0.05 -0.2367085 1 1 1 +v 8.45648 0.05 -0.1590628 1 1 1 +v 8.49877 0 0.1919522 1 1 1 +v 8.395243 0 -0.1944181 1 1 1 +v 9.323453 0.1 0.4701758 1 1 1 +v 9.245807 0.1 0.7599536 1 1 1 +v 9.033675 0.1 0.3925301 1 1 1 +v 8.956029 0.1 0.6823078 1 1 1 +v 9.38469 0 0.4348205 1 1 1 +v 9.281162 0 0.8211908 1 1 1 +v 8.88514 0 0.08842458 1 1 1 +v 8.781612 0 -0.2979457 1 1 1 +v 8.894792 0 0.7176632 1 1 1 +v 8.99832 0 0.3312929 1 1 1 +v 2.564375 2.9269 -2 1 1 1 +v 2.48375 2.9269 -2.48375 1 1 1 +v 2.48375 2.9269 -1.51625 1 1 1 +v 2 2.9269 -1.435625 1 1 1 +v 2 2.9269 -2.564375 1 1 1 +v 1.51625 2.9269 -1.51625 1 1 1 +v 1.51625 2.9269 -2.48375 1 1 1 +v 1.435625 2.9269 -2 1 1 1 +v 2.564375 3.3269 -2 1 1 1 +v 2.48375 3.3269 -1.51625 1 1 1 +v 2.48375 3.3269 -2.48375 1 1 1 +v 2 3.3269 -2.564375 1 1 1 +v 2 3.3269 -1.435625 1 1 1 +v 1.51625 3.3269 -2.48375 1 1 1 +v 1.51625 3.3269 -1.51625 1 1 1 +v 1.435625 3.3269 -2 1 1 1 +v 2.519225 0.6 -2 1 1 1 +v 2.44505 0.6 -1.55495 1 1 1 +v 2.44505 0.6 -2.44505 1 1 1 +v 2 0.6 -2.519225 1 1 1 +v 2 0.6 -1.480775 1 1 1 +v 1.55495 0.6 -2.44505 1 1 1 +v 1.55495 0.6 -1.55495 1 1 1 +v 1.480775 0.6 -2 1 1 1 +v 2.44505 0.2 -2.44505 1 1 1 +v 2.519225 0.2 -2 1 1 1 +v 2 0.2 -2.519225 1 1 1 +v 1.55495 0.2 -2.44505 1 1 1 +v 1.480775 0.2 -2 1 1 1 +v 1.55495 0.2 -1.55495 1 1 1 +v 2 0.2 -1.480775 1 1 1 +v 2.44505 0.2 -1.55495 1 1 1 +v 2 0.6 -2.35 1 1 1 +v 2.3 0.6 -2.3 1 1 1 +v 2 2.9269 -2.4375 1 1 1 +v 2.375 2.9269 -2.375 1 1 1 +v 1.65 0.6 -2 1 1 1 +v 1.5625 2.9269 -2 1 1 1 +v 1.7 0.6 -1.7 1 1 1 +v 1.625 2.9269 -1.625 1 1 1 +v 1.7 0.6 -2.3 1 1 1 +v 1.625 2.9269 -2.375 1 1 1 +v 2.4375 2.9269 -2 1 1 1 +v 2.35 0.6 -2 1 1 1 +v 2.375 2.9269 -1.625 1 1 1 +v 2.3 0.6 -1.7 1 1 1 +v 2 0.6 -1.65 1 1 1 +v 2 2.9269 -1.5625 1 1 1 +v -0.2255788 0 8.172104 1 1 1 +v -1.38469 0 7.861521 1 1 1 +v -0.3316448 0.1 7.988392 1 1 1 +v -1.200978 0.1 7.755455 1 1 1 +v 1.211001 0.1 7.093738 1 1 1 +v 0.9303683 0.1 7.19978 1 1 1 +v 1.104959 0.1 6.813105 1 1 1 +v 0.8243259 0.1 6.919147 1 1 1 +v -0.09870771 0.1 7.119059 1 1 1 +v -0.9680409 0.1 6.886122 1 1 1 +v -0.3902232 0 8.524849 1 1 1 +v -0.2677487 0.2 8.59556 1 1 1 +v -0.183168 0 9.297589 1 1 1 +v -0.1124573 0.2 9.175116 1 1 1 +v 0.4670982 0.2 9.019824 1 1 1 +v 0.3118067 0.2 8.440269 1 1 1 +v 0.5895726 0 9.090534 1 1 1 +v 0.08500402 0 7.012993 1 1 1 +v -1.074107 0 6.70241 1 1 1 +v -1.227287 0.05 9.335641 1 1 1 +v -1.517065 0.05 9.413286 1 1 1 +v -1.304933 0.05 9.045863 1 1 1 +v -1.59471 0.05 9.123508 1 1 1 +v -1.55242 0 9.474524 1 1 1 +v -1.655948 0 9.088154 1 1 1 +v -1.16605 0 9.370996 1 1 1 +v -1.269577 0 8.984626 1 1 1 +v 0.7598799 0 6.890049 1 1 1 +v 0.9012698 0 7.264226 1 1 1 +v 1.134058 0 6.748658 1 1 1 +v 1.275447 0 7.122836 1 1 1 +v 1.385044 0 9.396791 1 1 1 +v 1.578229 0 9.345028 1 1 1 +v 1.415662 0.05 9.41447 1 1 1 +v 1.560551 0.05 9.375647 1 1 1 +v 1.599374 0.05 9.520535 1 1 1 +v 1.454485 0.05 9.559359 1 1 1 +v 0.3825174 0 8.317794 1 1 1 +v 1.629993 0 9.538214 1 1 1 +v 1.436807 0 9.589977 1 1 1 +v -0.9305171 0 6.279793 1 1 1 +v -0.737332 0 6.228029 1 1 1 +v -0.8998985 0.05 6.297471 1 1 1 +v -0.7550097 0.05 6.258648 1 1 1 +v -0.7161868 0.05 6.403537 1 1 1 +v -0.8610756 0.05 6.44236 1 1 1 +v -0.8787533 0 6.472979 1 1 1 +v -0.6855682 0 6.421215 1 1 1 +v -0.6865153 0.1 8.511062 1 1 1 +v -0.6865153 0.1 8.811062 1 1 1 +v -0.9865153 0.1 8.511062 1 1 1 +v -0.9865153 0.1 8.811062 1 1 1 +v -0.6365153 0 8.461061 1 1 1 +v -0.6365153 0 8.861062 1 1 1 +v -1.036515 0 8.461061 1 1 1 +v -1.036515 0 8.861062 1 1 1 +v 0.1962378 0 7.405234 1 1 1 +v 0.2212377 0.1 7.430234 1 1 1 +v 0.1962378 0 7.605234 1 1 1 +v 0.2212377 0.1 7.580234 1 1 1 +v 0.3712378 0.1 7.430234 1 1 1 +v 0.3712378 0.1 7.580234 1 1 1 +v 0.3962377 0 7.405234 1 1 1 +v 0.3962377 0 7.605234 1 1 1 +v 0.823903 0.05 8.053069 1 1 1 +v 0.5341253 0.05 8.130715 1 1 1 +v 0.7462572 0.05 7.763291 1 1 1 +v 0.4564795 0.05 7.840937 1 1 1 +v 0.4987699 0 8.191952 1 1 1 +v 0.3952423 0 7.805582 1 1 1 +v 1.323453 0.1 8.470176 1 1 1 +v 1.245807 0.1 8.759953 1 1 1 +v 1.033675 0.1 8.39253 1 1 1 +v 0.9560292 0.1 8.682308 1 1 1 +v 1.38469 0 8.43482 1 1 1 +v 1.281162 0 8.821191 1 1 1 +v 0.8851402 0 8.088425 1 1 1 +v 0.7816126 0 7.702054 1 1 1 +v 0.894792 0 8.717663 1 1 1 +v 0.9983196 0 8.331293 1 1 1 + +vn 0.7071068 0.5773503 -0.4082484 +vn 0.4082484 0.5773503 0.7071068 +vn 0.5202672 0.7994348 -0.3003765 +vn 0.3003765 0.7994348 0.5202672 +vn -0.5202672 -0.7994348 0.3003765 +vn -0.4082484 -0.5773503 -0.7071068 +vn -0.7071068 -0.5773503 0.4082484 +vn -0.3003765 -0.7994348 -0.5202672 +vn -0.7071069 0.5773503 -0.4082482 +vn 0.4082482 0.5773503 -0.7071069 +vn -0.5202673 0.7994348 -0.3003764 +vn 0.3003764 0.7994348 -0.5202673 +vn 0.5202673 -0.7994348 0.3003764 +vn -0.4082482 -0.5773503 0.7071069 +vn 0.7071069 -0.5773503 0.4082482 +vn -0.3003764 -0.7994348 0.5202673 +vn -0.7071068 0.5773503 0.4082484 +vn -0.4082484 0.5773503 -0.7071068 +vn -0.5202672 0.7994348 0.3003765 +vn -0.3003765 0.7994348 -0.5202672 +vn 0.5202672 -0.7994348 -0.3003765 +vn 0.4082484 -0.5773503 0.7071068 +vn 0.7071068 -0.5773503 -0.4082484 +vn 0.3003765 -0.7994348 0.5202672 +vn 0.5202673 0.7994348 0.3003764 +vn -0.3003764 0.7994348 0.5202673 +vn -0.5202673 -0.7994348 -0.3003764 +vn 0.3003764 -0.7994348 -0.5202673 +vn 0.7071069 0.5773503 0.4082482 +vn -0.7071069 -0.5773503 -0.4082482 +vn -0.4082482 0.5773503 0.7071069 +vn 0.4082482 -0.5773503 -0.7071069 +vn -5.06089E-08 0.9054101 -0.4245383 +vn 0.4245383 0.9054101 -5.06089E-08 +vn -0.4245383 0.9054101 5.06089E-08 +vn 5.06089E-08 0.9054101 0.4245383 +vn 0.4245383 -0.9054101 -5.06089E-08 +vn -0.4245383 -0.9054101 5.06089E-08 +vn 5.06089E-08 -0.9054101 0.4245383 +vn -5.06089E-08 -0.9054101 -0.4245383 +vn 0.5773503 0.8164966 -6.882551E-08 +vn 6.882551E-08 0.8164966 0.5773503 +vn -0.5773503 -0.8164966 6.882551E-08 +vn -6.882551E-08 -0.8164966 -0.5773503 +vn -6.882551E-08 0.8164966 -0.5773503 +vn 6.882551E-08 -0.8164966 0.5773503 +vn -0.5773503 0.8164966 6.882551E-08 +vn 0.5773503 -0.8164966 -6.882551E-08 +vn 0.2886751 0.8164966 -0.5000001 +vn 0.2122691 0.90541 -0.3676609 +vn -0.5000001 0.8164966 -0.2886751 +vn -0.3676609 0.90541 -0.2122691 +vn 0.5000001 -0.8164966 0.2886751 +vn -0.2122691 -0.90541 0.3676609 +vn -0.2886751 -0.8164966 0.5000001 +vn 0.3676609 -0.90541 0.2122691 +vn -0.2886751 0.8164966 0.5000001 +vn -0.2122691 0.90541 0.3676609 +vn 0.2886751 -0.8164966 -0.5000001 +vn 0.2122691 -0.90541 -0.3676609 +vn -0.6666667 0.3333333 0.6666668 +vn -0.6666668 0.3333333 -0.6666667 +vn -0.5033765 0.7022992 0.5033766 +vn -0.5033766 0.7022992 -0.5033765 +vn 0.5033765 -0.7022992 -0.5033766 +vn 0.6666668 -0.3333333 0.6666667 +vn 0.6666667 -0.3333333 -0.6666668 +vn 0.5033766 -0.7022992 0.5033765 +vn 0.5033765 0.7022992 -0.5033766 +vn 0.5033766 0.7022992 0.5033765 +vn -0.5033765 -0.7022992 0.5033766 +vn -0.5033766 -0.7022992 -0.5033765 +vn 0.3676609 0.90541 0.2122691 +vn 0.5000001 0.8164966 0.2886751 +vn -0.5000001 -0.8164966 -0.2886751 +vn -0.3676609 -0.90541 -0.2122691 +vn 0.6666667 0.3333333 -0.6666668 +vn -0.6666667 -0.3333333 0.6666668 +vn 0.6666668 0.3333333 0.6666667 +vn -0.6666668 -0.3333333 -0.6666667 +vn 0 1 0 +vn 0 -1 0 +vn -1 0 1.192093E-07 +vn 1 0 -1.192093E-07 +vn -0.1950902 0 0.9807854 +vn -0.3826834 0 0.9238797 +vn 0.3826834 0 -0.9238797 +vn 0.1950902 0 -0.9807854 +vn -0.7071068 0 0.7071069 +vn 0.7071068 0 -0.7071069 +vn -0.9238796 0 0.3826836 +vn 0.9238796 0 -0.3826836 +vn -0.9807854 0 0.1950905 +vn 0.9807854 0 -0.1950905 +vn 1.192093E-07 0 1 +vn -1.192093E-07 0 -1 +vn 0.9807854 0 -0.1950905 +vn -0.9807854 0 0.1950905 +vn -0.4082483 0.5773503 -0.7071068 +vn 0.7071068 0.5773503 -0.4082483 +vn -0.3003764 0.7994348 -0.5202672 +vn 0.5202672 0.7994348 -0.3003764 +vn 0.3003764 -0.7994348 0.5202672 +vn -0.7071068 -0.5773503 0.4082483 +vn 0.4082483 -0.5773503 0.7071068 +vn -0.5202672 -0.7994348 0.3003764 +vn -0.4082483 0.5773503 0.7071068 +vn -0.7071068 0.5773503 -0.4082483 +vn -0.3003764 0.7994348 0.5202672 +vn -0.5202672 0.7994348 -0.3003764 +vn 0.3003764 -0.7994348 -0.5202672 +vn 0.7071068 -0.5773503 0.4082483 +vn 0.4082483 -0.5773503 -0.7071068 +vn 0.5202672 -0.7994348 0.3003764 +vn 0.4082483 0.5773503 0.7071068 +vn -0.7071068 0.5773503 0.4082483 +vn 0.3003764 0.7994348 0.5202672 +vn -0.5202672 0.7994348 0.3003764 +vn -0.3003764 -0.7994348 -0.5202672 +vn 0.7071068 -0.5773503 -0.4082483 +vn -0.4082483 -0.5773503 -0.7071068 +vn 0.5202672 -0.7994348 -0.3003764 +vn 0.3003764 0.7994348 -0.5202672 +vn 0.5202672 0.7994348 0.3003764 +vn -0.3003764 -0.7994348 0.5202672 +vn -0.5202672 -0.7994348 -0.3003764 +vn 0.4082483 0.5773503 -0.7071068 +vn -0.4082483 -0.5773503 0.7071068 +vn 0.7071068 0.5773503 0.4082483 +vn -0.7071068 -0.5773503 -0.4082483 +vn -0.4245382 0.9054101 8.927619E-14 +vn -8.927619E-14 0.9054101 -0.4245382 +vn 8.927619E-14 0.9054101 0.4245382 +vn 0.4245382 0.9054101 -8.927619E-14 +vn -8.927619E-14 -0.9054101 -0.4245382 +vn 8.927619E-14 -0.9054101 0.4245382 +vn 0.4245382 -0.9054101 -8.927619E-14 +vn -0.4245382 -0.9054101 8.927619E-14 +vn -1.214111E-13 0.8164966 -0.5773503 +vn 0.5773503 0.8164966 -1.214111E-13 +vn 1.214111E-13 -0.8164966 0.5773503 +vn -0.5773503 -0.8164966 1.214111E-13 +vn -0.5773503 0.8164966 1.214111E-13 +vn 0.5773503 -0.8164966 -1.214111E-13 +vn 1.214111E-13 0.8164966 0.5773503 +vn -1.214111E-13 -0.8164966 -0.5773503 +vn -0.5 0.8164966 -0.2886751 +vn -0.3676609 0.90541 -0.2122691 +vn -0.2886751 0.8164966 0.5 +vn -0.2122691 0.90541 0.3676609 +vn 0.2886751 -0.8164966 -0.5 +vn 0.3676609 -0.90541 0.2122691 +vn 0.5 -0.8164966 0.2886751 +vn 0.2122691 -0.90541 -0.3676609 +vn 0.5 0.8164966 0.2886751 +vn 0.3676609 0.90541 0.2122691 +vn -0.5 -0.8164966 -0.2886751 +vn -0.3676609 -0.90541 -0.2122691 +vn 0.6666667 0.3333333 0.6666667 +vn -0.6666667 0.3333333 0.6666667 +vn 0.5033765 0.7022992 0.5033765 +vn -0.5033765 0.7022992 0.5033765 +vn -0.5033765 -0.7022992 -0.5033765 +vn 0.6666667 -0.3333333 -0.6666667 +vn -0.6666667 -0.3333333 -0.6666667 +vn 0.5033765 -0.7022992 -0.5033765 +vn -0.5033765 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 -0.5033765 +vn 0.5033765 -0.7022992 0.5033765 +vn -0.5033765 -0.7022992 0.5033765 +vn 0.2122691 0.90541 -0.3676609 +vn 0.2886751 0.8164966 -0.5 +vn -0.2886751 -0.8164966 0.5 +vn -0.2122691 -0.90541 0.3676609 +vn -0.6666667 0.3333333 -0.6666667 +vn 0.6666667 -0.3333333 0.6666667 +vn 0.6666667 0.3333333 -0.6666667 +vn -0.6666667 -0.3333333 0.6666667 +vn 2.102901E-13 0 1 +vn -2.102901E-13 0 -1 +vn 0.9807853 0 0.1950903 +vn 0.9238795 0 0.3826834 +vn -0.9238795 0 -0.3826834 +vn -0.9807853 0 -0.1950903 +vn 0.7071068 0 0.7071068 +vn -0.7071068 0 -0.7071068 +vn 0.3826834 0 0.9238795 +vn -0.3826834 0 -0.9238795 +vn 0.1950903 0 0.9807853 +vn -0.1950903 0 -0.9807853 +vn 1 0 -2.102901E-13 +vn -1 0 2.102901E-13 +vn -0.1950903 0 -0.9807853 +vn 0.1950903 0 0.9807853 +vn -0.7071069 0.5773503 0.4082482 +vn -0.4082482 0.5773503 -0.7071069 +vn -0.5202673 0.7994348 0.3003764 +vn -0.3003764 0.7994348 -0.5202673 +vn 0.5202673 -0.7994348 -0.3003764 +vn 0.4082482 -0.5773503 0.7071069 +vn 0.7071069 -0.5773503 -0.4082482 +vn 0.3003764 -0.7994348 0.5202673 +vn 0.7071068 0.5773503 0.4082484 +vn -0.4082484 0.5773503 0.7071068 +vn 0.5202672 0.7994348 0.3003765 +vn -0.3003765 0.7994348 0.5202672 +vn -0.5202672 -0.7994348 -0.3003765 +vn 0.4082484 -0.5773503 -0.7071068 +vn -0.7071068 -0.5773503 -0.4082484 +vn 0.3003765 -0.7994348 -0.5202672 +vn 0.7071069 0.5773503 -0.4082482 +vn 0.4082482 0.5773503 0.7071069 +vn 0.5202673 0.7994348 -0.3003764 +vn 0.3003764 0.7994348 0.5202673 +vn -0.5202673 -0.7994348 0.3003764 +vn -0.4082482 -0.5773503 -0.7071069 +vn -0.7071069 -0.5773503 0.4082482 +vn -0.3003764 -0.7994348 -0.5202673 +vn -0.5202672 0.7994348 -0.3003765 +vn 0.3003765 0.7994348 -0.5202672 +vn 0.5202672 -0.7994348 0.3003765 +vn -0.3003765 -0.7994348 0.5202672 +vn -0.7071068 0.5773503 -0.4082484 +vn 0.7071068 -0.5773503 0.4082484 +vn 0.4082484 0.5773503 -0.7071068 +vn -0.4082484 -0.5773503 0.7071068 +vn -5.06089E-08 0.9054101 0.4245383 +vn -0.4245383 0.9054101 -5.06089E-08 +vn 0.4245383 0.9054101 5.06089E-08 +vn 5.06089E-08 0.9054101 -0.4245383 +vn -0.4245383 -0.9054101 -5.06089E-08 +vn 0.4245383 -0.9054101 5.06089E-08 +vn 5.06089E-08 -0.9054101 -0.4245383 +vn -5.06089E-08 -0.9054101 0.4245383 +vn -0.5773503 0.8164966 -6.882551E-08 +vn 6.882551E-08 0.8164966 -0.5773503 +vn 0.5773503 -0.8164966 6.882551E-08 +vn -6.882551E-08 -0.8164966 0.5773503 +vn -6.882551E-08 0.8164966 0.5773503 +vn 6.882551E-08 -0.8164966 -0.5773503 +vn 0.5773503 0.8164966 6.882551E-08 +vn -0.5773503 -0.8164966 -6.882551E-08 +vn -0.2886752 0.8164966 0.5 +vn -0.2122692 0.90541 0.3676609 +vn 0.5 0.8164966 0.2886752 +vn 0.3676609 0.90541 0.2122692 +vn -0.5 -0.8164966 -0.2886752 +vn 0.2122692 -0.90541 -0.3676609 +vn 0.2886752 -0.8164966 -0.5 +vn -0.3676609 -0.90541 -0.2122692 +vn 0.2886752 0.8164966 -0.5 +vn 0.2122692 0.90541 -0.3676609 +vn -0.2886752 -0.8164966 0.5 +vn -0.2122692 -0.90541 0.3676609 +vn 0.6666668 0.3333333 -0.6666667 +vn 0.6666667 0.3333333 0.6666668 +vn 0.5033766 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 0.5033766 +vn -0.5033766 -0.7022992 0.5033765 +vn -0.6666667 -0.3333333 -0.6666668 +vn -0.6666668 -0.3333333 0.6666667 +vn -0.5033765 -0.7022992 -0.5033766 +vn -0.5033766 0.7022992 0.5033765 +vn -0.5033765 0.7022992 -0.5033766 +vn 0.5033766 -0.7022992 -0.5033765 +vn 0.5033765 -0.7022992 0.5033766 +vn -0.3676609 0.90541 -0.2122692 +vn -0.5 0.8164966 -0.2886752 +vn 0.5 -0.8164966 0.2886752 +vn 0.3676609 -0.90541 0.2122692 +vn -0.6666668 0.3333333 0.6666667 +vn 0.6666668 -0.3333333 -0.6666667 +vn -0.6666667 0.3333333 -0.6666668 +vn 0.6666667 -0.3333333 0.6666668 +vn 1 0 1.192093E-07 +vn -1 0 -1.192093E-07 +vn 0.1950905 0 -0.9807854 +vn 0.3826836 0 -0.9238796 +vn -0.3826836 0 0.9238796 +vn -0.1950905 0 0.9807854 +vn 0.7071069 0 -0.7071068 +vn -0.7071069 0 0.7071068 +vn 0.9238797 0 -0.3826834 +vn -0.9238797 0 0.3826834 +vn 0.9807854 0 -0.1950902 +vn -0.9807854 0 0.1950902 +vn 1.192093E-07 0 -1 +vn -1.192093E-07 0 1 +vn -0.9807854 0 0.1950902 +vn 0.9807854 0 -0.1950902 +vn 0.4245382 0.9054101 0 +vn 0 0.9054101 0.4245382 +vn 0 0.9054101 -0.4245382 +vn -0.4245382 0.9054101 0 +vn 0 -0.9054101 0.4245382 +vn 0 -0.9054101 -0.4245382 +vn -0.4245382 -0.9054101 0 +vn 0.4245382 -0.9054101 0 +vn 0 0.8164966 0.5773503 +vn -0.5773503 0.8164966 0 +vn 0 -0.8164966 -0.5773503 +vn 0.5773503 -0.8164966 0 +vn 0.5773503 0.8164966 0 +vn -0.5773503 -0.8164966 0 +vn 0 0.8164966 -0.5773503 +vn 0 -0.8164966 0.5773503 +vn 0 0 -1 +vn 0 0 1 +vn -1 0 0 +vn 1 0 0 +vn 0.5000002 0 -0.8660255 +vn 0.2588192 0 -0.9659259 +vn -0.2588192 0 0.9659259 +vn -0.5000002 0 0.8660255 +vn 0.8660256 0 -0.5 +vn -0.8660256 0 0.5 +vn 0.965926 0 -0.2588189 +vn -0.965926 0 0.2588189 +vn 0.9950373 0 -0.09950361 +vn -0.9950373 0 0.09950361 +vn 0.9950373 0 0.09950384 +vn -0.9950373 0 -0.09950384 +vn -0.9950373 0 0.09950384 +vn 0.9950373 0 -0.09950384 +vn -0.9950373 0 -0.09950361 +vn 0.9950373 0 0.09950361 +vn -1 0 -1.490097E-08 +vn 1 0 1.490097E-08 +vn 1.490097E-08 0 -1 +vn -1.490097E-08 0 1 +vn 0.8660254 0 0.5 +vn 0.9659258 0 0.258819 +vn -0.9659258 0 -0.258819 +vn -0.8660254 0 -0.5 +vn 0.5 0 0.8660254 +vn -0.5 0 -0.8660254 +vn 0.258819 0 0.9659258 +vn -0.258819 0 -0.9659258 +vn -0.5 0 0.8660256 +vn -0.258819 0 0.965926 +vn 0.258819 0 -0.965926 +vn 0.5 0 -0.8660256 +vn -0.8660255 0 0.5000002 +vn 0.8660255 0 -0.5000002 +vn -0.9659259 0 0.2588192 +vn 0.9659259 0 -0.2588192 +vn -1 0 -2.853273E-14 +vn 1 0 2.853273E-14 +vn 2.853273E-14 0 -1 +vn -2.853273E-14 0 1 +vn -0.09950371 0 -0.9950371 +vn 0.09950371 0 0.9950371 +vn 0.09950371 0 -0.9950371 +vn -0.09950371 0 0.9950371 +vn -0.4245382 0.9054101 -3.707557E-13 +vn 3.707557E-13 0.9054101 -0.4245382 +vn -3.707557E-13 0.9054101 0.4245382 +vn 0.4245382 0.9054101 3.707557E-13 +vn 3.707557E-13 -0.9054101 -0.4245382 +vn -3.707557E-13 -0.9054101 0.4245382 +vn 0.4245382 -0.9054101 3.707557E-13 +vn -0.4245382 -0.9054101 -3.707557E-13 +vn -5.042088E-13 0.8164966 0.5773503 +vn 0.5773503 0.8164966 5.042088E-13 +vn 5.042088E-13 -0.8164966 -0.5773503 +vn -0.5773503 -0.8164966 -5.042088E-13 +vn -0.5773503 0.8164966 -5.042088E-13 +vn 0.5773503 -0.8164966 5.042088E-13 +vn 5.042088E-13 0.8164966 -0.5773503 +vn -5.042088E-13 -0.8164966 0.5773503 +vn -8.733153E-13 0 1 +vn 8.733153E-13 0 -1 +vn -1 0 -8.733153E-13 +vn 1 0 8.733153E-13 +vn 0.5475281 0.7994348 0.2472184 +vn -0.2472184 0.7994348 0.5475281 +vn 0.2472184 0.7994348 -0.5475281 +vn -0.5475281 0.7994348 -0.2472184 +vn -0.2472184 -0.7994348 0.5475281 +vn 0.2472184 -0.7994348 -0.5475281 +vn -0.5475281 -0.7994348 -0.2472184 +vn 0.5475281 -0.7994348 0.2472184 +vn -0.7441577 0.5773503 -0.3360001 +vn 0.3360001 0.5773503 -0.7441577 +vn -0.3360001 -0.5773503 0.7441577 +vn 0.7441577 -0.5773503 0.3360001 +vn -0.3360001 0.5773503 0.7441577 +vn 0.3360001 -0.5773503 -0.7441577 +vn 0.7441577 0.5773503 0.3360001 +vn -0.7441577 -0.5773503 -0.3360001 +vn 0.2132007 0.904534 0.3692745 +vn -0.3692745 0.904534 0.2132007 +vn 0.1578553 0.9488556 0.2734133 +vn -0.2734133 0.9488556 0.1578553 +vn -0.1578553 -0.9488556 -0.2734133 +vn 0.3692745 -0.904534 -0.2132007 +vn -0.2132007 -0.904534 -0.3692745 +vn 0.2734133 -0.9488556 -0.1578553 +vn 0.4247964 0.7994348 -0.4247964 +vn 0.4247964 0.7994348 0.4247964 +vn -0.4247964 0.7994348 -0.4247964 +vn -0.4247964 0.7994348 0.4247964 +vn 0.4247964 -0.7994348 0.4247964 +vn -0.4247964 -0.7994348 -0.4247964 +vn -0.4247964 -0.7994348 0.4247964 +vn 0.4247964 -0.7994348 -0.4247964 +vn 0.5773503 0.5773503 -0.5773503 +vn 0.5773503 0.5773503 0.5773503 +vn -0.5773503 -0.5773503 -0.5773503 +vn -0.5773503 -0.5773503 0.5773503 +vn -0.5773503 0.5773503 -0.5773503 +vn 0.5773503 -0.5773503 0.5773503 +vn 0.3692745 0.904534 -0.2132007 +vn 0.2734133 0.9488556 -0.1578553 +vn -0.2734133 -0.9488556 0.1578553 +vn -0.3692745 -0.904534 0.2132007 +vn -0.1578553 0.9488556 -0.2734133 +vn -0.2132007 0.904534 -0.3692745 +vn 0.2132007 -0.904534 0.3692745 +vn 0.1578553 -0.9488556 0.2734133 +vn -0.5773503 0.5773503 0.5773503 +vn 0.5773503 -0.5773503 -0.5773503 +vn -0.986394 0 0.164399 +vn -0.164399 0 0.986394 +vn 0.164399 0 0.986394 +vn 0.986394 0 0.164399 +vn 0.986394 0 -0.164399 +vn 0.164399 0 -0.986394 +vn -0.164399 0 -0.986394 +vn -0.986394 0 -0.164399 +vn -0.9374505 0 -0.3481186 +vn -0.8012155 0 -0.5983759 +vn 0.8012155 0 0.5983759 +vn 0.9374505 0 0.3481186 +vn -0.2601586 0 0.9655659 +vn -0.7071066 0 0.7071069 +vn 0.2601586 0 -0.9655659 +vn 0.7071066 0 -0.7071069 +vn -0.9655658 0 0.2601591 +vn 0.9655658 0 -0.2601591 +vn 0.3481191 0 0.9374504 +vn 0.5983763 0 0.8012152 +vn -0.5983763 0 -0.8012152 +vn -0.3481191 0 -0.9374504 +vn 0.2126076 -0.9238795 0.3181897 +vn -0.2126076 -0.9238795 -0.3181897 +vn -0.2126076 0.9238795 -0.3181897 +vn 0.2126076 0.9238795 0.3181897 +vn -0.5132802 -0.3826834 -0.7681777 +vn -0.5132802 0.3826834 -0.7681777 +vn 0.5132802 -0.3826834 0.7681777 +vn 0.5132802 0.3826834 0.7681777 +vn -0.8314696 0 0.5555704 +vn 0.8314696 0 -0.5555704 +vn 0.07465789 -0.9238795 0.3753303 +vn -0.07465789 -0.9238795 -0.3753303 +vn -0.07465789 0.9238795 -0.3753303 +vn 0.07465789 0.9238795 0.3753303 +vn -0.1802401 -0.3826834 -0.9061275 +vn -0.1802401 0.3826834 -0.9061275 +vn 0.1802401 -0.3826834 0.9061275 +vn 0.1802401 0.3826834 0.9061275 +vn 0.3753303 -0.9238795 0.07465776 +vn -0.3753303 -0.9238795 -0.07465776 +vn -0.3753303 0.9238795 -0.07465776 +vn 0.3753303 0.9238795 0.07465776 +vn -0.9061275 -0.3826834 -0.1802398 +vn -0.9061275 0.3826834 -0.1802398 +vn 0.9061275 -0.3826834 0.1802398 +vn 0.9061275 0.3826834 0.1802398 +vn -0.1950902 0 0.9807854 +vn 0.1950902 0 -0.9807854 +vn -0.3481187 0 0.9374505 +vn -0.5983759 0 0.8012155 +vn 0.5983759 0 -0.8012155 +vn 0.3481187 0 -0.9374505 +vn 0.9655658 0 0.2601588 +vn 0.7071069 0 0.7071067 +vn -0.9655658 0 -0.2601588 +vn -0.7071069 0 -0.7071067 +vn 0.260159 0 0.9655658 +vn -0.260159 0 -0.9655658 +vn 0.9374504 0 -0.3481189 +vn 0.8012154 0 -0.5983762 +vn -0.8012154 0 0.5983762 +vn -0.9374504 0 0.3481189 +vn 0.3181896 -0.9238795 -0.2126075 +vn -0.3181896 -0.9238795 0.2126075 +vn -0.3181896 0.9238795 0.2126075 +vn 0.3181896 0.9238795 -0.2126075 +vn -0.7681777 -0.3826834 0.51328 +vn -0.7681777 0.3826834 0.51328 +vn 0.7681777 -0.3826834 -0.51328 +vn 0.7681777 0.3826834 -0.51328 +vn 0.5555702 0 0.8314695 +vn -0.5555702 0 -0.8314695 +vn 0.3753302 -0.9238795 -0.07465783 +vn -0.3753302 -0.9238795 0.07465783 +vn -0.3753302 0.9238795 0.07465783 +vn 0.3753302 0.9238795 -0.07465783 +vn -0.9061273 -0.3826834 0.1802399 +vn -0.9061273 0.3826834 0.1802399 +vn 0.9061273 -0.3826834 -0.1802399 +vn 0.9061273 0.3826834 -0.1802399 +vn 0.07465779 -0.9238795 -0.3753303 +vn -0.07465779 -0.9238795 0.3753303 +vn -0.07465779 0.9238795 0.3753303 +vn 0.07465779 0.9238795 -0.3753303 +vn -0.1802399 -0.3826834 0.9061274 +vn -0.1802399 0.3826834 0.9061274 +vn 0.1802399 -0.3826834 -0.9061274 +vn 0.1802399 0.3826834 -0.9061274 +vn 0.9807853 0 0.1950902 +vn -0.9807853 0 -0.1950902 +vn 0.9374504 0 0.3481188 +vn 0.8012154 0 0.598376 +vn -0.8012154 0 -0.598376 +vn -0.9374504 0 -0.3481188 +vn 0.2601589 0 -0.9655658 +vn 0.7071068 0 -0.7071068 +vn -0.2601589 0 0.9655658 +vn -0.7071068 0 0.7071068 +vn 0.9655658 0 -0.2601589 +vn -0.9655658 0 0.2601589 +vn -0.3481188 0 -0.9374504 +vn -0.598376 0 -0.8012154 +vn 0.598376 0 0.8012154 +vn 0.3481188 0 0.9374504 +vn -0.2126075 -0.9238795 -0.3181897 +vn 0.2126075 -0.9238795 0.3181897 +vn 0.2126075 0.9238795 0.3181897 +vn -0.2126075 0.9238795 -0.3181897 +vn 0.5132799 -0.3826834 0.7681779 +vn 0.5132799 0.3826834 0.7681779 +vn -0.5132799 -0.3826834 -0.7681779 +vn -0.5132799 0.3826834 -0.7681779 +vn 0.8314697 0 -0.5555702 +vn -0.8314697 0 0.5555702 +vn -0.07465779 -0.9238795 -0.3753303 +vn 0.07465779 -0.9238795 0.3753303 +vn 0.07465779 0.9238795 0.3753303 +vn -0.07465779 0.9238795 -0.3753303 +vn 0.1802399 -0.3826834 0.9061275 +vn 0.1802399 0.3826834 0.9061275 +vn -0.1802399 -0.3826834 -0.9061275 +vn -0.1802399 0.3826834 -0.9061275 +vn -0.3753303 -0.9238795 -0.07465785 +vn 0.3753303 -0.9238795 0.07465785 +vn 0.3753303 0.9238795 0.07465785 +vn -0.3753303 0.9238795 -0.07465785 +vn 0.9061275 -0.3826834 0.18024 +vn 0.9061275 0.3826834 0.18024 +vn -0.9061275 -0.3826834 -0.18024 +vn -0.9061275 0.3826834 -0.18024 +vn 0.1950904 0 -0.9807854 +vn -0.1950904 0 0.9807854 +vn 0.8660256 0 -0.4999999 +vn -0.8660256 0 0.4999999 +vn 0.9950373 0 -0.09950362 +vn -0.9950373 0 0.09950362 +vn 0.9950373 0 0.09950384 +vn -0.9950373 0 -0.09950384 +vn -0.0380785 -0.9238796 -0.3807843 +vn 0.03807827 -0.9238796 0.3807843 +vn 0.0380785 0.9238796 0.3807843 +vn -0.03807827 0.9238796 -0.3807843 +vn 0.09192931 -0.3826835 0.9192946 +vn 0.0919294 0.3826835 0.9192946 +vn -0.0919294 -0.3826835 -0.9192946 +vn -0.09192931 0.3826835 -0.9192946 +vn 0.9950374 -1.192093E-07 -0.09950362 +vn -0.9950374 1.192093E-07 0.09950362 +vn 0.03807837 -0.9238796 -0.3807843 +vn -0.03807859 -0.9238796 0.3807843 +vn -0.03807837 0.9238796 0.3807843 +vn 0.03807859 0.9238796 -0.3807843 +vn -0.09192962 -0.3826835 0.9192946 +vn -0.09192953 0.3826835 0.9192946 +vn 0.09192953 -0.3826835 -0.9192946 +vn 0.09192962 0.3826835 -0.9192946 +vn 0.9950374 -1.192093E-07 0.09950386 +vn -0.9950374 1.192093E-07 -0.09950386 +vn -0.9950373 0 0.09950386 +vn 0.9950373 0 -0.09950386 +vn -0.9950373 0 -0.0995036 +vn 0.9950373 0 0.0995036 +vn 0.03807859 -0.9238796 0.3807843 +vn -0.03807837 -0.9238796 -0.3807843 +vn -0.03807859 0.9238796 -0.3807843 +vn 0.03807837 0.9238796 0.3807843 +vn -0.09192953 -0.3826835 -0.9192946 +vn -0.09192962 0.3826835 -0.9192946 +vn 0.09192962 -0.3826835 0.9192946 +vn 0.09192953 0.3826835 0.9192946 +vn -0.9950374 -1.192093E-07 0.09950386 +vn 0.9950374 1.192093E-07 -0.09950386 +vn -0.03807827 -0.9238796 0.3807843 +vn 0.0380785 -0.9238796 -0.3807843 +vn 0.03807827 0.9238796 -0.3807843 +vn -0.0380785 0.9238796 0.3807843 +vn 0.0919294 -0.3826835 -0.9192946 +vn 0.09192931 0.3826835 -0.9192946 +vn -0.09192931 -0.3826835 0.9192946 +vn -0.0919294 0.3826835 0.9192946 +vn -0.9950374 -1.192093E-07 -0.09950362 +vn 0.9950374 1.192093E-07 0.09950362 +vn 0.5 0 0.8660254 +vn -0.5 0 -0.8660254 +vn -0.8660255 0 0.5000001 +vn 0.8660255 0 -0.5000001 +vn 0.4575815 0 -0.8891677 +vn -0.4575815 0 0.8891677 +vn 0.8891677 0 -0.4575816 +vn 0.986394 0 -0.164399 +vn -0.986394 0 0.164399 +vn -0.8891677 0 0.4575816 +vn -0.4575816 0 -0.8891677 +vn 0.4575816 0 0.8891677 +vn -0.8891677 0 -0.4575815 +vn -0.986394 0 -0.164399 +vn 0.986394 0 0.164399 +vn 0.8891677 0 0.4575815 +vn -0.09950373 0 -0.9950371 +vn 0.09950373 0 0.9950371 +vn 0.0995037 0 -0.9950371 +vn -0.0995037 0 0.9950371 +vn -0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 -0.9238796 0.03807854 +vn 0.3807842 0.9238796 0.03807832 +vn -0.3807842 0.9238796 -0.03807854 +vn 0.9192945 -0.3826835 0.0919295 +vn 0.9192945 0.3826835 0.09192941 +vn -0.9192945 -0.3826835 -0.09192941 +vn -0.9192945 0.3826835 -0.0919295 +vn 0.09950373 -1.192093E-07 -0.9950373 +vn -0.09950373 1.192093E-07 0.9950373 +vn -0.3807842 -0.9238796 0.03807854 +vn 0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 0.9238796 -0.03807854 +vn -0.3807842 0.9238796 0.03807832 +vn 0.9192945 -0.3826835 -0.09192941 +vn 0.9192945 0.3826835 -0.0919295 +vn -0.9192945 -0.3826835 0.0919295 +vn -0.9192945 0.3826835 0.09192941 +vn -0.09950373 -1.192093E-07 -0.9950373 +vn 0.09950373 1.192093E-07 0.9950373 +vn 0.3807842 -0.9238796 0.03807832 +vn -0.3807842 -0.9238796 -0.03807854 +vn -0.3807842 0.9238796 -0.03807832 +vn 0.3807842 0.9238796 0.03807854 +vn -0.9192945 -0.3826835 -0.0919295 +vn -0.9192945 0.3826835 -0.09192941 +vn 0.9192945 -0.3826835 0.09192941 +vn 0.9192945 0.3826835 0.0919295 +vn -0.09950373 -1.192093E-07 0.9950373 +vn 0.09950373 1.192093E-07 -0.9950373 +vn 0.3807842 -0.9238796 -0.03807854 +vn -0.3807842 -0.9238796 0.03807832 +vn -0.3807842 0.9238796 0.03807854 +vn 0.3807842 0.9238796 -0.03807832 +vn -0.9192945 -0.3826835 0.09192941 +vn -0.9192945 0.3826835 0.0919295 +vn 0.9192945 -0.3826835 -0.0919295 +vn 0.9192945 0.3826835 -0.09192941 +vn 0.09950373 -1.192093E-07 0.9950373 +vn -0.09950373 1.192093E-07 -0.9950373 +vn 0 -0.9999999 0 +vn 0 0.9999999 0 +vn -0.8137336 0 -0.5812382 +vn -0.7071069 0 -0.7071068 +vn 0.7071069 0 0.7071068 +vn 0.8137336 0 0.5812382 +vn -0.8137335 0 0.5812383 +vn 0.8137335 0 -0.5812383 +vn -0.5812382 0 0.8137336 +vn 0.5812382 0 -0.8137336 +vn 0.5812383 0 0.8137335 +vn -0.5812383 0 -0.8137335 +vn -0.7066045 -0.03768034 0.7066048 +vn -0.8131711 -0.03716837 0.5808367 +vn 0.7066045 0.03768034 -0.7066048 +vn 0.8131711 0.03716837 -0.5808367 +vn 0.7066048 -0.03768034 0.7066045 +vn 0.8131713 -0.03716837 0.5808365 +vn -0.7066048 0.03768034 -0.7066045 +vn -0.8131713 0.03716837 -0.5808365 +vn -0.5808365 -0.03716837 0.8131713 +vn 0.5808365 0.03716837 -0.8131713 +vn -0.7066048 -0.03768034 -0.7066045 +vn -0.5808367 -0.03716837 -0.8131711 +vn 0.7066048 0.03768034 0.7066045 +vn 0.5808367 0.03716837 0.8131711 +vn -0.8131713 -0.03716837 -0.5808365 +vn 0.8131713 0.03716837 0.5808365 +vn 0.7066045 -0.03768034 -0.7066048 +vn 0.8131711 -0.03716837 -0.5808367 +vn -0.7066045 0.03768034 0.7066048 +vn -0.8131711 0.03716837 0.5808367 +vn 0.5808365 -0.03716837 -0.8131713 +vn -0.5808365 0.03716837 0.8131713 +vn 0.5808367 -0.03716837 0.8131711 +vn -0.5808367 0.03716837 -0.8131711 +vn -0.5812383 0 0.8137335 +vn -0.7071068 0 0.7071068 +vn 0.7071068 0 -0.7071068 +vn 0.5812383 0 -0.8137335 +vn 0.7071068 0 0.7071068 +vn 0.5812382 0 0.8137336 +vn -0.7071068 0 -0.7071068 +vn -0.5812382 0 -0.8137336 +vn 0.8137335 0 0.5812383 +vn -0.8137335 0 -0.5812383 +vn 0.8137336 0 -0.5812382 +vn -0.8137336 0 0.5812382 +vn 0.7066047 -0.03768034 0.7066046 +vn 0.5808367 -0.03716837 0.8131711 +vn -0.7066047 0.03768034 -0.7066046 +vn -0.5808367 0.03716837 -0.8131711 +vn 0.7066046 -0.03768034 -0.7066047 +vn 0.5808365 -0.03716837 -0.8131713 +vn -0.7066046 0.03768034 0.7066047 +vn -0.5808365 0.03716837 0.8131713 +vn 0.8131713 -0.03716837 0.5808365 +vn -0.8131713 0.03716837 -0.5808365 +vn -0.7066046 -0.03768034 0.7066047 +vn -0.8131711 -0.03716837 0.5808367 +vn 0.7066046 0.03768034 -0.7066047 +vn 0.8131711 0.03716837 -0.5808367 +vn -0.5808365 -0.03716837 0.8131713 +vn 0.5808365 0.03716837 -0.8131713 +vn -0.7066047 -0.03768034 -0.7066046 +vn -0.5808367 -0.03716837 -0.8131711 +vn 0.7066047 0.03768034 0.7066046 +vn 0.5808367 0.03716837 0.8131711 +vn -0.8131713 -0.03716837 -0.5808365 +vn 0.8131713 0.03716837 0.5808365 +vn 0.8131711 -0.03716837 -0.5808367 +vn -0.8131711 0.03716837 0.5808367 +vn 0.8137335 0 0.5812384 +vn 0.7071067 0 0.7071069 +vn -0.7071067 0 -0.7071069 +vn -0.8137335 0 -0.5812384 +vn 0.7071069 0 -0.7071067 +vn 0.8137337 0 -0.5812382 +vn -0.7071069 0 0.7071067 +vn -0.8137337 0 0.5812382 +vn 0.5812384 0 -0.8137335 +vn -0.5812384 0 0.8137335 +vn -0.5812382 0 -0.8137337 +vn 0.5812382 0 0.8137337 +vn 0.7066047 -0.03768034 -0.7066047 +vn 0.8131713 -0.03716837 -0.5808367 +vn -0.7066047 0.03768034 0.7066047 +vn -0.8131713 0.03716837 0.5808367 +vn -0.7066047 -0.03768034 -0.7066047 +vn -0.8131713 -0.03716837 -0.5808367 +vn 0.7066047 0.03768034 0.7066047 +vn 0.8131713 0.03716837 0.5808367 +vn 0.5808367 -0.03716837 -0.8131713 +vn -0.5808367 0.03716837 0.8131713 +vn 0.7066047 -0.03768034 0.7066047 +vn 0.5808367 -0.03716837 0.8131713 +vn -0.7066047 0.03768034 -0.7066047 +vn -0.5808367 0.03716837 -0.8131713 +vn 0.8131713 -0.03716837 0.5808367 +vn -0.8131713 0.03716837 -0.5808367 +vn -0.7066047 -0.03768034 0.7066047 +vn -0.8131713 -0.03716837 0.5808367 +vn 0.7066047 0.03768034 -0.7066047 +vn 0.8131713 0.03716837 -0.5808367 +vn -0.5808367 -0.03716837 0.8131713 +vn 0.5808367 0.03716837 -0.8131713 +vn -0.5808367 -0.03716837 -0.8131713 +vn 0.5808367 0.03716837 0.8131713 +vn -0.9992937 -0.03757711 0 +vn -0.985716 -0.03706655 0.164286 +vn 0.9992937 0.03757711 0 +vn 0.985716 0.03706655 -0.164286 +vn -0.985716 -0.03706655 -0.164286 +vn 0.985716 0.03706655 0.164286 +vn 0 -0.03757711 -0.9992937 +vn 0.164286 -0.03706655 -0.985716 +vn 0 0.03757711 0.9992937 +vn -0.164286 0.03706655 0.985716 +vn 0.164286 -0.03706655 0.985716 +vn 0 -0.03757711 0.9992937 +vn -0.164286 0.03706655 -0.985716 +vn 0 0.03757711 -0.9992937 +vn 0.985716 -0.03706655 -0.164286 +vn 0.9992937 -0.03757711 0 +vn -0.9992937 0.03757711 0 +vn -0.985716 0.03706655 0.164286 +vn 0.985716 -0.03706655 0.164286 +vn -0.985716 0.03706655 -0.164286 +vn -0.164286 -0.03706655 -0.985716 +vn 0.164286 0.03706655 0.985716 +vn -0.164286 -0.03706655 0.985716 +vn 0.164286 0.03706655 -0.985716 +vn 0.9992937 -0.03757711 8.726985E-13 +vn -0.9992937 0.03757711 -8.726985E-13 +vn -8.726985E-13 -0.03757711 0.9992937 +vn 8.726985E-13 0.03757711 -0.9992937 +vn 8.726985E-13 -0.03757711 -0.9992937 +vn -8.726985E-13 0.03757711 0.9992937 +vn -0.9992937 -0.03757711 -8.726985E-13 +vn 0.9992937 0.03757711 8.726985E-13 +vn 1 0 -4.892161E-30 +vn -1 0 4.892161E-30 +vn -4.892161E-30 0 -1 +vn 4.892161E-30 0 1 + +vt 0.09375 0.025 +vt 0.09375 0.105 +vt 0.09375 0.065 +vt 0.09375 0.225 +vt 0.09375 0.045 +vt 0.34375 0.225 +vt 0.34375 0.025 +vt 0.34375 0.105 +vt 0.34375 0.075 +vt 0.34375 0.175 +vt 0.34375 0.1623098 +vt 0.34375 0.1813574 +vt 0.34375 0.1575478 +vt 0.34375 0.1861193 +vt 0.34375 0.09963536 +vt 0.34375 0.118683 +vt 0.34375 0.1234449 +vt 0.34375 0.09487346 +vt 0.34375 0.0902646 +vt 0.34375 0.08550269 +vt 0.34375 0.06645507 +vt 0.34375 0.06169317 +vt 0.34375 0.1638381 +vt 0.34375 0.1828858 +vt 0.34375 0.1590762 +vt 0.34375 0.1876477 +vt 0.34375 0.1390029 +vt 0.34375 0.134241 +vt 0.34375 0.1151934 +vt 0.34375 0.1104315 +vt 0.34375 0.07863793 +vt 0.34375 0.09768555 +vt 0.34375 0.1024475 +vt 0.34375 0.07387602 +vt 0.21875 0.145 +vt 0.21875 0.225 +vt 0.21875 0.175 +vt 0.21875 0.075 +vt 0.21875 0.185 +vt 0.21875 0.165 + +usemtl colormap + +f 3/2/3 2/1/2 1/1/1 +f 2/1/2 3/2/3 4/2/4 +f 1/1/7 2/1/6 3/2/5 +f 4/2/8 3/2/5 2/1/6 +f 7/3/11 6/1/10 5/1/9 +f 6/1/10 7/3/11 8/3/12 +f 5/1/15 6/1/14 7/3/13 +f 8/3/16 7/3/13 6/1/14 +f 11/2/19 10/1/18 9/1/17 +f 10/1/18 11/2/19 12/2/20 +f 9/1/23 10/1/22 11/2/21 +f 12/2/24 11/2/21 10/1/22 +f 2/1/2 11/2/19 9/1/17 +f 11/2/19 2/1/2 4/2/4 +f 9/1/23 11/2/21 2/1/6 +f 4/2/8 2/1/6 11/2/21 +f 7/3/11 13/3/25 8/3/12 +f 13/3/25 7/3/11 14/3/26 +f 8/3/16 13/3/27 7/3/13 +f 14/3/28 7/3/13 13/3/27 +f 8/3/12 15/1/29 6/1/10 +f 15/1/29 8/3/12 13/3/25 +f 6/1/14 15/1/30 8/3/16 +f 13/3/27 8/3/16 15/1/30 +f 11/2/19 3/2/3 12/2/20 +f 3/2/3 11/2/19 4/2/4 +f 12/2/24 3/2/5 11/2/21 +f 4/2/8 11/2/21 3/2/5 +f 14/3/26 5/1/9 16/1/31 +f 5/1/9 14/3/26 7/3/11 +f 16/1/32 5/1/15 14/3/28 +f 7/3/13 14/3/28 5/1/15 +f 15/1/29 14/3/26 16/1/31 +f 14/3/26 15/1/29 13/3/25 +f 16/1/32 14/3/28 15/1/30 +f 13/3/27 15/1/30 14/3/28 +f 12/2/20 1/1/1 10/1/18 +f 1/1/1 12/2/20 3/2/3 +f 10/1/22 1/1/7 12/2/24 +f 3/2/5 12/2/24 1/1/7 +f 19/3/35 18/3/34 17/3/33 +f 18/3/34 19/3/35 20/3/36 +f 17/3/39 18/3/38 19/3/37 +f 20/3/40 19/3/37 18/3/38 +f 20/3/36 21/1/41 18/3/34 +f 21/1/41 20/3/36 22/1/42 +f 18/3/38 21/1/43 20/3/40 +f 22/1/44 20/3/40 21/1/43 +f 17/3/33 21/1/41 23/1/45 +f 21/1/41 17/3/33 18/3/34 +f 23/1/46 21/1/43 17/3/39 +f 18/3/38 17/3/39 21/1/43 +f 24/1/47 17/3/33 23/1/45 +f 17/3/33 24/1/47 19/3/35 +f 23/1/46 17/3/39 24/1/48 +f 19/3/37 24/1/48 17/3/39 +f 22/1/42 19/3/35 24/1/47 +f 19/3/35 22/1/42 20/3/36 +f 24/1/48 19/3/37 22/1/44 +f 20/3/40 22/1/44 19/3/37 +f 27/1/51 26/3/50 25/1/49 +f 26/3/50 27/1/51 28/3/52 +f 25/1/55 26/3/54 27/1/53 +f 28/3/56 27/1/53 26/3/54 +f 29/1/57 28/3/52 27/1/51 +f 28/3/52 29/1/57 30/3/58 +f 27/1/53 28/3/56 29/1/59 +f 30/3/60 29/1/59 28/3/56 +f 33/2/63 32/1/62 31/1/61 +f 32/1/62 33/2/63 34/2/64 +f 31/1/67 32/1/66 33/2/65 +f 34/2/68 33/2/65 32/1/66 +f 33/2/63 35/2/69 34/2/64 +f 35/2/69 33/2/63 36/2/70 +f 34/2/68 35/2/71 33/2/65 +f 36/2/72 33/2/65 35/2/71 +f 30/3/58 38/1/74 37/3/73 +f 38/1/74 30/3/58 29/1/57 +f 37/3/76 38/1/75 30/3/60 +f 29/1/59 30/3/60 38/1/75 +f 34/2/64 39/1/77 32/1/62 +f 39/1/77 34/2/64 35/2/69 +f 32/1/66 39/1/78 34/2/68 +f 35/2/71 34/2/68 39/1/78 +f 28/3/52 37/3/73 26/3/50 +f 37/3/73 28/3/52 30/3/58 +f 26/3/54 37/3/76 28/3/56 +f 30/3/60 28/3/56 37/3/76 +f 40/1/79 33/2/63 31/1/61 +f 33/2/63 40/1/79 36/2/70 +f 31/1/67 33/2/65 40/1/80 +f 36/2/72 40/1/80 33/2/65 +f 26/3/50 38/1/74 25/1/49 +f 38/1/74 26/3/50 37/3/73 +f 25/1/55 38/1/75 26/3/54 +f 37/3/76 26/3/54 38/1/75 +f 35/2/69 40/1/79 39/1/77 +f 40/1/79 35/2/69 36/2/70 +f 39/1/78 40/1/80 35/2/71 +f 36/2/72 35/2/71 40/1/80 +f 43/4/81 42/4/81 41/4/81 +f 42/4/81 43/4/81 44/4/81 +f 42/4/81 44/4/81 45/4/81 +f 45/4/81 44/4/81 46/4/81 +f 45/4/81 46/4/81 47/4/81 +f 47/4/81 46/4/81 48/4/81 +f 47/4/81 48/4/81 49/4/81 +f 49/4/81 48/4/81 50/4/81 +f 41/4/82 42/4/82 43/4/82 +f 44/4/82 43/4/82 42/4/82 +f 45/4/82 44/4/82 42/4/82 +f 46/4/82 44/4/82 45/4/82 +f 47/4/82 46/4/82 45/4/82 +f 48/4/82 46/4/82 47/4/82 +f 49/4/82 48/4/82 47/4/82 +f 50/4/82 48/4/82 49/4/82 +f 43/4/83 52/1/83 51/1/83 +f 52/1/83 43/4/83 41/4/83 +f 51/1/84 52/1/84 43/4/84 +f 41/4/84 43/4/84 52/1/84 +f 53/1/86 43/4/85 51/1/85 +f 43/4/85 53/1/86 44/4/86 +f 51/1/88 43/4/88 53/1/87 +f 44/4/87 53/1/87 43/4/88 +f 54/1/89 44/4/86 53/1/86 +f 44/4/86 54/1/89 46/4/89 +f 53/1/87 44/4/87 54/1/90 +f 46/4/90 54/1/90 44/4/87 +f 48/4/91 54/1/89 55/1/91 +f 54/1/89 48/4/91 46/4/89 +f 55/1/92 54/1/90 48/4/92 +f 46/4/90 48/4/92 54/1/90 +f 50/4/93 55/1/91 56/1/93 +f 55/1/91 50/4/93 48/4/91 +f 56/1/94 55/1/92 50/4/94 +f 48/4/92 50/4/94 55/1/92 +f 57/1/95 50/4/95 56/1/95 +f 50/4/95 57/1/95 49/4/95 +f 56/1/96 50/4/96 57/1/96 +f 49/4/96 57/1/96 50/4/96 +f 47/4/92 57/1/97 58/1/92 +f 57/1/97 47/4/92 49/4/97 +f 58/1/91 57/1/98 47/4/91 +f 49/4/98 47/4/91 57/1/98 +f 45/4/90 58/1/92 59/1/90 +f 58/1/92 45/4/90 47/4/92 +f 59/1/89 58/1/91 45/4/89 +f 47/4/91 45/4/89 58/1/91 +f 45/4/90 60/1/87 42/4/87 +f 60/1/87 45/4/90 59/1/90 +f 42/4/86 60/1/86 45/4/89 +f 59/1/89 45/4/89 60/1/86 +f 42/4/87 52/1/88 41/4/88 +f 52/1/88 42/4/87 60/1/87 +f 41/4/85 52/1/85 42/4/86 +f 60/1/86 42/4/86 52/1/85 +f 63/1/81 62/1/81 61/1/81 +f 62/1/81 63/1/81 64/1/81 +f 61/1/82 62/1/82 63/1/82 +f 64/1/82 63/1/82 62/1/82 +f 67/2/101 66/1/100 65/1/99 +f 66/1/100 67/2/101 68/2/102 +f 65/1/105 66/1/104 67/2/103 +f 68/2/106 67/2/103 66/1/104 +f 71/3/109 70/1/108 69/1/107 +f 70/1/108 71/3/109 72/3/110 +f 69/1/113 70/1/112 71/3/111 +f 72/3/114 71/3/111 70/1/112 +f 75/2/117 74/1/116 73/1/115 +f 74/1/116 75/2/117 76/2/118 +f 73/1/121 74/1/120 75/2/119 +f 76/2/122 75/2/119 74/1/120 +f 66/1/100 75/2/117 73/1/115 +f 75/2/117 66/1/100 68/2/102 +f 73/1/121 75/2/119 66/1/104 +f 68/2/106 66/1/104 75/2/119 +f 71/3/109 77/3/123 72/3/110 +f 77/3/123 71/3/109 78/3/124 +f 72/3/114 77/3/125 71/3/111 +f 78/3/126 71/3/111 77/3/125 +f 72/3/110 79/1/127 70/1/108 +f 79/1/127 72/3/110 77/3/123 +f 70/1/112 79/1/128 72/3/114 +f 77/3/125 72/3/114 79/1/128 +f 75/2/117 67/2/101 76/2/118 +f 67/2/101 75/2/117 68/2/102 +f 76/2/122 67/2/103 75/2/119 +f 68/2/106 75/2/119 67/2/103 +f 78/3/124 69/1/107 80/1/129 +f 69/1/107 78/3/124 71/3/109 +f 80/1/130 69/1/113 78/3/126 +f 71/3/111 78/3/126 69/1/113 +f 79/1/127 78/3/124 80/1/129 +f 78/3/124 79/1/127 77/3/123 +f 80/1/130 78/3/126 79/1/128 +f 77/3/125 79/1/128 78/3/126 +f 76/2/118 65/1/99 74/1/116 +f 65/1/99 76/2/118 67/2/101 +f 74/1/120 65/1/105 76/2/122 +f 67/2/103 76/2/122 65/1/105 +f 83/3/133 82/3/132 81/3/131 +f 82/3/132 83/3/133 84/3/134 +f 81/3/137 82/3/136 83/3/135 +f 84/3/138 83/3/135 82/3/136 +f 84/3/134 85/1/139 82/3/132 +f 85/1/139 84/3/134 86/1/140 +f 82/3/136 85/1/141 84/3/138 +f 86/1/142 84/3/138 85/1/141 +f 81/3/131 85/1/139 87/1/143 +f 85/1/139 81/3/131 82/3/132 +f 87/1/144 85/1/141 81/3/137 +f 82/3/136 81/3/137 85/1/141 +f 88/1/145 81/3/131 87/1/143 +f 81/3/131 88/1/145 83/3/133 +f 87/1/144 81/3/137 88/1/146 +f 83/3/135 88/1/146 81/3/137 +f 86/1/140 83/3/133 88/1/145 +f 83/3/133 86/1/140 84/3/134 +f 88/1/146 83/3/135 86/1/142 +f 84/3/138 86/1/142 83/3/135 +f 91/1/149 90/3/148 89/1/147 +f 90/3/148 91/1/149 92/3/150 +f 89/1/153 90/3/152 91/1/151 +f 92/3/154 91/1/151 90/3/152 +f 93/1/155 92/3/150 91/1/149 +f 92/3/150 93/1/155 94/3/156 +f 91/1/151 92/3/154 93/1/157 +f 94/3/158 93/1/157 92/3/154 +f 97/2/161 96/1/160 95/1/159 +f 96/1/160 97/2/161 98/2/162 +f 95/1/165 96/1/164 97/2/163 +f 98/2/166 97/2/163 96/1/164 +f 97/2/161 99/2/167 98/2/162 +f 99/2/167 97/2/161 100/2/168 +f 98/2/166 99/2/169 97/2/163 +f 100/2/170 97/2/163 99/2/169 +f 94/3/156 102/1/172 101/3/171 +f 102/1/172 94/3/156 93/1/155 +f 101/3/174 102/1/173 94/3/158 +f 93/1/157 94/3/158 102/1/173 +f 98/2/162 103/1/175 96/1/160 +f 103/1/175 98/2/162 99/2/167 +f 96/1/164 103/1/176 98/2/166 +f 99/2/169 98/2/166 103/1/176 +f 92/3/150 101/3/171 90/3/148 +f 101/3/171 92/3/150 94/3/156 +f 90/3/152 101/3/174 92/3/154 +f 94/3/158 92/3/154 101/3/174 +f 104/1/177 97/2/161 95/1/159 +f 97/2/161 104/1/177 100/2/168 +f 95/1/165 97/2/163 104/1/178 +f 100/2/170 104/1/178 97/2/163 +f 90/3/148 102/1/172 89/1/147 +f 102/1/172 90/3/148 101/3/171 +f 89/1/153 102/1/173 90/3/152 +f 101/3/174 90/3/152 102/1/173 +f 99/2/167 104/1/177 103/1/175 +f 104/1/177 99/2/167 100/2/168 +f 103/1/176 104/1/178 99/2/169 +f 100/2/170 99/2/169 104/1/178 +f 107/4/81 106/4/81 105/4/81 +f 106/4/81 107/4/81 108/4/81 +f 106/4/81 108/4/81 109/4/81 +f 109/4/81 108/4/81 110/4/81 +f 109/4/81 110/4/81 111/4/81 +f 111/4/81 110/4/81 112/4/81 +f 111/4/81 112/4/81 113/4/81 +f 113/4/81 112/4/81 114/4/81 +f 105/4/82 106/4/82 107/4/82 +f 108/4/82 107/4/82 106/4/82 +f 109/4/82 108/4/82 106/4/82 +f 110/4/82 108/4/82 109/4/82 +f 111/4/82 110/4/82 109/4/82 +f 112/4/82 110/4/82 111/4/82 +f 113/4/82 112/4/82 111/4/82 +f 114/4/82 112/4/82 113/4/82 +f 107/4/179 116/1/179 115/1/179 +f 116/1/179 107/4/179 105/4/179 +f 115/1/180 116/1/180 107/4/180 +f 105/4/180 107/4/180 116/1/180 +f 117/1/182 107/4/181 115/1/181 +f 107/4/181 117/1/182 108/4/182 +f 115/1/184 107/4/184 117/1/183 +f 108/4/183 117/1/183 107/4/184 +f 118/1/185 108/4/182 117/1/182 +f 108/4/182 118/1/185 110/4/185 +f 117/1/183 108/4/183 118/1/186 +f 110/4/186 118/1/186 108/4/183 +f 112/4/187 118/1/185 119/1/187 +f 118/1/185 112/4/187 110/4/185 +f 119/1/188 118/1/186 112/4/188 +f 110/4/186 112/4/188 118/1/186 +f 114/4/189 119/1/187 120/1/189 +f 119/1/187 114/4/189 112/4/187 +f 120/1/190 119/1/188 114/4/190 +f 112/4/188 114/4/190 119/1/188 +f 121/1/191 114/4/191 120/1/191 +f 114/4/191 121/1/191 113/4/191 +f 120/1/192 114/4/192 121/1/192 +f 113/4/192 121/1/192 114/4/192 +f 111/4/188 121/1/193 122/1/188 +f 121/1/193 111/4/188 113/4/193 +f 122/1/187 121/1/194 111/4/187 +f 113/4/194 111/4/187 121/1/194 +f 109/4/186 122/1/188 123/1/186 +f 122/1/188 109/4/186 111/4/188 +f 123/1/185 122/1/187 109/4/185 +f 111/4/187 109/4/185 122/1/187 +f 109/4/186 124/1/183 106/4/183 +f 124/1/183 109/4/186 123/1/186 +f 106/4/182 124/1/182 109/4/185 +f 123/1/185 109/4/185 124/1/182 +f 106/4/183 116/1/184 105/4/184 +f 116/1/184 106/4/183 124/1/183 +f 105/4/181 116/1/181 106/4/182 +f 124/1/182 106/4/182 116/1/181 +f 127/1/81 126/1/81 125/1/81 +f 126/1/81 127/1/81 128/1/81 +f 125/1/82 126/1/82 127/1/82 +f 128/1/82 127/1/82 126/1/82 +f 131/2/197 130/1/196 129/1/195 +f 130/1/196 131/2/197 132/2/198 +f 129/1/201 130/1/200 131/2/199 +f 132/2/202 131/2/199 130/1/200 +f 135/3/205 134/1/204 133/1/203 +f 134/1/204 135/3/205 136/3/206 +f 133/1/209 134/1/208 135/3/207 +f 136/3/210 135/3/207 134/1/208 +f 139/2/213 138/1/212 137/1/211 +f 138/1/212 139/2/213 140/2/214 +f 137/1/217 138/1/216 139/2/215 +f 140/2/218 139/2/215 138/1/216 +f 130/1/196 139/2/213 137/1/211 +f 139/2/213 130/1/196 132/2/198 +f 137/1/217 139/2/215 130/1/200 +f 132/2/202 130/1/200 139/2/215 +f 135/3/205 141/3/219 136/3/206 +f 141/3/219 135/3/205 142/3/220 +f 136/3/210 141/3/221 135/3/207 +f 142/3/222 135/3/207 141/3/221 +f 136/3/206 143/1/223 134/1/204 +f 143/1/223 136/3/206 141/3/219 +f 134/1/208 143/1/224 136/3/210 +f 141/3/221 136/3/210 143/1/224 +f 139/2/213 131/2/197 140/2/214 +f 131/2/197 139/2/213 132/2/198 +f 140/2/218 131/2/199 139/2/215 +f 132/2/202 139/2/215 131/2/199 +f 142/3/220 133/1/203 144/1/225 +f 133/1/203 142/3/220 135/3/205 +f 144/1/226 133/1/209 142/3/222 +f 135/3/207 142/3/222 133/1/209 +f 143/1/223 142/3/220 144/1/225 +f 142/3/220 143/1/223 141/3/219 +f 144/1/226 142/3/222 143/1/224 +f 141/3/221 143/1/224 142/3/222 +f 140/2/214 129/1/195 138/1/212 +f 129/1/195 140/2/214 131/2/197 +f 138/1/216 129/1/201 140/2/218 +f 131/2/199 140/2/218 129/1/201 +f 147/3/229 146/3/228 145/3/227 +f 146/3/228 147/3/229 148/3/230 +f 145/3/233 146/3/232 147/3/231 +f 148/3/234 147/3/231 146/3/232 +f 148/3/230 149/1/235 146/3/228 +f 149/1/235 148/3/230 150/1/236 +f 146/3/232 149/1/237 148/3/234 +f 150/1/238 148/3/234 149/1/237 +f 145/3/227 149/1/235 151/1/239 +f 149/1/235 145/3/227 146/3/228 +f 151/1/240 149/1/237 145/3/233 +f 146/3/232 145/3/233 149/1/237 +f 152/1/241 145/3/227 151/1/239 +f 145/3/227 152/1/241 147/3/229 +f 151/1/240 145/3/233 152/1/242 +f 147/3/231 152/1/242 145/3/233 +f 150/1/236 147/3/229 152/1/241 +f 147/3/229 150/1/236 148/3/230 +f 152/1/242 147/3/231 150/1/238 +f 148/3/234 150/1/238 147/3/231 +f 155/1/245 154/3/244 153/1/243 +f 154/3/244 155/1/245 156/3/246 +f 153/1/249 154/3/248 155/1/247 +f 156/3/250 155/1/247 154/3/248 +f 157/1/251 156/3/246 155/1/245 +f 156/3/246 157/1/251 158/3/252 +f 155/1/247 156/3/250 157/1/253 +f 158/3/254 157/1/253 156/3/250 +f 161/2/257 160/1/256 159/1/255 +f 160/1/256 161/2/257 162/2/258 +f 159/1/261 160/1/260 161/2/259 +f 162/2/262 161/2/259 160/1/260 +f 161/2/257 163/2/263 162/2/258 +f 163/2/263 161/2/257 164/2/264 +f 162/2/262 163/2/265 161/2/259 +f 164/2/266 161/2/259 163/2/265 +f 158/3/252 166/1/268 165/3/267 +f 166/1/268 158/3/252 157/1/251 +f 165/3/270 166/1/269 158/3/254 +f 157/1/253 158/3/254 166/1/269 +f 162/2/258 167/1/271 160/1/256 +f 167/1/271 162/2/258 163/2/263 +f 160/1/260 167/1/272 162/2/262 +f 163/2/265 162/2/262 167/1/272 +f 156/3/246 165/3/267 154/3/244 +f 165/3/267 156/3/246 158/3/252 +f 154/3/248 165/3/270 156/3/250 +f 158/3/254 156/3/250 165/3/270 +f 168/1/273 161/2/257 159/1/255 +f 161/2/257 168/1/273 164/2/264 +f 159/1/261 161/2/259 168/1/274 +f 164/2/266 168/1/274 161/2/259 +f 154/3/244 166/1/268 153/1/243 +f 166/1/268 154/3/244 165/3/267 +f 153/1/249 166/1/269 154/3/248 +f 165/3/270 154/3/248 166/1/269 +f 163/2/263 168/1/273 167/1/271 +f 168/1/273 163/2/263 164/2/264 +f 167/1/272 168/1/274 163/2/265 +f 164/2/266 163/2/265 168/1/274 +f 171/4/81 170/4/81 169/4/81 +f 170/4/81 171/4/81 172/4/81 +f 170/4/81 172/4/81 173/4/81 +f 173/4/81 172/4/81 174/4/81 +f 173/4/81 174/4/81 175/4/81 +f 175/4/81 174/4/81 176/4/81 +f 175/4/81 176/4/81 177/4/81 +f 177/4/81 176/4/81 178/4/81 +f 169/4/82 170/4/82 171/4/82 +f 172/4/82 171/4/82 170/4/82 +f 173/4/82 172/4/82 170/4/82 +f 174/4/82 172/4/82 173/4/82 +f 175/4/82 174/4/82 173/4/82 +f 176/4/82 174/4/82 175/4/82 +f 177/4/82 176/4/82 175/4/82 +f 178/4/82 176/4/82 177/4/82 +f 171/4/275 180/1/275 179/1/275 +f 180/1/275 171/4/275 169/4/275 +f 179/1/276 180/1/276 171/4/276 +f 169/4/276 171/4/276 180/1/276 +f 181/1/278 171/4/277 179/1/277 +f 171/4/277 181/1/278 172/4/278 +f 179/1/280 171/4/280 181/1/279 +f 172/4/279 181/1/279 171/4/280 +f 182/1/281 172/4/278 181/1/278 +f 172/4/278 182/1/281 174/4/281 +f 181/1/279 172/4/279 182/1/282 +f 174/4/282 182/1/282 172/4/279 +f 176/4/283 182/1/281 183/1/283 +f 182/1/281 176/4/283 174/4/281 +f 183/1/284 182/1/282 176/4/284 +f 174/4/282 176/4/284 182/1/282 +f 178/4/285 183/1/283 184/1/285 +f 183/1/283 178/4/285 176/4/283 +f 184/1/286 183/1/284 178/4/286 +f 176/4/284 178/4/286 183/1/284 +f 185/1/287 178/4/287 184/1/287 +f 178/4/287 185/1/287 177/4/287 +f 184/1/288 178/4/288 185/1/288 +f 177/4/288 185/1/288 178/4/288 +f 175/4/284 185/1/289 186/1/284 +f 185/1/289 175/4/284 177/4/289 +f 186/1/283 185/1/290 175/4/283 +f 177/4/290 175/4/283 185/1/290 +f 173/4/282 186/1/284 187/1/282 +f 186/1/284 173/4/282 175/4/284 +f 187/1/281 186/1/283 173/4/281 +f 175/4/283 173/4/281 186/1/283 +f 173/4/282 188/1/279 170/4/279 +f 188/1/279 173/4/282 187/1/282 +f 170/4/278 188/1/278 173/4/281 +f 187/1/281 173/4/281 188/1/278 +f 170/4/279 180/1/280 169/4/280 +f 180/1/280 170/4/279 188/1/279 +f 169/4/277 180/1/277 170/4/278 +f 188/1/278 170/4/278 180/1/277 +f 191/1/81 190/1/81 189/1/81 +f 190/1/81 191/1/81 192/1/81 +f 189/1/82 190/1/82 191/1/82 +f 192/1/82 191/1/82 190/1/82 +f 195/2/117 194/1/116 193/1/115 +f 194/1/116 195/2/117 196/2/118 +f 193/1/121 194/1/120 195/2/119 +f 196/2/122 195/2/119 194/1/120 +f 199/3/123 198/1/129 197/1/127 +f 198/1/129 199/3/123 200/3/124 +f 197/1/128 198/1/130 199/3/125 +f 200/3/126 199/3/125 198/1/130 +f 203/2/101 202/1/100 201/1/99 +f 202/1/100 203/2/101 204/2/102 +f 201/1/105 202/1/104 203/2/103 +f 204/2/106 203/2/103 202/1/104 +f 194/1/116 203/2/101 201/1/99 +f 203/2/101 194/1/116 196/2/118 +f 201/1/105 203/2/103 194/1/120 +f 196/2/122 194/1/120 203/2/103 +f 199/3/123 205/3/109 200/3/124 +f 205/3/109 199/3/123 206/3/110 +f 200/3/126 205/3/111 199/3/125 +f 206/3/114 199/3/125 205/3/111 +f 200/3/124 207/1/107 198/1/129 +f 207/1/107 200/3/124 205/3/109 +f 198/1/130 207/1/113 200/3/126 +f 205/3/111 200/3/126 207/1/113 +f 203/2/101 195/2/117 204/2/102 +f 195/2/117 203/2/101 196/2/118 +f 204/2/106 195/2/119 203/2/103 +f 196/2/122 203/2/103 195/2/119 +f 206/3/110 197/1/127 208/1/108 +f 197/1/127 206/3/110 199/3/123 +f 208/1/112 197/1/128 206/3/114 +f 199/3/125 206/3/114 197/1/128 +f 207/1/107 206/3/110 208/1/108 +f 206/3/110 207/1/107 205/3/109 +f 208/1/112 206/3/114 207/1/113 +f 205/3/111 207/1/113 206/3/114 +f 204/2/102 193/1/115 202/1/100 +f 193/1/115 204/2/102 195/2/117 +f 202/1/104 193/1/121 204/2/106 +f 195/2/119 204/2/106 193/1/121 +f 211/3/293 210/3/292 209/3/291 +f 210/3/292 211/3/293 212/3/294 +f 209/3/297 210/3/296 211/3/295 +f 212/3/298 211/3/295 210/3/296 +f 212/3/294 213/1/299 210/3/292 +f 213/1/299 212/3/294 214/1/300 +f 210/3/296 213/1/301 212/3/298 +f 214/1/302 212/3/298 213/1/301 +f 209/3/291 213/1/299 215/1/303 +f 213/1/299 209/3/291 210/3/292 +f 215/1/304 213/1/301 209/3/297 +f 210/3/296 209/3/297 213/1/301 +f 216/1/305 209/3/291 215/1/303 +f 209/3/291 216/1/305 211/3/293 +f 215/1/304 209/3/297 216/1/306 +f 211/3/295 216/1/306 209/3/297 +f 214/1/300 211/3/293 216/1/305 +f 211/3/293 214/1/300 212/3/294 +f 216/1/306 211/3/295 214/1/302 +f 212/3/298 214/1/302 211/3/295 +f 219/1/172 218/3/156 217/1/155 +f 218/3/156 219/1/172 220/3/171 +f 217/1/157 218/3/158 219/1/173 +f 220/3/174 219/1/173 218/3/158 +f 221/1/147 220/3/171 219/1/172 +f 220/3/171 221/1/147 222/3/148 +f 219/1/173 220/3/174 221/1/153 +f 222/3/152 221/1/153 220/3/174 +f 225/2/167 224/1/177 223/1/175 +f 224/1/177 225/2/167 226/2/168 +f 223/1/176 224/1/178 225/2/169 +f 226/2/170 225/2/169 224/1/178 +f 225/2/167 227/2/161 226/2/168 +f 227/2/161 225/2/167 228/2/162 +f 226/2/170 227/2/163 225/2/169 +f 228/2/166 225/2/169 227/2/163 +f 222/3/148 230/1/149 229/3/150 +f 230/1/149 222/3/148 221/1/147 +f 229/3/154 230/1/151 222/3/152 +f 221/1/153 222/3/152 230/1/151 +f 226/2/168 231/1/159 224/1/177 +f 231/1/159 226/2/168 227/2/161 +f 224/1/178 231/1/165 226/2/170 +f 227/2/163 226/2/170 231/1/165 +f 220/3/171 229/3/150 218/3/156 +f 229/3/150 220/3/171 222/3/148 +f 218/3/158 229/3/154 220/3/174 +f 222/3/152 220/3/174 229/3/154 +f 232/1/160 225/2/167 223/1/175 +f 225/2/167 232/1/160 228/2/162 +f 223/1/176 225/2/169 232/1/164 +f 228/2/166 232/1/164 225/2/169 +f 218/3/156 230/1/149 217/1/155 +f 230/1/149 218/3/156 229/3/150 +f 217/1/157 230/1/151 218/3/158 +f 229/3/154 218/3/158 230/1/151 +f 227/2/161 232/1/160 231/1/159 +f 232/1/160 227/2/161 228/2/162 +f 231/1/165 232/1/164 227/2/163 +f 228/2/166 227/2/163 232/1/164 +f 235/4/81 234/4/81 233/4/81 +f 234/4/81 235/4/81 236/4/81 +f 234/4/81 236/4/81 237/4/81 +f 237/4/81 236/4/81 238/4/81 +f 237/4/81 238/4/81 239/4/81 +f 239/4/81 238/4/81 240/4/81 +f 239/4/81 240/4/81 241/4/81 +f 241/4/81 240/4/81 242/4/81 +f 233/4/82 234/4/82 235/4/82 +f 236/4/82 235/4/82 234/4/82 +f 237/4/82 236/4/82 234/4/82 +f 238/4/82 236/4/82 237/4/82 +f 239/4/82 238/4/82 237/4/82 +f 240/4/82 238/4/82 239/4/82 +f 241/4/82 240/4/82 239/4/82 +f 242/4/82 240/4/82 241/4/82 +f 235/4/307 244/1/307 243/1/307 +f 244/1/307 235/4/307 233/4/307 +f 243/1/308 244/1/308 235/4/308 +f 233/4/308 235/4/308 244/1/308 +f 245/1/183 235/4/184 243/1/184 +f 235/4/184 245/1/183 236/4/183 +f 243/1/181 235/4/181 245/1/182 +f 236/4/182 245/1/182 235/4/181 +f 246/1/186 236/4/183 245/1/183 +f 236/4/183 246/1/186 238/4/186 +f 245/1/182 236/4/182 246/1/185 +f 238/4/185 246/1/185 236/4/182 +f 240/4/188 246/1/186 247/1/188 +f 246/1/186 240/4/188 238/4/186 +f 247/1/187 246/1/185 240/4/187 +f 238/4/185 240/4/187 246/1/185 +f 242/4/190 247/1/188 248/1/190 +f 247/1/188 242/4/190 240/4/188 +f 248/1/189 247/1/187 242/4/189 +f 240/4/187 242/4/189 247/1/187 +f 249/1/309 242/4/309 248/1/309 +f 242/4/309 249/1/309 241/4/309 +f 248/1/310 242/4/310 249/1/310 +f 241/4/310 249/1/310 242/4/310 +f 239/4/187 249/1/194 250/1/187 +f 249/1/194 239/4/187 241/4/194 +f 250/1/188 249/1/193 239/4/188 +f 241/4/193 239/4/188 249/1/193 +f 237/4/185 250/1/187 251/1/185 +f 250/1/187 237/4/185 239/4/187 +f 251/1/186 250/1/188 237/4/186 +f 239/4/188 237/4/186 250/1/188 +f 237/4/185 252/1/182 234/4/182 +f 252/1/182 237/4/185 251/1/185 +f 234/4/183 252/1/183 237/4/186 +f 251/1/186 237/4/186 252/1/183 +f 234/4/182 244/1/181 233/4/181 +f 244/1/181 234/4/182 252/1/182 +f 233/4/184 244/1/184 234/4/183 +f 252/1/183 234/4/183 244/1/184 +f 255/1/81 254/1/81 253/1/81 +f 254/1/81 255/1/81 256/1/81 +f 253/1/82 254/1/82 255/1/82 +f 256/1/82 255/1/82 254/1/82 +f 259/1/81 258/1/81 257/1/81 +f 258/1/81 259/1/81 260/1/81 +f 257/1/82 258/1/82 259/1/82 +f 260/1/82 259/1/82 258/1/82 +f 258/1/81 262/1/81 261/1/81 +f 262/1/81 258/1/81 263/1/81 +f 261/1/82 262/1/82 258/1/82 +f 263/1/82 258/1/82 262/1/82 +f 266/4/81 265/4/81 264/4/81 +f 265/4/81 266/4/81 267/4/81 +f 267/4/81 266/4/81 268/4/81 +f 264/4/82 265/4/82 266/4/82 +f 267/4/82 266/4/82 265/4/82 +f 268/4/82 266/4/82 267/4/82 +f 265/4/288 269/1/288 264/4/288 +f 269/1/288 265/4/288 270/1/288 +f 264/4/287 269/1/287 265/4/287 +f 270/1/287 265/4/287 269/1/287 +f 265/4/276 271/1/276 270/1/276 +f 271/1/276 265/4/276 267/4/276 +f 270/1/275 271/1/275 265/4/275 +f 267/4/275 265/4/275 271/1/275 +f 271/1/312 268/4/311 272/1/311 +f 268/4/311 271/1/312 267/4/312 +f 272/1/314 268/4/314 271/1/313 +f 267/4/313 271/1/313 268/4/314 +f 272/1/311 266/4/315 273/1/315 +f 266/4/315 272/1/311 268/4/311 +f 273/1/316 266/4/316 272/1/314 +f 268/4/314 272/1/314 266/4/316 +f 273/1/315 264/4/317 269/1/317 +f 264/4/317 273/1/315 266/4/315 +f 269/1/318 264/4/318 273/1/316 +f 266/4/316 273/1/316 264/4/318 +f 276/1/223 275/3/220 274/1/225 +f 275/3/220 276/1/223 277/3/219 +f 274/1/226 275/3/222 276/1/224 +f 277/3/221 276/1/224 275/3/222 +f 279/3/206 276/1/223 278/1/204 +f 276/1/223 279/3/206 277/3/219 +f 278/1/208 276/1/224 279/3/210 +f 277/3/221 279/3/210 276/1/224 +f 282/2/197 281/1/196 280/1/195 +f 281/1/196 282/2/197 283/2/198 +f 280/1/201 281/1/200 282/2/199 +f 283/2/202 282/2/199 281/1/200 +f 281/1/196 285/2/213 284/1/211 +f 285/2/213 281/1/196 283/2/198 +f 284/1/217 285/2/215 281/1/200 +f 283/2/202 281/1/200 285/2/215 +f 288/1/273 287/2/257 286/1/255 +f 287/2/257 288/1/273 289/2/264 +f 286/1/261 287/2/259 288/1/274 +f 289/2/266 288/1/274 287/2/259 +f 287/2/257 291/2/263 290/2/258 +f 291/2/263 287/2/257 289/2/264 +f 290/2/262 291/2/265 287/2/259 +f 289/2/266 287/2/259 291/2/265 +f 291/2/263 288/1/273 292/1/271 +f 288/1/273 291/2/263 289/2/264 +f 292/1/272 288/1/274 291/2/265 +f 289/2/266 291/2/265 288/1/274 +f 287/2/257 293/1/256 286/1/255 +f 293/1/256 287/2/257 290/2/258 +f 286/1/261 293/1/260 287/2/259 +f 290/2/262 287/2/259 293/1/260 +f 290/2/258 292/1/271 293/1/256 +f 292/1/271 290/2/258 291/2/263 +f 293/1/260 292/1/272 290/2/262 +f 291/2/265 290/2/262 292/1/272 +f 295/2/214 280/1/195 294/1/212 +f 280/1/195 295/2/214 282/2/197 +f 294/1/216 280/1/201 295/2/218 +f 282/2/199 295/2/218 280/1/201 +f 275/3/220 296/1/203 274/1/225 +f 296/1/203 275/3/220 297/3/205 +f 274/1/226 296/1/209 275/3/222 +f 297/3/207 275/3/222 296/1/209 +f 285/2/213 294/1/212 284/1/211 +f 294/1/212 285/2/213 295/2/214 +f 284/1/217 294/1/216 285/2/215 +f 295/2/218 285/2/215 294/1/216 +f 285/2/213 282/2/197 295/2/214 +f 282/2/197 285/2/213 283/2/198 +f 295/2/218 282/2/199 285/2/215 +f 283/2/202 285/2/215 282/2/199 +f 300/3/229 299/3/228 298/3/227 +f 299/3/228 300/3/229 301/3/230 +f 298/3/233 299/3/232 300/3/231 +f 301/3/234 300/3/231 299/3/232 +f 297/3/205 277/3/219 279/3/206 +f 277/3/219 297/3/205 275/3/220 +f 279/3/210 277/3/221 297/3/207 +f 275/3/222 297/3/207 277/3/221 +f 302/1/241 301/3/230 300/3/229 +f 301/3/230 302/1/241 303/1/236 +f 300/3/231 301/3/234 302/1/242 +f 303/1/238 302/1/242 301/3/234 +f 306/1/251 305/3/246 304/1/245 +f 305/3/246 306/1/251 307/3/252 +f 304/1/247 305/3/250 306/1/253 +f 307/3/254 306/1/253 305/3/250 +f 302/1/241 298/3/227 308/1/239 +f 298/3/227 302/1/241 300/3/229 +f 308/1/240 298/3/233 302/1/242 +f 300/3/231 302/1/242 298/3/233 +f 301/3/230 309/1/235 299/3/228 +f 309/1/235 301/3/230 303/1/236 +f 299/3/232 309/1/237 301/3/234 +f 303/1/238 301/3/234 309/1/237 +f 312/3/244 311/1/268 310/1/243 +f 311/1/268 312/3/244 313/3/267 +f 310/1/249 311/1/269 312/3/248 +f 313/3/270 312/3/248 311/1/269 +f 298/3/227 309/1/235 308/1/239 +f 309/1/235 298/3/227 299/3/228 +f 308/1/240 309/1/237 298/3/233 +f 299/3/232 298/3/233 309/1/237 +f 304/1/245 312/3/244 310/1/243 +f 312/3/244 304/1/245 305/3/246 +f 310/1/249 312/3/248 304/1/247 +f 305/3/250 304/1/247 312/3/248 +f 307/3/252 311/1/268 313/3/267 +f 311/1/268 307/3/252 306/1/251 +f 313/3/270 311/1/269 307/3/254 +f 306/1/253 307/3/254 311/1/269 +f 305/3/246 313/3/267 312/3/244 +f 313/3/267 305/3/246 307/3/252 +f 312/3/248 313/3/270 305/3/250 +f 307/3/254 305/3/250 313/3/270 +f 297/3/205 278/1/204 296/1/203 +f 278/1/204 297/3/205 279/3/206 +f 296/1/209 278/1/208 297/3/207 +f 279/3/210 297/3/207 278/1/208 +f 316/4/319 315/1/275 314/1/319 +f 315/1/275 316/4/319 317/4/275 +f 314/1/320 315/1/276 316/4/320 +f 317/4/276 316/4/320 315/1/276 +f 319/4/81 265/4/81 318/4/81 +f 265/4/81 319/4/81 317/4/81 +f 265/4/81 317/4/81 316/4/81 +f 318/4/82 265/4/82 319/4/82 +f 317/4/82 319/4/82 265/4/82 +f 316/4/82 317/4/82 265/4/82 +f 318/4/276 270/1/276 320/1/276 +f 270/1/276 318/4/276 265/4/276 +f 320/1/275 270/1/275 318/4/275 +f 265/4/275 318/4/275 270/1/275 +f 317/4/275 321/1/321 315/1/275 +f 321/1/321 317/4/275 319/4/321 +f 315/1/276 321/1/322 317/4/276 +f 319/4/322 317/4/276 321/1/322 +f 318/4/288 321/1/288 319/4/288 +f 321/1/288 318/4/288 320/1/288 +f 319/4/287 321/1/287 318/4/287 +f 320/1/287 318/4/287 321/1/287 +f 270/1/287 316/4/287 314/1/287 +f 316/4/287 270/1/287 265/4/287 +f 314/1/288 316/4/288 270/1/288 +f 265/4/288 270/1/288 316/4/288 +f 324/1/29 323/3/26 322/1/31 +f 323/3/26 324/1/29 325/3/25 +f 322/1/32 323/3/28 324/1/30 +f 325/3/27 324/1/30 323/3/28 +f 327/3/12 324/1/29 326/1/10 +f 324/1/29 327/3/12 325/3/25 +f 326/1/14 324/1/30 327/3/16 +f 325/3/27 327/3/16 324/1/30 +f 330/2/3 329/1/2 328/1/1 +f 329/1/2 330/2/3 331/2/4 +f 328/1/7 329/1/6 330/2/5 +f 331/2/8 330/2/5 329/1/6 +f 329/1/2 333/2/19 332/1/17 +f 333/2/19 329/1/2 331/2/4 +f 332/1/23 333/2/21 329/1/6 +f 331/2/8 329/1/6 333/2/21 +f 336/1/79 335/2/63 334/1/61 +f 335/2/63 336/1/79 337/2/70 +f 334/1/67 335/2/65 336/1/80 +f 337/2/72 336/1/80 335/2/65 +f 335/2/63 339/2/69 338/2/64 +f 339/2/69 335/2/63 337/2/70 +f 338/2/68 339/2/71 335/2/65 +f 337/2/72 335/2/65 339/2/71 +f 339/2/69 336/1/79 340/1/77 +f 336/1/79 339/2/69 337/2/70 +f 340/1/78 336/1/80 339/2/71 +f 337/2/72 339/2/71 336/1/80 +f 335/2/63 341/1/62 334/1/61 +f 341/1/62 335/2/63 338/2/64 +f 334/1/67 341/1/66 335/2/65 +f 338/2/68 335/2/65 341/1/66 +f 338/2/64 340/1/77 341/1/62 +f 340/1/77 338/2/64 339/2/69 +f 341/1/66 340/1/78 338/2/68 +f 339/2/71 338/2/68 340/1/78 +f 343/2/20 328/1/1 342/1/18 +f 328/1/1 343/2/20 330/2/3 +f 342/1/22 328/1/7 343/2/24 +f 330/2/5 343/2/24 328/1/7 +f 323/3/26 344/1/9 322/1/31 +f 344/1/9 323/3/26 345/3/11 +f 322/1/32 344/1/15 323/3/28 +f 345/3/13 323/3/28 344/1/15 +f 333/2/19 342/1/18 332/1/17 +f 342/1/18 333/2/19 343/2/20 +f 332/1/23 342/1/22 333/2/21 +f 343/2/24 333/2/21 342/1/22 +f 333/2/19 330/2/3 343/2/20 +f 330/2/3 333/2/19 331/2/4 +f 343/2/24 330/2/5 333/2/21 +f 331/2/8 333/2/21 330/2/5 +f 348/3/35 347/3/34 346/3/33 +f 347/3/34 348/3/35 349/3/36 +f 346/3/39 347/3/38 348/3/37 +f 349/3/40 348/3/37 347/3/38 +f 345/3/11 325/3/25 327/3/12 +f 325/3/25 345/3/11 323/3/26 +f 327/3/16 325/3/27 345/3/13 +f 323/3/28 345/3/13 325/3/27 +f 350/1/47 349/3/36 348/3/35 +f 349/3/36 350/1/47 351/1/42 +f 348/3/37 349/3/40 350/1/48 +f 351/1/44 350/1/48 349/3/40 +f 354/1/57 353/3/52 352/1/51 +f 353/3/52 354/1/57 355/3/58 +f 352/1/53 353/3/56 354/1/59 +f 355/3/60 354/1/59 353/3/56 +f 350/1/47 346/3/33 356/1/45 +f 346/3/33 350/1/47 348/3/35 +f 356/1/46 346/3/39 350/1/48 +f 348/3/37 350/1/48 346/3/39 +f 349/3/36 357/1/41 347/3/34 +f 357/1/41 349/3/36 351/1/42 +f 347/3/38 357/1/43 349/3/40 +f 351/1/44 349/3/40 357/1/43 +f 360/3/50 359/1/74 358/1/49 +f 359/1/74 360/3/50 361/3/73 +f 358/1/55 359/1/75 360/3/54 +f 361/3/76 360/3/54 359/1/75 +f 346/3/33 357/1/41 356/1/45 +f 357/1/41 346/3/33 347/3/34 +f 356/1/46 357/1/43 346/3/39 +f 347/3/38 346/3/39 357/1/43 +f 352/1/51 360/3/50 358/1/49 +f 360/3/50 352/1/51 353/3/52 +f 358/1/55 360/3/54 352/1/53 +f 353/3/56 352/1/53 360/3/54 +f 355/3/58 359/1/74 361/3/73 +f 359/1/74 355/3/58 354/1/57 +f 361/3/76 359/1/75 355/3/60 +f 354/1/59 355/3/60 359/1/75 +f 353/3/52 361/3/73 360/3/50 +f 361/3/73 353/3/52 355/3/58 +f 360/3/54 361/3/76 353/3/56 +f 355/3/60 353/3/56 361/3/76 +f 345/3/11 326/1/10 344/1/9 +f 326/1/10 345/3/11 327/3/12 +f 344/1/15 326/1/14 345/3/13 +f 327/3/16 345/3/13 326/1/14 +f 235/4/323 362/1/83 243/1/323 +f 362/1/83 235/4/323 363/4/83 +f 243/1/324 362/1/84 235/4/324 +f 363/4/84 235/4/324 362/1/84 +f 365/4/81 233/4/81 364/4/81 +f 233/4/81 365/4/81 363/4/81 +f 233/4/81 363/4/81 235/4/81 +f 364/4/82 233/4/82 365/4/82 +f 363/4/82 365/4/82 233/4/82 +f 235/4/82 363/4/82 233/4/82 +f 364/4/84 244/1/84 366/1/84 +f 244/1/84 364/4/84 233/4/84 +f 366/1/83 244/1/83 364/4/83 +f 233/4/83 364/4/83 244/1/83 +f 363/4/83 367/1/325 362/1/83 +f 367/1/325 363/4/83 365/4/325 +f 362/1/84 367/1/326 363/4/84 +f 365/4/326 363/4/84 367/1/326 +f 364/4/96 367/1/96 365/4/96 +f 367/1/96 364/4/96 366/1/96 +f 365/4/95 367/1/95 364/4/95 +f 366/1/95 364/4/95 367/1/95 +f 244/1/95 235/4/95 243/1/95 +f 235/4/95 244/1/95 233/4/95 +f 243/1/96 235/4/96 244/1/96 +f 233/4/96 244/1/96 235/4/96 +f 370/4/81 369/4/81 368/4/81 +f 369/4/81 370/4/81 371/4/81 +f 371/4/81 370/4/81 372/4/81 +f 368/4/82 369/4/82 370/4/82 +f 371/4/82 370/4/82 369/4/82 +f 372/4/82 370/4/82 371/4/82 +f 369/4/327 373/1/327 368/4/327 +f 373/1/327 369/4/327 374/1/327 +f 368/4/328 373/1/328 369/4/328 +f 374/1/328 369/4/328 373/1/328 +f 369/4/329 375/1/329 374/1/329 +f 375/1/329 369/4/329 371/4/329 +f 374/1/330 375/1/330 369/4/330 +f 371/4/330 369/4/330 375/1/330 +f 375/1/332 372/4/331 376/1/331 +f 372/4/331 375/1/332 371/4/332 +f 376/1/334 372/4/334 375/1/333 +f 371/4/333 375/1/333 372/4/334 +f 376/1/331 370/4/335 377/1/335 +f 370/4/335 376/1/331 372/4/331 +f 377/1/336 370/4/336 376/1/334 +f 372/4/334 376/1/334 370/4/336 +f 377/1/335 368/4/337 373/1/337 +f 368/4/337 377/1/335 370/4/335 +f 373/1/338 368/4/338 377/1/336 +f 370/4/336 377/1/336 368/4/338 +f 380/4/81 379/4/81 378/4/81 +f 379/4/81 380/4/81 381/4/81 +f 381/4/81 380/4/81 382/4/81 +f 378/4/82 379/4/82 380/4/82 +f 381/4/82 380/4/82 379/4/82 +f 382/4/82 380/4/82 381/4/82 +f 379/4/96 383/1/96 378/4/96 +f 383/1/96 379/4/96 384/1/96 +f 378/4/95 383/1/95 379/4/95 +f 384/1/95 379/4/95 383/1/95 +f 379/4/84 385/1/84 384/1/84 +f 385/1/84 379/4/84 381/4/84 +f 384/1/83 385/1/83 379/4/83 +f 381/4/83 379/4/83 385/1/83 +f 385/1/340 382/4/339 386/1/339 +f 382/4/339 385/1/340 381/4/340 +f 386/1/342 382/4/342 385/1/341 +f 381/4/341 385/1/341 382/4/342 +f 386/1/339 380/4/343 387/1/343 +f 380/4/343 386/1/339 382/4/339 +f 387/1/344 380/4/344 386/1/342 +f 382/4/342 386/1/342 380/4/344 +f 387/1/343 378/4/345 383/1/345 +f 378/4/345 387/1/343 380/4/343 +f 383/1/346 378/4/346 387/1/344 +f 380/4/344 387/1/344 378/4/346 +f 389/4/81 364/4/81 388/4/81 +f 364/4/81 389/4/81 365/4/81 +f 365/4/81 389/4/81 390/4/81 +f 388/4/82 364/4/82 389/4/82 +f 365/4/82 389/4/82 364/4/82 +f 390/4/82 389/4/82 365/4/82 +f 364/4/310 391/1/310 388/4/310 +f 391/1/310 364/4/310 366/1/310 +f 388/4/309 391/1/309 364/4/309 +f 366/1/309 364/4/309 391/1/309 +f 364/4/308 367/1/308 366/1/308 +f 367/1/308 364/4/308 365/4/308 +f 366/1/307 367/1/307 364/4/307 +f 365/4/307 364/4/307 367/1/307 +f 367/1/333 390/4/334 392/1/334 +f 390/4/334 367/1/333 365/4/333 +f 392/1/331 390/4/331 367/1/332 +f 365/4/332 367/1/332 390/4/331 +f 392/1/334 389/4/336 393/1/336 +f 389/4/336 392/1/334 390/4/334 +f 393/1/335 389/4/335 392/1/331 +f 390/4/331 392/1/331 389/4/335 +f 393/1/336 388/4/338 391/1/338 +f 388/4/338 393/1/336 389/4/336 +f 391/1/337 388/4/337 393/1/335 +f 389/4/335 393/1/335 388/4/337 +f 396/4/81 395/4/81 394/4/81 +f 395/4/81 396/4/81 397/4/81 +f 397/4/81 396/4/81 398/4/81 +f 394/4/82 395/4/82 396/4/82 +f 397/4/82 396/4/82 395/4/82 +f 398/4/82 396/4/82 397/4/82 +f 395/4/347 399/1/347 394/4/347 +f 399/1/347 395/4/347 400/1/347 +f 394/4/348 399/1/348 395/4/348 +f 400/1/348 395/4/348 399/1/348 +f 395/4/349 401/1/349 400/1/349 +f 401/1/349 395/4/349 397/4/349 +f 400/1/350 401/1/350 395/4/350 +f 397/4/350 395/4/350 401/1/350 +f 401/1/332 398/4/331 402/1/331 +f 398/4/331 401/1/332 397/4/332 +f 402/1/334 398/4/334 401/1/333 +f 397/4/333 401/1/333 398/4/334 +f 402/1/331 396/4/335 403/1/335 +f 396/4/335 402/1/331 398/4/331 +f 403/1/336 396/4/336 402/1/334 +f 398/4/334 402/1/334 396/4/336 +f 403/1/335 394/4/337 399/1/337 +f 394/4/337 403/1/335 396/4/335 +f 399/1/338 394/4/338 403/1/336 +f 396/4/336 403/1/336 394/4/338 +f 406/4/81 405/4/81 404/4/81 +f 405/4/81 406/4/81 407/4/81 +f 407/4/81 406/4/81 408/4/81 +f 404/4/82 405/4/82 406/4/82 +f 407/4/82 406/4/82 405/4/82 +f 408/4/82 406/4/82 407/4/82 +f 405/4/288 409/1/288 404/4/288 +f 409/1/288 405/4/288 410/1/288 +f 404/4/287 409/1/287 405/4/287 +f 410/1/287 405/4/287 409/1/287 +f 405/4/276 411/1/276 410/1/276 +f 411/1/276 405/4/276 407/4/276 +f 410/1/275 411/1/275 405/4/275 +f 407/4/275 405/4/275 411/1/275 +f 411/1/312 408/4/311 412/1/311 +f 408/4/311 411/1/312 407/4/312 +f 412/1/314 408/4/314 411/1/313 +f 407/4/313 411/1/313 408/4/314 +f 412/1/311 406/4/315 413/1/315 +f 406/4/315 412/1/311 408/4/311 +f 413/1/316 406/4/316 412/1/314 +f 408/4/314 412/1/314 406/4/316 +f 413/1/315 404/4/317 409/1/317 +f 404/4/317 413/1/315 406/4/315 +f 409/1/318 404/4/318 413/1/316 +f 406/4/316 413/1/316 404/4/318 +f 416/1/29 415/3/26 414/1/31 +f 415/3/26 416/1/29 417/3/25 +f 414/1/32 415/3/28 416/1/30 +f 417/3/27 416/1/30 415/3/28 +f 419/3/12 416/1/29 418/1/10 +f 416/1/29 419/3/12 417/3/25 +f 418/1/14 416/1/30 419/3/16 +f 417/3/27 419/3/16 416/1/30 +f 422/2/3 421/1/2 420/1/1 +f 421/1/2 422/2/3 423/2/4 +f 420/1/7 421/1/6 422/2/5 +f 423/2/8 422/2/5 421/1/6 +f 421/1/2 425/2/19 424/1/17 +f 425/2/19 421/1/2 423/2/4 +f 424/1/23 425/2/21 421/1/6 +f 423/2/8 421/1/6 425/2/21 +f 428/1/79 427/2/63 426/1/61 +f 427/2/63 428/1/79 429/2/70 +f 426/1/67 427/2/65 428/1/80 +f 429/2/72 428/1/80 427/2/65 +f 427/2/63 431/2/69 430/2/64 +f 431/2/69 427/2/63 429/2/70 +f 430/2/68 431/2/71 427/2/65 +f 429/2/72 427/2/65 431/2/71 +f 431/2/69 428/1/79 432/1/77 +f 428/1/79 431/2/69 429/2/70 +f 432/1/78 428/1/80 431/2/71 +f 429/2/72 431/2/71 428/1/80 +f 427/2/63 433/1/62 426/1/61 +f 433/1/62 427/2/63 430/2/64 +f 426/1/67 433/1/66 427/2/65 +f 430/2/68 427/2/65 433/1/66 +f 430/2/64 432/1/77 433/1/62 +f 432/1/77 430/2/64 431/2/69 +f 433/1/66 432/1/78 430/2/68 +f 431/2/71 430/2/68 432/1/78 +f 435/2/20 420/1/1 434/1/18 +f 420/1/1 435/2/20 422/2/3 +f 434/1/22 420/1/7 435/2/24 +f 422/2/5 435/2/24 420/1/7 +f 415/3/26 436/1/9 414/1/31 +f 436/1/9 415/3/26 437/3/11 +f 414/1/32 436/1/15 415/3/28 +f 437/3/13 415/3/28 436/1/15 +f 425/2/19 434/1/18 424/1/17 +f 434/1/18 425/2/19 435/2/20 +f 424/1/23 434/1/22 425/2/21 +f 435/2/24 425/2/21 434/1/22 +f 425/2/19 422/2/3 435/2/20 +f 422/2/3 425/2/19 423/2/4 +f 435/2/24 422/2/5 425/2/21 +f 423/2/8 425/2/21 422/2/5 +f 440/3/35 439/3/34 438/3/33 +f 439/3/34 440/3/35 441/3/36 +f 438/3/39 439/3/38 440/3/37 +f 441/3/40 440/3/37 439/3/38 +f 437/3/11 417/3/25 419/3/12 +f 417/3/25 437/3/11 415/3/26 +f 419/3/16 417/3/27 437/3/13 +f 415/3/28 437/3/13 417/3/27 +f 442/1/47 441/3/36 440/3/35 +f 441/3/36 442/1/47 443/1/42 +f 440/3/37 441/3/40 442/1/48 +f 443/1/44 442/1/48 441/3/40 +f 446/1/57 445/3/52 444/1/51 +f 445/3/52 446/1/57 447/3/58 +f 444/1/53 445/3/56 446/1/59 +f 447/3/60 446/1/59 445/3/56 +f 442/1/47 438/3/33 448/1/45 +f 438/3/33 442/1/47 440/3/35 +f 448/1/46 438/3/39 442/1/48 +f 440/3/37 442/1/48 438/3/39 +f 441/3/36 449/1/41 439/3/34 +f 449/1/41 441/3/36 443/1/42 +f 439/3/38 449/1/43 441/3/40 +f 443/1/44 441/3/40 449/1/43 +f 452/3/50 451/1/74 450/1/49 +f 451/1/74 452/3/50 453/3/73 +f 450/1/55 451/1/75 452/3/54 +f 453/3/76 452/3/54 451/1/75 +f 438/3/33 449/1/41 448/1/45 +f 449/1/41 438/3/33 439/3/34 +f 448/1/46 449/1/43 438/3/39 +f 439/3/38 438/3/39 449/1/43 +f 444/1/51 452/3/50 450/1/49 +f 452/3/50 444/1/51 445/3/52 +f 450/1/55 452/3/54 444/1/53 +f 445/3/56 444/1/53 452/3/54 +f 447/3/58 451/1/74 453/3/73 +f 451/1/74 447/3/58 446/1/57 +f 453/3/76 451/1/75 447/3/60 +f 446/1/59 447/3/60 451/1/75 +f 445/3/52 453/3/73 452/3/50 +f 453/3/73 445/3/52 447/3/58 +f 452/3/54 453/3/76 445/3/56 +f 447/3/60 445/3/56 453/3/76 +f 437/3/11 418/1/10 436/1/9 +f 418/1/10 437/3/11 419/3/12 +f 436/1/15 418/1/14 437/3/13 +f 419/3/16 437/3/13 418/1/14 +f 378/4/323 454/1/83 383/1/323 +f 454/1/83 378/4/323 455/4/83 +f 383/1/324 454/1/84 378/4/324 +f 455/4/84 378/4/324 454/1/84 +f 457/4/81 456/4/81 49/4/81 +f 456/4/81 457/4/81 455/4/81 +f 456/4/81 455/4/81 378/4/81 +f 49/4/82 456/4/82 457/4/82 +f 455/4/82 457/4/82 456/4/82 +f 378/4/82 455/4/82 456/4/82 +f 49/4/84 458/1/84 57/1/84 +f 458/1/84 49/4/84 456/4/84 +f 57/1/83 458/1/83 49/4/83 +f 456/4/83 49/4/83 458/1/83 +f 455/4/83 459/1/325 454/1/83 +f 459/1/325 455/4/83 457/4/325 +f 454/1/84 459/1/326 455/4/84 +f 457/4/326 455/4/84 459/1/326 +f 49/4/96 459/1/96 457/4/96 +f 459/1/96 49/4/96 57/1/96 +f 457/4/95 459/1/95 49/4/95 +f 57/1/95 49/4/95 459/1/95 +f 458/1/95 378/4/95 383/1/95 +f 378/4/95 458/1/95 456/4/95 +f 383/1/96 378/4/96 458/1/96 +f 456/4/96 458/1/96 378/4/96 +f 462/4/81 461/4/81 460/4/81 +f 461/4/81 462/4/81 463/4/81 +f 463/4/81 462/4/81 464/4/81 +f 460/4/82 461/4/82 462/4/82 +f 463/4/82 462/4/82 461/4/82 +f 464/4/82 462/4/82 463/4/82 +f 461/4/310 465/1/310 460/4/310 +f 465/1/310 461/4/310 466/1/310 +f 460/4/309 465/1/309 461/4/309 +f 466/1/309 461/4/309 465/1/309 +f 461/4/308 467/1/308 466/1/308 +f 467/1/308 461/4/308 463/4/308 +f 466/1/307 467/1/307 461/4/307 +f 463/4/307 461/4/307 467/1/307 +f 467/1/333 464/4/334 468/1/334 +f 464/4/334 467/1/333 463/4/333 +f 468/1/331 464/4/331 467/1/332 +f 463/4/332 467/1/332 464/4/331 +f 468/1/334 462/4/336 469/1/336 +f 462/4/336 468/1/334 464/4/334 +f 469/1/335 462/4/335 468/1/331 +f 464/4/331 468/1/331 462/4/335 +f 469/1/336 460/4/338 465/1/338 +f 460/4/338 469/1/336 462/4/336 +f 465/1/337 460/4/337 469/1/335 +f 462/4/335 469/1/335 460/4/337 +f 472/4/81 471/4/81 470/4/81 +f 471/4/81 472/4/81 473/4/81 +f 473/4/81 472/4/81 474/4/81 +f 470/4/82 471/4/82 472/4/82 +f 473/4/82 472/4/82 471/4/82 +f 474/4/82 472/4/82 473/4/82 +f 471/4/96 475/1/96 470/4/96 +f 475/1/96 471/4/96 476/1/96 +f 470/4/95 475/1/95 471/4/95 +f 476/1/95 471/4/95 475/1/95 +f 471/4/84 477/1/84 476/1/84 +f 477/1/84 471/4/84 473/4/84 +f 476/1/83 477/1/83 471/4/83 +f 473/4/83 471/4/83 477/1/83 +f 477/1/340 474/4/339 478/1/339 +f 474/4/339 477/1/340 473/4/340 +f 478/1/342 474/4/342 477/1/341 +f 473/4/341 477/1/341 474/4/342 +f 478/1/339 472/4/343 479/1/343 +f 472/4/343 478/1/339 474/4/339 +f 479/1/344 472/4/344 478/1/342 +f 474/4/342 478/1/342 472/4/344 +f 479/1/343 470/4/345 475/1/345 +f 470/4/345 479/1/343 472/4/343 +f 475/1/346 470/4/346 479/1/344 +f 472/4/344 479/1/344 470/4/346 +f 482/1/107 481/3/110 480/1/108 +f 481/3/110 482/1/107 483/3/109 +f 480/1/112 481/3/114 482/1/113 +f 483/3/111 482/1/113 481/3/114 +f 485/3/124 482/1/107 484/1/129 +f 482/1/107 485/3/124 483/3/109 +f 484/1/130 482/1/113 485/3/126 +f 483/3/111 485/3/126 482/1/113 +f 488/2/117 487/1/116 486/1/115 +f 487/1/116 488/2/117 489/2/118 +f 486/1/121 487/1/120 488/2/119 +f 489/2/122 488/2/119 487/1/120 +f 487/1/116 491/2/101 490/1/99 +f 491/2/101 487/1/116 489/2/118 +f 490/1/105 491/2/103 487/1/120 +f 489/2/122 487/1/120 491/2/103 +f 494/1/160 493/2/167 492/1/175 +f 493/2/167 494/1/160 495/2/162 +f 492/1/176 493/2/169 494/1/164 +f 495/2/166 494/1/164 493/2/169 +f 493/2/167 497/2/161 496/2/168 +f 497/2/161 493/2/167 495/2/162 +f 496/2/170 497/2/163 493/2/169 +f 495/2/166 493/2/169 497/2/163 +f 497/2/161 494/1/160 498/1/159 +f 494/1/160 497/2/161 495/2/162 +f 498/1/165 494/1/164 497/2/163 +f 495/2/166 497/2/163 494/1/164 +f 493/2/167 499/1/177 492/1/175 +f 499/1/177 493/2/167 496/2/168 +f 492/1/176 499/1/178 493/2/169 +f 496/2/170 493/2/169 499/1/178 +f 496/2/168 498/1/159 499/1/177 +f 498/1/159 496/2/168 497/2/161 +f 499/1/178 498/1/165 496/2/170 +f 497/2/163 496/2/170 498/1/165 +f 501/2/102 486/1/115 500/1/100 +f 486/1/115 501/2/102 488/2/117 +f 500/1/104 486/1/121 501/2/106 +f 488/2/119 501/2/106 486/1/121 +f 481/3/110 502/1/127 480/1/108 +f 502/1/127 481/3/110 503/3/123 +f 480/1/112 502/1/128 481/3/114 +f 503/3/125 481/3/114 502/1/128 +f 491/2/101 500/1/100 490/1/99 +f 500/1/100 491/2/101 501/2/102 +f 490/1/105 500/1/104 491/2/103 +f 501/2/106 491/2/103 500/1/104 +f 491/2/101 488/2/117 501/2/102 +f 488/2/117 491/2/101 489/2/118 +f 501/2/106 488/2/119 491/2/103 +f 489/2/122 491/2/103 488/2/119 +f 506/3/293 505/3/292 504/3/291 +f 505/3/292 506/3/293 507/3/294 +f 504/3/297 505/3/296 506/3/295 +f 507/3/298 506/3/295 505/3/296 +f 503/3/123 483/3/109 485/3/124 +f 483/3/109 503/3/123 481/3/110 +f 485/3/126 483/3/111 503/3/125 +f 481/3/114 503/3/125 483/3/111 +f 508/1/305 507/3/294 506/3/293 +f 507/3/294 508/1/305 509/1/300 +f 506/3/295 507/3/298 508/1/306 +f 509/1/302 508/1/306 507/3/298 +f 512/1/147 511/3/171 510/1/172 +f 511/3/171 512/1/147 513/3/148 +f 510/1/173 511/3/174 512/1/153 +f 513/3/152 512/1/153 511/3/174 +f 508/1/305 504/3/291 514/1/303 +f 504/3/291 508/1/305 506/3/293 +f 514/1/304 504/3/297 508/1/306 +f 506/3/295 508/1/306 504/3/297 +f 507/3/294 515/1/299 505/3/292 +f 515/1/299 507/3/294 509/1/300 +f 505/3/296 515/1/301 507/3/298 +f 509/1/302 507/3/298 515/1/301 +f 518/3/156 517/1/149 516/1/155 +f 517/1/149 518/3/156 519/3/150 +f 516/1/157 517/1/151 518/3/158 +f 519/3/154 518/3/158 517/1/151 +f 504/3/291 515/1/299 514/1/303 +f 515/1/299 504/3/291 505/3/292 +f 514/1/304 515/1/301 504/3/297 +f 505/3/296 504/3/297 515/1/301 +f 510/1/172 518/3/156 516/1/155 +f 518/3/156 510/1/172 511/3/171 +f 516/1/157 518/3/158 510/1/173 +f 511/3/174 510/1/173 518/3/158 +f 513/3/148 517/1/149 519/3/150 +f 517/1/149 513/3/148 512/1/147 +f 519/3/154 517/1/151 513/3/152 +f 512/1/153 513/3/152 517/1/151 +f 511/3/171 519/3/150 518/3/156 +f 519/3/150 511/3/171 513/3/148 +f 518/3/158 519/3/154 511/3/174 +f 513/3/152 511/3/174 519/3/154 +f 503/3/123 484/1/129 502/1/127 +f 484/1/129 503/3/123 485/3/124 +f 502/1/128 484/1/130 503/3/125 +f 485/3/126 503/3/125 484/1/130 +f 522/4/351 521/1/307 520/1/351 +f 521/1/307 522/4/351 523/4/307 +f 520/1/352 521/1/308 522/4/352 +f 523/4/308 522/4/352 521/1/308 +f 525/4/81 169/4/81 524/4/81 +f 169/4/81 525/4/81 523/4/81 +f 169/4/81 523/4/81 522/4/81 +f 524/4/82 169/4/82 525/4/82 +f 523/4/82 525/4/82 169/4/82 +f 522/4/82 523/4/82 169/4/82 +f 524/4/308 180/1/308 526/1/308 +f 180/1/308 524/4/308 169/4/308 +f 526/1/307 180/1/307 524/4/307 +f 169/4/307 524/4/307 180/1/307 +f 523/4/307 527/1/353 521/1/307 +f 527/1/353 523/4/307 525/4/353 +f 521/1/308 527/1/354 523/4/308 +f 525/4/354 523/4/308 527/1/354 +f 524/4/310 527/1/310 525/4/310 +f 527/1/310 524/4/310 526/1/310 +f 525/4/309 527/1/309 524/4/309 +f 526/1/309 524/4/309 527/1/309 +f 180/1/309 522/4/309 520/1/309 +f 522/4/309 180/1/309 169/4/309 +f 520/1/310 522/4/310 180/1/310 +f 169/4/310 180/1/310 522/4/310 +f 530/1/107 529/3/110 528/1/108 +f 529/3/110 530/1/107 531/3/109 +f 528/1/112 529/3/114 530/1/113 +f 531/3/111 530/1/113 529/3/114 +f 533/3/124 530/1/107 532/1/129 +f 530/1/107 533/3/124 531/3/109 +f 532/1/130 530/1/113 533/3/126 +f 531/3/111 533/3/126 530/1/113 +f 536/2/117 535/1/116 534/1/115 +f 535/1/116 536/2/117 537/2/118 +f 534/1/121 535/1/120 536/2/119 +f 537/2/122 536/2/119 535/1/120 +f 535/1/116 539/2/101 538/1/99 +f 539/2/101 535/1/116 537/2/118 +f 538/1/105 539/2/103 535/1/120 +f 537/2/122 535/1/120 539/2/103 +f 542/1/160 541/2/167 540/1/175 +f 541/2/167 542/1/160 543/2/162 +f 540/1/176 541/2/169 542/1/164 +f 543/2/166 542/1/164 541/2/169 +f 541/2/167 545/2/161 544/2/168 +f 545/2/161 541/2/167 543/2/162 +f 544/2/170 545/2/163 541/2/169 +f 543/2/166 541/2/169 545/2/163 +f 545/2/161 542/1/160 546/1/159 +f 542/1/160 545/2/161 543/2/162 +f 546/1/165 542/1/164 545/2/163 +f 543/2/166 545/2/163 542/1/164 +f 541/2/167 547/1/177 540/1/175 +f 547/1/177 541/2/167 544/2/168 +f 540/1/176 547/1/178 541/2/169 +f 544/2/170 541/2/169 547/1/178 +f 544/2/168 546/1/159 547/1/177 +f 546/1/159 544/2/168 545/2/161 +f 547/1/178 546/1/165 544/2/170 +f 545/2/163 544/2/170 546/1/165 +f 549/2/102 534/1/115 548/1/100 +f 534/1/115 549/2/102 536/2/117 +f 548/1/104 534/1/121 549/2/106 +f 536/2/119 549/2/106 534/1/121 +f 529/3/110 550/1/127 528/1/108 +f 550/1/127 529/3/110 551/3/123 +f 528/1/112 550/1/128 529/3/114 +f 551/3/125 529/3/114 550/1/128 +f 539/2/101 548/1/100 538/1/99 +f 548/1/100 539/2/101 549/2/102 +f 538/1/105 548/1/104 539/2/103 +f 549/2/106 539/2/103 548/1/104 +f 539/2/101 536/2/117 549/2/102 +f 536/2/117 539/2/101 537/2/118 +f 549/2/106 536/2/119 539/2/103 +f 537/2/122 539/2/103 536/2/119 +f 554/3/293 553/3/292 552/3/291 +f 553/3/292 554/3/293 555/3/294 +f 552/3/297 553/3/296 554/3/295 +f 555/3/298 554/3/295 553/3/296 +f 551/3/123 531/3/109 533/3/124 +f 531/3/109 551/3/123 529/3/110 +f 533/3/126 531/3/111 551/3/125 +f 529/3/114 551/3/125 531/3/111 +f 556/1/305 555/3/294 554/3/293 +f 555/3/294 556/1/305 557/1/300 +f 554/3/295 555/3/298 556/1/306 +f 557/1/302 556/1/306 555/3/298 +f 560/1/147 559/3/171 558/1/172 +f 559/3/171 560/1/147 561/3/148 +f 558/1/173 559/3/174 560/1/153 +f 561/3/152 560/1/153 559/3/174 +f 556/1/305 552/3/291 562/1/303 +f 552/3/291 556/1/305 554/3/293 +f 562/1/304 552/3/297 556/1/306 +f 554/3/295 556/1/306 552/3/297 +f 555/3/294 563/1/299 553/3/292 +f 563/1/299 555/3/294 557/1/300 +f 553/3/296 563/1/301 555/3/298 +f 557/1/302 555/3/298 563/1/301 +f 566/3/156 565/1/149 564/1/155 +f 565/1/149 566/3/156 567/3/150 +f 564/1/157 565/1/151 566/3/158 +f 567/3/154 566/3/158 565/1/151 +f 552/3/291 563/1/299 562/1/303 +f 563/1/299 552/3/291 553/3/292 +f 562/1/304 563/1/301 552/3/297 +f 553/3/296 552/3/297 563/1/301 +f 558/1/172 566/3/156 564/1/155 +f 566/3/156 558/1/172 559/3/171 +f 564/1/157 566/3/158 558/1/173 +f 559/3/174 558/1/173 566/3/158 +f 561/3/148 565/1/149 567/3/150 +f 565/1/149 561/3/148 560/1/147 +f 567/3/154 565/1/151 561/3/152 +f 560/1/153 561/3/152 565/1/151 +f 559/3/171 567/3/150 566/3/156 +f 567/3/150 559/3/171 561/3/148 +f 566/3/158 567/3/154 559/3/174 +f 561/3/152 559/3/174 567/3/154 +f 551/3/123 532/1/129 550/1/127 +f 532/1/129 551/3/123 533/3/124 +f 550/1/128 532/1/130 551/3/125 +f 533/3/126 551/3/125 532/1/130 +f 460/4/351 568/1/307 465/1/351 +f 568/1/307 460/4/351 569/4/307 +f 465/1/352 568/1/308 460/4/352 +f 569/4/308 460/4/352 568/1/308 +f 242/4/81 461/4/81 241/4/81 +f 461/4/81 242/4/81 569/4/81 +f 461/4/81 569/4/81 460/4/81 +f 241/4/82 461/4/82 242/4/82 +f 569/4/82 242/4/82 461/4/82 +f 460/4/82 569/4/82 461/4/82 +f 241/4/308 466/1/308 249/1/308 +f 466/1/308 241/4/308 461/4/308 +f 249/1/307 466/1/307 241/4/307 +f 461/4/307 241/4/307 466/1/307 +f 569/4/307 248/1/353 568/1/307 +f 248/1/353 569/4/307 242/4/353 +f 568/1/308 248/1/354 569/4/308 +f 242/4/354 569/4/308 248/1/354 +f 241/4/310 248/1/310 242/4/310 +f 248/1/310 241/4/310 249/1/310 +f 242/4/309 248/1/309 241/4/309 +f 249/1/309 241/4/309 248/1/309 +f 466/1/309 460/4/309 465/1/309 +f 460/4/309 466/1/309 461/4/309 +f 465/1/310 460/4/310 466/1/310 +f 461/4/310 466/1/310 460/4/310 +f 572/1/127 571/3/124 570/1/129 +f 571/3/124 572/1/127 573/3/123 +f 570/1/130 571/3/126 572/1/128 +f 573/3/125 572/1/128 571/3/126 +f 575/3/110 572/1/127 574/1/108 +f 572/1/127 575/3/110 573/3/123 +f 574/1/112 572/1/128 575/3/114 +f 573/3/125 575/3/114 572/1/128 +f 578/2/101 577/1/100 576/1/99 +f 577/1/100 578/2/101 579/2/102 +f 576/1/105 577/1/104 578/2/103 +f 579/2/106 578/2/103 577/1/104 +f 577/1/100 581/2/117 580/1/115 +f 581/2/117 577/1/100 579/2/102 +f 580/1/121 581/2/119 577/1/104 +f 579/2/106 577/1/104 581/2/119 +f 584/1/177 583/2/161 582/1/159 +f 583/2/161 584/1/177 585/2/168 +f 582/1/165 583/2/163 584/1/178 +f 585/2/170 584/1/178 583/2/163 +f 583/2/161 587/2/167 586/2/162 +f 587/2/167 583/2/161 585/2/168 +f 586/2/166 587/2/169 583/2/163 +f 585/2/170 583/2/163 587/2/169 +f 587/2/167 584/1/177 588/1/175 +f 584/1/177 587/2/167 585/2/168 +f 588/1/176 584/1/178 587/2/169 +f 585/2/170 587/2/169 584/1/178 +f 583/2/161 589/1/160 582/1/159 +f 589/1/160 583/2/161 586/2/162 +f 582/1/165 589/1/164 583/2/163 +f 586/2/166 583/2/163 589/1/164 +f 586/2/162 588/1/175 589/1/160 +f 588/1/175 586/2/162 587/2/167 +f 589/1/164 588/1/176 586/2/166 +f 587/2/169 586/2/166 588/1/176 +f 591/2/118 576/1/99 590/1/116 +f 576/1/99 591/2/118 578/2/101 +f 590/1/120 576/1/105 591/2/122 +f 578/2/103 591/2/122 576/1/105 +f 571/3/124 592/1/107 570/1/129 +f 592/1/107 571/3/124 593/3/109 +f 570/1/130 592/1/113 571/3/126 +f 593/3/111 571/3/126 592/1/113 +f 581/2/117 590/1/116 580/1/115 +f 590/1/116 581/2/117 591/2/118 +f 580/1/121 590/1/120 581/2/119 +f 591/2/122 581/2/119 590/1/120 +f 581/2/117 578/2/101 591/2/118 +f 578/2/101 581/2/117 579/2/102 +f 591/2/122 578/2/103 581/2/119 +f 579/2/106 581/2/119 578/2/103 +f 596/3/357 595/3/356 594/3/355 +f 595/3/356 596/3/357 597/3/358 +f 594/3/361 595/3/360 596/3/359 +f 597/3/362 596/3/359 595/3/360 +f 593/3/109 573/3/123 575/3/110 +f 573/3/123 593/3/109 571/3/124 +f 575/3/114 573/3/125 593/3/111 +f 571/3/126 593/3/111 573/3/125 +f 598/1/363 597/3/358 596/3/357 +f 597/3/358 598/1/363 599/1/364 +f 596/3/359 597/3/362 598/1/365 +f 599/1/366 598/1/365 597/3/362 +f 602/1/155 601/3/150 600/1/149 +f 601/3/150 602/1/155 603/3/156 +f 600/1/151 601/3/154 602/1/157 +f 603/3/158 602/1/157 601/3/154 +f 598/1/363 594/3/355 604/1/367 +f 594/3/355 598/1/363 596/3/357 +f 604/1/368 594/3/361 598/1/365 +f 596/3/359 598/1/365 594/3/361 +f 597/3/358 605/1/369 595/3/356 +f 605/1/369 597/3/358 599/1/364 +f 595/3/360 605/1/370 597/3/362 +f 599/1/366 597/3/362 605/1/370 +f 608/3/148 607/1/172 606/1/147 +f 607/1/172 608/3/148 609/3/171 +f 606/1/153 607/1/173 608/3/152 +f 609/3/174 608/3/152 607/1/173 +f 594/3/355 605/1/369 604/1/367 +f 605/1/369 594/3/355 595/3/356 +f 604/1/368 605/1/370 594/3/361 +f 595/3/360 594/3/361 605/1/370 +f 600/1/149 608/3/148 606/1/147 +f 608/3/148 600/1/149 601/3/150 +f 606/1/153 608/3/152 600/1/151 +f 601/3/154 600/1/151 608/3/152 +f 603/3/156 607/1/172 609/3/171 +f 607/1/172 603/3/156 602/1/155 +f 609/3/174 607/1/173 603/3/158 +f 602/1/157 603/3/158 607/1/173 +f 601/3/150 609/3/171 608/3/148 +f 609/3/171 601/3/150 603/3/156 +f 608/3/152 609/3/174 601/3/154 +f 603/3/158 601/3/154 609/3/174 +f 593/3/109 574/1/108 592/1/107 +f 574/1/108 593/3/109 575/3/110 +f 592/1/113 574/1/112 593/3/111 +f 575/3/114 593/3/111 574/1/112 +f 612/4/352 611/1/371 610/1/352 +f 611/1/371 612/4/352 613/4/371 +f 610/1/351 611/1/372 612/4/351 +f 613/4/372 612/4/351 611/1/372 +f 473/4/81 614/4/81 471/4/81 +f 614/4/81 473/4/81 613/4/81 +f 614/4/81 613/4/81 612/4/81 +f 471/4/82 614/4/82 473/4/82 +f 613/4/82 473/4/82 614/4/82 +f 612/4/82 613/4/82 614/4/82 +f 471/4/372 615/1/372 476/1/372 +f 615/1/372 471/4/372 614/4/372 +f 476/1/371 615/1/371 471/4/371 +f 614/4/371 471/4/371 615/1/371 +f 613/4/371 477/1/354 611/1/371 +f 477/1/354 613/4/371 473/4/354 +f 611/1/372 477/1/353 613/4/372 +f 473/4/353 613/4/372 477/1/353 +f 471/4/373 477/1/373 473/4/373 +f 477/1/373 471/4/373 476/1/373 +f 473/4/374 477/1/374 471/4/374 +f 476/1/374 471/4/374 477/1/374 +f 615/1/374 612/4/374 610/1/374 +f 612/4/374 615/1/374 614/4/374 +f 610/1/373 612/4/373 615/1/373 +f 614/4/373 615/1/373 612/4/373 +f 618/1/127 617/3/124 616/1/129 +f 617/3/124 618/1/127 619/3/123 +f 616/1/130 617/3/126 618/1/128 +f 619/3/125 618/1/128 617/3/126 +f 621/3/110 618/1/127 620/1/108 +f 618/1/127 621/3/110 619/3/123 +f 620/1/112 618/1/128 621/3/114 +f 619/3/125 621/3/114 618/1/128 +f 624/2/101 623/1/100 622/1/99 +f 623/1/100 624/2/101 625/2/102 +f 622/1/105 623/1/104 624/2/103 +f 625/2/106 624/2/103 623/1/104 +f 623/1/100 627/2/117 626/1/115 +f 627/2/117 623/1/100 625/2/102 +f 626/1/121 627/2/119 623/1/104 +f 625/2/106 623/1/104 627/2/119 +f 630/1/177 629/2/161 628/1/159 +f 629/2/161 630/1/177 631/2/168 +f 628/1/165 629/2/163 630/1/178 +f 631/2/170 630/1/178 629/2/163 +f 629/2/161 633/2/167 632/2/162 +f 633/2/167 629/2/161 631/2/168 +f 632/2/166 633/2/169 629/2/163 +f 631/2/170 629/2/163 633/2/169 +f 633/2/167 630/1/177 634/1/175 +f 630/1/177 633/2/167 631/2/168 +f 634/1/176 630/1/178 633/2/169 +f 631/2/170 633/2/169 630/1/178 +f 629/2/161 635/1/160 628/1/159 +f 635/1/160 629/2/161 632/2/162 +f 628/1/165 635/1/164 629/2/163 +f 632/2/166 629/2/163 635/1/164 +f 632/2/162 634/1/175 635/1/160 +f 634/1/175 632/2/162 633/2/167 +f 635/1/164 634/1/176 632/2/166 +f 633/2/169 632/2/166 634/1/176 +f 637/2/118 622/1/99 636/1/116 +f 622/1/99 637/2/118 624/2/101 +f 636/1/120 622/1/105 637/2/122 +f 624/2/103 637/2/122 622/1/105 +f 617/3/124 638/1/107 616/1/129 +f 638/1/107 617/3/124 639/3/109 +f 616/1/130 638/1/113 617/3/126 +f 639/3/111 617/3/126 638/1/113 +f 627/2/117 636/1/116 626/1/115 +f 636/1/116 627/2/117 637/2/118 +f 626/1/121 636/1/120 627/2/119 +f 637/2/122 627/2/119 636/1/120 +f 627/2/117 624/2/101 637/2/118 +f 624/2/101 627/2/117 625/2/102 +f 637/2/122 624/2/103 627/2/119 +f 625/2/106 627/2/119 624/2/103 +f 642/3/357 641/3/356 640/3/355 +f 641/3/356 642/3/357 643/3/358 +f 640/3/361 641/3/360 642/3/359 +f 643/3/362 642/3/359 641/3/360 +f 639/3/109 619/3/123 621/3/110 +f 619/3/123 639/3/109 617/3/124 +f 621/3/114 619/3/125 639/3/111 +f 617/3/126 639/3/111 619/3/125 +f 644/1/363 643/3/358 642/3/357 +f 643/3/358 644/1/363 645/1/364 +f 642/3/359 643/3/362 644/1/365 +f 645/1/366 644/1/365 643/3/362 +f 648/1/155 647/3/150 646/1/149 +f 647/3/150 648/1/155 649/3/156 +f 646/1/151 647/3/154 648/1/157 +f 649/3/158 648/1/157 647/3/154 +f 644/1/363 640/3/355 650/1/367 +f 640/3/355 644/1/363 642/3/357 +f 650/1/368 640/3/361 644/1/365 +f 642/3/359 644/1/365 640/3/361 +f 643/3/358 651/1/369 641/3/356 +f 651/1/369 643/3/358 645/1/364 +f 641/3/360 651/1/370 643/3/362 +f 645/1/366 643/3/362 651/1/370 +f 654/3/148 653/1/172 652/1/147 +f 653/1/172 654/3/148 655/3/171 +f 652/1/153 653/1/173 654/3/152 +f 655/3/174 654/3/152 653/1/173 +f 640/3/355 651/1/369 650/1/367 +f 651/1/369 640/3/355 641/3/356 +f 650/1/368 651/1/370 640/3/361 +f 641/3/360 640/3/361 651/1/370 +f 646/1/149 654/3/148 652/1/147 +f 654/3/148 646/1/149 647/3/150 +f 652/1/153 654/3/152 646/1/151 +f 647/3/154 646/1/151 654/3/152 +f 649/3/156 653/1/172 655/3/171 +f 653/1/172 649/3/156 648/1/155 +f 655/3/174 653/1/173 649/3/158 +f 648/1/157 649/3/158 653/1/173 +f 647/3/150 655/3/171 654/3/148 +f 655/3/171 647/3/150 649/3/156 +f 654/3/152 655/3/174 647/3/154 +f 649/3/158 647/3/154 655/3/174 +f 639/3/109 620/1/108 638/1/107 +f 620/1/108 639/3/109 621/3/110 +f 638/1/113 620/1/112 639/3/111 +f 621/3/114 639/3/111 620/1/112 +f 368/4/352 656/1/371 373/1/352 +f 656/1/371 368/4/352 657/4/371 +f 373/1/351 656/1/372 368/4/351 +f 657/4/372 368/4/351 656/1/372 +f 114/4/81 369/4/81 113/4/81 +f 369/4/81 114/4/81 657/4/81 +f 369/4/81 657/4/81 368/4/81 +f 113/4/82 369/4/82 114/4/82 +f 657/4/82 114/4/82 369/4/82 +f 368/4/82 657/4/82 369/4/82 +f 113/4/372 374/1/372 121/1/372 +f 374/1/372 113/4/372 369/4/372 +f 121/1/371 374/1/371 113/4/371 +f 369/4/371 113/4/371 374/1/371 +f 657/4/371 120/1/354 656/1/371 +f 120/1/354 657/4/371 114/4/354 +f 656/1/372 120/1/353 657/4/372 +f 114/4/353 657/4/372 120/1/353 +f 113/4/373 120/1/373 114/4/373 +f 120/1/373 113/4/373 121/1/373 +f 114/4/374 120/1/374 113/4/374 +f 121/1/374 113/4/374 120/1/374 +f 374/1/374 368/4/374 373/1/374 +f 368/4/374 374/1/374 369/4/374 +f 373/1/373 368/4/373 374/1/373 +f 369/4/373 374/1/373 368/4/373 +f 660/1/223 659/3/220 658/1/225 +f 659/3/220 660/1/223 661/3/219 +f 658/1/226 659/3/222 660/1/224 +f 661/3/221 660/1/224 659/3/222 +f 663/3/206 660/1/223 662/1/204 +f 660/1/223 663/3/206 661/3/219 +f 662/1/208 660/1/224 663/3/210 +f 661/3/221 663/3/210 660/1/224 +f 666/2/197 665/1/196 664/1/195 +f 665/1/196 666/2/197 667/2/198 +f 664/1/201 665/1/200 666/2/199 +f 667/2/202 666/2/199 665/1/200 +f 665/1/196 669/2/213 668/1/211 +f 669/2/213 665/1/196 667/2/198 +f 668/1/217 669/2/215 665/1/200 +f 667/2/202 665/1/200 669/2/215 +f 672/1/273 671/2/257 670/1/255 +f 671/2/257 672/1/273 673/2/264 +f 670/1/261 671/2/259 672/1/274 +f 673/2/266 672/1/274 671/2/259 +f 671/2/257 675/2/263 674/2/258 +f 675/2/263 671/2/257 673/2/264 +f 674/2/262 675/2/265 671/2/259 +f 673/2/266 671/2/259 675/2/265 +f 675/2/263 672/1/273 676/1/271 +f 672/1/273 675/2/263 673/2/264 +f 676/1/272 672/1/274 675/2/265 +f 673/2/266 675/2/265 672/1/274 +f 671/2/257 677/1/256 670/1/255 +f 677/1/256 671/2/257 674/2/258 +f 670/1/261 677/1/260 671/2/259 +f 674/2/262 671/2/259 677/1/260 +f 674/2/258 676/1/271 677/1/256 +f 676/1/271 674/2/258 675/2/263 +f 677/1/260 676/1/272 674/2/262 +f 675/2/265 674/2/262 676/1/272 +f 679/2/214 664/1/195 678/1/212 +f 664/1/195 679/2/214 666/2/197 +f 678/1/216 664/1/201 679/2/218 +f 666/2/199 679/2/218 664/1/201 +f 659/3/220 680/1/203 658/1/225 +f 680/1/203 659/3/220 681/3/205 +f 658/1/226 680/1/209 659/3/222 +f 681/3/207 659/3/222 680/1/209 +f 669/2/213 678/1/212 668/1/211 +f 678/1/212 669/2/213 679/2/214 +f 668/1/217 678/1/216 669/2/215 +f 679/2/218 669/2/215 678/1/216 +f 669/2/213 666/2/197 679/2/214 +f 666/2/197 669/2/213 667/2/198 +f 679/2/218 666/2/199 669/2/215 +f 667/2/202 669/2/215 666/2/199 +f 684/3/229 683/3/228 682/3/227 +f 683/3/228 684/3/229 685/3/230 +f 682/3/233 683/3/232 684/3/231 +f 685/3/234 684/3/231 683/3/232 +f 681/3/205 661/3/219 663/3/206 +f 661/3/219 681/3/205 659/3/220 +f 663/3/210 661/3/221 681/3/207 +f 659/3/222 681/3/207 661/3/221 +f 686/1/241 685/3/230 684/3/229 +f 685/3/230 686/1/241 687/1/236 +f 684/3/231 685/3/234 686/1/242 +f 687/1/238 686/1/242 685/3/234 +f 690/1/251 689/3/246 688/1/245 +f 689/3/246 690/1/251 691/3/252 +f 688/1/247 689/3/250 690/1/253 +f 691/3/254 690/1/253 689/3/250 +f 686/1/241 682/3/227 692/1/239 +f 682/3/227 686/1/241 684/3/229 +f 692/1/240 682/3/233 686/1/242 +f 684/3/231 686/1/242 682/3/233 +f 685/3/230 693/1/235 683/3/228 +f 693/1/235 685/3/230 687/1/236 +f 683/3/232 693/1/237 685/3/234 +f 687/1/238 685/3/234 693/1/237 +f 696/3/244 695/1/268 694/1/243 +f 695/1/268 696/3/244 697/3/267 +f 694/1/249 695/1/269 696/3/248 +f 697/3/270 696/3/248 695/1/269 +f 682/3/227 693/1/235 692/1/239 +f 693/1/235 682/3/227 683/3/228 +f 692/1/240 693/1/237 682/3/233 +f 683/3/232 682/3/233 693/1/237 +f 688/1/245 696/3/244 694/1/243 +f 696/3/244 688/1/245 689/3/246 +f 694/1/249 696/3/248 688/1/247 +f 689/3/250 688/1/247 696/3/248 +f 691/3/252 695/1/268 697/3/267 +f 695/1/268 691/3/252 690/1/251 +f 697/3/270 695/1/269 691/3/254 +f 690/1/253 691/3/254 695/1/269 +f 689/3/246 697/3/267 696/3/244 +f 697/3/267 689/3/246 691/3/252 +f 696/3/248 697/3/270 689/3/250 +f 691/3/254 689/3/250 697/3/270 +f 681/3/205 662/1/204 680/1/203 +f 662/1/204 681/3/205 663/3/206 +f 680/1/209 662/1/208 681/3/207 +f 663/3/210 681/3/207 662/1/208 +f 107/4/319 698/1/275 115/1/319 +f 698/1/275 107/4/319 699/4/275 +f 115/1/320 698/1/276 107/4/320 +f 699/4/276 107/4/320 698/1/276 +f 397/4/81 105/4/81 395/4/81 +f 105/4/81 397/4/81 699/4/81 +f 105/4/81 699/4/81 107/4/81 +f 395/4/82 105/4/82 397/4/82 +f 699/4/82 397/4/82 105/4/82 +f 107/4/82 699/4/82 105/4/82 +f 395/4/276 116/1/276 400/1/276 +f 116/1/276 395/4/276 105/4/276 +f 400/1/275 116/1/275 395/4/275 +f 105/4/275 395/4/275 116/1/275 +f 699/4/275 401/1/321 698/1/275 +f 401/1/321 699/4/275 397/4/321 +f 698/1/276 401/1/322 699/4/276 +f 397/4/322 699/4/276 401/1/322 +f 395/4/288 401/1/288 397/4/288 +f 401/1/288 395/4/288 400/1/288 +f 397/4/287 401/1/287 395/4/287 +f 400/1/287 395/4/287 401/1/287 +f 116/1/287 107/4/287 115/1/287 +f 107/4/287 116/1/287 105/4/287 +f 115/1/288 107/4/288 116/1/288 +f 105/4/288 116/1/288 107/4/288 +f 127/1/81 701/1/81 700/1/81 +f 701/1/81 127/1/81 257/1/81 +f 700/1/82 701/1/82 127/1/82 +f 257/1/82 127/1/82 701/1/82 +f 125/1/81 257/1/81 127/1/81 +f 257/1/81 125/1/81 259/1/81 +f 127/1/82 257/1/82 125/1/82 +f 259/1/82 125/1/82 257/1/82 +f 128/1/81 700/1/81 702/1/81 +f 700/1/81 128/1/81 127/1/81 +f 702/1/82 700/1/82 128/1/82 +f 127/1/82 128/1/82 700/1/82 +f 263/1/81 703/1/81 262/1/81 +f 703/1/81 263/1/81 189/1/81 +f 262/1/82 703/1/82 263/1/82 +f 189/1/82 263/1/82 703/1/82 +f 261/1/81 705/1/81 704/1/81 +f 705/1/81 261/1/81 262/1/81 +f 704/1/82 705/1/82 261/1/82 +f 262/1/82 261/1/82 705/1/82 +f 707/1/81 706/1/81 64/1/81 +f 706/1/81 707/1/81 708/1/81 +f 64/1/82 706/1/82 707/1/82 +f 708/1/82 707/1/82 706/1/82 +f 710/1/81 253/1/81 709/1/81 +f 253/1/81 710/1/81 255/1/81 +f 709/1/82 253/1/82 710/1/82 +f 255/1/82 710/1/82 253/1/82 +f 705/1/81 256/1/81 255/1/81 +f 256/1/81 705/1/81 711/1/81 +f 255/1/82 256/1/82 705/1/82 +f 711/1/82 705/1/82 256/1/82 +f 260/1/81 263/1/81 258/1/81 +f 263/1/81 260/1/81 712/1/81 +f 258/1/82 263/1/82 260/1/82 +f 712/1/82 260/1/82 263/1/82 +f 708/1/81 709/1/81 706/1/81 +f 709/1/81 708/1/81 710/1/81 +f 706/1/82 709/1/82 708/1/82 +f 710/1/82 708/1/82 709/1/82 +f 714/1/81 707/1/81 713/1/81 +f 707/1/81 714/1/81 715/1/81 +f 713/1/82 707/1/82 714/1/82 +f 715/1/82 714/1/82 707/1/82 +f 718/3/110 717/1/127 716/1/108 +f 717/1/127 718/3/110 719/3/123 +f 716/1/112 717/1/128 718/3/114 +f 719/3/125 718/3/114 717/1/128 +f 720/1/107 718/3/110 716/1/108 +f 718/3/110 720/1/107 721/3/109 +f 716/1/112 718/3/114 720/1/113 +f 721/3/111 720/1/113 718/3/114 +f 724/1/116 723/2/101 722/1/99 +f 723/2/101 724/1/116 725/2/118 +f 722/1/105 723/2/103 724/1/120 +f 725/2/122 724/1/120 723/2/103 +f 727/3/124 720/1/107 726/1/129 +f 720/1/107 727/3/124 721/3/109 +f 726/1/130 720/1/113 727/3/126 +f 721/3/111 727/3/126 720/1/113 +f 719/3/123 726/1/129 717/1/127 +f 726/1/129 719/3/123 727/3/124 +f 717/1/128 726/1/130 719/3/125 +f 727/3/126 719/3/125 726/1/130 +f 730/2/102 729/1/115 728/1/100 +f 729/1/115 730/2/102 731/2/117 +f 728/1/104 729/1/121 730/2/106 +f 731/2/119 730/2/106 729/1/121 +f 723/2/101 728/1/100 722/1/99 +f 728/1/100 723/2/101 730/2/102 +f 722/1/105 728/1/104 723/2/103 +f 730/2/106 723/2/103 728/1/104 +f 719/3/123 721/3/109 727/3/124 +f 721/3/109 719/3/123 718/3/110 +f 727/3/126 721/3/111 719/3/125 +f 718/3/114 719/3/125 721/3/111 +f 731/2/117 724/1/116 729/1/115 +f 724/1/116 731/2/117 725/2/118 +f 729/1/121 724/1/120 731/2/119 +f 725/2/122 731/2/119 724/1/120 +f 723/2/101 731/2/117 730/2/102 +f 731/2/117 723/2/101 725/2/118 +f 730/2/106 731/2/119 723/2/103 +f 725/2/122 723/2/103 731/2/119 +f 734/2/124 733/1/107 732/1/129 +f 733/1/107 734/2/124 735/2/109 +f 732/1/130 733/1/113 734/2/126 +f 735/2/111 734/2/126 733/1/113 +f 737/2/123 732/1/129 736/1/127 +f 732/1/129 737/2/123 734/2/124 +f 736/1/128 732/1/130 737/2/125 +f 734/2/126 737/2/125 732/1/130 +f 739/2/110 736/1/127 738/1/108 +f 736/1/127 739/2/110 737/2/123 +f 738/1/112 736/1/128 739/2/114 +f 737/2/125 739/2/114 736/1/128 +f 737/2/123 735/2/109 734/2/124 +f 735/2/109 737/2/123 739/2/110 +f 734/2/126 735/2/111 737/2/125 +f 739/2/114 737/2/125 735/2/111 +f 733/1/107 739/2/110 738/1/108 +f 739/2/110 733/1/107 735/2/109 +f 738/1/112 739/2/114 733/1/113 +f 735/2/111 733/1/113 739/2/114 +f 742/3/148 741/1/149 740/3/150 +f 741/1/149 742/3/148 743/1/147 +f 740/3/154 741/1/151 742/3/152 +f 743/1/153 742/3/152 741/1/151 +f 746/2/168 745/1/159 744/1/177 +f 745/1/159 746/2/168 747/2/161 +f 744/1/178 745/1/165 746/2/170 +f 747/2/163 746/2/170 745/1/165 +f 749/2/167 744/1/177 748/1/175 +f 744/1/177 749/2/167 746/2/168 +f 748/1/176 744/1/178 749/2/169 +f 746/2/170 749/2/169 744/1/178 +f 750/1/160 749/2/167 748/1/175 +f 749/2/167 750/1/160 751/2/162 +f 748/1/176 749/2/169 750/1/164 +f 751/2/166 750/1/164 749/2/169 +f 749/2/167 747/2/161 746/2/168 +f 747/2/161 749/2/167 751/2/162 +f 746/2/170 747/2/163 749/2/169 +f 751/2/166 749/2/169 747/2/163 +f 747/2/161 750/1/160 745/1/159 +f 750/1/160 747/2/161 751/2/162 +f 745/1/165 750/1/164 747/2/163 +f 751/2/166 747/2/163 750/1/164 +f 743/1/147 753/3/171 752/1/172 +f 753/3/171 743/1/147 742/3/148 +f 752/1/173 753/3/174 743/1/153 +f 742/3/152 743/1/153 753/3/174 +f 752/1/172 755/3/156 754/1/155 +f 755/3/156 752/1/172 753/3/171 +f 754/1/157 755/3/158 752/1/173 +f 753/3/174 752/1/173 755/3/158 +f 753/3/171 740/3/150 755/3/156 +f 740/3/150 753/3/171 742/3/148 +f 755/3/158 740/3/154 753/3/174 +f 742/3/152 753/3/174 740/3/154 +f 755/3/156 741/1/149 754/1/155 +f 741/1/149 755/3/156 740/3/150 +f 754/1/157 741/1/151 755/3/158 +f 740/3/154 755/3/158 741/1/151 +f 758/3/168 757/1/159 756/1/177 +f 757/1/159 758/3/168 759/3/161 +f 756/1/178 757/1/165 758/3/170 +f 759/3/163 758/3/170 757/1/165 +f 762/1/147 761/5/171 760/1/172 +f 761/5/171 762/1/147 763/5/148 +f 760/1/173 761/5/174 762/1/153 +f 763/5/152 762/1/153 761/5/174 +f 766/3/117 765/1/116 764/1/115 +f 765/1/116 766/3/117 767/3/118 +f 764/1/121 765/1/120 766/3/119 +f 767/3/122 766/3/119 765/1/120 +f 769/3/167 756/1/177 768/1/175 +f 756/1/177 769/3/167 758/3/168 +f 768/1/176 756/1/178 769/3/169 +f 758/3/170 769/3/169 756/1/178 +f 772/5/156 771/1/149 770/1/155 +f 771/1/149 772/5/156 773/5/150 +f 770/1/157 771/1/151 772/5/158 +f 773/5/154 772/5/158 771/1/151 +f 776/3/377 775/3/376 774/3/375 +f 775/3/376 776/3/377 777/3/378 +f 774/3/381 775/3/380 776/3/379 +f 777/3/382 776/3/379 775/3/380 +f 778/1/160 769/3/167 768/1/175 +f 769/3/167 778/1/160 779/3/162 +f 768/1/176 769/3/169 778/1/164 +f 779/3/166 778/1/164 769/3/169 +f 781/3/101 766/3/117 780/3/102 +f 766/3/117 781/3/101 767/3/118 +f 780/3/106 766/3/119 781/3/103 +f 767/3/122 781/3/103 766/3/119 +f 765/1/116 781/3/101 782/1/99 +f 781/3/101 765/1/116 767/3/118 +f 782/1/105 781/3/103 765/1/120 +f 767/3/122 765/1/120 781/3/103 +f 781/3/101 783/1/100 782/1/99 +f 783/1/100 781/3/101 780/3/102 +f 782/1/105 783/1/104 781/3/103 +f 780/3/106 781/3/103 783/1/104 +f 777/3/378 785/1/384 784/1/383 +f 785/1/384 777/3/378 776/3/377 +f 784/1/386 785/1/385 777/3/382 +f 776/3/379 777/3/382 785/1/385 +f 780/3/102 764/1/115 783/1/100 +f 764/1/115 780/3/102 766/3/117 +f 783/1/104 764/1/121 780/3/106 +f 766/3/119 780/3/106 764/1/121 +f 769/3/167 759/3/161 758/3/168 +f 759/3/161 769/3/167 779/3/162 +f 758/3/170 759/3/163 769/3/169 +f 779/3/166 769/3/169 759/3/163 +f 786/1/387 777/3/378 784/1/383 +f 777/3/378 786/1/387 775/3/376 +f 784/1/386 777/3/382 786/1/388 +f 775/3/380 786/1/388 777/3/382 +f 763/5/148 771/1/149 773/5/150 +f 771/1/149 763/5/148 762/1/147 +f 773/5/154 771/1/151 763/5/152 +f 762/1/153 763/5/152 771/1/151 +f 774/3/375 786/1/387 787/1/389 +f 786/1/387 774/3/375 775/3/376 +f 787/1/390 786/1/388 774/3/381 +f 775/3/380 774/3/381 786/1/388 +f 760/1/172 772/5/156 770/1/155 +f 772/5/156 760/1/172 761/5/171 +f 770/1/157 772/5/158 760/1/173 +f 761/5/174 760/1/173 772/5/158 +f 761/5/171 773/5/150 772/5/156 +f 773/5/150 761/5/171 763/5/148 +f 772/5/158 773/5/154 761/5/174 +f 763/5/152 761/5/174 773/5/154 +f 776/3/377 787/1/389 785/1/384 +f 787/1/389 776/3/377 774/3/375 +f 785/1/385 787/1/390 776/3/379 +f 774/3/381 776/3/379 787/1/390 +f 759/3/161 778/1/160 757/1/159 +f 778/1/160 759/3/161 779/3/162 +f 757/1/165 778/1/164 759/3/163 +f 779/3/166 759/3/163 778/1/164 +f 790/5/156 789/1/149 788/1/155 +f 789/1/149 790/5/156 791/5/150 +f 788/1/157 789/1/151 790/5/158 +f 791/5/154 790/5/158 789/1/151 +f 792/5/171 791/5/150 790/5/156 +f 791/5/150 792/5/171 793/5/148 +f 790/5/158 791/5/154 792/5/174 +f 793/5/152 792/5/174 791/5/154 +f 795/1/147 792/5/171 794/1/172 +f 792/5/171 795/1/147 793/5/148 +f 794/1/173 792/5/174 795/1/153 +f 793/5/152 795/1/153 792/5/174 +f 794/1/172 790/5/156 788/1/155 +f 790/5/156 794/1/172 792/5/171 +f 788/1/157 790/5/158 794/1/173 +f 792/5/174 794/1/173 790/5/158 +f 793/5/148 789/1/149 791/5/150 +f 789/1/149 793/5/148 795/1/147 +f 791/5/154 789/1/151 793/5/152 +f 795/1/153 793/5/152 789/1/151 +f 798/5/124 797/1/107 796/1/129 +f 797/1/107 798/5/124 799/5/109 +f 796/1/130 797/1/113 798/5/126 +f 799/5/111 798/5/126 797/1/113 +f 797/1/107 801/5/110 800/1/108 +f 801/5/110 797/1/107 799/5/109 +f 800/1/112 801/5/114 797/1/113 +f 799/5/111 797/1/113 801/5/114 +f 801/5/110 802/1/127 800/1/108 +f 802/1/127 801/5/110 803/5/123 +f 800/1/112 802/1/128 801/5/114 +f 803/5/125 801/5/114 802/1/128 +f 803/5/123 796/1/129 802/1/127 +f 796/1/129 803/5/123 798/5/124 +f 802/1/128 796/1/130 803/5/125 +f 798/5/126 803/5/125 796/1/130 +f 803/5/123 799/5/109 798/5/124 +f 799/5/109 803/5/123 801/5/110 +f 798/5/126 799/5/111 803/5/125 +f 801/5/114 803/5/125 799/5/111 +f 806/5/123 805/5/109 804/5/124 +f 805/5/109 806/5/123 807/5/110 +f 804/5/126 805/5/111 806/5/125 +f 807/5/114 806/5/125 805/5/111 +f 807/5/110 809/1/127 808/1/108 +f 809/1/127 807/5/110 806/5/123 +f 808/1/112 809/1/128 807/5/114 +f 806/5/125 807/5/114 809/1/128 +f 806/5/123 810/1/129 809/1/127 +f 810/1/129 806/5/123 804/5/124 +f 809/1/128 810/1/130 806/5/125 +f 804/5/126 806/5/125 810/1/130 +f 804/5/124 811/1/107 810/1/129 +f 811/1/107 804/5/124 805/5/109 +f 810/1/130 811/1/113 804/5/126 +f 805/5/111 804/5/126 811/1/113 +f 811/1/107 807/5/110 808/1/108 +f 807/5/110 811/1/107 805/5/109 +f 808/1/112 807/5/114 811/1/113 +f 805/5/111 811/1/113 807/5/114 +f 814/3/393 813/1/392 812/1/391 +f 813/1/392 814/3/393 815/3/394 +f 812/1/397 813/1/396 814/3/395 +f 815/3/398 814/3/395 813/1/396 +f 818/3/401 817/3/400 816/3/399 +f 817/3/400 818/3/401 819/3/402 +f 816/3/405 817/3/404 818/3/403 +f 819/3/406 818/3/403 817/3/404 +f 816/3/399 821/1/408 820/1/407 +f 821/1/408 816/3/399 817/3/400 +f 820/1/410 821/1/409 816/3/405 +f 817/3/404 816/3/405 821/1/409 +f 818/3/401 820/1/407 822/1/411 +f 820/1/407 818/3/401 816/3/399 +f 822/1/412 820/1/410 818/3/403 +f 816/3/405 818/3/403 820/1/410 +f 825/1/107 824/2/110 823/1/108 +f 824/2/110 825/1/107 826/2/109 +f 823/1/112 824/2/114 825/1/113 +f 826/2/111 825/1/113 824/2/114 +f 828/2/124 825/1/107 827/1/129 +f 825/1/107 828/2/124 826/2/109 +f 827/1/130 825/1/113 828/2/126 +f 826/2/111 828/2/126 825/1/113 +f 830/3/414 812/1/391 829/1/413 +f 812/1/391 830/3/414 814/3/393 +f 829/1/416 812/1/397 830/3/415 +f 814/3/395 830/3/415 812/1/397 +f 832/1/418 815/3/394 831/3/417 +f 815/3/394 832/1/418 813/1/392 +f 831/3/420 815/3/398 832/1/419 +f 813/1/396 832/1/419 815/3/398 +f 833/1/421 818/3/401 822/1/411 +f 818/3/401 833/1/421 819/3/402 +f 822/1/412 818/3/403 833/1/422 +f 819/3/406 833/1/422 818/3/403 +f 834/2/123 826/2/109 828/2/124 +f 826/2/109 834/2/123 824/2/110 +f 828/2/126 826/2/111 834/2/125 +f 824/2/114 834/2/125 826/2/111 +f 834/2/123 827/1/129 835/1/127 +f 827/1/129 834/2/123 828/2/124 +f 835/1/128 827/1/130 834/2/125 +f 828/2/126 834/2/125 827/1/130 +f 817/3/400 833/1/421 821/1/408 +f 833/1/421 817/3/400 819/3/402 +f 821/1/409 833/1/422 817/3/404 +f 819/3/406 817/3/404 833/1/422 +f 824/2/110 835/1/127 823/1/108 +f 835/1/127 824/2/110 834/2/123 +f 823/1/112 835/1/128 824/2/114 +f 834/2/125 824/2/114 835/1/128 +f 831/3/417 814/3/393 830/3/414 +f 814/3/393 831/3/417 815/3/394 +f 830/3/415 814/3/395 831/3/420 +f 815/3/398 831/3/420 814/3/395 +f 832/1/418 830/3/414 829/1/413 +f 830/3/414 832/1/418 831/3/417 +f 829/1/416 830/3/415 832/1/419 +f 831/3/420 832/1/419 830/3/415 +f 700/1/81 710/1/81 707/1/81 +f 710/1/81 700/1/81 261/1/81 +f 707/1/82 710/1/82 700/1/82 +f 261/1/82 700/1/82 710/1/82 +f 838/4/82 837/4/82 836/4/82 +f 839/4/82 836/4/82 837/4/82 +f 840/4/82 839/4/82 837/4/82 +f 841/4/82 839/4/82 840/4/82 +f 842/4/82 841/4/82 840/4/82 +f 843/4/82 841/4/82 842/4/82 +f 836/4/423 844/1/423 838/4/309 +f 845/1/309 838/4/309 844/1/423 +f 846/1/308 844/1/424 839/4/308 +f 836/4/424 839/4/308 844/1/424 +f 847/1/425 846/1/308 841/4/425 +f 839/4/308 841/4/425 846/1/308 +f 847/1/426 841/4/426 848/1/310 +f 843/4/310 848/1/310 841/4/426 +f 848/1/310 843/4/310 849/1/427 +f 842/4/427 849/1/427 843/4/310 +f 850/1/307 849/1/428 840/4/307 +f 842/4/428 840/4/307 849/1/428 +f 851/1/429 850/1/307 837/4/429 +f 840/4/307 837/4/429 850/1/307 +f 838/4/309 845/1/309 837/4/430 +f 851/1/430 837/4/430 845/1/309 +f 854/3/393 853/1/392 852/1/391 +f 853/1/392 854/3/393 855/3/394 +f 852/1/397 853/1/396 854/3/395 +f 855/3/398 854/3/395 853/1/396 +f 858/3/377 857/3/376 856/3/375 +f 857/3/376 858/3/377 859/3/378 +f 856/3/381 857/3/380 858/3/379 +f 859/3/382 858/3/379 857/3/380 +f 861/3/417 854/3/393 860/3/414 +f 854/3/393 861/3/417 855/3/394 +f 860/3/415 854/3/395 861/3/420 +f 855/3/398 861/3/420 854/3/395 +f 864/1/107 863/2/110 862/1/108 +f 863/2/110 864/1/107 865/2/109 +f 862/1/112 863/2/114 864/1/113 +f 865/2/111 864/1/113 863/2/114 +f 867/2/123 865/2/109 866/2/124 +f 865/2/109 867/2/123 863/2/110 +f 866/2/126 865/2/111 867/2/125 +f 863/2/114 867/2/125 865/2/111 +f 866/2/124 864/1/107 868/1/129 +f 864/1/107 866/2/124 865/2/109 +f 868/1/130 864/1/113 866/2/126 +f 865/2/111 866/2/126 864/1/113 +f 860/3/414 852/1/391 869/1/413 +f 852/1/391 860/3/414 854/3/393 +f 869/1/416 852/1/397 860/3/415 +f 854/3/395 860/3/415 852/1/397 +f 870/1/418 855/3/394 861/3/417 +f 855/3/394 870/1/418 853/1/392 +f 861/3/420 855/3/398 870/1/419 +f 853/1/396 870/1/419 855/3/398 +f 873/5/171 872/5/150 871/5/156 +f 872/5/150 873/5/171 874/5/148 +f 871/5/158 872/5/154 873/5/174 +f 874/5/152 873/5/174 872/5/154 +f 874/5/148 875/1/149 872/5/150 +f 875/1/149 874/5/148 876/1/147 +f 872/5/154 875/1/151 874/5/152 +f 876/1/153 874/5/152 875/1/151 +f 878/1/172 871/5/156 877/1/155 +f 871/5/156 878/1/172 873/5/171 +f 877/1/157 871/5/158 878/1/173 +f 873/5/174 878/1/173 871/5/158 +f 876/1/147 873/5/171 878/1/172 +f 873/5/171 876/1/147 874/5/148 +f 878/1/173 873/5/174 876/1/153 +f 874/5/152 876/1/153 873/5/174 +f 880/1/387 859/3/378 879/1/383 +f 859/3/378 880/1/387 857/3/376 +f 879/1/386 859/3/382 880/1/388 +f 857/3/380 880/1/388 859/3/382 +f 859/3/378 881/1/384 879/1/383 +f 881/1/384 859/3/378 858/3/377 +f 879/1/386 881/1/385 859/3/382 +f 858/3/379 859/3/382 881/1/385 +f 856/3/375 880/1/387 882/1/389 +f 880/1/387 856/3/375 857/3/376 +f 882/1/390 880/1/388 856/3/381 +f 857/3/380 856/3/381 880/1/388 +f 885/5/110 884/1/127 883/1/108 +f 884/1/127 885/5/110 886/5/123 +f 883/1/112 884/1/128 885/5/114 +f 886/5/125 885/5/114 884/1/128 +f 858/3/377 882/1/389 881/1/384 +f 882/1/389 858/3/377 856/3/375 +f 881/1/385 882/1/390 858/3/379 +f 856/3/381 858/3/379 882/1/390 +f 886/5/123 888/5/109 887/5/124 +f 888/5/109 886/5/123 885/5/110 +f 887/5/126 888/5/111 886/5/125 +f 885/5/114 886/5/125 888/5/111 +f 867/2/123 868/1/129 889/1/127 +f 868/1/129 867/2/123 866/2/124 +f 889/1/128 868/1/130 867/2/125 +f 866/2/126 867/2/125 868/1/130 +f 887/5/124 891/1/107 890/1/129 +f 891/1/107 887/5/124 888/5/109 +f 890/1/130 891/1/113 887/5/126 +f 888/5/111 887/5/126 891/1/113 +f 871/5/156 875/1/149 877/1/155 +f 875/1/149 871/5/156 872/5/150 +f 877/1/157 875/1/151 871/5/158 +f 872/5/154 871/5/158 875/1/151 +f 863/2/110 889/1/127 862/1/108 +f 889/1/127 863/2/110 867/2/123 +f 862/1/112 889/1/128 863/2/114 +f 867/2/125 863/2/114 889/1/128 +f 886/5/123 890/1/129 884/1/127 +f 890/1/129 886/5/123 887/5/124 +f 884/1/128 890/1/130 886/5/125 +f 887/5/126 886/5/125 890/1/130 +f 870/1/418 860/3/414 869/1/413 +f 860/3/414 870/1/418 861/3/417 +f 869/1/416 860/3/415 870/1/419 +f 861/3/420 870/1/419 860/3/415 +f 894/5/110 893/1/127 892/1/108 +f 893/1/127 894/5/110 895/5/123 +f 892/1/112 893/1/128 894/5/114 +f 895/5/125 894/5/114 893/1/128 +f 891/1/107 885/5/110 883/1/108 +f 885/5/110 891/1/107 888/5/109 +f 883/1/112 885/5/114 891/1/113 +f 888/5/111 891/1/113 885/5/114 +f 895/5/123 897/5/109 896/5/124 +f 897/5/109 895/5/123 894/5/110 +f 896/5/126 897/5/111 895/5/125 +f 894/5/114 895/5/125 897/5/111 +f 898/1/107 894/5/110 892/1/108 +f 894/5/110 898/1/107 897/5/109 +f 892/1/112 894/5/114 898/1/113 +f 897/5/111 898/1/113 894/5/114 +f 895/5/123 899/1/129 893/1/127 +f 899/1/129 895/5/123 896/5/124 +f 893/1/128 899/1/130 895/5/125 +f 896/5/126 895/5/125 899/1/130 +f 896/5/124 898/1/107 899/1/129 +f 898/1/107 896/5/124 897/5/109 +f 899/1/130 898/1/113 896/5/126 +f 897/5/111 896/5/126 898/1/113 +f 902/3/401 901/3/400 900/3/399 +f 901/3/400 902/3/401 903/3/402 +f 900/3/405 901/3/404 902/3/403 +f 903/3/406 902/3/403 901/3/404 +f 900/3/399 905/1/408 904/1/407 +f 905/1/408 900/3/399 901/3/400 +f 904/1/410 905/1/409 900/3/405 +f 901/3/404 900/3/405 905/1/409 +f 902/3/401 904/1/407 906/1/411 +f 904/1/407 902/3/401 900/3/399 +f 906/1/412 904/1/410 902/3/403 +f 900/3/405 902/3/403 904/1/410 +f 901/3/400 907/1/421 905/1/408 +f 907/1/421 901/3/400 903/3/402 +f 905/1/409 907/1/422 901/3/404 +f 903/3/406 901/3/404 907/1/422 +f 907/1/421 902/3/401 906/1/411 +f 902/3/401 907/1/421 903/3/402 +f 906/1/412 902/3/403 907/1/422 +f 903/3/406 907/1/422 902/3/403 +f 910/1/160 909/3/167 908/1/175 +f 909/3/167 910/1/160 911/3/162 +f 908/1/176 909/3/169 910/1/164 +f 911/3/166 910/1/164 909/3/169 +f 909/3/167 913/3/161 912/3/168 +f 913/3/161 909/3/167 911/3/162 +f 912/3/170 913/3/163 909/3/169 +f 911/3/166 909/3/169 913/3/163 +f 909/3/167 914/1/177 908/1/175 +f 914/1/177 909/3/167 912/3/168 +f 908/1/176 914/1/178 909/3/169 +f 912/3/170 909/3/169 914/1/178 +f 913/3/161 910/1/160 915/1/159 +f 910/1/160 913/3/161 911/3/162 +f 915/1/165 910/1/164 913/3/163 +f 911/3/166 913/3/163 910/1/164 +f 912/3/168 915/1/159 914/1/177 +f 915/1/159 912/3/168 913/3/161 +f 914/1/178 915/1/165 912/3/170 +f 913/3/163 912/3/170 915/1/165 +f 918/5/171 917/5/150 916/5/156 +f 917/5/150 918/5/171 919/5/148 +f 916/5/158 917/5/154 918/5/174 +f 919/5/152 918/5/174 917/5/154 +f 919/5/148 920/1/149 917/5/150 +f 920/1/149 919/5/148 921/1/147 +f 917/5/154 920/1/151 919/5/152 +f 921/1/153 919/5/152 920/1/151 +f 924/3/101 923/3/117 922/3/102 +f 923/3/117 924/3/101 925/3/118 +f 922/3/106 923/3/119 924/3/103 +f 925/3/122 924/3/103 923/3/119 +f 922/3/102 927/1/115 926/1/100 +f 927/1/115 922/3/102 923/3/117 +f 926/1/104 927/1/121 922/3/106 +f 923/3/119 922/3/106 927/1/121 +f 916/5/156 920/1/149 928/1/155 +f 920/1/149 916/5/156 917/5/150 +f 928/1/157 920/1/151 916/5/158 +f 917/5/154 916/5/158 920/1/151 +f 921/1/147 918/5/171 929/1/172 +f 918/5/171 921/1/147 919/5/148 +f 929/1/173 918/5/174 921/1/153 +f 919/5/152 921/1/153 918/5/174 +f 923/3/117 930/1/116 927/1/115 +f 930/1/116 923/3/117 925/3/118 +f 927/1/121 930/1/120 923/3/119 +f 925/3/122 923/3/119 930/1/120 +f 924/3/101 926/1/100 931/1/99 +f 926/1/100 924/3/101 922/3/102 +f 931/1/105 926/1/104 924/3/103 +f 922/3/106 924/3/103 926/1/104 +f 930/1/116 924/3/101 931/1/99 +f 924/3/101 930/1/116 925/3/118 +f 931/1/105 924/3/103 930/1/120 +f 925/3/122 930/1/120 924/3/103 +f 929/1/172 916/5/156 928/1/155 +f 916/5/156 929/1/172 918/5/171 +f 928/1/157 916/5/158 929/1/173 +f 918/5/174 929/1/173 916/5/158 +f 704/1/81 255/1/81 710/1/81 +f 255/1/81 704/1/81 705/1/81 +f 710/1/82 255/1/82 704/1/82 +f 705/1/82 704/1/82 255/1/82 +f 934/3/393 933/1/392 932/1/391 +f 933/1/392 934/3/393 935/3/394 +f 932/1/397 933/1/396 934/3/395 +f 935/3/398 934/3/395 933/1/396 +f 938/3/377 937/3/376 936/3/375 +f 937/3/376 938/3/377 939/3/378 +f 936/3/381 937/3/380 938/3/379 +f 939/3/382 938/3/379 937/3/380 +f 941/3/417 934/3/393 940/3/414 +f 934/3/393 941/3/417 935/3/394 +f 940/3/415 934/3/395 941/3/420 +f 935/3/398 941/3/420 934/3/395 +f 944/1/107 943/2/110 942/1/108 +f 943/2/110 944/1/107 945/2/109 +f 942/1/112 943/2/114 944/1/113 +f 945/2/111 944/1/113 943/2/114 +f 947/2/123 945/2/109 946/2/124 +f 945/2/109 947/2/123 943/2/110 +f 946/2/126 945/2/111 947/2/125 +f 943/2/114 947/2/125 945/2/111 +f 946/2/124 944/1/107 948/1/129 +f 944/1/107 946/2/124 945/2/109 +f 948/1/130 944/1/113 946/2/126 +f 945/2/111 946/2/126 944/1/113 +f 940/3/414 932/1/391 949/1/413 +f 932/1/391 940/3/414 934/3/393 +f 949/1/416 932/1/397 940/3/415 +f 934/3/395 940/3/415 932/1/397 +f 950/1/418 935/3/394 941/3/417 +f 935/3/394 950/1/418 933/1/392 +f 941/3/420 935/3/398 950/1/419 +f 933/1/396 950/1/419 935/3/398 +f 953/5/171 952/5/150 951/5/156 +f 952/5/150 953/5/171 954/5/148 +f 951/5/158 952/5/154 953/5/174 +f 954/5/152 953/5/174 952/5/154 +f 954/5/148 955/1/149 952/5/150 +f 955/1/149 954/5/148 956/1/147 +f 952/5/154 955/1/151 954/5/152 +f 956/1/153 954/5/152 955/1/151 +f 958/1/172 951/5/156 957/1/155 +f 951/5/156 958/1/172 953/5/171 +f 957/1/157 951/5/158 958/1/173 +f 953/5/174 958/1/173 951/5/158 +f 956/1/147 953/5/171 958/1/172 +f 953/5/171 956/1/147 954/5/148 +f 958/1/173 953/5/174 956/1/153 +f 954/5/152 956/1/153 953/5/174 +f 960/1/387 939/3/378 959/1/383 +f 939/3/378 960/1/387 937/3/376 +f 959/1/386 939/3/382 960/1/388 +f 937/3/380 960/1/388 939/3/382 +f 939/3/378 961/1/384 959/1/383 +f 961/1/384 939/3/378 938/3/377 +f 959/1/386 961/1/385 939/3/382 +f 938/3/379 939/3/382 961/1/385 +f 936/3/375 960/1/387 962/1/389 +f 960/1/387 936/3/375 937/3/376 +f 962/1/390 960/1/388 936/3/381 +f 937/3/380 936/3/381 960/1/388 +f 965/5/110 964/1/127 963/1/108 +f 964/1/127 965/5/110 966/5/123 +f 963/1/112 964/1/128 965/5/114 +f 966/5/125 965/5/114 964/1/128 +f 938/3/377 962/1/389 961/1/384 +f 962/1/389 938/3/377 936/3/375 +f 961/1/385 962/1/390 938/3/379 +f 936/3/381 938/3/379 962/1/390 +f 966/5/123 968/5/109 967/5/124 +f 968/5/109 966/5/123 965/5/110 +f 967/5/126 968/5/111 966/5/125 +f 965/5/114 966/5/125 968/5/111 +f 947/2/123 948/1/129 969/1/127 +f 948/1/129 947/2/123 946/2/124 +f 969/1/128 948/1/130 947/2/125 +f 946/2/126 947/2/125 948/1/130 +f 967/5/124 971/1/107 970/1/129 +f 971/1/107 967/5/124 968/5/109 +f 970/1/130 971/1/113 967/5/126 +f 968/5/111 967/5/126 971/1/113 +f 951/5/156 955/1/149 957/1/155 +f 955/1/149 951/5/156 952/5/150 +f 957/1/157 955/1/151 951/5/158 +f 952/5/154 951/5/158 955/1/151 +f 943/2/110 969/1/127 942/1/108 +f 969/1/127 943/2/110 947/2/123 +f 942/1/112 969/1/128 943/2/114 +f 947/2/125 943/2/114 969/1/128 +f 966/5/123 970/1/129 964/1/127 +f 970/1/129 966/5/123 967/5/124 +f 964/1/128 970/1/130 966/5/125 +f 967/5/126 966/5/125 970/1/130 +f 950/1/418 940/3/414 949/1/413 +f 940/3/414 950/1/418 941/3/417 +f 949/1/416 940/3/415 950/1/419 +f 941/3/420 950/1/419 940/3/415 +f 974/5/110 973/1/127 972/1/108 +f 973/1/127 974/5/110 975/5/123 +f 972/1/112 973/1/128 974/5/114 +f 975/5/125 974/5/114 973/1/128 +f 971/1/107 965/5/110 963/1/108 +f 965/5/110 971/1/107 968/5/109 +f 963/1/112 965/5/114 971/1/113 +f 968/5/111 971/1/113 965/5/114 +f 975/5/123 977/5/109 976/5/124 +f 977/5/109 975/5/123 974/5/110 +f 976/5/126 977/5/111 975/5/125 +f 974/5/114 975/5/125 977/5/111 +f 978/1/107 974/5/110 972/1/108 +f 974/5/110 978/1/107 977/5/109 +f 972/1/112 974/5/114 978/1/113 +f 977/5/111 978/1/113 974/5/114 +f 975/5/123 979/1/129 973/1/127 +f 979/1/129 975/5/123 976/5/124 +f 973/1/128 979/1/130 975/5/125 +f 976/5/126 975/5/125 979/1/130 +f 976/5/124 978/1/107 979/1/129 +f 978/1/107 976/5/124 977/5/109 +f 979/1/130 978/1/113 976/5/126 +f 977/5/111 976/5/126 978/1/113 +f 982/3/401 981/3/400 980/3/399 +f 981/3/400 982/3/401 983/3/402 +f 980/3/405 981/3/404 982/3/403 +f 983/3/406 982/3/403 981/3/404 +f 980/3/399 985/1/408 984/1/407 +f 985/1/408 980/3/399 981/3/400 +f 984/1/410 985/1/409 980/3/405 +f 981/3/404 980/3/405 985/1/409 +f 982/3/401 984/1/407 986/1/411 +f 984/1/407 982/3/401 980/3/399 +f 986/1/412 984/1/410 982/3/403 +f 980/3/405 982/3/403 984/1/410 +f 981/3/400 987/1/421 985/1/408 +f 987/1/421 981/3/400 983/3/402 +f 985/1/409 987/1/422 981/3/404 +f 983/3/406 981/3/404 987/1/422 +f 987/1/421 982/3/401 986/1/411 +f 982/3/401 987/1/421 983/3/402 +f 986/1/412 982/3/403 987/1/422 +f 983/3/406 987/1/422 982/3/403 +f 990/1/160 989/3/167 988/1/175 +f 989/3/167 990/1/160 991/3/162 +f 988/1/176 989/3/169 990/1/164 +f 991/3/166 990/1/164 989/3/169 +f 989/3/167 993/3/161 992/3/168 +f 993/3/161 989/3/167 991/3/162 +f 992/3/170 993/3/163 989/3/169 +f 991/3/166 989/3/169 993/3/163 +f 989/3/167 994/1/177 988/1/175 +f 994/1/177 989/3/167 992/3/168 +f 988/1/176 994/1/178 989/3/169 +f 992/3/170 989/3/169 994/1/178 +f 993/3/161 990/1/160 995/1/159 +f 990/1/160 993/3/161 991/3/162 +f 995/1/165 990/1/164 993/3/163 +f 991/3/166 993/3/163 990/1/164 +f 992/3/168 995/1/159 994/1/177 +f 995/1/159 992/3/168 993/3/161 +f 994/1/178 995/1/165 992/3/170 +f 993/3/163 992/3/170 995/1/165 +f 998/5/171 997/5/150 996/5/156 +f 997/5/150 998/5/171 999/5/148 +f 996/5/158 997/5/154 998/5/174 +f 999/5/152 998/5/174 997/5/154 +f 999/5/148 1000/1/149 997/5/150 +f 1000/1/149 999/5/148 1001/1/147 +f 997/5/154 1000/1/151 999/5/152 +f 1001/1/153 999/5/152 1000/1/151 +f 1004/3/101 1003/3/117 1002/3/102 +f 1003/3/117 1004/3/101 1005/3/118 +f 1002/3/106 1003/3/119 1004/3/103 +f 1005/3/122 1004/3/103 1003/3/119 +f 1002/3/102 1007/1/115 1006/1/100 +f 1007/1/115 1002/3/102 1003/3/117 +f 1006/1/104 1007/1/121 1002/3/106 +f 1003/3/119 1002/3/106 1007/1/121 +f 996/5/156 1000/1/149 1008/1/155 +f 1000/1/149 996/5/156 997/5/150 +f 1008/1/157 1000/1/151 996/5/158 +f 997/5/154 996/5/158 1000/1/151 +f 1001/1/147 998/5/171 1009/1/172 +f 998/5/171 1001/1/147 999/5/148 +f 1009/1/173 998/5/174 1001/1/153 +f 999/5/152 1001/1/153 998/5/174 +f 1003/3/117 1010/1/116 1007/1/115 +f 1010/1/116 1003/3/117 1005/3/118 +f 1007/1/121 1010/1/120 1003/3/119 +f 1005/3/122 1003/3/119 1010/1/120 +f 1004/3/101 1006/1/100 1011/1/99 +f 1006/1/100 1004/3/101 1002/3/102 +f 1011/1/105 1006/1/104 1004/3/103 +f 1002/3/106 1004/3/103 1006/1/104 +f 1010/1/116 1004/3/101 1011/1/99 +f 1004/3/101 1010/1/116 1005/3/118 +f 1011/1/105 1004/3/103 1010/1/120 +f 1005/3/122 1010/1/120 1004/3/103 +f 1009/1/172 996/5/156 1008/1/155 +f 996/5/156 1009/1/172 998/5/171 +f 1008/1/157 996/5/158 1009/1/173 +f 998/5/174 1009/1/173 996/5/158 +f 702/1/81 715/1/81 714/1/81 +f 715/1/81 702/1/81 700/1/81 +f 714/1/82 715/1/82 702/1/82 +f 700/1/82 702/1/82 715/1/82 +f 1014/3/393 1013/1/392 1012/1/391 +f 1013/1/392 1014/3/393 1015/3/394 +f 1012/1/397 1013/1/396 1014/3/395 +f 1015/3/398 1014/3/395 1013/1/396 +f 1018/3/377 1017/3/376 1016/3/375 +f 1017/3/376 1018/3/377 1019/3/378 +f 1016/3/381 1017/3/380 1018/3/379 +f 1019/3/382 1018/3/379 1017/3/380 +f 1021/3/417 1014/3/393 1020/3/414 +f 1014/3/393 1021/3/417 1015/3/394 +f 1020/3/415 1014/3/395 1021/3/420 +f 1015/3/398 1021/3/420 1014/3/395 +f 1024/1/107 1023/2/110 1022/1/108 +f 1023/2/110 1024/1/107 1025/2/109 +f 1022/1/112 1023/2/114 1024/1/113 +f 1025/2/111 1024/1/113 1023/2/114 +f 1027/2/123 1025/2/109 1026/2/124 +f 1025/2/109 1027/2/123 1023/2/110 +f 1026/2/126 1025/2/111 1027/2/125 +f 1023/2/114 1027/2/125 1025/2/111 +f 1026/2/124 1024/1/107 1028/1/129 +f 1024/1/107 1026/2/124 1025/2/109 +f 1028/1/130 1024/1/113 1026/2/126 +f 1025/2/111 1026/2/126 1024/1/113 +f 1020/3/414 1012/1/391 1029/1/413 +f 1012/1/391 1020/3/414 1014/3/393 +f 1029/1/416 1012/1/397 1020/3/415 +f 1014/3/395 1020/3/415 1012/1/397 +f 1030/1/418 1015/3/394 1021/3/417 +f 1015/3/394 1030/1/418 1013/1/392 +f 1021/3/420 1015/3/398 1030/1/419 +f 1013/1/396 1030/1/419 1015/3/398 +f 1033/5/171 1032/5/150 1031/5/156 +f 1032/5/150 1033/5/171 1034/5/148 +f 1031/5/158 1032/5/154 1033/5/174 +f 1034/5/152 1033/5/174 1032/5/154 +f 1034/5/148 1035/1/149 1032/5/150 +f 1035/1/149 1034/5/148 1036/1/147 +f 1032/5/154 1035/1/151 1034/5/152 +f 1036/1/153 1034/5/152 1035/1/151 +f 1038/1/172 1031/5/156 1037/1/155 +f 1031/5/156 1038/1/172 1033/5/171 +f 1037/1/157 1031/5/158 1038/1/173 +f 1033/5/174 1038/1/173 1031/5/158 +f 1036/1/147 1033/5/171 1038/1/172 +f 1033/5/171 1036/1/147 1034/5/148 +f 1038/1/173 1033/5/174 1036/1/153 +f 1034/5/152 1036/1/153 1033/5/174 +f 1040/1/387 1019/3/378 1039/1/383 +f 1019/3/378 1040/1/387 1017/3/376 +f 1039/1/386 1019/3/382 1040/1/388 +f 1017/3/380 1040/1/388 1019/3/382 +f 1019/3/378 1041/1/384 1039/1/383 +f 1041/1/384 1019/3/378 1018/3/377 +f 1039/1/386 1041/1/385 1019/3/382 +f 1018/3/379 1019/3/382 1041/1/385 +f 1016/3/375 1040/1/387 1042/1/389 +f 1040/1/387 1016/3/375 1017/3/376 +f 1042/1/390 1040/1/388 1016/3/381 +f 1017/3/380 1016/3/381 1040/1/388 +f 1045/5/110 1044/1/127 1043/1/108 +f 1044/1/127 1045/5/110 1046/5/123 +f 1043/1/112 1044/1/128 1045/5/114 +f 1046/5/125 1045/5/114 1044/1/128 +f 1018/3/377 1042/1/389 1041/1/384 +f 1042/1/389 1018/3/377 1016/3/375 +f 1041/1/385 1042/1/390 1018/3/379 +f 1016/3/381 1018/3/379 1042/1/390 +f 1046/5/123 1048/5/109 1047/5/124 +f 1048/5/109 1046/5/123 1045/5/110 +f 1047/5/126 1048/5/111 1046/5/125 +f 1045/5/114 1046/5/125 1048/5/111 +f 1027/2/123 1028/1/129 1049/1/127 +f 1028/1/129 1027/2/123 1026/2/124 +f 1049/1/128 1028/1/130 1027/2/125 +f 1026/2/126 1027/2/125 1028/1/130 +f 1047/5/124 1051/1/107 1050/1/129 +f 1051/1/107 1047/5/124 1048/5/109 +f 1050/1/130 1051/1/113 1047/5/126 +f 1048/5/111 1047/5/126 1051/1/113 +f 1031/5/156 1035/1/149 1037/1/155 +f 1035/1/149 1031/5/156 1032/5/150 +f 1037/1/157 1035/1/151 1031/5/158 +f 1032/5/154 1031/5/158 1035/1/151 +f 1023/2/110 1049/1/127 1022/1/108 +f 1049/1/127 1023/2/110 1027/2/123 +f 1022/1/112 1049/1/128 1023/2/114 +f 1027/2/125 1023/2/114 1049/1/128 +f 1046/5/123 1050/1/129 1044/1/127 +f 1050/1/129 1046/5/123 1047/5/124 +f 1044/1/128 1050/1/130 1046/5/125 +f 1047/5/126 1046/5/125 1050/1/130 +f 1030/1/418 1020/3/414 1029/1/413 +f 1020/3/414 1030/1/418 1021/3/417 +f 1029/1/416 1020/3/415 1030/1/419 +f 1021/3/420 1030/1/419 1020/3/415 +f 1054/5/110 1053/1/127 1052/1/108 +f 1053/1/127 1054/5/110 1055/5/123 +f 1052/1/112 1053/1/128 1054/5/114 +f 1055/5/125 1054/5/114 1053/1/128 +f 1051/1/107 1045/5/110 1043/1/108 +f 1045/5/110 1051/1/107 1048/5/109 +f 1043/1/112 1045/5/114 1051/1/113 +f 1048/5/111 1051/1/113 1045/5/114 +f 1055/5/123 1057/5/109 1056/5/124 +f 1057/5/109 1055/5/123 1054/5/110 +f 1056/5/126 1057/5/111 1055/5/125 +f 1054/5/114 1055/5/125 1057/5/111 +f 1058/1/107 1054/5/110 1052/1/108 +f 1054/5/110 1058/1/107 1057/5/109 +f 1052/1/112 1054/5/114 1058/1/113 +f 1057/5/111 1058/1/113 1054/5/114 +f 1055/5/123 1059/1/129 1053/1/127 +f 1059/1/129 1055/5/123 1056/5/124 +f 1053/1/128 1059/1/130 1055/5/125 +f 1056/5/126 1055/5/125 1059/1/130 +f 1056/5/124 1058/1/107 1059/1/129 +f 1058/1/107 1056/5/124 1057/5/109 +f 1059/1/130 1058/1/113 1056/5/126 +f 1057/5/111 1056/5/126 1058/1/113 +f 1062/3/401 1061/3/400 1060/3/399 +f 1061/3/400 1062/3/401 1063/3/402 +f 1060/3/405 1061/3/404 1062/3/403 +f 1063/3/406 1062/3/403 1061/3/404 +f 1060/3/399 1065/1/408 1064/1/407 +f 1065/1/408 1060/3/399 1061/3/400 +f 1064/1/410 1065/1/409 1060/3/405 +f 1061/3/404 1060/3/405 1065/1/409 +f 1062/3/401 1064/1/407 1066/1/411 +f 1064/1/407 1062/3/401 1060/3/399 +f 1066/1/412 1064/1/410 1062/3/403 +f 1060/3/405 1062/3/403 1064/1/410 +f 1061/3/400 1067/1/421 1065/1/408 +f 1067/1/421 1061/3/400 1063/3/402 +f 1065/1/409 1067/1/422 1061/3/404 +f 1063/3/406 1061/3/404 1067/1/422 +f 1067/1/421 1062/3/401 1066/1/411 +f 1062/3/401 1067/1/421 1063/3/402 +f 1066/1/412 1062/3/403 1067/1/422 +f 1063/3/406 1067/1/422 1062/3/403 +f 1070/1/160 1069/3/167 1068/1/175 +f 1069/3/167 1070/1/160 1071/3/162 +f 1068/1/176 1069/3/169 1070/1/164 +f 1071/3/166 1070/1/164 1069/3/169 +f 1069/3/167 1073/3/161 1072/3/168 +f 1073/3/161 1069/3/167 1071/3/162 +f 1072/3/170 1073/3/163 1069/3/169 +f 1071/3/166 1069/3/169 1073/3/163 +f 1069/3/167 1074/1/177 1068/1/175 +f 1074/1/177 1069/3/167 1072/3/168 +f 1068/1/176 1074/1/178 1069/3/169 +f 1072/3/170 1069/3/169 1074/1/178 +f 1073/3/161 1070/1/160 1075/1/159 +f 1070/1/160 1073/3/161 1071/3/162 +f 1075/1/165 1070/1/164 1073/3/163 +f 1071/3/166 1073/3/163 1070/1/164 +f 1072/3/168 1075/1/159 1074/1/177 +f 1075/1/159 1072/3/168 1073/3/161 +f 1074/1/178 1075/1/165 1072/3/170 +f 1073/3/163 1072/3/170 1075/1/165 +f 1078/5/171 1077/5/150 1076/5/156 +f 1077/5/150 1078/5/171 1079/5/148 +f 1076/5/158 1077/5/154 1078/5/174 +f 1079/5/152 1078/5/174 1077/5/154 +f 1079/5/148 1080/1/149 1077/5/150 +f 1080/1/149 1079/5/148 1081/1/147 +f 1077/5/154 1080/1/151 1079/5/152 +f 1081/1/153 1079/5/152 1080/1/151 +f 1084/3/101 1083/3/117 1082/3/102 +f 1083/3/117 1084/3/101 1085/3/118 +f 1082/3/106 1083/3/119 1084/3/103 +f 1085/3/122 1084/3/103 1083/3/119 +f 1082/3/102 1087/1/115 1086/1/100 +f 1087/1/115 1082/3/102 1083/3/117 +f 1086/1/104 1087/1/121 1082/3/106 +f 1083/3/119 1082/3/106 1087/1/121 +f 1076/5/156 1080/1/149 1088/1/155 +f 1080/1/149 1076/5/156 1077/5/150 +f 1088/1/157 1080/1/151 1076/5/158 +f 1077/5/154 1076/5/158 1080/1/151 +f 1081/1/147 1078/5/171 1089/1/172 +f 1078/5/171 1081/1/147 1079/5/148 +f 1089/1/173 1078/5/174 1081/1/153 +f 1079/5/152 1081/1/153 1078/5/174 +f 1083/3/117 1090/1/116 1087/1/115 +f 1090/1/116 1083/3/117 1085/3/118 +f 1087/1/121 1090/1/120 1083/3/119 +f 1085/3/122 1083/3/119 1090/1/120 +f 1084/3/101 1086/1/100 1091/1/99 +f 1086/1/100 1084/3/101 1082/3/102 +f 1091/1/105 1086/1/104 1084/3/103 +f 1082/3/106 1084/3/103 1086/1/104 +f 1090/1/116 1084/3/101 1091/1/99 +f 1084/3/101 1090/1/116 1085/3/118 +f 1091/1/105 1084/3/103 1090/1/120 +f 1085/3/122 1090/1/120 1084/3/103 +f 1089/1/172 1076/5/156 1088/1/155 +f 1076/5/156 1089/1/172 1078/5/171 +f 1088/1/157 1076/5/158 1089/1/173 +f 1078/5/174 1089/1/173 1076/5/158 +f 257/1/81 261/1/81 701/1/81 +f 261/1/81 257/1/81 258/1/81 +f 701/1/82 261/1/82 257/1/82 +f 258/1/82 257/1/82 261/1/82 +f 262/1/81 711/1/81 705/1/81 +f 711/1/81 262/1/81 703/1/81 +f 705/1/82 711/1/82 262/1/82 +f 703/1/82 262/1/82 711/1/82 +f 1094/6/81 1093/6/81 1092/6/81 +f 1093/6/81 1094/6/81 1095/6/81 +f 1093/6/81 1095/6/81 1096/6/81 +f 1096/6/81 1095/6/81 1097/6/81 +f 1096/6/81 1097/6/81 1098/6/81 +f 1098/6/81 1097/6/81 1099/6/81 +f 1098/6/81 1099/6/81 1100/6/81 +f 1100/6/81 1099/6/81 1101/6/81 +f 1092/6/82 1093/6/82 1094/6/82 +f 1095/6/82 1094/6/82 1093/6/82 +f 1096/6/82 1095/6/82 1093/6/82 +f 1097/6/82 1095/6/82 1096/6/82 +f 1098/6/82 1097/6/82 1096/6/82 +f 1099/6/82 1097/6/82 1098/6/82 +f 1100/6/82 1099/6/82 1098/6/82 +f 1101/6/82 1099/6/82 1100/6/82 +f 1094/6/83 41/7/83 1102/7/83 +f 41/7/83 1094/6/83 1092/6/83 +f 1102/7/84 41/7/84 1094/6/84 +f 1092/6/84 1094/6/84 41/7/84 +f 1103/7/86 1094/6/85 1102/7/85 +f 1094/6/85 1103/7/86 1095/6/86 +f 1102/7/88 1094/6/88 1103/7/87 +f 1095/6/87 1103/7/87 1094/6/88 +f 1104/7/89 1095/6/86 1103/7/86 +f 1095/6/86 1104/7/89 1097/6/89 +f 1103/7/87 1095/6/87 1104/7/90 +f 1097/6/90 1104/7/90 1095/6/87 +f 1099/6/91 1104/7/89 1105/7/91 +f 1104/7/89 1099/6/91 1097/6/89 +f 1105/7/92 1104/7/90 1099/6/92 +f 1097/6/90 1099/6/92 1104/7/90 +f 1101/6/98 1105/7/91 1106/7/98 +f 1105/7/91 1101/6/98 1099/6/91 +f 1106/7/97 1105/7/92 1101/6/97 +f 1099/6/92 1101/6/97 1105/7/92 +f 49/7/95 1101/6/95 1106/7/95 +f 1101/6/95 49/7/95 1100/6/95 +f 1106/7/96 1101/6/96 49/7/96 +f 1100/6/96 49/7/96 1101/6/96 +f 1098/6/92 49/7/97 47/7/92 +f 49/7/97 1098/6/92 1100/6/97 +f 47/7/91 49/7/98 1098/6/91 +f 1100/6/98 1098/6/91 49/7/98 +f 1096/6/90 47/7/92 45/7/90 +f 47/7/92 1096/6/90 1098/6/92 +f 45/7/89 47/7/91 1096/6/89 +f 1098/6/91 1096/6/89 47/7/91 +f 1096/6/90 42/7/87 1093/6/87 +f 42/7/87 1096/6/90 45/7/90 +f 1093/6/86 42/7/86 1096/6/89 +f 45/7/89 1096/6/89 42/7/86 +f 1093/6/87 41/7/88 1092/6/88 +f 41/7/88 1093/6/87 42/7/87 +f 1092/6/85 41/7/85 1093/6/86 +f 42/7/86 1093/6/86 41/7/85 +f 1108/7/82 1107/7/82 61/7/82 +f 1107/7/82 1108/7/82 62/7/82 +f 1107/7/82 62/7/82 1109/7/82 +f 1109/7/82 62/7/82 1110/7/82 +f 1109/7/82 1110/7/82 1111/7/82 +f 1111/7/82 1110/7/82 1112/7/82 +f 1112/7/82 1110/7/82 64/7/82 +f 1112/7/82 64/7/82 1113/7/82 +f 61/7/81 1107/7/81 1108/7/81 +f 62/7/81 1108/7/81 1107/7/81 +f 1109/7/81 62/7/81 1107/7/81 +f 1110/7/81 62/7/81 1109/7/81 +f 1111/7/81 1110/7/81 1109/7/81 +f 1112/7/81 1110/7/81 1111/7/81 +f 64/7/81 1110/7/81 1112/7/81 +f 1113/7/81 64/7/81 1112/7/81 +f 1114/8/81 60/8/81 52/8/81 +f 60/8/81 1114/8/81 59/8/81 +f 59/8/81 1114/8/81 1115/8/81 +f 59/8/81 1115/8/81 58/8/81 +f 58/8/81 1115/8/81 1116/8/81 +f 58/8/81 1116/8/81 1117/8/81 +f 58/8/81 1117/8/81 57/8/81 +f 57/8/81 1117/8/81 1118/8/81 +f 52/8/82 60/8/82 1114/8/82 +f 59/8/82 1114/8/82 60/8/82 +f 1115/8/82 1114/8/82 59/8/82 +f 58/8/82 1115/8/82 59/8/82 +f 1116/8/82 1115/8/82 58/8/82 +f 1117/8/82 1116/8/82 58/8/82 +f 57/8/82 1117/8/82 58/8/82 +f 1118/8/82 1117/8/82 57/8/82 +f 1114/8/83 61/7/83 1107/7/83 +f 61/7/83 1114/8/83 52/8/83 +f 1107/7/84 61/7/84 1114/8/84 +f 52/8/84 1114/8/84 61/7/84 +f 1109/7/86 1114/8/85 1107/7/85 +f 1114/8/85 1109/7/86 1115/8/86 +f 1107/7/88 1114/8/88 1109/7/87 +f 1115/8/87 1109/7/87 1114/8/88 +f 1111/7/89 1115/8/86 1109/7/86 +f 1115/8/86 1111/7/89 1116/8/89 +f 1109/7/87 1115/8/87 1111/7/90 +f 1116/8/90 1111/7/90 1115/8/87 +f 1117/8/91 1111/7/89 1112/7/91 +f 1111/7/89 1117/8/91 1116/8/89 +f 1112/7/92 1111/7/90 1117/8/92 +f 1116/8/90 1117/8/92 1111/7/90 +f 1118/8/93 1112/7/91 1113/7/93 +f 1112/7/91 1118/8/93 1117/8/91 +f 1113/7/94 1112/7/92 1118/8/94 +f 1117/8/92 1118/8/94 1112/7/92 +f 64/7/95 1118/8/95 1113/7/95 +f 1118/8/95 64/7/95 57/8/95 +f 1113/7/96 1118/8/96 64/7/96 +f 57/8/96 64/7/96 1118/8/96 +f 58/8/92 64/7/97 1110/7/92 +f 64/7/97 58/8/92 57/8/97 +f 1110/7/91 64/7/98 58/8/91 +f 57/8/98 58/8/91 64/7/98 +f 59/8/90 1110/7/92 62/7/90 +f 1110/7/92 59/8/90 58/8/92 +f 62/7/89 1110/7/91 59/8/89 +f 58/8/91 59/8/89 1110/7/91 +f 59/8/90 1108/7/87 60/8/87 +f 1108/7/87 59/8/90 62/7/90 +f 60/8/86 1108/7/86 59/8/89 +f 62/7/89 59/8/89 1108/7/86 +f 60/8/87 61/7/88 52/8/88 +f 61/7/88 60/8/87 1108/7/87 +f 52/8/85 61/7/85 60/8/86 +f 1108/7/86 60/8/86 61/7/85 +f 1121/8/432 1120/7/431 1119/8/431 +f 1120/7/431 1121/8/432 1122/7/432 +f 1119/8/434 1120/7/434 1121/8/433 +f 1122/7/433 1121/8/433 1120/7/434 +f 1125/8/435 1124/7/436 1123/7/435 +f 1124/7/436 1125/8/435 1126/8/436 +f 1123/7/437 1124/7/438 1125/8/437 +f 1126/8/438 1125/8/437 1124/7/438 +f 1126/8/436 1127/7/439 1124/7/436 +f 1127/7/439 1126/8/436 1128/8/439 +f 1124/7/438 1127/7/440 1126/8/438 +f 1128/8/440 1126/8/438 1127/7/440 +f 1131/7/442 1130/8/441 1129/7/441 +f 1130/8/441 1131/7/442 1132/8/442 +f 1129/7/444 1130/8/444 1131/7/443 +f 1132/8/443 1131/7/443 1130/8/444 +f 1129/7/441 1125/8/435 1123/7/435 +f 1125/8/435 1129/7/441 1130/8/441 +f 1123/7/437 1125/8/437 1129/7/444 +f 1130/8/444 1129/7/444 1125/8/437 +f 1119/8/431 1127/7/439 1128/8/439 +f 1127/7/439 1119/8/431 1120/7/431 +f 1128/8/440 1127/7/440 1119/8/434 +f 1120/7/434 1119/8/434 1127/7/440 +f 1119/8/81 1132/8/81 1121/8/81 +f 1132/8/81 1119/8/81 1128/8/81 +f 1132/8/81 1128/8/81 1126/8/81 +f 1132/8/81 1126/8/81 1125/8/81 +f 1132/8/81 1125/8/81 1130/8/81 +f 1121/8/82 1132/8/82 1119/8/82 +f 1128/8/82 1119/8/82 1132/8/82 +f 1126/8/82 1128/8/82 1132/8/82 +f 1125/8/82 1126/8/82 1132/8/82 +f 1130/8/82 1125/8/82 1132/8/82 +f 1135/10/445 1134/9/446 1133/9/445 +f 1134/9/446 1135/10/445 1136/10/446 +f 1133/9/447 1134/9/448 1135/10/447 +f 1136/10/448 1135/10/447 1134/9/448 +f 1139/10/447 1138/9/448 1137/9/447 +f 1138/9/448 1139/10/447 1140/10/448 +f 1137/9/445 1138/9/446 1139/10/445 +f 1140/10/446 1139/10/445 1138/9/446 +f 1143/10/450 1142/9/449 1141/10/449 +f 1142/9/449 1143/10/450 1144/9/450 +f 1141/10/452 1142/9/452 1143/10/451 +f 1144/9/451 1143/10/451 1142/9/452 +f 1147/9/452 1146/10/451 1145/9/451 +f 1146/10/451 1147/9/452 1148/10/452 +f 1145/9/450 1146/10/450 1147/9/449 +f 1148/10/449 1147/9/449 1146/10/450 +f 1140/10/448 1147/9/452 1138/9/448 +f 1147/9/452 1140/10/448 1148/10/452 +f 1138/9/446 1147/9/449 1140/10/446 +f 1148/10/449 1140/10/446 1147/9/449 +f 1136/10/446 1142/9/449 1134/9/446 +f 1142/9/449 1136/10/446 1141/10/449 +f 1134/9/448 1142/9/452 1136/10/448 +f 1141/10/452 1136/10/448 1142/9/452 +f 1143/10/450 1137/9/447 1144/9/450 +f 1137/9/447 1143/10/450 1139/10/447 +f 1144/9/451 1137/9/445 1143/10/451 +f 1139/10/445 1143/10/451 1137/9/445 +f 1146/10/451 1133/9/445 1145/9/451 +f 1133/9/445 1146/10/451 1135/10/445 +f 1145/9/450 1133/9/447 1146/10/450 +f 1135/10/447 1146/10/450 1133/9/447 +f 1136/10/453 1143/10/453 1141/10/453 +f 1143/10/453 1136/10/453 1139/10/453 +f 1139/10/453 1136/10/453 1135/10/453 +f 1139/10/453 1135/10/453 1140/10/453 +f 1140/10/453 1135/10/453 1146/10/453 +f 1140/10/453 1146/10/453 1148/10/453 +f 1141/10/454 1143/10/454 1136/10/454 +f 1139/10/454 1136/10/454 1143/10/454 +f 1135/10/454 1136/10/454 1139/10/454 +f 1140/10/454 1135/10/454 1139/10/454 +f 1146/10/454 1135/10/454 1140/10/454 +f 1148/10/454 1146/10/454 1140/10/454 +f 1137/9/454 1142/9/454 1144/9/454 +f 1142/9/454 1137/9/454 1134/9/454 +f 1134/9/454 1137/9/454 1138/9/454 +f 1134/9/454 1138/9/454 1133/9/454 +f 1133/9/454 1138/9/454 1147/9/454 +f 1133/9/454 1147/9/454 1145/9/454 +f 1144/9/453 1142/9/453 1137/9/453 +f 1134/9/453 1137/9/453 1142/9/453 +f 1138/9/453 1137/9/453 1134/9/453 +f 1133/9/453 1138/9/453 1134/9/453 +f 1147/9/453 1138/9/453 1133/9/453 +f 1145/9/453 1147/9/453 1133/9/453 +f 1151/10/455 1150/9/456 1149/9/455 +f 1150/9/456 1151/10/455 1152/10/456 +f 1149/9/457 1150/9/458 1151/10/457 +f 1152/10/458 1151/10/457 1150/9/458 +f 1155/10/457 1154/9/458 1153/9/457 +f 1154/9/458 1155/10/457 1156/10/458 +f 1153/9/455 1154/9/456 1155/10/455 +f 1156/10/456 1155/10/455 1154/9/456 +f 1159/10/460 1158/9/459 1157/10/459 +f 1158/9/459 1159/10/460 1160/9/460 +f 1157/10/462 1158/9/462 1159/10/461 +f 1160/9/461 1159/10/461 1158/9/462 +f 1163/9/462 1162/10/461 1161/9/461 +f 1162/10/461 1163/9/462 1164/10/462 +f 1161/9/460 1162/10/460 1163/9/459 +f 1164/10/459 1163/9/459 1162/10/460 +f 1156/10/458 1163/9/462 1154/9/458 +f 1163/9/462 1156/10/458 1164/10/462 +f 1154/9/456 1163/9/459 1156/10/456 +f 1164/10/459 1156/10/456 1163/9/459 +f 1152/10/456 1158/9/459 1150/9/456 +f 1158/9/459 1152/10/456 1157/10/459 +f 1150/9/458 1158/9/462 1152/10/458 +f 1157/10/462 1152/10/458 1158/9/462 +f 1159/10/460 1153/9/457 1160/9/460 +f 1153/9/457 1159/10/460 1155/10/457 +f 1160/9/461 1153/9/455 1159/10/461 +f 1155/10/455 1159/10/461 1153/9/455 +f 1162/10/461 1149/9/455 1161/9/461 +f 1149/9/455 1162/10/461 1151/10/455 +f 1161/9/460 1149/9/457 1162/10/460 +f 1151/10/457 1162/10/460 1149/9/457 +f 1152/10/93 1159/10/93 1157/10/93 +f 1159/10/93 1152/10/93 1155/10/93 +f 1155/10/93 1152/10/93 1151/10/93 +f 1155/10/93 1151/10/93 1156/10/93 +f 1156/10/93 1151/10/93 1162/10/93 +f 1156/10/93 1162/10/93 1164/10/93 +f 1157/10/94 1159/10/94 1152/10/94 +f 1155/10/94 1152/10/94 1159/10/94 +f 1151/10/94 1152/10/94 1155/10/94 +f 1156/10/94 1151/10/94 1155/10/94 +f 1162/10/94 1151/10/94 1156/10/94 +f 1164/10/94 1162/10/94 1156/10/94 +f 1153/9/94 1158/9/94 1160/9/94 +f 1158/9/94 1153/9/94 1150/9/94 +f 1150/9/94 1153/9/94 1154/9/94 +f 1150/9/94 1154/9/94 1149/9/94 +f 1149/9/94 1154/9/94 1163/9/94 +f 1149/9/94 1163/9/94 1161/9/94 +f 1160/9/93 1158/9/93 1153/9/93 +f 1150/9/93 1153/9/93 1158/9/93 +f 1154/9/93 1153/9/93 1150/9/93 +f 1149/9/93 1154/9/93 1150/9/93 +f 1163/9/93 1154/9/93 1149/9/93 +f 1161/9/93 1163/9/93 1149/9/93 +f 1167/10/455 1166/9/456 1165/9/455 +f 1166/9/456 1167/10/455 1168/10/456 +f 1165/9/457 1166/9/458 1167/10/457 +f 1168/10/458 1167/10/457 1166/9/458 +f 1171/10/457 1170/9/458 1169/9/457 +f 1170/9/458 1171/10/457 1172/10/458 +f 1169/9/455 1170/9/456 1171/10/455 +f 1172/10/456 1171/10/455 1170/9/456 +f 1175/10/460 1174/9/459 1173/10/459 +f 1174/9/459 1175/10/460 1176/9/460 +f 1173/10/462 1174/9/462 1175/10/461 +f 1176/9/461 1175/10/461 1174/9/462 +f 1179/9/462 1178/10/461 1177/9/461 +f 1178/10/461 1179/9/462 1180/10/462 +f 1177/9/460 1178/10/460 1179/9/459 +f 1180/10/459 1179/9/459 1178/10/460 +f 1172/10/458 1179/9/462 1170/9/458 +f 1179/9/462 1172/10/458 1180/10/462 +f 1170/9/456 1179/9/459 1172/10/456 +f 1180/10/459 1172/10/456 1179/9/459 +f 1168/10/456 1174/9/459 1166/9/456 +f 1174/9/459 1168/10/456 1173/10/459 +f 1166/9/458 1174/9/462 1168/10/458 +f 1173/10/462 1168/10/458 1174/9/462 +f 1175/10/460 1169/9/457 1176/9/460 +f 1169/9/457 1175/10/460 1171/10/457 +f 1176/9/461 1169/9/455 1175/10/461 +f 1171/10/455 1175/10/461 1169/9/455 +f 1178/10/461 1165/9/455 1177/9/461 +f 1165/9/455 1178/10/461 1167/10/455 +f 1177/9/460 1165/9/457 1178/10/460 +f 1167/10/457 1178/10/460 1165/9/457 +f 1168/10/93 1175/10/93 1173/10/93 +f 1175/10/93 1168/10/93 1171/10/93 +f 1171/10/93 1168/10/93 1167/10/93 +f 1171/10/93 1167/10/93 1172/10/93 +f 1172/10/93 1167/10/93 1178/10/93 +f 1172/10/93 1178/10/93 1180/10/93 +f 1173/10/94 1175/10/94 1168/10/94 +f 1171/10/94 1168/10/94 1175/10/94 +f 1167/10/94 1168/10/94 1171/10/94 +f 1172/10/94 1167/10/94 1171/10/94 +f 1178/10/94 1167/10/94 1172/10/94 +f 1180/10/94 1178/10/94 1172/10/94 +f 1169/9/94 1174/9/94 1176/9/94 +f 1174/9/94 1169/9/94 1166/9/94 +f 1166/9/94 1169/9/94 1170/9/94 +f 1166/9/94 1170/9/94 1165/9/94 +f 1165/9/94 1170/9/94 1179/9/94 +f 1165/9/94 1179/9/94 1177/9/94 +f 1176/9/93 1174/9/93 1169/9/93 +f 1166/9/93 1169/9/93 1174/9/93 +f 1170/9/93 1169/9/93 1166/9/93 +f 1165/9/93 1170/9/93 1166/9/93 +f 1179/9/93 1170/9/93 1165/9/93 +f 1177/9/93 1179/9/93 1165/9/93 +f 1183/10/463 1182/9/464 1181/9/463 +f 1182/9/464 1183/10/463 1184/10/464 +f 1181/9/465 1182/9/466 1183/10/465 +f 1184/10/466 1183/10/465 1182/9/466 +f 1187/9/465 1186/10/466 1185/9/466 +f 1186/10/466 1187/9/465 1188/10/465 +f 1185/9/464 1186/10/464 1187/9/463 +f 1188/10/463 1187/9/463 1186/10/464 +f 1191/10/468 1190/9/467 1189/10/467 +f 1190/9/467 1191/10/468 1192/9/468 +f 1189/10/470 1190/9/470 1191/10/469 +f 1192/9/469 1191/10/469 1190/9/470 +f 1195/9/470 1194/10/469 1193/9/469 +f 1194/10/469 1195/9/470 1196/10/470 +f 1193/9/468 1194/10/468 1195/9/467 +f 1196/10/467 1195/9/467 1194/10/468 +f 1186/10/466 1195/9/470 1185/9/466 +f 1195/9/470 1186/10/466 1196/10/470 +f 1185/9/464 1195/9/467 1186/10/464 +f 1196/10/467 1186/10/464 1195/9/467 +f 1184/10/464 1190/9/467 1182/9/464 +f 1190/9/467 1184/10/464 1189/10/467 +f 1182/9/466 1190/9/470 1184/10/466 +f 1189/10/470 1184/10/466 1190/9/470 +f 1191/10/468 1187/9/465 1192/9/468 +f 1187/9/465 1191/10/468 1188/10/465 +f 1192/9/469 1187/9/463 1191/10/469 +f 1188/10/463 1191/10/469 1187/9/463 +f 1194/10/469 1181/9/463 1193/9/469 +f 1181/9/463 1194/10/469 1183/10/463 +f 1193/9/468 1181/9/465 1194/10/468 +f 1183/10/465 1194/10/468 1181/9/465 +f 1184/10/471 1191/10/471 1189/10/471 +f 1191/10/471 1184/10/471 1188/10/471 +f 1188/10/471 1184/10/471 1183/10/471 +f 1188/10/471 1183/10/471 1186/10/471 +f 1186/10/471 1183/10/471 1194/10/471 +f 1186/10/471 1194/10/471 1196/10/471 +f 1189/10/472 1191/10/472 1184/10/472 +f 1188/10/472 1184/10/472 1191/10/472 +f 1183/10/472 1184/10/472 1188/10/472 +f 1186/10/472 1183/10/472 1188/10/472 +f 1194/10/472 1183/10/472 1186/10/472 +f 1196/10/472 1194/10/472 1186/10/472 +f 1187/9/472 1190/9/472 1192/9/472 +f 1190/9/472 1187/9/472 1182/9/472 +f 1182/9/472 1187/9/472 1185/9/472 +f 1182/9/472 1185/9/472 1181/9/472 +f 1181/9/472 1185/9/472 1195/9/472 +f 1181/9/472 1195/9/472 1193/9/472 +f 1192/9/471 1190/9/471 1187/9/471 +f 1182/9/471 1187/9/471 1190/9/471 +f 1185/9/471 1187/9/471 1182/9/471 +f 1181/9/471 1185/9/471 1182/9/471 +f 1195/9/471 1185/9/471 1181/9/471 +f 1193/9/471 1195/9/471 1181/9/471 +f 1199/6/81 1198/6/81 1197/6/81 +f 1198/6/81 1199/6/81 1200/6/81 +f 1198/6/81 1200/6/81 1201/6/81 +f 1201/6/81 1200/6/81 1202/6/81 +f 1201/6/81 1202/6/81 1203/6/81 +f 1203/6/81 1202/6/81 1204/6/81 +f 1203/6/81 1204/6/81 1205/6/81 +f 1205/6/81 1204/6/81 1206/6/81 +f 1197/6/82 1198/6/82 1199/6/82 +f 1200/6/82 1199/6/82 1198/6/82 +f 1201/6/82 1200/6/82 1198/6/82 +f 1202/6/82 1200/6/82 1201/6/82 +f 1203/6/82 1202/6/82 1201/6/82 +f 1204/6/82 1202/6/82 1203/6/82 +f 1205/6/82 1204/6/82 1203/6/82 +f 1206/6/82 1204/6/82 1205/6/82 +f 1199/6/179 105/7/179 1207/7/179 +f 105/7/179 1199/6/179 1197/6/179 +f 1207/7/180 105/7/180 1199/6/180 +f 1197/6/180 1199/6/180 105/7/180 +f 1208/7/182 1199/6/181 1207/7/181 +f 1199/6/181 1208/7/182 1200/6/182 +f 1207/7/184 1199/6/184 1208/7/183 +f 1200/6/183 1208/7/183 1199/6/184 +f 1209/7/185 1200/6/182 1208/7/182 +f 1200/6/182 1209/7/185 1202/6/185 +f 1208/7/183 1200/6/183 1209/7/186 +f 1202/6/186 1209/7/186 1200/6/183 +f 1204/6/187 1209/7/185 1210/7/187 +f 1209/7/185 1204/6/187 1202/6/185 +f 1210/7/188 1209/7/186 1204/6/188 +f 1202/6/186 1204/6/188 1209/7/186 +f 1206/6/194 1210/7/187 1211/7/194 +f 1210/7/187 1206/6/194 1204/6/187 +f 1211/7/193 1210/7/188 1206/6/193 +f 1204/6/188 1206/6/193 1210/7/188 +f 113/7/191 1206/6/191 1211/7/191 +f 1206/6/191 113/7/191 1205/6/191 +f 1211/7/192 1206/6/192 113/7/192 +f 1205/6/192 113/7/192 1206/6/192 +f 1203/6/188 113/7/193 111/7/188 +f 113/7/193 1203/6/188 1205/6/193 +f 111/7/187 113/7/194 1203/6/187 +f 1205/6/194 1203/6/187 113/7/194 +f 1201/6/186 111/7/188 109/7/186 +f 111/7/188 1201/6/186 1203/6/188 +f 109/7/185 111/7/187 1201/6/185 +f 1203/6/187 1201/6/185 111/7/187 +f 1201/6/186 106/7/183 1198/6/183 +f 106/7/183 1201/6/186 109/7/186 +f 1198/6/182 106/7/182 1201/6/185 +f 109/7/185 1201/6/185 106/7/182 +f 1198/6/183 105/7/184 1197/6/184 +f 105/7/184 1198/6/183 106/7/183 +f 1197/6/181 105/7/181 1198/6/182 +f 106/7/182 1198/6/182 105/7/181 +f 1213/7/82 1212/7/82 125/7/82 +f 1212/7/82 1213/7/82 126/7/82 +f 1212/7/82 126/7/82 1214/7/82 +f 1214/7/82 126/7/82 1215/7/82 +f 1214/7/82 1215/7/82 1216/7/82 +f 1216/7/82 1215/7/82 1217/7/82 +f 1217/7/82 1215/7/82 128/7/82 +f 1217/7/82 128/7/82 1218/7/82 +f 125/7/81 1212/7/81 1213/7/81 +f 126/7/81 1213/7/81 1212/7/81 +f 1214/7/81 126/7/81 1212/7/81 +f 1215/7/81 126/7/81 1214/7/81 +f 1216/7/81 1215/7/81 1214/7/81 +f 1217/7/81 1215/7/81 1216/7/81 +f 128/7/81 1215/7/81 1217/7/81 +f 1218/7/81 128/7/81 1217/7/81 +f 1219/8/81 124/8/81 116/8/81 +f 124/8/81 1219/8/81 123/8/81 +f 123/8/81 1219/8/81 1220/8/81 +f 123/8/81 1220/8/81 122/8/81 +f 122/8/81 1220/8/81 1221/8/81 +f 122/8/81 1221/8/81 1222/8/81 +f 122/8/81 1222/8/81 121/8/81 +f 121/8/81 1222/8/81 1223/8/81 +f 116/8/82 124/8/82 1219/8/82 +f 123/8/82 1219/8/82 124/8/82 +f 1220/8/82 1219/8/82 123/8/82 +f 122/8/82 1220/8/82 123/8/82 +f 1221/8/82 1220/8/82 122/8/82 +f 1222/8/82 1221/8/82 122/8/82 +f 121/8/82 1222/8/82 122/8/82 +f 1223/8/82 1222/8/82 121/8/82 +f 1219/8/179 125/7/179 1212/7/179 +f 125/7/179 1219/8/179 116/8/179 +f 1212/7/180 125/7/180 1219/8/180 +f 116/8/180 1219/8/180 125/7/180 +f 1214/7/182 1219/8/181 1212/7/181 +f 1219/8/181 1214/7/182 1220/8/182 +f 1212/7/184 1219/8/184 1214/7/183 +f 1220/8/183 1214/7/183 1219/8/184 +f 1216/7/185 1220/8/182 1214/7/182 +f 1220/8/182 1216/7/185 1221/8/185 +f 1214/7/183 1220/8/183 1216/7/186 +f 1221/8/186 1216/7/186 1220/8/183 +f 1222/8/187 1216/7/185 1217/7/187 +f 1216/7/185 1222/8/187 1221/8/185 +f 1217/7/188 1216/7/186 1222/8/188 +f 1221/8/186 1222/8/188 1216/7/186 +f 1223/8/189 1217/7/187 1218/7/189 +f 1217/7/187 1223/8/189 1222/8/187 +f 1218/7/190 1217/7/188 1223/8/190 +f 1222/8/188 1223/8/190 1217/7/188 +f 128/7/191 1223/8/191 1218/7/191 +f 1223/8/191 128/7/191 121/8/191 +f 1218/7/192 1223/8/192 128/7/192 +f 121/8/192 128/7/192 1223/8/192 +f 122/8/188 128/7/193 1215/7/188 +f 128/7/193 122/8/188 121/8/193 +f 1215/7/187 128/7/194 122/8/187 +f 121/8/194 122/8/187 128/7/194 +f 123/8/186 1215/7/188 126/7/186 +f 1215/7/188 123/8/186 122/8/188 +f 126/7/185 1215/7/187 123/8/185 +f 122/8/187 123/8/185 1215/7/187 +f 123/8/186 1213/7/183 124/8/183 +f 1213/7/183 123/8/186 126/7/186 +f 124/8/182 1213/7/182 123/8/185 +f 126/7/185 123/8/185 1213/7/182 +f 124/8/183 125/7/184 116/8/184 +f 125/7/184 124/8/183 1213/7/183 +f 116/8/181 125/7/181 124/8/182 +f 1213/7/182 124/8/182 125/7/181 +f 1226/8/474 1225/7/473 1224/8/473 +f 1225/7/473 1226/8/474 1227/7/474 +f 1224/8/476 1225/7/476 1226/8/475 +f 1227/7/475 1226/8/475 1225/7/476 +f 1230/8/477 1229/7/478 1228/7/477 +f 1229/7/478 1230/8/477 1231/8/478 +f 1228/7/479 1229/7/480 1230/8/479 +f 1231/8/480 1230/8/479 1229/7/480 +f 1231/8/478 1232/7/481 1229/7/478 +f 1232/7/481 1231/8/478 1233/8/481 +f 1229/7/480 1232/7/482 1231/8/480 +f 1233/8/482 1231/8/480 1232/7/482 +f 1236/7/484 1235/8/483 1234/7/483 +f 1235/8/483 1236/7/484 1237/8/484 +f 1234/7/486 1235/8/486 1236/7/485 +f 1237/8/485 1236/7/485 1235/8/486 +f 1234/7/483 1230/8/477 1228/7/477 +f 1230/8/477 1234/7/483 1235/8/483 +f 1228/7/479 1230/8/479 1234/7/486 +f 1235/8/486 1234/7/486 1230/8/479 +f 1224/8/473 1232/7/481 1233/8/481 +f 1232/7/481 1224/8/473 1225/7/473 +f 1233/8/482 1232/7/482 1224/8/476 +f 1225/7/476 1224/8/476 1232/7/482 +f 1224/8/81 1237/8/81 1226/8/81 +f 1237/8/81 1224/8/81 1233/8/81 +f 1237/8/81 1233/8/81 1231/8/81 +f 1237/8/81 1231/8/81 1230/8/81 +f 1237/8/81 1230/8/81 1235/8/81 +f 1226/8/82 1237/8/82 1224/8/82 +f 1233/8/82 1224/8/82 1237/8/82 +f 1231/8/82 1233/8/82 1237/8/82 +f 1230/8/82 1231/8/82 1237/8/82 +f 1235/8/82 1230/8/82 1237/8/82 +f 1240/10/487 1239/9/488 1238/9/487 +f 1239/9/488 1240/10/487 1241/10/488 +f 1238/9/489 1239/9/490 1240/10/489 +f 1241/10/490 1240/10/489 1239/9/490 +f 1244/10/489 1243/9/490 1242/9/489 +f 1243/9/490 1244/10/489 1245/10/490 +f 1242/9/487 1243/9/488 1244/10/487 +f 1245/10/488 1244/10/487 1243/9/488 +f 1248/10/492 1247/9/491 1246/10/491 +f 1247/9/491 1248/10/492 1249/9/492 +f 1246/10/494 1247/9/494 1248/10/493 +f 1249/9/493 1248/10/493 1247/9/494 +f 1252/9/494 1251/10/493 1250/9/493 +f 1251/10/493 1252/9/494 1253/10/494 +f 1250/9/492 1251/10/492 1252/9/491 +f 1253/10/491 1252/9/491 1251/10/492 +f 1245/10/490 1252/9/494 1243/9/490 +f 1252/9/494 1245/10/490 1253/10/494 +f 1243/9/488 1252/9/491 1245/10/488 +f 1253/10/491 1245/10/488 1252/9/491 +f 1241/10/488 1247/9/491 1239/9/488 +f 1247/9/491 1241/10/488 1246/10/491 +f 1239/9/490 1247/9/494 1241/10/490 +f 1246/10/494 1241/10/490 1247/9/494 +f 1248/10/492 1242/9/489 1249/9/492 +f 1242/9/489 1248/10/492 1244/10/489 +f 1249/9/493 1242/9/487 1248/10/493 +f 1244/10/487 1248/10/493 1242/9/487 +f 1251/10/493 1238/9/487 1250/9/493 +f 1238/9/487 1251/10/493 1240/10/487 +f 1250/9/492 1238/9/489 1251/10/492 +f 1240/10/489 1251/10/492 1238/9/489 +f 1241/10/495 1248/10/495 1246/10/495 +f 1248/10/495 1241/10/495 1244/10/495 +f 1244/10/495 1241/10/495 1240/10/495 +f 1244/10/495 1240/10/495 1245/10/495 +f 1245/10/495 1240/10/495 1251/10/495 +f 1245/10/495 1251/10/495 1253/10/495 +f 1246/10/496 1248/10/496 1241/10/496 +f 1244/10/496 1241/10/496 1248/10/496 +f 1240/10/496 1241/10/496 1244/10/496 +f 1245/10/496 1240/10/496 1244/10/496 +f 1251/10/496 1240/10/496 1245/10/496 +f 1253/10/496 1251/10/496 1245/10/496 +f 1242/9/496 1247/9/496 1249/9/496 +f 1247/9/496 1242/9/496 1239/9/496 +f 1239/9/496 1242/9/496 1243/9/496 +f 1239/9/496 1243/9/496 1238/9/496 +f 1238/9/496 1243/9/496 1252/9/496 +f 1238/9/496 1252/9/496 1250/9/496 +f 1249/9/495 1247/9/495 1242/9/495 +f 1239/9/495 1242/9/495 1247/9/495 +f 1243/9/495 1242/9/495 1239/9/495 +f 1238/9/495 1243/9/495 1239/9/495 +f 1252/9/495 1243/9/495 1238/9/495 +f 1250/9/495 1252/9/495 1238/9/495 +f 1256/10/497 1255/9/498 1254/9/497 +f 1255/9/498 1256/10/497 1257/10/498 +f 1254/9/499 1255/9/500 1256/10/499 +f 1257/10/500 1256/10/499 1255/9/500 +f 1260/10/499 1259/9/500 1258/9/499 +f 1259/9/500 1260/10/499 1261/10/500 +f 1258/9/497 1259/9/498 1260/10/497 +f 1261/10/498 1260/10/497 1259/9/498 +f 1264/10/502 1263/9/501 1262/10/501 +f 1263/9/501 1264/10/502 1265/9/502 +f 1262/10/504 1263/9/504 1264/10/503 +f 1265/9/503 1264/10/503 1263/9/504 +f 1268/9/504 1267/10/503 1266/9/503 +f 1267/10/503 1268/9/504 1269/10/504 +f 1266/9/502 1267/10/502 1268/9/501 +f 1269/10/501 1268/9/501 1267/10/502 +f 1261/10/500 1268/9/504 1259/9/500 +f 1268/9/504 1261/10/500 1269/10/504 +f 1259/9/498 1268/9/501 1261/10/498 +f 1269/10/501 1261/10/498 1268/9/501 +f 1257/10/498 1263/9/501 1255/9/498 +f 1263/9/501 1257/10/498 1262/10/501 +f 1255/9/500 1263/9/504 1257/10/500 +f 1262/10/504 1257/10/500 1263/9/504 +f 1264/10/502 1258/9/499 1265/9/502 +f 1258/9/499 1264/10/502 1260/10/499 +f 1265/9/503 1258/9/497 1264/10/503 +f 1260/10/497 1264/10/503 1258/9/497 +f 1267/10/503 1254/9/497 1266/9/503 +f 1254/9/497 1267/10/503 1256/10/497 +f 1266/9/502 1254/9/499 1267/10/502 +f 1256/10/499 1267/10/502 1254/9/499 +f 1257/10/189 1264/10/189 1262/10/189 +f 1264/10/189 1257/10/189 1260/10/189 +f 1260/10/189 1257/10/189 1256/10/189 +f 1260/10/189 1256/10/189 1261/10/189 +f 1261/10/189 1256/10/189 1267/10/189 +f 1261/10/189 1267/10/189 1269/10/189 +f 1262/10/190 1264/10/190 1257/10/190 +f 1260/10/190 1257/10/190 1264/10/190 +f 1256/10/190 1257/10/190 1260/10/190 +f 1261/10/190 1256/10/190 1260/10/190 +f 1267/10/190 1256/10/190 1261/10/190 +f 1269/10/190 1267/10/190 1261/10/190 +f 1258/9/190 1263/9/190 1265/9/190 +f 1263/9/190 1258/9/190 1255/9/190 +f 1255/9/190 1258/9/190 1259/9/190 +f 1255/9/190 1259/9/190 1254/9/190 +f 1254/9/190 1259/9/190 1268/9/190 +f 1254/9/190 1268/9/190 1266/9/190 +f 1265/9/189 1263/9/189 1258/9/189 +f 1255/9/189 1258/9/189 1263/9/189 +f 1259/9/189 1258/9/189 1255/9/189 +f 1254/9/189 1259/9/189 1255/9/189 +f 1268/9/189 1259/9/189 1254/9/189 +f 1266/9/189 1268/9/189 1254/9/189 +f 1272/10/497 1271/9/498 1270/9/497 +f 1271/9/498 1272/10/497 1273/10/498 +f 1270/9/499 1271/9/500 1272/10/499 +f 1273/10/500 1272/10/499 1271/9/500 +f 1276/10/499 1275/9/500 1274/9/499 +f 1275/9/500 1276/10/499 1277/10/500 +f 1274/9/497 1275/9/498 1276/10/497 +f 1277/10/498 1276/10/497 1275/9/498 +f 1280/10/502 1279/9/501 1278/10/501 +f 1279/9/501 1280/10/502 1281/9/502 +f 1278/10/504 1279/9/504 1280/10/503 +f 1281/9/503 1280/10/503 1279/9/504 +f 1284/9/504 1283/10/503 1282/9/503 +f 1283/10/503 1284/9/504 1285/10/504 +f 1282/9/502 1283/10/502 1284/9/501 +f 1285/10/501 1284/9/501 1283/10/502 +f 1277/10/500 1284/9/504 1275/9/500 +f 1284/9/504 1277/10/500 1285/10/504 +f 1275/9/498 1284/9/501 1277/10/498 +f 1285/10/501 1277/10/498 1284/9/501 +f 1273/10/498 1279/9/501 1271/9/498 +f 1279/9/501 1273/10/498 1278/10/501 +f 1271/9/500 1279/9/504 1273/10/500 +f 1278/10/504 1273/10/500 1279/9/504 +f 1280/10/502 1274/9/499 1281/9/502 +f 1274/9/499 1280/10/502 1276/10/499 +f 1281/9/503 1274/9/497 1280/10/503 +f 1276/10/497 1280/10/503 1274/9/497 +f 1283/10/503 1270/9/497 1282/9/503 +f 1270/9/497 1283/10/503 1272/10/497 +f 1282/9/502 1270/9/499 1283/10/502 +f 1272/10/499 1283/10/502 1270/9/499 +f 1273/10/189 1280/10/189 1278/10/189 +f 1280/10/189 1273/10/189 1276/10/189 +f 1276/10/189 1273/10/189 1272/10/189 +f 1276/10/189 1272/10/189 1277/10/189 +f 1277/10/189 1272/10/189 1283/10/189 +f 1277/10/189 1283/10/189 1285/10/189 +f 1278/10/190 1280/10/190 1273/10/190 +f 1276/10/190 1273/10/190 1280/10/190 +f 1272/10/190 1273/10/190 1276/10/190 +f 1277/10/190 1272/10/190 1276/10/190 +f 1283/10/190 1272/10/190 1277/10/190 +f 1285/10/190 1283/10/190 1277/10/190 +f 1274/9/190 1279/9/190 1281/9/190 +f 1279/9/190 1274/9/190 1271/9/190 +f 1271/9/190 1274/9/190 1275/9/190 +f 1271/9/190 1275/9/190 1270/9/190 +f 1270/9/190 1275/9/190 1284/9/190 +f 1270/9/190 1284/9/190 1282/9/190 +f 1281/9/189 1279/9/189 1274/9/189 +f 1271/9/189 1274/9/189 1279/9/189 +f 1275/9/189 1274/9/189 1271/9/189 +f 1270/9/189 1275/9/189 1271/9/189 +f 1284/9/189 1275/9/189 1270/9/189 +f 1282/9/189 1284/9/189 1270/9/189 +f 1288/10/505 1287/9/506 1286/9/505 +f 1287/9/506 1288/10/505 1289/10/506 +f 1286/9/507 1287/9/508 1288/10/507 +f 1289/10/508 1288/10/507 1287/9/508 +f 1292/9/507 1291/10/508 1290/9/508 +f 1291/10/508 1292/9/507 1293/10/507 +f 1290/9/506 1291/10/506 1292/9/505 +f 1293/10/505 1292/9/505 1291/10/506 +f 1296/10/510 1295/9/509 1294/10/509 +f 1295/9/509 1296/10/510 1297/9/510 +f 1294/10/512 1295/9/512 1296/10/511 +f 1297/9/511 1296/10/511 1295/9/512 +f 1300/9/512 1299/10/511 1298/9/511 +f 1299/10/511 1300/9/512 1301/10/512 +f 1298/9/510 1299/10/510 1300/9/509 +f 1301/10/509 1300/9/509 1299/10/510 +f 1291/10/508 1300/9/512 1290/9/508 +f 1300/9/512 1291/10/508 1301/10/512 +f 1290/9/506 1300/9/509 1291/10/506 +f 1301/10/509 1291/10/506 1300/9/509 +f 1289/10/506 1295/9/509 1287/9/506 +f 1295/9/509 1289/10/506 1294/10/509 +f 1287/9/508 1295/9/512 1289/10/508 +f 1294/10/512 1289/10/508 1295/9/512 +f 1296/10/510 1292/9/507 1297/9/510 +f 1292/9/507 1296/10/510 1293/10/507 +f 1297/9/511 1292/9/505 1296/10/511 +f 1293/10/505 1296/10/511 1292/9/505 +f 1299/10/511 1286/9/505 1298/9/511 +f 1286/9/505 1299/10/511 1288/10/505 +f 1298/9/510 1286/9/507 1299/10/510 +f 1288/10/507 1299/10/510 1286/9/507 +f 1289/10/513 1296/10/513 1294/10/513 +f 1296/10/513 1289/10/513 1293/10/513 +f 1293/10/513 1289/10/513 1288/10/513 +f 1293/10/513 1288/10/513 1291/10/513 +f 1291/10/513 1288/10/513 1299/10/513 +f 1291/10/513 1299/10/513 1301/10/513 +f 1294/10/514 1296/10/514 1289/10/514 +f 1293/10/514 1289/10/514 1296/10/514 +f 1288/10/514 1289/10/514 1293/10/514 +f 1291/10/514 1288/10/514 1293/10/514 +f 1299/10/514 1288/10/514 1291/10/514 +f 1301/10/514 1299/10/514 1291/10/514 +f 1292/9/514 1295/9/514 1297/9/514 +f 1295/9/514 1292/9/514 1287/9/514 +f 1287/9/514 1292/9/514 1290/9/514 +f 1287/9/514 1290/9/514 1286/9/514 +f 1286/9/514 1290/9/514 1300/9/514 +f 1286/9/514 1300/9/514 1298/9/514 +f 1297/9/513 1295/9/513 1292/9/513 +f 1287/9/513 1292/9/513 1295/9/513 +f 1290/9/513 1292/9/513 1287/9/513 +f 1286/9/513 1290/9/513 1287/9/513 +f 1300/9/513 1290/9/513 1286/9/513 +f 1298/9/513 1300/9/513 1286/9/513 +f 1304/6/81 1303/6/81 1302/6/81 +f 1303/6/81 1304/6/81 1305/6/81 +f 1303/6/81 1305/6/81 1306/6/81 +f 1306/6/81 1305/6/81 1307/6/81 +f 1306/6/81 1307/6/81 1308/6/81 +f 1308/6/81 1307/6/81 1309/6/81 +f 1308/6/81 1309/6/81 1310/6/81 +f 1310/6/81 1309/6/81 1311/6/81 +f 1302/6/82 1303/6/82 1304/6/82 +f 1305/6/82 1304/6/82 1303/6/82 +f 1306/6/82 1305/6/82 1303/6/82 +f 1307/6/82 1305/6/82 1306/6/82 +f 1308/6/82 1307/6/82 1306/6/82 +f 1309/6/82 1307/6/82 1308/6/82 +f 1310/6/82 1309/6/82 1308/6/82 +f 1311/6/82 1309/6/82 1310/6/82 +f 1304/6/275 169/7/275 1312/7/275 +f 169/7/275 1304/6/275 1302/6/275 +f 1312/7/276 169/7/276 1304/6/276 +f 1302/6/276 1304/6/276 169/7/276 +f 1313/7/278 1304/6/277 1312/7/277 +f 1304/6/277 1313/7/278 1305/6/278 +f 1312/7/280 1304/6/280 1313/7/279 +f 1305/6/279 1313/7/279 1304/6/280 +f 1314/7/281 1305/6/278 1313/7/278 +f 1305/6/278 1314/7/281 1307/6/281 +f 1313/7/279 1305/6/279 1314/7/282 +f 1307/6/282 1314/7/282 1305/6/279 +f 1309/6/283 1314/7/281 1315/7/283 +f 1314/7/281 1309/6/283 1307/6/281 +f 1315/7/284 1314/7/282 1309/6/284 +f 1307/6/282 1309/6/284 1314/7/282 +f 1311/6/290 1315/7/283 1316/7/290 +f 1315/7/283 1311/6/290 1309/6/283 +f 1316/7/289 1315/7/284 1311/6/289 +f 1309/6/284 1311/6/289 1315/7/284 +f 177/7/287 1311/6/287 1316/7/287 +f 1311/6/287 177/7/287 1310/6/287 +f 1316/7/288 1311/6/288 177/7/288 +f 1310/6/288 177/7/288 1311/6/288 +f 1308/6/284 177/7/289 175/7/284 +f 177/7/289 1308/6/284 1310/6/289 +f 175/7/283 177/7/290 1308/6/283 +f 1310/6/290 1308/6/283 177/7/290 +f 1306/6/282 175/7/284 173/7/282 +f 175/7/284 1306/6/282 1308/6/284 +f 173/7/281 175/7/283 1306/6/281 +f 1308/6/283 1306/6/281 175/7/283 +f 1306/6/282 170/7/279 1303/6/279 +f 170/7/279 1306/6/282 173/7/282 +f 1303/6/278 170/7/278 1306/6/281 +f 173/7/281 1306/6/281 170/7/278 +f 1303/6/279 169/7/280 1302/6/280 +f 169/7/280 1303/6/279 170/7/279 +f 1302/6/277 169/7/277 1303/6/278 +f 170/7/278 1303/6/278 169/7/277 +f 1318/7/82 1317/7/82 189/7/82 +f 1317/7/82 1318/7/82 190/7/82 +f 1317/7/82 190/7/82 1319/7/82 +f 1319/7/82 190/7/82 1320/7/82 +f 1319/7/82 1320/7/82 1321/7/82 +f 1321/7/82 1320/7/82 1322/7/82 +f 1322/7/82 1320/7/82 192/7/82 +f 1322/7/82 192/7/82 1323/7/82 +f 189/7/81 1317/7/81 1318/7/81 +f 190/7/81 1318/7/81 1317/7/81 +f 1319/7/81 190/7/81 1317/7/81 +f 1320/7/81 190/7/81 1319/7/81 +f 1321/7/81 1320/7/81 1319/7/81 +f 1322/7/81 1320/7/81 1321/7/81 +f 192/7/81 1320/7/81 1322/7/81 +f 1323/7/81 192/7/81 1322/7/81 +f 1324/8/81 188/8/81 180/8/81 +f 188/8/81 1324/8/81 187/8/81 +f 187/8/81 1324/8/81 1325/8/81 +f 187/8/81 1325/8/81 186/8/81 +f 186/8/81 1325/8/81 1326/8/81 +f 186/8/81 1326/8/81 1327/8/81 +f 186/8/81 1327/8/81 185/8/81 +f 185/8/81 1327/8/81 1328/8/81 +f 180/8/82 188/8/82 1324/8/82 +f 187/8/82 1324/8/82 188/8/82 +f 1325/8/82 1324/8/82 187/8/82 +f 186/8/82 1325/8/82 187/8/82 +f 1326/8/82 1325/8/82 186/8/82 +f 1327/8/82 1326/8/82 186/8/82 +f 185/8/82 1327/8/82 186/8/82 +f 1328/8/82 1327/8/82 185/8/82 +f 1324/8/275 189/7/275 1317/7/275 +f 189/7/275 1324/8/275 180/8/275 +f 1317/7/276 189/7/276 1324/8/276 +f 180/8/276 1324/8/276 189/7/276 +f 1319/7/278 1324/8/277 1317/7/277 +f 1324/8/277 1319/7/278 1325/8/278 +f 1317/7/280 1324/8/280 1319/7/279 +f 1325/8/279 1319/7/279 1324/8/280 +f 1321/7/281 1325/8/278 1319/7/278 +f 1325/8/278 1321/7/281 1326/8/281 +f 1319/7/279 1325/8/279 1321/7/282 +f 1326/8/282 1321/7/282 1325/8/279 +f 1327/8/283 1321/7/281 1322/7/283 +f 1321/7/281 1327/8/283 1326/8/281 +f 1322/7/284 1321/7/282 1327/8/284 +f 1326/8/282 1327/8/284 1321/7/282 +f 1328/8/285 1322/7/283 1323/7/285 +f 1322/7/283 1328/8/285 1327/8/283 +f 1323/7/286 1322/7/284 1328/8/286 +f 1327/8/284 1328/8/286 1322/7/284 +f 192/7/287 1328/8/287 1323/7/287 +f 1328/8/287 192/7/287 185/8/287 +f 1323/7/288 1328/8/288 192/7/288 +f 185/8/288 192/7/288 1328/8/288 +f 186/8/284 192/7/289 1320/7/284 +f 192/7/289 186/8/284 185/8/289 +f 1320/7/283 192/7/290 186/8/283 +f 185/8/290 186/8/283 192/7/290 +f 187/8/282 1320/7/284 190/7/282 +f 1320/7/284 187/8/282 186/8/284 +f 190/7/281 1320/7/283 187/8/281 +f 186/8/283 187/8/281 1320/7/283 +f 187/8/282 1318/7/279 188/8/279 +f 1318/7/279 187/8/282 190/7/282 +f 188/8/278 1318/7/278 187/8/281 +f 190/7/281 187/8/281 1318/7/278 +f 188/8/279 189/7/280 180/8/280 +f 189/7/280 188/8/279 1318/7/279 +f 180/8/277 189/7/277 188/8/278 +f 1318/7/278 188/8/278 189/7/277 +f 1331/8/516 1330/7/515 1329/8/515 +f 1330/7/515 1331/8/516 1332/7/516 +f 1329/8/518 1330/7/518 1331/8/517 +f 1332/7/517 1331/8/517 1330/7/518 +f 1335/8/519 1334/7/520 1333/7/519 +f 1334/7/520 1335/8/519 1336/8/520 +f 1333/7/521 1334/7/522 1335/8/521 +f 1336/8/522 1335/8/521 1334/7/522 +f 1336/8/520 1337/7/523 1334/7/520 +f 1337/7/523 1336/8/520 1338/8/523 +f 1334/7/522 1337/7/524 1336/8/522 +f 1338/8/524 1336/8/522 1337/7/524 +f 1341/7/526 1340/8/525 1339/7/525 +f 1340/8/525 1341/7/526 1342/8/526 +f 1339/7/528 1340/8/528 1341/7/527 +f 1342/8/527 1341/7/527 1340/8/528 +f 1339/7/525 1335/8/519 1333/7/519 +f 1335/8/519 1339/7/525 1340/8/525 +f 1333/7/521 1335/8/521 1339/7/528 +f 1340/8/528 1339/7/528 1335/8/521 +f 1329/8/515 1337/7/523 1338/8/523 +f 1337/7/523 1329/8/515 1330/7/515 +f 1338/8/524 1337/7/524 1329/8/518 +f 1330/7/518 1329/8/518 1337/7/524 +f 1329/8/81 1342/8/81 1331/8/81 +f 1342/8/81 1329/8/81 1338/8/81 +f 1342/8/81 1338/8/81 1336/8/81 +f 1342/8/81 1336/8/81 1335/8/81 +f 1342/8/81 1335/8/81 1340/8/81 +f 1331/8/82 1342/8/82 1329/8/82 +f 1338/8/82 1329/8/82 1342/8/82 +f 1336/8/82 1338/8/82 1342/8/82 +f 1335/8/82 1336/8/82 1342/8/82 +f 1340/8/82 1335/8/82 1342/8/82 +f 1345/10/529 1344/9/530 1343/9/529 +f 1344/9/530 1345/10/529 1346/10/530 +f 1343/9/531 1344/9/532 1345/10/531 +f 1346/10/532 1345/10/531 1344/9/532 +f 1349/10/531 1348/9/532 1347/9/531 +f 1348/9/532 1349/10/531 1350/10/532 +f 1347/9/529 1348/9/530 1349/10/529 +f 1350/10/530 1349/10/529 1348/9/530 +f 1353/10/534 1352/9/533 1351/10/533 +f 1352/9/533 1353/10/534 1354/9/534 +f 1351/10/536 1352/9/536 1353/10/535 +f 1354/9/535 1353/10/535 1352/9/536 +f 1357/9/536 1356/10/535 1355/9/535 +f 1356/10/535 1357/9/536 1358/10/536 +f 1355/9/534 1356/10/534 1357/9/533 +f 1358/10/533 1357/9/533 1356/10/534 +f 1350/10/532 1357/9/536 1348/9/532 +f 1357/9/536 1350/10/532 1358/10/536 +f 1348/9/530 1357/9/533 1350/10/530 +f 1358/10/533 1350/10/530 1357/9/533 +f 1346/10/530 1352/9/533 1344/9/530 +f 1352/9/533 1346/10/530 1351/10/533 +f 1344/9/532 1352/9/536 1346/10/532 +f 1351/10/536 1346/10/532 1352/9/536 +f 1353/10/534 1347/9/531 1354/9/534 +f 1347/9/531 1353/10/534 1349/10/531 +f 1354/9/535 1347/9/529 1353/10/535 +f 1349/10/529 1353/10/535 1347/9/529 +f 1356/10/535 1343/9/529 1355/9/535 +f 1343/9/529 1356/10/535 1345/10/529 +f 1355/9/534 1343/9/531 1356/10/534 +f 1345/10/531 1356/10/534 1343/9/531 +f 1346/10/537 1353/10/537 1351/10/537 +f 1353/10/537 1346/10/537 1349/10/537 +f 1349/10/537 1346/10/537 1345/10/537 +f 1349/10/537 1345/10/537 1350/10/537 +f 1350/10/537 1345/10/537 1356/10/537 +f 1350/10/537 1356/10/537 1358/10/537 +f 1351/10/538 1353/10/538 1346/10/538 +f 1349/10/538 1346/10/538 1353/10/538 +f 1345/10/538 1346/10/538 1349/10/538 +f 1350/10/538 1345/10/538 1349/10/538 +f 1356/10/538 1345/10/538 1350/10/538 +f 1358/10/538 1356/10/538 1350/10/538 +f 1347/9/538 1352/9/538 1354/9/538 +f 1352/9/538 1347/9/538 1344/9/538 +f 1344/9/538 1347/9/538 1348/9/538 +f 1344/9/538 1348/9/538 1343/9/538 +f 1343/9/538 1348/9/538 1357/9/538 +f 1343/9/538 1357/9/538 1355/9/538 +f 1354/9/537 1352/9/537 1347/9/537 +f 1344/9/537 1347/9/537 1352/9/537 +f 1348/9/537 1347/9/537 1344/9/537 +f 1343/9/537 1348/9/537 1344/9/537 +f 1357/9/537 1348/9/537 1343/9/537 +f 1355/9/537 1357/9/537 1343/9/537 +f 1361/10/539 1360/9/540 1359/9/539 +f 1360/9/540 1361/10/539 1362/10/540 +f 1359/9/541 1360/9/542 1361/10/541 +f 1362/10/542 1361/10/541 1360/9/542 +f 1365/10/541 1364/9/542 1363/9/541 +f 1364/9/542 1365/10/541 1366/10/542 +f 1363/9/539 1364/9/540 1365/10/539 +f 1366/10/540 1365/10/539 1364/9/540 +f 1369/10/544 1368/9/543 1367/10/543 +f 1368/9/543 1369/10/544 1370/9/544 +f 1367/10/546 1368/9/546 1369/10/545 +f 1370/9/545 1369/10/545 1368/9/546 +f 1373/9/546 1372/10/545 1371/9/545 +f 1372/10/545 1373/9/546 1374/10/546 +f 1371/9/544 1372/10/544 1373/9/543 +f 1374/10/543 1373/9/543 1372/10/544 +f 1366/10/542 1373/9/546 1364/9/542 +f 1373/9/546 1366/10/542 1374/10/546 +f 1364/9/540 1373/9/543 1366/10/540 +f 1374/10/543 1366/10/540 1373/9/543 +f 1362/10/540 1368/9/543 1360/9/540 +f 1368/9/543 1362/10/540 1367/10/543 +f 1360/9/542 1368/9/546 1362/10/542 +f 1367/10/546 1362/10/542 1368/9/546 +f 1369/10/544 1363/9/541 1370/9/544 +f 1363/9/541 1369/10/544 1365/10/541 +f 1370/9/545 1363/9/539 1369/10/545 +f 1365/10/539 1369/10/545 1363/9/539 +f 1372/10/545 1359/9/539 1371/9/545 +f 1359/9/539 1372/10/545 1361/10/539 +f 1371/9/544 1359/9/541 1372/10/544 +f 1361/10/541 1372/10/544 1359/9/541 +f 1362/10/285 1369/10/285 1367/10/285 +f 1369/10/285 1362/10/285 1365/10/285 +f 1365/10/285 1362/10/285 1361/10/285 +f 1365/10/285 1361/10/285 1366/10/285 +f 1366/10/285 1361/10/285 1372/10/285 +f 1366/10/285 1372/10/285 1374/10/285 +f 1367/10/286 1369/10/286 1362/10/286 +f 1365/10/286 1362/10/286 1369/10/286 +f 1361/10/286 1362/10/286 1365/10/286 +f 1366/10/286 1361/10/286 1365/10/286 +f 1372/10/286 1361/10/286 1366/10/286 +f 1374/10/286 1372/10/286 1366/10/286 +f 1363/9/286 1368/9/286 1370/9/286 +f 1368/9/286 1363/9/286 1360/9/286 +f 1360/9/286 1363/9/286 1364/9/286 +f 1360/9/286 1364/9/286 1359/9/286 +f 1359/9/286 1364/9/286 1373/9/286 +f 1359/9/286 1373/9/286 1371/9/286 +f 1370/9/285 1368/9/285 1363/9/285 +f 1360/9/285 1363/9/285 1368/9/285 +f 1364/9/285 1363/9/285 1360/9/285 +f 1359/9/285 1364/9/285 1360/9/285 +f 1373/9/285 1364/9/285 1359/9/285 +f 1371/9/285 1373/9/285 1359/9/285 +f 1377/10/539 1376/9/540 1375/9/539 +f 1376/9/540 1377/10/539 1378/10/540 +f 1375/9/541 1376/9/542 1377/10/541 +f 1378/10/542 1377/10/541 1376/9/542 +f 1381/10/541 1380/9/542 1379/9/541 +f 1380/9/542 1381/10/541 1382/10/542 +f 1379/9/539 1380/9/540 1381/10/539 +f 1382/10/540 1381/10/539 1380/9/540 +f 1385/10/544 1384/9/543 1383/10/543 +f 1384/9/543 1385/10/544 1386/9/544 +f 1383/10/546 1384/9/546 1385/10/545 +f 1386/9/545 1385/10/545 1384/9/546 +f 1389/9/546 1388/10/545 1387/9/545 +f 1388/10/545 1389/9/546 1390/10/546 +f 1387/9/544 1388/10/544 1389/9/543 +f 1390/10/543 1389/9/543 1388/10/544 +f 1382/10/542 1389/9/546 1380/9/542 +f 1389/9/546 1382/10/542 1390/10/546 +f 1380/9/540 1389/9/543 1382/10/540 +f 1390/10/543 1382/10/540 1389/9/543 +f 1378/10/540 1384/9/543 1376/9/540 +f 1384/9/543 1378/10/540 1383/10/543 +f 1376/9/542 1384/9/546 1378/10/542 +f 1383/10/546 1378/10/542 1384/9/546 +f 1385/10/544 1379/9/541 1386/9/544 +f 1379/9/541 1385/10/544 1381/10/541 +f 1386/9/545 1379/9/539 1385/10/545 +f 1381/10/539 1385/10/545 1379/9/539 +f 1388/10/545 1375/9/539 1387/9/545 +f 1375/9/539 1388/10/545 1377/10/539 +f 1387/9/544 1375/9/541 1388/10/544 +f 1377/10/541 1388/10/544 1375/9/541 +f 1378/10/285 1385/10/285 1383/10/285 +f 1385/10/285 1378/10/285 1381/10/285 +f 1381/10/285 1378/10/285 1377/10/285 +f 1381/10/285 1377/10/285 1382/10/285 +f 1382/10/285 1377/10/285 1388/10/285 +f 1382/10/285 1388/10/285 1390/10/285 +f 1383/10/286 1385/10/286 1378/10/286 +f 1381/10/286 1378/10/286 1385/10/286 +f 1377/10/286 1378/10/286 1381/10/286 +f 1382/10/286 1377/10/286 1381/10/286 +f 1388/10/286 1377/10/286 1382/10/286 +f 1390/10/286 1388/10/286 1382/10/286 +f 1379/9/286 1384/9/286 1386/9/286 +f 1384/9/286 1379/9/286 1376/9/286 +f 1376/9/286 1379/9/286 1380/9/286 +f 1376/9/286 1380/9/286 1375/9/286 +f 1375/9/286 1380/9/286 1389/9/286 +f 1375/9/286 1389/9/286 1387/9/286 +f 1386/9/285 1384/9/285 1379/9/285 +f 1376/9/285 1379/9/285 1384/9/285 +f 1380/9/285 1379/9/285 1376/9/285 +f 1375/9/285 1380/9/285 1376/9/285 +f 1389/9/285 1380/9/285 1375/9/285 +f 1387/9/285 1389/9/285 1375/9/285 +f 1393/10/547 1392/9/548 1391/9/547 +f 1392/9/548 1393/10/547 1394/10/548 +f 1391/9/549 1392/9/550 1393/10/549 +f 1394/10/550 1393/10/549 1392/9/550 +f 1397/9/549 1396/10/550 1395/9/550 +f 1396/10/550 1397/9/549 1398/10/549 +f 1395/9/548 1396/10/548 1397/9/547 +f 1398/10/547 1397/9/547 1396/10/548 +f 1401/10/552 1400/9/551 1399/10/551 +f 1400/9/551 1401/10/552 1402/9/552 +f 1399/10/554 1400/9/554 1401/10/553 +f 1402/9/553 1401/10/553 1400/9/554 +f 1405/9/554 1404/10/553 1403/9/553 +f 1404/10/553 1405/9/554 1406/10/554 +f 1403/9/552 1404/10/552 1405/9/551 +f 1406/10/551 1405/9/551 1404/10/552 +f 1396/10/550 1405/9/554 1395/9/550 +f 1405/9/554 1396/10/550 1406/10/554 +f 1395/9/548 1405/9/551 1396/10/548 +f 1406/10/551 1396/10/548 1405/9/551 +f 1394/10/548 1400/9/551 1392/9/548 +f 1400/9/551 1394/10/548 1399/10/551 +f 1392/9/550 1400/9/554 1394/10/550 +f 1399/10/554 1394/10/550 1400/9/554 +f 1401/10/552 1397/9/549 1402/9/552 +f 1397/9/549 1401/10/552 1398/10/549 +f 1402/9/553 1397/9/547 1401/10/553 +f 1398/10/547 1401/10/553 1397/9/547 +f 1404/10/553 1391/9/547 1403/9/553 +f 1391/9/547 1404/10/553 1393/10/547 +f 1403/9/552 1391/9/549 1404/10/552 +f 1393/10/549 1404/10/552 1391/9/549 +f 1394/10/555 1401/10/555 1399/10/555 +f 1401/10/555 1394/10/555 1398/10/555 +f 1398/10/555 1394/10/555 1393/10/555 +f 1398/10/555 1393/10/555 1396/10/555 +f 1396/10/555 1393/10/555 1404/10/555 +f 1396/10/555 1404/10/555 1406/10/555 +f 1399/10/556 1401/10/556 1394/10/556 +f 1398/10/556 1394/10/556 1401/10/556 +f 1393/10/556 1394/10/556 1398/10/556 +f 1396/10/556 1393/10/556 1398/10/556 +f 1404/10/556 1393/10/556 1396/10/556 +f 1406/10/556 1404/10/556 1396/10/556 +f 1397/9/556 1400/9/556 1402/9/556 +f 1400/9/556 1397/9/556 1392/9/556 +f 1392/9/556 1397/9/556 1395/9/556 +f 1392/9/556 1395/9/556 1391/9/556 +f 1391/9/556 1395/9/556 1405/9/556 +f 1391/9/556 1405/9/556 1403/9/556 +f 1402/9/555 1400/9/555 1397/9/555 +f 1392/9/555 1397/9/555 1400/9/555 +f 1395/9/555 1397/9/555 1392/9/555 +f 1391/9/555 1395/9/555 1392/9/555 +f 1405/9/555 1395/9/555 1391/9/555 +f 1403/9/555 1405/9/555 1391/9/555 +f 1409/6/81 1408/6/81 1407/6/81 +f 1408/6/81 1409/6/81 1410/6/81 +f 1408/6/81 1410/6/81 1411/6/81 +f 1411/6/81 1410/6/81 1412/6/81 +f 1411/6/81 1412/6/81 1413/6/81 +f 1413/6/81 1412/6/81 1414/6/81 +f 1413/6/81 1414/6/81 1415/6/81 +f 1415/6/81 1414/6/81 1416/6/81 +f 1407/6/82 1408/6/82 1409/6/82 +f 1410/6/82 1409/6/82 1408/6/82 +f 1411/6/82 1410/6/82 1408/6/82 +f 1412/6/82 1410/6/82 1411/6/82 +f 1413/6/82 1412/6/82 1411/6/82 +f 1414/6/82 1412/6/82 1413/6/82 +f 1415/6/82 1414/6/82 1413/6/82 +f 1416/6/82 1414/6/82 1415/6/82 +f 1409/6/307 233/7/307 1417/7/307 +f 233/7/307 1409/6/307 1407/6/307 +f 1417/7/308 233/7/308 1409/6/308 +f 1407/6/308 1409/6/308 233/7/308 +f 1418/7/183 1409/6/184 1417/7/184 +f 1409/6/184 1418/7/183 1410/6/183 +f 1417/7/181 1409/6/181 1418/7/182 +f 1410/6/182 1418/7/182 1409/6/181 +f 1419/7/186 1410/6/183 1418/7/183 +f 1410/6/183 1419/7/186 1412/6/186 +f 1418/7/182 1410/6/182 1419/7/185 +f 1412/6/185 1419/7/185 1410/6/182 +f 1414/6/188 1419/7/186 1420/7/188 +f 1419/7/186 1414/6/188 1412/6/186 +f 1420/7/187 1419/7/185 1414/6/187 +f 1412/6/185 1414/6/187 1419/7/185 +f 1416/6/193 1420/7/188 1421/7/193 +f 1420/7/188 1416/6/193 1414/6/188 +f 1421/7/194 1420/7/187 1416/6/194 +f 1414/6/187 1416/6/194 1420/7/187 +f 241/7/309 1416/6/309 1421/7/309 +f 1416/6/309 241/7/309 1415/6/309 +f 1421/7/310 1416/6/310 241/7/310 +f 1415/6/310 241/7/310 1416/6/310 +f 1413/6/187 241/7/194 239/7/187 +f 241/7/194 1413/6/187 1415/6/194 +f 239/7/188 241/7/193 1413/6/188 +f 1415/6/193 1413/6/188 241/7/193 +f 1411/6/185 239/7/187 237/7/185 +f 239/7/187 1411/6/185 1413/6/187 +f 237/7/186 239/7/188 1411/6/186 +f 1413/6/188 1411/6/186 239/7/188 +f 1411/6/185 234/7/182 1408/6/182 +f 234/7/182 1411/6/185 237/7/185 +f 1408/6/183 234/7/183 1411/6/186 +f 237/7/186 1411/6/186 234/7/183 +f 1408/6/182 233/7/181 1407/6/181 +f 233/7/181 1408/6/182 234/7/182 +f 1407/6/184 233/7/184 1408/6/183 +f 234/7/183 1408/6/183 233/7/184 +f 1423/7/82 1422/7/82 253/7/82 +f 1422/7/82 1423/7/82 254/7/82 +f 1422/7/82 254/7/82 1424/7/82 +f 1424/7/82 254/7/82 1425/7/82 +f 1424/7/82 1425/7/82 1426/7/82 +f 1426/7/82 1425/7/82 1427/7/82 +f 1427/7/82 1425/7/82 256/7/82 +f 1427/7/82 256/7/82 1428/7/82 +f 253/7/81 1422/7/81 1423/7/81 +f 254/7/81 1423/7/81 1422/7/81 +f 1424/7/81 254/7/81 1422/7/81 +f 1425/7/81 254/7/81 1424/7/81 +f 1426/7/81 1425/7/81 1424/7/81 +f 1427/7/81 1425/7/81 1426/7/81 +f 256/7/81 1425/7/81 1427/7/81 +f 1428/7/81 256/7/81 1427/7/81 +f 1429/8/81 252/8/81 244/8/81 +f 252/8/81 1429/8/81 251/8/81 +f 251/8/81 1429/8/81 1430/8/81 +f 251/8/81 1430/8/81 250/8/81 +f 250/8/81 1430/8/81 1431/8/81 +f 250/8/81 1431/8/81 1432/8/81 +f 250/8/81 1432/8/81 249/8/81 +f 249/8/81 1432/8/81 1433/8/81 +f 244/8/82 252/8/82 1429/8/82 +f 251/8/82 1429/8/82 252/8/82 +f 1430/8/82 1429/8/82 251/8/82 +f 250/8/82 1430/8/82 251/8/82 +f 1431/8/82 1430/8/82 250/8/82 +f 1432/8/82 1431/8/82 250/8/82 +f 249/8/82 1432/8/82 250/8/82 +f 1433/8/82 1432/8/82 249/8/82 +f 1429/8/307 253/7/307 1422/7/307 +f 253/7/307 1429/8/307 244/8/307 +f 1422/7/308 253/7/308 1429/8/308 +f 244/8/308 1429/8/308 253/7/308 +f 1424/7/183 1429/8/184 1422/7/184 +f 1429/8/184 1424/7/183 1430/8/183 +f 1422/7/181 1429/8/181 1424/7/182 +f 1430/8/182 1424/7/182 1429/8/181 +f 1426/7/186 1430/8/183 1424/7/183 +f 1430/8/183 1426/7/186 1431/8/186 +f 1424/7/182 1430/8/182 1426/7/185 +f 1431/8/185 1426/7/185 1430/8/182 +f 1432/8/188 1426/7/186 1427/7/188 +f 1426/7/186 1432/8/188 1431/8/186 +f 1427/7/187 1426/7/185 1432/8/187 +f 1431/8/185 1432/8/187 1426/7/185 +f 1433/8/190 1427/7/188 1428/7/190 +f 1427/7/188 1433/8/190 1432/8/188 +f 1428/7/189 1427/7/187 1433/8/189 +f 1432/8/187 1433/8/189 1427/7/187 +f 256/7/309 1433/8/309 1428/7/309 +f 1433/8/309 256/7/309 249/8/309 +f 1428/7/310 1433/8/310 256/7/310 +f 249/8/310 256/7/310 1433/8/310 +f 250/8/187 256/7/194 1425/7/187 +f 256/7/194 250/8/187 249/8/194 +f 1425/7/188 256/7/193 250/8/188 +f 249/8/193 250/8/188 256/7/193 +f 251/8/185 1425/7/187 254/7/185 +f 1425/7/187 251/8/185 250/8/187 +f 254/7/186 1425/7/188 251/8/186 +f 250/8/188 251/8/186 1425/7/188 +f 251/8/185 1423/7/182 252/8/182 +f 1423/7/182 251/8/185 254/7/185 +f 252/8/183 1423/7/183 251/8/186 +f 254/7/186 251/8/186 1423/7/183 +f 252/8/182 253/7/181 244/8/181 +f 253/7/181 252/8/182 1423/7/182 +f 244/8/184 253/7/184 252/8/183 +f 1423/7/183 252/8/183 253/7/184 +f 1436/8/475 1435/7/476 1434/8/476 +f 1435/7/476 1436/8/475 1437/7/475 +f 1434/8/473 1435/7/473 1436/8/474 +f 1437/7/474 1436/8/474 1435/7/473 +f 1440/8/479 1439/7/480 1438/7/479 +f 1439/7/480 1440/8/479 1441/8/480 +f 1438/7/477 1439/7/478 1440/8/477 +f 1441/8/478 1440/8/477 1439/7/478 +f 1441/8/480 1442/7/482 1439/7/480 +f 1442/7/482 1441/8/480 1443/8/482 +f 1439/7/478 1442/7/481 1441/8/478 +f 1443/8/481 1441/8/478 1442/7/481 +f 1446/7/485 1445/8/486 1444/7/486 +f 1445/8/486 1446/7/485 1447/8/485 +f 1444/7/483 1445/8/483 1446/7/484 +f 1447/8/484 1446/7/484 1445/8/483 +f 1444/7/486 1440/8/479 1438/7/479 +f 1440/8/479 1444/7/486 1445/8/486 +f 1438/7/477 1440/8/477 1444/7/483 +f 1445/8/483 1444/7/483 1440/8/477 +f 1434/8/476 1442/7/482 1443/8/482 +f 1442/7/482 1434/8/476 1435/7/476 +f 1443/8/481 1442/7/481 1434/8/473 +f 1435/7/473 1434/8/473 1442/7/481 +f 1434/8/81 1447/8/81 1436/8/81 +f 1447/8/81 1434/8/81 1443/8/81 +f 1447/8/81 1443/8/81 1441/8/81 +f 1447/8/81 1441/8/81 1440/8/81 +f 1447/8/81 1440/8/81 1445/8/81 +f 1436/8/82 1447/8/82 1434/8/82 +f 1443/8/82 1434/8/82 1447/8/82 +f 1441/8/82 1443/8/82 1447/8/82 +f 1440/8/82 1441/8/82 1447/8/82 +f 1445/8/82 1440/8/82 1447/8/82 +f 1450/10/488 1449/9/487 1448/9/488 +f 1449/9/487 1450/10/488 1451/10/487 +f 1448/9/490 1449/9/489 1450/10/490 +f 1451/10/489 1450/10/490 1449/9/489 +f 1454/10/490 1453/9/489 1452/9/490 +f 1453/9/489 1454/10/490 1455/10/489 +f 1452/9/488 1453/9/487 1454/10/488 +f 1455/10/487 1454/10/488 1453/9/487 +f 1458/10/494 1457/9/493 1456/10/493 +f 1457/9/493 1458/10/494 1459/9/494 +f 1456/10/492 1457/9/492 1458/10/491 +f 1459/9/491 1458/10/491 1457/9/492 +f 1462/9/492 1461/10/491 1460/9/491 +f 1461/10/491 1462/9/492 1463/10/492 +f 1460/9/494 1461/10/494 1462/9/493 +f 1463/10/493 1462/9/493 1461/10/494 +f 1455/10/489 1462/9/492 1453/9/489 +f 1462/9/492 1455/10/489 1463/10/492 +f 1453/9/487 1462/9/493 1455/10/487 +f 1463/10/493 1455/10/487 1462/9/493 +f 1451/10/487 1457/9/493 1449/9/487 +f 1457/9/493 1451/10/487 1456/10/493 +f 1449/9/489 1457/9/492 1451/10/489 +f 1456/10/492 1451/10/489 1457/9/492 +f 1458/10/494 1452/9/490 1459/9/494 +f 1452/9/490 1458/10/494 1454/10/490 +f 1459/9/491 1452/9/488 1458/10/491 +f 1454/10/488 1458/10/491 1452/9/488 +f 1461/10/491 1448/9/488 1460/9/491 +f 1448/9/488 1461/10/491 1450/10/488 +f 1460/9/494 1448/9/490 1461/10/494 +f 1450/10/490 1461/10/494 1448/9/490 +f 1451/10/496 1458/10/496 1456/10/496 +f 1458/10/496 1451/10/496 1454/10/496 +f 1454/10/496 1451/10/496 1450/10/496 +f 1454/10/496 1450/10/496 1455/10/496 +f 1455/10/496 1450/10/496 1461/10/496 +f 1455/10/496 1461/10/496 1463/10/496 +f 1456/10/495 1458/10/495 1451/10/495 +f 1454/10/495 1451/10/495 1458/10/495 +f 1450/10/495 1451/10/495 1454/10/495 +f 1455/10/495 1450/10/495 1454/10/495 +f 1461/10/495 1450/10/495 1455/10/495 +f 1463/10/495 1461/10/495 1455/10/495 +f 1452/9/495 1457/9/495 1459/9/495 +f 1457/9/495 1452/9/495 1449/9/495 +f 1449/9/495 1452/9/495 1453/9/495 +f 1449/9/495 1453/9/495 1448/9/495 +f 1448/9/495 1453/9/495 1462/9/495 +f 1448/9/495 1462/9/495 1460/9/495 +f 1459/9/496 1457/9/496 1452/9/496 +f 1449/9/496 1452/9/496 1457/9/496 +f 1453/9/496 1452/9/496 1449/9/496 +f 1448/9/496 1453/9/496 1449/9/496 +f 1462/9/496 1453/9/496 1448/9/496 +f 1460/9/496 1462/9/496 1448/9/496 +f 1466/10/498 1465/9/497 1464/9/498 +f 1465/9/497 1466/10/498 1467/10/497 +f 1464/9/500 1465/9/499 1466/10/500 +f 1467/10/499 1466/10/500 1465/9/499 +f 1470/10/500 1469/9/499 1468/9/500 +f 1469/9/499 1470/10/500 1471/10/499 +f 1468/9/498 1469/9/497 1470/10/498 +f 1471/10/497 1470/10/498 1469/9/497 +f 1474/10/504 1473/9/503 1472/10/503 +f 1473/9/503 1474/10/504 1475/9/504 +f 1472/10/502 1473/9/502 1474/10/501 +f 1475/9/501 1474/10/501 1473/9/502 +f 1478/9/502 1477/10/501 1476/9/501 +f 1477/10/501 1478/9/502 1479/10/502 +f 1476/9/504 1477/10/504 1478/9/503 +f 1479/10/503 1478/9/503 1477/10/504 +f 1471/10/499 1478/9/502 1469/9/499 +f 1478/9/502 1471/10/499 1479/10/502 +f 1469/9/497 1478/9/503 1471/10/497 +f 1479/10/503 1471/10/497 1478/9/503 +f 1467/10/497 1473/9/503 1465/9/497 +f 1473/9/503 1467/10/497 1472/10/503 +f 1465/9/499 1473/9/502 1467/10/499 +f 1472/10/502 1467/10/499 1473/9/502 +f 1474/10/504 1468/9/500 1475/9/504 +f 1468/9/500 1474/10/504 1470/10/500 +f 1475/9/501 1468/9/498 1474/10/501 +f 1470/10/498 1474/10/501 1468/9/498 +f 1477/10/501 1464/9/498 1476/9/501 +f 1464/9/498 1477/10/501 1466/10/498 +f 1476/9/504 1464/9/500 1477/10/504 +f 1466/10/500 1477/10/504 1464/9/500 +f 1467/10/190 1474/10/190 1472/10/190 +f 1474/10/190 1467/10/190 1470/10/190 +f 1470/10/190 1467/10/190 1466/10/190 +f 1470/10/190 1466/10/190 1471/10/190 +f 1471/10/190 1466/10/190 1477/10/190 +f 1471/10/190 1477/10/190 1479/10/190 +f 1472/10/189 1474/10/189 1467/10/189 +f 1470/10/189 1467/10/189 1474/10/189 +f 1466/10/189 1467/10/189 1470/10/189 +f 1471/10/189 1466/10/189 1470/10/189 +f 1477/10/189 1466/10/189 1471/10/189 +f 1479/10/189 1477/10/189 1471/10/189 +f 1468/9/189 1473/9/189 1475/9/189 +f 1473/9/189 1468/9/189 1465/9/189 +f 1465/9/189 1468/9/189 1469/9/189 +f 1465/9/189 1469/9/189 1464/9/189 +f 1464/9/189 1469/9/189 1478/9/189 +f 1464/9/189 1478/9/189 1476/9/189 +f 1475/9/190 1473/9/190 1468/9/190 +f 1465/9/190 1468/9/190 1473/9/190 +f 1469/9/190 1468/9/190 1465/9/190 +f 1464/9/190 1469/9/190 1465/9/190 +f 1478/9/190 1469/9/190 1464/9/190 +f 1476/9/190 1478/9/190 1464/9/190 +f 1482/10/498 1481/9/497 1480/9/498 +f 1481/9/497 1482/10/498 1483/10/497 +f 1480/9/500 1481/9/499 1482/10/500 +f 1483/10/499 1482/10/500 1481/9/499 +f 1486/10/500 1485/9/499 1484/9/500 +f 1485/9/499 1486/10/500 1487/10/499 +f 1484/9/498 1485/9/497 1486/10/498 +f 1487/10/497 1486/10/498 1485/9/497 +f 1490/10/504 1489/9/503 1488/10/503 +f 1489/9/503 1490/10/504 1491/9/504 +f 1488/10/502 1489/9/502 1490/10/501 +f 1491/9/501 1490/10/501 1489/9/502 +f 1494/9/502 1493/10/501 1492/9/501 +f 1493/10/501 1494/9/502 1495/10/502 +f 1492/9/504 1493/10/504 1494/9/503 +f 1495/10/503 1494/9/503 1493/10/504 +f 1487/10/499 1494/9/502 1485/9/499 +f 1494/9/502 1487/10/499 1495/10/502 +f 1485/9/497 1494/9/503 1487/10/497 +f 1495/10/503 1487/10/497 1494/9/503 +f 1483/10/497 1489/9/503 1481/9/497 +f 1489/9/503 1483/10/497 1488/10/503 +f 1481/9/499 1489/9/502 1483/10/499 +f 1488/10/502 1483/10/499 1489/9/502 +f 1490/10/504 1484/9/500 1491/9/504 +f 1484/9/500 1490/10/504 1486/10/500 +f 1491/9/501 1484/9/498 1490/10/501 +f 1486/10/498 1490/10/501 1484/9/498 +f 1493/10/501 1480/9/498 1492/9/501 +f 1480/9/498 1493/10/501 1482/10/498 +f 1492/9/504 1480/9/500 1493/10/504 +f 1482/10/500 1493/10/504 1480/9/500 +f 1483/10/190 1490/10/190 1488/10/190 +f 1490/10/190 1483/10/190 1486/10/190 +f 1486/10/190 1483/10/190 1482/10/190 +f 1486/10/190 1482/10/190 1487/10/190 +f 1487/10/190 1482/10/190 1493/10/190 +f 1487/10/190 1493/10/190 1495/10/190 +f 1488/10/189 1490/10/189 1483/10/189 +f 1486/10/189 1483/10/189 1490/10/189 +f 1482/10/189 1483/10/189 1486/10/189 +f 1487/10/189 1482/10/189 1486/10/189 +f 1493/10/189 1482/10/189 1487/10/189 +f 1495/10/189 1493/10/189 1487/10/189 +f 1484/9/189 1489/9/189 1491/9/189 +f 1489/9/189 1484/9/189 1481/9/189 +f 1481/9/189 1484/9/189 1485/9/189 +f 1481/9/189 1485/9/189 1480/9/189 +f 1480/9/189 1485/9/189 1494/9/189 +f 1480/9/189 1494/9/189 1492/9/189 +f 1491/9/190 1489/9/190 1484/9/190 +f 1481/9/190 1484/9/190 1489/9/190 +f 1485/9/190 1484/9/190 1481/9/190 +f 1480/9/190 1485/9/190 1481/9/190 +f 1494/9/190 1485/9/190 1480/9/190 +f 1492/9/190 1494/9/190 1480/9/190 +f 1498/10/506 1497/9/505 1496/9/506 +f 1497/9/505 1498/10/506 1499/10/505 +f 1496/9/508 1497/9/507 1498/10/508 +f 1499/10/507 1498/10/508 1497/9/507 +f 1502/9/508 1501/10/507 1500/9/507 +f 1501/10/507 1502/9/508 1503/10/508 +f 1500/9/505 1501/10/505 1502/9/506 +f 1503/10/506 1502/9/506 1501/10/505 +f 1506/10/512 1505/9/511 1504/10/511 +f 1505/9/511 1506/10/512 1507/9/512 +f 1504/10/510 1505/9/510 1506/10/509 +f 1507/9/509 1506/10/509 1505/9/510 +f 1510/9/510 1509/10/509 1508/9/509 +f 1509/10/509 1510/9/510 1511/10/510 +f 1508/9/512 1509/10/512 1510/9/511 +f 1511/10/511 1510/9/511 1509/10/512 +f 1501/10/507 1510/9/510 1500/9/507 +f 1510/9/510 1501/10/507 1511/10/510 +f 1500/9/505 1510/9/511 1501/10/505 +f 1511/10/511 1501/10/505 1510/9/511 +f 1499/10/505 1505/9/511 1497/9/505 +f 1505/9/511 1499/10/505 1504/10/511 +f 1497/9/507 1505/9/510 1499/10/507 +f 1504/10/510 1499/10/507 1505/9/510 +f 1506/10/512 1502/9/508 1507/9/512 +f 1502/9/508 1506/10/512 1503/10/508 +f 1507/9/509 1502/9/506 1506/10/509 +f 1503/10/506 1506/10/509 1502/9/506 +f 1509/10/509 1496/9/506 1508/9/509 +f 1496/9/506 1509/10/509 1498/10/506 +f 1508/9/512 1496/9/508 1509/10/512 +f 1498/10/508 1509/10/512 1496/9/508 +f 1499/10/514 1506/10/514 1504/10/514 +f 1506/10/514 1499/10/514 1503/10/514 +f 1503/10/514 1499/10/514 1498/10/514 +f 1503/10/514 1498/10/514 1501/10/514 +f 1501/10/514 1498/10/514 1509/10/514 +f 1501/10/514 1509/10/514 1511/10/514 +f 1504/10/513 1506/10/513 1499/10/513 +f 1503/10/513 1499/10/513 1506/10/513 +f 1498/10/513 1499/10/513 1503/10/513 +f 1501/10/513 1498/10/513 1503/10/513 +f 1509/10/513 1498/10/513 1501/10/513 +f 1511/10/513 1509/10/513 1501/10/513 +f 1502/9/513 1505/9/513 1507/9/513 +f 1505/9/513 1502/9/513 1497/9/513 +f 1497/9/513 1502/9/513 1500/9/513 +f 1497/9/513 1500/9/513 1496/9/513 +f 1496/9/513 1500/9/513 1510/9/513 +f 1496/9/513 1510/9/513 1508/9/513 +f 1507/9/514 1505/9/514 1502/9/514 +f 1497/9/514 1502/9/514 1505/9/514 +f 1500/9/514 1502/9/514 1497/9/514 +f 1496/9/514 1500/9/514 1497/9/514 +f 1510/9/514 1500/9/514 1496/9/514 +f 1508/9/514 1510/9/514 1496/9/514 +f 1514/6/288 1513/7/288 1512/6/288 +f 1513/7/288 1514/6/288 1515/7/288 +f 1512/6/287 1513/7/287 1514/6/287 +f 1515/7/287 1514/6/287 1513/7/287 +f 1514/6/276 1516/7/276 1515/7/276 +f 1516/7/276 1514/6/276 1517/6/276 +f 1515/7/275 1516/7/275 1514/6/275 +f 1517/6/275 1514/6/275 1516/7/275 +f 1518/7/315 1512/6/317 1513/7/317 +f 1512/6/317 1518/7/315 1519/6/315 +f 1513/7/318 1512/6/318 1518/7/316 +f 1519/6/316 1518/7/316 1512/6/318 +f 1516/7/312 1521/6/311 1520/7/311 +f 1521/6/311 1516/7/312 1517/6/312 +f 1520/7/314 1521/6/314 1516/7/313 +f 1517/6/313 1516/7/313 1521/6/314 +f 1519/6/81 1514/6/81 1512/6/81 +f 1514/6/81 1519/6/81 1517/6/81 +f 1517/6/81 1519/6/81 1521/6/81 +f 1512/6/82 1514/6/82 1519/6/82 +f 1517/6/82 1519/6/82 1514/6/82 +f 1521/6/82 1519/6/82 1517/6/82 +f 1521/6/311 1518/7/315 1520/7/311 +f 1518/7/315 1521/6/311 1519/6/315 +f 1520/7/314 1518/7/316 1521/6/314 +f 1519/6/316 1521/6/314 1518/7/316 +f 1524/8/276 1523/7/276 1522/7/276 +f 1523/7/276 1524/8/276 1525/8/276 +f 1522/7/275 1523/7/275 1524/8/275 +f 1525/8/275 1524/8/275 1523/7/275 +f 1524/8/288 1527/7/288 1526/8/288 +f 1527/7/288 1524/8/288 1522/7/288 +f 1526/8/287 1527/7/287 1524/8/287 +f 1522/7/287 1524/8/287 1527/7/287 +f 1528/8/81 1524/8/81 1526/8/81 +f 1524/8/81 1528/8/81 1525/8/81 +f 1525/8/81 1528/8/81 1529/8/81 +f 1526/8/82 1524/8/82 1528/8/82 +f 1525/8/82 1528/8/82 1524/8/82 +f 1529/8/82 1528/8/82 1525/8/82 +f 1523/7/82 1527/7/82 1522/7/82 +f 1527/7/82 1523/7/82 1530/7/82 +f 1530/7/82 1523/7/82 1531/7/82 +f 1522/7/81 1527/7/81 1523/7/81 +f 1530/7/81 1523/7/81 1527/7/81 +f 1531/7/81 1523/7/81 1530/7/81 +f 1523/7/312 1529/8/311 1531/7/311 +f 1529/8/311 1523/7/312 1525/8/312 +f 1531/7/314 1529/8/314 1523/7/313 +f 1525/8/313 1523/7/313 1529/8/314 +f 1529/8/311 1530/7/557 1531/7/311 +f 1530/7/557 1529/8/311 1528/8/557 +f 1531/7/314 1530/7/558 1529/8/314 +f 1528/8/558 1529/8/314 1530/7/558 +f 1530/7/557 1526/8/317 1527/7/317 +f 1526/8/317 1530/7/557 1528/8/557 +f 1527/7/318 1526/8/318 1530/7/558 +f 1528/8/558 1530/7/558 1526/8/318 +f 320/8/288 1323/7/288 1328/8/288 +f 1323/7/288 320/8/288 712/7/288 +f 1328/8/287 1323/7/287 320/8/287 +f 712/7/287 320/8/287 1323/7/287 +f 1534/8/559 1533/7/275 1532/7/559 +f 1533/7/275 1534/8/559 1535/8/275 +f 1532/7/560 1533/7/276 1534/8/560 +f 1535/8/276 1534/8/560 1533/7/276 +f 320/8/276 1536/7/276 712/7/276 +f 1536/7/276 320/8/276 270/8/276 +f 712/7/275 1536/7/275 320/8/275 +f 270/8/275 320/8/275 1536/7/275 +f 1535/8/275 1323/7/561 1533/7/275 +f 1323/7/561 1535/8/275 1328/8/561 +f 1533/7/276 1323/7/562 1535/8/276 +f 1328/8/562 1535/8/276 1323/7/562 +f 1536/7/82 1323/7/82 712/7/82 +f 1323/7/82 1536/7/82 1533/7/82 +f 1533/7/82 1536/7/82 1532/7/82 +f 712/7/81 1323/7/81 1536/7/81 +f 1533/7/81 1536/7/81 1323/7/81 +f 1532/7/81 1536/7/81 1533/7/81 +f 1328/8/81 270/8/81 320/8/81 +f 270/8/81 1328/8/81 1535/8/81 +f 270/8/81 1535/8/81 1534/8/81 +f 320/8/82 270/8/82 1328/8/82 +f 1535/8/82 1328/8/82 270/8/82 +f 1534/8/82 1535/8/82 270/8/82 +f 1536/7/287 1534/8/287 1532/7/287 +f 1534/8/287 1536/7/287 270/8/287 +f 1532/7/288 1534/8/288 1536/7/288 +f 270/8/288 1536/7/288 1534/8/288 +f 1539/6/81 1538/6/81 1537/6/81 +f 1538/6/81 1539/6/81 1540/6/81 +f 1538/6/81 1540/6/81 1541/6/81 +f 1537/6/82 1538/6/82 1539/6/82 +f 1540/6/82 1539/6/82 1538/6/82 +f 1541/6/82 1540/6/82 1538/6/82 +f 1537/6/276 1543/7/276 1542/7/276 +f 1543/7/276 1537/6/276 1538/6/276 +f 1542/7/275 1543/7/275 1537/6/275 +f 1538/6/275 1537/6/275 1543/7/275 +f 1543/7/287 1541/6/287 1544/7/287 +f 1541/6/287 1543/7/287 1538/6/287 +f 1544/7/288 1541/6/288 1543/7/288 +f 1538/6/288 1543/7/288 1541/6/288 +f 1537/6/288 1545/7/288 1539/6/288 +f 1545/7/288 1537/6/288 1542/7/288 +f 1539/6/287 1545/7/287 1537/6/287 +f 1542/7/287 1537/6/287 1545/7/287 +f 1547/12/320 1546/11/320 1540/6/276 +f 1546/11/320 1548/13/320 1540/6/276 +f 1549/14/320 1547/12/320 1540/6/276 +f 1540/6/276 1548/13/320 1550/7/276 +f 1551/13/320 1550/7/276 1548/13/320 +f 1550/7/276 1551/13/320 1544/7/320 +f 1552/11/320 1544/7/320 1551/13/320 +f 1541/6/320 1549/14/320 1540/6/276 +f 1541/6/320 1544/7/320 1552/11/320 +f 1549/14/320 1541/6/320 1553/14/320 +f 1554/12/320 1541/6/320 1552/11/320 +f 1553/14/320 1541/6/320 1554/12/320 +f 1556/16/322 1555/15/322 1539/6/322 +f 1557/17/322 1556/16/322 1539/6/322 +f 1540/6/276 1557/17/322 1539/6/322 +f 1557/17/322 1540/6/276 1558/17/322 +f 1539/6/322 1555/15/322 1545/7/322 +f 1558/17/322 1540/6/276 1559/16/322 +f 1559/16/322 1540/6/276 1560/15/322 +f 1561/18/322 1545/7/322 1555/15/322 +f 1560/15/322 1540/6/276 1562/19/322 +f 1563/18/322 1560/15/322 1562/19/322 +f 1563/18/322 1562/19/322 1561/18/322 +f 1562/19/322 1540/6/276 1564/19/322 +f 1564/19/322 1540/6/276 1565/20/322 +f 1565/20/322 1540/6/276 1566/21/322 +f 1540/6/276 1550/7/276 1566/21/322 +f 1566/21/322 1550/7/276 1567/22/322 +f 1545/7/322 1567/22/322 1550/7/276 +f 1567/22/322 1545/7/322 1568/22/322 +f 1568/22/322 1545/7/322 1561/18/322 +f 1562/19/322 1569/20/322 1561/18/322 +f 1570/21/322 1568/22/322 1561/18/322 +f 1569/20/322 1570/21/322 1561/18/322 +f 1540/6/275 1546/11/319 1547/12/319 +f 1540/6/275 1547/12/319 1549/14/319 +f 1540/6/275 1548/13/319 1546/11/319 +f 1550/7/275 1548/13/319 1540/6/275 +f 1548/13/319 1550/7/275 1551/13/319 +f 1544/7/319 1551/13/319 1550/7/275 +f 1551/13/319 1544/7/319 1552/11/319 +f 1540/6/275 1549/14/319 1541/6/319 +f 1552/11/319 1544/7/319 1541/6/319 +f 1553/14/319 1541/6/319 1549/14/319 +f 1552/11/319 1541/6/319 1554/12/319 +f 1554/12/319 1541/6/319 1553/14/319 +f 1539/6/321 1555/15/321 1556/16/321 +f 1539/6/321 1556/16/321 1557/17/321 +f 1539/6/321 1557/17/321 1540/6/275 +f 1558/17/321 1540/6/275 1557/17/321 +f 1545/7/321 1555/15/321 1539/6/321 +f 1559/16/321 1540/6/275 1558/17/321 +f 1560/15/321 1540/6/275 1559/16/321 +f 1555/15/321 1545/7/321 1561/18/321 +f 1562/19/321 1540/6/275 1560/15/321 +f 1562/19/321 1560/15/321 1563/18/321 +f 1561/18/321 1562/19/321 1563/18/321 +f 1564/19/321 1540/6/275 1562/19/321 +f 1565/20/321 1540/6/275 1564/19/321 +f 1566/21/321 1540/6/275 1565/20/321 +f 1566/21/321 1550/7/275 1540/6/275 +f 1567/22/321 1550/7/275 1566/21/321 +f 1550/7/275 1567/22/321 1545/7/321 +f 1568/22/321 1545/7/321 1567/22/321 +f 1561/18/321 1545/7/321 1568/22/321 +f 1561/18/321 1569/20/321 1562/19/321 +f 1561/18/321 1568/22/321 1570/21/321 +f 1561/18/321 1570/21/321 1569/20/321 +f 1573/10/563 1572/9/564 1571/9/563 +f 1572/9/564 1573/10/563 1574/10/564 +f 1571/9/565 1572/9/566 1573/10/565 +f 1574/10/566 1573/10/565 1572/9/566 +f 1577/10/565 1576/9/566 1575/9/565 +f 1576/9/566 1577/10/565 1578/10/566 +f 1575/9/563 1576/9/564 1577/10/563 +f 1578/10/564 1577/10/563 1576/9/564 +f 1580/10/568 1546/9/567 1579/10/567 +f 1546/9/567 1580/10/568 1547/9/568 +f 1579/10/570 1546/9/570 1580/10/569 +f 1547/9/569 1580/10/569 1546/9/570 +f 1583/9/570 1582/10/569 1581/9/569 +f 1582/10/569 1583/9/570 1584/10/570 +f 1581/9/568 1582/10/568 1583/9/567 +f 1584/10/567 1583/9/567 1582/10/568 +f 1578/10/566 1583/9/570 1576/9/566 +f 1583/9/570 1578/10/566 1584/10/570 +f 1576/9/564 1583/9/567 1578/10/564 +f 1584/10/567 1578/10/564 1583/9/567 +f 1574/10/564 1546/9/567 1572/9/564 +f 1546/9/567 1574/10/564 1579/10/567 +f 1572/9/566 1546/9/570 1574/10/566 +f 1579/10/570 1574/10/566 1546/9/570 +f 1580/10/568 1575/9/565 1547/9/568 +f 1575/9/565 1580/10/568 1577/10/565 +f 1547/9/569 1575/9/563 1580/10/569 +f 1577/10/563 1580/10/569 1575/9/563 +f 1582/10/569 1571/9/563 1581/9/569 +f 1571/9/563 1582/10/569 1573/10/563 +f 1581/9/568 1571/9/565 1582/10/568 +f 1573/10/565 1582/10/568 1571/9/565 +f 1574/10/571 1580/10/571 1579/10/571 +f 1580/10/571 1574/10/571 1577/10/571 +f 1577/10/571 1574/10/571 1573/10/571 +f 1577/10/571 1573/10/571 1578/10/571 +f 1578/10/571 1573/10/571 1582/10/571 +f 1578/10/571 1582/10/571 1584/10/571 +f 1579/10/572 1580/10/572 1574/10/572 +f 1577/10/572 1574/10/572 1580/10/572 +f 1573/10/572 1574/10/572 1577/10/572 +f 1578/10/572 1573/10/572 1577/10/572 +f 1582/10/572 1573/10/572 1578/10/572 +f 1584/10/572 1582/10/572 1578/10/572 +f 1575/9/572 1546/9/572 1547/9/572 +f 1546/9/572 1575/9/572 1572/9/572 +f 1572/9/572 1575/9/572 1576/9/572 +f 1572/9/572 1576/9/572 1571/9/572 +f 1571/9/572 1576/9/572 1583/9/572 +f 1571/9/572 1583/9/572 1581/9/572 +f 1547/9/571 1546/9/571 1575/9/571 +f 1572/9/571 1575/9/571 1546/9/571 +f 1576/9/571 1575/9/571 1572/9/571 +f 1571/9/571 1576/9/571 1572/9/571 +f 1583/9/571 1576/9/571 1571/9/571 +f 1581/9/571 1583/9/571 1571/9/571 +f 1587/10/573 1586/9/574 1585/9/573 +f 1586/9/574 1587/10/573 1588/10/574 +f 1585/9/575 1586/9/576 1587/10/575 +f 1588/10/576 1587/10/575 1586/9/576 +f 1591/10/575 1590/9/576 1589/9/575 +f 1590/9/576 1591/10/575 1592/10/576 +f 1589/9/573 1590/9/574 1591/10/573 +f 1592/10/574 1591/10/573 1590/9/574 +f 1595/10/578 1594/9/577 1593/10/577 +f 1594/9/577 1595/10/578 1596/9/578 +f 1593/10/580 1594/9/580 1595/10/579 +f 1596/9/579 1595/10/579 1594/9/580 +f 1599/9/580 1598/10/579 1597/9/579 +f 1598/10/579 1599/9/580 1600/10/580 +f 1597/9/578 1598/10/578 1599/9/577 +f 1600/10/577 1599/9/577 1598/10/578 +f 1592/10/576 1599/9/580 1590/9/576 +f 1599/9/580 1592/10/576 1600/10/580 +f 1590/9/574 1599/9/577 1592/10/574 +f 1600/10/577 1592/10/574 1599/9/577 +f 1588/10/574 1594/9/577 1586/9/574 +f 1594/9/577 1588/10/574 1593/10/577 +f 1586/9/576 1594/9/580 1588/10/576 +f 1593/10/580 1588/10/576 1594/9/580 +f 1595/10/578 1589/9/575 1596/9/578 +f 1589/9/575 1595/10/578 1591/10/575 +f 1596/9/579 1589/9/573 1595/10/579 +f 1591/10/573 1595/10/579 1589/9/573 +f 1598/10/579 1585/9/573 1597/9/579 +f 1585/9/573 1598/10/579 1587/10/573 +f 1597/9/578 1585/9/575 1598/10/578 +f 1587/10/575 1598/10/578 1585/9/575 +f 1588/10/581 1595/10/581 1593/10/581 +f 1595/10/581 1588/10/581 1591/10/581 +f 1591/10/581 1588/10/581 1587/10/581 +f 1591/10/581 1587/10/581 1592/10/581 +f 1592/10/581 1587/10/581 1598/10/581 +f 1592/10/581 1598/10/581 1600/10/581 +f 1593/10/582 1595/10/582 1588/10/582 +f 1591/10/582 1588/10/582 1595/10/582 +f 1587/10/582 1588/10/582 1591/10/582 +f 1592/10/582 1587/10/582 1591/10/582 +f 1598/10/582 1587/10/582 1592/10/582 +f 1600/10/582 1598/10/582 1592/10/582 +f 1589/9/582 1594/9/582 1596/9/582 +f 1594/9/582 1589/9/582 1586/9/582 +f 1586/9/582 1589/9/582 1590/9/582 +f 1586/9/582 1590/9/582 1585/9/582 +f 1585/9/582 1590/9/582 1599/9/582 +f 1585/9/582 1599/9/582 1597/9/582 +f 1596/9/581 1594/9/581 1589/9/581 +f 1586/9/581 1589/9/581 1594/9/581 +f 1590/9/581 1589/9/581 1586/9/581 +f 1585/9/581 1590/9/581 1586/9/581 +f 1599/9/581 1590/9/581 1585/9/581 +f 1597/9/581 1599/9/581 1585/9/581 +f 1603/10/573 1602/9/574 1601/9/573 +f 1602/9/574 1603/10/573 1604/10/574 +f 1601/9/575 1602/9/576 1603/10/575 +f 1604/10/576 1603/10/575 1602/9/576 +f 1606/10/575 1605/9/576 1562/9/575 +f 1605/9/576 1606/10/575 1607/10/576 +f 1562/9/573 1605/9/574 1606/10/573 +f 1607/10/574 1606/10/573 1605/9/574 +f 1610/10/578 1609/9/577 1608/10/577 +f 1609/9/577 1610/10/578 1611/9/578 +f 1608/10/580 1609/9/580 1610/10/579 +f 1611/9/579 1610/10/579 1609/9/580 +f 1565/9/580 1612/10/579 1566/9/579 +f 1612/10/579 1565/9/580 1613/10/580 +f 1566/9/578 1612/10/578 1565/9/577 +f 1613/10/577 1565/9/577 1612/10/578 +f 1607/10/576 1565/9/580 1605/9/576 +f 1565/9/580 1607/10/576 1613/10/580 +f 1605/9/574 1565/9/577 1607/10/574 +f 1613/10/577 1607/10/574 1565/9/577 +f 1604/10/574 1609/9/577 1602/9/574 +f 1609/9/577 1604/10/574 1608/10/577 +f 1602/9/576 1609/9/580 1604/10/576 +f 1608/10/580 1604/10/576 1609/9/580 +f 1610/10/578 1562/9/575 1611/9/578 +f 1562/9/575 1610/10/578 1606/10/575 +f 1611/9/579 1562/9/573 1610/10/579 +f 1606/10/573 1610/10/579 1562/9/573 +f 1612/10/579 1601/9/573 1566/9/579 +f 1601/9/573 1612/10/579 1603/10/573 +f 1566/9/578 1601/9/575 1612/10/578 +f 1603/10/575 1612/10/578 1601/9/575 +f 1604/10/581 1610/10/581 1608/10/581 +f 1610/10/581 1604/10/581 1606/10/581 +f 1606/10/581 1604/10/581 1603/10/581 +f 1606/10/581 1603/10/581 1607/10/581 +f 1607/10/581 1603/10/581 1612/10/581 +f 1607/10/581 1612/10/581 1613/10/581 +f 1608/10/582 1610/10/582 1604/10/582 +f 1606/10/582 1604/10/582 1610/10/582 +f 1603/10/582 1604/10/582 1606/10/582 +f 1607/10/582 1603/10/582 1606/10/582 +f 1612/10/582 1603/10/582 1607/10/582 +f 1613/10/582 1612/10/582 1607/10/582 +f 1562/9/582 1609/9/582 1611/9/582 +f 1609/9/582 1562/9/582 1602/9/582 +f 1602/9/582 1562/9/582 1605/9/582 +f 1602/9/582 1605/9/582 1601/9/582 +f 1601/9/582 1605/9/582 1565/9/582 +f 1601/9/582 1565/9/582 1566/9/582 +f 1611/9/581 1609/9/581 1562/9/581 +f 1602/9/581 1562/9/581 1609/9/581 +f 1605/9/581 1562/9/581 1602/9/581 +f 1601/9/581 1605/9/581 1602/9/581 +f 1565/9/581 1605/9/581 1601/9/581 +f 1566/9/581 1565/9/581 1601/9/581 +f 366/8/96 1615/7/96 1614/8/96 +f 1615/7/96 366/8/96 1616/7/96 +f 1614/8/95 1615/7/95 366/8/95 +f 1616/7/95 366/8/95 1615/7/95 +f 1429/8/583 1617/7/83 1422/7/583 +f 1617/7/83 1429/8/583 1618/8/83 +f 1422/7/584 1617/7/84 1429/8/584 +f 1618/8/84 1429/8/584 1617/7/84 +f 366/8/84 253/7/84 1616/7/84 +f 253/7/84 366/8/84 244/8/84 +f 1616/7/83 253/7/83 366/8/83 +f 244/8/83 366/8/83 253/7/83 +f 1618/8/83 1615/7/585 1617/7/83 +f 1615/7/585 1618/8/83 1614/8/585 +f 1617/7/84 1615/7/586 1618/8/84 +f 1614/8/586 1618/8/84 1615/7/586 +f 253/7/82 1615/7/82 1616/7/82 +f 1615/7/82 253/7/82 1617/7/82 +f 1617/7/82 253/7/82 1422/7/82 +f 1616/7/81 1615/7/81 253/7/81 +f 1617/7/81 253/7/81 1615/7/81 +f 1422/7/81 253/7/81 1617/7/81 +f 1614/8/81 244/8/81 366/8/81 +f 244/8/81 1614/8/81 1618/8/81 +f 244/8/81 1618/8/81 1429/8/81 +f 366/8/82 244/8/82 1614/8/82 +f 1618/8/82 1614/8/82 244/8/82 +f 1429/8/82 1618/8/82 244/8/82 +f 253/7/95 1429/8/95 1422/7/95 +f 1429/8/95 253/7/95 244/8/95 +f 1422/7/96 1429/8/96 253/7/96 +f 244/8/96 253/7/96 1429/8/96 +f 1621/6/81 1620/6/81 1619/6/81 +f 1620/6/81 1621/6/81 1622/6/81 +f 1620/6/81 1622/6/81 1623/6/81 +f 1619/6/82 1620/6/82 1621/6/82 +f 1622/6/82 1621/6/82 1620/6/82 +f 1623/6/82 1622/6/82 1620/6/82 +f 1619/6/84 1625/7/84 1624/7/84 +f 1625/7/84 1619/6/84 1620/6/84 +f 1624/7/83 1625/7/83 1619/6/83 +f 1620/6/83 1619/6/83 1625/7/83 +f 1625/7/95 1623/6/95 1626/7/95 +f 1623/6/95 1625/7/95 1620/6/95 +f 1626/7/96 1623/6/96 1625/7/96 +f 1620/6/96 1625/7/96 1623/6/96 +f 1619/6/96 1627/7/96 1621/6/96 +f 1627/7/96 1619/6/96 1624/7/96 +f 1621/6/95 1627/7/95 1619/6/95 +f 1624/7/95 1619/6/95 1627/7/95 +f 1629/12/324 1628/11/324 1622/6/84 +f 1628/11/324 1630/13/324 1622/6/84 +f 1631/14/324 1629/12/324 1622/6/84 +f 1622/6/84 1630/13/324 1632/7/84 +f 1633/13/324 1632/7/84 1630/13/324 +f 1632/7/84 1633/13/324 1626/7/324 +f 1634/11/324 1626/7/324 1633/13/324 +f 1623/6/324 1631/14/324 1622/6/84 +f 1623/6/324 1626/7/324 1634/11/324 +f 1631/14/324 1623/6/324 1635/14/324 +f 1636/12/324 1623/6/324 1634/11/324 +f 1635/14/324 1623/6/324 1636/12/324 +f 1638/16/326 1637/15/326 1621/6/326 +f 1639/17/326 1638/16/326 1621/6/326 +f 1622/6/84 1639/17/326 1621/6/326 +f 1639/17/326 1622/6/84 1640/17/326 +f 1621/6/326 1637/15/326 1627/7/326 +f 1640/17/326 1622/6/84 1641/16/326 +f 1641/16/326 1622/6/84 1642/15/326 +f 1643/18/326 1627/7/326 1637/15/326 +f 1642/15/326 1622/6/84 1644/19/326 +f 1645/18/326 1642/15/326 1644/19/326 +f 1645/18/326 1644/19/326 1643/18/326 +f 1644/19/326 1622/6/84 1646/19/326 +f 1646/19/326 1622/6/84 1647/20/326 +f 1647/20/326 1622/6/84 1648/21/326 +f 1622/6/84 1632/7/84 1648/21/326 +f 1648/21/326 1632/7/84 1649/22/326 +f 1627/7/326 1649/22/326 1632/7/84 +f 1649/22/326 1627/7/326 1650/22/326 +f 1650/22/326 1627/7/326 1643/18/326 +f 1644/19/326 1651/20/326 1643/18/326 +f 1652/21/326 1650/22/326 1643/18/326 +f 1651/20/326 1652/21/326 1643/18/326 +f 1622/6/83 1628/11/323 1629/12/323 +f 1622/6/83 1629/12/323 1631/14/323 +f 1622/6/83 1630/13/323 1628/11/323 +f 1632/7/83 1630/13/323 1622/6/83 +f 1630/13/323 1632/7/83 1633/13/323 +f 1626/7/323 1633/13/323 1632/7/83 +f 1633/13/323 1626/7/323 1634/11/323 +f 1622/6/83 1631/14/323 1623/6/323 +f 1634/11/323 1626/7/323 1623/6/323 +f 1635/14/323 1623/6/323 1631/14/323 +f 1634/11/323 1623/6/323 1636/12/323 +f 1636/12/323 1623/6/323 1635/14/323 +f 1621/6/325 1637/15/325 1638/16/325 +f 1621/6/325 1638/16/325 1639/17/325 +f 1621/6/325 1639/17/325 1622/6/83 +f 1640/17/325 1622/6/83 1639/17/325 +f 1627/7/325 1637/15/325 1621/6/325 +f 1641/16/325 1622/6/83 1640/17/325 +f 1642/15/325 1622/6/83 1641/16/325 +f 1637/15/325 1627/7/325 1643/18/325 +f 1644/19/325 1622/6/83 1642/15/325 +f 1644/19/325 1642/15/325 1645/18/325 +f 1643/18/325 1644/19/325 1645/18/325 +f 1646/19/325 1622/6/83 1644/19/325 +f 1647/20/325 1622/6/83 1646/19/325 +f 1648/21/325 1622/6/83 1647/20/325 +f 1648/21/325 1632/7/83 1622/6/83 +f 1649/22/325 1632/7/83 1648/21/325 +f 1632/7/83 1649/22/325 1627/7/325 +f 1650/22/325 1627/7/325 1649/22/325 +f 1643/18/325 1627/7/325 1650/22/325 +f 1643/18/325 1651/20/325 1644/19/325 +f 1643/18/325 1650/22/325 1652/21/325 +f 1643/18/325 1652/21/325 1651/20/325 +f 1655/10/587 1654/9/588 1653/9/587 +f 1654/9/588 1655/10/587 1656/10/588 +f 1653/9/589 1654/9/590 1655/10/589 +f 1656/10/590 1655/10/589 1654/9/590 +f 1659/10/589 1658/9/590 1657/9/589 +f 1658/9/590 1659/10/589 1660/10/590 +f 1657/9/587 1658/9/588 1659/10/587 +f 1660/10/588 1659/10/587 1658/9/588 +f 1663/10/592 1662/9/591 1661/10/591 +f 1662/9/591 1663/10/592 1664/9/592 +f 1661/10/594 1662/9/594 1663/10/593 +f 1664/9/593 1663/10/593 1662/9/594 +f 1667/9/594 1666/10/593 1665/9/593 +f 1666/10/593 1667/9/594 1668/10/594 +f 1665/9/592 1666/10/592 1667/9/591 +f 1668/10/591 1667/9/591 1666/10/592 +f 1660/10/590 1667/9/594 1658/9/590 +f 1667/9/594 1660/10/590 1668/10/594 +f 1658/9/588 1667/9/591 1660/10/588 +f 1668/10/591 1660/10/588 1667/9/591 +f 1656/10/588 1662/9/591 1654/9/588 +f 1662/9/591 1656/10/588 1661/10/591 +f 1654/9/590 1662/9/594 1656/10/590 +f 1661/10/594 1656/10/590 1662/9/594 +f 1663/10/592 1657/9/589 1664/9/592 +f 1657/9/589 1663/10/592 1659/10/589 +f 1664/9/593 1657/9/587 1663/10/593 +f 1659/10/587 1663/10/593 1657/9/587 +f 1666/10/593 1653/9/587 1665/9/593 +f 1653/9/587 1666/10/593 1655/10/587 +f 1665/9/592 1653/9/589 1666/10/592 +f 1655/10/589 1666/10/592 1653/9/589 +f 1656/10/595 1663/10/595 1661/10/595 +f 1663/10/595 1656/10/595 1659/10/595 +f 1659/10/595 1656/10/595 1655/10/595 +f 1659/10/595 1655/10/595 1660/10/595 +f 1660/10/595 1655/10/595 1666/10/595 +f 1660/10/595 1666/10/595 1668/10/595 +f 1661/10/596 1663/10/596 1656/10/596 +f 1659/10/596 1656/10/596 1663/10/596 +f 1655/10/596 1656/10/596 1659/10/596 +f 1660/10/596 1655/10/596 1659/10/596 +f 1666/10/596 1655/10/596 1660/10/596 +f 1668/10/596 1666/10/596 1660/10/596 +f 1657/9/596 1662/9/596 1664/9/596 +f 1662/9/596 1657/9/596 1654/9/596 +f 1654/9/596 1657/9/596 1658/9/596 +f 1654/9/596 1658/9/596 1653/9/596 +f 1653/9/596 1658/9/596 1667/9/596 +f 1653/9/596 1667/9/596 1665/9/596 +f 1664/9/595 1662/9/595 1657/9/595 +f 1654/9/595 1657/9/595 1662/9/595 +f 1658/9/595 1657/9/595 1654/9/595 +f 1653/9/595 1658/9/595 1654/9/595 +f 1667/9/595 1658/9/595 1653/9/595 +f 1665/9/595 1667/9/595 1653/9/595 +f 1671/10/597 1670/9/598 1669/9/597 +f 1670/9/598 1671/10/597 1672/10/598 +f 1669/9/599 1670/9/600 1671/10/599 +f 1672/10/600 1671/10/599 1670/9/600 +f 1675/10/599 1674/9/600 1673/9/599 +f 1674/9/600 1675/10/599 1676/10/600 +f 1673/9/597 1674/9/598 1675/10/597 +f 1676/10/598 1675/10/597 1674/9/598 +f 1679/10/602 1678/9/601 1677/10/601 +f 1678/9/601 1679/10/602 1680/9/602 +f 1677/10/604 1678/9/604 1679/10/603 +f 1680/9/603 1679/10/603 1678/9/604 +f 1683/9/604 1682/10/603 1681/9/603 +f 1682/10/603 1683/9/604 1684/10/604 +f 1681/9/602 1682/10/602 1683/9/601 +f 1684/10/601 1683/9/601 1682/10/602 +f 1676/10/600 1683/9/604 1674/9/600 +f 1683/9/604 1676/10/600 1684/10/604 +f 1674/9/598 1683/9/601 1676/10/598 +f 1684/10/601 1676/10/598 1683/9/601 +f 1672/10/598 1678/9/601 1670/9/598 +f 1678/9/601 1672/10/598 1677/10/601 +f 1670/9/600 1678/9/604 1672/10/600 +f 1677/10/604 1672/10/600 1678/9/604 +f 1679/10/602 1673/9/599 1680/9/602 +f 1673/9/599 1679/10/602 1675/10/599 +f 1680/9/603 1673/9/597 1679/10/603 +f 1675/10/597 1679/10/603 1673/9/597 +f 1682/10/603 1669/9/597 1681/9/603 +f 1669/9/597 1682/10/603 1671/10/597 +f 1681/9/602 1669/9/599 1682/10/602 +f 1671/10/599 1682/10/602 1669/9/599 +f 1672/10/605 1679/10/605 1677/10/605 +f 1679/10/605 1672/10/605 1675/10/605 +f 1675/10/605 1672/10/605 1671/10/605 +f 1675/10/605 1671/10/605 1676/10/605 +f 1676/10/605 1671/10/605 1682/10/605 +f 1676/10/605 1682/10/605 1684/10/605 +f 1677/10/606 1679/10/606 1672/10/606 +f 1675/10/606 1672/10/606 1679/10/606 +f 1671/10/606 1672/10/606 1675/10/606 +f 1676/10/606 1671/10/606 1675/10/606 +f 1682/10/606 1671/10/606 1676/10/606 +f 1684/10/606 1682/10/606 1676/10/606 +f 1673/9/606 1678/9/606 1680/9/606 +f 1678/9/606 1673/9/606 1670/9/606 +f 1670/9/606 1673/9/606 1674/9/606 +f 1670/9/606 1674/9/606 1669/9/606 +f 1669/9/606 1674/9/606 1683/9/606 +f 1669/9/606 1683/9/606 1681/9/606 +f 1680/9/605 1678/9/605 1673/9/605 +f 1670/9/605 1673/9/605 1678/9/605 +f 1674/9/605 1673/9/605 1670/9/605 +f 1669/9/605 1674/9/605 1670/9/605 +f 1683/9/605 1674/9/605 1669/9/605 +f 1681/9/605 1683/9/605 1669/9/605 +f 1687/10/597 1686/9/598 1685/9/597 +f 1686/9/598 1687/10/597 1688/10/598 +f 1685/9/599 1686/9/600 1687/10/599 +f 1688/10/600 1687/10/599 1686/9/600 +f 1690/10/599 1689/9/600 1644/9/599 +f 1689/9/600 1690/10/599 1691/10/600 +f 1644/9/597 1689/9/598 1690/10/597 +f 1691/10/598 1690/10/597 1689/9/598 +f 1694/10/602 1693/9/601 1692/10/601 +f 1693/9/601 1694/10/602 1695/9/602 +f 1692/10/604 1693/9/604 1694/10/603 +f 1695/9/603 1694/10/603 1693/9/604 +f 1698/9/604 1697/10/603 1696/9/603 +f 1697/10/603 1698/9/604 1699/10/604 +f 1696/9/602 1697/10/602 1698/9/601 +f 1699/10/601 1698/9/601 1697/10/602 +f 1691/10/600 1698/9/604 1689/9/600 +f 1698/9/604 1691/10/600 1699/10/604 +f 1689/9/598 1698/9/601 1691/10/598 +f 1699/10/601 1691/10/598 1698/9/601 +f 1688/10/598 1693/9/601 1686/9/598 +f 1693/9/601 1688/10/598 1692/10/601 +f 1686/9/600 1693/9/604 1688/10/600 +f 1692/10/604 1688/10/600 1693/9/604 +f 1694/10/602 1644/9/599 1695/9/602 +f 1644/9/599 1694/10/602 1690/10/599 +f 1695/9/603 1644/9/597 1694/10/603 +f 1690/10/597 1694/10/603 1644/9/597 +f 1697/10/603 1685/9/597 1696/9/603 +f 1685/9/597 1697/10/603 1687/10/597 +f 1696/9/602 1685/9/599 1697/10/602 +f 1687/10/599 1697/10/602 1685/9/599 +f 1688/10/605 1694/10/605 1692/10/605 +f 1694/10/605 1688/10/605 1690/10/605 +f 1690/10/605 1688/10/605 1687/10/605 +f 1690/10/605 1687/10/605 1691/10/605 +f 1691/10/605 1687/10/605 1697/10/605 +f 1691/10/605 1697/10/605 1699/10/605 +f 1692/10/606 1694/10/606 1688/10/606 +f 1690/10/606 1688/10/606 1694/10/606 +f 1687/10/606 1688/10/606 1690/10/606 +f 1691/10/606 1687/10/606 1690/10/606 +f 1697/10/606 1687/10/606 1691/10/606 +f 1699/10/606 1697/10/606 1691/10/606 +f 1644/9/606 1693/9/606 1695/9/606 +f 1693/9/606 1644/9/606 1686/9/606 +f 1686/9/606 1644/9/606 1689/9/606 +f 1686/9/606 1689/9/606 1685/9/606 +f 1685/9/606 1689/9/606 1698/9/606 +f 1685/9/606 1698/9/606 1696/9/606 +f 1695/9/605 1693/9/605 1644/9/605 +f 1686/9/605 1644/9/605 1693/9/605 +f 1689/9/605 1644/9/605 1686/9/605 +f 1685/9/605 1689/9/605 1686/9/605 +f 1698/9/605 1689/9/605 1685/9/605 +f 1696/9/605 1698/9/605 1685/9/605 +f 1702/6/327 1701/7/327 1700/6/327 +f 1701/7/327 1702/6/327 369/7/327 +f 1700/6/328 1701/7/328 1702/6/328 +f 369/7/328 1702/6/328 1701/7/328 +f 1702/6/329 1703/7/329 369/7/329 +f 1703/7/329 1702/6/329 1704/6/329 +f 369/7/330 1703/7/330 1702/6/330 +f 1704/6/330 1702/6/330 1703/7/330 +f 1705/7/335 1700/6/337 1701/7/337 +f 1700/6/337 1705/7/335 1706/6/335 +f 1701/7/338 1700/6/338 1705/7/336 +f 1706/6/336 1705/7/336 1700/6/338 +f 1703/7/332 1708/6/331 1707/7/331 +f 1708/6/331 1703/7/332 1704/6/332 +f 1707/7/334 1708/6/334 1703/7/333 +f 1704/6/333 1703/7/333 1708/6/334 +f 1706/6/81 1702/6/81 1700/6/81 +f 1702/6/81 1706/6/81 1704/6/81 +f 1704/6/81 1706/6/81 1708/6/81 +f 1700/6/82 1702/6/82 1706/6/82 +f 1704/6/82 1706/6/82 1702/6/82 +f 1708/6/82 1706/6/82 1704/6/82 +f 1708/6/331 1705/7/335 1707/7/331 +f 1705/7/335 1708/6/331 1706/6/335 +f 1707/7/334 1705/7/336 1708/6/334 +f 1706/6/336 1708/6/334 1705/7/336 +f 374/8/329 1710/7/329 1709/7/329 +f 1710/7/329 374/8/329 1711/8/329 +f 1709/7/330 1710/7/330 374/8/330 +f 1711/8/330 374/8/330 1710/7/330 +f 374/8/327 1713/7/327 1712/8/327 +f 1713/7/327 374/8/327 1709/7/327 +f 1712/8/328 1713/7/328 374/8/328 +f 1709/7/328 374/8/328 1713/7/328 +f 1714/8/81 374/8/81 1712/8/81 +f 374/8/81 1714/8/81 1711/8/81 +f 1711/8/81 1714/8/81 1715/8/81 +f 1712/8/82 374/8/82 1714/8/82 +f 1711/8/82 1714/8/82 374/8/82 +f 1715/8/82 1714/8/82 1711/8/82 +f 1710/7/82 1713/7/82 1709/7/82 +f 1713/7/82 1710/7/82 1716/7/82 +f 1716/7/82 1710/7/82 1717/7/82 +f 1709/7/81 1713/7/81 1710/7/81 +f 1716/7/81 1710/7/81 1713/7/81 +f 1717/7/81 1710/7/81 1716/7/81 +f 1710/7/332 1715/8/331 1717/7/331 +f 1715/8/331 1710/7/332 1711/8/332 +f 1717/7/334 1715/8/334 1710/7/333 +f 1711/8/333 1710/7/333 1715/8/334 +f 1715/8/331 1716/7/607 1717/7/331 +f 1716/7/607 1715/8/331 1714/8/607 +f 1717/7/334 1716/7/608 1715/8/334 +f 1714/8/608 1715/8/334 1716/7/608 +f 1716/7/607 1712/8/337 1713/7/337 +f 1712/8/337 1716/7/607 1714/8/607 +f 1713/7/338 1712/8/338 1716/7/608 +f 1714/8/608 1716/7/608 1712/8/338 +f 1720/6/96 1719/7/96 1718/6/96 +f 1719/7/96 1720/6/96 456/7/96 +f 1718/6/95 1719/7/95 1720/6/95 +f 456/7/95 1720/6/95 1719/7/95 +f 1720/6/84 1721/7/84 456/7/84 +f 1721/7/84 1720/6/84 1722/6/84 +f 456/7/83 1721/7/83 1720/6/83 +f 1722/6/83 1720/6/83 1721/7/83 +f 1723/7/343 1718/6/345 1719/7/345 +f 1718/6/345 1723/7/343 1724/6/343 +f 1719/7/346 1718/6/346 1723/7/344 +f 1724/6/344 1723/7/344 1718/6/346 +f 1721/7/340 1726/6/339 1725/7/339 +f 1726/6/339 1721/7/340 1722/6/340 +f 1725/7/342 1726/6/342 1721/7/341 +f 1722/6/341 1721/7/341 1726/6/342 +f 1724/6/81 1720/6/81 1718/6/81 +f 1720/6/81 1724/6/81 1722/6/81 +f 1722/6/81 1724/6/81 1726/6/81 +f 1718/6/82 1720/6/82 1724/6/82 +f 1722/6/82 1724/6/82 1720/6/82 +f 1726/6/82 1724/6/82 1722/6/82 +f 1726/6/339 1723/7/343 1725/7/339 +f 1723/7/343 1726/6/339 1724/6/343 +f 1725/7/342 1723/7/344 1726/6/342 +f 1724/6/344 1726/6/342 1723/7/344 +f 1729/8/84 1728/7/84 1727/7/84 +f 1728/7/84 1729/8/84 1730/8/84 +f 1727/7/83 1728/7/83 1729/8/83 +f 1730/8/83 1729/8/83 1728/7/83 +f 1729/8/96 1732/7/96 1731/8/96 +f 1732/7/96 1729/8/96 1727/7/96 +f 1731/8/95 1732/7/95 1729/8/95 +f 1727/7/95 1729/8/95 1732/7/95 +f 1733/8/81 1729/8/81 1731/8/81 +f 1729/8/81 1733/8/81 1730/8/81 +f 1730/8/81 1733/8/81 1734/8/81 +f 1731/8/82 1729/8/82 1733/8/82 +f 1730/8/82 1733/8/82 1729/8/82 +f 1734/8/82 1733/8/82 1730/8/82 +f 1728/7/82 1732/7/82 1727/7/82 +f 1732/7/82 1728/7/82 1735/7/82 +f 1735/7/82 1728/7/82 1736/7/82 +f 1727/7/81 1732/7/81 1728/7/81 +f 1735/7/81 1728/7/81 1732/7/81 +f 1736/7/81 1728/7/81 1735/7/81 +f 1728/7/340 1734/8/339 1736/7/339 +f 1734/8/339 1728/7/340 1730/8/340 +f 1736/7/342 1734/8/342 1728/7/341 +f 1730/8/341 1728/7/341 1734/8/342 +f 1734/8/339 1735/7/609 1736/7/339 +f 1735/7/609 1734/8/339 1733/8/609 +f 1736/7/342 1735/7/610 1734/8/342 +f 1733/8/610 1734/8/342 1735/7/610 +f 1735/7/609 1731/8/345 1732/7/345 +f 1731/8/345 1735/7/609 1733/8/609 +f 1732/7/346 1731/8/346 1735/7/610 +f 1733/8/610 1735/7/610 1731/8/346 +f 1739/6/310 1738/7/310 1737/6/310 +f 1738/7/310 1739/6/310 1740/7/310 +f 1737/6/309 1738/7/309 1739/6/309 +f 1740/7/309 1739/6/309 1738/7/309 +f 1739/6/308 1741/7/308 1740/7/308 +f 1741/7/308 1739/6/308 1742/6/308 +f 1740/7/307 1741/7/307 1739/6/307 +f 1742/6/307 1739/6/307 1741/7/307 +f 1743/7/336 1737/6/338 1738/7/338 +f 1737/6/338 1743/7/336 1744/6/336 +f 1738/7/337 1737/6/337 1743/7/335 +f 1744/6/335 1743/7/335 1737/6/337 +f 1741/7/333 1746/6/334 1745/7/334 +f 1746/6/334 1741/7/333 1742/6/333 +f 1745/7/331 1746/6/331 1741/7/332 +f 1742/6/332 1741/7/332 1746/6/331 +f 1744/6/81 1739/6/81 1737/6/81 +f 1739/6/81 1744/6/81 1742/6/81 +f 1742/6/81 1744/6/81 1746/6/81 +f 1737/6/82 1739/6/82 1744/6/82 +f 1742/6/82 1744/6/82 1739/6/82 +f 1746/6/82 1744/6/82 1742/6/82 +f 1746/6/334 1743/7/336 1745/7/334 +f 1743/7/336 1746/6/334 1744/6/336 +f 1745/7/331 1743/7/335 1746/6/331 +f 1744/6/335 1746/6/331 1743/7/335 +f 1749/8/308 1748/7/308 1747/7/308 +f 1748/7/308 1749/8/308 1750/8/308 +f 1747/7/307 1748/7/307 1749/8/307 +f 1750/8/307 1749/8/307 1748/7/307 +f 1749/8/310 1752/7/310 1751/8/310 +f 1752/7/310 1749/8/310 1747/7/310 +f 1751/8/309 1752/7/309 1749/8/309 +f 1747/7/309 1749/8/309 1752/7/309 +f 1753/8/81 1749/8/81 1751/8/81 +f 1749/8/81 1753/8/81 1750/8/81 +f 1750/8/81 1753/8/81 1754/8/81 +f 1751/8/82 1749/8/82 1753/8/82 +f 1750/8/82 1753/8/82 1749/8/82 +f 1754/8/82 1753/8/82 1750/8/82 +f 1748/7/82 1752/7/82 1747/7/82 +f 1752/7/82 1748/7/82 1755/7/82 +f 1755/7/82 1748/7/82 1756/7/82 +f 1747/7/81 1752/7/81 1748/7/81 +f 1755/7/81 1748/7/81 1752/7/81 +f 1756/7/81 1748/7/81 1755/7/81 +f 1748/7/333 1754/8/334 1756/7/334 +f 1754/8/334 1748/7/333 1750/8/333 +f 1756/7/331 1754/8/331 1748/7/332 +f 1750/8/332 1748/7/332 1754/8/331 +f 1754/8/334 1755/7/608 1756/7/334 +f 1755/7/608 1754/8/334 1753/8/608 +f 1756/7/331 1755/7/607 1754/8/331 +f 1753/8/607 1754/8/331 1755/7/607 +f 1755/7/608 1751/8/338 1752/7/338 +f 1751/8/338 1755/7/608 1753/8/608 +f 1752/7/337 1751/8/337 1755/7/607 +f 1753/8/607 1755/7/607 1751/8/337 +f 1759/6/347 1758/7/347 1757/6/347 +f 1758/7/347 1759/6/347 1760/7/347 +f 1757/6/348 1758/7/348 1759/6/348 +f 1760/7/348 1759/6/348 1758/7/348 +f 1759/6/349 1761/7/349 1760/7/349 +f 1761/7/349 1759/6/349 1762/6/349 +f 1760/7/350 1761/7/350 1759/6/350 +f 1762/6/350 1759/6/350 1761/7/350 +f 1763/7/335 1757/6/337 1758/7/337 +f 1757/6/337 1763/7/335 1764/6/335 +f 1758/7/338 1757/6/338 1763/7/336 +f 1764/6/336 1763/7/336 1757/6/338 +f 1761/7/332 1766/6/331 1765/7/331 +f 1766/6/331 1761/7/332 1762/6/332 +f 1765/7/334 1766/6/334 1761/7/333 +f 1762/6/333 1761/7/333 1766/6/334 +f 1764/6/81 1759/6/81 1757/6/81 +f 1759/6/81 1764/6/81 1762/6/81 +f 1762/6/81 1764/6/81 1766/6/81 +f 1757/6/82 1759/6/82 1764/6/82 +f 1762/6/82 1764/6/82 1759/6/82 +f 1766/6/82 1764/6/82 1762/6/82 +f 1766/6/331 1763/7/335 1765/7/331 +f 1763/7/335 1766/6/331 1764/6/335 +f 1765/7/334 1763/7/336 1766/6/334 +f 1764/6/336 1766/6/334 1763/7/336 +f 1769/8/349 1768/7/349 1767/7/349 +f 1768/7/349 1769/8/349 1770/8/349 +f 1767/7/350 1768/7/350 1769/8/350 +f 1770/8/350 1769/8/350 1768/7/350 +f 1769/8/347 1772/7/347 1771/8/347 +f 1772/7/347 1769/8/347 1767/7/347 +f 1771/8/348 1772/7/348 1769/8/348 +f 1767/7/348 1769/8/348 1772/7/348 +f 1773/8/81 1769/8/81 1771/8/81 +f 1769/8/81 1773/8/81 1770/8/81 +f 1770/8/81 1773/8/81 1774/8/81 +f 1771/8/82 1769/8/82 1773/8/82 +f 1770/8/82 1773/8/82 1769/8/82 +f 1774/8/82 1773/8/82 1770/8/82 +f 1768/7/82 1772/7/82 1767/7/82 +f 1772/7/82 1768/7/82 1775/7/82 +f 1775/7/82 1768/7/82 1776/7/82 +f 1767/7/81 1772/7/81 1768/7/81 +f 1775/7/81 1768/7/81 1772/7/81 +f 1776/7/81 1768/7/81 1775/7/81 +f 1768/7/332 1774/8/331 1776/7/331 +f 1774/8/331 1768/7/332 1770/8/332 +f 1776/7/334 1774/8/334 1768/7/333 +f 1770/8/333 1768/7/333 1774/8/334 +f 1774/8/331 1775/7/607 1776/7/331 +f 1775/7/607 1774/8/331 1773/8/607 +f 1776/7/334 1775/7/608 1774/8/334 +f 1773/8/608 1774/8/334 1775/7/608 +f 1775/7/607 1771/8/337 1772/7/337 +f 1771/8/337 1775/7/607 1773/8/607 +f 1772/7/338 1771/8/338 1775/7/608 +f 1773/8/608 1775/7/608 1771/8/338 +f 1779/6/288 1778/7/288 1777/6/288 +f 1778/7/288 1779/6/288 524/7/288 +f 1777/6/287 1778/7/287 1779/6/287 +f 524/7/287 1779/6/287 1778/7/287 +f 1779/6/276 1780/7/276 524/7/276 +f 1780/7/276 1779/6/276 1781/6/276 +f 524/7/275 1780/7/275 1779/6/275 +f 1781/6/275 1779/6/275 1780/7/275 +f 1782/7/315 1777/6/317 1778/7/317 +f 1777/6/317 1782/7/315 1783/6/315 +f 1778/7/318 1777/6/318 1782/7/316 +f 1783/6/316 1782/7/316 1777/6/318 +f 1780/7/312 1785/6/311 1784/7/311 +f 1785/6/311 1780/7/312 1781/6/312 +f 1784/7/314 1785/6/314 1780/7/313 +f 1781/6/313 1780/7/313 1785/6/314 +f 1783/6/81 1779/6/81 1777/6/81 +f 1779/6/81 1783/6/81 1781/6/81 +f 1781/6/81 1783/6/81 1785/6/81 +f 1777/6/82 1779/6/82 1783/6/82 +f 1781/6/82 1783/6/82 1779/6/82 +f 1785/6/82 1783/6/82 1781/6/82 +f 1785/6/311 1782/7/315 1784/7/311 +f 1782/7/315 1785/6/311 1783/6/315 +f 1784/7/314 1782/7/316 1785/6/314 +f 1783/6/316 1785/6/314 1782/7/316 +f 526/8/276 1787/7/276 1786/7/276 +f 1787/7/276 526/8/276 1788/8/276 +f 1786/7/275 1787/7/275 526/8/275 +f 1788/8/275 526/8/275 1787/7/275 +f 526/8/288 1790/7/288 1789/8/288 +f 1790/7/288 526/8/288 1786/7/288 +f 1789/8/287 1790/7/287 526/8/287 +f 1786/7/287 526/8/287 1790/7/287 +f 1791/8/81 526/8/81 1789/8/81 +f 526/8/81 1791/8/81 1788/8/81 +f 1788/8/81 1791/8/81 1792/8/81 +f 1789/8/82 526/8/82 1791/8/82 +f 1788/8/82 1791/8/82 526/8/82 +f 1792/8/82 1791/8/82 1788/8/82 +f 1787/7/82 1790/7/82 1786/7/82 +f 1790/7/82 1787/7/82 1793/7/82 +f 1793/7/82 1787/7/82 1794/7/82 +f 1786/7/81 1790/7/81 1787/7/81 +f 1793/7/81 1787/7/81 1790/7/81 +f 1794/7/81 1787/7/81 1793/7/81 +f 1787/7/312 1792/8/311 1794/7/311 +f 1792/8/311 1787/7/312 1788/8/312 +f 1794/7/314 1792/8/314 1787/7/313 +f 1788/8/313 1787/7/313 1792/8/314 +f 1792/8/311 1793/7/557 1794/7/311 +f 1793/7/557 1792/8/311 1791/8/557 +f 1794/7/314 1793/7/558 1792/8/314 +f 1791/8/558 1792/8/314 1793/7/558 +f 1793/7/557 1789/8/317 1790/7/317 +f 1789/8/317 1793/7/557 1791/8/557 +f 1790/7/318 1789/8/318 1793/7/558 +f 1791/8/558 1793/7/558 1789/8/318 +f 57/8/96 1113/7/96 1118/8/96 +f 1113/7/96 57/8/96 64/7/96 +f 1118/8/95 1113/7/95 57/8/95 +f 64/7/95 57/8/95 1113/7/95 +f 1797/8/583 1796/7/83 1795/7/583 +f 1796/7/83 1797/8/583 1798/8/83 +f 1795/7/584 1796/7/84 1797/8/584 +f 1798/8/84 1797/8/584 1796/7/84 +f 57/8/84 1799/7/84 64/7/84 +f 1799/7/84 57/8/84 458/8/84 +f 64/7/83 1799/7/83 57/8/83 +f 458/8/83 57/8/83 1799/7/83 +f 1798/8/83 1113/7/585 1796/7/83 +f 1113/7/585 1798/8/83 1118/8/585 +f 1796/7/84 1113/7/586 1798/8/84 +f 1118/8/586 1798/8/84 1113/7/586 +f 1799/7/82 1113/7/82 64/7/82 +f 1113/7/82 1799/7/82 1796/7/82 +f 1796/7/82 1799/7/82 1795/7/82 +f 64/7/81 1113/7/81 1799/7/81 +f 1796/7/81 1799/7/81 1113/7/81 +f 1795/7/81 1799/7/81 1796/7/81 +f 1118/8/81 458/8/81 57/8/81 +f 458/8/81 1118/8/81 1798/8/81 +f 458/8/81 1798/8/81 1797/8/81 +f 57/8/82 458/8/82 1118/8/82 +f 1798/8/82 1118/8/82 458/8/82 +f 1797/8/82 1798/8/82 458/8/82 +f 1799/7/95 1797/8/95 1795/7/95 +f 1797/8/95 1799/7/95 458/8/95 +f 1795/7/96 1797/8/96 1799/7/96 +f 458/8/96 1799/7/96 1797/8/96 +f 1802/6/81 1801/6/81 1800/6/81 +f 1801/6/81 1802/6/81 1803/6/81 +f 1801/6/81 1803/6/81 1804/6/81 +f 1800/6/82 1801/6/82 1802/6/82 +f 1803/6/82 1802/6/82 1801/6/82 +f 1804/6/82 1803/6/82 1801/6/82 +f 1800/6/84 1806/7/84 1805/7/84 +f 1806/7/84 1800/6/84 1801/6/84 +f 1805/7/83 1806/7/83 1800/6/83 +f 1801/6/83 1800/6/83 1806/7/83 +f 1806/7/95 1804/6/95 1807/7/95 +f 1804/6/95 1806/7/95 1801/6/95 +f 1807/7/96 1804/6/96 1806/7/96 +f 1801/6/96 1806/7/96 1804/6/96 +f 1800/6/96 1808/7/96 1802/6/96 +f 1808/7/96 1800/6/96 1805/7/96 +f 1802/6/95 1808/7/95 1800/6/95 +f 1805/7/95 1800/6/95 1808/7/95 +f 1810/12/324 1809/11/324 1803/6/84 +f 1809/11/324 1811/13/324 1803/6/84 +f 1812/14/324 1810/12/324 1803/6/84 +f 1803/6/84 1811/13/324 1813/7/84 +f 1814/13/324 1813/7/84 1811/13/324 +f 1813/7/84 1814/13/324 1807/7/324 +f 1815/11/324 1807/7/324 1814/13/324 +f 1804/6/324 1812/14/324 1803/6/84 +f 1804/6/324 1807/7/324 1815/11/324 +f 1812/14/324 1804/6/324 1816/14/324 +f 1817/12/324 1804/6/324 1815/11/324 +f 1816/14/324 1804/6/324 1817/12/324 +f 1819/16/326 1818/15/326 1802/6/326 +f 1820/17/326 1819/16/326 1802/6/326 +f 1803/6/84 1820/17/326 1802/6/326 +f 1820/17/326 1803/6/84 1821/17/326 +f 1802/6/326 1818/15/326 1808/7/326 +f 1821/17/326 1803/6/84 1822/16/326 +f 1822/16/326 1803/6/84 1823/15/326 +f 1824/18/326 1808/7/326 1818/15/326 +f 1823/15/326 1803/6/84 1825/19/326 +f 1826/18/326 1823/15/326 1825/19/326 +f 1826/18/326 1825/19/326 1824/18/326 +f 1825/19/326 1803/6/84 1827/19/326 +f 1827/19/326 1803/6/84 1828/20/326 +f 1828/20/326 1803/6/84 1829/21/326 +f 1803/6/84 1813/7/84 1829/21/326 +f 1829/21/326 1813/7/84 1830/22/326 +f 1808/7/326 1830/22/326 1813/7/84 +f 1830/22/326 1808/7/326 1831/22/326 +f 1831/22/326 1808/7/326 1824/18/326 +f 1825/19/326 1832/20/326 1824/18/326 +f 1833/21/326 1831/22/326 1824/18/326 +f 1832/20/326 1833/21/326 1824/18/326 +f 1803/6/83 1809/11/323 1810/12/323 +f 1803/6/83 1810/12/323 1812/14/323 +f 1803/6/83 1811/13/323 1809/11/323 +f 1813/7/83 1811/13/323 1803/6/83 +f 1811/13/323 1813/7/83 1814/13/323 +f 1807/7/323 1814/13/323 1813/7/83 +f 1814/13/323 1807/7/323 1815/11/323 +f 1803/6/83 1812/14/323 1804/6/323 +f 1815/11/323 1807/7/323 1804/6/323 +f 1816/14/323 1804/6/323 1812/14/323 +f 1815/11/323 1804/6/323 1817/12/323 +f 1817/12/323 1804/6/323 1816/14/323 +f 1802/6/325 1818/15/325 1819/16/325 +f 1802/6/325 1819/16/325 1820/17/325 +f 1802/6/325 1820/17/325 1803/6/83 +f 1821/17/325 1803/6/83 1820/17/325 +f 1808/7/325 1818/15/325 1802/6/325 +f 1822/16/325 1803/6/83 1821/17/325 +f 1823/15/325 1803/6/83 1822/16/325 +f 1818/15/325 1808/7/325 1824/18/325 +f 1825/19/325 1803/6/83 1823/15/325 +f 1825/19/325 1823/15/325 1826/18/325 +f 1824/18/325 1825/19/325 1826/18/325 +f 1827/19/325 1803/6/83 1825/19/325 +f 1828/20/325 1803/6/83 1827/19/325 +f 1829/21/325 1803/6/83 1828/20/325 +f 1829/21/325 1813/7/83 1803/6/83 +f 1830/22/325 1813/7/83 1829/21/325 +f 1813/7/83 1830/22/325 1808/7/325 +f 1831/22/325 1808/7/325 1830/22/325 +f 1824/18/325 1808/7/325 1831/22/325 +f 1824/18/325 1832/20/325 1825/19/325 +f 1824/18/325 1831/22/325 1833/21/325 +f 1824/18/325 1833/21/325 1832/20/325 +f 1836/10/587 1835/9/588 1834/9/587 +f 1835/9/588 1836/10/587 1837/10/588 +f 1834/9/589 1835/9/590 1836/10/589 +f 1837/10/590 1836/10/589 1835/9/590 +f 1840/10/589 1839/9/590 1838/9/589 +f 1839/9/590 1840/10/589 1841/10/590 +f 1838/9/587 1839/9/588 1840/10/587 +f 1841/10/588 1840/10/587 1839/9/588 +f 1844/10/592 1843/9/591 1842/10/591 +f 1843/9/591 1844/10/592 1845/9/592 +f 1842/10/594 1843/9/594 1844/10/593 +f 1845/9/593 1844/10/593 1843/9/594 +f 1848/9/594 1847/10/593 1846/9/593 +f 1847/10/593 1848/9/594 1849/10/594 +f 1846/9/592 1847/10/592 1848/9/591 +f 1849/10/591 1848/9/591 1847/10/592 +f 1841/10/590 1848/9/594 1839/9/590 +f 1848/9/594 1841/10/590 1849/10/594 +f 1839/9/588 1848/9/591 1841/10/588 +f 1849/10/591 1841/10/588 1848/9/591 +f 1837/10/588 1843/9/591 1835/9/588 +f 1843/9/591 1837/10/588 1842/10/591 +f 1835/9/590 1843/9/594 1837/10/590 +f 1842/10/594 1837/10/590 1843/9/594 +f 1844/10/592 1838/9/589 1845/9/592 +f 1838/9/589 1844/10/592 1840/10/589 +f 1845/9/593 1838/9/587 1844/10/593 +f 1840/10/587 1844/10/593 1838/9/587 +f 1847/10/593 1834/9/587 1846/9/593 +f 1834/9/587 1847/10/593 1836/10/587 +f 1846/9/592 1834/9/589 1847/10/592 +f 1836/10/589 1847/10/592 1834/9/589 +f 1837/10/595 1844/10/595 1842/10/595 +f 1844/10/595 1837/10/595 1840/10/595 +f 1840/10/595 1837/10/595 1836/10/595 +f 1840/10/595 1836/10/595 1841/10/595 +f 1841/10/595 1836/10/595 1847/10/595 +f 1841/10/595 1847/10/595 1849/10/595 +f 1842/10/596 1844/10/596 1837/10/596 +f 1840/10/596 1837/10/596 1844/10/596 +f 1836/10/596 1837/10/596 1840/10/596 +f 1841/10/596 1836/10/596 1840/10/596 +f 1847/10/596 1836/10/596 1841/10/596 +f 1849/10/596 1847/10/596 1841/10/596 +f 1838/9/596 1843/9/596 1845/9/596 +f 1843/9/596 1838/9/596 1835/9/596 +f 1835/9/596 1838/9/596 1839/9/596 +f 1835/9/596 1839/9/596 1834/9/596 +f 1834/9/596 1839/9/596 1848/9/596 +f 1834/9/596 1848/9/596 1846/9/596 +f 1845/9/595 1843/9/595 1838/9/595 +f 1835/9/595 1838/9/595 1843/9/595 +f 1839/9/595 1838/9/595 1835/9/595 +f 1834/9/595 1839/9/595 1835/9/595 +f 1848/9/595 1839/9/595 1834/9/595 +f 1846/9/595 1848/9/595 1834/9/595 +f 1852/10/597 1851/9/598 1850/9/597 +f 1851/9/598 1852/10/597 1853/10/598 +f 1850/9/599 1851/9/600 1852/10/599 +f 1853/10/600 1852/10/599 1851/9/600 +f 1856/10/599 1855/9/600 1854/9/599 +f 1855/9/600 1856/10/599 1857/10/600 +f 1854/9/597 1855/9/598 1856/10/597 +f 1857/10/598 1856/10/597 1855/9/598 +f 1860/10/602 1859/9/601 1858/10/601 +f 1859/9/601 1860/10/602 1861/9/602 +f 1858/10/604 1859/9/604 1860/10/603 +f 1861/9/603 1860/10/603 1859/9/604 +f 1822/9/604 1862/10/603 1823/9/603 +f 1862/10/603 1822/9/604 1863/10/604 +f 1823/9/602 1862/10/602 1822/9/601 +f 1863/10/601 1822/9/601 1862/10/602 +f 1857/10/600 1822/9/604 1855/9/600 +f 1822/9/604 1857/10/600 1863/10/604 +f 1855/9/598 1822/9/601 1857/10/598 +f 1863/10/601 1857/10/598 1822/9/601 +f 1853/10/598 1859/9/601 1851/9/598 +f 1859/9/601 1853/10/598 1858/10/601 +f 1851/9/600 1859/9/604 1853/10/600 +f 1858/10/604 1853/10/600 1859/9/604 +f 1860/10/602 1854/9/599 1861/9/602 +f 1854/9/599 1860/10/602 1856/10/599 +f 1861/9/603 1854/9/597 1860/10/603 +f 1856/10/597 1860/10/603 1854/9/597 +f 1862/10/603 1850/9/597 1823/9/603 +f 1850/9/597 1862/10/603 1852/10/597 +f 1823/9/602 1850/9/599 1862/10/602 +f 1852/10/599 1862/10/602 1850/9/599 +f 1853/10/605 1860/10/605 1858/10/605 +f 1860/10/605 1853/10/605 1856/10/605 +f 1856/10/605 1853/10/605 1852/10/605 +f 1856/10/605 1852/10/605 1857/10/605 +f 1857/10/605 1852/10/605 1862/10/605 +f 1857/10/605 1862/10/605 1863/10/605 +f 1858/10/606 1860/10/606 1853/10/606 +f 1856/10/606 1853/10/606 1860/10/606 +f 1852/10/606 1853/10/606 1856/10/606 +f 1857/10/606 1852/10/606 1856/10/606 +f 1862/10/606 1852/10/606 1857/10/606 +f 1863/10/606 1862/10/606 1857/10/606 +f 1854/9/606 1859/9/606 1861/9/606 +f 1859/9/606 1854/9/606 1851/9/606 +f 1851/9/606 1854/9/606 1855/9/606 +f 1851/9/606 1855/9/606 1850/9/606 +f 1850/9/606 1855/9/606 1822/9/606 +f 1850/9/606 1822/9/606 1823/9/606 +f 1861/9/605 1859/9/605 1854/9/605 +f 1851/9/605 1854/9/605 1859/9/605 +f 1855/9/605 1854/9/605 1851/9/605 +f 1850/9/605 1855/9/605 1851/9/605 +f 1822/9/605 1855/9/605 1850/9/605 +f 1823/9/605 1822/9/605 1850/9/605 +f 1866/10/597 1865/9/598 1864/9/597 +f 1865/9/598 1866/10/597 1867/10/598 +f 1864/9/599 1865/9/600 1866/10/599 +f 1867/10/600 1866/10/599 1865/9/600 +f 1869/10/599 1868/9/600 1825/9/599 +f 1868/9/600 1869/10/599 1870/10/600 +f 1825/9/597 1868/9/598 1869/10/597 +f 1870/10/598 1869/10/597 1868/9/598 +f 1872/10/602 1833/9/601 1871/10/601 +f 1833/9/601 1872/10/602 1832/9/602 +f 1871/10/604 1833/9/604 1872/10/603 +f 1832/9/603 1872/10/603 1833/9/604 +f 1875/9/604 1874/10/603 1873/9/603 +f 1874/10/603 1875/9/604 1876/10/604 +f 1873/9/602 1874/10/602 1875/9/601 +f 1876/10/601 1875/9/601 1874/10/602 +f 1870/10/600 1875/9/604 1868/9/600 +f 1875/9/604 1870/10/600 1876/10/604 +f 1868/9/598 1875/9/601 1870/10/598 +f 1876/10/601 1870/10/598 1875/9/601 +f 1867/10/598 1833/9/601 1865/9/598 +f 1833/9/601 1867/10/598 1871/10/601 +f 1865/9/600 1833/9/604 1867/10/600 +f 1871/10/604 1867/10/600 1833/9/604 +f 1872/10/602 1825/9/599 1832/9/602 +f 1825/9/599 1872/10/602 1869/10/599 +f 1832/9/603 1825/9/597 1872/10/603 +f 1869/10/597 1872/10/603 1825/9/597 +f 1874/10/603 1864/9/597 1873/9/603 +f 1864/9/597 1874/10/603 1866/10/597 +f 1873/9/602 1864/9/599 1874/10/602 +f 1866/10/599 1874/10/602 1864/9/599 +f 1867/10/605 1872/10/605 1871/10/605 +f 1872/10/605 1867/10/605 1869/10/605 +f 1869/10/605 1867/10/605 1866/10/605 +f 1869/10/605 1866/10/605 1870/10/605 +f 1870/10/605 1866/10/605 1874/10/605 +f 1870/10/605 1874/10/605 1876/10/605 +f 1871/10/606 1872/10/606 1867/10/606 +f 1869/10/606 1867/10/606 1872/10/606 +f 1866/10/606 1867/10/606 1869/10/606 +f 1870/10/606 1866/10/606 1869/10/606 +f 1874/10/606 1866/10/606 1870/10/606 +f 1876/10/606 1874/10/606 1870/10/606 +f 1825/9/606 1833/9/606 1832/9/606 +f 1833/9/606 1825/9/606 1865/9/606 +f 1865/9/606 1825/9/606 1868/9/606 +f 1865/9/606 1868/9/606 1864/9/606 +f 1864/9/606 1868/9/606 1875/9/606 +f 1864/9/606 1875/9/606 1873/9/606 +f 1832/9/605 1833/9/605 1825/9/605 +f 1865/9/605 1825/9/605 1833/9/605 +f 1868/9/605 1825/9/605 1865/9/605 +f 1864/9/605 1868/9/605 1865/9/605 +f 1875/9/605 1868/9/605 1864/9/605 +f 1873/9/605 1875/9/605 1864/9/605 +f 1879/6/310 1878/7/310 1877/6/310 +f 1878/7/310 1879/6/310 461/7/310 +f 1877/6/309 1878/7/309 1879/6/309 +f 461/7/309 1879/6/309 1878/7/309 +f 1879/6/308 1880/7/308 461/7/308 +f 1880/7/308 1879/6/308 1881/6/308 +f 461/7/307 1880/7/307 1879/6/307 +f 1881/6/307 1879/6/307 1880/7/307 +f 1882/7/336 1877/6/338 1878/7/338 +f 1877/6/338 1882/7/336 1883/6/336 +f 1878/7/337 1877/6/337 1882/7/335 +f 1883/6/335 1882/7/335 1877/6/337 +f 1880/7/333 1885/6/334 1884/7/334 +f 1885/6/334 1880/7/333 1881/6/333 +f 1884/7/331 1885/6/331 1880/7/332 +f 1881/6/332 1880/7/332 1885/6/331 +f 1883/6/81 1879/6/81 1877/6/81 +f 1879/6/81 1883/6/81 1881/6/81 +f 1881/6/81 1883/6/81 1885/6/81 +f 1877/6/82 1879/6/82 1883/6/82 +f 1881/6/82 1883/6/82 1879/6/82 +f 1885/6/82 1883/6/82 1881/6/82 +f 1885/6/334 1882/7/336 1884/7/334 +f 1882/7/336 1885/6/334 1883/6/336 +f 1884/7/331 1882/7/335 1885/6/331 +f 1883/6/335 1885/6/331 1882/7/335 +f 466/8/308 1887/7/308 1886/7/308 +f 1887/7/308 466/8/308 1888/8/308 +f 1886/7/307 1887/7/307 466/8/307 +f 1888/8/307 466/8/307 1887/7/307 +f 466/8/310 1890/7/310 1889/8/310 +f 1890/7/310 466/8/310 1886/7/310 +f 1889/8/309 1890/7/309 466/8/309 +f 1886/7/309 466/8/309 1890/7/309 +f 1891/8/81 466/8/81 1889/8/81 +f 466/8/81 1891/8/81 1888/8/81 +f 1888/8/81 1891/8/81 1892/8/81 +f 1889/8/82 466/8/82 1891/8/82 +f 1888/8/82 1891/8/82 466/8/82 +f 1892/8/82 1891/8/82 1888/8/82 +f 1887/7/82 1890/7/82 1886/7/82 +f 1890/7/82 1887/7/82 1893/7/82 +f 1893/7/82 1887/7/82 1894/7/82 +f 1886/7/81 1890/7/81 1887/7/81 +f 1893/7/81 1887/7/81 1890/7/81 +f 1894/7/81 1887/7/81 1893/7/81 +f 1887/7/333 1892/8/334 1894/7/334 +f 1892/8/334 1887/7/333 1888/8/333 +f 1894/7/331 1892/8/331 1887/7/332 +f 1888/8/332 1887/7/332 1892/8/331 +f 1892/8/334 1893/7/608 1894/7/334 +f 1893/7/608 1892/8/334 1891/8/608 +f 1894/7/331 1893/7/607 1892/8/331 +f 1891/8/607 1892/8/331 1893/7/607 +f 1893/7/608 1889/8/338 1890/7/338 +f 1889/8/338 1893/7/608 1891/8/608 +f 1890/7/337 1889/8/337 1893/7/607 +f 1891/8/607 1893/7/607 1889/8/337 +f 1897/6/96 1896/7/96 1895/6/96 +f 1896/7/96 1897/6/96 471/7/96 +f 1895/6/95 1896/7/95 1897/6/95 +f 471/7/95 1897/6/95 1896/7/95 +f 1897/6/84 1898/7/84 471/7/84 +f 1898/7/84 1897/6/84 1899/6/84 +f 471/7/83 1898/7/83 1897/6/83 +f 1899/6/83 1897/6/83 1898/7/83 +f 1900/7/343 1895/6/345 1896/7/345 +f 1895/6/345 1900/7/343 1901/6/343 +f 1896/7/346 1895/6/346 1900/7/344 +f 1901/6/344 1900/7/344 1895/6/346 +f 1898/7/340 1903/6/339 1902/7/339 +f 1903/6/339 1898/7/340 1899/6/340 +f 1902/7/342 1903/6/342 1898/7/341 +f 1899/6/341 1898/7/341 1903/6/342 +f 1901/6/81 1897/6/81 1895/6/81 +f 1897/6/81 1901/6/81 1899/6/81 +f 1899/6/81 1901/6/81 1903/6/81 +f 1895/6/82 1897/6/82 1901/6/82 +f 1899/6/82 1901/6/82 1897/6/82 +f 1903/6/82 1901/6/82 1899/6/82 +f 1903/6/339 1900/7/343 1902/7/339 +f 1900/7/343 1903/6/339 1901/6/343 +f 1902/7/342 1900/7/344 1903/6/342 +f 1901/6/344 1903/6/342 1900/7/344 +f 476/8/84 1905/7/84 1904/7/84 +f 1905/7/84 476/8/84 1906/8/84 +f 1904/7/83 1905/7/83 476/8/83 +f 1906/8/83 476/8/83 1905/7/83 +f 476/8/96 1908/7/96 1907/8/96 +f 1908/7/96 476/8/96 1904/7/96 +f 1907/8/95 1908/7/95 476/8/95 +f 1904/7/95 476/8/95 1908/7/95 +f 1909/8/81 476/8/81 1907/8/81 +f 476/8/81 1909/8/81 1906/8/81 +f 1906/8/81 1909/8/81 1910/8/81 +f 1907/8/82 476/8/82 1909/8/82 +f 1906/8/82 1909/8/82 476/8/82 +f 1910/8/82 1909/8/82 1906/8/82 +f 1905/7/82 1908/7/82 1904/7/82 +f 1908/7/82 1905/7/82 1911/7/82 +f 1911/7/82 1905/7/82 1912/7/82 +f 1904/7/81 1908/7/81 1905/7/81 +f 1911/7/81 1905/7/81 1908/7/81 +f 1912/7/81 1905/7/81 1911/7/81 +f 1905/7/340 1910/8/339 1912/7/339 +f 1910/8/339 1905/7/340 1906/8/340 +f 1912/7/342 1910/8/342 1905/7/341 +f 1906/8/341 1905/7/341 1910/8/342 +f 1910/8/339 1911/7/609 1912/7/339 +f 1911/7/609 1910/8/339 1909/8/609 +f 1912/7/342 1911/7/610 1910/8/342 +f 1909/8/610 1910/8/342 1911/7/610 +f 1911/7/609 1907/8/345 1908/7/345 +f 1907/8/345 1911/7/609 1909/8/609 +f 1908/7/346 1907/8/346 1911/7/610 +f 1909/8/610 1911/7/610 1907/8/346 +f 1915/8/307 1914/7/611 1913/7/307 +f 1914/7/611 1915/8/307 1916/8/611 +f 1913/7/308 1914/7/612 1915/8/308 +f 1916/8/612 1915/8/308 1914/7/612 +f 1919/8/614 1918/7/613 1917/8/613 +f 1918/7/613 1919/8/614 1920/7/614 +f 1917/8/616 1918/7/616 1919/8/615 +f 1920/7/615 1919/8/615 1918/7/616 +f 1916/8/611 1918/7/613 1914/7/611 +f 1918/7/613 1916/8/611 1917/8/613 +f 1914/7/612 1918/7/616 1916/8/612 +f 1917/8/616 1916/8/612 1918/7/616 +f 1922/8/617 1913/7/307 1921/7/617 +f 1913/7/307 1922/8/617 1915/8/307 +f 1921/7/618 1913/7/308 1922/8/618 +f 1915/8/308 1922/8/618 1913/7/308 +f 1917/8/81 1923/8/81 1919/8/81 +f 1923/8/81 1917/8/81 1916/8/81 +f 1923/8/81 1916/8/81 1915/8/81 +f 1923/8/81 1915/8/81 1922/8/81 +f 1923/8/81 1922/8/81 1924/8/81 +f 1919/8/82 1923/8/82 1917/8/82 +f 1916/8/82 1917/8/82 1923/8/82 +f 1915/8/82 1916/8/82 1923/8/82 +f 1922/8/82 1915/8/82 1923/8/82 +f 1924/8/82 1922/8/82 1923/8/82 +f 1926/7/620 1924/8/619 1925/7/619 +f 1924/8/619 1926/7/620 1923/8/620 +f 1925/7/622 1924/8/622 1926/7/621 +f 1923/8/621 1926/7/621 1924/8/622 +f 1925/7/619 1922/8/617 1921/7/617 +f 1922/8/617 1925/7/619 1924/8/619 +f 1921/7/618 1922/8/618 1925/7/622 +f 1924/8/622 1925/7/622 1922/8/618 +f 526/8/310 1927/7/310 1788/8/310 +f 1927/7/310 526/8/310 1928/7/310 +f 1788/8/309 1927/7/309 526/8/309 +f 1928/7/309 526/8/309 1927/7/309 +f 1324/8/623 1930/7/307 1929/7/623 +f 1930/7/307 1324/8/623 1931/8/307 +f 1929/7/624 1930/7/308 1324/8/624 +f 1931/8/308 1324/8/624 1930/7/308 +f 526/8/308 1932/7/308 1928/7/308 +f 1932/7/308 526/8/308 180/8/308 +f 1928/7/307 1932/7/307 526/8/307 +f 180/8/307 526/8/307 1932/7/307 +f 1931/8/307 1927/7/625 1930/7/307 +f 1927/7/625 1931/8/307 1788/8/625 +f 1930/7/308 1927/7/626 1931/8/308 +f 1788/8/626 1931/8/308 1927/7/626 +f 1932/7/82 1927/7/82 1928/7/82 +f 1927/7/82 1932/7/82 1930/7/82 +f 1930/7/82 1932/7/82 1929/7/82 +f 1928/7/81 1927/7/81 1932/7/81 +f 1930/7/81 1932/7/81 1927/7/81 +f 1929/7/81 1932/7/81 1930/7/81 +f 1788/8/81 180/8/81 526/8/81 +f 180/8/81 1788/8/81 1931/8/81 +f 180/8/81 1931/8/81 1324/8/81 +f 526/8/82 180/8/82 1788/8/82 +f 1931/8/82 1788/8/82 180/8/82 +f 1324/8/82 1931/8/82 180/8/82 +f 1932/7/309 1324/8/309 1929/7/309 +f 1324/8/309 1932/7/309 180/8/309 +f 1929/7/310 1324/8/310 1932/7/310 +f 180/8/310 1932/7/310 1324/8/310 +f 1933/6/81 1302/6/81 1779/6/81 +f 1302/6/81 1933/6/81 1934/6/81 +f 1302/6/81 1934/6/81 1935/6/81 +f 1779/6/82 1302/6/82 1933/6/82 +f 1934/6/82 1933/6/82 1302/6/82 +f 1935/6/82 1934/6/82 1302/6/82 +f 1779/6/308 169/7/308 524/7/308 +f 169/7/308 1779/6/308 1302/6/308 +f 524/7/307 169/7/307 1779/6/307 +f 1302/6/307 1779/6/307 169/7/307 +f 169/7/309 1935/6/309 1936/7/309 +f 1935/6/309 169/7/309 1302/6/309 +f 1936/7/310 1935/6/310 169/7/310 +f 1302/6/310 169/7/310 1935/6/310 +f 1779/6/310 1937/7/310 1933/6/310 +f 1937/7/310 1779/6/310 524/7/310 +f 1933/6/309 1937/7/309 1779/6/309 +f 524/7/309 1779/6/309 1937/7/309 +f 1939/24/352 1938/23/352 1934/6/308 +f 1938/23/352 1940/25/352 1934/6/308 +f 1941/26/352 1939/24/352 1934/6/308 +f 1940/25/352 1942/27/352 1934/6/308 +f 1943/25/352 1942/27/352 1940/25/352 +f 1942/27/352 1944/28/352 1934/6/308 +f 1942/27/352 1943/25/352 1945/27/352 +f 1945/27/352 1943/25/352 1946/28/352 +f 1946/28/352 1943/25/352 1947/29/352 +f 1944/28/352 1948/29/352 1934/6/308 +f 1943/25/352 1949/23/352 1947/29/352 +f 1935/6/352 1941/26/352 1934/6/308 +f 1934/6/308 1948/29/352 1950/7/308 +f 1951/30/352 1950/7/308 1948/29/352 +f 1952/30/352 1950/7/308 1951/30/352 +f 1941/26/352 1935/6/352 1953/26/352 +f 1953/26/352 1935/6/352 1954/24/352 +f 1954/24/352 1935/6/352 1949/23/352 +f 1950/7/308 1952/30/352 1936/7/352 +f 1947/29/352 1936/7/352 1952/30/352 +f 1949/23/352 1936/7/352 1947/29/352 +f 1935/6/352 1936/7/352 1949/23/352 +f 1956/32/354 1955/31/354 1933/6/354 +f 1957/33/354 1956/32/354 1933/6/354 +f 1933/6/354 1955/31/354 1937/7/354 +f 1958/34/354 1937/7/354 1955/31/354 +f 1959/34/354 1937/7/354 1958/34/354 +f 1937/7/354 1959/34/354 1950/7/308 +f 1960/31/354 1950/7/308 1959/34/354 +f 1934/6/308 1957/33/354 1933/6/354 +f 1934/6/308 1950/7/308 1960/31/354 +f 1957/33/354 1934/6/308 1961/33/354 +f 1962/32/354 1934/6/308 1960/31/354 +f 1961/33/354 1934/6/308 1962/32/354 +f 1934/6/307 1938/23/351 1939/24/351 +f 1934/6/307 1939/24/351 1941/26/351 +f 1934/6/307 1940/25/351 1938/23/351 +f 1934/6/307 1941/26/351 1935/6/351 +f 1953/26/351 1935/6/351 1941/26/351 +f 1954/24/351 1935/6/351 1953/26/351 +f 1949/23/351 1935/6/351 1954/24/351 +f 1949/23/351 1936/7/351 1935/6/351 +f 1947/29/351 1936/7/351 1949/23/351 +f 1947/29/351 1949/23/351 1943/25/351 +f 1952/30/351 1936/7/351 1947/29/351 +f 1947/29/351 1943/25/351 1946/28/351 +f 1946/28/351 1943/25/351 1945/27/351 +f 1936/7/351 1952/30/351 1950/7/307 +f 1951/30/351 1950/7/307 1952/30/351 +f 1948/29/351 1950/7/307 1951/30/351 +f 1950/7/307 1948/29/351 1934/6/307 +f 1934/6/307 1948/29/351 1944/28/351 +f 1945/27/351 1943/25/351 1942/27/351 +f 1934/6/307 1944/28/351 1942/27/351 +f 1940/25/351 1942/27/351 1943/25/351 +f 1934/6/307 1942/27/351 1940/25/351 +f 1933/6/353 1955/31/353 1956/32/353 +f 1933/6/353 1956/32/353 1957/33/353 +f 1937/7/353 1955/31/353 1933/6/353 +f 1955/31/353 1937/7/353 1958/34/353 +f 1958/34/353 1937/7/353 1959/34/353 +f 1950/7/307 1959/34/353 1937/7/353 +f 1959/34/353 1950/7/307 1960/31/353 +f 1933/6/353 1957/33/353 1934/6/307 +f 1960/31/353 1950/7/307 1934/6/307 +f 1961/33/353 1934/6/307 1957/33/353 +f 1960/31/353 1934/6/307 1962/32/353 +f 1962/32/353 1934/6/307 1961/33/353 +f 1964/10/627 1963/9/628 1959/9/627 +f 1963/9/628 1964/10/627 1965/10/628 +f 1959/9/629 1963/9/630 1964/10/629 +f 1965/10/630 1964/10/629 1963/9/630 +f 1967/10/629 1961/9/630 1966/9/629 +f 1961/9/630 1967/10/629 1968/10/630 +f 1966/9/627 1961/9/628 1967/10/627 +f 1968/10/628 1967/10/627 1961/9/628 +f 1971/10/632 1970/9/631 1969/10/631 +f 1970/9/631 1971/10/632 1972/9/632 +f 1969/10/634 1970/9/634 1971/10/633 +f 1972/9/633 1971/10/633 1970/9/634 +f 1975/9/634 1974/10/633 1973/9/633 +f 1974/10/633 1975/9/634 1976/10/634 +f 1973/9/632 1974/10/632 1975/9/631 +f 1976/10/631 1975/9/631 1974/10/632 +f 1968/10/630 1975/9/634 1961/9/630 +f 1975/9/634 1968/10/630 1976/10/634 +f 1961/9/628 1975/9/631 1968/10/628 +f 1976/10/631 1968/10/628 1975/9/631 +f 1965/10/628 1970/9/631 1963/9/628 +f 1970/9/631 1965/10/628 1969/10/631 +f 1963/9/630 1970/9/634 1965/10/630 +f 1969/10/634 1965/10/630 1970/9/634 +f 1971/10/632 1966/9/629 1972/9/632 +f 1966/9/629 1971/10/632 1967/10/629 +f 1972/9/633 1966/9/627 1971/10/633 +f 1967/10/627 1971/10/633 1966/9/627 +f 1974/10/633 1959/9/627 1973/9/633 +f 1959/9/627 1974/10/633 1964/10/627 +f 1973/9/632 1959/9/629 1974/10/632 +f 1964/10/629 1974/10/632 1959/9/629 +f 1965/10/635 1971/10/635 1969/10/635 +f 1971/10/635 1965/10/635 1967/10/635 +f 1967/10/635 1965/10/635 1964/10/635 +f 1967/10/635 1964/10/635 1968/10/635 +f 1968/10/635 1964/10/635 1974/10/635 +f 1968/10/635 1974/10/635 1976/10/635 +f 1969/10/636 1971/10/636 1965/10/636 +f 1967/10/636 1965/10/636 1971/10/636 +f 1964/10/636 1965/10/636 1967/10/636 +f 1968/10/636 1964/10/636 1967/10/636 +f 1974/10/636 1964/10/636 1968/10/636 +f 1976/10/636 1974/10/636 1968/10/636 +f 1966/9/636 1970/9/636 1972/9/636 +f 1970/9/636 1966/9/636 1963/9/636 +f 1963/9/636 1966/9/636 1961/9/636 +f 1963/9/636 1961/9/636 1959/9/636 +f 1959/9/636 1961/9/636 1975/9/636 +f 1959/9/636 1975/9/636 1973/9/636 +f 1972/9/635 1970/9/635 1966/9/635 +f 1963/9/635 1966/9/635 1970/9/635 +f 1961/9/635 1966/9/635 1963/9/635 +f 1959/9/635 1961/9/635 1963/9/635 +f 1975/9/635 1961/9/635 1959/9/635 +f 1973/9/635 1975/9/635 1959/9/635 +f 1978/10/637 1977/9/638 1943/9/637 +f 1977/9/638 1978/10/637 1979/10/638 +f 1943/9/639 1977/9/640 1978/10/639 +f 1979/10/640 1978/10/639 1977/9/640 +f 1981/10/639 1953/9/640 1980/9/639 +f 1953/9/640 1981/10/639 1982/10/640 +f 1980/9/637 1953/9/638 1981/10/637 +f 1982/10/638 1981/10/637 1953/9/638 +f 1985/10/642 1984/9/641 1983/10/641 +f 1984/9/641 1985/10/642 1986/9/642 +f 1983/10/644 1984/9/644 1985/10/643 +f 1986/9/643 1985/10/643 1984/9/644 +f 1954/9/644 1987/10/643 1949/9/643 +f 1987/10/643 1954/9/644 1988/10/644 +f 1949/9/642 1987/10/642 1954/9/641 +f 1988/10/641 1954/9/641 1987/10/642 +f 1982/10/640 1954/9/644 1953/9/640 +f 1954/9/644 1982/10/640 1988/10/644 +f 1953/9/638 1954/9/641 1982/10/638 +f 1988/10/641 1982/10/638 1954/9/641 +f 1979/10/638 1984/9/641 1977/9/638 +f 1984/9/641 1979/10/638 1983/10/641 +f 1977/9/640 1984/9/644 1979/10/640 +f 1983/10/644 1979/10/640 1984/9/644 +f 1985/10/642 1980/9/639 1986/9/642 +f 1980/9/639 1985/10/642 1981/10/639 +f 1986/9/643 1980/9/637 1985/10/643 +f 1981/10/637 1985/10/643 1980/9/637 +f 1987/10/643 1943/9/637 1949/9/643 +f 1943/9/637 1987/10/643 1978/10/637 +f 1949/9/642 1943/9/639 1987/10/642 +f 1978/10/639 1987/10/642 1943/9/639 +f 1979/10/645 1985/10/645 1983/10/645 +f 1985/10/645 1979/10/645 1981/10/645 +f 1981/10/645 1979/10/645 1978/10/645 +f 1981/10/645 1978/10/645 1982/10/645 +f 1982/10/645 1978/10/645 1987/10/645 +f 1982/10/645 1987/10/645 1988/10/645 +f 1983/10/646 1985/10/646 1979/10/646 +f 1981/10/646 1979/10/646 1985/10/646 +f 1978/10/646 1979/10/646 1981/10/646 +f 1982/10/646 1978/10/646 1981/10/646 +f 1987/10/646 1978/10/646 1982/10/646 +f 1988/10/646 1987/10/646 1982/10/646 +f 1980/9/646 1984/9/646 1986/9/646 +f 1984/9/646 1980/9/646 1977/9/646 +f 1977/9/646 1980/9/646 1953/9/646 +f 1977/9/646 1953/9/646 1943/9/646 +f 1943/9/646 1953/9/646 1954/9/646 +f 1943/9/646 1954/9/646 1949/9/646 +f 1986/9/645 1984/9/645 1980/9/645 +f 1977/9/645 1980/9/645 1984/9/645 +f 1953/9/645 1980/9/645 1977/9/645 +f 1943/9/645 1953/9/645 1977/9/645 +f 1954/9/645 1953/9/645 1943/9/645 +f 1949/9/645 1954/9/645 1943/9/645 +f 1991/9/637 1990/10/638 1989/9/638 +f 1990/10/638 1991/9/637 1992/10/637 +f 1989/9/640 1990/10/640 1991/9/639 +f 1992/10/639 1991/9/639 1990/10/640 +f 1995/10/639 1994/9/640 1993/9/639 +f 1994/9/640 1995/10/639 1996/10/640 +f 1993/9/637 1994/9/638 1995/10/637 +f 1996/10/638 1995/10/637 1994/9/638 +f 1999/10/642 1998/9/641 1997/10/641 +f 1998/9/641 1999/10/642 2000/9/642 +f 1997/10/644 1998/9/644 1999/10/643 +f 2000/9/643 1999/10/643 1998/9/644 +f 1946/9/644 2001/10/643 1947/9/643 +f 2001/10/643 1946/9/644 2002/10/644 +f 1947/9/642 2001/10/642 1946/9/641 +f 2002/10/641 1946/9/641 2001/10/642 +f 1994/9/640 2002/10/644 1946/9/644 +f 2002/10/644 1994/9/640 1996/10/640 +f 1946/9/641 2002/10/641 1994/9/638 +f 1996/10/638 1994/9/638 2002/10/641 +f 1990/10/638 1998/9/641 1989/9/638 +f 1998/9/641 1990/10/638 1997/10/641 +f 1989/9/640 1998/9/644 1990/10/640 +f 1997/10/644 1990/10/640 1998/9/644 +f 2000/9/642 1995/10/639 1993/9/639 +f 1995/10/639 2000/9/642 1999/10/642 +f 1993/9/637 1995/10/637 2000/9/643 +f 1999/10/643 2000/9/643 1995/10/637 +f 2001/10/643 1991/9/637 1947/9/643 +f 1991/9/637 2001/10/643 1992/10/637 +f 1947/9/642 1991/9/639 2001/10/642 +f 1992/10/639 2001/10/642 1991/9/639 +f 1990/10/645 1999/10/645 1997/10/645 +f 1999/10/645 1990/10/645 1995/10/645 +f 1995/10/645 1990/10/645 1992/10/645 +f 1995/10/645 1992/10/645 1996/10/645 +f 1996/10/645 1992/10/645 2001/10/645 +f 1996/10/645 2001/10/645 2002/10/645 +f 1997/10/646 1999/10/646 1990/10/646 +f 1995/10/646 1990/10/646 1999/10/646 +f 1992/10/646 1990/10/646 1995/10/646 +f 1996/10/646 1992/10/646 1995/10/646 +f 2001/10/646 1992/10/646 1996/10/646 +f 2002/10/646 2001/10/646 1996/10/646 +f 1993/9/646 1998/9/646 2000/9/646 +f 1998/9/646 1993/9/646 1989/9/646 +f 1989/9/646 1993/9/646 1994/9/646 +f 1989/9/646 1994/9/646 1991/9/646 +f 1991/9/646 1994/9/646 1946/9/646 +f 1991/9/646 1946/9/646 1947/9/646 +f 2000/9/645 1998/9/645 1993/9/645 +f 1989/9/645 1993/9/645 1998/9/645 +f 1994/9/645 1993/9/645 1989/9/645 +f 1991/9/645 1994/9/645 1989/9/645 +f 1946/9/645 1994/9/645 1991/9/645 +f 1947/9/645 1946/9/645 1991/9/645 +f 2005/8/307 2004/7/611 2003/7/307 +f 2004/7/611 2005/8/307 2006/8/611 +f 2003/7/308 2004/7/612 2005/8/308 +f 2006/8/612 2005/8/308 2004/7/612 +f 2009/8/614 2008/7/613 2007/8/613 +f 2008/7/613 2009/8/614 2010/7/614 +f 2007/8/616 2008/7/616 2009/8/615 +f 2010/7/615 2009/8/615 2008/7/616 +f 2006/8/611 2008/7/613 2004/7/611 +f 2008/7/613 2006/8/611 2007/8/613 +f 2004/7/612 2008/7/616 2006/8/612 +f 2007/8/616 2006/8/612 2008/7/616 +f 2012/8/617 2003/7/307 2011/7/617 +f 2003/7/307 2012/8/617 2005/8/307 +f 2011/7/618 2003/7/308 2012/8/618 +f 2005/8/308 2012/8/618 2003/7/308 +f 2007/8/81 2013/8/81 2009/8/81 +f 2013/8/81 2007/8/81 2006/8/81 +f 2013/8/81 2006/8/81 2005/8/81 +f 2013/8/81 2005/8/81 2012/8/81 +f 2013/8/81 2012/8/81 2014/8/81 +f 2009/8/82 2013/8/82 2007/8/82 +f 2006/8/82 2007/8/82 2013/8/82 +f 2005/8/82 2006/8/82 2013/8/82 +f 2012/8/82 2005/8/82 2013/8/82 +f 2014/8/82 2012/8/82 2013/8/82 +f 2016/7/620 2014/8/619 2015/7/619 +f 2014/8/619 2016/7/620 2013/8/620 +f 2015/7/622 2014/8/622 2016/7/621 +f 2013/8/621 2016/7/621 2014/8/622 +f 2015/7/619 2012/8/617 2011/7/617 +f 2012/8/617 2015/7/619 2014/8/619 +f 2011/7/618 2012/8/618 2015/7/622 +f 2014/8/622 2015/7/622 2012/8/618 +f 249/8/310 1428/7/310 1433/8/310 +f 1428/7/310 249/8/310 256/7/310 +f 1433/8/309 1428/7/309 249/8/309 +f 256/7/309 249/8/309 1428/7/309 +f 1889/8/623 2018/7/307 2017/7/623 +f 2018/7/307 1889/8/623 2019/8/307 +f 2017/7/624 2018/7/308 1889/8/624 +f 2019/8/308 1889/8/624 2018/7/308 +f 249/8/308 711/7/308 256/7/308 +f 711/7/308 249/8/308 466/8/308 +f 256/7/307 711/7/307 249/8/307 +f 466/8/307 249/8/307 711/7/307 +f 2019/8/307 1428/7/625 2018/7/307 +f 1428/7/625 2019/8/307 1433/8/625 +f 2018/7/308 1428/7/626 2019/8/308 +f 1433/8/626 2019/8/308 1428/7/626 +f 711/7/82 1428/7/82 256/7/82 +f 1428/7/82 711/7/82 2018/7/82 +f 2018/7/82 711/7/82 2017/7/82 +f 256/7/81 1428/7/81 711/7/81 +f 2018/7/81 711/7/81 1428/7/81 +f 2017/7/81 711/7/81 2018/7/81 +f 1433/8/81 466/8/81 249/8/81 +f 466/8/81 1433/8/81 2019/8/81 +f 466/8/81 2019/8/81 1889/8/81 +f 249/8/82 466/8/82 1433/8/82 +f 2019/8/82 1433/8/82 466/8/82 +f 1889/8/82 2019/8/82 466/8/82 +f 711/7/309 1889/8/309 2017/7/309 +f 1889/8/309 711/7/309 466/8/309 +f 2017/7/310 1889/8/310 711/7/310 +f 466/8/310 711/7/310 1889/8/310 +f 2020/6/81 1879/6/81 1415/6/81 +f 1879/6/81 2020/6/81 2021/6/81 +f 1879/6/81 2021/6/81 2022/6/81 +f 1415/6/82 1879/6/82 2020/6/82 +f 2021/6/82 2020/6/82 1879/6/82 +f 2022/6/82 2021/6/82 1879/6/82 +f 1415/6/308 461/7/308 241/7/308 +f 461/7/308 1415/6/308 1879/6/308 +f 241/7/307 461/7/307 1415/6/307 +f 1879/6/307 1415/6/307 461/7/307 +f 461/7/309 2022/6/309 2023/7/309 +f 2022/6/309 461/7/309 1879/6/309 +f 2023/7/310 2022/6/310 461/7/310 +f 1879/6/310 461/7/310 2022/6/310 +f 1415/6/310 2024/7/310 2020/6/310 +f 2024/7/310 1415/6/310 241/7/310 +f 2020/6/309 2024/7/309 1415/6/309 +f 241/7/309 1415/6/309 2024/7/309 +f 2026/24/352 2025/23/352 2021/6/308 +f 2025/23/352 2027/25/352 2021/6/308 +f 2028/26/352 2026/24/352 2021/6/308 +f 2027/25/352 2029/27/352 2021/6/308 +f 2030/25/352 2029/27/352 2027/25/352 +f 2029/27/352 2031/28/352 2021/6/308 +f 2029/27/352 2030/25/352 2032/27/352 +f 2032/27/352 2030/25/352 2033/28/352 +f 2033/28/352 2030/25/352 2034/29/352 +f 2031/28/352 2035/29/352 2021/6/308 +f 2030/25/352 2036/23/352 2034/29/352 +f 2022/6/352 2028/26/352 2021/6/308 +f 2021/6/308 2035/29/352 2037/7/308 +f 2038/30/352 2037/7/308 2035/29/352 +f 2039/30/352 2037/7/308 2038/30/352 +f 2028/26/352 2022/6/352 2040/26/352 +f 2040/26/352 2022/6/352 2041/24/352 +f 2041/24/352 2022/6/352 2036/23/352 +f 2037/7/308 2039/30/352 2023/7/352 +f 2034/29/352 2023/7/352 2039/30/352 +f 2036/23/352 2023/7/352 2034/29/352 +f 2022/6/352 2023/7/352 2036/23/352 +f 2043/32/354 2042/31/354 2020/6/354 +f 2044/33/354 2043/32/354 2020/6/354 +f 2020/6/354 2042/31/354 2024/7/354 +f 2045/34/354 2024/7/354 2042/31/354 +f 2046/34/354 2024/7/354 2045/34/354 +f 2024/7/354 2046/34/354 2037/7/308 +f 2047/31/354 2037/7/308 2046/34/354 +f 2021/6/308 2044/33/354 2020/6/354 +f 2021/6/308 2037/7/308 2047/31/354 +f 2044/33/354 2021/6/308 2048/33/354 +f 2049/32/354 2021/6/308 2047/31/354 +f 2048/33/354 2021/6/308 2049/32/354 +f 2021/6/307 2025/23/351 2026/24/351 +f 2021/6/307 2026/24/351 2028/26/351 +f 2021/6/307 2027/25/351 2025/23/351 +f 2021/6/307 2028/26/351 2022/6/351 +f 2040/26/351 2022/6/351 2028/26/351 +f 2041/24/351 2022/6/351 2040/26/351 +f 2036/23/351 2022/6/351 2041/24/351 +f 2036/23/351 2023/7/351 2022/6/351 +f 2034/29/351 2023/7/351 2036/23/351 +f 2034/29/351 2036/23/351 2030/25/351 +f 2039/30/351 2023/7/351 2034/29/351 +f 2034/29/351 2030/25/351 2033/28/351 +f 2033/28/351 2030/25/351 2032/27/351 +f 2023/7/351 2039/30/351 2037/7/307 +f 2038/30/351 2037/7/307 2039/30/351 +f 2035/29/351 2037/7/307 2038/30/351 +f 2037/7/307 2035/29/351 2021/6/307 +f 2021/6/307 2035/29/351 2031/28/351 +f 2032/27/351 2030/25/351 2029/27/351 +f 2021/6/307 2031/28/351 2029/27/351 +f 2027/25/351 2029/27/351 2030/25/351 +f 2021/6/307 2029/27/351 2027/25/351 +f 2020/6/353 2042/31/353 2043/32/353 +f 2020/6/353 2043/32/353 2044/33/353 +f 2024/7/353 2042/31/353 2020/6/353 +f 2042/31/353 2024/7/353 2045/34/353 +f 2045/34/353 2024/7/353 2046/34/353 +f 2037/7/307 2046/34/353 2024/7/353 +f 2046/34/353 2037/7/307 2047/31/353 +f 2020/6/353 2044/33/353 2021/6/307 +f 2047/31/353 2037/7/307 2021/6/307 +f 2048/33/353 2021/6/307 2044/33/353 +f 2047/31/353 2021/6/307 2049/32/353 +f 2049/32/353 2021/6/307 2048/33/353 +f 2051/10/627 2050/9/628 2046/9/627 +f 2050/9/628 2051/10/627 2052/10/628 +f 2046/9/629 2050/9/630 2051/10/629 +f 2052/10/630 2051/10/629 2050/9/630 +f 2054/10/629 2048/9/630 2053/9/629 +f 2048/9/630 2054/10/629 2055/10/630 +f 2053/9/627 2048/9/628 2054/10/627 +f 2055/10/628 2054/10/627 2048/9/628 +f 2058/10/632 2057/9/631 2056/10/631 +f 2057/9/631 2058/10/632 2059/9/632 +f 2056/10/634 2057/9/634 2058/10/633 +f 2059/9/633 2058/10/633 2057/9/634 +f 2049/9/634 2060/10/633 2047/9/633 +f 2060/10/633 2049/9/634 2061/10/634 +f 2047/9/632 2060/10/632 2049/9/631 +f 2061/10/631 2049/9/631 2060/10/632 +f 2055/10/630 2049/9/634 2048/9/630 +f 2049/9/634 2055/10/630 2061/10/634 +f 2048/9/628 2049/9/631 2055/10/628 +f 2061/10/631 2055/10/628 2049/9/631 +f 2052/10/628 2057/9/631 2050/9/628 +f 2057/9/631 2052/10/628 2056/10/631 +f 2050/9/630 2057/9/634 2052/10/630 +f 2056/10/634 2052/10/630 2057/9/634 +f 2058/10/632 2053/9/629 2059/9/632 +f 2053/9/629 2058/10/632 2054/10/629 +f 2059/9/633 2053/9/627 2058/10/633 +f 2054/10/627 2058/10/633 2053/9/627 +f 2060/10/633 2046/9/627 2047/9/633 +f 2046/9/627 2060/10/633 2051/10/627 +f 2047/9/632 2046/9/629 2060/10/632 +f 2051/10/629 2060/10/632 2046/9/629 +f 2052/10/635 2058/10/635 2056/10/635 +f 2058/10/635 2052/10/635 2054/10/635 +f 2054/10/635 2052/10/635 2051/10/635 +f 2054/10/635 2051/10/635 2055/10/635 +f 2055/10/635 2051/10/635 2060/10/635 +f 2055/10/635 2060/10/635 2061/10/635 +f 2056/10/636 2058/10/636 2052/10/636 +f 2054/10/636 2052/10/636 2058/10/636 +f 2051/10/636 2052/10/636 2054/10/636 +f 2055/10/636 2051/10/636 2054/10/636 +f 2060/10/636 2051/10/636 2055/10/636 +f 2061/10/636 2060/10/636 2055/10/636 +f 2053/9/636 2057/9/636 2059/9/636 +f 2057/9/636 2053/9/636 2050/9/636 +f 2050/9/636 2053/9/636 2048/9/636 +f 2050/9/636 2048/9/636 2046/9/636 +f 2046/9/636 2048/9/636 2049/9/636 +f 2046/9/636 2049/9/636 2047/9/636 +f 2059/9/635 2057/9/635 2053/9/635 +f 2050/9/635 2053/9/635 2057/9/635 +f 2048/9/635 2053/9/635 2050/9/635 +f 2046/9/635 2048/9/635 2050/9/635 +f 2049/9/635 2048/9/635 2046/9/635 +f 2047/9/635 2049/9/635 2046/9/635 +f 2063/10/637 2027/9/638 2062/9/637 +f 2027/9/638 2063/10/637 2064/10/638 +f 2062/9/639 2027/9/640 2063/10/639 +f 2064/10/640 2063/10/639 2027/9/640 +f 2066/10/639 2065/9/640 2028/9/639 +f 2065/9/640 2066/10/639 2067/10/640 +f 2028/9/637 2065/9/638 2066/10/637 +f 2067/10/638 2066/10/637 2065/9/638 +f 2070/10/642 2069/9/641 2068/10/641 +f 2069/9/641 2070/10/642 2071/9/642 +f 2068/10/644 2069/9/644 2070/10/643 +f 2071/9/643 2070/10/643 2069/9/644 +f 2074/9/644 2073/10/643 2072/9/643 +f 2073/10/643 2074/9/644 2075/10/644 +f 2072/9/642 2073/10/642 2074/9/641 +f 2075/10/641 2074/9/641 2073/10/642 +f 2067/10/640 2074/9/644 2065/9/640 +f 2074/9/644 2067/10/640 2075/10/644 +f 2065/9/638 2074/9/641 2067/10/638 +f 2075/10/641 2067/10/638 2074/9/641 +f 2064/10/638 2069/9/641 2027/9/638 +f 2069/9/641 2064/10/638 2068/10/641 +f 2027/9/640 2069/9/644 2064/10/640 +f 2068/10/644 2064/10/640 2069/9/644 +f 2070/10/642 2028/9/639 2071/9/642 +f 2028/9/639 2070/10/642 2066/10/639 +f 2071/9/643 2028/9/637 2070/10/643 +f 2066/10/637 2070/10/643 2028/9/637 +f 2073/10/643 2062/9/637 2072/9/643 +f 2062/9/637 2073/10/643 2063/10/637 +f 2072/9/642 2062/9/639 2073/10/642 +f 2063/10/639 2073/10/642 2062/9/639 +f 2064/10/645 2070/10/645 2068/10/645 +f 2070/10/645 2064/10/645 2066/10/645 +f 2066/10/645 2064/10/645 2063/10/645 +f 2066/10/645 2063/10/645 2067/10/645 +f 2067/10/645 2063/10/645 2073/10/645 +f 2067/10/645 2073/10/645 2075/10/645 +f 2068/10/646 2070/10/646 2064/10/646 +f 2066/10/646 2064/10/646 2070/10/646 +f 2063/10/646 2064/10/646 2066/10/646 +f 2067/10/646 2063/10/646 2066/10/646 +f 2073/10/646 2063/10/646 2067/10/646 +f 2075/10/646 2073/10/646 2067/10/646 +f 2028/9/646 2069/9/646 2071/9/646 +f 2069/9/646 2028/9/646 2027/9/646 +f 2027/9/646 2028/9/646 2065/9/646 +f 2027/9/646 2065/9/646 2062/9/646 +f 2062/9/646 2065/9/646 2074/9/646 +f 2062/9/646 2074/9/646 2072/9/646 +f 2071/9/645 2069/9/645 2028/9/645 +f 2027/9/645 2028/9/645 2069/9/645 +f 2065/9/645 2028/9/645 2027/9/645 +f 2062/9/645 2065/9/645 2027/9/645 +f 2074/9/645 2065/9/645 2062/9/645 +f 2072/9/645 2074/9/645 2062/9/645 +f 2078/9/637 2077/10/638 2076/9/638 +f 2077/10/638 2078/9/637 2079/10/637 +f 2076/9/640 2077/10/640 2078/9/639 +f 2079/10/639 2078/9/639 2077/10/640 +f 2082/10/639 2081/9/640 2080/9/639 +f 2081/9/640 2082/10/639 2083/10/640 +f 2080/9/637 2081/9/638 2082/10/637 +f 2083/10/638 2082/10/637 2081/9/638 +f 2086/10/642 2085/9/641 2084/10/641 +f 2085/9/641 2086/10/642 2087/9/642 +f 2084/10/644 2085/9/644 2086/10/643 +f 2087/9/643 2086/10/643 2085/9/644 +f 2090/9/644 2089/10/643 2088/9/643 +f 2089/10/643 2090/9/644 2091/10/644 +f 2088/9/642 2089/10/642 2090/9/641 +f 2091/10/641 2090/9/641 2089/10/642 +f 2081/9/640 2091/10/644 2090/9/644 +f 2091/10/644 2081/9/640 2083/10/640 +f 2090/9/641 2091/10/641 2081/9/638 +f 2083/10/638 2081/9/638 2091/10/641 +f 2077/10/638 2085/9/641 2076/9/638 +f 2085/9/641 2077/10/638 2084/10/641 +f 2076/9/640 2085/9/644 2077/10/640 +f 2084/10/644 2077/10/640 2085/9/644 +f 2087/9/642 2082/10/639 2080/9/639 +f 2082/10/639 2087/9/642 2086/10/642 +f 2080/9/637 2082/10/637 2087/9/643 +f 2086/10/643 2087/9/643 2082/10/637 +f 2089/10/643 2078/9/637 2088/9/643 +f 2078/9/637 2089/10/643 2079/10/637 +f 2088/9/642 2078/9/639 2089/10/642 +f 2079/10/639 2089/10/642 2078/9/639 +f 2077/10/645 2086/10/645 2084/10/645 +f 2086/10/645 2077/10/645 2082/10/645 +f 2082/10/645 2077/10/645 2079/10/645 +f 2082/10/645 2079/10/645 2083/10/645 +f 2083/10/645 2079/10/645 2089/10/645 +f 2083/10/645 2089/10/645 2091/10/645 +f 2084/10/646 2086/10/646 2077/10/646 +f 2082/10/646 2077/10/646 2086/10/646 +f 2079/10/646 2077/10/646 2082/10/646 +f 2083/10/646 2079/10/646 2082/10/646 +f 2089/10/646 2079/10/646 2083/10/646 +f 2091/10/646 2089/10/646 2083/10/646 +f 2080/9/646 2085/9/646 2087/9/646 +f 2085/9/646 2080/9/646 2076/9/646 +f 2076/9/646 2080/9/646 2081/9/646 +f 2076/9/646 2081/9/646 2078/9/646 +f 2078/9/646 2081/9/646 2090/9/646 +f 2078/9/646 2090/9/646 2088/9/646 +f 2087/9/645 2085/9/645 2080/9/645 +f 2076/9/645 2080/9/645 2085/9/645 +f 2081/9/645 2080/9/645 2076/9/645 +f 2078/9/645 2081/9/645 2076/9/645 +f 2090/9/645 2081/9/645 2078/9/645 +f 2088/9/645 2090/9/645 2078/9/645 +f 2094/8/371 2093/7/612 2092/7/371 +f 2093/7/612 2094/8/371 2095/8/612 +f 2092/7/372 2093/7/611 2094/8/372 +f 2095/8/611 2094/8/372 2093/7/611 +f 2098/8/615 2097/7/616 2096/8/616 +f 2097/7/616 2098/8/615 2099/7/615 +f 2096/8/613 2097/7/613 2098/8/614 +f 2099/7/614 2098/8/614 2097/7/613 +f 2095/8/612 2097/7/616 2093/7/612 +f 2097/7/616 2095/8/612 2096/8/616 +f 2093/7/611 2097/7/613 2095/8/611 +f 2096/8/613 2095/8/611 2097/7/613 +f 2101/8/618 2092/7/371 2100/7/618 +f 2092/7/371 2101/8/618 2094/8/371 +f 2100/7/617 2092/7/372 2101/8/617 +f 2094/8/372 2101/8/617 2092/7/372 +f 2096/8/81 2102/8/81 2098/8/81 +f 2102/8/81 2096/8/81 2095/8/81 +f 2102/8/81 2095/8/81 2094/8/81 +f 2102/8/81 2094/8/81 2101/8/81 +f 2102/8/81 2101/8/81 2103/8/81 +f 2098/8/82 2102/8/82 2096/8/82 +f 2095/8/82 2096/8/82 2102/8/82 +f 2094/8/82 2095/8/82 2102/8/82 +f 2101/8/82 2094/8/82 2102/8/82 +f 2103/8/82 2101/8/82 2102/8/82 +f 2105/7/621 2103/8/622 2104/7/622 +f 2103/8/622 2105/7/621 2102/8/621 +f 2104/7/619 2103/8/619 2105/7/620 +f 2102/8/620 2105/7/620 2103/8/619 +f 2104/7/622 2101/8/618 2100/7/618 +f 2101/8/618 2104/7/622 2103/8/622 +f 2100/7/617 2101/8/617 2104/7/619 +f 2103/8/619 2104/7/619 2101/8/617 +f 476/8/373 2106/7/373 1906/8/373 +f 2106/7/373 476/8/373 2107/7/373 +f 1906/8/374 2106/7/374 476/8/374 +f 2107/7/374 476/8/374 2106/7/374 +f 1114/8/624 2109/7/371 2108/7/624 +f 2109/7/371 1114/8/624 2110/8/371 +f 2108/7/623 2109/7/372 1114/8/623 +f 2110/8/372 1114/8/623 2109/7/372 +f 476/8/372 2111/7/372 2107/7/372 +f 2111/7/372 476/8/372 615/8/372 +f 2107/7/371 2111/7/371 476/8/371 +f 615/8/371 476/8/371 2111/7/371 +f 2110/8/371 2106/7/626 2109/7/371 +f 2106/7/626 2110/8/371 1906/8/626 +f 2109/7/372 2106/7/625 2110/8/372 +f 1906/8/625 2110/8/372 2106/7/625 +f 2111/7/82 2106/7/82 2107/7/82 +f 2106/7/82 2111/7/82 2109/7/82 +f 2109/7/82 2111/7/82 2108/7/82 +f 2107/7/81 2106/7/81 2111/7/81 +f 2109/7/81 2111/7/81 2106/7/81 +f 2108/7/81 2111/7/81 2109/7/81 +f 1906/8/81 615/8/81 476/8/81 +f 615/8/81 1906/8/81 2110/8/81 +f 615/8/81 2110/8/81 1114/8/81 +f 476/8/82 615/8/82 1906/8/82 +f 2110/8/82 1906/8/82 615/8/82 +f 1114/8/82 2110/8/82 615/8/82 +f 2111/7/374 1114/8/374 2108/7/374 +f 1114/8/374 2111/7/374 615/8/374 +f 2108/7/373 1114/8/373 2111/7/373 +f 615/8/373 2111/7/373 1114/8/373 +f 1899/6/81 2112/6/81 1897/6/81 +f 2112/6/81 1899/6/81 2113/6/81 +f 2112/6/81 2113/6/81 2114/6/81 +f 1897/6/82 2112/6/82 1899/6/82 +f 2113/6/82 1899/6/82 2112/6/82 +f 2114/6/82 2113/6/82 2112/6/82 +f 1897/6/372 614/7/372 471/7/372 +f 614/7/372 1897/6/372 2112/6/372 +f 471/7/371 614/7/371 1897/6/371 +f 2112/6/371 1897/6/371 614/7/371 +f 614/7/374 2114/6/374 2115/7/374 +f 2114/6/374 614/7/374 2112/6/374 +f 2115/7/373 2114/6/373 614/7/373 +f 2112/6/373 614/7/373 2114/6/373 +f 1897/6/373 1898/7/373 1899/6/373 +f 1898/7/373 1897/6/373 471/7/373 +f 1899/6/374 1898/7/374 1897/6/374 +f 471/7/374 1897/6/374 1898/7/374 +f 2117/24/351 2116/23/351 2113/6/372 +f 2116/23/351 2118/25/351 2113/6/372 +f 2119/26/351 2117/24/351 2113/6/372 +f 2118/25/351 2120/27/351 2113/6/372 +f 2121/25/351 2120/27/351 2118/25/351 +f 2120/27/351 2122/28/351 2113/6/372 +f 2120/27/351 2121/25/351 2123/27/351 +f 2123/27/351 2121/25/351 2124/28/351 +f 2124/28/351 2121/25/351 2125/29/351 +f 2122/28/351 2126/29/351 2113/6/372 +f 2121/25/351 2127/23/351 2125/29/351 +f 2114/6/351 2119/26/351 2113/6/372 +f 2113/6/372 2126/29/351 2128/7/372 +f 2129/30/351 2128/7/372 2126/29/351 +f 2130/30/351 2128/7/372 2129/30/351 +f 2119/26/351 2114/6/351 2131/26/351 +f 2131/26/351 2114/6/351 2132/24/351 +f 2132/24/351 2114/6/351 2127/23/351 +f 2128/7/372 2130/30/351 2115/7/351 +f 2125/29/351 2115/7/351 2130/30/351 +f 2127/23/351 2115/7/351 2125/29/351 +f 2114/6/351 2115/7/351 2127/23/351 +f 2134/32/353 2133/31/353 1899/6/353 +f 2135/33/353 2134/32/353 1899/6/353 +f 1899/6/353 2133/31/353 1898/7/353 +f 2136/34/353 1898/7/353 2133/31/353 +f 2137/34/353 1898/7/353 2136/34/353 +f 1898/7/353 2137/34/353 2128/7/372 +f 2138/31/353 2128/7/372 2137/34/353 +f 2113/6/372 2135/33/353 1899/6/353 +f 2113/6/372 2128/7/372 2138/31/353 +f 2135/33/353 2113/6/372 2139/33/353 +f 2140/32/353 2113/6/372 2138/31/353 +f 2139/33/353 2113/6/372 2140/32/353 +f 2113/6/371 2116/23/352 2117/24/352 +f 2113/6/371 2117/24/352 2119/26/352 +f 2113/6/371 2118/25/352 2116/23/352 +f 2113/6/371 2119/26/352 2114/6/352 +f 2131/26/352 2114/6/352 2119/26/352 +f 2132/24/352 2114/6/352 2131/26/352 +f 2127/23/352 2114/6/352 2132/24/352 +f 2127/23/352 2115/7/352 2114/6/352 +f 2125/29/352 2115/7/352 2127/23/352 +f 2125/29/352 2127/23/352 2121/25/352 +f 2130/30/352 2115/7/352 2125/29/352 +f 2125/29/352 2121/25/352 2124/28/352 +f 2124/28/352 2121/25/352 2123/27/352 +f 2115/7/352 2130/30/352 2128/7/371 +f 2129/30/352 2128/7/371 2130/30/352 +f 2126/29/352 2128/7/371 2129/30/352 +f 2128/7/371 2126/29/352 2113/6/371 +f 2113/6/371 2126/29/352 2122/28/352 +f 2123/27/352 2121/25/352 2120/27/352 +f 2113/6/371 2122/28/352 2120/27/352 +f 2118/25/352 2120/27/352 2121/25/352 +f 2113/6/371 2120/27/352 2118/25/352 +f 1899/6/354 2133/31/354 2134/32/354 +f 1899/6/354 2134/32/354 2135/33/354 +f 1898/7/354 2133/31/354 1899/6/354 +f 2133/31/354 1898/7/354 2136/34/354 +f 2136/34/354 1898/7/354 2137/34/354 +f 2128/7/371 2137/34/354 1898/7/354 +f 2137/34/354 2128/7/371 2138/31/354 +f 1899/6/354 2135/33/354 2113/6/371 +f 2138/31/354 2128/7/371 2113/6/371 +f 2139/33/354 2113/6/371 2135/33/354 +f 2138/31/354 2113/6/371 2140/32/354 +f 2140/32/354 2113/6/371 2139/33/354 +f 2143/10/647 2142/9/648 2141/9/647 +f 2142/9/648 2143/10/647 2144/10/648 +f 2141/9/649 2142/9/650 2143/10/649 +f 2144/10/650 2143/10/649 2142/9/650 +f 2147/10/649 2146/9/650 2145/9/649 +f 2146/9/650 2147/10/649 2148/10/650 +f 2145/9/647 2146/9/648 2147/10/647 +f 2148/10/648 2147/10/647 2146/9/648 +f 2151/10/652 2150/9/651 2149/10/651 +f 2150/9/651 2151/10/652 2152/9/652 +f 2149/10/654 2150/9/654 2151/10/653 +f 2152/9/653 2151/10/653 2150/9/654 +f 2155/9/654 2154/10/653 2153/9/653 +f 2154/10/653 2155/9/654 2156/10/654 +f 2153/9/652 2154/10/652 2155/9/651 +f 2156/10/651 2155/9/651 2154/10/652 +f 2148/10/650 2155/9/654 2146/9/650 +f 2155/9/654 2148/10/650 2156/10/654 +f 2146/9/648 2155/9/651 2148/10/648 +f 2156/10/651 2148/10/648 2155/9/651 +f 2144/10/648 2150/9/651 2142/9/648 +f 2150/9/651 2144/10/648 2149/10/651 +f 2142/9/650 2150/9/654 2144/10/650 +f 2149/10/654 2144/10/650 2150/9/654 +f 2151/10/652 2145/9/649 2152/9/652 +f 2145/9/649 2151/10/652 2147/10/649 +f 2152/9/653 2145/9/647 2151/10/653 +f 2147/10/647 2151/10/653 2145/9/647 +f 2154/10/653 2141/9/647 2153/9/653 +f 2141/9/647 2154/10/653 2143/10/647 +f 2153/9/652 2141/9/649 2154/10/652 +f 2143/10/649 2154/10/652 2141/9/649 +f 2144/10/655 2151/10/655 2149/10/655 +f 2151/10/655 2144/10/655 2147/10/655 +f 2147/10/655 2144/10/655 2143/10/655 +f 2147/10/655 2143/10/655 2148/10/655 +f 2148/10/655 2143/10/655 2154/10/655 +f 2148/10/655 2154/10/655 2156/10/655 +f 2149/10/656 2151/10/656 2144/10/656 +f 2147/10/656 2144/10/656 2151/10/656 +f 2143/10/656 2144/10/656 2147/10/656 +f 2148/10/656 2143/10/656 2147/10/656 +f 2154/10/656 2143/10/656 2148/10/656 +f 2156/10/656 2154/10/656 2148/10/656 +f 2145/9/656 2150/9/656 2152/9/656 +f 2150/9/656 2145/9/656 2142/9/656 +f 2142/9/656 2145/9/656 2146/9/656 +f 2142/9/656 2146/9/656 2141/9/656 +f 2141/9/656 2146/9/656 2155/9/656 +f 2141/9/656 2155/9/656 2153/9/656 +f 2152/9/655 2150/9/655 2145/9/655 +f 2142/9/655 2145/9/655 2150/9/655 +f 2146/9/655 2145/9/655 2142/9/655 +f 2141/9/655 2146/9/655 2142/9/655 +f 2155/9/655 2146/9/655 2141/9/655 +f 2153/9/655 2155/9/655 2141/9/655 +f 2158/10/657 2157/9/658 2121/9/657 +f 2157/9/658 2158/10/657 2159/10/658 +f 2121/9/659 2157/9/660 2158/10/659 +f 2159/10/660 2158/10/659 2157/9/660 +f 2161/10/659 2131/9/660 2160/9/659 +f 2131/9/660 2161/10/659 2162/10/660 +f 2160/9/657 2131/9/658 2161/10/657 +f 2162/10/658 2161/10/657 2131/9/658 +f 2165/10/662 2164/9/661 2163/10/661 +f 2164/9/661 2165/10/662 2166/9/662 +f 2163/10/664 2164/9/664 2165/10/663 +f 2166/9/663 2165/10/663 2164/9/664 +f 2132/9/664 2167/10/663 2127/9/663 +f 2167/10/663 2132/9/664 2168/10/664 +f 2127/9/662 2167/10/662 2132/9/661 +f 2168/10/661 2132/9/661 2167/10/662 +f 2162/10/660 2132/9/664 2131/9/660 +f 2132/9/664 2162/10/660 2168/10/664 +f 2131/9/658 2132/9/661 2162/10/658 +f 2168/10/661 2162/10/658 2132/9/661 +f 2159/10/658 2164/9/661 2157/9/658 +f 2164/9/661 2159/10/658 2163/10/661 +f 2157/9/660 2164/9/664 2159/10/660 +f 2163/10/664 2159/10/660 2164/9/664 +f 2165/10/662 2160/9/659 2166/9/662 +f 2160/9/659 2165/10/662 2161/10/659 +f 2166/9/663 2160/9/657 2165/10/663 +f 2161/10/657 2165/10/663 2160/9/657 +f 2167/10/663 2121/9/657 2127/9/663 +f 2121/9/657 2167/10/663 2158/10/657 +f 2127/9/662 2121/9/659 2167/10/662 +f 2158/10/659 2167/10/662 2121/9/659 +f 2159/10/665 2165/10/665 2163/10/665 +f 2165/10/665 2159/10/665 2161/10/665 +f 2161/10/665 2159/10/665 2158/10/665 +f 2161/10/665 2158/10/665 2162/10/665 +f 2162/10/665 2158/10/665 2167/10/665 +f 2162/10/665 2167/10/665 2168/10/665 +f 2163/10/666 2165/10/666 2159/10/666 +f 2161/10/666 2159/10/666 2165/10/666 +f 2158/10/666 2159/10/666 2161/10/666 +f 2162/10/666 2158/10/666 2161/10/666 +f 2167/10/666 2158/10/666 2162/10/666 +f 2168/10/666 2167/10/666 2162/10/666 +f 2160/9/666 2164/9/666 2166/9/666 +f 2164/9/666 2160/9/666 2157/9/666 +f 2157/9/666 2160/9/666 2131/9/666 +f 2157/9/666 2131/9/666 2121/9/666 +f 2121/9/666 2131/9/666 2132/9/666 +f 2121/9/666 2132/9/666 2127/9/666 +f 2166/9/665 2164/9/665 2160/9/665 +f 2157/9/665 2160/9/665 2164/9/665 +f 2131/9/665 2160/9/665 2157/9/665 +f 2121/9/665 2131/9/665 2157/9/665 +f 2132/9/665 2131/9/665 2121/9/665 +f 2127/9/665 2132/9/665 2121/9/665 +f 2171/9/657 2170/10/658 2169/9/658 +f 2170/10/658 2171/9/657 2172/10/657 +f 2169/9/660 2170/10/660 2171/9/659 +f 2172/10/659 2171/9/659 2170/10/660 +f 2175/10/659 2174/9/660 2173/9/659 +f 2174/9/660 2175/10/659 2176/10/660 +f 2173/9/657 2174/9/658 2175/10/657 +f 2176/10/658 2175/10/657 2174/9/658 +f 2179/10/662 2178/9/661 2177/10/661 +f 2178/9/661 2179/10/662 2180/9/662 +f 2177/10/664 2178/9/664 2179/10/663 +f 2180/9/663 2179/10/663 2178/9/664 +f 2124/9/664 2181/10/663 2125/9/663 +f 2181/10/663 2124/9/664 2182/10/664 +f 2125/9/662 2181/10/662 2124/9/661 +f 2182/10/661 2124/9/661 2181/10/662 +f 2174/9/660 2182/10/664 2124/9/664 +f 2182/10/664 2174/9/660 2176/10/660 +f 2124/9/661 2182/10/661 2174/9/658 +f 2176/10/658 2174/9/658 2182/10/661 +f 2170/10/658 2178/9/661 2169/9/658 +f 2178/9/661 2170/10/658 2177/10/661 +f 2169/9/660 2178/9/664 2170/10/660 +f 2177/10/664 2170/10/660 2178/9/664 +f 2180/9/662 2175/10/659 2173/9/659 +f 2175/10/659 2180/9/662 2179/10/662 +f 2173/9/657 2175/10/657 2180/9/663 +f 2179/10/663 2180/9/663 2175/10/657 +f 2181/10/663 2171/9/657 2125/9/663 +f 2171/9/657 2181/10/663 2172/10/657 +f 2125/9/662 2171/9/659 2181/10/662 +f 2172/10/659 2181/10/662 2171/9/659 +f 2170/10/665 2179/10/665 2177/10/665 +f 2179/10/665 2170/10/665 2175/10/665 +f 2175/10/665 2170/10/665 2172/10/665 +f 2175/10/665 2172/10/665 2176/10/665 +f 2176/10/665 2172/10/665 2181/10/665 +f 2176/10/665 2181/10/665 2182/10/665 +f 2177/10/666 2179/10/666 2170/10/666 +f 2175/10/666 2170/10/666 2179/10/666 +f 2172/10/666 2170/10/666 2175/10/666 +f 2176/10/666 2172/10/666 2175/10/666 +f 2181/10/666 2172/10/666 2176/10/666 +f 2182/10/666 2181/10/666 2176/10/666 +f 2173/9/666 2178/9/666 2180/9/666 +f 2178/9/666 2173/9/666 2169/9/666 +f 2169/9/666 2173/9/666 2174/9/666 +f 2169/9/666 2174/9/666 2171/9/666 +f 2171/9/666 2174/9/666 2124/9/666 +f 2171/9/666 2124/9/666 2125/9/666 +f 2180/9/665 2178/9/665 2173/9/665 +f 2169/9/665 2173/9/665 2178/9/665 +f 2174/9/665 2173/9/665 2169/9/665 +f 2171/9/665 2174/9/665 2169/9/665 +f 2124/9/665 2174/9/665 2171/9/665 +f 2125/9/665 2124/9/665 2171/9/665 +f 2185/8/371 2184/7/612 2183/7/371 +f 2184/7/612 2185/8/371 2186/8/612 +f 2183/7/372 2184/7/611 2185/8/372 +f 2186/8/611 2185/8/372 2184/7/611 +f 2189/8/615 2188/7/616 2187/8/616 +f 2188/7/616 2189/8/615 2190/7/615 +f 2187/8/613 2188/7/613 2189/8/614 +f 2190/7/614 2189/8/614 2188/7/613 +f 2186/8/612 2188/7/616 2184/7/612 +f 2188/7/616 2186/8/612 2187/8/616 +f 2184/7/611 2188/7/613 2186/8/611 +f 2187/8/613 2186/8/611 2188/7/613 +f 2192/8/618 2183/7/371 2191/7/618 +f 2183/7/371 2192/8/618 2185/8/371 +f 2191/7/617 2183/7/372 2192/8/617 +f 2185/8/372 2192/8/617 2183/7/372 +f 2187/8/81 2193/8/81 2189/8/81 +f 2193/8/81 2187/8/81 2186/8/81 +f 2193/8/81 2186/8/81 2185/8/81 +f 2193/8/81 2185/8/81 2192/8/81 +f 2193/8/81 2192/8/81 2194/8/81 +f 2189/8/82 2193/8/82 2187/8/82 +f 2186/8/82 2187/8/82 2193/8/82 +f 2185/8/82 2186/8/82 2193/8/82 +f 2192/8/82 2185/8/82 2193/8/82 +f 2194/8/82 2192/8/82 2193/8/82 +f 2196/7/621 2194/8/622 2195/7/622 +f 2194/8/622 2196/7/621 2193/8/621 +f 2195/7/619 2194/8/619 2196/7/620 +f 2193/8/620 2196/7/620 2194/8/619 +f 2195/7/622 2192/8/618 2191/7/618 +f 2192/8/618 2195/7/622 2194/8/622 +f 2191/7/617 2192/8/617 2195/7/619 +f 2194/8/619 2195/7/619 2192/8/617 +f 121/8/373 2197/7/373 1223/8/373 +f 2197/7/373 121/8/373 2198/7/373 +f 1223/8/374 2197/7/374 121/8/374 +f 2198/7/374 121/8/374 2197/7/374 +f 1712/8/624 2200/7/371 2199/7/624 +f 2200/7/371 1712/8/624 2201/8/371 +f 2199/7/623 2200/7/372 1712/8/623 +f 2201/8/372 1712/8/623 2200/7/372 +f 121/8/372 2202/7/372 2198/7/372 +f 2202/7/372 121/8/372 374/8/372 +f 2198/7/371 2202/7/371 121/8/371 +f 374/8/371 121/8/371 2202/7/371 +f 2201/8/371 2197/7/626 2200/7/371 +f 2197/7/626 2201/8/371 1223/8/626 +f 2200/7/372 2197/7/625 2201/8/372 +f 1223/8/625 2201/8/372 2197/7/625 +f 2202/7/82 2197/7/82 2198/7/82 +f 2197/7/82 2202/7/82 2200/7/82 +f 2200/7/82 2202/7/82 2199/7/82 +f 2198/7/81 2197/7/81 2202/7/81 +f 2200/7/81 2202/7/81 2197/7/81 +f 2199/7/81 2202/7/81 2200/7/81 +f 1223/8/81 374/8/81 121/8/81 +f 374/8/81 1223/8/81 2201/8/81 +f 374/8/81 2201/8/81 1712/8/81 +f 121/8/82 374/8/82 1223/8/82 +f 2201/8/82 1223/8/82 374/8/82 +f 1712/8/82 2201/8/82 374/8/82 +f 2202/7/374 1712/8/374 2199/7/374 +f 1712/8/374 2202/7/374 374/8/374 +f 2199/7/373 1712/8/373 2202/7/373 +f 374/8/373 2202/7/373 1712/8/373 +f 2203/6/81 1702/6/81 1205/6/81 +f 1702/6/81 2203/6/81 2204/6/81 +f 1702/6/81 2204/6/81 2205/6/81 +f 1205/6/82 1702/6/82 2203/6/82 +f 2204/6/82 2203/6/82 1702/6/82 +f 2205/6/82 2204/6/82 1702/6/82 +f 1205/6/372 369/7/372 113/7/372 +f 369/7/372 1205/6/372 1702/6/372 +f 113/7/371 369/7/371 1205/6/371 +f 1702/6/371 1205/6/371 369/7/371 +f 369/7/374 2205/6/374 2206/7/374 +f 2205/6/374 369/7/374 1702/6/374 +f 2206/7/373 2205/6/373 369/7/373 +f 1702/6/373 369/7/373 2205/6/373 +f 1205/6/373 2207/7/373 2203/6/373 +f 2207/7/373 1205/6/373 113/7/373 +f 2203/6/374 2207/7/374 1205/6/374 +f 113/7/374 1205/6/374 2207/7/374 +f 2209/24/351 2208/23/351 2204/6/372 +f 2208/23/351 2210/25/351 2204/6/372 +f 2211/26/351 2209/24/351 2204/6/372 +f 2210/25/351 2212/27/351 2204/6/372 +f 2213/25/351 2212/27/351 2210/25/351 +f 2212/27/351 2214/28/351 2204/6/372 +f 2212/27/351 2213/25/351 2215/27/351 +f 2215/27/351 2213/25/351 2216/28/351 +f 2216/28/351 2213/25/351 2217/29/351 +f 2214/28/351 2218/29/351 2204/6/372 +f 2213/25/351 2219/23/351 2217/29/351 +f 2205/6/351 2211/26/351 2204/6/372 +f 2204/6/372 2218/29/351 2220/7/372 +f 2221/30/351 2220/7/372 2218/29/351 +f 2222/30/351 2220/7/372 2221/30/351 +f 2211/26/351 2205/6/351 2223/26/351 +f 2223/26/351 2205/6/351 2224/24/351 +f 2224/24/351 2205/6/351 2219/23/351 +f 2220/7/372 2222/30/351 2206/7/351 +f 2217/29/351 2206/7/351 2222/30/351 +f 2219/23/351 2206/7/351 2217/29/351 +f 2205/6/351 2206/7/351 2219/23/351 +f 2226/32/353 2225/31/353 2203/6/353 +f 2227/33/353 2226/32/353 2203/6/353 +f 2203/6/353 2225/31/353 2207/7/353 +f 2228/34/353 2207/7/353 2225/31/353 +f 2229/34/353 2207/7/353 2228/34/353 +f 2207/7/353 2229/34/353 2220/7/372 +f 2230/31/353 2220/7/372 2229/34/353 +f 2204/6/372 2227/33/353 2203/6/353 +f 2204/6/372 2220/7/372 2230/31/353 +f 2227/33/353 2204/6/372 2231/33/353 +f 2232/32/353 2204/6/372 2230/31/353 +f 2231/33/353 2204/6/372 2232/32/353 +f 2204/6/371 2208/23/352 2209/24/352 +f 2204/6/371 2209/24/352 2211/26/352 +f 2204/6/371 2210/25/352 2208/23/352 +f 2204/6/371 2211/26/352 2205/6/352 +f 2223/26/352 2205/6/352 2211/26/352 +f 2224/24/352 2205/6/352 2223/26/352 +f 2219/23/352 2205/6/352 2224/24/352 +f 2219/23/352 2206/7/352 2205/6/352 +f 2217/29/352 2206/7/352 2219/23/352 +f 2217/29/352 2219/23/352 2213/25/352 +f 2222/30/352 2206/7/352 2217/29/352 +f 2217/29/352 2213/25/352 2216/28/352 +f 2216/28/352 2213/25/352 2215/27/352 +f 2206/7/352 2222/30/352 2220/7/371 +f 2221/30/352 2220/7/371 2222/30/352 +f 2218/29/352 2220/7/371 2221/30/352 +f 2220/7/371 2218/29/352 2204/6/371 +f 2204/6/371 2218/29/352 2214/28/352 +f 2215/27/352 2213/25/352 2212/27/352 +f 2204/6/371 2214/28/352 2212/27/352 +f 2210/25/352 2212/27/352 2213/25/352 +f 2204/6/371 2212/27/352 2210/25/352 +f 2203/6/354 2225/31/354 2226/32/354 +f 2203/6/354 2226/32/354 2227/33/354 +f 2207/7/354 2225/31/354 2203/6/354 +f 2225/31/354 2207/7/354 2228/34/354 +f 2228/34/354 2207/7/354 2229/34/354 +f 2220/7/371 2229/34/354 2207/7/354 +f 2229/34/354 2220/7/371 2230/31/354 +f 2203/6/354 2227/33/354 2204/6/371 +f 2230/31/354 2220/7/371 2204/6/371 +f 2231/33/354 2204/6/371 2227/33/354 +f 2230/31/354 2204/6/371 2232/32/354 +f 2232/32/354 2204/6/371 2231/33/354 +f 2234/10/647 2233/9/648 2229/9/647 +f 2233/9/648 2234/10/647 2235/10/648 +f 2229/9/649 2233/9/650 2234/10/649 +f 2235/10/650 2234/10/649 2233/9/650 +f 2237/10/649 2231/9/650 2236/9/649 +f 2231/9/650 2237/10/649 2238/10/650 +f 2236/9/647 2231/9/648 2237/10/647 +f 2238/10/648 2237/10/647 2231/9/648 +f 2241/10/652 2240/9/651 2239/10/651 +f 2240/9/651 2241/10/652 2242/9/652 +f 2239/10/654 2240/9/654 2241/10/653 +f 2242/9/653 2241/10/653 2240/9/654 +f 2232/9/654 2243/10/653 2230/9/653 +f 2243/10/653 2232/9/654 2244/10/654 +f 2230/9/652 2243/10/652 2232/9/651 +f 2244/10/651 2232/9/651 2243/10/652 +f 2238/10/650 2232/9/654 2231/9/650 +f 2232/9/654 2238/10/650 2244/10/654 +f 2231/9/648 2232/9/651 2238/10/648 +f 2244/10/651 2238/10/648 2232/9/651 +f 2235/10/648 2240/9/651 2233/9/648 +f 2240/9/651 2235/10/648 2239/10/651 +f 2233/9/650 2240/9/654 2235/10/650 +f 2239/10/654 2235/10/650 2240/9/654 +f 2241/10/652 2236/9/649 2242/9/652 +f 2236/9/649 2241/10/652 2237/10/649 +f 2242/9/653 2236/9/647 2241/10/653 +f 2237/10/647 2241/10/653 2236/9/647 +f 2243/10/653 2229/9/647 2230/9/653 +f 2229/9/647 2243/10/653 2234/10/647 +f 2230/9/652 2229/9/649 2243/10/652 +f 2234/10/649 2243/10/652 2229/9/649 +f 2235/10/655 2241/10/655 2239/10/655 +f 2241/10/655 2235/10/655 2237/10/655 +f 2237/10/655 2235/10/655 2234/10/655 +f 2237/10/655 2234/10/655 2238/10/655 +f 2238/10/655 2234/10/655 2243/10/655 +f 2238/10/655 2243/10/655 2244/10/655 +f 2239/10/656 2241/10/656 2235/10/656 +f 2237/10/656 2235/10/656 2241/10/656 +f 2234/10/656 2235/10/656 2237/10/656 +f 2238/10/656 2234/10/656 2237/10/656 +f 2243/10/656 2234/10/656 2238/10/656 +f 2244/10/656 2243/10/656 2238/10/656 +f 2236/9/656 2240/9/656 2242/9/656 +f 2240/9/656 2236/9/656 2233/9/656 +f 2233/9/656 2236/9/656 2231/9/656 +f 2233/9/656 2231/9/656 2229/9/656 +f 2229/9/656 2231/9/656 2232/9/656 +f 2229/9/656 2232/9/656 2230/9/656 +f 2242/9/655 2240/9/655 2236/9/655 +f 2233/9/655 2236/9/655 2240/9/655 +f 2231/9/655 2236/9/655 2233/9/655 +f 2229/9/655 2231/9/655 2233/9/655 +f 2232/9/655 2231/9/655 2229/9/655 +f 2230/9/655 2232/9/655 2229/9/655 +f 2246/10/657 2245/9/658 2213/9/657 +f 2245/9/658 2246/10/657 2247/10/658 +f 2213/9/659 2245/9/660 2246/10/659 +f 2247/10/660 2246/10/659 2245/9/660 +f 2249/10/659 2223/9/660 2248/9/659 +f 2223/9/660 2249/10/659 2250/10/660 +f 2248/9/657 2223/9/658 2249/10/657 +f 2250/10/658 2249/10/657 2223/9/658 +f 2253/10/662 2252/9/661 2251/10/661 +f 2252/9/661 2253/10/662 2254/9/662 +f 2251/10/664 2252/9/664 2253/10/663 +f 2254/9/663 2253/10/663 2252/9/664 +f 2257/9/664 2256/10/663 2255/9/663 +f 2256/10/663 2257/9/664 2258/10/664 +f 2255/9/662 2256/10/662 2257/9/661 +f 2258/10/661 2257/9/661 2256/10/662 +f 2250/10/660 2257/9/664 2223/9/660 +f 2257/9/664 2250/10/660 2258/10/664 +f 2223/9/658 2257/9/661 2250/10/658 +f 2258/10/661 2250/10/658 2257/9/661 +f 2247/10/658 2252/9/661 2245/9/658 +f 2252/9/661 2247/10/658 2251/10/661 +f 2245/9/660 2252/9/664 2247/10/660 +f 2251/10/664 2247/10/660 2252/9/664 +f 2253/10/662 2248/9/659 2254/9/662 +f 2248/9/659 2253/10/662 2249/10/659 +f 2254/9/663 2248/9/657 2253/10/663 +f 2249/10/657 2253/10/663 2248/9/657 +f 2256/10/663 2213/9/657 2255/9/663 +f 2213/9/657 2256/10/663 2246/10/657 +f 2255/9/662 2213/9/659 2256/10/662 +f 2246/10/659 2256/10/662 2213/9/659 +f 2247/10/665 2253/10/665 2251/10/665 +f 2253/10/665 2247/10/665 2249/10/665 +f 2249/10/665 2247/10/665 2246/10/665 +f 2249/10/665 2246/10/665 2250/10/665 +f 2250/10/665 2246/10/665 2256/10/665 +f 2250/10/665 2256/10/665 2258/10/665 +f 2251/10/666 2253/10/666 2247/10/666 +f 2249/10/666 2247/10/666 2253/10/666 +f 2246/10/666 2247/10/666 2249/10/666 +f 2250/10/666 2246/10/666 2249/10/666 +f 2256/10/666 2246/10/666 2250/10/666 +f 2258/10/666 2256/10/666 2250/10/666 +f 2248/9/666 2252/9/666 2254/9/666 +f 2252/9/666 2248/9/666 2245/9/666 +f 2245/9/666 2248/9/666 2223/9/666 +f 2245/9/666 2223/9/666 2213/9/666 +f 2213/9/666 2223/9/666 2257/9/666 +f 2213/9/666 2257/9/666 2255/9/666 +f 2254/9/665 2252/9/665 2248/9/665 +f 2245/9/665 2248/9/665 2252/9/665 +f 2223/9/665 2248/9/665 2245/9/665 +f 2213/9/665 2223/9/665 2245/9/665 +f 2257/9/665 2223/9/665 2213/9/665 +f 2255/9/665 2257/9/665 2213/9/665 +f 2261/9/657 2260/10/658 2259/9/658 +f 2260/10/658 2261/9/657 2262/10/657 +f 2259/9/660 2260/10/660 2261/9/659 +f 2262/10/659 2261/9/659 2260/10/660 +f 2265/10/659 2264/9/660 2263/9/659 +f 2264/9/660 2265/10/659 2266/10/660 +f 2263/9/657 2264/9/658 2265/10/657 +f 2266/10/658 2265/10/657 2264/9/658 +f 2268/10/662 2218/9/661 2267/10/661 +f 2218/9/661 2268/10/662 2214/9/662 +f 2267/10/664 2218/9/664 2268/10/663 +f 2214/9/663 2268/10/663 2218/9/664 +f 2216/9/664 2269/10/663 2217/9/663 +f 2269/10/663 2216/9/664 2270/10/664 +f 2217/9/662 2269/10/662 2216/9/661 +f 2270/10/661 2216/9/661 2269/10/662 +f 2264/9/660 2270/10/664 2216/9/664 +f 2270/10/664 2264/9/660 2266/10/660 +f 2216/9/661 2270/10/661 2264/9/658 +f 2266/10/658 2264/9/658 2270/10/661 +f 2260/10/658 2218/9/661 2259/9/658 +f 2218/9/661 2260/10/658 2267/10/661 +f 2259/9/660 2218/9/664 2260/10/660 +f 2267/10/664 2260/10/660 2218/9/664 +f 2214/9/662 2265/10/659 2263/9/659 +f 2265/10/659 2214/9/662 2268/10/662 +f 2263/9/657 2265/10/657 2214/9/663 +f 2268/10/663 2214/9/663 2265/10/657 +f 2269/10/663 2261/9/657 2217/9/663 +f 2261/9/657 2269/10/663 2262/10/657 +f 2217/9/662 2261/9/659 2269/10/662 +f 2262/10/659 2269/10/662 2261/9/659 +f 2260/10/665 2268/10/665 2267/10/665 +f 2268/10/665 2260/10/665 2265/10/665 +f 2265/10/665 2260/10/665 2262/10/665 +f 2265/10/665 2262/10/665 2266/10/665 +f 2266/10/665 2262/10/665 2269/10/665 +f 2266/10/665 2269/10/665 2270/10/665 +f 2267/10/666 2268/10/666 2260/10/666 +f 2265/10/666 2260/10/666 2268/10/666 +f 2262/10/666 2260/10/666 2265/10/666 +f 2266/10/666 2262/10/666 2265/10/666 +f 2269/10/666 2262/10/666 2266/10/666 +f 2270/10/666 2269/10/666 2266/10/666 +f 2263/9/666 2218/9/666 2214/9/666 +f 2218/9/666 2263/9/666 2259/9/666 +f 2259/9/666 2263/9/666 2264/9/666 +f 2259/9/666 2264/9/666 2261/9/666 +f 2261/9/666 2264/9/666 2216/9/666 +f 2261/9/666 2216/9/666 2217/9/666 +f 2214/9/665 2218/9/665 2263/9/665 +f 2259/9/665 2263/9/665 2218/9/665 +f 2264/9/665 2263/9/665 2259/9/665 +f 2261/9/665 2264/9/665 2259/9/665 +f 2216/9/665 2264/9/665 2261/9/665 +f 2217/9/665 2216/9/665 2261/9/665 +f 400/8/288 2272/7/288 2271/8/288 +f 2272/7/288 400/8/288 2273/7/288 +f 2271/8/287 2272/7/287 400/8/287 +f 2273/7/287 400/8/287 2272/7/287 +f 1219/8/559 2274/7/275 1212/7/559 +f 2274/7/275 1219/8/559 2275/8/275 +f 1212/7/560 2274/7/276 1219/8/560 +f 2275/8/276 1219/8/560 2274/7/276 +f 400/8/276 125/7/276 2273/7/276 +f 125/7/276 400/8/276 116/8/276 +f 2273/7/275 125/7/275 400/8/275 +f 116/8/275 400/8/275 125/7/275 +f 2275/8/275 2272/7/561 2274/7/275 +f 2272/7/561 2275/8/275 2271/8/561 +f 2274/7/276 2272/7/562 2275/8/276 +f 2271/8/562 2275/8/276 2272/7/562 +f 125/7/82 2272/7/82 2273/7/82 +f 2272/7/82 125/7/82 2274/7/82 +f 2274/7/82 125/7/82 1212/7/82 +f 2273/7/81 2272/7/81 125/7/81 +f 2274/7/81 125/7/81 2272/7/81 +f 1212/7/81 125/7/81 2274/7/81 +f 2271/8/81 116/8/81 400/8/81 +f 116/8/81 2271/8/81 2275/8/81 +f 116/8/81 2275/8/81 1219/8/81 +f 400/8/82 116/8/82 2271/8/82 +f 2275/8/82 2271/8/82 116/8/82 +f 1219/8/82 2275/8/82 116/8/82 +f 125/7/287 1219/8/287 1212/7/287 +f 1219/8/287 125/7/287 116/8/287 +f 1212/7/288 1219/8/288 125/7/288 +f 116/8/288 125/7/288 1219/8/288 +f 2278/6/81 2277/6/81 2276/6/81 +f 2277/6/81 2278/6/81 2279/6/81 +f 2277/6/81 2279/6/81 2280/6/81 +f 2276/6/82 2277/6/82 2278/6/82 +f 2279/6/82 2278/6/82 2277/6/82 +f 2280/6/82 2279/6/82 2277/6/82 +f 2276/6/276 2282/7/276 2281/7/276 +f 2282/7/276 2276/6/276 2277/6/276 +f 2281/7/275 2282/7/275 2276/6/275 +f 2277/6/275 2276/6/275 2282/7/275 +f 2282/7/287 2280/6/287 2283/7/287 +f 2280/6/287 2282/7/287 2277/6/287 +f 2283/7/288 2280/6/288 2282/7/288 +f 2277/6/288 2282/7/288 2280/6/288 +f 2276/6/288 2284/7/288 2278/6/288 +f 2284/7/288 2276/6/288 2281/7/288 +f 2278/6/287 2284/7/287 2276/6/287 +f 2281/7/287 2276/6/287 2284/7/287 +f 2286/12/320 2285/11/320 2279/6/276 +f 2285/11/320 2287/13/320 2279/6/276 +f 2288/14/320 2286/12/320 2279/6/276 +f 2279/6/276 2287/13/320 2289/7/276 +f 2290/13/320 2289/7/276 2287/13/320 +f 2289/7/276 2290/13/320 2283/7/320 +f 2291/11/320 2283/7/320 2290/13/320 +f 2280/6/320 2288/14/320 2279/6/276 +f 2280/6/320 2283/7/320 2291/11/320 +f 2288/14/320 2280/6/320 2292/14/320 +f 2293/12/320 2280/6/320 2291/11/320 +f 2292/14/320 2280/6/320 2293/12/320 +f 2295/16/322 2294/15/322 2278/6/322 +f 2296/17/322 2295/16/322 2278/6/322 +f 2279/6/276 2296/17/322 2278/6/322 +f 2296/17/322 2279/6/276 2297/17/322 +f 2278/6/322 2294/15/322 2284/7/322 +f 2297/17/322 2279/6/276 2298/16/322 +f 2298/16/322 2279/6/276 2299/15/322 +f 2300/18/322 2284/7/322 2294/15/322 +f 2299/15/322 2279/6/276 2301/19/322 +f 2302/18/322 2299/15/322 2301/19/322 +f 2302/18/322 2301/19/322 2300/18/322 +f 2301/19/322 2279/6/276 2303/19/322 +f 2303/19/322 2279/6/276 2304/20/322 +f 2304/20/322 2279/6/276 2305/21/322 +f 2279/6/276 2289/7/276 2305/21/322 +f 2305/21/322 2289/7/276 2306/22/322 +f 2284/7/322 2306/22/322 2289/7/276 +f 2306/22/322 2284/7/322 2307/22/322 +f 2307/22/322 2284/7/322 2300/18/322 +f 2301/19/322 2308/20/322 2300/18/322 +f 2309/21/322 2307/22/322 2300/18/322 +f 2308/20/322 2309/21/322 2300/18/322 +f 2279/6/275 2285/11/319 2286/12/319 +f 2279/6/275 2286/12/319 2288/14/319 +f 2279/6/275 2287/13/319 2285/11/319 +f 2289/7/275 2287/13/319 2279/6/275 +f 2287/13/319 2289/7/275 2290/13/319 +f 2283/7/319 2290/13/319 2289/7/275 +f 2290/13/319 2283/7/319 2291/11/319 +f 2279/6/275 2288/14/319 2280/6/319 +f 2291/11/319 2283/7/319 2280/6/319 +f 2292/14/319 2280/6/319 2288/14/319 +f 2291/11/319 2280/6/319 2293/12/319 +f 2293/12/319 2280/6/319 2292/14/319 +f 2278/6/321 2294/15/321 2295/16/321 +f 2278/6/321 2295/16/321 2296/17/321 +f 2278/6/321 2296/17/321 2279/6/275 +f 2297/17/321 2279/6/275 2296/17/321 +f 2284/7/321 2294/15/321 2278/6/321 +f 2298/16/321 2279/6/275 2297/17/321 +f 2299/15/321 2279/6/275 2298/16/321 +f 2294/15/321 2284/7/321 2300/18/321 +f 2301/19/321 2279/6/275 2299/15/321 +f 2301/19/321 2299/15/321 2302/18/321 +f 2300/18/321 2301/19/321 2302/18/321 +f 2303/19/321 2279/6/275 2301/19/321 +f 2304/20/321 2279/6/275 2303/19/321 +f 2305/21/321 2279/6/275 2304/20/321 +f 2305/21/321 2289/7/275 2279/6/275 +f 2306/22/321 2289/7/275 2305/21/321 +f 2289/7/275 2306/22/321 2284/7/321 +f 2307/22/321 2284/7/321 2306/22/321 +f 2300/18/321 2284/7/321 2307/22/321 +f 2300/18/321 2308/20/321 2301/19/321 +f 2300/18/321 2307/22/321 2309/21/321 +f 2300/18/321 2309/21/321 2308/20/321 +f 2312/10/563 2311/9/564 2310/9/563 +f 2311/9/564 2312/10/563 2313/10/564 +f 2310/9/565 2311/9/566 2312/10/565 +f 2313/10/566 2312/10/565 2311/9/566 +f 2316/10/565 2315/9/566 2314/9/565 +f 2315/9/566 2316/10/565 2317/10/566 +f 2314/9/563 2315/9/564 2316/10/563 +f 2317/10/564 2316/10/563 2315/9/564 +f 2319/10/568 2285/9/567 2318/10/567 +f 2285/9/567 2319/10/568 2286/9/568 +f 2318/10/570 2285/9/570 2319/10/569 +f 2286/9/569 2319/10/569 2285/9/570 +f 2322/9/570 2321/10/569 2320/9/569 +f 2321/10/569 2322/9/570 2323/10/570 +f 2320/9/568 2321/10/568 2322/9/567 +f 2323/10/567 2322/9/567 2321/10/568 +f 2317/10/566 2322/9/570 2315/9/566 +f 2322/9/570 2317/10/566 2323/10/570 +f 2315/9/564 2322/9/567 2317/10/564 +f 2323/10/567 2317/10/564 2322/9/567 +f 2313/10/564 2285/9/567 2311/9/564 +f 2285/9/567 2313/10/564 2318/10/567 +f 2311/9/566 2285/9/570 2313/10/566 +f 2318/10/570 2313/10/566 2285/9/570 +f 2319/10/568 2314/9/565 2286/9/568 +f 2314/9/565 2319/10/568 2316/10/565 +f 2286/9/569 2314/9/563 2319/10/569 +f 2316/10/563 2319/10/569 2314/9/563 +f 2321/10/569 2310/9/563 2320/9/569 +f 2310/9/563 2321/10/569 2312/10/563 +f 2320/9/568 2310/9/565 2321/10/568 +f 2312/10/565 2321/10/568 2310/9/565 +f 2313/10/571 2319/10/571 2318/10/571 +f 2319/10/571 2313/10/571 2316/10/571 +f 2316/10/571 2313/10/571 2312/10/571 +f 2316/10/571 2312/10/571 2317/10/571 +f 2317/10/571 2312/10/571 2321/10/571 +f 2317/10/571 2321/10/571 2323/10/571 +f 2318/10/572 2319/10/572 2313/10/572 +f 2316/10/572 2313/10/572 2319/10/572 +f 2312/10/572 2313/10/572 2316/10/572 +f 2317/10/572 2312/10/572 2316/10/572 +f 2321/10/572 2312/10/572 2317/10/572 +f 2323/10/572 2321/10/572 2317/10/572 +f 2314/9/572 2285/9/572 2286/9/572 +f 2285/9/572 2314/9/572 2311/9/572 +f 2311/9/572 2314/9/572 2315/9/572 +f 2311/9/572 2315/9/572 2310/9/572 +f 2310/9/572 2315/9/572 2322/9/572 +f 2310/9/572 2322/9/572 2320/9/572 +f 2286/9/571 2285/9/571 2314/9/571 +f 2311/9/571 2314/9/571 2285/9/571 +f 2315/9/571 2314/9/571 2311/9/571 +f 2310/9/571 2315/9/571 2311/9/571 +f 2322/9/571 2315/9/571 2310/9/571 +f 2320/9/571 2322/9/571 2310/9/571 +f 2326/10/573 2325/9/574 2324/9/573 +f 2325/9/574 2326/10/573 2327/10/574 +f 2324/9/575 2325/9/576 2326/10/575 +f 2327/10/576 2326/10/575 2325/9/576 +f 2330/10/575 2329/9/576 2328/9/575 +f 2329/9/576 2330/10/575 2331/10/576 +f 2328/9/573 2329/9/574 2330/10/573 +f 2331/10/574 2330/10/573 2329/9/574 +f 2334/10/578 2333/9/577 2332/10/577 +f 2333/9/577 2334/10/578 2335/9/578 +f 2332/10/580 2333/9/580 2334/10/579 +f 2335/9/579 2334/10/579 2333/9/580 +f 2338/9/580 2337/10/579 2336/9/579 +f 2337/10/579 2338/9/580 2339/10/580 +f 2336/9/578 2337/10/578 2338/9/577 +f 2339/10/577 2338/9/577 2337/10/578 +f 2331/10/576 2338/9/580 2329/9/576 +f 2338/9/580 2331/10/576 2339/10/580 +f 2329/9/574 2338/9/577 2331/10/574 +f 2339/10/577 2331/10/574 2338/9/577 +f 2327/10/574 2333/9/577 2325/9/574 +f 2333/9/577 2327/10/574 2332/10/577 +f 2325/9/576 2333/9/580 2327/10/576 +f 2332/10/580 2327/10/576 2333/9/580 +f 2334/10/578 2328/9/575 2335/9/578 +f 2328/9/575 2334/10/578 2330/10/575 +f 2335/9/579 2328/9/573 2334/10/579 +f 2330/10/573 2334/10/579 2328/9/573 +f 2337/10/579 2324/9/573 2336/9/579 +f 2324/9/573 2337/10/579 2326/10/573 +f 2336/9/578 2324/9/575 2337/10/578 +f 2326/10/575 2337/10/578 2324/9/575 +f 2327/10/581 2334/10/581 2332/10/581 +f 2334/10/581 2327/10/581 2330/10/581 +f 2330/10/581 2327/10/581 2326/10/581 +f 2330/10/581 2326/10/581 2331/10/581 +f 2331/10/581 2326/10/581 2337/10/581 +f 2331/10/581 2337/10/581 2339/10/581 +f 2332/10/582 2334/10/582 2327/10/582 +f 2330/10/582 2327/10/582 2334/10/582 +f 2326/10/582 2327/10/582 2330/10/582 +f 2331/10/582 2326/10/582 2330/10/582 +f 2337/10/582 2326/10/582 2331/10/582 +f 2339/10/582 2337/10/582 2331/10/582 +f 2328/9/582 2333/9/582 2335/9/582 +f 2333/9/582 2328/9/582 2325/9/582 +f 2325/9/582 2328/9/582 2329/9/582 +f 2325/9/582 2329/9/582 2324/9/582 +f 2324/9/582 2329/9/582 2338/9/582 +f 2324/9/582 2338/9/582 2336/9/582 +f 2335/9/581 2333/9/581 2328/9/581 +f 2325/9/581 2328/9/581 2333/9/581 +f 2329/9/581 2328/9/581 2325/9/581 +f 2324/9/581 2329/9/581 2325/9/581 +f 2338/9/581 2329/9/581 2324/9/581 +f 2336/9/581 2338/9/581 2324/9/581 +f 2342/10/573 2341/9/574 2340/9/573 +f 2341/9/574 2342/10/573 2343/10/574 +f 2340/9/575 2341/9/576 2342/10/575 +f 2343/10/576 2342/10/575 2341/9/576 +f 2345/10/575 2344/9/576 2301/9/575 +f 2344/9/576 2345/10/575 2346/10/576 +f 2301/9/573 2344/9/574 2345/10/573 +f 2346/10/574 2345/10/573 2344/9/574 +f 2349/10/578 2348/9/577 2347/10/577 +f 2348/9/577 2349/10/578 2350/9/578 +f 2347/10/580 2348/9/580 2349/10/579 +f 2350/9/579 2349/10/579 2348/9/580 +f 2353/9/580 2352/10/579 2351/9/579 +f 2352/10/579 2353/9/580 2354/10/580 +f 2351/9/578 2352/10/578 2353/9/577 +f 2354/10/577 2353/9/577 2352/10/578 +f 2346/10/576 2353/9/580 2344/9/576 +f 2353/9/580 2346/10/576 2354/10/580 +f 2344/9/574 2353/9/577 2346/10/574 +f 2354/10/577 2346/10/574 2353/9/577 +f 2343/10/574 2348/9/577 2341/9/574 +f 2348/9/577 2343/10/574 2347/10/577 +f 2341/9/576 2348/9/580 2343/10/576 +f 2347/10/580 2343/10/576 2348/9/580 +f 2349/10/578 2301/9/575 2350/9/578 +f 2301/9/575 2349/10/578 2345/10/575 +f 2350/9/579 2301/9/573 2349/10/579 +f 2345/10/573 2349/10/579 2301/9/573 +f 2352/10/579 2340/9/573 2351/9/579 +f 2340/9/573 2352/10/579 2342/10/573 +f 2351/9/578 2340/9/575 2352/10/578 +f 2342/10/575 2352/10/578 2340/9/575 +f 2343/10/581 2349/10/581 2347/10/581 +f 2349/10/581 2343/10/581 2345/10/581 +f 2345/10/581 2343/10/581 2342/10/581 +f 2345/10/581 2342/10/581 2346/10/581 +f 2346/10/581 2342/10/581 2352/10/581 +f 2346/10/581 2352/10/581 2354/10/581 +f 2347/10/582 2349/10/582 2343/10/582 +f 2345/10/582 2343/10/582 2349/10/582 +f 2342/10/582 2343/10/582 2345/10/582 +f 2346/10/582 2342/10/582 2345/10/582 +f 2352/10/582 2342/10/582 2346/10/582 +f 2354/10/582 2352/10/582 2346/10/582 +f 2301/9/582 2348/9/582 2350/9/582 +f 2348/9/582 2301/9/582 2341/9/582 +f 2341/9/582 2301/9/582 2344/9/582 +f 2341/9/582 2344/9/582 2340/9/582 +f 2340/9/582 2344/9/582 2353/9/582 +f 2340/9/582 2353/9/582 2351/9/582 +f 2350/9/581 2348/9/581 2301/9/581 +f 2341/9/581 2301/9/581 2348/9/581 +f 2344/9/581 2301/9/581 2341/9/581 +f 2340/9/581 2344/9/581 2341/9/581 +f 2353/9/581 2344/9/581 2340/9/581 +f 2351/9/581 2353/9/581 2340/9/581 +f 836/6/81 837/6/81 838/6/81 +f 837/6/81 836/6/81 839/6/81 +f 837/6/81 839/6/81 840/6/81 +f 840/6/81 839/6/81 841/6/81 +f 840/6/81 841/6/81 842/6/81 +f 842/6/81 841/6/81 843/6/81 +f 838/6/310 844/7/427 836/6/427 +f 844/7/427 838/6/310 845/7/310 +f 839/6/307 844/7/428 846/7/307 +f 844/7/428 839/6/307 836/6/428 +f 841/6/429 846/7/307 847/7/429 +f 846/7/307 841/6/429 839/6/307 +f 848/7/309 841/6/430 847/7/430 +f 841/6/430 848/7/309 843/6/309 +f 849/7/423 843/6/309 848/7/309 +f 843/6/309 849/7/423 842/6/423 +f 840/6/308 849/7/424 850/7/308 +f 849/7/424 840/6/308 842/6/424 +f 837/6/425 850/7/308 851/7/425 +f 850/7/308 837/6/425 840/6/308 +f 837/6/426 845/7/310 838/6/310 +f 845/7/310 837/6/426 851/7/426 +f 2357/35/667 2356/35/667 2355/35/667 +f 2356/35/667 2357/35/667 2358/35/667 +f 2356/35/667 2358/35/667 2359/35/667 +f 2359/35/667 2358/35/667 2360/35/667 +f 2360/35/667 2358/35/667 2361/35/667 +f 2360/35/667 2361/35/667 2362/35/667 +f 2355/35/668 2356/35/668 2357/35/668 +f 2358/35/668 2357/35/668 2356/35/668 +f 2359/35/668 2358/35/668 2356/35/668 +f 2360/35/668 2358/35/668 2359/35/668 +f 2361/35/668 2358/35/668 2360/35/668 +f 2362/35/668 2361/35/668 2360/35/668 +f 2365/36/668 2364/36/668 2363/36/668 +f 2364/36/668 2365/36/668 2366/36/668 +f 2364/36/668 2366/36/668 2367/36/668 +f 2367/36/668 2366/36/668 2368/36/668 +f 2367/36/668 2368/36/668 2369/36/668 +f 2369/36/668 2368/36/668 2370/36/668 +f 2363/36/667 2364/36/667 2365/36/667 +f 2366/36/667 2365/36/667 2364/36/667 +f 2367/36/667 2366/36/667 2364/36/667 +f 2368/36/667 2366/36/667 2367/36/667 +f 2369/36/667 2368/36/667 2367/36/667 +f 2370/36/667 2368/36/667 2369/36/667 +f 2363/36/670 2356/35/669 2365/36/669 +f 2356/35/669 2363/36/670 2355/35/670 +f 2365/36/672 2356/35/672 2363/36/671 +f 2355/35/671 2363/36/671 2356/35/672 +f 2366/36/89 2356/35/673 2359/35/89 +f 2356/35/673 2366/36/89 2365/36/673 +f 2359/35/90 2356/35/674 2366/36/90 +f 2365/36/674 2366/36/90 2356/35/674 +f 2368/36/675 2359/35/89 2360/35/675 +f 2359/35/89 2368/36/675 2366/36/89 +f 2360/35/676 2359/35/90 2368/36/676 +f 2366/36/90 2368/36/676 2359/35/90 +f 2362/35/671 2368/36/677 2360/35/677 +f 2368/36/677 2362/35/671 2370/36/671 +f 2360/35/678 2368/36/678 2362/35/670 +f 2370/36/670 2362/35/670 2368/36/678 +f 2361/35/672 2370/36/671 2362/35/671 +f 2370/36/671 2361/35/672 2369/36/672 +f 2362/35/670 2370/36/670 2361/35/669 +f 2369/36/669 2361/35/669 2370/36/670 +f 2367/36/90 2361/35/674 2358/35/90 +f 2361/35/674 2367/36/90 2369/36/674 +f 2358/35/89 2361/35/673 2367/36/89 +f 2369/36/673 2367/36/89 2361/35/673 +f 2364/36/676 2358/35/90 2357/35/676 +f 2358/35/90 2364/36/676 2367/36/90 +f 2357/35/675 2358/35/89 2364/36/675 +f 2367/36/89 2364/36/675 2358/35/89 +f 2364/36/678 2355/35/670 2363/36/670 +f 2355/35/670 2364/36/678 2357/35/678 +f 2363/36/671 2355/35/671 2364/36/677 +f 2357/35/677 2364/36/677 2355/35/671 +f 2373/36/668 2372/36/668 2371/36/668 +f 2372/36/668 2373/36/668 2374/36/668 +f 2372/36/668 2374/36/668 2375/36/668 +f 2375/36/668 2374/36/668 2376/36/668 +f 2376/36/668 2374/36/668 2377/36/668 +f 2376/36/668 2377/36/668 2378/36/668 +f 2371/36/667 2372/36/667 2373/36/667 +f 2374/36/667 2373/36/667 2372/36/667 +f 2375/36/667 2374/36/667 2372/36/667 +f 2376/36/667 2374/36/667 2375/36/667 +f 2377/36/667 2374/36/667 2376/36/667 +f 2378/36/667 2377/36/667 2376/36/667 +f 2371/36/670 2379/35/669 2373/36/669 +f 2379/35/669 2371/36/670 2380/35/670 +f 2373/36/672 2379/35/672 2371/36/671 +f 2380/35/671 2371/36/671 2379/35/672 +f 2374/36/89 2379/35/673 2381/35/89 +f 2379/35/673 2374/36/89 2373/36/673 +f 2381/35/90 2379/35/674 2374/36/90 +f 2373/36/674 2374/36/90 2379/35/674 +f 2377/36/675 2381/35/89 2382/35/675 +f 2381/35/89 2377/36/675 2374/36/89 +f 2382/35/676 2381/35/90 2377/36/676 +f 2374/36/90 2377/36/676 2381/35/90 +f 2383/35/671 2377/36/677 2382/35/677 +f 2377/36/677 2383/35/671 2378/36/671 +f 2382/35/678 2377/36/678 2383/35/670 +f 2378/36/670 2383/35/670 2377/36/678 +f 2384/35/672 2378/36/671 2383/35/671 +f 2378/36/671 2384/35/672 2376/36/672 +f 2383/35/670 2378/36/670 2384/35/669 +f 2376/36/669 2384/35/669 2378/36/670 +f 2375/36/90 2384/35/674 2385/35/90 +f 2384/35/674 2375/36/90 2376/36/674 +f 2385/35/89 2384/35/673 2375/36/89 +f 2376/36/673 2375/36/89 2384/35/673 +f 2372/36/676 2385/35/90 2386/35/676 +f 2385/35/90 2372/36/676 2375/36/90 +f 2386/35/675 2385/35/89 2372/36/675 +f 2375/36/89 2372/36/675 2385/35/89 +f 2372/36/678 2380/35/670 2371/36/670 +f 2380/35/670 2372/36/678 2386/35/678 +f 2371/36/671 2380/35/671 2372/36/677 +f 2386/35/677 2372/36/677 2380/35/671 +f 2389/38/679 2388/37/680 2387/37/679 +f 2388/37/680 2389/38/679 2390/38/680 +f 2387/37/681 2388/37/682 2389/38/681 +f 2390/38/682 2389/38/681 2388/37/682 +f 2393/37/683 2392/38/684 2391/38/683 +f 2392/38/684 2393/37/683 2394/37/684 +f 2391/38/685 2392/38/686 2393/37/685 +f 2394/37/686 2393/37/685 2392/38/686 +f 2396/38/687 2387/37/679 2395/37/687 +f 2387/37/679 2396/38/687 2389/38/679 +f 2395/37/688 2387/37/681 2396/38/688 +f 2389/38/681 2396/38/688 2387/37/681 +f 2399/38/689 2398/37/690 2397/37/689 +f 2398/37/690 2399/38/689 2400/38/690 +f 2397/37/691 2398/37/692 2399/38/691 +f 2400/38/692 2399/38/691 2398/37/692 +f 2399/38/689 2388/37/693 2390/38/693 +f 2388/37/693 2399/38/689 2397/37/689 +f 2390/38/694 2388/37/694 2399/38/691 +f 2397/37/691 2399/38/691 2388/37/694 +f 2402/38/695 2394/37/696 2401/37/695 +f 2394/37/696 2402/38/695 2392/38/696 +f 2401/37/697 2394/37/698 2402/38/697 +f 2392/38/698 2402/38/697 2394/37/698 +f 2400/38/699 2401/37/695 2398/37/699 +f 2401/37/695 2400/38/699 2402/38/695 +f 2398/37/700 2401/37/697 2400/38/700 +f 2402/38/697 2400/38/700 2401/37/697 +f 2395/37/701 2391/38/683 2396/38/701 +f 2391/38/683 2395/37/701 2393/37/683 +f 2396/38/702 2391/38/685 2395/37/702 +f 2393/37/685 2395/37/702 2391/38/685 +f 2405/35/82 2404/35/82 2403/35/82 +f 2404/35/82 2405/35/82 2406/35/82 +f 2404/35/82 2406/35/82 2407/35/82 +f 2407/35/82 2406/35/82 2408/35/82 +f 2408/35/82 2406/35/82 2409/35/82 +f 2408/35/82 2409/35/82 2410/35/82 +f 2403/35/81 2404/35/81 2405/35/81 +f 2406/35/81 2405/35/81 2404/35/81 +f 2407/35/81 2406/35/81 2404/35/81 +f 2408/35/81 2406/35/81 2407/35/81 +f 2409/35/81 2406/35/81 2408/35/81 +f 2410/35/81 2409/35/81 2408/35/81 +f 2413/36/81 2412/36/81 2411/36/81 +f 2412/36/81 2413/36/81 2414/36/81 +f 2412/36/81 2414/36/81 2415/36/81 +f 2415/36/81 2414/36/81 2416/36/81 +f 2415/36/81 2416/36/81 2417/36/81 +f 2417/36/81 2416/36/81 2418/36/81 +f 2411/36/82 2412/36/82 2413/36/82 +f 2414/36/82 2413/36/82 2412/36/82 +f 2415/36/82 2414/36/82 2412/36/82 +f 2416/36/82 2414/36/82 2415/36/82 +f 2417/36/82 2416/36/82 2415/36/82 +f 2418/36/82 2416/36/82 2417/36/82 +f 2411/36/704 2404/35/703 2413/36/703 +f 2404/35/703 2411/36/704 2403/35/704 +f 2413/36/706 2404/35/706 2411/36/705 +f 2403/35/705 2411/36/705 2404/35/706 +f 2414/36/707 2404/35/708 2407/35/707 +f 2404/35/708 2414/36/707 2413/36/708 +f 2407/35/709 2404/35/710 2414/36/709 +f 2413/36/710 2414/36/709 2404/35/710 +f 2416/36/711 2407/35/707 2408/35/711 +f 2407/35/707 2416/36/711 2414/36/707 +f 2408/35/712 2407/35/709 2416/36/712 +f 2414/36/709 2416/36/712 2407/35/709 +f 2410/35/705 2416/36/713 2408/35/713 +f 2416/36/713 2410/35/705 2418/36/705 +f 2408/35/714 2416/36/714 2410/35/704 +f 2418/36/704 2410/35/704 2416/36/714 +f 2409/35/706 2418/36/705 2410/35/705 +f 2418/36/705 2409/35/706 2417/36/706 +f 2410/35/704 2418/36/704 2409/35/703 +f 2417/36/703 2409/35/703 2418/36/704 +f 2415/36/709 2409/35/710 2406/35/709 +f 2409/35/710 2415/36/709 2417/36/710 +f 2406/35/707 2409/35/708 2415/36/707 +f 2417/36/708 2415/36/707 2409/35/708 +f 2412/36/712 2406/35/709 2405/35/712 +f 2406/35/709 2412/36/712 2415/36/709 +f 2405/35/711 2406/35/707 2412/36/711 +f 2415/36/707 2412/36/711 2406/35/707 +f 2412/36/714 2403/35/704 2411/36/704 +f 2403/35/704 2412/36/714 2405/35/714 +f 2411/36/705 2403/35/705 2412/36/713 +f 2405/35/713 2412/36/713 2403/35/705 +f 2421/36/81 2420/36/81 2419/36/81 +f 2420/36/81 2421/36/81 2422/36/81 +f 2420/36/81 2422/36/81 2423/36/81 +f 2423/36/81 2422/36/81 2424/36/81 +f 2424/36/81 2422/36/81 2425/36/81 +f 2424/36/81 2425/36/81 2426/36/81 +f 2419/36/82 2420/36/82 2421/36/82 +f 2422/36/82 2421/36/82 2420/36/82 +f 2423/36/82 2422/36/82 2420/36/82 +f 2424/36/82 2422/36/82 2423/36/82 +f 2425/36/82 2422/36/82 2424/36/82 +f 2426/36/82 2425/36/82 2424/36/82 +f 2419/36/704 2427/35/703 2421/36/703 +f 2427/35/703 2419/36/704 2428/35/704 +f 2421/36/706 2427/35/706 2419/36/705 +f 2428/35/705 2419/36/705 2427/35/706 +f 2422/36/707 2427/35/708 2429/35/707 +f 2427/35/708 2422/36/707 2421/36/708 +f 2429/35/709 2427/35/710 2422/36/709 +f 2421/36/710 2422/36/709 2427/35/710 +f 2425/36/711 2429/35/707 2430/35/711 +f 2429/35/707 2425/36/711 2422/36/707 +f 2430/35/712 2429/35/709 2425/36/712 +f 2422/36/709 2425/36/712 2429/35/709 +f 2431/35/705 2425/36/713 2430/35/713 +f 2425/36/713 2431/35/705 2426/36/705 +f 2430/35/714 2425/36/714 2431/35/704 +f 2426/36/704 2431/35/704 2425/36/714 +f 2432/35/706 2426/36/705 2431/35/705 +f 2426/36/705 2432/35/706 2424/36/706 +f 2431/35/704 2426/36/704 2432/35/703 +f 2424/36/703 2432/35/703 2426/36/704 +f 2423/36/709 2432/35/710 2433/35/709 +f 2432/35/710 2423/36/709 2424/36/710 +f 2433/35/707 2432/35/708 2423/36/707 +f 2424/36/708 2423/36/707 2432/35/708 +f 2420/36/712 2433/35/709 2434/35/712 +f 2433/35/709 2420/36/712 2423/36/709 +f 2434/35/711 2433/35/707 2420/36/711 +f 2423/36/707 2420/36/711 2433/35/707 +f 2420/36/714 2428/35/704 2419/36/704 +f 2428/35/704 2420/36/714 2434/35/714 +f 2419/36/705 2428/35/705 2420/36/713 +f 2434/35/713 2420/36/713 2428/35/705 +f 2437/38/715 2436/37/716 2435/37/715 +f 2436/37/716 2437/38/715 2438/38/716 +f 2435/37/717 2436/37/718 2437/38/717 +f 2438/38/718 2437/38/717 2436/37/718 +f 2441/37/719 2440/38/720 2439/38/719 +f 2440/38/720 2441/37/719 2442/37/720 +f 2439/38/721 2440/38/722 2441/37/721 +f 2442/37/722 2441/37/721 2440/38/722 +f 2444/38/723 2435/37/715 2443/37/723 +f 2435/37/715 2444/38/723 2437/38/715 +f 2443/37/724 2435/37/717 2444/38/724 +f 2437/38/717 2444/38/724 2435/37/717 +f 2447/38/725 2446/37/726 2445/37/725 +f 2446/37/726 2447/38/725 2448/38/726 +f 2445/37/727 2446/37/728 2447/38/727 +f 2448/38/728 2447/38/727 2446/37/728 +f 2447/38/725 2436/37/729 2438/38/729 +f 2436/37/729 2447/38/725 2445/37/725 +f 2438/38/730 2436/37/730 2447/38/727 +f 2445/37/727 2447/38/727 2436/37/730 +f 2450/38/731 2442/37/732 2449/37/731 +f 2442/37/732 2450/38/731 2440/38/732 +f 2449/37/733 2442/37/734 2450/38/733 +f 2440/38/734 2450/38/733 2442/37/734 +f 2448/38/735 2449/37/731 2446/37/735 +f 2449/37/731 2448/38/735 2450/38/731 +f 2446/37/736 2449/37/733 2448/38/736 +f 2450/38/733 2448/38/736 2449/37/733 +f 2443/37/737 2439/38/719 2444/38/737 +f 2439/38/719 2443/37/737 2441/37/719 +f 2444/38/738 2439/38/721 2443/37/738 +f 2441/37/721 2443/37/738 2439/38/721 +f 2453/35/667 2452/35/667 2451/35/667 +f 2452/35/667 2453/35/667 2454/35/667 +f 2452/35/667 2454/35/667 2455/35/667 +f 2455/35/667 2454/35/667 2456/35/667 +f 2456/35/667 2454/35/667 2457/35/667 +f 2456/35/667 2457/35/667 2458/35/667 +f 2451/35/668 2452/35/668 2453/35/668 +f 2454/35/668 2453/35/668 2452/35/668 +f 2455/35/668 2454/35/668 2452/35/668 +f 2456/35/668 2454/35/668 2455/35/668 +f 2457/35/668 2454/35/668 2456/35/668 +f 2458/35/668 2457/35/668 2456/35/668 +f 2461/36/668 2460/36/668 2459/36/668 +f 2460/36/668 2461/36/668 2462/36/668 +f 2460/36/668 2462/36/668 2463/36/668 +f 2463/36/668 2462/36/668 2464/36/668 +f 2463/36/668 2464/36/668 2465/36/668 +f 2465/36/668 2464/36/668 2466/36/668 +f 2459/36/667 2460/36/667 2461/36/667 +f 2462/36/667 2461/36/667 2460/36/667 +f 2463/36/667 2462/36/667 2460/36/667 +f 2464/36/667 2462/36/667 2463/36/667 +f 2465/36/667 2464/36/667 2463/36/667 +f 2466/36/667 2464/36/667 2465/36/667 +f 2459/36/740 2452/35/739 2461/36/739 +f 2452/35/739 2459/36/740 2451/35/740 +f 2461/36/742 2452/35/742 2459/36/741 +f 2451/35/741 2459/36/741 2452/35/742 +f 2462/36/743 2452/35/744 2455/35/743 +f 2452/35/744 2462/36/743 2461/36/744 +f 2455/35/745 2452/35/746 2462/36/745 +f 2461/36/746 2462/36/745 2452/35/746 +f 2464/36/747 2455/35/743 2456/35/747 +f 2455/35/743 2464/36/747 2462/36/743 +f 2456/35/748 2455/35/745 2464/36/748 +f 2462/36/745 2464/36/748 2455/35/745 +f 2458/35/741 2464/36/749 2456/35/749 +f 2464/36/749 2458/35/741 2466/36/741 +f 2456/35/750 2464/36/750 2458/35/740 +f 2466/36/740 2458/35/740 2464/36/750 +f 2457/35/742 2466/36/741 2458/35/741 +f 2466/36/741 2457/35/742 2465/36/742 +f 2458/35/740 2466/36/740 2457/35/739 +f 2465/36/739 2457/35/739 2466/36/740 +f 2463/36/745 2457/35/746 2454/35/745 +f 2457/35/746 2463/36/745 2465/36/746 +f 2454/35/743 2457/35/744 2463/36/743 +f 2465/36/744 2463/36/743 2457/35/744 +f 2460/36/748 2454/35/745 2453/35/748 +f 2454/35/745 2460/36/748 2463/36/745 +f 2453/35/747 2454/35/743 2460/36/747 +f 2463/36/743 2460/36/747 2454/35/743 +f 2460/36/750 2451/35/740 2459/36/740 +f 2451/35/740 2460/36/750 2453/35/750 +f 2459/36/741 2451/35/741 2460/36/749 +f 2453/35/749 2460/36/749 2451/35/741 +f 2469/36/668 2468/36/668 2467/36/668 +f 2468/36/668 2469/36/668 2470/36/668 +f 2468/36/668 2470/36/668 2471/36/668 +f 2471/36/668 2470/36/668 2472/36/668 +f 2472/36/668 2470/36/668 2473/36/668 +f 2472/36/668 2473/36/668 2474/36/668 +f 2467/36/667 2468/36/667 2469/36/667 +f 2470/36/667 2469/36/667 2468/36/667 +f 2471/36/667 2470/36/667 2468/36/667 +f 2472/36/667 2470/36/667 2471/36/667 +f 2473/36/667 2470/36/667 2472/36/667 +f 2474/36/667 2473/36/667 2472/36/667 +f 2467/36/740 2475/35/739 2469/36/739 +f 2475/35/739 2467/36/740 2476/35/740 +f 2469/36/742 2475/35/742 2467/36/741 +f 2476/35/741 2467/36/741 2475/35/742 +f 2470/36/743 2475/35/744 2477/35/743 +f 2475/35/744 2470/36/743 2469/36/744 +f 2477/35/745 2475/35/746 2470/36/745 +f 2469/36/746 2470/36/745 2475/35/746 +f 2473/36/747 2477/35/743 2478/35/747 +f 2477/35/743 2473/36/747 2470/36/743 +f 2478/35/748 2477/35/745 2473/36/748 +f 2470/36/745 2473/36/748 2477/35/745 +f 2479/35/741 2473/36/749 2478/35/749 +f 2473/36/749 2479/35/741 2474/36/741 +f 2478/35/750 2473/36/750 2479/35/740 +f 2474/36/740 2479/35/740 2473/36/750 +f 2480/35/742 2474/36/741 2479/35/741 +f 2474/36/741 2480/35/742 2472/36/742 +f 2479/35/740 2474/36/740 2480/35/739 +f 2472/36/739 2480/35/739 2474/36/740 +f 2471/36/745 2480/35/746 2481/35/745 +f 2480/35/746 2471/36/745 2472/36/746 +f 2481/35/743 2480/35/744 2471/36/743 +f 2472/36/744 2471/36/743 2480/35/744 +f 2468/36/748 2481/35/745 2482/35/748 +f 2481/35/745 2468/36/748 2471/36/745 +f 2482/35/747 2481/35/743 2468/36/747 +f 2471/36/743 2468/36/747 2481/35/743 +f 2468/36/750 2476/35/740 2467/36/740 +f 2476/35/740 2468/36/750 2482/35/750 +f 2467/36/741 2476/35/741 2468/36/749 +f 2482/35/749 2468/36/749 2476/35/741 +f 2485/38/751 2484/37/752 2483/37/751 +f 2484/37/752 2485/38/751 2486/38/752 +f 2483/37/753 2484/37/754 2485/38/753 +f 2486/38/754 2485/38/753 2484/37/754 +f 2489/37/755 2488/38/756 2487/38/755 +f 2488/38/756 2489/37/755 2490/37/756 +f 2487/38/757 2488/38/758 2489/37/757 +f 2490/37/758 2489/37/757 2488/38/758 +f 2492/38/759 2483/37/751 2491/37/759 +f 2483/37/751 2492/38/759 2485/38/751 +f 2491/37/760 2483/37/753 2492/38/760 +f 2485/38/753 2492/38/760 2483/37/753 +f 2495/38/761 2494/37/762 2493/37/761 +f 2494/37/762 2495/38/761 2496/38/762 +f 2493/37/763 2494/37/764 2495/38/763 +f 2496/38/764 2495/38/763 2494/37/764 +f 2495/38/761 2484/37/765 2486/38/765 +f 2484/37/765 2495/38/761 2493/37/761 +f 2486/38/766 2484/37/766 2495/38/763 +f 2493/37/763 2495/38/763 2484/37/766 +f 2498/38/767 2490/37/768 2497/37/767 +f 2490/37/768 2498/38/767 2488/38/768 +f 2497/37/769 2490/37/770 2498/38/769 +f 2488/38/770 2498/38/769 2490/37/770 +f 2496/38/771 2497/37/767 2494/37/771 +f 2497/37/767 2496/38/771 2498/38/767 +f 2494/37/772 2497/37/769 2496/38/772 +f 2498/38/769 2496/38/772 2497/37/769 +f 2491/37/773 2487/38/755 2492/38/773 +f 2487/38/755 2491/37/773 2489/37/755 +f 2492/38/774 2487/38/757 2491/37/774 +f 2489/37/757 2491/37/774 2487/38/757 +f 2501/35/82 2500/35/82 2499/35/82 +f 2500/35/82 2501/35/82 2502/35/82 +f 2500/35/82 2502/35/82 2503/35/82 +f 2503/35/82 2502/35/82 2504/35/82 +f 2504/35/82 2502/35/82 2505/35/82 +f 2504/35/82 2505/35/82 2506/35/82 +f 2499/35/81 2500/35/81 2501/35/81 +f 2502/35/81 2501/35/81 2500/35/81 +f 2503/35/81 2502/35/81 2500/35/81 +f 2504/35/81 2502/35/81 2503/35/81 +f 2505/35/81 2502/35/81 2504/35/81 +f 2506/35/81 2505/35/81 2504/35/81 +f 2509/36/81 2508/36/81 2507/36/81 +f 2508/36/81 2509/36/81 2510/36/81 +f 2508/36/81 2510/36/81 2511/36/81 +f 2511/36/81 2510/36/81 2512/36/81 +f 2511/36/81 2512/36/81 2513/36/81 +f 2513/36/81 2512/36/81 2514/36/81 +f 2507/36/82 2508/36/82 2509/36/82 +f 2510/36/82 2509/36/82 2508/36/82 +f 2511/36/82 2510/36/82 2508/36/82 +f 2512/36/82 2510/36/82 2511/36/82 +f 2513/36/82 2512/36/82 2511/36/82 +f 2514/36/82 2512/36/82 2513/36/82 +f 2507/36/705 2500/35/706 2509/36/706 +f 2500/35/706 2507/36/705 2499/35/705 +f 2509/36/703 2500/35/703 2507/36/704 +f 2499/35/704 2507/36/704 2500/35/703 +f 2510/36/709 2500/35/710 2503/35/709 +f 2500/35/710 2510/36/709 2509/36/710 +f 2503/35/707 2500/35/708 2510/36/707 +f 2509/36/708 2510/36/707 2500/35/708 +f 2512/36/712 2503/35/709 2504/35/712 +f 2503/35/709 2512/36/712 2510/36/709 +f 2504/35/711 2503/35/707 2512/36/711 +f 2510/36/707 2512/36/711 2503/35/707 +f 2506/35/704 2512/36/714 2504/35/714 +f 2512/36/714 2506/35/704 2514/36/704 +f 2504/35/713 2512/36/713 2506/35/705 +f 2514/36/705 2506/35/705 2512/36/713 +f 2505/35/703 2514/36/704 2506/35/704 +f 2514/36/704 2505/35/703 2513/36/703 +f 2506/35/705 2514/36/705 2505/35/706 +f 2513/36/706 2505/35/706 2514/36/705 +f 2511/36/707 2505/35/708 2502/35/707 +f 2505/35/708 2511/36/707 2513/36/708 +f 2502/35/709 2505/35/710 2511/36/709 +f 2513/36/710 2511/36/709 2505/35/710 +f 2508/36/711 2502/35/707 2501/35/711 +f 2502/35/707 2508/36/711 2511/36/707 +f 2501/35/712 2502/35/709 2508/36/712 +f 2511/36/709 2508/36/712 2502/35/709 +f 2508/36/713 2499/35/705 2507/36/705 +f 2499/35/705 2508/36/713 2501/35/713 +f 2507/36/704 2499/35/704 2508/36/714 +f 2501/35/714 2508/36/714 2499/35/704 +f 2517/36/81 2516/36/81 2515/36/81 +f 2516/36/81 2517/36/81 2518/36/81 +f 2516/36/81 2518/36/81 2519/36/81 +f 2519/36/81 2518/36/81 2520/36/81 +f 2520/36/81 2518/36/81 2521/36/81 +f 2520/36/81 2521/36/81 2522/36/81 +f 2515/36/82 2516/36/82 2517/36/82 +f 2518/36/82 2517/36/82 2516/36/82 +f 2519/36/82 2518/36/82 2516/36/82 +f 2520/36/82 2518/36/82 2519/36/82 +f 2521/36/82 2518/36/82 2520/36/82 +f 2522/36/82 2521/36/82 2520/36/82 +f 2515/36/705 2523/35/706 2517/36/706 +f 2523/35/706 2515/36/705 2524/35/705 +f 2517/36/703 2523/35/703 2515/36/704 +f 2524/35/704 2515/36/704 2523/35/703 +f 2518/36/709 2523/35/710 2525/35/709 +f 2523/35/710 2518/36/709 2517/36/710 +f 2525/35/707 2523/35/708 2518/36/707 +f 2517/36/708 2518/36/707 2523/35/708 +f 2521/36/712 2525/35/709 2526/35/712 +f 2525/35/709 2521/36/712 2518/36/709 +f 2526/35/711 2525/35/707 2521/36/711 +f 2518/36/707 2521/36/711 2525/35/707 +f 2527/35/704 2521/36/714 2526/35/714 +f 2521/36/714 2527/35/704 2522/36/704 +f 2526/35/713 2521/36/713 2527/35/705 +f 2522/36/705 2527/35/705 2521/36/713 +f 2528/35/703 2522/36/704 2527/35/704 +f 2522/36/704 2528/35/703 2520/36/703 +f 2527/35/705 2522/36/705 2528/35/706 +f 2520/36/706 2528/35/706 2522/36/705 +f 2519/36/707 2528/35/708 2529/35/707 +f 2528/35/708 2519/36/707 2520/36/708 +f 2529/35/709 2528/35/710 2519/36/709 +f 2520/36/710 2519/36/709 2528/35/710 +f 2516/36/711 2529/35/707 2530/35/711 +f 2529/35/707 2516/36/711 2519/36/707 +f 2530/35/712 2529/35/709 2516/36/712 +f 2519/36/709 2516/36/712 2529/35/709 +f 2516/36/713 2524/35/705 2515/36/705 +f 2524/35/705 2516/36/713 2530/35/713 +f 2515/36/704 2524/35/704 2516/36/714 +f 2530/35/714 2516/36/714 2524/35/704 +f 2533/38/731 2532/37/732 2531/37/731 +f 2532/37/732 2533/38/731 2534/38/732 +f 2531/37/733 2532/37/734 2533/38/733 +f 2534/38/734 2533/38/733 2532/37/734 +f 2537/37/725 2536/38/729 2535/38/725 +f 2536/38/729 2537/37/725 2538/37/729 +f 2535/38/727 2536/38/730 2537/37/727 +f 2538/37/730 2537/37/727 2536/38/730 +f 2540/38/735 2531/37/731 2539/37/735 +f 2531/37/731 2540/38/735 2533/38/731 +f 2539/37/736 2531/37/733 2540/38/736 +f 2533/38/733 2540/38/736 2531/37/733 +f 2543/38/719 2542/37/737 2541/37/719 +f 2542/37/737 2543/38/719 2544/38/737 +f 2541/37/721 2542/37/738 2543/38/721 +f 2544/38/738 2543/38/721 2542/37/738 +f 2543/38/719 2532/37/720 2534/38/720 +f 2532/37/720 2543/38/719 2541/37/719 +f 2534/38/722 2532/37/722 2543/38/721 +f 2541/37/721 2543/38/721 2532/37/722 +f 2546/38/715 2538/37/716 2545/37/715 +f 2538/37/716 2546/38/715 2536/38/716 +f 2545/37/717 2538/37/718 2546/38/717 +f 2536/38/718 2546/38/717 2538/37/718 +f 2544/38/723 2545/37/715 2542/37/723 +f 2545/37/715 2544/38/723 2546/38/715 +f 2542/37/724 2545/37/717 2544/38/724 +f 2546/38/717 2544/38/724 2545/37/717 +f 2539/37/726 2535/38/725 2540/38/726 +f 2535/38/725 2539/37/726 2537/37/725 +f 2540/38/728 2535/38/727 2539/37/728 +f 2537/37/727 2539/37/728 2535/38/727 +f 2549/39/393 2548/35/392 2547/35/391 +f 2548/35/392 2549/39/393 2550/39/394 +f 2547/35/397 2548/35/396 2549/39/395 +f 2550/39/398 2549/39/395 2548/35/396 +f 2553/39/377 2552/39/376 2551/39/375 +f 2552/39/376 2553/39/377 2554/39/378 +f 2551/39/381 2552/39/380 2553/39/379 +f 2554/39/382 2553/39/379 2552/39/380 +f 2556/39/417 2549/39/393 2555/39/414 +f 2549/39/393 2556/39/417 2550/39/394 +f 2555/39/415 2549/39/395 2556/39/420 +f 2550/39/398 2556/39/420 2549/39/395 +f 2559/35/107 2558/36/110 2557/35/108 +f 2558/36/110 2559/35/107 2560/36/109 +f 2557/35/112 2558/36/114 2559/35/113 +f 2560/36/111 2559/35/113 2558/36/114 +f 2562/36/123 2560/36/109 2561/36/124 +f 2560/36/109 2562/36/123 2558/36/110 +f 2561/36/126 2560/36/111 2562/36/125 +f 2558/36/114 2562/36/125 2560/36/111 +f 2561/36/124 2559/35/107 2563/35/129 +f 2559/35/107 2561/36/124 2560/36/109 +f 2563/35/130 2559/35/113 2561/36/126 +f 2560/36/111 2561/36/126 2559/35/113 +f 2555/39/414 2547/35/391 2564/35/413 +f 2547/35/391 2555/39/414 2549/39/393 +f 2564/35/416 2547/35/397 2555/39/415 +f 2549/39/395 2555/39/415 2547/35/397 +f 2565/35/418 2550/39/394 2556/39/417 +f 2550/39/394 2565/35/418 2548/35/392 +f 2556/39/420 2550/39/398 2565/35/419 +f 2548/35/396 2565/35/419 2550/39/398 +f 2568/40/171 2567/40/150 2566/40/156 +f 2567/40/150 2568/40/171 2569/40/148 +f 2566/40/158 2567/40/154 2568/40/174 +f 2569/40/152 2568/40/174 2567/40/154 +f 2569/40/148 2570/35/149 2567/40/150 +f 2570/35/149 2569/40/148 2571/35/147 +f 2567/40/154 2570/35/151 2569/40/152 +f 2571/35/153 2569/40/152 2570/35/151 +f 2573/35/172 2566/40/156 2572/35/155 +f 2566/40/156 2573/35/172 2568/40/171 +f 2572/35/157 2566/40/158 2573/35/173 +f 2568/40/174 2573/35/173 2566/40/158 +f 2571/35/147 2568/40/171 2573/35/172 +f 2568/40/171 2571/35/147 2569/40/148 +f 2573/35/173 2568/40/174 2571/35/153 +f 2569/40/152 2571/35/153 2568/40/174 +f 2575/35/387 2554/39/378 2574/35/383 +f 2554/39/378 2575/35/387 2552/39/376 +f 2574/35/386 2554/39/382 2575/35/388 +f 2552/39/380 2575/35/388 2554/39/382 +f 2554/39/378 2576/35/384 2574/35/383 +f 2576/35/384 2554/39/378 2553/39/377 +f 2574/35/386 2576/35/385 2554/39/382 +f 2553/39/379 2554/39/382 2576/35/385 +f 2551/39/375 2575/35/387 2577/35/389 +f 2575/35/387 2551/39/375 2552/39/376 +f 2577/35/390 2575/35/388 2551/39/381 +f 2552/39/380 2551/39/381 2575/35/388 +f 2580/40/110 2579/35/127 2578/35/108 +f 2579/35/127 2580/40/110 2581/40/123 +f 2578/35/112 2579/35/128 2580/40/114 +f 2581/40/125 2580/40/114 2579/35/128 +f 2553/39/377 2577/35/389 2576/35/384 +f 2577/35/389 2553/39/377 2551/39/375 +f 2576/35/385 2577/35/390 2553/39/379 +f 2551/39/381 2553/39/379 2577/35/390 +f 2581/40/123 2583/40/109 2582/40/124 +f 2583/40/109 2581/40/123 2580/40/110 +f 2582/40/126 2583/40/111 2581/40/125 +f 2580/40/114 2581/40/125 2583/40/111 +f 2562/36/123 2563/35/129 2584/35/127 +f 2563/35/129 2562/36/123 2561/36/124 +f 2584/35/128 2563/35/130 2562/36/125 +f 2561/36/126 2562/36/125 2563/35/130 +f 2582/40/124 2586/35/107 2585/35/129 +f 2586/35/107 2582/40/124 2583/40/109 +f 2585/35/130 2586/35/113 2582/40/126 +f 2583/40/111 2582/40/126 2586/35/113 +f 2566/40/156 2570/35/149 2572/35/155 +f 2570/35/149 2566/40/156 2567/40/150 +f 2572/35/157 2570/35/151 2566/40/158 +f 2567/40/154 2566/40/158 2570/35/151 +f 2558/36/110 2584/35/127 2557/35/108 +f 2584/35/127 2558/36/110 2562/36/123 +f 2557/35/112 2584/35/128 2558/36/114 +f 2562/36/125 2558/36/114 2584/35/128 +f 2581/40/123 2585/35/129 2579/35/127 +f 2585/35/129 2581/40/123 2582/40/124 +f 2579/35/128 2585/35/130 2581/40/125 +f 2582/40/126 2581/40/125 2585/35/130 +f 2565/35/418 2555/39/414 2564/35/413 +f 2555/39/414 2565/35/418 2556/39/417 +f 2564/35/416 2555/39/415 2565/35/419 +f 2556/39/420 2565/35/419 2555/39/415 +f 2589/40/110 2588/35/127 2587/35/108 +f 2588/35/127 2589/40/110 2590/40/123 +f 2587/35/112 2588/35/128 2589/40/114 +f 2590/40/125 2589/40/114 2588/35/128 +f 2586/35/107 2580/40/110 2578/35/108 +f 2580/40/110 2586/35/107 2583/40/109 +f 2578/35/112 2580/40/114 2586/35/113 +f 2583/40/111 2586/35/113 2580/40/114 +f 2590/40/123 2592/40/109 2591/40/124 +f 2592/40/109 2590/40/123 2589/40/110 +f 2591/40/126 2592/40/111 2590/40/125 +f 2589/40/114 2590/40/125 2592/40/111 +f 2593/35/107 2589/40/110 2587/35/108 +f 2589/40/110 2593/35/107 2592/40/109 +f 2587/35/112 2589/40/114 2593/35/113 +f 2592/40/111 2593/35/113 2589/40/114 +f 2590/40/123 2594/35/129 2588/35/127 +f 2594/35/129 2590/40/123 2591/40/124 +f 2588/35/128 2594/35/130 2590/40/125 +f 2591/40/126 2590/40/125 2594/35/130 +f 2591/40/124 2593/35/107 2594/35/129 +f 2593/35/107 2591/40/124 2592/40/109 +f 2594/35/130 2593/35/113 2591/40/126 +f 2592/40/111 2591/40/126 2593/35/113 +f 2597/39/401 2596/39/400 2595/39/399 +f 2596/39/400 2597/39/401 2598/39/402 +f 2595/39/405 2596/39/404 2597/39/403 +f 2598/39/406 2597/39/403 2596/39/404 +f 2595/39/399 2600/35/408 2599/35/407 +f 2600/35/408 2595/39/399 2596/39/400 +f 2599/35/410 2600/35/409 2595/39/405 +f 2596/39/404 2595/39/405 2600/35/409 +f 2597/39/401 2599/35/407 2601/35/411 +f 2599/35/407 2597/39/401 2595/39/399 +f 2601/35/412 2599/35/410 2597/39/403 +f 2595/39/405 2597/39/403 2599/35/410 +f 2596/39/400 2602/35/421 2600/35/408 +f 2602/35/421 2596/39/400 2598/39/402 +f 2600/35/409 2602/35/422 2596/39/404 +f 2598/39/406 2596/39/404 2602/35/422 +f 2602/35/421 2597/39/401 2601/35/411 +f 2597/39/401 2602/35/421 2598/39/402 +f 2601/35/412 2597/39/403 2602/35/422 +f 2598/39/406 2602/35/422 2597/39/403 +f 2605/35/160 2604/39/167 2603/35/175 +f 2604/39/167 2605/35/160 2606/39/162 +f 2603/35/176 2604/39/169 2605/35/164 +f 2606/39/166 2605/35/164 2604/39/169 +f 2604/39/167 2608/39/161 2607/39/168 +f 2608/39/161 2604/39/167 2606/39/162 +f 2607/39/170 2608/39/163 2604/39/169 +f 2606/39/166 2604/39/169 2608/39/163 +f 2604/39/167 2609/35/177 2603/35/175 +f 2609/35/177 2604/39/167 2607/39/168 +f 2603/35/176 2609/35/178 2604/39/169 +f 2607/39/170 2604/39/169 2609/35/178 +f 2608/39/161 2605/35/160 2610/35/159 +f 2605/35/160 2608/39/161 2606/39/162 +f 2610/35/165 2605/35/164 2608/39/163 +f 2606/39/166 2608/39/163 2605/35/164 +f 2607/39/168 2610/35/159 2609/35/177 +f 2610/35/159 2607/39/168 2608/39/161 +f 2609/35/178 2610/35/165 2607/39/170 +f 2608/39/163 2607/39/170 2610/35/165 +f 2613/40/171 2612/40/150 2611/40/156 +f 2612/40/150 2613/40/171 2614/40/148 +f 2611/40/158 2612/40/154 2613/40/174 +f 2614/40/152 2613/40/174 2612/40/154 +f 2614/40/148 2615/35/149 2612/40/150 +f 2615/35/149 2614/40/148 2616/35/147 +f 2612/40/154 2615/35/151 2614/40/152 +f 2616/35/153 2614/40/152 2615/35/151 +f 2619/39/101 2618/39/117 2617/39/102 +f 2618/39/117 2619/39/101 2620/39/118 +f 2617/39/106 2618/39/119 2619/39/103 +f 2620/39/122 2619/39/103 2618/39/119 +f 2617/39/102 2622/35/115 2621/35/100 +f 2622/35/115 2617/39/102 2618/39/117 +f 2621/35/104 2622/35/121 2617/39/106 +f 2618/39/119 2617/39/106 2622/35/121 +f 2611/40/156 2615/35/149 2623/35/155 +f 2615/35/149 2611/40/156 2612/40/150 +f 2623/35/157 2615/35/151 2611/40/158 +f 2612/40/154 2611/40/158 2615/35/151 +f 2616/35/147 2613/40/171 2624/35/172 +f 2613/40/171 2616/35/147 2614/40/148 +f 2624/35/173 2613/40/174 2616/35/153 +f 2614/40/152 2616/35/153 2613/40/174 +f 2618/39/117 2625/35/116 2622/35/115 +f 2625/35/116 2618/39/117 2620/39/118 +f 2622/35/121 2625/35/120 2618/39/119 +f 2620/39/122 2618/39/119 2625/35/120 +f 2619/39/101 2621/35/100 2626/35/99 +f 2621/35/100 2619/39/101 2617/39/102 +f 2626/35/105 2621/35/104 2619/39/103 +f 2617/39/106 2619/39/103 2621/35/104 +f 2625/35/116 2619/39/101 2626/35/99 +f 2619/39/101 2625/35/116 2620/39/118 +f 2626/35/105 2619/39/103 2625/35/120 +f 2620/39/122 2625/35/120 2619/39/103 +f 2624/35/172 2611/40/156 2623/35/155 +f 2611/40/156 2624/35/172 2613/40/171 +f 2623/35/157 2611/40/158 2624/35/173 +f 2613/40/174 2624/35/173 2611/40/158 +f 2629/36/310 2628/35/427 2627/36/427 +f 2628/35/427 2629/36/310 2630/35/310 +f 2627/36/423 2628/35/423 2629/36/309 +f 2630/35/309 2629/36/309 2628/35/423 +f 2633/36/308 2632/35/424 2631/35/308 +f 2632/35/424 2633/36/308 2634/36/424 +f 2631/35/307 2632/35/428 2633/36/307 +f 2634/36/428 2633/36/307 2632/35/428 +f 2636/36/425 2631/35/308 2635/35/425 +f 2631/35/308 2636/36/425 2633/36/308 +f 2635/35/429 2631/35/307 2636/36/429 +f 2633/36/307 2636/36/429 2631/35/307 +f 2638/36/307 2628/35/428 2637/35/307 +f 2628/35/428 2638/36/307 2627/36/428 +f 2637/35/308 2628/35/424 2638/36/308 +f 2627/36/424 2638/36/308 2628/35/424 +f 2640/36/429 2637/35/307 2639/35/429 +f 2637/35/307 2640/36/429 2638/36/307 +f 2639/35/425 2637/35/308 2640/36/425 +f 2638/36/308 2640/36/425 2637/35/308 +f 2641/35/309 2640/36/430 2639/35/430 +f 2640/36/430 2641/35/309 2642/36/309 +f 2639/35/426 2640/36/426 2641/35/310 +f 2642/36/310 2641/35/310 2640/36/426 +f 2632/35/423 2642/36/309 2641/35/309 +f 2642/36/309 2632/35/423 2634/36/423 +f 2641/35/310 2642/36/310 2632/35/427 +f 2634/36/427 2632/35/427 2642/36/310 +f 2627/36/81 2636/36/81 2629/36/81 +f 2636/36/81 2627/36/81 2633/36/81 +f 2633/36/81 2627/36/81 2638/36/81 +f 2633/36/81 2638/36/81 2634/36/81 +f 2634/36/81 2638/36/81 2640/36/81 +f 2634/36/81 2640/36/81 2642/36/81 +f 2629/36/82 2636/36/82 2627/36/82 +f 2633/36/82 2627/36/82 2636/36/82 +f 2638/36/82 2627/36/82 2633/36/82 +f 2634/36/82 2638/36/82 2633/36/82 +f 2640/36/82 2638/36/82 2634/36/82 +f 2642/36/82 2640/36/82 2634/36/82 +f 2635/35/82 2628/35/82 2630/35/82 +f 2628/35/82 2635/35/82 2631/35/82 +f 2628/35/82 2631/35/82 2637/35/82 +f 2637/35/82 2631/35/82 2632/35/82 +f 2637/35/82 2632/35/82 2639/35/82 +f 2639/35/82 2632/35/82 2641/35/82 +f 2630/35/81 2628/35/81 2635/35/81 +f 2631/35/81 2635/35/81 2628/35/81 +f 2637/35/81 2631/35/81 2628/35/81 +f 2632/35/81 2631/35/81 2637/35/81 +f 2639/35/81 2632/35/81 2637/35/81 +f 2641/35/81 2632/35/81 2639/35/81 +f 2636/36/426 2630/35/310 2629/36/310 +f 2630/35/310 2636/36/426 2635/35/426 +f 2629/36/309 2630/35/309 2636/36/430 +f 2635/35/430 2636/36/430 2630/35/309 +f 2645/36/308 2644/35/424 2643/35/308 +f 2644/35/424 2645/36/308 2646/36/424 +f 2643/35/307 2644/35/428 2645/36/307 +f 2646/36/428 2645/36/307 2644/35/428 +f 2649/36/429 2648/35/307 2647/35/429 +f 2648/35/307 2649/36/429 2650/36/307 +f 2647/35/425 2648/35/308 2649/36/425 +f 2650/36/308 2649/36/425 2648/35/308 +f 2652/36/425 2643/35/308 2651/35/425 +f 2643/35/308 2652/36/425 2645/36/308 +f 2651/35/429 2643/35/307 2652/36/429 +f 2645/36/307 2652/36/429 2643/35/307 +f 2652/36/426 2654/35/310 2653/36/310 +f 2654/35/310 2652/36/426 2651/35/426 +f 2653/36/309 2654/35/309 2652/36/430 +f 2651/35/430 2652/36/430 2654/35/309 +f 2655/36/81 2652/36/81 2653/36/81 +f 2652/36/81 2655/36/81 2650/36/81 +f 2652/36/81 2650/36/81 2645/36/81 +f 2645/36/81 2650/36/81 2649/36/81 +f 2645/36/81 2649/36/81 2646/36/81 +f 2646/36/81 2649/36/81 2656/36/81 +f 2653/36/82 2652/36/82 2655/36/82 +f 2650/36/82 2655/36/82 2652/36/82 +f 2645/36/82 2650/36/82 2652/36/82 +f 2649/36/82 2650/36/82 2645/36/82 +f 2646/36/82 2649/36/82 2645/36/82 +f 2656/36/82 2649/36/82 2646/36/82 +f 2657/35/309 2649/36/430 2647/35/430 +f 2649/36/430 2657/35/309 2656/36/309 +f 2647/35/426 2649/36/426 2657/35/310 +f 2656/36/310 2657/35/310 2649/36/426 +f 2644/35/423 2656/36/309 2657/35/309 +f 2656/36/309 2644/35/423 2646/36/423 +f 2657/35/310 2656/36/310 2644/35/427 +f 2646/36/427 2644/35/427 2656/36/310 +f 2653/36/310 2658/35/427 2655/36/427 +f 2658/35/427 2653/36/310 2654/35/310 +f 2655/36/423 2658/35/423 2653/36/309 +f 2654/35/309 2653/36/309 2658/35/423 +f 2650/36/307 2658/35/428 2648/35/307 +f 2658/35/428 2650/36/307 2655/36/428 +f 2648/35/308 2658/35/424 2650/36/308 +f 2655/36/424 2650/36/308 2658/35/424 +f 2661/37/775 2660/38/776 2659/38/775 +f 2660/38/776 2661/37/775 2662/37/776 +f 2659/38/777 2660/38/778 2661/37/777 +f 2662/37/778 2661/37/777 2660/38/778 +f 2664/37/779 2659/38/775 2663/38/779 +f 2659/38/775 2664/37/779 2661/37/775 +f 2663/38/780 2659/38/777 2664/37/780 +f 2661/37/777 2664/37/780 2659/38/777 +f 2667/38/781 2666/37/782 2665/37/781 +f 2666/37/782 2667/38/781 2668/38/782 +f 2665/37/783 2666/37/784 2667/38/783 +f 2668/38/784 2667/38/783 2666/37/784 +f 2671/38/785 2670/37/786 2669/37/785 +f 2670/37/786 2671/38/785 2672/38/786 +f 2669/37/787 2670/37/788 2671/38/787 +f 2672/38/788 2671/38/787 2670/37/788 +f 2673/38/790 2666/37/789 2668/38/789 +f 2666/37/789 2673/38/790 2674/37/790 +f 2668/38/792 2666/37/792 2673/38/791 +f 2674/37/791 2673/38/791 2666/37/792 +f 2671/38/793 2674/37/790 2673/38/790 +f 2674/37/790 2671/38/793 2669/37/793 +f 2673/38/791 2674/37/791 2671/38/794 +f 2669/37/794 2671/38/794 2674/37/791 +f 2663/38/795 2665/37/781 2664/37/795 +f 2665/37/781 2663/38/795 2667/38/781 +f 2664/37/796 2665/37/783 2663/38/796 +f 2667/38/783 2663/38/796 2665/37/783 +f 2672/38/786 2662/37/797 2670/37/786 +f 2662/37/797 2672/38/786 2660/38/797 +f 2670/37/788 2662/37/798 2672/38/788 +f 2660/38/798 2672/38/788 2662/37/798 +f 2677/36/310 2676/35/427 2675/36/427 +f 2676/35/427 2677/36/310 2678/35/310 +f 2675/36/423 2676/35/423 2677/36/309 +f 2678/35/309 2677/36/309 2676/35/423 +f 2681/36/308 2680/35/424 2679/35/308 +f 2680/35/424 2681/36/308 2682/36/424 +f 2679/35/307 2680/35/428 2681/36/307 +f 2682/36/428 2681/36/307 2680/35/428 +f 2684/36/425 2679/35/308 2683/35/425 +f 2679/35/308 2684/36/425 2681/36/308 +f 2683/35/429 2679/35/307 2684/36/429 +f 2681/36/307 2684/36/429 2679/35/307 +f 2686/36/307 2676/35/428 2685/35/307 +f 2676/35/428 2686/36/307 2675/36/428 +f 2685/35/308 2676/35/424 2686/36/308 +f 2675/36/424 2686/36/308 2676/35/424 +f 2688/36/429 2685/35/307 2687/35/429 +f 2685/35/307 2688/36/429 2686/36/307 +f 2687/35/425 2685/35/308 2688/36/425 +f 2686/36/308 2688/36/425 2685/35/308 +f 2689/35/309 2688/36/430 2687/35/430 +f 2688/36/430 2689/35/309 2690/36/309 +f 2687/35/426 2688/36/426 2689/35/310 +f 2690/36/310 2689/35/310 2688/36/426 +f 2680/35/423 2690/36/309 2689/35/309 +f 2690/36/309 2680/35/423 2682/36/423 +f 2689/35/310 2690/36/310 2680/35/427 +f 2682/36/427 2680/35/427 2690/36/310 +f 2675/36/81 2684/36/81 2677/36/81 +f 2684/36/81 2675/36/81 2681/36/81 +f 2681/36/81 2675/36/81 2686/36/81 +f 2681/36/81 2686/36/81 2682/36/81 +f 2682/36/81 2686/36/81 2688/36/81 +f 2682/36/81 2688/36/81 2690/36/81 +f 2677/36/82 2684/36/82 2675/36/82 +f 2681/36/82 2675/36/82 2684/36/82 +f 2686/36/82 2675/36/82 2681/36/82 +f 2682/36/82 2686/36/82 2681/36/82 +f 2688/36/82 2686/36/82 2682/36/82 +f 2690/36/82 2688/36/82 2682/36/82 +f 2683/35/82 2676/35/82 2678/35/82 +f 2676/35/82 2683/35/82 2679/35/82 +f 2676/35/82 2679/35/82 2685/35/82 +f 2685/35/82 2679/35/82 2680/35/82 +f 2685/35/82 2680/35/82 2687/35/82 +f 2687/35/82 2680/35/82 2689/35/82 +f 2678/35/81 2676/35/81 2683/35/81 +f 2679/35/81 2683/35/81 2676/35/81 +f 2685/35/81 2679/35/81 2676/35/81 +f 2680/35/81 2679/35/81 2685/35/81 +f 2687/35/81 2680/35/81 2685/35/81 +f 2689/35/81 2680/35/81 2687/35/81 +f 2684/36/426 2678/35/310 2677/36/310 +f 2678/35/310 2684/36/426 2683/35/426 +f 2677/36/309 2678/35/309 2684/36/430 +f 2683/35/430 2684/36/430 2678/35/309 +f 2693/36/308 2692/35/424 2691/35/308 +f 2692/35/424 2693/36/308 2694/36/424 +f 2691/35/307 2692/35/428 2693/36/307 +f 2694/36/428 2693/36/307 2692/35/428 +f 2697/36/429 2696/35/307 2695/35/429 +f 2696/35/307 2697/36/429 2698/36/307 +f 2695/35/425 2696/35/308 2697/36/425 +f 2698/36/308 2697/36/425 2696/35/308 +f 2700/36/425 2691/35/308 2699/35/425 +f 2691/35/308 2700/36/425 2693/36/308 +f 2699/35/429 2691/35/307 2700/36/429 +f 2693/36/307 2700/36/429 2691/35/307 +f 2700/36/426 2702/35/310 2701/36/310 +f 2702/35/310 2700/36/426 2699/35/426 +f 2701/36/309 2702/35/309 2700/36/430 +f 2699/35/430 2700/36/430 2702/35/309 +f 2703/36/81 2700/36/81 2701/36/81 +f 2700/36/81 2703/36/81 2698/36/81 +f 2700/36/81 2698/36/81 2693/36/81 +f 2693/36/81 2698/36/81 2697/36/81 +f 2693/36/81 2697/36/81 2694/36/81 +f 2694/36/81 2697/36/81 2704/36/81 +f 2701/36/82 2700/36/82 2703/36/82 +f 2698/36/82 2703/36/82 2700/36/82 +f 2693/36/82 2698/36/82 2700/36/82 +f 2697/36/82 2698/36/82 2693/36/82 +f 2694/36/82 2697/36/82 2693/36/82 +f 2704/36/82 2697/36/82 2694/36/82 +f 2705/35/309 2697/36/430 2695/35/430 +f 2697/36/430 2705/35/309 2704/36/309 +f 2695/35/426 2697/36/426 2705/35/310 +f 2704/36/310 2705/35/310 2697/36/426 +f 2692/35/423 2704/36/309 2705/35/309 +f 2704/36/309 2692/35/423 2694/36/423 +f 2705/35/310 2704/36/310 2692/35/427 +f 2694/36/427 2692/35/427 2704/36/310 +f 2701/36/310 2706/35/427 2703/36/427 +f 2706/35/427 2701/36/310 2702/35/310 +f 2703/36/423 2706/35/423 2701/36/309 +f 2702/35/309 2701/36/309 2706/35/423 +f 2698/36/307 2706/35/428 2696/35/307 +f 2706/35/428 2698/36/307 2703/36/428 +f 2696/35/308 2706/35/424 2698/36/308 +f 2703/36/424 2698/36/308 2706/35/424 +f 2709/37/775 2708/38/776 2707/38/775 +f 2708/38/776 2709/37/775 2710/37/776 +f 2707/38/777 2708/38/778 2709/37/777 +f 2710/37/778 2709/37/777 2708/38/778 +f 2712/37/779 2707/38/775 2711/38/779 +f 2707/38/775 2712/37/779 2709/37/775 +f 2711/38/780 2707/38/777 2712/37/780 +f 2709/37/777 2712/37/780 2707/38/777 +f 2715/38/781 2714/37/782 2713/37/781 +f 2714/37/782 2715/38/781 2716/38/782 +f 2713/37/783 2714/37/784 2715/38/783 +f 2716/38/784 2715/38/783 2714/37/784 +f 2719/38/785 2718/37/786 2717/37/785 +f 2718/37/786 2719/38/785 2720/38/786 +f 2717/37/787 2718/37/788 2719/38/787 +f 2720/38/788 2719/38/787 2718/37/788 +f 2721/38/790 2714/37/789 2716/38/789 +f 2714/37/789 2721/38/790 2722/37/790 +f 2716/38/792 2714/37/792 2721/38/791 +f 2722/37/791 2721/38/791 2714/37/792 +f 2719/38/793 2722/37/790 2721/38/790 +f 2722/37/790 2719/38/793 2717/37/793 +f 2721/38/791 2722/37/791 2719/38/794 +f 2717/37/794 2719/38/794 2722/37/791 +f 2711/38/795 2713/37/781 2712/37/795 +f 2713/37/781 2711/38/795 2715/38/781 +f 2712/37/796 2713/37/783 2711/38/796 +f 2715/38/783 2711/38/796 2713/37/783 +f 2720/38/786 2710/37/797 2718/37/786 +f 2710/37/797 2720/38/786 2708/38/797 +f 2718/37/788 2710/37/798 2720/38/788 +f 2708/38/798 2720/38/788 2710/37/798 +f 2725/36/373 2724/35/423 2723/36/423 +f 2724/35/423 2725/36/373 2726/35/373 +f 2723/36/427 2724/35/427 2725/36/374 +f 2726/35/374 2725/36/374 2724/35/427 +f 2729/36/372 2728/35/428 2727/35/372 +f 2728/35/428 2729/36/372 2730/36/428 +f 2727/35/371 2728/35/424 2729/36/371 +f 2730/36/424 2729/36/371 2728/35/424 +f 2732/36/429 2727/35/372 2731/35/429 +f 2727/35/372 2732/36/429 2729/36/372 +f 2731/35/425 2727/35/371 2732/36/425 +f 2729/36/371 2732/36/425 2727/35/371 +f 2734/36/371 2724/35/424 2733/35/371 +f 2724/35/424 2734/36/371 2723/36/424 +f 2733/35/372 2724/35/428 2734/36/372 +f 2723/36/428 2734/36/372 2724/35/428 +f 2736/36/425 2733/35/371 2735/35/425 +f 2733/35/371 2736/36/425 2734/36/371 +f 2735/35/429 2733/35/372 2736/36/429 +f 2734/36/372 2736/36/429 2733/35/372 +f 2737/35/374 2736/36/426 2735/35/426 +f 2736/36/426 2737/35/374 2738/36/374 +f 2735/35/430 2736/36/430 2737/35/373 +f 2738/36/373 2737/35/373 2736/36/430 +f 2728/35/427 2738/36/374 2737/35/374 +f 2738/36/374 2728/35/427 2730/36/427 +f 2737/35/373 2738/36/373 2728/35/423 +f 2730/36/423 2728/35/423 2738/36/373 +f 2723/36/81 2732/36/81 2725/36/81 +f 2732/36/81 2723/36/81 2729/36/81 +f 2729/36/81 2723/36/81 2734/36/81 +f 2729/36/81 2734/36/81 2730/36/81 +f 2730/36/81 2734/36/81 2736/36/81 +f 2730/36/81 2736/36/81 2738/36/81 +f 2725/36/82 2732/36/82 2723/36/82 +f 2729/36/82 2723/36/82 2732/36/82 +f 2734/36/82 2723/36/82 2729/36/82 +f 2730/36/82 2734/36/82 2729/36/82 +f 2736/36/82 2734/36/82 2730/36/82 +f 2738/36/82 2736/36/82 2730/36/82 +f 2731/35/82 2724/35/82 2726/35/82 +f 2724/35/82 2731/35/82 2727/35/82 +f 2724/35/82 2727/35/82 2733/35/82 +f 2733/35/82 2727/35/82 2728/35/82 +f 2733/35/82 2728/35/82 2735/35/82 +f 2735/35/82 2728/35/82 2737/35/82 +f 2726/35/81 2724/35/81 2731/35/81 +f 2727/35/81 2731/35/81 2724/35/81 +f 2733/35/81 2727/35/81 2724/35/81 +f 2728/35/81 2727/35/81 2733/35/81 +f 2735/35/81 2728/35/81 2733/35/81 +f 2737/35/81 2728/35/81 2735/35/81 +f 2732/36/430 2726/35/373 2725/36/373 +f 2726/35/373 2732/36/430 2731/35/430 +f 2725/36/374 2726/35/374 2732/36/426 +f 2731/35/426 2732/36/426 2726/35/374 +f 2741/36/372 2740/35/428 2739/35/372 +f 2740/35/428 2741/36/372 2742/36/428 +f 2739/35/371 2740/35/424 2741/36/371 +f 2742/36/424 2741/36/371 2740/35/424 +f 2745/36/425 2744/35/371 2743/35/425 +f 2744/35/371 2745/36/425 2746/36/371 +f 2743/35/429 2744/35/372 2745/36/429 +f 2746/36/372 2745/36/429 2744/35/372 +f 2748/36/429 2739/35/372 2747/35/429 +f 2739/35/372 2748/36/429 2741/36/372 +f 2747/35/425 2739/35/371 2748/36/425 +f 2741/36/371 2748/36/425 2739/35/371 +f 2748/36/430 2750/35/373 2749/36/373 +f 2750/35/373 2748/36/430 2747/35/430 +f 2749/36/374 2750/35/374 2748/36/426 +f 2747/35/426 2748/36/426 2750/35/374 +f 2751/36/81 2748/36/81 2749/36/81 +f 2748/36/81 2751/36/81 2746/36/81 +f 2748/36/81 2746/36/81 2741/36/81 +f 2741/36/81 2746/36/81 2745/36/81 +f 2741/36/81 2745/36/81 2742/36/81 +f 2742/36/81 2745/36/81 2752/36/81 +f 2749/36/82 2748/36/82 2751/36/82 +f 2746/36/82 2751/36/82 2748/36/82 +f 2741/36/82 2746/36/82 2748/36/82 +f 2745/36/82 2746/36/82 2741/36/82 +f 2742/36/82 2745/36/82 2741/36/82 +f 2752/36/82 2745/36/82 2742/36/82 +f 2753/35/374 2745/36/426 2743/35/426 +f 2745/36/426 2753/35/374 2752/36/374 +f 2743/35/430 2745/36/430 2753/35/373 +f 2752/36/373 2753/35/373 2745/36/430 +f 2740/35/427 2752/36/374 2753/35/374 +f 2752/36/374 2740/35/427 2742/36/427 +f 2753/35/373 2752/36/373 2740/35/423 +f 2742/36/423 2740/35/423 2752/36/373 +f 2749/36/373 2754/35/423 2751/36/423 +f 2754/35/423 2749/36/373 2750/35/373 +f 2751/36/427 2754/35/427 2749/36/374 +f 2750/35/374 2749/36/374 2754/35/427 +f 2746/36/371 2754/35/424 2744/35/371 +f 2754/35/424 2746/36/371 2751/36/424 +f 2744/35/372 2754/35/428 2746/36/372 +f 2751/36/428 2746/36/372 2754/35/428 +f 2757/37/799 2756/38/789 2755/38/799 +f 2756/38/789 2757/37/799 2758/37/789 +f 2755/38/800 2756/38/792 2757/37/800 +f 2758/37/792 2757/37/800 2756/38/792 +f 2760/37/793 2755/38/799 2759/38/793 +f 2755/38/799 2760/37/793 2757/37/799 +f 2759/38/794 2755/38/800 2760/37/794 +f 2757/37/800 2760/37/794 2755/38/800 +f 2763/38/801 2762/37/797 2761/37/801 +f 2762/37/797 2763/38/801 2764/38/797 +f 2761/37/802 2762/37/798 2763/38/802 +f 2764/38/798 2763/38/802 2762/37/798 +f 2767/38/795 2766/37/803 2765/37/795 +f 2766/37/803 2767/38/795 2768/38/803 +f 2765/37/796 2766/37/804 2767/38/796 +f 2768/38/804 2767/38/796 2766/37/804 +f 2769/38/805 2762/37/776 2764/38/776 +f 2762/37/776 2769/38/805 2770/37/805 +f 2764/38/778 2762/37/778 2769/38/806 +f 2770/37/806 2769/38/806 2762/37/778 +f 2767/38/779 2770/37/805 2769/38/805 +f 2770/37/805 2767/38/779 2765/37/779 +f 2769/38/806 2770/37/806 2767/38/780 +f 2765/37/780 2767/38/780 2770/37/806 +f 2759/38/785 2761/37/801 2760/37/785 +f 2761/37/801 2759/38/785 2763/38/801 +f 2760/37/787 2761/37/802 2759/38/787 +f 2763/38/802 2759/38/787 2761/37/802 +f 2768/38/803 2758/37/782 2766/37/803 +f 2758/37/782 2768/38/803 2756/38/782 +f 2766/37/804 2758/37/784 2768/38/804 +f 2756/38/784 2768/38/804 2758/37/784 +f 2773/36/373 2772/35/423 2771/36/423 +f 2772/35/423 2773/36/373 2774/35/373 +f 2771/36/427 2772/35/427 2773/36/374 +f 2774/35/374 2773/36/374 2772/35/427 +f 2777/36/372 2776/35/428 2775/35/372 +f 2776/35/428 2777/36/372 2778/36/428 +f 2775/35/371 2776/35/424 2777/36/371 +f 2778/36/424 2777/36/371 2776/35/424 +f 2780/36/429 2775/35/372 2779/35/429 +f 2775/35/372 2780/36/429 2777/36/372 +f 2779/35/425 2775/35/371 2780/36/425 +f 2777/36/371 2780/36/425 2775/35/371 +f 2782/36/371 2772/35/424 2781/35/371 +f 2772/35/424 2782/36/371 2771/36/424 +f 2781/35/372 2772/35/428 2782/36/372 +f 2771/36/428 2782/36/372 2772/35/428 +f 2784/36/425 2781/35/371 2783/35/425 +f 2781/35/371 2784/36/425 2782/36/371 +f 2783/35/429 2781/35/372 2784/36/429 +f 2782/36/372 2784/36/429 2781/35/372 +f 2785/35/374 2784/36/426 2783/35/426 +f 2784/36/426 2785/35/374 2786/36/374 +f 2783/35/430 2784/36/430 2785/35/373 +f 2786/36/373 2785/35/373 2784/36/430 +f 2776/35/427 2786/36/374 2785/35/374 +f 2786/36/374 2776/35/427 2778/36/427 +f 2785/35/373 2786/36/373 2776/35/423 +f 2778/36/423 2776/35/423 2786/36/373 +f 2771/36/81 2780/36/81 2773/36/81 +f 2780/36/81 2771/36/81 2777/36/81 +f 2777/36/81 2771/36/81 2782/36/81 +f 2777/36/81 2782/36/81 2778/36/81 +f 2778/36/81 2782/36/81 2784/36/81 +f 2778/36/81 2784/36/81 2786/36/81 +f 2773/36/82 2780/36/82 2771/36/82 +f 2777/36/82 2771/36/82 2780/36/82 +f 2782/36/82 2771/36/82 2777/36/82 +f 2778/36/82 2782/36/82 2777/36/82 +f 2784/36/82 2782/36/82 2778/36/82 +f 2786/36/82 2784/36/82 2778/36/82 +f 2779/35/82 2772/35/82 2774/35/82 +f 2772/35/82 2779/35/82 2775/35/82 +f 2772/35/82 2775/35/82 2781/35/82 +f 2781/35/82 2775/35/82 2776/35/82 +f 2781/35/82 2776/35/82 2783/35/82 +f 2783/35/82 2776/35/82 2785/35/82 +f 2774/35/81 2772/35/81 2779/35/81 +f 2775/35/81 2779/35/81 2772/35/81 +f 2781/35/81 2775/35/81 2772/35/81 +f 2776/35/81 2775/35/81 2781/35/81 +f 2783/35/81 2776/35/81 2781/35/81 +f 2785/35/81 2776/35/81 2783/35/81 +f 2780/36/430 2774/35/373 2773/36/373 +f 2774/35/373 2780/36/430 2779/35/430 +f 2773/36/374 2774/35/374 2780/36/426 +f 2779/35/426 2780/36/426 2774/35/374 +f 2789/36/372 2788/35/428 2787/35/372 +f 2788/35/428 2789/36/372 2790/36/428 +f 2787/35/371 2788/35/424 2789/36/371 +f 2790/36/424 2789/36/371 2788/35/424 +f 2793/36/425 2792/35/371 2791/35/425 +f 2792/35/371 2793/36/425 2794/36/371 +f 2791/35/429 2792/35/372 2793/36/429 +f 2794/36/372 2793/36/429 2792/35/372 +f 2796/36/429 2787/35/372 2795/35/429 +f 2787/35/372 2796/36/429 2789/36/372 +f 2795/35/425 2787/35/371 2796/36/425 +f 2789/36/371 2796/36/425 2787/35/371 +f 2796/36/430 2798/35/373 2797/36/373 +f 2798/35/373 2796/36/430 2795/35/430 +f 2797/36/374 2798/35/374 2796/36/426 +f 2795/35/426 2796/36/426 2798/35/374 +f 2799/36/81 2796/36/81 2797/36/81 +f 2796/36/81 2799/36/81 2794/36/81 +f 2796/36/81 2794/36/81 2789/36/81 +f 2789/36/81 2794/36/81 2793/36/81 +f 2789/36/81 2793/36/81 2790/36/81 +f 2790/36/81 2793/36/81 2800/36/81 +f 2797/36/82 2796/36/82 2799/36/82 +f 2794/36/82 2799/36/82 2796/36/82 +f 2789/36/82 2794/36/82 2796/36/82 +f 2793/36/82 2794/36/82 2789/36/82 +f 2790/36/82 2793/36/82 2789/36/82 +f 2800/36/82 2793/36/82 2790/36/82 +f 2801/35/374 2793/36/426 2791/35/426 +f 2793/36/426 2801/35/374 2800/36/374 +f 2791/35/430 2793/36/430 2801/35/373 +f 2800/36/373 2801/35/373 2793/36/430 +f 2788/35/427 2800/36/374 2801/35/374 +f 2800/36/374 2788/35/427 2790/36/427 +f 2801/35/373 2800/36/373 2788/35/423 +f 2790/36/423 2788/35/423 2800/36/373 +f 2797/36/373 2802/35/423 2799/36/423 +f 2802/35/423 2797/36/373 2798/35/373 +f 2799/36/427 2802/35/427 2797/36/374 +f 2798/35/374 2797/36/374 2802/35/427 +f 2794/36/371 2802/35/424 2792/35/371 +f 2802/35/424 2794/36/371 2799/36/424 +f 2792/35/372 2802/35/428 2794/36/372 +f 2799/36/428 2794/36/372 2802/35/428 +f 2805/37/799 2804/38/789 2803/38/799 +f 2804/38/789 2805/37/799 2806/37/789 +f 2803/38/800 2804/38/792 2805/37/800 +f 2806/37/792 2805/37/800 2804/38/792 +f 2808/37/793 2803/38/799 2807/38/793 +f 2803/38/799 2808/37/793 2805/37/799 +f 2807/38/794 2803/38/800 2808/37/794 +f 2805/37/800 2808/37/794 2803/38/800 +f 2811/38/801 2810/37/797 2809/37/801 +f 2810/37/797 2811/38/801 2812/38/797 +f 2809/37/802 2810/37/798 2811/38/802 +f 2812/38/798 2811/38/802 2810/37/798 +f 2815/38/795 2814/37/803 2813/37/795 +f 2814/37/803 2815/38/795 2816/38/803 +f 2813/37/796 2814/37/804 2815/38/796 +f 2816/38/804 2815/38/796 2814/37/804 +f 2817/38/805 2810/37/776 2812/38/776 +f 2810/37/776 2817/38/805 2818/37/805 +f 2812/38/778 2810/37/778 2817/38/806 +f 2818/37/806 2817/38/806 2810/37/778 +f 2815/38/779 2818/37/805 2817/38/805 +f 2818/37/805 2815/38/779 2813/37/779 +f 2817/38/806 2818/37/806 2815/38/780 +f 2813/37/780 2815/38/780 2818/37/806 +f 2807/38/785 2809/37/801 2808/37/785 +f 2809/37/801 2807/38/785 2811/38/801 +f 2808/37/787 2809/37/802 2807/38/787 +f 2811/38/802 2807/38/787 2809/37/802 +f 2816/38/803 2806/37/782 2814/37/803 +f 2806/37/782 2816/38/803 2804/38/782 +f 2814/37/804 2806/37/784 2816/38/804 +f 2804/38/784 2816/38/804 2806/37/784 +f 2821/39/393 2820/35/392 2819/35/391 +f 2820/35/392 2821/39/393 2822/39/394 +f 2819/35/397 2820/35/396 2821/39/395 +f 2822/39/398 2821/39/395 2820/35/396 +f 2825/39/377 2824/39/376 2823/39/375 +f 2824/39/376 2825/39/377 2826/39/378 +f 2823/39/381 2824/39/380 2825/39/379 +f 2826/39/382 2825/39/379 2824/39/380 +f 2828/39/417 2821/39/393 2827/39/414 +f 2821/39/393 2828/39/417 2822/39/394 +f 2827/39/415 2821/39/395 2828/39/420 +f 2822/39/398 2828/39/420 2821/39/395 +f 2831/35/107 2830/36/110 2829/35/108 +f 2830/36/110 2831/35/107 2832/36/109 +f 2829/35/112 2830/36/114 2831/35/113 +f 2832/36/111 2831/35/113 2830/36/114 +f 2834/36/123 2832/36/109 2833/36/124 +f 2832/36/109 2834/36/123 2830/36/110 +f 2833/36/126 2832/36/111 2834/36/125 +f 2830/36/114 2834/36/125 2832/36/111 +f 2833/36/124 2831/35/107 2835/35/129 +f 2831/35/107 2833/36/124 2832/36/109 +f 2835/35/130 2831/35/113 2833/36/126 +f 2832/36/111 2833/36/126 2831/35/113 +f 2827/39/414 2819/35/391 2836/35/413 +f 2819/35/391 2827/39/414 2821/39/393 +f 2836/35/416 2819/35/397 2827/39/415 +f 2821/39/395 2827/39/415 2819/35/397 +f 2837/35/418 2822/39/394 2828/39/417 +f 2822/39/394 2837/35/418 2820/35/392 +f 2828/39/420 2822/39/398 2837/35/419 +f 2820/35/396 2837/35/419 2822/39/398 +f 2840/40/171 2839/40/150 2838/40/156 +f 2839/40/150 2840/40/171 2841/40/148 +f 2838/40/158 2839/40/154 2840/40/174 +f 2841/40/152 2840/40/174 2839/40/154 +f 2841/40/148 2842/35/149 2839/40/150 +f 2842/35/149 2841/40/148 2843/35/147 +f 2839/40/154 2842/35/151 2841/40/152 +f 2843/35/153 2841/40/152 2842/35/151 +f 2845/35/172 2838/40/156 2844/35/155 +f 2838/40/156 2845/35/172 2840/40/171 +f 2844/35/157 2838/40/158 2845/35/173 +f 2840/40/174 2845/35/173 2838/40/158 +f 2843/35/147 2840/40/171 2845/35/172 +f 2840/40/171 2843/35/147 2841/40/148 +f 2845/35/173 2840/40/174 2843/35/153 +f 2841/40/152 2843/35/153 2840/40/174 +f 2847/35/387 2826/39/378 2846/35/383 +f 2826/39/378 2847/35/387 2824/39/376 +f 2846/35/386 2826/39/382 2847/35/388 +f 2824/39/380 2847/35/388 2826/39/382 +f 2826/39/378 2848/35/384 2846/35/383 +f 2848/35/384 2826/39/378 2825/39/377 +f 2846/35/386 2848/35/385 2826/39/382 +f 2825/39/379 2826/39/382 2848/35/385 +f 2823/39/375 2847/35/387 2849/35/389 +f 2847/35/387 2823/39/375 2824/39/376 +f 2849/35/390 2847/35/388 2823/39/381 +f 2824/39/380 2823/39/381 2847/35/388 +f 2852/40/110 2851/35/127 2850/35/108 +f 2851/35/127 2852/40/110 2853/40/123 +f 2850/35/112 2851/35/128 2852/40/114 +f 2853/40/125 2852/40/114 2851/35/128 +f 2825/39/377 2849/35/389 2848/35/384 +f 2849/35/389 2825/39/377 2823/39/375 +f 2848/35/385 2849/35/390 2825/39/379 +f 2823/39/381 2825/39/379 2849/35/390 +f 2853/40/123 2855/40/109 2854/40/124 +f 2855/40/109 2853/40/123 2852/40/110 +f 2854/40/126 2855/40/111 2853/40/125 +f 2852/40/114 2853/40/125 2855/40/111 +f 2834/36/123 2835/35/129 2856/35/127 +f 2835/35/129 2834/36/123 2833/36/124 +f 2856/35/128 2835/35/130 2834/36/125 +f 2833/36/126 2834/36/125 2835/35/130 +f 2854/40/124 2858/35/107 2857/35/129 +f 2858/35/107 2854/40/124 2855/40/109 +f 2857/35/130 2858/35/113 2854/40/126 +f 2855/40/111 2854/40/126 2858/35/113 +f 2838/40/156 2842/35/149 2844/35/155 +f 2842/35/149 2838/40/156 2839/40/150 +f 2844/35/157 2842/35/151 2838/40/158 +f 2839/40/154 2838/40/158 2842/35/151 +f 2830/36/110 2856/35/127 2829/35/108 +f 2856/35/127 2830/36/110 2834/36/123 +f 2829/35/112 2856/35/128 2830/36/114 +f 2834/36/125 2830/36/114 2856/35/128 +f 2853/40/123 2857/35/129 2851/35/127 +f 2857/35/129 2853/40/123 2854/40/124 +f 2851/35/128 2857/35/130 2853/40/125 +f 2854/40/126 2853/40/125 2857/35/130 +f 2837/35/418 2827/39/414 2836/35/413 +f 2827/39/414 2837/35/418 2828/39/417 +f 2836/35/416 2827/39/415 2837/35/419 +f 2828/39/420 2837/35/419 2827/39/415 +f 2861/40/110 2860/35/127 2859/35/108 +f 2860/35/127 2861/40/110 2862/40/123 +f 2859/35/112 2860/35/128 2861/40/114 +f 2862/40/125 2861/40/114 2860/35/128 +f 2858/35/107 2852/40/110 2850/35/108 +f 2852/40/110 2858/35/107 2855/40/109 +f 2850/35/112 2852/40/114 2858/35/113 +f 2855/40/111 2858/35/113 2852/40/114 +f 2862/40/123 2864/40/109 2863/40/124 +f 2864/40/109 2862/40/123 2861/40/110 +f 2863/40/126 2864/40/111 2862/40/125 +f 2861/40/114 2862/40/125 2864/40/111 +f 2865/35/107 2861/40/110 2859/35/108 +f 2861/40/110 2865/35/107 2864/40/109 +f 2859/35/112 2861/40/114 2865/35/113 +f 2864/40/111 2865/35/113 2861/40/114 +f 2862/40/123 2866/35/129 2860/35/127 +f 2866/35/129 2862/40/123 2863/40/124 +f 2860/35/128 2866/35/130 2862/40/125 +f 2863/40/126 2862/40/125 2866/35/130 +f 2863/40/124 2865/35/107 2866/35/129 +f 2865/35/107 2863/40/124 2864/40/109 +f 2866/35/130 2865/35/113 2863/40/126 +f 2864/40/111 2863/40/126 2865/35/113 +f 2869/39/401 2868/39/400 2867/39/399 +f 2868/39/400 2869/39/401 2870/39/402 +f 2867/39/405 2868/39/404 2869/39/403 +f 2870/39/406 2869/39/403 2868/39/404 +f 2867/39/399 2872/35/408 2871/35/407 +f 2872/35/408 2867/39/399 2868/39/400 +f 2871/35/410 2872/35/409 2867/39/405 +f 2868/39/404 2867/39/405 2872/35/409 +f 2869/39/401 2871/35/407 2873/35/411 +f 2871/35/407 2869/39/401 2867/39/399 +f 2873/35/412 2871/35/410 2869/39/403 +f 2867/39/405 2869/39/403 2871/35/410 +f 2868/39/400 2874/35/421 2872/35/408 +f 2874/35/421 2868/39/400 2870/39/402 +f 2872/35/409 2874/35/422 2868/39/404 +f 2870/39/406 2868/39/404 2874/35/422 +f 2874/35/421 2869/39/401 2873/35/411 +f 2869/39/401 2874/35/421 2870/39/402 +f 2873/35/412 2869/39/403 2874/35/422 +f 2870/39/406 2874/35/422 2869/39/403 +f 2877/35/160 2876/39/167 2875/35/175 +f 2876/39/167 2877/35/160 2878/39/162 +f 2875/35/176 2876/39/169 2877/35/164 +f 2878/39/166 2877/35/164 2876/39/169 +f 2876/39/167 2880/39/161 2879/39/168 +f 2880/39/161 2876/39/167 2878/39/162 +f 2879/39/170 2880/39/163 2876/39/169 +f 2878/39/166 2876/39/169 2880/39/163 +f 2876/39/167 2881/35/177 2875/35/175 +f 2881/35/177 2876/39/167 2879/39/168 +f 2875/35/176 2881/35/178 2876/39/169 +f 2879/39/170 2876/39/169 2881/35/178 +f 2880/39/161 2877/35/160 2882/35/159 +f 2877/35/160 2880/39/161 2878/39/162 +f 2882/35/165 2877/35/164 2880/39/163 +f 2878/39/166 2880/39/163 2877/35/164 +f 2879/39/168 2882/35/159 2881/35/177 +f 2882/35/159 2879/39/168 2880/39/161 +f 2881/35/178 2882/35/165 2879/39/170 +f 2880/39/163 2879/39/170 2882/35/165 +f 2885/40/171 2884/40/150 2883/40/156 +f 2884/40/150 2885/40/171 2886/40/148 +f 2883/40/158 2884/40/154 2885/40/174 +f 2886/40/152 2885/40/174 2884/40/154 +f 2886/40/148 2887/35/149 2884/40/150 +f 2887/35/149 2886/40/148 2888/35/147 +f 2884/40/154 2887/35/151 2886/40/152 +f 2888/35/153 2886/40/152 2887/35/151 +f 2891/39/101 2890/39/117 2889/39/102 +f 2890/39/117 2891/39/101 2892/39/118 +f 2889/39/106 2890/39/119 2891/39/103 +f 2892/39/122 2891/39/103 2890/39/119 +f 2889/39/102 2894/35/115 2893/35/100 +f 2894/35/115 2889/39/102 2890/39/117 +f 2893/35/104 2894/35/121 2889/39/106 +f 2890/39/119 2889/39/106 2894/35/121 +f 2883/40/156 2887/35/149 2895/35/155 +f 2887/35/149 2883/40/156 2884/40/150 +f 2895/35/157 2887/35/151 2883/40/158 +f 2884/40/154 2883/40/158 2887/35/151 +f 2888/35/147 2885/40/171 2896/35/172 +f 2885/40/171 2888/35/147 2886/40/148 +f 2896/35/173 2885/40/174 2888/35/153 +f 2886/40/152 2888/35/153 2885/40/174 +f 2890/39/117 2897/35/116 2894/35/115 +f 2897/35/116 2890/39/117 2892/39/118 +f 2894/35/121 2897/35/120 2890/39/119 +f 2892/39/122 2890/39/119 2897/35/120 +f 2891/39/101 2893/35/100 2898/35/99 +f 2893/35/100 2891/39/101 2889/39/102 +f 2898/35/105 2893/35/104 2891/39/103 +f 2889/39/106 2891/39/103 2893/35/104 +f 2897/35/116 2891/39/101 2898/35/99 +f 2891/39/101 2897/35/116 2892/39/118 +f 2898/35/105 2891/39/103 2897/35/120 +f 2892/39/122 2897/35/120 2891/39/103 +f 2896/35/172 2883/40/156 2895/35/155 +f 2883/40/156 2896/35/172 2885/40/171 +f 2895/35/157 2883/40/158 2896/35/173 +f 2885/40/174 2896/35/173 2883/40/158 +f 2901/35/82 2900/35/82 2899/35/82 +f 2900/35/82 2901/35/82 2902/35/82 +f 2900/35/82 2902/35/82 2903/35/82 +f 2903/35/82 2902/35/82 2904/35/82 +f 2903/35/82 2904/35/82 2905/35/82 +f 2905/35/82 2904/35/82 2906/35/82 +f 2899/35/81 2900/35/81 2901/35/81 +f 2902/35/81 2901/35/81 2900/35/81 +f 2903/35/81 2902/35/81 2900/35/81 +f 2904/35/81 2902/35/81 2903/35/81 +f 2905/35/81 2904/35/81 2903/35/81 +f 2906/35/81 2904/35/81 2905/35/81 +f 2909/36/81 2908/36/81 2907/36/81 +f 2908/36/81 2909/36/81 2910/36/81 +f 2908/36/81 2910/36/81 2911/36/81 +f 2911/36/81 2910/36/81 2912/36/81 +f 2911/36/81 2912/36/81 2913/36/81 +f 2913/36/81 2912/36/81 2914/36/81 +f 2907/36/82 2908/36/82 2909/36/82 +f 2910/36/82 2909/36/82 2908/36/82 +f 2911/36/82 2910/36/82 2908/36/82 +f 2912/36/82 2910/36/82 2911/36/82 +f 2913/36/82 2912/36/82 2911/36/82 +f 2914/36/82 2912/36/82 2913/36/82 +f 2907/36/807 2900/35/427 2909/36/427 +f 2900/35/427 2907/36/807 2899/35/807 +f 2909/36/423 2900/35/423 2907/36/808 +f 2899/35/808 2907/36/808 2900/35/423 +f 2910/36/809 2900/35/428 2903/35/809 +f 2900/35/428 2910/36/809 2909/36/428 +f 2903/35/810 2900/35/424 2910/36/810 +f 2909/36/424 2910/36/810 2900/35/424 +f 2912/36/429 2903/35/809 2905/35/429 +f 2903/35/809 2912/36/429 2910/36/809 +f 2905/35/425 2903/35/810 2912/36/425 +f 2910/36/810 2912/36/425 2903/35/810 +f 2906/35/808 2912/36/430 2905/35/430 +f 2912/36/430 2906/35/808 2914/36/808 +f 2905/35/426 2912/36/426 2906/35/807 +f 2914/36/807 2906/35/807 2912/36/426 +f 2904/35/423 2914/36/808 2906/35/808 +f 2914/36/808 2904/35/423 2913/36/423 +f 2906/35/807 2914/36/807 2904/35/427 +f 2913/36/427 2904/35/427 2914/36/807 +f 2911/36/810 2904/35/424 2902/35/810 +f 2904/35/424 2911/36/810 2913/36/424 +f 2902/35/809 2904/35/428 2911/36/809 +f 2913/36/428 2911/36/809 2904/35/428 +f 2908/36/425 2902/35/810 2901/35/425 +f 2902/35/810 2908/36/425 2911/36/810 +f 2901/35/429 2902/35/809 2908/36/429 +f 2911/36/809 2908/36/429 2902/35/809 +f 2908/36/426 2899/35/807 2907/36/807 +f 2899/35/807 2908/36/426 2901/35/426 +f 2907/36/808 2899/35/808 2908/36/430 +f 2901/35/430 2908/36/430 2899/35/808 +f 2917/36/81 2916/36/81 2915/36/81 +f 2916/36/81 2917/36/81 2918/36/81 +f 2916/36/81 2918/36/81 2919/36/81 +f 2919/36/81 2918/36/81 2920/36/81 +f 2919/36/81 2920/36/81 2921/36/81 +f 2921/36/81 2920/36/81 2922/36/81 +f 2915/36/82 2916/36/82 2917/36/82 +f 2918/36/82 2917/36/82 2916/36/82 +f 2919/36/82 2918/36/82 2916/36/82 +f 2920/36/82 2918/36/82 2919/36/82 +f 2921/36/82 2920/36/82 2919/36/82 +f 2922/36/82 2920/36/82 2921/36/82 +f 2915/36/807 2923/35/427 2917/36/427 +f 2923/35/427 2915/36/807 2924/35/807 +f 2917/36/423 2923/35/423 2915/36/808 +f 2924/35/808 2915/36/808 2923/35/423 +f 2918/36/809 2923/35/428 2925/35/809 +f 2923/35/428 2918/36/809 2917/36/428 +f 2925/35/810 2923/35/424 2918/36/810 +f 2917/36/424 2918/36/810 2923/35/424 +f 2920/36/429 2925/35/809 2926/35/429 +f 2925/35/809 2920/36/429 2918/36/809 +f 2926/35/425 2925/35/810 2920/36/425 +f 2918/36/810 2920/36/425 2925/35/810 +f 2927/35/808 2920/36/430 2926/35/430 +f 2920/36/430 2927/35/808 2922/36/808 +f 2926/35/426 2920/36/426 2927/35/807 +f 2922/36/807 2927/35/807 2920/36/426 +f 2928/35/423 2922/36/808 2927/35/808 +f 2922/36/808 2928/35/423 2921/36/423 +f 2927/35/807 2922/36/807 2928/35/427 +f 2921/36/427 2928/35/427 2922/36/807 +f 2919/36/810 2928/35/424 2929/35/810 +f 2928/35/424 2919/36/810 2921/36/424 +f 2929/35/809 2928/35/428 2919/36/809 +f 2921/36/428 2919/36/809 2928/35/428 +f 2916/36/425 2929/35/810 2930/35/425 +f 2929/35/810 2916/36/425 2919/36/810 +f 2930/35/429 2929/35/809 2916/36/429 +f 2919/36/809 2916/36/429 2929/35/809 +f 2916/36/426 2924/35/807 2915/36/807 +f 2924/35/807 2916/36/426 2930/35/426 +f 2915/36/808 2924/35/808 2916/36/430 +f 2930/35/430 2916/36/430 2924/35/808 +f 2933/38/781 2932/37/782 2931/37/781 +f 2932/37/782 2933/38/781 2934/38/782 +f 2931/37/783 2932/37/784 2933/38/783 +f 2934/38/784 2933/38/783 2932/37/784 +f 2937/37/776 2936/38/775 2935/37/775 +f 2936/38/775 2937/37/776 2938/38/776 +f 2935/37/777 2936/38/777 2937/37/778 +f 2938/38/778 2937/37/778 2936/38/777 +f 2940/38/795 2931/37/781 2939/37/795 +f 2931/37/781 2940/38/795 2933/38/781 +f 2939/37/796 2931/37/783 2940/38/796 +f 2933/38/783 2940/38/796 2931/37/783 +f 2943/38/793 2942/37/790 2941/38/790 +f 2942/37/790 2943/38/793 2944/37/793 +f 2941/38/791 2942/37/791 2943/38/794 +f 2944/37/794 2943/38/794 2942/37/791 +f 2941/38/790 2932/37/789 2934/38/789 +f 2932/37/789 2941/38/790 2942/37/790 +f 2934/38/792 2932/37/792 2941/38/791 +f 2942/37/791 2941/38/791 2932/37/792 +f 2946/38/786 2937/37/797 2945/37/786 +f 2937/37/797 2946/38/786 2938/38/797 +f 2945/37/788 2937/37/798 2946/38/788 +f 2938/38/798 2946/38/788 2937/37/798 +f 2943/38/785 2945/37/786 2944/37/785 +f 2945/37/786 2943/38/785 2946/38/786 +f 2944/37/787 2945/37/788 2943/38/787 +f 2946/38/788 2943/38/787 2945/37/788 +f 2939/37/779 2936/38/775 2940/38/779 +f 2936/38/775 2939/37/779 2935/37/775 +f 2940/38/780 2936/38/777 2939/37/780 +f 2935/37/777 2939/37/780 2936/38/777 +f 2949/39/393 2948/35/392 2947/35/391 +f 2948/35/392 2949/39/393 2950/39/394 +f 2947/35/397 2948/35/396 2949/39/395 +f 2950/39/398 2949/39/395 2948/35/396 +f 2953/39/377 2952/39/376 2951/39/375 +f 2952/39/376 2953/39/377 2954/39/378 +f 2951/39/381 2952/39/380 2953/39/379 +f 2954/39/382 2953/39/379 2952/39/380 +f 2956/39/417 2949/39/393 2955/39/414 +f 2949/39/393 2956/39/417 2950/39/394 +f 2955/39/415 2949/39/395 2956/39/420 +f 2950/39/398 2956/39/420 2949/39/395 +f 2959/35/107 2958/36/110 2957/35/108 +f 2958/36/110 2959/35/107 2960/36/109 +f 2957/35/112 2958/36/114 2959/35/113 +f 2960/36/111 2959/35/113 2958/36/114 +f 2962/36/123 2960/36/109 2961/36/124 +f 2960/36/109 2962/36/123 2958/36/110 +f 2961/36/126 2960/36/111 2962/36/125 +f 2958/36/114 2962/36/125 2960/36/111 +f 2961/36/124 2959/35/107 2963/35/129 +f 2959/35/107 2961/36/124 2960/36/109 +f 2963/35/130 2959/35/113 2961/36/126 +f 2960/36/111 2961/36/126 2959/35/113 +f 2955/39/414 2947/35/391 2964/35/413 +f 2947/35/391 2955/39/414 2949/39/393 +f 2964/35/416 2947/35/397 2955/39/415 +f 2949/39/395 2955/39/415 2947/35/397 +f 2965/35/418 2950/39/394 2956/39/417 +f 2950/39/394 2965/35/418 2948/35/392 +f 2956/39/420 2950/39/398 2965/35/419 +f 2948/35/396 2965/35/419 2950/39/398 +f 2968/40/171 2967/40/150 2966/40/156 +f 2967/40/150 2968/40/171 2969/40/148 +f 2966/40/158 2967/40/154 2968/40/174 +f 2969/40/152 2968/40/174 2967/40/154 +f 2969/40/148 2970/35/149 2967/40/150 +f 2970/35/149 2969/40/148 2971/35/147 +f 2967/40/154 2970/35/151 2969/40/152 +f 2971/35/153 2969/40/152 2970/35/151 +f 2973/35/172 2966/40/156 2972/35/155 +f 2966/40/156 2973/35/172 2968/40/171 +f 2972/35/157 2966/40/158 2973/35/173 +f 2968/40/174 2973/35/173 2966/40/158 +f 2971/35/147 2968/40/171 2973/35/172 +f 2968/40/171 2971/35/147 2969/40/148 +f 2973/35/173 2968/40/174 2971/35/153 +f 2969/40/152 2971/35/153 2968/40/174 +f 2975/35/387 2954/39/378 2974/35/383 +f 2954/39/378 2975/35/387 2952/39/376 +f 2974/35/386 2954/39/382 2975/35/388 +f 2952/39/380 2975/35/388 2954/39/382 +f 2954/39/378 2976/35/384 2974/35/383 +f 2976/35/384 2954/39/378 2953/39/377 +f 2974/35/386 2976/35/385 2954/39/382 +f 2953/39/379 2954/39/382 2976/35/385 +f 2951/39/375 2975/35/387 2977/35/389 +f 2975/35/387 2951/39/375 2952/39/376 +f 2977/35/390 2975/35/388 2951/39/381 +f 2952/39/380 2951/39/381 2975/35/388 +f 2980/40/110 2979/35/127 2978/35/108 +f 2979/35/127 2980/40/110 2981/40/123 +f 2978/35/112 2979/35/128 2980/40/114 +f 2981/40/125 2980/40/114 2979/35/128 +f 2953/39/377 2977/35/389 2976/35/384 +f 2977/35/389 2953/39/377 2951/39/375 +f 2976/35/385 2977/35/390 2953/39/379 +f 2951/39/381 2953/39/379 2977/35/390 +f 2981/40/123 2983/40/109 2982/40/124 +f 2983/40/109 2981/40/123 2980/40/110 +f 2982/40/126 2983/40/111 2981/40/125 +f 2980/40/114 2981/40/125 2983/40/111 +f 2962/36/123 2963/35/129 2984/35/127 +f 2963/35/129 2962/36/123 2961/36/124 +f 2984/35/128 2963/35/130 2962/36/125 +f 2961/36/126 2962/36/125 2963/35/130 +f 2982/40/124 2986/35/107 2985/35/129 +f 2986/35/107 2982/40/124 2983/40/109 +f 2985/35/130 2986/35/113 2982/40/126 +f 2983/40/111 2982/40/126 2986/35/113 +f 2966/40/156 2970/35/149 2972/35/155 +f 2970/35/149 2966/40/156 2967/40/150 +f 2972/35/157 2970/35/151 2966/40/158 +f 2967/40/154 2966/40/158 2970/35/151 +f 2958/36/110 2984/35/127 2957/35/108 +f 2984/35/127 2958/36/110 2962/36/123 +f 2957/35/112 2984/35/128 2958/36/114 +f 2962/36/125 2958/36/114 2984/35/128 +f 2981/40/123 2985/35/129 2979/35/127 +f 2985/35/129 2981/40/123 2982/40/124 +f 2979/35/128 2985/35/130 2981/40/125 +f 2982/40/126 2981/40/125 2985/35/130 +f 2965/35/418 2955/39/414 2964/35/413 +f 2955/39/414 2965/35/418 2956/39/417 +f 2964/35/416 2955/39/415 2965/35/419 +f 2956/39/420 2965/35/419 2955/39/415 +f 2989/40/110 2988/35/127 2987/35/108 +f 2988/35/127 2989/40/110 2990/40/123 +f 2987/35/112 2988/35/128 2989/40/114 +f 2990/40/125 2989/40/114 2988/35/128 +f 2986/35/107 2980/40/110 2978/35/108 +f 2980/40/110 2986/35/107 2983/40/109 +f 2978/35/112 2980/40/114 2986/35/113 +f 2983/40/111 2986/35/113 2980/40/114 +f 2990/40/123 2992/40/109 2991/40/124 +f 2992/40/109 2990/40/123 2989/40/110 +f 2991/40/126 2992/40/111 2990/40/125 +f 2989/40/114 2990/40/125 2992/40/111 +f 2993/35/107 2989/40/110 2987/35/108 +f 2989/40/110 2993/35/107 2992/40/109 +f 2987/35/112 2989/40/114 2993/35/113 +f 2992/40/111 2993/35/113 2989/40/114 +f 2990/40/123 2994/35/129 2988/35/127 +f 2994/35/129 2990/40/123 2991/40/124 +f 2988/35/128 2994/35/130 2990/40/125 +f 2991/40/126 2990/40/125 2994/35/130 +f 2991/40/124 2993/35/107 2994/35/129 +f 2993/35/107 2991/40/124 2992/40/109 +f 2994/35/130 2993/35/113 2991/40/126 +f 2992/40/111 2991/40/126 2993/35/113 +f 2997/39/401 2996/39/400 2995/39/399 +f 2996/39/400 2997/39/401 2998/39/402 +f 2995/39/405 2996/39/404 2997/39/403 +f 2998/39/406 2997/39/403 2996/39/404 +f 2995/39/399 3000/35/408 2999/35/407 +f 3000/35/408 2995/39/399 2996/39/400 +f 2999/35/410 3000/35/409 2995/39/405 +f 2996/39/404 2995/39/405 3000/35/409 +f 2997/39/401 2999/35/407 3001/35/411 +f 2999/35/407 2997/39/401 2995/39/399 +f 3001/35/412 2999/35/410 2997/39/403 +f 2995/39/405 2997/39/403 2999/35/410 +f 2996/39/400 3002/35/421 3000/35/408 +f 3002/35/421 2996/39/400 2998/39/402 +f 3000/35/409 3002/35/422 2996/39/404 +f 2998/39/406 2996/39/404 3002/35/422 +f 3002/35/421 2997/39/401 3001/35/411 +f 2997/39/401 3002/35/421 2998/39/402 +f 3001/35/412 2997/39/403 3002/35/422 +f 2998/39/406 3002/35/422 2997/39/403 +f 3005/35/160 3004/39/167 3003/35/175 +f 3004/39/167 3005/35/160 3006/39/162 +f 3003/35/176 3004/39/169 3005/35/164 +f 3006/39/166 3005/35/164 3004/39/169 +f 3004/39/167 3008/39/161 3007/39/168 +f 3008/39/161 3004/39/167 3006/39/162 +f 3007/39/170 3008/39/163 3004/39/169 +f 3006/39/166 3004/39/169 3008/39/163 +f 3004/39/167 3009/35/177 3003/35/175 +f 3009/35/177 3004/39/167 3007/39/168 +f 3003/35/176 3009/35/178 3004/39/169 +f 3007/39/170 3004/39/169 3009/35/178 +f 3008/39/161 3005/35/160 3010/35/159 +f 3005/35/160 3008/39/161 3006/39/162 +f 3010/35/165 3005/35/164 3008/39/163 +f 3006/39/166 3008/39/163 3005/35/164 +f 3007/39/168 3010/35/159 3009/35/177 +f 3010/35/159 3007/39/168 3008/39/161 +f 3009/35/178 3010/35/165 3007/39/170 +f 3008/39/163 3007/39/170 3010/35/165 +f 3013/40/171 3012/40/150 3011/40/156 +f 3012/40/150 3013/40/171 3014/40/148 +f 3011/40/158 3012/40/154 3013/40/174 +f 3014/40/152 3013/40/174 3012/40/154 +f 3014/40/148 3015/35/149 3012/40/150 +f 3015/35/149 3014/40/148 3016/35/147 +f 3012/40/154 3015/35/151 3014/40/152 +f 3016/35/153 3014/40/152 3015/35/151 +f 3019/39/101 3018/39/117 3017/39/102 +f 3018/39/117 3019/39/101 3020/39/118 +f 3017/39/106 3018/39/119 3019/39/103 +f 3020/39/122 3019/39/103 3018/39/119 +f 3017/39/102 3022/35/115 3021/35/100 +f 3022/35/115 3017/39/102 3018/39/117 +f 3021/35/104 3022/35/121 3017/39/106 +f 3018/39/119 3017/39/106 3022/35/121 +f 3011/40/156 3015/35/149 3023/35/155 +f 3015/35/149 3011/40/156 3012/40/150 +f 3023/35/157 3015/35/151 3011/40/158 +f 3012/40/154 3011/40/158 3015/35/151 +f 3016/35/147 3013/40/171 3024/35/172 +f 3013/40/171 3016/35/147 3014/40/148 +f 3024/35/173 3013/40/174 3016/35/153 +f 3014/40/152 3016/35/153 3013/40/174 +f 3018/39/117 3025/35/116 3022/35/115 +f 3025/35/116 3018/39/117 3020/39/118 +f 3022/35/121 3025/35/120 3018/39/119 +f 3020/39/122 3018/39/119 3025/35/120 +f 3019/39/101 3021/35/100 3026/35/99 +f 3021/35/100 3019/39/101 3017/39/102 +f 3026/35/105 3021/35/104 3019/39/103 +f 3017/39/106 3019/39/103 3021/35/104 +f 3025/35/116 3019/39/101 3026/35/99 +f 3019/39/101 3025/35/116 3020/39/118 +f 3026/35/105 3019/39/103 3025/35/120 +f 3020/39/122 3025/35/120 3019/39/103 +f 3024/35/172 3011/40/156 3023/35/155 +f 3011/40/156 3024/35/172 3013/40/171 +f 3023/35/157 3011/40/158 3024/35/173 +f 3013/40/174 3024/35/173 3011/40/158 + +g room-large + + + + +usemtl colormap + +f 3/2/3 2/1/2 1/1/1 +f 2/1/2 3/2/3 4/2/4 +f 1/1/7 2/1/6 3/2/5 +f 4/2/8 3/2/5 2/1/6 +f 7/3/11 6/1/10 5/1/9 +f 6/1/10 7/3/11 8/3/12 +f 5/1/15 6/1/14 7/3/13 +f 8/3/16 7/3/13 6/1/14 +f 11/2/19 10/1/18 9/1/17 +f 10/1/18 11/2/19 12/2/20 +f 9/1/23 10/1/22 11/2/21 +f 12/2/24 11/2/21 10/1/22 +f 2/1/2 11/2/19 9/1/17 +f 11/2/19 2/1/2 4/2/4 +f 9/1/23 11/2/21 2/1/6 +f 4/2/8 2/1/6 11/2/21 +f 7/3/11 13/3/25 8/3/12 +f 13/3/25 7/3/11 14/3/26 +f 8/3/16 13/3/27 7/3/13 +f 14/3/28 7/3/13 13/3/27 +f 8/3/12 15/1/29 6/1/10 +f 15/1/29 8/3/12 13/3/25 +f 6/1/14 15/1/30 8/3/16 +f 13/3/27 8/3/16 15/1/30 +f 11/2/19 3/2/3 12/2/20 +f 3/2/3 11/2/19 4/2/4 +f 12/2/24 3/2/5 11/2/21 +f 4/2/8 11/2/21 3/2/5 +f 14/3/26 5/1/9 16/1/31 +f 5/1/9 14/3/26 7/3/11 +f 16/1/32 5/1/15 14/3/28 +f 7/3/13 14/3/28 5/1/15 +f 15/1/29 14/3/26 16/1/31 +f 14/3/26 15/1/29 13/3/25 +f 16/1/32 14/3/28 15/1/30 +f 13/3/27 15/1/30 14/3/28 +f 12/2/20 1/1/1 10/1/18 +f 1/1/1 12/2/20 3/2/3 +f 10/1/22 1/1/7 12/2/24 +f 3/2/5 12/2/24 1/1/7 +f 19/3/35 18/3/34 17/3/33 +f 18/3/34 19/3/35 20/3/36 +f 17/3/39 18/3/38 19/3/37 +f 20/3/40 19/3/37 18/3/38 +f 20/3/36 21/1/41 18/3/34 +f 21/1/41 20/3/36 22/1/42 +f 18/3/38 21/1/43 20/3/40 +f 22/1/44 20/3/40 21/1/43 +f 17/3/33 21/1/41 23/1/45 +f 21/1/41 17/3/33 18/3/34 +f 23/1/46 21/1/43 17/3/39 +f 18/3/38 17/3/39 21/1/43 +f 24/1/47 17/3/33 23/1/45 +f 17/3/33 24/1/47 19/3/35 +f 23/1/46 17/3/39 24/1/48 +f 19/3/37 24/1/48 17/3/39 +f 22/1/42 19/3/35 24/1/47 +f 19/3/35 22/1/42 20/3/36 +f 24/1/48 19/3/37 22/1/44 +f 20/3/40 22/1/44 19/3/37 +f 27/1/51 26/3/50 25/1/49 +f 26/3/50 27/1/51 28/3/52 +f 25/1/55 26/3/54 27/1/53 +f 28/3/56 27/1/53 26/3/54 +f 29/1/57 28/3/52 27/1/51 +f 28/3/52 29/1/57 30/3/58 +f 27/1/53 28/3/56 29/1/59 +f 30/3/60 29/1/59 28/3/56 +f 33/2/63 32/1/62 31/1/61 +f 32/1/62 33/2/63 34/2/64 +f 31/1/67 32/1/66 33/2/65 +f 34/2/68 33/2/65 32/1/66 +f 33/2/63 35/2/69 34/2/64 +f 35/2/69 33/2/63 36/2/70 +f 34/2/68 35/2/71 33/2/65 +f 36/2/72 33/2/65 35/2/71 +f 30/3/58 38/1/74 37/3/73 +f 38/1/74 30/3/58 29/1/57 +f 37/3/76 38/1/75 30/3/60 +f 29/1/59 30/3/60 38/1/75 +f 34/2/64 39/1/77 32/1/62 +f 39/1/77 34/2/64 35/2/69 +f 32/1/66 39/1/78 34/2/68 +f 35/2/71 34/2/68 39/1/78 +f 28/3/52 37/3/73 26/3/50 +f 37/3/73 28/3/52 30/3/58 +f 26/3/54 37/3/76 28/3/56 +f 30/3/60 28/3/56 37/3/76 +f 40/1/79 33/2/63 31/1/61 +f 33/2/63 40/1/79 36/2/70 +f 31/1/67 33/2/65 40/1/80 +f 36/2/72 40/1/80 33/2/65 +f 26/3/50 38/1/74 25/1/49 +f 38/1/74 26/3/50 37/3/73 +f 25/1/55 38/1/75 26/3/54 +f 37/3/76 26/3/54 38/1/75 +f 35/2/69 40/1/79 39/1/77 +f 40/1/79 35/2/69 36/2/70 +f 39/1/78 40/1/80 35/2/71 +f 36/2/72 35/2/71 40/1/80 +f 43/4/81 42/4/81 41/4/81 +f 42/4/81 43/4/81 44/4/81 +f 42/4/81 44/4/81 45/4/81 +f 45/4/81 44/4/81 46/4/81 +f 45/4/81 46/4/81 47/4/81 +f 47/4/81 46/4/81 48/4/81 +f 47/4/81 48/4/81 49/4/81 +f 49/4/81 48/4/81 50/4/81 +f 41/4/82 42/4/82 43/4/82 +f 44/4/82 43/4/82 42/4/82 +f 45/4/82 44/4/82 42/4/82 +f 46/4/82 44/4/82 45/4/82 +f 47/4/82 46/4/82 45/4/82 +f 48/4/82 46/4/82 47/4/82 +f 49/4/82 48/4/82 47/4/82 +f 50/4/82 48/4/82 49/4/82 +f 43/4/83 52/1/83 51/1/83 +f 52/1/83 43/4/83 41/4/83 +f 51/1/84 52/1/84 43/4/84 +f 41/4/84 43/4/84 52/1/84 +f 53/1/86 43/4/85 51/1/85 +f 43/4/85 53/1/86 44/4/86 +f 51/1/88 43/4/88 53/1/87 +f 44/4/87 53/1/87 43/4/88 +f 54/1/89 44/4/86 53/1/86 +f 44/4/86 54/1/89 46/4/89 +f 53/1/87 44/4/87 54/1/90 +f 46/4/90 54/1/90 44/4/87 +f 48/4/91 54/1/89 55/1/91 +f 54/1/89 48/4/91 46/4/89 +f 55/1/92 54/1/90 48/4/92 +f 46/4/90 48/4/92 54/1/90 +f 50/4/93 55/1/91 56/1/93 +f 55/1/91 50/4/93 48/4/91 +f 56/1/94 55/1/92 50/4/94 +f 48/4/92 50/4/94 55/1/92 +f 57/1/95 50/4/95 56/1/95 +f 50/4/95 57/1/95 49/4/95 +f 56/1/96 50/4/96 57/1/96 +f 49/4/96 57/1/96 50/4/96 +f 47/4/92 57/1/97 58/1/92 +f 57/1/97 47/4/92 49/4/97 +f 58/1/91 57/1/98 47/4/91 +f 49/4/98 47/4/91 57/1/98 +f 45/4/90 58/1/92 59/1/90 +f 58/1/92 45/4/90 47/4/92 +f 59/1/89 58/1/91 45/4/89 +f 47/4/91 45/4/89 58/1/91 +f 45/4/90 60/1/87 42/4/87 +f 60/1/87 45/4/90 59/1/90 +f 42/4/86 60/1/86 45/4/89 +f 59/1/89 45/4/89 60/1/86 +f 42/4/87 52/1/88 41/4/88 +f 52/1/88 42/4/87 60/1/87 +f 41/4/85 52/1/85 42/4/86 +f 60/1/86 42/4/86 52/1/85 +f 63/1/81 62/1/81 61/1/81 +f 62/1/81 63/1/81 64/1/81 +f 61/1/82 62/1/82 63/1/82 +f 64/1/82 63/1/82 62/1/82 +f 67/2/101 66/1/100 65/1/99 +f 66/1/100 67/2/101 68/2/102 +f 65/1/105 66/1/104 67/2/103 +f 68/2/106 67/2/103 66/1/104 +f 71/3/109 70/1/108 69/1/107 +f 70/1/108 71/3/109 72/3/110 +f 69/1/113 70/1/112 71/3/111 +f 72/3/114 71/3/111 70/1/112 +f 75/2/117 74/1/116 73/1/115 +f 74/1/116 75/2/117 76/2/118 +f 73/1/121 74/1/120 75/2/119 +f 76/2/122 75/2/119 74/1/120 +f 66/1/100 75/2/117 73/1/115 +f 75/2/117 66/1/100 68/2/102 +f 73/1/121 75/2/119 66/1/104 +f 68/2/106 66/1/104 75/2/119 +f 71/3/109 77/3/123 72/3/110 +f 77/3/123 71/3/109 78/3/124 +f 72/3/114 77/3/125 71/3/111 +f 78/3/126 71/3/111 77/3/125 +f 72/3/110 79/1/127 70/1/108 +f 79/1/127 72/3/110 77/3/123 +f 70/1/112 79/1/128 72/3/114 +f 77/3/125 72/3/114 79/1/128 +f 75/2/117 67/2/101 76/2/118 +f 67/2/101 75/2/117 68/2/102 +f 76/2/122 67/2/103 75/2/119 +f 68/2/106 75/2/119 67/2/103 +f 78/3/124 69/1/107 80/1/129 +f 69/1/107 78/3/124 71/3/109 +f 80/1/130 69/1/113 78/3/126 +f 71/3/111 78/3/126 69/1/113 +f 79/1/127 78/3/124 80/1/129 +f 78/3/124 79/1/127 77/3/123 +f 80/1/130 78/3/126 79/1/128 +f 77/3/125 79/1/128 78/3/126 +f 76/2/118 65/1/99 74/1/116 +f 65/1/99 76/2/118 67/2/101 +f 74/1/120 65/1/105 76/2/122 +f 67/2/103 76/2/122 65/1/105 +f 83/3/133 82/3/132 81/3/131 +f 82/3/132 83/3/133 84/3/134 +f 81/3/137 82/3/136 83/3/135 +f 84/3/138 83/3/135 82/3/136 +f 84/3/134 85/1/139 82/3/132 +f 85/1/139 84/3/134 86/1/140 +f 82/3/136 85/1/141 84/3/138 +f 86/1/142 84/3/138 85/1/141 +f 81/3/131 85/1/139 87/1/143 +f 85/1/139 81/3/131 82/3/132 +f 87/1/144 85/1/141 81/3/137 +f 82/3/136 81/3/137 85/1/141 +f 88/1/145 81/3/131 87/1/143 +f 81/3/131 88/1/145 83/3/133 +f 87/1/144 81/3/137 88/1/146 +f 83/3/135 88/1/146 81/3/137 +f 86/1/140 83/3/133 88/1/145 +f 83/3/133 86/1/140 84/3/134 +f 88/1/146 83/3/135 86/1/142 +f 84/3/138 86/1/142 83/3/135 +f 91/1/149 90/3/148 89/1/147 +f 90/3/148 91/1/149 92/3/150 +f 89/1/153 90/3/152 91/1/151 +f 92/3/154 91/1/151 90/3/152 +f 93/1/155 92/3/150 91/1/149 +f 92/3/150 93/1/155 94/3/156 +f 91/1/151 92/3/154 93/1/157 +f 94/3/158 93/1/157 92/3/154 +f 97/2/161 96/1/160 95/1/159 +f 96/1/160 97/2/161 98/2/162 +f 95/1/165 96/1/164 97/2/163 +f 98/2/166 97/2/163 96/1/164 +f 97/2/161 99/2/167 98/2/162 +f 99/2/167 97/2/161 100/2/168 +f 98/2/166 99/2/169 97/2/163 +f 100/2/170 97/2/163 99/2/169 +f 94/3/156 102/1/172 101/3/171 +f 102/1/172 94/3/156 93/1/155 +f 101/3/174 102/1/173 94/3/158 +f 93/1/157 94/3/158 102/1/173 +f 98/2/162 103/1/175 96/1/160 +f 103/1/175 98/2/162 99/2/167 +f 96/1/164 103/1/176 98/2/166 +f 99/2/169 98/2/166 103/1/176 +f 92/3/150 101/3/171 90/3/148 +f 101/3/171 92/3/150 94/3/156 +f 90/3/152 101/3/174 92/3/154 +f 94/3/158 92/3/154 101/3/174 +f 104/1/177 97/2/161 95/1/159 +f 97/2/161 104/1/177 100/2/168 +f 95/1/165 97/2/163 104/1/178 +f 100/2/170 104/1/178 97/2/163 +f 90/3/148 102/1/172 89/1/147 +f 102/1/172 90/3/148 101/3/171 +f 89/1/153 102/1/173 90/3/152 +f 101/3/174 90/3/152 102/1/173 +f 99/2/167 104/1/177 103/1/175 +f 104/1/177 99/2/167 100/2/168 +f 103/1/176 104/1/178 99/2/169 +f 100/2/170 99/2/169 104/1/178 +f 107/4/81 106/4/81 105/4/81 +f 106/4/81 107/4/81 108/4/81 +f 106/4/81 108/4/81 109/4/81 +f 109/4/81 108/4/81 110/4/81 +f 109/4/81 110/4/81 111/4/81 +f 111/4/81 110/4/81 112/4/81 +f 111/4/81 112/4/81 113/4/81 +f 113/4/81 112/4/81 114/4/81 +f 105/4/82 106/4/82 107/4/82 +f 108/4/82 107/4/82 106/4/82 +f 109/4/82 108/4/82 106/4/82 +f 110/4/82 108/4/82 109/4/82 +f 111/4/82 110/4/82 109/4/82 +f 112/4/82 110/4/82 111/4/82 +f 113/4/82 112/4/82 111/4/82 +f 114/4/82 112/4/82 113/4/82 +f 107/4/179 116/1/179 115/1/179 +f 116/1/179 107/4/179 105/4/179 +f 115/1/180 116/1/180 107/4/180 +f 105/4/180 107/4/180 116/1/180 +f 117/1/182 107/4/181 115/1/181 +f 107/4/181 117/1/182 108/4/182 +f 115/1/184 107/4/184 117/1/183 +f 108/4/183 117/1/183 107/4/184 +f 118/1/185 108/4/182 117/1/182 +f 108/4/182 118/1/185 110/4/185 +f 117/1/183 108/4/183 118/1/186 +f 110/4/186 118/1/186 108/4/183 +f 112/4/187 118/1/185 119/1/187 +f 118/1/185 112/4/187 110/4/185 +f 119/1/188 118/1/186 112/4/188 +f 110/4/186 112/4/188 118/1/186 +f 114/4/189 119/1/187 120/1/189 +f 119/1/187 114/4/189 112/4/187 +f 120/1/190 119/1/188 114/4/190 +f 112/4/188 114/4/190 119/1/188 +f 121/1/191 114/4/191 120/1/191 +f 114/4/191 121/1/191 113/4/191 +f 120/1/192 114/4/192 121/1/192 +f 113/4/192 121/1/192 114/4/192 +f 111/4/188 121/1/193 122/1/188 +f 121/1/193 111/4/188 113/4/193 +f 122/1/187 121/1/194 111/4/187 +f 113/4/194 111/4/187 121/1/194 +f 109/4/186 122/1/188 123/1/186 +f 122/1/188 109/4/186 111/4/188 +f 123/1/185 122/1/187 109/4/185 +f 111/4/187 109/4/185 122/1/187 +f 109/4/186 124/1/183 106/4/183 +f 124/1/183 109/4/186 123/1/186 +f 106/4/182 124/1/182 109/4/185 +f 123/1/185 109/4/185 124/1/182 +f 106/4/183 116/1/184 105/4/184 +f 116/1/184 106/4/183 124/1/183 +f 105/4/181 116/1/181 106/4/182 +f 124/1/182 106/4/182 116/1/181 +f 127/1/81 126/1/81 125/1/81 +f 126/1/81 127/1/81 128/1/81 +f 125/1/82 126/1/82 127/1/82 +f 128/1/82 127/1/82 126/1/82 +f 131/2/197 130/1/196 129/1/195 +f 130/1/196 131/2/197 132/2/198 +f 129/1/201 130/1/200 131/2/199 +f 132/2/202 131/2/199 130/1/200 +f 135/3/205 134/1/204 133/1/203 +f 134/1/204 135/3/205 136/3/206 +f 133/1/209 134/1/208 135/3/207 +f 136/3/210 135/3/207 134/1/208 +f 139/2/213 138/1/212 137/1/211 +f 138/1/212 139/2/213 140/2/214 +f 137/1/217 138/1/216 139/2/215 +f 140/2/218 139/2/215 138/1/216 +f 130/1/196 139/2/213 137/1/211 +f 139/2/213 130/1/196 132/2/198 +f 137/1/217 139/2/215 130/1/200 +f 132/2/202 130/1/200 139/2/215 +f 135/3/205 141/3/219 136/3/206 +f 141/3/219 135/3/205 142/3/220 +f 136/3/210 141/3/221 135/3/207 +f 142/3/222 135/3/207 141/3/221 +f 136/3/206 143/1/223 134/1/204 +f 143/1/223 136/3/206 141/3/219 +f 134/1/208 143/1/224 136/3/210 +f 141/3/221 136/3/210 143/1/224 +f 139/2/213 131/2/197 140/2/214 +f 131/2/197 139/2/213 132/2/198 +f 140/2/218 131/2/199 139/2/215 +f 132/2/202 139/2/215 131/2/199 +f 142/3/220 133/1/203 144/1/225 +f 133/1/203 142/3/220 135/3/205 +f 144/1/226 133/1/209 142/3/222 +f 135/3/207 142/3/222 133/1/209 +f 143/1/223 142/3/220 144/1/225 +f 142/3/220 143/1/223 141/3/219 +f 144/1/226 142/3/222 143/1/224 +f 141/3/221 143/1/224 142/3/222 +f 140/2/214 129/1/195 138/1/212 +f 129/1/195 140/2/214 131/2/197 +f 138/1/216 129/1/201 140/2/218 +f 131/2/199 140/2/218 129/1/201 +f 147/3/229 146/3/228 145/3/227 +f 146/3/228 147/3/229 148/3/230 +f 145/3/233 146/3/232 147/3/231 +f 148/3/234 147/3/231 146/3/232 +f 148/3/230 149/1/235 146/3/228 +f 149/1/235 148/3/230 150/1/236 +f 146/3/232 149/1/237 148/3/234 +f 150/1/238 148/3/234 149/1/237 +f 145/3/227 149/1/235 151/1/239 +f 149/1/235 145/3/227 146/3/228 +f 151/1/240 149/1/237 145/3/233 +f 146/3/232 145/3/233 149/1/237 +f 152/1/241 145/3/227 151/1/239 +f 145/3/227 152/1/241 147/3/229 +f 151/1/240 145/3/233 152/1/242 +f 147/3/231 152/1/242 145/3/233 +f 150/1/236 147/3/229 152/1/241 +f 147/3/229 150/1/236 148/3/230 +f 152/1/242 147/3/231 150/1/238 +f 148/3/234 150/1/238 147/3/231 +f 155/1/245 154/3/244 153/1/243 +f 154/3/244 155/1/245 156/3/246 +f 153/1/249 154/3/248 155/1/247 +f 156/3/250 155/1/247 154/3/248 +f 157/1/251 156/3/246 155/1/245 +f 156/3/246 157/1/251 158/3/252 +f 155/1/247 156/3/250 157/1/253 +f 158/3/254 157/1/253 156/3/250 +f 161/2/257 160/1/256 159/1/255 +f 160/1/256 161/2/257 162/2/258 +f 159/1/261 160/1/260 161/2/259 +f 162/2/262 161/2/259 160/1/260 +f 161/2/257 163/2/263 162/2/258 +f 163/2/263 161/2/257 164/2/264 +f 162/2/262 163/2/265 161/2/259 +f 164/2/266 161/2/259 163/2/265 +f 158/3/252 166/1/268 165/3/267 +f 166/1/268 158/3/252 157/1/251 +f 165/3/270 166/1/269 158/3/254 +f 157/1/253 158/3/254 166/1/269 +f 162/2/258 167/1/271 160/1/256 +f 167/1/271 162/2/258 163/2/263 +f 160/1/260 167/1/272 162/2/262 +f 163/2/265 162/2/262 167/1/272 +f 156/3/246 165/3/267 154/3/244 +f 165/3/267 156/3/246 158/3/252 +f 154/3/248 165/3/270 156/3/250 +f 158/3/254 156/3/250 165/3/270 +f 168/1/273 161/2/257 159/1/255 +f 161/2/257 168/1/273 164/2/264 +f 159/1/261 161/2/259 168/1/274 +f 164/2/266 168/1/274 161/2/259 +f 154/3/244 166/1/268 153/1/243 +f 166/1/268 154/3/244 165/3/267 +f 153/1/249 166/1/269 154/3/248 +f 165/3/270 154/3/248 166/1/269 +f 163/2/263 168/1/273 167/1/271 +f 168/1/273 163/2/263 164/2/264 +f 167/1/272 168/1/274 163/2/265 +f 164/2/266 163/2/265 168/1/274 +f 171/4/81 170/4/81 169/4/81 +f 170/4/81 171/4/81 172/4/81 +f 170/4/81 172/4/81 173/4/81 +f 173/4/81 172/4/81 174/4/81 +f 173/4/81 174/4/81 175/4/81 +f 175/4/81 174/4/81 176/4/81 +f 175/4/81 176/4/81 177/4/81 +f 177/4/81 176/4/81 178/4/81 +f 169/4/82 170/4/82 171/4/82 +f 172/4/82 171/4/82 170/4/82 +f 173/4/82 172/4/82 170/4/82 +f 174/4/82 172/4/82 173/4/82 +f 175/4/82 174/4/82 173/4/82 +f 176/4/82 174/4/82 175/4/82 +f 177/4/82 176/4/82 175/4/82 +f 178/4/82 176/4/82 177/4/82 +f 171/4/275 180/1/275 179/1/275 +f 180/1/275 171/4/275 169/4/275 +f 179/1/276 180/1/276 171/4/276 +f 169/4/276 171/4/276 180/1/276 +f 181/1/278 171/4/277 179/1/277 +f 171/4/277 181/1/278 172/4/278 +f 179/1/280 171/4/280 181/1/279 +f 172/4/279 181/1/279 171/4/280 +f 182/1/281 172/4/278 181/1/278 +f 172/4/278 182/1/281 174/4/281 +f 181/1/279 172/4/279 182/1/282 +f 174/4/282 182/1/282 172/4/279 +f 176/4/283 182/1/281 183/1/283 +f 182/1/281 176/4/283 174/4/281 +f 183/1/284 182/1/282 176/4/284 +f 174/4/282 176/4/284 182/1/282 +f 178/4/285 183/1/283 184/1/285 +f 183/1/283 178/4/285 176/4/283 +f 184/1/286 183/1/284 178/4/286 +f 176/4/284 178/4/286 183/1/284 +f 185/1/287 178/4/287 184/1/287 +f 178/4/287 185/1/287 177/4/287 +f 184/1/288 178/4/288 185/1/288 +f 177/4/288 185/1/288 178/4/288 +f 175/4/284 185/1/289 186/1/284 +f 185/1/289 175/4/284 177/4/289 +f 186/1/283 185/1/290 175/4/283 +f 177/4/290 175/4/283 185/1/290 +f 173/4/282 186/1/284 187/1/282 +f 186/1/284 173/4/282 175/4/284 +f 187/1/281 186/1/283 173/4/281 +f 175/4/283 173/4/281 186/1/283 +f 173/4/282 188/1/279 170/4/279 +f 188/1/279 173/4/282 187/1/282 +f 170/4/278 188/1/278 173/4/281 +f 187/1/281 173/4/281 188/1/278 +f 170/4/279 180/1/280 169/4/280 +f 180/1/280 170/4/279 188/1/279 +f 169/4/277 180/1/277 170/4/278 +f 188/1/278 170/4/278 180/1/277 +f 191/1/81 190/1/81 189/1/81 +f 190/1/81 191/1/81 192/1/81 +f 189/1/82 190/1/82 191/1/82 +f 192/1/82 191/1/82 190/1/82 +f 195/2/117 194/1/116 193/1/115 +f 194/1/116 195/2/117 196/2/118 +f 193/1/121 194/1/120 195/2/119 +f 196/2/122 195/2/119 194/1/120 +f 199/3/123 198/1/129 197/1/127 +f 198/1/129 199/3/123 200/3/124 +f 197/1/128 198/1/130 199/3/125 +f 200/3/126 199/3/125 198/1/130 +f 203/2/101 202/1/100 201/1/99 +f 202/1/100 203/2/101 204/2/102 +f 201/1/105 202/1/104 203/2/103 +f 204/2/106 203/2/103 202/1/104 +f 194/1/116 203/2/101 201/1/99 +f 203/2/101 194/1/116 196/2/118 +f 201/1/105 203/2/103 194/1/120 +f 196/2/122 194/1/120 203/2/103 +f 199/3/123 205/3/109 200/3/124 +f 205/3/109 199/3/123 206/3/110 +f 200/3/126 205/3/111 199/3/125 +f 206/3/114 199/3/125 205/3/111 +f 200/3/124 207/1/107 198/1/129 +f 207/1/107 200/3/124 205/3/109 +f 198/1/130 207/1/113 200/3/126 +f 205/3/111 200/3/126 207/1/113 +f 203/2/101 195/2/117 204/2/102 +f 195/2/117 203/2/101 196/2/118 +f 204/2/106 195/2/119 203/2/103 +f 196/2/122 203/2/103 195/2/119 +f 206/3/110 197/1/127 208/1/108 +f 197/1/127 206/3/110 199/3/123 +f 208/1/112 197/1/128 206/3/114 +f 199/3/125 206/3/114 197/1/128 +f 207/1/107 206/3/110 208/1/108 +f 206/3/110 207/1/107 205/3/109 +f 208/1/112 206/3/114 207/1/113 +f 205/3/111 207/1/113 206/3/114 +f 204/2/102 193/1/115 202/1/100 +f 193/1/115 204/2/102 195/2/117 +f 202/1/104 193/1/121 204/2/106 +f 195/2/119 204/2/106 193/1/121 +f 211/3/293 210/3/292 209/3/291 +f 210/3/292 211/3/293 212/3/294 +f 209/3/297 210/3/296 211/3/295 +f 212/3/298 211/3/295 210/3/296 +f 212/3/294 213/1/299 210/3/292 +f 213/1/299 212/3/294 214/1/300 +f 210/3/296 213/1/301 212/3/298 +f 214/1/302 212/3/298 213/1/301 +f 209/3/291 213/1/299 215/1/303 +f 213/1/299 209/3/291 210/3/292 +f 215/1/304 213/1/301 209/3/297 +f 210/3/296 209/3/297 213/1/301 +f 216/1/305 209/3/291 215/1/303 +f 209/3/291 216/1/305 211/3/293 +f 215/1/304 209/3/297 216/1/306 +f 211/3/295 216/1/306 209/3/297 +f 214/1/300 211/3/293 216/1/305 +f 211/3/293 214/1/300 212/3/294 +f 216/1/306 211/3/295 214/1/302 +f 212/3/298 214/1/302 211/3/295 +f 219/1/172 218/3/156 217/1/155 +f 218/3/156 219/1/172 220/3/171 +f 217/1/157 218/3/158 219/1/173 +f 220/3/174 219/1/173 218/3/158 +f 221/1/147 220/3/171 219/1/172 +f 220/3/171 221/1/147 222/3/148 +f 219/1/173 220/3/174 221/1/153 +f 222/3/152 221/1/153 220/3/174 +f 225/2/167 224/1/177 223/1/175 +f 224/1/177 225/2/167 226/2/168 +f 223/1/176 224/1/178 225/2/169 +f 226/2/170 225/2/169 224/1/178 +f 225/2/167 227/2/161 226/2/168 +f 227/2/161 225/2/167 228/2/162 +f 226/2/170 227/2/163 225/2/169 +f 228/2/166 225/2/169 227/2/163 +f 222/3/148 230/1/149 229/3/150 +f 230/1/149 222/3/148 221/1/147 +f 229/3/154 230/1/151 222/3/152 +f 221/1/153 222/3/152 230/1/151 +f 226/2/168 231/1/159 224/1/177 +f 231/1/159 226/2/168 227/2/161 +f 224/1/178 231/1/165 226/2/170 +f 227/2/163 226/2/170 231/1/165 +f 220/3/171 229/3/150 218/3/156 +f 229/3/150 220/3/171 222/3/148 +f 218/3/158 229/3/154 220/3/174 +f 222/3/152 220/3/174 229/3/154 +f 232/1/160 225/2/167 223/1/175 +f 225/2/167 232/1/160 228/2/162 +f 223/1/176 225/2/169 232/1/164 +f 228/2/166 232/1/164 225/2/169 +f 218/3/156 230/1/149 217/1/155 +f 230/1/149 218/3/156 229/3/150 +f 217/1/157 230/1/151 218/3/158 +f 229/3/154 218/3/158 230/1/151 +f 227/2/161 232/1/160 231/1/159 +f 232/1/160 227/2/161 228/2/162 +f 231/1/165 232/1/164 227/2/163 +f 228/2/166 227/2/163 232/1/164 +f 235/4/81 234/4/81 233/4/81 +f 234/4/81 235/4/81 236/4/81 +f 234/4/81 236/4/81 237/4/81 +f 237/4/81 236/4/81 238/4/81 +f 237/4/81 238/4/81 239/4/81 +f 239/4/81 238/4/81 240/4/81 +f 239/4/81 240/4/81 241/4/81 +f 241/4/81 240/4/81 242/4/81 +f 233/4/82 234/4/82 235/4/82 +f 236/4/82 235/4/82 234/4/82 +f 237/4/82 236/4/82 234/4/82 +f 238/4/82 236/4/82 237/4/82 +f 239/4/82 238/4/82 237/4/82 +f 240/4/82 238/4/82 239/4/82 +f 241/4/82 240/4/82 239/4/82 +f 242/4/82 240/4/82 241/4/82 +f 235/4/307 244/1/307 243/1/307 +f 244/1/307 235/4/307 233/4/307 +f 243/1/308 244/1/308 235/4/308 +f 233/4/308 235/4/308 244/1/308 +f 245/1/183 235/4/184 243/1/184 +f 235/4/184 245/1/183 236/4/183 +f 243/1/181 235/4/181 245/1/182 +f 236/4/182 245/1/182 235/4/181 +f 246/1/186 236/4/183 245/1/183 +f 236/4/183 246/1/186 238/4/186 +f 245/1/182 236/4/182 246/1/185 +f 238/4/185 246/1/185 236/4/182 +f 240/4/188 246/1/186 247/1/188 +f 246/1/186 240/4/188 238/4/186 +f 247/1/187 246/1/185 240/4/187 +f 238/4/185 240/4/187 246/1/185 +f 242/4/190 247/1/188 248/1/190 +f 247/1/188 242/4/190 240/4/188 +f 248/1/189 247/1/187 242/4/189 +f 240/4/187 242/4/189 247/1/187 +f 249/1/309 242/4/309 248/1/309 +f 242/4/309 249/1/309 241/4/309 +f 248/1/310 242/4/310 249/1/310 +f 241/4/310 249/1/310 242/4/310 +f 239/4/187 249/1/194 250/1/187 +f 249/1/194 239/4/187 241/4/194 +f 250/1/188 249/1/193 239/4/188 +f 241/4/193 239/4/188 249/1/193 +f 237/4/185 250/1/187 251/1/185 +f 250/1/187 237/4/185 239/4/187 +f 251/1/186 250/1/188 237/4/186 +f 239/4/188 237/4/186 250/1/188 +f 237/4/185 252/1/182 234/4/182 +f 252/1/182 237/4/185 251/1/185 +f 234/4/183 252/1/183 237/4/186 +f 251/1/186 237/4/186 252/1/183 +f 234/4/182 244/1/181 233/4/181 +f 244/1/181 234/4/182 252/1/182 +f 233/4/184 244/1/184 234/4/183 +f 252/1/183 234/4/183 244/1/184 +f 255/1/81 254/1/81 253/1/81 +f 254/1/81 255/1/81 256/1/81 +f 253/1/82 254/1/82 255/1/82 +f 256/1/82 255/1/82 254/1/82 +f 259/1/81 258/1/81 257/1/81 +f 258/1/81 259/1/81 260/1/81 +f 257/1/82 258/1/82 259/1/82 +f 260/1/82 259/1/82 258/1/82 +f 258/1/81 262/1/81 261/1/81 +f 262/1/81 258/1/81 263/1/81 +f 261/1/82 262/1/82 258/1/82 +f 263/1/82 258/1/82 262/1/82 +f 266/4/81 265/4/81 264/4/81 +f 265/4/81 266/4/81 267/4/81 +f 267/4/81 266/4/81 268/4/81 +f 264/4/82 265/4/82 266/4/82 +f 267/4/82 266/4/82 265/4/82 +f 268/4/82 266/4/82 267/4/82 +f 265/4/288 269/1/288 264/4/288 +f 269/1/288 265/4/288 270/1/288 +f 264/4/287 269/1/287 265/4/287 +f 270/1/287 265/4/287 269/1/287 +f 265/4/276 271/1/276 270/1/276 +f 271/1/276 265/4/276 267/4/276 +f 270/1/275 271/1/275 265/4/275 +f 267/4/275 265/4/275 271/1/275 +f 271/1/312 268/4/311 272/1/311 +f 268/4/311 271/1/312 267/4/312 +f 272/1/314 268/4/314 271/1/313 +f 267/4/313 271/1/313 268/4/314 +f 272/1/311 266/4/315 273/1/315 +f 266/4/315 272/1/311 268/4/311 +f 273/1/316 266/4/316 272/1/314 +f 268/4/314 272/1/314 266/4/316 +f 273/1/315 264/4/317 269/1/317 +f 264/4/317 273/1/315 266/4/315 +f 269/1/318 264/4/318 273/1/316 +f 266/4/316 273/1/316 264/4/318 +f 276/1/223 275/3/220 274/1/225 +f 275/3/220 276/1/223 277/3/219 +f 274/1/226 275/3/222 276/1/224 +f 277/3/221 276/1/224 275/3/222 +f 279/3/206 276/1/223 278/1/204 +f 276/1/223 279/3/206 277/3/219 +f 278/1/208 276/1/224 279/3/210 +f 277/3/221 279/3/210 276/1/224 +f 282/2/197 281/1/196 280/1/195 +f 281/1/196 282/2/197 283/2/198 +f 280/1/201 281/1/200 282/2/199 +f 283/2/202 282/2/199 281/1/200 +f 281/1/196 285/2/213 284/1/211 +f 285/2/213 281/1/196 283/2/198 +f 284/1/217 285/2/215 281/1/200 +f 283/2/202 281/1/200 285/2/215 +f 288/1/273 287/2/257 286/1/255 +f 287/2/257 288/1/273 289/2/264 +f 286/1/261 287/2/259 288/1/274 +f 289/2/266 288/1/274 287/2/259 +f 287/2/257 291/2/263 290/2/258 +f 291/2/263 287/2/257 289/2/264 +f 290/2/262 291/2/265 287/2/259 +f 289/2/266 287/2/259 291/2/265 +f 291/2/263 288/1/273 292/1/271 +f 288/1/273 291/2/263 289/2/264 +f 292/1/272 288/1/274 291/2/265 +f 289/2/266 291/2/265 288/1/274 +f 287/2/257 293/1/256 286/1/255 +f 293/1/256 287/2/257 290/2/258 +f 286/1/261 293/1/260 287/2/259 +f 290/2/262 287/2/259 293/1/260 +f 290/2/258 292/1/271 293/1/256 +f 292/1/271 290/2/258 291/2/263 +f 293/1/260 292/1/272 290/2/262 +f 291/2/265 290/2/262 292/1/272 +f 295/2/214 280/1/195 294/1/212 +f 280/1/195 295/2/214 282/2/197 +f 294/1/216 280/1/201 295/2/218 +f 282/2/199 295/2/218 280/1/201 +f 275/3/220 296/1/203 274/1/225 +f 296/1/203 275/3/220 297/3/205 +f 274/1/226 296/1/209 275/3/222 +f 297/3/207 275/3/222 296/1/209 +f 285/2/213 294/1/212 284/1/211 +f 294/1/212 285/2/213 295/2/214 +f 284/1/217 294/1/216 285/2/215 +f 295/2/218 285/2/215 294/1/216 +f 285/2/213 282/2/197 295/2/214 +f 282/2/197 285/2/213 283/2/198 +f 295/2/218 282/2/199 285/2/215 +f 283/2/202 285/2/215 282/2/199 +f 300/3/229 299/3/228 298/3/227 +f 299/3/228 300/3/229 301/3/230 +f 298/3/233 299/3/232 300/3/231 +f 301/3/234 300/3/231 299/3/232 +f 297/3/205 277/3/219 279/3/206 +f 277/3/219 297/3/205 275/3/220 +f 279/3/210 277/3/221 297/3/207 +f 275/3/222 297/3/207 277/3/221 +f 302/1/241 301/3/230 300/3/229 +f 301/3/230 302/1/241 303/1/236 +f 300/3/231 301/3/234 302/1/242 +f 303/1/238 302/1/242 301/3/234 +f 306/1/251 305/3/246 304/1/245 +f 305/3/246 306/1/251 307/3/252 +f 304/1/247 305/3/250 306/1/253 +f 307/3/254 306/1/253 305/3/250 +f 302/1/241 298/3/227 308/1/239 +f 298/3/227 302/1/241 300/3/229 +f 308/1/240 298/3/233 302/1/242 +f 300/3/231 302/1/242 298/3/233 +f 301/3/230 309/1/235 299/3/228 +f 309/1/235 301/3/230 303/1/236 +f 299/3/232 309/1/237 301/3/234 +f 303/1/238 301/3/234 309/1/237 +f 312/3/244 311/1/268 310/1/243 +f 311/1/268 312/3/244 313/3/267 +f 310/1/249 311/1/269 312/3/248 +f 313/3/270 312/3/248 311/1/269 +f 298/3/227 309/1/235 308/1/239 +f 309/1/235 298/3/227 299/3/228 +f 308/1/240 309/1/237 298/3/233 +f 299/3/232 298/3/233 309/1/237 +f 304/1/245 312/3/244 310/1/243 +f 312/3/244 304/1/245 305/3/246 +f 310/1/249 312/3/248 304/1/247 +f 305/3/250 304/1/247 312/3/248 +f 307/3/252 311/1/268 313/3/267 +f 311/1/268 307/3/252 306/1/251 +f 313/3/270 311/1/269 307/3/254 +f 306/1/253 307/3/254 311/1/269 +f 305/3/246 313/3/267 312/3/244 +f 313/3/267 305/3/246 307/3/252 +f 312/3/248 313/3/270 305/3/250 +f 307/3/254 305/3/250 313/3/270 +f 297/3/205 278/1/204 296/1/203 +f 278/1/204 297/3/205 279/3/206 +f 296/1/209 278/1/208 297/3/207 +f 279/3/210 297/3/207 278/1/208 +f 316/4/319 315/1/275 314/1/319 +f 315/1/275 316/4/319 317/4/275 +f 314/1/320 315/1/276 316/4/320 +f 317/4/276 316/4/320 315/1/276 +f 319/4/81 265/4/81 318/4/81 +f 265/4/81 319/4/81 317/4/81 +f 265/4/81 317/4/81 316/4/81 +f 318/4/82 265/4/82 319/4/82 +f 317/4/82 319/4/82 265/4/82 +f 316/4/82 317/4/82 265/4/82 +f 318/4/276 270/1/276 320/1/276 +f 270/1/276 318/4/276 265/4/276 +f 320/1/275 270/1/275 318/4/275 +f 265/4/275 318/4/275 270/1/275 +f 317/4/275 321/1/321 315/1/275 +f 321/1/321 317/4/275 319/4/321 +f 315/1/276 321/1/322 317/4/276 +f 319/4/322 317/4/276 321/1/322 +f 318/4/288 321/1/288 319/4/288 +f 321/1/288 318/4/288 320/1/288 +f 319/4/287 321/1/287 318/4/287 +f 320/1/287 318/4/287 321/1/287 +f 270/1/287 316/4/287 314/1/287 +f 316/4/287 270/1/287 265/4/287 +f 314/1/288 316/4/288 270/1/288 +f 265/4/288 270/1/288 316/4/288 +f 324/1/29 323/3/26 322/1/31 +f 323/3/26 324/1/29 325/3/25 +f 322/1/32 323/3/28 324/1/30 +f 325/3/27 324/1/30 323/3/28 +f 327/3/12 324/1/29 326/1/10 +f 324/1/29 327/3/12 325/3/25 +f 326/1/14 324/1/30 327/3/16 +f 325/3/27 327/3/16 324/1/30 +f 330/2/3 329/1/2 328/1/1 +f 329/1/2 330/2/3 331/2/4 +f 328/1/7 329/1/6 330/2/5 +f 331/2/8 330/2/5 329/1/6 +f 329/1/2 333/2/19 332/1/17 +f 333/2/19 329/1/2 331/2/4 +f 332/1/23 333/2/21 329/1/6 +f 331/2/8 329/1/6 333/2/21 +f 336/1/79 335/2/63 334/1/61 +f 335/2/63 336/1/79 337/2/70 +f 334/1/67 335/2/65 336/1/80 +f 337/2/72 336/1/80 335/2/65 +f 335/2/63 339/2/69 338/2/64 +f 339/2/69 335/2/63 337/2/70 +f 338/2/68 339/2/71 335/2/65 +f 337/2/72 335/2/65 339/2/71 +f 339/2/69 336/1/79 340/1/77 +f 336/1/79 339/2/69 337/2/70 +f 340/1/78 336/1/80 339/2/71 +f 337/2/72 339/2/71 336/1/80 +f 335/2/63 341/1/62 334/1/61 +f 341/1/62 335/2/63 338/2/64 +f 334/1/67 341/1/66 335/2/65 +f 338/2/68 335/2/65 341/1/66 +f 338/2/64 340/1/77 341/1/62 +f 340/1/77 338/2/64 339/2/69 +f 341/1/66 340/1/78 338/2/68 +f 339/2/71 338/2/68 340/1/78 +f 343/2/20 328/1/1 342/1/18 +f 328/1/1 343/2/20 330/2/3 +f 342/1/22 328/1/7 343/2/24 +f 330/2/5 343/2/24 328/1/7 +f 323/3/26 344/1/9 322/1/31 +f 344/1/9 323/3/26 345/3/11 +f 322/1/32 344/1/15 323/3/28 +f 345/3/13 323/3/28 344/1/15 +f 333/2/19 342/1/18 332/1/17 +f 342/1/18 333/2/19 343/2/20 +f 332/1/23 342/1/22 333/2/21 +f 343/2/24 333/2/21 342/1/22 +f 333/2/19 330/2/3 343/2/20 +f 330/2/3 333/2/19 331/2/4 +f 343/2/24 330/2/5 333/2/21 +f 331/2/8 333/2/21 330/2/5 +f 348/3/35 347/3/34 346/3/33 +f 347/3/34 348/3/35 349/3/36 +f 346/3/39 347/3/38 348/3/37 +f 349/3/40 348/3/37 347/3/38 +f 345/3/11 325/3/25 327/3/12 +f 325/3/25 345/3/11 323/3/26 +f 327/3/16 325/3/27 345/3/13 +f 323/3/28 345/3/13 325/3/27 +f 350/1/47 349/3/36 348/3/35 +f 349/3/36 350/1/47 351/1/42 +f 348/3/37 349/3/40 350/1/48 +f 351/1/44 350/1/48 349/3/40 +f 354/1/57 353/3/52 352/1/51 +f 353/3/52 354/1/57 355/3/58 +f 352/1/53 353/3/56 354/1/59 +f 355/3/60 354/1/59 353/3/56 +f 350/1/47 346/3/33 356/1/45 +f 346/3/33 350/1/47 348/3/35 +f 356/1/46 346/3/39 350/1/48 +f 348/3/37 350/1/48 346/3/39 +f 349/3/36 357/1/41 347/3/34 +f 357/1/41 349/3/36 351/1/42 +f 347/3/38 357/1/43 349/3/40 +f 351/1/44 349/3/40 357/1/43 +f 360/3/50 359/1/74 358/1/49 +f 359/1/74 360/3/50 361/3/73 +f 358/1/55 359/1/75 360/3/54 +f 361/3/76 360/3/54 359/1/75 +f 346/3/33 357/1/41 356/1/45 +f 357/1/41 346/3/33 347/3/34 +f 356/1/46 357/1/43 346/3/39 +f 347/3/38 346/3/39 357/1/43 +f 352/1/51 360/3/50 358/1/49 +f 360/3/50 352/1/51 353/3/52 +f 358/1/55 360/3/54 352/1/53 +f 353/3/56 352/1/53 360/3/54 +f 355/3/58 359/1/74 361/3/73 +f 359/1/74 355/3/58 354/1/57 +f 361/3/76 359/1/75 355/3/60 +f 354/1/59 355/3/60 359/1/75 +f 353/3/52 361/3/73 360/3/50 +f 361/3/73 353/3/52 355/3/58 +f 360/3/54 361/3/76 353/3/56 +f 355/3/60 353/3/56 361/3/76 +f 345/3/11 326/1/10 344/1/9 +f 326/1/10 345/3/11 327/3/12 +f 344/1/15 326/1/14 345/3/13 +f 327/3/16 345/3/13 326/1/14 +f 235/4/323 362/1/83 243/1/323 +f 362/1/83 235/4/323 363/4/83 +f 243/1/324 362/1/84 235/4/324 +f 363/4/84 235/4/324 362/1/84 +f 365/4/81 233/4/81 364/4/81 +f 233/4/81 365/4/81 363/4/81 +f 233/4/81 363/4/81 235/4/81 +f 364/4/82 233/4/82 365/4/82 +f 363/4/82 365/4/82 233/4/82 +f 235/4/82 363/4/82 233/4/82 +f 364/4/84 244/1/84 366/1/84 +f 244/1/84 364/4/84 233/4/84 +f 366/1/83 244/1/83 364/4/83 +f 233/4/83 364/4/83 244/1/83 +f 363/4/83 367/1/325 362/1/83 +f 367/1/325 363/4/83 365/4/325 +f 362/1/84 367/1/326 363/4/84 +f 365/4/326 363/4/84 367/1/326 +f 364/4/96 367/1/96 365/4/96 +f 367/1/96 364/4/96 366/1/96 +f 365/4/95 367/1/95 364/4/95 +f 366/1/95 364/4/95 367/1/95 +f 244/1/95 235/4/95 243/1/95 +f 235/4/95 244/1/95 233/4/95 +f 243/1/96 235/4/96 244/1/96 +f 233/4/96 244/1/96 235/4/96 +f 370/4/81 369/4/81 368/4/81 +f 369/4/81 370/4/81 371/4/81 +f 371/4/81 370/4/81 372/4/81 +f 368/4/82 369/4/82 370/4/82 +f 371/4/82 370/4/82 369/4/82 +f 372/4/82 370/4/82 371/4/82 +f 369/4/327 373/1/327 368/4/327 +f 373/1/327 369/4/327 374/1/327 +f 368/4/328 373/1/328 369/4/328 +f 374/1/328 369/4/328 373/1/328 +f 369/4/329 375/1/329 374/1/329 +f 375/1/329 369/4/329 371/4/329 +f 374/1/330 375/1/330 369/4/330 +f 371/4/330 369/4/330 375/1/330 +f 375/1/332 372/4/331 376/1/331 +f 372/4/331 375/1/332 371/4/332 +f 376/1/334 372/4/334 375/1/333 +f 371/4/333 375/1/333 372/4/334 +f 376/1/331 370/4/335 377/1/335 +f 370/4/335 376/1/331 372/4/331 +f 377/1/336 370/4/336 376/1/334 +f 372/4/334 376/1/334 370/4/336 +f 377/1/335 368/4/337 373/1/337 +f 368/4/337 377/1/335 370/4/335 +f 373/1/338 368/4/338 377/1/336 +f 370/4/336 377/1/336 368/4/338 +f 380/4/81 379/4/81 378/4/81 +f 379/4/81 380/4/81 381/4/81 +f 381/4/81 380/4/81 382/4/81 +f 378/4/82 379/4/82 380/4/82 +f 381/4/82 380/4/82 379/4/82 +f 382/4/82 380/4/82 381/4/82 +f 379/4/96 383/1/96 378/4/96 +f 383/1/96 379/4/96 384/1/96 +f 378/4/95 383/1/95 379/4/95 +f 384/1/95 379/4/95 383/1/95 +f 379/4/84 385/1/84 384/1/84 +f 385/1/84 379/4/84 381/4/84 +f 384/1/83 385/1/83 379/4/83 +f 381/4/83 379/4/83 385/1/83 +f 385/1/340 382/4/339 386/1/339 +f 382/4/339 385/1/340 381/4/340 +f 386/1/342 382/4/342 385/1/341 +f 381/4/341 385/1/341 382/4/342 +f 386/1/339 380/4/343 387/1/343 +f 380/4/343 386/1/339 382/4/339 +f 387/1/344 380/4/344 386/1/342 +f 382/4/342 386/1/342 380/4/344 +f 387/1/343 378/4/345 383/1/345 +f 378/4/345 387/1/343 380/4/343 +f 383/1/346 378/4/346 387/1/344 +f 380/4/344 387/1/344 378/4/346 +f 389/4/81 364/4/81 388/4/81 +f 364/4/81 389/4/81 365/4/81 +f 365/4/81 389/4/81 390/4/81 +f 388/4/82 364/4/82 389/4/82 +f 365/4/82 389/4/82 364/4/82 +f 390/4/82 389/4/82 365/4/82 +f 364/4/310 391/1/310 388/4/310 +f 391/1/310 364/4/310 366/1/310 +f 388/4/309 391/1/309 364/4/309 +f 366/1/309 364/4/309 391/1/309 +f 364/4/308 367/1/308 366/1/308 +f 367/1/308 364/4/308 365/4/308 +f 366/1/307 367/1/307 364/4/307 +f 365/4/307 364/4/307 367/1/307 +f 367/1/333 390/4/334 392/1/334 +f 390/4/334 367/1/333 365/4/333 +f 392/1/331 390/4/331 367/1/332 +f 365/4/332 367/1/332 390/4/331 +f 392/1/334 389/4/336 393/1/336 +f 389/4/336 392/1/334 390/4/334 +f 393/1/335 389/4/335 392/1/331 +f 390/4/331 392/1/331 389/4/335 +f 393/1/336 388/4/338 391/1/338 +f 388/4/338 393/1/336 389/4/336 +f 391/1/337 388/4/337 393/1/335 +f 389/4/335 393/1/335 388/4/337 +f 396/4/81 395/4/81 394/4/81 +f 395/4/81 396/4/81 397/4/81 +f 397/4/81 396/4/81 398/4/81 +f 394/4/82 395/4/82 396/4/82 +f 397/4/82 396/4/82 395/4/82 +f 398/4/82 396/4/82 397/4/82 +f 395/4/347 399/1/347 394/4/347 +f 399/1/347 395/4/347 400/1/347 +f 394/4/348 399/1/348 395/4/348 +f 400/1/348 395/4/348 399/1/348 +f 395/4/349 401/1/349 400/1/349 +f 401/1/349 395/4/349 397/4/349 +f 400/1/350 401/1/350 395/4/350 +f 397/4/350 395/4/350 401/1/350 +f 401/1/332 398/4/331 402/1/331 +f 398/4/331 401/1/332 397/4/332 +f 402/1/334 398/4/334 401/1/333 +f 397/4/333 401/1/333 398/4/334 +f 402/1/331 396/4/335 403/1/335 +f 396/4/335 402/1/331 398/4/331 +f 403/1/336 396/4/336 402/1/334 +f 398/4/334 402/1/334 396/4/336 +f 403/1/335 394/4/337 399/1/337 +f 394/4/337 403/1/335 396/4/335 +f 399/1/338 394/4/338 403/1/336 +f 396/4/336 403/1/336 394/4/338 +f 406/4/81 405/4/81 404/4/81 +f 405/4/81 406/4/81 407/4/81 +f 407/4/81 406/4/81 408/4/81 +f 404/4/82 405/4/82 406/4/82 +f 407/4/82 406/4/82 405/4/82 +f 408/4/82 406/4/82 407/4/82 +f 405/4/288 409/1/288 404/4/288 +f 409/1/288 405/4/288 410/1/288 +f 404/4/287 409/1/287 405/4/287 +f 410/1/287 405/4/287 409/1/287 +f 405/4/276 411/1/276 410/1/276 +f 411/1/276 405/4/276 407/4/276 +f 410/1/275 411/1/275 405/4/275 +f 407/4/275 405/4/275 411/1/275 +f 411/1/312 408/4/311 412/1/311 +f 408/4/311 411/1/312 407/4/312 +f 412/1/314 408/4/314 411/1/313 +f 407/4/313 411/1/313 408/4/314 +f 412/1/311 406/4/315 413/1/315 +f 406/4/315 412/1/311 408/4/311 +f 413/1/316 406/4/316 412/1/314 +f 408/4/314 412/1/314 406/4/316 +f 413/1/315 404/4/317 409/1/317 +f 404/4/317 413/1/315 406/4/315 +f 409/1/318 404/4/318 413/1/316 +f 406/4/316 413/1/316 404/4/318 +f 416/1/29 415/3/26 414/1/31 +f 415/3/26 416/1/29 417/3/25 +f 414/1/32 415/3/28 416/1/30 +f 417/3/27 416/1/30 415/3/28 +f 419/3/12 416/1/29 418/1/10 +f 416/1/29 419/3/12 417/3/25 +f 418/1/14 416/1/30 419/3/16 +f 417/3/27 419/3/16 416/1/30 +f 422/2/3 421/1/2 420/1/1 +f 421/1/2 422/2/3 423/2/4 +f 420/1/7 421/1/6 422/2/5 +f 423/2/8 422/2/5 421/1/6 +f 421/1/2 425/2/19 424/1/17 +f 425/2/19 421/1/2 423/2/4 +f 424/1/23 425/2/21 421/1/6 +f 423/2/8 421/1/6 425/2/21 +f 428/1/79 427/2/63 426/1/61 +f 427/2/63 428/1/79 429/2/70 +f 426/1/67 427/2/65 428/1/80 +f 429/2/72 428/1/80 427/2/65 +f 427/2/63 431/2/69 430/2/64 +f 431/2/69 427/2/63 429/2/70 +f 430/2/68 431/2/71 427/2/65 +f 429/2/72 427/2/65 431/2/71 +f 431/2/69 428/1/79 432/1/77 +f 428/1/79 431/2/69 429/2/70 +f 432/1/78 428/1/80 431/2/71 +f 429/2/72 431/2/71 428/1/80 +f 427/2/63 433/1/62 426/1/61 +f 433/1/62 427/2/63 430/2/64 +f 426/1/67 433/1/66 427/2/65 +f 430/2/68 427/2/65 433/1/66 +f 430/2/64 432/1/77 433/1/62 +f 432/1/77 430/2/64 431/2/69 +f 433/1/66 432/1/78 430/2/68 +f 431/2/71 430/2/68 432/1/78 +f 435/2/20 420/1/1 434/1/18 +f 420/1/1 435/2/20 422/2/3 +f 434/1/22 420/1/7 435/2/24 +f 422/2/5 435/2/24 420/1/7 +f 415/3/26 436/1/9 414/1/31 +f 436/1/9 415/3/26 437/3/11 +f 414/1/32 436/1/15 415/3/28 +f 437/3/13 415/3/28 436/1/15 +f 425/2/19 434/1/18 424/1/17 +f 434/1/18 425/2/19 435/2/20 +f 424/1/23 434/1/22 425/2/21 +f 435/2/24 425/2/21 434/1/22 +f 425/2/19 422/2/3 435/2/20 +f 422/2/3 425/2/19 423/2/4 +f 435/2/24 422/2/5 425/2/21 +f 423/2/8 425/2/21 422/2/5 +f 440/3/35 439/3/34 438/3/33 +f 439/3/34 440/3/35 441/3/36 +f 438/3/39 439/3/38 440/3/37 +f 441/3/40 440/3/37 439/3/38 +f 437/3/11 417/3/25 419/3/12 +f 417/3/25 437/3/11 415/3/26 +f 419/3/16 417/3/27 437/3/13 +f 415/3/28 437/3/13 417/3/27 +f 442/1/47 441/3/36 440/3/35 +f 441/3/36 442/1/47 443/1/42 +f 440/3/37 441/3/40 442/1/48 +f 443/1/44 442/1/48 441/3/40 +f 446/1/57 445/3/52 444/1/51 +f 445/3/52 446/1/57 447/3/58 +f 444/1/53 445/3/56 446/1/59 +f 447/3/60 446/1/59 445/3/56 +f 442/1/47 438/3/33 448/1/45 +f 438/3/33 442/1/47 440/3/35 +f 448/1/46 438/3/39 442/1/48 +f 440/3/37 442/1/48 438/3/39 +f 441/3/36 449/1/41 439/3/34 +f 449/1/41 441/3/36 443/1/42 +f 439/3/38 449/1/43 441/3/40 +f 443/1/44 441/3/40 449/1/43 +f 452/3/50 451/1/74 450/1/49 +f 451/1/74 452/3/50 453/3/73 +f 450/1/55 451/1/75 452/3/54 +f 453/3/76 452/3/54 451/1/75 +f 438/3/33 449/1/41 448/1/45 +f 449/1/41 438/3/33 439/3/34 +f 448/1/46 449/1/43 438/3/39 +f 439/3/38 438/3/39 449/1/43 +f 444/1/51 452/3/50 450/1/49 +f 452/3/50 444/1/51 445/3/52 +f 450/1/55 452/3/54 444/1/53 +f 445/3/56 444/1/53 452/3/54 +f 447/3/58 451/1/74 453/3/73 +f 451/1/74 447/3/58 446/1/57 +f 453/3/76 451/1/75 447/3/60 +f 446/1/59 447/3/60 451/1/75 +f 445/3/52 453/3/73 452/3/50 +f 453/3/73 445/3/52 447/3/58 +f 452/3/54 453/3/76 445/3/56 +f 447/3/60 445/3/56 453/3/76 +f 437/3/11 418/1/10 436/1/9 +f 418/1/10 437/3/11 419/3/12 +f 436/1/15 418/1/14 437/3/13 +f 419/3/16 437/3/13 418/1/14 +f 378/4/323 454/1/83 383/1/323 +f 454/1/83 378/4/323 455/4/83 +f 383/1/324 454/1/84 378/4/324 +f 455/4/84 378/4/324 454/1/84 +f 457/4/81 456/4/81 49/4/81 +f 456/4/81 457/4/81 455/4/81 +f 456/4/81 455/4/81 378/4/81 +f 49/4/82 456/4/82 457/4/82 +f 455/4/82 457/4/82 456/4/82 +f 378/4/82 455/4/82 456/4/82 +f 49/4/84 458/1/84 57/1/84 +f 458/1/84 49/4/84 456/4/84 +f 57/1/83 458/1/83 49/4/83 +f 456/4/83 49/4/83 458/1/83 +f 455/4/83 459/1/325 454/1/83 +f 459/1/325 455/4/83 457/4/325 +f 454/1/84 459/1/326 455/4/84 +f 457/4/326 455/4/84 459/1/326 +f 49/4/96 459/1/96 457/4/96 +f 459/1/96 49/4/96 57/1/96 +f 457/4/95 459/1/95 49/4/95 +f 57/1/95 49/4/95 459/1/95 +f 458/1/95 378/4/95 383/1/95 +f 378/4/95 458/1/95 456/4/95 +f 383/1/96 378/4/96 458/1/96 +f 456/4/96 458/1/96 378/4/96 +f 462/4/81 461/4/81 460/4/81 +f 461/4/81 462/4/81 463/4/81 +f 463/4/81 462/4/81 464/4/81 +f 460/4/82 461/4/82 462/4/82 +f 463/4/82 462/4/82 461/4/82 +f 464/4/82 462/4/82 463/4/82 +f 461/4/310 465/1/310 460/4/310 +f 465/1/310 461/4/310 466/1/310 +f 460/4/309 465/1/309 461/4/309 +f 466/1/309 461/4/309 465/1/309 +f 461/4/308 467/1/308 466/1/308 +f 467/1/308 461/4/308 463/4/308 +f 466/1/307 467/1/307 461/4/307 +f 463/4/307 461/4/307 467/1/307 +f 467/1/333 464/4/334 468/1/334 +f 464/4/334 467/1/333 463/4/333 +f 468/1/331 464/4/331 467/1/332 +f 463/4/332 467/1/332 464/4/331 +f 468/1/334 462/4/336 469/1/336 +f 462/4/336 468/1/334 464/4/334 +f 469/1/335 462/4/335 468/1/331 +f 464/4/331 468/1/331 462/4/335 +f 469/1/336 460/4/338 465/1/338 +f 460/4/338 469/1/336 462/4/336 +f 465/1/337 460/4/337 469/1/335 +f 462/4/335 469/1/335 460/4/337 +f 472/4/81 471/4/81 470/4/81 +f 471/4/81 472/4/81 473/4/81 +f 473/4/81 472/4/81 474/4/81 +f 470/4/82 471/4/82 472/4/82 +f 473/4/82 472/4/82 471/4/82 +f 474/4/82 472/4/82 473/4/82 +f 471/4/96 475/1/96 470/4/96 +f 475/1/96 471/4/96 476/1/96 +f 470/4/95 475/1/95 471/4/95 +f 476/1/95 471/4/95 475/1/95 +f 471/4/84 477/1/84 476/1/84 +f 477/1/84 471/4/84 473/4/84 +f 476/1/83 477/1/83 471/4/83 +f 473/4/83 471/4/83 477/1/83 +f 477/1/340 474/4/339 478/1/339 +f 474/4/339 477/1/340 473/4/340 +f 478/1/342 474/4/342 477/1/341 +f 473/4/341 477/1/341 474/4/342 +f 478/1/339 472/4/343 479/1/343 +f 472/4/343 478/1/339 474/4/339 +f 479/1/344 472/4/344 478/1/342 +f 474/4/342 478/1/342 472/4/344 +f 479/1/343 470/4/345 475/1/345 +f 470/4/345 479/1/343 472/4/343 +f 475/1/346 470/4/346 479/1/344 +f 472/4/344 479/1/344 470/4/346 +f 482/1/107 481/3/110 480/1/108 +f 481/3/110 482/1/107 483/3/109 +f 480/1/112 481/3/114 482/1/113 +f 483/3/111 482/1/113 481/3/114 +f 485/3/124 482/1/107 484/1/129 +f 482/1/107 485/3/124 483/3/109 +f 484/1/130 482/1/113 485/3/126 +f 483/3/111 485/3/126 482/1/113 +f 488/2/117 487/1/116 486/1/115 +f 487/1/116 488/2/117 489/2/118 +f 486/1/121 487/1/120 488/2/119 +f 489/2/122 488/2/119 487/1/120 +f 487/1/116 491/2/101 490/1/99 +f 491/2/101 487/1/116 489/2/118 +f 490/1/105 491/2/103 487/1/120 +f 489/2/122 487/1/120 491/2/103 +f 494/1/160 493/2/167 492/1/175 +f 493/2/167 494/1/160 495/2/162 +f 492/1/176 493/2/169 494/1/164 +f 495/2/166 494/1/164 493/2/169 +f 493/2/167 497/2/161 496/2/168 +f 497/2/161 493/2/167 495/2/162 +f 496/2/170 497/2/163 493/2/169 +f 495/2/166 493/2/169 497/2/163 +f 497/2/161 494/1/160 498/1/159 +f 494/1/160 497/2/161 495/2/162 +f 498/1/165 494/1/164 497/2/163 +f 495/2/166 497/2/163 494/1/164 +f 493/2/167 499/1/177 492/1/175 +f 499/1/177 493/2/167 496/2/168 +f 492/1/176 499/1/178 493/2/169 +f 496/2/170 493/2/169 499/1/178 +f 496/2/168 498/1/159 499/1/177 +f 498/1/159 496/2/168 497/2/161 +f 499/1/178 498/1/165 496/2/170 +f 497/2/163 496/2/170 498/1/165 +f 501/2/102 486/1/115 500/1/100 +f 486/1/115 501/2/102 488/2/117 +f 500/1/104 486/1/121 501/2/106 +f 488/2/119 501/2/106 486/1/121 +f 481/3/110 502/1/127 480/1/108 +f 502/1/127 481/3/110 503/3/123 +f 480/1/112 502/1/128 481/3/114 +f 503/3/125 481/3/114 502/1/128 +f 491/2/101 500/1/100 490/1/99 +f 500/1/100 491/2/101 501/2/102 +f 490/1/105 500/1/104 491/2/103 +f 501/2/106 491/2/103 500/1/104 +f 491/2/101 488/2/117 501/2/102 +f 488/2/117 491/2/101 489/2/118 +f 501/2/106 488/2/119 491/2/103 +f 489/2/122 491/2/103 488/2/119 +f 506/3/293 505/3/292 504/3/291 +f 505/3/292 506/3/293 507/3/294 +f 504/3/297 505/3/296 506/3/295 +f 507/3/298 506/3/295 505/3/296 +f 503/3/123 483/3/109 485/3/124 +f 483/3/109 503/3/123 481/3/110 +f 485/3/126 483/3/111 503/3/125 +f 481/3/114 503/3/125 483/3/111 +f 508/1/305 507/3/294 506/3/293 +f 507/3/294 508/1/305 509/1/300 +f 506/3/295 507/3/298 508/1/306 +f 509/1/302 508/1/306 507/3/298 +f 512/1/147 511/3/171 510/1/172 +f 511/3/171 512/1/147 513/3/148 +f 510/1/173 511/3/174 512/1/153 +f 513/3/152 512/1/153 511/3/174 +f 508/1/305 504/3/291 514/1/303 +f 504/3/291 508/1/305 506/3/293 +f 514/1/304 504/3/297 508/1/306 +f 506/3/295 508/1/306 504/3/297 +f 507/3/294 515/1/299 505/3/292 +f 515/1/299 507/3/294 509/1/300 +f 505/3/296 515/1/301 507/3/298 +f 509/1/302 507/3/298 515/1/301 +f 518/3/156 517/1/149 516/1/155 +f 517/1/149 518/3/156 519/3/150 +f 516/1/157 517/1/151 518/3/158 +f 519/3/154 518/3/158 517/1/151 +f 504/3/291 515/1/299 514/1/303 +f 515/1/299 504/3/291 505/3/292 +f 514/1/304 515/1/301 504/3/297 +f 505/3/296 504/3/297 515/1/301 +f 510/1/172 518/3/156 516/1/155 +f 518/3/156 510/1/172 511/3/171 +f 516/1/157 518/3/158 510/1/173 +f 511/3/174 510/1/173 518/3/158 +f 513/3/148 517/1/149 519/3/150 +f 517/1/149 513/3/148 512/1/147 +f 519/3/154 517/1/151 513/3/152 +f 512/1/153 513/3/152 517/1/151 +f 511/3/171 519/3/150 518/3/156 +f 519/3/150 511/3/171 513/3/148 +f 518/3/158 519/3/154 511/3/174 +f 513/3/152 511/3/174 519/3/154 +f 503/3/123 484/1/129 502/1/127 +f 484/1/129 503/3/123 485/3/124 +f 502/1/128 484/1/130 503/3/125 +f 485/3/126 503/3/125 484/1/130 +f 522/4/351 521/1/307 520/1/351 +f 521/1/307 522/4/351 523/4/307 +f 520/1/352 521/1/308 522/4/352 +f 523/4/308 522/4/352 521/1/308 +f 525/4/81 169/4/81 524/4/81 +f 169/4/81 525/4/81 523/4/81 +f 169/4/81 523/4/81 522/4/81 +f 524/4/82 169/4/82 525/4/82 +f 523/4/82 525/4/82 169/4/82 +f 522/4/82 523/4/82 169/4/82 +f 524/4/308 180/1/308 526/1/308 +f 180/1/308 524/4/308 169/4/308 +f 526/1/307 180/1/307 524/4/307 +f 169/4/307 524/4/307 180/1/307 +f 523/4/307 527/1/353 521/1/307 +f 527/1/353 523/4/307 525/4/353 +f 521/1/308 527/1/354 523/4/308 +f 525/4/354 523/4/308 527/1/354 +f 524/4/310 527/1/310 525/4/310 +f 527/1/310 524/4/310 526/1/310 +f 525/4/309 527/1/309 524/4/309 +f 526/1/309 524/4/309 527/1/309 +f 180/1/309 522/4/309 520/1/309 +f 522/4/309 180/1/309 169/4/309 +f 520/1/310 522/4/310 180/1/310 +f 169/4/310 180/1/310 522/4/310 +f 530/1/107 529/3/110 528/1/108 +f 529/3/110 530/1/107 531/3/109 +f 528/1/112 529/3/114 530/1/113 +f 531/3/111 530/1/113 529/3/114 +f 533/3/124 530/1/107 532/1/129 +f 530/1/107 533/3/124 531/3/109 +f 532/1/130 530/1/113 533/3/126 +f 531/3/111 533/3/126 530/1/113 +f 536/2/117 535/1/116 534/1/115 +f 535/1/116 536/2/117 537/2/118 +f 534/1/121 535/1/120 536/2/119 +f 537/2/122 536/2/119 535/1/120 +f 535/1/116 539/2/101 538/1/99 +f 539/2/101 535/1/116 537/2/118 +f 538/1/105 539/2/103 535/1/120 +f 537/2/122 535/1/120 539/2/103 +f 542/1/160 541/2/167 540/1/175 +f 541/2/167 542/1/160 543/2/162 +f 540/1/176 541/2/169 542/1/164 +f 543/2/166 542/1/164 541/2/169 +f 541/2/167 545/2/161 544/2/168 +f 545/2/161 541/2/167 543/2/162 +f 544/2/170 545/2/163 541/2/169 +f 543/2/166 541/2/169 545/2/163 +f 545/2/161 542/1/160 546/1/159 +f 542/1/160 545/2/161 543/2/162 +f 546/1/165 542/1/164 545/2/163 +f 543/2/166 545/2/163 542/1/164 +f 541/2/167 547/1/177 540/1/175 +f 547/1/177 541/2/167 544/2/168 +f 540/1/176 547/1/178 541/2/169 +f 544/2/170 541/2/169 547/1/178 +f 544/2/168 546/1/159 547/1/177 +f 546/1/159 544/2/168 545/2/161 +f 547/1/178 546/1/165 544/2/170 +f 545/2/163 544/2/170 546/1/165 +f 549/2/102 534/1/115 548/1/100 +f 534/1/115 549/2/102 536/2/117 +f 548/1/104 534/1/121 549/2/106 +f 536/2/119 549/2/106 534/1/121 +f 529/3/110 550/1/127 528/1/108 +f 550/1/127 529/3/110 551/3/123 +f 528/1/112 550/1/128 529/3/114 +f 551/3/125 529/3/114 550/1/128 +f 539/2/101 548/1/100 538/1/99 +f 548/1/100 539/2/101 549/2/102 +f 538/1/105 548/1/104 539/2/103 +f 549/2/106 539/2/103 548/1/104 +f 539/2/101 536/2/117 549/2/102 +f 536/2/117 539/2/101 537/2/118 +f 549/2/106 536/2/119 539/2/103 +f 537/2/122 539/2/103 536/2/119 +f 554/3/293 553/3/292 552/3/291 +f 553/3/292 554/3/293 555/3/294 +f 552/3/297 553/3/296 554/3/295 +f 555/3/298 554/3/295 553/3/296 +f 551/3/123 531/3/109 533/3/124 +f 531/3/109 551/3/123 529/3/110 +f 533/3/126 531/3/111 551/3/125 +f 529/3/114 551/3/125 531/3/111 +f 556/1/305 555/3/294 554/3/293 +f 555/3/294 556/1/305 557/1/300 +f 554/3/295 555/3/298 556/1/306 +f 557/1/302 556/1/306 555/3/298 +f 560/1/147 559/3/171 558/1/172 +f 559/3/171 560/1/147 561/3/148 +f 558/1/173 559/3/174 560/1/153 +f 561/3/152 560/1/153 559/3/174 +f 556/1/305 552/3/291 562/1/303 +f 552/3/291 556/1/305 554/3/293 +f 562/1/304 552/3/297 556/1/306 +f 554/3/295 556/1/306 552/3/297 +f 555/3/294 563/1/299 553/3/292 +f 563/1/299 555/3/294 557/1/300 +f 553/3/296 563/1/301 555/3/298 +f 557/1/302 555/3/298 563/1/301 +f 566/3/156 565/1/149 564/1/155 +f 565/1/149 566/3/156 567/3/150 +f 564/1/157 565/1/151 566/3/158 +f 567/3/154 566/3/158 565/1/151 +f 552/3/291 563/1/299 562/1/303 +f 563/1/299 552/3/291 553/3/292 +f 562/1/304 563/1/301 552/3/297 +f 553/3/296 552/3/297 563/1/301 +f 558/1/172 566/3/156 564/1/155 +f 566/3/156 558/1/172 559/3/171 +f 564/1/157 566/3/158 558/1/173 +f 559/3/174 558/1/173 566/3/158 +f 561/3/148 565/1/149 567/3/150 +f 565/1/149 561/3/148 560/1/147 +f 567/3/154 565/1/151 561/3/152 +f 560/1/153 561/3/152 565/1/151 +f 559/3/171 567/3/150 566/3/156 +f 567/3/150 559/3/171 561/3/148 +f 566/3/158 567/3/154 559/3/174 +f 561/3/152 559/3/174 567/3/154 +f 551/3/123 532/1/129 550/1/127 +f 532/1/129 551/3/123 533/3/124 +f 550/1/128 532/1/130 551/3/125 +f 533/3/126 551/3/125 532/1/130 +f 460/4/351 568/1/307 465/1/351 +f 568/1/307 460/4/351 569/4/307 +f 465/1/352 568/1/308 460/4/352 +f 569/4/308 460/4/352 568/1/308 +f 242/4/81 461/4/81 241/4/81 +f 461/4/81 242/4/81 569/4/81 +f 461/4/81 569/4/81 460/4/81 +f 241/4/82 461/4/82 242/4/82 +f 569/4/82 242/4/82 461/4/82 +f 460/4/82 569/4/82 461/4/82 +f 241/4/308 466/1/308 249/1/308 +f 466/1/308 241/4/308 461/4/308 +f 249/1/307 466/1/307 241/4/307 +f 461/4/307 241/4/307 466/1/307 +f 569/4/307 248/1/353 568/1/307 +f 248/1/353 569/4/307 242/4/353 +f 568/1/308 248/1/354 569/4/308 +f 242/4/354 569/4/308 248/1/354 +f 241/4/310 248/1/310 242/4/310 +f 248/1/310 241/4/310 249/1/310 +f 242/4/309 248/1/309 241/4/309 +f 249/1/309 241/4/309 248/1/309 +f 466/1/309 460/4/309 465/1/309 +f 460/4/309 466/1/309 461/4/309 +f 465/1/310 460/4/310 466/1/310 +f 461/4/310 466/1/310 460/4/310 +f 572/1/127 571/3/124 570/1/129 +f 571/3/124 572/1/127 573/3/123 +f 570/1/130 571/3/126 572/1/128 +f 573/3/125 572/1/128 571/3/126 +f 575/3/110 572/1/127 574/1/108 +f 572/1/127 575/3/110 573/3/123 +f 574/1/112 572/1/128 575/3/114 +f 573/3/125 575/3/114 572/1/128 +f 578/2/101 577/1/100 576/1/99 +f 577/1/100 578/2/101 579/2/102 +f 576/1/105 577/1/104 578/2/103 +f 579/2/106 578/2/103 577/1/104 +f 577/1/100 581/2/117 580/1/115 +f 581/2/117 577/1/100 579/2/102 +f 580/1/121 581/2/119 577/1/104 +f 579/2/106 577/1/104 581/2/119 +f 584/1/177 583/2/161 582/1/159 +f 583/2/161 584/1/177 585/2/168 +f 582/1/165 583/2/163 584/1/178 +f 585/2/170 584/1/178 583/2/163 +f 583/2/161 587/2/167 586/2/162 +f 587/2/167 583/2/161 585/2/168 +f 586/2/166 587/2/169 583/2/163 +f 585/2/170 583/2/163 587/2/169 +f 587/2/167 584/1/177 588/1/175 +f 584/1/177 587/2/167 585/2/168 +f 588/1/176 584/1/178 587/2/169 +f 585/2/170 587/2/169 584/1/178 +f 583/2/161 589/1/160 582/1/159 +f 589/1/160 583/2/161 586/2/162 +f 582/1/165 589/1/164 583/2/163 +f 586/2/166 583/2/163 589/1/164 +f 586/2/162 588/1/175 589/1/160 +f 588/1/175 586/2/162 587/2/167 +f 589/1/164 588/1/176 586/2/166 +f 587/2/169 586/2/166 588/1/176 +f 591/2/118 576/1/99 590/1/116 +f 576/1/99 591/2/118 578/2/101 +f 590/1/120 576/1/105 591/2/122 +f 578/2/103 591/2/122 576/1/105 +f 571/3/124 592/1/107 570/1/129 +f 592/1/107 571/3/124 593/3/109 +f 570/1/130 592/1/113 571/3/126 +f 593/3/111 571/3/126 592/1/113 +f 581/2/117 590/1/116 580/1/115 +f 590/1/116 581/2/117 591/2/118 +f 580/1/121 590/1/120 581/2/119 +f 591/2/122 581/2/119 590/1/120 +f 581/2/117 578/2/101 591/2/118 +f 578/2/101 581/2/117 579/2/102 +f 591/2/122 578/2/103 581/2/119 +f 579/2/106 581/2/119 578/2/103 +f 596/3/357 595/3/356 594/3/355 +f 595/3/356 596/3/357 597/3/358 +f 594/3/361 595/3/360 596/3/359 +f 597/3/362 596/3/359 595/3/360 +f 593/3/109 573/3/123 575/3/110 +f 573/3/123 593/3/109 571/3/124 +f 575/3/114 573/3/125 593/3/111 +f 571/3/126 593/3/111 573/3/125 +f 598/1/363 597/3/358 596/3/357 +f 597/3/358 598/1/363 599/1/364 +f 596/3/359 597/3/362 598/1/365 +f 599/1/366 598/1/365 597/3/362 +f 602/1/155 601/3/150 600/1/149 +f 601/3/150 602/1/155 603/3/156 +f 600/1/151 601/3/154 602/1/157 +f 603/3/158 602/1/157 601/3/154 +f 598/1/363 594/3/355 604/1/367 +f 594/3/355 598/1/363 596/3/357 +f 604/1/368 594/3/361 598/1/365 +f 596/3/359 598/1/365 594/3/361 +f 597/3/358 605/1/369 595/3/356 +f 605/1/369 597/3/358 599/1/364 +f 595/3/360 605/1/370 597/3/362 +f 599/1/366 597/3/362 605/1/370 +f 608/3/148 607/1/172 606/1/147 +f 607/1/172 608/3/148 609/3/171 +f 606/1/153 607/1/173 608/3/152 +f 609/3/174 608/3/152 607/1/173 +f 594/3/355 605/1/369 604/1/367 +f 605/1/369 594/3/355 595/3/356 +f 604/1/368 605/1/370 594/3/361 +f 595/3/360 594/3/361 605/1/370 +f 600/1/149 608/3/148 606/1/147 +f 608/3/148 600/1/149 601/3/150 +f 606/1/153 608/3/152 600/1/151 +f 601/3/154 600/1/151 608/3/152 +f 603/3/156 607/1/172 609/3/171 +f 607/1/172 603/3/156 602/1/155 +f 609/3/174 607/1/173 603/3/158 +f 602/1/157 603/3/158 607/1/173 +f 601/3/150 609/3/171 608/3/148 +f 609/3/171 601/3/150 603/3/156 +f 608/3/152 609/3/174 601/3/154 +f 603/3/158 601/3/154 609/3/174 +f 593/3/109 574/1/108 592/1/107 +f 574/1/108 593/3/109 575/3/110 +f 592/1/113 574/1/112 593/3/111 +f 575/3/114 593/3/111 574/1/112 +f 612/4/352 611/1/371 610/1/352 +f 611/1/371 612/4/352 613/4/371 +f 610/1/351 611/1/372 612/4/351 +f 613/4/372 612/4/351 611/1/372 +f 473/4/81 614/4/81 471/4/81 +f 614/4/81 473/4/81 613/4/81 +f 614/4/81 613/4/81 612/4/81 +f 471/4/82 614/4/82 473/4/82 +f 613/4/82 473/4/82 614/4/82 +f 612/4/82 613/4/82 614/4/82 +f 471/4/372 615/1/372 476/1/372 +f 615/1/372 471/4/372 614/4/372 +f 476/1/371 615/1/371 471/4/371 +f 614/4/371 471/4/371 615/1/371 +f 613/4/371 477/1/354 611/1/371 +f 477/1/354 613/4/371 473/4/354 +f 611/1/372 477/1/353 613/4/372 +f 473/4/353 613/4/372 477/1/353 +f 471/4/373 477/1/373 473/4/373 +f 477/1/373 471/4/373 476/1/373 +f 473/4/374 477/1/374 471/4/374 +f 476/1/374 471/4/374 477/1/374 +f 615/1/374 612/4/374 610/1/374 +f 612/4/374 615/1/374 614/4/374 +f 610/1/373 612/4/373 615/1/373 +f 614/4/373 615/1/373 612/4/373 +f 618/1/127 617/3/124 616/1/129 +f 617/3/124 618/1/127 619/3/123 +f 616/1/130 617/3/126 618/1/128 +f 619/3/125 618/1/128 617/3/126 +f 621/3/110 618/1/127 620/1/108 +f 618/1/127 621/3/110 619/3/123 +f 620/1/112 618/1/128 621/3/114 +f 619/3/125 621/3/114 618/1/128 +f 624/2/101 623/1/100 622/1/99 +f 623/1/100 624/2/101 625/2/102 +f 622/1/105 623/1/104 624/2/103 +f 625/2/106 624/2/103 623/1/104 +f 623/1/100 627/2/117 626/1/115 +f 627/2/117 623/1/100 625/2/102 +f 626/1/121 627/2/119 623/1/104 +f 625/2/106 623/1/104 627/2/119 +f 630/1/177 629/2/161 628/1/159 +f 629/2/161 630/1/177 631/2/168 +f 628/1/165 629/2/163 630/1/178 +f 631/2/170 630/1/178 629/2/163 +f 629/2/161 633/2/167 632/2/162 +f 633/2/167 629/2/161 631/2/168 +f 632/2/166 633/2/169 629/2/163 +f 631/2/170 629/2/163 633/2/169 +f 633/2/167 630/1/177 634/1/175 +f 630/1/177 633/2/167 631/2/168 +f 634/1/176 630/1/178 633/2/169 +f 631/2/170 633/2/169 630/1/178 +f 629/2/161 635/1/160 628/1/159 +f 635/1/160 629/2/161 632/2/162 +f 628/1/165 635/1/164 629/2/163 +f 632/2/166 629/2/163 635/1/164 +f 632/2/162 634/1/175 635/1/160 +f 634/1/175 632/2/162 633/2/167 +f 635/1/164 634/1/176 632/2/166 +f 633/2/169 632/2/166 634/1/176 +f 637/2/118 622/1/99 636/1/116 +f 622/1/99 637/2/118 624/2/101 +f 636/1/120 622/1/105 637/2/122 +f 624/2/103 637/2/122 622/1/105 +f 617/3/124 638/1/107 616/1/129 +f 638/1/107 617/3/124 639/3/109 +f 616/1/130 638/1/113 617/3/126 +f 639/3/111 617/3/126 638/1/113 +f 627/2/117 636/1/116 626/1/115 +f 636/1/116 627/2/117 637/2/118 +f 626/1/121 636/1/120 627/2/119 +f 637/2/122 627/2/119 636/1/120 +f 627/2/117 624/2/101 637/2/118 +f 624/2/101 627/2/117 625/2/102 +f 637/2/122 624/2/103 627/2/119 +f 625/2/106 627/2/119 624/2/103 +f 642/3/357 641/3/356 640/3/355 +f 641/3/356 642/3/357 643/3/358 +f 640/3/361 641/3/360 642/3/359 +f 643/3/362 642/3/359 641/3/360 +f 639/3/109 619/3/123 621/3/110 +f 619/3/123 639/3/109 617/3/124 +f 621/3/114 619/3/125 639/3/111 +f 617/3/126 639/3/111 619/3/125 +f 644/1/363 643/3/358 642/3/357 +f 643/3/358 644/1/363 645/1/364 +f 642/3/359 643/3/362 644/1/365 +f 645/1/366 644/1/365 643/3/362 +f 648/1/155 647/3/150 646/1/149 +f 647/3/150 648/1/155 649/3/156 +f 646/1/151 647/3/154 648/1/157 +f 649/3/158 648/1/157 647/3/154 +f 644/1/363 640/3/355 650/1/367 +f 640/3/355 644/1/363 642/3/357 +f 650/1/368 640/3/361 644/1/365 +f 642/3/359 644/1/365 640/3/361 +f 643/3/358 651/1/369 641/3/356 +f 651/1/369 643/3/358 645/1/364 +f 641/3/360 651/1/370 643/3/362 +f 645/1/366 643/3/362 651/1/370 +f 654/3/148 653/1/172 652/1/147 +f 653/1/172 654/3/148 655/3/171 +f 652/1/153 653/1/173 654/3/152 +f 655/3/174 654/3/152 653/1/173 +f 640/3/355 651/1/369 650/1/367 +f 651/1/369 640/3/355 641/3/356 +f 650/1/368 651/1/370 640/3/361 +f 641/3/360 640/3/361 651/1/370 +f 646/1/149 654/3/148 652/1/147 +f 654/3/148 646/1/149 647/3/150 +f 652/1/153 654/3/152 646/1/151 +f 647/3/154 646/1/151 654/3/152 +f 649/3/156 653/1/172 655/3/171 +f 653/1/172 649/3/156 648/1/155 +f 655/3/174 653/1/173 649/3/158 +f 648/1/157 649/3/158 653/1/173 +f 647/3/150 655/3/171 654/3/148 +f 655/3/171 647/3/150 649/3/156 +f 654/3/152 655/3/174 647/3/154 +f 649/3/158 647/3/154 655/3/174 +f 639/3/109 620/1/108 638/1/107 +f 620/1/108 639/3/109 621/3/110 +f 638/1/113 620/1/112 639/3/111 +f 621/3/114 639/3/111 620/1/112 +f 368/4/352 656/1/371 373/1/352 +f 656/1/371 368/4/352 657/4/371 +f 373/1/351 656/1/372 368/4/351 +f 657/4/372 368/4/351 656/1/372 +f 114/4/81 369/4/81 113/4/81 +f 369/4/81 114/4/81 657/4/81 +f 369/4/81 657/4/81 368/4/81 +f 113/4/82 369/4/82 114/4/82 +f 657/4/82 114/4/82 369/4/82 +f 368/4/82 657/4/82 369/4/82 +f 113/4/372 374/1/372 121/1/372 +f 374/1/372 113/4/372 369/4/372 +f 121/1/371 374/1/371 113/4/371 +f 369/4/371 113/4/371 374/1/371 +f 657/4/371 120/1/354 656/1/371 +f 120/1/354 657/4/371 114/4/354 +f 656/1/372 120/1/353 657/4/372 +f 114/4/353 657/4/372 120/1/353 +f 113/4/373 120/1/373 114/4/373 +f 120/1/373 113/4/373 121/1/373 +f 114/4/374 120/1/374 113/4/374 +f 121/1/374 113/4/374 120/1/374 +f 374/1/374 368/4/374 373/1/374 +f 368/4/374 374/1/374 369/4/374 +f 373/1/373 368/4/373 374/1/373 +f 369/4/373 374/1/373 368/4/373 +f 660/1/223 659/3/220 658/1/225 +f 659/3/220 660/1/223 661/3/219 +f 658/1/226 659/3/222 660/1/224 +f 661/3/221 660/1/224 659/3/222 +f 663/3/206 660/1/223 662/1/204 +f 660/1/223 663/3/206 661/3/219 +f 662/1/208 660/1/224 663/3/210 +f 661/3/221 663/3/210 660/1/224 +f 666/2/197 665/1/196 664/1/195 +f 665/1/196 666/2/197 667/2/198 +f 664/1/201 665/1/200 666/2/199 +f 667/2/202 666/2/199 665/1/200 +f 665/1/196 669/2/213 668/1/211 +f 669/2/213 665/1/196 667/2/198 +f 668/1/217 669/2/215 665/1/200 +f 667/2/202 665/1/200 669/2/215 +f 672/1/273 671/2/257 670/1/255 +f 671/2/257 672/1/273 673/2/264 +f 670/1/261 671/2/259 672/1/274 +f 673/2/266 672/1/274 671/2/259 +f 671/2/257 675/2/263 674/2/258 +f 675/2/263 671/2/257 673/2/264 +f 674/2/262 675/2/265 671/2/259 +f 673/2/266 671/2/259 675/2/265 +f 675/2/263 672/1/273 676/1/271 +f 672/1/273 675/2/263 673/2/264 +f 676/1/272 672/1/274 675/2/265 +f 673/2/266 675/2/265 672/1/274 +f 671/2/257 677/1/256 670/1/255 +f 677/1/256 671/2/257 674/2/258 +f 670/1/261 677/1/260 671/2/259 +f 674/2/262 671/2/259 677/1/260 +f 674/2/258 676/1/271 677/1/256 +f 676/1/271 674/2/258 675/2/263 +f 677/1/260 676/1/272 674/2/262 +f 675/2/265 674/2/262 676/1/272 +f 679/2/214 664/1/195 678/1/212 +f 664/1/195 679/2/214 666/2/197 +f 678/1/216 664/1/201 679/2/218 +f 666/2/199 679/2/218 664/1/201 +f 659/3/220 680/1/203 658/1/225 +f 680/1/203 659/3/220 681/3/205 +f 658/1/226 680/1/209 659/3/222 +f 681/3/207 659/3/222 680/1/209 +f 669/2/213 678/1/212 668/1/211 +f 678/1/212 669/2/213 679/2/214 +f 668/1/217 678/1/216 669/2/215 +f 679/2/218 669/2/215 678/1/216 +f 669/2/213 666/2/197 679/2/214 +f 666/2/197 669/2/213 667/2/198 +f 679/2/218 666/2/199 669/2/215 +f 667/2/202 669/2/215 666/2/199 +f 684/3/229 683/3/228 682/3/227 +f 683/3/228 684/3/229 685/3/230 +f 682/3/233 683/3/232 684/3/231 +f 685/3/234 684/3/231 683/3/232 +f 681/3/205 661/3/219 663/3/206 +f 661/3/219 681/3/205 659/3/220 +f 663/3/210 661/3/221 681/3/207 +f 659/3/222 681/3/207 661/3/221 +f 686/1/241 685/3/230 684/3/229 +f 685/3/230 686/1/241 687/1/236 +f 684/3/231 685/3/234 686/1/242 +f 687/1/238 686/1/242 685/3/234 +f 690/1/251 689/3/246 688/1/245 +f 689/3/246 690/1/251 691/3/252 +f 688/1/247 689/3/250 690/1/253 +f 691/3/254 690/1/253 689/3/250 +f 686/1/241 682/3/227 692/1/239 +f 682/3/227 686/1/241 684/3/229 +f 692/1/240 682/3/233 686/1/242 +f 684/3/231 686/1/242 682/3/233 +f 685/3/230 693/1/235 683/3/228 +f 693/1/235 685/3/230 687/1/236 +f 683/3/232 693/1/237 685/3/234 +f 687/1/238 685/3/234 693/1/237 +f 696/3/244 695/1/268 694/1/243 +f 695/1/268 696/3/244 697/3/267 +f 694/1/249 695/1/269 696/3/248 +f 697/3/270 696/3/248 695/1/269 +f 682/3/227 693/1/235 692/1/239 +f 693/1/235 682/3/227 683/3/228 +f 692/1/240 693/1/237 682/3/233 +f 683/3/232 682/3/233 693/1/237 +f 688/1/245 696/3/244 694/1/243 +f 696/3/244 688/1/245 689/3/246 +f 694/1/249 696/3/248 688/1/247 +f 689/3/250 688/1/247 696/3/248 +f 691/3/252 695/1/268 697/3/267 +f 695/1/268 691/3/252 690/1/251 +f 697/3/270 695/1/269 691/3/254 +f 690/1/253 691/3/254 695/1/269 +f 689/3/246 697/3/267 696/3/244 +f 697/3/267 689/3/246 691/3/252 +f 696/3/248 697/3/270 689/3/250 +f 691/3/254 689/3/250 697/3/270 +f 681/3/205 662/1/204 680/1/203 +f 662/1/204 681/3/205 663/3/206 +f 680/1/209 662/1/208 681/3/207 +f 663/3/210 681/3/207 662/1/208 +f 107/4/319 698/1/275 115/1/319 +f 698/1/275 107/4/319 699/4/275 +f 115/1/320 698/1/276 107/4/320 +f 699/4/276 107/4/320 698/1/276 +f 397/4/81 105/4/81 395/4/81 +f 105/4/81 397/4/81 699/4/81 +f 105/4/81 699/4/81 107/4/81 +f 395/4/82 105/4/82 397/4/82 +f 699/4/82 397/4/82 105/4/82 +f 107/4/82 699/4/82 105/4/82 +f 395/4/276 116/1/276 400/1/276 +f 116/1/276 395/4/276 105/4/276 +f 400/1/275 116/1/275 395/4/275 +f 105/4/275 395/4/275 116/1/275 +f 699/4/275 401/1/321 698/1/275 +f 401/1/321 699/4/275 397/4/321 +f 698/1/276 401/1/322 699/4/276 +f 397/4/322 699/4/276 401/1/322 +f 395/4/288 401/1/288 397/4/288 +f 401/1/288 395/4/288 400/1/288 +f 397/4/287 401/1/287 395/4/287 +f 400/1/287 395/4/287 401/1/287 +f 116/1/287 107/4/287 115/1/287 +f 107/4/287 116/1/287 105/4/287 +f 115/1/288 107/4/288 116/1/288 +f 105/4/288 116/1/288 107/4/288 +f 127/1/81 701/1/81 700/1/81 +f 701/1/81 127/1/81 257/1/81 +f 700/1/82 701/1/82 127/1/82 +f 257/1/82 127/1/82 701/1/82 +f 125/1/81 257/1/81 127/1/81 +f 257/1/81 125/1/81 259/1/81 +f 127/1/82 257/1/82 125/1/82 +f 259/1/82 125/1/82 257/1/82 +f 128/1/81 700/1/81 702/1/81 +f 700/1/81 128/1/81 127/1/81 +f 702/1/82 700/1/82 128/1/82 +f 127/1/82 128/1/82 700/1/82 +f 263/1/81 703/1/81 262/1/81 +f 703/1/81 263/1/81 189/1/81 +f 262/1/82 703/1/82 263/1/82 +f 189/1/82 263/1/82 703/1/82 +f 261/1/81 705/1/81 704/1/81 +f 705/1/81 261/1/81 262/1/81 +f 704/1/82 705/1/82 261/1/82 +f 262/1/82 261/1/82 705/1/82 +f 707/1/81 706/1/81 64/1/81 +f 706/1/81 707/1/81 708/1/81 +f 64/1/82 706/1/82 707/1/82 +f 708/1/82 707/1/82 706/1/82 +f 710/1/81 253/1/81 709/1/81 +f 253/1/81 710/1/81 255/1/81 +f 709/1/82 253/1/82 710/1/82 +f 255/1/82 710/1/82 253/1/82 +f 705/1/81 256/1/81 255/1/81 +f 256/1/81 705/1/81 711/1/81 +f 255/1/82 256/1/82 705/1/82 +f 711/1/82 705/1/82 256/1/82 +f 260/1/81 263/1/81 258/1/81 +f 263/1/81 260/1/81 712/1/81 +f 258/1/82 263/1/82 260/1/82 +f 712/1/82 260/1/82 263/1/82 +f 708/1/81 709/1/81 706/1/81 +f 709/1/81 708/1/81 710/1/81 +f 706/1/82 709/1/82 708/1/82 +f 710/1/82 708/1/82 709/1/82 +f 714/1/81 707/1/81 713/1/81 +f 707/1/81 714/1/81 715/1/81 +f 713/1/82 707/1/82 714/1/82 +f 715/1/82 714/1/82 707/1/82 +f 718/3/110 717/1/127 716/1/108 +f 717/1/127 718/3/110 719/3/123 +f 716/1/112 717/1/128 718/3/114 +f 719/3/125 718/3/114 717/1/128 +f 720/1/107 718/3/110 716/1/108 +f 718/3/110 720/1/107 721/3/109 +f 716/1/112 718/3/114 720/1/113 +f 721/3/111 720/1/113 718/3/114 +f 724/1/116 723/2/101 722/1/99 +f 723/2/101 724/1/116 725/2/118 +f 722/1/105 723/2/103 724/1/120 +f 725/2/122 724/1/120 723/2/103 +f 727/3/124 720/1/107 726/1/129 +f 720/1/107 727/3/124 721/3/109 +f 726/1/130 720/1/113 727/3/126 +f 721/3/111 727/3/126 720/1/113 +f 719/3/123 726/1/129 717/1/127 +f 726/1/129 719/3/123 727/3/124 +f 717/1/128 726/1/130 719/3/125 +f 727/3/126 719/3/125 726/1/130 +f 730/2/102 729/1/115 728/1/100 +f 729/1/115 730/2/102 731/2/117 +f 728/1/104 729/1/121 730/2/106 +f 731/2/119 730/2/106 729/1/121 +f 723/2/101 728/1/100 722/1/99 +f 728/1/100 723/2/101 730/2/102 +f 722/1/105 728/1/104 723/2/103 +f 730/2/106 723/2/103 728/1/104 +f 719/3/123 721/3/109 727/3/124 +f 721/3/109 719/3/123 718/3/110 +f 727/3/126 721/3/111 719/3/125 +f 718/3/114 719/3/125 721/3/111 +f 731/2/117 724/1/116 729/1/115 +f 724/1/116 731/2/117 725/2/118 +f 729/1/121 724/1/120 731/2/119 +f 725/2/122 731/2/119 724/1/120 +f 723/2/101 731/2/117 730/2/102 +f 731/2/117 723/2/101 725/2/118 +f 730/2/106 731/2/119 723/2/103 +f 725/2/122 723/2/103 731/2/119 +f 734/2/124 733/1/107 732/1/129 +f 733/1/107 734/2/124 735/2/109 +f 732/1/130 733/1/113 734/2/126 +f 735/2/111 734/2/126 733/1/113 +f 737/2/123 732/1/129 736/1/127 +f 732/1/129 737/2/123 734/2/124 +f 736/1/128 732/1/130 737/2/125 +f 734/2/126 737/2/125 732/1/130 +f 739/2/110 736/1/127 738/1/108 +f 736/1/127 739/2/110 737/2/123 +f 738/1/112 736/1/128 739/2/114 +f 737/2/125 739/2/114 736/1/128 +f 737/2/123 735/2/109 734/2/124 +f 735/2/109 737/2/123 739/2/110 +f 734/2/126 735/2/111 737/2/125 +f 739/2/114 737/2/125 735/2/111 +f 733/1/107 739/2/110 738/1/108 +f 739/2/110 733/1/107 735/2/109 +f 738/1/112 739/2/114 733/1/113 +f 735/2/111 733/1/113 739/2/114 +f 742/3/148 741/1/149 740/3/150 +f 741/1/149 742/3/148 743/1/147 +f 740/3/154 741/1/151 742/3/152 +f 743/1/153 742/3/152 741/1/151 +f 746/2/168 745/1/159 744/1/177 +f 745/1/159 746/2/168 747/2/161 +f 744/1/178 745/1/165 746/2/170 +f 747/2/163 746/2/170 745/1/165 +f 749/2/167 744/1/177 748/1/175 +f 744/1/177 749/2/167 746/2/168 +f 748/1/176 744/1/178 749/2/169 +f 746/2/170 749/2/169 744/1/178 +f 750/1/160 749/2/167 748/1/175 +f 749/2/167 750/1/160 751/2/162 +f 748/1/176 749/2/169 750/1/164 +f 751/2/166 750/1/164 749/2/169 +f 749/2/167 747/2/161 746/2/168 +f 747/2/161 749/2/167 751/2/162 +f 746/2/170 747/2/163 749/2/169 +f 751/2/166 749/2/169 747/2/163 +f 747/2/161 750/1/160 745/1/159 +f 750/1/160 747/2/161 751/2/162 +f 745/1/165 750/1/164 747/2/163 +f 751/2/166 747/2/163 750/1/164 +f 743/1/147 753/3/171 752/1/172 +f 753/3/171 743/1/147 742/3/148 +f 752/1/173 753/3/174 743/1/153 +f 742/3/152 743/1/153 753/3/174 +f 752/1/172 755/3/156 754/1/155 +f 755/3/156 752/1/172 753/3/171 +f 754/1/157 755/3/158 752/1/173 +f 753/3/174 752/1/173 755/3/158 +f 753/3/171 740/3/150 755/3/156 +f 740/3/150 753/3/171 742/3/148 +f 755/3/158 740/3/154 753/3/174 +f 742/3/152 753/3/174 740/3/154 +f 755/3/156 741/1/149 754/1/155 +f 741/1/149 755/3/156 740/3/150 +f 754/1/157 741/1/151 755/3/158 +f 740/3/154 755/3/158 741/1/151 +f 758/3/168 757/1/159 756/1/177 +f 757/1/159 758/3/168 759/3/161 +f 756/1/178 757/1/165 758/3/170 +f 759/3/163 758/3/170 757/1/165 +f 762/1/147 761/5/171 760/1/172 +f 761/5/171 762/1/147 763/5/148 +f 760/1/173 761/5/174 762/1/153 +f 763/5/152 762/1/153 761/5/174 +f 766/3/117 765/1/116 764/1/115 +f 765/1/116 766/3/117 767/3/118 +f 764/1/121 765/1/120 766/3/119 +f 767/3/122 766/3/119 765/1/120 +f 769/3/167 756/1/177 768/1/175 +f 756/1/177 769/3/167 758/3/168 +f 768/1/176 756/1/178 769/3/169 +f 758/3/170 769/3/169 756/1/178 +f 772/5/156 771/1/149 770/1/155 +f 771/1/149 772/5/156 773/5/150 +f 770/1/157 771/1/151 772/5/158 +f 773/5/154 772/5/158 771/1/151 +f 776/3/377 775/3/376 774/3/375 +f 775/3/376 776/3/377 777/3/378 +f 774/3/381 775/3/380 776/3/379 +f 777/3/382 776/3/379 775/3/380 +f 778/1/160 769/3/167 768/1/175 +f 769/3/167 778/1/160 779/3/162 +f 768/1/176 769/3/169 778/1/164 +f 779/3/166 778/1/164 769/3/169 +f 781/3/101 766/3/117 780/3/102 +f 766/3/117 781/3/101 767/3/118 +f 780/3/106 766/3/119 781/3/103 +f 767/3/122 781/3/103 766/3/119 +f 765/1/116 781/3/101 782/1/99 +f 781/3/101 765/1/116 767/3/118 +f 782/1/105 781/3/103 765/1/120 +f 767/3/122 765/1/120 781/3/103 +f 781/3/101 783/1/100 782/1/99 +f 783/1/100 781/3/101 780/3/102 +f 782/1/105 783/1/104 781/3/103 +f 780/3/106 781/3/103 783/1/104 +f 777/3/378 785/1/384 784/1/383 +f 785/1/384 777/3/378 776/3/377 +f 784/1/386 785/1/385 777/3/382 +f 776/3/379 777/3/382 785/1/385 +f 780/3/102 764/1/115 783/1/100 +f 764/1/115 780/3/102 766/3/117 +f 783/1/104 764/1/121 780/3/106 +f 766/3/119 780/3/106 764/1/121 +f 769/3/167 759/3/161 758/3/168 +f 759/3/161 769/3/167 779/3/162 +f 758/3/170 759/3/163 769/3/169 +f 779/3/166 769/3/169 759/3/163 +f 786/1/387 777/3/378 784/1/383 +f 777/3/378 786/1/387 775/3/376 +f 784/1/386 777/3/382 786/1/388 +f 775/3/380 786/1/388 777/3/382 +f 763/5/148 771/1/149 773/5/150 +f 771/1/149 763/5/148 762/1/147 +f 773/5/154 771/1/151 763/5/152 +f 762/1/153 763/5/152 771/1/151 +f 774/3/375 786/1/387 787/1/389 +f 786/1/387 774/3/375 775/3/376 +f 787/1/390 786/1/388 774/3/381 +f 775/3/380 774/3/381 786/1/388 +f 760/1/172 772/5/156 770/1/155 +f 772/5/156 760/1/172 761/5/171 +f 770/1/157 772/5/158 760/1/173 +f 761/5/174 760/1/173 772/5/158 +f 761/5/171 773/5/150 772/5/156 +f 773/5/150 761/5/171 763/5/148 +f 772/5/158 773/5/154 761/5/174 +f 763/5/152 761/5/174 773/5/154 +f 776/3/377 787/1/389 785/1/384 +f 787/1/389 776/3/377 774/3/375 +f 785/1/385 787/1/390 776/3/379 +f 774/3/381 776/3/379 787/1/390 +f 759/3/161 778/1/160 757/1/159 +f 778/1/160 759/3/161 779/3/162 +f 757/1/165 778/1/164 759/3/163 +f 779/3/166 759/3/163 778/1/164 +f 790/5/156 789/1/149 788/1/155 +f 789/1/149 790/5/156 791/5/150 +f 788/1/157 789/1/151 790/5/158 +f 791/5/154 790/5/158 789/1/151 +f 792/5/171 791/5/150 790/5/156 +f 791/5/150 792/5/171 793/5/148 +f 790/5/158 791/5/154 792/5/174 +f 793/5/152 792/5/174 791/5/154 +f 795/1/147 792/5/171 794/1/172 +f 792/5/171 795/1/147 793/5/148 +f 794/1/173 792/5/174 795/1/153 +f 793/5/152 795/1/153 792/5/174 +f 794/1/172 790/5/156 788/1/155 +f 790/5/156 794/1/172 792/5/171 +f 788/1/157 790/5/158 794/1/173 +f 792/5/174 794/1/173 790/5/158 +f 793/5/148 789/1/149 791/5/150 +f 789/1/149 793/5/148 795/1/147 +f 791/5/154 789/1/151 793/5/152 +f 795/1/153 793/5/152 789/1/151 +f 798/5/124 797/1/107 796/1/129 +f 797/1/107 798/5/124 799/5/109 +f 796/1/130 797/1/113 798/5/126 +f 799/5/111 798/5/126 797/1/113 +f 797/1/107 801/5/110 800/1/108 +f 801/5/110 797/1/107 799/5/109 +f 800/1/112 801/5/114 797/1/113 +f 799/5/111 797/1/113 801/5/114 +f 801/5/110 802/1/127 800/1/108 +f 802/1/127 801/5/110 803/5/123 +f 800/1/112 802/1/128 801/5/114 +f 803/5/125 801/5/114 802/1/128 +f 803/5/123 796/1/129 802/1/127 +f 796/1/129 803/5/123 798/5/124 +f 802/1/128 796/1/130 803/5/125 +f 798/5/126 803/5/125 796/1/130 +f 803/5/123 799/5/109 798/5/124 +f 799/5/109 803/5/123 801/5/110 +f 798/5/126 799/5/111 803/5/125 +f 801/5/114 803/5/125 799/5/111 +f 806/5/123 805/5/109 804/5/124 +f 805/5/109 806/5/123 807/5/110 +f 804/5/126 805/5/111 806/5/125 +f 807/5/114 806/5/125 805/5/111 +f 807/5/110 809/1/127 808/1/108 +f 809/1/127 807/5/110 806/5/123 +f 808/1/112 809/1/128 807/5/114 +f 806/5/125 807/5/114 809/1/128 +f 806/5/123 810/1/129 809/1/127 +f 810/1/129 806/5/123 804/5/124 +f 809/1/128 810/1/130 806/5/125 +f 804/5/126 806/5/125 810/1/130 +f 804/5/124 811/1/107 810/1/129 +f 811/1/107 804/5/124 805/5/109 +f 810/1/130 811/1/113 804/5/126 +f 805/5/111 804/5/126 811/1/113 +f 811/1/107 807/5/110 808/1/108 +f 807/5/110 811/1/107 805/5/109 +f 808/1/112 807/5/114 811/1/113 +f 805/5/111 811/1/113 807/5/114 +f 814/3/393 813/1/392 812/1/391 +f 813/1/392 814/3/393 815/3/394 +f 812/1/397 813/1/396 814/3/395 +f 815/3/398 814/3/395 813/1/396 +f 818/3/401 817/3/400 816/3/399 +f 817/3/400 818/3/401 819/3/402 +f 816/3/405 817/3/404 818/3/403 +f 819/3/406 818/3/403 817/3/404 +f 816/3/399 821/1/408 820/1/407 +f 821/1/408 816/3/399 817/3/400 +f 820/1/410 821/1/409 816/3/405 +f 817/3/404 816/3/405 821/1/409 +f 818/3/401 820/1/407 822/1/411 +f 820/1/407 818/3/401 816/3/399 +f 822/1/412 820/1/410 818/3/403 +f 816/3/405 818/3/403 820/1/410 +f 825/1/107 824/2/110 823/1/108 +f 824/2/110 825/1/107 826/2/109 +f 823/1/112 824/2/114 825/1/113 +f 826/2/111 825/1/113 824/2/114 +f 828/2/124 825/1/107 827/1/129 +f 825/1/107 828/2/124 826/2/109 +f 827/1/130 825/1/113 828/2/126 +f 826/2/111 828/2/126 825/1/113 +f 830/3/414 812/1/391 829/1/413 +f 812/1/391 830/3/414 814/3/393 +f 829/1/416 812/1/397 830/3/415 +f 814/3/395 830/3/415 812/1/397 +f 832/1/418 815/3/394 831/3/417 +f 815/3/394 832/1/418 813/1/392 +f 831/3/420 815/3/398 832/1/419 +f 813/1/396 832/1/419 815/3/398 +f 833/1/421 818/3/401 822/1/411 +f 818/3/401 833/1/421 819/3/402 +f 822/1/412 818/3/403 833/1/422 +f 819/3/406 833/1/422 818/3/403 +f 834/2/123 826/2/109 828/2/124 +f 826/2/109 834/2/123 824/2/110 +f 828/2/126 826/2/111 834/2/125 +f 824/2/114 834/2/125 826/2/111 +f 834/2/123 827/1/129 835/1/127 +f 827/1/129 834/2/123 828/2/124 +f 835/1/128 827/1/130 834/2/125 +f 828/2/126 834/2/125 827/1/130 +f 817/3/400 833/1/421 821/1/408 +f 833/1/421 817/3/400 819/3/402 +f 821/1/409 833/1/422 817/3/404 +f 819/3/406 817/3/404 833/1/422 +f 824/2/110 835/1/127 823/1/108 +f 835/1/127 824/2/110 834/2/123 +f 823/1/112 835/1/128 824/2/114 +f 834/2/125 824/2/114 835/1/128 +f 831/3/417 814/3/393 830/3/414 +f 814/3/393 831/3/417 815/3/394 +f 830/3/415 814/3/395 831/3/420 +f 815/3/398 831/3/420 814/3/395 +f 832/1/418 830/3/414 829/1/413 +f 830/3/414 832/1/418 831/3/417 +f 829/1/416 830/3/415 832/1/419 +f 831/3/420 832/1/419 830/3/415 +f 700/1/81 710/1/81 707/1/81 +f 710/1/81 700/1/81 261/1/81 +f 707/1/82 710/1/82 700/1/82 +f 261/1/82 700/1/82 710/1/82 +f 838/4/82 837/4/82 836/4/82 +f 839/4/82 836/4/82 837/4/82 +f 840/4/82 839/4/82 837/4/82 +f 841/4/82 839/4/82 840/4/82 +f 842/4/82 841/4/82 840/4/82 +f 843/4/82 841/4/82 842/4/82 +f 836/4/423 844/1/423 838/4/309 +f 845/1/309 838/4/309 844/1/423 +f 846/1/308 844/1/424 839/4/308 +f 836/4/424 839/4/308 844/1/424 +f 847/1/425 846/1/308 841/4/425 +f 839/4/308 841/4/425 846/1/308 +f 847/1/426 841/4/426 848/1/310 +f 843/4/310 848/1/310 841/4/426 +f 848/1/310 843/4/310 849/1/427 +f 842/4/427 849/1/427 843/4/310 +f 850/1/307 849/1/428 840/4/307 +f 842/4/428 840/4/307 849/1/428 +f 851/1/429 850/1/307 837/4/429 +f 840/4/307 837/4/429 850/1/307 +f 838/4/309 845/1/309 837/4/430 +f 851/1/430 837/4/430 845/1/309 +f 854/3/393 853/1/392 852/1/391 +f 853/1/392 854/3/393 855/3/394 +f 852/1/397 853/1/396 854/3/395 +f 855/3/398 854/3/395 853/1/396 +f 858/3/377 857/3/376 856/3/375 +f 857/3/376 858/3/377 859/3/378 +f 856/3/381 857/3/380 858/3/379 +f 859/3/382 858/3/379 857/3/380 +f 861/3/417 854/3/393 860/3/414 +f 854/3/393 861/3/417 855/3/394 +f 860/3/415 854/3/395 861/3/420 +f 855/3/398 861/3/420 854/3/395 +f 864/1/107 863/2/110 862/1/108 +f 863/2/110 864/1/107 865/2/109 +f 862/1/112 863/2/114 864/1/113 +f 865/2/111 864/1/113 863/2/114 +f 867/2/123 865/2/109 866/2/124 +f 865/2/109 867/2/123 863/2/110 +f 866/2/126 865/2/111 867/2/125 +f 863/2/114 867/2/125 865/2/111 +f 866/2/124 864/1/107 868/1/129 +f 864/1/107 866/2/124 865/2/109 +f 868/1/130 864/1/113 866/2/126 +f 865/2/111 866/2/126 864/1/113 +f 860/3/414 852/1/391 869/1/413 +f 852/1/391 860/3/414 854/3/393 +f 869/1/416 852/1/397 860/3/415 +f 854/3/395 860/3/415 852/1/397 +f 870/1/418 855/3/394 861/3/417 +f 855/3/394 870/1/418 853/1/392 +f 861/3/420 855/3/398 870/1/419 +f 853/1/396 870/1/419 855/3/398 +f 873/5/171 872/5/150 871/5/156 +f 872/5/150 873/5/171 874/5/148 +f 871/5/158 872/5/154 873/5/174 +f 874/5/152 873/5/174 872/5/154 +f 874/5/148 875/1/149 872/5/150 +f 875/1/149 874/5/148 876/1/147 +f 872/5/154 875/1/151 874/5/152 +f 876/1/153 874/5/152 875/1/151 +f 878/1/172 871/5/156 877/1/155 +f 871/5/156 878/1/172 873/5/171 +f 877/1/157 871/5/158 878/1/173 +f 873/5/174 878/1/173 871/5/158 +f 876/1/147 873/5/171 878/1/172 +f 873/5/171 876/1/147 874/5/148 +f 878/1/173 873/5/174 876/1/153 +f 874/5/152 876/1/153 873/5/174 +f 880/1/387 859/3/378 879/1/383 +f 859/3/378 880/1/387 857/3/376 +f 879/1/386 859/3/382 880/1/388 +f 857/3/380 880/1/388 859/3/382 +f 859/3/378 881/1/384 879/1/383 +f 881/1/384 859/3/378 858/3/377 +f 879/1/386 881/1/385 859/3/382 +f 858/3/379 859/3/382 881/1/385 +f 856/3/375 880/1/387 882/1/389 +f 880/1/387 856/3/375 857/3/376 +f 882/1/390 880/1/388 856/3/381 +f 857/3/380 856/3/381 880/1/388 +f 885/5/110 884/1/127 883/1/108 +f 884/1/127 885/5/110 886/5/123 +f 883/1/112 884/1/128 885/5/114 +f 886/5/125 885/5/114 884/1/128 +f 858/3/377 882/1/389 881/1/384 +f 882/1/389 858/3/377 856/3/375 +f 881/1/385 882/1/390 858/3/379 +f 856/3/381 858/3/379 882/1/390 +f 886/5/123 888/5/109 887/5/124 +f 888/5/109 886/5/123 885/5/110 +f 887/5/126 888/5/111 886/5/125 +f 885/5/114 886/5/125 888/5/111 +f 867/2/123 868/1/129 889/1/127 +f 868/1/129 867/2/123 866/2/124 +f 889/1/128 868/1/130 867/2/125 +f 866/2/126 867/2/125 868/1/130 +f 887/5/124 891/1/107 890/1/129 +f 891/1/107 887/5/124 888/5/109 +f 890/1/130 891/1/113 887/5/126 +f 888/5/111 887/5/126 891/1/113 +f 871/5/156 875/1/149 877/1/155 +f 875/1/149 871/5/156 872/5/150 +f 877/1/157 875/1/151 871/5/158 +f 872/5/154 871/5/158 875/1/151 +f 863/2/110 889/1/127 862/1/108 +f 889/1/127 863/2/110 867/2/123 +f 862/1/112 889/1/128 863/2/114 +f 867/2/125 863/2/114 889/1/128 +f 886/5/123 890/1/129 884/1/127 +f 890/1/129 886/5/123 887/5/124 +f 884/1/128 890/1/130 886/5/125 +f 887/5/126 886/5/125 890/1/130 +f 870/1/418 860/3/414 869/1/413 +f 860/3/414 870/1/418 861/3/417 +f 869/1/416 860/3/415 870/1/419 +f 861/3/420 870/1/419 860/3/415 +f 894/5/110 893/1/127 892/1/108 +f 893/1/127 894/5/110 895/5/123 +f 892/1/112 893/1/128 894/5/114 +f 895/5/125 894/5/114 893/1/128 +f 891/1/107 885/5/110 883/1/108 +f 885/5/110 891/1/107 888/5/109 +f 883/1/112 885/5/114 891/1/113 +f 888/5/111 891/1/113 885/5/114 +f 895/5/123 897/5/109 896/5/124 +f 897/5/109 895/5/123 894/5/110 +f 896/5/126 897/5/111 895/5/125 +f 894/5/114 895/5/125 897/5/111 +f 898/1/107 894/5/110 892/1/108 +f 894/5/110 898/1/107 897/5/109 +f 892/1/112 894/5/114 898/1/113 +f 897/5/111 898/1/113 894/5/114 +f 895/5/123 899/1/129 893/1/127 +f 899/1/129 895/5/123 896/5/124 +f 893/1/128 899/1/130 895/5/125 +f 896/5/126 895/5/125 899/1/130 +f 896/5/124 898/1/107 899/1/129 +f 898/1/107 896/5/124 897/5/109 +f 899/1/130 898/1/113 896/5/126 +f 897/5/111 896/5/126 898/1/113 +f 902/3/401 901/3/400 900/3/399 +f 901/3/400 902/3/401 903/3/402 +f 900/3/405 901/3/404 902/3/403 +f 903/3/406 902/3/403 901/3/404 +f 900/3/399 905/1/408 904/1/407 +f 905/1/408 900/3/399 901/3/400 +f 904/1/410 905/1/409 900/3/405 +f 901/3/404 900/3/405 905/1/409 +f 902/3/401 904/1/407 906/1/411 +f 904/1/407 902/3/401 900/3/399 +f 906/1/412 904/1/410 902/3/403 +f 900/3/405 902/3/403 904/1/410 +f 901/3/400 907/1/421 905/1/408 +f 907/1/421 901/3/400 903/3/402 +f 905/1/409 907/1/422 901/3/404 +f 903/3/406 901/3/404 907/1/422 +f 907/1/421 902/3/401 906/1/411 +f 902/3/401 907/1/421 903/3/402 +f 906/1/412 902/3/403 907/1/422 +f 903/3/406 907/1/422 902/3/403 +f 910/1/160 909/3/167 908/1/175 +f 909/3/167 910/1/160 911/3/162 +f 908/1/176 909/3/169 910/1/164 +f 911/3/166 910/1/164 909/3/169 +f 909/3/167 913/3/161 912/3/168 +f 913/3/161 909/3/167 911/3/162 +f 912/3/170 913/3/163 909/3/169 +f 911/3/166 909/3/169 913/3/163 +f 909/3/167 914/1/177 908/1/175 +f 914/1/177 909/3/167 912/3/168 +f 908/1/176 914/1/178 909/3/169 +f 912/3/170 909/3/169 914/1/178 +f 913/3/161 910/1/160 915/1/159 +f 910/1/160 913/3/161 911/3/162 +f 915/1/165 910/1/164 913/3/163 +f 911/3/166 913/3/163 910/1/164 +f 912/3/168 915/1/159 914/1/177 +f 915/1/159 912/3/168 913/3/161 +f 914/1/178 915/1/165 912/3/170 +f 913/3/163 912/3/170 915/1/165 +f 918/5/171 917/5/150 916/5/156 +f 917/5/150 918/5/171 919/5/148 +f 916/5/158 917/5/154 918/5/174 +f 919/5/152 918/5/174 917/5/154 +f 919/5/148 920/1/149 917/5/150 +f 920/1/149 919/5/148 921/1/147 +f 917/5/154 920/1/151 919/5/152 +f 921/1/153 919/5/152 920/1/151 +f 924/3/101 923/3/117 922/3/102 +f 923/3/117 924/3/101 925/3/118 +f 922/3/106 923/3/119 924/3/103 +f 925/3/122 924/3/103 923/3/119 +f 922/3/102 927/1/115 926/1/100 +f 927/1/115 922/3/102 923/3/117 +f 926/1/104 927/1/121 922/3/106 +f 923/3/119 922/3/106 927/1/121 +f 916/5/156 920/1/149 928/1/155 +f 920/1/149 916/5/156 917/5/150 +f 928/1/157 920/1/151 916/5/158 +f 917/5/154 916/5/158 920/1/151 +f 921/1/147 918/5/171 929/1/172 +f 918/5/171 921/1/147 919/5/148 +f 929/1/173 918/5/174 921/1/153 +f 919/5/152 921/1/153 918/5/174 +f 923/3/117 930/1/116 927/1/115 +f 930/1/116 923/3/117 925/3/118 +f 927/1/121 930/1/120 923/3/119 +f 925/3/122 923/3/119 930/1/120 +f 924/3/101 926/1/100 931/1/99 +f 926/1/100 924/3/101 922/3/102 +f 931/1/105 926/1/104 924/3/103 +f 922/3/106 924/3/103 926/1/104 +f 930/1/116 924/3/101 931/1/99 +f 924/3/101 930/1/116 925/3/118 +f 931/1/105 924/3/103 930/1/120 +f 925/3/122 930/1/120 924/3/103 +f 929/1/172 916/5/156 928/1/155 +f 916/5/156 929/1/172 918/5/171 +f 928/1/157 916/5/158 929/1/173 +f 918/5/174 929/1/173 916/5/158 +f 704/1/81 255/1/81 710/1/81 +f 255/1/81 704/1/81 705/1/81 +f 710/1/82 255/1/82 704/1/82 +f 705/1/82 704/1/82 255/1/82 +f 934/3/393 933/1/392 932/1/391 +f 933/1/392 934/3/393 935/3/394 +f 932/1/397 933/1/396 934/3/395 +f 935/3/398 934/3/395 933/1/396 +f 938/3/377 937/3/376 936/3/375 +f 937/3/376 938/3/377 939/3/378 +f 936/3/381 937/3/380 938/3/379 +f 939/3/382 938/3/379 937/3/380 +f 941/3/417 934/3/393 940/3/414 +f 934/3/393 941/3/417 935/3/394 +f 940/3/415 934/3/395 941/3/420 +f 935/3/398 941/3/420 934/3/395 +f 944/1/107 943/2/110 942/1/108 +f 943/2/110 944/1/107 945/2/109 +f 942/1/112 943/2/114 944/1/113 +f 945/2/111 944/1/113 943/2/114 +f 947/2/123 945/2/109 946/2/124 +f 945/2/109 947/2/123 943/2/110 +f 946/2/126 945/2/111 947/2/125 +f 943/2/114 947/2/125 945/2/111 +f 946/2/124 944/1/107 948/1/129 +f 944/1/107 946/2/124 945/2/109 +f 948/1/130 944/1/113 946/2/126 +f 945/2/111 946/2/126 944/1/113 +f 940/3/414 932/1/391 949/1/413 +f 932/1/391 940/3/414 934/3/393 +f 949/1/416 932/1/397 940/3/415 +f 934/3/395 940/3/415 932/1/397 +f 950/1/418 935/3/394 941/3/417 +f 935/3/394 950/1/418 933/1/392 +f 941/3/420 935/3/398 950/1/419 +f 933/1/396 950/1/419 935/3/398 +f 953/5/171 952/5/150 951/5/156 +f 952/5/150 953/5/171 954/5/148 +f 951/5/158 952/5/154 953/5/174 +f 954/5/152 953/5/174 952/5/154 +f 954/5/148 955/1/149 952/5/150 +f 955/1/149 954/5/148 956/1/147 +f 952/5/154 955/1/151 954/5/152 +f 956/1/153 954/5/152 955/1/151 +f 958/1/172 951/5/156 957/1/155 +f 951/5/156 958/1/172 953/5/171 +f 957/1/157 951/5/158 958/1/173 +f 953/5/174 958/1/173 951/5/158 +f 956/1/147 953/5/171 958/1/172 +f 953/5/171 956/1/147 954/5/148 +f 958/1/173 953/5/174 956/1/153 +f 954/5/152 956/1/153 953/5/174 +f 960/1/387 939/3/378 959/1/383 +f 939/3/378 960/1/387 937/3/376 +f 959/1/386 939/3/382 960/1/388 +f 937/3/380 960/1/388 939/3/382 +f 939/3/378 961/1/384 959/1/383 +f 961/1/384 939/3/378 938/3/377 +f 959/1/386 961/1/385 939/3/382 +f 938/3/379 939/3/382 961/1/385 +f 936/3/375 960/1/387 962/1/389 +f 960/1/387 936/3/375 937/3/376 +f 962/1/390 960/1/388 936/3/381 +f 937/3/380 936/3/381 960/1/388 +f 965/5/110 964/1/127 963/1/108 +f 964/1/127 965/5/110 966/5/123 +f 963/1/112 964/1/128 965/5/114 +f 966/5/125 965/5/114 964/1/128 +f 938/3/377 962/1/389 961/1/384 +f 962/1/389 938/3/377 936/3/375 +f 961/1/385 962/1/390 938/3/379 +f 936/3/381 938/3/379 962/1/390 +f 966/5/123 968/5/109 967/5/124 +f 968/5/109 966/5/123 965/5/110 +f 967/5/126 968/5/111 966/5/125 +f 965/5/114 966/5/125 968/5/111 +f 947/2/123 948/1/129 969/1/127 +f 948/1/129 947/2/123 946/2/124 +f 969/1/128 948/1/130 947/2/125 +f 946/2/126 947/2/125 948/1/130 +f 967/5/124 971/1/107 970/1/129 +f 971/1/107 967/5/124 968/5/109 +f 970/1/130 971/1/113 967/5/126 +f 968/5/111 967/5/126 971/1/113 +f 951/5/156 955/1/149 957/1/155 +f 955/1/149 951/5/156 952/5/150 +f 957/1/157 955/1/151 951/5/158 +f 952/5/154 951/5/158 955/1/151 +f 943/2/110 969/1/127 942/1/108 +f 969/1/127 943/2/110 947/2/123 +f 942/1/112 969/1/128 943/2/114 +f 947/2/125 943/2/114 969/1/128 +f 966/5/123 970/1/129 964/1/127 +f 970/1/129 966/5/123 967/5/124 +f 964/1/128 970/1/130 966/5/125 +f 967/5/126 966/5/125 970/1/130 +f 950/1/418 940/3/414 949/1/413 +f 940/3/414 950/1/418 941/3/417 +f 949/1/416 940/3/415 950/1/419 +f 941/3/420 950/1/419 940/3/415 +f 974/5/110 973/1/127 972/1/108 +f 973/1/127 974/5/110 975/5/123 +f 972/1/112 973/1/128 974/5/114 +f 975/5/125 974/5/114 973/1/128 +f 971/1/107 965/5/110 963/1/108 +f 965/5/110 971/1/107 968/5/109 +f 963/1/112 965/5/114 971/1/113 +f 968/5/111 971/1/113 965/5/114 +f 975/5/123 977/5/109 976/5/124 +f 977/5/109 975/5/123 974/5/110 +f 976/5/126 977/5/111 975/5/125 +f 974/5/114 975/5/125 977/5/111 +f 978/1/107 974/5/110 972/1/108 +f 974/5/110 978/1/107 977/5/109 +f 972/1/112 974/5/114 978/1/113 +f 977/5/111 978/1/113 974/5/114 +f 975/5/123 979/1/129 973/1/127 +f 979/1/129 975/5/123 976/5/124 +f 973/1/128 979/1/130 975/5/125 +f 976/5/126 975/5/125 979/1/130 +f 976/5/124 978/1/107 979/1/129 +f 978/1/107 976/5/124 977/5/109 +f 979/1/130 978/1/113 976/5/126 +f 977/5/111 976/5/126 978/1/113 +f 982/3/401 981/3/400 980/3/399 +f 981/3/400 982/3/401 983/3/402 +f 980/3/405 981/3/404 982/3/403 +f 983/3/406 982/3/403 981/3/404 +f 980/3/399 985/1/408 984/1/407 +f 985/1/408 980/3/399 981/3/400 +f 984/1/410 985/1/409 980/3/405 +f 981/3/404 980/3/405 985/1/409 +f 982/3/401 984/1/407 986/1/411 +f 984/1/407 982/3/401 980/3/399 +f 986/1/412 984/1/410 982/3/403 +f 980/3/405 982/3/403 984/1/410 +f 981/3/400 987/1/421 985/1/408 +f 987/1/421 981/3/400 983/3/402 +f 985/1/409 987/1/422 981/3/404 +f 983/3/406 981/3/404 987/1/422 +f 987/1/421 982/3/401 986/1/411 +f 982/3/401 987/1/421 983/3/402 +f 986/1/412 982/3/403 987/1/422 +f 983/3/406 987/1/422 982/3/403 +f 990/1/160 989/3/167 988/1/175 +f 989/3/167 990/1/160 991/3/162 +f 988/1/176 989/3/169 990/1/164 +f 991/3/166 990/1/164 989/3/169 +f 989/3/167 993/3/161 992/3/168 +f 993/3/161 989/3/167 991/3/162 +f 992/3/170 993/3/163 989/3/169 +f 991/3/166 989/3/169 993/3/163 +f 989/3/167 994/1/177 988/1/175 +f 994/1/177 989/3/167 992/3/168 +f 988/1/176 994/1/178 989/3/169 +f 992/3/170 989/3/169 994/1/178 +f 993/3/161 990/1/160 995/1/159 +f 990/1/160 993/3/161 991/3/162 +f 995/1/165 990/1/164 993/3/163 +f 991/3/166 993/3/163 990/1/164 +f 992/3/168 995/1/159 994/1/177 +f 995/1/159 992/3/168 993/3/161 +f 994/1/178 995/1/165 992/3/170 +f 993/3/163 992/3/170 995/1/165 +f 998/5/171 997/5/150 996/5/156 +f 997/5/150 998/5/171 999/5/148 +f 996/5/158 997/5/154 998/5/174 +f 999/5/152 998/5/174 997/5/154 +f 999/5/148 1000/1/149 997/5/150 +f 1000/1/149 999/5/148 1001/1/147 +f 997/5/154 1000/1/151 999/5/152 +f 1001/1/153 999/5/152 1000/1/151 +f 1004/3/101 1003/3/117 1002/3/102 +f 1003/3/117 1004/3/101 1005/3/118 +f 1002/3/106 1003/3/119 1004/3/103 +f 1005/3/122 1004/3/103 1003/3/119 +f 1002/3/102 1007/1/115 1006/1/100 +f 1007/1/115 1002/3/102 1003/3/117 +f 1006/1/104 1007/1/121 1002/3/106 +f 1003/3/119 1002/3/106 1007/1/121 +f 996/5/156 1000/1/149 1008/1/155 +f 1000/1/149 996/5/156 997/5/150 +f 1008/1/157 1000/1/151 996/5/158 +f 997/5/154 996/5/158 1000/1/151 +f 1001/1/147 998/5/171 1009/1/172 +f 998/5/171 1001/1/147 999/5/148 +f 1009/1/173 998/5/174 1001/1/153 +f 999/5/152 1001/1/153 998/5/174 +f 1003/3/117 1010/1/116 1007/1/115 +f 1010/1/116 1003/3/117 1005/3/118 +f 1007/1/121 1010/1/120 1003/3/119 +f 1005/3/122 1003/3/119 1010/1/120 +f 1004/3/101 1006/1/100 1011/1/99 +f 1006/1/100 1004/3/101 1002/3/102 +f 1011/1/105 1006/1/104 1004/3/103 +f 1002/3/106 1004/3/103 1006/1/104 +f 1010/1/116 1004/3/101 1011/1/99 +f 1004/3/101 1010/1/116 1005/3/118 +f 1011/1/105 1004/3/103 1010/1/120 +f 1005/3/122 1010/1/120 1004/3/103 +f 1009/1/172 996/5/156 1008/1/155 +f 996/5/156 1009/1/172 998/5/171 +f 1008/1/157 996/5/158 1009/1/173 +f 998/5/174 1009/1/173 996/5/158 +f 702/1/81 715/1/81 714/1/81 +f 715/1/81 702/1/81 700/1/81 +f 714/1/82 715/1/82 702/1/82 +f 700/1/82 702/1/82 715/1/82 +f 1014/3/393 1013/1/392 1012/1/391 +f 1013/1/392 1014/3/393 1015/3/394 +f 1012/1/397 1013/1/396 1014/3/395 +f 1015/3/398 1014/3/395 1013/1/396 +f 1018/3/377 1017/3/376 1016/3/375 +f 1017/3/376 1018/3/377 1019/3/378 +f 1016/3/381 1017/3/380 1018/3/379 +f 1019/3/382 1018/3/379 1017/3/380 +f 1021/3/417 1014/3/393 1020/3/414 +f 1014/3/393 1021/3/417 1015/3/394 +f 1020/3/415 1014/3/395 1021/3/420 +f 1015/3/398 1021/3/420 1014/3/395 +f 1024/1/107 1023/2/110 1022/1/108 +f 1023/2/110 1024/1/107 1025/2/109 +f 1022/1/112 1023/2/114 1024/1/113 +f 1025/2/111 1024/1/113 1023/2/114 +f 1027/2/123 1025/2/109 1026/2/124 +f 1025/2/109 1027/2/123 1023/2/110 +f 1026/2/126 1025/2/111 1027/2/125 +f 1023/2/114 1027/2/125 1025/2/111 +f 1026/2/124 1024/1/107 1028/1/129 +f 1024/1/107 1026/2/124 1025/2/109 +f 1028/1/130 1024/1/113 1026/2/126 +f 1025/2/111 1026/2/126 1024/1/113 +f 1020/3/414 1012/1/391 1029/1/413 +f 1012/1/391 1020/3/414 1014/3/393 +f 1029/1/416 1012/1/397 1020/3/415 +f 1014/3/395 1020/3/415 1012/1/397 +f 1030/1/418 1015/3/394 1021/3/417 +f 1015/3/394 1030/1/418 1013/1/392 +f 1021/3/420 1015/3/398 1030/1/419 +f 1013/1/396 1030/1/419 1015/3/398 +f 1033/5/171 1032/5/150 1031/5/156 +f 1032/5/150 1033/5/171 1034/5/148 +f 1031/5/158 1032/5/154 1033/5/174 +f 1034/5/152 1033/5/174 1032/5/154 +f 1034/5/148 1035/1/149 1032/5/150 +f 1035/1/149 1034/5/148 1036/1/147 +f 1032/5/154 1035/1/151 1034/5/152 +f 1036/1/153 1034/5/152 1035/1/151 +f 1038/1/172 1031/5/156 1037/1/155 +f 1031/5/156 1038/1/172 1033/5/171 +f 1037/1/157 1031/5/158 1038/1/173 +f 1033/5/174 1038/1/173 1031/5/158 +f 1036/1/147 1033/5/171 1038/1/172 +f 1033/5/171 1036/1/147 1034/5/148 +f 1038/1/173 1033/5/174 1036/1/153 +f 1034/5/152 1036/1/153 1033/5/174 +f 1040/1/387 1019/3/378 1039/1/383 +f 1019/3/378 1040/1/387 1017/3/376 +f 1039/1/386 1019/3/382 1040/1/388 +f 1017/3/380 1040/1/388 1019/3/382 +f 1019/3/378 1041/1/384 1039/1/383 +f 1041/1/384 1019/3/378 1018/3/377 +f 1039/1/386 1041/1/385 1019/3/382 +f 1018/3/379 1019/3/382 1041/1/385 +f 1016/3/375 1040/1/387 1042/1/389 +f 1040/1/387 1016/3/375 1017/3/376 +f 1042/1/390 1040/1/388 1016/3/381 +f 1017/3/380 1016/3/381 1040/1/388 +f 1045/5/110 1044/1/127 1043/1/108 +f 1044/1/127 1045/5/110 1046/5/123 +f 1043/1/112 1044/1/128 1045/5/114 +f 1046/5/125 1045/5/114 1044/1/128 +f 1018/3/377 1042/1/389 1041/1/384 +f 1042/1/389 1018/3/377 1016/3/375 +f 1041/1/385 1042/1/390 1018/3/379 +f 1016/3/381 1018/3/379 1042/1/390 +f 1046/5/123 1048/5/109 1047/5/124 +f 1048/5/109 1046/5/123 1045/5/110 +f 1047/5/126 1048/5/111 1046/5/125 +f 1045/5/114 1046/5/125 1048/5/111 +f 1027/2/123 1028/1/129 1049/1/127 +f 1028/1/129 1027/2/123 1026/2/124 +f 1049/1/128 1028/1/130 1027/2/125 +f 1026/2/126 1027/2/125 1028/1/130 +f 1047/5/124 1051/1/107 1050/1/129 +f 1051/1/107 1047/5/124 1048/5/109 +f 1050/1/130 1051/1/113 1047/5/126 +f 1048/5/111 1047/5/126 1051/1/113 +f 1031/5/156 1035/1/149 1037/1/155 +f 1035/1/149 1031/5/156 1032/5/150 +f 1037/1/157 1035/1/151 1031/5/158 +f 1032/5/154 1031/5/158 1035/1/151 +f 1023/2/110 1049/1/127 1022/1/108 +f 1049/1/127 1023/2/110 1027/2/123 +f 1022/1/112 1049/1/128 1023/2/114 +f 1027/2/125 1023/2/114 1049/1/128 +f 1046/5/123 1050/1/129 1044/1/127 +f 1050/1/129 1046/5/123 1047/5/124 +f 1044/1/128 1050/1/130 1046/5/125 +f 1047/5/126 1046/5/125 1050/1/130 +f 1030/1/418 1020/3/414 1029/1/413 +f 1020/3/414 1030/1/418 1021/3/417 +f 1029/1/416 1020/3/415 1030/1/419 +f 1021/3/420 1030/1/419 1020/3/415 +f 1054/5/110 1053/1/127 1052/1/108 +f 1053/1/127 1054/5/110 1055/5/123 +f 1052/1/112 1053/1/128 1054/5/114 +f 1055/5/125 1054/5/114 1053/1/128 +f 1051/1/107 1045/5/110 1043/1/108 +f 1045/5/110 1051/1/107 1048/5/109 +f 1043/1/112 1045/5/114 1051/1/113 +f 1048/5/111 1051/1/113 1045/5/114 +f 1055/5/123 1057/5/109 1056/5/124 +f 1057/5/109 1055/5/123 1054/5/110 +f 1056/5/126 1057/5/111 1055/5/125 +f 1054/5/114 1055/5/125 1057/5/111 +f 1058/1/107 1054/5/110 1052/1/108 +f 1054/5/110 1058/1/107 1057/5/109 +f 1052/1/112 1054/5/114 1058/1/113 +f 1057/5/111 1058/1/113 1054/5/114 +f 1055/5/123 1059/1/129 1053/1/127 +f 1059/1/129 1055/5/123 1056/5/124 +f 1053/1/128 1059/1/130 1055/5/125 +f 1056/5/126 1055/5/125 1059/1/130 +f 1056/5/124 1058/1/107 1059/1/129 +f 1058/1/107 1056/5/124 1057/5/109 +f 1059/1/130 1058/1/113 1056/5/126 +f 1057/5/111 1056/5/126 1058/1/113 +f 1062/3/401 1061/3/400 1060/3/399 +f 1061/3/400 1062/3/401 1063/3/402 +f 1060/3/405 1061/3/404 1062/3/403 +f 1063/3/406 1062/3/403 1061/3/404 +f 1060/3/399 1065/1/408 1064/1/407 +f 1065/1/408 1060/3/399 1061/3/400 +f 1064/1/410 1065/1/409 1060/3/405 +f 1061/3/404 1060/3/405 1065/1/409 +f 1062/3/401 1064/1/407 1066/1/411 +f 1064/1/407 1062/3/401 1060/3/399 +f 1066/1/412 1064/1/410 1062/3/403 +f 1060/3/405 1062/3/403 1064/1/410 +f 1061/3/400 1067/1/421 1065/1/408 +f 1067/1/421 1061/3/400 1063/3/402 +f 1065/1/409 1067/1/422 1061/3/404 +f 1063/3/406 1061/3/404 1067/1/422 +f 1067/1/421 1062/3/401 1066/1/411 +f 1062/3/401 1067/1/421 1063/3/402 +f 1066/1/412 1062/3/403 1067/1/422 +f 1063/3/406 1067/1/422 1062/3/403 +f 1070/1/160 1069/3/167 1068/1/175 +f 1069/3/167 1070/1/160 1071/3/162 +f 1068/1/176 1069/3/169 1070/1/164 +f 1071/3/166 1070/1/164 1069/3/169 +f 1069/3/167 1073/3/161 1072/3/168 +f 1073/3/161 1069/3/167 1071/3/162 +f 1072/3/170 1073/3/163 1069/3/169 +f 1071/3/166 1069/3/169 1073/3/163 +f 1069/3/167 1074/1/177 1068/1/175 +f 1074/1/177 1069/3/167 1072/3/168 +f 1068/1/176 1074/1/178 1069/3/169 +f 1072/3/170 1069/3/169 1074/1/178 +f 1073/3/161 1070/1/160 1075/1/159 +f 1070/1/160 1073/3/161 1071/3/162 +f 1075/1/165 1070/1/164 1073/3/163 +f 1071/3/166 1073/3/163 1070/1/164 +f 1072/3/168 1075/1/159 1074/1/177 +f 1075/1/159 1072/3/168 1073/3/161 +f 1074/1/178 1075/1/165 1072/3/170 +f 1073/3/163 1072/3/170 1075/1/165 +f 1078/5/171 1077/5/150 1076/5/156 +f 1077/5/150 1078/5/171 1079/5/148 +f 1076/5/158 1077/5/154 1078/5/174 +f 1079/5/152 1078/5/174 1077/5/154 +f 1079/5/148 1080/1/149 1077/5/150 +f 1080/1/149 1079/5/148 1081/1/147 +f 1077/5/154 1080/1/151 1079/5/152 +f 1081/1/153 1079/5/152 1080/1/151 +f 1084/3/101 1083/3/117 1082/3/102 +f 1083/3/117 1084/3/101 1085/3/118 +f 1082/3/106 1083/3/119 1084/3/103 +f 1085/3/122 1084/3/103 1083/3/119 +f 1082/3/102 1087/1/115 1086/1/100 +f 1087/1/115 1082/3/102 1083/3/117 +f 1086/1/104 1087/1/121 1082/3/106 +f 1083/3/119 1082/3/106 1087/1/121 +f 1076/5/156 1080/1/149 1088/1/155 +f 1080/1/149 1076/5/156 1077/5/150 +f 1088/1/157 1080/1/151 1076/5/158 +f 1077/5/154 1076/5/158 1080/1/151 +f 1081/1/147 1078/5/171 1089/1/172 +f 1078/5/171 1081/1/147 1079/5/148 +f 1089/1/173 1078/5/174 1081/1/153 +f 1079/5/152 1081/1/153 1078/5/174 +f 1083/3/117 1090/1/116 1087/1/115 +f 1090/1/116 1083/3/117 1085/3/118 +f 1087/1/121 1090/1/120 1083/3/119 +f 1085/3/122 1083/3/119 1090/1/120 +f 1084/3/101 1086/1/100 1091/1/99 +f 1086/1/100 1084/3/101 1082/3/102 +f 1091/1/105 1086/1/104 1084/3/103 +f 1082/3/106 1084/3/103 1086/1/104 +f 1090/1/116 1084/3/101 1091/1/99 +f 1084/3/101 1090/1/116 1085/3/118 +f 1091/1/105 1084/3/103 1090/1/120 +f 1085/3/122 1090/1/120 1084/3/103 +f 1089/1/172 1076/5/156 1088/1/155 +f 1076/5/156 1089/1/172 1078/5/171 +f 1088/1/157 1076/5/158 1089/1/173 +f 1078/5/174 1089/1/173 1076/5/158 +f 257/1/81 261/1/81 701/1/81 +f 261/1/81 257/1/81 258/1/81 +f 701/1/82 261/1/82 257/1/82 +f 258/1/82 257/1/82 261/1/82 +f 262/1/81 711/1/81 705/1/81 +f 711/1/81 262/1/81 703/1/81 +f 705/1/82 711/1/82 262/1/82 +f 703/1/82 262/1/82 711/1/82 +f 1094/6/81 1093/6/81 1092/6/81 +f 1093/6/81 1094/6/81 1095/6/81 +f 1093/6/81 1095/6/81 1096/6/81 +f 1096/6/81 1095/6/81 1097/6/81 +f 1096/6/81 1097/6/81 1098/6/81 +f 1098/6/81 1097/6/81 1099/6/81 +f 1098/6/81 1099/6/81 1100/6/81 +f 1100/6/81 1099/6/81 1101/6/81 +f 1092/6/82 1093/6/82 1094/6/82 +f 1095/6/82 1094/6/82 1093/6/82 +f 1096/6/82 1095/6/82 1093/6/82 +f 1097/6/82 1095/6/82 1096/6/82 +f 1098/6/82 1097/6/82 1096/6/82 +f 1099/6/82 1097/6/82 1098/6/82 +f 1100/6/82 1099/6/82 1098/6/82 +f 1101/6/82 1099/6/82 1100/6/82 +f 1094/6/83 41/7/83 1102/7/83 +f 41/7/83 1094/6/83 1092/6/83 +f 1102/7/84 41/7/84 1094/6/84 +f 1092/6/84 1094/6/84 41/7/84 +f 1103/7/86 1094/6/85 1102/7/85 +f 1094/6/85 1103/7/86 1095/6/86 +f 1102/7/88 1094/6/88 1103/7/87 +f 1095/6/87 1103/7/87 1094/6/88 +f 1104/7/89 1095/6/86 1103/7/86 +f 1095/6/86 1104/7/89 1097/6/89 +f 1103/7/87 1095/6/87 1104/7/90 +f 1097/6/90 1104/7/90 1095/6/87 +f 1099/6/91 1104/7/89 1105/7/91 +f 1104/7/89 1099/6/91 1097/6/89 +f 1105/7/92 1104/7/90 1099/6/92 +f 1097/6/90 1099/6/92 1104/7/90 +f 1101/6/98 1105/7/91 1106/7/98 +f 1105/7/91 1101/6/98 1099/6/91 +f 1106/7/97 1105/7/92 1101/6/97 +f 1099/6/92 1101/6/97 1105/7/92 +f 49/7/95 1101/6/95 1106/7/95 +f 1101/6/95 49/7/95 1100/6/95 +f 1106/7/96 1101/6/96 49/7/96 +f 1100/6/96 49/7/96 1101/6/96 +f 1098/6/92 49/7/97 47/7/92 +f 49/7/97 1098/6/92 1100/6/97 +f 47/7/91 49/7/98 1098/6/91 +f 1100/6/98 1098/6/91 49/7/98 +f 1096/6/90 47/7/92 45/7/90 +f 47/7/92 1096/6/90 1098/6/92 +f 45/7/89 47/7/91 1096/6/89 +f 1098/6/91 1096/6/89 47/7/91 +f 1096/6/90 42/7/87 1093/6/87 +f 42/7/87 1096/6/90 45/7/90 +f 1093/6/86 42/7/86 1096/6/89 +f 45/7/89 1096/6/89 42/7/86 +f 1093/6/87 41/7/88 1092/6/88 +f 41/7/88 1093/6/87 42/7/87 +f 1092/6/85 41/7/85 1093/6/86 +f 42/7/86 1093/6/86 41/7/85 +f 1108/7/82 1107/7/82 61/7/82 +f 1107/7/82 1108/7/82 62/7/82 +f 1107/7/82 62/7/82 1109/7/82 +f 1109/7/82 62/7/82 1110/7/82 +f 1109/7/82 1110/7/82 1111/7/82 +f 1111/7/82 1110/7/82 1112/7/82 +f 1112/7/82 1110/7/82 64/7/82 +f 1112/7/82 64/7/82 1113/7/82 +f 61/7/81 1107/7/81 1108/7/81 +f 62/7/81 1108/7/81 1107/7/81 +f 1109/7/81 62/7/81 1107/7/81 +f 1110/7/81 62/7/81 1109/7/81 +f 1111/7/81 1110/7/81 1109/7/81 +f 1112/7/81 1110/7/81 1111/7/81 +f 64/7/81 1110/7/81 1112/7/81 +f 1113/7/81 64/7/81 1112/7/81 +f 1114/8/81 60/8/81 52/8/81 +f 60/8/81 1114/8/81 59/8/81 +f 59/8/81 1114/8/81 1115/8/81 +f 59/8/81 1115/8/81 58/8/81 +f 58/8/81 1115/8/81 1116/8/81 +f 58/8/81 1116/8/81 1117/8/81 +f 58/8/81 1117/8/81 57/8/81 +f 57/8/81 1117/8/81 1118/8/81 +f 52/8/82 60/8/82 1114/8/82 +f 59/8/82 1114/8/82 60/8/82 +f 1115/8/82 1114/8/82 59/8/82 +f 58/8/82 1115/8/82 59/8/82 +f 1116/8/82 1115/8/82 58/8/82 +f 1117/8/82 1116/8/82 58/8/82 +f 57/8/82 1117/8/82 58/8/82 +f 1118/8/82 1117/8/82 57/8/82 +f 1114/8/83 61/7/83 1107/7/83 +f 61/7/83 1114/8/83 52/8/83 +f 1107/7/84 61/7/84 1114/8/84 +f 52/8/84 1114/8/84 61/7/84 +f 1109/7/86 1114/8/85 1107/7/85 +f 1114/8/85 1109/7/86 1115/8/86 +f 1107/7/88 1114/8/88 1109/7/87 +f 1115/8/87 1109/7/87 1114/8/88 +f 1111/7/89 1115/8/86 1109/7/86 +f 1115/8/86 1111/7/89 1116/8/89 +f 1109/7/87 1115/8/87 1111/7/90 +f 1116/8/90 1111/7/90 1115/8/87 +f 1117/8/91 1111/7/89 1112/7/91 +f 1111/7/89 1117/8/91 1116/8/89 +f 1112/7/92 1111/7/90 1117/8/92 +f 1116/8/90 1117/8/92 1111/7/90 +f 1118/8/93 1112/7/91 1113/7/93 +f 1112/7/91 1118/8/93 1117/8/91 +f 1113/7/94 1112/7/92 1118/8/94 +f 1117/8/92 1118/8/94 1112/7/92 +f 64/7/95 1118/8/95 1113/7/95 +f 1118/8/95 64/7/95 57/8/95 +f 1113/7/96 1118/8/96 64/7/96 +f 57/8/96 64/7/96 1118/8/96 +f 58/8/92 64/7/97 1110/7/92 +f 64/7/97 58/8/92 57/8/97 +f 1110/7/91 64/7/98 58/8/91 +f 57/8/98 58/8/91 64/7/98 +f 59/8/90 1110/7/92 62/7/90 +f 1110/7/92 59/8/90 58/8/92 +f 62/7/89 1110/7/91 59/8/89 +f 58/8/91 59/8/89 1110/7/91 +f 59/8/90 1108/7/87 60/8/87 +f 1108/7/87 59/8/90 62/7/90 +f 60/8/86 1108/7/86 59/8/89 +f 62/7/89 59/8/89 1108/7/86 +f 60/8/87 61/7/88 52/8/88 +f 61/7/88 60/8/87 1108/7/87 +f 52/8/85 61/7/85 60/8/86 +f 1108/7/86 60/8/86 61/7/85 +f 1121/8/432 1120/7/431 1119/8/431 +f 1120/7/431 1121/8/432 1122/7/432 +f 1119/8/434 1120/7/434 1121/8/433 +f 1122/7/433 1121/8/433 1120/7/434 +f 1125/8/435 1124/7/436 1123/7/435 +f 1124/7/436 1125/8/435 1126/8/436 +f 1123/7/437 1124/7/438 1125/8/437 +f 1126/8/438 1125/8/437 1124/7/438 +f 1126/8/436 1127/7/439 1124/7/436 +f 1127/7/439 1126/8/436 1128/8/439 +f 1124/7/438 1127/7/440 1126/8/438 +f 1128/8/440 1126/8/438 1127/7/440 +f 1131/7/442 1130/8/441 1129/7/441 +f 1130/8/441 1131/7/442 1132/8/442 +f 1129/7/444 1130/8/444 1131/7/443 +f 1132/8/443 1131/7/443 1130/8/444 +f 1129/7/441 1125/8/435 1123/7/435 +f 1125/8/435 1129/7/441 1130/8/441 +f 1123/7/437 1125/8/437 1129/7/444 +f 1130/8/444 1129/7/444 1125/8/437 +f 1119/8/431 1127/7/439 1128/8/439 +f 1127/7/439 1119/8/431 1120/7/431 +f 1128/8/440 1127/7/440 1119/8/434 +f 1120/7/434 1119/8/434 1127/7/440 +f 1119/8/81 1132/8/81 1121/8/81 +f 1132/8/81 1119/8/81 1128/8/81 +f 1132/8/81 1128/8/81 1126/8/81 +f 1132/8/81 1126/8/81 1125/8/81 +f 1132/8/81 1125/8/81 1130/8/81 +f 1121/8/82 1132/8/82 1119/8/82 +f 1128/8/82 1119/8/82 1132/8/82 +f 1126/8/82 1128/8/82 1132/8/82 +f 1125/8/82 1126/8/82 1132/8/82 +f 1130/8/82 1125/8/82 1132/8/82 +f 1135/10/445 1134/9/446 1133/9/445 +f 1134/9/446 1135/10/445 1136/10/446 +f 1133/9/447 1134/9/448 1135/10/447 +f 1136/10/448 1135/10/447 1134/9/448 +f 1139/10/447 1138/9/448 1137/9/447 +f 1138/9/448 1139/10/447 1140/10/448 +f 1137/9/445 1138/9/446 1139/10/445 +f 1140/10/446 1139/10/445 1138/9/446 +f 1143/10/450 1142/9/449 1141/10/449 +f 1142/9/449 1143/10/450 1144/9/450 +f 1141/10/452 1142/9/452 1143/10/451 +f 1144/9/451 1143/10/451 1142/9/452 +f 1147/9/452 1146/10/451 1145/9/451 +f 1146/10/451 1147/9/452 1148/10/452 +f 1145/9/450 1146/10/450 1147/9/449 +f 1148/10/449 1147/9/449 1146/10/450 +f 1140/10/448 1147/9/452 1138/9/448 +f 1147/9/452 1140/10/448 1148/10/452 +f 1138/9/446 1147/9/449 1140/10/446 +f 1148/10/449 1140/10/446 1147/9/449 +f 1136/10/446 1142/9/449 1134/9/446 +f 1142/9/449 1136/10/446 1141/10/449 +f 1134/9/448 1142/9/452 1136/10/448 +f 1141/10/452 1136/10/448 1142/9/452 +f 1143/10/450 1137/9/447 1144/9/450 +f 1137/9/447 1143/10/450 1139/10/447 +f 1144/9/451 1137/9/445 1143/10/451 +f 1139/10/445 1143/10/451 1137/9/445 +f 1146/10/451 1133/9/445 1145/9/451 +f 1133/9/445 1146/10/451 1135/10/445 +f 1145/9/450 1133/9/447 1146/10/450 +f 1135/10/447 1146/10/450 1133/9/447 +f 1136/10/453 1143/10/453 1141/10/453 +f 1143/10/453 1136/10/453 1139/10/453 +f 1139/10/453 1136/10/453 1135/10/453 +f 1139/10/453 1135/10/453 1140/10/453 +f 1140/10/453 1135/10/453 1146/10/453 +f 1140/10/453 1146/10/453 1148/10/453 +f 1141/10/454 1143/10/454 1136/10/454 +f 1139/10/454 1136/10/454 1143/10/454 +f 1135/10/454 1136/10/454 1139/10/454 +f 1140/10/454 1135/10/454 1139/10/454 +f 1146/10/454 1135/10/454 1140/10/454 +f 1148/10/454 1146/10/454 1140/10/454 +f 1137/9/454 1142/9/454 1144/9/454 +f 1142/9/454 1137/9/454 1134/9/454 +f 1134/9/454 1137/9/454 1138/9/454 +f 1134/9/454 1138/9/454 1133/9/454 +f 1133/9/454 1138/9/454 1147/9/454 +f 1133/9/454 1147/9/454 1145/9/454 +f 1144/9/453 1142/9/453 1137/9/453 +f 1134/9/453 1137/9/453 1142/9/453 +f 1138/9/453 1137/9/453 1134/9/453 +f 1133/9/453 1138/9/453 1134/9/453 +f 1147/9/453 1138/9/453 1133/9/453 +f 1145/9/453 1147/9/453 1133/9/453 +f 1151/10/455 1150/9/456 1149/9/455 +f 1150/9/456 1151/10/455 1152/10/456 +f 1149/9/457 1150/9/458 1151/10/457 +f 1152/10/458 1151/10/457 1150/9/458 +f 1155/10/457 1154/9/458 1153/9/457 +f 1154/9/458 1155/10/457 1156/10/458 +f 1153/9/455 1154/9/456 1155/10/455 +f 1156/10/456 1155/10/455 1154/9/456 +f 1159/10/460 1158/9/459 1157/10/459 +f 1158/9/459 1159/10/460 1160/9/460 +f 1157/10/462 1158/9/462 1159/10/461 +f 1160/9/461 1159/10/461 1158/9/462 +f 1163/9/462 1162/10/461 1161/9/461 +f 1162/10/461 1163/9/462 1164/10/462 +f 1161/9/460 1162/10/460 1163/9/459 +f 1164/10/459 1163/9/459 1162/10/460 +f 1156/10/458 1163/9/462 1154/9/458 +f 1163/9/462 1156/10/458 1164/10/462 +f 1154/9/456 1163/9/459 1156/10/456 +f 1164/10/459 1156/10/456 1163/9/459 +f 1152/10/456 1158/9/459 1150/9/456 +f 1158/9/459 1152/10/456 1157/10/459 +f 1150/9/458 1158/9/462 1152/10/458 +f 1157/10/462 1152/10/458 1158/9/462 +f 1159/10/460 1153/9/457 1160/9/460 +f 1153/9/457 1159/10/460 1155/10/457 +f 1160/9/461 1153/9/455 1159/10/461 +f 1155/10/455 1159/10/461 1153/9/455 +f 1162/10/461 1149/9/455 1161/9/461 +f 1149/9/455 1162/10/461 1151/10/455 +f 1161/9/460 1149/9/457 1162/10/460 +f 1151/10/457 1162/10/460 1149/9/457 +f 1152/10/93 1159/10/93 1157/10/93 +f 1159/10/93 1152/10/93 1155/10/93 +f 1155/10/93 1152/10/93 1151/10/93 +f 1155/10/93 1151/10/93 1156/10/93 +f 1156/10/93 1151/10/93 1162/10/93 +f 1156/10/93 1162/10/93 1164/10/93 +f 1157/10/94 1159/10/94 1152/10/94 +f 1155/10/94 1152/10/94 1159/10/94 +f 1151/10/94 1152/10/94 1155/10/94 +f 1156/10/94 1151/10/94 1155/10/94 +f 1162/10/94 1151/10/94 1156/10/94 +f 1164/10/94 1162/10/94 1156/10/94 +f 1153/9/94 1158/9/94 1160/9/94 +f 1158/9/94 1153/9/94 1150/9/94 +f 1150/9/94 1153/9/94 1154/9/94 +f 1150/9/94 1154/9/94 1149/9/94 +f 1149/9/94 1154/9/94 1163/9/94 +f 1149/9/94 1163/9/94 1161/9/94 +f 1160/9/93 1158/9/93 1153/9/93 +f 1150/9/93 1153/9/93 1158/9/93 +f 1154/9/93 1153/9/93 1150/9/93 +f 1149/9/93 1154/9/93 1150/9/93 +f 1163/9/93 1154/9/93 1149/9/93 +f 1161/9/93 1163/9/93 1149/9/93 +f 1167/10/455 1166/9/456 1165/9/455 +f 1166/9/456 1167/10/455 1168/10/456 +f 1165/9/457 1166/9/458 1167/10/457 +f 1168/10/458 1167/10/457 1166/9/458 +f 1171/10/457 1170/9/458 1169/9/457 +f 1170/9/458 1171/10/457 1172/10/458 +f 1169/9/455 1170/9/456 1171/10/455 +f 1172/10/456 1171/10/455 1170/9/456 +f 1175/10/460 1174/9/459 1173/10/459 +f 1174/9/459 1175/10/460 1176/9/460 +f 1173/10/462 1174/9/462 1175/10/461 +f 1176/9/461 1175/10/461 1174/9/462 +f 1179/9/462 1178/10/461 1177/9/461 +f 1178/10/461 1179/9/462 1180/10/462 +f 1177/9/460 1178/10/460 1179/9/459 +f 1180/10/459 1179/9/459 1178/10/460 +f 1172/10/458 1179/9/462 1170/9/458 +f 1179/9/462 1172/10/458 1180/10/462 +f 1170/9/456 1179/9/459 1172/10/456 +f 1180/10/459 1172/10/456 1179/9/459 +f 1168/10/456 1174/9/459 1166/9/456 +f 1174/9/459 1168/10/456 1173/10/459 +f 1166/9/458 1174/9/462 1168/10/458 +f 1173/10/462 1168/10/458 1174/9/462 +f 1175/10/460 1169/9/457 1176/9/460 +f 1169/9/457 1175/10/460 1171/10/457 +f 1176/9/461 1169/9/455 1175/10/461 +f 1171/10/455 1175/10/461 1169/9/455 +f 1178/10/461 1165/9/455 1177/9/461 +f 1165/9/455 1178/10/461 1167/10/455 +f 1177/9/460 1165/9/457 1178/10/460 +f 1167/10/457 1178/10/460 1165/9/457 +f 1168/10/93 1175/10/93 1173/10/93 +f 1175/10/93 1168/10/93 1171/10/93 +f 1171/10/93 1168/10/93 1167/10/93 +f 1171/10/93 1167/10/93 1172/10/93 +f 1172/10/93 1167/10/93 1178/10/93 +f 1172/10/93 1178/10/93 1180/10/93 +f 1173/10/94 1175/10/94 1168/10/94 +f 1171/10/94 1168/10/94 1175/10/94 +f 1167/10/94 1168/10/94 1171/10/94 +f 1172/10/94 1167/10/94 1171/10/94 +f 1178/10/94 1167/10/94 1172/10/94 +f 1180/10/94 1178/10/94 1172/10/94 +f 1169/9/94 1174/9/94 1176/9/94 +f 1174/9/94 1169/9/94 1166/9/94 +f 1166/9/94 1169/9/94 1170/9/94 +f 1166/9/94 1170/9/94 1165/9/94 +f 1165/9/94 1170/9/94 1179/9/94 +f 1165/9/94 1179/9/94 1177/9/94 +f 1176/9/93 1174/9/93 1169/9/93 +f 1166/9/93 1169/9/93 1174/9/93 +f 1170/9/93 1169/9/93 1166/9/93 +f 1165/9/93 1170/9/93 1166/9/93 +f 1179/9/93 1170/9/93 1165/9/93 +f 1177/9/93 1179/9/93 1165/9/93 +f 1183/10/463 1182/9/464 1181/9/463 +f 1182/9/464 1183/10/463 1184/10/464 +f 1181/9/465 1182/9/466 1183/10/465 +f 1184/10/466 1183/10/465 1182/9/466 +f 1187/9/465 1186/10/466 1185/9/466 +f 1186/10/466 1187/9/465 1188/10/465 +f 1185/9/464 1186/10/464 1187/9/463 +f 1188/10/463 1187/9/463 1186/10/464 +f 1191/10/468 1190/9/467 1189/10/467 +f 1190/9/467 1191/10/468 1192/9/468 +f 1189/10/470 1190/9/470 1191/10/469 +f 1192/9/469 1191/10/469 1190/9/470 +f 1195/9/470 1194/10/469 1193/9/469 +f 1194/10/469 1195/9/470 1196/10/470 +f 1193/9/468 1194/10/468 1195/9/467 +f 1196/10/467 1195/9/467 1194/10/468 +f 1186/10/466 1195/9/470 1185/9/466 +f 1195/9/470 1186/10/466 1196/10/470 +f 1185/9/464 1195/9/467 1186/10/464 +f 1196/10/467 1186/10/464 1195/9/467 +f 1184/10/464 1190/9/467 1182/9/464 +f 1190/9/467 1184/10/464 1189/10/467 +f 1182/9/466 1190/9/470 1184/10/466 +f 1189/10/470 1184/10/466 1190/9/470 +f 1191/10/468 1187/9/465 1192/9/468 +f 1187/9/465 1191/10/468 1188/10/465 +f 1192/9/469 1187/9/463 1191/10/469 +f 1188/10/463 1191/10/469 1187/9/463 +f 1194/10/469 1181/9/463 1193/9/469 +f 1181/9/463 1194/10/469 1183/10/463 +f 1193/9/468 1181/9/465 1194/10/468 +f 1183/10/465 1194/10/468 1181/9/465 +f 1184/10/471 1191/10/471 1189/10/471 +f 1191/10/471 1184/10/471 1188/10/471 +f 1188/10/471 1184/10/471 1183/10/471 +f 1188/10/471 1183/10/471 1186/10/471 +f 1186/10/471 1183/10/471 1194/10/471 +f 1186/10/471 1194/10/471 1196/10/471 +f 1189/10/472 1191/10/472 1184/10/472 +f 1188/10/472 1184/10/472 1191/10/472 +f 1183/10/472 1184/10/472 1188/10/472 +f 1186/10/472 1183/10/472 1188/10/472 +f 1194/10/472 1183/10/472 1186/10/472 +f 1196/10/472 1194/10/472 1186/10/472 +f 1187/9/472 1190/9/472 1192/9/472 +f 1190/9/472 1187/9/472 1182/9/472 +f 1182/9/472 1187/9/472 1185/9/472 +f 1182/9/472 1185/9/472 1181/9/472 +f 1181/9/472 1185/9/472 1195/9/472 +f 1181/9/472 1195/9/472 1193/9/472 +f 1192/9/471 1190/9/471 1187/9/471 +f 1182/9/471 1187/9/471 1190/9/471 +f 1185/9/471 1187/9/471 1182/9/471 +f 1181/9/471 1185/9/471 1182/9/471 +f 1195/9/471 1185/9/471 1181/9/471 +f 1193/9/471 1195/9/471 1181/9/471 +f 1199/6/81 1198/6/81 1197/6/81 +f 1198/6/81 1199/6/81 1200/6/81 +f 1198/6/81 1200/6/81 1201/6/81 +f 1201/6/81 1200/6/81 1202/6/81 +f 1201/6/81 1202/6/81 1203/6/81 +f 1203/6/81 1202/6/81 1204/6/81 +f 1203/6/81 1204/6/81 1205/6/81 +f 1205/6/81 1204/6/81 1206/6/81 +f 1197/6/82 1198/6/82 1199/6/82 +f 1200/6/82 1199/6/82 1198/6/82 +f 1201/6/82 1200/6/82 1198/6/82 +f 1202/6/82 1200/6/82 1201/6/82 +f 1203/6/82 1202/6/82 1201/6/82 +f 1204/6/82 1202/6/82 1203/6/82 +f 1205/6/82 1204/6/82 1203/6/82 +f 1206/6/82 1204/6/82 1205/6/82 +f 1199/6/179 105/7/179 1207/7/179 +f 105/7/179 1199/6/179 1197/6/179 +f 1207/7/180 105/7/180 1199/6/180 +f 1197/6/180 1199/6/180 105/7/180 +f 1208/7/182 1199/6/181 1207/7/181 +f 1199/6/181 1208/7/182 1200/6/182 +f 1207/7/184 1199/6/184 1208/7/183 +f 1200/6/183 1208/7/183 1199/6/184 +f 1209/7/185 1200/6/182 1208/7/182 +f 1200/6/182 1209/7/185 1202/6/185 +f 1208/7/183 1200/6/183 1209/7/186 +f 1202/6/186 1209/7/186 1200/6/183 +f 1204/6/187 1209/7/185 1210/7/187 +f 1209/7/185 1204/6/187 1202/6/185 +f 1210/7/188 1209/7/186 1204/6/188 +f 1202/6/186 1204/6/188 1209/7/186 +f 1206/6/194 1210/7/187 1211/7/194 +f 1210/7/187 1206/6/194 1204/6/187 +f 1211/7/193 1210/7/188 1206/6/193 +f 1204/6/188 1206/6/193 1210/7/188 +f 113/7/191 1206/6/191 1211/7/191 +f 1206/6/191 113/7/191 1205/6/191 +f 1211/7/192 1206/6/192 113/7/192 +f 1205/6/192 113/7/192 1206/6/192 +f 1203/6/188 113/7/193 111/7/188 +f 113/7/193 1203/6/188 1205/6/193 +f 111/7/187 113/7/194 1203/6/187 +f 1205/6/194 1203/6/187 113/7/194 +f 1201/6/186 111/7/188 109/7/186 +f 111/7/188 1201/6/186 1203/6/188 +f 109/7/185 111/7/187 1201/6/185 +f 1203/6/187 1201/6/185 111/7/187 +f 1201/6/186 106/7/183 1198/6/183 +f 106/7/183 1201/6/186 109/7/186 +f 1198/6/182 106/7/182 1201/6/185 +f 109/7/185 1201/6/185 106/7/182 +f 1198/6/183 105/7/184 1197/6/184 +f 105/7/184 1198/6/183 106/7/183 +f 1197/6/181 105/7/181 1198/6/182 +f 106/7/182 1198/6/182 105/7/181 +f 1213/7/82 1212/7/82 125/7/82 +f 1212/7/82 1213/7/82 126/7/82 +f 1212/7/82 126/7/82 1214/7/82 +f 1214/7/82 126/7/82 1215/7/82 +f 1214/7/82 1215/7/82 1216/7/82 +f 1216/7/82 1215/7/82 1217/7/82 +f 1217/7/82 1215/7/82 128/7/82 +f 1217/7/82 128/7/82 1218/7/82 +f 125/7/81 1212/7/81 1213/7/81 +f 126/7/81 1213/7/81 1212/7/81 +f 1214/7/81 126/7/81 1212/7/81 +f 1215/7/81 126/7/81 1214/7/81 +f 1216/7/81 1215/7/81 1214/7/81 +f 1217/7/81 1215/7/81 1216/7/81 +f 128/7/81 1215/7/81 1217/7/81 +f 1218/7/81 128/7/81 1217/7/81 +f 1219/8/81 124/8/81 116/8/81 +f 124/8/81 1219/8/81 123/8/81 +f 123/8/81 1219/8/81 1220/8/81 +f 123/8/81 1220/8/81 122/8/81 +f 122/8/81 1220/8/81 1221/8/81 +f 122/8/81 1221/8/81 1222/8/81 +f 122/8/81 1222/8/81 121/8/81 +f 121/8/81 1222/8/81 1223/8/81 +f 116/8/82 124/8/82 1219/8/82 +f 123/8/82 1219/8/82 124/8/82 +f 1220/8/82 1219/8/82 123/8/82 +f 122/8/82 1220/8/82 123/8/82 +f 1221/8/82 1220/8/82 122/8/82 +f 1222/8/82 1221/8/82 122/8/82 +f 121/8/82 1222/8/82 122/8/82 +f 1223/8/82 1222/8/82 121/8/82 +f 1219/8/179 125/7/179 1212/7/179 +f 125/7/179 1219/8/179 116/8/179 +f 1212/7/180 125/7/180 1219/8/180 +f 116/8/180 1219/8/180 125/7/180 +f 1214/7/182 1219/8/181 1212/7/181 +f 1219/8/181 1214/7/182 1220/8/182 +f 1212/7/184 1219/8/184 1214/7/183 +f 1220/8/183 1214/7/183 1219/8/184 +f 1216/7/185 1220/8/182 1214/7/182 +f 1220/8/182 1216/7/185 1221/8/185 +f 1214/7/183 1220/8/183 1216/7/186 +f 1221/8/186 1216/7/186 1220/8/183 +f 1222/8/187 1216/7/185 1217/7/187 +f 1216/7/185 1222/8/187 1221/8/185 +f 1217/7/188 1216/7/186 1222/8/188 +f 1221/8/186 1222/8/188 1216/7/186 +f 1223/8/189 1217/7/187 1218/7/189 +f 1217/7/187 1223/8/189 1222/8/187 +f 1218/7/190 1217/7/188 1223/8/190 +f 1222/8/188 1223/8/190 1217/7/188 +f 128/7/191 1223/8/191 1218/7/191 +f 1223/8/191 128/7/191 121/8/191 +f 1218/7/192 1223/8/192 128/7/192 +f 121/8/192 128/7/192 1223/8/192 +f 122/8/188 128/7/193 1215/7/188 +f 128/7/193 122/8/188 121/8/193 +f 1215/7/187 128/7/194 122/8/187 +f 121/8/194 122/8/187 128/7/194 +f 123/8/186 1215/7/188 126/7/186 +f 1215/7/188 123/8/186 122/8/188 +f 126/7/185 1215/7/187 123/8/185 +f 122/8/187 123/8/185 1215/7/187 +f 123/8/186 1213/7/183 124/8/183 +f 1213/7/183 123/8/186 126/7/186 +f 124/8/182 1213/7/182 123/8/185 +f 126/7/185 123/8/185 1213/7/182 +f 124/8/183 125/7/184 116/8/184 +f 125/7/184 124/8/183 1213/7/183 +f 116/8/181 125/7/181 124/8/182 +f 1213/7/182 124/8/182 125/7/181 +f 1226/8/474 1225/7/473 1224/8/473 +f 1225/7/473 1226/8/474 1227/7/474 +f 1224/8/476 1225/7/476 1226/8/475 +f 1227/7/475 1226/8/475 1225/7/476 +f 1230/8/477 1229/7/478 1228/7/477 +f 1229/7/478 1230/8/477 1231/8/478 +f 1228/7/479 1229/7/480 1230/8/479 +f 1231/8/480 1230/8/479 1229/7/480 +f 1231/8/478 1232/7/481 1229/7/478 +f 1232/7/481 1231/8/478 1233/8/481 +f 1229/7/480 1232/7/482 1231/8/480 +f 1233/8/482 1231/8/480 1232/7/482 +f 1236/7/484 1235/8/483 1234/7/483 +f 1235/8/483 1236/7/484 1237/8/484 +f 1234/7/486 1235/8/486 1236/7/485 +f 1237/8/485 1236/7/485 1235/8/486 +f 1234/7/483 1230/8/477 1228/7/477 +f 1230/8/477 1234/7/483 1235/8/483 +f 1228/7/479 1230/8/479 1234/7/486 +f 1235/8/486 1234/7/486 1230/8/479 +f 1224/8/473 1232/7/481 1233/8/481 +f 1232/7/481 1224/8/473 1225/7/473 +f 1233/8/482 1232/7/482 1224/8/476 +f 1225/7/476 1224/8/476 1232/7/482 +f 1224/8/81 1237/8/81 1226/8/81 +f 1237/8/81 1224/8/81 1233/8/81 +f 1237/8/81 1233/8/81 1231/8/81 +f 1237/8/81 1231/8/81 1230/8/81 +f 1237/8/81 1230/8/81 1235/8/81 +f 1226/8/82 1237/8/82 1224/8/82 +f 1233/8/82 1224/8/82 1237/8/82 +f 1231/8/82 1233/8/82 1237/8/82 +f 1230/8/82 1231/8/82 1237/8/82 +f 1235/8/82 1230/8/82 1237/8/82 +f 1240/10/487 1239/9/488 1238/9/487 +f 1239/9/488 1240/10/487 1241/10/488 +f 1238/9/489 1239/9/490 1240/10/489 +f 1241/10/490 1240/10/489 1239/9/490 +f 1244/10/489 1243/9/490 1242/9/489 +f 1243/9/490 1244/10/489 1245/10/490 +f 1242/9/487 1243/9/488 1244/10/487 +f 1245/10/488 1244/10/487 1243/9/488 +f 1248/10/492 1247/9/491 1246/10/491 +f 1247/9/491 1248/10/492 1249/9/492 +f 1246/10/494 1247/9/494 1248/10/493 +f 1249/9/493 1248/10/493 1247/9/494 +f 1252/9/494 1251/10/493 1250/9/493 +f 1251/10/493 1252/9/494 1253/10/494 +f 1250/9/492 1251/10/492 1252/9/491 +f 1253/10/491 1252/9/491 1251/10/492 +f 1245/10/490 1252/9/494 1243/9/490 +f 1252/9/494 1245/10/490 1253/10/494 +f 1243/9/488 1252/9/491 1245/10/488 +f 1253/10/491 1245/10/488 1252/9/491 +f 1241/10/488 1247/9/491 1239/9/488 +f 1247/9/491 1241/10/488 1246/10/491 +f 1239/9/490 1247/9/494 1241/10/490 +f 1246/10/494 1241/10/490 1247/9/494 +f 1248/10/492 1242/9/489 1249/9/492 +f 1242/9/489 1248/10/492 1244/10/489 +f 1249/9/493 1242/9/487 1248/10/493 +f 1244/10/487 1248/10/493 1242/9/487 +f 1251/10/493 1238/9/487 1250/9/493 +f 1238/9/487 1251/10/493 1240/10/487 +f 1250/9/492 1238/9/489 1251/10/492 +f 1240/10/489 1251/10/492 1238/9/489 +f 1241/10/495 1248/10/495 1246/10/495 +f 1248/10/495 1241/10/495 1244/10/495 +f 1244/10/495 1241/10/495 1240/10/495 +f 1244/10/495 1240/10/495 1245/10/495 +f 1245/10/495 1240/10/495 1251/10/495 +f 1245/10/495 1251/10/495 1253/10/495 +f 1246/10/496 1248/10/496 1241/10/496 +f 1244/10/496 1241/10/496 1248/10/496 +f 1240/10/496 1241/10/496 1244/10/496 +f 1245/10/496 1240/10/496 1244/10/496 +f 1251/10/496 1240/10/496 1245/10/496 +f 1253/10/496 1251/10/496 1245/10/496 +f 1242/9/496 1247/9/496 1249/9/496 +f 1247/9/496 1242/9/496 1239/9/496 +f 1239/9/496 1242/9/496 1243/9/496 +f 1239/9/496 1243/9/496 1238/9/496 +f 1238/9/496 1243/9/496 1252/9/496 +f 1238/9/496 1252/9/496 1250/9/496 +f 1249/9/495 1247/9/495 1242/9/495 +f 1239/9/495 1242/9/495 1247/9/495 +f 1243/9/495 1242/9/495 1239/9/495 +f 1238/9/495 1243/9/495 1239/9/495 +f 1252/9/495 1243/9/495 1238/9/495 +f 1250/9/495 1252/9/495 1238/9/495 +f 1256/10/497 1255/9/498 1254/9/497 +f 1255/9/498 1256/10/497 1257/10/498 +f 1254/9/499 1255/9/500 1256/10/499 +f 1257/10/500 1256/10/499 1255/9/500 +f 1260/10/499 1259/9/500 1258/9/499 +f 1259/9/500 1260/10/499 1261/10/500 +f 1258/9/497 1259/9/498 1260/10/497 +f 1261/10/498 1260/10/497 1259/9/498 +f 1264/10/502 1263/9/501 1262/10/501 +f 1263/9/501 1264/10/502 1265/9/502 +f 1262/10/504 1263/9/504 1264/10/503 +f 1265/9/503 1264/10/503 1263/9/504 +f 1268/9/504 1267/10/503 1266/9/503 +f 1267/10/503 1268/9/504 1269/10/504 +f 1266/9/502 1267/10/502 1268/9/501 +f 1269/10/501 1268/9/501 1267/10/502 +f 1261/10/500 1268/9/504 1259/9/500 +f 1268/9/504 1261/10/500 1269/10/504 +f 1259/9/498 1268/9/501 1261/10/498 +f 1269/10/501 1261/10/498 1268/9/501 +f 1257/10/498 1263/9/501 1255/9/498 +f 1263/9/501 1257/10/498 1262/10/501 +f 1255/9/500 1263/9/504 1257/10/500 +f 1262/10/504 1257/10/500 1263/9/504 +f 1264/10/502 1258/9/499 1265/9/502 +f 1258/9/499 1264/10/502 1260/10/499 +f 1265/9/503 1258/9/497 1264/10/503 +f 1260/10/497 1264/10/503 1258/9/497 +f 1267/10/503 1254/9/497 1266/9/503 +f 1254/9/497 1267/10/503 1256/10/497 +f 1266/9/502 1254/9/499 1267/10/502 +f 1256/10/499 1267/10/502 1254/9/499 +f 1257/10/189 1264/10/189 1262/10/189 +f 1264/10/189 1257/10/189 1260/10/189 +f 1260/10/189 1257/10/189 1256/10/189 +f 1260/10/189 1256/10/189 1261/10/189 +f 1261/10/189 1256/10/189 1267/10/189 +f 1261/10/189 1267/10/189 1269/10/189 +f 1262/10/190 1264/10/190 1257/10/190 +f 1260/10/190 1257/10/190 1264/10/190 +f 1256/10/190 1257/10/190 1260/10/190 +f 1261/10/190 1256/10/190 1260/10/190 +f 1267/10/190 1256/10/190 1261/10/190 +f 1269/10/190 1267/10/190 1261/10/190 +f 1258/9/190 1263/9/190 1265/9/190 +f 1263/9/190 1258/9/190 1255/9/190 +f 1255/9/190 1258/9/190 1259/9/190 +f 1255/9/190 1259/9/190 1254/9/190 +f 1254/9/190 1259/9/190 1268/9/190 +f 1254/9/190 1268/9/190 1266/9/190 +f 1265/9/189 1263/9/189 1258/9/189 +f 1255/9/189 1258/9/189 1263/9/189 +f 1259/9/189 1258/9/189 1255/9/189 +f 1254/9/189 1259/9/189 1255/9/189 +f 1268/9/189 1259/9/189 1254/9/189 +f 1266/9/189 1268/9/189 1254/9/189 +f 1272/10/497 1271/9/498 1270/9/497 +f 1271/9/498 1272/10/497 1273/10/498 +f 1270/9/499 1271/9/500 1272/10/499 +f 1273/10/500 1272/10/499 1271/9/500 +f 1276/10/499 1275/9/500 1274/9/499 +f 1275/9/500 1276/10/499 1277/10/500 +f 1274/9/497 1275/9/498 1276/10/497 +f 1277/10/498 1276/10/497 1275/9/498 +f 1280/10/502 1279/9/501 1278/10/501 +f 1279/9/501 1280/10/502 1281/9/502 +f 1278/10/504 1279/9/504 1280/10/503 +f 1281/9/503 1280/10/503 1279/9/504 +f 1284/9/504 1283/10/503 1282/9/503 +f 1283/10/503 1284/9/504 1285/10/504 +f 1282/9/502 1283/10/502 1284/9/501 +f 1285/10/501 1284/9/501 1283/10/502 +f 1277/10/500 1284/9/504 1275/9/500 +f 1284/9/504 1277/10/500 1285/10/504 +f 1275/9/498 1284/9/501 1277/10/498 +f 1285/10/501 1277/10/498 1284/9/501 +f 1273/10/498 1279/9/501 1271/9/498 +f 1279/9/501 1273/10/498 1278/10/501 +f 1271/9/500 1279/9/504 1273/10/500 +f 1278/10/504 1273/10/500 1279/9/504 +f 1280/10/502 1274/9/499 1281/9/502 +f 1274/9/499 1280/10/502 1276/10/499 +f 1281/9/503 1274/9/497 1280/10/503 +f 1276/10/497 1280/10/503 1274/9/497 +f 1283/10/503 1270/9/497 1282/9/503 +f 1270/9/497 1283/10/503 1272/10/497 +f 1282/9/502 1270/9/499 1283/10/502 +f 1272/10/499 1283/10/502 1270/9/499 +f 1273/10/189 1280/10/189 1278/10/189 +f 1280/10/189 1273/10/189 1276/10/189 +f 1276/10/189 1273/10/189 1272/10/189 +f 1276/10/189 1272/10/189 1277/10/189 +f 1277/10/189 1272/10/189 1283/10/189 +f 1277/10/189 1283/10/189 1285/10/189 +f 1278/10/190 1280/10/190 1273/10/190 +f 1276/10/190 1273/10/190 1280/10/190 +f 1272/10/190 1273/10/190 1276/10/190 +f 1277/10/190 1272/10/190 1276/10/190 +f 1283/10/190 1272/10/190 1277/10/190 +f 1285/10/190 1283/10/190 1277/10/190 +f 1274/9/190 1279/9/190 1281/9/190 +f 1279/9/190 1274/9/190 1271/9/190 +f 1271/9/190 1274/9/190 1275/9/190 +f 1271/9/190 1275/9/190 1270/9/190 +f 1270/9/190 1275/9/190 1284/9/190 +f 1270/9/190 1284/9/190 1282/9/190 +f 1281/9/189 1279/9/189 1274/9/189 +f 1271/9/189 1274/9/189 1279/9/189 +f 1275/9/189 1274/9/189 1271/9/189 +f 1270/9/189 1275/9/189 1271/9/189 +f 1284/9/189 1275/9/189 1270/9/189 +f 1282/9/189 1284/9/189 1270/9/189 +f 1288/10/505 1287/9/506 1286/9/505 +f 1287/9/506 1288/10/505 1289/10/506 +f 1286/9/507 1287/9/508 1288/10/507 +f 1289/10/508 1288/10/507 1287/9/508 +f 1292/9/507 1291/10/508 1290/9/508 +f 1291/10/508 1292/9/507 1293/10/507 +f 1290/9/506 1291/10/506 1292/9/505 +f 1293/10/505 1292/9/505 1291/10/506 +f 1296/10/510 1295/9/509 1294/10/509 +f 1295/9/509 1296/10/510 1297/9/510 +f 1294/10/512 1295/9/512 1296/10/511 +f 1297/9/511 1296/10/511 1295/9/512 +f 1300/9/512 1299/10/511 1298/9/511 +f 1299/10/511 1300/9/512 1301/10/512 +f 1298/9/510 1299/10/510 1300/9/509 +f 1301/10/509 1300/9/509 1299/10/510 +f 1291/10/508 1300/9/512 1290/9/508 +f 1300/9/512 1291/10/508 1301/10/512 +f 1290/9/506 1300/9/509 1291/10/506 +f 1301/10/509 1291/10/506 1300/9/509 +f 1289/10/506 1295/9/509 1287/9/506 +f 1295/9/509 1289/10/506 1294/10/509 +f 1287/9/508 1295/9/512 1289/10/508 +f 1294/10/512 1289/10/508 1295/9/512 +f 1296/10/510 1292/9/507 1297/9/510 +f 1292/9/507 1296/10/510 1293/10/507 +f 1297/9/511 1292/9/505 1296/10/511 +f 1293/10/505 1296/10/511 1292/9/505 +f 1299/10/511 1286/9/505 1298/9/511 +f 1286/9/505 1299/10/511 1288/10/505 +f 1298/9/510 1286/9/507 1299/10/510 +f 1288/10/507 1299/10/510 1286/9/507 +f 1289/10/513 1296/10/513 1294/10/513 +f 1296/10/513 1289/10/513 1293/10/513 +f 1293/10/513 1289/10/513 1288/10/513 +f 1293/10/513 1288/10/513 1291/10/513 +f 1291/10/513 1288/10/513 1299/10/513 +f 1291/10/513 1299/10/513 1301/10/513 +f 1294/10/514 1296/10/514 1289/10/514 +f 1293/10/514 1289/10/514 1296/10/514 +f 1288/10/514 1289/10/514 1293/10/514 +f 1291/10/514 1288/10/514 1293/10/514 +f 1299/10/514 1288/10/514 1291/10/514 +f 1301/10/514 1299/10/514 1291/10/514 +f 1292/9/514 1295/9/514 1297/9/514 +f 1295/9/514 1292/9/514 1287/9/514 +f 1287/9/514 1292/9/514 1290/9/514 +f 1287/9/514 1290/9/514 1286/9/514 +f 1286/9/514 1290/9/514 1300/9/514 +f 1286/9/514 1300/9/514 1298/9/514 +f 1297/9/513 1295/9/513 1292/9/513 +f 1287/9/513 1292/9/513 1295/9/513 +f 1290/9/513 1292/9/513 1287/9/513 +f 1286/9/513 1290/9/513 1287/9/513 +f 1300/9/513 1290/9/513 1286/9/513 +f 1298/9/513 1300/9/513 1286/9/513 +f 1304/6/81 1303/6/81 1302/6/81 +f 1303/6/81 1304/6/81 1305/6/81 +f 1303/6/81 1305/6/81 1306/6/81 +f 1306/6/81 1305/6/81 1307/6/81 +f 1306/6/81 1307/6/81 1308/6/81 +f 1308/6/81 1307/6/81 1309/6/81 +f 1308/6/81 1309/6/81 1310/6/81 +f 1310/6/81 1309/6/81 1311/6/81 +f 1302/6/82 1303/6/82 1304/6/82 +f 1305/6/82 1304/6/82 1303/6/82 +f 1306/6/82 1305/6/82 1303/6/82 +f 1307/6/82 1305/6/82 1306/6/82 +f 1308/6/82 1307/6/82 1306/6/82 +f 1309/6/82 1307/6/82 1308/6/82 +f 1310/6/82 1309/6/82 1308/6/82 +f 1311/6/82 1309/6/82 1310/6/82 +f 1304/6/275 169/7/275 1312/7/275 +f 169/7/275 1304/6/275 1302/6/275 +f 1312/7/276 169/7/276 1304/6/276 +f 1302/6/276 1304/6/276 169/7/276 +f 1313/7/278 1304/6/277 1312/7/277 +f 1304/6/277 1313/7/278 1305/6/278 +f 1312/7/280 1304/6/280 1313/7/279 +f 1305/6/279 1313/7/279 1304/6/280 +f 1314/7/281 1305/6/278 1313/7/278 +f 1305/6/278 1314/7/281 1307/6/281 +f 1313/7/279 1305/6/279 1314/7/282 +f 1307/6/282 1314/7/282 1305/6/279 +f 1309/6/283 1314/7/281 1315/7/283 +f 1314/7/281 1309/6/283 1307/6/281 +f 1315/7/284 1314/7/282 1309/6/284 +f 1307/6/282 1309/6/284 1314/7/282 +f 1311/6/290 1315/7/283 1316/7/290 +f 1315/7/283 1311/6/290 1309/6/283 +f 1316/7/289 1315/7/284 1311/6/289 +f 1309/6/284 1311/6/289 1315/7/284 +f 177/7/287 1311/6/287 1316/7/287 +f 1311/6/287 177/7/287 1310/6/287 +f 1316/7/288 1311/6/288 177/7/288 +f 1310/6/288 177/7/288 1311/6/288 +f 1308/6/284 177/7/289 175/7/284 +f 177/7/289 1308/6/284 1310/6/289 +f 175/7/283 177/7/290 1308/6/283 +f 1310/6/290 1308/6/283 177/7/290 +f 1306/6/282 175/7/284 173/7/282 +f 175/7/284 1306/6/282 1308/6/284 +f 173/7/281 175/7/283 1306/6/281 +f 1308/6/283 1306/6/281 175/7/283 +f 1306/6/282 170/7/279 1303/6/279 +f 170/7/279 1306/6/282 173/7/282 +f 1303/6/278 170/7/278 1306/6/281 +f 173/7/281 1306/6/281 170/7/278 +f 1303/6/279 169/7/280 1302/6/280 +f 169/7/280 1303/6/279 170/7/279 +f 1302/6/277 169/7/277 1303/6/278 +f 170/7/278 1303/6/278 169/7/277 +f 1318/7/82 1317/7/82 189/7/82 +f 1317/7/82 1318/7/82 190/7/82 +f 1317/7/82 190/7/82 1319/7/82 +f 1319/7/82 190/7/82 1320/7/82 +f 1319/7/82 1320/7/82 1321/7/82 +f 1321/7/82 1320/7/82 1322/7/82 +f 1322/7/82 1320/7/82 192/7/82 +f 1322/7/82 192/7/82 1323/7/82 +f 189/7/81 1317/7/81 1318/7/81 +f 190/7/81 1318/7/81 1317/7/81 +f 1319/7/81 190/7/81 1317/7/81 +f 1320/7/81 190/7/81 1319/7/81 +f 1321/7/81 1320/7/81 1319/7/81 +f 1322/7/81 1320/7/81 1321/7/81 +f 192/7/81 1320/7/81 1322/7/81 +f 1323/7/81 192/7/81 1322/7/81 +f 1324/8/81 188/8/81 180/8/81 +f 188/8/81 1324/8/81 187/8/81 +f 187/8/81 1324/8/81 1325/8/81 +f 187/8/81 1325/8/81 186/8/81 +f 186/8/81 1325/8/81 1326/8/81 +f 186/8/81 1326/8/81 1327/8/81 +f 186/8/81 1327/8/81 185/8/81 +f 185/8/81 1327/8/81 1328/8/81 +f 180/8/82 188/8/82 1324/8/82 +f 187/8/82 1324/8/82 188/8/82 +f 1325/8/82 1324/8/82 187/8/82 +f 186/8/82 1325/8/82 187/8/82 +f 1326/8/82 1325/8/82 186/8/82 +f 1327/8/82 1326/8/82 186/8/82 +f 185/8/82 1327/8/82 186/8/82 +f 1328/8/82 1327/8/82 185/8/82 +f 1324/8/275 189/7/275 1317/7/275 +f 189/7/275 1324/8/275 180/8/275 +f 1317/7/276 189/7/276 1324/8/276 +f 180/8/276 1324/8/276 189/7/276 +f 1319/7/278 1324/8/277 1317/7/277 +f 1324/8/277 1319/7/278 1325/8/278 +f 1317/7/280 1324/8/280 1319/7/279 +f 1325/8/279 1319/7/279 1324/8/280 +f 1321/7/281 1325/8/278 1319/7/278 +f 1325/8/278 1321/7/281 1326/8/281 +f 1319/7/279 1325/8/279 1321/7/282 +f 1326/8/282 1321/7/282 1325/8/279 +f 1327/8/283 1321/7/281 1322/7/283 +f 1321/7/281 1327/8/283 1326/8/281 +f 1322/7/284 1321/7/282 1327/8/284 +f 1326/8/282 1327/8/284 1321/7/282 +f 1328/8/285 1322/7/283 1323/7/285 +f 1322/7/283 1328/8/285 1327/8/283 +f 1323/7/286 1322/7/284 1328/8/286 +f 1327/8/284 1328/8/286 1322/7/284 +f 192/7/287 1328/8/287 1323/7/287 +f 1328/8/287 192/7/287 185/8/287 +f 1323/7/288 1328/8/288 192/7/288 +f 185/8/288 192/7/288 1328/8/288 +f 186/8/284 192/7/289 1320/7/284 +f 192/7/289 186/8/284 185/8/289 +f 1320/7/283 192/7/290 186/8/283 +f 185/8/290 186/8/283 192/7/290 +f 187/8/282 1320/7/284 190/7/282 +f 1320/7/284 187/8/282 186/8/284 +f 190/7/281 1320/7/283 187/8/281 +f 186/8/283 187/8/281 1320/7/283 +f 187/8/282 1318/7/279 188/8/279 +f 1318/7/279 187/8/282 190/7/282 +f 188/8/278 1318/7/278 187/8/281 +f 190/7/281 187/8/281 1318/7/278 +f 188/8/279 189/7/280 180/8/280 +f 189/7/280 188/8/279 1318/7/279 +f 180/8/277 189/7/277 188/8/278 +f 1318/7/278 188/8/278 189/7/277 +f 1331/8/516 1330/7/515 1329/8/515 +f 1330/7/515 1331/8/516 1332/7/516 +f 1329/8/518 1330/7/518 1331/8/517 +f 1332/7/517 1331/8/517 1330/7/518 +f 1335/8/519 1334/7/520 1333/7/519 +f 1334/7/520 1335/8/519 1336/8/520 +f 1333/7/521 1334/7/522 1335/8/521 +f 1336/8/522 1335/8/521 1334/7/522 +f 1336/8/520 1337/7/523 1334/7/520 +f 1337/7/523 1336/8/520 1338/8/523 +f 1334/7/522 1337/7/524 1336/8/522 +f 1338/8/524 1336/8/522 1337/7/524 +f 1341/7/526 1340/8/525 1339/7/525 +f 1340/8/525 1341/7/526 1342/8/526 +f 1339/7/528 1340/8/528 1341/7/527 +f 1342/8/527 1341/7/527 1340/8/528 +f 1339/7/525 1335/8/519 1333/7/519 +f 1335/8/519 1339/7/525 1340/8/525 +f 1333/7/521 1335/8/521 1339/7/528 +f 1340/8/528 1339/7/528 1335/8/521 +f 1329/8/515 1337/7/523 1338/8/523 +f 1337/7/523 1329/8/515 1330/7/515 +f 1338/8/524 1337/7/524 1329/8/518 +f 1330/7/518 1329/8/518 1337/7/524 +f 1329/8/81 1342/8/81 1331/8/81 +f 1342/8/81 1329/8/81 1338/8/81 +f 1342/8/81 1338/8/81 1336/8/81 +f 1342/8/81 1336/8/81 1335/8/81 +f 1342/8/81 1335/8/81 1340/8/81 +f 1331/8/82 1342/8/82 1329/8/82 +f 1338/8/82 1329/8/82 1342/8/82 +f 1336/8/82 1338/8/82 1342/8/82 +f 1335/8/82 1336/8/82 1342/8/82 +f 1340/8/82 1335/8/82 1342/8/82 +f 1345/10/529 1344/9/530 1343/9/529 +f 1344/9/530 1345/10/529 1346/10/530 +f 1343/9/531 1344/9/532 1345/10/531 +f 1346/10/532 1345/10/531 1344/9/532 +f 1349/10/531 1348/9/532 1347/9/531 +f 1348/9/532 1349/10/531 1350/10/532 +f 1347/9/529 1348/9/530 1349/10/529 +f 1350/10/530 1349/10/529 1348/9/530 +f 1353/10/534 1352/9/533 1351/10/533 +f 1352/9/533 1353/10/534 1354/9/534 +f 1351/10/536 1352/9/536 1353/10/535 +f 1354/9/535 1353/10/535 1352/9/536 +f 1357/9/536 1356/10/535 1355/9/535 +f 1356/10/535 1357/9/536 1358/10/536 +f 1355/9/534 1356/10/534 1357/9/533 +f 1358/10/533 1357/9/533 1356/10/534 +f 1350/10/532 1357/9/536 1348/9/532 +f 1357/9/536 1350/10/532 1358/10/536 +f 1348/9/530 1357/9/533 1350/10/530 +f 1358/10/533 1350/10/530 1357/9/533 +f 1346/10/530 1352/9/533 1344/9/530 +f 1352/9/533 1346/10/530 1351/10/533 +f 1344/9/532 1352/9/536 1346/10/532 +f 1351/10/536 1346/10/532 1352/9/536 +f 1353/10/534 1347/9/531 1354/9/534 +f 1347/9/531 1353/10/534 1349/10/531 +f 1354/9/535 1347/9/529 1353/10/535 +f 1349/10/529 1353/10/535 1347/9/529 +f 1356/10/535 1343/9/529 1355/9/535 +f 1343/9/529 1356/10/535 1345/10/529 +f 1355/9/534 1343/9/531 1356/10/534 +f 1345/10/531 1356/10/534 1343/9/531 +f 1346/10/537 1353/10/537 1351/10/537 +f 1353/10/537 1346/10/537 1349/10/537 +f 1349/10/537 1346/10/537 1345/10/537 +f 1349/10/537 1345/10/537 1350/10/537 +f 1350/10/537 1345/10/537 1356/10/537 +f 1350/10/537 1356/10/537 1358/10/537 +f 1351/10/538 1353/10/538 1346/10/538 +f 1349/10/538 1346/10/538 1353/10/538 +f 1345/10/538 1346/10/538 1349/10/538 +f 1350/10/538 1345/10/538 1349/10/538 +f 1356/10/538 1345/10/538 1350/10/538 +f 1358/10/538 1356/10/538 1350/10/538 +f 1347/9/538 1352/9/538 1354/9/538 +f 1352/9/538 1347/9/538 1344/9/538 +f 1344/9/538 1347/9/538 1348/9/538 +f 1344/9/538 1348/9/538 1343/9/538 +f 1343/9/538 1348/9/538 1357/9/538 +f 1343/9/538 1357/9/538 1355/9/538 +f 1354/9/537 1352/9/537 1347/9/537 +f 1344/9/537 1347/9/537 1352/9/537 +f 1348/9/537 1347/9/537 1344/9/537 +f 1343/9/537 1348/9/537 1344/9/537 +f 1357/9/537 1348/9/537 1343/9/537 +f 1355/9/537 1357/9/537 1343/9/537 +f 1361/10/539 1360/9/540 1359/9/539 +f 1360/9/540 1361/10/539 1362/10/540 +f 1359/9/541 1360/9/542 1361/10/541 +f 1362/10/542 1361/10/541 1360/9/542 +f 1365/10/541 1364/9/542 1363/9/541 +f 1364/9/542 1365/10/541 1366/10/542 +f 1363/9/539 1364/9/540 1365/10/539 +f 1366/10/540 1365/10/539 1364/9/540 +f 1369/10/544 1368/9/543 1367/10/543 +f 1368/9/543 1369/10/544 1370/9/544 +f 1367/10/546 1368/9/546 1369/10/545 +f 1370/9/545 1369/10/545 1368/9/546 +f 1373/9/546 1372/10/545 1371/9/545 +f 1372/10/545 1373/9/546 1374/10/546 +f 1371/9/544 1372/10/544 1373/9/543 +f 1374/10/543 1373/9/543 1372/10/544 +f 1366/10/542 1373/9/546 1364/9/542 +f 1373/9/546 1366/10/542 1374/10/546 +f 1364/9/540 1373/9/543 1366/10/540 +f 1374/10/543 1366/10/540 1373/9/543 +f 1362/10/540 1368/9/543 1360/9/540 +f 1368/9/543 1362/10/540 1367/10/543 +f 1360/9/542 1368/9/546 1362/10/542 +f 1367/10/546 1362/10/542 1368/9/546 +f 1369/10/544 1363/9/541 1370/9/544 +f 1363/9/541 1369/10/544 1365/10/541 +f 1370/9/545 1363/9/539 1369/10/545 +f 1365/10/539 1369/10/545 1363/9/539 +f 1372/10/545 1359/9/539 1371/9/545 +f 1359/9/539 1372/10/545 1361/10/539 +f 1371/9/544 1359/9/541 1372/10/544 +f 1361/10/541 1372/10/544 1359/9/541 +f 1362/10/285 1369/10/285 1367/10/285 +f 1369/10/285 1362/10/285 1365/10/285 +f 1365/10/285 1362/10/285 1361/10/285 +f 1365/10/285 1361/10/285 1366/10/285 +f 1366/10/285 1361/10/285 1372/10/285 +f 1366/10/285 1372/10/285 1374/10/285 +f 1367/10/286 1369/10/286 1362/10/286 +f 1365/10/286 1362/10/286 1369/10/286 +f 1361/10/286 1362/10/286 1365/10/286 +f 1366/10/286 1361/10/286 1365/10/286 +f 1372/10/286 1361/10/286 1366/10/286 +f 1374/10/286 1372/10/286 1366/10/286 +f 1363/9/286 1368/9/286 1370/9/286 +f 1368/9/286 1363/9/286 1360/9/286 +f 1360/9/286 1363/9/286 1364/9/286 +f 1360/9/286 1364/9/286 1359/9/286 +f 1359/9/286 1364/9/286 1373/9/286 +f 1359/9/286 1373/9/286 1371/9/286 +f 1370/9/285 1368/9/285 1363/9/285 +f 1360/9/285 1363/9/285 1368/9/285 +f 1364/9/285 1363/9/285 1360/9/285 +f 1359/9/285 1364/9/285 1360/9/285 +f 1373/9/285 1364/9/285 1359/9/285 +f 1371/9/285 1373/9/285 1359/9/285 +f 1377/10/539 1376/9/540 1375/9/539 +f 1376/9/540 1377/10/539 1378/10/540 +f 1375/9/541 1376/9/542 1377/10/541 +f 1378/10/542 1377/10/541 1376/9/542 +f 1381/10/541 1380/9/542 1379/9/541 +f 1380/9/542 1381/10/541 1382/10/542 +f 1379/9/539 1380/9/540 1381/10/539 +f 1382/10/540 1381/10/539 1380/9/540 +f 1385/10/544 1384/9/543 1383/10/543 +f 1384/9/543 1385/10/544 1386/9/544 +f 1383/10/546 1384/9/546 1385/10/545 +f 1386/9/545 1385/10/545 1384/9/546 +f 1389/9/546 1388/10/545 1387/9/545 +f 1388/10/545 1389/9/546 1390/10/546 +f 1387/9/544 1388/10/544 1389/9/543 +f 1390/10/543 1389/9/543 1388/10/544 +f 1382/10/542 1389/9/546 1380/9/542 +f 1389/9/546 1382/10/542 1390/10/546 +f 1380/9/540 1389/9/543 1382/10/540 +f 1390/10/543 1382/10/540 1389/9/543 +f 1378/10/540 1384/9/543 1376/9/540 +f 1384/9/543 1378/10/540 1383/10/543 +f 1376/9/542 1384/9/546 1378/10/542 +f 1383/10/546 1378/10/542 1384/9/546 +f 1385/10/544 1379/9/541 1386/9/544 +f 1379/9/541 1385/10/544 1381/10/541 +f 1386/9/545 1379/9/539 1385/10/545 +f 1381/10/539 1385/10/545 1379/9/539 +f 1388/10/545 1375/9/539 1387/9/545 +f 1375/9/539 1388/10/545 1377/10/539 +f 1387/9/544 1375/9/541 1388/10/544 +f 1377/10/541 1388/10/544 1375/9/541 +f 1378/10/285 1385/10/285 1383/10/285 +f 1385/10/285 1378/10/285 1381/10/285 +f 1381/10/285 1378/10/285 1377/10/285 +f 1381/10/285 1377/10/285 1382/10/285 +f 1382/10/285 1377/10/285 1388/10/285 +f 1382/10/285 1388/10/285 1390/10/285 +f 1383/10/286 1385/10/286 1378/10/286 +f 1381/10/286 1378/10/286 1385/10/286 +f 1377/10/286 1378/10/286 1381/10/286 +f 1382/10/286 1377/10/286 1381/10/286 +f 1388/10/286 1377/10/286 1382/10/286 +f 1390/10/286 1388/10/286 1382/10/286 +f 1379/9/286 1384/9/286 1386/9/286 +f 1384/9/286 1379/9/286 1376/9/286 +f 1376/9/286 1379/9/286 1380/9/286 +f 1376/9/286 1380/9/286 1375/9/286 +f 1375/9/286 1380/9/286 1389/9/286 +f 1375/9/286 1389/9/286 1387/9/286 +f 1386/9/285 1384/9/285 1379/9/285 +f 1376/9/285 1379/9/285 1384/9/285 +f 1380/9/285 1379/9/285 1376/9/285 +f 1375/9/285 1380/9/285 1376/9/285 +f 1389/9/285 1380/9/285 1375/9/285 +f 1387/9/285 1389/9/285 1375/9/285 +f 1393/10/547 1392/9/548 1391/9/547 +f 1392/9/548 1393/10/547 1394/10/548 +f 1391/9/549 1392/9/550 1393/10/549 +f 1394/10/550 1393/10/549 1392/9/550 +f 1397/9/549 1396/10/550 1395/9/550 +f 1396/10/550 1397/9/549 1398/10/549 +f 1395/9/548 1396/10/548 1397/9/547 +f 1398/10/547 1397/9/547 1396/10/548 +f 1401/10/552 1400/9/551 1399/10/551 +f 1400/9/551 1401/10/552 1402/9/552 +f 1399/10/554 1400/9/554 1401/10/553 +f 1402/9/553 1401/10/553 1400/9/554 +f 1405/9/554 1404/10/553 1403/9/553 +f 1404/10/553 1405/9/554 1406/10/554 +f 1403/9/552 1404/10/552 1405/9/551 +f 1406/10/551 1405/9/551 1404/10/552 +f 1396/10/550 1405/9/554 1395/9/550 +f 1405/9/554 1396/10/550 1406/10/554 +f 1395/9/548 1405/9/551 1396/10/548 +f 1406/10/551 1396/10/548 1405/9/551 +f 1394/10/548 1400/9/551 1392/9/548 +f 1400/9/551 1394/10/548 1399/10/551 +f 1392/9/550 1400/9/554 1394/10/550 +f 1399/10/554 1394/10/550 1400/9/554 +f 1401/10/552 1397/9/549 1402/9/552 +f 1397/9/549 1401/10/552 1398/10/549 +f 1402/9/553 1397/9/547 1401/10/553 +f 1398/10/547 1401/10/553 1397/9/547 +f 1404/10/553 1391/9/547 1403/9/553 +f 1391/9/547 1404/10/553 1393/10/547 +f 1403/9/552 1391/9/549 1404/10/552 +f 1393/10/549 1404/10/552 1391/9/549 +f 1394/10/555 1401/10/555 1399/10/555 +f 1401/10/555 1394/10/555 1398/10/555 +f 1398/10/555 1394/10/555 1393/10/555 +f 1398/10/555 1393/10/555 1396/10/555 +f 1396/10/555 1393/10/555 1404/10/555 +f 1396/10/555 1404/10/555 1406/10/555 +f 1399/10/556 1401/10/556 1394/10/556 +f 1398/10/556 1394/10/556 1401/10/556 +f 1393/10/556 1394/10/556 1398/10/556 +f 1396/10/556 1393/10/556 1398/10/556 +f 1404/10/556 1393/10/556 1396/10/556 +f 1406/10/556 1404/10/556 1396/10/556 +f 1397/9/556 1400/9/556 1402/9/556 +f 1400/9/556 1397/9/556 1392/9/556 +f 1392/9/556 1397/9/556 1395/9/556 +f 1392/9/556 1395/9/556 1391/9/556 +f 1391/9/556 1395/9/556 1405/9/556 +f 1391/9/556 1405/9/556 1403/9/556 +f 1402/9/555 1400/9/555 1397/9/555 +f 1392/9/555 1397/9/555 1400/9/555 +f 1395/9/555 1397/9/555 1392/9/555 +f 1391/9/555 1395/9/555 1392/9/555 +f 1405/9/555 1395/9/555 1391/9/555 +f 1403/9/555 1405/9/555 1391/9/555 +f 1409/6/81 1408/6/81 1407/6/81 +f 1408/6/81 1409/6/81 1410/6/81 +f 1408/6/81 1410/6/81 1411/6/81 +f 1411/6/81 1410/6/81 1412/6/81 +f 1411/6/81 1412/6/81 1413/6/81 +f 1413/6/81 1412/6/81 1414/6/81 +f 1413/6/81 1414/6/81 1415/6/81 +f 1415/6/81 1414/6/81 1416/6/81 +f 1407/6/82 1408/6/82 1409/6/82 +f 1410/6/82 1409/6/82 1408/6/82 +f 1411/6/82 1410/6/82 1408/6/82 +f 1412/6/82 1410/6/82 1411/6/82 +f 1413/6/82 1412/6/82 1411/6/82 +f 1414/6/82 1412/6/82 1413/6/82 +f 1415/6/82 1414/6/82 1413/6/82 +f 1416/6/82 1414/6/82 1415/6/82 +f 1409/6/307 233/7/307 1417/7/307 +f 233/7/307 1409/6/307 1407/6/307 +f 1417/7/308 233/7/308 1409/6/308 +f 1407/6/308 1409/6/308 233/7/308 +f 1418/7/183 1409/6/184 1417/7/184 +f 1409/6/184 1418/7/183 1410/6/183 +f 1417/7/181 1409/6/181 1418/7/182 +f 1410/6/182 1418/7/182 1409/6/181 +f 1419/7/186 1410/6/183 1418/7/183 +f 1410/6/183 1419/7/186 1412/6/186 +f 1418/7/182 1410/6/182 1419/7/185 +f 1412/6/185 1419/7/185 1410/6/182 +f 1414/6/188 1419/7/186 1420/7/188 +f 1419/7/186 1414/6/188 1412/6/186 +f 1420/7/187 1419/7/185 1414/6/187 +f 1412/6/185 1414/6/187 1419/7/185 +f 1416/6/193 1420/7/188 1421/7/193 +f 1420/7/188 1416/6/193 1414/6/188 +f 1421/7/194 1420/7/187 1416/6/194 +f 1414/6/187 1416/6/194 1420/7/187 +f 241/7/309 1416/6/309 1421/7/309 +f 1416/6/309 241/7/309 1415/6/309 +f 1421/7/310 1416/6/310 241/7/310 +f 1415/6/310 241/7/310 1416/6/310 +f 1413/6/187 241/7/194 239/7/187 +f 241/7/194 1413/6/187 1415/6/194 +f 239/7/188 241/7/193 1413/6/188 +f 1415/6/193 1413/6/188 241/7/193 +f 1411/6/185 239/7/187 237/7/185 +f 239/7/187 1411/6/185 1413/6/187 +f 237/7/186 239/7/188 1411/6/186 +f 1413/6/188 1411/6/186 239/7/188 +f 1411/6/185 234/7/182 1408/6/182 +f 234/7/182 1411/6/185 237/7/185 +f 1408/6/183 234/7/183 1411/6/186 +f 237/7/186 1411/6/186 234/7/183 +f 1408/6/182 233/7/181 1407/6/181 +f 233/7/181 1408/6/182 234/7/182 +f 1407/6/184 233/7/184 1408/6/183 +f 234/7/183 1408/6/183 233/7/184 +f 1423/7/82 1422/7/82 253/7/82 +f 1422/7/82 1423/7/82 254/7/82 +f 1422/7/82 254/7/82 1424/7/82 +f 1424/7/82 254/7/82 1425/7/82 +f 1424/7/82 1425/7/82 1426/7/82 +f 1426/7/82 1425/7/82 1427/7/82 +f 1427/7/82 1425/7/82 256/7/82 +f 1427/7/82 256/7/82 1428/7/82 +f 253/7/81 1422/7/81 1423/7/81 +f 254/7/81 1423/7/81 1422/7/81 +f 1424/7/81 254/7/81 1422/7/81 +f 1425/7/81 254/7/81 1424/7/81 +f 1426/7/81 1425/7/81 1424/7/81 +f 1427/7/81 1425/7/81 1426/7/81 +f 256/7/81 1425/7/81 1427/7/81 +f 1428/7/81 256/7/81 1427/7/81 +f 1429/8/81 252/8/81 244/8/81 +f 252/8/81 1429/8/81 251/8/81 +f 251/8/81 1429/8/81 1430/8/81 +f 251/8/81 1430/8/81 250/8/81 +f 250/8/81 1430/8/81 1431/8/81 +f 250/8/81 1431/8/81 1432/8/81 +f 250/8/81 1432/8/81 249/8/81 +f 249/8/81 1432/8/81 1433/8/81 +f 244/8/82 252/8/82 1429/8/82 +f 251/8/82 1429/8/82 252/8/82 +f 1430/8/82 1429/8/82 251/8/82 +f 250/8/82 1430/8/82 251/8/82 +f 1431/8/82 1430/8/82 250/8/82 +f 1432/8/82 1431/8/82 250/8/82 +f 249/8/82 1432/8/82 250/8/82 +f 1433/8/82 1432/8/82 249/8/82 +f 1429/8/307 253/7/307 1422/7/307 +f 253/7/307 1429/8/307 244/8/307 +f 1422/7/308 253/7/308 1429/8/308 +f 244/8/308 1429/8/308 253/7/308 +f 1424/7/183 1429/8/184 1422/7/184 +f 1429/8/184 1424/7/183 1430/8/183 +f 1422/7/181 1429/8/181 1424/7/182 +f 1430/8/182 1424/7/182 1429/8/181 +f 1426/7/186 1430/8/183 1424/7/183 +f 1430/8/183 1426/7/186 1431/8/186 +f 1424/7/182 1430/8/182 1426/7/185 +f 1431/8/185 1426/7/185 1430/8/182 +f 1432/8/188 1426/7/186 1427/7/188 +f 1426/7/186 1432/8/188 1431/8/186 +f 1427/7/187 1426/7/185 1432/8/187 +f 1431/8/185 1432/8/187 1426/7/185 +f 1433/8/190 1427/7/188 1428/7/190 +f 1427/7/188 1433/8/190 1432/8/188 +f 1428/7/189 1427/7/187 1433/8/189 +f 1432/8/187 1433/8/189 1427/7/187 +f 256/7/309 1433/8/309 1428/7/309 +f 1433/8/309 256/7/309 249/8/309 +f 1428/7/310 1433/8/310 256/7/310 +f 249/8/310 256/7/310 1433/8/310 +f 250/8/187 256/7/194 1425/7/187 +f 256/7/194 250/8/187 249/8/194 +f 1425/7/188 256/7/193 250/8/188 +f 249/8/193 250/8/188 256/7/193 +f 251/8/185 1425/7/187 254/7/185 +f 1425/7/187 251/8/185 250/8/187 +f 254/7/186 1425/7/188 251/8/186 +f 250/8/188 251/8/186 1425/7/188 +f 251/8/185 1423/7/182 252/8/182 +f 1423/7/182 251/8/185 254/7/185 +f 252/8/183 1423/7/183 251/8/186 +f 254/7/186 251/8/186 1423/7/183 +f 252/8/182 253/7/181 244/8/181 +f 253/7/181 252/8/182 1423/7/182 +f 244/8/184 253/7/184 252/8/183 +f 1423/7/183 252/8/183 253/7/184 +f 1436/8/475 1435/7/476 1434/8/476 +f 1435/7/476 1436/8/475 1437/7/475 +f 1434/8/473 1435/7/473 1436/8/474 +f 1437/7/474 1436/8/474 1435/7/473 +f 1440/8/479 1439/7/480 1438/7/479 +f 1439/7/480 1440/8/479 1441/8/480 +f 1438/7/477 1439/7/478 1440/8/477 +f 1441/8/478 1440/8/477 1439/7/478 +f 1441/8/480 1442/7/482 1439/7/480 +f 1442/7/482 1441/8/480 1443/8/482 +f 1439/7/478 1442/7/481 1441/8/478 +f 1443/8/481 1441/8/478 1442/7/481 +f 1446/7/485 1445/8/486 1444/7/486 +f 1445/8/486 1446/7/485 1447/8/485 +f 1444/7/483 1445/8/483 1446/7/484 +f 1447/8/484 1446/7/484 1445/8/483 +f 1444/7/486 1440/8/479 1438/7/479 +f 1440/8/479 1444/7/486 1445/8/486 +f 1438/7/477 1440/8/477 1444/7/483 +f 1445/8/483 1444/7/483 1440/8/477 +f 1434/8/476 1442/7/482 1443/8/482 +f 1442/7/482 1434/8/476 1435/7/476 +f 1443/8/481 1442/7/481 1434/8/473 +f 1435/7/473 1434/8/473 1442/7/481 +f 1434/8/81 1447/8/81 1436/8/81 +f 1447/8/81 1434/8/81 1443/8/81 +f 1447/8/81 1443/8/81 1441/8/81 +f 1447/8/81 1441/8/81 1440/8/81 +f 1447/8/81 1440/8/81 1445/8/81 +f 1436/8/82 1447/8/82 1434/8/82 +f 1443/8/82 1434/8/82 1447/8/82 +f 1441/8/82 1443/8/82 1447/8/82 +f 1440/8/82 1441/8/82 1447/8/82 +f 1445/8/82 1440/8/82 1447/8/82 +f 1450/10/488 1449/9/487 1448/9/488 +f 1449/9/487 1450/10/488 1451/10/487 +f 1448/9/490 1449/9/489 1450/10/490 +f 1451/10/489 1450/10/490 1449/9/489 +f 1454/10/490 1453/9/489 1452/9/490 +f 1453/9/489 1454/10/490 1455/10/489 +f 1452/9/488 1453/9/487 1454/10/488 +f 1455/10/487 1454/10/488 1453/9/487 +f 1458/10/494 1457/9/493 1456/10/493 +f 1457/9/493 1458/10/494 1459/9/494 +f 1456/10/492 1457/9/492 1458/10/491 +f 1459/9/491 1458/10/491 1457/9/492 +f 1462/9/492 1461/10/491 1460/9/491 +f 1461/10/491 1462/9/492 1463/10/492 +f 1460/9/494 1461/10/494 1462/9/493 +f 1463/10/493 1462/9/493 1461/10/494 +f 1455/10/489 1462/9/492 1453/9/489 +f 1462/9/492 1455/10/489 1463/10/492 +f 1453/9/487 1462/9/493 1455/10/487 +f 1463/10/493 1455/10/487 1462/9/493 +f 1451/10/487 1457/9/493 1449/9/487 +f 1457/9/493 1451/10/487 1456/10/493 +f 1449/9/489 1457/9/492 1451/10/489 +f 1456/10/492 1451/10/489 1457/9/492 +f 1458/10/494 1452/9/490 1459/9/494 +f 1452/9/490 1458/10/494 1454/10/490 +f 1459/9/491 1452/9/488 1458/10/491 +f 1454/10/488 1458/10/491 1452/9/488 +f 1461/10/491 1448/9/488 1460/9/491 +f 1448/9/488 1461/10/491 1450/10/488 +f 1460/9/494 1448/9/490 1461/10/494 +f 1450/10/490 1461/10/494 1448/9/490 +f 1451/10/496 1458/10/496 1456/10/496 +f 1458/10/496 1451/10/496 1454/10/496 +f 1454/10/496 1451/10/496 1450/10/496 +f 1454/10/496 1450/10/496 1455/10/496 +f 1455/10/496 1450/10/496 1461/10/496 +f 1455/10/496 1461/10/496 1463/10/496 +f 1456/10/495 1458/10/495 1451/10/495 +f 1454/10/495 1451/10/495 1458/10/495 +f 1450/10/495 1451/10/495 1454/10/495 +f 1455/10/495 1450/10/495 1454/10/495 +f 1461/10/495 1450/10/495 1455/10/495 +f 1463/10/495 1461/10/495 1455/10/495 +f 1452/9/495 1457/9/495 1459/9/495 +f 1457/9/495 1452/9/495 1449/9/495 +f 1449/9/495 1452/9/495 1453/9/495 +f 1449/9/495 1453/9/495 1448/9/495 +f 1448/9/495 1453/9/495 1462/9/495 +f 1448/9/495 1462/9/495 1460/9/495 +f 1459/9/496 1457/9/496 1452/9/496 +f 1449/9/496 1452/9/496 1457/9/496 +f 1453/9/496 1452/9/496 1449/9/496 +f 1448/9/496 1453/9/496 1449/9/496 +f 1462/9/496 1453/9/496 1448/9/496 +f 1460/9/496 1462/9/496 1448/9/496 +f 1466/10/498 1465/9/497 1464/9/498 +f 1465/9/497 1466/10/498 1467/10/497 +f 1464/9/500 1465/9/499 1466/10/500 +f 1467/10/499 1466/10/500 1465/9/499 +f 1470/10/500 1469/9/499 1468/9/500 +f 1469/9/499 1470/10/500 1471/10/499 +f 1468/9/498 1469/9/497 1470/10/498 +f 1471/10/497 1470/10/498 1469/9/497 +f 1474/10/504 1473/9/503 1472/10/503 +f 1473/9/503 1474/10/504 1475/9/504 +f 1472/10/502 1473/9/502 1474/10/501 +f 1475/9/501 1474/10/501 1473/9/502 +f 1478/9/502 1477/10/501 1476/9/501 +f 1477/10/501 1478/9/502 1479/10/502 +f 1476/9/504 1477/10/504 1478/9/503 +f 1479/10/503 1478/9/503 1477/10/504 +f 1471/10/499 1478/9/502 1469/9/499 +f 1478/9/502 1471/10/499 1479/10/502 +f 1469/9/497 1478/9/503 1471/10/497 +f 1479/10/503 1471/10/497 1478/9/503 +f 1467/10/497 1473/9/503 1465/9/497 +f 1473/9/503 1467/10/497 1472/10/503 +f 1465/9/499 1473/9/502 1467/10/499 +f 1472/10/502 1467/10/499 1473/9/502 +f 1474/10/504 1468/9/500 1475/9/504 +f 1468/9/500 1474/10/504 1470/10/500 +f 1475/9/501 1468/9/498 1474/10/501 +f 1470/10/498 1474/10/501 1468/9/498 +f 1477/10/501 1464/9/498 1476/9/501 +f 1464/9/498 1477/10/501 1466/10/498 +f 1476/9/504 1464/9/500 1477/10/504 +f 1466/10/500 1477/10/504 1464/9/500 +f 1467/10/190 1474/10/190 1472/10/190 +f 1474/10/190 1467/10/190 1470/10/190 +f 1470/10/190 1467/10/190 1466/10/190 +f 1470/10/190 1466/10/190 1471/10/190 +f 1471/10/190 1466/10/190 1477/10/190 +f 1471/10/190 1477/10/190 1479/10/190 +f 1472/10/189 1474/10/189 1467/10/189 +f 1470/10/189 1467/10/189 1474/10/189 +f 1466/10/189 1467/10/189 1470/10/189 +f 1471/10/189 1466/10/189 1470/10/189 +f 1477/10/189 1466/10/189 1471/10/189 +f 1479/10/189 1477/10/189 1471/10/189 +f 1468/9/189 1473/9/189 1475/9/189 +f 1473/9/189 1468/9/189 1465/9/189 +f 1465/9/189 1468/9/189 1469/9/189 +f 1465/9/189 1469/9/189 1464/9/189 +f 1464/9/189 1469/9/189 1478/9/189 +f 1464/9/189 1478/9/189 1476/9/189 +f 1475/9/190 1473/9/190 1468/9/190 +f 1465/9/190 1468/9/190 1473/9/190 +f 1469/9/190 1468/9/190 1465/9/190 +f 1464/9/190 1469/9/190 1465/9/190 +f 1478/9/190 1469/9/190 1464/9/190 +f 1476/9/190 1478/9/190 1464/9/190 +f 1482/10/498 1481/9/497 1480/9/498 +f 1481/9/497 1482/10/498 1483/10/497 +f 1480/9/500 1481/9/499 1482/10/500 +f 1483/10/499 1482/10/500 1481/9/499 +f 1486/10/500 1485/9/499 1484/9/500 +f 1485/9/499 1486/10/500 1487/10/499 +f 1484/9/498 1485/9/497 1486/10/498 +f 1487/10/497 1486/10/498 1485/9/497 +f 1490/10/504 1489/9/503 1488/10/503 +f 1489/9/503 1490/10/504 1491/9/504 +f 1488/10/502 1489/9/502 1490/10/501 +f 1491/9/501 1490/10/501 1489/9/502 +f 1494/9/502 1493/10/501 1492/9/501 +f 1493/10/501 1494/9/502 1495/10/502 +f 1492/9/504 1493/10/504 1494/9/503 +f 1495/10/503 1494/9/503 1493/10/504 +f 1487/10/499 1494/9/502 1485/9/499 +f 1494/9/502 1487/10/499 1495/10/502 +f 1485/9/497 1494/9/503 1487/10/497 +f 1495/10/503 1487/10/497 1494/9/503 +f 1483/10/497 1489/9/503 1481/9/497 +f 1489/9/503 1483/10/497 1488/10/503 +f 1481/9/499 1489/9/502 1483/10/499 +f 1488/10/502 1483/10/499 1489/9/502 +f 1490/10/504 1484/9/500 1491/9/504 +f 1484/9/500 1490/10/504 1486/10/500 +f 1491/9/501 1484/9/498 1490/10/501 +f 1486/10/498 1490/10/501 1484/9/498 +f 1493/10/501 1480/9/498 1492/9/501 +f 1480/9/498 1493/10/501 1482/10/498 +f 1492/9/504 1480/9/500 1493/10/504 +f 1482/10/500 1493/10/504 1480/9/500 +f 1483/10/190 1490/10/190 1488/10/190 +f 1490/10/190 1483/10/190 1486/10/190 +f 1486/10/190 1483/10/190 1482/10/190 +f 1486/10/190 1482/10/190 1487/10/190 +f 1487/10/190 1482/10/190 1493/10/190 +f 1487/10/190 1493/10/190 1495/10/190 +f 1488/10/189 1490/10/189 1483/10/189 +f 1486/10/189 1483/10/189 1490/10/189 +f 1482/10/189 1483/10/189 1486/10/189 +f 1487/10/189 1482/10/189 1486/10/189 +f 1493/10/189 1482/10/189 1487/10/189 +f 1495/10/189 1493/10/189 1487/10/189 +f 1484/9/189 1489/9/189 1491/9/189 +f 1489/9/189 1484/9/189 1481/9/189 +f 1481/9/189 1484/9/189 1485/9/189 +f 1481/9/189 1485/9/189 1480/9/189 +f 1480/9/189 1485/9/189 1494/9/189 +f 1480/9/189 1494/9/189 1492/9/189 +f 1491/9/190 1489/9/190 1484/9/190 +f 1481/9/190 1484/9/190 1489/9/190 +f 1485/9/190 1484/9/190 1481/9/190 +f 1480/9/190 1485/9/190 1481/9/190 +f 1494/9/190 1485/9/190 1480/9/190 +f 1492/9/190 1494/9/190 1480/9/190 +f 1498/10/506 1497/9/505 1496/9/506 +f 1497/9/505 1498/10/506 1499/10/505 +f 1496/9/508 1497/9/507 1498/10/508 +f 1499/10/507 1498/10/508 1497/9/507 +f 1502/9/508 1501/10/507 1500/9/507 +f 1501/10/507 1502/9/508 1503/10/508 +f 1500/9/505 1501/10/505 1502/9/506 +f 1503/10/506 1502/9/506 1501/10/505 +f 1506/10/512 1505/9/511 1504/10/511 +f 1505/9/511 1506/10/512 1507/9/512 +f 1504/10/510 1505/9/510 1506/10/509 +f 1507/9/509 1506/10/509 1505/9/510 +f 1510/9/510 1509/10/509 1508/9/509 +f 1509/10/509 1510/9/510 1511/10/510 +f 1508/9/512 1509/10/512 1510/9/511 +f 1511/10/511 1510/9/511 1509/10/512 +f 1501/10/507 1510/9/510 1500/9/507 +f 1510/9/510 1501/10/507 1511/10/510 +f 1500/9/505 1510/9/511 1501/10/505 +f 1511/10/511 1501/10/505 1510/9/511 +f 1499/10/505 1505/9/511 1497/9/505 +f 1505/9/511 1499/10/505 1504/10/511 +f 1497/9/507 1505/9/510 1499/10/507 +f 1504/10/510 1499/10/507 1505/9/510 +f 1506/10/512 1502/9/508 1507/9/512 +f 1502/9/508 1506/10/512 1503/10/508 +f 1507/9/509 1502/9/506 1506/10/509 +f 1503/10/506 1506/10/509 1502/9/506 +f 1509/10/509 1496/9/506 1508/9/509 +f 1496/9/506 1509/10/509 1498/10/506 +f 1508/9/512 1496/9/508 1509/10/512 +f 1498/10/508 1509/10/512 1496/9/508 +f 1499/10/514 1506/10/514 1504/10/514 +f 1506/10/514 1499/10/514 1503/10/514 +f 1503/10/514 1499/10/514 1498/10/514 +f 1503/10/514 1498/10/514 1501/10/514 +f 1501/10/514 1498/10/514 1509/10/514 +f 1501/10/514 1509/10/514 1511/10/514 +f 1504/10/513 1506/10/513 1499/10/513 +f 1503/10/513 1499/10/513 1506/10/513 +f 1498/10/513 1499/10/513 1503/10/513 +f 1501/10/513 1498/10/513 1503/10/513 +f 1509/10/513 1498/10/513 1501/10/513 +f 1511/10/513 1509/10/513 1501/10/513 +f 1502/9/513 1505/9/513 1507/9/513 +f 1505/9/513 1502/9/513 1497/9/513 +f 1497/9/513 1502/9/513 1500/9/513 +f 1497/9/513 1500/9/513 1496/9/513 +f 1496/9/513 1500/9/513 1510/9/513 +f 1496/9/513 1510/9/513 1508/9/513 +f 1507/9/514 1505/9/514 1502/9/514 +f 1497/9/514 1502/9/514 1505/9/514 +f 1500/9/514 1502/9/514 1497/9/514 +f 1496/9/514 1500/9/514 1497/9/514 +f 1510/9/514 1500/9/514 1496/9/514 +f 1508/9/514 1510/9/514 1496/9/514 +f 1514/6/288 1513/7/288 1512/6/288 +f 1513/7/288 1514/6/288 1515/7/288 +f 1512/6/287 1513/7/287 1514/6/287 +f 1515/7/287 1514/6/287 1513/7/287 +f 1514/6/276 1516/7/276 1515/7/276 +f 1516/7/276 1514/6/276 1517/6/276 +f 1515/7/275 1516/7/275 1514/6/275 +f 1517/6/275 1514/6/275 1516/7/275 +f 1518/7/315 1512/6/317 1513/7/317 +f 1512/6/317 1518/7/315 1519/6/315 +f 1513/7/318 1512/6/318 1518/7/316 +f 1519/6/316 1518/7/316 1512/6/318 +f 1516/7/312 1521/6/311 1520/7/311 +f 1521/6/311 1516/7/312 1517/6/312 +f 1520/7/314 1521/6/314 1516/7/313 +f 1517/6/313 1516/7/313 1521/6/314 +f 1519/6/81 1514/6/81 1512/6/81 +f 1514/6/81 1519/6/81 1517/6/81 +f 1517/6/81 1519/6/81 1521/6/81 +f 1512/6/82 1514/6/82 1519/6/82 +f 1517/6/82 1519/6/82 1514/6/82 +f 1521/6/82 1519/6/82 1517/6/82 +f 1521/6/311 1518/7/315 1520/7/311 +f 1518/7/315 1521/6/311 1519/6/315 +f 1520/7/314 1518/7/316 1521/6/314 +f 1519/6/316 1521/6/314 1518/7/316 +f 1524/8/276 1523/7/276 1522/7/276 +f 1523/7/276 1524/8/276 1525/8/276 +f 1522/7/275 1523/7/275 1524/8/275 +f 1525/8/275 1524/8/275 1523/7/275 +f 1524/8/288 1527/7/288 1526/8/288 +f 1527/7/288 1524/8/288 1522/7/288 +f 1526/8/287 1527/7/287 1524/8/287 +f 1522/7/287 1524/8/287 1527/7/287 +f 1528/8/81 1524/8/81 1526/8/81 +f 1524/8/81 1528/8/81 1525/8/81 +f 1525/8/81 1528/8/81 1529/8/81 +f 1526/8/82 1524/8/82 1528/8/82 +f 1525/8/82 1528/8/82 1524/8/82 +f 1529/8/82 1528/8/82 1525/8/82 +f 1523/7/82 1527/7/82 1522/7/82 +f 1527/7/82 1523/7/82 1530/7/82 +f 1530/7/82 1523/7/82 1531/7/82 +f 1522/7/81 1527/7/81 1523/7/81 +f 1530/7/81 1523/7/81 1527/7/81 +f 1531/7/81 1523/7/81 1530/7/81 +f 1523/7/312 1529/8/311 1531/7/311 +f 1529/8/311 1523/7/312 1525/8/312 +f 1531/7/314 1529/8/314 1523/7/313 +f 1525/8/313 1523/7/313 1529/8/314 +f 1529/8/311 1530/7/557 1531/7/311 +f 1530/7/557 1529/8/311 1528/8/557 +f 1531/7/314 1530/7/558 1529/8/314 +f 1528/8/558 1529/8/314 1530/7/558 +f 1530/7/557 1526/8/317 1527/7/317 +f 1526/8/317 1530/7/557 1528/8/557 +f 1527/7/318 1526/8/318 1530/7/558 +f 1528/8/558 1530/7/558 1526/8/318 +f 320/8/288 1323/7/288 1328/8/288 +f 1323/7/288 320/8/288 712/7/288 +f 1328/8/287 1323/7/287 320/8/287 +f 712/7/287 320/8/287 1323/7/287 +f 1534/8/559 1533/7/275 1532/7/559 +f 1533/7/275 1534/8/559 1535/8/275 +f 1532/7/560 1533/7/276 1534/8/560 +f 1535/8/276 1534/8/560 1533/7/276 +f 320/8/276 1536/7/276 712/7/276 +f 1536/7/276 320/8/276 270/8/276 +f 712/7/275 1536/7/275 320/8/275 +f 270/8/275 320/8/275 1536/7/275 +f 1535/8/275 1323/7/561 1533/7/275 +f 1323/7/561 1535/8/275 1328/8/561 +f 1533/7/276 1323/7/562 1535/8/276 +f 1328/8/562 1535/8/276 1323/7/562 +f 1536/7/82 1323/7/82 712/7/82 +f 1323/7/82 1536/7/82 1533/7/82 +f 1533/7/82 1536/7/82 1532/7/82 +f 712/7/81 1323/7/81 1536/7/81 +f 1533/7/81 1536/7/81 1323/7/81 +f 1532/7/81 1536/7/81 1533/7/81 +f 1328/8/81 270/8/81 320/8/81 +f 270/8/81 1328/8/81 1535/8/81 +f 270/8/81 1535/8/81 1534/8/81 +f 320/8/82 270/8/82 1328/8/82 +f 1535/8/82 1328/8/82 270/8/82 +f 1534/8/82 1535/8/82 270/8/82 +f 1536/7/287 1534/8/287 1532/7/287 +f 1534/8/287 1536/7/287 270/8/287 +f 1532/7/288 1534/8/288 1536/7/288 +f 270/8/288 1536/7/288 1534/8/288 +f 1539/6/81 1538/6/81 1537/6/81 +f 1538/6/81 1539/6/81 1540/6/81 +f 1538/6/81 1540/6/81 1541/6/81 +f 1537/6/82 1538/6/82 1539/6/82 +f 1540/6/82 1539/6/82 1538/6/82 +f 1541/6/82 1540/6/82 1538/6/82 +f 1537/6/276 1543/7/276 1542/7/276 +f 1543/7/276 1537/6/276 1538/6/276 +f 1542/7/275 1543/7/275 1537/6/275 +f 1538/6/275 1537/6/275 1543/7/275 +f 1543/7/287 1541/6/287 1544/7/287 +f 1541/6/287 1543/7/287 1538/6/287 +f 1544/7/288 1541/6/288 1543/7/288 +f 1538/6/288 1543/7/288 1541/6/288 +f 1537/6/288 1545/7/288 1539/6/288 +f 1545/7/288 1537/6/288 1542/7/288 +f 1539/6/287 1545/7/287 1537/6/287 +f 1542/7/287 1537/6/287 1545/7/287 +f 1547/12/320 1546/11/320 1540/6/276 +f 1546/11/320 1548/13/320 1540/6/276 +f 1549/14/320 1547/12/320 1540/6/276 +f 1540/6/276 1548/13/320 1550/7/276 +f 1551/13/320 1550/7/276 1548/13/320 +f 1550/7/276 1551/13/320 1544/7/320 +f 1552/11/320 1544/7/320 1551/13/320 +f 1541/6/320 1549/14/320 1540/6/276 +f 1541/6/320 1544/7/320 1552/11/320 +f 1549/14/320 1541/6/320 1553/14/320 +f 1554/12/320 1541/6/320 1552/11/320 +f 1553/14/320 1541/6/320 1554/12/320 +f 1556/16/322 1555/15/322 1539/6/322 +f 1557/17/322 1556/16/322 1539/6/322 +f 1540/6/276 1557/17/322 1539/6/322 +f 1557/17/322 1540/6/276 1558/17/322 +f 1539/6/322 1555/15/322 1545/7/322 +f 1558/17/322 1540/6/276 1559/16/322 +f 1559/16/322 1540/6/276 1560/15/322 +f 1561/18/322 1545/7/322 1555/15/322 +f 1560/15/322 1540/6/276 1562/19/322 +f 1563/18/322 1560/15/322 1562/19/322 +f 1563/18/322 1562/19/322 1561/18/322 +f 1562/19/322 1540/6/276 1564/19/322 +f 1564/19/322 1540/6/276 1565/20/322 +f 1565/20/322 1540/6/276 1566/21/322 +f 1540/6/276 1550/7/276 1566/21/322 +f 1566/21/322 1550/7/276 1567/22/322 +f 1545/7/322 1567/22/322 1550/7/276 +f 1567/22/322 1545/7/322 1568/22/322 +f 1568/22/322 1545/7/322 1561/18/322 +f 1562/19/322 1569/20/322 1561/18/322 +f 1570/21/322 1568/22/322 1561/18/322 +f 1569/20/322 1570/21/322 1561/18/322 +f 1540/6/275 1546/11/319 1547/12/319 +f 1540/6/275 1547/12/319 1549/14/319 +f 1540/6/275 1548/13/319 1546/11/319 +f 1550/7/275 1548/13/319 1540/6/275 +f 1548/13/319 1550/7/275 1551/13/319 +f 1544/7/319 1551/13/319 1550/7/275 +f 1551/13/319 1544/7/319 1552/11/319 +f 1540/6/275 1549/14/319 1541/6/319 +f 1552/11/319 1544/7/319 1541/6/319 +f 1553/14/319 1541/6/319 1549/14/319 +f 1552/11/319 1541/6/319 1554/12/319 +f 1554/12/319 1541/6/319 1553/14/319 +f 1539/6/321 1555/15/321 1556/16/321 +f 1539/6/321 1556/16/321 1557/17/321 +f 1539/6/321 1557/17/321 1540/6/275 +f 1558/17/321 1540/6/275 1557/17/321 +f 1545/7/321 1555/15/321 1539/6/321 +f 1559/16/321 1540/6/275 1558/17/321 +f 1560/15/321 1540/6/275 1559/16/321 +f 1555/15/321 1545/7/321 1561/18/321 +f 1562/19/321 1540/6/275 1560/15/321 +f 1562/19/321 1560/15/321 1563/18/321 +f 1561/18/321 1562/19/321 1563/18/321 +f 1564/19/321 1540/6/275 1562/19/321 +f 1565/20/321 1540/6/275 1564/19/321 +f 1566/21/321 1540/6/275 1565/20/321 +f 1566/21/321 1550/7/275 1540/6/275 +f 1567/22/321 1550/7/275 1566/21/321 +f 1550/7/275 1567/22/321 1545/7/321 +f 1568/22/321 1545/7/321 1567/22/321 +f 1561/18/321 1545/7/321 1568/22/321 +f 1561/18/321 1569/20/321 1562/19/321 +f 1561/18/321 1568/22/321 1570/21/321 +f 1561/18/321 1570/21/321 1569/20/321 +f 1573/10/563 1572/9/564 1571/9/563 +f 1572/9/564 1573/10/563 1574/10/564 +f 1571/9/565 1572/9/566 1573/10/565 +f 1574/10/566 1573/10/565 1572/9/566 +f 1577/10/565 1576/9/566 1575/9/565 +f 1576/9/566 1577/10/565 1578/10/566 +f 1575/9/563 1576/9/564 1577/10/563 +f 1578/10/564 1577/10/563 1576/9/564 +f 1580/10/568 1546/9/567 1579/10/567 +f 1546/9/567 1580/10/568 1547/9/568 +f 1579/10/570 1546/9/570 1580/10/569 +f 1547/9/569 1580/10/569 1546/9/570 +f 1583/9/570 1582/10/569 1581/9/569 +f 1582/10/569 1583/9/570 1584/10/570 +f 1581/9/568 1582/10/568 1583/9/567 +f 1584/10/567 1583/9/567 1582/10/568 +f 1578/10/566 1583/9/570 1576/9/566 +f 1583/9/570 1578/10/566 1584/10/570 +f 1576/9/564 1583/9/567 1578/10/564 +f 1584/10/567 1578/10/564 1583/9/567 +f 1574/10/564 1546/9/567 1572/9/564 +f 1546/9/567 1574/10/564 1579/10/567 +f 1572/9/566 1546/9/570 1574/10/566 +f 1579/10/570 1574/10/566 1546/9/570 +f 1580/10/568 1575/9/565 1547/9/568 +f 1575/9/565 1580/10/568 1577/10/565 +f 1547/9/569 1575/9/563 1580/10/569 +f 1577/10/563 1580/10/569 1575/9/563 +f 1582/10/569 1571/9/563 1581/9/569 +f 1571/9/563 1582/10/569 1573/10/563 +f 1581/9/568 1571/9/565 1582/10/568 +f 1573/10/565 1582/10/568 1571/9/565 +f 1574/10/571 1580/10/571 1579/10/571 +f 1580/10/571 1574/10/571 1577/10/571 +f 1577/10/571 1574/10/571 1573/10/571 +f 1577/10/571 1573/10/571 1578/10/571 +f 1578/10/571 1573/10/571 1582/10/571 +f 1578/10/571 1582/10/571 1584/10/571 +f 1579/10/572 1580/10/572 1574/10/572 +f 1577/10/572 1574/10/572 1580/10/572 +f 1573/10/572 1574/10/572 1577/10/572 +f 1578/10/572 1573/10/572 1577/10/572 +f 1582/10/572 1573/10/572 1578/10/572 +f 1584/10/572 1582/10/572 1578/10/572 +f 1575/9/572 1546/9/572 1547/9/572 +f 1546/9/572 1575/9/572 1572/9/572 +f 1572/9/572 1575/9/572 1576/9/572 +f 1572/9/572 1576/9/572 1571/9/572 +f 1571/9/572 1576/9/572 1583/9/572 +f 1571/9/572 1583/9/572 1581/9/572 +f 1547/9/571 1546/9/571 1575/9/571 +f 1572/9/571 1575/9/571 1546/9/571 +f 1576/9/571 1575/9/571 1572/9/571 +f 1571/9/571 1576/9/571 1572/9/571 +f 1583/9/571 1576/9/571 1571/9/571 +f 1581/9/571 1583/9/571 1571/9/571 +f 1587/10/573 1586/9/574 1585/9/573 +f 1586/9/574 1587/10/573 1588/10/574 +f 1585/9/575 1586/9/576 1587/10/575 +f 1588/10/576 1587/10/575 1586/9/576 +f 1591/10/575 1590/9/576 1589/9/575 +f 1590/9/576 1591/10/575 1592/10/576 +f 1589/9/573 1590/9/574 1591/10/573 +f 1592/10/574 1591/10/573 1590/9/574 +f 1595/10/578 1594/9/577 1593/10/577 +f 1594/9/577 1595/10/578 1596/9/578 +f 1593/10/580 1594/9/580 1595/10/579 +f 1596/9/579 1595/10/579 1594/9/580 +f 1599/9/580 1598/10/579 1597/9/579 +f 1598/10/579 1599/9/580 1600/10/580 +f 1597/9/578 1598/10/578 1599/9/577 +f 1600/10/577 1599/9/577 1598/10/578 +f 1592/10/576 1599/9/580 1590/9/576 +f 1599/9/580 1592/10/576 1600/10/580 +f 1590/9/574 1599/9/577 1592/10/574 +f 1600/10/577 1592/10/574 1599/9/577 +f 1588/10/574 1594/9/577 1586/9/574 +f 1594/9/577 1588/10/574 1593/10/577 +f 1586/9/576 1594/9/580 1588/10/576 +f 1593/10/580 1588/10/576 1594/9/580 +f 1595/10/578 1589/9/575 1596/9/578 +f 1589/9/575 1595/10/578 1591/10/575 +f 1596/9/579 1589/9/573 1595/10/579 +f 1591/10/573 1595/10/579 1589/9/573 +f 1598/10/579 1585/9/573 1597/9/579 +f 1585/9/573 1598/10/579 1587/10/573 +f 1597/9/578 1585/9/575 1598/10/578 +f 1587/10/575 1598/10/578 1585/9/575 +f 1588/10/581 1595/10/581 1593/10/581 +f 1595/10/581 1588/10/581 1591/10/581 +f 1591/10/581 1588/10/581 1587/10/581 +f 1591/10/581 1587/10/581 1592/10/581 +f 1592/10/581 1587/10/581 1598/10/581 +f 1592/10/581 1598/10/581 1600/10/581 +f 1593/10/582 1595/10/582 1588/10/582 +f 1591/10/582 1588/10/582 1595/10/582 +f 1587/10/582 1588/10/582 1591/10/582 +f 1592/10/582 1587/10/582 1591/10/582 +f 1598/10/582 1587/10/582 1592/10/582 +f 1600/10/582 1598/10/582 1592/10/582 +f 1589/9/582 1594/9/582 1596/9/582 +f 1594/9/582 1589/9/582 1586/9/582 +f 1586/9/582 1589/9/582 1590/9/582 +f 1586/9/582 1590/9/582 1585/9/582 +f 1585/9/582 1590/9/582 1599/9/582 +f 1585/9/582 1599/9/582 1597/9/582 +f 1596/9/581 1594/9/581 1589/9/581 +f 1586/9/581 1589/9/581 1594/9/581 +f 1590/9/581 1589/9/581 1586/9/581 +f 1585/9/581 1590/9/581 1586/9/581 +f 1599/9/581 1590/9/581 1585/9/581 +f 1597/9/581 1599/9/581 1585/9/581 +f 1603/10/573 1602/9/574 1601/9/573 +f 1602/9/574 1603/10/573 1604/10/574 +f 1601/9/575 1602/9/576 1603/10/575 +f 1604/10/576 1603/10/575 1602/9/576 +f 1606/10/575 1605/9/576 1562/9/575 +f 1605/9/576 1606/10/575 1607/10/576 +f 1562/9/573 1605/9/574 1606/10/573 +f 1607/10/574 1606/10/573 1605/9/574 +f 1610/10/578 1609/9/577 1608/10/577 +f 1609/9/577 1610/10/578 1611/9/578 +f 1608/10/580 1609/9/580 1610/10/579 +f 1611/9/579 1610/10/579 1609/9/580 +f 1565/9/580 1612/10/579 1566/9/579 +f 1612/10/579 1565/9/580 1613/10/580 +f 1566/9/578 1612/10/578 1565/9/577 +f 1613/10/577 1565/9/577 1612/10/578 +f 1607/10/576 1565/9/580 1605/9/576 +f 1565/9/580 1607/10/576 1613/10/580 +f 1605/9/574 1565/9/577 1607/10/574 +f 1613/10/577 1607/10/574 1565/9/577 +f 1604/10/574 1609/9/577 1602/9/574 +f 1609/9/577 1604/10/574 1608/10/577 +f 1602/9/576 1609/9/580 1604/10/576 +f 1608/10/580 1604/10/576 1609/9/580 +f 1610/10/578 1562/9/575 1611/9/578 +f 1562/9/575 1610/10/578 1606/10/575 +f 1611/9/579 1562/9/573 1610/10/579 +f 1606/10/573 1610/10/579 1562/9/573 +f 1612/10/579 1601/9/573 1566/9/579 +f 1601/9/573 1612/10/579 1603/10/573 +f 1566/9/578 1601/9/575 1612/10/578 +f 1603/10/575 1612/10/578 1601/9/575 +f 1604/10/581 1610/10/581 1608/10/581 +f 1610/10/581 1604/10/581 1606/10/581 +f 1606/10/581 1604/10/581 1603/10/581 +f 1606/10/581 1603/10/581 1607/10/581 +f 1607/10/581 1603/10/581 1612/10/581 +f 1607/10/581 1612/10/581 1613/10/581 +f 1608/10/582 1610/10/582 1604/10/582 +f 1606/10/582 1604/10/582 1610/10/582 +f 1603/10/582 1604/10/582 1606/10/582 +f 1607/10/582 1603/10/582 1606/10/582 +f 1612/10/582 1603/10/582 1607/10/582 +f 1613/10/582 1612/10/582 1607/10/582 +f 1562/9/582 1609/9/582 1611/9/582 +f 1609/9/582 1562/9/582 1602/9/582 +f 1602/9/582 1562/9/582 1605/9/582 +f 1602/9/582 1605/9/582 1601/9/582 +f 1601/9/582 1605/9/582 1565/9/582 +f 1601/9/582 1565/9/582 1566/9/582 +f 1611/9/581 1609/9/581 1562/9/581 +f 1602/9/581 1562/9/581 1609/9/581 +f 1605/9/581 1562/9/581 1602/9/581 +f 1601/9/581 1605/9/581 1602/9/581 +f 1565/9/581 1605/9/581 1601/9/581 +f 1566/9/581 1565/9/581 1601/9/581 +f 366/8/96 1615/7/96 1614/8/96 +f 1615/7/96 366/8/96 1616/7/96 +f 1614/8/95 1615/7/95 366/8/95 +f 1616/7/95 366/8/95 1615/7/95 +f 1429/8/583 1617/7/83 1422/7/583 +f 1617/7/83 1429/8/583 1618/8/83 +f 1422/7/584 1617/7/84 1429/8/584 +f 1618/8/84 1429/8/584 1617/7/84 +f 366/8/84 253/7/84 1616/7/84 +f 253/7/84 366/8/84 244/8/84 +f 1616/7/83 253/7/83 366/8/83 +f 244/8/83 366/8/83 253/7/83 +f 1618/8/83 1615/7/585 1617/7/83 +f 1615/7/585 1618/8/83 1614/8/585 +f 1617/7/84 1615/7/586 1618/8/84 +f 1614/8/586 1618/8/84 1615/7/586 +f 253/7/82 1615/7/82 1616/7/82 +f 1615/7/82 253/7/82 1617/7/82 +f 1617/7/82 253/7/82 1422/7/82 +f 1616/7/81 1615/7/81 253/7/81 +f 1617/7/81 253/7/81 1615/7/81 +f 1422/7/81 253/7/81 1617/7/81 +f 1614/8/81 244/8/81 366/8/81 +f 244/8/81 1614/8/81 1618/8/81 +f 244/8/81 1618/8/81 1429/8/81 +f 366/8/82 244/8/82 1614/8/82 +f 1618/8/82 1614/8/82 244/8/82 +f 1429/8/82 1618/8/82 244/8/82 +f 253/7/95 1429/8/95 1422/7/95 +f 1429/8/95 253/7/95 244/8/95 +f 1422/7/96 1429/8/96 253/7/96 +f 244/8/96 253/7/96 1429/8/96 +f 1621/6/81 1620/6/81 1619/6/81 +f 1620/6/81 1621/6/81 1622/6/81 +f 1620/6/81 1622/6/81 1623/6/81 +f 1619/6/82 1620/6/82 1621/6/82 +f 1622/6/82 1621/6/82 1620/6/82 +f 1623/6/82 1622/6/82 1620/6/82 +f 1619/6/84 1625/7/84 1624/7/84 +f 1625/7/84 1619/6/84 1620/6/84 +f 1624/7/83 1625/7/83 1619/6/83 +f 1620/6/83 1619/6/83 1625/7/83 +f 1625/7/95 1623/6/95 1626/7/95 +f 1623/6/95 1625/7/95 1620/6/95 +f 1626/7/96 1623/6/96 1625/7/96 +f 1620/6/96 1625/7/96 1623/6/96 +f 1619/6/96 1627/7/96 1621/6/96 +f 1627/7/96 1619/6/96 1624/7/96 +f 1621/6/95 1627/7/95 1619/6/95 +f 1624/7/95 1619/6/95 1627/7/95 +f 1629/12/324 1628/11/324 1622/6/84 +f 1628/11/324 1630/13/324 1622/6/84 +f 1631/14/324 1629/12/324 1622/6/84 +f 1622/6/84 1630/13/324 1632/7/84 +f 1633/13/324 1632/7/84 1630/13/324 +f 1632/7/84 1633/13/324 1626/7/324 +f 1634/11/324 1626/7/324 1633/13/324 +f 1623/6/324 1631/14/324 1622/6/84 +f 1623/6/324 1626/7/324 1634/11/324 +f 1631/14/324 1623/6/324 1635/14/324 +f 1636/12/324 1623/6/324 1634/11/324 +f 1635/14/324 1623/6/324 1636/12/324 +f 1638/16/326 1637/15/326 1621/6/326 +f 1639/17/326 1638/16/326 1621/6/326 +f 1622/6/84 1639/17/326 1621/6/326 +f 1639/17/326 1622/6/84 1640/17/326 +f 1621/6/326 1637/15/326 1627/7/326 +f 1640/17/326 1622/6/84 1641/16/326 +f 1641/16/326 1622/6/84 1642/15/326 +f 1643/18/326 1627/7/326 1637/15/326 +f 1642/15/326 1622/6/84 1644/19/326 +f 1645/18/326 1642/15/326 1644/19/326 +f 1645/18/326 1644/19/326 1643/18/326 +f 1644/19/326 1622/6/84 1646/19/326 +f 1646/19/326 1622/6/84 1647/20/326 +f 1647/20/326 1622/6/84 1648/21/326 +f 1622/6/84 1632/7/84 1648/21/326 +f 1648/21/326 1632/7/84 1649/22/326 +f 1627/7/326 1649/22/326 1632/7/84 +f 1649/22/326 1627/7/326 1650/22/326 +f 1650/22/326 1627/7/326 1643/18/326 +f 1644/19/326 1651/20/326 1643/18/326 +f 1652/21/326 1650/22/326 1643/18/326 +f 1651/20/326 1652/21/326 1643/18/326 +f 1622/6/83 1628/11/323 1629/12/323 +f 1622/6/83 1629/12/323 1631/14/323 +f 1622/6/83 1630/13/323 1628/11/323 +f 1632/7/83 1630/13/323 1622/6/83 +f 1630/13/323 1632/7/83 1633/13/323 +f 1626/7/323 1633/13/323 1632/7/83 +f 1633/13/323 1626/7/323 1634/11/323 +f 1622/6/83 1631/14/323 1623/6/323 +f 1634/11/323 1626/7/323 1623/6/323 +f 1635/14/323 1623/6/323 1631/14/323 +f 1634/11/323 1623/6/323 1636/12/323 +f 1636/12/323 1623/6/323 1635/14/323 +f 1621/6/325 1637/15/325 1638/16/325 +f 1621/6/325 1638/16/325 1639/17/325 +f 1621/6/325 1639/17/325 1622/6/83 +f 1640/17/325 1622/6/83 1639/17/325 +f 1627/7/325 1637/15/325 1621/6/325 +f 1641/16/325 1622/6/83 1640/17/325 +f 1642/15/325 1622/6/83 1641/16/325 +f 1637/15/325 1627/7/325 1643/18/325 +f 1644/19/325 1622/6/83 1642/15/325 +f 1644/19/325 1642/15/325 1645/18/325 +f 1643/18/325 1644/19/325 1645/18/325 +f 1646/19/325 1622/6/83 1644/19/325 +f 1647/20/325 1622/6/83 1646/19/325 +f 1648/21/325 1622/6/83 1647/20/325 +f 1648/21/325 1632/7/83 1622/6/83 +f 1649/22/325 1632/7/83 1648/21/325 +f 1632/7/83 1649/22/325 1627/7/325 +f 1650/22/325 1627/7/325 1649/22/325 +f 1643/18/325 1627/7/325 1650/22/325 +f 1643/18/325 1651/20/325 1644/19/325 +f 1643/18/325 1650/22/325 1652/21/325 +f 1643/18/325 1652/21/325 1651/20/325 +f 1655/10/587 1654/9/588 1653/9/587 +f 1654/9/588 1655/10/587 1656/10/588 +f 1653/9/589 1654/9/590 1655/10/589 +f 1656/10/590 1655/10/589 1654/9/590 +f 1659/10/589 1658/9/590 1657/9/589 +f 1658/9/590 1659/10/589 1660/10/590 +f 1657/9/587 1658/9/588 1659/10/587 +f 1660/10/588 1659/10/587 1658/9/588 +f 1663/10/592 1662/9/591 1661/10/591 +f 1662/9/591 1663/10/592 1664/9/592 +f 1661/10/594 1662/9/594 1663/10/593 +f 1664/9/593 1663/10/593 1662/9/594 +f 1667/9/594 1666/10/593 1665/9/593 +f 1666/10/593 1667/9/594 1668/10/594 +f 1665/9/592 1666/10/592 1667/9/591 +f 1668/10/591 1667/9/591 1666/10/592 +f 1660/10/590 1667/9/594 1658/9/590 +f 1667/9/594 1660/10/590 1668/10/594 +f 1658/9/588 1667/9/591 1660/10/588 +f 1668/10/591 1660/10/588 1667/9/591 +f 1656/10/588 1662/9/591 1654/9/588 +f 1662/9/591 1656/10/588 1661/10/591 +f 1654/9/590 1662/9/594 1656/10/590 +f 1661/10/594 1656/10/590 1662/9/594 +f 1663/10/592 1657/9/589 1664/9/592 +f 1657/9/589 1663/10/592 1659/10/589 +f 1664/9/593 1657/9/587 1663/10/593 +f 1659/10/587 1663/10/593 1657/9/587 +f 1666/10/593 1653/9/587 1665/9/593 +f 1653/9/587 1666/10/593 1655/10/587 +f 1665/9/592 1653/9/589 1666/10/592 +f 1655/10/589 1666/10/592 1653/9/589 +f 1656/10/595 1663/10/595 1661/10/595 +f 1663/10/595 1656/10/595 1659/10/595 +f 1659/10/595 1656/10/595 1655/10/595 +f 1659/10/595 1655/10/595 1660/10/595 +f 1660/10/595 1655/10/595 1666/10/595 +f 1660/10/595 1666/10/595 1668/10/595 +f 1661/10/596 1663/10/596 1656/10/596 +f 1659/10/596 1656/10/596 1663/10/596 +f 1655/10/596 1656/10/596 1659/10/596 +f 1660/10/596 1655/10/596 1659/10/596 +f 1666/10/596 1655/10/596 1660/10/596 +f 1668/10/596 1666/10/596 1660/10/596 +f 1657/9/596 1662/9/596 1664/9/596 +f 1662/9/596 1657/9/596 1654/9/596 +f 1654/9/596 1657/9/596 1658/9/596 +f 1654/9/596 1658/9/596 1653/9/596 +f 1653/9/596 1658/9/596 1667/9/596 +f 1653/9/596 1667/9/596 1665/9/596 +f 1664/9/595 1662/9/595 1657/9/595 +f 1654/9/595 1657/9/595 1662/9/595 +f 1658/9/595 1657/9/595 1654/9/595 +f 1653/9/595 1658/9/595 1654/9/595 +f 1667/9/595 1658/9/595 1653/9/595 +f 1665/9/595 1667/9/595 1653/9/595 +f 1671/10/597 1670/9/598 1669/9/597 +f 1670/9/598 1671/10/597 1672/10/598 +f 1669/9/599 1670/9/600 1671/10/599 +f 1672/10/600 1671/10/599 1670/9/600 +f 1675/10/599 1674/9/600 1673/9/599 +f 1674/9/600 1675/10/599 1676/10/600 +f 1673/9/597 1674/9/598 1675/10/597 +f 1676/10/598 1675/10/597 1674/9/598 +f 1679/10/602 1678/9/601 1677/10/601 +f 1678/9/601 1679/10/602 1680/9/602 +f 1677/10/604 1678/9/604 1679/10/603 +f 1680/9/603 1679/10/603 1678/9/604 +f 1683/9/604 1682/10/603 1681/9/603 +f 1682/10/603 1683/9/604 1684/10/604 +f 1681/9/602 1682/10/602 1683/9/601 +f 1684/10/601 1683/9/601 1682/10/602 +f 1676/10/600 1683/9/604 1674/9/600 +f 1683/9/604 1676/10/600 1684/10/604 +f 1674/9/598 1683/9/601 1676/10/598 +f 1684/10/601 1676/10/598 1683/9/601 +f 1672/10/598 1678/9/601 1670/9/598 +f 1678/9/601 1672/10/598 1677/10/601 +f 1670/9/600 1678/9/604 1672/10/600 +f 1677/10/604 1672/10/600 1678/9/604 +f 1679/10/602 1673/9/599 1680/9/602 +f 1673/9/599 1679/10/602 1675/10/599 +f 1680/9/603 1673/9/597 1679/10/603 +f 1675/10/597 1679/10/603 1673/9/597 +f 1682/10/603 1669/9/597 1681/9/603 +f 1669/9/597 1682/10/603 1671/10/597 +f 1681/9/602 1669/9/599 1682/10/602 +f 1671/10/599 1682/10/602 1669/9/599 +f 1672/10/605 1679/10/605 1677/10/605 +f 1679/10/605 1672/10/605 1675/10/605 +f 1675/10/605 1672/10/605 1671/10/605 +f 1675/10/605 1671/10/605 1676/10/605 +f 1676/10/605 1671/10/605 1682/10/605 +f 1676/10/605 1682/10/605 1684/10/605 +f 1677/10/606 1679/10/606 1672/10/606 +f 1675/10/606 1672/10/606 1679/10/606 +f 1671/10/606 1672/10/606 1675/10/606 +f 1676/10/606 1671/10/606 1675/10/606 +f 1682/10/606 1671/10/606 1676/10/606 +f 1684/10/606 1682/10/606 1676/10/606 +f 1673/9/606 1678/9/606 1680/9/606 +f 1678/9/606 1673/9/606 1670/9/606 +f 1670/9/606 1673/9/606 1674/9/606 +f 1670/9/606 1674/9/606 1669/9/606 +f 1669/9/606 1674/9/606 1683/9/606 +f 1669/9/606 1683/9/606 1681/9/606 +f 1680/9/605 1678/9/605 1673/9/605 +f 1670/9/605 1673/9/605 1678/9/605 +f 1674/9/605 1673/9/605 1670/9/605 +f 1669/9/605 1674/9/605 1670/9/605 +f 1683/9/605 1674/9/605 1669/9/605 +f 1681/9/605 1683/9/605 1669/9/605 +f 1687/10/597 1686/9/598 1685/9/597 +f 1686/9/598 1687/10/597 1688/10/598 +f 1685/9/599 1686/9/600 1687/10/599 +f 1688/10/600 1687/10/599 1686/9/600 +f 1690/10/599 1689/9/600 1644/9/599 +f 1689/9/600 1690/10/599 1691/10/600 +f 1644/9/597 1689/9/598 1690/10/597 +f 1691/10/598 1690/10/597 1689/9/598 +f 1694/10/602 1693/9/601 1692/10/601 +f 1693/9/601 1694/10/602 1695/9/602 +f 1692/10/604 1693/9/604 1694/10/603 +f 1695/9/603 1694/10/603 1693/9/604 +f 1698/9/604 1697/10/603 1696/9/603 +f 1697/10/603 1698/9/604 1699/10/604 +f 1696/9/602 1697/10/602 1698/9/601 +f 1699/10/601 1698/9/601 1697/10/602 +f 1691/10/600 1698/9/604 1689/9/600 +f 1698/9/604 1691/10/600 1699/10/604 +f 1689/9/598 1698/9/601 1691/10/598 +f 1699/10/601 1691/10/598 1698/9/601 +f 1688/10/598 1693/9/601 1686/9/598 +f 1693/9/601 1688/10/598 1692/10/601 +f 1686/9/600 1693/9/604 1688/10/600 +f 1692/10/604 1688/10/600 1693/9/604 +f 1694/10/602 1644/9/599 1695/9/602 +f 1644/9/599 1694/10/602 1690/10/599 +f 1695/9/603 1644/9/597 1694/10/603 +f 1690/10/597 1694/10/603 1644/9/597 +f 1697/10/603 1685/9/597 1696/9/603 +f 1685/9/597 1697/10/603 1687/10/597 +f 1696/9/602 1685/9/599 1697/10/602 +f 1687/10/599 1697/10/602 1685/9/599 +f 1688/10/605 1694/10/605 1692/10/605 +f 1694/10/605 1688/10/605 1690/10/605 +f 1690/10/605 1688/10/605 1687/10/605 +f 1690/10/605 1687/10/605 1691/10/605 +f 1691/10/605 1687/10/605 1697/10/605 +f 1691/10/605 1697/10/605 1699/10/605 +f 1692/10/606 1694/10/606 1688/10/606 +f 1690/10/606 1688/10/606 1694/10/606 +f 1687/10/606 1688/10/606 1690/10/606 +f 1691/10/606 1687/10/606 1690/10/606 +f 1697/10/606 1687/10/606 1691/10/606 +f 1699/10/606 1697/10/606 1691/10/606 +f 1644/9/606 1693/9/606 1695/9/606 +f 1693/9/606 1644/9/606 1686/9/606 +f 1686/9/606 1644/9/606 1689/9/606 +f 1686/9/606 1689/9/606 1685/9/606 +f 1685/9/606 1689/9/606 1698/9/606 +f 1685/9/606 1698/9/606 1696/9/606 +f 1695/9/605 1693/9/605 1644/9/605 +f 1686/9/605 1644/9/605 1693/9/605 +f 1689/9/605 1644/9/605 1686/9/605 +f 1685/9/605 1689/9/605 1686/9/605 +f 1698/9/605 1689/9/605 1685/9/605 +f 1696/9/605 1698/9/605 1685/9/605 +f 1702/6/327 1701/7/327 1700/6/327 +f 1701/7/327 1702/6/327 369/7/327 +f 1700/6/328 1701/7/328 1702/6/328 +f 369/7/328 1702/6/328 1701/7/328 +f 1702/6/329 1703/7/329 369/7/329 +f 1703/7/329 1702/6/329 1704/6/329 +f 369/7/330 1703/7/330 1702/6/330 +f 1704/6/330 1702/6/330 1703/7/330 +f 1705/7/335 1700/6/337 1701/7/337 +f 1700/6/337 1705/7/335 1706/6/335 +f 1701/7/338 1700/6/338 1705/7/336 +f 1706/6/336 1705/7/336 1700/6/338 +f 1703/7/332 1708/6/331 1707/7/331 +f 1708/6/331 1703/7/332 1704/6/332 +f 1707/7/334 1708/6/334 1703/7/333 +f 1704/6/333 1703/7/333 1708/6/334 +f 1706/6/81 1702/6/81 1700/6/81 +f 1702/6/81 1706/6/81 1704/6/81 +f 1704/6/81 1706/6/81 1708/6/81 +f 1700/6/82 1702/6/82 1706/6/82 +f 1704/6/82 1706/6/82 1702/6/82 +f 1708/6/82 1706/6/82 1704/6/82 +f 1708/6/331 1705/7/335 1707/7/331 +f 1705/7/335 1708/6/331 1706/6/335 +f 1707/7/334 1705/7/336 1708/6/334 +f 1706/6/336 1708/6/334 1705/7/336 +f 374/8/329 1710/7/329 1709/7/329 +f 1710/7/329 374/8/329 1711/8/329 +f 1709/7/330 1710/7/330 374/8/330 +f 1711/8/330 374/8/330 1710/7/330 +f 374/8/327 1713/7/327 1712/8/327 +f 1713/7/327 374/8/327 1709/7/327 +f 1712/8/328 1713/7/328 374/8/328 +f 1709/7/328 374/8/328 1713/7/328 +f 1714/8/81 374/8/81 1712/8/81 +f 374/8/81 1714/8/81 1711/8/81 +f 1711/8/81 1714/8/81 1715/8/81 +f 1712/8/82 374/8/82 1714/8/82 +f 1711/8/82 1714/8/82 374/8/82 +f 1715/8/82 1714/8/82 1711/8/82 +f 1710/7/82 1713/7/82 1709/7/82 +f 1713/7/82 1710/7/82 1716/7/82 +f 1716/7/82 1710/7/82 1717/7/82 +f 1709/7/81 1713/7/81 1710/7/81 +f 1716/7/81 1710/7/81 1713/7/81 +f 1717/7/81 1710/7/81 1716/7/81 +f 1710/7/332 1715/8/331 1717/7/331 +f 1715/8/331 1710/7/332 1711/8/332 +f 1717/7/334 1715/8/334 1710/7/333 +f 1711/8/333 1710/7/333 1715/8/334 +f 1715/8/331 1716/7/607 1717/7/331 +f 1716/7/607 1715/8/331 1714/8/607 +f 1717/7/334 1716/7/608 1715/8/334 +f 1714/8/608 1715/8/334 1716/7/608 +f 1716/7/607 1712/8/337 1713/7/337 +f 1712/8/337 1716/7/607 1714/8/607 +f 1713/7/338 1712/8/338 1716/7/608 +f 1714/8/608 1716/7/608 1712/8/338 +f 1720/6/96 1719/7/96 1718/6/96 +f 1719/7/96 1720/6/96 456/7/96 +f 1718/6/95 1719/7/95 1720/6/95 +f 456/7/95 1720/6/95 1719/7/95 +f 1720/6/84 1721/7/84 456/7/84 +f 1721/7/84 1720/6/84 1722/6/84 +f 456/7/83 1721/7/83 1720/6/83 +f 1722/6/83 1720/6/83 1721/7/83 +f 1723/7/343 1718/6/345 1719/7/345 +f 1718/6/345 1723/7/343 1724/6/343 +f 1719/7/346 1718/6/346 1723/7/344 +f 1724/6/344 1723/7/344 1718/6/346 +f 1721/7/340 1726/6/339 1725/7/339 +f 1726/6/339 1721/7/340 1722/6/340 +f 1725/7/342 1726/6/342 1721/7/341 +f 1722/6/341 1721/7/341 1726/6/342 +f 1724/6/81 1720/6/81 1718/6/81 +f 1720/6/81 1724/6/81 1722/6/81 +f 1722/6/81 1724/6/81 1726/6/81 +f 1718/6/82 1720/6/82 1724/6/82 +f 1722/6/82 1724/6/82 1720/6/82 +f 1726/6/82 1724/6/82 1722/6/82 +f 1726/6/339 1723/7/343 1725/7/339 +f 1723/7/343 1726/6/339 1724/6/343 +f 1725/7/342 1723/7/344 1726/6/342 +f 1724/6/344 1726/6/342 1723/7/344 +f 1729/8/84 1728/7/84 1727/7/84 +f 1728/7/84 1729/8/84 1730/8/84 +f 1727/7/83 1728/7/83 1729/8/83 +f 1730/8/83 1729/8/83 1728/7/83 +f 1729/8/96 1732/7/96 1731/8/96 +f 1732/7/96 1729/8/96 1727/7/96 +f 1731/8/95 1732/7/95 1729/8/95 +f 1727/7/95 1729/8/95 1732/7/95 +f 1733/8/81 1729/8/81 1731/8/81 +f 1729/8/81 1733/8/81 1730/8/81 +f 1730/8/81 1733/8/81 1734/8/81 +f 1731/8/82 1729/8/82 1733/8/82 +f 1730/8/82 1733/8/82 1729/8/82 +f 1734/8/82 1733/8/82 1730/8/82 +f 1728/7/82 1732/7/82 1727/7/82 +f 1732/7/82 1728/7/82 1735/7/82 +f 1735/7/82 1728/7/82 1736/7/82 +f 1727/7/81 1732/7/81 1728/7/81 +f 1735/7/81 1728/7/81 1732/7/81 +f 1736/7/81 1728/7/81 1735/7/81 +f 1728/7/340 1734/8/339 1736/7/339 +f 1734/8/339 1728/7/340 1730/8/340 +f 1736/7/342 1734/8/342 1728/7/341 +f 1730/8/341 1728/7/341 1734/8/342 +f 1734/8/339 1735/7/609 1736/7/339 +f 1735/7/609 1734/8/339 1733/8/609 +f 1736/7/342 1735/7/610 1734/8/342 +f 1733/8/610 1734/8/342 1735/7/610 +f 1735/7/609 1731/8/345 1732/7/345 +f 1731/8/345 1735/7/609 1733/8/609 +f 1732/7/346 1731/8/346 1735/7/610 +f 1733/8/610 1735/7/610 1731/8/346 +f 1739/6/310 1738/7/310 1737/6/310 +f 1738/7/310 1739/6/310 1740/7/310 +f 1737/6/309 1738/7/309 1739/6/309 +f 1740/7/309 1739/6/309 1738/7/309 +f 1739/6/308 1741/7/308 1740/7/308 +f 1741/7/308 1739/6/308 1742/6/308 +f 1740/7/307 1741/7/307 1739/6/307 +f 1742/6/307 1739/6/307 1741/7/307 +f 1743/7/336 1737/6/338 1738/7/338 +f 1737/6/338 1743/7/336 1744/6/336 +f 1738/7/337 1737/6/337 1743/7/335 +f 1744/6/335 1743/7/335 1737/6/337 +f 1741/7/333 1746/6/334 1745/7/334 +f 1746/6/334 1741/7/333 1742/6/333 +f 1745/7/331 1746/6/331 1741/7/332 +f 1742/6/332 1741/7/332 1746/6/331 +f 1744/6/81 1739/6/81 1737/6/81 +f 1739/6/81 1744/6/81 1742/6/81 +f 1742/6/81 1744/6/81 1746/6/81 +f 1737/6/82 1739/6/82 1744/6/82 +f 1742/6/82 1744/6/82 1739/6/82 +f 1746/6/82 1744/6/82 1742/6/82 +f 1746/6/334 1743/7/336 1745/7/334 +f 1743/7/336 1746/6/334 1744/6/336 +f 1745/7/331 1743/7/335 1746/6/331 +f 1744/6/335 1746/6/331 1743/7/335 +f 1749/8/308 1748/7/308 1747/7/308 +f 1748/7/308 1749/8/308 1750/8/308 +f 1747/7/307 1748/7/307 1749/8/307 +f 1750/8/307 1749/8/307 1748/7/307 +f 1749/8/310 1752/7/310 1751/8/310 +f 1752/7/310 1749/8/310 1747/7/310 +f 1751/8/309 1752/7/309 1749/8/309 +f 1747/7/309 1749/8/309 1752/7/309 +f 1753/8/81 1749/8/81 1751/8/81 +f 1749/8/81 1753/8/81 1750/8/81 +f 1750/8/81 1753/8/81 1754/8/81 +f 1751/8/82 1749/8/82 1753/8/82 +f 1750/8/82 1753/8/82 1749/8/82 +f 1754/8/82 1753/8/82 1750/8/82 +f 1748/7/82 1752/7/82 1747/7/82 +f 1752/7/82 1748/7/82 1755/7/82 +f 1755/7/82 1748/7/82 1756/7/82 +f 1747/7/81 1752/7/81 1748/7/81 +f 1755/7/81 1748/7/81 1752/7/81 +f 1756/7/81 1748/7/81 1755/7/81 +f 1748/7/333 1754/8/334 1756/7/334 +f 1754/8/334 1748/7/333 1750/8/333 +f 1756/7/331 1754/8/331 1748/7/332 +f 1750/8/332 1748/7/332 1754/8/331 +f 1754/8/334 1755/7/608 1756/7/334 +f 1755/7/608 1754/8/334 1753/8/608 +f 1756/7/331 1755/7/607 1754/8/331 +f 1753/8/607 1754/8/331 1755/7/607 +f 1755/7/608 1751/8/338 1752/7/338 +f 1751/8/338 1755/7/608 1753/8/608 +f 1752/7/337 1751/8/337 1755/7/607 +f 1753/8/607 1755/7/607 1751/8/337 +f 1759/6/347 1758/7/347 1757/6/347 +f 1758/7/347 1759/6/347 1760/7/347 +f 1757/6/348 1758/7/348 1759/6/348 +f 1760/7/348 1759/6/348 1758/7/348 +f 1759/6/349 1761/7/349 1760/7/349 +f 1761/7/349 1759/6/349 1762/6/349 +f 1760/7/350 1761/7/350 1759/6/350 +f 1762/6/350 1759/6/350 1761/7/350 +f 1763/7/335 1757/6/337 1758/7/337 +f 1757/6/337 1763/7/335 1764/6/335 +f 1758/7/338 1757/6/338 1763/7/336 +f 1764/6/336 1763/7/336 1757/6/338 +f 1761/7/332 1766/6/331 1765/7/331 +f 1766/6/331 1761/7/332 1762/6/332 +f 1765/7/334 1766/6/334 1761/7/333 +f 1762/6/333 1761/7/333 1766/6/334 +f 1764/6/81 1759/6/81 1757/6/81 +f 1759/6/81 1764/6/81 1762/6/81 +f 1762/6/81 1764/6/81 1766/6/81 +f 1757/6/82 1759/6/82 1764/6/82 +f 1762/6/82 1764/6/82 1759/6/82 +f 1766/6/82 1764/6/82 1762/6/82 +f 1766/6/331 1763/7/335 1765/7/331 +f 1763/7/335 1766/6/331 1764/6/335 +f 1765/7/334 1763/7/336 1766/6/334 +f 1764/6/336 1766/6/334 1763/7/336 +f 1769/8/349 1768/7/349 1767/7/349 +f 1768/7/349 1769/8/349 1770/8/349 +f 1767/7/350 1768/7/350 1769/8/350 +f 1770/8/350 1769/8/350 1768/7/350 +f 1769/8/347 1772/7/347 1771/8/347 +f 1772/7/347 1769/8/347 1767/7/347 +f 1771/8/348 1772/7/348 1769/8/348 +f 1767/7/348 1769/8/348 1772/7/348 +f 1773/8/81 1769/8/81 1771/8/81 +f 1769/8/81 1773/8/81 1770/8/81 +f 1770/8/81 1773/8/81 1774/8/81 +f 1771/8/82 1769/8/82 1773/8/82 +f 1770/8/82 1773/8/82 1769/8/82 +f 1774/8/82 1773/8/82 1770/8/82 +f 1768/7/82 1772/7/82 1767/7/82 +f 1772/7/82 1768/7/82 1775/7/82 +f 1775/7/82 1768/7/82 1776/7/82 +f 1767/7/81 1772/7/81 1768/7/81 +f 1775/7/81 1768/7/81 1772/7/81 +f 1776/7/81 1768/7/81 1775/7/81 +f 1768/7/332 1774/8/331 1776/7/331 +f 1774/8/331 1768/7/332 1770/8/332 +f 1776/7/334 1774/8/334 1768/7/333 +f 1770/8/333 1768/7/333 1774/8/334 +f 1774/8/331 1775/7/607 1776/7/331 +f 1775/7/607 1774/8/331 1773/8/607 +f 1776/7/334 1775/7/608 1774/8/334 +f 1773/8/608 1774/8/334 1775/7/608 +f 1775/7/607 1771/8/337 1772/7/337 +f 1771/8/337 1775/7/607 1773/8/607 +f 1772/7/338 1771/8/338 1775/7/608 +f 1773/8/608 1775/7/608 1771/8/338 +f 1779/6/288 1778/7/288 1777/6/288 +f 1778/7/288 1779/6/288 524/7/288 +f 1777/6/287 1778/7/287 1779/6/287 +f 524/7/287 1779/6/287 1778/7/287 +f 1779/6/276 1780/7/276 524/7/276 +f 1780/7/276 1779/6/276 1781/6/276 +f 524/7/275 1780/7/275 1779/6/275 +f 1781/6/275 1779/6/275 1780/7/275 +f 1782/7/315 1777/6/317 1778/7/317 +f 1777/6/317 1782/7/315 1783/6/315 +f 1778/7/318 1777/6/318 1782/7/316 +f 1783/6/316 1782/7/316 1777/6/318 +f 1780/7/312 1785/6/311 1784/7/311 +f 1785/6/311 1780/7/312 1781/6/312 +f 1784/7/314 1785/6/314 1780/7/313 +f 1781/6/313 1780/7/313 1785/6/314 +f 1783/6/81 1779/6/81 1777/6/81 +f 1779/6/81 1783/6/81 1781/6/81 +f 1781/6/81 1783/6/81 1785/6/81 +f 1777/6/82 1779/6/82 1783/6/82 +f 1781/6/82 1783/6/82 1779/6/82 +f 1785/6/82 1783/6/82 1781/6/82 +f 1785/6/311 1782/7/315 1784/7/311 +f 1782/7/315 1785/6/311 1783/6/315 +f 1784/7/314 1782/7/316 1785/6/314 +f 1783/6/316 1785/6/314 1782/7/316 +f 526/8/276 1787/7/276 1786/7/276 +f 1787/7/276 526/8/276 1788/8/276 +f 1786/7/275 1787/7/275 526/8/275 +f 1788/8/275 526/8/275 1787/7/275 +f 526/8/288 1790/7/288 1789/8/288 +f 1790/7/288 526/8/288 1786/7/288 +f 1789/8/287 1790/7/287 526/8/287 +f 1786/7/287 526/8/287 1790/7/287 +f 1791/8/81 526/8/81 1789/8/81 +f 526/8/81 1791/8/81 1788/8/81 +f 1788/8/81 1791/8/81 1792/8/81 +f 1789/8/82 526/8/82 1791/8/82 +f 1788/8/82 1791/8/82 526/8/82 +f 1792/8/82 1791/8/82 1788/8/82 +f 1787/7/82 1790/7/82 1786/7/82 +f 1790/7/82 1787/7/82 1793/7/82 +f 1793/7/82 1787/7/82 1794/7/82 +f 1786/7/81 1790/7/81 1787/7/81 +f 1793/7/81 1787/7/81 1790/7/81 +f 1794/7/81 1787/7/81 1793/7/81 +f 1787/7/312 1792/8/311 1794/7/311 +f 1792/8/311 1787/7/312 1788/8/312 +f 1794/7/314 1792/8/314 1787/7/313 +f 1788/8/313 1787/7/313 1792/8/314 +f 1792/8/311 1793/7/557 1794/7/311 +f 1793/7/557 1792/8/311 1791/8/557 +f 1794/7/314 1793/7/558 1792/8/314 +f 1791/8/558 1792/8/314 1793/7/558 +f 1793/7/557 1789/8/317 1790/7/317 +f 1789/8/317 1793/7/557 1791/8/557 +f 1790/7/318 1789/8/318 1793/7/558 +f 1791/8/558 1793/7/558 1789/8/318 +f 57/8/96 1113/7/96 1118/8/96 +f 1113/7/96 57/8/96 64/7/96 +f 1118/8/95 1113/7/95 57/8/95 +f 64/7/95 57/8/95 1113/7/95 +f 1797/8/583 1796/7/83 1795/7/583 +f 1796/7/83 1797/8/583 1798/8/83 +f 1795/7/584 1796/7/84 1797/8/584 +f 1798/8/84 1797/8/584 1796/7/84 +f 57/8/84 1799/7/84 64/7/84 +f 1799/7/84 57/8/84 458/8/84 +f 64/7/83 1799/7/83 57/8/83 +f 458/8/83 57/8/83 1799/7/83 +f 1798/8/83 1113/7/585 1796/7/83 +f 1113/7/585 1798/8/83 1118/8/585 +f 1796/7/84 1113/7/586 1798/8/84 +f 1118/8/586 1798/8/84 1113/7/586 +f 1799/7/82 1113/7/82 64/7/82 +f 1113/7/82 1799/7/82 1796/7/82 +f 1796/7/82 1799/7/82 1795/7/82 +f 64/7/81 1113/7/81 1799/7/81 +f 1796/7/81 1799/7/81 1113/7/81 +f 1795/7/81 1799/7/81 1796/7/81 +f 1118/8/81 458/8/81 57/8/81 +f 458/8/81 1118/8/81 1798/8/81 +f 458/8/81 1798/8/81 1797/8/81 +f 57/8/82 458/8/82 1118/8/82 +f 1798/8/82 1118/8/82 458/8/82 +f 1797/8/82 1798/8/82 458/8/82 +f 1799/7/95 1797/8/95 1795/7/95 +f 1797/8/95 1799/7/95 458/8/95 +f 1795/7/96 1797/8/96 1799/7/96 +f 458/8/96 1799/7/96 1797/8/96 +f 1802/6/81 1801/6/81 1800/6/81 +f 1801/6/81 1802/6/81 1803/6/81 +f 1801/6/81 1803/6/81 1804/6/81 +f 1800/6/82 1801/6/82 1802/6/82 +f 1803/6/82 1802/6/82 1801/6/82 +f 1804/6/82 1803/6/82 1801/6/82 +f 1800/6/84 1806/7/84 1805/7/84 +f 1806/7/84 1800/6/84 1801/6/84 +f 1805/7/83 1806/7/83 1800/6/83 +f 1801/6/83 1800/6/83 1806/7/83 +f 1806/7/95 1804/6/95 1807/7/95 +f 1804/6/95 1806/7/95 1801/6/95 +f 1807/7/96 1804/6/96 1806/7/96 +f 1801/6/96 1806/7/96 1804/6/96 +f 1800/6/96 1808/7/96 1802/6/96 +f 1808/7/96 1800/6/96 1805/7/96 +f 1802/6/95 1808/7/95 1800/6/95 +f 1805/7/95 1800/6/95 1808/7/95 +f 1810/12/324 1809/11/324 1803/6/84 +f 1809/11/324 1811/13/324 1803/6/84 +f 1812/14/324 1810/12/324 1803/6/84 +f 1803/6/84 1811/13/324 1813/7/84 +f 1814/13/324 1813/7/84 1811/13/324 +f 1813/7/84 1814/13/324 1807/7/324 +f 1815/11/324 1807/7/324 1814/13/324 +f 1804/6/324 1812/14/324 1803/6/84 +f 1804/6/324 1807/7/324 1815/11/324 +f 1812/14/324 1804/6/324 1816/14/324 +f 1817/12/324 1804/6/324 1815/11/324 +f 1816/14/324 1804/6/324 1817/12/324 +f 1819/16/326 1818/15/326 1802/6/326 +f 1820/17/326 1819/16/326 1802/6/326 +f 1803/6/84 1820/17/326 1802/6/326 +f 1820/17/326 1803/6/84 1821/17/326 +f 1802/6/326 1818/15/326 1808/7/326 +f 1821/17/326 1803/6/84 1822/16/326 +f 1822/16/326 1803/6/84 1823/15/326 +f 1824/18/326 1808/7/326 1818/15/326 +f 1823/15/326 1803/6/84 1825/19/326 +f 1826/18/326 1823/15/326 1825/19/326 +f 1826/18/326 1825/19/326 1824/18/326 +f 1825/19/326 1803/6/84 1827/19/326 +f 1827/19/326 1803/6/84 1828/20/326 +f 1828/20/326 1803/6/84 1829/21/326 +f 1803/6/84 1813/7/84 1829/21/326 +f 1829/21/326 1813/7/84 1830/22/326 +f 1808/7/326 1830/22/326 1813/7/84 +f 1830/22/326 1808/7/326 1831/22/326 +f 1831/22/326 1808/7/326 1824/18/326 +f 1825/19/326 1832/20/326 1824/18/326 +f 1833/21/326 1831/22/326 1824/18/326 +f 1832/20/326 1833/21/326 1824/18/326 +f 1803/6/83 1809/11/323 1810/12/323 +f 1803/6/83 1810/12/323 1812/14/323 +f 1803/6/83 1811/13/323 1809/11/323 +f 1813/7/83 1811/13/323 1803/6/83 +f 1811/13/323 1813/7/83 1814/13/323 +f 1807/7/323 1814/13/323 1813/7/83 +f 1814/13/323 1807/7/323 1815/11/323 +f 1803/6/83 1812/14/323 1804/6/323 +f 1815/11/323 1807/7/323 1804/6/323 +f 1816/14/323 1804/6/323 1812/14/323 +f 1815/11/323 1804/6/323 1817/12/323 +f 1817/12/323 1804/6/323 1816/14/323 +f 1802/6/325 1818/15/325 1819/16/325 +f 1802/6/325 1819/16/325 1820/17/325 +f 1802/6/325 1820/17/325 1803/6/83 +f 1821/17/325 1803/6/83 1820/17/325 +f 1808/7/325 1818/15/325 1802/6/325 +f 1822/16/325 1803/6/83 1821/17/325 +f 1823/15/325 1803/6/83 1822/16/325 +f 1818/15/325 1808/7/325 1824/18/325 +f 1825/19/325 1803/6/83 1823/15/325 +f 1825/19/325 1823/15/325 1826/18/325 +f 1824/18/325 1825/19/325 1826/18/325 +f 1827/19/325 1803/6/83 1825/19/325 +f 1828/20/325 1803/6/83 1827/19/325 +f 1829/21/325 1803/6/83 1828/20/325 +f 1829/21/325 1813/7/83 1803/6/83 +f 1830/22/325 1813/7/83 1829/21/325 +f 1813/7/83 1830/22/325 1808/7/325 +f 1831/22/325 1808/7/325 1830/22/325 +f 1824/18/325 1808/7/325 1831/22/325 +f 1824/18/325 1832/20/325 1825/19/325 +f 1824/18/325 1831/22/325 1833/21/325 +f 1824/18/325 1833/21/325 1832/20/325 +f 1836/10/587 1835/9/588 1834/9/587 +f 1835/9/588 1836/10/587 1837/10/588 +f 1834/9/589 1835/9/590 1836/10/589 +f 1837/10/590 1836/10/589 1835/9/590 +f 1840/10/589 1839/9/590 1838/9/589 +f 1839/9/590 1840/10/589 1841/10/590 +f 1838/9/587 1839/9/588 1840/10/587 +f 1841/10/588 1840/10/587 1839/9/588 +f 1844/10/592 1843/9/591 1842/10/591 +f 1843/9/591 1844/10/592 1845/9/592 +f 1842/10/594 1843/9/594 1844/10/593 +f 1845/9/593 1844/10/593 1843/9/594 +f 1848/9/594 1847/10/593 1846/9/593 +f 1847/10/593 1848/9/594 1849/10/594 +f 1846/9/592 1847/10/592 1848/9/591 +f 1849/10/591 1848/9/591 1847/10/592 +f 1841/10/590 1848/9/594 1839/9/590 +f 1848/9/594 1841/10/590 1849/10/594 +f 1839/9/588 1848/9/591 1841/10/588 +f 1849/10/591 1841/10/588 1848/9/591 +f 1837/10/588 1843/9/591 1835/9/588 +f 1843/9/591 1837/10/588 1842/10/591 +f 1835/9/590 1843/9/594 1837/10/590 +f 1842/10/594 1837/10/590 1843/9/594 +f 1844/10/592 1838/9/589 1845/9/592 +f 1838/9/589 1844/10/592 1840/10/589 +f 1845/9/593 1838/9/587 1844/10/593 +f 1840/10/587 1844/10/593 1838/9/587 +f 1847/10/593 1834/9/587 1846/9/593 +f 1834/9/587 1847/10/593 1836/10/587 +f 1846/9/592 1834/9/589 1847/10/592 +f 1836/10/589 1847/10/592 1834/9/589 +f 1837/10/595 1844/10/595 1842/10/595 +f 1844/10/595 1837/10/595 1840/10/595 +f 1840/10/595 1837/10/595 1836/10/595 +f 1840/10/595 1836/10/595 1841/10/595 +f 1841/10/595 1836/10/595 1847/10/595 +f 1841/10/595 1847/10/595 1849/10/595 +f 1842/10/596 1844/10/596 1837/10/596 +f 1840/10/596 1837/10/596 1844/10/596 +f 1836/10/596 1837/10/596 1840/10/596 +f 1841/10/596 1836/10/596 1840/10/596 +f 1847/10/596 1836/10/596 1841/10/596 +f 1849/10/596 1847/10/596 1841/10/596 +f 1838/9/596 1843/9/596 1845/9/596 +f 1843/9/596 1838/9/596 1835/9/596 +f 1835/9/596 1838/9/596 1839/9/596 +f 1835/9/596 1839/9/596 1834/9/596 +f 1834/9/596 1839/9/596 1848/9/596 +f 1834/9/596 1848/9/596 1846/9/596 +f 1845/9/595 1843/9/595 1838/9/595 +f 1835/9/595 1838/9/595 1843/9/595 +f 1839/9/595 1838/9/595 1835/9/595 +f 1834/9/595 1839/9/595 1835/9/595 +f 1848/9/595 1839/9/595 1834/9/595 +f 1846/9/595 1848/9/595 1834/9/595 +f 1852/10/597 1851/9/598 1850/9/597 +f 1851/9/598 1852/10/597 1853/10/598 +f 1850/9/599 1851/9/600 1852/10/599 +f 1853/10/600 1852/10/599 1851/9/600 +f 1856/10/599 1855/9/600 1854/9/599 +f 1855/9/600 1856/10/599 1857/10/600 +f 1854/9/597 1855/9/598 1856/10/597 +f 1857/10/598 1856/10/597 1855/9/598 +f 1860/10/602 1859/9/601 1858/10/601 +f 1859/9/601 1860/10/602 1861/9/602 +f 1858/10/604 1859/9/604 1860/10/603 +f 1861/9/603 1860/10/603 1859/9/604 +f 1822/9/604 1862/10/603 1823/9/603 +f 1862/10/603 1822/9/604 1863/10/604 +f 1823/9/602 1862/10/602 1822/9/601 +f 1863/10/601 1822/9/601 1862/10/602 +f 1857/10/600 1822/9/604 1855/9/600 +f 1822/9/604 1857/10/600 1863/10/604 +f 1855/9/598 1822/9/601 1857/10/598 +f 1863/10/601 1857/10/598 1822/9/601 +f 1853/10/598 1859/9/601 1851/9/598 +f 1859/9/601 1853/10/598 1858/10/601 +f 1851/9/600 1859/9/604 1853/10/600 +f 1858/10/604 1853/10/600 1859/9/604 +f 1860/10/602 1854/9/599 1861/9/602 +f 1854/9/599 1860/10/602 1856/10/599 +f 1861/9/603 1854/9/597 1860/10/603 +f 1856/10/597 1860/10/603 1854/9/597 +f 1862/10/603 1850/9/597 1823/9/603 +f 1850/9/597 1862/10/603 1852/10/597 +f 1823/9/602 1850/9/599 1862/10/602 +f 1852/10/599 1862/10/602 1850/9/599 +f 1853/10/605 1860/10/605 1858/10/605 +f 1860/10/605 1853/10/605 1856/10/605 +f 1856/10/605 1853/10/605 1852/10/605 +f 1856/10/605 1852/10/605 1857/10/605 +f 1857/10/605 1852/10/605 1862/10/605 +f 1857/10/605 1862/10/605 1863/10/605 +f 1858/10/606 1860/10/606 1853/10/606 +f 1856/10/606 1853/10/606 1860/10/606 +f 1852/10/606 1853/10/606 1856/10/606 +f 1857/10/606 1852/10/606 1856/10/606 +f 1862/10/606 1852/10/606 1857/10/606 +f 1863/10/606 1862/10/606 1857/10/606 +f 1854/9/606 1859/9/606 1861/9/606 +f 1859/9/606 1854/9/606 1851/9/606 +f 1851/9/606 1854/9/606 1855/9/606 +f 1851/9/606 1855/9/606 1850/9/606 +f 1850/9/606 1855/9/606 1822/9/606 +f 1850/9/606 1822/9/606 1823/9/606 +f 1861/9/605 1859/9/605 1854/9/605 +f 1851/9/605 1854/9/605 1859/9/605 +f 1855/9/605 1854/9/605 1851/9/605 +f 1850/9/605 1855/9/605 1851/9/605 +f 1822/9/605 1855/9/605 1850/9/605 +f 1823/9/605 1822/9/605 1850/9/605 +f 1866/10/597 1865/9/598 1864/9/597 +f 1865/9/598 1866/10/597 1867/10/598 +f 1864/9/599 1865/9/600 1866/10/599 +f 1867/10/600 1866/10/599 1865/9/600 +f 1869/10/599 1868/9/600 1825/9/599 +f 1868/9/600 1869/10/599 1870/10/600 +f 1825/9/597 1868/9/598 1869/10/597 +f 1870/10/598 1869/10/597 1868/9/598 +f 1872/10/602 1833/9/601 1871/10/601 +f 1833/9/601 1872/10/602 1832/9/602 +f 1871/10/604 1833/9/604 1872/10/603 +f 1832/9/603 1872/10/603 1833/9/604 +f 1875/9/604 1874/10/603 1873/9/603 +f 1874/10/603 1875/9/604 1876/10/604 +f 1873/9/602 1874/10/602 1875/9/601 +f 1876/10/601 1875/9/601 1874/10/602 +f 1870/10/600 1875/9/604 1868/9/600 +f 1875/9/604 1870/10/600 1876/10/604 +f 1868/9/598 1875/9/601 1870/10/598 +f 1876/10/601 1870/10/598 1875/9/601 +f 1867/10/598 1833/9/601 1865/9/598 +f 1833/9/601 1867/10/598 1871/10/601 +f 1865/9/600 1833/9/604 1867/10/600 +f 1871/10/604 1867/10/600 1833/9/604 +f 1872/10/602 1825/9/599 1832/9/602 +f 1825/9/599 1872/10/602 1869/10/599 +f 1832/9/603 1825/9/597 1872/10/603 +f 1869/10/597 1872/10/603 1825/9/597 +f 1874/10/603 1864/9/597 1873/9/603 +f 1864/9/597 1874/10/603 1866/10/597 +f 1873/9/602 1864/9/599 1874/10/602 +f 1866/10/599 1874/10/602 1864/9/599 +f 1867/10/605 1872/10/605 1871/10/605 +f 1872/10/605 1867/10/605 1869/10/605 +f 1869/10/605 1867/10/605 1866/10/605 +f 1869/10/605 1866/10/605 1870/10/605 +f 1870/10/605 1866/10/605 1874/10/605 +f 1870/10/605 1874/10/605 1876/10/605 +f 1871/10/606 1872/10/606 1867/10/606 +f 1869/10/606 1867/10/606 1872/10/606 +f 1866/10/606 1867/10/606 1869/10/606 +f 1870/10/606 1866/10/606 1869/10/606 +f 1874/10/606 1866/10/606 1870/10/606 +f 1876/10/606 1874/10/606 1870/10/606 +f 1825/9/606 1833/9/606 1832/9/606 +f 1833/9/606 1825/9/606 1865/9/606 +f 1865/9/606 1825/9/606 1868/9/606 +f 1865/9/606 1868/9/606 1864/9/606 +f 1864/9/606 1868/9/606 1875/9/606 +f 1864/9/606 1875/9/606 1873/9/606 +f 1832/9/605 1833/9/605 1825/9/605 +f 1865/9/605 1825/9/605 1833/9/605 +f 1868/9/605 1825/9/605 1865/9/605 +f 1864/9/605 1868/9/605 1865/9/605 +f 1875/9/605 1868/9/605 1864/9/605 +f 1873/9/605 1875/9/605 1864/9/605 +f 1879/6/310 1878/7/310 1877/6/310 +f 1878/7/310 1879/6/310 461/7/310 +f 1877/6/309 1878/7/309 1879/6/309 +f 461/7/309 1879/6/309 1878/7/309 +f 1879/6/308 1880/7/308 461/7/308 +f 1880/7/308 1879/6/308 1881/6/308 +f 461/7/307 1880/7/307 1879/6/307 +f 1881/6/307 1879/6/307 1880/7/307 +f 1882/7/336 1877/6/338 1878/7/338 +f 1877/6/338 1882/7/336 1883/6/336 +f 1878/7/337 1877/6/337 1882/7/335 +f 1883/6/335 1882/7/335 1877/6/337 +f 1880/7/333 1885/6/334 1884/7/334 +f 1885/6/334 1880/7/333 1881/6/333 +f 1884/7/331 1885/6/331 1880/7/332 +f 1881/6/332 1880/7/332 1885/6/331 +f 1883/6/81 1879/6/81 1877/6/81 +f 1879/6/81 1883/6/81 1881/6/81 +f 1881/6/81 1883/6/81 1885/6/81 +f 1877/6/82 1879/6/82 1883/6/82 +f 1881/6/82 1883/6/82 1879/6/82 +f 1885/6/82 1883/6/82 1881/6/82 +f 1885/6/334 1882/7/336 1884/7/334 +f 1882/7/336 1885/6/334 1883/6/336 +f 1884/7/331 1882/7/335 1885/6/331 +f 1883/6/335 1885/6/331 1882/7/335 +f 466/8/308 1887/7/308 1886/7/308 +f 1887/7/308 466/8/308 1888/8/308 +f 1886/7/307 1887/7/307 466/8/307 +f 1888/8/307 466/8/307 1887/7/307 +f 466/8/310 1890/7/310 1889/8/310 +f 1890/7/310 466/8/310 1886/7/310 +f 1889/8/309 1890/7/309 466/8/309 +f 1886/7/309 466/8/309 1890/7/309 +f 1891/8/81 466/8/81 1889/8/81 +f 466/8/81 1891/8/81 1888/8/81 +f 1888/8/81 1891/8/81 1892/8/81 +f 1889/8/82 466/8/82 1891/8/82 +f 1888/8/82 1891/8/82 466/8/82 +f 1892/8/82 1891/8/82 1888/8/82 +f 1887/7/82 1890/7/82 1886/7/82 +f 1890/7/82 1887/7/82 1893/7/82 +f 1893/7/82 1887/7/82 1894/7/82 +f 1886/7/81 1890/7/81 1887/7/81 +f 1893/7/81 1887/7/81 1890/7/81 +f 1894/7/81 1887/7/81 1893/7/81 +f 1887/7/333 1892/8/334 1894/7/334 +f 1892/8/334 1887/7/333 1888/8/333 +f 1894/7/331 1892/8/331 1887/7/332 +f 1888/8/332 1887/7/332 1892/8/331 +f 1892/8/334 1893/7/608 1894/7/334 +f 1893/7/608 1892/8/334 1891/8/608 +f 1894/7/331 1893/7/607 1892/8/331 +f 1891/8/607 1892/8/331 1893/7/607 +f 1893/7/608 1889/8/338 1890/7/338 +f 1889/8/338 1893/7/608 1891/8/608 +f 1890/7/337 1889/8/337 1893/7/607 +f 1891/8/607 1893/7/607 1889/8/337 +f 1897/6/96 1896/7/96 1895/6/96 +f 1896/7/96 1897/6/96 471/7/96 +f 1895/6/95 1896/7/95 1897/6/95 +f 471/7/95 1897/6/95 1896/7/95 +f 1897/6/84 1898/7/84 471/7/84 +f 1898/7/84 1897/6/84 1899/6/84 +f 471/7/83 1898/7/83 1897/6/83 +f 1899/6/83 1897/6/83 1898/7/83 +f 1900/7/343 1895/6/345 1896/7/345 +f 1895/6/345 1900/7/343 1901/6/343 +f 1896/7/346 1895/6/346 1900/7/344 +f 1901/6/344 1900/7/344 1895/6/346 +f 1898/7/340 1903/6/339 1902/7/339 +f 1903/6/339 1898/7/340 1899/6/340 +f 1902/7/342 1903/6/342 1898/7/341 +f 1899/6/341 1898/7/341 1903/6/342 +f 1901/6/81 1897/6/81 1895/6/81 +f 1897/6/81 1901/6/81 1899/6/81 +f 1899/6/81 1901/6/81 1903/6/81 +f 1895/6/82 1897/6/82 1901/6/82 +f 1899/6/82 1901/6/82 1897/6/82 +f 1903/6/82 1901/6/82 1899/6/82 +f 1903/6/339 1900/7/343 1902/7/339 +f 1900/7/343 1903/6/339 1901/6/343 +f 1902/7/342 1900/7/344 1903/6/342 +f 1901/6/344 1903/6/342 1900/7/344 +f 476/8/84 1905/7/84 1904/7/84 +f 1905/7/84 476/8/84 1906/8/84 +f 1904/7/83 1905/7/83 476/8/83 +f 1906/8/83 476/8/83 1905/7/83 +f 476/8/96 1908/7/96 1907/8/96 +f 1908/7/96 476/8/96 1904/7/96 +f 1907/8/95 1908/7/95 476/8/95 +f 1904/7/95 476/8/95 1908/7/95 +f 1909/8/81 476/8/81 1907/8/81 +f 476/8/81 1909/8/81 1906/8/81 +f 1906/8/81 1909/8/81 1910/8/81 +f 1907/8/82 476/8/82 1909/8/82 +f 1906/8/82 1909/8/82 476/8/82 +f 1910/8/82 1909/8/82 1906/8/82 +f 1905/7/82 1908/7/82 1904/7/82 +f 1908/7/82 1905/7/82 1911/7/82 +f 1911/7/82 1905/7/82 1912/7/82 +f 1904/7/81 1908/7/81 1905/7/81 +f 1911/7/81 1905/7/81 1908/7/81 +f 1912/7/81 1905/7/81 1911/7/81 +f 1905/7/340 1910/8/339 1912/7/339 +f 1910/8/339 1905/7/340 1906/8/340 +f 1912/7/342 1910/8/342 1905/7/341 +f 1906/8/341 1905/7/341 1910/8/342 +f 1910/8/339 1911/7/609 1912/7/339 +f 1911/7/609 1910/8/339 1909/8/609 +f 1912/7/342 1911/7/610 1910/8/342 +f 1909/8/610 1910/8/342 1911/7/610 +f 1911/7/609 1907/8/345 1908/7/345 +f 1907/8/345 1911/7/609 1909/8/609 +f 1908/7/346 1907/8/346 1911/7/610 +f 1909/8/610 1911/7/610 1907/8/346 +f 1915/8/307 1914/7/611 1913/7/307 +f 1914/7/611 1915/8/307 1916/8/611 +f 1913/7/308 1914/7/612 1915/8/308 +f 1916/8/612 1915/8/308 1914/7/612 +f 1919/8/614 1918/7/613 1917/8/613 +f 1918/7/613 1919/8/614 1920/7/614 +f 1917/8/616 1918/7/616 1919/8/615 +f 1920/7/615 1919/8/615 1918/7/616 +f 1916/8/611 1918/7/613 1914/7/611 +f 1918/7/613 1916/8/611 1917/8/613 +f 1914/7/612 1918/7/616 1916/8/612 +f 1917/8/616 1916/8/612 1918/7/616 +f 1922/8/617 1913/7/307 1921/7/617 +f 1913/7/307 1922/8/617 1915/8/307 +f 1921/7/618 1913/7/308 1922/8/618 +f 1915/8/308 1922/8/618 1913/7/308 +f 1917/8/81 1923/8/81 1919/8/81 +f 1923/8/81 1917/8/81 1916/8/81 +f 1923/8/81 1916/8/81 1915/8/81 +f 1923/8/81 1915/8/81 1922/8/81 +f 1923/8/81 1922/8/81 1924/8/81 +f 1919/8/82 1923/8/82 1917/8/82 +f 1916/8/82 1917/8/82 1923/8/82 +f 1915/8/82 1916/8/82 1923/8/82 +f 1922/8/82 1915/8/82 1923/8/82 +f 1924/8/82 1922/8/82 1923/8/82 +f 1926/7/620 1924/8/619 1925/7/619 +f 1924/8/619 1926/7/620 1923/8/620 +f 1925/7/622 1924/8/622 1926/7/621 +f 1923/8/621 1926/7/621 1924/8/622 +f 1925/7/619 1922/8/617 1921/7/617 +f 1922/8/617 1925/7/619 1924/8/619 +f 1921/7/618 1922/8/618 1925/7/622 +f 1924/8/622 1925/7/622 1922/8/618 +f 526/8/310 1927/7/310 1788/8/310 +f 1927/7/310 526/8/310 1928/7/310 +f 1788/8/309 1927/7/309 526/8/309 +f 1928/7/309 526/8/309 1927/7/309 +f 1324/8/623 1930/7/307 1929/7/623 +f 1930/7/307 1324/8/623 1931/8/307 +f 1929/7/624 1930/7/308 1324/8/624 +f 1931/8/308 1324/8/624 1930/7/308 +f 526/8/308 1932/7/308 1928/7/308 +f 1932/7/308 526/8/308 180/8/308 +f 1928/7/307 1932/7/307 526/8/307 +f 180/8/307 526/8/307 1932/7/307 +f 1931/8/307 1927/7/625 1930/7/307 +f 1927/7/625 1931/8/307 1788/8/625 +f 1930/7/308 1927/7/626 1931/8/308 +f 1788/8/626 1931/8/308 1927/7/626 +f 1932/7/82 1927/7/82 1928/7/82 +f 1927/7/82 1932/7/82 1930/7/82 +f 1930/7/82 1932/7/82 1929/7/82 +f 1928/7/81 1927/7/81 1932/7/81 +f 1930/7/81 1932/7/81 1927/7/81 +f 1929/7/81 1932/7/81 1930/7/81 +f 1788/8/81 180/8/81 526/8/81 +f 180/8/81 1788/8/81 1931/8/81 +f 180/8/81 1931/8/81 1324/8/81 +f 526/8/82 180/8/82 1788/8/82 +f 1931/8/82 1788/8/82 180/8/82 +f 1324/8/82 1931/8/82 180/8/82 +f 1932/7/309 1324/8/309 1929/7/309 +f 1324/8/309 1932/7/309 180/8/309 +f 1929/7/310 1324/8/310 1932/7/310 +f 180/8/310 1932/7/310 1324/8/310 +f 1933/6/81 1302/6/81 1779/6/81 +f 1302/6/81 1933/6/81 1934/6/81 +f 1302/6/81 1934/6/81 1935/6/81 +f 1779/6/82 1302/6/82 1933/6/82 +f 1934/6/82 1933/6/82 1302/6/82 +f 1935/6/82 1934/6/82 1302/6/82 +f 1779/6/308 169/7/308 524/7/308 +f 169/7/308 1779/6/308 1302/6/308 +f 524/7/307 169/7/307 1779/6/307 +f 1302/6/307 1779/6/307 169/7/307 +f 169/7/309 1935/6/309 1936/7/309 +f 1935/6/309 169/7/309 1302/6/309 +f 1936/7/310 1935/6/310 169/7/310 +f 1302/6/310 169/7/310 1935/6/310 +f 1779/6/310 1937/7/310 1933/6/310 +f 1937/7/310 1779/6/310 524/7/310 +f 1933/6/309 1937/7/309 1779/6/309 +f 524/7/309 1779/6/309 1937/7/309 +f 1939/24/352 1938/23/352 1934/6/308 +f 1938/23/352 1940/25/352 1934/6/308 +f 1941/26/352 1939/24/352 1934/6/308 +f 1940/25/352 1942/27/352 1934/6/308 +f 1943/25/352 1942/27/352 1940/25/352 +f 1942/27/352 1944/28/352 1934/6/308 +f 1942/27/352 1943/25/352 1945/27/352 +f 1945/27/352 1943/25/352 1946/28/352 +f 1946/28/352 1943/25/352 1947/29/352 +f 1944/28/352 1948/29/352 1934/6/308 +f 1943/25/352 1949/23/352 1947/29/352 +f 1935/6/352 1941/26/352 1934/6/308 +f 1934/6/308 1948/29/352 1950/7/308 +f 1951/30/352 1950/7/308 1948/29/352 +f 1952/30/352 1950/7/308 1951/30/352 +f 1941/26/352 1935/6/352 1953/26/352 +f 1953/26/352 1935/6/352 1954/24/352 +f 1954/24/352 1935/6/352 1949/23/352 +f 1950/7/308 1952/30/352 1936/7/352 +f 1947/29/352 1936/7/352 1952/30/352 +f 1949/23/352 1936/7/352 1947/29/352 +f 1935/6/352 1936/7/352 1949/23/352 +f 1956/32/354 1955/31/354 1933/6/354 +f 1957/33/354 1956/32/354 1933/6/354 +f 1933/6/354 1955/31/354 1937/7/354 +f 1958/34/354 1937/7/354 1955/31/354 +f 1959/34/354 1937/7/354 1958/34/354 +f 1937/7/354 1959/34/354 1950/7/308 +f 1960/31/354 1950/7/308 1959/34/354 +f 1934/6/308 1957/33/354 1933/6/354 +f 1934/6/308 1950/7/308 1960/31/354 +f 1957/33/354 1934/6/308 1961/33/354 +f 1962/32/354 1934/6/308 1960/31/354 +f 1961/33/354 1934/6/308 1962/32/354 +f 1934/6/307 1938/23/351 1939/24/351 +f 1934/6/307 1939/24/351 1941/26/351 +f 1934/6/307 1940/25/351 1938/23/351 +f 1934/6/307 1941/26/351 1935/6/351 +f 1953/26/351 1935/6/351 1941/26/351 +f 1954/24/351 1935/6/351 1953/26/351 +f 1949/23/351 1935/6/351 1954/24/351 +f 1949/23/351 1936/7/351 1935/6/351 +f 1947/29/351 1936/7/351 1949/23/351 +f 1947/29/351 1949/23/351 1943/25/351 +f 1952/30/351 1936/7/351 1947/29/351 +f 1947/29/351 1943/25/351 1946/28/351 +f 1946/28/351 1943/25/351 1945/27/351 +f 1936/7/351 1952/30/351 1950/7/307 +f 1951/30/351 1950/7/307 1952/30/351 +f 1948/29/351 1950/7/307 1951/30/351 +f 1950/7/307 1948/29/351 1934/6/307 +f 1934/6/307 1948/29/351 1944/28/351 +f 1945/27/351 1943/25/351 1942/27/351 +f 1934/6/307 1944/28/351 1942/27/351 +f 1940/25/351 1942/27/351 1943/25/351 +f 1934/6/307 1942/27/351 1940/25/351 +f 1933/6/353 1955/31/353 1956/32/353 +f 1933/6/353 1956/32/353 1957/33/353 +f 1937/7/353 1955/31/353 1933/6/353 +f 1955/31/353 1937/7/353 1958/34/353 +f 1958/34/353 1937/7/353 1959/34/353 +f 1950/7/307 1959/34/353 1937/7/353 +f 1959/34/353 1950/7/307 1960/31/353 +f 1933/6/353 1957/33/353 1934/6/307 +f 1960/31/353 1950/7/307 1934/6/307 +f 1961/33/353 1934/6/307 1957/33/353 +f 1960/31/353 1934/6/307 1962/32/353 +f 1962/32/353 1934/6/307 1961/33/353 +f 1964/10/627 1963/9/628 1959/9/627 +f 1963/9/628 1964/10/627 1965/10/628 +f 1959/9/629 1963/9/630 1964/10/629 +f 1965/10/630 1964/10/629 1963/9/630 +f 1967/10/629 1961/9/630 1966/9/629 +f 1961/9/630 1967/10/629 1968/10/630 +f 1966/9/627 1961/9/628 1967/10/627 +f 1968/10/628 1967/10/627 1961/9/628 +f 1971/10/632 1970/9/631 1969/10/631 +f 1970/9/631 1971/10/632 1972/9/632 +f 1969/10/634 1970/9/634 1971/10/633 +f 1972/9/633 1971/10/633 1970/9/634 +f 1975/9/634 1974/10/633 1973/9/633 +f 1974/10/633 1975/9/634 1976/10/634 +f 1973/9/632 1974/10/632 1975/9/631 +f 1976/10/631 1975/9/631 1974/10/632 +f 1968/10/630 1975/9/634 1961/9/630 +f 1975/9/634 1968/10/630 1976/10/634 +f 1961/9/628 1975/9/631 1968/10/628 +f 1976/10/631 1968/10/628 1975/9/631 +f 1965/10/628 1970/9/631 1963/9/628 +f 1970/9/631 1965/10/628 1969/10/631 +f 1963/9/630 1970/9/634 1965/10/630 +f 1969/10/634 1965/10/630 1970/9/634 +f 1971/10/632 1966/9/629 1972/9/632 +f 1966/9/629 1971/10/632 1967/10/629 +f 1972/9/633 1966/9/627 1971/10/633 +f 1967/10/627 1971/10/633 1966/9/627 +f 1974/10/633 1959/9/627 1973/9/633 +f 1959/9/627 1974/10/633 1964/10/627 +f 1973/9/632 1959/9/629 1974/10/632 +f 1964/10/629 1974/10/632 1959/9/629 +f 1965/10/635 1971/10/635 1969/10/635 +f 1971/10/635 1965/10/635 1967/10/635 +f 1967/10/635 1965/10/635 1964/10/635 +f 1967/10/635 1964/10/635 1968/10/635 +f 1968/10/635 1964/10/635 1974/10/635 +f 1968/10/635 1974/10/635 1976/10/635 +f 1969/10/636 1971/10/636 1965/10/636 +f 1967/10/636 1965/10/636 1971/10/636 +f 1964/10/636 1965/10/636 1967/10/636 +f 1968/10/636 1964/10/636 1967/10/636 +f 1974/10/636 1964/10/636 1968/10/636 +f 1976/10/636 1974/10/636 1968/10/636 +f 1966/9/636 1970/9/636 1972/9/636 +f 1970/9/636 1966/9/636 1963/9/636 +f 1963/9/636 1966/9/636 1961/9/636 +f 1963/9/636 1961/9/636 1959/9/636 +f 1959/9/636 1961/9/636 1975/9/636 +f 1959/9/636 1975/9/636 1973/9/636 +f 1972/9/635 1970/9/635 1966/9/635 +f 1963/9/635 1966/9/635 1970/9/635 +f 1961/9/635 1966/9/635 1963/9/635 +f 1959/9/635 1961/9/635 1963/9/635 +f 1975/9/635 1961/9/635 1959/9/635 +f 1973/9/635 1975/9/635 1959/9/635 +f 1978/10/637 1977/9/638 1943/9/637 +f 1977/9/638 1978/10/637 1979/10/638 +f 1943/9/639 1977/9/640 1978/10/639 +f 1979/10/640 1978/10/639 1977/9/640 +f 1981/10/639 1953/9/640 1980/9/639 +f 1953/9/640 1981/10/639 1982/10/640 +f 1980/9/637 1953/9/638 1981/10/637 +f 1982/10/638 1981/10/637 1953/9/638 +f 1985/10/642 1984/9/641 1983/10/641 +f 1984/9/641 1985/10/642 1986/9/642 +f 1983/10/644 1984/9/644 1985/10/643 +f 1986/9/643 1985/10/643 1984/9/644 +f 1954/9/644 1987/10/643 1949/9/643 +f 1987/10/643 1954/9/644 1988/10/644 +f 1949/9/642 1987/10/642 1954/9/641 +f 1988/10/641 1954/9/641 1987/10/642 +f 1982/10/640 1954/9/644 1953/9/640 +f 1954/9/644 1982/10/640 1988/10/644 +f 1953/9/638 1954/9/641 1982/10/638 +f 1988/10/641 1982/10/638 1954/9/641 +f 1979/10/638 1984/9/641 1977/9/638 +f 1984/9/641 1979/10/638 1983/10/641 +f 1977/9/640 1984/9/644 1979/10/640 +f 1983/10/644 1979/10/640 1984/9/644 +f 1985/10/642 1980/9/639 1986/9/642 +f 1980/9/639 1985/10/642 1981/10/639 +f 1986/9/643 1980/9/637 1985/10/643 +f 1981/10/637 1985/10/643 1980/9/637 +f 1987/10/643 1943/9/637 1949/9/643 +f 1943/9/637 1987/10/643 1978/10/637 +f 1949/9/642 1943/9/639 1987/10/642 +f 1978/10/639 1987/10/642 1943/9/639 +f 1979/10/645 1985/10/645 1983/10/645 +f 1985/10/645 1979/10/645 1981/10/645 +f 1981/10/645 1979/10/645 1978/10/645 +f 1981/10/645 1978/10/645 1982/10/645 +f 1982/10/645 1978/10/645 1987/10/645 +f 1982/10/645 1987/10/645 1988/10/645 +f 1983/10/646 1985/10/646 1979/10/646 +f 1981/10/646 1979/10/646 1985/10/646 +f 1978/10/646 1979/10/646 1981/10/646 +f 1982/10/646 1978/10/646 1981/10/646 +f 1987/10/646 1978/10/646 1982/10/646 +f 1988/10/646 1987/10/646 1982/10/646 +f 1980/9/646 1984/9/646 1986/9/646 +f 1984/9/646 1980/9/646 1977/9/646 +f 1977/9/646 1980/9/646 1953/9/646 +f 1977/9/646 1953/9/646 1943/9/646 +f 1943/9/646 1953/9/646 1954/9/646 +f 1943/9/646 1954/9/646 1949/9/646 +f 1986/9/645 1984/9/645 1980/9/645 +f 1977/9/645 1980/9/645 1984/9/645 +f 1953/9/645 1980/9/645 1977/9/645 +f 1943/9/645 1953/9/645 1977/9/645 +f 1954/9/645 1953/9/645 1943/9/645 +f 1949/9/645 1954/9/645 1943/9/645 +f 1991/9/637 1990/10/638 1989/9/638 +f 1990/10/638 1991/9/637 1992/10/637 +f 1989/9/640 1990/10/640 1991/9/639 +f 1992/10/639 1991/9/639 1990/10/640 +f 1995/10/639 1994/9/640 1993/9/639 +f 1994/9/640 1995/10/639 1996/10/640 +f 1993/9/637 1994/9/638 1995/10/637 +f 1996/10/638 1995/10/637 1994/9/638 +f 1999/10/642 1998/9/641 1997/10/641 +f 1998/9/641 1999/10/642 2000/9/642 +f 1997/10/644 1998/9/644 1999/10/643 +f 2000/9/643 1999/10/643 1998/9/644 +f 1946/9/644 2001/10/643 1947/9/643 +f 2001/10/643 1946/9/644 2002/10/644 +f 1947/9/642 2001/10/642 1946/9/641 +f 2002/10/641 1946/9/641 2001/10/642 +f 1994/9/640 2002/10/644 1946/9/644 +f 2002/10/644 1994/9/640 1996/10/640 +f 1946/9/641 2002/10/641 1994/9/638 +f 1996/10/638 1994/9/638 2002/10/641 +f 1990/10/638 1998/9/641 1989/9/638 +f 1998/9/641 1990/10/638 1997/10/641 +f 1989/9/640 1998/9/644 1990/10/640 +f 1997/10/644 1990/10/640 1998/9/644 +f 2000/9/642 1995/10/639 1993/9/639 +f 1995/10/639 2000/9/642 1999/10/642 +f 1993/9/637 1995/10/637 2000/9/643 +f 1999/10/643 2000/9/643 1995/10/637 +f 2001/10/643 1991/9/637 1947/9/643 +f 1991/9/637 2001/10/643 1992/10/637 +f 1947/9/642 1991/9/639 2001/10/642 +f 1992/10/639 2001/10/642 1991/9/639 +f 1990/10/645 1999/10/645 1997/10/645 +f 1999/10/645 1990/10/645 1995/10/645 +f 1995/10/645 1990/10/645 1992/10/645 +f 1995/10/645 1992/10/645 1996/10/645 +f 1996/10/645 1992/10/645 2001/10/645 +f 1996/10/645 2001/10/645 2002/10/645 +f 1997/10/646 1999/10/646 1990/10/646 +f 1995/10/646 1990/10/646 1999/10/646 +f 1992/10/646 1990/10/646 1995/10/646 +f 1996/10/646 1992/10/646 1995/10/646 +f 2001/10/646 1992/10/646 1996/10/646 +f 2002/10/646 2001/10/646 1996/10/646 +f 1993/9/646 1998/9/646 2000/9/646 +f 1998/9/646 1993/9/646 1989/9/646 +f 1989/9/646 1993/9/646 1994/9/646 +f 1989/9/646 1994/9/646 1991/9/646 +f 1991/9/646 1994/9/646 1946/9/646 +f 1991/9/646 1946/9/646 1947/9/646 +f 2000/9/645 1998/9/645 1993/9/645 +f 1989/9/645 1993/9/645 1998/9/645 +f 1994/9/645 1993/9/645 1989/9/645 +f 1991/9/645 1994/9/645 1989/9/645 +f 1946/9/645 1994/9/645 1991/9/645 +f 1947/9/645 1946/9/645 1991/9/645 +f 2005/8/307 2004/7/611 2003/7/307 +f 2004/7/611 2005/8/307 2006/8/611 +f 2003/7/308 2004/7/612 2005/8/308 +f 2006/8/612 2005/8/308 2004/7/612 +f 2009/8/614 2008/7/613 2007/8/613 +f 2008/7/613 2009/8/614 2010/7/614 +f 2007/8/616 2008/7/616 2009/8/615 +f 2010/7/615 2009/8/615 2008/7/616 +f 2006/8/611 2008/7/613 2004/7/611 +f 2008/7/613 2006/8/611 2007/8/613 +f 2004/7/612 2008/7/616 2006/8/612 +f 2007/8/616 2006/8/612 2008/7/616 +f 2012/8/617 2003/7/307 2011/7/617 +f 2003/7/307 2012/8/617 2005/8/307 +f 2011/7/618 2003/7/308 2012/8/618 +f 2005/8/308 2012/8/618 2003/7/308 +f 2007/8/81 2013/8/81 2009/8/81 +f 2013/8/81 2007/8/81 2006/8/81 +f 2013/8/81 2006/8/81 2005/8/81 +f 2013/8/81 2005/8/81 2012/8/81 +f 2013/8/81 2012/8/81 2014/8/81 +f 2009/8/82 2013/8/82 2007/8/82 +f 2006/8/82 2007/8/82 2013/8/82 +f 2005/8/82 2006/8/82 2013/8/82 +f 2012/8/82 2005/8/82 2013/8/82 +f 2014/8/82 2012/8/82 2013/8/82 +f 2016/7/620 2014/8/619 2015/7/619 +f 2014/8/619 2016/7/620 2013/8/620 +f 2015/7/622 2014/8/622 2016/7/621 +f 2013/8/621 2016/7/621 2014/8/622 +f 2015/7/619 2012/8/617 2011/7/617 +f 2012/8/617 2015/7/619 2014/8/619 +f 2011/7/618 2012/8/618 2015/7/622 +f 2014/8/622 2015/7/622 2012/8/618 +f 249/8/310 1428/7/310 1433/8/310 +f 1428/7/310 249/8/310 256/7/310 +f 1433/8/309 1428/7/309 249/8/309 +f 256/7/309 249/8/309 1428/7/309 +f 1889/8/623 2018/7/307 2017/7/623 +f 2018/7/307 1889/8/623 2019/8/307 +f 2017/7/624 2018/7/308 1889/8/624 +f 2019/8/308 1889/8/624 2018/7/308 +f 249/8/308 711/7/308 256/7/308 +f 711/7/308 249/8/308 466/8/308 +f 256/7/307 711/7/307 249/8/307 +f 466/8/307 249/8/307 711/7/307 +f 2019/8/307 1428/7/625 2018/7/307 +f 1428/7/625 2019/8/307 1433/8/625 +f 2018/7/308 1428/7/626 2019/8/308 +f 1433/8/626 2019/8/308 1428/7/626 +f 711/7/82 1428/7/82 256/7/82 +f 1428/7/82 711/7/82 2018/7/82 +f 2018/7/82 711/7/82 2017/7/82 +f 256/7/81 1428/7/81 711/7/81 +f 2018/7/81 711/7/81 1428/7/81 +f 2017/7/81 711/7/81 2018/7/81 +f 1433/8/81 466/8/81 249/8/81 +f 466/8/81 1433/8/81 2019/8/81 +f 466/8/81 2019/8/81 1889/8/81 +f 249/8/82 466/8/82 1433/8/82 +f 2019/8/82 1433/8/82 466/8/82 +f 1889/8/82 2019/8/82 466/8/82 +f 711/7/309 1889/8/309 2017/7/309 +f 1889/8/309 711/7/309 466/8/309 +f 2017/7/310 1889/8/310 711/7/310 +f 466/8/310 711/7/310 1889/8/310 +f 2020/6/81 1879/6/81 1415/6/81 +f 1879/6/81 2020/6/81 2021/6/81 +f 1879/6/81 2021/6/81 2022/6/81 +f 1415/6/82 1879/6/82 2020/6/82 +f 2021/6/82 2020/6/82 1879/6/82 +f 2022/6/82 2021/6/82 1879/6/82 +f 1415/6/308 461/7/308 241/7/308 +f 461/7/308 1415/6/308 1879/6/308 +f 241/7/307 461/7/307 1415/6/307 +f 1879/6/307 1415/6/307 461/7/307 +f 461/7/309 2022/6/309 2023/7/309 +f 2022/6/309 461/7/309 1879/6/309 +f 2023/7/310 2022/6/310 461/7/310 +f 1879/6/310 461/7/310 2022/6/310 +f 1415/6/310 2024/7/310 2020/6/310 +f 2024/7/310 1415/6/310 241/7/310 +f 2020/6/309 2024/7/309 1415/6/309 +f 241/7/309 1415/6/309 2024/7/309 +f 2026/24/352 2025/23/352 2021/6/308 +f 2025/23/352 2027/25/352 2021/6/308 +f 2028/26/352 2026/24/352 2021/6/308 +f 2027/25/352 2029/27/352 2021/6/308 +f 2030/25/352 2029/27/352 2027/25/352 +f 2029/27/352 2031/28/352 2021/6/308 +f 2029/27/352 2030/25/352 2032/27/352 +f 2032/27/352 2030/25/352 2033/28/352 +f 2033/28/352 2030/25/352 2034/29/352 +f 2031/28/352 2035/29/352 2021/6/308 +f 2030/25/352 2036/23/352 2034/29/352 +f 2022/6/352 2028/26/352 2021/6/308 +f 2021/6/308 2035/29/352 2037/7/308 +f 2038/30/352 2037/7/308 2035/29/352 +f 2039/30/352 2037/7/308 2038/30/352 +f 2028/26/352 2022/6/352 2040/26/352 +f 2040/26/352 2022/6/352 2041/24/352 +f 2041/24/352 2022/6/352 2036/23/352 +f 2037/7/308 2039/30/352 2023/7/352 +f 2034/29/352 2023/7/352 2039/30/352 +f 2036/23/352 2023/7/352 2034/29/352 +f 2022/6/352 2023/7/352 2036/23/352 +f 2043/32/354 2042/31/354 2020/6/354 +f 2044/33/354 2043/32/354 2020/6/354 +f 2020/6/354 2042/31/354 2024/7/354 +f 2045/34/354 2024/7/354 2042/31/354 +f 2046/34/354 2024/7/354 2045/34/354 +f 2024/7/354 2046/34/354 2037/7/308 +f 2047/31/354 2037/7/308 2046/34/354 +f 2021/6/308 2044/33/354 2020/6/354 +f 2021/6/308 2037/7/308 2047/31/354 +f 2044/33/354 2021/6/308 2048/33/354 +f 2049/32/354 2021/6/308 2047/31/354 +f 2048/33/354 2021/6/308 2049/32/354 +f 2021/6/307 2025/23/351 2026/24/351 +f 2021/6/307 2026/24/351 2028/26/351 +f 2021/6/307 2027/25/351 2025/23/351 +f 2021/6/307 2028/26/351 2022/6/351 +f 2040/26/351 2022/6/351 2028/26/351 +f 2041/24/351 2022/6/351 2040/26/351 +f 2036/23/351 2022/6/351 2041/24/351 +f 2036/23/351 2023/7/351 2022/6/351 +f 2034/29/351 2023/7/351 2036/23/351 +f 2034/29/351 2036/23/351 2030/25/351 +f 2039/30/351 2023/7/351 2034/29/351 +f 2034/29/351 2030/25/351 2033/28/351 +f 2033/28/351 2030/25/351 2032/27/351 +f 2023/7/351 2039/30/351 2037/7/307 +f 2038/30/351 2037/7/307 2039/30/351 +f 2035/29/351 2037/7/307 2038/30/351 +f 2037/7/307 2035/29/351 2021/6/307 +f 2021/6/307 2035/29/351 2031/28/351 +f 2032/27/351 2030/25/351 2029/27/351 +f 2021/6/307 2031/28/351 2029/27/351 +f 2027/25/351 2029/27/351 2030/25/351 +f 2021/6/307 2029/27/351 2027/25/351 +f 2020/6/353 2042/31/353 2043/32/353 +f 2020/6/353 2043/32/353 2044/33/353 +f 2024/7/353 2042/31/353 2020/6/353 +f 2042/31/353 2024/7/353 2045/34/353 +f 2045/34/353 2024/7/353 2046/34/353 +f 2037/7/307 2046/34/353 2024/7/353 +f 2046/34/353 2037/7/307 2047/31/353 +f 2020/6/353 2044/33/353 2021/6/307 +f 2047/31/353 2037/7/307 2021/6/307 +f 2048/33/353 2021/6/307 2044/33/353 +f 2047/31/353 2021/6/307 2049/32/353 +f 2049/32/353 2021/6/307 2048/33/353 +f 2051/10/627 2050/9/628 2046/9/627 +f 2050/9/628 2051/10/627 2052/10/628 +f 2046/9/629 2050/9/630 2051/10/629 +f 2052/10/630 2051/10/629 2050/9/630 +f 2054/10/629 2048/9/630 2053/9/629 +f 2048/9/630 2054/10/629 2055/10/630 +f 2053/9/627 2048/9/628 2054/10/627 +f 2055/10/628 2054/10/627 2048/9/628 +f 2058/10/632 2057/9/631 2056/10/631 +f 2057/9/631 2058/10/632 2059/9/632 +f 2056/10/634 2057/9/634 2058/10/633 +f 2059/9/633 2058/10/633 2057/9/634 +f 2049/9/634 2060/10/633 2047/9/633 +f 2060/10/633 2049/9/634 2061/10/634 +f 2047/9/632 2060/10/632 2049/9/631 +f 2061/10/631 2049/9/631 2060/10/632 +f 2055/10/630 2049/9/634 2048/9/630 +f 2049/9/634 2055/10/630 2061/10/634 +f 2048/9/628 2049/9/631 2055/10/628 +f 2061/10/631 2055/10/628 2049/9/631 +f 2052/10/628 2057/9/631 2050/9/628 +f 2057/9/631 2052/10/628 2056/10/631 +f 2050/9/630 2057/9/634 2052/10/630 +f 2056/10/634 2052/10/630 2057/9/634 +f 2058/10/632 2053/9/629 2059/9/632 +f 2053/9/629 2058/10/632 2054/10/629 +f 2059/9/633 2053/9/627 2058/10/633 +f 2054/10/627 2058/10/633 2053/9/627 +f 2060/10/633 2046/9/627 2047/9/633 +f 2046/9/627 2060/10/633 2051/10/627 +f 2047/9/632 2046/9/629 2060/10/632 +f 2051/10/629 2060/10/632 2046/9/629 +f 2052/10/635 2058/10/635 2056/10/635 +f 2058/10/635 2052/10/635 2054/10/635 +f 2054/10/635 2052/10/635 2051/10/635 +f 2054/10/635 2051/10/635 2055/10/635 +f 2055/10/635 2051/10/635 2060/10/635 +f 2055/10/635 2060/10/635 2061/10/635 +f 2056/10/636 2058/10/636 2052/10/636 +f 2054/10/636 2052/10/636 2058/10/636 +f 2051/10/636 2052/10/636 2054/10/636 +f 2055/10/636 2051/10/636 2054/10/636 +f 2060/10/636 2051/10/636 2055/10/636 +f 2061/10/636 2060/10/636 2055/10/636 +f 2053/9/636 2057/9/636 2059/9/636 +f 2057/9/636 2053/9/636 2050/9/636 +f 2050/9/636 2053/9/636 2048/9/636 +f 2050/9/636 2048/9/636 2046/9/636 +f 2046/9/636 2048/9/636 2049/9/636 +f 2046/9/636 2049/9/636 2047/9/636 +f 2059/9/635 2057/9/635 2053/9/635 +f 2050/9/635 2053/9/635 2057/9/635 +f 2048/9/635 2053/9/635 2050/9/635 +f 2046/9/635 2048/9/635 2050/9/635 +f 2049/9/635 2048/9/635 2046/9/635 +f 2047/9/635 2049/9/635 2046/9/635 +f 2063/10/637 2027/9/638 2062/9/637 +f 2027/9/638 2063/10/637 2064/10/638 +f 2062/9/639 2027/9/640 2063/10/639 +f 2064/10/640 2063/10/639 2027/9/640 +f 2066/10/639 2065/9/640 2028/9/639 +f 2065/9/640 2066/10/639 2067/10/640 +f 2028/9/637 2065/9/638 2066/10/637 +f 2067/10/638 2066/10/637 2065/9/638 +f 2070/10/642 2069/9/641 2068/10/641 +f 2069/9/641 2070/10/642 2071/9/642 +f 2068/10/644 2069/9/644 2070/10/643 +f 2071/9/643 2070/10/643 2069/9/644 +f 2074/9/644 2073/10/643 2072/9/643 +f 2073/10/643 2074/9/644 2075/10/644 +f 2072/9/642 2073/10/642 2074/9/641 +f 2075/10/641 2074/9/641 2073/10/642 +f 2067/10/640 2074/9/644 2065/9/640 +f 2074/9/644 2067/10/640 2075/10/644 +f 2065/9/638 2074/9/641 2067/10/638 +f 2075/10/641 2067/10/638 2074/9/641 +f 2064/10/638 2069/9/641 2027/9/638 +f 2069/9/641 2064/10/638 2068/10/641 +f 2027/9/640 2069/9/644 2064/10/640 +f 2068/10/644 2064/10/640 2069/9/644 +f 2070/10/642 2028/9/639 2071/9/642 +f 2028/9/639 2070/10/642 2066/10/639 +f 2071/9/643 2028/9/637 2070/10/643 +f 2066/10/637 2070/10/643 2028/9/637 +f 2073/10/643 2062/9/637 2072/9/643 +f 2062/9/637 2073/10/643 2063/10/637 +f 2072/9/642 2062/9/639 2073/10/642 +f 2063/10/639 2073/10/642 2062/9/639 +f 2064/10/645 2070/10/645 2068/10/645 +f 2070/10/645 2064/10/645 2066/10/645 +f 2066/10/645 2064/10/645 2063/10/645 +f 2066/10/645 2063/10/645 2067/10/645 +f 2067/10/645 2063/10/645 2073/10/645 +f 2067/10/645 2073/10/645 2075/10/645 +f 2068/10/646 2070/10/646 2064/10/646 +f 2066/10/646 2064/10/646 2070/10/646 +f 2063/10/646 2064/10/646 2066/10/646 +f 2067/10/646 2063/10/646 2066/10/646 +f 2073/10/646 2063/10/646 2067/10/646 +f 2075/10/646 2073/10/646 2067/10/646 +f 2028/9/646 2069/9/646 2071/9/646 +f 2069/9/646 2028/9/646 2027/9/646 +f 2027/9/646 2028/9/646 2065/9/646 +f 2027/9/646 2065/9/646 2062/9/646 +f 2062/9/646 2065/9/646 2074/9/646 +f 2062/9/646 2074/9/646 2072/9/646 +f 2071/9/645 2069/9/645 2028/9/645 +f 2027/9/645 2028/9/645 2069/9/645 +f 2065/9/645 2028/9/645 2027/9/645 +f 2062/9/645 2065/9/645 2027/9/645 +f 2074/9/645 2065/9/645 2062/9/645 +f 2072/9/645 2074/9/645 2062/9/645 +f 2078/9/637 2077/10/638 2076/9/638 +f 2077/10/638 2078/9/637 2079/10/637 +f 2076/9/640 2077/10/640 2078/9/639 +f 2079/10/639 2078/9/639 2077/10/640 +f 2082/10/639 2081/9/640 2080/9/639 +f 2081/9/640 2082/10/639 2083/10/640 +f 2080/9/637 2081/9/638 2082/10/637 +f 2083/10/638 2082/10/637 2081/9/638 +f 2086/10/642 2085/9/641 2084/10/641 +f 2085/9/641 2086/10/642 2087/9/642 +f 2084/10/644 2085/9/644 2086/10/643 +f 2087/9/643 2086/10/643 2085/9/644 +f 2090/9/644 2089/10/643 2088/9/643 +f 2089/10/643 2090/9/644 2091/10/644 +f 2088/9/642 2089/10/642 2090/9/641 +f 2091/10/641 2090/9/641 2089/10/642 +f 2081/9/640 2091/10/644 2090/9/644 +f 2091/10/644 2081/9/640 2083/10/640 +f 2090/9/641 2091/10/641 2081/9/638 +f 2083/10/638 2081/9/638 2091/10/641 +f 2077/10/638 2085/9/641 2076/9/638 +f 2085/9/641 2077/10/638 2084/10/641 +f 2076/9/640 2085/9/644 2077/10/640 +f 2084/10/644 2077/10/640 2085/9/644 +f 2087/9/642 2082/10/639 2080/9/639 +f 2082/10/639 2087/9/642 2086/10/642 +f 2080/9/637 2082/10/637 2087/9/643 +f 2086/10/643 2087/9/643 2082/10/637 +f 2089/10/643 2078/9/637 2088/9/643 +f 2078/9/637 2089/10/643 2079/10/637 +f 2088/9/642 2078/9/639 2089/10/642 +f 2079/10/639 2089/10/642 2078/9/639 +f 2077/10/645 2086/10/645 2084/10/645 +f 2086/10/645 2077/10/645 2082/10/645 +f 2082/10/645 2077/10/645 2079/10/645 +f 2082/10/645 2079/10/645 2083/10/645 +f 2083/10/645 2079/10/645 2089/10/645 +f 2083/10/645 2089/10/645 2091/10/645 +f 2084/10/646 2086/10/646 2077/10/646 +f 2082/10/646 2077/10/646 2086/10/646 +f 2079/10/646 2077/10/646 2082/10/646 +f 2083/10/646 2079/10/646 2082/10/646 +f 2089/10/646 2079/10/646 2083/10/646 +f 2091/10/646 2089/10/646 2083/10/646 +f 2080/9/646 2085/9/646 2087/9/646 +f 2085/9/646 2080/9/646 2076/9/646 +f 2076/9/646 2080/9/646 2081/9/646 +f 2076/9/646 2081/9/646 2078/9/646 +f 2078/9/646 2081/9/646 2090/9/646 +f 2078/9/646 2090/9/646 2088/9/646 +f 2087/9/645 2085/9/645 2080/9/645 +f 2076/9/645 2080/9/645 2085/9/645 +f 2081/9/645 2080/9/645 2076/9/645 +f 2078/9/645 2081/9/645 2076/9/645 +f 2090/9/645 2081/9/645 2078/9/645 +f 2088/9/645 2090/9/645 2078/9/645 +f 2094/8/371 2093/7/612 2092/7/371 +f 2093/7/612 2094/8/371 2095/8/612 +f 2092/7/372 2093/7/611 2094/8/372 +f 2095/8/611 2094/8/372 2093/7/611 +f 2098/8/615 2097/7/616 2096/8/616 +f 2097/7/616 2098/8/615 2099/7/615 +f 2096/8/613 2097/7/613 2098/8/614 +f 2099/7/614 2098/8/614 2097/7/613 +f 2095/8/612 2097/7/616 2093/7/612 +f 2097/7/616 2095/8/612 2096/8/616 +f 2093/7/611 2097/7/613 2095/8/611 +f 2096/8/613 2095/8/611 2097/7/613 +f 2101/8/618 2092/7/371 2100/7/618 +f 2092/7/371 2101/8/618 2094/8/371 +f 2100/7/617 2092/7/372 2101/8/617 +f 2094/8/372 2101/8/617 2092/7/372 +f 2096/8/81 2102/8/81 2098/8/81 +f 2102/8/81 2096/8/81 2095/8/81 +f 2102/8/81 2095/8/81 2094/8/81 +f 2102/8/81 2094/8/81 2101/8/81 +f 2102/8/81 2101/8/81 2103/8/81 +f 2098/8/82 2102/8/82 2096/8/82 +f 2095/8/82 2096/8/82 2102/8/82 +f 2094/8/82 2095/8/82 2102/8/82 +f 2101/8/82 2094/8/82 2102/8/82 +f 2103/8/82 2101/8/82 2102/8/82 +f 2105/7/621 2103/8/622 2104/7/622 +f 2103/8/622 2105/7/621 2102/8/621 +f 2104/7/619 2103/8/619 2105/7/620 +f 2102/8/620 2105/7/620 2103/8/619 +f 2104/7/622 2101/8/618 2100/7/618 +f 2101/8/618 2104/7/622 2103/8/622 +f 2100/7/617 2101/8/617 2104/7/619 +f 2103/8/619 2104/7/619 2101/8/617 +f 476/8/373 2106/7/373 1906/8/373 +f 2106/7/373 476/8/373 2107/7/373 +f 1906/8/374 2106/7/374 476/8/374 +f 2107/7/374 476/8/374 2106/7/374 +f 1114/8/624 2109/7/371 2108/7/624 +f 2109/7/371 1114/8/624 2110/8/371 +f 2108/7/623 2109/7/372 1114/8/623 +f 2110/8/372 1114/8/623 2109/7/372 +f 476/8/372 2111/7/372 2107/7/372 +f 2111/7/372 476/8/372 615/8/372 +f 2107/7/371 2111/7/371 476/8/371 +f 615/8/371 476/8/371 2111/7/371 +f 2110/8/371 2106/7/626 2109/7/371 +f 2106/7/626 2110/8/371 1906/8/626 +f 2109/7/372 2106/7/625 2110/8/372 +f 1906/8/625 2110/8/372 2106/7/625 +f 2111/7/82 2106/7/82 2107/7/82 +f 2106/7/82 2111/7/82 2109/7/82 +f 2109/7/82 2111/7/82 2108/7/82 +f 2107/7/81 2106/7/81 2111/7/81 +f 2109/7/81 2111/7/81 2106/7/81 +f 2108/7/81 2111/7/81 2109/7/81 +f 1906/8/81 615/8/81 476/8/81 +f 615/8/81 1906/8/81 2110/8/81 +f 615/8/81 2110/8/81 1114/8/81 +f 476/8/82 615/8/82 1906/8/82 +f 2110/8/82 1906/8/82 615/8/82 +f 1114/8/82 2110/8/82 615/8/82 +f 2111/7/374 1114/8/374 2108/7/374 +f 1114/8/374 2111/7/374 615/8/374 +f 2108/7/373 1114/8/373 2111/7/373 +f 615/8/373 2111/7/373 1114/8/373 +f 1899/6/81 2112/6/81 1897/6/81 +f 2112/6/81 1899/6/81 2113/6/81 +f 2112/6/81 2113/6/81 2114/6/81 +f 1897/6/82 2112/6/82 1899/6/82 +f 2113/6/82 1899/6/82 2112/6/82 +f 2114/6/82 2113/6/82 2112/6/82 +f 1897/6/372 614/7/372 471/7/372 +f 614/7/372 1897/6/372 2112/6/372 +f 471/7/371 614/7/371 1897/6/371 +f 2112/6/371 1897/6/371 614/7/371 +f 614/7/374 2114/6/374 2115/7/374 +f 2114/6/374 614/7/374 2112/6/374 +f 2115/7/373 2114/6/373 614/7/373 +f 2112/6/373 614/7/373 2114/6/373 +f 1897/6/373 1898/7/373 1899/6/373 +f 1898/7/373 1897/6/373 471/7/373 +f 1899/6/374 1898/7/374 1897/6/374 +f 471/7/374 1897/6/374 1898/7/374 +f 2117/24/351 2116/23/351 2113/6/372 +f 2116/23/351 2118/25/351 2113/6/372 +f 2119/26/351 2117/24/351 2113/6/372 +f 2118/25/351 2120/27/351 2113/6/372 +f 2121/25/351 2120/27/351 2118/25/351 +f 2120/27/351 2122/28/351 2113/6/372 +f 2120/27/351 2121/25/351 2123/27/351 +f 2123/27/351 2121/25/351 2124/28/351 +f 2124/28/351 2121/25/351 2125/29/351 +f 2122/28/351 2126/29/351 2113/6/372 +f 2121/25/351 2127/23/351 2125/29/351 +f 2114/6/351 2119/26/351 2113/6/372 +f 2113/6/372 2126/29/351 2128/7/372 +f 2129/30/351 2128/7/372 2126/29/351 +f 2130/30/351 2128/7/372 2129/30/351 +f 2119/26/351 2114/6/351 2131/26/351 +f 2131/26/351 2114/6/351 2132/24/351 +f 2132/24/351 2114/6/351 2127/23/351 +f 2128/7/372 2130/30/351 2115/7/351 +f 2125/29/351 2115/7/351 2130/30/351 +f 2127/23/351 2115/7/351 2125/29/351 +f 2114/6/351 2115/7/351 2127/23/351 +f 2134/32/353 2133/31/353 1899/6/353 +f 2135/33/353 2134/32/353 1899/6/353 +f 1899/6/353 2133/31/353 1898/7/353 +f 2136/34/353 1898/7/353 2133/31/353 +f 2137/34/353 1898/7/353 2136/34/353 +f 1898/7/353 2137/34/353 2128/7/372 +f 2138/31/353 2128/7/372 2137/34/353 +f 2113/6/372 2135/33/353 1899/6/353 +f 2113/6/372 2128/7/372 2138/31/353 +f 2135/33/353 2113/6/372 2139/33/353 +f 2140/32/353 2113/6/372 2138/31/353 +f 2139/33/353 2113/6/372 2140/32/353 +f 2113/6/371 2116/23/352 2117/24/352 +f 2113/6/371 2117/24/352 2119/26/352 +f 2113/6/371 2118/25/352 2116/23/352 +f 2113/6/371 2119/26/352 2114/6/352 +f 2131/26/352 2114/6/352 2119/26/352 +f 2132/24/352 2114/6/352 2131/26/352 +f 2127/23/352 2114/6/352 2132/24/352 +f 2127/23/352 2115/7/352 2114/6/352 +f 2125/29/352 2115/7/352 2127/23/352 +f 2125/29/352 2127/23/352 2121/25/352 +f 2130/30/352 2115/7/352 2125/29/352 +f 2125/29/352 2121/25/352 2124/28/352 +f 2124/28/352 2121/25/352 2123/27/352 +f 2115/7/352 2130/30/352 2128/7/371 +f 2129/30/352 2128/7/371 2130/30/352 +f 2126/29/352 2128/7/371 2129/30/352 +f 2128/7/371 2126/29/352 2113/6/371 +f 2113/6/371 2126/29/352 2122/28/352 +f 2123/27/352 2121/25/352 2120/27/352 +f 2113/6/371 2122/28/352 2120/27/352 +f 2118/25/352 2120/27/352 2121/25/352 +f 2113/6/371 2120/27/352 2118/25/352 +f 1899/6/354 2133/31/354 2134/32/354 +f 1899/6/354 2134/32/354 2135/33/354 +f 1898/7/354 2133/31/354 1899/6/354 +f 2133/31/354 1898/7/354 2136/34/354 +f 2136/34/354 1898/7/354 2137/34/354 +f 2128/7/371 2137/34/354 1898/7/354 +f 2137/34/354 2128/7/371 2138/31/354 +f 1899/6/354 2135/33/354 2113/6/371 +f 2138/31/354 2128/7/371 2113/6/371 +f 2139/33/354 2113/6/371 2135/33/354 +f 2138/31/354 2113/6/371 2140/32/354 +f 2140/32/354 2113/6/371 2139/33/354 +f 2143/10/647 2142/9/648 2141/9/647 +f 2142/9/648 2143/10/647 2144/10/648 +f 2141/9/649 2142/9/650 2143/10/649 +f 2144/10/650 2143/10/649 2142/9/650 +f 2147/10/649 2146/9/650 2145/9/649 +f 2146/9/650 2147/10/649 2148/10/650 +f 2145/9/647 2146/9/648 2147/10/647 +f 2148/10/648 2147/10/647 2146/9/648 +f 2151/10/652 2150/9/651 2149/10/651 +f 2150/9/651 2151/10/652 2152/9/652 +f 2149/10/654 2150/9/654 2151/10/653 +f 2152/9/653 2151/10/653 2150/9/654 +f 2155/9/654 2154/10/653 2153/9/653 +f 2154/10/653 2155/9/654 2156/10/654 +f 2153/9/652 2154/10/652 2155/9/651 +f 2156/10/651 2155/9/651 2154/10/652 +f 2148/10/650 2155/9/654 2146/9/650 +f 2155/9/654 2148/10/650 2156/10/654 +f 2146/9/648 2155/9/651 2148/10/648 +f 2156/10/651 2148/10/648 2155/9/651 +f 2144/10/648 2150/9/651 2142/9/648 +f 2150/9/651 2144/10/648 2149/10/651 +f 2142/9/650 2150/9/654 2144/10/650 +f 2149/10/654 2144/10/650 2150/9/654 +f 2151/10/652 2145/9/649 2152/9/652 +f 2145/9/649 2151/10/652 2147/10/649 +f 2152/9/653 2145/9/647 2151/10/653 +f 2147/10/647 2151/10/653 2145/9/647 +f 2154/10/653 2141/9/647 2153/9/653 +f 2141/9/647 2154/10/653 2143/10/647 +f 2153/9/652 2141/9/649 2154/10/652 +f 2143/10/649 2154/10/652 2141/9/649 +f 2144/10/655 2151/10/655 2149/10/655 +f 2151/10/655 2144/10/655 2147/10/655 +f 2147/10/655 2144/10/655 2143/10/655 +f 2147/10/655 2143/10/655 2148/10/655 +f 2148/10/655 2143/10/655 2154/10/655 +f 2148/10/655 2154/10/655 2156/10/655 +f 2149/10/656 2151/10/656 2144/10/656 +f 2147/10/656 2144/10/656 2151/10/656 +f 2143/10/656 2144/10/656 2147/10/656 +f 2148/10/656 2143/10/656 2147/10/656 +f 2154/10/656 2143/10/656 2148/10/656 +f 2156/10/656 2154/10/656 2148/10/656 +f 2145/9/656 2150/9/656 2152/9/656 +f 2150/9/656 2145/9/656 2142/9/656 +f 2142/9/656 2145/9/656 2146/9/656 +f 2142/9/656 2146/9/656 2141/9/656 +f 2141/9/656 2146/9/656 2155/9/656 +f 2141/9/656 2155/9/656 2153/9/656 +f 2152/9/655 2150/9/655 2145/9/655 +f 2142/9/655 2145/9/655 2150/9/655 +f 2146/9/655 2145/9/655 2142/9/655 +f 2141/9/655 2146/9/655 2142/9/655 +f 2155/9/655 2146/9/655 2141/9/655 +f 2153/9/655 2155/9/655 2141/9/655 +f 2158/10/657 2157/9/658 2121/9/657 +f 2157/9/658 2158/10/657 2159/10/658 +f 2121/9/659 2157/9/660 2158/10/659 +f 2159/10/660 2158/10/659 2157/9/660 +f 2161/10/659 2131/9/660 2160/9/659 +f 2131/9/660 2161/10/659 2162/10/660 +f 2160/9/657 2131/9/658 2161/10/657 +f 2162/10/658 2161/10/657 2131/9/658 +f 2165/10/662 2164/9/661 2163/10/661 +f 2164/9/661 2165/10/662 2166/9/662 +f 2163/10/664 2164/9/664 2165/10/663 +f 2166/9/663 2165/10/663 2164/9/664 +f 2132/9/664 2167/10/663 2127/9/663 +f 2167/10/663 2132/9/664 2168/10/664 +f 2127/9/662 2167/10/662 2132/9/661 +f 2168/10/661 2132/9/661 2167/10/662 +f 2162/10/660 2132/9/664 2131/9/660 +f 2132/9/664 2162/10/660 2168/10/664 +f 2131/9/658 2132/9/661 2162/10/658 +f 2168/10/661 2162/10/658 2132/9/661 +f 2159/10/658 2164/9/661 2157/9/658 +f 2164/9/661 2159/10/658 2163/10/661 +f 2157/9/660 2164/9/664 2159/10/660 +f 2163/10/664 2159/10/660 2164/9/664 +f 2165/10/662 2160/9/659 2166/9/662 +f 2160/9/659 2165/10/662 2161/10/659 +f 2166/9/663 2160/9/657 2165/10/663 +f 2161/10/657 2165/10/663 2160/9/657 +f 2167/10/663 2121/9/657 2127/9/663 +f 2121/9/657 2167/10/663 2158/10/657 +f 2127/9/662 2121/9/659 2167/10/662 +f 2158/10/659 2167/10/662 2121/9/659 +f 2159/10/665 2165/10/665 2163/10/665 +f 2165/10/665 2159/10/665 2161/10/665 +f 2161/10/665 2159/10/665 2158/10/665 +f 2161/10/665 2158/10/665 2162/10/665 +f 2162/10/665 2158/10/665 2167/10/665 +f 2162/10/665 2167/10/665 2168/10/665 +f 2163/10/666 2165/10/666 2159/10/666 +f 2161/10/666 2159/10/666 2165/10/666 +f 2158/10/666 2159/10/666 2161/10/666 +f 2162/10/666 2158/10/666 2161/10/666 +f 2167/10/666 2158/10/666 2162/10/666 +f 2168/10/666 2167/10/666 2162/10/666 +f 2160/9/666 2164/9/666 2166/9/666 +f 2164/9/666 2160/9/666 2157/9/666 +f 2157/9/666 2160/9/666 2131/9/666 +f 2157/9/666 2131/9/666 2121/9/666 +f 2121/9/666 2131/9/666 2132/9/666 +f 2121/9/666 2132/9/666 2127/9/666 +f 2166/9/665 2164/9/665 2160/9/665 +f 2157/9/665 2160/9/665 2164/9/665 +f 2131/9/665 2160/9/665 2157/9/665 +f 2121/9/665 2131/9/665 2157/9/665 +f 2132/9/665 2131/9/665 2121/9/665 +f 2127/9/665 2132/9/665 2121/9/665 +f 2171/9/657 2170/10/658 2169/9/658 +f 2170/10/658 2171/9/657 2172/10/657 +f 2169/9/660 2170/10/660 2171/9/659 +f 2172/10/659 2171/9/659 2170/10/660 +f 2175/10/659 2174/9/660 2173/9/659 +f 2174/9/660 2175/10/659 2176/10/660 +f 2173/9/657 2174/9/658 2175/10/657 +f 2176/10/658 2175/10/657 2174/9/658 +f 2179/10/662 2178/9/661 2177/10/661 +f 2178/9/661 2179/10/662 2180/9/662 +f 2177/10/664 2178/9/664 2179/10/663 +f 2180/9/663 2179/10/663 2178/9/664 +f 2124/9/664 2181/10/663 2125/9/663 +f 2181/10/663 2124/9/664 2182/10/664 +f 2125/9/662 2181/10/662 2124/9/661 +f 2182/10/661 2124/9/661 2181/10/662 +f 2174/9/660 2182/10/664 2124/9/664 +f 2182/10/664 2174/9/660 2176/10/660 +f 2124/9/661 2182/10/661 2174/9/658 +f 2176/10/658 2174/9/658 2182/10/661 +f 2170/10/658 2178/9/661 2169/9/658 +f 2178/9/661 2170/10/658 2177/10/661 +f 2169/9/660 2178/9/664 2170/10/660 +f 2177/10/664 2170/10/660 2178/9/664 +f 2180/9/662 2175/10/659 2173/9/659 +f 2175/10/659 2180/9/662 2179/10/662 +f 2173/9/657 2175/10/657 2180/9/663 +f 2179/10/663 2180/9/663 2175/10/657 +f 2181/10/663 2171/9/657 2125/9/663 +f 2171/9/657 2181/10/663 2172/10/657 +f 2125/9/662 2171/9/659 2181/10/662 +f 2172/10/659 2181/10/662 2171/9/659 +f 2170/10/665 2179/10/665 2177/10/665 +f 2179/10/665 2170/10/665 2175/10/665 +f 2175/10/665 2170/10/665 2172/10/665 +f 2175/10/665 2172/10/665 2176/10/665 +f 2176/10/665 2172/10/665 2181/10/665 +f 2176/10/665 2181/10/665 2182/10/665 +f 2177/10/666 2179/10/666 2170/10/666 +f 2175/10/666 2170/10/666 2179/10/666 +f 2172/10/666 2170/10/666 2175/10/666 +f 2176/10/666 2172/10/666 2175/10/666 +f 2181/10/666 2172/10/666 2176/10/666 +f 2182/10/666 2181/10/666 2176/10/666 +f 2173/9/666 2178/9/666 2180/9/666 +f 2178/9/666 2173/9/666 2169/9/666 +f 2169/9/666 2173/9/666 2174/9/666 +f 2169/9/666 2174/9/666 2171/9/666 +f 2171/9/666 2174/9/666 2124/9/666 +f 2171/9/666 2124/9/666 2125/9/666 +f 2180/9/665 2178/9/665 2173/9/665 +f 2169/9/665 2173/9/665 2178/9/665 +f 2174/9/665 2173/9/665 2169/9/665 +f 2171/9/665 2174/9/665 2169/9/665 +f 2124/9/665 2174/9/665 2171/9/665 +f 2125/9/665 2124/9/665 2171/9/665 +f 2185/8/371 2184/7/612 2183/7/371 +f 2184/7/612 2185/8/371 2186/8/612 +f 2183/7/372 2184/7/611 2185/8/372 +f 2186/8/611 2185/8/372 2184/7/611 +f 2189/8/615 2188/7/616 2187/8/616 +f 2188/7/616 2189/8/615 2190/7/615 +f 2187/8/613 2188/7/613 2189/8/614 +f 2190/7/614 2189/8/614 2188/7/613 +f 2186/8/612 2188/7/616 2184/7/612 +f 2188/7/616 2186/8/612 2187/8/616 +f 2184/7/611 2188/7/613 2186/8/611 +f 2187/8/613 2186/8/611 2188/7/613 +f 2192/8/618 2183/7/371 2191/7/618 +f 2183/7/371 2192/8/618 2185/8/371 +f 2191/7/617 2183/7/372 2192/8/617 +f 2185/8/372 2192/8/617 2183/7/372 +f 2187/8/81 2193/8/81 2189/8/81 +f 2193/8/81 2187/8/81 2186/8/81 +f 2193/8/81 2186/8/81 2185/8/81 +f 2193/8/81 2185/8/81 2192/8/81 +f 2193/8/81 2192/8/81 2194/8/81 +f 2189/8/82 2193/8/82 2187/8/82 +f 2186/8/82 2187/8/82 2193/8/82 +f 2185/8/82 2186/8/82 2193/8/82 +f 2192/8/82 2185/8/82 2193/8/82 +f 2194/8/82 2192/8/82 2193/8/82 +f 2196/7/621 2194/8/622 2195/7/622 +f 2194/8/622 2196/7/621 2193/8/621 +f 2195/7/619 2194/8/619 2196/7/620 +f 2193/8/620 2196/7/620 2194/8/619 +f 2195/7/622 2192/8/618 2191/7/618 +f 2192/8/618 2195/7/622 2194/8/622 +f 2191/7/617 2192/8/617 2195/7/619 +f 2194/8/619 2195/7/619 2192/8/617 +f 121/8/373 2197/7/373 1223/8/373 +f 2197/7/373 121/8/373 2198/7/373 +f 1223/8/374 2197/7/374 121/8/374 +f 2198/7/374 121/8/374 2197/7/374 +f 1712/8/624 2200/7/371 2199/7/624 +f 2200/7/371 1712/8/624 2201/8/371 +f 2199/7/623 2200/7/372 1712/8/623 +f 2201/8/372 1712/8/623 2200/7/372 +f 121/8/372 2202/7/372 2198/7/372 +f 2202/7/372 121/8/372 374/8/372 +f 2198/7/371 2202/7/371 121/8/371 +f 374/8/371 121/8/371 2202/7/371 +f 2201/8/371 2197/7/626 2200/7/371 +f 2197/7/626 2201/8/371 1223/8/626 +f 2200/7/372 2197/7/625 2201/8/372 +f 1223/8/625 2201/8/372 2197/7/625 +f 2202/7/82 2197/7/82 2198/7/82 +f 2197/7/82 2202/7/82 2200/7/82 +f 2200/7/82 2202/7/82 2199/7/82 +f 2198/7/81 2197/7/81 2202/7/81 +f 2200/7/81 2202/7/81 2197/7/81 +f 2199/7/81 2202/7/81 2200/7/81 +f 1223/8/81 374/8/81 121/8/81 +f 374/8/81 1223/8/81 2201/8/81 +f 374/8/81 2201/8/81 1712/8/81 +f 121/8/82 374/8/82 1223/8/82 +f 2201/8/82 1223/8/82 374/8/82 +f 1712/8/82 2201/8/82 374/8/82 +f 2202/7/374 1712/8/374 2199/7/374 +f 1712/8/374 2202/7/374 374/8/374 +f 2199/7/373 1712/8/373 2202/7/373 +f 374/8/373 2202/7/373 1712/8/373 +f 2203/6/81 1702/6/81 1205/6/81 +f 1702/6/81 2203/6/81 2204/6/81 +f 1702/6/81 2204/6/81 2205/6/81 +f 1205/6/82 1702/6/82 2203/6/82 +f 2204/6/82 2203/6/82 1702/6/82 +f 2205/6/82 2204/6/82 1702/6/82 +f 1205/6/372 369/7/372 113/7/372 +f 369/7/372 1205/6/372 1702/6/372 +f 113/7/371 369/7/371 1205/6/371 +f 1702/6/371 1205/6/371 369/7/371 +f 369/7/374 2205/6/374 2206/7/374 +f 2205/6/374 369/7/374 1702/6/374 +f 2206/7/373 2205/6/373 369/7/373 +f 1702/6/373 369/7/373 2205/6/373 +f 1205/6/373 2207/7/373 2203/6/373 +f 2207/7/373 1205/6/373 113/7/373 +f 2203/6/374 2207/7/374 1205/6/374 +f 113/7/374 1205/6/374 2207/7/374 +f 2209/24/351 2208/23/351 2204/6/372 +f 2208/23/351 2210/25/351 2204/6/372 +f 2211/26/351 2209/24/351 2204/6/372 +f 2210/25/351 2212/27/351 2204/6/372 +f 2213/25/351 2212/27/351 2210/25/351 +f 2212/27/351 2214/28/351 2204/6/372 +f 2212/27/351 2213/25/351 2215/27/351 +f 2215/27/351 2213/25/351 2216/28/351 +f 2216/28/351 2213/25/351 2217/29/351 +f 2214/28/351 2218/29/351 2204/6/372 +f 2213/25/351 2219/23/351 2217/29/351 +f 2205/6/351 2211/26/351 2204/6/372 +f 2204/6/372 2218/29/351 2220/7/372 +f 2221/30/351 2220/7/372 2218/29/351 +f 2222/30/351 2220/7/372 2221/30/351 +f 2211/26/351 2205/6/351 2223/26/351 +f 2223/26/351 2205/6/351 2224/24/351 +f 2224/24/351 2205/6/351 2219/23/351 +f 2220/7/372 2222/30/351 2206/7/351 +f 2217/29/351 2206/7/351 2222/30/351 +f 2219/23/351 2206/7/351 2217/29/351 +f 2205/6/351 2206/7/351 2219/23/351 +f 2226/32/353 2225/31/353 2203/6/353 +f 2227/33/353 2226/32/353 2203/6/353 +f 2203/6/353 2225/31/353 2207/7/353 +f 2228/34/353 2207/7/353 2225/31/353 +f 2229/34/353 2207/7/353 2228/34/353 +f 2207/7/353 2229/34/353 2220/7/372 +f 2230/31/353 2220/7/372 2229/34/353 +f 2204/6/372 2227/33/353 2203/6/353 +f 2204/6/372 2220/7/372 2230/31/353 +f 2227/33/353 2204/6/372 2231/33/353 +f 2232/32/353 2204/6/372 2230/31/353 +f 2231/33/353 2204/6/372 2232/32/353 +f 2204/6/371 2208/23/352 2209/24/352 +f 2204/6/371 2209/24/352 2211/26/352 +f 2204/6/371 2210/25/352 2208/23/352 +f 2204/6/371 2211/26/352 2205/6/352 +f 2223/26/352 2205/6/352 2211/26/352 +f 2224/24/352 2205/6/352 2223/26/352 +f 2219/23/352 2205/6/352 2224/24/352 +f 2219/23/352 2206/7/352 2205/6/352 +f 2217/29/352 2206/7/352 2219/23/352 +f 2217/29/352 2219/23/352 2213/25/352 +f 2222/30/352 2206/7/352 2217/29/352 +f 2217/29/352 2213/25/352 2216/28/352 +f 2216/28/352 2213/25/352 2215/27/352 +f 2206/7/352 2222/30/352 2220/7/371 +f 2221/30/352 2220/7/371 2222/30/352 +f 2218/29/352 2220/7/371 2221/30/352 +f 2220/7/371 2218/29/352 2204/6/371 +f 2204/6/371 2218/29/352 2214/28/352 +f 2215/27/352 2213/25/352 2212/27/352 +f 2204/6/371 2214/28/352 2212/27/352 +f 2210/25/352 2212/27/352 2213/25/352 +f 2204/6/371 2212/27/352 2210/25/352 +f 2203/6/354 2225/31/354 2226/32/354 +f 2203/6/354 2226/32/354 2227/33/354 +f 2207/7/354 2225/31/354 2203/6/354 +f 2225/31/354 2207/7/354 2228/34/354 +f 2228/34/354 2207/7/354 2229/34/354 +f 2220/7/371 2229/34/354 2207/7/354 +f 2229/34/354 2220/7/371 2230/31/354 +f 2203/6/354 2227/33/354 2204/6/371 +f 2230/31/354 2220/7/371 2204/6/371 +f 2231/33/354 2204/6/371 2227/33/354 +f 2230/31/354 2204/6/371 2232/32/354 +f 2232/32/354 2204/6/371 2231/33/354 +f 2234/10/647 2233/9/648 2229/9/647 +f 2233/9/648 2234/10/647 2235/10/648 +f 2229/9/649 2233/9/650 2234/10/649 +f 2235/10/650 2234/10/649 2233/9/650 +f 2237/10/649 2231/9/650 2236/9/649 +f 2231/9/650 2237/10/649 2238/10/650 +f 2236/9/647 2231/9/648 2237/10/647 +f 2238/10/648 2237/10/647 2231/9/648 +f 2241/10/652 2240/9/651 2239/10/651 +f 2240/9/651 2241/10/652 2242/9/652 +f 2239/10/654 2240/9/654 2241/10/653 +f 2242/9/653 2241/10/653 2240/9/654 +f 2232/9/654 2243/10/653 2230/9/653 +f 2243/10/653 2232/9/654 2244/10/654 +f 2230/9/652 2243/10/652 2232/9/651 +f 2244/10/651 2232/9/651 2243/10/652 +f 2238/10/650 2232/9/654 2231/9/650 +f 2232/9/654 2238/10/650 2244/10/654 +f 2231/9/648 2232/9/651 2238/10/648 +f 2244/10/651 2238/10/648 2232/9/651 +f 2235/10/648 2240/9/651 2233/9/648 +f 2240/9/651 2235/10/648 2239/10/651 +f 2233/9/650 2240/9/654 2235/10/650 +f 2239/10/654 2235/10/650 2240/9/654 +f 2241/10/652 2236/9/649 2242/9/652 +f 2236/9/649 2241/10/652 2237/10/649 +f 2242/9/653 2236/9/647 2241/10/653 +f 2237/10/647 2241/10/653 2236/9/647 +f 2243/10/653 2229/9/647 2230/9/653 +f 2229/9/647 2243/10/653 2234/10/647 +f 2230/9/652 2229/9/649 2243/10/652 +f 2234/10/649 2243/10/652 2229/9/649 +f 2235/10/655 2241/10/655 2239/10/655 +f 2241/10/655 2235/10/655 2237/10/655 +f 2237/10/655 2235/10/655 2234/10/655 +f 2237/10/655 2234/10/655 2238/10/655 +f 2238/10/655 2234/10/655 2243/10/655 +f 2238/10/655 2243/10/655 2244/10/655 +f 2239/10/656 2241/10/656 2235/10/656 +f 2237/10/656 2235/10/656 2241/10/656 +f 2234/10/656 2235/10/656 2237/10/656 +f 2238/10/656 2234/10/656 2237/10/656 +f 2243/10/656 2234/10/656 2238/10/656 +f 2244/10/656 2243/10/656 2238/10/656 +f 2236/9/656 2240/9/656 2242/9/656 +f 2240/9/656 2236/9/656 2233/9/656 +f 2233/9/656 2236/9/656 2231/9/656 +f 2233/9/656 2231/9/656 2229/9/656 +f 2229/9/656 2231/9/656 2232/9/656 +f 2229/9/656 2232/9/656 2230/9/656 +f 2242/9/655 2240/9/655 2236/9/655 +f 2233/9/655 2236/9/655 2240/9/655 +f 2231/9/655 2236/9/655 2233/9/655 +f 2229/9/655 2231/9/655 2233/9/655 +f 2232/9/655 2231/9/655 2229/9/655 +f 2230/9/655 2232/9/655 2229/9/655 +f 2246/10/657 2245/9/658 2213/9/657 +f 2245/9/658 2246/10/657 2247/10/658 +f 2213/9/659 2245/9/660 2246/10/659 +f 2247/10/660 2246/10/659 2245/9/660 +f 2249/10/659 2223/9/660 2248/9/659 +f 2223/9/660 2249/10/659 2250/10/660 +f 2248/9/657 2223/9/658 2249/10/657 +f 2250/10/658 2249/10/657 2223/9/658 +f 2253/10/662 2252/9/661 2251/10/661 +f 2252/9/661 2253/10/662 2254/9/662 +f 2251/10/664 2252/9/664 2253/10/663 +f 2254/9/663 2253/10/663 2252/9/664 +f 2257/9/664 2256/10/663 2255/9/663 +f 2256/10/663 2257/9/664 2258/10/664 +f 2255/9/662 2256/10/662 2257/9/661 +f 2258/10/661 2257/9/661 2256/10/662 +f 2250/10/660 2257/9/664 2223/9/660 +f 2257/9/664 2250/10/660 2258/10/664 +f 2223/9/658 2257/9/661 2250/10/658 +f 2258/10/661 2250/10/658 2257/9/661 +f 2247/10/658 2252/9/661 2245/9/658 +f 2252/9/661 2247/10/658 2251/10/661 +f 2245/9/660 2252/9/664 2247/10/660 +f 2251/10/664 2247/10/660 2252/9/664 +f 2253/10/662 2248/9/659 2254/9/662 +f 2248/9/659 2253/10/662 2249/10/659 +f 2254/9/663 2248/9/657 2253/10/663 +f 2249/10/657 2253/10/663 2248/9/657 +f 2256/10/663 2213/9/657 2255/9/663 +f 2213/9/657 2256/10/663 2246/10/657 +f 2255/9/662 2213/9/659 2256/10/662 +f 2246/10/659 2256/10/662 2213/9/659 +f 2247/10/665 2253/10/665 2251/10/665 +f 2253/10/665 2247/10/665 2249/10/665 +f 2249/10/665 2247/10/665 2246/10/665 +f 2249/10/665 2246/10/665 2250/10/665 +f 2250/10/665 2246/10/665 2256/10/665 +f 2250/10/665 2256/10/665 2258/10/665 +f 2251/10/666 2253/10/666 2247/10/666 +f 2249/10/666 2247/10/666 2253/10/666 +f 2246/10/666 2247/10/666 2249/10/666 +f 2250/10/666 2246/10/666 2249/10/666 +f 2256/10/666 2246/10/666 2250/10/666 +f 2258/10/666 2256/10/666 2250/10/666 +f 2248/9/666 2252/9/666 2254/9/666 +f 2252/9/666 2248/9/666 2245/9/666 +f 2245/9/666 2248/9/666 2223/9/666 +f 2245/9/666 2223/9/666 2213/9/666 +f 2213/9/666 2223/9/666 2257/9/666 +f 2213/9/666 2257/9/666 2255/9/666 +f 2254/9/665 2252/9/665 2248/9/665 +f 2245/9/665 2248/9/665 2252/9/665 +f 2223/9/665 2248/9/665 2245/9/665 +f 2213/9/665 2223/9/665 2245/9/665 +f 2257/9/665 2223/9/665 2213/9/665 +f 2255/9/665 2257/9/665 2213/9/665 +f 2261/9/657 2260/10/658 2259/9/658 +f 2260/10/658 2261/9/657 2262/10/657 +f 2259/9/660 2260/10/660 2261/9/659 +f 2262/10/659 2261/9/659 2260/10/660 +f 2265/10/659 2264/9/660 2263/9/659 +f 2264/9/660 2265/10/659 2266/10/660 +f 2263/9/657 2264/9/658 2265/10/657 +f 2266/10/658 2265/10/657 2264/9/658 +f 2268/10/662 2218/9/661 2267/10/661 +f 2218/9/661 2268/10/662 2214/9/662 +f 2267/10/664 2218/9/664 2268/10/663 +f 2214/9/663 2268/10/663 2218/9/664 +f 2216/9/664 2269/10/663 2217/9/663 +f 2269/10/663 2216/9/664 2270/10/664 +f 2217/9/662 2269/10/662 2216/9/661 +f 2270/10/661 2216/9/661 2269/10/662 +f 2264/9/660 2270/10/664 2216/9/664 +f 2270/10/664 2264/9/660 2266/10/660 +f 2216/9/661 2270/10/661 2264/9/658 +f 2266/10/658 2264/9/658 2270/10/661 +f 2260/10/658 2218/9/661 2259/9/658 +f 2218/9/661 2260/10/658 2267/10/661 +f 2259/9/660 2218/9/664 2260/10/660 +f 2267/10/664 2260/10/660 2218/9/664 +f 2214/9/662 2265/10/659 2263/9/659 +f 2265/10/659 2214/9/662 2268/10/662 +f 2263/9/657 2265/10/657 2214/9/663 +f 2268/10/663 2214/9/663 2265/10/657 +f 2269/10/663 2261/9/657 2217/9/663 +f 2261/9/657 2269/10/663 2262/10/657 +f 2217/9/662 2261/9/659 2269/10/662 +f 2262/10/659 2269/10/662 2261/9/659 +f 2260/10/665 2268/10/665 2267/10/665 +f 2268/10/665 2260/10/665 2265/10/665 +f 2265/10/665 2260/10/665 2262/10/665 +f 2265/10/665 2262/10/665 2266/10/665 +f 2266/10/665 2262/10/665 2269/10/665 +f 2266/10/665 2269/10/665 2270/10/665 +f 2267/10/666 2268/10/666 2260/10/666 +f 2265/10/666 2260/10/666 2268/10/666 +f 2262/10/666 2260/10/666 2265/10/666 +f 2266/10/666 2262/10/666 2265/10/666 +f 2269/10/666 2262/10/666 2266/10/666 +f 2270/10/666 2269/10/666 2266/10/666 +f 2263/9/666 2218/9/666 2214/9/666 +f 2218/9/666 2263/9/666 2259/9/666 +f 2259/9/666 2263/9/666 2264/9/666 +f 2259/9/666 2264/9/666 2261/9/666 +f 2261/9/666 2264/9/666 2216/9/666 +f 2261/9/666 2216/9/666 2217/9/666 +f 2214/9/665 2218/9/665 2263/9/665 +f 2259/9/665 2263/9/665 2218/9/665 +f 2264/9/665 2263/9/665 2259/9/665 +f 2261/9/665 2264/9/665 2259/9/665 +f 2216/9/665 2264/9/665 2261/9/665 +f 2217/9/665 2216/9/665 2261/9/665 +f 400/8/288 2272/7/288 2271/8/288 +f 2272/7/288 400/8/288 2273/7/288 +f 2271/8/287 2272/7/287 400/8/287 +f 2273/7/287 400/8/287 2272/7/287 +f 1219/8/559 2274/7/275 1212/7/559 +f 2274/7/275 1219/8/559 2275/8/275 +f 1212/7/560 2274/7/276 1219/8/560 +f 2275/8/276 1219/8/560 2274/7/276 +f 400/8/276 125/7/276 2273/7/276 +f 125/7/276 400/8/276 116/8/276 +f 2273/7/275 125/7/275 400/8/275 +f 116/8/275 400/8/275 125/7/275 +f 2275/8/275 2272/7/561 2274/7/275 +f 2272/7/561 2275/8/275 2271/8/561 +f 2274/7/276 2272/7/562 2275/8/276 +f 2271/8/562 2275/8/276 2272/7/562 +f 125/7/82 2272/7/82 2273/7/82 +f 2272/7/82 125/7/82 2274/7/82 +f 2274/7/82 125/7/82 1212/7/82 +f 2273/7/81 2272/7/81 125/7/81 +f 2274/7/81 125/7/81 2272/7/81 +f 1212/7/81 125/7/81 2274/7/81 +f 2271/8/81 116/8/81 400/8/81 +f 116/8/81 2271/8/81 2275/8/81 +f 116/8/81 2275/8/81 1219/8/81 +f 400/8/82 116/8/82 2271/8/82 +f 2275/8/82 2271/8/82 116/8/82 +f 1219/8/82 2275/8/82 116/8/82 +f 125/7/287 1219/8/287 1212/7/287 +f 1219/8/287 125/7/287 116/8/287 +f 1212/7/288 1219/8/288 125/7/288 +f 116/8/288 125/7/288 1219/8/288 +f 2278/6/81 2277/6/81 2276/6/81 +f 2277/6/81 2278/6/81 2279/6/81 +f 2277/6/81 2279/6/81 2280/6/81 +f 2276/6/82 2277/6/82 2278/6/82 +f 2279/6/82 2278/6/82 2277/6/82 +f 2280/6/82 2279/6/82 2277/6/82 +f 2276/6/276 2282/7/276 2281/7/276 +f 2282/7/276 2276/6/276 2277/6/276 +f 2281/7/275 2282/7/275 2276/6/275 +f 2277/6/275 2276/6/275 2282/7/275 +f 2282/7/287 2280/6/287 2283/7/287 +f 2280/6/287 2282/7/287 2277/6/287 +f 2283/7/288 2280/6/288 2282/7/288 +f 2277/6/288 2282/7/288 2280/6/288 +f 2276/6/288 2284/7/288 2278/6/288 +f 2284/7/288 2276/6/288 2281/7/288 +f 2278/6/287 2284/7/287 2276/6/287 +f 2281/7/287 2276/6/287 2284/7/287 +f 2286/12/320 2285/11/320 2279/6/276 +f 2285/11/320 2287/13/320 2279/6/276 +f 2288/14/320 2286/12/320 2279/6/276 +f 2279/6/276 2287/13/320 2289/7/276 +f 2290/13/320 2289/7/276 2287/13/320 +f 2289/7/276 2290/13/320 2283/7/320 +f 2291/11/320 2283/7/320 2290/13/320 +f 2280/6/320 2288/14/320 2279/6/276 +f 2280/6/320 2283/7/320 2291/11/320 +f 2288/14/320 2280/6/320 2292/14/320 +f 2293/12/320 2280/6/320 2291/11/320 +f 2292/14/320 2280/6/320 2293/12/320 +f 2295/16/322 2294/15/322 2278/6/322 +f 2296/17/322 2295/16/322 2278/6/322 +f 2279/6/276 2296/17/322 2278/6/322 +f 2296/17/322 2279/6/276 2297/17/322 +f 2278/6/322 2294/15/322 2284/7/322 +f 2297/17/322 2279/6/276 2298/16/322 +f 2298/16/322 2279/6/276 2299/15/322 +f 2300/18/322 2284/7/322 2294/15/322 +f 2299/15/322 2279/6/276 2301/19/322 +f 2302/18/322 2299/15/322 2301/19/322 +f 2302/18/322 2301/19/322 2300/18/322 +f 2301/19/322 2279/6/276 2303/19/322 +f 2303/19/322 2279/6/276 2304/20/322 +f 2304/20/322 2279/6/276 2305/21/322 +f 2279/6/276 2289/7/276 2305/21/322 +f 2305/21/322 2289/7/276 2306/22/322 +f 2284/7/322 2306/22/322 2289/7/276 +f 2306/22/322 2284/7/322 2307/22/322 +f 2307/22/322 2284/7/322 2300/18/322 +f 2301/19/322 2308/20/322 2300/18/322 +f 2309/21/322 2307/22/322 2300/18/322 +f 2308/20/322 2309/21/322 2300/18/322 +f 2279/6/275 2285/11/319 2286/12/319 +f 2279/6/275 2286/12/319 2288/14/319 +f 2279/6/275 2287/13/319 2285/11/319 +f 2289/7/275 2287/13/319 2279/6/275 +f 2287/13/319 2289/7/275 2290/13/319 +f 2283/7/319 2290/13/319 2289/7/275 +f 2290/13/319 2283/7/319 2291/11/319 +f 2279/6/275 2288/14/319 2280/6/319 +f 2291/11/319 2283/7/319 2280/6/319 +f 2292/14/319 2280/6/319 2288/14/319 +f 2291/11/319 2280/6/319 2293/12/319 +f 2293/12/319 2280/6/319 2292/14/319 +f 2278/6/321 2294/15/321 2295/16/321 +f 2278/6/321 2295/16/321 2296/17/321 +f 2278/6/321 2296/17/321 2279/6/275 +f 2297/17/321 2279/6/275 2296/17/321 +f 2284/7/321 2294/15/321 2278/6/321 +f 2298/16/321 2279/6/275 2297/17/321 +f 2299/15/321 2279/6/275 2298/16/321 +f 2294/15/321 2284/7/321 2300/18/321 +f 2301/19/321 2279/6/275 2299/15/321 +f 2301/19/321 2299/15/321 2302/18/321 +f 2300/18/321 2301/19/321 2302/18/321 +f 2303/19/321 2279/6/275 2301/19/321 +f 2304/20/321 2279/6/275 2303/19/321 +f 2305/21/321 2279/6/275 2304/20/321 +f 2305/21/321 2289/7/275 2279/6/275 +f 2306/22/321 2289/7/275 2305/21/321 +f 2289/7/275 2306/22/321 2284/7/321 +f 2307/22/321 2284/7/321 2306/22/321 +f 2300/18/321 2284/7/321 2307/22/321 +f 2300/18/321 2308/20/321 2301/19/321 +f 2300/18/321 2307/22/321 2309/21/321 +f 2300/18/321 2309/21/321 2308/20/321 +f 2312/10/563 2311/9/564 2310/9/563 +f 2311/9/564 2312/10/563 2313/10/564 +f 2310/9/565 2311/9/566 2312/10/565 +f 2313/10/566 2312/10/565 2311/9/566 +f 2316/10/565 2315/9/566 2314/9/565 +f 2315/9/566 2316/10/565 2317/10/566 +f 2314/9/563 2315/9/564 2316/10/563 +f 2317/10/564 2316/10/563 2315/9/564 +f 2319/10/568 2285/9/567 2318/10/567 +f 2285/9/567 2319/10/568 2286/9/568 +f 2318/10/570 2285/9/570 2319/10/569 +f 2286/9/569 2319/10/569 2285/9/570 +f 2322/9/570 2321/10/569 2320/9/569 +f 2321/10/569 2322/9/570 2323/10/570 +f 2320/9/568 2321/10/568 2322/9/567 +f 2323/10/567 2322/9/567 2321/10/568 +f 2317/10/566 2322/9/570 2315/9/566 +f 2322/9/570 2317/10/566 2323/10/570 +f 2315/9/564 2322/9/567 2317/10/564 +f 2323/10/567 2317/10/564 2322/9/567 +f 2313/10/564 2285/9/567 2311/9/564 +f 2285/9/567 2313/10/564 2318/10/567 +f 2311/9/566 2285/9/570 2313/10/566 +f 2318/10/570 2313/10/566 2285/9/570 +f 2319/10/568 2314/9/565 2286/9/568 +f 2314/9/565 2319/10/568 2316/10/565 +f 2286/9/569 2314/9/563 2319/10/569 +f 2316/10/563 2319/10/569 2314/9/563 +f 2321/10/569 2310/9/563 2320/9/569 +f 2310/9/563 2321/10/569 2312/10/563 +f 2320/9/568 2310/9/565 2321/10/568 +f 2312/10/565 2321/10/568 2310/9/565 +f 2313/10/571 2319/10/571 2318/10/571 +f 2319/10/571 2313/10/571 2316/10/571 +f 2316/10/571 2313/10/571 2312/10/571 +f 2316/10/571 2312/10/571 2317/10/571 +f 2317/10/571 2312/10/571 2321/10/571 +f 2317/10/571 2321/10/571 2323/10/571 +f 2318/10/572 2319/10/572 2313/10/572 +f 2316/10/572 2313/10/572 2319/10/572 +f 2312/10/572 2313/10/572 2316/10/572 +f 2317/10/572 2312/10/572 2316/10/572 +f 2321/10/572 2312/10/572 2317/10/572 +f 2323/10/572 2321/10/572 2317/10/572 +f 2314/9/572 2285/9/572 2286/9/572 +f 2285/9/572 2314/9/572 2311/9/572 +f 2311/9/572 2314/9/572 2315/9/572 +f 2311/9/572 2315/9/572 2310/9/572 +f 2310/9/572 2315/9/572 2322/9/572 +f 2310/9/572 2322/9/572 2320/9/572 +f 2286/9/571 2285/9/571 2314/9/571 +f 2311/9/571 2314/9/571 2285/9/571 +f 2315/9/571 2314/9/571 2311/9/571 +f 2310/9/571 2315/9/571 2311/9/571 +f 2322/9/571 2315/9/571 2310/9/571 +f 2320/9/571 2322/9/571 2310/9/571 +f 2326/10/573 2325/9/574 2324/9/573 +f 2325/9/574 2326/10/573 2327/10/574 +f 2324/9/575 2325/9/576 2326/10/575 +f 2327/10/576 2326/10/575 2325/9/576 +f 2330/10/575 2329/9/576 2328/9/575 +f 2329/9/576 2330/10/575 2331/10/576 +f 2328/9/573 2329/9/574 2330/10/573 +f 2331/10/574 2330/10/573 2329/9/574 +f 2334/10/578 2333/9/577 2332/10/577 +f 2333/9/577 2334/10/578 2335/9/578 +f 2332/10/580 2333/9/580 2334/10/579 +f 2335/9/579 2334/10/579 2333/9/580 +f 2338/9/580 2337/10/579 2336/9/579 +f 2337/10/579 2338/9/580 2339/10/580 +f 2336/9/578 2337/10/578 2338/9/577 +f 2339/10/577 2338/9/577 2337/10/578 +f 2331/10/576 2338/9/580 2329/9/576 +f 2338/9/580 2331/10/576 2339/10/580 +f 2329/9/574 2338/9/577 2331/10/574 +f 2339/10/577 2331/10/574 2338/9/577 +f 2327/10/574 2333/9/577 2325/9/574 +f 2333/9/577 2327/10/574 2332/10/577 +f 2325/9/576 2333/9/580 2327/10/576 +f 2332/10/580 2327/10/576 2333/9/580 +f 2334/10/578 2328/9/575 2335/9/578 +f 2328/9/575 2334/10/578 2330/10/575 +f 2335/9/579 2328/9/573 2334/10/579 +f 2330/10/573 2334/10/579 2328/9/573 +f 2337/10/579 2324/9/573 2336/9/579 +f 2324/9/573 2337/10/579 2326/10/573 +f 2336/9/578 2324/9/575 2337/10/578 +f 2326/10/575 2337/10/578 2324/9/575 +f 2327/10/581 2334/10/581 2332/10/581 +f 2334/10/581 2327/10/581 2330/10/581 +f 2330/10/581 2327/10/581 2326/10/581 +f 2330/10/581 2326/10/581 2331/10/581 +f 2331/10/581 2326/10/581 2337/10/581 +f 2331/10/581 2337/10/581 2339/10/581 +f 2332/10/582 2334/10/582 2327/10/582 +f 2330/10/582 2327/10/582 2334/10/582 +f 2326/10/582 2327/10/582 2330/10/582 +f 2331/10/582 2326/10/582 2330/10/582 +f 2337/10/582 2326/10/582 2331/10/582 +f 2339/10/582 2337/10/582 2331/10/582 +f 2328/9/582 2333/9/582 2335/9/582 +f 2333/9/582 2328/9/582 2325/9/582 +f 2325/9/582 2328/9/582 2329/9/582 +f 2325/9/582 2329/9/582 2324/9/582 +f 2324/9/582 2329/9/582 2338/9/582 +f 2324/9/582 2338/9/582 2336/9/582 +f 2335/9/581 2333/9/581 2328/9/581 +f 2325/9/581 2328/9/581 2333/9/581 +f 2329/9/581 2328/9/581 2325/9/581 +f 2324/9/581 2329/9/581 2325/9/581 +f 2338/9/581 2329/9/581 2324/9/581 +f 2336/9/581 2338/9/581 2324/9/581 +f 2342/10/573 2341/9/574 2340/9/573 +f 2341/9/574 2342/10/573 2343/10/574 +f 2340/9/575 2341/9/576 2342/10/575 +f 2343/10/576 2342/10/575 2341/9/576 +f 2345/10/575 2344/9/576 2301/9/575 +f 2344/9/576 2345/10/575 2346/10/576 +f 2301/9/573 2344/9/574 2345/10/573 +f 2346/10/574 2345/10/573 2344/9/574 +f 2349/10/578 2348/9/577 2347/10/577 +f 2348/9/577 2349/10/578 2350/9/578 +f 2347/10/580 2348/9/580 2349/10/579 +f 2350/9/579 2349/10/579 2348/9/580 +f 2353/9/580 2352/10/579 2351/9/579 +f 2352/10/579 2353/9/580 2354/10/580 +f 2351/9/578 2352/10/578 2353/9/577 +f 2354/10/577 2353/9/577 2352/10/578 +f 2346/10/576 2353/9/580 2344/9/576 +f 2353/9/580 2346/10/576 2354/10/580 +f 2344/9/574 2353/9/577 2346/10/574 +f 2354/10/577 2346/10/574 2353/9/577 +f 2343/10/574 2348/9/577 2341/9/574 +f 2348/9/577 2343/10/574 2347/10/577 +f 2341/9/576 2348/9/580 2343/10/576 +f 2347/10/580 2343/10/576 2348/9/580 +f 2349/10/578 2301/9/575 2350/9/578 +f 2301/9/575 2349/10/578 2345/10/575 +f 2350/9/579 2301/9/573 2349/10/579 +f 2345/10/573 2349/10/579 2301/9/573 +f 2352/10/579 2340/9/573 2351/9/579 +f 2340/9/573 2352/10/579 2342/10/573 +f 2351/9/578 2340/9/575 2352/10/578 +f 2342/10/575 2352/10/578 2340/9/575 +f 2343/10/581 2349/10/581 2347/10/581 +f 2349/10/581 2343/10/581 2345/10/581 +f 2345/10/581 2343/10/581 2342/10/581 +f 2345/10/581 2342/10/581 2346/10/581 +f 2346/10/581 2342/10/581 2352/10/581 +f 2346/10/581 2352/10/581 2354/10/581 +f 2347/10/582 2349/10/582 2343/10/582 +f 2345/10/582 2343/10/582 2349/10/582 +f 2342/10/582 2343/10/582 2345/10/582 +f 2346/10/582 2342/10/582 2345/10/582 +f 2352/10/582 2342/10/582 2346/10/582 +f 2354/10/582 2352/10/582 2346/10/582 +f 2301/9/582 2348/9/582 2350/9/582 +f 2348/9/582 2301/9/582 2341/9/582 +f 2341/9/582 2301/9/582 2344/9/582 +f 2341/9/582 2344/9/582 2340/9/582 +f 2340/9/582 2344/9/582 2353/9/582 +f 2340/9/582 2353/9/582 2351/9/582 +f 2350/9/581 2348/9/581 2301/9/581 +f 2341/9/581 2301/9/581 2348/9/581 +f 2344/9/581 2301/9/581 2341/9/581 +f 2340/9/581 2344/9/581 2341/9/581 +f 2353/9/581 2344/9/581 2340/9/581 +f 2351/9/581 2353/9/581 2340/9/581 +f 836/6/81 837/6/81 838/6/81 +f 837/6/81 836/6/81 839/6/81 +f 837/6/81 839/6/81 840/6/81 +f 840/6/81 839/6/81 841/6/81 +f 840/6/81 841/6/81 842/6/81 +f 842/6/81 841/6/81 843/6/81 +f 838/6/310 844/7/427 836/6/427 +f 844/7/427 838/6/310 845/7/310 +f 839/6/307 844/7/428 846/7/307 +f 844/7/428 839/6/307 836/6/428 +f 841/6/429 846/7/307 847/7/429 +f 846/7/307 841/6/429 839/6/307 +f 848/7/309 841/6/430 847/7/430 +f 841/6/430 848/7/309 843/6/309 +f 849/7/423 843/6/309 848/7/309 +f 843/6/309 849/7/423 842/6/423 +f 840/6/308 849/7/424 850/7/308 +f 849/7/424 840/6/308 842/6/424 +f 837/6/425 850/7/308 851/7/425 +f 850/7/308 837/6/425 840/6/308 +f 837/6/426 845/7/310 838/6/310 +f 845/7/310 837/6/426 851/7/426 +f 2357/35/667 2356/35/667 2355/35/667 +f 2356/35/667 2357/35/667 2358/35/667 +f 2356/35/667 2358/35/667 2359/35/667 +f 2359/35/667 2358/35/667 2360/35/667 +f 2360/35/667 2358/35/667 2361/35/667 +f 2360/35/667 2361/35/667 2362/35/667 +f 2355/35/668 2356/35/668 2357/35/668 +f 2358/35/668 2357/35/668 2356/35/668 +f 2359/35/668 2358/35/668 2356/35/668 +f 2360/35/668 2358/35/668 2359/35/668 +f 2361/35/668 2358/35/668 2360/35/668 +f 2362/35/668 2361/35/668 2360/35/668 +f 2365/36/668 2364/36/668 2363/36/668 +f 2364/36/668 2365/36/668 2366/36/668 +f 2364/36/668 2366/36/668 2367/36/668 +f 2367/36/668 2366/36/668 2368/36/668 +f 2367/36/668 2368/36/668 2369/36/668 +f 2369/36/668 2368/36/668 2370/36/668 +f 2363/36/667 2364/36/667 2365/36/667 +f 2366/36/667 2365/36/667 2364/36/667 +f 2367/36/667 2366/36/667 2364/36/667 +f 2368/36/667 2366/36/667 2367/36/667 +f 2369/36/667 2368/36/667 2367/36/667 +f 2370/36/667 2368/36/667 2369/36/667 +f 2363/36/670 2356/35/669 2365/36/669 +f 2356/35/669 2363/36/670 2355/35/670 +f 2365/36/672 2356/35/672 2363/36/671 +f 2355/35/671 2363/36/671 2356/35/672 +f 2366/36/89 2356/35/673 2359/35/89 +f 2356/35/673 2366/36/89 2365/36/673 +f 2359/35/90 2356/35/674 2366/36/90 +f 2365/36/674 2366/36/90 2356/35/674 +f 2368/36/675 2359/35/89 2360/35/675 +f 2359/35/89 2368/36/675 2366/36/89 +f 2360/35/676 2359/35/90 2368/36/676 +f 2366/36/90 2368/36/676 2359/35/90 +f 2362/35/671 2368/36/677 2360/35/677 +f 2368/36/677 2362/35/671 2370/36/671 +f 2360/35/678 2368/36/678 2362/35/670 +f 2370/36/670 2362/35/670 2368/36/678 +f 2361/35/672 2370/36/671 2362/35/671 +f 2370/36/671 2361/35/672 2369/36/672 +f 2362/35/670 2370/36/670 2361/35/669 +f 2369/36/669 2361/35/669 2370/36/670 +f 2367/36/90 2361/35/674 2358/35/90 +f 2361/35/674 2367/36/90 2369/36/674 +f 2358/35/89 2361/35/673 2367/36/89 +f 2369/36/673 2367/36/89 2361/35/673 +f 2364/36/676 2358/35/90 2357/35/676 +f 2358/35/90 2364/36/676 2367/36/90 +f 2357/35/675 2358/35/89 2364/36/675 +f 2367/36/89 2364/36/675 2358/35/89 +f 2364/36/678 2355/35/670 2363/36/670 +f 2355/35/670 2364/36/678 2357/35/678 +f 2363/36/671 2355/35/671 2364/36/677 +f 2357/35/677 2364/36/677 2355/35/671 +f 2373/36/668 2372/36/668 2371/36/668 +f 2372/36/668 2373/36/668 2374/36/668 +f 2372/36/668 2374/36/668 2375/36/668 +f 2375/36/668 2374/36/668 2376/36/668 +f 2376/36/668 2374/36/668 2377/36/668 +f 2376/36/668 2377/36/668 2378/36/668 +f 2371/36/667 2372/36/667 2373/36/667 +f 2374/36/667 2373/36/667 2372/36/667 +f 2375/36/667 2374/36/667 2372/36/667 +f 2376/36/667 2374/36/667 2375/36/667 +f 2377/36/667 2374/36/667 2376/36/667 +f 2378/36/667 2377/36/667 2376/36/667 +f 2371/36/670 2379/35/669 2373/36/669 +f 2379/35/669 2371/36/670 2380/35/670 +f 2373/36/672 2379/35/672 2371/36/671 +f 2380/35/671 2371/36/671 2379/35/672 +f 2374/36/89 2379/35/673 2381/35/89 +f 2379/35/673 2374/36/89 2373/36/673 +f 2381/35/90 2379/35/674 2374/36/90 +f 2373/36/674 2374/36/90 2379/35/674 +f 2377/36/675 2381/35/89 2382/35/675 +f 2381/35/89 2377/36/675 2374/36/89 +f 2382/35/676 2381/35/90 2377/36/676 +f 2374/36/90 2377/36/676 2381/35/90 +f 2383/35/671 2377/36/677 2382/35/677 +f 2377/36/677 2383/35/671 2378/36/671 +f 2382/35/678 2377/36/678 2383/35/670 +f 2378/36/670 2383/35/670 2377/36/678 +f 2384/35/672 2378/36/671 2383/35/671 +f 2378/36/671 2384/35/672 2376/36/672 +f 2383/35/670 2378/36/670 2384/35/669 +f 2376/36/669 2384/35/669 2378/36/670 +f 2375/36/90 2384/35/674 2385/35/90 +f 2384/35/674 2375/36/90 2376/36/674 +f 2385/35/89 2384/35/673 2375/36/89 +f 2376/36/673 2375/36/89 2384/35/673 +f 2372/36/676 2385/35/90 2386/35/676 +f 2385/35/90 2372/36/676 2375/36/90 +f 2386/35/675 2385/35/89 2372/36/675 +f 2375/36/89 2372/36/675 2385/35/89 +f 2372/36/678 2380/35/670 2371/36/670 +f 2380/35/670 2372/36/678 2386/35/678 +f 2371/36/671 2380/35/671 2372/36/677 +f 2386/35/677 2372/36/677 2380/35/671 +f 2389/38/679 2388/37/680 2387/37/679 +f 2388/37/680 2389/38/679 2390/38/680 +f 2387/37/681 2388/37/682 2389/38/681 +f 2390/38/682 2389/38/681 2388/37/682 +f 2393/37/683 2392/38/684 2391/38/683 +f 2392/38/684 2393/37/683 2394/37/684 +f 2391/38/685 2392/38/686 2393/37/685 +f 2394/37/686 2393/37/685 2392/38/686 +f 2396/38/687 2387/37/679 2395/37/687 +f 2387/37/679 2396/38/687 2389/38/679 +f 2395/37/688 2387/37/681 2396/38/688 +f 2389/38/681 2396/38/688 2387/37/681 +f 2399/38/689 2398/37/690 2397/37/689 +f 2398/37/690 2399/38/689 2400/38/690 +f 2397/37/691 2398/37/692 2399/38/691 +f 2400/38/692 2399/38/691 2398/37/692 +f 2399/38/689 2388/37/693 2390/38/693 +f 2388/37/693 2399/38/689 2397/37/689 +f 2390/38/694 2388/37/694 2399/38/691 +f 2397/37/691 2399/38/691 2388/37/694 +f 2402/38/695 2394/37/696 2401/37/695 +f 2394/37/696 2402/38/695 2392/38/696 +f 2401/37/697 2394/37/698 2402/38/697 +f 2392/38/698 2402/38/697 2394/37/698 +f 2400/38/699 2401/37/695 2398/37/699 +f 2401/37/695 2400/38/699 2402/38/695 +f 2398/37/700 2401/37/697 2400/38/700 +f 2402/38/697 2400/38/700 2401/37/697 +f 2395/37/701 2391/38/683 2396/38/701 +f 2391/38/683 2395/37/701 2393/37/683 +f 2396/38/702 2391/38/685 2395/37/702 +f 2393/37/685 2395/37/702 2391/38/685 +f 2405/35/82 2404/35/82 2403/35/82 +f 2404/35/82 2405/35/82 2406/35/82 +f 2404/35/82 2406/35/82 2407/35/82 +f 2407/35/82 2406/35/82 2408/35/82 +f 2408/35/82 2406/35/82 2409/35/82 +f 2408/35/82 2409/35/82 2410/35/82 +f 2403/35/81 2404/35/81 2405/35/81 +f 2406/35/81 2405/35/81 2404/35/81 +f 2407/35/81 2406/35/81 2404/35/81 +f 2408/35/81 2406/35/81 2407/35/81 +f 2409/35/81 2406/35/81 2408/35/81 +f 2410/35/81 2409/35/81 2408/35/81 +f 2413/36/81 2412/36/81 2411/36/81 +f 2412/36/81 2413/36/81 2414/36/81 +f 2412/36/81 2414/36/81 2415/36/81 +f 2415/36/81 2414/36/81 2416/36/81 +f 2415/36/81 2416/36/81 2417/36/81 +f 2417/36/81 2416/36/81 2418/36/81 +f 2411/36/82 2412/36/82 2413/36/82 +f 2414/36/82 2413/36/82 2412/36/82 +f 2415/36/82 2414/36/82 2412/36/82 +f 2416/36/82 2414/36/82 2415/36/82 +f 2417/36/82 2416/36/82 2415/36/82 +f 2418/36/82 2416/36/82 2417/36/82 +f 2411/36/704 2404/35/703 2413/36/703 +f 2404/35/703 2411/36/704 2403/35/704 +f 2413/36/706 2404/35/706 2411/36/705 +f 2403/35/705 2411/36/705 2404/35/706 +f 2414/36/707 2404/35/708 2407/35/707 +f 2404/35/708 2414/36/707 2413/36/708 +f 2407/35/709 2404/35/710 2414/36/709 +f 2413/36/710 2414/36/709 2404/35/710 +f 2416/36/711 2407/35/707 2408/35/711 +f 2407/35/707 2416/36/711 2414/36/707 +f 2408/35/712 2407/35/709 2416/36/712 +f 2414/36/709 2416/36/712 2407/35/709 +f 2410/35/705 2416/36/713 2408/35/713 +f 2416/36/713 2410/35/705 2418/36/705 +f 2408/35/714 2416/36/714 2410/35/704 +f 2418/36/704 2410/35/704 2416/36/714 +f 2409/35/706 2418/36/705 2410/35/705 +f 2418/36/705 2409/35/706 2417/36/706 +f 2410/35/704 2418/36/704 2409/35/703 +f 2417/36/703 2409/35/703 2418/36/704 +f 2415/36/709 2409/35/710 2406/35/709 +f 2409/35/710 2415/36/709 2417/36/710 +f 2406/35/707 2409/35/708 2415/36/707 +f 2417/36/708 2415/36/707 2409/35/708 +f 2412/36/712 2406/35/709 2405/35/712 +f 2406/35/709 2412/36/712 2415/36/709 +f 2405/35/711 2406/35/707 2412/36/711 +f 2415/36/707 2412/36/711 2406/35/707 +f 2412/36/714 2403/35/704 2411/36/704 +f 2403/35/704 2412/36/714 2405/35/714 +f 2411/36/705 2403/35/705 2412/36/713 +f 2405/35/713 2412/36/713 2403/35/705 +f 2421/36/81 2420/36/81 2419/36/81 +f 2420/36/81 2421/36/81 2422/36/81 +f 2420/36/81 2422/36/81 2423/36/81 +f 2423/36/81 2422/36/81 2424/36/81 +f 2424/36/81 2422/36/81 2425/36/81 +f 2424/36/81 2425/36/81 2426/36/81 +f 2419/36/82 2420/36/82 2421/36/82 +f 2422/36/82 2421/36/82 2420/36/82 +f 2423/36/82 2422/36/82 2420/36/82 +f 2424/36/82 2422/36/82 2423/36/82 +f 2425/36/82 2422/36/82 2424/36/82 +f 2426/36/82 2425/36/82 2424/36/82 +f 2419/36/704 2427/35/703 2421/36/703 +f 2427/35/703 2419/36/704 2428/35/704 +f 2421/36/706 2427/35/706 2419/36/705 +f 2428/35/705 2419/36/705 2427/35/706 +f 2422/36/707 2427/35/708 2429/35/707 +f 2427/35/708 2422/36/707 2421/36/708 +f 2429/35/709 2427/35/710 2422/36/709 +f 2421/36/710 2422/36/709 2427/35/710 +f 2425/36/711 2429/35/707 2430/35/711 +f 2429/35/707 2425/36/711 2422/36/707 +f 2430/35/712 2429/35/709 2425/36/712 +f 2422/36/709 2425/36/712 2429/35/709 +f 2431/35/705 2425/36/713 2430/35/713 +f 2425/36/713 2431/35/705 2426/36/705 +f 2430/35/714 2425/36/714 2431/35/704 +f 2426/36/704 2431/35/704 2425/36/714 +f 2432/35/706 2426/36/705 2431/35/705 +f 2426/36/705 2432/35/706 2424/36/706 +f 2431/35/704 2426/36/704 2432/35/703 +f 2424/36/703 2432/35/703 2426/36/704 +f 2423/36/709 2432/35/710 2433/35/709 +f 2432/35/710 2423/36/709 2424/36/710 +f 2433/35/707 2432/35/708 2423/36/707 +f 2424/36/708 2423/36/707 2432/35/708 +f 2420/36/712 2433/35/709 2434/35/712 +f 2433/35/709 2420/36/712 2423/36/709 +f 2434/35/711 2433/35/707 2420/36/711 +f 2423/36/707 2420/36/711 2433/35/707 +f 2420/36/714 2428/35/704 2419/36/704 +f 2428/35/704 2420/36/714 2434/35/714 +f 2419/36/705 2428/35/705 2420/36/713 +f 2434/35/713 2420/36/713 2428/35/705 +f 2437/38/715 2436/37/716 2435/37/715 +f 2436/37/716 2437/38/715 2438/38/716 +f 2435/37/717 2436/37/718 2437/38/717 +f 2438/38/718 2437/38/717 2436/37/718 +f 2441/37/719 2440/38/720 2439/38/719 +f 2440/38/720 2441/37/719 2442/37/720 +f 2439/38/721 2440/38/722 2441/37/721 +f 2442/37/722 2441/37/721 2440/38/722 +f 2444/38/723 2435/37/715 2443/37/723 +f 2435/37/715 2444/38/723 2437/38/715 +f 2443/37/724 2435/37/717 2444/38/724 +f 2437/38/717 2444/38/724 2435/37/717 +f 2447/38/725 2446/37/726 2445/37/725 +f 2446/37/726 2447/38/725 2448/38/726 +f 2445/37/727 2446/37/728 2447/38/727 +f 2448/38/728 2447/38/727 2446/37/728 +f 2447/38/725 2436/37/729 2438/38/729 +f 2436/37/729 2447/38/725 2445/37/725 +f 2438/38/730 2436/37/730 2447/38/727 +f 2445/37/727 2447/38/727 2436/37/730 +f 2450/38/731 2442/37/732 2449/37/731 +f 2442/37/732 2450/38/731 2440/38/732 +f 2449/37/733 2442/37/734 2450/38/733 +f 2440/38/734 2450/38/733 2442/37/734 +f 2448/38/735 2449/37/731 2446/37/735 +f 2449/37/731 2448/38/735 2450/38/731 +f 2446/37/736 2449/37/733 2448/38/736 +f 2450/38/733 2448/38/736 2449/37/733 +f 2443/37/737 2439/38/719 2444/38/737 +f 2439/38/719 2443/37/737 2441/37/719 +f 2444/38/738 2439/38/721 2443/37/738 +f 2441/37/721 2443/37/738 2439/38/721 +f 2453/35/667 2452/35/667 2451/35/667 +f 2452/35/667 2453/35/667 2454/35/667 +f 2452/35/667 2454/35/667 2455/35/667 +f 2455/35/667 2454/35/667 2456/35/667 +f 2456/35/667 2454/35/667 2457/35/667 +f 2456/35/667 2457/35/667 2458/35/667 +f 2451/35/668 2452/35/668 2453/35/668 +f 2454/35/668 2453/35/668 2452/35/668 +f 2455/35/668 2454/35/668 2452/35/668 +f 2456/35/668 2454/35/668 2455/35/668 +f 2457/35/668 2454/35/668 2456/35/668 +f 2458/35/668 2457/35/668 2456/35/668 +f 2461/36/668 2460/36/668 2459/36/668 +f 2460/36/668 2461/36/668 2462/36/668 +f 2460/36/668 2462/36/668 2463/36/668 +f 2463/36/668 2462/36/668 2464/36/668 +f 2463/36/668 2464/36/668 2465/36/668 +f 2465/36/668 2464/36/668 2466/36/668 +f 2459/36/667 2460/36/667 2461/36/667 +f 2462/36/667 2461/36/667 2460/36/667 +f 2463/36/667 2462/36/667 2460/36/667 +f 2464/36/667 2462/36/667 2463/36/667 +f 2465/36/667 2464/36/667 2463/36/667 +f 2466/36/667 2464/36/667 2465/36/667 +f 2459/36/740 2452/35/739 2461/36/739 +f 2452/35/739 2459/36/740 2451/35/740 +f 2461/36/742 2452/35/742 2459/36/741 +f 2451/35/741 2459/36/741 2452/35/742 +f 2462/36/743 2452/35/744 2455/35/743 +f 2452/35/744 2462/36/743 2461/36/744 +f 2455/35/745 2452/35/746 2462/36/745 +f 2461/36/746 2462/36/745 2452/35/746 +f 2464/36/747 2455/35/743 2456/35/747 +f 2455/35/743 2464/36/747 2462/36/743 +f 2456/35/748 2455/35/745 2464/36/748 +f 2462/36/745 2464/36/748 2455/35/745 +f 2458/35/741 2464/36/749 2456/35/749 +f 2464/36/749 2458/35/741 2466/36/741 +f 2456/35/750 2464/36/750 2458/35/740 +f 2466/36/740 2458/35/740 2464/36/750 +f 2457/35/742 2466/36/741 2458/35/741 +f 2466/36/741 2457/35/742 2465/36/742 +f 2458/35/740 2466/36/740 2457/35/739 +f 2465/36/739 2457/35/739 2466/36/740 +f 2463/36/745 2457/35/746 2454/35/745 +f 2457/35/746 2463/36/745 2465/36/746 +f 2454/35/743 2457/35/744 2463/36/743 +f 2465/36/744 2463/36/743 2457/35/744 +f 2460/36/748 2454/35/745 2453/35/748 +f 2454/35/745 2460/36/748 2463/36/745 +f 2453/35/747 2454/35/743 2460/36/747 +f 2463/36/743 2460/36/747 2454/35/743 +f 2460/36/750 2451/35/740 2459/36/740 +f 2451/35/740 2460/36/750 2453/35/750 +f 2459/36/741 2451/35/741 2460/36/749 +f 2453/35/749 2460/36/749 2451/35/741 +f 2469/36/668 2468/36/668 2467/36/668 +f 2468/36/668 2469/36/668 2470/36/668 +f 2468/36/668 2470/36/668 2471/36/668 +f 2471/36/668 2470/36/668 2472/36/668 +f 2472/36/668 2470/36/668 2473/36/668 +f 2472/36/668 2473/36/668 2474/36/668 +f 2467/36/667 2468/36/667 2469/36/667 +f 2470/36/667 2469/36/667 2468/36/667 +f 2471/36/667 2470/36/667 2468/36/667 +f 2472/36/667 2470/36/667 2471/36/667 +f 2473/36/667 2470/36/667 2472/36/667 +f 2474/36/667 2473/36/667 2472/36/667 +f 2467/36/740 2475/35/739 2469/36/739 +f 2475/35/739 2467/36/740 2476/35/740 +f 2469/36/742 2475/35/742 2467/36/741 +f 2476/35/741 2467/36/741 2475/35/742 +f 2470/36/743 2475/35/744 2477/35/743 +f 2475/35/744 2470/36/743 2469/36/744 +f 2477/35/745 2475/35/746 2470/36/745 +f 2469/36/746 2470/36/745 2475/35/746 +f 2473/36/747 2477/35/743 2478/35/747 +f 2477/35/743 2473/36/747 2470/36/743 +f 2478/35/748 2477/35/745 2473/36/748 +f 2470/36/745 2473/36/748 2477/35/745 +f 2479/35/741 2473/36/749 2478/35/749 +f 2473/36/749 2479/35/741 2474/36/741 +f 2478/35/750 2473/36/750 2479/35/740 +f 2474/36/740 2479/35/740 2473/36/750 +f 2480/35/742 2474/36/741 2479/35/741 +f 2474/36/741 2480/35/742 2472/36/742 +f 2479/35/740 2474/36/740 2480/35/739 +f 2472/36/739 2480/35/739 2474/36/740 +f 2471/36/745 2480/35/746 2481/35/745 +f 2480/35/746 2471/36/745 2472/36/746 +f 2481/35/743 2480/35/744 2471/36/743 +f 2472/36/744 2471/36/743 2480/35/744 +f 2468/36/748 2481/35/745 2482/35/748 +f 2481/35/745 2468/36/748 2471/36/745 +f 2482/35/747 2481/35/743 2468/36/747 +f 2471/36/743 2468/36/747 2481/35/743 +f 2468/36/750 2476/35/740 2467/36/740 +f 2476/35/740 2468/36/750 2482/35/750 +f 2467/36/741 2476/35/741 2468/36/749 +f 2482/35/749 2468/36/749 2476/35/741 +f 2485/38/751 2484/37/752 2483/37/751 +f 2484/37/752 2485/38/751 2486/38/752 +f 2483/37/753 2484/37/754 2485/38/753 +f 2486/38/754 2485/38/753 2484/37/754 +f 2489/37/755 2488/38/756 2487/38/755 +f 2488/38/756 2489/37/755 2490/37/756 +f 2487/38/757 2488/38/758 2489/37/757 +f 2490/37/758 2489/37/757 2488/38/758 +f 2492/38/759 2483/37/751 2491/37/759 +f 2483/37/751 2492/38/759 2485/38/751 +f 2491/37/760 2483/37/753 2492/38/760 +f 2485/38/753 2492/38/760 2483/37/753 +f 2495/38/761 2494/37/762 2493/37/761 +f 2494/37/762 2495/38/761 2496/38/762 +f 2493/37/763 2494/37/764 2495/38/763 +f 2496/38/764 2495/38/763 2494/37/764 +f 2495/38/761 2484/37/765 2486/38/765 +f 2484/37/765 2495/38/761 2493/37/761 +f 2486/38/766 2484/37/766 2495/38/763 +f 2493/37/763 2495/38/763 2484/37/766 +f 2498/38/767 2490/37/768 2497/37/767 +f 2490/37/768 2498/38/767 2488/38/768 +f 2497/37/769 2490/37/770 2498/38/769 +f 2488/38/770 2498/38/769 2490/37/770 +f 2496/38/771 2497/37/767 2494/37/771 +f 2497/37/767 2496/38/771 2498/38/767 +f 2494/37/772 2497/37/769 2496/38/772 +f 2498/38/769 2496/38/772 2497/37/769 +f 2491/37/773 2487/38/755 2492/38/773 +f 2487/38/755 2491/37/773 2489/37/755 +f 2492/38/774 2487/38/757 2491/37/774 +f 2489/37/757 2491/37/774 2487/38/757 +f 2501/35/82 2500/35/82 2499/35/82 +f 2500/35/82 2501/35/82 2502/35/82 +f 2500/35/82 2502/35/82 2503/35/82 +f 2503/35/82 2502/35/82 2504/35/82 +f 2504/35/82 2502/35/82 2505/35/82 +f 2504/35/82 2505/35/82 2506/35/82 +f 2499/35/81 2500/35/81 2501/35/81 +f 2502/35/81 2501/35/81 2500/35/81 +f 2503/35/81 2502/35/81 2500/35/81 +f 2504/35/81 2502/35/81 2503/35/81 +f 2505/35/81 2502/35/81 2504/35/81 +f 2506/35/81 2505/35/81 2504/35/81 +f 2509/36/81 2508/36/81 2507/36/81 +f 2508/36/81 2509/36/81 2510/36/81 +f 2508/36/81 2510/36/81 2511/36/81 +f 2511/36/81 2510/36/81 2512/36/81 +f 2511/36/81 2512/36/81 2513/36/81 +f 2513/36/81 2512/36/81 2514/36/81 +f 2507/36/82 2508/36/82 2509/36/82 +f 2510/36/82 2509/36/82 2508/36/82 +f 2511/36/82 2510/36/82 2508/36/82 +f 2512/36/82 2510/36/82 2511/36/82 +f 2513/36/82 2512/36/82 2511/36/82 +f 2514/36/82 2512/36/82 2513/36/82 +f 2507/36/705 2500/35/706 2509/36/706 +f 2500/35/706 2507/36/705 2499/35/705 +f 2509/36/703 2500/35/703 2507/36/704 +f 2499/35/704 2507/36/704 2500/35/703 +f 2510/36/709 2500/35/710 2503/35/709 +f 2500/35/710 2510/36/709 2509/36/710 +f 2503/35/707 2500/35/708 2510/36/707 +f 2509/36/708 2510/36/707 2500/35/708 +f 2512/36/712 2503/35/709 2504/35/712 +f 2503/35/709 2512/36/712 2510/36/709 +f 2504/35/711 2503/35/707 2512/36/711 +f 2510/36/707 2512/36/711 2503/35/707 +f 2506/35/704 2512/36/714 2504/35/714 +f 2512/36/714 2506/35/704 2514/36/704 +f 2504/35/713 2512/36/713 2506/35/705 +f 2514/36/705 2506/35/705 2512/36/713 +f 2505/35/703 2514/36/704 2506/35/704 +f 2514/36/704 2505/35/703 2513/36/703 +f 2506/35/705 2514/36/705 2505/35/706 +f 2513/36/706 2505/35/706 2514/36/705 +f 2511/36/707 2505/35/708 2502/35/707 +f 2505/35/708 2511/36/707 2513/36/708 +f 2502/35/709 2505/35/710 2511/36/709 +f 2513/36/710 2511/36/709 2505/35/710 +f 2508/36/711 2502/35/707 2501/35/711 +f 2502/35/707 2508/36/711 2511/36/707 +f 2501/35/712 2502/35/709 2508/36/712 +f 2511/36/709 2508/36/712 2502/35/709 +f 2508/36/713 2499/35/705 2507/36/705 +f 2499/35/705 2508/36/713 2501/35/713 +f 2507/36/704 2499/35/704 2508/36/714 +f 2501/35/714 2508/36/714 2499/35/704 +f 2517/36/81 2516/36/81 2515/36/81 +f 2516/36/81 2517/36/81 2518/36/81 +f 2516/36/81 2518/36/81 2519/36/81 +f 2519/36/81 2518/36/81 2520/36/81 +f 2520/36/81 2518/36/81 2521/36/81 +f 2520/36/81 2521/36/81 2522/36/81 +f 2515/36/82 2516/36/82 2517/36/82 +f 2518/36/82 2517/36/82 2516/36/82 +f 2519/36/82 2518/36/82 2516/36/82 +f 2520/36/82 2518/36/82 2519/36/82 +f 2521/36/82 2518/36/82 2520/36/82 +f 2522/36/82 2521/36/82 2520/36/82 +f 2515/36/705 2523/35/706 2517/36/706 +f 2523/35/706 2515/36/705 2524/35/705 +f 2517/36/703 2523/35/703 2515/36/704 +f 2524/35/704 2515/36/704 2523/35/703 +f 2518/36/709 2523/35/710 2525/35/709 +f 2523/35/710 2518/36/709 2517/36/710 +f 2525/35/707 2523/35/708 2518/36/707 +f 2517/36/708 2518/36/707 2523/35/708 +f 2521/36/712 2525/35/709 2526/35/712 +f 2525/35/709 2521/36/712 2518/36/709 +f 2526/35/711 2525/35/707 2521/36/711 +f 2518/36/707 2521/36/711 2525/35/707 +f 2527/35/704 2521/36/714 2526/35/714 +f 2521/36/714 2527/35/704 2522/36/704 +f 2526/35/713 2521/36/713 2527/35/705 +f 2522/36/705 2527/35/705 2521/36/713 +f 2528/35/703 2522/36/704 2527/35/704 +f 2522/36/704 2528/35/703 2520/36/703 +f 2527/35/705 2522/36/705 2528/35/706 +f 2520/36/706 2528/35/706 2522/36/705 +f 2519/36/707 2528/35/708 2529/35/707 +f 2528/35/708 2519/36/707 2520/36/708 +f 2529/35/709 2528/35/710 2519/36/709 +f 2520/36/710 2519/36/709 2528/35/710 +f 2516/36/711 2529/35/707 2530/35/711 +f 2529/35/707 2516/36/711 2519/36/707 +f 2530/35/712 2529/35/709 2516/36/712 +f 2519/36/709 2516/36/712 2529/35/709 +f 2516/36/713 2524/35/705 2515/36/705 +f 2524/35/705 2516/36/713 2530/35/713 +f 2515/36/704 2524/35/704 2516/36/714 +f 2530/35/714 2516/36/714 2524/35/704 +f 2533/38/731 2532/37/732 2531/37/731 +f 2532/37/732 2533/38/731 2534/38/732 +f 2531/37/733 2532/37/734 2533/38/733 +f 2534/38/734 2533/38/733 2532/37/734 +f 2537/37/725 2536/38/729 2535/38/725 +f 2536/38/729 2537/37/725 2538/37/729 +f 2535/38/727 2536/38/730 2537/37/727 +f 2538/37/730 2537/37/727 2536/38/730 +f 2540/38/735 2531/37/731 2539/37/735 +f 2531/37/731 2540/38/735 2533/38/731 +f 2539/37/736 2531/37/733 2540/38/736 +f 2533/38/733 2540/38/736 2531/37/733 +f 2543/38/719 2542/37/737 2541/37/719 +f 2542/37/737 2543/38/719 2544/38/737 +f 2541/37/721 2542/37/738 2543/38/721 +f 2544/38/738 2543/38/721 2542/37/738 +f 2543/38/719 2532/37/720 2534/38/720 +f 2532/37/720 2543/38/719 2541/37/719 +f 2534/38/722 2532/37/722 2543/38/721 +f 2541/37/721 2543/38/721 2532/37/722 +f 2546/38/715 2538/37/716 2545/37/715 +f 2538/37/716 2546/38/715 2536/38/716 +f 2545/37/717 2538/37/718 2546/38/717 +f 2536/38/718 2546/38/717 2538/37/718 +f 2544/38/723 2545/37/715 2542/37/723 +f 2545/37/715 2544/38/723 2546/38/715 +f 2542/37/724 2545/37/717 2544/38/724 +f 2546/38/717 2544/38/724 2545/37/717 +f 2539/37/726 2535/38/725 2540/38/726 +f 2535/38/725 2539/37/726 2537/37/725 +f 2540/38/728 2535/38/727 2539/37/728 +f 2537/37/727 2539/37/728 2535/38/727 +f 2549/39/393 2548/35/392 2547/35/391 +f 2548/35/392 2549/39/393 2550/39/394 +f 2547/35/397 2548/35/396 2549/39/395 +f 2550/39/398 2549/39/395 2548/35/396 +f 2553/39/377 2552/39/376 2551/39/375 +f 2552/39/376 2553/39/377 2554/39/378 +f 2551/39/381 2552/39/380 2553/39/379 +f 2554/39/382 2553/39/379 2552/39/380 +f 2556/39/417 2549/39/393 2555/39/414 +f 2549/39/393 2556/39/417 2550/39/394 +f 2555/39/415 2549/39/395 2556/39/420 +f 2550/39/398 2556/39/420 2549/39/395 +f 2559/35/107 2558/36/110 2557/35/108 +f 2558/36/110 2559/35/107 2560/36/109 +f 2557/35/112 2558/36/114 2559/35/113 +f 2560/36/111 2559/35/113 2558/36/114 +f 2562/36/123 2560/36/109 2561/36/124 +f 2560/36/109 2562/36/123 2558/36/110 +f 2561/36/126 2560/36/111 2562/36/125 +f 2558/36/114 2562/36/125 2560/36/111 +f 2561/36/124 2559/35/107 2563/35/129 +f 2559/35/107 2561/36/124 2560/36/109 +f 2563/35/130 2559/35/113 2561/36/126 +f 2560/36/111 2561/36/126 2559/35/113 +f 2555/39/414 2547/35/391 2564/35/413 +f 2547/35/391 2555/39/414 2549/39/393 +f 2564/35/416 2547/35/397 2555/39/415 +f 2549/39/395 2555/39/415 2547/35/397 +f 2565/35/418 2550/39/394 2556/39/417 +f 2550/39/394 2565/35/418 2548/35/392 +f 2556/39/420 2550/39/398 2565/35/419 +f 2548/35/396 2565/35/419 2550/39/398 +f 2568/40/171 2567/40/150 2566/40/156 +f 2567/40/150 2568/40/171 2569/40/148 +f 2566/40/158 2567/40/154 2568/40/174 +f 2569/40/152 2568/40/174 2567/40/154 +f 2569/40/148 2570/35/149 2567/40/150 +f 2570/35/149 2569/40/148 2571/35/147 +f 2567/40/154 2570/35/151 2569/40/152 +f 2571/35/153 2569/40/152 2570/35/151 +f 2573/35/172 2566/40/156 2572/35/155 +f 2566/40/156 2573/35/172 2568/40/171 +f 2572/35/157 2566/40/158 2573/35/173 +f 2568/40/174 2573/35/173 2566/40/158 +f 2571/35/147 2568/40/171 2573/35/172 +f 2568/40/171 2571/35/147 2569/40/148 +f 2573/35/173 2568/40/174 2571/35/153 +f 2569/40/152 2571/35/153 2568/40/174 +f 2575/35/387 2554/39/378 2574/35/383 +f 2554/39/378 2575/35/387 2552/39/376 +f 2574/35/386 2554/39/382 2575/35/388 +f 2552/39/380 2575/35/388 2554/39/382 +f 2554/39/378 2576/35/384 2574/35/383 +f 2576/35/384 2554/39/378 2553/39/377 +f 2574/35/386 2576/35/385 2554/39/382 +f 2553/39/379 2554/39/382 2576/35/385 +f 2551/39/375 2575/35/387 2577/35/389 +f 2575/35/387 2551/39/375 2552/39/376 +f 2577/35/390 2575/35/388 2551/39/381 +f 2552/39/380 2551/39/381 2575/35/388 +f 2580/40/110 2579/35/127 2578/35/108 +f 2579/35/127 2580/40/110 2581/40/123 +f 2578/35/112 2579/35/128 2580/40/114 +f 2581/40/125 2580/40/114 2579/35/128 +f 2553/39/377 2577/35/389 2576/35/384 +f 2577/35/389 2553/39/377 2551/39/375 +f 2576/35/385 2577/35/390 2553/39/379 +f 2551/39/381 2553/39/379 2577/35/390 +f 2581/40/123 2583/40/109 2582/40/124 +f 2583/40/109 2581/40/123 2580/40/110 +f 2582/40/126 2583/40/111 2581/40/125 +f 2580/40/114 2581/40/125 2583/40/111 +f 2562/36/123 2563/35/129 2584/35/127 +f 2563/35/129 2562/36/123 2561/36/124 +f 2584/35/128 2563/35/130 2562/36/125 +f 2561/36/126 2562/36/125 2563/35/130 +f 2582/40/124 2586/35/107 2585/35/129 +f 2586/35/107 2582/40/124 2583/40/109 +f 2585/35/130 2586/35/113 2582/40/126 +f 2583/40/111 2582/40/126 2586/35/113 +f 2566/40/156 2570/35/149 2572/35/155 +f 2570/35/149 2566/40/156 2567/40/150 +f 2572/35/157 2570/35/151 2566/40/158 +f 2567/40/154 2566/40/158 2570/35/151 +f 2558/36/110 2584/35/127 2557/35/108 +f 2584/35/127 2558/36/110 2562/36/123 +f 2557/35/112 2584/35/128 2558/36/114 +f 2562/36/125 2558/36/114 2584/35/128 +f 2581/40/123 2585/35/129 2579/35/127 +f 2585/35/129 2581/40/123 2582/40/124 +f 2579/35/128 2585/35/130 2581/40/125 +f 2582/40/126 2581/40/125 2585/35/130 +f 2565/35/418 2555/39/414 2564/35/413 +f 2555/39/414 2565/35/418 2556/39/417 +f 2564/35/416 2555/39/415 2565/35/419 +f 2556/39/420 2565/35/419 2555/39/415 +f 2589/40/110 2588/35/127 2587/35/108 +f 2588/35/127 2589/40/110 2590/40/123 +f 2587/35/112 2588/35/128 2589/40/114 +f 2590/40/125 2589/40/114 2588/35/128 +f 2586/35/107 2580/40/110 2578/35/108 +f 2580/40/110 2586/35/107 2583/40/109 +f 2578/35/112 2580/40/114 2586/35/113 +f 2583/40/111 2586/35/113 2580/40/114 +f 2590/40/123 2592/40/109 2591/40/124 +f 2592/40/109 2590/40/123 2589/40/110 +f 2591/40/126 2592/40/111 2590/40/125 +f 2589/40/114 2590/40/125 2592/40/111 +f 2593/35/107 2589/40/110 2587/35/108 +f 2589/40/110 2593/35/107 2592/40/109 +f 2587/35/112 2589/40/114 2593/35/113 +f 2592/40/111 2593/35/113 2589/40/114 +f 2590/40/123 2594/35/129 2588/35/127 +f 2594/35/129 2590/40/123 2591/40/124 +f 2588/35/128 2594/35/130 2590/40/125 +f 2591/40/126 2590/40/125 2594/35/130 +f 2591/40/124 2593/35/107 2594/35/129 +f 2593/35/107 2591/40/124 2592/40/109 +f 2594/35/130 2593/35/113 2591/40/126 +f 2592/40/111 2591/40/126 2593/35/113 +f 2597/39/401 2596/39/400 2595/39/399 +f 2596/39/400 2597/39/401 2598/39/402 +f 2595/39/405 2596/39/404 2597/39/403 +f 2598/39/406 2597/39/403 2596/39/404 +f 2595/39/399 2600/35/408 2599/35/407 +f 2600/35/408 2595/39/399 2596/39/400 +f 2599/35/410 2600/35/409 2595/39/405 +f 2596/39/404 2595/39/405 2600/35/409 +f 2597/39/401 2599/35/407 2601/35/411 +f 2599/35/407 2597/39/401 2595/39/399 +f 2601/35/412 2599/35/410 2597/39/403 +f 2595/39/405 2597/39/403 2599/35/410 +f 2596/39/400 2602/35/421 2600/35/408 +f 2602/35/421 2596/39/400 2598/39/402 +f 2600/35/409 2602/35/422 2596/39/404 +f 2598/39/406 2596/39/404 2602/35/422 +f 2602/35/421 2597/39/401 2601/35/411 +f 2597/39/401 2602/35/421 2598/39/402 +f 2601/35/412 2597/39/403 2602/35/422 +f 2598/39/406 2602/35/422 2597/39/403 +f 2605/35/160 2604/39/167 2603/35/175 +f 2604/39/167 2605/35/160 2606/39/162 +f 2603/35/176 2604/39/169 2605/35/164 +f 2606/39/166 2605/35/164 2604/39/169 +f 2604/39/167 2608/39/161 2607/39/168 +f 2608/39/161 2604/39/167 2606/39/162 +f 2607/39/170 2608/39/163 2604/39/169 +f 2606/39/166 2604/39/169 2608/39/163 +f 2604/39/167 2609/35/177 2603/35/175 +f 2609/35/177 2604/39/167 2607/39/168 +f 2603/35/176 2609/35/178 2604/39/169 +f 2607/39/170 2604/39/169 2609/35/178 +f 2608/39/161 2605/35/160 2610/35/159 +f 2605/35/160 2608/39/161 2606/39/162 +f 2610/35/165 2605/35/164 2608/39/163 +f 2606/39/166 2608/39/163 2605/35/164 +f 2607/39/168 2610/35/159 2609/35/177 +f 2610/35/159 2607/39/168 2608/39/161 +f 2609/35/178 2610/35/165 2607/39/170 +f 2608/39/163 2607/39/170 2610/35/165 +f 2613/40/171 2612/40/150 2611/40/156 +f 2612/40/150 2613/40/171 2614/40/148 +f 2611/40/158 2612/40/154 2613/40/174 +f 2614/40/152 2613/40/174 2612/40/154 +f 2614/40/148 2615/35/149 2612/40/150 +f 2615/35/149 2614/40/148 2616/35/147 +f 2612/40/154 2615/35/151 2614/40/152 +f 2616/35/153 2614/40/152 2615/35/151 +f 2619/39/101 2618/39/117 2617/39/102 +f 2618/39/117 2619/39/101 2620/39/118 +f 2617/39/106 2618/39/119 2619/39/103 +f 2620/39/122 2619/39/103 2618/39/119 +f 2617/39/102 2622/35/115 2621/35/100 +f 2622/35/115 2617/39/102 2618/39/117 +f 2621/35/104 2622/35/121 2617/39/106 +f 2618/39/119 2617/39/106 2622/35/121 +f 2611/40/156 2615/35/149 2623/35/155 +f 2615/35/149 2611/40/156 2612/40/150 +f 2623/35/157 2615/35/151 2611/40/158 +f 2612/40/154 2611/40/158 2615/35/151 +f 2616/35/147 2613/40/171 2624/35/172 +f 2613/40/171 2616/35/147 2614/40/148 +f 2624/35/173 2613/40/174 2616/35/153 +f 2614/40/152 2616/35/153 2613/40/174 +f 2618/39/117 2625/35/116 2622/35/115 +f 2625/35/116 2618/39/117 2620/39/118 +f 2622/35/121 2625/35/120 2618/39/119 +f 2620/39/122 2618/39/119 2625/35/120 +f 2619/39/101 2621/35/100 2626/35/99 +f 2621/35/100 2619/39/101 2617/39/102 +f 2626/35/105 2621/35/104 2619/39/103 +f 2617/39/106 2619/39/103 2621/35/104 +f 2625/35/116 2619/39/101 2626/35/99 +f 2619/39/101 2625/35/116 2620/39/118 +f 2626/35/105 2619/39/103 2625/35/120 +f 2620/39/122 2625/35/120 2619/39/103 +f 2624/35/172 2611/40/156 2623/35/155 +f 2611/40/156 2624/35/172 2613/40/171 +f 2623/35/157 2611/40/158 2624/35/173 +f 2613/40/174 2624/35/173 2611/40/158 +f 2629/36/310 2628/35/427 2627/36/427 +f 2628/35/427 2629/36/310 2630/35/310 +f 2627/36/423 2628/35/423 2629/36/309 +f 2630/35/309 2629/36/309 2628/35/423 +f 2633/36/308 2632/35/424 2631/35/308 +f 2632/35/424 2633/36/308 2634/36/424 +f 2631/35/307 2632/35/428 2633/36/307 +f 2634/36/428 2633/36/307 2632/35/428 +f 2636/36/425 2631/35/308 2635/35/425 +f 2631/35/308 2636/36/425 2633/36/308 +f 2635/35/429 2631/35/307 2636/36/429 +f 2633/36/307 2636/36/429 2631/35/307 +f 2638/36/307 2628/35/428 2637/35/307 +f 2628/35/428 2638/36/307 2627/36/428 +f 2637/35/308 2628/35/424 2638/36/308 +f 2627/36/424 2638/36/308 2628/35/424 +f 2640/36/429 2637/35/307 2639/35/429 +f 2637/35/307 2640/36/429 2638/36/307 +f 2639/35/425 2637/35/308 2640/36/425 +f 2638/36/308 2640/36/425 2637/35/308 +f 2641/35/309 2640/36/430 2639/35/430 +f 2640/36/430 2641/35/309 2642/36/309 +f 2639/35/426 2640/36/426 2641/35/310 +f 2642/36/310 2641/35/310 2640/36/426 +f 2632/35/423 2642/36/309 2641/35/309 +f 2642/36/309 2632/35/423 2634/36/423 +f 2641/35/310 2642/36/310 2632/35/427 +f 2634/36/427 2632/35/427 2642/36/310 +f 2627/36/81 2636/36/81 2629/36/81 +f 2636/36/81 2627/36/81 2633/36/81 +f 2633/36/81 2627/36/81 2638/36/81 +f 2633/36/81 2638/36/81 2634/36/81 +f 2634/36/81 2638/36/81 2640/36/81 +f 2634/36/81 2640/36/81 2642/36/81 +f 2629/36/82 2636/36/82 2627/36/82 +f 2633/36/82 2627/36/82 2636/36/82 +f 2638/36/82 2627/36/82 2633/36/82 +f 2634/36/82 2638/36/82 2633/36/82 +f 2640/36/82 2638/36/82 2634/36/82 +f 2642/36/82 2640/36/82 2634/36/82 +f 2635/35/82 2628/35/82 2630/35/82 +f 2628/35/82 2635/35/82 2631/35/82 +f 2628/35/82 2631/35/82 2637/35/82 +f 2637/35/82 2631/35/82 2632/35/82 +f 2637/35/82 2632/35/82 2639/35/82 +f 2639/35/82 2632/35/82 2641/35/82 +f 2630/35/81 2628/35/81 2635/35/81 +f 2631/35/81 2635/35/81 2628/35/81 +f 2637/35/81 2631/35/81 2628/35/81 +f 2632/35/81 2631/35/81 2637/35/81 +f 2639/35/81 2632/35/81 2637/35/81 +f 2641/35/81 2632/35/81 2639/35/81 +f 2636/36/426 2630/35/310 2629/36/310 +f 2630/35/310 2636/36/426 2635/35/426 +f 2629/36/309 2630/35/309 2636/36/430 +f 2635/35/430 2636/36/430 2630/35/309 +f 2645/36/308 2644/35/424 2643/35/308 +f 2644/35/424 2645/36/308 2646/36/424 +f 2643/35/307 2644/35/428 2645/36/307 +f 2646/36/428 2645/36/307 2644/35/428 +f 2649/36/429 2648/35/307 2647/35/429 +f 2648/35/307 2649/36/429 2650/36/307 +f 2647/35/425 2648/35/308 2649/36/425 +f 2650/36/308 2649/36/425 2648/35/308 +f 2652/36/425 2643/35/308 2651/35/425 +f 2643/35/308 2652/36/425 2645/36/308 +f 2651/35/429 2643/35/307 2652/36/429 +f 2645/36/307 2652/36/429 2643/35/307 +f 2652/36/426 2654/35/310 2653/36/310 +f 2654/35/310 2652/36/426 2651/35/426 +f 2653/36/309 2654/35/309 2652/36/430 +f 2651/35/430 2652/36/430 2654/35/309 +f 2655/36/81 2652/36/81 2653/36/81 +f 2652/36/81 2655/36/81 2650/36/81 +f 2652/36/81 2650/36/81 2645/36/81 +f 2645/36/81 2650/36/81 2649/36/81 +f 2645/36/81 2649/36/81 2646/36/81 +f 2646/36/81 2649/36/81 2656/36/81 +f 2653/36/82 2652/36/82 2655/36/82 +f 2650/36/82 2655/36/82 2652/36/82 +f 2645/36/82 2650/36/82 2652/36/82 +f 2649/36/82 2650/36/82 2645/36/82 +f 2646/36/82 2649/36/82 2645/36/82 +f 2656/36/82 2649/36/82 2646/36/82 +f 2657/35/309 2649/36/430 2647/35/430 +f 2649/36/430 2657/35/309 2656/36/309 +f 2647/35/426 2649/36/426 2657/35/310 +f 2656/36/310 2657/35/310 2649/36/426 +f 2644/35/423 2656/36/309 2657/35/309 +f 2656/36/309 2644/35/423 2646/36/423 +f 2657/35/310 2656/36/310 2644/35/427 +f 2646/36/427 2644/35/427 2656/36/310 +f 2653/36/310 2658/35/427 2655/36/427 +f 2658/35/427 2653/36/310 2654/35/310 +f 2655/36/423 2658/35/423 2653/36/309 +f 2654/35/309 2653/36/309 2658/35/423 +f 2650/36/307 2658/35/428 2648/35/307 +f 2658/35/428 2650/36/307 2655/36/428 +f 2648/35/308 2658/35/424 2650/36/308 +f 2655/36/424 2650/36/308 2658/35/424 +f 2661/37/775 2660/38/776 2659/38/775 +f 2660/38/776 2661/37/775 2662/37/776 +f 2659/38/777 2660/38/778 2661/37/777 +f 2662/37/778 2661/37/777 2660/38/778 +f 2664/37/779 2659/38/775 2663/38/779 +f 2659/38/775 2664/37/779 2661/37/775 +f 2663/38/780 2659/38/777 2664/37/780 +f 2661/37/777 2664/37/780 2659/38/777 +f 2667/38/781 2666/37/782 2665/37/781 +f 2666/37/782 2667/38/781 2668/38/782 +f 2665/37/783 2666/37/784 2667/38/783 +f 2668/38/784 2667/38/783 2666/37/784 +f 2671/38/785 2670/37/786 2669/37/785 +f 2670/37/786 2671/38/785 2672/38/786 +f 2669/37/787 2670/37/788 2671/38/787 +f 2672/38/788 2671/38/787 2670/37/788 +f 2673/38/790 2666/37/789 2668/38/789 +f 2666/37/789 2673/38/790 2674/37/790 +f 2668/38/792 2666/37/792 2673/38/791 +f 2674/37/791 2673/38/791 2666/37/792 +f 2671/38/793 2674/37/790 2673/38/790 +f 2674/37/790 2671/38/793 2669/37/793 +f 2673/38/791 2674/37/791 2671/38/794 +f 2669/37/794 2671/38/794 2674/37/791 +f 2663/38/795 2665/37/781 2664/37/795 +f 2665/37/781 2663/38/795 2667/38/781 +f 2664/37/796 2665/37/783 2663/38/796 +f 2667/38/783 2663/38/796 2665/37/783 +f 2672/38/786 2662/37/797 2670/37/786 +f 2662/37/797 2672/38/786 2660/38/797 +f 2670/37/788 2662/37/798 2672/38/788 +f 2660/38/798 2672/38/788 2662/37/798 +f 2677/36/310 2676/35/427 2675/36/427 +f 2676/35/427 2677/36/310 2678/35/310 +f 2675/36/423 2676/35/423 2677/36/309 +f 2678/35/309 2677/36/309 2676/35/423 +f 2681/36/308 2680/35/424 2679/35/308 +f 2680/35/424 2681/36/308 2682/36/424 +f 2679/35/307 2680/35/428 2681/36/307 +f 2682/36/428 2681/36/307 2680/35/428 +f 2684/36/425 2679/35/308 2683/35/425 +f 2679/35/308 2684/36/425 2681/36/308 +f 2683/35/429 2679/35/307 2684/36/429 +f 2681/36/307 2684/36/429 2679/35/307 +f 2686/36/307 2676/35/428 2685/35/307 +f 2676/35/428 2686/36/307 2675/36/428 +f 2685/35/308 2676/35/424 2686/36/308 +f 2675/36/424 2686/36/308 2676/35/424 +f 2688/36/429 2685/35/307 2687/35/429 +f 2685/35/307 2688/36/429 2686/36/307 +f 2687/35/425 2685/35/308 2688/36/425 +f 2686/36/308 2688/36/425 2685/35/308 +f 2689/35/309 2688/36/430 2687/35/430 +f 2688/36/430 2689/35/309 2690/36/309 +f 2687/35/426 2688/36/426 2689/35/310 +f 2690/36/310 2689/35/310 2688/36/426 +f 2680/35/423 2690/36/309 2689/35/309 +f 2690/36/309 2680/35/423 2682/36/423 +f 2689/35/310 2690/36/310 2680/35/427 +f 2682/36/427 2680/35/427 2690/36/310 +f 2675/36/81 2684/36/81 2677/36/81 +f 2684/36/81 2675/36/81 2681/36/81 +f 2681/36/81 2675/36/81 2686/36/81 +f 2681/36/81 2686/36/81 2682/36/81 +f 2682/36/81 2686/36/81 2688/36/81 +f 2682/36/81 2688/36/81 2690/36/81 +f 2677/36/82 2684/36/82 2675/36/82 +f 2681/36/82 2675/36/82 2684/36/82 +f 2686/36/82 2675/36/82 2681/36/82 +f 2682/36/82 2686/36/82 2681/36/82 +f 2688/36/82 2686/36/82 2682/36/82 +f 2690/36/82 2688/36/82 2682/36/82 +f 2683/35/82 2676/35/82 2678/35/82 +f 2676/35/82 2683/35/82 2679/35/82 +f 2676/35/82 2679/35/82 2685/35/82 +f 2685/35/82 2679/35/82 2680/35/82 +f 2685/35/82 2680/35/82 2687/35/82 +f 2687/35/82 2680/35/82 2689/35/82 +f 2678/35/81 2676/35/81 2683/35/81 +f 2679/35/81 2683/35/81 2676/35/81 +f 2685/35/81 2679/35/81 2676/35/81 +f 2680/35/81 2679/35/81 2685/35/81 +f 2687/35/81 2680/35/81 2685/35/81 +f 2689/35/81 2680/35/81 2687/35/81 +f 2684/36/426 2678/35/310 2677/36/310 +f 2678/35/310 2684/36/426 2683/35/426 +f 2677/36/309 2678/35/309 2684/36/430 +f 2683/35/430 2684/36/430 2678/35/309 +f 2693/36/308 2692/35/424 2691/35/308 +f 2692/35/424 2693/36/308 2694/36/424 +f 2691/35/307 2692/35/428 2693/36/307 +f 2694/36/428 2693/36/307 2692/35/428 +f 2697/36/429 2696/35/307 2695/35/429 +f 2696/35/307 2697/36/429 2698/36/307 +f 2695/35/425 2696/35/308 2697/36/425 +f 2698/36/308 2697/36/425 2696/35/308 +f 2700/36/425 2691/35/308 2699/35/425 +f 2691/35/308 2700/36/425 2693/36/308 +f 2699/35/429 2691/35/307 2700/36/429 +f 2693/36/307 2700/36/429 2691/35/307 +f 2700/36/426 2702/35/310 2701/36/310 +f 2702/35/310 2700/36/426 2699/35/426 +f 2701/36/309 2702/35/309 2700/36/430 +f 2699/35/430 2700/36/430 2702/35/309 +f 2703/36/81 2700/36/81 2701/36/81 +f 2700/36/81 2703/36/81 2698/36/81 +f 2700/36/81 2698/36/81 2693/36/81 +f 2693/36/81 2698/36/81 2697/36/81 +f 2693/36/81 2697/36/81 2694/36/81 +f 2694/36/81 2697/36/81 2704/36/81 +f 2701/36/82 2700/36/82 2703/36/82 +f 2698/36/82 2703/36/82 2700/36/82 +f 2693/36/82 2698/36/82 2700/36/82 +f 2697/36/82 2698/36/82 2693/36/82 +f 2694/36/82 2697/36/82 2693/36/82 +f 2704/36/82 2697/36/82 2694/36/82 +f 2705/35/309 2697/36/430 2695/35/430 +f 2697/36/430 2705/35/309 2704/36/309 +f 2695/35/426 2697/36/426 2705/35/310 +f 2704/36/310 2705/35/310 2697/36/426 +f 2692/35/423 2704/36/309 2705/35/309 +f 2704/36/309 2692/35/423 2694/36/423 +f 2705/35/310 2704/36/310 2692/35/427 +f 2694/36/427 2692/35/427 2704/36/310 +f 2701/36/310 2706/35/427 2703/36/427 +f 2706/35/427 2701/36/310 2702/35/310 +f 2703/36/423 2706/35/423 2701/36/309 +f 2702/35/309 2701/36/309 2706/35/423 +f 2698/36/307 2706/35/428 2696/35/307 +f 2706/35/428 2698/36/307 2703/36/428 +f 2696/35/308 2706/35/424 2698/36/308 +f 2703/36/424 2698/36/308 2706/35/424 +f 2709/37/775 2708/38/776 2707/38/775 +f 2708/38/776 2709/37/775 2710/37/776 +f 2707/38/777 2708/38/778 2709/37/777 +f 2710/37/778 2709/37/777 2708/38/778 +f 2712/37/779 2707/38/775 2711/38/779 +f 2707/38/775 2712/37/779 2709/37/775 +f 2711/38/780 2707/38/777 2712/37/780 +f 2709/37/777 2712/37/780 2707/38/777 +f 2715/38/781 2714/37/782 2713/37/781 +f 2714/37/782 2715/38/781 2716/38/782 +f 2713/37/783 2714/37/784 2715/38/783 +f 2716/38/784 2715/38/783 2714/37/784 +f 2719/38/785 2718/37/786 2717/37/785 +f 2718/37/786 2719/38/785 2720/38/786 +f 2717/37/787 2718/37/788 2719/38/787 +f 2720/38/788 2719/38/787 2718/37/788 +f 2721/38/790 2714/37/789 2716/38/789 +f 2714/37/789 2721/38/790 2722/37/790 +f 2716/38/792 2714/37/792 2721/38/791 +f 2722/37/791 2721/38/791 2714/37/792 +f 2719/38/793 2722/37/790 2721/38/790 +f 2722/37/790 2719/38/793 2717/37/793 +f 2721/38/791 2722/37/791 2719/38/794 +f 2717/37/794 2719/38/794 2722/37/791 +f 2711/38/795 2713/37/781 2712/37/795 +f 2713/37/781 2711/38/795 2715/38/781 +f 2712/37/796 2713/37/783 2711/38/796 +f 2715/38/783 2711/38/796 2713/37/783 +f 2720/38/786 2710/37/797 2718/37/786 +f 2710/37/797 2720/38/786 2708/38/797 +f 2718/37/788 2710/37/798 2720/38/788 +f 2708/38/798 2720/38/788 2710/37/798 +f 2725/36/373 2724/35/423 2723/36/423 +f 2724/35/423 2725/36/373 2726/35/373 +f 2723/36/427 2724/35/427 2725/36/374 +f 2726/35/374 2725/36/374 2724/35/427 +f 2729/36/372 2728/35/428 2727/35/372 +f 2728/35/428 2729/36/372 2730/36/428 +f 2727/35/371 2728/35/424 2729/36/371 +f 2730/36/424 2729/36/371 2728/35/424 +f 2732/36/429 2727/35/372 2731/35/429 +f 2727/35/372 2732/36/429 2729/36/372 +f 2731/35/425 2727/35/371 2732/36/425 +f 2729/36/371 2732/36/425 2727/35/371 +f 2734/36/371 2724/35/424 2733/35/371 +f 2724/35/424 2734/36/371 2723/36/424 +f 2733/35/372 2724/35/428 2734/36/372 +f 2723/36/428 2734/36/372 2724/35/428 +f 2736/36/425 2733/35/371 2735/35/425 +f 2733/35/371 2736/36/425 2734/36/371 +f 2735/35/429 2733/35/372 2736/36/429 +f 2734/36/372 2736/36/429 2733/35/372 +f 2737/35/374 2736/36/426 2735/35/426 +f 2736/36/426 2737/35/374 2738/36/374 +f 2735/35/430 2736/36/430 2737/35/373 +f 2738/36/373 2737/35/373 2736/36/430 +f 2728/35/427 2738/36/374 2737/35/374 +f 2738/36/374 2728/35/427 2730/36/427 +f 2737/35/373 2738/36/373 2728/35/423 +f 2730/36/423 2728/35/423 2738/36/373 +f 2723/36/81 2732/36/81 2725/36/81 +f 2732/36/81 2723/36/81 2729/36/81 +f 2729/36/81 2723/36/81 2734/36/81 +f 2729/36/81 2734/36/81 2730/36/81 +f 2730/36/81 2734/36/81 2736/36/81 +f 2730/36/81 2736/36/81 2738/36/81 +f 2725/36/82 2732/36/82 2723/36/82 +f 2729/36/82 2723/36/82 2732/36/82 +f 2734/36/82 2723/36/82 2729/36/82 +f 2730/36/82 2734/36/82 2729/36/82 +f 2736/36/82 2734/36/82 2730/36/82 +f 2738/36/82 2736/36/82 2730/36/82 +f 2731/35/82 2724/35/82 2726/35/82 +f 2724/35/82 2731/35/82 2727/35/82 +f 2724/35/82 2727/35/82 2733/35/82 +f 2733/35/82 2727/35/82 2728/35/82 +f 2733/35/82 2728/35/82 2735/35/82 +f 2735/35/82 2728/35/82 2737/35/82 +f 2726/35/81 2724/35/81 2731/35/81 +f 2727/35/81 2731/35/81 2724/35/81 +f 2733/35/81 2727/35/81 2724/35/81 +f 2728/35/81 2727/35/81 2733/35/81 +f 2735/35/81 2728/35/81 2733/35/81 +f 2737/35/81 2728/35/81 2735/35/81 +f 2732/36/430 2726/35/373 2725/36/373 +f 2726/35/373 2732/36/430 2731/35/430 +f 2725/36/374 2726/35/374 2732/36/426 +f 2731/35/426 2732/36/426 2726/35/374 +f 2741/36/372 2740/35/428 2739/35/372 +f 2740/35/428 2741/36/372 2742/36/428 +f 2739/35/371 2740/35/424 2741/36/371 +f 2742/36/424 2741/36/371 2740/35/424 +f 2745/36/425 2744/35/371 2743/35/425 +f 2744/35/371 2745/36/425 2746/36/371 +f 2743/35/429 2744/35/372 2745/36/429 +f 2746/36/372 2745/36/429 2744/35/372 +f 2748/36/429 2739/35/372 2747/35/429 +f 2739/35/372 2748/36/429 2741/36/372 +f 2747/35/425 2739/35/371 2748/36/425 +f 2741/36/371 2748/36/425 2739/35/371 +f 2748/36/430 2750/35/373 2749/36/373 +f 2750/35/373 2748/36/430 2747/35/430 +f 2749/36/374 2750/35/374 2748/36/426 +f 2747/35/426 2748/36/426 2750/35/374 +f 2751/36/81 2748/36/81 2749/36/81 +f 2748/36/81 2751/36/81 2746/36/81 +f 2748/36/81 2746/36/81 2741/36/81 +f 2741/36/81 2746/36/81 2745/36/81 +f 2741/36/81 2745/36/81 2742/36/81 +f 2742/36/81 2745/36/81 2752/36/81 +f 2749/36/82 2748/36/82 2751/36/82 +f 2746/36/82 2751/36/82 2748/36/82 +f 2741/36/82 2746/36/82 2748/36/82 +f 2745/36/82 2746/36/82 2741/36/82 +f 2742/36/82 2745/36/82 2741/36/82 +f 2752/36/82 2745/36/82 2742/36/82 +f 2753/35/374 2745/36/426 2743/35/426 +f 2745/36/426 2753/35/374 2752/36/374 +f 2743/35/430 2745/36/430 2753/35/373 +f 2752/36/373 2753/35/373 2745/36/430 +f 2740/35/427 2752/36/374 2753/35/374 +f 2752/36/374 2740/35/427 2742/36/427 +f 2753/35/373 2752/36/373 2740/35/423 +f 2742/36/423 2740/35/423 2752/36/373 +f 2749/36/373 2754/35/423 2751/36/423 +f 2754/35/423 2749/36/373 2750/35/373 +f 2751/36/427 2754/35/427 2749/36/374 +f 2750/35/374 2749/36/374 2754/35/427 +f 2746/36/371 2754/35/424 2744/35/371 +f 2754/35/424 2746/36/371 2751/36/424 +f 2744/35/372 2754/35/428 2746/36/372 +f 2751/36/428 2746/36/372 2754/35/428 +f 2757/37/799 2756/38/789 2755/38/799 +f 2756/38/789 2757/37/799 2758/37/789 +f 2755/38/800 2756/38/792 2757/37/800 +f 2758/37/792 2757/37/800 2756/38/792 +f 2760/37/793 2755/38/799 2759/38/793 +f 2755/38/799 2760/37/793 2757/37/799 +f 2759/38/794 2755/38/800 2760/37/794 +f 2757/37/800 2760/37/794 2755/38/800 +f 2763/38/801 2762/37/797 2761/37/801 +f 2762/37/797 2763/38/801 2764/38/797 +f 2761/37/802 2762/37/798 2763/38/802 +f 2764/38/798 2763/38/802 2762/37/798 +f 2767/38/795 2766/37/803 2765/37/795 +f 2766/37/803 2767/38/795 2768/38/803 +f 2765/37/796 2766/37/804 2767/38/796 +f 2768/38/804 2767/38/796 2766/37/804 +f 2769/38/805 2762/37/776 2764/38/776 +f 2762/37/776 2769/38/805 2770/37/805 +f 2764/38/778 2762/37/778 2769/38/806 +f 2770/37/806 2769/38/806 2762/37/778 +f 2767/38/779 2770/37/805 2769/38/805 +f 2770/37/805 2767/38/779 2765/37/779 +f 2769/38/806 2770/37/806 2767/38/780 +f 2765/37/780 2767/38/780 2770/37/806 +f 2759/38/785 2761/37/801 2760/37/785 +f 2761/37/801 2759/38/785 2763/38/801 +f 2760/37/787 2761/37/802 2759/38/787 +f 2763/38/802 2759/38/787 2761/37/802 +f 2768/38/803 2758/37/782 2766/37/803 +f 2758/37/782 2768/38/803 2756/38/782 +f 2766/37/804 2758/37/784 2768/38/804 +f 2756/38/784 2768/38/804 2758/37/784 +f 2773/36/373 2772/35/423 2771/36/423 +f 2772/35/423 2773/36/373 2774/35/373 +f 2771/36/427 2772/35/427 2773/36/374 +f 2774/35/374 2773/36/374 2772/35/427 +f 2777/36/372 2776/35/428 2775/35/372 +f 2776/35/428 2777/36/372 2778/36/428 +f 2775/35/371 2776/35/424 2777/36/371 +f 2778/36/424 2777/36/371 2776/35/424 +f 2780/36/429 2775/35/372 2779/35/429 +f 2775/35/372 2780/36/429 2777/36/372 +f 2779/35/425 2775/35/371 2780/36/425 +f 2777/36/371 2780/36/425 2775/35/371 +f 2782/36/371 2772/35/424 2781/35/371 +f 2772/35/424 2782/36/371 2771/36/424 +f 2781/35/372 2772/35/428 2782/36/372 +f 2771/36/428 2782/36/372 2772/35/428 +f 2784/36/425 2781/35/371 2783/35/425 +f 2781/35/371 2784/36/425 2782/36/371 +f 2783/35/429 2781/35/372 2784/36/429 +f 2782/36/372 2784/36/429 2781/35/372 +f 2785/35/374 2784/36/426 2783/35/426 +f 2784/36/426 2785/35/374 2786/36/374 +f 2783/35/430 2784/36/430 2785/35/373 +f 2786/36/373 2785/35/373 2784/36/430 +f 2776/35/427 2786/36/374 2785/35/374 +f 2786/36/374 2776/35/427 2778/36/427 +f 2785/35/373 2786/36/373 2776/35/423 +f 2778/36/423 2776/35/423 2786/36/373 +f 2771/36/81 2780/36/81 2773/36/81 +f 2780/36/81 2771/36/81 2777/36/81 +f 2777/36/81 2771/36/81 2782/36/81 +f 2777/36/81 2782/36/81 2778/36/81 +f 2778/36/81 2782/36/81 2784/36/81 +f 2778/36/81 2784/36/81 2786/36/81 +f 2773/36/82 2780/36/82 2771/36/82 +f 2777/36/82 2771/36/82 2780/36/82 +f 2782/36/82 2771/36/82 2777/36/82 +f 2778/36/82 2782/36/82 2777/36/82 +f 2784/36/82 2782/36/82 2778/36/82 +f 2786/36/82 2784/36/82 2778/36/82 +f 2779/35/82 2772/35/82 2774/35/82 +f 2772/35/82 2779/35/82 2775/35/82 +f 2772/35/82 2775/35/82 2781/35/82 +f 2781/35/82 2775/35/82 2776/35/82 +f 2781/35/82 2776/35/82 2783/35/82 +f 2783/35/82 2776/35/82 2785/35/82 +f 2774/35/81 2772/35/81 2779/35/81 +f 2775/35/81 2779/35/81 2772/35/81 +f 2781/35/81 2775/35/81 2772/35/81 +f 2776/35/81 2775/35/81 2781/35/81 +f 2783/35/81 2776/35/81 2781/35/81 +f 2785/35/81 2776/35/81 2783/35/81 +f 2780/36/430 2774/35/373 2773/36/373 +f 2774/35/373 2780/36/430 2779/35/430 +f 2773/36/374 2774/35/374 2780/36/426 +f 2779/35/426 2780/36/426 2774/35/374 +f 2789/36/372 2788/35/428 2787/35/372 +f 2788/35/428 2789/36/372 2790/36/428 +f 2787/35/371 2788/35/424 2789/36/371 +f 2790/36/424 2789/36/371 2788/35/424 +f 2793/36/425 2792/35/371 2791/35/425 +f 2792/35/371 2793/36/425 2794/36/371 +f 2791/35/429 2792/35/372 2793/36/429 +f 2794/36/372 2793/36/429 2792/35/372 +f 2796/36/429 2787/35/372 2795/35/429 +f 2787/35/372 2796/36/429 2789/36/372 +f 2795/35/425 2787/35/371 2796/36/425 +f 2789/36/371 2796/36/425 2787/35/371 +f 2796/36/430 2798/35/373 2797/36/373 +f 2798/35/373 2796/36/430 2795/35/430 +f 2797/36/374 2798/35/374 2796/36/426 +f 2795/35/426 2796/36/426 2798/35/374 +f 2799/36/81 2796/36/81 2797/36/81 +f 2796/36/81 2799/36/81 2794/36/81 +f 2796/36/81 2794/36/81 2789/36/81 +f 2789/36/81 2794/36/81 2793/36/81 +f 2789/36/81 2793/36/81 2790/36/81 +f 2790/36/81 2793/36/81 2800/36/81 +f 2797/36/82 2796/36/82 2799/36/82 +f 2794/36/82 2799/36/82 2796/36/82 +f 2789/36/82 2794/36/82 2796/36/82 +f 2793/36/82 2794/36/82 2789/36/82 +f 2790/36/82 2793/36/82 2789/36/82 +f 2800/36/82 2793/36/82 2790/36/82 +f 2801/35/374 2793/36/426 2791/35/426 +f 2793/36/426 2801/35/374 2800/36/374 +f 2791/35/430 2793/36/430 2801/35/373 +f 2800/36/373 2801/35/373 2793/36/430 +f 2788/35/427 2800/36/374 2801/35/374 +f 2800/36/374 2788/35/427 2790/36/427 +f 2801/35/373 2800/36/373 2788/35/423 +f 2790/36/423 2788/35/423 2800/36/373 +f 2797/36/373 2802/35/423 2799/36/423 +f 2802/35/423 2797/36/373 2798/35/373 +f 2799/36/427 2802/35/427 2797/36/374 +f 2798/35/374 2797/36/374 2802/35/427 +f 2794/36/371 2802/35/424 2792/35/371 +f 2802/35/424 2794/36/371 2799/36/424 +f 2792/35/372 2802/35/428 2794/36/372 +f 2799/36/428 2794/36/372 2802/35/428 +f 2805/37/799 2804/38/789 2803/38/799 +f 2804/38/789 2805/37/799 2806/37/789 +f 2803/38/800 2804/38/792 2805/37/800 +f 2806/37/792 2805/37/800 2804/38/792 +f 2808/37/793 2803/38/799 2807/38/793 +f 2803/38/799 2808/37/793 2805/37/799 +f 2807/38/794 2803/38/800 2808/37/794 +f 2805/37/800 2808/37/794 2803/38/800 +f 2811/38/801 2810/37/797 2809/37/801 +f 2810/37/797 2811/38/801 2812/38/797 +f 2809/37/802 2810/37/798 2811/38/802 +f 2812/38/798 2811/38/802 2810/37/798 +f 2815/38/795 2814/37/803 2813/37/795 +f 2814/37/803 2815/38/795 2816/38/803 +f 2813/37/796 2814/37/804 2815/38/796 +f 2816/38/804 2815/38/796 2814/37/804 +f 2817/38/805 2810/37/776 2812/38/776 +f 2810/37/776 2817/38/805 2818/37/805 +f 2812/38/778 2810/37/778 2817/38/806 +f 2818/37/806 2817/38/806 2810/37/778 +f 2815/38/779 2818/37/805 2817/38/805 +f 2818/37/805 2815/38/779 2813/37/779 +f 2817/38/806 2818/37/806 2815/38/780 +f 2813/37/780 2815/38/780 2818/37/806 +f 2807/38/785 2809/37/801 2808/37/785 +f 2809/37/801 2807/38/785 2811/38/801 +f 2808/37/787 2809/37/802 2807/38/787 +f 2811/38/802 2807/38/787 2809/37/802 +f 2816/38/803 2806/37/782 2814/37/803 +f 2806/37/782 2816/38/803 2804/38/782 +f 2814/37/804 2806/37/784 2816/38/804 +f 2804/38/784 2816/38/804 2806/37/784 +f 2821/39/393 2820/35/392 2819/35/391 +f 2820/35/392 2821/39/393 2822/39/394 +f 2819/35/397 2820/35/396 2821/39/395 +f 2822/39/398 2821/39/395 2820/35/396 +f 2825/39/377 2824/39/376 2823/39/375 +f 2824/39/376 2825/39/377 2826/39/378 +f 2823/39/381 2824/39/380 2825/39/379 +f 2826/39/382 2825/39/379 2824/39/380 +f 2828/39/417 2821/39/393 2827/39/414 +f 2821/39/393 2828/39/417 2822/39/394 +f 2827/39/415 2821/39/395 2828/39/420 +f 2822/39/398 2828/39/420 2821/39/395 +f 2831/35/107 2830/36/110 2829/35/108 +f 2830/36/110 2831/35/107 2832/36/109 +f 2829/35/112 2830/36/114 2831/35/113 +f 2832/36/111 2831/35/113 2830/36/114 +f 2834/36/123 2832/36/109 2833/36/124 +f 2832/36/109 2834/36/123 2830/36/110 +f 2833/36/126 2832/36/111 2834/36/125 +f 2830/36/114 2834/36/125 2832/36/111 +f 2833/36/124 2831/35/107 2835/35/129 +f 2831/35/107 2833/36/124 2832/36/109 +f 2835/35/130 2831/35/113 2833/36/126 +f 2832/36/111 2833/36/126 2831/35/113 +f 2827/39/414 2819/35/391 2836/35/413 +f 2819/35/391 2827/39/414 2821/39/393 +f 2836/35/416 2819/35/397 2827/39/415 +f 2821/39/395 2827/39/415 2819/35/397 +f 2837/35/418 2822/39/394 2828/39/417 +f 2822/39/394 2837/35/418 2820/35/392 +f 2828/39/420 2822/39/398 2837/35/419 +f 2820/35/396 2837/35/419 2822/39/398 +f 2840/40/171 2839/40/150 2838/40/156 +f 2839/40/150 2840/40/171 2841/40/148 +f 2838/40/158 2839/40/154 2840/40/174 +f 2841/40/152 2840/40/174 2839/40/154 +f 2841/40/148 2842/35/149 2839/40/150 +f 2842/35/149 2841/40/148 2843/35/147 +f 2839/40/154 2842/35/151 2841/40/152 +f 2843/35/153 2841/40/152 2842/35/151 +f 2845/35/172 2838/40/156 2844/35/155 +f 2838/40/156 2845/35/172 2840/40/171 +f 2844/35/157 2838/40/158 2845/35/173 +f 2840/40/174 2845/35/173 2838/40/158 +f 2843/35/147 2840/40/171 2845/35/172 +f 2840/40/171 2843/35/147 2841/40/148 +f 2845/35/173 2840/40/174 2843/35/153 +f 2841/40/152 2843/35/153 2840/40/174 +f 2847/35/387 2826/39/378 2846/35/383 +f 2826/39/378 2847/35/387 2824/39/376 +f 2846/35/386 2826/39/382 2847/35/388 +f 2824/39/380 2847/35/388 2826/39/382 +f 2826/39/378 2848/35/384 2846/35/383 +f 2848/35/384 2826/39/378 2825/39/377 +f 2846/35/386 2848/35/385 2826/39/382 +f 2825/39/379 2826/39/382 2848/35/385 +f 2823/39/375 2847/35/387 2849/35/389 +f 2847/35/387 2823/39/375 2824/39/376 +f 2849/35/390 2847/35/388 2823/39/381 +f 2824/39/380 2823/39/381 2847/35/388 +f 2852/40/110 2851/35/127 2850/35/108 +f 2851/35/127 2852/40/110 2853/40/123 +f 2850/35/112 2851/35/128 2852/40/114 +f 2853/40/125 2852/40/114 2851/35/128 +f 2825/39/377 2849/35/389 2848/35/384 +f 2849/35/389 2825/39/377 2823/39/375 +f 2848/35/385 2849/35/390 2825/39/379 +f 2823/39/381 2825/39/379 2849/35/390 +f 2853/40/123 2855/40/109 2854/40/124 +f 2855/40/109 2853/40/123 2852/40/110 +f 2854/40/126 2855/40/111 2853/40/125 +f 2852/40/114 2853/40/125 2855/40/111 +f 2834/36/123 2835/35/129 2856/35/127 +f 2835/35/129 2834/36/123 2833/36/124 +f 2856/35/128 2835/35/130 2834/36/125 +f 2833/36/126 2834/36/125 2835/35/130 +f 2854/40/124 2858/35/107 2857/35/129 +f 2858/35/107 2854/40/124 2855/40/109 +f 2857/35/130 2858/35/113 2854/40/126 +f 2855/40/111 2854/40/126 2858/35/113 +f 2838/40/156 2842/35/149 2844/35/155 +f 2842/35/149 2838/40/156 2839/40/150 +f 2844/35/157 2842/35/151 2838/40/158 +f 2839/40/154 2838/40/158 2842/35/151 +f 2830/36/110 2856/35/127 2829/35/108 +f 2856/35/127 2830/36/110 2834/36/123 +f 2829/35/112 2856/35/128 2830/36/114 +f 2834/36/125 2830/36/114 2856/35/128 +f 2853/40/123 2857/35/129 2851/35/127 +f 2857/35/129 2853/40/123 2854/40/124 +f 2851/35/128 2857/35/130 2853/40/125 +f 2854/40/126 2853/40/125 2857/35/130 +f 2837/35/418 2827/39/414 2836/35/413 +f 2827/39/414 2837/35/418 2828/39/417 +f 2836/35/416 2827/39/415 2837/35/419 +f 2828/39/420 2837/35/419 2827/39/415 +f 2861/40/110 2860/35/127 2859/35/108 +f 2860/35/127 2861/40/110 2862/40/123 +f 2859/35/112 2860/35/128 2861/40/114 +f 2862/40/125 2861/40/114 2860/35/128 +f 2858/35/107 2852/40/110 2850/35/108 +f 2852/40/110 2858/35/107 2855/40/109 +f 2850/35/112 2852/40/114 2858/35/113 +f 2855/40/111 2858/35/113 2852/40/114 +f 2862/40/123 2864/40/109 2863/40/124 +f 2864/40/109 2862/40/123 2861/40/110 +f 2863/40/126 2864/40/111 2862/40/125 +f 2861/40/114 2862/40/125 2864/40/111 +f 2865/35/107 2861/40/110 2859/35/108 +f 2861/40/110 2865/35/107 2864/40/109 +f 2859/35/112 2861/40/114 2865/35/113 +f 2864/40/111 2865/35/113 2861/40/114 +f 2862/40/123 2866/35/129 2860/35/127 +f 2866/35/129 2862/40/123 2863/40/124 +f 2860/35/128 2866/35/130 2862/40/125 +f 2863/40/126 2862/40/125 2866/35/130 +f 2863/40/124 2865/35/107 2866/35/129 +f 2865/35/107 2863/40/124 2864/40/109 +f 2866/35/130 2865/35/113 2863/40/126 +f 2864/40/111 2863/40/126 2865/35/113 +f 2869/39/401 2868/39/400 2867/39/399 +f 2868/39/400 2869/39/401 2870/39/402 +f 2867/39/405 2868/39/404 2869/39/403 +f 2870/39/406 2869/39/403 2868/39/404 +f 2867/39/399 2872/35/408 2871/35/407 +f 2872/35/408 2867/39/399 2868/39/400 +f 2871/35/410 2872/35/409 2867/39/405 +f 2868/39/404 2867/39/405 2872/35/409 +f 2869/39/401 2871/35/407 2873/35/411 +f 2871/35/407 2869/39/401 2867/39/399 +f 2873/35/412 2871/35/410 2869/39/403 +f 2867/39/405 2869/39/403 2871/35/410 +f 2868/39/400 2874/35/421 2872/35/408 +f 2874/35/421 2868/39/400 2870/39/402 +f 2872/35/409 2874/35/422 2868/39/404 +f 2870/39/406 2868/39/404 2874/35/422 +f 2874/35/421 2869/39/401 2873/35/411 +f 2869/39/401 2874/35/421 2870/39/402 +f 2873/35/412 2869/39/403 2874/35/422 +f 2870/39/406 2874/35/422 2869/39/403 +f 2877/35/160 2876/39/167 2875/35/175 +f 2876/39/167 2877/35/160 2878/39/162 +f 2875/35/176 2876/39/169 2877/35/164 +f 2878/39/166 2877/35/164 2876/39/169 +f 2876/39/167 2880/39/161 2879/39/168 +f 2880/39/161 2876/39/167 2878/39/162 +f 2879/39/170 2880/39/163 2876/39/169 +f 2878/39/166 2876/39/169 2880/39/163 +f 2876/39/167 2881/35/177 2875/35/175 +f 2881/35/177 2876/39/167 2879/39/168 +f 2875/35/176 2881/35/178 2876/39/169 +f 2879/39/170 2876/39/169 2881/35/178 +f 2880/39/161 2877/35/160 2882/35/159 +f 2877/35/160 2880/39/161 2878/39/162 +f 2882/35/165 2877/35/164 2880/39/163 +f 2878/39/166 2880/39/163 2877/35/164 +f 2879/39/168 2882/35/159 2881/35/177 +f 2882/35/159 2879/39/168 2880/39/161 +f 2881/35/178 2882/35/165 2879/39/170 +f 2880/39/163 2879/39/170 2882/35/165 +f 2885/40/171 2884/40/150 2883/40/156 +f 2884/40/150 2885/40/171 2886/40/148 +f 2883/40/158 2884/40/154 2885/40/174 +f 2886/40/152 2885/40/174 2884/40/154 +f 2886/40/148 2887/35/149 2884/40/150 +f 2887/35/149 2886/40/148 2888/35/147 +f 2884/40/154 2887/35/151 2886/40/152 +f 2888/35/153 2886/40/152 2887/35/151 +f 2891/39/101 2890/39/117 2889/39/102 +f 2890/39/117 2891/39/101 2892/39/118 +f 2889/39/106 2890/39/119 2891/39/103 +f 2892/39/122 2891/39/103 2890/39/119 +f 2889/39/102 2894/35/115 2893/35/100 +f 2894/35/115 2889/39/102 2890/39/117 +f 2893/35/104 2894/35/121 2889/39/106 +f 2890/39/119 2889/39/106 2894/35/121 +f 2883/40/156 2887/35/149 2895/35/155 +f 2887/35/149 2883/40/156 2884/40/150 +f 2895/35/157 2887/35/151 2883/40/158 +f 2884/40/154 2883/40/158 2887/35/151 +f 2888/35/147 2885/40/171 2896/35/172 +f 2885/40/171 2888/35/147 2886/40/148 +f 2896/35/173 2885/40/174 2888/35/153 +f 2886/40/152 2888/35/153 2885/40/174 +f 2890/39/117 2897/35/116 2894/35/115 +f 2897/35/116 2890/39/117 2892/39/118 +f 2894/35/121 2897/35/120 2890/39/119 +f 2892/39/122 2890/39/119 2897/35/120 +f 2891/39/101 2893/35/100 2898/35/99 +f 2893/35/100 2891/39/101 2889/39/102 +f 2898/35/105 2893/35/104 2891/39/103 +f 2889/39/106 2891/39/103 2893/35/104 +f 2897/35/116 2891/39/101 2898/35/99 +f 2891/39/101 2897/35/116 2892/39/118 +f 2898/35/105 2891/39/103 2897/35/120 +f 2892/39/122 2897/35/120 2891/39/103 +f 2896/35/172 2883/40/156 2895/35/155 +f 2883/40/156 2896/35/172 2885/40/171 +f 2895/35/157 2883/40/158 2896/35/173 +f 2885/40/174 2896/35/173 2883/40/158 +f 2901/35/82 2900/35/82 2899/35/82 +f 2900/35/82 2901/35/82 2902/35/82 +f 2900/35/82 2902/35/82 2903/35/82 +f 2903/35/82 2902/35/82 2904/35/82 +f 2903/35/82 2904/35/82 2905/35/82 +f 2905/35/82 2904/35/82 2906/35/82 +f 2899/35/81 2900/35/81 2901/35/81 +f 2902/35/81 2901/35/81 2900/35/81 +f 2903/35/81 2902/35/81 2900/35/81 +f 2904/35/81 2902/35/81 2903/35/81 +f 2905/35/81 2904/35/81 2903/35/81 +f 2906/35/81 2904/35/81 2905/35/81 +f 2909/36/81 2908/36/81 2907/36/81 +f 2908/36/81 2909/36/81 2910/36/81 +f 2908/36/81 2910/36/81 2911/36/81 +f 2911/36/81 2910/36/81 2912/36/81 +f 2911/36/81 2912/36/81 2913/36/81 +f 2913/36/81 2912/36/81 2914/36/81 +f 2907/36/82 2908/36/82 2909/36/82 +f 2910/36/82 2909/36/82 2908/36/82 +f 2911/36/82 2910/36/82 2908/36/82 +f 2912/36/82 2910/36/82 2911/36/82 +f 2913/36/82 2912/36/82 2911/36/82 +f 2914/36/82 2912/36/82 2913/36/82 +f 2907/36/807 2900/35/427 2909/36/427 +f 2900/35/427 2907/36/807 2899/35/807 +f 2909/36/423 2900/35/423 2907/36/808 +f 2899/35/808 2907/36/808 2900/35/423 +f 2910/36/809 2900/35/428 2903/35/809 +f 2900/35/428 2910/36/809 2909/36/428 +f 2903/35/810 2900/35/424 2910/36/810 +f 2909/36/424 2910/36/810 2900/35/424 +f 2912/36/429 2903/35/809 2905/35/429 +f 2903/35/809 2912/36/429 2910/36/809 +f 2905/35/425 2903/35/810 2912/36/425 +f 2910/36/810 2912/36/425 2903/35/810 +f 2906/35/808 2912/36/430 2905/35/430 +f 2912/36/430 2906/35/808 2914/36/808 +f 2905/35/426 2912/36/426 2906/35/807 +f 2914/36/807 2906/35/807 2912/36/426 +f 2904/35/423 2914/36/808 2906/35/808 +f 2914/36/808 2904/35/423 2913/36/423 +f 2906/35/807 2914/36/807 2904/35/427 +f 2913/36/427 2904/35/427 2914/36/807 +f 2911/36/810 2904/35/424 2902/35/810 +f 2904/35/424 2911/36/810 2913/36/424 +f 2902/35/809 2904/35/428 2911/36/809 +f 2913/36/428 2911/36/809 2904/35/428 +f 2908/36/425 2902/35/810 2901/35/425 +f 2902/35/810 2908/36/425 2911/36/810 +f 2901/35/429 2902/35/809 2908/36/429 +f 2911/36/809 2908/36/429 2902/35/809 +f 2908/36/426 2899/35/807 2907/36/807 +f 2899/35/807 2908/36/426 2901/35/426 +f 2907/36/808 2899/35/808 2908/36/430 +f 2901/35/430 2908/36/430 2899/35/808 +f 2917/36/81 2916/36/81 2915/36/81 +f 2916/36/81 2917/36/81 2918/36/81 +f 2916/36/81 2918/36/81 2919/36/81 +f 2919/36/81 2918/36/81 2920/36/81 +f 2919/36/81 2920/36/81 2921/36/81 +f 2921/36/81 2920/36/81 2922/36/81 +f 2915/36/82 2916/36/82 2917/36/82 +f 2918/36/82 2917/36/82 2916/36/82 +f 2919/36/82 2918/36/82 2916/36/82 +f 2920/36/82 2918/36/82 2919/36/82 +f 2921/36/82 2920/36/82 2919/36/82 +f 2922/36/82 2920/36/82 2921/36/82 +f 2915/36/807 2923/35/427 2917/36/427 +f 2923/35/427 2915/36/807 2924/35/807 +f 2917/36/423 2923/35/423 2915/36/808 +f 2924/35/808 2915/36/808 2923/35/423 +f 2918/36/809 2923/35/428 2925/35/809 +f 2923/35/428 2918/36/809 2917/36/428 +f 2925/35/810 2923/35/424 2918/36/810 +f 2917/36/424 2918/36/810 2923/35/424 +f 2920/36/429 2925/35/809 2926/35/429 +f 2925/35/809 2920/36/429 2918/36/809 +f 2926/35/425 2925/35/810 2920/36/425 +f 2918/36/810 2920/36/425 2925/35/810 +f 2927/35/808 2920/36/430 2926/35/430 +f 2920/36/430 2927/35/808 2922/36/808 +f 2926/35/426 2920/36/426 2927/35/807 +f 2922/36/807 2927/35/807 2920/36/426 +f 2928/35/423 2922/36/808 2927/35/808 +f 2922/36/808 2928/35/423 2921/36/423 +f 2927/35/807 2922/36/807 2928/35/427 +f 2921/36/427 2928/35/427 2922/36/807 +f 2919/36/810 2928/35/424 2929/35/810 +f 2928/35/424 2919/36/810 2921/36/424 +f 2929/35/809 2928/35/428 2919/36/809 +f 2921/36/428 2919/36/809 2928/35/428 +f 2916/36/425 2929/35/810 2930/35/425 +f 2929/35/810 2916/36/425 2919/36/810 +f 2930/35/429 2929/35/809 2916/36/429 +f 2919/36/809 2916/36/429 2929/35/809 +f 2916/36/426 2924/35/807 2915/36/807 +f 2924/35/807 2916/36/426 2930/35/426 +f 2915/36/808 2924/35/808 2916/36/430 +f 2930/35/430 2916/36/430 2924/35/808 +f 2933/38/781 2932/37/782 2931/37/781 +f 2932/37/782 2933/38/781 2934/38/782 +f 2931/37/783 2932/37/784 2933/38/783 +f 2934/38/784 2933/38/783 2932/37/784 +f 2937/37/776 2936/38/775 2935/37/775 +f 2936/38/775 2937/37/776 2938/38/776 +f 2935/37/777 2936/38/777 2937/37/778 +f 2938/38/778 2937/37/778 2936/38/777 +f 2940/38/795 2931/37/781 2939/37/795 +f 2931/37/781 2940/38/795 2933/38/781 +f 2939/37/796 2931/37/783 2940/38/796 +f 2933/38/783 2940/38/796 2931/37/783 +f 2943/38/793 2942/37/790 2941/38/790 +f 2942/37/790 2943/38/793 2944/37/793 +f 2941/38/791 2942/37/791 2943/38/794 +f 2944/37/794 2943/38/794 2942/37/791 +f 2941/38/790 2932/37/789 2934/38/789 +f 2932/37/789 2941/38/790 2942/37/790 +f 2934/38/792 2932/37/792 2941/38/791 +f 2942/37/791 2941/38/791 2932/37/792 +f 2946/38/786 2937/37/797 2945/37/786 +f 2937/37/797 2946/38/786 2938/38/797 +f 2945/37/788 2937/37/798 2946/38/788 +f 2938/38/798 2946/38/788 2937/37/798 +f 2943/38/785 2945/37/786 2944/37/785 +f 2945/37/786 2943/38/785 2946/38/786 +f 2944/37/787 2945/37/788 2943/38/787 +f 2946/38/788 2943/38/787 2945/37/788 +f 2939/37/779 2936/38/775 2940/38/779 +f 2936/38/775 2939/37/779 2935/37/775 +f 2940/38/780 2936/38/777 2939/37/780 +f 2935/37/777 2939/37/780 2936/38/777 +f 2949/39/393 2948/35/392 2947/35/391 +f 2948/35/392 2949/39/393 2950/39/394 +f 2947/35/397 2948/35/396 2949/39/395 +f 2950/39/398 2949/39/395 2948/35/396 +f 2953/39/377 2952/39/376 2951/39/375 +f 2952/39/376 2953/39/377 2954/39/378 +f 2951/39/381 2952/39/380 2953/39/379 +f 2954/39/382 2953/39/379 2952/39/380 +f 2956/39/417 2949/39/393 2955/39/414 +f 2949/39/393 2956/39/417 2950/39/394 +f 2955/39/415 2949/39/395 2956/39/420 +f 2950/39/398 2956/39/420 2949/39/395 +f 2959/35/107 2958/36/110 2957/35/108 +f 2958/36/110 2959/35/107 2960/36/109 +f 2957/35/112 2958/36/114 2959/35/113 +f 2960/36/111 2959/35/113 2958/36/114 +f 2962/36/123 2960/36/109 2961/36/124 +f 2960/36/109 2962/36/123 2958/36/110 +f 2961/36/126 2960/36/111 2962/36/125 +f 2958/36/114 2962/36/125 2960/36/111 +f 2961/36/124 2959/35/107 2963/35/129 +f 2959/35/107 2961/36/124 2960/36/109 +f 2963/35/130 2959/35/113 2961/36/126 +f 2960/36/111 2961/36/126 2959/35/113 +f 2955/39/414 2947/35/391 2964/35/413 +f 2947/35/391 2955/39/414 2949/39/393 +f 2964/35/416 2947/35/397 2955/39/415 +f 2949/39/395 2955/39/415 2947/35/397 +f 2965/35/418 2950/39/394 2956/39/417 +f 2950/39/394 2965/35/418 2948/35/392 +f 2956/39/420 2950/39/398 2965/35/419 +f 2948/35/396 2965/35/419 2950/39/398 +f 2968/40/171 2967/40/150 2966/40/156 +f 2967/40/150 2968/40/171 2969/40/148 +f 2966/40/158 2967/40/154 2968/40/174 +f 2969/40/152 2968/40/174 2967/40/154 +f 2969/40/148 2970/35/149 2967/40/150 +f 2970/35/149 2969/40/148 2971/35/147 +f 2967/40/154 2970/35/151 2969/40/152 +f 2971/35/153 2969/40/152 2970/35/151 +f 2973/35/172 2966/40/156 2972/35/155 +f 2966/40/156 2973/35/172 2968/40/171 +f 2972/35/157 2966/40/158 2973/35/173 +f 2968/40/174 2973/35/173 2966/40/158 +f 2971/35/147 2968/40/171 2973/35/172 +f 2968/40/171 2971/35/147 2969/40/148 +f 2973/35/173 2968/40/174 2971/35/153 +f 2969/40/152 2971/35/153 2968/40/174 +f 2975/35/387 2954/39/378 2974/35/383 +f 2954/39/378 2975/35/387 2952/39/376 +f 2974/35/386 2954/39/382 2975/35/388 +f 2952/39/380 2975/35/388 2954/39/382 +f 2954/39/378 2976/35/384 2974/35/383 +f 2976/35/384 2954/39/378 2953/39/377 +f 2974/35/386 2976/35/385 2954/39/382 +f 2953/39/379 2954/39/382 2976/35/385 +f 2951/39/375 2975/35/387 2977/35/389 +f 2975/35/387 2951/39/375 2952/39/376 +f 2977/35/390 2975/35/388 2951/39/381 +f 2952/39/380 2951/39/381 2975/35/388 +f 2980/40/110 2979/35/127 2978/35/108 +f 2979/35/127 2980/40/110 2981/40/123 +f 2978/35/112 2979/35/128 2980/40/114 +f 2981/40/125 2980/40/114 2979/35/128 +f 2953/39/377 2977/35/389 2976/35/384 +f 2977/35/389 2953/39/377 2951/39/375 +f 2976/35/385 2977/35/390 2953/39/379 +f 2951/39/381 2953/39/379 2977/35/390 +f 2981/40/123 2983/40/109 2982/40/124 +f 2983/40/109 2981/40/123 2980/40/110 +f 2982/40/126 2983/40/111 2981/40/125 +f 2980/40/114 2981/40/125 2983/40/111 +f 2962/36/123 2963/35/129 2984/35/127 +f 2963/35/129 2962/36/123 2961/36/124 +f 2984/35/128 2963/35/130 2962/36/125 +f 2961/36/126 2962/36/125 2963/35/130 +f 2982/40/124 2986/35/107 2985/35/129 +f 2986/35/107 2982/40/124 2983/40/109 +f 2985/35/130 2986/35/113 2982/40/126 +f 2983/40/111 2982/40/126 2986/35/113 +f 2966/40/156 2970/35/149 2972/35/155 +f 2970/35/149 2966/40/156 2967/40/150 +f 2972/35/157 2970/35/151 2966/40/158 +f 2967/40/154 2966/40/158 2970/35/151 +f 2958/36/110 2984/35/127 2957/35/108 +f 2984/35/127 2958/36/110 2962/36/123 +f 2957/35/112 2984/35/128 2958/36/114 +f 2962/36/125 2958/36/114 2984/35/128 +f 2981/40/123 2985/35/129 2979/35/127 +f 2985/35/129 2981/40/123 2982/40/124 +f 2979/35/128 2985/35/130 2981/40/125 +f 2982/40/126 2981/40/125 2985/35/130 +f 2965/35/418 2955/39/414 2964/35/413 +f 2955/39/414 2965/35/418 2956/39/417 +f 2964/35/416 2955/39/415 2965/35/419 +f 2956/39/420 2965/35/419 2955/39/415 +f 2989/40/110 2988/35/127 2987/35/108 +f 2988/35/127 2989/40/110 2990/40/123 +f 2987/35/112 2988/35/128 2989/40/114 +f 2990/40/125 2989/40/114 2988/35/128 +f 2986/35/107 2980/40/110 2978/35/108 +f 2980/40/110 2986/35/107 2983/40/109 +f 2978/35/112 2980/40/114 2986/35/113 +f 2983/40/111 2986/35/113 2980/40/114 +f 2990/40/123 2992/40/109 2991/40/124 +f 2992/40/109 2990/40/123 2989/40/110 +f 2991/40/126 2992/40/111 2990/40/125 +f 2989/40/114 2990/40/125 2992/40/111 +f 2993/35/107 2989/40/110 2987/35/108 +f 2989/40/110 2993/35/107 2992/40/109 +f 2987/35/112 2989/40/114 2993/35/113 +f 2992/40/111 2993/35/113 2989/40/114 +f 2990/40/123 2994/35/129 2988/35/127 +f 2994/35/129 2990/40/123 2991/40/124 +f 2988/35/128 2994/35/130 2990/40/125 +f 2991/40/126 2990/40/125 2994/35/130 +f 2991/40/124 2993/35/107 2994/35/129 +f 2993/35/107 2991/40/124 2992/40/109 +f 2994/35/130 2993/35/113 2991/40/126 +f 2992/40/111 2991/40/126 2993/35/113 +f 2997/39/401 2996/39/400 2995/39/399 +f 2996/39/400 2997/39/401 2998/39/402 +f 2995/39/405 2996/39/404 2997/39/403 +f 2998/39/406 2997/39/403 2996/39/404 +f 2995/39/399 3000/35/408 2999/35/407 +f 3000/35/408 2995/39/399 2996/39/400 +f 2999/35/410 3000/35/409 2995/39/405 +f 2996/39/404 2995/39/405 3000/35/409 +f 2997/39/401 2999/35/407 3001/35/411 +f 2999/35/407 2997/39/401 2995/39/399 +f 3001/35/412 2999/35/410 2997/39/403 +f 2995/39/405 2997/39/403 2999/35/410 +f 2996/39/400 3002/35/421 3000/35/408 +f 3002/35/421 2996/39/400 2998/39/402 +f 3000/35/409 3002/35/422 2996/39/404 +f 2998/39/406 2996/39/404 3002/35/422 +f 3002/35/421 2997/39/401 3001/35/411 +f 2997/39/401 3002/35/421 2998/39/402 +f 3001/35/412 2997/39/403 3002/35/422 +f 2998/39/406 3002/35/422 2997/39/403 +f 3005/35/160 3004/39/167 3003/35/175 +f 3004/39/167 3005/35/160 3006/39/162 +f 3003/35/176 3004/39/169 3005/35/164 +f 3006/39/166 3005/35/164 3004/39/169 +f 3004/39/167 3008/39/161 3007/39/168 +f 3008/39/161 3004/39/167 3006/39/162 +f 3007/39/170 3008/39/163 3004/39/169 +f 3006/39/166 3004/39/169 3008/39/163 +f 3004/39/167 3009/35/177 3003/35/175 +f 3009/35/177 3004/39/167 3007/39/168 +f 3003/35/176 3009/35/178 3004/39/169 +f 3007/39/170 3004/39/169 3009/35/178 +f 3008/39/161 3005/35/160 3010/35/159 +f 3005/35/160 3008/39/161 3006/39/162 +f 3010/35/165 3005/35/164 3008/39/163 +f 3006/39/166 3008/39/163 3005/35/164 +f 3007/39/168 3010/35/159 3009/35/177 +f 3010/35/159 3007/39/168 3008/39/161 +f 3009/35/178 3010/35/165 3007/39/170 +f 3008/39/163 3007/39/170 3010/35/165 +f 3013/40/171 3012/40/150 3011/40/156 +f 3012/40/150 3013/40/171 3014/40/148 +f 3011/40/158 3012/40/154 3013/40/174 +f 3014/40/152 3013/40/174 3012/40/154 +f 3014/40/148 3015/35/149 3012/40/150 +f 3015/35/149 3014/40/148 3016/35/147 +f 3012/40/154 3015/35/151 3014/40/152 +f 3016/35/153 3014/40/152 3015/35/151 +f 3019/39/101 3018/39/117 3017/39/102 +f 3018/39/117 3019/39/101 3020/39/118 +f 3017/39/106 3018/39/119 3019/39/103 +f 3020/39/122 3019/39/103 3018/39/119 +f 3017/39/102 3022/35/115 3021/35/100 +f 3022/35/115 3017/39/102 3018/39/117 +f 3021/35/104 3022/35/121 3017/39/106 +f 3018/39/119 3017/39/106 3022/35/121 +f 3011/40/156 3015/35/149 3023/35/155 +f 3015/35/149 3011/40/156 3012/40/150 +f 3023/35/157 3015/35/151 3011/40/158 +f 3012/40/154 3011/40/158 3015/35/151 +f 3016/35/147 3013/40/171 3024/35/172 +f 3013/40/171 3016/35/147 3014/40/148 +f 3024/35/173 3013/40/174 3016/35/153 +f 3014/40/152 3016/35/153 3013/40/174 +f 3018/39/117 3025/35/116 3022/35/115 +f 3025/35/116 3018/39/117 3020/39/118 +f 3022/35/121 3025/35/120 3018/39/119 +f 3020/39/122 3018/39/119 3025/35/120 +f 3019/39/101 3021/35/100 3026/35/99 +f 3021/35/100 3019/39/101 3017/39/102 +f 3026/35/105 3021/35/104 3019/39/103 +f 3017/39/106 3019/39/103 3021/35/104 +f 3025/35/116 3019/39/101 3026/35/99 +f 3019/39/101 3025/35/116 3020/39/118 +f 3026/35/105 3019/39/103 3025/35/120 +f 3020/39/122 3025/35/120 3019/39/103 +f 3024/35/172 3011/40/156 3023/35/155 +f 3011/40/156 3024/35/172 3013/40/171 +f 3023/35/157 3011/40/158 3024/35/173 +f 3013/40/174 3024/35/173 3011/40/158 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large.obj.import new file mode 100644 index 0000000..277e148 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://b1e2j8otm6dle" +path="res://.godot/imported/room-large.obj-ce6982fa1b039bcdda2f7bf064b8d612.mesh" + +[deps] + +files=["res://.godot/imported/room-large.obj-ce6982fa1b039bcdda2f7bf064b8d612.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large.obj" +dest_files=["res://.godot/imported/room-large.obj-ce6982fa1b039bcdda2f7bf064b8d612.mesh", "res://.godot/imported/room-large.obj-ce6982fa1b039bcdda2f7bf064b8d612.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small-variation.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small-variation.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small-variation.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small-variation.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small-variation.obj new file mode 100644 index 0000000..c6098f3 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small-variation.obj @@ -0,0 +1,10373 @@ +# Created by Kenney (www.kenney.nl) + +mtllib room-small-variation.mtl + +g room-small-variation + +v 1.399002 0.9 -5.999999 1 1 1 +v 2 0.9 -5.999999 1 1 1 +v 1.479521 0.9 -5.6995 1 1 1 +v 2 0.9 -5.399001 1 1 1 +v 1.699501 0.9 -5.47952 1 1 1 +v 1.399002 0.2 -5.999999 1 1 1 +v 2 0.2 -5.999999 1 1 1 +v 2 0.2 -5.399001 1 1 1 +v 1.699501 0.2 -5.47952 1 1 1 +v 1.479521 0.2 -5.6995 1 1 1 +v -0.2255788 0 0.1721042 1 1 1 +v -1.38469 0 -0.1384787 1 1 1 +v -0.3316448 0.1 -0.01160757 1 1 1 +v -1.200978 0.1 -0.2445447 1 1 1 +v 1.211001 0.1 -0.9062624 1 1 1 +v 0.9303683 0.1 -0.80022 1 1 1 +v 1.104959 0.1 -1.186896 1 1 1 +v 0.8243259 0.1 -1.080853 1 1 1 +v -0.09870771 0.1 -0.8809408 1 1 1 +v -0.9680409 0.1 -1.113878 1 1 1 +v -0.3902232 0 0.5248491 1 1 1 +v -0.2677487 0.2 0.5955597 1 1 1 +v -0.183168 0 1.29759 1 1 1 +v -0.1124573 0.2 1.175115 1 1 1 +v 0.4670982 0.2 1.019824 1 1 1 +v 0.3118067 0.2 0.4402683 1 1 1 +v 0.5895726 0 1.090534 1 1 1 +v 0.08500402 0 -0.9870068 1 1 1 +v -1.074107 0 -1.29759 1 1 1 +v -1.227287 0.05 1.335641 1 1 1 +v -1.517065 0.05 1.413287 1 1 1 +v -1.304933 0.05 1.045863 1 1 1 +v -1.59471 0.05 1.123509 1 1 1 +v -1.55242 0 1.474524 1 1 1 +v -1.655948 0 1.088154 1 1 1 +v -1.16605 0 1.370996 1 1 1 +v -1.269577 0 0.9846259 1 1 1 +v 0.7598799 0 -1.109952 1 1 1 +v 0.9012698 0 -0.735774 1 1 1 +v 1.134058 0 -1.251342 1 1 1 +v 1.275447 0 -0.8771639 1 1 1 +v 1.385044 0 1.396792 1 1 1 +v 1.578229 0 1.345028 1 1 1 +v 1.415662 0.05 1.41447 1 1 1 +v 1.560551 0.05 1.375647 1 1 1 +v 1.599374 0.05 1.520536 1 1 1 +v 1.454485 0.05 1.559358 1 1 1 +v 0.3825174 0 0.3177938 1 1 1 +v 1.629993 0 1.538213 1 1 1 +v 1.436807 0 1.589977 1 1 1 +v -0.9305171 0 -1.720207 1 1 1 +v -0.737332 0 -1.771971 1 1 1 +v -0.8998985 0.05 -1.702529 1 1 1 +v -0.7550097 0.05 -1.741352 1 1 1 +v -0.7161868 0.05 -1.596463 1 1 1 +v -0.8610756 0.05 -1.55764 1 1 1 +v -0.8787533 0 -1.527022 1 1 1 +v -0.6855682 0 -1.578785 1 1 1 +v -0.6865153 0.1 0.5110617 1 1 1 +v -0.6865153 0.1 0.8110617 1 1 1 +v -0.9865153 0.1 0.5110617 1 1 1 +v -0.9865153 0.1 0.8110617 1 1 1 +v -0.6365153 0 0.4610618 1 1 1 +v -0.6365153 0 0.8610617 1 1 1 +v -1.036515 0 0.4610618 1 1 1 +v -1.036515 0 0.8610617 1 1 1 +v 0.1962378 0 -0.594766 1 1 1 +v 0.2212377 0.1 -0.569766 1 1 1 +v 0.1962378 0 -0.394766 1 1 1 +v 0.2212377 0.1 -0.419766 1 1 1 +v 0.3712378 0.1 -0.569766 1 1 1 +v 0.3712378 0.1 -0.419766 1 1 1 +v 0.3962377 0 -0.594766 1 1 1 +v 0.3962377 0 -0.394766 1 1 1 +v 0.823903 0.05 0.05306925 1 1 1 +v 0.5341253 0.05 0.130715 1 1 1 +v 0.7462572 0.05 -0.2367085 1 1 1 +v 0.4564795 0.05 -0.1590628 1 1 1 +v 0.4987699 0 0.1919522 1 1 1 +v 0.3952423 0 -0.1944181 1 1 1 +v 1.323453 0.1 0.4701758 1 1 1 +v 1.245807 0.1 0.7599536 1 1 1 +v 1.033675 0.1 0.3925301 1 1 1 +v 0.9560292 0.1 0.6823078 1 1 1 +v 1.38469 0 0.4348205 1 1 1 +v 1.281162 0 0.8211908 1 1 1 +v 0.8851402 0 0.08842458 1 1 1 +v 0.7816126 0 -0.2979457 1 1 1 +v 0.894792 0 0.7176632 1 1 1 +v 0.9983196 0 0.3312929 1 1 1 +v 2 0 -2 1 1 1 +v 2 0 2 1 1 1 +v -2 0 -2 1 1 1 +v -2 0 2 1 1 1 +v 5.399002 0.9 -2 1 1 1 +v 6 0.9 -2 1 1 1 +v 5.479521 0.9 -1.699501 1 1 1 +v 6 0.9 -1.399002 1 1 1 +v 5.699501 0.9 -1.479521 1 1 1 +v 5.399002 0.2 -2 1 1 1 +v 6 0.2 -2 1 1 1 +v 6 0.2 -1.399002 1 1 1 +v 5.699501 0.2 -1.479521 1 1 1 +v 5.479521 0.2 -1.699501 1 1 1 +v -1.399002 0.9 6 1 1 1 +v -1.999999 0.9 6 1 1 1 +v -1.47952 0.9 5.699501 1 1 1 +v -1.999999 0.9 5.399002 1 1 1 +v -1.699501 0.9 5.479521 1 1 1 +v -1.399002 0.2 6 1 1 1 +v -1.999999 0.2 6 1 1 1 +v -1.999999 0.2 5.399002 1 1 1 +v -1.699501 0.2 5.479521 1 1 1 +v -1.47952 0.2 5.699501 1 1 1 +v -5.399002 0.9 2 1 1 1 +v -6 0.9 2 1 1 1 +v -5.47952 0.9 1.699501 1 1 1 +v -6 0.9 1.399002 1 1 1 +v -5.699501 0.9 1.479521 1 1 1 +v -5.399002 0.2 2 1 1 1 +v -6 0.2 2 1 1 1 +v -6 0.2 1.399002 1 1 1 +v -5.699501 0.2 1.479521 1 1 1 +v -5.47952 0.2 1.699501 1 1 1 +v -1.999999 0.9 -1.399002 1 1 1 +v -1.999999 0.9 -2 1 1 1 +v -1.699501 0.9 -1.479521 1 1 1 +v -1.399002 0.9 -2 1 1 1 +v -1.47952 0.9 -1.699501 1 1 1 +v -1.999999 0.2 -1.399002 1 1 1 +v -1.999999 0.2 -2 1 1 1 +v -1.399002 0.2 -2 1 1 1 +v -1.47952 0.2 -1.699501 1 1 1 +v -1.699501 0.2 -1.479521 1 1 1 +v 2 0.9 1.399002 1 1 1 +v 2 0.9 2 1 1 1 +v 1.699501 0.9 1.479521 1 1 1 +v 1.399002 0.9 2 1 1 1 +v 1.479521 0.9 1.699501 1 1 1 +v 2 0.2 1.399002 1 1 1 +v 2 0.2 2 1 1 1 +v 1.399002 0.2 2 1 1 1 +v 1.479521 0.2 1.699501 1 1 1 +v 1.699501 0.2 1.479521 1 1 1 +v 2.703155 -3.609557E-16 0.4321918 1 1 1 +v 2.733773 0.05 0.4498696 1 1 1 +v 2.754919 -3.609557E-16 0.6253771 1 1 1 +v 2.772596 0.05 0.5947585 1 1 1 +v 2.948104 -3.609557E-16 0.5736133 1 1 1 +v 2.917485 0.05 0.5559356 1 1 1 +v 2.452044 -3.609557E-16 0.7146534 1 1 1 +v 2.065674 -3.609557E-16 0.6111257 1 1 1 +v 2.416689 0.1 0.653416 1 1 1 +v 2.126911 0.1 0.5757704 1 1 1 +v 2.169201 -3.609557E-16 0.2247554 1 1 1 +v 2.204557 0.1 0.2859926 1 1 1 +v 5.071888 -3.609557E-16 0.006433129 1 1 1 +v 5.096888 0.1 0.03143311 1 1 1 +v 5.071888 -3.609557E-16 0.2064332 1 1 1 +v 5.096888 0.1 0.1814332 1 1 1 +v 5.246888 0.1 0.03143311 1 1 1 +v 5.246888 0.1 0.1814332 1 1 1 +v 5.271888 -3.609557E-16 0.2064332 1 1 1 +v 5.271888 -3.609557E-16 0.006433129 1 1 1 +v 2.555572 -3.609557E-16 0.328283 1 1 1 +v 2.494334 0.1 0.3636383 1 1 1 +v 2.89634 -3.609557E-16 0.3804281 1 1 1 +v 2.878662 0.05 0.4110467 1 1 1 +v 5.749569 0.05 0.4982207 1 1 1 +v 5.537437 0.05 0.7103527 1 1 1 +v 5.537437 0.05 0.2860887 1 1 1 +v 5.325305 0.05 0.4982207 1 1 1 +v 5.537437 -3.609557E-16 0.215378 1 1 1 +v 5.254595 -3.609557E-16 0.4982207 1 1 1 +v 4.890409 -3.248601E-15 0.09759414 1 1 1 +v 4.855054 0.05 0.1588314 1 1 1 +v 4.504039 -3.248601E-15 0.2011218 1 1 1 +v 4.565277 0.05 0.2364771 1 1 1 +v 5.82028 -3.609557E-16 0.4982207 1 1 1 +v 5.537437 -3.609557E-16 0.7810634 1 1 1 +v 4.993937 -3.248601E-15 0.4839644 1 1 1 +v 4.607567 -3.248601E-15 0.5874921 1 1 1 +v 4.9327 0.05 0.4486091 1 1 1 +v 4.642922 0.05 0.5262549 1 1 1 +v 2 0.2 1.399003 1 1 1 +v 4 0.2 1.199003 1 1 1 +v 2 0.9 1.399003 1 1 1 +v 4 0.9 1.199003 1 1 1 +v 6 0.9 2 1 1 1 +v 2 0.9 2 1 1 1 +v 6 0.9 1.399003 1 1 1 +v 6 0.2 2 1 1 1 +v 2 0.2 2 1 1 1 +v 6 0.2 1.399003 1 1 1 +v 0.4321916 -3.609557E-16 5.296845 1 1 1 +v 0.4498693 0.05 5.266227 1 1 1 +v 0.6253768 -3.609557E-16 5.245082 1 1 1 +v 0.5947582 0.05 5.227404 1 1 1 +v 0.5736129 -3.609557E-16 5.051897 1 1 1 +v 0.5559353 0.05 5.082515 1 1 1 +v 0.714653 -3.609557E-16 5.547956 1 1 1 +v 0.6111255 -3.609557E-16 5.934327 1 1 1 +v 0.6534158 0.1 5.583312 1 1 1 +v 0.5757701 0.1 5.873089 1 1 1 +v 0.224755 -3.609557E-16 5.830799 1 1 1 +v 0.2859924 0.1 5.795444 1 1 1 +v 0.006432533 -3.609557E-16 2.928112 1 1 1 +v 0.03143251 0.1 2.903112 1 1 1 +v 0.2064326 -3.609557E-16 2.928112 1 1 1 +v 0.1814325 0.1 2.903112 1 1 1 +v 0.03143251 0.1 2.753112 1 1 1 +v 0.1814325 0.1 2.753112 1 1 1 +v 0.2064325 -3.609557E-16 2.728112 1 1 1 +v 0.006432533 -3.609557E-16 2.728112 1 1 1 +v 0.3282827 -3.609557E-16 5.444428 1 1 1 +v 0.363638 0.1 5.505666 1 1 1 +v 0.3804277 -3.609557E-16 5.10366 1 1 1 +v 0.4110464 0.05 5.121338 1 1 1 +v 0.49822 0.05 2.25043 1 1 1 +v 0.7103521 0.05 2.462562 1 1 1 +v 0.286088 0.05 2.462562 1 1 1 +v 0.4982201 0.05 2.674695 1 1 1 +v 0.2153773 -3.609557E-16 2.462562 1 1 1 +v 0.4982201 -3.609557E-16 2.745405 1 1 1 +v 0.09759355 -3.248601E-15 3.10959 1 1 1 +v 0.1588308 0.05 3.144946 1 1 1 +v 0.2011212 -3.248601E-15 3.49596 1 1 1 +v 0.2364765 0.05 3.434723 1 1 1 +v 0.49822 -3.609557E-16 2.179719 1 1 1 +v 0.7810628 -3.609557E-16 2.462562 1 1 1 +v 0.4839638 -3.248601E-15 3.006063 1 1 1 +v 0.5874915 -3.248601E-15 3.392433 1 1 1 +v 0.4486085 0.05 3.0673 1 1 1 +v 0.5262543 0.05 3.357078 1 1 1 +v 1.399003 0.2 6 1 1 1 +v 1.199002 0.2 4 1 1 1 +v 1.399003 0.9 6 1 1 1 +v 1.199002 0.9 4 1 1 1 +v 2 0.9 6 1 1 1 +v 1.399002 0.9 2 1 1 1 +v 2 0.2 6 1 1 1 +v 1.399002 0.2 2 1 1 1 +v -2.703154 0 -0.4321918 1 1 1 +v -2.733773 0.05 -0.4498696 1 1 1 +v -2.754918 0 -0.6253771 1 1 1 +v -2.772596 0.05 -0.5947585 1 1 1 +v -2.948103 0 -0.5736133 1 1 1 +v -2.917485 0.05 -0.5559356 1 1 1 +v -2.452044 0 -0.7146534 1 1 1 +v -2.065673 0 -0.6111257 1 1 1 +v -2.416688 0.1 -0.653416 1 1 1 +v -2.126911 0.1 -0.5757704 1 1 1 +v -2.169201 0 -0.2247554 1 1 1 +v -2.204556 0.1 -0.2859926 1 1 1 +v -5.071888 0 -0.006433129 1 1 1 +v -5.096888 0.1 -0.03143311 1 1 1 +v -5.071888 0 -0.2064332 1 1 1 +v -5.096888 0.1 -0.1814332 1 1 1 +v -5.246888 0.1 -0.03143311 1 1 1 +v -5.246888 0.1 -0.1814332 1 1 1 +v -5.271888 0 -0.2064332 1 1 1 +v -5.271888 0 -0.006433129 1 1 1 +v -2.555571 0 -0.328283 1 1 1 +v -2.494334 0.1 -0.3636383 1 1 1 +v -2.896339 0 -0.3804281 1 1 1 +v -2.878662 0.05 -0.4110467 1 1 1 +v -5.749569 0.05 -0.4982207 1 1 1 +v -5.537437 0.05 -0.7103527 1 1 1 +v -5.537437 0.05 -0.2860887 1 1 1 +v -5.325305 0.05 -0.4982207 1 1 1 +v -5.537437 0 -0.215378 1 1 1 +v -5.254594 0 -0.4982207 1 1 1 +v -4.890409 -2.887646E-15 -0.09759414 1 1 1 +v -4.855054 0.05 -0.1588314 1 1 1 +v -4.504039 -2.887646E-15 -0.2011218 1 1 1 +v -4.565276 0.05 -0.2364771 1 1 1 +v -5.82028 0 -0.4982207 1 1 1 +v -5.537437 0 -0.7810634 1 1 1 +v -4.993937 -2.887646E-15 -0.4839644 1 1 1 +v -4.607566 -2.887646E-15 -0.5874921 1 1 1 +v -4.9327 0.05 -0.4486091 1 1 1 +v -4.642922 0.05 -0.5262549 1 1 1 +v -2 0.2 -1.399003 1 1 1 +v -4 0.2 -1.199003 1 1 1 +v -2 0.9 -1.399003 1 1 1 +v -4 0.9 -1.199003 1 1 1 +v -6 0.9 -2 1 1 1 +v -2 0.9 -2 1 1 1 +v -6 0.9 -1.399003 1 1 1 +v -6 0.2 -2 1 1 1 +v -2 0.2 -2 1 1 1 +v -6 0.2 -1.399003 1 1 1 +v -0.4321908 0 -5.296844 1 1 1 +v -0.4498684 0.05 -5.266226 1 1 1 +v -0.625376 0 -5.245081 1 1 1 +v -0.5947574 0.05 -5.227403 1 1 1 +v -0.5736122 0 -5.051896 1 1 1 +v -0.5559345 0.05 -5.082514 1 1 1 +v -0.7146523 0 -5.547955 1 1 1 +v -0.6111245 0 -5.934326 1 1 1 +v -0.653415 0.1 -5.583311 1 1 1 +v -0.5757692 0.1 -5.873088 1 1 1 +v -0.2247542 0 -5.830798 1 1 1 +v -0.2859914 0.1 -5.795443 1 1 1 +v -0.006432295 0 -2.928111 1 1 1 +v -0.03143239 0.1 -2.903111 1 1 1 +v -0.2064323 0 -2.928111 1 1 1 +v -0.1814324 0.1 -2.903111 1 1 1 +v -0.03143239 0.1 -2.753111 1 1 1 +v -0.1814324 0.1 -2.753111 1 1 1 +v -0.2064323 0 -2.728111 1 1 1 +v -0.006432295 0 -2.728111 1 1 1 +v -0.3282819 0 -5.444427 1 1 1 +v -0.3636372 0.1 -5.505665 1 1 1 +v -0.380427 0 -5.103659 1 1 1 +v -0.4110457 0.05 -5.121337 1 1 1 +v -0.49822 0.05 -2.250429 1 1 1 +v -0.7103519 0.05 -2.462561 1 1 1 +v -0.2860879 0.05 -2.462561 1 1 1 +v -0.49822 0.05 -2.674694 1 1 1 +v -0.2153772 0 -2.462561 1 1 1 +v -0.49822 0 -2.745404 1 1 1 +v -0.09759331 -2.887646E-15 -3.109589 1 1 1 +v -0.1588305 0.05 -3.144945 1 1 1 +v -0.2011209 -2.887646E-15 -3.49596 1 1 1 +v -0.2364762 0.05 -3.434722 1 1 1 +v -0.49822 0 -2.179718 1 1 1 +v -0.7810627 0 -2.462561 1 1 1 +v -0.4839636 -2.887646E-15 -3.006062 1 1 1 +v -0.5874913 -2.887646E-15 -3.392432 1 1 1 +v -0.4486083 0.05 -3.067299 1 1 1 +v -0.5262539 0.05 -3.357077 1 1 1 +v -1.399002 0.2 -5.999999 1 1 1 +v -1.199002 0.2 -3.999999 1 1 1 +v -1.399002 0.9 -5.999999 1 1 1 +v -1.199002 0.9 -3.999999 1 1 1 +v -2 0.9 -1.999999 1 1 1 +v -1.999999 0.9 -5.999999 1 1 1 +v -1.399002 0.9 -1.999999 1 1 1 +v -2 0.2 -1.999999 1 1 1 +v -1.999999 0.2 -5.999999 1 1 1 +v -1.399002 0.2 -1.999999 1 1 1 +v 2 0 -5.999999 1 1 1 +v 2 0 -1.999999 1 1 1 +v -2 0 -5.999999 1 1 1 +v -2 0 -1.999999 1 1 1 +v -2 3.609557E-16 -2 1 1 1 +v -2 3.609557E-16 2 1 1 1 +v -6 3.609557E-16 -2 1 1 1 +v -6 3.609557E-16 2 1 1 1 +v -4.497211 0 2.747846 1 1 1 +v -4.393683 0 2.361475 1 1 1 +v -4.435973 0.1 2.712491 1 1 1 +v -4.358327 0.1 2.422713 1 1 1 +v -4.524197 0 2.248742 1 1 1 +v -4.717382 0 2.300506 1 1 1 +v -4.554816 0.05 2.231065 1 1 1 +v -4.699705 0.05 2.269887 1 1 1 +v -4.007312 0 2.465003 1 1 1 +v -4.11084 0 2.851374 1 1 1 +v -4.06855 0.1 2.500359 1 1 1 +v -4.146195 0.1 2.790136 1 1 1 +v -4.738527 0.05 2.124999 1 1 1 +v -4.593638 0.05 2.086176 1 1 1 +v -4.769146 0 2.107321 1 1 1 +v -4.575961 0 2.055557 1 1 1 +v -2.356916 0.05 4.649966 1 1 1 +v -2.569048 0.05 4.437834 1 1 1 +v -2.144784 0.05 4.437834 1 1 1 +v -2.356916 0.05 4.225702 1 1 1 +v -2.639759 0 4.437834 1 1 1 +v -2.356916 0 4.154991 1 1 1 +v -2.356916 0 4.720676 1 1 1 +v -2.074074 0 4.437834 1 1 1 +v -3.181537 0 4.271631 1 1 1 +v -3.146182 0.05 4.210394 1 1 1 +v -2.795167 0 4.168103 1 1 1 +v -2.856404 0.05 4.132748 1 1 1 +v -2.898694 0 3.781733 1 1 1 +v -2.93405 0.05 3.84297 1 1 1 +v -2.498346 0 3.582728 1 1 1 +v -2.498346 0 3.782728 1 1 1 +v -2.523346 0.1 3.607728 1 1 1 +v -2.523346 0.1 3.757728 1 1 1 +v -2.673346 0.1 3.757728 1 1 1 +v -2.673346 0.1 3.607728 1 1 1 +v -3.223827 0.05 3.920616 1 1 1 +v -3.285065 0 3.88526 1 1 1 +v -2.698346 0 3.782728 1 1 1 +v -2.698346 0 3.582728 1 1 1 +v -2 0.9 6 1 1 1 +v -3.530733 0.9 5.695518 1 1 1 +v -2 0.9 5.399003 1 1 1 +v -3.300742 0.9 5.140269 1 1 1 +v -4.828427 0.9 4.828427 1 1 1 +v -4.403457 0.9 4.403458 1 1 1 +v -5.695518 0.9 3.530734 1 1 1 +v -5.140268 0.9 3.300742 1 1 1 +v -6 0.9 2 1 1 1 +v -5.399002 0.9 2 1 1 1 +v -2 0.2 5.399003 1 1 1 +v -2 0.2 6 1 1 1 +v -3.300742 0.2 5.140269 1 1 1 +v -4.403457 0.2 4.403458 1 1 1 +v -5.140268 0.2 3.300742 1 1 1 +v -5.399002 0.2 2 1 1 1 +v -6 0.2 2 1 1 1 +v -5.695518 0.2 3.530734 1 1 1 +v -4.828427 0.2 4.828427 1 1 1 +v -3.530733 0.2 5.695518 1 1 1 +v -2 0 6 1 1 1 +v -4.828427 0 4.828427 1 1 1 +v -1.999999 0 2 1 1 1 +v -6 0 2 1 1 1 +v 6 0 -2 1 1 1 +v 6 0 2 1 1 1 +v 2 0 6 1 1 1 +v -2 0 6 1 1 1 +v 4.497211 0 -2.747845 1 1 1 +v 4.393684 0 -2.361475 1 1 1 +v 4.435975 0.1 -2.71249 1 1 1 +v 4.358329 0.1 -2.422712 1 1 1 +v 4.524199 0 -2.248742 1 1 1 +v 4.717383 0 -2.300505 1 1 1 +v 4.554817 0.05 -2.231064 1 1 1 +v 4.699706 0.05 -2.269887 1 1 1 +v 4.007314 0 -2.465003 1 1 1 +v 4.110841 0 -2.851373 1 1 1 +v 4.068551 0.1 -2.500358 1 1 1 +v 4.146196 0.1 -2.790136 1 1 1 +v 4.738529 0.05 -2.124998 1 1 1 +v 4.59364 0.05 -2.086175 1 1 1 +v 4.769147 0 -2.10732 1 1 1 +v 4.575962 0 -2.055556 1 1 1 +v 2.356917 0.05 -4.649965 1 1 1 +v 2.569049 0.05 -4.437833 1 1 1 +v 2.144785 0.05 -4.437833 1 1 1 +v 2.356917 0.05 -4.2257 1 1 1 +v 2.63976 0 -4.437833 1 1 1 +v 2.356917 0 -4.15499 1 1 1 +v 2.356917 0 -4.720675 1 1 1 +v 2.074074 0 -4.437833 1 1 1 +v 3.181538 0 -4.27163 1 1 1 +v 3.146183 0.05 -4.210392 1 1 1 +v 2.795167 0 -4.168102 1 1 1 +v 2.856405 0.05 -4.132747 1 1 1 +v 2.898695 0 -3.781732 1 1 1 +v 2.93405 0.05 -3.842969 1 1 1 +v 2.498347 0 -3.582727 1 1 1 +v 2.498347 0 -3.782727 1 1 1 +v 2.523347 0.1 -3.607727 1 1 1 +v 2.523347 0.1 -3.757727 1 1 1 +v 2.673347 0.1 -3.757727 1 1 1 +v 2.673347 0.1 -3.607727 1 1 1 +v 3.223828 0.05 -3.920615 1 1 1 +v 3.285065 0 -3.885259 1 1 1 +v 2.698347 0 -3.782727 1 1 1 +v 2.698347 0 -3.582727 1 1 1 +v 2 0.9 -5.999999 1 1 1 +v 3.530734 0.9 -5.695518 1 1 1 +v 2 0.9 -5.399001 1 1 1 +v 3.300742 0.9 -5.140268 1 1 1 +v 4.828427 0.9 -4.828426 1 1 1 +v 4.403458 0.9 -4.403457 1 1 1 +v 5.695518 0.9 -3.530733 1 1 1 +v 5.140269 0.9 -3.300741 1 1 1 +v 6 0.9 -1.999999 1 1 1 +v 5.399003 0.9 -1.999999 1 1 1 +v 2 0.2 -5.399001 1 1 1 +v 2 0.2 -5.999999 1 1 1 +v 3.300742 0.2 -5.140268 1 1 1 +v 4.403458 0.2 -4.403457 1 1 1 +v 5.140269 0.2 -3.300741 1 1 1 +v 5.399003 0.2 -1.999999 1 1 1 +v 6 0.2 -1.999999 1 1 1 +v 5.695518 0.2 -3.530733 1 1 1 +v 4.828427 0.2 -4.828426 1 1 1 +v 3.530734 0.2 -5.695518 1 1 1 +v 2 0 -5.999999 1 1 1 +v 4.828427 0 -4.828426 1 1 1 +v 2 0 -1.999999 1 1 1 +v 6 0 -1.999999 1 1 1 +v 1.6 3 -5.999999 1 1 1 +v 1.6 0.9 -5.999999 1 1 1 +v 2 3 -6 1 1 1 +v 2 0.9 -6 1 1 1 +v 2 0.9 -5.599999 1 1 1 +v 2 3 -5.599999 1 1 1 +v 1.65359 0.9 -5.799999 1 1 1 +v 1.65359 3 -5.799999 1 1 1 +v 1.8 0.9 -5.653589 1 1 1 +v 1.8 3 -5.653589 1 1 1 +v 2 -1.707772E-14 -5.999999 1 1 1 +v 2 -1.707772E-14 -4.998004 1 1 1 +v 2 0.2 -5.999999 1 1 1 +v 2 0.2 -4.998004 1 1 1 +v 0.9980048 0.2 -5.999999 1 1 1 +v 0.9980048 -1.707772E-14 -5.999999 1 1 1 +v 1.132247 0.2 -5.499002 1 1 1 +v 1.499002 0.2 -5.132246 1 1 1 +v 1.132247 -1.635581E-14 -5.499002 1 1 1 +v 1.499002 -1.635581E-14 -5.132246 1 1 1 +v 5.6 3 -2 1 1 1 +v 5.6 0.9 -2 1 1 1 +v 6 3 -2 1 1 1 +v 6 0.9 -2 1 1 1 +v 6 0.9 -1.6 1 1 1 +v 6 3 -1.6 1 1 1 +v 5.65359 0.9 -1.8 1 1 1 +v 5.65359 3 -1.8 1 1 1 +v 5.8 0.9 -1.65359 1 1 1 +v 5.8 3 -1.65359 1 1 1 +v 6 -1.671676E-14 -2 1 1 1 +v 6 -1.671676E-14 -0.9980049 1 1 1 +v 6 0.2 -2 1 1 1 +v 6 0.2 -0.9980049 1 1 1 +v 4.998005 0.2 -2 1 1 1 +v 4.998005 -1.671676E-14 -2 1 1 1 +v 5.132247 0.2 -1.499002 1 1 1 +v 5.499002 0.2 -1.132247 1 1 1 +v 5.132247 -1.599485E-14 -1.499002 1 1 1 +v 5.499002 -1.599485E-14 -1.132247 1 1 1 +v -1.599999 3 6 1 1 1 +v -1.599999 0.9 6 1 1 1 +v -1.999999 3 6 1 1 1 +v -1.999999 0.9 6 1 1 1 +v -1.999999 0.9 5.6 1 1 1 +v -1.999999 3 5.6 1 1 1 +v -1.653589 0.9 5.8 1 1 1 +v -1.653589 3 5.8 1 1 1 +v -1.799999 0.9 5.65359 1 1 1 +v -1.799999 3 5.65359 1 1 1 +v -2 -1.671676E-14 6 1 1 1 +v -2 -1.671676E-14 4.998005 1 1 1 +v -2 0.2 6 1 1 1 +v -2 0.2 4.998005 1 1 1 +v -0.9980044 0.2 6 1 1 1 +v -0.9980044 -1.671676E-14 6 1 1 1 +v -1.132246 0.2 5.499002 1 1 1 +v -1.499002 0.2 5.132247 1 1 1 +v -1.132246 -1.599485E-14 5.499002 1 1 1 +v -1.499002 -1.599485E-14 5.132247 1 1 1 +v -5.599999 3 2 1 1 1 +v -5.599999 0.9 2 1 1 1 +v -6 3 2 1 1 1 +v -6 0.9 2 1 1 1 +v -5.999999 0.9 1.6 1 1 1 +v -5.999999 3 1.6 1 1 1 +v -5.653589 0.9 1.8 1 1 1 +v -5.653589 3 1.8 1 1 1 +v -5.799999 0.9 1.65359 1 1 1 +v -5.799999 3 1.65359 1 1 1 +v -6 -1.707772E-14 2 1 1 1 +v -6 -1.707772E-14 0.9980048 1 1 1 +v -6 0.2 2 1 1 1 +v -6 0.2 0.9980048 1 1 1 +v -4.998004 0.2 2 1 1 1 +v -4.998004 -1.707772E-14 2 1 1 1 +v -5.132246 0.2 1.499002 1 1 1 +v -5.499002 0.2 1.132247 1 1 1 +v -5.132246 -1.635581E-14 1.499002 1 1 1 +v -5.499002 -1.635581E-14 1.132247 1 1 1 +v -2 3 -1.6 1 1 1 +v -2 0.9 -1.6 1 1 1 +v -2 3 -2 1 1 1 +v -2 0.9 -2 1 1 1 +v -1.6 0.9 -2 1 1 1 +v -1.6 3 -2 1 1 1 +v -1.8 0.9 -1.65359 1 1 1 +v -1.8 3 -1.65359 1 1 1 +v -1.653589 0.9 -1.8 1 1 1 +v -1.653589 3 -1.8 1 1 1 +v -2 -1.671676E-14 -2 1 1 1 +v -0.9980044 -1.671676E-14 -2 1 1 1 +v -2 0.2 -2 1 1 1 +v -0.9980044 0.2 -2 1 1 1 +v -2 0.2 -0.9980049 1 1 1 +v -2 -1.671676E-14 -0.9980049 1 1 1 +v -1.499002 0.2 -1.132247 1 1 1 +v -1.132246 0.2 -1.499002 1 1 1 +v -1.499002 -1.599485E-14 -1.132247 1 1 1 +v -1.132246 -1.599485E-14 -1.499002 1 1 1 +v 2 3 1.6 1 1 1 +v 2 0.9 1.6 1 1 1 +v 2 3 2 1 1 1 +v 2 0.9 2 1 1 1 +v 1.6 0.9 2 1 1 1 +v 1.6 3 2 1 1 1 +v 1.8 0.9 1.65359 1 1 1 +v 1.8 3 1.65359 1 1 1 +v 1.65359 0.9 1.8 1 1 1 +v 1.65359 3 1.8 1 1 1 +v 2 -1.707772E-14 2 1 1 1 +v 0.9980049 -1.707772E-14 2 1 1 1 +v 2 0.2 2 1 1 1 +v 0.9980049 0.2 2 1 1 1 +v 2 0.2 0.9980049 1 1 1 +v 2 -1.707772E-14 0.9980049 1 1 1 +v 1.499002 0.2 1.132247 1 1 1 +v 1.132247 0.2 1.499002 1 1 1 +v 1.499002 -1.635581E-14 1.132247 1 1 1 +v 1.132247 -1.635581E-14 1.499002 1 1 1 +v 6 0.2 0.9980046 1 1 1 +v 6 -3.609557E-16 0.9980046 1 1 1 +v 6 0.2 2 1 1 1 +v 6 -3.609557E-16 2 1 1 1 +v 2 -3.609557E-16 0.9980046 1 1 1 +v 4 -3.609557E-16 0.7980046 1 1 1 +v 2 0.2 0.9980046 1 1 1 +v 4 0.2 0.7980046 1 1 1 +v 2 -3.609557E-16 2 1 1 1 +v 2 0.2 2 1 1 1 +v 6 3 2 1 1 1 +v 2 3 2 1 1 1 +v 6 3 1.6 1 1 1 +v 4 3 1.4 1 1 1 +v 2 3 1.6 1 1 1 +v 6 0.9 2 1 1 1 +v 2 0.9 2 1 1 1 +v 2 0.9 1.6 1 1 1 +v 6 0.9 1.6 1 1 1 +v 2.91713 2.341752 1.508287 1 1 1 +v 2.91713 2.541752 1.508287 1 1 1 +v 2.867379 2.291752 1.513262 1 1 1 +v 2.867379 2.591752 1.513262 1 1 1 +v 4 0.9 1.4 1 1 1 +v 2.483881 2.291752 1.551612 1 1 1 +v 2.434129 2.341752 1.556587 1 1 1 +v 2.483881 2.591752 1.551612 1 1 1 +v 2.434129 2.541752 1.556587 1 1 1 +v 5.681813 1.683671 1.568181 1 1 1 +v 5.681813 1.883671 1.568181 1 1 1 +v 5.632061 1.933671 1.563206 1 1 1 +v 5.248564 1.933671 1.524856 1 1 1 +v 5.198812 1.883671 1.519881 1 1 1 +v 5.198812 1.683671 1.519881 1 1 1 +v 5.632061 1.633671 1.563206 1 1 1 +v 4.922882 1.585278 1.492288 1 1 1 +v 5.248564 1.633671 1.524856 1 1 1 +v 4.539384 1.585278 1.453938 1 1 1 +v 4.489633 1.535278 1.448963 1 1 1 +v 4.489633 1.335278 1.448963 1 1 1 +v 4.539384 1.285278 1.453938 1 1 1 +v 4.922882 1.285278 1.492288 1 1 1 +v 4.972634 1.535278 1.497263 1 1 1 +v 4.972634 1.335278 1.497263 1 1 1 +v 2.483881 2.291752 1.551611 1 1 1 +v 2.867378 2.291752 1.513262 1 1 1 +v 2.478906 2.291752 1.501859 1 1 1 +v 2.862403 2.291752 1.46351 1 1 1 +v 2.867378 2.591752 1.513262 1 1 1 +v 2.483881 2.591752 1.551611 1 1 1 +v 2.862403 2.591752 1.46351 1 1 1 +v 2.478906 2.591752 1.501859 1 1 1 +v 2.912155 2.341752 1.458534 1 1 1 +v 2.91713 2.341752 1.508286 1 1 1 +v 2.912155 2.541752 1.458534 1 1 1 +v 2.91713 2.541752 1.508286 1 1 1 +v 2.434129 2.341752 1.556587 1 1 1 +v 2.429154 2.341752 1.506835 1 1 1 +v 2.434129 2.541752 1.556586 1 1 1 +v 2.429154 2.541752 1.506835 1 1 1 +v 5.248564 1.633671 1.524856 1 1 1 +v 5.632061 1.633671 1.563206 1 1 1 +v 5.253539 1.633671 1.475104 1 1 1 +v 5.637037 1.633671 1.513454 1 1 1 +v 5.632061 1.933671 1.563206 1 1 1 +v 5.248564 1.933671 1.524856 1 1 1 +v 5.637037 1.933671 1.513454 1 1 1 +v 5.253539 1.933671 1.475104 1 1 1 +v 5.686789 1.683671 1.518429 1 1 1 +v 5.681813 1.683671 1.568181 1 1 1 +v 5.686789 1.883671 1.518429 1 1 1 +v 5.681813 1.883671 1.568181 1 1 1 +v 5.198812 1.683671 1.519881 1 1 1 +v 5.203787 1.683671 1.470129 1 1 1 +v 5.198812 1.883671 1.519881 1 1 1 +v 5.203787 1.883671 1.470129 1 1 1 +v 4.539384 1.285278 1.453938 1 1 1 +v 4.922882 1.285278 1.492288 1 1 1 +v 4.544359 1.285278 1.404186 1 1 1 +v 4.927857 1.285278 1.442536 1 1 1 +v 4.922882 1.585278 1.492288 1 1 1 +v 4.927857 1.585278 1.442536 1 1 1 +v 4.544359 1.585278 1.404186 1 1 1 +v 4.977609 1.335278 1.447511 1 1 1 +v 4.972633 1.335278 1.497263 1 1 1 +v 4.977609 1.535278 1.447511 1 1 1 +v 4.972633 1.535278 1.497263 1 1 1 +v 4.494607 1.335278 1.399211 1 1 1 +v 4.489633 1.535278 1.448963 1 1 1 +v 4.494607 1.535278 1.399211 1 1 1 +v 0.9980047 0.2 2 1 1 1 +v 0.9980047 -3.609557E-16 2 1 1 1 +v 2 -3.609557E-16 2 1 1 1 +v 0.9980053 -3.609557E-16 6 1 1 1 +v 0.798005 -3.609557E-16 4 1 1 1 +v 0.9980053 0.2 6 1 1 1 +v 0.798005 0.2 4 1 1 1 +v 2 -3.609557E-16 6 1 1 1 +v 2 0.2 6 1 1 1 +v 2 3 2.000001 1 1 1 +v 2.000001 3 6.000001 1 1 1 +v 1.600001 3 2.000001 1 1 1 +v 1.400001 3 4.000001 1 1 1 +v 1.600001 3 6.000001 1 1 1 +v 2 0.9 2.000001 1 1 1 +v 2.000001 0.9 6.000001 1 1 1 +v 1.600001 0.9 6.000001 1 1 1 +v 1.600001 0.9 2.000001 1 1 1 +v 1.508288 2.341752 5.08287 1 1 1 +v 1.508288 2.541752 5.08287 1 1 1 +v 1.513263 2.291752 5.132623 1 1 1 +v 1.513263 2.591752 5.132623 1 1 1 +v 1.400001 0.9 4.000001 1 1 1 +v 1.551613 2.291752 5.51612 1 1 1 +v 1.556588 2.341752 5.565872 1 1 1 +v 1.551613 2.591752 5.51612 1 1 1 +v 1.556588 2.541752 5.565872 1 1 1 +v 1.568182 1.683671 2.318188 1 1 1 +v 1.568182 1.883671 2.318188 1 1 1 +v 1.563207 1.933671 2.367939 1 1 1 +v 1.524857 1.933671 2.751437 1 1 1 +v 1.519882 1.883671 2.801189 1 1 1 +v 1.519882 1.683671 2.801189 1 1 1 +v 1.563207 1.633671 2.367939 1 1 1 +v 1.492289 1.585278 3.077119 1 1 1 +v 1.524857 1.633671 2.751437 1 1 1 +v 1.453939 1.585278 3.460616 1 1 1 +v 1.448964 1.535278 3.510368 1 1 1 +v 1.448964 1.335278 3.510368 1 1 1 +v 1.453939 1.285278 3.460616 1 1 1 +v 1.492289 1.285278 3.077119 1 1 1 +v 1.497264 1.535278 3.027367 1 1 1 +v 1.497264 1.335278 3.027367 1 1 1 +v 1.551613 2.291752 5.51612 1 1 1 +v 1.513263 2.291752 5.132623 1 1 1 +v 1.501861 2.291752 5.521095 1 1 1 +v 1.463511 2.291752 5.137598 1 1 1 +v 1.513263 2.591752 5.132623 1 1 1 +v 1.551613 2.591752 5.51612 1 1 1 +v 1.463511 2.591752 5.137598 1 1 1 +v 1.501861 2.591752 5.521095 1 1 1 +v 1.458536 2.341752 5.087846 1 1 1 +v 1.508288 2.341752 5.08287 1 1 1 +v 1.458536 2.541752 5.087846 1 1 1 +v 1.508288 2.541752 5.08287 1 1 1 +v 1.556588 2.341752 5.565872 1 1 1 +v 1.506837 2.341752 5.570847 1 1 1 +v 1.556588 2.541752 5.565872 1 1 1 +v 1.506836 2.541752 5.570847 1 1 1 +v 1.524857 1.633671 2.751438 1 1 1 +v 1.563207 1.633671 2.367941 1 1 1 +v 1.475105 1.633671 2.746463 1 1 1 +v 1.513455 1.633671 2.362966 1 1 1 +v 1.563207 1.933671 2.367941 1 1 1 +v 1.524857 1.933671 2.751438 1 1 1 +v 1.513455 1.933671 2.362966 1 1 1 +v 1.475105 1.933671 2.746463 1 1 1 +v 1.51843 1.683671 2.313214 1 1 1 +v 1.568182 1.683671 2.318189 1 1 1 +v 1.51843 1.883671 2.313214 1 1 1 +v 1.568182 1.883671 2.318189 1 1 1 +v 1.519882 1.683671 2.80119 1 1 1 +v 1.47013 1.683671 2.796215 1 1 1 +v 1.519882 1.883671 2.80119 1 1 1 +v 1.47013 1.883671 2.796215 1 1 1 +v 1.453939 1.285278 3.460616 1 1 1 +v 1.492289 1.285278 3.077119 1 1 1 +v 1.404187 1.285278 3.455641 1 1 1 +v 1.442537 1.285278 3.072144 1 1 1 +v 1.453939 1.585278 3.460616 1 1 1 +v 1.442537 1.585278 3.072144 1 1 1 +v 1.404187 1.585278 3.455641 1 1 1 +v 1.447512 1.335278 3.022392 1 1 1 +v 1.497264 1.335278 3.027367 1 1 1 +v 1.447512 1.535278 3.022392 1 1 1 +v 1.497264 1.535278 3.027367 1 1 1 +v 1.448964 1.335278 3.510368 1 1 1 +v 1.399212 1.335278 3.505393 1 1 1 +v 1.448964 1.535278 3.510368 1 1 1 +v 1.399212 1.535278 3.505393 1 1 1 +v -6 0.2 -0.9980046 1 1 1 +v -6 0 -0.9980046 1 1 1 +v -6 0.2 -2 1 1 1 +v -6 0 -2 1 1 1 +v -2 0 -0.9980046 1 1 1 +v -4 0 -0.7980046 1 1 1 +v -2 0.2 -0.9980046 1 1 1 +v -4 0.2 -0.7980046 1 1 1 +v -2 0 -2 1 1 1 +v -2 0.2 -2 1 1 1 +v -6 3 -2 1 1 1 +v -2 3 -2 1 1 1 +v -6 3 -1.6 1 1 1 +v -4 3 -1.4 1 1 1 +v -2 3 -1.6 1 1 1 +v -6 0.9 -2 1 1 1 +v -2 0.9 -2 1 1 1 +v -2 0.9 -1.6 1 1 1 +v -6 0.9 -1.6 1 1 1 +v -2.91713 2.341752 -1.508287 1 1 1 +v -2.91713 2.541752 -1.508287 1 1 1 +v -2.867378 2.291752 -1.513262 1 1 1 +v -2.867378 2.591752 -1.513262 1 1 1 +v -4 0.9 -1.4 1 1 1 +v -2.483881 2.291752 -1.551612 1 1 1 +v -2.434129 2.341752 -1.556587 1 1 1 +v -2.483881 2.591752 -1.551612 1 1 1 +v -2.434129 2.541752 -1.556587 1 1 1 +v -5.681812 1.683671 -1.568181 1 1 1 +v -5.681812 1.883671 -1.568181 1 1 1 +v -5.632061 1.933671 -1.563206 1 1 1 +v -5.248563 1.933671 -1.524856 1 1 1 +v -5.198812 1.883671 -1.519881 1 1 1 +v -5.198812 1.683671 -1.519881 1 1 1 +v -5.632061 1.633671 -1.563206 1 1 1 +v -4.922882 1.585278 -1.492288 1 1 1 +v -5.248563 1.633671 -1.524856 1 1 1 +v -4.539384 1.585278 -1.453938 1 1 1 +v -4.489632 1.535278 -1.448963 1 1 1 +v -4.489632 1.335278 -1.448963 1 1 1 +v -4.539384 1.285278 -1.453938 1 1 1 +v -4.922882 1.285278 -1.492288 1 1 1 +v -4.972633 1.535278 -1.497263 1 1 1 +v -4.972633 1.335278 -1.497263 1 1 1 +v -2.48388 2.291752 -1.551611 1 1 1 +v -2.867377 2.291752 -1.513262 1 1 1 +v -2.478905 2.291752 -1.501859 1 1 1 +v -2.862402 2.291752 -1.46351 1 1 1 +v -2.867377 2.591752 -1.513262 1 1 1 +v -2.48388 2.591752 -1.551611 1 1 1 +v -2.862402 2.591752 -1.46351 1 1 1 +v -2.478905 2.591752 -1.501859 1 1 1 +v -2.912154 2.341752 -1.458534 1 1 1 +v -2.917129 2.341752 -1.508286 1 1 1 +v -2.912154 2.541752 -1.458534 1 1 1 +v -2.917129 2.541752 -1.508286 1 1 1 +v -2.434128 2.341752 -1.556587 1 1 1 +v -2.429153 2.341752 -1.506835 1 1 1 +v -2.434128 2.541752 -1.556586 1 1 1 +v -2.429153 2.541752 -1.506835 1 1 1 +v -5.248563 1.633671 -1.524856 1 1 1 +v -5.632061 1.633671 -1.563206 1 1 1 +v -5.253538 1.633671 -1.475104 1 1 1 +v -5.637036 1.633671 -1.513454 1 1 1 +v -5.632061 1.933671 -1.563206 1 1 1 +v -5.248563 1.933671 -1.524856 1 1 1 +v -5.637036 1.933671 -1.513454 1 1 1 +v -5.253538 1.933671 -1.475104 1 1 1 +v -5.686788 1.683671 -1.518429 1 1 1 +v -5.681812 1.683671 -1.568181 1 1 1 +v -5.686788 1.883671 -1.518429 1 1 1 +v -5.681812 1.883671 -1.568181 1 1 1 +v -5.198812 1.683671 -1.519881 1 1 1 +v -5.203786 1.683671 -1.470129 1 1 1 +v -5.203786 1.883671 -1.470129 1 1 1 +v -4.539384 1.285278 -1.453938 1 1 1 +v -4.922882 1.285278 -1.492288 1 1 1 +v -4.544359 1.285278 -1.404186 1 1 1 +v -4.927857 1.285278 -1.442536 1 1 1 +v -4.922882 1.585278 -1.492288 1 1 1 +v -4.539384 1.585278 -1.453938 1 1 1 +v -4.927857 1.585278 -1.442536 1 1 1 +v -4.544359 1.585278 -1.404186 1 1 1 +v -4.977609 1.335278 -1.447511 1 1 1 +v -4.977609 1.535278 -1.447511 1 1 1 +v -4.972633 1.535278 -1.497263 1 1 1 +v -4.489633 1.335278 -1.448963 1 1 1 +v -4.494607 1.335278 -1.399211 1 1 1 +v -4.489633 1.535278 -1.448963 1 1 1 +v -4.494607 1.535278 -1.399211 1 1 1 +v -0.9980047 0.2 -1.999999 1 1 1 +v -0.9980047 0 -1.999999 1 1 1 +v -2 0 -1.999999 1 1 1 +v -0.9980043 0 -5.999999 1 1 1 +v -0.7980045 0 -3.999999 1 1 1 +v -0.9980043 0.2 -5.999999 1 1 1 +v -0.7980045 0.2 -3.999999 1 1 1 +v -1.999999 0 -5.999999 1 1 1 +v -1.999999 0.2 -5.999999 1 1 1 +v -1.999998 3 -1.999995 1 1 1 +v -1.999997 3 -5.999995 1 1 1 +v -1.599998 3 -1.999995 1 1 1 +v -1.399997 3 -3.999995 1 1 1 +v -1.599997 3 -5.999995 1 1 1 +v -1.999998 0.9 -1.999995 1 1 1 +v -1.999997 0.9 -5.999995 1 1 1 +v -1.599997 0.9 -5.999995 1 1 1 +v -1.599998 0.9 -1.999995 1 1 1 +v -1.508284 2.341752 -5.082865 1 1 1 +v -1.508284 2.541752 -5.082865 1 1 1 +v -1.513259 2.291752 -5.132617 1 1 1 +v -1.513259 2.591752 -5.132617 1 1 1 +v -1.399997 0.9 -3.999995 1 1 1 +v -1.551609 2.291752 -5.516114 1 1 1 +v -1.556584 2.341752 -5.565866 1 1 1 +v -1.551609 2.591752 -5.516114 1 1 1 +v -1.556584 2.541752 -5.565866 1 1 1 +v -1.568179 1.683671 -2.318182 1 1 1 +v -1.568179 1.883671 -2.318182 1 1 1 +v -1.563204 1.933671 -2.367934 1 1 1 +v -1.524854 1.933671 -2.751431 1 1 1 +v -1.519879 1.883671 -2.801183 1 1 1 +v -1.519879 1.683671 -2.801183 1 1 1 +v -1.563204 1.633671 -2.367934 1 1 1 +v -1.492286 1.585278 -3.077113 1 1 1 +v -1.524854 1.633671 -2.751431 1 1 1 +v -1.453936 1.585278 -3.460611 1 1 1 +v -1.448961 1.535278 -3.510363 1 1 1 +v -1.448961 1.335278 -3.510363 1 1 1 +v -1.453936 1.285278 -3.460611 1 1 1 +v -1.492286 1.285278 -3.077113 1 1 1 +v -1.497261 1.535278 -3.027361 1 1 1 +v -1.497261 1.335278 -3.027361 1 1 1 +v -1.551609 2.291752 -5.516115 1 1 1 +v -1.513259 2.291752 -5.132618 1 1 1 +v -1.501857 2.291752 -5.521091 1 1 1 +v -1.463507 2.291752 -5.137593 1 1 1 +v -1.513259 2.591752 -5.132618 1 1 1 +v -1.551609 2.591752 -5.516115 1 1 1 +v -1.463507 2.591752 -5.137593 1 1 1 +v -1.501857 2.591752 -5.521091 1 1 1 +v -1.458532 2.341752 -5.087841 1 1 1 +v -1.508284 2.341752 -5.082866 1 1 1 +v -1.458532 2.541752 -5.087841 1 1 1 +v -1.508284 2.541752 -5.082866 1 1 1 +v -1.556584 2.341752 -5.565867 1 1 1 +v -1.506832 2.341752 -5.570842 1 1 1 +v -1.556584 2.541752 -5.565867 1 1 1 +v -1.506832 2.541752 -5.570842 1 1 1 +v -1.524854 1.633671 -2.751431 1 1 1 +v -1.563204 1.633671 -2.367933 1 1 1 +v -1.475102 1.633671 -2.746455 1 1 1 +v -1.513452 1.633671 -2.362958 1 1 1 +v -1.563204 1.933671 -2.367933 1 1 1 +v -1.524854 1.933671 -2.751431 1 1 1 +v -1.513452 1.933671 -2.362958 1 1 1 +v -1.475102 1.933671 -2.746455 1 1 1 +v -1.518427 1.683671 -2.313206 1 1 1 +v -1.568179 1.683671 -2.318181 1 1 1 +v -1.518427 1.883671 -2.313206 1 1 1 +v -1.568179 1.883671 -2.318181 1 1 1 +v -1.519879 1.683671 -2.801183 1 1 1 +v -1.470127 1.683671 -2.796207 1 1 1 +v -1.519879 1.883671 -2.801183 1 1 1 +v -1.470127 1.883671 -2.796207 1 1 1 +v -1.453936 1.285278 -3.460611 1 1 1 +v -1.492286 1.285278 -3.077114 1 1 1 +v -1.404184 1.285278 -3.455636 1 1 1 +v -1.442534 1.285278 -3.072139 1 1 1 +v -1.492285 1.585278 -3.077114 1 1 1 +v -1.453936 1.585278 -3.460611 1 1 1 +v -1.442534 1.585278 -3.072139 1 1 1 +v -1.404184 1.585278 -3.455636 1 1 1 +v -1.447509 1.335278 -3.022387 1 1 1 +v -1.497261 1.335278 -3.027362 1 1 1 +v -1.447509 1.535278 -3.022387 1 1 1 +v -1.497261 1.535278 -3.027362 1 1 1 +v -1.448961 1.335278 -3.510363 1 1 1 +v -1.399209 1.335278 -3.505388 1 1 1 +v -1.448961 1.535278 -3.510363 1 1 1 +v -1.399209 1.535278 -3.505388 1 1 1 +v -2 3 6 1 1 1 +v -3.530733 3 5.695518 1 1 1 +v -2 3 5.6 1 1 1 +v -3.37766 3 5.325967 1 1 1 +v -4.828427 3 4.828427 1 1 1 +v -4.545584 3 4.545585 1 1 1 +v -5.695518 3 3.530734 1 1 1 +v -5.325966 3 3.37766 1 1 1 +v -6 3 2 1 1 1 +v -5.599999 3 2 1 1 1 +v -2 0.9 5.6 1 1 1 +v -3.37766 0.9 5.325967 1 1 1 +v -4.545584 0.9 4.545585 1 1 1 +v -5.325966 0.9 3.37766 1 1 1 +v -5.599999 0.9 2 1 1 1 +v -1.999999 0 4.998005 1 1 1 +v -3.530733 0 5.695518 1 1 1 +v -3.147286 0 4.769795 1 1 1 +v -5.695518 0 3.530734 1 1 1 +v -4.119909 0 4.11991 1 1 1 +v -4.769795 0 3.147287 1 1 1 +v -4.998004 0 2 1 1 1 +v -1.999999 0.2 4.998005 1 1 1 +v -3.147286 0.2 4.769795 1 1 1 +v -4.119909 0.2 4.11991 1 1 1 +v -4.769795 0.2 3.147287 1 1 1 +v -4.998004 0.2 2 1 1 1 +v -3.539527 0.2 4.483707 1 1 1 +v -3.539527 0 4.483707 1 1 1 +v -3.919159 0.2 4.992028 1 1 1 +v -3.919159 0 4.992028 1 1 1 +v -4.298757 0 3.526624 1 1 1 +v -3.838694 0 3.838694 1 1 1 +v -4.298757 0.2 3.526624 1 1 1 +v -3.838694 0.2 3.838694 1 1 1 +v -3.526624 0 4.298757 1 1 1 +v -3.526624 0.2 4.298757 1 1 1 +v -4.483707 0 3.539527 1 1 1 +v -4.483707 0.2 3.539527 1 1 1 +v -4.992028 0 3.919159 1 1 1 +v -4.992028 0.2 3.919159 1 1 1 +v -5.23671 1.509087 3.511242 1 1 1 +v -5.022587 1.509087 3.831699 1 1 1 +v -5.195136 1.509087 3.483464 1 1 1 +v -4.981013 1.509087 3.803921 1 1 1 +v -5.022587 1.809087 3.831699 1 1 1 +v -5.23671 1.809087 3.511242 1 1 1 +v -4.981013 1.809087 3.803921 1 1 1 +v -5.195136 1.809087 3.483464 1 1 1 +v -4.953235 1.559087 3.845494 1 1 1 +v -4.994809 1.559087 3.873273 1 1 1 +v -4.953235 1.759087 3.845494 1 1 1 +v -4.994809 1.759087 3.873273 1 1 1 +v -5.264488 1.559087 3.469669 1 1 1 +v -5.222915 1.559087 3.44189 1 1 1 +v -5.264488 1.759087 3.469669 1 1 1 +v -5.222915 1.759087 3.44189 1 1 1 +v -5.472848 2.236932 2.639234 1 1 1 +v -5.397658 2.236932 3.017239 1 1 1 +v -5.423809 2.236932 2.62948 1 1 1 +v -5.348619 2.236932 3.007484 1 1 1 +v -5.397658 2.536932 3.017239 1 1 1 +v -5.472848 2.536932 2.639234 1 1 1 +v -5.348619 2.536932 3.007484 1 1 1 +v -5.423809 2.536932 2.62948 1 1 1 +v -5.338864 2.286932 3.056524 1 1 1 +v -5.387904 2.286932 3.066278 1 1 1 +v -5.338864 2.486932 3.056524 1 1 1 +v -5.387904 2.486932 3.066278 1 1 1 +v -5.482603 2.286932 2.590195 1 1 1 +v -5.433563 2.286932 2.580441 1 1 1 +v -5.482603 2.486932 2.590195 1 1 1 +v -5.433563 2.486932 2.580441 1 1 1 +v -5.534066 1.759764 2.33147 1 1 1 +v -5.458877 1.759764 2.709475 1 1 1 +v -5.485027 1.759764 2.321716 1 1 1 +v -5.409837 1.759764 2.69972 1 1 1 +v -5.458877 2.059764 2.709475 1 1 1 +v -5.534066 2.059764 2.33147 1 1 1 +v -5.409837 2.059764 2.69972 1 1 1 +v -5.485027 2.059764 2.321716 1 1 1 +v -5.400083 1.809764 2.74876 1 1 1 +v -5.449122 1.809764 2.758514 1 1 1 +v -5.400083 2.009764 2.74876 1 1 1 +v -5.449122 2.009764 2.758514 1 1 1 +v -5.543821 1.809764 2.282431 1 1 1 +v -5.494781 1.809764 2.272676 1 1 1 +v -5.543821 2.009764 2.282431 1 1 1 +v -5.494781 2.009764 2.272676 1 1 1 +v -2.925667 1.55972 5.415874 1 1 1 +v -2.547662 1.55972 5.491063 1 1 1 +v -2.915913 1.55972 5.366834 1 1 1 +v -2.537908 1.55972 5.442024 1 1 1 +v -2.925667 1.85972 5.415874 1 1 1 +v -2.915913 1.85972 5.366834 1 1 1 +v -2.547662 1.85972 5.491063 1 1 1 +v -2.537908 1.85972 5.442024 1 1 1 +v -2.488869 1.60972 5.451778 1 1 1 +v -2.498623 1.60972 5.500818 1 1 1 +v -2.488869 1.80972 5.451778 1 1 1 +v -2.498623 1.80972 5.500818 1 1 1 +v -2.974706 1.60972 5.406119 1 1 1 +v -2.964952 1.60972 5.35708 1 1 1 +v -2.974706 1.80972 5.406119 1 1 1 +v -2.964952 1.80972 5.35708 1 1 1 +v 2 3 -5.999999 1 1 1 +v 3.530734 3 -5.695518 1 1 1 +v 2 3 -5.599999 1 1 1 +v 3.37766 3 -5.325965 1 1 1 +v 4.828427 3 -4.828426 1 1 1 +v 4.545585 3 -4.545584 1 1 1 +v 5.695518 3 -3.530733 1 1 1 +v 5.325967 3 -3.37766 1 1 1 +v 6 3 -1.999999 1 1 1 +v 5.6 3 -1.999999 1 1 1 +v 2 0.9 -5.599999 1 1 1 +v 3.37766 0.9 -5.325965 1 1 1 +v 4.545585 0.9 -4.545584 1 1 1 +v 5.325967 0.9 -3.37766 1 1 1 +v 5.6 0.9 -1.999999 1 1 1 +v 2 0 -4.998004 1 1 1 +v 3.530734 0 -5.695518 1 1 1 +v 3.147287 0 -4.769794 1 1 1 +v 5.695518 0 -3.530733 1 1 1 +v 4.11991 0 -4.119909 1 1 1 +v 4.769795 0 -3.147286 1 1 1 +v 4.998005 0 -1.999999 1 1 1 +v 2 0.2 -4.998004 1 1 1 +v 3.147287 0.2 -4.769794 1 1 1 +v 4.11991 0.2 -4.119909 1 1 1 +v 4.769795 0.2 -3.147286 1 1 1 +v 4.998005 0.2 -1.999999 1 1 1 +v 3.539527 0.2 -4.483706 1 1 1 +v 3.539527 0 -4.483706 1 1 1 +v 3.91916 0.2 -4.992027 1 1 1 +v 3.91916 0 -4.992027 1 1 1 +v 4.298758 0 -3.526623 1 1 1 +v 3.838695 0 -3.838693 1 1 1 +v 4.298758 0.2 -3.526623 1 1 1 +v 3.838695 0.2 -3.838693 1 1 1 +v 3.526624 0 -4.298756 1 1 1 +v 3.526624 0.2 -4.298756 1 1 1 +v 4.483708 0 -3.539526 1 1 1 +v 4.483708 0.2 -3.539526 1 1 1 +v 4.992029 0 -3.919159 1 1 1 +v 4.992029 0.2 -3.919159 1 1 1 +v 5.23671 1.509087 -3.511241 1 1 1 +v 5.022587 1.509087 -3.831698 1 1 1 +v 5.195137 1.509087 -3.483463 1 1 1 +v 4.981014 1.509087 -3.80392 1 1 1 +v 5.022587 1.809087 -3.831698 1 1 1 +v 5.23671 1.809087 -3.511241 1 1 1 +v 4.981014 1.809087 -3.80392 1 1 1 +v 5.195137 1.809087 -3.483463 1 1 1 +v 4.953236 1.559087 -3.845493 1 1 1 +v 4.994809 1.559087 -3.873272 1 1 1 +v 4.953236 1.759087 -3.845493 1 1 1 +v 4.994809 1.759087 -3.873272 1 1 1 +v 5.264488 1.559087 -3.469668 1 1 1 +v 5.222915 1.559087 -3.441889 1 1 1 +v 5.264488 1.759087 -3.469668 1 1 1 +v 5.222915 1.759087 -3.441889 1 1 1 +v 5.472848 2.236932 -2.639234 1 1 1 +v 5.397659 2.236932 -3.017239 1 1 1 +v 5.423809 2.236932 -2.62948 1 1 1 +v 5.348619 2.236932 -3.007484 1 1 1 +v 5.397659 2.536932 -3.017239 1 1 1 +v 5.472848 2.536932 -2.639234 1 1 1 +v 5.348619 2.536932 -3.007484 1 1 1 +v 5.423809 2.536932 -2.62948 1 1 1 +v 5.338865 2.286932 -3.056524 1 1 1 +v 5.387904 2.286932 -3.066278 1 1 1 +v 5.338865 2.486932 -3.056524 1 1 1 +v 5.387904 2.486932 -3.066278 1 1 1 +v 5.482603 2.286932 -2.590195 1 1 1 +v 5.433564 2.286932 -2.580441 1 1 1 +v 5.482603 2.486932 -2.590195 1 1 1 +v 5.433564 2.486932 -2.580441 1 1 1 +v 5.534067 1.759764 -2.331469 1 1 1 +v 5.458877 1.759764 -2.709474 1 1 1 +v 5.485027 1.759764 -2.321715 1 1 1 +v 5.409838 1.759764 -2.699719 1 1 1 +v 5.458877 2.059764 -2.709474 1 1 1 +v 5.534067 2.059764 -2.331469 1 1 1 +v 5.409838 2.059764 -2.699719 1 1 1 +v 5.485027 2.059764 -2.321715 1 1 1 +v 5.400083 1.809764 -2.748759 1 1 1 +v 5.449122 1.809764 -2.758513 1 1 1 +v 5.400083 2.009764 -2.748759 1 1 1 +v 5.449122 2.009764 -2.758513 1 1 1 +v 5.543821 1.809764 -2.28243 1 1 1 +v 5.494782 1.809764 -2.272676 1 1 1 +v 5.543821 2.009764 -2.28243 1 1 1 +v 5.494782 2.009764 -2.272676 1 1 1 +v 2.925667 1.55972 -5.415873 1 1 1 +v 2.547662 1.55972 -5.491062 1 1 1 +v 2.915913 1.55972 -5.366833 1 1 1 +v 2.537908 1.55972 -5.442023 1 1 1 +v 2.925667 1.85972 -5.415873 1 1 1 +v 2.915913 1.85972 -5.366833 1 1 1 +v 2.547662 1.85972 -5.491062 1 1 1 +v 2.537908 1.85972 -5.442023 1 1 1 +v 2.488869 1.60972 -5.451777 1 1 1 +v 2.498623 1.60972 -5.500817 1 1 1 +v 2.488869 1.80972 -5.451777 1 1 1 +v 2.498623 1.80972 -5.500817 1 1 1 +v 2.974706 1.60972 -5.406118 1 1 1 +v 2.964952 1.60972 -5.357079 1 1 1 +v 2.974706 1.80972 -5.406118 1 1 1 +v 2.964952 1.80972 -5.357079 1 1 1 +v -0.2255788 0 -3.827895 1 1 1 +v -1.38469 0 -4.138478 1 1 1 +v -0.3316448 0.1 -4.011607 1 1 1 +v -1.200978 0.1 -4.244544 1 1 1 +v 1.211001 0.1 -4.906261 1 1 1 +v 0.9303683 0.1 -4.800219 1 1 1 +v 1.104959 0.1 -5.186894 1 1 1 +v 0.8243259 0.1 -5.080853 1 1 1 +v -0.09870771 0.1 -4.88094 1 1 1 +v -0.9680409 0.1 -5.113877 1 1 1 +v -0.3902232 0 -3.47515 1 1 1 +v -0.2677487 0.2 -3.404439 1 1 1 +v -0.183168 0 -2.702409 1 1 1 +v -0.1124573 0.2 -2.824884 1 1 1 +v 0.4670982 0.2 -2.980175 1 1 1 +v 0.3118067 0.2 -3.559731 1 1 1 +v 0.5895726 0 -2.909465 1 1 1 +v 0.08500402 0 -4.987006 1 1 1 +v -1.074107 0 -5.297589 1 1 1 +v -1.227287 0.05 -2.664358 1 1 1 +v -1.517065 0.05 -2.586712 1 1 1 +v -1.304933 0.05 -2.954136 1 1 1 +v -1.59471 0.05 -2.87649 1 1 1 +v -1.55242 0 -2.525475 1 1 1 +v -1.655948 0 -2.911845 1 1 1 +v -1.16605 0 -2.629003 1 1 1 +v -1.269577 0 -3.015373 1 1 1 +v 0.7598799 0 -5.109951 1 1 1 +v 0.9012698 0 -4.735773 1 1 1 +v 1.134058 0 -5.251341 1 1 1 +v 1.275447 0 -4.877163 1 1 1 +v 1.385044 0 -2.603207 1 1 1 +v 1.578229 0 -2.654971 1 1 1 +v 1.415662 0.05 -2.585529 1 1 1 +v 1.560551 0.05 -2.624352 1 1 1 +v 1.599374 0.05 -2.479464 1 1 1 +v 1.454485 0.05 -2.44064 1 1 1 +v 0.3825174 0 -3.682205 1 1 1 +v 1.629993 0 -2.461786 1 1 1 +v 1.436807 0 -2.410022 1 1 1 +v -0.9305171 0 -5.720206 1 1 1 +v -0.737332 0 -5.77197 1 1 1 +v -0.8998985 0.05 -5.702528 1 1 1 +v -0.7550097 0.05 -5.741351 1 1 1 +v -0.7161868 0.05 -5.596462 1 1 1 +v -0.8610756 0.05 -5.557639 1 1 1 +v -0.8787533 0 -5.52702 1 1 1 +v -0.6855682 0 -5.578784 1 1 1 +v -0.6865153 0.1 -3.488937 1 1 1 +v -0.6865153 0.1 -3.188937 1 1 1 +v -0.9865153 0.1 -3.488937 1 1 1 +v -0.9865153 0.1 -3.188937 1 1 1 +v -0.6365153 0 -3.538937 1 1 1 +v -0.6365153 0 -3.138937 1 1 1 +v -1.036515 0 -3.538937 1 1 1 +v -1.036515 0 -3.138937 1 1 1 +v 0.1962378 0 -4.594765 1 1 1 +v 0.2212377 0.1 -4.569765 1 1 1 +v 0.1962378 0 -4.394765 1 1 1 +v 0.2212377 0.1 -4.419765 1 1 1 +v 0.3712378 0.1 -4.569765 1 1 1 +v 0.3712378 0.1 -4.419765 1 1 1 +v 0.3962377 0 -4.594765 1 1 1 +v 0.3962377 0 -4.394765 1 1 1 +v 0.823903 0.05 -3.94693 1 1 1 +v 0.5341253 0.05 -3.869284 1 1 1 +v 0.7462572 0.05 -4.236708 1 1 1 +v 0.4564795 0.05 -4.159062 1 1 1 +v 0.4987699 0 -3.808047 1 1 1 +v 0.3952423 0 -4.194417 1 1 1 +v 1.323453 0.1 -3.529823 1 1 1 +v 1.245807 0.1 -3.240046 1 1 1 +v 1.033675 0.1 -3.607469 1 1 1 +v 0.9560292 0.1 -3.317691 1 1 1 +v 1.38469 0 -3.565179 1 1 1 +v 1.281162 0 -3.178808 1 1 1 +v 0.8851402 0 -3.911574 1 1 1 +v 0.7816126 0 -4.297945 1 1 1 +v 0.894792 0 -3.282336 1 1 1 +v 0.9983196 0 -3.668706 1 1 1 +v -4.225578 3.609557E-16 0.1721042 1 1 1 +v -5.384689 3.609557E-16 -0.1384787 1 1 1 +v -4.331645 0.1 -0.01160757 1 1 1 +v -5.200977 0.1 -0.2445447 1 1 1 +v -2.788998 0.1 -0.9062624 1 1 1 +v -3.069631 0.1 -0.80022 1 1 1 +v -2.895041 0.1 -1.186896 1 1 1 +v -3.175674 0.1 -1.080853 1 1 1 +v -4.098707 0.1 -0.8809408 1 1 1 +v -4.96804 0.1 -1.113878 1 1 1 +v -4.390223 3.609557E-16 0.5248491 1 1 1 +v -4.267748 0.2 0.5955597 1 1 1 +v -4.183167 3.609557E-16 1.29759 1 1 1 +v -4.112457 0.2 1.175115 1 1 1 +v -3.532901 0.2 1.019824 1 1 1 +v -3.688193 0.2 0.4402683 1 1 1 +v -3.410427 3.609557E-16 1.090534 1 1 1 +v -3.914995 3.609557E-16 -0.9870068 1 1 1 +v -5.074107 3.609557E-16 -1.29759 1 1 1 +v -5.227286 0.05 1.335641 1 1 1 +v -5.517064 0.05 1.413287 1 1 1 +v -5.304933 0.05 1.045863 1 1 1 +v -5.59471 0.05 1.123509 1 1 1 +v -5.55242 3.609557E-16 1.474524 1 1 1 +v -5.655947 3.609557E-16 1.088154 1 1 1 +v -5.166049 3.609557E-16 1.370996 1 1 1 +v -5.269577 3.609557E-16 0.9846259 1 1 1 +v -3.24012 3.609557E-16 -1.109952 1 1 1 +v -3.09873 3.609557E-16 -0.735774 1 1 1 +v -2.865942 3.609557E-16 -1.251342 1 1 1 +v -2.724552 3.609557E-16 -0.8771639 1 1 1 +v -2.614956 3.609557E-16 1.396792 1 1 1 +v -2.421771 3.609557E-16 1.345028 1 1 1 +v -2.584337 0.05 1.41447 1 1 1 +v -2.439448 0.05 1.375647 1 1 1 +v -2.400626 0.05 1.520536 1 1 1 +v -2.545515 0.05 1.559358 1 1 1 +v -3.617482 3.609557E-16 0.3177938 1 1 1 +v -2.370007 3.609557E-16 1.538213 1 1 1 +v -2.563192 3.609557E-16 1.589977 1 1 1 +v -4.930517 3.609557E-16 -1.720207 1 1 1 +v -4.737331 3.609557E-16 -1.771971 1 1 1 +v -4.899898 0.05 -1.702529 1 1 1 +v -4.755009 0.05 -1.741352 1 1 1 +v -4.716187 0.05 -1.596463 1 1 1 +v -4.861075 0.05 -1.55764 1 1 1 +v -4.878753 3.609557E-16 -1.527022 1 1 1 +v -4.685568 3.609557E-16 -1.578785 1 1 1 +v -4.686515 0.1 0.5110617 1 1 1 +v -4.686515 0.1 0.8110617 1 1 1 +v -4.986515 0.1 0.5110617 1 1 1 +v -4.986515 0.1 0.8110617 1 1 1 +v -4.636515 3.609557E-16 0.4610618 1 1 1 +v -4.636515 3.609557E-16 0.8610617 1 1 1 +v -5.036515 3.609557E-16 0.4610618 1 1 1 +v -5.036515 3.609557E-16 0.8610617 1 1 1 +v -3.803762 3.609557E-16 -0.594766 1 1 1 +v -3.778762 0.1 -0.569766 1 1 1 +v -3.803762 3.609557E-16 -0.394766 1 1 1 +v -3.778762 0.1 -0.419766 1 1 1 +v -3.628762 0.1 -0.569766 1 1 1 +v -3.628762 0.1 -0.419766 1 1 1 +v -3.603762 3.609557E-16 -0.594766 1 1 1 +v -3.603762 3.609557E-16 -0.394766 1 1 1 +v -3.176096 0.05 0.05306925 1 1 1 +v -3.465874 0.05 0.130715 1 1 1 +v -3.253742 0.05 -0.2367085 1 1 1 +v -3.54352 0.05 -0.1590628 1 1 1 +v -3.50123 3.609557E-16 0.1919522 1 1 1 +v -3.604757 3.609557E-16 -0.1944181 1 1 1 +v -2.676547 0.1 0.4701758 1 1 1 +v -2.754193 0.1 0.7599536 1 1 1 +v -2.966325 0.1 0.3925301 1 1 1 +v -3.04397 0.1 0.6823078 1 1 1 +v -2.61531 3.609557E-16 0.4348205 1 1 1 +v -2.718837 3.609557E-16 0.8211908 1 1 1 +v -3.114859 3.609557E-16 0.08842458 1 1 1 +v -3.218387 3.609557E-16 -0.2979457 1 1 1 +v -3.105207 3.609557E-16 0.7176632 1 1 1 +v -3.00168 3.609557E-16 0.3312929 1 1 1 +v -4.0904 2.757286 4.840658 1 1 1 +v -3.82245 2.757286 4.465528 1 1 1 +v -4.465528 2.757286 5.108607 1 1 1 +v -4.840658 2.757286 4.840657 1 1 1 +v -4.090399 2.757286 4.0904 1 1 1 +v -4.465528 2.757286 3.82245 1 1 1 +v -5.108607 2.757286 4.465528 1 1 1 +v -4.840657 2.757286 4.090399 1 1 1 +v -4.0904 3.133286 4.840658 1 1 1 +v -4.465528 3.133286 5.108607 1 1 1 +v -3.82245 3.133286 4.465528 1 1 1 +v -4.090399 3.133286 4.0904 1 1 1 +v -4.840658 3.133286 4.840657 1 1 1 +v -4.465528 3.133286 3.82245 1 1 1 +v -5.108607 3.133286 4.465528 1 1 1 +v -4.840657 3.133286 4.090399 1 1 1 +v -4.12041 0.576 4.810647 1 1 1 +v -4.465528 0.576 5.05716 1 1 1 +v -3.873896 0.576 4.465528 1 1 1 +v -4.120409 0.576 4.12041 1 1 1 +v -4.810647 0.576 4.810647 1 1 1 +v -5.05716 0.576 4.465528 1 1 1 +v -4.465528 0.576 3.873896 1 1 1 +v -4.810647 0.576 4.120409 1 1 1 +v -3.873896 0.2 4.465528 1 1 1 +v -4.12041 0.2 4.810647 1 1 1 +v -4.120409 0.2 4.12041 1 1 1 +v -4.465528 0.2 3.873896 1 1 1 +v -4.810647 0.2 4.120409 1 1 1 +v -5.05716 0.2 4.465528 1 1 1 +v -4.810647 0.2 4.810647 1 1 1 +v -4.465528 0.2 5.05716 1 1 1 +v -4.23289 0.576 4.23289 1 1 1 +v -4.06672 0.576 4.465528 1 1 1 +v -4.174731 2.757286 4.174731 1 1 1 +v -3.967018 2.757286 4.465528 1 1 1 +v -4.756326 2.757286 4.174731 1 1 1 +v -4.964039 2.757286 4.465528 1 1 1 +v -4.698167 0.576 4.23289 1 1 1 +v -4.864337 0.576 4.465528 1 1 1 +v -4.465528 0.576 4.06672 1 1 1 +v -4.465528 2.757286 3.967018 1 1 1 +v -4.23289 0.576 4.698167 1 1 1 +v -4.465528 0.576 4.864337 1 1 1 +v -4.174731 2.757286 4.756326 1 1 1 +v -4.465528 2.757286 4.964039 1 1 1 +v -4.698167 0.576 4.698167 1 1 1 +v -4.756326 2.757286 4.756326 1 1 1 +v 4.090399 2.757286 -4.840656 1 1 1 +v 3.82245 2.757286 -4.465528 1 1 1 +v 4.465528 2.757286 -5.108606 1 1 1 +v 4.840657 2.757286 -4.840657 1 1 1 +v 4.090399 2.757286 -4.090398 1 1 1 +v 4.465528 2.757286 -3.822449 1 1 1 +v 5.108607 2.757286 -4.465528 1 1 1 +v 4.840658 2.757286 -4.090398 1 1 1 +v 4.090399 3.133286 -4.840656 1 1 1 +v 4.465528 3.133286 -5.108606 1 1 1 +v 3.82245 3.133286 -4.465528 1 1 1 +v 4.090399 3.133286 -4.090398 1 1 1 +v 4.840657 3.133286 -4.840657 1 1 1 +v 4.465528 3.133286 -3.822449 1 1 1 +v 5.108607 3.133286 -4.465528 1 1 1 +v 4.840658 3.133286 -4.090398 1 1 1 +v 4.12041 0.576 -4.810646 1 1 1 +v 4.465528 0.576 -5.057159 1 1 1 +v 3.873896 0.576 -4.465528 1 1 1 +v 4.12041 0.576 -4.120409 1 1 1 +v 4.810647 0.576 -4.810646 1 1 1 +v 5.05716 0.576 -4.465528 1 1 1 +v 4.465528 0.576 -3.873895 1 1 1 +v 4.810647 0.576 -4.120409 1 1 1 +v 3.873896 0.2 -4.465528 1 1 1 +v 4.12041 0.2 -4.810646 1 1 1 +v 4.12041 0.2 -4.120409 1 1 1 +v 4.465528 0.2 -3.873895 1 1 1 +v 4.810647 0.2 -4.120409 1 1 1 +v 5.05716 0.2 -4.465528 1 1 1 +v 4.810647 0.2 -4.810646 1 1 1 +v 4.465528 0.2 -5.057159 1 1 1 +v 4.232891 0.576 -4.232889 1 1 1 +v 4.06672 0.576 -4.465528 1 1 1 +v 4.174731 2.757286 -4.17473 1 1 1 +v 3.967018 2.757286 -4.465528 1 1 1 +v 4.756326 2.757286 -4.17473 1 1 1 +v 4.964039 2.757286 -4.465528 1 1 1 +v 4.698167 0.576 -4.23289 1 1 1 +v 4.864337 0.576 -4.465528 1 1 1 +v 4.465528 0.576 -4.066719 1 1 1 +v 4.465528 2.757286 -3.967017 1 1 1 +v 4.23289 0.576 -4.698165 1 1 1 +v 4.465528 0.576 -4.864336 1 1 1 +v 4.174731 2.757286 -4.756325 1 1 1 +v 4.465528 2.757286 -4.964038 1 1 1 +v 4.698166 0.576 -4.698166 1 1 1 +v 4.756326 2.757286 -4.756325 1 1 1 + +vn 0 1 0 +vn 0 -1 0 +vn -1.192093E-07 0 -1 +vn 1.192093E-07 0 1 +vn 1 0 -1.192093E-07 +vn -1 0 1.192093E-07 +vn -0.5 0 0.8660256 +vn -0.258819 0 0.965926 +vn 0.258819 0 -0.965926 +vn 0.5 0 -0.8660256 +vn -0.8660255 0 0.5000002 +vn 0.8660255 0 -0.5000002 +vn -0.9659259 0 0.2588192 +vn 0.9659259 0 -0.2588192 +vn 0.2132007 0.904534 0.3692745 +vn -0.3692745 0.904534 0.2132007 +vn 0.1578553 0.9488556 0.2734133 +vn -0.2734133 0.9488556 0.1578553 +vn -0.1578553 -0.9488556 -0.2734133 +vn 0.3692745 -0.904534 -0.2132007 +vn -0.2132007 -0.904534 -0.3692745 +vn 0.2734133 -0.9488556 -0.1578553 +vn 0.5475281 0.7994348 0.2472184 +vn -0.2472184 0.7994348 0.5475281 +vn 0.2472184 0.7994348 -0.5475281 +vn -0.5475281 0.7994348 -0.2472184 +vn -0.2472184 -0.7994348 0.5475281 +vn 0.2472184 -0.7994348 -0.5475281 +vn -0.5475281 -0.7994348 -0.2472184 +vn 0.5475281 -0.7994348 0.2472184 +vn 0.2734133 0.9488556 -0.1578553 +vn -0.1578553 0.9488556 -0.2734133 +vn 0.1578553 -0.9488556 0.2734133 +vn -0.2734133 -0.9488556 0.1578553 +vn -0.7071068 0.5773503 -0.4082483 +vn -0.5202672 0.7994348 -0.3003764 +vn -0.4082483 0.5773503 0.7071068 +vn -0.3003764 0.7994348 0.5202672 +vn 0.4082483 -0.5773503 -0.7071068 +vn 0.5202672 -0.7994348 0.3003764 +vn 0.7071068 -0.5773503 0.4082483 +vn 0.3003764 -0.7994348 -0.5202672 +vn 0.5202672 0.7994348 0.3003764 +vn 0.3003764 0.7994348 -0.5202672 +vn -0.3003764 -0.7994348 0.5202672 +vn -0.5202672 -0.7994348 -0.3003764 +vn 0.7071068 0.5773503 0.4082483 +vn -0.7071068 -0.5773503 -0.4082483 +vn 0.3692745 0.904534 -0.2132007 +vn -0.3692745 -0.904534 0.2132007 +vn -0.2132007 0.904534 -0.3692745 +vn 0.2132007 -0.904534 0.3692745 +vn 0.3676609 0.90541 0.2122691 +vn -0.2122691 0.90541 0.3676609 +vn 0.2122691 0.90541 -0.3676609 +vn -0.3676609 0.90541 -0.2122691 +vn -0.2122691 -0.90541 0.3676609 +vn 0.2122691 -0.90541 -0.3676609 +vn -0.3676609 -0.90541 -0.2122691 +vn 0.3676609 -0.90541 0.2122691 +vn -0.2886751 0.8164966 0.5 +vn -0.5 0.8164966 -0.2886751 +vn 0.2886751 -0.8164966 -0.5 +vn 0.5 -0.8164966 0.2886751 +vn 0.5 0.8164966 0.2886751 +vn 0.2886751 0.8164966 -0.5 +vn -0.2886751 -0.8164966 0.5 +vn -0.5 -0.8164966 -0.2886751 +vn -0.7441577 0.5773503 -0.3360001 +vn -0.3360001 0.5773503 0.7441577 +vn 0.3360001 -0.5773503 -0.7441577 +vn 0.7441577 -0.5773503 0.3360001 +vn 0.3360001 0.5773503 -0.7441577 +vn -0.3360001 -0.5773503 0.7441577 +vn 0.7441577 0.5773503 0.3360001 +vn -0.7441577 -0.5773503 -0.3360001 +vn 0.4082483 0.5773503 -0.7071068 +vn -0.4082483 -0.5773503 0.7071068 +vn 0.4247964 0.7994348 -0.4247964 +vn 0.4247964 0.7994348 0.4247964 +vn -0.4247964 0.7994348 -0.4247964 +vn -0.4247964 0.7994348 0.4247964 +vn 0.4247964 -0.7994348 0.4247964 +vn -0.4247964 -0.7994348 -0.4247964 +vn -0.4247964 -0.7994348 0.4247964 +vn 0.4247964 -0.7994348 -0.4247964 +vn 0.5773503 0.5773503 -0.5773503 +vn 0.5773503 0.5773503 0.5773503 +vn -0.5773503 -0.5773503 -0.5773503 +vn -0.5773503 -0.5773503 0.5773503 +vn -0.5773503 0.5773503 -0.5773503 +vn 0.5773503 -0.5773503 0.5773503 +vn -0.5773503 0.5773503 0.5773503 +vn 0.5773503 -0.5773503 -0.5773503 +vn -0.6666667 0.3333333 -0.6666667 +vn -0.5033765 0.7022992 -0.5033765 +vn -0.6666667 0.3333333 0.6666667 +vn -0.5033765 0.7022992 0.5033765 +vn 0.6666667 -0.3333333 -0.6666667 +vn 0.5033765 -0.7022992 0.5033765 +vn 0.6666667 -0.3333333 0.6666667 +vn 0.5033765 -0.7022992 -0.5033765 +vn 0.5033765 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 0.5033765 +vn -0.5033765 -0.7022992 -0.5033765 +vn -0.5033765 -0.7022992 0.5033765 +vn 0.6666667 0.3333333 -0.6666667 +vn -0.6666667 -0.3333333 0.6666667 +vn 0.6666667 0.3333333 0.6666667 +vn -0.6666667 -0.3333333 -0.6666667 +vn 0.5202672 0.7994348 -0.3003764 +vn 0.3003764 0.7994348 0.5202672 +vn -0.3003764 0.7994348 -0.5202672 +vn -0.5202672 0.7994348 0.3003764 +vn 0.3003764 -0.7994348 0.5202672 +vn -0.3003764 -0.7994348 -0.5202672 +vn -0.5202672 -0.7994348 0.3003764 +vn 0.5202672 -0.7994348 -0.3003764 +vn 0.7071068 0.5773503 -0.4082483 +vn 0.4082483 0.5773503 0.7071068 +vn -0.4082483 -0.5773503 -0.7071068 +vn -0.7071068 -0.5773503 0.4082483 +vn -0.7071068 0.5773503 0.4082483 +vn 0.7071068 -0.5773503 -0.4082483 +vn -0.4082483 0.5773503 -0.7071068 +vn 0.4082483 -0.5773503 0.7071068 +vn -1.192093E-07 0 1 +vn 1.192093E-07 0 -1 +vn -1 0 -1.192093E-07 +vn 1 0 1.192093E-07 +vn 0.5000002 0 -0.8660255 +vn 0.2588192 0 -0.9659259 +vn -0.2588192 0 0.9659259 +vn -0.5000002 0 0.8660255 +vn 0.8660256 0 -0.5 +vn -0.8660256 0 0.5 +vn 0.965926 0 -0.2588189 +vn -0.965926 0 0.2588189 +vn -1 0 1.167677E-13 +vn 1 0 -1.167677E-13 +vn -1.167677E-13 0 -1 +vn 1.167677E-13 0 1 +vn 0.8660254 0 0.5 +vn 0.9659258 0 0.258819 +vn -0.9659258 0 -0.258819 +vn -0.8660254 0 -0.5 +vn 0.5 0 0.8660254 +vn -0.5 0 -0.8660254 +vn 0.258819 0 0.9659258 +vn -0.258819 0 -0.9659258 +vn 1 0 0 +vn -1 0 0 +vn 0 0 1 +vn 0 0 -1 +vn 0.4245382 0.9054101 0 +vn 0 0.9054101 0.4245382 +vn 0 0.9054101 -0.4245382 +vn -0.4245382 0.9054101 0 +vn 0 -0.9054101 0.4245382 +vn 0 -0.9054101 -0.4245382 +vn -0.4245382 -0.9054101 0 +vn 0.4245382 -0.9054101 0 +vn 0 0.8164966 -0.5773503 +vn -0.5773503 0.8164966 0 +vn 0 -0.8164966 0.5773503 +vn 0.5773503 -0.8164966 0 +vn 0.5773503 0.8164966 0 +vn -0.5773503 -0.8164966 0 +vn 0 0.8164966 0.5773503 +vn 0 -0.8164966 -0.5773503 +vn -0.09950371 0 -0.9950371 +vn 0.09950371 0 0.9950371 +vn 0.09950371 0 -0.9950371 +vn -0.09950371 0 0.9950371 +vn -0.4082482 0.5773503 0.7071069 +vn -0.3003764 0.7994348 0.5202673 +vn 0.7071069 0.5773503 0.4082482 +vn 0.5202673 0.7994348 0.3003764 +vn -0.7071069 -0.5773503 -0.4082482 +vn 0.3003764 -0.7994348 -0.5202673 +vn 0.4082482 -0.5773503 -0.7071069 +vn -0.5202673 -0.7994348 -0.3003764 +vn 0.4082482 0.5773503 -0.7071069 +vn 0.3003764 0.7994348 -0.5202673 +vn -0.3003764 -0.7994348 0.5202673 +vn -0.4082482 -0.5773503 0.7071069 +vn 0.7071068 0.5773503 -0.4082484 +vn 0.4082484 0.5773503 0.7071068 +vn 0.5202672 0.7994348 -0.3003765 +vn 0.3003765 0.7994348 0.5202672 +vn -0.5202672 -0.7994348 0.3003765 +vn -0.4082484 -0.5773503 -0.7071068 +vn -0.7071068 -0.5773503 0.4082484 +vn -0.3003765 -0.7994348 -0.5202672 +vn -0.7071068 0.5773503 0.4082484 +vn -0.5202672 0.7994348 0.3003765 +vn 0.5202672 -0.7994348 -0.3003765 +vn 0.7071068 -0.5773503 -0.4082484 +vn -0.6666667 0.3333333 0.6666668 +vn -0.5033765 0.7022992 0.5033766 +vn 0.6666668 0.3333333 0.6666667 +vn 0.5033766 0.7022992 0.5033765 +vn -0.6666668 -0.3333333 -0.6666667 +vn 0.5033765 -0.7022992 -0.5033766 +vn 0.6666667 -0.3333333 -0.6666668 +vn -0.5033766 -0.7022992 -0.5033765 +vn -0.5033766 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 -0.5033766 +vn -0.5033765 -0.7022992 0.5033766 +vn 0.5033766 -0.7022992 0.5033765 +vn 0.6666667 0.3333333 -0.6666668 +vn -0.6666667 -0.3333333 0.6666668 +vn -0.6666668 0.3333333 -0.6666667 +vn 0.6666668 -0.3333333 0.6666667 +vn -0.4082484 0.5773503 -0.7071068 +vn -0.3003765 0.7994348 -0.5202672 +vn 0.3003765 -0.7994348 0.5202672 +vn 0.4082484 -0.5773503 0.7071068 +vn -0.7071069 0.5773503 -0.4082482 +vn -0.5202673 0.7994348 -0.3003764 +vn 0.7071069 -0.5773503 0.4082482 +vn 0.5202673 -0.7994348 0.3003764 +vn -5.06089E-08 0.9054101 -0.4245383 +vn 0.4245383 0.9054101 -5.06089E-08 +vn -0.4245383 0.9054101 5.06089E-08 +vn 5.06089E-08 0.9054101 0.4245383 +vn 0.4245383 -0.9054101 -5.06089E-08 +vn -0.4245383 -0.9054101 5.06089E-08 +vn 5.06089E-08 -0.9054101 0.4245383 +vn -5.06089E-08 -0.9054101 -0.4245383 +vn -0.5773503 0.8164966 6.882551E-08 +vn 6.882551E-08 0.8164966 0.5773503 +vn 0.5773503 -0.8164966 -6.882551E-08 +vn -6.882551E-08 -0.8164966 -0.5773503 +vn -0.5000001 0.8164966 -0.2886751 +vn -0.3676609 0.90541 -0.2122691 +vn -0.2886751 0.8164966 0.5000001 +vn -0.2122691 0.90541 0.3676609 +vn 0.2886751 -0.8164966 -0.5000001 +vn 0.3676609 -0.90541 0.2122691 +vn 0.5000001 -0.8164966 0.2886751 +vn 0.2122691 -0.90541 -0.3676609 +vn -6.882551E-08 0.8164966 -0.5773503 +vn 6.882551E-08 -0.8164966 0.5773503 +vn 0.5773503 0.8164966 -6.882551E-08 +vn -0.5773503 -0.8164966 6.882551E-08 +vn 0.2886751 0.8164966 -0.5000001 +vn 0.5000001 0.8164966 0.2886751 +vn 0.2122691 0.90541 -0.3676609 +vn 0.3676609 0.90541 0.2122691 +vn -0.2122691 -0.90541 0.3676609 +vn -0.5000001 -0.8164966 -0.2886751 +vn -0.2886751 -0.8164966 0.5000001 +vn -0.3676609 -0.90541 -0.2122691 +vn -0.9950373 0 0.09950384 +vn 0.9950373 0 -0.09950384 +vn -0.9950373 0 -0.09950361 +vn 0.9950373 0 0.09950361 +vn -0.4245382 0.9054101 -9.974565E-15 +vn 9.974565E-15 0.9054101 -0.4245382 +vn -9.974565E-15 0.9054101 0.4245382 +vn 0.4245382 0.9054101 9.974565E-15 +vn 9.974565E-15 -0.9054101 -0.4245382 +vn -9.974565E-15 -0.9054101 0.4245382 +vn 0.4245382 -0.9054101 9.974565E-15 +vn -0.4245382 -0.9054101 -9.974565E-15 +vn -1.35649E-14 0.8164966 0.5773503 +vn 0.5773503 0.8164966 1.35649E-14 +vn 1.35649E-14 -0.8164966 -0.5773503 +vn -0.5773503 -0.8164966 -1.35649E-14 +vn -0.5773503 0.8164966 -1.35649E-14 +vn 0.5773503 -0.8164966 1.35649E-14 +vn 1.35649E-14 0.8164966 -0.5773503 +vn -1.35649E-14 -0.8164966 0.5773503 +vn -2.349509E-14 0 1 +vn 2.349509E-14 0 -1 +vn -1 0 -2.349509E-14 +vn 1 0 2.349509E-14 +vn 0.4082484 0.5773503 -0.7071068 +vn 0.3003765 0.7994348 -0.5202672 +vn -0.7071068 0.5773503 -0.4082484 +vn -0.5202672 0.7994348 -0.3003765 +vn 0.7071068 -0.5773503 0.4082484 +vn -0.3003765 -0.7994348 0.5202672 +vn -0.4082484 -0.5773503 0.7071068 +vn 0.5202672 -0.7994348 0.3003765 +vn -0.4082484 0.5773503 0.7071068 +vn -0.3003765 0.7994348 0.5202672 +vn 0.3003765 -0.7994348 -0.5202672 +vn 0.4082484 -0.5773503 -0.7071068 +vn -0.7071069 0.5773503 0.4082482 +vn -0.4082482 0.5773503 -0.7071069 +vn -0.5202673 0.7994348 0.3003764 +vn -0.3003764 0.7994348 -0.5202673 +vn 0.5202673 -0.7994348 -0.3003764 +vn 0.4082482 -0.5773503 0.7071069 +vn 0.7071069 -0.5773503 -0.4082482 +vn 0.3003764 -0.7994348 0.5202673 +vn 0.7071069 0.5773503 -0.4082482 +vn 0.5202673 0.7994348 -0.3003764 +vn -0.5202673 -0.7994348 0.3003764 +vn -0.7071069 -0.5773503 0.4082482 +vn 0.6666668 0.3333333 -0.6666667 +vn 0.5033766 0.7022992 -0.5033765 +vn -0.6666667 0.3333333 -0.6666668 +vn -0.5033765 0.7022992 -0.5033766 +vn 0.6666667 -0.3333333 0.6666668 +vn -0.5033766 -0.7022992 0.5033765 +vn -0.6666668 -0.3333333 0.6666667 +vn 0.5033765 -0.7022992 0.5033766 +vn 0.5033765 0.7022992 0.5033766 +vn -0.5033766 0.7022992 0.5033765 +vn 0.5033766 -0.7022992 -0.5033765 +vn -0.5033765 -0.7022992 -0.5033766 +vn -0.6666668 0.3333333 0.6666667 +vn 0.6666668 -0.3333333 -0.6666667 +vn 0.6666667 0.3333333 0.6666668 +vn -0.6666667 -0.3333333 -0.6666668 +vn 0.4082482 0.5773503 0.7071069 +vn 0.3003764 0.7994348 0.5202673 +vn -0.3003764 -0.7994348 -0.5202673 +vn -0.4082482 -0.5773503 -0.7071069 +vn 0.7071068 0.5773503 0.4082484 +vn 0.5202672 0.7994348 0.3003765 +vn -0.7071068 -0.5773503 -0.4082484 +vn -0.5202672 -0.7994348 -0.3003765 +vn -5.06089E-08 0.9054101 0.4245383 +vn -0.4245383 0.9054101 -5.06089E-08 +vn 0.4245383 0.9054101 5.06089E-08 +vn 5.06089E-08 0.9054101 -0.4245383 +vn -0.4245383 -0.9054101 -5.06089E-08 +vn 0.4245383 -0.9054101 5.06089E-08 +vn 5.06089E-08 -0.9054101 -0.4245383 +vn -5.06089E-08 -0.9054101 0.4245383 +vn 0.5773503 0.8164966 6.882551E-08 +vn 6.882551E-08 0.8164966 -0.5773503 +vn -0.5773503 -0.8164966 -6.882551E-08 +vn -6.882551E-08 -0.8164966 0.5773503 +vn 0.5 0.8164966 0.2886752 +vn 0.3676609 0.90541 0.2122692 +vn 0.2886752 0.8164966 -0.5 +vn 0.2122692 0.90541 -0.3676609 +vn -0.2886752 -0.8164966 0.5 +vn -0.3676609 -0.90541 -0.2122692 +vn -0.5 -0.8164966 -0.2886752 +vn -0.2122692 -0.90541 0.3676609 +vn -6.882551E-08 0.8164966 0.5773503 +vn 6.882551E-08 -0.8164966 -0.5773503 +vn -0.5773503 0.8164966 -6.882551E-08 +vn 0.5773503 -0.8164966 6.882551E-08 +vn -0.2886752 0.8164966 0.5 +vn -0.5 0.8164966 -0.2886752 +vn -0.2122692 0.90541 0.3676609 +vn -0.3676609 0.90541 -0.2122692 +vn 0.2122692 -0.90541 -0.3676609 +vn 0.5 -0.8164966 0.2886752 +vn 0.2886752 -0.8164966 -0.5 +vn 0.3676609 -0.90541 0.2122692 +vn 0.9950373 0 -0.09950361 +vn -0.9950373 0 0.09950361 +vn 0.9950373 0 0.09950384 +vn -0.9950373 0 -0.09950384 +vn 0.1950905 0 -0.9807854 +vn 0.3826836 0 -0.9238796 +vn -0.3826836 0 0.9238796 +vn -0.1950905 0 0.9807854 +vn 0.7071069 0 -0.7071068 +vn -0.7071069 0 0.7071068 +vn 0.9238797 0 -0.3826834 +vn -0.9238797 0 0.3826834 +vn 0.9807854 0 -0.1950902 +vn -0.9807854 0 0.1950902 +vn -0.9807854 0 0.1950902 +vn 0.9807854 0 -0.1950902 +vn -0.1950902 0 0.9807854 +vn -0.3826834 0 0.9238797 +vn 0.3826834 0 -0.9238797 +vn 0.1950902 0 -0.9807854 +vn -0.7071068 0 0.7071069 +vn 0.7071068 0 -0.7071069 +vn -0.9238796 0 0.3826836 +vn 0.9238796 0 -0.3826836 +vn -0.9807854 0 0.1950905 +vn 0.9807854 0 -0.1950905 +vn 0.9807854 0 -0.1950905 +vn -0.9807854 0 0.1950905 +vn -0.8660255 0 0.5000001 +vn 0.8660255 0 -0.5000001 +vn 0.8660256 0 -0.4999999 +vn -0.8660256 0 0.4999999 +vn 0.5 0 0.8660254 +vn -0.5 0 -0.8660254 +vn -0.09950373 0 -0.9950371 +vn 0.09950373 0 0.9950371 +vn 0.0995037 0 -0.9950371 +vn -0.0995037 0 0.9950371 +vn -0.3807842 -0.9238796 0.03807854 +vn 0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 0.9238796 -0.03807854 +vn -0.3807842 0.9238796 0.03807832 +vn 0.9192945 -0.3826835 -0.09192941 +vn 0.9192945 0.3826835 -0.0919295 +vn -0.9192945 -0.3826835 0.0919295 +vn -0.9192945 0.3826835 0.09192941 +vn -0.09950373 -1.192093E-07 -0.9950373 +vn 0.09950373 1.192093E-07 0.9950373 +vn -0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 -0.9238796 0.03807854 +vn 0.3807842 0.9238796 0.03807832 +vn -0.3807842 0.9238796 -0.03807854 +vn 0.9192945 -0.3826835 0.0919295 +vn 0.9192945 0.3826835 0.09192941 +vn -0.9192945 -0.3826835 -0.09192941 +vn -0.9192945 0.3826835 -0.0919295 +vn 0.09950373 -1.192093E-07 -0.9950373 +vn -0.09950373 1.192093E-07 0.9950373 +vn -0.9950373 0 0.09950386 +vn 0.9950373 0 -0.09950386 +vn -0.9950373 0 -0.0995036 +vn 0.9950373 0 0.0995036 +vn 0.03807859 -0.9238796 0.3807843 +vn -0.03807837 -0.9238796 -0.3807843 +vn -0.03807859 0.9238796 -0.3807843 +vn 0.03807837 0.9238796 0.3807843 +vn -0.09192953 -0.3826835 -0.9192946 +vn -0.09192962 0.3826835 -0.9192946 +vn 0.09192962 -0.3826835 0.9192946 +vn 0.09192953 0.3826835 0.9192946 +vn -0.9950374 -1.192093E-07 0.09950386 +vn 0.9950374 1.192093E-07 -0.09950386 +vn -0.03807827 -0.9238796 0.3807843 +vn 0.0380785 -0.9238796 -0.3807843 +vn 0.03807827 0.9238796 -0.3807843 +vn -0.0380785 0.9238796 0.3807843 +vn 0.0919294 -0.3826835 -0.9192946 +vn 0.09192931 0.3826835 -0.9192946 +vn -0.09192931 -0.3826835 0.9192946 +vn -0.0919294 0.3826835 0.9192946 +vn -0.9950374 -1.192093E-07 -0.09950362 +vn 0.9950374 1.192093E-07 0.09950362 +vn 0.3807842 -0.9238796 -0.03807854 +vn -0.3807842 -0.9238796 0.03807832 +vn -0.3807842 0.9238796 0.03807854 +vn 0.3807842 0.9238796 -0.03807832 +vn -0.9192945 -0.3826835 0.09192941 +vn -0.9192945 0.3826835 0.0919295 +vn 0.9192945 -0.3826835 -0.0919295 +vn 0.9192945 0.3826835 -0.09192941 +vn 0.09950373 -1.192093E-07 0.9950373 +vn -0.09950373 1.192093E-07 -0.9950373 +vn 0.3807842 -0.9238796 0.03807832 +vn -0.3807842 -0.9238796 -0.03807854 +vn -0.3807842 0.9238796 -0.03807832 +vn 0.3807842 0.9238796 0.03807854 +vn -0.9192945 -0.3826835 -0.0919295 +vn -0.9192945 0.3826835 -0.09192941 +vn 0.9192945 -0.3826835 0.09192941 +vn 0.9192945 0.3826835 0.0919295 +vn -0.09950373 -1.192093E-07 0.9950373 +vn 0.09950373 1.192093E-07 -0.9950373 +vn 0.9950373 0 -0.09950362 +vn -0.9950373 0 0.09950362 +vn 0.9950373 0 0.09950384 +vn -0.9950373 0 -0.09950384 +vn -0.0380785 -0.9238796 -0.3807843 +vn 0.03807827 -0.9238796 0.3807843 +vn 0.0380785 0.9238796 0.3807843 +vn -0.03807827 0.9238796 -0.3807843 +vn 0.09192931 -0.3826835 0.9192946 +vn 0.0919294 0.3826835 0.9192946 +vn -0.0919294 -0.3826835 -0.9192946 +vn -0.09192931 0.3826835 -0.9192946 +vn 0.9950374 -1.192093E-07 -0.09950362 +vn -0.9950374 1.192093E-07 0.09950362 +vn 0.03807837 -0.9238796 -0.3807843 +vn -0.03807859 -0.9238796 0.3807843 +vn -0.03807837 0.9238796 0.3807843 +vn 0.03807859 0.9238796 -0.3807843 +vn -0.09192962 -0.3826835 0.9192946 +vn -0.09192953 0.3826835 0.9192946 +vn 0.09192953 -0.3826835 -0.9192946 +vn 0.09192962 0.3826835 -0.9192946 +vn 0.9950374 -1.192093E-07 0.09950386 +vn -0.9950374 1.192093E-07 -0.09950386 +vn 0.9374504 0 0.3481188 +vn 0.8012154 0 0.598376 +vn -0.8012154 0 -0.598376 +vn -0.9374504 0 -0.3481188 +vn 0.2601589 0 -0.9655658 +vn 0.7071068 0 -0.7071068 +vn -0.2601589 0 0.9655658 +vn -0.7071068 0 0.7071068 +vn 0.9655658 0 -0.2601589 +vn -0.9655658 0 0.2601589 +vn -0.3481188 0 -0.9374504 +vn -0.598376 0 -0.8012154 +vn 0.598376 0 0.8012154 +vn 0.3481188 0 0.9374504 +vn -0.2126075 -0.9238795 -0.3181897 +vn 0.2126075 -0.9238795 0.3181897 +vn 0.2126075 0.9238795 0.3181897 +vn -0.2126075 0.9238795 -0.3181897 +vn 0.5132799 -0.3826834 0.7681779 +vn 0.5132799 0.3826834 0.7681779 +vn -0.5132799 -0.3826834 -0.7681779 +vn -0.5132799 0.3826834 -0.7681779 +vn 0.8314697 0 -0.5555702 +vn -0.8314697 0 0.5555702 +vn -0.07465779 -0.9238795 -0.3753303 +vn 0.07465779 -0.9238795 0.3753303 +vn 0.07465779 0.9238795 0.3753303 +vn -0.07465779 0.9238795 -0.3753303 +vn 0.1802399 -0.3826834 0.9061275 +vn 0.1802399 0.3826834 0.9061275 +vn -0.1802399 -0.3826834 -0.9061275 +vn -0.1802399 0.3826834 -0.9061275 +vn -0.3753303 -0.9238795 -0.07465785 +vn 0.3753303 -0.9238795 0.07465785 +vn 0.3753303 0.9238795 0.07465785 +vn -0.3753303 0.9238795 -0.07465785 +vn 0.9061275 -0.3826834 0.18024 +vn 0.9061275 0.3826834 0.18024 +vn -0.9061275 -0.3826834 -0.18024 +vn -0.9061275 0.3826834 -0.18024 +vn 0.1950904 0 -0.9807854 +vn -0.1950904 0 0.9807854 +vn -0.9374505 0 -0.3481186 +vn -0.8012155 0 -0.5983759 +vn 0.8012155 0 0.5983759 +vn 0.9374505 0 0.3481186 +vn -0.2601586 0 0.9655659 +vn -0.7071066 0 0.7071069 +vn 0.2601586 0 -0.9655659 +vn 0.7071066 0 -0.7071069 +vn -0.9655658 0 0.2601591 +vn 0.9655658 0 -0.2601591 +vn 0.3481191 0 0.9374504 +vn 0.5983763 0 0.8012152 +vn -0.5983763 0 -0.8012152 +vn -0.3481191 0 -0.9374504 +vn 0.2126076 -0.9238795 0.3181897 +vn -0.2126076 -0.9238795 -0.3181897 +vn -0.2126076 0.9238795 -0.3181897 +vn 0.2126076 0.9238795 0.3181897 +vn -0.5132802 -0.3826834 -0.7681777 +vn -0.5132802 0.3826834 -0.7681777 +vn 0.5132802 -0.3826834 0.7681777 +vn 0.5132802 0.3826834 0.7681777 +vn -0.8314696 0 0.5555704 +vn 0.8314696 0 -0.5555704 +vn 0.07465789 -0.9238795 0.3753303 +vn -0.07465789 -0.9238795 -0.3753303 +vn -0.07465789 0.9238795 -0.3753303 +vn 0.07465789 0.9238795 0.3753303 +vn -0.1802401 -0.3826834 -0.9061275 +vn -0.1802401 0.3826834 -0.9061275 +vn 0.1802401 -0.3826834 0.9061275 +vn 0.1802401 0.3826834 0.9061275 +vn 0.3753303 -0.9238795 0.07465776 +vn -0.3753303 -0.9238795 -0.07465776 +vn -0.3753303 0.9238795 -0.07465776 +vn 0.3753303 0.9238795 0.07465776 +vn -0.9061275 -0.3826834 -0.1802398 +vn -0.9061275 0.3826834 -0.1802398 +vn 0.9061275 -0.3826834 0.1802398 +vn 0.9061275 0.3826834 0.1802398 +vn -0.1950902 0 0.9807854 +vn 0.1950902 0 -0.9807854 +vn 0 -0.9999999 0 +vn 0 0.9999999 0 +vn 0.8137335 0 0.5812384 +vn 0.7071067 0 0.7071069 +vn -0.7071067 0 -0.7071069 +vn -0.8137335 0 -0.5812384 +vn 0.7071069 0 -0.7071067 +vn 0.8137337 0 -0.5812382 +vn -0.7071069 0 0.7071067 +vn -0.8137337 0 0.5812382 +vn 0.5812384 0 -0.8137335 +vn -0.5812384 0 0.8137335 +vn -0.5812382 0 -0.8137337 +vn 0.5812382 0 0.8137337 +vn 0.7066047 -0.03768034 -0.7066047 +vn 0.8131713 -0.03716837 -0.5808367 +vn -0.7066047 0.03768034 0.7066047 +vn -0.8131713 0.03716837 0.5808367 +vn -0.7066047 -0.03768034 -0.7066047 +vn -0.8131713 -0.03716837 -0.5808367 +vn 0.7066047 0.03768034 0.7066047 +vn 0.8131713 0.03716837 0.5808367 +vn 0.5808367 -0.03716837 -0.8131713 +vn -0.5808367 0.03716837 0.8131713 +vn 0.7066047 -0.03768034 0.7066047 +vn 0.5808367 -0.03716837 0.8131713 +vn -0.7066047 0.03768034 -0.7066047 +vn -0.5808367 0.03716837 -0.8131713 +vn 0.8131713 -0.03716837 0.5808367 +vn -0.8131713 0.03716837 -0.5808367 +vn -0.7066047 -0.03768034 0.7066047 +vn -0.8131713 -0.03716837 0.5808367 +vn 0.7066047 0.03768034 -0.7066047 +vn 0.8131713 0.03716837 -0.5808367 +vn -0.5808367 -0.03716837 0.8131713 +vn 0.5808367 0.03716837 -0.8131713 +vn -0.5808367 -0.03716837 -0.8131713 +vn 0.5808367 0.03716837 0.8131713 +vn -0.8137336 0 -0.5812382 +vn -0.7071069 0 -0.7071068 +vn 0.7071069 0 0.7071068 +vn 0.8137336 0 0.5812382 +vn -0.8137335 0 0.5812383 +vn 0.8137335 0 -0.5812383 +vn -0.5812382 0 0.8137336 +vn 0.5812382 0 -0.8137336 +vn 0.5812383 0 0.8137335 +vn -0.5812383 0 -0.8137335 +vn -0.7066045 -0.03768034 0.7066048 +vn -0.8131711 -0.03716837 0.5808367 +vn 0.7066045 0.03768034 -0.7066048 +vn 0.8131711 0.03716837 -0.5808367 +vn 0.7066048 -0.03768034 0.7066045 +vn 0.8131713 -0.03716837 0.5808365 +vn -0.7066048 0.03768034 -0.7066045 +vn -0.8131713 0.03716837 -0.5808365 +vn -0.5808365 -0.03716837 0.8131713 +vn 0.5808365 0.03716837 -0.8131713 +vn -0.7066048 -0.03768034 -0.7066045 +vn -0.5808367 -0.03716837 -0.8131711 +vn 0.7066048 0.03768034 0.7066045 +vn 0.5808367 0.03716837 0.8131711 +vn -0.8131713 -0.03716837 -0.5808365 +vn 0.8131713 0.03716837 0.5808365 +vn 0.7066045 -0.03768034 -0.7066048 +vn 0.8131711 -0.03716837 -0.5808367 +vn -0.7066045 0.03768034 0.7066048 +vn -0.8131711 0.03716837 0.5808367 +vn 0.5808365 -0.03716837 -0.8131713 +vn -0.5808365 0.03716837 0.8131713 +vn 0.5808367 -0.03716837 0.8131711 +vn -0.5808367 0.03716837 -0.8131711 + +vt 0.09375 0.225 +vt 0.09375 0.025 +vt 0.09375 0.065 +vt 0.09375 0.105 +vt 0.09375 0.045 +vt 0.34375 0.225 +vt 0.34375 0.025 +vt 0.34375 0.105 +vt 0.34375 0.1623098 +vt 0.34375 0.1813574 +vt 0.34375 0.1575478 +vt 0.34375 0.1861193 +vt 0.34375 0.09963536 +vt 0.34375 0.118683 +vt 0.34375 0.1234449 +vt 0.34375 0.09487346 +vt 0.34375 0.0902646 +vt 0.34375 0.08550269 +vt 0.34375 0.06645507 +vt 0.34375 0.06169317 +vt 0.34375 0.075 +vt 0.34375 0.175 +vt 0.21875 0.145 +vt 0.21875 0.185 +vt 0.21875 0.225 +vt 0.21875 0.165 +vt 0.21875 0.175 +vt 0.21875 0.075 + +usemtl colormap + +f 3/1/1 2/1/1 1/1/1 +f 2/1/1 3/1/1 4/1/1 +f 4/1/1 3/1/1 5/1/1 +f 1/1/2 2/1/2 3/1/2 +f 4/1/2 3/1/2 2/1/2 +f 5/1/2 3/1/2 4/1/2 +f 2/1/3 6/2/3 1/1/3 +f 6/2/3 2/1/3 7/2/3 +f 1/1/4 6/2/4 2/1/4 +f 7/2/4 2/1/4 6/2/4 +f 2/1/5 8/2/5 7/2/5 +f 8/2/5 2/1/5 4/1/5 +f 7/2/6 8/2/6 2/1/6 +f 4/1/6 2/1/6 8/2/6 +f 8/2/8 5/1/7 9/2/7 +f 5/1/7 8/2/8 4/1/8 +f 9/2/10 5/1/10 8/2/9 +f 4/1/9 8/2/9 5/1/10 +f 9/2/7 3/1/11 10/2/11 +f 3/1/11 9/2/7 5/1/7 +f 10/2/12 3/1/12 9/2/10 +f 5/1/10 9/2/10 3/1/12 +f 10/2/11 1/1/13 6/2/13 +f 1/1/13 10/2/11 3/1/11 +f 6/2/14 1/1/14 10/2/12 +f 3/1/12 10/2/12 1/1/14 +f 13/3/17 12/2/16 11/2/15 +f 12/2/16 13/3/17 14/3/18 +f 11/2/21 12/2/20 13/3/19 +f 14/3/22 13/3/19 12/2/20 +f 17/3/25 16/3/24 15/3/23 +f 16/3/24 17/3/25 18/3/26 +f 15/3/29 16/3/28 17/3/27 +f 18/3/30 17/3/27 16/3/28 +f 20/3/32 13/3/17 19/3/31 +f 13/3/17 20/3/32 14/3/18 +f 19/3/34 13/3/19 20/3/33 +f 14/3/22 20/3/33 13/3/19 +f 23/2/37 22/4/36 21/2/35 +f 22/4/36 23/2/37 24/4/38 +f 21/2/41 22/4/40 23/2/39 +f 24/4/42 23/2/39 22/4/40 +f 26/4/44 24/4/38 25/4/43 +f 24/4/38 26/4/44 22/4/36 +f 25/4/46 24/4/42 26/4/45 +f 22/4/40 26/4/45 24/4/42 +f 25/4/43 23/2/37 27/2/47 +f 23/2/37 25/4/43 24/4/38 +f 27/2/48 23/2/39 25/4/46 +f 24/4/42 25/4/46 23/2/39 +f 19/3/31 11/2/15 28/2/49 +f 11/2/15 19/3/31 13/3/17 +f 28/2/50 11/2/21 19/3/34 +f 13/3/19 19/3/34 11/2/21 +f 29/2/51 14/3/18 20/3/32 +f 14/3/18 29/2/51 12/2/16 +f 20/3/33 14/3/22 29/2/52 +f 12/2/20 29/2/52 14/3/22 +f 32/5/55 31/5/54 30/5/53 +f 31/5/54 32/5/55 33/5/56 +f 30/5/59 31/5/58 32/5/57 +f 33/5/60 32/5/57 31/5/58 +f 33/5/56 34/2/61 31/5/54 +f 34/2/61 33/5/56 35/2/62 +f 31/5/58 34/2/63 33/5/60 +f 35/2/64 33/5/60 34/2/63 +f 37/2/66 30/5/53 36/2/65 +f 30/5/53 37/2/66 32/5/55 +f 36/2/68 30/5/59 37/2/67 +f 32/5/57 37/2/67 30/5/59 +f 35/2/62 32/5/55 37/2/66 +f 32/5/55 35/2/62 33/5/56 +f 37/2/67 32/5/57 35/2/64 +f 33/5/60 35/2/64 32/5/57 +f 39/2/70 18/3/26 38/2/69 +f 18/3/26 39/2/70 16/3/24 +f 38/2/72 18/3/30 39/2/71 +f 16/3/28 39/2/71 18/3/30 +f 18/3/26 40/2/73 38/2/69 +f 40/2/73 18/3/26 17/3/25 +f 38/2/72 40/2/74 18/3/30 +f 17/3/27 18/3/30 40/2/74 +f 15/3/23 39/2/70 41/2/75 +f 39/2/70 15/3/23 16/3/24 +f 41/2/76 39/2/71 15/3/29 +f 16/3/28 15/3/29 39/2/71 +f 44/5/36 43/2/77 42/2/35 +f 43/2/77 44/5/36 45/5/44 +f 42/2/41 43/2/78 44/5/40 +f 45/5/45 44/5/40 43/2/78 +f 17/3/25 41/2/75 40/2/73 +f 41/2/75 17/3/25 15/3/23 +f 40/2/74 41/2/76 17/3/27 +f 15/3/29 17/3/27 41/2/76 +f 45/5/44 47/5/38 46/5/43 +f 47/5/38 45/5/44 44/5/36 +f 46/5/46 47/5/42 45/5/45 +f 44/5/40 45/5/45 47/5/42 +f 26/4/44 27/2/47 48/2/77 +f 27/2/47 26/4/44 25/4/43 +f 48/2/78 27/2/48 26/4/45 +f 25/4/46 26/4/45 27/2/48 +f 46/5/43 50/2/37 49/2/47 +f 50/2/37 46/5/43 47/5/38 +f 49/2/48 50/2/39 46/5/46 +f 47/5/42 46/5/46 50/2/39 +f 30/5/53 34/2/61 36/2/65 +f 34/2/61 30/5/53 31/5/54 +f 36/2/68 34/2/63 30/5/59 +f 31/5/58 30/5/59 34/2/63 +f 22/4/36 48/2/77 21/2/35 +f 48/2/77 22/4/36 26/4/44 +f 21/2/41 48/2/78 22/4/40 +f 26/4/45 22/4/40 48/2/78 +f 45/5/44 49/2/47 43/2/77 +f 49/2/47 45/5/44 46/5/43 +f 43/2/78 49/2/48 45/5/45 +f 46/5/46 45/5/45 49/2/48 +f 29/2/51 19/3/31 28/2/49 +f 19/3/31 29/2/51 20/3/32 +f 28/2/50 19/3/34 29/2/52 +f 20/3/33 29/2/52 19/3/34 +f 53/5/36 52/2/77 51/2/35 +f 52/2/77 53/5/36 54/5/44 +f 51/2/41 52/2/78 53/5/40 +f 54/5/45 53/5/40 52/2/78 +f 50/2/37 44/5/36 42/2/35 +f 44/5/36 50/2/37 47/5/38 +f 42/2/41 44/5/40 50/2/39 +f 47/5/42 50/2/39 44/5/40 +f 54/5/44 56/5/38 55/5/43 +f 56/5/38 54/5/44 53/5/36 +f 55/5/46 56/5/42 54/5/45 +f 53/5/40 54/5/45 56/5/42 +f 57/2/37 53/5/36 51/2/35 +f 53/5/36 57/2/37 56/5/38 +f 51/2/41 53/5/40 57/2/39 +f 56/5/42 57/2/39 53/5/40 +f 54/5/44 58/2/47 52/2/77 +f 58/2/47 54/5/44 55/5/43 +f 52/2/78 58/2/48 54/5/45 +f 55/5/46 54/5/45 58/2/48 +f 55/5/43 57/2/37 58/2/47 +f 57/2/37 55/5/43 56/5/38 +f 58/2/48 57/2/39 55/5/46 +f 56/5/42 55/5/46 57/2/39 +f 61/3/81 60/3/80 59/3/79 +f 60/3/80 61/3/81 62/3/82 +f 59/3/85 60/3/84 61/3/83 +f 62/3/86 61/3/83 60/3/84 +f 59/3/79 64/2/88 63/2/87 +f 64/2/88 59/3/79 60/3/80 +f 63/2/90 64/2/89 59/3/85 +f 60/3/84 59/3/85 64/2/89 +f 61/3/81 63/2/87 65/2/91 +f 63/2/87 61/3/81 59/3/79 +f 65/2/92 63/2/90 61/3/83 +f 59/3/85 61/3/83 63/2/90 +f 60/3/80 66/2/93 64/2/88 +f 66/2/93 60/3/80 62/3/82 +f 64/2/89 66/2/94 60/3/84 +f 62/3/86 60/3/84 66/2/94 +f 66/2/93 61/3/81 65/2/91 +f 61/3/81 66/2/93 62/3/82 +f 65/2/92 61/3/83 66/2/94 +f 62/3/86 66/2/94 61/3/83 +f 69/2/97 68/3/96 67/2/95 +f 68/3/96 69/2/97 70/3/98 +f 67/2/101 68/3/100 69/2/99 +f 70/3/102 69/2/99 68/3/100 +f 68/3/96 72/3/104 71/3/103 +f 72/3/104 68/3/96 70/3/98 +f 71/3/106 72/3/105 68/3/100 +f 70/3/102 68/3/100 72/3/105 +f 68/3/96 73/2/107 67/2/95 +f 73/2/107 68/3/96 71/3/103 +f 67/2/101 73/2/108 68/3/100 +f 71/3/106 68/3/100 73/2/108 +f 72/3/104 69/2/97 74/2/109 +f 69/2/97 72/3/104 70/3/98 +f 74/2/110 69/2/99 72/3/105 +f 70/3/102 72/3/105 69/2/99 +f 71/3/103 74/2/109 73/2/107 +f 74/2/109 71/3/103 72/3/104 +f 73/2/108 74/2/110 71/3/106 +f 72/3/105 71/3/106 74/2/110 +f 77/5/55 76/5/54 75/5/53 +f 76/5/54 77/5/55 78/5/56 +f 75/5/59 76/5/58 77/5/57 +f 78/5/60 77/5/57 76/5/58 +f 78/5/56 79/2/61 76/5/54 +f 79/2/61 78/5/56 80/2/62 +f 76/5/58 79/2/63 78/5/60 +f 80/2/64 78/5/60 79/2/63 +f 83/3/113 82/3/112 81/3/111 +f 82/3/112 83/3/113 84/3/114 +f 81/3/117 82/3/116 83/3/115 +f 84/3/118 83/3/115 82/3/116 +f 81/3/111 86/2/120 85/2/119 +f 86/2/120 81/3/111 82/3/112 +f 85/2/122 86/2/121 81/3/117 +f 82/3/116 81/3/117 86/2/121 +f 75/5/53 79/2/61 87/2/65 +f 79/2/61 75/5/53 76/5/54 +f 87/2/68 79/2/63 75/5/59 +f 76/5/58 75/5/59 79/2/63 +f 80/2/62 77/5/55 88/2/66 +f 77/5/55 80/2/62 78/5/56 +f 88/2/67 77/5/57 80/2/64 +f 78/5/60 80/2/64 77/5/57 +f 82/3/112 89/2/123 86/2/120 +f 89/2/123 82/3/112 84/3/114 +f 86/2/121 89/2/124 82/3/116 +f 84/3/118 82/3/116 89/2/124 +f 83/3/113 85/2/119 90/2/125 +f 85/2/119 83/3/113 81/3/111 +f 90/2/126 85/2/122 83/3/115 +f 81/3/117 83/3/115 85/2/122 +f 89/2/123 83/3/113 90/2/125 +f 83/3/113 89/2/123 84/3/114 +f 90/2/126 83/3/115 89/2/124 +f 84/3/118 89/2/124 83/3/115 +f 88/2/66 75/5/53 87/2/65 +f 75/5/53 88/2/66 77/5/55 +f 87/2/68 75/5/59 88/2/67 +f 77/5/57 88/2/67 75/5/59 +f 93/2/1 92/2/1 91/2/1 +f 92/2/1 93/2/1 94/2/1 +f 91/2/2 92/2/2 93/2/2 +f 94/2/2 93/2/2 92/2/2 +f 97/1/1 96/1/1 95/1/1 +f 96/1/1 97/1/1 98/1/1 +f 98/1/1 97/1/1 99/1/1 +f 95/1/2 96/1/2 97/1/2 +f 98/1/2 97/1/2 96/1/2 +f 99/1/2 97/1/2 98/1/2 +f 96/1/3 100/2/3 95/1/3 +f 100/2/3 96/1/3 101/2/3 +f 95/1/4 100/2/4 96/1/4 +f 101/2/4 96/1/4 100/2/4 +f 96/1/5 102/2/5 101/2/5 +f 102/2/5 96/1/5 98/1/5 +f 101/2/6 102/2/6 96/1/6 +f 98/1/6 96/1/6 102/2/6 +f 102/2/8 99/1/7 103/2/7 +f 99/1/7 102/2/8 98/1/8 +f 103/2/10 99/1/10 102/2/9 +f 98/1/9 102/2/9 99/1/10 +f 103/2/7 97/1/11 104/2/11 +f 97/1/11 103/2/7 99/1/7 +f 104/2/12 97/1/12 103/2/10 +f 99/1/10 103/2/10 97/1/12 +f 104/2/11 95/1/13 100/2/13 +f 95/1/13 104/2/11 97/1/11 +f 100/2/14 95/1/14 104/2/12 +f 97/1/12 104/2/12 95/1/14 +f 107/1/1 106/1/1 105/1/1 +f 106/1/1 107/1/1 108/1/1 +f 108/1/1 107/1/1 109/1/1 +f 105/1/2 106/1/2 107/1/2 +f 108/1/2 107/1/2 106/1/2 +f 109/1/2 107/1/2 108/1/2 +f 106/1/127 110/2/127 105/1/127 +f 110/2/127 106/1/127 111/2/127 +f 105/1/128 110/2/128 106/1/128 +f 111/2/128 106/1/128 110/2/128 +f 106/1/129 112/2/129 111/2/129 +f 112/2/129 106/1/129 108/1/129 +f 111/2/130 112/2/130 106/1/130 +f 108/1/130 106/1/130 112/2/130 +f 112/2/132 109/1/131 113/2/131 +f 109/1/131 112/2/132 108/1/132 +f 113/2/134 109/1/134 112/2/133 +f 108/1/133 112/2/133 109/1/134 +f 113/2/131 107/1/135 114/2/135 +f 107/1/135 113/2/131 109/1/131 +f 114/2/136 107/1/136 113/2/134 +f 109/1/134 113/2/134 107/1/136 +f 114/2/135 105/1/137 110/2/137 +f 105/1/137 114/2/135 107/1/135 +f 110/2/138 105/1/138 114/2/136 +f 107/1/136 114/2/136 105/1/138 +f 117/1/1 116/1/1 115/1/1 +f 116/1/1 117/1/1 118/1/1 +f 118/1/1 117/1/1 119/1/1 +f 115/1/2 116/1/2 117/1/2 +f 118/1/2 117/1/2 116/1/2 +f 119/1/2 117/1/2 118/1/2 +f 116/1/127 120/2/127 115/1/127 +f 120/2/127 116/1/127 121/2/127 +f 115/1/128 120/2/128 116/1/128 +f 121/2/128 116/1/128 120/2/128 +f 116/1/129 122/2/129 121/2/129 +f 122/2/129 116/1/129 118/1/129 +f 121/2/130 122/2/130 116/1/130 +f 118/1/130 116/1/130 122/2/130 +f 122/2/132 119/1/131 123/2/131 +f 119/1/131 122/2/132 118/1/132 +f 123/2/134 119/1/134 122/2/133 +f 118/1/133 122/2/133 119/1/134 +f 123/2/131 117/1/135 124/2/135 +f 117/1/135 123/2/131 119/1/131 +f 124/2/136 117/1/136 123/2/134 +f 119/1/134 123/2/134 117/1/136 +f 124/2/135 115/1/137 120/2/137 +f 115/1/137 124/2/135 117/1/135 +f 120/2/138 115/1/138 124/2/136 +f 117/1/136 124/2/136 115/1/138 +f 127/1/1 126/1/1 125/1/1 +f 126/1/1 127/1/1 128/1/1 +f 128/1/1 127/1/1 129/1/1 +f 125/1/2 126/1/2 127/1/2 +f 128/1/2 127/1/2 126/1/2 +f 129/1/2 127/1/2 128/1/2 +f 126/1/139 130/2/139 125/1/139 +f 130/2/139 126/1/139 131/2/139 +f 125/1/140 130/2/140 126/1/140 +f 131/2/140 126/1/140 130/2/140 +f 126/1/141 132/2/141 131/2/141 +f 132/2/141 126/1/141 128/1/141 +f 131/2/142 132/2/142 126/1/142 +f 128/1/142 126/1/142 132/2/142 +f 132/2/144 129/1/143 133/2/143 +f 129/1/143 132/2/144 128/1/144 +f 133/2/146 129/1/146 132/2/145 +f 128/1/145 132/2/145 129/1/146 +f 133/2/143 127/1/147 134/2/147 +f 127/1/147 133/2/143 129/1/143 +f 134/2/148 127/1/148 133/2/146 +f 129/1/146 133/2/146 127/1/148 +f 134/2/147 125/1/149 130/2/149 +f 125/1/149 134/2/147 127/1/147 +f 130/2/150 125/1/150 134/2/148 +f 127/1/148 134/2/148 125/1/150 +f 137/1/1 136/1/1 135/1/1 +f 136/1/1 137/1/1 138/1/1 +f 138/1/1 137/1/1 139/1/1 +f 135/1/2 136/1/2 137/1/2 +f 138/1/2 137/1/2 136/1/2 +f 139/1/2 137/1/2 138/1/2 +f 136/1/151 140/2/151 135/1/151 +f 140/2/151 136/1/151 141/2/151 +f 135/1/152 140/2/152 136/1/152 +f 141/2/152 136/1/152 140/2/152 +f 136/1/153 142/2/153 141/2/153 +f 142/2/153 136/1/153 138/1/153 +f 141/2/154 142/2/154 136/1/154 +f 138/1/154 136/1/154 142/2/154 +f 142/2/145 139/1/146 143/2/146 +f 139/1/146 142/2/145 138/1/145 +f 143/2/143 139/1/143 142/2/144 +f 138/1/144 142/2/144 139/1/143 +f 143/2/146 137/1/148 144/2/148 +f 137/1/148 143/2/146 139/1/146 +f 144/2/147 137/1/147 143/2/143 +f 139/1/143 143/2/143 137/1/147 +f 144/2/148 135/1/150 140/2/150 +f 135/1/150 144/2/148 137/1/148 +f 140/2/149 135/1/149 144/2/147 +f 137/1/147 144/2/147 135/1/149 +f 147/2/37 146/3/36 145/2/35 +f 146/3/36 147/2/37 148/3/38 +f 145/2/41 146/3/40 147/2/39 +f 148/3/42 147/2/39 146/3/40 +f 150/3/43 147/2/37 149/2/47 +f 147/2/37 150/3/43 148/3/38 +f 149/2/48 147/2/39 150/3/46 +f 148/3/42 150/3/46 147/2/39 +f 153/4/112 152/2/123 151/2/120 +f 152/2/123 153/4/112 154/4/114 +f 151/2/121 152/2/124 153/4/116 +f 154/4/118 153/4/116 152/2/124 +f 152/2/123 156/4/113 155/2/125 +f 156/4/113 152/2/123 154/4/114 +f 155/2/126 156/4/115 152/2/124 +f 154/4/118 152/2/124 156/4/115 +f 159/2/97 158/4/96 157/2/95 +f 158/4/96 159/2/97 160/4/98 +f 157/2/101 158/4/100 159/2/99 +f 160/4/102 159/2/99 158/4/100 +f 158/4/96 162/4/104 161/4/103 +f 162/4/104 158/4/96 160/4/98 +f 161/4/106 162/4/105 158/4/100 +f 160/4/102 158/4/100 162/4/105 +f 162/4/104 159/2/97 163/2/109 +f 159/2/97 162/4/104 160/4/98 +f 163/2/110 159/2/99 162/4/105 +f 160/4/102 162/4/105 159/2/99 +f 158/4/96 164/2/107 157/2/95 +f 164/2/107 158/4/96 161/4/103 +f 157/2/101 164/2/108 158/4/100 +f 161/4/106 158/4/100 164/2/108 +f 161/4/103 163/2/109 164/2/107 +f 163/2/109 161/4/103 162/4/104 +f 164/2/108 163/2/110 161/4/106 +f 162/4/105 161/4/106 163/2/110 +f 166/4/111 151/2/120 165/2/119 +f 151/2/120 166/4/111 153/4/112 +f 165/2/122 151/2/121 166/4/117 +f 153/4/116 166/4/117 151/2/121 +f 146/3/36 167/2/77 145/2/35 +f 167/2/77 146/3/36 168/3/44 +f 145/2/41 167/2/78 146/3/40 +f 168/3/45 146/3/40 167/2/78 +f 156/4/113 165/2/119 155/2/125 +f 165/2/119 156/4/113 166/4/111 +f 155/2/126 165/2/122 156/4/115 +f 166/4/117 156/4/115 165/2/122 +f 156/4/113 153/4/112 166/4/111 +f 153/4/112 156/4/113 154/4/114 +f 166/4/117 153/4/116 156/4/115 +f 154/4/118 156/4/115 153/4/116 +f 171/3/157 170/3/156 169/3/155 +f 170/3/156 171/3/157 172/3/158 +f 169/3/161 170/3/160 171/3/159 +f 172/3/162 171/3/159 170/3/160 +f 168/3/44 148/3/38 150/3/43 +f 148/3/38 168/3/44 146/3/36 +f 150/3/46 148/3/42 168/3/45 +f 146/3/40 168/3/45 148/3/42 +f 173/2/163 172/3/158 171/3/157 +f 172/3/158 173/2/163 174/2/164 +f 171/3/159 172/3/162 173/2/165 +f 174/2/166 173/2/165 172/3/162 +f 177/2/62 176/3/55 175/2/66 +f 176/3/55 177/2/62 178/3/56 +f 175/2/67 176/3/57 177/2/64 +f 178/3/60 177/2/64 176/3/57 +f 173/2/163 169/3/155 179/2/167 +f 169/3/155 173/2/163 171/3/157 +f 179/2/168 169/3/161 173/2/165 +f 171/3/159 173/2/165 169/3/161 +f 172/3/158 180/2/169 170/3/156 +f 180/2/169 172/3/158 174/2/164 +f 170/3/160 180/2/170 172/3/162 +f 174/2/166 172/3/162 180/2/170 +f 183/3/53 182/2/61 181/2/65 +f 182/2/61 183/3/53 184/3/54 +f 181/2/68 182/2/63 183/3/59 +f 184/3/58 183/3/59 182/2/63 +f 169/3/155 180/2/169 179/2/167 +f 180/2/169 169/3/155 170/3/156 +f 179/2/168 180/2/170 169/3/161 +f 170/3/160 169/3/161 180/2/170 +f 175/2/66 183/3/53 181/2/65 +f 183/3/53 175/2/66 176/3/55 +f 181/2/68 183/3/59 175/2/67 +f 176/3/57 175/2/67 183/3/59 +f 178/3/56 182/2/61 184/3/54 +f 182/2/61 178/3/56 177/2/62 +f 184/3/58 182/2/63 178/3/60 +f 177/2/64 178/3/60 182/2/63 +f 176/3/55 184/3/54 183/3/53 +f 184/3/54 176/3/55 178/3/56 +f 183/3/59 184/3/58 176/3/57 +f 178/3/60 176/3/57 184/3/58 +f 168/3/44 149/2/47 167/2/77 +f 149/2/47 168/3/44 150/3/43 +f 167/2/78 149/2/48 168/3/45 +f 150/3/46 168/3/45 149/2/48 +f 187/1/171 186/2/154 185/2/171 +f 186/2/154 187/1/171 188/1/154 +f 185/2/172 186/2/153 187/1/172 +f 188/1/153 187/1/172 186/2/153 +f 191/1/1 190/1/1 189/1/1 +f 190/1/1 191/1/1 188/1/1 +f 190/1/1 188/1/1 187/1/1 +f 189/1/2 190/1/2 191/1/2 +f 188/1/2 191/1/2 190/1/2 +f 187/1/2 188/1/2 190/1/2 +f 189/1/153 193/2/153 192/2/153 +f 193/2/153 189/1/153 190/1/153 +f 192/2/154 193/2/154 189/1/154 +f 190/1/154 189/1/154 193/2/154 +f 188/1/154 194/2/173 186/2/154 +f 194/2/173 188/1/154 191/1/173 +f 186/2/153 194/2/174 188/1/153 +f 191/1/174 188/1/153 194/2/174 +f 189/1/151 194/2/151 191/1/151 +f 194/2/151 189/1/151 192/2/151 +f 191/1/152 194/2/152 189/1/152 +f 192/2/152 189/1/152 194/2/152 +f 193/2/152 187/1/152 185/2/152 +f 187/1/152 193/2/152 190/1/152 +f 185/2/151 187/1/151 193/2/151 +f 190/1/151 193/2/151 187/1/151 +f 197/2/177 196/3/176 195/2/175 +f 196/3/176 197/2/177 198/3/178 +f 195/2/181 196/3/180 197/2/179 +f 198/3/182 197/2/179 196/3/180 +f 200/3/184 197/2/177 199/2/183 +f 197/2/177 200/3/184 198/3/178 +f 199/2/186 197/2/179 200/3/185 +f 198/3/182 200/3/185 197/2/179 +f 203/4/189 202/2/188 201/2/187 +f 202/2/188 203/4/189 204/4/190 +f 201/2/193 202/2/192 203/4/191 +f 204/4/194 203/4/191 202/2/192 +f 202/2/188 206/4/196 205/2/195 +f 206/4/196 202/2/188 204/4/190 +f 205/2/198 206/4/197 202/2/192 +f 204/4/194 202/2/192 206/4/197 +f 209/2/201 208/4/200 207/2/199 +f 208/4/200 209/2/201 210/4/202 +f 207/2/205 208/4/204 209/2/203 +f 210/4/206 209/2/203 208/4/204 +f 208/4/200 212/4/208 211/4/207 +f 212/4/208 208/4/200 210/4/202 +f 211/4/210 212/4/209 208/4/204 +f 210/4/206 208/4/204 212/4/209 +f 212/4/208 209/2/201 213/2/211 +f 209/2/201 212/4/208 210/4/202 +f 213/2/212 209/2/203 212/4/209 +f 210/4/206 212/4/209 209/2/203 +f 208/4/200 214/2/213 207/2/199 +f 214/2/213 208/4/200 211/4/207 +f 207/2/205 214/2/214 208/4/204 +f 211/4/210 208/4/204 214/2/214 +f 211/4/207 213/2/211 214/2/213 +f 213/2/211 211/4/207 212/4/208 +f 214/2/214 213/2/212 211/4/210 +f 212/4/209 211/4/210 213/2/212 +f 216/4/216 201/2/187 215/2/215 +f 201/2/187 216/4/216 203/4/189 +f 215/2/218 201/2/193 216/4/217 +f 203/4/191 216/4/217 201/2/193 +f 196/3/176 217/2/219 195/2/175 +f 217/2/219 196/3/176 218/3/220 +f 195/2/181 217/2/221 196/3/180 +f 218/3/222 196/3/180 217/2/221 +f 206/4/196 215/2/215 205/2/195 +f 215/2/215 206/4/196 216/4/216 +f 205/2/198 215/2/218 206/4/197 +f 216/4/217 206/4/197 215/2/218 +f 206/4/196 203/4/189 216/4/216 +f 203/4/189 206/4/196 204/4/190 +f 216/4/217 203/4/191 206/4/197 +f 204/4/194 206/4/197 203/4/191 +f 221/3/225 220/3/224 219/3/223 +f 220/3/224 221/3/225 222/3/226 +f 219/3/229 220/3/228 221/3/227 +f 222/3/230 221/3/227 220/3/228 +f 218/3/220 198/3/178 200/3/184 +f 198/3/178 218/3/220 196/3/176 +f 200/3/185 198/3/182 218/3/222 +f 196/3/180 218/3/222 198/3/182 +f 223/2/231 222/3/226 221/3/225 +f 222/3/226 223/2/231 224/2/232 +f 221/3/227 222/3/230 223/2/233 +f 224/2/234 223/2/233 222/3/230 +f 227/2/237 226/3/236 225/2/235 +f 226/3/236 227/2/237 228/3/238 +f 225/2/241 226/3/240 227/2/239 +f 228/3/242 227/2/239 226/3/240 +f 223/2/231 219/3/223 229/2/243 +f 219/3/223 223/2/231 221/3/225 +f 229/2/244 219/3/229 223/2/233 +f 221/3/227 223/2/233 219/3/229 +f 222/3/226 230/2/245 220/3/224 +f 230/2/245 222/3/226 224/2/232 +f 220/3/228 230/2/246 222/3/230 +f 224/2/234 222/3/230 230/2/246 +f 233/3/249 232/2/248 231/2/247 +f 232/2/248 233/3/249 234/3/250 +f 231/2/253 232/2/252 233/3/251 +f 234/3/254 233/3/251 232/2/252 +f 219/3/223 230/2/245 229/2/243 +f 230/2/245 219/3/223 220/3/224 +f 229/2/244 230/2/246 219/3/229 +f 220/3/228 219/3/229 230/2/246 +f 225/2/235 233/3/249 231/2/247 +f 233/3/249 225/2/235 226/3/236 +f 231/2/253 233/3/251 225/2/241 +f 226/3/240 225/2/241 233/3/251 +f 228/3/238 232/2/248 234/3/250 +f 232/2/248 228/3/238 227/2/237 +f 234/3/254 232/2/252 228/3/242 +f 227/2/239 228/3/242 232/2/252 +f 226/3/236 234/3/250 233/3/249 +f 234/3/250 226/3/236 228/3/238 +f 233/3/251 234/3/254 226/3/240 +f 228/3/242 226/3/240 234/3/254 +f 218/3/220 199/2/183 217/2/219 +f 199/2/183 218/3/220 200/3/184 +f 217/2/221 199/2/186 218/3/222 +f 200/3/185 218/3/222 199/2/186 +f 237/1/255 236/2/6 235/2/255 +f 236/2/6 237/1/255 238/1/6 +f 235/2/256 236/2/5 237/1/256 +f 238/1/5 237/1/256 236/2/5 +f 240/1/1 239/1/1 136/1/1 +f 239/1/1 240/1/1 238/1/1 +f 239/1/1 238/1/1 237/1/1 +f 136/1/2 239/1/2 240/1/2 +f 238/1/2 240/1/2 239/1/2 +f 237/1/2 238/1/2 239/1/2 +f 136/1/5 241/2/5 141/2/5 +f 241/2/5 136/1/5 239/1/5 +f 141/2/6 241/2/6 136/1/6 +f 239/1/6 136/1/6 241/2/6 +f 238/1/6 242/2/257 236/2/6 +f 242/2/257 238/1/6 240/1/257 +f 236/2/5 242/2/258 238/1/5 +f 240/1/258 238/1/5 242/2/258 +f 136/1/3 242/2/3 240/1/3 +f 242/2/3 136/1/3 141/2/3 +f 240/1/4 242/2/4 136/1/4 +f 141/2/4 136/1/4 242/2/4 +f 241/2/4 237/1/4 235/2/4 +f 237/1/4 241/2/4 239/1/4 +f 235/2/3 237/1/3 241/2/3 +f 239/1/3 241/2/3 237/1/3 +f 245/2/77 244/3/43 243/2/47 +f 244/3/43 245/2/77 246/3/44 +f 243/2/48 244/3/46 245/2/78 +f 246/3/45 245/2/78 244/3/46 +f 248/3/36 245/2/77 247/2/35 +f 245/2/77 248/3/36 246/3/44 +f 247/2/41 245/2/78 248/3/40 +f 246/3/45 248/3/40 245/2/78 +f 251/4/113 250/2/119 249/2/125 +f 250/2/119 251/4/113 252/4/111 +f 249/2/126 250/2/122 251/4/115 +f 252/4/117 251/4/115 250/2/122 +f 250/2/119 254/4/112 253/2/120 +f 254/4/112 250/2/119 252/4/111 +f 253/2/121 254/4/116 250/2/122 +f 252/4/117 250/2/122 254/4/116 +f 257/2/107 256/4/104 255/2/109 +f 256/4/104 257/2/107 258/4/103 +f 255/2/110 256/4/105 257/2/108 +f 258/4/106 257/2/108 256/4/105 +f 256/4/104 260/4/96 259/4/98 +f 260/4/96 256/4/104 258/4/103 +f 259/4/102 260/4/100 256/4/105 +f 258/4/106 256/4/105 260/4/100 +f 260/4/96 257/2/107 261/2/95 +f 257/2/107 260/4/96 258/4/103 +f 261/2/101 257/2/108 260/4/100 +f 258/4/106 260/4/100 257/2/108 +f 256/4/104 262/2/97 255/2/109 +f 262/2/97 256/4/104 259/4/98 +f 255/2/110 262/2/99 256/4/105 +f 259/4/102 256/4/105 262/2/99 +f 259/4/98 261/2/95 262/2/97 +f 261/2/95 259/4/98 260/4/96 +f 262/2/99 261/2/101 259/4/102 +f 260/4/100 259/4/102 261/2/101 +f 264/4/114 249/2/125 263/2/123 +f 249/2/125 264/4/114 251/4/113 +f 263/2/124 249/2/126 264/4/118 +f 251/4/115 264/4/118 249/2/126 +f 244/3/43 265/2/37 243/2/47 +f 265/2/37 244/3/43 266/3/38 +f 243/2/48 265/2/39 244/3/46 +f 266/3/42 244/3/46 265/2/39 +f 254/4/112 263/2/123 253/2/120 +f 263/2/123 254/4/112 264/4/114 +f 253/2/121 263/2/124 254/4/116 +f 264/4/118 254/4/116 263/2/124 +f 254/4/112 251/4/113 264/4/114 +f 251/4/113 254/4/112 252/4/111 +f 264/4/118 251/4/115 254/4/116 +f 252/4/117 254/4/116 251/4/115 +f 269/3/261 268/3/260 267/3/259 +f 268/3/260 269/3/261 270/3/262 +f 267/3/265 268/3/264 269/3/263 +f 270/3/266 269/3/263 268/3/264 +f 266/3/38 246/3/44 248/3/36 +f 246/3/44 266/3/38 244/3/43 +f 248/3/40 246/3/45 266/3/42 +f 244/3/46 266/3/42 246/3/45 +f 271/2/267 270/3/262 269/3/261 +f 270/3/262 271/2/267 272/2/268 +f 269/3/263 270/3/266 271/2/269 +f 272/2/270 271/2/269 270/3/266 +f 275/2/65 274/3/54 273/2/61 +f 274/3/54 275/2/65 276/3/53 +f 273/2/63 274/3/58 275/2/68 +f 276/3/59 275/2/68 274/3/58 +f 271/2/267 267/3/259 277/2/271 +f 267/3/259 271/2/267 269/3/261 +f 277/2/272 267/3/265 271/2/269 +f 269/3/263 271/2/269 267/3/265 +f 270/3/262 278/2/273 268/3/260 +f 278/2/273 270/3/262 272/2/268 +f 268/3/264 278/2/274 270/3/266 +f 272/2/270 270/3/266 278/2/274 +f 281/3/56 280/2/66 279/2/62 +f 280/2/66 281/3/56 282/3/55 +f 279/2/64 280/2/67 281/3/60 +f 282/3/57 281/3/60 280/2/67 +f 267/3/259 278/2/273 277/2/271 +f 278/2/273 267/3/259 268/3/260 +f 277/2/272 278/2/274 267/3/265 +f 268/3/264 267/3/265 278/2/274 +f 273/2/61 281/3/56 279/2/62 +f 281/3/56 273/2/61 274/3/54 +f 279/2/64 281/3/60 273/2/63 +f 274/3/58 273/2/63 281/3/60 +f 276/3/53 280/2/66 282/3/55 +f 280/2/66 276/3/53 275/2/65 +f 282/3/57 280/2/67 276/3/59 +f 275/2/68 276/3/59 280/2/67 +f 274/3/54 282/3/55 281/3/56 +f 282/3/55 274/3/54 276/3/53 +f 281/3/60 282/3/57 274/3/58 +f 276/3/59 274/3/58 282/3/57 +f 266/3/38 247/2/35 265/2/37 +f 247/2/35 266/3/38 248/3/36 +f 265/2/39 247/2/41 266/3/42 +f 248/3/40 266/3/42 247/2/41 +f 285/1/172 284/2/275 283/2/172 +f 284/2/275 285/1/172 286/1/275 +f 283/2/171 284/2/276 285/1/171 +f 286/1/276 285/1/171 284/2/276 +f 289/1/1 288/1/1 287/1/1 +f 288/1/1 289/1/1 286/1/1 +f 288/1/1 286/1/1 285/1/1 +f 287/1/2 288/1/2 289/1/2 +f 286/1/2 289/1/2 288/1/2 +f 285/1/2 286/1/2 288/1/2 +f 287/1/276 291/2/276 290/2/276 +f 291/2/276 287/1/276 288/1/276 +f 290/2/275 291/2/275 287/1/275 +f 288/1/275 287/1/275 291/2/275 +f 286/1/275 292/2/174 284/2/275 +f 292/2/174 286/1/275 289/1/174 +f 284/2/276 292/2/173 286/1/276 +f 289/1/173 286/1/276 292/2/173 +f 287/1/277 292/2/277 289/1/277 +f 292/2/277 287/1/277 290/2/277 +f 289/1/278 292/2/278 287/1/278 +f 290/2/278 287/1/278 292/2/278 +f 291/2/278 285/1/278 283/2/278 +f 285/1/278 291/2/278 288/1/278 +f 283/2/277 285/1/277 291/2/277 +f 288/1/277 291/2/277 285/1/277 +f 295/2/281 294/3/280 293/2/279 +f 294/3/280 295/2/281 296/3/282 +f 293/2/285 294/3/284 295/2/283 +f 296/3/286 295/2/283 294/3/284 +f 298/3/288 295/2/281 297/2/287 +f 295/2/281 298/3/288 296/3/282 +f 297/2/290 295/2/283 298/3/289 +f 296/3/286 298/3/289 295/2/283 +f 301/4/293 300/2/292 299/2/291 +f 300/2/292 301/4/293 302/4/294 +f 299/2/297 300/2/296 301/4/295 +f 302/4/298 301/4/295 300/2/296 +f 300/2/292 304/4/300 303/2/299 +f 304/4/300 300/2/292 302/4/294 +f 303/2/302 304/4/301 300/2/296 +f 302/4/298 300/2/296 304/4/301 +f 307/2/305 306/4/304 305/2/303 +f 306/4/304 307/2/305 308/4/306 +f 305/2/309 306/4/308 307/2/307 +f 308/4/310 307/2/307 306/4/308 +f 306/4/304 310/4/312 309/4/311 +f 310/4/312 306/4/304 308/4/306 +f 309/4/314 310/4/313 306/4/308 +f 308/4/310 306/4/308 310/4/313 +f 310/4/312 307/2/305 311/2/315 +f 307/2/305 310/4/312 308/4/306 +f 311/2/316 307/2/307 310/4/313 +f 308/4/310 310/4/313 307/2/307 +f 306/4/304 312/2/317 305/2/303 +f 312/2/317 306/4/304 309/4/311 +f 305/2/309 312/2/318 306/4/308 +f 309/4/314 306/4/308 312/2/318 +f 309/4/311 311/2/315 312/2/317 +f 311/2/315 309/4/311 310/4/312 +f 312/2/318 311/2/316 309/4/314 +f 310/4/313 309/4/314 311/2/316 +f 314/4/320 299/2/291 313/2/319 +f 299/2/291 314/4/320 301/4/293 +f 313/2/322 299/2/297 314/4/321 +f 301/4/295 314/4/321 299/2/297 +f 294/3/280 315/2/323 293/2/279 +f 315/2/323 294/3/280 316/3/324 +f 293/2/285 315/2/325 294/3/284 +f 316/3/326 294/3/284 315/2/325 +f 304/4/300 313/2/319 303/2/299 +f 313/2/319 304/4/300 314/4/320 +f 303/2/302 313/2/322 304/4/301 +f 314/4/321 304/4/301 313/2/322 +f 304/4/300 301/4/293 314/4/320 +f 301/4/293 304/4/300 302/4/294 +f 314/4/321 301/4/295 304/4/301 +f 302/4/298 304/4/301 301/4/295 +f 319/3/329 318/3/328 317/3/327 +f 318/3/328 319/3/329 320/3/330 +f 317/3/333 318/3/332 319/3/331 +f 320/3/334 319/3/331 318/3/332 +f 316/3/324 296/3/282 298/3/288 +f 296/3/282 316/3/324 294/3/280 +f 298/3/289 296/3/286 316/3/326 +f 294/3/284 316/3/326 296/3/286 +f 321/2/335 320/3/330 319/3/329 +f 320/3/330 321/2/335 322/2/336 +f 319/3/331 320/3/334 321/2/337 +f 322/2/338 321/2/337 320/3/334 +f 325/2/341 324/3/340 323/2/339 +f 324/3/340 325/2/341 326/3/342 +f 323/2/345 324/3/344 325/2/343 +f 326/3/346 325/2/343 324/3/344 +f 321/2/335 317/3/327 327/2/347 +f 317/3/327 321/2/335 319/3/329 +f 327/2/348 317/3/333 321/2/337 +f 319/3/331 321/2/337 317/3/333 +f 320/3/330 328/2/349 318/3/328 +f 328/2/349 320/3/330 322/2/336 +f 318/3/332 328/2/350 320/3/334 +f 322/2/338 320/3/334 328/2/350 +f 331/3/353 330/2/352 329/2/351 +f 330/2/352 331/3/353 332/3/354 +f 329/2/357 330/2/356 331/3/355 +f 332/3/358 331/3/355 330/2/356 +f 317/3/327 328/2/349 327/2/347 +f 328/2/349 317/3/327 318/3/328 +f 327/2/348 328/2/350 317/3/333 +f 318/3/332 317/3/333 328/2/350 +f 323/2/339 331/3/353 329/2/351 +f 331/3/353 323/2/339 324/3/340 +f 329/2/357 331/3/355 323/2/345 +f 324/3/344 323/2/345 331/3/355 +f 326/3/342 330/2/352 332/3/354 +f 330/2/352 326/3/342 325/2/341 +f 332/3/358 330/2/356 326/3/346 +f 325/2/343 326/3/346 330/2/356 +f 324/3/340 332/3/354 331/3/353 +f 332/3/354 324/3/340 326/3/342 +f 331/3/355 332/3/358 324/3/344 +f 326/3/346 324/3/344 332/3/358 +f 316/3/324 297/2/287 315/2/323 +f 297/2/287 316/3/324 298/3/288 +f 315/2/325 297/2/290 316/3/326 +f 298/3/289 316/3/326 297/2/290 +f 335/1/359 334/2/130 333/2/359 +f 334/2/130 335/1/359 336/1/130 +f 333/2/360 334/2/129 335/1/360 +f 336/1/129 335/1/360 334/2/129 +f 339/1/1 338/1/1 337/1/1 +f 338/1/1 339/1/1 336/1/1 +f 338/1/1 336/1/1 335/1/1 +f 337/1/2 338/1/2 339/1/2 +f 336/1/2 339/1/2 338/1/2 +f 335/1/2 336/1/2 338/1/2 +f 337/1/129 341/2/129 340/2/129 +f 341/2/129 337/1/129 338/1/129 +f 340/2/130 341/2/130 337/1/130 +f 338/1/130 337/1/130 341/2/130 +f 336/1/130 342/2/361 334/2/130 +f 342/2/361 336/1/130 339/1/361 +f 334/2/129 342/2/362 336/1/129 +f 339/1/362 336/1/129 342/2/362 +f 337/1/127 342/2/127 339/1/127 +f 342/2/127 337/1/127 340/2/127 +f 339/1/128 342/2/128 337/1/128 +f 340/2/128 337/1/128 342/2/128 +f 341/2/128 335/1/128 333/2/128 +f 335/1/128 341/2/128 338/1/128 +f 333/2/127 335/1/127 341/2/127 +f 338/1/127 341/2/127 335/1/127 +f 345/2/1 344/2/1 343/2/1 +f 344/2/1 345/2/1 346/2/1 +f 343/2/2 344/2/2 345/2/2 +f 346/2/2 345/2/2 344/2/2 +f 349/2/1 348/2/1 347/2/1 +f 348/2/1 349/2/1 350/2/1 +f 347/2/2 348/2/2 349/2/2 +f 350/2/2 349/2/2 348/2/2 +f 353/4/293 352/2/292 351/2/291 +f 352/2/292 353/4/293 354/4/294 +f 351/2/297 352/2/296 353/4/295 +f 354/4/298 353/4/295 352/2/296 +f 357/3/324 356/2/287 355/2/323 +f 356/2/287 357/3/324 358/3/288 +f 355/2/325 356/2/290 357/3/326 +f 358/3/289 357/3/326 356/2/290 +f 361/4/300 360/2/319 359/2/299 +f 360/2/319 361/4/300 362/4/320 +f 359/2/302 360/2/322 361/4/301 +f 362/4/321 361/4/301 360/2/322 +f 352/2/292 361/4/300 359/2/299 +f 361/4/300 352/2/292 354/4/294 +f 359/2/302 361/4/301 352/2/296 +f 354/4/298 352/2/296 361/4/301 +f 357/3/324 363/3/282 358/3/288 +f 363/3/282 357/3/324 364/3/280 +f 358/3/289 363/3/286 357/3/326 +f 364/3/284 357/3/326 363/3/286 +f 358/3/288 365/2/281 356/2/287 +f 365/2/281 358/3/288 363/3/282 +f 356/2/290 365/2/283 358/3/289 +f 363/3/286 358/3/289 365/2/283 +f 361/4/300 353/4/293 362/4/320 +f 353/4/293 361/4/300 354/4/294 +f 362/4/321 353/4/295 361/4/301 +f 354/4/298 361/4/301 353/4/295 +f 364/3/280 355/2/323 366/2/279 +f 355/2/323 364/3/280 357/3/324 +f 366/2/285 355/2/325 364/3/284 +f 357/3/326 364/3/284 355/2/325 +f 365/2/281 364/3/280 366/2/279 +f 364/3/280 365/2/281 363/3/282 +f 366/2/285 364/3/284 365/2/283 +f 363/3/286 365/2/283 364/3/284 +f 362/4/320 351/2/291 360/2/319 +f 351/2/291 362/4/320 353/4/293 +f 360/2/322 351/2/297 362/4/321 +f 353/4/295 362/4/321 351/2/297 +f 369/3/329 368/3/328 367/3/327 +f 368/3/328 369/3/329 370/3/330 +f 367/3/333 368/3/332 369/3/331 +f 370/3/334 369/3/331 368/3/332 +f 370/3/330 371/2/349 368/3/328 +f 371/2/349 370/3/330 372/2/336 +f 368/3/332 371/2/350 370/3/334 +f 372/2/338 370/3/334 371/2/350 +f 367/3/327 371/2/349 373/2/347 +f 371/2/349 367/3/327 368/3/328 +f 373/2/348 371/2/350 367/3/333 +f 368/3/332 367/3/333 371/2/350 +f 374/2/335 367/3/327 373/2/347 +f 367/3/327 374/2/335 369/3/329 +f 373/2/348 367/3/333 374/2/337 +f 369/3/331 374/2/337 367/3/333 +f 372/2/336 369/3/329 374/2/335 +f 369/3/329 372/2/336 370/3/330 +f 374/2/337 369/3/331 372/2/338 +f 370/3/334 372/2/338 369/3/331 +f 377/2/339 376/3/353 375/2/351 +f 376/3/353 377/2/339 378/3/340 +f 375/2/357 376/3/355 377/2/345 +f 378/3/344 377/2/345 376/3/355 +f 379/2/341 378/3/340 377/2/339 +f 378/3/340 379/2/341 380/3/342 +f 377/2/345 378/3/344 379/2/343 +f 380/3/346 379/2/343 378/3/344 +f 383/4/304 382/2/317 381/2/303 +f 382/2/317 383/4/304 384/4/311 +f 381/2/309 382/2/318 383/4/308 +f 384/4/314 383/4/308 382/2/318 +f 383/4/304 385/4/312 384/4/311 +f 385/4/312 383/4/304 386/4/306 +f 384/4/314 385/4/313 383/4/308 +f 386/4/310 383/4/308 385/4/313 +f 380/3/342 388/2/352 387/3/354 +f 388/2/352 380/3/342 379/2/341 +f 387/3/358 388/2/356 380/3/346 +f 379/2/343 380/3/346 388/2/356 +f 384/4/311 389/2/315 382/2/317 +f 389/2/315 384/4/311 385/4/312 +f 382/2/318 389/2/316 384/4/314 +f 385/4/313 384/4/314 389/2/316 +f 378/3/340 387/3/354 376/3/353 +f 387/3/354 378/3/340 380/3/342 +f 376/3/355 387/3/358 378/3/344 +f 380/3/346 378/3/344 387/3/358 +f 390/2/305 383/4/304 381/2/303 +f 383/4/304 390/2/305 386/4/306 +f 381/2/309 383/4/308 390/2/307 +f 386/4/310 390/2/307 383/4/308 +f 376/3/353 388/2/352 375/2/351 +f 388/2/352 376/3/353 387/3/354 +f 375/2/357 388/2/356 376/3/355 +f 387/3/358 376/3/355 388/2/356 +f 385/4/312 390/2/305 389/2/315 +f 390/2/305 385/4/312 386/4/306 +f 389/2/316 390/2/307 385/4/313 +f 386/4/310 385/4/313 390/2/307 +f 393/1/1 392/1/1 391/1/1 +f 392/1/1 393/1/1 394/1/1 +f 392/1/1 394/1/1 395/1/1 +f 395/1/1 394/1/1 396/1/1 +f 395/1/1 396/1/1 397/1/1 +f 397/1/1 396/1/1 398/1/1 +f 397/1/1 398/1/1 399/1/1 +f 399/1/1 398/1/1 400/1/1 +f 391/1/2 392/1/2 393/1/2 +f 394/1/2 393/1/2 392/1/2 +f 395/1/2 394/1/2 392/1/2 +f 396/1/2 394/1/2 395/1/2 +f 397/1/2 396/1/2 395/1/2 +f 398/1/2 396/1/2 397/1/2 +f 399/1/2 398/1/2 397/1/2 +f 400/1/2 398/1/2 399/1/2 +f 393/1/130 402/2/130 401/2/130 +f 402/2/130 393/1/130 391/1/130 +f 401/2/129 402/2/129 393/1/129 +f 391/1/129 393/1/129 402/2/129 +f 403/2/364 393/1/363 401/2/363 +f 393/1/363 403/2/364 394/1/364 +f 401/2/366 393/1/366 403/2/365 +f 394/1/365 403/2/365 393/1/366 +f 404/2/367 394/1/364 403/2/364 +f 394/1/364 404/2/367 396/1/367 +f 403/2/365 394/1/365 404/2/368 +f 396/1/368 404/2/368 394/1/365 +f 398/1/369 404/2/367 405/2/369 +f 404/2/367 398/1/369 396/1/367 +f 405/2/370 404/2/368 398/1/370 +f 396/1/368 398/1/370 404/2/368 +f 400/1/371 405/2/369 406/2/371 +f 405/2/369 400/1/371 398/1/369 +f 406/2/372 405/2/370 400/1/372 +f 398/1/370 400/1/372 405/2/370 +f 407/2/128 400/1/128 406/2/128 +f 400/1/128 407/2/128 399/1/128 +f 406/2/127 400/1/127 407/2/127 +f 399/1/127 407/2/127 400/1/127 +f 397/1/370 407/2/373 408/2/370 +f 407/2/373 397/1/370 399/1/373 +f 408/2/369 407/2/374 397/1/369 +f 399/1/374 397/1/369 407/2/374 +f 395/1/368 408/2/370 409/2/368 +f 408/2/370 395/1/368 397/1/370 +f 409/2/367 408/2/369 395/1/367 +f 397/1/369 395/1/367 408/2/369 +f 395/1/368 410/2/365 392/1/365 +f 410/2/365 395/1/368 409/2/368 +f 392/1/364 410/2/364 395/1/367 +f 409/2/367 395/1/367 410/2/364 +f 392/1/365 402/2/366 391/1/366 +f 402/2/366 392/1/365 410/2/365 +f 391/1/363 402/2/363 392/1/364 +f 410/2/364 392/1/364 402/2/363 +f 413/2/1 412/2/1 411/2/1 +f 412/2/1 413/2/1 414/2/1 +f 411/2/2 412/2/2 413/2/2 +f 414/2/2 413/2/2 412/2/2 +f 91/2/1 416/2/1 415/2/1 +f 416/2/1 91/2/1 92/2/1 +f 415/2/2 416/2/2 91/2/2 +f 92/2/2 91/2/2 416/2/2 +f 94/2/1 417/2/1 92/2/1 +f 417/2/1 94/2/1 418/2/1 +f 92/2/2 417/2/2 94/2/2 +f 418/2/2 94/2/2 417/2/2 +f 421/4/189 420/2/188 419/2/187 +f 420/2/188 421/4/189 422/4/190 +f 419/2/193 420/2/192 421/4/191 +f 422/4/194 421/4/191 420/2/192 +f 425/3/220 424/2/183 423/2/219 +f 424/2/183 425/3/220 426/3/184 +f 423/2/221 424/2/186 425/3/222 +f 426/3/185 425/3/222 424/2/186 +f 429/4/196 428/2/215 427/2/195 +f 428/2/215 429/4/196 430/4/216 +f 427/2/198 428/2/218 429/4/197 +f 430/4/217 429/4/197 428/2/218 +f 420/2/188 429/4/196 427/2/195 +f 429/4/196 420/2/188 422/4/190 +f 427/2/198 429/4/197 420/2/192 +f 422/4/194 420/2/192 429/4/197 +f 425/3/220 431/3/178 426/3/184 +f 431/3/178 425/3/220 432/3/176 +f 426/3/185 431/3/182 425/3/222 +f 432/3/180 425/3/222 431/3/182 +f 426/3/184 433/2/177 424/2/183 +f 433/2/177 426/3/184 431/3/178 +f 424/2/186 433/2/179 426/3/185 +f 431/3/182 426/3/185 433/2/179 +f 429/4/196 421/4/189 430/4/216 +f 421/4/189 429/4/196 422/4/190 +f 430/4/217 421/4/191 429/4/197 +f 422/4/194 429/4/197 421/4/191 +f 432/3/176 423/2/219 434/2/175 +f 423/2/219 432/3/176 425/3/220 +f 434/2/181 423/2/221 432/3/180 +f 425/3/222 432/3/180 423/2/221 +f 433/2/177 432/3/176 434/2/175 +f 432/3/176 433/2/177 431/3/178 +f 434/2/181 432/3/180 433/2/179 +f 431/3/182 433/2/179 432/3/180 +f 430/4/216 419/2/187 428/2/215 +f 419/2/187 430/4/216 421/4/189 +f 428/2/218 419/2/193 430/4/217 +f 421/4/191 430/4/217 419/2/193 +f 437/3/225 436/3/224 435/3/223 +f 436/3/224 437/3/225 438/3/226 +f 435/3/229 436/3/228 437/3/227 +f 438/3/230 437/3/227 436/3/228 +f 438/3/226 439/2/245 436/3/224 +f 439/2/245 438/3/226 440/2/232 +f 436/3/228 439/2/246 438/3/230 +f 440/2/234 438/3/230 439/2/246 +f 435/3/223 439/2/245 441/2/243 +f 439/2/245 435/3/223 436/3/224 +f 441/2/244 439/2/246 435/3/229 +f 436/3/228 435/3/229 439/2/246 +f 442/2/231 435/3/223 441/2/243 +f 435/3/223 442/2/231 437/3/225 +f 441/2/244 435/3/229 442/2/233 +f 437/3/227 442/2/233 435/3/229 +f 440/2/232 437/3/225 442/2/231 +f 437/3/225 440/2/232 438/3/226 +f 442/2/233 437/3/227 440/2/234 +f 438/3/230 440/2/234 437/3/227 +f 445/2/235 444/3/249 443/2/247 +f 444/3/249 445/2/235 446/3/236 +f 443/2/253 444/3/251 445/2/241 +f 446/3/240 445/2/241 444/3/251 +f 447/2/237 446/3/236 445/2/235 +f 446/3/236 447/2/237 448/3/238 +f 445/2/241 446/3/240 447/2/239 +f 448/3/242 447/2/239 446/3/240 +f 451/4/200 450/2/213 449/2/199 +f 450/2/213 451/4/200 452/4/207 +f 449/2/205 450/2/214 451/4/204 +f 452/4/210 451/4/204 450/2/214 +f 451/4/200 453/4/208 452/4/207 +f 453/4/208 451/4/200 454/4/202 +f 452/4/210 453/4/209 451/4/204 +f 454/4/206 451/4/204 453/4/209 +f 448/3/238 456/2/248 455/3/250 +f 456/2/248 448/3/238 447/2/237 +f 455/3/254 456/2/252 448/3/242 +f 447/2/239 448/3/242 456/2/252 +f 452/4/207 457/2/211 450/2/213 +f 457/2/211 452/4/207 453/4/208 +f 450/2/214 457/2/212 452/4/210 +f 453/4/209 452/4/210 457/2/212 +f 446/3/236 455/3/250 444/3/249 +f 455/3/250 446/3/236 448/3/238 +f 444/3/251 455/3/254 446/3/240 +f 448/3/242 446/3/240 455/3/254 +f 458/2/201 451/4/200 449/2/199 +f 451/4/200 458/2/201 454/4/202 +f 449/2/205 451/4/204 458/2/203 +f 454/4/206 458/2/203 451/4/204 +f 444/3/249 456/2/248 443/2/247 +f 456/2/248 444/3/249 455/3/250 +f 443/2/253 456/2/252 444/3/251 +f 455/3/254 444/3/251 456/2/252 +f 453/4/208 458/2/201 457/2/211 +f 458/2/201 453/4/208 454/4/202 +f 457/2/212 458/2/203 453/4/209 +f 454/4/206 453/4/209 458/2/203 +f 461/1/1 460/1/1 459/1/1 +f 460/1/1 461/1/1 462/1/1 +f 460/1/1 462/1/1 463/1/1 +f 463/1/1 462/1/1 464/1/1 +f 463/1/1 464/1/1 465/1/1 +f 465/1/1 464/1/1 466/1/1 +f 465/1/1 466/1/1 467/1/1 +f 467/1/1 466/1/1 468/1/1 +f 459/1/2 460/1/2 461/1/2 +f 462/1/2 461/1/2 460/1/2 +f 463/1/2 462/1/2 460/1/2 +f 464/1/2 462/1/2 463/1/2 +f 465/1/2 464/1/2 463/1/2 +f 466/1/2 464/1/2 465/1/2 +f 467/1/2 466/1/2 465/1/2 +f 468/1/2 466/1/2 467/1/2 +f 461/1/6 470/2/6 469/2/6 +f 470/2/6 461/1/6 459/1/6 +f 469/2/5 470/2/5 461/1/5 +f 459/1/5 461/1/5 470/2/5 +f 471/2/376 461/1/375 469/2/375 +f 461/1/375 471/2/376 462/1/376 +f 469/2/378 461/1/378 471/2/377 +f 462/1/377 471/2/377 461/1/378 +f 472/2/379 462/1/376 471/2/376 +f 462/1/376 472/2/379 464/1/379 +f 471/2/377 462/1/377 472/2/380 +f 464/1/380 472/2/380 462/1/377 +f 466/1/381 472/2/379 473/2/381 +f 472/2/379 466/1/381 464/1/379 +f 473/2/382 472/2/380 466/1/382 +f 464/1/380 466/1/382 472/2/380 +f 468/1/383 473/2/381 474/2/383 +f 473/2/381 468/1/383 466/1/381 +f 474/2/384 473/2/382 468/1/384 +f 466/1/382 468/1/384 473/2/382 +f 475/2/4 468/1/4 474/2/4 +f 468/1/4 475/2/4 467/1/4 +f 474/2/3 468/1/3 475/2/3 +f 467/1/3 475/2/3 468/1/3 +f 465/1/382 475/2/385 476/2/382 +f 475/2/385 465/1/382 467/1/385 +f 476/2/381 475/2/386 465/1/381 +f 467/1/386 465/1/381 475/2/386 +f 463/1/380 476/2/382 477/2/380 +f 476/2/382 463/1/380 465/1/382 +f 477/2/379 476/2/381 463/1/379 +f 465/1/381 463/1/379 476/2/381 +f 463/1/380 478/2/377 460/1/377 +f 478/2/377 463/1/380 477/2/380 +f 460/1/376 478/2/376 463/1/379 +f 477/2/379 463/1/379 478/2/376 +f 460/1/377 470/2/378 459/1/378 +f 470/2/378 460/1/377 478/2/377 +f 459/1/375 470/2/375 460/1/376 +f 478/2/376 460/1/376 470/2/375 +f 481/2/1 480/2/1 479/2/1 +f 480/2/1 481/2/1 482/2/1 +f 479/2/2 480/2/2 481/2/2 +f 482/2/2 481/2/2 480/2/2 +f 485/6/3 484/7/3 483/6/3 +f 484/7/3 485/6/3 486/7/3 +f 483/6/4 484/7/4 485/6/4 +f 486/7/4 485/6/4 484/7/4 +f 485/6/5 487/7/5 486/7/5 +f 487/7/5 485/6/5 488/6/5 +f 486/7/6 487/7/6 485/6/6 +f 488/6/6 485/6/6 487/7/6 +f 489/7/11 483/6/13 484/7/13 +f 483/6/13 489/7/11 490/6/11 +f 484/7/14 483/6/14 489/7/12 +f 490/6/12 489/7/12 483/6/14 +f 487/7/8 492/6/7 491/7/7 +f 492/6/7 487/7/8 488/6/8 +f 491/7/10 492/6/10 487/7/9 +f 488/6/9 487/7/9 492/6/10 +f 490/6/1 485/6/1 483/6/1 +f 485/6/1 490/6/1 488/6/1 +f 488/6/1 490/6/1 492/6/1 +f 483/6/2 485/6/2 490/6/2 +f 488/6/2 490/6/2 485/6/2 +f 492/6/2 490/6/2 488/6/2 +f 492/6/7 489/7/11 491/7/7 +f 489/7/11 492/6/7 490/6/11 +f 491/7/10 489/7/12 492/6/10 +f 490/6/12 492/6/10 489/7/12 +f 495/8/5 494/7/5 493/7/5 +f 494/7/5 495/8/5 496/8/5 +f 493/7/6 494/7/6 495/8/6 +f 496/8/6 495/8/6 494/7/6 +f 495/8/3 498/7/3 497/8/3 +f 498/7/3 495/8/3 493/7/3 +f 497/8/4 498/7/4 495/8/4 +f 493/7/4 495/8/4 498/7/4 +f 499/8/1 495/8/1 497/8/1 +f 495/8/1 499/8/1 496/8/1 +f 496/8/1 499/8/1 500/8/1 +f 497/8/2 495/8/2 499/8/2 +f 496/8/2 499/8/2 495/8/2 +f 500/8/2 499/8/2 496/8/2 +f 494/7/2 498/7/2 493/7/2 +f 498/7/2 494/7/2 501/7/2 +f 501/7/2 494/7/2 502/7/2 +f 493/7/1 498/7/1 494/7/1 +f 501/7/1 494/7/1 498/7/1 +f 502/7/1 494/7/1 501/7/1 +f 494/7/8 500/8/7 502/7/7 +f 500/8/7 494/7/8 496/8/8 +f 502/7/10 500/8/10 494/7/9 +f 496/8/9 494/7/9 500/8/10 +f 500/8/7 501/7/387 502/7/7 +f 501/7/387 500/8/7 499/8/387 +f 502/7/10 501/7/388 500/8/10 +f 499/8/388 500/8/10 501/7/388 +f 501/7/387 497/8/13 498/7/13 +f 497/8/13 501/7/387 499/8/387 +f 498/7/14 497/8/14 501/7/388 +f 499/8/388 501/7/388 497/8/14 +f 505/6/3 504/7/3 503/6/3 +f 504/7/3 505/6/3 506/7/3 +f 503/6/4 504/7/4 505/6/4 +f 506/7/4 505/6/4 504/7/4 +f 505/6/5 507/7/5 506/7/5 +f 507/7/5 505/6/5 508/6/5 +f 506/7/6 507/7/6 505/6/6 +f 508/6/6 505/6/6 507/7/6 +f 509/7/11 503/6/13 504/7/13 +f 503/6/13 509/7/11 510/6/11 +f 504/7/14 503/6/14 509/7/12 +f 510/6/12 509/7/12 503/6/14 +f 507/7/8 512/6/7 511/7/7 +f 512/6/7 507/7/8 508/6/8 +f 511/7/10 512/6/10 507/7/9 +f 508/6/9 507/7/9 512/6/10 +f 510/6/1 505/6/1 503/6/1 +f 505/6/1 510/6/1 508/6/1 +f 508/6/1 510/6/1 512/6/1 +f 503/6/2 505/6/2 510/6/2 +f 508/6/2 510/6/2 505/6/2 +f 512/6/2 510/6/2 508/6/2 +f 512/6/7 509/7/11 511/7/7 +f 509/7/11 512/6/7 510/6/11 +f 511/7/10 509/7/12 512/6/10 +f 510/6/12 512/6/10 509/7/12 +f 515/8/5 514/7/5 513/7/5 +f 514/7/5 515/8/5 516/8/5 +f 513/7/6 514/7/6 515/8/6 +f 516/8/6 515/8/6 514/7/6 +f 515/8/3 518/7/3 517/8/3 +f 518/7/3 515/8/3 513/7/3 +f 517/8/4 518/7/4 515/8/4 +f 513/7/4 515/8/4 518/7/4 +f 519/8/1 515/8/1 517/8/1 +f 515/8/1 519/8/1 516/8/1 +f 516/8/1 519/8/1 520/8/1 +f 517/8/2 515/8/2 519/8/2 +f 516/8/2 519/8/2 515/8/2 +f 520/8/2 519/8/2 516/8/2 +f 514/7/2 518/7/2 513/7/2 +f 518/7/2 514/7/2 521/7/2 +f 521/7/2 514/7/2 522/7/2 +f 513/7/1 518/7/1 514/7/1 +f 521/7/1 514/7/1 518/7/1 +f 522/7/1 514/7/1 521/7/1 +f 514/7/8 520/8/7 522/7/7 +f 520/8/7 514/7/8 516/8/8 +f 522/7/10 520/8/10 514/7/9 +f 516/8/9 514/7/9 520/8/10 +f 520/8/7 521/7/387 522/7/7 +f 521/7/387 520/8/7 519/8/387 +f 522/7/10 521/7/388 520/8/10 +f 519/8/388 520/8/10 521/7/388 +f 521/7/387 517/8/13 518/7/13 +f 517/8/13 521/7/387 519/8/387 +f 518/7/14 517/8/14 521/7/388 +f 519/8/388 521/7/388 517/8/14 +f 525/6/127 524/7/127 523/6/127 +f 524/7/127 525/6/127 526/7/127 +f 523/6/128 524/7/128 525/6/128 +f 526/7/128 525/6/128 524/7/128 +f 525/6/129 527/7/129 526/7/129 +f 527/7/129 525/6/129 528/6/129 +f 526/7/130 527/7/130 525/6/130 +f 528/6/130 525/6/130 527/7/130 +f 529/7/135 523/6/137 524/7/137 +f 523/6/137 529/7/135 530/6/135 +f 524/7/138 523/6/138 529/7/136 +f 530/6/136 529/7/136 523/6/138 +f 527/7/132 532/6/131 531/7/131 +f 532/6/131 527/7/132 528/6/132 +f 531/7/134 532/6/134 527/7/133 +f 528/6/133 527/7/133 532/6/134 +f 530/6/1 525/6/1 523/6/1 +f 525/6/1 530/6/1 528/6/1 +f 528/6/1 530/6/1 532/6/1 +f 523/6/2 525/6/2 530/6/2 +f 528/6/2 530/6/2 525/6/2 +f 532/6/2 530/6/2 528/6/2 +f 532/6/131 529/7/135 531/7/131 +f 529/7/135 532/6/131 530/6/135 +f 531/7/134 529/7/136 532/6/134 +f 530/6/136 532/6/134 529/7/136 +f 535/8/129 534/7/129 533/7/129 +f 534/7/129 535/8/129 536/8/129 +f 533/7/130 534/7/130 535/8/130 +f 536/8/130 535/8/130 534/7/130 +f 535/8/127 538/7/127 537/8/127 +f 538/7/127 535/8/127 533/7/127 +f 537/8/128 538/7/128 535/8/128 +f 533/7/128 535/8/128 538/7/128 +f 539/8/1 535/8/1 537/8/1 +f 535/8/1 539/8/1 536/8/1 +f 536/8/1 539/8/1 540/8/1 +f 537/8/2 535/8/2 539/8/2 +f 536/8/2 539/8/2 535/8/2 +f 540/8/2 539/8/2 536/8/2 +f 534/7/2 538/7/2 533/7/2 +f 538/7/2 534/7/2 541/7/2 +f 541/7/2 534/7/2 542/7/2 +f 533/7/1 538/7/1 534/7/1 +f 541/7/1 534/7/1 538/7/1 +f 542/7/1 534/7/1 541/7/1 +f 534/7/132 540/8/131 542/7/131 +f 540/8/131 534/7/132 536/8/132 +f 542/7/134 540/8/134 534/7/133 +f 536/8/133 534/7/133 540/8/134 +f 540/8/131 541/7/389 542/7/131 +f 541/7/389 540/8/131 539/8/389 +f 542/7/134 541/7/390 540/8/134 +f 539/8/390 540/8/134 541/7/390 +f 541/7/389 537/8/137 538/7/137 +f 537/8/137 541/7/389 539/8/389 +f 538/7/138 537/8/138 541/7/390 +f 539/8/390 541/7/390 537/8/138 +f 545/6/127 544/7/127 543/6/127 +f 544/7/127 545/6/127 546/7/127 +f 543/6/128 544/7/128 545/6/128 +f 546/7/128 545/6/128 544/7/128 +f 545/6/129 547/7/129 546/7/129 +f 547/7/129 545/6/129 548/6/129 +f 546/7/130 547/7/130 545/6/130 +f 548/6/130 545/6/130 547/7/130 +f 549/7/135 543/6/137 544/7/137 +f 543/6/137 549/7/135 550/6/135 +f 544/7/138 543/6/138 549/7/136 +f 550/6/136 549/7/136 543/6/138 +f 547/7/132 552/6/131 551/7/131 +f 552/6/131 547/7/132 548/6/132 +f 551/7/134 552/6/134 547/7/133 +f 548/6/133 547/7/133 552/6/134 +f 550/6/1 545/6/1 543/6/1 +f 545/6/1 550/6/1 548/6/1 +f 548/6/1 550/6/1 552/6/1 +f 543/6/2 545/6/2 550/6/2 +f 548/6/2 550/6/2 545/6/2 +f 552/6/2 550/6/2 548/6/2 +f 552/6/131 549/7/135 551/7/131 +f 549/7/135 552/6/131 550/6/135 +f 551/7/134 549/7/136 552/6/134 +f 550/6/136 552/6/134 549/7/136 +f 555/8/129 554/7/129 553/7/129 +f 554/7/129 555/8/129 556/8/129 +f 553/7/130 554/7/130 555/8/130 +f 556/8/130 555/8/130 554/7/130 +f 555/8/127 558/7/127 557/8/127 +f 558/7/127 555/8/127 553/7/127 +f 557/8/128 558/7/128 555/8/128 +f 553/7/128 555/8/128 558/7/128 +f 559/8/1 555/8/1 557/8/1 +f 555/8/1 559/8/1 556/8/1 +f 556/8/1 559/8/1 560/8/1 +f 557/8/2 555/8/2 559/8/2 +f 556/8/2 559/8/2 555/8/2 +f 560/8/2 559/8/2 556/8/2 +f 554/7/2 558/7/2 553/7/2 +f 558/7/2 554/7/2 561/7/2 +f 561/7/2 554/7/2 562/7/2 +f 553/7/1 558/7/1 554/7/1 +f 561/7/1 554/7/1 558/7/1 +f 562/7/1 554/7/1 561/7/1 +f 554/7/132 560/8/131 562/7/131 +f 560/8/131 554/7/132 556/8/132 +f 562/7/134 560/8/134 554/7/133 +f 556/8/133 554/7/133 560/8/134 +f 560/8/131 561/7/389 562/7/131 +f 561/7/389 560/8/131 559/8/389 +f 562/7/134 561/7/390 560/8/134 +f 559/8/390 560/8/134 561/7/390 +f 561/7/389 557/8/137 558/7/137 +f 557/8/137 561/7/389 559/8/389 +f 558/7/138 557/8/138 561/7/390 +f 559/8/390 561/7/390 557/8/138 +f 565/6/139 564/7/139 563/6/139 +f 564/7/139 565/6/139 566/7/139 +f 563/6/140 564/7/140 565/6/140 +f 566/7/140 565/6/140 564/7/140 +f 565/6/141 567/7/141 566/7/141 +f 567/7/141 565/6/141 568/6/141 +f 566/7/142 567/7/142 565/6/142 +f 568/6/142 565/6/142 567/7/142 +f 569/7/147 563/6/149 564/7/149 +f 563/6/149 569/7/147 570/6/147 +f 564/7/150 563/6/150 569/7/148 +f 570/6/148 569/7/148 563/6/150 +f 567/7/144 572/6/143 571/7/143 +f 572/6/143 567/7/144 568/6/144 +f 571/7/146 572/6/146 567/7/145 +f 568/6/145 567/7/145 572/6/146 +f 570/6/1 565/6/1 563/6/1 +f 565/6/1 570/6/1 568/6/1 +f 568/6/1 570/6/1 572/6/1 +f 563/6/2 565/6/2 570/6/2 +f 568/6/2 570/6/2 565/6/2 +f 572/6/2 570/6/2 568/6/2 +f 572/6/143 569/7/147 571/7/143 +f 569/7/147 572/6/143 570/6/147 +f 571/7/146 569/7/148 572/6/146 +f 570/6/148 572/6/146 569/7/148 +f 575/8/141 574/7/141 573/7/141 +f 574/7/141 575/8/141 576/8/141 +f 573/7/142 574/7/142 575/8/142 +f 576/8/142 575/8/142 574/7/142 +f 575/8/139 578/7/139 577/8/139 +f 578/7/139 575/8/139 573/7/139 +f 577/8/140 578/7/140 575/8/140 +f 573/7/140 575/8/140 578/7/140 +f 579/8/1 575/8/1 577/8/1 +f 575/8/1 579/8/1 576/8/1 +f 576/8/1 579/8/1 580/8/1 +f 577/8/2 575/8/2 579/8/2 +f 576/8/2 579/8/2 575/8/2 +f 580/8/2 579/8/2 576/8/2 +f 574/7/2 578/7/2 573/7/2 +f 578/7/2 574/7/2 581/7/2 +f 581/7/2 574/7/2 582/7/2 +f 573/7/1 578/7/1 574/7/1 +f 581/7/1 574/7/1 578/7/1 +f 582/7/1 574/7/1 581/7/1 +f 574/7/144 580/8/143 582/7/143 +f 580/8/143 574/7/144 576/8/144 +f 582/7/146 580/8/146 574/7/145 +f 576/8/145 574/7/145 580/8/146 +f 580/8/143 581/7/391 582/7/143 +f 581/7/391 580/8/143 579/8/391 +f 582/7/146 581/7/392 580/8/146 +f 579/8/392 580/8/146 581/7/392 +f 581/7/391 577/8/149 578/7/149 +f 577/8/149 581/7/391 579/8/391 +f 578/7/150 577/8/150 581/7/392 +f 579/8/392 581/7/392 577/8/150 +f 585/6/151 584/7/151 583/6/151 +f 584/7/151 585/6/151 586/7/151 +f 583/6/152 584/7/152 585/6/152 +f 586/7/152 585/6/152 584/7/152 +f 585/6/153 587/7/153 586/7/153 +f 587/7/153 585/6/153 588/6/153 +f 586/7/154 587/7/154 585/6/154 +f 588/6/154 585/6/154 587/7/154 +f 589/7/148 583/6/150 584/7/150 +f 583/6/150 589/7/148 590/6/148 +f 584/7/149 583/6/149 589/7/147 +f 590/6/147 589/7/147 583/6/149 +f 587/7/145 592/6/146 591/7/146 +f 592/6/146 587/7/145 588/6/145 +f 591/7/143 592/6/143 587/7/144 +f 588/6/144 587/7/144 592/6/143 +f 590/6/1 585/6/1 583/6/1 +f 585/6/1 590/6/1 588/6/1 +f 588/6/1 590/6/1 592/6/1 +f 583/6/2 585/6/2 590/6/2 +f 588/6/2 590/6/2 585/6/2 +f 592/6/2 590/6/2 588/6/2 +f 592/6/146 589/7/148 591/7/146 +f 589/7/148 592/6/146 590/6/148 +f 591/7/143 589/7/147 592/6/143 +f 590/6/147 592/6/143 589/7/147 +f 595/8/153 594/7/153 593/7/153 +f 594/7/153 595/8/153 596/8/153 +f 593/7/154 594/7/154 595/8/154 +f 596/8/154 595/8/154 594/7/154 +f 595/8/151 598/7/151 597/8/151 +f 598/7/151 595/8/151 593/7/151 +f 597/8/152 598/7/152 595/8/152 +f 593/7/152 595/8/152 598/7/152 +f 599/8/1 595/8/1 597/8/1 +f 595/8/1 599/8/1 596/8/1 +f 596/8/1 599/8/1 600/8/1 +f 597/8/2 595/8/2 599/8/2 +f 596/8/2 599/8/2 595/8/2 +f 600/8/2 599/8/2 596/8/2 +f 594/7/2 598/7/2 593/7/2 +f 598/7/2 594/7/2 601/7/2 +f 601/7/2 594/7/2 602/7/2 +f 593/7/1 598/7/1 594/7/1 +f 601/7/1 594/7/1 598/7/1 +f 602/7/1 594/7/1 601/7/1 +f 594/7/145 600/8/146 602/7/146 +f 600/8/146 594/7/145 596/8/145 +f 602/7/143 600/8/143 594/7/144 +f 596/8/144 594/7/144 600/8/143 +f 600/8/146 601/7/392 602/7/146 +f 601/7/392 600/8/146 599/8/392 +f 602/7/143 601/7/391 600/8/143 +f 599/8/391 600/8/143 601/7/391 +f 601/7/392 597/8/150 598/7/150 +f 597/8/150 601/7/392 599/8/392 +f 598/7/149 597/8/149 601/7/391 +f 599/8/391 601/7/391 597/8/149 +f 605/8/151 604/7/151 603/8/151 +f 604/7/151 605/8/151 606/7/151 +f 603/8/152 604/7/152 605/8/152 +f 606/7/152 605/8/152 604/7/152 +f 609/8/393 608/7/154 607/7/393 +f 608/7/154 609/8/393 610/8/154 +f 607/7/394 608/7/153 609/8/394 +f 610/8/153 609/8/394 608/7/153 +f 605/8/153 611/7/153 606/7/153 +f 611/7/153 605/8/153 612/8/153 +f 606/7/154 611/7/154 605/8/154 +f 612/8/154 605/8/154 611/7/154 +f 610/8/154 604/7/395 608/7/154 +f 604/7/395 610/8/154 603/8/395 +f 608/7/153 604/7/396 610/8/153 +f 603/8/396 610/8/153 604/7/396 +f 611/7/2 604/7/2 606/7/2 +f 604/7/2 611/7/2 608/7/2 +f 608/7/2 611/7/2 607/7/2 +f 606/7/1 604/7/1 611/7/1 +f 608/7/1 611/7/1 604/7/1 +f 607/7/1 611/7/1 608/7/1 +f 603/8/1 612/8/1 605/8/1 +f 612/8/1 603/8/1 610/8/1 +f 612/8/1 610/8/1 609/8/1 +f 605/8/2 612/8/2 603/8/2 +f 610/8/2 603/8/2 612/8/2 +f 609/8/2 610/8/2 612/8/2 +f 611/7/152 609/8/152 607/7/152 +f 609/8/152 611/7/152 612/8/152 +f 607/7/151 609/8/151 611/7/151 +f 612/8/151 611/7/151 609/8/151 +f 615/6/1 614/6/1 613/6/1 +f 614/6/1 615/6/1 616/6/1 +f 614/6/1 616/6/1 617/6/1 +f 613/6/2 614/6/2 615/6/2 +f 616/6/2 615/6/2 614/6/2 +f 617/6/2 616/6/2 614/6/2 +f 613/6/153 619/7/153 618/7/153 +f 619/7/153 613/6/153 614/6/153 +f 618/7/154 619/7/154 613/6/154 +f 614/6/154 613/6/154 619/7/154 +f 619/7/152 617/6/152 620/7/152 +f 617/6/152 619/7/152 614/6/152 +f 620/7/151 617/6/151 619/7/151 +f 614/6/151 619/7/151 617/6/151 +f 613/6/151 621/7/151 615/6/151 +f 621/7/151 613/6/151 618/7/151 +f 615/6/152 621/7/152 613/6/152 +f 618/7/152 613/6/152 621/7/152 +f 623/10/172 622/9/172 616/6/153 +f 622/9/172 624/11/172 616/6/153 +f 625/12/172 623/10/172 616/6/153 +f 616/6/153 624/11/172 626/7/153 +f 627/11/172 626/7/153 624/11/172 +f 626/7/153 627/11/172 620/7/172 +f 628/9/172 620/7/172 627/11/172 +f 617/6/172 625/12/172 616/6/153 +f 617/6/172 620/7/172 628/9/172 +f 625/12/172 617/6/172 629/12/172 +f 630/10/172 617/6/172 628/9/172 +f 629/12/172 617/6/172 630/10/172 +f 632/14/174 631/13/174 615/6/174 +f 633/15/174 632/14/174 615/6/174 +f 616/6/153 633/15/174 615/6/174 +f 633/15/174 616/6/153 634/15/174 +f 615/6/174 631/13/174 621/7/174 +f 634/15/174 616/6/153 635/14/174 +f 635/14/174 616/6/153 636/13/174 +f 637/16/174 621/7/174 631/13/174 +f 636/13/174 616/6/153 638/17/174 +f 639/16/174 636/13/174 638/17/174 +f 639/16/174 638/17/174 637/16/174 +f 638/17/174 616/6/153 640/17/174 +f 640/17/174 616/6/153 641/18/174 +f 641/18/174 616/6/153 642/19/174 +f 616/6/153 626/7/153 642/19/174 +f 642/19/174 626/7/153 643/20/174 +f 621/7/174 643/20/174 626/7/153 +f 643/20/174 621/7/174 644/20/174 +f 644/20/174 621/7/174 637/16/174 +f 638/17/174 645/18/174 637/16/174 +f 646/19/174 644/20/174 637/16/174 +f 645/18/174 646/19/174 637/16/174 +f 616/6/154 622/9/171 623/10/171 +f 616/6/154 623/10/171 625/12/171 +f 616/6/154 624/11/171 622/9/171 +f 626/7/154 624/11/171 616/6/154 +f 624/11/171 626/7/154 627/11/171 +f 620/7/171 627/11/171 626/7/154 +f 627/11/171 620/7/171 628/9/171 +f 616/6/154 625/12/171 617/6/171 +f 628/9/171 620/7/171 617/6/171 +f 629/12/171 617/6/171 625/12/171 +f 628/9/171 617/6/171 630/10/171 +f 630/10/171 617/6/171 629/12/171 +f 615/6/173 631/13/173 632/14/173 +f 615/6/173 632/14/173 633/15/173 +f 615/6/173 633/15/173 616/6/154 +f 634/15/173 616/6/154 633/15/173 +f 621/7/173 631/13/173 615/6/173 +f 635/14/173 616/6/154 634/15/173 +f 636/13/173 616/6/154 635/14/173 +f 631/13/173 621/7/173 637/16/173 +f 638/17/173 616/6/154 636/13/173 +f 638/17/173 636/13/173 639/16/173 +f 637/16/173 638/17/173 639/16/173 +f 640/17/173 616/6/154 638/17/173 +f 641/18/173 616/6/154 640/17/173 +f 642/19/173 616/6/154 641/18/173 +f 642/19/173 626/7/154 616/6/154 +f 643/20/173 626/7/154 642/19/173 +f 626/7/154 643/20/173 621/7/173 +f 644/20/173 621/7/173 643/20/173 +f 637/16/173 621/7/173 644/20/173 +f 637/16/173 645/18/173 638/17/173 +f 637/16/173 644/20/173 646/19/173 +f 637/16/173 646/19/173 645/18/173 +f 649/22/397 648/21/398 647/21/397 +f 648/21/398 649/22/397 650/22/398 +f 647/21/399 648/21/400 649/22/399 +f 650/22/400 649/22/399 648/21/400 +f 653/22/399 652/21/400 651/21/399 +f 652/21/400 653/22/399 654/22/400 +f 651/21/397 652/21/398 653/22/397 +f 654/22/398 653/22/397 652/21/398 +f 657/22/402 656/21/401 655/22/401 +f 656/21/401 657/22/402 658/21/402 +f 655/22/404 656/21/404 657/22/403 +f 658/21/403 657/22/403 656/21/404 +f 661/21/404 660/22/403 659/21/403 +f 660/22/403 661/21/404 662/22/404 +f 659/21/402 660/22/402 661/21/401 +f 662/22/401 661/21/401 660/22/402 +f 654/22/400 661/21/404 652/21/400 +f 661/21/404 654/22/400 662/22/404 +f 652/21/398 661/21/401 654/22/398 +f 662/22/401 654/22/398 661/21/401 +f 650/22/398 656/21/401 648/21/398 +f 656/21/401 650/22/398 655/22/401 +f 648/21/400 656/21/404 650/22/400 +f 655/22/404 650/22/400 656/21/404 +f 657/22/402 651/21/399 658/21/402 +f 651/21/399 657/22/402 653/22/399 +f 658/21/403 651/21/397 657/22/403 +f 653/22/397 657/22/403 651/21/397 +f 660/22/403 647/21/397 659/21/403 +f 647/21/397 660/22/403 649/22/397 +f 659/21/402 647/21/399 660/22/402 +f 649/22/399 660/22/402 647/21/399 +f 650/22/405 657/22/405 655/22/405 +f 657/22/405 650/22/405 653/22/405 +f 653/22/405 650/22/405 649/22/405 +f 653/22/405 649/22/405 654/22/405 +f 654/22/405 649/22/405 660/22/405 +f 654/22/405 660/22/405 662/22/405 +f 655/22/406 657/22/406 650/22/406 +f 653/22/406 650/22/406 657/22/406 +f 649/22/406 650/22/406 653/22/406 +f 654/22/406 649/22/406 653/22/406 +f 660/22/406 649/22/406 654/22/406 +f 662/22/406 660/22/406 654/22/406 +f 651/21/406 656/21/406 658/21/406 +f 656/21/406 651/21/406 648/21/406 +f 648/21/406 651/21/406 652/21/406 +f 648/21/406 652/21/406 647/21/406 +f 647/21/406 652/21/406 661/21/406 +f 647/21/406 661/21/406 659/21/406 +f 658/21/405 656/21/405 651/21/405 +f 648/21/405 651/21/405 656/21/405 +f 652/21/405 651/21/405 648/21/405 +f 647/21/405 652/21/405 648/21/405 +f 661/21/405 652/21/405 647/21/405 +f 659/21/405 661/21/405 647/21/405 +f 665/22/407 664/21/408 663/21/407 +f 664/21/408 665/22/407 666/22/408 +f 663/21/409 664/21/410 665/22/409 +f 666/22/410 665/22/409 664/21/410 +f 669/22/409 668/21/410 667/21/409 +f 668/21/410 669/22/409 670/22/410 +f 667/21/407 668/21/408 669/22/407 +f 670/22/408 669/22/407 668/21/408 +f 673/22/412 672/21/411 671/22/411 +f 672/21/411 673/22/412 674/21/412 +f 671/22/414 672/21/414 673/22/413 +f 674/21/413 673/22/413 672/21/414 +f 677/21/414 676/22/413 675/21/413 +f 676/22/413 677/21/414 678/22/414 +f 675/21/412 676/22/412 677/21/411 +f 678/22/411 677/21/411 676/22/412 +f 670/22/410 677/21/414 668/21/410 +f 677/21/414 670/22/410 678/22/414 +f 668/21/408 677/21/411 670/22/408 +f 678/22/411 670/22/408 677/21/411 +f 666/22/408 672/21/411 664/21/408 +f 672/21/411 666/22/408 671/22/411 +f 664/21/410 672/21/414 666/22/410 +f 671/22/414 666/22/410 672/21/414 +f 673/22/412 667/21/409 674/21/412 +f 667/21/409 673/22/412 669/22/409 +f 674/21/413 667/21/407 673/22/413 +f 669/22/407 673/22/413 667/21/407 +f 676/22/413 663/21/407 675/21/413 +f 663/21/407 676/22/413 665/22/407 +f 675/21/412 663/21/409 676/22/412 +f 665/22/409 676/22/412 663/21/409 +f 666/22/415 673/22/415 671/22/415 +f 673/22/415 666/22/415 669/22/415 +f 669/22/415 666/22/415 665/22/415 +f 669/22/415 665/22/415 670/22/415 +f 670/22/415 665/22/415 676/22/415 +f 670/22/415 676/22/415 678/22/415 +f 671/22/416 673/22/416 666/22/416 +f 669/22/416 666/22/416 673/22/416 +f 665/22/416 666/22/416 669/22/416 +f 670/22/416 665/22/416 669/22/416 +f 676/22/416 665/22/416 670/22/416 +f 678/22/416 676/22/416 670/22/416 +f 667/21/416 672/21/416 674/21/416 +f 672/21/416 667/21/416 664/21/416 +f 664/21/416 667/21/416 668/21/416 +f 664/21/416 668/21/416 663/21/416 +f 663/21/416 668/21/416 677/21/416 +f 663/21/416 677/21/416 675/21/416 +f 674/21/415 672/21/415 667/21/415 +f 664/21/415 667/21/415 672/21/415 +f 668/21/415 667/21/415 664/21/415 +f 663/21/415 668/21/415 664/21/415 +f 677/21/415 668/21/415 663/21/415 +f 675/21/415 677/21/415 663/21/415 +f 681/22/407 680/21/408 679/21/407 +f 680/21/408 681/22/407 682/22/408 +f 679/21/409 680/21/410 681/22/409 +f 682/22/410 681/22/409 680/21/410 +f 684/22/409 640/21/410 683/21/409 +f 640/21/410 684/22/409 685/22/410 +f 683/21/407 640/21/408 684/22/407 +f 685/22/408 684/22/407 640/21/408 +f 688/22/412 687/21/411 686/22/411 +f 687/21/411 688/22/412 689/21/412 +f 686/22/414 687/21/414 688/22/413 +f 689/21/413 688/22/413 687/21/414 +f 691/21/414 690/22/413 642/21/413 +f 690/22/413 691/21/414 692/22/414 +f 642/21/412 690/22/412 691/21/411 +f 692/22/411 691/21/411 690/22/412 +f 685/22/410 691/21/414 640/21/410 +f 691/21/414 685/22/410 692/22/414 +f 640/21/408 691/21/411 685/22/408 +f 692/22/411 685/22/408 691/21/411 +f 682/22/408 687/21/411 680/21/408 +f 687/21/411 682/22/408 686/22/411 +f 680/21/410 687/21/414 682/22/410 +f 686/22/414 682/22/410 687/21/414 +f 688/22/412 683/21/409 689/21/412 +f 683/21/409 688/22/412 684/22/409 +f 689/21/413 683/21/407 688/22/413 +f 684/22/407 688/22/413 683/21/407 +f 690/22/413 679/21/407 642/21/413 +f 679/21/407 690/22/413 681/22/407 +f 642/21/412 679/21/409 690/22/412 +f 681/22/409 690/22/412 679/21/409 +f 682/22/415 688/22/415 686/22/415 +f 688/22/415 682/22/415 684/22/415 +f 684/22/415 682/22/415 681/22/415 +f 684/22/415 681/22/415 685/22/415 +f 685/22/415 681/22/415 690/22/415 +f 685/22/415 690/22/415 692/22/415 +f 686/22/416 688/22/416 682/22/416 +f 684/22/416 682/22/416 688/22/416 +f 681/22/416 682/22/416 684/22/416 +f 685/22/416 681/22/416 684/22/416 +f 690/22/416 681/22/416 685/22/416 +f 692/22/416 690/22/416 685/22/416 +f 683/21/416 687/21/416 689/21/416 +f 687/21/416 683/21/416 680/21/416 +f 680/21/416 683/21/416 640/21/416 +f 680/21/416 640/21/416 679/21/416 +f 679/21/416 640/21/416 691/21/416 +f 679/21/416 691/21/416 642/21/416 +f 689/21/415 687/21/415 683/21/415 +f 680/21/415 683/21/415 687/21/415 +f 640/21/415 683/21/415 680/21/415 +f 679/21/415 640/21/415 680/21/415 +f 691/21/415 640/21/415 679/21/415 +f 642/21/415 691/21/415 679/21/415 +f 141/8/3 694/7/3 693/8/3 +f 694/7/3 141/8/3 695/7/3 +f 693/8/4 694/7/4 141/8/4 +f 695/7/4 141/8/4 694/7/4 +f 698/8/417 697/7/6 696/7/417 +f 697/7/6 698/8/417 699/8/6 +f 696/7/418 697/7/5 698/8/418 +f 699/8/5 698/8/418 697/7/5 +f 141/8/5 700/7/5 695/7/5 +f 700/7/5 141/8/5 701/8/5 +f 695/7/6 700/7/6 141/8/6 +f 701/8/6 141/8/6 700/7/6 +f 699/8/6 694/7/419 697/7/6 +f 694/7/419 699/8/6 693/8/419 +f 697/7/5 694/7/420 699/8/5 +f 693/8/420 699/8/5 694/7/420 +f 700/7/2 694/7/2 695/7/2 +f 694/7/2 700/7/2 697/7/2 +f 697/7/2 700/7/2 696/7/2 +f 695/7/1 694/7/1 700/7/1 +f 697/7/1 700/7/1 694/7/1 +f 696/7/1 700/7/1 697/7/1 +f 693/8/1 701/8/1 141/8/1 +f 701/8/1 693/8/1 699/8/1 +f 701/8/1 699/8/1 698/8/1 +f 141/8/2 701/8/2 693/8/2 +f 699/8/2 693/8/2 701/8/2 +f 698/8/2 699/8/2 701/8/2 +f 700/7/4 698/8/4 696/7/4 +f 698/8/4 700/7/4 701/8/4 +f 696/7/3 698/8/3 700/7/3 +f 701/8/3 700/7/3 698/8/3 +f 704/6/1 703/6/1 702/6/1 +f 703/6/1 704/6/1 705/6/1 +f 703/6/1 705/6/1 706/6/1 +f 702/6/2 703/6/2 704/6/2 +f 705/6/2 704/6/2 703/6/2 +f 706/6/2 705/6/2 703/6/2 +f 702/6/5 708/7/5 707/7/5 +f 708/7/5 702/6/5 703/6/5 +f 707/7/6 708/7/6 702/6/6 +f 703/6/6 702/6/6 708/7/6 +f 708/7/4 706/6/4 709/7/4 +f 706/6/4 708/7/4 703/6/4 +f 709/7/3 706/6/3 708/7/3 +f 703/6/3 708/7/3 706/6/3 +f 702/6/3 710/7/3 704/6/3 +f 710/7/3 702/6/3 707/7/3 +f 704/6/4 710/7/4 702/6/4 +f 707/7/4 702/6/4 710/7/4 +f 712/10/256 711/9/256 705/6/5 +f 711/9/256 713/11/256 705/6/5 +f 714/12/256 712/10/256 705/6/5 +f 705/6/5 713/11/256 715/7/5 +f 716/11/256 715/7/5 713/11/256 +f 715/7/5 716/11/256 709/7/256 +f 717/9/256 709/7/256 716/11/256 +f 706/6/256 714/12/256 705/6/5 +f 706/6/256 709/7/256 717/9/256 +f 714/12/256 706/6/256 718/12/256 +f 719/10/256 706/6/256 717/9/256 +f 718/12/256 706/6/256 719/10/256 +f 721/14/258 720/13/258 704/6/258 +f 722/15/258 721/14/258 704/6/258 +f 705/6/5 722/15/258 704/6/258 +f 722/15/258 705/6/5 723/15/258 +f 704/6/258 720/13/258 710/7/258 +f 723/15/258 705/6/5 724/14/258 +f 724/14/258 705/6/5 725/13/258 +f 726/16/258 710/7/258 720/13/258 +f 725/13/258 705/6/5 727/17/258 +f 728/16/258 725/13/258 727/17/258 +f 728/16/258 727/17/258 726/16/258 +f 727/17/258 705/6/5 729/17/258 +f 729/17/258 705/6/5 730/18/258 +f 730/18/258 705/6/5 731/19/258 +f 705/6/5 715/7/5 731/19/258 +f 731/19/258 715/7/5 732/20/258 +f 710/7/258 732/20/258 715/7/5 +f 732/20/258 710/7/258 733/20/258 +f 733/20/258 710/7/258 726/16/258 +f 727/17/258 734/18/258 726/16/258 +f 735/19/258 733/20/258 726/16/258 +f 734/18/258 735/19/258 726/16/258 +f 705/6/6 711/9/255 712/10/255 +f 705/6/6 712/10/255 714/12/255 +f 705/6/6 713/11/255 711/9/255 +f 715/7/6 713/11/255 705/6/6 +f 713/11/255 715/7/6 716/11/255 +f 709/7/255 716/11/255 715/7/6 +f 716/11/255 709/7/255 717/9/255 +f 705/6/6 714/12/255 706/6/255 +f 717/9/255 709/7/255 706/6/255 +f 718/12/255 706/6/255 714/12/255 +f 717/9/255 706/6/255 719/10/255 +f 719/10/255 706/6/255 718/12/255 +f 704/6/257 720/13/257 721/14/257 +f 704/6/257 721/14/257 722/15/257 +f 704/6/257 722/15/257 705/6/6 +f 723/15/257 705/6/6 722/15/257 +f 710/7/257 720/13/257 704/6/257 +f 724/14/257 705/6/6 723/15/257 +f 725/13/257 705/6/6 724/14/257 +f 720/13/257 710/7/257 726/16/257 +f 727/17/257 705/6/6 725/13/257 +f 727/17/257 725/13/257 728/16/257 +f 726/16/257 727/17/257 728/16/257 +f 729/17/257 705/6/6 727/17/257 +f 730/18/257 705/6/6 729/17/257 +f 731/19/257 705/6/6 730/18/257 +f 731/19/257 715/7/6 705/6/6 +f 732/20/257 715/7/6 731/19/257 +f 715/7/6 732/20/257 710/7/257 +f 733/20/257 710/7/257 732/20/257 +f 726/16/257 710/7/257 733/20/257 +f 726/16/257 734/18/257 727/17/257 +f 726/16/257 733/20/257 735/19/257 +f 726/16/257 735/19/257 734/18/257 +f 738/22/421 737/21/422 736/21/421 +f 737/21/422 738/22/421 739/22/422 +f 736/21/423 737/21/424 738/22/423 +f 739/22/424 738/22/423 737/21/424 +f 742/22/423 741/21/424 740/21/423 +f 741/21/424 742/22/423 743/22/424 +f 740/21/421 741/21/422 742/22/421 +f 743/22/422 742/22/421 741/21/422 +f 746/22/426 745/21/425 744/22/425 +f 745/21/425 746/22/426 747/21/426 +f 744/22/428 745/21/428 746/22/427 +f 747/21/427 746/22/427 745/21/428 +f 750/21/428 749/22/427 748/21/427 +f 749/22/427 750/21/428 751/22/428 +f 748/21/426 749/22/426 750/21/425 +f 751/22/425 750/21/425 749/22/426 +f 743/22/424 750/21/428 741/21/424 +f 750/21/428 743/22/424 751/22/428 +f 741/21/422 750/21/425 743/22/422 +f 751/22/425 743/22/422 750/21/425 +f 739/22/422 745/21/425 737/21/422 +f 745/21/425 739/22/422 744/22/425 +f 737/21/424 745/21/428 739/22/424 +f 744/22/428 739/22/424 745/21/428 +f 746/22/426 740/21/423 747/21/426 +f 740/21/423 746/22/426 742/22/423 +f 747/21/427 740/21/421 746/22/427 +f 742/22/421 746/22/427 740/21/421 +f 749/22/427 736/21/421 748/21/427 +f 736/21/421 749/22/427 738/22/421 +f 748/21/426 736/21/423 749/22/426 +f 738/22/423 749/22/426 736/21/423 +f 739/22/429 746/22/429 744/22/429 +f 746/22/429 739/22/429 742/22/429 +f 742/22/429 739/22/429 738/22/429 +f 742/22/429 738/22/429 743/22/429 +f 743/22/429 738/22/429 749/22/429 +f 743/22/429 749/22/429 751/22/429 +f 744/22/430 746/22/430 739/22/430 +f 742/22/430 739/22/430 746/22/430 +f 738/22/430 739/22/430 742/22/430 +f 743/22/430 738/22/430 742/22/430 +f 749/22/430 738/22/430 743/22/430 +f 751/22/430 749/22/430 743/22/430 +f 740/21/430 745/21/430 747/21/430 +f 745/21/430 740/21/430 737/21/430 +f 737/21/430 740/21/430 741/21/430 +f 737/21/430 741/21/430 736/21/430 +f 736/21/430 741/21/430 750/21/430 +f 736/21/430 750/21/430 748/21/430 +f 747/21/429 745/21/429 740/21/429 +f 737/21/429 740/21/429 745/21/429 +f 741/21/429 740/21/429 737/21/429 +f 736/21/429 741/21/429 737/21/429 +f 750/21/429 741/21/429 736/21/429 +f 748/21/429 750/21/429 736/21/429 +f 754/22/431 753/21/432 752/21/431 +f 753/21/432 754/22/431 755/22/432 +f 752/21/433 753/21/434 754/22/433 +f 755/22/434 754/22/433 753/21/434 +f 758/22/433 757/21/434 756/21/433 +f 757/21/434 758/22/433 759/22/434 +f 756/21/431 757/21/432 758/22/431 +f 759/22/432 758/22/431 757/21/432 +f 762/22/436 761/21/435 760/22/435 +f 761/21/435 762/22/436 763/21/436 +f 760/22/438 761/21/438 762/22/437 +f 763/21/437 762/22/437 761/21/438 +f 766/21/438 765/22/437 764/21/437 +f 765/22/437 766/21/438 767/22/438 +f 764/21/436 765/22/436 766/21/435 +f 767/22/435 766/21/435 765/22/436 +f 759/22/434 766/21/438 757/21/434 +f 766/21/438 759/22/434 767/22/438 +f 757/21/432 766/21/435 759/22/432 +f 767/22/435 759/22/432 766/21/435 +f 755/22/432 761/21/435 753/21/432 +f 761/21/435 755/22/432 760/22/435 +f 753/21/434 761/21/438 755/22/434 +f 760/22/438 755/22/434 761/21/438 +f 762/22/436 756/21/433 763/21/436 +f 756/21/433 762/22/436 758/22/433 +f 763/21/437 756/21/431 762/22/437 +f 758/22/431 762/22/437 756/21/431 +f 765/22/437 752/21/431 764/21/437 +f 752/21/431 765/22/437 754/22/431 +f 764/21/436 752/21/433 765/22/436 +f 754/22/433 765/22/436 752/21/433 +f 755/22/439 762/22/439 760/22/439 +f 762/22/439 755/22/439 758/22/439 +f 758/22/439 755/22/439 754/22/439 +f 758/22/439 754/22/439 759/22/439 +f 759/22/439 754/22/439 765/22/439 +f 759/22/439 765/22/439 767/22/439 +f 760/22/440 762/22/440 755/22/440 +f 758/22/440 755/22/440 762/22/440 +f 754/22/440 755/22/440 758/22/440 +f 759/22/440 754/22/440 758/22/440 +f 765/22/440 754/22/440 759/22/440 +f 767/22/440 765/22/440 759/22/440 +f 756/21/440 761/21/440 763/21/440 +f 761/21/440 756/21/440 753/21/440 +f 753/21/440 756/21/440 757/21/440 +f 753/21/440 757/21/440 752/21/440 +f 752/21/440 757/21/440 766/21/440 +f 752/21/440 766/21/440 764/21/440 +f 763/21/439 761/21/439 756/21/439 +f 753/21/439 756/21/439 761/21/439 +f 757/21/439 756/21/439 753/21/439 +f 752/21/439 757/21/439 753/21/439 +f 766/21/439 757/21/439 752/21/439 +f 764/21/439 766/21/439 752/21/439 +f 770/22/431 769/21/432 768/21/431 +f 769/21/432 770/22/431 771/22/432 +f 768/21/433 769/21/434 770/22/433 +f 771/22/434 770/22/433 769/21/434 +f 773/22/433 772/21/434 727/21/433 +f 772/21/434 773/22/433 774/22/434 +f 727/21/431 772/21/432 773/22/431 +f 774/22/432 773/22/431 772/21/432 +f 777/22/436 776/21/435 775/22/435 +f 776/21/435 777/22/436 778/21/436 +f 775/22/438 776/21/438 777/22/437 +f 778/21/437 777/22/437 776/21/438 +f 781/21/438 780/22/437 779/21/437 +f 780/22/437 781/21/438 782/22/438 +f 779/21/436 780/22/436 781/21/435 +f 782/22/435 781/21/435 780/22/436 +f 774/22/434 781/21/438 772/21/434 +f 781/21/438 774/22/434 782/22/438 +f 772/21/432 781/21/435 774/22/432 +f 782/22/435 774/22/432 781/21/435 +f 771/22/432 776/21/435 769/21/432 +f 776/21/435 771/22/432 775/22/435 +f 769/21/434 776/21/438 771/22/434 +f 775/22/438 771/22/434 776/21/438 +f 777/22/436 727/21/433 778/21/436 +f 727/21/433 777/22/436 773/22/433 +f 778/21/437 727/21/431 777/22/437 +f 773/22/431 777/22/437 727/21/431 +f 780/22/437 768/21/431 779/21/437 +f 768/21/431 780/22/437 770/22/431 +f 779/21/436 768/21/433 780/22/436 +f 770/22/433 780/22/436 768/21/433 +f 771/22/439 777/22/439 775/22/439 +f 777/22/439 771/22/439 773/22/439 +f 773/22/439 771/22/439 770/22/439 +f 773/22/439 770/22/439 774/22/439 +f 774/22/439 770/22/439 780/22/439 +f 774/22/439 780/22/439 782/22/439 +f 775/22/440 777/22/440 771/22/440 +f 773/22/440 771/22/440 777/22/440 +f 770/22/440 771/22/440 773/22/440 +f 774/22/440 770/22/440 773/22/440 +f 780/22/440 770/22/440 774/22/440 +f 782/22/440 780/22/440 774/22/440 +f 727/21/440 776/21/440 778/21/440 +f 776/21/440 727/21/440 769/21/440 +f 769/21/440 727/21/440 772/21/440 +f 769/21/440 772/21/440 768/21/440 +f 768/21/440 772/21/440 781/21/440 +f 768/21/440 781/21/440 779/21/440 +f 778/21/439 776/21/439 727/21/439 +f 769/21/439 727/21/439 776/21/439 +f 772/21/439 727/21/439 769/21/439 +f 768/21/439 772/21/439 769/21/439 +f 781/21/439 772/21/439 768/21/439 +f 779/21/439 781/21/439 768/21/439 +f 785/8/277 784/7/277 783/8/277 +f 784/7/277 785/8/277 786/7/277 +f 783/8/278 784/7/278 785/8/278 +f 786/7/278 785/8/278 784/7/278 +f 789/8/394 788/7/275 787/7/394 +f 788/7/275 789/8/394 790/8/275 +f 787/7/393 788/7/276 789/8/393 +f 790/8/276 789/8/393 788/7/276 +f 785/8/276 791/7/276 786/7/276 +f 791/7/276 785/8/276 792/8/276 +f 786/7/275 791/7/275 785/8/275 +f 792/8/275 785/8/275 791/7/275 +f 790/8/275 784/7/396 788/7/275 +f 784/7/396 790/8/275 783/8/396 +f 788/7/276 784/7/395 790/8/276 +f 783/8/395 790/8/276 784/7/395 +f 791/7/2 784/7/2 786/7/2 +f 784/7/2 791/7/2 788/7/2 +f 788/7/2 791/7/2 787/7/2 +f 786/7/1 784/7/1 791/7/1 +f 788/7/1 791/7/1 784/7/1 +f 787/7/1 791/7/1 788/7/1 +f 783/8/1 792/8/1 785/8/1 +f 792/8/1 783/8/1 790/8/1 +f 792/8/1 790/8/1 789/8/1 +f 785/8/2 792/8/2 783/8/2 +f 790/8/2 783/8/2 792/8/2 +f 789/8/2 790/8/2 792/8/2 +f 791/7/278 789/8/278 787/7/278 +f 789/8/278 791/7/278 792/8/278 +f 787/7/277 789/8/277 791/7/277 +f 792/8/277 791/7/277 789/8/277 +f 795/6/1 794/6/1 793/6/1 +f 794/6/1 795/6/1 796/6/1 +f 794/6/1 796/6/1 797/6/1 +f 793/6/2 794/6/2 795/6/2 +f 796/6/2 795/6/2 794/6/2 +f 797/6/2 796/6/2 794/6/2 +f 793/6/276 799/7/276 798/7/276 +f 799/7/276 793/6/276 794/6/276 +f 798/7/275 799/7/275 793/6/275 +f 794/6/275 793/6/275 799/7/275 +f 799/7/278 797/6/278 800/7/278 +f 797/6/278 799/7/278 794/6/278 +f 800/7/277 797/6/277 799/7/277 +f 794/6/277 799/7/277 797/6/277 +f 793/6/277 801/7/277 795/6/277 +f 801/7/277 793/6/277 798/7/277 +f 795/6/278 801/7/278 793/6/278 +f 798/7/278 793/6/278 801/7/278 +f 803/10/171 802/9/171 796/6/276 +f 802/9/171 804/11/171 796/6/276 +f 805/12/171 803/10/171 796/6/276 +f 796/6/276 804/11/171 806/7/276 +f 807/11/171 806/7/276 804/11/171 +f 806/7/276 807/11/171 800/7/171 +f 808/9/171 800/7/171 807/11/171 +f 797/6/171 805/12/171 796/6/276 +f 797/6/171 800/7/171 808/9/171 +f 805/12/171 797/6/171 809/12/171 +f 810/10/171 797/6/171 808/9/171 +f 809/12/171 797/6/171 810/10/171 +f 812/14/173 811/13/173 795/6/173 +f 813/15/173 812/14/173 795/6/173 +f 796/6/276 813/15/173 795/6/173 +f 813/15/173 796/6/276 814/15/173 +f 795/6/173 811/13/173 801/7/173 +f 814/15/173 796/6/276 815/14/173 +f 815/14/173 796/6/276 816/13/173 +f 817/16/173 801/7/173 811/13/173 +f 816/13/173 796/6/276 818/17/173 +f 819/16/173 816/13/173 818/17/173 +f 819/16/173 818/17/173 817/16/173 +f 818/17/173 796/6/276 820/17/173 +f 820/17/173 796/6/276 821/18/173 +f 821/18/173 796/6/276 822/19/173 +f 796/6/276 806/7/276 822/19/173 +f 822/19/173 806/7/276 823/20/173 +f 801/7/173 823/20/173 806/7/276 +f 823/20/173 801/7/173 824/20/173 +f 824/20/173 801/7/173 817/16/173 +f 818/17/173 825/18/173 817/16/173 +f 826/19/173 824/20/173 817/16/173 +f 825/18/173 826/19/173 817/16/173 +f 796/6/275 802/9/172 803/10/172 +f 796/6/275 803/10/172 805/12/172 +f 796/6/275 804/11/172 802/9/172 +f 806/7/275 804/11/172 796/6/275 +f 804/11/172 806/7/275 807/11/172 +f 800/7/172 807/11/172 806/7/275 +f 807/11/172 800/7/172 808/9/172 +f 796/6/275 805/12/172 797/6/172 +f 808/9/172 800/7/172 797/6/172 +f 809/12/172 797/6/172 805/12/172 +f 808/9/172 797/6/172 810/10/172 +f 810/10/172 797/6/172 809/12/172 +f 795/6/174 811/13/174 812/14/174 +f 795/6/174 812/14/174 813/15/174 +f 795/6/174 813/15/174 796/6/275 +f 814/15/174 796/6/275 813/15/174 +f 801/7/174 811/13/174 795/6/174 +f 815/14/174 796/6/275 814/15/174 +f 816/13/174 796/6/275 815/14/174 +f 811/13/174 801/7/174 817/16/174 +f 818/17/174 796/6/275 816/13/174 +f 818/17/174 816/13/174 819/16/174 +f 817/16/174 818/17/174 819/16/174 +f 820/17/174 796/6/275 818/17/174 +f 821/18/174 796/6/275 820/17/174 +f 822/19/174 796/6/275 821/18/174 +f 822/19/174 806/7/275 796/6/275 +f 823/20/174 806/7/275 822/19/174 +f 806/7/275 823/20/174 801/7/174 +f 824/20/174 801/7/174 823/20/174 +f 817/16/174 801/7/174 824/20/174 +f 817/16/174 825/18/174 818/17/174 +f 817/16/174 824/20/174 826/19/174 +f 817/16/174 826/19/174 825/18/174 +f 829/22/441 828/21/442 827/21/441 +f 828/21/442 829/22/441 830/22/442 +f 827/21/443 828/21/444 829/22/443 +f 830/22/444 829/22/443 828/21/444 +f 833/22/443 832/21/444 831/21/443 +f 832/21/444 833/22/443 834/22/444 +f 831/21/441 832/21/442 833/22/441 +f 834/22/442 833/22/441 832/21/442 +f 837/22/446 836/21/445 835/22/445 +f 836/21/445 837/22/446 838/21/446 +f 835/22/448 836/21/448 837/22/447 +f 838/21/447 837/22/447 836/21/448 +f 841/21/448 840/22/447 839/21/447 +f 840/22/447 841/21/448 842/22/448 +f 839/21/446 840/22/446 841/21/445 +f 842/22/445 841/21/445 840/22/446 +f 834/22/444 841/21/448 832/21/444 +f 841/21/448 834/22/444 842/22/448 +f 832/21/442 841/21/445 834/22/442 +f 842/22/445 834/22/442 841/21/445 +f 830/22/442 836/21/445 828/21/442 +f 836/21/445 830/22/442 835/22/445 +f 828/21/444 836/21/448 830/22/444 +f 835/22/448 830/22/444 836/21/448 +f 837/22/446 831/21/443 838/21/446 +f 831/21/443 837/22/446 833/22/443 +f 838/21/447 831/21/441 837/22/447 +f 833/22/441 837/22/447 831/21/441 +f 840/22/447 827/21/441 839/21/447 +f 827/21/441 840/22/447 829/22/441 +f 839/21/446 827/21/443 840/22/446 +f 829/22/443 840/22/446 827/21/443 +f 830/22/449 837/22/449 835/22/449 +f 837/22/449 830/22/449 833/22/449 +f 833/22/449 830/22/449 829/22/449 +f 833/22/449 829/22/449 834/22/449 +f 834/22/449 829/22/449 840/22/449 +f 834/22/449 840/22/449 842/22/449 +f 835/22/450 837/22/450 830/22/450 +f 833/22/450 830/22/450 837/22/450 +f 829/22/450 830/22/450 833/22/450 +f 834/22/450 829/22/450 833/22/450 +f 840/22/450 829/22/450 834/22/450 +f 842/22/450 840/22/450 834/22/450 +f 831/21/450 836/21/450 838/21/450 +f 836/21/450 831/21/450 828/21/450 +f 828/21/450 831/21/450 832/21/450 +f 828/21/450 832/21/450 827/21/450 +f 827/21/450 832/21/450 841/21/450 +f 827/21/450 841/21/450 839/21/450 +f 838/21/449 836/21/449 831/21/449 +f 828/21/449 831/21/449 836/21/449 +f 832/21/449 831/21/449 828/21/449 +f 827/21/449 832/21/449 828/21/449 +f 841/21/449 832/21/449 827/21/449 +f 839/21/449 841/21/449 827/21/449 +f 845/22/451 844/21/452 843/21/451 +f 844/21/452 845/22/451 846/22/452 +f 843/21/453 844/21/454 845/22/453 +f 846/22/454 845/22/453 844/21/454 +f 849/22/453 848/21/454 847/21/453 +f 848/21/454 849/22/453 850/22/454 +f 847/21/451 848/21/452 849/22/451 +f 850/22/452 849/22/451 848/21/452 +f 853/22/456 852/21/455 851/22/455 +f 852/21/455 853/22/456 854/21/456 +f 851/22/458 852/21/458 853/22/457 +f 854/21/457 853/22/457 852/21/458 +f 815/21/458 856/22/457 855/21/457 +f 856/22/457 815/21/458 857/22/458 +f 855/21/456 856/22/456 815/21/455 +f 857/22/455 815/21/455 856/22/456 +f 850/22/454 815/21/458 848/21/454 +f 815/21/458 850/22/454 857/22/458 +f 848/21/452 815/21/455 850/22/452 +f 857/22/455 850/22/452 815/21/455 +f 846/22/452 852/21/455 844/21/452 +f 852/21/455 846/22/452 851/22/455 +f 844/21/454 852/21/458 846/22/454 +f 851/22/458 846/22/454 852/21/458 +f 853/22/456 847/21/453 854/21/456 +f 847/21/453 853/22/456 849/22/453 +f 854/21/457 847/21/451 853/22/457 +f 849/22/451 853/22/457 847/21/451 +f 856/22/457 843/21/451 855/21/457 +f 843/21/451 856/22/457 845/22/451 +f 855/21/456 843/21/453 856/22/456 +f 845/22/453 856/22/456 843/21/453 +f 846/22/459 853/22/459 851/22/459 +f 853/22/459 846/22/459 849/22/459 +f 849/22/459 846/22/459 845/22/459 +f 849/22/459 845/22/459 850/22/459 +f 850/22/459 845/22/459 856/22/459 +f 850/22/459 856/22/459 857/22/459 +f 851/22/460 853/22/460 846/22/460 +f 849/22/460 846/22/460 853/22/460 +f 845/22/460 846/22/460 849/22/460 +f 850/22/460 845/22/460 849/22/460 +f 856/22/460 845/22/460 850/22/460 +f 857/22/460 856/22/460 850/22/460 +f 847/21/460 852/21/460 854/21/460 +f 852/21/460 847/21/460 844/21/460 +f 844/21/460 847/21/460 848/21/460 +f 844/21/460 848/21/460 843/21/460 +f 843/21/460 848/21/460 815/21/460 +f 843/21/460 815/21/460 855/21/460 +f 854/21/459 852/21/459 847/21/459 +f 844/21/459 847/21/459 852/21/459 +f 848/21/459 847/21/459 844/21/459 +f 843/21/459 848/21/459 844/21/459 +f 815/21/459 848/21/459 843/21/459 +f 855/21/459 815/21/459 843/21/459 +f 860/22/451 859/21/452 858/21/451 +f 859/21/452 860/22/451 861/22/452 +f 858/21/453 859/21/454 860/22/453 +f 861/22/454 860/22/453 859/21/454 +f 864/22/453 863/21/454 862/21/453 +f 863/21/454 864/22/453 865/22/454 +f 862/21/451 863/21/452 864/22/451 +f 865/22/452 864/22/451 863/21/452 +f 867/22/456 826/21/455 866/22/455 +f 826/21/455 867/22/456 868/21/456 +f 866/22/458 826/21/458 867/22/457 +f 868/21/457 867/22/457 826/21/458 +f 871/21/458 870/22/457 869/21/457 +f 870/22/457 871/21/458 872/22/458 +f 869/21/456 870/22/456 871/21/455 +f 872/22/455 871/21/455 870/22/456 +f 865/22/454 871/21/458 863/21/454 +f 871/21/458 865/22/454 872/22/458 +f 863/21/452 871/21/455 865/22/452 +f 872/22/455 865/22/452 871/21/455 +f 861/22/452 826/21/455 859/21/452 +f 826/21/455 861/22/452 866/22/455 +f 859/21/454 826/21/458 861/22/454 +f 866/22/458 861/22/454 826/21/458 +f 867/22/456 862/21/453 868/21/456 +f 862/21/453 867/22/456 864/22/453 +f 868/21/457 862/21/451 867/22/457 +f 864/22/451 867/22/457 862/21/451 +f 870/22/457 858/21/451 869/21/457 +f 858/21/451 870/22/457 860/22/451 +f 869/21/456 858/21/453 870/22/456 +f 860/22/453 870/22/456 858/21/453 +f 861/22/459 867/22/459 866/22/459 +f 867/22/459 861/22/459 864/22/459 +f 864/22/459 861/22/459 860/22/459 +f 864/22/459 860/22/459 865/22/459 +f 865/22/459 860/22/459 870/22/459 +f 865/22/459 870/22/459 872/22/459 +f 866/22/460 867/22/460 861/22/460 +f 864/22/460 861/22/460 867/22/460 +f 860/22/460 861/22/460 864/22/460 +f 865/22/460 860/22/460 864/22/460 +f 870/22/460 860/22/460 865/22/460 +f 872/22/460 870/22/460 865/22/460 +f 862/21/460 826/21/460 868/21/460 +f 826/21/460 862/21/460 859/21/460 +f 859/21/460 862/21/460 863/21/460 +f 859/21/460 863/21/460 858/21/460 +f 858/21/460 863/21/460 871/21/460 +f 858/21/460 871/21/460 869/21/460 +f 868/21/459 826/21/459 862/21/459 +f 859/21/459 862/21/459 826/21/459 +f 863/21/459 862/21/459 859/21/459 +f 858/21/459 863/21/459 859/21/459 +f 871/21/459 863/21/459 858/21/459 +f 869/21/459 871/21/459 858/21/459 +f 340/8/127 874/7/127 873/8/127 +f 874/7/127 340/8/127 875/7/127 +f 873/8/128 874/7/128 340/8/128 +f 875/7/128 340/8/128 874/7/128 +f 878/8/461 877/7/130 876/7/461 +f 877/7/130 878/8/461 879/8/130 +f 876/7/462 877/7/129 878/8/462 +f 879/8/129 878/8/462 877/7/129 +f 340/8/129 880/7/129 875/7/129 +f 880/7/129 340/8/129 881/8/129 +f 875/7/130 880/7/130 340/8/130 +f 881/8/130 340/8/130 880/7/130 +f 879/8/130 874/7/463 877/7/130 +f 874/7/463 879/8/130 873/8/463 +f 877/7/129 874/7/464 879/8/129 +f 873/8/464 879/8/129 874/7/464 +f 880/7/2 874/7/2 875/7/2 +f 874/7/2 880/7/2 877/7/2 +f 877/7/2 880/7/2 876/7/2 +f 875/7/1 874/7/1 880/7/1 +f 877/7/1 880/7/1 874/7/1 +f 876/7/1 880/7/1 877/7/1 +f 873/8/1 881/8/1 340/8/1 +f 881/8/1 873/8/1 879/8/1 +f 881/8/1 879/8/1 878/8/1 +f 340/8/2 881/8/2 873/8/2 +f 879/8/2 873/8/2 881/8/2 +f 878/8/2 879/8/2 881/8/2 +f 880/7/128 878/8/128 876/7/128 +f 878/8/128 880/7/128 881/8/128 +f 876/7/127 878/8/127 880/7/127 +f 881/8/127 880/7/127 878/8/127 +f 884/6/1 883/6/1 882/6/1 +f 883/6/1 884/6/1 885/6/1 +f 883/6/1 885/6/1 886/6/1 +f 882/6/2 883/6/2 884/6/2 +f 885/6/2 884/6/2 883/6/2 +f 886/6/2 885/6/2 883/6/2 +f 882/6/129 888/7/129 887/7/129 +f 888/7/129 882/6/129 883/6/129 +f 887/7/130 888/7/130 882/6/130 +f 883/6/130 882/6/130 888/7/130 +f 888/7/128 886/6/128 889/7/128 +f 886/6/128 888/7/128 883/6/128 +f 889/7/127 886/6/127 888/7/127 +f 883/6/127 888/7/127 886/6/127 +f 882/6/127 890/7/127 884/6/127 +f 890/7/127 882/6/127 887/7/127 +f 884/6/128 890/7/128 882/6/128 +f 887/7/128 882/6/128 890/7/128 +f 892/10/360 891/9/360 885/6/129 +f 891/9/360 893/11/360 885/6/129 +f 894/12/360 892/10/360 885/6/129 +f 885/6/129 893/11/360 895/7/129 +f 896/11/360 895/7/129 893/11/360 +f 895/7/129 896/11/360 889/7/360 +f 897/9/360 889/7/360 896/11/360 +f 886/6/360 894/12/360 885/6/129 +f 886/6/360 889/7/360 897/9/360 +f 894/12/360 886/6/360 898/12/360 +f 899/10/360 886/6/360 897/9/360 +f 898/12/360 886/6/360 899/10/360 +f 901/14/362 900/13/362 884/6/362 +f 902/15/362 901/14/362 884/6/362 +f 885/6/129 902/15/362 884/6/362 +f 902/15/362 885/6/129 903/15/362 +f 884/6/362 900/13/362 890/7/362 +f 903/15/362 885/6/129 904/14/362 +f 904/14/362 885/6/129 905/13/362 +f 906/16/362 890/7/362 900/13/362 +f 905/13/362 885/6/129 907/17/362 +f 908/16/362 905/13/362 907/17/362 +f 908/16/362 907/17/362 906/16/362 +f 907/17/362 885/6/129 909/17/362 +f 909/17/362 885/6/129 910/18/362 +f 910/18/362 885/6/129 911/19/362 +f 885/6/129 895/7/129 911/19/362 +f 911/19/362 895/7/129 912/20/362 +f 890/7/362 912/20/362 895/7/129 +f 912/20/362 890/7/362 913/20/362 +f 913/20/362 890/7/362 906/16/362 +f 907/17/362 914/18/362 906/16/362 +f 915/19/362 913/20/362 906/16/362 +f 914/18/362 915/19/362 906/16/362 +f 885/6/130 891/9/359 892/10/359 +f 885/6/130 892/10/359 894/12/359 +f 885/6/130 893/11/359 891/9/359 +f 895/7/130 893/11/359 885/6/130 +f 893/11/359 895/7/130 896/11/359 +f 889/7/359 896/11/359 895/7/130 +f 896/11/359 889/7/359 897/9/359 +f 885/6/130 894/12/359 886/6/359 +f 897/9/359 889/7/359 886/6/359 +f 898/12/359 886/6/359 894/12/359 +f 897/9/359 886/6/359 899/10/359 +f 899/10/359 886/6/359 898/12/359 +f 884/6/361 900/13/361 901/14/361 +f 884/6/361 901/14/361 902/15/361 +f 884/6/361 902/15/361 885/6/130 +f 903/15/361 885/6/130 902/15/361 +f 890/7/361 900/13/361 884/6/361 +f 904/14/361 885/6/130 903/15/361 +f 905/13/361 885/6/130 904/14/361 +f 900/13/361 890/7/361 906/16/361 +f 907/17/361 885/6/130 905/13/361 +f 907/17/361 905/13/361 908/16/361 +f 906/16/361 907/17/361 908/16/361 +f 909/17/361 885/6/130 907/17/361 +f 910/18/361 885/6/130 909/17/361 +f 911/19/361 885/6/130 910/18/361 +f 911/19/361 895/7/130 885/6/130 +f 912/20/361 895/7/130 911/19/361 +f 895/7/130 912/20/361 890/7/361 +f 913/20/361 890/7/361 912/20/361 +f 906/16/361 890/7/361 913/20/361 +f 906/16/361 914/18/361 907/17/361 +f 906/16/361 913/20/361 915/19/361 +f 906/16/361 915/19/361 914/18/361 +f 918/22/465 917/21/466 916/21/465 +f 917/21/466 918/22/465 919/22/466 +f 916/21/467 917/21/468 918/22/467 +f 919/22/468 918/22/467 917/21/468 +f 922/22/467 921/21/468 920/21/467 +f 921/21/468 922/22/467 923/22/468 +f 920/21/465 921/21/466 922/22/465 +f 923/22/466 922/22/465 921/21/466 +f 926/22/470 925/21/469 924/22/469 +f 925/21/469 926/22/470 927/21/470 +f 924/22/472 925/21/472 926/22/471 +f 927/21/471 926/22/471 925/21/472 +f 930/21/472 929/22/471 928/21/471 +f 929/22/471 930/21/472 931/22/472 +f 928/21/470 929/22/470 930/21/469 +f 931/22/469 930/21/469 929/22/470 +f 923/22/468 930/21/472 921/21/468 +f 930/21/472 923/22/468 931/22/472 +f 921/21/466 930/21/469 923/22/466 +f 931/22/469 923/22/466 930/21/469 +f 919/22/466 925/21/469 917/21/466 +f 925/21/469 919/22/466 924/22/469 +f 917/21/468 925/21/472 919/22/468 +f 924/22/472 919/22/468 925/21/472 +f 926/22/470 920/21/467 927/21/470 +f 920/21/467 926/22/470 922/22/467 +f 927/21/471 920/21/465 926/22/471 +f 922/22/465 926/22/471 920/21/465 +f 929/22/471 916/21/465 928/21/471 +f 916/21/465 929/22/471 918/22/465 +f 928/21/470 916/21/467 929/22/470 +f 918/22/467 929/22/470 916/21/467 +f 919/22/473 926/22/473 924/22/473 +f 926/22/473 919/22/473 922/22/473 +f 922/22/473 919/22/473 918/22/473 +f 922/22/473 918/22/473 923/22/473 +f 923/22/473 918/22/473 929/22/473 +f 923/22/473 929/22/473 931/22/473 +f 924/22/474 926/22/474 919/22/474 +f 922/22/474 919/22/474 926/22/474 +f 918/22/474 919/22/474 922/22/474 +f 923/22/474 918/22/474 922/22/474 +f 929/22/474 918/22/474 923/22/474 +f 931/22/474 929/22/474 923/22/474 +f 920/21/474 925/21/474 927/21/474 +f 925/21/474 920/21/474 917/21/474 +f 917/21/474 920/21/474 921/21/474 +f 917/21/474 921/21/474 916/21/474 +f 916/21/474 921/21/474 930/21/474 +f 916/21/474 930/21/474 928/21/474 +f 927/21/473 925/21/473 920/21/473 +f 917/21/473 920/21/473 925/21/473 +f 921/21/473 920/21/473 917/21/473 +f 916/21/473 921/21/473 917/21/473 +f 930/21/473 921/21/473 916/21/473 +f 928/21/473 930/21/473 916/21/473 +f 934/22/475 933/21/476 932/21/475 +f 933/21/476 934/22/475 935/22/476 +f 932/21/477 933/21/478 934/22/477 +f 935/22/478 934/22/477 933/21/478 +f 938/22/477 937/21/478 936/21/477 +f 937/21/478 938/22/477 939/22/478 +f 936/21/475 937/21/476 938/22/475 +f 939/22/476 938/22/475 937/21/476 +f 942/22/480 941/21/479 940/22/479 +f 941/21/479 942/22/480 943/21/480 +f 940/22/482 941/21/482 942/22/481 +f 943/21/481 942/22/481 941/21/482 +f 946/21/482 945/22/481 944/21/481 +f 945/22/481 946/21/482 947/22/482 +f 944/21/480 945/22/480 946/21/479 +f 947/22/479 946/21/479 945/22/480 +f 939/22/478 946/21/482 937/21/478 +f 946/21/482 939/22/478 947/22/482 +f 937/21/476 946/21/479 939/22/476 +f 947/22/479 939/22/476 946/21/479 +f 935/22/476 941/21/479 933/21/476 +f 941/21/479 935/22/476 940/22/479 +f 933/21/478 941/21/482 935/22/478 +f 940/22/482 935/22/478 941/21/482 +f 942/22/480 936/21/477 943/21/480 +f 936/21/477 942/22/480 938/22/477 +f 943/21/481 936/21/475 942/22/481 +f 938/22/475 942/22/481 936/21/475 +f 945/22/481 932/21/475 944/21/481 +f 932/21/475 945/22/481 934/22/475 +f 944/21/480 932/21/477 945/22/480 +f 934/22/477 945/22/480 932/21/477 +f 935/22/483 942/22/483 940/22/483 +f 942/22/483 935/22/483 938/22/483 +f 938/22/483 935/22/483 934/22/483 +f 938/22/483 934/22/483 939/22/483 +f 939/22/483 934/22/483 945/22/483 +f 939/22/483 945/22/483 947/22/483 +f 940/22/484 942/22/484 935/22/484 +f 938/22/484 935/22/484 942/22/484 +f 934/22/484 935/22/484 938/22/484 +f 939/22/484 934/22/484 938/22/484 +f 945/22/484 934/22/484 939/22/484 +f 947/22/484 945/22/484 939/22/484 +f 936/21/484 941/21/484 943/21/484 +f 941/21/484 936/21/484 933/21/484 +f 933/21/484 936/21/484 937/21/484 +f 933/21/484 937/21/484 932/21/484 +f 932/21/484 937/21/484 946/21/484 +f 932/21/484 946/21/484 944/21/484 +f 943/21/483 941/21/483 936/21/483 +f 933/21/483 936/21/483 941/21/483 +f 937/21/483 936/21/483 933/21/483 +f 932/21/483 937/21/483 933/21/483 +f 946/21/483 937/21/483 932/21/483 +f 944/21/483 946/21/483 932/21/483 +f 950/22/475 949/21/476 948/21/475 +f 949/21/476 950/22/475 951/22/476 +f 948/21/477 949/21/478 950/22/477 +f 951/22/478 950/22/477 949/21/478 +f 954/22/477 953/21/478 952/21/477 +f 953/21/478 954/22/477 955/22/478 +f 952/21/475 953/21/476 954/22/475 +f 955/22/476 954/22/475 953/21/476 +f 958/22/480 957/21/479 956/22/479 +f 957/21/479 958/22/480 959/21/480 +f 956/22/482 957/21/482 958/22/481 +f 959/21/481 958/22/481 957/21/482 +f 962/21/482 961/22/481 960/21/481 +f 961/22/481 962/21/482 963/22/482 +f 960/21/480 961/22/480 962/21/479 +f 963/22/479 962/21/479 961/22/480 +f 955/22/478 962/21/482 953/21/478 +f 962/21/482 955/22/478 963/22/482 +f 953/21/476 962/21/479 955/22/476 +f 963/22/479 955/22/476 962/21/479 +f 951/22/476 957/21/479 949/21/476 +f 957/21/479 951/22/476 956/22/479 +f 949/21/478 957/21/482 951/22/478 +f 956/22/482 951/22/478 957/21/482 +f 958/22/480 952/21/477 959/21/480 +f 952/21/477 958/22/480 954/22/477 +f 959/21/481 952/21/475 958/22/481 +f 954/22/475 958/22/481 952/21/475 +f 961/22/481 948/21/475 960/21/481 +f 948/21/475 961/22/481 950/22/475 +f 960/21/480 948/21/477 961/22/480 +f 950/22/477 961/22/480 948/21/477 +f 951/22/483 958/22/483 956/22/483 +f 958/22/483 951/22/483 954/22/483 +f 954/22/483 951/22/483 950/22/483 +f 954/22/483 950/22/483 955/22/483 +f 955/22/483 950/22/483 961/22/483 +f 955/22/483 961/22/483 963/22/483 +f 956/22/484 958/22/484 951/22/484 +f 954/22/484 951/22/484 958/22/484 +f 950/22/484 951/22/484 954/22/484 +f 955/22/484 950/22/484 954/22/484 +f 961/22/484 950/22/484 955/22/484 +f 963/22/484 961/22/484 955/22/484 +f 952/21/484 957/21/484 959/21/484 +f 957/21/484 952/21/484 949/21/484 +f 949/21/484 952/21/484 953/21/484 +f 949/21/484 953/21/484 948/21/484 +f 948/21/484 953/21/484 962/21/484 +f 948/21/484 962/21/484 960/21/484 +f 959/21/483 957/21/483 952/21/483 +f 949/21/483 952/21/483 957/21/483 +f 953/21/483 952/21/483 949/21/483 +f 948/21/483 953/21/483 949/21/483 +f 962/21/483 953/21/483 948/21/483 +f 960/21/483 962/21/483 948/21/483 +f 966/6/1 965/6/1 964/6/1 +f 965/6/1 966/6/1 967/6/1 +f 965/6/1 967/6/1 968/6/1 +f 968/6/1 967/6/1 969/6/1 +f 968/6/1 969/6/1 970/6/1 +f 970/6/1 969/6/1 971/6/1 +f 970/6/1 971/6/1 972/6/1 +f 972/6/1 971/6/1 973/6/1 +f 964/6/2 965/6/2 966/6/2 +f 967/6/2 966/6/2 965/6/2 +f 968/6/2 967/6/2 965/6/2 +f 969/6/2 967/6/2 968/6/2 +f 970/6/2 969/6/2 968/6/2 +f 971/6/2 969/6/2 970/6/2 +f 972/6/2 971/6/2 970/6/2 +f 973/6/2 971/6/2 972/6/2 +f 966/6/130 391/7/130 974/7/130 +f 391/7/130 966/6/130 964/6/130 +f 974/7/129 391/7/129 966/6/129 +f 964/6/129 966/6/129 391/7/129 +f 975/7/364 966/6/363 974/7/363 +f 966/6/363 975/7/364 967/6/364 +f 974/7/366 966/6/366 975/7/365 +f 967/6/365 975/7/365 966/6/366 +f 976/7/367 967/6/364 975/7/364 +f 967/6/364 976/7/367 969/6/367 +f 975/7/365 967/6/365 976/7/368 +f 969/6/368 976/7/368 967/6/365 +f 971/6/369 976/7/367 977/7/369 +f 976/7/367 971/6/369 969/6/367 +f 977/7/370 976/7/368 971/6/370 +f 969/6/368 971/6/370 976/7/368 +f 973/6/374 977/7/369 978/7/374 +f 977/7/369 973/6/374 971/6/369 +f 978/7/373 977/7/370 973/6/373 +f 971/6/370 973/6/373 977/7/370 +f 399/7/128 973/6/128 978/7/128 +f 973/6/128 399/7/128 972/6/128 +f 978/7/127 973/6/127 399/7/127 +f 972/6/127 399/7/127 973/6/127 +f 970/6/370 399/7/373 397/7/370 +f 399/7/373 970/6/370 972/6/373 +f 397/7/369 399/7/374 970/6/369 +f 972/6/374 970/6/369 399/7/374 +f 968/6/368 397/7/370 395/7/368 +f 397/7/370 968/6/368 970/6/370 +f 395/7/367 397/7/369 968/6/367 +f 970/6/369 968/6/367 397/7/369 +f 968/6/368 392/7/365 965/6/365 +f 392/7/365 968/6/368 395/7/368 +f 965/6/364 392/7/364 968/6/367 +f 395/7/367 968/6/367 392/7/364 +f 965/6/365 391/7/366 964/6/366 +f 391/7/366 965/6/365 392/7/365 +f 964/6/363 391/7/363 965/6/364 +f 392/7/364 965/6/364 391/7/363 +f 980/7/2 979/7/2 411/7/2 +f 979/7/2 980/7/2 412/7/2 +f 979/7/2 412/7/2 981/7/2 +f 981/7/2 412/7/2 982/7/2 +f 981/7/2 982/7/2 983/7/2 +f 983/7/2 982/7/2 984/7/2 +f 984/7/2 982/7/2 414/7/2 +f 984/7/2 414/7/2 985/7/2 +f 411/7/1 979/7/1 980/7/1 +f 412/7/1 980/7/1 979/7/1 +f 981/7/1 412/7/1 979/7/1 +f 982/7/1 412/7/1 981/7/1 +f 983/7/1 982/7/1 981/7/1 +f 984/7/1 982/7/1 983/7/1 +f 414/7/1 982/7/1 984/7/1 +f 985/7/1 414/7/1 984/7/1 +f 986/8/1 410/8/1 402/8/1 +f 410/8/1 986/8/1 409/8/1 +f 409/8/1 986/8/1 987/8/1 +f 409/8/1 987/8/1 408/8/1 +f 408/8/1 987/8/1 988/8/1 +f 408/8/1 988/8/1 989/8/1 +f 408/8/1 989/8/1 407/8/1 +f 407/8/1 989/8/1 990/8/1 +f 402/8/2 410/8/2 986/8/2 +f 409/8/2 986/8/2 410/8/2 +f 987/8/2 986/8/2 409/8/2 +f 408/8/2 987/8/2 409/8/2 +f 988/8/2 987/8/2 408/8/2 +f 989/8/2 988/8/2 408/8/2 +f 407/8/2 989/8/2 408/8/2 +f 990/8/2 989/8/2 407/8/2 +f 986/8/130 411/7/130 979/7/130 +f 411/7/130 986/8/130 402/8/130 +f 979/7/129 411/7/129 986/8/129 +f 402/8/129 986/8/129 411/7/129 +f 981/7/364 986/8/363 979/7/363 +f 986/8/363 981/7/364 987/8/364 +f 979/7/366 986/8/366 981/7/365 +f 987/8/365 981/7/365 986/8/366 +f 983/7/367 987/8/364 981/7/364 +f 987/8/364 983/7/367 988/8/367 +f 981/7/365 987/8/365 983/7/368 +f 988/8/368 983/7/368 987/8/365 +f 989/8/369 983/7/367 984/7/369 +f 983/7/367 989/8/369 988/8/367 +f 984/7/370 983/7/368 989/8/370 +f 988/8/368 989/8/370 983/7/368 +f 990/8/371 984/7/369 985/7/371 +f 984/7/369 990/8/371 989/8/369 +f 985/7/372 984/7/370 990/8/372 +f 989/8/370 990/8/372 984/7/370 +f 414/7/128 990/8/128 985/7/128 +f 990/8/128 414/7/128 407/8/128 +f 985/7/127 990/8/127 414/7/127 +f 407/8/127 414/7/127 990/8/127 +f 408/8/370 414/7/373 982/7/370 +f 414/7/373 408/8/370 407/8/373 +f 982/7/369 414/7/374 408/8/369 +f 407/8/374 408/8/369 414/7/374 +f 409/8/368 982/7/370 412/7/368 +f 982/7/370 409/8/368 408/8/370 +f 412/7/367 982/7/369 409/8/367 +f 408/8/369 409/8/367 982/7/369 +f 409/8/368 980/7/365 410/8/365 +f 980/7/365 409/8/368 412/7/368 +f 410/8/364 980/7/364 409/8/367 +f 412/7/367 409/8/367 980/7/364 +f 410/8/365 411/7/366 402/8/366 +f 411/7/366 410/8/365 980/7/365 +f 402/8/363 411/7/363 410/8/364 +f 980/7/364 410/8/364 411/7/363 +f 993/8/486 992/7/485 991/8/485 +f 992/7/485 993/8/486 994/7/486 +f 991/8/488 992/7/488 993/8/487 +f 994/7/487 993/8/487 992/7/488 +f 997/8/489 996/7/490 995/7/489 +f 996/7/490 997/8/489 998/8/490 +f 995/7/491 996/7/492 997/8/491 +f 998/8/492 997/8/491 996/7/492 +f 998/8/490 999/7/493 996/7/490 +f 999/7/493 998/8/490 1000/8/493 +f 996/7/492 999/7/494 998/8/492 +f 1000/8/494 998/8/492 999/7/494 +f 1003/7/496 1002/8/495 1001/7/495 +f 1002/8/495 1003/7/496 1004/8/496 +f 1001/7/498 1002/8/498 1003/7/497 +f 1004/8/497 1003/7/497 1002/8/498 +f 1001/7/495 997/8/489 995/7/489 +f 997/8/489 1001/7/495 1002/8/495 +f 995/7/491 997/8/491 1001/7/498 +f 1002/8/498 1001/7/498 997/8/491 +f 991/8/485 999/7/493 1000/8/493 +f 999/7/493 991/8/485 992/7/485 +f 1000/8/494 999/7/494 991/8/488 +f 992/7/488 991/8/488 999/7/494 +f 991/8/1 1004/8/1 993/8/1 +f 1004/8/1 991/8/1 1000/8/1 +f 1004/8/1 1000/8/1 998/8/1 +f 1004/8/1 998/8/1 997/8/1 +f 1004/8/1 997/8/1 1002/8/1 +f 993/8/2 1004/8/2 991/8/2 +f 1000/8/2 991/8/2 1004/8/2 +f 998/8/2 1000/8/2 1004/8/2 +f 997/8/2 998/8/2 1004/8/2 +f 1002/8/2 997/8/2 1004/8/2 +f 1007/22/499 1006/21/500 1005/21/499 +f 1006/21/500 1007/22/499 1008/22/500 +f 1005/21/501 1006/21/502 1007/22/501 +f 1008/22/502 1007/22/501 1006/21/502 +f 1011/22/501 1010/21/502 1009/21/501 +f 1010/21/502 1011/22/501 1012/22/502 +f 1009/21/499 1010/21/500 1011/22/499 +f 1012/22/500 1011/22/499 1010/21/500 +f 1015/22/504 1014/21/503 1013/22/503 +f 1014/21/503 1015/22/504 1016/21/504 +f 1013/22/506 1014/21/506 1015/22/505 +f 1016/21/505 1015/22/505 1014/21/506 +f 1019/21/506 1018/22/505 1017/21/505 +f 1018/22/505 1019/21/506 1020/22/506 +f 1017/21/504 1018/22/504 1019/21/503 +f 1020/22/503 1019/21/503 1018/22/504 +f 1012/22/502 1019/21/506 1010/21/502 +f 1019/21/506 1012/22/502 1020/22/506 +f 1010/21/500 1019/21/503 1012/22/500 +f 1020/22/503 1012/22/500 1019/21/503 +f 1008/22/500 1014/21/503 1006/21/500 +f 1014/21/503 1008/22/500 1013/22/503 +f 1006/21/502 1014/21/506 1008/22/502 +f 1013/22/506 1008/22/502 1014/21/506 +f 1015/22/504 1009/21/501 1016/21/504 +f 1009/21/501 1015/22/504 1011/22/501 +f 1016/21/505 1009/21/499 1015/22/505 +f 1011/22/499 1015/22/505 1009/21/499 +f 1018/22/505 1005/21/499 1017/21/505 +f 1005/21/499 1018/22/505 1007/22/499 +f 1017/21/504 1005/21/501 1018/22/504 +f 1007/22/501 1018/22/504 1005/21/501 +f 1008/22/507 1015/22/507 1013/22/507 +f 1015/22/507 1008/22/507 1011/22/507 +f 1011/22/507 1008/22/507 1007/22/507 +f 1011/22/507 1007/22/507 1012/22/507 +f 1012/22/507 1007/22/507 1018/22/507 +f 1012/22/507 1018/22/507 1020/22/507 +f 1013/22/508 1015/22/508 1008/22/508 +f 1011/22/508 1008/22/508 1015/22/508 +f 1007/22/508 1008/22/508 1011/22/508 +f 1012/22/508 1007/22/508 1011/22/508 +f 1018/22/508 1007/22/508 1012/22/508 +f 1020/22/508 1018/22/508 1012/22/508 +f 1009/21/508 1014/21/508 1016/21/508 +f 1014/21/508 1009/21/508 1006/21/508 +f 1006/21/508 1009/21/508 1010/21/508 +f 1006/21/508 1010/21/508 1005/21/508 +f 1005/21/508 1010/21/508 1019/21/508 +f 1005/21/508 1019/21/508 1017/21/508 +f 1016/21/507 1014/21/507 1009/21/507 +f 1006/21/507 1009/21/507 1014/21/507 +f 1010/21/507 1009/21/507 1006/21/507 +f 1005/21/507 1010/21/507 1006/21/507 +f 1019/21/507 1010/21/507 1005/21/507 +f 1017/21/507 1019/21/507 1005/21/507 +f 1023/22/509 1022/21/510 1021/21/509 +f 1022/21/510 1023/22/509 1024/22/510 +f 1021/21/511 1022/21/512 1023/22/511 +f 1024/22/512 1023/22/511 1022/21/512 +f 1027/22/511 1026/21/512 1025/21/511 +f 1026/21/512 1027/22/511 1028/22/512 +f 1025/21/509 1026/21/510 1027/22/509 +f 1028/22/510 1027/22/509 1026/21/510 +f 1031/22/514 1030/21/513 1029/22/513 +f 1030/21/513 1031/22/514 1032/21/514 +f 1029/22/516 1030/21/516 1031/22/515 +f 1032/21/515 1031/22/515 1030/21/516 +f 1035/21/516 1034/22/515 1033/21/515 +f 1034/22/515 1035/21/516 1036/22/516 +f 1033/21/514 1034/22/514 1035/21/513 +f 1036/22/513 1035/21/513 1034/22/514 +f 1028/22/512 1035/21/516 1026/21/512 +f 1035/21/516 1028/22/512 1036/22/516 +f 1026/21/510 1035/21/513 1028/22/510 +f 1036/22/513 1028/22/510 1035/21/513 +f 1024/22/510 1030/21/513 1022/21/510 +f 1030/21/513 1024/22/510 1029/22/513 +f 1022/21/512 1030/21/516 1024/22/512 +f 1029/22/516 1024/22/512 1030/21/516 +f 1031/22/514 1025/21/511 1032/21/514 +f 1025/21/511 1031/22/514 1027/22/511 +f 1032/21/515 1025/21/509 1031/22/515 +f 1027/22/509 1031/22/515 1025/21/509 +f 1034/22/515 1021/21/509 1033/21/515 +f 1021/21/509 1034/22/515 1023/22/509 +f 1033/21/514 1021/21/511 1034/22/514 +f 1023/22/511 1034/22/514 1021/21/511 +f 1024/22/371 1031/22/371 1029/22/371 +f 1031/22/371 1024/22/371 1027/22/371 +f 1027/22/371 1024/22/371 1023/22/371 +f 1027/22/371 1023/22/371 1028/22/371 +f 1028/22/371 1023/22/371 1034/22/371 +f 1028/22/371 1034/22/371 1036/22/371 +f 1029/22/372 1031/22/372 1024/22/372 +f 1027/22/372 1024/22/372 1031/22/372 +f 1023/22/372 1024/22/372 1027/22/372 +f 1028/22/372 1023/22/372 1027/22/372 +f 1034/22/372 1023/22/372 1028/22/372 +f 1036/22/372 1034/22/372 1028/22/372 +f 1025/21/372 1030/21/372 1032/21/372 +f 1030/21/372 1025/21/372 1022/21/372 +f 1022/21/372 1025/21/372 1026/21/372 +f 1022/21/372 1026/21/372 1021/21/372 +f 1021/21/372 1026/21/372 1035/21/372 +f 1021/21/372 1035/21/372 1033/21/372 +f 1032/21/371 1030/21/371 1025/21/371 +f 1022/21/371 1025/21/371 1030/21/371 +f 1026/21/371 1025/21/371 1022/21/371 +f 1021/21/371 1026/21/371 1022/21/371 +f 1035/21/371 1026/21/371 1021/21/371 +f 1033/21/371 1035/21/371 1021/21/371 +f 1039/22/509 1038/21/510 1037/21/509 +f 1038/21/510 1039/22/509 1040/22/510 +f 1037/21/511 1038/21/512 1039/22/511 +f 1040/22/512 1039/22/511 1038/21/512 +f 1043/22/511 1042/21/512 1041/21/511 +f 1042/21/512 1043/22/511 1044/22/512 +f 1041/21/509 1042/21/510 1043/22/509 +f 1044/22/510 1043/22/509 1042/21/510 +f 1047/22/514 1046/21/513 1045/22/513 +f 1046/21/513 1047/22/514 1048/21/514 +f 1045/22/516 1046/21/516 1047/22/515 +f 1048/21/515 1047/22/515 1046/21/516 +f 1051/21/516 1050/22/515 1049/21/515 +f 1050/22/515 1051/21/516 1052/22/516 +f 1049/21/514 1050/22/514 1051/21/513 +f 1052/22/513 1051/21/513 1050/22/514 +f 1044/22/512 1051/21/516 1042/21/512 +f 1051/21/516 1044/22/512 1052/22/516 +f 1042/21/510 1051/21/513 1044/22/510 +f 1052/22/513 1044/22/510 1051/21/513 +f 1040/22/510 1046/21/513 1038/21/510 +f 1046/21/513 1040/22/510 1045/22/513 +f 1038/21/512 1046/21/516 1040/22/512 +f 1045/22/516 1040/22/512 1046/21/516 +f 1047/22/514 1041/21/511 1048/21/514 +f 1041/21/511 1047/22/514 1043/22/511 +f 1048/21/515 1041/21/509 1047/22/515 +f 1043/22/509 1047/22/515 1041/21/509 +f 1050/22/515 1037/21/509 1049/21/515 +f 1037/21/509 1050/22/515 1039/22/509 +f 1049/21/514 1037/21/511 1050/22/514 +f 1039/22/511 1050/22/514 1037/21/511 +f 1040/22/371 1047/22/371 1045/22/371 +f 1047/22/371 1040/22/371 1043/22/371 +f 1043/22/371 1040/22/371 1039/22/371 +f 1043/22/371 1039/22/371 1044/22/371 +f 1044/22/371 1039/22/371 1050/22/371 +f 1044/22/371 1050/22/371 1052/22/371 +f 1045/22/372 1047/22/372 1040/22/372 +f 1043/22/372 1040/22/372 1047/22/372 +f 1039/22/372 1040/22/372 1043/22/372 +f 1044/22/372 1039/22/372 1043/22/372 +f 1050/22/372 1039/22/372 1044/22/372 +f 1052/22/372 1050/22/372 1044/22/372 +f 1041/21/372 1046/21/372 1048/21/372 +f 1046/21/372 1041/21/372 1038/21/372 +f 1038/21/372 1041/21/372 1042/21/372 +f 1038/21/372 1042/21/372 1037/21/372 +f 1037/21/372 1042/21/372 1051/21/372 +f 1037/21/372 1051/21/372 1049/21/372 +f 1048/21/371 1046/21/371 1041/21/371 +f 1038/21/371 1041/21/371 1046/21/371 +f 1042/21/371 1041/21/371 1038/21/371 +f 1037/21/371 1042/21/371 1038/21/371 +f 1051/21/371 1042/21/371 1037/21/371 +f 1049/21/371 1051/21/371 1037/21/371 +f 1055/22/517 1054/21/518 1053/21/517 +f 1054/21/518 1055/22/517 1056/22/518 +f 1053/21/519 1054/21/520 1055/22/519 +f 1056/22/520 1055/22/519 1054/21/520 +f 1059/21/519 1058/22/520 1057/21/520 +f 1058/22/520 1059/21/519 1060/22/519 +f 1057/21/518 1058/22/518 1059/21/517 +f 1060/22/517 1059/21/517 1058/22/518 +f 1063/22/522 1062/21/521 1061/22/521 +f 1062/21/521 1063/22/522 1064/21/522 +f 1061/22/524 1062/21/524 1063/22/523 +f 1064/21/523 1063/22/523 1062/21/524 +f 1067/21/524 1066/22/523 1065/21/523 +f 1066/22/523 1067/21/524 1068/22/524 +f 1065/21/522 1066/22/522 1067/21/521 +f 1068/22/521 1067/21/521 1066/22/522 +f 1058/22/520 1067/21/524 1057/21/520 +f 1067/21/524 1058/22/520 1068/22/524 +f 1057/21/518 1067/21/521 1058/22/518 +f 1068/22/521 1058/22/518 1067/21/521 +f 1056/22/518 1062/21/521 1054/21/518 +f 1062/21/521 1056/22/518 1061/22/521 +f 1054/21/520 1062/21/524 1056/22/520 +f 1061/22/524 1056/22/520 1062/21/524 +f 1063/22/522 1059/21/519 1064/21/522 +f 1059/21/519 1063/22/522 1060/22/519 +f 1064/21/523 1059/21/517 1063/22/523 +f 1060/22/517 1063/22/523 1059/21/517 +f 1066/22/523 1053/21/517 1065/21/523 +f 1053/21/517 1066/22/523 1055/22/517 +f 1065/21/522 1053/21/519 1066/22/522 +f 1055/22/519 1066/22/522 1053/21/519 +f 1056/22/525 1063/22/525 1061/22/525 +f 1063/22/525 1056/22/525 1060/22/525 +f 1060/22/525 1056/22/525 1055/22/525 +f 1060/22/525 1055/22/525 1058/22/525 +f 1058/22/525 1055/22/525 1066/22/525 +f 1058/22/525 1066/22/525 1068/22/525 +f 1061/22/526 1063/22/526 1056/22/526 +f 1060/22/526 1056/22/526 1063/22/526 +f 1055/22/526 1056/22/526 1060/22/526 +f 1058/22/526 1055/22/526 1060/22/526 +f 1066/22/526 1055/22/526 1058/22/526 +f 1068/22/526 1066/22/526 1058/22/526 +f 1059/21/526 1062/21/526 1064/21/526 +f 1062/21/526 1059/21/526 1054/21/526 +f 1054/21/526 1059/21/526 1057/21/526 +f 1054/21/526 1057/21/526 1053/21/526 +f 1053/21/526 1057/21/526 1067/21/526 +f 1053/21/526 1067/21/526 1065/21/526 +f 1064/21/525 1062/21/525 1059/21/525 +f 1054/21/525 1059/21/525 1062/21/525 +f 1057/21/525 1059/21/525 1054/21/525 +f 1053/21/525 1057/21/525 1054/21/525 +f 1067/21/525 1057/21/525 1053/21/525 +f 1065/21/525 1067/21/525 1053/21/525 +f 1071/6/1 1070/6/1 1069/6/1 +f 1070/6/1 1071/6/1 1072/6/1 +f 1070/6/1 1072/6/1 1073/6/1 +f 1073/6/1 1072/6/1 1074/6/1 +f 1073/6/1 1074/6/1 1075/6/1 +f 1075/6/1 1074/6/1 1076/6/1 +f 1075/6/1 1076/6/1 1077/6/1 +f 1077/6/1 1076/6/1 1078/6/1 +f 1069/6/2 1070/6/2 1071/6/2 +f 1072/6/2 1071/6/2 1070/6/2 +f 1073/6/2 1072/6/2 1070/6/2 +f 1074/6/2 1072/6/2 1073/6/2 +f 1075/6/2 1074/6/2 1073/6/2 +f 1076/6/2 1074/6/2 1075/6/2 +f 1077/6/2 1076/6/2 1075/6/2 +f 1078/6/2 1076/6/2 1077/6/2 +f 1071/6/6 459/7/6 1079/7/6 +f 459/7/6 1071/6/6 1069/6/6 +f 1079/7/5 459/7/5 1071/6/5 +f 1069/6/5 1071/6/5 459/7/5 +f 1080/7/376 1071/6/375 1079/7/375 +f 1071/6/375 1080/7/376 1072/6/376 +f 1079/7/378 1071/6/378 1080/7/377 +f 1072/6/377 1080/7/377 1071/6/378 +f 1081/7/379 1072/6/376 1080/7/376 +f 1072/6/376 1081/7/379 1074/6/379 +f 1080/7/377 1072/6/377 1081/7/380 +f 1074/6/380 1081/7/380 1072/6/377 +f 1076/6/381 1081/7/379 1082/7/381 +f 1081/7/379 1076/6/381 1074/6/379 +f 1082/7/382 1081/7/380 1076/6/382 +f 1074/6/380 1076/6/382 1081/7/380 +f 1078/6/386 1082/7/381 1083/7/386 +f 1082/7/381 1078/6/386 1076/6/381 +f 1083/7/385 1082/7/382 1078/6/385 +f 1076/6/382 1078/6/385 1082/7/382 +f 467/7/4 1078/6/4 1083/7/4 +f 1078/6/4 467/7/4 1077/6/4 +f 1083/7/3 1078/6/3 467/7/3 +f 1077/6/3 467/7/3 1078/6/3 +f 1075/6/382 467/7/385 465/7/382 +f 467/7/385 1075/6/382 1077/6/385 +f 465/7/381 467/7/386 1075/6/381 +f 1077/6/386 1075/6/381 467/7/386 +f 1073/6/380 465/7/382 463/7/380 +f 465/7/382 1073/6/380 1075/6/382 +f 463/7/379 465/7/381 1073/6/379 +f 1075/6/381 1073/6/379 465/7/381 +f 1073/6/380 460/7/377 1070/6/377 +f 460/7/377 1073/6/380 463/7/380 +f 1070/6/376 460/7/376 1073/6/379 +f 463/7/379 1073/6/379 460/7/376 +f 1070/6/377 459/7/378 1069/6/378 +f 459/7/378 1070/6/377 460/7/377 +f 1069/6/375 459/7/375 1070/6/376 +f 460/7/376 1070/6/376 459/7/375 +f 1085/7/2 1084/7/2 479/7/2 +f 1084/7/2 1085/7/2 480/7/2 +f 1084/7/2 480/7/2 1086/7/2 +f 1086/7/2 480/7/2 1087/7/2 +f 1086/7/2 1087/7/2 1088/7/2 +f 1088/7/2 1087/7/2 1089/7/2 +f 1089/7/2 1087/7/2 482/7/2 +f 1089/7/2 482/7/2 1090/7/2 +f 479/7/1 1084/7/1 1085/7/1 +f 480/7/1 1085/7/1 1084/7/1 +f 1086/7/1 480/7/1 1084/7/1 +f 1087/7/1 480/7/1 1086/7/1 +f 1088/7/1 1087/7/1 1086/7/1 +f 1089/7/1 1087/7/1 1088/7/1 +f 482/7/1 1087/7/1 1089/7/1 +f 1090/7/1 482/7/1 1089/7/1 +f 1091/8/1 478/8/1 470/8/1 +f 478/8/1 1091/8/1 477/8/1 +f 477/8/1 1091/8/1 1092/8/1 +f 477/8/1 1092/8/1 476/8/1 +f 476/8/1 1092/8/1 1093/8/1 +f 476/8/1 1093/8/1 1094/8/1 +f 476/8/1 1094/8/1 475/8/1 +f 475/8/1 1094/8/1 1095/8/1 +f 470/8/2 478/8/2 1091/8/2 +f 477/8/2 1091/8/2 478/8/2 +f 1092/8/2 1091/8/2 477/8/2 +f 476/8/2 1092/8/2 477/8/2 +f 1093/8/2 1092/8/2 476/8/2 +f 1094/8/2 1093/8/2 476/8/2 +f 475/8/2 1094/8/2 476/8/2 +f 1095/8/2 1094/8/2 475/8/2 +f 1091/8/6 479/7/6 1084/7/6 +f 479/7/6 1091/8/6 470/8/6 +f 1084/7/5 479/7/5 1091/8/5 +f 470/8/5 1091/8/5 479/7/5 +f 1086/7/376 1091/8/375 1084/7/375 +f 1091/8/375 1086/7/376 1092/8/376 +f 1084/7/378 1091/8/378 1086/7/377 +f 1092/8/377 1086/7/377 1091/8/378 +f 1088/7/379 1092/8/376 1086/7/376 +f 1092/8/376 1088/7/379 1093/8/379 +f 1086/7/377 1092/8/377 1088/7/380 +f 1093/8/380 1088/7/380 1092/8/377 +f 1094/8/381 1088/7/379 1089/7/381 +f 1088/7/379 1094/8/381 1093/8/379 +f 1089/7/382 1088/7/380 1094/8/382 +f 1093/8/380 1094/8/382 1088/7/380 +f 1095/8/383 1089/7/381 1090/7/383 +f 1089/7/381 1095/8/383 1094/8/381 +f 1090/7/384 1089/7/382 1095/8/384 +f 1094/8/382 1095/8/384 1089/7/382 +f 482/7/4 1095/8/4 1090/7/4 +f 1095/8/4 482/7/4 475/8/4 +f 1090/7/3 1095/8/3 482/7/3 +f 475/8/3 482/7/3 1095/8/3 +f 476/8/382 482/7/385 1087/7/382 +f 482/7/385 476/8/382 475/8/385 +f 1087/7/381 482/7/386 476/8/381 +f 475/8/386 476/8/381 482/7/386 +f 477/8/380 1087/7/382 480/7/380 +f 1087/7/382 477/8/380 476/8/382 +f 480/7/379 1087/7/381 477/8/379 +f 476/8/381 477/8/379 1087/7/381 +f 477/8/380 1085/7/377 478/8/377 +f 1085/7/377 477/8/380 480/7/380 +f 478/8/376 1085/7/376 477/8/379 +f 480/7/379 477/8/379 1085/7/376 +f 478/8/377 479/7/378 470/8/378 +f 479/7/378 478/8/377 1085/7/377 +f 470/8/375 479/7/375 478/8/376 +f 1085/7/376 478/8/376 479/7/375 +f 1098/8/528 1097/7/527 1096/8/527 +f 1097/7/527 1098/8/528 1099/7/528 +f 1096/8/530 1097/7/530 1098/8/529 +f 1099/7/529 1098/8/529 1097/7/530 +f 1102/8/531 1101/7/532 1100/7/531 +f 1101/7/532 1102/8/531 1103/8/532 +f 1100/7/533 1101/7/534 1102/8/533 +f 1103/8/534 1102/8/533 1101/7/534 +f 1103/8/532 1104/7/535 1101/7/532 +f 1104/7/535 1103/8/532 1105/8/535 +f 1101/7/534 1104/7/536 1103/8/534 +f 1105/8/536 1103/8/534 1104/7/536 +f 1108/7/538 1107/8/537 1106/7/537 +f 1107/8/537 1108/7/538 1109/8/538 +f 1106/7/540 1107/8/540 1108/7/539 +f 1109/8/539 1108/7/539 1107/8/540 +f 1106/7/537 1102/8/531 1100/7/531 +f 1102/8/531 1106/7/537 1107/8/537 +f 1100/7/533 1102/8/533 1106/7/540 +f 1107/8/540 1106/7/540 1102/8/533 +f 1096/8/527 1104/7/535 1105/8/535 +f 1104/7/535 1096/8/527 1097/7/527 +f 1105/8/536 1104/7/536 1096/8/530 +f 1097/7/530 1096/8/530 1104/7/536 +f 1096/8/1 1109/8/1 1098/8/1 +f 1109/8/1 1096/8/1 1105/8/1 +f 1109/8/1 1105/8/1 1103/8/1 +f 1109/8/1 1103/8/1 1102/8/1 +f 1109/8/1 1102/8/1 1107/8/1 +f 1098/8/2 1109/8/2 1096/8/2 +f 1105/8/2 1096/8/2 1109/8/2 +f 1103/8/2 1105/8/2 1109/8/2 +f 1102/8/2 1103/8/2 1109/8/2 +f 1107/8/2 1102/8/2 1109/8/2 +f 1112/22/541 1111/21/542 1110/21/541 +f 1111/21/542 1112/22/541 1113/22/542 +f 1110/21/543 1111/21/544 1112/22/543 +f 1113/22/544 1112/22/543 1111/21/544 +f 1116/22/543 1115/21/544 1114/21/543 +f 1115/21/544 1116/22/543 1117/22/544 +f 1114/21/541 1115/21/542 1116/22/541 +f 1117/22/542 1116/22/541 1115/21/542 +f 1120/22/546 1119/21/545 1118/22/545 +f 1119/21/545 1120/22/546 1121/21/546 +f 1118/22/548 1119/21/548 1120/22/547 +f 1121/21/547 1120/22/547 1119/21/548 +f 1124/21/548 1123/22/547 1122/21/547 +f 1123/22/547 1124/21/548 1125/22/548 +f 1122/21/546 1123/22/546 1124/21/545 +f 1125/22/545 1124/21/545 1123/22/546 +f 1117/22/544 1124/21/548 1115/21/544 +f 1124/21/548 1117/22/544 1125/22/548 +f 1115/21/542 1124/21/545 1117/22/542 +f 1125/22/545 1117/22/542 1124/21/545 +f 1113/22/542 1119/21/545 1111/21/542 +f 1119/21/545 1113/22/542 1118/22/545 +f 1111/21/544 1119/21/548 1113/22/544 +f 1118/22/548 1113/22/544 1119/21/548 +f 1120/22/546 1114/21/543 1121/21/546 +f 1114/21/543 1120/22/546 1116/22/543 +f 1121/21/547 1114/21/541 1120/22/547 +f 1116/22/541 1120/22/547 1114/21/541 +f 1123/22/547 1110/21/541 1122/21/547 +f 1110/21/541 1123/22/547 1112/22/541 +f 1122/21/546 1110/21/543 1123/22/546 +f 1112/22/543 1123/22/546 1110/21/543 +f 1113/22/549 1120/22/549 1118/22/549 +f 1120/22/549 1113/22/549 1116/22/549 +f 1116/22/549 1113/22/549 1112/22/549 +f 1116/22/549 1112/22/549 1117/22/549 +f 1117/22/549 1112/22/549 1123/22/549 +f 1117/22/549 1123/22/549 1125/22/549 +f 1118/22/550 1120/22/550 1113/22/550 +f 1116/22/550 1113/22/550 1120/22/550 +f 1112/22/550 1113/22/550 1116/22/550 +f 1117/22/550 1112/22/550 1116/22/550 +f 1123/22/550 1112/22/550 1117/22/550 +f 1125/22/550 1123/22/550 1117/22/550 +f 1114/21/550 1119/21/550 1121/21/550 +f 1119/21/550 1114/21/550 1111/21/550 +f 1111/21/550 1114/21/550 1115/21/550 +f 1111/21/550 1115/21/550 1110/21/550 +f 1110/21/550 1115/21/550 1124/21/550 +f 1110/21/550 1124/21/550 1122/21/550 +f 1121/21/549 1119/21/549 1114/21/549 +f 1111/21/549 1114/21/549 1119/21/549 +f 1115/21/549 1114/21/549 1111/21/549 +f 1110/21/549 1115/21/549 1111/21/549 +f 1124/21/549 1115/21/549 1110/21/549 +f 1122/21/549 1124/21/549 1110/21/549 +f 1128/22/551 1127/21/552 1126/21/551 +f 1127/21/552 1128/22/551 1129/22/552 +f 1126/21/553 1127/21/554 1128/22/553 +f 1129/22/554 1128/22/553 1127/21/554 +f 1132/22/553 1131/21/554 1130/21/553 +f 1131/21/554 1132/22/553 1133/22/554 +f 1130/21/551 1131/21/552 1132/22/551 +f 1133/22/552 1132/22/551 1131/21/552 +f 1136/22/556 1135/21/555 1134/22/555 +f 1135/21/555 1136/22/556 1137/21/556 +f 1134/22/558 1135/21/558 1136/22/557 +f 1137/21/557 1136/22/557 1135/21/558 +f 1140/21/558 1139/22/557 1138/21/557 +f 1139/22/557 1140/21/558 1141/22/558 +f 1138/21/556 1139/22/556 1140/21/555 +f 1141/22/555 1140/21/555 1139/22/556 +f 1133/22/554 1140/21/558 1131/21/554 +f 1140/21/558 1133/22/554 1141/22/558 +f 1131/21/552 1140/21/555 1133/22/552 +f 1141/22/555 1133/22/552 1140/21/555 +f 1129/22/552 1135/21/555 1127/21/552 +f 1135/21/555 1129/22/552 1134/22/555 +f 1127/21/554 1135/21/558 1129/22/554 +f 1134/22/558 1129/22/554 1135/21/558 +f 1136/22/556 1130/21/553 1137/21/556 +f 1130/21/553 1136/22/556 1132/22/553 +f 1137/21/557 1130/21/551 1136/22/557 +f 1132/22/551 1136/22/557 1130/21/551 +f 1139/22/557 1126/21/551 1138/21/557 +f 1126/21/551 1139/22/557 1128/22/551 +f 1138/21/556 1126/21/553 1139/22/556 +f 1128/22/553 1139/22/556 1126/21/553 +f 1129/22/383 1136/22/383 1134/22/383 +f 1136/22/383 1129/22/383 1132/22/383 +f 1132/22/383 1129/22/383 1128/22/383 +f 1132/22/383 1128/22/383 1133/22/383 +f 1133/22/383 1128/22/383 1139/22/383 +f 1133/22/383 1139/22/383 1141/22/383 +f 1134/22/384 1136/22/384 1129/22/384 +f 1132/22/384 1129/22/384 1136/22/384 +f 1128/22/384 1129/22/384 1132/22/384 +f 1133/22/384 1128/22/384 1132/22/384 +f 1139/22/384 1128/22/384 1133/22/384 +f 1141/22/384 1139/22/384 1133/22/384 +f 1130/21/384 1135/21/384 1137/21/384 +f 1135/21/384 1130/21/384 1127/21/384 +f 1127/21/384 1130/21/384 1131/21/384 +f 1127/21/384 1131/21/384 1126/21/384 +f 1126/21/384 1131/21/384 1140/21/384 +f 1126/21/384 1140/21/384 1138/21/384 +f 1137/21/383 1135/21/383 1130/21/383 +f 1127/21/383 1130/21/383 1135/21/383 +f 1131/21/383 1130/21/383 1127/21/383 +f 1126/21/383 1131/21/383 1127/21/383 +f 1140/21/383 1131/21/383 1126/21/383 +f 1138/21/383 1140/21/383 1126/21/383 +f 1144/22/551 1143/21/552 1142/21/551 +f 1143/21/552 1144/22/551 1145/22/552 +f 1142/21/553 1143/21/554 1144/22/553 +f 1145/22/554 1144/22/553 1143/21/554 +f 1148/22/553 1147/21/554 1146/21/553 +f 1147/21/554 1148/22/553 1149/22/554 +f 1146/21/551 1147/21/552 1148/22/551 +f 1149/22/552 1148/22/551 1147/21/552 +f 1152/22/556 1151/21/555 1150/22/555 +f 1151/21/555 1152/22/556 1153/21/556 +f 1150/22/558 1151/21/558 1152/22/557 +f 1153/21/557 1152/22/557 1151/21/558 +f 1156/21/558 1155/22/557 1154/21/557 +f 1155/22/557 1156/21/558 1157/22/558 +f 1154/21/556 1155/22/556 1156/21/555 +f 1157/22/555 1156/21/555 1155/22/556 +f 1149/22/554 1156/21/558 1147/21/554 +f 1156/21/558 1149/22/554 1157/22/558 +f 1147/21/552 1156/21/555 1149/22/552 +f 1157/22/555 1149/22/552 1156/21/555 +f 1145/22/552 1151/21/555 1143/21/552 +f 1151/21/555 1145/22/552 1150/22/555 +f 1143/21/554 1151/21/558 1145/22/554 +f 1150/22/558 1145/22/554 1151/21/558 +f 1152/22/556 1146/21/553 1153/21/556 +f 1146/21/553 1152/22/556 1148/22/553 +f 1153/21/557 1146/21/551 1152/22/557 +f 1148/22/551 1152/22/557 1146/21/551 +f 1155/22/557 1142/21/551 1154/21/557 +f 1142/21/551 1155/22/557 1144/22/551 +f 1154/21/556 1142/21/553 1155/22/556 +f 1144/22/553 1155/22/556 1142/21/553 +f 1145/22/383 1152/22/383 1150/22/383 +f 1152/22/383 1145/22/383 1148/22/383 +f 1148/22/383 1145/22/383 1144/22/383 +f 1148/22/383 1144/22/383 1149/22/383 +f 1149/22/383 1144/22/383 1155/22/383 +f 1149/22/383 1155/22/383 1157/22/383 +f 1150/22/384 1152/22/384 1145/22/384 +f 1148/22/384 1145/22/384 1152/22/384 +f 1144/22/384 1145/22/384 1148/22/384 +f 1149/22/384 1144/22/384 1148/22/384 +f 1155/22/384 1144/22/384 1149/22/384 +f 1157/22/384 1155/22/384 1149/22/384 +f 1146/21/384 1151/21/384 1153/21/384 +f 1151/21/384 1146/21/384 1143/21/384 +f 1143/21/384 1146/21/384 1147/21/384 +f 1143/21/384 1147/21/384 1142/21/384 +f 1142/21/384 1147/21/384 1156/21/384 +f 1142/21/384 1156/21/384 1154/21/384 +f 1153/21/383 1151/21/383 1146/21/383 +f 1143/21/383 1146/21/383 1151/21/383 +f 1147/21/383 1146/21/383 1143/21/383 +f 1142/21/383 1147/21/383 1143/21/383 +f 1156/21/383 1147/21/383 1142/21/383 +f 1154/21/383 1156/21/383 1142/21/383 +f 1160/22/559 1159/21/560 1158/21/559 +f 1159/21/560 1160/22/559 1161/22/560 +f 1158/21/561 1159/21/562 1160/22/561 +f 1161/22/562 1160/22/561 1159/21/562 +f 1164/21/561 1163/22/562 1162/21/562 +f 1163/22/562 1164/21/561 1165/22/561 +f 1162/21/560 1163/22/560 1164/21/559 +f 1165/22/559 1164/21/559 1163/22/560 +f 1168/22/564 1167/21/563 1166/22/563 +f 1167/21/563 1168/22/564 1169/21/564 +f 1166/22/566 1167/21/566 1168/22/565 +f 1169/21/565 1168/22/565 1167/21/566 +f 1172/21/566 1171/22/565 1170/21/565 +f 1171/22/565 1172/21/566 1173/22/566 +f 1170/21/564 1171/22/564 1172/21/563 +f 1173/22/563 1172/21/563 1171/22/564 +f 1163/22/562 1172/21/566 1162/21/562 +f 1172/21/566 1163/22/562 1173/22/566 +f 1162/21/560 1172/21/563 1163/22/560 +f 1173/22/563 1163/22/560 1172/21/563 +f 1161/22/560 1167/21/563 1159/21/560 +f 1167/21/563 1161/22/560 1166/22/563 +f 1159/21/562 1167/21/566 1161/22/562 +f 1166/22/566 1161/22/562 1167/21/566 +f 1168/22/564 1164/21/561 1169/21/564 +f 1164/21/561 1168/22/564 1165/22/561 +f 1169/21/565 1164/21/559 1168/22/565 +f 1165/22/559 1168/22/565 1164/21/559 +f 1171/22/565 1158/21/559 1170/21/565 +f 1158/21/559 1171/22/565 1160/22/559 +f 1170/21/564 1158/21/561 1171/22/564 +f 1160/22/561 1171/22/564 1158/21/561 +f 1161/22/567 1168/22/567 1166/22/567 +f 1168/22/567 1161/22/567 1165/22/567 +f 1165/22/567 1161/22/567 1160/22/567 +f 1165/22/567 1160/22/567 1163/22/567 +f 1163/22/567 1160/22/567 1171/22/567 +f 1163/22/567 1171/22/567 1173/22/567 +f 1166/22/568 1168/22/568 1161/22/568 +f 1165/22/568 1161/22/568 1168/22/568 +f 1160/22/568 1161/22/568 1165/22/568 +f 1163/22/568 1160/22/568 1165/22/568 +f 1171/22/568 1160/22/568 1163/22/568 +f 1173/22/568 1171/22/568 1163/22/568 +f 1164/21/568 1167/21/568 1169/21/568 +f 1167/21/568 1164/21/568 1159/21/568 +f 1159/21/568 1164/21/568 1162/21/568 +f 1159/21/568 1162/21/568 1158/21/568 +f 1158/21/568 1162/21/568 1172/21/568 +f 1158/21/568 1172/21/568 1170/21/568 +f 1169/21/567 1167/21/567 1164/21/567 +f 1159/21/567 1164/21/567 1167/21/567 +f 1162/21/567 1164/21/567 1159/21/567 +f 1158/21/567 1162/21/567 1159/21/567 +f 1172/21/567 1162/21/567 1158/21/567 +f 1170/21/567 1172/21/567 1158/21/567 +f 1176/24/17 1175/23/16 1174/23/15 +f 1175/23/16 1176/24/17 1177/24/18 +f 1174/23/21 1175/23/20 1176/24/19 +f 1177/24/22 1176/24/19 1175/23/20 +f 1180/24/25 1179/24/24 1178/24/23 +f 1179/24/24 1180/24/25 1181/24/26 +f 1178/24/29 1179/24/28 1180/24/27 +f 1181/24/30 1180/24/27 1179/24/28 +f 1183/24/32 1176/24/17 1182/24/31 +f 1176/24/17 1183/24/32 1177/24/18 +f 1182/24/34 1176/24/19 1183/24/33 +f 1177/24/22 1183/24/33 1176/24/19 +f 1186/23/37 1185/25/36 1184/23/35 +f 1185/25/36 1186/23/37 1187/25/38 +f 1184/23/41 1185/25/40 1186/23/39 +f 1187/25/42 1186/23/39 1185/25/40 +f 1189/25/44 1187/25/38 1188/25/43 +f 1187/25/38 1189/25/44 1185/25/36 +f 1188/25/46 1187/25/42 1189/25/45 +f 1185/25/40 1189/25/45 1187/25/42 +f 1188/25/43 1186/23/37 1190/23/47 +f 1186/23/37 1188/25/43 1187/25/38 +f 1190/23/48 1186/23/39 1188/25/46 +f 1187/25/42 1188/25/46 1186/23/39 +f 1182/24/31 1174/23/15 1191/23/49 +f 1174/23/15 1182/24/31 1176/24/17 +f 1191/23/50 1174/23/21 1182/24/34 +f 1176/24/19 1182/24/34 1174/23/21 +f 1192/23/51 1177/24/18 1183/24/32 +f 1177/24/18 1192/23/51 1175/23/16 +f 1183/24/33 1177/24/22 1192/23/52 +f 1175/23/20 1192/23/52 1177/24/22 +f 1195/26/55 1194/26/54 1193/26/53 +f 1194/26/54 1195/26/55 1196/26/56 +f 1193/26/59 1194/26/58 1195/26/57 +f 1196/26/60 1195/26/57 1194/26/58 +f 1196/26/56 1197/23/61 1194/26/54 +f 1197/23/61 1196/26/56 1198/23/62 +f 1194/26/58 1197/23/63 1196/26/60 +f 1198/23/64 1196/26/60 1197/23/63 +f 1200/23/66 1193/26/53 1199/23/65 +f 1193/26/53 1200/23/66 1195/26/55 +f 1199/23/68 1193/26/59 1200/23/67 +f 1195/26/57 1200/23/67 1193/26/59 +f 1198/23/62 1195/26/55 1200/23/66 +f 1195/26/55 1198/23/62 1196/26/56 +f 1200/23/67 1195/26/57 1198/23/64 +f 1196/26/60 1198/23/64 1195/26/57 +f 1202/23/70 1181/24/26 1201/23/69 +f 1181/24/26 1202/23/70 1179/24/24 +f 1201/23/72 1181/24/30 1202/23/71 +f 1179/24/28 1202/23/71 1181/24/30 +f 1181/24/26 1203/23/73 1201/23/69 +f 1203/23/73 1181/24/26 1180/24/25 +f 1201/23/72 1203/23/74 1181/24/30 +f 1180/24/27 1181/24/30 1203/23/74 +f 1178/24/23 1202/23/70 1204/23/75 +f 1202/23/70 1178/24/23 1179/24/24 +f 1204/23/76 1202/23/71 1178/24/29 +f 1179/24/28 1178/24/29 1202/23/71 +f 1207/26/36 1206/23/77 1205/23/35 +f 1206/23/77 1207/26/36 1208/26/44 +f 1205/23/41 1206/23/78 1207/26/40 +f 1208/26/45 1207/26/40 1206/23/78 +f 1180/24/25 1204/23/75 1203/23/73 +f 1204/23/75 1180/24/25 1178/24/23 +f 1203/23/74 1204/23/76 1180/24/27 +f 1178/24/29 1180/24/27 1204/23/76 +f 1208/26/44 1210/26/38 1209/26/43 +f 1210/26/38 1208/26/44 1207/26/36 +f 1209/26/46 1210/26/42 1208/26/45 +f 1207/26/40 1208/26/45 1210/26/42 +f 1189/25/44 1190/23/47 1211/23/77 +f 1190/23/47 1189/25/44 1188/25/43 +f 1211/23/78 1190/23/48 1189/25/45 +f 1188/25/46 1189/25/45 1190/23/48 +f 1209/26/43 1213/23/37 1212/23/47 +f 1213/23/37 1209/26/43 1210/26/38 +f 1212/23/48 1213/23/39 1209/26/46 +f 1210/26/42 1209/26/46 1213/23/39 +f 1193/26/53 1197/23/61 1199/23/65 +f 1197/23/61 1193/26/53 1194/26/54 +f 1199/23/68 1197/23/63 1193/26/59 +f 1194/26/58 1193/26/59 1197/23/63 +f 1185/25/36 1211/23/77 1184/23/35 +f 1211/23/77 1185/25/36 1189/25/44 +f 1184/23/41 1211/23/78 1185/25/40 +f 1189/25/45 1185/25/40 1211/23/78 +f 1208/26/44 1212/23/47 1206/23/77 +f 1212/23/47 1208/26/44 1209/26/43 +f 1206/23/78 1212/23/48 1208/26/45 +f 1209/26/46 1208/26/45 1212/23/48 +f 1192/23/51 1182/24/31 1191/23/49 +f 1182/24/31 1192/23/51 1183/24/32 +f 1191/23/50 1182/24/34 1192/23/52 +f 1183/24/33 1192/23/52 1182/24/34 +f 1216/26/36 1215/23/77 1214/23/35 +f 1215/23/77 1216/26/36 1217/26/44 +f 1214/23/41 1215/23/78 1216/26/40 +f 1217/26/45 1216/26/40 1215/23/78 +f 1213/23/37 1207/26/36 1205/23/35 +f 1207/26/36 1213/23/37 1210/26/38 +f 1205/23/41 1207/26/40 1213/23/39 +f 1210/26/42 1213/23/39 1207/26/40 +f 1217/26/44 1219/26/38 1218/26/43 +f 1219/26/38 1217/26/44 1216/26/36 +f 1218/26/46 1219/26/42 1217/26/45 +f 1216/26/40 1217/26/45 1219/26/42 +f 1220/23/37 1216/26/36 1214/23/35 +f 1216/26/36 1220/23/37 1219/26/38 +f 1214/23/41 1216/26/40 1220/23/39 +f 1219/26/42 1220/23/39 1216/26/40 +f 1217/26/44 1221/23/47 1215/23/77 +f 1221/23/47 1217/26/44 1218/26/43 +f 1215/23/78 1221/23/48 1217/26/45 +f 1218/26/46 1217/26/45 1221/23/48 +f 1218/26/43 1220/23/37 1221/23/47 +f 1220/23/37 1218/26/43 1219/26/38 +f 1221/23/48 1220/23/39 1218/26/46 +f 1219/26/42 1218/26/46 1220/23/39 +f 1224/24/81 1223/24/80 1222/24/79 +f 1223/24/80 1224/24/81 1225/24/82 +f 1222/24/85 1223/24/84 1224/24/83 +f 1225/24/86 1224/24/83 1223/24/84 +f 1222/24/79 1227/23/88 1226/23/87 +f 1227/23/88 1222/24/79 1223/24/80 +f 1226/23/90 1227/23/89 1222/24/85 +f 1223/24/84 1222/24/85 1227/23/89 +f 1224/24/81 1226/23/87 1228/23/91 +f 1226/23/87 1224/24/81 1222/24/79 +f 1228/23/92 1226/23/90 1224/24/83 +f 1222/24/85 1224/24/83 1226/23/90 +f 1223/24/80 1229/23/93 1227/23/88 +f 1229/23/93 1223/24/80 1225/24/82 +f 1227/23/89 1229/23/94 1223/24/84 +f 1225/24/86 1223/24/84 1229/23/94 +f 1229/23/93 1224/24/81 1228/23/91 +f 1224/24/81 1229/23/93 1225/24/82 +f 1228/23/92 1224/24/83 1229/23/94 +f 1225/24/86 1229/23/94 1224/24/83 +f 1232/23/97 1231/24/96 1230/23/95 +f 1231/24/96 1232/23/97 1233/24/98 +f 1230/23/101 1231/24/100 1232/23/99 +f 1233/24/102 1232/23/99 1231/24/100 +f 1231/24/96 1235/24/104 1234/24/103 +f 1235/24/104 1231/24/96 1233/24/98 +f 1234/24/106 1235/24/105 1231/24/100 +f 1233/24/102 1231/24/100 1235/24/105 +f 1231/24/96 1236/23/107 1230/23/95 +f 1236/23/107 1231/24/96 1234/24/103 +f 1230/23/101 1236/23/108 1231/24/100 +f 1234/24/106 1231/24/100 1236/23/108 +f 1235/24/104 1232/23/97 1237/23/109 +f 1232/23/97 1235/24/104 1233/24/98 +f 1237/23/110 1232/23/99 1235/24/105 +f 1233/24/102 1235/24/105 1232/23/99 +f 1234/24/103 1237/23/109 1236/23/107 +f 1237/23/109 1234/24/103 1235/24/104 +f 1236/23/108 1237/23/110 1234/24/106 +f 1235/24/105 1234/24/106 1237/23/110 +f 1240/26/55 1239/26/54 1238/26/53 +f 1239/26/54 1240/26/55 1241/26/56 +f 1238/26/59 1239/26/58 1240/26/57 +f 1241/26/60 1240/26/57 1239/26/58 +f 1241/26/56 1242/23/61 1239/26/54 +f 1242/23/61 1241/26/56 1243/23/62 +f 1239/26/58 1242/23/63 1241/26/60 +f 1243/23/64 1241/26/60 1242/23/63 +f 1246/24/113 1245/24/112 1244/24/111 +f 1245/24/112 1246/24/113 1247/24/114 +f 1244/24/117 1245/24/116 1246/24/115 +f 1247/24/118 1246/24/115 1245/24/116 +f 1244/24/111 1249/23/120 1248/23/119 +f 1249/23/120 1244/24/111 1245/24/112 +f 1248/23/122 1249/23/121 1244/24/117 +f 1245/24/116 1244/24/117 1249/23/121 +f 1238/26/53 1242/23/61 1250/23/65 +f 1242/23/61 1238/26/53 1239/26/54 +f 1250/23/68 1242/23/63 1238/26/59 +f 1239/26/58 1238/26/59 1242/23/63 +f 1243/23/62 1240/26/55 1251/23/66 +f 1240/26/55 1243/23/62 1241/26/56 +f 1251/23/67 1240/26/57 1243/23/64 +f 1241/26/60 1243/23/64 1240/26/57 +f 1245/24/112 1252/23/123 1249/23/120 +f 1252/23/123 1245/24/112 1247/24/114 +f 1249/23/121 1252/23/124 1245/24/116 +f 1247/24/118 1245/24/116 1252/23/124 +f 1246/24/113 1248/23/119 1253/23/125 +f 1248/23/119 1246/24/113 1244/24/111 +f 1253/23/126 1248/23/122 1246/24/115 +f 1244/24/117 1246/24/115 1248/23/122 +f 1252/23/123 1246/24/113 1253/23/125 +f 1246/24/113 1252/23/123 1247/24/114 +f 1253/23/126 1246/24/115 1252/23/124 +f 1247/24/118 1252/23/124 1246/24/115 +f 1251/23/66 1238/26/53 1250/23/65 +f 1238/26/53 1251/23/66 1240/26/55 +f 1250/23/68 1238/26/59 1251/23/67 +f 1240/26/57 1251/23/67 1238/26/59 +f 1256/24/17 1255/23/16 1254/23/15 +f 1255/23/16 1256/24/17 1257/24/18 +f 1254/23/21 1255/23/20 1256/24/19 +f 1257/24/22 1256/24/19 1255/23/20 +f 1260/24/25 1259/24/24 1258/24/23 +f 1259/24/24 1260/24/25 1261/24/26 +f 1258/24/29 1259/24/28 1260/24/27 +f 1261/24/30 1260/24/27 1259/24/28 +f 1263/24/32 1256/24/17 1262/24/31 +f 1256/24/17 1263/24/32 1257/24/18 +f 1262/24/34 1256/24/19 1263/24/33 +f 1257/24/22 1263/24/33 1256/24/19 +f 1266/23/37 1265/25/36 1264/23/35 +f 1265/25/36 1266/23/37 1267/25/38 +f 1264/23/41 1265/25/40 1266/23/39 +f 1267/25/42 1266/23/39 1265/25/40 +f 1269/25/44 1267/25/38 1268/25/43 +f 1267/25/38 1269/25/44 1265/25/36 +f 1268/25/46 1267/25/42 1269/25/45 +f 1265/25/40 1269/25/45 1267/25/42 +f 1268/25/43 1266/23/37 1270/23/47 +f 1266/23/37 1268/25/43 1267/25/38 +f 1270/23/48 1266/23/39 1268/25/46 +f 1267/25/42 1268/25/46 1266/23/39 +f 1262/24/31 1254/23/15 1271/23/49 +f 1254/23/15 1262/24/31 1256/24/17 +f 1271/23/50 1254/23/21 1262/24/34 +f 1256/24/19 1262/24/34 1254/23/21 +f 1272/23/51 1257/24/18 1263/24/32 +f 1257/24/18 1272/23/51 1255/23/16 +f 1263/24/33 1257/24/22 1272/23/52 +f 1255/23/20 1272/23/52 1257/24/22 +f 1275/26/55 1274/26/54 1273/26/53 +f 1274/26/54 1275/26/55 1276/26/56 +f 1273/26/59 1274/26/58 1275/26/57 +f 1276/26/60 1275/26/57 1274/26/58 +f 1276/26/56 1277/23/61 1274/26/54 +f 1277/23/61 1276/26/56 1278/23/62 +f 1274/26/58 1277/23/63 1276/26/60 +f 1278/23/64 1276/26/60 1277/23/63 +f 1280/23/66 1273/26/53 1279/23/65 +f 1273/26/53 1280/23/66 1275/26/55 +f 1279/23/68 1273/26/59 1280/23/67 +f 1275/26/57 1280/23/67 1273/26/59 +f 1278/23/62 1275/26/55 1280/23/66 +f 1275/26/55 1278/23/62 1276/26/56 +f 1280/23/67 1275/26/57 1278/23/64 +f 1276/26/60 1278/23/64 1275/26/57 +f 1282/23/70 1261/24/26 1281/23/69 +f 1261/24/26 1282/23/70 1259/24/24 +f 1281/23/72 1261/24/30 1282/23/71 +f 1259/24/28 1282/23/71 1261/24/30 +f 1261/24/26 1283/23/73 1281/23/69 +f 1283/23/73 1261/24/26 1260/24/25 +f 1281/23/72 1283/23/74 1261/24/30 +f 1260/24/27 1261/24/30 1283/23/74 +f 1258/24/23 1282/23/70 1284/23/75 +f 1282/23/70 1258/24/23 1259/24/24 +f 1284/23/76 1282/23/71 1258/24/29 +f 1259/24/28 1258/24/29 1282/23/71 +f 1287/26/36 1286/23/77 1285/23/35 +f 1286/23/77 1287/26/36 1288/26/44 +f 1285/23/41 1286/23/78 1287/26/40 +f 1288/26/45 1287/26/40 1286/23/78 +f 1260/24/25 1284/23/75 1283/23/73 +f 1284/23/75 1260/24/25 1258/24/23 +f 1283/23/74 1284/23/76 1260/24/27 +f 1258/24/29 1260/24/27 1284/23/76 +f 1288/26/44 1290/26/38 1289/26/43 +f 1290/26/38 1288/26/44 1287/26/36 +f 1289/26/46 1290/26/42 1288/26/45 +f 1287/26/40 1288/26/45 1290/26/42 +f 1269/25/44 1270/23/47 1291/23/77 +f 1270/23/47 1269/25/44 1268/25/43 +f 1291/23/78 1270/23/48 1269/25/45 +f 1268/25/46 1269/25/45 1270/23/48 +f 1289/26/43 1293/23/37 1292/23/47 +f 1293/23/37 1289/26/43 1290/26/38 +f 1292/23/48 1293/23/39 1289/26/46 +f 1290/26/42 1289/26/46 1293/23/39 +f 1273/26/53 1277/23/61 1279/23/65 +f 1277/23/61 1273/26/53 1274/26/54 +f 1279/23/68 1277/23/63 1273/26/59 +f 1274/26/58 1273/26/59 1277/23/63 +f 1265/25/36 1291/23/77 1264/23/35 +f 1291/23/77 1265/25/36 1269/25/44 +f 1264/23/41 1291/23/78 1265/25/40 +f 1269/25/45 1265/25/40 1291/23/78 +f 1288/26/44 1292/23/47 1286/23/77 +f 1292/23/47 1288/26/44 1289/26/43 +f 1286/23/78 1292/23/48 1288/26/45 +f 1289/26/46 1288/26/45 1292/23/48 +f 1272/23/51 1262/24/31 1271/23/49 +f 1262/24/31 1272/23/51 1263/24/32 +f 1271/23/50 1262/24/34 1272/23/52 +f 1263/24/33 1272/23/52 1262/24/34 +f 1296/26/36 1295/23/77 1294/23/35 +f 1295/23/77 1296/26/36 1297/26/44 +f 1294/23/41 1295/23/78 1296/26/40 +f 1297/26/45 1296/26/40 1295/23/78 +f 1293/23/37 1287/26/36 1285/23/35 +f 1287/26/36 1293/23/37 1290/26/38 +f 1285/23/41 1287/26/40 1293/23/39 +f 1290/26/42 1293/23/39 1287/26/40 +f 1297/26/44 1299/26/38 1298/26/43 +f 1299/26/38 1297/26/44 1296/26/36 +f 1298/26/46 1299/26/42 1297/26/45 +f 1296/26/40 1297/26/45 1299/26/42 +f 1300/23/37 1296/26/36 1294/23/35 +f 1296/26/36 1300/23/37 1299/26/38 +f 1294/23/41 1296/26/40 1300/23/39 +f 1299/26/42 1300/23/39 1296/26/40 +f 1297/26/44 1301/23/47 1295/23/77 +f 1301/23/47 1297/26/44 1298/26/43 +f 1295/23/78 1301/23/48 1297/26/45 +f 1298/26/46 1297/26/45 1301/23/48 +f 1298/26/43 1300/23/37 1301/23/47 +f 1300/23/37 1298/26/43 1299/26/38 +f 1301/23/48 1300/23/39 1298/26/46 +f 1299/26/42 1298/26/46 1300/23/39 +f 1304/24/81 1303/24/80 1302/24/79 +f 1303/24/80 1304/24/81 1305/24/82 +f 1302/24/85 1303/24/84 1304/24/83 +f 1305/24/86 1304/24/83 1303/24/84 +f 1302/24/79 1307/23/88 1306/23/87 +f 1307/23/88 1302/24/79 1303/24/80 +f 1306/23/90 1307/23/89 1302/24/85 +f 1303/24/84 1302/24/85 1307/23/89 +f 1304/24/81 1306/23/87 1308/23/91 +f 1306/23/87 1304/24/81 1302/24/79 +f 1308/23/92 1306/23/90 1304/24/83 +f 1302/24/85 1304/24/83 1306/23/90 +f 1303/24/80 1309/23/93 1307/23/88 +f 1309/23/93 1303/24/80 1305/24/82 +f 1307/23/89 1309/23/94 1303/24/84 +f 1305/24/86 1303/24/84 1309/23/94 +f 1309/23/93 1304/24/81 1308/23/91 +f 1304/24/81 1309/23/93 1305/24/82 +f 1308/23/92 1304/24/83 1309/23/94 +f 1305/24/86 1309/23/94 1304/24/83 +f 1312/23/97 1311/24/96 1310/23/95 +f 1311/24/96 1312/23/97 1313/24/98 +f 1310/23/101 1311/24/100 1312/23/99 +f 1313/24/102 1312/23/99 1311/24/100 +f 1311/24/96 1315/24/104 1314/24/103 +f 1315/24/104 1311/24/96 1313/24/98 +f 1314/24/106 1315/24/105 1311/24/100 +f 1313/24/102 1311/24/100 1315/24/105 +f 1311/24/96 1316/23/107 1310/23/95 +f 1316/23/107 1311/24/96 1314/24/103 +f 1310/23/101 1316/23/108 1311/24/100 +f 1314/24/106 1311/24/100 1316/23/108 +f 1315/24/104 1312/23/97 1317/23/109 +f 1312/23/97 1315/24/104 1313/24/98 +f 1317/23/110 1312/23/99 1315/24/105 +f 1313/24/102 1315/24/105 1312/23/99 +f 1314/24/103 1317/23/109 1316/23/107 +f 1317/23/109 1314/24/103 1315/24/104 +f 1316/23/108 1317/23/110 1314/24/106 +f 1315/24/105 1314/24/106 1317/23/110 +f 1320/26/55 1319/26/54 1318/26/53 +f 1319/26/54 1320/26/55 1321/26/56 +f 1318/26/59 1319/26/58 1320/26/57 +f 1321/26/60 1320/26/57 1319/26/58 +f 1321/26/56 1322/23/61 1319/26/54 +f 1322/23/61 1321/26/56 1323/23/62 +f 1319/26/58 1322/23/63 1321/26/60 +f 1323/23/64 1321/26/60 1322/23/63 +f 1326/24/113 1325/24/112 1324/24/111 +f 1325/24/112 1326/24/113 1327/24/114 +f 1324/24/117 1325/24/116 1326/24/115 +f 1327/24/118 1326/24/115 1325/24/116 +f 1324/24/111 1329/23/120 1328/23/119 +f 1329/23/120 1324/24/111 1325/24/112 +f 1328/23/122 1329/23/121 1324/24/117 +f 1325/24/116 1324/24/117 1329/23/121 +f 1318/26/53 1322/23/61 1330/23/65 +f 1322/23/61 1318/26/53 1319/26/54 +f 1330/23/68 1322/23/63 1318/26/59 +f 1319/26/58 1318/26/59 1322/23/63 +f 1323/23/62 1320/26/55 1331/23/66 +f 1320/26/55 1323/23/62 1321/26/56 +f 1331/23/67 1320/26/57 1323/23/64 +f 1321/26/60 1323/23/64 1320/26/57 +f 1325/24/112 1332/23/123 1329/23/120 +f 1332/23/123 1325/24/112 1327/24/114 +f 1329/23/121 1332/23/124 1325/24/116 +f 1327/24/118 1325/24/116 1332/23/124 +f 1326/24/113 1328/23/119 1333/23/125 +f 1328/23/119 1326/24/113 1324/24/111 +f 1333/23/126 1328/23/122 1326/24/115 +f 1324/24/117 1326/24/115 1328/23/122 +f 1332/23/123 1326/24/113 1333/23/125 +f 1326/24/113 1332/23/123 1327/24/114 +f 1333/23/126 1326/24/115 1332/23/124 +f 1327/24/118 1332/23/124 1326/24/115 +f 1331/23/66 1318/26/53 1330/23/65 +f 1318/26/53 1331/23/66 1320/26/55 +f 1330/23/68 1318/26/59 1331/23/67 +f 1320/26/57 1331/23/67 1318/26/59 +f 1336/23/569 1335/23/569 1334/23/569 +f 1335/23/569 1336/23/569 1337/23/569 +f 1335/23/569 1337/23/569 1338/23/569 +f 1338/23/569 1337/23/569 1339/23/569 +f 1339/23/569 1337/23/569 1340/23/569 +f 1339/23/569 1340/23/569 1341/23/569 +f 1334/23/570 1335/23/570 1336/23/570 +f 1337/23/570 1336/23/570 1335/23/570 +f 1338/23/570 1337/23/570 1335/23/570 +f 1339/23/570 1337/23/570 1338/23/570 +f 1340/23/570 1337/23/570 1339/23/570 +f 1341/23/570 1340/23/570 1339/23/570 +f 1344/25/570 1343/25/570 1342/25/570 +f 1343/25/570 1344/25/570 1345/25/570 +f 1343/25/570 1345/25/570 1346/25/570 +f 1346/25/570 1345/25/570 1347/25/570 +f 1346/25/570 1347/25/570 1348/25/570 +f 1348/25/570 1347/25/570 1349/25/570 +f 1342/25/569 1343/25/569 1344/25/569 +f 1345/25/569 1344/25/569 1343/25/569 +f 1346/25/569 1345/25/569 1343/25/569 +f 1347/25/569 1345/25/569 1346/25/569 +f 1348/25/569 1347/25/569 1346/25/569 +f 1349/25/569 1347/25/569 1348/25/569 +f 1342/25/572 1335/23/571 1344/25/571 +f 1335/23/571 1342/25/572 1334/23/572 +f 1344/25/574 1335/23/574 1342/25/573 +f 1334/23/573 1342/25/573 1335/23/574 +f 1345/25/575 1335/23/576 1338/23/575 +f 1335/23/576 1345/25/575 1344/25/576 +f 1338/23/577 1335/23/578 1345/25/577 +f 1344/25/578 1345/25/577 1335/23/578 +f 1347/25/579 1338/23/575 1339/23/579 +f 1338/23/575 1347/25/579 1345/25/575 +f 1339/23/580 1338/23/577 1347/25/580 +f 1345/25/577 1347/25/580 1338/23/577 +f 1341/23/573 1347/25/581 1339/23/581 +f 1347/25/581 1341/23/573 1349/25/573 +f 1339/23/582 1347/25/582 1341/23/572 +f 1349/25/572 1341/23/572 1347/25/582 +f 1340/23/574 1349/25/573 1341/23/573 +f 1349/25/573 1340/23/574 1348/25/574 +f 1341/23/572 1349/25/572 1340/23/571 +f 1348/25/571 1340/23/571 1349/25/572 +f 1346/25/577 1340/23/578 1337/23/577 +f 1340/23/578 1346/25/577 1348/25/578 +f 1337/23/575 1340/23/576 1346/25/575 +f 1348/25/576 1346/25/575 1340/23/576 +f 1343/25/580 1337/23/577 1336/23/580 +f 1337/23/577 1343/25/580 1346/25/577 +f 1336/23/579 1337/23/575 1343/25/579 +f 1346/25/575 1343/25/579 1337/23/575 +f 1343/25/582 1334/23/572 1342/25/572 +f 1334/23/572 1343/25/582 1336/23/582 +f 1342/25/573 1334/23/573 1343/25/581 +f 1336/23/581 1343/25/581 1334/23/573 +f 1352/25/570 1351/25/570 1350/25/570 +f 1351/25/570 1352/25/570 1353/25/570 +f 1351/25/570 1353/25/570 1354/25/570 +f 1354/25/570 1353/25/570 1355/25/570 +f 1355/25/570 1353/25/570 1356/25/570 +f 1355/25/570 1356/25/570 1357/25/570 +f 1350/25/569 1351/25/569 1352/25/569 +f 1353/25/569 1352/25/569 1351/25/569 +f 1354/25/569 1353/25/569 1351/25/569 +f 1355/25/569 1353/25/569 1354/25/569 +f 1356/25/569 1353/25/569 1355/25/569 +f 1357/25/569 1356/25/569 1355/25/569 +f 1350/25/572 1358/23/571 1352/25/571 +f 1358/23/571 1350/25/572 1359/23/572 +f 1352/25/574 1358/23/574 1350/25/573 +f 1359/23/573 1350/25/573 1358/23/574 +f 1353/25/575 1358/23/576 1360/23/575 +f 1358/23/576 1353/25/575 1352/25/576 +f 1360/23/577 1358/23/578 1353/25/577 +f 1352/25/578 1353/25/577 1358/23/578 +f 1356/25/579 1360/23/575 1361/23/579 +f 1360/23/575 1356/25/579 1353/25/575 +f 1361/23/580 1360/23/577 1356/25/580 +f 1353/25/577 1356/25/580 1360/23/577 +f 1362/23/573 1356/25/581 1361/23/581 +f 1356/25/581 1362/23/573 1357/25/573 +f 1361/23/582 1356/25/582 1362/23/572 +f 1357/25/572 1362/23/572 1356/25/582 +f 1363/23/574 1357/25/573 1362/23/573 +f 1357/25/573 1363/23/574 1355/25/574 +f 1362/23/572 1357/25/572 1363/23/571 +f 1355/25/571 1363/23/571 1357/25/572 +f 1354/25/577 1363/23/578 1364/23/577 +f 1363/23/578 1354/25/577 1355/25/578 +f 1364/23/575 1363/23/576 1354/25/575 +f 1355/25/576 1354/25/575 1363/23/576 +f 1351/25/580 1364/23/577 1365/23/580 +f 1364/23/577 1351/25/580 1354/25/577 +f 1365/23/579 1364/23/575 1351/25/579 +f 1354/25/575 1351/25/579 1364/23/575 +f 1351/25/582 1359/23/572 1350/25/572 +f 1359/23/572 1351/25/582 1365/23/582 +f 1350/25/573 1359/23/573 1351/25/581 +f 1365/23/581 1351/25/581 1359/23/573 +f 1368/28/583 1367/27/584 1366/27/583 +f 1367/27/584 1368/28/583 1369/28/584 +f 1366/27/585 1367/27/586 1368/28/585 +f 1369/28/586 1368/28/585 1367/27/586 +f 1372/27/587 1371/28/588 1370/28/587 +f 1371/28/588 1372/27/587 1373/27/588 +f 1370/28/589 1371/28/590 1372/27/589 +f 1373/27/590 1372/27/589 1371/28/590 +f 1375/28/591 1366/27/583 1374/27/591 +f 1366/27/583 1375/28/591 1368/28/583 +f 1374/27/592 1366/27/585 1375/28/592 +f 1368/28/585 1375/28/592 1366/27/585 +f 1378/28/593 1377/27/594 1376/27/593 +f 1377/27/594 1378/28/593 1379/28/594 +f 1376/27/595 1377/27/596 1378/28/595 +f 1379/28/596 1378/28/595 1377/27/596 +f 1378/28/593 1367/27/597 1369/28/597 +f 1367/27/597 1378/28/593 1376/27/593 +f 1369/28/598 1367/27/598 1378/28/595 +f 1376/27/595 1378/28/595 1367/27/598 +f 1381/28/599 1373/27/600 1380/27/599 +f 1373/27/600 1381/28/599 1371/28/600 +f 1380/27/601 1373/27/602 1381/28/601 +f 1371/28/602 1381/28/601 1373/27/602 +f 1379/28/603 1380/27/599 1377/27/603 +f 1380/27/599 1379/28/603 1381/28/599 +f 1377/27/604 1380/27/601 1379/28/604 +f 1381/28/601 1379/28/604 1380/27/601 +f 1374/27/605 1370/28/587 1375/28/605 +f 1370/28/587 1374/27/605 1372/27/587 +f 1375/28/606 1370/28/589 1374/27/606 +f 1372/27/589 1374/27/606 1370/28/589 +f 1384/23/569 1383/23/569 1382/23/569 +f 1383/23/569 1384/23/569 1385/23/569 +f 1383/23/569 1385/23/569 1386/23/569 +f 1386/23/569 1385/23/569 1387/23/569 +f 1387/23/569 1385/23/569 1388/23/569 +f 1387/23/569 1388/23/569 1389/23/569 +f 1382/23/570 1383/23/570 1384/23/570 +f 1385/23/570 1384/23/570 1383/23/570 +f 1386/23/570 1385/23/570 1383/23/570 +f 1387/23/570 1385/23/570 1386/23/570 +f 1388/23/570 1385/23/570 1387/23/570 +f 1389/23/570 1388/23/570 1387/23/570 +f 1392/25/570 1391/25/570 1390/25/570 +f 1391/25/570 1392/25/570 1393/25/570 +f 1391/25/570 1393/25/570 1394/25/570 +f 1394/25/570 1393/25/570 1395/25/570 +f 1394/25/570 1395/25/570 1396/25/570 +f 1396/25/570 1395/25/570 1397/25/570 +f 1390/25/569 1391/25/569 1392/25/569 +f 1393/25/569 1392/25/569 1391/25/569 +f 1394/25/569 1393/25/569 1391/25/569 +f 1395/25/569 1393/25/569 1394/25/569 +f 1396/25/569 1395/25/569 1394/25/569 +f 1397/25/569 1395/25/569 1396/25/569 +f 1390/25/608 1383/23/607 1392/25/607 +f 1383/23/607 1390/25/608 1382/23/608 +f 1392/25/610 1383/23/610 1390/25/609 +f 1382/23/609 1390/25/609 1383/23/610 +f 1393/25/379 1383/23/611 1386/23/379 +f 1383/23/611 1393/25/379 1392/25/611 +f 1386/23/380 1383/23/612 1393/25/380 +f 1392/25/612 1393/25/380 1383/23/612 +f 1395/25/613 1386/23/379 1387/23/613 +f 1386/23/379 1395/25/613 1393/25/379 +f 1387/23/614 1386/23/380 1395/25/614 +f 1393/25/380 1395/25/614 1386/23/380 +f 1389/23/609 1395/25/615 1387/23/615 +f 1395/25/615 1389/23/609 1397/25/609 +f 1387/23/616 1395/25/616 1389/23/608 +f 1397/25/608 1389/23/608 1395/25/616 +f 1388/23/610 1397/25/609 1389/23/609 +f 1397/25/609 1388/23/610 1396/25/610 +f 1389/23/608 1397/25/608 1388/23/607 +f 1396/25/607 1388/23/607 1397/25/608 +f 1394/25/380 1388/23/612 1385/23/380 +f 1388/23/612 1394/25/380 1396/25/612 +f 1385/23/379 1388/23/611 1394/25/379 +f 1396/25/611 1394/25/379 1388/23/611 +f 1391/25/614 1385/23/380 1384/23/614 +f 1385/23/380 1391/25/614 1394/25/380 +f 1384/23/613 1385/23/379 1391/25/613 +f 1394/25/379 1391/25/613 1385/23/379 +f 1391/25/616 1382/23/608 1390/25/608 +f 1382/23/608 1391/25/616 1384/23/616 +f 1390/25/609 1382/23/609 1391/25/615 +f 1384/23/615 1391/25/615 1382/23/609 +f 1400/25/570 1399/25/570 1398/25/570 +f 1399/25/570 1400/25/570 1401/25/570 +f 1399/25/570 1401/25/570 1402/25/570 +f 1402/25/570 1401/25/570 1403/25/570 +f 1403/25/570 1401/25/570 1404/25/570 +f 1403/25/570 1404/25/570 1405/25/570 +f 1398/25/569 1399/25/569 1400/25/569 +f 1401/25/569 1400/25/569 1399/25/569 +f 1402/25/569 1401/25/569 1399/25/569 +f 1403/25/569 1401/25/569 1402/25/569 +f 1404/25/569 1401/25/569 1403/25/569 +f 1405/25/569 1404/25/569 1403/25/569 +f 1398/25/608 1406/23/607 1400/25/607 +f 1406/23/607 1398/25/608 1407/23/608 +f 1400/25/610 1406/23/610 1398/25/609 +f 1407/23/609 1398/25/609 1406/23/610 +f 1401/25/379 1406/23/611 1408/23/379 +f 1406/23/611 1401/25/379 1400/25/611 +f 1408/23/380 1406/23/612 1401/25/380 +f 1400/25/612 1401/25/380 1406/23/612 +f 1404/25/613 1408/23/379 1409/23/613 +f 1408/23/379 1404/25/613 1401/25/379 +f 1409/23/614 1408/23/380 1404/25/614 +f 1401/25/380 1404/25/614 1408/23/380 +f 1410/23/609 1404/25/615 1409/23/615 +f 1404/25/615 1410/23/609 1405/25/609 +f 1409/23/616 1404/25/616 1410/23/608 +f 1405/25/608 1410/23/608 1404/25/616 +f 1411/23/610 1405/25/609 1410/23/609 +f 1405/25/609 1411/23/610 1403/25/610 +f 1410/23/608 1405/25/608 1411/23/607 +f 1403/25/607 1411/23/607 1405/25/608 +f 1402/25/380 1411/23/612 1412/23/380 +f 1411/23/612 1402/25/380 1403/25/612 +f 1412/23/379 1411/23/611 1402/25/379 +f 1403/25/611 1402/25/379 1411/23/611 +f 1399/25/614 1412/23/380 1413/23/614 +f 1412/23/380 1399/25/614 1402/25/380 +f 1413/23/613 1412/23/379 1399/25/613 +f 1402/25/379 1399/25/613 1412/23/379 +f 1399/25/616 1407/23/608 1398/25/608 +f 1407/23/608 1399/25/616 1413/23/616 +f 1398/25/609 1407/23/609 1399/25/615 +f 1413/23/615 1399/25/615 1407/23/609 +f 1416/28/617 1415/27/618 1414/27/617 +f 1415/27/618 1416/28/617 1417/28/618 +f 1414/27/619 1415/27/620 1416/28/619 +f 1417/28/620 1416/28/619 1415/27/620 +f 1420/27/621 1419/28/622 1418/28/621 +f 1419/28/622 1420/27/621 1421/27/622 +f 1418/28/623 1419/28/624 1420/27/623 +f 1421/27/624 1420/27/623 1419/28/624 +f 1423/28/625 1414/27/617 1422/27/625 +f 1414/27/617 1423/28/625 1416/28/617 +f 1422/27/626 1414/27/619 1423/28/626 +f 1416/28/619 1423/28/626 1414/27/619 +f 1426/28/627 1425/27/628 1424/27/627 +f 1425/27/628 1426/28/627 1427/28/628 +f 1424/27/629 1425/27/630 1426/28/629 +f 1427/28/630 1426/28/629 1425/27/630 +f 1426/28/627 1415/27/631 1417/28/631 +f 1415/27/631 1426/28/627 1424/27/627 +f 1417/28/632 1415/27/632 1426/28/629 +f 1424/27/629 1426/28/629 1415/27/632 +f 1429/28/633 1421/27/634 1428/27/633 +f 1421/27/634 1429/28/633 1419/28/634 +f 1428/27/635 1421/27/636 1429/28/635 +f 1419/28/636 1429/28/635 1421/27/636 +f 1427/28/637 1428/27/633 1425/27/637 +f 1428/27/633 1427/28/637 1429/28/633 +f 1425/27/638 1428/27/635 1427/28/638 +f 1429/28/635 1427/28/638 1428/27/635 +f 1422/27/639 1418/28/621 1423/28/639 +f 1418/28/621 1422/27/639 1420/27/621 +f 1423/28/640 1418/28/623 1422/27/640 +f 1420/27/623 1422/27/640 1418/28/623 + +g room-small-variation + + + + +usemtl colormap + +f 3/1/1 2/1/1 1/1/1 +f 2/1/1 3/1/1 4/1/1 +f 4/1/1 3/1/1 5/1/1 +f 1/1/2 2/1/2 3/1/2 +f 4/1/2 3/1/2 2/1/2 +f 5/1/2 3/1/2 4/1/2 +f 2/1/3 6/2/3 1/1/3 +f 6/2/3 2/1/3 7/2/3 +f 1/1/4 6/2/4 2/1/4 +f 7/2/4 2/1/4 6/2/4 +f 2/1/5 8/2/5 7/2/5 +f 8/2/5 2/1/5 4/1/5 +f 7/2/6 8/2/6 2/1/6 +f 4/1/6 2/1/6 8/2/6 +f 8/2/8 5/1/7 9/2/7 +f 5/1/7 8/2/8 4/1/8 +f 9/2/10 5/1/10 8/2/9 +f 4/1/9 8/2/9 5/1/10 +f 9/2/7 3/1/11 10/2/11 +f 3/1/11 9/2/7 5/1/7 +f 10/2/12 3/1/12 9/2/10 +f 5/1/10 9/2/10 3/1/12 +f 10/2/11 1/1/13 6/2/13 +f 1/1/13 10/2/11 3/1/11 +f 6/2/14 1/1/14 10/2/12 +f 3/1/12 10/2/12 1/1/14 +f 13/3/17 12/2/16 11/2/15 +f 12/2/16 13/3/17 14/3/18 +f 11/2/21 12/2/20 13/3/19 +f 14/3/22 13/3/19 12/2/20 +f 17/3/25 16/3/24 15/3/23 +f 16/3/24 17/3/25 18/3/26 +f 15/3/29 16/3/28 17/3/27 +f 18/3/30 17/3/27 16/3/28 +f 20/3/32 13/3/17 19/3/31 +f 13/3/17 20/3/32 14/3/18 +f 19/3/34 13/3/19 20/3/33 +f 14/3/22 20/3/33 13/3/19 +f 23/2/37 22/4/36 21/2/35 +f 22/4/36 23/2/37 24/4/38 +f 21/2/41 22/4/40 23/2/39 +f 24/4/42 23/2/39 22/4/40 +f 26/4/44 24/4/38 25/4/43 +f 24/4/38 26/4/44 22/4/36 +f 25/4/46 24/4/42 26/4/45 +f 22/4/40 26/4/45 24/4/42 +f 25/4/43 23/2/37 27/2/47 +f 23/2/37 25/4/43 24/4/38 +f 27/2/48 23/2/39 25/4/46 +f 24/4/42 25/4/46 23/2/39 +f 19/3/31 11/2/15 28/2/49 +f 11/2/15 19/3/31 13/3/17 +f 28/2/50 11/2/21 19/3/34 +f 13/3/19 19/3/34 11/2/21 +f 29/2/51 14/3/18 20/3/32 +f 14/3/18 29/2/51 12/2/16 +f 20/3/33 14/3/22 29/2/52 +f 12/2/20 29/2/52 14/3/22 +f 32/5/55 31/5/54 30/5/53 +f 31/5/54 32/5/55 33/5/56 +f 30/5/59 31/5/58 32/5/57 +f 33/5/60 32/5/57 31/5/58 +f 33/5/56 34/2/61 31/5/54 +f 34/2/61 33/5/56 35/2/62 +f 31/5/58 34/2/63 33/5/60 +f 35/2/64 33/5/60 34/2/63 +f 37/2/66 30/5/53 36/2/65 +f 30/5/53 37/2/66 32/5/55 +f 36/2/68 30/5/59 37/2/67 +f 32/5/57 37/2/67 30/5/59 +f 35/2/62 32/5/55 37/2/66 +f 32/5/55 35/2/62 33/5/56 +f 37/2/67 32/5/57 35/2/64 +f 33/5/60 35/2/64 32/5/57 +f 39/2/70 18/3/26 38/2/69 +f 18/3/26 39/2/70 16/3/24 +f 38/2/72 18/3/30 39/2/71 +f 16/3/28 39/2/71 18/3/30 +f 18/3/26 40/2/73 38/2/69 +f 40/2/73 18/3/26 17/3/25 +f 38/2/72 40/2/74 18/3/30 +f 17/3/27 18/3/30 40/2/74 +f 15/3/23 39/2/70 41/2/75 +f 39/2/70 15/3/23 16/3/24 +f 41/2/76 39/2/71 15/3/29 +f 16/3/28 15/3/29 39/2/71 +f 44/5/36 43/2/77 42/2/35 +f 43/2/77 44/5/36 45/5/44 +f 42/2/41 43/2/78 44/5/40 +f 45/5/45 44/5/40 43/2/78 +f 17/3/25 41/2/75 40/2/73 +f 41/2/75 17/3/25 15/3/23 +f 40/2/74 41/2/76 17/3/27 +f 15/3/29 17/3/27 41/2/76 +f 45/5/44 47/5/38 46/5/43 +f 47/5/38 45/5/44 44/5/36 +f 46/5/46 47/5/42 45/5/45 +f 44/5/40 45/5/45 47/5/42 +f 26/4/44 27/2/47 48/2/77 +f 27/2/47 26/4/44 25/4/43 +f 48/2/78 27/2/48 26/4/45 +f 25/4/46 26/4/45 27/2/48 +f 46/5/43 50/2/37 49/2/47 +f 50/2/37 46/5/43 47/5/38 +f 49/2/48 50/2/39 46/5/46 +f 47/5/42 46/5/46 50/2/39 +f 30/5/53 34/2/61 36/2/65 +f 34/2/61 30/5/53 31/5/54 +f 36/2/68 34/2/63 30/5/59 +f 31/5/58 30/5/59 34/2/63 +f 22/4/36 48/2/77 21/2/35 +f 48/2/77 22/4/36 26/4/44 +f 21/2/41 48/2/78 22/4/40 +f 26/4/45 22/4/40 48/2/78 +f 45/5/44 49/2/47 43/2/77 +f 49/2/47 45/5/44 46/5/43 +f 43/2/78 49/2/48 45/5/45 +f 46/5/46 45/5/45 49/2/48 +f 29/2/51 19/3/31 28/2/49 +f 19/3/31 29/2/51 20/3/32 +f 28/2/50 19/3/34 29/2/52 +f 20/3/33 29/2/52 19/3/34 +f 53/5/36 52/2/77 51/2/35 +f 52/2/77 53/5/36 54/5/44 +f 51/2/41 52/2/78 53/5/40 +f 54/5/45 53/5/40 52/2/78 +f 50/2/37 44/5/36 42/2/35 +f 44/5/36 50/2/37 47/5/38 +f 42/2/41 44/5/40 50/2/39 +f 47/5/42 50/2/39 44/5/40 +f 54/5/44 56/5/38 55/5/43 +f 56/5/38 54/5/44 53/5/36 +f 55/5/46 56/5/42 54/5/45 +f 53/5/40 54/5/45 56/5/42 +f 57/2/37 53/5/36 51/2/35 +f 53/5/36 57/2/37 56/5/38 +f 51/2/41 53/5/40 57/2/39 +f 56/5/42 57/2/39 53/5/40 +f 54/5/44 58/2/47 52/2/77 +f 58/2/47 54/5/44 55/5/43 +f 52/2/78 58/2/48 54/5/45 +f 55/5/46 54/5/45 58/2/48 +f 55/5/43 57/2/37 58/2/47 +f 57/2/37 55/5/43 56/5/38 +f 58/2/48 57/2/39 55/5/46 +f 56/5/42 55/5/46 57/2/39 +f 61/3/81 60/3/80 59/3/79 +f 60/3/80 61/3/81 62/3/82 +f 59/3/85 60/3/84 61/3/83 +f 62/3/86 61/3/83 60/3/84 +f 59/3/79 64/2/88 63/2/87 +f 64/2/88 59/3/79 60/3/80 +f 63/2/90 64/2/89 59/3/85 +f 60/3/84 59/3/85 64/2/89 +f 61/3/81 63/2/87 65/2/91 +f 63/2/87 61/3/81 59/3/79 +f 65/2/92 63/2/90 61/3/83 +f 59/3/85 61/3/83 63/2/90 +f 60/3/80 66/2/93 64/2/88 +f 66/2/93 60/3/80 62/3/82 +f 64/2/89 66/2/94 60/3/84 +f 62/3/86 60/3/84 66/2/94 +f 66/2/93 61/3/81 65/2/91 +f 61/3/81 66/2/93 62/3/82 +f 65/2/92 61/3/83 66/2/94 +f 62/3/86 66/2/94 61/3/83 +f 69/2/97 68/3/96 67/2/95 +f 68/3/96 69/2/97 70/3/98 +f 67/2/101 68/3/100 69/2/99 +f 70/3/102 69/2/99 68/3/100 +f 68/3/96 72/3/104 71/3/103 +f 72/3/104 68/3/96 70/3/98 +f 71/3/106 72/3/105 68/3/100 +f 70/3/102 68/3/100 72/3/105 +f 68/3/96 73/2/107 67/2/95 +f 73/2/107 68/3/96 71/3/103 +f 67/2/101 73/2/108 68/3/100 +f 71/3/106 68/3/100 73/2/108 +f 72/3/104 69/2/97 74/2/109 +f 69/2/97 72/3/104 70/3/98 +f 74/2/110 69/2/99 72/3/105 +f 70/3/102 72/3/105 69/2/99 +f 71/3/103 74/2/109 73/2/107 +f 74/2/109 71/3/103 72/3/104 +f 73/2/108 74/2/110 71/3/106 +f 72/3/105 71/3/106 74/2/110 +f 77/5/55 76/5/54 75/5/53 +f 76/5/54 77/5/55 78/5/56 +f 75/5/59 76/5/58 77/5/57 +f 78/5/60 77/5/57 76/5/58 +f 78/5/56 79/2/61 76/5/54 +f 79/2/61 78/5/56 80/2/62 +f 76/5/58 79/2/63 78/5/60 +f 80/2/64 78/5/60 79/2/63 +f 83/3/113 82/3/112 81/3/111 +f 82/3/112 83/3/113 84/3/114 +f 81/3/117 82/3/116 83/3/115 +f 84/3/118 83/3/115 82/3/116 +f 81/3/111 86/2/120 85/2/119 +f 86/2/120 81/3/111 82/3/112 +f 85/2/122 86/2/121 81/3/117 +f 82/3/116 81/3/117 86/2/121 +f 75/5/53 79/2/61 87/2/65 +f 79/2/61 75/5/53 76/5/54 +f 87/2/68 79/2/63 75/5/59 +f 76/5/58 75/5/59 79/2/63 +f 80/2/62 77/5/55 88/2/66 +f 77/5/55 80/2/62 78/5/56 +f 88/2/67 77/5/57 80/2/64 +f 78/5/60 80/2/64 77/5/57 +f 82/3/112 89/2/123 86/2/120 +f 89/2/123 82/3/112 84/3/114 +f 86/2/121 89/2/124 82/3/116 +f 84/3/118 82/3/116 89/2/124 +f 83/3/113 85/2/119 90/2/125 +f 85/2/119 83/3/113 81/3/111 +f 90/2/126 85/2/122 83/3/115 +f 81/3/117 83/3/115 85/2/122 +f 89/2/123 83/3/113 90/2/125 +f 83/3/113 89/2/123 84/3/114 +f 90/2/126 83/3/115 89/2/124 +f 84/3/118 89/2/124 83/3/115 +f 88/2/66 75/5/53 87/2/65 +f 75/5/53 88/2/66 77/5/55 +f 87/2/68 75/5/59 88/2/67 +f 77/5/57 88/2/67 75/5/59 +f 93/2/1 92/2/1 91/2/1 +f 92/2/1 93/2/1 94/2/1 +f 91/2/2 92/2/2 93/2/2 +f 94/2/2 93/2/2 92/2/2 +f 97/1/1 96/1/1 95/1/1 +f 96/1/1 97/1/1 98/1/1 +f 98/1/1 97/1/1 99/1/1 +f 95/1/2 96/1/2 97/1/2 +f 98/1/2 97/1/2 96/1/2 +f 99/1/2 97/1/2 98/1/2 +f 96/1/3 100/2/3 95/1/3 +f 100/2/3 96/1/3 101/2/3 +f 95/1/4 100/2/4 96/1/4 +f 101/2/4 96/1/4 100/2/4 +f 96/1/5 102/2/5 101/2/5 +f 102/2/5 96/1/5 98/1/5 +f 101/2/6 102/2/6 96/1/6 +f 98/1/6 96/1/6 102/2/6 +f 102/2/8 99/1/7 103/2/7 +f 99/1/7 102/2/8 98/1/8 +f 103/2/10 99/1/10 102/2/9 +f 98/1/9 102/2/9 99/1/10 +f 103/2/7 97/1/11 104/2/11 +f 97/1/11 103/2/7 99/1/7 +f 104/2/12 97/1/12 103/2/10 +f 99/1/10 103/2/10 97/1/12 +f 104/2/11 95/1/13 100/2/13 +f 95/1/13 104/2/11 97/1/11 +f 100/2/14 95/1/14 104/2/12 +f 97/1/12 104/2/12 95/1/14 +f 107/1/1 106/1/1 105/1/1 +f 106/1/1 107/1/1 108/1/1 +f 108/1/1 107/1/1 109/1/1 +f 105/1/2 106/1/2 107/1/2 +f 108/1/2 107/1/2 106/1/2 +f 109/1/2 107/1/2 108/1/2 +f 106/1/127 110/2/127 105/1/127 +f 110/2/127 106/1/127 111/2/127 +f 105/1/128 110/2/128 106/1/128 +f 111/2/128 106/1/128 110/2/128 +f 106/1/129 112/2/129 111/2/129 +f 112/2/129 106/1/129 108/1/129 +f 111/2/130 112/2/130 106/1/130 +f 108/1/130 106/1/130 112/2/130 +f 112/2/132 109/1/131 113/2/131 +f 109/1/131 112/2/132 108/1/132 +f 113/2/134 109/1/134 112/2/133 +f 108/1/133 112/2/133 109/1/134 +f 113/2/131 107/1/135 114/2/135 +f 107/1/135 113/2/131 109/1/131 +f 114/2/136 107/1/136 113/2/134 +f 109/1/134 113/2/134 107/1/136 +f 114/2/135 105/1/137 110/2/137 +f 105/1/137 114/2/135 107/1/135 +f 110/2/138 105/1/138 114/2/136 +f 107/1/136 114/2/136 105/1/138 +f 117/1/1 116/1/1 115/1/1 +f 116/1/1 117/1/1 118/1/1 +f 118/1/1 117/1/1 119/1/1 +f 115/1/2 116/1/2 117/1/2 +f 118/1/2 117/1/2 116/1/2 +f 119/1/2 117/1/2 118/1/2 +f 116/1/127 120/2/127 115/1/127 +f 120/2/127 116/1/127 121/2/127 +f 115/1/128 120/2/128 116/1/128 +f 121/2/128 116/1/128 120/2/128 +f 116/1/129 122/2/129 121/2/129 +f 122/2/129 116/1/129 118/1/129 +f 121/2/130 122/2/130 116/1/130 +f 118/1/130 116/1/130 122/2/130 +f 122/2/132 119/1/131 123/2/131 +f 119/1/131 122/2/132 118/1/132 +f 123/2/134 119/1/134 122/2/133 +f 118/1/133 122/2/133 119/1/134 +f 123/2/131 117/1/135 124/2/135 +f 117/1/135 123/2/131 119/1/131 +f 124/2/136 117/1/136 123/2/134 +f 119/1/134 123/2/134 117/1/136 +f 124/2/135 115/1/137 120/2/137 +f 115/1/137 124/2/135 117/1/135 +f 120/2/138 115/1/138 124/2/136 +f 117/1/136 124/2/136 115/1/138 +f 127/1/1 126/1/1 125/1/1 +f 126/1/1 127/1/1 128/1/1 +f 128/1/1 127/1/1 129/1/1 +f 125/1/2 126/1/2 127/1/2 +f 128/1/2 127/1/2 126/1/2 +f 129/1/2 127/1/2 128/1/2 +f 126/1/139 130/2/139 125/1/139 +f 130/2/139 126/1/139 131/2/139 +f 125/1/140 130/2/140 126/1/140 +f 131/2/140 126/1/140 130/2/140 +f 126/1/141 132/2/141 131/2/141 +f 132/2/141 126/1/141 128/1/141 +f 131/2/142 132/2/142 126/1/142 +f 128/1/142 126/1/142 132/2/142 +f 132/2/144 129/1/143 133/2/143 +f 129/1/143 132/2/144 128/1/144 +f 133/2/146 129/1/146 132/2/145 +f 128/1/145 132/2/145 129/1/146 +f 133/2/143 127/1/147 134/2/147 +f 127/1/147 133/2/143 129/1/143 +f 134/2/148 127/1/148 133/2/146 +f 129/1/146 133/2/146 127/1/148 +f 134/2/147 125/1/149 130/2/149 +f 125/1/149 134/2/147 127/1/147 +f 130/2/150 125/1/150 134/2/148 +f 127/1/148 134/2/148 125/1/150 +f 137/1/1 136/1/1 135/1/1 +f 136/1/1 137/1/1 138/1/1 +f 138/1/1 137/1/1 139/1/1 +f 135/1/2 136/1/2 137/1/2 +f 138/1/2 137/1/2 136/1/2 +f 139/1/2 137/1/2 138/1/2 +f 136/1/151 140/2/151 135/1/151 +f 140/2/151 136/1/151 141/2/151 +f 135/1/152 140/2/152 136/1/152 +f 141/2/152 136/1/152 140/2/152 +f 136/1/153 142/2/153 141/2/153 +f 142/2/153 136/1/153 138/1/153 +f 141/2/154 142/2/154 136/1/154 +f 138/1/154 136/1/154 142/2/154 +f 142/2/145 139/1/146 143/2/146 +f 139/1/146 142/2/145 138/1/145 +f 143/2/143 139/1/143 142/2/144 +f 138/1/144 142/2/144 139/1/143 +f 143/2/146 137/1/148 144/2/148 +f 137/1/148 143/2/146 139/1/146 +f 144/2/147 137/1/147 143/2/143 +f 139/1/143 143/2/143 137/1/147 +f 144/2/148 135/1/150 140/2/150 +f 135/1/150 144/2/148 137/1/148 +f 140/2/149 135/1/149 144/2/147 +f 137/1/147 144/2/147 135/1/149 +f 147/2/37 146/3/36 145/2/35 +f 146/3/36 147/2/37 148/3/38 +f 145/2/41 146/3/40 147/2/39 +f 148/3/42 147/2/39 146/3/40 +f 150/3/43 147/2/37 149/2/47 +f 147/2/37 150/3/43 148/3/38 +f 149/2/48 147/2/39 150/3/46 +f 148/3/42 150/3/46 147/2/39 +f 153/4/112 152/2/123 151/2/120 +f 152/2/123 153/4/112 154/4/114 +f 151/2/121 152/2/124 153/4/116 +f 154/4/118 153/4/116 152/2/124 +f 152/2/123 156/4/113 155/2/125 +f 156/4/113 152/2/123 154/4/114 +f 155/2/126 156/4/115 152/2/124 +f 154/4/118 152/2/124 156/4/115 +f 159/2/97 158/4/96 157/2/95 +f 158/4/96 159/2/97 160/4/98 +f 157/2/101 158/4/100 159/2/99 +f 160/4/102 159/2/99 158/4/100 +f 158/4/96 162/4/104 161/4/103 +f 162/4/104 158/4/96 160/4/98 +f 161/4/106 162/4/105 158/4/100 +f 160/4/102 158/4/100 162/4/105 +f 162/4/104 159/2/97 163/2/109 +f 159/2/97 162/4/104 160/4/98 +f 163/2/110 159/2/99 162/4/105 +f 160/4/102 162/4/105 159/2/99 +f 158/4/96 164/2/107 157/2/95 +f 164/2/107 158/4/96 161/4/103 +f 157/2/101 164/2/108 158/4/100 +f 161/4/106 158/4/100 164/2/108 +f 161/4/103 163/2/109 164/2/107 +f 163/2/109 161/4/103 162/4/104 +f 164/2/108 163/2/110 161/4/106 +f 162/4/105 161/4/106 163/2/110 +f 166/4/111 151/2/120 165/2/119 +f 151/2/120 166/4/111 153/4/112 +f 165/2/122 151/2/121 166/4/117 +f 153/4/116 166/4/117 151/2/121 +f 146/3/36 167/2/77 145/2/35 +f 167/2/77 146/3/36 168/3/44 +f 145/2/41 167/2/78 146/3/40 +f 168/3/45 146/3/40 167/2/78 +f 156/4/113 165/2/119 155/2/125 +f 165/2/119 156/4/113 166/4/111 +f 155/2/126 165/2/122 156/4/115 +f 166/4/117 156/4/115 165/2/122 +f 156/4/113 153/4/112 166/4/111 +f 153/4/112 156/4/113 154/4/114 +f 166/4/117 153/4/116 156/4/115 +f 154/4/118 156/4/115 153/4/116 +f 171/3/157 170/3/156 169/3/155 +f 170/3/156 171/3/157 172/3/158 +f 169/3/161 170/3/160 171/3/159 +f 172/3/162 171/3/159 170/3/160 +f 168/3/44 148/3/38 150/3/43 +f 148/3/38 168/3/44 146/3/36 +f 150/3/46 148/3/42 168/3/45 +f 146/3/40 168/3/45 148/3/42 +f 173/2/163 172/3/158 171/3/157 +f 172/3/158 173/2/163 174/2/164 +f 171/3/159 172/3/162 173/2/165 +f 174/2/166 173/2/165 172/3/162 +f 177/2/62 176/3/55 175/2/66 +f 176/3/55 177/2/62 178/3/56 +f 175/2/67 176/3/57 177/2/64 +f 178/3/60 177/2/64 176/3/57 +f 173/2/163 169/3/155 179/2/167 +f 169/3/155 173/2/163 171/3/157 +f 179/2/168 169/3/161 173/2/165 +f 171/3/159 173/2/165 169/3/161 +f 172/3/158 180/2/169 170/3/156 +f 180/2/169 172/3/158 174/2/164 +f 170/3/160 180/2/170 172/3/162 +f 174/2/166 172/3/162 180/2/170 +f 183/3/53 182/2/61 181/2/65 +f 182/2/61 183/3/53 184/3/54 +f 181/2/68 182/2/63 183/3/59 +f 184/3/58 183/3/59 182/2/63 +f 169/3/155 180/2/169 179/2/167 +f 180/2/169 169/3/155 170/3/156 +f 179/2/168 180/2/170 169/3/161 +f 170/3/160 169/3/161 180/2/170 +f 175/2/66 183/3/53 181/2/65 +f 183/3/53 175/2/66 176/3/55 +f 181/2/68 183/3/59 175/2/67 +f 176/3/57 175/2/67 183/3/59 +f 178/3/56 182/2/61 184/3/54 +f 182/2/61 178/3/56 177/2/62 +f 184/3/58 182/2/63 178/3/60 +f 177/2/64 178/3/60 182/2/63 +f 176/3/55 184/3/54 183/3/53 +f 184/3/54 176/3/55 178/3/56 +f 183/3/59 184/3/58 176/3/57 +f 178/3/60 176/3/57 184/3/58 +f 168/3/44 149/2/47 167/2/77 +f 149/2/47 168/3/44 150/3/43 +f 167/2/78 149/2/48 168/3/45 +f 150/3/46 168/3/45 149/2/48 +f 187/1/171 186/2/154 185/2/171 +f 186/2/154 187/1/171 188/1/154 +f 185/2/172 186/2/153 187/1/172 +f 188/1/153 187/1/172 186/2/153 +f 191/1/1 190/1/1 189/1/1 +f 190/1/1 191/1/1 188/1/1 +f 190/1/1 188/1/1 187/1/1 +f 189/1/2 190/1/2 191/1/2 +f 188/1/2 191/1/2 190/1/2 +f 187/1/2 188/1/2 190/1/2 +f 189/1/153 193/2/153 192/2/153 +f 193/2/153 189/1/153 190/1/153 +f 192/2/154 193/2/154 189/1/154 +f 190/1/154 189/1/154 193/2/154 +f 188/1/154 194/2/173 186/2/154 +f 194/2/173 188/1/154 191/1/173 +f 186/2/153 194/2/174 188/1/153 +f 191/1/174 188/1/153 194/2/174 +f 189/1/151 194/2/151 191/1/151 +f 194/2/151 189/1/151 192/2/151 +f 191/1/152 194/2/152 189/1/152 +f 192/2/152 189/1/152 194/2/152 +f 193/2/152 187/1/152 185/2/152 +f 187/1/152 193/2/152 190/1/152 +f 185/2/151 187/1/151 193/2/151 +f 190/1/151 193/2/151 187/1/151 +f 197/2/177 196/3/176 195/2/175 +f 196/3/176 197/2/177 198/3/178 +f 195/2/181 196/3/180 197/2/179 +f 198/3/182 197/2/179 196/3/180 +f 200/3/184 197/2/177 199/2/183 +f 197/2/177 200/3/184 198/3/178 +f 199/2/186 197/2/179 200/3/185 +f 198/3/182 200/3/185 197/2/179 +f 203/4/189 202/2/188 201/2/187 +f 202/2/188 203/4/189 204/4/190 +f 201/2/193 202/2/192 203/4/191 +f 204/4/194 203/4/191 202/2/192 +f 202/2/188 206/4/196 205/2/195 +f 206/4/196 202/2/188 204/4/190 +f 205/2/198 206/4/197 202/2/192 +f 204/4/194 202/2/192 206/4/197 +f 209/2/201 208/4/200 207/2/199 +f 208/4/200 209/2/201 210/4/202 +f 207/2/205 208/4/204 209/2/203 +f 210/4/206 209/2/203 208/4/204 +f 208/4/200 212/4/208 211/4/207 +f 212/4/208 208/4/200 210/4/202 +f 211/4/210 212/4/209 208/4/204 +f 210/4/206 208/4/204 212/4/209 +f 212/4/208 209/2/201 213/2/211 +f 209/2/201 212/4/208 210/4/202 +f 213/2/212 209/2/203 212/4/209 +f 210/4/206 212/4/209 209/2/203 +f 208/4/200 214/2/213 207/2/199 +f 214/2/213 208/4/200 211/4/207 +f 207/2/205 214/2/214 208/4/204 +f 211/4/210 208/4/204 214/2/214 +f 211/4/207 213/2/211 214/2/213 +f 213/2/211 211/4/207 212/4/208 +f 214/2/214 213/2/212 211/4/210 +f 212/4/209 211/4/210 213/2/212 +f 216/4/216 201/2/187 215/2/215 +f 201/2/187 216/4/216 203/4/189 +f 215/2/218 201/2/193 216/4/217 +f 203/4/191 216/4/217 201/2/193 +f 196/3/176 217/2/219 195/2/175 +f 217/2/219 196/3/176 218/3/220 +f 195/2/181 217/2/221 196/3/180 +f 218/3/222 196/3/180 217/2/221 +f 206/4/196 215/2/215 205/2/195 +f 215/2/215 206/4/196 216/4/216 +f 205/2/198 215/2/218 206/4/197 +f 216/4/217 206/4/197 215/2/218 +f 206/4/196 203/4/189 216/4/216 +f 203/4/189 206/4/196 204/4/190 +f 216/4/217 203/4/191 206/4/197 +f 204/4/194 206/4/197 203/4/191 +f 221/3/225 220/3/224 219/3/223 +f 220/3/224 221/3/225 222/3/226 +f 219/3/229 220/3/228 221/3/227 +f 222/3/230 221/3/227 220/3/228 +f 218/3/220 198/3/178 200/3/184 +f 198/3/178 218/3/220 196/3/176 +f 200/3/185 198/3/182 218/3/222 +f 196/3/180 218/3/222 198/3/182 +f 223/2/231 222/3/226 221/3/225 +f 222/3/226 223/2/231 224/2/232 +f 221/3/227 222/3/230 223/2/233 +f 224/2/234 223/2/233 222/3/230 +f 227/2/237 226/3/236 225/2/235 +f 226/3/236 227/2/237 228/3/238 +f 225/2/241 226/3/240 227/2/239 +f 228/3/242 227/2/239 226/3/240 +f 223/2/231 219/3/223 229/2/243 +f 219/3/223 223/2/231 221/3/225 +f 229/2/244 219/3/229 223/2/233 +f 221/3/227 223/2/233 219/3/229 +f 222/3/226 230/2/245 220/3/224 +f 230/2/245 222/3/226 224/2/232 +f 220/3/228 230/2/246 222/3/230 +f 224/2/234 222/3/230 230/2/246 +f 233/3/249 232/2/248 231/2/247 +f 232/2/248 233/3/249 234/3/250 +f 231/2/253 232/2/252 233/3/251 +f 234/3/254 233/3/251 232/2/252 +f 219/3/223 230/2/245 229/2/243 +f 230/2/245 219/3/223 220/3/224 +f 229/2/244 230/2/246 219/3/229 +f 220/3/228 219/3/229 230/2/246 +f 225/2/235 233/3/249 231/2/247 +f 233/3/249 225/2/235 226/3/236 +f 231/2/253 233/3/251 225/2/241 +f 226/3/240 225/2/241 233/3/251 +f 228/3/238 232/2/248 234/3/250 +f 232/2/248 228/3/238 227/2/237 +f 234/3/254 232/2/252 228/3/242 +f 227/2/239 228/3/242 232/2/252 +f 226/3/236 234/3/250 233/3/249 +f 234/3/250 226/3/236 228/3/238 +f 233/3/251 234/3/254 226/3/240 +f 228/3/242 226/3/240 234/3/254 +f 218/3/220 199/2/183 217/2/219 +f 199/2/183 218/3/220 200/3/184 +f 217/2/221 199/2/186 218/3/222 +f 200/3/185 218/3/222 199/2/186 +f 237/1/255 236/2/6 235/2/255 +f 236/2/6 237/1/255 238/1/6 +f 235/2/256 236/2/5 237/1/256 +f 238/1/5 237/1/256 236/2/5 +f 240/1/1 239/1/1 136/1/1 +f 239/1/1 240/1/1 238/1/1 +f 239/1/1 238/1/1 237/1/1 +f 136/1/2 239/1/2 240/1/2 +f 238/1/2 240/1/2 239/1/2 +f 237/1/2 238/1/2 239/1/2 +f 136/1/5 241/2/5 141/2/5 +f 241/2/5 136/1/5 239/1/5 +f 141/2/6 241/2/6 136/1/6 +f 239/1/6 136/1/6 241/2/6 +f 238/1/6 242/2/257 236/2/6 +f 242/2/257 238/1/6 240/1/257 +f 236/2/5 242/2/258 238/1/5 +f 240/1/258 238/1/5 242/2/258 +f 136/1/3 242/2/3 240/1/3 +f 242/2/3 136/1/3 141/2/3 +f 240/1/4 242/2/4 136/1/4 +f 141/2/4 136/1/4 242/2/4 +f 241/2/4 237/1/4 235/2/4 +f 237/1/4 241/2/4 239/1/4 +f 235/2/3 237/1/3 241/2/3 +f 239/1/3 241/2/3 237/1/3 +f 245/2/77 244/3/43 243/2/47 +f 244/3/43 245/2/77 246/3/44 +f 243/2/48 244/3/46 245/2/78 +f 246/3/45 245/2/78 244/3/46 +f 248/3/36 245/2/77 247/2/35 +f 245/2/77 248/3/36 246/3/44 +f 247/2/41 245/2/78 248/3/40 +f 246/3/45 248/3/40 245/2/78 +f 251/4/113 250/2/119 249/2/125 +f 250/2/119 251/4/113 252/4/111 +f 249/2/126 250/2/122 251/4/115 +f 252/4/117 251/4/115 250/2/122 +f 250/2/119 254/4/112 253/2/120 +f 254/4/112 250/2/119 252/4/111 +f 253/2/121 254/4/116 250/2/122 +f 252/4/117 250/2/122 254/4/116 +f 257/2/107 256/4/104 255/2/109 +f 256/4/104 257/2/107 258/4/103 +f 255/2/110 256/4/105 257/2/108 +f 258/4/106 257/2/108 256/4/105 +f 256/4/104 260/4/96 259/4/98 +f 260/4/96 256/4/104 258/4/103 +f 259/4/102 260/4/100 256/4/105 +f 258/4/106 256/4/105 260/4/100 +f 260/4/96 257/2/107 261/2/95 +f 257/2/107 260/4/96 258/4/103 +f 261/2/101 257/2/108 260/4/100 +f 258/4/106 260/4/100 257/2/108 +f 256/4/104 262/2/97 255/2/109 +f 262/2/97 256/4/104 259/4/98 +f 255/2/110 262/2/99 256/4/105 +f 259/4/102 256/4/105 262/2/99 +f 259/4/98 261/2/95 262/2/97 +f 261/2/95 259/4/98 260/4/96 +f 262/2/99 261/2/101 259/4/102 +f 260/4/100 259/4/102 261/2/101 +f 264/4/114 249/2/125 263/2/123 +f 249/2/125 264/4/114 251/4/113 +f 263/2/124 249/2/126 264/4/118 +f 251/4/115 264/4/118 249/2/126 +f 244/3/43 265/2/37 243/2/47 +f 265/2/37 244/3/43 266/3/38 +f 243/2/48 265/2/39 244/3/46 +f 266/3/42 244/3/46 265/2/39 +f 254/4/112 263/2/123 253/2/120 +f 263/2/123 254/4/112 264/4/114 +f 253/2/121 263/2/124 254/4/116 +f 264/4/118 254/4/116 263/2/124 +f 254/4/112 251/4/113 264/4/114 +f 251/4/113 254/4/112 252/4/111 +f 264/4/118 251/4/115 254/4/116 +f 252/4/117 254/4/116 251/4/115 +f 269/3/261 268/3/260 267/3/259 +f 268/3/260 269/3/261 270/3/262 +f 267/3/265 268/3/264 269/3/263 +f 270/3/266 269/3/263 268/3/264 +f 266/3/38 246/3/44 248/3/36 +f 246/3/44 266/3/38 244/3/43 +f 248/3/40 246/3/45 266/3/42 +f 244/3/46 266/3/42 246/3/45 +f 271/2/267 270/3/262 269/3/261 +f 270/3/262 271/2/267 272/2/268 +f 269/3/263 270/3/266 271/2/269 +f 272/2/270 271/2/269 270/3/266 +f 275/2/65 274/3/54 273/2/61 +f 274/3/54 275/2/65 276/3/53 +f 273/2/63 274/3/58 275/2/68 +f 276/3/59 275/2/68 274/3/58 +f 271/2/267 267/3/259 277/2/271 +f 267/3/259 271/2/267 269/3/261 +f 277/2/272 267/3/265 271/2/269 +f 269/3/263 271/2/269 267/3/265 +f 270/3/262 278/2/273 268/3/260 +f 278/2/273 270/3/262 272/2/268 +f 268/3/264 278/2/274 270/3/266 +f 272/2/270 270/3/266 278/2/274 +f 281/3/56 280/2/66 279/2/62 +f 280/2/66 281/3/56 282/3/55 +f 279/2/64 280/2/67 281/3/60 +f 282/3/57 281/3/60 280/2/67 +f 267/3/259 278/2/273 277/2/271 +f 278/2/273 267/3/259 268/3/260 +f 277/2/272 278/2/274 267/3/265 +f 268/3/264 267/3/265 278/2/274 +f 273/2/61 281/3/56 279/2/62 +f 281/3/56 273/2/61 274/3/54 +f 279/2/64 281/3/60 273/2/63 +f 274/3/58 273/2/63 281/3/60 +f 276/3/53 280/2/66 282/3/55 +f 280/2/66 276/3/53 275/2/65 +f 282/3/57 280/2/67 276/3/59 +f 275/2/68 276/3/59 280/2/67 +f 274/3/54 282/3/55 281/3/56 +f 282/3/55 274/3/54 276/3/53 +f 281/3/60 282/3/57 274/3/58 +f 276/3/59 274/3/58 282/3/57 +f 266/3/38 247/2/35 265/2/37 +f 247/2/35 266/3/38 248/3/36 +f 265/2/39 247/2/41 266/3/42 +f 248/3/40 266/3/42 247/2/41 +f 285/1/172 284/2/275 283/2/172 +f 284/2/275 285/1/172 286/1/275 +f 283/2/171 284/2/276 285/1/171 +f 286/1/276 285/1/171 284/2/276 +f 289/1/1 288/1/1 287/1/1 +f 288/1/1 289/1/1 286/1/1 +f 288/1/1 286/1/1 285/1/1 +f 287/1/2 288/1/2 289/1/2 +f 286/1/2 289/1/2 288/1/2 +f 285/1/2 286/1/2 288/1/2 +f 287/1/276 291/2/276 290/2/276 +f 291/2/276 287/1/276 288/1/276 +f 290/2/275 291/2/275 287/1/275 +f 288/1/275 287/1/275 291/2/275 +f 286/1/275 292/2/174 284/2/275 +f 292/2/174 286/1/275 289/1/174 +f 284/2/276 292/2/173 286/1/276 +f 289/1/173 286/1/276 292/2/173 +f 287/1/277 292/2/277 289/1/277 +f 292/2/277 287/1/277 290/2/277 +f 289/1/278 292/2/278 287/1/278 +f 290/2/278 287/1/278 292/2/278 +f 291/2/278 285/1/278 283/2/278 +f 285/1/278 291/2/278 288/1/278 +f 283/2/277 285/1/277 291/2/277 +f 288/1/277 291/2/277 285/1/277 +f 295/2/281 294/3/280 293/2/279 +f 294/3/280 295/2/281 296/3/282 +f 293/2/285 294/3/284 295/2/283 +f 296/3/286 295/2/283 294/3/284 +f 298/3/288 295/2/281 297/2/287 +f 295/2/281 298/3/288 296/3/282 +f 297/2/290 295/2/283 298/3/289 +f 296/3/286 298/3/289 295/2/283 +f 301/4/293 300/2/292 299/2/291 +f 300/2/292 301/4/293 302/4/294 +f 299/2/297 300/2/296 301/4/295 +f 302/4/298 301/4/295 300/2/296 +f 300/2/292 304/4/300 303/2/299 +f 304/4/300 300/2/292 302/4/294 +f 303/2/302 304/4/301 300/2/296 +f 302/4/298 300/2/296 304/4/301 +f 307/2/305 306/4/304 305/2/303 +f 306/4/304 307/2/305 308/4/306 +f 305/2/309 306/4/308 307/2/307 +f 308/4/310 307/2/307 306/4/308 +f 306/4/304 310/4/312 309/4/311 +f 310/4/312 306/4/304 308/4/306 +f 309/4/314 310/4/313 306/4/308 +f 308/4/310 306/4/308 310/4/313 +f 310/4/312 307/2/305 311/2/315 +f 307/2/305 310/4/312 308/4/306 +f 311/2/316 307/2/307 310/4/313 +f 308/4/310 310/4/313 307/2/307 +f 306/4/304 312/2/317 305/2/303 +f 312/2/317 306/4/304 309/4/311 +f 305/2/309 312/2/318 306/4/308 +f 309/4/314 306/4/308 312/2/318 +f 309/4/311 311/2/315 312/2/317 +f 311/2/315 309/4/311 310/4/312 +f 312/2/318 311/2/316 309/4/314 +f 310/4/313 309/4/314 311/2/316 +f 314/4/320 299/2/291 313/2/319 +f 299/2/291 314/4/320 301/4/293 +f 313/2/322 299/2/297 314/4/321 +f 301/4/295 314/4/321 299/2/297 +f 294/3/280 315/2/323 293/2/279 +f 315/2/323 294/3/280 316/3/324 +f 293/2/285 315/2/325 294/3/284 +f 316/3/326 294/3/284 315/2/325 +f 304/4/300 313/2/319 303/2/299 +f 313/2/319 304/4/300 314/4/320 +f 303/2/302 313/2/322 304/4/301 +f 314/4/321 304/4/301 313/2/322 +f 304/4/300 301/4/293 314/4/320 +f 301/4/293 304/4/300 302/4/294 +f 314/4/321 301/4/295 304/4/301 +f 302/4/298 304/4/301 301/4/295 +f 319/3/329 318/3/328 317/3/327 +f 318/3/328 319/3/329 320/3/330 +f 317/3/333 318/3/332 319/3/331 +f 320/3/334 319/3/331 318/3/332 +f 316/3/324 296/3/282 298/3/288 +f 296/3/282 316/3/324 294/3/280 +f 298/3/289 296/3/286 316/3/326 +f 294/3/284 316/3/326 296/3/286 +f 321/2/335 320/3/330 319/3/329 +f 320/3/330 321/2/335 322/2/336 +f 319/3/331 320/3/334 321/2/337 +f 322/2/338 321/2/337 320/3/334 +f 325/2/341 324/3/340 323/2/339 +f 324/3/340 325/2/341 326/3/342 +f 323/2/345 324/3/344 325/2/343 +f 326/3/346 325/2/343 324/3/344 +f 321/2/335 317/3/327 327/2/347 +f 317/3/327 321/2/335 319/3/329 +f 327/2/348 317/3/333 321/2/337 +f 319/3/331 321/2/337 317/3/333 +f 320/3/330 328/2/349 318/3/328 +f 328/2/349 320/3/330 322/2/336 +f 318/3/332 328/2/350 320/3/334 +f 322/2/338 320/3/334 328/2/350 +f 331/3/353 330/2/352 329/2/351 +f 330/2/352 331/3/353 332/3/354 +f 329/2/357 330/2/356 331/3/355 +f 332/3/358 331/3/355 330/2/356 +f 317/3/327 328/2/349 327/2/347 +f 328/2/349 317/3/327 318/3/328 +f 327/2/348 328/2/350 317/3/333 +f 318/3/332 317/3/333 328/2/350 +f 323/2/339 331/3/353 329/2/351 +f 331/3/353 323/2/339 324/3/340 +f 329/2/357 331/3/355 323/2/345 +f 324/3/344 323/2/345 331/3/355 +f 326/3/342 330/2/352 332/3/354 +f 330/2/352 326/3/342 325/2/341 +f 332/3/358 330/2/356 326/3/346 +f 325/2/343 326/3/346 330/2/356 +f 324/3/340 332/3/354 331/3/353 +f 332/3/354 324/3/340 326/3/342 +f 331/3/355 332/3/358 324/3/344 +f 326/3/346 324/3/344 332/3/358 +f 316/3/324 297/2/287 315/2/323 +f 297/2/287 316/3/324 298/3/288 +f 315/2/325 297/2/290 316/3/326 +f 298/3/289 316/3/326 297/2/290 +f 335/1/359 334/2/130 333/2/359 +f 334/2/130 335/1/359 336/1/130 +f 333/2/360 334/2/129 335/1/360 +f 336/1/129 335/1/360 334/2/129 +f 339/1/1 338/1/1 337/1/1 +f 338/1/1 339/1/1 336/1/1 +f 338/1/1 336/1/1 335/1/1 +f 337/1/2 338/1/2 339/1/2 +f 336/1/2 339/1/2 338/1/2 +f 335/1/2 336/1/2 338/1/2 +f 337/1/129 341/2/129 340/2/129 +f 341/2/129 337/1/129 338/1/129 +f 340/2/130 341/2/130 337/1/130 +f 338/1/130 337/1/130 341/2/130 +f 336/1/130 342/2/361 334/2/130 +f 342/2/361 336/1/130 339/1/361 +f 334/2/129 342/2/362 336/1/129 +f 339/1/362 336/1/129 342/2/362 +f 337/1/127 342/2/127 339/1/127 +f 342/2/127 337/1/127 340/2/127 +f 339/1/128 342/2/128 337/1/128 +f 340/2/128 337/1/128 342/2/128 +f 341/2/128 335/1/128 333/2/128 +f 335/1/128 341/2/128 338/1/128 +f 333/2/127 335/1/127 341/2/127 +f 338/1/127 341/2/127 335/1/127 +f 345/2/1 344/2/1 343/2/1 +f 344/2/1 345/2/1 346/2/1 +f 343/2/2 344/2/2 345/2/2 +f 346/2/2 345/2/2 344/2/2 +f 349/2/1 348/2/1 347/2/1 +f 348/2/1 349/2/1 350/2/1 +f 347/2/2 348/2/2 349/2/2 +f 350/2/2 349/2/2 348/2/2 +f 353/4/293 352/2/292 351/2/291 +f 352/2/292 353/4/293 354/4/294 +f 351/2/297 352/2/296 353/4/295 +f 354/4/298 353/4/295 352/2/296 +f 357/3/324 356/2/287 355/2/323 +f 356/2/287 357/3/324 358/3/288 +f 355/2/325 356/2/290 357/3/326 +f 358/3/289 357/3/326 356/2/290 +f 361/4/300 360/2/319 359/2/299 +f 360/2/319 361/4/300 362/4/320 +f 359/2/302 360/2/322 361/4/301 +f 362/4/321 361/4/301 360/2/322 +f 352/2/292 361/4/300 359/2/299 +f 361/4/300 352/2/292 354/4/294 +f 359/2/302 361/4/301 352/2/296 +f 354/4/298 352/2/296 361/4/301 +f 357/3/324 363/3/282 358/3/288 +f 363/3/282 357/3/324 364/3/280 +f 358/3/289 363/3/286 357/3/326 +f 364/3/284 357/3/326 363/3/286 +f 358/3/288 365/2/281 356/2/287 +f 365/2/281 358/3/288 363/3/282 +f 356/2/290 365/2/283 358/3/289 +f 363/3/286 358/3/289 365/2/283 +f 361/4/300 353/4/293 362/4/320 +f 353/4/293 361/4/300 354/4/294 +f 362/4/321 353/4/295 361/4/301 +f 354/4/298 361/4/301 353/4/295 +f 364/3/280 355/2/323 366/2/279 +f 355/2/323 364/3/280 357/3/324 +f 366/2/285 355/2/325 364/3/284 +f 357/3/326 364/3/284 355/2/325 +f 365/2/281 364/3/280 366/2/279 +f 364/3/280 365/2/281 363/3/282 +f 366/2/285 364/3/284 365/2/283 +f 363/3/286 365/2/283 364/3/284 +f 362/4/320 351/2/291 360/2/319 +f 351/2/291 362/4/320 353/4/293 +f 360/2/322 351/2/297 362/4/321 +f 353/4/295 362/4/321 351/2/297 +f 369/3/329 368/3/328 367/3/327 +f 368/3/328 369/3/329 370/3/330 +f 367/3/333 368/3/332 369/3/331 +f 370/3/334 369/3/331 368/3/332 +f 370/3/330 371/2/349 368/3/328 +f 371/2/349 370/3/330 372/2/336 +f 368/3/332 371/2/350 370/3/334 +f 372/2/338 370/3/334 371/2/350 +f 367/3/327 371/2/349 373/2/347 +f 371/2/349 367/3/327 368/3/328 +f 373/2/348 371/2/350 367/3/333 +f 368/3/332 367/3/333 371/2/350 +f 374/2/335 367/3/327 373/2/347 +f 367/3/327 374/2/335 369/3/329 +f 373/2/348 367/3/333 374/2/337 +f 369/3/331 374/2/337 367/3/333 +f 372/2/336 369/3/329 374/2/335 +f 369/3/329 372/2/336 370/3/330 +f 374/2/337 369/3/331 372/2/338 +f 370/3/334 372/2/338 369/3/331 +f 377/2/339 376/3/353 375/2/351 +f 376/3/353 377/2/339 378/3/340 +f 375/2/357 376/3/355 377/2/345 +f 378/3/344 377/2/345 376/3/355 +f 379/2/341 378/3/340 377/2/339 +f 378/3/340 379/2/341 380/3/342 +f 377/2/345 378/3/344 379/2/343 +f 380/3/346 379/2/343 378/3/344 +f 383/4/304 382/2/317 381/2/303 +f 382/2/317 383/4/304 384/4/311 +f 381/2/309 382/2/318 383/4/308 +f 384/4/314 383/4/308 382/2/318 +f 383/4/304 385/4/312 384/4/311 +f 385/4/312 383/4/304 386/4/306 +f 384/4/314 385/4/313 383/4/308 +f 386/4/310 383/4/308 385/4/313 +f 380/3/342 388/2/352 387/3/354 +f 388/2/352 380/3/342 379/2/341 +f 387/3/358 388/2/356 380/3/346 +f 379/2/343 380/3/346 388/2/356 +f 384/4/311 389/2/315 382/2/317 +f 389/2/315 384/4/311 385/4/312 +f 382/2/318 389/2/316 384/4/314 +f 385/4/313 384/4/314 389/2/316 +f 378/3/340 387/3/354 376/3/353 +f 387/3/354 378/3/340 380/3/342 +f 376/3/355 387/3/358 378/3/344 +f 380/3/346 378/3/344 387/3/358 +f 390/2/305 383/4/304 381/2/303 +f 383/4/304 390/2/305 386/4/306 +f 381/2/309 383/4/308 390/2/307 +f 386/4/310 390/2/307 383/4/308 +f 376/3/353 388/2/352 375/2/351 +f 388/2/352 376/3/353 387/3/354 +f 375/2/357 388/2/356 376/3/355 +f 387/3/358 376/3/355 388/2/356 +f 385/4/312 390/2/305 389/2/315 +f 390/2/305 385/4/312 386/4/306 +f 389/2/316 390/2/307 385/4/313 +f 386/4/310 385/4/313 390/2/307 +f 393/1/1 392/1/1 391/1/1 +f 392/1/1 393/1/1 394/1/1 +f 392/1/1 394/1/1 395/1/1 +f 395/1/1 394/1/1 396/1/1 +f 395/1/1 396/1/1 397/1/1 +f 397/1/1 396/1/1 398/1/1 +f 397/1/1 398/1/1 399/1/1 +f 399/1/1 398/1/1 400/1/1 +f 391/1/2 392/1/2 393/1/2 +f 394/1/2 393/1/2 392/1/2 +f 395/1/2 394/1/2 392/1/2 +f 396/1/2 394/1/2 395/1/2 +f 397/1/2 396/1/2 395/1/2 +f 398/1/2 396/1/2 397/1/2 +f 399/1/2 398/1/2 397/1/2 +f 400/1/2 398/1/2 399/1/2 +f 393/1/130 402/2/130 401/2/130 +f 402/2/130 393/1/130 391/1/130 +f 401/2/129 402/2/129 393/1/129 +f 391/1/129 393/1/129 402/2/129 +f 403/2/364 393/1/363 401/2/363 +f 393/1/363 403/2/364 394/1/364 +f 401/2/366 393/1/366 403/2/365 +f 394/1/365 403/2/365 393/1/366 +f 404/2/367 394/1/364 403/2/364 +f 394/1/364 404/2/367 396/1/367 +f 403/2/365 394/1/365 404/2/368 +f 396/1/368 404/2/368 394/1/365 +f 398/1/369 404/2/367 405/2/369 +f 404/2/367 398/1/369 396/1/367 +f 405/2/370 404/2/368 398/1/370 +f 396/1/368 398/1/370 404/2/368 +f 400/1/371 405/2/369 406/2/371 +f 405/2/369 400/1/371 398/1/369 +f 406/2/372 405/2/370 400/1/372 +f 398/1/370 400/1/372 405/2/370 +f 407/2/128 400/1/128 406/2/128 +f 400/1/128 407/2/128 399/1/128 +f 406/2/127 400/1/127 407/2/127 +f 399/1/127 407/2/127 400/1/127 +f 397/1/370 407/2/373 408/2/370 +f 407/2/373 397/1/370 399/1/373 +f 408/2/369 407/2/374 397/1/369 +f 399/1/374 397/1/369 407/2/374 +f 395/1/368 408/2/370 409/2/368 +f 408/2/370 395/1/368 397/1/370 +f 409/2/367 408/2/369 395/1/367 +f 397/1/369 395/1/367 408/2/369 +f 395/1/368 410/2/365 392/1/365 +f 410/2/365 395/1/368 409/2/368 +f 392/1/364 410/2/364 395/1/367 +f 409/2/367 395/1/367 410/2/364 +f 392/1/365 402/2/366 391/1/366 +f 402/2/366 392/1/365 410/2/365 +f 391/1/363 402/2/363 392/1/364 +f 410/2/364 392/1/364 402/2/363 +f 413/2/1 412/2/1 411/2/1 +f 412/2/1 413/2/1 414/2/1 +f 411/2/2 412/2/2 413/2/2 +f 414/2/2 413/2/2 412/2/2 +f 91/2/1 416/2/1 415/2/1 +f 416/2/1 91/2/1 92/2/1 +f 415/2/2 416/2/2 91/2/2 +f 92/2/2 91/2/2 416/2/2 +f 94/2/1 417/2/1 92/2/1 +f 417/2/1 94/2/1 418/2/1 +f 92/2/2 417/2/2 94/2/2 +f 418/2/2 94/2/2 417/2/2 +f 421/4/189 420/2/188 419/2/187 +f 420/2/188 421/4/189 422/4/190 +f 419/2/193 420/2/192 421/4/191 +f 422/4/194 421/4/191 420/2/192 +f 425/3/220 424/2/183 423/2/219 +f 424/2/183 425/3/220 426/3/184 +f 423/2/221 424/2/186 425/3/222 +f 426/3/185 425/3/222 424/2/186 +f 429/4/196 428/2/215 427/2/195 +f 428/2/215 429/4/196 430/4/216 +f 427/2/198 428/2/218 429/4/197 +f 430/4/217 429/4/197 428/2/218 +f 420/2/188 429/4/196 427/2/195 +f 429/4/196 420/2/188 422/4/190 +f 427/2/198 429/4/197 420/2/192 +f 422/4/194 420/2/192 429/4/197 +f 425/3/220 431/3/178 426/3/184 +f 431/3/178 425/3/220 432/3/176 +f 426/3/185 431/3/182 425/3/222 +f 432/3/180 425/3/222 431/3/182 +f 426/3/184 433/2/177 424/2/183 +f 433/2/177 426/3/184 431/3/178 +f 424/2/186 433/2/179 426/3/185 +f 431/3/182 426/3/185 433/2/179 +f 429/4/196 421/4/189 430/4/216 +f 421/4/189 429/4/196 422/4/190 +f 430/4/217 421/4/191 429/4/197 +f 422/4/194 429/4/197 421/4/191 +f 432/3/176 423/2/219 434/2/175 +f 423/2/219 432/3/176 425/3/220 +f 434/2/181 423/2/221 432/3/180 +f 425/3/222 432/3/180 423/2/221 +f 433/2/177 432/3/176 434/2/175 +f 432/3/176 433/2/177 431/3/178 +f 434/2/181 432/3/180 433/2/179 +f 431/3/182 433/2/179 432/3/180 +f 430/4/216 419/2/187 428/2/215 +f 419/2/187 430/4/216 421/4/189 +f 428/2/218 419/2/193 430/4/217 +f 421/4/191 430/4/217 419/2/193 +f 437/3/225 436/3/224 435/3/223 +f 436/3/224 437/3/225 438/3/226 +f 435/3/229 436/3/228 437/3/227 +f 438/3/230 437/3/227 436/3/228 +f 438/3/226 439/2/245 436/3/224 +f 439/2/245 438/3/226 440/2/232 +f 436/3/228 439/2/246 438/3/230 +f 440/2/234 438/3/230 439/2/246 +f 435/3/223 439/2/245 441/2/243 +f 439/2/245 435/3/223 436/3/224 +f 441/2/244 439/2/246 435/3/229 +f 436/3/228 435/3/229 439/2/246 +f 442/2/231 435/3/223 441/2/243 +f 435/3/223 442/2/231 437/3/225 +f 441/2/244 435/3/229 442/2/233 +f 437/3/227 442/2/233 435/3/229 +f 440/2/232 437/3/225 442/2/231 +f 437/3/225 440/2/232 438/3/226 +f 442/2/233 437/3/227 440/2/234 +f 438/3/230 440/2/234 437/3/227 +f 445/2/235 444/3/249 443/2/247 +f 444/3/249 445/2/235 446/3/236 +f 443/2/253 444/3/251 445/2/241 +f 446/3/240 445/2/241 444/3/251 +f 447/2/237 446/3/236 445/2/235 +f 446/3/236 447/2/237 448/3/238 +f 445/2/241 446/3/240 447/2/239 +f 448/3/242 447/2/239 446/3/240 +f 451/4/200 450/2/213 449/2/199 +f 450/2/213 451/4/200 452/4/207 +f 449/2/205 450/2/214 451/4/204 +f 452/4/210 451/4/204 450/2/214 +f 451/4/200 453/4/208 452/4/207 +f 453/4/208 451/4/200 454/4/202 +f 452/4/210 453/4/209 451/4/204 +f 454/4/206 451/4/204 453/4/209 +f 448/3/238 456/2/248 455/3/250 +f 456/2/248 448/3/238 447/2/237 +f 455/3/254 456/2/252 448/3/242 +f 447/2/239 448/3/242 456/2/252 +f 452/4/207 457/2/211 450/2/213 +f 457/2/211 452/4/207 453/4/208 +f 450/2/214 457/2/212 452/4/210 +f 453/4/209 452/4/210 457/2/212 +f 446/3/236 455/3/250 444/3/249 +f 455/3/250 446/3/236 448/3/238 +f 444/3/251 455/3/254 446/3/240 +f 448/3/242 446/3/240 455/3/254 +f 458/2/201 451/4/200 449/2/199 +f 451/4/200 458/2/201 454/4/202 +f 449/2/205 451/4/204 458/2/203 +f 454/4/206 458/2/203 451/4/204 +f 444/3/249 456/2/248 443/2/247 +f 456/2/248 444/3/249 455/3/250 +f 443/2/253 456/2/252 444/3/251 +f 455/3/254 444/3/251 456/2/252 +f 453/4/208 458/2/201 457/2/211 +f 458/2/201 453/4/208 454/4/202 +f 457/2/212 458/2/203 453/4/209 +f 454/4/206 453/4/209 458/2/203 +f 461/1/1 460/1/1 459/1/1 +f 460/1/1 461/1/1 462/1/1 +f 460/1/1 462/1/1 463/1/1 +f 463/1/1 462/1/1 464/1/1 +f 463/1/1 464/1/1 465/1/1 +f 465/1/1 464/1/1 466/1/1 +f 465/1/1 466/1/1 467/1/1 +f 467/1/1 466/1/1 468/1/1 +f 459/1/2 460/1/2 461/1/2 +f 462/1/2 461/1/2 460/1/2 +f 463/1/2 462/1/2 460/1/2 +f 464/1/2 462/1/2 463/1/2 +f 465/1/2 464/1/2 463/1/2 +f 466/1/2 464/1/2 465/1/2 +f 467/1/2 466/1/2 465/1/2 +f 468/1/2 466/1/2 467/1/2 +f 461/1/6 470/2/6 469/2/6 +f 470/2/6 461/1/6 459/1/6 +f 469/2/5 470/2/5 461/1/5 +f 459/1/5 461/1/5 470/2/5 +f 471/2/376 461/1/375 469/2/375 +f 461/1/375 471/2/376 462/1/376 +f 469/2/378 461/1/378 471/2/377 +f 462/1/377 471/2/377 461/1/378 +f 472/2/379 462/1/376 471/2/376 +f 462/1/376 472/2/379 464/1/379 +f 471/2/377 462/1/377 472/2/380 +f 464/1/380 472/2/380 462/1/377 +f 466/1/381 472/2/379 473/2/381 +f 472/2/379 466/1/381 464/1/379 +f 473/2/382 472/2/380 466/1/382 +f 464/1/380 466/1/382 472/2/380 +f 468/1/383 473/2/381 474/2/383 +f 473/2/381 468/1/383 466/1/381 +f 474/2/384 473/2/382 468/1/384 +f 466/1/382 468/1/384 473/2/382 +f 475/2/4 468/1/4 474/2/4 +f 468/1/4 475/2/4 467/1/4 +f 474/2/3 468/1/3 475/2/3 +f 467/1/3 475/2/3 468/1/3 +f 465/1/382 475/2/385 476/2/382 +f 475/2/385 465/1/382 467/1/385 +f 476/2/381 475/2/386 465/1/381 +f 467/1/386 465/1/381 475/2/386 +f 463/1/380 476/2/382 477/2/380 +f 476/2/382 463/1/380 465/1/382 +f 477/2/379 476/2/381 463/1/379 +f 465/1/381 463/1/379 476/2/381 +f 463/1/380 478/2/377 460/1/377 +f 478/2/377 463/1/380 477/2/380 +f 460/1/376 478/2/376 463/1/379 +f 477/2/379 463/1/379 478/2/376 +f 460/1/377 470/2/378 459/1/378 +f 470/2/378 460/1/377 478/2/377 +f 459/1/375 470/2/375 460/1/376 +f 478/2/376 460/1/376 470/2/375 +f 481/2/1 480/2/1 479/2/1 +f 480/2/1 481/2/1 482/2/1 +f 479/2/2 480/2/2 481/2/2 +f 482/2/2 481/2/2 480/2/2 +f 485/6/3 484/7/3 483/6/3 +f 484/7/3 485/6/3 486/7/3 +f 483/6/4 484/7/4 485/6/4 +f 486/7/4 485/6/4 484/7/4 +f 485/6/5 487/7/5 486/7/5 +f 487/7/5 485/6/5 488/6/5 +f 486/7/6 487/7/6 485/6/6 +f 488/6/6 485/6/6 487/7/6 +f 489/7/11 483/6/13 484/7/13 +f 483/6/13 489/7/11 490/6/11 +f 484/7/14 483/6/14 489/7/12 +f 490/6/12 489/7/12 483/6/14 +f 487/7/8 492/6/7 491/7/7 +f 492/6/7 487/7/8 488/6/8 +f 491/7/10 492/6/10 487/7/9 +f 488/6/9 487/7/9 492/6/10 +f 490/6/1 485/6/1 483/6/1 +f 485/6/1 490/6/1 488/6/1 +f 488/6/1 490/6/1 492/6/1 +f 483/6/2 485/6/2 490/6/2 +f 488/6/2 490/6/2 485/6/2 +f 492/6/2 490/6/2 488/6/2 +f 492/6/7 489/7/11 491/7/7 +f 489/7/11 492/6/7 490/6/11 +f 491/7/10 489/7/12 492/6/10 +f 490/6/12 492/6/10 489/7/12 +f 495/8/5 494/7/5 493/7/5 +f 494/7/5 495/8/5 496/8/5 +f 493/7/6 494/7/6 495/8/6 +f 496/8/6 495/8/6 494/7/6 +f 495/8/3 498/7/3 497/8/3 +f 498/7/3 495/8/3 493/7/3 +f 497/8/4 498/7/4 495/8/4 +f 493/7/4 495/8/4 498/7/4 +f 499/8/1 495/8/1 497/8/1 +f 495/8/1 499/8/1 496/8/1 +f 496/8/1 499/8/1 500/8/1 +f 497/8/2 495/8/2 499/8/2 +f 496/8/2 499/8/2 495/8/2 +f 500/8/2 499/8/2 496/8/2 +f 494/7/2 498/7/2 493/7/2 +f 498/7/2 494/7/2 501/7/2 +f 501/7/2 494/7/2 502/7/2 +f 493/7/1 498/7/1 494/7/1 +f 501/7/1 494/7/1 498/7/1 +f 502/7/1 494/7/1 501/7/1 +f 494/7/8 500/8/7 502/7/7 +f 500/8/7 494/7/8 496/8/8 +f 502/7/10 500/8/10 494/7/9 +f 496/8/9 494/7/9 500/8/10 +f 500/8/7 501/7/387 502/7/7 +f 501/7/387 500/8/7 499/8/387 +f 502/7/10 501/7/388 500/8/10 +f 499/8/388 500/8/10 501/7/388 +f 501/7/387 497/8/13 498/7/13 +f 497/8/13 501/7/387 499/8/387 +f 498/7/14 497/8/14 501/7/388 +f 499/8/388 501/7/388 497/8/14 +f 505/6/3 504/7/3 503/6/3 +f 504/7/3 505/6/3 506/7/3 +f 503/6/4 504/7/4 505/6/4 +f 506/7/4 505/6/4 504/7/4 +f 505/6/5 507/7/5 506/7/5 +f 507/7/5 505/6/5 508/6/5 +f 506/7/6 507/7/6 505/6/6 +f 508/6/6 505/6/6 507/7/6 +f 509/7/11 503/6/13 504/7/13 +f 503/6/13 509/7/11 510/6/11 +f 504/7/14 503/6/14 509/7/12 +f 510/6/12 509/7/12 503/6/14 +f 507/7/8 512/6/7 511/7/7 +f 512/6/7 507/7/8 508/6/8 +f 511/7/10 512/6/10 507/7/9 +f 508/6/9 507/7/9 512/6/10 +f 510/6/1 505/6/1 503/6/1 +f 505/6/1 510/6/1 508/6/1 +f 508/6/1 510/6/1 512/6/1 +f 503/6/2 505/6/2 510/6/2 +f 508/6/2 510/6/2 505/6/2 +f 512/6/2 510/6/2 508/6/2 +f 512/6/7 509/7/11 511/7/7 +f 509/7/11 512/6/7 510/6/11 +f 511/7/10 509/7/12 512/6/10 +f 510/6/12 512/6/10 509/7/12 +f 515/8/5 514/7/5 513/7/5 +f 514/7/5 515/8/5 516/8/5 +f 513/7/6 514/7/6 515/8/6 +f 516/8/6 515/8/6 514/7/6 +f 515/8/3 518/7/3 517/8/3 +f 518/7/3 515/8/3 513/7/3 +f 517/8/4 518/7/4 515/8/4 +f 513/7/4 515/8/4 518/7/4 +f 519/8/1 515/8/1 517/8/1 +f 515/8/1 519/8/1 516/8/1 +f 516/8/1 519/8/1 520/8/1 +f 517/8/2 515/8/2 519/8/2 +f 516/8/2 519/8/2 515/8/2 +f 520/8/2 519/8/2 516/8/2 +f 514/7/2 518/7/2 513/7/2 +f 518/7/2 514/7/2 521/7/2 +f 521/7/2 514/7/2 522/7/2 +f 513/7/1 518/7/1 514/7/1 +f 521/7/1 514/7/1 518/7/1 +f 522/7/1 514/7/1 521/7/1 +f 514/7/8 520/8/7 522/7/7 +f 520/8/7 514/7/8 516/8/8 +f 522/7/10 520/8/10 514/7/9 +f 516/8/9 514/7/9 520/8/10 +f 520/8/7 521/7/387 522/7/7 +f 521/7/387 520/8/7 519/8/387 +f 522/7/10 521/7/388 520/8/10 +f 519/8/388 520/8/10 521/7/388 +f 521/7/387 517/8/13 518/7/13 +f 517/8/13 521/7/387 519/8/387 +f 518/7/14 517/8/14 521/7/388 +f 519/8/388 521/7/388 517/8/14 +f 525/6/127 524/7/127 523/6/127 +f 524/7/127 525/6/127 526/7/127 +f 523/6/128 524/7/128 525/6/128 +f 526/7/128 525/6/128 524/7/128 +f 525/6/129 527/7/129 526/7/129 +f 527/7/129 525/6/129 528/6/129 +f 526/7/130 527/7/130 525/6/130 +f 528/6/130 525/6/130 527/7/130 +f 529/7/135 523/6/137 524/7/137 +f 523/6/137 529/7/135 530/6/135 +f 524/7/138 523/6/138 529/7/136 +f 530/6/136 529/7/136 523/6/138 +f 527/7/132 532/6/131 531/7/131 +f 532/6/131 527/7/132 528/6/132 +f 531/7/134 532/6/134 527/7/133 +f 528/6/133 527/7/133 532/6/134 +f 530/6/1 525/6/1 523/6/1 +f 525/6/1 530/6/1 528/6/1 +f 528/6/1 530/6/1 532/6/1 +f 523/6/2 525/6/2 530/6/2 +f 528/6/2 530/6/2 525/6/2 +f 532/6/2 530/6/2 528/6/2 +f 532/6/131 529/7/135 531/7/131 +f 529/7/135 532/6/131 530/6/135 +f 531/7/134 529/7/136 532/6/134 +f 530/6/136 532/6/134 529/7/136 +f 535/8/129 534/7/129 533/7/129 +f 534/7/129 535/8/129 536/8/129 +f 533/7/130 534/7/130 535/8/130 +f 536/8/130 535/8/130 534/7/130 +f 535/8/127 538/7/127 537/8/127 +f 538/7/127 535/8/127 533/7/127 +f 537/8/128 538/7/128 535/8/128 +f 533/7/128 535/8/128 538/7/128 +f 539/8/1 535/8/1 537/8/1 +f 535/8/1 539/8/1 536/8/1 +f 536/8/1 539/8/1 540/8/1 +f 537/8/2 535/8/2 539/8/2 +f 536/8/2 539/8/2 535/8/2 +f 540/8/2 539/8/2 536/8/2 +f 534/7/2 538/7/2 533/7/2 +f 538/7/2 534/7/2 541/7/2 +f 541/7/2 534/7/2 542/7/2 +f 533/7/1 538/7/1 534/7/1 +f 541/7/1 534/7/1 538/7/1 +f 542/7/1 534/7/1 541/7/1 +f 534/7/132 540/8/131 542/7/131 +f 540/8/131 534/7/132 536/8/132 +f 542/7/134 540/8/134 534/7/133 +f 536/8/133 534/7/133 540/8/134 +f 540/8/131 541/7/389 542/7/131 +f 541/7/389 540/8/131 539/8/389 +f 542/7/134 541/7/390 540/8/134 +f 539/8/390 540/8/134 541/7/390 +f 541/7/389 537/8/137 538/7/137 +f 537/8/137 541/7/389 539/8/389 +f 538/7/138 537/8/138 541/7/390 +f 539/8/390 541/7/390 537/8/138 +f 545/6/127 544/7/127 543/6/127 +f 544/7/127 545/6/127 546/7/127 +f 543/6/128 544/7/128 545/6/128 +f 546/7/128 545/6/128 544/7/128 +f 545/6/129 547/7/129 546/7/129 +f 547/7/129 545/6/129 548/6/129 +f 546/7/130 547/7/130 545/6/130 +f 548/6/130 545/6/130 547/7/130 +f 549/7/135 543/6/137 544/7/137 +f 543/6/137 549/7/135 550/6/135 +f 544/7/138 543/6/138 549/7/136 +f 550/6/136 549/7/136 543/6/138 +f 547/7/132 552/6/131 551/7/131 +f 552/6/131 547/7/132 548/6/132 +f 551/7/134 552/6/134 547/7/133 +f 548/6/133 547/7/133 552/6/134 +f 550/6/1 545/6/1 543/6/1 +f 545/6/1 550/6/1 548/6/1 +f 548/6/1 550/6/1 552/6/1 +f 543/6/2 545/6/2 550/6/2 +f 548/6/2 550/6/2 545/6/2 +f 552/6/2 550/6/2 548/6/2 +f 552/6/131 549/7/135 551/7/131 +f 549/7/135 552/6/131 550/6/135 +f 551/7/134 549/7/136 552/6/134 +f 550/6/136 552/6/134 549/7/136 +f 555/8/129 554/7/129 553/7/129 +f 554/7/129 555/8/129 556/8/129 +f 553/7/130 554/7/130 555/8/130 +f 556/8/130 555/8/130 554/7/130 +f 555/8/127 558/7/127 557/8/127 +f 558/7/127 555/8/127 553/7/127 +f 557/8/128 558/7/128 555/8/128 +f 553/7/128 555/8/128 558/7/128 +f 559/8/1 555/8/1 557/8/1 +f 555/8/1 559/8/1 556/8/1 +f 556/8/1 559/8/1 560/8/1 +f 557/8/2 555/8/2 559/8/2 +f 556/8/2 559/8/2 555/8/2 +f 560/8/2 559/8/2 556/8/2 +f 554/7/2 558/7/2 553/7/2 +f 558/7/2 554/7/2 561/7/2 +f 561/7/2 554/7/2 562/7/2 +f 553/7/1 558/7/1 554/7/1 +f 561/7/1 554/7/1 558/7/1 +f 562/7/1 554/7/1 561/7/1 +f 554/7/132 560/8/131 562/7/131 +f 560/8/131 554/7/132 556/8/132 +f 562/7/134 560/8/134 554/7/133 +f 556/8/133 554/7/133 560/8/134 +f 560/8/131 561/7/389 562/7/131 +f 561/7/389 560/8/131 559/8/389 +f 562/7/134 561/7/390 560/8/134 +f 559/8/390 560/8/134 561/7/390 +f 561/7/389 557/8/137 558/7/137 +f 557/8/137 561/7/389 559/8/389 +f 558/7/138 557/8/138 561/7/390 +f 559/8/390 561/7/390 557/8/138 +f 565/6/139 564/7/139 563/6/139 +f 564/7/139 565/6/139 566/7/139 +f 563/6/140 564/7/140 565/6/140 +f 566/7/140 565/6/140 564/7/140 +f 565/6/141 567/7/141 566/7/141 +f 567/7/141 565/6/141 568/6/141 +f 566/7/142 567/7/142 565/6/142 +f 568/6/142 565/6/142 567/7/142 +f 569/7/147 563/6/149 564/7/149 +f 563/6/149 569/7/147 570/6/147 +f 564/7/150 563/6/150 569/7/148 +f 570/6/148 569/7/148 563/6/150 +f 567/7/144 572/6/143 571/7/143 +f 572/6/143 567/7/144 568/6/144 +f 571/7/146 572/6/146 567/7/145 +f 568/6/145 567/7/145 572/6/146 +f 570/6/1 565/6/1 563/6/1 +f 565/6/1 570/6/1 568/6/1 +f 568/6/1 570/6/1 572/6/1 +f 563/6/2 565/6/2 570/6/2 +f 568/6/2 570/6/2 565/6/2 +f 572/6/2 570/6/2 568/6/2 +f 572/6/143 569/7/147 571/7/143 +f 569/7/147 572/6/143 570/6/147 +f 571/7/146 569/7/148 572/6/146 +f 570/6/148 572/6/146 569/7/148 +f 575/8/141 574/7/141 573/7/141 +f 574/7/141 575/8/141 576/8/141 +f 573/7/142 574/7/142 575/8/142 +f 576/8/142 575/8/142 574/7/142 +f 575/8/139 578/7/139 577/8/139 +f 578/7/139 575/8/139 573/7/139 +f 577/8/140 578/7/140 575/8/140 +f 573/7/140 575/8/140 578/7/140 +f 579/8/1 575/8/1 577/8/1 +f 575/8/1 579/8/1 576/8/1 +f 576/8/1 579/8/1 580/8/1 +f 577/8/2 575/8/2 579/8/2 +f 576/8/2 579/8/2 575/8/2 +f 580/8/2 579/8/2 576/8/2 +f 574/7/2 578/7/2 573/7/2 +f 578/7/2 574/7/2 581/7/2 +f 581/7/2 574/7/2 582/7/2 +f 573/7/1 578/7/1 574/7/1 +f 581/7/1 574/7/1 578/7/1 +f 582/7/1 574/7/1 581/7/1 +f 574/7/144 580/8/143 582/7/143 +f 580/8/143 574/7/144 576/8/144 +f 582/7/146 580/8/146 574/7/145 +f 576/8/145 574/7/145 580/8/146 +f 580/8/143 581/7/391 582/7/143 +f 581/7/391 580/8/143 579/8/391 +f 582/7/146 581/7/392 580/8/146 +f 579/8/392 580/8/146 581/7/392 +f 581/7/391 577/8/149 578/7/149 +f 577/8/149 581/7/391 579/8/391 +f 578/7/150 577/8/150 581/7/392 +f 579/8/392 581/7/392 577/8/150 +f 585/6/151 584/7/151 583/6/151 +f 584/7/151 585/6/151 586/7/151 +f 583/6/152 584/7/152 585/6/152 +f 586/7/152 585/6/152 584/7/152 +f 585/6/153 587/7/153 586/7/153 +f 587/7/153 585/6/153 588/6/153 +f 586/7/154 587/7/154 585/6/154 +f 588/6/154 585/6/154 587/7/154 +f 589/7/148 583/6/150 584/7/150 +f 583/6/150 589/7/148 590/6/148 +f 584/7/149 583/6/149 589/7/147 +f 590/6/147 589/7/147 583/6/149 +f 587/7/145 592/6/146 591/7/146 +f 592/6/146 587/7/145 588/6/145 +f 591/7/143 592/6/143 587/7/144 +f 588/6/144 587/7/144 592/6/143 +f 590/6/1 585/6/1 583/6/1 +f 585/6/1 590/6/1 588/6/1 +f 588/6/1 590/6/1 592/6/1 +f 583/6/2 585/6/2 590/6/2 +f 588/6/2 590/6/2 585/6/2 +f 592/6/2 590/6/2 588/6/2 +f 592/6/146 589/7/148 591/7/146 +f 589/7/148 592/6/146 590/6/148 +f 591/7/143 589/7/147 592/6/143 +f 590/6/147 592/6/143 589/7/147 +f 595/8/153 594/7/153 593/7/153 +f 594/7/153 595/8/153 596/8/153 +f 593/7/154 594/7/154 595/8/154 +f 596/8/154 595/8/154 594/7/154 +f 595/8/151 598/7/151 597/8/151 +f 598/7/151 595/8/151 593/7/151 +f 597/8/152 598/7/152 595/8/152 +f 593/7/152 595/8/152 598/7/152 +f 599/8/1 595/8/1 597/8/1 +f 595/8/1 599/8/1 596/8/1 +f 596/8/1 599/8/1 600/8/1 +f 597/8/2 595/8/2 599/8/2 +f 596/8/2 599/8/2 595/8/2 +f 600/8/2 599/8/2 596/8/2 +f 594/7/2 598/7/2 593/7/2 +f 598/7/2 594/7/2 601/7/2 +f 601/7/2 594/7/2 602/7/2 +f 593/7/1 598/7/1 594/7/1 +f 601/7/1 594/7/1 598/7/1 +f 602/7/1 594/7/1 601/7/1 +f 594/7/145 600/8/146 602/7/146 +f 600/8/146 594/7/145 596/8/145 +f 602/7/143 600/8/143 594/7/144 +f 596/8/144 594/7/144 600/8/143 +f 600/8/146 601/7/392 602/7/146 +f 601/7/392 600/8/146 599/8/392 +f 602/7/143 601/7/391 600/8/143 +f 599/8/391 600/8/143 601/7/391 +f 601/7/392 597/8/150 598/7/150 +f 597/8/150 601/7/392 599/8/392 +f 598/7/149 597/8/149 601/7/391 +f 599/8/391 601/7/391 597/8/149 +f 605/8/151 604/7/151 603/8/151 +f 604/7/151 605/8/151 606/7/151 +f 603/8/152 604/7/152 605/8/152 +f 606/7/152 605/8/152 604/7/152 +f 609/8/393 608/7/154 607/7/393 +f 608/7/154 609/8/393 610/8/154 +f 607/7/394 608/7/153 609/8/394 +f 610/8/153 609/8/394 608/7/153 +f 605/8/153 611/7/153 606/7/153 +f 611/7/153 605/8/153 612/8/153 +f 606/7/154 611/7/154 605/8/154 +f 612/8/154 605/8/154 611/7/154 +f 610/8/154 604/7/395 608/7/154 +f 604/7/395 610/8/154 603/8/395 +f 608/7/153 604/7/396 610/8/153 +f 603/8/396 610/8/153 604/7/396 +f 611/7/2 604/7/2 606/7/2 +f 604/7/2 611/7/2 608/7/2 +f 608/7/2 611/7/2 607/7/2 +f 606/7/1 604/7/1 611/7/1 +f 608/7/1 611/7/1 604/7/1 +f 607/7/1 611/7/1 608/7/1 +f 603/8/1 612/8/1 605/8/1 +f 612/8/1 603/8/1 610/8/1 +f 612/8/1 610/8/1 609/8/1 +f 605/8/2 612/8/2 603/8/2 +f 610/8/2 603/8/2 612/8/2 +f 609/8/2 610/8/2 612/8/2 +f 611/7/152 609/8/152 607/7/152 +f 609/8/152 611/7/152 612/8/152 +f 607/7/151 609/8/151 611/7/151 +f 612/8/151 611/7/151 609/8/151 +f 615/6/1 614/6/1 613/6/1 +f 614/6/1 615/6/1 616/6/1 +f 614/6/1 616/6/1 617/6/1 +f 613/6/2 614/6/2 615/6/2 +f 616/6/2 615/6/2 614/6/2 +f 617/6/2 616/6/2 614/6/2 +f 613/6/153 619/7/153 618/7/153 +f 619/7/153 613/6/153 614/6/153 +f 618/7/154 619/7/154 613/6/154 +f 614/6/154 613/6/154 619/7/154 +f 619/7/152 617/6/152 620/7/152 +f 617/6/152 619/7/152 614/6/152 +f 620/7/151 617/6/151 619/7/151 +f 614/6/151 619/7/151 617/6/151 +f 613/6/151 621/7/151 615/6/151 +f 621/7/151 613/6/151 618/7/151 +f 615/6/152 621/7/152 613/6/152 +f 618/7/152 613/6/152 621/7/152 +f 623/10/172 622/9/172 616/6/153 +f 622/9/172 624/11/172 616/6/153 +f 625/12/172 623/10/172 616/6/153 +f 616/6/153 624/11/172 626/7/153 +f 627/11/172 626/7/153 624/11/172 +f 626/7/153 627/11/172 620/7/172 +f 628/9/172 620/7/172 627/11/172 +f 617/6/172 625/12/172 616/6/153 +f 617/6/172 620/7/172 628/9/172 +f 625/12/172 617/6/172 629/12/172 +f 630/10/172 617/6/172 628/9/172 +f 629/12/172 617/6/172 630/10/172 +f 632/14/174 631/13/174 615/6/174 +f 633/15/174 632/14/174 615/6/174 +f 616/6/153 633/15/174 615/6/174 +f 633/15/174 616/6/153 634/15/174 +f 615/6/174 631/13/174 621/7/174 +f 634/15/174 616/6/153 635/14/174 +f 635/14/174 616/6/153 636/13/174 +f 637/16/174 621/7/174 631/13/174 +f 636/13/174 616/6/153 638/17/174 +f 639/16/174 636/13/174 638/17/174 +f 639/16/174 638/17/174 637/16/174 +f 638/17/174 616/6/153 640/17/174 +f 640/17/174 616/6/153 641/18/174 +f 641/18/174 616/6/153 642/19/174 +f 616/6/153 626/7/153 642/19/174 +f 642/19/174 626/7/153 643/20/174 +f 621/7/174 643/20/174 626/7/153 +f 643/20/174 621/7/174 644/20/174 +f 644/20/174 621/7/174 637/16/174 +f 638/17/174 645/18/174 637/16/174 +f 646/19/174 644/20/174 637/16/174 +f 645/18/174 646/19/174 637/16/174 +f 616/6/154 622/9/171 623/10/171 +f 616/6/154 623/10/171 625/12/171 +f 616/6/154 624/11/171 622/9/171 +f 626/7/154 624/11/171 616/6/154 +f 624/11/171 626/7/154 627/11/171 +f 620/7/171 627/11/171 626/7/154 +f 627/11/171 620/7/171 628/9/171 +f 616/6/154 625/12/171 617/6/171 +f 628/9/171 620/7/171 617/6/171 +f 629/12/171 617/6/171 625/12/171 +f 628/9/171 617/6/171 630/10/171 +f 630/10/171 617/6/171 629/12/171 +f 615/6/173 631/13/173 632/14/173 +f 615/6/173 632/14/173 633/15/173 +f 615/6/173 633/15/173 616/6/154 +f 634/15/173 616/6/154 633/15/173 +f 621/7/173 631/13/173 615/6/173 +f 635/14/173 616/6/154 634/15/173 +f 636/13/173 616/6/154 635/14/173 +f 631/13/173 621/7/173 637/16/173 +f 638/17/173 616/6/154 636/13/173 +f 638/17/173 636/13/173 639/16/173 +f 637/16/173 638/17/173 639/16/173 +f 640/17/173 616/6/154 638/17/173 +f 641/18/173 616/6/154 640/17/173 +f 642/19/173 616/6/154 641/18/173 +f 642/19/173 626/7/154 616/6/154 +f 643/20/173 626/7/154 642/19/173 +f 626/7/154 643/20/173 621/7/173 +f 644/20/173 621/7/173 643/20/173 +f 637/16/173 621/7/173 644/20/173 +f 637/16/173 645/18/173 638/17/173 +f 637/16/173 644/20/173 646/19/173 +f 637/16/173 646/19/173 645/18/173 +f 649/22/397 648/21/398 647/21/397 +f 648/21/398 649/22/397 650/22/398 +f 647/21/399 648/21/400 649/22/399 +f 650/22/400 649/22/399 648/21/400 +f 653/22/399 652/21/400 651/21/399 +f 652/21/400 653/22/399 654/22/400 +f 651/21/397 652/21/398 653/22/397 +f 654/22/398 653/22/397 652/21/398 +f 657/22/402 656/21/401 655/22/401 +f 656/21/401 657/22/402 658/21/402 +f 655/22/404 656/21/404 657/22/403 +f 658/21/403 657/22/403 656/21/404 +f 661/21/404 660/22/403 659/21/403 +f 660/22/403 661/21/404 662/22/404 +f 659/21/402 660/22/402 661/21/401 +f 662/22/401 661/21/401 660/22/402 +f 654/22/400 661/21/404 652/21/400 +f 661/21/404 654/22/400 662/22/404 +f 652/21/398 661/21/401 654/22/398 +f 662/22/401 654/22/398 661/21/401 +f 650/22/398 656/21/401 648/21/398 +f 656/21/401 650/22/398 655/22/401 +f 648/21/400 656/21/404 650/22/400 +f 655/22/404 650/22/400 656/21/404 +f 657/22/402 651/21/399 658/21/402 +f 651/21/399 657/22/402 653/22/399 +f 658/21/403 651/21/397 657/22/403 +f 653/22/397 657/22/403 651/21/397 +f 660/22/403 647/21/397 659/21/403 +f 647/21/397 660/22/403 649/22/397 +f 659/21/402 647/21/399 660/22/402 +f 649/22/399 660/22/402 647/21/399 +f 650/22/405 657/22/405 655/22/405 +f 657/22/405 650/22/405 653/22/405 +f 653/22/405 650/22/405 649/22/405 +f 653/22/405 649/22/405 654/22/405 +f 654/22/405 649/22/405 660/22/405 +f 654/22/405 660/22/405 662/22/405 +f 655/22/406 657/22/406 650/22/406 +f 653/22/406 650/22/406 657/22/406 +f 649/22/406 650/22/406 653/22/406 +f 654/22/406 649/22/406 653/22/406 +f 660/22/406 649/22/406 654/22/406 +f 662/22/406 660/22/406 654/22/406 +f 651/21/406 656/21/406 658/21/406 +f 656/21/406 651/21/406 648/21/406 +f 648/21/406 651/21/406 652/21/406 +f 648/21/406 652/21/406 647/21/406 +f 647/21/406 652/21/406 661/21/406 +f 647/21/406 661/21/406 659/21/406 +f 658/21/405 656/21/405 651/21/405 +f 648/21/405 651/21/405 656/21/405 +f 652/21/405 651/21/405 648/21/405 +f 647/21/405 652/21/405 648/21/405 +f 661/21/405 652/21/405 647/21/405 +f 659/21/405 661/21/405 647/21/405 +f 665/22/407 664/21/408 663/21/407 +f 664/21/408 665/22/407 666/22/408 +f 663/21/409 664/21/410 665/22/409 +f 666/22/410 665/22/409 664/21/410 +f 669/22/409 668/21/410 667/21/409 +f 668/21/410 669/22/409 670/22/410 +f 667/21/407 668/21/408 669/22/407 +f 670/22/408 669/22/407 668/21/408 +f 673/22/412 672/21/411 671/22/411 +f 672/21/411 673/22/412 674/21/412 +f 671/22/414 672/21/414 673/22/413 +f 674/21/413 673/22/413 672/21/414 +f 677/21/414 676/22/413 675/21/413 +f 676/22/413 677/21/414 678/22/414 +f 675/21/412 676/22/412 677/21/411 +f 678/22/411 677/21/411 676/22/412 +f 670/22/410 677/21/414 668/21/410 +f 677/21/414 670/22/410 678/22/414 +f 668/21/408 677/21/411 670/22/408 +f 678/22/411 670/22/408 677/21/411 +f 666/22/408 672/21/411 664/21/408 +f 672/21/411 666/22/408 671/22/411 +f 664/21/410 672/21/414 666/22/410 +f 671/22/414 666/22/410 672/21/414 +f 673/22/412 667/21/409 674/21/412 +f 667/21/409 673/22/412 669/22/409 +f 674/21/413 667/21/407 673/22/413 +f 669/22/407 673/22/413 667/21/407 +f 676/22/413 663/21/407 675/21/413 +f 663/21/407 676/22/413 665/22/407 +f 675/21/412 663/21/409 676/22/412 +f 665/22/409 676/22/412 663/21/409 +f 666/22/415 673/22/415 671/22/415 +f 673/22/415 666/22/415 669/22/415 +f 669/22/415 666/22/415 665/22/415 +f 669/22/415 665/22/415 670/22/415 +f 670/22/415 665/22/415 676/22/415 +f 670/22/415 676/22/415 678/22/415 +f 671/22/416 673/22/416 666/22/416 +f 669/22/416 666/22/416 673/22/416 +f 665/22/416 666/22/416 669/22/416 +f 670/22/416 665/22/416 669/22/416 +f 676/22/416 665/22/416 670/22/416 +f 678/22/416 676/22/416 670/22/416 +f 667/21/416 672/21/416 674/21/416 +f 672/21/416 667/21/416 664/21/416 +f 664/21/416 667/21/416 668/21/416 +f 664/21/416 668/21/416 663/21/416 +f 663/21/416 668/21/416 677/21/416 +f 663/21/416 677/21/416 675/21/416 +f 674/21/415 672/21/415 667/21/415 +f 664/21/415 667/21/415 672/21/415 +f 668/21/415 667/21/415 664/21/415 +f 663/21/415 668/21/415 664/21/415 +f 677/21/415 668/21/415 663/21/415 +f 675/21/415 677/21/415 663/21/415 +f 681/22/407 680/21/408 679/21/407 +f 680/21/408 681/22/407 682/22/408 +f 679/21/409 680/21/410 681/22/409 +f 682/22/410 681/22/409 680/21/410 +f 684/22/409 640/21/410 683/21/409 +f 640/21/410 684/22/409 685/22/410 +f 683/21/407 640/21/408 684/22/407 +f 685/22/408 684/22/407 640/21/408 +f 688/22/412 687/21/411 686/22/411 +f 687/21/411 688/22/412 689/21/412 +f 686/22/414 687/21/414 688/22/413 +f 689/21/413 688/22/413 687/21/414 +f 691/21/414 690/22/413 642/21/413 +f 690/22/413 691/21/414 692/22/414 +f 642/21/412 690/22/412 691/21/411 +f 692/22/411 691/21/411 690/22/412 +f 685/22/410 691/21/414 640/21/410 +f 691/21/414 685/22/410 692/22/414 +f 640/21/408 691/21/411 685/22/408 +f 692/22/411 685/22/408 691/21/411 +f 682/22/408 687/21/411 680/21/408 +f 687/21/411 682/22/408 686/22/411 +f 680/21/410 687/21/414 682/22/410 +f 686/22/414 682/22/410 687/21/414 +f 688/22/412 683/21/409 689/21/412 +f 683/21/409 688/22/412 684/22/409 +f 689/21/413 683/21/407 688/22/413 +f 684/22/407 688/22/413 683/21/407 +f 690/22/413 679/21/407 642/21/413 +f 679/21/407 690/22/413 681/22/407 +f 642/21/412 679/21/409 690/22/412 +f 681/22/409 690/22/412 679/21/409 +f 682/22/415 688/22/415 686/22/415 +f 688/22/415 682/22/415 684/22/415 +f 684/22/415 682/22/415 681/22/415 +f 684/22/415 681/22/415 685/22/415 +f 685/22/415 681/22/415 690/22/415 +f 685/22/415 690/22/415 692/22/415 +f 686/22/416 688/22/416 682/22/416 +f 684/22/416 682/22/416 688/22/416 +f 681/22/416 682/22/416 684/22/416 +f 685/22/416 681/22/416 684/22/416 +f 690/22/416 681/22/416 685/22/416 +f 692/22/416 690/22/416 685/22/416 +f 683/21/416 687/21/416 689/21/416 +f 687/21/416 683/21/416 680/21/416 +f 680/21/416 683/21/416 640/21/416 +f 680/21/416 640/21/416 679/21/416 +f 679/21/416 640/21/416 691/21/416 +f 679/21/416 691/21/416 642/21/416 +f 689/21/415 687/21/415 683/21/415 +f 680/21/415 683/21/415 687/21/415 +f 640/21/415 683/21/415 680/21/415 +f 679/21/415 640/21/415 680/21/415 +f 691/21/415 640/21/415 679/21/415 +f 642/21/415 691/21/415 679/21/415 +f 141/8/3 694/7/3 693/8/3 +f 694/7/3 141/8/3 695/7/3 +f 693/8/4 694/7/4 141/8/4 +f 695/7/4 141/8/4 694/7/4 +f 698/8/417 697/7/6 696/7/417 +f 697/7/6 698/8/417 699/8/6 +f 696/7/418 697/7/5 698/8/418 +f 699/8/5 698/8/418 697/7/5 +f 141/8/5 700/7/5 695/7/5 +f 700/7/5 141/8/5 701/8/5 +f 695/7/6 700/7/6 141/8/6 +f 701/8/6 141/8/6 700/7/6 +f 699/8/6 694/7/419 697/7/6 +f 694/7/419 699/8/6 693/8/419 +f 697/7/5 694/7/420 699/8/5 +f 693/8/420 699/8/5 694/7/420 +f 700/7/2 694/7/2 695/7/2 +f 694/7/2 700/7/2 697/7/2 +f 697/7/2 700/7/2 696/7/2 +f 695/7/1 694/7/1 700/7/1 +f 697/7/1 700/7/1 694/7/1 +f 696/7/1 700/7/1 697/7/1 +f 693/8/1 701/8/1 141/8/1 +f 701/8/1 693/8/1 699/8/1 +f 701/8/1 699/8/1 698/8/1 +f 141/8/2 701/8/2 693/8/2 +f 699/8/2 693/8/2 701/8/2 +f 698/8/2 699/8/2 701/8/2 +f 700/7/4 698/8/4 696/7/4 +f 698/8/4 700/7/4 701/8/4 +f 696/7/3 698/8/3 700/7/3 +f 701/8/3 700/7/3 698/8/3 +f 704/6/1 703/6/1 702/6/1 +f 703/6/1 704/6/1 705/6/1 +f 703/6/1 705/6/1 706/6/1 +f 702/6/2 703/6/2 704/6/2 +f 705/6/2 704/6/2 703/6/2 +f 706/6/2 705/6/2 703/6/2 +f 702/6/5 708/7/5 707/7/5 +f 708/7/5 702/6/5 703/6/5 +f 707/7/6 708/7/6 702/6/6 +f 703/6/6 702/6/6 708/7/6 +f 708/7/4 706/6/4 709/7/4 +f 706/6/4 708/7/4 703/6/4 +f 709/7/3 706/6/3 708/7/3 +f 703/6/3 708/7/3 706/6/3 +f 702/6/3 710/7/3 704/6/3 +f 710/7/3 702/6/3 707/7/3 +f 704/6/4 710/7/4 702/6/4 +f 707/7/4 702/6/4 710/7/4 +f 712/10/256 711/9/256 705/6/5 +f 711/9/256 713/11/256 705/6/5 +f 714/12/256 712/10/256 705/6/5 +f 705/6/5 713/11/256 715/7/5 +f 716/11/256 715/7/5 713/11/256 +f 715/7/5 716/11/256 709/7/256 +f 717/9/256 709/7/256 716/11/256 +f 706/6/256 714/12/256 705/6/5 +f 706/6/256 709/7/256 717/9/256 +f 714/12/256 706/6/256 718/12/256 +f 719/10/256 706/6/256 717/9/256 +f 718/12/256 706/6/256 719/10/256 +f 721/14/258 720/13/258 704/6/258 +f 722/15/258 721/14/258 704/6/258 +f 705/6/5 722/15/258 704/6/258 +f 722/15/258 705/6/5 723/15/258 +f 704/6/258 720/13/258 710/7/258 +f 723/15/258 705/6/5 724/14/258 +f 724/14/258 705/6/5 725/13/258 +f 726/16/258 710/7/258 720/13/258 +f 725/13/258 705/6/5 727/17/258 +f 728/16/258 725/13/258 727/17/258 +f 728/16/258 727/17/258 726/16/258 +f 727/17/258 705/6/5 729/17/258 +f 729/17/258 705/6/5 730/18/258 +f 730/18/258 705/6/5 731/19/258 +f 705/6/5 715/7/5 731/19/258 +f 731/19/258 715/7/5 732/20/258 +f 710/7/258 732/20/258 715/7/5 +f 732/20/258 710/7/258 733/20/258 +f 733/20/258 710/7/258 726/16/258 +f 727/17/258 734/18/258 726/16/258 +f 735/19/258 733/20/258 726/16/258 +f 734/18/258 735/19/258 726/16/258 +f 705/6/6 711/9/255 712/10/255 +f 705/6/6 712/10/255 714/12/255 +f 705/6/6 713/11/255 711/9/255 +f 715/7/6 713/11/255 705/6/6 +f 713/11/255 715/7/6 716/11/255 +f 709/7/255 716/11/255 715/7/6 +f 716/11/255 709/7/255 717/9/255 +f 705/6/6 714/12/255 706/6/255 +f 717/9/255 709/7/255 706/6/255 +f 718/12/255 706/6/255 714/12/255 +f 717/9/255 706/6/255 719/10/255 +f 719/10/255 706/6/255 718/12/255 +f 704/6/257 720/13/257 721/14/257 +f 704/6/257 721/14/257 722/15/257 +f 704/6/257 722/15/257 705/6/6 +f 723/15/257 705/6/6 722/15/257 +f 710/7/257 720/13/257 704/6/257 +f 724/14/257 705/6/6 723/15/257 +f 725/13/257 705/6/6 724/14/257 +f 720/13/257 710/7/257 726/16/257 +f 727/17/257 705/6/6 725/13/257 +f 727/17/257 725/13/257 728/16/257 +f 726/16/257 727/17/257 728/16/257 +f 729/17/257 705/6/6 727/17/257 +f 730/18/257 705/6/6 729/17/257 +f 731/19/257 705/6/6 730/18/257 +f 731/19/257 715/7/6 705/6/6 +f 732/20/257 715/7/6 731/19/257 +f 715/7/6 732/20/257 710/7/257 +f 733/20/257 710/7/257 732/20/257 +f 726/16/257 710/7/257 733/20/257 +f 726/16/257 734/18/257 727/17/257 +f 726/16/257 733/20/257 735/19/257 +f 726/16/257 735/19/257 734/18/257 +f 738/22/421 737/21/422 736/21/421 +f 737/21/422 738/22/421 739/22/422 +f 736/21/423 737/21/424 738/22/423 +f 739/22/424 738/22/423 737/21/424 +f 742/22/423 741/21/424 740/21/423 +f 741/21/424 742/22/423 743/22/424 +f 740/21/421 741/21/422 742/22/421 +f 743/22/422 742/22/421 741/21/422 +f 746/22/426 745/21/425 744/22/425 +f 745/21/425 746/22/426 747/21/426 +f 744/22/428 745/21/428 746/22/427 +f 747/21/427 746/22/427 745/21/428 +f 750/21/428 749/22/427 748/21/427 +f 749/22/427 750/21/428 751/22/428 +f 748/21/426 749/22/426 750/21/425 +f 751/22/425 750/21/425 749/22/426 +f 743/22/424 750/21/428 741/21/424 +f 750/21/428 743/22/424 751/22/428 +f 741/21/422 750/21/425 743/22/422 +f 751/22/425 743/22/422 750/21/425 +f 739/22/422 745/21/425 737/21/422 +f 745/21/425 739/22/422 744/22/425 +f 737/21/424 745/21/428 739/22/424 +f 744/22/428 739/22/424 745/21/428 +f 746/22/426 740/21/423 747/21/426 +f 740/21/423 746/22/426 742/22/423 +f 747/21/427 740/21/421 746/22/427 +f 742/22/421 746/22/427 740/21/421 +f 749/22/427 736/21/421 748/21/427 +f 736/21/421 749/22/427 738/22/421 +f 748/21/426 736/21/423 749/22/426 +f 738/22/423 749/22/426 736/21/423 +f 739/22/429 746/22/429 744/22/429 +f 746/22/429 739/22/429 742/22/429 +f 742/22/429 739/22/429 738/22/429 +f 742/22/429 738/22/429 743/22/429 +f 743/22/429 738/22/429 749/22/429 +f 743/22/429 749/22/429 751/22/429 +f 744/22/430 746/22/430 739/22/430 +f 742/22/430 739/22/430 746/22/430 +f 738/22/430 739/22/430 742/22/430 +f 743/22/430 738/22/430 742/22/430 +f 749/22/430 738/22/430 743/22/430 +f 751/22/430 749/22/430 743/22/430 +f 740/21/430 745/21/430 747/21/430 +f 745/21/430 740/21/430 737/21/430 +f 737/21/430 740/21/430 741/21/430 +f 737/21/430 741/21/430 736/21/430 +f 736/21/430 741/21/430 750/21/430 +f 736/21/430 750/21/430 748/21/430 +f 747/21/429 745/21/429 740/21/429 +f 737/21/429 740/21/429 745/21/429 +f 741/21/429 740/21/429 737/21/429 +f 736/21/429 741/21/429 737/21/429 +f 750/21/429 741/21/429 736/21/429 +f 748/21/429 750/21/429 736/21/429 +f 754/22/431 753/21/432 752/21/431 +f 753/21/432 754/22/431 755/22/432 +f 752/21/433 753/21/434 754/22/433 +f 755/22/434 754/22/433 753/21/434 +f 758/22/433 757/21/434 756/21/433 +f 757/21/434 758/22/433 759/22/434 +f 756/21/431 757/21/432 758/22/431 +f 759/22/432 758/22/431 757/21/432 +f 762/22/436 761/21/435 760/22/435 +f 761/21/435 762/22/436 763/21/436 +f 760/22/438 761/21/438 762/22/437 +f 763/21/437 762/22/437 761/21/438 +f 766/21/438 765/22/437 764/21/437 +f 765/22/437 766/21/438 767/22/438 +f 764/21/436 765/22/436 766/21/435 +f 767/22/435 766/21/435 765/22/436 +f 759/22/434 766/21/438 757/21/434 +f 766/21/438 759/22/434 767/22/438 +f 757/21/432 766/21/435 759/22/432 +f 767/22/435 759/22/432 766/21/435 +f 755/22/432 761/21/435 753/21/432 +f 761/21/435 755/22/432 760/22/435 +f 753/21/434 761/21/438 755/22/434 +f 760/22/438 755/22/434 761/21/438 +f 762/22/436 756/21/433 763/21/436 +f 756/21/433 762/22/436 758/22/433 +f 763/21/437 756/21/431 762/22/437 +f 758/22/431 762/22/437 756/21/431 +f 765/22/437 752/21/431 764/21/437 +f 752/21/431 765/22/437 754/22/431 +f 764/21/436 752/21/433 765/22/436 +f 754/22/433 765/22/436 752/21/433 +f 755/22/439 762/22/439 760/22/439 +f 762/22/439 755/22/439 758/22/439 +f 758/22/439 755/22/439 754/22/439 +f 758/22/439 754/22/439 759/22/439 +f 759/22/439 754/22/439 765/22/439 +f 759/22/439 765/22/439 767/22/439 +f 760/22/440 762/22/440 755/22/440 +f 758/22/440 755/22/440 762/22/440 +f 754/22/440 755/22/440 758/22/440 +f 759/22/440 754/22/440 758/22/440 +f 765/22/440 754/22/440 759/22/440 +f 767/22/440 765/22/440 759/22/440 +f 756/21/440 761/21/440 763/21/440 +f 761/21/440 756/21/440 753/21/440 +f 753/21/440 756/21/440 757/21/440 +f 753/21/440 757/21/440 752/21/440 +f 752/21/440 757/21/440 766/21/440 +f 752/21/440 766/21/440 764/21/440 +f 763/21/439 761/21/439 756/21/439 +f 753/21/439 756/21/439 761/21/439 +f 757/21/439 756/21/439 753/21/439 +f 752/21/439 757/21/439 753/21/439 +f 766/21/439 757/21/439 752/21/439 +f 764/21/439 766/21/439 752/21/439 +f 770/22/431 769/21/432 768/21/431 +f 769/21/432 770/22/431 771/22/432 +f 768/21/433 769/21/434 770/22/433 +f 771/22/434 770/22/433 769/21/434 +f 773/22/433 772/21/434 727/21/433 +f 772/21/434 773/22/433 774/22/434 +f 727/21/431 772/21/432 773/22/431 +f 774/22/432 773/22/431 772/21/432 +f 777/22/436 776/21/435 775/22/435 +f 776/21/435 777/22/436 778/21/436 +f 775/22/438 776/21/438 777/22/437 +f 778/21/437 777/22/437 776/21/438 +f 781/21/438 780/22/437 779/21/437 +f 780/22/437 781/21/438 782/22/438 +f 779/21/436 780/22/436 781/21/435 +f 782/22/435 781/21/435 780/22/436 +f 774/22/434 781/21/438 772/21/434 +f 781/21/438 774/22/434 782/22/438 +f 772/21/432 781/21/435 774/22/432 +f 782/22/435 774/22/432 781/21/435 +f 771/22/432 776/21/435 769/21/432 +f 776/21/435 771/22/432 775/22/435 +f 769/21/434 776/21/438 771/22/434 +f 775/22/438 771/22/434 776/21/438 +f 777/22/436 727/21/433 778/21/436 +f 727/21/433 777/22/436 773/22/433 +f 778/21/437 727/21/431 777/22/437 +f 773/22/431 777/22/437 727/21/431 +f 780/22/437 768/21/431 779/21/437 +f 768/21/431 780/22/437 770/22/431 +f 779/21/436 768/21/433 780/22/436 +f 770/22/433 780/22/436 768/21/433 +f 771/22/439 777/22/439 775/22/439 +f 777/22/439 771/22/439 773/22/439 +f 773/22/439 771/22/439 770/22/439 +f 773/22/439 770/22/439 774/22/439 +f 774/22/439 770/22/439 780/22/439 +f 774/22/439 780/22/439 782/22/439 +f 775/22/440 777/22/440 771/22/440 +f 773/22/440 771/22/440 777/22/440 +f 770/22/440 771/22/440 773/22/440 +f 774/22/440 770/22/440 773/22/440 +f 780/22/440 770/22/440 774/22/440 +f 782/22/440 780/22/440 774/22/440 +f 727/21/440 776/21/440 778/21/440 +f 776/21/440 727/21/440 769/21/440 +f 769/21/440 727/21/440 772/21/440 +f 769/21/440 772/21/440 768/21/440 +f 768/21/440 772/21/440 781/21/440 +f 768/21/440 781/21/440 779/21/440 +f 778/21/439 776/21/439 727/21/439 +f 769/21/439 727/21/439 776/21/439 +f 772/21/439 727/21/439 769/21/439 +f 768/21/439 772/21/439 769/21/439 +f 781/21/439 772/21/439 768/21/439 +f 779/21/439 781/21/439 768/21/439 +f 785/8/277 784/7/277 783/8/277 +f 784/7/277 785/8/277 786/7/277 +f 783/8/278 784/7/278 785/8/278 +f 786/7/278 785/8/278 784/7/278 +f 789/8/394 788/7/275 787/7/394 +f 788/7/275 789/8/394 790/8/275 +f 787/7/393 788/7/276 789/8/393 +f 790/8/276 789/8/393 788/7/276 +f 785/8/276 791/7/276 786/7/276 +f 791/7/276 785/8/276 792/8/276 +f 786/7/275 791/7/275 785/8/275 +f 792/8/275 785/8/275 791/7/275 +f 790/8/275 784/7/396 788/7/275 +f 784/7/396 790/8/275 783/8/396 +f 788/7/276 784/7/395 790/8/276 +f 783/8/395 790/8/276 784/7/395 +f 791/7/2 784/7/2 786/7/2 +f 784/7/2 791/7/2 788/7/2 +f 788/7/2 791/7/2 787/7/2 +f 786/7/1 784/7/1 791/7/1 +f 788/7/1 791/7/1 784/7/1 +f 787/7/1 791/7/1 788/7/1 +f 783/8/1 792/8/1 785/8/1 +f 792/8/1 783/8/1 790/8/1 +f 792/8/1 790/8/1 789/8/1 +f 785/8/2 792/8/2 783/8/2 +f 790/8/2 783/8/2 792/8/2 +f 789/8/2 790/8/2 792/8/2 +f 791/7/278 789/8/278 787/7/278 +f 789/8/278 791/7/278 792/8/278 +f 787/7/277 789/8/277 791/7/277 +f 792/8/277 791/7/277 789/8/277 +f 795/6/1 794/6/1 793/6/1 +f 794/6/1 795/6/1 796/6/1 +f 794/6/1 796/6/1 797/6/1 +f 793/6/2 794/6/2 795/6/2 +f 796/6/2 795/6/2 794/6/2 +f 797/6/2 796/6/2 794/6/2 +f 793/6/276 799/7/276 798/7/276 +f 799/7/276 793/6/276 794/6/276 +f 798/7/275 799/7/275 793/6/275 +f 794/6/275 793/6/275 799/7/275 +f 799/7/278 797/6/278 800/7/278 +f 797/6/278 799/7/278 794/6/278 +f 800/7/277 797/6/277 799/7/277 +f 794/6/277 799/7/277 797/6/277 +f 793/6/277 801/7/277 795/6/277 +f 801/7/277 793/6/277 798/7/277 +f 795/6/278 801/7/278 793/6/278 +f 798/7/278 793/6/278 801/7/278 +f 803/10/171 802/9/171 796/6/276 +f 802/9/171 804/11/171 796/6/276 +f 805/12/171 803/10/171 796/6/276 +f 796/6/276 804/11/171 806/7/276 +f 807/11/171 806/7/276 804/11/171 +f 806/7/276 807/11/171 800/7/171 +f 808/9/171 800/7/171 807/11/171 +f 797/6/171 805/12/171 796/6/276 +f 797/6/171 800/7/171 808/9/171 +f 805/12/171 797/6/171 809/12/171 +f 810/10/171 797/6/171 808/9/171 +f 809/12/171 797/6/171 810/10/171 +f 812/14/173 811/13/173 795/6/173 +f 813/15/173 812/14/173 795/6/173 +f 796/6/276 813/15/173 795/6/173 +f 813/15/173 796/6/276 814/15/173 +f 795/6/173 811/13/173 801/7/173 +f 814/15/173 796/6/276 815/14/173 +f 815/14/173 796/6/276 816/13/173 +f 817/16/173 801/7/173 811/13/173 +f 816/13/173 796/6/276 818/17/173 +f 819/16/173 816/13/173 818/17/173 +f 819/16/173 818/17/173 817/16/173 +f 818/17/173 796/6/276 820/17/173 +f 820/17/173 796/6/276 821/18/173 +f 821/18/173 796/6/276 822/19/173 +f 796/6/276 806/7/276 822/19/173 +f 822/19/173 806/7/276 823/20/173 +f 801/7/173 823/20/173 806/7/276 +f 823/20/173 801/7/173 824/20/173 +f 824/20/173 801/7/173 817/16/173 +f 818/17/173 825/18/173 817/16/173 +f 826/19/173 824/20/173 817/16/173 +f 825/18/173 826/19/173 817/16/173 +f 796/6/275 802/9/172 803/10/172 +f 796/6/275 803/10/172 805/12/172 +f 796/6/275 804/11/172 802/9/172 +f 806/7/275 804/11/172 796/6/275 +f 804/11/172 806/7/275 807/11/172 +f 800/7/172 807/11/172 806/7/275 +f 807/11/172 800/7/172 808/9/172 +f 796/6/275 805/12/172 797/6/172 +f 808/9/172 800/7/172 797/6/172 +f 809/12/172 797/6/172 805/12/172 +f 808/9/172 797/6/172 810/10/172 +f 810/10/172 797/6/172 809/12/172 +f 795/6/174 811/13/174 812/14/174 +f 795/6/174 812/14/174 813/15/174 +f 795/6/174 813/15/174 796/6/275 +f 814/15/174 796/6/275 813/15/174 +f 801/7/174 811/13/174 795/6/174 +f 815/14/174 796/6/275 814/15/174 +f 816/13/174 796/6/275 815/14/174 +f 811/13/174 801/7/174 817/16/174 +f 818/17/174 796/6/275 816/13/174 +f 818/17/174 816/13/174 819/16/174 +f 817/16/174 818/17/174 819/16/174 +f 820/17/174 796/6/275 818/17/174 +f 821/18/174 796/6/275 820/17/174 +f 822/19/174 796/6/275 821/18/174 +f 822/19/174 806/7/275 796/6/275 +f 823/20/174 806/7/275 822/19/174 +f 806/7/275 823/20/174 801/7/174 +f 824/20/174 801/7/174 823/20/174 +f 817/16/174 801/7/174 824/20/174 +f 817/16/174 825/18/174 818/17/174 +f 817/16/174 824/20/174 826/19/174 +f 817/16/174 826/19/174 825/18/174 +f 829/22/441 828/21/442 827/21/441 +f 828/21/442 829/22/441 830/22/442 +f 827/21/443 828/21/444 829/22/443 +f 830/22/444 829/22/443 828/21/444 +f 833/22/443 832/21/444 831/21/443 +f 832/21/444 833/22/443 834/22/444 +f 831/21/441 832/21/442 833/22/441 +f 834/22/442 833/22/441 832/21/442 +f 837/22/446 836/21/445 835/22/445 +f 836/21/445 837/22/446 838/21/446 +f 835/22/448 836/21/448 837/22/447 +f 838/21/447 837/22/447 836/21/448 +f 841/21/448 840/22/447 839/21/447 +f 840/22/447 841/21/448 842/22/448 +f 839/21/446 840/22/446 841/21/445 +f 842/22/445 841/21/445 840/22/446 +f 834/22/444 841/21/448 832/21/444 +f 841/21/448 834/22/444 842/22/448 +f 832/21/442 841/21/445 834/22/442 +f 842/22/445 834/22/442 841/21/445 +f 830/22/442 836/21/445 828/21/442 +f 836/21/445 830/22/442 835/22/445 +f 828/21/444 836/21/448 830/22/444 +f 835/22/448 830/22/444 836/21/448 +f 837/22/446 831/21/443 838/21/446 +f 831/21/443 837/22/446 833/22/443 +f 838/21/447 831/21/441 837/22/447 +f 833/22/441 837/22/447 831/21/441 +f 840/22/447 827/21/441 839/21/447 +f 827/21/441 840/22/447 829/22/441 +f 839/21/446 827/21/443 840/22/446 +f 829/22/443 840/22/446 827/21/443 +f 830/22/449 837/22/449 835/22/449 +f 837/22/449 830/22/449 833/22/449 +f 833/22/449 830/22/449 829/22/449 +f 833/22/449 829/22/449 834/22/449 +f 834/22/449 829/22/449 840/22/449 +f 834/22/449 840/22/449 842/22/449 +f 835/22/450 837/22/450 830/22/450 +f 833/22/450 830/22/450 837/22/450 +f 829/22/450 830/22/450 833/22/450 +f 834/22/450 829/22/450 833/22/450 +f 840/22/450 829/22/450 834/22/450 +f 842/22/450 840/22/450 834/22/450 +f 831/21/450 836/21/450 838/21/450 +f 836/21/450 831/21/450 828/21/450 +f 828/21/450 831/21/450 832/21/450 +f 828/21/450 832/21/450 827/21/450 +f 827/21/450 832/21/450 841/21/450 +f 827/21/450 841/21/450 839/21/450 +f 838/21/449 836/21/449 831/21/449 +f 828/21/449 831/21/449 836/21/449 +f 832/21/449 831/21/449 828/21/449 +f 827/21/449 832/21/449 828/21/449 +f 841/21/449 832/21/449 827/21/449 +f 839/21/449 841/21/449 827/21/449 +f 845/22/451 844/21/452 843/21/451 +f 844/21/452 845/22/451 846/22/452 +f 843/21/453 844/21/454 845/22/453 +f 846/22/454 845/22/453 844/21/454 +f 849/22/453 848/21/454 847/21/453 +f 848/21/454 849/22/453 850/22/454 +f 847/21/451 848/21/452 849/22/451 +f 850/22/452 849/22/451 848/21/452 +f 853/22/456 852/21/455 851/22/455 +f 852/21/455 853/22/456 854/21/456 +f 851/22/458 852/21/458 853/22/457 +f 854/21/457 853/22/457 852/21/458 +f 815/21/458 856/22/457 855/21/457 +f 856/22/457 815/21/458 857/22/458 +f 855/21/456 856/22/456 815/21/455 +f 857/22/455 815/21/455 856/22/456 +f 850/22/454 815/21/458 848/21/454 +f 815/21/458 850/22/454 857/22/458 +f 848/21/452 815/21/455 850/22/452 +f 857/22/455 850/22/452 815/21/455 +f 846/22/452 852/21/455 844/21/452 +f 852/21/455 846/22/452 851/22/455 +f 844/21/454 852/21/458 846/22/454 +f 851/22/458 846/22/454 852/21/458 +f 853/22/456 847/21/453 854/21/456 +f 847/21/453 853/22/456 849/22/453 +f 854/21/457 847/21/451 853/22/457 +f 849/22/451 853/22/457 847/21/451 +f 856/22/457 843/21/451 855/21/457 +f 843/21/451 856/22/457 845/22/451 +f 855/21/456 843/21/453 856/22/456 +f 845/22/453 856/22/456 843/21/453 +f 846/22/459 853/22/459 851/22/459 +f 853/22/459 846/22/459 849/22/459 +f 849/22/459 846/22/459 845/22/459 +f 849/22/459 845/22/459 850/22/459 +f 850/22/459 845/22/459 856/22/459 +f 850/22/459 856/22/459 857/22/459 +f 851/22/460 853/22/460 846/22/460 +f 849/22/460 846/22/460 853/22/460 +f 845/22/460 846/22/460 849/22/460 +f 850/22/460 845/22/460 849/22/460 +f 856/22/460 845/22/460 850/22/460 +f 857/22/460 856/22/460 850/22/460 +f 847/21/460 852/21/460 854/21/460 +f 852/21/460 847/21/460 844/21/460 +f 844/21/460 847/21/460 848/21/460 +f 844/21/460 848/21/460 843/21/460 +f 843/21/460 848/21/460 815/21/460 +f 843/21/460 815/21/460 855/21/460 +f 854/21/459 852/21/459 847/21/459 +f 844/21/459 847/21/459 852/21/459 +f 848/21/459 847/21/459 844/21/459 +f 843/21/459 848/21/459 844/21/459 +f 815/21/459 848/21/459 843/21/459 +f 855/21/459 815/21/459 843/21/459 +f 860/22/451 859/21/452 858/21/451 +f 859/21/452 860/22/451 861/22/452 +f 858/21/453 859/21/454 860/22/453 +f 861/22/454 860/22/453 859/21/454 +f 864/22/453 863/21/454 862/21/453 +f 863/21/454 864/22/453 865/22/454 +f 862/21/451 863/21/452 864/22/451 +f 865/22/452 864/22/451 863/21/452 +f 867/22/456 826/21/455 866/22/455 +f 826/21/455 867/22/456 868/21/456 +f 866/22/458 826/21/458 867/22/457 +f 868/21/457 867/22/457 826/21/458 +f 871/21/458 870/22/457 869/21/457 +f 870/22/457 871/21/458 872/22/458 +f 869/21/456 870/22/456 871/21/455 +f 872/22/455 871/21/455 870/22/456 +f 865/22/454 871/21/458 863/21/454 +f 871/21/458 865/22/454 872/22/458 +f 863/21/452 871/21/455 865/22/452 +f 872/22/455 865/22/452 871/21/455 +f 861/22/452 826/21/455 859/21/452 +f 826/21/455 861/22/452 866/22/455 +f 859/21/454 826/21/458 861/22/454 +f 866/22/458 861/22/454 826/21/458 +f 867/22/456 862/21/453 868/21/456 +f 862/21/453 867/22/456 864/22/453 +f 868/21/457 862/21/451 867/22/457 +f 864/22/451 867/22/457 862/21/451 +f 870/22/457 858/21/451 869/21/457 +f 858/21/451 870/22/457 860/22/451 +f 869/21/456 858/21/453 870/22/456 +f 860/22/453 870/22/456 858/21/453 +f 861/22/459 867/22/459 866/22/459 +f 867/22/459 861/22/459 864/22/459 +f 864/22/459 861/22/459 860/22/459 +f 864/22/459 860/22/459 865/22/459 +f 865/22/459 860/22/459 870/22/459 +f 865/22/459 870/22/459 872/22/459 +f 866/22/460 867/22/460 861/22/460 +f 864/22/460 861/22/460 867/22/460 +f 860/22/460 861/22/460 864/22/460 +f 865/22/460 860/22/460 864/22/460 +f 870/22/460 860/22/460 865/22/460 +f 872/22/460 870/22/460 865/22/460 +f 862/21/460 826/21/460 868/21/460 +f 826/21/460 862/21/460 859/21/460 +f 859/21/460 862/21/460 863/21/460 +f 859/21/460 863/21/460 858/21/460 +f 858/21/460 863/21/460 871/21/460 +f 858/21/460 871/21/460 869/21/460 +f 868/21/459 826/21/459 862/21/459 +f 859/21/459 862/21/459 826/21/459 +f 863/21/459 862/21/459 859/21/459 +f 858/21/459 863/21/459 859/21/459 +f 871/21/459 863/21/459 858/21/459 +f 869/21/459 871/21/459 858/21/459 +f 340/8/127 874/7/127 873/8/127 +f 874/7/127 340/8/127 875/7/127 +f 873/8/128 874/7/128 340/8/128 +f 875/7/128 340/8/128 874/7/128 +f 878/8/461 877/7/130 876/7/461 +f 877/7/130 878/8/461 879/8/130 +f 876/7/462 877/7/129 878/8/462 +f 879/8/129 878/8/462 877/7/129 +f 340/8/129 880/7/129 875/7/129 +f 880/7/129 340/8/129 881/8/129 +f 875/7/130 880/7/130 340/8/130 +f 881/8/130 340/8/130 880/7/130 +f 879/8/130 874/7/463 877/7/130 +f 874/7/463 879/8/130 873/8/463 +f 877/7/129 874/7/464 879/8/129 +f 873/8/464 879/8/129 874/7/464 +f 880/7/2 874/7/2 875/7/2 +f 874/7/2 880/7/2 877/7/2 +f 877/7/2 880/7/2 876/7/2 +f 875/7/1 874/7/1 880/7/1 +f 877/7/1 880/7/1 874/7/1 +f 876/7/1 880/7/1 877/7/1 +f 873/8/1 881/8/1 340/8/1 +f 881/8/1 873/8/1 879/8/1 +f 881/8/1 879/8/1 878/8/1 +f 340/8/2 881/8/2 873/8/2 +f 879/8/2 873/8/2 881/8/2 +f 878/8/2 879/8/2 881/8/2 +f 880/7/128 878/8/128 876/7/128 +f 878/8/128 880/7/128 881/8/128 +f 876/7/127 878/8/127 880/7/127 +f 881/8/127 880/7/127 878/8/127 +f 884/6/1 883/6/1 882/6/1 +f 883/6/1 884/6/1 885/6/1 +f 883/6/1 885/6/1 886/6/1 +f 882/6/2 883/6/2 884/6/2 +f 885/6/2 884/6/2 883/6/2 +f 886/6/2 885/6/2 883/6/2 +f 882/6/129 888/7/129 887/7/129 +f 888/7/129 882/6/129 883/6/129 +f 887/7/130 888/7/130 882/6/130 +f 883/6/130 882/6/130 888/7/130 +f 888/7/128 886/6/128 889/7/128 +f 886/6/128 888/7/128 883/6/128 +f 889/7/127 886/6/127 888/7/127 +f 883/6/127 888/7/127 886/6/127 +f 882/6/127 890/7/127 884/6/127 +f 890/7/127 882/6/127 887/7/127 +f 884/6/128 890/7/128 882/6/128 +f 887/7/128 882/6/128 890/7/128 +f 892/10/360 891/9/360 885/6/129 +f 891/9/360 893/11/360 885/6/129 +f 894/12/360 892/10/360 885/6/129 +f 885/6/129 893/11/360 895/7/129 +f 896/11/360 895/7/129 893/11/360 +f 895/7/129 896/11/360 889/7/360 +f 897/9/360 889/7/360 896/11/360 +f 886/6/360 894/12/360 885/6/129 +f 886/6/360 889/7/360 897/9/360 +f 894/12/360 886/6/360 898/12/360 +f 899/10/360 886/6/360 897/9/360 +f 898/12/360 886/6/360 899/10/360 +f 901/14/362 900/13/362 884/6/362 +f 902/15/362 901/14/362 884/6/362 +f 885/6/129 902/15/362 884/6/362 +f 902/15/362 885/6/129 903/15/362 +f 884/6/362 900/13/362 890/7/362 +f 903/15/362 885/6/129 904/14/362 +f 904/14/362 885/6/129 905/13/362 +f 906/16/362 890/7/362 900/13/362 +f 905/13/362 885/6/129 907/17/362 +f 908/16/362 905/13/362 907/17/362 +f 908/16/362 907/17/362 906/16/362 +f 907/17/362 885/6/129 909/17/362 +f 909/17/362 885/6/129 910/18/362 +f 910/18/362 885/6/129 911/19/362 +f 885/6/129 895/7/129 911/19/362 +f 911/19/362 895/7/129 912/20/362 +f 890/7/362 912/20/362 895/7/129 +f 912/20/362 890/7/362 913/20/362 +f 913/20/362 890/7/362 906/16/362 +f 907/17/362 914/18/362 906/16/362 +f 915/19/362 913/20/362 906/16/362 +f 914/18/362 915/19/362 906/16/362 +f 885/6/130 891/9/359 892/10/359 +f 885/6/130 892/10/359 894/12/359 +f 885/6/130 893/11/359 891/9/359 +f 895/7/130 893/11/359 885/6/130 +f 893/11/359 895/7/130 896/11/359 +f 889/7/359 896/11/359 895/7/130 +f 896/11/359 889/7/359 897/9/359 +f 885/6/130 894/12/359 886/6/359 +f 897/9/359 889/7/359 886/6/359 +f 898/12/359 886/6/359 894/12/359 +f 897/9/359 886/6/359 899/10/359 +f 899/10/359 886/6/359 898/12/359 +f 884/6/361 900/13/361 901/14/361 +f 884/6/361 901/14/361 902/15/361 +f 884/6/361 902/15/361 885/6/130 +f 903/15/361 885/6/130 902/15/361 +f 890/7/361 900/13/361 884/6/361 +f 904/14/361 885/6/130 903/15/361 +f 905/13/361 885/6/130 904/14/361 +f 900/13/361 890/7/361 906/16/361 +f 907/17/361 885/6/130 905/13/361 +f 907/17/361 905/13/361 908/16/361 +f 906/16/361 907/17/361 908/16/361 +f 909/17/361 885/6/130 907/17/361 +f 910/18/361 885/6/130 909/17/361 +f 911/19/361 885/6/130 910/18/361 +f 911/19/361 895/7/130 885/6/130 +f 912/20/361 895/7/130 911/19/361 +f 895/7/130 912/20/361 890/7/361 +f 913/20/361 890/7/361 912/20/361 +f 906/16/361 890/7/361 913/20/361 +f 906/16/361 914/18/361 907/17/361 +f 906/16/361 913/20/361 915/19/361 +f 906/16/361 915/19/361 914/18/361 +f 918/22/465 917/21/466 916/21/465 +f 917/21/466 918/22/465 919/22/466 +f 916/21/467 917/21/468 918/22/467 +f 919/22/468 918/22/467 917/21/468 +f 922/22/467 921/21/468 920/21/467 +f 921/21/468 922/22/467 923/22/468 +f 920/21/465 921/21/466 922/22/465 +f 923/22/466 922/22/465 921/21/466 +f 926/22/470 925/21/469 924/22/469 +f 925/21/469 926/22/470 927/21/470 +f 924/22/472 925/21/472 926/22/471 +f 927/21/471 926/22/471 925/21/472 +f 930/21/472 929/22/471 928/21/471 +f 929/22/471 930/21/472 931/22/472 +f 928/21/470 929/22/470 930/21/469 +f 931/22/469 930/21/469 929/22/470 +f 923/22/468 930/21/472 921/21/468 +f 930/21/472 923/22/468 931/22/472 +f 921/21/466 930/21/469 923/22/466 +f 931/22/469 923/22/466 930/21/469 +f 919/22/466 925/21/469 917/21/466 +f 925/21/469 919/22/466 924/22/469 +f 917/21/468 925/21/472 919/22/468 +f 924/22/472 919/22/468 925/21/472 +f 926/22/470 920/21/467 927/21/470 +f 920/21/467 926/22/470 922/22/467 +f 927/21/471 920/21/465 926/22/471 +f 922/22/465 926/22/471 920/21/465 +f 929/22/471 916/21/465 928/21/471 +f 916/21/465 929/22/471 918/22/465 +f 928/21/470 916/21/467 929/22/470 +f 918/22/467 929/22/470 916/21/467 +f 919/22/473 926/22/473 924/22/473 +f 926/22/473 919/22/473 922/22/473 +f 922/22/473 919/22/473 918/22/473 +f 922/22/473 918/22/473 923/22/473 +f 923/22/473 918/22/473 929/22/473 +f 923/22/473 929/22/473 931/22/473 +f 924/22/474 926/22/474 919/22/474 +f 922/22/474 919/22/474 926/22/474 +f 918/22/474 919/22/474 922/22/474 +f 923/22/474 918/22/474 922/22/474 +f 929/22/474 918/22/474 923/22/474 +f 931/22/474 929/22/474 923/22/474 +f 920/21/474 925/21/474 927/21/474 +f 925/21/474 920/21/474 917/21/474 +f 917/21/474 920/21/474 921/21/474 +f 917/21/474 921/21/474 916/21/474 +f 916/21/474 921/21/474 930/21/474 +f 916/21/474 930/21/474 928/21/474 +f 927/21/473 925/21/473 920/21/473 +f 917/21/473 920/21/473 925/21/473 +f 921/21/473 920/21/473 917/21/473 +f 916/21/473 921/21/473 917/21/473 +f 930/21/473 921/21/473 916/21/473 +f 928/21/473 930/21/473 916/21/473 +f 934/22/475 933/21/476 932/21/475 +f 933/21/476 934/22/475 935/22/476 +f 932/21/477 933/21/478 934/22/477 +f 935/22/478 934/22/477 933/21/478 +f 938/22/477 937/21/478 936/21/477 +f 937/21/478 938/22/477 939/22/478 +f 936/21/475 937/21/476 938/22/475 +f 939/22/476 938/22/475 937/21/476 +f 942/22/480 941/21/479 940/22/479 +f 941/21/479 942/22/480 943/21/480 +f 940/22/482 941/21/482 942/22/481 +f 943/21/481 942/22/481 941/21/482 +f 946/21/482 945/22/481 944/21/481 +f 945/22/481 946/21/482 947/22/482 +f 944/21/480 945/22/480 946/21/479 +f 947/22/479 946/21/479 945/22/480 +f 939/22/478 946/21/482 937/21/478 +f 946/21/482 939/22/478 947/22/482 +f 937/21/476 946/21/479 939/22/476 +f 947/22/479 939/22/476 946/21/479 +f 935/22/476 941/21/479 933/21/476 +f 941/21/479 935/22/476 940/22/479 +f 933/21/478 941/21/482 935/22/478 +f 940/22/482 935/22/478 941/21/482 +f 942/22/480 936/21/477 943/21/480 +f 936/21/477 942/22/480 938/22/477 +f 943/21/481 936/21/475 942/22/481 +f 938/22/475 942/22/481 936/21/475 +f 945/22/481 932/21/475 944/21/481 +f 932/21/475 945/22/481 934/22/475 +f 944/21/480 932/21/477 945/22/480 +f 934/22/477 945/22/480 932/21/477 +f 935/22/483 942/22/483 940/22/483 +f 942/22/483 935/22/483 938/22/483 +f 938/22/483 935/22/483 934/22/483 +f 938/22/483 934/22/483 939/22/483 +f 939/22/483 934/22/483 945/22/483 +f 939/22/483 945/22/483 947/22/483 +f 940/22/484 942/22/484 935/22/484 +f 938/22/484 935/22/484 942/22/484 +f 934/22/484 935/22/484 938/22/484 +f 939/22/484 934/22/484 938/22/484 +f 945/22/484 934/22/484 939/22/484 +f 947/22/484 945/22/484 939/22/484 +f 936/21/484 941/21/484 943/21/484 +f 941/21/484 936/21/484 933/21/484 +f 933/21/484 936/21/484 937/21/484 +f 933/21/484 937/21/484 932/21/484 +f 932/21/484 937/21/484 946/21/484 +f 932/21/484 946/21/484 944/21/484 +f 943/21/483 941/21/483 936/21/483 +f 933/21/483 936/21/483 941/21/483 +f 937/21/483 936/21/483 933/21/483 +f 932/21/483 937/21/483 933/21/483 +f 946/21/483 937/21/483 932/21/483 +f 944/21/483 946/21/483 932/21/483 +f 950/22/475 949/21/476 948/21/475 +f 949/21/476 950/22/475 951/22/476 +f 948/21/477 949/21/478 950/22/477 +f 951/22/478 950/22/477 949/21/478 +f 954/22/477 953/21/478 952/21/477 +f 953/21/478 954/22/477 955/22/478 +f 952/21/475 953/21/476 954/22/475 +f 955/22/476 954/22/475 953/21/476 +f 958/22/480 957/21/479 956/22/479 +f 957/21/479 958/22/480 959/21/480 +f 956/22/482 957/21/482 958/22/481 +f 959/21/481 958/22/481 957/21/482 +f 962/21/482 961/22/481 960/21/481 +f 961/22/481 962/21/482 963/22/482 +f 960/21/480 961/22/480 962/21/479 +f 963/22/479 962/21/479 961/22/480 +f 955/22/478 962/21/482 953/21/478 +f 962/21/482 955/22/478 963/22/482 +f 953/21/476 962/21/479 955/22/476 +f 963/22/479 955/22/476 962/21/479 +f 951/22/476 957/21/479 949/21/476 +f 957/21/479 951/22/476 956/22/479 +f 949/21/478 957/21/482 951/22/478 +f 956/22/482 951/22/478 957/21/482 +f 958/22/480 952/21/477 959/21/480 +f 952/21/477 958/22/480 954/22/477 +f 959/21/481 952/21/475 958/22/481 +f 954/22/475 958/22/481 952/21/475 +f 961/22/481 948/21/475 960/21/481 +f 948/21/475 961/22/481 950/22/475 +f 960/21/480 948/21/477 961/22/480 +f 950/22/477 961/22/480 948/21/477 +f 951/22/483 958/22/483 956/22/483 +f 958/22/483 951/22/483 954/22/483 +f 954/22/483 951/22/483 950/22/483 +f 954/22/483 950/22/483 955/22/483 +f 955/22/483 950/22/483 961/22/483 +f 955/22/483 961/22/483 963/22/483 +f 956/22/484 958/22/484 951/22/484 +f 954/22/484 951/22/484 958/22/484 +f 950/22/484 951/22/484 954/22/484 +f 955/22/484 950/22/484 954/22/484 +f 961/22/484 950/22/484 955/22/484 +f 963/22/484 961/22/484 955/22/484 +f 952/21/484 957/21/484 959/21/484 +f 957/21/484 952/21/484 949/21/484 +f 949/21/484 952/21/484 953/21/484 +f 949/21/484 953/21/484 948/21/484 +f 948/21/484 953/21/484 962/21/484 +f 948/21/484 962/21/484 960/21/484 +f 959/21/483 957/21/483 952/21/483 +f 949/21/483 952/21/483 957/21/483 +f 953/21/483 952/21/483 949/21/483 +f 948/21/483 953/21/483 949/21/483 +f 962/21/483 953/21/483 948/21/483 +f 960/21/483 962/21/483 948/21/483 +f 966/6/1 965/6/1 964/6/1 +f 965/6/1 966/6/1 967/6/1 +f 965/6/1 967/6/1 968/6/1 +f 968/6/1 967/6/1 969/6/1 +f 968/6/1 969/6/1 970/6/1 +f 970/6/1 969/6/1 971/6/1 +f 970/6/1 971/6/1 972/6/1 +f 972/6/1 971/6/1 973/6/1 +f 964/6/2 965/6/2 966/6/2 +f 967/6/2 966/6/2 965/6/2 +f 968/6/2 967/6/2 965/6/2 +f 969/6/2 967/6/2 968/6/2 +f 970/6/2 969/6/2 968/6/2 +f 971/6/2 969/6/2 970/6/2 +f 972/6/2 971/6/2 970/6/2 +f 973/6/2 971/6/2 972/6/2 +f 966/6/130 391/7/130 974/7/130 +f 391/7/130 966/6/130 964/6/130 +f 974/7/129 391/7/129 966/6/129 +f 964/6/129 966/6/129 391/7/129 +f 975/7/364 966/6/363 974/7/363 +f 966/6/363 975/7/364 967/6/364 +f 974/7/366 966/6/366 975/7/365 +f 967/6/365 975/7/365 966/6/366 +f 976/7/367 967/6/364 975/7/364 +f 967/6/364 976/7/367 969/6/367 +f 975/7/365 967/6/365 976/7/368 +f 969/6/368 976/7/368 967/6/365 +f 971/6/369 976/7/367 977/7/369 +f 976/7/367 971/6/369 969/6/367 +f 977/7/370 976/7/368 971/6/370 +f 969/6/368 971/6/370 976/7/368 +f 973/6/374 977/7/369 978/7/374 +f 977/7/369 973/6/374 971/6/369 +f 978/7/373 977/7/370 973/6/373 +f 971/6/370 973/6/373 977/7/370 +f 399/7/128 973/6/128 978/7/128 +f 973/6/128 399/7/128 972/6/128 +f 978/7/127 973/6/127 399/7/127 +f 972/6/127 399/7/127 973/6/127 +f 970/6/370 399/7/373 397/7/370 +f 399/7/373 970/6/370 972/6/373 +f 397/7/369 399/7/374 970/6/369 +f 972/6/374 970/6/369 399/7/374 +f 968/6/368 397/7/370 395/7/368 +f 397/7/370 968/6/368 970/6/370 +f 395/7/367 397/7/369 968/6/367 +f 970/6/369 968/6/367 397/7/369 +f 968/6/368 392/7/365 965/6/365 +f 392/7/365 968/6/368 395/7/368 +f 965/6/364 392/7/364 968/6/367 +f 395/7/367 968/6/367 392/7/364 +f 965/6/365 391/7/366 964/6/366 +f 391/7/366 965/6/365 392/7/365 +f 964/6/363 391/7/363 965/6/364 +f 392/7/364 965/6/364 391/7/363 +f 980/7/2 979/7/2 411/7/2 +f 979/7/2 980/7/2 412/7/2 +f 979/7/2 412/7/2 981/7/2 +f 981/7/2 412/7/2 982/7/2 +f 981/7/2 982/7/2 983/7/2 +f 983/7/2 982/7/2 984/7/2 +f 984/7/2 982/7/2 414/7/2 +f 984/7/2 414/7/2 985/7/2 +f 411/7/1 979/7/1 980/7/1 +f 412/7/1 980/7/1 979/7/1 +f 981/7/1 412/7/1 979/7/1 +f 982/7/1 412/7/1 981/7/1 +f 983/7/1 982/7/1 981/7/1 +f 984/7/1 982/7/1 983/7/1 +f 414/7/1 982/7/1 984/7/1 +f 985/7/1 414/7/1 984/7/1 +f 986/8/1 410/8/1 402/8/1 +f 410/8/1 986/8/1 409/8/1 +f 409/8/1 986/8/1 987/8/1 +f 409/8/1 987/8/1 408/8/1 +f 408/8/1 987/8/1 988/8/1 +f 408/8/1 988/8/1 989/8/1 +f 408/8/1 989/8/1 407/8/1 +f 407/8/1 989/8/1 990/8/1 +f 402/8/2 410/8/2 986/8/2 +f 409/8/2 986/8/2 410/8/2 +f 987/8/2 986/8/2 409/8/2 +f 408/8/2 987/8/2 409/8/2 +f 988/8/2 987/8/2 408/8/2 +f 989/8/2 988/8/2 408/8/2 +f 407/8/2 989/8/2 408/8/2 +f 990/8/2 989/8/2 407/8/2 +f 986/8/130 411/7/130 979/7/130 +f 411/7/130 986/8/130 402/8/130 +f 979/7/129 411/7/129 986/8/129 +f 402/8/129 986/8/129 411/7/129 +f 981/7/364 986/8/363 979/7/363 +f 986/8/363 981/7/364 987/8/364 +f 979/7/366 986/8/366 981/7/365 +f 987/8/365 981/7/365 986/8/366 +f 983/7/367 987/8/364 981/7/364 +f 987/8/364 983/7/367 988/8/367 +f 981/7/365 987/8/365 983/7/368 +f 988/8/368 983/7/368 987/8/365 +f 989/8/369 983/7/367 984/7/369 +f 983/7/367 989/8/369 988/8/367 +f 984/7/370 983/7/368 989/8/370 +f 988/8/368 989/8/370 983/7/368 +f 990/8/371 984/7/369 985/7/371 +f 984/7/369 990/8/371 989/8/369 +f 985/7/372 984/7/370 990/8/372 +f 989/8/370 990/8/372 984/7/370 +f 414/7/128 990/8/128 985/7/128 +f 990/8/128 414/7/128 407/8/128 +f 985/7/127 990/8/127 414/7/127 +f 407/8/127 414/7/127 990/8/127 +f 408/8/370 414/7/373 982/7/370 +f 414/7/373 408/8/370 407/8/373 +f 982/7/369 414/7/374 408/8/369 +f 407/8/374 408/8/369 414/7/374 +f 409/8/368 982/7/370 412/7/368 +f 982/7/370 409/8/368 408/8/370 +f 412/7/367 982/7/369 409/8/367 +f 408/8/369 409/8/367 982/7/369 +f 409/8/368 980/7/365 410/8/365 +f 980/7/365 409/8/368 412/7/368 +f 410/8/364 980/7/364 409/8/367 +f 412/7/367 409/8/367 980/7/364 +f 410/8/365 411/7/366 402/8/366 +f 411/7/366 410/8/365 980/7/365 +f 402/8/363 411/7/363 410/8/364 +f 980/7/364 410/8/364 411/7/363 +f 993/8/486 992/7/485 991/8/485 +f 992/7/485 993/8/486 994/7/486 +f 991/8/488 992/7/488 993/8/487 +f 994/7/487 993/8/487 992/7/488 +f 997/8/489 996/7/490 995/7/489 +f 996/7/490 997/8/489 998/8/490 +f 995/7/491 996/7/492 997/8/491 +f 998/8/492 997/8/491 996/7/492 +f 998/8/490 999/7/493 996/7/490 +f 999/7/493 998/8/490 1000/8/493 +f 996/7/492 999/7/494 998/8/492 +f 1000/8/494 998/8/492 999/7/494 +f 1003/7/496 1002/8/495 1001/7/495 +f 1002/8/495 1003/7/496 1004/8/496 +f 1001/7/498 1002/8/498 1003/7/497 +f 1004/8/497 1003/7/497 1002/8/498 +f 1001/7/495 997/8/489 995/7/489 +f 997/8/489 1001/7/495 1002/8/495 +f 995/7/491 997/8/491 1001/7/498 +f 1002/8/498 1001/7/498 997/8/491 +f 991/8/485 999/7/493 1000/8/493 +f 999/7/493 991/8/485 992/7/485 +f 1000/8/494 999/7/494 991/8/488 +f 992/7/488 991/8/488 999/7/494 +f 991/8/1 1004/8/1 993/8/1 +f 1004/8/1 991/8/1 1000/8/1 +f 1004/8/1 1000/8/1 998/8/1 +f 1004/8/1 998/8/1 997/8/1 +f 1004/8/1 997/8/1 1002/8/1 +f 993/8/2 1004/8/2 991/8/2 +f 1000/8/2 991/8/2 1004/8/2 +f 998/8/2 1000/8/2 1004/8/2 +f 997/8/2 998/8/2 1004/8/2 +f 1002/8/2 997/8/2 1004/8/2 +f 1007/22/499 1006/21/500 1005/21/499 +f 1006/21/500 1007/22/499 1008/22/500 +f 1005/21/501 1006/21/502 1007/22/501 +f 1008/22/502 1007/22/501 1006/21/502 +f 1011/22/501 1010/21/502 1009/21/501 +f 1010/21/502 1011/22/501 1012/22/502 +f 1009/21/499 1010/21/500 1011/22/499 +f 1012/22/500 1011/22/499 1010/21/500 +f 1015/22/504 1014/21/503 1013/22/503 +f 1014/21/503 1015/22/504 1016/21/504 +f 1013/22/506 1014/21/506 1015/22/505 +f 1016/21/505 1015/22/505 1014/21/506 +f 1019/21/506 1018/22/505 1017/21/505 +f 1018/22/505 1019/21/506 1020/22/506 +f 1017/21/504 1018/22/504 1019/21/503 +f 1020/22/503 1019/21/503 1018/22/504 +f 1012/22/502 1019/21/506 1010/21/502 +f 1019/21/506 1012/22/502 1020/22/506 +f 1010/21/500 1019/21/503 1012/22/500 +f 1020/22/503 1012/22/500 1019/21/503 +f 1008/22/500 1014/21/503 1006/21/500 +f 1014/21/503 1008/22/500 1013/22/503 +f 1006/21/502 1014/21/506 1008/22/502 +f 1013/22/506 1008/22/502 1014/21/506 +f 1015/22/504 1009/21/501 1016/21/504 +f 1009/21/501 1015/22/504 1011/22/501 +f 1016/21/505 1009/21/499 1015/22/505 +f 1011/22/499 1015/22/505 1009/21/499 +f 1018/22/505 1005/21/499 1017/21/505 +f 1005/21/499 1018/22/505 1007/22/499 +f 1017/21/504 1005/21/501 1018/22/504 +f 1007/22/501 1018/22/504 1005/21/501 +f 1008/22/507 1015/22/507 1013/22/507 +f 1015/22/507 1008/22/507 1011/22/507 +f 1011/22/507 1008/22/507 1007/22/507 +f 1011/22/507 1007/22/507 1012/22/507 +f 1012/22/507 1007/22/507 1018/22/507 +f 1012/22/507 1018/22/507 1020/22/507 +f 1013/22/508 1015/22/508 1008/22/508 +f 1011/22/508 1008/22/508 1015/22/508 +f 1007/22/508 1008/22/508 1011/22/508 +f 1012/22/508 1007/22/508 1011/22/508 +f 1018/22/508 1007/22/508 1012/22/508 +f 1020/22/508 1018/22/508 1012/22/508 +f 1009/21/508 1014/21/508 1016/21/508 +f 1014/21/508 1009/21/508 1006/21/508 +f 1006/21/508 1009/21/508 1010/21/508 +f 1006/21/508 1010/21/508 1005/21/508 +f 1005/21/508 1010/21/508 1019/21/508 +f 1005/21/508 1019/21/508 1017/21/508 +f 1016/21/507 1014/21/507 1009/21/507 +f 1006/21/507 1009/21/507 1014/21/507 +f 1010/21/507 1009/21/507 1006/21/507 +f 1005/21/507 1010/21/507 1006/21/507 +f 1019/21/507 1010/21/507 1005/21/507 +f 1017/21/507 1019/21/507 1005/21/507 +f 1023/22/509 1022/21/510 1021/21/509 +f 1022/21/510 1023/22/509 1024/22/510 +f 1021/21/511 1022/21/512 1023/22/511 +f 1024/22/512 1023/22/511 1022/21/512 +f 1027/22/511 1026/21/512 1025/21/511 +f 1026/21/512 1027/22/511 1028/22/512 +f 1025/21/509 1026/21/510 1027/22/509 +f 1028/22/510 1027/22/509 1026/21/510 +f 1031/22/514 1030/21/513 1029/22/513 +f 1030/21/513 1031/22/514 1032/21/514 +f 1029/22/516 1030/21/516 1031/22/515 +f 1032/21/515 1031/22/515 1030/21/516 +f 1035/21/516 1034/22/515 1033/21/515 +f 1034/22/515 1035/21/516 1036/22/516 +f 1033/21/514 1034/22/514 1035/21/513 +f 1036/22/513 1035/21/513 1034/22/514 +f 1028/22/512 1035/21/516 1026/21/512 +f 1035/21/516 1028/22/512 1036/22/516 +f 1026/21/510 1035/21/513 1028/22/510 +f 1036/22/513 1028/22/510 1035/21/513 +f 1024/22/510 1030/21/513 1022/21/510 +f 1030/21/513 1024/22/510 1029/22/513 +f 1022/21/512 1030/21/516 1024/22/512 +f 1029/22/516 1024/22/512 1030/21/516 +f 1031/22/514 1025/21/511 1032/21/514 +f 1025/21/511 1031/22/514 1027/22/511 +f 1032/21/515 1025/21/509 1031/22/515 +f 1027/22/509 1031/22/515 1025/21/509 +f 1034/22/515 1021/21/509 1033/21/515 +f 1021/21/509 1034/22/515 1023/22/509 +f 1033/21/514 1021/21/511 1034/22/514 +f 1023/22/511 1034/22/514 1021/21/511 +f 1024/22/371 1031/22/371 1029/22/371 +f 1031/22/371 1024/22/371 1027/22/371 +f 1027/22/371 1024/22/371 1023/22/371 +f 1027/22/371 1023/22/371 1028/22/371 +f 1028/22/371 1023/22/371 1034/22/371 +f 1028/22/371 1034/22/371 1036/22/371 +f 1029/22/372 1031/22/372 1024/22/372 +f 1027/22/372 1024/22/372 1031/22/372 +f 1023/22/372 1024/22/372 1027/22/372 +f 1028/22/372 1023/22/372 1027/22/372 +f 1034/22/372 1023/22/372 1028/22/372 +f 1036/22/372 1034/22/372 1028/22/372 +f 1025/21/372 1030/21/372 1032/21/372 +f 1030/21/372 1025/21/372 1022/21/372 +f 1022/21/372 1025/21/372 1026/21/372 +f 1022/21/372 1026/21/372 1021/21/372 +f 1021/21/372 1026/21/372 1035/21/372 +f 1021/21/372 1035/21/372 1033/21/372 +f 1032/21/371 1030/21/371 1025/21/371 +f 1022/21/371 1025/21/371 1030/21/371 +f 1026/21/371 1025/21/371 1022/21/371 +f 1021/21/371 1026/21/371 1022/21/371 +f 1035/21/371 1026/21/371 1021/21/371 +f 1033/21/371 1035/21/371 1021/21/371 +f 1039/22/509 1038/21/510 1037/21/509 +f 1038/21/510 1039/22/509 1040/22/510 +f 1037/21/511 1038/21/512 1039/22/511 +f 1040/22/512 1039/22/511 1038/21/512 +f 1043/22/511 1042/21/512 1041/21/511 +f 1042/21/512 1043/22/511 1044/22/512 +f 1041/21/509 1042/21/510 1043/22/509 +f 1044/22/510 1043/22/509 1042/21/510 +f 1047/22/514 1046/21/513 1045/22/513 +f 1046/21/513 1047/22/514 1048/21/514 +f 1045/22/516 1046/21/516 1047/22/515 +f 1048/21/515 1047/22/515 1046/21/516 +f 1051/21/516 1050/22/515 1049/21/515 +f 1050/22/515 1051/21/516 1052/22/516 +f 1049/21/514 1050/22/514 1051/21/513 +f 1052/22/513 1051/21/513 1050/22/514 +f 1044/22/512 1051/21/516 1042/21/512 +f 1051/21/516 1044/22/512 1052/22/516 +f 1042/21/510 1051/21/513 1044/22/510 +f 1052/22/513 1044/22/510 1051/21/513 +f 1040/22/510 1046/21/513 1038/21/510 +f 1046/21/513 1040/22/510 1045/22/513 +f 1038/21/512 1046/21/516 1040/22/512 +f 1045/22/516 1040/22/512 1046/21/516 +f 1047/22/514 1041/21/511 1048/21/514 +f 1041/21/511 1047/22/514 1043/22/511 +f 1048/21/515 1041/21/509 1047/22/515 +f 1043/22/509 1047/22/515 1041/21/509 +f 1050/22/515 1037/21/509 1049/21/515 +f 1037/21/509 1050/22/515 1039/22/509 +f 1049/21/514 1037/21/511 1050/22/514 +f 1039/22/511 1050/22/514 1037/21/511 +f 1040/22/371 1047/22/371 1045/22/371 +f 1047/22/371 1040/22/371 1043/22/371 +f 1043/22/371 1040/22/371 1039/22/371 +f 1043/22/371 1039/22/371 1044/22/371 +f 1044/22/371 1039/22/371 1050/22/371 +f 1044/22/371 1050/22/371 1052/22/371 +f 1045/22/372 1047/22/372 1040/22/372 +f 1043/22/372 1040/22/372 1047/22/372 +f 1039/22/372 1040/22/372 1043/22/372 +f 1044/22/372 1039/22/372 1043/22/372 +f 1050/22/372 1039/22/372 1044/22/372 +f 1052/22/372 1050/22/372 1044/22/372 +f 1041/21/372 1046/21/372 1048/21/372 +f 1046/21/372 1041/21/372 1038/21/372 +f 1038/21/372 1041/21/372 1042/21/372 +f 1038/21/372 1042/21/372 1037/21/372 +f 1037/21/372 1042/21/372 1051/21/372 +f 1037/21/372 1051/21/372 1049/21/372 +f 1048/21/371 1046/21/371 1041/21/371 +f 1038/21/371 1041/21/371 1046/21/371 +f 1042/21/371 1041/21/371 1038/21/371 +f 1037/21/371 1042/21/371 1038/21/371 +f 1051/21/371 1042/21/371 1037/21/371 +f 1049/21/371 1051/21/371 1037/21/371 +f 1055/22/517 1054/21/518 1053/21/517 +f 1054/21/518 1055/22/517 1056/22/518 +f 1053/21/519 1054/21/520 1055/22/519 +f 1056/22/520 1055/22/519 1054/21/520 +f 1059/21/519 1058/22/520 1057/21/520 +f 1058/22/520 1059/21/519 1060/22/519 +f 1057/21/518 1058/22/518 1059/21/517 +f 1060/22/517 1059/21/517 1058/22/518 +f 1063/22/522 1062/21/521 1061/22/521 +f 1062/21/521 1063/22/522 1064/21/522 +f 1061/22/524 1062/21/524 1063/22/523 +f 1064/21/523 1063/22/523 1062/21/524 +f 1067/21/524 1066/22/523 1065/21/523 +f 1066/22/523 1067/21/524 1068/22/524 +f 1065/21/522 1066/22/522 1067/21/521 +f 1068/22/521 1067/21/521 1066/22/522 +f 1058/22/520 1067/21/524 1057/21/520 +f 1067/21/524 1058/22/520 1068/22/524 +f 1057/21/518 1067/21/521 1058/22/518 +f 1068/22/521 1058/22/518 1067/21/521 +f 1056/22/518 1062/21/521 1054/21/518 +f 1062/21/521 1056/22/518 1061/22/521 +f 1054/21/520 1062/21/524 1056/22/520 +f 1061/22/524 1056/22/520 1062/21/524 +f 1063/22/522 1059/21/519 1064/21/522 +f 1059/21/519 1063/22/522 1060/22/519 +f 1064/21/523 1059/21/517 1063/22/523 +f 1060/22/517 1063/22/523 1059/21/517 +f 1066/22/523 1053/21/517 1065/21/523 +f 1053/21/517 1066/22/523 1055/22/517 +f 1065/21/522 1053/21/519 1066/22/522 +f 1055/22/519 1066/22/522 1053/21/519 +f 1056/22/525 1063/22/525 1061/22/525 +f 1063/22/525 1056/22/525 1060/22/525 +f 1060/22/525 1056/22/525 1055/22/525 +f 1060/22/525 1055/22/525 1058/22/525 +f 1058/22/525 1055/22/525 1066/22/525 +f 1058/22/525 1066/22/525 1068/22/525 +f 1061/22/526 1063/22/526 1056/22/526 +f 1060/22/526 1056/22/526 1063/22/526 +f 1055/22/526 1056/22/526 1060/22/526 +f 1058/22/526 1055/22/526 1060/22/526 +f 1066/22/526 1055/22/526 1058/22/526 +f 1068/22/526 1066/22/526 1058/22/526 +f 1059/21/526 1062/21/526 1064/21/526 +f 1062/21/526 1059/21/526 1054/21/526 +f 1054/21/526 1059/21/526 1057/21/526 +f 1054/21/526 1057/21/526 1053/21/526 +f 1053/21/526 1057/21/526 1067/21/526 +f 1053/21/526 1067/21/526 1065/21/526 +f 1064/21/525 1062/21/525 1059/21/525 +f 1054/21/525 1059/21/525 1062/21/525 +f 1057/21/525 1059/21/525 1054/21/525 +f 1053/21/525 1057/21/525 1054/21/525 +f 1067/21/525 1057/21/525 1053/21/525 +f 1065/21/525 1067/21/525 1053/21/525 +f 1071/6/1 1070/6/1 1069/6/1 +f 1070/6/1 1071/6/1 1072/6/1 +f 1070/6/1 1072/6/1 1073/6/1 +f 1073/6/1 1072/6/1 1074/6/1 +f 1073/6/1 1074/6/1 1075/6/1 +f 1075/6/1 1074/6/1 1076/6/1 +f 1075/6/1 1076/6/1 1077/6/1 +f 1077/6/1 1076/6/1 1078/6/1 +f 1069/6/2 1070/6/2 1071/6/2 +f 1072/6/2 1071/6/2 1070/6/2 +f 1073/6/2 1072/6/2 1070/6/2 +f 1074/6/2 1072/6/2 1073/6/2 +f 1075/6/2 1074/6/2 1073/6/2 +f 1076/6/2 1074/6/2 1075/6/2 +f 1077/6/2 1076/6/2 1075/6/2 +f 1078/6/2 1076/6/2 1077/6/2 +f 1071/6/6 459/7/6 1079/7/6 +f 459/7/6 1071/6/6 1069/6/6 +f 1079/7/5 459/7/5 1071/6/5 +f 1069/6/5 1071/6/5 459/7/5 +f 1080/7/376 1071/6/375 1079/7/375 +f 1071/6/375 1080/7/376 1072/6/376 +f 1079/7/378 1071/6/378 1080/7/377 +f 1072/6/377 1080/7/377 1071/6/378 +f 1081/7/379 1072/6/376 1080/7/376 +f 1072/6/376 1081/7/379 1074/6/379 +f 1080/7/377 1072/6/377 1081/7/380 +f 1074/6/380 1081/7/380 1072/6/377 +f 1076/6/381 1081/7/379 1082/7/381 +f 1081/7/379 1076/6/381 1074/6/379 +f 1082/7/382 1081/7/380 1076/6/382 +f 1074/6/380 1076/6/382 1081/7/380 +f 1078/6/386 1082/7/381 1083/7/386 +f 1082/7/381 1078/6/386 1076/6/381 +f 1083/7/385 1082/7/382 1078/6/385 +f 1076/6/382 1078/6/385 1082/7/382 +f 467/7/4 1078/6/4 1083/7/4 +f 1078/6/4 467/7/4 1077/6/4 +f 1083/7/3 1078/6/3 467/7/3 +f 1077/6/3 467/7/3 1078/6/3 +f 1075/6/382 467/7/385 465/7/382 +f 467/7/385 1075/6/382 1077/6/385 +f 465/7/381 467/7/386 1075/6/381 +f 1077/6/386 1075/6/381 467/7/386 +f 1073/6/380 465/7/382 463/7/380 +f 465/7/382 1073/6/380 1075/6/382 +f 463/7/379 465/7/381 1073/6/379 +f 1075/6/381 1073/6/379 465/7/381 +f 1073/6/380 460/7/377 1070/6/377 +f 460/7/377 1073/6/380 463/7/380 +f 1070/6/376 460/7/376 1073/6/379 +f 463/7/379 1073/6/379 460/7/376 +f 1070/6/377 459/7/378 1069/6/378 +f 459/7/378 1070/6/377 460/7/377 +f 1069/6/375 459/7/375 1070/6/376 +f 460/7/376 1070/6/376 459/7/375 +f 1085/7/2 1084/7/2 479/7/2 +f 1084/7/2 1085/7/2 480/7/2 +f 1084/7/2 480/7/2 1086/7/2 +f 1086/7/2 480/7/2 1087/7/2 +f 1086/7/2 1087/7/2 1088/7/2 +f 1088/7/2 1087/7/2 1089/7/2 +f 1089/7/2 1087/7/2 482/7/2 +f 1089/7/2 482/7/2 1090/7/2 +f 479/7/1 1084/7/1 1085/7/1 +f 480/7/1 1085/7/1 1084/7/1 +f 1086/7/1 480/7/1 1084/7/1 +f 1087/7/1 480/7/1 1086/7/1 +f 1088/7/1 1087/7/1 1086/7/1 +f 1089/7/1 1087/7/1 1088/7/1 +f 482/7/1 1087/7/1 1089/7/1 +f 1090/7/1 482/7/1 1089/7/1 +f 1091/8/1 478/8/1 470/8/1 +f 478/8/1 1091/8/1 477/8/1 +f 477/8/1 1091/8/1 1092/8/1 +f 477/8/1 1092/8/1 476/8/1 +f 476/8/1 1092/8/1 1093/8/1 +f 476/8/1 1093/8/1 1094/8/1 +f 476/8/1 1094/8/1 475/8/1 +f 475/8/1 1094/8/1 1095/8/1 +f 470/8/2 478/8/2 1091/8/2 +f 477/8/2 1091/8/2 478/8/2 +f 1092/8/2 1091/8/2 477/8/2 +f 476/8/2 1092/8/2 477/8/2 +f 1093/8/2 1092/8/2 476/8/2 +f 1094/8/2 1093/8/2 476/8/2 +f 475/8/2 1094/8/2 476/8/2 +f 1095/8/2 1094/8/2 475/8/2 +f 1091/8/6 479/7/6 1084/7/6 +f 479/7/6 1091/8/6 470/8/6 +f 1084/7/5 479/7/5 1091/8/5 +f 470/8/5 1091/8/5 479/7/5 +f 1086/7/376 1091/8/375 1084/7/375 +f 1091/8/375 1086/7/376 1092/8/376 +f 1084/7/378 1091/8/378 1086/7/377 +f 1092/8/377 1086/7/377 1091/8/378 +f 1088/7/379 1092/8/376 1086/7/376 +f 1092/8/376 1088/7/379 1093/8/379 +f 1086/7/377 1092/8/377 1088/7/380 +f 1093/8/380 1088/7/380 1092/8/377 +f 1094/8/381 1088/7/379 1089/7/381 +f 1088/7/379 1094/8/381 1093/8/379 +f 1089/7/382 1088/7/380 1094/8/382 +f 1093/8/380 1094/8/382 1088/7/380 +f 1095/8/383 1089/7/381 1090/7/383 +f 1089/7/381 1095/8/383 1094/8/381 +f 1090/7/384 1089/7/382 1095/8/384 +f 1094/8/382 1095/8/384 1089/7/382 +f 482/7/4 1095/8/4 1090/7/4 +f 1095/8/4 482/7/4 475/8/4 +f 1090/7/3 1095/8/3 482/7/3 +f 475/8/3 482/7/3 1095/8/3 +f 476/8/382 482/7/385 1087/7/382 +f 482/7/385 476/8/382 475/8/385 +f 1087/7/381 482/7/386 476/8/381 +f 475/8/386 476/8/381 482/7/386 +f 477/8/380 1087/7/382 480/7/380 +f 1087/7/382 477/8/380 476/8/382 +f 480/7/379 1087/7/381 477/8/379 +f 476/8/381 477/8/379 1087/7/381 +f 477/8/380 1085/7/377 478/8/377 +f 1085/7/377 477/8/380 480/7/380 +f 478/8/376 1085/7/376 477/8/379 +f 480/7/379 477/8/379 1085/7/376 +f 478/8/377 479/7/378 470/8/378 +f 479/7/378 478/8/377 1085/7/377 +f 470/8/375 479/7/375 478/8/376 +f 1085/7/376 478/8/376 479/7/375 +f 1098/8/528 1097/7/527 1096/8/527 +f 1097/7/527 1098/8/528 1099/7/528 +f 1096/8/530 1097/7/530 1098/8/529 +f 1099/7/529 1098/8/529 1097/7/530 +f 1102/8/531 1101/7/532 1100/7/531 +f 1101/7/532 1102/8/531 1103/8/532 +f 1100/7/533 1101/7/534 1102/8/533 +f 1103/8/534 1102/8/533 1101/7/534 +f 1103/8/532 1104/7/535 1101/7/532 +f 1104/7/535 1103/8/532 1105/8/535 +f 1101/7/534 1104/7/536 1103/8/534 +f 1105/8/536 1103/8/534 1104/7/536 +f 1108/7/538 1107/8/537 1106/7/537 +f 1107/8/537 1108/7/538 1109/8/538 +f 1106/7/540 1107/8/540 1108/7/539 +f 1109/8/539 1108/7/539 1107/8/540 +f 1106/7/537 1102/8/531 1100/7/531 +f 1102/8/531 1106/7/537 1107/8/537 +f 1100/7/533 1102/8/533 1106/7/540 +f 1107/8/540 1106/7/540 1102/8/533 +f 1096/8/527 1104/7/535 1105/8/535 +f 1104/7/535 1096/8/527 1097/7/527 +f 1105/8/536 1104/7/536 1096/8/530 +f 1097/7/530 1096/8/530 1104/7/536 +f 1096/8/1 1109/8/1 1098/8/1 +f 1109/8/1 1096/8/1 1105/8/1 +f 1109/8/1 1105/8/1 1103/8/1 +f 1109/8/1 1103/8/1 1102/8/1 +f 1109/8/1 1102/8/1 1107/8/1 +f 1098/8/2 1109/8/2 1096/8/2 +f 1105/8/2 1096/8/2 1109/8/2 +f 1103/8/2 1105/8/2 1109/8/2 +f 1102/8/2 1103/8/2 1109/8/2 +f 1107/8/2 1102/8/2 1109/8/2 +f 1112/22/541 1111/21/542 1110/21/541 +f 1111/21/542 1112/22/541 1113/22/542 +f 1110/21/543 1111/21/544 1112/22/543 +f 1113/22/544 1112/22/543 1111/21/544 +f 1116/22/543 1115/21/544 1114/21/543 +f 1115/21/544 1116/22/543 1117/22/544 +f 1114/21/541 1115/21/542 1116/22/541 +f 1117/22/542 1116/22/541 1115/21/542 +f 1120/22/546 1119/21/545 1118/22/545 +f 1119/21/545 1120/22/546 1121/21/546 +f 1118/22/548 1119/21/548 1120/22/547 +f 1121/21/547 1120/22/547 1119/21/548 +f 1124/21/548 1123/22/547 1122/21/547 +f 1123/22/547 1124/21/548 1125/22/548 +f 1122/21/546 1123/22/546 1124/21/545 +f 1125/22/545 1124/21/545 1123/22/546 +f 1117/22/544 1124/21/548 1115/21/544 +f 1124/21/548 1117/22/544 1125/22/548 +f 1115/21/542 1124/21/545 1117/22/542 +f 1125/22/545 1117/22/542 1124/21/545 +f 1113/22/542 1119/21/545 1111/21/542 +f 1119/21/545 1113/22/542 1118/22/545 +f 1111/21/544 1119/21/548 1113/22/544 +f 1118/22/548 1113/22/544 1119/21/548 +f 1120/22/546 1114/21/543 1121/21/546 +f 1114/21/543 1120/22/546 1116/22/543 +f 1121/21/547 1114/21/541 1120/22/547 +f 1116/22/541 1120/22/547 1114/21/541 +f 1123/22/547 1110/21/541 1122/21/547 +f 1110/21/541 1123/22/547 1112/22/541 +f 1122/21/546 1110/21/543 1123/22/546 +f 1112/22/543 1123/22/546 1110/21/543 +f 1113/22/549 1120/22/549 1118/22/549 +f 1120/22/549 1113/22/549 1116/22/549 +f 1116/22/549 1113/22/549 1112/22/549 +f 1116/22/549 1112/22/549 1117/22/549 +f 1117/22/549 1112/22/549 1123/22/549 +f 1117/22/549 1123/22/549 1125/22/549 +f 1118/22/550 1120/22/550 1113/22/550 +f 1116/22/550 1113/22/550 1120/22/550 +f 1112/22/550 1113/22/550 1116/22/550 +f 1117/22/550 1112/22/550 1116/22/550 +f 1123/22/550 1112/22/550 1117/22/550 +f 1125/22/550 1123/22/550 1117/22/550 +f 1114/21/550 1119/21/550 1121/21/550 +f 1119/21/550 1114/21/550 1111/21/550 +f 1111/21/550 1114/21/550 1115/21/550 +f 1111/21/550 1115/21/550 1110/21/550 +f 1110/21/550 1115/21/550 1124/21/550 +f 1110/21/550 1124/21/550 1122/21/550 +f 1121/21/549 1119/21/549 1114/21/549 +f 1111/21/549 1114/21/549 1119/21/549 +f 1115/21/549 1114/21/549 1111/21/549 +f 1110/21/549 1115/21/549 1111/21/549 +f 1124/21/549 1115/21/549 1110/21/549 +f 1122/21/549 1124/21/549 1110/21/549 +f 1128/22/551 1127/21/552 1126/21/551 +f 1127/21/552 1128/22/551 1129/22/552 +f 1126/21/553 1127/21/554 1128/22/553 +f 1129/22/554 1128/22/553 1127/21/554 +f 1132/22/553 1131/21/554 1130/21/553 +f 1131/21/554 1132/22/553 1133/22/554 +f 1130/21/551 1131/21/552 1132/22/551 +f 1133/22/552 1132/22/551 1131/21/552 +f 1136/22/556 1135/21/555 1134/22/555 +f 1135/21/555 1136/22/556 1137/21/556 +f 1134/22/558 1135/21/558 1136/22/557 +f 1137/21/557 1136/22/557 1135/21/558 +f 1140/21/558 1139/22/557 1138/21/557 +f 1139/22/557 1140/21/558 1141/22/558 +f 1138/21/556 1139/22/556 1140/21/555 +f 1141/22/555 1140/21/555 1139/22/556 +f 1133/22/554 1140/21/558 1131/21/554 +f 1140/21/558 1133/22/554 1141/22/558 +f 1131/21/552 1140/21/555 1133/22/552 +f 1141/22/555 1133/22/552 1140/21/555 +f 1129/22/552 1135/21/555 1127/21/552 +f 1135/21/555 1129/22/552 1134/22/555 +f 1127/21/554 1135/21/558 1129/22/554 +f 1134/22/558 1129/22/554 1135/21/558 +f 1136/22/556 1130/21/553 1137/21/556 +f 1130/21/553 1136/22/556 1132/22/553 +f 1137/21/557 1130/21/551 1136/22/557 +f 1132/22/551 1136/22/557 1130/21/551 +f 1139/22/557 1126/21/551 1138/21/557 +f 1126/21/551 1139/22/557 1128/22/551 +f 1138/21/556 1126/21/553 1139/22/556 +f 1128/22/553 1139/22/556 1126/21/553 +f 1129/22/383 1136/22/383 1134/22/383 +f 1136/22/383 1129/22/383 1132/22/383 +f 1132/22/383 1129/22/383 1128/22/383 +f 1132/22/383 1128/22/383 1133/22/383 +f 1133/22/383 1128/22/383 1139/22/383 +f 1133/22/383 1139/22/383 1141/22/383 +f 1134/22/384 1136/22/384 1129/22/384 +f 1132/22/384 1129/22/384 1136/22/384 +f 1128/22/384 1129/22/384 1132/22/384 +f 1133/22/384 1128/22/384 1132/22/384 +f 1139/22/384 1128/22/384 1133/22/384 +f 1141/22/384 1139/22/384 1133/22/384 +f 1130/21/384 1135/21/384 1137/21/384 +f 1135/21/384 1130/21/384 1127/21/384 +f 1127/21/384 1130/21/384 1131/21/384 +f 1127/21/384 1131/21/384 1126/21/384 +f 1126/21/384 1131/21/384 1140/21/384 +f 1126/21/384 1140/21/384 1138/21/384 +f 1137/21/383 1135/21/383 1130/21/383 +f 1127/21/383 1130/21/383 1135/21/383 +f 1131/21/383 1130/21/383 1127/21/383 +f 1126/21/383 1131/21/383 1127/21/383 +f 1140/21/383 1131/21/383 1126/21/383 +f 1138/21/383 1140/21/383 1126/21/383 +f 1144/22/551 1143/21/552 1142/21/551 +f 1143/21/552 1144/22/551 1145/22/552 +f 1142/21/553 1143/21/554 1144/22/553 +f 1145/22/554 1144/22/553 1143/21/554 +f 1148/22/553 1147/21/554 1146/21/553 +f 1147/21/554 1148/22/553 1149/22/554 +f 1146/21/551 1147/21/552 1148/22/551 +f 1149/22/552 1148/22/551 1147/21/552 +f 1152/22/556 1151/21/555 1150/22/555 +f 1151/21/555 1152/22/556 1153/21/556 +f 1150/22/558 1151/21/558 1152/22/557 +f 1153/21/557 1152/22/557 1151/21/558 +f 1156/21/558 1155/22/557 1154/21/557 +f 1155/22/557 1156/21/558 1157/22/558 +f 1154/21/556 1155/22/556 1156/21/555 +f 1157/22/555 1156/21/555 1155/22/556 +f 1149/22/554 1156/21/558 1147/21/554 +f 1156/21/558 1149/22/554 1157/22/558 +f 1147/21/552 1156/21/555 1149/22/552 +f 1157/22/555 1149/22/552 1156/21/555 +f 1145/22/552 1151/21/555 1143/21/552 +f 1151/21/555 1145/22/552 1150/22/555 +f 1143/21/554 1151/21/558 1145/22/554 +f 1150/22/558 1145/22/554 1151/21/558 +f 1152/22/556 1146/21/553 1153/21/556 +f 1146/21/553 1152/22/556 1148/22/553 +f 1153/21/557 1146/21/551 1152/22/557 +f 1148/22/551 1152/22/557 1146/21/551 +f 1155/22/557 1142/21/551 1154/21/557 +f 1142/21/551 1155/22/557 1144/22/551 +f 1154/21/556 1142/21/553 1155/22/556 +f 1144/22/553 1155/22/556 1142/21/553 +f 1145/22/383 1152/22/383 1150/22/383 +f 1152/22/383 1145/22/383 1148/22/383 +f 1148/22/383 1145/22/383 1144/22/383 +f 1148/22/383 1144/22/383 1149/22/383 +f 1149/22/383 1144/22/383 1155/22/383 +f 1149/22/383 1155/22/383 1157/22/383 +f 1150/22/384 1152/22/384 1145/22/384 +f 1148/22/384 1145/22/384 1152/22/384 +f 1144/22/384 1145/22/384 1148/22/384 +f 1149/22/384 1144/22/384 1148/22/384 +f 1155/22/384 1144/22/384 1149/22/384 +f 1157/22/384 1155/22/384 1149/22/384 +f 1146/21/384 1151/21/384 1153/21/384 +f 1151/21/384 1146/21/384 1143/21/384 +f 1143/21/384 1146/21/384 1147/21/384 +f 1143/21/384 1147/21/384 1142/21/384 +f 1142/21/384 1147/21/384 1156/21/384 +f 1142/21/384 1156/21/384 1154/21/384 +f 1153/21/383 1151/21/383 1146/21/383 +f 1143/21/383 1146/21/383 1151/21/383 +f 1147/21/383 1146/21/383 1143/21/383 +f 1142/21/383 1147/21/383 1143/21/383 +f 1156/21/383 1147/21/383 1142/21/383 +f 1154/21/383 1156/21/383 1142/21/383 +f 1160/22/559 1159/21/560 1158/21/559 +f 1159/21/560 1160/22/559 1161/22/560 +f 1158/21/561 1159/21/562 1160/22/561 +f 1161/22/562 1160/22/561 1159/21/562 +f 1164/21/561 1163/22/562 1162/21/562 +f 1163/22/562 1164/21/561 1165/22/561 +f 1162/21/560 1163/22/560 1164/21/559 +f 1165/22/559 1164/21/559 1163/22/560 +f 1168/22/564 1167/21/563 1166/22/563 +f 1167/21/563 1168/22/564 1169/21/564 +f 1166/22/566 1167/21/566 1168/22/565 +f 1169/21/565 1168/22/565 1167/21/566 +f 1172/21/566 1171/22/565 1170/21/565 +f 1171/22/565 1172/21/566 1173/22/566 +f 1170/21/564 1171/22/564 1172/21/563 +f 1173/22/563 1172/21/563 1171/22/564 +f 1163/22/562 1172/21/566 1162/21/562 +f 1172/21/566 1163/22/562 1173/22/566 +f 1162/21/560 1172/21/563 1163/22/560 +f 1173/22/563 1163/22/560 1172/21/563 +f 1161/22/560 1167/21/563 1159/21/560 +f 1167/21/563 1161/22/560 1166/22/563 +f 1159/21/562 1167/21/566 1161/22/562 +f 1166/22/566 1161/22/562 1167/21/566 +f 1168/22/564 1164/21/561 1169/21/564 +f 1164/21/561 1168/22/564 1165/22/561 +f 1169/21/565 1164/21/559 1168/22/565 +f 1165/22/559 1168/22/565 1164/21/559 +f 1171/22/565 1158/21/559 1170/21/565 +f 1158/21/559 1171/22/565 1160/22/559 +f 1170/21/564 1158/21/561 1171/22/564 +f 1160/22/561 1171/22/564 1158/21/561 +f 1161/22/567 1168/22/567 1166/22/567 +f 1168/22/567 1161/22/567 1165/22/567 +f 1165/22/567 1161/22/567 1160/22/567 +f 1165/22/567 1160/22/567 1163/22/567 +f 1163/22/567 1160/22/567 1171/22/567 +f 1163/22/567 1171/22/567 1173/22/567 +f 1166/22/568 1168/22/568 1161/22/568 +f 1165/22/568 1161/22/568 1168/22/568 +f 1160/22/568 1161/22/568 1165/22/568 +f 1163/22/568 1160/22/568 1165/22/568 +f 1171/22/568 1160/22/568 1163/22/568 +f 1173/22/568 1171/22/568 1163/22/568 +f 1164/21/568 1167/21/568 1169/21/568 +f 1167/21/568 1164/21/568 1159/21/568 +f 1159/21/568 1164/21/568 1162/21/568 +f 1159/21/568 1162/21/568 1158/21/568 +f 1158/21/568 1162/21/568 1172/21/568 +f 1158/21/568 1172/21/568 1170/21/568 +f 1169/21/567 1167/21/567 1164/21/567 +f 1159/21/567 1164/21/567 1167/21/567 +f 1162/21/567 1164/21/567 1159/21/567 +f 1158/21/567 1162/21/567 1159/21/567 +f 1172/21/567 1162/21/567 1158/21/567 +f 1170/21/567 1172/21/567 1158/21/567 +f 1176/24/17 1175/23/16 1174/23/15 +f 1175/23/16 1176/24/17 1177/24/18 +f 1174/23/21 1175/23/20 1176/24/19 +f 1177/24/22 1176/24/19 1175/23/20 +f 1180/24/25 1179/24/24 1178/24/23 +f 1179/24/24 1180/24/25 1181/24/26 +f 1178/24/29 1179/24/28 1180/24/27 +f 1181/24/30 1180/24/27 1179/24/28 +f 1183/24/32 1176/24/17 1182/24/31 +f 1176/24/17 1183/24/32 1177/24/18 +f 1182/24/34 1176/24/19 1183/24/33 +f 1177/24/22 1183/24/33 1176/24/19 +f 1186/23/37 1185/25/36 1184/23/35 +f 1185/25/36 1186/23/37 1187/25/38 +f 1184/23/41 1185/25/40 1186/23/39 +f 1187/25/42 1186/23/39 1185/25/40 +f 1189/25/44 1187/25/38 1188/25/43 +f 1187/25/38 1189/25/44 1185/25/36 +f 1188/25/46 1187/25/42 1189/25/45 +f 1185/25/40 1189/25/45 1187/25/42 +f 1188/25/43 1186/23/37 1190/23/47 +f 1186/23/37 1188/25/43 1187/25/38 +f 1190/23/48 1186/23/39 1188/25/46 +f 1187/25/42 1188/25/46 1186/23/39 +f 1182/24/31 1174/23/15 1191/23/49 +f 1174/23/15 1182/24/31 1176/24/17 +f 1191/23/50 1174/23/21 1182/24/34 +f 1176/24/19 1182/24/34 1174/23/21 +f 1192/23/51 1177/24/18 1183/24/32 +f 1177/24/18 1192/23/51 1175/23/16 +f 1183/24/33 1177/24/22 1192/23/52 +f 1175/23/20 1192/23/52 1177/24/22 +f 1195/26/55 1194/26/54 1193/26/53 +f 1194/26/54 1195/26/55 1196/26/56 +f 1193/26/59 1194/26/58 1195/26/57 +f 1196/26/60 1195/26/57 1194/26/58 +f 1196/26/56 1197/23/61 1194/26/54 +f 1197/23/61 1196/26/56 1198/23/62 +f 1194/26/58 1197/23/63 1196/26/60 +f 1198/23/64 1196/26/60 1197/23/63 +f 1200/23/66 1193/26/53 1199/23/65 +f 1193/26/53 1200/23/66 1195/26/55 +f 1199/23/68 1193/26/59 1200/23/67 +f 1195/26/57 1200/23/67 1193/26/59 +f 1198/23/62 1195/26/55 1200/23/66 +f 1195/26/55 1198/23/62 1196/26/56 +f 1200/23/67 1195/26/57 1198/23/64 +f 1196/26/60 1198/23/64 1195/26/57 +f 1202/23/70 1181/24/26 1201/23/69 +f 1181/24/26 1202/23/70 1179/24/24 +f 1201/23/72 1181/24/30 1202/23/71 +f 1179/24/28 1202/23/71 1181/24/30 +f 1181/24/26 1203/23/73 1201/23/69 +f 1203/23/73 1181/24/26 1180/24/25 +f 1201/23/72 1203/23/74 1181/24/30 +f 1180/24/27 1181/24/30 1203/23/74 +f 1178/24/23 1202/23/70 1204/23/75 +f 1202/23/70 1178/24/23 1179/24/24 +f 1204/23/76 1202/23/71 1178/24/29 +f 1179/24/28 1178/24/29 1202/23/71 +f 1207/26/36 1206/23/77 1205/23/35 +f 1206/23/77 1207/26/36 1208/26/44 +f 1205/23/41 1206/23/78 1207/26/40 +f 1208/26/45 1207/26/40 1206/23/78 +f 1180/24/25 1204/23/75 1203/23/73 +f 1204/23/75 1180/24/25 1178/24/23 +f 1203/23/74 1204/23/76 1180/24/27 +f 1178/24/29 1180/24/27 1204/23/76 +f 1208/26/44 1210/26/38 1209/26/43 +f 1210/26/38 1208/26/44 1207/26/36 +f 1209/26/46 1210/26/42 1208/26/45 +f 1207/26/40 1208/26/45 1210/26/42 +f 1189/25/44 1190/23/47 1211/23/77 +f 1190/23/47 1189/25/44 1188/25/43 +f 1211/23/78 1190/23/48 1189/25/45 +f 1188/25/46 1189/25/45 1190/23/48 +f 1209/26/43 1213/23/37 1212/23/47 +f 1213/23/37 1209/26/43 1210/26/38 +f 1212/23/48 1213/23/39 1209/26/46 +f 1210/26/42 1209/26/46 1213/23/39 +f 1193/26/53 1197/23/61 1199/23/65 +f 1197/23/61 1193/26/53 1194/26/54 +f 1199/23/68 1197/23/63 1193/26/59 +f 1194/26/58 1193/26/59 1197/23/63 +f 1185/25/36 1211/23/77 1184/23/35 +f 1211/23/77 1185/25/36 1189/25/44 +f 1184/23/41 1211/23/78 1185/25/40 +f 1189/25/45 1185/25/40 1211/23/78 +f 1208/26/44 1212/23/47 1206/23/77 +f 1212/23/47 1208/26/44 1209/26/43 +f 1206/23/78 1212/23/48 1208/26/45 +f 1209/26/46 1208/26/45 1212/23/48 +f 1192/23/51 1182/24/31 1191/23/49 +f 1182/24/31 1192/23/51 1183/24/32 +f 1191/23/50 1182/24/34 1192/23/52 +f 1183/24/33 1192/23/52 1182/24/34 +f 1216/26/36 1215/23/77 1214/23/35 +f 1215/23/77 1216/26/36 1217/26/44 +f 1214/23/41 1215/23/78 1216/26/40 +f 1217/26/45 1216/26/40 1215/23/78 +f 1213/23/37 1207/26/36 1205/23/35 +f 1207/26/36 1213/23/37 1210/26/38 +f 1205/23/41 1207/26/40 1213/23/39 +f 1210/26/42 1213/23/39 1207/26/40 +f 1217/26/44 1219/26/38 1218/26/43 +f 1219/26/38 1217/26/44 1216/26/36 +f 1218/26/46 1219/26/42 1217/26/45 +f 1216/26/40 1217/26/45 1219/26/42 +f 1220/23/37 1216/26/36 1214/23/35 +f 1216/26/36 1220/23/37 1219/26/38 +f 1214/23/41 1216/26/40 1220/23/39 +f 1219/26/42 1220/23/39 1216/26/40 +f 1217/26/44 1221/23/47 1215/23/77 +f 1221/23/47 1217/26/44 1218/26/43 +f 1215/23/78 1221/23/48 1217/26/45 +f 1218/26/46 1217/26/45 1221/23/48 +f 1218/26/43 1220/23/37 1221/23/47 +f 1220/23/37 1218/26/43 1219/26/38 +f 1221/23/48 1220/23/39 1218/26/46 +f 1219/26/42 1218/26/46 1220/23/39 +f 1224/24/81 1223/24/80 1222/24/79 +f 1223/24/80 1224/24/81 1225/24/82 +f 1222/24/85 1223/24/84 1224/24/83 +f 1225/24/86 1224/24/83 1223/24/84 +f 1222/24/79 1227/23/88 1226/23/87 +f 1227/23/88 1222/24/79 1223/24/80 +f 1226/23/90 1227/23/89 1222/24/85 +f 1223/24/84 1222/24/85 1227/23/89 +f 1224/24/81 1226/23/87 1228/23/91 +f 1226/23/87 1224/24/81 1222/24/79 +f 1228/23/92 1226/23/90 1224/24/83 +f 1222/24/85 1224/24/83 1226/23/90 +f 1223/24/80 1229/23/93 1227/23/88 +f 1229/23/93 1223/24/80 1225/24/82 +f 1227/23/89 1229/23/94 1223/24/84 +f 1225/24/86 1223/24/84 1229/23/94 +f 1229/23/93 1224/24/81 1228/23/91 +f 1224/24/81 1229/23/93 1225/24/82 +f 1228/23/92 1224/24/83 1229/23/94 +f 1225/24/86 1229/23/94 1224/24/83 +f 1232/23/97 1231/24/96 1230/23/95 +f 1231/24/96 1232/23/97 1233/24/98 +f 1230/23/101 1231/24/100 1232/23/99 +f 1233/24/102 1232/23/99 1231/24/100 +f 1231/24/96 1235/24/104 1234/24/103 +f 1235/24/104 1231/24/96 1233/24/98 +f 1234/24/106 1235/24/105 1231/24/100 +f 1233/24/102 1231/24/100 1235/24/105 +f 1231/24/96 1236/23/107 1230/23/95 +f 1236/23/107 1231/24/96 1234/24/103 +f 1230/23/101 1236/23/108 1231/24/100 +f 1234/24/106 1231/24/100 1236/23/108 +f 1235/24/104 1232/23/97 1237/23/109 +f 1232/23/97 1235/24/104 1233/24/98 +f 1237/23/110 1232/23/99 1235/24/105 +f 1233/24/102 1235/24/105 1232/23/99 +f 1234/24/103 1237/23/109 1236/23/107 +f 1237/23/109 1234/24/103 1235/24/104 +f 1236/23/108 1237/23/110 1234/24/106 +f 1235/24/105 1234/24/106 1237/23/110 +f 1240/26/55 1239/26/54 1238/26/53 +f 1239/26/54 1240/26/55 1241/26/56 +f 1238/26/59 1239/26/58 1240/26/57 +f 1241/26/60 1240/26/57 1239/26/58 +f 1241/26/56 1242/23/61 1239/26/54 +f 1242/23/61 1241/26/56 1243/23/62 +f 1239/26/58 1242/23/63 1241/26/60 +f 1243/23/64 1241/26/60 1242/23/63 +f 1246/24/113 1245/24/112 1244/24/111 +f 1245/24/112 1246/24/113 1247/24/114 +f 1244/24/117 1245/24/116 1246/24/115 +f 1247/24/118 1246/24/115 1245/24/116 +f 1244/24/111 1249/23/120 1248/23/119 +f 1249/23/120 1244/24/111 1245/24/112 +f 1248/23/122 1249/23/121 1244/24/117 +f 1245/24/116 1244/24/117 1249/23/121 +f 1238/26/53 1242/23/61 1250/23/65 +f 1242/23/61 1238/26/53 1239/26/54 +f 1250/23/68 1242/23/63 1238/26/59 +f 1239/26/58 1238/26/59 1242/23/63 +f 1243/23/62 1240/26/55 1251/23/66 +f 1240/26/55 1243/23/62 1241/26/56 +f 1251/23/67 1240/26/57 1243/23/64 +f 1241/26/60 1243/23/64 1240/26/57 +f 1245/24/112 1252/23/123 1249/23/120 +f 1252/23/123 1245/24/112 1247/24/114 +f 1249/23/121 1252/23/124 1245/24/116 +f 1247/24/118 1245/24/116 1252/23/124 +f 1246/24/113 1248/23/119 1253/23/125 +f 1248/23/119 1246/24/113 1244/24/111 +f 1253/23/126 1248/23/122 1246/24/115 +f 1244/24/117 1246/24/115 1248/23/122 +f 1252/23/123 1246/24/113 1253/23/125 +f 1246/24/113 1252/23/123 1247/24/114 +f 1253/23/126 1246/24/115 1252/23/124 +f 1247/24/118 1252/23/124 1246/24/115 +f 1251/23/66 1238/26/53 1250/23/65 +f 1238/26/53 1251/23/66 1240/26/55 +f 1250/23/68 1238/26/59 1251/23/67 +f 1240/26/57 1251/23/67 1238/26/59 +f 1256/24/17 1255/23/16 1254/23/15 +f 1255/23/16 1256/24/17 1257/24/18 +f 1254/23/21 1255/23/20 1256/24/19 +f 1257/24/22 1256/24/19 1255/23/20 +f 1260/24/25 1259/24/24 1258/24/23 +f 1259/24/24 1260/24/25 1261/24/26 +f 1258/24/29 1259/24/28 1260/24/27 +f 1261/24/30 1260/24/27 1259/24/28 +f 1263/24/32 1256/24/17 1262/24/31 +f 1256/24/17 1263/24/32 1257/24/18 +f 1262/24/34 1256/24/19 1263/24/33 +f 1257/24/22 1263/24/33 1256/24/19 +f 1266/23/37 1265/25/36 1264/23/35 +f 1265/25/36 1266/23/37 1267/25/38 +f 1264/23/41 1265/25/40 1266/23/39 +f 1267/25/42 1266/23/39 1265/25/40 +f 1269/25/44 1267/25/38 1268/25/43 +f 1267/25/38 1269/25/44 1265/25/36 +f 1268/25/46 1267/25/42 1269/25/45 +f 1265/25/40 1269/25/45 1267/25/42 +f 1268/25/43 1266/23/37 1270/23/47 +f 1266/23/37 1268/25/43 1267/25/38 +f 1270/23/48 1266/23/39 1268/25/46 +f 1267/25/42 1268/25/46 1266/23/39 +f 1262/24/31 1254/23/15 1271/23/49 +f 1254/23/15 1262/24/31 1256/24/17 +f 1271/23/50 1254/23/21 1262/24/34 +f 1256/24/19 1262/24/34 1254/23/21 +f 1272/23/51 1257/24/18 1263/24/32 +f 1257/24/18 1272/23/51 1255/23/16 +f 1263/24/33 1257/24/22 1272/23/52 +f 1255/23/20 1272/23/52 1257/24/22 +f 1275/26/55 1274/26/54 1273/26/53 +f 1274/26/54 1275/26/55 1276/26/56 +f 1273/26/59 1274/26/58 1275/26/57 +f 1276/26/60 1275/26/57 1274/26/58 +f 1276/26/56 1277/23/61 1274/26/54 +f 1277/23/61 1276/26/56 1278/23/62 +f 1274/26/58 1277/23/63 1276/26/60 +f 1278/23/64 1276/26/60 1277/23/63 +f 1280/23/66 1273/26/53 1279/23/65 +f 1273/26/53 1280/23/66 1275/26/55 +f 1279/23/68 1273/26/59 1280/23/67 +f 1275/26/57 1280/23/67 1273/26/59 +f 1278/23/62 1275/26/55 1280/23/66 +f 1275/26/55 1278/23/62 1276/26/56 +f 1280/23/67 1275/26/57 1278/23/64 +f 1276/26/60 1278/23/64 1275/26/57 +f 1282/23/70 1261/24/26 1281/23/69 +f 1261/24/26 1282/23/70 1259/24/24 +f 1281/23/72 1261/24/30 1282/23/71 +f 1259/24/28 1282/23/71 1261/24/30 +f 1261/24/26 1283/23/73 1281/23/69 +f 1283/23/73 1261/24/26 1260/24/25 +f 1281/23/72 1283/23/74 1261/24/30 +f 1260/24/27 1261/24/30 1283/23/74 +f 1258/24/23 1282/23/70 1284/23/75 +f 1282/23/70 1258/24/23 1259/24/24 +f 1284/23/76 1282/23/71 1258/24/29 +f 1259/24/28 1258/24/29 1282/23/71 +f 1287/26/36 1286/23/77 1285/23/35 +f 1286/23/77 1287/26/36 1288/26/44 +f 1285/23/41 1286/23/78 1287/26/40 +f 1288/26/45 1287/26/40 1286/23/78 +f 1260/24/25 1284/23/75 1283/23/73 +f 1284/23/75 1260/24/25 1258/24/23 +f 1283/23/74 1284/23/76 1260/24/27 +f 1258/24/29 1260/24/27 1284/23/76 +f 1288/26/44 1290/26/38 1289/26/43 +f 1290/26/38 1288/26/44 1287/26/36 +f 1289/26/46 1290/26/42 1288/26/45 +f 1287/26/40 1288/26/45 1290/26/42 +f 1269/25/44 1270/23/47 1291/23/77 +f 1270/23/47 1269/25/44 1268/25/43 +f 1291/23/78 1270/23/48 1269/25/45 +f 1268/25/46 1269/25/45 1270/23/48 +f 1289/26/43 1293/23/37 1292/23/47 +f 1293/23/37 1289/26/43 1290/26/38 +f 1292/23/48 1293/23/39 1289/26/46 +f 1290/26/42 1289/26/46 1293/23/39 +f 1273/26/53 1277/23/61 1279/23/65 +f 1277/23/61 1273/26/53 1274/26/54 +f 1279/23/68 1277/23/63 1273/26/59 +f 1274/26/58 1273/26/59 1277/23/63 +f 1265/25/36 1291/23/77 1264/23/35 +f 1291/23/77 1265/25/36 1269/25/44 +f 1264/23/41 1291/23/78 1265/25/40 +f 1269/25/45 1265/25/40 1291/23/78 +f 1288/26/44 1292/23/47 1286/23/77 +f 1292/23/47 1288/26/44 1289/26/43 +f 1286/23/78 1292/23/48 1288/26/45 +f 1289/26/46 1288/26/45 1292/23/48 +f 1272/23/51 1262/24/31 1271/23/49 +f 1262/24/31 1272/23/51 1263/24/32 +f 1271/23/50 1262/24/34 1272/23/52 +f 1263/24/33 1272/23/52 1262/24/34 +f 1296/26/36 1295/23/77 1294/23/35 +f 1295/23/77 1296/26/36 1297/26/44 +f 1294/23/41 1295/23/78 1296/26/40 +f 1297/26/45 1296/26/40 1295/23/78 +f 1293/23/37 1287/26/36 1285/23/35 +f 1287/26/36 1293/23/37 1290/26/38 +f 1285/23/41 1287/26/40 1293/23/39 +f 1290/26/42 1293/23/39 1287/26/40 +f 1297/26/44 1299/26/38 1298/26/43 +f 1299/26/38 1297/26/44 1296/26/36 +f 1298/26/46 1299/26/42 1297/26/45 +f 1296/26/40 1297/26/45 1299/26/42 +f 1300/23/37 1296/26/36 1294/23/35 +f 1296/26/36 1300/23/37 1299/26/38 +f 1294/23/41 1296/26/40 1300/23/39 +f 1299/26/42 1300/23/39 1296/26/40 +f 1297/26/44 1301/23/47 1295/23/77 +f 1301/23/47 1297/26/44 1298/26/43 +f 1295/23/78 1301/23/48 1297/26/45 +f 1298/26/46 1297/26/45 1301/23/48 +f 1298/26/43 1300/23/37 1301/23/47 +f 1300/23/37 1298/26/43 1299/26/38 +f 1301/23/48 1300/23/39 1298/26/46 +f 1299/26/42 1298/26/46 1300/23/39 +f 1304/24/81 1303/24/80 1302/24/79 +f 1303/24/80 1304/24/81 1305/24/82 +f 1302/24/85 1303/24/84 1304/24/83 +f 1305/24/86 1304/24/83 1303/24/84 +f 1302/24/79 1307/23/88 1306/23/87 +f 1307/23/88 1302/24/79 1303/24/80 +f 1306/23/90 1307/23/89 1302/24/85 +f 1303/24/84 1302/24/85 1307/23/89 +f 1304/24/81 1306/23/87 1308/23/91 +f 1306/23/87 1304/24/81 1302/24/79 +f 1308/23/92 1306/23/90 1304/24/83 +f 1302/24/85 1304/24/83 1306/23/90 +f 1303/24/80 1309/23/93 1307/23/88 +f 1309/23/93 1303/24/80 1305/24/82 +f 1307/23/89 1309/23/94 1303/24/84 +f 1305/24/86 1303/24/84 1309/23/94 +f 1309/23/93 1304/24/81 1308/23/91 +f 1304/24/81 1309/23/93 1305/24/82 +f 1308/23/92 1304/24/83 1309/23/94 +f 1305/24/86 1309/23/94 1304/24/83 +f 1312/23/97 1311/24/96 1310/23/95 +f 1311/24/96 1312/23/97 1313/24/98 +f 1310/23/101 1311/24/100 1312/23/99 +f 1313/24/102 1312/23/99 1311/24/100 +f 1311/24/96 1315/24/104 1314/24/103 +f 1315/24/104 1311/24/96 1313/24/98 +f 1314/24/106 1315/24/105 1311/24/100 +f 1313/24/102 1311/24/100 1315/24/105 +f 1311/24/96 1316/23/107 1310/23/95 +f 1316/23/107 1311/24/96 1314/24/103 +f 1310/23/101 1316/23/108 1311/24/100 +f 1314/24/106 1311/24/100 1316/23/108 +f 1315/24/104 1312/23/97 1317/23/109 +f 1312/23/97 1315/24/104 1313/24/98 +f 1317/23/110 1312/23/99 1315/24/105 +f 1313/24/102 1315/24/105 1312/23/99 +f 1314/24/103 1317/23/109 1316/23/107 +f 1317/23/109 1314/24/103 1315/24/104 +f 1316/23/108 1317/23/110 1314/24/106 +f 1315/24/105 1314/24/106 1317/23/110 +f 1320/26/55 1319/26/54 1318/26/53 +f 1319/26/54 1320/26/55 1321/26/56 +f 1318/26/59 1319/26/58 1320/26/57 +f 1321/26/60 1320/26/57 1319/26/58 +f 1321/26/56 1322/23/61 1319/26/54 +f 1322/23/61 1321/26/56 1323/23/62 +f 1319/26/58 1322/23/63 1321/26/60 +f 1323/23/64 1321/26/60 1322/23/63 +f 1326/24/113 1325/24/112 1324/24/111 +f 1325/24/112 1326/24/113 1327/24/114 +f 1324/24/117 1325/24/116 1326/24/115 +f 1327/24/118 1326/24/115 1325/24/116 +f 1324/24/111 1329/23/120 1328/23/119 +f 1329/23/120 1324/24/111 1325/24/112 +f 1328/23/122 1329/23/121 1324/24/117 +f 1325/24/116 1324/24/117 1329/23/121 +f 1318/26/53 1322/23/61 1330/23/65 +f 1322/23/61 1318/26/53 1319/26/54 +f 1330/23/68 1322/23/63 1318/26/59 +f 1319/26/58 1318/26/59 1322/23/63 +f 1323/23/62 1320/26/55 1331/23/66 +f 1320/26/55 1323/23/62 1321/26/56 +f 1331/23/67 1320/26/57 1323/23/64 +f 1321/26/60 1323/23/64 1320/26/57 +f 1325/24/112 1332/23/123 1329/23/120 +f 1332/23/123 1325/24/112 1327/24/114 +f 1329/23/121 1332/23/124 1325/24/116 +f 1327/24/118 1325/24/116 1332/23/124 +f 1326/24/113 1328/23/119 1333/23/125 +f 1328/23/119 1326/24/113 1324/24/111 +f 1333/23/126 1328/23/122 1326/24/115 +f 1324/24/117 1326/24/115 1328/23/122 +f 1332/23/123 1326/24/113 1333/23/125 +f 1326/24/113 1332/23/123 1327/24/114 +f 1333/23/126 1326/24/115 1332/23/124 +f 1327/24/118 1332/23/124 1326/24/115 +f 1331/23/66 1318/26/53 1330/23/65 +f 1318/26/53 1331/23/66 1320/26/55 +f 1330/23/68 1318/26/59 1331/23/67 +f 1320/26/57 1331/23/67 1318/26/59 +f 1336/23/569 1335/23/569 1334/23/569 +f 1335/23/569 1336/23/569 1337/23/569 +f 1335/23/569 1337/23/569 1338/23/569 +f 1338/23/569 1337/23/569 1339/23/569 +f 1339/23/569 1337/23/569 1340/23/569 +f 1339/23/569 1340/23/569 1341/23/569 +f 1334/23/570 1335/23/570 1336/23/570 +f 1337/23/570 1336/23/570 1335/23/570 +f 1338/23/570 1337/23/570 1335/23/570 +f 1339/23/570 1337/23/570 1338/23/570 +f 1340/23/570 1337/23/570 1339/23/570 +f 1341/23/570 1340/23/570 1339/23/570 +f 1344/25/570 1343/25/570 1342/25/570 +f 1343/25/570 1344/25/570 1345/25/570 +f 1343/25/570 1345/25/570 1346/25/570 +f 1346/25/570 1345/25/570 1347/25/570 +f 1346/25/570 1347/25/570 1348/25/570 +f 1348/25/570 1347/25/570 1349/25/570 +f 1342/25/569 1343/25/569 1344/25/569 +f 1345/25/569 1344/25/569 1343/25/569 +f 1346/25/569 1345/25/569 1343/25/569 +f 1347/25/569 1345/25/569 1346/25/569 +f 1348/25/569 1347/25/569 1346/25/569 +f 1349/25/569 1347/25/569 1348/25/569 +f 1342/25/572 1335/23/571 1344/25/571 +f 1335/23/571 1342/25/572 1334/23/572 +f 1344/25/574 1335/23/574 1342/25/573 +f 1334/23/573 1342/25/573 1335/23/574 +f 1345/25/575 1335/23/576 1338/23/575 +f 1335/23/576 1345/25/575 1344/25/576 +f 1338/23/577 1335/23/578 1345/25/577 +f 1344/25/578 1345/25/577 1335/23/578 +f 1347/25/579 1338/23/575 1339/23/579 +f 1338/23/575 1347/25/579 1345/25/575 +f 1339/23/580 1338/23/577 1347/25/580 +f 1345/25/577 1347/25/580 1338/23/577 +f 1341/23/573 1347/25/581 1339/23/581 +f 1347/25/581 1341/23/573 1349/25/573 +f 1339/23/582 1347/25/582 1341/23/572 +f 1349/25/572 1341/23/572 1347/25/582 +f 1340/23/574 1349/25/573 1341/23/573 +f 1349/25/573 1340/23/574 1348/25/574 +f 1341/23/572 1349/25/572 1340/23/571 +f 1348/25/571 1340/23/571 1349/25/572 +f 1346/25/577 1340/23/578 1337/23/577 +f 1340/23/578 1346/25/577 1348/25/578 +f 1337/23/575 1340/23/576 1346/25/575 +f 1348/25/576 1346/25/575 1340/23/576 +f 1343/25/580 1337/23/577 1336/23/580 +f 1337/23/577 1343/25/580 1346/25/577 +f 1336/23/579 1337/23/575 1343/25/579 +f 1346/25/575 1343/25/579 1337/23/575 +f 1343/25/582 1334/23/572 1342/25/572 +f 1334/23/572 1343/25/582 1336/23/582 +f 1342/25/573 1334/23/573 1343/25/581 +f 1336/23/581 1343/25/581 1334/23/573 +f 1352/25/570 1351/25/570 1350/25/570 +f 1351/25/570 1352/25/570 1353/25/570 +f 1351/25/570 1353/25/570 1354/25/570 +f 1354/25/570 1353/25/570 1355/25/570 +f 1355/25/570 1353/25/570 1356/25/570 +f 1355/25/570 1356/25/570 1357/25/570 +f 1350/25/569 1351/25/569 1352/25/569 +f 1353/25/569 1352/25/569 1351/25/569 +f 1354/25/569 1353/25/569 1351/25/569 +f 1355/25/569 1353/25/569 1354/25/569 +f 1356/25/569 1353/25/569 1355/25/569 +f 1357/25/569 1356/25/569 1355/25/569 +f 1350/25/572 1358/23/571 1352/25/571 +f 1358/23/571 1350/25/572 1359/23/572 +f 1352/25/574 1358/23/574 1350/25/573 +f 1359/23/573 1350/25/573 1358/23/574 +f 1353/25/575 1358/23/576 1360/23/575 +f 1358/23/576 1353/25/575 1352/25/576 +f 1360/23/577 1358/23/578 1353/25/577 +f 1352/25/578 1353/25/577 1358/23/578 +f 1356/25/579 1360/23/575 1361/23/579 +f 1360/23/575 1356/25/579 1353/25/575 +f 1361/23/580 1360/23/577 1356/25/580 +f 1353/25/577 1356/25/580 1360/23/577 +f 1362/23/573 1356/25/581 1361/23/581 +f 1356/25/581 1362/23/573 1357/25/573 +f 1361/23/582 1356/25/582 1362/23/572 +f 1357/25/572 1362/23/572 1356/25/582 +f 1363/23/574 1357/25/573 1362/23/573 +f 1357/25/573 1363/23/574 1355/25/574 +f 1362/23/572 1357/25/572 1363/23/571 +f 1355/25/571 1363/23/571 1357/25/572 +f 1354/25/577 1363/23/578 1364/23/577 +f 1363/23/578 1354/25/577 1355/25/578 +f 1364/23/575 1363/23/576 1354/25/575 +f 1355/25/576 1354/25/575 1363/23/576 +f 1351/25/580 1364/23/577 1365/23/580 +f 1364/23/577 1351/25/580 1354/25/577 +f 1365/23/579 1364/23/575 1351/25/579 +f 1354/25/575 1351/25/579 1364/23/575 +f 1351/25/582 1359/23/572 1350/25/572 +f 1359/23/572 1351/25/582 1365/23/582 +f 1350/25/573 1359/23/573 1351/25/581 +f 1365/23/581 1351/25/581 1359/23/573 +f 1368/28/583 1367/27/584 1366/27/583 +f 1367/27/584 1368/28/583 1369/28/584 +f 1366/27/585 1367/27/586 1368/28/585 +f 1369/28/586 1368/28/585 1367/27/586 +f 1372/27/587 1371/28/588 1370/28/587 +f 1371/28/588 1372/27/587 1373/27/588 +f 1370/28/589 1371/28/590 1372/27/589 +f 1373/27/590 1372/27/589 1371/28/590 +f 1375/28/591 1366/27/583 1374/27/591 +f 1366/27/583 1375/28/591 1368/28/583 +f 1374/27/592 1366/27/585 1375/28/592 +f 1368/28/585 1375/28/592 1366/27/585 +f 1378/28/593 1377/27/594 1376/27/593 +f 1377/27/594 1378/28/593 1379/28/594 +f 1376/27/595 1377/27/596 1378/28/595 +f 1379/28/596 1378/28/595 1377/27/596 +f 1378/28/593 1367/27/597 1369/28/597 +f 1367/27/597 1378/28/593 1376/27/593 +f 1369/28/598 1367/27/598 1378/28/595 +f 1376/27/595 1378/28/595 1367/27/598 +f 1381/28/599 1373/27/600 1380/27/599 +f 1373/27/600 1381/28/599 1371/28/600 +f 1380/27/601 1373/27/602 1381/28/601 +f 1371/28/602 1381/28/601 1373/27/602 +f 1379/28/603 1380/27/599 1377/27/603 +f 1380/27/599 1379/28/603 1381/28/599 +f 1377/27/604 1380/27/601 1379/28/604 +f 1381/28/601 1379/28/604 1380/27/601 +f 1374/27/605 1370/28/587 1375/28/605 +f 1370/28/587 1374/27/605 1372/27/587 +f 1375/28/606 1370/28/589 1374/27/606 +f 1372/27/589 1374/27/606 1370/28/589 +f 1384/23/569 1383/23/569 1382/23/569 +f 1383/23/569 1384/23/569 1385/23/569 +f 1383/23/569 1385/23/569 1386/23/569 +f 1386/23/569 1385/23/569 1387/23/569 +f 1387/23/569 1385/23/569 1388/23/569 +f 1387/23/569 1388/23/569 1389/23/569 +f 1382/23/570 1383/23/570 1384/23/570 +f 1385/23/570 1384/23/570 1383/23/570 +f 1386/23/570 1385/23/570 1383/23/570 +f 1387/23/570 1385/23/570 1386/23/570 +f 1388/23/570 1385/23/570 1387/23/570 +f 1389/23/570 1388/23/570 1387/23/570 +f 1392/25/570 1391/25/570 1390/25/570 +f 1391/25/570 1392/25/570 1393/25/570 +f 1391/25/570 1393/25/570 1394/25/570 +f 1394/25/570 1393/25/570 1395/25/570 +f 1394/25/570 1395/25/570 1396/25/570 +f 1396/25/570 1395/25/570 1397/25/570 +f 1390/25/569 1391/25/569 1392/25/569 +f 1393/25/569 1392/25/569 1391/25/569 +f 1394/25/569 1393/25/569 1391/25/569 +f 1395/25/569 1393/25/569 1394/25/569 +f 1396/25/569 1395/25/569 1394/25/569 +f 1397/25/569 1395/25/569 1396/25/569 +f 1390/25/608 1383/23/607 1392/25/607 +f 1383/23/607 1390/25/608 1382/23/608 +f 1392/25/610 1383/23/610 1390/25/609 +f 1382/23/609 1390/25/609 1383/23/610 +f 1393/25/379 1383/23/611 1386/23/379 +f 1383/23/611 1393/25/379 1392/25/611 +f 1386/23/380 1383/23/612 1393/25/380 +f 1392/25/612 1393/25/380 1383/23/612 +f 1395/25/613 1386/23/379 1387/23/613 +f 1386/23/379 1395/25/613 1393/25/379 +f 1387/23/614 1386/23/380 1395/25/614 +f 1393/25/380 1395/25/614 1386/23/380 +f 1389/23/609 1395/25/615 1387/23/615 +f 1395/25/615 1389/23/609 1397/25/609 +f 1387/23/616 1395/25/616 1389/23/608 +f 1397/25/608 1389/23/608 1395/25/616 +f 1388/23/610 1397/25/609 1389/23/609 +f 1397/25/609 1388/23/610 1396/25/610 +f 1389/23/608 1397/25/608 1388/23/607 +f 1396/25/607 1388/23/607 1397/25/608 +f 1394/25/380 1388/23/612 1385/23/380 +f 1388/23/612 1394/25/380 1396/25/612 +f 1385/23/379 1388/23/611 1394/25/379 +f 1396/25/611 1394/25/379 1388/23/611 +f 1391/25/614 1385/23/380 1384/23/614 +f 1385/23/380 1391/25/614 1394/25/380 +f 1384/23/613 1385/23/379 1391/25/613 +f 1394/25/379 1391/25/613 1385/23/379 +f 1391/25/616 1382/23/608 1390/25/608 +f 1382/23/608 1391/25/616 1384/23/616 +f 1390/25/609 1382/23/609 1391/25/615 +f 1384/23/615 1391/25/615 1382/23/609 +f 1400/25/570 1399/25/570 1398/25/570 +f 1399/25/570 1400/25/570 1401/25/570 +f 1399/25/570 1401/25/570 1402/25/570 +f 1402/25/570 1401/25/570 1403/25/570 +f 1403/25/570 1401/25/570 1404/25/570 +f 1403/25/570 1404/25/570 1405/25/570 +f 1398/25/569 1399/25/569 1400/25/569 +f 1401/25/569 1400/25/569 1399/25/569 +f 1402/25/569 1401/25/569 1399/25/569 +f 1403/25/569 1401/25/569 1402/25/569 +f 1404/25/569 1401/25/569 1403/25/569 +f 1405/25/569 1404/25/569 1403/25/569 +f 1398/25/608 1406/23/607 1400/25/607 +f 1406/23/607 1398/25/608 1407/23/608 +f 1400/25/610 1406/23/610 1398/25/609 +f 1407/23/609 1398/25/609 1406/23/610 +f 1401/25/379 1406/23/611 1408/23/379 +f 1406/23/611 1401/25/379 1400/25/611 +f 1408/23/380 1406/23/612 1401/25/380 +f 1400/25/612 1401/25/380 1406/23/612 +f 1404/25/613 1408/23/379 1409/23/613 +f 1408/23/379 1404/25/613 1401/25/379 +f 1409/23/614 1408/23/380 1404/25/614 +f 1401/25/380 1404/25/614 1408/23/380 +f 1410/23/609 1404/25/615 1409/23/615 +f 1404/25/615 1410/23/609 1405/25/609 +f 1409/23/616 1404/25/616 1410/23/608 +f 1405/25/608 1410/23/608 1404/25/616 +f 1411/23/610 1405/25/609 1410/23/609 +f 1405/25/609 1411/23/610 1403/25/610 +f 1410/23/608 1405/25/608 1411/23/607 +f 1403/25/607 1411/23/607 1405/25/608 +f 1402/25/380 1411/23/612 1412/23/380 +f 1411/23/612 1402/25/380 1403/25/612 +f 1412/23/379 1411/23/611 1402/25/379 +f 1403/25/611 1402/25/379 1411/23/611 +f 1399/25/614 1412/23/380 1413/23/614 +f 1412/23/380 1399/25/614 1402/25/380 +f 1413/23/613 1412/23/379 1399/25/613 +f 1402/25/379 1399/25/613 1412/23/379 +f 1399/25/616 1407/23/608 1398/25/608 +f 1407/23/608 1399/25/616 1413/23/616 +f 1398/25/609 1407/23/609 1399/25/615 +f 1413/23/615 1399/25/615 1407/23/609 +f 1416/28/617 1415/27/618 1414/27/617 +f 1415/27/618 1416/28/617 1417/28/618 +f 1414/27/619 1415/27/620 1416/28/619 +f 1417/28/620 1416/28/619 1415/27/620 +f 1420/27/621 1419/28/622 1418/28/621 +f 1419/28/622 1420/27/621 1421/27/622 +f 1418/28/623 1419/28/624 1420/27/623 +f 1421/27/624 1420/27/623 1419/28/624 +f 1423/28/625 1414/27/617 1422/27/625 +f 1414/27/617 1423/28/625 1416/28/617 +f 1422/27/626 1414/27/619 1423/28/626 +f 1416/28/619 1423/28/626 1414/27/619 +f 1426/28/627 1425/27/628 1424/27/627 +f 1425/27/628 1426/28/627 1427/28/628 +f 1424/27/629 1425/27/630 1426/28/629 +f 1427/28/630 1426/28/629 1425/27/630 +f 1426/28/627 1415/27/631 1417/28/631 +f 1415/27/631 1426/28/627 1424/27/627 +f 1417/28/632 1415/27/632 1426/28/629 +f 1424/27/629 1426/28/629 1415/27/632 +f 1429/28/633 1421/27/634 1428/27/633 +f 1421/27/634 1429/28/633 1419/28/634 +f 1428/27/635 1421/27/636 1429/28/635 +f 1419/28/636 1429/28/635 1421/27/636 +f 1427/28/637 1428/27/633 1425/27/637 +f 1428/27/633 1427/28/637 1429/28/633 +f 1425/27/638 1428/27/635 1427/28/638 +f 1429/28/635 1427/28/638 1428/27/635 +f 1422/27/639 1418/28/621 1423/28/639 +f 1418/28/621 1422/27/639 1420/27/621 +f 1423/28/640 1418/28/623 1422/27/640 +f 1420/27/623 1422/27/640 1418/28/623 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small-variation.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small-variation.obj.import new file mode 100644 index 0000000..3213fa6 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small-variation.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://l7uytvrmvqx6" +path="res://.godot/imported/room-small-variation.obj-f772eefb739ff059c13fb777d0d83a81.mesh" + +[deps] + +files=["res://.godot/imported/room-small-variation.obj-f772eefb739ff059c13fb777d0d83a81.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small-variation.obj" +dest_files=["res://.godot/imported/room-small-variation.obj-f772eefb739ff059c13fb777d0d83a81.mesh", "res://.godot/imported/room-small-variation.obj-f772eefb739ff059c13fb777d0d83a81.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small.obj new file mode 100644 index 0000000..86076ce --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small.obj @@ -0,0 +1,10028 @@ +# Created by Kenney (www.kenney.nl) + +mtllib room-small.mtl + +g room-small + +v -2.747846 0 -4.497211 1 1 1 +v -2.361476 0 -4.393683 1 1 1 +v -2.712491 0.1 -4.435973 1 1 1 +v -2.422713 0.1 -4.358327 1 1 1 +v -2.248743 0 -4.524197 1 1 1 +v -2.300506 0 -4.717382 1 1 1 +v -2.231065 0.05 -4.554816 1 1 1 +v -2.269888 0.05 -4.699705 1 1 1 +v -2.465003 0 -4.007313 1 1 1 +v -2.851374 0 -4.11084 1 1 1 +v -2.500359 0.1 -4.06855 1 1 1 +v -2.790137 0.1 -4.146195 1 1 1 +v -2.124999 0.05 -4.738527 1 1 1 +v -2.086176 0.05 -4.593638 1 1 1 +v -2.107321 0 -4.769146 1 1 1 +v -2.055557 0 -4.575961 1 1 1 +v -4.649966 0.05 -2.356916 1 1 1 +v -4.437834 0.05 -2.569048 1 1 1 +v -4.437834 0.05 -2.144784 1 1 1 +v -4.225701 0.05 -2.356916 1 1 1 +v -4.437834 0 -2.639759 1 1 1 +v -4.154991 0 -2.356916 1 1 1 +v -4.720676 0 -2.356916 1 1 1 +v -4.437834 0 -2.074074 1 1 1 +v -4.271631 0 -3.181537 1 1 1 +v -4.210393 0.05 -3.146182 1 1 1 +v -4.168103 0 -2.795166 1 1 1 +v -4.132748 0.05 -2.856404 1 1 1 +v -3.781733 0 -2.898694 1 1 1 +v -3.84297 0.05 -2.93405 1 1 1 +v -3.582728 0 -2.498346 1 1 1 +v -3.782728 0 -2.498346 1 1 1 +v -3.607728 0.1 -2.523346 1 1 1 +v -3.757728 0.1 -2.523346 1 1 1 +v -3.757728 0.1 -2.673346 1 1 1 +v -3.607728 0.1 -2.673346 1 1 1 +v -3.920616 0.05 -3.223827 1 1 1 +v -3.88526 0 -3.285064 1 1 1 +v -3.782728 0 -2.698346 1 1 1 +v -3.582728 0 -2.698346 1 1 1 +v -6 0.9 -1.999999 1 1 1 +v -5.695518 0.9 -3.530733 1 1 1 +v -5.399003 0.9 -1.999999 1 1 1 +v -5.140269 0.9 -3.300741 1 1 1 +v -4.828427 0.9 -4.828426 1 1 1 +v -4.403458 0.9 -4.403457 1 1 1 +v -3.530734 0.9 -5.695517 1 1 1 +v -3.300742 0.9 -5.140268 1 1 1 +v -2 0.9 -5.999999 1 1 1 +v -2 0.9 -5.399002 1 1 1 +v -5.399003 0.2 -1.999999 1 1 1 +v -6 0.2 -1.999999 1 1 1 +v -5.140269 0.2 -3.300741 1 1 1 +v -4.403458 0.2 -4.403457 1 1 1 +v -3.300742 0.2 -5.140268 1 1 1 +v -2 0.2 -5.399002 1 1 1 +v -2 0.2 -5.999999 1 1 1 +v -3.530734 0.2 -5.695517 1 1 1 +v -4.828427 0.2 -4.828426 1 1 1 +v -5.695518 0.2 -3.530733 1 1 1 +v -6 0 -1.999999 1 1 1 +v -4.828427 0 -4.828426 1 1 1 +v -2 0 -1.999999 1 1 1 +v -2 0 -5.999999 1 1 1 +v -4.497211 0 2.747846 1 1 1 +v -4.393683 0 2.361475 1 1 1 +v -4.435974 0.1 2.712491 1 1 1 +v -4.358328 0.1 2.422713 1 1 1 +v -4.524198 0 2.248742 1 1 1 +v -4.717383 0 2.300506 1 1 1 +v -4.554816 0.05 2.231065 1 1 1 +v -4.699705 0.05 2.269887 1 1 1 +v -4.007313 0 2.465003 1 1 1 +v -4.110841 0 2.851374 1 1 1 +v -4.06855 0.1 2.500359 1 1 1 +v -4.146196 0.1 2.790136 1 1 1 +v -4.738528 0.05 2.124999 1 1 1 +v -4.593639 0.05 2.086176 1 1 1 +v -4.769147 0 2.107321 1 1 1 +v -4.575962 0 2.055557 1 1 1 +v -2.356917 0.05 4.649966 1 1 1 +v -2.569049 0.05 4.437834 1 1 1 +v -2.144785 0.05 4.437834 1 1 1 +v -2.356917 0.05 4.225702 1 1 1 +v -2.63976 0 4.437834 1 1 1 +v -2.356917 0 4.154991 1 1 1 +v -2.356917 0 4.720676 1 1 1 +v -2.074074 0 4.437834 1 1 1 +v -3.181537 0 4.271631 1 1 1 +v -3.146182 0.05 4.210394 1 1 1 +v -2.795167 0 4.168103 1 1 1 +v -2.856404 0.05 4.132748 1 1 1 +v -2.898695 0 3.781733 1 1 1 +v -2.93405 0.05 3.84297 1 1 1 +v -2.498347 0 3.582728 1 1 1 +v -2.498347 0 3.782728 1 1 1 +v -2.523347 0.1 3.607728 1 1 1 +v -2.523347 0.1 3.757728 1 1 1 +v -2.673347 0.1 3.757728 1 1 1 +v -2.673347 0.1 3.607728 1 1 1 +v -3.223828 0.05 3.920616 1 1 1 +v -3.285065 0 3.88526 1 1 1 +v -2.698347 0 3.782728 1 1 1 +v -2.698347 0 3.582728 1 1 1 +v -2 0.9 6 1 1 1 +v -3.530734 0.9 5.695518 1 1 1 +v -2 0.9 5.399003 1 1 1 +v -3.300742 0.9 5.140269 1 1 1 +v -4.828427 0.9 4.828427 1 1 1 +v -4.403458 0.9 4.403458 1 1 1 +v -5.695518 0.9 3.530734 1 1 1 +v -5.140269 0.9 3.300742 1 1 1 +v -6 0.9 2 1 1 1 +v -5.399002 0.9 2 1 1 1 +v -2 0.2 5.399003 1 1 1 +v -2 0.2 6 1 1 1 +v -3.300742 0.2 5.140269 1 1 1 +v -4.403458 0.2 4.403458 1 1 1 +v -5.140269 0.2 3.300742 1 1 1 +v -5.399002 0.2 2 1 1 1 +v -6 0.2 2 1 1 1 +v -5.695518 0.2 3.530734 1 1 1 +v -4.828427 0.2 4.828427 1 1 1 +v -3.530734 0.2 5.695518 1 1 1 +v -2 0 6 1 1 1 +v -4.828427 0 4.828427 1 1 1 +v -2 0 2 1 1 1 +v -6 0 2 1 1 1 +v 4.497211 0 -2.747845 1 1 1 +v 4.393684 0 -2.361475 1 1 1 +v 4.435975 0.1 -2.71249 1 1 1 +v 4.358329 0.1 -2.422712 1 1 1 +v 4.524199 0 -2.248742 1 1 1 +v 4.717383 0 -2.300505 1 1 1 +v 4.554817 0.05 -2.231064 1 1 1 +v 4.699706 0.05 -2.269887 1 1 1 +v 4.007314 0 -2.465003 1 1 1 +v 4.110841 0 -2.851373 1 1 1 +v 4.068551 0.1 -2.500358 1 1 1 +v 4.146196 0.1 -2.790136 1 1 1 +v 4.738529 0.05 -2.124998 1 1 1 +v 4.59364 0.05 -2.086175 1 1 1 +v 4.769147 0 -2.10732 1 1 1 +v 4.575962 0 -2.055556 1 1 1 +v 2.356917 0.05 -4.649965 1 1 1 +v 2.569049 0.05 -4.437833 1 1 1 +v 2.144785 0.05 -4.437833 1 1 1 +v 2.356917 0.05 -4.2257 1 1 1 +v 2.63976 0 -4.437833 1 1 1 +v 2.356917 0 -4.15499 1 1 1 +v 2.356917 0 -4.720675 1 1 1 +v 2.074074 0 -4.437833 1 1 1 +v 3.181538 0 -4.27163 1 1 1 +v 3.146183 0.05 -4.210392 1 1 1 +v 2.795167 0 -4.168102 1 1 1 +v 2.856405 0.05 -4.132747 1 1 1 +v 2.898695 0 -3.781732 1 1 1 +v 2.93405 0.05 -3.842969 1 1 1 +v 2.498347 0 -3.582727 1 1 1 +v 2.498347 0 -3.782727 1 1 1 +v 2.523347 0.1 -3.607727 1 1 1 +v 2.523347 0.1 -3.757727 1 1 1 +v 2.673347 0.1 -3.757727 1 1 1 +v 2.673347 0.1 -3.607727 1 1 1 +v 3.223828 0.05 -3.920615 1 1 1 +v 3.285065 0 -3.885259 1 1 1 +v 2.698347 0 -3.782727 1 1 1 +v 2.698347 0 -3.582727 1 1 1 +v 2 0.9 -5.999999 1 1 1 +v 3.530734 0.9 -5.695518 1 1 1 +v 2 0.9 -5.399001 1 1 1 +v 3.300742 0.9 -5.140268 1 1 1 +v 4.828427 0.9 -4.828426 1 1 1 +v 4.403458 0.9 -4.403457 1 1 1 +v 5.695518 0.9 -3.530733 1 1 1 +v 5.140269 0.9 -3.300741 1 1 1 +v 6 0.9 -1.999999 1 1 1 +v 5.399003 0.9 -1.999999 1 1 1 +v 2 0.2 -5.399001 1 1 1 +v 2 0.2 -5.999999 1 1 1 +v 3.300742 0.2 -5.140268 1 1 1 +v 4.403458 0.2 -4.403457 1 1 1 +v 5.140269 0.2 -3.300741 1 1 1 +v 5.399003 0.2 -1.999999 1 1 1 +v 6 0.2 -1.999999 1 1 1 +v 5.695518 0.2 -3.530733 1 1 1 +v 4.828427 0.2 -4.828426 1 1 1 +v 3.530734 0.2 -5.695518 1 1 1 +v 2 0 -5.999999 1 1 1 +v 4.828427 0 -4.828426 1 1 1 +v 2 0 -1.999999 1 1 1 +v 6 0 -1.999999 1 1 1 +v 2.747846 0 4.497211 1 1 1 +v 2.361476 0 4.393684 1 1 1 +v 2.712491 0.1 4.435974 1 1 1 +v 2.422713 0.1 4.358328 1 1 1 +v 2.248743 0 4.524198 1 1 1 +v 2.300506 0 4.717383 1 1 1 +v 2.231065 0.05 4.554817 1 1 1 +v 2.269888 0.05 4.699706 1 1 1 +v 2.465003 0 4.007314 1 1 1 +v 2.851374 0 4.110841 1 1 1 +v 2.500359 0.1 4.068551 1 1 1 +v 2.790137 0.1 4.146196 1 1 1 +v 2.124999 0.05 4.738528 1 1 1 +v 2.086176 0.05 4.593639 1 1 1 +v 2.107321 0 4.769147 1 1 1 +v 2.055557 0 4.575962 1 1 1 +v 4.649966 0.05 2.356917 1 1 1 +v 4.437834 0.05 2.569049 1 1 1 +v 4.437834 0.05 2.144785 1 1 1 +v 4.225701 0.05 2.356917 1 1 1 +v 4.437834 0 2.63976 1 1 1 +v 4.154991 0 2.356917 1 1 1 +v 4.720676 0 2.356917 1 1 1 +v 4.437834 0 2.074075 1 1 1 +v 4.271631 0 3.181538 1 1 1 +v 4.210393 0.05 3.146183 1 1 1 +v 4.168103 0 2.795167 1 1 1 +v 4.132748 0.05 2.856405 1 1 1 +v 3.781733 0 2.898695 1 1 1 +v 3.84297 0.05 2.934051 1 1 1 +v 3.582728 0 2.498347 1 1 1 +v 3.782728 0 2.498347 1 1 1 +v 3.607728 0.1 2.523347 1 1 1 +v 3.757728 0.1 2.523347 1 1 1 +v 3.757728 0.1 2.673347 1 1 1 +v 3.607728 0.1 2.673347 1 1 1 +v 3.920616 0.05 3.223828 1 1 1 +v 3.88526 0 3.285065 1 1 1 +v 3.782728 0 2.698347 1 1 1 +v 3.582728 0 2.698347 1 1 1 +v 6 0.9 2 1 1 1 +v 5.695518 0.9 3.530734 1 1 1 +v 5.399003 0.9 2 1 1 1 +v 5.140269 0.9 3.300742 1 1 1 +v 4.828427 0.9 4.828427 1 1 1 +v 4.403458 0.9 4.403458 1 1 1 +v 3.530734 0.9 5.695518 1 1 1 +v 3.300742 0.9 5.140269 1 1 1 +v 2 0.9 6 1 1 1 +v 2 0.9 5.399003 1 1 1 +v 5.399003 0.2 2 1 1 1 +v 6 0.2 2 1 1 1 +v 5.140269 0.2 3.300742 1 1 1 +v 4.403458 0.2 4.403458 1 1 1 +v 3.300742 0.2 5.140269 1 1 1 +v 2 0.2 5.399003 1 1 1 +v 2 0.2 6 1 1 1 +v 3.530734 0.2 5.695518 1 1 1 +v 4.828427 0.2 4.828427 1 1 1 +v 5.695518 0.2 3.530734 1 1 1 +v 6 0 2 1 1 1 +v 4.828427 0 4.828427 1 1 1 +v 2 0 2 1 1 1 +v 2 0 6 1 1 1 +v 2 0 -2 1 1 1 +v -2 0 -2 1 1 1 +v -2 0 2 1 1 1 +v -0.2255788 0 -3.827895 1 1 1 +v -1.38469 0 -4.138478 1 1 1 +v -0.3316448 0.1 -4.011607 1 1 1 +v -1.200978 0.1 -4.244544 1 1 1 +v 1.211001 0.1 -4.906261 1 1 1 +v 0.9303683 0.1 -4.800219 1 1 1 +v 1.104959 0.1 -5.186894 1 1 1 +v 0.8243259 0.1 -5.080853 1 1 1 +v -0.09870771 0.1 -4.88094 1 1 1 +v -0.9680409 0.1 -5.113877 1 1 1 +v -0.3902232 0 -3.47515 1 1 1 +v -0.2677487 0.2 -3.404439 1 1 1 +v -0.183168 0 -2.702409 1 1 1 +v -0.1124573 0.2 -2.824884 1 1 1 +v 0.4670982 0.2 -2.980175 1 1 1 +v 0.3118067 0.2 -3.559731 1 1 1 +v 0.5895726 0 -2.909465 1 1 1 +v 0.08500402 0 -4.987006 1 1 1 +v -1.074107 0 -5.297589 1 1 1 +v -1.227287 0.05 -2.664358 1 1 1 +v -1.517065 0.05 -2.586712 1 1 1 +v -1.304933 0.05 -2.954136 1 1 1 +v -1.59471 0.05 -2.87649 1 1 1 +v -1.55242 0 -2.525475 1 1 1 +v -1.655948 0 -2.911845 1 1 1 +v -1.16605 0 -2.629003 1 1 1 +v -1.269577 0 -3.015373 1 1 1 +v 0.7598799 0 -5.109951 1 1 1 +v 0.9012698 0 -4.735773 1 1 1 +v 1.134058 0 -5.251341 1 1 1 +v 1.275447 0 -4.877163 1 1 1 +v 1.385044 0 -2.603207 1 1 1 +v 1.578229 0 -2.654971 1 1 1 +v 1.415662 0.05 -2.585529 1 1 1 +v 1.560551 0.05 -2.624352 1 1 1 +v 1.599374 0.05 -2.479464 1 1 1 +v 1.454485 0.05 -2.44064 1 1 1 +v 0.3825174 0 -3.682205 1 1 1 +v 1.629993 0 -2.461786 1 1 1 +v 1.436807 0 -2.410022 1 1 1 +v -0.9305171 0 -5.720206 1 1 1 +v -0.737332 0 -5.77197 1 1 1 +v -0.8998985 0.05 -5.702528 1 1 1 +v -0.7550097 0.05 -5.741351 1 1 1 +v -0.7161868 0.05 -5.596462 1 1 1 +v -0.8610756 0.05 -5.557639 1 1 1 +v -0.8787533 0 -5.52702 1 1 1 +v -0.6855682 0 -5.578784 1 1 1 +v -0.6865153 0.1 -3.488937 1 1 1 +v -0.6865153 0.1 -3.188937 1 1 1 +v -0.9865153 0.1 -3.488937 1 1 1 +v -0.9865153 0.1 -3.188937 1 1 1 +v -0.6365153 0 -3.538937 1 1 1 +v -0.6365153 0 -3.138937 1 1 1 +v -1.036515 0 -3.538937 1 1 1 +v -1.036515 0 -3.138937 1 1 1 +v 0.1962378 0 -4.594765 1 1 1 +v 0.2212377 0.1 -4.569765 1 1 1 +v 0.1962378 0 -4.394765 1 1 1 +v 0.2212377 0.1 -4.419765 1 1 1 +v 0.3712378 0.1 -4.569765 1 1 1 +v 0.3712378 0.1 -4.419765 1 1 1 +v 0.3962377 0 -4.594765 1 1 1 +v 0.3962377 0 -4.394765 1 1 1 +v 0.823903 0.05 -3.94693 1 1 1 +v 0.5341253 0.05 -3.869284 1 1 1 +v 0.7462572 0.05 -4.236708 1 1 1 +v 0.4564795 0.05 -4.159062 1 1 1 +v 0.4987699 0 -3.808047 1 1 1 +v 0.3952423 0 -4.194417 1 1 1 +v 1.323453 0.1 -3.529823 1 1 1 +v 1.245807 0.1 -3.240046 1 1 1 +v 1.033675 0.1 -3.607469 1 1 1 +v 0.9560292 0.1 -3.317691 1 1 1 +v 1.38469 0 -3.565179 1 1 1 +v 1.281162 0 -3.178808 1 1 1 +v 0.8851402 0 -3.911574 1 1 1 +v 0.7816126 0 -4.297945 1 1 1 +v 0.894792 0 -3.282336 1 1 1 +v 0.9983196 0 -3.668706 1 1 1 +v 2 0 -5.999999 1 1 1 +v 2 0 -1.999999 1 1 1 +v -4.225579 0 0.1721042 1 1 1 +v -5.38469 0 -0.1384787 1 1 1 +v -4.331645 0.1 -0.01160757 1 1 1 +v -5.200978 0.1 -0.2445447 1 1 1 +v -2.788999 0.1 -0.9062624 1 1 1 +v -3.069632 0.1 -0.80022 1 1 1 +v -2.895041 0.1 -1.186896 1 1 1 +v -3.175674 0.1 -1.080853 1 1 1 +v -4.098708 0.1 -0.8809408 1 1 1 +v -4.968041 0.1 -1.113878 1 1 1 +v -4.390223 0 0.5248491 1 1 1 +v -4.267749 0.2 0.5955597 1 1 1 +v -4.183168 0 1.29759 1 1 1 +v -4.112457 0.2 1.175115 1 1 1 +v -3.532902 0.2 1.019824 1 1 1 +v -3.688193 0.2 0.4402683 1 1 1 +v -3.410427 0 1.090534 1 1 1 +v -3.914996 0 -0.9870068 1 1 1 +v -5.074107 0 -1.29759 1 1 1 +v -5.227287 0.05 1.335641 1 1 1 +v -5.517065 0.05 1.413287 1 1 1 +v -5.304933 0.05 1.045863 1 1 1 +v -5.59471 0.05 1.123509 1 1 1 +v -5.55242 0 1.474524 1 1 1 +v -5.655948 0 1.088154 1 1 1 +v -5.16605 0 1.370996 1 1 1 +v -5.269578 0 0.9846259 1 1 1 +v -3.24012 0 -1.109952 1 1 1 +v -3.09873 0 -0.735774 1 1 1 +v -2.865942 0 -1.251342 1 1 1 +v -2.724553 0 -0.8771639 1 1 1 +v -2.614956 0 1.396792 1 1 1 +v -2.421771 0 1.345028 1 1 1 +v -2.584338 0.05 1.41447 1 1 1 +v -2.439449 0.05 1.375647 1 1 1 +v -2.400626 0.05 1.520536 1 1 1 +v -2.545515 0.05 1.559358 1 1 1 +v -3.617483 0 0.3177938 1 1 1 +v -2.370008 0 1.538213 1 1 1 +v -2.563193 0 1.589977 1 1 1 +v -4.930517 0 -1.720207 1 1 1 +v -4.737332 0 -1.771971 1 1 1 +v -4.899899 0.05 -1.702529 1 1 1 +v -4.75501 0.05 -1.741352 1 1 1 +v -4.716187 0.05 -1.596463 1 1 1 +v -4.861075 0.05 -1.55764 1 1 1 +v -4.878753 0 -1.527022 1 1 1 +v -4.685568 0 -1.578785 1 1 1 +v -4.686515 0.1 0.5110617 1 1 1 +v -4.686515 0.1 0.8110617 1 1 1 +v -4.986515 0.1 0.5110617 1 1 1 +v -4.986515 0.1 0.8110617 1 1 1 +v -4.636515 0 0.4610618 1 1 1 +v -4.636515 0 0.8610617 1 1 1 +v -5.036515 0 0.4610618 1 1 1 +v -5.036515 0 0.8610617 1 1 1 +v -3.803762 0 -0.594766 1 1 1 +v -3.778762 0.1 -0.569766 1 1 1 +v -3.803762 0 -0.394766 1 1 1 +v -3.778762 0.1 -0.419766 1 1 1 +v -3.628762 0.1 -0.569766 1 1 1 +v -3.628762 0.1 -0.419766 1 1 1 +v -3.603762 0 -0.594766 1 1 1 +v -3.603762 0 -0.394766 1 1 1 +v -3.176097 0.05 0.05306925 1 1 1 +v -3.465875 0.05 0.130715 1 1 1 +v -3.253743 0.05 -0.2367085 1 1 1 +v -3.54352 0.05 -0.1590628 1 1 1 +v -3.50123 0 0.1919522 1 1 1 +v -3.604758 0 -0.1944181 1 1 1 +v -2.676548 0.1 0.4701758 1 1 1 +v -2.754193 0.1 0.7599536 1 1 1 +v -2.966325 0.1 0.3925301 1 1 1 +v -3.043971 0.1 0.6823078 1 1 1 +v -2.61531 0 0.4348205 1 1 1 +v -2.718838 0 0.8211908 1 1 1 +v -3.11486 0 0.08842458 1 1 1 +v -3.218387 0 -0.2979457 1 1 1 +v -3.105208 0 0.7176632 1 1 1 +v -3.00168 0 0.3312929 1 1 1 +v -6 0 -2 1 1 1 +v -6 0 2 1 1 1 +v 6 3.609557E-16 -2 1 1 1 +v 6 3.609557E-16 2 1 1 1 +v 2 3.609557E-16 -2 1 1 1 +v 2 3.609557E-16 2 1 1 1 +v -5.399002 0.9 2 1 1 1 +v -6 0.9 2 1 1 1 +v -5.479521 0.9 1.699501 1 1 1 +v -6 0.9 1.399002 1 1 1 +v -5.699501 0.9 1.479521 1 1 1 +v -5.399002 0.2 2 1 1 1 +v -6 0.2 2 1 1 1 +v -6 0.2 1.399002 1 1 1 +v -5.699501 0.2 1.479521 1 1 1 +v -5.479521 0.2 1.699501 1 1 1 +v -6 0.9 -1.399002 1 1 1 +v -6 0.9 -2 1 1 1 +v -5.699501 0.9 -1.479521 1 1 1 +v -5.399002 0.9 -2 1 1 1 +v -5.479521 0.9 -1.699501 1 1 1 +v -6 0.2 -1.399002 1 1 1 +v -6 0.2 -2 1 1 1 +v -5.399002 0.2 -2 1 1 1 +v -5.479521 0.2 -1.699501 1 1 1 +v -5.699501 0.2 -1.479521 1 1 1 +v 2 0.9 5.399002 1 1 1 +v 2 0.9 6 1 1 1 +v 1.699501 0.9 5.479521 1 1 1 +v 1.399002 0.9 6 1 1 1 +v 1.479521 0.9 5.699501 1 1 1 +v 2 0.2 5.399002 1 1 1 +v 2 0.2 6 1 1 1 +v 1.399002 0.2 6 1 1 1 +v 1.479521 0.2 5.699501 1 1 1 +v 1.699501 0.2 5.479521 1 1 1 +v -1.399002 0.9 6 1 1 1 +v -2 0.9 6 1 1 1 +v -1.479521 0.9 5.699501 1 1 1 +v -2 0.9 5.399002 1 1 1 +v -1.699501 0.9 5.479521 1 1 1 +v -1.399002 0.2 6 1 1 1 +v -2 0.2 6 1 1 1 +v -2 0.2 5.399002 1 1 1 +v -1.699501 0.2 5.479521 1 1 1 +v -1.479521 0.2 5.699501 1 1 1 +v -2 0 6 1 1 1 +v 6 0.9 1.399002 1 1 1 +v 6 0.9 2 1 1 1 +v 5.699501 0.9 1.479521 1 1 1 +v 5.399002 0.9 2 1 1 1 +v 5.479521 0.9 1.699501 1 1 1 +v 6 0.2 1.399002 1 1 1 +v 6 0.2 2 1 1 1 +v 5.399002 0.2 2 1 1 1 +v 5.479521 0.2 1.699501 1 1 1 +v 5.699501 0.2 1.479521 1 1 1 +v 5.399002 0.9 -2 1 1 1 +v 6 0.9 -2 1 1 1 +v 5.479521 0.9 -1.699501 1 1 1 +v 6 0.9 -1.399002 1 1 1 +v 5.699501 0.9 -1.479521 1 1 1 +v 5.399002 0.2 -2 1 1 1 +v 6 0.2 -2 1 1 1 +v 6 0.2 -1.399002 1 1 1 +v 5.699501 0.2 -1.479521 1 1 1 +v 5.479521 0.2 -1.699501 1 1 1 +v 1.399002 0.9 -5.999999 1 1 1 +v 2 0.9 -5.999999 1 1 1 +v 1.479521 0.9 -5.6995 1 1 1 +v 2 0.9 -5.399001 1 1 1 +v 1.699501 0.9 -5.47952 1 1 1 +v 1.399002 0.2 -5.999999 1 1 1 +v 2 0.2 -5.999999 1 1 1 +v 2 0.2 -5.399001 1 1 1 +v 1.699501 0.2 -5.47952 1 1 1 +v 1.479521 0.2 -5.6995 1 1 1 +v -2 0.9 -5.399001 1 1 1 +v -2 0.9 -5.999999 1 1 1 +v -1.699501 0.9 -5.47952 1 1 1 +v -1.399002 0.9 -5.999999 1 1 1 +v -1.479521 0.9 -5.6995 1 1 1 +v -2 0.2 -5.399001 1 1 1 +v -2 0.2 -5.999999 1 1 1 +v -1.399002 0.2 -5.999999 1 1 1 +v -1.479521 0.2 -5.6995 1 1 1 +v -1.699501 0.2 -5.47952 1 1 1 +v -6 3 -1.999999 1 1 1 +v -5.695518 3 -3.530733 1 1 1 +v -5.6 3 -1.999999 1 1 1 +v -5.325966 3 -3.377659 1 1 1 +v -4.828427 3 -4.828426 1 1 1 +v -4.545585 3 -4.545584 1 1 1 +v -3.530734 3 -5.695517 1 1 1 +v -3.37766 3 -5.325965 1 1 1 +v -2 3 -5.999999 1 1 1 +v -2 3 -5.599999 1 1 1 +v -5.6 0.9 -1.999999 1 1 1 +v -5.325966 0.9 -3.377659 1 1 1 +v -4.545585 0.9 -4.545584 1 1 1 +v -3.37766 0.9 -5.325965 1 1 1 +v -2 0.9 -5.599999 1 1 1 +v -4.998005 0 -1.999999 1 1 1 +v -5.695518 0 -3.530733 1 1 1 +v -4.769795 0 -3.147286 1 1 1 +v -3.530734 0 -5.695517 1 1 1 +v -4.11991 0 -4.119909 1 1 1 +v -3.147287 0 -4.769794 1 1 1 +v -2 0 -4.998004 1 1 1 +v -4.998005 0.2 -1.999999 1 1 1 +v -4.769795 0.2 -3.147286 1 1 1 +v -4.11991 0.2 -4.119909 1 1 1 +v -3.147287 0.2 -4.769794 1 1 1 +v -2 0.2 -4.998004 1 1 1 +v -4.483707 0.2 -3.539526 1 1 1 +v -4.483707 0 -3.539526 1 1 1 +v -4.992028 0.2 -3.919158 1 1 1 +v -4.992028 0 -3.919158 1 1 1 +v -3.526624 0 -4.298756 1 1 1 +v -3.838694 0 -3.838694 1 1 1 +v -3.526624 0.2 -4.298756 1 1 1 +v -3.838694 0.2 -3.838694 1 1 1 +v -4.298757 0 -3.526623 1 1 1 +v -4.298757 0.2 -3.526623 1 1 1 +v -3.539527 0 -4.483706 1 1 1 +v -3.539527 0.2 -4.483706 1 1 1 +v -3.91916 0 -4.992027 1 1 1 +v -3.91916 0.2 -4.992027 1 1 1 +v -3.511242 1.509087 -5.23671 1 1 1 +v -3.831699 1.509087 -5.022587 1 1 1 +v -3.483464 1.509087 -5.195136 1 1 1 +v -3.803921 1.509087 -4.981013 1 1 1 +v -3.831699 1.809087 -5.022587 1 1 1 +v -3.511242 1.809087 -5.23671 1 1 1 +v -3.803921 1.809087 -4.981013 1 1 1 +v -3.483464 1.809087 -5.195136 1 1 1 +v -3.845494 1.559087 -4.953235 1 1 1 +v -3.873273 1.559087 -4.994809 1 1 1 +v -3.845494 1.759087 -4.953235 1 1 1 +v -3.873273 1.759087 -4.994809 1 1 1 +v -3.469669 1.559087 -5.264488 1 1 1 +v -3.44189 1.559087 -5.222915 1 1 1 +v -3.469669 1.759087 -5.264488 1 1 1 +v -3.44189 1.759087 -5.222915 1 1 1 +v -2.639235 2.236932 -5.472847 1 1 1 +v -3.017239 2.236932 -5.397657 1 1 1 +v -2.62948 2.236932 -5.423808 1 1 1 +v -3.007485 2.236932 -5.348618 1 1 1 +v -3.017239 2.536932 -5.397657 1 1 1 +v -2.639235 2.536932 -5.472847 1 1 1 +v -3.007485 2.536932 -5.348618 1 1 1 +v -2.62948 2.536932 -5.423808 1 1 1 +v -3.056524 2.286932 -5.338863 1 1 1 +v -3.066279 2.286932 -5.387903 1 1 1 +v -3.056524 2.486932 -5.338863 1 1 1 +v -3.066279 2.486932 -5.387903 1 1 1 +v -2.590196 2.286932 -5.482602 1 1 1 +v -2.580441 2.286932 -5.433562 1 1 1 +v -2.590196 2.486932 -5.482602 1 1 1 +v -2.580441 2.486932 -5.433562 1 1 1 +v -2.33147 1.759764 -5.534065 1 1 1 +v -2.709475 1.759764 -5.458876 1 1 1 +v -2.321716 1.759764 -5.485026 1 1 1 +v -2.69972 1.759764 -5.409836 1 1 1 +v -2.709475 2.059764 -5.458876 1 1 1 +v -2.33147 2.059764 -5.534065 1 1 1 +v -2.69972 2.059764 -5.409836 1 1 1 +v -2.321716 2.059764 -5.485026 1 1 1 +v -2.74876 1.809764 -5.400082 1 1 1 +v -2.758514 1.809764 -5.449121 1 1 1 +v -2.74876 2.009764 -5.400082 1 1 1 +v -2.758514 2.009764 -5.449121 1 1 1 +v -2.282431 1.809764 -5.54382 1 1 1 +v -2.272676 1.809764 -5.494781 1 1 1 +v -2.282431 2.009764 -5.54382 1 1 1 +v -2.272676 2.009764 -5.494781 1 1 1 +v -5.415874 1.55972 -2.925666 1 1 1 +v -5.491063 1.55972 -2.547662 1 1 1 +v -5.366834 1.55972 -2.915912 1 1 1 +v -5.442024 1.55972 -2.537907 1 1 1 +v -5.415874 1.85972 -2.925666 1 1 1 +v -5.366834 1.85972 -2.915912 1 1 1 +v -5.491063 1.85972 -2.547662 1 1 1 +v -5.442024 1.85972 -2.537907 1 1 1 +v -5.451778 1.60972 -2.488868 1 1 1 +v -5.500818 1.60972 -2.498622 1 1 1 +v -5.451778 1.80972 -2.488868 1 1 1 +v -5.500818 1.80972 -2.498622 1 1 1 +v -5.406119 1.60972 -2.974705 1 1 1 +v -5.35708 1.60972 -2.964951 1 1 1 +v -5.406119 1.80972 -2.974705 1 1 1 +v -5.35708 1.80972 -2.964951 1 1 1 +v -2 3 6 1 1 1 +v -3.530734 3 5.695518 1 1 1 +v -2 3 5.6 1 1 1 +v -3.377661 3 5.325967 1 1 1 +v -4.828427 3 4.828427 1 1 1 +v -4.545585 3 4.545585 1 1 1 +v -5.695518 3 3.530734 1 1 1 +v -5.325966 3 3.37766 1 1 1 +v -6 3 2 1 1 1 +v -5.6 3 2 1 1 1 +v -2 0.9 5.6 1 1 1 +v -3.377661 0.9 5.325967 1 1 1 +v -4.545585 0.9 4.545585 1 1 1 +v -5.325966 0.9 3.37766 1 1 1 +v -5.6 0.9 2 1 1 1 +v -2 0 4.998005 1 1 1 +v -3.530734 0 5.695518 1 1 1 +v -3.147287 0 4.769795 1 1 1 +v -5.695518 0 3.530734 1 1 1 +v -4.11991 0 4.11991 1 1 1 +v -4.769795 0 3.147287 1 1 1 +v -4.998005 0 2 1 1 1 +v -2 0.2 4.998005 1 1 1 +v -3.147287 0.2 4.769795 1 1 1 +v -4.11991 0.2 4.11991 1 1 1 +v -4.769795 0.2 3.147287 1 1 1 +v -4.998005 0.2 2 1 1 1 +v -3.539528 0.2 4.483707 1 1 1 +v -3.539528 0 4.483707 1 1 1 +v -3.91916 0.2 4.992028 1 1 1 +v -3.91916 0 4.992028 1 1 1 +v -4.298758 0 3.526624 1 1 1 +v -3.838695 0 3.838694 1 1 1 +v -4.298758 0.2 3.526624 1 1 1 +v -3.838695 0.2 3.838694 1 1 1 +v -3.526624 0 4.298757 1 1 1 +v -3.526624 0.2 4.298757 1 1 1 +v -4.483707 0 3.539527 1 1 1 +v -4.483707 0.2 3.539527 1 1 1 +v -4.992029 0 3.919159 1 1 1 +v -4.992029 0.2 3.919159 1 1 1 +v -5.236711 1.509087 3.511242 1 1 1 +v -5.022588 1.509087 3.831699 1 1 1 +v -5.195137 1.509087 3.483464 1 1 1 +v -4.981014 1.509087 3.803921 1 1 1 +v -5.022588 1.809087 3.831699 1 1 1 +v -5.236711 1.809087 3.511242 1 1 1 +v -4.981014 1.809087 3.803921 1 1 1 +v -5.195137 1.809087 3.483464 1 1 1 +v -4.953236 1.559087 3.845494 1 1 1 +v -4.99481 1.559087 3.873273 1 1 1 +v -4.953236 1.759087 3.845494 1 1 1 +v -4.99481 1.759087 3.873273 1 1 1 +v -5.264489 1.559087 3.469669 1 1 1 +v -5.222916 1.559087 3.44189 1 1 1 +v -5.264489 1.759087 3.469669 1 1 1 +v -5.222916 1.759087 3.44189 1 1 1 +v -5.472848 2.236932 2.639234 1 1 1 +v -5.397658 2.236932 3.017239 1 1 1 +v -5.423809 2.236932 2.62948 1 1 1 +v -5.348619 2.236932 3.007484 1 1 1 +v -5.397658 2.536932 3.017239 1 1 1 +v -5.472848 2.536932 2.639234 1 1 1 +v -5.348619 2.536932 3.007484 1 1 1 +v -5.423809 2.536932 2.62948 1 1 1 +v -5.338864 2.286932 3.056524 1 1 1 +v -5.387904 2.286932 3.066278 1 1 1 +v -5.338864 2.486932 3.056524 1 1 1 +v -5.387904 2.486932 3.066278 1 1 1 +v -5.482603 2.286932 2.590195 1 1 1 +v -5.433563 2.286932 2.580441 1 1 1 +v -5.482603 2.486932 2.590195 1 1 1 +v -5.433563 2.486932 2.580441 1 1 1 +v -5.534066 1.759764 2.33147 1 1 1 +v -5.458877 1.759764 2.709475 1 1 1 +v -5.485027 1.759764 2.321716 1 1 1 +v -5.409837 1.759764 2.69972 1 1 1 +v -5.458877 2.059764 2.709475 1 1 1 +v -5.534066 2.059764 2.33147 1 1 1 +v -5.409837 2.059764 2.69972 1 1 1 +v -5.485027 2.059764 2.321716 1 1 1 +v -5.400083 1.809764 2.74876 1 1 1 +v -5.449122 1.809764 2.758514 1 1 1 +v -5.400083 2.009764 2.74876 1 1 1 +v -5.449122 2.009764 2.758514 1 1 1 +v -5.543821 1.809764 2.282431 1 1 1 +v -5.494781 1.809764 2.272676 1 1 1 +v -5.543821 2.009764 2.282431 1 1 1 +v -5.494781 2.009764 2.272676 1 1 1 +v -2.925667 1.55972 5.415874 1 1 1 +v -2.547662 1.55972 5.491063 1 1 1 +v -2.915913 1.55972 5.366834 1 1 1 +v -2.537908 1.55972 5.442024 1 1 1 +v -2.925667 1.85972 5.415874 1 1 1 +v -2.915913 1.85972 5.366834 1 1 1 +v -2.547662 1.85972 5.491063 1 1 1 +v -2.537908 1.85972 5.442024 1 1 1 +v -2.488869 1.60972 5.451778 1 1 1 +v -2.498623 1.60972 5.500818 1 1 1 +v -2.488869 1.80972 5.451778 1 1 1 +v -2.498623 1.80972 5.500818 1 1 1 +v -2.974706 1.60972 5.406119 1 1 1 +v -2.964952 1.60972 5.35708 1 1 1 +v -2.974706 1.80972 5.406119 1 1 1 +v -2.964952 1.80972 5.35708 1 1 1 +v 2 3 -5.999999 1 1 1 +v 3.530734 3 -5.695518 1 1 1 +v 2 3 -5.599999 1 1 1 +v 3.37766 3 -5.325965 1 1 1 +v 4.828427 3 -4.828426 1 1 1 +v 4.545585 3 -4.545584 1 1 1 +v 5.695518 3 -3.530733 1 1 1 +v 5.325967 3 -3.37766 1 1 1 +v 6 3 -1.999999 1 1 1 +v 5.6 3 -1.999999 1 1 1 +v 2 0.9 -5.599999 1 1 1 +v 3.37766 0.9 -5.325965 1 1 1 +v 4.545585 0.9 -4.545584 1 1 1 +v 5.325967 0.9 -3.37766 1 1 1 +v 5.6 0.9 -1.999999 1 1 1 +v 2 0 -4.998004 1 1 1 +v 3.530734 0 -5.695518 1 1 1 +v 3.147287 0 -4.769794 1 1 1 +v 5.695518 0 -3.530733 1 1 1 +v 4.11991 0 -4.119909 1 1 1 +v 4.769795 0 -3.147286 1 1 1 +v 4.998005 0 -1.999999 1 1 1 +v 2 0.2 -4.998004 1 1 1 +v 3.147287 0.2 -4.769794 1 1 1 +v 4.11991 0.2 -4.119909 1 1 1 +v 4.769795 0.2 -3.147286 1 1 1 +v 4.998005 0.2 -1.999999 1 1 1 +v 3.539527 0.2 -4.483706 1 1 1 +v 3.539527 0 -4.483706 1 1 1 +v 3.919159 0.2 -4.992027 1 1 1 +v 3.919159 0 -4.992027 1 1 1 +v 4.298758 0 -3.526623 1 1 1 +v 3.838695 0 -3.838693 1 1 1 +v 4.298758 0.2 -3.526623 1 1 1 +v 3.838695 0.2 -3.838693 1 1 1 +v 3.526624 0 -4.298756 1 1 1 +v 3.526624 0.2 -4.298756 1 1 1 +v 4.483707 0 -3.539526 1 1 1 +v 4.483707 0.2 -3.539526 1 1 1 +v 4.992028 0 -3.919159 1 1 1 +v 4.992028 0.2 -3.919159 1 1 1 +v 5.23671 1.509087 -3.511241 1 1 1 +v 5.022587 1.509087 -3.831698 1 1 1 +v 5.195137 1.509087 -3.483463 1 1 1 +v 4.981014 1.509087 -3.80392 1 1 1 +v 5.022587 1.809087 -3.831698 1 1 1 +v 5.23671 1.809087 -3.511241 1 1 1 +v 4.981014 1.809087 -3.80392 1 1 1 +v 5.195137 1.809087 -3.483463 1 1 1 +v 4.953236 1.559087 -3.845493 1 1 1 +v 4.994809 1.559087 -3.873272 1 1 1 +v 4.953236 1.759087 -3.845493 1 1 1 +v 4.994809 1.759087 -3.873272 1 1 1 +v 5.264488 1.559087 -3.469668 1 1 1 +v 5.222915 1.559087 -3.441889 1 1 1 +v 5.264488 1.759087 -3.469668 1 1 1 +v 5.222915 1.759087 -3.441889 1 1 1 +v 5.472848 2.236932 -2.639234 1 1 1 +v 5.397659 2.236932 -3.017239 1 1 1 +v 5.423809 2.236932 -2.62948 1 1 1 +v 5.348619 2.236932 -3.007484 1 1 1 +v 5.397659 2.536932 -3.017239 1 1 1 +v 5.472848 2.536932 -2.639234 1 1 1 +v 5.348619 2.536932 -3.007484 1 1 1 +v 5.423809 2.536932 -2.62948 1 1 1 +v 5.338865 2.286932 -3.056524 1 1 1 +v 5.387904 2.286932 -3.066278 1 1 1 +v 5.338865 2.486932 -3.056524 1 1 1 +v 5.387904 2.486932 -3.066278 1 1 1 +v 5.482603 2.286932 -2.590195 1 1 1 +v 5.433564 2.286932 -2.580441 1 1 1 +v 5.482603 2.486932 -2.590195 1 1 1 +v 5.433564 2.486932 -2.580441 1 1 1 +v 5.534067 1.759764 -2.331469 1 1 1 +v 5.458877 1.759764 -2.709474 1 1 1 +v 5.485027 1.759764 -2.321715 1 1 1 +v 5.409838 1.759764 -2.699719 1 1 1 +v 5.458877 2.059764 -2.709474 1 1 1 +v 5.534067 2.059764 -2.331469 1 1 1 +v 5.409838 2.059764 -2.699719 1 1 1 +v 5.485027 2.059764 -2.321715 1 1 1 +v 5.400083 1.809764 -2.748759 1 1 1 +v 5.449122 1.809764 -2.758513 1 1 1 +v 5.400083 2.009764 -2.748759 1 1 1 +v 5.449122 2.009764 -2.758513 1 1 1 +v 5.543821 1.809764 -2.28243 1 1 1 +v 5.494782 1.809764 -2.272676 1 1 1 +v 5.543821 2.009764 -2.28243 1 1 1 +v 5.494782 2.009764 -2.272676 1 1 1 +v 2.925667 1.55972 -5.415873 1 1 1 +v 2.547662 1.55972 -5.491062 1 1 1 +v 2.915913 1.55972 -5.366833 1 1 1 +v 2.537908 1.55972 -5.442023 1 1 1 +v 2.925667 1.85972 -5.415873 1 1 1 +v 2.915913 1.85972 -5.366833 1 1 1 +v 2.547662 1.85972 -5.491062 1 1 1 +v 2.537908 1.85972 -5.442023 1 1 1 +v 2.488869 1.60972 -5.451777 1 1 1 +v 2.498623 1.60972 -5.500817 1 1 1 +v 2.488869 1.80972 -5.451777 1 1 1 +v 2.498623 1.80972 -5.500817 1 1 1 +v 2.974706 1.60972 -5.406118 1 1 1 +v 2.964952 1.60972 -5.357079 1 1 1 +v 2.974706 1.80972 -5.406118 1 1 1 +v 2.964952 1.80972 -5.357079 1 1 1 +v 6 3 2 1 1 1 +v 5.695518 3 3.530734 1 1 1 +v 5.6 3 2 1 1 1 +v 5.325966 3 3.37766 1 1 1 +v 4.828427 3 4.828427 1 1 1 +v 4.545585 3 4.545585 1 1 1 +v 3.530734 3 5.695518 1 1 1 +v 3.37766 3 5.325966 1 1 1 +v 2 3 6 1 1 1 +v 2 3 5.6 1 1 1 +v 5.6 0.9 2 1 1 1 +v 5.325966 0.9 3.37766 1 1 1 +v 4.545585 0.9 4.545585 1 1 1 +v 3.37766 0.9 5.325966 1 1 1 +v 2 0.9 5.6 1 1 1 +v 4.998005 0 2 1 1 1 +v 5.695518 0 3.530734 1 1 1 +v 4.769795 0 3.147287 1 1 1 +v 3.530734 0 5.695518 1 1 1 +v 4.11991 0 4.11991 1 1 1 +v 3.147287 0 4.769795 1 1 1 +v 2 0 4.998005 1 1 1 +v 4.998005 0.2 2 1 1 1 +v 4.769795 0.2 3.147287 1 1 1 +v 4.11991 0.2 4.11991 1 1 1 +v 3.147287 0.2 4.769795 1 1 1 +v 2 0.2 4.998005 1 1 1 +v 4.483707 0.2 3.539527 1 1 1 +v 4.483707 0 3.539527 1 1 1 +v 4.992028 0.2 3.919159 1 1 1 +v 4.992028 0 3.919159 1 1 1 +v 3.526624 0 4.298757 1 1 1 +v 3.838694 0 3.838695 1 1 1 +v 3.526624 0.2 4.298757 1 1 1 +v 3.838694 0.2 3.838695 1 1 1 +v 4.298757 0 3.526624 1 1 1 +v 4.298757 0.2 3.526624 1 1 1 +v 3.539527 0 4.483707 1 1 1 +v 3.539527 0.2 4.483707 1 1 1 +v 3.91916 0 4.992028 1 1 1 +v 3.91916 0.2 4.992028 1 1 1 +v 3.511242 1.509087 5.236711 1 1 1 +v 3.831699 1.509087 5.022588 1 1 1 +v 3.483464 1.509087 5.195137 1 1 1 +v 3.803921 1.509087 4.981014 1 1 1 +v 3.831699 1.809087 5.022588 1 1 1 +v 3.511242 1.809087 5.236711 1 1 1 +v 3.803921 1.809087 4.981014 1 1 1 +v 3.483464 1.809087 5.195137 1 1 1 +v 3.845494 1.559087 4.953236 1 1 1 +v 3.873273 1.559087 4.99481 1 1 1 +v 3.845494 1.759087 4.953236 1 1 1 +v 3.873273 1.759087 4.99481 1 1 1 +v 3.469669 1.559087 5.264489 1 1 1 +v 3.44189 1.559087 5.222916 1 1 1 +v 3.469669 1.759087 5.264489 1 1 1 +v 3.44189 1.759087 5.222916 1 1 1 +v 2.639235 2.236932 5.472848 1 1 1 +v 3.01724 2.236932 5.397658 1 1 1 +v 2.629481 2.236932 5.423809 1 1 1 +v 3.007485 2.236932 5.348619 1 1 1 +v 3.01724 2.536932 5.397658 1 1 1 +v 2.639235 2.536932 5.472848 1 1 1 +v 3.007485 2.536932 5.348619 1 1 1 +v 2.629481 2.536932 5.423809 1 1 1 +v 3.056525 2.286932 5.338864 1 1 1 +v 3.066279 2.286932 5.387904 1 1 1 +v 3.056525 2.486932 5.338864 1 1 1 +v 3.066279 2.486932 5.387904 1 1 1 +v 2.590196 2.286932 5.482603 1 1 1 +v 2.580441 2.286932 5.433563 1 1 1 +v 2.590196 2.486932 5.482603 1 1 1 +v 2.580441 2.486932 5.433563 1 1 1 +v 2.33147 1.759764 5.534066 1 1 1 +v 2.709475 1.759764 5.458877 1 1 1 +v 2.321716 1.759764 5.485027 1 1 1 +v 2.69972 1.759764 5.409837 1 1 1 +v 2.709475 2.059764 5.458877 1 1 1 +v 2.33147 2.059764 5.534066 1 1 1 +v 2.69972 2.059764 5.409837 1 1 1 +v 2.321716 2.059764 5.485027 1 1 1 +v 2.74876 1.809764 5.400083 1 1 1 +v 2.758514 1.809764 5.449122 1 1 1 +v 2.74876 2.009764 5.400083 1 1 1 +v 2.758514 2.009764 5.449122 1 1 1 +v 2.282431 1.809764 5.543821 1 1 1 +v 2.272676 1.809764 5.494781 1 1 1 +v 2.282431 2.009764 5.543821 1 1 1 +v 2.272676 2.009764 5.494781 1 1 1 +v 5.415874 1.55972 2.925667 1 1 1 +v 5.491063 1.55972 2.547662 1 1 1 +v 5.366834 1.55972 2.915913 1 1 1 +v 5.442024 1.55972 2.537908 1 1 1 +v 5.415874 1.85972 2.925667 1 1 1 +v 5.366834 1.85972 2.915913 1 1 1 +v 5.491063 1.85972 2.547662 1 1 1 +v 5.442024 1.85972 2.537908 1 1 1 +v 5.451778 1.60972 2.488869 1 1 1 +v 5.500818 1.60972 2.498623 1 1 1 +v 5.451778 1.80972 2.488869 1 1 1 +v 5.500818 1.80972 2.498623 1 1 1 +v 5.406119 1.60972 2.974706 1 1 1 +v 5.35708 1.60972 2.964952 1 1 1 +v 5.406119 1.80972 2.974706 1 1 1 +v 5.35708 1.80972 2.964952 1 1 1 +v -5.6 3 2 1 1 1 +v -5.6 0.9 2 1 1 1 +v -6 3 2 1 1 1 +v -6 0.9 2 1 1 1 +v -6 0.9 1.6 1 1 1 +v -6 3 1.6 1 1 1 +v -5.65359 0.9 1.8 1 1 1 +v -5.65359 3 1.8 1 1 1 +v -5.8 0.9 1.65359 1 1 1 +v -5.8 3 1.65359 1 1 1 +v -6 -1.707772E-14 2 1 1 1 +v -6 -1.707772E-14 0.9980048 1 1 1 +v -6 0.2 2 1 1 1 +v -6 0.2 0.9980048 1 1 1 +v -4.998005 0.2 2 1 1 1 +v -4.998005 -1.707772E-14 2 1 1 1 +v -5.132247 0.2 1.499002 1 1 1 +v -5.499002 0.2 1.132247 1 1 1 +v -5.132247 -1.635581E-14 1.499002 1 1 1 +v -5.499002 -1.635581E-14 1.132247 1 1 1 +v -6 3 -1.6 1 1 1 +v -6 0.9 -1.6 1 1 1 +v -6 3 -2 1 1 1 +v -6 0.9 -2 1 1 1 +v -5.6 0.9 -2 1 1 1 +v -5.6 3 -2 1 1 1 +v -5.8 0.9 -1.65359 1 1 1 +v -5.8 3 -1.65359 1 1 1 +v -5.65359 0.9 -1.8 1 1 1 +v -5.65359 3 -1.8 1 1 1 +v -6 -1.671676E-14 -2 1 1 1 +v -4.998005 -1.671676E-14 -2 1 1 1 +v -6 0.2 -2 1 1 1 +v -4.998005 0.2 -2 1 1 1 +v -6 0.2 -0.9980049 1 1 1 +v -6 -1.671676E-14 -0.9980049 1 1 1 +v -5.499002 0.2 -1.132247 1 1 1 +v -5.132247 0.2 -1.499002 1 1 1 +v -5.499002 -1.599485E-14 -1.132247 1 1 1 +v -5.132247 -1.599485E-14 -1.499002 1 1 1 +v 2 3 5.6 1 1 1 +v 2 0.9 5.6 1 1 1 +v 2 3 6 1 1 1 +v 2 0.9 6 1 1 1 +v 1.6 0.9 6 1 1 1 +v 1.6 3 6 1 1 1 +v 1.8 0.9 5.65359 1 1 1 +v 1.8 3 5.65359 1 1 1 +v 1.65359 0.9 5.8 1 1 1 +v 1.65359 3 5.8 1 1 1 +v 2 -1.707772E-14 6 1 1 1 +v 0.9980049 -1.707772E-14 6 1 1 1 +v 0.9980049 0.2 6 1 1 1 +v 2 -1.707772E-14 4.998005 1 1 1 +v 1.499002 0.2 5.132247 1 1 1 +v 1.132247 0.2 5.499002 1 1 1 +v 1.499002 -1.635581E-14 5.132247 1 1 1 +v 1.132247 -1.635581E-14 5.499002 1 1 1 +v -1.6 3 6 1 1 1 +v -1.6 0.9 6 1 1 1 +v -2 3 6 1 1 1 +v -2 0.9 6 1 1 1 +v -2 0.9 5.6 1 1 1 +v -2 3 5.6 1 1 1 +v -1.653589 0.9 5.8 1 1 1 +v -1.653589 3 5.8 1 1 1 +v -1.8 0.9 5.65359 1 1 1 +v -1.8 3 5.65359 1 1 1 +v -2 -1.671676E-14 6 1 1 1 +v -2 -1.671676E-14 4.998005 1 1 1 +v -2 0.2 6 1 1 1 +v -2 0.2 4.998005 1 1 1 +v -0.9980049 0.2 6 1 1 1 +v -0.9980049 -1.671676E-14 6 1 1 1 +v -1.132247 0.2 5.499002 1 1 1 +v -1.499002 0.2 5.132247 1 1 1 +v -1.132247 -1.599485E-14 5.499002 1 1 1 +v -1.499002 -1.599485E-14 5.132247 1 1 1 +v 6 3 1.6 1 1 1 +v 6 0.9 1.6 1 1 1 +v 6 3 2 1 1 1 +v 6 0.9 2 1 1 1 +v 5.6 0.9 2 1 1 1 +v 5.6 3 2 1 1 1 +v 5.8 0.9 1.65359 1 1 1 +v 5.8 3 1.65359 1 1 1 +v 5.65359 0.9 1.8 1 1 1 +v 5.65359 3 1.8 1 1 1 +v 6 -1.635581E-14 2 1 1 1 +v 4.998005 -1.635581E-14 2 1 1 1 +v 6 0.2 0.9980049 1 1 1 +v 6 -1.635581E-14 0.9980049 1 1 1 +v 5.499002 0.2 1.132247 1 1 1 +v 5.132247 0.2 1.499002 1 1 1 +v 5.499002 -1.56339E-14 1.132247 1 1 1 +v 5.132247 -1.56339E-14 1.499002 1 1 1 +v 5.6 3 -2 1 1 1 +v 5.6 0.9 -2 1 1 1 +v 6 3 -2 1 1 1 +v 6 0.9 -2 1 1 1 +v 6 0.9 -1.6 1 1 1 +v 6 3 -1.6 1 1 1 +v 5.65359 0.9 -1.8 1 1 1 +v 5.65359 3 -1.8 1 1 1 +v 5.8 0.9 -1.65359 1 1 1 +v 5.8 3 -1.65359 1 1 1 +v 6 -1.671676E-14 -2 1 1 1 +v 6 -1.671676E-14 -0.9980049 1 1 1 +v 6 0.2 -2 1 1 1 +v 6 0.2 -0.9980049 1 1 1 +v 4.998005 0.2 -2 1 1 1 +v 4.998005 -1.671676E-14 -2 1 1 1 +v 5.132247 0.2 -1.499002 1 1 1 +v 5.499002 0.2 -1.132247 1 1 1 +v 5.132247 -1.599485E-14 -1.499002 1 1 1 +v 5.499002 -1.599485E-14 -1.132247 1 1 1 +v 1.6 3 -5.999999 1 1 1 +v 1.6 0.9 -5.999999 1 1 1 +v 2 3 -6 1 1 1 +v 2 0.9 -6 1 1 1 +v 2 0.9 -5.599999 1 1 1 +v 2 3 -5.599999 1 1 1 +v 1.65359 0.9 -5.799999 1 1 1 +v 1.65359 3 -5.799999 1 1 1 +v 1.8 0.9 -5.653589 1 1 1 +v 1.8 3 -5.653589 1 1 1 +v 2 -1.635581E-14 -5.999999 1 1 1 +v 2 -1.635581E-14 -4.998004 1 1 1 +v 2 0.2 -5.999999 1 1 1 +v 2 0.2 -4.998004 1 1 1 +v 0.9980048 0.2 -5.999999 1 1 1 +v 0.9980048 -1.635581E-14 -5.999999 1 1 1 +v 1.132247 0.2 -5.499002 1 1 1 +v 1.499002 0.2 -5.132246 1 1 1 +v 1.132247 -1.56339E-14 -5.499002 1 1 1 +v 1.499002 -1.56339E-14 -5.132246 1 1 1 +v -2 3 -5.599999 1 1 1 +v -2 0.9 -5.599999 1 1 1 +v -2 3 -5.999999 1 1 1 +v -2 0.9 -5.999999 1 1 1 +v -1.6 0.9 -5.999999 1 1 1 +v -1.6 3 -5.999999 1 1 1 +v -1.8 0.9 -5.653589 1 1 1 +v -1.8 3 -5.653589 1 1 1 +v -1.65359 0.9 -5.799999 1 1 1 +v -1.65359 3 -5.799999 1 1 1 +v -2 -1.671676E-14 -5.999999 1 1 1 +v -0.9980049 -1.671676E-14 -5.999999 1 1 1 +v -0.9980049 0.2 -5.999999 1 1 1 +v -2 -1.671676E-14 -4.998004 1 1 1 +v -1.499002 0.2 -5.132246 1 1 1 +v -1.132247 0.2 -5.499002 1 1 1 +v -1.499002 -1.599485E-14 -5.132246 1 1 1 +v -1.132247 -1.599485E-14 -5.499002 1 1 1 +v -4.840657 2.757286 -4.090399 1 1 1 +v -4.465528 2.757286 -3.822449 1 1 1 +v -5.108607 2.757286 -4.465528 1 1 1 +v -4.840657 2.757286 -4.840656 1 1 1 +v -4.0904 2.757286 -4.090398 1 1 1 +v -3.82245 2.757286 -4.465528 1 1 1 +v -4.465528 2.757286 -5.108606 1 1 1 +v -4.090399 2.757286 -4.840656 1 1 1 +v -4.840657 3.133286 -4.090399 1 1 1 +v -5.108607 3.133286 -4.465528 1 1 1 +v -4.465528 3.133286 -3.822449 1 1 1 +v -4.0904 3.133286 -4.090398 1 1 1 +v -4.840657 3.133286 -4.840656 1 1 1 +v -3.82245 3.133286 -4.465528 1 1 1 +v -4.465528 3.133286 -5.108606 1 1 1 +v -4.090399 3.133286 -4.840656 1 1 1 +v -4.810647 0.576 -4.120409 1 1 1 +v -5.05716 0.576 -4.465528 1 1 1 +v -4.465528 0.576 -3.873896 1 1 1 +v -4.12041 0.576 -4.120409 1 1 1 +v -4.810647 0.576 -4.810646 1 1 1 +v -4.465528 0.576 -5.057159 1 1 1 +v -3.873897 0.576 -4.465528 1 1 1 +v -4.12041 0.576 -4.810646 1 1 1 +v -4.465528 0.2 -3.873896 1 1 1 +v -4.810647 0.2 -4.120409 1 1 1 +v -4.12041 0.2 -4.120409 1 1 1 +v -3.873897 0.2 -4.465528 1 1 1 +v -4.12041 0.2 -4.810646 1 1 1 +v -4.465528 0.2 -5.057159 1 1 1 +v -4.810647 0.2 -4.810646 1 1 1 +v -5.05716 0.2 -4.465528 1 1 1 +v -4.23289 0.576 -4.23289 1 1 1 +v -4.465528 0.576 -4.06672 1 1 1 +v -4.174731 2.757286 -4.17473 1 1 1 +v -4.465528 2.757286 -3.967017 1 1 1 +v -4.174731 2.757286 -4.756325 1 1 1 +v -4.465528 2.757286 -4.964038 1 1 1 +v -4.232891 0.576 -4.698166 1 1 1 +v -4.465528 0.576 -4.864336 1 1 1 +v -4.06672 0.576 -4.465528 1 1 1 +v -3.967018 2.757286 -4.465528 1 1 1 +v -4.698166 0.576 -4.232889 1 1 1 +v -4.864336 0.576 -4.465528 1 1 1 +v -4.756326 2.757286 -4.17473 1 1 1 +v -4.964039 2.757286 -4.465528 1 1 1 +v -4.698167 0.576 -4.698165 1 1 1 +v -4.756326 2.757286 -4.756325 1 1 1 +v -4.0904 2.757286 4.840658 1 1 1 +v -3.822451 2.757286 4.465528 1 1 1 +v -4.465529 2.757286 5.108607 1 1 1 +v -4.840658 2.757286 4.840657 1 1 1 +v -4.0904 2.757286 4.0904 1 1 1 +v -4.465529 2.757286 3.82245 1 1 1 +v -5.108607 2.757286 4.465528 1 1 1 +v -4.840658 2.757286 4.090399 1 1 1 +v -4.0904 3.133286 4.840658 1 1 1 +v -4.465529 3.133286 5.108607 1 1 1 +v -3.822451 3.133286 4.465528 1 1 1 +v -4.0904 3.133286 4.0904 1 1 1 +v -4.840658 3.133286 4.840657 1 1 1 +v -4.465529 3.133286 3.82245 1 1 1 +v -5.108607 3.133286 4.465528 1 1 1 +v -4.840658 3.133286 4.090399 1 1 1 +v -4.12041 0.576 4.810647 1 1 1 +v -4.465529 0.576 5.05716 1 1 1 +v -3.873897 0.576 4.465528 1 1 1 +v -4.12041 0.576 4.12041 1 1 1 +v -4.810648 0.576 4.810647 1 1 1 +v -5.057161 0.576 4.465528 1 1 1 +v -4.465529 0.576 3.873896 1 1 1 +v -4.810647 0.576 4.120409 1 1 1 +v -3.873897 0.2 4.465528 1 1 1 +v -4.12041 0.2 4.810647 1 1 1 +v -4.12041 0.2 4.12041 1 1 1 +v -4.465529 0.2 3.873896 1 1 1 +v -4.810647 0.2 4.120409 1 1 1 +v -5.057161 0.2 4.465528 1 1 1 +v -4.810648 0.2 4.810647 1 1 1 +v -4.465529 0.2 5.05716 1 1 1 +v -4.232891 0.576 4.23289 1 1 1 +v -4.066721 0.576 4.465528 1 1 1 +v -4.174731 2.757286 4.174731 1 1 1 +v -3.967019 2.757286 4.465528 1 1 1 +v -4.756327 2.757286 4.174731 1 1 1 +v -4.964039 2.757286 4.465528 1 1 1 +v -4.698167 0.576 4.23289 1 1 1 +v -4.864337 0.576 4.465528 1 1 1 +v -4.465529 0.576 4.06672 1 1 1 +v -4.465529 2.757286 3.967018 1 1 1 +v -4.232891 0.576 4.698167 1 1 1 +v -4.465529 0.576 4.864337 1 1 1 +v -4.174731 2.757286 4.756326 1 1 1 +v -4.465529 2.757286 4.964039 1 1 1 +v -4.698167 0.576 4.698167 1 1 1 +v -4.756327 2.757286 4.756326 1 1 1 +v 4.090399 2.757286 -4.840656 1 1 1 +v 3.82245 2.757286 -4.465528 1 1 1 +v 4.465528 2.757286 -5.108606 1 1 1 +v 4.840657 2.757286 -4.840657 1 1 1 +v 4.090399 2.757286 -4.090398 1 1 1 +v 4.465528 2.757286 -3.822449 1 1 1 +v 5.108607 2.757286 -4.465528 1 1 1 +v 4.840658 2.757286 -4.090398 1 1 1 +v 4.090399 3.133286 -4.840656 1 1 1 +v 4.465528 3.133286 -5.108606 1 1 1 +v 3.82245 3.133286 -4.465528 1 1 1 +v 4.090399 3.133286 -4.090398 1 1 1 +v 4.840657 3.133286 -4.840657 1 1 1 +v 4.465528 3.133286 -3.822449 1 1 1 +v 5.108607 3.133286 -4.465528 1 1 1 +v 4.840658 3.133286 -4.090398 1 1 1 +v 4.12041 0.576 -4.810646 1 1 1 +v 4.465528 0.576 -5.057159 1 1 1 +v 3.873896 0.576 -4.465528 1 1 1 +v 4.12041 0.576 -4.120409 1 1 1 +v 4.810647 0.576 -4.810646 1 1 1 +v 5.05716 0.576 -4.465528 1 1 1 +v 4.465528 0.576 -3.873895 1 1 1 +v 4.810647 0.576 -4.120409 1 1 1 +v 3.873896 0.2 -4.465528 1 1 1 +v 4.12041 0.2 -4.810646 1 1 1 +v 4.12041 0.2 -4.120409 1 1 1 +v 4.465528 0.2 -3.873895 1 1 1 +v 4.810647 0.2 -4.120409 1 1 1 +v 5.05716 0.2 -4.465528 1 1 1 +v 4.810647 0.2 -4.810646 1 1 1 +v 4.465528 0.2 -5.057159 1 1 1 +v 4.232891 0.576 -4.232889 1 1 1 +v 4.06672 0.576 -4.465528 1 1 1 +v 4.174731 2.757286 -4.17473 1 1 1 +v 3.967018 2.757286 -4.465528 1 1 1 +v 4.756326 2.757286 -4.17473 1 1 1 +v 4.964039 2.757286 -4.465528 1 1 1 +v 4.698167 0.576 -4.23289 1 1 1 +v 4.864337 0.576 -4.465528 1 1 1 +v 4.465528 0.576 -4.066719 1 1 1 +v 4.465528 2.757286 -3.967017 1 1 1 +v 4.23289 0.576 -4.698165 1 1 1 +v 4.465528 0.576 -4.864336 1 1 1 +v 4.174731 2.757286 -4.756325 1 1 1 +v 4.465528 2.757286 -4.964038 1 1 1 +v 4.698166 0.576 -4.698166 1 1 1 +v 4.756326 2.757286 -4.756325 1 1 1 +v 4.840657 2.757286 4.0904 1 1 1 +v 4.465528 2.757286 3.82245 1 1 1 +v 5.108607 2.757286 4.465528 1 1 1 +v 4.840657 2.757286 4.840657 1 1 1 +v 4.0904 2.757286 4.090399 1 1 1 +v 3.82245 2.757286 4.465528 1 1 1 +v 4.465528 2.757286 5.108607 1 1 1 +v 4.090399 2.757286 4.840657 1 1 1 +v 4.840657 3.133286 4.0904 1 1 1 +v 5.108607 3.133286 4.465528 1 1 1 +v 4.465528 3.133286 3.82245 1 1 1 +v 4.0904 3.133286 4.090399 1 1 1 +v 4.840657 3.133286 4.840657 1 1 1 +v 3.82245 3.133286 4.465528 1 1 1 +v 4.465528 3.133286 5.108607 1 1 1 +v 4.090399 3.133286 4.840657 1 1 1 +v 4.810647 0.576 4.12041 1 1 1 +v 5.05716 0.576 4.465528 1 1 1 +v 4.465528 0.576 3.873897 1 1 1 +v 4.12041 0.576 4.12041 1 1 1 +v 4.810647 0.576 4.810647 1 1 1 +v 4.465528 0.576 5.05716 1 1 1 +v 3.873897 0.576 4.465528 1 1 1 +v 4.12041 0.576 4.810647 1 1 1 +v 4.465528 0.2 3.873897 1 1 1 +v 4.810647 0.2 4.12041 1 1 1 +v 4.12041 0.2 4.12041 1 1 1 +v 3.873897 0.2 4.465528 1 1 1 +v 4.12041 0.2 4.810647 1 1 1 +v 4.465528 0.2 5.05716 1 1 1 +v 4.810647 0.2 4.810647 1 1 1 +v 5.05716 0.2 4.465528 1 1 1 +v 4.23289 0.576 4.232891 1 1 1 +v 4.465528 0.576 4.06672 1 1 1 +v 4.174731 2.757286 4.174731 1 1 1 +v 4.465528 2.757286 3.967018 1 1 1 +v 4.174731 2.757286 4.756326 1 1 1 +v 4.465528 2.757286 4.964039 1 1 1 +v 4.232891 0.576 4.698167 1 1 1 +v 4.465528 0.576 4.864336 1 1 1 +v 4.06672 0.576 4.465528 1 1 1 +v 3.967018 2.757286 4.465528 1 1 1 +v 4.698166 0.576 4.23289 1 1 1 +v 4.864336 0.576 4.465528 1 1 1 +v 4.756326 2.757286 4.174731 1 1 1 +v 4.964039 2.757286 4.465528 1 1 1 +v 4.698167 0.576 4.698166 1 1 1 +v 4.756326 2.757286 4.756326 1 1 1 +v 3.774421 3.609557E-16 0.1721042 1 1 1 +v 2.61531 3.609557E-16 -0.1384787 1 1 1 +v 3.668355 0.1 -0.01160757 1 1 1 +v 2.799022 0.1 -0.2445447 1 1 1 +v 5.211001 0.1 -0.9062624 1 1 1 +v 4.930368 0.1 -0.80022 1 1 1 +v 5.104959 0.1 -1.186896 1 1 1 +v 4.824326 0.1 -1.080853 1 1 1 +v 3.901292 0.1 -0.8809408 1 1 1 +v 3.031959 0.1 -1.113878 1 1 1 +v 3.609777 3.609557E-16 0.5248491 1 1 1 +v 3.732251 0.2 0.5955597 1 1 1 +v 3.816832 3.609557E-16 1.29759 1 1 1 +v 3.887543 0.2 1.175115 1 1 1 +v 4.467098 0.2 1.019824 1 1 1 +v 4.311807 0.2 0.4402683 1 1 1 +v 4.589572 3.609557E-16 1.090534 1 1 1 +v 4.085004 3.609557E-16 -0.9870068 1 1 1 +v 2.925893 3.609557E-16 -1.29759 1 1 1 +v 2.772713 0.05 1.335641 1 1 1 +v 2.482935 0.05 1.413287 1 1 1 +v 2.695067 0.05 1.045863 1 1 1 +v 2.40529 0.05 1.123509 1 1 1 +v 2.44758 3.609557E-16 1.474524 1 1 1 +v 2.344052 3.609557E-16 1.088154 1 1 1 +v 2.83395 3.609557E-16 1.370996 1 1 1 +v 2.730422 3.609557E-16 0.9846259 1 1 1 +v 4.75988 3.609557E-16 -1.109952 1 1 1 +v 4.90127 3.609557E-16 -0.735774 1 1 1 +v 5.134058 3.609557E-16 -1.251342 1 1 1 +v 5.275447 3.609557E-16 -0.8771639 1 1 1 +v 5.385044 3.609557E-16 1.396792 1 1 1 +v 5.578229 3.609557E-16 1.345028 1 1 1 +v 5.415662 0.05 1.41447 1 1 1 +v 5.560551 0.05 1.375647 1 1 1 +v 5.599374 0.05 1.520536 1 1 1 +v 5.454485 0.05 1.559358 1 1 1 +v 4.382517 3.609557E-16 0.3177938 1 1 1 +v 5.629992 3.609557E-16 1.538213 1 1 1 +v 5.436808 3.609557E-16 1.589977 1 1 1 +v 3.069483 3.609557E-16 -1.720207 1 1 1 +v 3.262668 3.609557E-16 -1.771971 1 1 1 +v 3.100101 0.05 -1.702529 1 1 1 +v 3.24499 0.05 -1.741352 1 1 1 +v 3.283813 0.05 -1.596463 1 1 1 +v 3.138924 0.05 -1.55764 1 1 1 +v 3.121247 3.609557E-16 -1.527022 1 1 1 +v 3.314432 3.609557E-16 -1.578785 1 1 1 +v 3.313485 0.1 0.5110617 1 1 1 +v 3.313485 0.1 0.8110617 1 1 1 +v 3.013485 0.1 0.5110617 1 1 1 +v 3.013485 0.1 0.8110617 1 1 1 +v 3.363485 3.609557E-16 0.4610618 1 1 1 +v 3.363485 3.609557E-16 0.8610617 1 1 1 +v 2.963485 3.609557E-16 0.4610618 1 1 1 +v 2.963485 3.609557E-16 0.8610617 1 1 1 +v 4.196238 3.609557E-16 -0.594766 1 1 1 +v 4.221238 0.1 -0.569766 1 1 1 +v 4.196238 3.609557E-16 -0.394766 1 1 1 +v 4.221238 0.1 -0.419766 1 1 1 +v 4.371238 0.1 -0.569766 1 1 1 +v 4.371238 0.1 -0.419766 1 1 1 +v 4.396238 3.609557E-16 -0.594766 1 1 1 +v 4.396238 3.609557E-16 -0.394766 1 1 1 +v 4.823903 0.05 0.05306925 1 1 1 +v 4.534125 0.05 0.130715 1 1 1 +v 4.746257 0.05 -0.2367085 1 1 1 +v 4.45648 0.05 -0.1590628 1 1 1 +v 4.49877 3.609557E-16 0.1919522 1 1 1 +v 4.395242 3.609557E-16 -0.1944181 1 1 1 +v 5.323452 0.1 0.4701758 1 1 1 +v 5.245807 0.1 0.7599536 1 1 1 +v 5.033675 0.1 0.3925301 1 1 1 +v 4.956029 0.1 0.6823078 1 1 1 +v 5.38469 3.609557E-16 0.4348205 1 1 1 +v 5.281162 3.609557E-16 0.8211908 1 1 1 +v 4.88514 3.609557E-16 0.08842458 1 1 1 +v 4.781612 3.609557E-16 -0.2979457 1 1 1 +v 4.894792 3.609557E-16 0.7176632 1 1 1 +v 4.99832 3.609557E-16 0.3312929 1 1 1 + +vn -0.4082483 0.5773503 -0.7071068 +vn 0.7071068 0.5773503 -0.4082483 +vn -0.3003764 0.7994348 -0.5202672 +vn 0.5202672 0.7994348 -0.3003764 +vn 0.3003764 -0.7994348 0.5202672 +vn -0.7071068 -0.5773503 0.4082483 +vn 0.4082483 -0.5773503 0.7071068 +vn -0.5202672 -0.7994348 0.3003764 +vn -0.4082483 0.5773503 0.7071068 +vn -0.7071068 0.5773503 -0.4082483 +vn -0.3003764 0.7994348 0.5202672 +vn -0.5202672 0.7994348 -0.3003764 +vn 0.3003764 -0.7994348 -0.5202672 +vn 0.7071068 -0.5773503 0.4082483 +vn 0.4082483 -0.5773503 -0.7071068 +vn 0.5202672 -0.7994348 0.3003764 +vn 0.4082483 0.5773503 0.7071068 +vn -0.7071068 0.5773503 0.4082483 +vn 0.3003764 0.7994348 0.5202672 +vn -0.5202672 0.7994348 0.3003764 +vn -0.3003764 -0.7994348 -0.5202672 +vn 0.7071068 -0.5773503 -0.4082483 +vn -0.4082483 -0.5773503 -0.7071068 +vn 0.5202672 -0.7994348 -0.3003764 +vn 0.3003764 0.7994348 -0.5202672 +vn 0.5202672 0.7994348 0.3003764 +vn -0.3003764 -0.7994348 0.5202672 +vn -0.5202672 -0.7994348 -0.3003764 +vn 0.4082483 0.5773503 -0.7071068 +vn -0.4082483 -0.5773503 0.7071068 +vn 0.7071068 0.5773503 0.4082483 +vn -0.7071068 -0.5773503 -0.4082483 +vn -0.4245382 0.9054101 8.927619E-14 +vn -8.927619E-14 0.9054101 -0.4245382 +vn 8.927619E-14 0.9054101 0.4245382 +vn 0.4245382 0.9054101 -8.927619E-14 +vn -8.927619E-14 -0.9054101 -0.4245382 +vn 8.927619E-14 -0.9054101 0.4245382 +vn 0.4245382 -0.9054101 -8.927619E-14 +vn -0.4245382 -0.9054101 8.927619E-14 +vn -1.214111E-13 0.8164966 -0.5773503 +vn 0.5773503 0.8164966 -1.214111E-13 +vn 1.214111E-13 -0.8164966 0.5773503 +vn -0.5773503 -0.8164966 1.214111E-13 +vn -0.5773503 0.8164966 1.214111E-13 +vn 0.5773503 -0.8164966 -1.214111E-13 +vn 1.214111E-13 0.8164966 0.5773503 +vn -1.214111E-13 -0.8164966 -0.5773503 +vn -0.5 0.8164966 -0.2886751 +vn -0.3676609 0.90541 -0.2122691 +vn -0.2886751 0.8164966 0.5 +vn -0.2122691 0.90541 0.3676609 +vn 0.2886751 -0.8164966 -0.5 +vn 0.3676609 -0.90541 0.2122691 +vn 0.5 -0.8164966 0.2886751 +vn 0.2122691 -0.90541 -0.3676609 +vn 0.5 0.8164966 0.2886751 +vn 0.3676609 0.90541 0.2122691 +vn -0.5 -0.8164966 -0.2886751 +vn -0.3676609 -0.90541 -0.2122691 +vn 0.6666667 0.3333333 0.6666667 +vn -0.6666667 0.3333333 0.6666667 +vn 0.5033765 0.7022992 0.5033765 +vn -0.5033765 0.7022992 0.5033765 +vn -0.5033765 -0.7022992 -0.5033765 +vn 0.6666667 -0.3333333 -0.6666667 +vn -0.6666667 -0.3333333 -0.6666667 +vn 0.5033765 -0.7022992 -0.5033765 +vn -0.5033765 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 -0.5033765 +vn 0.5033765 -0.7022992 0.5033765 +vn -0.5033765 -0.7022992 0.5033765 +vn 0.2122691 0.90541 -0.3676609 +vn 0.2886751 0.8164966 -0.5 +vn -0.2886751 -0.8164966 0.5 +vn -0.2122691 -0.90541 0.3676609 +vn -0.6666667 0.3333333 -0.6666667 +vn 0.6666667 -0.3333333 0.6666667 +vn 0.6666667 0.3333333 -0.6666667 +vn -0.6666667 -0.3333333 0.6666667 +vn 0 1 0 +vn 0 -1 0 +vn 2.102901E-13 0 1 +vn -2.102901E-13 0 -1 +vn 0.9807853 0 0.1950903 +vn 0.9238795 0 0.3826834 +vn -0.9238795 0 -0.3826834 +vn -0.9807853 0 -0.1950903 +vn 0.7071068 0 0.7071068 +vn -0.7071068 0 -0.7071068 +vn 0.3826834 0 0.9238795 +vn -0.3826834 0 -0.9238795 +vn 0.1950903 0 0.9807853 +vn -0.1950903 0 -0.9807853 +vn 1 0 -2.102901E-13 +vn -1 0 2.102901E-13 +vn -0.1950903 0 -0.9807853 +vn 0.1950903 0 0.9807853 +vn -0.7071069 0.5773503 0.4082482 +vn -0.4082482 0.5773503 -0.7071069 +vn -0.5202673 0.7994348 0.3003764 +vn -0.3003764 0.7994348 -0.5202673 +vn 0.5202673 -0.7994348 -0.3003764 +vn 0.4082482 -0.5773503 0.7071069 +vn 0.7071069 -0.5773503 -0.4082482 +vn 0.3003764 -0.7994348 0.5202673 +vn 0.7071068 0.5773503 0.4082484 +vn -0.4082484 0.5773503 0.7071068 +vn 0.5202672 0.7994348 0.3003765 +vn -0.3003765 0.7994348 0.5202672 +vn -0.5202672 -0.7994348 -0.3003765 +vn 0.4082484 -0.5773503 -0.7071068 +vn -0.7071068 -0.5773503 -0.4082484 +vn 0.3003765 -0.7994348 -0.5202672 +vn 0.7071069 0.5773503 -0.4082482 +vn 0.4082482 0.5773503 0.7071069 +vn 0.5202673 0.7994348 -0.3003764 +vn 0.3003764 0.7994348 0.5202673 +vn -0.5202673 -0.7994348 0.3003764 +vn -0.4082482 -0.5773503 -0.7071069 +vn -0.7071069 -0.5773503 0.4082482 +vn -0.3003764 -0.7994348 -0.5202673 +vn -0.5202672 0.7994348 -0.3003765 +vn 0.3003765 0.7994348 -0.5202672 +vn 0.5202672 -0.7994348 0.3003765 +vn -0.3003765 -0.7994348 0.5202672 +vn -0.7071068 0.5773503 -0.4082484 +vn 0.7071068 -0.5773503 0.4082484 +vn 0.4082484 0.5773503 -0.7071068 +vn -0.4082484 -0.5773503 0.7071068 +vn -5.06089E-08 0.9054101 0.4245383 +vn -0.4245383 0.9054101 -5.06089E-08 +vn 0.4245383 0.9054101 5.06089E-08 +vn 5.06089E-08 0.9054101 -0.4245383 +vn -0.4245383 -0.9054101 -5.06089E-08 +vn 0.4245383 -0.9054101 5.06089E-08 +vn 5.06089E-08 -0.9054101 -0.4245383 +vn -5.06089E-08 -0.9054101 0.4245383 +vn -0.5773503 0.8164966 -6.882551E-08 +vn 6.882551E-08 0.8164966 -0.5773503 +vn 0.5773503 -0.8164966 6.882551E-08 +vn -6.882551E-08 -0.8164966 0.5773503 +vn -6.882551E-08 0.8164966 0.5773503 +vn 6.882551E-08 -0.8164966 -0.5773503 +vn 0.5773503 0.8164966 6.882551E-08 +vn -0.5773503 -0.8164966 -6.882551E-08 +vn -0.2886752 0.8164966 0.5 +vn -0.2122692 0.90541 0.3676609 +vn 0.5 0.8164966 0.2886752 +vn 0.3676609 0.90541 0.2122692 +vn -0.5 -0.8164966 -0.2886752 +vn 0.2122692 -0.90541 -0.3676609 +vn 0.2886752 -0.8164966 -0.5 +vn -0.3676609 -0.90541 -0.2122692 +vn 0.2886752 0.8164966 -0.5 +vn 0.2122692 0.90541 -0.3676609 +vn -0.2886752 -0.8164966 0.5 +vn -0.2122692 -0.90541 0.3676609 +vn 0.6666668 0.3333333 -0.6666667 +vn 0.6666667 0.3333333 0.6666668 +vn 0.5033766 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 0.5033766 +vn -0.5033766 -0.7022992 0.5033765 +vn -0.6666667 -0.3333333 -0.6666668 +vn -0.6666668 -0.3333333 0.6666667 +vn -0.5033765 -0.7022992 -0.5033766 +vn -0.5033766 0.7022992 0.5033765 +vn -0.5033765 0.7022992 -0.5033766 +vn 0.5033766 -0.7022992 -0.5033765 +vn 0.5033765 -0.7022992 0.5033766 +vn -0.3676609 0.90541 -0.2122692 +vn -0.5 0.8164966 -0.2886752 +vn 0.5 -0.8164966 0.2886752 +vn 0.3676609 -0.90541 0.2122692 +vn -0.6666668 0.3333333 0.6666667 +vn 0.6666668 -0.3333333 -0.6666667 +vn -0.6666667 0.3333333 -0.6666668 +vn 0.6666667 -0.3333333 0.6666668 +vn 1 0 1.192093E-07 +vn -1 0 -1.192093E-07 +vn 0.1950905 0 -0.9807854 +vn 0.3826836 0 -0.9238796 +vn -0.3826836 0 0.9238796 +vn -0.1950905 0 0.9807854 +vn 0.7071069 0 -0.7071068 +vn -0.7071069 0 0.7071068 +vn 0.9238797 0 -0.3826834 +vn -0.9238797 0 0.3826834 +vn 0.9807854 0 -0.1950902 +vn -0.9807854 0 0.1950902 +vn 1.192093E-07 0 -1 +vn -1.192093E-07 0 1 +vn -0.9807854 0 0.1950902 +vn 0.9807854 0 -0.1950902 +vn 0.7071068 0.5773503 -0.4082484 +vn 0.4082484 0.5773503 0.7071068 +vn 0.5202672 0.7994348 -0.3003765 +vn 0.3003765 0.7994348 0.5202672 +vn -0.5202672 -0.7994348 0.3003765 +vn -0.4082484 -0.5773503 -0.7071068 +vn -0.7071068 -0.5773503 0.4082484 +vn -0.3003765 -0.7994348 -0.5202672 +vn -0.7071069 0.5773503 -0.4082482 +vn 0.4082482 0.5773503 -0.7071069 +vn -0.5202673 0.7994348 -0.3003764 +vn 0.3003764 0.7994348 -0.5202673 +vn 0.5202673 -0.7994348 0.3003764 +vn -0.4082482 -0.5773503 0.7071069 +vn 0.7071069 -0.5773503 0.4082482 +vn -0.3003764 -0.7994348 0.5202673 +vn -0.7071068 0.5773503 0.4082484 +vn -0.4082484 0.5773503 -0.7071068 +vn -0.5202672 0.7994348 0.3003765 +vn -0.3003765 0.7994348 -0.5202672 +vn 0.5202672 -0.7994348 -0.3003765 +vn 0.4082484 -0.5773503 0.7071068 +vn 0.7071068 -0.5773503 -0.4082484 +vn 0.3003765 -0.7994348 0.5202672 +vn 0.5202673 0.7994348 0.3003764 +vn -0.3003764 0.7994348 0.5202673 +vn -0.5202673 -0.7994348 -0.3003764 +vn 0.3003764 -0.7994348 -0.5202673 +vn 0.7071069 0.5773503 0.4082482 +vn -0.7071069 -0.5773503 -0.4082482 +vn -0.4082482 0.5773503 0.7071069 +vn 0.4082482 -0.5773503 -0.7071069 +vn -5.06089E-08 0.9054101 -0.4245383 +vn 0.4245383 0.9054101 -5.06089E-08 +vn -0.4245383 0.9054101 5.06089E-08 +vn 5.06089E-08 0.9054101 0.4245383 +vn 0.4245383 -0.9054101 -5.06089E-08 +vn -0.4245383 -0.9054101 5.06089E-08 +vn 5.06089E-08 -0.9054101 0.4245383 +vn -5.06089E-08 -0.9054101 -0.4245383 +vn 0.5773503 0.8164966 -6.882551E-08 +vn 6.882551E-08 0.8164966 0.5773503 +vn -0.5773503 -0.8164966 6.882551E-08 +vn -6.882551E-08 -0.8164966 -0.5773503 +vn -6.882551E-08 0.8164966 -0.5773503 +vn 6.882551E-08 -0.8164966 0.5773503 +vn -0.5773503 0.8164966 6.882551E-08 +vn 0.5773503 -0.8164966 -6.882551E-08 +vn 0.2886751 0.8164966 -0.5000001 +vn 0.2122691 0.90541 -0.3676609 +vn -0.5000001 0.8164966 -0.2886751 +vn -0.3676609 0.90541 -0.2122691 +vn 0.5000001 -0.8164966 0.2886751 +vn -0.2122691 -0.90541 0.3676609 +vn -0.2886751 -0.8164966 0.5000001 +vn 0.3676609 -0.90541 0.2122691 +vn -0.2886751 0.8164966 0.5000001 +vn -0.2122691 0.90541 0.3676609 +vn 0.2886751 -0.8164966 -0.5000001 +vn 0.2122691 -0.90541 -0.3676609 +vn -0.6666667 0.3333333 0.6666668 +vn -0.6666668 0.3333333 -0.6666667 +vn -0.5033765 0.7022992 0.5033766 +vn -0.5033766 0.7022992 -0.5033765 +vn 0.5033765 -0.7022992 -0.5033766 +vn 0.6666668 -0.3333333 0.6666667 +vn 0.6666667 -0.3333333 -0.6666668 +vn 0.5033766 -0.7022992 0.5033765 +vn 0.5033765 0.7022992 -0.5033766 +vn 0.5033766 0.7022992 0.5033765 +vn -0.5033765 -0.7022992 0.5033766 +vn -0.5033766 -0.7022992 -0.5033765 +vn 0.3676609 0.90541 0.2122691 +vn 0.5000001 0.8164966 0.2886751 +vn -0.5000001 -0.8164966 -0.2886751 +vn -0.3676609 -0.90541 -0.2122691 +vn 0.6666667 0.3333333 -0.6666668 +vn -0.6666667 -0.3333333 0.6666668 +vn 0.6666668 0.3333333 0.6666667 +vn -0.6666668 -0.3333333 -0.6666667 +vn -1 0 1.192093E-07 +vn 1 0 -1.192093E-07 +vn -0.1950902 0 0.9807854 +vn -0.3826834 0 0.9238797 +vn 0.3826834 0 -0.9238797 +vn 0.1950902 0 -0.9807854 +vn -0.7071068 0 0.7071069 +vn 0.7071068 0 -0.7071069 +vn -0.9238796 0 0.3826836 +vn 0.9238796 0 -0.3826836 +vn -0.9807854 0 0.1950905 +vn 0.9807854 0 -0.1950905 +vn 1.192093E-07 0 1 +vn -1.192093E-07 0 -1 +vn 0.9807854 0 -0.1950905 +vn -0.9807854 0 0.1950905 +vn 0.4245382 0.9054101 0 +vn 0 0.9054101 0.4245382 +vn 0 0.9054101 -0.4245382 +vn -0.4245382 0.9054101 0 +vn 0 -0.9054101 0.4245382 +vn 0 -0.9054101 -0.4245382 +vn -0.4245382 -0.9054101 0 +vn 0.4245382 -0.9054101 0 +vn 0 0.8164966 0.5773503 +vn -0.5773503 0.8164966 0 +vn 0 -0.8164966 -0.5773503 +vn 0.5773503 -0.8164966 0 +vn 0.5773503 0.8164966 0 +vn -0.5773503 -0.8164966 0 +vn 0 0.8164966 -0.5773503 +vn 0 -0.8164966 0.5773503 +vn 0 0 -1 +vn 0 0 1 +vn -1 0 0 +vn 1 0 0 +vn 0.2132007 0.904534 0.3692745 +vn -0.3692745 0.904534 0.2132007 +vn 0.1578553 0.9488556 0.2734133 +vn -0.2734133 0.9488556 0.1578553 +vn -0.1578553 -0.9488556 -0.2734133 +vn 0.3692745 -0.904534 -0.2132007 +vn -0.2132007 -0.904534 -0.3692745 +vn 0.2734133 -0.9488556 -0.1578553 +vn 0.5475281 0.7994348 0.2472184 +vn -0.2472184 0.7994348 0.5475281 +vn 0.2472184 0.7994348 -0.5475281 +vn -0.5475281 0.7994348 -0.2472184 +vn -0.2472184 -0.7994348 0.5475281 +vn 0.2472184 -0.7994348 -0.5475281 +vn -0.5475281 -0.7994348 -0.2472184 +vn 0.5475281 -0.7994348 0.2472184 +vn 0.2734133 0.9488556 -0.1578553 +vn -0.1578553 0.9488556 -0.2734133 +vn 0.1578553 -0.9488556 0.2734133 +vn -0.2734133 -0.9488556 0.1578553 +vn 0.3692745 0.904534 -0.2132007 +vn -0.3692745 -0.904534 0.2132007 +vn -0.2132007 0.904534 -0.3692745 +vn 0.2132007 -0.904534 0.3692745 +vn -0.7441577 0.5773503 -0.3360001 +vn -0.3360001 0.5773503 0.7441577 +vn 0.3360001 -0.5773503 -0.7441577 +vn 0.7441577 -0.5773503 0.3360001 +vn 0.3360001 0.5773503 -0.7441577 +vn -0.3360001 -0.5773503 0.7441577 +vn 0.7441577 0.5773503 0.3360001 +vn -0.7441577 -0.5773503 -0.3360001 +vn 0.4247964 0.7994348 -0.4247964 +vn 0.4247964 0.7994348 0.4247964 +vn -0.4247964 0.7994348 -0.4247964 +vn -0.4247964 0.7994348 0.4247964 +vn 0.4247964 -0.7994348 0.4247964 +vn -0.4247964 -0.7994348 -0.4247964 +vn -0.4247964 -0.7994348 0.4247964 +vn 0.4247964 -0.7994348 -0.4247964 +vn 0.5773503 0.5773503 -0.5773503 +vn 0.5773503 0.5773503 0.5773503 +vn -0.5773503 -0.5773503 -0.5773503 +vn -0.5773503 -0.5773503 0.5773503 +vn -0.5773503 0.5773503 -0.5773503 +vn 0.5773503 -0.5773503 0.5773503 +vn -0.5773503 0.5773503 0.5773503 +vn 0.5773503 -0.5773503 -0.5773503 +vn 0.5000002 0 -0.8660255 +vn 0.2588192 0 -0.9659259 +vn -0.2588192 0 0.9659259 +vn -0.5000002 0 0.8660255 +vn 0.8660256 0 -0.5 +vn -0.8660256 0 0.5 +vn 0.965926 0 -0.2588189 +vn -0.965926 0 0.2588189 +vn -1 0 -2.853273E-14 +vn 1 0 2.853273E-14 +vn 2.853273E-14 0 -1 +vn -2.853273E-14 0 1 +vn 0.8660254 0 0.5 +vn 0.9659258 0 0.258819 +vn -0.9659258 0 -0.258819 +vn -0.8660254 0 -0.5 +vn 0.5 0 0.8660254 +vn -0.5 0 -0.8660254 +vn 0.258819 0 0.9659258 +vn -0.258819 0 -0.9659258 +vn -0.5 0 0.8660256 +vn -0.258819 0 0.965926 +vn 0.258819 0 -0.965926 +vn 0.5 0 -0.8660256 +vn -0.8660255 0 0.5000002 +vn 0.8660255 0 -0.5000002 +vn -0.9659259 0 0.2588192 +vn 0.9659259 0 -0.2588192 +vn -1 0 -1.490097E-08 +vn 1 0 1.490097E-08 +vn 1.490097E-08 0 -1 +vn -1.490097E-08 0 1 +vn -0.3481187 0 0.9374505 +vn -0.5983759 0 0.8012155 +vn 0.5983759 0 -0.8012155 +vn 0.3481187 0 -0.9374505 +vn 0.9655658 0 0.2601588 +vn 0.7071069 0 0.7071067 +vn -0.9655658 0 -0.2601588 +vn -0.7071069 0 -0.7071067 +vn 0.260159 0 0.9655658 +vn -0.260159 0 -0.9655658 +vn 0.9374504 0 -0.3481189 +vn 0.8012154 0 -0.5983762 +vn -0.8012154 0 0.5983762 +vn -0.9374504 0 0.3481189 +vn 0.3181896 -0.9238795 -0.2126075 +vn -0.3181896 -0.9238795 0.2126075 +vn -0.3181896 0.9238795 0.2126075 +vn 0.3181896 0.9238795 -0.2126075 +vn -0.7681777 -0.3826834 0.51328 +vn -0.7681777 0.3826834 0.51328 +vn 0.7681777 -0.3826834 -0.51328 +vn 0.7681777 0.3826834 -0.51328 +vn 0.5555702 0 0.8314695 +vn -0.5555702 0 -0.8314695 +vn 0.3753302 -0.9238795 -0.07465783 +vn -0.3753302 -0.9238795 0.07465783 +vn -0.3753302 0.9238795 0.07465783 +vn 0.3753302 0.9238795 -0.07465783 +vn -0.9061273 -0.3826834 0.1802399 +vn -0.9061273 0.3826834 0.1802399 +vn 0.9061273 -0.3826834 -0.1802399 +vn 0.9061273 0.3826834 -0.1802399 +vn 0.07465779 -0.9238795 -0.3753303 +vn -0.07465779 -0.9238795 0.3753303 +vn -0.07465779 0.9238795 0.3753303 +vn 0.07465779 0.9238795 -0.3753303 +vn -0.1802399 -0.3826834 0.9061274 +vn -0.1802399 0.3826834 0.9061274 +vn 0.1802399 -0.3826834 -0.9061274 +vn 0.1802399 0.3826834 -0.9061274 +vn 0.9807853 0 0.1950902 +vn -0.9807853 0 -0.1950902 +vn 0.9374504 0 0.3481188 +vn 0.8012154 0 0.598376 +vn -0.8012154 0 -0.598376 +vn -0.9374504 0 -0.3481188 +vn 0.2601589 0 -0.9655658 +vn 0.7071068 0 -0.7071068 +vn -0.2601589 0 0.9655658 +vn -0.7071068 0 0.7071068 +vn 0.9655658 0 -0.2601589 +vn -0.9655658 0 0.2601589 +vn -0.3481188 0 -0.9374504 +vn -0.598376 0 -0.8012154 +vn 0.598376 0 0.8012154 +vn 0.3481188 0 0.9374504 +vn -0.2126075 -0.9238795 -0.3181897 +vn 0.2126075 -0.9238795 0.3181897 +vn 0.2126075 0.9238795 0.3181897 +vn -0.2126075 0.9238795 -0.3181897 +vn 0.5132799 -0.3826834 0.7681779 +vn 0.5132799 0.3826834 0.7681779 +vn -0.5132799 -0.3826834 -0.7681779 +vn -0.5132799 0.3826834 -0.7681779 +vn 0.8314697 0 -0.5555702 +vn -0.8314697 0 0.5555702 +vn -0.07465779 -0.9238795 -0.3753303 +vn 0.07465779 -0.9238795 0.3753303 +vn 0.07465779 0.9238795 0.3753303 +vn -0.07465779 0.9238795 -0.3753303 +vn 0.1802399 -0.3826834 0.9061275 +vn 0.1802399 0.3826834 0.9061275 +vn -0.1802399 -0.3826834 -0.9061275 +vn -0.1802399 0.3826834 -0.9061275 +vn -0.3753303 -0.9238795 -0.07465785 +vn 0.3753303 -0.9238795 0.07465785 +vn 0.3753303 0.9238795 0.07465785 +vn -0.3753303 0.9238795 -0.07465785 +vn 0.9061275 -0.3826834 0.18024 +vn 0.9061275 0.3826834 0.18024 +vn -0.9061275 -0.3826834 -0.18024 +vn -0.9061275 0.3826834 -0.18024 +vn 0.1950904 0 -0.9807854 +vn -0.1950904 0 0.9807854 +vn -0.9374505 0 -0.3481186 +vn -0.8012155 0 -0.5983759 +vn 0.8012155 0 0.5983759 +vn 0.9374505 0 0.3481186 +vn -0.2601586 0 0.9655659 +vn -0.7071066 0 0.7071069 +vn 0.2601586 0 -0.9655659 +vn 0.7071066 0 -0.7071069 +vn -0.9655658 0 0.2601591 +vn 0.9655658 0 -0.2601591 +vn 0.3481191 0 0.9374504 +vn 0.5983763 0 0.8012152 +vn -0.5983763 0 -0.8012152 +vn -0.3481191 0 -0.9374504 +vn 0.2126076 -0.9238795 0.3181897 +vn -0.2126076 -0.9238795 -0.3181897 +vn -0.2126076 0.9238795 -0.3181897 +vn 0.2126076 0.9238795 0.3181897 +vn -0.5132802 -0.3826834 -0.7681777 +vn -0.5132802 0.3826834 -0.7681777 +vn 0.5132802 -0.3826834 0.7681777 +vn 0.5132802 0.3826834 0.7681777 +vn -0.8314696 0 0.5555704 +vn 0.8314696 0 -0.5555704 +vn 0.07465789 -0.9238795 0.3753303 +vn -0.07465789 -0.9238795 -0.3753303 +vn -0.07465789 0.9238795 -0.3753303 +vn 0.07465789 0.9238795 0.3753303 +vn -0.1802401 -0.3826834 -0.9061275 +vn -0.1802401 0.3826834 -0.9061275 +vn 0.1802401 -0.3826834 0.9061275 +vn 0.1802401 0.3826834 0.9061275 +vn 0.3753303 -0.9238795 0.07465776 +vn -0.3753303 -0.9238795 -0.07465776 +vn -0.3753303 0.9238795 -0.07465776 +vn 0.3753303 0.9238795 0.07465776 +vn -0.9061275 -0.3826834 -0.1802398 +vn -0.9061275 0.3826834 -0.1802398 +vn 0.9061275 -0.3826834 0.1802398 +vn 0.9061275 0.3826834 0.1802398 +vn -0.1950902 0 0.9807854 +vn 0.1950902 0 -0.9807854 +vn 0.8660256 0 -0.4999999 +vn -0.8660256 0 0.4999999 +vn 0.5 0 0.8660254 +vn -0.5 0 -0.8660254 +vn -0.8660255 0 0.5000001 +vn 0.8660255 0 -0.5000001 +vn -0.5812383 0 0.8137335 +vn -0.7071068 0 0.7071068 +vn 0.7071068 0 -0.7071068 +vn 0.5812383 0 -0.8137335 +vn 0.7071068 0 0.7071068 +vn 0.5812382 0 0.8137336 +vn -0.7071068 0 -0.7071068 +vn -0.5812382 0 -0.8137336 +vn 0.8137335 0 0.5812383 +vn -0.8137335 0 -0.5812383 +vn 0.8137336 0 -0.5812382 +vn -0.8137336 0 0.5812382 +vn 0.7066047 -0.03768034 0.7066046 +vn 0.5808367 -0.03716837 0.8131711 +vn -0.7066047 0.03768034 -0.7066046 +vn -0.5808367 0.03716837 -0.8131711 +vn 0.7066046 -0.03768034 -0.7066047 +vn 0.5808365 -0.03716837 -0.8131713 +vn -0.7066046 0.03768034 0.7066047 +vn -0.5808365 0.03716837 0.8131713 +vn 0.8131713 -0.03716837 0.5808365 +vn -0.8131713 0.03716837 -0.5808365 +vn -0.7066046 -0.03768034 0.7066047 +vn -0.8131711 -0.03716837 0.5808367 +vn 0.7066046 0.03768034 -0.7066047 +vn 0.8131711 0.03716837 -0.5808367 +vn -0.5808365 -0.03716837 0.8131713 +vn 0.5808365 0.03716837 -0.8131713 +vn -0.7066047 -0.03768034 -0.7066046 +vn -0.5808367 -0.03716837 -0.8131711 +vn 0.7066047 0.03768034 0.7066046 +vn 0.5808367 0.03716837 0.8131711 +vn -0.8131713 -0.03716837 -0.5808365 +vn 0.8131713 0.03716837 0.5808365 +vn 0.8131711 -0.03716837 -0.5808367 +vn -0.8131711 0.03716837 0.5808367 +vn 0 -0.9999999 0 +vn 0 0.9999999 0 +vn 0.8137335 0 0.5812384 +vn 0.7071067 0 0.7071069 +vn -0.7071067 0 -0.7071069 +vn -0.8137335 0 -0.5812384 +vn 0.7071069 0 -0.7071067 +vn 0.8137337 0 -0.5812382 +vn -0.7071069 0 0.7071067 +vn -0.8137337 0 0.5812382 +vn 0.5812384 0 -0.8137335 +vn -0.5812384 0 0.8137335 +vn -0.5812382 0 -0.8137337 +vn 0.5812382 0 0.8137337 +vn 0.7066047 -0.03768034 -0.7066047 +vn 0.8131713 -0.03716837 -0.5808367 +vn -0.7066047 0.03768034 0.7066047 +vn -0.8131713 0.03716837 0.5808367 +vn -0.7066047 -0.03768034 -0.7066047 +vn -0.8131713 -0.03716837 -0.5808367 +vn 0.7066047 0.03768034 0.7066047 +vn 0.8131713 0.03716837 0.5808367 +vn 0.5808367 -0.03716837 -0.8131713 +vn -0.5808367 0.03716837 0.8131713 +vn 0.7066047 -0.03768034 0.7066047 +vn 0.5808367 -0.03716837 0.8131713 +vn -0.7066047 0.03768034 -0.7066047 +vn -0.5808367 0.03716837 -0.8131713 +vn 0.8131713 -0.03716837 0.5808367 +vn -0.8131713 0.03716837 -0.5808367 +vn -0.7066047 -0.03768034 0.7066047 +vn -0.8131713 -0.03716837 0.5808367 +vn 0.7066047 0.03768034 -0.7066047 +vn 0.8131713 0.03716837 -0.5808367 +vn -0.5808367 -0.03716837 0.8131713 +vn 0.5808367 0.03716837 -0.8131713 +vn -0.5808367 -0.03716837 -0.8131713 +vn 0.5808367 0.03716837 0.8131713 +vn -0.8137336 0 -0.5812382 +vn -0.7071069 0 -0.7071068 +vn 0.7071069 0 0.7071068 +vn 0.8137336 0 0.5812382 +vn -0.8137335 0 0.5812383 +vn 0.8137335 0 -0.5812383 +vn -0.5812382 0 0.8137336 +vn 0.5812382 0 -0.8137336 +vn 0.5812383 0 0.8137335 +vn -0.5812383 0 -0.8137335 +vn -0.7066045 -0.03768034 0.7066048 +vn -0.8131711 -0.03716837 0.5808367 +vn 0.7066045 0.03768034 -0.7066048 +vn 0.8131711 0.03716837 -0.5808367 +vn 0.7066048 -0.03768034 0.7066045 +vn 0.8131713 -0.03716837 0.5808365 +vn -0.7066048 0.03768034 -0.7066045 +vn -0.8131713 0.03716837 -0.5808365 +vn -0.5808365 -0.03716837 0.8131713 +vn 0.5808365 0.03716837 -0.8131713 +vn -0.7066048 -0.03768034 -0.7066045 +vn -0.5808367 -0.03716837 -0.8131711 +vn 0.7066048 0.03768034 0.7066045 +vn 0.5808367 0.03716837 0.8131711 +vn -0.8131713 -0.03716837 -0.5808365 +vn 0.8131713 0.03716837 0.5808365 +vn 0.7066045 -0.03768034 -0.7066048 +vn 0.8131711 -0.03716837 -0.5808367 +vn -0.7066045 0.03768034 0.7066048 +vn -0.8131711 0.03716837 0.5808367 +vn 0.5808365 -0.03716837 -0.8131713 +vn -0.5808365 0.03716837 0.8131713 +vn 0.5808367 -0.03716837 0.8131711 +vn -0.5808367 0.03716837 -0.8131711 + +vt 0.09375 0.025 +vt 0.09375 0.105 +vt 0.09375 0.065 +vt 0.09375 0.225 +vt 0.09375 0.045 +vt 0.34375 0.225 +vt 0.34375 0.025 +vt 0.34375 0.105 +vt 0.34375 0.075 +vt 0.34375 0.175 +vt 0.21875 0.145 +vt 0.21875 0.225 +vt 0.21875 0.175 +vt 0.21875 0.075 +vt 0.21875 0.185 +vt 0.21875 0.165 + +usemtl colormap + +f 3/2/3 2/1/2 1/1/1 +f 2/1/2 3/2/3 4/2/4 +f 1/1/7 2/1/6 3/2/5 +f 4/2/8 3/2/5 2/1/6 +f 7/3/11 6/1/10 5/1/9 +f 6/1/10 7/3/11 8/3/12 +f 5/1/15 6/1/14 7/3/13 +f 8/3/16 7/3/13 6/1/14 +f 11/2/19 10/1/18 9/1/17 +f 10/1/18 11/2/19 12/2/20 +f 9/1/23 10/1/22 11/2/21 +f 12/2/24 11/2/21 10/1/22 +f 2/1/2 11/2/19 9/1/17 +f 11/2/19 2/1/2 4/2/4 +f 9/1/23 11/2/21 2/1/6 +f 4/2/8 2/1/6 11/2/21 +f 7/3/11 13/3/25 8/3/12 +f 13/3/25 7/3/11 14/3/26 +f 8/3/16 13/3/27 7/3/13 +f 14/3/28 7/3/13 13/3/27 +f 8/3/12 15/1/29 6/1/10 +f 15/1/29 8/3/12 13/3/25 +f 6/1/14 15/1/30 8/3/16 +f 13/3/27 8/3/16 15/1/30 +f 11/2/19 3/2/3 12/2/20 +f 3/2/3 11/2/19 4/2/4 +f 12/2/24 3/2/5 11/2/21 +f 4/2/8 11/2/21 3/2/5 +f 14/3/26 5/1/9 16/1/31 +f 5/1/9 14/3/26 7/3/11 +f 16/1/32 5/1/15 14/3/28 +f 7/3/13 14/3/28 5/1/15 +f 15/1/29 14/3/26 16/1/31 +f 14/3/26 15/1/29 13/3/25 +f 16/1/32 14/3/28 15/1/30 +f 13/3/27 15/1/30 14/3/28 +f 12/2/20 1/1/1 10/1/18 +f 1/1/1 12/2/20 3/2/3 +f 10/1/22 1/1/7 12/2/24 +f 3/2/5 12/2/24 1/1/7 +f 19/3/35 18/3/34 17/3/33 +f 18/3/34 19/3/35 20/3/36 +f 17/3/39 18/3/38 19/3/37 +f 20/3/40 19/3/37 18/3/38 +f 20/3/36 21/1/41 18/3/34 +f 21/1/41 20/3/36 22/1/42 +f 18/3/38 21/1/43 20/3/40 +f 22/1/44 20/3/40 21/1/43 +f 17/3/33 21/1/41 23/1/45 +f 21/1/41 17/3/33 18/3/34 +f 23/1/46 21/1/43 17/3/39 +f 18/3/38 17/3/39 21/1/43 +f 24/1/47 17/3/33 23/1/45 +f 17/3/33 24/1/47 19/3/35 +f 23/1/46 17/3/39 24/1/48 +f 19/3/37 24/1/48 17/3/39 +f 22/1/42 19/3/35 24/1/47 +f 19/3/35 22/1/42 20/3/36 +f 24/1/48 19/3/37 22/1/44 +f 20/3/40 22/1/44 19/3/37 +f 27/1/51 26/3/50 25/1/49 +f 26/3/50 27/1/51 28/3/52 +f 25/1/55 26/3/54 27/1/53 +f 28/3/56 27/1/53 26/3/54 +f 29/1/57 28/3/52 27/1/51 +f 28/3/52 29/1/57 30/3/58 +f 27/1/53 28/3/56 29/1/59 +f 30/3/60 29/1/59 28/3/56 +f 33/2/63 32/1/62 31/1/61 +f 32/1/62 33/2/63 34/2/64 +f 31/1/67 32/1/66 33/2/65 +f 34/2/68 33/2/65 32/1/66 +f 33/2/63 35/2/69 34/2/64 +f 35/2/69 33/2/63 36/2/70 +f 34/2/68 35/2/71 33/2/65 +f 36/2/72 33/2/65 35/2/71 +f 30/3/58 38/1/74 37/3/73 +f 38/1/74 30/3/58 29/1/57 +f 37/3/76 38/1/75 30/3/60 +f 29/1/59 30/3/60 38/1/75 +f 34/2/64 39/1/77 32/1/62 +f 39/1/77 34/2/64 35/2/69 +f 32/1/66 39/1/78 34/2/68 +f 35/2/71 34/2/68 39/1/78 +f 28/3/52 37/3/73 26/3/50 +f 37/3/73 28/3/52 30/3/58 +f 26/3/54 37/3/76 28/3/56 +f 30/3/60 28/3/56 37/3/76 +f 40/1/79 33/2/63 31/1/61 +f 33/2/63 40/1/79 36/2/70 +f 31/1/67 33/2/65 40/1/80 +f 36/2/72 40/1/80 33/2/65 +f 26/3/50 38/1/74 25/1/49 +f 38/1/74 26/3/50 37/3/73 +f 25/1/55 38/1/75 26/3/54 +f 37/3/76 26/3/54 38/1/75 +f 35/2/69 40/1/79 39/1/77 +f 40/1/79 35/2/69 36/2/70 +f 39/1/78 40/1/80 35/2/71 +f 36/2/72 35/2/71 40/1/80 +f 43/4/81 42/4/81 41/4/81 +f 42/4/81 43/4/81 44/4/81 +f 42/4/81 44/4/81 45/4/81 +f 45/4/81 44/4/81 46/4/81 +f 45/4/81 46/4/81 47/4/81 +f 47/4/81 46/4/81 48/4/81 +f 47/4/81 48/4/81 49/4/81 +f 49/4/81 48/4/81 50/4/81 +f 41/4/82 42/4/82 43/4/82 +f 44/4/82 43/4/82 42/4/82 +f 45/4/82 44/4/82 42/4/82 +f 46/4/82 44/4/82 45/4/82 +f 47/4/82 46/4/82 45/4/82 +f 48/4/82 46/4/82 47/4/82 +f 49/4/82 48/4/82 47/4/82 +f 50/4/82 48/4/82 49/4/82 +f 43/4/83 52/1/83 51/1/83 +f 52/1/83 43/4/83 41/4/83 +f 51/1/84 52/1/84 43/4/84 +f 41/4/84 43/4/84 52/1/84 +f 53/1/86 43/4/85 51/1/85 +f 43/4/85 53/1/86 44/4/86 +f 51/1/88 43/4/88 53/1/87 +f 44/4/87 53/1/87 43/4/88 +f 54/1/89 44/4/86 53/1/86 +f 44/4/86 54/1/89 46/4/89 +f 53/1/87 44/4/87 54/1/90 +f 46/4/90 54/1/90 44/4/87 +f 48/4/91 54/1/89 55/1/91 +f 54/1/89 48/4/91 46/4/89 +f 55/1/92 54/1/90 48/4/92 +f 46/4/90 48/4/92 54/1/90 +f 50/4/93 55/1/91 56/1/93 +f 55/1/91 50/4/93 48/4/91 +f 56/1/94 55/1/92 50/4/94 +f 48/4/92 50/4/94 55/1/92 +f 57/1/95 50/4/95 56/1/95 +f 50/4/95 57/1/95 49/4/95 +f 56/1/96 50/4/96 57/1/96 +f 49/4/96 57/1/96 50/4/96 +f 47/4/92 57/1/97 58/1/92 +f 57/1/97 47/4/92 49/4/97 +f 58/1/91 57/1/98 47/4/91 +f 49/4/98 47/4/91 57/1/98 +f 45/4/90 58/1/92 59/1/90 +f 58/1/92 45/4/90 47/4/92 +f 59/1/89 58/1/91 45/4/89 +f 47/4/91 45/4/89 58/1/91 +f 45/4/90 60/1/87 42/4/87 +f 60/1/87 45/4/90 59/1/90 +f 42/4/86 60/1/86 45/4/89 +f 59/1/89 45/4/89 60/1/86 +f 42/4/87 52/1/88 41/4/88 +f 52/1/88 42/4/87 60/1/87 +f 41/4/85 52/1/85 42/4/86 +f 60/1/86 42/4/86 52/1/85 +f 63/1/81 62/1/81 61/1/81 +f 62/1/81 63/1/81 64/1/81 +f 61/1/82 62/1/82 63/1/82 +f 64/1/82 63/1/82 62/1/82 +f 67/2/101 66/1/100 65/1/99 +f 66/1/100 67/2/101 68/2/102 +f 65/1/105 66/1/104 67/2/103 +f 68/2/106 67/2/103 66/1/104 +f 71/3/109 70/1/108 69/1/107 +f 70/1/108 71/3/109 72/3/110 +f 69/1/113 70/1/112 71/3/111 +f 72/3/114 71/3/111 70/1/112 +f 75/2/117 74/1/116 73/1/115 +f 74/1/116 75/2/117 76/2/118 +f 73/1/121 74/1/120 75/2/119 +f 76/2/122 75/2/119 74/1/120 +f 66/1/100 75/2/117 73/1/115 +f 75/2/117 66/1/100 68/2/102 +f 73/1/121 75/2/119 66/1/104 +f 68/2/106 66/1/104 75/2/119 +f 71/3/109 77/3/123 72/3/110 +f 77/3/123 71/3/109 78/3/124 +f 72/3/114 77/3/125 71/3/111 +f 78/3/126 71/3/111 77/3/125 +f 72/3/110 79/1/127 70/1/108 +f 79/1/127 72/3/110 77/3/123 +f 70/1/112 79/1/128 72/3/114 +f 77/3/125 72/3/114 79/1/128 +f 75/2/117 67/2/101 76/2/118 +f 67/2/101 75/2/117 68/2/102 +f 76/2/122 67/2/103 75/2/119 +f 68/2/106 75/2/119 67/2/103 +f 78/3/124 69/1/107 80/1/129 +f 69/1/107 78/3/124 71/3/109 +f 80/1/130 69/1/113 78/3/126 +f 71/3/111 78/3/126 69/1/113 +f 79/1/127 78/3/124 80/1/129 +f 78/3/124 79/1/127 77/3/123 +f 80/1/130 78/3/126 79/1/128 +f 77/3/125 79/1/128 78/3/126 +f 76/2/118 65/1/99 74/1/116 +f 65/1/99 76/2/118 67/2/101 +f 74/1/120 65/1/105 76/2/122 +f 67/2/103 76/2/122 65/1/105 +f 83/3/133 82/3/132 81/3/131 +f 82/3/132 83/3/133 84/3/134 +f 81/3/137 82/3/136 83/3/135 +f 84/3/138 83/3/135 82/3/136 +f 84/3/134 85/1/139 82/3/132 +f 85/1/139 84/3/134 86/1/140 +f 82/3/136 85/1/141 84/3/138 +f 86/1/142 84/3/138 85/1/141 +f 81/3/131 85/1/139 87/1/143 +f 85/1/139 81/3/131 82/3/132 +f 87/1/144 85/1/141 81/3/137 +f 82/3/136 81/3/137 85/1/141 +f 88/1/145 81/3/131 87/1/143 +f 81/3/131 88/1/145 83/3/133 +f 87/1/144 81/3/137 88/1/146 +f 83/3/135 88/1/146 81/3/137 +f 86/1/140 83/3/133 88/1/145 +f 83/3/133 86/1/140 84/3/134 +f 88/1/146 83/3/135 86/1/142 +f 84/3/138 86/1/142 83/3/135 +f 91/1/149 90/3/148 89/1/147 +f 90/3/148 91/1/149 92/3/150 +f 89/1/153 90/3/152 91/1/151 +f 92/3/154 91/1/151 90/3/152 +f 93/1/155 92/3/150 91/1/149 +f 92/3/150 93/1/155 94/3/156 +f 91/1/151 92/3/154 93/1/157 +f 94/3/158 93/1/157 92/3/154 +f 97/2/161 96/1/160 95/1/159 +f 96/1/160 97/2/161 98/2/162 +f 95/1/165 96/1/164 97/2/163 +f 98/2/166 97/2/163 96/1/164 +f 97/2/161 99/2/167 98/2/162 +f 99/2/167 97/2/161 100/2/168 +f 98/2/166 99/2/169 97/2/163 +f 100/2/170 97/2/163 99/2/169 +f 94/3/156 102/1/172 101/3/171 +f 102/1/172 94/3/156 93/1/155 +f 101/3/174 102/1/173 94/3/158 +f 93/1/157 94/3/158 102/1/173 +f 98/2/162 103/1/175 96/1/160 +f 103/1/175 98/2/162 99/2/167 +f 96/1/164 103/1/176 98/2/166 +f 99/2/169 98/2/166 103/1/176 +f 92/3/150 101/3/171 90/3/148 +f 101/3/171 92/3/150 94/3/156 +f 90/3/152 101/3/174 92/3/154 +f 94/3/158 92/3/154 101/3/174 +f 104/1/177 97/2/161 95/1/159 +f 97/2/161 104/1/177 100/2/168 +f 95/1/165 97/2/163 104/1/178 +f 100/2/170 104/1/178 97/2/163 +f 90/3/148 102/1/172 89/1/147 +f 102/1/172 90/3/148 101/3/171 +f 89/1/153 102/1/173 90/3/152 +f 101/3/174 90/3/152 102/1/173 +f 99/2/167 104/1/177 103/1/175 +f 104/1/177 99/2/167 100/2/168 +f 103/1/176 104/1/178 99/2/169 +f 100/2/170 99/2/169 104/1/178 +f 107/4/81 106/4/81 105/4/81 +f 106/4/81 107/4/81 108/4/81 +f 106/4/81 108/4/81 109/4/81 +f 109/4/81 108/4/81 110/4/81 +f 109/4/81 110/4/81 111/4/81 +f 111/4/81 110/4/81 112/4/81 +f 111/4/81 112/4/81 113/4/81 +f 113/4/81 112/4/81 114/4/81 +f 105/4/82 106/4/82 107/4/82 +f 108/4/82 107/4/82 106/4/82 +f 109/4/82 108/4/82 106/4/82 +f 110/4/82 108/4/82 109/4/82 +f 111/4/82 110/4/82 109/4/82 +f 112/4/82 110/4/82 111/4/82 +f 113/4/82 112/4/82 111/4/82 +f 114/4/82 112/4/82 113/4/82 +f 107/4/179 116/1/179 115/1/179 +f 116/1/179 107/4/179 105/4/179 +f 115/1/180 116/1/180 107/4/180 +f 105/4/180 107/4/180 116/1/180 +f 117/1/182 107/4/181 115/1/181 +f 107/4/181 117/1/182 108/4/182 +f 115/1/184 107/4/184 117/1/183 +f 108/4/183 117/1/183 107/4/184 +f 118/1/185 108/4/182 117/1/182 +f 108/4/182 118/1/185 110/4/185 +f 117/1/183 108/4/183 118/1/186 +f 110/4/186 118/1/186 108/4/183 +f 112/4/187 118/1/185 119/1/187 +f 118/1/185 112/4/187 110/4/185 +f 119/1/188 118/1/186 112/4/188 +f 110/4/186 112/4/188 118/1/186 +f 114/4/189 119/1/187 120/1/189 +f 119/1/187 114/4/189 112/4/187 +f 120/1/190 119/1/188 114/4/190 +f 112/4/188 114/4/190 119/1/188 +f 121/1/191 114/4/191 120/1/191 +f 114/4/191 121/1/191 113/4/191 +f 120/1/192 114/4/192 121/1/192 +f 113/4/192 121/1/192 114/4/192 +f 111/4/188 121/1/193 122/1/188 +f 121/1/193 111/4/188 113/4/193 +f 122/1/187 121/1/194 111/4/187 +f 113/4/194 111/4/187 121/1/194 +f 109/4/186 122/1/188 123/1/186 +f 122/1/188 109/4/186 111/4/188 +f 123/1/185 122/1/187 109/4/185 +f 111/4/187 109/4/185 122/1/187 +f 109/4/186 124/1/183 106/4/183 +f 124/1/183 109/4/186 123/1/186 +f 106/4/182 124/1/182 109/4/185 +f 123/1/185 109/4/185 124/1/182 +f 106/4/183 116/1/184 105/4/184 +f 116/1/184 106/4/183 124/1/183 +f 105/4/181 116/1/181 106/4/182 +f 124/1/182 106/4/182 116/1/181 +f 127/1/81 126/1/81 125/1/81 +f 126/1/81 127/1/81 128/1/81 +f 125/1/82 126/1/82 127/1/82 +f 128/1/82 127/1/82 126/1/82 +f 131/2/197 130/1/196 129/1/195 +f 130/1/196 131/2/197 132/2/198 +f 129/1/201 130/1/200 131/2/199 +f 132/2/202 131/2/199 130/1/200 +f 135/3/205 134/1/204 133/1/203 +f 134/1/204 135/3/205 136/3/206 +f 133/1/209 134/1/208 135/3/207 +f 136/3/210 135/3/207 134/1/208 +f 139/2/213 138/1/212 137/1/211 +f 138/1/212 139/2/213 140/2/214 +f 137/1/217 138/1/216 139/2/215 +f 140/2/218 139/2/215 138/1/216 +f 130/1/196 139/2/213 137/1/211 +f 139/2/213 130/1/196 132/2/198 +f 137/1/217 139/2/215 130/1/200 +f 132/2/202 130/1/200 139/2/215 +f 135/3/205 141/3/219 136/3/206 +f 141/3/219 135/3/205 142/3/220 +f 136/3/210 141/3/221 135/3/207 +f 142/3/222 135/3/207 141/3/221 +f 136/3/206 143/1/223 134/1/204 +f 143/1/223 136/3/206 141/3/219 +f 134/1/208 143/1/224 136/3/210 +f 141/3/221 136/3/210 143/1/224 +f 139/2/213 131/2/197 140/2/214 +f 131/2/197 139/2/213 132/2/198 +f 140/2/218 131/2/199 139/2/215 +f 132/2/202 139/2/215 131/2/199 +f 142/3/220 133/1/203 144/1/225 +f 133/1/203 142/3/220 135/3/205 +f 144/1/226 133/1/209 142/3/222 +f 135/3/207 142/3/222 133/1/209 +f 143/1/223 142/3/220 144/1/225 +f 142/3/220 143/1/223 141/3/219 +f 144/1/226 142/3/222 143/1/224 +f 141/3/221 143/1/224 142/3/222 +f 140/2/214 129/1/195 138/1/212 +f 129/1/195 140/2/214 131/2/197 +f 138/1/216 129/1/201 140/2/218 +f 131/2/199 140/2/218 129/1/201 +f 147/3/229 146/3/228 145/3/227 +f 146/3/228 147/3/229 148/3/230 +f 145/3/233 146/3/232 147/3/231 +f 148/3/234 147/3/231 146/3/232 +f 148/3/230 149/1/235 146/3/228 +f 149/1/235 148/3/230 150/1/236 +f 146/3/232 149/1/237 148/3/234 +f 150/1/238 148/3/234 149/1/237 +f 145/3/227 149/1/235 151/1/239 +f 149/1/235 145/3/227 146/3/228 +f 151/1/240 149/1/237 145/3/233 +f 146/3/232 145/3/233 149/1/237 +f 152/1/241 145/3/227 151/1/239 +f 145/3/227 152/1/241 147/3/229 +f 151/1/240 145/3/233 152/1/242 +f 147/3/231 152/1/242 145/3/233 +f 150/1/236 147/3/229 152/1/241 +f 147/3/229 150/1/236 148/3/230 +f 152/1/242 147/3/231 150/1/238 +f 148/3/234 150/1/238 147/3/231 +f 155/1/245 154/3/244 153/1/243 +f 154/3/244 155/1/245 156/3/246 +f 153/1/249 154/3/248 155/1/247 +f 156/3/250 155/1/247 154/3/248 +f 157/1/251 156/3/246 155/1/245 +f 156/3/246 157/1/251 158/3/252 +f 155/1/247 156/3/250 157/1/253 +f 158/3/254 157/1/253 156/3/250 +f 161/2/257 160/1/256 159/1/255 +f 160/1/256 161/2/257 162/2/258 +f 159/1/261 160/1/260 161/2/259 +f 162/2/262 161/2/259 160/1/260 +f 161/2/257 163/2/263 162/2/258 +f 163/2/263 161/2/257 164/2/264 +f 162/2/262 163/2/265 161/2/259 +f 164/2/266 161/2/259 163/2/265 +f 158/3/252 166/1/268 165/3/267 +f 166/1/268 158/3/252 157/1/251 +f 165/3/270 166/1/269 158/3/254 +f 157/1/253 158/3/254 166/1/269 +f 162/2/258 167/1/271 160/1/256 +f 167/1/271 162/2/258 163/2/263 +f 160/1/260 167/1/272 162/2/262 +f 163/2/265 162/2/262 167/1/272 +f 156/3/246 165/3/267 154/3/244 +f 165/3/267 156/3/246 158/3/252 +f 154/3/248 165/3/270 156/3/250 +f 158/3/254 156/3/250 165/3/270 +f 168/1/273 161/2/257 159/1/255 +f 161/2/257 168/1/273 164/2/264 +f 159/1/261 161/2/259 168/1/274 +f 164/2/266 168/1/274 161/2/259 +f 154/3/244 166/1/268 153/1/243 +f 166/1/268 154/3/244 165/3/267 +f 153/1/249 166/1/269 154/3/248 +f 165/3/270 154/3/248 166/1/269 +f 163/2/263 168/1/273 167/1/271 +f 168/1/273 163/2/263 164/2/264 +f 167/1/272 168/1/274 163/2/265 +f 164/2/266 163/2/265 168/1/274 +f 171/4/81 170/4/81 169/4/81 +f 170/4/81 171/4/81 172/4/81 +f 170/4/81 172/4/81 173/4/81 +f 173/4/81 172/4/81 174/4/81 +f 173/4/81 174/4/81 175/4/81 +f 175/4/81 174/4/81 176/4/81 +f 175/4/81 176/4/81 177/4/81 +f 177/4/81 176/4/81 178/4/81 +f 169/4/82 170/4/82 171/4/82 +f 172/4/82 171/4/82 170/4/82 +f 173/4/82 172/4/82 170/4/82 +f 174/4/82 172/4/82 173/4/82 +f 175/4/82 174/4/82 173/4/82 +f 176/4/82 174/4/82 175/4/82 +f 177/4/82 176/4/82 175/4/82 +f 178/4/82 176/4/82 177/4/82 +f 171/4/275 180/1/275 179/1/275 +f 180/1/275 171/4/275 169/4/275 +f 179/1/276 180/1/276 171/4/276 +f 169/4/276 171/4/276 180/1/276 +f 181/1/278 171/4/277 179/1/277 +f 171/4/277 181/1/278 172/4/278 +f 179/1/280 171/4/280 181/1/279 +f 172/4/279 181/1/279 171/4/280 +f 182/1/281 172/4/278 181/1/278 +f 172/4/278 182/1/281 174/4/281 +f 181/1/279 172/4/279 182/1/282 +f 174/4/282 182/1/282 172/4/279 +f 176/4/283 182/1/281 183/1/283 +f 182/1/281 176/4/283 174/4/281 +f 183/1/284 182/1/282 176/4/284 +f 174/4/282 176/4/284 182/1/282 +f 178/4/285 183/1/283 184/1/285 +f 183/1/283 178/4/285 176/4/283 +f 184/1/286 183/1/284 178/4/286 +f 176/4/284 178/4/286 183/1/284 +f 185/1/287 178/4/287 184/1/287 +f 178/4/287 185/1/287 177/4/287 +f 184/1/288 178/4/288 185/1/288 +f 177/4/288 185/1/288 178/4/288 +f 175/4/284 185/1/289 186/1/284 +f 185/1/289 175/4/284 177/4/289 +f 186/1/283 185/1/290 175/4/283 +f 177/4/290 175/4/283 185/1/290 +f 173/4/282 186/1/284 187/1/282 +f 186/1/284 173/4/282 175/4/284 +f 187/1/281 186/1/283 173/4/281 +f 175/4/283 173/4/281 186/1/283 +f 173/4/282 188/1/279 170/4/279 +f 188/1/279 173/4/282 187/1/282 +f 170/4/278 188/1/278 173/4/281 +f 187/1/281 173/4/281 188/1/278 +f 170/4/279 180/1/280 169/4/280 +f 180/1/280 170/4/279 188/1/279 +f 169/4/277 180/1/277 170/4/278 +f 188/1/278 170/4/278 180/1/277 +f 191/1/81 190/1/81 189/1/81 +f 190/1/81 191/1/81 192/1/81 +f 189/1/82 190/1/82 191/1/82 +f 192/1/82 191/1/82 190/1/82 +f 195/2/19 194/1/18 193/1/17 +f 194/1/18 195/2/19 196/2/20 +f 193/1/23 194/1/22 195/2/21 +f 196/2/24 195/2/21 194/1/22 +f 199/3/25 198/1/31 197/1/29 +f 198/1/31 199/3/25 200/3/26 +f 197/1/30 198/1/32 199/3/27 +f 200/3/28 199/3/27 198/1/32 +f 203/2/3 202/1/2 201/1/1 +f 202/1/2 203/2/3 204/2/4 +f 201/1/7 202/1/6 203/2/5 +f 204/2/8 203/2/5 202/1/6 +f 194/1/18 203/2/3 201/1/1 +f 203/2/3 194/1/18 196/2/20 +f 201/1/7 203/2/5 194/1/22 +f 196/2/24 194/1/22 203/2/5 +f 199/3/25 205/3/11 200/3/26 +f 205/3/11 199/3/25 206/3/12 +f 200/3/28 205/3/13 199/3/27 +f 206/3/16 199/3/27 205/3/13 +f 200/3/26 207/1/9 198/1/31 +f 207/1/9 200/3/26 205/3/11 +f 198/1/32 207/1/15 200/3/28 +f 205/3/13 200/3/28 207/1/15 +f 203/2/3 195/2/19 204/2/4 +f 195/2/19 203/2/3 196/2/20 +f 204/2/8 195/2/21 203/2/5 +f 196/2/24 203/2/5 195/2/21 +f 206/3/12 197/1/29 208/1/10 +f 197/1/29 206/3/12 199/3/25 +f 208/1/14 197/1/30 206/3/16 +f 199/3/27 206/3/16 197/1/30 +f 207/1/9 206/3/12 208/1/10 +f 206/3/12 207/1/9 205/3/11 +f 208/1/14 206/3/16 207/1/15 +f 205/3/13 207/1/15 206/3/16 +f 204/2/4 193/1/17 202/1/2 +f 193/1/17 204/2/4 195/2/19 +f 202/1/6 193/1/23 204/2/8 +f 195/2/21 204/2/8 193/1/23 +f 211/3/293 210/3/292 209/3/291 +f 210/3/292 211/3/293 212/3/294 +f 209/3/297 210/3/296 211/3/295 +f 212/3/298 211/3/295 210/3/296 +f 212/3/294 213/1/299 210/3/292 +f 213/1/299 212/3/294 214/1/300 +f 210/3/296 213/1/301 212/3/298 +f 214/1/302 212/3/298 213/1/301 +f 209/3/291 213/1/299 215/1/303 +f 213/1/299 209/3/291 210/3/292 +f 215/1/304 213/1/301 209/3/297 +f 210/3/296 209/3/297 213/1/301 +f 216/1/305 209/3/291 215/1/303 +f 209/3/291 216/1/305 211/3/293 +f 215/1/304 209/3/297 216/1/306 +f 211/3/295 216/1/306 209/3/297 +f 214/1/300 211/3/293 216/1/305 +f 211/3/293 214/1/300 212/3/294 +f 216/1/306 211/3/295 214/1/302 +f 212/3/298 214/1/302 211/3/295 +f 219/1/74 218/3/58 217/1/57 +f 218/3/58 219/1/74 220/3/73 +f 217/1/59 218/3/60 219/1/75 +f 220/3/76 219/1/75 218/3/60 +f 221/1/49 220/3/73 219/1/74 +f 220/3/73 221/1/49 222/3/50 +f 219/1/75 220/3/76 221/1/55 +f 222/3/54 221/1/55 220/3/76 +f 225/2/69 224/1/79 223/1/77 +f 224/1/79 225/2/69 226/2/70 +f 223/1/78 224/1/80 225/2/71 +f 226/2/72 225/2/71 224/1/80 +f 225/2/69 227/2/63 226/2/70 +f 227/2/63 225/2/69 228/2/64 +f 226/2/72 227/2/65 225/2/71 +f 228/2/68 225/2/71 227/2/65 +f 222/3/50 230/1/51 229/3/52 +f 230/1/51 222/3/50 221/1/49 +f 229/3/56 230/1/53 222/3/54 +f 221/1/55 222/3/54 230/1/53 +f 226/2/70 231/1/61 224/1/79 +f 231/1/61 226/2/70 227/2/63 +f 224/1/80 231/1/67 226/2/72 +f 227/2/65 226/2/72 231/1/67 +f 220/3/73 229/3/52 218/3/58 +f 229/3/52 220/3/73 222/3/50 +f 218/3/60 229/3/56 220/3/76 +f 222/3/54 220/3/76 229/3/56 +f 232/1/62 225/2/69 223/1/77 +f 225/2/69 232/1/62 228/2/64 +f 223/1/78 225/2/71 232/1/66 +f 228/2/68 232/1/66 225/2/71 +f 218/3/58 230/1/51 217/1/57 +f 230/1/51 218/3/58 229/3/52 +f 217/1/59 230/1/53 218/3/60 +f 229/3/56 218/3/60 230/1/53 +f 227/2/63 232/1/62 231/1/61 +f 232/1/62 227/2/63 228/2/64 +f 231/1/67 232/1/66 227/2/65 +f 228/2/68 227/2/65 232/1/66 +f 235/4/81 234/4/81 233/4/81 +f 234/4/81 235/4/81 236/4/81 +f 234/4/81 236/4/81 237/4/81 +f 237/4/81 236/4/81 238/4/81 +f 237/4/81 238/4/81 239/4/81 +f 239/4/81 238/4/81 240/4/81 +f 239/4/81 240/4/81 241/4/81 +f 241/4/81 240/4/81 242/4/81 +f 233/4/82 234/4/82 235/4/82 +f 236/4/82 235/4/82 234/4/82 +f 237/4/82 236/4/82 234/4/82 +f 238/4/82 236/4/82 237/4/82 +f 239/4/82 238/4/82 237/4/82 +f 240/4/82 238/4/82 239/4/82 +f 241/4/82 240/4/82 239/4/82 +f 242/4/82 240/4/82 241/4/82 +f 235/4/307 244/1/307 243/1/307 +f 244/1/307 235/4/307 233/4/307 +f 243/1/308 244/1/308 235/4/308 +f 233/4/308 235/4/308 244/1/308 +f 245/1/87 235/4/88 243/1/88 +f 235/4/88 245/1/87 236/4/87 +f 243/1/85 235/4/85 245/1/86 +f 236/4/86 245/1/86 235/4/85 +f 246/1/90 236/4/87 245/1/87 +f 236/4/87 246/1/90 238/4/90 +f 245/1/86 236/4/86 246/1/89 +f 238/4/89 246/1/89 236/4/86 +f 240/4/92 246/1/90 247/1/92 +f 246/1/90 240/4/92 238/4/90 +f 247/1/91 246/1/89 240/4/91 +f 238/4/89 240/4/91 246/1/89 +f 242/4/94 247/1/92 248/1/94 +f 247/1/92 242/4/94 240/4/92 +f 248/1/93 247/1/91 242/4/93 +f 240/4/91 242/4/93 247/1/91 +f 249/1/309 242/4/309 248/1/309 +f 242/4/309 249/1/309 241/4/309 +f 248/1/310 242/4/310 249/1/310 +f 241/4/310 249/1/310 242/4/310 +f 239/4/91 249/1/98 250/1/91 +f 249/1/98 239/4/91 241/4/98 +f 250/1/92 249/1/97 239/4/92 +f 241/4/97 239/4/92 249/1/97 +f 237/4/89 250/1/91 251/1/89 +f 250/1/91 237/4/89 239/4/91 +f 251/1/90 250/1/92 237/4/90 +f 239/4/92 237/4/90 250/1/92 +f 237/4/89 252/1/86 234/4/86 +f 252/1/86 237/4/89 251/1/89 +f 234/4/87 252/1/87 237/4/90 +f 251/1/90 237/4/90 252/1/87 +f 234/4/86 244/1/85 233/4/85 +f 244/1/85 234/4/86 252/1/86 +f 233/4/88 244/1/88 234/4/87 +f 252/1/87 234/4/87 244/1/88 +f 255/1/81 254/1/81 253/1/81 +f 254/1/81 255/1/81 256/1/81 +f 253/1/82 254/1/82 255/1/82 +f 256/1/82 255/1/82 254/1/82 +f 258/1/81 255/1/81 257/1/81 +f 255/1/81 258/1/81 259/1/81 +f 257/1/82 255/1/82 258/1/82 +f 259/1/82 258/1/82 255/1/82 +f 262/3/313 261/1/312 260/1/311 +f 261/1/312 262/3/313 263/3/314 +f 260/1/317 261/1/316 262/3/315 +f 263/3/318 262/3/315 261/1/316 +f 266/3/321 265/3/320 264/3/319 +f 265/3/320 266/3/321 267/3/322 +f 264/3/325 265/3/324 266/3/323 +f 267/3/326 266/3/323 265/3/324 +f 269/3/328 262/3/313 268/3/327 +f 262/3/313 269/3/328 263/3/314 +f 268/3/330 262/3/315 269/3/329 +f 263/3/318 269/3/329 262/3/315 +f 272/1/9 271/2/12 270/1/10 +f 271/2/12 272/1/9 273/2/11 +f 270/1/14 271/2/16 272/1/15 +f 273/2/13 272/1/15 271/2/16 +f 275/2/25 273/2/11 274/2/26 +f 273/2/11 275/2/25 271/2/12 +f 274/2/28 273/2/13 275/2/27 +f 271/2/16 275/2/27 273/2/13 +f 274/2/26 272/1/9 276/1/31 +f 272/1/9 274/2/26 273/2/11 +f 276/1/32 272/1/15 274/2/28 +f 273/2/13 274/2/28 272/1/15 +f 268/3/327 260/1/311 277/1/331 +f 260/1/311 268/3/327 262/3/313 +f 277/1/332 260/1/317 268/3/330 +f 262/3/315 268/3/330 260/1/317 +f 278/1/333 263/3/314 269/3/328 +f 263/3/314 278/1/333 261/1/312 +f 269/3/329 263/3/318 278/1/334 +f 261/1/316 278/1/334 263/3/318 +f 281/5/73 280/5/52 279/5/58 +f 280/5/52 281/5/73 282/5/50 +f 279/5/60 280/5/56 281/5/76 +f 282/5/54 281/5/76 280/5/56 +f 282/5/50 283/1/51 280/5/52 +f 283/1/51 282/5/50 284/1/49 +f 280/5/56 283/1/53 282/5/54 +f 284/1/55 282/5/54 283/1/53 +f 286/1/74 279/5/58 285/1/57 +f 279/5/58 286/1/74 281/5/73 +f 285/1/59 279/5/60 286/1/75 +f 281/5/76 286/1/75 279/5/60 +f 284/1/49 281/5/73 286/1/74 +f 281/5/73 284/1/49 282/5/50 +f 286/1/75 281/5/76 284/1/55 +f 282/5/54 284/1/55 281/5/76 +f 288/1/336 267/3/322 287/1/335 +f 267/3/322 288/1/336 265/3/320 +f 287/1/338 267/3/326 288/1/337 +f 265/3/324 288/1/337 267/3/326 +f 267/3/322 289/1/339 287/1/335 +f 289/1/339 267/3/322 266/3/321 +f 287/1/338 289/1/340 267/3/326 +f 266/3/323 267/3/326 289/1/340 +f 264/3/319 288/1/336 290/1/341 +f 288/1/336 264/3/319 265/3/320 +f 290/1/342 288/1/337 264/3/325 +f 265/3/324 264/3/325 288/1/337 +f 293/5/12 292/1/29 291/1/10 +f 292/1/29 293/5/12 294/5/25 +f 291/1/14 292/1/30 293/5/16 +f 294/5/27 293/5/16 292/1/30 +f 266/3/321 290/1/341 289/1/339 +f 290/1/341 266/3/321 264/3/319 +f 289/1/340 290/1/342 266/3/323 +f 264/3/325 266/3/323 290/1/342 +f 294/5/25 296/5/11 295/5/26 +f 296/5/11 294/5/25 293/5/12 +f 295/5/28 296/5/13 294/5/27 +f 293/5/16 294/5/27 296/5/13 +f 275/2/25 276/1/31 297/1/29 +f 276/1/31 275/2/25 274/2/26 +f 297/1/30 276/1/32 275/2/27 +f 274/2/28 275/2/27 276/1/32 +f 295/5/26 299/1/9 298/1/31 +f 299/1/9 295/5/26 296/5/11 +f 298/1/32 299/1/15 295/5/28 +f 296/5/13 295/5/28 299/1/15 +f 279/5/58 283/1/51 285/1/57 +f 283/1/51 279/5/58 280/5/52 +f 285/1/59 283/1/53 279/5/60 +f 280/5/56 279/5/60 283/1/53 +f 271/2/12 297/1/29 270/1/10 +f 297/1/29 271/2/12 275/2/25 +f 270/1/14 297/1/30 271/2/16 +f 275/2/27 271/2/16 297/1/30 +f 294/5/25 298/1/31 292/1/29 +f 298/1/31 294/5/25 295/5/26 +f 292/1/30 298/1/32 294/5/27 +f 295/5/28 294/5/27 298/1/32 +f 278/1/333 268/3/327 277/1/331 +f 268/3/327 278/1/333 269/3/328 +f 277/1/332 268/3/330 278/1/334 +f 269/3/329 278/1/334 268/3/330 +f 302/5/12 301/1/29 300/1/10 +f 301/1/29 302/5/12 303/5/25 +f 300/1/14 301/1/30 302/5/16 +f 303/5/27 302/5/16 301/1/30 +f 299/1/9 293/5/12 291/1/10 +f 293/5/12 299/1/9 296/5/11 +f 291/1/14 293/5/16 299/1/15 +f 296/5/13 299/1/15 293/5/16 +f 303/5/25 305/5/11 304/5/26 +f 305/5/11 303/5/25 302/5/12 +f 304/5/28 305/5/13 303/5/27 +f 302/5/16 303/5/27 305/5/13 +f 306/1/9 302/5/12 300/1/10 +f 302/5/12 306/1/9 305/5/11 +f 300/1/14 302/5/16 306/1/15 +f 305/5/13 306/1/15 302/5/16 +f 303/5/25 307/1/31 301/1/29 +f 307/1/31 303/5/25 304/5/26 +f 301/1/30 307/1/32 303/5/27 +f 304/5/28 303/5/27 307/1/32 +f 304/5/26 306/1/9 307/1/31 +f 306/1/9 304/5/26 305/5/11 +f 307/1/32 306/1/15 304/5/28 +f 305/5/13 304/5/28 306/1/15 +f 310/3/345 309/3/344 308/3/343 +f 309/3/344 310/3/345 311/3/346 +f 308/3/349 309/3/348 310/3/347 +f 311/3/350 310/3/347 309/3/348 +f 308/3/343 313/1/352 312/1/351 +f 313/1/352 308/3/343 309/3/344 +f 312/1/354 313/1/353 308/3/349 +f 309/3/348 308/3/349 313/1/353 +f 310/3/345 312/1/351 314/1/355 +f 312/1/351 310/3/345 308/3/343 +f 314/1/356 312/1/354 310/3/347 +f 308/3/349 310/3/347 312/1/354 +f 309/3/344 315/1/357 313/1/352 +f 315/1/357 309/3/344 311/3/346 +f 313/1/353 315/1/358 309/3/348 +f 311/3/350 309/3/348 315/1/358 +f 315/1/357 310/3/345 314/1/355 +f 310/3/345 315/1/357 311/3/346 +f 314/1/356 310/3/347 315/1/358 +f 311/3/350 315/1/358 310/3/347 +f 318/1/62 317/3/69 316/1/77 +f 317/3/69 318/1/62 319/3/64 +f 316/1/78 317/3/71 318/1/66 +f 319/3/68 318/1/66 317/3/71 +f 317/3/69 321/3/63 320/3/70 +f 321/3/63 317/3/69 319/3/64 +f 320/3/72 321/3/65 317/3/71 +f 319/3/68 317/3/71 321/3/65 +f 317/3/69 322/1/79 316/1/77 +f 322/1/79 317/3/69 320/3/70 +f 316/1/78 322/1/80 317/3/71 +f 320/3/72 317/3/71 322/1/80 +f 321/3/63 318/1/62 323/1/61 +f 318/1/62 321/3/63 319/3/64 +f 323/1/67 318/1/66 321/3/65 +f 319/3/68 321/3/65 318/1/66 +f 320/3/70 323/1/61 322/1/79 +f 323/1/61 320/3/70 321/3/63 +f 322/1/80 323/1/67 320/3/72 +f 321/3/65 320/3/72 323/1/67 +f 326/5/73 325/5/52 324/5/58 +f 325/5/52 326/5/73 327/5/50 +f 324/5/60 325/5/56 326/5/76 +f 327/5/54 326/5/76 325/5/56 +f 327/5/50 328/1/51 325/5/52 +f 328/1/51 327/5/50 329/1/49 +f 325/5/56 328/1/53 327/5/54 +f 329/1/55 327/5/54 328/1/53 +f 332/3/3 331/3/19 330/3/4 +f 331/3/19 332/3/3 333/3/20 +f 330/3/8 331/3/21 332/3/5 +f 333/3/24 332/3/5 331/3/21 +f 330/3/4 335/1/17 334/1/2 +f 335/1/17 330/3/4 331/3/19 +f 334/1/6 335/1/23 330/3/8 +f 331/3/21 330/3/8 335/1/23 +f 324/5/58 328/1/51 336/1/57 +f 328/1/51 324/5/58 325/5/52 +f 336/1/59 328/1/53 324/5/60 +f 325/5/56 324/5/60 328/1/53 +f 329/1/49 326/5/73 337/1/74 +f 326/5/73 329/1/49 327/5/50 +f 337/1/75 326/5/76 329/1/55 +f 327/5/54 329/1/55 326/5/76 +f 331/3/19 338/1/18 335/1/17 +f 338/1/18 331/3/19 333/3/20 +f 335/1/23 338/1/22 331/3/21 +f 333/3/24 331/3/21 338/1/22 +f 332/3/3 334/1/2 339/1/1 +f 334/1/2 332/3/3 330/3/4 +f 339/1/7 334/1/6 332/3/5 +f 330/3/8 332/3/5 334/1/6 +f 338/1/18 332/3/3 339/1/1 +f 332/3/3 338/1/18 333/3/20 +f 339/1/7 332/3/5 338/1/22 +f 333/3/24 338/1/22 332/3/5 +f 337/1/74 324/5/58 336/1/57 +f 324/5/58 337/1/74 326/5/73 +f 336/1/59 324/5/60 337/1/75 +f 326/5/76 337/1/75 324/5/60 +f 64/1/81 341/1/81 340/1/81 +f 341/1/81 64/1/81 63/1/81 +f 340/1/82 341/1/82 64/1/82 +f 63/1/82 64/1/82 341/1/82 +f 344/3/313 343/1/312 342/1/311 +f 343/1/312 344/3/313 345/3/314 +f 342/1/317 343/1/316 344/3/315 +f 345/3/318 344/3/315 343/1/316 +f 348/3/321 347/3/320 346/3/319 +f 347/3/320 348/3/321 349/3/322 +f 346/3/325 347/3/324 348/3/323 +f 349/3/326 348/3/323 347/3/324 +f 351/3/328 344/3/313 350/3/327 +f 344/3/313 351/3/328 345/3/314 +f 350/3/330 344/3/315 351/3/329 +f 345/3/318 351/3/329 344/3/315 +f 354/1/9 353/2/12 352/1/10 +f 353/2/12 354/1/9 355/2/11 +f 352/1/14 353/2/16 354/1/15 +f 355/2/13 354/1/15 353/2/16 +f 357/2/25 355/2/11 356/2/26 +f 355/2/11 357/2/25 353/2/12 +f 356/2/28 355/2/13 357/2/27 +f 353/2/16 357/2/27 355/2/13 +f 356/2/26 354/1/9 358/1/31 +f 354/1/9 356/2/26 355/2/11 +f 358/1/32 354/1/15 356/2/28 +f 355/2/13 356/2/28 354/1/15 +f 350/3/327 342/1/311 359/1/331 +f 342/1/311 350/3/327 344/3/313 +f 359/1/332 342/1/317 350/3/330 +f 344/3/315 350/3/330 342/1/317 +f 360/1/333 345/3/314 351/3/328 +f 345/3/314 360/1/333 343/1/312 +f 351/3/329 345/3/318 360/1/334 +f 343/1/316 360/1/334 345/3/318 +f 363/5/73 362/5/52 361/5/58 +f 362/5/52 363/5/73 364/5/50 +f 361/5/60 362/5/56 363/5/76 +f 364/5/54 363/5/76 362/5/56 +f 364/5/50 365/1/51 362/5/52 +f 365/1/51 364/5/50 366/1/49 +f 362/5/56 365/1/53 364/5/54 +f 366/1/55 364/5/54 365/1/53 +f 368/1/74 361/5/58 367/1/57 +f 361/5/58 368/1/74 363/5/73 +f 367/1/59 361/5/60 368/1/75 +f 363/5/76 368/1/75 361/5/60 +f 366/1/49 363/5/73 368/1/74 +f 363/5/73 366/1/49 364/5/50 +f 368/1/75 363/5/76 366/1/55 +f 364/5/54 366/1/55 363/5/76 +f 370/1/336 349/3/322 369/1/335 +f 349/3/322 370/1/336 347/3/320 +f 369/1/338 349/3/326 370/1/337 +f 347/3/324 370/1/337 349/3/326 +f 349/3/322 371/1/339 369/1/335 +f 371/1/339 349/3/322 348/3/321 +f 369/1/338 371/1/340 349/3/326 +f 348/3/323 349/3/326 371/1/340 +f 346/3/319 370/1/336 372/1/341 +f 370/1/336 346/3/319 347/3/320 +f 372/1/342 370/1/337 346/3/325 +f 347/3/324 346/3/325 370/1/337 +f 375/5/12 374/1/29 373/1/10 +f 374/1/29 375/5/12 376/5/25 +f 373/1/14 374/1/30 375/5/16 +f 376/5/27 375/5/16 374/1/30 +f 348/3/321 372/1/341 371/1/339 +f 372/1/341 348/3/321 346/3/319 +f 371/1/340 372/1/342 348/3/323 +f 346/3/325 348/3/323 372/1/342 +f 376/5/25 378/5/11 377/5/26 +f 378/5/11 376/5/25 375/5/12 +f 377/5/28 378/5/13 376/5/27 +f 375/5/16 376/5/27 378/5/13 +f 357/2/25 358/1/31 379/1/29 +f 358/1/31 357/2/25 356/2/26 +f 379/1/30 358/1/32 357/2/27 +f 356/2/28 357/2/27 358/1/32 +f 377/5/26 381/1/9 380/1/31 +f 381/1/9 377/5/26 378/5/11 +f 380/1/32 381/1/15 377/5/28 +f 378/5/13 377/5/28 381/1/15 +f 361/5/58 365/1/51 367/1/57 +f 365/1/51 361/5/58 362/5/52 +f 367/1/59 365/1/53 361/5/60 +f 362/5/56 361/5/60 365/1/53 +f 353/2/12 379/1/29 352/1/10 +f 379/1/29 353/2/12 357/2/25 +f 352/1/14 379/1/30 353/2/16 +f 357/2/27 353/2/16 379/1/30 +f 376/5/25 380/1/31 374/1/29 +f 380/1/31 376/5/25 377/5/26 +f 374/1/30 380/1/32 376/5/27 +f 377/5/28 376/5/27 380/1/32 +f 360/1/333 350/3/327 359/1/331 +f 350/3/327 360/1/333 351/3/328 +f 359/1/332 350/3/330 360/1/334 +f 351/3/329 360/1/334 350/3/330 +f 384/5/12 383/1/29 382/1/10 +f 383/1/29 384/5/12 385/5/25 +f 382/1/14 383/1/30 384/5/16 +f 385/5/27 384/5/16 383/1/30 +f 381/1/9 375/5/12 373/1/10 +f 375/5/12 381/1/9 378/5/11 +f 373/1/14 375/5/16 381/1/15 +f 378/5/13 381/1/15 375/5/16 +f 385/5/25 387/5/11 386/5/26 +f 387/5/11 385/5/25 384/5/12 +f 386/5/28 387/5/13 385/5/27 +f 384/5/16 385/5/27 387/5/13 +f 388/1/9 384/5/12 382/1/10 +f 384/5/12 388/1/9 387/5/11 +f 382/1/14 384/5/16 388/1/15 +f 387/5/13 388/1/15 384/5/16 +f 385/5/25 389/1/31 383/1/29 +f 389/1/31 385/5/25 386/5/26 +f 383/1/30 389/1/32 385/5/27 +f 386/5/28 385/5/27 389/1/32 +f 386/5/26 388/1/9 389/1/31 +f 388/1/9 386/5/26 387/5/11 +f 389/1/32 388/1/15 386/5/28 +f 387/5/13 386/5/28 388/1/15 +f 392/3/345 391/3/344 390/3/343 +f 391/3/344 392/3/345 393/3/346 +f 390/3/349 391/3/348 392/3/347 +f 393/3/350 392/3/347 391/3/348 +f 390/3/343 395/1/352 394/1/351 +f 395/1/352 390/3/343 391/3/344 +f 394/1/354 395/1/353 390/3/349 +f 391/3/348 390/3/349 395/1/353 +f 392/3/345 394/1/351 396/1/355 +f 394/1/351 392/3/345 390/3/343 +f 396/1/356 394/1/354 392/3/347 +f 390/3/349 392/3/347 394/1/354 +f 391/3/344 397/1/357 395/1/352 +f 397/1/357 391/3/344 393/3/346 +f 395/1/353 397/1/358 391/3/348 +f 393/3/350 391/3/348 397/1/358 +f 397/1/357 392/3/345 396/1/355 +f 392/3/345 397/1/357 393/3/346 +f 396/1/356 392/3/347 397/1/358 +f 393/3/350 397/1/358 392/3/347 +f 400/1/62 399/3/69 398/1/77 +f 399/3/69 400/1/62 401/3/64 +f 398/1/78 399/3/71 400/1/66 +f 401/3/68 400/1/66 399/3/71 +f 399/3/69 403/3/63 402/3/70 +f 403/3/63 399/3/69 401/3/64 +f 402/3/72 403/3/65 399/3/71 +f 401/3/68 399/3/71 403/3/65 +f 399/3/69 404/1/79 398/1/77 +f 404/1/79 399/3/69 402/3/70 +f 398/1/78 404/1/80 399/3/71 +f 402/3/72 399/3/71 404/1/80 +f 403/3/63 400/1/62 405/1/61 +f 400/1/62 403/3/63 401/3/64 +f 405/1/67 400/1/66 403/3/65 +f 401/3/68 403/3/65 400/1/66 +f 402/3/70 405/1/61 404/1/79 +f 405/1/61 402/3/70 403/3/63 +f 404/1/80 405/1/67 402/3/72 +f 403/3/65 402/3/72 405/1/67 +f 408/5/73 407/5/52 406/5/58 +f 407/5/52 408/5/73 409/5/50 +f 406/5/60 407/5/56 408/5/76 +f 409/5/54 408/5/76 407/5/56 +f 409/5/50 410/1/51 407/5/52 +f 410/1/51 409/5/50 411/1/49 +f 407/5/56 410/1/53 409/5/54 +f 411/1/55 409/5/54 410/1/53 +f 414/3/3 413/3/19 412/3/4 +f 413/3/19 414/3/3 415/3/20 +f 412/3/8 413/3/21 414/3/5 +f 415/3/24 414/3/5 413/3/21 +f 412/3/4 417/1/17 416/1/2 +f 417/1/17 412/3/4 413/3/19 +f 416/1/6 417/1/23 412/3/8 +f 413/3/21 412/3/8 417/1/23 +f 406/5/58 410/1/51 418/1/57 +f 410/1/51 406/5/58 407/5/52 +f 418/1/59 410/1/53 406/5/60 +f 407/5/56 406/5/60 410/1/53 +f 411/1/49 408/5/73 419/1/74 +f 408/5/73 411/1/49 409/5/50 +f 419/1/75 408/5/76 411/1/55 +f 409/5/54 411/1/55 408/5/76 +f 413/3/19 420/1/18 417/1/17 +f 420/1/18 413/3/19 415/3/20 +f 417/1/23 420/1/22 413/3/21 +f 415/3/24 413/3/21 420/1/22 +f 414/3/3 416/1/2 421/1/1 +f 416/1/2 414/3/3 412/3/4 +f 421/1/7 416/1/6 414/3/5 +f 412/3/8 414/3/5 416/1/6 +f 420/1/18 414/3/3 421/1/1 +f 414/3/3 420/1/18 415/3/20 +f 421/1/7 414/3/5 420/1/22 +f 415/3/24 420/1/22 414/3/5 +f 419/1/74 406/5/58 418/1/57 +f 406/5/58 419/1/74 408/5/73 +f 418/1/59 406/5/60 419/1/75 +f 408/5/76 419/1/75 406/5/60 +f 422/1/81 259/1/81 258/1/81 +f 259/1/81 422/1/81 423/1/81 +f 258/1/82 259/1/82 422/1/82 +f 423/1/82 422/1/82 259/1/82 +f 426/1/81 425/1/81 424/1/81 +f 425/1/81 426/1/81 427/1/81 +f 424/1/82 425/1/82 426/1/82 +f 427/1/82 426/1/82 425/1/82 +f 430/4/81 429/4/81 428/4/81 +f 429/4/81 430/4/81 431/4/81 +f 431/4/81 430/4/81 432/4/81 +f 428/4/82 429/4/82 430/4/82 +f 431/4/82 430/4/82 429/4/82 +f 432/4/82 430/4/82 431/4/82 +f 429/4/192 433/1/192 428/4/192 +f 433/1/192 429/4/192 434/1/192 +f 428/4/191 433/1/191 429/4/191 +f 434/1/191 429/4/191 433/1/191 +f 429/4/180 435/1/180 434/1/180 +f 435/1/180 429/4/180 431/4/180 +f 434/1/179 435/1/179 429/4/179 +f 431/4/179 429/4/179 435/1/179 +f 435/1/360 432/4/359 436/1/359 +f 432/4/359 435/1/360 431/4/360 +f 436/1/362 432/4/362 435/1/361 +f 431/4/361 435/1/361 432/4/362 +f 436/1/359 430/4/363 437/1/363 +f 430/4/363 436/1/359 432/4/359 +f 437/1/364 430/4/364 436/1/362 +f 432/4/362 436/1/362 430/4/364 +f 437/1/363 428/4/365 433/1/365 +f 428/4/365 437/1/363 430/4/363 +f 433/1/366 428/4/366 437/1/364 +f 430/4/364 437/1/364 428/4/366 +f 440/4/81 439/4/81 438/4/81 +f 439/4/81 440/4/81 441/4/81 +f 441/4/81 440/4/81 442/4/81 +f 438/4/82 439/4/82 440/4/82 +f 441/4/82 440/4/82 439/4/82 +f 442/4/82 440/4/82 441/4/82 +f 439/4/367 443/1/367 438/4/367 +f 443/1/367 439/4/367 444/1/367 +f 438/4/368 443/1/368 439/4/368 +f 444/1/368 439/4/368 443/1/368 +f 439/4/369 445/1/369 444/1/369 +f 445/1/369 439/4/369 441/4/369 +f 444/1/370 445/1/370 439/4/370 +f 441/4/370 439/4/370 445/1/370 +f 445/1/372 442/4/371 446/1/371 +f 442/4/371 445/1/372 441/4/372 +f 446/1/374 442/4/374 445/1/373 +f 441/4/373 445/1/373 442/4/374 +f 446/1/371 440/4/375 447/1/375 +f 440/4/375 446/1/371 442/4/371 +f 447/1/376 440/4/376 446/1/374 +f 442/4/374 446/1/374 440/4/376 +f 447/1/375 438/4/377 443/1/377 +f 438/4/377 447/1/375 440/4/375 +f 443/1/378 438/4/378 447/1/376 +f 440/4/376 447/1/376 438/4/378 +f 450/4/81 449/4/81 448/4/81 +f 449/4/81 450/4/81 451/4/81 +f 451/4/81 450/4/81 452/4/81 +f 448/4/82 449/4/82 450/4/82 +f 451/4/82 450/4/82 449/4/82 +f 452/4/82 450/4/82 451/4/82 +f 449/4/310 453/1/310 448/4/310 +f 453/1/310 449/4/310 454/1/310 +f 448/4/309 453/1/309 449/4/309 +f 454/1/309 449/4/309 453/1/309 +f 449/4/308 455/1/308 454/1/308 +f 455/1/308 449/4/308 451/4/308 +f 454/1/307 455/1/307 449/4/307 +f 451/4/307 449/4/307 455/1/307 +f 455/1/373 452/4/374 456/1/374 +f 452/4/374 455/1/373 451/4/373 +f 456/1/371 452/4/371 455/1/372 +f 451/4/372 455/1/372 452/4/371 +f 456/1/374 450/4/376 457/1/376 +f 450/4/376 456/1/374 452/4/374 +f 457/1/375 450/4/375 456/1/371 +f 452/4/371 456/1/371 450/4/375 +f 457/1/376 448/4/378 453/1/378 +f 448/4/378 457/1/376 450/4/376 +f 453/1/377 448/4/377 457/1/375 +f 450/4/375 457/1/375 448/4/377 +f 460/4/81 459/4/81 458/4/81 +f 459/4/81 460/4/81 461/4/81 +f 461/4/81 460/4/81 462/4/81 +f 458/4/82 459/4/82 460/4/82 +f 461/4/82 460/4/82 459/4/82 +f 462/4/82 460/4/82 461/4/82 +f 459/4/192 463/1/192 458/4/192 +f 463/1/192 459/4/192 464/1/192 +f 458/4/191 463/1/191 459/4/191 +f 464/1/191 459/4/191 463/1/191 +f 459/4/180 465/1/180 464/1/180 +f 465/1/180 459/4/180 461/4/180 +f 464/1/179 465/1/179 459/4/179 +f 461/4/179 459/4/179 465/1/179 +f 465/1/360 462/4/359 466/1/359 +f 462/4/359 465/1/360 461/4/360 +f 466/1/362 462/4/362 465/1/361 +f 461/4/361 465/1/361 462/4/362 +f 466/1/359 460/4/363 467/1/363 +f 460/4/363 466/1/359 462/4/359 +f 467/1/364 460/4/364 466/1/362 +f 462/4/362 466/1/362 460/4/364 +f 467/1/363 458/4/365 463/1/365 +f 458/4/365 467/1/363 460/4/363 +f 463/1/366 458/4/366 467/1/364 +f 460/4/364 467/1/364 458/4/366 +f 259/1/81 256/1/81 255/1/81 +f 256/1/81 259/1/81 468/1/81 +f 255/1/82 256/1/82 259/1/82 +f 468/1/82 259/1/82 256/1/82 +f 471/4/81 470/4/81 469/4/81 +f 470/4/81 471/4/81 472/4/81 +f 472/4/81 471/4/81 473/4/81 +f 469/4/82 470/4/82 471/4/82 +f 472/4/82 471/4/82 470/4/82 +f 473/4/82 471/4/82 472/4/82 +f 470/4/310 474/1/310 469/4/310 +f 474/1/310 470/4/310 475/1/310 +f 469/4/309 474/1/309 470/4/309 +f 475/1/309 470/4/309 474/1/309 +f 470/4/308 476/1/308 475/1/308 +f 476/1/308 470/4/308 472/4/308 +f 475/1/307 476/1/307 470/4/307 +f 472/4/307 470/4/307 476/1/307 +f 476/1/373 473/4/374 477/1/374 +f 473/4/374 476/1/373 472/4/373 +f 477/1/371 473/4/371 476/1/372 +f 472/4/372 476/1/372 473/4/371 +f 477/1/374 471/4/376 478/1/376 +f 471/4/376 477/1/374 473/4/374 +f 478/1/375 471/4/375 477/1/371 +f 473/4/371 477/1/371 471/4/375 +f 478/1/376 469/4/378 474/1/378 +f 469/4/378 478/1/376 471/4/376 +f 474/1/377 469/4/377 478/1/375 +f 471/4/375 478/1/375 469/4/377 +f 481/4/81 480/4/81 479/4/81 +f 480/4/81 481/4/81 482/4/81 +f 482/4/81 481/4/81 483/4/81 +f 479/4/82 480/4/82 481/4/82 +f 482/4/82 481/4/82 480/4/82 +f 483/4/82 481/4/82 482/4/82 +f 480/4/288 484/1/288 479/4/288 +f 484/1/288 480/4/288 485/1/288 +f 479/4/287 484/1/287 480/4/287 +f 485/1/287 480/4/287 484/1/287 +f 480/4/276 486/1/276 485/1/276 +f 486/1/276 480/4/276 482/4/276 +f 485/1/275 486/1/275 480/4/275 +f 482/4/275 480/4/275 486/1/275 +f 486/1/380 483/4/379 487/1/379 +f 483/4/379 486/1/380 482/4/380 +f 487/1/382 483/4/382 486/1/381 +f 482/4/381 486/1/381 483/4/382 +f 487/1/379 481/4/383 488/1/383 +f 481/4/383 487/1/379 483/4/379 +f 488/1/384 481/4/384 487/1/382 +f 483/4/382 487/1/382 481/4/384 +f 488/1/383 479/4/385 484/1/385 +f 479/4/385 488/1/383 481/4/383 +f 484/1/386 479/4/386 488/1/384 +f 481/4/384 488/1/384 479/4/386 +f 491/4/81 490/4/81 489/4/81 +f 490/4/81 491/4/81 492/4/81 +f 492/4/81 491/4/81 493/4/81 +f 489/4/82 490/4/82 491/4/82 +f 492/4/82 491/4/82 490/4/82 +f 493/4/82 491/4/82 492/4/82 +f 490/4/288 494/1/288 489/4/288 +f 494/1/288 490/4/288 495/1/288 +f 489/4/287 494/1/287 490/4/287 +f 495/1/287 490/4/287 494/1/287 +f 490/4/276 496/1/276 495/1/276 +f 496/1/276 490/4/276 492/4/276 +f 495/1/275 496/1/275 490/4/275 +f 492/4/275 490/4/275 496/1/275 +f 496/1/380 493/4/379 497/1/379 +f 493/4/379 496/1/380 492/4/380 +f 497/1/382 493/4/382 496/1/381 +f 492/4/381 496/1/381 493/4/382 +f 497/1/379 491/4/383 498/1/383 +f 491/4/383 497/1/379 493/4/379 +f 498/1/384 491/4/384 497/1/382 +f 493/4/382 497/1/382 491/4/384 +f 498/1/383 489/4/385 494/1/385 +f 489/4/385 498/1/383 491/4/383 +f 494/1/386 489/4/386 498/1/384 +f 491/4/384 498/1/384 489/4/386 +f 501/4/81 500/4/81 499/4/81 +f 500/4/81 501/4/81 502/4/81 +f 502/4/81 501/4/81 503/4/81 +f 499/4/82 500/4/82 501/4/82 +f 502/4/82 501/4/82 500/4/82 +f 503/4/82 501/4/82 502/4/82 +f 500/4/387 504/1/387 499/4/387 +f 504/1/387 500/4/387 505/1/387 +f 499/4/388 504/1/388 500/4/388 +f 505/1/388 500/4/388 504/1/388 +f 500/4/389 506/1/389 505/1/389 +f 506/1/389 500/4/389 502/4/389 +f 505/1/390 506/1/390 500/4/390 +f 502/4/390 500/4/390 506/1/390 +f 506/1/372 503/4/371 507/1/371 +f 503/4/371 506/1/372 502/4/372 +f 507/1/374 503/4/374 506/1/373 +f 502/4/373 506/1/373 503/4/374 +f 507/1/371 501/4/375 508/1/375 +f 501/4/375 507/1/371 503/4/371 +f 508/1/376 501/4/376 507/1/374 +f 503/4/374 507/1/374 501/4/376 +f 508/1/375 499/4/377 504/1/377 +f 499/4/377 508/1/375 501/4/375 +f 504/1/378 499/4/378 508/1/376 +f 501/4/376 508/1/376 499/4/378 +f 511/6/81 510/6/81 509/6/81 +f 510/6/81 511/6/81 512/6/81 +f 510/6/81 512/6/81 513/6/81 +f 513/6/81 512/6/81 514/6/81 +f 513/6/81 514/6/81 515/6/81 +f 515/6/81 514/6/81 516/6/81 +f 515/6/81 516/6/81 517/6/81 +f 517/6/81 516/6/81 518/6/81 +f 509/6/82 510/6/82 511/6/82 +f 512/6/82 511/6/82 510/6/82 +f 513/6/82 512/6/82 510/6/82 +f 514/6/82 512/6/82 513/6/82 +f 515/6/82 514/6/82 513/6/82 +f 516/6/82 514/6/82 515/6/82 +f 517/6/82 516/6/82 515/6/82 +f 518/6/82 516/6/82 517/6/82 +f 511/6/83 41/7/83 519/7/83 +f 41/7/83 511/6/83 509/6/83 +f 519/7/84 41/7/84 511/6/84 +f 509/6/84 511/6/84 41/7/84 +f 520/7/86 511/6/85 519/7/85 +f 511/6/85 520/7/86 512/6/86 +f 519/7/88 511/6/88 520/7/87 +f 512/6/87 520/7/87 511/6/88 +f 521/7/89 512/6/86 520/7/86 +f 512/6/86 521/7/89 514/6/89 +f 520/7/87 512/6/87 521/7/90 +f 514/6/90 521/7/90 512/6/87 +f 516/6/91 521/7/89 522/7/91 +f 521/7/89 516/6/91 514/6/89 +f 522/7/92 521/7/90 516/6/92 +f 514/6/90 516/6/92 521/7/90 +f 518/6/98 522/7/91 523/7/98 +f 522/7/91 518/6/98 516/6/91 +f 523/7/97 522/7/92 518/6/97 +f 516/6/92 518/6/97 522/7/92 +f 49/7/95 518/6/95 523/7/95 +f 518/6/95 49/7/95 517/6/95 +f 523/7/96 518/6/96 49/7/96 +f 517/6/96 49/7/96 518/6/96 +f 515/6/92 49/7/97 47/7/92 +f 49/7/97 515/6/92 517/6/97 +f 47/7/91 49/7/98 515/6/91 +f 517/6/98 515/6/91 49/7/98 +f 513/6/90 47/7/92 45/7/90 +f 47/7/92 513/6/90 515/6/92 +f 45/7/89 47/7/91 513/6/89 +f 515/6/91 513/6/89 47/7/91 +f 513/6/90 42/7/87 510/6/87 +f 42/7/87 513/6/90 45/7/90 +f 510/6/86 42/7/86 513/6/89 +f 45/7/89 513/6/89 42/7/86 +f 510/6/87 41/7/88 509/6/88 +f 41/7/88 510/6/87 42/7/87 +f 509/6/85 41/7/85 510/6/86 +f 42/7/86 510/6/86 41/7/85 +f 525/7/82 524/7/82 61/7/82 +f 524/7/82 525/7/82 62/7/82 +f 524/7/82 62/7/82 526/7/82 +f 526/7/82 62/7/82 527/7/82 +f 526/7/82 527/7/82 528/7/82 +f 528/7/82 527/7/82 529/7/82 +f 529/7/82 527/7/82 64/7/82 +f 529/7/82 64/7/82 530/7/82 +f 61/7/81 524/7/81 525/7/81 +f 62/7/81 525/7/81 524/7/81 +f 526/7/81 62/7/81 524/7/81 +f 527/7/81 62/7/81 526/7/81 +f 528/7/81 527/7/81 526/7/81 +f 529/7/81 527/7/81 528/7/81 +f 64/7/81 527/7/81 529/7/81 +f 530/7/81 64/7/81 529/7/81 +f 531/8/81 60/8/81 52/8/81 +f 60/8/81 531/8/81 59/8/81 +f 59/8/81 531/8/81 532/8/81 +f 59/8/81 532/8/81 58/8/81 +f 58/8/81 532/8/81 533/8/81 +f 58/8/81 533/8/81 534/8/81 +f 58/8/81 534/8/81 57/8/81 +f 57/8/81 534/8/81 535/8/81 +f 52/8/82 60/8/82 531/8/82 +f 59/8/82 531/8/82 60/8/82 +f 532/8/82 531/8/82 59/8/82 +f 58/8/82 532/8/82 59/8/82 +f 533/8/82 532/8/82 58/8/82 +f 534/8/82 533/8/82 58/8/82 +f 57/8/82 534/8/82 58/8/82 +f 535/8/82 534/8/82 57/8/82 +f 531/8/83 61/7/83 524/7/83 +f 61/7/83 531/8/83 52/8/83 +f 524/7/84 61/7/84 531/8/84 +f 52/8/84 531/8/84 61/7/84 +f 526/7/86 531/8/85 524/7/85 +f 531/8/85 526/7/86 532/8/86 +f 524/7/88 531/8/88 526/7/87 +f 532/8/87 526/7/87 531/8/88 +f 528/7/89 532/8/86 526/7/86 +f 532/8/86 528/7/89 533/8/89 +f 526/7/87 532/8/87 528/7/90 +f 533/8/90 528/7/90 532/8/87 +f 534/8/91 528/7/89 529/7/91 +f 528/7/89 534/8/91 533/8/89 +f 529/7/92 528/7/90 534/8/92 +f 533/8/90 534/8/92 528/7/90 +f 535/8/93 529/7/91 530/7/93 +f 529/7/91 535/8/93 534/8/91 +f 530/7/94 529/7/92 535/8/94 +f 534/8/92 535/8/94 529/7/92 +f 64/7/95 535/8/95 530/7/95 +f 535/8/95 64/7/95 57/8/95 +f 530/7/96 535/8/96 64/7/96 +f 57/8/96 64/7/96 535/8/96 +f 58/8/92 64/7/97 527/7/92 +f 64/7/97 58/8/92 57/8/97 +f 527/7/91 64/7/98 58/8/91 +f 57/8/98 58/8/91 64/7/98 +f 59/8/90 527/7/92 62/7/90 +f 527/7/92 59/8/90 58/8/92 +f 62/7/89 527/7/91 59/8/89 +f 58/8/91 59/8/89 527/7/91 +f 59/8/90 525/7/87 60/8/87 +f 525/7/87 59/8/90 62/7/90 +f 60/8/86 525/7/86 59/8/89 +f 62/7/89 59/8/89 525/7/86 +f 60/8/87 61/7/88 52/8/88 +f 61/7/88 60/8/87 525/7/87 +f 52/8/85 61/7/85 60/8/86 +f 525/7/86 60/8/86 61/7/85 +f 538/8/392 537/7/391 536/8/391 +f 537/7/391 538/8/392 539/7/392 +f 536/8/394 537/7/394 538/8/393 +f 539/7/393 538/8/393 537/7/394 +f 542/8/395 541/7/396 540/7/395 +f 541/7/396 542/8/395 543/8/396 +f 540/7/397 541/7/398 542/8/397 +f 543/8/398 542/8/397 541/7/398 +f 543/8/396 544/7/399 541/7/396 +f 544/7/399 543/8/396 545/8/399 +f 541/7/398 544/7/400 543/8/398 +f 545/8/400 543/8/398 544/7/400 +f 548/7/402 547/8/401 546/7/401 +f 547/8/401 548/7/402 549/8/402 +f 546/7/404 547/8/404 548/7/403 +f 549/8/403 548/7/403 547/8/404 +f 546/7/401 542/8/395 540/7/395 +f 542/8/395 546/7/401 547/8/401 +f 540/7/397 542/8/397 546/7/404 +f 547/8/404 546/7/404 542/8/397 +f 536/8/391 544/7/399 545/8/399 +f 544/7/399 536/8/391 537/7/391 +f 545/8/400 544/7/400 536/8/394 +f 537/7/394 536/8/394 544/7/400 +f 536/8/81 549/8/81 538/8/81 +f 549/8/81 536/8/81 545/8/81 +f 549/8/81 545/8/81 543/8/81 +f 549/8/81 543/8/81 542/8/81 +f 549/8/81 542/8/81 547/8/81 +f 538/8/82 549/8/82 536/8/82 +f 545/8/82 536/8/82 549/8/82 +f 543/8/82 545/8/82 549/8/82 +f 542/8/82 543/8/82 549/8/82 +f 547/8/82 542/8/82 549/8/82 +f 552/10/405 551/9/406 550/9/405 +f 551/9/406 552/10/405 553/10/406 +f 550/9/407 551/9/408 552/10/407 +f 553/10/408 552/10/407 551/9/408 +f 556/10/407 555/9/408 554/9/407 +f 555/9/408 556/10/407 557/10/408 +f 554/9/405 555/9/406 556/10/405 +f 557/10/406 556/10/405 555/9/406 +f 560/10/410 559/9/409 558/10/409 +f 559/9/409 560/10/410 561/9/410 +f 558/10/412 559/9/412 560/10/411 +f 561/9/411 560/10/411 559/9/412 +f 564/9/412 563/10/411 562/9/411 +f 563/10/411 564/9/412 565/10/412 +f 562/9/410 563/10/410 564/9/409 +f 565/10/409 564/9/409 563/10/410 +f 557/10/408 564/9/412 555/9/408 +f 564/9/412 557/10/408 565/10/412 +f 555/9/406 564/9/409 557/10/406 +f 565/10/409 557/10/406 564/9/409 +f 553/10/406 559/9/409 551/9/406 +f 559/9/409 553/10/406 558/10/409 +f 551/9/408 559/9/412 553/10/408 +f 558/10/412 553/10/408 559/9/412 +f 560/10/410 554/9/407 561/9/410 +f 554/9/407 560/10/410 556/10/407 +f 561/9/411 554/9/405 560/10/411 +f 556/10/405 560/10/411 554/9/405 +f 563/10/411 550/9/405 562/9/411 +f 550/9/405 563/10/411 552/10/405 +f 562/9/410 550/9/407 563/10/410 +f 552/10/407 563/10/410 550/9/407 +f 553/10/413 560/10/413 558/10/413 +f 560/10/413 553/10/413 556/10/413 +f 556/10/413 553/10/413 552/10/413 +f 556/10/413 552/10/413 557/10/413 +f 557/10/413 552/10/413 563/10/413 +f 557/10/413 563/10/413 565/10/413 +f 558/10/414 560/10/414 553/10/414 +f 556/10/414 553/10/414 560/10/414 +f 552/10/414 553/10/414 556/10/414 +f 557/10/414 552/10/414 556/10/414 +f 563/10/414 552/10/414 557/10/414 +f 565/10/414 563/10/414 557/10/414 +f 554/9/414 559/9/414 561/9/414 +f 559/9/414 554/9/414 551/9/414 +f 551/9/414 554/9/414 555/9/414 +f 551/9/414 555/9/414 550/9/414 +f 550/9/414 555/9/414 564/9/414 +f 550/9/414 564/9/414 562/9/414 +f 561/9/413 559/9/413 554/9/413 +f 551/9/413 554/9/413 559/9/413 +f 555/9/413 554/9/413 551/9/413 +f 550/9/413 555/9/413 551/9/413 +f 564/9/413 555/9/413 550/9/413 +f 562/9/413 564/9/413 550/9/413 +f 568/10/415 567/9/416 566/9/415 +f 567/9/416 568/10/415 569/10/416 +f 566/9/417 567/9/418 568/10/417 +f 569/10/418 568/10/417 567/9/418 +f 572/10/417 571/9/418 570/9/417 +f 571/9/418 572/10/417 573/10/418 +f 570/9/415 571/9/416 572/10/415 +f 573/10/416 572/10/415 571/9/416 +f 576/10/420 575/9/419 574/10/419 +f 575/9/419 576/10/420 577/9/420 +f 574/10/422 575/9/422 576/10/421 +f 577/9/421 576/10/421 575/9/422 +f 580/9/422 579/10/421 578/9/421 +f 579/10/421 580/9/422 581/10/422 +f 578/9/420 579/10/420 580/9/419 +f 581/10/419 580/9/419 579/10/420 +f 573/10/418 580/9/422 571/9/418 +f 580/9/422 573/10/418 581/10/422 +f 571/9/416 580/9/419 573/10/416 +f 581/10/419 573/10/416 580/9/419 +f 569/10/416 575/9/419 567/9/416 +f 575/9/419 569/10/416 574/10/419 +f 567/9/418 575/9/422 569/10/418 +f 574/10/422 569/10/418 575/9/422 +f 576/10/420 570/9/417 577/9/420 +f 570/9/417 576/10/420 572/10/417 +f 577/9/421 570/9/415 576/10/421 +f 572/10/415 576/10/421 570/9/415 +f 579/10/421 566/9/415 578/9/421 +f 566/9/415 579/10/421 568/10/415 +f 578/9/420 566/9/417 579/10/420 +f 568/10/417 579/10/420 566/9/417 +f 569/10/93 576/10/93 574/10/93 +f 576/10/93 569/10/93 572/10/93 +f 572/10/93 569/10/93 568/10/93 +f 572/10/93 568/10/93 573/10/93 +f 573/10/93 568/10/93 579/10/93 +f 573/10/93 579/10/93 581/10/93 +f 574/10/94 576/10/94 569/10/94 +f 572/10/94 569/10/94 576/10/94 +f 568/10/94 569/10/94 572/10/94 +f 573/10/94 568/10/94 572/10/94 +f 579/10/94 568/10/94 573/10/94 +f 581/10/94 579/10/94 573/10/94 +f 570/9/94 575/9/94 577/9/94 +f 575/9/94 570/9/94 567/9/94 +f 567/9/94 570/9/94 571/9/94 +f 567/9/94 571/9/94 566/9/94 +f 566/9/94 571/9/94 580/9/94 +f 566/9/94 580/9/94 578/9/94 +f 577/9/93 575/9/93 570/9/93 +f 567/9/93 570/9/93 575/9/93 +f 571/9/93 570/9/93 567/9/93 +f 566/9/93 571/9/93 567/9/93 +f 580/9/93 571/9/93 566/9/93 +f 578/9/93 580/9/93 566/9/93 +f 584/10/415 583/9/416 582/9/415 +f 583/9/416 584/10/415 585/10/416 +f 582/9/417 583/9/418 584/10/417 +f 585/10/418 584/10/417 583/9/418 +f 588/10/417 587/9/418 586/9/417 +f 587/9/418 588/10/417 589/10/418 +f 586/9/415 587/9/416 588/10/415 +f 589/10/416 588/10/415 587/9/416 +f 592/10/420 591/9/419 590/10/419 +f 591/9/419 592/10/420 593/9/420 +f 590/10/422 591/9/422 592/10/421 +f 593/9/421 592/10/421 591/9/422 +f 596/9/422 595/10/421 594/9/421 +f 595/10/421 596/9/422 597/10/422 +f 594/9/420 595/10/420 596/9/419 +f 597/10/419 596/9/419 595/10/420 +f 589/10/418 596/9/422 587/9/418 +f 596/9/422 589/10/418 597/10/422 +f 587/9/416 596/9/419 589/10/416 +f 597/10/419 589/10/416 596/9/419 +f 585/10/416 591/9/419 583/9/416 +f 591/9/419 585/10/416 590/10/419 +f 583/9/418 591/9/422 585/10/418 +f 590/10/422 585/10/418 591/9/422 +f 592/10/420 586/9/417 593/9/420 +f 586/9/417 592/10/420 588/10/417 +f 593/9/421 586/9/415 592/10/421 +f 588/10/415 592/10/421 586/9/415 +f 595/10/421 582/9/415 594/9/421 +f 582/9/415 595/10/421 584/10/415 +f 594/9/420 582/9/417 595/10/420 +f 584/10/417 595/10/420 582/9/417 +f 585/10/93 592/10/93 590/10/93 +f 592/10/93 585/10/93 588/10/93 +f 588/10/93 585/10/93 584/10/93 +f 588/10/93 584/10/93 589/10/93 +f 589/10/93 584/10/93 595/10/93 +f 589/10/93 595/10/93 597/10/93 +f 590/10/94 592/10/94 585/10/94 +f 588/10/94 585/10/94 592/10/94 +f 584/10/94 585/10/94 588/10/94 +f 589/10/94 584/10/94 588/10/94 +f 595/10/94 584/10/94 589/10/94 +f 597/10/94 595/10/94 589/10/94 +f 586/9/94 591/9/94 593/9/94 +f 591/9/94 586/9/94 583/9/94 +f 583/9/94 586/9/94 587/9/94 +f 583/9/94 587/9/94 582/9/94 +f 582/9/94 587/9/94 596/9/94 +f 582/9/94 596/9/94 594/9/94 +f 593/9/93 591/9/93 586/9/93 +f 583/9/93 586/9/93 591/9/93 +f 587/9/93 586/9/93 583/9/93 +f 582/9/93 587/9/93 583/9/93 +f 596/9/93 587/9/93 582/9/93 +f 594/9/93 596/9/93 582/9/93 +f 600/10/423 599/9/424 598/9/423 +f 599/9/424 600/10/423 601/10/424 +f 598/9/425 599/9/426 600/10/425 +f 601/10/426 600/10/425 599/9/426 +f 604/9/425 603/10/426 602/9/426 +f 603/10/426 604/9/425 605/10/425 +f 602/9/424 603/10/424 604/9/423 +f 605/10/423 604/9/423 603/10/424 +f 608/10/428 607/9/427 606/10/427 +f 607/9/427 608/10/428 609/9/428 +f 606/10/430 607/9/430 608/10/429 +f 609/9/429 608/10/429 607/9/430 +f 612/9/430 611/10/429 610/9/429 +f 611/10/429 612/9/430 613/10/430 +f 610/9/428 611/10/428 612/9/427 +f 613/10/427 612/9/427 611/10/428 +f 603/10/426 612/9/430 602/9/426 +f 612/9/430 603/10/426 613/10/430 +f 602/9/424 612/9/427 603/10/424 +f 613/10/427 603/10/424 612/9/427 +f 601/10/424 607/9/427 599/9/424 +f 607/9/427 601/10/424 606/10/427 +f 599/9/426 607/9/430 601/10/426 +f 606/10/430 601/10/426 607/9/430 +f 608/10/428 604/9/425 609/9/428 +f 604/9/425 608/10/428 605/10/425 +f 609/9/429 604/9/423 608/10/429 +f 605/10/423 608/10/429 604/9/423 +f 611/10/429 598/9/423 610/9/429 +f 598/9/423 611/10/429 600/10/423 +f 610/9/428 598/9/425 611/10/428 +f 600/10/425 611/10/428 598/9/425 +f 601/10/431 608/10/431 606/10/431 +f 608/10/431 601/10/431 605/10/431 +f 605/10/431 601/10/431 600/10/431 +f 605/10/431 600/10/431 603/10/431 +f 603/10/431 600/10/431 611/10/431 +f 603/10/431 611/10/431 613/10/431 +f 606/10/432 608/10/432 601/10/432 +f 605/10/432 601/10/432 608/10/432 +f 600/10/432 601/10/432 605/10/432 +f 603/10/432 600/10/432 605/10/432 +f 611/10/432 600/10/432 603/10/432 +f 613/10/432 611/10/432 603/10/432 +f 604/9/432 607/9/432 609/9/432 +f 607/9/432 604/9/432 599/9/432 +f 599/9/432 604/9/432 602/9/432 +f 599/9/432 602/9/432 598/9/432 +f 598/9/432 602/9/432 612/9/432 +f 598/9/432 612/9/432 610/9/432 +f 609/9/431 607/9/431 604/9/431 +f 599/9/431 604/9/431 607/9/431 +f 602/9/431 604/9/431 599/9/431 +f 598/9/431 602/9/431 599/9/431 +f 612/9/431 602/9/431 598/9/431 +f 610/9/431 612/9/431 598/9/431 +f 616/6/81 615/6/81 614/6/81 +f 615/6/81 616/6/81 617/6/81 +f 615/6/81 617/6/81 618/6/81 +f 618/6/81 617/6/81 619/6/81 +f 618/6/81 619/6/81 620/6/81 +f 620/6/81 619/6/81 621/6/81 +f 620/6/81 621/6/81 622/6/81 +f 622/6/81 621/6/81 623/6/81 +f 614/6/82 615/6/82 616/6/82 +f 617/6/82 616/6/82 615/6/82 +f 618/6/82 617/6/82 615/6/82 +f 619/6/82 617/6/82 618/6/82 +f 620/6/82 619/6/82 618/6/82 +f 621/6/82 619/6/82 620/6/82 +f 622/6/82 621/6/82 620/6/82 +f 623/6/82 621/6/82 622/6/82 +f 616/6/179 105/7/179 624/7/179 +f 105/7/179 616/6/179 614/6/179 +f 624/7/180 105/7/180 616/6/180 +f 614/6/180 616/6/180 105/7/180 +f 625/7/182 616/6/181 624/7/181 +f 616/6/181 625/7/182 617/6/182 +f 624/7/184 616/6/184 625/7/183 +f 617/6/183 625/7/183 616/6/184 +f 626/7/185 617/6/182 625/7/182 +f 617/6/182 626/7/185 619/6/185 +f 625/7/183 617/6/183 626/7/186 +f 619/6/186 626/7/186 617/6/183 +f 621/6/187 626/7/185 627/7/187 +f 626/7/185 621/6/187 619/6/185 +f 627/7/188 626/7/186 621/6/188 +f 619/6/186 621/6/188 626/7/186 +f 623/6/194 627/7/187 628/7/194 +f 627/7/187 623/6/194 621/6/187 +f 628/7/193 627/7/188 623/6/193 +f 621/6/188 623/6/193 627/7/188 +f 113/7/191 623/6/191 628/7/191 +f 623/6/191 113/7/191 622/6/191 +f 628/7/192 623/6/192 113/7/192 +f 622/6/192 113/7/192 623/6/192 +f 620/6/188 113/7/193 111/7/188 +f 113/7/193 620/6/188 622/6/193 +f 111/7/187 113/7/194 620/6/187 +f 622/6/194 620/6/187 113/7/194 +f 618/6/186 111/7/188 109/7/186 +f 111/7/188 618/6/186 620/6/188 +f 109/7/185 111/7/187 618/6/185 +f 620/6/187 618/6/185 111/7/187 +f 618/6/186 106/7/183 615/6/183 +f 106/7/183 618/6/186 109/7/186 +f 615/6/182 106/7/182 618/6/185 +f 109/7/185 618/6/185 106/7/182 +f 615/6/183 105/7/184 614/6/184 +f 105/7/184 615/6/183 106/7/183 +f 614/6/181 105/7/181 615/6/182 +f 106/7/182 615/6/182 105/7/181 +f 630/7/82 629/7/82 125/7/82 +f 629/7/82 630/7/82 126/7/82 +f 629/7/82 126/7/82 631/7/82 +f 631/7/82 126/7/82 632/7/82 +f 631/7/82 632/7/82 633/7/82 +f 633/7/82 632/7/82 634/7/82 +f 634/7/82 632/7/82 128/7/82 +f 634/7/82 128/7/82 635/7/82 +f 125/7/81 629/7/81 630/7/81 +f 126/7/81 630/7/81 629/7/81 +f 631/7/81 126/7/81 629/7/81 +f 632/7/81 126/7/81 631/7/81 +f 633/7/81 632/7/81 631/7/81 +f 634/7/81 632/7/81 633/7/81 +f 128/7/81 632/7/81 634/7/81 +f 635/7/81 128/7/81 634/7/81 +f 636/8/81 124/8/81 116/8/81 +f 124/8/81 636/8/81 123/8/81 +f 123/8/81 636/8/81 637/8/81 +f 123/8/81 637/8/81 122/8/81 +f 122/8/81 637/8/81 638/8/81 +f 122/8/81 638/8/81 639/8/81 +f 122/8/81 639/8/81 121/8/81 +f 121/8/81 639/8/81 640/8/81 +f 116/8/82 124/8/82 636/8/82 +f 123/8/82 636/8/82 124/8/82 +f 637/8/82 636/8/82 123/8/82 +f 122/8/82 637/8/82 123/8/82 +f 638/8/82 637/8/82 122/8/82 +f 639/8/82 638/8/82 122/8/82 +f 121/8/82 639/8/82 122/8/82 +f 640/8/82 639/8/82 121/8/82 +f 636/8/179 125/7/179 629/7/179 +f 125/7/179 636/8/179 116/8/179 +f 629/7/180 125/7/180 636/8/180 +f 116/8/180 636/8/180 125/7/180 +f 631/7/182 636/8/181 629/7/181 +f 636/8/181 631/7/182 637/8/182 +f 629/7/184 636/8/184 631/7/183 +f 637/8/183 631/7/183 636/8/184 +f 633/7/185 637/8/182 631/7/182 +f 637/8/182 633/7/185 638/8/185 +f 631/7/183 637/8/183 633/7/186 +f 638/8/186 633/7/186 637/8/183 +f 639/8/187 633/7/185 634/7/187 +f 633/7/185 639/8/187 638/8/185 +f 634/7/188 633/7/186 639/8/188 +f 638/8/186 639/8/188 633/7/186 +f 640/8/189 634/7/187 635/7/189 +f 634/7/187 640/8/189 639/8/187 +f 635/7/190 634/7/188 640/8/190 +f 639/8/188 640/8/190 634/7/188 +f 128/7/191 640/8/191 635/7/191 +f 640/8/191 128/7/191 121/8/191 +f 635/7/192 640/8/192 128/7/192 +f 121/8/192 128/7/192 640/8/192 +f 122/8/188 128/7/193 632/7/188 +f 128/7/193 122/8/188 121/8/193 +f 632/7/187 128/7/194 122/8/187 +f 121/8/194 122/8/187 128/7/194 +f 123/8/186 632/7/188 126/7/186 +f 632/7/188 123/8/186 122/8/188 +f 126/7/185 632/7/187 123/8/185 +f 122/8/187 123/8/185 632/7/187 +f 123/8/186 630/7/183 124/8/183 +f 630/7/183 123/8/186 126/7/186 +f 124/8/182 630/7/182 123/8/185 +f 126/7/185 123/8/185 630/7/182 +f 124/8/183 125/7/184 116/8/184 +f 125/7/184 124/8/183 630/7/183 +f 116/8/181 125/7/181 124/8/182 +f 630/7/182 124/8/182 125/7/181 +f 643/8/434 642/7/433 641/8/433 +f 642/7/433 643/8/434 644/7/434 +f 641/8/436 642/7/436 643/8/435 +f 644/7/435 643/8/435 642/7/436 +f 647/8/437 646/7/438 645/7/437 +f 646/7/438 647/8/437 648/8/438 +f 645/7/439 646/7/440 647/8/439 +f 648/8/440 647/8/439 646/7/440 +f 648/8/438 649/7/441 646/7/438 +f 649/7/441 648/8/438 650/8/441 +f 646/7/440 649/7/442 648/8/440 +f 650/8/442 648/8/440 649/7/442 +f 653/7/444 652/8/443 651/7/443 +f 652/8/443 653/7/444 654/8/444 +f 651/7/446 652/8/446 653/7/445 +f 654/8/445 653/7/445 652/8/446 +f 651/7/443 647/8/437 645/7/437 +f 647/8/437 651/7/443 652/8/443 +f 645/7/439 647/8/439 651/7/446 +f 652/8/446 651/7/446 647/8/439 +f 641/8/433 649/7/441 650/8/441 +f 649/7/441 641/8/433 642/7/433 +f 650/8/442 649/7/442 641/8/436 +f 642/7/436 641/8/436 649/7/442 +f 641/8/81 654/8/81 643/8/81 +f 654/8/81 641/8/81 650/8/81 +f 654/8/81 650/8/81 648/8/81 +f 654/8/81 648/8/81 647/8/81 +f 654/8/81 647/8/81 652/8/81 +f 643/8/82 654/8/82 641/8/82 +f 650/8/82 641/8/82 654/8/82 +f 648/8/82 650/8/82 654/8/82 +f 647/8/82 648/8/82 654/8/82 +f 652/8/82 647/8/82 654/8/82 +f 657/10/447 656/9/448 655/9/447 +f 656/9/448 657/10/447 658/10/448 +f 655/9/449 656/9/450 657/10/449 +f 658/10/450 657/10/449 656/9/450 +f 661/10/449 660/9/450 659/9/449 +f 660/9/450 661/10/449 662/10/450 +f 659/9/447 660/9/448 661/10/447 +f 662/10/448 661/10/447 660/9/448 +f 665/10/452 664/9/451 663/10/451 +f 664/9/451 665/10/452 666/9/452 +f 663/10/454 664/9/454 665/10/453 +f 666/9/453 665/10/453 664/9/454 +f 669/9/454 668/10/453 667/9/453 +f 668/10/453 669/9/454 670/10/454 +f 667/9/452 668/10/452 669/9/451 +f 670/10/451 669/9/451 668/10/452 +f 662/10/450 669/9/454 660/9/450 +f 669/9/454 662/10/450 670/10/454 +f 660/9/448 669/9/451 662/10/448 +f 670/10/451 662/10/448 669/9/451 +f 658/10/448 664/9/451 656/9/448 +f 664/9/451 658/10/448 663/10/451 +f 656/9/450 664/9/454 658/10/450 +f 663/10/454 658/10/450 664/9/454 +f 665/10/452 659/9/449 666/9/452 +f 659/9/449 665/10/452 661/10/449 +f 666/9/453 659/9/447 665/10/453 +f 661/10/447 665/10/453 659/9/447 +f 668/10/453 655/9/447 667/9/453 +f 655/9/447 668/10/453 657/10/447 +f 667/9/452 655/9/449 668/10/452 +f 657/10/449 668/10/452 655/9/449 +f 658/10/455 665/10/455 663/10/455 +f 665/10/455 658/10/455 661/10/455 +f 661/10/455 658/10/455 657/10/455 +f 661/10/455 657/10/455 662/10/455 +f 662/10/455 657/10/455 668/10/455 +f 662/10/455 668/10/455 670/10/455 +f 663/10/456 665/10/456 658/10/456 +f 661/10/456 658/10/456 665/10/456 +f 657/10/456 658/10/456 661/10/456 +f 662/10/456 657/10/456 661/10/456 +f 668/10/456 657/10/456 662/10/456 +f 670/10/456 668/10/456 662/10/456 +f 659/9/456 664/9/456 666/9/456 +f 664/9/456 659/9/456 656/9/456 +f 656/9/456 659/9/456 660/9/456 +f 656/9/456 660/9/456 655/9/456 +f 655/9/456 660/9/456 669/9/456 +f 655/9/456 669/9/456 667/9/456 +f 666/9/455 664/9/455 659/9/455 +f 656/9/455 659/9/455 664/9/455 +f 660/9/455 659/9/455 656/9/455 +f 655/9/455 660/9/455 656/9/455 +f 669/9/455 660/9/455 655/9/455 +f 667/9/455 669/9/455 655/9/455 +f 673/10/457 672/9/458 671/9/457 +f 672/9/458 673/10/457 674/10/458 +f 671/9/459 672/9/460 673/10/459 +f 674/10/460 673/10/459 672/9/460 +f 677/10/459 676/9/460 675/9/459 +f 676/9/460 677/10/459 678/10/460 +f 675/9/457 676/9/458 677/10/457 +f 678/10/458 677/10/457 676/9/458 +f 681/10/462 680/9/461 679/10/461 +f 680/9/461 681/10/462 682/9/462 +f 679/10/464 680/9/464 681/10/463 +f 682/9/463 681/10/463 680/9/464 +f 685/9/464 684/10/463 683/9/463 +f 684/10/463 685/9/464 686/10/464 +f 683/9/462 684/10/462 685/9/461 +f 686/10/461 685/9/461 684/10/462 +f 678/10/460 685/9/464 676/9/460 +f 685/9/464 678/10/460 686/10/464 +f 676/9/458 685/9/461 678/10/458 +f 686/10/461 678/10/458 685/9/461 +f 674/10/458 680/9/461 672/9/458 +f 680/9/461 674/10/458 679/10/461 +f 672/9/460 680/9/464 674/10/460 +f 679/10/464 674/10/460 680/9/464 +f 681/10/462 675/9/459 682/9/462 +f 675/9/459 681/10/462 677/10/459 +f 682/9/463 675/9/457 681/10/463 +f 677/10/457 681/10/463 675/9/457 +f 684/10/463 671/9/457 683/9/463 +f 671/9/457 684/10/463 673/10/457 +f 683/9/462 671/9/459 684/10/462 +f 673/10/459 684/10/462 671/9/459 +f 674/10/189 681/10/189 679/10/189 +f 681/10/189 674/10/189 677/10/189 +f 677/10/189 674/10/189 673/10/189 +f 677/10/189 673/10/189 678/10/189 +f 678/10/189 673/10/189 684/10/189 +f 678/10/189 684/10/189 686/10/189 +f 679/10/190 681/10/190 674/10/190 +f 677/10/190 674/10/190 681/10/190 +f 673/10/190 674/10/190 677/10/190 +f 678/10/190 673/10/190 677/10/190 +f 684/10/190 673/10/190 678/10/190 +f 686/10/190 684/10/190 678/10/190 +f 675/9/190 680/9/190 682/9/190 +f 680/9/190 675/9/190 672/9/190 +f 672/9/190 675/9/190 676/9/190 +f 672/9/190 676/9/190 671/9/190 +f 671/9/190 676/9/190 685/9/190 +f 671/9/190 685/9/190 683/9/190 +f 682/9/189 680/9/189 675/9/189 +f 672/9/189 675/9/189 680/9/189 +f 676/9/189 675/9/189 672/9/189 +f 671/9/189 676/9/189 672/9/189 +f 685/9/189 676/9/189 671/9/189 +f 683/9/189 685/9/189 671/9/189 +f 689/10/457 688/9/458 687/9/457 +f 688/9/458 689/10/457 690/10/458 +f 687/9/459 688/9/460 689/10/459 +f 690/10/460 689/10/459 688/9/460 +f 693/10/459 692/9/460 691/9/459 +f 692/9/460 693/10/459 694/10/460 +f 691/9/457 692/9/458 693/10/457 +f 694/10/458 693/10/457 692/9/458 +f 697/10/462 696/9/461 695/10/461 +f 696/9/461 697/10/462 698/9/462 +f 695/10/464 696/9/464 697/10/463 +f 698/9/463 697/10/463 696/9/464 +f 701/9/464 700/10/463 699/9/463 +f 700/10/463 701/9/464 702/10/464 +f 699/9/462 700/10/462 701/9/461 +f 702/10/461 701/9/461 700/10/462 +f 694/10/460 701/9/464 692/9/460 +f 701/9/464 694/10/460 702/10/464 +f 692/9/458 701/9/461 694/10/458 +f 702/10/461 694/10/458 701/9/461 +f 690/10/458 696/9/461 688/9/458 +f 696/9/461 690/10/458 695/10/461 +f 688/9/460 696/9/464 690/10/460 +f 695/10/464 690/10/460 696/9/464 +f 697/10/462 691/9/459 698/9/462 +f 691/9/459 697/10/462 693/10/459 +f 698/9/463 691/9/457 697/10/463 +f 693/10/457 697/10/463 691/9/457 +f 700/10/463 687/9/457 699/9/463 +f 687/9/457 700/10/463 689/10/457 +f 699/9/462 687/9/459 700/10/462 +f 689/10/459 700/10/462 687/9/459 +f 690/10/189 697/10/189 695/10/189 +f 697/10/189 690/10/189 693/10/189 +f 693/10/189 690/10/189 689/10/189 +f 693/10/189 689/10/189 694/10/189 +f 694/10/189 689/10/189 700/10/189 +f 694/10/189 700/10/189 702/10/189 +f 695/10/190 697/10/190 690/10/190 +f 693/10/190 690/10/190 697/10/190 +f 689/10/190 690/10/190 693/10/190 +f 694/10/190 689/10/190 693/10/190 +f 700/10/190 689/10/190 694/10/190 +f 702/10/190 700/10/190 694/10/190 +f 691/9/190 696/9/190 698/9/190 +f 696/9/190 691/9/190 688/9/190 +f 688/9/190 691/9/190 692/9/190 +f 688/9/190 692/9/190 687/9/190 +f 687/9/190 692/9/190 701/9/190 +f 687/9/190 701/9/190 699/9/190 +f 698/9/189 696/9/189 691/9/189 +f 688/9/189 691/9/189 696/9/189 +f 692/9/189 691/9/189 688/9/189 +f 687/9/189 692/9/189 688/9/189 +f 701/9/189 692/9/189 687/9/189 +f 699/9/189 701/9/189 687/9/189 +f 705/10/465 704/9/466 703/9/465 +f 704/9/466 705/10/465 706/10/466 +f 703/9/467 704/9/468 705/10/467 +f 706/10/468 705/10/467 704/9/468 +f 709/9/467 708/10/468 707/9/468 +f 708/10/468 709/9/467 710/10/467 +f 707/9/466 708/10/466 709/9/465 +f 710/10/465 709/9/465 708/10/466 +f 713/10/470 712/9/469 711/10/469 +f 712/9/469 713/10/470 714/9/470 +f 711/10/472 712/9/472 713/10/471 +f 714/9/471 713/10/471 712/9/472 +f 717/9/472 716/10/471 715/9/471 +f 716/10/471 717/9/472 718/10/472 +f 715/9/470 716/10/470 717/9/469 +f 718/10/469 717/9/469 716/10/470 +f 708/10/468 717/9/472 707/9/468 +f 717/9/472 708/10/468 718/10/472 +f 707/9/466 717/9/469 708/10/466 +f 718/10/469 708/10/466 717/9/469 +f 706/10/466 712/9/469 704/9/466 +f 712/9/469 706/10/466 711/10/469 +f 704/9/468 712/9/472 706/10/468 +f 711/10/472 706/10/468 712/9/472 +f 713/10/470 709/9/467 714/9/470 +f 709/9/467 713/10/470 710/10/467 +f 714/9/471 709/9/465 713/10/471 +f 710/10/465 713/10/471 709/9/465 +f 716/10/471 703/9/465 715/9/471 +f 703/9/465 716/10/471 705/10/465 +f 715/9/470 703/9/467 716/10/470 +f 705/10/467 716/10/470 703/9/467 +f 706/10/473 713/10/473 711/10/473 +f 713/10/473 706/10/473 710/10/473 +f 710/10/473 706/10/473 705/10/473 +f 710/10/473 705/10/473 708/10/473 +f 708/10/473 705/10/473 716/10/473 +f 708/10/473 716/10/473 718/10/473 +f 711/10/474 713/10/474 706/10/474 +f 710/10/474 706/10/474 713/10/474 +f 705/10/474 706/10/474 710/10/474 +f 708/10/474 705/10/474 710/10/474 +f 716/10/474 705/10/474 708/10/474 +f 718/10/474 716/10/474 708/10/474 +f 709/9/474 712/9/474 714/9/474 +f 712/9/474 709/9/474 704/9/474 +f 704/9/474 709/9/474 707/9/474 +f 704/9/474 707/9/474 703/9/474 +f 703/9/474 707/9/474 717/9/474 +f 703/9/474 717/9/474 715/9/474 +f 714/9/473 712/9/473 709/9/473 +f 704/9/473 709/9/473 712/9/473 +f 707/9/473 709/9/473 704/9/473 +f 703/9/473 707/9/473 704/9/473 +f 717/9/473 707/9/473 703/9/473 +f 715/9/473 717/9/473 703/9/473 +f 721/6/81 720/6/81 719/6/81 +f 720/6/81 721/6/81 722/6/81 +f 720/6/81 722/6/81 723/6/81 +f 723/6/81 722/6/81 724/6/81 +f 723/6/81 724/6/81 725/6/81 +f 725/6/81 724/6/81 726/6/81 +f 725/6/81 726/6/81 727/6/81 +f 727/6/81 726/6/81 728/6/81 +f 719/6/82 720/6/82 721/6/82 +f 722/6/82 721/6/82 720/6/82 +f 723/6/82 722/6/82 720/6/82 +f 724/6/82 722/6/82 723/6/82 +f 725/6/82 724/6/82 723/6/82 +f 726/6/82 724/6/82 725/6/82 +f 727/6/82 726/6/82 725/6/82 +f 728/6/82 726/6/82 727/6/82 +f 721/6/275 169/7/275 729/7/275 +f 169/7/275 721/6/275 719/6/275 +f 729/7/276 169/7/276 721/6/276 +f 719/6/276 721/6/276 169/7/276 +f 730/7/278 721/6/277 729/7/277 +f 721/6/277 730/7/278 722/6/278 +f 729/7/280 721/6/280 730/7/279 +f 722/6/279 730/7/279 721/6/280 +f 731/7/281 722/6/278 730/7/278 +f 722/6/278 731/7/281 724/6/281 +f 730/7/279 722/6/279 731/7/282 +f 724/6/282 731/7/282 722/6/279 +f 726/6/283 731/7/281 732/7/283 +f 731/7/281 726/6/283 724/6/281 +f 732/7/284 731/7/282 726/6/284 +f 724/6/282 726/6/284 731/7/282 +f 728/6/290 732/7/283 733/7/290 +f 732/7/283 728/6/290 726/6/283 +f 733/7/289 732/7/284 728/6/289 +f 726/6/284 728/6/289 732/7/284 +f 177/7/287 728/6/287 733/7/287 +f 728/6/287 177/7/287 727/6/287 +f 733/7/288 728/6/288 177/7/288 +f 727/6/288 177/7/288 728/6/288 +f 725/6/284 177/7/289 175/7/284 +f 177/7/289 725/6/284 727/6/289 +f 175/7/283 177/7/290 725/6/283 +f 727/6/290 725/6/283 177/7/290 +f 723/6/282 175/7/284 173/7/282 +f 175/7/284 723/6/282 725/6/284 +f 173/7/281 175/7/283 723/6/281 +f 725/6/283 723/6/281 175/7/283 +f 723/6/282 170/7/279 720/6/279 +f 170/7/279 723/6/282 173/7/282 +f 720/6/278 170/7/278 723/6/281 +f 173/7/281 723/6/281 170/7/278 +f 720/6/279 169/7/280 719/6/280 +f 169/7/280 720/6/279 170/7/279 +f 719/6/277 169/7/277 720/6/278 +f 170/7/278 720/6/278 169/7/277 +f 735/7/82 734/7/82 189/7/82 +f 734/7/82 735/7/82 190/7/82 +f 734/7/82 190/7/82 736/7/82 +f 736/7/82 190/7/82 737/7/82 +f 736/7/82 737/7/82 738/7/82 +f 738/7/82 737/7/82 739/7/82 +f 739/7/82 737/7/82 192/7/82 +f 739/7/82 192/7/82 740/7/82 +f 189/7/81 734/7/81 735/7/81 +f 190/7/81 735/7/81 734/7/81 +f 736/7/81 190/7/81 734/7/81 +f 737/7/81 190/7/81 736/7/81 +f 738/7/81 737/7/81 736/7/81 +f 739/7/81 737/7/81 738/7/81 +f 192/7/81 737/7/81 739/7/81 +f 740/7/81 192/7/81 739/7/81 +f 741/8/81 188/8/81 180/8/81 +f 188/8/81 741/8/81 187/8/81 +f 187/8/81 741/8/81 742/8/81 +f 187/8/81 742/8/81 186/8/81 +f 186/8/81 742/8/81 743/8/81 +f 186/8/81 743/8/81 744/8/81 +f 186/8/81 744/8/81 185/8/81 +f 185/8/81 744/8/81 745/8/81 +f 180/8/82 188/8/82 741/8/82 +f 187/8/82 741/8/82 188/8/82 +f 742/8/82 741/8/82 187/8/82 +f 186/8/82 742/8/82 187/8/82 +f 743/8/82 742/8/82 186/8/82 +f 744/8/82 743/8/82 186/8/82 +f 185/8/82 744/8/82 186/8/82 +f 745/8/82 744/8/82 185/8/82 +f 741/8/275 189/7/275 734/7/275 +f 189/7/275 741/8/275 180/8/275 +f 734/7/276 189/7/276 741/8/276 +f 180/8/276 741/8/276 189/7/276 +f 736/7/278 741/8/277 734/7/277 +f 741/8/277 736/7/278 742/8/278 +f 734/7/280 741/8/280 736/7/279 +f 742/8/279 736/7/279 741/8/280 +f 738/7/281 742/8/278 736/7/278 +f 742/8/278 738/7/281 743/8/281 +f 736/7/279 742/8/279 738/7/282 +f 743/8/282 738/7/282 742/8/279 +f 744/8/283 738/7/281 739/7/283 +f 738/7/281 744/8/283 743/8/281 +f 739/7/284 738/7/282 744/8/284 +f 743/8/282 744/8/284 738/7/282 +f 745/8/285 739/7/283 740/7/285 +f 739/7/283 745/8/285 744/8/283 +f 740/7/286 739/7/284 745/8/286 +f 744/8/284 745/8/286 739/7/284 +f 192/7/287 745/8/287 740/7/287 +f 745/8/287 192/7/287 185/8/287 +f 740/7/288 745/8/288 192/7/288 +f 185/8/288 192/7/288 745/8/288 +f 186/8/284 192/7/289 737/7/284 +f 192/7/289 186/8/284 185/8/289 +f 737/7/283 192/7/290 186/8/283 +f 185/8/290 186/8/283 192/7/290 +f 187/8/282 737/7/284 190/7/282 +f 737/7/284 187/8/282 186/8/284 +f 190/7/281 737/7/283 187/8/281 +f 186/8/283 187/8/281 737/7/283 +f 187/8/282 735/7/279 188/8/279 +f 735/7/279 187/8/282 190/7/282 +f 188/8/278 735/7/278 187/8/281 +f 190/7/281 187/8/281 735/7/278 +f 188/8/279 189/7/280 180/8/280 +f 189/7/280 188/8/279 735/7/279 +f 180/8/277 189/7/277 188/8/278 +f 735/7/278 188/8/278 189/7/277 +f 748/8/476 747/7/475 746/8/475 +f 747/7/475 748/8/476 749/7/476 +f 746/8/478 747/7/478 748/8/477 +f 749/7/477 748/8/477 747/7/478 +f 752/8/479 751/7/480 750/7/479 +f 751/7/480 752/8/479 753/8/480 +f 750/7/481 751/7/482 752/8/481 +f 753/8/482 752/8/481 751/7/482 +f 753/8/480 754/7/483 751/7/480 +f 754/7/483 753/8/480 755/8/483 +f 751/7/482 754/7/484 753/8/482 +f 755/8/484 753/8/482 754/7/484 +f 758/7/486 757/8/485 756/7/485 +f 757/8/485 758/7/486 759/8/486 +f 756/7/488 757/8/488 758/7/487 +f 759/8/487 758/7/487 757/8/488 +f 756/7/485 752/8/479 750/7/479 +f 752/8/479 756/7/485 757/8/485 +f 750/7/481 752/8/481 756/7/488 +f 757/8/488 756/7/488 752/8/481 +f 746/8/475 754/7/483 755/8/483 +f 754/7/483 746/8/475 747/7/475 +f 755/8/484 754/7/484 746/8/478 +f 747/7/478 746/8/478 754/7/484 +f 746/8/81 759/8/81 748/8/81 +f 759/8/81 746/8/81 755/8/81 +f 759/8/81 755/8/81 753/8/81 +f 759/8/81 753/8/81 752/8/81 +f 759/8/81 752/8/81 757/8/81 +f 748/8/82 759/8/82 746/8/82 +f 755/8/82 746/8/82 759/8/82 +f 753/8/82 755/8/82 759/8/82 +f 752/8/82 753/8/82 759/8/82 +f 757/8/82 752/8/82 759/8/82 +f 762/10/489 761/9/490 760/9/489 +f 761/9/490 762/10/489 763/10/490 +f 760/9/491 761/9/492 762/10/491 +f 763/10/492 762/10/491 761/9/492 +f 766/10/491 765/9/492 764/9/491 +f 765/9/492 766/10/491 767/10/492 +f 764/9/489 765/9/490 766/10/489 +f 767/10/490 766/10/489 765/9/490 +f 770/10/494 769/9/493 768/10/493 +f 769/9/493 770/10/494 771/9/494 +f 768/10/496 769/9/496 770/10/495 +f 771/9/495 770/10/495 769/9/496 +f 774/9/496 773/10/495 772/9/495 +f 773/10/495 774/9/496 775/10/496 +f 772/9/494 773/10/494 774/9/493 +f 775/10/493 774/9/493 773/10/494 +f 767/10/492 774/9/496 765/9/492 +f 774/9/496 767/10/492 775/10/496 +f 765/9/490 774/9/493 767/10/490 +f 775/10/493 767/10/490 774/9/493 +f 763/10/490 769/9/493 761/9/490 +f 769/9/493 763/10/490 768/10/493 +f 761/9/492 769/9/496 763/10/492 +f 768/10/496 763/10/492 769/9/496 +f 770/10/494 764/9/491 771/9/494 +f 764/9/491 770/10/494 766/10/491 +f 771/9/495 764/9/489 770/10/495 +f 766/10/489 770/10/495 764/9/489 +f 773/10/495 760/9/489 772/9/495 +f 760/9/489 773/10/495 762/10/489 +f 772/9/494 760/9/491 773/10/494 +f 762/10/491 773/10/494 760/9/491 +f 763/10/497 770/10/497 768/10/497 +f 770/10/497 763/10/497 766/10/497 +f 766/10/497 763/10/497 762/10/497 +f 766/10/497 762/10/497 767/10/497 +f 767/10/497 762/10/497 773/10/497 +f 767/10/497 773/10/497 775/10/497 +f 768/10/498 770/10/498 763/10/498 +f 766/10/498 763/10/498 770/10/498 +f 762/10/498 763/10/498 766/10/498 +f 767/10/498 762/10/498 766/10/498 +f 773/10/498 762/10/498 767/10/498 +f 775/10/498 773/10/498 767/10/498 +f 764/9/498 769/9/498 771/9/498 +f 769/9/498 764/9/498 761/9/498 +f 761/9/498 764/9/498 765/9/498 +f 761/9/498 765/9/498 760/9/498 +f 760/9/498 765/9/498 774/9/498 +f 760/9/498 774/9/498 772/9/498 +f 771/9/497 769/9/497 764/9/497 +f 761/9/497 764/9/497 769/9/497 +f 765/9/497 764/9/497 761/9/497 +f 760/9/497 765/9/497 761/9/497 +f 774/9/497 765/9/497 760/9/497 +f 772/9/497 774/9/497 760/9/497 +f 778/10/499 777/9/500 776/9/499 +f 777/9/500 778/10/499 779/10/500 +f 776/9/501 777/9/502 778/10/501 +f 779/10/502 778/10/501 777/9/502 +f 782/10/501 781/9/502 780/9/501 +f 781/9/502 782/10/501 783/10/502 +f 780/9/499 781/9/500 782/10/499 +f 783/10/500 782/10/499 781/9/500 +f 786/10/504 785/9/503 784/10/503 +f 785/9/503 786/10/504 787/9/504 +f 784/10/506 785/9/506 786/10/505 +f 787/9/505 786/10/505 785/9/506 +f 790/9/506 789/10/505 788/9/505 +f 789/10/505 790/9/506 791/10/506 +f 788/9/504 789/10/504 790/9/503 +f 791/10/503 790/9/503 789/10/504 +f 783/10/502 790/9/506 781/9/502 +f 790/9/506 783/10/502 791/10/506 +f 781/9/500 790/9/503 783/10/500 +f 791/10/503 783/10/500 790/9/503 +f 779/10/500 785/9/503 777/9/500 +f 785/9/503 779/10/500 784/10/503 +f 777/9/502 785/9/506 779/10/502 +f 784/10/506 779/10/502 785/9/506 +f 786/10/504 780/9/501 787/9/504 +f 780/9/501 786/10/504 782/10/501 +f 787/9/505 780/9/499 786/10/505 +f 782/10/499 786/10/505 780/9/499 +f 789/10/505 776/9/499 788/9/505 +f 776/9/499 789/10/505 778/10/499 +f 788/9/504 776/9/501 789/10/504 +f 778/10/501 789/10/504 776/9/501 +f 779/10/285 786/10/285 784/10/285 +f 786/10/285 779/10/285 782/10/285 +f 782/10/285 779/10/285 778/10/285 +f 782/10/285 778/10/285 783/10/285 +f 783/10/285 778/10/285 789/10/285 +f 783/10/285 789/10/285 791/10/285 +f 784/10/286 786/10/286 779/10/286 +f 782/10/286 779/10/286 786/10/286 +f 778/10/286 779/10/286 782/10/286 +f 783/10/286 778/10/286 782/10/286 +f 789/10/286 778/10/286 783/10/286 +f 791/10/286 789/10/286 783/10/286 +f 780/9/286 785/9/286 787/9/286 +f 785/9/286 780/9/286 777/9/286 +f 777/9/286 780/9/286 781/9/286 +f 777/9/286 781/9/286 776/9/286 +f 776/9/286 781/9/286 790/9/286 +f 776/9/286 790/9/286 788/9/286 +f 787/9/285 785/9/285 780/9/285 +f 777/9/285 780/9/285 785/9/285 +f 781/9/285 780/9/285 777/9/285 +f 776/9/285 781/9/285 777/9/285 +f 790/9/285 781/9/285 776/9/285 +f 788/9/285 790/9/285 776/9/285 +f 794/10/499 793/9/500 792/9/499 +f 793/9/500 794/10/499 795/10/500 +f 792/9/501 793/9/502 794/10/501 +f 795/10/502 794/10/501 793/9/502 +f 798/10/501 797/9/502 796/9/501 +f 797/9/502 798/10/501 799/10/502 +f 796/9/499 797/9/500 798/10/499 +f 799/10/500 798/10/499 797/9/500 +f 802/10/504 801/9/503 800/10/503 +f 801/9/503 802/10/504 803/9/504 +f 800/10/506 801/9/506 802/10/505 +f 803/9/505 802/10/505 801/9/506 +f 806/9/506 805/10/505 804/9/505 +f 805/10/505 806/9/506 807/10/506 +f 804/9/504 805/10/504 806/9/503 +f 807/10/503 806/9/503 805/10/504 +f 799/10/502 806/9/506 797/9/502 +f 806/9/506 799/10/502 807/10/506 +f 797/9/500 806/9/503 799/10/500 +f 807/10/503 799/10/500 806/9/503 +f 795/10/500 801/9/503 793/9/500 +f 801/9/503 795/10/500 800/10/503 +f 793/9/502 801/9/506 795/10/502 +f 800/10/506 795/10/502 801/9/506 +f 802/10/504 796/9/501 803/9/504 +f 796/9/501 802/10/504 798/10/501 +f 803/9/505 796/9/499 802/10/505 +f 798/10/499 802/10/505 796/9/499 +f 805/10/505 792/9/499 804/9/505 +f 792/9/499 805/10/505 794/10/499 +f 804/9/504 792/9/501 805/10/504 +f 794/10/501 805/10/504 792/9/501 +f 795/10/285 802/10/285 800/10/285 +f 802/10/285 795/10/285 798/10/285 +f 798/10/285 795/10/285 794/10/285 +f 798/10/285 794/10/285 799/10/285 +f 799/10/285 794/10/285 805/10/285 +f 799/10/285 805/10/285 807/10/285 +f 800/10/286 802/10/286 795/10/286 +f 798/10/286 795/10/286 802/10/286 +f 794/10/286 795/10/286 798/10/286 +f 799/10/286 794/10/286 798/10/286 +f 805/10/286 794/10/286 799/10/286 +f 807/10/286 805/10/286 799/10/286 +f 796/9/286 801/9/286 803/9/286 +f 801/9/286 796/9/286 793/9/286 +f 793/9/286 796/9/286 797/9/286 +f 793/9/286 797/9/286 792/9/286 +f 792/9/286 797/9/286 806/9/286 +f 792/9/286 806/9/286 804/9/286 +f 803/9/285 801/9/285 796/9/285 +f 793/9/285 796/9/285 801/9/285 +f 797/9/285 796/9/285 793/9/285 +f 792/9/285 797/9/285 793/9/285 +f 806/9/285 797/9/285 792/9/285 +f 804/9/285 806/9/285 792/9/285 +f 810/10/507 809/9/508 808/9/507 +f 809/9/508 810/10/507 811/10/508 +f 808/9/509 809/9/510 810/10/509 +f 811/10/510 810/10/509 809/9/510 +f 814/9/509 813/10/510 812/9/510 +f 813/10/510 814/9/509 815/10/509 +f 812/9/508 813/10/508 814/9/507 +f 815/10/507 814/9/507 813/10/508 +f 818/10/512 817/9/511 816/10/511 +f 817/9/511 818/10/512 819/9/512 +f 816/10/514 817/9/514 818/10/513 +f 819/9/513 818/10/513 817/9/514 +f 822/9/514 821/10/513 820/9/513 +f 821/10/513 822/9/514 823/10/514 +f 820/9/512 821/10/512 822/9/511 +f 823/10/511 822/9/511 821/10/512 +f 813/10/510 822/9/514 812/9/510 +f 822/9/514 813/10/510 823/10/514 +f 812/9/508 822/9/511 813/10/508 +f 823/10/511 813/10/508 822/9/511 +f 811/10/508 817/9/511 809/9/508 +f 817/9/511 811/10/508 816/10/511 +f 809/9/510 817/9/514 811/10/510 +f 816/10/514 811/10/510 817/9/514 +f 818/10/512 814/9/509 819/9/512 +f 814/9/509 818/10/512 815/10/509 +f 819/9/513 814/9/507 818/10/513 +f 815/10/507 818/10/513 814/9/507 +f 821/10/513 808/9/507 820/9/513 +f 808/9/507 821/10/513 810/10/507 +f 820/9/512 808/9/509 821/10/512 +f 810/10/509 821/10/512 808/9/509 +f 811/10/515 818/10/515 816/10/515 +f 818/10/515 811/10/515 815/10/515 +f 815/10/515 811/10/515 810/10/515 +f 815/10/515 810/10/515 813/10/515 +f 813/10/515 810/10/515 821/10/515 +f 813/10/515 821/10/515 823/10/515 +f 816/10/516 818/10/516 811/10/516 +f 815/10/516 811/10/516 818/10/516 +f 810/10/516 811/10/516 815/10/516 +f 813/10/516 810/10/516 815/10/516 +f 821/10/516 810/10/516 813/10/516 +f 823/10/516 821/10/516 813/10/516 +f 814/9/516 817/9/516 819/9/516 +f 817/9/516 814/9/516 809/9/516 +f 809/9/516 814/9/516 812/9/516 +f 809/9/516 812/9/516 808/9/516 +f 808/9/516 812/9/516 822/9/516 +f 808/9/516 822/9/516 820/9/516 +f 819/9/515 817/9/515 814/9/515 +f 809/9/515 814/9/515 817/9/515 +f 812/9/515 814/9/515 809/9/515 +f 808/9/515 812/9/515 809/9/515 +f 822/9/515 812/9/515 808/9/515 +f 820/9/515 822/9/515 808/9/515 +f 826/6/81 825/6/81 824/6/81 +f 825/6/81 826/6/81 827/6/81 +f 825/6/81 827/6/81 828/6/81 +f 828/6/81 827/6/81 829/6/81 +f 828/6/81 829/6/81 830/6/81 +f 830/6/81 829/6/81 831/6/81 +f 830/6/81 831/6/81 832/6/81 +f 832/6/81 831/6/81 833/6/81 +f 824/6/82 825/6/82 826/6/82 +f 827/6/82 826/6/82 825/6/82 +f 828/6/82 827/6/82 825/6/82 +f 829/6/82 827/6/82 828/6/82 +f 830/6/82 829/6/82 828/6/82 +f 831/6/82 829/6/82 830/6/82 +f 832/6/82 831/6/82 830/6/82 +f 833/6/82 831/6/82 832/6/82 +f 826/6/307 233/7/307 834/7/307 +f 233/7/307 826/6/307 824/6/307 +f 834/7/308 233/7/308 826/6/308 +f 824/6/308 826/6/308 233/7/308 +f 835/7/87 826/6/88 834/7/88 +f 826/6/88 835/7/87 827/6/87 +f 834/7/85 826/6/85 835/7/86 +f 827/6/86 835/7/86 826/6/85 +f 836/7/90 827/6/87 835/7/87 +f 827/6/87 836/7/90 829/6/90 +f 835/7/86 827/6/86 836/7/89 +f 829/6/89 836/7/89 827/6/86 +f 831/6/92 836/7/90 837/7/92 +f 836/7/90 831/6/92 829/6/90 +f 837/7/91 836/7/89 831/6/91 +f 829/6/89 831/6/91 836/7/89 +f 833/6/97 837/7/92 838/7/97 +f 837/7/92 833/6/97 831/6/92 +f 838/7/98 837/7/91 833/6/98 +f 831/6/91 833/6/98 837/7/91 +f 241/7/309 833/6/309 838/7/309 +f 833/6/309 241/7/309 832/6/309 +f 838/7/310 833/6/310 241/7/310 +f 832/6/310 241/7/310 833/6/310 +f 830/6/91 241/7/98 239/7/91 +f 241/7/98 830/6/91 832/6/98 +f 239/7/92 241/7/97 830/6/92 +f 832/6/97 830/6/92 241/7/97 +f 828/6/89 239/7/91 237/7/89 +f 239/7/91 828/6/89 830/6/91 +f 237/7/90 239/7/92 828/6/90 +f 830/6/92 828/6/90 239/7/92 +f 828/6/89 234/7/86 825/6/86 +f 234/7/86 828/6/89 237/7/89 +f 825/6/87 234/7/87 828/6/90 +f 237/7/90 828/6/90 234/7/87 +f 825/6/86 233/7/85 824/6/85 +f 233/7/85 825/6/86 234/7/86 +f 824/6/88 233/7/88 825/6/87 +f 234/7/87 825/6/87 233/7/88 +f 840/7/82 839/7/82 253/7/82 +f 839/7/82 840/7/82 254/7/82 +f 839/7/82 254/7/82 841/7/82 +f 841/7/82 254/7/82 842/7/82 +f 841/7/82 842/7/82 843/7/82 +f 843/7/82 842/7/82 844/7/82 +f 844/7/82 842/7/82 256/7/82 +f 844/7/82 256/7/82 845/7/82 +f 253/7/81 839/7/81 840/7/81 +f 254/7/81 840/7/81 839/7/81 +f 841/7/81 254/7/81 839/7/81 +f 842/7/81 254/7/81 841/7/81 +f 843/7/81 842/7/81 841/7/81 +f 844/7/81 842/7/81 843/7/81 +f 256/7/81 842/7/81 844/7/81 +f 845/7/81 256/7/81 844/7/81 +f 846/8/81 252/8/81 244/8/81 +f 252/8/81 846/8/81 251/8/81 +f 251/8/81 846/8/81 847/8/81 +f 251/8/81 847/8/81 250/8/81 +f 250/8/81 847/8/81 848/8/81 +f 250/8/81 848/8/81 849/8/81 +f 250/8/81 849/8/81 249/8/81 +f 249/8/81 849/8/81 850/8/81 +f 244/8/82 252/8/82 846/8/82 +f 251/8/82 846/8/82 252/8/82 +f 847/8/82 846/8/82 251/8/82 +f 250/8/82 847/8/82 251/8/82 +f 848/8/82 847/8/82 250/8/82 +f 849/8/82 848/8/82 250/8/82 +f 249/8/82 849/8/82 250/8/82 +f 850/8/82 849/8/82 249/8/82 +f 846/8/307 253/7/307 839/7/307 +f 253/7/307 846/8/307 244/8/307 +f 839/7/308 253/7/308 846/8/308 +f 244/8/308 846/8/308 253/7/308 +f 841/7/87 846/8/88 839/7/88 +f 846/8/88 841/7/87 847/8/87 +f 839/7/85 846/8/85 841/7/86 +f 847/8/86 841/7/86 846/8/85 +f 843/7/90 847/8/87 841/7/87 +f 847/8/87 843/7/90 848/8/90 +f 841/7/86 847/8/86 843/7/89 +f 848/8/89 843/7/89 847/8/86 +f 849/8/92 843/7/90 844/7/92 +f 843/7/90 849/8/92 848/8/90 +f 844/7/91 843/7/89 849/8/91 +f 848/8/89 849/8/91 843/7/89 +f 850/8/94 844/7/92 845/7/94 +f 844/7/92 850/8/94 849/8/92 +f 845/7/93 844/7/91 850/8/93 +f 849/8/91 850/8/93 844/7/91 +f 256/7/309 850/8/309 845/7/309 +f 850/8/309 256/7/309 249/8/309 +f 845/7/310 850/8/310 256/7/310 +f 249/8/310 256/7/310 850/8/310 +f 250/8/91 256/7/98 842/7/91 +f 256/7/98 250/8/91 249/8/98 +f 842/7/92 256/7/97 250/8/92 +f 249/8/97 250/8/92 256/7/97 +f 251/8/89 842/7/91 254/7/89 +f 842/7/91 251/8/89 250/8/91 +f 254/7/90 842/7/92 251/8/90 +f 250/8/92 251/8/90 842/7/92 +f 251/8/89 840/7/86 252/8/86 +f 840/7/86 251/8/89 254/7/89 +f 252/8/87 840/7/87 251/8/90 +f 254/7/90 251/8/90 840/7/87 +f 252/8/86 253/7/85 244/8/85 +f 253/7/85 252/8/86 840/7/86 +f 244/8/88 253/7/88 252/8/87 +f 840/7/87 252/8/87 253/7/88 +f 853/8/393 852/7/394 851/8/394 +f 852/7/394 853/8/393 854/7/393 +f 851/8/391 852/7/391 853/8/392 +f 854/7/392 853/8/392 852/7/391 +f 857/8/397 856/7/398 855/7/397 +f 856/7/398 857/8/397 858/8/398 +f 855/7/395 856/7/396 857/8/395 +f 858/8/396 857/8/395 856/7/396 +f 858/8/398 859/7/400 856/7/398 +f 859/7/400 858/8/398 860/8/400 +f 856/7/396 859/7/399 858/8/396 +f 860/8/399 858/8/396 859/7/399 +f 863/7/403 862/8/404 861/7/404 +f 862/8/404 863/7/403 864/8/403 +f 861/7/401 862/8/401 863/7/402 +f 864/8/402 863/7/402 862/8/401 +f 861/7/404 857/8/397 855/7/397 +f 857/8/397 861/7/404 862/8/404 +f 855/7/395 857/8/395 861/7/401 +f 862/8/401 861/7/401 857/8/395 +f 851/8/394 859/7/400 860/8/400 +f 859/7/400 851/8/394 852/7/394 +f 860/8/399 859/7/399 851/8/391 +f 852/7/391 851/8/391 859/7/399 +f 851/8/81 864/8/81 853/8/81 +f 864/8/81 851/8/81 860/8/81 +f 864/8/81 860/8/81 858/8/81 +f 864/8/81 858/8/81 857/8/81 +f 864/8/81 857/8/81 862/8/81 +f 853/8/82 864/8/82 851/8/82 +f 860/8/82 851/8/82 864/8/82 +f 858/8/82 860/8/82 864/8/82 +f 857/8/82 858/8/82 864/8/82 +f 862/8/82 857/8/82 864/8/82 +f 867/10/406 866/9/405 865/9/406 +f 866/9/405 867/10/406 868/10/405 +f 865/9/408 866/9/407 867/10/408 +f 868/10/407 867/10/408 866/9/407 +f 871/10/408 870/9/407 869/9/408 +f 870/9/407 871/10/408 872/10/407 +f 869/9/406 870/9/405 871/10/406 +f 872/10/405 871/10/406 870/9/405 +f 875/10/412 874/9/411 873/10/411 +f 874/9/411 875/10/412 876/9/412 +f 873/10/410 874/9/410 875/10/409 +f 876/9/409 875/10/409 874/9/410 +f 879/9/410 878/10/409 877/9/409 +f 878/10/409 879/9/410 880/10/410 +f 877/9/412 878/10/412 879/9/411 +f 880/10/411 879/9/411 878/10/412 +f 872/10/407 879/9/410 870/9/407 +f 879/9/410 872/10/407 880/10/410 +f 870/9/405 879/9/411 872/10/405 +f 880/10/411 872/10/405 879/9/411 +f 868/10/405 874/9/411 866/9/405 +f 874/9/411 868/10/405 873/10/411 +f 866/9/407 874/9/410 868/10/407 +f 873/10/410 868/10/407 874/9/410 +f 875/10/412 869/9/408 876/9/412 +f 869/9/408 875/10/412 871/10/408 +f 876/9/409 869/9/406 875/10/409 +f 871/10/406 875/10/409 869/9/406 +f 878/10/409 865/9/406 877/9/409 +f 865/9/406 878/10/409 867/10/406 +f 877/9/412 865/9/408 878/10/412 +f 867/10/408 878/10/412 865/9/408 +f 868/10/414 875/10/414 873/10/414 +f 875/10/414 868/10/414 871/10/414 +f 871/10/414 868/10/414 867/10/414 +f 871/10/414 867/10/414 872/10/414 +f 872/10/414 867/10/414 878/10/414 +f 872/10/414 878/10/414 880/10/414 +f 873/10/413 875/10/413 868/10/413 +f 871/10/413 868/10/413 875/10/413 +f 867/10/413 868/10/413 871/10/413 +f 872/10/413 867/10/413 871/10/413 +f 878/10/413 867/10/413 872/10/413 +f 880/10/413 878/10/413 872/10/413 +f 869/9/413 874/9/413 876/9/413 +f 874/9/413 869/9/413 866/9/413 +f 866/9/413 869/9/413 870/9/413 +f 866/9/413 870/9/413 865/9/413 +f 865/9/413 870/9/413 879/9/413 +f 865/9/413 879/9/413 877/9/413 +f 876/9/414 874/9/414 869/9/414 +f 866/9/414 869/9/414 874/9/414 +f 870/9/414 869/9/414 866/9/414 +f 865/9/414 870/9/414 866/9/414 +f 879/9/414 870/9/414 865/9/414 +f 877/9/414 879/9/414 865/9/414 +f 883/10/416 882/9/415 881/9/416 +f 882/9/415 883/10/416 884/10/415 +f 881/9/418 882/9/417 883/10/418 +f 884/10/417 883/10/418 882/9/417 +f 887/10/418 886/9/417 885/9/418 +f 886/9/417 887/10/418 888/10/417 +f 885/9/416 886/9/415 887/10/416 +f 888/10/415 887/10/416 886/9/415 +f 891/10/422 890/9/421 889/10/421 +f 890/9/421 891/10/422 892/9/422 +f 889/10/420 890/9/420 891/10/419 +f 892/9/419 891/10/419 890/9/420 +f 895/9/420 894/10/419 893/9/419 +f 894/10/419 895/9/420 896/10/420 +f 893/9/422 894/10/422 895/9/421 +f 896/10/421 895/9/421 894/10/422 +f 888/10/417 895/9/420 886/9/417 +f 895/9/420 888/10/417 896/10/420 +f 886/9/415 895/9/421 888/10/415 +f 896/10/421 888/10/415 895/9/421 +f 884/10/415 890/9/421 882/9/415 +f 890/9/421 884/10/415 889/10/421 +f 882/9/417 890/9/420 884/10/417 +f 889/10/420 884/10/417 890/9/420 +f 891/10/422 885/9/418 892/9/422 +f 885/9/418 891/10/422 887/10/418 +f 892/9/419 885/9/416 891/10/419 +f 887/10/416 891/10/419 885/9/416 +f 894/10/419 881/9/416 893/9/419 +f 881/9/416 894/10/419 883/10/416 +f 893/9/422 881/9/418 894/10/422 +f 883/10/418 894/10/422 881/9/418 +f 884/10/94 891/10/94 889/10/94 +f 891/10/94 884/10/94 887/10/94 +f 887/10/94 884/10/94 883/10/94 +f 887/10/94 883/10/94 888/10/94 +f 888/10/94 883/10/94 894/10/94 +f 888/10/94 894/10/94 896/10/94 +f 889/10/93 891/10/93 884/10/93 +f 887/10/93 884/10/93 891/10/93 +f 883/10/93 884/10/93 887/10/93 +f 888/10/93 883/10/93 887/10/93 +f 894/10/93 883/10/93 888/10/93 +f 896/10/93 894/10/93 888/10/93 +f 885/9/93 890/9/93 892/9/93 +f 890/9/93 885/9/93 882/9/93 +f 882/9/93 885/9/93 886/9/93 +f 882/9/93 886/9/93 881/9/93 +f 881/9/93 886/9/93 895/9/93 +f 881/9/93 895/9/93 893/9/93 +f 892/9/94 890/9/94 885/9/94 +f 882/9/94 885/9/94 890/9/94 +f 886/9/94 885/9/94 882/9/94 +f 881/9/94 886/9/94 882/9/94 +f 895/9/94 886/9/94 881/9/94 +f 893/9/94 895/9/94 881/9/94 +f 899/10/416 898/9/415 897/9/416 +f 898/9/415 899/10/416 900/10/415 +f 897/9/418 898/9/417 899/10/418 +f 900/10/417 899/10/418 898/9/417 +f 903/10/418 902/9/417 901/9/418 +f 902/9/417 903/10/418 904/10/417 +f 901/9/416 902/9/415 903/10/416 +f 904/10/415 903/10/416 902/9/415 +f 907/10/422 906/9/421 905/10/421 +f 906/9/421 907/10/422 908/9/422 +f 905/10/420 906/9/420 907/10/419 +f 908/9/419 907/10/419 906/9/420 +f 911/9/420 910/10/419 909/9/419 +f 910/10/419 911/9/420 912/10/420 +f 909/9/422 910/10/422 911/9/421 +f 912/10/421 911/9/421 910/10/422 +f 904/10/417 911/9/420 902/9/417 +f 911/9/420 904/10/417 912/10/420 +f 902/9/415 911/9/421 904/10/415 +f 912/10/421 904/10/415 911/9/421 +f 900/10/415 906/9/421 898/9/415 +f 906/9/421 900/10/415 905/10/421 +f 898/9/417 906/9/420 900/10/417 +f 905/10/420 900/10/417 906/9/420 +f 907/10/422 901/9/418 908/9/422 +f 901/9/418 907/10/422 903/10/418 +f 908/9/419 901/9/416 907/10/419 +f 903/10/416 907/10/419 901/9/416 +f 910/10/419 897/9/416 909/9/419 +f 897/9/416 910/10/419 899/10/416 +f 909/9/422 897/9/418 910/10/422 +f 899/10/418 910/10/422 897/9/418 +f 900/10/94 907/10/94 905/10/94 +f 907/10/94 900/10/94 903/10/94 +f 903/10/94 900/10/94 899/10/94 +f 903/10/94 899/10/94 904/10/94 +f 904/10/94 899/10/94 910/10/94 +f 904/10/94 910/10/94 912/10/94 +f 905/10/93 907/10/93 900/10/93 +f 903/10/93 900/10/93 907/10/93 +f 899/10/93 900/10/93 903/10/93 +f 904/10/93 899/10/93 903/10/93 +f 910/10/93 899/10/93 904/10/93 +f 912/10/93 910/10/93 904/10/93 +f 901/9/93 906/9/93 908/9/93 +f 906/9/93 901/9/93 898/9/93 +f 898/9/93 901/9/93 902/9/93 +f 898/9/93 902/9/93 897/9/93 +f 897/9/93 902/9/93 911/9/93 +f 897/9/93 911/9/93 909/9/93 +f 908/9/94 906/9/94 901/9/94 +f 898/9/94 901/9/94 906/9/94 +f 902/9/94 901/9/94 898/9/94 +f 897/9/94 902/9/94 898/9/94 +f 911/9/94 902/9/94 897/9/94 +f 909/9/94 911/9/94 897/9/94 +f 915/10/424 914/9/423 913/9/424 +f 914/9/423 915/10/424 916/10/423 +f 913/9/426 914/9/425 915/10/426 +f 916/10/425 915/10/426 914/9/425 +f 919/9/426 918/10/425 917/9/425 +f 918/10/425 919/9/426 920/10/426 +f 917/9/423 918/10/423 919/9/424 +f 920/10/424 919/9/424 918/10/423 +f 923/10/430 922/9/429 921/10/429 +f 922/9/429 923/10/430 924/9/430 +f 921/10/428 922/9/428 923/10/427 +f 924/9/427 923/10/427 922/9/428 +f 927/9/428 926/10/427 925/9/427 +f 926/10/427 927/9/428 928/10/428 +f 925/9/430 926/10/430 927/9/429 +f 928/10/429 927/9/429 926/10/430 +f 918/10/425 927/9/428 917/9/425 +f 927/9/428 918/10/425 928/10/428 +f 917/9/423 927/9/429 918/10/423 +f 928/10/429 918/10/423 927/9/429 +f 916/10/423 922/9/429 914/9/423 +f 922/9/429 916/10/423 921/10/429 +f 914/9/425 922/9/428 916/10/425 +f 921/10/428 916/10/425 922/9/428 +f 923/10/430 919/9/426 924/9/430 +f 919/9/426 923/10/430 920/10/426 +f 924/9/427 919/9/424 923/10/427 +f 920/10/424 923/10/427 919/9/424 +f 926/10/427 913/9/424 925/9/427 +f 913/9/424 926/10/427 915/10/424 +f 925/9/430 913/9/426 926/10/430 +f 915/10/426 926/10/430 913/9/426 +f 916/10/432 923/10/432 921/10/432 +f 923/10/432 916/10/432 920/10/432 +f 920/10/432 916/10/432 915/10/432 +f 920/10/432 915/10/432 918/10/432 +f 918/10/432 915/10/432 926/10/432 +f 918/10/432 926/10/432 928/10/432 +f 921/10/431 923/10/431 916/10/431 +f 920/10/431 916/10/431 923/10/431 +f 915/10/431 916/10/431 920/10/431 +f 918/10/431 915/10/431 920/10/431 +f 926/10/431 915/10/431 918/10/431 +f 928/10/431 926/10/431 918/10/431 +f 919/9/431 922/9/431 924/9/431 +f 922/9/431 919/9/431 914/9/431 +f 914/9/431 919/9/431 917/9/431 +f 914/9/431 917/9/431 913/9/431 +f 913/9/431 917/9/431 927/9/431 +f 913/9/431 927/9/431 925/9/431 +f 924/9/432 922/9/432 919/9/432 +f 914/9/432 919/9/432 922/9/432 +f 917/9/432 919/9/432 914/9/432 +f 913/9/432 917/9/432 914/9/432 +f 927/9/432 917/9/432 913/9/432 +f 925/9/432 927/9/432 913/9/432 +f 931/6/192 930/7/192 929/6/192 +f 930/7/192 931/6/192 932/7/192 +f 929/6/191 930/7/191 931/6/191 +f 932/7/191 931/6/191 930/7/191 +f 931/6/180 933/7/180 932/7/180 +f 933/7/180 931/6/180 934/6/180 +f 932/7/179 933/7/179 931/6/179 +f 934/6/179 931/6/179 933/7/179 +f 935/7/363 929/6/365 930/7/365 +f 929/6/365 935/7/363 936/6/363 +f 930/7/366 929/6/366 935/7/364 +f 936/6/364 935/7/364 929/6/366 +f 933/7/360 938/6/359 937/7/359 +f 938/6/359 933/7/360 934/6/360 +f 937/7/362 938/6/362 933/7/361 +f 934/6/361 933/7/361 938/6/362 +f 936/6/81 931/6/81 929/6/81 +f 931/6/81 936/6/81 934/6/81 +f 934/6/81 936/6/81 938/6/81 +f 929/6/82 931/6/82 936/6/82 +f 934/6/82 936/6/82 931/6/82 +f 938/6/82 936/6/82 934/6/82 +f 938/6/359 935/7/363 937/7/359 +f 935/7/363 938/6/359 936/6/363 +f 937/7/362 935/7/364 938/6/362 +f 936/6/364 938/6/362 935/7/364 +f 941/8/180 940/7/180 939/7/180 +f 940/7/180 941/8/180 942/8/180 +f 939/7/179 940/7/179 941/8/179 +f 942/8/179 941/8/179 940/7/179 +f 941/8/192 944/7/192 943/8/192 +f 944/7/192 941/8/192 939/7/192 +f 943/8/191 944/7/191 941/8/191 +f 939/7/191 941/8/191 944/7/191 +f 945/8/81 941/8/81 943/8/81 +f 941/8/81 945/8/81 942/8/81 +f 942/8/81 945/8/81 946/8/81 +f 943/8/82 941/8/82 945/8/82 +f 942/8/82 945/8/82 941/8/82 +f 946/8/82 945/8/82 942/8/82 +f 940/7/82 944/7/82 939/7/82 +f 944/7/82 940/7/82 947/7/82 +f 947/7/82 940/7/82 948/7/82 +f 939/7/81 944/7/81 940/7/81 +f 947/7/81 940/7/81 944/7/81 +f 948/7/81 940/7/81 947/7/81 +f 940/7/360 946/8/359 948/7/359 +f 946/8/359 940/7/360 942/8/360 +f 948/7/362 946/8/362 940/7/361 +f 942/8/361 940/7/361 946/8/362 +f 946/8/359 947/7/517 948/7/359 +f 947/7/517 946/8/359 945/8/517 +f 948/7/362 947/7/518 946/8/362 +f 945/8/518 946/8/362 947/7/518 +f 947/7/517 943/8/365 944/7/365 +f 943/8/365 947/7/517 945/8/517 +f 944/7/366 943/8/366 947/7/518 +f 945/8/518 947/7/518 943/8/366 +f 951/6/367 950/7/367 949/6/367 +f 950/7/367 951/6/367 952/7/367 +f 949/6/368 950/7/368 951/6/368 +f 952/7/368 951/6/368 950/7/368 +f 951/6/369 953/7/369 952/7/369 +f 953/7/369 951/6/369 954/6/369 +f 952/7/370 953/7/370 951/6/370 +f 954/6/370 951/6/370 953/7/370 +f 955/7/375 949/6/377 950/7/377 +f 949/6/377 955/7/375 956/6/375 +f 950/7/378 949/6/378 955/7/376 +f 956/6/376 955/7/376 949/6/378 +f 953/7/372 958/6/371 957/7/371 +f 958/6/371 953/7/372 954/6/372 +f 957/7/374 958/6/374 953/7/373 +f 954/6/373 953/7/373 958/6/374 +f 956/6/81 951/6/81 949/6/81 +f 951/6/81 956/6/81 954/6/81 +f 954/6/81 956/6/81 958/6/81 +f 949/6/82 951/6/82 956/6/82 +f 954/6/82 956/6/82 951/6/82 +f 958/6/82 956/6/82 954/6/82 +f 958/6/371 955/7/375 957/7/371 +f 955/7/375 958/6/371 956/6/375 +f 957/7/374 955/7/376 958/6/374 +f 956/6/376 958/6/374 955/7/376 +f 961/8/369 960/7/369 959/7/369 +f 960/7/369 961/8/369 962/8/369 +f 959/7/370 960/7/370 961/8/370 +f 962/8/370 961/8/370 960/7/370 +f 961/8/367 964/7/367 963/8/367 +f 964/7/367 961/8/367 959/7/367 +f 963/8/368 964/7/368 961/8/368 +f 959/7/368 961/8/368 964/7/368 +f 965/8/81 961/8/81 963/8/81 +f 961/8/81 965/8/81 962/8/81 +f 962/8/81 965/8/81 966/8/81 +f 963/8/82 961/8/82 965/8/82 +f 962/8/82 965/8/82 961/8/82 +f 966/8/82 965/8/82 962/8/82 +f 960/7/82 964/7/82 959/7/82 +f 964/7/82 960/7/82 967/7/82 +f 967/7/82 960/7/82 968/7/82 +f 959/7/81 964/7/81 960/7/81 +f 967/7/81 960/7/81 964/7/81 +f 968/7/81 960/7/81 967/7/81 +f 960/7/372 966/8/371 968/7/371 +f 966/8/371 960/7/372 962/8/372 +f 968/7/374 966/8/374 960/7/373 +f 962/8/373 960/7/373 966/8/374 +f 966/8/371 967/7/519 968/7/371 +f 967/7/519 966/8/371 965/8/519 +f 968/7/374 967/7/520 966/8/374 +f 965/8/520 966/8/374 967/7/520 +f 967/7/519 963/8/377 964/7/377 +f 963/8/377 967/7/519 965/8/519 +f 964/7/378 963/8/378 967/7/520 +f 965/8/520 967/7/520 963/8/378 +f 971/6/310 970/7/310 969/6/310 +f 970/7/310 971/6/310 972/7/310 +f 969/6/309 970/7/309 971/6/309 +f 972/7/309 971/6/309 970/7/309 +f 971/6/308 973/7/308 972/7/308 +f 973/7/308 971/6/308 974/6/308 +f 972/7/307 973/7/307 971/6/307 +f 974/6/307 971/6/307 973/7/307 +f 975/7/376 969/6/378 970/7/378 +f 969/6/378 975/7/376 976/6/376 +f 970/7/377 969/6/377 975/7/375 +f 976/6/375 975/7/375 969/6/377 +f 973/7/373 978/6/374 977/7/374 +f 978/6/374 973/7/373 974/6/373 +f 977/7/371 978/6/371 973/7/372 +f 974/6/372 973/7/372 978/6/371 +f 976/6/81 971/6/81 969/6/81 +f 971/6/81 976/6/81 974/6/81 +f 974/6/81 976/6/81 978/6/81 +f 969/6/82 971/6/82 976/6/82 +f 974/6/82 976/6/82 971/6/82 +f 978/6/82 976/6/82 974/6/82 +f 978/6/374 975/7/376 977/7/374 +f 975/7/376 978/6/374 976/6/376 +f 977/7/371 975/7/375 978/6/371 +f 976/6/375 978/6/371 975/7/375 +f 249/8/308 980/7/308 979/7/308 +f 980/7/308 249/8/308 981/8/308 +f 979/7/307 980/7/307 249/8/307 +f 981/8/307 249/8/307 980/7/307 +f 249/8/310 982/7/310 850/8/310 +f 982/7/310 249/8/310 979/7/310 +f 850/8/309 982/7/309 249/8/309 +f 979/7/309 249/8/309 982/7/309 +f 983/8/81 249/8/81 850/8/81 +f 249/8/81 983/8/81 981/8/81 +f 981/8/81 983/8/81 984/8/81 +f 850/8/82 249/8/82 983/8/82 +f 981/8/82 983/8/82 249/8/82 +f 984/8/82 983/8/82 981/8/82 +f 980/7/82 982/7/82 979/7/82 +f 982/7/82 980/7/82 985/7/82 +f 985/7/82 980/7/82 986/7/82 +f 979/7/81 982/7/81 980/7/81 +f 985/7/81 980/7/81 982/7/81 +f 986/7/81 980/7/81 985/7/81 +f 980/7/373 984/8/374 986/7/374 +f 984/8/374 980/7/373 981/8/373 +f 986/7/371 984/8/371 980/7/372 +f 981/8/372 980/7/372 984/8/371 +f 984/8/374 985/7/520 986/7/374 +f 985/7/520 984/8/374 983/8/520 +f 986/7/371 985/7/519 984/8/371 +f 983/8/519 984/8/371 985/7/519 +f 985/7/520 850/8/378 982/7/378 +f 850/8/378 985/7/520 983/8/520 +f 982/7/377 850/8/377 985/7/519 +f 983/8/519 985/7/519 850/8/377 +f 989/6/192 988/7/192 987/6/192 +f 988/7/192 989/6/192 990/7/192 +f 987/6/191 988/7/191 989/6/191 +f 990/7/191 989/6/191 988/7/191 +f 989/6/180 991/7/180 990/7/180 +f 991/7/180 989/6/180 992/6/180 +f 990/7/179 991/7/179 989/6/179 +f 992/6/179 989/6/179 991/7/179 +f 993/7/363 987/6/365 988/7/365 +f 987/6/365 993/7/363 994/6/363 +f 988/7/366 987/6/366 993/7/364 +f 994/6/364 993/7/364 987/6/366 +f 991/7/360 996/6/359 995/7/359 +f 996/6/359 991/7/360 992/6/360 +f 995/7/362 996/6/362 991/7/361 +f 992/6/361 991/7/361 996/6/362 +f 994/6/81 989/6/81 987/6/81 +f 989/6/81 994/6/81 992/6/81 +f 992/6/81 994/6/81 996/6/81 +f 987/6/82 989/6/82 994/6/82 +f 992/6/82 994/6/82 989/6/82 +f 996/6/82 994/6/82 992/6/82 +f 996/6/359 993/7/363 995/7/359 +f 993/7/363 996/6/359 994/6/363 +f 995/7/362 993/7/364 996/6/362 +f 994/6/364 996/6/362 993/7/364 +f 999/8/180 998/7/180 997/7/180 +f 998/7/180 999/8/180 1000/8/180 +f 997/7/179 998/7/179 999/8/179 +f 1000/8/179 999/8/179 998/7/179 +f 999/8/192 1002/7/192 1001/8/192 +f 1002/7/192 999/8/192 997/7/192 +f 1001/8/191 1002/7/191 999/8/191 +f 997/7/191 999/8/191 1002/7/191 +f 1003/8/81 999/8/81 1001/8/81 +f 999/8/81 1003/8/81 1000/8/81 +f 1000/8/81 1003/8/81 1004/8/81 +f 1001/8/82 999/8/82 1003/8/82 +f 1000/8/82 1003/8/82 999/8/82 +f 1004/8/82 1003/8/82 1000/8/82 +f 998/7/82 1002/7/82 997/7/82 +f 1002/7/82 998/7/82 1005/7/82 +f 1005/7/82 998/7/82 1006/7/82 +f 997/7/81 1002/7/81 998/7/81 +f 1005/7/81 998/7/81 1002/7/81 +f 1006/7/81 998/7/81 1005/7/81 +f 998/7/360 1004/8/359 1006/7/359 +f 1004/8/359 998/7/360 1000/8/360 +f 1006/7/362 1004/8/362 998/7/361 +f 1000/8/361 998/7/361 1004/8/362 +f 1004/8/359 1005/7/517 1006/7/359 +f 1005/7/517 1004/8/359 1003/8/517 +f 1006/7/362 1005/7/518 1004/8/362 +f 1003/8/518 1004/8/362 1005/7/518 +f 1005/7/517 1001/8/365 1002/7/365 +f 1001/8/365 1005/7/517 1003/8/517 +f 1002/7/366 1001/8/366 1005/7/518 +f 1003/8/518 1005/7/518 1001/8/366 +f 1009/6/310 1008/7/310 1007/6/310 +f 1008/7/310 1009/6/310 1010/7/310 +f 1007/6/309 1008/7/309 1009/6/309 +f 1010/7/309 1009/6/309 1008/7/309 +f 1009/6/308 1011/7/308 1010/7/308 +f 1011/7/308 1009/6/308 1012/6/308 +f 1010/7/307 1011/7/307 1009/6/307 +f 1012/6/307 1009/6/307 1011/7/307 +f 1013/7/376 1007/6/378 1008/7/378 +f 1007/6/378 1013/7/376 1014/6/376 +f 1008/7/377 1007/6/377 1013/7/375 +f 1014/6/375 1013/7/375 1007/6/377 +f 1011/7/373 1016/6/374 1015/7/374 +f 1016/6/374 1011/7/373 1012/6/373 +f 1015/7/371 1016/6/371 1011/7/372 +f 1012/6/372 1011/7/372 1016/6/371 +f 1014/6/81 1009/6/81 1007/6/81 +f 1009/6/81 1014/6/81 1012/6/81 +f 1012/6/81 1014/6/81 1016/6/81 +f 1007/6/82 1009/6/82 1014/6/82 +f 1012/6/82 1014/6/82 1009/6/82 +f 1016/6/82 1014/6/82 1012/6/82 +f 1016/6/374 1013/7/376 1015/7/374 +f 1013/7/376 1016/6/374 1014/6/376 +f 1015/7/371 1013/7/375 1016/6/371 +f 1014/6/375 1016/6/371 1013/7/375 +f 244/8/308 1018/7/308 1017/7/308 +f 1018/7/308 244/8/308 846/8/308 +f 1017/7/307 1018/7/307 244/8/307 +f 846/8/307 244/8/307 1018/7/307 +f 244/8/310 1020/7/310 1019/8/310 +f 1020/7/310 244/8/310 1017/7/310 +f 1019/8/309 1020/7/309 244/8/309 +f 1017/7/309 244/8/309 1020/7/309 +f 1021/8/81 244/8/81 1019/8/81 +f 244/8/81 1021/8/81 846/8/81 +f 846/8/81 1021/8/81 1022/8/81 +f 1019/8/82 244/8/82 1021/8/82 +f 846/8/82 1021/8/82 244/8/82 +f 1022/8/82 1021/8/82 846/8/82 +f 1018/7/82 1020/7/82 1017/7/82 +f 1020/7/82 1018/7/82 1023/7/82 +f 1023/7/82 1018/7/82 1024/7/82 +f 1017/7/81 1020/7/81 1018/7/81 +f 1023/7/81 1018/7/81 1020/7/81 +f 1024/7/81 1018/7/81 1023/7/81 +f 1018/7/373 1022/8/374 1024/7/374 +f 1022/8/374 1018/7/373 846/8/373 +f 1024/7/371 1022/8/371 1018/7/372 +f 846/8/372 1018/7/372 1022/8/371 +f 1022/8/374 1023/7/520 1024/7/374 +f 1023/7/520 1022/8/374 1021/8/520 +f 1024/7/371 1023/7/519 1022/8/371 +f 1021/8/519 1022/8/371 1023/7/519 +f 1023/7/520 1019/8/378 1020/7/378 +f 1019/8/378 1023/7/520 1021/8/520 +f 1020/7/377 1019/8/377 1023/7/519 +f 1021/8/519 1023/7/519 1019/8/377 +f 1027/6/288 1026/7/288 1025/6/288 +f 1026/7/288 1027/6/288 1028/7/288 +f 1025/6/287 1026/7/287 1027/6/287 +f 1028/7/287 1027/6/287 1026/7/287 +f 1027/6/276 1029/7/276 1028/7/276 +f 1029/7/276 1027/6/276 1030/6/276 +f 1028/7/275 1029/7/275 1027/6/275 +f 1030/6/275 1027/6/275 1029/7/275 +f 1031/7/383 1025/6/385 1026/7/385 +f 1025/6/385 1031/7/383 1032/6/383 +f 1026/7/386 1025/6/386 1031/7/384 +f 1032/6/384 1031/7/384 1025/6/386 +f 1029/7/380 1034/6/379 1033/7/379 +f 1034/6/379 1029/7/380 1030/6/380 +f 1033/7/382 1034/6/382 1029/7/381 +f 1030/6/381 1029/7/381 1034/6/382 +f 1032/6/81 1027/6/81 1025/6/81 +f 1027/6/81 1032/6/81 1030/6/81 +f 1030/6/81 1032/6/81 1034/6/81 +f 1025/6/82 1027/6/82 1032/6/82 +f 1030/6/82 1032/6/82 1027/6/82 +f 1034/6/82 1032/6/82 1030/6/82 +f 1034/6/379 1031/7/383 1033/7/379 +f 1031/7/383 1034/6/379 1032/6/383 +f 1033/7/382 1031/7/384 1034/6/382 +f 1032/6/384 1034/6/382 1031/7/384 +f 1037/8/276 1036/7/276 1035/7/276 +f 1036/7/276 1037/8/276 1038/8/276 +f 1035/7/275 1036/7/275 1037/8/275 +f 1038/8/275 1037/8/275 1036/7/275 +f 1037/8/288 1040/7/288 1039/8/288 +f 1040/7/288 1037/8/288 1035/7/288 +f 1039/8/287 1040/7/287 1037/8/287 +f 1035/7/287 1037/8/287 1040/7/287 +f 1041/8/81 1037/8/81 1039/8/81 +f 1037/8/81 1041/8/81 1038/8/81 +f 1038/8/81 1041/8/81 1042/8/81 +f 1039/8/82 1037/8/82 1041/8/82 +f 1038/8/82 1041/8/82 1037/8/82 +f 1042/8/82 1041/8/82 1038/8/82 +f 1036/7/82 1040/7/82 1035/7/82 +f 1040/7/82 1036/7/82 1043/7/82 +f 1043/7/82 1036/7/82 1044/7/82 +f 1035/7/81 1040/7/81 1036/7/81 +f 1043/7/81 1036/7/81 1040/7/81 +f 1044/7/81 1036/7/81 1043/7/81 +f 1036/7/380 1042/8/379 1044/7/379 +f 1042/8/379 1036/7/380 1038/8/380 +f 1044/7/382 1042/8/382 1036/7/381 +f 1038/8/381 1036/7/381 1042/8/382 +f 1042/8/379 1043/7/521 1044/7/379 +f 1043/7/521 1042/8/379 1041/8/521 +f 1044/7/382 1043/7/522 1042/8/382 +f 1041/8/522 1042/8/382 1043/7/522 +f 1043/7/521 1039/8/385 1040/7/385 +f 1039/8/385 1043/7/521 1041/8/521 +f 1040/7/386 1039/8/386 1043/7/522 +f 1041/8/522 1043/7/522 1039/8/386 +f 1047/6/288 1046/7/288 1045/6/288 +f 1046/7/288 1047/6/288 1048/7/288 +f 1045/6/287 1046/7/287 1047/6/287 +f 1048/7/287 1047/6/287 1046/7/287 +f 1047/6/276 1049/7/276 1048/7/276 +f 1049/7/276 1047/6/276 1050/6/276 +f 1048/7/275 1049/7/275 1047/6/275 +f 1050/6/275 1047/6/275 1049/7/275 +f 1051/7/383 1045/6/385 1046/7/385 +f 1045/6/385 1051/7/383 1052/6/383 +f 1046/7/386 1045/6/386 1051/7/384 +f 1052/6/384 1051/7/384 1045/6/386 +f 1049/7/380 1054/6/379 1053/7/379 +f 1054/6/379 1049/7/380 1050/6/380 +f 1053/7/382 1054/6/382 1049/7/381 +f 1050/6/381 1049/7/381 1054/6/382 +f 1052/6/81 1047/6/81 1045/6/81 +f 1047/6/81 1052/6/81 1050/6/81 +f 1050/6/81 1052/6/81 1054/6/81 +f 1045/6/82 1047/6/82 1052/6/82 +f 1050/6/82 1052/6/82 1047/6/82 +f 1054/6/82 1052/6/82 1050/6/82 +f 1054/6/379 1051/7/383 1053/7/379 +f 1051/7/383 1054/6/379 1052/6/383 +f 1053/7/382 1051/7/384 1054/6/382 +f 1052/6/384 1054/6/382 1051/7/384 +f 1057/8/276 1056/7/276 1055/7/276 +f 1056/7/276 1057/8/276 1058/8/276 +f 1055/7/275 1056/7/275 1057/8/275 +f 1058/8/275 1057/8/275 1056/7/275 +f 1057/8/288 1060/7/288 1059/8/288 +f 1060/7/288 1057/8/288 1055/7/288 +f 1059/8/287 1060/7/287 1057/8/287 +f 1055/7/287 1057/8/287 1060/7/287 +f 1061/8/81 1057/8/81 1059/8/81 +f 1057/8/81 1061/8/81 1058/8/81 +f 1058/8/81 1061/8/81 1062/8/81 +f 1059/8/82 1057/8/82 1061/8/82 +f 1058/8/82 1061/8/82 1057/8/82 +f 1062/8/82 1061/8/82 1058/8/82 +f 1056/7/82 1060/7/82 1055/7/82 +f 1060/7/82 1056/7/82 1063/7/82 +f 1063/7/82 1056/7/82 1064/7/82 +f 1055/7/81 1060/7/81 1056/7/81 +f 1063/7/81 1056/7/81 1060/7/81 +f 1064/7/81 1056/7/81 1063/7/81 +f 1056/7/380 1062/8/379 1064/7/379 +f 1062/8/379 1056/7/380 1058/8/380 +f 1064/7/382 1062/8/382 1056/7/381 +f 1058/8/381 1056/7/381 1062/8/382 +f 1062/8/379 1063/7/521 1064/7/379 +f 1063/7/521 1062/8/379 1061/8/521 +f 1064/7/382 1063/7/522 1062/8/382 +f 1061/8/522 1062/8/382 1063/7/522 +f 1063/7/521 1059/8/385 1060/7/385 +f 1059/8/385 1063/7/521 1061/8/521 +f 1060/7/386 1059/8/386 1063/7/522 +f 1061/8/522 1063/7/522 1059/8/386 +f 1067/6/387 1066/7/387 1065/6/387 +f 1066/7/387 1067/6/387 1068/7/387 +f 1065/6/388 1066/7/388 1067/6/388 +f 1068/7/388 1067/6/388 1066/7/388 +f 1067/6/389 1069/7/389 1068/7/389 +f 1069/7/389 1067/6/389 1070/6/389 +f 1068/7/390 1069/7/390 1067/6/390 +f 1070/6/390 1067/6/390 1069/7/390 +f 1071/7/375 1065/6/377 1066/7/377 +f 1065/6/377 1071/7/375 1072/6/375 +f 1066/7/378 1065/6/378 1071/7/376 +f 1072/6/376 1071/7/376 1065/6/378 +f 1069/7/372 1074/6/371 1073/7/371 +f 1074/6/371 1069/7/372 1070/6/372 +f 1073/7/374 1074/6/374 1069/7/373 +f 1070/6/373 1069/7/373 1074/6/374 +f 1072/6/81 1067/6/81 1065/6/81 +f 1067/6/81 1072/6/81 1070/6/81 +f 1070/6/81 1072/6/81 1074/6/81 +f 1065/6/82 1067/6/82 1072/6/82 +f 1070/6/82 1072/6/82 1067/6/82 +f 1074/6/82 1072/6/82 1070/6/82 +f 1074/6/371 1071/7/375 1073/7/371 +f 1071/7/375 1074/6/371 1072/6/375 +f 1073/7/374 1071/7/376 1074/6/374 +f 1072/6/376 1074/6/374 1071/7/376 +f 57/8/389 1076/7/389 1075/7/389 +f 1076/7/389 57/8/389 1077/8/389 +f 1075/7/390 1076/7/390 57/8/390 +f 1077/8/390 57/8/390 1076/7/390 +f 57/8/387 1078/7/387 535/8/387 +f 1078/7/387 57/8/387 1075/7/387 +f 535/8/388 1078/7/388 57/8/388 +f 1075/7/388 57/8/388 1078/7/388 +f 1079/8/81 57/8/81 535/8/81 +f 57/8/81 1079/8/81 1077/8/81 +f 1077/8/81 1079/8/81 1080/8/81 +f 535/8/82 57/8/82 1079/8/82 +f 1077/8/82 1079/8/82 57/8/82 +f 1080/8/82 1079/8/82 1077/8/82 +f 1076/7/82 1078/7/82 1075/7/82 +f 1078/7/82 1076/7/82 1081/7/82 +f 1081/7/82 1076/7/82 1082/7/82 +f 1075/7/81 1078/7/81 1076/7/81 +f 1081/7/81 1076/7/81 1078/7/81 +f 1082/7/81 1076/7/81 1081/7/81 +f 1076/7/372 1080/8/371 1082/7/371 +f 1080/8/371 1076/7/372 1077/8/372 +f 1082/7/374 1080/8/374 1076/7/373 +f 1077/8/373 1076/7/373 1080/8/374 +f 1080/8/371 1081/7/519 1082/7/371 +f 1081/7/519 1080/8/371 1079/8/519 +f 1082/7/374 1081/7/520 1080/8/374 +f 1079/8/520 1080/8/374 1081/7/520 +f 1081/7/519 535/8/377 1078/7/377 +f 535/8/377 1081/7/519 1079/8/519 +f 1078/7/378 535/8/378 1081/7/520 +f 1079/8/520 1081/7/520 535/8/378 +f 1085/11/82 1084/11/82 1083/11/82 +f 1084/11/82 1085/11/82 1086/11/82 +f 1084/11/82 1086/11/82 1087/11/82 +f 1087/11/82 1086/11/82 1088/11/82 +f 1088/11/82 1086/11/82 1089/11/82 +f 1088/11/82 1089/11/82 1090/11/82 +f 1083/11/81 1084/11/81 1085/11/81 +f 1086/11/81 1085/11/81 1084/11/81 +f 1087/11/81 1086/11/81 1084/11/81 +f 1088/11/81 1086/11/81 1087/11/81 +f 1089/11/81 1086/11/81 1088/11/81 +f 1090/11/81 1089/11/81 1088/11/81 +f 1093/12/81 1092/12/81 1091/12/81 +f 1092/12/81 1093/12/81 1094/12/81 +f 1092/12/81 1094/12/81 1095/12/81 +f 1095/12/81 1094/12/81 1096/12/81 +f 1095/12/81 1096/12/81 1097/12/81 +f 1097/12/81 1096/12/81 1098/12/81 +f 1091/12/82 1092/12/82 1093/12/82 +f 1094/12/82 1093/12/82 1092/12/82 +f 1095/12/82 1094/12/82 1092/12/82 +f 1096/12/82 1094/12/82 1095/12/82 +f 1097/12/82 1096/12/82 1095/12/82 +f 1098/12/82 1096/12/82 1097/12/82 +f 1091/12/524 1084/11/523 1093/12/523 +f 1084/11/523 1091/12/524 1083/11/524 +f 1093/12/526 1084/11/526 1091/12/525 +f 1083/11/525 1091/12/525 1084/11/526 +f 1094/12/527 1084/11/528 1087/11/527 +f 1084/11/528 1094/12/527 1093/12/528 +f 1087/11/529 1084/11/530 1094/12/529 +f 1093/12/530 1094/12/529 1084/11/530 +f 1096/12/531 1087/11/527 1088/11/531 +f 1087/11/527 1096/12/531 1094/12/527 +f 1088/11/532 1087/11/529 1096/12/532 +f 1094/12/529 1096/12/532 1087/11/529 +f 1090/11/525 1096/12/533 1088/11/533 +f 1096/12/533 1090/11/525 1098/12/525 +f 1088/11/534 1096/12/534 1090/11/524 +f 1098/12/524 1090/11/524 1096/12/534 +f 1089/11/526 1098/12/525 1090/11/525 +f 1098/12/525 1089/11/526 1097/12/526 +f 1090/11/524 1098/12/524 1089/11/523 +f 1097/12/523 1089/11/523 1098/12/524 +f 1095/12/529 1089/11/530 1086/11/529 +f 1089/11/530 1095/12/529 1097/12/530 +f 1086/11/527 1089/11/528 1095/12/527 +f 1097/12/528 1095/12/527 1089/11/528 +f 1092/12/532 1086/11/529 1085/11/532 +f 1086/11/529 1092/12/532 1095/12/529 +f 1085/11/531 1086/11/527 1092/12/531 +f 1095/12/527 1092/12/531 1086/11/527 +f 1092/12/534 1083/11/524 1091/12/524 +f 1083/11/524 1092/12/534 1085/11/534 +f 1091/12/525 1083/11/525 1092/12/533 +f 1085/11/533 1092/12/533 1083/11/525 +f 1101/12/81 1100/12/81 1099/12/81 +f 1100/12/81 1101/12/81 1102/12/81 +f 1100/12/81 1102/12/81 1103/12/81 +f 1103/12/81 1102/12/81 1104/12/81 +f 1104/12/81 1102/12/81 1105/12/81 +f 1104/12/81 1105/12/81 1106/12/81 +f 1099/12/82 1100/12/82 1101/12/82 +f 1102/12/82 1101/12/82 1100/12/82 +f 1103/12/82 1102/12/82 1100/12/82 +f 1104/12/82 1102/12/82 1103/12/82 +f 1105/12/82 1102/12/82 1104/12/82 +f 1106/12/82 1105/12/82 1104/12/82 +f 1099/12/524 1107/11/523 1101/12/523 +f 1107/11/523 1099/12/524 1108/11/524 +f 1101/12/526 1107/11/526 1099/12/525 +f 1108/11/525 1099/12/525 1107/11/526 +f 1102/12/527 1107/11/528 1109/11/527 +f 1107/11/528 1102/12/527 1101/12/528 +f 1109/11/529 1107/11/530 1102/12/529 +f 1101/12/530 1102/12/529 1107/11/530 +f 1105/12/531 1109/11/527 1110/11/531 +f 1109/11/527 1105/12/531 1102/12/527 +f 1110/11/532 1109/11/529 1105/12/532 +f 1102/12/529 1105/12/532 1109/11/529 +f 1111/11/525 1105/12/533 1110/11/533 +f 1105/12/533 1111/11/525 1106/12/525 +f 1110/11/534 1105/12/534 1111/11/524 +f 1106/12/524 1111/11/524 1105/12/534 +f 1112/11/526 1106/12/525 1111/11/525 +f 1106/12/525 1112/11/526 1104/12/526 +f 1111/11/524 1106/12/524 1112/11/523 +f 1104/12/523 1112/11/523 1106/12/524 +f 1103/12/529 1112/11/530 1113/11/529 +f 1112/11/530 1103/12/529 1104/12/530 +f 1113/11/527 1112/11/528 1103/12/527 +f 1104/12/528 1103/12/527 1112/11/528 +f 1100/12/532 1113/11/529 1114/11/532 +f 1113/11/529 1100/12/532 1103/12/529 +f 1114/11/531 1113/11/527 1100/12/531 +f 1103/12/527 1100/12/531 1113/11/527 +f 1100/12/534 1108/11/524 1099/12/524 +f 1108/11/524 1100/12/534 1114/11/534 +f 1099/12/525 1108/11/525 1100/12/533 +f 1114/11/533 1100/12/533 1108/11/525 +f 1117/14/535 1116/13/536 1115/13/535 +f 1116/13/536 1117/14/535 1118/14/536 +f 1115/13/537 1116/13/538 1117/14/537 +f 1118/14/538 1117/14/537 1116/13/538 +f 1121/13/539 1120/14/540 1119/14/539 +f 1120/14/540 1121/13/539 1122/13/540 +f 1119/14/541 1120/14/542 1121/13/541 +f 1122/13/542 1121/13/541 1120/14/542 +f 1124/14/543 1115/13/535 1123/13/543 +f 1115/13/535 1124/14/543 1117/14/535 +f 1123/13/544 1115/13/537 1124/14/544 +f 1117/14/537 1124/14/544 1115/13/537 +f 1127/14/545 1126/13/546 1125/13/545 +f 1126/13/546 1127/14/545 1128/14/546 +f 1125/13/547 1126/13/548 1127/14/547 +f 1128/14/548 1127/14/547 1126/13/548 +f 1127/14/545 1116/13/549 1118/14/549 +f 1116/13/549 1127/14/545 1125/13/545 +f 1118/14/550 1116/13/550 1127/14/547 +f 1125/13/547 1127/14/547 1116/13/550 +f 1130/14/551 1122/13/552 1129/13/551 +f 1122/13/552 1130/14/551 1120/14/552 +f 1129/13/553 1122/13/554 1130/14/553 +f 1120/14/554 1130/14/553 1122/13/554 +f 1128/14/555 1129/13/551 1126/13/555 +f 1129/13/551 1128/14/555 1130/14/551 +f 1126/13/556 1129/13/553 1128/14/556 +f 1130/14/553 1128/14/556 1129/13/553 +f 1123/13/557 1119/14/539 1124/14/557 +f 1119/14/539 1123/13/557 1121/13/539 +f 1124/14/558 1119/14/541 1123/13/558 +f 1121/13/541 1123/13/558 1119/14/541 +f 1133/11/559 1132/11/559 1131/11/559 +f 1132/11/559 1133/11/559 1134/11/559 +f 1132/11/559 1134/11/559 1135/11/559 +f 1135/11/559 1134/11/559 1136/11/559 +f 1136/11/559 1134/11/559 1137/11/559 +f 1136/11/559 1137/11/559 1138/11/559 +f 1131/11/560 1132/11/560 1133/11/560 +f 1134/11/560 1133/11/560 1132/11/560 +f 1135/11/560 1134/11/560 1132/11/560 +f 1136/11/560 1134/11/560 1135/11/560 +f 1137/11/560 1134/11/560 1136/11/560 +f 1138/11/560 1137/11/560 1136/11/560 +f 1141/12/560 1140/12/560 1139/12/560 +f 1140/12/560 1141/12/560 1142/12/560 +f 1140/12/560 1142/12/560 1143/12/560 +f 1143/12/560 1142/12/560 1144/12/560 +f 1143/12/560 1144/12/560 1145/12/560 +f 1145/12/560 1144/12/560 1146/12/560 +f 1139/12/559 1140/12/559 1141/12/559 +f 1142/12/559 1141/12/559 1140/12/559 +f 1143/12/559 1142/12/559 1140/12/559 +f 1144/12/559 1142/12/559 1143/12/559 +f 1145/12/559 1144/12/559 1143/12/559 +f 1146/12/559 1144/12/559 1145/12/559 +f 1139/12/562 1132/11/561 1141/12/561 +f 1132/11/561 1139/12/562 1131/11/562 +f 1141/12/564 1132/11/564 1139/12/563 +f 1131/11/563 1139/12/563 1132/11/564 +f 1142/12/565 1132/11/566 1135/11/565 +f 1132/11/566 1142/12/565 1141/12/566 +f 1135/11/567 1132/11/568 1142/12/567 +f 1141/12/568 1142/12/567 1132/11/568 +f 1144/12/569 1135/11/565 1136/11/569 +f 1135/11/565 1144/12/569 1142/12/565 +f 1136/11/570 1135/11/567 1144/12/570 +f 1142/12/567 1144/12/570 1135/11/567 +f 1138/11/563 1144/12/571 1136/11/571 +f 1144/12/571 1138/11/563 1146/12/563 +f 1136/11/572 1144/12/572 1138/11/562 +f 1146/12/562 1138/11/562 1144/12/572 +f 1137/11/564 1146/12/563 1138/11/563 +f 1146/12/563 1137/11/564 1145/12/564 +f 1138/11/562 1146/12/562 1137/11/561 +f 1145/12/561 1137/11/561 1146/12/562 +f 1143/12/567 1137/11/568 1134/11/567 +f 1137/11/568 1143/12/567 1145/12/568 +f 1134/11/565 1137/11/566 1143/12/565 +f 1145/12/566 1143/12/565 1137/11/566 +f 1140/12/570 1134/11/567 1133/11/570 +f 1134/11/567 1140/12/570 1143/12/567 +f 1133/11/569 1134/11/565 1140/12/569 +f 1143/12/565 1140/12/569 1134/11/565 +f 1140/12/572 1131/11/562 1139/12/562 +f 1131/11/562 1140/12/572 1133/11/572 +f 1139/12/563 1131/11/563 1140/12/571 +f 1133/11/571 1140/12/571 1131/11/563 +f 1149/12/560 1148/12/560 1147/12/560 +f 1148/12/560 1149/12/560 1150/12/560 +f 1148/12/560 1150/12/560 1151/12/560 +f 1151/12/560 1150/12/560 1152/12/560 +f 1152/12/560 1150/12/560 1153/12/560 +f 1152/12/560 1153/12/560 1154/12/560 +f 1147/12/559 1148/12/559 1149/12/559 +f 1150/12/559 1149/12/559 1148/12/559 +f 1151/12/559 1150/12/559 1148/12/559 +f 1152/12/559 1150/12/559 1151/12/559 +f 1153/12/559 1150/12/559 1152/12/559 +f 1154/12/559 1153/12/559 1152/12/559 +f 1147/12/562 1155/11/561 1149/12/561 +f 1155/11/561 1147/12/562 1156/11/562 +f 1149/12/564 1155/11/564 1147/12/563 +f 1156/11/563 1147/12/563 1155/11/564 +f 1150/12/565 1155/11/566 1157/11/565 +f 1155/11/566 1150/12/565 1149/12/566 +f 1157/11/567 1155/11/568 1150/12/567 +f 1149/12/568 1150/12/567 1155/11/568 +f 1153/12/569 1157/11/565 1158/11/569 +f 1157/11/565 1153/12/569 1150/12/565 +f 1158/11/570 1157/11/567 1153/12/570 +f 1150/12/567 1153/12/570 1157/11/567 +f 1159/11/563 1153/12/571 1158/11/571 +f 1153/12/571 1159/11/563 1154/12/563 +f 1158/11/572 1153/12/572 1159/11/562 +f 1154/12/562 1159/11/562 1153/12/572 +f 1160/11/564 1154/12/563 1159/11/563 +f 1154/12/563 1160/11/564 1152/12/564 +f 1159/11/562 1154/12/562 1160/11/561 +f 1152/12/561 1160/11/561 1154/12/562 +f 1151/12/567 1160/11/568 1161/11/567 +f 1160/11/568 1151/12/567 1152/12/568 +f 1161/11/565 1160/11/566 1151/12/565 +f 1152/12/566 1151/12/565 1160/11/566 +f 1148/12/570 1161/11/567 1162/11/570 +f 1161/11/567 1148/12/570 1151/12/567 +f 1162/11/569 1161/11/565 1148/12/569 +f 1151/12/565 1148/12/569 1161/11/565 +f 1148/12/572 1156/11/562 1147/12/562 +f 1156/11/562 1148/12/572 1162/11/572 +f 1147/12/563 1156/11/563 1148/12/571 +f 1162/11/571 1148/12/571 1156/11/563 +f 1165/14/573 1164/13/574 1163/13/573 +f 1164/13/574 1165/14/573 1166/14/574 +f 1163/13/575 1164/13/576 1165/14/575 +f 1166/14/576 1165/14/575 1164/13/576 +f 1169/13/577 1168/14/578 1167/14/577 +f 1168/14/578 1169/13/577 1170/13/578 +f 1167/14/579 1168/14/580 1169/13/579 +f 1170/13/580 1169/13/579 1168/14/580 +f 1172/14/581 1163/13/573 1171/13/581 +f 1163/13/573 1172/14/581 1165/14/573 +f 1171/13/582 1163/13/575 1172/14/582 +f 1165/14/575 1172/14/582 1163/13/575 +f 1175/14/583 1174/13/584 1173/13/583 +f 1174/13/584 1175/14/583 1176/14/584 +f 1173/13/585 1174/13/586 1175/14/585 +f 1176/14/586 1175/14/585 1174/13/586 +f 1175/14/583 1164/13/587 1166/14/587 +f 1164/13/587 1175/14/583 1173/13/583 +f 1166/14/588 1164/13/588 1175/14/585 +f 1173/13/585 1175/14/585 1164/13/588 +f 1178/14/589 1170/13/590 1177/13/589 +f 1170/13/590 1178/14/589 1168/14/590 +f 1177/13/591 1170/13/592 1178/14/591 +f 1168/14/592 1178/14/591 1170/13/592 +f 1176/14/593 1177/13/589 1174/13/593 +f 1177/13/589 1176/14/593 1178/14/589 +f 1174/13/594 1177/13/591 1176/14/594 +f 1178/14/591 1176/14/594 1177/13/591 +f 1171/13/595 1167/14/577 1172/14/595 +f 1167/14/577 1171/13/595 1169/13/577 +f 1172/14/596 1167/14/579 1171/13/596 +f 1169/13/579 1171/13/596 1167/14/579 +f 1181/11/559 1180/11/559 1179/11/559 +f 1180/11/559 1181/11/559 1182/11/559 +f 1180/11/559 1182/11/559 1183/11/559 +f 1183/11/559 1182/11/559 1184/11/559 +f 1184/11/559 1182/11/559 1185/11/559 +f 1184/11/559 1185/11/559 1186/11/559 +f 1179/11/560 1180/11/560 1181/11/560 +f 1182/11/560 1181/11/560 1180/11/560 +f 1183/11/560 1182/11/560 1180/11/560 +f 1184/11/560 1182/11/560 1183/11/560 +f 1185/11/560 1182/11/560 1184/11/560 +f 1186/11/560 1185/11/560 1184/11/560 +f 1189/12/560 1188/12/560 1187/12/560 +f 1188/12/560 1189/12/560 1190/12/560 +f 1188/12/560 1190/12/560 1191/12/560 +f 1191/12/560 1190/12/560 1192/12/560 +f 1191/12/560 1192/12/560 1193/12/560 +f 1193/12/560 1192/12/560 1194/12/560 +f 1187/12/559 1188/12/559 1189/12/559 +f 1190/12/559 1189/12/559 1188/12/559 +f 1191/12/559 1190/12/559 1188/12/559 +f 1192/12/559 1190/12/559 1191/12/559 +f 1193/12/559 1192/12/559 1191/12/559 +f 1194/12/559 1192/12/559 1193/12/559 +f 1187/12/598 1180/11/597 1189/12/597 +f 1180/11/597 1187/12/598 1179/11/598 +f 1189/12/600 1180/11/600 1187/12/599 +f 1179/11/599 1187/12/599 1180/11/600 +f 1190/12/281 1180/11/601 1183/11/281 +f 1180/11/601 1190/12/281 1189/12/601 +f 1183/11/282 1180/11/602 1190/12/282 +f 1189/12/602 1190/12/282 1180/11/602 +f 1192/12/603 1183/11/281 1184/11/603 +f 1183/11/281 1192/12/603 1190/12/281 +f 1184/11/604 1183/11/282 1192/12/604 +f 1190/12/282 1192/12/604 1183/11/282 +f 1186/11/599 1192/12/605 1184/11/605 +f 1192/12/605 1186/11/599 1194/12/599 +f 1184/11/606 1192/12/606 1186/11/598 +f 1194/12/598 1186/11/598 1192/12/606 +f 1185/11/600 1194/12/599 1186/11/599 +f 1194/12/599 1185/11/600 1193/12/600 +f 1186/11/598 1194/12/598 1185/11/597 +f 1193/12/597 1185/11/597 1194/12/598 +f 1191/12/282 1185/11/602 1182/11/282 +f 1185/11/602 1191/12/282 1193/12/602 +f 1182/11/281 1185/11/601 1191/12/281 +f 1193/12/601 1191/12/281 1185/11/601 +f 1188/12/604 1182/11/282 1181/11/604 +f 1182/11/282 1188/12/604 1191/12/282 +f 1181/11/603 1182/11/281 1188/12/603 +f 1191/12/281 1188/12/603 1182/11/281 +f 1188/12/606 1179/11/598 1187/12/598 +f 1179/11/598 1188/12/606 1181/11/606 +f 1187/12/599 1179/11/599 1188/12/605 +f 1181/11/605 1188/12/605 1179/11/599 +f 1197/12/560 1196/12/560 1195/12/560 +f 1196/12/560 1197/12/560 1198/12/560 +f 1196/12/560 1198/12/560 1199/12/560 +f 1199/12/560 1198/12/560 1200/12/560 +f 1200/12/560 1198/12/560 1201/12/560 +f 1200/12/560 1201/12/560 1202/12/560 +f 1195/12/559 1196/12/559 1197/12/559 +f 1198/12/559 1197/12/559 1196/12/559 +f 1199/12/559 1198/12/559 1196/12/559 +f 1200/12/559 1198/12/559 1199/12/559 +f 1201/12/559 1198/12/559 1200/12/559 +f 1202/12/559 1201/12/559 1200/12/559 +f 1195/12/598 1203/11/597 1197/12/597 +f 1203/11/597 1195/12/598 1204/11/598 +f 1197/12/600 1203/11/600 1195/12/599 +f 1204/11/599 1195/12/599 1203/11/600 +f 1198/12/281 1203/11/601 1205/11/281 +f 1203/11/601 1198/12/281 1197/12/601 +f 1205/11/282 1203/11/602 1198/12/282 +f 1197/12/602 1198/12/282 1203/11/602 +f 1201/12/603 1205/11/281 1206/11/603 +f 1205/11/281 1201/12/603 1198/12/281 +f 1206/11/604 1205/11/282 1201/12/604 +f 1198/12/282 1201/12/604 1205/11/282 +f 1207/11/599 1201/12/605 1206/11/605 +f 1201/12/605 1207/11/599 1202/12/599 +f 1206/11/606 1201/12/606 1207/11/598 +f 1202/12/598 1207/11/598 1201/12/606 +f 1208/11/600 1202/12/599 1207/11/599 +f 1202/12/599 1208/11/600 1200/12/600 +f 1207/11/598 1202/12/598 1208/11/597 +f 1200/12/597 1208/11/597 1202/12/598 +f 1199/12/282 1208/11/602 1209/11/282 +f 1208/11/602 1199/12/282 1200/12/602 +f 1209/11/281 1208/11/601 1199/12/281 +f 1200/12/601 1199/12/281 1208/11/601 +f 1196/12/604 1209/11/282 1210/11/604 +f 1209/11/282 1196/12/604 1199/12/282 +f 1210/11/603 1209/11/281 1196/12/603 +f 1199/12/281 1196/12/603 1209/11/281 +f 1196/12/606 1204/11/598 1195/12/598 +f 1204/11/598 1196/12/606 1210/11/606 +f 1195/12/599 1204/11/599 1196/12/605 +f 1210/11/605 1196/12/605 1204/11/599 +f 1213/14/607 1212/13/608 1211/13/607 +f 1212/13/608 1213/14/607 1214/14/608 +f 1211/13/609 1212/13/610 1213/14/609 +f 1214/14/610 1213/14/609 1212/13/610 +f 1217/13/611 1216/14/612 1215/14/611 +f 1216/14/612 1217/13/611 1218/13/612 +f 1215/14/613 1216/14/614 1217/13/613 +f 1218/13/614 1217/13/613 1216/14/614 +f 1220/14/615 1211/13/607 1219/13/615 +f 1211/13/607 1220/14/615 1213/14/607 +f 1219/13/616 1211/13/609 1220/14/616 +f 1213/14/609 1220/14/616 1211/13/609 +f 1223/14/617 1222/13/618 1221/13/617 +f 1222/13/618 1223/14/617 1224/14/618 +f 1221/13/619 1222/13/620 1223/14/619 +f 1224/14/620 1223/14/619 1222/13/620 +f 1223/14/617 1212/13/621 1214/14/621 +f 1212/13/621 1223/14/617 1221/13/617 +f 1214/14/622 1212/13/622 1223/14/619 +f 1221/13/619 1223/14/619 1212/13/622 +f 1226/14/623 1218/13/624 1225/13/623 +f 1218/13/624 1226/14/623 1216/14/624 +f 1225/13/625 1218/13/626 1226/14/625 +f 1216/14/626 1226/14/625 1218/13/626 +f 1224/14/627 1225/13/623 1222/13/627 +f 1225/13/623 1224/14/627 1226/14/623 +f 1222/13/628 1225/13/625 1224/14/628 +f 1226/14/625 1224/14/628 1225/13/625 +f 1219/13/629 1215/14/611 1220/14/629 +f 1215/14/611 1219/13/629 1217/13/611 +f 1220/14/630 1215/14/613 1219/13/630 +f 1217/13/613 1219/13/630 1215/14/613 +f 1229/11/82 1228/11/82 1227/11/82 +f 1228/11/82 1229/11/82 1230/11/82 +f 1228/11/82 1230/11/82 1231/11/82 +f 1231/11/82 1230/11/82 1232/11/82 +f 1232/11/82 1230/11/82 1233/11/82 +f 1232/11/82 1233/11/82 1234/11/82 +f 1227/11/81 1228/11/81 1229/11/81 +f 1230/11/81 1229/11/81 1228/11/81 +f 1231/11/81 1230/11/81 1228/11/81 +f 1232/11/81 1230/11/81 1231/11/81 +f 1233/11/81 1230/11/81 1232/11/81 +f 1234/11/81 1233/11/81 1232/11/81 +f 1237/12/81 1236/12/81 1235/12/81 +f 1236/12/81 1237/12/81 1238/12/81 +f 1236/12/81 1238/12/81 1239/12/81 +f 1239/12/81 1238/12/81 1240/12/81 +f 1239/12/81 1240/12/81 1241/12/81 +f 1241/12/81 1240/12/81 1242/12/81 +f 1235/12/82 1236/12/82 1237/12/82 +f 1238/12/82 1237/12/82 1236/12/82 +f 1239/12/82 1238/12/82 1236/12/82 +f 1240/12/82 1238/12/82 1239/12/82 +f 1241/12/82 1240/12/82 1239/12/82 +f 1242/12/82 1240/12/82 1241/12/82 +f 1235/12/525 1228/11/526 1237/12/526 +f 1228/11/526 1235/12/525 1227/11/525 +f 1237/12/523 1228/11/523 1235/12/524 +f 1227/11/524 1235/12/524 1228/11/523 +f 1238/12/529 1228/11/530 1231/11/529 +f 1228/11/530 1238/12/529 1237/12/530 +f 1231/11/527 1228/11/528 1238/12/527 +f 1237/12/528 1238/12/527 1228/11/528 +f 1240/12/532 1231/11/529 1232/11/532 +f 1231/11/529 1240/12/532 1238/12/529 +f 1232/11/531 1231/11/527 1240/12/531 +f 1238/12/527 1240/12/531 1231/11/527 +f 1234/11/524 1240/12/534 1232/11/534 +f 1240/12/534 1234/11/524 1242/12/524 +f 1232/11/533 1240/12/533 1234/11/525 +f 1242/12/525 1234/11/525 1240/12/533 +f 1233/11/523 1242/12/524 1234/11/524 +f 1242/12/524 1233/11/523 1241/12/523 +f 1234/11/525 1242/12/525 1233/11/526 +f 1241/12/526 1233/11/526 1242/12/525 +f 1239/12/527 1233/11/528 1230/11/527 +f 1233/11/528 1239/12/527 1241/12/528 +f 1230/11/529 1233/11/530 1239/12/529 +f 1241/12/530 1239/12/529 1233/11/530 +f 1236/12/531 1230/11/527 1229/11/531 +f 1230/11/527 1236/12/531 1239/12/527 +f 1229/11/532 1230/11/529 1236/12/532 +f 1239/12/529 1236/12/532 1230/11/529 +f 1236/12/533 1227/11/525 1235/12/525 +f 1227/11/525 1236/12/533 1229/11/533 +f 1235/12/524 1227/11/524 1236/12/534 +f 1229/11/534 1236/12/534 1227/11/524 +f 1245/12/81 1244/12/81 1243/12/81 +f 1244/12/81 1245/12/81 1246/12/81 +f 1244/12/81 1246/12/81 1247/12/81 +f 1247/12/81 1246/12/81 1248/12/81 +f 1248/12/81 1246/12/81 1249/12/81 +f 1248/12/81 1249/12/81 1250/12/81 +f 1243/12/82 1244/12/82 1245/12/82 +f 1246/12/82 1245/12/82 1244/12/82 +f 1247/12/82 1246/12/82 1244/12/82 +f 1248/12/82 1246/12/82 1247/12/82 +f 1249/12/82 1246/12/82 1248/12/82 +f 1250/12/82 1249/12/82 1248/12/82 +f 1243/12/525 1251/11/526 1245/12/526 +f 1251/11/526 1243/12/525 1252/11/525 +f 1245/12/523 1251/11/523 1243/12/524 +f 1252/11/524 1243/12/524 1251/11/523 +f 1246/12/529 1251/11/530 1253/11/529 +f 1251/11/530 1246/12/529 1245/12/530 +f 1253/11/527 1251/11/528 1246/12/527 +f 1245/12/528 1246/12/527 1251/11/528 +f 1249/12/532 1253/11/529 1254/11/532 +f 1253/11/529 1249/12/532 1246/12/529 +f 1254/11/531 1253/11/527 1249/12/531 +f 1246/12/527 1249/12/531 1253/11/527 +f 1255/11/524 1249/12/534 1254/11/534 +f 1249/12/534 1255/11/524 1250/12/524 +f 1254/11/533 1249/12/533 1255/11/525 +f 1250/12/525 1255/11/525 1249/12/533 +f 1256/11/523 1250/12/524 1255/11/524 +f 1250/12/524 1256/11/523 1248/12/523 +f 1255/11/525 1250/12/525 1256/11/526 +f 1248/12/526 1256/11/526 1250/12/525 +f 1247/12/527 1256/11/528 1257/11/527 +f 1256/11/528 1247/12/527 1248/12/528 +f 1257/11/529 1256/11/530 1247/12/529 +f 1248/12/530 1247/12/529 1256/11/530 +f 1244/12/531 1257/11/527 1258/11/531 +f 1257/11/527 1244/12/531 1247/12/527 +f 1258/11/532 1257/11/529 1244/12/532 +f 1247/12/529 1244/12/532 1257/11/529 +f 1244/12/533 1252/11/525 1243/12/525 +f 1252/11/525 1244/12/533 1258/11/533 +f 1243/12/524 1252/11/524 1244/12/534 +f 1258/11/534 1244/12/534 1252/11/524 +f 1261/14/551 1260/13/552 1259/13/551 +f 1260/13/552 1261/14/551 1262/14/552 +f 1259/13/553 1260/13/554 1261/14/553 +f 1262/14/554 1261/14/553 1260/13/554 +f 1265/13/545 1264/14/549 1263/14/545 +f 1264/14/549 1265/13/545 1266/13/549 +f 1263/14/547 1264/14/550 1265/13/547 +f 1266/13/550 1265/13/547 1264/14/550 +f 1268/14/555 1259/13/551 1267/13/555 +f 1259/13/551 1268/14/555 1261/14/551 +f 1267/13/556 1259/13/553 1268/14/556 +f 1261/14/553 1268/14/556 1259/13/553 +f 1271/14/539 1270/13/557 1269/13/539 +f 1270/13/557 1271/14/539 1272/14/557 +f 1269/13/541 1270/13/558 1271/14/541 +f 1272/14/558 1271/14/541 1270/13/558 +f 1271/14/539 1260/13/540 1262/14/540 +f 1260/13/540 1271/14/539 1269/13/539 +f 1262/14/542 1260/13/542 1271/14/541 +f 1269/13/541 1271/14/541 1260/13/542 +f 1274/14/535 1266/13/536 1273/13/535 +f 1266/13/536 1274/14/535 1264/14/536 +f 1273/13/537 1266/13/538 1274/14/537 +f 1264/14/538 1274/14/537 1266/13/538 +f 1272/14/543 1273/13/535 1270/13/543 +f 1273/13/535 1272/14/543 1274/14/535 +f 1270/13/544 1273/13/537 1272/14/544 +f 1274/14/537 1272/14/544 1273/13/537 +f 1267/13/546 1263/14/545 1268/14/546 +f 1263/14/545 1267/13/546 1265/13/545 +f 1268/14/548 1263/14/547 1267/13/548 +f 1265/13/547 1267/13/548 1263/14/547 +f 1277/15/313 1276/11/312 1275/11/311 +f 1276/11/312 1277/15/313 1278/15/314 +f 1275/11/317 1276/11/316 1277/15/315 +f 1278/15/318 1277/15/315 1276/11/316 +f 1281/15/321 1280/15/320 1279/15/319 +f 1280/15/320 1281/15/321 1282/15/322 +f 1279/15/325 1280/15/324 1281/15/323 +f 1282/15/326 1281/15/323 1280/15/324 +f 1284/15/328 1277/15/313 1283/15/327 +f 1277/15/313 1284/15/328 1278/15/314 +f 1283/15/330 1277/15/315 1284/15/329 +f 1278/15/318 1284/15/329 1277/15/315 +f 1287/11/9 1286/12/12 1285/11/10 +f 1286/12/12 1287/11/9 1288/12/11 +f 1285/11/14 1286/12/16 1287/11/15 +f 1288/12/13 1287/11/15 1286/12/16 +f 1290/12/25 1288/12/11 1289/12/26 +f 1288/12/11 1290/12/25 1286/12/12 +f 1289/12/28 1288/12/13 1290/12/27 +f 1286/12/16 1290/12/27 1288/12/13 +f 1289/12/26 1287/11/9 1291/11/31 +f 1287/11/9 1289/12/26 1288/12/11 +f 1291/11/32 1287/11/15 1289/12/28 +f 1288/12/13 1289/12/28 1287/11/15 +f 1283/15/327 1275/11/311 1292/11/331 +f 1275/11/311 1283/15/327 1277/15/313 +f 1292/11/332 1275/11/317 1283/15/330 +f 1277/15/315 1283/15/330 1275/11/317 +f 1293/11/333 1278/15/314 1284/15/328 +f 1278/15/314 1293/11/333 1276/11/312 +f 1284/15/329 1278/15/318 1293/11/334 +f 1276/11/316 1293/11/334 1278/15/318 +f 1296/16/73 1295/16/52 1294/16/58 +f 1295/16/52 1296/16/73 1297/16/50 +f 1294/16/60 1295/16/56 1296/16/76 +f 1297/16/54 1296/16/76 1295/16/56 +f 1297/16/50 1298/11/51 1295/16/52 +f 1298/11/51 1297/16/50 1299/11/49 +f 1295/16/56 1298/11/53 1297/16/54 +f 1299/11/55 1297/16/54 1298/11/53 +f 1301/11/74 1294/16/58 1300/11/57 +f 1294/16/58 1301/11/74 1296/16/73 +f 1300/11/59 1294/16/60 1301/11/75 +f 1296/16/76 1301/11/75 1294/16/60 +f 1299/11/49 1296/16/73 1301/11/74 +f 1296/16/73 1299/11/49 1297/16/50 +f 1301/11/75 1296/16/76 1299/11/55 +f 1297/16/54 1299/11/55 1296/16/76 +f 1303/11/336 1282/15/322 1302/11/335 +f 1282/15/322 1303/11/336 1280/15/320 +f 1302/11/338 1282/15/326 1303/11/337 +f 1280/15/324 1303/11/337 1282/15/326 +f 1282/15/322 1304/11/339 1302/11/335 +f 1304/11/339 1282/15/322 1281/15/321 +f 1302/11/338 1304/11/340 1282/15/326 +f 1281/15/323 1282/15/326 1304/11/340 +f 1279/15/319 1303/11/336 1305/11/341 +f 1303/11/336 1279/15/319 1280/15/320 +f 1305/11/342 1303/11/337 1279/15/325 +f 1280/15/324 1279/15/325 1303/11/337 +f 1308/16/12 1307/11/29 1306/11/10 +f 1307/11/29 1308/16/12 1309/16/25 +f 1306/11/14 1307/11/30 1308/16/16 +f 1309/16/27 1308/16/16 1307/11/30 +f 1281/15/321 1305/11/341 1304/11/339 +f 1305/11/341 1281/15/321 1279/15/319 +f 1304/11/340 1305/11/342 1281/15/323 +f 1279/15/325 1281/15/323 1305/11/342 +f 1309/16/25 1311/16/11 1310/16/26 +f 1311/16/11 1309/16/25 1308/16/12 +f 1310/16/28 1311/16/13 1309/16/27 +f 1308/16/16 1309/16/27 1311/16/13 +f 1290/12/25 1291/11/31 1312/11/29 +f 1291/11/31 1290/12/25 1289/12/26 +f 1312/11/30 1291/11/32 1290/12/27 +f 1289/12/28 1290/12/27 1291/11/32 +f 1310/16/26 1314/11/9 1313/11/31 +f 1314/11/9 1310/16/26 1311/16/11 +f 1313/11/32 1314/11/15 1310/16/28 +f 1311/16/13 1310/16/28 1314/11/15 +f 1294/16/58 1298/11/51 1300/11/57 +f 1298/11/51 1294/16/58 1295/16/52 +f 1300/11/59 1298/11/53 1294/16/60 +f 1295/16/56 1294/16/60 1298/11/53 +f 1286/12/12 1312/11/29 1285/11/10 +f 1312/11/29 1286/12/12 1290/12/25 +f 1285/11/14 1312/11/30 1286/12/16 +f 1290/12/27 1286/12/16 1312/11/30 +f 1309/16/25 1313/11/31 1307/11/29 +f 1313/11/31 1309/16/25 1310/16/26 +f 1307/11/30 1313/11/32 1309/16/27 +f 1310/16/28 1309/16/27 1313/11/32 +f 1293/11/333 1283/15/327 1292/11/331 +f 1283/15/327 1293/11/333 1284/15/328 +f 1292/11/332 1283/15/330 1293/11/334 +f 1284/15/329 1293/11/334 1283/15/330 +f 1317/16/12 1316/11/29 1315/11/10 +f 1316/11/29 1317/16/12 1318/16/25 +f 1315/11/14 1316/11/30 1317/16/16 +f 1318/16/27 1317/16/16 1316/11/30 +f 1314/11/9 1308/16/12 1306/11/10 +f 1308/16/12 1314/11/9 1311/16/11 +f 1306/11/14 1308/16/16 1314/11/15 +f 1311/16/13 1314/11/15 1308/16/16 +f 1318/16/25 1320/16/11 1319/16/26 +f 1320/16/11 1318/16/25 1317/16/12 +f 1319/16/28 1320/16/13 1318/16/27 +f 1317/16/16 1318/16/27 1320/16/13 +f 1321/11/9 1317/16/12 1315/11/10 +f 1317/16/12 1321/11/9 1320/16/11 +f 1315/11/14 1317/16/16 1321/11/15 +f 1320/16/13 1321/11/15 1317/16/16 +f 1318/16/25 1322/11/31 1316/11/29 +f 1322/11/31 1318/16/25 1319/16/26 +f 1316/11/30 1322/11/32 1318/16/27 +f 1319/16/28 1318/16/27 1322/11/32 +f 1319/16/26 1321/11/9 1322/11/31 +f 1321/11/9 1319/16/26 1320/16/11 +f 1322/11/32 1321/11/15 1319/16/28 +f 1320/16/13 1319/16/28 1321/11/15 +f 1325/15/345 1324/15/344 1323/15/343 +f 1324/15/344 1325/15/345 1326/15/346 +f 1323/15/349 1324/15/348 1325/15/347 +f 1326/15/350 1325/15/347 1324/15/348 +f 1323/15/343 1328/11/352 1327/11/351 +f 1328/11/352 1323/15/343 1324/15/344 +f 1327/11/354 1328/11/353 1323/15/349 +f 1324/15/348 1323/15/349 1328/11/353 +f 1325/15/345 1327/11/351 1329/11/355 +f 1327/11/351 1325/15/345 1323/15/343 +f 1329/11/356 1327/11/354 1325/15/347 +f 1323/15/349 1325/15/347 1327/11/354 +f 1324/15/344 1330/11/357 1328/11/352 +f 1330/11/357 1324/15/344 1326/15/346 +f 1328/11/353 1330/11/358 1324/15/348 +f 1326/15/350 1324/15/348 1330/11/358 +f 1330/11/357 1325/15/345 1329/11/355 +f 1325/15/345 1330/11/357 1326/15/346 +f 1329/11/356 1325/15/347 1330/11/358 +f 1326/15/350 1330/11/358 1325/15/347 +f 1333/11/62 1332/15/69 1331/11/77 +f 1332/15/69 1333/11/62 1334/15/64 +f 1331/11/78 1332/15/71 1333/11/66 +f 1334/15/68 1333/11/66 1332/15/71 +f 1332/15/69 1336/15/63 1335/15/70 +f 1336/15/63 1332/15/69 1334/15/64 +f 1335/15/72 1336/15/65 1332/15/71 +f 1334/15/68 1332/15/71 1336/15/65 +f 1332/15/69 1337/11/79 1331/11/77 +f 1337/11/79 1332/15/69 1335/15/70 +f 1331/11/78 1337/11/80 1332/15/71 +f 1335/15/72 1332/15/71 1337/11/80 +f 1336/15/63 1333/11/62 1338/11/61 +f 1333/11/62 1336/15/63 1334/15/64 +f 1338/11/67 1333/11/66 1336/15/65 +f 1334/15/68 1336/15/65 1333/11/66 +f 1335/15/70 1338/11/61 1337/11/79 +f 1338/11/61 1335/15/70 1336/15/63 +f 1337/11/80 1338/11/67 1335/15/72 +f 1336/15/65 1335/15/72 1338/11/67 +f 1341/16/73 1340/16/52 1339/16/58 +f 1340/16/52 1341/16/73 1342/16/50 +f 1339/16/60 1340/16/56 1341/16/76 +f 1342/16/54 1341/16/76 1340/16/56 +f 1342/16/50 1343/11/51 1340/16/52 +f 1343/11/51 1342/16/50 1344/11/49 +f 1340/16/56 1343/11/53 1342/16/54 +f 1344/11/55 1342/16/54 1343/11/53 +f 1347/15/3 1346/15/19 1345/15/4 +f 1346/15/19 1347/15/3 1348/15/20 +f 1345/15/8 1346/15/21 1347/15/5 +f 1348/15/24 1347/15/5 1346/15/21 +f 1345/15/4 1350/11/17 1349/11/2 +f 1350/11/17 1345/15/4 1346/15/19 +f 1349/11/6 1350/11/23 1345/15/8 +f 1346/15/21 1345/15/8 1350/11/23 +f 1339/16/58 1343/11/51 1351/11/57 +f 1343/11/51 1339/16/58 1340/16/52 +f 1351/11/59 1343/11/53 1339/16/60 +f 1340/16/56 1339/16/60 1343/11/53 +f 1344/11/49 1341/16/73 1352/11/74 +f 1341/16/73 1344/11/49 1342/16/50 +f 1352/11/75 1341/16/76 1344/11/55 +f 1342/16/54 1344/11/55 1341/16/76 +f 1346/15/19 1353/11/18 1350/11/17 +f 1353/11/18 1346/15/19 1348/15/20 +f 1350/11/23 1353/11/22 1346/15/21 +f 1348/15/24 1346/15/21 1353/11/22 +f 1347/15/3 1349/11/2 1354/11/1 +f 1349/11/2 1347/15/3 1345/15/4 +f 1354/11/7 1349/11/6 1347/15/5 +f 1345/15/8 1347/15/5 1349/11/6 +f 1353/11/18 1347/15/3 1354/11/1 +f 1347/15/3 1353/11/18 1348/15/20 +f 1354/11/7 1347/15/5 1353/11/22 +f 1348/15/24 1353/11/22 1347/15/5 +f 1352/11/74 1339/16/58 1351/11/57 +f 1339/16/58 1352/11/74 1341/16/73 +f 1351/11/59 1339/16/60 1352/11/75 +f 1341/16/76 1352/11/75 1339/16/60 + +g room-small + + + + +usemtl colormap + +f 3/2/3 2/1/2 1/1/1 +f 2/1/2 3/2/3 4/2/4 +f 1/1/7 2/1/6 3/2/5 +f 4/2/8 3/2/5 2/1/6 +f 7/3/11 6/1/10 5/1/9 +f 6/1/10 7/3/11 8/3/12 +f 5/1/15 6/1/14 7/3/13 +f 8/3/16 7/3/13 6/1/14 +f 11/2/19 10/1/18 9/1/17 +f 10/1/18 11/2/19 12/2/20 +f 9/1/23 10/1/22 11/2/21 +f 12/2/24 11/2/21 10/1/22 +f 2/1/2 11/2/19 9/1/17 +f 11/2/19 2/1/2 4/2/4 +f 9/1/23 11/2/21 2/1/6 +f 4/2/8 2/1/6 11/2/21 +f 7/3/11 13/3/25 8/3/12 +f 13/3/25 7/3/11 14/3/26 +f 8/3/16 13/3/27 7/3/13 +f 14/3/28 7/3/13 13/3/27 +f 8/3/12 15/1/29 6/1/10 +f 15/1/29 8/3/12 13/3/25 +f 6/1/14 15/1/30 8/3/16 +f 13/3/27 8/3/16 15/1/30 +f 11/2/19 3/2/3 12/2/20 +f 3/2/3 11/2/19 4/2/4 +f 12/2/24 3/2/5 11/2/21 +f 4/2/8 11/2/21 3/2/5 +f 14/3/26 5/1/9 16/1/31 +f 5/1/9 14/3/26 7/3/11 +f 16/1/32 5/1/15 14/3/28 +f 7/3/13 14/3/28 5/1/15 +f 15/1/29 14/3/26 16/1/31 +f 14/3/26 15/1/29 13/3/25 +f 16/1/32 14/3/28 15/1/30 +f 13/3/27 15/1/30 14/3/28 +f 12/2/20 1/1/1 10/1/18 +f 1/1/1 12/2/20 3/2/3 +f 10/1/22 1/1/7 12/2/24 +f 3/2/5 12/2/24 1/1/7 +f 19/3/35 18/3/34 17/3/33 +f 18/3/34 19/3/35 20/3/36 +f 17/3/39 18/3/38 19/3/37 +f 20/3/40 19/3/37 18/3/38 +f 20/3/36 21/1/41 18/3/34 +f 21/1/41 20/3/36 22/1/42 +f 18/3/38 21/1/43 20/3/40 +f 22/1/44 20/3/40 21/1/43 +f 17/3/33 21/1/41 23/1/45 +f 21/1/41 17/3/33 18/3/34 +f 23/1/46 21/1/43 17/3/39 +f 18/3/38 17/3/39 21/1/43 +f 24/1/47 17/3/33 23/1/45 +f 17/3/33 24/1/47 19/3/35 +f 23/1/46 17/3/39 24/1/48 +f 19/3/37 24/1/48 17/3/39 +f 22/1/42 19/3/35 24/1/47 +f 19/3/35 22/1/42 20/3/36 +f 24/1/48 19/3/37 22/1/44 +f 20/3/40 22/1/44 19/3/37 +f 27/1/51 26/3/50 25/1/49 +f 26/3/50 27/1/51 28/3/52 +f 25/1/55 26/3/54 27/1/53 +f 28/3/56 27/1/53 26/3/54 +f 29/1/57 28/3/52 27/1/51 +f 28/3/52 29/1/57 30/3/58 +f 27/1/53 28/3/56 29/1/59 +f 30/3/60 29/1/59 28/3/56 +f 33/2/63 32/1/62 31/1/61 +f 32/1/62 33/2/63 34/2/64 +f 31/1/67 32/1/66 33/2/65 +f 34/2/68 33/2/65 32/1/66 +f 33/2/63 35/2/69 34/2/64 +f 35/2/69 33/2/63 36/2/70 +f 34/2/68 35/2/71 33/2/65 +f 36/2/72 33/2/65 35/2/71 +f 30/3/58 38/1/74 37/3/73 +f 38/1/74 30/3/58 29/1/57 +f 37/3/76 38/1/75 30/3/60 +f 29/1/59 30/3/60 38/1/75 +f 34/2/64 39/1/77 32/1/62 +f 39/1/77 34/2/64 35/2/69 +f 32/1/66 39/1/78 34/2/68 +f 35/2/71 34/2/68 39/1/78 +f 28/3/52 37/3/73 26/3/50 +f 37/3/73 28/3/52 30/3/58 +f 26/3/54 37/3/76 28/3/56 +f 30/3/60 28/3/56 37/3/76 +f 40/1/79 33/2/63 31/1/61 +f 33/2/63 40/1/79 36/2/70 +f 31/1/67 33/2/65 40/1/80 +f 36/2/72 40/1/80 33/2/65 +f 26/3/50 38/1/74 25/1/49 +f 38/1/74 26/3/50 37/3/73 +f 25/1/55 38/1/75 26/3/54 +f 37/3/76 26/3/54 38/1/75 +f 35/2/69 40/1/79 39/1/77 +f 40/1/79 35/2/69 36/2/70 +f 39/1/78 40/1/80 35/2/71 +f 36/2/72 35/2/71 40/1/80 +f 43/4/81 42/4/81 41/4/81 +f 42/4/81 43/4/81 44/4/81 +f 42/4/81 44/4/81 45/4/81 +f 45/4/81 44/4/81 46/4/81 +f 45/4/81 46/4/81 47/4/81 +f 47/4/81 46/4/81 48/4/81 +f 47/4/81 48/4/81 49/4/81 +f 49/4/81 48/4/81 50/4/81 +f 41/4/82 42/4/82 43/4/82 +f 44/4/82 43/4/82 42/4/82 +f 45/4/82 44/4/82 42/4/82 +f 46/4/82 44/4/82 45/4/82 +f 47/4/82 46/4/82 45/4/82 +f 48/4/82 46/4/82 47/4/82 +f 49/4/82 48/4/82 47/4/82 +f 50/4/82 48/4/82 49/4/82 +f 43/4/83 52/1/83 51/1/83 +f 52/1/83 43/4/83 41/4/83 +f 51/1/84 52/1/84 43/4/84 +f 41/4/84 43/4/84 52/1/84 +f 53/1/86 43/4/85 51/1/85 +f 43/4/85 53/1/86 44/4/86 +f 51/1/88 43/4/88 53/1/87 +f 44/4/87 53/1/87 43/4/88 +f 54/1/89 44/4/86 53/1/86 +f 44/4/86 54/1/89 46/4/89 +f 53/1/87 44/4/87 54/1/90 +f 46/4/90 54/1/90 44/4/87 +f 48/4/91 54/1/89 55/1/91 +f 54/1/89 48/4/91 46/4/89 +f 55/1/92 54/1/90 48/4/92 +f 46/4/90 48/4/92 54/1/90 +f 50/4/93 55/1/91 56/1/93 +f 55/1/91 50/4/93 48/4/91 +f 56/1/94 55/1/92 50/4/94 +f 48/4/92 50/4/94 55/1/92 +f 57/1/95 50/4/95 56/1/95 +f 50/4/95 57/1/95 49/4/95 +f 56/1/96 50/4/96 57/1/96 +f 49/4/96 57/1/96 50/4/96 +f 47/4/92 57/1/97 58/1/92 +f 57/1/97 47/4/92 49/4/97 +f 58/1/91 57/1/98 47/4/91 +f 49/4/98 47/4/91 57/1/98 +f 45/4/90 58/1/92 59/1/90 +f 58/1/92 45/4/90 47/4/92 +f 59/1/89 58/1/91 45/4/89 +f 47/4/91 45/4/89 58/1/91 +f 45/4/90 60/1/87 42/4/87 +f 60/1/87 45/4/90 59/1/90 +f 42/4/86 60/1/86 45/4/89 +f 59/1/89 45/4/89 60/1/86 +f 42/4/87 52/1/88 41/4/88 +f 52/1/88 42/4/87 60/1/87 +f 41/4/85 52/1/85 42/4/86 +f 60/1/86 42/4/86 52/1/85 +f 63/1/81 62/1/81 61/1/81 +f 62/1/81 63/1/81 64/1/81 +f 61/1/82 62/1/82 63/1/82 +f 64/1/82 63/1/82 62/1/82 +f 67/2/101 66/1/100 65/1/99 +f 66/1/100 67/2/101 68/2/102 +f 65/1/105 66/1/104 67/2/103 +f 68/2/106 67/2/103 66/1/104 +f 71/3/109 70/1/108 69/1/107 +f 70/1/108 71/3/109 72/3/110 +f 69/1/113 70/1/112 71/3/111 +f 72/3/114 71/3/111 70/1/112 +f 75/2/117 74/1/116 73/1/115 +f 74/1/116 75/2/117 76/2/118 +f 73/1/121 74/1/120 75/2/119 +f 76/2/122 75/2/119 74/1/120 +f 66/1/100 75/2/117 73/1/115 +f 75/2/117 66/1/100 68/2/102 +f 73/1/121 75/2/119 66/1/104 +f 68/2/106 66/1/104 75/2/119 +f 71/3/109 77/3/123 72/3/110 +f 77/3/123 71/3/109 78/3/124 +f 72/3/114 77/3/125 71/3/111 +f 78/3/126 71/3/111 77/3/125 +f 72/3/110 79/1/127 70/1/108 +f 79/1/127 72/3/110 77/3/123 +f 70/1/112 79/1/128 72/3/114 +f 77/3/125 72/3/114 79/1/128 +f 75/2/117 67/2/101 76/2/118 +f 67/2/101 75/2/117 68/2/102 +f 76/2/122 67/2/103 75/2/119 +f 68/2/106 75/2/119 67/2/103 +f 78/3/124 69/1/107 80/1/129 +f 69/1/107 78/3/124 71/3/109 +f 80/1/130 69/1/113 78/3/126 +f 71/3/111 78/3/126 69/1/113 +f 79/1/127 78/3/124 80/1/129 +f 78/3/124 79/1/127 77/3/123 +f 80/1/130 78/3/126 79/1/128 +f 77/3/125 79/1/128 78/3/126 +f 76/2/118 65/1/99 74/1/116 +f 65/1/99 76/2/118 67/2/101 +f 74/1/120 65/1/105 76/2/122 +f 67/2/103 76/2/122 65/1/105 +f 83/3/133 82/3/132 81/3/131 +f 82/3/132 83/3/133 84/3/134 +f 81/3/137 82/3/136 83/3/135 +f 84/3/138 83/3/135 82/3/136 +f 84/3/134 85/1/139 82/3/132 +f 85/1/139 84/3/134 86/1/140 +f 82/3/136 85/1/141 84/3/138 +f 86/1/142 84/3/138 85/1/141 +f 81/3/131 85/1/139 87/1/143 +f 85/1/139 81/3/131 82/3/132 +f 87/1/144 85/1/141 81/3/137 +f 82/3/136 81/3/137 85/1/141 +f 88/1/145 81/3/131 87/1/143 +f 81/3/131 88/1/145 83/3/133 +f 87/1/144 81/3/137 88/1/146 +f 83/3/135 88/1/146 81/3/137 +f 86/1/140 83/3/133 88/1/145 +f 83/3/133 86/1/140 84/3/134 +f 88/1/146 83/3/135 86/1/142 +f 84/3/138 86/1/142 83/3/135 +f 91/1/149 90/3/148 89/1/147 +f 90/3/148 91/1/149 92/3/150 +f 89/1/153 90/3/152 91/1/151 +f 92/3/154 91/1/151 90/3/152 +f 93/1/155 92/3/150 91/1/149 +f 92/3/150 93/1/155 94/3/156 +f 91/1/151 92/3/154 93/1/157 +f 94/3/158 93/1/157 92/3/154 +f 97/2/161 96/1/160 95/1/159 +f 96/1/160 97/2/161 98/2/162 +f 95/1/165 96/1/164 97/2/163 +f 98/2/166 97/2/163 96/1/164 +f 97/2/161 99/2/167 98/2/162 +f 99/2/167 97/2/161 100/2/168 +f 98/2/166 99/2/169 97/2/163 +f 100/2/170 97/2/163 99/2/169 +f 94/3/156 102/1/172 101/3/171 +f 102/1/172 94/3/156 93/1/155 +f 101/3/174 102/1/173 94/3/158 +f 93/1/157 94/3/158 102/1/173 +f 98/2/162 103/1/175 96/1/160 +f 103/1/175 98/2/162 99/2/167 +f 96/1/164 103/1/176 98/2/166 +f 99/2/169 98/2/166 103/1/176 +f 92/3/150 101/3/171 90/3/148 +f 101/3/171 92/3/150 94/3/156 +f 90/3/152 101/3/174 92/3/154 +f 94/3/158 92/3/154 101/3/174 +f 104/1/177 97/2/161 95/1/159 +f 97/2/161 104/1/177 100/2/168 +f 95/1/165 97/2/163 104/1/178 +f 100/2/170 104/1/178 97/2/163 +f 90/3/148 102/1/172 89/1/147 +f 102/1/172 90/3/148 101/3/171 +f 89/1/153 102/1/173 90/3/152 +f 101/3/174 90/3/152 102/1/173 +f 99/2/167 104/1/177 103/1/175 +f 104/1/177 99/2/167 100/2/168 +f 103/1/176 104/1/178 99/2/169 +f 100/2/170 99/2/169 104/1/178 +f 107/4/81 106/4/81 105/4/81 +f 106/4/81 107/4/81 108/4/81 +f 106/4/81 108/4/81 109/4/81 +f 109/4/81 108/4/81 110/4/81 +f 109/4/81 110/4/81 111/4/81 +f 111/4/81 110/4/81 112/4/81 +f 111/4/81 112/4/81 113/4/81 +f 113/4/81 112/4/81 114/4/81 +f 105/4/82 106/4/82 107/4/82 +f 108/4/82 107/4/82 106/4/82 +f 109/4/82 108/4/82 106/4/82 +f 110/4/82 108/4/82 109/4/82 +f 111/4/82 110/4/82 109/4/82 +f 112/4/82 110/4/82 111/4/82 +f 113/4/82 112/4/82 111/4/82 +f 114/4/82 112/4/82 113/4/82 +f 107/4/179 116/1/179 115/1/179 +f 116/1/179 107/4/179 105/4/179 +f 115/1/180 116/1/180 107/4/180 +f 105/4/180 107/4/180 116/1/180 +f 117/1/182 107/4/181 115/1/181 +f 107/4/181 117/1/182 108/4/182 +f 115/1/184 107/4/184 117/1/183 +f 108/4/183 117/1/183 107/4/184 +f 118/1/185 108/4/182 117/1/182 +f 108/4/182 118/1/185 110/4/185 +f 117/1/183 108/4/183 118/1/186 +f 110/4/186 118/1/186 108/4/183 +f 112/4/187 118/1/185 119/1/187 +f 118/1/185 112/4/187 110/4/185 +f 119/1/188 118/1/186 112/4/188 +f 110/4/186 112/4/188 118/1/186 +f 114/4/189 119/1/187 120/1/189 +f 119/1/187 114/4/189 112/4/187 +f 120/1/190 119/1/188 114/4/190 +f 112/4/188 114/4/190 119/1/188 +f 121/1/191 114/4/191 120/1/191 +f 114/4/191 121/1/191 113/4/191 +f 120/1/192 114/4/192 121/1/192 +f 113/4/192 121/1/192 114/4/192 +f 111/4/188 121/1/193 122/1/188 +f 121/1/193 111/4/188 113/4/193 +f 122/1/187 121/1/194 111/4/187 +f 113/4/194 111/4/187 121/1/194 +f 109/4/186 122/1/188 123/1/186 +f 122/1/188 109/4/186 111/4/188 +f 123/1/185 122/1/187 109/4/185 +f 111/4/187 109/4/185 122/1/187 +f 109/4/186 124/1/183 106/4/183 +f 124/1/183 109/4/186 123/1/186 +f 106/4/182 124/1/182 109/4/185 +f 123/1/185 109/4/185 124/1/182 +f 106/4/183 116/1/184 105/4/184 +f 116/1/184 106/4/183 124/1/183 +f 105/4/181 116/1/181 106/4/182 +f 124/1/182 106/4/182 116/1/181 +f 127/1/81 126/1/81 125/1/81 +f 126/1/81 127/1/81 128/1/81 +f 125/1/82 126/1/82 127/1/82 +f 128/1/82 127/1/82 126/1/82 +f 131/2/197 130/1/196 129/1/195 +f 130/1/196 131/2/197 132/2/198 +f 129/1/201 130/1/200 131/2/199 +f 132/2/202 131/2/199 130/1/200 +f 135/3/205 134/1/204 133/1/203 +f 134/1/204 135/3/205 136/3/206 +f 133/1/209 134/1/208 135/3/207 +f 136/3/210 135/3/207 134/1/208 +f 139/2/213 138/1/212 137/1/211 +f 138/1/212 139/2/213 140/2/214 +f 137/1/217 138/1/216 139/2/215 +f 140/2/218 139/2/215 138/1/216 +f 130/1/196 139/2/213 137/1/211 +f 139/2/213 130/1/196 132/2/198 +f 137/1/217 139/2/215 130/1/200 +f 132/2/202 130/1/200 139/2/215 +f 135/3/205 141/3/219 136/3/206 +f 141/3/219 135/3/205 142/3/220 +f 136/3/210 141/3/221 135/3/207 +f 142/3/222 135/3/207 141/3/221 +f 136/3/206 143/1/223 134/1/204 +f 143/1/223 136/3/206 141/3/219 +f 134/1/208 143/1/224 136/3/210 +f 141/3/221 136/3/210 143/1/224 +f 139/2/213 131/2/197 140/2/214 +f 131/2/197 139/2/213 132/2/198 +f 140/2/218 131/2/199 139/2/215 +f 132/2/202 139/2/215 131/2/199 +f 142/3/220 133/1/203 144/1/225 +f 133/1/203 142/3/220 135/3/205 +f 144/1/226 133/1/209 142/3/222 +f 135/3/207 142/3/222 133/1/209 +f 143/1/223 142/3/220 144/1/225 +f 142/3/220 143/1/223 141/3/219 +f 144/1/226 142/3/222 143/1/224 +f 141/3/221 143/1/224 142/3/222 +f 140/2/214 129/1/195 138/1/212 +f 129/1/195 140/2/214 131/2/197 +f 138/1/216 129/1/201 140/2/218 +f 131/2/199 140/2/218 129/1/201 +f 147/3/229 146/3/228 145/3/227 +f 146/3/228 147/3/229 148/3/230 +f 145/3/233 146/3/232 147/3/231 +f 148/3/234 147/3/231 146/3/232 +f 148/3/230 149/1/235 146/3/228 +f 149/1/235 148/3/230 150/1/236 +f 146/3/232 149/1/237 148/3/234 +f 150/1/238 148/3/234 149/1/237 +f 145/3/227 149/1/235 151/1/239 +f 149/1/235 145/3/227 146/3/228 +f 151/1/240 149/1/237 145/3/233 +f 146/3/232 145/3/233 149/1/237 +f 152/1/241 145/3/227 151/1/239 +f 145/3/227 152/1/241 147/3/229 +f 151/1/240 145/3/233 152/1/242 +f 147/3/231 152/1/242 145/3/233 +f 150/1/236 147/3/229 152/1/241 +f 147/3/229 150/1/236 148/3/230 +f 152/1/242 147/3/231 150/1/238 +f 148/3/234 150/1/238 147/3/231 +f 155/1/245 154/3/244 153/1/243 +f 154/3/244 155/1/245 156/3/246 +f 153/1/249 154/3/248 155/1/247 +f 156/3/250 155/1/247 154/3/248 +f 157/1/251 156/3/246 155/1/245 +f 156/3/246 157/1/251 158/3/252 +f 155/1/247 156/3/250 157/1/253 +f 158/3/254 157/1/253 156/3/250 +f 161/2/257 160/1/256 159/1/255 +f 160/1/256 161/2/257 162/2/258 +f 159/1/261 160/1/260 161/2/259 +f 162/2/262 161/2/259 160/1/260 +f 161/2/257 163/2/263 162/2/258 +f 163/2/263 161/2/257 164/2/264 +f 162/2/262 163/2/265 161/2/259 +f 164/2/266 161/2/259 163/2/265 +f 158/3/252 166/1/268 165/3/267 +f 166/1/268 158/3/252 157/1/251 +f 165/3/270 166/1/269 158/3/254 +f 157/1/253 158/3/254 166/1/269 +f 162/2/258 167/1/271 160/1/256 +f 167/1/271 162/2/258 163/2/263 +f 160/1/260 167/1/272 162/2/262 +f 163/2/265 162/2/262 167/1/272 +f 156/3/246 165/3/267 154/3/244 +f 165/3/267 156/3/246 158/3/252 +f 154/3/248 165/3/270 156/3/250 +f 158/3/254 156/3/250 165/3/270 +f 168/1/273 161/2/257 159/1/255 +f 161/2/257 168/1/273 164/2/264 +f 159/1/261 161/2/259 168/1/274 +f 164/2/266 168/1/274 161/2/259 +f 154/3/244 166/1/268 153/1/243 +f 166/1/268 154/3/244 165/3/267 +f 153/1/249 166/1/269 154/3/248 +f 165/3/270 154/3/248 166/1/269 +f 163/2/263 168/1/273 167/1/271 +f 168/1/273 163/2/263 164/2/264 +f 167/1/272 168/1/274 163/2/265 +f 164/2/266 163/2/265 168/1/274 +f 171/4/81 170/4/81 169/4/81 +f 170/4/81 171/4/81 172/4/81 +f 170/4/81 172/4/81 173/4/81 +f 173/4/81 172/4/81 174/4/81 +f 173/4/81 174/4/81 175/4/81 +f 175/4/81 174/4/81 176/4/81 +f 175/4/81 176/4/81 177/4/81 +f 177/4/81 176/4/81 178/4/81 +f 169/4/82 170/4/82 171/4/82 +f 172/4/82 171/4/82 170/4/82 +f 173/4/82 172/4/82 170/4/82 +f 174/4/82 172/4/82 173/4/82 +f 175/4/82 174/4/82 173/4/82 +f 176/4/82 174/4/82 175/4/82 +f 177/4/82 176/4/82 175/4/82 +f 178/4/82 176/4/82 177/4/82 +f 171/4/275 180/1/275 179/1/275 +f 180/1/275 171/4/275 169/4/275 +f 179/1/276 180/1/276 171/4/276 +f 169/4/276 171/4/276 180/1/276 +f 181/1/278 171/4/277 179/1/277 +f 171/4/277 181/1/278 172/4/278 +f 179/1/280 171/4/280 181/1/279 +f 172/4/279 181/1/279 171/4/280 +f 182/1/281 172/4/278 181/1/278 +f 172/4/278 182/1/281 174/4/281 +f 181/1/279 172/4/279 182/1/282 +f 174/4/282 182/1/282 172/4/279 +f 176/4/283 182/1/281 183/1/283 +f 182/1/281 176/4/283 174/4/281 +f 183/1/284 182/1/282 176/4/284 +f 174/4/282 176/4/284 182/1/282 +f 178/4/285 183/1/283 184/1/285 +f 183/1/283 178/4/285 176/4/283 +f 184/1/286 183/1/284 178/4/286 +f 176/4/284 178/4/286 183/1/284 +f 185/1/287 178/4/287 184/1/287 +f 178/4/287 185/1/287 177/4/287 +f 184/1/288 178/4/288 185/1/288 +f 177/4/288 185/1/288 178/4/288 +f 175/4/284 185/1/289 186/1/284 +f 185/1/289 175/4/284 177/4/289 +f 186/1/283 185/1/290 175/4/283 +f 177/4/290 175/4/283 185/1/290 +f 173/4/282 186/1/284 187/1/282 +f 186/1/284 173/4/282 175/4/284 +f 187/1/281 186/1/283 173/4/281 +f 175/4/283 173/4/281 186/1/283 +f 173/4/282 188/1/279 170/4/279 +f 188/1/279 173/4/282 187/1/282 +f 170/4/278 188/1/278 173/4/281 +f 187/1/281 173/4/281 188/1/278 +f 170/4/279 180/1/280 169/4/280 +f 180/1/280 170/4/279 188/1/279 +f 169/4/277 180/1/277 170/4/278 +f 188/1/278 170/4/278 180/1/277 +f 191/1/81 190/1/81 189/1/81 +f 190/1/81 191/1/81 192/1/81 +f 189/1/82 190/1/82 191/1/82 +f 192/1/82 191/1/82 190/1/82 +f 195/2/19 194/1/18 193/1/17 +f 194/1/18 195/2/19 196/2/20 +f 193/1/23 194/1/22 195/2/21 +f 196/2/24 195/2/21 194/1/22 +f 199/3/25 198/1/31 197/1/29 +f 198/1/31 199/3/25 200/3/26 +f 197/1/30 198/1/32 199/3/27 +f 200/3/28 199/3/27 198/1/32 +f 203/2/3 202/1/2 201/1/1 +f 202/1/2 203/2/3 204/2/4 +f 201/1/7 202/1/6 203/2/5 +f 204/2/8 203/2/5 202/1/6 +f 194/1/18 203/2/3 201/1/1 +f 203/2/3 194/1/18 196/2/20 +f 201/1/7 203/2/5 194/1/22 +f 196/2/24 194/1/22 203/2/5 +f 199/3/25 205/3/11 200/3/26 +f 205/3/11 199/3/25 206/3/12 +f 200/3/28 205/3/13 199/3/27 +f 206/3/16 199/3/27 205/3/13 +f 200/3/26 207/1/9 198/1/31 +f 207/1/9 200/3/26 205/3/11 +f 198/1/32 207/1/15 200/3/28 +f 205/3/13 200/3/28 207/1/15 +f 203/2/3 195/2/19 204/2/4 +f 195/2/19 203/2/3 196/2/20 +f 204/2/8 195/2/21 203/2/5 +f 196/2/24 203/2/5 195/2/21 +f 206/3/12 197/1/29 208/1/10 +f 197/1/29 206/3/12 199/3/25 +f 208/1/14 197/1/30 206/3/16 +f 199/3/27 206/3/16 197/1/30 +f 207/1/9 206/3/12 208/1/10 +f 206/3/12 207/1/9 205/3/11 +f 208/1/14 206/3/16 207/1/15 +f 205/3/13 207/1/15 206/3/16 +f 204/2/4 193/1/17 202/1/2 +f 193/1/17 204/2/4 195/2/19 +f 202/1/6 193/1/23 204/2/8 +f 195/2/21 204/2/8 193/1/23 +f 211/3/293 210/3/292 209/3/291 +f 210/3/292 211/3/293 212/3/294 +f 209/3/297 210/3/296 211/3/295 +f 212/3/298 211/3/295 210/3/296 +f 212/3/294 213/1/299 210/3/292 +f 213/1/299 212/3/294 214/1/300 +f 210/3/296 213/1/301 212/3/298 +f 214/1/302 212/3/298 213/1/301 +f 209/3/291 213/1/299 215/1/303 +f 213/1/299 209/3/291 210/3/292 +f 215/1/304 213/1/301 209/3/297 +f 210/3/296 209/3/297 213/1/301 +f 216/1/305 209/3/291 215/1/303 +f 209/3/291 216/1/305 211/3/293 +f 215/1/304 209/3/297 216/1/306 +f 211/3/295 216/1/306 209/3/297 +f 214/1/300 211/3/293 216/1/305 +f 211/3/293 214/1/300 212/3/294 +f 216/1/306 211/3/295 214/1/302 +f 212/3/298 214/1/302 211/3/295 +f 219/1/74 218/3/58 217/1/57 +f 218/3/58 219/1/74 220/3/73 +f 217/1/59 218/3/60 219/1/75 +f 220/3/76 219/1/75 218/3/60 +f 221/1/49 220/3/73 219/1/74 +f 220/3/73 221/1/49 222/3/50 +f 219/1/75 220/3/76 221/1/55 +f 222/3/54 221/1/55 220/3/76 +f 225/2/69 224/1/79 223/1/77 +f 224/1/79 225/2/69 226/2/70 +f 223/1/78 224/1/80 225/2/71 +f 226/2/72 225/2/71 224/1/80 +f 225/2/69 227/2/63 226/2/70 +f 227/2/63 225/2/69 228/2/64 +f 226/2/72 227/2/65 225/2/71 +f 228/2/68 225/2/71 227/2/65 +f 222/3/50 230/1/51 229/3/52 +f 230/1/51 222/3/50 221/1/49 +f 229/3/56 230/1/53 222/3/54 +f 221/1/55 222/3/54 230/1/53 +f 226/2/70 231/1/61 224/1/79 +f 231/1/61 226/2/70 227/2/63 +f 224/1/80 231/1/67 226/2/72 +f 227/2/65 226/2/72 231/1/67 +f 220/3/73 229/3/52 218/3/58 +f 229/3/52 220/3/73 222/3/50 +f 218/3/60 229/3/56 220/3/76 +f 222/3/54 220/3/76 229/3/56 +f 232/1/62 225/2/69 223/1/77 +f 225/2/69 232/1/62 228/2/64 +f 223/1/78 225/2/71 232/1/66 +f 228/2/68 232/1/66 225/2/71 +f 218/3/58 230/1/51 217/1/57 +f 230/1/51 218/3/58 229/3/52 +f 217/1/59 230/1/53 218/3/60 +f 229/3/56 218/3/60 230/1/53 +f 227/2/63 232/1/62 231/1/61 +f 232/1/62 227/2/63 228/2/64 +f 231/1/67 232/1/66 227/2/65 +f 228/2/68 227/2/65 232/1/66 +f 235/4/81 234/4/81 233/4/81 +f 234/4/81 235/4/81 236/4/81 +f 234/4/81 236/4/81 237/4/81 +f 237/4/81 236/4/81 238/4/81 +f 237/4/81 238/4/81 239/4/81 +f 239/4/81 238/4/81 240/4/81 +f 239/4/81 240/4/81 241/4/81 +f 241/4/81 240/4/81 242/4/81 +f 233/4/82 234/4/82 235/4/82 +f 236/4/82 235/4/82 234/4/82 +f 237/4/82 236/4/82 234/4/82 +f 238/4/82 236/4/82 237/4/82 +f 239/4/82 238/4/82 237/4/82 +f 240/4/82 238/4/82 239/4/82 +f 241/4/82 240/4/82 239/4/82 +f 242/4/82 240/4/82 241/4/82 +f 235/4/307 244/1/307 243/1/307 +f 244/1/307 235/4/307 233/4/307 +f 243/1/308 244/1/308 235/4/308 +f 233/4/308 235/4/308 244/1/308 +f 245/1/87 235/4/88 243/1/88 +f 235/4/88 245/1/87 236/4/87 +f 243/1/85 235/4/85 245/1/86 +f 236/4/86 245/1/86 235/4/85 +f 246/1/90 236/4/87 245/1/87 +f 236/4/87 246/1/90 238/4/90 +f 245/1/86 236/4/86 246/1/89 +f 238/4/89 246/1/89 236/4/86 +f 240/4/92 246/1/90 247/1/92 +f 246/1/90 240/4/92 238/4/90 +f 247/1/91 246/1/89 240/4/91 +f 238/4/89 240/4/91 246/1/89 +f 242/4/94 247/1/92 248/1/94 +f 247/1/92 242/4/94 240/4/92 +f 248/1/93 247/1/91 242/4/93 +f 240/4/91 242/4/93 247/1/91 +f 249/1/309 242/4/309 248/1/309 +f 242/4/309 249/1/309 241/4/309 +f 248/1/310 242/4/310 249/1/310 +f 241/4/310 249/1/310 242/4/310 +f 239/4/91 249/1/98 250/1/91 +f 249/1/98 239/4/91 241/4/98 +f 250/1/92 249/1/97 239/4/92 +f 241/4/97 239/4/92 249/1/97 +f 237/4/89 250/1/91 251/1/89 +f 250/1/91 237/4/89 239/4/91 +f 251/1/90 250/1/92 237/4/90 +f 239/4/92 237/4/90 250/1/92 +f 237/4/89 252/1/86 234/4/86 +f 252/1/86 237/4/89 251/1/89 +f 234/4/87 252/1/87 237/4/90 +f 251/1/90 237/4/90 252/1/87 +f 234/4/86 244/1/85 233/4/85 +f 244/1/85 234/4/86 252/1/86 +f 233/4/88 244/1/88 234/4/87 +f 252/1/87 234/4/87 244/1/88 +f 255/1/81 254/1/81 253/1/81 +f 254/1/81 255/1/81 256/1/81 +f 253/1/82 254/1/82 255/1/82 +f 256/1/82 255/1/82 254/1/82 +f 258/1/81 255/1/81 257/1/81 +f 255/1/81 258/1/81 259/1/81 +f 257/1/82 255/1/82 258/1/82 +f 259/1/82 258/1/82 255/1/82 +f 262/3/313 261/1/312 260/1/311 +f 261/1/312 262/3/313 263/3/314 +f 260/1/317 261/1/316 262/3/315 +f 263/3/318 262/3/315 261/1/316 +f 266/3/321 265/3/320 264/3/319 +f 265/3/320 266/3/321 267/3/322 +f 264/3/325 265/3/324 266/3/323 +f 267/3/326 266/3/323 265/3/324 +f 269/3/328 262/3/313 268/3/327 +f 262/3/313 269/3/328 263/3/314 +f 268/3/330 262/3/315 269/3/329 +f 263/3/318 269/3/329 262/3/315 +f 272/1/9 271/2/12 270/1/10 +f 271/2/12 272/1/9 273/2/11 +f 270/1/14 271/2/16 272/1/15 +f 273/2/13 272/1/15 271/2/16 +f 275/2/25 273/2/11 274/2/26 +f 273/2/11 275/2/25 271/2/12 +f 274/2/28 273/2/13 275/2/27 +f 271/2/16 275/2/27 273/2/13 +f 274/2/26 272/1/9 276/1/31 +f 272/1/9 274/2/26 273/2/11 +f 276/1/32 272/1/15 274/2/28 +f 273/2/13 274/2/28 272/1/15 +f 268/3/327 260/1/311 277/1/331 +f 260/1/311 268/3/327 262/3/313 +f 277/1/332 260/1/317 268/3/330 +f 262/3/315 268/3/330 260/1/317 +f 278/1/333 263/3/314 269/3/328 +f 263/3/314 278/1/333 261/1/312 +f 269/3/329 263/3/318 278/1/334 +f 261/1/316 278/1/334 263/3/318 +f 281/5/73 280/5/52 279/5/58 +f 280/5/52 281/5/73 282/5/50 +f 279/5/60 280/5/56 281/5/76 +f 282/5/54 281/5/76 280/5/56 +f 282/5/50 283/1/51 280/5/52 +f 283/1/51 282/5/50 284/1/49 +f 280/5/56 283/1/53 282/5/54 +f 284/1/55 282/5/54 283/1/53 +f 286/1/74 279/5/58 285/1/57 +f 279/5/58 286/1/74 281/5/73 +f 285/1/59 279/5/60 286/1/75 +f 281/5/76 286/1/75 279/5/60 +f 284/1/49 281/5/73 286/1/74 +f 281/5/73 284/1/49 282/5/50 +f 286/1/75 281/5/76 284/1/55 +f 282/5/54 284/1/55 281/5/76 +f 288/1/336 267/3/322 287/1/335 +f 267/3/322 288/1/336 265/3/320 +f 287/1/338 267/3/326 288/1/337 +f 265/3/324 288/1/337 267/3/326 +f 267/3/322 289/1/339 287/1/335 +f 289/1/339 267/3/322 266/3/321 +f 287/1/338 289/1/340 267/3/326 +f 266/3/323 267/3/326 289/1/340 +f 264/3/319 288/1/336 290/1/341 +f 288/1/336 264/3/319 265/3/320 +f 290/1/342 288/1/337 264/3/325 +f 265/3/324 264/3/325 288/1/337 +f 293/5/12 292/1/29 291/1/10 +f 292/1/29 293/5/12 294/5/25 +f 291/1/14 292/1/30 293/5/16 +f 294/5/27 293/5/16 292/1/30 +f 266/3/321 290/1/341 289/1/339 +f 290/1/341 266/3/321 264/3/319 +f 289/1/340 290/1/342 266/3/323 +f 264/3/325 266/3/323 290/1/342 +f 294/5/25 296/5/11 295/5/26 +f 296/5/11 294/5/25 293/5/12 +f 295/5/28 296/5/13 294/5/27 +f 293/5/16 294/5/27 296/5/13 +f 275/2/25 276/1/31 297/1/29 +f 276/1/31 275/2/25 274/2/26 +f 297/1/30 276/1/32 275/2/27 +f 274/2/28 275/2/27 276/1/32 +f 295/5/26 299/1/9 298/1/31 +f 299/1/9 295/5/26 296/5/11 +f 298/1/32 299/1/15 295/5/28 +f 296/5/13 295/5/28 299/1/15 +f 279/5/58 283/1/51 285/1/57 +f 283/1/51 279/5/58 280/5/52 +f 285/1/59 283/1/53 279/5/60 +f 280/5/56 279/5/60 283/1/53 +f 271/2/12 297/1/29 270/1/10 +f 297/1/29 271/2/12 275/2/25 +f 270/1/14 297/1/30 271/2/16 +f 275/2/27 271/2/16 297/1/30 +f 294/5/25 298/1/31 292/1/29 +f 298/1/31 294/5/25 295/5/26 +f 292/1/30 298/1/32 294/5/27 +f 295/5/28 294/5/27 298/1/32 +f 278/1/333 268/3/327 277/1/331 +f 268/3/327 278/1/333 269/3/328 +f 277/1/332 268/3/330 278/1/334 +f 269/3/329 278/1/334 268/3/330 +f 302/5/12 301/1/29 300/1/10 +f 301/1/29 302/5/12 303/5/25 +f 300/1/14 301/1/30 302/5/16 +f 303/5/27 302/5/16 301/1/30 +f 299/1/9 293/5/12 291/1/10 +f 293/5/12 299/1/9 296/5/11 +f 291/1/14 293/5/16 299/1/15 +f 296/5/13 299/1/15 293/5/16 +f 303/5/25 305/5/11 304/5/26 +f 305/5/11 303/5/25 302/5/12 +f 304/5/28 305/5/13 303/5/27 +f 302/5/16 303/5/27 305/5/13 +f 306/1/9 302/5/12 300/1/10 +f 302/5/12 306/1/9 305/5/11 +f 300/1/14 302/5/16 306/1/15 +f 305/5/13 306/1/15 302/5/16 +f 303/5/25 307/1/31 301/1/29 +f 307/1/31 303/5/25 304/5/26 +f 301/1/30 307/1/32 303/5/27 +f 304/5/28 303/5/27 307/1/32 +f 304/5/26 306/1/9 307/1/31 +f 306/1/9 304/5/26 305/5/11 +f 307/1/32 306/1/15 304/5/28 +f 305/5/13 304/5/28 306/1/15 +f 310/3/345 309/3/344 308/3/343 +f 309/3/344 310/3/345 311/3/346 +f 308/3/349 309/3/348 310/3/347 +f 311/3/350 310/3/347 309/3/348 +f 308/3/343 313/1/352 312/1/351 +f 313/1/352 308/3/343 309/3/344 +f 312/1/354 313/1/353 308/3/349 +f 309/3/348 308/3/349 313/1/353 +f 310/3/345 312/1/351 314/1/355 +f 312/1/351 310/3/345 308/3/343 +f 314/1/356 312/1/354 310/3/347 +f 308/3/349 310/3/347 312/1/354 +f 309/3/344 315/1/357 313/1/352 +f 315/1/357 309/3/344 311/3/346 +f 313/1/353 315/1/358 309/3/348 +f 311/3/350 309/3/348 315/1/358 +f 315/1/357 310/3/345 314/1/355 +f 310/3/345 315/1/357 311/3/346 +f 314/1/356 310/3/347 315/1/358 +f 311/3/350 315/1/358 310/3/347 +f 318/1/62 317/3/69 316/1/77 +f 317/3/69 318/1/62 319/3/64 +f 316/1/78 317/3/71 318/1/66 +f 319/3/68 318/1/66 317/3/71 +f 317/3/69 321/3/63 320/3/70 +f 321/3/63 317/3/69 319/3/64 +f 320/3/72 321/3/65 317/3/71 +f 319/3/68 317/3/71 321/3/65 +f 317/3/69 322/1/79 316/1/77 +f 322/1/79 317/3/69 320/3/70 +f 316/1/78 322/1/80 317/3/71 +f 320/3/72 317/3/71 322/1/80 +f 321/3/63 318/1/62 323/1/61 +f 318/1/62 321/3/63 319/3/64 +f 323/1/67 318/1/66 321/3/65 +f 319/3/68 321/3/65 318/1/66 +f 320/3/70 323/1/61 322/1/79 +f 323/1/61 320/3/70 321/3/63 +f 322/1/80 323/1/67 320/3/72 +f 321/3/65 320/3/72 323/1/67 +f 326/5/73 325/5/52 324/5/58 +f 325/5/52 326/5/73 327/5/50 +f 324/5/60 325/5/56 326/5/76 +f 327/5/54 326/5/76 325/5/56 +f 327/5/50 328/1/51 325/5/52 +f 328/1/51 327/5/50 329/1/49 +f 325/5/56 328/1/53 327/5/54 +f 329/1/55 327/5/54 328/1/53 +f 332/3/3 331/3/19 330/3/4 +f 331/3/19 332/3/3 333/3/20 +f 330/3/8 331/3/21 332/3/5 +f 333/3/24 332/3/5 331/3/21 +f 330/3/4 335/1/17 334/1/2 +f 335/1/17 330/3/4 331/3/19 +f 334/1/6 335/1/23 330/3/8 +f 331/3/21 330/3/8 335/1/23 +f 324/5/58 328/1/51 336/1/57 +f 328/1/51 324/5/58 325/5/52 +f 336/1/59 328/1/53 324/5/60 +f 325/5/56 324/5/60 328/1/53 +f 329/1/49 326/5/73 337/1/74 +f 326/5/73 329/1/49 327/5/50 +f 337/1/75 326/5/76 329/1/55 +f 327/5/54 329/1/55 326/5/76 +f 331/3/19 338/1/18 335/1/17 +f 338/1/18 331/3/19 333/3/20 +f 335/1/23 338/1/22 331/3/21 +f 333/3/24 331/3/21 338/1/22 +f 332/3/3 334/1/2 339/1/1 +f 334/1/2 332/3/3 330/3/4 +f 339/1/7 334/1/6 332/3/5 +f 330/3/8 332/3/5 334/1/6 +f 338/1/18 332/3/3 339/1/1 +f 332/3/3 338/1/18 333/3/20 +f 339/1/7 332/3/5 338/1/22 +f 333/3/24 338/1/22 332/3/5 +f 337/1/74 324/5/58 336/1/57 +f 324/5/58 337/1/74 326/5/73 +f 336/1/59 324/5/60 337/1/75 +f 326/5/76 337/1/75 324/5/60 +f 64/1/81 341/1/81 340/1/81 +f 341/1/81 64/1/81 63/1/81 +f 340/1/82 341/1/82 64/1/82 +f 63/1/82 64/1/82 341/1/82 +f 344/3/313 343/1/312 342/1/311 +f 343/1/312 344/3/313 345/3/314 +f 342/1/317 343/1/316 344/3/315 +f 345/3/318 344/3/315 343/1/316 +f 348/3/321 347/3/320 346/3/319 +f 347/3/320 348/3/321 349/3/322 +f 346/3/325 347/3/324 348/3/323 +f 349/3/326 348/3/323 347/3/324 +f 351/3/328 344/3/313 350/3/327 +f 344/3/313 351/3/328 345/3/314 +f 350/3/330 344/3/315 351/3/329 +f 345/3/318 351/3/329 344/3/315 +f 354/1/9 353/2/12 352/1/10 +f 353/2/12 354/1/9 355/2/11 +f 352/1/14 353/2/16 354/1/15 +f 355/2/13 354/1/15 353/2/16 +f 357/2/25 355/2/11 356/2/26 +f 355/2/11 357/2/25 353/2/12 +f 356/2/28 355/2/13 357/2/27 +f 353/2/16 357/2/27 355/2/13 +f 356/2/26 354/1/9 358/1/31 +f 354/1/9 356/2/26 355/2/11 +f 358/1/32 354/1/15 356/2/28 +f 355/2/13 356/2/28 354/1/15 +f 350/3/327 342/1/311 359/1/331 +f 342/1/311 350/3/327 344/3/313 +f 359/1/332 342/1/317 350/3/330 +f 344/3/315 350/3/330 342/1/317 +f 360/1/333 345/3/314 351/3/328 +f 345/3/314 360/1/333 343/1/312 +f 351/3/329 345/3/318 360/1/334 +f 343/1/316 360/1/334 345/3/318 +f 363/5/73 362/5/52 361/5/58 +f 362/5/52 363/5/73 364/5/50 +f 361/5/60 362/5/56 363/5/76 +f 364/5/54 363/5/76 362/5/56 +f 364/5/50 365/1/51 362/5/52 +f 365/1/51 364/5/50 366/1/49 +f 362/5/56 365/1/53 364/5/54 +f 366/1/55 364/5/54 365/1/53 +f 368/1/74 361/5/58 367/1/57 +f 361/5/58 368/1/74 363/5/73 +f 367/1/59 361/5/60 368/1/75 +f 363/5/76 368/1/75 361/5/60 +f 366/1/49 363/5/73 368/1/74 +f 363/5/73 366/1/49 364/5/50 +f 368/1/75 363/5/76 366/1/55 +f 364/5/54 366/1/55 363/5/76 +f 370/1/336 349/3/322 369/1/335 +f 349/3/322 370/1/336 347/3/320 +f 369/1/338 349/3/326 370/1/337 +f 347/3/324 370/1/337 349/3/326 +f 349/3/322 371/1/339 369/1/335 +f 371/1/339 349/3/322 348/3/321 +f 369/1/338 371/1/340 349/3/326 +f 348/3/323 349/3/326 371/1/340 +f 346/3/319 370/1/336 372/1/341 +f 370/1/336 346/3/319 347/3/320 +f 372/1/342 370/1/337 346/3/325 +f 347/3/324 346/3/325 370/1/337 +f 375/5/12 374/1/29 373/1/10 +f 374/1/29 375/5/12 376/5/25 +f 373/1/14 374/1/30 375/5/16 +f 376/5/27 375/5/16 374/1/30 +f 348/3/321 372/1/341 371/1/339 +f 372/1/341 348/3/321 346/3/319 +f 371/1/340 372/1/342 348/3/323 +f 346/3/325 348/3/323 372/1/342 +f 376/5/25 378/5/11 377/5/26 +f 378/5/11 376/5/25 375/5/12 +f 377/5/28 378/5/13 376/5/27 +f 375/5/16 376/5/27 378/5/13 +f 357/2/25 358/1/31 379/1/29 +f 358/1/31 357/2/25 356/2/26 +f 379/1/30 358/1/32 357/2/27 +f 356/2/28 357/2/27 358/1/32 +f 377/5/26 381/1/9 380/1/31 +f 381/1/9 377/5/26 378/5/11 +f 380/1/32 381/1/15 377/5/28 +f 378/5/13 377/5/28 381/1/15 +f 361/5/58 365/1/51 367/1/57 +f 365/1/51 361/5/58 362/5/52 +f 367/1/59 365/1/53 361/5/60 +f 362/5/56 361/5/60 365/1/53 +f 353/2/12 379/1/29 352/1/10 +f 379/1/29 353/2/12 357/2/25 +f 352/1/14 379/1/30 353/2/16 +f 357/2/27 353/2/16 379/1/30 +f 376/5/25 380/1/31 374/1/29 +f 380/1/31 376/5/25 377/5/26 +f 374/1/30 380/1/32 376/5/27 +f 377/5/28 376/5/27 380/1/32 +f 360/1/333 350/3/327 359/1/331 +f 350/3/327 360/1/333 351/3/328 +f 359/1/332 350/3/330 360/1/334 +f 351/3/329 360/1/334 350/3/330 +f 384/5/12 383/1/29 382/1/10 +f 383/1/29 384/5/12 385/5/25 +f 382/1/14 383/1/30 384/5/16 +f 385/5/27 384/5/16 383/1/30 +f 381/1/9 375/5/12 373/1/10 +f 375/5/12 381/1/9 378/5/11 +f 373/1/14 375/5/16 381/1/15 +f 378/5/13 381/1/15 375/5/16 +f 385/5/25 387/5/11 386/5/26 +f 387/5/11 385/5/25 384/5/12 +f 386/5/28 387/5/13 385/5/27 +f 384/5/16 385/5/27 387/5/13 +f 388/1/9 384/5/12 382/1/10 +f 384/5/12 388/1/9 387/5/11 +f 382/1/14 384/5/16 388/1/15 +f 387/5/13 388/1/15 384/5/16 +f 385/5/25 389/1/31 383/1/29 +f 389/1/31 385/5/25 386/5/26 +f 383/1/30 389/1/32 385/5/27 +f 386/5/28 385/5/27 389/1/32 +f 386/5/26 388/1/9 389/1/31 +f 388/1/9 386/5/26 387/5/11 +f 389/1/32 388/1/15 386/5/28 +f 387/5/13 386/5/28 388/1/15 +f 392/3/345 391/3/344 390/3/343 +f 391/3/344 392/3/345 393/3/346 +f 390/3/349 391/3/348 392/3/347 +f 393/3/350 392/3/347 391/3/348 +f 390/3/343 395/1/352 394/1/351 +f 395/1/352 390/3/343 391/3/344 +f 394/1/354 395/1/353 390/3/349 +f 391/3/348 390/3/349 395/1/353 +f 392/3/345 394/1/351 396/1/355 +f 394/1/351 392/3/345 390/3/343 +f 396/1/356 394/1/354 392/3/347 +f 390/3/349 392/3/347 394/1/354 +f 391/3/344 397/1/357 395/1/352 +f 397/1/357 391/3/344 393/3/346 +f 395/1/353 397/1/358 391/3/348 +f 393/3/350 391/3/348 397/1/358 +f 397/1/357 392/3/345 396/1/355 +f 392/3/345 397/1/357 393/3/346 +f 396/1/356 392/3/347 397/1/358 +f 393/3/350 397/1/358 392/3/347 +f 400/1/62 399/3/69 398/1/77 +f 399/3/69 400/1/62 401/3/64 +f 398/1/78 399/3/71 400/1/66 +f 401/3/68 400/1/66 399/3/71 +f 399/3/69 403/3/63 402/3/70 +f 403/3/63 399/3/69 401/3/64 +f 402/3/72 403/3/65 399/3/71 +f 401/3/68 399/3/71 403/3/65 +f 399/3/69 404/1/79 398/1/77 +f 404/1/79 399/3/69 402/3/70 +f 398/1/78 404/1/80 399/3/71 +f 402/3/72 399/3/71 404/1/80 +f 403/3/63 400/1/62 405/1/61 +f 400/1/62 403/3/63 401/3/64 +f 405/1/67 400/1/66 403/3/65 +f 401/3/68 403/3/65 400/1/66 +f 402/3/70 405/1/61 404/1/79 +f 405/1/61 402/3/70 403/3/63 +f 404/1/80 405/1/67 402/3/72 +f 403/3/65 402/3/72 405/1/67 +f 408/5/73 407/5/52 406/5/58 +f 407/5/52 408/5/73 409/5/50 +f 406/5/60 407/5/56 408/5/76 +f 409/5/54 408/5/76 407/5/56 +f 409/5/50 410/1/51 407/5/52 +f 410/1/51 409/5/50 411/1/49 +f 407/5/56 410/1/53 409/5/54 +f 411/1/55 409/5/54 410/1/53 +f 414/3/3 413/3/19 412/3/4 +f 413/3/19 414/3/3 415/3/20 +f 412/3/8 413/3/21 414/3/5 +f 415/3/24 414/3/5 413/3/21 +f 412/3/4 417/1/17 416/1/2 +f 417/1/17 412/3/4 413/3/19 +f 416/1/6 417/1/23 412/3/8 +f 413/3/21 412/3/8 417/1/23 +f 406/5/58 410/1/51 418/1/57 +f 410/1/51 406/5/58 407/5/52 +f 418/1/59 410/1/53 406/5/60 +f 407/5/56 406/5/60 410/1/53 +f 411/1/49 408/5/73 419/1/74 +f 408/5/73 411/1/49 409/5/50 +f 419/1/75 408/5/76 411/1/55 +f 409/5/54 411/1/55 408/5/76 +f 413/3/19 420/1/18 417/1/17 +f 420/1/18 413/3/19 415/3/20 +f 417/1/23 420/1/22 413/3/21 +f 415/3/24 413/3/21 420/1/22 +f 414/3/3 416/1/2 421/1/1 +f 416/1/2 414/3/3 412/3/4 +f 421/1/7 416/1/6 414/3/5 +f 412/3/8 414/3/5 416/1/6 +f 420/1/18 414/3/3 421/1/1 +f 414/3/3 420/1/18 415/3/20 +f 421/1/7 414/3/5 420/1/22 +f 415/3/24 420/1/22 414/3/5 +f 419/1/74 406/5/58 418/1/57 +f 406/5/58 419/1/74 408/5/73 +f 418/1/59 406/5/60 419/1/75 +f 408/5/76 419/1/75 406/5/60 +f 422/1/81 259/1/81 258/1/81 +f 259/1/81 422/1/81 423/1/81 +f 258/1/82 259/1/82 422/1/82 +f 423/1/82 422/1/82 259/1/82 +f 426/1/81 425/1/81 424/1/81 +f 425/1/81 426/1/81 427/1/81 +f 424/1/82 425/1/82 426/1/82 +f 427/1/82 426/1/82 425/1/82 +f 430/4/81 429/4/81 428/4/81 +f 429/4/81 430/4/81 431/4/81 +f 431/4/81 430/4/81 432/4/81 +f 428/4/82 429/4/82 430/4/82 +f 431/4/82 430/4/82 429/4/82 +f 432/4/82 430/4/82 431/4/82 +f 429/4/192 433/1/192 428/4/192 +f 433/1/192 429/4/192 434/1/192 +f 428/4/191 433/1/191 429/4/191 +f 434/1/191 429/4/191 433/1/191 +f 429/4/180 435/1/180 434/1/180 +f 435/1/180 429/4/180 431/4/180 +f 434/1/179 435/1/179 429/4/179 +f 431/4/179 429/4/179 435/1/179 +f 435/1/360 432/4/359 436/1/359 +f 432/4/359 435/1/360 431/4/360 +f 436/1/362 432/4/362 435/1/361 +f 431/4/361 435/1/361 432/4/362 +f 436/1/359 430/4/363 437/1/363 +f 430/4/363 436/1/359 432/4/359 +f 437/1/364 430/4/364 436/1/362 +f 432/4/362 436/1/362 430/4/364 +f 437/1/363 428/4/365 433/1/365 +f 428/4/365 437/1/363 430/4/363 +f 433/1/366 428/4/366 437/1/364 +f 430/4/364 437/1/364 428/4/366 +f 440/4/81 439/4/81 438/4/81 +f 439/4/81 440/4/81 441/4/81 +f 441/4/81 440/4/81 442/4/81 +f 438/4/82 439/4/82 440/4/82 +f 441/4/82 440/4/82 439/4/82 +f 442/4/82 440/4/82 441/4/82 +f 439/4/367 443/1/367 438/4/367 +f 443/1/367 439/4/367 444/1/367 +f 438/4/368 443/1/368 439/4/368 +f 444/1/368 439/4/368 443/1/368 +f 439/4/369 445/1/369 444/1/369 +f 445/1/369 439/4/369 441/4/369 +f 444/1/370 445/1/370 439/4/370 +f 441/4/370 439/4/370 445/1/370 +f 445/1/372 442/4/371 446/1/371 +f 442/4/371 445/1/372 441/4/372 +f 446/1/374 442/4/374 445/1/373 +f 441/4/373 445/1/373 442/4/374 +f 446/1/371 440/4/375 447/1/375 +f 440/4/375 446/1/371 442/4/371 +f 447/1/376 440/4/376 446/1/374 +f 442/4/374 446/1/374 440/4/376 +f 447/1/375 438/4/377 443/1/377 +f 438/4/377 447/1/375 440/4/375 +f 443/1/378 438/4/378 447/1/376 +f 440/4/376 447/1/376 438/4/378 +f 450/4/81 449/4/81 448/4/81 +f 449/4/81 450/4/81 451/4/81 +f 451/4/81 450/4/81 452/4/81 +f 448/4/82 449/4/82 450/4/82 +f 451/4/82 450/4/82 449/4/82 +f 452/4/82 450/4/82 451/4/82 +f 449/4/310 453/1/310 448/4/310 +f 453/1/310 449/4/310 454/1/310 +f 448/4/309 453/1/309 449/4/309 +f 454/1/309 449/4/309 453/1/309 +f 449/4/308 455/1/308 454/1/308 +f 455/1/308 449/4/308 451/4/308 +f 454/1/307 455/1/307 449/4/307 +f 451/4/307 449/4/307 455/1/307 +f 455/1/373 452/4/374 456/1/374 +f 452/4/374 455/1/373 451/4/373 +f 456/1/371 452/4/371 455/1/372 +f 451/4/372 455/1/372 452/4/371 +f 456/1/374 450/4/376 457/1/376 +f 450/4/376 456/1/374 452/4/374 +f 457/1/375 450/4/375 456/1/371 +f 452/4/371 456/1/371 450/4/375 +f 457/1/376 448/4/378 453/1/378 +f 448/4/378 457/1/376 450/4/376 +f 453/1/377 448/4/377 457/1/375 +f 450/4/375 457/1/375 448/4/377 +f 460/4/81 459/4/81 458/4/81 +f 459/4/81 460/4/81 461/4/81 +f 461/4/81 460/4/81 462/4/81 +f 458/4/82 459/4/82 460/4/82 +f 461/4/82 460/4/82 459/4/82 +f 462/4/82 460/4/82 461/4/82 +f 459/4/192 463/1/192 458/4/192 +f 463/1/192 459/4/192 464/1/192 +f 458/4/191 463/1/191 459/4/191 +f 464/1/191 459/4/191 463/1/191 +f 459/4/180 465/1/180 464/1/180 +f 465/1/180 459/4/180 461/4/180 +f 464/1/179 465/1/179 459/4/179 +f 461/4/179 459/4/179 465/1/179 +f 465/1/360 462/4/359 466/1/359 +f 462/4/359 465/1/360 461/4/360 +f 466/1/362 462/4/362 465/1/361 +f 461/4/361 465/1/361 462/4/362 +f 466/1/359 460/4/363 467/1/363 +f 460/4/363 466/1/359 462/4/359 +f 467/1/364 460/4/364 466/1/362 +f 462/4/362 466/1/362 460/4/364 +f 467/1/363 458/4/365 463/1/365 +f 458/4/365 467/1/363 460/4/363 +f 463/1/366 458/4/366 467/1/364 +f 460/4/364 467/1/364 458/4/366 +f 259/1/81 256/1/81 255/1/81 +f 256/1/81 259/1/81 468/1/81 +f 255/1/82 256/1/82 259/1/82 +f 468/1/82 259/1/82 256/1/82 +f 471/4/81 470/4/81 469/4/81 +f 470/4/81 471/4/81 472/4/81 +f 472/4/81 471/4/81 473/4/81 +f 469/4/82 470/4/82 471/4/82 +f 472/4/82 471/4/82 470/4/82 +f 473/4/82 471/4/82 472/4/82 +f 470/4/310 474/1/310 469/4/310 +f 474/1/310 470/4/310 475/1/310 +f 469/4/309 474/1/309 470/4/309 +f 475/1/309 470/4/309 474/1/309 +f 470/4/308 476/1/308 475/1/308 +f 476/1/308 470/4/308 472/4/308 +f 475/1/307 476/1/307 470/4/307 +f 472/4/307 470/4/307 476/1/307 +f 476/1/373 473/4/374 477/1/374 +f 473/4/374 476/1/373 472/4/373 +f 477/1/371 473/4/371 476/1/372 +f 472/4/372 476/1/372 473/4/371 +f 477/1/374 471/4/376 478/1/376 +f 471/4/376 477/1/374 473/4/374 +f 478/1/375 471/4/375 477/1/371 +f 473/4/371 477/1/371 471/4/375 +f 478/1/376 469/4/378 474/1/378 +f 469/4/378 478/1/376 471/4/376 +f 474/1/377 469/4/377 478/1/375 +f 471/4/375 478/1/375 469/4/377 +f 481/4/81 480/4/81 479/4/81 +f 480/4/81 481/4/81 482/4/81 +f 482/4/81 481/4/81 483/4/81 +f 479/4/82 480/4/82 481/4/82 +f 482/4/82 481/4/82 480/4/82 +f 483/4/82 481/4/82 482/4/82 +f 480/4/288 484/1/288 479/4/288 +f 484/1/288 480/4/288 485/1/288 +f 479/4/287 484/1/287 480/4/287 +f 485/1/287 480/4/287 484/1/287 +f 480/4/276 486/1/276 485/1/276 +f 486/1/276 480/4/276 482/4/276 +f 485/1/275 486/1/275 480/4/275 +f 482/4/275 480/4/275 486/1/275 +f 486/1/380 483/4/379 487/1/379 +f 483/4/379 486/1/380 482/4/380 +f 487/1/382 483/4/382 486/1/381 +f 482/4/381 486/1/381 483/4/382 +f 487/1/379 481/4/383 488/1/383 +f 481/4/383 487/1/379 483/4/379 +f 488/1/384 481/4/384 487/1/382 +f 483/4/382 487/1/382 481/4/384 +f 488/1/383 479/4/385 484/1/385 +f 479/4/385 488/1/383 481/4/383 +f 484/1/386 479/4/386 488/1/384 +f 481/4/384 488/1/384 479/4/386 +f 491/4/81 490/4/81 489/4/81 +f 490/4/81 491/4/81 492/4/81 +f 492/4/81 491/4/81 493/4/81 +f 489/4/82 490/4/82 491/4/82 +f 492/4/82 491/4/82 490/4/82 +f 493/4/82 491/4/82 492/4/82 +f 490/4/288 494/1/288 489/4/288 +f 494/1/288 490/4/288 495/1/288 +f 489/4/287 494/1/287 490/4/287 +f 495/1/287 490/4/287 494/1/287 +f 490/4/276 496/1/276 495/1/276 +f 496/1/276 490/4/276 492/4/276 +f 495/1/275 496/1/275 490/4/275 +f 492/4/275 490/4/275 496/1/275 +f 496/1/380 493/4/379 497/1/379 +f 493/4/379 496/1/380 492/4/380 +f 497/1/382 493/4/382 496/1/381 +f 492/4/381 496/1/381 493/4/382 +f 497/1/379 491/4/383 498/1/383 +f 491/4/383 497/1/379 493/4/379 +f 498/1/384 491/4/384 497/1/382 +f 493/4/382 497/1/382 491/4/384 +f 498/1/383 489/4/385 494/1/385 +f 489/4/385 498/1/383 491/4/383 +f 494/1/386 489/4/386 498/1/384 +f 491/4/384 498/1/384 489/4/386 +f 501/4/81 500/4/81 499/4/81 +f 500/4/81 501/4/81 502/4/81 +f 502/4/81 501/4/81 503/4/81 +f 499/4/82 500/4/82 501/4/82 +f 502/4/82 501/4/82 500/4/82 +f 503/4/82 501/4/82 502/4/82 +f 500/4/387 504/1/387 499/4/387 +f 504/1/387 500/4/387 505/1/387 +f 499/4/388 504/1/388 500/4/388 +f 505/1/388 500/4/388 504/1/388 +f 500/4/389 506/1/389 505/1/389 +f 506/1/389 500/4/389 502/4/389 +f 505/1/390 506/1/390 500/4/390 +f 502/4/390 500/4/390 506/1/390 +f 506/1/372 503/4/371 507/1/371 +f 503/4/371 506/1/372 502/4/372 +f 507/1/374 503/4/374 506/1/373 +f 502/4/373 506/1/373 503/4/374 +f 507/1/371 501/4/375 508/1/375 +f 501/4/375 507/1/371 503/4/371 +f 508/1/376 501/4/376 507/1/374 +f 503/4/374 507/1/374 501/4/376 +f 508/1/375 499/4/377 504/1/377 +f 499/4/377 508/1/375 501/4/375 +f 504/1/378 499/4/378 508/1/376 +f 501/4/376 508/1/376 499/4/378 +f 511/6/81 510/6/81 509/6/81 +f 510/6/81 511/6/81 512/6/81 +f 510/6/81 512/6/81 513/6/81 +f 513/6/81 512/6/81 514/6/81 +f 513/6/81 514/6/81 515/6/81 +f 515/6/81 514/6/81 516/6/81 +f 515/6/81 516/6/81 517/6/81 +f 517/6/81 516/6/81 518/6/81 +f 509/6/82 510/6/82 511/6/82 +f 512/6/82 511/6/82 510/6/82 +f 513/6/82 512/6/82 510/6/82 +f 514/6/82 512/6/82 513/6/82 +f 515/6/82 514/6/82 513/6/82 +f 516/6/82 514/6/82 515/6/82 +f 517/6/82 516/6/82 515/6/82 +f 518/6/82 516/6/82 517/6/82 +f 511/6/83 41/7/83 519/7/83 +f 41/7/83 511/6/83 509/6/83 +f 519/7/84 41/7/84 511/6/84 +f 509/6/84 511/6/84 41/7/84 +f 520/7/86 511/6/85 519/7/85 +f 511/6/85 520/7/86 512/6/86 +f 519/7/88 511/6/88 520/7/87 +f 512/6/87 520/7/87 511/6/88 +f 521/7/89 512/6/86 520/7/86 +f 512/6/86 521/7/89 514/6/89 +f 520/7/87 512/6/87 521/7/90 +f 514/6/90 521/7/90 512/6/87 +f 516/6/91 521/7/89 522/7/91 +f 521/7/89 516/6/91 514/6/89 +f 522/7/92 521/7/90 516/6/92 +f 514/6/90 516/6/92 521/7/90 +f 518/6/98 522/7/91 523/7/98 +f 522/7/91 518/6/98 516/6/91 +f 523/7/97 522/7/92 518/6/97 +f 516/6/92 518/6/97 522/7/92 +f 49/7/95 518/6/95 523/7/95 +f 518/6/95 49/7/95 517/6/95 +f 523/7/96 518/6/96 49/7/96 +f 517/6/96 49/7/96 518/6/96 +f 515/6/92 49/7/97 47/7/92 +f 49/7/97 515/6/92 517/6/97 +f 47/7/91 49/7/98 515/6/91 +f 517/6/98 515/6/91 49/7/98 +f 513/6/90 47/7/92 45/7/90 +f 47/7/92 513/6/90 515/6/92 +f 45/7/89 47/7/91 513/6/89 +f 515/6/91 513/6/89 47/7/91 +f 513/6/90 42/7/87 510/6/87 +f 42/7/87 513/6/90 45/7/90 +f 510/6/86 42/7/86 513/6/89 +f 45/7/89 513/6/89 42/7/86 +f 510/6/87 41/7/88 509/6/88 +f 41/7/88 510/6/87 42/7/87 +f 509/6/85 41/7/85 510/6/86 +f 42/7/86 510/6/86 41/7/85 +f 525/7/82 524/7/82 61/7/82 +f 524/7/82 525/7/82 62/7/82 +f 524/7/82 62/7/82 526/7/82 +f 526/7/82 62/7/82 527/7/82 +f 526/7/82 527/7/82 528/7/82 +f 528/7/82 527/7/82 529/7/82 +f 529/7/82 527/7/82 64/7/82 +f 529/7/82 64/7/82 530/7/82 +f 61/7/81 524/7/81 525/7/81 +f 62/7/81 525/7/81 524/7/81 +f 526/7/81 62/7/81 524/7/81 +f 527/7/81 62/7/81 526/7/81 +f 528/7/81 527/7/81 526/7/81 +f 529/7/81 527/7/81 528/7/81 +f 64/7/81 527/7/81 529/7/81 +f 530/7/81 64/7/81 529/7/81 +f 531/8/81 60/8/81 52/8/81 +f 60/8/81 531/8/81 59/8/81 +f 59/8/81 531/8/81 532/8/81 +f 59/8/81 532/8/81 58/8/81 +f 58/8/81 532/8/81 533/8/81 +f 58/8/81 533/8/81 534/8/81 +f 58/8/81 534/8/81 57/8/81 +f 57/8/81 534/8/81 535/8/81 +f 52/8/82 60/8/82 531/8/82 +f 59/8/82 531/8/82 60/8/82 +f 532/8/82 531/8/82 59/8/82 +f 58/8/82 532/8/82 59/8/82 +f 533/8/82 532/8/82 58/8/82 +f 534/8/82 533/8/82 58/8/82 +f 57/8/82 534/8/82 58/8/82 +f 535/8/82 534/8/82 57/8/82 +f 531/8/83 61/7/83 524/7/83 +f 61/7/83 531/8/83 52/8/83 +f 524/7/84 61/7/84 531/8/84 +f 52/8/84 531/8/84 61/7/84 +f 526/7/86 531/8/85 524/7/85 +f 531/8/85 526/7/86 532/8/86 +f 524/7/88 531/8/88 526/7/87 +f 532/8/87 526/7/87 531/8/88 +f 528/7/89 532/8/86 526/7/86 +f 532/8/86 528/7/89 533/8/89 +f 526/7/87 532/8/87 528/7/90 +f 533/8/90 528/7/90 532/8/87 +f 534/8/91 528/7/89 529/7/91 +f 528/7/89 534/8/91 533/8/89 +f 529/7/92 528/7/90 534/8/92 +f 533/8/90 534/8/92 528/7/90 +f 535/8/93 529/7/91 530/7/93 +f 529/7/91 535/8/93 534/8/91 +f 530/7/94 529/7/92 535/8/94 +f 534/8/92 535/8/94 529/7/92 +f 64/7/95 535/8/95 530/7/95 +f 535/8/95 64/7/95 57/8/95 +f 530/7/96 535/8/96 64/7/96 +f 57/8/96 64/7/96 535/8/96 +f 58/8/92 64/7/97 527/7/92 +f 64/7/97 58/8/92 57/8/97 +f 527/7/91 64/7/98 58/8/91 +f 57/8/98 58/8/91 64/7/98 +f 59/8/90 527/7/92 62/7/90 +f 527/7/92 59/8/90 58/8/92 +f 62/7/89 527/7/91 59/8/89 +f 58/8/91 59/8/89 527/7/91 +f 59/8/90 525/7/87 60/8/87 +f 525/7/87 59/8/90 62/7/90 +f 60/8/86 525/7/86 59/8/89 +f 62/7/89 59/8/89 525/7/86 +f 60/8/87 61/7/88 52/8/88 +f 61/7/88 60/8/87 525/7/87 +f 52/8/85 61/7/85 60/8/86 +f 525/7/86 60/8/86 61/7/85 +f 538/8/392 537/7/391 536/8/391 +f 537/7/391 538/8/392 539/7/392 +f 536/8/394 537/7/394 538/8/393 +f 539/7/393 538/8/393 537/7/394 +f 542/8/395 541/7/396 540/7/395 +f 541/7/396 542/8/395 543/8/396 +f 540/7/397 541/7/398 542/8/397 +f 543/8/398 542/8/397 541/7/398 +f 543/8/396 544/7/399 541/7/396 +f 544/7/399 543/8/396 545/8/399 +f 541/7/398 544/7/400 543/8/398 +f 545/8/400 543/8/398 544/7/400 +f 548/7/402 547/8/401 546/7/401 +f 547/8/401 548/7/402 549/8/402 +f 546/7/404 547/8/404 548/7/403 +f 549/8/403 548/7/403 547/8/404 +f 546/7/401 542/8/395 540/7/395 +f 542/8/395 546/7/401 547/8/401 +f 540/7/397 542/8/397 546/7/404 +f 547/8/404 546/7/404 542/8/397 +f 536/8/391 544/7/399 545/8/399 +f 544/7/399 536/8/391 537/7/391 +f 545/8/400 544/7/400 536/8/394 +f 537/7/394 536/8/394 544/7/400 +f 536/8/81 549/8/81 538/8/81 +f 549/8/81 536/8/81 545/8/81 +f 549/8/81 545/8/81 543/8/81 +f 549/8/81 543/8/81 542/8/81 +f 549/8/81 542/8/81 547/8/81 +f 538/8/82 549/8/82 536/8/82 +f 545/8/82 536/8/82 549/8/82 +f 543/8/82 545/8/82 549/8/82 +f 542/8/82 543/8/82 549/8/82 +f 547/8/82 542/8/82 549/8/82 +f 552/10/405 551/9/406 550/9/405 +f 551/9/406 552/10/405 553/10/406 +f 550/9/407 551/9/408 552/10/407 +f 553/10/408 552/10/407 551/9/408 +f 556/10/407 555/9/408 554/9/407 +f 555/9/408 556/10/407 557/10/408 +f 554/9/405 555/9/406 556/10/405 +f 557/10/406 556/10/405 555/9/406 +f 560/10/410 559/9/409 558/10/409 +f 559/9/409 560/10/410 561/9/410 +f 558/10/412 559/9/412 560/10/411 +f 561/9/411 560/10/411 559/9/412 +f 564/9/412 563/10/411 562/9/411 +f 563/10/411 564/9/412 565/10/412 +f 562/9/410 563/10/410 564/9/409 +f 565/10/409 564/9/409 563/10/410 +f 557/10/408 564/9/412 555/9/408 +f 564/9/412 557/10/408 565/10/412 +f 555/9/406 564/9/409 557/10/406 +f 565/10/409 557/10/406 564/9/409 +f 553/10/406 559/9/409 551/9/406 +f 559/9/409 553/10/406 558/10/409 +f 551/9/408 559/9/412 553/10/408 +f 558/10/412 553/10/408 559/9/412 +f 560/10/410 554/9/407 561/9/410 +f 554/9/407 560/10/410 556/10/407 +f 561/9/411 554/9/405 560/10/411 +f 556/10/405 560/10/411 554/9/405 +f 563/10/411 550/9/405 562/9/411 +f 550/9/405 563/10/411 552/10/405 +f 562/9/410 550/9/407 563/10/410 +f 552/10/407 563/10/410 550/9/407 +f 553/10/413 560/10/413 558/10/413 +f 560/10/413 553/10/413 556/10/413 +f 556/10/413 553/10/413 552/10/413 +f 556/10/413 552/10/413 557/10/413 +f 557/10/413 552/10/413 563/10/413 +f 557/10/413 563/10/413 565/10/413 +f 558/10/414 560/10/414 553/10/414 +f 556/10/414 553/10/414 560/10/414 +f 552/10/414 553/10/414 556/10/414 +f 557/10/414 552/10/414 556/10/414 +f 563/10/414 552/10/414 557/10/414 +f 565/10/414 563/10/414 557/10/414 +f 554/9/414 559/9/414 561/9/414 +f 559/9/414 554/9/414 551/9/414 +f 551/9/414 554/9/414 555/9/414 +f 551/9/414 555/9/414 550/9/414 +f 550/9/414 555/9/414 564/9/414 +f 550/9/414 564/9/414 562/9/414 +f 561/9/413 559/9/413 554/9/413 +f 551/9/413 554/9/413 559/9/413 +f 555/9/413 554/9/413 551/9/413 +f 550/9/413 555/9/413 551/9/413 +f 564/9/413 555/9/413 550/9/413 +f 562/9/413 564/9/413 550/9/413 +f 568/10/415 567/9/416 566/9/415 +f 567/9/416 568/10/415 569/10/416 +f 566/9/417 567/9/418 568/10/417 +f 569/10/418 568/10/417 567/9/418 +f 572/10/417 571/9/418 570/9/417 +f 571/9/418 572/10/417 573/10/418 +f 570/9/415 571/9/416 572/10/415 +f 573/10/416 572/10/415 571/9/416 +f 576/10/420 575/9/419 574/10/419 +f 575/9/419 576/10/420 577/9/420 +f 574/10/422 575/9/422 576/10/421 +f 577/9/421 576/10/421 575/9/422 +f 580/9/422 579/10/421 578/9/421 +f 579/10/421 580/9/422 581/10/422 +f 578/9/420 579/10/420 580/9/419 +f 581/10/419 580/9/419 579/10/420 +f 573/10/418 580/9/422 571/9/418 +f 580/9/422 573/10/418 581/10/422 +f 571/9/416 580/9/419 573/10/416 +f 581/10/419 573/10/416 580/9/419 +f 569/10/416 575/9/419 567/9/416 +f 575/9/419 569/10/416 574/10/419 +f 567/9/418 575/9/422 569/10/418 +f 574/10/422 569/10/418 575/9/422 +f 576/10/420 570/9/417 577/9/420 +f 570/9/417 576/10/420 572/10/417 +f 577/9/421 570/9/415 576/10/421 +f 572/10/415 576/10/421 570/9/415 +f 579/10/421 566/9/415 578/9/421 +f 566/9/415 579/10/421 568/10/415 +f 578/9/420 566/9/417 579/10/420 +f 568/10/417 579/10/420 566/9/417 +f 569/10/93 576/10/93 574/10/93 +f 576/10/93 569/10/93 572/10/93 +f 572/10/93 569/10/93 568/10/93 +f 572/10/93 568/10/93 573/10/93 +f 573/10/93 568/10/93 579/10/93 +f 573/10/93 579/10/93 581/10/93 +f 574/10/94 576/10/94 569/10/94 +f 572/10/94 569/10/94 576/10/94 +f 568/10/94 569/10/94 572/10/94 +f 573/10/94 568/10/94 572/10/94 +f 579/10/94 568/10/94 573/10/94 +f 581/10/94 579/10/94 573/10/94 +f 570/9/94 575/9/94 577/9/94 +f 575/9/94 570/9/94 567/9/94 +f 567/9/94 570/9/94 571/9/94 +f 567/9/94 571/9/94 566/9/94 +f 566/9/94 571/9/94 580/9/94 +f 566/9/94 580/9/94 578/9/94 +f 577/9/93 575/9/93 570/9/93 +f 567/9/93 570/9/93 575/9/93 +f 571/9/93 570/9/93 567/9/93 +f 566/9/93 571/9/93 567/9/93 +f 580/9/93 571/9/93 566/9/93 +f 578/9/93 580/9/93 566/9/93 +f 584/10/415 583/9/416 582/9/415 +f 583/9/416 584/10/415 585/10/416 +f 582/9/417 583/9/418 584/10/417 +f 585/10/418 584/10/417 583/9/418 +f 588/10/417 587/9/418 586/9/417 +f 587/9/418 588/10/417 589/10/418 +f 586/9/415 587/9/416 588/10/415 +f 589/10/416 588/10/415 587/9/416 +f 592/10/420 591/9/419 590/10/419 +f 591/9/419 592/10/420 593/9/420 +f 590/10/422 591/9/422 592/10/421 +f 593/9/421 592/10/421 591/9/422 +f 596/9/422 595/10/421 594/9/421 +f 595/10/421 596/9/422 597/10/422 +f 594/9/420 595/10/420 596/9/419 +f 597/10/419 596/9/419 595/10/420 +f 589/10/418 596/9/422 587/9/418 +f 596/9/422 589/10/418 597/10/422 +f 587/9/416 596/9/419 589/10/416 +f 597/10/419 589/10/416 596/9/419 +f 585/10/416 591/9/419 583/9/416 +f 591/9/419 585/10/416 590/10/419 +f 583/9/418 591/9/422 585/10/418 +f 590/10/422 585/10/418 591/9/422 +f 592/10/420 586/9/417 593/9/420 +f 586/9/417 592/10/420 588/10/417 +f 593/9/421 586/9/415 592/10/421 +f 588/10/415 592/10/421 586/9/415 +f 595/10/421 582/9/415 594/9/421 +f 582/9/415 595/10/421 584/10/415 +f 594/9/420 582/9/417 595/10/420 +f 584/10/417 595/10/420 582/9/417 +f 585/10/93 592/10/93 590/10/93 +f 592/10/93 585/10/93 588/10/93 +f 588/10/93 585/10/93 584/10/93 +f 588/10/93 584/10/93 589/10/93 +f 589/10/93 584/10/93 595/10/93 +f 589/10/93 595/10/93 597/10/93 +f 590/10/94 592/10/94 585/10/94 +f 588/10/94 585/10/94 592/10/94 +f 584/10/94 585/10/94 588/10/94 +f 589/10/94 584/10/94 588/10/94 +f 595/10/94 584/10/94 589/10/94 +f 597/10/94 595/10/94 589/10/94 +f 586/9/94 591/9/94 593/9/94 +f 591/9/94 586/9/94 583/9/94 +f 583/9/94 586/9/94 587/9/94 +f 583/9/94 587/9/94 582/9/94 +f 582/9/94 587/9/94 596/9/94 +f 582/9/94 596/9/94 594/9/94 +f 593/9/93 591/9/93 586/9/93 +f 583/9/93 586/9/93 591/9/93 +f 587/9/93 586/9/93 583/9/93 +f 582/9/93 587/9/93 583/9/93 +f 596/9/93 587/9/93 582/9/93 +f 594/9/93 596/9/93 582/9/93 +f 600/10/423 599/9/424 598/9/423 +f 599/9/424 600/10/423 601/10/424 +f 598/9/425 599/9/426 600/10/425 +f 601/10/426 600/10/425 599/9/426 +f 604/9/425 603/10/426 602/9/426 +f 603/10/426 604/9/425 605/10/425 +f 602/9/424 603/10/424 604/9/423 +f 605/10/423 604/9/423 603/10/424 +f 608/10/428 607/9/427 606/10/427 +f 607/9/427 608/10/428 609/9/428 +f 606/10/430 607/9/430 608/10/429 +f 609/9/429 608/10/429 607/9/430 +f 612/9/430 611/10/429 610/9/429 +f 611/10/429 612/9/430 613/10/430 +f 610/9/428 611/10/428 612/9/427 +f 613/10/427 612/9/427 611/10/428 +f 603/10/426 612/9/430 602/9/426 +f 612/9/430 603/10/426 613/10/430 +f 602/9/424 612/9/427 603/10/424 +f 613/10/427 603/10/424 612/9/427 +f 601/10/424 607/9/427 599/9/424 +f 607/9/427 601/10/424 606/10/427 +f 599/9/426 607/9/430 601/10/426 +f 606/10/430 601/10/426 607/9/430 +f 608/10/428 604/9/425 609/9/428 +f 604/9/425 608/10/428 605/10/425 +f 609/9/429 604/9/423 608/10/429 +f 605/10/423 608/10/429 604/9/423 +f 611/10/429 598/9/423 610/9/429 +f 598/9/423 611/10/429 600/10/423 +f 610/9/428 598/9/425 611/10/428 +f 600/10/425 611/10/428 598/9/425 +f 601/10/431 608/10/431 606/10/431 +f 608/10/431 601/10/431 605/10/431 +f 605/10/431 601/10/431 600/10/431 +f 605/10/431 600/10/431 603/10/431 +f 603/10/431 600/10/431 611/10/431 +f 603/10/431 611/10/431 613/10/431 +f 606/10/432 608/10/432 601/10/432 +f 605/10/432 601/10/432 608/10/432 +f 600/10/432 601/10/432 605/10/432 +f 603/10/432 600/10/432 605/10/432 +f 611/10/432 600/10/432 603/10/432 +f 613/10/432 611/10/432 603/10/432 +f 604/9/432 607/9/432 609/9/432 +f 607/9/432 604/9/432 599/9/432 +f 599/9/432 604/9/432 602/9/432 +f 599/9/432 602/9/432 598/9/432 +f 598/9/432 602/9/432 612/9/432 +f 598/9/432 612/9/432 610/9/432 +f 609/9/431 607/9/431 604/9/431 +f 599/9/431 604/9/431 607/9/431 +f 602/9/431 604/9/431 599/9/431 +f 598/9/431 602/9/431 599/9/431 +f 612/9/431 602/9/431 598/9/431 +f 610/9/431 612/9/431 598/9/431 +f 616/6/81 615/6/81 614/6/81 +f 615/6/81 616/6/81 617/6/81 +f 615/6/81 617/6/81 618/6/81 +f 618/6/81 617/6/81 619/6/81 +f 618/6/81 619/6/81 620/6/81 +f 620/6/81 619/6/81 621/6/81 +f 620/6/81 621/6/81 622/6/81 +f 622/6/81 621/6/81 623/6/81 +f 614/6/82 615/6/82 616/6/82 +f 617/6/82 616/6/82 615/6/82 +f 618/6/82 617/6/82 615/6/82 +f 619/6/82 617/6/82 618/6/82 +f 620/6/82 619/6/82 618/6/82 +f 621/6/82 619/6/82 620/6/82 +f 622/6/82 621/6/82 620/6/82 +f 623/6/82 621/6/82 622/6/82 +f 616/6/179 105/7/179 624/7/179 +f 105/7/179 616/6/179 614/6/179 +f 624/7/180 105/7/180 616/6/180 +f 614/6/180 616/6/180 105/7/180 +f 625/7/182 616/6/181 624/7/181 +f 616/6/181 625/7/182 617/6/182 +f 624/7/184 616/6/184 625/7/183 +f 617/6/183 625/7/183 616/6/184 +f 626/7/185 617/6/182 625/7/182 +f 617/6/182 626/7/185 619/6/185 +f 625/7/183 617/6/183 626/7/186 +f 619/6/186 626/7/186 617/6/183 +f 621/6/187 626/7/185 627/7/187 +f 626/7/185 621/6/187 619/6/185 +f 627/7/188 626/7/186 621/6/188 +f 619/6/186 621/6/188 626/7/186 +f 623/6/194 627/7/187 628/7/194 +f 627/7/187 623/6/194 621/6/187 +f 628/7/193 627/7/188 623/6/193 +f 621/6/188 623/6/193 627/7/188 +f 113/7/191 623/6/191 628/7/191 +f 623/6/191 113/7/191 622/6/191 +f 628/7/192 623/6/192 113/7/192 +f 622/6/192 113/7/192 623/6/192 +f 620/6/188 113/7/193 111/7/188 +f 113/7/193 620/6/188 622/6/193 +f 111/7/187 113/7/194 620/6/187 +f 622/6/194 620/6/187 113/7/194 +f 618/6/186 111/7/188 109/7/186 +f 111/7/188 618/6/186 620/6/188 +f 109/7/185 111/7/187 618/6/185 +f 620/6/187 618/6/185 111/7/187 +f 618/6/186 106/7/183 615/6/183 +f 106/7/183 618/6/186 109/7/186 +f 615/6/182 106/7/182 618/6/185 +f 109/7/185 618/6/185 106/7/182 +f 615/6/183 105/7/184 614/6/184 +f 105/7/184 615/6/183 106/7/183 +f 614/6/181 105/7/181 615/6/182 +f 106/7/182 615/6/182 105/7/181 +f 630/7/82 629/7/82 125/7/82 +f 629/7/82 630/7/82 126/7/82 +f 629/7/82 126/7/82 631/7/82 +f 631/7/82 126/7/82 632/7/82 +f 631/7/82 632/7/82 633/7/82 +f 633/7/82 632/7/82 634/7/82 +f 634/7/82 632/7/82 128/7/82 +f 634/7/82 128/7/82 635/7/82 +f 125/7/81 629/7/81 630/7/81 +f 126/7/81 630/7/81 629/7/81 +f 631/7/81 126/7/81 629/7/81 +f 632/7/81 126/7/81 631/7/81 +f 633/7/81 632/7/81 631/7/81 +f 634/7/81 632/7/81 633/7/81 +f 128/7/81 632/7/81 634/7/81 +f 635/7/81 128/7/81 634/7/81 +f 636/8/81 124/8/81 116/8/81 +f 124/8/81 636/8/81 123/8/81 +f 123/8/81 636/8/81 637/8/81 +f 123/8/81 637/8/81 122/8/81 +f 122/8/81 637/8/81 638/8/81 +f 122/8/81 638/8/81 639/8/81 +f 122/8/81 639/8/81 121/8/81 +f 121/8/81 639/8/81 640/8/81 +f 116/8/82 124/8/82 636/8/82 +f 123/8/82 636/8/82 124/8/82 +f 637/8/82 636/8/82 123/8/82 +f 122/8/82 637/8/82 123/8/82 +f 638/8/82 637/8/82 122/8/82 +f 639/8/82 638/8/82 122/8/82 +f 121/8/82 639/8/82 122/8/82 +f 640/8/82 639/8/82 121/8/82 +f 636/8/179 125/7/179 629/7/179 +f 125/7/179 636/8/179 116/8/179 +f 629/7/180 125/7/180 636/8/180 +f 116/8/180 636/8/180 125/7/180 +f 631/7/182 636/8/181 629/7/181 +f 636/8/181 631/7/182 637/8/182 +f 629/7/184 636/8/184 631/7/183 +f 637/8/183 631/7/183 636/8/184 +f 633/7/185 637/8/182 631/7/182 +f 637/8/182 633/7/185 638/8/185 +f 631/7/183 637/8/183 633/7/186 +f 638/8/186 633/7/186 637/8/183 +f 639/8/187 633/7/185 634/7/187 +f 633/7/185 639/8/187 638/8/185 +f 634/7/188 633/7/186 639/8/188 +f 638/8/186 639/8/188 633/7/186 +f 640/8/189 634/7/187 635/7/189 +f 634/7/187 640/8/189 639/8/187 +f 635/7/190 634/7/188 640/8/190 +f 639/8/188 640/8/190 634/7/188 +f 128/7/191 640/8/191 635/7/191 +f 640/8/191 128/7/191 121/8/191 +f 635/7/192 640/8/192 128/7/192 +f 121/8/192 128/7/192 640/8/192 +f 122/8/188 128/7/193 632/7/188 +f 128/7/193 122/8/188 121/8/193 +f 632/7/187 128/7/194 122/8/187 +f 121/8/194 122/8/187 128/7/194 +f 123/8/186 632/7/188 126/7/186 +f 632/7/188 123/8/186 122/8/188 +f 126/7/185 632/7/187 123/8/185 +f 122/8/187 123/8/185 632/7/187 +f 123/8/186 630/7/183 124/8/183 +f 630/7/183 123/8/186 126/7/186 +f 124/8/182 630/7/182 123/8/185 +f 126/7/185 123/8/185 630/7/182 +f 124/8/183 125/7/184 116/8/184 +f 125/7/184 124/8/183 630/7/183 +f 116/8/181 125/7/181 124/8/182 +f 630/7/182 124/8/182 125/7/181 +f 643/8/434 642/7/433 641/8/433 +f 642/7/433 643/8/434 644/7/434 +f 641/8/436 642/7/436 643/8/435 +f 644/7/435 643/8/435 642/7/436 +f 647/8/437 646/7/438 645/7/437 +f 646/7/438 647/8/437 648/8/438 +f 645/7/439 646/7/440 647/8/439 +f 648/8/440 647/8/439 646/7/440 +f 648/8/438 649/7/441 646/7/438 +f 649/7/441 648/8/438 650/8/441 +f 646/7/440 649/7/442 648/8/440 +f 650/8/442 648/8/440 649/7/442 +f 653/7/444 652/8/443 651/7/443 +f 652/8/443 653/7/444 654/8/444 +f 651/7/446 652/8/446 653/7/445 +f 654/8/445 653/7/445 652/8/446 +f 651/7/443 647/8/437 645/7/437 +f 647/8/437 651/7/443 652/8/443 +f 645/7/439 647/8/439 651/7/446 +f 652/8/446 651/7/446 647/8/439 +f 641/8/433 649/7/441 650/8/441 +f 649/7/441 641/8/433 642/7/433 +f 650/8/442 649/7/442 641/8/436 +f 642/7/436 641/8/436 649/7/442 +f 641/8/81 654/8/81 643/8/81 +f 654/8/81 641/8/81 650/8/81 +f 654/8/81 650/8/81 648/8/81 +f 654/8/81 648/8/81 647/8/81 +f 654/8/81 647/8/81 652/8/81 +f 643/8/82 654/8/82 641/8/82 +f 650/8/82 641/8/82 654/8/82 +f 648/8/82 650/8/82 654/8/82 +f 647/8/82 648/8/82 654/8/82 +f 652/8/82 647/8/82 654/8/82 +f 657/10/447 656/9/448 655/9/447 +f 656/9/448 657/10/447 658/10/448 +f 655/9/449 656/9/450 657/10/449 +f 658/10/450 657/10/449 656/9/450 +f 661/10/449 660/9/450 659/9/449 +f 660/9/450 661/10/449 662/10/450 +f 659/9/447 660/9/448 661/10/447 +f 662/10/448 661/10/447 660/9/448 +f 665/10/452 664/9/451 663/10/451 +f 664/9/451 665/10/452 666/9/452 +f 663/10/454 664/9/454 665/10/453 +f 666/9/453 665/10/453 664/9/454 +f 669/9/454 668/10/453 667/9/453 +f 668/10/453 669/9/454 670/10/454 +f 667/9/452 668/10/452 669/9/451 +f 670/10/451 669/9/451 668/10/452 +f 662/10/450 669/9/454 660/9/450 +f 669/9/454 662/10/450 670/10/454 +f 660/9/448 669/9/451 662/10/448 +f 670/10/451 662/10/448 669/9/451 +f 658/10/448 664/9/451 656/9/448 +f 664/9/451 658/10/448 663/10/451 +f 656/9/450 664/9/454 658/10/450 +f 663/10/454 658/10/450 664/9/454 +f 665/10/452 659/9/449 666/9/452 +f 659/9/449 665/10/452 661/10/449 +f 666/9/453 659/9/447 665/10/453 +f 661/10/447 665/10/453 659/9/447 +f 668/10/453 655/9/447 667/9/453 +f 655/9/447 668/10/453 657/10/447 +f 667/9/452 655/9/449 668/10/452 +f 657/10/449 668/10/452 655/9/449 +f 658/10/455 665/10/455 663/10/455 +f 665/10/455 658/10/455 661/10/455 +f 661/10/455 658/10/455 657/10/455 +f 661/10/455 657/10/455 662/10/455 +f 662/10/455 657/10/455 668/10/455 +f 662/10/455 668/10/455 670/10/455 +f 663/10/456 665/10/456 658/10/456 +f 661/10/456 658/10/456 665/10/456 +f 657/10/456 658/10/456 661/10/456 +f 662/10/456 657/10/456 661/10/456 +f 668/10/456 657/10/456 662/10/456 +f 670/10/456 668/10/456 662/10/456 +f 659/9/456 664/9/456 666/9/456 +f 664/9/456 659/9/456 656/9/456 +f 656/9/456 659/9/456 660/9/456 +f 656/9/456 660/9/456 655/9/456 +f 655/9/456 660/9/456 669/9/456 +f 655/9/456 669/9/456 667/9/456 +f 666/9/455 664/9/455 659/9/455 +f 656/9/455 659/9/455 664/9/455 +f 660/9/455 659/9/455 656/9/455 +f 655/9/455 660/9/455 656/9/455 +f 669/9/455 660/9/455 655/9/455 +f 667/9/455 669/9/455 655/9/455 +f 673/10/457 672/9/458 671/9/457 +f 672/9/458 673/10/457 674/10/458 +f 671/9/459 672/9/460 673/10/459 +f 674/10/460 673/10/459 672/9/460 +f 677/10/459 676/9/460 675/9/459 +f 676/9/460 677/10/459 678/10/460 +f 675/9/457 676/9/458 677/10/457 +f 678/10/458 677/10/457 676/9/458 +f 681/10/462 680/9/461 679/10/461 +f 680/9/461 681/10/462 682/9/462 +f 679/10/464 680/9/464 681/10/463 +f 682/9/463 681/10/463 680/9/464 +f 685/9/464 684/10/463 683/9/463 +f 684/10/463 685/9/464 686/10/464 +f 683/9/462 684/10/462 685/9/461 +f 686/10/461 685/9/461 684/10/462 +f 678/10/460 685/9/464 676/9/460 +f 685/9/464 678/10/460 686/10/464 +f 676/9/458 685/9/461 678/10/458 +f 686/10/461 678/10/458 685/9/461 +f 674/10/458 680/9/461 672/9/458 +f 680/9/461 674/10/458 679/10/461 +f 672/9/460 680/9/464 674/10/460 +f 679/10/464 674/10/460 680/9/464 +f 681/10/462 675/9/459 682/9/462 +f 675/9/459 681/10/462 677/10/459 +f 682/9/463 675/9/457 681/10/463 +f 677/10/457 681/10/463 675/9/457 +f 684/10/463 671/9/457 683/9/463 +f 671/9/457 684/10/463 673/10/457 +f 683/9/462 671/9/459 684/10/462 +f 673/10/459 684/10/462 671/9/459 +f 674/10/189 681/10/189 679/10/189 +f 681/10/189 674/10/189 677/10/189 +f 677/10/189 674/10/189 673/10/189 +f 677/10/189 673/10/189 678/10/189 +f 678/10/189 673/10/189 684/10/189 +f 678/10/189 684/10/189 686/10/189 +f 679/10/190 681/10/190 674/10/190 +f 677/10/190 674/10/190 681/10/190 +f 673/10/190 674/10/190 677/10/190 +f 678/10/190 673/10/190 677/10/190 +f 684/10/190 673/10/190 678/10/190 +f 686/10/190 684/10/190 678/10/190 +f 675/9/190 680/9/190 682/9/190 +f 680/9/190 675/9/190 672/9/190 +f 672/9/190 675/9/190 676/9/190 +f 672/9/190 676/9/190 671/9/190 +f 671/9/190 676/9/190 685/9/190 +f 671/9/190 685/9/190 683/9/190 +f 682/9/189 680/9/189 675/9/189 +f 672/9/189 675/9/189 680/9/189 +f 676/9/189 675/9/189 672/9/189 +f 671/9/189 676/9/189 672/9/189 +f 685/9/189 676/9/189 671/9/189 +f 683/9/189 685/9/189 671/9/189 +f 689/10/457 688/9/458 687/9/457 +f 688/9/458 689/10/457 690/10/458 +f 687/9/459 688/9/460 689/10/459 +f 690/10/460 689/10/459 688/9/460 +f 693/10/459 692/9/460 691/9/459 +f 692/9/460 693/10/459 694/10/460 +f 691/9/457 692/9/458 693/10/457 +f 694/10/458 693/10/457 692/9/458 +f 697/10/462 696/9/461 695/10/461 +f 696/9/461 697/10/462 698/9/462 +f 695/10/464 696/9/464 697/10/463 +f 698/9/463 697/10/463 696/9/464 +f 701/9/464 700/10/463 699/9/463 +f 700/10/463 701/9/464 702/10/464 +f 699/9/462 700/10/462 701/9/461 +f 702/10/461 701/9/461 700/10/462 +f 694/10/460 701/9/464 692/9/460 +f 701/9/464 694/10/460 702/10/464 +f 692/9/458 701/9/461 694/10/458 +f 702/10/461 694/10/458 701/9/461 +f 690/10/458 696/9/461 688/9/458 +f 696/9/461 690/10/458 695/10/461 +f 688/9/460 696/9/464 690/10/460 +f 695/10/464 690/10/460 696/9/464 +f 697/10/462 691/9/459 698/9/462 +f 691/9/459 697/10/462 693/10/459 +f 698/9/463 691/9/457 697/10/463 +f 693/10/457 697/10/463 691/9/457 +f 700/10/463 687/9/457 699/9/463 +f 687/9/457 700/10/463 689/10/457 +f 699/9/462 687/9/459 700/10/462 +f 689/10/459 700/10/462 687/9/459 +f 690/10/189 697/10/189 695/10/189 +f 697/10/189 690/10/189 693/10/189 +f 693/10/189 690/10/189 689/10/189 +f 693/10/189 689/10/189 694/10/189 +f 694/10/189 689/10/189 700/10/189 +f 694/10/189 700/10/189 702/10/189 +f 695/10/190 697/10/190 690/10/190 +f 693/10/190 690/10/190 697/10/190 +f 689/10/190 690/10/190 693/10/190 +f 694/10/190 689/10/190 693/10/190 +f 700/10/190 689/10/190 694/10/190 +f 702/10/190 700/10/190 694/10/190 +f 691/9/190 696/9/190 698/9/190 +f 696/9/190 691/9/190 688/9/190 +f 688/9/190 691/9/190 692/9/190 +f 688/9/190 692/9/190 687/9/190 +f 687/9/190 692/9/190 701/9/190 +f 687/9/190 701/9/190 699/9/190 +f 698/9/189 696/9/189 691/9/189 +f 688/9/189 691/9/189 696/9/189 +f 692/9/189 691/9/189 688/9/189 +f 687/9/189 692/9/189 688/9/189 +f 701/9/189 692/9/189 687/9/189 +f 699/9/189 701/9/189 687/9/189 +f 705/10/465 704/9/466 703/9/465 +f 704/9/466 705/10/465 706/10/466 +f 703/9/467 704/9/468 705/10/467 +f 706/10/468 705/10/467 704/9/468 +f 709/9/467 708/10/468 707/9/468 +f 708/10/468 709/9/467 710/10/467 +f 707/9/466 708/10/466 709/9/465 +f 710/10/465 709/9/465 708/10/466 +f 713/10/470 712/9/469 711/10/469 +f 712/9/469 713/10/470 714/9/470 +f 711/10/472 712/9/472 713/10/471 +f 714/9/471 713/10/471 712/9/472 +f 717/9/472 716/10/471 715/9/471 +f 716/10/471 717/9/472 718/10/472 +f 715/9/470 716/10/470 717/9/469 +f 718/10/469 717/9/469 716/10/470 +f 708/10/468 717/9/472 707/9/468 +f 717/9/472 708/10/468 718/10/472 +f 707/9/466 717/9/469 708/10/466 +f 718/10/469 708/10/466 717/9/469 +f 706/10/466 712/9/469 704/9/466 +f 712/9/469 706/10/466 711/10/469 +f 704/9/468 712/9/472 706/10/468 +f 711/10/472 706/10/468 712/9/472 +f 713/10/470 709/9/467 714/9/470 +f 709/9/467 713/10/470 710/10/467 +f 714/9/471 709/9/465 713/10/471 +f 710/10/465 713/10/471 709/9/465 +f 716/10/471 703/9/465 715/9/471 +f 703/9/465 716/10/471 705/10/465 +f 715/9/470 703/9/467 716/10/470 +f 705/10/467 716/10/470 703/9/467 +f 706/10/473 713/10/473 711/10/473 +f 713/10/473 706/10/473 710/10/473 +f 710/10/473 706/10/473 705/10/473 +f 710/10/473 705/10/473 708/10/473 +f 708/10/473 705/10/473 716/10/473 +f 708/10/473 716/10/473 718/10/473 +f 711/10/474 713/10/474 706/10/474 +f 710/10/474 706/10/474 713/10/474 +f 705/10/474 706/10/474 710/10/474 +f 708/10/474 705/10/474 710/10/474 +f 716/10/474 705/10/474 708/10/474 +f 718/10/474 716/10/474 708/10/474 +f 709/9/474 712/9/474 714/9/474 +f 712/9/474 709/9/474 704/9/474 +f 704/9/474 709/9/474 707/9/474 +f 704/9/474 707/9/474 703/9/474 +f 703/9/474 707/9/474 717/9/474 +f 703/9/474 717/9/474 715/9/474 +f 714/9/473 712/9/473 709/9/473 +f 704/9/473 709/9/473 712/9/473 +f 707/9/473 709/9/473 704/9/473 +f 703/9/473 707/9/473 704/9/473 +f 717/9/473 707/9/473 703/9/473 +f 715/9/473 717/9/473 703/9/473 +f 721/6/81 720/6/81 719/6/81 +f 720/6/81 721/6/81 722/6/81 +f 720/6/81 722/6/81 723/6/81 +f 723/6/81 722/6/81 724/6/81 +f 723/6/81 724/6/81 725/6/81 +f 725/6/81 724/6/81 726/6/81 +f 725/6/81 726/6/81 727/6/81 +f 727/6/81 726/6/81 728/6/81 +f 719/6/82 720/6/82 721/6/82 +f 722/6/82 721/6/82 720/6/82 +f 723/6/82 722/6/82 720/6/82 +f 724/6/82 722/6/82 723/6/82 +f 725/6/82 724/6/82 723/6/82 +f 726/6/82 724/6/82 725/6/82 +f 727/6/82 726/6/82 725/6/82 +f 728/6/82 726/6/82 727/6/82 +f 721/6/275 169/7/275 729/7/275 +f 169/7/275 721/6/275 719/6/275 +f 729/7/276 169/7/276 721/6/276 +f 719/6/276 721/6/276 169/7/276 +f 730/7/278 721/6/277 729/7/277 +f 721/6/277 730/7/278 722/6/278 +f 729/7/280 721/6/280 730/7/279 +f 722/6/279 730/7/279 721/6/280 +f 731/7/281 722/6/278 730/7/278 +f 722/6/278 731/7/281 724/6/281 +f 730/7/279 722/6/279 731/7/282 +f 724/6/282 731/7/282 722/6/279 +f 726/6/283 731/7/281 732/7/283 +f 731/7/281 726/6/283 724/6/281 +f 732/7/284 731/7/282 726/6/284 +f 724/6/282 726/6/284 731/7/282 +f 728/6/290 732/7/283 733/7/290 +f 732/7/283 728/6/290 726/6/283 +f 733/7/289 732/7/284 728/6/289 +f 726/6/284 728/6/289 732/7/284 +f 177/7/287 728/6/287 733/7/287 +f 728/6/287 177/7/287 727/6/287 +f 733/7/288 728/6/288 177/7/288 +f 727/6/288 177/7/288 728/6/288 +f 725/6/284 177/7/289 175/7/284 +f 177/7/289 725/6/284 727/6/289 +f 175/7/283 177/7/290 725/6/283 +f 727/6/290 725/6/283 177/7/290 +f 723/6/282 175/7/284 173/7/282 +f 175/7/284 723/6/282 725/6/284 +f 173/7/281 175/7/283 723/6/281 +f 725/6/283 723/6/281 175/7/283 +f 723/6/282 170/7/279 720/6/279 +f 170/7/279 723/6/282 173/7/282 +f 720/6/278 170/7/278 723/6/281 +f 173/7/281 723/6/281 170/7/278 +f 720/6/279 169/7/280 719/6/280 +f 169/7/280 720/6/279 170/7/279 +f 719/6/277 169/7/277 720/6/278 +f 170/7/278 720/6/278 169/7/277 +f 735/7/82 734/7/82 189/7/82 +f 734/7/82 735/7/82 190/7/82 +f 734/7/82 190/7/82 736/7/82 +f 736/7/82 190/7/82 737/7/82 +f 736/7/82 737/7/82 738/7/82 +f 738/7/82 737/7/82 739/7/82 +f 739/7/82 737/7/82 192/7/82 +f 739/7/82 192/7/82 740/7/82 +f 189/7/81 734/7/81 735/7/81 +f 190/7/81 735/7/81 734/7/81 +f 736/7/81 190/7/81 734/7/81 +f 737/7/81 190/7/81 736/7/81 +f 738/7/81 737/7/81 736/7/81 +f 739/7/81 737/7/81 738/7/81 +f 192/7/81 737/7/81 739/7/81 +f 740/7/81 192/7/81 739/7/81 +f 741/8/81 188/8/81 180/8/81 +f 188/8/81 741/8/81 187/8/81 +f 187/8/81 741/8/81 742/8/81 +f 187/8/81 742/8/81 186/8/81 +f 186/8/81 742/8/81 743/8/81 +f 186/8/81 743/8/81 744/8/81 +f 186/8/81 744/8/81 185/8/81 +f 185/8/81 744/8/81 745/8/81 +f 180/8/82 188/8/82 741/8/82 +f 187/8/82 741/8/82 188/8/82 +f 742/8/82 741/8/82 187/8/82 +f 186/8/82 742/8/82 187/8/82 +f 743/8/82 742/8/82 186/8/82 +f 744/8/82 743/8/82 186/8/82 +f 185/8/82 744/8/82 186/8/82 +f 745/8/82 744/8/82 185/8/82 +f 741/8/275 189/7/275 734/7/275 +f 189/7/275 741/8/275 180/8/275 +f 734/7/276 189/7/276 741/8/276 +f 180/8/276 741/8/276 189/7/276 +f 736/7/278 741/8/277 734/7/277 +f 741/8/277 736/7/278 742/8/278 +f 734/7/280 741/8/280 736/7/279 +f 742/8/279 736/7/279 741/8/280 +f 738/7/281 742/8/278 736/7/278 +f 742/8/278 738/7/281 743/8/281 +f 736/7/279 742/8/279 738/7/282 +f 743/8/282 738/7/282 742/8/279 +f 744/8/283 738/7/281 739/7/283 +f 738/7/281 744/8/283 743/8/281 +f 739/7/284 738/7/282 744/8/284 +f 743/8/282 744/8/284 738/7/282 +f 745/8/285 739/7/283 740/7/285 +f 739/7/283 745/8/285 744/8/283 +f 740/7/286 739/7/284 745/8/286 +f 744/8/284 745/8/286 739/7/284 +f 192/7/287 745/8/287 740/7/287 +f 745/8/287 192/7/287 185/8/287 +f 740/7/288 745/8/288 192/7/288 +f 185/8/288 192/7/288 745/8/288 +f 186/8/284 192/7/289 737/7/284 +f 192/7/289 186/8/284 185/8/289 +f 737/7/283 192/7/290 186/8/283 +f 185/8/290 186/8/283 192/7/290 +f 187/8/282 737/7/284 190/7/282 +f 737/7/284 187/8/282 186/8/284 +f 190/7/281 737/7/283 187/8/281 +f 186/8/283 187/8/281 737/7/283 +f 187/8/282 735/7/279 188/8/279 +f 735/7/279 187/8/282 190/7/282 +f 188/8/278 735/7/278 187/8/281 +f 190/7/281 187/8/281 735/7/278 +f 188/8/279 189/7/280 180/8/280 +f 189/7/280 188/8/279 735/7/279 +f 180/8/277 189/7/277 188/8/278 +f 735/7/278 188/8/278 189/7/277 +f 748/8/476 747/7/475 746/8/475 +f 747/7/475 748/8/476 749/7/476 +f 746/8/478 747/7/478 748/8/477 +f 749/7/477 748/8/477 747/7/478 +f 752/8/479 751/7/480 750/7/479 +f 751/7/480 752/8/479 753/8/480 +f 750/7/481 751/7/482 752/8/481 +f 753/8/482 752/8/481 751/7/482 +f 753/8/480 754/7/483 751/7/480 +f 754/7/483 753/8/480 755/8/483 +f 751/7/482 754/7/484 753/8/482 +f 755/8/484 753/8/482 754/7/484 +f 758/7/486 757/8/485 756/7/485 +f 757/8/485 758/7/486 759/8/486 +f 756/7/488 757/8/488 758/7/487 +f 759/8/487 758/7/487 757/8/488 +f 756/7/485 752/8/479 750/7/479 +f 752/8/479 756/7/485 757/8/485 +f 750/7/481 752/8/481 756/7/488 +f 757/8/488 756/7/488 752/8/481 +f 746/8/475 754/7/483 755/8/483 +f 754/7/483 746/8/475 747/7/475 +f 755/8/484 754/7/484 746/8/478 +f 747/7/478 746/8/478 754/7/484 +f 746/8/81 759/8/81 748/8/81 +f 759/8/81 746/8/81 755/8/81 +f 759/8/81 755/8/81 753/8/81 +f 759/8/81 753/8/81 752/8/81 +f 759/8/81 752/8/81 757/8/81 +f 748/8/82 759/8/82 746/8/82 +f 755/8/82 746/8/82 759/8/82 +f 753/8/82 755/8/82 759/8/82 +f 752/8/82 753/8/82 759/8/82 +f 757/8/82 752/8/82 759/8/82 +f 762/10/489 761/9/490 760/9/489 +f 761/9/490 762/10/489 763/10/490 +f 760/9/491 761/9/492 762/10/491 +f 763/10/492 762/10/491 761/9/492 +f 766/10/491 765/9/492 764/9/491 +f 765/9/492 766/10/491 767/10/492 +f 764/9/489 765/9/490 766/10/489 +f 767/10/490 766/10/489 765/9/490 +f 770/10/494 769/9/493 768/10/493 +f 769/9/493 770/10/494 771/9/494 +f 768/10/496 769/9/496 770/10/495 +f 771/9/495 770/10/495 769/9/496 +f 774/9/496 773/10/495 772/9/495 +f 773/10/495 774/9/496 775/10/496 +f 772/9/494 773/10/494 774/9/493 +f 775/10/493 774/9/493 773/10/494 +f 767/10/492 774/9/496 765/9/492 +f 774/9/496 767/10/492 775/10/496 +f 765/9/490 774/9/493 767/10/490 +f 775/10/493 767/10/490 774/9/493 +f 763/10/490 769/9/493 761/9/490 +f 769/9/493 763/10/490 768/10/493 +f 761/9/492 769/9/496 763/10/492 +f 768/10/496 763/10/492 769/9/496 +f 770/10/494 764/9/491 771/9/494 +f 764/9/491 770/10/494 766/10/491 +f 771/9/495 764/9/489 770/10/495 +f 766/10/489 770/10/495 764/9/489 +f 773/10/495 760/9/489 772/9/495 +f 760/9/489 773/10/495 762/10/489 +f 772/9/494 760/9/491 773/10/494 +f 762/10/491 773/10/494 760/9/491 +f 763/10/497 770/10/497 768/10/497 +f 770/10/497 763/10/497 766/10/497 +f 766/10/497 763/10/497 762/10/497 +f 766/10/497 762/10/497 767/10/497 +f 767/10/497 762/10/497 773/10/497 +f 767/10/497 773/10/497 775/10/497 +f 768/10/498 770/10/498 763/10/498 +f 766/10/498 763/10/498 770/10/498 +f 762/10/498 763/10/498 766/10/498 +f 767/10/498 762/10/498 766/10/498 +f 773/10/498 762/10/498 767/10/498 +f 775/10/498 773/10/498 767/10/498 +f 764/9/498 769/9/498 771/9/498 +f 769/9/498 764/9/498 761/9/498 +f 761/9/498 764/9/498 765/9/498 +f 761/9/498 765/9/498 760/9/498 +f 760/9/498 765/9/498 774/9/498 +f 760/9/498 774/9/498 772/9/498 +f 771/9/497 769/9/497 764/9/497 +f 761/9/497 764/9/497 769/9/497 +f 765/9/497 764/9/497 761/9/497 +f 760/9/497 765/9/497 761/9/497 +f 774/9/497 765/9/497 760/9/497 +f 772/9/497 774/9/497 760/9/497 +f 778/10/499 777/9/500 776/9/499 +f 777/9/500 778/10/499 779/10/500 +f 776/9/501 777/9/502 778/10/501 +f 779/10/502 778/10/501 777/9/502 +f 782/10/501 781/9/502 780/9/501 +f 781/9/502 782/10/501 783/10/502 +f 780/9/499 781/9/500 782/10/499 +f 783/10/500 782/10/499 781/9/500 +f 786/10/504 785/9/503 784/10/503 +f 785/9/503 786/10/504 787/9/504 +f 784/10/506 785/9/506 786/10/505 +f 787/9/505 786/10/505 785/9/506 +f 790/9/506 789/10/505 788/9/505 +f 789/10/505 790/9/506 791/10/506 +f 788/9/504 789/10/504 790/9/503 +f 791/10/503 790/9/503 789/10/504 +f 783/10/502 790/9/506 781/9/502 +f 790/9/506 783/10/502 791/10/506 +f 781/9/500 790/9/503 783/10/500 +f 791/10/503 783/10/500 790/9/503 +f 779/10/500 785/9/503 777/9/500 +f 785/9/503 779/10/500 784/10/503 +f 777/9/502 785/9/506 779/10/502 +f 784/10/506 779/10/502 785/9/506 +f 786/10/504 780/9/501 787/9/504 +f 780/9/501 786/10/504 782/10/501 +f 787/9/505 780/9/499 786/10/505 +f 782/10/499 786/10/505 780/9/499 +f 789/10/505 776/9/499 788/9/505 +f 776/9/499 789/10/505 778/10/499 +f 788/9/504 776/9/501 789/10/504 +f 778/10/501 789/10/504 776/9/501 +f 779/10/285 786/10/285 784/10/285 +f 786/10/285 779/10/285 782/10/285 +f 782/10/285 779/10/285 778/10/285 +f 782/10/285 778/10/285 783/10/285 +f 783/10/285 778/10/285 789/10/285 +f 783/10/285 789/10/285 791/10/285 +f 784/10/286 786/10/286 779/10/286 +f 782/10/286 779/10/286 786/10/286 +f 778/10/286 779/10/286 782/10/286 +f 783/10/286 778/10/286 782/10/286 +f 789/10/286 778/10/286 783/10/286 +f 791/10/286 789/10/286 783/10/286 +f 780/9/286 785/9/286 787/9/286 +f 785/9/286 780/9/286 777/9/286 +f 777/9/286 780/9/286 781/9/286 +f 777/9/286 781/9/286 776/9/286 +f 776/9/286 781/9/286 790/9/286 +f 776/9/286 790/9/286 788/9/286 +f 787/9/285 785/9/285 780/9/285 +f 777/9/285 780/9/285 785/9/285 +f 781/9/285 780/9/285 777/9/285 +f 776/9/285 781/9/285 777/9/285 +f 790/9/285 781/9/285 776/9/285 +f 788/9/285 790/9/285 776/9/285 +f 794/10/499 793/9/500 792/9/499 +f 793/9/500 794/10/499 795/10/500 +f 792/9/501 793/9/502 794/10/501 +f 795/10/502 794/10/501 793/9/502 +f 798/10/501 797/9/502 796/9/501 +f 797/9/502 798/10/501 799/10/502 +f 796/9/499 797/9/500 798/10/499 +f 799/10/500 798/10/499 797/9/500 +f 802/10/504 801/9/503 800/10/503 +f 801/9/503 802/10/504 803/9/504 +f 800/10/506 801/9/506 802/10/505 +f 803/9/505 802/10/505 801/9/506 +f 806/9/506 805/10/505 804/9/505 +f 805/10/505 806/9/506 807/10/506 +f 804/9/504 805/10/504 806/9/503 +f 807/10/503 806/9/503 805/10/504 +f 799/10/502 806/9/506 797/9/502 +f 806/9/506 799/10/502 807/10/506 +f 797/9/500 806/9/503 799/10/500 +f 807/10/503 799/10/500 806/9/503 +f 795/10/500 801/9/503 793/9/500 +f 801/9/503 795/10/500 800/10/503 +f 793/9/502 801/9/506 795/10/502 +f 800/10/506 795/10/502 801/9/506 +f 802/10/504 796/9/501 803/9/504 +f 796/9/501 802/10/504 798/10/501 +f 803/9/505 796/9/499 802/10/505 +f 798/10/499 802/10/505 796/9/499 +f 805/10/505 792/9/499 804/9/505 +f 792/9/499 805/10/505 794/10/499 +f 804/9/504 792/9/501 805/10/504 +f 794/10/501 805/10/504 792/9/501 +f 795/10/285 802/10/285 800/10/285 +f 802/10/285 795/10/285 798/10/285 +f 798/10/285 795/10/285 794/10/285 +f 798/10/285 794/10/285 799/10/285 +f 799/10/285 794/10/285 805/10/285 +f 799/10/285 805/10/285 807/10/285 +f 800/10/286 802/10/286 795/10/286 +f 798/10/286 795/10/286 802/10/286 +f 794/10/286 795/10/286 798/10/286 +f 799/10/286 794/10/286 798/10/286 +f 805/10/286 794/10/286 799/10/286 +f 807/10/286 805/10/286 799/10/286 +f 796/9/286 801/9/286 803/9/286 +f 801/9/286 796/9/286 793/9/286 +f 793/9/286 796/9/286 797/9/286 +f 793/9/286 797/9/286 792/9/286 +f 792/9/286 797/9/286 806/9/286 +f 792/9/286 806/9/286 804/9/286 +f 803/9/285 801/9/285 796/9/285 +f 793/9/285 796/9/285 801/9/285 +f 797/9/285 796/9/285 793/9/285 +f 792/9/285 797/9/285 793/9/285 +f 806/9/285 797/9/285 792/9/285 +f 804/9/285 806/9/285 792/9/285 +f 810/10/507 809/9/508 808/9/507 +f 809/9/508 810/10/507 811/10/508 +f 808/9/509 809/9/510 810/10/509 +f 811/10/510 810/10/509 809/9/510 +f 814/9/509 813/10/510 812/9/510 +f 813/10/510 814/9/509 815/10/509 +f 812/9/508 813/10/508 814/9/507 +f 815/10/507 814/9/507 813/10/508 +f 818/10/512 817/9/511 816/10/511 +f 817/9/511 818/10/512 819/9/512 +f 816/10/514 817/9/514 818/10/513 +f 819/9/513 818/10/513 817/9/514 +f 822/9/514 821/10/513 820/9/513 +f 821/10/513 822/9/514 823/10/514 +f 820/9/512 821/10/512 822/9/511 +f 823/10/511 822/9/511 821/10/512 +f 813/10/510 822/9/514 812/9/510 +f 822/9/514 813/10/510 823/10/514 +f 812/9/508 822/9/511 813/10/508 +f 823/10/511 813/10/508 822/9/511 +f 811/10/508 817/9/511 809/9/508 +f 817/9/511 811/10/508 816/10/511 +f 809/9/510 817/9/514 811/10/510 +f 816/10/514 811/10/510 817/9/514 +f 818/10/512 814/9/509 819/9/512 +f 814/9/509 818/10/512 815/10/509 +f 819/9/513 814/9/507 818/10/513 +f 815/10/507 818/10/513 814/9/507 +f 821/10/513 808/9/507 820/9/513 +f 808/9/507 821/10/513 810/10/507 +f 820/9/512 808/9/509 821/10/512 +f 810/10/509 821/10/512 808/9/509 +f 811/10/515 818/10/515 816/10/515 +f 818/10/515 811/10/515 815/10/515 +f 815/10/515 811/10/515 810/10/515 +f 815/10/515 810/10/515 813/10/515 +f 813/10/515 810/10/515 821/10/515 +f 813/10/515 821/10/515 823/10/515 +f 816/10/516 818/10/516 811/10/516 +f 815/10/516 811/10/516 818/10/516 +f 810/10/516 811/10/516 815/10/516 +f 813/10/516 810/10/516 815/10/516 +f 821/10/516 810/10/516 813/10/516 +f 823/10/516 821/10/516 813/10/516 +f 814/9/516 817/9/516 819/9/516 +f 817/9/516 814/9/516 809/9/516 +f 809/9/516 814/9/516 812/9/516 +f 809/9/516 812/9/516 808/9/516 +f 808/9/516 812/9/516 822/9/516 +f 808/9/516 822/9/516 820/9/516 +f 819/9/515 817/9/515 814/9/515 +f 809/9/515 814/9/515 817/9/515 +f 812/9/515 814/9/515 809/9/515 +f 808/9/515 812/9/515 809/9/515 +f 822/9/515 812/9/515 808/9/515 +f 820/9/515 822/9/515 808/9/515 +f 826/6/81 825/6/81 824/6/81 +f 825/6/81 826/6/81 827/6/81 +f 825/6/81 827/6/81 828/6/81 +f 828/6/81 827/6/81 829/6/81 +f 828/6/81 829/6/81 830/6/81 +f 830/6/81 829/6/81 831/6/81 +f 830/6/81 831/6/81 832/6/81 +f 832/6/81 831/6/81 833/6/81 +f 824/6/82 825/6/82 826/6/82 +f 827/6/82 826/6/82 825/6/82 +f 828/6/82 827/6/82 825/6/82 +f 829/6/82 827/6/82 828/6/82 +f 830/6/82 829/6/82 828/6/82 +f 831/6/82 829/6/82 830/6/82 +f 832/6/82 831/6/82 830/6/82 +f 833/6/82 831/6/82 832/6/82 +f 826/6/307 233/7/307 834/7/307 +f 233/7/307 826/6/307 824/6/307 +f 834/7/308 233/7/308 826/6/308 +f 824/6/308 826/6/308 233/7/308 +f 835/7/87 826/6/88 834/7/88 +f 826/6/88 835/7/87 827/6/87 +f 834/7/85 826/6/85 835/7/86 +f 827/6/86 835/7/86 826/6/85 +f 836/7/90 827/6/87 835/7/87 +f 827/6/87 836/7/90 829/6/90 +f 835/7/86 827/6/86 836/7/89 +f 829/6/89 836/7/89 827/6/86 +f 831/6/92 836/7/90 837/7/92 +f 836/7/90 831/6/92 829/6/90 +f 837/7/91 836/7/89 831/6/91 +f 829/6/89 831/6/91 836/7/89 +f 833/6/97 837/7/92 838/7/97 +f 837/7/92 833/6/97 831/6/92 +f 838/7/98 837/7/91 833/6/98 +f 831/6/91 833/6/98 837/7/91 +f 241/7/309 833/6/309 838/7/309 +f 833/6/309 241/7/309 832/6/309 +f 838/7/310 833/6/310 241/7/310 +f 832/6/310 241/7/310 833/6/310 +f 830/6/91 241/7/98 239/7/91 +f 241/7/98 830/6/91 832/6/98 +f 239/7/92 241/7/97 830/6/92 +f 832/6/97 830/6/92 241/7/97 +f 828/6/89 239/7/91 237/7/89 +f 239/7/91 828/6/89 830/6/91 +f 237/7/90 239/7/92 828/6/90 +f 830/6/92 828/6/90 239/7/92 +f 828/6/89 234/7/86 825/6/86 +f 234/7/86 828/6/89 237/7/89 +f 825/6/87 234/7/87 828/6/90 +f 237/7/90 828/6/90 234/7/87 +f 825/6/86 233/7/85 824/6/85 +f 233/7/85 825/6/86 234/7/86 +f 824/6/88 233/7/88 825/6/87 +f 234/7/87 825/6/87 233/7/88 +f 840/7/82 839/7/82 253/7/82 +f 839/7/82 840/7/82 254/7/82 +f 839/7/82 254/7/82 841/7/82 +f 841/7/82 254/7/82 842/7/82 +f 841/7/82 842/7/82 843/7/82 +f 843/7/82 842/7/82 844/7/82 +f 844/7/82 842/7/82 256/7/82 +f 844/7/82 256/7/82 845/7/82 +f 253/7/81 839/7/81 840/7/81 +f 254/7/81 840/7/81 839/7/81 +f 841/7/81 254/7/81 839/7/81 +f 842/7/81 254/7/81 841/7/81 +f 843/7/81 842/7/81 841/7/81 +f 844/7/81 842/7/81 843/7/81 +f 256/7/81 842/7/81 844/7/81 +f 845/7/81 256/7/81 844/7/81 +f 846/8/81 252/8/81 244/8/81 +f 252/8/81 846/8/81 251/8/81 +f 251/8/81 846/8/81 847/8/81 +f 251/8/81 847/8/81 250/8/81 +f 250/8/81 847/8/81 848/8/81 +f 250/8/81 848/8/81 849/8/81 +f 250/8/81 849/8/81 249/8/81 +f 249/8/81 849/8/81 850/8/81 +f 244/8/82 252/8/82 846/8/82 +f 251/8/82 846/8/82 252/8/82 +f 847/8/82 846/8/82 251/8/82 +f 250/8/82 847/8/82 251/8/82 +f 848/8/82 847/8/82 250/8/82 +f 849/8/82 848/8/82 250/8/82 +f 249/8/82 849/8/82 250/8/82 +f 850/8/82 849/8/82 249/8/82 +f 846/8/307 253/7/307 839/7/307 +f 253/7/307 846/8/307 244/8/307 +f 839/7/308 253/7/308 846/8/308 +f 244/8/308 846/8/308 253/7/308 +f 841/7/87 846/8/88 839/7/88 +f 846/8/88 841/7/87 847/8/87 +f 839/7/85 846/8/85 841/7/86 +f 847/8/86 841/7/86 846/8/85 +f 843/7/90 847/8/87 841/7/87 +f 847/8/87 843/7/90 848/8/90 +f 841/7/86 847/8/86 843/7/89 +f 848/8/89 843/7/89 847/8/86 +f 849/8/92 843/7/90 844/7/92 +f 843/7/90 849/8/92 848/8/90 +f 844/7/91 843/7/89 849/8/91 +f 848/8/89 849/8/91 843/7/89 +f 850/8/94 844/7/92 845/7/94 +f 844/7/92 850/8/94 849/8/92 +f 845/7/93 844/7/91 850/8/93 +f 849/8/91 850/8/93 844/7/91 +f 256/7/309 850/8/309 845/7/309 +f 850/8/309 256/7/309 249/8/309 +f 845/7/310 850/8/310 256/7/310 +f 249/8/310 256/7/310 850/8/310 +f 250/8/91 256/7/98 842/7/91 +f 256/7/98 250/8/91 249/8/98 +f 842/7/92 256/7/97 250/8/92 +f 249/8/97 250/8/92 256/7/97 +f 251/8/89 842/7/91 254/7/89 +f 842/7/91 251/8/89 250/8/91 +f 254/7/90 842/7/92 251/8/90 +f 250/8/92 251/8/90 842/7/92 +f 251/8/89 840/7/86 252/8/86 +f 840/7/86 251/8/89 254/7/89 +f 252/8/87 840/7/87 251/8/90 +f 254/7/90 251/8/90 840/7/87 +f 252/8/86 253/7/85 244/8/85 +f 253/7/85 252/8/86 840/7/86 +f 244/8/88 253/7/88 252/8/87 +f 840/7/87 252/8/87 253/7/88 +f 853/8/393 852/7/394 851/8/394 +f 852/7/394 853/8/393 854/7/393 +f 851/8/391 852/7/391 853/8/392 +f 854/7/392 853/8/392 852/7/391 +f 857/8/397 856/7/398 855/7/397 +f 856/7/398 857/8/397 858/8/398 +f 855/7/395 856/7/396 857/8/395 +f 858/8/396 857/8/395 856/7/396 +f 858/8/398 859/7/400 856/7/398 +f 859/7/400 858/8/398 860/8/400 +f 856/7/396 859/7/399 858/8/396 +f 860/8/399 858/8/396 859/7/399 +f 863/7/403 862/8/404 861/7/404 +f 862/8/404 863/7/403 864/8/403 +f 861/7/401 862/8/401 863/7/402 +f 864/8/402 863/7/402 862/8/401 +f 861/7/404 857/8/397 855/7/397 +f 857/8/397 861/7/404 862/8/404 +f 855/7/395 857/8/395 861/7/401 +f 862/8/401 861/7/401 857/8/395 +f 851/8/394 859/7/400 860/8/400 +f 859/7/400 851/8/394 852/7/394 +f 860/8/399 859/7/399 851/8/391 +f 852/7/391 851/8/391 859/7/399 +f 851/8/81 864/8/81 853/8/81 +f 864/8/81 851/8/81 860/8/81 +f 864/8/81 860/8/81 858/8/81 +f 864/8/81 858/8/81 857/8/81 +f 864/8/81 857/8/81 862/8/81 +f 853/8/82 864/8/82 851/8/82 +f 860/8/82 851/8/82 864/8/82 +f 858/8/82 860/8/82 864/8/82 +f 857/8/82 858/8/82 864/8/82 +f 862/8/82 857/8/82 864/8/82 +f 867/10/406 866/9/405 865/9/406 +f 866/9/405 867/10/406 868/10/405 +f 865/9/408 866/9/407 867/10/408 +f 868/10/407 867/10/408 866/9/407 +f 871/10/408 870/9/407 869/9/408 +f 870/9/407 871/10/408 872/10/407 +f 869/9/406 870/9/405 871/10/406 +f 872/10/405 871/10/406 870/9/405 +f 875/10/412 874/9/411 873/10/411 +f 874/9/411 875/10/412 876/9/412 +f 873/10/410 874/9/410 875/10/409 +f 876/9/409 875/10/409 874/9/410 +f 879/9/410 878/10/409 877/9/409 +f 878/10/409 879/9/410 880/10/410 +f 877/9/412 878/10/412 879/9/411 +f 880/10/411 879/9/411 878/10/412 +f 872/10/407 879/9/410 870/9/407 +f 879/9/410 872/10/407 880/10/410 +f 870/9/405 879/9/411 872/10/405 +f 880/10/411 872/10/405 879/9/411 +f 868/10/405 874/9/411 866/9/405 +f 874/9/411 868/10/405 873/10/411 +f 866/9/407 874/9/410 868/10/407 +f 873/10/410 868/10/407 874/9/410 +f 875/10/412 869/9/408 876/9/412 +f 869/9/408 875/10/412 871/10/408 +f 876/9/409 869/9/406 875/10/409 +f 871/10/406 875/10/409 869/9/406 +f 878/10/409 865/9/406 877/9/409 +f 865/9/406 878/10/409 867/10/406 +f 877/9/412 865/9/408 878/10/412 +f 867/10/408 878/10/412 865/9/408 +f 868/10/414 875/10/414 873/10/414 +f 875/10/414 868/10/414 871/10/414 +f 871/10/414 868/10/414 867/10/414 +f 871/10/414 867/10/414 872/10/414 +f 872/10/414 867/10/414 878/10/414 +f 872/10/414 878/10/414 880/10/414 +f 873/10/413 875/10/413 868/10/413 +f 871/10/413 868/10/413 875/10/413 +f 867/10/413 868/10/413 871/10/413 +f 872/10/413 867/10/413 871/10/413 +f 878/10/413 867/10/413 872/10/413 +f 880/10/413 878/10/413 872/10/413 +f 869/9/413 874/9/413 876/9/413 +f 874/9/413 869/9/413 866/9/413 +f 866/9/413 869/9/413 870/9/413 +f 866/9/413 870/9/413 865/9/413 +f 865/9/413 870/9/413 879/9/413 +f 865/9/413 879/9/413 877/9/413 +f 876/9/414 874/9/414 869/9/414 +f 866/9/414 869/9/414 874/9/414 +f 870/9/414 869/9/414 866/9/414 +f 865/9/414 870/9/414 866/9/414 +f 879/9/414 870/9/414 865/9/414 +f 877/9/414 879/9/414 865/9/414 +f 883/10/416 882/9/415 881/9/416 +f 882/9/415 883/10/416 884/10/415 +f 881/9/418 882/9/417 883/10/418 +f 884/10/417 883/10/418 882/9/417 +f 887/10/418 886/9/417 885/9/418 +f 886/9/417 887/10/418 888/10/417 +f 885/9/416 886/9/415 887/10/416 +f 888/10/415 887/10/416 886/9/415 +f 891/10/422 890/9/421 889/10/421 +f 890/9/421 891/10/422 892/9/422 +f 889/10/420 890/9/420 891/10/419 +f 892/9/419 891/10/419 890/9/420 +f 895/9/420 894/10/419 893/9/419 +f 894/10/419 895/9/420 896/10/420 +f 893/9/422 894/10/422 895/9/421 +f 896/10/421 895/9/421 894/10/422 +f 888/10/417 895/9/420 886/9/417 +f 895/9/420 888/10/417 896/10/420 +f 886/9/415 895/9/421 888/10/415 +f 896/10/421 888/10/415 895/9/421 +f 884/10/415 890/9/421 882/9/415 +f 890/9/421 884/10/415 889/10/421 +f 882/9/417 890/9/420 884/10/417 +f 889/10/420 884/10/417 890/9/420 +f 891/10/422 885/9/418 892/9/422 +f 885/9/418 891/10/422 887/10/418 +f 892/9/419 885/9/416 891/10/419 +f 887/10/416 891/10/419 885/9/416 +f 894/10/419 881/9/416 893/9/419 +f 881/9/416 894/10/419 883/10/416 +f 893/9/422 881/9/418 894/10/422 +f 883/10/418 894/10/422 881/9/418 +f 884/10/94 891/10/94 889/10/94 +f 891/10/94 884/10/94 887/10/94 +f 887/10/94 884/10/94 883/10/94 +f 887/10/94 883/10/94 888/10/94 +f 888/10/94 883/10/94 894/10/94 +f 888/10/94 894/10/94 896/10/94 +f 889/10/93 891/10/93 884/10/93 +f 887/10/93 884/10/93 891/10/93 +f 883/10/93 884/10/93 887/10/93 +f 888/10/93 883/10/93 887/10/93 +f 894/10/93 883/10/93 888/10/93 +f 896/10/93 894/10/93 888/10/93 +f 885/9/93 890/9/93 892/9/93 +f 890/9/93 885/9/93 882/9/93 +f 882/9/93 885/9/93 886/9/93 +f 882/9/93 886/9/93 881/9/93 +f 881/9/93 886/9/93 895/9/93 +f 881/9/93 895/9/93 893/9/93 +f 892/9/94 890/9/94 885/9/94 +f 882/9/94 885/9/94 890/9/94 +f 886/9/94 885/9/94 882/9/94 +f 881/9/94 886/9/94 882/9/94 +f 895/9/94 886/9/94 881/9/94 +f 893/9/94 895/9/94 881/9/94 +f 899/10/416 898/9/415 897/9/416 +f 898/9/415 899/10/416 900/10/415 +f 897/9/418 898/9/417 899/10/418 +f 900/10/417 899/10/418 898/9/417 +f 903/10/418 902/9/417 901/9/418 +f 902/9/417 903/10/418 904/10/417 +f 901/9/416 902/9/415 903/10/416 +f 904/10/415 903/10/416 902/9/415 +f 907/10/422 906/9/421 905/10/421 +f 906/9/421 907/10/422 908/9/422 +f 905/10/420 906/9/420 907/10/419 +f 908/9/419 907/10/419 906/9/420 +f 911/9/420 910/10/419 909/9/419 +f 910/10/419 911/9/420 912/10/420 +f 909/9/422 910/10/422 911/9/421 +f 912/10/421 911/9/421 910/10/422 +f 904/10/417 911/9/420 902/9/417 +f 911/9/420 904/10/417 912/10/420 +f 902/9/415 911/9/421 904/10/415 +f 912/10/421 904/10/415 911/9/421 +f 900/10/415 906/9/421 898/9/415 +f 906/9/421 900/10/415 905/10/421 +f 898/9/417 906/9/420 900/10/417 +f 905/10/420 900/10/417 906/9/420 +f 907/10/422 901/9/418 908/9/422 +f 901/9/418 907/10/422 903/10/418 +f 908/9/419 901/9/416 907/10/419 +f 903/10/416 907/10/419 901/9/416 +f 910/10/419 897/9/416 909/9/419 +f 897/9/416 910/10/419 899/10/416 +f 909/9/422 897/9/418 910/10/422 +f 899/10/418 910/10/422 897/9/418 +f 900/10/94 907/10/94 905/10/94 +f 907/10/94 900/10/94 903/10/94 +f 903/10/94 900/10/94 899/10/94 +f 903/10/94 899/10/94 904/10/94 +f 904/10/94 899/10/94 910/10/94 +f 904/10/94 910/10/94 912/10/94 +f 905/10/93 907/10/93 900/10/93 +f 903/10/93 900/10/93 907/10/93 +f 899/10/93 900/10/93 903/10/93 +f 904/10/93 899/10/93 903/10/93 +f 910/10/93 899/10/93 904/10/93 +f 912/10/93 910/10/93 904/10/93 +f 901/9/93 906/9/93 908/9/93 +f 906/9/93 901/9/93 898/9/93 +f 898/9/93 901/9/93 902/9/93 +f 898/9/93 902/9/93 897/9/93 +f 897/9/93 902/9/93 911/9/93 +f 897/9/93 911/9/93 909/9/93 +f 908/9/94 906/9/94 901/9/94 +f 898/9/94 901/9/94 906/9/94 +f 902/9/94 901/9/94 898/9/94 +f 897/9/94 902/9/94 898/9/94 +f 911/9/94 902/9/94 897/9/94 +f 909/9/94 911/9/94 897/9/94 +f 915/10/424 914/9/423 913/9/424 +f 914/9/423 915/10/424 916/10/423 +f 913/9/426 914/9/425 915/10/426 +f 916/10/425 915/10/426 914/9/425 +f 919/9/426 918/10/425 917/9/425 +f 918/10/425 919/9/426 920/10/426 +f 917/9/423 918/10/423 919/9/424 +f 920/10/424 919/9/424 918/10/423 +f 923/10/430 922/9/429 921/10/429 +f 922/9/429 923/10/430 924/9/430 +f 921/10/428 922/9/428 923/10/427 +f 924/9/427 923/10/427 922/9/428 +f 927/9/428 926/10/427 925/9/427 +f 926/10/427 927/9/428 928/10/428 +f 925/9/430 926/10/430 927/9/429 +f 928/10/429 927/9/429 926/10/430 +f 918/10/425 927/9/428 917/9/425 +f 927/9/428 918/10/425 928/10/428 +f 917/9/423 927/9/429 918/10/423 +f 928/10/429 918/10/423 927/9/429 +f 916/10/423 922/9/429 914/9/423 +f 922/9/429 916/10/423 921/10/429 +f 914/9/425 922/9/428 916/10/425 +f 921/10/428 916/10/425 922/9/428 +f 923/10/430 919/9/426 924/9/430 +f 919/9/426 923/10/430 920/10/426 +f 924/9/427 919/9/424 923/10/427 +f 920/10/424 923/10/427 919/9/424 +f 926/10/427 913/9/424 925/9/427 +f 913/9/424 926/10/427 915/10/424 +f 925/9/430 913/9/426 926/10/430 +f 915/10/426 926/10/430 913/9/426 +f 916/10/432 923/10/432 921/10/432 +f 923/10/432 916/10/432 920/10/432 +f 920/10/432 916/10/432 915/10/432 +f 920/10/432 915/10/432 918/10/432 +f 918/10/432 915/10/432 926/10/432 +f 918/10/432 926/10/432 928/10/432 +f 921/10/431 923/10/431 916/10/431 +f 920/10/431 916/10/431 923/10/431 +f 915/10/431 916/10/431 920/10/431 +f 918/10/431 915/10/431 920/10/431 +f 926/10/431 915/10/431 918/10/431 +f 928/10/431 926/10/431 918/10/431 +f 919/9/431 922/9/431 924/9/431 +f 922/9/431 919/9/431 914/9/431 +f 914/9/431 919/9/431 917/9/431 +f 914/9/431 917/9/431 913/9/431 +f 913/9/431 917/9/431 927/9/431 +f 913/9/431 927/9/431 925/9/431 +f 924/9/432 922/9/432 919/9/432 +f 914/9/432 919/9/432 922/9/432 +f 917/9/432 919/9/432 914/9/432 +f 913/9/432 917/9/432 914/9/432 +f 927/9/432 917/9/432 913/9/432 +f 925/9/432 927/9/432 913/9/432 +f 931/6/192 930/7/192 929/6/192 +f 930/7/192 931/6/192 932/7/192 +f 929/6/191 930/7/191 931/6/191 +f 932/7/191 931/6/191 930/7/191 +f 931/6/180 933/7/180 932/7/180 +f 933/7/180 931/6/180 934/6/180 +f 932/7/179 933/7/179 931/6/179 +f 934/6/179 931/6/179 933/7/179 +f 935/7/363 929/6/365 930/7/365 +f 929/6/365 935/7/363 936/6/363 +f 930/7/366 929/6/366 935/7/364 +f 936/6/364 935/7/364 929/6/366 +f 933/7/360 938/6/359 937/7/359 +f 938/6/359 933/7/360 934/6/360 +f 937/7/362 938/6/362 933/7/361 +f 934/6/361 933/7/361 938/6/362 +f 936/6/81 931/6/81 929/6/81 +f 931/6/81 936/6/81 934/6/81 +f 934/6/81 936/6/81 938/6/81 +f 929/6/82 931/6/82 936/6/82 +f 934/6/82 936/6/82 931/6/82 +f 938/6/82 936/6/82 934/6/82 +f 938/6/359 935/7/363 937/7/359 +f 935/7/363 938/6/359 936/6/363 +f 937/7/362 935/7/364 938/6/362 +f 936/6/364 938/6/362 935/7/364 +f 941/8/180 940/7/180 939/7/180 +f 940/7/180 941/8/180 942/8/180 +f 939/7/179 940/7/179 941/8/179 +f 942/8/179 941/8/179 940/7/179 +f 941/8/192 944/7/192 943/8/192 +f 944/7/192 941/8/192 939/7/192 +f 943/8/191 944/7/191 941/8/191 +f 939/7/191 941/8/191 944/7/191 +f 945/8/81 941/8/81 943/8/81 +f 941/8/81 945/8/81 942/8/81 +f 942/8/81 945/8/81 946/8/81 +f 943/8/82 941/8/82 945/8/82 +f 942/8/82 945/8/82 941/8/82 +f 946/8/82 945/8/82 942/8/82 +f 940/7/82 944/7/82 939/7/82 +f 944/7/82 940/7/82 947/7/82 +f 947/7/82 940/7/82 948/7/82 +f 939/7/81 944/7/81 940/7/81 +f 947/7/81 940/7/81 944/7/81 +f 948/7/81 940/7/81 947/7/81 +f 940/7/360 946/8/359 948/7/359 +f 946/8/359 940/7/360 942/8/360 +f 948/7/362 946/8/362 940/7/361 +f 942/8/361 940/7/361 946/8/362 +f 946/8/359 947/7/517 948/7/359 +f 947/7/517 946/8/359 945/8/517 +f 948/7/362 947/7/518 946/8/362 +f 945/8/518 946/8/362 947/7/518 +f 947/7/517 943/8/365 944/7/365 +f 943/8/365 947/7/517 945/8/517 +f 944/7/366 943/8/366 947/7/518 +f 945/8/518 947/7/518 943/8/366 +f 951/6/367 950/7/367 949/6/367 +f 950/7/367 951/6/367 952/7/367 +f 949/6/368 950/7/368 951/6/368 +f 952/7/368 951/6/368 950/7/368 +f 951/6/369 953/7/369 952/7/369 +f 953/7/369 951/6/369 954/6/369 +f 952/7/370 953/7/370 951/6/370 +f 954/6/370 951/6/370 953/7/370 +f 955/7/375 949/6/377 950/7/377 +f 949/6/377 955/7/375 956/6/375 +f 950/7/378 949/6/378 955/7/376 +f 956/6/376 955/7/376 949/6/378 +f 953/7/372 958/6/371 957/7/371 +f 958/6/371 953/7/372 954/6/372 +f 957/7/374 958/6/374 953/7/373 +f 954/6/373 953/7/373 958/6/374 +f 956/6/81 951/6/81 949/6/81 +f 951/6/81 956/6/81 954/6/81 +f 954/6/81 956/6/81 958/6/81 +f 949/6/82 951/6/82 956/6/82 +f 954/6/82 956/6/82 951/6/82 +f 958/6/82 956/6/82 954/6/82 +f 958/6/371 955/7/375 957/7/371 +f 955/7/375 958/6/371 956/6/375 +f 957/7/374 955/7/376 958/6/374 +f 956/6/376 958/6/374 955/7/376 +f 961/8/369 960/7/369 959/7/369 +f 960/7/369 961/8/369 962/8/369 +f 959/7/370 960/7/370 961/8/370 +f 962/8/370 961/8/370 960/7/370 +f 961/8/367 964/7/367 963/8/367 +f 964/7/367 961/8/367 959/7/367 +f 963/8/368 964/7/368 961/8/368 +f 959/7/368 961/8/368 964/7/368 +f 965/8/81 961/8/81 963/8/81 +f 961/8/81 965/8/81 962/8/81 +f 962/8/81 965/8/81 966/8/81 +f 963/8/82 961/8/82 965/8/82 +f 962/8/82 965/8/82 961/8/82 +f 966/8/82 965/8/82 962/8/82 +f 960/7/82 964/7/82 959/7/82 +f 964/7/82 960/7/82 967/7/82 +f 967/7/82 960/7/82 968/7/82 +f 959/7/81 964/7/81 960/7/81 +f 967/7/81 960/7/81 964/7/81 +f 968/7/81 960/7/81 967/7/81 +f 960/7/372 966/8/371 968/7/371 +f 966/8/371 960/7/372 962/8/372 +f 968/7/374 966/8/374 960/7/373 +f 962/8/373 960/7/373 966/8/374 +f 966/8/371 967/7/519 968/7/371 +f 967/7/519 966/8/371 965/8/519 +f 968/7/374 967/7/520 966/8/374 +f 965/8/520 966/8/374 967/7/520 +f 967/7/519 963/8/377 964/7/377 +f 963/8/377 967/7/519 965/8/519 +f 964/7/378 963/8/378 967/7/520 +f 965/8/520 967/7/520 963/8/378 +f 971/6/310 970/7/310 969/6/310 +f 970/7/310 971/6/310 972/7/310 +f 969/6/309 970/7/309 971/6/309 +f 972/7/309 971/6/309 970/7/309 +f 971/6/308 973/7/308 972/7/308 +f 973/7/308 971/6/308 974/6/308 +f 972/7/307 973/7/307 971/6/307 +f 974/6/307 971/6/307 973/7/307 +f 975/7/376 969/6/378 970/7/378 +f 969/6/378 975/7/376 976/6/376 +f 970/7/377 969/6/377 975/7/375 +f 976/6/375 975/7/375 969/6/377 +f 973/7/373 978/6/374 977/7/374 +f 978/6/374 973/7/373 974/6/373 +f 977/7/371 978/6/371 973/7/372 +f 974/6/372 973/7/372 978/6/371 +f 976/6/81 971/6/81 969/6/81 +f 971/6/81 976/6/81 974/6/81 +f 974/6/81 976/6/81 978/6/81 +f 969/6/82 971/6/82 976/6/82 +f 974/6/82 976/6/82 971/6/82 +f 978/6/82 976/6/82 974/6/82 +f 978/6/374 975/7/376 977/7/374 +f 975/7/376 978/6/374 976/6/376 +f 977/7/371 975/7/375 978/6/371 +f 976/6/375 978/6/371 975/7/375 +f 249/8/308 980/7/308 979/7/308 +f 980/7/308 249/8/308 981/8/308 +f 979/7/307 980/7/307 249/8/307 +f 981/8/307 249/8/307 980/7/307 +f 249/8/310 982/7/310 850/8/310 +f 982/7/310 249/8/310 979/7/310 +f 850/8/309 982/7/309 249/8/309 +f 979/7/309 249/8/309 982/7/309 +f 983/8/81 249/8/81 850/8/81 +f 249/8/81 983/8/81 981/8/81 +f 981/8/81 983/8/81 984/8/81 +f 850/8/82 249/8/82 983/8/82 +f 981/8/82 983/8/82 249/8/82 +f 984/8/82 983/8/82 981/8/82 +f 980/7/82 982/7/82 979/7/82 +f 982/7/82 980/7/82 985/7/82 +f 985/7/82 980/7/82 986/7/82 +f 979/7/81 982/7/81 980/7/81 +f 985/7/81 980/7/81 982/7/81 +f 986/7/81 980/7/81 985/7/81 +f 980/7/373 984/8/374 986/7/374 +f 984/8/374 980/7/373 981/8/373 +f 986/7/371 984/8/371 980/7/372 +f 981/8/372 980/7/372 984/8/371 +f 984/8/374 985/7/520 986/7/374 +f 985/7/520 984/8/374 983/8/520 +f 986/7/371 985/7/519 984/8/371 +f 983/8/519 984/8/371 985/7/519 +f 985/7/520 850/8/378 982/7/378 +f 850/8/378 985/7/520 983/8/520 +f 982/7/377 850/8/377 985/7/519 +f 983/8/519 985/7/519 850/8/377 +f 989/6/192 988/7/192 987/6/192 +f 988/7/192 989/6/192 990/7/192 +f 987/6/191 988/7/191 989/6/191 +f 990/7/191 989/6/191 988/7/191 +f 989/6/180 991/7/180 990/7/180 +f 991/7/180 989/6/180 992/6/180 +f 990/7/179 991/7/179 989/6/179 +f 992/6/179 989/6/179 991/7/179 +f 993/7/363 987/6/365 988/7/365 +f 987/6/365 993/7/363 994/6/363 +f 988/7/366 987/6/366 993/7/364 +f 994/6/364 993/7/364 987/6/366 +f 991/7/360 996/6/359 995/7/359 +f 996/6/359 991/7/360 992/6/360 +f 995/7/362 996/6/362 991/7/361 +f 992/6/361 991/7/361 996/6/362 +f 994/6/81 989/6/81 987/6/81 +f 989/6/81 994/6/81 992/6/81 +f 992/6/81 994/6/81 996/6/81 +f 987/6/82 989/6/82 994/6/82 +f 992/6/82 994/6/82 989/6/82 +f 996/6/82 994/6/82 992/6/82 +f 996/6/359 993/7/363 995/7/359 +f 993/7/363 996/6/359 994/6/363 +f 995/7/362 993/7/364 996/6/362 +f 994/6/364 996/6/362 993/7/364 +f 999/8/180 998/7/180 997/7/180 +f 998/7/180 999/8/180 1000/8/180 +f 997/7/179 998/7/179 999/8/179 +f 1000/8/179 999/8/179 998/7/179 +f 999/8/192 1002/7/192 1001/8/192 +f 1002/7/192 999/8/192 997/7/192 +f 1001/8/191 1002/7/191 999/8/191 +f 997/7/191 999/8/191 1002/7/191 +f 1003/8/81 999/8/81 1001/8/81 +f 999/8/81 1003/8/81 1000/8/81 +f 1000/8/81 1003/8/81 1004/8/81 +f 1001/8/82 999/8/82 1003/8/82 +f 1000/8/82 1003/8/82 999/8/82 +f 1004/8/82 1003/8/82 1000/8/82 +f 998/7/82 1002/7/82 997/7/82 +f 1002/7/82 998/7/82 1005/7/82 +f 1005/7/82 998/7/82 1006/7/82 +f 997/7/81 1002/7/81 998/7/81 +f 1005/7/81 998/7/81 1002/7/81 +f 1006/7/81 998/7/81 1005/7/81 +f 998/7/360 1004/8/359 1006/7/359 +f 1004/8/359 998/7/360 1000/8/360 +f 1006/7/362 1004/8/362 998/7/361 +f 1000/8/361 998/7/361 1004/8/362 +f 1004/8/359 1005/7/517 1006/7/359 +f 1005/7/517 1004/8/359 1003/8/517 +f 1006/7/362 1005/7/518 1004/8/362 +f 1003/8/518 1004/8/362 1005/7/518 +f 1005/7/517 1001/8/365 1002/7/365 +f 1001/8/365 1005/7/517 1003/8/517 +f 1002/7/366 1001/8/366 1005/7/518 +f 1003/8/518 1005/7/518 1001/8/366 +f 1009/6/310 1008/7/310 1007/6/310 +f 1008/7/310 1009/6/310 1010/7/310 +f 1007/6/309 1008/7/309 1009/6/309 +f 1010/7/309 1009/6/309 1008/7/309 +f 1009/6/308 1011/7/308 1010/7/308 +f 1011/7/308 1009/6/308 1012/6/308 +f 1010/7/307 1011/7/307 1009/6/307 +f 1012/6/307 1009/6/307 1011/7/307 +f 1013/7/376 1007/6/378 1008/7/378 +f 1007/6/378 1013/7/376 1014/6/376 +f 1008/7/377 1007/6/377 1013/7/375 +f 1014/6/375 1013/7/375 1007/6/377 +f 1011/7/373 1016/6/374 1015/7/374 +f 1016/6/374 1011/7/373 1012/6/373 +f 1015/7/371 1016/6/371 1011/7/372 +f 1012/6/372 1011/7/372 1016/6/371 +f 1014/6/81 1009/6/81 1007/6/81 +f 1009/6/81 1014/6/81 1012/6/81 +f 1012/6/81 1014/6/81 1016/6/81 +f 1007/6/82 1009/6/82 1014/6/82 +f 1012/6/82 1014/6/82 1009/6/82 +f 1016/6/82 1014/6/82 1012/6/82 +f 1016/6/374 1013/7/376 1015/7/374 +f 1013/7/376 1016/6/374 1014/6/376 +f 1015/7/371 1013/7/375 1016/6/371 +f 1014/6/375 1016/6/371 1013/7/375 +f 244/8/308 1018/7/308 1017/7/308 +f 1018/7/308 244/8/308 846/8/308 +f 1017/7/307 1018/7/307 244/8/307 +f 846/8/307 244/8/307 1018/7/307 +f 244/8/310 1020/7/310 1019/8/310 +f 1020/7/310 244/8/310 1017/7/310 +f 1019/8/309 1020/7/309 244/8/309 +f 1017/7/309 244/8/309 1020/7/309 +f 1021/8/81 244/8/81 1019/8/81 +f 244/8/81 1021/8/81 846/8/81 +f 846/8/81 1021/8/81 1022/8/81 +f 1019/8/82 244/8/82 1021/8/82 +f 846/8/82 1021/8/82 244/8/82 +f 1022/8/82 1021/8/82 846/8/82 +f 1018/7/82 1020/7/82 1017/7/82 +f 1020/7/82 1018/7/82 1023/7/82 +f 1023/7/82 1018/7/82 1024/7/82 +f 1017/7/81 1020/7/81 1018/7/81 +f 1023/7/81 1018/7/81 1020/7/81 +f 1024/7/81 1018/7/81 1023/7/81 +f 1018/7/373 1022/8/374 1024/7/374 +f 1022/8/374 1018/7/373 846/8/373 +f 1024/7/371 1022/8/371 1018/7/372 +f 846/8/372 1018/7/372 1022/8/371 +f 1022/8/374 1023/7/520 1024/7/374 +f 1023/7/520 1022/8/374 1021/8/520 +f 1024/7/371 1023/7/519 1022/8/371 +f 1021/8/519 1022/8/371 1023/7/519 +f 1023/7/520 1019/8/378 1020/7/378 +f 1019/8/378 1023/7/520 1021/8/520 +f 1020/7/377 1019/8/377 1023/7/519 +f 1021/8/519 1023/7/519 1019/8/377 +f 1027/6/288 1026/7/288 1025/6/288 +f 1026/7/288 1027/6/288 1028/7/288 +f 1025/6/287 1026/7/287 1027/6/287 +f 1028/7/287 1027/6/287 1026/7/287 +f 1027/6/276 1029/7/276 1028/7/276 +f 1029/7/276 1027/6/276 1030/6/276 +f 1028/7/275 1029/7/275 1027/6/275 +f 1030/6/275 1027/6/275 1029/7/275 +f 1031/7/383 1025/6/385 1026/7/385 +f 1025/6/385 1031/7/383 1032/6/383 +f 1026/7/386 1025/6/386 1031/7/384 +f 1032/6/384 1031/7/384 1025/6/386 +f 1029/7/380 1034/6/379 1033/7/379 +f 1034/6/379 1029/7/380 1030/6/380 +f 1033/7/382 1034/6/382 1029/7/381 +f 1030/6/381 1029/7/381 1034/6/382 +f 1032/6/81 1027/6/81 1025/6/81 +f 1027/6/81 1032/6/81 1030/6/81 +f 1030/6/81 1032/6/81 1034/6/81 +f 1025/6/82 1027/6/82 1032/6/82 +f 1030/6/82 1032/6/82 1027/6/82 +f 1034/6/82 1032/6/82 1030/6/82 +f 1034/6/379 1031/7/383 1033/7/379 +f 1031/7/383 1034/6/379 1032/6/383 +f 1033/7/382 1031/7/384 1034/6/382 +f 1032/6/384 1034/6/382 1031/7/384 +f 1037/8/276 1036/7/276 1035/7/276 +f 1036/7/276 1037/8/276 1038/8/276 +f 1035/7/275 1036/7/275 1037/8/275 +f 1038/8/275 1037/8/275 1036/7/275 +f 1037/8/288 1040/7/288 1039/8/288 +f 1040/7/288 1037/8/288 1035/7/288 +f 1039/8/287 1040/7/287 1037/8/287 +f 1035/7/287 1037/8/287 1040/7/287 +f 1041/8/81 1037/8/81 1039/8/81 +f 1037/8/81 1041/8/81 1038/8/81 +f 1038/8/81 1041/8/81 1042/8/81 +f 1039/8/82 1037/8/82 1041/8/82 +f 1038/8/82 1041/8/82 1037/8/82 +f 1042/8/82 1041/8/82 1038/8/82 +f 1036/7/82 1040/7/82 1035/7/82 +f 1040/7/82 1036/7/82 1043/7/82 +f 1043/7/82 1036/7/82 1044/7/82 +f 1035/7/81 1040/7/81 1036/7/81 +f 1043/7/81 1036/7/81 1040/7/81 +f 1044/7/81 1036/7/81 1043/7/81 +f 1036/7/380 1042/8/379 1044/7/379 +f 1042/8/379 1036/7/380 1038/8/380 +f 1044/7/382 1042/8/382 1036/7/381 +f 1038/8/381 1036/7/381 1042/8/382 +f 1042/8/379 1043/7/521 1044/7/379 +f 1043/7/521 1042/8/379 1041/8/521 +f 1044/7/382 1043/7/522 1042/8/382 +f 1041/8/522 1042/8/382 1043/7/522 +f 1043/7/521 1039/8/385 1040/7/385 +f 1039/8/385 1043/7/521 1041/8/521 +f 1040/7/386 1039/8/386 1043/7/522 +f 1041/8/522 1043/7/522 1039/8/386 +f 1047/6/288 1046/7/288 1045/6/288 +f 1046/7/288 1047/6/288 1048/7/288 +f 1045/6/287 1046/7/287 1047/6/287 +f 1048/7/287 1047/6/287 1046/7/287 +f 1047/6/276 1049/7/276 1048/7/276 +f 1049/7/276 1047/6/276 1050/6/276 +f 1048/7/275 1049/7/275 1047/6/275 +f 1050/6/275 1047/6/275 1049/7/275 +f 1051/7/383 1045/6/385 1046/7/385 +f 1045/6/385 1051/7/383 1052/6/383 +f 1046/7/386 1045/6/386 1051/7/384 +f 1052/6/384 1051/7/384 1045/6/386 +f 1049/7/380 1054/6/379 1053/7/379 +f 1054/6/379 1049/7/380 1050/6/380 +f 1053/7/382 1054/6/382 1049/7/381 +f 1050/6/381 1049/7/381 1054/6/382 +f 1052/6/81 1047/6/81 1045/6/81 +f 1047/6/81 1052/6/81 1050/6/81 +f 1050/6/81 1052/6/81 1054/6/81 +f 1045/6/82 1047/6/82 1052/6/82 +f 1050/6/82 1052/6/82 1047/6/82 +f 1054/6/82 1052/6/82 1050/6/82 +f 1054/6/379 1051/7/383 1053/7/379 +f 1051/7/383 1054/6/379 1052/6/383 +f 1053/7/382 1051/7/384 1054/6/382 +f 1052/6/384 1054/6/382 1051/7/384 +f 1057/8/276 1056/7/276 1055/7/276 +f 1056/7/276 1057/8/276 1058/8/276 +f 1055/7/275 1056/7/275 1057/8/275 +f 1058/8/275 1057/8/275 1056/7/275 +f 1057/8/288 1060/7/288 1059/8/288 +f 1060/7/288 1057/8/288 1055/7/288 +f 1059/8/287 1060/7/287 1057/8/287 +f 1055/7/287 1057/8/287 1060/7/287 +f 1061/8/81 1057/8/81 1059/8/81 +f 1057/8/81 1061/8/81 1058/8/81 +f 1058/8/81 1061/8/81 1062/8/81 +f 1059/8/82 1057/8/82 1061/8/82 +f 1058/8/82 1061/8/82 1057/8/82 +f 1062/8/82 1061/8/82 1058/8/82 +f 1056/7/82 1060/7/82 1055/7/82 +f 1060/7/82 1056/7/82 1063/7/82 +f 1063/7/82 1056/7/82 1064/7/82 +f 1055/7/81 1060/7/81 1056/7/81 +f 1063/7/81 1056/7/81 1060/7/81 +f 1064/7/81 1056/7/81 1063/7/81 +f 1056/7/380 1062/8/379 1064/7/379 +f 1062/8/379 1056/7/380 1058/8/380 +f 1064/7/382 1062/8/382 1056/7/381 +f 1058/8/381 1056/7/381 1062/8/382 +f 1062/8/379 1063/7/521 1064/7/379 +f 1063/7/521 1062/8/379 1061/8/521 +f 1064/7/382 1063/7/522 1062/8/382 +f 1061/8/522 1062/8/382 1063/7/522 +f 1063/7/521 1059/8/385 1060/7/385 +f 1059/8/385 1063/7/521 1061/8/521 +f 1060/7/386 1059/8/386 1063/7/522 +f 1061/8/522 1063/7/522 1059/8/386 +f 1067/6/387 1066/7/387 1065/6/387 +f 1066/7/387 1067/6/387 1068/7/387 +f 1065/6/388 1066/7/388 1067/6/388 +f 1068/7/388 1067/6/388 1066/7/388 +f 1067/6/389 1069/7/389 1068/7/389 +f 1069/7/389 1067/6/389 1070/6/389 +f 1068/7/390 1069/7/390 1067/6/390 +f 1070/6/390 1067/6/390 1069/7/390 +f 1071/7/375 1065/6/377 1066/7/377 +f 1065/6/377 1071/7/375 1072/6/375 +f 1066/7/378 1065/6/378 1071/7/376 +f 1072/6/376 1071/7/376 1065/6/378 +f 1069/7/372 1074/6/371 1073/7/371 +f 1074/6/371 1069/7/372 1070/6/372 +f 1073/7/374 1074/6/374 1069/7/373 +f 1070/6/373 1069/7/373 1074/6/374 +f 1072/6/81 1067/6/81 1065/6/81 +f 1067/6/81 1072/6/81 1070/6/81 +f 1070/6/81 1072/6/81 1074/6/81 +f 1065/6/82 1067/6/82 1072/6/82 +f 1070/6/82 1072/6/82 1067/6/82 +f 1074/6/82 1072/6/82 1070/6/82 +f 1074/6/371 1071/7/375 1073/7/371 +f 1071/7/375 1074/6/371 1072/6/375 +f 1073/7/374 1071/7/376 1074/6/374 +f 1072/6/376 1074/6/374 1071/7/376 +f 57/8/389 1076/7/389 1075/7/389 +f 1076/7/389 57/8/389 1077/8/389 +f 1075/7/390 1076/7/390 57/8/390 +f 1077/8/390 57/8/390 1076/7/390 +f 57/8/387 1078/7/387 535/8/387 +f 1078/7/387 57/8/387 1075/7/387 +f 535/8/388 1078/7/388 57/8/388 +f 1075/7/388 57/8/388 1078/7/388 +f 1079/8/81 57/8/81 535/8/81 +f 57/8/81 1079/8/81 1077/8/81 +f 1077/8/81 1079/8/81 1080/8/81 +f 535/8/82 57/8/82 1079/8/82 +f 1077/8/82 1079/8/82 57/8/82 +f 1080/8/82 1079/8/82 1077/8/82 +f 1076/7/82 1078/7/82 1075/7/82 +f 1078/7/82 1076/7/82 1081/7/82 +f 1081/7/82 1076/7/82 1082/7/82 +f 1075/7/81 1078/7/81 1076/7/81 +f 1081/7/81 1076/7/81 1078/7/81 +f 1082/7/81 1076/7/81 1081/7/81 +f 1076/7/372 1080/8/371 1082/7/371 +f 1080/8/371 1076/7/372 1077/8/372 +f 1082/7/374 1080/8/374 1076/7/373 +f 1077/8/373 1076/7/373 1080/8/374 +f 1080/8/371 1081/7/519 1082/7/371 +f 1081/7/519 1080/8/371 1079/8/519 +f 1082/7/374 1081/7/520 1080/8/374 +f 1079/8/520 1080/8/374 1081/7/520 +f 1081/7/519 535/8/377 1078/7/377 +f 535/8/377 1081/7/519 1079/8/519 +f 1078/7/378 535/8/378 1081/7/520 +f 1079/8/520 1081/7/520 535/8/378 +f 1085/11/82 1084/11/82 1083/11/82 +f 1084/11/82 1085/11/82 1086/11/82 +f 1084/11/82 1086/11/82 1087/11/82 +f 1087/11/82 1086/11/82 1088/11/82 +f 1088/11/82 1086/11/82 1089/11/82 +f 1088/11/82 1089/11/82 1090/11/82 +f 1083/11/81 1084/11/81 1085/11/81 +f 1086/11/81 1085/11/81 1084/11/81 +f 1087/11/81 1086/11/81 1084/11/81 +f 1088/11/81 1086/11/81 1087/11/81 +f 1089/11/81 1086/11/81 1088/11/81 +f 1090/11/81 1089/11/81 1088/11/81 +f 1093/12/81 1092/12/81 1091/12/81 +f 1092/12/81 1093/12/81 1094/12/81 +f 1092/12/81 1094/12/81 1095/12/81 +f 1095/12/81 1094/12/81 1096/12/81 +f 1095/12/81 1096/12/81 1097/12/81 +f 1097/12/81 1096/12/81 1098/12/81 +f 1091/12/82 1092/12/82 1093/12/82 +f 1094/12/82 1093/12/82 1092/12/82 +f 1095/12/82 1094/12/82 1092/12/82 +f 1096/12/82 1094/12/82 1095/12/82 +f 1097/12/82 1096/12/82 1095/12/82 +f 1098/12/82 1096/12/82 1097/12/82 +f 1091/12/524 1084/11/523 1093/12/523 +f 1084/11/523 1091/12/524 1083/11/524 +f 1093/12/526 1084/11/526 1091/12/525 +f 1083/11/525 1091/12/525 1084/11/526 +f 1094/12/527 1084/11/528 1087/11/527 +f 1084/11/528 1094/12/527 1093/12/528 +f 1087/11/529 1084/11/530 1094/12/529 +f 1093/12/530 1094/12/529 1084/11/530 +f 1096/12/531 1087/11/527 1088/11/531 +f 1087/11/527 1096/12/531 1094/12/527 +f 1088/11/532 1087/11/529 1096/12/532 +f 1094/12/529 1096/12/532 1087/11/529 +f 1090/11/525 1096/12/533 1088/11/533 +f 1096/12/533 1090/11/525 1098/12/525 +f 1088/11/534 1096/12/534 1090/11/524 +f 1098/12/524 1090/11/524 1096/12/534 +f 1089/11/526 1098/12/525 1090/11/525 +f 1098/12/525 1089/11/526 1097/12/526 +f 1090/11/524 1098/12/524 1089/11/523 +f 1097/12/523 1089/11/523 1098/12/524 +f 1095/12/529 1089/11/530 1086/11/529 +f 1089/11/530 1095/12/529 1097/12/530 +f 1086/11/527 1089/11/528 1095/12/527 +f 1097/12/528 1095/12/527 1089/11/528 +f 1092/12/532 1086/11/529 1085/11/532 +f 1086/11/529 1092/12/532 1095/12/529 +f 1085/11/531 1086/11/527 1092/12/531 +f 1095/12/527 1092/12/531 1086/11/527 +f 1092/12/534 1083/11/524 1091/12/524 +f 1083/11/524 1092/12/534 1085/11/534 +f 1091/12/525 1083/11/525 1092/12/533 +f 1085/11/533 1092/12/533 1083/11/525 +f 1101/12/81 1100/12/81 1099/12/81 +f 1100/12/81 1101/12/81 1102/12/81 +f 1100/12/81 1102/12/81 1103/12/81 +f 1103/12/81 1102/12/81 1104/12/81 +f 1104/12/81 1102/12/81 1105/12/81 +f 1104/12/81 1105/12/81 1106/12/81 +f 1099/12/82 1100/12/82 1101/12/82 +f 1102/12/82 1101/12/82 1100/12/82 +f 1103/12/82 1102/12/82 1100/12/82 +f 1104/12/82 1102/12/82 1103/12/82 +f 1105/12/82 1102/12/82 1104/12/82 +f 1106/12/82 1105/12/82 1104/12/82 +f 1099/12/524 1107/11/523 1101/12/523 +f 1107/11/523 1099/12/524 1108/11/524 +f 1101/12/526 1107/11/526 1099/12/525 +f 1108/11/525 1099/12/525 1107/11/526 +f 1102/12/527 1107/11/528 1109/11/527 +f 1107/11/528 1102/12/527 1101/12/528 +f 1109/11/529 1107/11/530 1102/12/529 +f 1101/12/530 1102/12/529 1107/11/530 +f 1105/12/531 1109/11/527 1110/11/531 +f 1109/11/527 1105/12/531 1102/12/527 +f 1110/11/532 1109/11/529 1105/12/532 +f 1102/12/529 1105/12/532 1109/11/529 +f 1111/11/525 1105/12/533 1110/11/533 +f 1105/12/533 1111/11/525 1106/12/525 +f 1110/11/534 1105/12/534 1111/11/524 +f 1106/12/524 1111/11/524 1105/12/534 +f 1112/11/526 1106/12/525 1111/11/525 +f 1106/12/525 1112/11/526 1104/12/526 +f 1111/11/524 1106/12/524 1112/11/523 +f 1104/12/523 1112/11/523 1106/12/524 +f 1103/12/529 1112/11/530 1113/11/529 +f 1112/11/530 1103/12/529 1104/12/530 +f 1113/11/527 1112/11/528 1103/12/527 +f 1104/12/528 1103/12/527 1112/11/528 +f 1100/12/532 1113/11/529 1114/11/532 +f 1113/11/529 1100/12/532 1103/12/529 +f 1114/11/531 1113/11/527 1100/12/531 +f 1103/12/527 1100/12/531 1113/11/527 +f 1100/12/534 1108/11/524 1099/12/524 +f 1108/11/524 1100/12/534 1114/11/534 +f 1099/12/525 1108/11/525 1100/12/533 +f 1114/11/533 1100/12/533 1108/11/525 +f 1117/14/535 1116/13/536 1115/13/535 +f 1116/13/536 1117/14/535 1118/14/536 +f 1115/13/537 1116/13/538 1117/14/537 +f 1118/14/538 1117/14/537 1116/13/538 +f 1121/13/539 1120/14/540 1119/14/539 +f 1120/14/540 1121/13/539 1122/13/540 +f 1119/14/541 1120/14/542 1121/13/541 +f 1122/13/542 1121/13/541 1120/14/542 +f 1124/14/543 1115/13/535 1123/13/543 +f 1115/13/535 1124/14/543 1117/14/535 +f 1123/13/544 1115/13/537 1124/14/544 +f 1117/14/537 1124/14/544 1115/13/537 +f 1127/14/545 1126/13/546 1125/13/545 +f 1126/13/546 1127/14/545 1128/14/546 +f 1125/13/547 1126/13/548 1127/14/547 +f 1128/14/548 1127/14/547 1126/13/548 +f 1127/14/545 1116/13/549 1118/14/549 +f 1116/13/549 1127/14/545 1125/13/545 +f 1118/14/550 1116/13/550 1127/14/547 +f 1125/13/547 1127/14/547 1116/13/550 +f 1130/14/551 1122/13/552 1129/13/551 +f 1122/13/552 1130/14/551 1120/14/552 +f 1129/13/553 1122/13/554 1130/14/553 +f 1120/14/554 1130/14/553 1122/13/554 +f 1128/14/555 1129/13/551 1126/13/555 +f 1129/13/551 1128/14/555 1130/14/551 +f 1126/13/556 1129/13/553 1128/14/556 +f 1130/14/553 1128/14/556 1129/13/553 +f 1123/13/557 1119/14/539 1124/14/557 +f 1119/14/539 1123/13/557 1121/13/539 +f 1124/14/558 1119/14/541 1123/13/558 +f 1121/13/541 1123/13/558 1119/14/541 +f 1133/11/559 1132/11/559 1131/11/559 +f 1132/11/559 1133/11/559 1134/11/559 +f 1132/11/559 1134/11/559 1135/11/559 +f 1135/11/559 1134/11/559 1136/11/559 +f 1136/11/559 1134/11/559 1137/11/559 +f 1136/11/559 1137/11/559 1138/11/559 +f 1131/11/560 1132/11/560 1133/11/560 +f 1134/11/560 1133/11/560 1132/11/560 +f 1135/11/560 1134/11/560 1132/11/560 +f 1136/11/560 1134/11/560 1135/11/560 +f 1137/11/560 1134/11/560 1136/11/560 +f 1138/11/560 1137/11/560 1136/11/560 +f 1141/12/560 1140/12/560 1139/12/560 +f 1140/12/560 1141/12/560 1142/12/560 +f 1140/12/560 1142/12/560 1143/12/560 +f 1143/12/560 1142/12/560 1144/12/560 +f 1143/12/560 1144/12/560 1145/12/560 +f 1145/12/560 1144/12/560 1146/12/560 +f 1139/12/559 1140/12/559 1141/12/559 +f 1142/12/559 1141/12/559 1140/12/559 +f 1143/12/559 1142/12/559 1140/12/559 +f 1144/12/559 1142/12/559 1143/12/559 +f 1145/12/559 1144/12/559 1143/12/559 +f 1146/12/559 1144/12/559 1145/12/559 +f 1139/12/562 1132/11/561 1141/12/561 +f 1132/11/561 1139/12/562 1131/11/562 +f 1141/12/564 1132/11/564 1139/12/563 +f 1131/11/563 1139/12/563 1132/11/564 +f 1142/12/565 1132/11/566 1135/11/565 +f 1132/11/566 1142/12/565 1141/12/566 +f 1135/11/567 1132/11/568 1142/12/567 +f 1141/12/568 1142/12/567 1132/11/568 +f 1144/12/569 1135/11/565 1136/11/569 +f 1135/11/565 1144/12/569 1142/12/565 +f 1136/11/570 1135/11/567 1144/12/570 +f 1142/12/567 1144/12/570 1135/11/567 +f 1138/11/563 1144/12/571 1136/11/571 +f 1144/12/571 1138/11/563 1146/12/563 +f 1136/11/572 1144/12/572 1138/11/562 +f 1146/12/562 1138/11/562 1144/12/572 +f 1137/11/564 1146/12/563 1138/11/563 +f 1146/12/563 1137/11/564 1145/12/564 +f 1138/11/562 1146/12/562 1137/11/561 +f 1145/12/561 1137/11/561 1146/12/562 +f 1143/12/567 1137/11/568 1134/11/567 +f 1137/11/568 1143/12/567 1145/12/568 +f 1134/11/565 1137/11/566 1143/12/565 +f 1145/12/566 1143/12/565 1137/11/566 +f 1140/12/570 1134/11/567 1133/11/570 +f 1134/11/567 1140/12/570 1143/12/567 +f 1133/11/569 1134/11/565 1140/12/569 +f 1143/12/565 1140/12/569 1134/11/565 +f 1140/12/572 1131/11/562 1139/12/562 +f 1131/11/562 1140/12/572 1133/11/572 +f 1139/12/563 1131/11/563 1140/12/571 +f 1133/11/571 1140/12/571 1131/11/563 +f 1149/12/560 1148/12/560 1147/12/560 +f 1148/12/560 1149/12/560 1150/12/560 +f 1148/12/560 1150/12/560 1151/12/560 +f 1151/12/560 1150/12/560 1152/12/560 +f 1152/12/560 1150/12/560 1153/12/560 +f 1152/12/560 1153/12/560 1154/12/560 +f 1147/12/559 1148/12/559 1149/12/559 +f 1150/12/559 1149/12/559 1148/12/559 +f 1151/12/559 1150/12/559 1148/12/559 +f 1152/12/559 1150/12/559 1151/12/559 +f 1153/12/559 1150/12/559 1152/12/559 +f 1154/12/559 1153/12/559 1152/12/559 +f 1147/12/562 1155/11/561 1149/12/561 +f 1155/11/561 1147/12/562 1156/11/562 +f 1149/12/564 1155/11/564 1147/12/563 +f 1156/11/563 1147/12/563 1155/11/564 +f 1150/12/565 1155/11/566 1157/11/565 +f 1155/11/566 1150/12/565 1149/12/566 +f 1157/11/567 1155/11/568 1150/12/567 +f 1149/12/568 1150/12/567 1155/11/568 +f 1153/12/569 1157/11/565 1158/11/569 +f 1157/11/565 1153/12/569 1150/12/565 +f 1158/11/570 1157/11/567 1153/12/570 +f 1150/12/567 1153/12/570 1157/11/567 +f 1159/11/563 1153/12/571 1158/11/571 +f 1153/12/571 1159/11/563 1154/12/563 +f 1158/11/572 1153/12/572 1159/11/562 +f 1154/12/562 1159/11/562 1153/12/572 +f 1160/11/564 1154/12/563 1159/11/563 +f 1154/12/563 1160/11/564 1152/12/564 +f 1159/11/562 1154/12/562 1160/11/561 +f 1152/12/561 1160/11/561 1154/12/562 +f 1151/12/567 1160/11/568 1161/11/567 +f 1160/11/568 1151/12/567 1152/12/568 +f 1161/11/565 1160/11/566 1151/12/565 +f 1152/12/566 1151/12/565 1160/11/566 +f 1148/12/570 1161/11/567 1162/11/570 +f 1161/11/567 1148/12/570 1151/12/567 +f 1162/11/569 1161/11/565 1148/12/569 +f 1151/12/565 1148/12/569 1161/11/565 +f 1148/12/572 1156/11/562 1147/12/562 +f 1156/11/562 1148/12/572 1162/11/572 +f 1147/12/563 1156/11/563 1148/12/571 +f 1162/11/571 1148/12/571 1156/11/563 +f 1165/14/573 1164/13/574 1163/13/573 +f 1164/13/574 1165/14/573 1166/14/574 +f 1163/13/575 1164/13/576 1165/14/575 +f 1166/14/576 1165/14/575 1164/13/576 +f 1169/13/577 1168/14/578 1167/14/577 +f 1168/14/578 1169/13/577 1170/13/578 +f 1167/14/579 1168/14/580 1169/13/579 +f 1170/13/580 1169/13/579 1168/14/580 +f 1172/14/581 1163/13/573 1171/13/581 +f 1163/13/573 1172/14/581 1165/14/573 +f 1171/13/582 1163/13/575 1172/14/582 +f 1165/14/575 1172/14/582 1163/13/575 +f 1175/14/583 1174/13/584 1173/13/583 +f 1174/13/584 1175/14/583 1176/14/584 +f 1173/13/585 1174/13/586 1175/14/585 +f 1176/14/586 1175/14/585 1174/13/586 +f 1175/14/583 1164/13/587 1166/14/587 +f 1164/13/587 1175/14/583 1173/13/583 +f 1166/14/588 1164/13/588 1175/14/585 +f 1173/13/585 1175/14/585 1164/13/588 +f 1178/14/589 1170/13/590 1177/13/589 +f 1170/13/590 1178/14/589 1168/14/590 +f 1177/13/591 1170/13/592 1178/14/591 +f 1168/14/592 1178/14/591 1170/13/592 +f 1176/14/593 1177/13/589 1174/13/593 +f 1177/13/589 1176/14/593 1178/14/589 +f 1174/13/594 1177/13/591 1176/14/594 +f 1178/14/591 1176/14/594 1177/13/591 +f 1171/13/595 1167/14/577 1172/14/595 +f 1167/14/577 1171/13/595 1169/13/577 +f 1172/14/596 1167/14/579 1171/13/596 +f 1169/13/579 1171/13/596 1167/14/579 +f 1181/11/559 1180/11/559 1179/11/559 +f 1180/11/559 1181/11/559 1182/11/559 +f 1180/11/559 1182/11/559 1183/11/559 +f 1183/11/559 1182/11/559 1184/11/559 +f 1184/11/559 1182/11/559 1185/11/559 +f 1184/11/559 1185/11/559 1186/11/559 +f 1179/11/560 1180/11/560 1181/11/560 +f 1182/11/560 1181/11/560 1180/11/560 +f 1183/11/560 1182/11/560 1180/11/560 +f 1184/11/560 1182/11/560 1183/11/560 +f 1185/11/560 1182/11/560 1184/11/560 +f 1186/11/560 1185/11/560 1184/11/560 +f 1189/12/560 1188/12/560 1187/12/560 +f 1188/12/560 1189/12/560 1190/12/560 +f 1188/12/560 1190/12/560 1191/12/560 +f 1191/12/560 1190/12/560 1192/12/560 +f 1191/12/560 1192/12/560 1193/12/560 +f 1193/12/560 1192/12/560 1194/12/560 +f 1187/12/559 1188/12/559 1189/12/559 +f 1190/12/559 1189/12/559 1188/12/559 +f 1191/12/559 1190/12/559 1188/12/559 +f 1192/12/559 1190/12/559 1191/12/559 +f 1193/12/559 1192/12/559 1191/12/559 +f 1194/12/559 1192/12/559 1193/12/559 +f 1187/12/598 1180/11/597 1189/12/597 +f 1180/11/597 1187/12/598 1179/11/598 +f 1189/12/600 1180/11/600 1187/12/599 +f 1179/11/599 1187/12/599 1180/11/600 +f 1190/12/281 1180/11/601 1183/11/281 +f 1180/11/601 1190/12/281 1189/12/601 +f 1183/11/282 1180/11/602 1190/12/282 +f 1189/12/602 1190/12/282 1180/11/602 +f 1192/12/603 1183/11/281 1184/11/603 +f 1183/11/281 1192/12/603 1190/12/281 +f 1184/11/604 1183/11/282 1192/12/604 +f 1190/12/282 1192/12/604 1183/11/282 +f 1186/11/599 1192/12/605 1184/11/605 +f 1192/12/605 1186/11/599 1194/12/599 +f 1184/11/606 1192/12/606 1186/11/598 +f 1194/12/598 1186/11/598 1192/12/606 +f 1185/11/600 1194/12/599 1186/11/599 +f 1194/12/599 1185/11/600 1193/12/600 +f 1186/11/598 1194/12/598 1185/11/597 +f 1193/12/597 1185/11/597 1194/12/598 +f 1191/12/282 1185/11/602 1182/11/282 +f 1185/11/602 1191/12/282 1193/12/602 +f 1182/11/281 1185/11/601 1191/12/281 +f 1193/12/601 1191/12/281 1185/11/601 +f 1188/12/604 1182/11/282 1181/11/604 +f 1182/11/282 1188/12/604 1191/12/282 +f 1181/11/603 1182/11/281 1188/12/603 +f 1191/12/281 1188/12/603 1182/11/281 +f 1188/12/606 1179/11/598 1187/12/598 +f 1179/11/598 1188/12/606 1181/11/606 +f 1187/12/599 1179/11/599 1188/12/605 +f 1181/11/605 1188/12/605 1179/11/599 +f 1197/12/560 1196/12/560 1195/12/560 +f 1196/12/560 1197/12/560 1198/12/560 +f 1196/12/560 1198/12/560 1199/12/560 +f 1199/12/560 1198/12/560 1200/12/560 +f 1200/12/560 1198/12/560 1201/12/560 +f 1200/12/560 1201/12/560 1202/12/560 +f 1195/12/559 1196/12/559 1197/12/559 +f 1198/12/559 1197/12/559 1196/12/559 +f 1199/12/559 1198/12/559 1196/12/559 +f 1200/12/559 1198/12/559 1199/12/559 +f 1201/12/559 1198/12/559 1200/12/559 +f 1202/12/559 1201/12/559 1200/12/559 +f 1195/12/598 1203/11/597 1197/12/597 +f 1203/11/597 1195/12/598 1204/11/598 +f 1197/12/600 1203/11/600 1195/12/599 +f 1204/11/599 1195/12/599 1203/11/600 +f 1198/12/281 1203/11/601 1205/11/281 +f 1203/11/601 1198/12/281 1197/12/601 +f 1205/11/282 1203/11/602 1198/12/282 +f 1197/12/602 1198/12/282 1203/11/602 +f 1201/12/603 1205/11/281 1206/11/603 +f 1205/11/281 1201/12/603 1198/12/281 +f 1206/11/604 1205/11/282 1201/12/604 +f 1198/12/282 1201/12/604 1205/11/282 +f 1207/11/599 1201/12/605 1206/11/605 +f 1201/12/605 1207/11/599 1202/12/599 +f 1206/11/606 1201/12/606 1207/11/598 +f 1202/12/598 1207/11/598 1201/12/606 +f 1208/11/600 1202/12/599 1207/11/599 +f 1202/12/599 1208/11/600 1200/12/600 +f 1207/11/598 1202/12/598 1208/11/597 +f 1200/12/597 1208/11/597 1202/12/598 +f 1199/12/282 1208/11/602 1209/11/282 +f 1208/11/602 1199/12/282 1200/12/602 +f 1209/11/281 1208/11/601 1199/12/281 +f 1200/12/601 1199/12/281 1208/11/601 +f 1196/12/604 1209/11/282 1210/11/604 +f 1209/11/282 1196/12/604 1199/12/282 +f 1210/11/603 1209/11/281 1196/12/603 +f 1199/12/281 1196/12/603 1209/11/281 +f 1196/12/606 1204/11/598 1195/12/598 +f 1204/11/598 1196/12/606 1210/11/606 +f 1195/12/599 1204/11/599 1196/12/605 +f 1210/11/605 1196/12/605 1204/11/599 +f 1213/14/607 1212/13/608 1211/13/607 +f 1212/13/608 1213/14/607 1214/14/608 +f 1211/13/609 1212/13/610 1213/14/609 +f 1214/14/610 1213/14/609 1212/13/610 +f 1217/13/611 1216/14/612 1215/14/611 +f 1216/14/612 1217/13/611 1218/13/612 +f 1215/14/613 1216/14/614 1217/13/613 +f 1218/13/614 1217/13/613 1216/14/614 +f 1220/14/615 1211/13/607 1219/13/615 +f 1211/13/607 1220/14/615 1213/14/607 +f 1219/13/616 1211/13/609 1220/14/616 +f 1213/14/609 1220/14/616 1211/13/609 +f 1223/14/617 1222/13/618 1221/13/617 +f 1222/13/618 1223/14/617 1224/14/618 +f 1221/13/619 1222/13/620 1223/14/619 +f 1224/14/620 1223/14/619 1222/13/620 +f 1223/14/617 1212/13/621 1214/14/621 +f 1212/13/621 1223/14/617 1221/13/617 +f 1214/14/622 1212/13/622 1223/14/619 +f 1221/13/619 1223/14/619 1212/13/622 +f 1226/14/623 1218/13/624 1225/13/623 +f 1218/13/624 1226/14/623 1216/14/624 +f 1225/13/625 1218/13/626 1226/14/625 +f 1216/14/626 1226/14/625 1218/13/626 +f 1224/14/627 1225/13/623 1222/13/627 +f 1225/13/623 1224/14/627 1226/14/623 +f 1222/13/628 1225/13/625 1224/14/628 +f 1226/14/625 1224/14/628 1225/13/625 +f 1219/13/629 1215/14/611 1220/14/629 +f 1215/14/611 1219/13/629 1217/13/611 +f 1220/14/630 1215/14/613 1219/13/630 +f 1217/13/613 1219/13/630 1215/14/613 +f 1229/11/82 1228/11/82 1227/11/82 +f 1228/11/82 1229/11/82 1230/11/82 +f 1228/11/82 1230/11/82 1231/11/82 +f 1231/11/82 1230/11/82 1232/11/82 +f 1232/11/82 1230/11/82 1233/11/82 +f 1232/11/82 1233/11/82 1234/11/82 +f 1227/11/81 1228/11/81 1229/11/81 +f 1230/11/81 1229/11/81 1228/11/81 +f 1231/11/81 1230/11/81 1228/11/81 +f 1232/11/81 1230/11/81 1231/11/81 +f 1233/11/81 1230/11/81 1232/11/81 +f 1234/11/81 1233/11/81 1232/11/81 +f 1237/12/81 1236/12/81 1235/12/81 +f 1236/12/81 1237/12/81 1238/12/81 +f 1236/12/81 1238/12/81 1239/12/81 +f 1239/12/81 1238/12/81 1240/12/81 +f 1239/12/81 1240/12/81 1241/12/81 +f 1241/12/81 1240/12/81 1242/12/81 +f 1235/12/82 1236/12/82 1237/12/82 +f 1238/12/82 1237/12/82 1236/12/82 +f 1239/12/82 1238/12/82 1236/12/82 +f 1240/12/82 1238/12/82 1239/12/82 +f 1241/12/82 1240/12/82 1239/12/82 +f 1242/12/82 1240/12/82 1241/12/82 +f 1235/12/525 1228/11/526 1237/12/526 +f 1228/11/526 1235/12/525 1227/11/525 +f 1237/12/523 1228/11/523 1235/12/524 +f 1227/11/524 1235/12/524 1228/11/523 +f 1238/12/529 1228/11/530 1231/11/529 +f 1228/11/530 1238/12/529 1237/12/530 +f 1231/11/527 1228/11/528 1238/12/527 +f 1237/12/528 1238/12/527 1228/11/528 +f 1240/12/532 1231/11/529 1232/11/532 +f 1231/11/529 1240/12/532 1238/12/529 +f 1232/11/531 1231/11/527 1240/12/531 +f 1238/12/527 1240/12/531 1231/11/527 +f 1234/11/524 1240/12/534 1232/11/534 +f 1240/12/534 1234/11/524 1242/12/524 +f 1232/11/533 1240/12/533 1234/11/525 +f 1242/12/525 1234/11/525 1240/12/533 +f 1233/11/523 1242/12/524 1234/11/524 +f 1242/12/524 1233/11/523 1241/12/523 +f 1234/11/525 1242/12/525 1233/11/526 +f 1241/12/526 1233/11/526 1242/12/525 +f 1239/12/527 1233/11/528 1230/11/527 +f 1233/11/528 1239/12/527 1241/12/528 +f 1230/11/529 1233/11/530 1239/12/529 +f 1241/12/530 1239/12/529 1233/11/530 +f 1236/12/531 1230/11/527 1229/11/531 +f 1230/11/527 1236/12/531 1239/12/527 +f 1229/11/532 1230/11/529 1236/12/532 +f 1239/12/529 1236/12/532 1230/11/529 +f 1236/12/533 1227/11/525 1235/12/525 +f 1227/11/525 1236/12/533 1229/11/533 +f 1235/12/524 1227/11/524 1236/12/534 +f 1229/11/534 1236/12/534 1227/11/524 +f 1245/12/81 1244/12/81 1243/12/81 +f 1244/12/81 1245/12/81 1246/12/81 +f 1244/12/81 1246/12/81 1247/12/81 +f 1247/12/81 1246/12/81 1248/12/81 +f 1248/12/81 1246/12/81 1249/12/81 +f 1248/12/81 1249/12/81 1250/12/81 +f 1243/12/82 1244/12/82 1245/12/82 +f 1246/12/82 1245/12/82 1244/12/82 +f 1247/12/82 1246/12/82 1244/12/82 +f 1248/12/82 1246/12/82 1247/12/82 +f 1249/12/82 1246/12/82 1248/12/82 +f 1250/12/82 1249/12/82 1248/12/82 +f 1243/12/525 1251/11/526 1245/12/526 +f 1251/11/526 1243/12/525 1252/11/525 +f 1245/12/523 1251/11/523 1243/12/524 +f 1252/11/524 1243/12/524 1251/11/523 +f 1246/12/529 1251/11/530 1253/11/529 +f 1251/11/530 1246/12/529 1245/12/530 +f 1253/11/527 1251/11/528 1246/12/527 +f 1245/12/528 1246/12/527 1251/11/528 +f 1249/12/532 1253/11/529 1254/11/532 +f 1253/11/529 1249/12/532 1246/12/529 +f 1254/11/531 1253/11/527 1249/12/531 +f 1246/12/527 1249/12/531 1253/11/527 +f 1255/11/524 1249/12/534 1254/11/534 +f 1249/12/534 1255/11/524 1250/12/524 +f 1254/11/533 1249/12/533 1255/11/525 +f 1250/12/525 1255/11/525 1249/12/533 +f 1256/11/523 1250/12/524 1255/11/524 +f 1250/12/524 1256/11/523 1248/12/523 +f 1255/11/525 1250/12/525 1256/11/526 +f 1248/12/526 1256/11/526 1250/12/525 +f 1247/12/527 1256/11/528 1257/11/527 +f 1256/11/528 1247/12/527 1248/12/528 +f 1257/11/529 1256/11/530 1247/12/529 +f 1248/12/530 1247/12/529 1256/11/530 +f 1244/12/531 1257/11/527 1258/11/531 +f 1257/11/527 1244/12/531 1247/12/527 +f 1258/11/532 1257/11/529 1244/12/532 +f 1247/12/529 1244/12/532 1257/11/529 +f 1244/12/533 1252/11/525 1243/12/525 +f 1252/11/525 1244/12/533 1258/11/533 +f 1243/12/524 1252/11/524 1244/12/534 +f 1258/11/534 1244/12/534 1252/11/524 +f 1261/14/551 1260/13/552 1259/13/551 +f 1260/13/552 1261/14/551 1262/14/552 +f 1259/13/553 1260/13/554 1261/14/553 +f 1262/14/554 1261/14/553 1260/13/554 +f 1265/13/545 1264/14/549 1263/14/545 +f 1264/14/549 1265/13/545 1266/13/549 +f 1263/14/547 1264/14/550 1265/13/547 +f 1266/13/550 1265/13/547 1264/14/550 +f 1268/14/555 1259/13/551 1267/13/555 +f 1259/13/551 1268/14/555 1261/14/551 +f 1267/13/556 1259/13/553 1268/14/556 +f 1261/14/553 1268/14/556 1259/13/553 +f 1271/14/539 1270/13/557 1269/13/539 +f 1270/13/557 1271/14/539 1272/14/557 +f 1269/13/541 1270/13/558 1271/14/541 +f 1272/14/558 1271/14/541 1270/13/558 +f 1271/14/539 1260/13/540 1262/14/540 +f 1260/13/540 1271/14/539 1269/13/539 +f 1262/14/542 1260/13/542 1271/14/541 +f 1269/13/541 1271/14/541 1260/13/542 +f 1274/14/535 1266/13/536 1273/13/535 +f 1266/13/536 1274/14/535 1264/14/536 +f 1273/13/537 1266/13/538 1274/14/537 +f 1264/14/538 1274/14/537 1266/13/538 +f 1272/14/543 1273/13/535 1270/13/543 +f 1273/13/535 1272/14/543 1274/14/535 +f 1270/13/544 1273/13/537 1272/14/544 +f 1274/14/537 1272/14/544 1273/13/537 +f 1267/13/546 1263/14/545 1268/14/546 +f 1263/14/545 1267/13/546 1265/13/545 +f 1268/14/548 1263/14/547 1267/13/548 +f 1265/13/547 1267/13/548 1263/14/547 +f 1277/15/313 1276/11/312 1275/11/311 +f 1276/11/312 1277/15/313 1278/15/314 +f 1275/11/317 1276/11/316 1277/15/315 +f 1278/15/318 1277/15/315 1276/11/316 +f 1281/15/321 1280/15/320 1279/15/319 +f 1280/15/320 1281/15/321 1282/15/322 +f 1279/15/325 1280/15/324 1281/15/323 +f 1282/15/326 1281/15/323 1280/15/324 +f 1284/15/328 1277/15/313 1283/15/327 +f 1277/15/313 1284/15/328 1278/15/314 +f 1283/15/330 1277/15/315 1284/15/329 +f 1278/15/318 1284/15/329 1277/15/315 +f 1287/11/9 1286/12/12 1285/11/10 +f 1286/12/12 1287/11/9 1288/12/11 +f 1285/11/14 1286/12/16 1287/11/15 +f 1288/12/13 1287/11/15 1286/12/16 +f 1290/12/25 1288/12/11 1289/12/26 +f 1288/12/11 1290/12/25 1286/12/12 +f 1289/12/28 1288/12/13 1290/12/27 +f 1286/12/16 1290/12/27 1288/12/13 +f 1289/12/26 1287/11/9 1291/11/31 +f 1287/11/9 1289/12/26 1288/12/11 +f 1291/11/32 1287/11/15 1289/12/28 +f 1288/12/13 1289/12/28 1287/11/15 +f 1283/15/327 1275/11/311 1292/11/331 +f 1275/11/311 1283/15/327 1277/15/313 +f 1292/11/332 1275/11/317 1283/15/330 +f 1277/15/315 1283/15/330 1275/11/317 +f 1293/11/333 1278/15/314 1284/15/328 +f 1278/15/314 1293/11/333 1276/11/312 +f 1284/15/329 1278/15/318 1293/11/334 +f 1276/11/316 1293/11/334 1278/15/318 +f 1296/16/73 1295/16/52 1294/16/58 +f 1295/16/52 1296/16/73 1297/16/50 +f 1294/16/60 1295/16/56 1296/16/76 +f 1297/16/54 1296/16/76 1295/16/56 +f 1297/16/50 1298/11/51 1295/16/52 +f 1298/11/51 1297/16/50 1299/11/49 +f 1295/16/56 1298/11/53 1297/16/54 +f 1299/11/55 1297/16/54 1298/11/53 +f 1301/11/74 1294/16/58 1300/11/57 +f 1294/16/58 1301/11/74 1296/16/73 +f 1300/11/59 1294/16/60 1301/11/75 +f 1296/16/76 1301/11/75 1294/16/60 +f 1299/11/49 1296/16/73 1301/11/74 +f 1296/16/73 1299/11/49 1297/16/50 +f 1301/11/75 1296/16/76 1299/11/55 +f 1297/16/54 1299/11/55 1296/16/76 +f 1303/11/336 1282/15/322 1302/11/335 +f 1282/15/322 1303/11/336 1280/15/320 +f 1302/11/338 1282/15/326 1303/11/337 +f 1280/15/324 1303/11/337 1282/15/326 +f 1282/15/322 1304/11/339 1302/11/335 +f 1304/11/339 1282/15/322 1281/15/321 +f 1302/11/338 1304/11/340 1282/15/326 +f 1281/15/323 1282/15/326 1304/11/340 +f 1279/15/319 1303/11/336 1305/11/341 +f 1303/11/336 1279/15/319 1280/15/320 +f 1305/11/342 1303/11/337 1279/15/325 +f 1280/15/324 1279/15/325 1303/11/337 +f 1308/16/12 1307/11/29 1306/11/10 +f 1307/11/29 1308/16/12 1309/16/25 +f 1306/11/14 1307/11/30 1308/16/16 +f 1309/16/27 1308/16/16 1307/11/30 +f 1281/15/321 1305/11/341 1304/11/339 +f 1305/11/341 1281/15/321 1279/15/319 +f 1304/11/340 1305/11/342 1281/15/323 +f 1279/15/325 1281/15/323 1305/11/342 +f 1309/16/25 1311/16/11 1310/16/26 +f 1311/16/11 1309/16/25 1308/16/12 +f 1310/16/28 1311/16/13 1309/16/27 +f 1308/16/16 1309/16/27 1311/16/13 +f 1290/12/25 1291/11/31 1312/11/29 +f 1291/11/31 1290/12/25 1289/12/26 +f 1312/11/30 1291/11/32 1290/12/27 +f 1289/12/28 1290/12/27 1291/11/32 +f 1310/16/26 1314/11/9 1313/11/31 +f 1314/11/9 1310/16/26 1311/16/11 +f 1313/11/32 1314/11/15 1310/16/28 +f 1311/16/13 1310/16/28 1314/11/15 +f 1294/16/58 1298/11/51 1300/11/57 +f 1298/11/51 1294/16/58 1295/16/52 +f 1300/11/59 1298/11/53 1294/16/60 +f 1295/16/56 1294/16/60 1298/11/53 +f 1286/12/12 1312/11/29 1285/11/10 +f 1312/11/29 1286/12/12 1290/12/25 +f 1285/11/14 1312/11/30 1286/12/16 +f 1290/12/27 1286/12/16 1312/11/30 +f 1309/16/25 1313/11/31 1307/11/29 +f 1313/11/31 1309/16/25 1310/16/26 +f 1307/11/30 1313/11/32 1309/16/27 +f 1310/16/28 1309/16/27 1313/11/32 +f 1293/11/333 1283/15/327 1292/11/331 +f 1283/15/327 1293/11/333 1284/15/328 +f 1292/11/332 1283/15/330 1293/11/334 +f 1284/15/329 1293/11/334 1283/15/330 +f 1317/16/12 1316/11/29 1315/11/10 +f 1316/11/29 1317/16/12 1318/16/25 +f 1315/11/14 1316/11/30 1317/16/16 +f 1318/16/27 1317/16/16 1316/11/30 +f 1314/11/9 1308/16/12 1306/11/10 +f 1308/16/12 1314/11/9 1311/16/11 +f 1306/11/14 1308/16/16 1314/11/15 +f 1311/16/13 1314/11/15 1308/16/16 +f 1318/16/25 1320/16/11 1319/16/26 +f 1320/16/11 1318/16/25 1317/16/12 +f 1319/16/28 1320/16/13 1318/16/27 +f 1317/16/16 1318/16/27 1320/16/13 +f 1321/11/9 1317/16/12 1315/11/10 +f 1317/16/12 1321/11/9 1320/16/11 +f 1315/11/14 1317/16/16 1321/11/15 +f 1320/16/13 1321/11/15 1317/16/16 +f 1318/16/25 1322/11/31 1316/11/29 +f 1322/11/31 1318/16/25 1319/16/26 +f 1316/11/30 1322/11/32 1318/16/27 +f 1319/16/28 1318/16/27 1322/11/32 +f 1319/16/26 1321/11/9 1322/11/31 +f 1321/11/9 1319/16/26 1320/16/11 +f 1322/11/32 1321/11/15 1319/16/28 +f 1320/16/13 1319/16/28 1321/11/15 +f 1325/15/345 1324/15/344 1323/15/343 +f 1324/15/344 1325/15/345 1326/15/346 +f 1323/15/349 1324/15/348 1325/15/347 +f 1326/15/350 1325/15/347 1324/15/348 +f 1323/15/343 1328/11/352 1327/11/351 +f 1328/11/352 1323/15/343 1324/15/344 +f 1327/11/354 1328/11/353 1323/15/349 +f 1324/15/348 1323/15/349 1328/11/353 +f 1325/15/345 1327/11/351 1329/11/355 +f 1327/11/351 1325/15/345 1323/15/343 +f 1329/11/356 1327/11/354 1325/15/347 +f 1323/15/349 1325/15/347 1327/11/354 +f 1324/15/344 1330/11/357 1328/11/352 +f 1330/11/357 1324/15/344 1326/15/346 +f 1328/11/353 1330/11/358 1324/15/348 +f 1326/15/350 1324/15/348 1330/11/358 +f 1330/11/357 1325/15/345 1329/11/355 +f 1325/15/345 1330/11/357 1326/15/346 +f 1329/11/356 1325/15/347 1330/11/358 +f 1326/15/350 1330/11/358 1325/15/347 +f 1333/11/62 1332/15/69 1331/11/77 +f 1332/15/69 1333/11/62 1334/15/64 +f 1331/11/78 1332/15/71 1333/11/66 +f 1334/15/68 1333/11/66 1332/15/71 +f 1332/15/69 1336/15/63 1335/15/70 +f 1336/15/63 1332/15/69 1334/15/64 +f 1335/15/72 1336/15/65 1332/15/71 +f 1334/15/68 1332/15/71 1336/15/65 +f 1332/15/69 1337/11/79 1331/11/77 +f 1337/11/79 1332/15/69 1335/15/70 +f 1331/11/78 1337/11/80 1332/15/71 +f 1335/15/72 1332/15/71 1337/11/80 +f 1336/15/63 1333/11/62 1338/11/61 +f 1333/11/62 1336/15/63 1334/15/64 +f 1338/11/67 1333/11/66 1336/15/65 +f 1334/15/68 1336/15/65 1333/11/66 +f 1335/15/70 1338/11/61 1337/11/79 +f 1338/11/61 1335/15/70 1336/15/63 +f 1337/11/80 1338/11/67 1335/15/72 +f 1336/15/65 1335/15/72 1338/11/67 +f 1341/16/73 1340/16/52 1339/16/58 +f 1340/16/52 1341/16/73 1342/16/50 +f 1339/16/60 1340/16/56 1341/16/76 +f 1342/16/54 1341/16/76 1340/16/56 +f 1342/16/50 1343/11/51 1340/16/52 +f 1343/11/51 1342/16/50 1344/11/49 +f 1340/16/56 1343/11/53 1342/16/54 +f 1344/11/55 1342/16/54 1343/11/53 +f 1347/15/3 1346/15/19 1345/15/4 +f 1346/15/19 1347/15/3 1348/15/20 +f 1345/15/8 1346/15/21 1347/15/5 +f 1348/15/24 1347/15/5 1346/15/21 +f 1345/15/4 1350/11/17 1349/11/2 +f 1350/11/17 1345/15/4 1346/15/19 +f 1349/11/6 1350/11/23 1345/15/8 +f 1346/15/21 1345/15/8 1350/11/23 +f 1339/16/58 1343/11/51 1351/11/57 +f 1343/11/51 1339/16/58 1340/16/52 +f 1351/11/59 1343/11/53 1339/16/60 +f 1340/16/56 1339/16/60 1343/11/53 +f 1344/11/49 1341/16/73 1352/11/74 +f 1341/16/73 1344/11/49 1342/16/50 +f 1352/11/75 1341/16/76 1344/11/55 +f 1342/16/54 1344/11/55 1341/16/76 +f 1346/15/19 1353/11/18 1350/11/17 +f 1353/11/18 1346/15/19 1348/15/20 +f 1350/11/23 1353/11/22 1346/15/21 +f 1348/15/24 1346/15/21 1353/11/22 +f 1347/15/3 1349/11/2 1354/11/1 +f 1349/11/2 1347/15/3 1345/15/4 +f 1354/11/7 1349/11/6 1347/15/5 +f 1345/15/8 1347/15/5 1349/11/6 +f 1353/11/18 1347/15/3 1354/11/1 +f 1347/15/3 1353/11/18 1348/15/20 +f 1354/11/7 1347/15/5 1353/11/22 +f 1348/15/24 1353/11/22 1347/15/5 +f 1352/11/74 1339/16/58 1351/11/57 +f 1339/16/58 1352/11/74 1341/16/73 +f 1351/11/59 1339/16/60 1352/11/75 +f 1341/16/76 1352/11/75 1339/16/60 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small.obj.import new file mode 100644 index 0000000..4027238 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://x1er82qovvnq" +path="res://.godot/imported/room-small.obj-b26527fd32f5fe73896496e74b9bceaf.mesh" + +[deps] + +files=["res://.godot/imported/room-small.obj-b26527fd32f5fe73896496e74b9bceaf.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small.obj" +dest_files=["res://.godot/imported/room-small.obj-b26527fd32f5fe73896496e74b9bceaf.mesh", "res://.godot/imported/room-small.obj-b26527fd32f5fe73896496e74b9bceaf.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide-variation.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide-variation.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide-variation.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide-variation.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide-variation.obj new file mode 100644 index 0000000..3880e84 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide-variation.obj @@ -0,0 +1,19357 @@ +# Created by Kenney (www.kenney.nl) + +mtllib room-wide-variation.mtl + +g room-wide-variation + +v -8.497211 0 2.747846 1 1 1 +v -8.393682 0 2.361475 1 1 1 +v -8.435973 0.1 2.712491 1 1 1 +v -8.358328 0.1 2.422713 1 1 1 +v -8.524198 0 2.248742 1 1 1 +v -8.717382 0 2.300506 1 1 1 +v -8.554815 0.05 2.231065 1 1 1 +v -8.699705 0.05 2.269887 1 1 1 +v -8.007313 0 2.465003 1 1 1 +v -8.11084 0 2.851374 1 1 1 +v -8.06855 0.1 2.500359 1 1 1 +v -8.146195 0.1 2.790136 1 1 1 +v -8.738527 0.05 2.124999 1 1 1 +v -8.593638 0.05 2.086176 1 1 1 +v -8.769146 0 2.107321 1 1 1 +v -8.575961 0 2.055557 1 1 1 +v -6.356916 0.05 4.649966 1 1 1 +v -6.569048 0.05 4.437834 1 1 1 +v -6.144784 0.05 4.437834 1 1 1 +v -6.356916 0.05 4.225702 1 1 1 +v -6.639759 0 4.437834 1 1 1 +v -6.356916 0 4.154991 1 1 1 +v -6.356916 0 4.720676 1 1 1 +v -6.074074 0 4.437834 1 1 1 +v -7.181537 0 4.271631 1 1 1 +v -7.146182 0.05 4.210394 1 1 1 +v -6.795167 0 4.168103 1 1 1 +v -6.856404 0.05 4.132748 1 1 1 +v -6.898694 0 3.781733 1 1 1 +v -6.93405 0.05 3.84297 1 1 1 +v -6.498346 0 3.582728 1 1 1 +v -6.498346 0 3.782728 1 1 1 +v -6.523346 0.1 3.607728 1 1 1 +v -6.523346 0.1 3.757728 1 1 1 +v -6.673347 0.1 3.757728 1 1 1 +v -6.673347 0.1 3.607728 1 1 1 +v -7.223827 0.05 3.920616 1 1 1 +v -7.285065 0 3.88526 1 1 1 +v -6.698346 0 3.782728 1 1 1 +v -6.698346 0 3.582728 1 1 1 +v -6 0.9 6 1 1 1 +v -7.530734 0.9 5.695518 1 1 1 +v -6 0.9 5.399003 1 1 1 +v -7.300742 0.9 5.140269 1 1 1 +v -8.828427 0.9 4.828427 1 1 1 +v -8.403458 0.9 4.403458 1 1 1 +v -9.695518 0.9 3.530734 1 1 1 +v -9.140268 0.9 3.300742 1 1 1 +v -10 0.9 2 1 1 1 +v -9.399002 0.9 2 1 1 1 +v -6 0.2 5.399003 1 1 1 +v -6 0.2 6 1 1 1 +v -7.300742 0.2 5.140269 1 1 1 +v -8.403458 0.2 4.403458 1 1 1 +v -9.140268 0.2 3.300742 1 1 1 +v -9.399002 0.2 2 1 1 1 +v -10 0.2 2 1 1 1 +v -9.695518 0.2 3.530734 1 1 1 +v -8.828427 0.2 4.828427 1 1 1 +v -7.530734 0.2 5.695518 1 1 1 +v -6 0 6 1 1 1 +v -8.828427 0 4.828427 1 1 1 +v -6 0 2 1 1 1 +v -10 0 2 1 1 1 +v 6.747846 0 4.497211 1 1 1 +v 6.361476 0 4.393683 1 1 1 +v 6.712491 0.1 4.435973 1 1 1 +v 6.422713 0.1 4.358327 1 1 1 +v 6.248743 0 4.524197 1 1 1 +v 6.300507 0 4.717382 1 1 1 +v 6.231065 0.05 4.554816 1 1 1 +v 6.269888 0.05 4.699705 1 1 1 +v 6.465003 0 4.007313 1 1 1 +v 6.851374 0 4.11084 1 1 1 +v 6.500359 0.1 4.06855 1 1 1 +v 6.790136 0.1 4.146195 1 1 1 +v 6.124999 0.05 4.738527 1 1 1 +v 6.086176 0.05 4.593638 1 1 1 +v 6.107321 0 4.769146 1 1 1 +v 6.055557 0 4.575961 1 1 1 +v 8.649965 0.05 2.356916 1 1 1 +v 8.437834 0.05 2.569048 1 1 1 +v 8.437834 0.05 2.144784 1 1 1 +v 8.225701 0.05 2.356916 1 1 1 +v 8.437834 0 2.639759 1 1 1 +v 8.154991 0 2.356916 1 1 1 +v 8.720676 0 2.356916 1 1 1 +v 8.437834 0 2.074074 1 1 1 +v 8.27163 0 3.181537 1 1 1 +v 8.210394 0.05 3.146182 1 1 1 +v 8.168103 0 2.795166 1 1 1 +v 8.132748 0.05 2.856404 1 1 1 +v 7.781733 0 2.898694 1 1 1 +v 7.84297 0.05 2.93405 1 1 1 +v 7.582728 0 2.498346 1 1 1 +v 7.782728 0 2.498346 1 1 1 +v 7.607728 0.1 2.523346 1 1 1 +v 7.757728 0.1 2.523346 1 1 1 +v 7.757728 0.1 2.673346 1 1 1 +v 7.607728 0.1 2.673346 1 1 1 +v 7.920616 0.05 3.223827 1 1 1 +v 7.88526 0 3.285064 1 1 1 +v 7.782728 0 2.698346 1 1 1 +v 7.582728 0 2.698346 1 1 1 +v 10 0.9 2 1 1 1 +v 9.695518 0.9 3.530734 1 1 1 +v 9.399002 0.9 2 1 1 1 +v 9.140268 0.9 3.300742 1 1 1 +v 8.828427 0.9 4.828427 1 1 1 +v 8.403458 0.9 4.403458 1 1 1 +v 7.530734 0.9 5.695518 1 1 1 +v 7.300742 0.9 5.140269 1 1 1 +v 6 0.9 6 1 1 1 +v 6 0.9 5.399003 1 1 1 +v 9.399002 0.2 2 1 1 1 +v 10 0.2 2 1 1 1 +v 9.140268 0.2 3.300742 1 1 1 +v 8.403458 0.2 4.403458 1 1 1 +v 7.300742 0.2 5.140269 1 1 1 +v 6 0.2 5.399003 1 1 1 +v 6 0.2 6 1 1 1 +v 7.530734 0.2 5.695518 1 1 1 +v 8.828427 0.2 4.828427 1 1 1 +v 9.695518 0.2 3.530734 1 1 1 +v 10 0 2 1 1 1 +v 8.828427 0 4.828427 1 1 1 +v 6 0 2 1 1 1 +v 6 0 6 1 1 1 +v 8.497211 0 -2.747846 1 1 1 +v 8.393683 0 -2.361476 1 1 1 +v 8.435973 0.1 -2.712491 1 1 1 +v 8.358328 0.1 -2.422713 1 1 1 +v 8.524198 0 -2.248743 1 1 1 +v 8.717382 0 -2.300506 1 1 1 +v 8.554816 0.05 -2.231065 1 1 1 +v 8.699705 0.05 -2.269888 1 1 1 +v 8.007313 0 -2.465003 1 1 1 +v 8.11084 0 -2.851374 1 1 1 +v 8.06855 0.1 -2.500359 1 1 1 +v 8.146195 0.1 -2.790137 1 1 1 +v 8.738527 0.05 -2.124999 1 1 1 +v 8.593639 0.05 -2.086176 1 1 1 +v 8.769146 0 -2.107321 1 1 1 +v 8.575961 0 -2.055557 1 1 1 +v 6.356916 0.05 -4.649966 1 1 1 +v 6.569048 0.05 -4.437834 1 1 1 +v 6.144784 0.05 -4.437834 1 1 1 +v 6.356916 0.05 -4.225701 1 1 1 +v 6.639759 0 -4.437834 1 1 1 +v 6.356916 0 -4.154991 1 1 1 +v 6.356916 0 -4.720676 1 1 1 +v 6.074073 0 -4.437834 1 1 1 +v 7.181537 0 -4.271631 1 1 1 +v 7.146182 0.05 -4.210393 1 1 1 +v 6.795166 0 -4.168103 1 1 1 +v 6.856404 0.05 -4.132748 1 1 1 +v 6.898694 0 -3.781733 1 1 1 +v 6.93405 0.05 -3.84297 1 1 1 +v 6.498346 0 -3.582728 1 1 1 +v 6.498346 0 -3.782728 1 1 1 +v 6.523346 0.1 -3.607728 1 1 1 +v 6.523346 0.1 -3.757728 1 1 1 +v 6.673346 0.1 -3.757728 1 1 1 +v 6.673347 0.1 -3.607728 1 1 1 +v 7.223827 0.05 -3.920616 1 1 1 +v 7.285065 0 -3.88526 1 1 1 +v 6.698346 0 -3.782728 1 1 1 +v 6.698346 0 -3.582728 1 1 1 +v 6 0.9 -6 1 1 1 +v 7.530734 0.9 -5.695518 1 1 1 +v 6 0.9 -5.399002 1 1 1 +v 7.300742 0.9 -5.140269 1 1 1 +v 8.828427 0.9 -4.828427 1 1 1 +v 8.403458 0.9 -4.403458 1 1 1 +v 9.695518 0.9 -3.530734 1 1 1 +v 9.140269 0.9 -3.300742 1 1 1 +v 10 0.9 -2 1 1 1 +v 9.399003 0.9 -2 1 1 1 +v 6 0.2 -5.399002 1 1 1 +v 6 0.2 -6 1 1 1 +v 7.300742 0.2 -5.140269 1 1 1 +v 8.403458 0.2 -4.403458 1 1 1 +v 9.140269 0.2 -3.300742 1 1 1 +v 9.399003 0.2 -2 1 1 1 +v 10 0.2 -2 1 1 1 +v 9.695518 0.2 -3.530734 1 1 1 +v 8.828427 0.2 -4.828427 1 1 1 +v 7.530734 0.2 -5.695518 1 1 1 +v 6 0 -6 1 1 1 +v 8.828427 0 -4.828427 1 1 1 +v 6 0 -2 1 1 1 +v 10 0 -2 1 1 1 +v -6.747846 0 -4.497211 1 1 1 +v -6.361476 0 -4.393683 1 1 1 +v -6.712491 0.1 -4.435973 1 1 1 +v -6.422713 0.1 -4.358327 1 1 1 +v -6.248743 0 -4.524197 1 1 1 +v -6.300507 0 -4.717382 1 1 1 +v -6.231065 0.05 -4.554816 1 1 1 +v -6.269888 0.05 -4.699705 1 1 1 +v -6.465003 0 -4.007313 1 1 1 +v -6.851374 0 -4.11084 1 1 1 +v -6.500359 0.1 -4.06855 1 1 1 +v -6.790136 0.1 -4.146195 1 1 1 +v -6.124999 0.05 -4.738527 1 1 1 +v -6.086176 0.05 -4.593638 1 1 1 +v -6.107321 0 -4.769146 1 1 1 +v -6.055557 0 -4.575961 1 1 1 +v -8.649965 0.05 -2.356916 1 1 1 +v -8.437834 0.05 -2.569048 1 1 1 +v -8.437834 0.05 -2.144784 1 1 1 +v -8.225701 0.05 -2.356916 1 1 1 +v -8.437834 0 -2.639759 1 1 1 +v -8.154991 0 -2.356916 1 1 1 +v -8.720676 0 -2.356916 1 1 1 +v -8.437834 0 -2.074074 1 1 1 +v -8.27163 0 -3.181537 1 1 1 +v -8.210394 0.05 -3.146182 1 1 1 +v -8.168103 0 -2.795166 1 1 1 +v -8.132748 0.05 -2.856404 1 1 1 +v -7.781733 0 -2.898694 1 1 1 +v -7.84297 0.05 -2.93405 1 1 1 +v -7.582728 0 -2.498346 1 1 1 +v -7.782728 0 -2.498346 1 1 1 +v -7.607728 0.1 -2.523346 1 1 1 +v -7.757728 0.1 -2.523346 1 1 1 +v -7.757728 0.1 -2.673346 1 1 1 +v -7.607728 0.1 -2.673346 1 1 1 +v -7.920616 0.05 -3.223827 1 1 1 +v -7.88526 0 -3.285064 1 1 1 +v -7.782728 0 -2.698346 1 1 1 +v -7.582728 0 -2.698346 1 1 1 +v -10 0.9 -2 1 1 1 +v -9.695518 0.9 -3.530734 1 1 1 +v -9.399002 0.9 -2 1 1 1 +v -9.140268 0.9 -3.300742 1 1 1 +v -8.828427 0.9 -4.828427 1 1 1 +v -8.403458 0.9 -4.403458 1 1 1 +v -7.530734 0.9 -5.695518 1 1 1 +v -7.300742 0.9 -5.140269 1 1 1 +v -6 0.9 -6 1 1 1 +v -6 0.9 -5.399003 1 1 1 +v -9.399002 0.2 -2 1 1 1 +v -10 0.2 -2 1 1 1 +v -9.140268 0.2 -3.300742 1 1 1 +v -8.403458 0.2 -4.403458 1 1 1 +v -7.300742 0.2 -5.140269 1 1 1 +v -6 0.2 -5.399003 1 1 1 +v -6 0.2 -6 1 1 1 +v -7.530734 0.2 -5.695518 1 1 1 +v -8.828427 0.2 -4.828427 1 1 1 +v -9.695518 0.2 -3.530734 1 1 1 +v -10 0 -2 1 1 1 +v -8.828427 0 -4.828427 1 1 1 +v -6 0 -2 1 1 1 +v -6 0 -6 1 1 1 +v 6 0 -6 1 1 1 +v 6 0 -2 1 1 1 +v 2 0 -6 1 1 1 +v 2 0 -2 1 1 1 +v 2 0 2 1 1 1 +v 2 0 6 1 1 1 +v -2 0 -6 1 1 1 +v -2 0 -2 1 1 1 +v -2 0 2 1 1 1 +v -2 0 6 1 1 1 +v -6 0 2 1 1 1 +v -6 0 6 1 1 1 +v 2 3.609557E-16 -4 1 1 1 +v 2 3.609557E-16 0 1 1 1 +v -2 3.609557E-16 -4 1 1 1 +v -2 3.609557E-16 0 1 1 1 +v 2 0 0 1 1 1 +v 2 0 4 1 1 1 +v -2 0 0 1 1 1 +v -2 0 4 1 1 1 +v -4.225579 0 0.1721032 1 1 1 +v -5.38469 0 -0.1384797 1 1 1 +v -4.331645 0.1 -0.01160853 1 1 1 +v -5.200978 0.1 -0.2445457 1 1 1 +v -2.788999 0.1 -0.9062634 1 1 1 +v -3.069632 0.1 -0.8002209 1 1 1 +v -2.895041 0.1 -1.186897 1 1 1 +v -3.175674 0.1 -1.080854 1 1 1 +v -4.098708 0.1 -0.8809417 1 1 1 +v -4.968041 0.1 -1.113879 1 1 1 +v -4.390223 0 0.5248481 1 1 1 +v -4.267749 0.2 0.5955588 1 1 1 +v -4.183168 0 1.297589 1 1 1 +v -4.112457 0.2 1.175114 1 1 1 +v -3.532902 0.2 1.019823 1 1 1 +v -3.688193 0.2 0.4402673 1 1 1 +v -3.410427 0 1.090533 1 1 1 +v -3.914996 0 -0.9870078 1 1 1 +v -5.074107 0 -1.297591 1 1 1 +v -5.227287 0.05 1.33564 1 1 1 +v -5.517065 0.05 1.413286 1 1 1 +v -5.304933 0.05 1.045862 1 1 1 +v -5.59471 0.05 1.123508 1 1 1 +v -5.55242 0 1.474523 1 1 1 +v -5.655948 0 1.088153 1 1 1 +v -5.16605 0 1.370995 1 1 1 +v -5.269578 0 0.984625 1 1 1 +v -3.24012 0 -1.109953 1 1 1 +v -3.09873 0 -0.735775 1 1 1 +v -2.865942 0 -1.251343 1 1 1 +v -2.724553 0 -0.8771649 1 1 1 +v -2.614956 0 1.396791 1 1 1 +v -2.421771 0 1.345027 1 1 1 +v -2.584338 0.05 1.414469 1 1 1 +v -2.439449 0.05 1.375646 1 1 1 +v -2.400626 0.05 1.520535 1 1 1 +v -2.545515 0.05 1.559358 1 1 1 +v -3.617483 0 0.3177929 1 1 1 +v -2.370008 0 1.538212 1 1 1 +v -2.563193 0 1.589976 1 1 1 +v -4.930517 0 -1.720208 1 1 1 +v -4.737332 0 -1.771971 1 1 1 +v -4.899899 0.05 -1.70253 1 1 1 +v -4.75501 0.05 -1.741353 1 1 1 +v -4.716187 0.05 -1.596464 1 1 1 +v -4.861075 0.05 -1.557641 1 1 1 +v -4.878753 0 -1.527022 1 1 1 +v -4.685568 0 -1.578786 1 1 1 +v -4.686515 0.1 0.5110608 1 1 1 +v -4.686515 0.1 0.8110608 1 1 1 +v -4.986515 0.1 0.5110608 1 1 1 +v -4.986515 0.1 0.8110608 1 1 1 +v -4.636515 0 0.4610608 1 1 1 +v -4.636515 0 0.8610607 1 1 1 +v -5.036515 0 0.4610608 1 1 1 +v -5.036515 0 0.8610607 1 1 1 +v -3.803762 0 -0.594767 1 1 1 +v -3.778762 0.1 -0.569767 1 1 1 +v -3.803762 0 -0.394767 1 1 1 +v -3.778762 0.1 -0.419767 1 1 1 +v -3.628762 0.1 -0.569767 1 1 1 +v -3.628762 0.1 -0.419767 1 1 1 +v -3.603762 0 -0.594767 1 1 1 +v -3.603762 0 -0.394767 1 1 1 +v -3.176097 0.05 0.0530683 1 1 1 +v -3.465875 0.05 0.130714 1 1 1 +v -3.253743 0.05 -0.2367094 1 1 1 +v -3.54352 0.05 -0.1590637 1 1 1 +v -3.50123 0 0.1919513 1 1 1 +v -3.604758 0 -0.1944191 1 1 1 +v -2.676548 0.1 0.4701748 1 1 1 +v -2.754193 0.1 0.7599526 1 1 1 +v -2.966325 0.1 0.3925292 1 1 1 +v -3.043971 0.1 0.6823069 1 1 1 +v -2.61531 0 0.4348195 1 1 1 +v -2.718838 0 0.8211898 1 1 1 +v -3.11486 0 0.08842362 1 1 1 +v -3.218387 0 -0.2979467 1 1 1 +v -3.105208 0 0.7176622 1 1 1 +v -3.00168 0 0.3312919 1 1 1 +v -10 0 2 1 1 1 +v 1.296844 0 -2.432191 1 1 1 +v 1.266226 0.05 -2.449869 1 1 1 +v 1.245081 0 -2.625376 1 1 1 +v 1.227403 0.05 -2.594758 1 1 1 +v 1.051895 0 -2.573612 1 1 1 +v 1.082514 0.05 -2.555935 1 1 1 +v 1.547955 0 -2.714653 1 1 1 +v 1.934325 0 -2.611125 1 1 1 +v 1.58331 0.1 -2.653415 1 1 1 +v 1.873088 0.1 -2.575769 1 1 1 +v 1.830798 0 -2.224754 1 1 1 +v 1.795442 0.1 -2.285992 1 1 1 +v -1.071889 0 -2.006432 1 1 1 +v -1.096889 0.1 -2.031432 1 1 1 +v -1.071889 0 -2.206432 1 1 1 +v -1.096889 0.1 -2.181432 1 1 1 +v -1.246889 0.1 -2.031432 1 1 1 +v -1.246889 0.1 -2.181432 1 1 1 +v -1.271889 0 -2.206432 1 1 1 +v -1.271889 0 -2.006432 1 1 1 +v 1.444427 0 -2.328282 1 1 1 +v 1.505665 0.1 -2.363637 1 1 1 +v 1.103659 0 -2.380427 1 1 1 +v 1.121337 0.05 -2.411046 1 1 1 +v -1.74957 0.05 -2.49822 1 1 1 +v -1.537438 0.05 -2.710352 1 1 1 +v -1.537438 0.05 -2.286088 1 1 1 +v -1.325306 0.05 -2.49822 1 1 1 +v -1.537438 0 -2.215377 1 1 1 +v -1.254596 0 -2.49822 1 1 1 +v -0.8904107 -2.887646E-15 -2.097593 1 1 1 +v -0.8550553 0.05 -2.15883 1 1 1 +v -0.5040404 -2.887646E-15 -2.201121 1 1 1 +v -0.5652776 0.05 -2.236476 1 1 1 +v -1.820281 0 -2.49822 1 1 1 +v -1.537438 0 -2.781063 1 1 1 +v -0.9939382 -2.887646E-15 -2.483963 1 1 1 +v -0.607568 -2.887646E-15 -2.587491 1 1 1 +v -0.932701 0.05 -2.448608 1 1 1 +v -0.6429233 0.05 -2.526254 1 1 1 +v 2 0.2 -3.399002 1 1 1 +v 9.641151E-13 0.2 -3.199002 1 1 1 +v 2 0.9 -3.399002 1 1 1 +v 9.641151E-13 0.9 -3.199002 1 1 1 +v -2 0.9 -4 1 1 1 +v 2 0.9 -4 1 1 1 +v -2 0.9 -3.399002 1 1 1 +v -2 0.2 -4 1 1 1 +v 2 0.2 -4 1 1 1 +v -2 0.2 -3.399002 1 1 1 +v -1.296844 3.609557E-16 2.432191 1 1 1 +v -1.266226 0.05 2.449869 1 1 1 +v -1.245081 3.609557E-16 2.625376 1 1 1 +v -1.227403 0.05 2.594758 1 1 1 +v -1.051895 3.609557E-16 2.573612 1 1 1 +v -1.082514 0.05 2.555935 1 1 1 +v -1.547955 3.609557E-16 2.714653 1 1 1 +v -1.934325 3.609557E-16 2.611125 1 1 1 +v -1.58331 0.1 2.653415 1 1 1 +v -1.873088 0.1 2.575769 1 1 1 +v -1.830798 3.609557E-16 2.224754 1 1 1 +v -1.795442 0.1 2.285992 1 1 1 +v 1.071889 3.609557E-16 2.006432 1 1 1 +v 1.096889 0.1 2.031432 1 1 1 +v 1.071889 3.609557E-16 2.206432 1 1 1 +v 1.096889 0.1 2.181432 1 1 1 +v 1.246889 0.1 2.031432 1 1 1 +v 1.246889 0.1 2.181432 1 1 1 +v 1.271889 3.609557E-16 2.206432 1 1 1 +v 1.271889 3.609557E-16 2.006432 1 1 1 +v -1.444427 3.609557E-16 2.328282 1 1 1 +v -1.505665 0.1 2.363637 1 1 1 +v -1.103659 3.609557E-16 2.380427 1 1 1 +v -1.121337 0.05 2.411046 1 1 1 +v 1.74957 0.05 2.49822 1 1 1 +v 1.537438 0.05 2.710352 1 1 1 +v 1.537438 0.05 2.286088 1 1 1 +v 1.325306 0.05 2.49822 1 1 1 +v 1.537438 3.609557E-16 2.215377 1 1 1 +v 1.254596 3.609557E-16 2.49822 1 1 1 +v 0.8904107 -2.52669E-15 2.097593 1 1 1 +v 0.8550553 0.05 2.15883 1 1 1 +v 0.5040404 -2.52669E-15 2.201121 1 1 1 +v 0.5652776 0.05 2.236476 1 1 1 +v 1.820281 3.609557E-16 2.49822 1 1 1 +v 1.537438 3.609557E-16 2.781063 1 1 1 +v 0.9939382 -2.52669E-15 2.483963 1 1 1 +v 0.607568 -2.52669E-15 2.587491 1 1 1 +v 0.932701 0.05 2.448608 1 1 1 +v 0.6429233 0.05 2.526254 1 1 1 +v -2 0.2 3.399002 1 1 1 +v -8.085408E-14 0.2 3.199002 1 1 1 +v -2 0.9 3.399002 1 1 1 +v -8.085408E-14 0.9 3.199002 1 1 1 +v 2 0.9 4 1 1 1 +v -2 0.9 4 1 1 1 +v 2 0.9 3.399002 1 1 1 +v 2 0.2 4 1 1 1 +v -2 0.2 4 1 1 1 +v 2 0.2 3.399002 1 1 1 +v -10 0.9 -1.399002 1 1 1 +v -10 0.9 -2 1 1 1 +v -9.699501 0.9 -1.479521 1 1 1 +v -9.399002 0.9 -2 1 1 1 +v -9.479521 0.9 -1.699501 1 1 1 +v -10 0.2 -1.399002 1 1 1 +v -10 0.2 -2 1 1 1 +v -9.399002 0.2 -2 1 1 1 +v -9.479521 0.2 -1.699501 1 1 1 +v -9.699501 0.2 -1.479521 1 1 1 +v 10 0.9 1.399002 1 1 1 +v 10 0.9 2 1 1 1 +v 9.699501 0.9 1.479521 1 1 1 +v 9.399002 0.9 2 1 1 1 +v 9.479521 0.9 1.699501 1 1 1 +v 10 0.2 1.399002 1 1 1 +v 10 0.2 2 1 1 1 +v 9.399002 0.2 2 1 1 1 +v 9.479521 0.2 1.699501 1 1 1 +v 9.699501 0.2 1.479521 1 1 1 +v -9.399002 0.9 2 1 1 1 +v -10 0.9 2 1 1 1 +v -9.479521 0.9 1.699501 1 1 1 +v -10 0.9 1.399002 1 1 1 +v -9.699501 0.9 1.479521 1 1 1 +v -9.399002 0.2 2 1 1 1 +v -10 0.2 2 1 1 1 +v -10 0.2 1.399002 1 1 1 +v -9.699501 0.2 1.479521 1 1 1 +v -9.479521 0.2 1.699501 1 1 1 +v 9.399002 0.9 -2 1 1 1 +v 10 0.9 -2 1 1 1 +v 9.479521 0.9 -1.699501 1 1 1 +v 10 0.9 -1.399002 1 1 1 +v 9.699501 0.9 -1.479521 1 1 1 +v 9.399002 0.2 -2 1 1 1 +v 10 0.2 -2 1 1 1 +v 10 0.2 -1.399002 1 1 1 +v 9.699501 0.2 -1.479521 1 1 1 +v 9.479521 0.2 -1.699501 1 1 1 +v -2.600998 0.9 -4 1 1 1 +v -2 0.9 -4 1 1 1 +v -2.520479 0.9 -3.699501 1 1 1 +v -2 0.9 -3.399002 1 1 1 +v -2.300499 0.9 -3.479521 1 1 1 +v -2.600998 0.2 -4 1 1 1 +v -2 0.2 -4 1 1 1 +v -2 0.2 -3.399002 1 1 1 +v -2.300499 0.2 -3.479521 1 1 1 +v -2.520479 0.2 -3.699501 1 1 1 +v 2 0.9 -3.399002 1 1 1 +v 2 0.9 -4 1 1 1 +v 2.300499 0.9 -3.479521 1 1 1 +v 2.600998 0.9 -4 1 1 1 +v 2.520479 0.9 -3.699501 1 1 1 +v 2 0.2 -3.399002 1 1 1 +v 2 0.2 -4 1 1 1 +v 2.600998 0.2 -4 1 1 1 +v 2.520479 0.2 -3.699501 1 1 1 +v 2.300499 0.2 -3.479521 1 1 1 +v 2.600998 0.9 4 1 1 1 +v 2 0.9 4 1 1 1 +v 2.520479 0.9 3.699501 1 1 1 +v 2 0.9 3.399002 1 1 1 +v 2.300499 0.9 3.479521 1 1 1 +v 2.600998 0.2 4 1 1 1 +v 2 0.2 4 1 1 1 +v 2 0.2 3.399002 1 1 1 +v 2.300499 0.2 3.479521 1 1 1 +v 2.520479 0.2 3.699501 1 1 1 +v -2 0.9 3.399002 1 1 1 +v -2 0.9 4 1 1 1 +v -2.300499 0.9 3.479521 1 1 1 +v -2.600998 0.9 4 1 1 1 +v -2.520479 0.9 3.699501 1 1 1 +v -2 0.2 3.399002 1 1 1 +v -2 0.2 4 1 1 1 +v -2.600998 0.2 4 1 1 1 +v -2.520479 0.2 3.699501 1 1 1 +v -2.300499 0.2 3.479521 1 1 1 +v 2.703156 6.411861E-31 4.432191 1 1 1 +v 2.733774 0.05 4.449869 1 1 1 +v 2.75492 6.411861E-31 4.625376 1 1 1 +v 2.772597 0.05 4.594758 1 1 1 +v 2.948105 6.411861E-31 4.573612 1 1 1 +v 2.917486 0.05 4.555935 1 1 1 +v 2.452045 6.411861E-31 4.714653 1 1 1 +v 2.065675 6.411861E-31 4.611125 1 1 1 +v 2.41669 0.1 4.653415 1 1 1 +v 2.126912 0.1 4.575769 1 1 1 +v 2.169202 6.411861E-31 4.224754 1 1 1 +v 2.204558 0.1 4.285992 1 1 1 +v 5.071889 6.411861E-31 4.006432 1 1 1 +v 5.096889 0.1 4.031432 1 1 1 +v 5.071889 6.411861E-31 4.206432 1 1 1 +v 5.096889 0.1 4.181432 1 1 1 +v 5.246889 0.1 4.031432 1 1 1 +v 5.246889 0.1 4.181432 1 1 1 +v 5.271889 6.411861E-31 4.206432 1 1 1 +v 5.271889 6.411861E-31 4.006432 1 1 1 +v 2.555573 6.411861E-31 4.328282 1 1 1 +v 2.494335 0.1 4.363637 1 1 1 +v 2.896341 6.411861E-31 4.380427 1 1 1 +v 2.878663 0.05 4.411046 1 1 1 +v 5.74957 0.05 4.498219 1 1 1 +v 5.537438 0.05 4.710352 1 1 1 +v 5.537438 0.05 4.286088 1 1 1 +v 5.325306 0.05 4.498219 1 1 1 +v 5.537438 6.411861E-31 4.215377 1 1 1 +v 5.254596 6.411861E-31 4.498219 1 1 1 +v 4.89041 -2.887646E-15 4.097593 1 1 1 +v 4.855055 0.05 4.158831 1 1 1 +v 4.50404 -2.887646E-15 4.201121 1 1 1 +v 4.565278 0.05 4.236476 1 1 1 +v 5.820281 6.411861E-31 4.498219 1 1 1 +v 5.537438 6.411861E-31 4.781063 1 1 1 +v 4.993938 -2.887646E-15 4.483963 1 1 1 +v 4.607568 -2.887646E-15 4.587491 1 1 1 +v 4.932701 0.05 4.448608 1 1 1 +v 4.642923 0.05 4.526254 1 1 1 +v 2 0.2 5.399002 1 1 1 +v 4 0.2 5.199002 1 1 1 +v 2 0.9 5.399002 1 1 1 +v 4 0.9 5.199002 1 1 1 +v 6 0.9 6 1 1 1 +v 2 0.9 6 1 1 1 +v 6 0.9 5.399002 1 1 1 +v 6 0.2 6 1 1 1 +v 2 0.2 6 1 1 1 +v 6 0.2 5.399002 1 1 1 +v -2.703156 6.411861E-31 -4.432191 1 1 1 +v -2.733774 0.05 -4.449869 1 1 1 +v -2.75492 6.411861E-31 -4.625376 1 1 1 +v -2.772597 0.05 -4.594758 1 1 1 +v -2.948105 6.411861E-31 -4.573612 1 1 1 +v -2.917486 0.05 -4.555935 1 1 1 +v -2.452045 6.411861E-31 -4.714653 1 1 1 +v -2.065675 6.411861E-31 -4.611125 1 1 1 +v -2.41669 0.1 -4.653415 1 1 1 +v -2.126912 0.1 -4.575769 1 1 1 +v -2.169202 6.411861E-31 -4.224754 1 1 1 +v -2.204558 0.1 -4.285992 1 1 1 +v -5.071889 6.411861E-31 -4.006432 1 1 1 +v -5.096889 0.1 -4.031432 1 1 1 +v -5.071889 6.411861E-31 -4.206432 1 1 1 +v -5.096889 0.1 -4.181432 1 1 1 +v -5.246889 0.1 -4.031432 1 1 1 +v -5.246889 0.1 -4.181432 1 1 1 +v -5.271889 6.411861E-31 -4.206432 1 1 1 +v -5.271889 6.411861E-31 -4.006432 1 1 1 +v -2.555573 6.411861E-31 -4.328282 1 1 1 +v -2.494335 0.1 -4.363637 1 1 1 +v -2.896341 6.411861E-31 -4.380427 1 1 1 +v -2.878663 0.05 -4.411046 1 1 1 +v -5.74957 0.05 -4.498219 1 1 1 +v -5.537438 0.05 -4.710352 1 1 1 +v -5.537438 0.05 -4.286088 1 1 1 +v -5.325306 0.05 -4.498219 1 1 1 +v -5.537438 6.411861E-31 -4.215377 1 1 1 +v -5.254596 6.411861E-31 -4.498219 1 1 1 +v -4.89041 -2.887646E-15 -4.097593 1 1 1 +v -4.855055 0.05 -4.158831 1 1 1 +v -4.50404 -2.887646E-15 -4.201121 1 1 1 +v -4.565278 0.05 -4.236476 1 1 1 +v -5.820281 6.411861E-31 -4.498219 1 1 1 +v -5.537438 6.411861E-31 -4.781063 1 1 1 +v -4.993938 -2.887646E-15 -4.483963 1 1 1 +v -4.607568 -2.887646E-15 -4.587491 1 1 1 +v -4.932701 0.05 -4.448608 1 1 1 +v -4.642923 0.05 -4.526254 1 1 1 +v -2 0.2 -5.399002 1 1 1 +v -4 0.2 -5.199002 1 1 1 +v -2 0.9 -5.399002 1 1 1 +v -4 0.9 -5.199002 1 1 1 +v -6 0.9 -6 1 1 1 +v -2 0.9 -6 1 1 1 +v -6 0.9 -5.399002 1 1 1 +v -6 0.2 -6 1 1 1 +v -2 0.2 -6 1 1 1 +v -6 0.2 -5.399002 1 1 1 +v -5.296844 3.609557E-16 4.432191 1 1 1 +v -5.266226 0.05 4.449869 1 1 1 +v -5.24508 3.609557E-16 4.625376 1 1 1 +v -5.227403 0.05 4.594758 1 1 1 +v -5.051895 3.609557E-16 4.573612 1 1 1 +v -5.082514 0.05 4.555935 1 1 1 +v -5.547955 3.609557E-16 4.714653 1 1 1 +v -5.934325 3.609557E-16 4.611125 1 1 1 +v -5.58331 0.1 4.653415 1 1 1 +v -5.873088 0.1 4.575769 1 1 1 +v -5.830798 3.609557E-16 4.224754 1 1 1 +v -5.795443 0.1 4.285992 1 1 1 +v -2.928111 3.609557E-16 4.006432 1 1 1 +v -2.903111 0.1 4.031432 1 1 1 +v -2.928111 3.609557E-16 4.206432 1 1 1 +v -2.903111 0.1 4.181432 1 1 1 +v -2.753111 0.1 4.031432 1 1 1 +v -2.753111 0.1 4.181432 1 1 1 +v -2.728111 3.609557E-16 4.206432 1 1 1 +v -2.728111 3.609557E-16 4.006432 1 1 1 +v -5.444427 3.609557E-16 4.328282 1 1 1 +v -5.505665 0.1 4.363637 1 1 1 +v -5.103659 3.609557E-16 4.380427 1 1 1 +v -5.121337 0.05 4.411046 1 1 1 +v -2.25043 0.05 4.498219 1 1 1 +v -2.462562 0.05 4.710352 1 1 1 +v -2.462562 0.05 4.286088 1 1 1 +v -2.674694 0.05 4.498219 1 1 1 +v -2.462562 3.609557E-16 4.215377 1 1 1 +v -2.745404 3.609557E-16 4.498219 1 1 1 +v -3.109589 -2.52669E-15 4.097593 1 1 1 +v -3.144945 0.05 4.158831 1 1 1 +v -3.49596 -2.52669E-15 4.201121 1 1 1 +v -3.434722 0.05 4.236476 1 1 1 +v -2.179719 3.609557E-16 4.498219 1 1 1 +v -2.462562 3.609557E-16 4.781063 1 1 1 +v -3.006062 -2.52669E-15 4.483963 1 1 1 +v -3.392432 -2.52669E-15 4.587491 1 1 1 +v -3.067299 0.05 4.448608 1 1 1 +v -3.357077 0.05 4.526254 1 1 1 +v -6 0.2 5.399002 1 1 1 +v -4 0.2 5.199002 1 1 1 +v -6 0.9 5.399002 1 1 1 +v -4 0.9 5.199002 1 1 1 +v -2 0.9 6 1 1 1 +v -6 0.9 6 1 1 1 +v -2 0.9 5.399002 1 1 1 +v -2 0.2 6 1 1 1 +v -6 0.2 6 1 1 1 +v -2 0.2 5.399002 1 1 1 +v 5.296844 3.609557E-16 -4.432191 1 1 1 +v 5.266226 0.05 -4.449869 1 1 1 +v 5.24508 3.609557E-16 -4.625376 1 1 1 +v 5.227403 0.05 -4.594758 1 1 1 +v 5.051895 3.609557E-16 -4.573612 1 1 1 +v 5.082514 0.05 -4.555935 1 1 1 +v 5.547955 3.609557E-16 -4.714653 1 1 1 +v 5.934325 3.609557E-16 -4.611125 1 1 1 +v 5.58331 0.1 -4.653415 1 1 1 +v 5.873088 0.1 -4.575769 1 1 1 +v 5.830798 3.609557E-16 -4.224754 1 1 1 +v 5.795443 0.1 -4.285992 1 1 1 +v 2.928111 3.609557E-16 -4.006432 1 1 1 +v 2.903111 0.1 -4.031432 1 1 1 +v 2.928111 3.609557E-16 -4.206432 1 1 1 +v 2.903111 0.1 -4.181432 1 1 1 +v 2.753111 0.1 -4.031432 1 1 1 +v 2.753111 0.1 -4.181432 1 1 1 +v 2.728111 3.609557E-16 -4.206432 1 1 1 +v 2.728111 3.609557E-16 -4.006432 1 1 1 +v 5.444427 3.609557E-16 -4.328282 1 1 1 +v 5.505665 0.1 -4.363637 1 1 1 +v 5.103659 3.609557E-16 -4.380427 1 1 1 +v 5.121337 0.05 -4.411046 1 1 1 +v 2.25043 0.05 -4.498219 1 1 1 +v 2.462562 0.05 -4.710352 1 1 1 +v 2.462562 0.05 -4.286088 1 1 1 +v 2.674694 0.05 -4.498219 1 1 1 +v 2.462562 3.609557E-16 -4.215377 1 1 1 +v 2.745404 3.609557E-16 -4.498219 1 1 1 +v 3.109589 -2.52669E-15 -4.097593 1 1 1 +v 3.144945 0.05 -4.158831 1 1 1 +v 3.49596 -2.52669E-15 -4.201121 1 1 1 +v 3.434722 0.05 -4.236476 1 1 1 +v 2.179719 3.609557E-16 -4.498219 1 1 1 +v 2.462562 3.609557E-16 -4.781063 1 1 1 +v 3.006062 -2.52669E-15 -4.483963 1 1 1 +v 3.392432 -2.52669E-15 -4.587491 1 1 1 +v 3.067299 0.05 -4.448608 1 1 1 +v 3.357077 0.05 -4.526254 1 1 1 +v 6 0.2 -5.399002 1 1 1 +v 4 0.2 -5.199002 1 1 1 +v 6 0.9 -5.399002 1 1 1 +v 4 0.9 -5.199002 1 1 1 +v 2 0.9 -6 1 1 1 +v 6 0.9 -6 1 1 1 +v 2 0.9 -5.399002 1 1 1 +v 2 0.2 -6 1 1 1 +v 6 0.2 -6 1 1 1 +v 2 0.2 -5.399002 1 1 1 +v -3.476217 0.05 5.137923 1 1 1 +v -3.437394 0.05 5.282812 1 1 1 +v -3.621106 0.05 5.176745 1 1 1 +v -3.582283 0.05 5.321634 1 1 1 +v -3.807397 3.609557E-16 5.886207 1 1 1 +v -3.70387 3.609557E-16 5.499836 1 1 1 +v -3.74616 0.1 5.850851 1 1 1 +v -3.668514 0.1 5.561073 1 1 1 +v -3.599961 3.609557E-16 5.352253 1 1 1 +v -3.651725 3.609557E-16 5.159068 1 1 1 +v -3.458539 3.609557E-16 5.107304 1 1 1 +v -3.3175 3.609557E-16 5.603364 1 1 1 +v -3.378737 0.1 5.638719 1 1 1 +v -3.421027 3.609557E-16 5.989734 1 1 1 +v -3.456382 0.1 5.928497 1 1 1 +v -3.406776 3.609557E-16 5.300489 1 1 1 +v -2.800998 0.2 5 1 1 1 +v -2.600998 0.2 4 1 1 1 +v -2.800998 0.9 5 1 1 1 +v -2.600998 0.9 4 1 1 1 +v -2.000001 0.9 4 1 1 1 +v -2 0.9 6 1 1 1 +v -2.600998 0.9 6 1 1 1 +v -2.600998 0.2 6 1 1 1 +v -2 0.2 6 1 1 1 +v -2.000001 0.2 4 1 1 1 +v -3.476217 0.05 -4.862077 1 1 1 +v -3.437394 0.05 -4.717188 1 1 1 +v -3.621106 0.05 -4.823255 1 1 1 +v -3.582283 0.05 -4.678366 1 1 1 +v -3.807397 0 -4.113793 1 1 1 +v -3.70387 0 -4.500164 1 1 1 +v -3.74616 0.1 -4.149149 1 1 1 +v -3.668514 0.1 -4.438927 1 1 1 +v -3.599961 0 -4.647747 1 1 1 +v -3.651725 0 -4.840932 1 1 1 +v -3.458539 0 -4.892696 1 1 1 +v -3.3175 0 -4.396636 1 1 1 +v -3.378737 0.1 -4.361281 1 1 1 +v -3.421027 0 -4.010266 1 1 1 +v -3.456382 0.1 -4.071503 1 1 1 +v -3.406776 0 -4.699511 1 1 1 +v -2.800998 0.2 -5 1 1 1 +v -2.600998 0.2 -6 1 1 1 +v -2.800998 0.9 -5 1 1 1 +v -2.600998 0.9 -6 1 1 1 +v -2.000001 0.9 -6 1 1 1 +v -2 0.9 -4 1 1 1 +v -2.600998 0.9 -4 1 1 1 +v -2.600998 0.2 -4 1 1 1 +v -2 0.2 -4 1 1 1 +v -2.000001 0.2 -6 1 1 1 +v 3.476217 0.05 4.862079 1 1 1 +v 3.437394 0.05 4.71719 1 1 1 +v 3.621106 0.05 4.823256 1 1 1 +v 3.582283 0.05 4.678368 1 1 1 +v 3.807398 0 4.113795 1 1 1 +v 3.70387 0 4.500166 1 1 1 +v 3.74616 0.1 4.149151 1 1 1 +v 3.668514 0.1 4.438929 1 1 1 +v 3.599961 0 4.647749 1 1 1 +v 3.651725 0 4.840934 1 1 1 +v 3.458539 0 4.892698 1 1 1 +v 3.3175 0 4.396638 1 1 1 +v 3.378737 0.1 4.361283 1 1 1 +v 3.421027 0 4.010268 1 1 1 +v 3.456383 0.1 4.071505 1 1 1 +v 3.406776 0 4.699512 1 1 1 +v 2.800998 0.2 5 1 1 1 +v 2.600998 0.2 6 1 1 1 +v 2.800998 0.9 5 1 1 1 +v 2.600998 0.9 6 1 1 1 +v 2 0.9 6 1 1 1 +v 2.000001 0.9 4 1 1 1 +v 2.600998 0.9 4 1 1 1 +v 2.600998 0.2 4 1 1 1 +v 2.000001 0.2 4 1 1 1 +v 2 0.2 6 1 1 1 +v 3.476217 0.05 -5.137921 1 1 1 +v 3.437394 0.05 -5.28281 1 1 1 +v 3.621106 0.05 -5.176744 1 1 1 +v 3.582283 0.05 -5.321632 1 1 1 +v 3.807398 3.609557E-16 -5.886205 1 1 1 +v 3.70387 3.609557E-16 -5.499834 1 1 1 +v 3.74616 0.1 -5.850849 1 1 1 +v 3.668514 0.1 -5.561071 1 1 1 +v 3.599961 3.609557E-16 -5.352251 1 1 1 +v 3.651725 3.609557E-16 -5.159066 1 1 1 +v 3.458539 3.609557E-16 -5.107302 1 1 1 +v 3.3175 3.609557E-16 -5.603362 1 1 1 +v 3.378737 0.1 -5.638717 1 1 1 +v 3.421027 3.609557E-16 -5.989732 1 1 1 +v 3.456383 0.1 -5.928495 1 1 1 +v 3.406776 3.609557E-16 -5.300488 1 1 1 +v 2.800998 0.2 -5 1 1 1 +v 2.600998 0.2 -4 1 1 1 +v 2.800998 0.9 -5 1 1 1 +v 2.600998 0.9 -4 1 1 1 +v 2 0.9 -4 1 1 1 +v 2.000001 0.9 -6 1 1 1 +v 2.600998 0.9 -6 1 1 1 +v 2.600998 0.2 -6 1 1 1 +v 2.000001 0.2 -6 1 1 1 +v 2 0.2 -4 1 1 1 +v -6 3 6 1 1 1 +v -7.530734 3 5.695518 1 1 1 +v -6 3 5.6 1 1 1 +v -7.377661 3 5.325967 1 1 1 +v -8.828427 3 4.828427 1 1 1 +v -8.545585 3 4.545585 1 1 1 +v -9.695518 3 3.530734 1 1 1 +v -9.325966 3 3.37766 1 1 1 +v -10 3 2 1 1 1 +v -9.6 3 2 1 1 1 +v -6 0.9 5.6 1 1 1 +v -7.377661 0.9 5.325967 1 1 1 +v -8.545585 0.9 4.545585 1 1 1 +v -9.325966 0.9 3.37766 1 1 1 +v -9.6 0.9 2 1 1 1 +v -6 0 4.998005 1 1 1 +v -7.530734 0 5.695518 1 1 1 +v -7.147287 0 4.769795 1 1 1 +v -9.695518 0 3.530734 1 1 1 +v -8.119909 0 4.11991 1 1 1 +v -8.769795 0 3.147287 1 1 1 +v -8.998005 0 2 1 1 1 +v -6 0.2 4.998005 1 1 1 +v -7.147287 0.2 4.769795 1 1 1 +v -8.119909 0.2 4.11991 1 1 1 +v -8.769795 0.2 3.147287 1 1 1 +v -8.998005 0.2 2 1 1 1 +v -7.539528 0.2 4.483708 1 1 1 +v -7.539528 0 4.483708 1 1 1 +v -7.91916 0.2 4.992029 1 1 1 +v -7.91916 0 4.992029 1 1 1 +v -8.298759 0 3.526625 1 1 1 +v -7.838696 0 3.838695 1 1 1 +v -8.298759 0.2 3.526625 1 1 1 +v -7.838696 0.2 3.838695 1 1 1 +v -7.526625 0 4.298758 1 1 1 +v -7.526625 0.2 4.298758 1 1 1 +v -8.483708 0 3.539528 1 1 1 +v -8.483708 0.2 3.539528 1 1 1 +v -8.992029 0 3.91916 1 1 1 +v -8.992029 0.2 3.91916 1 1 1 +v -9.23671 1.509087 3.511242 1 1 1 +v -9.022587 1.509087 3.831699 1 1 1 +v -9.195136 1.509087 3.483464 1 1 1 +v -8.981013 1.509087 3.803921 1 1 1 +v -9.022587 1.809087 3.831699 1 1 1 +v -9.23671 1.809087 3.511242 1 1 1 +v -8.981013 1.809087 3.803921 1 1 1 +v -9.195136 1.809087 3.483464 1 1 1 +v -8.953235 1.559087 3.845494 1 1 1 +v -8.994808 1.559087 3.873273 1 1 1 +v -8.953235 1.759087 3.845494 1 1 1 +v -8.994808 1.759087 3.873273 1 1 1 +v -9.264488 1.559087 3.469669 1 1 1 +v -9.222915 1.559087 3.44189 1 1 1 +v -9.264488 1.759087 3.469669 1 1 1 +v -9.222915 1.759087 3.44189 1 1 1 +v -9.472848 2.236932 2.639235 1 1 1 +v -9.397658 2.236932 3.01724 1 1 1 +v -9.423809 2.236932 2.629481 1 1 1 +v -9.348619 2.236932 3.007485 1 1 1 +v -9.397658 2.536932 3.01724 1 1 1 +v -9.472848 2.536932 2.639235 1 1 1 +v -9.348619 2.536932 3.007485 1 1 1 +v -9.423809 2.536932 2.629481 1 1 1 +v -9.338864 2.286932 3.056525 1 1 1 +v -9.387904 2.286932 3.066279 1 1 1 +v -9.338864 2.486932 3.056525 1 1 1 +v -9.387904 2.486932 3.066279 1 1 1 +v -9.482602 2.286932 2.590196 1 1 1 +v -9.433563 2.286932 2.580441 1 1 1 +v -9.482602 2.486932 2.590196 1 1 1 +v -9.433563 2.486932 2.580441 1 1 1 +v -9.534066 1.759764 2.331469 1 1 1 +v -9.458877 1.759764 2.709474 1 1 1 +v -9.485027 1.759764 2.321715 1 1 1 +v -9.409838 1.759764 2.699719 1 1 1 +v -9.458877 2.059764 2.709474 1 1 1 +v -9.534066 2.059764 2.331469 1 1 1 +v -9.409838 2.059764 2.699719 1 1 1 +v -9.485027 2.059764 2.321715 1 1 1 +v -9.400083 1.809764 2.748759 1 1 1 +v -9.449122 1.809764 2.758513 1 1 1 +v -9.400083 2.009764 2.748759 1 1 1 +v -9.449122 2.009764 2.758513 1 1 1 +v -9.54382 1.809764 2.28243 1 1 1 +v -9.494781 1.809764 2.272676 1 1 1 +v -9.54382 2.009764 2.28243 1 1 1 +v -9.494781 2.009764 2.272676 1 1 1 +v -6.925668 1.55972 5.415874 1 1 1 +v -6.547664 1.55972 5.491063 1 1 1 +v -6.915914 1.55972 5.366834 1 1 1 +v -6.537909 1.55972 5.442024 1 1 1 +v -6.925668 1.85972 5.415874 1 1 1 +v -6.915914 1.85972 5.366834 1 1 1 +v -6.547664 1.85972 5.491063 1 1 1 +v -6.537909 1.85972 5.442024 1 1 1 +v -6.48887 1.60972 5.451778 1 1 1 +v -6.498624 1.60972 5.500818 1 1 1 +v -6.48887 1.80972 5.451778 1 1 1 +v -6.498624 1.80972 5.500818 1 1 1 +v -6.974708 1.60972 5.406119 1 1 1 +v -6.964953 1.60972 5.35708 1 1 1 +v -6.974708 1.80972 5.406119 1 1 1 +v -6.964953 1.80972 5.35708 1 1 1 +v 10 3 2 1 1 1 +v 9.695518 3 3.530734 1 1 1 +v 9.6 3 2 1 1 1 +v 9.325966 3 3.37766 1 1 1 +v 8.828427 3 4.828427 1 1 1 +v 8.545585 3 4.545585 1 1 1 +v 7.530734 3 5.695518 1 1 1 +v 7.37766 3 5.325966 1 1 1 +v 6 3 6 1 1 1 +v 6 3 5.6 1 1 1 +v 9.6 0.9 2 1 1 1 +v 9.325966 0.9 3.37766 1 1 1 +v 8.545585 0.9 4.545585 1 1 1 +v 7.37766 0.9 5.325966 1 1 1 +v 6 0.9 5.6 1 1 1 +v 8.998005 0 2 1 1 1 +v 9.695518 0 3.530734 1 1 1 +v 8.769795 0 3.147287 1 1 1 +v 7.530734 0 5.695518 1 1 1 +v 8.119909 0 4.11991 1 1 1 +v 7.147287 0 4.769795 1 1 1 +v 6 0 4.998005 1 1 1 +v 8.998005 0.2 2 1 1 1 +v 8.769795 0.2 3.147287 1 1 1 +v 8.119909 0.2 4.11991 1 1 1 +v 7.147287 0.2 4.769795 1 1 1 +v 6 0.2 4.998005 1 1 1 +v 8.483708 0.2 3.539528 1 1 1 +v 8.483708 0 3.539528 1 1 1 +v 8.992029 0.2 3.91916 1 1 1 +v 8.992029 0 3.91916 1 1 1 +v 7.526625 0 4.298758 1 1 1 +v 7.838696 0 3.838696 1 1 1 +v 7.526625 0.2 4.298758 1 1 1 +v 7.838696 0.2 3.838696 1 1 1 +v 8.298758 0 3.526625 1 1 1 +v 8.298758 0.2 3.526625 1 1 1 +v 7.539528 0 4.483708 1 1 1 +v 7.539528 0.2 4.483708 1 1 1 +v 7.91916 0 4.992029 1 1 1 +v 7.91916 0.2 4.992029 1 1 1 +v 7.511242 1.509087 5.23671 1 1 1 +v 7.831699 1.509087 5.022587 1 1 1 +v 7.483464 1.509087 5.195136 1 1 1 +v 7.803921 1.509087 4.981013 1 1 1 +v 7.831699 1.809087 5.022587 1 1 1 +v 7.511242 1.809087 5.23671 1 1 1 +v 7.803921 1.809087 4.981013 1 1 1 +v 7.483464 1.809087 5.195136 1 1 1 +v 7.845494 1.559087 4.953235 1 1 1 +v 7.873272 1.559087 4.994809 1 1 1 +v 7.845494 1.759087 4.953235 1 1 1 +v 7.873272 1.759087 4.994809 1 1 1 +v 7.469669 1.559087 5.264488 1 1 1 +v 7.44189 1.559087 5.222915 1 1 1 +v 7.469669 1.759087 5.264488 1 1 1 +v 7.44189 1.759087 5.222915 1 1 1 +v 6.639235 2.236932 5.472848 1 1 1 +v 7.01724 2.236932 5.397658 1 1 1 +v 6.629481 2.236932 5.423809 1 1 1 +v 7.007485 2.236932 5.348619 1 1 1 +v 7.01724 2.536932 5.397658 1 1 1 +v 6.639235 2.536932 5.472848 1 1 1 +v 7.007485 2.536932 5.348619 1 1 1 +v 6.629481 2.536932 5.423809 1 1 1 +v 7.056525 2.286932 5.338864 1 1 1 +v 7.066279 2.286932 5.387904 1 1 1 +v 7.056525 2.486932 5.338864 1 1 1 +v 7.066279 2.486932 5.387904 1 1 1 +v 6.590196 2.286932 5.482603 1 1 1 +v 6.580441 2.286932 5.433563 1 1 1 +v 6.590196 2.486932 5.482603 1 1 1 +v 6.580441 2.486932 5.433563 1 1 1 +v 6.331471 1.759764 5.534066 1 1 1 +v 6.709476 1.759764 5.458877 1 1 1 +v 6.321717 1.759764 5.485027 1 1 1 +v 6.699721 1.759764 5.409837 1 1 1 +v 6.709476 2.059764 5.458877 1 1 1 +v 6.331471 2.059764 5.534066 1 1 1 +v 6.699721 2.059764 5.409837 1 1 1 +v 6.321717 2.059764 5.485027 1 1 1 +v 6.748761 1.809764 5.400083 1 1 1 +v 6.758515 1.809764 5.449122 1 1 1 +v 6.748761 2.009764 5.400083 1 1 1 +v 6.758515 2.009764 5.449122 1 1 1 +v 6.282432 1.809764 5.543821 1 1 1 +v 6.272677 1.809764 5.494781 1 1 1 +v 6.282432 2.009764 5.543821 1 1 1 +v 6.272677 2.009764 5.494781 1 1 1 +v 9.415874 1.55972 2.925668 1 1 1 +v 9.491063 1.55972 2.547663 1 1 1 +v 9.366835 1.55972 2.915914 1 1 1 +v 9.442024 1.55972 2.537909 1 1 1 +v 9.415874 1.85972 2.925668 1 1 1 +v 9.366835 1.85972 2.915914 1 1 1 +v 9.491063 1.85972 2.547663 1 1 1 +v 9.442024 1.85972 2.537909 1 1 1 +v 9.451778 1.60972 2.48887 1 1 1 +v 9.500817 1.60972 2.498624 1 1 1 +v 9.451778 1.80972 2.48887 1 1 1 +v 9.500817 1.80972 2.498624 1 1 1 +v 9.406119 1.60972 2.974707 1 1 1 +v 9.35708 1.60972 2.964953 1 1 1 +v 9.406119 1.80972 2.974707 1 1 1 +v 9.35708 1.80972 2.964953 1 1 1 +v 6 3 -6 1 1 1 +v 7.530734 3 -5.695518 1 1 1 +v 6 3 -5.6 1 1 1 +v 7.37766 3 -5.325966 1 1 1 +v 8.828427 3 -4.828427 1 1 1 +v 8.545585 3 -4.545585 1 1 1 +v 9.695518 3 -3.530734 1 1 1 +v 9.325967 3 -3.377661 1 1 1 +v 10 3 -2 1 1 1 +v 9.6 3 -2 1 1 1 +v 6 0.9 -5.6 1 1 1 +v 7.37766 0.9 -5.325966 1 1 1 +v 8.545585 0.9 -4.545585 1 1 1 +v 9.325967 0.9 -3.377661 1 1 1 +v 9.6 0.9 -2 1 1 1 +v 6 0 -4.998005 1 1 1 +v 7.530734 0 -5.695518 1 1 1 +v 7.147286 0 -4.769795 1 1 1 +v 9.695518 0 -3.530734 1 1 1 +v 8.119909 0 -4.11991 1 1 1 +v 8.769795 0 -3.147287 1 1 1 +v 8.998005 0 -2 1 1 1 +v 6 0.2 -4.998005 1 1 1 +v 7.147286 0.2 -4.769795 1 1 1 +v 8.119909 0.2 -4.11991 1 1 1 +v 8.769795 0.2 -3.147287 1 1 1 +v 8.998005 0.2 -2 1 1 1 +v 7.539528 0.2 -4.483708 1 1 1 +v 7.539528 0 -4.483708 1 1 1 +v 7.91916 0.2 -4.992029 1 1 1 +v 7.91916 0 -4.992029 1 1 1 +v 8.298759 0 -3.526625 1 1 1 +v 7.838696 0 -3.838695 1 1 1 +v 8.298759 0.2 -3.526625 1 1 1 +v 7.838696 0.2 -3.838695 1 1 1 +v 7.526625 0 -4.298758 1 1 1 +v 7.526625 0.2 -4.298758 1 1 1 +v 8.483708 0 -3.539528 1 1 1 +v 8.483708 0.2 -3.539528 1 1 1 +v 8.992029 0 -3.919161 1 1 1 +v 8.992029 0.2 -3.919161 1 1 1 +v 9.23671 1.509087 -3.511242 1 1 1 +v 9.022587 1.509087 -3.831699 1 1 1 +v 9.195136 1.509087 -3.483464 1 1 1 +v 8.981013 1.509087 -3.803921 1 1 1 +v 9.022587 1.809087 -3.831699 1 1 1 +v 9.23671 1.809087 -3.511242 1 1 1 +v 8.981013 1.809087 -3.803921 1 1 1 +v 9.195136 1.809087 -3.483464 1 1 1 +v 8.953235 1.559087 -3.845494 1 1 1 +v 8.994808 1.559087 -3.873273 1 1 1 +v 8.953235 1.759087 -3.845494 1 1 1 +v 8.994808 1.759087 -3.873273 1 1 1 +v 9.264488 1.559087 -3.469669 1 1 1 +v 9.222915 1.559087 -3.44189 1 1 1 +v 9.264488 1.759087 -3.469669 1 1 1 +v 9.222915 1.759087 -3.44189 1 1 1 +v 9.472848 2.236932 -2.639235 1 1 1 +v 9.397658 2.236932 -3.01724 1 1 1 +v 9.423809 2.236932 -2.629481 1 1 1 +v 9.348619 2.236932 -3.007485 1 1 1 +v 9.397658 2.536932 -3.01724 1 1 1 +v 9.472848 2.536932 -2.639235 1 1 1 +v 9.348619 2.536932 -3.007485 1 1 1 +v 9.423809 2.536932 -2.629481 1 1 1 +v 9.338864 2.286932 -3.056525 1 1 1 +v 9.387903 2.286932 -3.066279 1 1 1 +v 9.338864 2.486932 -3.056525 1 1 1 +v 9.387903 2.486932 -3.066279 1 1 1 +v 9.482603 2.286932 -2.590196 1 1 1 +v 9.433563 2.286932 -2.580441 1 1 1 +v 9.482603 2.486932 -2.590196 1 1 1 +v 9.433563 2.486932 -2.580441 1 1 1 +v 9.534066 1.759764 -2.331471 1 1 1 +v 9.458877 1.759764 -2.709476 1 1 1 +v 9.485027 1.759764 -2.321717 1 1 1 +v 9.409838 1.759764 -2.699721 1 1 1 +v 9.458877 2.059764 -2.709476 1 1 1 +v 9.534066 2.059764 -2.331471 1 1 1 +v 9.409838 2.059764 -2.699721 1 1 1 +v 9.485027 2.059764 -2.321717 1 1 1 +v 9.400083 1.809764 -2.748761 1 1 1 +v 9.449121 1.809764 -2.758515 1 1 1 +v 9.400083 2.009764 -2.748761 1 1 1 +v 9.449121 2.009764 -2.758515 1 1 1 +v 9.543821 1.809764 -2.282432 1 1 1 +v 9.494781 1.809764 -2.272677 1 1 1 +v 9.543821 2.009764 -2.282432 1 1 1 +v 9.494781 2.009764 -2.272677 1 1 1 +v 6.925666 1.55972 -5.415874 1 1 1 +v 6.547662 1.55972 -5.491063 1 1 1 +v 6.915912 1.55972 -5.366834 1 1 1 +v 6.537907 1.55972 -5.442024 1 1 1 +v 6.925666 1.85972 -5.415874 1 1 1 +v 6.915912 1.85972 -5.366834 1 1 1 +v 6.547662 1.85972 -5.491063 1 1 1 +v 6.537907 1.85972 -5.442024 1 1 1 +v 6.488868 1.60972 -5.451778 1 1 1 +v 6.498622 1.60972 -5.500818 1 1 1 +v 6.488868 1.80972 -5.451778 1 1 1 +v 6.498622 1.80972 -5.500818 1 1 1 +v 6.974706 1.60972 -5.406119 1 1 1 +v 6.964951 1.60972 -5.35708 1 1 1 +v 6.974706 1.80972 -5.406119 1 1 1 +v 6.964951 1.80972 -5.35708 1 1 1 +v -10 3 -2 1 1 1 +v -9.695518 3 -3.530734 1 1 1 +v -9.6 3 -2 1 1 1 +v -9.325966 3 -3.37766 1 1 1 +v -8.828427 3 -4.828427 1 1 1 +v -8.545585 3 -4.545585 1 1 1 +v -7.530734 3 -5.695518 1 1 1 +v -7.37766 3 -5.325966 1 1 1 +v -6 3 -6 1 1 1 +v -6 3 -5.6 1 1 1 +v -9.6 0.9 -2 1 1 1 +v -9.325966 0.9 -3.37766 1 1 1 +v -8.545585 0.9 -4.545585 1 1 1 +v -7.37766 0.9 -5.325966 1 1 1 +v -6 0.9 -5.6 1 1 1 +v -8.998005 0 -2 1 1 1 +v -9.695518 0 -3.530734 1 1 1 +v -8.769795 0 -3.147287 1 1 1 +v -7.530734 0 -5.695518 1 1 1 +v -8.119909 0 -4.11991 1 1 1 +v -7.147287 0 -4.769795 1 1 1 +v -6 0 -4.998005 1 1 1 +v -8.998005 0.2 -2 1 1 1 +v -8.769795 0.2 -3.147287 1 1 1 +v -8.119909 0.2 -4.11991 1 1 1 +v -7.147287 0.2 -4.769795 1 1 1 +v -6 0.2 -4.998005 1 1 1 +v -8.483708 0.2 -3.539528 1 1 1 +v -8.483708 0 -3.539528 1 1 1 +v -8.992029 0.2 -3.91916 1 1 1 +v -8.992029 0 -3.91916 1 1 1 +v -7.526625 0 -4.298758 1 1 1 +v -7.838696 0 -3.838696 1 1 1 +v -7.526625 0.2 -4.298758 1 1 1 +v -7.838696 0.2 -3.838696 1 1 1 +v -8.298758 0 -3.526625 1 1 1 +v -8.298758 0.2 -3.526625 1 1 1 +v -7.539528 0 -4.483708 1 1 1 +v -7.539528 0.2 -4.483708 1 1 1 +v -7.91916 0 -4.992029 1 1 1 +v -7.91916 0.2 -4.992029 1 1 1 +v -7.511242 1.509087 -5.23671 1 1 1 +v -7.831699 1.509087 -5.022587 1 1 1 +v -7.483464 1.509087 -5.195136 1 1 1 +v -7.803921 1.509087 -4.981013 1 1 1 +v -7.831699 1.809087 -5.022587 1 1 1 +v -7.511242 1.809087 -5.23671 1 1 1 +v -7.803921 1.809087 -4.981013 1 1 1 +v -7.483464 1.809087 -5.195136 1 1 1 +v -7.845494 1.559087 -4.953235 1 1 1 +v -7.873272 1.559087 -4.994809 1 1 1 +v -7.845494 1.759087 -4.953235 1 1 1 +v -7.873272 1.759087 -4.994809 1 1 1 +v -7.469669 1.559087 -5.264488 1 1 1 +v -7.44189 1.559087 -5.222915 1 1 1 +v -7.469669 1.759087 -5.264488 1 1 1 +v -7.44189 1.759087 -5.222915 1 1 1 +v -6.639235 2.236932 -5.472848 1 1 1 +v -7.01724 2.236932 -5.397658 1 1 1 +v -6.629481 2.236932 -5.423809 1 1 1 +v -7.007485 2.236932 -5.348619 1 1 1 +v -7.01724 2.536932 -5.397658 1 1 1 +v -6.639235 2.536932 -5.472848 1 1 1 +v -7.007485 2.536932 -5.348619 1 1 1 +v -6.629481 2.536932 -5.423809 1 1 1 +v -7.056525 2.286932 -5.338864 1 1 1 +v -7.066279 2.286932 -5.387904 1 1 1 +v -7.056525 2.486932 -5.338864 1 1 1 +v -7.066279 2.486932 -5.387904 1 1 1 +v -6.590196 2.286932 -5.482603 1 1 1 +v -6.580441 2.286932 -5.433563 1 1 1 +v -6.590196 2.486932 -5.482603 1 1 1 +v -6.580441 2.486932 -5.433563 1 1 1 +v -6.331471 1.759764 -5.534066 1 1 1 +v -6.709476 1.759764 -5.458877 1 1 1 +v -6.321717 1.759764 -5.485027 1 1 1 +v -6.699721 1.759764 -5.409837 1 1 1 +v -6.709476 2.059764 -5.458877 1 1 1 +v -6.331471 2.059764 -5.534066 1 1 1 +v -6.699721 2.059764 -5.409837 1 1 1 +v -6.321717 2.059764 -5.485027 1 1 1 +v -6.74876 1.809764 -5.400083 1 1 1 +v -6.758515 1.809764 -5.449122 1 1 1 +v -6.74876 2.009764 -5.400083 1 1 1 +v -6.758515 2.009764 -5.449122 1 1 1 +v -6.282432 1.809764 -5.543821 1 1 1 +v -6.272677 1.809764 -5.494781 1 1 1 +v -6.282432 2.009764 -5.543821 1 1 1 +v -6.272677 2.009764 -5.494781 1 1 1 +v -9.415874 1.55972 -2.925668 1 1 1 +v -9.491063 1.55972 -2.547663 1 1 1 +v -9.366835 1.55972 -2.915914 1 1 1 +v -9.442024 1.55972 -2.537909 1 1 1 +v -9.415874 1.85972 -2.925668 1 1 1 +v -9.366835 1.85972 -2.915914 1 1 1 +v -9.491063 1.85972 -2.547663 1 1 1 +v -9.442024 1.85972 -2.537909 1 1 1 +v -9.451778 1.60972 -2.48887 1 1 1 +v -9.500817 1.60972 -2.498624 1 1 1 +v -9.451778 1.80972 -2.48887 1 1 1 +v -9.500817 1.80972 -2.498624 1 1 1 +v -9.406119 1.60972 -2.974707 1 1 1 +v -9.35708 1.60972 -2.964953 1 1 1 +v -9.406119 1.80972 -2.974707 1 1 1 +v -9.35708 1.80972 -2.964953 1 1 1 +v -2 0.2 -2.998004 1 1 1 +v -2 0 -2.998004 1 1 1 +v -2 0 -4 1 1 1 +v 2 0 -2.998004 1 1 1 +v 8.956018E-09 0 -2.798005 1 1 1 +v 2 0.2 -2.998004 1 1 1 +v 8.956018E-09 0.2 -2.798005 1 1 1 +v 2 0 -4 1 1 1 +v -2 3 -4.000001 1 1 1 +v 2 3 -4.000001 1 1 1 +v -2 3 -3.600001 1 1 1 +v 7.135984E-13 3 -3.400001 1 1 1 +v 2 3 -3.600001 1 1 1 +v -2 0.9 -4.000001 1 1 1 +v 2 0.9 -4.000001 1 1 1 +v 2 0.9 -3.600001 1 1 1 +v -2 0.9 -3.600001 1 1 1 +v 1.08287 2.341752 -3.508288 1 1 1 +v 1.08287 2.541752 -3.508288 1 1 1 +v 1.132621 2.291752 -3.513263 1 1 1 +v 1.132621 2.591752 -3.513263 1 1 1 +v 7.135984E-13 0.9 -3.400001 1 1 1 +v 1.516119 2.291752 -3.551613 1 1 1 +v 1.565871 2.341752 -3.556588 1 1 1 +v 1.516119 2.591752 -3.551613 1 1 1 +v 1.565871 2.541752 -3.556588 1 1 1 +v -1.681813 1.683671 -3.568182 1 1 1 +v -1.681813 1.883671 -3.568182 1 1 1 +v -1.632061 1.933671 -3.563207 1 1 1 +v -1.248564 1.933671 -3.524857 1 1 1 +v -1.198812 1.883671 -3.519882 1 1 1 +v -1.198812 1.683671 -3.519882 1 1 1 +v -1.632061 1.633671 -3.563207 1 1 1 +v -0.922882 1.585278 -3.492289 1 1 1 +v -1.248564 1.633671 -3.524857 1 1 1 +v -0.5393845 1.585278 -3.453939 1 1 1 +v -0.4896326 1.535278 -3.448964 1 1 1 +v -0.4896326 1.335278 -3.448964 1 1 1 +v -0.5393845 1.285278 -3.453939 1 1 1 +v -0.922882 1.285278 -3.492289 1 1 1 +v -0.9726338 1.535278 -3.497264 1 1 1 +v -0.9726338 1.335278 -3.497264 1 1 1 +v 1.516118 2.291752 -3.551613 1 1 1 +v 1.132621 2.291752 -3.513263 1 1 1 +v 1.521093 2.291752 -3.501861 1 1 1 +v 1.137596 2.291752 -3.463511 1 1 1 +v 1.132621 2.591752 -3.513263 1 1 1 +v 1.516118 2.591752 -3.551613 1 1 1 +v 1.137596 2.591752 -3.463511 1 1 1 +v 1.521093 2.591752 -3.501861 1 1 1 +v 1.087844 2.341752 -3.458536 1 1 1 +v 1.082869 2.341752 -3.508288 1 1 1 +v 1.087844 2.541752 -3.458536 1 1 1 +v 1.082869 2.541752 -3.508288 1 1 1 +v 1.56587 2.341752 -3.556588 1 1 1 +v 1.570845 2.341752 -3.506836 1 1 1 +v 1.56587 2.541752 -3.556588 1 1 1 +v 1.570845 2.541752 -3.506836 1 1 1 +v -1.248565 1.633671 -3.524856 1 1 1 +v -1.632062 1.633671 -3.563206 1 1 1 +v -1.25354 1.633671 -3.475104 1 1 1 +v -1.637037 1.633671 -3.513454 1 1 1 +v -1.632062 1.933671 -3.563206 1 1 1 +v -1.248565 1.933671 -3.524856 1 1 1 +v -1.637037 1.933671 -3.513454 1 1 1 +v -1.25354 1.933671 -3.475104 1 1 1 +v -1.686789 1.683671 -3.518429 1 1 1 +v -1.681814 1.683671 -3.568181 1 1 1 +v -1.686789 1.883671 -3.518429 1 1 1 +v -1.681814 1.883671 -3.568181 1 1 1 +v -1.198813 1.683671 -3.519881 1 1 1 +v -1.203788 1.683671 -3.470129 1 1 1 +v -1.198813 1.883671 -3.519881 1 1 1 +v -1.203788 1.883671 -3.470129 1 1 1 +v -0.5393838 1.285278 -3.453939 1 1 1 +v -0.9228812 1.285278 -3.492289 1 1 1 +v -0.544359 1.285278 -3.404187 1 1 1 +v -0.9278564 1.285278 -3.442537 1 1 1 +v -0.9228812 1.585278 -3.492289 1 1 1 +v -0.5393838 1.585278 -3.453939 1 1 1 +v -0.9278564 1.585278 -3.442537 1 1 1 +v -0.544359 1.585278 -3.404187 1 1 1 +v -0.9776083 1.335278 -3.447512 1 1 1 +v -0.9726331 1.335278 -3.497264 1 1 1 +v -0.9776083 1.535278 -3.447512 1 1 1 +v -0.9726331 1.535278 -3.497264 1 1 1 +v -0.4896319 1.335278 -3.448964 1 1 1 +v -0.4946071 1.335278 -3.399212 1 1 1 +v -0.4896319 1.535278 -3.448964 1 1 1 +v -0.4946071 1.535278 -3.399212 1 1 1 +v 2 0.2 2.998004 1 1 1 +v 2 3.609557E-16 2.998004 1 1 1 +v 2 3.609557E-16 4 1 1 1 +v -2 3.609557E-16 2.998004 1 1 1 +v -8.954693E-09 3.609557E-16 2.798005 1 1 1 +v -2 0.2 2.998004 1 1 1 +v -8.954693E-09 0.2 2.798005 1 1 1 +v -2 3.609557E-16 4 1 1 1 +v 2 3 4.000001 1 1 1 +v -2 3 4.000001 1 1 1 +v 2 3 3.600001 1 1 1 +v -5.197762E-14 3 3.400001 1 1 1 +v -2 3 3.600001 1 1 1 +v 2 0.9 4.000001 1 1 1 +v -2 0.9 4.000001 1 1 1 +v -2 0.9 3.600001 1 1 1 +v 2 0.9 3.600001 1 1 1 +v -1.08287 2.341752 3.508288 1 1 1 +v -1.08287 2.541752 3.508288 1 1 1 +v -1.132621 2.291752 3.513263 1 1 1 +v -1.132621 2.591752 3.513263 1 1 1 +v -5.197762E-14 0.9 3.400001 1 1 1 +v -1.516119 2.291752 3.551613 1 1 1 +v -1.565871 2.341752 3.556588 1 1 1 +v -1.516119 2.591752 3.551613 1 1 1 +v -1.565871 2.541752 3.556588 1 1 1 +v 1.681813 1.683671 3.568182 1 1 1 +v 1.681813 1.883671 3.568182 1 1 1 +v 1.632061 1.933671 3.563207 1 1 1 +v 1.248564 1.933671 3.524857 1 1 1 +v 1.198812 1.883671 3.519882 1 1 1 +v 1.198812 1.683671 3.519882 1 1 1 +v 1.632061 1.633671 3.563207 1 1 1 +v 0.922882 1.585278 3.492289 1 1 1 +v 1.248564 1.633671 3.524857 1 1 1 +v 0.5393845 1.585278 3.453939 1 1 1 +v 0.4896326 1.535278 3.448964 1 1 1 +v 0.4896326 1.335278 3.448964 1 1 1 +v 0.5393845 1.285278 3.453939 1 1 1 +v 0.922882 1.285278 3.492289 1 1 1 +v 0.9726338 1.535278 3.497264 1 1 1 +v 0.9726338 1.335278 3.497264 1 1 1 +v -1.516118 2.291752 3.551613 1 1 1 +v -1.132621 2.291752 3.513263 1 1 1 +v -1.521093 2.291752 3.501861 1 1 1 +v -1.137596 2.291752 3.463511 1 1 1 +v -1.132621 2.591752 3.513263 1 1 1 +v -1.516118 2.591752 3.551613 1 1 1 +v -1.137596 2.591752 3.463511 1 1 1 +v -1.521093 2.591752 3.501861 1 1 1 +v -1.087844 2.341752 3.458536 1 1 1 +v -1.082869 2.341752 3.508288 1 1 1 +v -1.087844 2.541752 3.458536 1 1 1 +v -1.082869 2.541752 3.508288 1 1 1 +v -1.56587 2.341752 3.556588 1 1 1 +v -1.570845 2.341752 3.506836 1 1 1 +v -1.56587 2.541752 3.556588 1 1 1 +v -1.570845 2.541752 3.506836 1 1 1 +v 1.248565 1.633671 3.524856 1 1 1 +v 1.632062 1.633671 3.563206 1 1 1 +v 1.25354 1.633671 3.475104 1 1 1 +v 1.637037 1.633671 3.513454 1 1 1 +v 1.632062 1.933671 3.563206 1 1 1 +v 1.248565 1.933671 3.524856 1 1 1 +v 1.637037 1.933671 3.513454 1 1 1 +v 1.25354 1.933671 3.475104 1 1 1 +v 1.686789 1.683671 3.518429 1 1 1 +v 1.681814 1.683671 3.568181 1 1 1 +v 1.686789 1.883671 3.518429 1 1 1 +v 1.681814 1.883671 3.568181 1 1 1 +v 1.198813 1.683671 3.519881 1 1 1 +v 1.203788 1.683671 3.470129 1 1 1 +v 1.198813 1.883671 3.519881 1 1 1 +v 1.203788 1.883671 3.470129 1 1 1 +v 0.5393838 1.285278 3.453939 1 1 1 +v 0.9228812 1.285278 3.492289 1 1 1 +v 0.544359 1.285278 3.404187 1 1 1 +v 0.9278564 1.285278 3.442537 1 1 1 +v 0.9228812 1.585278 3.492289 1 1 1 +v 0.5393838 1.585278 3.453939 1 1 1 +v 0.9278564 1.585278 3.442537 1 1 1 +v 0.544359 1.585278 3.404187 1 1 1 +v 0.9776083 1.335278 3.447512 1 1 1 +v 0.9726331 1.335278 3.497264 1 1 1 +v 0.9776083 1.535278 3.447512 1 1 1 +v 0.9726331 1.535278 3.497264 1 1 1 +v 0.4896319 1.335278 3.448964 1 1 1 +v 0.4946071 1.335278 3.399212 1 1 1 +v 0.4896319 1.535278 3.448964 1 1 1 +v 0.4946071 1.535278 3.399212 1 1 1 +v -9.999999 3 -1.599999 1 1 1 +v -9.999999 0.9 -1.599999 1 1 1 +v -9.999999 3 -1.999999 1 1 1 +v -9.999999 0.9 -1.999999 1 1 1 +v -9.599999 0.9 -1.999999 1 1 1 +v -9.599999 3 -1.999999 1 1 1 +v -9.799999 0.9 -1.653589 1 1 1 +v -9.799999 3 -1.653589 1 1 1 +v -9.653589 0.9 -1.799999 1 1 1 +v -9.653589 3 -1.799999 1 1 1 +v -10 -1.671676E-14 -2 1 1 1 +v -8.998005 -1.671676E-14 -2 1 1 1 +v -10 0.2 -0.9980049 1 1 1 +v -10 -1.671676E-14 -0.9980049 1 1 1 +v -9.499002 0.2 -1.132247 1 1 1 +v -9.132247 0.2 -1.499002 1 1 1 +v -9.499002 -1.599485E-14 -1.132247 1 1 1 +v -9.132247 -1.599485E-14 -1.499002 1 1 1 +v 9.999999 3 1.599999 1 1 1 +v 9.999999 0.9 1.599999 1 1 1 +v 9.999999 3 1.999999 1 1 1 +v 9.999999 0.9 1.999999 1 1 1 +v 9.599999 0.9 1.999999 1 1 1 +v 9.599999 3 1.999999 1 1 1 +v 9.799999 0.9 1.653589 1 1 1 +v 9.799999 3 1.653589 1 1 1 +v 9.653589 0.9 1.799999 1 1 1 +v 9.653589 3 1.799999 1 1 1 +v 10 -1.671676E-14 2 1 1 1 +v 8.998005 -1.671676E-14 2 1 1 1 +v 10 0.2 0.9980049 1 1 1 +v 10 -1.671676E-14 0.9980049 1 1 1 +v 9.499002 0.2 1.132247 1 1 1 +v 9.132247 0.2 1.499002 1 1 1 +v 9.499002 -1.599485E-14 1.132247 1 1 1 +v 9.132247 -1.599485E-14 1.499002 1 1 1 +v -9.599999 3 1.999999 1 1 1 +v -9.599999 0.9 1.999999 1 1 1 +v -9.999999 3 1.999999 1 1 1 +v -9.999999 0.9 1.999999 1 1 1 +v -9.999999 0.9 1.599999 1 1 1 +v -9.999999 3 1.599999 1 1 1 +v -9.653589 0.9 1.799999 1 1 1 +v -9.653589 3 1.799999 1 1 1 +v -9.799999 0.9 1.653589 1 1 1 +v -9.799999 3 1.653589 1 1 1 +v -10 -1.707772E-14 2 1 1 1 +v -10 -1.707772E-14 0.9980048 1 1 1 +v -10 0.2 2 1 1 1 +v -10 0.2 0.9980048 1 1 1 +v -8.998005 0.2 2 1 1 1 +v -8.998005 -1.707772E-14 2 1 1 1 +v -9.132247 0.2 1.499002 1 1 1 +v -9.499002 0.2 1.132247 1 1 1 +v -9.132247 -1.635581E-14 1.499002 1 1 1 +v -9.499002 -1.635581E-14 1.132247 1 1 1 +v 9.599999 3 -1.999999 1 1 1 +v 9.599999 0.9 -1.999999 1 1 1 +v 9.999999 3 -1.999999 1 1 1 +v 9.999999 0.9 -1.999999 1 1 1 +v 9.999999 0.9 -1.599999 1 1 1 +v 9.999999 3 -1.599999 1 1 1 +v 9.653589 0.9 -1.799999 1 1 1 +v 9.653589 3 -1.799999 1 1 1 +v 9.799999 0.9 -1.653589 1 1 1 +v 9.799999 3 -1.653589 1 1 1 +v 10 -1.707772E-14 -2 1 1 1 +v 10 -1.707772E-14 -0.9980049 1 1 1 +v 10 0.2 -0.9980049 1 1 1 +v 8.998005 0.2 -2 1 1 1 +v 8.998005 -1.707772E-14 -2 1 1 1 +v 9.132247 0.2 -1.499002 1 1 1 +v 9.499002 0.2 -1.132247 1 1 1 +v 9.132247 -1.635581E-14 -1.499002 1 1 1 +v 9.499002 -1.635581E-14 -1.132247 1 1 1 +v -2.400001 3 -3.999999 1 1 1 +v -2.400001 0.9 -3.999999 1 1 1 +v -2.000001 3 -3.999999 1 1 1 +v -2.000001 0.9 -3.999999 1 1 1 +v -2.000001 0.9 -3.599999 1 1 1 +v -2.000001 3 -3.599999 1 1 1 +v -2.346411 0.9 -3.799999 1 1 1 +v -2.346411 3 -3.799999 1 1 1 +v -2.200001 0.9 -3.653589 1 1 1 +v -2.200001 3 -3.653589 1 1 1 +v -2 -1.707772E-14 -4 1 1 1 +v -2 -1.707772E-14 -2.998005 1 1 1 +v -2 0.2 -4 1 1 1 +v -2 0.2 -2.998005 1 1 1 +v -3.001995 0.2 -4 1 1 1 +v -3.001995 -1.707772E-14 -4 1 1 1 +v -2.867753 0.2 -3.499002 1 1 1 +v -2.500998 0.2 -3.132247 1 1 1 +v -2.867753 -1.635581E-14 -3.499002 1 1 1 +v -2.500998 -1.635581E-14 -3.132247 1 1 1 +v 2.000001 3 -3.599999 1 1 1 +v 2.000001 0.9 -3.599999 1 1 1 +v 2.000001 3 -3.999999 1 1 1 +v 2.000001 0.9 -3.999999 1 1 1 +v 2.400001 0.9 -3.999999 1 1 1 +v 2.400001 3 -3.999999 1 1 1 +v 2.200001 0.9 -3.653589 1 1 1 +v 2.200001 3 -3.653589 1 1 1 +v 2.346411 0.9 -3.799999 1 1 1 +v 2.346411 3 -3.799999 1 1 1 +v 2 -1.671676E-14 -4 1 1 1 +v 3.001995 -1.671676E-14 -4 1 1 1 +v 2 0.2 -4 1 1 1 +v 3.001995 0.2 -4 1 1 1 +v 2 0.2 -2.998005 1 1 1 +v 2 -1.671676E-14 -2.998005 1 1 1 +v 2.500998 0.2 -3.132247 1 1 1 +v 2.867753 0.2 -3.499002 1 1 1 +v 2.500998 -1.599485E-14 -3.132247 1 1 1 +v 2.867753 -1.599485E-14 -3.499002 1 1 1 +v 2.400001 3 3.999999 1 1 1 +v 2.400001 0.9 3.999999 1 1 1 +v 2.000001 3 3.999999 1 1 1 +v 2.000001 0.9 3.999999 1 1 1 +v 2.000001 0.9 3.599999 1 1 1 +v 2.000001 3 3.599999 1 1 1 +v 2.346411 0.9 3.799999 1 1 1 +v 2.346411 3 3.799999 1 1 1 +v 2.200001 0.9 3.653589 1 1 1 +v 2.200001 3 3.653589 1 1 1 +v 2 -1.671676E-14 4 1 1 1 +v 2 -1.671676E-14 2.998005 1 1 1 +v 2 0.2 4 1 1 1 +v 2 0.2 2.998005 1 1 1 +v 3.001995 0.2 4 1 1 1 +v 3.001995 -1.671676E-14 4 1 1 1 +v 2.867753 0.2 3.499002 1 1 1 +v 2.500998 0.2 3.132247 1 1 1 +v 2.867753 -1.599485E-14 3.499002 1 1 1 +v 2.500998 -1.599485E-14 3.132247 1 1 1 +v -2.000001 3 3.599999 1 1 1 +v -2.000001 0.9 3.599999 1 1 1 +v -2.000001 3 3.999999 1 1 1 +v -2.000001 0.9 3.999999 1 1 1 +v -2.400001 0.9 3.999999 1 1 1 +v -2.400001 3 3.999999 1 1 1 +v -2.200001 0.9 3.653589 1 1 1 +v -2.200001 3 3.653589 1 1 1 +v -2.346411 0.9 3.799999 1 1 1 +v -2.346411 3 3.799999 1 1 1 +v -2 -1.635581E-14 4 1 1 1 +v -3.001995 -1.635581E-14 4 1 1 1 +v -2 0.2 4 1 1 1 +v -3.001995 0.2 4 1 1 1 +v -2 0.2 2.998005 1 1 1 +v -2 -1.635581E-14 2.998005 1 1 1 +v -2.500998 0.2 3.132247 1 1 1 +v -2.867753 0.2 3.499002 1 1 1 +v -2.500998 -1.56339E-14 3.132247 1 1 1 +v -2.867753 -1.56339E-14 3.499002 1 1 1 +v 4 3.609557E-16 4.548004 1 1 1 +v 4.545981 3.609557E-16 4.639001 1 1 1 +v 4 0.2 4.548004 1 1 1 +v 4.545981 0.2 4.639001 1 1 1 +v 4.667636 0.2 4.760656 1 1 1 +v 4.667636 3.609557E-16 4.760656 1 1 1 +v 4.758633 0.2 5.306637 1 1 1 +v 4.758633 3.609557E-16 5.306637 1 1 1 +v 3.454019 3.609557E-16 4.639001 1 1 1 +v 3.454019 0.2 4.639001 1 1 1 +v 3.241367 0.2 5.306637 1 1 1 +v 3.332364 0.2 4.760656 1 1 1 +v 3.332364 3.609557E-16 4.760656 1 1 1 +v 3.241367 3.609557E-16 5.306637 1 1 1 +v 6 0.2 4.998004 1 1 1 +v 6 6.411861E-31 4.998004 1 1 1 +v 6 6.411861E-31 6 1 1 1 +v 2 6.411861E-31 4.998004 1 1 1 +v 4 6.411861E-31 4.798005 1 1 1 +v 2 0.2 4.998004 1 1 1 +v 4 0.2 4.798005 1 1 1 +v 2 6.411861E-31 6 1 1 1 +v 6 3 6.000001 1 1 1 +v 2 3 6.000001 1 1 1 +v 6 3 5.600001 1 1 1 +v 4 3 5.400001 1 1 1 +v 2 3 5.600001 1 1 1 +v 6 0.9 6.000001 1 1 1 +v 2 0.9 6.000001 1 1 1 +v 2 0.9 5.600001 1 1 1 +v 6 0.9 5.600001 1 1 1 +v 2.927359 2.3578 5.507265 1 1 1 +v 2.927359 2.557801 5.507265 1 1 1 +v 2.877607 2.307801 5.51224 1 1 1 +v 2.877607 2.6078 5.51224 1 1 1 +v 3.254668 2.097031 5.474534 1 1 1 +v 2.49411 2.307801 5.55059 1 1 1 +v 3.30442 2.04703 5.469559 1 1 1 +v 2.871171 2.097031 5.512884 1 1 1 +v 2.821419 2.04703 5.517859 1 1 1 +v 2.821419 1.847031 5.517859 1 1 1 +v 3.30442 1.847031 5.469559 1 1 1 +v 2.444358 2.3578 5.555565 1 1 1 +v 4 0.9 5.400001 1 1 1 +v 3.254668 1.79703 5.474534 1 1 1 +v 2.871171 1.79703 5.512884 1 1 1 +v 2.49411 2.6078 5.55059 1 1 1 +v 2.444358 2.557801 5.555565 1 1 1 +v 5.466211 1.463198 5.546622 1 1 1 +v 5.466211 1.663198 5.546622 1 1 1 +v 5.416459 1.713198 5.541646 1 1 1 +v 5.416459 1.413198 5.541646 1 1 1 +v 5.032961 1.413198 5.503297 1 1 1 +v 4.98321 1.463198 5.498322 1 1 1 +v 5.032961 1.713198 5.503297 1 1 1 +v 4.98321 1.663198 5.498322 1 1 1 +v 5.032962 1.413198 5.503297 1 1 1 +v 5.416459 1.413198 5.541647 1 1 1 +v 5.037937 1.413198 5.453546 1 1 1 +v 5.421434 1.413198 5.491896 1 1 1 +v 5.416459 1.713198 5.541647 1 1 1 +v 5.032962 1.713198 5.503297 1 1 1 +v 5.421434 1.713198 5.491895 1 1 1 +v 5.037937 1.713198 5.453546 1 1 1 +v 5.471186 1.463198 5.496871 1 1 1 +v 5.466211 1.463198 5.546622 1 1 1 +v 5.471186 1.663198 5.496871 1 1 1 +v 5.466211 1.663198 5.546622 1 1 1 +v 4.98321 1.463198 5.498322 1 1 1 +v 4.988185 1.463198 5.44857 1 1 1 +v 4.98321 1.663198 5.498322 1 1 1 +v 4.988185 1.663198 5.44857 1 1 1 +v 2.494111 2.307801 5.550589 1 1 1 +v 2.877608 2.307801 5.512239 1 1 1 +v 2.489136 2.307801 5.500837 1 1 1 +v 2.872633 2.307801 5.462487 1 1 1 +v 2.877608 2.6078 5.512239 1 1 1 +v 2.494111 2.6078 5.550589 1 1 1 +v 2.872633 2.6078 5.462487 1 1 1 +v 2.489136 2.6078 5.500837 1 1 1 +v 2.922385 2.3578 5.457512 1 1 1 +v 2.92736 2.3578 5.507264 1 1 1 +v 2.922385 2.557801 5.457512 1 1 1 +v 2.92736 2.557801 5.507264 1 1 1 +v 2.444359 2.3578 5.555564 1 1 1 +v 2.439384 2.3578 5.505812 1 1 1 +v 2.444359 2.557801 5.555564 1 1 1 +v 2.439384 2.557801 5.505812 1 1 1 +v 3.254668 1.79703 5.474535 1 1 1 +v 3.249693 1.79703 5.424783 1 1 1 +v 2.871171 1.79703 5.512885 1 1 1 +v 2.866196 1.79703 5.463133 1 1 1 +v 3.254668 2.097031 5.474535 1 1 1 +v 2.871171 2.097031 5.512885 1 1 1 +v 3.249693 2.097031 5.424783 1 1 1 +v 2.866196 2.097031 5.463132 1 1 1 +v 3.299445 1.847031 5.419807 1 1 1 +v 3.30442 1.847031 5.46956 1 1 1 +v 3.299445 2.04703 5.419807 1 1 1 +v 3.30442 2.04703 5.46956 1 1 1 +v 2.821419 1.847031 5.517859 1 1 1 +v 2.816444 1.847031 5.468108 1 1 1 +v 2.821419 2.04703 5.517859 1 1 1 +v 2.816444 2.04703 5.468108 1 1 1 +v -4 3.609557E-16 -4.548004 1 1 1 +v -4.545981 3.609557E-16 -4.639001 1 1 1 +v -4 0.2 -4.548004 1 1 1 +v -4.545981 0.2 -4.639001 1 1 1 +v -4.667636 0.2 -4.760656 1 1 1 +v -4.667636 3.609557E-16 -4.760656 1 1 1 +v -4.758633 0.2 -5.306637 1 1 1 +v -4.758633 3.609557E-16 -5.306637 1 1 1 +v -3.454019 3.609557E-16 -4.639001 1 1 1 +v -3.454019 0.2 -4.639001 1 1 1 +v -3.241367 0.2 -5.306637 1 1 1 +v -3.332364 0.2 -4.760656 1 1 1 +v -3.332364 3.609557E-16 -4.760656 1 1 1 +v -3.241367 3.609557E-16 -5.306637 1 1 1 +v -6 0.2 -4.998004 1 1 1 +v -6 6.411861E-31 -4.998004 1 1 1 +v -6 6.411861E-31 -6 1 1 1 +v -2 6.411861E-31 -4.998004 1 1 1 +v -4 6.411861E-31 -4.798005 1 1 1 +v -2 0.2 -4.998004 1 1 1 +v -4 0.2 -4.798005 1 1 1 +v -2 6.411861E-31 -6 1 1 1 +v -6 3 -6.000001 1 1 1 +v -2 3 -6.000001 1 1 1 +v -6 3 -5.600001 1 1 1 +v -4 3 -5.400001 1 1 1 +v -2 3 -5.600001 1 1 1 +v -6 0.9 -6.000001 1 1 1 +v -2 0.9 -6.000001 1 1 1 +v -2 0.9 -5.600001 1 1 1 +v -6 0.9 -5.600001 1 1 1 +v -2.927359 2.3578 -5.507265 1 1 1 +v -2.927359 2.557801 -5.507265 1 1 1 +v -2.877607 2.307801 -5.51224 1 1 1 +v -2.877607 2.6078 -5.51224 1 1 1 +v -3.254668 2.097031 -5.474534 1 1 1 +v -2.49411 2.307801 -5.55059 1 1 1 +v -3.30442 2.04703 -5.469559 1 1 1 +v -2.871171 2.097031 -5.512884 1 1 1 +v -2.821419 2.04703 -5.517859 1 1 1 +v -2.821419 1.847031 -5.517859 1 1 1 +v -3.30442 1.847031 -5.469559 1 1 1 +v -2.444358 2.3578 -5.555565 1 1 1 +v -4 0.9 -5.400001 1 1 1 +v -3.254668 1.79703 -5.474534 1 1 1 +v -2.871171 1.79703 -5.512884 1 1 1 +v -2.49411 2.6078 -5.55059 1 1 1 +v -2.444358 2.557801 -5.555565 1 1 1 +v -5.466211 1.463198 -5.546622 1 1 1 +v -5.466211 1.663198 -5.546622 1 1 1 +v -5.416459 1.713198 -5.541646 1 1 1 +v -5.416459 1.413198 -5.541646 1 1 1 +v -5.032961 1.413198 -5.503297 1 1 1 +v -4.98321 1.463198 -5.498322 1 1 1 +v -5.032961 1.713198 -5.503297 1 1 1 +v -4.98321 1.663198 -5.498322 1 1 1 +v -5.032962 1.413198 -5.503297 1 1 1 +v -5.416459 1.413198 -5.541647 1 1 1 +v -5.037937 1.413198 -5.453546 1 1 1 +v -5.421434 1.413198 -5.491896 1 1 1 +v -5.416459 1.713198 -5.541647 1 1 1 +v -5.032962 1.713198 -5.503297 1 1 1 +v -5.421434 1.713198 -5.491895 1 1 1 +v -5.037937 1.713198 -5.453546 1 1 1 +v -5.471186 1.463198 -5.496871 1 1 1 +v -5.466211 1.463198 -5.546622 1 1 1 +v -5.471186 1.663198 -5.496871 1 1 1 +v -5.466211 1.663198 -5.546622 1 1 1 +v -4.98321 1.463198 -5.498322 1 1 1 +v -4.988185 1.463198 -5.44857 1 1 1 +v -4.98321 1.663198 -5.498322 1 1 1 +v -4.988185 1.663198 -5.44857 1 1 1 +v -2.494109 2.307801 -5.550589 1 1 1 +v -2.877606 2.307801 -5.512239 1 1 1 +v -2.489134 2.307801 -5.500837 1 1 1 +v -2.872631 2.307801 -5.462487 1 1 1 +v -2.877606 2.6078 -5.512239 1 1 1 +v -2.494109 2.6078 -5.550589 1 1 1 +v -2.872631 2.6078 -5.462487 1 1 1 +v -2.489134 2.6078 -5.500837 1 1 1 +v -2.922383 2.3578 -5.457512 1 1 1 +v -2.927358 2.3578 -5.507264 1 1 1 +v -2.922383 2.557801 -5.457512 1 1 1 +v -2.927358 2.557801 -5.507264 1 1 1 +v -2.444357 2.3578 -5.555564 1 1 1 +v -2.439382 2.3578 -5.505812 1 1 1 +v -2.444357 2.557801 -5.555564 1 1 1 +v -2.439382 2.557801 -5.505812 1 1 1 +v -3.254668 1.79703 -5.474535 1 1 1 +v -3.249693 1.79703 -5.424783 1 1 1 +v -2.871171 1.79703 -5.512885 1 1 1 +v -2.866196 1.79703 -5.463133 1 1 1 +v -3.254668 2.097031 -5.474535 1 1 1 +v -2.871171 2.097031 -5.512885 1 1 1 +v -3.249693 2.097031 -5.424783 1 1 1 +v -2.866196 2.097031 -5.463132 1 1 1 +v -3.299445 1.847031 -5.419807 1 1 1 +v -3.30442 1.847031 -5.46956 1 1 1 +v -3.299445 2.04703 -5.419807 1 1 1 +v -3.30442 2.04703 -5.46956 1 1 1 +v -2.821419 1.847031 -5.517859 1 1 1 +v -2.816444 1.847031 -5.468108 1 1 1 +v -2.821419 2.04703 -5.517859 1 1 1 +v -2.816444 2.04703 -5.468108 1 1 1 +v -4 7.219114E-16 4.548004 1 1 1 +v -3.454019 7.219114E-16 4.639001 1 1 1 +v -4 0.2 4.548004 1 1 1 +v -3.454019 0.2 4.639001 1 1 1 +v -3.332364 0.2 4.760656 1 1 1 +v -3.332364 7.219114E-16 4.760656 1 1 1 +v -3.241367 0.2 5.306637 1 1 1 +v -3.241367 7.219114E-16 5.306637 1 1 1 +v -4.545981 7.219114E-16 4.639001 1 1 1 +v -4.545981 0.2 4.639001 1 1 1 +v -4.758633 0.2 5.306637 1 1 1 +v -4.667636 0.2 4.760656 1 1 1 +v -4.667636 7.219114E-16 4.760656 1 1 1 +v -4.758633 7.219114E-16 5.306637 1 1 1 +v -2 0.2 4.998004 1 1 1 +v -2 3.609557E-16 4.998004 1 1 1 +v -2 3.609557E-16 6 1 1 1 +v -6 3.609557E-16 4.998004 1 1 1 +v -4 3.609557E-16 4.798005 1 1 1 +v -6 0.2 4.998004 1 1 1 +v -4 0.2 4.798005 1 1 1 +v -6 3.609557E-16 6 1 1 1 +v -2 3 6.000001 1 1 1 +v -6 3 6.000001 1 1 1 +v -2 3 5.600001 1 1 1 +v -4 3 5.400001 1 1 1 +v -6 3 5.600001 1 1 1 +v -2 0.9 6.000001 1 1 1 +v -6 0.9 6.000001 1 1 1 +v -6 0.9 5.600001 1 1 1 +v -2 0.9 5.600001 1 1 1 +v -5.072641 2.3578 5.507265 1 1 1 +v -5.072641 2.557801 5.507265 1 1 1 +v -5.122393 2.307801 5.51224 1 1 1 +v -5.122393 2.6078 5.51224 1 1 1 +v -4.745332 2.097031 5.474534 1 1 1 +v -5.50589 2.307801 5.55059 1 1 1 +v -4.69558 2.04703 5.469559 1 1 1 +v -5.128829 2.097031 5.512884 1 1 1 +v -5.178581 2.04703 5.517859 1 1 1 +v -5.178581 1.847031 5.517859 1 1 1 +v -4.69558 1.847031 5.469559 1 1 1 +v -5.555642 2.3578 5.555565 1 1 1 +v -4 0.9 5.400001 1 1 1 +v -4.745332 1.79703 5.474534 1 1 1 +v -5.128829 1.79703 5.512884 1 1 1 +v -5.50589 2.6078 5.55059 1 1 1 +v -5.555642 2.557801 5.555565 1 1 1 +v -2.533789 1.463198 5.546622 1 1 1 +v -2.533789 1.663198 5.546622 1 1 1 +v -2.583541 1.713198 5.541646 1 1 1 +v -2.583541 1.413198 5.541646 1 1 1 +v -2.967039 1.413198 5.503297 1 1 1 +v -3.01679 1.463198 5.498322 1 1 1 +v -2.967039 1.713198 5.503297 1 1 1 +v -3.01679 1.663198 5.498322 1 1 1 +v -2.967038 1.413198 5.503297 1 1 1 +v -2.583541 1.413198 5.541647 1 1 1 +v -2.962063 1.413198 5.453546 1 1 1 +v -2.578566 1.413198 5.491896 1 1 1 +v -2.583541 1.713198 5.541647 1 1 1 +v -2.967038 1.713198 5.503297 1 1 1 +v -2.578566 1.713198 5.491895 1 1 1 +v -2.962063 1.713198 5.453546 1 1 1 +v -2.528814 1.463198 5.496871 1 1 1 +v -2.533789 1.463198 5.546622 1 1 1 +v -2.528814 1.663198 5.496871 1 1 1 +v -2.533789 1.663198 5.546622 1 1 1 +v -3.01679 1.463198 5.498322 1 1 1 +v -3.011815 1.463198 5.44857 1 1 1 +v -3.01679 1.663198 5.498322 1 1 1 +v -3.011815 1.663198 5.44857 1 1 1 +v -5.505891 2.307801 5.550589 1 1 1 +v -5.122394 2.307801 5.512239 1 1 1 +v -5.510866 2.307801 5.500837 1 1 1 +v -5.127369 2.307801 5.462487 1 1 1 +v -5.122394 2.6078 5.512239 1 1 1 +v -5.505891 2.6078 5.550589 1 1 1 +v -5.127369 2.6078 5.462487 1 1 1 +v -5.510866 2.6078 5.500837 1 1 1 +v -5.077617 2.3578 5.457512 1 1 1 +v -5.072641 2.3578 5.507264 1 1 1 +v -5.077617 2.557801 5.457512 1 1 1 +v -5.072641 2.557801 5.507264 1 1 1 +v -5.555643 2.3578 5.555564 1 1 1 +v -5.560618 2.3578 5.505812 1 1 1 +v -5.555643 2.557801 5.555564 1 1 1 +v -5.560618 2.557801 5.505812 1 1 1 +v -4.745332 1.79703 5.474535 1 1 1 +v -4.750307 1.79703 5.424783 1 1 1 +v -5.128829 1.79703 5.512885 1 1 1 +v -5.133804 1.79703 5.463133 1 1 1 +v -4.745332 2.097031 5.474535 1 1 1 +v -5.128829 2.097031 5.512885 1 1 1 +v -4.750307 2.097031 5.424783 1 1 1 +v -5.133804 2.097031 5.463132 1 1 1 +v -4.700555 1.847031 5.419807 1 1 1 +v -4.69558 1.847031 5.46956 1 1 1 +v -4.700555 2.04703 5.419807 1 1 1 +v -4.69558 2.04703 5.46956 1 1 1 +v -5.178581 1.847031 5.517859 1 1 1 +v -5.183556 1.847031 5.468108 1 1 1 +v -5.178581 2.04703 5.517859 1 1 1 +v -5.183556 2.04703 5.468108 1 1 1 +v 4 7.219114E-16 -4.548004 1 1 1 +v 3.454019 7.219114E-16 -4.639001 1 1 1 +v 4 0.2 -4.548004 1 1 1 +v 3.454019 0.2 -4.639001 1 1 1 +v 3.332364 0.2 -4.760656 1 1 1 +v 3.332364 7.219114E-16 -4.760656 1 1 1 +v 3.241367 0.2 -5.306637 1 1 1 +v 3.241367 7.219114E-16 -5.306637 1 1 1 +v 4.545981 7.219114E-16 -4.639001 1 1 1 +v 4.545981 0.2 -4.639001 1 1 1 +v 4.758633 0.2 -5.306637 1 1 1 +v 4.667636 0.2 -4.760656 1 1 1 +v 4.667636 7.219114E-16 -4.760656 1 1 1 +v 4.758633 7.219114E-16 -5.306637 1 1 1 +v 2 0.2 -4.998004 1 1 1 +v 2 3.609557E-16 -4.998004 1 1 1 +v 2 3.609557E-16 -6 1 1 1 +v 6 3.609557E-16 -4.998004 1 1 1 +v 4 3.609557E-16 -4.798005 1 1 1 +v 6 0.2 -4.998004 1 1 1 +v 4 0.2 -4.798005 1 1 1 +v 6 3.609557E-16 -6 1 1 1 +v 2 3 -6.000001 1 1 1 +v 6 3 -6.000001 1 1 1 +v 2 3 -5.600001 1 1 1 +v 4 3 -5.400001 1 1 1 +v 6 3 -5.600001 1 1 1 +v 2 0.9 -6.000001 1 1 1 +v 6 0.9 -6.000001 1 1 1 +v 6 0.9 -5.600001 1 1 1 +v 2 0.9 -5.600001 1 1 1 +v 5.072641 2.3578 -5.507265 1 1 1 +v 5.072641 2.557801 -5.507265 1 1 1 +v 5.122393 2.307801 -5.51224 1 1 1 +v 5.122393 2.6078 -5.51224 1 1 1 +v 4.745332 2.097031 -5.474534 1 1 1 +v 5.50589 2.307801 -5.55059 1 1 1 +v 4.69558 2.04703 -5.469559 1 1 1 +v 5.128829 2.097031 -5.512884 1 1 1 +v 5.178581 2.04703 -5.517859 1 1 1 +v 5.178581 1.847031 -5.517859 1 1 1 +v 4.69558 1.847031 -5.469559 1 1 1 +v 5.555642 2.3578 -5.555565 1 1 1 +v 4 0.9 -5.400001 1 1 1 +v 4.745332 1.79703 -5.474534 1 1 1 +v 5.128829 1.79703 -5.512884 1 1 1 +v 5.50589 2.6078 -5.55059 1 1 1 +v 5.555642 2.557801 -5.555565 1 1 1 +v 2.533789 1.463198 -5.546622 1 1 1 +v 2.533789 1.663198 -5.546622 1 1 1 +v 2.583541 1.713198 -5.541646 1 1 1 +v 2.583541 1.413198 -5.541646 1 1 1 +v 2.967039 1.413198 -5.503297 1 1 1 +v 3.01679 1.463198 -5.498322 1 1 1 +v 2.967039 1.713198 -5.503297 1 1 1 +v 3.01679 1.663198 -5.498322 1 1 1 +v 2.967038 1.413198 -5.503297 1 1 1 +v 2.583541 1.413198 -5.541647 1 1 1 +v 2.962063 1.413198 -5.453546 1 1 1 +v 2.578566 1.413198 -5.491896 1 1 1 +v 2.583541 1.713198 -5.541647 1 1 1 +v 2.967038 1.713198 -5.503297 1 1 1 +v 2.578566 1.713198 -5.491895 1 1 1 +v 2.962063 1.713198 -5.453546 1 1 1 +v 2.528814 1.463198 -5.496871 1 1 1 +v 2.533789 1.463198 -5.546622 1 1 1 +v 2.528814 1.663198 -5.496871 1 1 1 +v 2.533789 1.663198 -5.546622 1 1 1 +v 3.01679 1.463198 -5.498322 1 1 1 +v 3.011815 1.463198 -5.44857 1 1 1 +v 3.01679 1.663198 -5.498322 1 1 1 +v 3.011815 1.663198 -5.44857 1 1 1 +v 5.505891 2.307801 -5.550589 1 1 1 +v 5.122394 2.307801 -5.512239 1 1 1 +v 5.510866 2.307801 -5.500837 1 1 1 +v 5.127369 2.307801 -5.462487 1 1 1 +v 5.122394 2.6078 -5.512239 1 1 1 +v 5.505891 2.6078 -5.550589 1 1 1 +v 5.127369 2.6078 -5.462487 1 1 1 +v 5.510866 2.6078 -5.500837 1 1 1 +v 5.077617 2.3578 -5.457512 1 1 1 +v 5.072641 2.3578 -5.507264 1 1 1 +v 5.077617 2.557801 -5.457512 1 1 1 +v 5.072641 2.557801 -5.507264 1 1 1 +v 5.555643 2.3578 -5.555564 1 1 1 +v 5.560618 2.3578 -5.505812 1 1 1 +v 5.555643 2.557801 -5.555564 1 1 1 +v 5.560618 2.557801 -5.505812 1 1 1 +v 4.745332 1.79703 -5.474535 1 1 1 +v 4.750307 1.79703 -5.424783 1 1 1 +v 5.128829 1.79703 -5.512885 1 1 1 +v 5.133804 1.79703 -5.463133 1 1 1 +v 4.745332 2.097031 -5.474535 1 1 1 +v 5.128829 2.097031 -5.512885 1 1 1 +v 4.750307 2.097031 -5.424783 1 1 1 +v 5.133804 2.097031 -5.463132 1 1 1 +v 4.700555 1.847031 -5.419807 1 1 1 +v 4.69558 1.847031 -5.46956 1 1 1 +v 4.700555 2.04703 -5.419807 1 1 1 +v 4.69558 2.04703 -5.46956 1 1 1 +v 5.178581 1.847031 -5.517859 1 1 1 +v 5.183556 1.847031 -5.468108 1 1 1 +v 5.178581 2.04703 -5.517859 1 1 1 +v 5.183556 2.04703 -5.468108 1 1 1 +v -1.999999 3 4 1 1 1 +v -1.999999 3 6 1 1 1 +v -2.399999 3 4 1 1 1 +v -2.599999 3 5 1 1 1 +v -2.399999 3 6 1 1 1 +v -2.399999 0.9 6 1 1 1 +v -1.999999 0.9 6 1 1 1 +v -2.599999 0.9 5 1 1 1 +v -1.999999 0.9 4 1 1 1 +v -2.399999 0.9 4 1 1 1 +v -2 3.609557E-16 4 1 1 1 +v -2 3.609557E-16 6 1 1 1 +v -2 0.2 4 1 1 1 +v -2 0.2 6 1 1 1 +v -3.001996 0.2 4 1 1 1 +v -3.201995 0.2 5 1 1 1 +v -3.001995 0.2 6 1 1 1 +v -3.201995 3.609557E-16 5 1 1 1 +v -3.001996 3.609557E-16 4 1 1 1 +v -3.001995 3.609557E-16 6 1 1 1 +v -2.458045 1.332707 5.709774 1 1 1 +v -2.533631 1.332707 5.331848 1 1 1 +v -2.507075 1.332707 5.71958 1 1 1 +v -2.58266 1.332707 5.341654 1 1 1 +v -2.533631 1.632707 5.331848 1 1 1 +v -2.458045 1.632707 5.709774 1 1 1 +v -2.58266 1.632707 5.341654 1 1 1 +v -2.507075 1.632707 5.71958 1 1 1 +v -2.592466 1.382707 5.292625 1 1 1 +v -2.543437 1.382707 5.282819 1 1 1 +v -2.592466 1.582707 5.292625 1 1 1 +v -2.543437 1.582707 5.282819 1 1 1 +v -2.44824 1.382707 5.758803 1 1 1 +v -2.497269 1.382707 5.768609 1 1 1 +v -2.44824 1.582707 5.758803 1 1 1 +v -2.497269 1.582707 5.768609 1 1 1 +v -1.999999 3 -6 1 1 1 +v -1.999999 3 -4 1 1 1 +v -2.399999 3 -6 1 1 1 +v -2.599999 3 -5 1 1 1 +v -2.399999 3 -4 1 1 1 +v -2.399999 0.9 -4 1 1 1 +v -1.999999 0.9 -4 1 1 1 +v -2.599999 0.9 -5 1 1 1 +v -1.999999 0.9 -6 1 1 1 +v -2.399999 0.9 -6 1 1 1 +v -2 0 -6 1 1 1 +v -2 0 -4 1 1 1 +v -2 0.2 -6 1 1 1 +v -3.001996 0.2 -6 1 1 1 +v -3.201995 0.2 -5 1 1 1 +v -3.001995 0.2 -4 1 1 1 +v -3.201995 0 -5 1 1 1 +v -3.001996 0 -6 1 1 1 +v -3.001995 0 -4 1 1 1 +v -2.458045 1.332707 -4.290226 1 1 1 +v -2.533631 1.332707 -4.668152 1 1 1 +v -2.507075 1.332707 -4.28042 1 1 1 +v -2.58266 1.332707 -4.658346 1 1 1 +v -2.533631 1.632707 -4.668152 1 1 1 +v -2.458045 1.632707 -4.290226 1 1 1 +v -2.58266 1.632707 -4.658346 1 1 1 +v -2.507075 1.632707 -4.28042 1 1 1 +v -2.592466 1.382707 -4.707375 1 1 1 +v -2.543437 1.382707 -4.717181 1 1 1 +v -2.592466 1.582707 -4.707375 1 1 1 +v -2.543437 1.582707 -4.717181 1 1 1 +v -2.44824 1.382707 -4.241197 1 1 1 +v -2.497269 1.382707 -4.231391 1 1 1 +v -2.44824 1.582707 -4.241197 1 1 1 +v -2.497269 1.582707 -4.231391 1 1 1 +v 1.999999 3 6 1 1 1 +v 1.999999 3 4 1 1 1 +v 2.399999 3 6 1 1 1 +v 2.599999 3 5 1 1 1 +v 2.399999 3 4 1 1 1 +v 2.399999 0.9 4 1 1 1 +v 1.999999 0.9 4 1 1 1 +v 2.599999 0.9 5 1 1 1 +v 1.999999 0.9 6 1 1 1 +v 2.399999 0.9 6 1 1 1 +v 2 0 6 1 1 1 +v 2 0 4 1 1 1 +v 2 0.2 4 1 1 1 +v 3.001996 0.2 6 1 1 1 +v 3.201995 0.2 5 1 1 1 +v 3.001996 0.2 4 1 1 1 +v 3.201995 0 5 1 1 1 +v 3.001996 0 6 1 1 1 +v 3.001996 0 4 1 1 1 +v 2.458045 1.332707 4.290226 1 1 1 +v 2.533631 1.332707 4.668152 1 1 1 +v 2.507075 1.332707 4.28042 1 1 1 +v 2.58266 1.332707 4.658346 1 1 1 +v 2.533631 1.632707 4.668152 1 1 1 +v 2.458045 1.632707 4.290226 1 1 1 +v 2.58266 1.632707 4.658346 1 1 1 +v 2.507075 1.632707 4.28042 1 1 1 +v 2.592466 1.382707 4.707375 1 1 1 +v 2.543437 1.382707 4.717181 1 1 1 +v 2.592466 1.582707 4.707375 1 1 1 +v 2.543437 1.582707 4.717181 1 1 1 +v 2.44824 1.382707 4.241197 1 1 1 +v 2.497269 1.382707 4.231391 1 1 1 +v 2.44824 1.582707 4.241197 1 1 1 +v 2.497269 1.582707 4.231391 1 1 1 +v 1.999999 3 -4 1 1 1 +v 1.999999 3 -6 1 1 1 +v 2.399999 3 -4 1 1 1 +v 2.599999 3 -5 1 1 1 +v 2.399999 3 -6 1 1 1 +v 2.399999 0.9 -6 1 1 1 +v 1.999999 0.9 -6 1 1 1 +v 2.599999 0.9 -5 1 1 1 +v 1.999999 0.9 -4 1 1 1 +v 2.399999 0.9 -4 1 1 1 +v 2 3.609557E-16 -4 1 1 1 +v 2 3.609557E-16 -6 1 1 1 +v 2 0.2 -6 1 1 1 +v 3.001996 0.2 -4 1 1 1 +v 3.201995 0.2 -5 1 1 1 +v 3.001996 0.2 -6 1 1 1 +v 3.201995 3.609557E-16 -5 1 1 1 +v 3.001996 3.609557E-16 -4 1 1 1 +v 3.001996 3.609557E-16 -6 1 1 1 +v 2.458045 1.332707 -5.709774 1 1 1 +v 2.533631 1.332707 -5.331848 1 1 1 +v 2.507075 1.332707 -5.71958 1 1 1 +v 2.58266 1.332707 -5.341654 1 1 1 +v 2.533631 1.632707 -5.331848 1 1 1 +v 2.458045 1.632707 -5.709774 1 1 1 +v 2.58266 1.632707 -5.341654 1 1 1 +v 2.507075 1.632707 -5.71958 1 1 1 +v 2.592466 1.382707 -5.292625 1 1 1 +v 2.543437 1.382707 -5.282819 1 1 1 +v 2.592466 1.582707 -5.292625 1 1 1 +v 2.543437 1.582707 -5.282819 1 1 1 +v 2.44824 1.382707 -5.758803 1 1 1 +v 2.497269 1.382707 -5.768609 1 1 1 +v 2.44824 1.582707 -5.758803 1 1 1 +v 2.497269 1.582707 -5.768609 1 1 1 +v -8.0904 2.757286 4.840658 1 1 1 +v -7.82245 2.757286 4.465528 1 1 1 +v -8.465528 2.757286 5.108607 1 1 1 +v -8.840657 2.757286 4.840657 1 1 1 +v -8.0904 2.757286 4.0904 1 1 1 +v -8.465528 2.757286 3.82245 1 1 1 +v -9.108606 2.757286 4.465528 1 1 1 +v -8.840657 2.757286 4.090399 1 1 1 +v -8.0904 3.133286 4.840658 1 1 1 +v -8.465528 3.133286 5.108607 1 1 1 +v -7.82245 3.133286 4.465528 1 1 1 +v -8.0904 3.133286 4.0904 1 1 1 +v -8.840657 3.133286 4.840657 1 1 1 +v -8.465528 3.133286 3.82245 1 1 1 +v -9.108606 3.133286 4.465528 1 1 1 +v -8.840657 3.133286 4.090399 1 1 1 +v -8.12041 0.576 4.810647 1 1 1 +v -8.465528 0.576 5.05716 1 1 1 +v -7.873897 0.576 4.465528 1 1 1 +v -8.12041 0.576 4.12041 1 1 1 +v -8.810647 0.576 4.810647 1 1 1 +v -9.05716 0.576 4.465528 1 1 1 +v -8.465528 0.576 3.873896 1 1 1 +v -8.810647 0.576 4.120409 1 1 1 +v -7.873897 0.2 4.465528 1 1 1 +v -8.12041 0.2 4.810647 1 1 1 +v -8.12041 0.2 4.12041 1 1 1 +v -8.465528 0.2 3.873896 1 1 1 +v -8.810647 0.2 4.120409 1 1 1 +v -9.05716 0.2 4.465528 1 1 1 +v -8.810647 0.2 4.810647 1 1 1 +v -8.465528 0.2 5.05716 1 1 1 +v -8.23289 0.576 4.23289 1 1 1 +v -8.06672 0.576 4.465528 1 1 1 +v -8.174731 2.757286 4.174731 1 1 1 +v -7.967018 2.757286 4.465528 1 1 1 +v -8.756326 2.757286 4.174731 1 1 1 +v -8.964039 2.757286 4.465528 1 1 1 +v -8.698167 0.576 4.23289 1 1 1 +v -8.864337 0.576 4.465528 1 1 1 +v -8.465528 0.576 4.06672 1 1 1 +v -8.465528 2.757286 3.967018 1 1 1 +v -8.23289 0.576 4.698167 1 1 1 +v -8.465528 0.576 4.864337 1 1 1 +v -8.174731 2.757286 4.756326 1 1 1 +v -8.465528 2.757286 4.964039 1 1 1 +v -8.698167 0.576 4.698167 1 1 1 +v -8.756326 2.757286 4.756326 1 1 1 +v 8.840657 2.757286 4.0904 1 1 1 +v 8.465528 2.757286 3.82245 1 1 1 +v 9.108606 2.757286 4.465528 1 1 1 +v 8.840657 2.757286 4.840657 1 1 1 +v 8.0904 2.757286 4.090399 1 1 1 +v 7.82245 2.757286 4.465528 1 1 1 +v 8.465528 2.757286 5.108607 1 1 1 +v 8.0904 2.757286 4.840657 1 1 1 +v 8.840657 3.133286 4.0904 1 1 1 +v 9.108606 3.133286 4.465528 1 1 1 +v 8.465528 3.133286 3.82245 1 1 1 +v 8.0904 3.133286 4.090399 1 1 1 +v 8.840657 3.133286 4.840657 1 1 1 +v 7.82245 3.133286 4.465528 1 1 1 +v 8.465528 3.133286 5.108607 1 1 1 +v 8.0904 3.133286 4.840657 1 1 1 +v 8.810647 0.576 4.12041 1 1 1 +v 9.05716 0.576 4.465528 1 1 1 +v 8.465528 0.576 3.873897 1 1 1 +v 8.12041 0.576 4.12041 1 1 1 +v 8.810647 0.576 4.810647 1 1 1 +v 8.465528 0.576 5.05716 1 1 1 +v 7.873897 0.576 4.465528 1 1 1 +v 8.12041 0.576 4.810647 1 1 1 +v 8.465528 0.2 3.873897 1 1 1 +v 8.810647 0.2 4.12041 1 1 1 +v 8.12041 0.2 4.12041 1 1 1 +v 7.873897 0.2 4.465528 1 1 1 +v 8.12041 0.2 4.810647 1 1 1 +v 8.465528 0.2 5.05716 1 1 1 +v 8.810647 0.2 4.810647 1 1 1 +v 9.05716 0.2 4.465528 1 1 1 +v 8.23289 0.576 4.232891 1 1 1 +v 8.465528 0.576 4.06672 1 1 1 +v 8.174731 2.757286 4.174731 1 1 1 +v 8.465528 2.757286 3.967018 1 1 1 +v 8.174731 2.757286 4.756326 1 1 1 +v 8.465528 2.757286 4.964039 1 1 1 +v 8.23289 0.576 4.698167 1 1 1 +v 8.465528 0.576 4.864336 1 1 1 +v 8.06672 0.576 4.465528 1 1 1 +v 7.967018 2.757286 4.465528 1 1 1 +v 8.698167 0.576 4.23289 1 1 1 +v 8.864337 0.576 4.465528 1 1 1 +v 8.756326 2.757286 4.174731 1 1 1 +v 8.964039 2.757286 4.465528 1 1 1 +v 8.698167 0.576 4.698166 1 1 1 +v 8.756326 2.757286 4.756326 1 1 1 +v 8.0904 2.757286 -4.840657 1 1 1 +v 7.82245 2.757286 -4.465528 1 1 1 +v 8.465528 2.757286 -5.108607 1 1 1 +v 8.840657 2.757286 -4.840658 1 1 1 +v 8.0904 2.757286 -4.090399 1 1 1 +v 8.465528 2.757286 -3.82245 1 1 1 +v 9.108606 2.757286 -4.465528 1 1 1 +v 8.840657 2.757286 -4.090399 1 1 1 +v 8.0904 3.133286 -4.840657 1 1 1 +v 8.465528 3.133286 -5.108607 1 1 1 +v 7.82245 3.133286 -4.465528 1 1 1 +v 8.0904 3.133286 -4.090399 1 1 1 +v 8.840657 3.133286 -4.840658 1 1 1 +v 8.465528 3.133286 -3.82245 1 1 1 +v 9.108606 3.133286 -4.465528 1 1 1 +v 8.840657 3.133286 -4.090399 1 1 1 +v 8.12041 0.576 -4.810647 1 1 1 +v 8.465528 0.576 -5.05716 1 1 1 +v 7.873897 0.576 -4.465528 1 1 1 +v 8.12041 0.576 -4.12041 1 1 1 +v 8.810647 0.576 -4.810647 1 1 1 +v 9.05716 0.576 -4.465528 1 1 1 +v 8.465528 0.576 -3.873896 1 1 1 +v 8.810647 0.576 -4.12041 1 1 1 +v 7.873897 0.2 -4.465528 1 1 1 +v 8.12041 0.2 -4.810647 1 1 1 +v 8.12041 0.2 -4.12041 1 1 1 +v 8.465528 0.2 -3.873896 1 1 1 +v 8.810647 0.2 -4.12041 1 1 1 +v 9.05716 0.2 -4.465528 1 1 1 +v 8.810647 0.2 -4.810647 1 1 1 +v 8.465528 0.2 -5.05716 1 1 1 +v 8.23289 0.576 -4.23289 1 1 1 +v 8.06672 0.576 -4.465528 1 1 1 +v 8.174731 2.757286 -4.174731 1 1 1 +v 7.967018 2.757286 -4.465528 1 1 1 +v 8.756327 2.757286 -4.174731 1 1 1 +v 8.964039 2.757286 -4.465528 1 1 1 +v 8.698167 0.576 -4.232891 1 1 1 +v 8.864337 0.576 -4.465528 1 1 1 +v 8.465528 0.576 -4.06672 1 1 1 +v 8.465528 2.757286 -3.967018 1 1 1 +v 8.23289 0.576 -4.698166 1 1 1 +v 8.465528 0.576 -4.864337 1 1 1 +v 8.17473 2.757286 -4.756326 1 1 1 +v 8.465528 2.757286 -4.964039 1 1 1 +v 8.698167 0.576 -4.698167 1 1 1 +v 8.756326 2.757286 -4.756326 1 1 1 +v -8.840657 2.757286 -4.0904 1 1 1 +v -8.465528 2.757286 -3.82245 1 1 1 +v -9.108606 2.757286 -4.465528 1 1 1 +v -8.840657 2.757286 -4.840657 1 1 1 +v -8.0904 2.757286 -4.090399 1 1 1 +v -7.82245 2.757286 -4.465528 1 1 1 +v -8.465528 2.757286 -5.108607 1 1 1 +v -8.0904 2.757286 -4.840657 1 1 1 +v -8.840657 3.133286 -4.0904 1 1 1 +v -9.108606 3.133286 -4.465528 1 1 1 +v -8.465528 3.133286 -3.82245 1 1 1 +v -8.0904 3.133286 -4.090399 1 1 1 +v -8.840657 3.133286 -4.840657 1 1 1 +v -7.82245 3.133286 -4.465528 1 1 1 +v -8.465528 3.133286 -5.108607 1 1 1 +v -8.0904 3.133286 -4.840657 1 1 1 +v -8.810647 0.576 -4.12041 1 1 1 +v -9.05716 0.576 -4.465528 1 1 1 +v -8.465528 0.576 -3.873897 1 1 1 +v -8.12041 0.576 -4.12041 1 1 1 +v -8.810647 0.576 -4.810647 1 1 1 +v -8.465528 0.576 -5.05716 1 1 1 +v -7.873897 0.576 -4.465528 1 1 1 +v -8.12041 0.576 -4.810647 1 1 1 +v -8.465528 0.2 -3.873897 1 1 1 +v -8.810647 0.2 -4.12041 1 1 1 +v -8.12041 0.2 -4.12041 1 1 1 +v -7.873897 0.2 -4.465528 1 1 1 +v -8.12041 0.2 -4.810647 1 1 1 +v -8.465528 0.2 -5.05716 1 1 1 +v -8.810647 0.2 -4.810647 1 1 1 +v -9.05716 0.2 -4.465528 1 1 1 +v -8.23289 0.576 -4.232891 1 1 1 +v -8.465528 0.576 -4.06672 1 1 1 +v -8.174731 2.757286 -4.174731 1 1 1 +v -8.465528 2.757286 -3.967018 1 1 1 +v -8.174731 2.757286 -4.756326 1 1 1 +v -8.465528 2.757286 -4.964039 1 1 1 +v -8.23289 0.576 -4.698167 1 1 1 +v -8.465528 0.576 -4.864336 1 1 1 +v -8.06672 0.576 -4.465528 1 1 1 +v -7.967018 2.757286 -4.465528 1 1 1 +v -8.698167 0.576 -4.23289 1 1 1 +v -8.864337 0.576 -4.465528 1 1 1 +v -8.756326 2.757286 -4.174731 1 1 1 +v -8.964039 2.757286 -4.465528 1 1 1 +v -8.698167 0.576 -4.698166 1 1 1 +v -8.756326 2.757286 -4.756326 1 1 1 +v -8.225579 0 0.1721032 1 1 1 +v -9.384689 0 -0.1384797 1 1 1 +v -8.331645 0.1 -0.01160853 1 1 1 +v -9.200978 0.1 -0.2445457 1 1 1 +v -6.788999 0.1 -0.9062634 1 1 1 +v -7.069632 0.1 -0.8002209 1 1 1 +v -6.895041 0.1 -1.186897 1 1 1 +v -7.175674 0.1 -1.080854 1 1 1 +v -8.098708 0.1 -0.8809417 1 1 1 +v -8.96804 0.1 -1.113879 1 1 1 +v -8.390224 0 0.5248481 1 1 1 +v -8.267749 0.2 0.5955588 1 1 1 +v -8.183168 0 1.297589 1 1 1 +v -8.112457 0.2 1.175114 1 1 1 +v -7.532902 0.2 1.019823 1 1 1 +v -7.688193 0.2 0.4402673 1 1 1 +v -7.410428 0 1.090533 1 1 1 +v -7.914996 0 -0.9870078 1 1 1 +v -9.074107 0 -1.297591 1 1 1 +v -9.227287 0.05 1.33564 1 1 1 +v -9.517065 0.05 1.413286 1 1 1 +v -9.304933 0.05 1.045862 1 1 1 +v -9.59471 0.05 1.123508 1 1 1 +v -9.55242 0 1.474523 1 1 1 +v -9.655948 0 1.088153 1 1 1 +v -9.16605 0 1.370995 1 1 1 +v -9.269577 0 0.984625 1 1 1 +v -7.24012 0 -1.109953 1 1 1 +v -7.09873 0 -0.735775 1 1 1 +v -6.865942 0 -1.251343 1 1 1 +v -6.724553 0 -0.8771649 1 1 1 +v -6.614956 0 1.396791 1 1 1 +v -6.421771 0 1.345027 1 1 1 +v -6.584338 0.05 1.414469 1 1 1 +v -6.439449 0.05 1.375646 1 1 1 +v -6.400626 0.05 1.520535 1 1 1 +v -6.545515 0.05 1.559358 1 1 1 +v -7.617483 0 0.3177929 1 1 1 +v -6.370008 0 1.538212 1 1 1 +v -6.563192 0 1.589976 1 1 1 +v -8.930517 0 -1.720208 1 1 1 +v -8.737332 0 -1.771971 1 1 1 +v -8.899899 0.05 -1.70253 1 1 1 +v -8.75501 0.05 -1.741353 1 1 1 +v -8.716187 0.05 -1.596464 1 1 1 +v -8.861075 0.05 -1.557641 1 1 1 +v -8.878754 0 -1.527022 1 1 1 +v -8.685568 0 -1.578786 1 1 1 +v -8.686515 0.1 0.5110608 1 1 1 +v -8.686515 0.1 0.8110608 1 1 1 +v -8.986515 0.1 0.5110608 1 1 1 +v -8.986515 0.1 0.8110608 1 1 1 +v -8.636516 0 0.4610608 1 1 1 +v -8.636516 0 0.8610607 1 1 1 +v -9.036515 0 0.4610608 1 1 1 +v -9.036515 0 0.8610607 1 1 1 +v -7.803762 0 -0.594767 1 1 1 +v -7.778762 0.1 -0.569767 1 1 1 +v -7.803762 0 -0.394767 1 1 1 +v -7.778762 0.1 -0.419767 1 1 1 +v -7.628762 0.1 -0.569767 1 1 1 +v -7.628762 0.1 -0.419767 1 1 1 +v -7.603762 0 -0.594767 1 1 1 +v -7.603762 0 -0.394767 1 1 1 +v -7.176097 0.05 0.0530683 1 1 1 +v -7.465875 0.05 0.130714 1 1 1 +v -7.253743 0.05 -0.2367094 1 1 1 +v -7.54352 0.05 -0.1590637 1 1 1 +v -7.50123 0 0.1919513 1 1 1 +v -7.604758 0 -0.1944191 1 1 1 +v -6.676548 0.1 0.4701748 1 1 1 +v -6.754193 0.1 0.7599526 1 1 1 +v -6.966325 0.1 0.3925292 1 1 1 +v -7.043971 0.1 0.6823069 1 1 1 +v -6.61531 0 0.4348195 1 1 1 +v -6.718838 0 0.8211898 1 1 1 +v -7.11486 0 0.08842362 1 1 1 +v -7.218388 0 -0.2979467 1 1 1 +v -7.105208 0 0.7176622 1 1 1 +v -7.00168 0 0.3312919 1 1 1 +v 7.774421 0 0.1721032 1 1 1 +v 6.61531 0 -0.1384797 1 1 1 +v 7.668355 0.1 -0.01160853 1 1 1 +v 6.799022 0.1 -0.2445457 1 1 1 +v 9.211001 0.1 -0.9062634 1 1 1 +v 8.930368 0.1 -0.8002209 1 1 1 +v 9.104959 0.1 -1.186897 1 1 1 +v 8.824326 0.1 -1.080854 1 1 1 +v 7.901292 0.1 -0.8809417 1 1 1 +v 7.031959 0.1 -1.113879 1 1 1 +v 7.609777 0 0.5248481 1 1 1 +v 7.732251 0.2 0.5955588 1 1 1 +v 7.816832 0 1.297589 1 1 1 +v 7.887543 0.2 1.175114 1 1 1 +v 8.467098 0.2 1.019823 1 1 1 +v 8.311807 0.2 0.4402673 1 1 1 +v 8.589573 0 1.090533 1 1 1 +v 8.085004 0 -0.9870078 1 1 1 +v 6.925893 0 -1.297591 1 1 1 +v 6.772713 0.05 1.33564 1 1 1 +v 6.482935 0.05 1.413286 1 1 1 +v 6.695067 0.05 1.045862 1 1 1 +v 6.40529 0.05 1.123508 1 1 1 +v 6.44758 0 1.474523 1 1 1 +v 6.344052 0 1.088153 1 1 1 +v 6.83395 0 1.370995 1 1 1 +v 6.730422 0 0.984625 1 1 1 +v 8.75988 0 -1.109953 1 1 1 +v 8.90127 0 -0.735775 1 1 1 +v 9.134058 0 -1.251343 1 1 1 +v 9.275448 0 -0.8771649 1 1 1 +v 9.385044 0 1.396791 1 1 1 +v 9.578229 0 1.345027 1 1 1 +v 9.415662 0.05 1.414469 1 1 1 +v 9.560551 0.05 1.375646 1 1 1 +v 9.599374 0.05 1.520535 1 1 1 +v 9.454485 0.05 1.559358 1 1 1 +v 8.382518 0 0.3177929 1 1 1 +v 9.629992 0 1.538212 1 1 1 +v 9.436808 0 1.589976 1 1 1 +v 7.069483 0 -1.720208 1 1 1 +v 7.262668 0 -1.771971 1 1 1 +v 7.100101 0.05 -1.70253 1 1 1 +v 7.24499 0.05 -1.741353 1 1 1 +v 7.283813 0.05 -1.596464 1 1 1 +v 7.138925 0.05 -1.557641 1 1 1 +v 7.121247 0 -1.527022 1 1 1 +v 7.314432 0 -1.578786 1 1 1 +v 7.313485 0.1 0.5110608 1 1 1 +v 7.313485 0.1 0.8110608 1 1 1 +v 7.013485 0.1 0.5110608 1 1 1 +v 7.013485 0.1 0.8110608 1 1 1 +v 7.363485 0 0.4610608 1 1 1 +v 7.363485 0 0.8610607 1 1 1 +v 6.963485 0 0.4610608 1 1 1 +v 6.963485 0 0.8610607 1 1 1 +v 8.196238 0 -0.594767 1 1 1 +v 8.221238 0.1 -0.569767 1 1 1 +v 8.196238 0 -0.394767 1 1 1 +v 8.221238 0.1 -0.419767 1 1 1 +v 8.371238 0.1 -0.569767 1 1 1 +v 8.371238 0.1 -0.419767 1 1 1 +v 8.396237 0 -0.594767 1 1 1 +v 8.396237 0 -0.394767 1 1 1 +v 8.823903 0.05 0.0530683 1 1 1 +v 8.534125 0.05 0.130714 1 1 1 +v 8.746257 0.05 -0.2367094 1 1 1 +v 8.45648 0.05 -0.1590637 1 1 1 +v 8.49877 0 0.1919513 1 1 1 +v 8.395243 0 -0.1944191 1 1 1 +v 9.323453 0.1 0.4701748 1 1 1 +v 9.245807 0.1 0.7599526 1 1 1 +v 9.033675 0.1 0.3925292 1 1 1 +v 8.956029 0.1 0.6823069 1 1 1 +v 9.38469 0 0.4348195 1 1 1 +v 9.281162 0 0.8211898 1 1 1 +v 8.88514 0 0.08842362 1 1 1 +v 8.781612 0 -0.2979467 1 1 1 +v 8.894792 0 0.7176622 1 1 1 +v 8.99832 0 0.3312919 1 1 1 +v 4.48375 3.3269 4.934478 1 1 1 +v 4.48375 2.9269 4.934478 1 1 1 +v 4.564375 3.3269 5.418228 1 1 1 +v 4.564375 2.9269 5.418228 1 1 1 +v 4 2.9269 5.982603 1 1 1 +v 3.51625 2.9269 5.901978 1 1 1 +v 4 3.3269 5.982603 1 1 1 +v 3.51625 3.3269 5.901978 1 1 1 +v 4.48375 2.9269 5.901978 1 1 1 +v 4.48375 3.3269 5.901978 1 1 1 +v 4 2.9269 4.853853 1 1 1 +v 4 3.3269 4.853853 1 1 1 +v 3.51625 2.9269 4.934478 1 1 1 +v 3.51625 3.3269 4.934478 1 1 1 +v 3.435625 2.9269 5.418228 1 1 1 +v 3.435625 3.3269 5.418228 1 1 1 +v 4 0.2 5.937453 1 1 1 +v 3.55495 0.2 5.863278 1 1 1 +v 4 0.6 5.937453 1 1 1 +v 3.55495 0.6 5.863278 1 1 1 +v 3.55495 0.2 4.973178 1 1 1 +v 4 0.2 4.899003 1 1 1 +v 3.55495 0.6 4.973178 1 1 1 +v 4 0.6 4.899003 1 1 1 +v 4.44505 0.2 5.863278 1 1 1 +v 4.44505 0.6 5.863278 1 1 1 +v 4.519225 0.6 5.418228 1 1 1 +v 4.519225 0.2 5.418228 1 1 1 +v 4.44505 0.6 4.973178 1 1 1 +v 3.480775 0.6 5.418228 1 1 1 +v 3.480775 0.2 5.418228 1 1 1 +v 4.44505 0.2 4.973178 1 1 1 +v 3.5625 2.9269 5.418228 1 1 1 +v 3.625 2.9269 5.793228 1 1 1 +v 3.65 0.6 5.418228 1 1 1 +v 3.7 0.6 5.718228 1 1 1 +v 3.625 2.9269 5.043228 1 1 1 +v 3.7 0.6 5.118228 1 1 1 +v 4 0.6 5.068228 1 1 1 +v 4.3 0.6 5.118228 1 1 1 +v 4 2.9269 4.980728 1 1 1 +v 4.375 2.9269 5.043228 1 1 1 +v 4.3 0.6 5.718228 1 1 1 +v 4 0.6 5.768228 1 1 1 +v 4.375 2.9269 5.793228 1 1 1 +v 4 2.9269 5.855728 1 1 1 +v 4.4375 2.9269 5.418228 1 1 1 +v 4.35 0.6 5.418228 1 1 1 +v -4.48375 3.3269 -4.934478 1 1 1 +v -4.48375 2.9269 -4.934478 1 1 1 +v -4.564375 3.3269 -5.418228 1 1 1 +v -4.564375 2.9269 -5.418228 1 1 1 +v -4 2.9269 -5.982603 1 1 1 +v -3.51625 2.9269 -5.901978 1 1 1 +v -4 3.3269 -5.982603 1 1 1 +v -3.51625 3.3269 -5.901978 1 1 1 +v -4.48375 2.9269 -5.901978 1 1 1 +v -4.48375 3.3269 -5.901978 1 1 1 +v -4 2.9269 -4.853853 1 1 1 +v -4 3.3269 -4.853853 1 1 1 +v -3.51625 2.9269 -4.934478 1 1 1 +v -3.51625 3.3269 -4.934478 1 1 1 +v -3.435625 2.9269 -5.418228 1 1 1 +v -3.435625 3.3269 -5.418228 1 1 1 +v -4 0.2 -5.937453 1 1 1 +v -3.55495 0.2 -5.863278 1 1 1 +v -4 0.6 -5.937453 1 1 1 +v -3.55495 0.6 -5.863278 1 1 1 +v -3.55495 0.2 -4.973178 1 1 1 +v -4 0.2 -4.899003 1 1 1 +v -3.55495 0.6 -4.973178 1 1 1 +v -4 0.6 -4.899003 1 1 1 +v -4.44505 0.2 -5.863278 1 1 1 +v -4.44505 0.6 -5.863278 1 1 1 +v -4.519225 0.6 -5.418228 1 1 1 +v -4.519225 0.2 -5.418228 1 1 1 +v -4.44505 0.6 -4.973178 1 1 1 +v -3.480775 0.6 -5.418228 1 1 1 +v -3.480775 0.2 -5.418228 1 1 1 +v -4.44505 0.2 -4.973178 1 1 1 +v -3.5625 2.9269 -5.418228 1 1 1 +v -3.625 2.9269 -5.793228 1 1 1 +v -3.65 0.6 -5.418228 1 1 1 +v -3.7 0.6 -5.718228 1 1 1 +v -3.625 2.9269 -5.043228 1 1 1 +v -3.7 0.6 -5.118228 1 1 1 +v -4 0.6 -5.068228 1 1 1 +v -4.3 0.6 -5.118228 1 1 1 +v -4 2.9269 -4.980728 1 1 1 +v -4.375 2.9269 -5.043228 1 1 1 +v -4.3 0.6 -5.718228 1 1 1 +v -4 0.6 -5.768228 1 1 1 +v -4.375 2.9269 -5.793228 1 1 1 +v -4 2.9269 -5.855728 1 1 1 +v -4.4375 2.9269 -5.418228 1 1 1 +v -4.35 0.6 -5.418228 1 1 1 +v -3.51625 3.3269 4.934478 1 1 1 +v -3.51625 2.9269 4.934478 1 1 1 +v -3.435625 3.3269 5.418228 1 1 1 +v -3.435625 2.9269 5.418228 1 1 1 +v -4 2.9269 5.982603 1 1 1 +v -4.48375 2.9269 5.901978 1 1 1 +v -4 3.3269 5.982603 1 1 1 +v -4.48375 3.3269 5.901978 1 1 1 +v -3.51625 2.9269 5.901978 1 1 1 +v -3.51625 3.3269 5.901978 1 1 1 +v -4 2.9269 4.853853 1 1 1 +v -4 3.3269 4.853853 1 1 1 +v -4.48375 2.9269 4.934478 1 1 1 +v -4.48375 3.3269 4.934478 1 1 1 +v -4.564375 2.9269 5.418228 1 1 1 +v -4.564375 3.3269 5.418228 1 1 1 +v -4 0.2 5.937453 1 1 1 +v -4.44505 0.2 5.863278 1 1 1 +v -4 0.6 5.937453 1 1 1 +v -4.44505 0.6 5.863278 1 1 1 +v -4.44505 0.2 4.973178 1 1 1 +v -4 0.2 4.899003 1 1 1 +v -4.44505 0.6 4.973178 1 1 1 +v -4 0.6 4.899003 1 1 1 +v -3.55495 0.2 5.863278 1 1 1 +v -3.55495 0.6 5.863278 1 1 1 +v -3.480775 0.6 5.418228 1 1 1 +v -3.480775 0.2 5.418228 1 1 1 +v -3.55495 0.6 4.973178 1 1 1 +v -4.519225 0.6 5.418228 1 1 1 +v -4.519225 0.2 5.418228 1 1 1 +v -3.55495 0.2 4.973178 1 1 1 +v -4.4375 2.9269 5.418228 1 1 1 +v -4.375 2.9269 5.793228 1 1 1 +v -4.35 0.6 5.418228 1 1 1 +v -4.3 0.6 5.718228 1 1 1 +v -4.375 2.9269 5.043228 1 1 1 +v -4.3 0.6 5.118228 1 1 1 +v -4 0.6 5.068228 1 1 1 +v -3.7 0.6 5.118228 1 1 1 +v -4 2.9269 4.980728 1 1 1 +v -3.625 2.9269 5.043228 1 1 1 +v -3.7 0.6 5.718228 1 1 1 +v -4 0.6 5.768228 1 1 1 +v -3.625 2.9269 5.793228 1 1 1 +v -4 2.9269 5.855728 1 1 1 +v -3.5625 2.9269 5.418228 1 1 1 +v -3.65 0.6 5.418228 1 1 1 +v 3.51625 3.3269 -4.934478 1 1 1 +v 3.51625 2.9269 -4.934478 1 1 1 +v 3.435625 3.3269 -5.418228 1 1 1 +v 3.435625 2.9269 -5.418228 1 1 1 +v 4 2.9269 -5.982603 1 1 1 +v 4.48375 2.9269 -5.901978 1 1 1 +v 4 3.3269 -5.982603 1 1 1 +v 4.48375 3.3269 -5.901978 1 1 1 +v 3.51625 2.9269 -5.901978 1 1 1 +v 3.51625 3.3269 -5.901978 1 1 1 +v 4 2.9269 -4.853853 1 1 1 +v 4 3.3269 -4.853853 1 1 1 +v 4.48375 2.9269 -4.934478 1 1 1 +v 4.48375 3.3269 -4.934478 1 1 1 +v 4.564375 2.9269 -5.418228 1 1 1 +v 4.564375 3.3269 -5.418228 1 1 1 +v 4 0.2 -5.937453 1 1 1 +v 4.44505 0.2 -5.863278 1 1 1 +v 4 0.6 -5.937453 1 1 1 +v 4.44505 0.6 -5.863278 1 1 1 +v 4.44505 0.2 -4.973178 1 1 1 +v 4 0.2 -4.899003 1 1 1 +v 4.44505 0.6 -4.973178 1 1 1 +v 4 0.6 -4.899003 1 1 1 +v 3.55495 0.2 -5.863278 1 1 1 +v 3.55495 0.6 -5.863278 1 1 1 +v 3.480775 0.6 -5.418228 1 1 1 +v 3.480775 0.2 -5.418228 1 1 1 +v 3.55495 0.6 -4.973178 1 1 1 +v 4.519225 0.6 -5.418228 1 1 1 +v 4.519225 0.2 -5.418228 1 1 1 +v 3.55495 0.2 -4.973178 1 1 1 +v 4.4375 2.9269 -5.418228 1 1 1 +v 4.375 2.9269 -5.793228 1 1 1 +v 4.35 0.6 -5.418228 1 1 1 +v 4.3 0.6 -5.718228 1 1 1 +v 4.375 2.9269 -5.043228 1 1 1 +v 4.3 0.6 -5.118228 1 1 1 +v 4 0.6 -5.068228 1 1 1 +v 3.7 0.6 -5.118228 1 1 1 +v 4 2.9269 -4.980728 1 1 1 +v 3.625 2.9269 -5.043228 1 1 1 +v 3.7 0.6 -5.718228 1 1 1 +v 4 0.6 -5.768228 1 1 1 +v 3.625 2.9269 -5.793228 1 1 1 +v 4 2.9269 -5.855728 1 1 1 +v 3.5625 2.9269 -5.418228 1 1 1 +v 3.65 0.6 -5.418228 1 1 1 + +vn -0.7071069 0.5773503 0.4082482 +vn -0.4082482 0.5773503 -0.7071069 +vn -0.5202673 0.7994348 0.3003764 +vn -0.3003764 0.7994348 -0.5202673 +vn 0.5202673 -0.7994348 -0.3003764 +vn 0.4082482 -0.5773503 0.7071069 +vn 0.7071069 -0.5773503 -0.4082482 +vn 0.3003764 -0.7994348 0.5202673 +vn 0.7071068 0.5773503 0.4082484 +vn -0.4082484 0.5773503 0.7071068 +vn 0.5202672 0.7994348 0.3003765 +vn -0.3003765 0.7994348 0.5202672 +vn -0.5202672 -0.7994348 -0.3003765 +vn 0.4082484 -0.5773503 -0.7071068 +vn -0.7071068 -0.5773503 -0.4082484 +vn 0.3003765 -0.7994348 -0.5202672 +vn 0.7071069 0.5773503 -0.4082482 +vn 0.4082482 0.5773503 0.7071069 +vn 0.5202673 0.7994348 -0.3003764 +vn 0.3003764 0.7994348 0.5202673 +vn -0.5202673 -0.7994348 0.3003764 +vn -0.4082482 -0.5773503 -0.7071069 +vn -0.7071069 -0.5773503 0.4082482 +vn -0.3003764 -0.7994348 -0.5202673 +vn -0.5202672 0.7994348 -0.3003765 +vn 0.3003765 0.7994348 -0.5202672 +vn 0.5202672 -0.7994348 0.3003765 +vn -0.3003765 -0.7994348 0.5202672 +vn -0.7071068 0.5773503 -0.4082484 +vn 0.7071068 -0.5773503 0.4082484 +vn 0.4082484 0.5773503 -0.7071068 +vn -0.4082484 -0.5773503 0.7071068 +vn -5.06089E-08 0.9054101 0.4245383 +vn -0.4245383 0.9054101 -5.06089E-08 +vn 0.4245383 0.9054101 5.06089E-08 +vn 5.06089E-08 0.9054101 -0.4245383 +vn -0.4245383 -0.9054101 -5.06089E-08 +vn 0.4245383 -0.9054101 5.06089E-08 +vn 5.06089E-08 -0.9054101 -0.4245383 +vn -5.06089E-08 -0.9054101 0.4245383 +vn -0.5773503 0.8164966 -6.882551E-08 +vn 6.882551E-08 0.8164966 -0.5773503 +vn 0.5773503 -0.8164966 6.882551E-08 +vn -6.882551E-08 -0.8164966 0.5773503 +vn -6.882551E-08 0.8164966 0.5773503 +vn 6.882551E-08 -0.8164966 -0.5773503 +vn 0.5773503 0.8164966 6.882551E-08 +vn -0.5773503 -0.8164966 -6.882551E-08 +vn -0.2886752 0.8164966 0.5 +vn -0.2122692 0.90541 0.3676609 +vn 0.5 0.8164966 0.2886752 +vn 0.3676609 0.90541 0.2122692 +vn -0.5 -0.8164966 -0.2886752 +vn 0.2122692 -0.90541 -0.3676609 +vn 0.2886752 -0.8164966 -0.5 +vn -0.3676609 -0.90541 -0.2122692 +vn 0.2886752 0.8164966 -0.5 +vn 0.2122692 0.90541 -0.3676609 +vn -0.2886752 -0.8164966 0.5 +vn -0.2122692 -0.90541 0.3676609 +vn 0.6666668 0.3333333 -0.6666667 +vn 0.6666667 0.3333333 0.6666668 +vn 0.5033766 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 0.5033766 +vn -0.5033766 -0.7022992 0.5033765 +vn -0.6666667 -0.3333333 -0.6666668 +vn -0.6666668 -0.3333333 0.6666667 +vn -0.5033765 -0.7022992 -0.5033766 +vn -0.5033766 0.7022992 0.5033765 +vn -0.5033765 0.7022992 -0.5033766 +vn 0.5033766 -0.7022992 -0.5033765 +vn 0.5033765 -0.7022992 0.5033766 +vn -0.3676609 0.90541 -0.2122692 +vn -0.5 0.8164966 -0.2886752 +vn 0.5 -0.8164966 0.2886752 +vn 0.3676609 -0.90541 0.2122692 +vn -0.6666668 0.3333333 0.6666667 +vn 0.6666668 -0.3333333 -0.6666667 +vn -0.6666667 0.3333333 -0.6666668 +vn 0.6666667 -0.3333333 0.6666668 +vn 0 1 0 +vn 0 -1 0 +vn 1 0 1.192093E-07 +vn -1 0 -1.192093E-07 +vn 0.1950905 0 -0.9807854 +vn 0.3826836 0 -0.9238796 +vn -0.3826836 0 0.9238796 +vn -0.1950905 0 0.9807854 +vn 0.7071069 0 -0.7071068 +vn -0.7071069 0 0.7071068 +vn 0.9238797 0 -0.3826834 +vn -0.9238797 0 0.3826834 +vn 0.9807854 0 -0.1950902 +vn -0.9807854 0 0.1950902 +vn 1.192093E-07 0 -1 +vn -1.192093E-07 0 1 +vn -0.9807854 0 0.1950902 +vn 0.9807854 0 -0.1950902 +vn 0.4082483 0.5773503 0.7071068 +vn -0.7071068 0.5773503 0.4082483 +vn 0.3003764 0.7994348 0.5202672 +vn -0.5202672 0.7994348 0.3003764 +vn -0.3003764 -0.7994348 -0.5202672 +vn 0.7071068 -0.5773503 -0.4082483 +vn -0.4082483 -0.5773503 -0.7071068 +vn 0.5202672 -0.7994348 -0.3003764 +vn 0.4082483 0.5773503 -0.7071068 +vn 0.7071068 0.5773503 0.4082483 +vn 0.3003764 0.7994348 -0.5202672 +vn 0.5202672 0.7994348 0.3003764 +vn -0.3003764 -0.7994348 0.5202672 +vn -0.7071068 -0.5773503 -0.4082483 +vn -0.4082483 -0.5773503 0.7071068 +vn -0.5202672 -0.7994348 -0.3003764 +vn -0.4082483 0.5773503 -0.7071068 +vn 0.7071068 0.5773503 -0.4082483 +vn -0.3003764 0.7994348 -0.5202672 +vn 0.5202672 0.7994348 -0.3003764 +vn 0.3003764 -0.7994348 0.5202672 +vn -0.7071068 -0.5773503 0.4082483 +vn 0.4082483 -0.5773503 0.7071068 +vn -0.5202672 -0.7994348 0.3003764 +vn -0.3003764 0.7994348 0.5202672 +vn -0.5202672 0.7994348 -0.3003764 +vn 0.3003764 -0.7994348 -0.5202672 +vn 0.5202672 -0.7994348 0.3003764 +vn -0.4082483 0.5773503 0.7071068 +vn 0.4082483 -0.5773503 -0.7071068 +vn -0.7071068 0.5773503 -0.4082483 +vn 0.7071068 -0.5773503 0.4082483 +vn 0.4245382 0.9054101 0 +vn 0 0.9054101 0.4245382 +vn 0 0.9054101 -0.4245382 +vn -0.4245382 0.9054101 0 +vn 0 -0.9054101 0.4245382 +vn 0 -0.9054101 -0.4245382 +vn -0.4245382 -0.9054101 0 +vn 0.4245382 -0.9054101 0 +vn 0 0.8164966 0.5773503 +vn -0.5773503 0.8164966 0 +vn 0 -0.8164966 -0.5773503 +vn 0.5773503 -0.8164966 0 +vn 0.5773503 0.8164966 0 +vn -0.5773503 -0.8164966 0 +vn 0 0.8164966 -0.5773503 +vn 0 -0.8164966 0.5773503 +vn 0.5 0.8164966 0.2886751 +vn 0.3676609 0.90541 0.2122691 +vn 0.2886751 0.8164966 -0.5 +vn 0.2122691 0.90541 -0.3676609 +vn -0.2886751 -0.8164966 0.5 +vn -0.3676609 -0.90541 -0.2122691 +vn -0.5 -0.8164966 -0.2886751 +vn -0.2122691 -0.90541 0.3676609 +vn -0.5 0.8164966 -0.2886751 +vn -0.3676609 0.90541 -0.2122691 +vn 0.5 -0.8164966 0.2886751 +vn 0.3676609 -0.90541 0.2122691 +vn -0.6666667 0.3333333 -0.6666667 +vn 0.6666667 0.3333333 -0.6666667 +vn -0.5033765 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 -0.5033765 +vn 0.5033765 -0.7022992 0.5033765 +vn -0.6666667 -0.3333333 0.6666667 +vn 0.6666667 -0.3333333 0.6666667 +vn -0.5033765 -0.7022992 0.5033765 +vn 0.5033765 0.7022992 0.5033765 +vn -0.5033765 0.7022992 0.5033765 +vn -0.5033765 -0.7022992 -0.5033765 +vn 0.5033765 -0.7022992 -0.5033765 +vn -0.2122691 0.90541 0.3676609 +vn -0.2886751 0.8164966 0.5 +vn 0.2886751 -0.8164966 -0.5 +vn 0.2122691 -0.90541 -0.3676609 +vn 0.6666667 0.3333333 0.6666667 +vn -0.6666667 -0.3333333 -0.6666667 +vn -0.6666667 0.3333333 0.6666667 +vn 0.6666667 -0.3333333 -0.6666667 +vn 0 0 -1 +vn 0 0 1 +vn -0.9807853 0 -0.1950903 +vn -0.9238795 0 -0.3826834 +vn 0.9238795 0 0.3826834 +vn 0.9807853 0 0.1950903 +vn -0.7071068 0 -0.7071068 +vn 0.7071068 0 0.7071068 +vn -0.3826834 0 -0.9238795 +vn 0.3826834 0 0.9238795 +vn -0.1950903 0 -0.9807853 +vn 0.1950903 0 0.9807853 +vn -1 0 0 +vn 1 0 0 +vn 0.1950903 0 0.9807853 +vn -0.1950903 0 -0.9807853 +vn 0.7071068 0.5773503 -0.4082484 +vn 0.4082484 0.5773503 0.7071068 +vn 0.5202672 0.7994348 -0.3003765 +vn 0.3003765 0.7994348 0.5202672 +vn -0.5202672 -0.7994348 0.3003765 +vn -0.4082484 -0.5773503 -0.7071068 +vn -0.7071068 -0.5773503 0.4082484 +vn -0.3003765 -0.7994348 -0.5202672 +vn -0.7071069 0.5773503 -0.4082482 +vn 0.4082482 0.5773503 -0.7071069 +vn -0.5202673 0.7994348 -0.3003764 +vn 0.3003764 0.7994348 -0.5202673 +vn 0.5202673 -0.7994348 0.3003764 +vn -0.4082482 -0.5773503 0.7071069 +vn 0.7071069 -0.5773503 0.4082482 +vn -0.3003764 -0.7994348 0.5202673 +vn -0.7071068 0.5773503 0.4082484 +vn -0.4082484 0.5773503 -0.7071068 +vn -0.5202672 0.7994348 0.3003765 +vn -0.3003765 0.7994348 -0.5202672 +vn 0.5202672 -0.7994348 -0.3003765 +vn 0.4082484 -0.5773503 0.7071068 +vn 0.7071068 -0.5773503 -0.4082484 +vn 0.3003765 -0.7994348 0.5202672 +vn 0.5202673 0.7994348 0.3003764 +vn -0.3003764 0.7994348 0.5202673 +vn -0.5202673 -0.7994348 -0.3003764 +vn 0.3003764 -0.7994348 -0.5202673 +vn 0.7071069 0.5773503 0.4082482 +vn -0.7071069 -0.5773503 -0.4082482 +vn -0.4082482 0.5773503 0.7071069 +vn 0.4082482 -0.5773503 -0.7071069 +vn -5.06089E-08 0.9054101 -0.4245383 +vn 0.4245383 0.9054101 -5.06089E-08 +vn -0.4245383 0.9054101 5.06089E-08 +vn 5.06089E-08 0.9054101 0.4245383 +vn 0.4245383 -0.9054101 -5.06089E-08 +vn -0.4245383 -0.9054101 5.06089E-08 +vn 5.06089E-08 -0.9054101 0.4245383 +vn -5.06089E-08 -0.9054101 -0.4245383 +vn 0.5773503 0.8164966 -6.882551E-08 +vn 6.882551E-08 0.8164966 0.5773503 +vn -0.5773503 -0.8164966 6.882551E-08 +vn -6.882551E-08 -0.8164966 -0.5773503 +vn -6.882551E-08 0.8164966 -0.5773503 +vn 6.882551E-08 -0.8164966 0.5773503 +vn -0.5773503 0.8164966 6.882551E-08 +vn 0.5773503 -0.8164966 -6.882551E-08 +vn 0.2886751 0.8164966 -0.5000001 +vn 0.2122691 0.90541 -0.3676609 +vn -0.5000001 0.8164966 -0.2886751 +vn -0.3676609 0.90541 -0.2122691 +vn 0.5000001 -0.8164966 0.2886751 +vn -0.2122691 -0.90541 0.3676609 +vn -0.2886751 -0.8164966 0.5000001 +vn 0.3676609 -0.90541 0.2122691 +vn -0.2886751 0.8164966 0.5000001 +vn -0.2122691 0.90541 0.3676609 +vn 0.2886751 -0.8164966 -0.5000001 +vn 0.2122691 -0.90541 -0.3676609 +vn -0.6666667 0.3333333 0.6666668 +vn -0.6666668 0.3333333 -0.6666667 +vn -0.5033765 0.7022992 0.5033766 +vn -0.5033766 0.7022992 -0.5033765 +vn 0.5033765 -0.7022992 -0.5033766 +vn 0.6666668 -0.3333333 0.6666667 +vn 0.6666667 -0.3333333 -0.6666668 +vn 0.5033766 -0.7022992 0.5033765 +vn 0.5033765 0.7022992 -0.5033766 +vn 0.5033766 0.7022992 0.5033765 +vn -0.5033765 -0.7022992 0.5033766 +vn -0.5033766 -0.7022992 -0.5033765 +vn 0.3676609 0.90541 0.2122691 +vn 0.5000001 0.8164966 0.2886751 +vn -0.5000001 -0.8164966 -0.2886751 +vn -0.3676609 -0.90541 -0.2122691 +vn 0.6666667 0.3333333 -0.6666668 +vn -0.6666667 -0.3333333 0.6666668 +vn 0.6666668 0.3333333 0.6666667 +vn -0.6666668 -0.3333333 -0.6666667 +vn -1 0 1.192093E-07 +vn 1 0 -1.192093E-07 +vn -0.1950902 0 0.9807854 +vn -0.3826834 0 0.9238797 +vn 0.3826834 0 -0.9238797 +vn 0.1950902 0 -0.9807854 +vn -0.7071068 0 0.7071069 +vn 0.7071068 0 -0.7071069 +vn -0.9238796 0 0.3826836 +vn 0.9238796 0 -0.3826836 +vn -0.9807854 0 0.1950905 +vn 0.9807854 0 -0.1950905 +vn 1.192093E-07 0 1 +vn -1.192093E-07 0 -1 +vn 0.9807854 0 -0.1950905 +vn -0.9807854 0 0.1950905 +vn -0.4245382 0.9054101 6.326142E-09 +vn -6.326142E-09 0.9054101 -0.4245382 +vn 6.326142E-09 0.9054101 0.4245382 +vn 0.4245382 0.9054101 -6.326142E-09 +vn -6.326142E-09 -0.9054101 -0.4245382 +vn 6.326142E-09 -0.9054101 0.4245382 +vn 0.4245382 -0.9054101 -6.326142E-09 +vn -0.4245382 -0.9054101 6.326142E-09 +vn -8.60323E-09 0.8164966 -0.5773503 +vn 0.5773503 0.8164966 -8.60323E-09 +vn 8.60323E-09 -0.8164966 0.5773503 +vn -0.5773503 -0.8164966 8.60323E-09 +vn -0.5773503 0.8164966 8.60323E-09 +vn 0.5773503 -0.8164966 -8.60323E-09 +vn 8.60323E-09 0.8164966 0.5773503 +vn -8.60323E-09 -0.8164966 -0.5773503 +vn 1.490123E-08 0 1 +vn -1.490123E-08 0 -1 +vn 0.9807853 0 0.1950903 +vn -0.9807853 0 -0.1950903 +vn 1 0 -1.490123E-08 +vn -1 0 1.490123E-08 +vn -0.1950903 0 -0.9807853 +vn 0.1950903 0 0.9807853 +vn 0.2132007 0.904534 0.3692745 +vn -0.3692745 0.904534 0.2132007 +vn 0.1578553 0.9488556 0.2734133 +vn -0.2734133 0.9488556 0.1578553 +vn -0.1578553 -0.9488556 -0.2734133 +vn 0.3692745 -0.904534 -0.2132007 +vn -0.2132007 -0.904534 -0.3692745 +vn 0.2734133 -0.9488556 -0.1578553 +vn 0.5475281 0.7994348 0.2472184 +vn -0.2472184 0.7994348 0.5475281 +vn 0.2472184 0.7994348 -0.5475281 +vn -0.5475281 0.7994348 -0.2472184 +vn -0.2472184 -0.7994348 0.5475281 +vn 0.2472184 -0.7994348 -0.5475281 +vn -0.5475281 -0.7994348 -0.2472184 +vn 0.5475281 -0.7994348 0.2472184 +vn 0.2734133 0.9488556 -0.1578553 +vn -0.1578553 0.9488556 -0.2734133 +vn 0.1578553 -0.9488556 0.2734133 +vn -0.2734133 -0.9488556 0.1578553 +vn 0.3692745 0.904534 -0.2132007 +vn -0.3692745 -0.904534 0.2132007 +vn -0.2132007 0.904534 -0.3692745 +vn 0.2132007 -0.904534 0.3692745 +vn -0.7441577 0.5773503 -0.3360001 +vn -0.3360001 0.5773503 0.7441577 +vn 0.3360001 -0.5773503 -0.7441577 +vn 0.7441577 -0.5773503 0.3360001 +vn 0.3360001 0.5773503 -0.7441577 +vn -0.3360001 -0.5773503 0.7441577 +vn 0.7441577 0.5773503 0.3360001 +vn -0.7441577 -0.5773503 -0.3360001 +vn 0.4247964 0.7994348 -0.4247964 +vn 0.4247964 0.7994348 0.4247964 +vn -0.4247964 0.7994348 -0.4247964 +vn -0.4247964 0.7994348 0.4247964 +vn 0.4247964 -0.7994348 0.4247964 +vn -0.4247964 -0.7994348 -0.4247964 +vn -0.4247964 -0.7994348 0.4247964 +vn 0.4247964 -0.7994348 -0.4247964 +vn 0.5773503 0.5773503 -0.5773503 +vn 0.5773503 0.5773503 0.5773503 +vn -0.5773503 -0.5773503 -0.5773503 +vn -0.5773503 -0.5773503 0.5773503 +vn -0.5773503 0.5773503 -0.5773503 +vn 0.5773503 -0.5773503 0.5773503 +vn -0.5773503 0.5773503 0.5773503 +vn 0.5773503 -0.5773503 -0.5773503 +vn -0.4245382 0.9054101 9.362776E-13 +vn -9.362776E-13 0.9054101 -0.4245382 +vn 9.362776E-13 0.9054101 0.4245382 +vn 0.4245382 0.9054101 -9.362776E-13 +vn -9.362776E-13 -0.9054101 -0.4245382 +vn 9.362776E-13 -0.9054101 0.4245382 +vn 0.4245382 -0.9054101 -9.362776E-13 +vn -0.4245382 -0.9054101 9.362776E-13 +vn 1.27329E-12 0.8164966 0.5773503 +vn 0.5773503 0.8164966 -1.27329E-12 +vn -1.27329E-12 -0.8164966 -0.5773503 +vn -0.5773503 -0.8164966 1.27329E-12 +vn -0.5773503 0.8164966 1.27329E-12 +vn 0.5773503 -0.8164966 -1.27329E-12 +vn -1.27329E-12 0.8164966 -0.5773503 +vn 1.27329E-12 -0.8164966 0.5773503 +vn 0.09950371 0 0.9950371 +vn 2.205403E-12 0 1 +vn -0.09950371 0 -0.9950371 +vn -2.205403E-12 0 -1 +vn -0.09950371 0 0.9950371 +vn 0.09950371 0 -0.9950371 +vn -1 0 2.205403E-12 +vn 1 0 -2.205403E-12 +vn -1 0 -2.853273E-14 +vn 1 0 2.853273E-14 +vn 2.853273E-14 0 -1 +vn -2.853273E-14 0 1 +vn 0.8660254 0 0.5 +vn 0.9659258 0 0.258819 +vn -0.9659258 0 -0.258819 +vn -0.8660254 0 -0.5 +vn 0.5 0 0.8660254 +vn -0.5 0 -0.8660254 +vn 0.258819 0 0.9659258 +vn -0.258819 0 -0.9659258 +vn 0.5000002 0 -0.8660255 +vn 0.2588192 0 -0.9659259 +vn -0.2588192 0 0.9659259 +vn -0.5000002 0 0.8660255 +vn 0.8660256 0 -0.5 +vn -0.8660256 0 0.5 +vn 0.965926 0 -0.2588189 +vn -0.965926 0 0.2588189 +vn -0.5 0 0.8660256 +vn -0.258819 0 0.965926 +vn 0.258819 0 -0.965926 +vn 0.5 0 -0.8660256 +vn -0.8660255 0 0.5000002 +vn 0.8660255 0 -0.5000002 +vn -0.9659259 0 0.2588192 +vn 0.9659259 0 -0.2588192 +vn -1 0 1.490117E-08 +vn 1 0 -1.490117E-08 +vn -1.490117E-08 0 -1 +vn 1.490117E-08 0 1 +vn -0.4245382 0.9054101 -3.707557E-13 +vn 3.707557E-13 0.9054101 -0.4245382 +vn -3.707557E-13 0.9054101 0.4245382 +vn 0.4245382 0.9054101 3.707557E-13 +vn 3.707557E-13 -0.9054101 -0.4245382 +vn -3.707557E-13 -0.9054101 0.4245382 +vn 0.4245382 -0.9054101 3.707557E-13 +vn -0.4245382 -0.9054101 -3.707557E-13 +vn -5.042088E-13 0.8164966 0.5773503 +vn 0.5773503 0.8164966 5.042088E-13 +vn 5.042088E-13 -0.8164966 -0.5773503 +vn -0.5773503 -0.8164966 -5.042088E-13 +vn -0.5773503 0.8164966 -5.042088E-13 +vn 0.5773503 -0.8164966 5.042088E-13 +vn 5.042088E-13 0.8164966 -0.5773503 +vn -5.042088E-13 -0.8164966 0.5773503 +vn -8.733153E-13 0 1 +vn 8.733153E-13 0 -1 +vn -1 0 -8.733153E-13 +vn 1 0 8.733153E-13 +vn -0.4082482 0.5773503 0.7071069 +vn -0.7071069 0.5773503 -0.4082482 +vn 0.7071069 -0.5773503 0.4082482 +vn 0.4082482 -0.5773503 -0.7071069 +vn 0.4082482 0.5773503 -0.7071069 +vn -0.4082482 -0.5773503 0.7071069 +vn 0.7071069 0.5773503 0.4082482 +vn -0.7071069 -0.5773503 -0.4082482 +vn -0.9805808 0 -0.196116 +vn 0.9805808 0 0.196116 +vn -0.9805808 0 0.1961163 +vn 0.9805808 0 -0.1961163 +vn 0.4082484 0.5773503 -0.7071068 +vn 0.7071068 0.5773503 0.4082484 +vn -0.7071068 -0.5773503 -0.4082484 +vn -0.4082484 -0.5773503 0.7071068 +vn -0.4082484 0.5773503 0.7071068 +vn 0.4082484 -0.5773503 -0.7071068 +vn -0.7071068 0.5773503 -0.4082484 +vn 0.7071068 -0.5773503 0.4082484 +vn 0.9805808 0 0.1961163 +vn -0.9805808 0 -0.1961163 +vn 0.9805808 0 -0.1961161 +vn -0.9805808 0 0.1961161 +vn 0.9374504 0 0.3481188 +vn 0.8012154 0 0.598376 +vn -0.8012154 0 -0.598376 +vn -0.9374504 0 -0.3481188 +vn 0.2601589 0 -0.9655658 +vn 0.7071068 0 -0.7071068 +vn -0.2601589 0 0.9655658 +vn -0.7071068 0 0.7071068 +vn 0.9655658 0 -0.2601589 +vn -0.9655658 0 0.2601589 +vn -0.3481188 0 -0.9374504 +vn -0.598376 0 -0.8012154 +vn 0.598376 0 0.8012154 +vn 0.3481188 0 0.9374504 +vn -0.2126075 -0.9238795 -0.3181897 +vn 0.2126075 -0.9238795 0.3181897 +vn 0.2126075 0.9238795 0.3181897 +vn -0.2126075 0.9238795 -0.3181897 +vn 0.5132799 -0.3826834 0.7681779 +vn 0.5132799 0.3826834 0.7681779 +vn -0.5132799 -0.3826834 -0.7681779 +vn -0.5132799 0.3826834 -0.7681779 +vn 0.8314697 0 -0.5555702 +vn -0.8314697 0 0.5555702 +vn -0.07465779 -0.9238795 -0.3753303 +vn 0.07465779 -0.9238795 0.3753303 +vn 0.07465779 0.9238795 0.3753303 +vn -0.07465779 0.9238795 -0.3753303 +vn 0.1802399 -0.3826834 0.9061275 +vn 0.1802399 0.3826834 0.9061275 +vn -0.1802399 -0.3826834 -0.9061275 +vn -0.1802399 0.3826834 -0.9061275 +vn -0.3753303 -0.9238795 -0.07465785 +vn 0.3753303 -0.9238795 0.07465785 +vn 0.3753303 0.9238795 0.07465785 +vn -0.3753303 0.9238795 -0.07465785 +vn 0.9061275 -0.3826834 0.18024 +vn 0.9061275 0.3826834 0.18024 +vn -0.9061275 -0.3826834 -0.18024 +vn -0.9061275 0.3826834 -0.18024 +vn 0.1950904 0 -0.9807854 +vn -0.1950904 0 0.9807854 +vn 0.3481187 0 -0.9374505 +vn 0.5983759 0 -0.8012155 +vn -0.5983759 0 0.8012155 +vn -0.3481187 0 0.9374505 +vn -0.9655658 0 -0.2601588 +vn -0.7071069 0 -0.7071067 +vn 0.9655658 0 0.2601588 +vn 0.7071069 0 0.7071067 +vn -0.260159 0 -0.9655658 +vn 0.260159 0 0.9655658 +vn -0.9374504 0 0.3481189 +vn -0.8012154 0 0.5983762 +vn 0.8012154 0 -0.5983762 +vn 0.9374504 0 -0.3481189 +vn -0.3181896 -0.9238795 0.2126075 +vn 0.3181896 -0.9238795 -0.2126075 +vn 0.3181896 0.9238795 -0.2126075 +vn -0.3181896 0.9238795 0.2126075 +vn 0.7681777 -0.3826834 -0.51328 +vn 0.7681777 0.3826834 -0.51328 +vn -0.7681777 -0.3826834 0.51328 +vn -0.7681777 0.3826834 0.51328 +vn -0.5555702 0 -0.8314695 +vn 0.5555702 0 0.8314695 +vn -0.3753302 -0.9238795 0.07465783 +vn 0.3753302 -0.9238795 -0.07465783 +vn 0.3753302 0.9238795 -0.07465783 +vn -0.3753302 0.9238795 0.07465783 +vn 0.9061273 -0.3826834 -0.1802399 +vn 0.9061273 0.3826834 -0.1802399 +vn -0.9061273 -0.3826834 0.1802399 +vn -0.9061273 0.3826834 0.1802399 +vn -0.07465779 -0.9238795 0.3753303 +vn 0.07465779 -0.9238795 -0.3753303 +vn 0.07465779 0.9238795 -0.3753303 +vn -0.07465779 0.9238795 0.3753303 +vn 0.1802399 -0.3826834 -0.9061274 +vn 0.1802399 0.3826834 -0.9061274 +vn -0.1802399 -0.3826834 0.9061274 +vn -0.1802399 0.3826834 0.9061274 +vn -0.9807853 0 -0.1950902 +vn 0.9807853 0 0.1950902 +vn -0.9374505 0 -0.3481186 +vn -0.8012155 0 -0.5983759 +vn 0.8012155 0 0.5983759 +vn 0.9374505 0 0.3481186 +vn -0.2601586 0 0.9655659 +vn -0.7071066 0 0.7071069 +vn 0.2601586 0 -0.9655659 +vn 0.7071066 0 -0.7071069 +vn -0.9655658 0 0.2601591 +vn 0.9655658 0 -0.2601591 +vn 0.3481191 0 0.9374504 +vn 0.5983763 0 0.8012152 +vn -0.5983763 0 -0.8012152 +vn -0.3481191 0 -0.9374504 +vn 0.2126076 -0.9238795 0.3181897 +vn -0.2126076 -0.9238795 -0.3181897 +vn -0.2126076 0.9238795 -0.3181897 +vn 0.2126076 0.9238795 0.3181897 +vn -0.5132802 -0.3826834 -0.7681777 +vn -0.5132802 0.3826834 -0.7681777 +vn 0.5132802 -0.3826834 0.7681777 +vn 0.5132802 0.3826834 0.7681777 +vn -0.8314696 0 0.5555704 +vn 0.8314696 0 -0.5555704 +vn 0.07465789 -0.9238795 0.3753303 +vn -0.07465789 -0.9238795 -0.3753303 +vn -0.07465789 0.9238795 -0.3753303 +vn 0.07465789 0.9238795 0.3753303 +vn -0.1802401 -0.3826834 -0.9061275 +vn -0.1802401 0.3826834 -0.9061275 +vn 0.1802401 -0.3826834 0.9061275 +vn 0.1802401 0.3826834 0.9061275 +vn 0.3753303 -0.9238795 0.07465776 +vn -0.3753303 -0.9238795 -0.07465776 +vn -0.3753303 0.9238795 -0.07465776 +vn 0.3753303 0.9238795 0.07465776 +vn -0.9061275 -0.3826834 -0.1802398 +vn -0.9061275 0.3826834 -0.1802398 +vn 0.9061275 -0.3826834 0.1802398 +vn 0.9061275 0.3826834 0.1802398 +vn -0.1950902 0 0.9807854 +vn 0.1950902 0 -0.9807854 +vn 0.3753302 -0.9238795 -0.07465784 +vn -0.3753302 -0.9238795 0.07465784 +vn -0.3753302 0.9238795 0.07465784 +vn 0.3753302 0.9238795 -0.07465784 +vn -0.9061273 -0.3826834 0.1802399 +vn -0.9061273 0.3826834 0.1802399 +vn 0.9061273 -0.3826834 -0.1802399 +vn 0.9061273 0.3826834 -0.1802399 +vn -0.1802398 -0.3826834 0.9061274 +vn -0.1802398 0.3826834 0.9061274 +vn 0.1802398 -0.3826834 -0.9061274 +vn 0.1802398 0.3826834 -0.9061274 +vn 0.9807853 0 0.1950902 +vn -0.9807853 0 -0.1950902 +vn 0.09950373 0 0.9950371 +vn -0.09950373 0 -0.9950371 +vn -0.0995037 0 0.9950371 +vn 0.0995037 0 -0.9950371 +vn 0.3807842 -0.9238796 -0.03807854 +vn -0.3807842 -0.9238796 0.03807832 +vn -0.3807842 0.9238796 0.03807854 +vn 0.3807842 0.9238796 -0.03807832 +vn -0.9192945 -0.3826835 0.09192941 +vn -0.9192945 0.3826835 0.0919295 +vn 0.9192945 -0.3826835 -0.0919295 +vn 0.9192945 0.3826835 -0.09192941 +vn 0.09950373 -1.192093E-07 0.9950373 +vn -0.09950373 1.192093E-07 -0.9950373 +vn 0.3807842 -0.9238796 0.03807832 +vn -0.3807842 -0.9238796 -0.03807854 +vn -0.3807842 0.9238796 -0.03807832 +vn 0.3807842 0.9238796 0.03807854 +vn -0.9192945 -0.3826835 -0.0919295 +vn -0.9192945 0.3826835 -0.09192941 +vn 0.9192945 -0.3826835 0.09192941 +vn 0.9192945 0.3826835 0.0919295 +vn -0.09950373 -1.192093E-07 0.9950373 +vn 0.09950373 1.192093E-07 -0.9950373 +vn -0.3807842 -0.9238796 0.03807854 +vn 0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 0.9238796 -0.03807854 +vn -0.3807842 0.9238796 0.03807832 +vn 0.9192945 -0.3826835 -0.09192941 +vn 0.9192945 0.3826835 -0.0919295 +vn -0.9192945 -0.3826835 0.0919295 +vn -0.9192945 0.3826835 0.09192941 +vn -0.09950373 -1.192093E-07 -0.9950373 +vn 0.09950373 1.192093E-07 0.9950373 +vn -0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 -0.9238796 0.03807854 +vn 0.3807842 0.9238796 0.03807832 +vn -0.3807842 0.9238796 -0.03807854 +vn 0.9192945 -0.3826835 0.0919295 +vn 0.9192945 0.3826835 0.09192941 +vn -0.9192945 -0.3826835 -0.09192941 +vn -0.9192945 0.3826835 -0.0919295 +vn 0.09950373 -1.192093E-07 -0.9950373 +vn -0.09950373 1.192093E-07 0.9950373 +vn 0.5 0 0.8660254 +vn -0.5 0 -0.8660254 +vn 0.8660256 0 -0.4999999 +vn -0.8660256 0 0.4999999 +vn -0.8660255 0 0.5000001 +vn 0.8660255 0 -0.5000001 +vn 0.4575815 0 -0.8891677 +vn -0.4575815 0 0.8891677 +vn 0.8891677 0 -0.4575816 +vn 0.986394 0 -0.164399 +vn -0.986394 0 0.164399 +vn -0.8891677 0 0.4575816 +vn -0.4575816 0 -0.8891677 +vn 0.4575816 0 0.8891677 +vn -0.8891677 0 -0.4575815 +vn -0.986394 0 -0.164399 +vn 0.986394 0 0.164399 +vn 0.8891677 0 0.4575815 +vn -0.9805808 0 -0.196116 +vn 0.9805808 0 0.196116 +vn -0.9805808 0 0.1961163 +vn 0.9805808 0 -0.1961163 +vn 0.07505041 -0.9238795 0.375252 +vn -0.07505051 -0.9238795 -0.375252 +vn -0.07505041 0.9238795 -0.375252 +vn 0.07505051 0.9238795 0.375252 +vn -0.1811879 -0.3826834 -0.9059385 +vn -0.1811878 0.3826834 -0.9059385 +vn 0.1811878 -0.3826834 0.9059385 +vn 0.1811879 0.3826834 0.9059385 +vn -0.9805808 5.960464E-08 0.1961163 +vn 0.9805808 -5.960464E-08 -0.1961163 +vn 0.9805808 0 0.1961162 +vn -0.9805808 0 -0.1961162 +vn 0.9805808 0 -0.1961161 +vn -0.9805808 0 0.1961161 +vn -0.07505032 -0.9238795 -0.375252 +vn 0.07505042 -0.9238795 0.375252 +vn 0.07505032 0.9238795 0.375252 +vn -0.07505042 0.9238795 -0.375252 +vn 0.1811876 -0.3826834 0.9059385 +vn 0.1811876 0.3826834 0.9059385 +vn -0.1811876 -0.3826834 -0.9059385 +vn -0.1811876 0.3826834 -0.9059385 +vn 0.9805808 5.960464E-08 -0.1961161 +vn -0.9805808 -5.960464E-08 0.1961161 +vn 0 -0.9999999 0 +vn 0 0.9999999 0 +vn 0.8137335 0 0.5812384 +vn 0.7071067 0 0.7071069 +vn -0.7071067 0 -0.7071069 +vn -0.8137335 0 -0.5812384 +vn 0.7071069 0 -0.7071067 +vn 0.8137337 0 -0.5812382 +vn -0.7071069 0 0.7071067 +vn -0.8137337 0 0.5812382 +vn 0.5812384 0 -0.8137335 +vn -0.5812384 0 0.8137335 +vn -0.5812382 0 -0.8137337 +vn 0.5812382 0 0.8137337 +vn 0.7066047 -0.03768034 -0.7066047 +vn 0.8131713 -0.03716837 -0.5808367 +vn -0.7066047 0.03768034 0.7066047 +vn -0.8131713 0.03716837 0.5808367 +vn -0.7066047 -0.03768034 -0.7066047 +vn -0.8131713 -0.03716837 -0.5808367 +vn 0.7066047 0.03768034 0.7066047 +vn 0.8131713 0.03716837 0.5808367 +vn 0.5808367 -0.03716837 -0.8131713 +vn -0.5808367 0.03716837 0.8131713 +vn 0.7066047 -0.03768034 0.7066047 +vn 0.5808367 -0.03716837 0.8131713 +vn -0.7066047 0.03768034 -0.7066047 +vn -0.5808367 0.03716837 -0.8131713 +vn 0.8131713 -0.03716837 0.5808367 +vn -0.8131713 0.03716837 -0.5808367 +vn -0.7066047 -0.03768034 0.7066047 +vn -0.8131713 -0.03716837 0.5808367 +vn 0.7066047 0.03768034 -0.7066047 +vn 0.8131713 0.03716837 -0.5808367 +vn -0.5808367 -0.03716837 0.8131713 +vn 0.5808367 0.03716837 -0.8131713 +vn -0.5808367 -0.03716837 -0.8131713 +vn 0.5808367 0.03716837 0.8131713 +vn 0.5812383 0 -0.8137335 +vn 0.7071068 0 -0.7071068 +vn -0.7071068 0 0.7071068 +vn -0.5812383 0 0.8137335 +vn -0.7071068 0 -0.7071068 +vn -0.5812382 0 -0.8137336 +vn 0.7071068 0 0.7071068 +vn 0.5812382 0 0.8137336 +vn -0.8137335 0 -0.5812383 +vn 0.8137335 0 0.5812383 +vn -0.8137336 0 0.5812382 +vn 0.8137336 0 -0.5812382 +vn -0.7066047 -0.03768034 -0.7066046 +vn -0.5808367 -0.03716837 -0.8131711 +vn 0.7066047 0.03768034 0.7066046 +vn 0.5808367 0.03716837 0.8131711 +vn -0.7066046 -0.03768034 0.7066047 +vn -0.5808365 -0.03716837 0.8131713 +vn 0.7066046 0.03768034 -0.7066047 +vn 0.5808365 0.03716837 -0.8131713 +vn -0.8131713 -0.03716837 -0.5808365 +vn 0.8131713 0.03716837 0.5808365 +vn 0.7066046 -0.03768034 -0.7066047 +vn 0.8131711 -0.03716837 -0.5808367 +vn -0.7066046 0.03768034 0.7066047 +vn -0.8131711 0.03716837 0.5808367 +vn 0.5808365 -0.03716837 -0.8131713 +vn -0.5808365 0.03716837 0.8131713 +vn 0.7066047 -0.03768034 0.7066046 +vn 0.5808367 -0.03716837 0.8131711 +vn -0.7066047 0.03768034 -0.7066046 +vn -0.5808367 0.03716837 -0.8131711 +vn 0.8131713 -0.03716837 0.5808365 +vn -0.8131713 0.03716837 -0.5808365 +vn -0.8131711 -0.03716837 0.5808367 +vn 0.8131711 0.03716837 -0.5808367 +vn -0.8137336 0 -0.5812382 +vn -0.7071069 0 -0.7071068 +vn 0.7071069 0 0.7071068 +vn 0.8137336 0 0.5812382 +vn -0.8137335 0 0.5812383 +vn 0.8137335 0 -0.5812383 +vn -0.5812382 0 0.8137336 +vn 0.5812382 0 -0.8137336 +vn 0.5812383 0 0.8137335 +vn -0.5812383 0 -0.8137335 +vn -0.7066045 -0.03768034 0.7066048 +vn -0.8131711 -0.03716837 0.5808367 +vn 0.7066045 0.03768034 -0.7066048 +vn 0.8131711 0.03716837 -0.5808367 +vn 0.7066048 -0.03768034 0.7066045 +vn 0.8131713 -0.03716837 0.5808365 +vn -0.7066048 0.03768034 -0.7066045 +vn -0.8131713 0.03716837 -0.5808365 +vn -0.5808365 -0.03716837 0.8131713 +vn 0.5808365 0.03716837 -0.8131713 +vn -0.7066048 -0.03768034 -0.7066045 +vn -0.5808367 -0.03716837 -0.8131711 +vn 0.7066048 0.03768034 0.7066045 +vn 0.5808367 0.03716837 0.8131711 +vn -0.8131713 -0.03716837 -0.5808365 +vn 0.8131713 0.03716837 0.5808365 +vn 0.7066045 -0.03768034 -0.7066048 +vn 0.8131711 -0.03716837 -0.5808367 +vn -0.7066045 0.03768034 0.7066048 +vn -0.8131711 0.03716837 0.5808367 +vn 0.5808365 -0.03716837 -0.8131713 +vn -0.5808365 0.03716837 0.8131713 +vn 0.5808367 -0.03716837 0.8131711 +vn -0.5808367 0.03716837 -0.8131711 +vn 0.986394 0 -0.164399 +vn -0.986394 0 0.164399 +vn -0.164399 0 0.986394 +vn 0.164399 0 -0.986394 +vn 0.164399 0 0.986394 +vn -0.164399 0 -0.986394 +vn -0.986394 0 -0.164399 +vn 0.986394 0 0.164399 +vn -0.9992937 -0.03757711 0 +vn -0.985716 -0.03706655 0.164286 +vn 0.9992937 0.03757711 0 +vn 0.985716 0.03706655 -0.164286 +vn -0.985716 -0.03706655 -0.164286 +vn 0.985716 0.03706655 0.164286 +vn 0 -0.03757711 -0.9992937 +vn 0.164286 -0.03706655 -0.985716 +vn 0 0.03757711 0.9992937 +vn -0.164286 0.03706655 0.985716 +vn 0.164286 -0.03706655 0.985716 +vn 0 -0.03757711 0.9992937 +vn -0.164286 0.03706655 -0.985716 +vn 0 0.03757711 -0.9992937 +vn 0.985716 -0.03706655 -0.164286 +vn 0.9992937 -0.03757711 0 +vn -0.9992937 0.03757711 0 +vn -0.985716 0.03706655 0.164286 +vn 0.985716 -0.03706655 0.164286 +vn -0.985716 0.03706655 -0.164286 +vn -0.164286 -0.03706655 -0.985716 +vn 0.164286 0.03706655 0.985716 +vn -0.164286 -0.03706655 0.985716 +vn 0.164286 0.03706655 -0.985716 +vn 0.9992937 -0.03757711 8.726985E-13 +vn -0.9992937 0.03757711 -8.726985E-13 +vn -8.726985E-13 -0.03757711 0.9992937 +vn 8.726985E-13 0.03757711 -0.9992937 +vn 8.726985E-13 -0.03757711 -0.9992937 +vn -8.726985E-13 0.03757711 0.9992937 +vn -0.9992937 -0.03757711 -8.726985E-13 +vn 0.9992937 0.03757711 8.726985E-13 + +vt 0.09375 0.025 +vt 0.09375 0.105 +vt 0.09375 0.065 +vt 0.09375 0.225 +vt 0.09375 0.045 +vt 0.34375 0.225 +vt 0.34375 0.025 +vt 0.34375 0.105 +vt 0.34375 0.075 +vt 0.34375 0.175 +vt 0.34375 0.1623098 +vt 0.34375 0.1813574 +vt 0.34375 0.1575478 +vt 0.34375 0.1861193 +vt 0.34375 0.09963536 +vt 0.34375 0.118683 +vt 0.34375 0.1234449 +vt 0.34375 0.09487346 +vt 0.34375 0.0902646 +vt 0.34375 0.08550269 +vt 0.34375 0.06645507 +vt 0.34375 0.06169317 +vt 0.34375 0.1638381 +vt 0.34375 0.1828858 +vt 0.34375 0.1590762 +vt 0.34375 0.1876477 +vt 0.34375 0.1390029 +vt 0.34375 0.134241 +vt 0.34375 0.1151934 +vt 0.34375 0.1104315 +vt 0.34375 0.07863793 +vt 0.34375 0.09768555 +vt 0.34375 0.1024475 +vt 0.34375 0.07387602 +vt 0.21875 0.145 +vt 0.21875 0.225 +vt 0.21875 0.175 +vt 0.21875 0.075 +vt 0.21875 0.185 +vt 0.21875 0.165 + +usemtl colormap + +f 3/2/3 2/1/2 1/1/1 +f 2/1/2 3/2/3 4/2/4 +f 1/1/7 2/1/6 3/2/5 +f 4/2/8 3/2/5 2/1/6 +f 7/3/11 6/1/10 5/1/9 +f 6/1/10 7/3/11 8/3/12 +f 5/1/15 6/1/14 7/3/13 +f 8/3/16 7/3/13 6/1/14 +f 11/2/19 10/1/18 9/1/17 +f 10/1/18 11/2/19 12/2/20 +f 9/1/23 10/1/22 11/2/21 +f 12/2/24 11/2/21 10/1/22 +f 2/1/2 11/2/19 9/1/17 +f 11/2/19 2/1/2 4/2/4 +f 9/1/23 11/2/21 2/1/6 +f 4/2/8 2/1/6 11/2/21 +f 7/3/11 13/3/25 8/3/12 +f 13/3/25 7/3/11 14/3/26 +f 8/3/16 13/3/27 7/3/13 +f 14/3/28 7/3/13 13/3/27 +f 8/3/12 15/1/29 6/1/10 +f 15/1/29 8/3/12 13/3/25 +f 6/1/14 15/1/30 8/3/16 +f 13/3/27 8/3/16 15/1/30 +f 11/2/19 3/2/3 12/2/20 +f 3/2/3 11/2/19 4/2/4 +f 12/2/24 3/2/5 11/2/21 +f 4/2/8 11/2/21 3/2/5 +f 14/3/26 5/1/9 16/1/31 +f 5/1/9 14/3/26 7/3/11 +f 16/1/32 5/1/15 14/3/28 +f 7/3/13 14/3/28 5/1/15 +f 15/1/29 14/3/26 16/1/31 +f 14/3/26 15/1/29 13/3/25 +f 16/1/32 14/3/28 15/1/30 +f 13/3/27 15/1/30 14/3/28 +f 12/2/20 1/1/1 10/1/18 +f 1/1/1 12/2/20 3/2/3 +f 10/1/22 1/1/7 12/2/24 +f 3/2/5 12/2/24 1/1/7 +f 19/3/35 18/3/34 17/3/33 +f 18/3/34 19/3/35 20/3/36 +f 17/3/39 18/3/38 19/3/37 +f 20/3/40 19/3/37 18/3/38 +f 20/3/36 21/1/41 18/3/34 +f 21/1/41 20/3/36 22/1/42 +f 18/3/38 21/1/43 20/3/40 +f 22/1/44 20/3/40 21/1/43 +f 17/3/33 21/1/41 23/1/45 +f 21/1/41 17/3/33 18/3/34 +f 23/1/46 21/1/43 17/3/39 +f 18/3/38 17/3/39 21/1/43 +f 24/1/47 17/3/33 23/1/45 +f 17/3/33 24/1/47 19/3/35 +f 23/1/46 17/3/39 24/1/48 +f 19/3/37 24/1/48 17/3/39 +f 22/1/42 19/3/35 24/1/47 +f 19/3/35 22/1/42 20/3/36 +f 24/1/48 19/3/37 22/1/44 +f 20/3/40 22/1/44 19/3/37 +f 27/1/51 26/3/50 25/1/49 +f 26/3/50 27/1/51 28/3/52 +f 25/1/55 26/3/54 27/1/53 +f 28/3/56 27/1/53 26/3/54 +f 29/1/57 28/3/52 27/1/51 +f 28/3/52 29/1/57 30/3/58 +f 27/1/53 28/3/56 29/1/59 +f 30/3/60 29/1/59 28/3/56 +f 33/2/63 32/1/62 31/1/61 +f 32/1/62 33/2/63 34/2/64 +f 31/1/67 32/1/66 33/2/65 +f 34/2/68 33/2/65 32/1/66 +f 33/2/63 35/2/69 34/2/64 +f 35/2/69 33/2/63 36/2/70 +f 34/2/68 35/2/71 33/2/65 +f 36/2/72 33/2/65 35/2/71 +f 30/3/58 38/1/74 37/3/73 +f 38/1/74 30/3/58 29/1/57 +f 37/3/76 38/1/75 30/3/60 +f 29/1/59 30/3/60 38/1/75 +f 34/2/64 39/1/77 32/1/62 +f 39/1/77 34/2/64 35/2/69 +f 32/1/66 39/1/78 34/2/68 +f 35/2/71 34/2/68 39/1/78 +f 28/3/52 37/3/73 26/3/50 +f 37/3/73 28/3/52 30/3/58 +f 26/3/54 37/3/76 28/3/56 +f 30/3/60 28/3/56 37/3/76 +f 40/1/79 33/2/63 31/1/61 +f 33/2/63 40/1/79 36/2/70 +f 31/1/67 33/2/65 40/1/80 +f 36/2/72 40/1/80 33/2/65 +f 26/3/50 38/1/74 25/1/49 +f 38/1/74 26/3/50 37/3/73 +f 25/1/55 38/1/75 26/3/54 +f 37/3/76 26/3/54 38/1/75 +f 35/2/69 40/1/79 39/1/77 +f 40/1/79 35/2/69 36/2/70 +f 39/1/78 40/1/80 35/2/71 +f 36/2/72 35/2/71 40/1/80 +f 43/4/81 42/4/81 41/4/81 +f 42/4/81 43/4/81 44/4/81 +f 42/4/81 44/4/81 45/4/81 +f 45/4/81 44/4/81 46/4/81 +f 45/4/81 46/4/81 47/4/81 +f 47/4/81 46/4/81 48/4/81 +f 47/4/81 48/4/81 49/4/81 +f 49/4/81 48/4/81 50/4/81 +f 41/4/82 42/4/82 43/4/82 +f 44/4/82 43/4/82 42/4/82 +f 45/4/82 44/4/82 42/4/82 +f 46/4/82 44/4/82 45/4/82 +f 47/4/82 46/4/82 45/4/82 +f 48/4/82 46/4/82 47/4/82 +f 49/4/82 48/4/82 47/4/82 +f 50/4/82 48/4/82 49/4/82 +f 43/4/83 52/1/83 51/1/83 +f 52/1/83 43/4/83 41/4/83 +f 51/1/84 52/1/84 43/4/84 +f 41/4/84 43/4/84 52/1/84 +f 53/1/86 43/4/85 51/1/85 +f 43/4/85 53/1/86 44/4/86 +f 51/1/88 43/4/88 53/1/87 +f 44/4/87 53/1/87 43/4/88 +f 54/1/89 44/4/86 53/1/86 +f 44/4/86 54/1/89 46/4/89 +f 53/1/87 44/4/87 54/1/90 +f 46/4/90 54/1/90 44/4/87 +f 48/4/91 54/1/89 55/1/91 +f 54/1/89 48/4/91 46/4/89 +f 55/1/92 54/1/90 48/4/92 +f 46/4/90 48/4/92 54/1/90 +f 50/4/93 55/1/91 56/1/93 +f 55/1/91 50/4/93 48/4/91 +f 56/1/94 55/1/92 50/4/94 +f 48/4/92 50/4/94 55/1/92 +f 57/1/95 50/4/95 56/1/95 +f 50/4/95 57/1/95 49/4/95 +f 56/1/96 50/4/96 57/1/96 +f 49/4/96 57/1/96 50/4/96 +f 47/4/92 57/1/97 58/1/92 +f 57/1/97 47/4/92 49/4/97 +f 58/1/91 57/1/98 47/4/91 +f 49/4/98 47/4/91 57/1/98 +f 45/4/90 58/1/92 59/1/90 +f 58/1/92 45/4/90 47/4/92 +f 59/1/89 58/1/91 45/4/89 +f 47/4/91 45/4/89 58/1/91 +f 45/4/90 60/1/87 42/4/87 +f 60/1/87 45/4/90 59/1/90 +f 42/4/86 60/1/86 45/4/89 +f 59/1/89 45/4/89 60/1/86 +f 42/4/87 52/1/88 41/4/88 +f 52/1/88 42/4/87 60/1/87 +f 41/4/85 52/1/85 42/4/86 +f 60/1/86 42/4/86 52/1/85 +f 63/1/81 62/1/81 61/1/81 +f 62/1/81 63/1/81 64/1/81 +f 61/1/82 62/1/82 63/1/82 +f 64/1/82 63/1/82 62/1/82 +f 67/2/101 66/1/100 65/1/99 +f 66/1/100 67/2/101 68/2/102 +f 65/1/105 66/1/104 67/2/103 +f 68/2/106 67/2/103 66/1/104 +f 71/3/109 70/1/108 69/1/107 +f 70/1/108 71/3/109 72/3/110 +f 69/1/113 70/1/112 71/3/111 +f 72/3/114 71/3/111 70/1/112 +f 75/2/117 74/1/116 73/1/115 +f 74/1/116 75/2/117 76/2/118 +f 73/1/121 74/1/120 75/2/119 +f 76/2/122 75/2/119 74/1/120 +f 66/1/100 75/2/117 73/1/115 +f 75/2/117 66/1/100 68/2/102 +f 73/1/121 75/2/119 66/1/104 +f 68/2/106 66/1/104 75/2/119 +f 71/3/109 77/3/123 72/3/110 +f 77/3/123 71/3/109 78/3/124 +f 72/3/114 77/3/125 71/3/111 +f 78/3/126 71/3/111 77/3/125 +f 72/3/110 79/1/127 70/1/108 +f 79/1/127 72/3/110 77/3/123 +f 70/1/112 79/1/128 72/3/114 +f 77/3/125 72/3/114 79/1/128 +f 75/2/117 67/2/101 76/2/118 +f 67/2/101 75/2/117 68/2/102 +f 76/2/122 67/2/103 75/2/119 +f 68/2/106 75/2/119 67/2/103 +f 78/3/124 69/1/107 80/1/129 +f 69/1/107 78/3/124 71/3/109 +f 80/1/130 69/1/113 78/3/126 +f 71/3/111 78/3/126 69/1/113 +f 79/1/127 78/3/124 80/1/129 +f 78/3/124 79/1/127 77/3/123 +f 80/1/130 78/3/126 79/1/128 +f 77/3/125 79/1/128 78/3/126 +f 76/2/118 65/1/99 74/1/116 +f 65/1/99 76/2/118 67/2/101 +f 74/1/120 65/1/105 76/2/122 +f 67/2/103 76/2/122 65/1/105 +f 83/3/133 82/3/132 81/3/131 +f 82/3/132 83/3/133 84/3/134 +f 81/3/137 82/3/136 83/3/135 +f 84/3/138 83/3/135 82/3/136 +f 84/3/134 85/1/139 82/3/132 +f 85/1/139 84/3/134 86/1/140 +f 82/3/136 85/1/141 84/3/138 +f 86/1/142 84/3/138 85/1/141 +f 81/3/131 85/1/139 87/1/143 +f 85/1/139 81/3/131 82/3/132 +f 87/1/144 85/1/141 81/3/137 +f 82/3/136 81/3/137 85/1/141 +f 88/1/145 81/3/131 87/1/143 +f 81/3/131 88/1/145 83/3/133 +f 87/1/144 81/3/137 88/1/146 +f 83/3/135 88/1/146 81/3/137 +f 86/1/140 83/3/133 88/1/145 +f 83/3/133 86/1/140 84/3/134 +f 88/1/146 83/3/135 86/1/142 +f 84/3/138 86/1/142 83/3/135 +f 91/1/149 90/3/148 89/1/147 +f 90/3/148 91/1/149 92/3/150 +f 89/1/153 90/3/152 91/1/151 +f 92/3/154 91/1/151 90/3/152 +f 93/1/155 92/3/150 91/1/149 +f 92/3/150 93/1/155 94/3/156 +f 91/1/151 92/3/154 93/1/157 +f 94/3/158 93/1/157 92/3/154 +f 97/2/161 96/1/160 95/1/159 +f 96/1/160 97/2/161 98/2/162 +f 95/1/165 96/1/164 97/2/163 +f 98/2/166 97/2/163 96/1/164 +f 97/2/161 99/2/167 98/2/162 +f 99/2/167 97/2/161 100/2/168 +f 98/2/166 99/2/169 97/2/163 +f 100/2/170 97/2/163 99/2/169 +f 94/3/156 102/1/172 101/3/171 +f 102/1/172 94/3/156 93/1/155 +f 101/3/174 102/1/173 94/3/158 +f 93/1/157 94/3/158 102/1/173 +f 98/2/162 103/1/175 96/1/160 +f 103/1/175 98/2/162 99/2/167 +f 96/1/164 103/1/176 98/2/166 +f 99/2/169 98/2/166 103/1/176 +f 92/3/150 101/3/171 90/3/148 +f 101/3/171 92/3/150 94/3/156 +f 90/3/152 101/3/174 92/3/154 +f 94/3/158 92/3/154 101/3/174 +f 104/1/177 97/2/161 95/1/159 +f 97/2/161 104/1/177 100/2/168 +f 95/1/165 97/2/163 104/1/178 +f 100/2/170 104/1/178 97/2/163 +f 90/3/148 102/1/172 89/1/147 +f 102/1/172 90/3/148 101/3/171 +f 89/1/153 102/1/173 90/3/152 +f 101/3/174 90/3/152 102/1/173 +f 99/2/167 104/1/177 103/1/175 +f 104/1/177 99/2/167 100/2/168 +f 103/1/176 104/1/178 99/2/169 +f 100/2/170 99/2/169 104/1/178 +f 107/4/81 106/4/81 105/4/81 +f 106/4/81 107/4/81 108/4/81 +f 106/4/81 108/4/81 109/4/81 +f 109/4/81 108/4/81 110/4/81 +f 109/4/81 110/4/81 111/4/81 +f 111/4/81 110/4/81 112/4/81 +f 111/4/81 112/4/81 113/4/81 +f 113/4/81 112/4/81 114/4/81 +f 105/4/82 106/4/82 107/4/82 +f 108/4/82 107/4/82 106/4/82 +f 109/4/82 108/4/82 106/4/82 +f 110/4/82 108/4/82 109/4/82 +f 111/4/82 110/4/82 109/4/82 +f 112/4/82 110/4/82 111/4/82 +f 113/4/82 112/4/82 111/4/82 +f 114/4/82 112/4/82 113/4/82 +f 107/4/179 116/1/179 115/1/179 +f 116/1/179 107/4/179 105/4/179 +f 115/1/180 116/1/180 107/4/180 +f 105/4/180 107/4/180 116/1/180 +f 117/1/182 107/4/181 115/1/181 +f 107/4/181 117/1/182 108/4/182 +f 115/1/184 107/4/184 117/1/183 +f 108/4/183 117/1/183 107/4/184 +f 118/1/185 108/4/182 117/1/182 +f 108/4/182 118/1/185 110/4/185 +f 117/1/183 108/4/183 118/1/186 +f 110/4/186 118/1/186 108/4/183 +f 112/4/187 118/1/185 119/1/187 +f 118/1/185 112/4/187 110/4/185 +f 119/1/188 118/1/186 112/4/188 +f 110/4/186 112/4/188 118/1/186 +f 114/4/189 119/1/187 120/1/189 +f 119/1/187 114/4/189 112/4/187 +f 120/1/190 119/1/188 114/4/190 +f 112/4/188 114/4/190 119/1/188 +f 121/1/191 114/4/191 120/1/191 +f 114/4/191 121/1/191 113/4/191 +f 120/1/192 114/4/192 121/1/192 +f 113/4/192 121/1/192 114/4/192 +f 111/4/188 121/1/193 122/1/188 +f 121/1/193 111/4/188 113/4/193 +f 122/1/187 121/1/194 111/4/187 +f 113/4/194 111/4/187 121/1/194 +f 109/4/186 122/1/188 123/1/186 +f 122/1/188 109/4/186 111/4/188 +f 123/1/185 122/1/187 109/4/185 +f 111/4/187 109/4/185 122/1/187 +f 109/4/186 124/1/183 106/4/183 +f 124/1/183 109/4/186 123/1/186 +f 106/4/182 124/1/182 109/4/185 +f 123/1/185 109/4/185 124/1/182 +f 106/4/183 116/1/184 105/4/184 +f 116/1/184 106/4/183 124/1/183 +f 105/4/181 116/1/181 106/4/182 +f 124/1/182 106/4/182 116/1/181 +f 127/1/81 126/1/81 125/1/81 +f 126/1/81 127/1/81 128/1/81 +f 125/1/82 126/1/82 127/1/82 +f 128/1/82 127/1/82 126/1/82 +f 131/2/197 130/1/196 129/1/195 +f 130/1/196 131/2/197 132/2/198 +f 129/1/201 130/1/200 131/2/199 +f 132/2/202 131/2/199 130/1/200 +f 135/3/205 134/1/204 133/1/203 +f 134/1/204 135/3/205 136/3/206 +f 133/1/209 134/1/208 135/3/207 +f 136/3/210 135/3/207 134/1/208 +f 139/2/213 138/1/212 137/1/211 +f 138/1/212 139/2/213 140/2/214 +f 137/1/217 138/1/216 139/2/215 +f 140/2/218 139/2/215 138/1/216 +f 130/1/196 139/2/213 137/1/211 +f 139/2/213 130/1/196 132/2/198 +f 137/1/217 139/2/215 130/1/200 +f 132/2/202 130/1/200 139/2/215 +f 135/3/205 141/3/219 136/3/206 +f 141/3/219 135/3/205 142/3/220 +f 136/3/210 141/3/221 135/3/207 +f 142/3/222 135/3/207 141/3/221 +f 136/3/206 143/1/223 134/1/204 +f 143/1/223 136/3/206 141/3/219 +f 134/1/208 143/1/224 136/3/210 +f 141/3/221 136/3/210 143/1/224 +f 139/2/213 131/2/197 140/2/214 +f 131/2/197 139/2/213 132/2/198 +f 140/2/218 131/2/199 139/2/215 +f 132/2/202 139/2/215 131/2/199 +f 142/3/220 133/1/203 144/1/225 +f 133/1/203 142/3/220 135/3/205 +f 144/1/226 133/1/209 142/3/222 +f 135/3/207 142/3/222 133/1/209 +f 143/1/223 142/3/220 144/1/225 +f 142/3/220 143/1/223 141/3/219 +f 144/1/226 142/3/222 143/1/224 +f 141/3/221 143/1/224 142/3/222 +f 140/2/214 129/1/195 138/1/212 +f 129/1/195 140/2/214 131/2/197 +f 138/1/216 129/1/201 140/2/218 +f 131/2/199 140/2/218 129/1/201 +f 147/3/229 146/3/228 145/3/227 +f 146/3/228 147/3/229 148/3/230 +f 145/3/233 146/3/232 147/3/231 +f 148/3/234 147/3/231 146/3/232 +f 148/3/230 149/1/235 146/3/228 +f 149/1/235 148/3/230 150/1/236 +f 146/3/232 149/1/237 148/3/234 +f 150/1/238 148/3/234 149/1/237 +f 145/3/227 149/1/235 151/1/239 +f 149/1/235 145/3/227 146/3/228 +f 151/1/240 149/1/237 145/3/233 +f 146/3/232 145/3/233 149/1/237 +f 152/1/241 145/3/227 151/1/239 +f 145/3/227 152/1/241 147/3/229 +f 151/1/240 145/3/233 152/1/242 +f 147/3/231 152/1/242 145/3/233 +f 150/1/236 147/3/229 152/1/241 +f 147/3/229 150/1/236 148/3/230 +f 152/1/242 147/3/231 150/1/238 +f 148/3/234 150/1/238 147/3/231 +f 155/1/245 154/3/244 153/1/243 +f 154/3/244 155/1/245 156/3/246 +f 153/1/249 154/3/248 155/1/247 +f 156/3/250 155/1/247 154/3/248 +f 157/1/251 156/3/246 155/1/245 +f 156/3/246 157/1/251 158/3/252 +f 155/1/247 156/3/250 157/1/253 +f 158/3/254 157/1/253 156/3/250 +f 161/2/257 160/1/256 159/1/255 +f 160/1/256 161/2/257 162/2/258 +f 159/1/261 160/1/260 161/2/259 +f 162/2/262 161/2/259 160/1/260 +f 161/2/257 163/2/263 162/2/258 +f 163/2/263 161/2/257 164/2/264 +f 162/2/262 163/2/265 161/2/259 +f 164/2/266 161/2/259 163/2/265 +f 158/3/252 166/1/268 165/3/267 +f 166/1/268 158/3/252 157/1/251 +f 165/3/270 166/1/269 158/3/254 +f 157/1/253 158/3/254 166/1/269 +f 162/2/258 167/1/271 160/1/256 +f 167/1/271 162/2/258 163/2/263 +f 160/1/260 167/1/272 162/2/262 +f 163/2/265 162/2/262 167/1/272 +f 156/3/246 165/3/267 154/3/244 +f 165/3/267 156/3/246 158/3/252 +f 154/3/248 165/3/270 156/3/250 +f 158/3/254 156/3/250 165/3/270 +f 168/1/273 161/2/257 159/1/255 +f 161/2/257 168/1/273 164/2/264 +f 159/1/261 161/2/259 168/1/274 +f 164/2/266 168/1/274 161/2/259 +f 154/3/244 166/1/268 153/1/243 +f 166/1/268 154/3/244 165/3/267 +f 153/1/249 166/1/269 154/3/248 +f 165/3/270 154/3/248 166/1/269 +f 163/2/263 168/1/273 167/1/271 +f 168/1/273 163/2/263 164/2/264 +f 167/1/272 168/1/274 163/2/265 +f 164/2/266 163/2/265 168/1/274 +f 171/4/81 170/4/81 169/4/81 +f 170/4/81 171/4/81 172/4/81 +f 170/4/81 172/4/81 173/4/81 +f 173/4/81 172/4/81 174/4/81 +f 173/4/81 174/4/81 175/4/81 +f 175/4/81 174/4/81 176/4/81 +f 175/4/81 176/4/81 177/4/81 +f 177/4/81 176/4/81 178/4/81 +f 169/4/82 170/4/82 171/4/82 +f 172/4/82 171/4/82 170/4/82 +f 173/4/82 172/4/82 170/4/82 +f 174/4/82 172/4/82 173/4/82 +f 175/4/82 174/4/82 173/4/82 +f 176/4/82 174/4/82 175/4/82 +f 177/4/82 176/4/82 175/4/82 +f 178/4/82 176/4/82 177/4/82 +f 171/4/275 180/1/275 179/1/275 +f 180/1/275 171/4/275 169/4/275 +f 179/1/276 180/1/276 171/4/276 +f 169/4/276 171/4/276 180/1/276 +f 181/1/278 171/4/277 179/1/277 +f 171/4/277 181/1/278 172/4/278 +f 179/1/280 171/4/280 181/1/279 +f 172/4/279 181/1/279 171/4/280 +f 182/1/281 172/4/278 181/1/278 +f 172/4/278 182/1/281 174/4/281 +f 181/1/279 172/4/279 182/1/282 +f 174/4/282 182/1/282 172/4/279 +f 176/4/283 182/1/281 183/1/283 +f 182/1/281 176/4/283 174/4/281 +f 183/1/284 182/1/282 176/4/284 +f 174/4/282 176/4/284 182/1/282 +f 178/4/285 183/1/283 184/1/285 +f 183/1/283 178/4/285 176/4/283 +f 184/1/286 183/1/284 178/4/286 +f 176/4/284 178/4/286 183/1/284 +f 185/1/287 178/4/287 184/1/287 +f 178/4/287 185/1/287 177/4/287 +f 184/1/288 178/4/288 185/1/288 +f 177/4/288 185/1/288 178/4/288 +f 175/4/284 185/1/289 186/1/284 +f 185/1/289 175/4/284 177/4/289 +f 186/1/283 185/1/290 175/4/283 +f 177/4/290 175/4/283 185/1/290 +f 173/4/282 186/1/284 187/1/282 +f 186/1/284 173/4/282 175/4/284 +f 187/1/281 186/1/283 173/4/281 +f 175/4/283 173/4/281 186/1/283 +f 173/4/282 188/1/279 170/4/279 +f 188/1/279 173/4/282 187/1/282 +f 170/4/278 188/1/278 173/4/281 +f 187/1/281 173/4/281 188/1/278 +f 170/4/279 180/1/280 169/4/280 +f 180/1/280 170/4/279 188/1/279 +f 169/4/277 180/1/277 170/4/278 +f 188/1/278 170/4/278 180/1/277 +f 191/1/81 190/1/81 189/1/81 +f 190/1/81 191/1/81 192/1/81 +f 189/1/82 190/1/82 191/1/82 +f 192/1/82 191/1/82 190/1/82 +f 195/2/117 194/1/116 193/1/115 +f 194/1/116 195/2/117 196/2/118 +f 193/1/121 194/1/120 195/2/119 +f 196/2/122 195/2/119 194/1/120 +f 199/3/123 198/1/129 197/1/127 +f 198/1/129 199/3/123 200/3/124 +f 197/1/128 198/1/130 199/3/125 +f 200/3/126 199/3/125 198/1/130 +f 203/2/101 202/1/100 201/1/99 +f 202/1/100 203/2/101 204/2/102 +f 201/1/105 202/1/104 203/2/103 +f 204/2/106 203/2/103 202/1/104 +f 194/1/116 203/2/101 201/1/99 +f 203/2/101 194/1/116 196/2/118 +f 201/1/105 203/2/103 194/1/120 +f 196/2/122 194/1/120 203/2/103 +f 199/3/123 205/3/109 200/3/124 +f 205/3/109 199/3/123 206/3/110 +f 200/3/126 205/3/111 199/3/125 +f 206/3/114 199/3/125 205/3/111 +f 200/3/124 207/1/107 198/1/129 +f 207/1/107 200/3/124 205/3/109 +f 198/1/130 207/1/113 200/3/126 +f 205/3/111 200/3/126 207/1/113 +f 203/2/101 195/2/117 204/2/102 +f 195/2/117 203/2/101 196/2/118 +f 204/2/106 195/2/119 203/2/103 +f 196/2/122 203/2/103 195/2/119 +f 206/3/110 197/1/127 208/1/108 +f 197/1/127 206/3/110 199/3/123 +f 208/1/112 197/1/128 206/3/114 +f 199/3/125 206/3/114 197/1/128 +f 207/1/107 206/3/110 208/1/108 +f 206/3/110 207/1/107 205/3/109 +f 208/1/112 206/3/114 207/1/113 +f 205/3/111 207/1/113 206/3/114 +f 204/2/102 193/1/115 202/1/100 +f 193/1/115 204/2/102 195/2/117 +f 202/1/104 193/1/121 204/2/106 +f 195/2/119 204/2/106 193/1/121 +f 211/3/293 210/3/292 209/3/291 +f 210/3/292 211/3/293 212/3/294 +f 209/3/297 210/3/296 211/3/295 +f 212/3/298 211/3/295 210/3/296 +f 212/3/294 213/1/299 210/3/292 +f 213/1/299 212/3/294 214/1/300 +f 210/3/296 213/1/301 212/3/298 +f 214/1/302 212/3/298 213/1/301 +f 209/3/291 213/1/299 215/1/303 +f 213/1/299 209/3/291 210/3/292 +f 215/1/304 213/1/301 209/3/297 +f 210/3/296 209/3/297 213/1/301 +f 216/1/305 209/3/291 215/1/303 +f 209/3/291 216/1/305 211/3/293 +f 215/1/304 209/3/297 216/1/306 +f 211/3/295 216/1/306 209/3/297 +f 214/1/300 211/3/293 216/1/305 +f 211/3/293 214/1/300 212/3/294 +f 216/1/306 211/3/295 214/1/302 +f 212/3/298 214/1/302 211/3/295 +f 219/1/172 218/3/156 217/1/155 +f 218/3/156 219/1/172 220/3/171 +f 217/1/157 218/3/158 219/1/173 +f 220/3/174 219/1/173 218/3/158 +f 221/1/147 220/3/171 219/1/172 +f 220/3/171 221/1/147 222/3/148 +f 219/1/173 220/3/174 221/1/153 +f 222/3/152 221/1/153 220/3/174 +f 225/2/167 224/1/177 223/1/175 +f 224/1/177 225/2/167 226/2/168 +f 223/1/176 224/1/178 225/2/169 +f 226/2/170 225/2/169 224/1/178 +f 225/2/167 227/2/161 226/2/168 +f 227/2/161 225/2/167 228/2/162 +f 226/2/170 227/2/163 225/2/169 +f 228/2/166 225/2/169 227/2/163 +f 222/3/148 230/1/149 229/3/150 +f 230/1/149 222/3/148 221/1/147 +f 229/3/154 230/1/151 222/3/152 +f 221/1/153 222/3/152 230/1/151 +f 226/2/168 231/1/159 224/1/177 +f 231/1/159 226/2/168 227/2/161 +f 224/1/178 231/1/165 226/2/170 +f 227/2/163 226/2/170 231/1/165 +f 220/3/171 229/3/150 218/3/156 +f 229/3/150 220/3/171 222/3/148 +f 218/3/158 229/3/154 220/3/174 +f 222/3/152 220/3/174 229/3/154 +f 232/1/160 225/2/167 223/1/175 +f 225/2/167 232/1/160 228/2/162 +f 223/1/176 225/2/169 232/1/164 +f 228/2/166 232/1/164 225/2/169 +f 218/3/156 230/1/149 217/1/155 +f 230/1/149 218/3/156 229/3/150 +f 217/1/157 230/1/151 218/3/158 +f 229/3/154 218/3/158 230/1/151 +f 227/2/161 232/1/160 231/1/159 +f 232/1/160 227/2/161 228/2/162 +f 231/1/165 232/1/164 227/2/163 +f 228/2/166 227/2/163 232/1/164 +f 235/4/81 234/4/81 233/4/81 +f 234/4/81 235/4/81 236/4/81 +f 234/4/81 236/4/81 237/4/81 +f 237/4/81 236/4/81 238/4/81 +f 237/4/81 238/4/81 239/4/81 +f 239/4/81 238/4/81 240/4/81 +f 239/4/81 240/4/81 241/4/81 +f 241/4/81 240/4/81 242/4/81 +f 233/4/82 234/4/82 235/4/82 +f 236/4/82 235/4/82 234/4/82 +f 237/4/82 236/4/82 234/4/82 +f 238/4/82 236/4/82 237/4/82 +f 239/4/82 238/4/82 237/4/82 +f 240/4/82 238/4/82 239/4/82 +f 241/4/82 240/4/82 239/4/82 +f 242/4/82 240/4/82 241/4/82 +f 235/4/307 244/1/307 243/1/307 +f 244/1/307 235/4/307 233/4/307 +f 243/1/308 244/1/308 235/4/308 +f 233/4/308 235/4/308 244/1/308 +f 245/1/183 235/4/309 243/1/309 +f 235/4/309 245/1/183 236/4/183 +f 243/1/310 235/4/310 245/1/182 +f 236/4/182 245/1/182 235/4/310 +f 246/1/186 236/4/183 245/1/183 +f 236/4/183 246/1/186 238/4/186 +f 245/1/182 236/4/182 246/1/185 +f 238/4/185 246/1/185 236/4/182 +f 240/4/188 246/1/186 247/1/188 +f 246/1/186 240/4/188 238/4/186 +f 247/1/187 246/1/185 240/4/187 +f 238/4/185 240/4/187 246/1/185 +f 242/4/193 247/1/188 248/1/193 +f 247/1/188 242/4/193 240/4/188 +f 248/1/194 247/1/187 242/4/194 +f 240/4/187 242/4/194 247/1/187 +f 249/1/311 242/4/311 248/1/311 +f 242/4/311 249/1/311 241/4/311 +f 248/1/312 242/4/312 249/1/312 +f 241/4/312 249/1/312 242/4/312 +f 239/4/187 249/1/313 250/1/187 +f 249/1/313 239/4/187 241/4/313 +f 250/1/188 249/1/314 239/4/188 +f 241/4/314 239/4/188 249/1/314 +f 237/4/185 250/1/187 251/1/185 +f 250/1/187 237/4/185 239/4/187 +f 251/1/186 250/1/188 237/4/186 +f 239/4/188 237/4/186 250/1/188 +f 237/4/185 252/1/182 234/4/182 +f 252/1/182 237/4/185 251/1/185 +f 234/4/183 252/1/183 237/4/186 +f 251/1/186 237/4/186 252/1/183 +f 234/4/182 244/1/310 233/4/310 +f 244/1/310 234/4/182 252/1/182 +f 233/4/309 244/1/309 234/4/183 +f 252/1/183 234/4/183 244/1/309 +f 255/1/81 254/1/81 253/1/81 +f 254/1/81 255/1/81 256/1/81 +f 253/1/82 254/1/82 255/1/82 +f 256/1/82 255/1/82 254/1/82 +f 259/1/81 258/1/81 257/1/81 +f 258/1/81 259/1/81 260/1/81 +f 257/1/82 258/1/82 259/1/82 +f 260/1/82 259/1/82 258/1/82 +f 260/1/81 127/1/81 258/1/81 +f 127/1/81 260/1/81 261/1/81 +f 258/1/82 127/1/82 260/1/82 +f 261/1/82 260/1/82 127/1/82 +f 261/1/81 128/1/81 127/1/81 +f 128/1/81 261/1/81 262/1/81 +f 127/1/82 128/1/82 261/1/82 +f 262/1/82 261/1/82 128/1/82 +f 256/1/81 264/1/81 263/1/81 +f 264/1/81 256/1/81 255/1/81 +f 263/1/82 264/1/82 256/1/82 +f 255/1/82 256/1/82 264/1/82 +f 267/1/81 266/1/81 265/1/81 +f 266/1/81 267/1/81 268/1/81 +f 265/1/82 266/1/82 267/1/82 +f 268/1/82 267/1/82 266/1/82 +f 271/1/81 270/1/81 269/1/81 +f 270/1/81 271/1/81 272/1/81 +f 269/1/82 270/1/82 271/1/82 +f 272/1/82 271/1/82 270/1/82 +f 275/1/81 274/1/81 273/1/81 +f 274/1/81 275/1/81 276/1/81 +f 273/1/82 274/1/82 275/1/82 +f 276/1/82 275/1/82 274/1/82 +f 279/3/317 278/1/316 277/1/315 +f 278/1/316 279/3/317 280/3/318 +f 277/1/321 278/1/320 279/3/319 +f 280/3/322 279/3/319 278/1/320 +f 283/3/325 282/3/324 281/3/323 +f 282/3/324 283/3/325 284/3/326 +f 281/3/329 282/3/328 283/3/327 +f 284/3/330 283/3/327 282/3/328 +f 286/3/332 279/3/317 285/3/331 +f 279/3/317 286/3/332 280/3/318 +f 285/3/334 279/3/319 286/3/333 +f 280/3/322 286/3/333 279/3/319 +f 289/1/127 288/2/124 287/1/129 +f 288/2/124 289/1/127 290/2/123 +f 287/1/130 288/2/126 289/1/128 +f 290/2/125 289/1/128 288/2/126 +f 292/2/109 290/2/123 291/2/110 +f 290/2/123 292/2/109 288/2/124 +f 291/2/114 290/2/125 292/2/111 +f 288/2/126 292/2/111 290/2/125 +f 291/2/110 289/1/127 293/1/108 +f 289/1/127 291/2/110 290/2/123 +f 293/1/112 289/1/128 291/2/114 +f 290/2/125 291/2/114 289/1/128 +f 285/3/331 277/1/315 294/1/335 +f 277/1/315 285/3/331 279/3/317 +f 294/1/336 277/1/321 285/3/334 +f 279/3/319 285/3/334 277/1/321 +f 295/1/337 280/3/318 286/3/332 +f 280/3/318 295/1/337 278/1/316 +f 286/3/333 280/3/322 295/1/338 +f 278/1/320 295/1/338 280/3/322 +f 298/5/150 297/5/171 296/5/148 +f 297/5/171 298/5/150 299/5/156 +f 296/5/152 297/5/174 298/5/154 +f 299/5/158 298/5/154 297/5/174 +f 299/5/156 300/1/172 297/5/171 +f 300/1/172 299/5/156 301/1/155 +f 297/5/174 300/1/173 299/5/158 +f 301/1/157 299/5/158 300/1/173 +f 303/1/149 296/5/148 302/1/147 +f 296/5/148 303/1/149 298/5/150 +f 302/1/153 296/5/152 303/1/151 +f 298/5/154 303/1/151 296/5/152 +f 301/1/155 298/5/150 303/1/149 +f 298/5/150 301/1/155 299/5/156 +f 303/1/151 298/5/154 301/1/157 +f 299/5/158 301/1/157 298/5/154 +f 305/1/340 284/3/326 304/1/339 +f 284/3/326 305/1/340 282/3/324 +f 304/1/342 284/3/330 305/1/341 +f 282/3/328 305/1/341 284/3/330 +f 284/3/326 306/1/343 304/1/339 +f 306/1/343 284/3/326 283/3/325 +f 304/1/342 306/1/344 284/3/330 +f 283/3/327 284/3/330 306/1/344 +f 281/3/323 305/1/340 307/1/345 +f 305/1/340 281/3/323 282/3/324 +f 307/1/346 305/1/341 281/3/329 +f 282/3/328 281/3/329 305/1/341 +f 310/5/124 309/1/107 308/1/129 +f 309/1/107 310/5/124 311/5/109 +f 308/1/130 309/1/113 310/5/126 +f 311/5/111 310/5/126 309/1/113 +f 283/3/325 307/1/345 306/1/343 +f 307/1/345 283/3/325 281/3/323 +f 306/1/344 307/1/346 283/3/327 +f 281/3/329 283/3/327 307/1/346 +f 311/5/109 313/5/123 312/5/110 +f 313/5/123 311/5/109 310/5/124 +f 312/5/114 313/5/125 311/5/111 +f 310/5/126 311/5/111 313/5/125 +f 292/2/109 293/1/108 314/1/107 +f 293/1/108 292/2/109 291/2/110 +f 314/1/113 293/1/112 292/2/111 +f 291/2/114 292/2/111 293/1/112 +f 312/5/110 316/1/127 315/1/108 +f 316/1/127 312/5/110 313/5/123 +f 315/1/112 316/1/128 312/5/114 +f 313/5/125 312/5/114 316/1/128 +f 296/5/148 300/1/172 302/1/147 +f 300/1/172 296/5/148 297/5/171 +f 302/1/153 300/1/173 296/5/152 +f 297/5/174 296/5/152 300/1/173 +f 288/2/124 314/1/107 287/1/129 +f 314/1/107 288/2/124 292/2/109 +f 287/1/130 314/1/113 288/2/126 +f 292/2/111 288/2/126 314/1/113 +f 311/5/109 315/1/108 309/1/107 +f 315/1/108 311/5/109 312/5/110 +f 309/1/113 315/1/112 311/5/111 +f 312/5/114 311/5/111 315/1/112 +f 295/1/337 285/3/331 294/1/335 +f 285/3/331 295/1/337 286/3/332 +f 294/1/336 285/3/334 295/1/338 +f 286/3/333 295/1/338 285/3/334 +f 319/5/124 318/1/107 317/1/129 +f 318/1/107 319/5/124 320/5/109 +f 317/1/130 318/1/113 319/5/126 +f 320/5/111 319/5/126 318/1/113 +f 316/1/127 310/5/124 308/1/129 +f 310/5/124 316/1/127 313/5/123 +f 308/1/130 310/5/126 316/1/128 +f 313/5/125 316/1/128 310/5/126 +f 320/5/109 322/5/123 321/5/110 +f 322/5/123 320/5/109 319/5/124 +f 321/5/114 322/5/125 320/5/111 +f 319/5/126 320/5/111 322/5/125 +f 323/1/127 319/5/124 317/1/129 +f 319/5/124 323/1/127 322/5/123 +f 317/1/130 319/5/126 323/1/128 +f 322/5/125 323/1/128 319/5/126 +f 320/5/109 324/1/108 318/1/107 +f 324/1/108 320/5/109 321/5/110 +f 318/1/113 324/1/112 320/5/111 +f 321/5/114 320/5/111 324/1/112 +f 321/5/110 323/1/127 324/1/108 +f 323/1/127 321/5/110 322/5/123 +f 324/1/112 323/1/128 321/5/114 +f 322/5/125 321/5/114 323/1/128 +f 327/3/349 326/3/348 325/3/347 +f 326/3/348 327/3/349 328/3/350 +f 325/3/353 326/3/352 327/3/351 +f 328/3/354 327/3/351 326/3/352 +f 325/3/347 330/1/356 329/1/355 +f 330/1/356 325/3/347 326/3/348 +f 329/1/358 330/1/357 325/3/353 +f 326/3/352 325/3/353 330/1/357 +f 327/3/349 329/1/355 331/1/359 +f 329/1/355 327/3/349 325/3/347 +f 331/1/360 329/1/358 327/3/351 +f 325/3/353 327/3/351 329/1/358 +f 326/3/348 332/1/361 330/1/356 +f 332/1/361 326/3/348 328/3/350 +f 330/1/357 332/1/362 326/3/352 +f 328/3/354 326/3/352 332/1/362 +f 332/1/361 327/3/349 331/1/359 +f 327/3/349 332/1/361 328/3/350 +f 331/1/360 327/3/351 332/1/362 +f 328/3/354 332/1/362 327/3/351 +f 335/1/177 334/3/161 333/1/159 +f 334/3/161 335/1/177 336/3/168 +f 333/1/165 334/3/163 335/1/178 +f 336/3/170 335/1/178 334/3/163 +f 334/3/161 338/3/167 337/3/162 +f 338/3/167 334/3/161 336/3/168 +f 337/3/166 338/3/169 334/3/163 +f 336/3/170 334/3/163 338/3/169 +f 334/3/161 339/1/160 333/1/159 +f 339/1/160 334/3/161 337/3/162 +f 333/1/165 339/1/164 334/3/163 +f 337/3/166 334/3/163 339/1/164 +f 338/3/167 335/1/177 340/1/175 +f 335/1/177 338/3/167 336/3/168 +f 340/1/176 335/1/178 338/3/169 +f 336/3/170 338/3/169 335/1/178 +f 337/3/162 340/1/175 339/1/160 +f 340/1/175 337/3/162 338/3/167 +f 339/1/164 340/1/176 337/3/166 +f 338/3/169 337/3/166 340/1/176 +f 343/5/150 342/5/171 341/5/148 +f 342/5/171 343/5/150 344/5/156 +f 341/5/152 342/5/174 343/5/154 +f 344/5/158 343/5/154 342/5/174 +f 344/5/156 345/1/172 342/5/171 +f 345/1/172 344/5/156 346/1/155 +f 342/5/174 345/1/173 344/5/158 +f 346/1/157 344/5/158 345/1/173 +f 349/3/117 348/3/101 347/3/118 +f 348/3/101 349/3/117 350/3/102 +f 347/3/122 348/3/103 349/3/119 +f 350/3/106 349/3/119 348/3/103 +f 347/3/118 352/1/99 351/1/116 +f 352/1/99 347/3/118 348/3/101 +f 351/1/120 352/1/105 347/3/122 +f 348/3/103 347/3/122 352/1/105 +f 341/5/148 345/1/172 353/1/147 +f 345/1/172 341/5/148 342/5/171 +f 353/1/153 345/1/173 341/5/152 +f 342/5/174 341/5/152 345/1/173 +f 346/1/155 343/5/150 354/1/149 +f 343/5/150 346/1/155 344/5/156 +f 354/1/151 343/5/154 346/1/157 +f 344/5/158 346/1/157 343/5/154 +f 348/3/101 355/1/100 352/1/99 +f 355/1/100 348/3/101 350/3/102 +f 352/1/105 355/1/104 348/3/103 +f 350/3/106 348/3/103 355/1/104 +f 349/3/117 351/1/116 356/1/115 +f 351/1/116 349/3/117 347/3/118 +f 356/1/121 351/1/120 349/3/119 +f 347/3/122 349/3/119 351/1/120 +f 355/1/100 349/3/117 356/1/115 +f 349/3/117 355/1/100 350/3/102 +f 356/1/121 349/3/119 355/1/104 +f 350/3/106 355/1/104 349/3/119 +f 354/1/149 341/5/148 353/1/147 +f 341/5/148 354/1/149 343/5/150 +f 353/1/153 341/5/152 354/1/151 +f 343/5/154 354/1/151 341/5/152 +f 255/1/81 265/1/81 264/1/81 +f 265/1/81 255/1/81 267/1/81 +f 264/1/82 265/1/82 255/1/82 +f 267/1/82 255/1/82 265/1/82 +f 253/1/81 267/1/81 255/1/81 +f 267/1/81 253/1/81 357/1/81 +f 255/1/82 267/1/82 253/1/82 +f 357/1/82 253/1/82 267/1/82 +f 258/1/81 125/1/81 192/1/81 +f 125/1/81 258/1/81 127/1/81 +f 192/1/82 125/1/82 258/1/82 +f 127/1/82 258/1/82 125/1/82 +f 360/1/107 359/3/110 358/1/108 +f 359/3/110 360/1/107 361/3/109 +f 358/1/112 359/3/114 360/1/113 +f 361/3/111 360/1/113 359/3/114 +f 363/3/124 360/1/107 362/1/129 +f 360/1/107 363/3/124 361/3/109 +f 362/1/130 360/1/113 363/3/126 +f 361/3/111 363/3/126 360/1/113 +f 366/2/117 365/1/116 364/1/115 +f 365/1/116 366/2/117 367/2/118 +f 364/1/121 365/1/120 366/2/119 +f 367/2/122 366/2/119 365/1/120 +f 365/1/116 369/2/101 368/1/99 +f 369/2/101 365/1/116 367/2/118 +f 368/1/105 369/2/103 365/1/120 +f 367/2/122 365/1/120 369/2/103 +f 372/1/160 371/2/167 370/1/175 +f 371/2/167 372/1/160 373/2/162 +f 370/1/176 371/2/169 372/1/164 +f 373/2/166 372/1/164 371/2/169 +f 371/2/167 375/2/161 374/2/168 +f 375/2/161 371/2/167 373/2/162 +f 374/2/170 375/2/163 371/2/169 +f 373/2/166 371/2/169 375/2/163 +f 375/2/161 372/1/160 376/1/159 +f 372/1/160 375/2/161 373/2/162 +f 376/1/165 372/1/164 375/2/163 +f 373/2/166 375/2/163 372/1/164 +f 371/2/167 377/1/177 370/1/175 +f 377/1/177 371/2/167 374/2/168 +f 370/1/176 377/1/178 371/2/169 +f 374/2/170 371/2/169 377/1/178 +f 374/2/168 376/1/159 377/1/177 +f 376/1/159 374/2/168 375/2/161 +f 377/1/178 376/1/165 374/2/170 +f 375/2/163 374/2/170 376/1/165 +f 379/2/102 364/1/115 378/1/100 +f 364/1/115 379/2/102 366/2/117 +f 378/1/104 364/1/121 379/2/106 +f 366/2/119 379/2/106 364/1/121 +f 359/3/110 380/1/127 358/1/108 +f 380/1/127 359/3/110 381/3/123 +f 358/1/112 380/1/128 359/3/114 +f 381/3/125 359/3/114 380/1/128 +f 369/2/101 378/1/100 368/1/99 +f 378/1/100 369/2/101 379/2/102 +f 368/1/105 378/1/104 369/2/103 +f 379/2/106 369/2/103 378/1/104 +f 369/2/101 366/2/117 379/2/102 +f 366/2/117 369/2/101 367/2/118 +f 379/2/106 366/2/119 369/2/103 +f 367/2/122 369/2/103 366/2/119 +f 384/3/365 383/3/364 382/3/363 +f 383/3/364 384/3/365 385/3/366 +f 382/3/369 383/3/368 384/3/367 +f 385/3/370 384/3/367 383/3/368 +f 381/3/123 361/3/109 363/3/124 +f 361/3/109 381/3/123 359/3/110 +f 363/3/126 361/3/111 381/3/125 +f 359/3/114 381/3/125 361/3/111 +f 386/1/371 385/3/366 384/3/365 +f 385/3/366 386/1/371 387/1/372 +f 384/3/367 385/3/370 386/1/373 +f 387/1/374 386/1/373 385/3/370 +f 390/1/147 389/3/171 388/1/172 +f 389/3/171 390/1/147 391/3/148 +f 388/1/173 389/3/174 390/1/153 +f 391/3/152 390/1/153 389/3/174 +f 386/1/371 382/3/363 392/1/375 +f 382/3/363 386/1/371 384/3/365 +f 392/1/376 382/3/369 386/1/373 +f 384/3/367 386/1/373 382/3/369 +f 385/3/366 393/1/377 383/3/364 +f 393/1/377 385/3/366 387/1/372 +f 383/3/368 393/1/378 385/3/370 +f 387/1/374 385/3/370 393/1/378 +f 396/3/156 395/1/149 394/1/155 +f 395/1/149 396/3/156 397/3/150 +f 394/1/157 395/1/151 396/3/158 +f 397/3/154 396/3/158 395/1/151 +f 382/3/363 393/1/377 392/1/375 +f 393/1/377 382/3/363 383/3/364 +f 392/1/376 393/1/378 382/3/369 +f 383/3/368 382/3/369 393/1/378 +f 388/1/172 396/3/156 394/1/155 +f 396/3/156 388/1/172 389/3/171 +f 394/1/157 396/3/158 388/1/173 +f 389/3/174 388/1/173 396/3/158 +f 391/3/148 395/1/149 397/3/150 +f 395/1/149 391/3/148 390/1/147 +f 397/3/154 395/1/151 391/3/152 +f 390/1/153 391/3/152 395/1/151 +f 389/3/171 397/3/150 396/3/156 +f 397/3/150 389/3/171 391/3/148 +f 396/3/158 397/3/154 389/3/174 +f 391/3/152 389/3/174 397/3/154 +f 381/3/123 362/1/129 380/1/127 +f 362/1/129 381/3/123 363/3/124 +f 380/1/128 362/1/130 381/3/125 +f 363/3/126 381/3/125 362/1/130 +f 400/4/379 399/1/380 398/1/379 +f 399/1/380 400/4/379 401/4/380 +f 398/1/381 399/1/382 400/4/381 +f 401/4/382 400/4/381 399/1/382 +f 404/4/81 403/4/81 402/4/81 +f 403/4/81 404/4/81 401/4/81 +f 403/4/81 401/4/81 400/4/81 +f 402/4/82 403/4/82 404/4/82 +f 401/4/82 404/4/82 403/4/82 +f 400/4/82 401/4/82 403/4/82 +f 402/4/382 406/1/382 405/1/382 +f 406/1/382 402/4/382 403/4/382 +f 405/1/380 406/1/380 402/4/380 +f 403/4/380 402/4/380 406/1/380 +f 401/4/380 407/1/383 399/1/380 +f 407/1/383 401/4/380 404/4/383 +f 399/1/382 407/1/384 401/4/382 +f 404/4/384 401/4/382 407/1/384 +f 402/4/385 407/1/385 404/4/385 +f 407/1/385 402/4/385 405/1/385 +f 404/4/386 407/1/386 402/4/386 +f 405/1/386 402/4/386 407/1/386 +f 406/1/386 400/4/386 398/1/386 +f 400/4/386 406/1/386 403/4/386 +f 398/1/385 400/4/385 406/1/385 +f 403/4/385 406/1/385 400/4/385 +f 410/1/127 409/3/124 408/1/129 +f 409/3/124 410/1/127 411/3/123 +f 408/1/130 409/3/126 410/1/128 +f 411/3/125 410/1/128 409/3/126 +f 413/3/110 410/1/127 412/1/108 +f 410/1/127 413/3/110 411/3/123 +f 412/1/112 410/1/128 413/3/114 +f 411/3/125 413/3/114 410/1/128 +f 416/2/101 415/1/100 414/1/99 +f 415/1/100 416/2/101 417/2/102 +f 414/1/105 415/1/104 416/2/103 +f 417/2/106 416/2/103 415/1/104 +f 415/1/100 419/2/117 418/1/115 +f 419/2/117 415/1/100 417/2/102 +f 418/1/121 419/2/119 415/1/104 +f 417/2/106 415/1/104 419/2/119 +f 422/1/177 421/2/161 420/1/159 +f 421/2/161 422/1/177 423/2/168 +f 420/1/165 421/2/163 422/1/178 +f 423/2/170 422/1/178 421/2/163 +f 421/2/161 425/2/167 424/2/162 +f 425/2/167 421/2/161 423/2/168 +f 424/2/166 425/2/169 421/2/163 +f 423/2/170 421/2/163 425/2/169 +f 425/2/167 422/1/177 426/1/175 +f 422/1/177 425/2/167 423/2/168 +f 426/1/176 422/1/178 425/2/169 +f 423/2/170 425/2/169 422/1/178 +f 421/2/161 427/1/160 420/1/159 +f 427/1/160 421/2/161 424/2/162 +f 420/1/165 427/1/164 421/2/163 +f 424/2/166 421/2/163 427/1/164 +f 424/2/162 426/1/175 427/1/160 +f 426/1/175 424/2/162 425/2/167 +f 427/1/164 426/1/176 424/2/166 +f 425/2/169 424/2/166 426/1/176 +f 429/2/118 414/1/99 428/1/116 +f 414/1/99 429/2/118 416/2/101 +f 428/1/120 414/1/105 429/2/122 +f 416/2/103 429/2/122 414/1/105 +f 409/3/124 430/1/107 408/1/129 +f 430/1/107 409/3/124 431/3/109 +f 408/1/130 430/1/113 409/3/126 +f 431/3/111 409/3/126 430/1/113 +f 419/2/117 428/1/116 418/1/115 +f 428/1/116 419/2/117 429/2/118 +f 418/1/121 428/1/120 419/2/119 +f 429/2/122 419/2/119 428/1/120 +f 419/2/117 416/2/101 429/2/118 +f 416/2/101 419/2/117 417/2/102 +f 429/2/122 416/2/103 419/2/119 +f 417/2/106 419/2/119 416/2/103 +f 434/3/133 433/3/132 432/3/131 +f 433/3/132 434/3/133 435/3/134 +f 432/3/137 433/3/136 434/3/135 +f 435/3/138 434/3/135 433/3/136 +f 431/3/109 411/3/123 413/3/110 +f 411/3/123 431/3/109 409/3/124 +f 413/3/114 411/3/125 431/3/111 +f 409/3/126 431/3/111 411/3/125 +f 436/1/145 435/3/134 434/3/133 +f 435/3/134 436/1/145 437/1/140 +f 434/3/135 435/3/138 436/1/146 +f 437/1/142 436/1/146 435/3/138 +f 440/1/155 439/3/150 438/1/149 +f 439/3/150 440/1/155 441/3/156 +f 438/1/151 439/3/154 440/1/157 +f 441/3/158 440/1/157 439/3/154 +f 436/1/145 432/3/131 442/1/143 +f 432/3/131 436/1/145 434/3/133 +f 442/1/144 432/3/137 436/1/146 +f 434/3/135 436/1/146 432/3/137 +f 435/3/134 443/1/139 433/3/132 +f 443/1/139 435/3/134 437/1/140 +f 433/3/136 443/1/141 435/3/138 +f 437/1/142 435/3/138 443/1/141 +f 446/3/148 445/1/172 444/1/147 +f 445/1/172 446/3/148 447/3/171 +f 444/1/153 445/1/173 446/3/152 +f 447/3/174 446/3/152 445/1/173 +f 432/3/131 443/1/139 442/1/143 +f 443/1/139 432/3/131 433/3/132 +f 442/1/144 443/1/141 432/3/137 +f 433/3/136 432/3/137 443/1/141 +f 438/1/149 446/3/148 444/1/147 +f 446/3/148 438/1/149 439/3/150 +f 444/1/153 446/3/152 438/1/151 +f 439/3/154 438/1/151 446/3/152 +f 441/3/156 445/1/172 447/3/171 +f 445/1/172 441/3/156 440/1/155 +f 447/3/174 445/1/173 441/3/158 +f 440/1/157 441/3/158 445/1/173 +f 439/3/150 447/3/171 446/3/148 +f 447/3/171 439/3/150 441/3/156 +f 446/3/152 447/3/174 439/3/154 +f 441/3/158 439/3/154 447/3/174 +f 431/3/109 412/1/108 430/1/107 +f 412/1/108 431/3/109 413/3/110 +f 430/1/113 412/1/112 431/3/111 +f 413/3/114 431/3/111 412/1/112 +f 450/4/381 449/1/179 448/1/381 +f 449/1/179 450/4/381 451/4/179 +f 448/1/379 449/1/180 450/4/379 +f 451/4/180 450/4/379 449/1/180 +f 454/4/81 453/4/81 452/4/81 +f 453/4/81 454/4/81 451/4/81 +f 453/4/81 451/4/81 450/4/81 +f 452/4/82 453/4/82 454/4/82 +f 451/4/82 454/4/82 453/4/82 +f 450/4/82 451/4/82 453/4/82 +f 452/4/180 456/1/180 455/1/180 +f 456/1/180 452/4/180 453/4/180 +f 455/1/179 456/1/179 452/4/179 +f 453/4/179 452/4/179 456/1/179 +f 451/4/179 457/1/384 449/1/179 +f 457/1/384 451/4/179 454/4/384 +f 449/1/180 457/1/383 451/4/180 +f 454/4/383 451/4/180 457/1/383 +f 452/4/192 457/1/192 454/4/192 +f 457/1/192 452/4/192 455/1/192 +f 454/4/191 457/1/191 452/4/191 +f 455/1/191 452/4/191 457/1/191 +f 456/1/191 450/4/191 448/1/191 +f 450/4/191 456/1/191 453/4/191 +f 448/1/192 450/4/192 456/1/192 +f 453/4/192 456/1/192 450/4/192 +f 460/4/81 459/4/81 458/4/81 +f 459/4/81 460/4/81 461/4/81 +f 461/4/81 460/4/81 462/4/81 +f 458/4/82 459/4/82 460/4/82 +f 461/4/82 460/4/82 459/4/82 +f 462/4/82 460/4/82 461/4/82 +f 459/4/387 463/1/387 458/4/387 +f 463/1/387 459/4/387 464/1/387 +f 458/4/388 463/1/388 459/4/388 +f 464/1/388 459/4/388 463/1/388 +f 459/4/389 465/1/389 464/1/389 +f 465/1/389 459/4/389 461/4/389 +f 464/1/390 465/1/390 459/4/390 +f 461/4/390 459/4/390 465/1/390 +f 465/1/392 462/4/391 466/1/391 +f 462/4/391 465/1/392 461/4/392 +f 466/1/394 462/4/394 465/1/393 +f 461/4/393 465/1/393 462/4/394 +f 466/1/391 460/4/395 467/1/395 +f 460/4/395 466/1/391 462/4/391 +f 467/1/396 460/4/396 466/1/394 +f 462/4/394 466/1/394 460/4/396 +f 467/1/395 458/4/397 463/1/397 +f 458/4/397 467/1/395 460/4/395 +f 463/1/398 458/4/398 467/1/396 +f 460/4/396 467/1/396 458/4/398 +f 470/4/81 469/4/81 468/4/81 +f 469/4/81 470/4/81 471/4/81 +f 471/4/81 470/4/81 472/4/81 +f 468/4/82 469/4/82 470/4/82 +f 471/4/82 470/4/82 469/4/82 +f 472/4/82 470/4/82 471/4/82 +f 469/4/192 473/1/192 468/4/192 +f 473/1/192 469/4/192 474/1/192 +f 468/4/191 473/1/191 469/4/191 +f 474/1/191 469/4/191 473/1/191 +f 469/4/180 475/1/180 474/1/180 +f 475/1/180 469/4/180 471/4/180 +f 474/1/179 475/1/179 469/4/179 +f 471/4/179 469/4/179 475/1/179 +f 475/1/393 472/4/394 476/1/394 +f 472/4/394 475/1/393 471/4/393 +f 476/1/391 472/4/391 475/1/392 +f 471/4/392 475/1/392 472/4/391 +f 476/1/394 470/4/396 477/1/396 +f 470/4/396 476/1/394 472/4/394 +f 477/1/395 470/4/395 476/1/391 +f 472/4/391 476/1/391 470/4/395 +f 477/1/396 468/4/398 473/1/398 +f 468/4/398 477/1/396 470/4/396 +f 473/1/397 468/4/397 477/1/395 +f 470/4/395 477/1/395 468/4/397 +f 480/4/81 479/4/81 478/4/81 +f 479/4/81 480/4/81 481/4/81 +f 481/4/81 480/4/81 482/4/81 +f 478/4/82 479/4/82 480/4/82 +f 481/4/82 480/4/82 479/4/82 +f 482/4/82 480/4/82 481/4/82 +f 479/4/96 483/1/96 478/4/96 +f 483/1/96 479/4/96 484/1/96 +f 478/4/95 483/1/95 479/4/95 +f 484/1/95 479/4/95 483/1/95 +f 479/4/84 485/1/84 484/1/84 +f 485/1/84 479/4/84 481/4/84 +f 484/1/83 485/1/83 479/4/83 +f 481/4/83 479/4/83 485/1/83 +f 485/1/400 482/4/399 486/1/399 +f 482/4/399 485/1/400 481/4/400 +f 486/1/402 482/4/402 485/1/401 +f 481/4/401 485/1/401 482/4/402 +f 486/1/399 480/4/403 487/1/403 +f 480/4/403 486/1/399 482/4/399 +f 487/1/404 480/4/404 486/1/402 +f 482/4/402 486/1/402 480/4/404 +f 487/1/403 478/4/405 483/1/405 +f 478/4/405 487/1/403 480/4/403 +f 483/1/406 478/4/406 487/1/404 +f 480/4/404 487/1/404 478/4/406 +f 490/4/81 489/4/81 488/4/81 +f 489/4/81 490/4/81 491/4/81 +f 491/4/81 490/4/81 492/4/81 +f 488/4/82 489/4/82 490/4/82 +f 491/4/82 490/4/82 489/4/82 +f 492/4/82 490/4/82 491/4/82 +f 489/4/288 493/1/288 488/4/288 +f 493/1/288 489/4/288 494/1/288 +f 488/4/287 493/1/287 489/4/287 +f 494/1/287 489/4/287 493/1/287 +f 489/4/276 495/1/276 494/1/276 +f 495/1/276 489/4/276 491/4/276 +f 494/1/275 495/1/275 489/4/275 +f 491/4/275 489/4/275 495/1/275 +f 495/1/408 492/4/407 496/1/407 +f 492/4/407 495/1/408 491/4/408 +f 496/1/410 492/4/410 495/1/409 +f 491/4/409 495/1/409 492/4/410 +f 496/1/407 490/4/411 497/1/411 +f 490/4/411 496/1/407 492/4/407 +f 497/1/412 490/4/412 496/1/410 +f 492/4/410 496/1/410 490/4/412 +f 497/1/411 488/4/413 493/1/413 +f 488/4/413 497/1/411 490/4/411 +f 493/1/414 488/4/414 497/1/412 +f 490/4/412 497/1/412 488/4/414 +f 500/4/81 499/4/81 498/4/81 +f 499/4/81 500/4/81 501/4/81 +f 501/4/81 500/4/81 502/4/81 +f 498/4/82 499/4/82 500/4/82 +f 501/4/82 500/4/82 499/4/82 +f 502/4/82 500/4/82 501/4/82 +f 499/4/288 503/1/288 498/4/288 +f 503/1/288 499/4/288 504/1/288 +f 498/4/287 503/1/287 499/4/287 +f 504/1/287 499/4/287 503/1/287 +f 499/4/276 505/1/276 504/1/276 +f 505/1/276 499/4/276 501/4/276 +f 504/1/275 505/1/275 499/4/275 +f 501/4/275 499/4/275 505/1/275 +f 505/1/408 502/4/407 506/1/407 +f 502/4/407 505/1/408 501/4/408 +f 506/1/410 502/4/410 505/1/409 +f 501/4/409 505/1/409 502/4/410 +f 506/1/407 500/4/411 507/1/411 +f 500/4/411 506/1/407 502/4/407 +f 507/1/412 500/4/412 506/1/410 +f 502/4/410 506/1/410 500/4/412 +f 507/1/411 498/4/413 503/1/413 +f 498/4/413 507/1/411 500/4/411 +f 503/1/414 498/4/414 507/1/412 +f 500/4/412 507/1/412 498/4/414 +f 510/4/81 509/4/81 508/4/81 +f 509/4/81 510/4/81 511/4/81 +f 511/4/81 510/4/81 512/4/81 +f 508/4/82 509/4/82 510/4/82 +f 511/4/82 510/4/82 509/4/82 +f 512/4/82 510/4/82 511/4/82 +f 509/4/415 513/1/415 508/4/415 +f 513/1/415 509/4/415 514/1/415 +f 508/4/416 513/1/416 509/4/416 +f 514/1/416 509/4/416 513/1/416 +f 509/4/417 515/1/417 514/1/417 +f 515/1/417 509/4/417 511/4/417 +f 514/1/418 515/1/418 509/4/418 +f 511/4/418 509/4/418 515/1/418 +f 515/1/392 512/4/391 516/1/391 +f 512/4/391 515/1/392 511/4/392 +f 516/1/394 512/4/394 515/1/393 +f 511/4/393 515/1/393 512/4/394 +f 516/1/391 510/4/395 517/1/395 +f 510/4/395 516/1/391 512/4/391 +f 517/1/396 510/4/396 516/1/394 +f 512/4/394 516/1/394 510/4/396 +f 517/1/395 508/4/397 513/1/397 +f 508/4/397 517/1/395 510/4/395 +f 513/1/398 508/4/398 517/1/396 +f 510/4/396 517/1/396 508/4/398 +f 520/4/81 519/4/81 518/4/81 +f 519/4/81 520/4/81 521/4/81 +f 521/4/81 520/4/81 522/4/81 +f 518/4/82 519/4/82 520/4/82 +f 521/4/82 520/4/82 519/4/82 +f 522/4/82 520/4/82 521/4/82 +f 519/4/96 523/1/96 518/4/96 +f 523/1/96 519/4/96 524/1/96 +f 518/4/95 523/1/95 519/4/95 +f 524/1/95 519/4/95 523/1/95 +f 519/4/84 525/1/84 524/1/84 +f 525/1/84 519/4/84 521/4/84 +f 524/1/83 525/1/83 519/4/83 +f 521/4/83 519/4/83 525/1/83 +f 525/1/400 522/4/399 526/1/399 +f 522/4/399 525/1/400 521/4/400 +f 526/1/402 522/4/402 525/1/401 +f 521/4/401 525/1/401 522/4/402 +f 526/1/399 520/4/403 527/1/403 +f 520/4/403 526/1/399 522/4/399 +f 527/1/404 520/4/404 526/1/402 +f 522/4/402 526/1/402 520/4/404 +f 527/1/403 518/4/405 523/1/405 +f 518/4/405 527/1/403 520/4/403 +f 523/1/406 518/4/406 527/1/404 +f 520/4/404 527/1/404 518/4/406 +f 530/4/81 529/4/81 528/4/81 +f 529/4/81 530/4/81 531/4/81 +f 531/4/81 530/4/81 532/4/81 +f 528/4/82 529/4/82 530/4/82 +f 531/4/82 530/4/82 529/4/82 +f 532/4/82 530/4/82 531/4/82 +f 529/4/192 533/1/192 528/4/192 +f 533/1/192 529/4/192 534/1/192 +f 528/4/191 533/1/191 529/4/191 +f 534/1/191 529/4/191 533/1/191 +f 529/4/180 535/1/180 534/1/180 +f 535/1/180 529/4/180 531/4/180 +f 534/1/179 535/1/179 529/4/179 +f 531/4/179 529/4/179 535/1/179 +f 535/1/393 532/4/394 536/1/394 +f 532/4/394 535/1/393 531/4/393 +f 536/1/391 532/4/391 535/1/392 +f 531/4/392 535/1/392 532/4/391 +f 536/1/394 530/4/396 537/1/396 +f 530/4/396 536/1/394 532/4/394 +f 537/1/395 530/4/395 536/1/391 +f 532/4/391 536/1/391 530/4/395 +f 537/1/396 528/4/398 533/1/398 +f 528/4/398 537/1/396 530/4/396 +f 533/1/397 528/4/397 537/1/395 +f 530/4/395 537/1/395 528/4/397 +f 540/1/127 539/3/124 538/1/129 +f 539/3/124 540/1/127 541/3/123 +f 538/1/130 539/3/126 540/1/128 +f 541/3/125 540/1/128 539/3/126 +f 543/3/110 540/1/127 542/1/108 +f 540/1/127 543/3/110 541/3/123 +f 542/1/112 540/1/128 543/3/114 +f 541/3/125 543/3/114 540/1/128 +f 546/2/101 545/1/100 544/1/99 +f 545/1/100 546/2/101 547/2/102 +f 544/1/105 545/1/104 546/2/103 +f 547/2/106 546/2/103 545/1/104 +f 545/1/100 549/2/117 548/1/115 +f 549/2/117 545/1/100 547/2/102 +f 548/1/121 549/2/119 545/1/104 +f 547/2/106 545/1/104 549/2/119 +f 552/1/177 551/2/161 550/1/159 +f 551/2/161 552/1/177 553/2/168 +f 550/1/165 551/2/163 552/1/178 +f 553/2/170 552/1/178 551/2/163 +f 551/2/161 555/2/167 554/2/162 +f 555/2/167 551/2/161 553/2/168 +f 554/2/166 555/2/169 551/2/163 +f 553/2/170 551/2/163 555/2/169 +f 555/2/167 552/1/177 556/1/175 +f 552/1/177 555/2/167 553/2/168 +f 556/1/176 552/1/178 555/2/169 +f 553/2/170 555/2/169 552/1/178 +f 551/2/161 557/1/160 550/1/159 +f 557/1/160 551/2/161 554/2/162 +f 550/1/165 557/1/164 551/2/163 +f 554/2/166 551/2/163 557/1/164 +f 554/2/162 556/1/175 557/1/160 +f 556/1/175 554/2/162 555/2/167 +f 557/1/164 556/1/176 554/2/166 +f 555/2/169 554/2/166 556/1/176 +f 559/2/118 544/1/99 558/1/116 +f 544/1/99 559/2/118 546/2/101 +f 558/1/120 544/1/105 559/2/122 +f 546/2/103 559/2/122 544/1/105 +f 539/3/124 560/1/107 538/1/129 +f 560/1/107 539/3/124 561/3/109 +f 538/1/130 560/1/113 539/3/126 +f 561/3/111 539/3/126 560/1/113 +f 549/2/117 558/1/116 548/1/115 +f 558/1/116 549/2/117 559/2/118 +f 548/1/121 558/1/120 549/2/119 +f 559/2/122 549/2/119 558/1/120 +f 549/2/117 546/2/101 559/2/118 +f 546/2/101 549/2/117 547/2/102 +f 559/2/122 546/2/103 549/2/119 +f 547/2/106 549/2/119 546/2/103 +f 564/3/133 563/3/132 562/3/131 +f 563/3/132 564/3/133 565/3/134 +f 562/3/137 563/3/136 564/3/135 +f 565/3/138 564/3/135 563/3/136 +f 561/3/109 541/3/123 543/3/110 +f 541/3/123 561/3/109 539/3/124 +f 543/3/114 541/3/125 561/3/111 +f 539/3/126 561/3/111 541/3/125 +f 566/1/145 565/3/134 564/3/133 +f 565/3/134 566/1/145 567/1/140 +f 564/3/135 565/3/138 566/1/146 +f 567/1/142 566/1/146 565/3/138 +f 570/1/155 569/3/150 568/1/149 +f 569/3/150 570/1/155 571/3/156 +f 568/1/151 569/3/154 570/1/157 +f 571/3/158 570/1/157 569/3/154 +f 566/1/145 562/3/131 572/1/143 +f 562/3/131 566/1/145 564/3/133 +f 572/1/144 562/3/137 566/1/146 +f 564/3/135 566/1/146 562/3/137 +f 565/3/134 573/1/139 563/3/132 +f 573/1/139 565/3/134 567/1/140 +f 563/3/136 573/1/141 565/3/138 +f 567/1/142 565/3/138 573/1/141 +f 576/3/148 575/1/172 574/1/147 +f 575/1/172 576/3/148 577/3/171 +f 574/1/153 575/1/173 576/3/152 +f 577/3/174 576/3/152 575/1/173 +f 562/3/131 573/1/139 572/1/143 +f 573/1/139 562/3/131 563/3/132 +f 572/1/144 573/1/141 562/3/137 +f 563/3/136 562/3/137 573/1/141 +f 568/1/149 576/3/148 574/1/147 +f 576/3/148 568/1/149 569/3/150 +f 574/1/153 576/3/152 568/1/151 +f 569/3/154 568/1/151 576/3/152 +f 571/3/156 575/1/172 577/3/171 +f 575/1/172 571/3/156 570/1/155 +f 577/3/174 575/1/173 571/3/158 +f 570/1/157 571/3/158 575/1/173 +f 569/3/150 577/3/171 576/3/148 +f 577/3/171 569/3/150 571/3/156 +f 576/3/152 577/3/174 569/3/154 +f 571/3/158 569/3/154 577/3/174 +f 561/3/109 542/1/108 560/1/107 +f 542/1/108 561/3/109 543/3/110 +f 560/1/113 542/1/112 561/3/111 +f 543/3/114 561/3/111 542/1/112 +f 580/4/381 579/1/179 578/1/381 +f 579/1/179 580/4/381 581/4/179 +f 578/1/379 579/1/180 580/4/379 +f 581/4/180 580/4/379 579/1/180 +f 584/4/81 583/4/81 582/4/81 +f 583/4/81 584/4/81 581/4/81 +f 583/4/81 581/4/81 580/4/81 +f 582/4/82 583/4/82 584/4/82 +f 581/4/82 584/4/82 583/4/82 +f 580/4/82 581/4/82 583/4/82 +f 582/4/180 586/1/180 585/1/180 +f 586/1/180 582/4/180 583/4/180 +f 585/1/179 586/1/179 582/4/179 +f 583/4/179 582/4/179 586/1/179 +f 581/4/179 587/1/384 579/1/179 +f 587/1/384 581/4/179 584/4/384 +f 579/1/180 587/1/383 581/4/180 +f 584/4/383 581/4/180 587/1/383 +f 582/4/192 587/1/192 584/4/192 +f 587/1/192 582/4/192 585/1/192 +f 584/4/191 587/1/191 582/4/191 +f 585/1/191 582/4/191 587/1/191 +f 586/1/191 580/4/191 578/1/191 +f 580/4/191 586/1/191 583/4/191 +f 578/1/192 580/4/192 586/1/192 +f 583/4/192 586/1/192 580/4/192 +f 590/1/107 589/3/110 588/1/108 +f 589/3/110 590/1/107 591/3/109 +f 588/1/112 589/3/114 590/1/113 +f 591/3/111 590/1/113 589/3/114 +f 593/3/124 590/1/107 592/1/129 +f 590/1/107 593/3/124 591/3/109 +f 592/1/130 590/1/113 593/3/126 +f 591/3/111 593/3/126 590/1/113 +f 596/2/117 595/1/116 594/1/115 +f 595/1/116 596/2/117 597/2/118 +f 594/1/121 595/1/120 596/2/119 +f 597/2/122 596/2/119 595/1/120 +f 595/1/116 599/2/101 598/1/99 +f 599/2/101 595/1/116 597/2/118 +f 598/1/105 599/2/103 595/1/120 +f 597/2/122 595/1/120 599/2/103 +f 602/1/160 601/2/167 600/1/175 +f 601/2/167 602/1/160 603/2/162 +f 600/1/176 601/2/169 602/1/164 +f 603/2/166 602/1/164 601/2/169 +f 601/2/167 605/2/161 604/2/168 +f 605/2/161 601/2/167 603/2/162 +f 604/2/170 605/2/163 601/2/169 +f 603/2/166 601/2/169 605/2/163 +f 605/2/161 602/1/160 606/1/159 +f 602/1/160 605/2/161 603/2/162 +f 606/1/165 602/1/164 605/2/163 +f 603/2/166 605/2/163 602/1/164 +f 601/2/167 607/1/177 600/1/175 +f 607/1/177 601/2/167 604/2/168 +f 600/1/176 607/1/178 601/2/169 +f 604/2/170 601/2/169 607/1/178 +f 604/2/168 606/1/159 607/1/177 +f 606/1/159 604/2/168 605/2/161 +f 607/1/178 606/1/165 604/2/170 +f 605/2/163 604/2/170 606/1/165 +f 609/2/102 594/1/115 608/1/100 +f 594/1/115 609/2/102 596/2/117 +f 608/1/104 594/1/121 609/2/106 +f 596/2/119 609/2/106 594/1/121 +f 589/3/110 610/1/127 588/1/108 +f 610/1/127 589/3/110 611/3/123 +f 588/1/112 610/1/128 589/3/114 +f 611/3/125 589/3/114 610/1/128 +f 599/2/101 608/1/100 598/1/99 +f 608/1/100 599/2/101 609/2/102 +f 598/1/105 608/1/104 599/2/103 +f 609/2/106 599/2/103 608/1/104 +f 599/2/101 596/2/117 609/2/102 +f 596/2/117 599/2/101 597/2/118 +f 609/2/106 596/2/119 599/2/103 +f 597/2/122 599/2/103 596/2/119 +f 614/3/421 613/3/420 612/3/419 +f 613/3/420 614/3/421 615/3/422 +f 612/3/425 613/3/424 614/3/423 +f 615/3/426 614/3/423 613/3/424 +f 611/3/123 591/3/109 593/3/124 +f 591/3/109 611/3/123 589/3/110 +f 593/3/126 591/3/111 611/3/125 +f 589/3/114 611/3/125 591/3/111 +f 616/1/427 615/3/422 614/3/421 +f 615/3/422 616/1/427 617/1/428 +f 614/3/423 615/3/426 616/1/429 +f 617/1/430 616/1/429 615/3/426 +f 620/1/147 619/3/171 618/1/172 +f 619/3/171 620/1/147 621/3/148 +f 618/1/173 619/3/174 620/1/153 +f 621/3/152 620/1/153 619/3/174 +f 616/1/427 612/3/419 622/1/431 +f 612/3/419 616/1/427 614/3/421 +f 622/1/432 612/3/425 616/1/429 +f 614/3/423 616/1/429 612/3/425 +f 615/3/422 623/1/433 613/3/420 +f 623/1/433 615/3/422 617/1/428 +f 613/3/424 623/1/434 615/3/426 +f 617/1/430 615/3/426 623/1/434 +f 626/3/156 625/1/149 624/1/155 +f 625/1/149 626/3/156 627/3/150 +f 624/1/157 625/1/151 626/3/158 +f 627/3/154 626/3/158 625/1/151 +f 612/3/419 623/1/433 622/1/431 +f 623/1/433 612/3/419 613/3/420 +f 622/1/432 623/1/434 612/3/425 +f 613/3/424 612/3/425 623/1/434 +f 618/1/172 626/3/156 624/1/155 +f 626/3/156 618/1/172 619/3/171 +f 624/1/157 626/3/158 618/1/173 +f 619/3/174 618/1/173 626/3/158 +f 621/3/148 625/1/149 627/3/150 +f 625/1/149 621/3/148 620/1/147 +f 627/3/154 625/1/151 621/3/152 +f 620/1/153 621/3/152 625/1/151 +f 619/3/171 627/3/150 626/3/156 +f 627/3/150 619/3/171 621/3/148 +f 626/3/158 627/3/154 619/3/174 +f 621/3/152 619/3/174 627/3/154 +f 611/3/123 592/1/129 610/1/127 +f 592/1/129 611/3/123 593/3/124 +f 610/1/128 592/1/130 611/3/125 +f 593/3/126 611/3/125 592/1/130 +f 630/4/379 629/1/435 628/1/379 +f 629/1/435 630/4/379 631/4/435 +f 628/1/381 629/1/436 630/4/381 +f 631/4/436 630/4/381 629/1/436 +f 634/4/81 633/4/81 632/4/81 +f 633/4/81 634/4/81 631/4/81 +f 633/4/81 631/4/81 630/4/81 +f 632/4/82 633/4/82 634/4/82 +f 631/4/82 634/4/82 633/4/82 +f 630/4/82 631/4/82 633/4/82 +f 632/4/436 636/1/436 635/1/436 +f 636/1/436 632/4/436 633/4/436 +f 635/1/435 636/1/435 632/4/435 +f 633/4/435 632/4/435 636/1/435 +f 631/4/435 637/1/383 629/1/435 +f 637/1/383 631/4/435 634/4/383 +f 629/1/436 637/1/384 631/4/436 +f 634/4/384 631/4/436 637/1/384 +f 632/4/437 637/1/437 634/4/437 +f 637/1/437 632/4/437 635/1/437 +f 634/4/438 637/1/438 632/4/438 +f 635/1/438 632/4/438 637/1/438 +f 636/1/438 630/4/438 628/1/438 +f 630/4/438 636/1/438 633/4/438 +f 628/1/437 630/4/437 636/1/437 +f 633/4/437 636/1/437 630/4/437 +f 640/1/127 639/3/124 638/1/129 +f 639/3/124 640/1/127 641/3/123 +f 638/1/130 639/3/126 640/1/128 +f 641/3/125 640/1/128 639/3/126 +f 643/3/110 640/1/127 642/1/108 +f 640/1/127 643/3/110 641/3/123 +f 642/1/112 640/1/128 643/3/114 +f 641/3/125 643/3/114 640/1/128 +f 646/2/101 645/1/100 644/1/99 +f 645/1/100 646/2/101 647/2/102 +f 644/1/105 645/1/104 646/2/103 +f 647/2/106 646/2/103 645/1/104 +f 645/1/100 649/2/117 648/1/115 +f 649/2/117 645/1/100 647/2/102 +f 648/1/121 649/2/119 645/1/104 +f 647/2/106 645/1/104 649/2/119 +f 652/1/177 651/2/161 650/1/159 +f 651/2/161 652/1/177 653/2/168 +f 650/1/165 651/2/163 652/1/178 +f 653/2/170 652/1/178 651/2/163 +f 651/2/161 655/2/167 654/2/162 +f 655/2/167 651/2/161 653/2/168 +f 654/2/166 655/2/169 651/2/163 +f 653/2/170 651/2/163 655/2/169 +f 655/2/167 652/1/177 656/1/175 +f 652/1/177 655/2/167 653/2/168 +f 656/1/176 652/1/178 655/2/169 +f 653/2/170 655/2/169 652/1/178 +f 651/2/161 657/1/160 650/1/159 +f 657/1/160 651/2/161 654/2/162 +f 650/1/165 657/1/164 651/2/163 +f 654/2/166 651/2/163 657/1/164 +f 654/2/162 656/1/175 657/1/160 +f 656/1/175 654/2/162 655/2/167 +f 657/1/164 656/1/176 654/2/166 +f 655/2/169 654/2/166 656/1/176 +f 659/2/118 644/1/99 658/1/116 +f 644/1/99 659/2/118 646/2/101 +f 658/1/120 644/1/105 659/2/122 +f 646/2/103 659/2/122 644/1/105 +f 639/3/124 660/1/107 638/1/129 +f 660/1/107 639/3/124 661/3/109 +f 638/1/130 660/1/113 639/3/126 +f 661/3/111 639/3/126 660/1/113 +f 649/2/117 658/1/116 648/1/115 +f 658/1/116 649/2/117 659/2/118 +f 648/1/121 658/1/120 649/2/119 +f 659/2/122 649/2/119 658/1/120 +f 649/2/117 646/2/101 659/2/118 +f 646/2/101 649/2/117 647/2/102 +f 659/2/122 646/2/103 649/2/119 +f 647/2/106 649/2/119 646/2/103 +f 664/3/133 663/3/132 662/3/131 +f 663/3/132 664/3/133 665/3/134 +f 662/3/137 663/3/136 664/3/135 +f 665/3/138 664/3/135 663/3/136 +f 661/3/109 641/3/123 643/3/110 +f 641/3/123 661/3/109 639/3/124 +f 643/3/114 641/3/125 661/3/111 +f 639/3/126 661/3/111 641/3/125 +f 666/1/145 665/3/134 664/3/133 +f 665/3/134 666/1/145 667/1/140 +f 664/3/135 665/3/138 666/1/146 +f 667/1/142 666/1/146 665/3/138 +f 670/1/155 669/3/150 668/1/149 +f 669/3/150 670/1/155 671/3/156 +f 668/1/151 669/3/154 670/1/157 +f 671/3/158 670/1/157 669/3/154 +f 666/1/145 662/3/131 672/1/143 +f 662/3/131 666/1/145 664/3/133 +f 672/1/144 662/3/137 666/1/146 +f 664/3/135 666/1/146 662/3/137 +f 665/3/134 673/1/139 663/3/132 +f 673/1/139 665/3/134 667/1/140 +f 663/3/136 673/1/141 665/3/138 +f 667/1/142 665/3/138 673/1/141 +f 676/3/148 675/1/172 674/1/147 +f 675/1/172 676/3/148 677/3/171 +f 674/1/153 675/1/173 676/3/152 +f 677/3/174 676/3/152 675/1/173 +f 662/3/131 673/1/139 672/1/143 +f 673/1/139 662/3/131 663/3/132 +f 672/1/144 673/1/141 662/3/137 +f 663/3/136 662/3/137 673/1/141 +f 668/1/149 676/3/148 674/1/147 +f 676/3/148 668/1/149 669/3/150 +f 674/1/153 676/3/152 668/1/151 +f 669/3/154 668/1/151 676/3/152 +f 671/3/156 675/1/172 677/3/171 +f 675/1/172 671/3/156 670/1/155 +f 677/3/174 675/1/173 671/3/158 +f 670/1/157 671/3/158 675/1/173 +f 669/3/150 677/3/171 676/3/148 +f 677/3/171 669/3/150 671/3/156 +f 676/3/152 677/3/174 669/3/154 +f 671/3/158 669/3/154 677/3/174 +f 661/3/109 642/1/108 660/1/107 +f 642/1/108 661/3/109 643/3/110 +f 660/1/113 642/1/112 661/3/111 +f 643/3/114 661/3/111 642/1/112 +f 680/4/381 679/1/179 678/1/381 +f 679/1/179 680/4/381 681/4/179 +f 678/1/379 679/1/180 680/4/379 +f 681/4/180 680/4/379 679/1/180 +f 684/4/81 683/4/81 682/4/81 +f 683/4/81 684/4/81 681/4/81 +f 683/4/81 681/4/81 680/4/81 +f 682/4/82 683/4/82 684/4/82 +f 681/4/82 684/4/82 683/4/82 +f 680/4/82 681/4/82 683/4/82 +f 682/4/180 686/1/180 685/1/180 +f 686/1/180 682/4/180 683/4/180 +f 685/1/179 686/1/179 682/4/179 +f 683/4/179 682/4/179 686/1/179 +f 681/4/179 687/1/384 679/1/179 +f 687/1/384 681/4/179 684/4/384 +f 679/1/180 687/1/383 681/4/180 +f 684/4/383 681/4/180 687/1/383 +f 682/4/192 687/1/192 684/4/192 +f 687/1/192 682/4/192 685/1/192 +f 684/4/191 687/1/191 682/4/191 +f 685/1/191 682/4/191 687/1/191 +f 686/1/191 680/4/191 678/1/191 +f 680/4/191 686/1/191 683/4/191 +f 678/1/192 680/4/192 686/1/192 +f 683/4/192 686/1/192 680/4/192 +f 690/1/107 689/3/110 688/1/108 +f 689/3/110 690/1/107 691/3/109 +f 688/1/112 689/3/114 690/1/113 +f 691/3/111 690/1/113 689/3/114 +f 693/3/124 690/1/107 692/1/129 +f 690/1/107 693/3/124 691/3/109 +f 692/1/130 690/1/113 693/3/126 +f 691/3/111 693/3/126 690/1/113 +f 696/2/117 695/1/116 694/1/115 +f 695/1/116 696/2/117 697/2/118 +f 694/1/121 695/1/120 696/2/119 +f 697/2/122 696/2/119 695/1/120 +f 695/1/116 699/2/101 698/1/99 +f 699/2/101 695/1/116 697/2/118 +f 698/1/105 699/2/103 695/1/120 +f 697/2/122 695/1/120 699/2/103 +f 702/1/160 701/2/167 700/1/175 +f 701/2/167 702/1/160 703/2/162 +f 700/1/176 701/2/169 702/1/164 +f 703/2/166 702/1/164 701/2/169 +f 701/2/167 705/2/161 704/2/168 +f 705/2/161 701/2/167 703/2/162 +f 704/2/170 705/2/163 701/2/169 +f 703/2/166 701/2/169 705/2/163 +f 705/2/161 702/1/160 706/1/159 +f 702/1/160 705/2/161 703/2/162 +f 706/1/165 702/1/164 705/2/163 +f 703/2/166 705/2/163 702/1/164 +f 701/2/167 707/1/177 700/1/175 +f 707/1/177 701/2/167 704/2/168 +f 700/1/176 707/1/178 701/2/169 +f 704/2/170 701/2/169 707/1/178 +f 704/2/168 706/1/159 707/1/177 +f 706/1/159 704/2/168 705/2/161 +f 707/1/178 706/1/165 704/2/170 +f 705/2/163 704/2/170 706/1/165 +f 709/2/102 694/1/115 708/1/100 +f 694/1/115 709/2/102 696/2/117 +f 708/1/104 694/1/121 709/2/106 +f 696/2/119 709/2/106 694/1/121 +f 689/3/110 710/1/127 688/1/108 +f 710/1/127 689/3/110 711/3/123 +f 688/1/112 710/1/128 689/3/114 +f 711/3/125 689/3/114 710/1/128 +f 699/2/101 708/1/100 698/1/99 +f 708/1/100 699/2/101 709/2/102 +f 698/1/105 708/1/104 699/2/103 +f 709/2/106 699/2/103 708/1/104 +f 699/2/101 696/2/117 709/2/102 +f 696/2/117 699/2/101 697/2/118 +f 709/2/106 696/2/119 699/2/103 +f 697/2/122 699/2/103 696/2/119 +f 714/3/421 713/3/420 712/3/419 +f 713/3/420 714/3/421 715/3/422 +f 712/3/425 713/3/424 714/3/423 +f 715/3/426 714/3/423 713/3/424 +f 711/3/123 691/3/109 693/3/124 +f 691/3/109 711/3/123 689/3/110 +f 693/3/126 691/3/111 711/3/125 +f 689/3/114 711/3/125 691/3/111 +f 716/1/427 715/3/422 714/3/421 +f 715/3/422 716/1/427 717/1/428 +f 714/3/423 715/3/426 716/1/429 +f 717/1/430 716/1/429 715/3/426 +f 720/1/147 719/3/171 718/1/172 +f 719/3/171 720/1/147 721/3/148 +f 718/1/173 719/3/174 720/1/153 +f 721/3/152 720/1/153 719/3/174 +f 716/1/427 712/3/419 722/1/431 +f 712/3/419 716/1/427 714/3/421 +f 722/1/432 712/3/425 716/1/429 +f 714/3/423 716/1/429 712/3/425 +f 715/3/422 723/1/433 713/3/420 +f 723/1/433 715/3/422 717/1/428 +f 713/3/424 723/1/434 715/3/426 +f 717/1/430 715/3/426 723/1/434 +f 726/3/156 725/1/149 724/1/155 +f 725/1/149 726/3/156 727/3/150 +f 724/1/157 725/1/151 726/3/158 +f 727/3/154 726/3/158 725/1/151 +f 712/3/419 723/1/433 722/1/431 +f 723/1/433 712/3/419 713/3/420 +f 722/1/432 723/1/434 712/3/425 +f 713/3/424 712/3/425 723/1/434 +f 718/1/172 726/3/156 724/1/155 +f 726/3/156 718/1/172 719/3/171 +f 724/1/157 726/3/158 718/1/173 +f 719/3/174 718/1/173 726/3/158 +f 721/3/148 725/1/149 727/3/150 +f 725/1/149 721/3/148 720/1/147 +f 727/3/154 725/1/151 721/3/152 +f 720/1/153 721/3/152 725/1/151 +f 719/3/171 727/3/150 726/3/156 +f 727/3/150 719/3/171 721/3/148 +f 726/3/158 727/3/154 719/3/174 +f 721/3/152 719/3/174 727/3/154 +f 711/3/123 692/1/129 710/1/127 +f 692/1/129 711/3/123 693/3/124 +f 710/1/128 692/1/130 711/3/125 +f 693/3/126 711/3/125 692/1/130 +f 730/4/379 729/1/435 728/1/379 +f 729/1/435 730/4/379 731/4/435 +f 728/1/381 729/1/436 730/4/381 +f 731/4/436 730/4/381 729/1/436 +f 734/4/81 733/4/81 732/4/81 +f 733/4/81 734/4/81 731/4/81 +f 733/4/81 731/4/81 730/4/81 +f 732/4/82 733/4/82 734/4/82 +f 731/4/82 734/4/82 733/4/82 +f 730/4/82 731/4/82 733/4/82 +f 732/4/436 736/1/436 735/1/436 +f 736/1/436 732/4/436 733/4/436 +f 735/1/435 736/1/435 732/4/435 +f 733/4/435 732/4/435 736/1/435 +f 731/4/435 737/1/383 729/1/435 +f 737/1/383 731/4/435 734/4/383 +f 729/1/436 737/1/384 731/4/436 +f 734/4/384 731/4/436 737/1/384 +f 732/4/437 737/1/437 734/4/437 +f 737/1/437 732/4/437 735/1/437 +f 734/4/438 737/1/438 732/4/438 +f 735/1/438 732/4/438 737/1/438 +f 736/1/438 730/4/438 728/1/438 +f 730/4/438 736/1/438 733/4/438 +f 728/1/437 730/4/437 736/1/437 +f 733/4/437 736/1/437 730/4/437 +f 740/3/205 739/3/219 738/3/206 +f 739/3/219 740/3/205 741/3/220 +f 738/3/210 739/3/221 740/3/207 +f 741/3/222 740/3/207 739/3/221 +f 744/2/213 743/1/212 742/1/211 +f 743/1/212 744/2/213 745/2/214 +f 742/1/217 743/1/216 744/2/215 +f 745/2/218 744/2/215 743/1/216 +f 741/3/220 747/1/440 746/1/439 +f 747/1/440 741/3/220 740/3/205 +f 746/1/442 747/1/441 741/3/222 +f 740/3/207 741/3/222 747/1/441 +f 740/3/205 748/1/443 747/1/440 +f 748/1/443 740/3/205 738/3/206 +f 747/1/441 748/1/444 740/3/207 +f 738/3/210 740/3/207 748/1/444 +f 745/2/214 749/1/195 743/1/212 +f 749/1/195 745/2/214 750/2/197 +f 743/1/216 749/1/201 745/2/218 +f 750/2/199 745/2/218 749/1/201 +f 751/1/196 744/2/213 742/1/211 +f 744/2/213 751/1/196 752/2/198 +f 742/1/217 744/2/215 751/1/200 +f 752/2/202 751/1/200 744/2/215 +f 753/1/445 741/3/220 746/1/439 +f 741/3/220 753/1/445 739/3/219 +f 746/1/442 741/3/222 753/1/446 +f 739/3/221 753/1/446 741/3/222 +f 738/3/206 753/1/445 748/1/443 +f 753/1/445 738/3/206 739/3/219 +f 748/1/444 753/1/446 738/3/210 +f 739/3/221 738/3/210 753/1/446 +f 744/2/213 750/2/197 745/2/214 +f 750/2/197 744/2/213 752/2/198 +f 745/2/218 750/2/199 744/2/215 +f 752/2/202 744/2/215 750/2/199 +f 750/2/197 751/1/196 749/1/195 +f 751/1/196 750/2/197 752/2/198 +f 749/1/201 751/1/200 750/2/199 +f 752/2/202 750/2/199 751/1/200 +f 756/4/275 755/1/447 754/1/275 +f 755/1/447 756/4/275 757/4/447 +f 754/1/276 755/1/448 756/4/276 +f 757/4/448 756/4/276 755/1/448 +f 757/4/81 759/4/81 758/4/81 +f 759/4/81 757/4/81 756/4/81 +f 759/4/81 756/4/81 760/4/81 +f 758/4/82 759/4/82 757/4/82 +f 756/4/82 757/4/82 759/4/82 +f 760/4/82 756/4/82 759/4/82 +f 762/1/287 760/4/287 761/1/287 +f 760/4/287 762/1/287 759/4/287 +f 761/1/288 760/4/288 762/1/288 +f 759/4/288 762/1/288 760/4/288 +f 758/4/276 762/1/276 763/1/276 +f 762/1/276 758/4/276 759/4/276 +f 763/1/275 762/1/275 758/4/275 +f 759/4/275 758/4/275 762/1/275 +f 758/4/288 755/1/288 757/4/288 +f 755/1/288 758/4/288 763/1/288 +f 757/4/287 755/1/287 758/4/287 +f 763/1/287 758/4/287 755/1/287 +f 760/4/449 754/1/275 761/1/449 +f 754/1/275 760/4/449 756/4/275 +f 761/1/450 754/1/276 760/4/450 +f 756/4/276 760/4/450 754/1/276 +f 766/3/205 765/3/219 764/3/206 +f 765/3/219 766/3/205 767/3/220 +f 764/3/210 765/3/221 766/3/207 +f 767/3/222 766/3/207 765/3/221 +f 770/2/213 769/1/212 768/1/211 +f 769/1/212 770/2/213 771/2/214 +f 768/1/217 769/1/216 770/2/215 +f 771/2/218 770/2/215 769/1/216 +f 767/3/220 773/1/440 772/1/439 +f 773/1/440 767/3/220 766/3/205 +f 772/1/442 773/1/441 767/3/222 +f 766/3/207 767/3/222 773/1/441 +f 766/3/205 774/1/443 773/1/440 +f 774/1/443 766/3/205 764/3/206 +f 773/1/441 774/1/444 766/3/207 +f 764/3/210 766/3/207 774/1/444 +f 771/2/214 775/1/195 769/1/212 +f 775/1/195 771/2/214 776/2/197 +f 769/1/216 775/1/201 771/2/218 +f 776/2/199 771/2/218 775/1/201 +f 777/1/196 770/2/213 768/1/211 +f 770/2/213 777/1/196 778/2/198 +f 768/1/217 770/2/215 777/1/200 +f 778/2/202 777/1/200 770/2/215 +f 779/1/445 767/3/220 772/1/439 +f 767/3/220 779/1/445 765/3/219 +f 772/1/442 767/3/222 779/1/446 +f 765/3/221 779/1/446 767/3/222 +f 764/3/206 779/1/445 774/1/443 +f 779/1/445 764/3/206 765/3/219 +f 774/1/444 779/1/446 764/3/210 +f 765/3/221 764/3/210 779/1/446 +f 770/2/213 776/2/197 771/2/214 +f 776/2/197 770/2/213 778/2/198 +f 771/2/218 776/2/199 770/2/215 +f 778/2/202 770/2/215 776/2/199 +f 776/2/197 777/1/196 775/1/195 +f 777/1/196 776/2/197 778/2/198 +f 775/1/201 777/1/200 776/2/199 +f 778/2/202 776/2/199 777/1/200 +f 782/4/275 781/1/447 780/1/275 +f 781/1/447 782/4/275 783/4/447 +f 780/1/276 781/1/448 782/4/276 +f 783/4/448 782/4/276 781/1/448 +f 783/4/81 785/4/81 784/4/81 +f 785/4/81 783/4/81 782/4/81 +f 785/4/81 782/4/81 786/4/81 +f 784/4/82 785/4/82 783/4/82 +f 782/4/82 783/4/82 785/4/82 +f 786/4/82 782/4/82 785/4/82 +f 788/1/287 786/4/287 787/1/287 +f 786/4/287 788/1/287 785/4/287 +f 787/1/288 786/4/288 788/1/288 +f 785/4/288 788/1/288 786/4/288 +f 784/4/276 788/1/276 789/1/276 +f 788/1/276 784/4/276 785/4/276 +f 789/1/275 788/1/275 784/4/275 +f 785/4/275 784/4/275 788/1/275 +f 784/4/288 781/1/288 783/4/288 +f 781/1/288 784/4/288 789/1/288 +f 783/4/287 781/1/287 784/4/287 +f 789/1/287 784/4/287 781/1/287 +f 786/4/449 780/1/275 787/1/449 +f 780/1/275 786/4/449 782/4/275 +f 787/1/450 780/1/276 786/4/450 +f 782/4/276 786/4/450 780/1/276 +f 792/3/11 791/3/25 790/3/12 +f 791/3/25 792/3/11 793/3/26 +f 790/3/16 791/3/27 792/3/13 +f 793/3/28 792/3/13 791/3/27 +f 796/2/19 795/1/18 794/1/17 +f 795/1/18 796/2/19 797/2/20 +f 794/1/23 795/1/22 796/2/21 +f 797/2/24 796/2/21 795/1/22 +f 793/3/26 799/1/452 798/1/451 +f 799/1/452 793/3/26 792/3/11 +f 798/1/454 799/1/453 793/3/28 +f 792/3/13 793/3/28 799/1/453 +f 792/3/11 800/1/455 799/1/452 +f 800/1/455 792/3/11 790/3/12 +f 799/1/453 800/1/456 792/3/13 +f 790/3/16 792/3/13 800/1/456 +f 797/2/20 801/1/1 795/1/18 +f 801/1/1 797/2/20 802/2/3 +f 795/1/22 801/1/7 797/2/24 +f 802/2/5 797/2/24 801/1/7 +f 803/1/2 796/2/19 794/1/17 +f 796/2/19 803/1/2 804/2/4 +f 794/1/23 796/2/21 803/1/6 +f 804/2/8 803/1/6 796/2/21 +f 805/1/457 793/3/26 798/1/451 +f 793/3/26 805/1/457 791/3/25 +f 798/1/454 793/3/28 805/1/458 +f 791/3/27 805/1/458 793/3/28 +f 790/3/12 805/1/457 800/1/455 +f 805/1/457 790/3/12 791/3/25 +f 800/1/456 805/1/458 790/3/16 +f 791/3/27 790/3/16 805/1/458 +f 796/2/19 802/2/3 797/2/20 +f 802/2/3 796/2/19 804/2/4 +f 797/2/24 802/2/5 796/2/21 +f 804/2/8 796/2/21 802/2/5 +f 802/2/3 803/1/2 801/1/1 +f 803/1/2 802/2/3 804/2/4 +f 801/1/7 803/1/6 802/2/5 +f 804/2/8 802/2/5 803/1/6 +f 808/4/83 807/1/459 806/1/83 +f 807/1/459 808/4/83 809/4/459 +f 806/1/84 807/1/460 808/4/84 +f 809/4/460 808/4/84 807/1/460 +f 809/4/81 811/4/81 810/4/81 +f 811/4/81 809/4/81 808/4/81 +f 811/4/81 808/4/81 812/4/81 +f 810/4/82 811/4/82 809/4/82 +f 808/4/82 809/4/82 811/4/82 +f 812/4/82 808/4/82 811/4/82 +f 814/1/95 812/4/95 813/1/95 +f 812/4/95 814/1/95 811/4/95 +f 813/1/96 812/4/96 814/1/96 +f 811/4/96 814/1/96 812/4/96 +f 810/4/84 814/1/84 815/1/84 +f 814/1/84 810/4/84 811/4/84 +f 815/1/83 814/1/83 810/4/83 +f 811/4/83 810/4/83 814/1/83 +f 810/4/96 807/1/96 809/4/96 +f 807/1/96 810/4/96 815/1/96 +f 809/4/95 807/1/95 810/4/95 +f 815/1/95 810/4/95 807/1/95 +f 812/4/461 806/1/83 813/1/461 +f 806/1/83 812/4/461 808/4/83 +f 813/1/462 806/1/84 812/4/462 +f 808/4/84 812/4/462 806/1/84 +f 818/3/11 817/3/25 816/3/12 +f 817/3/25 818/3/11 819/3/26 +f 816/3/16 817/3/27 818/3/13 +f 819/3/28 818/3/13 817/3/27 +f 822/2/19 821/1/18 820/1/17 +f 821/1/18 822/2/19 823/2/20 +f 820/1/23 821/1/22 822/2/21 +f 823/2/24 822/2/21 821/1/22 +f 819/3/26 825/1/452 824/1/451 +f 825/1/452 819/3/26 818/3/11 +f 824/1/454 825/1/453 819/3/28 +f 818/3/13 819/3/28 825/1/453 +f 818/3/11 826/1/455 825/1/452 +f 826/1/455 818/3/11 816/3/12 +f 825/1/453 826/1/456 818/3/13 +f 816/3/16 818/3/13 826/1/456 +f 823/2/20 827/1/1 821/1/18 +f 827/1/1 823/2/20 828/2/3 +f 821/1/22 827/1/7 823/2/24 +f 828/2/5 823/2/24 827/1/7 +f 829/1/2 822/2/19 820/1/17 +f 822/2/19 829/1/2 830/2/4 +f 820/1/23 822/2/21 829/1/6 +f 830/2/8 829/1/6 822/2/21 +f 831/1/457 819/3/26 824/1/451 +f 819/3/26 831/1/457 817/3/25 +f 824/1/454 819/3/28 831/1/458 +f 817/3/27 831/1/458 819/3/28 +f 816/3/12 831/1/457 826/1/455 +f 831/1/457 816/3/12 817/3/25 +f 826/1/456 831/1/458 816/3/16 +f 817/3/27 816/3/16 831/1/458 +f 822/2/19 828/2/3 823/2/20 +f 828/2/3 822/2/19 830/2/4 +f 823/2/24 828/2/5 822/2/21 +f 830/2/8 822/2/21 828/2/5 +f 828/2/3 829/1/2 827/1/1 +f 829/1/2 828/2/3 830/2/4 +f 827/1/7 829/1/6 828/2/5 +f 830/2/8 828/2/5 829/1/6 +f 834/4/83 833/1/459 832/1/83 +f 833/1/459 834/4/83 835/4/459 +f 832/1/84 833/1/460 834/4/84 +f 835/4/460 834/4/84 833/1/460 +f 835/4/81 837/4/81 836/4/81 +f 837/4/81 835/4/81 834/4/81 +f 837/4/81 834/4/81 838/4/81 +f 836/4/82 837/4/82 835/4/82 +f 834/4/82 835/4/82 837/4/82 +f 838/4/82 834/4/82 837/4/82 +f 840/1/95 838/4/95 839/1/95 +f 838/4/95 840/1/95 837/4/95 +f 839/1/96 838/4/96 840/1/96 +f 837/4/96 840/1/96 838/4/96 +f 836/4/84 840/1/84 841/1/84 +f 840/1/84 836/4/84 837/4/84 +f 841/1/83 840/1/83 836/4/83 +f 837/4/83 836/4/83 840/1/83 +f 836/4/96 833/1/96 835/4/96 +f 833/1/96 836/4/96 841/1/96 +f 835/4/95 833/1/95 836/4/95 +f 841/1/95 836/4/95 833/1/95 +f 838/4/461 832/1/83 839/1/461 +f 832/1/83 838/4/461 834/4/83 +f 839/1/462 832/1/84 838/4/462 +f 834/4/84 838/4/462 832/1/84 +f 844/6/81 843/6/81 842/6/81 +f 843/6/81 844/6/81 845/6/81 +f 843/6/81 845/6/81 846/6/81 +f 846/6/81 845/6/81 847/6/81 +f 846/6/81 847/6/81 848/6/81 +f 848/6/81 847/6/81 849/6/81 +f 848/6/81 849/6/81 850/6/81 +f 850/6/81 849/6/81 851/6/81 +f 842/6/82 843/6/82 844/6/82 +f 845/6/82 844/6/82 843/6/82 +f 846/6/82 845/6/82 843/6/82 +f 847/6/82 845/6/82 846/6/82 +f 848/6/82 847/6/82 846/6/82 +f 849/6/82 847/6/82 848/6/82 +f 850/6/82 849/6/82 848/6/82 +f 851/6/82 849/6/82 850/6/82 +f 844/6/83 41/7/83 852/7/83 +f 41/7/83 844/6/83 842/6/83 +f 852/7/84 41/7/84 844/6/84 +f 842/6/84 844/6/84 41/7/84 +f 853/7/86 844/6/85 852/7/85 +f 844/6/85 853/7/86 845/6/86 +f 852/7/88 844/6/88 853/7/87 +f 845/6/87 853/7/87 844/6/88 +f 854/7/89 845/6/86 853/7/86 +f 845/6/86 854/7/89 847/6/89 +f 853/7/87 845/6/87 854/7/90 +f 847/6/90 854/7/90 845/6/87 +f 849/6/91 854/7/89 855/7/91 +f 854/7/89 849/6/91 847/6/89 +f 855/7/92 854/7/90 849/6/92 +f 847/6/90 849/6/92 854/7/90 +f 851/6/98 855/7/91 856/7/98 +f 855/7/91 851/6/98 849/6/91 +f 856/7/97 855/7/92 851/6/97 +f 849/6/92 851/6/97 855/7/92 +f 49/7/95 851/6/95 856/7/95 +f 851/6/95 49/7/95 850/6/95 +f 856/7/96 851/6/96 49/7/96 +f 850/6/96 49/7/96 851/6/96 +f 848/6/92 49/7/97 47/7/92 +f 49/7/97 848/6/92 850/6/97 +f 47/7/91 49/7/98 848/6/91 +f 850/6/98 848/6/91 49/7/98 +f 846/6/90 47/7/92 45/7/90 +f 47/7/92 846/6/90 848/6/92 +f 45/7/89 47/7/91 846/6/89 +f 848/6/91 846/6/89 47/7/91 +f 846/6/90 42/7/87 843/6/87 +f 42/7/87 846/6/90 45/7/90 +f 843/6/86 42/7/86 846/6/89 +f 45/7/89 846/6/89 42/7/86 +f 843/6/87 41/7/88 842/6/88 +f 41/7/88 843/6/87 42/7/87 +f 842/6/85 41/7/85 843/6/86 +f 42/7/86 843/6/86 41/7/85 +f 858/7/82 857/7/82 61/7/82 +f 857/7/82 858/7/82 62/7/82 +f 857/7/82 62/7/82 859/7/82 +f 859/7/82 62/7/82 860/7/82 +f 859/7/82 860/7/82 861/7/82 +f 861/7/82 860/7/82 862/7/82 +f 862/7/82 860/7/82 64/7/82 +f 862/7/82 64/7/82 863/7/82 +f 61/7/81 857/7/81 858/7/81 +f 62/7/81 858/7/81 857/7/81 +f 859/7/81 62/7/81 857/7/81 +f 860/7/81 62/7/81 859/7/81 +f 861/7/81 860/7/81 859/7/81 +f 862/7/81 860/7/81 861/7/81 +f 64/7/81 860/7/81 862/7/81 +f 863/7/81 64/7/81 862/7/81 +f 864/8/81 60/8/81 52/8/81 +f 60/8/81 864/8/81 59/8/81 +f 59/8/81 864/8/81 865/8/81 +f 59/8/81 865/8/81 58/8/81 +f 58/8/81 865/8/81 866/8/81 +f 58/8/81 866/8/81 867/8/81 +f 58/8/81 867/8/81 57/8/81 +f 57/8/81 867/8/81 868/8/81 +f 52/8/82 60/8/82 864/8/82 +f 59/8/82 864/8/82 60/8/82 +f 865/8/82 864/8/82 59/8/82 +f 58/8/82 865/8/82 59/8/82 +f 866/8/82 865/8/82 58/8/82 +f 867/8/82 866/8/82 58/8/82 +f 57/8/82 867/8/82 58/8/82 +f 868/8/82 867/8/82 57/8/82 +f 864/8/83 61/7/83 857/7/83 +f 61/7/83 864/8/83 52/8/83 +f 857/7/84 61/7/84 864/8/84 +f 52/8/84 864/8/84 61/7/84 +f 859/7/86 864/8/85 857/7/85 +f 864/8/85 859/7/86 865/8/86 +f 857/7/88 864/8/88 859/7/87 +f 865/8/87 859/7/87 864/8/88 +f 861/7/89 865/8/86 859/7/86 +f 865/8/86 861/7/89 866/8/89 +f 859/7/87 865/8/87 861/7/90 +f 866/8/90 861/7/90 865/8/87 +f 867/8/91 861/7/89 862/7/91 +f 861/7/89 867/8/91 866/8/89 +f 862/7/92 861/7/90 867/8/92 +f 866/8/90 867/8/92 861/7/90 +f 868/8/93 862/7/91 863/7/93 +f 862/7/91 868/8/93 867/8/91 +f 863/7/94 862/7/92 868/8/94 +f 867/8/92 868/8/94 862/7/92 +f 64/7/95 868/8/95 863/7/95 +f 868/8/95 64/7/95 57/8/95 +f 863/7/96 868/8/96 64/7/96 +f 57/8/96 64/7/96 868/8/96 +f 58/8/92 64/7/97 860/7/92 +f 64/7/97 58/8/92 57/8/97 +f 860/7/91 64/7/98 58/8/91 +f 57/8/98 58/8/91 64/7/98 +f 59/8/90 860/7/92 62/7/90 +f 860/7/92 59/8/90 58/8/92 +f 62/7/89 860/7/91 59/8/89 +f 58/8/91 59/8/89 860/7/91 +f 59/8/90 858/7/87 60/8/87 +f 858/7/87 59/8/90 62/7/90 +f 60/8/86 858/7/86 59/8/89 +f 62/7/89 59/8/89 858/7/86 +f 60/8/87 61/7/88 52/8/88 +f 61/7/88 60/8/87 858/7/87 +f 52/8/85 61/7/85 60/8/86 +f 858/7/86 60/8/86 61/7/85 +f 871/8/464 870/7/463 869/8/463 +f 870/7/463 871/8/464 872/7/464 +f 869/8/466 870/7/466 871/8/465 +f 872/7/465 871/8/465 870/7/466 +f 875/8/467 874/7/468 873/7/467 +f 874/7/468 875/8/467 876/8/468 +f 873/7/469 874/7/470 875/8/469 +f 876/8/470 875/8/469 874/7/470 +f 876/8/468 877/7/471 874/7/468 +f 877/7/471 876/8/468 878/8/471 +f 874/7/470 877/7/472 876/8/470 +f 878/8/472 876/8/470 877/7/472 +f 881/7/474 880/8/473 879/7/473 +f 880/8/473 881/7/474 882/8/474 +f 879/7/476 880/8/476 881/7/475 +f 882/8/475 881/7/475 880/8/476 +f 879/7/473 875/8/467 873/7/467 +f 875/8/467 879/7/473 880/8/473 +f 873/7/469 875/8/469 879/7/476 +f 880/8/476 879/7/476 875/8/469 +f 869/8/463 877/7/471 878/8/471 +f 877/7/471 869/8/463 870/7/463 +f 878/8/472 877/7/472 869/8/466 +f 870/7/466 869/8/466 877/7/472 +f 869/8/81 882/8/81 871/8/81 +f 882/8/81 869/8/81 878/8/81 +f 882/8/81 878/8/81 876/8/81 +f 882/8/81 876/8/81 875/8/81 +f 882/8/81 875/8/81 880/8/81 +f 871/8/82 882/8/82 869/8/82 +f 878/8/82 869/8/82 882/8/82 +f 876/8/82 878/8/82 882/8/82 +f 875/8/82 876/8/82 882/8/82 +f 880/8/82 875/8/82 882/8/82 +f 885/10/477 884/9/478 883/9/477 +f 884/9/478 885/10/477 886/10/478 +f 883/9/479 884/9/480 885/10/479 +f 886/10/480 885/10/479 884/9/480 +f 889/10/479 888/9/480 887/9/479 +f 888/9/480 889/10/479 890/10/480 +f 887/9/477 888/9/478 889/10/477 +f 890/10/478 889/10/477 888/9/478 +f 893/10/482 892/9/481 891/10/481 +f 892/9/481 893/10/482 894/9/482 +f 891/10/484 892/9/484 893/10/483 +f 894/9/483 893/10/483 892/9/484 +f 897/9/484 896/10/483 895/9/483 +f 896/10/483 897/9/484 898/10/484 +f 895/9/482 896/10/482 897/9/481 +f 898/10/481 897/9/481 896/10/482 +f 890/10/480 897/9/484 888/9/480 +f 897/9/484 890/10/480 898/10/484 +f 888/9/478 897/9/481 890/10/478 +f 898/10/481 890/10/478 897/9/481 +f 886/10/478 892/9/481 884/9/478 +f 892/9/481 886/10/478 891/10/481 +f 884/9/480 892/9/484 886/10/480 +f 891/10/484 886/10/480 892/9/484 +f 893/10/482 887/9/479 894/9/482 +f 887/9/479 893/10/482 889/10/479 +f 894/9/483 887/9/477 893/10/483 +f 889/10/477 893/10/483 887/9/477 +f 896/10/483 883/9/477 895/9/483 +f 883/9/477 896/10/483 885/10/477 +f 895/9/482 883/9/479 896/10/482 +f 885/10/479 896/10/482 883/9/479 +f 886/10/485 893/10/485 891/10/485 +f 893/10/485 886/10/485 889/10/485 +f 889/10/485 886/10/485 885/10/485 +f 889/10/485 885/10/485 890/10/485 +f 890/10/485 885/10/485 896/10/485 +f 890/10/485 896/10/485 898/10/485 +f 891/10/486 893/10/486 886/10/486 +f 889/10/486 886/10/486 893/10/486 +f 885/10/486 886/10/486 889/10/486 +f 890/10/486 885/10/486 889/10/486 +f 896/10/486 885/10/486 890/10/486 +f 898/10/486 896/10/486 890/10/486 +f 887/9/486 892/9/486 894/9/486 +f 892/9/486 887/9/486 884/9/486 +f 884/9/486 887/9/486 888/9/486 +f 884/9/486 888/9/486 883/9/486 +f 883/9/486 888/9/486 897/9/486 +f 883/9/486 897/9/486 895/9/486 +f 894/9/485 892/9/485 887/9/485 +f 884/9/485 887/9/485 892/9/485 +f 888/9/485 887/9/485 884/9/485 +f 883/9/485 888/9/485 884/9/485 +f 897/9/485 888/9/485 883/9/485 +f 895/9/485 897/9/485 883/9/485 +f 901/10/487 900/9/488 899/9/487 +f 900/9/488 901/10/487 902/10/488 +f 899/9/489 900/9/490 901/10/489 +f 902/10/490 901/10/489 900/9/490 +f 905/10/489 904/9/490 903/9/489 +f 904/9/490 905/10/489 906/10/490 +f 903/9/487 904/9/488 905/10/487 +f 906/10/488 905/10/487 904/9/488 +f 909/10/492 908/9/491 907/10/491 +f 908/9/491 909/10/492 910/9/492 +f 907/10/494 908/9/494 909/10/493 +f 910/9/493 909/10/493 908/9/494 +f 913/9/494 912/10/493 911/9/493 +f 912/10/493 913/9/494 914/10/494 +f 911/9/492 912/10/492 913/9/491 +f 914/10/491 913/9/491 912/10/492 +f 906/10/490 913/9/494 904/9/490 +f 913/9/494 906/10/490 914/10/494 +f 904/9/488 913/9/491 906/10/488 +f 914/10/491 906/10/488 913/9/491 +f 902/10/488 908/9/491 900/9/488 +f 908/9/491 902/10/488 907/10/491 +f 900/9/490 908/9/494 902/10/490 +f 907/10/494 902/10/490 908/9/494 +f 909/10/492 903/9/489 910/9/492 +f 903/9/489 909/10/492 905/10/489 +f 910/9/493 903/9/487 909/10/493 +f 905/10/487 909/10/493 903/9/487 +f 912/10/493 899/9/487 911/9/493 +f 899/9/487 912/10/493 901/10/487 +f 911/9/492 899/9/489 912/10/492 +f 901/10/489 912/10/492 899/9/489 +f 902/10/93 909/10/93 907/10/93 +f 909/10/93 902/10/93 905/10/93 +f 905/10/93 902/10/93 901/10/93 +f 905/10/93 901/10/93 906/10/93 +f 906/10/93 901/10/93 912/10/93 +f 906/10/93 912/10/93 914/10/93 +f 907/10/94 909/10/94 902/10/94 +f 905/10/94 902/10/94 909/10/94 +f 901/10/94 902/10/94 905/10/94 +f 906/10/94 901/10/94 905/10/94 +f 912/10/94 901/10/94 906/10/94 +f 914/10/94 912/10/94 906/10/94 +f 903/9/94 908/9/94 910/9/94 +f 908/9/94 903/9/94 900/9/94 +f 900/9/94 903/9/94 904/9/94 +f 900/9/94 904/9/94 899/9/94 +f 899/9/94 904/9/94 913/9/94 +f 899/9/94 913/9/94 911/9/94 +f 910/9/93 908/9/93 903/9/93 +f 900/9/93 903/9/93 908/9/93 +f 904/9/93 903/9/93 900/9/93 +f 899/9/93 904/9/93 900/9/93 +f 913/9/93 904/9/93 899/9/93 +f 911/9/93 913/9/93 899/9/93 +f 917/10/487 916/9/488 915/9/487 +f 916/9/488 917/10/487 918/10/488 +f 915/9/489 916/9/490 917/10/489 +f 918/10/490 917/10/489 916/9/490 +f 921/10/489 920/9/490 919/9/489 +f 920/9/490 921/10/489 922/10/490 +f 919/9/487 920/9/488 921/10/487 +f 922/10/488 921/10/487 920/9/488 +f 925/10/492 924/9/491 923/10/491 +f 924/9/491 925/10/492 926/9/492 +f 923/10/494 924/9/494 925/10/493 +f 926/9/493 925/10/493 924/9/494 +f 929/9/494 928/10/493 927/9/493 +f 928/10/493 929/9/494 930/10/494 +f 927/9/492 928/10/492 929/9/491 +f 930/10/491 929/9/491 928/10/492 +f 922/10/490 929/9/494 920/9/490 +f 929/9/494 922/10/490 930/10/494 +f 920/9/488 929/9/491 922/10/488 +f 930/10/491 922/10/488 929/9/491 +f 918/10/488 924/9/491 916/9/488 +f 924/9/491 918/10/488 923/10/491 +f 916/9/490 924/9/494 918/10/490 +f 923/10/494 918/10/490 924/9/494 +f 925/10/492 919/9/489 926/9/492 +f 919/9/489 925/10/492 921/10/489 +f 926/9/493 919/9/487 925/10/493 +f 921/10/487 925/10/493 919/9/487 +f 928/10/493 915/9/487 927/9/493 +f 915/9/487 928/10/493 917/10/487 +f 927/9/492 915/9/489 928/10/492 +f 917/10/489 928/10/492 915/9/489 +f 918/10/93 925/10/93 923/10/93 +f 925/10/93 918/10/93 921/10/93 +f 921/10/93 918/10/93 917/10/93 +f 921/10/93 917/10/93 922/10/93 +f 922/10/93 917/10/93 928/10/93 +f 922/10/93 928/10/93 930/10/93 +f 923/10/94 925/10/94 918/10/94 +f 921/10/94 918/10/94 925/10/94 +f 917/10/94 918/10/94 921/10/94 +f 922/10/94 917/10/94 921/10/94 +f 928/10/94 917/10/94 922/10/94 +f 930/10/94 928/10/94 922/10/94 +f 919/9/94 924/9/94 926/9/94 +f 924/9/94 919/9/94 916/9/94 +f 916/9/94 919/9/94 920/9/94 +f 916/9/94 920/9/94 915/9/94 +f 915/9/94 920/9/94 929/9/94 +f 915/9/94 929/9/94 927/9/94 +f 926/9/93 924/9/93 919/9/93 +f 916/9/93 919/9/93 924/9/93 +f 920/9/93 919/9/93 916/9/93 +f 915/9/93 920/9/93 916/9/93 +f 929/9/93 920/9/93 915/9/93 +f 927/9/93 929/9/93 915/9/93 +f 933/10/495 932/9/496 931/9/495 +f 932/9/496 933/10/495 934/10/496 +f 931/9/497 932/9/498 933/10/497 +f 934/10/498 933/10/497 932/9/498 +f 937/9/497 936/10/498 935/9/498 +f 936/10/498 937/9/497 938/10/497 +f 935/9/496 936/10/496 937/9/495 +f 938/10/495 937/9/495 936/10/496 +f 941/10/500 940/9/499 939/10/499 +f 940/9/499 941/10/500 942/9/500 +f 939/10/502 940/9/502 941/10/501 +f 942/9/501 941/10/501 940/9/502 +f 945/9/502 944/10/501 943/9/501 +f 944/10/501 945/9/502 946/10/502 +f 943/9/500 944/10/500 945/9/499 +f 946/10/499 945/9/499 944/10/500 +f 936/10/498 945/9/502 935/9/498 +f 945/9/502 936/10/498 946/10/502 +f 935/9/496 945/9/499 936/10/496 +f 946/10/499 936/10/496 945/9/499 +f 934/10/496 940/9/499 932/9/496 +f 940/9/499 934/10/496 939/10/499 +f 932/9/498 940/9/502 934/10/498 +f 939/10/502 934/10/498 940/9/502 +f 941/10/500 937/9/497 942/9/500 +f 937/9/497 941/10/500 938/10/497 +f 942/9/501 937/9/495 941/10/501 +f 938/10/495 941/10/501 937/9/495 +f 944/10/501 931/9/495 943/9/501 +f 931/9/495 944/10/501 933/10/495 +f 943/9/500 931/9/497 944/10/500 +f 933/10/497 944/10/500 931/9/497 +f 934/10/503 941/10/503 939/10/503 +f 941/10/503 934/10/503 938/10/503 +f 938/10/503 934/10/503 933/10/503 +f 938/10/503 933/10/503 936/10/503 +f 936/10/503 933/10/503 944/10/503 +f 936/10/503 944/10/503 946/10/503 +f 939/10/504 941/10/504 934/10/504 +f 938/10/504 934/10/504 941/10/504 +f 933/10/504 934/10/504 938/10/504 +f 936/10/504 933/10/504 938/10/504 +f 944/10/504 933/10/504 936/10/504 +f 946/10/504 944/10/504 936/10/504 +f 937/9/504 940/9/504 942/9/504 +f 940/9/504 937/9/504 932/9/504 +f 932/9/504 937/9/504 935/9/504 +f 932/9/504 935/9/504 931/9/504 +f 931/9/504 935/9/504 945/9/504 +f 931/9/504 945/9/504 943/9/504 +f 942/9/503 940/9/503 937/9/503 +f 932/9/503 937/9/503 940/9/503 +f 935/9/503 937/9/503 932/9/503 +f 931/9/503 935/9/503 932/9/503 +f 945/9/503 935/9/503 931/9/503 +f 943/9/503 945/9/503 931/9/503 +f 949/6/81 948/6/81 947/6/81 +f 948/6/81 949/6/81 950/6/81 +f 948/6/81 950/6/81 951/6/81 +f 951/6/81 950/6/81 952/6/81 +f 951/6/81 952/6/81 953/6/81 +f 953/6/81 952/6/81 954/6/81 +f 953/6/81 954/6/81 955/6/81 +f 955/6/81 954/6/81 956/6/81 +f 947/6/82 948/6/82 949/6/82 +f 950/6/82 949/6/82 948/6/82 +f 951/6/82 950/6/82 948/6/82 +f 952/6/82 950/6/82 951/6/82 +f 953/6/82 952/6/82 951/6/82 +f 954/6/82 952/6/82 953/6/82 +f 955/6/82 954/6/82 953/6/82 +f 956/6/82 954/6/82 955/6/82 +f 949/6/179 105/7/179 957/7/179 +f 105/7/179 949/6/179 947/6/179 +f 957/7/180 105/7/180 949/6/180 +f 947/6/180 949/6/180 105/7/180 +f 958/7/182 949/6/181 957/7/181 +f 949/6/181 958/7/182 950/6/182 +f 957/7/184 949/6/184 958/7/183 +f 950/6/183 958/7/183 949/6/184 +f 959/7/185 950/6/182 958/7/182 +f 950/6/182 959/7/185 952/6/185 +f 958/7/183 950/6/183 959/7/186 +f 952/6/186 959/7/186 950/6/183 +f 954/6/187 959/7/185 960/7/187 +f 959/7/185 954/6/187 952/6/185 +f 960/7/188 959/7/186 954/6/188 +f 952/6/186 954/6/188 959/7/186 +f 956/6/194 960/7/187 961/7/194 +f 960/7/187 956/6/194 954/6/187 +f 961/7/193 960/7/188 956/6/193 +f 954/6/188 956/6/193 960/7/188 +f 113/7/191 956/6/191 961/7/191 +f 956/6/191 113/7/191 955/6/191 +f 961/7/192 956/6/192 113/7/192 +f 955/6/192 113/7/192 956/6/192 +f 953/6/188 113/7/193 111/7/188 +f 113/7/193 953/6/188 955/6/193 +f 111/7/187 113/7/194 953/6/187 +f 955/6/194 953/6/187 113/7/194 +f 951/6/186 111/7/188 109/7/186 +f 111/7/188 951/6/186 953/6/188 +f 109/7/185 111/7/187 951/6/185 +f 953/6/187 951/6/185 111/7/187 +f 951/6/186 106/7/183 948/6/183 +f 106/7/183 951/6/186 109/7/186 +f 948/6/182 106/7/182 951/6/185 +f 109/7/185 951/6/185 106/7/182 +f 948/6/183 105/7/184 947/6/184 +f 105/7/184 948/6/183 106/7/183 +f 947/6/181 105/7/181 948/6/182 +f 106/7/182 948/6/182 105/7/181 +f 963/7/82 962/7/82 125/7/82 +f 962/7/82 963/7/82 126/7/82 +f 962/7/82 126/7/82 964/7/82 +f 964/7/82 126/7/82 965/7/82 +f 964/7/82 965/7/82 966/7/82 +f 966/7/82 965/7/82 967/7/82 +f 967/7/82 965/7/82 128/7/82 +f 967/7/82 128/7/82 968/7/82 +f 125/7/81 962/7/81 963/7/81 +f 126/7/81 963/7/81 962/7/81 +f 964/7/81 126/7/81 962/7/81 +f 965/7/81 126/7/81 964/7/81 +f 966/7/81 965/7/81 964/7/81 +f 967/7/81 965/7/81 966/7/81 +f 128/7/81 965/7/81 967/7/81 +f 968/7/81 128/7/81 967/7/81 +f 969/8/81 124/8/81 116/8/81 +f 124/8/81 969/8/81 123/8/81 +f 123/8/81 969/8/81 970/8/81 +f 123/8/81 970/8/81 122/8/81 +f 122/8/81 970/8/81 971/8/81 +f 122/8/81 971/8/81 972/8/81 +f 122/8/81 972/8/81 121/8/81 +f 121/8/81 972/8/81 973/8/81 +f 116/8/82 124/8/82 969/8/82 +f 123/8/82 969/8/82 124/8/82 +f 970/8/82 969/8/82 123/8/82 +f 122/8/82 970/8/82 123/8/82 +f 971/8/82 970/8/82 122/8/82 +f 972/8/82 971/8/82 122/8/82 +f 121/8/82 972/8/82 122/8/82 +f 973/8/82 972/8/82 121/8/82 +f 969/8/179 125/7/179 962/7/179 +f 125/7/179 969/8/179 116/8/179 +f 962/7/180 125/7/180 969/8/180 +f 116/8/180 969/8/180 125/7/180 +f 964/7/182 969/8/181 962/7/181 +f 969/8/181 964/7/182 970/8/182 +f 962/7/184 969/8/184 964/7/183 +f 970/8/183 964/7/183 969/8/184 +f 966/7/185 970/8/182 964/7/182 +f 970/8/182 966/7/185 971/8/185 +f 964/7/183 970/8/183 966/7/186 +f 971/8/186 966/7/186 970/8/183 +f 972/8/187 966/7/185 967/7/187 +f 966/7/185 972/8/187 971/8/185 +f 967/7/188 966/7/186 972/8/188 +f 971/8/186 972/8/188 966/7/186 +f 973/8/189 967/7/187 968/7/189 +f 967/7/187 973/8/189 972/8/187 +f 968/7/190 967/7/188 973/8/190 +f 972/8/188 973/8/190 967/7/188 +f 128/7/191 973/8/191 968/7/191 +f 973/8/191 128/7/191 121/8/191 +f 968/7/192 973/8/192 128/7/192 +f 121/8/192 128/7/192 973/8/192 +f 122/8/188 128/7/193 965/7/188 +f 128/7/193 122/8/188 121/8/193 +f 965/7/187 128/7/194 122/8/187 +f 121/8/194 122/8/187 128/7/194 +f 123/8/186 965/7/188 126/7/186 +f 965/7/188 123/8/186 122/8/188 +f 126/7/185 965/7/187 123/8/185 +f 122/8/187 123/8/185 965/7/187 +f 123/8/186 963/7/183 124/8/183 +f 963/7/183 123/8/186 126/7/186 +f 124/8/182 963/7/182 123/8/185 +f 126/7/185 123/8/185 963/7/182 +f 124/8/183 125/7/184 116/8/184 +f 125/7/184 124/8/183 963/7/183 +f 116/8/181 125/7/181 124/8/182 +f 963/7/182 124/8/182 125/7/181 +f 976/8/506 975/7/505 974/8/505 +f 975/7/505 976/8/506 977/7/506 +f 974/8/508 975/7/508 976/8/507 +f 977/7/507 976/8/507 975/7/508 +f 980/8/509 979/7/510 978/7/509 +f 979/7/510 980/8/509 981/8/510 +f 978/7/511 979/7/512 980/8/511 +f 981/8/512 980/8/511 979/7/512 +f 981/8/510 982/7/513 979/7/510 +f 982/7/513 981/8/510 983/8/513 +f 979/7/512 982/7/514 981/8/512 +f 983/8/514 981/8/512 982/7/514 +f 986/7/516 985/8/515 984/7/515 +f 985/8/515 986/7/516 987/8/516 +f 984/7/518 985/8/518 986/7/517 +f 987/8/517 986/7/517 985/8/518 +f 984/7/515 980/8/509 978/7/509 +f 980/8/509 984/7/515 985/8/515 +f 978/7/511 980/8/511 984/7/518 +f 985/8/518 984/7/518 980/8/511 +f 974/8/505 982/7/513 983/8/513 +f 982/7/513 974/8/505 975/7/505 +f 983/8/514 982/7/514 974/8/508 +f 975/7/508 974/8/508 982/7/514 +f 974/8/81 987/8/81 976/8/81 +f 987/8/81 974/8/81 983/8/81 +f 987/8/81 983/8/81 981/8/81 +f 987/8/81 981/8/81 980/8/81 +f 987/8/81 980/8/81 985/8/81 +f 976/8/82 987/8/82 974/8/82 +f 983/8/82 974/8/82 987/8/82 +f 981/8/82 983/8/82 987/8/82 +f 980/8/82 981/8/82 987/8/82 +f 985/8/82 980/8/82 987/8/82 +f 990/10/519 989/9/520 988/9/519 +f 989/9/520 990/10/519 991/10/520 +f 988/9/521 989/9/522 990/10/521 +f 991/10/522 990/10/521 989/9/522 +f 994/10/521 993/9/522 992/9/521 +f 993/9/522 994/10/521 995/10/522 +f 992/9/519 993/9/520 994/10/519 +f 995/10/520 994/10/519 993/9/520 +f 998/10/524 997/9/523 996/10/523 +f 997/9/523 998/10/524 999/9/524 +f 996/10/526 997/9/526 998/10/525 +f 999/9/525 998/10/525 997/9/526 +f 1002/9/526 1001/10/525 1000/9/525 +f 1001/10/525 1002/9/526 1003/10/526 +f 1000/9/524 1001/10/524 1002/9/523 +f 1003/10/523 1002/9/523 1001/10/524 +f 995/10/522 1002/9/526 993/9/522 +f 1002/9/526 995/10/522 1003/10/526 +f 993/9/520 1002/9/523 995/10/520 +f 1003/10/523 995/10/520 1002/9/523 +f 991/10/520 997/9/523 989/9/520 +f 997/9/523 991/10/520 996/10/523 +f 989/9/522 997/9/526 991/10/522 +f 996/10/526 991/10/522 997/9/526 +f 998/10/524 992/9/521 999/9/524 +f 992/9/521 998/10/524 994/10/521 +f 999/9/525 992/9/519 998/10/525 +f 994/10/519 998/10/525 992/9/519 +f 1001/10/525 988/9/519 1000/9/525 +f 988/9/519 1001/10/525 990/10/519 +f 1000/9/524 988/9/521 1001/10/524 +f 990/10/521 1001/10/524 988/9/521 +f 991/10/527 998/10/527 996/10/527 +f 998/10/527 991/10/527 994/10/527 +f 994/10/527 991/10/527 990/10/527 +f 994/10/527 990/10/527 995/10/527 +f 995/10/527 990/10/527 1001/10/527 +f 995/10/527 1001/10/527 1003/10/527 +f 996/10/528 998/10/528 991/10/528 +f 994/10/528 991/10/528 998/10/528 +f 990/10/528 991/10/528 994/10/528 +f 995/10/528 990/10/528 994/10/528 +f 1001/10/528 990/10/528 995/10/528 +f 1003/10/528 1001/10/528 995/10/528 +f 992/9/528 997/9/528 999/9/528 +f 997/9/528 992/9/528 989/9/528 +f 989/9/528 992/9/528 993/9/528 +f 989/9/528 993/9/528 988/9/528 +f 988/9/528 993/9/528 1002/9/528 +f 988/9/528 1002/9/528 1000/9/528 +f 999/9/527 997/9/527 992/9/527 +f 989/9/527 992/9/527 997/9/527 +f 993/9/527 992/9/527 989/9/527 +f 988/9/527 993/9/527 989/9/527 +f 1002/9/527 993/9/527 988/9/527 +f 1000/9/527 1002/9/527 988/9/527 +f 1006/10/529 1005/9/530 1004/9/529 +f 1005/9/530 1006/10/529 1007/10/530 +f 1004/9/531 1005/9/532 1006/10/531 +f 1007/10/532 1006/10/531 1005/9/532 +f 1010/10/531 1009/9/532 1008/9/531 +f 1009/9/532 1010/10/531 1011/10/532 +f 1008/9/529 1009/9/530 1010/10/529 +f 1011/10/530 1010/10/529 1009/9/530 +f 1014/10/534 1013/9/533 1012/10/533 +f 1013/9/533 1014/10/534 1015/9/534 +f 1012/10/536 1013/9/536 1014/10/535 +f 1015/9/535 1014/10/535 1013/9/536 +f 1018/9/536 1017/10/535 1016/9/535 +f 1017/10/535 1018/9/536 1019/10/536 +f 1016/9/534 1017/10/534 1018/9/533 +f 1019/10/533 1018/9/533 1017/10/534 +f 1011/10/532 1018/9/536 1009/9/532 +f 1018/9/536 1011/10/532 1019/10/536 +f 1009/9/530 1018/9/533 1011/10/530 +f 1019/10/533 1011/10/530 1018/9/533 +f 1007/10/530 1013/9/533 1005/9/530 +f 1013/9/533 1007/10/530 1012/10/533 +f 1005/9/532 1013/9/536 1007/10/532 +f 1012/10/536 1007/10/532 1013/9/536 +f 1014/10/534 1008/9/531 1015/9/534 +f 1008/9/531 1014/10/534 1010/10/531 +f 1015/9/535 1008/9/529 1014/10/535 +f 1010/10/529 1014/10/535 1008/9/529 +f 1017/10/535 1004/9/529 1016/9/535 +f 1004/9/529 1017/10/535 1006/10/529 +f 1016/9/534 1004/9/531 1017/10/534 +f 1006/10/531 1017/10/534 1004/9/531 +f 1007/10/189 1014/10/189 1012/10/189 +f 1014/10/189 1007/10/189 1010/10/189 +f 1010/10/189 1007/10/189 1006/10/189 +f 1010/10/189 1006/10/189 1011/10/189 +f 1011/10/189 1006/10/189 1017/10/189 +f 1011/10/189 1017/10/189 1019/10/189 +f 1012/10/190 1014/10/190 1007/10/190 +f 1010/10/190 1007/10/190 1014/10/190 +f 1006/10/190 1007/10/190 1010/10/190 +f 1011/10/190 1006/10/190 1010/10/190 +f 1017/10/190 1006/10/190 1011/10/190 +f 1019/10/190 1017/10/190 1011/10/190 +f 1008/9/190 1013/9/190 1015/9/190 +f 1013/9/190 1008/9/190 1005/9/190 +f 1005/9/190 1008/9/190 1009/9/190 +f 1005/9/190 1009/9/190 1004/9/190 +f 1004/9/190 1009/9/190 1018/9/190 +f 1004/9/190 1018/9/190 1016/9/190 +f 1015/9/189 1013/9/189 1008/9/189 +f 1005/9/189 1008/9/189 1013/9/189 +f 1009/9/189 1008/9/189 1005/9/189 +f 1004/9/189 1009/9/189 1005/9/189 +f 1018/9/189 1009/9/189 1004/9/189 +f 1016/9/189 1018/9/189 1004/9/189 +f 1022/10/529 1021/9/530 1020/9/529 +f 1021/9/530 1022/10/529 1023/10/530 +f 1020/9/531 1021/9/532 1022/10/531 +f 1023/10/532 1022/10/531 1021/9/532 +f 1026/10/531 1025/9/532 1024/9/531 +f 1025/9/532 1026/10/531 1027/10/532 +f 1024/9/529 1025/9/530 1026/10/529 +f 1027/10/530 1026/10/529 1025/9/530 +f 1030/10/534 1029/9/533 1028/10/533 +f 1029/9/533 1030/10/534 1031/9/534 +f 1028/10/536 1029/9/536 1030/10/535 +f 1031/9/535 1030/10/535 1029/9/536 +f 1034/9/536 1033/10/535 1032/9/535 +f 1033/10/535 1034/9/536 1035/10/536 +f 1032/9/534 1033/10/534 1034/9/533 +f 1035/10/533 1034/9/533 1033/10/534 +f 1027/10/532 1034/9/536 1025/9/532 +f 1034/9/536 1027/10/532 1035/10/536 +f 1025/9/530 1034/9/533 1027/10/530 +f 1035/10/533 1027/10/530 1034/9/533 +f 1023/10/530 1029/9/533 1021/9/530 +f 1029/9/533 1023/10/530 1028/10/533 +f 1021/9/532 1029/9/536 1023/10/532 +f 1028/10/536 1023/10/532 1029/9/536 +f 1030/10/534 1024/9/531 1031/9/534 +f 1024/9/531 1030/10/534 1026/10/531 +f 1031/9/535 1024/9/529 1030/10/535 +f 1026/10/529 1030/10/535 1024/9/529 +f 1033/10/535 1020/9/529 1032/9/535 +f 1020/9/529 1033/10/535 1022/10/529 +f 1032/9/534 1020/9/531 1033/10/534 +f 1022/10/531 1033/10/534 1020/9/531 +f 1023/10/189 1030/10/189 1028/10/189 +f 1030/10/189 1023/10/189 1026/10/189 +f 1026/10/189 1023/10/189 1022/10/189 +f 1026/10/189 1022/10/189 1027/10/189 +f 1027/10/189 1022/10/189 1033/10/189 +f 1027/10/189 1033/10/189 1035/10/189 +f 1028/10/190 1030/10/190 1023/10/190 +f 1026/10/190 1023/10/190 1030/10/190 +f 1022/10/190 1023/10/190 1026/10/190 +f 1027/10/190 1022/10/190 1026/10/190 +f 1033/10/190 1022/10/190 1027/10/190 +f 1035/10/190 1033/10/190 1027/10/190 +f 1024/9/190 1029/9/190 1031/9/190 +f 1029/9/190 1024/9/190 1021/9/190 +f 1021/9/190 1024/9/190 1025/9/190 +f 1021/9/190 1025/9/190 1020/9/190 +f 1020/9/190 1025/9/190 1034/9/190 +f 1020/9/190 1034/9/190 1032/9/190 +f 1031/9/189 1029/9/189 1024/9/189 +f 1021/9/189 1024/9/189 1029/9/189 +f 1025/9/189 1024/9/189 1021/9/189 +f 1020/9/189 1025/9/189 1021/9/189 +f 1034/9/189 1025/9/189 1020/9/189 +f 1032/9/189 1034/9/189 1020/9/189 +f 1038/10/537 1037/9/538 1036/9/537 +f 1037/9/538 1038/10/537 1039/10/538 +f 1036/9/539 1037/9/540 1038/10/539 +f 1039/10/540 1038/10/539 1037/9/540 +f 1042/9/539 1041/10/540 1040/9/540 +f 1041/10/540 1042/9/539 1043/10/539 +f 1040/9/538 1041/10/538 1042/9/537 +f 1043/10/537 1042/9/537 1041/10/538 +f 1046/10/542 1045/9/541 1044/10/541 +f 1045/9/541 1046/10/542 1047/9/542 +f 1044/10/544 1045/9/544 1046/10/543 +f 1047/9/543 1046/10/543 1045/9/544 +f 1050/9/544 1049/10/543 1048/9/543 +f 1049/10/543 1050/9/544 1051/10/544 +f 1048/9/542 1049/10/542 1050/9/541 +f 1051/10/541 1050/9/541 1049/10/542 +f 1041/10/540 1050/9/544 1040/9/540 +f 1050/9/544 1041/10/540 1051/10/544 +f 1040/9/538 1050/9/541 1041/10/538 +f 1051/10/541 1041/10/538 1050/9/541 +f 1039/10/538 1045/9/541 1037/9/538 +f 1045/9/541 1039/10/538 1044/10/541 +f 1037/9/540 1045/9/544 1039/10/540 +f 1044/10/544 1039/10/540 1045/9/544 +f 1046/10/542 1042/9/539 1047/9/542 +f 1042/9/539 1046/10/542 1043/10/539 +f 1047/9/543 1042/9/537 1046/10/543 +f 1043/10/537 1046/10/543 1042/9/537 +f 1049/10/543 1036/9/537 1048/9/543 +f 1036/9/537 1049/10/543 1038/10/537 +f 1048/9/542 1036/9/539 1049/10/542 +f 1038/10/539 1049/10/542 1036/9/539 +f 1039/10/545 1046/10/545 1044/10/545 +f 1046/10/545 1039/10/545 1043/10/545 +f 1043/10/545 1039/10/545 1038/10/545 +f 1043/10/545 1038/10/545 1041/10/545 +f 1041/10/545 1038/10/545 1049/10/545 +f 1041/10/545 1049/10/545 1051/10/545 +f 1044/10/546 1046/10/546 1039/10/546 +f 1043/10/546 1039/10/546 1046/10/546 +f 1038/10/546 1039/10/546 1043/10/546 +f 1041/10/546 1038/10/546 1043/10/546 +f 1049/10/546 1038/10/546 1041/10/546 +f 1051/10/546 1049/10/546 1041/10/546 +f 1042/9/546 1045/9/546 1047/9/546 +f 1045/9/546 1042/9/546 1037/9/546 +f 1037/9/546 1042/9/546 1040/9/546 +f 1037/9/546 1040/9/546 1036/9/546 +f 1036/9/546 1040/9/546 1050/9/546 +f 1036/9/546 1050/9/546 1048/9/546 +f 1047/9/545 1045/9/545 1042/9/545 +f 1037/9/545 1042/9/545 1045/9/545 +f 1040/9/545 1042/9/545 1037/9/545 +f 1036/9/545 1040/9/545 1037/9/545 +f 1050/9/545 1040/9/545 1036/9/545 +f 1048/9/545 1050/9/545 1036/9/545 +f 1054/6/81 1053/6/81 1052/6/81 +f 1053/6/81 1054/6/81 1055/6/81 +f 1053/6/81 1055/6/81 1056/6/81 +f 1056/6/81 1055/6/81 1057/6/81 +f 1056/6/81 1057/6/81 1058/6/81 +f 1058/6/81 1057/6/81 1059/6/81 +f 1058/6/81 1059/6/81 1060/6/81 +f 1060/6/81 1059/6/81 1061/6/81 +f 1052/6/82 1053/6/82 1054/6/82 +f 1055/6/82 1054/6/82 1053/6/82 +f 1056/6/82 1055/6/82 1053/6/82 +f 1057/6/82 1055/6/82 1056/6/82 +f 1058/6/82 1057/6/82 1056/6/82 +f 1059/6/82 1057/6/82 1058/6/82 +f 1060/6/82 1059/6/82 1058/6/82 +f 1061/6/82 1059/6/82 1060/6/82 +f 1054/6/275 169/7/275 1062/7/275 +f 169/7/275 1054/6/275 1052/6/275 +f 1062/7/276 169/7/276 1054/6/276 +f 1052/6/276 1054/6/276 169/7/276 +f 1063/7/278 1054/6/277 1062/7/277 +f 1054/6/277 1063/7/278 1055/6/278 +f 1062/7/280 1054/6/280 1063/7/279 +f 1055/6/279 1063/7/279 1054/6/280 +f 1064/7/281 1055/6/278 1063/7/278 +f 1055/6/278 1064/7/281 1057/6/281 +f 1063/7/279 1055/6/279 1064/7/282 +f 1057/6/282 1064/7/282 1055/6/279 +f 1059/6/283 1064/7/281 1065/7/283 +f 1064/7/281 1059/6/283 1057/6/281 +f 1065/7/284 1064/7/282 1059/6/284 +f 1057/6/282 1059/6/284 1064/7/282 +f 1061/6/290 1065/7/283 1066/7/290 +f 1065/7/283 1061/6/290 1059/6/283 +f 1066/7/289 1065/7/284 1061/6/289 +f 1059/6/284 1061/6/289 1065/7/284 +f 177/7/287 1061/6/287 1066/7/287 +f 1061/6/287 177/7/287 1060/6/287 +f 1066/7/288 1061/6/288 177/7/288 +f 1060/6/288 177/7/288 1061/6/288 +f 1058/6/284 177/7/289 175/7/284 +f 177/7/289 1058/6/284 1060/6/289 +f 175/7/283 177/7/290 1058/6/283 +f 1060/6/290 1058/6/283 177/7/290 +f 1056/6/282 175/7/284 173/7/282 +f 175/7/284 1056/6/282 1058/6/284 +f 173/7/281 175/7/283 1056/6/281 +f 1058/6/283 1056/6/281 175/7/283 +f 1056/6/282 170/7/279 1053/6/279 +f 170/7/279 1056/6/282 173/7/282 +f 1053/6/278 170/7/278 1056/6/281 +f 173/7/281 1056/6/281 170/7/278 +f 1053/6/279 169/7/280 1052/6/280 +f 169/7/280 1053/6/279 170/7/279 +f 1052/6/277 169/7/277 1053/6/278 +f 170/7/278 1053/6/278 169/7/277 +f 1068/7/82 1067/7/82 189/7/82 +f 1067/7/82 1068/7/82 190/7/82 +f 1067/7/82 190/7/82 1069/7/82 +f 1069/7/82 190/7/82 1070/7/82 +f 1069/7/82 1070/7/82 1071/7/82 +f 1071/7/82 1070/7/82 1072/7/82 +f 1072/7/82 1070/7/82 192/7/82 +f 1072/7/82 192/7/82 1073/7/82 +f 189/7/81 1067/7/81 1068/7/81 +f 190/7/81 1068/7/81 1067/7/81 +f 1069/7/81 190/7/81 1067/7/81 +f 1070/7/81 190/7/81 1069/7/81 +f 1071/7/81 1070/7/81 1069/7/81 +f 1072/7/81 1070/7/81 1071/7/81 +f 192/7/81 1070/7/81 1072/7/81 +f 1073/7/81 192/7/81 1072/7/81 +f 1074/8/81 188/8/81 180/8/81 +f 188/8/81 1074/8/81 187/8/81 +f 187/8/81 1074/8/81 1075/8/81 +f 187/8/81 1075/8/81 186/8/81 +f 186/8/81 1075/8/81 1076/8/81 +f 186/8/81 1076/8/81 1077/8/81 +f 186/8/81 1077/8/81 185/8/81 +f 185/8/81 1077/8/81 1078/8/81 +f 180/8/82 188/8/82 1074/8/82 +f 187/8/82 1074/8/82 188/8/82 +f 1075/8/82 1074/8/82 187/8/82 +f 186/8/82 1075/8/82 187/8/82 +f 1076/8/82 1075/8/82 186/8/82 +f 1077/8/82 1076/8/82 186/8/82 +f 185/8/82 1077/8/82 186/8/82 +f 1078/8/82 1077/8/82 185/8/82 +f 1074/8/275 189/7/275 1067/7/275 +f 189/7/275 1074/8/275 180/8/275 +f 1067/7/276 189/7/276 1074/8/276 +f 180/8/276 1074/8/276 189/7/276 +f 1069/7/278 1074/8/277 1067/7/277 +f 1074/8/277 1069/7/278 1075/8/278 +f 1067/7/280 1074/8/280 1069/7/279 +f 1075/8/279 1069/7/279 1074/8/280 +f 1071/7/281 1075/8/278 1069/7/278 +f 1075/8/278 1071/7/281 1076/8/281 +f 1069/7/279 1075/8/279 1071/7/282 +f 1076/8/282 1071/7/282 1075/8/279 +f 1077/8/283 1071/7/281 1072/7/283 +f 1071/7/281 1077/8/283 1076/8/281 +f 1072/7/284 1071/7/282 1077/8/284 +f 1076/8/282 1077/8/284 1071/7/282 +f 1078/8/285 1072/7/283 1073/7/285 +f 1072/7/283 1078/8/285 1077/8/283 +f 1073/7/286 1072/7/284 1078/8/286 +f 1077/8/284 1078/8/286 1072/7/284 +f 192/7/287 1078/8/287 1073/7/287 +f 1078/8/287 192/7/287 185/8/287 +f 1073/7/288 1078/8/288 192/7/288 +f 185/8/288 192/7/288 1078/8/288 +f 186/8/284 192/7/289 1070/7/284 +f 192/7/289 186/8/284 185/8/289 +f 1070/7/283 192/7/290 186/8/283 +f 185/8/290 186/8/283 192/7/290 +f 187/8/282 1070/7/284 190/7/282 +f 1070/7/284 187/8/282 186/8/284 +f 190/7/281 1070/7/283 187/8/281 +f 186/8/283 187/8/281 1070/7/283 +f 187/8/282 1068/7/279 188/8/279 +f 1068/7/279 187/8/282 190/7/282 +f 188/8/278 1068/7/278 187/8/281 +f 190/7/281 187/8/281 1068/7/278 +f 188/8/279 189/7/280 180/8/280 +f 189/7/280 188/8/279 1068/7/279 +f 180/8/277 189/7/277 188/8/278 +f 1068/7/278 188/8/278 189/7/277 +f 1081/8/548 1080/7/547 1079/8/547 +f 1080/7/547 1081/8/548 1082/7/548 +f 1079/8/550 1080/7/550 1081/8/549 +f 1082/7/549 1081/8/549 1080/7/550 +f 1085/8/551 1084/7/552 1083/7/551 +f 1084/7/552 1085/8/551 1086/8/552 +f 1083/7/553 1084/7/554 1085/8/553 +f 1086/8/554 1085/8/553 1084/7/554 +f 1086/8/552 1087/7/555 1084/7/552 +f 1087/7/555 1086/8/552 1088/8/555 +f 1084/7/554 1087/7/556 1086/8/554 +f 1088/8/556 1086/8/554 1087/7/556 +f 1091/7/558 1090/8/557 1089/7/557 +f 1090/8/557 1091/7/558 1092/8/558 +f 1089/7/560 1090/8/560 1091/7/559 +f 1092/8/559 1091/7/559 1090/8/560 +f 1089/7/557 1085/8/551 1083/7/551 +f 1085/8/551 1089/7/557 1090/8/557 +f 1083/7/553 1085/8/553 1089/7/560 +f 1090/8/560 1089/7/560 1085/8/553 +f 1079/8/547 1087/7/555 1088/8/555 +f 1087/7/555 1079/8/547 1080/7/547 +f 1088/8/556 1087/7/556 1079/8/550 +f 1080/7/550 1079/8/550 1087/7/556 +f 1079/8/81 1092/8/81 1081/8/81 +f 1092/8/81 1079/8/81 1088/8/81 +f 1092/8/81 1088/8/81 1086/8/81 +f 1092/8/81 1086/8/81 1085/8/81 +f 1092/8/81 1085/8/81 1090/8/81 +f 1081/8/82 1092/8/82 1079/8/82 +f 1088/8/82 1079/8/82 1092/8/82 +f 1086/8/82 1088/8/82 1092/8/82 +f 1085/8/82 1086/8/82 1092/8/82 +f 1090/8/82 1085/8/82 1092/8/82 +f 1095/10/561 1094/9/562 1093/9/561 +f 1094/9/562 1095/10/561 1096/10/562 +f 1093/9/563 1094/9/564 1095/10/563 +f 1096/10/564 1095/10/563 1094/9/564 +f 1099/10/563 1098/9/564 1097/9/563 +f 1098/9/564 1099/10/563 1100/10/564 +f 1097/9/561 1098/9/562 1099/10/561 +f 1100/10/562 1099/10/561 1098/9/562 +f 1103/10/566 1102/9/565 1101/10/565 +f 1102/9/565 1103/10/566 1104/9/566 +f 1101/10/568 1102/9/568 1103/10/567 +f 1104/9/567 1103/10/567 1102/9/568 +f 1107/9/568 1106/10/567 1105/9/567 +f 1106/10/567 1107/9/568 1108/10/568 +f 1105/9/566 1106/10/566 1107/9/565 +f 1108/10/565 1107/9/565 1106/10/566 +f 1100/10/564 1107/9/568 1098/9/564 +f 1107/9/568 1100/10/564 1108/10/568 +f 1098/9/562 1107/9/565 1100/10/562 +f 1108/10/565 1100/10/562 1107/9/565 +f 1096/10/562 1102/9/565 1094/9/562 +f 1102/9/565 1096/10/562 1101/10/565 +f 1094/9/564 1102/9/568 1096/10/564 +f 1101/10/568 1096/10/564 1102/9/568 +f 1103/10/566 1097/9/563 1104/9/566 +f 1097/9/563 1103/10/566 1099/10/563 +f 1104/9/567 1097/9/561 1103/10/567 +f 1099/10/561 1103/10/567 1097/9/561 +f 1106/10/567 1093/9/561 1105/9/567 +f 1093/9/561 1106/10/567 1095/10/561 +f 1105/9/566 1093/9/563 1106/10/566 +f 1095/10/563 1106/10/566 1093/9/563 +f 1096/10/569 1103/10/569 1101/10/569 +f 1103/10/569 1096/10/569 1099/10/569 +f 1099/10/569 1096/10/569 1095/10/569 +f 1099/10/569 1095/10/569 1100/10/569 +f 1100/10/569 1095/10/569 1106/10/569 +f 1100/10/569 1106/10/569 1108/10/569 +f 1101/10/570 1103/10/570 1096/10/570 +f 1099/10/570 1096/10/570 1103/10/570 +f 1095/10/570 1096/10/570 1099/10/570 +f 1100/10/570 1095/10/570 1099/10/570 +f 1106/10/570 1095/10/570 1100/10/570 +f 1108/10/570 1106/10/570 1100/10/570 +f 1097/9/570 1102/9/570 1104/9/570 +f 1102/9/570 1097/9/570 1094/9/570 +f 1094/9/570 1097/9/570 1098/9/570 +f 1094/9/570 1098/9/570 1093/9/570 +f 1093/9/570 1098/9/570 1107/9/570 +f 1093/9/570 1107/9/570 1105/9/570 +f 1104/9/569 1102/9/569 1097/9/569 +f 1094/9/569 1097/9/569 1102/9/569 +f 1098/9/569 1097/9/569 1094/9/569 +f 1093/9/569 1098/9/569 1094/9/569 +f 1107/9/569 1098/9/569 1093/9/569 +f 1105/9/569 1107/9/569 1093/9/569 +f 1111/10/571 1110/9/572 1109/9/571 +f 1110/9/572 1111/10/571 1112/10/572 +f 1109/9/573 1110/9/574 1111/10/573 +f 1112/10/574 1111/10/573 1110/9/574 +f 1115/10/573 1114/9/574 1113/9/573 +f 1114/9/574 1115/10/573 1116/10/574 +f 1113/9/571 1114/9/572 1115/10/571 +f 1116/10/572 1115/10/571 1114/9/572 +f 1119/10/576 1118/9/575 1117/10/575 +f 1118/9/575 1119/10/576 1120/9/576 +f 1117/10/578 1118/9/578 1119/10/577 +f 1120/9/577 1119/10/577 1118/9/578 +f 1123/9/578 1122/10/577 1121/9/577 +f 1122/10/577 1123/9/578 1124/10/578 +f 1121/9/576 1122/10/576 1123/9/575 +f 1124/10/575 1123/9/575 1122/10/576 +f 1116/10/574 1123/9/578 1114/9/574 +f 1123/9/578 1116/10/574 1124/10/578 +f 1114/9/572 1123/9/575 1116/10/572 +f 1124/10/575 1116/10/572 1123/9/575 +f 1112/10/572 1118/9/575 1110/9/572 +f 1118/9/575 1112/10/572 1117/10/575 +f 1110/9/574 1118/9/578 1112/10/574 +f 1117/10/578 1112/10/574 1118/9/578 +f 1119/10/576 1113/9/573 1120/9/576 +f 1113/9/573 1119/10/576 1115/10/573 +f 1120/9/577 1113/9/571 1119/10/577 +f 1115/10/571 1119/10/577 1113/9/571 +f 1122/10/577 1109/9/571 1121/9/577 +f 1109/9/571 1122/10/577 1111/10/571 +f 1121/9/576 1109/9/573 1122/10/576 +f 1111/10/573 1122/10/576 1109/9/573 +f 1112/10/285 1119/10/285 1117/10/285 +f 1119/10/285 1112/10/285 1115/10/285 +f 1115/10/285 1112/10/285 1111/10/285 +f 1115/10/285 1111/10/285 1116/10/285 +f 1116/10/285 1111/10/285 1122/10/285 +f 1116/10/285 1122/10/285 1124/10/285 +f 1117/10/286 1119/10/286 1112/10/286 +f 1115/10/286 1112/10/286 1119/10/286 +f 1111/10/286 1112/10/286 1115/10/286 +f 1116/10/286 1111/10/286 1115/10/286 +f 1122/10/286 1111/10/286 1116/10/286 +f 1124/10/286 1122/10/286 1116/10/286 +f 1113/9/286 1118/9/286 1120/9/286 +f 1118/9/286 1113/9/286 1110/9/286 +f 1110/9/286 1113/9/286 1114/9/286 +f 1110/9/286 1114/9/286 1109/9/286 +f 1109/9/286 1114/9/286 1123/9/286 +f 1109/9/286 1123/9/286 1121/9/286 +f 1120/9/285 1118/9/285 1113/9/285 +f 1110/9/285 1113/9/285 1118/9/285 +f 1114/9/285 1113/9/285 1110/9/285 +f 1109/9/285 1114/9/285 1110/9/285 +f 1123/9/285 1114/9/285 1109/9/285 +f 1121/9/285 1123/9/285 1109/9/285 +f 1127/10/571 1126/9/572 1125/9/571 +f 1126/9/572 1127/10/571 1128/10/572 +f 1125/9/573 1126/9/574 1127/10/573 +f 1128/10/574 1127/10/573 1126/9/574 +f 1131/10/573 1130/9/574 1129/9/573 +f 1130/9/574 1131/10/573 1132/10/574 +f 1129/9/571 1130/9/572 1131/10/571 +f 1132/10/572 1131/10/571 1130/9/572 +f 1135/10/576 1134/9/575 1133/10/575 +f 1134/9/575 1135/10/576 1136/9/576 +f 1133/10/578 1134/9/578 1135/10/577 +f 1136/9/577 1135/10/577 1134/9/578 +f 1139/9/578 1138/10/577 1137/9/577 +f 1138/10/577 1139/9/578 1140/10/578 +f 1137/9/576 1138/10/576 1139/9/575 +f 1140/10/575 1139/9/575 1138/10/576 +f 1132/10/574 1139/9/578 1130/9/574 +f 1139/9/578 1132/10/574 1140/10/578 +f 1130/9/572 1139/9/575 1132/10/572 +f 1140/10/575 1132/10/572 1139/9/575 +f 1128/10/572 1134/9/575 1126/9/572 +f 1134/9/575 1128/10/572 1133/10/575 +f 1126/9/574 1134/9/578 1128/10/574 +f 1133/10/578 1128/10/574 1134/9/578 +f 1135/10/576 1129/9/573 1136/9/576 +f 1129/9/573 1135/10/576 1131/10/573 +f 1136/9/577 1129/9/571 1135/10/577 +f 1131/10/571 1135/10/577 1129/9/571 +f 1138/10/577 1125/9/571 1137/9/577 +f 1125/9/571 1138/10/577 1127/10/571 +f 1137/9/576 1125/9/573 1138/10/576 +f 1127/10/573 1138/10/576 1125/9/573 +f 1128/10/285 1135/10/285 1133/10/285 +f 1135/10/285 1128/10/285 1131/10/285 +f 1131/10/285 1128/10/285 1127/10/285 +f 1131/10/285 1127/10/285 1132/10/285 +f 1132/10/285 1127/10/285 1138/10/285 +f 1132/10/285 1138/10/285 1140/10/285 +f 1133/10/286 1135/10/286 1128/10/286 +f 1131/10/286 1128/10/286 1135/10/286 +f 1127/10/286 1128/10/286 1131/10/286 +f 1132/10/286 1127/10/286 1131/10/286 +f 1138/10/286 1127/10/286 1132/10/286 +f 1140/10/286 1138/10/286 1132/10/286 +f 1129/9/286 1134/9/286 1136/9/286 +f 1134/9/286 1129/9/286 1126/9/286 +f 1126/9/286 1129/9/286 1130/9/286 +f 1126/9/286 1130/9/286 1125/9/286 +f 1125/9/286 1130/9/286 1139/9/286 +f 1125/9/286 1139/9/286 1137/9/286 +f 1136/9/285 1134/9/285 1129/9/285 +f 1126/9/285 1129/9/285 1134/9/285 +f 1130/9/285 1129/9/285 1126/9/285 +f 1125/9/285 1130/9/285 1126/9/285 +f 1139/9/285 1130/9/285 1125/9/285 +f 1137/9/285 1139/9/285 1125/9/285 +f 1143/10/579 1142/9/580 1141/9/579 +f 1142/9/580 1143/10/579 1144/10/580 +f 1141/9/581 1142/9/582 1143/10/581 +f 1144/10/582 1143/10/581 1142/9/582 +f 1147/9/581 1146/10/582 1145/9/582 +f 1146/10/582 1147/9/581 1148/10/581 +f 1145/9/580 1146/10/580 1147/9/579 +f 1148/10/579 1147/9/579 1146/10/580 +f 1151/10/584 1150/9/583 1149/10/583 +f 1150/9/583 1151/10/584 1152/9/584 +f 1149/10/586 1150/9/586 1151/10/585 +f 1152/9/585 1151/10/585 1150/9/586 +f 1155/9/586 1154/10/585 1153/9/585 +f 1154/10/585 1155/9/586 1156/10/586 +f 1153/9/584 1154/10/584 1155/9/583 +f 1156/10/583 1155/9/583 1154/10/584 +f 1146/10/582 1155/9/586 1145/9/582 +f 1155/9/586 1146/10/582 1156/10/586 +f 1145/9/580 1155/9/583 1146/10/580 +f 1156/10/583 1146/10/580 1155/9/583 +f 1144/10/580 1150/9/583 1142/9/580 +f 1150/9/583 1144/10/580 1149/10/583 +f 1142/9/582 1150/9/586 1144/10/582 +f 1149/10/586 1144/10/582 1150/9/586 +f 1151/10/584 1147/9/581 1152/9/584 +f 1147/9/581 1151/10/584 1148/10/581 +f 1152/9/585 1147/9/579 1151/10/585 +f 1148/10/579 1151/10/585 1147/9/579 +f 1154/10/585 1141/9/579 1153/9/585 +f 1141/9/579 1154/10/585 1143/10/579 +f 1153/9/584 1141/9/581 1154/10/584 +f 1143/10/581 1154/10/584 1141/9/581 +f 1144/10/587 1151/10/587 1149/10/587 +f 1151/10/587 1144/10/587 1148/10/587 +f 1148/10/587 1144/10/587 1143/10/587 +f 1148/10/587 1143/10/587 1146/10/587 +f 1146/10/587 1143/10/587 1154/10/587 +f 1146/10/587 1154/10/587 1156/10/587 +f 1149/10/588 1151/10/588 1144/10/588 +f 1148/10/588 1144/10/588 1151/10/588 +f 1143/10/588 1144/10/588 1148/10/588 +f 1146/10/588 1143/10/588 1148/10/588 +f 1154/10/588 1143/10/588 1146/10/588 +f 1156/10/588 1154/10/588 1146/10/588 +f 1147/9/588 1150/9/588 1152/9/588 +f 1150/9/588 1147/9/588 1142/9/588 +f 1142/9/588 1147/9/588 1145/9/588 +f 1142/9/588 1145/9/588 1141/9/588 +f 1141/9/588 1145/9/588 1155/9/588 +f 1141/9/588 1155/9/588 1153/9/588 +f 1152/9/587 1150/9/587 1147/9/587 +f 1142/9/587 1147/9/587 1150/9/587 +f 1145/9/587 1147/9/587 1142/9/587 +f 1141/9/587 1145/9/587 1142/9/587 +f 1155/9/587 1145/9/587 1141/9/587 +f 1153/9/587 1155/9/587 1141/9/587 +f 1159/6/81 1158/6/81 1157/6/81 +f 1158/6/81 1159/6/81 1160/6/81 +f 1158/6/81 1160/6/81 1161/6/81 +f 1161/6/81 1160/6/81 1162/6/81 +f 1161/6/81 1162/6/81 1163/6/81 +f 1163/6/81 1162/6/81 1164/6/81 +f 1163/6/81 1164/6/81 1165/6/81 +f 1165/6/81 1164/6/81 1166/6/81 +f 1157/6/82 1158/6/82 1159/6/82 +f 1160/6/82 1159/6/82 1158/6/82 +f 1161/6/82 1160/6/82 1158/6/82 +f 1162/6/82 1160/6/82 1161/6/82 +f 1163/6/82 1162/6/82 1161/6/82 +f 1164/6/82 1162/6/82 1163/6/82 +f 1165/6/82 1164/6/82 1163/6/82 +f 1166/6/82 1164/6/82 1165/6/82 +f 1159/6/307 233/7/307 1167/7/307 +f 233/7/307 1159/6/307 1157/6/307 +f 1167/7/308 233/7/308 1159/6/308 +f 1157/6/308 1159/6/308 233/7/308 +f 1168/7/183 1159/6/309 1167/7/309 +f 1159/6/309 1168/7/183 1160/6/183 +f 1167/7/310 1159/6/310 1168/7/182 +f 1160/6/182 1168/7/182 1159/6/310 +f 1169/7/186 1160/6/183 1168/7/183 +f 1160/6/183 1169/7/186 1162/6/186 +f 1168/7/182 1160/6/182 1169/7/185 +f 1162/6/185 1169/7/185 1160/6/182 +f 1164/6/188 1169/7/186 1170/7/188 +f 1169/7/186 1164/6/188 1162/6/186 +f 1170/7/187 1169/7/185 1164/6/187 +f 1162/6/185 1164/6/187 1169/7/185 +f 1166/6/314 1170/7/188 1171/7/314 +f 1170/7/188 1166/6/314 1164/6/188 +f 1171/7/313 1170/7/187 1166/6/313 +f 1164/6/187 1166/6/313 1170/7/187 +f 241/7/311 1166/6/311 1171/7/311 +f 1166/6/311 241/7/311 1165/6/311 +f 1171/7/312 1166/6/312 241/7/312 +f 1165/6/312 241/7/312 1166/6/312 +f 1163/6/187 241/7/313 239/7/187 +f 241/7/313 1163/6/187 1165/6/313 +f 239/7/188 241/7/314 1163/6/188 +f 1165/6/314 1163/6/188 241/7/314 +f 1161/6/185 239/7/187 237/7/185 +f 239/7/187 1161/6/185 1163/6/187 +f 237/7/186 239/7/188 1161/6/186 +f 1163/6/188 1161/6/186 239/7/188 +f 1161/6/185 234/7/182 1158/6/182 +f 234/7/182 1161/6/185 237/7/185 +f 1158/6/183 234/7/183 1161/6/186 +f 237/7/186 1161/6/186 234/7/183 +f 1158/6/182 233/7/310 1157/6/310 +f 233/7/310 1158/6/182 234/7/182 +f 1157/6/309 233/7/309 1158/6/183 +f 234/7/183 1158/6/183 233/7/309 +f 1173/7/82 1172/7/82 253/7/82 +f 1172/7/82 1173/7/82 254/7/82 +f 1172/7/82 254/7/82 1174/7/82 +f 1174/7/82 254/7/82 1175/7/82 +f 1174/7/82 1175/7/82 1176/7/82 +f 1176/7/82 1175/7/82 1177/7/82 +f 1177/7/82 1175/7/82 256/7/82 +f 1177/7/82 256/7/82 1178/7/82 +f 253/7/81 1172/7/81 1173/7/81 +f 254/7/81 1173/7/81 1172/7/81 +f 1174/7/81 254/7/81 1172/7/81 +f 1175/7/81 254/7/81 1174/7/81 +f 1176/7/81 1175/7/81 1174/7/81 +f 1177/7/81 1175/7/81 1176/7/81 +f 256/7/81 1175/7/81 1177/7/81 +f 1178/7/81 256/7/81 1177/7/81 +f 1179/8/81 252/8/81 244/8/81 +f 252/8/81 1179/8/81 251/8/81 +f 251/8/81 1179/8/81 1180/8/81 +f 251/8/81 1180/8/81 250/8/81 +f 250/8/81 1180/8/81 1181/8/81 +f 250/8/81 1181/8/81 1182/8/81 +f 250/8/81 1182/8/81 249/8/81 +f 249/8/81 1182/8/81 1183/8/81 +f 244/8/82 252/8/82 1179/8/82 +f 251/8/82 1179/8/82 252/8/82 +f 1180/8/82 1179/8/82 251/8/82 +f 250/8/82 1180/8/82 251/8/82 +f 1181/8/82 1180/8/82 250/8/82 +f 1182/8/82 1181/8/82 250/8/82 +f 249/8/82 1182/8/82 250/8/82 +f 1183/8/82 1182/8/82 249/8/82 +f 1179/8/307 253/7/307 1172/7/307 +f 253/7/307 1179/8/307 244/8/307 +f 1172/7/308 253/7/308 1179/8/308 +f 244/8/308 1179/8/308 253/7/308 +f 1174/7/183 1179/8/309 1172/7/309 +f 1179/8/309 1174/7/183 1180/8/183 +f 1172/7/310 1179/8/310 1174/7/182 +f 1180/8/182 1174/7/182 1179/8/310 +f 1176/7/186 1180/8/183 1174/7/183 +f 1180/8/183 1176/7/186 1181/8/186 +f 1174/7/182 1180/8/182 1176/7/185 +f 1181/8/185 1176/7/185 1180/8/182 +f 1182/8/188 1176/7/186 1177/7/188 +f 1176/7/186 1182/8/188 1181/8/186 +f 1177/7/187 1176/7/185 1182/8/187 +f 1181/8/185 1182/8/187 1176/7/185 +f 1183/8/193 1177/7/188 1178/7/193 +f 1177/7/188 1183/8/193 1182/8/188 +f 1178/7/194 1177/7/187 1183/8/194 +f 1182/8/187 1183/8/194 1177/7/187 +f 256/7/311 1183/8/311 1178/7/311 +f 1183/8/311 256/7/311 249/8/311 +f 1178/7/312 1183/8/312 256/7/312 +f 249/8/312 256/7/312 1183/8/312 +f 250/8/187 256/7/313 1175/7/187 +f 256/7/313 250/8/187 249/8/313 +f 1175/7/188 256/7/314 250/8/188 +f 249/8/314 250/8/188 256/7/314 +f 251/8/185 1175/7/187 254/7/185 +f 1175/7/187 251/8/185 250/8/187 +f 254/7/186 1175/7/188 251/8/186 +f 250/8/188 251/8/186 1175/7/188 +f 251/8/185 1173/7/182 252/8/182 +f 1173/7/182 251/8/185 254/7/185 +f 252/8/183 1173/7/183 251/8/186 +f 254/7/186 251/8/186 1173/7/183 +f 252/8/182 253/7/310 244/8/310 +f 253/7/310 252/8/182 1173/7/182 +f 244/8/309 253/7/309 252/8/183 +f 1173/7/183 252/8/183 253/7/309 +f 1186/8/507 1185/7/508 1184/8/508 +f 1185/7/508 1186/8/507 1187/7/507 +f 1184/8/505 1185/7/505 1186/8/506 +f 1187/7/506 1186/8/506 1185/7/505 +f 1190/8/511 1189/7/512 1188/7/511 +f 1189/7/512 1190/8/511 1191/8/512 +f 1188/7/509 1189/7/510 1190/8/509 +f 1191/8/510 1190/8/509 1189/7/510 +f 1191/8/512 1192/7/514 1189/7/512 +f 1192/7/514 1191/8/512 1193/8/514 +f 1189/7/510 1192/7/513 1191/8/510 +f 1193/8/513 1191/8/510 1192/7/513 +f 1196/7/517 1195/8/518 1194/7/518 +f 1195/8/518 1196/7/517 1197/8/517 +f 1194/7/515 1195/8/515 1196/7/516 +f 1197/8/516 1196/7/516 1195/8/515 +f 1194/7/518 1190/8/511 1188/7/511 +f 1190/8/511 1194/7/518 1195/8/518 +f 1188/7/509 1190/8/509 1194/7/515 +f 1195/8/515 1194/7/515 1190/8/509 +f 1184/8/508 1192/7/514 1193/8/514 +f 1192/7/514 1184/8/508 1185/7/508 +f 1193/8/513 1192/7/513 1184/8/505 +f 1185/7/505 1184/8/505 1192/7/513 +f 1184/8/81 1197/8/81 1186/8/81 +f 1197/8/81 1184/8/81 1193/8/81 +f 1197/8/81 1193/8/81 1191/8/81 +f 1197/8/81 1191/8/81 1190/8/81 +f 1197/8/81 1190/8/81 1195/8/81 +f 1186/8/82 1197/8/82 1184/8/82 +f 1193/8/82 1184/8/82 1197/8/82 +f 1191/8/82 1193/8/82 1197/8/82 +f 1190/8/82 1191/8/82 1197/8/82 +f 1195/8/82 1190/8/82 1197/8/82 +f 1200/10/520 1199/9/519 1198/9/520 +f 1199/9/519 1200/10/520 1201/10/519 +f 1198/9/522 1199/9/521 1200/10/522 +f 1201/10/521 1200/10/522 1199/9/521 +f 1204/10/522 1203/9/521 1202/9/522 +f 1203/9/521 1204/10/522 1205/10/521 +f 1202/9/520 1203/9/519 1204/10/520 +f 1205/10/519 1204/10/520 1203/9/519 +f 1208/10/526 1207/9/525 1206/10/525 +f 1207/9/525 1208/10/526 1209/9/526 +f 1206/10/524 1207/9/524 1208/10/523 +f 1209/9/523 1208/10/523 1207/9/524 +f 1212/9/524 1211/10/523 1210/9/523 +f 1211/10/523 1212/9/524 1213/10/524 +f 1210/9/526 1211/10/526 1212/9/525 +f 1213/10/525 1212/9/525 1211/10/526 +f 1205/10/521 1212/9/524 1203/9/521 +f 1212/9/524 1205/10/521 1213/10/524 +f 1203/9/519 1212/9/525 1205/10/519 +f 1213/10/525 1205/10/519 1212/9/525 +f 1201/10/519 1207/9/525 1199/9/519 +f 1207/9/525 1201/10/519 1206/10/525 +f 1199/9/521 1207/9/524 1201/10/521 +f 1206/10/524 1201/10/521 1207/9/524 +f 1208/10/526 1202/9/522 1209/9/526 +f 1202/9/522 1208/10/526 1204/10/522 +f 1209/9/523 1202/9/520 1208/10/523 +f 1204/10/520 1208/10/523 1202/9/520 +f 1211/10/523 1198/9/520 1210/9/523 +f 1198/9/520 1211/10/523 1200/10/520 +f 1210/9/526 1198/9/522 1211/10/526 +f 1200/10/522 1211/10/526 1198/9/522 +f 1201/10/528 1208/10/528 1206/10/528 +f 1208/10/528 1201/10/528 1204/10/528 +f 1204/10/528 1201/10/528 1200/10/528 +f 1204/10/528 1200/10/528 1205/10/528 +f 1205/10/528 1200/10/528 1211/10/528 +f 1205/10/528 1211/10/528 1213/10/528 +f 1206/10/527 1208/10/527 1201/10/527 +f 1204/10/527 1201/10/527 1208/10/527 +f 1200/10/527 1201/10/527 1204/10/527 +f 1205/10/527 1200/10/527 1204/10/527 +f 1211/10/527 1200/10/527 1205/10/527 +f 1213/10/527 1211/10/527 1205/10/527 +f 1202/9/527 1207/9/527 1209/9/527 +f 1207/9/527 1202/9/527 1199/9/527 +f 1199/9/527 1202/9/527 1203/9/527 +f 1199/9/527 1203/9/527 1198/9/527 +f 1198/9/527 1203/9/527 1212/9/527 +f 1198/9/527 1212/9/527 1210/9/527 +f 1209/9/528 1207/9/528 1202/9/528 +f 1199/9/528 1202/9/528 1207/9/528 +f 1203/9/528 1202/9/528 1199/9/528 +f 1198/9/528 1203/9/528 1199/9/528 +f 1212/9/528 1203/9/528 1198/9/528 +f 1210/9/528 1212/9/528 1198/9/528 +f 1216/10/589 1215/9/590 1214/9/589 +f 1215/9/590 1216/10/589 1217/10/590 +f 1214/9/591 1215/9/592 1216/10/591 +f 1217/10/592 1216/10/591 1215/9/592 +f 1220/10/591 1219/9/592 1218/9/591 +f 1219/9/592 1220/10/591 1221/10/592 +f 1218/9/589 1219/9/590 1220/10/589 +f 1221/10/590 1220/10/589 1219/9/590 +f 1224/10/594 1223/9/593 1222/10/593 +f 1223/9/593 1224/10/594 1225/9/594 +f 1222/10/596 1223/9/596 1224/10/595 +f 1225/9/595 1224/10/595 1223/9/596 +f 1228/9/596 1227/10/595 1226/9/595 +f 1227/10/595 1228/9/596 1229/10/596 +f 1226/9/594 1227/10/594 1228/9/593 +f 1229/10/593 1228/9/593 1227/10/594 +f 1221/10/592 1228/9/596 1219/9/592 +f 1228/9/596 1221/10/592 1229/10/596 +f 1219/9/590 1228/9/593 1221/10/590 +f 1229/10/593 1221/10/590 1228/9/593 +f 1217/10/590 1223/9/593 1215/9/590 +f 1223/9/593 1217/10/590 1222/10/593 +f 1215/9/592 1223/9/596 1217/10/592 +f 1222/10/596 1217/10/592 1223/9/596 +f 1224/10/594 1218/9/591 1225/9/594 +f 1218/9/591 1224/10/594 1220/10/591 +f 1225/9/595 1218/9/589 1224/10/595 +f 1220/10/589 1224/10/595 1218/9/589 +f 1227/10/595 1214/9/589 1226/9/595 +f 1214/9/589 1227/10/595 1216/10/589 +f 1226/9/594 1214/9/591 1227/10/594 +f 1216/10/591 1227/10/594 1214/9/591 +f 1217/10/193 1224/10/193 1222/10/193 +f 1224/10/193 1217/10/193 1220/10/193 +f 1220/10/193 1217/10/193 1216/10/193 +f 1220/10/193 1216/10/193 1221/10/193 +f 1221/10/193 1216/10/193 1227/10/193 +f 1221/10/193 1227/10/193 1229/10/193 +f 1222/10/194 1224/10/194 1217/10/194 +f 1220/10/194 1217/10/194 1224/10/194 +f 1216/10/194 1217/10/194 1220/10/194 +f 1221/10/194 1216/10/194 1220/10/194 +f 1227/10/194 1216/10/194 1221/10/194 +f 1229/10/194 1227/10/194 1221/10/194 +f 1218/9/194 1223/9/194 1225/9/194 +f 1223/9/194 1218/9/194 1215/9/194 +f 1215/9/194 1218/9/194 1219/9/194 +f 1215/9/194 1219/9/194 1214/9/194 +f 1214/9/194 1219/9/194 1228/9/194 +f 1214/9/194 1228/9/194 1226/9/194 +f 1225/9/193 1223/9/193 1218/9/193 +f 1215/9/193 1218/9/193 1223/9/193 +f 1219/9/193 1218/9/193 1215/9/193 +f 1214/9/193 1219/9/193 1215/9/193 +f 1228/9/193 1219/9/193 1214/9/193 +f 1226/9/193 1228/9/193 1214/9/193 +f 1232/10/589 1231/9/590 1230/9/589 +f 1231/9/590 1232/10/589 1233/10/590 +f 1230/9/591 1231/9/592 1232/10/591 +f 1233/10/592 1232/10/591 1231/9/592 +f 1236/10/591 1235/9/592 1234/9/591 +f 1235/9/592 1236/10/591 1237/10/592 +f 1234/9/589 1235/9/590 1236/10/589 +f 1237/10/590 1236/10/589 1235/9/590 +f 1240/10/594 1239/9/593 1238/10/593 +f 1239/9/593 1240/10/594 1241/9/594 +f 1238/10/596 1239/9/596 1240/10/595 +f 1241/9/595 1240/10/595 1239/9/596 +f 1244/9/596 1243/10/595 1242/9/595 +f 1243/10/595 1244/9/596 1245/10/596 +f 1242/9/594 1243/10/594 1244/9/593 +f 1245/10/593 1244/9/593 1243/10/594 +f 1237/10/592 1244/9/596 1235/9/592 +f 1244/9/596 1237/10/592 1245/10/596 +f 1235/9/590 1244/9/593 1237/10/590 +f 1245/10/593 1237/10/590 1244/9/593 +f 1233/10/590 1239/9/593 1231/9/590 +f 1239/9/593 1233/10/590 1238/10/593 +f 1231/9/592 1239/9/596 1233/10/592 +f 1238/10/596 1233/10/592 1239/9/596 +f 1240/10/594 1234/9/591 1241/9/594 +f 1234/9/591 1240/10/594 1236/10/591 +f 1241/9/595 1234/9/589 1240/10/595 +f 1236/10/589 1240/10/595 1234/9/589 +f 1243/10/595 1230/9/589 1242/9/595 +f 1230/9/589 1243/10/595 1232/10/589 +f 1242/9/594 1230/9/591 1243/10/594 +f 1232/10/591 1243/10/594 1230/9/591 +f 1233/10/193 1240/10/193 1238/10/193 +f 1240/10/193 1233/10/193 1236/10/193 +f 1236/10/193 1233/10/193 1232/10/193 +f 1236/10/193 1232/10/193 1237/10/193 +f 1237/10/193 1232/10/193 1243/10/193 +f 1237/10/193 1243/10/193 1245/10/193 +f 1238/10/194 1240/10/194 1233/10/194 +f 1236/10/194 1233/10/194 1240/10/194 +f 1232/10/194 1233/10/194 1236/10/194 +f 1237/10/194 1232/10/194 1236/10/194 +f 1243/10/194 1232/10/194 1237/10/194 +f 1245/10/194 1243/10/194 1237/10/194 +f 1234/9/194 1239/9/194 1241/9/194 +f 1239/9/194 1234/9/194 1231/9/194 +f 1231/9/194 1234/9/194 1235/9/194 +f 1231/9/194 1235/9/194 1230/9/194 +f 1230/9/194 1235/9/194 1244/9/194 +f 1230/9/194 1244/9/194 1242/9/194 +f 1241/9/193 1239/9/193 1234/9/193 +f 1231/9/193 1234/9/193 1239/9/193 +f 1235/9/193 1234/9/193 1231/9/193 +f 1230/9/193 1235/9/193 1231/9/193 +f 1244/9/193 1235/9/193 1230/9/193 +f 1242/9/193 1244/9/193 1230/9/193 +f 1248/10/538 1247/9/537 1246/9/538 +f 1247/9/537 1248/10/538 1249/10/537 +f 1246/9/540 1247/9/539 1248/10/540 +f 1249/10/539 1248/10/540 1247/9/539 +f 1252/9/540 1251/10/539 1250/9/539 +f 1251/10/539 1252/9/540 1253/10/540 +f 1250/9/537 1251/10/537 1252/9/538 +f 1253/10/538 1252/9/538 1251/10/537 +f 1256/10/598 1255/9/597 1254/10/597 +f 1255/9/597 1256/10/598 1257/9/598 +f 1254/10/600 1255/9/600 1256/10/599 +f 1257/9/599 1256/10/599 1255/9/600 +f 1260/9/600 1259/10/599 1258/9/599 +f 1259/10/599 1260/9/600 1261/10/600 +f 1258/9/598 1259/10/598 1260/9/597 +f 1261/10/597 1260/9/597 1259/10/598 +f 1251/10/539 1260/9/600 1250/9/539 +f 1260/9/600 1251/10/539 1261/10/600 +f 1250/9/537 1260/9/597 1251/10/537 +f 1261/10/597 1251/10/537 1260/9/597 +f 1249/10/537 1255/9/597 1247/9/537 +f 1255/9/597 1249/10/537 1254/10/597 +f 1247/9/539 1255/9/600 1249/10/539 +f 1254/10/600 1249/10/539 1255/9/600 +f 1256/10/598 1252/9/540 1257/9/598 +f 1252/9/540 1256/10/598 1253/10/540 +f 1257/9/599 1252/9/538 1256/10/599 +f 1253/10/538 1256/10/599 1252/9/538 +f 1259/10/599 1246/9/538 1258/9/599 +f 1246/9/538 1259/10/599 1248/10/538 +f 1258/9/598 1246/9/540 1259/10/598 +f 1248/10/540 1259/10/598 1246/9/540 +f 1249/10/601 1256/10/601 1254/10/601 +f 1256/10/601 1249/10/601 1253/10/601 +f 1253/10/601 1249/10/601 1248/10/601 +f 1253/10/601 1248/10/601 1251/10/601 +f 1251/10/601 1248/10/601 1259/10/601 +f 1251/10/601 1259/10/601 1261/10/601 +f 1254/10/602 1256/10/602 1249/10/602 +f 1253/10/602 1249/10/602 1256/10/602 +f 1248/10/602 1249/10/602 1253/10/602 +f 1251/10/602 1248/10/602 1253/10/602 +f 1259/10/602 1248/10/602 1251/10/602 +f 1261/10/602 1259/10/602 1251/10/602 +f 1252/9/602 1255/9/602 1257/9/602 +f 1255/9/602 1252/9/602 1247/9/602 +f 1247/9/602 1252/9/602 1250/9/602 +f 1247/9/602 1250/9/602 1246/9/602 +f 1246/9/602 1250/9/602 1260/9/602 +f 1246/9/602 1260/9/602 1258/9/602 +f 1257/9/601 1255/9/601 1252/9/601 +f 1247/9/601 1252/9/601 1255/9/601 +f 1250/9/601 1252/9/601 1247/9/601 +f 1246/9/601 1250/9/601 1247/9/601 +f 1260/9/601 1250/9/601 1246/9/601 +f 1258/9/601 1260/9/601 1246/9/601 +f 405/8/385 1263/7/385 1262/8/385 +f 1263/7/385 405/8/385 1264/7/385 +f 1262/8/386 1263/7/386 405/8/386 +f 1264/7/386 405/8/386 1263/7/386 +f 1267/8/603 1266/7/380 1265/7/603 +f 1266/7/380 1267/8/603 1268/8/380 +f 1265/7/604 1266/7/382 1267/8/604 +f 1268/8/382 1267/8/604 1266/7/382 +f 405/8/382 1269/7/382 1264/7/382 +f 1269/7/382 405/8/382 406/8/382 +f 1264/7/380 1269/7/380 405/8/380 +f 406/8/380 405/8/380 1269/7/380 +f 1268/8/380 1263/7/605 1266/7/380 +f 1263/7/605 1268/8/380 1262/8/605 +f 1266/7/382 1263/7/606 1268/8/382 +f 1262/8/606 1268/8/382 1263/7/606 +f 1269/7/82 1263/7/82 1264/7/82 +f 1263/7/82 1269/7/82 1266/7/82 +f 1266/7/82 1269/7/82 1265/7/82 +f 1264/7/81 1263/7/81 1269/7/81 +f 1266/7/81 1269/7/81 1263/7/81 +f 1265/7/81 1269/7/81 1266/7/81 +f 1262/8/81 406/8/81 405/8/81 +f 406/8/81 1262/8/81 1268/8/81 +f 406/8/81 1268/8/81 1267/8/81 +f 405/8/82 406/8/82 1262/8/82 +f 1268/8/82 1262/8/82 406/8/82 +f 1267/8/82 1268/8/82 406/8/82 +f 1269/7/386 1267/8/386 1265/7/386 +f 1267/8/386 1269/7/386 406/8/386 +f 1265/7/385 1267/8/385 1269/7/385 +f 406/8/385 1269/7/385 1267/8/385 +f 1272/6/81 1271/6/81 1270/6/81 +f 1271/6/81 1272/6/81 1273/6/81 +f 1271/6/81 1273/6/81 1274/6/81 +f 1270/6/82 1271/6/82 1272/6/82 +f 1273/6/82 1272/6/82 1271/6/82 +f 1274/6/82 1273/6/82 1271/6/82 +f 1270/6/382 1276/7/382 1275/7/382 +f 1276/7/382 1270/6/382 1271/6/382 +f 1275/7/380 1276/7/380 1270/6/380 +f 1271/6/380 1270/6/380 1276/7/380 +f 1276/7/386 1274/6/386 1277/7/386 +f 1274/6/386 1276/7/386 1271/6/386 +f 1277/7/385 1274/6/385 1276/7/385 +f 1271/6/385 1276/7/385 1274/6/385 +f 1270/6/385 1278/7/385 1272/6/385 +f 1278/7/385 1270/6/385 1275/7/385 +f 1272/6/386 1278/7/386 1270/6/386 +f 1275/7/386 1270/6/386 1278/7/386 +f 1280/12/381 1279/11/381 1273/6/382 +f 1279/11/381 1281/13/381 1273/6/382 +f 1282/14/381 1280/12/381 1273/6/382 +f 1273/6/382 1281/13/381 1283/7/382 +f 1284/13/381 1283/7/382 1281/13/381 +f 1283/7/382 1284/13/381 1277/7/381 +f 1285/11/381 1277/7/381 1284/13/381 +f 1274/6/381 1282/14/381 1273/6/382 +f 1274/6/381 1277/7/381 1285/11/381 +f 1282/14/381 1274/6/381 1286/14/381 +f 1287/12/381 1274/6/381 1285/11/381 +f 1286/14/381 1274/6/381 1287/12/381 +f 1289/16/384 1288/15/384 1272/6/384 +f 1290/17/384 1289/16/384 1272/6/384 +f 1273/6/382 1290/17/384 1272/6/384 +f 1290/17/384 1273/6/382 1291/17/384 +f 1272/6/384 1288/15/384 1278/7/384 +f 1291/17/384 1273/6/382 1292/16/384 +f 1292/16/384 1273/6/382 1293/15/384 +f 1294/18/384 1278/7/384 1288/15/384 +f 1293/15/384 1273/6/382 1295/19/384 +f 1296/18/384 1293/15/384 1295/19/384 +f 1296/18/384 1295/19/384 1294/18/384 +f 1295/19/384 1273/6/382 1297/19/384 +f 1297/19/384 1273/6/382 1298/20/384 +f 1298/20/384 1273/6/382 1299/21/384 +f 1273/6/382 1283/7/382 1299/21/384 +f 1299/21/384 1283/7/382 1300/22/384 +f 1278/7/384 1300/22/384 1283/7/382 +f 1300/22/384 1278/7/384 1301/22/384 +f 1301/22/384 1278/7/384 1294/18/384 +f 1295/19/384 1302/20/384 1294/18/384 +f 1303/21/384 1301/22/384 1294/18/384 +f 1302/20/384 1303/21/384 1294/18/384 +f 1273/6/380 1279/11/379 1280/12/379 +f 1273/6/380 1280/12/379 1282/14/379 +f 1273/6/380 1281/13/379 1279/11/379 +f 1283/7/380 1281/13/379 1273/6/380 +f 1281/13/379 1283/7/380 1284/13/379 +f 1277/7/379 1284/13/379 1283/7/380 +f 1284/13/379 1277/7/379 1285/11/379 +f 1273/6/380 1282/14/379 1274/6/379 +f 1285/11/379 1277/7/379 1274/6/379 +f 1286/14/379 1274/6/379 1282/14/379 +f 1285/11/379 1274/6/379 1287/12/379 +f 1287/12/379 1274/6/379 1286/14/379 +f 1272/6/383 1288/15/383 1289/16/383 +f 1272/6/383 1289/16/383 1290/17/383 +f 1272/6/383 1290/17/383 1273/6/380 +f 1291/17/383 1273/6/380 1290/17/383 +f 1278/7/383 1288/15/383 1272/6/383 +f 1292/16/383 1273/6/380 1291/17/383 +f 1293/15/383 1273/6/380 1292/16/383 +f 1288/15/383 1278/7/383 1294/18/383 +f 1295/19/383 1273/6/380 1293/15/383 +f 1295/19/383 1293/15/383 1296/18/383 +f 1294/18/383 1295/19/383 1296/18/383 +f 1297/19/383 1273/6/380 1295/19/383 +f 1298/20/383 1273/6/380 1297/19/383 +f 1299/21/383 1273/6/380 1298/20/383 +f 1299/21/383 1283/7/380 1273/6/380 +f 1300/22/383 1283/7/380 1299/21/383 +f 1283/7/380 1300/22/383 1278/7/383 +f 1301/22/383 1278/7/383 1300/22/383 +f 1294/18/383 1278/7/383 1301/22/383 +f 1294/18/383 1302/20/383 1295/19/383 +f 1294/18/383 1301/22/383 1303/21/383 +f 1294/18/383 1303/21/383 1302/20/383 +f 1306/10/607 1305/9/608 1304/9/607 +f 1305/9/608 1306/10/607 1307/10/608 +f 1304/9/609 1305/9/610 1306/10/609 +f 1307/10/610 1306/10/609 1305/9/610 +f 1310/10/609 1309/9/610 1308/9/609 +f 1309/9/610 1310/10/609 1311/10/610 +f 1308/9/607 1309/9/608 1310/10/607 +f 1311/10/608 1310/10/607 1309/9/608 +f 1314/10/612 1313/9/611 1312/10/611 +f 1313/9/611 1314/10/612 1315/9/612 +f 1312/10/614 1313/9/614 1314/10/613 +f 1315/9/613 1314/10/613 1313/9/614 +f 1318/9/614 1317/10/613 1316/9/613 +f 1317/10/613 1318/9/614 1319/10/614 +f 1316/9/612 1317/10/612 1318/9/611 +f 1319/10/611 1318/9/611 1317/10/612 +f 1311/10/610 1318/9/614 1309/9/610 +f 1318/9/614 1311/10/610 1319/10/614 +f 1309/9/608 1318/9/611 1311/10/608 +f 1319/10/611 1311/10/608 1318/9/611 +f 1307/10/608 1313/9/611 1305/9/608 +f 1313/9/611 1307/10/608 1312/10/611 +f 1305/9/610 1313/9/614 1307/10/610 +f 1312/10/614 1307/10/610 1313/9/614 +f 1314/10/612 1308/9/609 1315/9/612 +f 1308/9/609 1314/10/612 1310/10/609 +f 1315/9/613 1308/9/607 1314/10/613 +f 1310/10/607 1314/10/613 1308/9/607 +f 1317/10/613 1304/9/607 1316/9/613 +f 1304/9/607 1317/10/613 1306/10/607 +f 1316/9/612 1304/9/609 1317/10/612 +f 1306/10/609 1317/10/612 1304/9/609 +f 1307/10/615 1314/10/615 1312/10/615 +f 1314/10/615 1307/10/615 1310/10/615 +f 1310/10/615 1307/10/615 1306/10/615 +f 1310/10/615 1306/10/615 1311/10/615 +f 1311/10/615 1306/10/615 1317/10/615 +f 1311/10/615 1317/10/615 1319/10/615 +f 1312/10/616 1314/10/616 1307/10/616 +f 1310/10/616 1307/10/616 1314/10/616 +f 1306/10/616 1307/10/616 1310/10/616 +f 1311/10/616 1306/10/616 1310/10/616 +f 1317/10/616 1306/10/616 1311/10/616 +f 1319/10/616 1317/10/616 1311/10/616 +f 1308/9/616 1313/9/616 1315/9/616 +f 1313/9/616 1308/9/616 1305/9/616 +f 1305/9/616 1308/9/616 1309/9/616 +f 1305/9/616 1309/9/616 1304/9/616 +f 1304/9/616 1309/9/616 1318/9/616 +f 1304/9/616 1318/9/616 1316/9/616 +f 1315/9/615 1313/9/615 1308/9/615 +f 1305/9/615 1308/9/615 1313/9/615 +f 1309/9/615 1308/9/615 1305/9/615 +f 1304/9/615 1309/9/615 1305/9/615 +f 1318/9/615 1309/9/615 1304/9/615 +f 1316/9/615 1318/9/615 1304/9/615 +f 1322/10/617 1321/9/618 1320/9/617 +f 1321/9/618 1322/10/617 1323/10/618 +f 1320/9/619 1321/9/620 1322/10/619 +f 1323/10/620 1322/10/619 1321/9/620 +f 1326/10/619 1325/9/620 1324/9/619 +f 1325/9/620 1326/10/619 1327/10/620 +f 1324/9/617 1325/9/618 1326/10/617 +f 1327/10/618 1326/10/617 1325/9/618 +f 1330/10/622 1329/9/621 1328/10/621 +f 1329/9/621 1330/10/622 1331/9/622 +f 1328/10/624 1329/9/624 1330/10/623 +f 1331/9/623 1330/10/623 1329/9/624 +f 1334/9/624 1333/10/623 1332/9/623 +f 1333/10/623 1334/9/624 1335/10/624 +f 1332/9/622 1333/10/622 1334/9/621 +f 1335/10/621 1334/9/621 1333/10/622 +f 1327/10/620 1334/9/624 1325/9/620 +f 1334/9/624 1327/10/620 1335/10/624 +f 1325/9/618 1334/9/621 1327/10/618 +f 1335/10/621 1327/10/618 1334/9/621 +f 1323/10/618 1329/9/621 1321/9/618 +f 1329/9/621 1323/10/618 1328/10/621 +f 1321/9/620 1329/9/624 1323/10/620 +f 1328/10/624 1323/10/620 1329/9/624 +f 1330/10/622 1324/9/619 1331/9/622 +f 1324/9/619 1330/10/622 1326/10/619 +f 1331/9/623 1324/9/617 1330/10/623 +f 1326/10/617 1330/10/623 1324/9/617 +f 1333/10/623 1320/9/617 1332/9/623 +f 1320/9/617 1333/10/623 1322/10/617 +f 1332/9/622 1320/9/619 1333/10/622 +f 1322/10/619 1333/10/622 1320/9/619 +f 1323/10/625 1330/10/625 1328/10/625 +f 1330/10/625 1323/10/625 1326/10/625 +f 1326/10/625 1323/10/625 1322/10/625 +f 1326/10/625 1322/10/625 1327/10/625 +f 1327/10/625 1322/10/625 1333/10/625 +f 1327/10/625 1333/10/625 1335/10/625 +f 1328/10/626 1330/10/626 1323/10/626 +f 1326/10/626 1323/10/626 1330/10/626 +f 1322/10/626 1323/10/626 1326/10/626 +f 1327/10/626 1322/10/626 1326/10/626 +f 1333/10/626 1322/10/626 1327/10/626 +f 1335/10/626 1333/10/626 1327/10/626 +f 1324/9/626 1329/9/626 1331/9/626 +f 1329/9/626 1324/9/626 1321/9/626 +f 1321/9/626 1324/9/626 1325/9/626 +f 1321/9/626 1325/9/626 1320/9/626 +f 1320/9/626 1325/9/626 1334/9/626 +f 1320/9/626 1334/9/626 1332/9/626 +f 1331/9/625 1329/9/625 1324/9/625 +f 1321/9/625 1324/9/625 1329/9/625 +f 1325/9/625 1324/9/625 1321/9/625 +f 1320/9/625 1325/9/625 1321/9/625 +f 1334/9/625 1325/9/625 1320/9/625 +f 1332/9/625 1334/9/625 1320/9/625 +f 1338/10/617 1337/9/618 1336/9/617 +f 1337/9/618 1338/10/617 1339/10/618 +f 1336/9/619 1337/9/620 1338/10/619 +f 1339/10/620 1338/10/619 1337/9/620 +f 1342/10/619 1341/9/620 1340/9/619 +f 1341/9/620 1342/10/619 1343/10/620 +f 1340/9/617 1341/9/618 1342/10/617 +f 1343/10/618 1342/10/617 1341/9/618 +f 1346/10/622 1345/9/621 1344/10/621 +f 1345/9/621 1346/10/622 1347/9/622 +f 1344/10/624 1345/9/624 1346/10/623 +f 1347/9/623 1346/10/623 1345/9/624 +f 1350/9/624 1349/10/623 1348/9/623 +f 1349/10/623 1350/9/624 1351/10/624 +f 1348/9/622 1349/10/622 1350/9/621 +f 1351/10/621 1350/9/621 1349/10/622 +f 1343/10/620 1350/9/624 1341/9/620 +f 1350/9/624 1343/10/620 1351/10/624 +f 1341/9/618 1350/9/621 1343/10/618 +f 1351/10/621 1343/10/618 1350/9/621 +f 1339/10/618 1345/9/621 1337/9/618 +f 1345/9/621 1339/10/618 1344/10/621 +f 1337/9/620 1345/9/624 1339/10/620 +f 1344/10/624 1339/10/620 1345/9/624 +f 1346/10/622 1340/9/619 1347/9/622 +f 1340/9/619 1346/10/622 1342/10/619 +f 1347/9/623 1340/9/617 1346/10/623 +f 1342/10/617 1346/10/623 1340/9/617 +f 1349/10/623 1336/9/617 1348/9/623 +f 1336/9/617 1349/10/623 1338/10/617 +f 1348/9/622 1336/9/619 1349/10/622 +f 1338/10/619 1349/10/622 1336/9/619 +f 1339/10/625 1346/10/625 1344/10/625 +f 1346/10/625 1339/10/625 1342/10/625 +f 1342/10/625 1339/10/625 1338/10/625 +f 1342/10/625 1338/10/625 1343/10/625 +f 1343/10/625 1338/10/625 1349/10/625 +f 1343/10/625 1349/10/625 1351/10/625 +f 1344/10/626 1346/10/626 1339/10/626 +f 1342/10/626 1339/10/626 1346/10/626 +f 1338/10/626 1339/10/626 1342/10/626 +f 1343/10/626 1338/10/626 1342/10/626 +f 1349/10/626 1338/10/626 1343/10/626 +f 1351/10/626 1349/10/626 1343/10/626 +f 1340/9/626 1345/9/626 1347/9/626 +f 1345/9/626 1340/9/626 1337/9/626 +f 1337/9/626 1340/9/626 1341/9/626 +f 1337/9/626 1341/9/626 1336/9/626 +f 1336/9/626 1341/9/626 1350/9/626 +f 1336/9/626 1350/9/626 1348/9/626 +f 1347/9/625 1345/9/625 1340/9/625 +f 1337/9/625 1340/9/625 1345/9/625 +f 1341/9/625 1340/9/625 1337/9/625 +f 1336/9/625 1341/9/625 1337/9/625 +f 1350/9/625 1341/9/625 1336/9/625 +f 1348/9/625 1350/9/625 1336/9/625 +f 455/8/192 1353/7/192 1352/8/192 +f 1353/7/192 455/8/192 1354/7/192 +f 1352/8/191 1353/7/191 455/8/191 +f 1354/7/191 455/8/191 1353/7/191 +f 1357/8/604 1356/7/179 1355/7/604 +f 1356/7/179 1357/8/604 1358/8/179 +f 1355/7/603 1356/7/180 1357/8/603 +f 1358/8/180 1357/8/603 1356/7/180 +f 455/8/180 1359/7/180 1354/7/180 +f 1359/7/180 455/8/180 456/8/180 +f 1354/7/179 1359/7/179 455/8/179 +f 456/8/179 455/8/179 1359/7/179 +f 1358/8/179 1353/7/606 1356/7/179 +f 1353/7/606 1358/8/179 1352/8/606 +f 1356/7/180 1353/7/605 1358/8/180 +f 1352/8/605 1358/8/180 1353/7/605 +f 1359/7/82 1353/7/82 1354/7/82 +f 1353/7/82 1359/7/82 1356/7/82 +f 1356/7/82 1359/7/82 1355/7/82 +f 1354/7/81 1353/7/81 1359/7/81 +f 1356/7/81 1359/7/81 1353/7/81 +f 1355/7/81 1359/7/81 1356/7/81 +f 1352/8/81 456/8/81 455/8/81 +f 456/8/81 1352/8/81 1358/8/81 +f 456/8/81 1358/8/81 1357/8/81 +f 455/8/82 456/8/82 1352/8/82 +f 1358/8/82 1352/8/82 456/8/82 +f 1357/8/82 1358/8/82 456/8/82 +f 1359/7/191 1357/8/191 1355/7/191 +f 1357/8/191 1359/7/191 456/8/191 +f 1355/7/192 1357/8/192 1359/7/192 +f 456/8/192 1359/7/192 1357/8/192 +f 1362/6/81 1361/6/81 1360/6/81 +f 1361/6/81 1362/6/81 1363/6/81 +f 1361/6/81 1363/6/81 1364/6/81 +f 1360/6/82 1361/6/82 1362/6/82 +f 1363/6/82 1362/6/82 1361/6/82 +f 1364/6/82 1363/6/82 1361/6/82 +f 1360/6/180 1366/7/180 1365/7/180 +f 1366/7/180 1360/6/180 1361/6/180 +f 1365/7/179 1366/7/179 1360/6/179 +f 1361/6/179 1360/6/179 1366/7/179 +f 1366/7/191 1364/6/191 1367/7/191 +f 1364/6/191 1366/7/191 1361/6/191 +f 1367/7/192 1364/6/192 1366/7/192 +f 1361/6/192 1366/7/192 1364/6/192 +f 1360/6/192 1368/7/192 1362/6/192 +f 1368/7/192 1360/6/192 1365/7/192 +f 1362/6/191 1368/7/191 1360/6/191 +f 1365/7/191 1360/6/191 1368/7/191 +f 1370/12/379 1369/11/379 1363/6/180 +f 1369/11/379 1371/13/379 1363/6/180 +f 1372/14/379 1370/12/379 1363/6/180 +f 1363/6/180 1371/13/379 1373/7/180 +f 1374/13/379 1373/7/180 1371/13/379 +f 1373/7/180 1374/13/379 1367/7/379 +f 1375/11/379 1367/7/379 1374/13/379 +f 1364/6/379 1372/14/379 1363/6/180 +f 1364/6/379 1367/7/379 1375/11/379 +f 1372/14/379 1364/6/379 1376/14/379 +f 1377/12/379 1364/6/379 1375/11/379 +f 1376/14/379 1364/6/379 1377/12/379 +f 1379/16/383 1378/15/383 1362/6/383 +f 1380/17/383 1379/16/383 1362/6/383 +f 1363/6/180 1380/17/383 1362/6/383 +f 1380/17/383 1363/6/180 1381/17/383 +f 1362/6/383 1378/15/383 1368/7/383 +f 1381/17/383 1363/6/180 1382/16/383 +f 1382/16/383 1363/6/180 1383/15/383 +f 1384/18/383 1368/7/383 1378/15/383 +f 1383/15/383 1363/6/180 1385/19/383 +f 1386/18/383 1383/15/383 1385/19/383 +f 1386/18/383 1385/19/383 1384/18/383 +f 1385/19/383 1363/6/180 1387/19/383 +f 1387/19/383 1363/6/180 1388/20/383 +f 1388/20/383 1363/6/180 1389/21/383 +f 1363/6/180 1373/7/180 1389/21/383 +f 1389/21/383 1373/7/180 1390/22/383 +f 1368/7/383 1390/22/383 1373/7/180 +f 1390/22/383 1368/7/383 1391/22/383 +f 1391/22/383 1368/7/383 1384/18/383 +f 1385/19/383 1392/20/383 1384/18/383 +f 1393/21/383 1391/22/383 1384/18/383 +f 1392/20/383 1393/21/383 1384/18/383 +f 1363/6/179 1369/11/381 1370/12/381 +f 1363/6/179 1370/12/381 1372/14/381 +f 1363/6/179 1371/13/381 1369/11/381 +f 1373/7/179 1371/13/381 1363/6/179 +f 1371/13/381 1373/7/179 1374/13/381 +f 1367/7/381 1374/13/381 1373/7/179 +f 1374/13/381 1367/7/381 1375/11/381 +f 1363/6/179 1372/14/381 1364/6/381 +f 1375/11/381 1367/7/381 1364/6/381 +f 1376/14/381 1364/6/381 1372/14/381 +f 1375/11/381 1364/6/381 1377/12/381 +f 1377/12/381 1364/6/381 1376/14/381 +f 1362/6/384 1378/15/384 1379/16/384 +f 1362/6/384 1379/16/384 1380/17/384 +f 1362/6/384 1380/17/384 1363/6/179 +f 1381/17/384 1363/6/179 1380/17/384 +f 1368/7/384 1378/15/384 1362/6/384 +f 1382/16/384 1363/6/179 1381/17/384 +f 1383/15/384 1363/6/179 1382/16/384 +f 1378/15/384 1368/7/384 1384/18/384 +f 1385/19/384 1363/6/179 1383/15/384 +f 1385/19/384 1383/15/384 1386/18/384 +f 1384/18/384 1385/19/384 1386/18/384 +f 1387/19/384 1363/6/179 1385/19/384 +f 1388/20/384 1363/6/179 1387/19/384 +f 1389/21/384 1363/6/179 1388/20/384 +f 1389/21/384 1373/7/179 1363/6/179 +f 1390/22/384 1373/7/179 1389/21/384 +f 1373/7/179 1390/22/384 1368/7/384 +f 1391/22/384 1368/7/384 1390/22/384 +f 1384/18/384 1368/7/384 1391/22/384 +f 1384/18/384 1392/20/384 1385/19/384 +f 1384/18/384 1391/22/384 1393/21/384 +f 1384/18/384 1393/21/384 1392/20/384 +f 1396/10/627 1395/9/628 1394/9/627 +f 1395/9/628 1396/10/627 1397/10/628 +f 1394/9/629 1395/9/630 1396/10/629 +f 1397/10/630 1396/10/629 1395/9/630 +f 1400/10/629 1399/9/630 1398/9/629 +f 1399/9/630 1400/10/629 1401/10/630 +f 1398/9/627 1399/9/628 1400/10/627 +f 1401/10/628 1400/10/627 1399/9/628 +f 1404/10/632 1403/9/631 1402/10/631 +f 1403/9/631 1404/10/632 1405/9/632 +f 1402/10/634 1403/9/634 1404/10/633 +f 1405/9/633 1404/10/633 1403/9/634 +f 1408/9/634 1407/10/633 1406/9/633 +f 1407/10/633 1408/9/634 1409/10/634 +f 1406/9/632 1407/10/632 1408/9/631 +f 1409/10/631 1408/9/631 1407/10/632 +f 1401/10/630 1408/9/634 1399/9/630 +f 1408/9/634 1401/10/630 1409/10/634 +f 1399/9/628 1408/9/631 1401/10/628 +f 1409/10/631 1401/10/628 1408/9/631 +f 1397/10/628 1403/9/631 1395/9/628 +f 1403/9/631 1397/10/628 1402/10/631 +f 1395/9/630 1403/9/634 1397/10/630 +f 1402/10/634 1397/10/630 1403/9/634 +f 1404/10/632 1398/9/629 1405/9/632 +f 1398/9/629 1404/10/632 1400/10/629 +f 1405/9/633 1398/9/627 1404/10/633 +f 1400/10/627 1404/10/633 1398/9/627 +f 1407/10/633 1394/9/627 1406/9/633 +f 1394/9/627 1407/10/633 1396/10/627 +f 1406/9/632 1394/9/629 1407/10/632 +f 1396/10/629 1407/10/632 1394/9/629 +f 1397/10/635 1404/10/635 1402/10/635 +f 1404/10/635 1397/10/635 1400/10/635 +f 1400/10/635 1397/10/635 1396/10/635 +f 1400/10/635 1396/10/635 1401/10/635 +f 1401/10/635 1396/10/635 1407/10/635 +f 1401/10/635 1407/10/635 1409/10/635 +f 1402/10/636 1404/10/636 1397/10/636 +f 1400/10/636 1397/10/636 1404/10/636 +f 1396/10/636 1397/10/636 1400/10/636 +f 1401/10/636 1396/10/636 1400/10/636 +f 1407/10/636 1396/10/636 1401/10/636 +f 1409/10/636 1407/10/636 1401/10/636 +f 1398/9/636 1403/9/636 1405/9/636 +f 1403/9/636 1398/9/636 1395/9/636 +f 1395/9/636 1398/9/636 1399/9/636 +f 1395/9/636 1399/9/636 1394/9/636 +f 1394/9/636 1399/9/636 1408/9/636 +f 1394/9/636 1408/9/636 1406/9/636 +f 1405/9/635 1403/9/635 1398/9/635 +f 1395/9/635 1398/9/635 1403/9/635 +f 1399/9/635 1398/9/635 1395/9/635 +f 1394/9/635 1399/9/635 1395/9/635 +f 1408/9/635 1399/9/635 1394/9/635 +f 1406/9/635 1408/9/635 1394/9/635 +f 1412/10/637 1411/9/638 1410/9/637 +f 1411/9/638 1412/10/637 1413/10/638 +f 1410/9/639 1411/9/640 1412/10/639 +f 1413/10/640 1412/10/639 1411/9/640 +f 1416/10/639 1415/9/640 1414/9/639 +f 1415/9/640 1416/10/639 1417/10/640 +f 1414/9/637 1415/9/638 1416/10/637 +f 1417/10/638 1416/10/637 1415/9/638 +f 1420/10/642 1419/9/641 1418/10/641 +f 1419/9/641 1420/10/642 1421/9/642 +f 1418/10/644 1419/9/644 1420/10/643 +f 1421/9/643 1420/10/643 1419/9/644 +f 1424/9/644 1423/10/643 1422/9/643 +f 1423/10/643 1424/9/644 1425/10/644 +f 1422/9/642 1423/10/642 1424/9/641 +f 1425/10/641 1424/9/641 1423/10/642 +f 1417/10/640 1424/9/644 1415/9/640 +f 1424/9/644 1417/10/640 1425/10/644 +f 1415/9/638 1424/9/641 1417/10/638 +f 1425/10/641 1417/10/638 1424/9/641 +f 1413/10/638 1419/9/641 1411/9/638 +f 1419/9/641 1413/10/638 1418/10/641 +f 1411/9/640 1419/9/644 1413/10/640 +f 1418/10/644 1413/10/640 1419/9/644 +f 1420/10/642 1414/9/639 1421/9/642 +f 1414/9/639 1420/10/642 1416/10/639 +f 1421/9/643 1414/9/637 1420/10/643 +f 1416/10/637 1420/10/643 1414/9/637 +f 1423/10/643 1410/9/637 1422/9/643 +f 1410/9/637 1423/10/643 1412/10/637 +f 1422/9/642 1410/9/639 1423/10/642 +f 1412/10/639 1423/10/642 1410/9/639 +f 1413/10/645 1420/10/645 1418/10/645 +f 1420/10/645 1413/10/645 1416/10/645 +f 1416/10/645 1413/10/645 1412/10/645 +f 1416/10/645 1412/10/645 1417/10/645 +f 1417/10/645 1412/10/645 1423/10/645 +f 1417/10/645 1423/10/645 1425/10/645 +f 1418/10/646 1420/10/646 1413/10/646 +f 1416/10/646 1413/10/646 1420/10/646 +f 1412/10/646 1413/10/646 1416/10/646 +f 1417/10/646 1412/10/646 1416/10/646 +f 1423/10/646 1412/10/646 1417/10/646 +f 1425/10/646 1423/10/646 1417/10/646 +f 1414/9/646 1419/9/646 1421/9/646 +f 1419/9/646 1414/9/646 1411/9/646 +f 1411/9/646 1414/9/646 1415/9/646 +f 1411/9/646 1415/9/646 1410/9/646 +f 1410/9/646 1415/9/646 1424/9/646 +f 1410/9/646 1424/9/646 1422/9/646 +f 1421/9/645 1419/9/645 1414/9/645 +f 1411/9/645 1414/9/645 1419/9/645 +f 1415/9/645 1414/9/645 1411/9/645 +f 1410/9/645 1415/9/645 1411/9/645 +f 1424/9/645 1415/9/645 1410/9/645 +f 1422/9/645 1424/9/645 1410/9/645 +f 1428/10/637 1427/9/638 1426/9/637 +f 1427/9/638 1428/10/637 1429/10/638 +f 1426/9/639 1427/9/640 1428/10/639 +f 1429/10/640 1428/10/639 1427/9/640 +f 1432/10/639 1431/9/640 1430/9/639 +f 1431/9/640 1432/10/639 1433/10/640 +f 1430/9/637 1431/9/638 1432/10/637 +f 1433/10/638 1432/10/637 1431/9/638 +f 1436/10/642 1435/9/641 1434/10/641 +f 1435/9/641 1436/10/642 1437/9/642 +f 1434/10/644 1435/9/644 1436/10/643 +f 1437/9/643 1436/10/643 1435/9/644 +f 1440/9/644 1439/10/643 1438/9/643 +f 1439/10/643 1440/9/644 1441/10/644 +f 1438/9/642 1439/10/642 1440/9/641 +f 1441/10/641 1440/9/641 1439/10/642 +f 1433/10/640 1440/9/644 1431/9/640 +f 1440/9/644 1433/10/640 1441/10/644 +f 1431/9/638 1440/9/641 1433/10/638 +f 1441/10/641 1433/10/638 1440/9/641 +f 1429/10/638 1435/9/641 1427/9/638 +f 1435/9/641 1429/10/638 1434/10/641 +f 1427/9/640 1435/9/644 1429/10/640 +f 1434/10/644 1429/10/640 1435/9/644 +f 1436/10/642 1430/9/639 1437/9/642 +f 1430/9/639 1436/10/642 1432/10/639 +f 1437/9/643 1430/9/637 1436/10/643 +f 1432/10/637 1436/10/643 1430/9/637 +f 1439/10/643 1426/9/637 1438/9/643 +f 1426/9/637 1439/10/643 1428/10/637 +f 1438/9/642 1426/9/639 1439/10/642 +f 1428/10/639 1439/10/642 1426/9/639 +f 1429/10/645 1436/10/645 1434/10/645 +f 1436/10/645 1429/10/645 1432/10/645 +f 1432/10/645 1429/10/645 1428/10/645 +f 1432/10/645 1428/10/645 1433/10/645 +f 1433/10/645 1428/10/645 1439/10/645 +f 1433/10/645 1439/10/645 1441/10/645 +f 1434/10/646 1436/10/646 1429/10/646 +f 1432/10/646 1429/10/646 1436/10/646 +f 1428/10/646 1429/10/646 1432/10/646 +f 1433/10/646 1428/10/646 1432/10/646 +f 1439/10/646 1428/10/646 1433/10/646 +f 1441/10/646 1439/10/646 1433/10/646 +f 1430/9/646 1435/9/646 1437/9/646 +f 1435/9/646 1430/9/646 1427/9/646 +f 1427/9/646 1430/9/646 1431/9/646 +f 1427/9/646 1431/9/646 1426/9/646 +f 1426/9/646 1431/9/646 1440/9/646 +f 1426/9/646 1440/9/646 1438/9/646 +f 1437/9/645 1435/9/645 1430/9/645 +f 1427/9/645 1430/9/645 1435/9/645 +f 1431/9/645 1430/9/645 1427/9/645 +f 1426/9/645 1431/9/645 1427/9/645 +f 1440/9/645 1431/9/645 1426/9/645 +f 1438/9/645 1440/9/645 1426/9/645 +f 1444/6/387 1443/7/387 1442/6/387 +f 1443/7/387 1444/6/387 1445/7/387 +f 1442/6/388 1443/7/388 1444/6/388 +f 1445/7/388 1444/6/388 1443/7/388 +f 1444/6/389 1446/7/389 1445/7/389 +f 1446/7/389 1444/6/389 1447/6/389 +f 1445/7/390 1446/7/390 1444/6/390 +f 1447/6/390 1444/6/390 1446/7/390 +f 1448/7/395 1442/6/397 1443/7/397 +f 1442/6/397 1448/7/395 1449/6/395 +f 1443/7/398 1442/6/398 1448/7/396 +f 1449/6/396 1448/7/396 1442/6/398 +f 1446/7/392 1451/6/391 1450/7/391 +f 1451/6/391 1446/7/392 1447/6/392 +f 1450/7/394 1451/6/394 1446/7/393 +f 1447/6/393 1446/7/393 1451/6/394 +f 1449/6/81 1444/6/81 1442/6/81 +f 1444/6/81 1449/6/81 1447/6/81 +f 1447/6/81 1449/6/81 1451/6/81 +f 1442/6/82 1444/6/82 1449/6/82 +f 1447/6/82 1449/6/82 1444/6/82 +f 1451/6/82 1449/6/82 1447/6/82 +f 1451/6/391 1448/7/395 1450/7/391 +f 1448/7/395 1451/6/391 1449/6/395 +f 1450/7/394 1448/7/396 1451/6/394 +f 1449/6/396 1451/6/394 1448/7/396 +f 244/8/389 1453/7/389 1452/7/389 +f 1453/7/389 244/8/389 1179/8/389 +f 1452/7/390 1453/7/390 244/8/390 +f 1179/8/390 244/8/390 1453/7/390 +f 244/8/387 1455/7/387 1454/8/387 +f 1455/7/387 244/8/387 1452/7/387 +f 1454/8/388 1455/7/388 244/8/388 +f 1452/7/388 244/8/388 1455/7/388 +f 1456/8/81 244/8/81 1454/8/81 +f 244/8/81 1456/8/81 1179/8/81 +f 1179/8/81 1456/8/81 1457/8/81 +f 1454/8/82 244/8/82 1456/8/82 +f 1179/8/82 1456/8/82 244/8/82 +f 1457/8/82 1456/8/82 1179/8/82 +f 1453/7/82 1455/7/82 1452/7/82 +f 1455/7/82 1453/7/82 1458/7/82 +f 1458/7/82 1453/7/82 1459/7/82 +f 1452/7/81 1455/7/81 1453/7/81 +f 1458/7/81 1453/7/81 1455/7/81 +f 1459/7/81 1453/7/81 1458/7/81 +f 1453/7/392 1457/8/391 1459/7/391 +f 1457/8/391 1453/7/392 1179/8/392 +f 1459/7/394 1457/8/394 1453/7/393 +f 1179/8/393 1453/7/393 1457/8/394 +f 1457/8/391 1458/7/647 1459/7/391 +f 1458/7/647 1457/8/391 1456/8/647 +f 1459/7/394 1458/7/648 1457/8/394 +f 1456/8/648 1457/8/394 1458/7/648 +f 1458/7/647 1454/8/397 1455/7/397 +f 1454/8/397 1458/7/647 1456/8/647 +f 1455/7/398 1454/8/398 1458/7/648 +f 1456/8/648 1458/7/648 1454/8/398 +f 1462/6/192 1461/7/192 1460/6/192 +f 1461/7/192 1462/6/192 1463/7/192 +f 1460/6/191 1461/7/191 1462/6/191 +f 1463/7/191 1462/6/191 1461/7/191 +f 1462/6/180 1464/7/180 1463/7/180 +f 1464/7/180 1462/6/180 1465/6/180 +f 1463/7/179 1464/7/179 1462/6/179 +f 1465/6/179 1462/6/179 1464/7/179 +f 1466/7/396 1460/6/398 1461/7/398 +f 1460/6/398 1466/7/396 1467/6/396 +f 1461/7/397 1460/6/397 1466/7/395 +f 1467/6/395 1466/7/395 1460/6/397 +f 1464/7/393 1469/6/394 1468/7/394 +f 1469/6/394 1464/7/393 1465/6/393 +f 1468/7/391 1469/6/391 1464/7/392 +f 1465/6/392 1464/7/392 1469/6/391 +f 1467/6/81 1462/6/81 1460/6/81 +f 1462/6/81 1467/6/81 1465/6/81 +f 1465/6/81 1467/6/81 1469/6/81 +f 1460/6/82 1462/6/82 1467/6/82 +f 1465/6/82 1467/6/82 1462/6/82 +f 1469/6/82 1467/6/82 1465/6/82 +f 1469/6/394 1466/7/396 1468/7/394 +f 1466/7/396 1469/6/394 1467/6/396 +f 1468/7/391 1466/7/395 1469/6/391 +f 1467/6/395 1469/6/391 1466/7/395 +f 116/8/180 1471/7/180 1470/7/180 +f 1471/7/180 116/8/180 969/8/180 +f 1470/7/179 1471/7/179 116/8/179 +f 969/8/179 116/8/179 1471/7/179 +f 116/8/192 1473/7/192 1472/8/192 +f 1473/7/192 116/8/192 1470/7/192 +f 1472/8/191 1473/7/191 116/8/191 +f 1470/7/191 116/8/191 1473/7/191 +f 1474/8/81 116/8/81 1472/8/81 +f 116/8/81 1474/8/81 969/8/81 +f 969/8/81 1474/8/81 1475/8/81 +f 1472/8/82 116/8/82 1474/8/82 +f 969/8/82 1474/8/82 116/8/82 +f 1475/8/82 1474/8/82 969/8/82 +f 1471/7/82 1473/7/82 1470/7/82 +f 1473/7/82 1471/7/82 1476/7/82 +f 1476/7/82 1471/7/82 1477/7/82 +f 1470/7/81 1473/7/81 1471/7/81 +f 1476/7/81 1471/7/81 1473/7/81 +f 1477/7/81 1471/7/81 1476/7/81 +f 1471/7/393 1475/8/394 1477/7/394 +f 1475/8/394 1471/7/393 969/8/393 +f 1477/7/391 1475/8/391 1471/7/392 +f 969/8/392 1471/7/392 1475/8/391 +f 1475/8/394 1476/7/648 1477/7/394 +f 1476/7/648 1475/8/394 1474/8/648 +f 1477/7/391 1476/7/647 1475/8/391 +f 1474/8/647 1475/8/391 1476/7/647 +f 1476/7/648 1472/8/398 1473/7/398 +f 1472/8/398 1476/7/648 1474/8/648 +f 1473/7/397 1472/8/397 1476/7/647 +f 1474/8/647 1476/7/647 1472/8/397 +f 1480/6/96 1479/7/96 1478/6/96 +f 1479/7/96 1480/6/96 1481/7/96 +f 1478/6/95 1479/7/95 1480/6/95 +f 1481/7/95 1480/6/95 1479/7/95 +f 1480/6/84 1482/7/84 1481/7/84 +f 1482/7/84 1480/6/84 1483/6/84 +f 1481/7/83 1482/7/83 1480/6/83 +f 1483/6/83 1480/6/83 1482/7/83 +f 1484/7/403 1478/6/405 1479/7/405 +f 1478/6/405 1484/7/403 1485/6/403 +f 1479/7/406 1478/6/406 1484/7/404 +f 1485/6/404 1484/7/404 1478/6/406 +f 1482/7/400 1487/6/399 1486/7/399 +f 1487/6/399 1482/7/400 1483/6/400 +f 1486/7/402 1487/6/402 1482/7/401 +f 1483/6/401 1482/7/401 1487/6/402 +f 1485/6/81 1480/6/81 1478/6/81 +f 1480/6/81 1485/6/81 1483/6/81 +f 1483/6/81 1485/6/81 1487/6/81 +f 1478/6/82 1480/6/82 1485/6/82 +f 1483/6/82 1485/6/82 1480/6/82 +f 1487/6/82 1485/6/82 1483/6/82 +f 1487/6/399 1484/7/403 1486/7/399 +f 1484/7/403 1487/6/399 1485/6/403 +f 1486/7/402 1484/7/404 1487/6/402 +f 1485/6/404 1487/6/402 1484/7/404 +f 1490/8/84 1489/7/84 1488/7/84 +f 1489/7/84 1490/8/84 1491/8/84 +f 1488/7/83 1489/7/83 1490/8/83 +f 1491/8/83 1490/8/83 1489/7/83 +f 1490/8/96 1493/7/96 1492/8/96 +f 1493/7/96 1490/8/96 1488/7/96 +f 1492/8/95 1493/7/95 1490/8/95 +f 1488/7/95 1490/8/95 1493/7/95 +f 1494/8/81 1490/8/81 1492/8/81 +f 1490/8/81 1494/8/81 1491/8/81 +f 1491/8/81 1494/8/81 1495/8/81 +f 1492/8/82 1490/8/82 1494/8/82 +f 1491/8/82 1494/8/82 1490/8/82 +f 1495/8/82 1494/8/82 1491/8/82 +f 1489/7/82 1493/7/82 1488/7/82 +f 1493/7/82 1489/7/82 1496/7/82 +f 1496/7/82 1489/7/82 1497/7/82 +f 1488/7/81 1493/7/81 1489/7/81 +f 1496/7/81 1489/7/81 1493/7/81 +f 1497/7/81 1489/7/81 1496/7/81 +f 1489/7/400 1495/8/399 1497/7/399 +f 1495/8/399 1489/7/400 1491/8/400 +f 1497/7/402 1495/8/402 1489/7/401 +f 1491/8/401 1489/7/401 1495/8/402 +f 1495/8/399 1496/7/649 1497/7/399 +f 1496/7/649 1495/8/399 1494/8/649 +f 1497/7/402 1496/7/650 1495/8/402 +f 1494/8/650 1495/8/402 1496/7/650 +f 1496/7/649 1492/8/405 1493/7/405 +f 1492/8/405 1496/7/649 1494/8/649 +f 1493/7/406 1492/8/406 1496/7/650 +f 1494/8/650 1496/7/650 1492/8/406 +f 1500/6/288 1499/7/288 1498/6/288 +f 1499/7/288 1500/6/288 1501/7/288 +f 1498/6/287 1499/7/287 1500/6/287 +f 1501/7/287 1500/6/287 1499/7/287 +f 1500/6/276 1502/7/276 1501/7/276 +f 1502/7/276 1500/6/276 1503/6/276 +f 1501/7/275 1502/7/275 1500/6/275 +f 1503/6/275 1500/6/275 1502/7/275 +f 1504/7/411 1498/6/413 1499/7/413 +f 1498/6/413 1504/7/411 1505/6/411 +f 1499/7/414 1498/6/414 1504/7/412 +f 1505/6/412 1504/7/412 1498/6/414 +f 1502/7/408 1507/6/407 1506/7/407 +f 1507/6/407 1502/7/408 1503/6/408 +f 1506/7/410 1507/6/410 1502/7/409 +f 1503/6/409 1502/7/409 1507/6/410 +f 1505/6/81 1500/6/81 1498/6/81 +f 1500/6/81 1505/6/81 1503/6/81 +f 1503/6/81 1505/6/81 1507/6/81 +f 1498/6/82 1500/6/82 1505/6/82 +f 1503/6/82 1505/6/82 1500/6/82 +f 1507/6/82 1505/6/82 1503/6/82 +f 1507/6/407 1504/7/411 1506/7/407 +f 1504/7/411 1507/6/407 1505/6/411 +f 1506/7/410 1504/7/412 1507/6/410 +f 1505/6/412 1507/6/410 1504/7/412 +f 185/8/276 1509/7/276 1508/7/276 +f 1509/7/276 185/8/276 1510/8/276 +f 1508/7/275 1509/7/275 185/8/275 +f 1510/8/275 185/8/275 1509/7/275 +f 185/8/288 1512/7/288 1511/8/288 +f 1512/7/288 185/8/288 1508/7/288 +f 1511/8/287 1512/7/287 185/8/287 +f 1508/7/287 185/8/287 1512/7/287 +f 1513/8/81 185/8/81 1511/8/81 +f 185/8/81 1513/8/81 1510/8/81 +f 1510/8/81 1513/8/81 1514/8/81 +f 1511/8/82 185/8/82 1513/8/82 +f 1510/8/82 1513/8/82 185/8/82 +f 1514/8/82 1513/8/82 1510/8/82 +f 1509/7/82 1512/7/82 1508/7/82 +f 1512/7/82 1509/7/82 1515/7/82 +f 1515/7/82 1509/7/82 1516/7/82 +f 1508/7/81 1512/7/81 1509/7/81 +f 1515/7/81 1509/7/81 1512/7/81 +f 1516/7/81 1509/7/81 1515/7/81 +f 1509/7/408 1514/8/407 1516/7/407 +f 1514/8/407 1509/7/408 1510/8/408 +f 1516/7/410 1514/8/410 1509/7/409 +f 1510/8/409 1509/7/409 1514/8/410 +f 1514/8/407 1515/7/651 1516/7/407 +f 1515/7/651 1514/8/407 1513/8/651 +f 1516/7/410 1515/7/652 1514/8/410 +f 1513/8/652 1514/8/410 1515/7/652 +f 1515/7/651 1511/8/413 1512/7/413 +f 1511/8/413 1515/7/651 1513/8/651 +f 1512/7/414 1511/8/414 1515/7/652 +f 1513/8/652 1515/7/652 1511/8/414 +f 1519/6/288 1518/7/288 1517/6/288 +f 1518/7/288 1519/6/288 1520/7/288 +f 1517/6/287 1518/7/287 1519/6/287 +f 1520/7/287 1519/6/287 1518/7/287 +f 1519/6/276 1521/7/276 1520/7/276 +f 1521/7/276 1519/6/276 1522/6/276 +f 1520/7/275 1521/7/275 1519/6/275 +f 1522/6/275 1519/6/275 1521/7/275 +f 1523/7/411 1517/6/413 1518/7/413 +f 1517/6/413 1523/7/411 1524/6/411 +f 1518/7/414 1517/6/414 1523/7/412 +f 1524/6/412 1523/7/412 1517/6/414 +f 1521/7/408 1526/6/407 1525/7/407 +f 1526/6/407 1521/7/408 1522/6/408 +f 1525/7/410 1526/6/410 1521/7/409 +f 1522/6/409 1521/7/409 1526/6/410 +f 1524/6/81 1519/6/81 1517/6/81 +f 1519/6/81 1524/6/81 1522/6/81 +f 1522/6/81 1524/6/81 1526/6/81 +f 1517/6/82 1519/6/82 1524/6/82 +f 1522/6/82 1524/6/82 1519/6/82 +f 1526/6/82 1524/6/82 1522/6/82 +f 1526/6/407 1523/7/411 1525/7/407 +f 1523/7/411 1526/6/407 1524/6/411 +f 1525/7/410 1523/7/412 1526/6/410 +f 1524/6/412 1526/6/410 1523/7/412 +f 1529/8/276 1528/7/276 1527/7/276 +f 1528/7/276 1529/8/276 1530/8/276 +f 1527/7/275 1528/7/275 1529/8/275 +f 1530/8/275 1529/8/275 1528/7/275 +f 1529/8/288 1532/7/288 1531/8/288 +f 1532/7/288 1529/8/288 1527/7/288 +f 1531/8/287 1532/7/287 1529/8/287 +f 1527/7/287 1529/8/287 1532/7/287 +f 1533/8/81 1529/8/81 1531/8/81 +f 1529/8/81 1533/8/81 1530/8/81 +f 1530/8/81 1533/8/81 1534/8/81 +f 1531/8/82 1529/8/82 1533/8/82 +f 1530/8/82 1533/8/82 1529/8/82 +f 1534/8/82 1533/8/82 1530/8/82 +f 1528/7/82 1532/7/82 1527/7/82 +f 1532/7/82 1528/7/82 1535/7/82 +f 1535/7/82 1528/7/82 1536/7/82 +f 1527/7/81 1532/7/81 1528/7/81 +f 1535/7/81 1528/7/81 1532/7/81 +f 1536/7/81 1528/7/81 1535/7/81 +f 1528/7/408 1534/8/407 1536/7/407 +f 1534/8/407 1528/7/408 1530/8/408 +f 1536/7/410 1534/8/410 1528/7/409 +f 1530/8/409 1528/7/409 1534/8/410 +f 1534/8/407 1535/7/651 1536/7/407 +f 1535/7/651 1534/8/407 1533/8/651 +f 1536/7/410 1535/7/652 1534/8/410 +f 1533/8/652 1534/8/410 1535/7/652 +f 1535/7/651 1531/8/413 1532/7/413 +f 1531/8/413 1535/7/651 1533/8/651 +f 1532/7/414 1531/8/414 1535/7/652 +f 1533/8/652 1535/7/652 1531/8/414 +f 1539/6/415 1538/7/415 1537/6/415 +f 1538/7/415 1539/6/415 1540/7/415 +f 1537/6/416 1538/7/416 1539/6/416 +f 1540/7/416 1539/6/416 1538/7/416 +f 1539/6/417 1541/7/417 1540/7/417 +f 1541/7/417 1539/6/417 1542/6/417 +f 1540/7/418 1541/7/418 1539/6/418 +f 1542/6/418 1539/6/418 1541/7/418 +f 1543/7/395 1537/6/397 1538/7/397 +f 1537/6/397 1543/7/395 1544/6/395 +f 1538/7/398 1537/6/398 1543/7/396 +f 1544/6/396 1543/7/396 1537/6/398 +f 1541/7/392 1546/6/391 1545/7/391 +f 1546/6/391 1541/7/392 1542/6/392 +f 1545/7/394 1546/6/394 1541/7/393 +f 1542/6/393 1541/7/393 1546/6/394 +f 1544/6/81 1539/6/81 1537/6/81 +f 1539/6/81 1544/6/81 1542/6/81 +f 1542/6/81 1544/6/81 1546/6/81 +f 1537/6/82 1539/6/82 1544/6/82 +f 1542/6/82 1544/6/82 1539/6/82 +f 1546/6/82 1544/6/82 1542/6/82 +f 1546/6/391 1543/7/395 1545/7/391 +f 1543/7/395 1546/6/391 1544/6/395 +f 1545/7/394 1543/7/396 1546/6/394 +f 1544/6/396 1546/6/394 1543/7/396 +f 1549/8/417 1548/7/417 1547/7/417 +f 1548/7/417 1549/8/417 1550/8/417 +f 1547/7/418 1548/7/418 1549/8/418 +f 1550/8/418 1549/8/418 1548/7/418 +f 1549/8/415 1552/7/415 1551/8/415 +f 1552/7/415 1549/8/415 1547/7/415 +f 1551/8/416 1552/7/416 1549/8/416 +f 1547/7/416 1549/8/416 1552/7/416 +f 1553/8/81 1549/8/81 1551/8/81 +f 1549/8/81 1553/8/81 1550/8/81 +f 1550/8/81 1553/8/81 1554/8/81 +f 1551/8/82 1549/8/82 1553/8/82 +f 1550/8/82 1553/8/82 1549/8/82 +f 1554/8/82 1553/8/82 1550/8/82 +f 1548/7/82 1552/7/82 1547/7/82 +f 1552/7/82 1548/7/82 1555/7/82 +f 1555/7/82 1548/7/82 1556/7/82 +f 1547/7/81 1552/7/81 1548/7/81 +f 1555/7/81 1548/7/81 1552/7/81 +f 1556/7/81 1548/7/81 1555/7/81 +f 1548/7/392 1554/8/391 1556/7/391 +f 1554/8/391 1548/7/392 1550/8/392 +f 1556/7/394 1554/8/394 1548/7/393 +f 1550/8/393 1548/7/393 1554/8/394 +f 1554/8/391 1555/7/647 1556/7/391 +f 1555/7/647 1554/8/391 1553/8/647 +f 1556/7/394 1555/7/648 1554/8/394 +f 1553/8/648 1554/8/394 1555/7/648 +f 1555/7/647 1551/8/397 1552/7/397 +f 1551/8/397 1555/7/647 1553/8/647 +f 1552/7/398 1551/8/398 1555/7/648 +f 1553/8/648 1555/7/648 1551/8/398 +f 1559/6/96 1558/7/96 1557/6/96 +f 1558/7/96 1559/6/96 1560/7/96 +f 1557/6/95 1558/7/95 1559/6/95 +f 1560/7/95 1559/6/95 1558/7/95 +f 1559/6/84 1561/7/84 1560/7/84 +f 1561/7/84 1559/6/84 1562/6/84 +f 1560/7/83 1561/7/83 1559/6/83 +f 1562/6/83 1559/6/83 1561/7/83 +f 1563/7/403 1557/6/405 1558/7/405 +f 1557/6/405 1563/7/403 1564/6/403 +f 1558/7/406 1557/6/406 1563/7/404 +f 1564/6/404 1563/7/404 1557/6/406 +f 1561/7/400 1566/6/399 1565/7/399 +f 1566/6/399 1561/7/400 1562/6/400 +f 1565/7/402 1566/6/402 1561/7/401 +f 1562/6/401 1561/7/401 1566/6/402 +f 1564/6/81 1559/6/81 1557/6/81 +f 1559/6/81 1564/6/81 1562/6/81 +f 1562/6/81 1564/6/81 1566/6/81 +f 1557/6/82 1559/6/82 1564/6/82 +f 1562/6/82 1564/6/82 1559/6/82 +f 1566/6/82 1564/6/82 1562/6/82 +f 1566/6/399 1563/7/403 1565/7/399 +f 1563/7/403 1566/6/399 1564/6/403 +f 1565/7/402 1563/7/404 1566/6/402 +f 1564/6/404 1566/6/402 1563/7/404 +f 1569/8/84 1568/7/84 1567/7/84 +f 1568/7/84 1569/8/84 1570/8/84 +f 1567/7/83 1568/7/83 1569/8/83 +f 1570/8/83 1569/8/83 1568/7/83 +f 1569/8/96 1572/7/96 1571/8/96 +f 1572/7/96 1569/8/96 1567/7/96 +f 1571/8/95 1572/7/95 1569/8/95 +f 1567/7/95 1569/8/95 1572/7/95 +f 1573/8/81 1569/8/81 1571/8/81 +f 1569/8/81 1573/8/81 1570/8/81 +f 1570/8/81 1573/8/81 1574/8/81 +f 1571/8/82 1569/8/82 1573/8/82 +f 1570/8/82 1573/8/82 1569/8/82 +f 1574/8/82 1573/8/82 1570/8/82 +f 1568/7/82 1572/7/82 1567/7/82 +f 1572/7/82 1568/7/82 1575/7/82 +f 1575/7/82 1568/7/82 1576/7/82 +f 1567/7/81 1572/7/81 1568/7/81 +f 1575/7/81 1568/7/81 1572/7/81 +f 1576/7/81 1568/7/81 1575/7/81 +f 1568/7/400 1574/8/399 1576/7/399 +f 1574/8/399 1568/7/400 1570/8/400 +f 1576/7/402 1574/8/402 1568/7/401 +f 1570/8/401 1568/7/401 1574/8/402 +f 1574/8/399 1575/7/649 1576/7/399 +f 1575/7/649 1574/8/399 1573/8/649 +f 1576/7/402 1575/7/650 1574/8/402 +f 1573/8/650 1574/8/402 1575/7/650 +f 1575/7/649 1571/8/405 1572/7/405 +f 1571/8/405 1575/7/649 1573/8/649 +f 1572/7/406 1571/8/406 1575/7/650 +f 1573/8/650 1575/7/650 1571/8/406 +f 1579/6/192 1578/7/192 1577/6/192 +f 1578/7/192 1579/6/192 1580/7/192 +f 1577/6/191 1578/7/191 1579/6/191 +f 1580/7/191 1579/6/191 1578/7/191 +f 1579/6/180 1581/7/180 1580/7/180 +f 1581/7/180 1579/6/180 1582/6/180 +f 1580/7/179 1581/7/179 1579/6/179 +f 1582/6/179 1579/6/179 1581/7/179 +f 1583/7/396 1577/6/398 1578/7/398 +f 1577/6/398 1583/7/396 1584/6/396 +f 1578/7/397 1577/6/397 1583/7/395 +f 1584/6/395 1583/7/395 1577/6/397 +f 1581/7/393 1586/6/394 1585/7/394 +f 1586/6/394 1581/7/393 1582/6/393 +f 1585/7/391 1586/6/391 1581/7/392 +f 1582/6/392 1581/7/392 1586/6/391 +f 1584/6/81 1579/6/81 1577/6/81 +f 1579/6/81 1584/6/81 1582/6/81 +f 1582/6/81 1584/6/81 1586/6/81 +f 1577/6/82 1579/6/82 1584/6/82 +f 1582/6/82 1584/6/82 1579/6/82 +f 1586/6/82 1584/6/82 1582/6/82 +f 1586/6/394 1583/7/396 1585/7/394 +f 1583/7/396 1586/6/394 1584/6/396 +f 1585/7/391 1583/7/395 1586/6/391 +f 1584/6/395 1586/6/391 1583/7/395 +f 1589/8/180 1588/7/180 1587/7/180 +f 1588/7/180 1589/8/180 1590/8/180 +f 1587/7/179 1588/7/179 1589/8/179 +f 1590/8/179 1589/8/179 1588/7/179 +f 1589/8/192 1592/7/192 1591/8/192 +f 1592/7/192 1589/8/192 1587/7/192 +f 1591/8/191 1592/7/191 1589/8/191 +f 1587/7/191 1589/8/191 1592/7/191 +f 1593/8/81 1589/8/81 1591/8/81 +f 1589/8/81 1593/8/81 1590/8/81 +f 1590/8/81 1593/8/81 1594/8/81 +f 1591/8/82 1589/8/82 1593/8/82 +f 1590/8/82 1593/8/82 1589/8/82 +f 1594/8/82 1593/8/82 1590/8/82 +f 1588/7/82 1592/7/82 1587/7/82 +f 1592/7/82 1588/7/82 1595/7/82 +f 1595/7/82 1588/7/82 1596/7/82 +f 1587/7/81 1592/7/81 1588/7/81 +f 1595/7/81 1588/7/81 1592/7/81 +f 1596/7/81 1588/7/81 1595/7/81 +f 1588/7/393 1594/8/394 1596/7/394 +f 1594/8/394 1588/7/393 1590/8/393 +f 1596/7/391 1594/8/391 1588/7/392 +f 1590/8/392 1588/7/392 1594/8/391 +f 1594/8/394 1595/7/648 1596/7/394 +f 1595/7/648 1594/8/394 1593/8/648 +f 1596/7/391 1595/7/647 1594/8/391 +f 1593/8/647 1594/8/391 1595/7/647 +f 1595/7/648 1591/8/398 1592/7/398 +f 1591/8/398 1595/7/648 1593/8/648 +f 1592/7/397 1591/8/397 1595/7/647 +f 1593/8/647 1595/7/647 1591/8/397 +f 1599/8/179 1598/7/653 1597/7/179 +f 1598/7/653 1599/8/179 1600/8/653 +f 1597/7/180 1598/7/654 1599/8/180 +f 1600/8/654 1599/8/180 1598/7/654 +f 1603/8/656 1602/7/655 1601/8/655 +f 1602/7/655 1603/8/656 1604/7/656 +f 1601/8/658 1602/7/658 1603/8/657 +f 1604/7/657 1603/8/657 1602/7/658 +f 1600/8/653 1602/7/655 1598/7/653 +f 1602/7/655 1600/8/653 1601/8/655 +f 1598/7/654 1602/7/658 1600/8/654 +f 1601/8/658 1600/8/654 1602/7/658 +f 1606/8/659 1597/7/179 1605/7/659 +f 1597/7/179 1606/8/659 1599/8/179 +f 1605/7/660 1597/7/180 1606/8/660 +f 1599/8/180 1606/8/660 1597/7/180 +f 1601/8/81 1607/8/81 1603/8/81 +f 1607/8/81 1601/8/81 1600/8/81 +f 1607/8/81 1600/8/81 1599/8/81 +f 1607/8/81 1599/8/81 1606/8/81 +f 1607/8/81 1606/8/81 1608/8/81 +f 1603/8/82 1607/8/82 1601/8/82 +f 1600/8/82 1601/8/82 1607/8/82 +f 1599/8/82 1600/8/82 1607/8/82 +f 1606/8/82 1599/8/82 1607/8/82 +f 1608/8/82 1606/8/82 1607/8/82 +f 1610/7/662 1608/8/661 1609/7/661 +f 1608/8/661 1610/7/662 1607/8/662 +f 1609/7/664 1608/8/664 1610/7/663 +f 1607/8/663 1610/7/663 1608/8/664 +f 1609/7/661 1606/8/659 1605/7/659 +f 1606/8/659 1609/7/661 1608/8/661 +f 1605/7/660 1606/8/660 1609/7/664 +f 1608/8/664 1609/7/664 1606/8/660 +f 585/8/192 1612/7/192 1611/8/192 +f 1612/7/192 585/8/192 1613/7/192 +f 1611/8/191 1612/7/191 585/8/191 +f 1613/7/191 585/8/191 1612/7/191 +f 1616/8/604 1615/7/179 1614/7/604 +f 1615/7/179 1616/8/604 1617/8/179 +f 1614/7/603 1615/7/180 1616/8/603 +f 1617/8/180 1616/8/603 1615/7/180 +f 585/8/180 1618/7/180 1613/7/180 +f 1618/7/180 585/8/180 586/8/180 +f 1613/7/179 1618/7/179 585/8/179 +f 586/8/179 585/8/179 1618/7/179 +f 1617/8/179 1612/7/606 1615/7/179 +f 1612/7/606 1617/8/179 1611/8/606 +f 1615/7/180 1612/7/605 1617/8/180 +f 1611/8/605 1617/8/180 1612/7/605 +f 1618/7/82 1612/7/82 1613/7/82 +f 1612/7/82 1618/7/82 1615/7/82 +f 1615/7/82 1618/7/82 1614/7/82 +f 1613/7/81 1612/7/81 1618/7/81 +f 1615/7/81 1618/7/81 1612/7/81 +f 1614/7/81 1618/7/81 1615/7/81 +f 1611/8/81 586/8/81 585/8/81 +f 586/8/81 1611/8/81 1617/8/81 +f 586/8/81 1617/8/81 1616/8/81 +f 585/8/82 586/8/82 1611/8/82 +f 1617/8/82 1611/8/82 586/8/82 +f 1616/8/82 1617/8/82 586/8/82 +f 1618/7/191 1616/8/191 1614/7/191 +f 1616/8/191 1618/7/191 586/8/191 +f 1614/7/192 1616/8/192 1618/7/192 +f 586/8/192 1618/7/192 1616/8/192 +f 1621/6/81 1620/6/81 1619/6/81 +f 1620/6/81 1621/6/81 1622/6/81 +f 1620/6/81 1622/6/81 1623/6/81 +f 1619/6/82 1620/6/82 1621/6/82 +f 1622/6/82 1621/6/82 1620/6/82 +f 1623/6/82 1622/6/82 1620/6/82 +f 1619/6/180 1625/7/180 1624/7/180 +f 1625/7/180 1619/6/180 1620/6/180 +f 1624/7/179 1625/7/179 1619/6/179 +f 1620/6/179 1619/6/179 1625/7/179 +f 1625/7/191 1623/6/191 1626/7/191 +f 1623/6/191 1625/7/191 1620/6/191 +f 1626/7/192 1623/6/192 1625/7/192 +f 1620/6/192 1625/7/192 1623/6/192 +f 1619/6/192 1627/7/192 1621/6/192 +f 1627/7/192 1619/6/192 1624/7/192 +f 1621/6/191 1627/7/191 1619/6/191 +f 1624/7/191 1619/6/191 1627/7/191 +f 1629/24/379 1628/23/379 1622/6/180 +f 1628/23/379 1630/25/379 1622/6/180 +f 1631/26/379 1629/24/379 1622/6/180 +f 1630/25/379 1632/27/379 1622/6/180 +f 1633/25/379 1632/27/379 1630/25/379 +f 1632/27/379 1634/28/379 1622/6/180 +f 1632/27/379 1633/25/379 1635/27/379 +f 1635/27/379 1633/25/379 1636/28/379 +f 1636/28/379 1633/25/379 1637/29/379 +f 1634/28/379 1638/29/379 1622/6/180 +f 1633/25/379 1639/23/379 1637/29/379 +f 1623/6/379 1631/26/379 1622/6/180 +f 1622/6/180 1638/29/379 1640/7/180 +f 1641/30/379 1640/7/180 1638/29/379 +f 1642/30/379 1640/7/180 1641/30/379 +f 1631/26/379 1623/6/379 1643/26/379 +f 1643/26/379 1623/6/379 1644/24/379 +f 1644/24/379 1623/6/379 1639/23/379 +f 1640/7/180 1642/30/379 1626/7/379 +f 1637/29/379 1626/7/379 1642/30/379 +f 1639/23/379 1626/7/379 1637/29/379 +f 1623/6/379 1626/7/379 1639/23/379 +f 1646/32/383 1645/31/383 1621/6/383 +f 1647/33/383 1646/32/383 1621/6/383 +f 1621/6/383 1645/31/383 1627/7/383 +f 1648/34/383 1627/7/383 1645/31/383 +f 1649/34/383 1627/7/383 1648/34/383 +f 1627/7/383 1649/34/383 1640/7/180 +f 1650/31/383 1640/7/180 1649/34/383 +f 1622/6/180 1647/33/383 1621/6/383 +f 1622/6/180 1640/7/180 1650/31/383 +f 1647/33/383 1622/6/180 1651/33/383 +f 1652/32/383 1622/6/180 1650/31/383 +f 1651/33/383 1622/6/180 1652/32/383 +f 1622/6/179 1628/23/381 1629/24/381 +f 1622/6/179 1629/24/381 1631/26/381 +f 1622/6/179 1630/25/381 1628/23/381 +f 1622/6/179 1631/26/381 1623/6/381 +f 1643/26/381 1623/6/381 1631/26/381 +f 1644/24/381 1623/6/381 1643/26/381 +f 1639/23/381 1623/6/381 1644/24/381 +f 1639/23/381 1626/7/381 1623/6/381 +f 1637/29/381 1626/7/381 1639/23/381 +f 1637/29/381 1639/23/381 1633/25/381 +f 1642/30/381 1626/7/381 1637/29/381 +f 1637/29/381 1633/25/381 1636/28/381 +f 1636/28/381 1633/25/381 1635/27/381 +f 1626/7/381 1642/30/381 1640/7/179 +f 1641/30/381 1640/7/179 1642/30/381 +f 1638/29/381 1640/7/179 1641/30/381 +f 1640/7/179 1638/29/381 1622/6/179 +f 1622/6/179 1638/29/381 1634/28/381 +f 1635/27/381 1633/25/381 1632/27/381 +f 1622/6/179 1634/28/381 1632/27/381 +f 1630/25/381 1632/27/381 1633/25/381 +f 1622/6/179 1632/27/381 1630/25/381 +f 1621/6/384 1645/31/384 1646/32/384 +f 1621/6/384 1646/32/384 1647/33/384 +f 1627/7/384 1645/31/384 1621/6/384 +f 1645/31/384 1627/7/384 1648/34/384 +f 1648/34/384 1627/7/384 1649/34/384 +f 1640/7/179 1649/34/384 1627/7/384 +f 1649/34/384 1640/7/179 1650/31/384 +f 1621/6/384 1647/33/384 1622/6/179 +f 1650/31/384 1640/7/179 1622/6/179 +f 1651/33/384 1622/6/179 1647/33/384 +f 1650/31/384 1622/6/179 1652/32/384 +f 1652/32/384 1622/6/179 1651/33/384 +f 1655/10/637 1654/9/638 1653/9/637 +f 1654/9/638 1655/10/637 1656/10/638 +f 1653/9/639 1654/9/640 1655/10/639 +f 1656/10/640 1655/10/639 1654/9/640 +f 1659/10/639 1658/9/640 1657/9/639 +f 1658/9/640 1659/10/639 1660/10/640 +f 1657/9/637 1658/9/638 1659/10/637 +f 1660/10/638 1659/10/637 1658/9/638 +f 1663/10/642 1662/9/641 1661/10/641 +f 1662/9/641 1663/10/642 1664/9/642 +f 1661/10/644 1662/9/644 1663/10/643 +f 1664/9/643 1663/10/643 1662/9/644 +f 1667/9/644 1666/10/643 1665/9/643 +f 1666/10/643 1667/9/644 1668/10/644 +f 1665/9/642 1666/10/642 1667/9/641 +f 1668/10/641 1667/9/641 1666/10/642 +f 1660/10/640 1667/9/644 1658/9/640 +f 1667/9/644 1660/10/640 1668/10/644 +f 1658/9/638 1667/9/641 1660/10/638 +f 1668/10/641 1660/10/638 1667/9/641 +f 1656/10/638 1662/9/641 1654/9/638 +f 1662/9/641 1656/10/638 1661/10/641 +f 1654/9/640 1662/9/644 1656/10/640 +f 1661/10/644 1656/10/640 1662/9/644 +f 1663/10/642 1657/9/639 1664/9/642 +f 1657/9/639 1663/10/642 1659/10/639 +f 1664/9/643 1657/9/637 1663/10/643 +f 1659/10/637 1663/10/643 1657/9/637 +f 1666/10/643 1653/9/637 1665/9/643 +f 1653/9/637 1666/10/643 1655/10/637 +f 1665/9/642 1653/9/639 1666/10/642 +f 1655/10/639 1666/10/642 1653/9/639 +f 1656/10/645 1663/10/645 1661/10/645 +f 1663/10/645 1656/10/645 1659/10/645 +f 1659/10/645 1656/10/645 1655/10/645 +f 1659/10/645 1655/10/645 1660/10/645 +f 1660/10/645 1655/10/645 1666/10/645 +f 1660/10/645 1666/10/645 1668/10/645 +f 1661/10/646 1663/10/646 1656/10/646 +f 1659/10/646 1656/10/646 1663/10/646 +f 1655/10/646 1656/10/646 1659/10/646 +f 1660/10/646 1655/10/646 1659/10/646 +f 1666/10/646 1655/10/646 1660/10/646 +f 1668/10/646 1666/10/646 1660/10/646 +f 1657/9/646 1662/9/646 1664/9/646 +f 1662/9/646 1657/9/646 1654/9/646 +f 1654/9/646 1657/9/646 1658/9/646 +f 1654/9/646 1658/9/646 1653/9/646 +f 1653/9/646 1658/9/646 1667/9/646 +f 1653/9/646 1667/9/646 1665/9/646 +f 1664/9/645 1662/9/645 1657/9/645 +f 1654/9/645 1657/9/645 1662/9/645 +f 1658/9/645 1657/9/645 1654/9/645 +f 1653/9/645 1658/9/645 1654/9/645 +f 1667/9/645 1658/9/645 1653/9/645 +f 1665/9/645 1667/9/645 1653/9/645 +f 1671/10/627 1670/9/628 1669/9/627 +f 1670/9/628 1671/10/627 1672/10/628 +f 1669/9/629 1670/9/630 1671/10/629 +f 1672/10/630 1671/10/629 1670/9/630 +f 1675/10/629 1674/9/630 1673/9/629 +f 1674/9/630 1675/10/629 1676/10/630 +f 1673/9/627 1674/9/628 1675/10/627 +f 1676/10/628 1675/10/627 1674/9/628 +f 1679/10/632 1678/9/631 1677/10/631 +f 1678/9/631 1679/10/632 1680/9/632 +f 1677/10/634 1678/9/634 1679/10/633 +f 1680/9/633 1679/10/633 1678/9/634 +f 1683/9/634 1682/10/633 1681/9/633 +f 1682/10/633 1683/9/634 1684/10/634 +f 1681/9/632 1682/10/632 1683/9/631 +f 1684/10/631 1683/9/631 1682/10/632 +f 1676/10/630 1683/9/634 1674/9/630 +f 1683/9/634 1676/10/630 1684/10/634 +f 1674/9/628 1683/9/631 1676/10/628 +f 1684/10/631 1676/10/628 1683/9/631 +f 1672/10/628 1678/9/631 1670/9/628 +f 1678/9/631 1672/10/628 1677/10/631 +f 1670/9/630 1678/9/634 1672/10/630 +f 1677/10/634 1672/10/630 1678/9/634 +f 1679/10/632 1673/9/629 1680/9/632 +f 1673/9/629 1679/10/632 1675/10/629 +f 1680/9/633 1673/9/627 1679/10/633 +f 1675/10/627 1679/10/633 1673/9/627 +f 1682/10/633 1669/9/627 1681/9/633 +f 1669/9/627 1682/10/633 1671/10/627 +f 1681/9/632 1669/9/629 1682/10/632 +f 1671/10/629 1682/10/632 1669/9/629 +f 1672/10/635 1679/10/635 1677/10/635 +f 1679/10/635 1672/10/635 1675/10/635 +f 1675/10/635 1672/10/635 1671/10/635 +f 1675/10/635 1671/10/635 1676/10/635 +f 1676/10/635 1671/10/635 1682/10/635 +f 1676/10/635 1682/10/635 1684/10/635 +f 1677/10/636 1679/10/636 1672/10/636 +f 1675/10/636 1672/10/636 1679/10/636 +f 1671/10/636 1672/10/636 1675/10/636 +f 1676/10/636 1671/10/636 1675/10/636 +f 1682/10/636 1671/10/636 1676/10/636 +f 1684/10/636 1682/10/636 1676/10/636 +f 1673/9/636 1678/9/636 1680/9/636 +f 1678/9/636 1673/9/636 1670/9/636 +f 1670/9/636 1673/9/636 1674/9/636 +f 1670/9/636 1674/9/636 1669/9/636 +f 1669/9/636 1674/9/636 1683/9/636 +f 1669/9/636 1683/9/636 1681/9/636 +f 1680/9/635 1678/9/635 1673/9/635 +f 1670/9/635 1673/9/635 1678/9/635 +f 1674/9/635 1673/9/635 1670/9/635 +f 1669/9/635 1674/9/635 1670/9/635 +f 1683/9/635 1674/9/635 1669/9/635 +f 1681/9/635 1683/9/635 1669/9/635 +f 1687/9/627 1686/10/628 1685/9/628 +f 1686/10/628 1687/9/627 1688/10/627 +f 1685/9/630 1686/10/630 1687/9/629 +f 1688/10/629 1687/9/629 1686/10/630 +f 1691/10/629 1690/9/630 1689/9/629 +f 1690/9/630 1691/10/629 1692/10/630 +f 1689/9/627 1690/9/628 1691/10/627 +f 1692/10/628 1691/10/627 1690/9/628 +f 1695/10/632 1694/9/631 1693/10/631 +f 1694/9/631 1695/10/632 1696/9/632 +f 1693/10/634 1694/9/634 1695/10/633 +f 1696/9/633 1695/10/633 1694/9/634 +f 1699/9/634 1698/10/633 1697/9/633 +f 1698/10/633 1699/9/634 1700/10/634 +f 1697/9/632 1698/10/632 1699/9/631 +f 1700/10/631 1699/9/631 1698/10/632 +f 1690/9/630 1700/10/634 1699/9/634 +f 1700/10/634 1690/9/630 1692/10/630 +f 1699/9/631 1700/10/631 1690/9/628 +f 1692/10/628 1690/9/628 1700/10/631 +f 1686/10/628 1694/9/631 1685/9/628 +f 1694/9/631 1686/10/628 1693/10/631 +f 1685/9/630 1694/9/634 1686/10/630 +f 1693/10/634 1686/10/630 1694/9/634 +f 1696/9/632 1691/10/629 1689/9/629 +f 1691/10/629 1696/9/632 1695/10/632 +f 1689/9/627 1691/10/627 1696/9/633 +f 1695/10/633 1696/9/633 1691/10/627 +f 1698/10/633 1687/9/627 1697/9/633 +f 1687/9/627 1698/10/633 1688/10/627 +f 1697/9/632 1687/9/629 1698/10/632 +f 1688/10/629 1698/10/632 1687/9/629 +f 1686/10/635 1695/10/635 1693/10/635 +f 1695/10/635 1686/10/635 1691/10/635 +f 1691/10/635 1686/10/635 1688/10/635 +f 1691/10/635 1688/10/635 1692/10/635 +f 1692/10/635 1688/10/635 1698/10/635 +f 1692/10/635 1698/10/635 1700/10/635 +f 1693/10/636 1695/10/636 1686/10/636 +f 1691/10/636 1686/10/636 1695/10/636 +f 1688/10/636 1686/10/636 1691/10/636 +f 1692/10/636 1688/10/636 1691/10/636 +f 1698/10/636 1688/10/636 1692/10/636 +f 1700/10/636 1698/10/636 1692/10/636 +f 1689/9/636 1694/9/636 1696/9/636 +f 1694/9/636 1689/9/636 1685/9/636 +f 1685/9/636 1689/9/636 1690/9/636 +f 1685/9/636 1690/9/636 1687/9/636 +f 1687/9/636 1690/9/636 1699/9/636 +f 1687/9/636 1699/9/636 1697/9/636 +f 1696/9/635 1694/9/635 1689/9/635 +f 1685/9/635 1689/9/635 1694/9/635 +f 1690/9/635 1689/9/635 1685/9/635 +f 1687/9/635 1690/9/635 1685/9/635 +f 1699/9/635 1690/9/635 1687/9/635 +f 1697/9/635 1699/9/635 1687/9/635 +f 1703/8/435 1702/7/654 1701/7/435 +f 1702/7/654 1703/8/435 1704/8/654 +f 1701/7/436 1702/7/653 1703/8/436 +f 1704/8/653 1703/8/436 1702/7/653 +f 1707/8/657 1706/7/658 1705/8/658 +f 1706/7/658 1707/8/657 1708/7/657 +f 1705/8/655 1706/7/655 1707/8/656 +f 1708/7/656 1707/8/656 1706/7/655 +f 1704/8/654 1706/7/658 1702/7/654 +f 1706/7/658 1704/8/654 1705/8/658 +f 1702/7/653 1706/7/655 1704/8/653 +f 1705/8/655 1704/8/653 1706/7/655 +f 1710/8/660 1701/7/435 1709/7/660 +f 1701/7/435 1710/8/660 1703/8/435 +f 1709/7/659 1701/7/436 1710/8/659 +f 1703/8/436 1710/8/659 1701/7/436 +f 1705/8/81 1711/8/81 1707/8/81 +f 1711/8/81 1705/8/81 1704/8/81 +f 1711/8/81 1704/8/81 1703/8/81 +f 1711/8/81 1703/8/81 1710/8/81 +f 1711/8/81 1710/8/81 1712/8/81 +f 1707/8/82 1711/8/82 1705/8/82 +f 1704/8/82 1705/8/82 1711/8/82 +f 1703/8/82 1704/8/82 1711/8/82 +f 1710/8/82 1703/8/82 1711/8/82 +f 1712/8/82 1710/8/82 1711/8/82 +f 1714/7/663 1712/8/664 1713/7/664 +f 1712/8/664 1714/7/663 1711/8/663 +f 1713/7/661 1712/8/661 1714/7/662 +f 1711/8/662 1714/7/662 1712/8/661 +f 1713/7/664 1710/8/660 1709/7/660 +f 1710/8/660 1713/7/664 1712/8/664 +f 1709/7/659 1710/8/659 1713/7/661 +f 1712/8/661 1713/7/661 1710/8/659 +f 635/8/437 1716/7/437 1715/8/437 +f 1716/7/437 635/8/437 1717/7/437 +f 1715/8/438 1716/7/438 635/8/438 +f 1717/7/438 635/8/438 1716/7/438 +f 1720/8/603 1719/7/435 1718/7/603 +f 1719/7/435 1720/8/603 1721/8/435 +f 1718/7/604 1719/7/436 1720/8/604 +f 1721/8/436 1720/8/604 1719/7/436 +f 635/8/436 1722/7/436 1717/7/436 +f 1722/7/436 635/8/436 636/8/436 +f 1717/7/435 1722/7/435 635/8/435 +f 636/8/435 635/8/435 1722/7/435 +f 1721/8/435 1716/7/605 1719/7/435 +f 1716/7/605 1721/8/435 1715/8/605 +f 1719/7/436 1716/7/606 1721/8/436 +f 1715/8/606 1721/8/436 1716/7/606 +f 1722/7/82 1716/7/82 1717/7/82 +f 1716/7/82 1722/7/82 1719/7/82 +f 1719/7/82 1722/7/82 1718/7/82 +f 1717/7/81 1716/7/81 1722/7/81 +f 1719/7/81 1722/7/81 1716/7/81 +f 1718/7/81 1722/7/81 1719/7/81 +f 1715/8/81 636/8/81 635/8/81 +f 636/8/81 1715/8/81 1721/8/81 +f 636/8/81 1721/8/81 1720/8/81 +f 635/8/82 636/8/82 1715/8/82 +f 1721/8/82 1715/8/82 636/8/82 +f 1720/8/82 1721/8/82 636/8/82 +f 1722/7/438 1720/8/438 1718/7/438 +f 1720/8/438 1722/7/438 636/8/438 +f 1718/7/437 1720/8/437 1722/7/437 +f 636/8/437 1722/7/437 1720/8/437 +f 1725/6/81 1724/6/81 1723/6/81 +f 1724/6/81 1725/6/81 1726/6/81 +f 1724/6/81 1726/6/81 1727/6/81 +f 1723/6/82 1724/6/82 1725/6/82 +f 1726/6/82 1725/6/82 1724/6/82 +f 1727/6/82 1726/6/82 1724/6/82 +f 1723/6/436 1729/7/436 1728/7/436 +f 1729/7/436 1723/6/436 1724/6/436 +f 1728/7/435 1729/7/435 1723/6/435 +f 1724/6/435 1723/6/435 1729/7/435 +f 1729/7/438 1727/6/438 1730/7/438 +f 1727/6/438 1729/7/438 1724/6/438 +f 1730/7/437 1727/6/437 1729/7/437 +f 1724/6/437 1729/7/437 1727/6/437 +f 1723/6/437 1731/7/437 1725/6/437 +f 1731/7/437 1723/6/437 1728/7/437 +f 1725/6/438 1731/7/438 1723/6/438 +f 1728/7/438 1723/6/438 1731/7/438 +f 1733/24/381 1732/23/381 1726/6/436 +f 1732/23/381 1734/25/381 1726/6/436 +f 1735/26/381 1733/24/381 1726/6/436 +f 1734/25/381 1736/27/381 1726/6/436 +f 1737/25/381 1736/27/381 1734/25/381 +f 1736/27/381 1738/28/381 1726/6/436 +f 1736/27/381 1737/25/381 1739/27/381 +f 1739/27/381 1737/25/381 1740/28/381 +f 1740/28/381 1737/25/381 1741/29/381 +f 1738/28/381 1742/29/381 1726/6/436 +f 1737/25/381 1743/23/381 1741/29/381 +f 1727/6/381 1735/26/381 1726/6/436 +f 1726/6/436 1742/29/381 1744/7/436 +f 1745/30/381 1744/7/436 1742/29/381 +f 1746/30/381 1744/7/436 1745/30/381 +f 1735/26/381 1727/6/381 1747/26/381 +f 1747/26/381 1727/6/381 1748/24/381 +f 1748/24/381 1727/6/381 1743/23/381 +f 1744/7/436 1746/30/381 1730/7/381 +f 1741/29/381 1730/7/381 1746/30/381 +f 1743/23/381 1730/7/381 1741/29/381 +f 1727/6/381 1730/7/381 1743/23/381 +f 1750/32/384 1749/31/384 1725/6/384 +f 1751/33/384 1750/32/384 1725/6/384 +f 1725/6/384 1749/31/384 1731/7/384 +f 1752/34/384 1731/7/384 1749/31/384 +f 1753/34/384 1731/7/384 1752/34/384 +f 1731/7/384 1753/34/384 1744/7/436 +f 1754/31/384 1744/7/436 1753/34/384 +f 1726/6/436 1751/33/384 1725/6/384 +f 1726/6/436 1744/7/436 1754/31/384 +f 1751/33/384 1726/6/436 1755/33/384 +f 1756/32/384 1726/6/436 1754/31/384 +f 1755/33/384 1726/6/436 1756/32/384 +f 1726/6/435 1732/23/379 1733/24/379 +f 1726/6/435 1733/24/379 1735/26/379 +f 1726/6/435 1734/25/379 1732/23/379 +f 1726/6/435 1735/26/379 1727/6/379 +f 1747/26/379 1727/6/379 1735/26/379 +f 1748/24/379 1727/6/379 1747/26/379 +f 1743/23/379 1727/6/379 1748/24/379 +f 1743/23/379 1730/7/379 1727/6/379 +f 1741/29/379 1730/7/379 1743/23/379 +f 1741/29/379 1743/23/379 1737/25/379 +f 1746/30/379 1730/7/379 1741/29/379 +f 1741/29/379 1737/25/379 1740/28/379 +f 1740/28/379 1737/25/379 1739/27/379 +f 1730/7/379 1746/30/379 1744/7/435 +f 1745/30/379 1744/7/435 1746/30/379 +f 1742/29/379 1744/7/435 1745/30/379 +f 1744/7/435 1742/29/379 1726/6/435 +f 1726/6/435 1742/29/379 1738/28/379 +f 1739/27/379 1737/25/379 1736/27/379 +f 1726/6/435 1738/28/379 1736/27/379 +f 1734/25/379 1736/27/379 1737/25/379 +f 1726/6/435 1736/27/379 1734/25/379 +f 1725/6/383 1749/31/383 1750/32/383 +f 1725/6/383 1750/32/383 1751/33/383 +f 1731/7/383 1749/31/383 1725/6/383 +f 1749/31/383 1731/7/383 1752/34/383 +f 1752/34/383 1731/7/383 1753/34/383 +f 1744/7/435 1753/34/383 1731/7/383 +f 1753/34/383 1744/7/435 1754/31/383 +f 1725/6/383 1751/33/383 1726/6/435 +f 1754/31/383 1744/7/435 1726/6/435 +f 1755/33/383 1726/6/435 1751/33/383 +f 1754/31/383 1726/6/435 1756/32/383 +f 1756/32/383 1726/6/435 1755/33/383 +f 1759/10/617 1758/9/618 1757/9/617 +f 1758/9/618 1759/10/617 1760/10/618 +f 1757/9/619 1758/9/620 1759/10/619 +f 1760/10/620 1759/10/619 1758/9/620 +f 1763/10/619 1762/9/620 1761/9/619 +f 1762/9/620 1763/10/619 1764/10/620 +f 1761/9/617 1762/9/618 1763/10/617 +f 1764/10/618 1763/10/617 1762/9/618 +f 1767/10/622 1766/9/621 1765/10/621 +f 1766/9/621 1767/10/622 1768/9/622 +f 1765/10/624 1766/9/624 1767/10/623 +f 1768/9/623 1767/10/623 1766/9/624 +f 1771/9/624 1770/10/623 1769/9/623 +f 1770/10/623 1771/9/624 1772/10/624 +f 1769/9/622 1770/10/622 1771/9/621 +f 1772/10/621 1771/9/621 1770/10/622 +f 1764/10/620 1771/9/624 1762/9/620 +f 1771/9/624 1764/10/620 1772/10/624 +f 1762/9/618 1771/9/621 1764/10/618 +f 1772/10/621 1764/10/618 1771/9/621 +f 1760/10/618 1766/9/621 1758/9/618 +f 1766/9/621 1760/10/618 1765/10/621 +f 1758/9/620 1766/9/624 1760/10/620 +f 1765/10/624 1760/10/620 1766/9/624 +f 1767/10/622 1761/9/619 1768/9/622 +f 1761/9/619 1767/10/622 1763/10/619 +f 1768/9/623 1761/9/617 1767/10/623 +f 1763/10/617 1767/10/623 1761/9/617 +f 1770/10/623 1757/9/617 1769/9/623 +f 1757/9/617 1770/10/623 1759/10/617 +f 1769/9/622 1757/9/619 1770/10/622 +f 1759/10/619 1770/10/622 1757/9/619 +f 1760/10/625 1767/10/625 1765/10/625 +f 1767/10/625 1760/10/625 1763/10/625 +f 1763/10/625 1760/10/625 1759/10/625 +f 1763/10/625 1759/10/625 1764/10/625 +f 1764/10/625 1759/10/625 1770/10/625 +f 1764/10/625 1770/10/625 1772/10/625 +f 1765/10/626 1767/10/626 1760/10/626 +f 1763/10/626 1760/10/626 1767/10/626 +f 1759/10/626 1760/10/626 1763/10/626 +f 1764/10/626 1759/10/626 1763/10/626 +f 1770/10/626 1759/10/626 1764/10/626 +f 1772/10/626 1770/10/626 1764/10/626 +f 1761/9/626 1766/9/626 1768/9/626 +f 1766/9/626 1761/9/626 1758/9/626 +f 1758/9/626 1761/9/626 1762/9/626 +f 1758/9/626 1762/9/626 1757/9/626 +f 1757/9/626 1762/9/626 1771/9/626 +f 1757/9/626 1771/9/626 1769/9/626 +f 1768/9/625 1766/9/625 1761/9/625 +f 1758/9/625 1761/9/625 1766/9/625 +f 1762/9/625 1761/9/625 1758/9/625 +f 1757/9/625 1762/9/625 1758/9/625 +f 1771/9/625 1762/9/625 1757/9/625 +f 1769/9/625 1771/9/625 1757/9/625 +f 1775/10/607 1774/9/608 1773/9/607 +f 1774/9/608 1775/10/607 1776/10/608 +f 1773/9/609 1774/9/610 1775/10/609 +f 1776/10/610 1775/10/609 1774/9/610 +f 1779/10/609 1778/9/610 1777/9/609 +f 1778/9/610 1779/10/609 1780/10/610 +f 1777/9/607 1778/9/608 1779/10/607 +f 1780/10/608 1779/10/607 1778/9/608 +f 1783/10/612 1782/9/611 1781/10/611 +f 1782/9/611 1783/10/612 1784/9/612 +f 1781/10/614 1782/9/614 1783/10/613 +f 1784/9/613 1783/10/613 1782/9/614 +f 1787/9/614 1786/10/613 1785/9/613 +f 1786/10/613 1787/9/614 1788/10/614 +f 1785/9/612 1786/10/612 1787/9/611 +f 1788/10/611 1787/9/611 1786/10/612 +f 1780/10/610 1787/9/614 1778/9/610 +f 1787/9/614 1780/10/610 1788/10/614 +f 1778/9/608 1787/9/611 1780/10/608 +f 1788/10/611 1780/10/608 1787/9/611 +f 1776/10/608 1782/9/611 1774/9/608 +f 1782/9/611 1776/10/608 1781/10/611 +f 1774/9/610 1782/9/614 1776/10/610 +f 1781/10/614 1776/10/610 1782/9/614 +f 1783/10/612 1777/9/609 1784/9/612 +f 1777/9/609 1783/10/612 1779/10/609 +f 1784/9/613 1777/9/607 1783/10/613 +f 1779/10/607 1783/10/613 1777/9/607 +f 1786/10/613 1773/9/607 1785/9/613 +f 1773/9/607 1786/10/613 1775/10/607 +f 1785/9/612 1773/9/609 1786/10/612 +f 1775/10/609 1786/10/612 1773/9/609 +f 1776/10/615 1783/10/615 1781/10/615 +f 1783/10/615 1776/10/615 1779/10/615 +f 1779/10/615 1776/10/615 1775/10/615 +f 1779/10/615 1775/10/615 1780/10/615 +f 1780/10/615 1775/10/615 1786/10/615 +f 1780/10/615 1786/10/615 1788/10/615 +f 1781/10/616 1783/10/616 1776/10/616 +f 1779/10/616 1776/10/616 1783/10/616 +f 1775/10/616 1776/10/616 1779/10/616 +f 1780/10/616 1775/10/616 1779/10/616 +f 1786/10/616 1775/10/616 1780/10/616 +f 1788/10/616 1786/10/616 1780/10/616 +f 1777/9/616 1782/9/616 1784/9/616 +f 1782/9/616 1777/9/616 1774/9/616 +f 1774/9/616 1777/9/616 1778/9/616 +f 1774/9/616 1778/9/616 1773/9/616 +f 1773/9/616 1778/9/616 1787/9/616 +f 1773/9/616 1787/9/616 1785/9/616 +f 1784/9/615 1782/9/615 1777/9/615 +f 1774/9/615 1777/9/615 1782/9/615 +f 1778/9/615 1777/9/615 1774/9/615 +f 1773/9/615 1778/9/615 1774/9/615 +f 1787/9/615 1778/9/615 1773/9/615 +f 1785/9/615 1787/9/615 1773/9/615 +f 1791/9/607 1790/10/608 1789/9/608 +f 1790/10/608 1791/9/607 1792/10/607 +f 1789/9/610 1790/10/610 1791/9/609 +f 1792/10/609 1791/9/609 1790/10/610 +f 1795/10/609 1794/9/610 1793/9/609 +f 1794/9/610 1795/10/609 1796/10/610 +f 1793/9/607 1794/9/608 1795/10/607 +f 1796/10/608 1795/10/607 1794/9/608 +f 1799/10/612 1798/9/611 1797/10/611 +f 1798/9/611 1799/10/612 1800/9/612 +f 1797/10/614 1798/9/614 1799/10/613 +f 1800/9/613 1799/10/613 1798/9/614 +f 1803/9/614 1802/10/613 1801/9/613 +f 1802/10/613 1803/9/614 1804/10/614 +f 1801/9/612 1802/10/612 1803/9/611 +f 1804/10/611 1803/9/611 1802/10/612 +f 1794/9/610 1804/10/614 1803/9/614 +f 1804/10/614 1794/9/610 1796/10/610 +f 1803/9/611 1804/10/611 1794/9/608 +f 1796/10/608 1794/9/608 1804/10/611 +f 1790/10/608 1798/9/611 1789/9/608 +f 1798/9/611 1790/10/608 1797/10/611 +f 1789/9/610 1798/9/614 1790/10/610 +f 1797/10/614 1790/10/610 1798/9/614 +f 1800/9/612 1795/10/609 1793/9/609 +f 1795/10/609 1800/9/612 1799/10/612 +f 1793/9/607 1795/10/607 1800/9/613 +f 1799/10/613 1800/9/613 1795/10/607 +f 1802/10/613 1791/9/607 1801/9/613 +f 1791/9/607 1802/10/613 1792/10/607 +f 1801/9/612 1791/9/609 1802/10/612 +f 1792/10/609 1802/10/612 1791/9/609 +f 1790/10/615 1799/10/615 1797/10/615 +f 1799/10/615 1790/10/615 1795/10/615 +f 1795/10/615 1790/10/615 1792/10/615 +f 1795/10/615 1792/10/615 1796/10/615 +f 1796/10/615 1792/10/615 1802/10/615 +f 1796/10/615 1802/10/615 1804/10/615 +f 1797/10/616 1799/10/616 1790/10/616 +f 1795/10/616 1790/10/616 1799/10/616 +f 1792/10/616 1790/10/616 1795/10/616 +f 1796/10/616 1792/10/616 1795/10/616 +f 1802/10/616 1792/10/616 1796/10/616 +f 1804/10/616 1802/10/616 1796/10/616 +f 1793/9/616 1798/9/616 1800/9/616 +f 1798/9/616 1793/9/616 1789/9/616 +f 1789/9/616 1793/9/616 1794/9/616 +f 1789/9/616 1794/9/616 1791/9/616 +f 1791/9/616 1794/9/616 1803/9/616 +f 1791/9/616 1803/9/616 1801/9/616 +f 1800/9/615 1798/9/615 1793/9/615 +f 1789/9/615 1793/9/615 1798/9/615 +f 1794/9/615 1793/9/615 1789/9/615 +f 1791/9/615 1794/9/615 1789/9/615 +f 1803/9/615 1794/9/615 1791/9/615 +f 1801/9/615 1803/9/615 1791/9/615 +f 1807/8/179 1806/7/653 1805/7/179 +f 1806/7/653 1807/8/179 1808/8/653 +f 1805/7/180 1806/7/654 1807/8/180 +f 1808/8/654 1807/8/180 1806/7/654 +f 1811/8/656 1810/7/655 1809/8/655 +f 1810/7/655 1811/8/656 1812/7/656 +f 1809/8/658 1810/7/658 1811/8/657 +f 1812/7/657 1811/8/657 1810/7/658 +f 1808/8/653 1810/7/655 1806/7/653 +f 1810/7/655 1808/8/653 1809/8/655 +f 1806/7/654 1810/7/658 1808/8/654 +f 1809/8/658 1808/8/654 1810/7/658 +f 1814/8/659 1805/7/179 1813/7/659 +f 1805/7/179 1814/8/659 1807/8/179 +f 1813/7/660 1805/7/180 1814/8/660 +f 1807/8/180 1814/8/660 1805/7/180 +f 1809/8/81 1815/8/81 1811/8/81 +f 1815/8/81 1809/8/81 1808/8/81 +f 1815/8/81 1808/8/81 1807/8/81 +f 1815/8/81 1807/8/81 1814/8/81 +f 1815/8/81 1814/8/81 1816/8/81 +f 1811/8/82 1815/8/82 1809/8/82 +f 1808/8/82 1809/8/82 1815/8/82 +f 1807/8/82 1808/8/82 1815/8/82 +f 1814/8/82 1807/8/82 1815/8/82 +f 1816/8/82 1814/8/82 1815/8/82 +f 1818/7/662 1816/8/661 1817/7/661 +f 1816/8/661 1818/7/662 1815/8/662 +f 1817/7/664 1816/8/664 1818/7/663 +f 1815/8/663 1818/7/663 1816/8/664 +f 1817/7/661 1814/8/659 1813/7/659 +f 1814/8/659 1817/7/661 1816/8/661 +f 1813/7/660 1814/8/660 1817/7/664 +f 1816/8/664 1817/7/664 1814/8/660 +f 685/8/192 1820/7/192 1819/8/192 +f 1820/7/192 685/8/192 1821/7/192 +f 1819/8/191 1820/7/191 685/8/191 +f 1821/7/191 685/8/191 1820/7/191 +f 1824/8/604 1823/7/179 1822/7/604 +f 1823/7/179 1824/8/604 1825/8/179 +f 1822/7/603 1823/7/180 1824/8/603 +f 1825/8/180 1824/8/603 1823/7/180 +f 685/8/180 1826/7/180 1821/7/180 +f 1826/7/180 685/8/180 686/8/180 +f 1821/7/179 1826/7/179 685/8/179 +f 686/8/179 685/8/179 1826/7/179 +f 1825/8/179 1820/7/606 1823/7/179 +f 1820/7/606 1825/8/179 1819/8/606 +f 1823/7/180 1820/7/605 1825/8/180 +f 1819/8/605 1825/8/180 1820/7/605 +f 1826/7/82 1820/7/82 1821/7/82 +f 1820/7/82 1826/7/82 1823/7/82 +f 1823/7/82 1826/7/82 1822/7/82 +f 1821/7/81 1820/7/81 1826/7/81 +f 1823/7/81 1826/7/81 1820/7/81 +f 1822/7/81 1826/7/81 1823/7/81 +f 1819/8/81 686/8/81 685/8/81 +f 686/8/81 1819/8/81 1825/8/81 +f 686/8/81 1825/8/81 1824/8/81 +f 685/8/82 686/8/82 1819/8/82 +f 1825/8/82 1819/8/82 686/8/82 +f 1824/8/82 1825/8/82 686/8/82 +f 1826/7/191 1824/8/191 1822/7/191 +f 1824/8/191 1826/7/191 686/8/191 +f 1822/7/192 1824/8/192 1826/7/192 +f 686/8/192 1826/7/192 1824/8/192 +f 1829/6/81 1828/6/81 1827/6/81 +f 1828/6/81 1829/6/81 1830/6/81 +f 1828/6/81 1830/6/81 1831/6/81 +f 1827/6/82 1828/6/82 1829/6/82 +f 1830/6/82 1829/6/82 1828/6/82 +f 1831/6/82 1830/6/82 1828/6/82 +f 1827/6/180 1833/7/180 1832/7/180 +f 1833/7/180 1827/6/180 1828/6/180 +f 1832/7/179 1833/7/179 1827/6/179 +f 1828/6/179 1827/6/179 1833/7/179 +f 1833/7/191 1831/6/191 1834/7/191 +f 1831/6/191 1833/7/191 1828/6/191 +f 1834/7/192 1831/6/192 1833/7/192 +f 1828/6/192 1833/7/192 1831/6/192 +f 1827/6/192 1835/7/192 1829/6/192 +f 1835/7/192 1827/6/192 1832/7/192 +f 1829/6/191 1835/7/191 1827/6/191 +f 1832/7/191 1827/6/191 1835/7/191 +f 1837/24/379 1836/23/379 1830/6/180 +f 1836/23/379 1838/25/379 1830/6/180 +f 1839/26/379 1837/24/379 1830/6/180 +f 1838/25/379 1840/27/379 1830/6/180 +f 1841/25/379 1840/27/379 1838/25/379 +f 1840/27/379 1842/28/379 1830/6/180 +f 1840/27/379 1841/25/379 1843/27/379 +f 1843/27/379 1841/25/379 1844/28/379 +f 1844/28/379 1841/25/379 1845/29/379 +f 1842/28/379 1846/29/379 1830/6/180 +f 1841/25/379 1847/23/379 1845/29/379 +f 1831/6/379 1839/26/379 1830/6/180 +f 1830/6/180 1846/29/379 1848/7/180 +f 1849/30/379 1848/7/180 1846/29/379 +f 1850/30/379 1848/7/180 1849/30/379 +f 1839/26/379 1831/6/379 1851/26/379 +f 1851/26/379 1831/6/379 1852/24/379 +f 1852/24/379 1831/6/379 1847/23/379 +f 1848/7/180 1850/30/379 1834/7/379 +f 1845/29/379 1834/7/379 1850/30/379 +f 1847/23/379 1834/7/379 1845/29/379 +f 1831/6/379 1834/7/379 1847/23/379 +f 1854/32/383 1853/31/383 1829/6/383 +f 1855/33/383 1854/32/383 1829/6/383 +f 1829/6/383 1853/31/383 1835/7/383 +f 1856/34/383 1835/7/383 1853/31/383 +f 1857/34/383 1835/7/383 1856/34/383 +f 1835/7/383 1857/34/383 1848/7/180 +f 1858/31/383 1848/7/180 1857/34/383 +f 1830/6/180 1855/33/383 1829/6/383 +f 1830/6/180 1848/7/180 1858/31/383 +f 1855/33/383 1830/6/180 1859/33/383 +f 1860/32/383 1830/6/180 1858/31/383 +f 1859/33/383 1830/6/180 1860/32/383 +f 1830/6/179 1836/23/381 1837/24/381 +f 1830/6/179 1837/24/381 1839/26/381 +f 1830/6/179 1838/25/381 1836/23/381 +f 1830/6/179 1839/26/381 1831/6/381 +f 1851/26/381 1831/6/381 1839/26/381 +f 1852/24/381 1831/6/381 1851/26/381 +f 1847/23/381 1831/6/381 1852/24/381 +f 1847/23/381 1834/7/381 1831/6/381 +f 1845/29/381 1834/7/381 1847/23/381 +f 1845/29/381 1847/23/381 1841/25/381 +f 1850/30/381 1834/7/381 1845/29/381 +f 1845/29/381 1841/25/381 1844/28/381 +f 1844/28/381 1841/25/381 1843/27/381 +f 1834/7/381 1850/30/381 1848/7/179 +f 1849/30/381 1848/7/179 1850/30/381 +f 1846/29/381 1848/7/179 1849/30/381 +f 1848/7/179 1846/29/381 1830/6/179 +f 1830/6/179 1846/29/381 1842/28/381 +f 1843/27/381 1841/25/381 1840/27/381 +f 1830/6/179 1842/28/381 1840/27/381 +f 1838/25/381 1840/27/381 1841/25/381 +f 1830/6/179 1840/27/381 1838/25/381 +f 1829/6/384 1853/31/384 1854/32/384 +f 1829/6/384 1854/32/384 1855/33/384 +f 1835/7/384 1853/31/384 1829/6/384 +f 1853/31/384 1835/7/384 1856/34/384 +f 1856/34/384 1835/7/384 1857/34/384 +f 1848/7/179 1857/34/384 1835/7/384 +f 1857/34/384 1848/7/179 1858/31/384 +f 1829/6/384 1855/33/384 1830/6/179 +f 1858/31/384 1848/7/179 1830/6/179 +f 1859/33/384 1830/6/179 1855/33/384 +f 1858/31/384 1830/6/179 1860/32/384 +f 1860/32/384 1830/6/179 1859/33/384 +f 1863/10/637 1862/9/638 1861/9/637 +f 1862/9/638 1863/10/637 1864/10/638 +f 1861/9/639 1862/9/640 1863/10/639 +f 1864/10/640 1863/10/639 1862/9/640 +f 1867/10/639 1866/9/640 1865/9/639 +f 1866/9/640 1867/10/639 1868/10/640 +f 1865/9/637 1866/9/638 1867/10/637 +f 1868/10/638 1867/10/637 1866/9/638 +f 1871/10/642 1870/9/641 1869/10/641 +f 1870/9/641 1871/10/642 1872/9/642 +f 1869/10/644 1870/9/644 1871/10/643 +f 1872/9/643 1871/10/643 1870/9/644 +f 1875/9/644 1874/10/643 1873/9/643 +f 1874/10/643 1875/9/644 1876/10/644 +f 1873/9/642 1874/10/642 1875/9/641 +f 1876/10/641 1875/9/641 1874/10/642 +f 1868/10/640 1875/9/644 1866/9/640 +f 1875/9/644 1868/10/640 1876/10/644 +f 1866/9/638 1875/9/641 1868/10/638 +f 1876/10/641 1868/10/638 1875/9/641 +f 1864/10/638 1870/9/641 1862/9/638 +f 1870/9/641 1864/10/638 1869/10/641 +f 1862/9/640 1870/9/644 1864/10/640 +f 1869/10/644 1864/10/640 1870/9/644 +f 1871/10/642 1865/9/639 1872/9/642 +f 1865/9/639 1871/10/642 1867/10/639 +f 1872/9/643 1865/9/637 1871/10/643 +f 1867/10/637 1871/10/643 1865/9/637 +f 1874/10/643 1861/9/637 1873/9/643 +f 1861/9/637 1874/10/643 1863/10/637 +f 1873/9/642 1861/9/639 1874/10/642 +f 1863/10/639 1874/10/642 1861/9/639 +f 1864/10/645 1871/10/645 1869/10/645 +f 1871/10/645 1864/10/645 1867/10/645 +f 1867/10/645 1864/10/645 1863/10/645 +f 1867/10/645 1863/10/645 1868/10/645 +f 1868/10/645 1863/10/645 1874/10/645 +f 1868/10/645 1874/10/645 1876/10/645 +f 1869/10/646 1871/10/646 1864/10/646 +f 1867/10/646 1864/10/646 1871/10/646 +f 1863/10/646 1864/10/646 1867/10/646 +f 1868/10/646 1863/10/646 1867/10/646 +f 1874/10/646 1863/10/646 1868/10/646 +f 1876/10/646 1874/10/646 1868/10/646 +f 1865/9/646 1870/9/646 1872/9/646 +f 1870/9/646 1865/9/646 1862/9/646 +f 1862/9/646 1865/9/646 1866/9/646 +f 1862/9/646 1866/9/646 1861/9/646 +f 1861/9/646 1866/9/646 1875/9/646 +f 1861/9/646 1875/9/646 1873/9/646 +f 1872/9/645 1870/9/645 1865/9/645 +f 1862/9/645 1865/9/645 1870/9/645 +f 1866/9/645 1865/9/645 1862/9/645 +f 1861/9/645 1866/9/645 1862/9/645 +f 1875/9/645 1866/9/645 1861/9/645 +f 1873/9/645 1875/9/645 1861/9/645 +f 1879/10/627 1878/9/628 1877/9/627 +f 1878/9/628 1879/10/627 1880/10/628 +f 1877/9/629 1878/9/630 1879/10/629 +f 1880/10/630 1879/10/629 1878/9/630 +f 1883/10/629 1882/9/630 1881/9/629 +f 1882/9/630 1883/10/629 1884/10/630 +f 1881/9/627 1882/9/628 1883/10/627 +f 1884/10/628 1883/10/627 1882/9/628 +f 1887/10/632 1886/9/631 1885/10/631 +f 1886/9/631 1887/10/632 1888/9/632 +f 1885/10/634 1886/9/634 1887/10/633 +f 1888/9/633 1887/10/633 1886/9/634 +f 1891/9/634 1890/10/633 1889/9/633 +f 1890/10/633 1891/9/634 1892/10/634 +f 1889/9/632 1890/10/632 1891/9/631 +f 1892/10/631 1891/9/631 1890/10/632 +f 1884/10/630 1891/9/634 1882/9/630 +f 1891/9/634 1884/10/630 1892/10/634 +f 1882/9/628 1891/9/631 1884/10/628 +f 1892/10/631 1884/10/628 1891/9/631 +f 1880/10/628 1886/9/631 1878/9/628 +f 1886/9/631 1880/10/628 1885/10/631 +f 1878/9/630 1886/9/634 1880/10/630 +f 1885/10/634 1880/10/630 1886/9/634 +f 1887/10/632 1881/9/629 1888/9/632 +f 1881/9/629 1887/10/632 1883/10/629 +f 1888/9/633 1881/9/627 1887/10/633 +f 1883/10/627 1887/10/633 1881/9/627 +f 1890/10/633 1877/9/627 1889/9/633 +f 1877/9/627 1890/10/633 1879/10/627 +f 1889/9/632 1877/9/629 1890/10/632 +f 1879/10/629 1890/10/632 1877/9/629 +f 1880/10/635 1887/10/635 1885/10/635 +f 1887/10/635 1880/10/635 1883/10/635 +f 1883/10/635 1880/10/635 1879/10/635 +f 1883/10/635 1879/10/635 1884/10/635 +f 1884/10/635 1879/10/635 1890/10/635 +f 1884/10/635 1890/10/635 1892/10/635 +f 1885/10/636 1887/10/636 1880/10/636 +f 1883/10/636 1880/10/636 1887/10/636 +f 1879/10/636 1880/10/636 1883/10/636 +f 1884/10/636 1879/10/636 1883/10/636 +f 1890/10/636 1879/10/636 1884/10/636 +f 1892/10/636 1890/10/636 1884/10/636 +f 1881/9/636 1886/9/636 1888/9/636 +f 1886/9/636 1881/9/636 1878/9/636 +f 1878/9/636 1881/9/636 1882/9/636 +f 1878/9/636 1882/9/636 1877/9/636 +f 1877/9/636 1882/9/636 1891/9/636 +f 1877/9/636 1891/9/636 1889/9/636 +f 1888/9/635 1886/9/635 1881/9/635 +f 1878/9/635 1881/9/635 1886/9/635 +f 1882/9/635 1881/9/635 1878/9/635 +f 1877/9/635 1882/9/635 1878/9/635 +f 1891/9/635 1882/9/635 1877/9/635 +f 1889/9/635 1891/9/635 1877/9/635 +f 1895/9/627 1894/10/628 1893/9/628 +f 1894/10/628 1895/9/627 1896/10/627 +f 1893/9/630 1894/10/630 1895/9/629 +f 1896/10/629 1895/9/629 1894/10/630 +f 1899/10/629 1898/9/630 1897/9/629 +f 1898/9/630 1899/10/629 1900/10/630 +f 1897/9/627 1898/9/628 1899/10/627 +f 1900/10/628 1899/10/627 1898/9/628 +f 1903/10/632 1902/9/631 1901/10/631 +f 1902/9/631 1903/10/632 1904/9/632 +f 1901/10/634 1902/9/634 1903/10/633 +f 1904/9/633 1903/10/633 1902/9/634 +f 1907/9/634 1906/10/633 1905/9/633 +f 1906/10/633 1907/9/634 1908/10/634 +f 1905/9/632 1906/10/632 1907/9/631 +f 1908/10/631 1907/9/631 1906/10/632 +f 1898/9/630 1908/10/634 1907/9/634 +f 1908/10/634 1898/9/630 1900/10/630 +f 1907/9/631 1908/10/631 1898/9/628 +f 1900/10/628 1898/9/628 1908/10/631 +f 1894/10/628 1902/9/631 1893/9/628 +f 1902/9/631 1894/10/628 1901/10/631 +f 1893/9/630 1902/9/634 1894/10/630 +f 1901/10/634 1894/10/630 1902/9/634 +f 1904/9/632 1899/10/629 1897/9/629 +f 1899/10/629 1904/9/632 1903/10/632 +f 1897/9/627 1899/10/627 1904/9/633 +f 1903/10/633 1904/9/633 1899/10/627 +f 1906/10/633 1895/9/627 1905/9/633 +f 1895/9/627 1906/10/633 1896/10/627 +f 1905/9/632 1895/9/629 1906/10/632 +f 1896/10/629 1906/10/632 1895/9/629 +f 1894/10/635 1903/10/635 1901/10/635 +f 1903/10/635 1894/10/635 1899/10/635 +f 1899/10/635 1894/10/635 1896/10/635 +f 1899/10/635 1896/10/635 1900/10/635 +f 1900/10/635 1896/10/635 1906/10/635 +f 1900/10/635 1906/10/635 1908/10/635 +f 1901/10/636 1903/10/636 1894/10/636 +f 1899/10/636 1894/10/636 1903/10/636 +f 1896/10/636 1894/10/636 1899/10/636 +f 1900/10/636 1896/10/636 1899/10/636 +f 1906/10/636 1896/10/636 1900/10/636 +f 1908/10/636 1906/10/636 1900/10/636 +f 1897/9/636 1902/9/636 1904/9/636 +f 1902/9/636 1897/9/636 1893/9/636 +f 1893/9/636 1897/9/636 1898/9/636 +f 1893/9/636 1898/9/636 1895/9/636 +f 1895/9/636 1898/9/636 1907/9/636 +f 1895/9/636 1907/9/636 1905/9/636 +f 1904/9/635 1902/9/635 1897/9/635 +f 1893/9/635 1897/9/635 1902/9/635 +f 1898/9/635 1897/9/635 1893/9/635 +f 1895/9/635 1898/9/635 1893/9/635 +f 1907/9/635 1898/9/635 1895/9/635 +f 1905/9/635 1907/9/635 1895/9/635 +f 1911/8/435 1910/7/654 1909/7/435 +f 1910/7/654 1911/8/435 1912/8/654 +f 1909/7/436 1910/7/653 1911/8/436 +f 1912/8/653 1911/8/436 1910/7/653 +f 1915/8/657 1914/7/658 1913/8/658 +f 1914/7/658 1915/8/657 1916/7/657 +f 1913/8/655 1914/7/655 1915/8/656 +f 1916/7/656 1915/8/656 1914/7/655 +f 1912/8/654 1914/7/658 1910/7/654 +f 1914/7/658 1912/8/654 1913/8/658 +f 1910/7/653 1914/7/655 1912/8/653 +f 1913/8/655 1912/8/653 1914/7/655 +f 1918/8/660 1909/7/435 1917/7/660 +f 1909/7/435 1918/8/660 1911/8/435 +f 1917/7/659 1909/7/436 1918/8/659 +f 1911/8/436 1918/8/659 1909/7/436 +f 1913/8/81 1919/8/81 1915/8/81 +f 1919/8/81 1913/8/81 1912/8/81 +f 1919/8/81 1912/8/81 1911/8/81 +f 1919/8/81 1911/8/81 1918/8/81 +f 1919/8/81 1918/8/81 1920/8/81 +f 1915/8/82 1919/8/82 1913/8/82 +f 1912/8/82 1913/8/82 1919/8/82 +f 1911/8/82 1912/8/82 1919/8/82 +f 1918/8/82 1911/8/82 1919/8/82 +f 1920/8/82 1918/8/82 1919/8/82 +f 1922/7/663 1920/8/664 1921/7/664 +f 1920/8/664 1922/7/663 1919/8/663 +f 1921/7/661 1920/8/661 1922/7/662 +f 1919/8/662 1922/7/662 1920/8/661 +f 1921/7/664 1918/8/660 1917/7/660 +f 1918/8/660 1921/7/664 1920/8/664 +f 1917/7/659 1918/8/659 1921/7/661 +f 1920/8/661 1921/7/661 1918/8/659 +f 735/8/437 1924/7/437 1923/8/437 +f 1924/7/437 735/8/437 1925/7/437 +f 1923/8/438 1924/7/438 735/8/438 +f 1925/7/438 735/8/438 1924/7/438 +f 1928/8/603 1927/7/435 1926/7/603 +f 1927/7/435 1928/8/603 1929/8/435 +f 1926/7/604 1927/7/436 1928/8/604 +f 1929/8/436 1928/8/604 1927/7/436 +f 735/8/436 1930/7/436 1925/7/436 +f 1930/7/436 735/8/436 736/8/436 +f 1925/7/435 1930/7/435 735/8/435 +f 736/8/435 735/8/435 1930/7/435 +f 1929/8/435 1924/7/605 1927/7/435 +f 1924/7/605 1929/8/435 1923/8/605 +f 1927/7/436 1924/7/606 1929/8/436 +f 1923/8/606 1929/8/436 1924/7/606 +f 1930/7/82 1924/7/82 1925/7/82 +f 1924/7/82 1930/7/82 1927/7/82 +f 1927/7/82 1930/7/82 1926/7/82 +f 1925/7/81 1924/7/81 1930/7/81 +f 1927/7/81 1930/7/81 1924/7/81 +f 1926/7/81 1930/7/81 1927/7/81 +f 1923/8/81 736/8/81 735/8/81 +f 736/8/81 1923/8/81 1929/8/81 +f 736/8/81 1929/8/81 1928/8/81 +f 735/8/82 736/8/82 1923/8/82 +f 1929/8/82 1923/8/82 736/8/82 +f 1928/8/82 1929/8/82 736/8/82 +f 1930/7/438 1928/8/438 1926/7/438 +f 1928/8/438 1930/7/438 736/8/438 +f 1926/7/437 1928/8/437 1930/7/437 +f 736/8/437 1930/7/437 1928/8/437 +f 1933/6/81 1932/6/81 1931/6/81 +f 1932/6/81 1933/6/81 1934/6/81 +f 1932/6/81 1934/6/81 1935/6/81 +f 1931/6/82 1932/6/82 1933/6/82 +f 1934/6/82 1933/6/82 1932/6/82 +f 1935/6/82 1934/6/82 1932/6/82 +f 1931/6/436 1937/7/436 1936/7/436 +f 1937/7/436 1931/6/436 1932/6/436 +f 1936/7/435 1937/7/435 1931/6/435 +f 1932/6/435 1931/6/435 1937/7/435 +f 1937/7/438 1935/6/438 1938/7/438 +f 1935/6/438 1937/7/438 1932/6/438 +f 1938/7/437 1935/6/437 1937/7/437 +f 1932/6/437 1937/7/437 1935/6/437 +f 1931/6/437 1939/7/437 1933/6/437 +f 1939/7/437 1931/6/437 1936/7/437 +f 1933/6/438 1939/7/438 1931/6/438 +f 1936/7/438 1931/6/438 1939/7/438 +f 1941/24/381 1940/23/381 1934/6/436 +f 1940/23/381 1942/25/381 1934/6/436 +f 1943/26/381 1941/24/381 1934/6/436 +f 1942/25/381 1944/27/381 1934/6/436 +f 1945/25/381 1944/27/381 1942/25/381 +f 1944/27/381 1946/28/381 1934/6/436 +f 1944/27/381 1945/25/381 1947/27/381 +f 1947/27/381 1945/25/381 1948/28/381 +f 1948/28/381 1945/25/381 1949/29/381 +f 1946/28/381 1950/29/381 1934/6/436 +f 1945/25/381 1951/23/381 1949/29/381 +f 1935/6/381 1943/26/381 1934/6/436 +f 1934/6/436 1950/29/381 1952/7/436 +f 1953/30/381 1952/7/436 1950/29/381 +f 1954/30/381 1952/7/436 1953/30/381 +f 1943/26/381 1935/6/381 1955/26/381 +f 1955/26/381 1935/6/381 1956/24/381 +f 1956/24/381 1935/6/381 1951/23/381 +f 1952/7/436 1954/30/381 1938/7/381 +f 1949/29/381 1938/7/381 1954/30/381 +f 1951/23/381 1938/7/381 1949/29/381 +f 1935/6/381 1938/7/381 1951/23/381 +f 1958/32/384 1957/31/384 1933/6/384 +f 1959/33/384 1958/32/384 1933/6/384 +f 1933/6/384 1957/31/384 1939/7/384 +f 1960/34/384 1939/7/384 1957/31/384 +f 1961/34/384 1939/7/384 1960/34/384 +f 1939/7/384 1961/34/384 1952/7/436 +f 1962/31/384 1952/7/436 1961/34/384 +f 1934/6/436 1959/33/384 1933/6/384 +f 1934/6/436 1952/7/436 1962/31/384 +f 1959/33/384 1934/6/436 1963/33/384 +f 1964/32/384 1934/6/436 1962/31/384 +f 1963/33/384 1934/6/436 1964/32/384 +f 1934/6/435 1940/23/379 1941/24/379 +f 1934/6/435 1941/24/379 1943/26/379 +f 1934/6/435 1942/25/379 1940/23/379 +f 1934/6/435 1943/26/379 1935/6/379 +f 1955/26/379 1935/6/379 1943/26/379 +f 1956/24/379 1935/6/379 1955/26/379 +f 1951/23/379 1935/6/379 1956/24/379 +f 1951/23/379 1938/7/379 1935/6/379 +f 1949/29/379 1938/7/379 1951/23/379 +f 1949/29/379 1951/23/379 1945/25/379 +f 1954/30/379 1938/7/379 1949/29/379 +f 1949/29/379 1945/25/379 1948/28/379 +f 1948/28/379 1945/25/379 1947/27/379 +f 1938/7/379 1954/30/379 1952/7/435 +f 1953/30/379 1952/7/435 1954/30/379 +f 1950/29/379 1952/7/435 1953/30/379 +f 1952/7/435 1950/29/379 1934/6/435 +f 1934/6/435 1950/29/379 1946/28/379 +f 1947/27/379 1945/25/379 1944/27/379 +f 1934/6/435 1946/28/379 1944/27/379 +f 1942/25/379 1944/27/379 1945/25/379 +f 1934/6/435 1944/27/379 1942/25/379 +f 1933/6/383 1957/31/383 1958/32/383 +f 1933/6/383 1958/32/383 1959/33/383 +f 1939/7/383 1957/31/383 1933/6/383 +f 1957/31/383 1939/7/383 1960/34/383 +f 1960/34/383 1939/7/383 1961/34/383 +f 1952/7/435 1961/34/383 1939/7/383 +f 1961/34/383 1952/7/435 1962/31/383 +f 1933/6/383 1959/33/383 1934/6/435 +f 1962/31/383 1952/7/435 1934/6/435 +f 1963/33/383 1934/6/435 1959/33/383 +f 1962/31/383 1934/6/435 1964/32/383 +f 1964/32/383 1934/6/435 1963/33/383 +f 1967/10/617 1966/9/618 1965/9/617 +f 1966/9/618 1967/10/617 1968/10/618 +f 1965/9/619 1966/9/620 1967/10/619 +f 1968/10/620 1967/10/619 1966/9/620 +f 1971/10/619 1970/9/620 1969/9/619 +f 1970/9/620 1971/10/619 1972/10/620 +f 1969/9/617 1970/9/618 1971/10/617 +f 1972/10/618 1971/10/617 1970/9/618 +f 1975/10/622 1974/9/621 1973/10/621 +f 1974/9/621 1975/10/622 1976/9/622 +f 1973/10/624 1974/9/624 1975/10/623 +f 1976/9/623 1975/10/623 1974/9/624 +f 1979/9/624 1978/10/623 1977/9/623 +f 1978/10/623 1979/9/624 1980/10/624 +f 1977/9/622 1978/10/622 1979/9/621 +f 1980/10/621 1979/9/621 1978/10/622 +f 1972/10/620 1979/9/624 1970/9/620 +f 1979/9/624 1972/10/620 1980/10/624 +f 1970/9/618 1979/9/621 1972/10/618 +f 1980/10/621 1972/10/618 1979/9/621 +f 1968/10/618 1974/9/621 1966/9/618 +f 1974/9/621 1968/10/618 1973/10/621 +f 1966/9/620 1974/9/624 1968/10/620 +f 1973/10/624 1968/10/620 1974/9/624 +f 1975/10/622 1969/9/619 1976/9/622 +f 1969/9/619 1975/10/622 1971/10/619 +f 1976/9/623 1969/9/617 1975/10/623 +f 1971/10/617 1975/10/623 1969/9/617 +f 1978/10/623 1965/9/617 1977/9/623 +f 1965/9/617 1978/10/623 1967/10/617 +f 1977/9/622 1965/9/619 1978/10/622 +f 1967/10/619 1978/10/622 1965/9/619 +f 1968/10/625 1975/10/625 1973/10/625 +f 1975/10/625 1968/10/625 1971/10/625 +f 1971/10/625 1968/10/625 1967/10/625 +f 1971/10/625 1967/10/625 1972/10/625 +f 1972/10/625 1967/10/625 1978/10/625 +f 1972/10/625 1978/10/625 1980/10/625 +f 1973/10/626 1975/10/626 1968/10/626 +f 1971/10/626 1968/10/626 1975/10/626 +f 1967/10/626 1968/10/626 1971/10/626 +f 1972/10/626 1967/10/626 1971/10/626 +f 1978/10/626 1967/10/626 1972/10/626 +f 1980/10/626 1978/10/626 1972/10/626 +f 1969/9/626 1974/9/626 1976/9/626 +f 1974/9/626 1969/9/626 1966/9/626 +f 1966/9/626 1969/9/626 1970/9/626 +f 1966/9/626 1970/9/626 1965/9/626 +f 1965/9/626 1970/9/626 1979/9/626 +f 1965/9/626 1979/9/626 1977/9/626 +f 1976/9/625 1974/9/625 1969/9/625 +f 1966/9/625 1969/9/625 1974/9/625 +f 1970/9/625 1969/9/625 1966/9/625 +f 1965/9/625 1970/9/625 1966/9/625 +f 1979/9/625 1970/9/625 1965/9/625 +f 1977/9/625 1979/9/625 1965/9/625 +f 1983/10/607 1982/9/608 1981/9/607 +f 1982/9/608 1983/10/607 1984/10/608 +f 1981/9/609 1982/9/610 1983/10/609 +f 1984/10/610 1983/10/609 1982/9/610 +f 1987/10/609 1986/9/610 1985/9/609 +f 1986/9/610 1987/10/609 1988/10/610 +f 1985/9/607 1986/9/608 1987/10/607 +f 1988/10/608 1987/10/607 1986/9/608 +f 1991/10/612 1990/9/611 1989/10/611 +f 1990/9/611 1991/10/612 1992/9/612 +f 1989/10/614 1990/9/614 1991/10/613 +f 1992/9/613 1991/10/613 1990/9/614 +f 1995/9/614 1994/10/613 1993/9/613 +f 1994/10/613 1995/9/614 1996/10/614 +f 1993/9/612 1994/10/612 1995/9/611 +f 1996/10/611 1995/9/611 1994/10/612 +f 1988/10/610 1995/9/614 1986/9/610 +f 1995/9/614 1988/10/610 1996/10/614 +f 1986/9/608 1995/9/611 1988/10/608 +f 1996/10/611 1988/10/608 1995/9/611 +f 1984/10/608 1990/9/611 1982/9/608 +f 1990/9/611 1984/10/608 1989/10/611 +f 1982/9/610 1990/9/614 1984/10/610 +f 1989/10/614 1984/10/610 1990/9/614 +f 1991/10/612 1985/9/609 1992/9/612 +f 1985/9/609 1991/10/612 1987/10/609 +f 1992/9/613 1985/9/607 1991/10/613 +f 1987/10/607 1991/10/613 1985/9/607 +f 1994/10/613 1981/9/607 1993/9/613 +f 1981/9/607 1994/10/613 1983/10/607 +f 1993/9/612 1981/9/609 1994/10/612 +f 1983/10/609 1994/10/612 1981/9/609 +f 1984/10/615 1991/10/615 1989/10/615 +f 1991/10/615 1984/10/615 1987/10/615 +f 1987/10/615 1984/10/615 1983/10/615 +f 1987/10/615 1983/10/615 1988/10/615 +f 1988/10/615 1983/10/615 1994/10/615 +f 1988/10/615 1994/10/615 1996/10/615 +f 1989/10/616 1991/10/616 1984/10/616 +f 1987/10/616 1984/10/616 1991/10/616 +f 1983/10/616 1984/10/616 1987/10/616 +f 1988/10/616 1983/10/616 1987/10/616 +f 1994/10/616 1983/10/616 1988/10/616 +f 1996/10/616 1994/10/616 1988/10/616 +f 1985/9/616 1990/9/616 1992/9/616 +f 1990/9/616 1985/9/616 1982/9/616 +f 1982/9/616 1985/9/616 1986/9/616 +f 1982/9/616 1986/9/616 1981/9/616 +f 1981/9/616 1986/9/616 1995/9/616 +f 1981/9/616 1995/9/616 1993/9/616 +f 1992/9/615 1990/9/615 1985/9/615 +f 1982/9/615 1985/9/615 1990/9/615 +f 1986/9/615 1985/9/615 1982/9/615 +f 1981/9/615 1986/9/615 1982/9/615 +f 1995/9/615 1986/9/615 1981/9/615 +f 1993/9/615 1995/9/615 1981/9/615 +f 1999/9/607 1998/10/608 1997/9/608 +f 1998/10/608 1999/9/607 2000/10/607 +f 1997/9/610 1998/10/610 1999/9/609 +f 2000/10/609 1999/9/609 1998/10/610 +f 2003/10/609 2002/9/610 2001/9/609 +f 2002/9/610 2003/10/609 2004/10/610 +f 2001/9/607 2002/9/608 2003/10/607 +f 2004/10/608 2003/10/607 2002/9/608 +f 2007/10/612 2006/9/611 2005/10/611 +f 2006/9/611 2007/10/612 2008/9/612 +f 2005/10/614 2006/9/614 2007/10/613 +f 2008/9/613 2007/10/613 2006/9/614 +f 2011/9/614 2010/10/613 2009/9/613 +f 2010/10/613 2011/9/614 2012/10/614 +f 2009/9/612 2010/10/612 2011/9/611 +f 2012/10/611 2011/9/611 2010/10/612 +f 2002/9/610 2012/10/614 2011/9/614 +f 2012/10/614 2002/9/610 2004/10/610 +f 2011/9/611 2012/10/611 2002/9/608 +f 2004/10/608 2002/9/608 2012/10/611 +f 1998/10/608 2006/9/611 1997/9/608 +f 2006/9/611 1998/10/608 2005/10/611 +f 1997/9/610 2006/9/614 1998/10/610 +f 2005/10/614 1998/10/610 2006/9/614 +f 2008/9/612 2003/10/609 2001/9/609 +f 2003/10/609 2008/9/612 2007/10/612 +f 2001/9/607 2003/10/607 2008/9/613 +f 2007/10/613 2008/9/613 2003/10/607 +f 2010/10/613 1999/9/607 2009/9/613 +f 1999/9/607 2010/10/613 2000/10/607 +f 2009/9/612 1999/9/609 2010/10/612 +f 2000/10/609 2010/10/612 1999/9/609 +f 1998/10/615 2007/10/615 2005/10/615 +f 2007/10/615 1998/10/615 2003/10/615 +f 2003/10/615 1998/10/615 2000/10/615 +f 2003/10/615 2000/10/615 2004/10/615 +f 2004/10/615 2000/10/615 2010/10/615 +f 2004/10/615 2010/10/615 2012/10/615 +f 2005/10/616 2007/10/616 1998/10/616 +f 2003/10/616 1998/10/616 2007/10/616 +f 2000/10/616 1998/10/616 2003/10/616 +f 2004/10/616 2000/10/616 2003/10/616 +f 2010/10/616 2000/10/616 2004/10/616 +f 2012/10/616 2010/10/616 2004/10/616 +f 2001/9/616 2006/9/616 2008/9/616 +f 2006/9/616 2001/9/616 1997/9/616 +f 1997/9/616 2001/9/616 2002/9/616 +f 1997/9/616 2002/9/616 1999/9/616 +f 1999/9/616 2002/9/616 2011/9/616 +f 1999/9/616 2011/9/616 2009/9/616 +f 2008/9/615 2006/9/615 2001/9/615 +f 1997/9/615 2001/9/615 2006/9/615 +f 2002/9/615 2001/9/615 1997/9/615 +f 1999/9/615 2002/9/615 1997/9/615 +f 2011/9/615 2002/9/615 1999/9/615 +f 2009/9/615 2011/9/615 1999/9/615 +f 2015/6/81 2014/6/81 2013/6/81 +f 2014/6/81 2015/6/81 2016/6/81 +f 2014/6/81 2016/6/81 2017/6/81 +f 2013/6/82 2014/6/82 2015/6/82 +f 2016/6/82 2015/6/82 2014/6/82 +f 2017/6/82 2016/6/82 2014/6/82 +f 2019/7/287 2017/6/287 2018/7/287 +f 2017/6/287 2019/7/287 2014/6/287 +f 2018/7/288 2017/6/288 2019/7/288 +f 2014/6/288 2019/7/288 2017/6/288 +f 2017/6/449 2020/7/275 2018/7/449 +f 2020/7/275 2017/6/449 2016/6/275 +f 2018/7/450 2020/7/276 2017/6/450 +f 2016/6/276 2017/6/450 2020/7/276 +f 2013/6/276 2019/7/276 2021/7/276 +f 2019/7/276 2013/6/276 2014/6/276 +f 2021/7/275 2019/7/275 2013/6/275 +f 2014/6/275 2013/6/275 2019/7/275 +f 2013/6/288 2022/7/288 2015/6/288 +f 2022/7/288 2013/6/288 2021/7/288 +f 2015/6/287 2022/7/287 2013/6/287 +f 2021/7/287 2013/6/287 2022/7/287 +f 2016/6/275 2022/7/447 2020/7/275 +f 2022/7/447 2016/6/275 2015/6/447 +f 2020/7/276 2022/7/448 2016/6/276 +f 2015/6/448 2016/6/276 2022/7/448 +f 2025/8/276 2024/7/276 2023/7/276 +f 2024/7/276 2025/8/276 2026/8/276 +f 2023/7/275 2024/7/275 2025/8/275 +f 2026/8/275 2025/8/275 2024/7/275 +f 2027/8/81 2026/8/81 2025/8/81 +f 2026/8/81 2027/8/81 2028/8/81 +f 2026/8/81 2028/8/81 2029/8/81 +f 2025/8/82 2026/8/82 2027/8/82 +f 2028/8/82 2027/8/82 2026/8/82 +f 2029/8/82 2028/8/82 2026/8/82 +f 2028/8/275 2031/7/665 2030/7/275 +f 2031/7/665 2028/8/275 2027/8/665 +f 2030/7/276 2031/7/666 2028/8/276 +f 2027/8/666 2028/8/276 2031/7/666 +f 2025/8/288 2031/7/288 2027/8/288 +f 2031/7/288 2025/8/288 2023/7/288 +f 2027/8/287 2031/7/287 2025/8/287 +f 2023/7/287 2025/8/287 2031/7/287 +f 2024/7/287 2029/8/287 2032/7/287 +f 2029/8/287 2024/7/287 2026/8/287 +f 2032/7/288 2029/8/288 2024/7/288 +f 2026/8/288 2024/7/288 2029/8/288 +f 2024/7/82 2031/7/82 2023/7/82 +f 2031/7/82 2024/7/82 2030/7/82 +f 2030/7/82 2024/7/82 2032/7/82 +f 2023/7/81 2031/7/81 2024/7/81 +f 2030/7/81 2024/7/81 2031/7/81 +f 2032/7/81 2024/7/81 2030/7/81 +f 2029/8/667 2030/7/275 2032/7/667 +f 2030/7/275 2029/8/667 2028/8/275 +f 2032/7/668 2030/7/276 2029/8/668 +f 2028/8/276 2029/8/668 2030/7/276 +f 2035/10/669 2034/9/670 2033/9/669 +f 2034/9/670 2035/10/669 2036/10/670 +f 2033/9/671 2034/9/672 2035/10/671 +f 2036/10/672 2035/10/671 2034/9/672 +f 2039/10/671 2038/9/672 2037/9/671 +f 2038/9/672 2039/10/671 2040/10/672 +f 2037/9/669 2038/9/670 2039/10/669 +f 2040/10/670 2039/10/669 2038/9/670 +f 2043/10/674 2042/9/673 2041/10/673 +f 2042/9/673 2043/10/674 2044/9/674 +f 2041/10/676 2042/9/676 2043/10/675 +f 2044/9/675 2043/10/675 2042/9/676 +f 2047/9/676 2046/10/675 2045/9/675 +f 2046/10/675 2047/9/676 2048/10/676 +f 2045/9/674 2046/10/674 2047/9/673 +f 2048/10/673 2047/9/673 2046/10/674 +f 2040/10/672 2047/9/676 2038/9/672 +f 2047/9/676 2040/10/672 2048/10/676 +f 2038/9/670 2047/9/673 2040/10/670 +f 2048/10/673 2040/10/670 2047/9/673 +f 2036/10/670 2042/9/673 2034/9/670 +f 2042/9/673 2036/10/670 2041/10/673 +f 2034/9/672 2042/9/676 2036/10/672 +f 2041/10/676 2036/10/672 2042/9/676 +f 2043/10/674 2037/9/671 2044/9/674 +f 2037/9/671 2043/10/674 2039/10/671 +f 2044/9/675 2037/9/669 2043/10/675 +f 2039/10/669 2043/10/675 2037/9/669 +f 2046/10/675 2033/9/669 2045/9/675 +f 2033/9/669 2046/10/675 2035/10/669 +f 2045/9/674 2033/9/671 2046/10/674 +f 2035/10/671 2046/10/674 2033/9/671 +f 2036/10/677 2043/10/677 2041/10/677 +f 2043/10/677 2036/10/677 2039/10/677 +f 2039/10/677 2036/10/677 2035/10/677 +f 2039/10/677 2035/10/677 2040/10/677 +f 2040/10/677 2035/10/677 2046/10/677 +f 2040/10/677 2046/10/677 2048/10/677 +f 2041/10/678 2043/10/678 2036/10/678 +f 2039/10/678 2036/10/678 2043/10/678 +f 2035/10/678 2036/10/678 2039/10/678 +f 2040/10/678 2035/10/678 2039/10/678 +f 2046/10/678 2035/10/678 2040/10/678 +f 2048/10/678 2046/10/678 2040/10/678 +f 2037/9/678 2042/9/678 2044/9/678 +f 2042/9/678 2037/9/678 2034/9/678 +f 2034/9/678 2037/9/678 2038/9/678 +f 2034/9/678 2038/9/678 2033/9/678 +f 2033/9/678 2038/9/678 2047/9/678 +f 2033/9/678 2047/9/678 2045/9/678 +f 2044/9/677 2042/9/677 2037/9/677 +f 2034/9/677 2037/9/677 2042/9/677 +f 2038/9/677 2037/9/677 2034/9/677 +f 2033/9/677 2038/9/677 2034/9/677 +f 2047/9/677 2038/9/677 2033/9/677 +f 2045/9/677 2047/9/677 2033/9/677 +f 2051/6/81 2050/6/81 2049/6/81 +f 2050/6/81 2051/6/81 2052/6/81 +f 2050/6/81 2052/6/81 2053/6/81 +f 2049/6/82 2050/6/82 2051/6/82 +f 2052/6/82 2051/6/82 2050/6/82 +f 2053/6/82 2052/6/82 2050/6/82 +f 2055/7/287 2053/6/287 2054/7/287 +f 2053/6/287 2055/7/287 2050/6/287 +f 2054/7/288 2053/6/288 2055/7/288 +f 2050/6/288 2055/7/288 2053/6/288 +f 2053/6/449 2056/7/275 2054/7/449 +f 2056/7/275 2053/6/449 2052/6/275 +f 2054/7/450 2056/7/276 2053/6/450 +f 2052/6/276 2053/6/450 2056/7/276 +f 2049/6/276 2055/7/276 2057/7/276 +f 2055/7/276 2049/6/276 2050/6/276 +f 2057/7/275 2055/7/275 2049/6/275 +f 2050/6/275 2049/6/275 2055/7/275 +f 2049/6/288 2058/7/288 2051/6/288 +f 2058/7/288 2049/6/288 2057/7/288 +f 2051/6/287 2058/7/287 2049/6/287 +f 2057/7/287 2049/6/287 2058/7/287 +f 2052/6/275 2058/7/447 2056/7/275 +f 2058/7/447 2052/6/275 2051/6/447 +f 2056/7/276 2058/7/448 2052/6/276 +f 2051/6/448 2052/6/276 2058/7/448 +f 2061/8/276 2060/7/276 2059/7/276 +f 2060/7/276 2061/8/276 504/8/276 +f 2059/7/275 2060/7/275 2061/8/275 +f 504/8/275 2061/8/275 2060/7/275 +f 2062/8/81 504/8/81 2061/8/81 +f 504/8/81 2062/8/81 2063/8/81 +f 504/8/81 2063/8/81 2064/8/81 +f 2061/8/82 504/8/82 2062/8/82 +f 2063/8/82 2062/8/82 504/8/82 +f 2064/8/82 2063/8/82 504/8/82 +f 2063/8/275 2066/7/665 2065/7/275 +f 2066/7/665 2063/8/275 2062/8/665 +f 2065/7/276 2066/7/666 2063/8/276 +f 2062/8/666 2063/8/276 2066/7/666 +f 2061/8/288 2066/7/288 2062/8/288 +f 2066/7/288 2061/8/288 2059/7/288 +f 2062/8/287 2066/7/287 2061/8/287 +f 2059/7/287 2061/8/287 2066/7/287 +f 2060/7/287 2064/8/287 2067/7/287 +f 2064/8/287 2060/7/287 504/8/287 +f 2067/7/288 2064/8/288 2060/7/288 +f 504/8/288 2060/7/288 2064/8/288 +f 2060/7/82 2066/7/82 2059/7/82 +f 2066/7/82 2060/7/82 2065/7/82 +f 2065/7/82 2060/7/82 2067/7/82 +f 2059/7/81 2066/7/81 2060/7/81 +f 2065/7/81 2060/7/81 2066/7/81 +f 2067/7/81 2060/7/81 2065/7/81 +f 2064/8/667 2065/7/275 2067/7/667 +f 2065/7/275 2064/8/667 2063/8/275 +f 2067/7/668 2065/7/276 2064/8/668 +f 2063/8/276 2064/8/668 2065/7/276 +f 2070/10/669 2069/9/670 2068/9/669 +f 2069/9/670 2070/10/669 2071/10/670 +f 2068/9/671 2069/9/672 2070/10/671 +f 2071/10/672 2070/10/671 2069/9/672 +f 2074/10/671 2073/9/672 2072/9/671 +f 2073/9/672 2074/10/671 2075/10/672 +f 2072/9/669 2073/9/670 2074/10/669 +f 2075/10/670 2074/10/669 2073/9/670 +f 2078/10/674 2077/9/673 2076/10/673 +f 2077/9/673 2078/10/674 2079/9/674 +f 2076/10/676 2077/9/676 2078/10/675 +f 2079/9/675 2078/10/675 2077/9/676 +f 2082/9/676 2081/10/675 2080/9/675 +f 2081/10/675 2082/9/676 2083/10/676 +f 2080/9/674 2081/10/674 2082/9/673 +f 2083/10/673 2082/9/673 2081/10/674 +f 2075/10/672 2082/9/676 2073/9/672 +f 2082/9/676 2075/10/672 2083/10/676 +f 2073/9/670 2082/9/673 2075/10/670 +f 2083/10/673 2075/10/670 2082/9/673 +f 2071/10/670 2077/9/673 2069/9/670 +f 2077/9/673 2071/10/670 2076/10/673 +f 2069/9/672 2077/9/676 2071/10/672 +f 2076/10/676 2071/10/672 2077/9/676 +f 2078/10/674 2072/9/671 2079/9/674 +f 2072/9/671 2078/10/674 2074/10/671 +f 2079/9/675 2072/9/669 2078/10/675 +f 2074/10/669 2078/10/675 2072/9/669 +f 2081/10/675 2068/9/669 2080/9/675 +f 2068/9/669 2081/10/675 2070/10/669 +f 2080/9/674 2068/9/671 2081/10/674 +f 2070/10/671 2081/10/674 2068/9/671 +f 2071/10/677 2078/10/677 2076/10/677 +f 2078/10/677 2071/10/677 2074/10/677 +f 2074/10/677 2071/10/677 2070/10/677 +f 2074/10/677 2070/10/677 2075/10/677 +f 2075/10/677 2070/10/677 2081/10/677 +f 2075/10/677 2081/10/677 2083/10/677 +f 2076/10/678 2078/10/678 2071/10/678 +f 2074/10/678 2071/10/678 2078/10/678 +f 2070/10/678 2071/10/678 2074/10/678 +f 2075/10/678 2070/10/678 2074/10/678 +f 2081/10/678 2070/10/678 2075/10/678 +f 2083/10/678 2081/10/678 2075/10/678 +f 2072/9/678 2077/9/678 2079/9/678 +f 2077/9/678 2072/9/678 2069/9/678 +f 2069/9/678 2072/9/678 2073/9/678 +f 2069/9/678 2073/9/678 2068/9/678 +f 2068/9/678 2073/9/678 2082/9/678 +f 2068/9/678 2082/9/678 2080/9/678 +f 2079/9/677 2077/9/677 2072/9/677 +f 2069/9/677 2072/9/677 2077/9/677 +f 2073/9/677 2072/9/677 2069/9/677 +f 2068/9/677 2073/9/677 2069/9/677 +f 2082/9/677 2073/9/677 2068/9/677 +f 2080/9/677 2082/9/677 2068/9/677 +f 2086/6/81 2085/6/81 2084/6/81 +f 2085/6/81 2086/6/81 2087/6/81 +f 2085/6/81 2087/6/81 2088/6/81 +f 2084/6/82 2085/6/82 2086/6/82 +f 2087/6/82 2086/6/82 2085/6/82 +f 2088/6/82 2087/6/82 2085/6/82 +f 2090/7/95 2088/6/95 2089/7/95 +f 2088/6/95 2090/7/95 2085/6/95 +f 2089/7/96 2088/6/96 2090/7/96 +f 2085/6/96 2090/7/96 2088/6/96 +f 2088/6/461 2091/7/83 2089/7/461 +f 2091/7/83 2088/6/461 2087/6/83 +f 2089/7/462 2091/7/84 2088/6/462 +f 2087/6/84 2088/6/462 2091/7/84 +f 2084/6/84 2090/7/84 2092/7/84 +f 2090/7/84 2084/6/84 2085/6/84 +f 2092/7/83 2090/7/83 2084/6/83 +f 2085/6/83 2084/6/83 2090/7/83 +f 2084/6/96 2093/7/96 2086/6/96 +f 2093/7/96 2084/6/96 2092/7/96 +f 2086/6/95 2093/7/95 2084/6/95 +f 2092/7/95 2084/6/95 2093/7/95 +f 2087/6/83 2093/7/459 2091/7/83 +f 2093/7/459 2087/6/83 2086/6/459 +f 2091/7/84 2093/7/460 2087/6/84 +f 2086/6/460 2087/6/84 2093/7/460 +f 815/8/84 2095/7/84 2094/7/84 +f 2095/7/84 815/8/84 2096/8/84 +f 2094/7/83 2095/7/83 815/8/83 +f 2096/8/83 815/8/83 2095/7/83 +f 2097/8/81 2096/8/81 815/8/81 +f 2096/8/81 2097/8/81 2098/8/81 +f 2096/8/81 2098/8/81 2099/8/81 +f 815/8/82 2096/8/82 2097/8/82 +f 2098/8/82 2097/8/82 2096/8/82 +f 2099/8/82 2098/8/82 2096/8/82 +f 2098/8/83 2101/7/679 2100/7/83 +f 2101/7/679 2098/8/83 2097/8/679 +f 2100/7/84 2101/7/680 2098/8/84 +f 2097/8/680 2098/8/84 2101/7/680 +f 815/8/96 2101/7/96 2097/8/96 +f 2101/7/96 815/8/96 2094/7/96 +f 2097/8/95 2101/7/95 815/8/95 +f 2094/7/95 815/8/95 2101/7/95 +f 2095/7/95 2099/8/95 2102/7/95 +f 2099/8/95 2095/7/95 2096/8/95 +f 2102/7/96 2099/8/96 2095/7/96 +f 2096/8/96 2095/7/96 2099/8/96 +f 2095/7/82 2101/7/82 2094/7/82 +f 2101/7/82 2095/7/82 2100/7/82 +f 2100/7/82 2095/7/82 2102/7/82 +f 2094/7/81 2101/7/81 2095/7/81 +f 2100/7/81 2095/7/81 2101/7/81 +f 2102/7/81 2095/7/81 2100/7/81 +f 2099/8/681 2100/7/83 2102/7/681 +f 2100/7/83 2099/8/681 2098/8/83 +f 2102/7/682 2100/7/84 2099/8/682 +f 2098/8/84 2099/8/682 2100/7/84 +f 2105/10/683 2104/9/684 2103/9/683 +f 2104/9/684 2105/10/683 2106/10/684 +f 2103/9/685 2104/9/686 2105/10/685 +f 2106/10/686 2105/10/685 2104/9/686 +f 2109/10/685 2108/9/686 2107/9/685 +f 2108/9/686 2109/10/685 2110/10/686 +f 2107/9/683 2108/9/684 2109/10/683 +f 2110/10/684 2109/10/683 2108/9/684 +f 2113/10/688 2112/9/687 2111/10/687 +f 2112/9/687 2113/10/688 2114/9/688 +f 2111/10/690 2112/9/690 2113/10/689 +f 2114/9/689 2113/10/689 2112/9/690 +f 2117/9/690 2116/10/689 2115/9/689 +f 2116/10/689 2117/9/690 2118/10/690 +f 2115/9/688 2116/10/688 2117/9/687 +f 2118/10/687 2117/9/687 2116/10/688 +f 2110/10/686 2117/9/690 2108/9/686 +f 2117/9/690 2110/10/686 2118/10/690 +f 2108/9/684 2117/9/687 2110/10/684 +f 2118/10/687 2110/10/684 2117/9/687 +f 2106/10/684 2112/9/687 2104/9/684 +f 2112/9/687 2106/10/684 2111/10/687 +f 2104/9/686 2112/9/690 2106/10/686 +f 2111/10/690 2106/10/686 2112/9/690 +f 2113/10/688 2107/9/685 2114/9/688 +f 2107/9/685 2113/10/688 2109/10/685 +f 2114/9/689 2107/9/683 2113/10/689 +f 2109/10/683 2113/10/689 2107/9/683 +f 2116/10/689 2103/9/683 2115/9/689 +f 2103/9/683 2116/10/689 2105/10/683 +f 2115/9/688 2103/9/685 2116/10/688 +f 2105/10/685 2116/10/688 2103/9/685 +f 2106/10/691 2113/10/691 2111/10/691 +f 2113/10/691 2106/10/691 2109/10/691 +f 2109/10/691 2106/10/691 2105/10/691 +f 2109/10/691 2105/10/691 2110/10/691 +f 2110/10/691 2105/10/691 2116/10/691 +f 2110/10/691 2116/10/691 2118/10/691 +f 2111/10/692 2113/10/692 2106/10/692 +f 2109/10/692 2106/10/692 2113/10/692 +f 2105/10/692 2106/10/692 2109/10/692 +f 2110/10/692 2105/10/692 2109/10/692 +f 2116/10/692 2105/10/692 2110/10/692 +f 2118/10/692 2116/10/692 2110/10/692 +f 2107/9/692 2112/9/692 2114/9/692 +f 2112/9/692 2107/9/692 2104/9/692 +f 2104/9/692 2107/9/692 2108/9/692 +f 2104/9/692 2108/9/692 2103/9/692 +f 2103/9/692 2108/9/692 2117/9/692 +f 2103/9/692 2117/9/692 2115/9/692 +f 2114/9/691 2112/9/691 2107/9/691 +f 2104/9/691 2107/9/691 2112/9/691 +f 2108/9/691 2107/9/691 2104/9/691 +f 2103/9/691 2108/9/691 2104/9/691 +f 2117/9/691 2108/9/691 2103/9/691 +f 2115/9/691 2117/9/691 2103/9/691 +f 2121/6/81 2120/6/81 2119/6/81 +f 2120/6/81 2121/6/81 2122/6/81 +f 2120/6/81 2122/6/81 2123/6/81 +f 2119/6/82 2120/6/82 2121/6/82 +f 2122/6/82 2121/6/82 2120/6/82 +f 2123/6/82 2122/6/82 2120/6/82 +f 2125/7/95 2123/6/95 2124/7/95 +f 2123/6/95 2125/7/95 2120/6/95 +f 2124/7/96 2123/6/96 2125/7/96 +f 2120/6/96 2125/7/96 2123/6/96 +f 2123/6/461 2126/7/83 2124/7/461 +f 2126/7/83 2123/6/461 2122/6/83 +f 2124/7/462 2126/7/84 2123/6/462 +f 2122/6/84 2123/6/462 2126/7/84 +f 2119/6/84 2125/7/84 2127/7/84 +f 2125/7/84 2119/6/84 2120/6/84 +f 2127/7/83 2125/7/83 2119/6/83 +f 2120/6/83 2119/6/83 2125/7/83 +f 2119/6/96 2128/7/96 2121/6/96 +f 2128/7/96 2119/6/96 2127/7/96 +f 2121/6/95 2128/7/95 2119/6/95 +f 2127/7/95 2119/6/95 2128/7/95 +f 2122/6/83 2128/7/459 2126/7/83 +f 2128/7/459 2122/6/83 2121/6/459 +f 2126/7/84 2128/7/460 2122/6/84 +f 2121/6/460 2122/6/84 2128/7/460 +f 841/8/84 2130/7/84 2129/7/84 +f 2130/7/84 841/8/84 2131/8/84 +f 2129/7/83 2130/7/83 841/8/83 +f 2131/8/83 841/8/83 2130/7/83 +f 2132/8/81 2131/8/81 841/8/81 +f 2131/8/81 2132/8/81 2133/8/81 +f 2131/8/81 2133/8/81 2134/8/81 +f 841/8/82 2131/8/82 2132/8/82 +f 2133/8/82 2132/8/82 2131/8/82 +f 2134/8/82 2133/8/82 2131/8/82 +f 2133/8/83 2136/7/679 2135/7/83 +f 2136/7/679 2133/8/83 2132/8/679 +f 2135/7/84 2136/7/680 2133/8/84 +f 2132/8/680 2133/8/84 2136/7/680 +f 841/8/96 2136/7/96 2132/8/96 +f 2136/7/96 841/8/96 2129/7/96 +f 2132/8/95 2136/7/95 841/8/95 +f 2129/7/95 841/8/95 2136/7/95 +f 2130/7/95 2134/8/95 2137/7/95 +f 2134/8/95 2130/7/95 2131/8/95 +f 2137/7/96 2134/8/96 2130/7/96 +f 2131/8/96 2130/7/96 2134/8/96 +f 2130/7/82 2136/7/82 2129/7/82 +f 2136/7/82 2130/7/82 2135/7/82 +f 2135/7/82 2130/7/82 2137/7/82 +f 2129/7/81 2136/7/81 2130/7/81 +f 2135/7/81 2130/7/81 2136/7/81 +f 2137/7/81 2130/7/81 2135/7/81 +f 2134/8/681 2135/7/83 2137/7/681 +f 2135/7/83 2134/8/681 2133/8/83 +f 2137/7/682 2135/7/84 2134/8/682 +f 2133/8/84 2134/8/682 2135/7/84 +f 2140/10/683 2139/9/684 2138/9/683 +f 2139/9/684 2140/10/683 2141/10/684 +f 2138/9/685 2139/9/686 2140/10/685 +f 2141/10/686 2140/10/685 2139/9/686 +f 2144/10/685 2143/9/686 2142/9/685 +f 2143/9/686 2144/10/685 2145/10/686 +f 2142/9/683 2143/9/684 2144/10/683 +f 2145/10/684 2144/10/683 2143/9/684 +f 2148/10/688 2147/9/687 2146/10/687 +f 2147/9/687 2148/10/688 2149/9/688 +f 2146/10/690 2147/9/690 2148/10/689 +f 2149/9/689 2148/10/689 2147/9/690 +f 2152/9/690 2151/10/689 2150/9/689 +f 2151/10/689 2152/9/690 2153/10/690 +f 2150/9/688 2151/10/688 2152/9/687 +f 2153/10/687 2152/9/687 2151/10/688 +f 2145/10/686 2152/9/690 2143/9/686 +f 2152/9/690 2145/10/686 2153/10/690 +f 2143/9/684 2152/9/687 2145/10/684 +f 2153/10/687 2145/10/684 2152/9/687 +f 2141/10/684 2147/9/687 2139/9/684 +f 2147/9/687 2141/10/684 2146/10/687 +f 2139/9/686 2147/9/690 2141/10/686 +f 2146/10/690 2141/10/686 2147/9/690 +f 2148/10/688 2142/9/685 2149/9/688 +f 2142/9/685 2148/10/688 2144/10/685 +f 2149/9/689 2142/9/683 2148/10/689 +f 2144/10/683 2148/10/689 2142/9/683 +f 2151/10/689 2138/9/683 2150/9/689 +f 2138/9/683 2151/10/689 2140/10/683 +f 2150/9/688 2138/9/685 2151/10/688 +f 2140/10/685 2151/10/688 2138/9/685 +f 2141/10/691 2148/10/691 2146/10/691 +f 2148/10/691 2141/10/691 2144/10/691 +f 2144/10/691 2141/10/691 2140/10/691 +f 2144/10/691 2140/10/691 2145/10/691 +f 2145/10/691 2140/10/691 2151/10/691 +f 2145/10/691 2151/10/691 2153/10/691 +f 2146/10/692 2148/10/692 2141/10/692 +f 2144/10/692 2141/10/692 2148/10/692 +f 2140/10/692 2141/10/692 2144/10/692 +f 2145/10/692 2140/10/692 2144/10/692 +f 2151/10/692 2140/10/692 2145/10/692 +f 2153/10/692 2151/10/692 2145/10/692 +f 2142/9/692 2147/9/692 2149/9/692 +f 2147/9/692 2142/9/692 2139/9/692 +f 2139/9/692 2142/9/692 2143/9/692 +f 2139/9/692 2143/9/692 2138/9/692 +f 2138/9/692 2143/9/692 2152/9/692 +f 2138/9/692 2152/9/692 2150/9/692 +f 2149/9/691 2147/9/691 2142/9/691 +f 2139/9/691 2142/9/691 2147/9/691 +f 2143/9/691 2142/9/691 2139/9/691 +f 2138/9/691 2143/9/691 2139/9/691 +f 2152/9/691 2143/9/691 2138/9/691 +f 2150/9/691 2152/9/691 2138/9/691 +f 2156/35/693 2155/35/693 2154/35/693 +f 2155/35/693 2156/35/693 2157/35/693 +f 2155/35/693 2157/35/693 2158/35/693 +f 2158/35/693 2157/35/693 2159/35/693 +f 2159/35/693 2157/35/693 2160/35/693 +f 2159/35/693 2160/35/693 2161/35/693 +f 2154/35/694 2155/35/694 2156/35/694 +f 2157/35/694 2156/35/694 2155/35/694 +f 2158/35/694 2157/35/694 2155/35/694 +f 2159/35/694 2157/35/694 2158/35/694 +f 2160/35/694 2157/35/694 2159/35/694 +f 2161/35/694 2160/35/694 2159/35/694 +f 2164/36/694 2163/36/694 2162/36/694 +f 2163/36/694 2164/36/694 2165/36/694 +f 2163/36/694 2165/36/694 2166/36/694 +f 2166/36/694 2165/36/694 2167/36/694 +f 2166/36/694 2167/36/694 2168/36/694 +f 2168/36/694 2167/36/694 2169/36/694 +f 2162/36/693 2163/36/693 2164/36/693 +f 2165/36/693 2164/36/693 2163/36/693 +f 2166/36/693 2165/36/693 2163/36/693 +f 2167/36/693 2165/36/693 2166/36/693 +f 2168/36/693 2167/36/693 2166/36/693 +f 2169/36/693 2167/36/693 2168/36/693 +f 2162/36/696 2155/35/695 2164/36/695 +f 2155/35/695 2162/36/696 2154/35/696 +f 2164/36/698 2155/35/698 2162/36/697 +f 2154/35/697 2162/36/697 2155/35/698 +f 2165/36/699 2155/35/700 2158/35/699 +f 2155/35/700 2165/36/699 2164/36/700 +f 2158/35/701 2155/35/702 2165/36/701 +f 2164/36/702 2165/36/701 2155/35/702 +f 2167/36/703 2158/35/699 2159/35/703 +f 2158/35/699 2167/36/703 2165/36/699 +f 2159/35/704 2158/35/701 2167/36/704 +f 2165/36/701 2167/36/704 2158/35/701 +f 2161/35/697 2167/36/705 2159/35/705 +f 2167/36/705 2161/35/697 2169/36/697 +f 2159/35/706 2167/36/706 2161/35/696 +f 2169/36/696 2161/35/696 2167/36/706 +f 2160/35/698 2169/36/697 2161/35/697 +f 2169/36/697 2160/35/698 2168/36/698 +f 2161/35/696 2169/36/696 2160/35/695 +f 2168/36/695 2160/35/695 2169/36/696 +f 2166/36/701 2160/35/702 2157/35/701 +f 2160/35/702 2166/36/701 2168/36/702 +f 2157/35/699 2160/35/700 2166/36/699 +f 2168/36/700 2166/36/699 2160/35/700 +f 2163/36/704 2157/35/701 2156/35/704 +f 2157/35/701 2163/36/704 2166/36/701 +f 2156/35/703 2157/35/699 2163/36/703 +f 2166/36/699 2163/36/703 2157/35/699 +f 2163/36/706 2154/35/696 2162/36/696 +f 2154/35/696 2163/36/706 2156/35/706 +f 2162/36/697 2154/35/697 2163/36/705 +f 2156/35/705 2163/36/705 2154/35/697 +f 2172/36/694 2171/36/694 2170/36/694 +f 2171/36/694 2172/36/694 2173/36/694 +f 2171/36/694 2173/36/694 2174/36/694 +f 2174/36/694 2173/36/694 2175/36/694 +f 2175/36/694 2173/36/694 2176/36/694 +f 2175/36/694 2176/36/694 2177/36/694 +f 2170/36/693 2171/36/693 2172/36/693 +f 2173/36/693 2172/36/693 2171/36/693 +f 2174/36/693 2173/36/693 2171/36/693 +f 2175/36/693 2173/36/693 2174/36/693 +f 2176/36/693 2173/36/693 2175/36/693 +f 2177/36/693 2176/36/693 2175/36/693 +f 2170/36/696 2178/35/695 2172/36/695 +f 2178/35/695 2170/36/696 2179/35/696 +f 2172/36/698 2178/35/698 2170/36/697 +f 2179/35/697 2170/36/697 2178/35/698 +f 2173/36/699 2178/35/700 2180/35/699 +f 2178/35/700 2173/36/699 2172/36/700 +f 2180/35/701 2178/35/702 2173/36/701 +f 2172/36/702 2173/36/701 2178/35/702 +f 2176/36/703 2180/35/699 2181/35/703 +f 2180/35/699 2176/36/703 2173/36/699 +f 2181/35/704 2180/35/701 2176/36/704 +f 2173/36/701 2176/36/704 2180/35/701 +f 2182/35/697 2176/36/705 2181/35/705 +f 2176/36/705 2182/35/697 2177/36/697 +f 2181/35/706 2176/36/706 2182/35/696 +f 2177/36/696 2182/35/696 2176/36/706 +f 2183/35/698 2177/36/697 2182/35/697 +f 2177/36/697 2183/35/698 2175/36/698 +f 2182/35/696 2177/36/696 2183/35/695 +f 2175/36/695 2183/35/695 2177/36/696 +f 2174/36/701 2183/35/702 2184/35/701 +f 2183/35/702 2174/36/701 2175/36/702 +f 2184/35/699 2183/35/700 2174/36/699 +f 2175/36/700 2174/36/699 2183/35/700 +f 2171/36/704 2184/35/701 2185/35/704 +f 2184/35/701 2171/36/704 2174/36/701 +f 2185/35/703 2184/35/699 2171/36/703 +f 2174/36/699 2171/36/703 2184/35/699 +f 2171/36/706 2179/35/696 2170/36/696 +f 2179/35/696 2171/36/706 2185/35/706 +f 2170/36/697 2179/35/697 2171/36/705 +f 2185/35/705 2171/36/705 2179/35/697 +f 2188/38/707 2187/37/708 2186/37/707 +f 2187/37/708 2188/38/707 2189/38/708 +f 2186/37/709 2187/37/710 2188/38/709 +f 2189/38/710 2188/38/709 2187/37/710 +f 2192/37/711 2191/38/712 2190/38/711 +f 2191/38/712 2192/37/711 2193/37/712 +f 2190/38/713 2191/38/714 2192/37/713 +f 2193/37/714 2192/37/713 2191/38/714 +f 2195/38/715 2186/37/707 2194/37/715 +f 2186/37/707 2195/38/715 2188/38/707 +f 2194/37/716 2186/37/709 2195/38/716 +f 2188/38/709 2195/38/716 2186/37/709 +f 2198/38/717 2197/37/718 2196/37/717 +f 2197/37/718 2198/38/717 2199/38/718 +f 2196/37/719 2197/37/720 2198/38/719 +f 2199/38/720 2198/38/719 2197/37/720 +f 2198/38/717 2187/37/721 2189/38/721 +f 2187/37/721 2198/38/717 2196/37/717 +f 2189/38/722 2187/37/722 2198/38/719 +f 2196/37/719 2198/38/719 2187/37/722 +f 2201/38/723 2193/37/724 2200/37/723 +f 2193/37/724 2201/38/723 2191/38/724 +f 2200/37/725 2193/37/726 2201/38/725 +f 2191/38/726 2201/38/725 2193/37/726 +f 2199/38/727 2200/37/723 2197/37/727 +f 2200/37/723 2199/38/727 2201/38/723 +f 2197/37/728 2200/37/725 2199/38/728 +f 2201/38/725 2199/38/728 2200/37/725 +f 2194/37/729 2190/38/711 2195/38/729 +f 2190/38/711 2194/37/729 2192/37/711 +f 2195/38/730 2190/38/713 2194/37/730 +f 2192/37/713 2194/37/730 2190/38/713 +f 2204/35/82 2203/35/82 2202/35/82 +f 2203/35/82 2204/35/82 2205/35/82 +f 2203/35/82 2205/35/82 2206/35/82 +f 2206/35/82 2205/35/82 2207/35/82 +f 2207/35/82 2205/35/82 2208/35/82 +f 2207/35/82 2208/35/82 2209/35/82 +f 2202/35/81 2203/35/81 2204/35/81 +f 2205/35/81 2204/35/81 2203/35/81 +f 2206/35/81 2205/35/81 2203/35/81 +f 2207/35/81 2205/35/81 2206/35/81 +f 2208/35/81 2205/35/81 2207/35/81 +f 2209/35/81 2208/35/81 2207/35/81 +f 2212/36/81 2211/36/81 2210/36/81 +f 2211/36/81 2212/36/81 2213/36/81 +f 2211/36/81 2213/36/81 2214/36/81 +f 2214/36/81 2213/36/81 2215/36/81 +f 2214/36/81 2215/36/81 2216/36/81 +f 2216/36/81 2215/36/81 2217/36/81 +f 2210/36/82 2211/36/82 2212/36/82 +f 2213/36/82 2212/36/82 2211/36/82 +f 2214/36/82 2213/36/82 2211/36/82 +f 2215/36/82 2213/36/82 2214/36/82 +f 2216/36/82 2215/36/82 2214/36/82 +f 2217/36/82 2215/36/82 2216/36/82 +f 2210/36/732 2203/35/731 2212/36/731 +f 2203/35/731 2210/36/732 2202/35/732 +f 2212/36/734 2203/35/734 2210/36/733 +f 2202/35/733 2210/36/733 2203/35/734 +f 2213/36/735 2203/35/736 2206/35/735 +f 2203/35/736 2213/36/735 2212/36/736 +f 2206/35/737 2203/35/738 2213/36/737 +f 2212/36/738 2213/36/737 2203/35/738 +f 2215/36/739 2206/35/735 2207/35/739 +f 2206/35/735 2215/36/739 2213/36/735 +f 2207/35/740 2206/35/737 2215/36/740 +f 2213/36/737 2215/36/740 2206/35/737 +f 2209/35/733 2215/36/741 2207/35/741 +f 2215/36/741 2209/35/733 2217/36/733 +f 2207/35/742 2215/36/742 2209/35/732 +f 2217/36/732 2209/35/732 2215/36/742 +f 2208/35/734 2217/36/733 2209/35/733 +f 2217/36/733 2208/35/734 2216/36/734 +f 2209/35/732 2217/36/732 2208/35/731 +f 2216/36/731 2208/35/731 2217/36/732 +f 2214/36/737 2208/35/738 2205/35/737 +f 2208/35/738 2214/36/737 2216/36/738 +f 2205/35/735 2208/35/736 2214/36/735 +f 2216/36/736 2214/36/735 2208/35/736 +f 2211/36/740 2205/35/737 2204/35/740 +f 2205/35/737 2211/36/740 2214/36/737 +f 2204/35/739 2205/35/735 2211/36/739 +f 2214/36/735 2211/36/739 2205/35/735 +f 2211/36/742 2202/35/732 2210/36/732 +f 2202/35/732 2211/36/742 2204/35/742 +f 2210/36/733 2202/35/733 2211/36/741 +f 2204/35/741 2211/36/741 2202/35/733 +f 2220/36/81 2219/36/81 2218/36/81 +f 2219/36/81 2220/36/81 2221/36/81 +f 2219/36/81 2221/36/81 2222/36/81 +f 2222/36/81 2221/36/81 2223/36/81 +f 2223/36/81 2221/36/81 2224/36/81 +f 2223/36/81 2224/36/81 2225/36/81 +f 2218/36/82 2219/36/82 2220/36/82 +f 2221/36/82 2220/36/82 2219/36/82 +f 2222/36/82 2221/36/82 2219/36/82 +f 2223/36/82 2221/36/82 2222/36/82 +f 2224/36/82 2221/36/82 2223/36/82 +f 2225/36/82 2224/36/82 2223/36/82 +f 2218/36/732 2226/35/731 2220/36/731 +f 2226/35/731 2218/36/732 2227/35/732 +f 2220/36/734 2226/35/734 2218/36/733 +f 2227/35/733 2218/36/733 2226/35/734 +f 2221/36/735 2226/35/736 2228/35/735 +f 2226/35/736 2221/36/735 2220/36/736 +f 2228/35/737 2226/35/738 2221/36/737 +f 2220/36/738 2221/36/737 2226/35/738 +f 2224/36/739 2228/35/735 2229/35/739 +f 2228/35/735 2224/36/739 2221/36/735 +f 2229/35/740 2228/35/737 2224/36/740 +f 2221/36/737 2224/36/740 2228/35/737 +f 2230/35/733 2224/36/741 2229/35/741 +f 2224/36/741 2230/35/733 2225/36/733 +f 2229/35/742 2224/36/742 2230/35/732 +f 2225/36/732 2230/35/732 2224/36/742 +f 2231/35/734 2225/36/733 2230/35/733 +f 2225/36/733 2231/35/734 2223/36/734 +f 2230/35/732 2225/36/732 2231/35/731 +f 2223/36/731 2231/35/731 2225/36/732 +f 2222/36/737 2231/35/738 2232/35/737 +f 2231/35/738 2222/36/737 2223/36/738 +f 2232/35/735 2231/35/736 2222/36/735 +f 2223/36/736 2222/36/735 2231/35/736 +f 2219/36/740 2232/35/737 2233/35/740 +f 2232/35/737 2219/36/740 2222/36/737 +f 2233/35/739 2232/35/735 2219/36/739 +f 2222/36/735 2219/36/739 2232/35/735 +f 2219/36/742 2227/35/732 2218/36/732 +f 2227/35/732 2219/36/742 2233/35/742 +f 2218/36/733 2227/35/733 2219/36/741 +f 2233/35/741 2219/36/741 2227/35/733 +f 2236/38/743 2235/37/744 2234/37/743 +f 2235/37/744 2236/38/743 2237/38/744 +f 2234/37/745 2235/37/746 2236/38/745 +f 2237/38/746 2236/38/745 2235/37/746 +f 2240/37/747 2239/38/748 2238/38/747 +f 2239/38/748 2240/37/747 2241/37/748 +f 2238/38/749 2239/38/750 2240/37/749 +f 2241/37/750 2240/37/749 2239/38/750 +f 2243/38/751 2234/37/743 2242/37/751 +f 2234/37/743 2243/38/751 2236/38/743 +f 2242/37/752 2234/37/745 2243/38/752 +f 2236/38/745 2243/38/752 2234/37/745 +f 2246/38/753 2245/37/754 2244/37/753 +f 2245/37/754 2246/38/753 2247/38/754 +f 2244/37/755 2245/37/756 2246/38/755 +f 2247/38/756 2246/38/755 2245/37/756 +f 2246/38/753 2235/37/757 2237/38/757 +f 2235/37/757 2246/38/753 2244/37/753 +f 2237/38/758 2235/37/758 2246/38/755 +f 2244/37/755 2246/38/755 2235/37/758 +f 2249/38/759 2241/37/760 2248/37/759 +f 2241/37/760 2249/38/759 2239/38/760 +f 2248/37/761 2241/37/762 2249/38/761 +f 2239/38/762 2249/38/761 2241/37/762 +f 2247/38/763 2248/37/759 2245/37/763 +f 2248/37/759 2247/38/763 2249/38/759 +f 2245/37/764 2248/37/761 2247/38/764 +f 2249/38/761 2247/38/764 2248/37/761 +f 2242/37/765 2238/38/747 2243/38/765 +f 2238/38/747 2242/37/765 2240/37/747 +f 2243/38/766 2238/38/749 2242/37/766 +f 2240/37/749 2242/37/766 2238/38/749 +f 2252/35/693 2251/35/693 2250/35/693 +f 2251/35/693 2252/35/693 2253/35/693 +f 2251/35/693 2253/35/693 2254/35/693 +f 2254/35/693 2253/35/693 2255/35/693 +f 2255/35/693 2253/35/693 2256/35/693 +f 2255/35/693 2256/35/693 2257/35/693 +f 2250/35/694 2251/35/694 2252/35/694 +f 2253/35/694 2252/35/694 2251/35/694 +f 2254/35/694 2253/35/694 2251/35/694 +f 2255/35/694 2253/35/694 2254/35/694 +f 2256/35/694 2253/35/694 2255/35/694 +f 2257/35/694 2256/35/694 2255/35/694 +f 2260/36/694 2259/36/694 2258/36/694 +f 2259/36/694 2260/36/694 2261/36/694 +f 2259/36/694 2261/36/694 2262/36/694 +f 2262/36/694 2261/36/694 2263/36/694 +f 2262/36/694 2263/36/694 2264/36/694 +f 2264/36/694 2263/36/694 2265/36/694 +f 2258/36/693 2259/36/693 2260/36/693 +f 2261/36/693 2260/36/693 2259/36/693 +f 2262/36/693 2261/36/693 2259/36/693 +f 2263/36/693 2261/36/693 2262/36/693 +f 2264/36/693 2263/36/693 2262/36/693 +f 2265/36/693 2263/36/693 2264/36/693 +f 2258/36/768 2251/35/767 2260/36/767 +f 2251/35/767 2258/36/768 2250/35/768 +f 2260/36/770 2251/35/770 2258/36/769 +f 2250/35/769 2258/36/769 2251/35/770 +f 2261/36/281 2251/35/771 2254/35/281 +f 2251/35/771 2261/36/281 2260/36/771 +f 2254/35/282 2251/35/772 2261/36/282 +f 2260/36/772 2261/36/282 2251/35/772 +f 2263/36/773 2254/35/281 2255/35/773 +f 2254/35/281 2263/36/773 2261/36/281 +f 2255/35/774 2254/35/282 2263/36/774 +f 2261/36/282 2263/36/774 2254/35/282 +f 2257/35/769 2263/36/775 2255/35/775 +f 2263/36/775 2257/35/769 2265/36/769 +f 2255/35/776 2263/36/776 2257/35/768 +f 2265/36/768 2257/35/768 2263/36/776 +f 2256/35/770 2265/36/769 2257/35/769 +f 2265/36/769 2256/35/770 2264/36/770 +f 2257/35/768 2265/36/768 2256/35/767 +f 2264/36/767 2256/35/767 2265/36/768 +f 2262/36/282 2256/35/772 2253/35/282 +f 2256/35/772 2262/36/282 2264/36/772 +f 2253/35/281 2256/35/771 2262/36/281 +f 2264/36/771 2262/36/281 2256/35/771 +f 2259/36/774 2253/35/282 2252/35/774 +f 2253/35/282 2259/36/774 2262/36/282 +f 2252/35/773 2253/35/281 2259/36/773 +f 2262/36/281 2259/36/773 2253/35/281 +f 2259/36/776 2250/35/768 2258/36/768 +f 2250/35/768 2259/36/776 2252/35/776 +f 2258/36/769 2250/35/769 2259/36/775 +f 2252/35/775 2259/36/775 2250/35/769 +f 2268/36/694 2267/36/694 2266/36/694 +f 2267/36/694 2268/36/694 2269/36/694 +f 2267/36/694 2269/36/694 2270/36/694 +f 2270/36/694 2269/36/694 2271/36/694 +f 2271/36/694 2269/36/694 2272/36/694 +f 2271/36/694 2272/36/694 2273/36/694 +f 2266/36/693 2267/36/693 2268/36/693 +f 2269/36/693 2268/36/693 2267/36/693 +f 2270/36/693 2269/36/693 2267/36/693 +f 2271/36/693 2269/36/693 2270/36/693 +f 2272/36/693 2269/36/693 2271/36/693 +f 2273/36/693 2272/36/693 2271/36/693 +f 2266/36/768 2274/35/767 2268/36/767 +f 2274/35/767 2266/36/768 2275/35/768 +f 2268/36/770 2274/35/770 2266/36/769 +f 2275/35/769 2266/36/769 2274/35/770 +f 2269/36/281 2274/35/771 2276/35/281 +f 2274/35/771 2269/36/281 2268/36/771 +f 2276/35/282 2274/35/772 2269/36/282 +f 2268/36/772 2269/36/282 2274/35/772 +f 2272/36/773 2276/35/281 2277/35/773 +f 2276/35/281 2272/36/773 2269/36/281 +f 2277/35/774 2276/35/282 2272/36/774 +f 2269/36/282 2272/36/774 2276/35/282 +f 2278/35/769 2272/36/775 2277/35/775 +f 2272/36/775 2278/35/769 2273/36/769 +f 2277/35/776 2272/36/776 2278/35/768 +f 2273/36/768 2278/35/768 2272/36/776 +f 2279/35/770 2273/36/769 2278/35/769 +f 2273/36/769 2279/35/770 2271/36/770 +f 2278/35/768 2273/36/768 2279/35/767 +f 2271/36/767 2279/35/767 2273/36/768 +f 2270/36/282 2279/35/772 2280/35/282 +f 2279/35/772 2270/36/282 2271/36/772 +f 2280/35/281 2279/35/771 2270/36/281 +f 2271/36/771 2270/36/281 2279/35/771 +f 2267/36/774 2280/35/282 2281/35/774 +f 2280/35/282 2267/36/774 2270/36/282 +f 2281/35/773 2280/35/281 2267/36/773 +f 2270/36/281 2267/36/773 2280/35/281 +f 2267/36/776 2275/35/768 2266/36/768 +f 2275/35/768 2267/36/776 2281/35/776 +f 2266/36/769 2275/35/769 2267/36/775 +f 2281/35/775 2267/36/775 2275/35/769 +f 2284/38/777 2283/37/778 2282/37/777 +f 2283/37/778 2284/38/777 2285/38/778 +f 2282/37/779 2283/37/780 2284/38/779 +f 2285/38/780 2284/38/779 2283/37/780 +f 2288/37/781 2287/38/782 2286/38/781 +f 2287/38/782 2288/37/781 2289/37/782 +f 2286/38/783 2287/38/784 2288/37/783 +f 2289/37/784 2288/37/783 2287/38/784 +f 2291/38/785 2282/37/777 2290/37/785 +f 2282/37/777 2291/38/785 2284/38/777 +f 2290/37/786 2282/37/779 2291/38/786 +f 2284/38/779 2291/38/786 2282/37/779 +f 2294/38/787 2293/37/788 2292/37/787 +f 2293/37/788 2294/38/787 2295/38/788 +f 2292/37/789 2293/37/790 2294/38/789 +f 2295/38/790 2294/38/789 2293/37/790 +f 2294/38/787 2283/37/791 2285/38/791 +f 2283/37/791 2294/38/787 2292/37/787 +f 2285/38/792 2283/37/792 2294/38/789 +f 2292/37/789 2294/38/789 2283/37/792 +f 2297/38/793 2289/37/794 2296/37/793 +f 2289/37/794 2297/38/793 2287/38/794 +f 2296/37/795 2289/37/796 2297/38/795 +f 2287/38/796 2297/38/795 2289/37/796 +f 2295/38/797 2296/37/793 2293/37/797 +f 2296/37/793 2295/38/797 2297/38/793 +f 2293/37/798 2296/37/795 2295/38/798 +f 2297/38/795 2295/38/798 2296/37/795 +f 2290/37/799 2286/38/781 2291/38/799 +f 2286/38/781 2290/37/799 2288/37/781 +f 2291/38/800 2286/38/783 2290/37/800 +f 2288/37/783 2290/37/800 2286/38/783 +f 2300/35/82 2299/35/82 2298/35/82 +f 2299/35/82 2300/35/82 2301/35/82 +f 2299/35/82 2301/35/82 2302/35/82 +f 2302/35/82 2301/35/82 2303/35/82 +f 2303/35/82 2301/35/82 2304/35/82 +f 2303/35/82 2304/35/82 2305/35/82 +f 2298/35/81 2299/35/81 2300/35/81 +f 2301/35/81 2300/35/81 2299/35/81 +f 2302/35/81 2301/35/81 2299/35/81 +f 2303/35/81 2301/35/81 2302/35/81 +f 2304/35/81 2301/35/81 2303/35/81 +f 2305/35/81 2304/35/81 2303/35/81 +f 2308/36/81 2307/36/81 2306/36/81 +f 2307/36/81 2308/36/81 2309/36/81 +f 2307/36/81 2309/36/81 2310/36/81 +f 2310/36/81 2309/36/81 2311/36/81 +f 2310/36/81 2311/36/81 2312/36/81 +f 2312/36/81 2311/36/81 2313/36/81 +f 2306/36/82 2307/36/82 2308/36/82 +f 2309/36/82 2308/36/82 2307/36/82 +f 2310/36/82 2309/36/82 2307/36/82 +f 2311/36/82 2309/36/82 2310/36/82 +f 2312/36/82 2311/36/82 2310/36/82 +f 2313/36/82 2311/36/82 2312/36/82 +f 2306/36/733 2299/35/734 2308/36/734 +f 2299/35/734 2306/36/733 2298/35/733 +f 2308/36/731 2299/35/731 2306/36/732 +f 2298/35/732 2306/36/732 2299/35/731 +f 2309/36/737 2299/35/738 2302/35/737 +f 2299/35/738 2309/36/737 2308/36/738 +f 2302/35/735 2299/35/736 2309/36/735 +f 2308/36/736 2309/36/735 2299/35/736 +f 2311/36/740 2302/35/737 2303/35/740 +f 2302/35/737 2311/36/740 2309/36/737 +f 2303/35/739 2302/35/735 2311/36/739 +f 2309/36/735 2311/36/739 2302/35/735 +f 2305/35/732 2311/36/742 2303/35/742 +f 2311/36/742 2305/35/732 2313/36/732 +f 2303/35/741 2311/36/741 2305/35/733 +f 2313/36/733 2305/35/733 2311/36/741 +f 2304/35/731 2313/36/732 2305/35/732 +f 2313/36/732 2304/35/731 2312/36/731 +f 2305/35/733 2313/36/733 2304/35/734 +f 2312/36/734 2304/35/734 2313/36/733 +f 2310/36/735 2304/35/736 2301/35/735 +f 2304/35/736 2310/36/735 2312/36/736 +f 2301/35/737 2304/35/738 2310/36/737 +f 2312/36/738 2310/36/737 2304/35/738 +f 2307/36/739 2301/35/735 2300/35/739 +f 2301/35/735 2307/36/739 2310/36/735 +f 2300/35/740 2301/35/737 2307/36/740 +f 2310/36/737 2307/36/740 2301/35/737 +f 2307/36/741 2298/35/733 2306/36/733 +f 2298/35/733 2307/36/741 2300/35/741 +f 2306/36/732 2298/35/732 2307/36/742 +f 2300/35/742 2307/36/742 2298/35/732 +f 2316/36/81 2315/36/81 2314/36/81 +f 2315/36/81 2316/36/81 2317/36/81 +f 2315/36/81 2317/36/81 2318/36/81 +f 2318/36/81 2317/36/81 2319/36/81 +f 2319/36/81 2317/36/81 2320/36/81 +f 2319/36/81 2320/36/81 2321/36/81 +f 2314/36/82 2315/36/82 2316/36/82 +f 2317/36/82 2316/36/82 2315/36/82 +f 2318/36/82 2317/36/82 2315/36/82 +f 2319/36/82 2317/36/82 2318/36/82 +f 2320/36/82 2317/36/82 2319/36/82 +f 2321/36/82 2320/36/82 2319/36/82 +f 2314/36/733 2322/35/734 2316/36/734 +f 2322/35/734 2314/36/733 2323/35/733 +f 2316/36/731 2322/35/731 2314/36/732 +f 2323/35/732 2314/36/732 2322/35/731 +f 2317/36/737 2322/35/738 2324/35/737 +f 2322/35/738 2317/36/737 2316/36/738 +f 2324/35/735 2322/35/736 2317/36/735 +f 2316/36/736 2317/36/735 2322/35/736 +f 2320/36/740 2324/35/737 2325/35/740 +f 2324/35/737 2320/36/740 2317/36/737 +f 2325/35/739 2324/35/735 2320/36/739 +f 2317/36/735 2320/36/739 2324/35/735 +f 2326/35/732 2320/36/742 2325/35/742 +f 2320/36/742 2326/35/732 2321/36/732 +f 2325/35/741 2320/36/741 2326/35/733 +f 2321/36/733 2326/35/733 2320/36/741 +f 2327/35/731 2321/36/732 2326/35/732 +f 2321/36/732 2327/35/731 2319/36/731 +f 2326/35/733 2321/36/733 2327/35/734 +f 2319/36/734 2327/35/734 2321/36/733 +f 2318/36/735 2327/35/736 2328/35/735 +f 2327/35/736 2318/36/735 2319/36/736 +f 2328/35/737 2327/35/738 2318/36/737 +f 2319/36/738 2318/36/737 2327/35/738 +f 2315/36/739 2328/35/735 2329/35/739 +f 2328/35/735 2315/36/739 2318/36/735 +f 2329/35/740 2328/35/737 2315/36/740 +f 2318/36/737 2315/36/740 2328/35/737 +f 2315/36/741 2323/35/733 2314/36/733 +f 2323/35/733 2315/36/741 2329/35/741 +f 2314/36/732 2323/35/732 2315/36/742 +f 2329/35/742 2315/36/742 2323/35/732 +f 2332/38/759 2331/37/760 2330/37/759 +f 2331/37/760 2332/38/759 2333/38/760 +f 2330/37/761 2331/37/762 2332/38/761 +f 2333/38/762 2332/38/761 2331/37/762 +f 2336/37/753 2335/38/757 2334/38/753 +f 2335/38/757 2336/37/753 2337/37/757 +f 2334/38/755 2335/38/758 2336/37/755 +f 2337/37/758 2336/37/755 2335/38/758 +f 2339/38/763 2330/37/759 2338/37/763 +f 2330/37/759 2339/38/763 2332/38/759 +f 2338/37/764 2330/37/761 2339/38/764 +f 2332/38/761 2339/38/764 2330/37/761 +f 2342/38/747 2341/37/765 2340/37/747 +f 2341/37/765 2342/38/747 2343/38/765 +f 2340/37/749 2341/37/766 2342/38/749 +f 2343/38/766 2342/38/749 2341/37/766 +f 2342/38/747 2331/37/748 2333/38/748 +f 2331/37/748 2342/38/747 2340/37/747 +f 2333/38/750 2331/37/750 2342/38/749 +f 2340/37/749 2342/38/749 2331/37/750 +f 2345/38/743 2337/37/744 2344/37/743 +f 2337/37/744 2345/38/743 2335/38/744 +f 2344/37/745 2337/37/746 2345/38/745 +f 2335/38/746 2345/38/745 2337/37/746 +f 2343/38/751 2344/37/743 2341/37/751 +f 2344/37/743 2343/38/751 2345/38/743 +f 2341/37/752 2344/37/745 2343/38/752 +f 2345/38/745 2343/38/752 2344/37/745 +f 2338/37/754 2334/38/753 2339/38/754 +f 2334/38/753 2338/37/754 2336/37/753 +f 2339/38/756 2334/38/755 2338/37/756 +f 2336/37/755 2338/37/756 2334/38/755 +f 2348/39/317 2347/35/316 2346/35/315 +f 2347/35/316 2348/39/317 2349/39/318 +f 2346/35/321 2347/35/320 2348/39/319 +f 2349/39/322 2348/39/319 2347/35/320 +f 2352/39/325 2351/39/324 2350/39/323 +f 2351/39/324 2352/39/325 2353/39/326 +f 2350/39/329 2351/39/328 2352/39/327 +f 2353/39/330 2352/39/327 2351/39/328 +f 2355/39/332 2348/39/317 2354/39/331 +f 2348/39/317 2355/39/332 2349/39/318 +f 2354/39/334 2348/39/319 2355/39/333 +f 2349/39/322 2355/39/333 2348/39/319 +f 2358/35/127 2357/36/124 2356/35/129 +f 2357/36/124 2358/35/127 2359/36/123 +f 2356/35/130 2357/36/126 2358/35/128 +f 2359/36/125 2358/35/128 2357/36/126 +f 2361/36/109 2359/36/123 2360/36/110 +f 2359/36/123 2361/36/109 2357/36/124 +f 2360/36/114 2359/36/125 2361/36/111 +f 2357/36/126 2361/36/111 2359/36/125 +f 2360/36/110 2358/35/127 2362/35/108 +f 2358/35/127 2360/36/110 2359/36/123 +f 2362/35/112 2358/35/128 2360/36/114 +f 2359/36/125 2360/36/114 2358/35/128 +f 2354/39/331 2346/35/315 2363/35/335 +f 2346/35/315 2354/39/331 2348/39/317 +f 2363/35/336 2346/35/321 2354/39/334 +f 2348/39/319 2354/39/334 2346/35/321 +f 2364/35/337 2349/39/318 2355/39/332 +f 2349/39/318 2364/35/337 2347/35/316 +f 2355/39/333 2349/39/322 2364/35/338 +f 2347/35/320 2364/35/338 2349/39/322 +f 2367/40/150 2366/40/171 2365/40/148 +f 2366/40/171 2367/40/150 2368/40/156 +f 2365/40/152 2366/40/174 2367/40/154 +f 2368/40/158 2367/40/154 2366/40/174 +f 2368/40/156 2369/35/172 2366/40/171 +f 2369/35/172 2368/40/156 2370/35/155 +f 2366/40/174 2369/35/173 2368/40/158 +f 2370/35/157 2368/40/158 2369/35/173 +f 2372/35/149 2365/40/148 2371/35/147 +f 2365/40/148 2372/35/149 2367/40/150 +f 2371/35/153 2365/40/152 2372/35/151 +f 2367/40/154 2372/35/151 2365/40/152 +f 2370/35/155 2367/40/150 2372/35/149 +f 2367/40/150 2370/35/155 2368/40/156 +f 2372/35/151 2367/40/154 2370/35/157 +f 2368/40/158 2370/35/157 2367/40/154 +f 2374/35/340 2353/39/326 2373/35/339 +f 2353/39/326 2374/35/340 2351/39/324 +f 2373/35/342 2353/39/330 2374/35/341 +f 2351/39/328 2374/35/341 2353/39/330 +f 2353/39/326 2375/35/343 2373/35/339 +f 2375/35/343 2353/39/326 2352/39/325 +f 2373/35/342 2375/35/344 2353/39/330 +f 2352/39/327 2353/39/330 2375/35/344 +f 2350/39/323 2374/35/340 2376/35/345 +f 2374/35/340 2350/39/323 2351/39/324 +f 2376/35/346 2374/35/341 2350/39/329 +f 2351/39/328 2350/39/329 2374/35/341 +f 2379/40/124 2378/35/107 2377/35/129 +f 2378/35/107 2379/40/124 2380/40/109 +f 2377/35/130 2378/35/113 2379/40/126 +f 2380/40/111 2379/40/126 2378/35/113 +f 2352/39/325 2376/35/345 2375/35/343 +f 2376/35/345 2352/39/325 2350/39/323 +f 2375/35/344 2376/35/346 2352/39/327 +f 2350/39/329 2352/39/327 2376/35/346 +f 2380/40/109 2382/40/123 2381/40/110 +f 2382/40/123 2380/40/109 2379/40/124 +f 2381/40/114 2382/40/125 2380/40/111 +f 2379/40/126 2380/40/111 2382/40/125 +f 2361/36/109 2362/35/108 2383/35/107 +f 2362/35/108 2361/36/109 2360/36/110 +f 2383/35/113 2362/35/112 2361/36/111 +f 2360/36/114 2361/36/111 2362/35/112 +f 2381/40/110 2385/35/127 2384/35/108 +f 2385/35/127 2381/40/110 2382/40/123 +f 2384/35/112 2385/35/128 2381/40/114 +f 2382/40/125 2381/40/114 2385/35/128 +f 2365/40/148 2369/35/172 2371/35/147 +f 2369/35/172 2365/40/148 2366/40/171 +f 2371/35/153 2369/35/173 2365/40/152 +f 2366/40/174 2365/40/152 2369/35/173 +f 2357/36/124 2383/35/107 2356/35/129 +f 2383/35/107 2357/36/124 2361/36/109 +f 2356/35/130 2383/35/113 2357/36/126 +f 2361/36/111 2357/36/126 2383/35/113 +f 2380/40/109 2384/35/108 2378/35/107 +f 2384/35/108 2380/40/109 2381/40/110 +f 2378/35/113 2384/35/112 2380/40/111 +f 2381/40/114 2380/40/111 2384/35/112 +f 2364/35/337 2354/39/331 2363/35/335 +f 2354/39/331 2364/35/337 2355/39/332 +f 2363/35/336 2354/39/334 2364/35/338 +f 2355/39/333 2364/35/338 2354/39/334 +f 2388/40/124 2387/35/107 2386/35/129 +f 2387/35/107 2388/40/124 2389/40/109 +f 2386/35/130 2387/35/113 2388/40/126 +f 2389/40/111 2388/40/126 2387/35/113 +f 2385/35/127 2379/40/124 2377/35/129 +f 2379/40/124 2385/35/127 2382/40/123 +f 2377/35/130 2379/40/126 2385/35/128 +f 2382/40/125 2385/35/128 2379/40/126 +f 2389/40/109 2391/40/123 2390/40/110 +f 2391/40/123 2389/40/109 2388/40/124 +f 2390/40/114 2391/40/125 2389/40/111 +f 2388/40/126 2389/40/111 2391/40/125 +f 2392/35/127 2388/40/124 2386/35/129 +f 2388/40/124 2392/35/127 2391/40/123 +f 2386/35/130 2388/40/126 2392/35/128 +f 2391/40/125 2392/35/128 2388/40/126 +f 2389/40/109 2393/35/108 2387/35/107 +f 2393/35/108 2389/40/109 2390/40/110 +f 2387/35/113 2393/35/112 2389/40/111 +f 2390/40/114 2389/40/111 2393/35/112 +f 2390/40/110 2392/35/127 2393/35/108 +f 2392/35/127 2390/40/110 2391/40/123 +f 2393/35/112 2392/35/128 2390/40/114 +f 2391/40/125 2390/40/114 2392/35/128 +f 2396/39/349 2395/39/348 2394/39/347 +f 2395/39/348 2396/39/349 2397/39/350 +f 2394/39/353 2395/39/352 2396/39/351 +f 2397/39/354 2396/39/351 2395/39/352 +f 2394/39/347 2399/35/356 2398/35/355 +f 2399/35/356 2394/39/347 2395/39/348 +f 2398/35/358 2399/35/357 2394/39/353 +f 2395/39/352 2394/39/353 2399/35/357 +f 2396/39/349 2398/35/355 2400/35/359 +f 2398/35/355 2396/39/349 2394/39/347 +f 2400/35/360 2398/35/358 2396/39/351 +f 2394/39/353 2396/39/351 2398/35/358 +f 2395/39/348 2401/35/361 2399/35/356 +f 2401/35/361 2395/39/348 2397/39/350 +f 2399/35/357 2401/35/362 2395/39/352 +f 2397/39/354 2395/39/352 2401/35/362 +f 2401/35/361 2396/39/349 2400/35/359 +f 2396/39/349 2401/35/361 2397/39/350 +f 2400/35/360 2396/39/351 2401/35/362 +f 2397/39/354 2401/35/362 2396/39/351 +f 2404/35/177 2403/39/161 2402/35/159 +f 2403/39/161 2404/35/177 2405/39/168 +f 2402/35/165 2403/39/163 2404/35/178 +f 2405/39/170 2404/35/178 2403/39/163 +f 2403/39/161 2407/39/167 2406/39/162 +f 2407/39/167 2403/39/161 2405/39/168 +f 2406/39/166 2407/39/169 2403/39/163 +f 2405/39/170 2403/39/163 2407/39/169 +f 2403/39/161 2408/35/160 2402/35/159 +f 2408/35/160 2403/39/161 2406/39/162 +f 2402/35/165 2408/35/164 2403/39/163 +f 2406/39/166 2403/39/163 2408/35/164 +f 2407/39/167 2404/35/177 2409/35/175 +f 2404/35/177 2407/39/167 2405/39/168 +f 2409/35/176 2404/35/178 2407/39/169 +f 2405/39/170 2407/39/169 2404/35/178 +f 2406/39/162 2409/35/175 2408/35/160 +f 2409/35/175 2406/39/162 2407/39/167 +f 2408/35/164 2409/35/176 2406/39/166 +f 2407/39/169 2406/39/166 2409/35/176 +f 2412/40/150 2411/40/171 2410/40/148 +f 2411/40/171 2412/40/150 2413/40/156 +f 2410/40/152 2411/40/174 2412/40/154 +f 2413/40/158 2412/40/154 2411/40/174 +f 2413/40/156 2414/35/172 2411/40/171 +f 2414/35/172 2413/40/156 2415/35/155 +f 2411/40/174 2414/35/173 2413/40/158 +f 2415/35/157 2413/40/158 2414/35/173 +f 2418/39/117 2417/39/101 2416/39/118 +f 2417/39/101 2418/39/117 2419/39/102 +f 2416/39/122 2417/39/103 2418/39/119 +f 2419/39/106 2418/39/119 2417/39/103 +f 2416/39/118 2421/35/99 2420/35/116 +f 2421/35/99 2416/39/118 2417/39/101 +f 2420/35/120 2421/35/105 2416/39/122 +f 2417/39/103 2416/39/122 2421/35/105 +f 2410/40/148 2414/35/172 2422/35/147 +f 2414/35/172 2410/40/148 2411/40/171 +f 2422/35/153 2414/35/173 2410/40/152 +f 2411/40/174 2410/40/152 2414/35/173 +f 2415/35/155 2412/40/150 2423/35/149 +f 2412/40/150 2415/35/155 2413/40/156 +f 2423/35/151 2412/40/154 2415/35/157 +f 2413/40/158 2415/35/157 2412/40/154 +f 2417/39/101 2424/35/100 2421/35/99 +f 2424/35/100 2417/39/101 2419/39/102 +f 2421/35/105 2424/35/104 2417/39/103 +f 2419/39/106 2417/39/103 2424/35/104 +f 2418/39/117 2420/35/116 2425/35/115 +f 2420/35/116 2418/39/117 2416/39/118 +f 2425/35/121 2420/35/120 2418/39/119 +f 2416/39/122 2418/39/119 2420/35/120 +f 2424/35/100 2418/39/117 2425/35/115 +f 2418/39/117 2424/35/100 2419/39/102 +f 2425/35/121 2418/39/119 2424/35/104 +f 2419/39/106 2424/35/104 2418/39/119 +f 2423/35/149 2410/40/148 2422/35/147 +f 2410/40/148 2423/35/149 2412/40/150 +f 2422/35/153 2410/40/152 2423/35/151 +f 2412/40/154 2423/35/151 2410/40/152 +f 2428/39/317 2427/35/316 2426/35/315 +f 2427/35/316 2428/39/317 2429/39/318 +f 2426/35/321 2427/35/320 2428/39/319 +f 2429/39/322 2428/39/319 2427/35/320 +f 2432/39/325 2431/39/324 2430/39/323 +f 2431/39/324 2432/39/325 2433/39/326 +f 2430/39/329 2431/39/328 2432/39/327 +f 2433/39/330 2432/39/327 2431/39/328 +f 2435/39/332 2428/39/317 2434/39/331 +f 2428/39/317 2435/39/332 2429/39/318 +f 2434/39/334 2428/39/319 2435/39/333 +f 2429/39/322 2435/39/333 2428/39/319 +f 2438/35/127 2437/36/124 2436/35/129 +f 2437/36/124 2438/35/127 2439/36/123 +f 2436/35/130 2437/36/126 2438/35/128 +f 2439/36/125 2438/35/128 2437/36/126 +f 2441/36/109 2439/36/123 2440/36/110 +f 2439/36/123 2441/36/109 2437/36/124 +f 2440/36/114 2439/36/125 2441/36/111 +f 2437/36/126 2441/36/111 2439/36/125 +f 2440/36/110 2438/35/127 2442/35/108 +f 2438/35/127 2440/36/110 2439/36/123 +f 2442/35/112 2438/35/128 2440/36/114 +f 2439/36/125 2440/36/114 2438/35/128 +f 2434/39/331 2426/35/315 2443/35/335 +f 2426/35/315 2434/39/331 2428/39/317 +f 2443/35/336 2426/35/321 2434/39/334 +f 2428/39/319 2434/39/334 2426/35/321 +f 2444/35/337 2429/39/318 2435/39/332 +f 2429/39/318 2444/35/337 2427/35/316 +f 2435/39/333 2429/39/322 2444/35/338 +f 2427/35/320 2444/35/338 2429/39/322 +f 2447/40/150 2446/40/171 2445/40/148 +f 2446/40/171 2447/40/150 2448/40/156 +f 2445/40/152 2446/40/174 2447/40/154 +f 2448/40/158 2447/40/154 2446/40/174 +f 2448/40/156 2449/35/172 2446/40/171 +f 2449/35/172 2448/40/156 2450/35/155 +f 2446/40/174 2449/35/173 2448/40/158 +f 2450/35/157 2448/40/158 2449/35/173 +f 2452/35/149 2445/40/148 2451/35/147 +f 2445/40/148 2452/35/149 2447/40/150 +f 2451/35/153 2445/40/152 2452/35/151 +f 2447/40/154 2452/35/151 2445/40/152 +f 2450/35/155 2447/40/150 2452/35/149 +f 2447/40/150 2450/35/155 2448/40/156 +f 2452/35/151 2447/40/154 2450/35/157 +f 2448/40/158 2450/35/157 2447/40/154 +f 2454/35/340 2433/39/326 2453/35/339 +f 2433/39/326 2454/35/340 2431/39/324 +f 2453/35/342 2433/39/330 2454/35/341 +f 2431/39/328 2454/35/341 2433/39/330 +f 2433/39/326 2455/35/343 2453/35/339 +f 2455/35/343 2433/39/326 2432/39/325 +f 2453/35/342 2455/35/344 2433/39/330 +f 2432/39/327 2433/39/330 2455/35/344 +f 2430/39/323 2454/35/340 2456/35/345 +f 2454/35/340 2430/39/323 2431/39/324 +f 2456/35/346 2454/35/341 2430/39/329 +f 2431/39/328 2430/39/329 2454/35/341 +f 2459/40/124 2458/35/107 2457/35/129 +f 2458/35/107 2459/40/124 2460/40/109 +f 2457/35/130 2458/35/113 2459/40/126 +f 2460/40/111 2459/40/126 2458/35/113 +f 2432/39/325 2456/35/345 2455/35/343 +f 2456/35/345 2432/39/325 2430/39/323 +f 2455/35/344 2456/35/346 2432/39/327 +f 2430/39/329 2432/39/327 2456/35/346 +f 2460/40/109 2462/40/123 2461/40/110 +f 2462/40/123 2460/40/109 2459/40/124 +f 2461/40/114 2462/40/125 2460/40/111 +f 2459/40/126 2460/40/111 2462/40/125 +f 2441/36/109 2442/35/108 2463/35/107 +f 2442/35/108 2441/36/109 2440/36/110 +f 2463/35/113 2442/35/112 2441/36/111 +f 2440/36/114 2441/36/111 2442/35/112 +f 2461/40/110 2465/35/127 2464/35/108 +f 2465/35/127 2461/40/110 2462/40/123 +f 2464/35/112 2465/35/128 2461/40/114 +f 2462/40/125 2461/40/114 2465/35/128 +f 2445/40/148 2449/35/172 2451/35/147 +f 2449/35/172 2445/40/148 2446/40/171 +f 2451/35/153 2449/35/173 2445/40/152 +f 2446/40/174 2445/40/152 2449/35/173 +f 2437/36/124 2463/35/107 2436/35/129 +f 2463/35/107 2437/36/124 2441/36/109 +f 2436/35/130 2463/35/113 2437/36/126 +f 2441/36/111 2437/36/126 2463/35/113 +f 2460/40/109 2464/35/108 2458/35/107 +f 2464/35/108 2460/40/109 2461/40/110 +f 2458/35/113 2464/35/112 2460/40/111 +f 2461/40/114 2460/40/111 2464/35/112 +f 2444/35/337 2434/39/331 2443/35/335 +f 2434/39/331 2444/35/337 2435/39/332 +f 2443/35/336 2434/39/334 2444/35/338 +f 2435/39/333 2444/35/338 2434/39/334 +f 2468/40/124 2467/35/107 2466/35/129 +f 2467/35/107 2468/40/124 2469/40/109 +f 2466/35/130 2467/35/113 2468/40/126 +f 2469/40/111 2468/40/126 2467/35/113 +f 2465/35/127 2459/40/124 2457/35/129 +f 2459/40/124 2465/35/127 2462/40/123 +f 2457/35/130 2459/40/126 2465/35/128 +f 2462/40/125 2465/35/128 2459/40/126 +f 2469/40/109 2471/40/123 2470/40/110 +f 2471/40/123 2469/40/109 2468/40/124 +f 2470/40/114 2471/40/125 2469/40/111 +f 2468/40/126 2469/40/111 2471/40/125 +f 2472/35/127 2468/40/124 2466/35/129 +f 2468/40/124 2472/35/127 2471/40/123 +f 2466/35/130 2468/40/126 2472/35/128 +f 2471/40/125 2472/35/128 2468/40/126 +f 2469/40/109 2473/35/108 2467/35/107 +f 2473/35/108 2469/40/109 2470/40/110 +f 2467/35/113 2473/35/112 2469/40/111 +f 2470/40/114 2469/40/111 2473/35/112 +f 2470/40/110 2472/35/127 2473/35/108 +f 2472/35/127 2470/40/110 2471/40/123 +f 2473/35/112 2472/35/128 2470/40/114 +f 2471/40/125 2470/40/114 2472/35/128 +f 2476/39/349 2475/39/348 2474/39/347 +f 2475/39/348 2476/39/349 2477/39/350 +f 2474/39/353 2475/39/352 2476/39/351 +f 2477/39/354 2476/39/351 2475/39/352 +f 2474/39/347 2479/35/356 2478/35/355 +f 2479/35/356 2474/39/347 2475/39/348 +f 2478/35/358 2479/35/357 2474/39/353 +f 2475/39/352 2474/39/353 2479/35/357 +f 2476/39/349 2478/35/355 2480/35/359 +f 2478/35/355 2476/39/349 2474/39/347 +f 2480/35/360 2478/35/358 2476/39/351 +f 2474/39/353 2476/39/351 2478/35/358 +f 2475/39/348 2481/35/361 2479/35/356 +f 2481/35/361 2475/39/348 2477/39/350 +f 2479/35/357 2481/35/362 2475/39/352 +f 2477/39/354 2475/39/352 2481/35/362 +f 2481/35/361 2476/39/349 2480/35/359 +f 2476/39/349 2481/35/361 2477/39/350 +f 2480/35/360 2476/39/351 2481/35/362 +f 2477/39/354 2481/35/362 2476/39/351 +f 2484/35/177 2483/39/161 2482/35/159 +f 2483/39/161 2484/35/177 2485/39/168 +f 2482/35/165 2483/39/163 2484/35/178 +f 2485/39/170 2484/35/178 2483/39/163 +f 2483/39/161 2487/39/167 2486/39/162 +f 2487/39/167 2483/39/161 2485/39/168 +f 2486/39/166 2487/39/169 2483/39/163 +f 2485/39/170 2483/39/163 2487/39/169 +f 2483/39/161 2488/35/160 2482/35/159 +f 2488/35/160 2483/39/161 2486/39/162 +f 2482/35/165 2488/35/164 2483/39/163 +f 2486/39/166 2483/39/163 2488/35/164 +f 2487/39/167 2484/35/177 2489/35/175 +f 2484/35/177 2487/39/167 2485/39/168 +f 2489/35/176 2484/35/178 2487/39/169 +f 2485/39/170 2487/39/169 2484/35/178 +f 2486/39/162 2489/35/175 2488/35/160 +f 2489/35/175 2486/39/162 2487/39/167 +f 2488/35/164 2489/35/176 2486/39/166 +f 2487/39/169 2486/39/166 2489/35/176 +f 2492/40/150 2491/40/171 2490/40/148 +f 2491/40/171 2492/40/150 2493/40/156 +f 2490/40/152 2491/40/174 2492/40/154 +f 2493/40/158 2492/40/154 2491/40/174 +f 2493/40/156 2494/35/172 2491/40/171 +f 2494/35/172 2493/40/156 2495/35/155 +f 2491/40/174 2494/35/173 2493/40/158 +f 2495/35/157 2493/40/158 2494/35/173 +f 2498/39/117 2497/39/101 2496/39/118 +f 2497/39/101 2498/39/117 2499/39/102 +f 2496/39/122 2497/39/103 2498/39/119 +f 2499/39/106 2498/39/119 2497/39/103 +f 2496/39/118 2501/35/99 2500/35/116 +f 2501/35/99 2496/39/118 2497/39/101 +f 2500/35/120 2501/35/105 2496/39/122 +f 2497/39/103 2496/39/122 2501/35/105 +f 2490/40/148 2494/35/172 2502/35/147 +f 2494/35/172 2490/40/148 2491/40/171 +f 2502/35/153 2494/35/173 2490/40/152 +f 2491/40/174 2490/40/152 2494/35/173 +f 2495/35/155 2492/40/150 2503/35/149 +f 2492/40/150 2495/35/155 2493/40/156 +f 2503/35/151 2492/40/154 2495/35/157 +f 2493/40/158 2495/35/157 2492/40/154 +f 2497/39/101 2504/35/100 2501/35/99 +f 2504/35/100 2497/39/101 2499/39/102 +f 2501/35/105 2504/35/104 2497/39/103 +f 2499/39/106 2497/39/103 2504/35/104 +f 2498/39/117 2500/35/116 2505/35/115 +f 2500/35/116 2498/39/117 2496/39/118 +f 2505/35/121 2500/35/120 2498/39/119 +f 2496/39/122 2498/39/119 2500/35/120 +f 2504/35/100 2498/39/117 2505/35/115 +f 2498/39/117 2504/35/100 2499/39/102 +f 2505/35/121 2498/39/119 2504/35/104 +f 2499/39/106 2504/35/104 2498/39/119 +f 2503/35/149 2490/40/148 2502/35/147 +f 2490/40/148 2503/35/149 2492/40/150 +f 2502/35/153 2490/40/152 2503/35/151 +f 2492/40/154 2503/35/151 2490/40/152 +f 2508/36/192 2507/35/801 2506/36/801 +f 2507/35/801 2508/36/192 2509/35/192 +f 2506/36/802 2507/35/802 2508/36/191 +f 2509/35/191 2508/36/191 2507/35/802 +f 2512/36/180 2511/35/803 2510/35/180 +f 2511/35/803 2512/36/180 2513/36/803 +f 2510/35/179 2511/35/804 2512/36/179 +f 2513/36/804 2512/36/179 2511/35/804 +f 2515/36/805 2510/35/180 2514/35/805 +f 2510/35/180 2515/36/805 2512/36/180 +f 2514/35/806 2510/35/179 2515/36/806 +f 2512/36/179 2515/36/806 2510/35/179 +f 2517/36/179 2507/35/804 2516/35/179 +f 2507/35/804 2517/36/179 2506/36/804 +f 2516/35/180 2507/35/803 2517/36/180 +f 2506/36/803 2517/36/180 2507/35/803 +f 2519/36/806 2516/35/179 2518/35/806 +f 2516/35/179 2519/36/806 2517/36/179 +f 2518/35/805 2516/35/180 2519/36/805 +f 2517/36/180 2519/36/805 2516/35/180 +f 2520/35/191 2519/36/807 2518/35/807 +f 2519/36/807 2520/35/191 2521/36/191 +f 2518/35/808 2519/36/808 2520/35/192 +f 2521/36/192 2520/35/192 2519/36/808 +f 2511/35/802 2521/36/191 2520/35/191 +f 2521/36/191 2511/35/802 2513/36/802 +f 2520/35/192 2521/36/192 2511/35/801 +f 2513/36/801 2511/35/801 2521/36/192 +f 2506/36/81 2515/36/81 2508/36/81 +f 2515/36/81 2506/36/81 2512/36/81 +f 2512/36/81 2506/36/81 2517/36/81 +f 2512/36/81 2517/36/81 2513/36/81 +f 2513/36/81 2517/36/81 2519/36/81 +f 2513/36/81 2519/36/81 2521/36/81 +f 2508/36/82 2515/36/82 2506/36/82 +f 2512/36/82 2506/36/82 2515/36/82 +f 2517/36/82 2506/36/82 2512/36/82 +f 2513/36/82 2517/36/82 2512/36/82 +f 2519/36/82 2517/36/82 2513/36/82 +f 2521/36/82 2519/36/82 2513/36/82 +f 2514/35/82 2507/35/82 2509/35/82 +f 2507/35/82 2514/35/82 2510/35/82 +f 2507/35/82 2510/35/82 2516/35/82 +f 2516/35/82 2510/35/82 2511/35/82 +f 2516/35/82 2511/35/82 2518/35/82 +f 2518/35/82 2511/35/82 2520/35/82 +f 2509/35/81 2507/35/81 2514/35/81 +f 2510/35/81 2514/35/81 2507/35/81 +f 2516/35/81 2510/35/81 2507/35/81 +f 2511/35/81 2510/35/81 2516/35/81 +f 2518/35/81 2511/35/81 2516/35/81 +f 2520/35/81 2511/35/81 2518/35/81 +f 2515/36/808 2509/35/192 2508/36/192 +f 2509/35/192 2515/36/808 2514/35/808 +f 2508/36/191 2509/35/191 2515/36/807 +f 2514/35/807 2515/36/807 2509/35/191 +f 2524/36/180 2523/35/803 2522/35/180 +f 2523/35/803 2524/36/180 2525/36/803 +f 2522/35/179 2523/35/804 2524/36/179 +f 2525/36/804 2524/36/179 2523/35/804 +f 2528/36/806 2527/35/179 2526/35/806 +f 2527/35/179 2528/36/806 2529/36/179 +f 2526/35/805 2527/35/180 2528/36/805 +f 2529/36/180 2528/36/805 2527/35/180 +f 2531/36/805 2522/35/180 2530/35/805 +f 2522/35/180 2531/36/805 2524/36/180 +f 2530/35/806 2522/35/179 2531/36/806 +f 2524/36/179 2531/36/806 2522/35/179 +f 2531/36/808 2533/35/192 2532/36/192 +f 2533/35/192 2531/36/808 2530/35/808 +f 2532/36/191 2533/35/191 2531/36/807 +f 2530/35/807 2531/36/807 2533/35/191 +f 2534/36/81 2531/36/81 2532/36/81 +f 2531/36/81 2534/36/81 2529/36/81 +f 2531/36/81 2529/36/81 2524/36/81 +f 2524/36/81 2529/36/81 2528/36/81 +f 2524/36/81 2528/36/81 2525/36/81 +f 2525/36/81 2528/36/81 2535/36/81 +f 2532/36/82 2531/36/82 2534/36/82 +f 2529/36/82 2534/36/82 2531/36/82 +f 2524/36/82 2529/36/82 2531/36/82 +f 2528/36/82 2529/36/82 2524/36/82 +f 2525/36/82 2528/36/82 2524/36/82 +f 2535/36/82 2528/36/82 2525/36/82 +f 2536/35/191 2528/36/807 2526/35/807 +f 2528/36/807 2536/35/191 2535/36/191 +f 2526/35/808 2528/36/808 2536/35/192 +f 2535/36/192 2536/35/192 2528/36/808 +f 2523/35/802 2535/36/191 2536/35/191 +f 2535/36/191 2523/35/802 2525/36/802 +f 2536/35/192 2535/36/192 2523/35/801 +f 2525/36/801 2523/35/801 2535/36/192 +f 2532/36/192 2537/35/801 2534/36/801 +f 2537/35/801 2532/36/192 2533/35/192 +f 2534/36/802 2537/35/802 2532/36/191 +f 2533/35/191 2532/36/191 2537/35/802 +f 2529/36/179 2537/35/804 2527/35/179 +f 2537/35/804 2529/36/179 2534/36/804 +f 2527/35/180 2537/35/803 2529/36/180 +f 2534/36/803 2529/36/180 2537/35/803 +f 2540/37/809 2539/38/810 2538/38/809 +f 2539/38/810 2540/37/809 2541/37/810 +f 2538/38/811 2539/38/812 2540/37/811 +f 2541/37/812 2540/37/811 2539/38/812 +f 2543/37/813 2538/38/809 2542/38/813 +f 2538/38/809 2543/37/813 2540/37/809 +f 2542/38/814 2538/38/811 2543/37/814 +f 2540/37/811 2543/37/814 2538/38/811 +f 2546/38/815 2545/37/816 2544/37/815 +f 2545/37/816 2546/38/815 2547/38/816 +f 2544/37/817 2545/37/818 2546/38/817 +f 2547/38/818 2546/38/817 2545/37/818 +f 2550/38/819 2549/37/820 2548/37/819 +f 2549/37/820 2550/38/819 2551/38/820 +f 2548/37/821 2549/37/822 2550/38/821 +f 2551/38/822 2550/38/821 2549/37/822 +f 2552/38/824 2545/37/823 2547/38/823 +f 2545/37/823 2552/38/824 2553/37/824 +f 2547/38/826 2545/37/826 2552/38/825 +f 2553/37/825 2552/38/825 2545/37/826 +f 2550/38/827 2553/37/824 2552/38/824 +f 2553/37/824 2550/38/827 2548/37/827 +f 2552/38/825 2553/37/825 2550/38/828 +f 2548/37/828 2550/38/828 2553/37/825 +f 2542/38/829 2544/37/815 2543/37/829 +f 2544/37/815 2542/38/829 2546/38/815 +f 2543/37/830 2544/37/817 2542/38/830 +f 2546/38/817 2542/38/830 2544/37/817 +f 2551/38/820 2541/37/831 2549/37/820 +f 2541/37/831 2551/38/820 2539/38/831 +f 2549/37/822 2541/37/832 2551/38/822 +f 2539/38/832 2551/38/822 2541/37/832 +f 2556/36/437 2555/35/802 2554/36/802 +f 2555/35/802 2556/36/437 2557/35/437 +f 2554/36/801 2555/35/801 2556/36/438 +f 2557/35/438 2556/36/438 2555/35/801 +f 2560/36/436 2559/35/804 2558/35/436 +f 2559/35/804 2560/36/436 2561/36/804 +f 2558/35/435 2559/35/803 2560/36/435 +f 2561/36/803 2560/36/435 2559/35/803 +f 2563/36/806 2558/35/436 2562/35/806 +f 2558/35/436 2563/36/806 2560/36/436 +f 2562/35/805 2558/35/435 2563/36/805 +f 2560/36/435 2563/36/805 2558/35/435 +f 2565/36/435 2555/35/803 2564/35/435 +f 2555/35/803 2565/36/435 2554/36/803 +f 2564/35/436 2555/35/804 2565/36/436 +f 2554/36/804 2565/36/436 2555/35/804 +f 2567/36/805 2564/35/435 2566/35/805 +f 2564/35/435 2567/36/805 2565/36/435 +f 2566/35/806 2564/35/436 2567/36/806 +f 2565/36/436 2567/36/806 2564/35/436 +f 2568/35/438 2567/36/808 2566/35/808 +f 2567/36/808 2568/35/438 2569/36/438 +f 2566/35/807 2567/36/807 2568/35/437 +f 2569/36/437 2568/35/437 2567/36/807 +f 2559/35/801 2569/36/438 2568/35/438 +f 2569/36/438 2559/35/801 2561/36/801 +f 2568/35/437 2569/36/437 2559/35/802 +f 2561/36/802 2559/35/802 2569/36/437 +f 2554/36/81 2563/36/81 2556/36/81 +f 2563/36/81 2554/36/81 2560/36/81 +f 2560/36/81 2554/36/81 2565/36/81 +f 2560/36/81 2565/36/81 2561/36/81 +f 2561/36/81 2565/36/81 2567/36/81 +f 2561/36/81 2567/36/81 2569/36/81 +f 2556/36/82 2563/36/82 2554/36/82 +f 2560/36/82 2554/36/82 2563/36/82 +f 2565/36/82 2554/36/82 2560/36/82 +f 2561/36/82 2565/36/82 2560/36/82 +f 2567/36/82 2565/36/82 2561/36/82 +f 2569/36/82 2567/36/82 2561/36/82 +f 2562/35/82 2555/35/82 2557/35/82 +f 2555/35/82 2562/35/82 2558/35/82 +f 2555/35/82 2558/35/82 2564/35/82 +f 2564/35/82 2558/35/82 2559/35/82 +f 2564/35/82 2559/35/82 2566/35/82 +f 2566/35/82 2559/35/82 2568/35/82 +f 2557/35/81 2555/35/81 2562/35/81 +f 2558/35/81 2562/35/81 2555/35/81 +f 2564/35/81 2558/35/81 2555/35/81 +f 2559/35/81 2558/35/81 2564/35/81 +f 2566/35/81 2559/35/81 2564/35/81 +f 2568/35/81 2559/35/81 2566/35/81 +f 2563/36/807 2557/35/437 2556/36/437 +f 2557/35/437 2563/36/807 2562/35/807 +f 2556/36/438 2557/35/438 2563/36/808 +f 2562/35/808 2563/36/808 2557/35/438 +f 2572/36/436 2571/35/804 2570/35/436 +f 2571/35/804 2572/36/436 2573/36/804 +f 2570/35/435 2571/35/803 2572/36/435 +f 2573/36/803 2572/36/435 2571/35/803 +f 2576/36/805 2575/35/435 2574/35/805 +f 2575/35/435 2576/36/805 2577/36/435 +f 2574/35/806 2575/35/436 2576/36/806 +f 2577/36/436 2576/36/806 2575/35/436 +f 2579/36/806 2570/35/436 2578/35/806 +f 2570/35/436 2579/36/806 2572/36/436 +f 2578/35/805 2570/35/435 2579/36/805 +f 2572/36/435 2579/36/805 2570/35/435 +f 2579/36/807 2581/35/437 2580/36/437 +f 2581/35/437 2579/36/807 2578/35/807 +f 2580/36/438 2581/35/438 2579/36/808 +f 2578/35/808 2579/36/808 2581/35/438 +f 2582/36/81 2579/36/81 2580/36/81 +f 2579/36/81 2582/36/81 2577/36/81 +f 2579/36/81 2577/36/81 2572/36/81 +f 2572/36/81 2577/36/81 2576/36/81 +f 2572/36/81 2576/36/81 2573/36/81 +f 2573/36/81 2576/36/81 2583/36/81 +f 2580/36/82 2579/36/82 2582/36/82 +f 2577/36/82 2582/36/82 2579/36/82 +f 2572/36/82 2577/36/82 2579/36/82 +f 2576/36/82 2577/36/82 2572/36/82 +f 2573/36/82 2576/36/82 2572/36/82 +f 2583/36/82 2576/36/82 2573/36/82 +f 2584/35/438 2576/36/808 2574/35/808 +f 2576/36/808 2584/35/438 2583/36/438 +f 2574/35/807 2576/36/807 2584/35/437 +f 2583/36/437 2584/35/437 2576/36/807 +f 2571/35/801 2583/36/438 2584/35/438 +f 2583/36/438 2571/35/801 2573/36/801 +f 2584/35/437 2583/36/437 2571/35/802 +f 2573/36/802 2571/35/802 2583/36/437 +f 2580/36/437 2585/35/802 2582/36/802 +f 2585/35/802 2580/36/437 2581/35/437 +f 2582/36/801 2585/35/801 2580/36/438 +f 2581/35/438 2580/36/438 2585/35/801 +f 2577/36/435 2585/35/803 2575/35/435 +f 2585/35/803 2577/36/435 2582/36/803 +f 2575/35/436 2585/35/804 2577/36/436 +f 2582/36/804 2577/36/436 2585/35/804 +f 2588/37/833 2587/38/823 2586/38/833 +f 2587/38/823 2588/37/833 2589/37/823 +f 2586/38/834 2587/38/826 2588/37/834 +f 2589/37/826 2588/37/834 2587/38/826 +f 2591/37/827 2586/38/833 2590/38/827 +f 2586/38/833 2591/37/827 2588/37/833 +f 2590/38/828 2586/38/834 2591/37/828 +f 2588/37/834 2591/37/828 2586/38/834 +f 2594/38/835 2593/37/831 2592/37/835 +f 2593/37/831 2594/38/835 2595/38/831 +f 2592/37/836 2593/37/832 2594/38/836 +f 2595/38/832 2594/38/836 2593/37/832 +f 2598/38/829 2597/37/837 2596/37/829 +f 2597/37/837 2598/38/829 2599/38/837 +f 2596/37/830 2597/37/838 2598/38/830 +f 2599/38/838 2598/38/830 2597/37/838 +f 2600/38/839 2593/37/810 2595/38/810 +f 2593/37/810 2600/38/839 2601/37/839 +f 2595/38/812 2593/37/812 2600/38/840 +f 2601/37/840 2600/38/840 2593/37/812 +f 2598/38/813 2601/37/839 2600/38/839 +f 2601/37/839 2598/38/813 2596/37/813 +f 2600/38/840 2601/37/840 2598/38/814 +f 2596/37/814 2598/38/814 2601/37/840 +f 2590/38/819 2592/37/835 2591/37/819 +f 2592/37/835 2590/38/819 2594/38/835 +f 2591/37/821 2592/37/836 2590/38/821 +f 2594/38/836 2590/38/821 2592/37/836 +f 2599/38/837 2589/37/816 2597/37/837 +f 2589/37/816 2599/38/837 2587/38/816 +f 2597/37/838 2589/37/818 2599/38/838 +f 2587/38/818 2599/38/838 2589/37/818 +f 2604/36/192 2603/35/801 2602/36/801 +f 2603/35/801 2604/36/192 2605/35/192 +f 2602/36/802 2603/35/802 2604/36/191 +f 2605/35/191 2604/36/191 2603/35/802 +f 2608/36/180 2607/35/803 2606/35/180 +f 2607/35/803 2608/36/180 2609/36/803 +f 2606/35/179 2607/35/804 2608/36/179 +f 2609/36/804 2608/36/179 2607/35/804 +f 2611/36/805 2606/35/180 2610/35/805 +f 2606/35/180 2611/36/805 2608/36/180 +f 2610/35/806 2606/35/179 2611/36/806 +f 2608/36/179 2611/36/806 2606/35/179 +f 2613/36/179 2603/35/804 2612/35/179 +f 2603/35/804 2613/36/179 2602/36/804 +f 2612/35/180 2603/35/803 2613/36/180 +f 2602/36/803 2613/36/180 2603/35/803 +f 2615/36/806 2612/35/179 2614/35/806 +f 2612/35/179 2615/36/806 2613/36/179 +f 2614/35/805 2612/35/180 2615/36/805 +f 2613/36/180 2615/36/805 2612/35/180 +f 2616/35/191 2615/36/807 2614/35/807 +f 2615/36/807 2616/35/191 2617/36/191 +f 2614/35/808 2615/36/808 2616/35/192 +f 2617/36/192 2616/35/192 2615/36/808 +f 2607/35/802 2617/36/191 2616/35/191 +f 2617/36/191 2607/35/802 2609/36/802 +f 2616/35/192 2617/36/192 2607/35/801 +f 2609/36/801 2607/35/801 2617/36/192 +f 2602/36/81 2611/36/81 2604/36/81 +f 2611/36/81 2602/36/81 2608/36/81 +f 2608/36/81 2602/36/81 2613/36/81 +f 2608/36/81 2613/36/81 2609/36/81 +f 2609/36/81 2613/36/81 2615/36/81 +f 2609/36/81 2615/36/81 2617/36/81 +f 2604/36/82 2611/36/82 2602/36/82 +f 2608/36/82 2602/36/82 2611/36/82 +f 2613/36/82 2602/36/82 2608/36/82 +f 2609/36/82 2613/36/82 2608/36/82 +f 2615/36/82 2613/36/82 2609/36/82 +f 2617/36/82 2615/36/82 2609/36/82 +f 2610/35/82 2603/35/82 2605/35/82 +f 2603/35/82 2610/35/82 2606/35/82 +f 2603/35/82 2606/35/82 2612/35/82 +f 2612/35/82 2606/35/82 2607/35/82 +f 2612/35/82 2607/35/82 2614/35/82 +f 2614/35/82 2607/35/82 2616/35/82 +f 2605/35/81 2603/35/81 2610/35/81 +f 2606/35/81 2610/35/81 2603/35/81 +f 2612/35/81 2606/35/81 2603/35/81 +f 2607/35/81 2606/35/81 2612/35/81 +f 2614/35/81 2607/35/81 2612/35/81 +f 2616/35/81 2607/35/81 2614/35/81 +f 2611/36/808 2605/35/192 2604/36/192 +f 2605/35/192 2611/36/808 2610/35/808 +f 2604/36/191 2605/35/191 2611/36/807 +f 2610/35/807 2611/36/807 2605/35/191 +f 2620/36/180 2619/35/803 2618/35/180 +f 2619/35/803 2620/36/180 2621/36/803 +f 2618/35/179 2619/35/804 2620/36/179 +f 2621/36/804 2620/36/179 2619/35/804 +f 2624/36/806 2623/35/179 2622/35/806 +f 2623/35/179 2624/36/806 2625/36/179 +f 2622/35/805 2623/35/180 2624/36/805 +f 2625/36/180 2624/36/805 2623/35/180 +f 2627/36/805 2618/35/180 2626/35/805 +f 2618/35/180 2627/36/805 2620/36/180 +f 2626/35/806 2618/35/179 2627/36/806 +f 2620/36/179 2627/36/806 2618/35/179 +f 2627/36/808 2629/35/192 2628/36/192 +f 2629/35/192 2627/36/808 2626/35/808 +f 2628/36/191 2629/35/191 2627/36/807 +f 2626/35/807 2627/36/807 2629/35/191 +f 2630/36/81 2627/36/81 2628/36/81 +f 2627/36/81 2630/36/81 2625/36/81 +f 2627/36/81 2625/36/81 2620/36/81 +f 2620/36/81 2625/36/81 2624/36/81 +f 2620/36/81 2624/36/81 2621/36/81 +f 2621/36/81 2624/36/81 2631/36/81 +f 2628/36/82 2627/36/82 2630/36/82 +f 2625/36/82 2630/36/82 2627/36/82 +f 2620/36/82 2625/36/82 2627/36/82 +f 2624/36/82 2625/36/82 2620/36/82 +f 2621/36/82 2624/36/82 2620/36/82 +f 2631/36/82 2624/36/82 2621/36/82 +f 2632/35/191 2624/36/807 2622/35/807 +f 2624/36/807 2632/35/191 2631/36/191 +f 2622/35/808 2624/36/808 2632/35/192 +f 2631/36/192 2632/35/192 2624/36/808 +f 2619/35/802 2631/36/191 2632/35/191 +f 2631/36/191 2619/35/802 2621/36/802 +f 2632/35/192 2631/36/192 2619/35/801 +f 2621/36/801 2619/35/801 2631/36/192 +f 2628/36/192 2633/35/801 2630/36/801 +f 2633/35/801 2628/36/192 2629/35/192 +f 2630/36/802 2633/35/802 2628/36/191 +f 2629/35/191 2628/36/191 2633/35/802 +f 2625/36/179 2633/35/804 2623/35/179 +f 2633/35/804 2625/36/179 2630/36/804 +f 2623/35/180 2633/35/803 2625/36/180 +f 2630/36/803 2625/36/180 2633/35/803 +f 2636/37/809 2635/38/810 2634/38/809 +f 2635/38/810 2636/37/809 2637/37/810 +f 2634/38/811 2635/38/812 2636/37/811 +f 2637/37/812 2636/37/811 2635/38/812 +f 2639/37/813 2634/38/809 2638/38/813 +f 2634/38/809 2639/37/813 2636/37/809 +f 2638/38/814 2634/38/811 2639/37/814 +f 2636/37/811 2639/37/814 2634/38/811 +f 2642/38/815 2641/37/816 2640/37/815 +f 2641/37/816 2642/38/815 2643/38/816 +f 2640/37/817 2641/37/818 2642/38/817 +f 2643/38/818 2642/38/817 2641/37/818 +f 2646/38/819 2645/37/820 2644/37/819 +f 2645/37/820 2646/38/819 2647/38/820 +f 2644/37/821 2645/37/822 2646/38/821 +f 2647/38/822 2646/38/821 2645/37/822 +f 2648/38/824 2641/37/823 2643/38/823 +f 2641/37/823 2648/38/824 2649/37/824 +f 2643/38/826 2641/37/826 2648/38/825 +f 2649/37/825 2648/38/825 2641/37/826 +f 2646/38/827 2649/37/824 2648/38/824 +f 2649/37/824 2646/38/827 2644/37/827 +f 2648/38/825 2649/37/825 2646/38/828 +f 2644/37/828 2646/38/828 2649/37/825 +f 2638/38/829 2640/37/815 2639/37/829 +f 2640/37/815 2638/38/829 2642/38/815 +f 2639/37/830 2640/37/817 2638/38/830 +f 2642/38/817 2638/38/830 2640/37/817 +f 2647/38/820 2637/37/831 2645/37/820 +f 2637/37/831 2647/38/820 2635/38/831 +f 2645/37/822 2637/37/832 2647/38/822 +f 2635/38/832 2647/38/822 2637/37/832 +f 2652/36/437 2651/35/802 2650/36/802 +f 2651/35/802 2652/36/437 2653/35/437 +f 2650/36/801 2651/35/801 2652/36/438 +f 2653/35/438 2652/36/438 2651/35/801 +f 2656/36/436 2655/35/804 2654/35/436 +f 2655/35/804 2656/36/436 2657/36/804 +f 2654/35/435 2655/35/803 2656/36/435 +f 2657/36/803 2656/36/435 2655/35/803 +f 2659/36/806 2654/35/436 2658/35/806 +f 2654/35/436 2659/36/806 2656/36/436 +f 2658/35/805 2654/35/435 2659/36/805 +f 2656/36/435 2659/36/805 2654/35/435 +f 2661/36/435 2651/35/803 2660/35/435 +f 2651/35/803 2661/36/435 2650/36/803 +f 2660/35/436 2651/35/804 2661/36/436 +f 2650/36/804 2661/36/436 2651/35/804 +f 2663/36/805 2660/35/435 2662/35/805 +f 2660/35/435 2663/36/805 2661/36/435 +f 2662/35/806 2660/35/436 2663/36/806 +f 2661/36/436 2663/36/806 2660/35/436 +f 2664/35/438 2663/36/808 2662/35/808 +f 2663/36/808 2664/35/438 2665/36/438 +f 2662/35/807 2663/36/807 2664/35/437 +f 2665/36/437 2664/35/437 2663/36/807 +f 2655/35/801 2665/36/438 2664/35/438 +f 2665/36/438 2655/35/801 2657/36/801 +f 2664/35/437 2665/36/437 2655/35/802 +f 2657/36/802 2655/35/802 2665/36/437 +f 2650/36/81 2659/36/81 2652/36/81 +f 2659/36/81 2650/36/81 2656/36/81 +f 2656/36/81 2650/36/81 2661/36/81 +f 2656/36/81 2661/36/81 2657/36/81 +f 2657/36/81 2661/36/81 2663/36/81 +f 2657/36/81 2663/36/81 2665/36/81 +f 2652/36/82 2659/36/82 2650/36/82 +f 2656/36/82 2650/36/82 2659/36/82 +f 2661/36/82 2650/36/82 2656/36/82 +f 2657/36/82 2661/36/82 2656/36/82 +f 2663/36/82 2661/36/82 2657/36/82 +f 2665/36/82 2663/36/82 2657/36/82 +f 2658/35/82 2651/35/82 2653/35/82 +f 2651/35/82 2658/35/82 2654/35/82 +f 2651/35/82 2654/35/82 2660/35/82 +f 2660/35/82 2654/35/82 2655/35/82 +f 2660/35/82 2655/35/82 2662/35/82 +f 2662/35/82 2655/35/82 2664/35/82 +f 2653/35/81 2651/35/81 2658/35/81 +f 2654/35/81 2658/35/81 2651/35/81 +f 2660/35/81 2654/35/81 2651/35/81 +f 2655/35/81 2654/35/81 2660/35/81 +f 2662/35/81 2655/35/81 2660/35/81 +f 2664/35/81 2655/35/81 2662/35/81 +f 2659/36/807 2653/35/437 2652/36/437 +f 2653/35/437 2659/36/807 2658/35/807 +f 2652/36/438 2653/35/438 2659/36/808 +f 2658/35/808 2659/36/808 2653/35/438 +f 2668/36/436 2667/35/804 2666/35/436 +f 2667/35/804 2668/36/436 2669/36/804 +f 2666/35/435 2667/35/803 2668/36/435 +f 2669/36/803 2668/36/435 2667/35/803 +f 2672/36/805 2671/35/435 2670/35/805 +f 2671/35/435 2672/36/805 2673/36/435 +f 2670/35/806 2671/35/436 2672/36/806 +f 2673/36/436 2672/36/806 2671/35/436 +f 2675/36/806 2666/35/436 2674/35/806 +f 2666/35/436 2675/36/806 2668/36/436 +f 2674/35/805 2666/35/435 2675/36/805 +f 2668/36/435 2675/36/805 2666/35/435 +f 2675/36/807 2677/35/437 2676/36/437 +f 2677/35/437 2675/36/807 2674/35/807 +f 2676/36/438 2677/35/438 2675/36/808 +f 2674/35/808 2675/36/808 2677/35/438 +f 2678/36/81 2675/36/81 2676/36/81 +f 2675/36/81 2678/36/81 2673/36/81 +f 2675/36/81 2673/36/81 2668/36/81 +f 2668/36/81 2673/36/81 2672/36/81 +f 2668/36/81 2672/36/81 2669/36/81 +f 2669/36/81 2672/36/81 2679/36/81 +f 2676/36/82 2675/36/82 2678/36/82 +f 2673/36/82 2678/36/82 2675/36/82 +f 2668/36/82 2673/36/82 2675/36/82 +f 2672/36/82 2673/36/82 2668/36/82 +f 2669/36/82 2672/36/82 2668/36/82 +f 2679/36/82 2672/36/82 2669/36/82 +f 2680/35/438 2672/36/808 2670/35/808 +f 2672/36/808 2680/35/438 2679/36/438 +f 2670/35/807 2672/36/807 2680/35/437 +f 2679/36/437 2680/35/437 2672/36/807 +f 2667/35/801 2679/36/438 2680/35/438 +f 2679/36/438 2667/35/801 2669/36/801 +f 2680/35/437 2679/36/437 2667/35/802 +f 2669/36/802 2667/35/802 2679/36/437 +f 2676/36/437 2681/35/802 2678/36/802 +f 2681/35/802 2676/36/437 2677/35/437 +f 2678/36/801 2681/35/801 2676/36/438 +f 2677/35/438 2676/36/438 2681/35/801 +f 2673/36/435 2681/35/803 2671/35/435 +f 2681/35/803 2673/36/435 2678/36/803 +f 2671/35/436 2681/35/804 2673/36/436 +f 2678/36/804 2673/36/436 2681/35/804 +f 2684/37/833 2683/38/823 2682/38/833 +f 2683/38/823 2684/37/833 2685/37/823 +f 2682/38/834 2683/38/826 2684/37/834 +f 2685/37/826 2684/37/834 2683/38/826 +f 2687/37/827 2682/38/833 2686/38/827 +f 2682/38/833 2687/37/827 2684/37/833 +f 2686/38/828 2682/38/834 2687/37/828 +f 2684/37/834 2687/37/828 2682/38/834 +f 2690/38/835 2689/37/831 2688/37/835 +f 2689/37/831 2690/38/835 2691/38/831 +f 2688/37/836 2689/37/832 2690/38/836 +f 2691/38/832 2690/38/836 2689/37/832 +f 2694/38/829 2693/37/837 2692/37/829 +f 2693/37/837 2694/38/829 2695/38/837 +f 2692/37/830 2693/37/838 2694/38/830 +f 2695/38/838 2694/38/830 2693/37/838 +f 2696/38/839 2689/37/810 2691/38/810 +f 2689/37/810 2696/38/839 2697/37/839 +f 2691/38/812 2689/37/812 2696/38/840 +f 2697/37/840 2696/38/840 2689/37/812 +f 2694/38/813 2697/37/839 2696/38/839 +f 2697/37/839 2694/38/813 2692/37/813 +f 2696/38/840 2697/37/840 2694/38/814 +f 2692/37/814 2694/38/814 2697/37/840 +f 2686/38/819 2688/37/835 2687/37/819 +f 2688/37/835 2686/38/819 2690/38/835 +f 2687/37/821 2688/37/836 2686/38/821 +f 2690/38/836 2686/38/821 2688/37/836 +f 2695/38/837 2685/37/816 2693/37/837 +f 2685/37/816 2695/38/837 2683/38/816 +f 2693/37/838 2685/37/818 2695/38/838 +f 2683/38/818 2695/38/838 2685/37/818 + +g room-wide-variation + + + + +usemtl colormap + +f 3/2/3 2/1/2 1/1/1 +f 2/1/2 3/2/3 4/2/4 +f 1/1/7 2/1/6 3/2/5 +f 4/2/8 3/2/5 2/1/6 +f 7/3/11 6/1/10 5/1/9 +f 6/1/10 7/3/11 8/3/12 +f 5/1/15 6/1/14 7/3/13 +f 8/3/16 7/3/13 6/1/14 +f 11/2/19 10/1/18 9/1/17 +f 10/1/18 11/2/19 12/2/20 +f 9/1/23 10/1/22 11/2/21 +f 12/2/24 11/2/21 10/1/22 +f 2/1/2 11/2/19 9/1/17 +f 11/2/19 2/1/2 4/2/4 +f 9/1/23 11/2/21 2/1/6 +f 4/2/8 2/1/6 11/2/21 +f 7/3/11 13/3/25 8/3/12 +f 13/3/25 7/3/11 14/3/26 +f 8/3/16 13/3/27 7/3/13 +f 14/3/28 7/3/13 13/3/27 +f 8/3/12 15/1/29 6/1/10 +f 15/1/29 8/3/12 13/3/25 +f 6/1/14 15/1/30 8/3/16 +f 13/3/27 8/3/16 15/1/30 +f 11/2/19 3/2/3 12/2/20 +f 3/2/3 11/2/19 4/2/4 +f 12/2/24 3/2/5 11/2/21 +f 4/2/8 11/2/21 3/2/5 +f 14/3/26 5/1/9 16/1/31 +f 5/1/9 14/3/26 7/3/11 +f 16/1/32 5/1/15 14/3/28 +f 7/3/13 14/3/28 5/1/15 +f 15/1/29 14/3/26 16/1/31 +f 14/3/26 15/1/29 13/3/25 +f 16/1/32 14/3/28 15/1/30 +f 13/3/27 15/1/30 14/3/28 +f 12/2/20 1/1/1 10/1/18 +f 1/1/1 12/2/20 3/2/3 +f 10/1/22 1/1/7 12/2/24 +f 3/2/5 12/2/24 1/1/7 +f 19/3/35 18/3/34 17/3/33 +f 18/3/34 19/3/35 20/3/36 +f 17/3/39 18/3/38 19/3/37 +f 20/3/40 19/3/37 18/3/38 +f 20/3/36 21/1/41 18/3/34 +f 21/1/41 20/3/36 22/1/42 +f 18/3/38 21/1/43 20/3/40 +f 22/1/44 20/3/40 21/1/43 +f 17/3/33 21/1/41 23/1/45 +f 21/1/41 17/3/33 18/3/34 +f 23/1/46 21/1/43 17/3/39 +f 18/3/38 17/3/39 21/1/43 +f 24/1/47 17/3/33 23/1/45 +f 17/3/33 24/1/47 19/3/35 +f 23/1/46 17/3/39 24/1/48 +f 19/3/37 24/1/48 17/3/39 +f 22/1/42 19/3/35 24/1/47 +f 19/3/35 22/1/42 20/3/36 +f 24/1/48 19/3/37 22/1/44 +f 20/3/40 22/1/44 19/3/37 +f 27/1/51 26/3/50 25/1/49 +f 26/3/50 27/1/51 28/3/52 +f 25/1/55 26/3/54 27/1/53 +f 28/3/56 27/1/53 26/3/54 +f 29/1/57 28/3/52 27/1/51 +f 28/3/52 29/1/57 30/3/58 +f 27/1/53 28/3/56 29/1/59 +f 30/3/60 29/1/59 28/3/56 +f 33/2/63 32/1/62 31/1/61 +f 32/1/62 33/2/63 34/2/64 +f 31/1/67 32/1/66 33/2/65 +f 34/2/68 33/2/65 32/1/66 +f 33/2/63 35/2/69 34/2/64 +f 35/2/69 33/2/63 36/2/70 +f 34/2/68 35/2/71 33/2/65 +f 36/2/72 33/2/65 35/2/71 +f 30/3/58 38/1/74 37/3/73 +f 38/1/74 30/3/58 29/1/57 +f 37/3/76 38/1/75 30/3/60 +f 29/1/59 30/3/60 38/1/75 +f 34/2/64 39/1/77 32/1/62 +f 39/1/77 34/2/64 35/2/69 +f 32/1/66 39/1/78 34/2/68 +f 35/2/71 34/2/68 39/1/78 +f 28/3/52 37/3/73 26/3/50 +f 37/3/73 28/3/52 30/3/58 +f 26/3/54 37/3/76 28/3/56 +f 30/3/60 28/3/56 37/3/76 +f 40/1/79 33/2/63 31/1/61 +f 33/2/63 40/1/79 36/2/70 +f 31/1/67 33/2/65 40/1/80 +f 36/2/72 40/1/80 33/2/65 +f 26/3/50 38/1/74 25/1/49 +f 38/1/74 26/3/50 37/3/73 +f 25/1/55 38/1/75 26/3/54 +f 37/3/76 26/3/54 38/1/75 +f 35/2/69 40/1/79 39/1/77 +f 40/1/79 35/2/69 36/2/70 +f 39/1/78 40/1/80 35/2/71 +f 36/2/72 35/2/71 40/1/80 +f 43/4/81 42/4/81 41/4/81 +f 42/4/81 43/4/81 44/4/81 +f 42/4/81 44/4/81 45/4/81 +f 45/4/81 44/4/81 46/4/81 +f 45/4/81 46/4/81 47/4/81 +f 47/4/81 46/4/81 48/4/81 +f 47/4/81 48/4/81 49/4/81 +f 49/4/81 48/4/81 50/4/81 +f 41/4/82 42/4/82 43/4/82 +f 44/4/82 43/4/82 42/4/82 +f 45/4/82 44/4/82 42/4/82 +f 46/4/82 44/4/82 45/4/82 +f 47/4/82 46/4/82 45/4/82 +f 48/4/82 46/4/82 47/4/82 +f 49/4/82 48/4/82 47/4/82 +f 50/4/82 48/4/82 49/4/82 +f 43/4/83 52/1/83 51/1/83 +f 52/1/83 43/4/83 41/4/83 +f 51/1/84 52/1/84 43/4/84 +f 41/4/84 43/4/84 52/1/84 +f 53/1/86 43/4/85 51/1/85 +f 43/4/85 53/1/86 44/4/86 +f 51/1/88 43/4/88 53/1/87 +f 44/4/87 53/1/87 43/4/88 +f 54/1/89 44/4/86 53/1/86 +f 44/4/86 54/1/89 46/4/89 +f 53/1/87 44/4/87 54/1/90 +f 46/4/90 54/1/90 44/4/87 +f 48/4/91 54/1/89 55/1/91 +f 54/1/89 48/4/91 46/4/89 +f 55/1/92 54/1/90 48/4/92 +f 46/4/90 48/4/92 54/1/90 +f 50/4/93 55/1/91 56/1/93 +f 55/1/91 50/4/93 48/4/91 +f 56/1/94 55/1/92 50/4/94 +f 48/4/92 50/4/94 55/1/92 +f 57/1/95 50/4/95 56/1/95 +f 50/4/95 57/1/95 49/4/95 +f 56/1/96 50/4/96 57/1/96 +f 49/4/96 57/1/96 50/4/96 +f 47/4/92 57/1/97 58/1/92 +f 57/1/97 47/4/92 49/4/97 +f 58/1/91 57/1/98 47/4/91 +f 49/4/98 47/4/91 57/1/98 +f 45/4/90 58/1/92 59/1/90 +f 58/1/92 45/4/90 47/4/92 +f 59/1/89 58/1/91 45/4/89 +f 47/4/91 45/4/89 58/1/91 +f 45/4/90 60/1/87 42/4/87 +f 60/1/87 45/4/90 59/1/90 +f 42/4/86 60/1/86 45/4/89 +f 59/1/89 45/4/89 60/1/86 +f 42/4/87 52/1/88 41/4/88 +f 52/1/88 42/4/87 60/1/87 +f 41/4/85 52/1/85 42/4/86 +f 60/1/86 42/4/86 52/1/85 +f 63/1/81 62/1/81 61/1/81 +f 62/1/81 63/1/81 64/1/81 +f 61/1/82 62/1/82 63/1/82 +f 64/1/82 63/1/82 62/1/82 +f 67/2/101 66/1/100 65/1/99 +f 66/1/100 67/2/101 68/2/102 +f 65/1/105 66/1/104 67/2/103 +f 68/2/106 67/2/103 66/1/104 +f 71/3/109 70/1/108 69/1/107 +f 70/1/108 71/3/109 72/3/110 +f 69/1/113 70/1/112 71/3/111 +f 72/3/114 71/3/111 70/1/112 +f 75/2/117 74/1/116 73/1/115 +f 74/1/116 75/2/117 76/2/118 +f 73/1/121 74/1/120 75/2/119 +f 76/2/122 75/2/119 74/1/120 +f 66/1/100 75/2/117 73/1/115 +f 75/2/117 66/1/100 68/2/102 +f 73/1/121 75/2/119 66/1/104 +f 68/2/106 66/1/104 75/2/119 +f 71/3/109 77/3/123 72/3/110 +f 77/3/123 71/3/109 78/3/124 +f 72/3/114 77/3/125 71/3/111 +f 78/3/126 71/3/111 77/3/125 +f 72/3/110 79/1/127 70/1/108 +f 79/1/127 72/3/110 77/3/123 +f 70/1/112 79/1/128 72/3/114 +f 77/3/125 72/3/114 79/1/128 +f 75/2/117 67/2/101 76/2/118 +f 67/2/101 75/2/117 68/2/102 +f 76/2/122 67/2/103 75/2/119 +f 68/2/106 75/2/119 67/2/103 +f 78/3/124 69/1/107 80/1/129 +f 69/1/107 78/3/124 71/3/109 +f 80/1/130 69/1/113 78/3/126 +f 71/3/111 78/3/126 69/1/113 +f 79/1/127 78/3/124 80/1/129 +f 78/3/124 79/1/127 77/3/123 +f 80/1/130 78/3/126 79/1/128 +f 77/3/125 79/1/128 78/3/126 +f 76/2/118 65/1/99 74/1/116 +f 65/1/99 76/2/118 67/2/101 +f 74/1/120 65/1/105 76/2/122 +f 67/2/103 76/2/122 65/1/105 +f 83/3/133 82/3/132 81/3/131 +f 82/3/132 83/3/133 84/3/134 +f 81/3/137 82/3/136 83/3/135 +f 84/3/138 83/3/135 82/3/136 +f 84/3/134 85/1/139 82/3/132 +f 85/1/139 84/3/134 86/1/140 +f 82/3/136 85/1/141 84/3/138 +f 86/1/142 84/3/138 85/1/141 +f 81/3/131 85/1/139 87/1/143 +f 85/1/139 81/3/131 82/3/132 +f 87/1/144 85/1/141 81/3/137 +f 82/3/136 81/3/137 85/1/141 +f 88/1/145 81/3/131 87/1/143 +f 81/3/131 88/1/145 83/3/133 +f 87/1/144 81/3/137 88/1/146 +f 83/3/135 88/1/146 81/3/137 +f 86/1/140 83/3/133 88/1/145 +f 83/3/133 86/1/140 84/3/134 +f 88/1/146 83/3/135 86/1/142 +f 84/3/138 86/1/142 83/3/135 +f 91/1/149 90/3/148 89/1/147 +f 90/3/148 91/1/149 92/3/150 +f 89/1/153 90/3/152 91/1/151 +f 92/3/154 91/1/151 90/3/152 +f 93/1/155 92/3/150 91/1/149 +f 92/3/150 93/1/155 94/3/156 +f 91/1/151 92/3/154 93/1/157 +f 94/3/158 93/1/157 92/3/154 +f 97/2/161 96/1/160 95/1/159 +f 96/1/160 97/2/161 98/2/162 +f 95/1/165 96/1/164 97/2/163 +f 98/2/166 97/2/163 96/1/164 +f 97/2/161 99/2/167 98/2/162 +f 99/2/167 97/2/161 100/2/168 +f 98/2/166 99/2/169 97/2/163 +f 100/2/170 97/2/163 99/2/169 +f 94/3/156 102/1/172 101/3/171 +f 102/1/172 94/3/156 93/1/155 +f 101/3/174 102/1/173 94/3/158 +f 93/1/157 94/3/158 102/1/173 +f 98/2/162 103/1/175 96/1/160 +f 103/1/175 98/2/162 99/2/167 +f 96/1/164 103/1/176 98/2/166 +f 99/2/169 98/2/166 103/1/176 +f 92/3/150 101/3/171 90/3/148 +f 101/3/171 92/3/150 94/3/156 +f 90/3/152 101/3/174 92/3/154 +f 94/3/158 92/3/154 101/3/174 +f 104/1/177 97/2/161 95/1/159 +f 97/2/161 104/1/177 100/2/168 +f 95/1/165 97/2/163 104/1/178 +f 100/2/170 104/1/178 97/2/163 +f 90/3/148 102/1/172 89/1/147 +f 102/1/172 90/3/148 101/3/171 +f 89/1/153 102/1/173 90/3/152 +f 101/3/174 90/3/152 102/1/173 +f 99/2/167 104/1/177 103/1/175 +f 104/1/177 99/2/167 100/2/168 +f 103/1/176 104/1/178 99/2/169 +f 100/2/170 99/2/169 104/1/178 +f 107/4/81 106/4/81 105/4/81 +f 106/4/81 107/4/81 108/4/81 +f 106/4/81 108/4/81 109/4/81 +f 109/4/81 108/4/81 110/4/81 +f 109/4/81 110/4/81 111/4/81 +f 111/4/81 110/4/81 112/4/81 +f 111/4/81 112/4/81 113/4/81 +f 113/4/81 112/4/81 114/4/81 +f 105/4/82 106/4/82 107/4/82 +f 108/4/82 107/4/82 106/4/82 +f 109/4/82 108/4/82 106/4/82 +f 110/4/82 108/4/82 109/4/82 +f 111/4/82 110/4/82 109/4/82 +f 112/4/82 110/4/82 111/4/82 +f 113/4/82 112/4/82 111/4/82 +f 114/4/82 112/4/82 113/4/82 +f 107/4/179 116/1/179 115/1/179 +f 116/1/179 107/4/179 105/4/179 +f 115/1/180 116/1/180 107/4/180 +f 105/4/180 107/4/180 116/1/180 +f 117/1/182 107/4/181 115/1/181 +f 107/4/181 117/1/182 108/4/182 +f 115/1/184 107/4/184 117/1/183 +f 108/4/183 117/1/183 107/4/184 +f 118/1/185 108/4/182 117/1/182 +f 108/4/182 118/1/185 110/4/185 +f 117/1/183 108/4/183 118/1/186 +f 110/4/186 118/1/186 108/4/183 +f 112/4/187 118/1/185 119/1/187 +f 118/1/185 112/4/187 110/4/185 +f 119/1/188 118/1/186 112/4/188 +f 110/4/186 112/4/188 118/1/186 +f 114/4/189 119/1/187 120/1/189 +f 119/1/187 114/4/189 112/4/187 +f 120/1/190 119/1/188 114/4/190 +f 112/4/188 114/4/190 119/1/188 +f 121/1/191 114/4/191 120/1/191 +f 114/4/191 121/1/191 113/4/191 +f 120/1/192 114/4/192 121/1/192 +f 113/4/192 121/1/192 114/4/192 +f 111/4/188 121/1/193 122/1/188 +f 121/1/193 111/4/188 113/4/193 +f 122/1/187 121/1/194 111/4/187 +f 113/4/194 111/4/187 121/1/194 +f 109/4/186 122/1/188 123/1/186 +f 122/1/188 109/4/186 111/4/188 +f 123/1/185 122/1/187 109/4/185 +f 111/4/187 109/4/185 122/1/187 +f 109/4/186 124/1/183 106/4/183 +f 124/1/183 109/4/186 123/1/186 +f 106/4/182 124/1/182 109/4/185 +f 123/1/185 109/4/185 124/1/182 +f 106/4/183 116/1/184 105/4/184 +f 116/1/184 106/4/183 124/1/183 +f 105/4/181 116/1/181 106/4/182 +f 124/1/182 106/4/182 116/1/181 +f 127/1/81 126/1/81 125/1/81 +f 126/1/81 127/1/81 128/1/81 +f 125/1/82 126/1/82 127/1/82 +f 128/1/82 127/1/82 126/1/82 +f 131/2/197 130/1/196 129/1/195 +f 130/1/196 131/2/197 132/2/198 +f 129/1/201 130/1/200 131/2/199 +f 132/2/202 131/2/199 130/1/200 +f 135/3/205 134/1/204 133/1/203 +f 134/1/204 135/3/205 136/3/206 +f 133/1/209 134/1/208 135/3/207 +f 136/3/210 135/3/207 134/1/208 +f 139/2/213 138/1/212 137/1/211 +f 138/1/212 139/2/213 140/2/214 +f 137/1/217 138/1/216 139/2/215 +f 140/2/218 139/2/215 138/1/216 +f 130/1/196 139/2/213 137/1/211 +f 139/2/213 130/1/196 132/2/198 +f 137/1/217 139/2/215 130/1/200 +f 132/2/202 130/1/200 139/2/215 +f 135/3/205 141/3/219 136/3/206 +f 141/3/219 135/3/205 142/3/220 +f 136/3/210 141/3/221 135/3/207 +f 142/3/222 135/3/207 141/3/221 +f 136/3/206 143/1/223 134/1/204 +f 143/1/223 136/3/206 141/3/219 +f 134/1/208 143/1/224 136/3/210 +f 141/3/221 136/3/210 143/1/224 +f 139/2/213 131/2/197 140/2/214 +f 131/2/197 139/2/213 132/2/198 +f 140/2/218 131/2/199 139/2/215 +f 132/2/202 139/2/215 131/2/199 +f 142/3/220 133/1/203 144/1/225 +f 133/1/203 142/3/220 135/3/205 +f 144/1/226 133/1/209 142/3/222 +f 135/3/207 142/3/222 133/1/209 +f 143/1/223 142/3/220 144/1/225 +f 142/3/220 143/1/223 141/3/219 +f 144/1/226 142/3/222 143/1/224 +f 141/3/221 143/1/224 142/3/222 +f 140/2/214 129/1/195 138/1/212 +f 129/1/195 140/2/214 131/2/197 +f 138/1/216 129/1/201 140/2/218 +f 131/2/199 140/2/218 129/1/201 +f 147/3/229 146/3/228 145/3/227 +f 146/3/228 147/3/229 148/3/230 +f 145/3/233 146/3/232 147/3/231 +f 148/3/234 147/3/231 146/3/232 +f 148/3/230 149/1/235 146/3/228 +f 149/1/235 148/3/230 150/1/236 +f 146/3/232 149/1/237 148/3/234 +f 150/1/238 148/3/234 149/1/237 +f 145/3/227 149/1/235 151/1/239 +f 149/1/235 145/3/227 146/3/228 +f 151/1/240 149/1/237 145/3/233 +f 146/3/232 145/3/233 149/1/237 +f 152/1/241 145/3/227 151/1/239 +f 145/3/227 152/1/241 147/3/229 +f 151/1/240 145/3/233 152/1/242 +f 147/3/231 152/1/242 145/3/233 +f 150/1/236 147/3/229 152/1/241 +f 147/3/229 150/1/236 148/3/230 +f 152/1/242 147/3/231 150/1/238 +f 148/3/234 150/1/238 147/3/231 +f 155/1/245 154/3/244 153/1/243 +f 154/3/244 155/1/245 156/3/246 +f 153/1/249 154/3/248 155/1/247 +f 156/3/250 155/1/247 154/3/248 +f 157/1/251 156/3/246 155/1/245 +f 156/3/246 157/1/251 158/3/252 +f 155/1/247 156/3/250 157/1/253 +f 158/3/254 157/1/253 156/3/250 +f 161/2/257 160/1/256 159/1/255 +f 160/1/256 161/2/257 162/2/258 +f 159/1/261 160/1/260 161/2/259 +f 162/2/262 161/2/259 160/1/260 +f 161/2/257 163/2/263 162/2/258 +f 163/2/263 161/2/257 164/2/264 +f 162/2/262 163/2/265 161/2/259 +f 164/2/266 161/2/259 163/2/265 +f 158/3/252 166/1/268 165/3/267 +f 166/1/268 158/3/252 157/1/251 +f 165/3/270 166/1/269 158/3/254 +f 157/1/253 158/3/254 166/1/269 +f 162/2/258 167/1/271 160/1/256 +f 167/1/271 162/2/258 163/2/263 +f 160/1/260 167/1/272 162/2/262 +f 163/2/265 162/2/262 167/1/272 +f 156/3/246 165/3/267 154/3/244 +f 165/3/267 156/3/246 158/3/252 +f 154/3/248 165/3/270 156/3/250 +f 158/3/254 156/3/250 165/3/270 +f 168/1/273 161/2/257 159/1/255 +f 161/2/257 168/1/273 164/2/264 +f 159/1/261 161/2/259 168/1/274 +f 164/2/266 168/1/274 161/2/259 +f 154/3/244 166/1/268 153/1/243 +f 166/1/268 154/3/244 165/3/267 +f 153/1/249 166/1/269 154/3/248 +f 165/3/270 154/3/248 166/1/269 +f 163/2/263 168/1/273 167/1/271 +f 168/1/273 163/2/263 164/2/264 +f 167/1/272 168/1/274 163/2/265 +f 164/2/266 163/2/265 168/1/274 +f 171/4/81 170/4/81 169/4/81 +f 170/4/81 171/4/81 172/4/81 +f 170/4/81 172/4/81 173/4/81 +f 173/4/81 172/4/81 174/4/81 +f 173/4/81 174/4/81 175/4/81 +f 175/4/81 174/4/81 176/4/81 +f 175/4/81 176/4/81 177/4/81 +f 177/4/81 176/4/81 178/4/81 +f 169/4/82 170/4/82 171/4/82 +f 172/4/82 171/4/82 170/4/82 +f 173/4/82 172/4/82 170/4/82 +f 174/4/82 172/4/82 173/4/82 +f 175/4/82 174/4/82 173/4/82 +f 176/4/82 174/4/82 175/4/82 +f 177/4/82 176/4/82 175/4/82 +f 178/4/82 176/4/82 177/4/82 +f 171/4/275 180/1/275 179/1/275 +f 180/1/275 171/4/275 169/4/275 +f 179/1/276 180/1/276 171/4/276 +f 169/4/276 171/4/276 180/1/276 +f 181/1/278 171/4/277 179/1/277 +f 171/4/277 181/1/278 172/4/278 +f 179/1/280 171/4/280 181/1/279 +f 172/4/279 181/1/279 171/4/280 +f 182/1/281 172/4/278 181/1/278 +f 172/4/278 182/1/281 174/4/281 +f 181/1/279 172/4/279 182/1/282 +f 174/4/282 182/1/282 172/4/279 +f 176/4/283 182/1/281 183/1/283 +f 182/1/281 176/4/283 174/4/281 +f 183/1/284 182/1/282 176/4/284 +f 174/4/282 176/4/284 182/1/282 +f 178/4/285 183/1/283 184/1/285 +f 183/1/283 178/4/285 176/4/283 +f 184/1/286 183/1/284 178/4/286 +f 176/4/284 178/4/286 183/1/284 +f 185/1/287 178/4/287 184/1/287 +f 178/4/287 185/1/287 177/4/287 +f 184/1/288 178/4/288 185/1/288 +f 177/4/288 185/1/288 178/4/288 +f 175/4/284 185/1/289 186/1/284 +f 185/1/289 175/4/284 177/4/289 +f 186/1/283 185/1/290 175/4/283 +f 177/4/290 175/4/283 185/1/290 +f 173/4/282 186/1/284 187/1/282 +f 186/1/284 173/4/282 175/4/284 +f 187/1/281 186/1/283 173/4/281 +f 175/4/283 173/4/281 186/1/283 +f 173/4/282 188/1/279 170/4/279 +f 188/1/279 173/4/282 187/1/282 +f 170/4/278 188/1/278 173/4/281 +f 187/1/281 173/4/281 188/1/278 +f 170/4/279 180/1/280 169/4/280 +f 180/1/280 170/4/279 188/1/279 +f 169/4/277 180/1/277 170/4/278 +f 188/1/278 170/4/278 180/1/277 +f 191/1/81 190/1/81 189/1/81 +f 190/1/81 191/1/81 192/1/81 +f 189/1/82 190/1/82 191/1/82 +f 192/1/82 191/1/82 190/1/82 +f 195/2/117 194/1/116 193/1/115 +f 194/1/116 195/2/117 196/2/118 +f 193/1/121 194/1/120 195/2/119 +f 196/2/122 195/2/119 194/1/120 +f 199/3/123 198/1/129 197/1/127 +f 198/1/129 199/3/123 200/3/124 +f 197/1/128 198/1/130 199/3/125 +f 200/3/126 199/3/125 198/1/130 +f 203/2/101 202/1/100 201/1/99 +f 202/1/100 203/2/101 204/2/102 +f 201/1/105 202/1/104 203/2/103 +f 204/2/106 203/2/103 202/1/104 +f 194/1/116 203/2/101 201/1/99 +f 203/2/101 194/1/116 196/2/118 +f 201/1/105 203/2/103 194/1/120 +f 196/2/122 194/1/120 203/2/103 +f 199/3/123 205/3/109 200/3/124 +f 205/3/109 199/3/123 206/3/110 +f 200/3/126 205/3/111 199/3/125 +f 206/3/114 199/3/125 205/3/111 +f 200/3/124 207/1/107 198/1/129 +f 207/1/107 200/3/124 205/3/109 +f 198/1/130 207/1/113 200/3/126 +f 205/3/111 200/3/126 207/1/113 +f 203/2/101 195/2/117 204/2/102 +f 195/2/117 203/2/101 196/2/118 +f 204/2/106 195/2/119 203/2/103 +f 196/2/122 203/2/103 195/2/119 +f 206/3/110 197/1/127 208/1/108 +f 197/1/127 206/3/110 199/3/123 +f 208/1/112 197/1/128 206/3/114 +f 199/3/125 206/3/114 197/1/128 +f 207/1/107 206/3/110 208/1/108 +f 206/3/110 207/1/107 205/3/109 +f 208/1/112 206/3/114 207/1/113 +f 205/3/111 207/1/113 206/3/114 +f 204/2/102 193/1/115 202/1/100 +f 193/1/115 204/2/102 195/2/117 +f 202/1/104 193/1/121 204/2/106 +f 195/2/119 204/2/106 193/1/121 +f 211/3/293 210/3/292 209/3/291 +f 210/3/292 211/3/293 212/3/294 +f 209/3/297 210/3/296 211/3/295 +f 212/3/298 211/3/295 210/3/296 +f 212/3/294 213/1/299 210/3/292 +f 213/1/299 212/3/294 214/1/300 +f 210/3/296 213/1/301 212/3/298 +f 214/1/302 212/3/298 213/1/301 +f 209/3/291 213/1/299 215/1/303 +f 213/1/299 209/3/291 210/3/292 +f 215/1/304 213/1/301 209/3/297 +f 210/3/296 209/3/297 213/1/301 +f 216/1/305 209/3/291 215/1/303 +f 209/3/291 216/1/305 211/3/293 +f 215/1/304 209/3/297 216/1/306 +f 211/3/295 216/1/306 209/3/297 +f 214/1/300 211/3/293 216/1/305 +f 211/3/293 214/1/300 212/3/294 +f 216/1/306 211/3/295 214/1/302 +f 212/3/298 214/1/302 211/3/295 +f 219/1/172 218/3/156 217/1/155 +f 218/3/156 219/1/172 220/3/171 +f 217/1/157 218/3/158 219/1/173 +f 220/3/174 219/1/173 218/3/158 +f 221/1/147 220/3/171 219/1/172 +f 220/3/171 221/1/147 222/3/148 +f 219/1/173 220/3/174 221/1/153 +f 222/3/152 221/1/153 220/3/174 +f 225/2/167 224/1/177 223/1/175 +f 224/1/177 225/2/167 226/2/168 +f 223/1/176 224/1/178 225/2/169 +f 226/2/170 225/2/169 224/1/178 +f 225/2/167 227/2/161 226/2/168 +f 227/2/161 225/2/167 228/2/162 +f 226/2/170 227/2/163 225/2/169 +f 228/2/166 225/2/169 227/2/163 +f 222/3/148 230/1/149 229/3/150 +f 230/1/149 222/3/148 221/1/147 +f 229/3/154 230/1/151 222/3/152 +f 221/1/153 222/3/152 230/1/151 +f 226/2/168 231/1/159 224/1/177 +f 231/1/159 226/2/168 227/2/161 +f 224/1/178 231/1/165 226/2/170 +f 227/2/163 226/2/170 231/1/165 +f 220/3/171 229/3/150 218/3/156 +f 229/3/150 220/3/171 222/3/148 +f 218/3/158 229/3/154 220/3/174 +f 222/3/152 220/3/174 229/3/154 +f 232/1/160 225/2/167 223/1/175 +f 225/2/167 232/1/160 228/2/162 +f 223/1/176 225/2/169 232/1/164 +f 228/2/166 232/1/164 225/2/169 +f 218/3/156 230/1/149 217/1/155 +f 230/1/149 218/3/156 229/3/150 +f 217/1/157 230/1/151 218/3/158 +f 229/3/154 218/3/158 230/1/151 +f 227/2/161 232/1/160 231/1/159 +f 232/1/160 227/2/161 228/2/162 +f 231/1/165 232/1/164 227/2/163 +f 228/2/166 227/2/163 232/1/164 +f 235/4/81 234/4/81 233/4/81 +f 234/4/81 235/4/81 236/4/81 +f 234/4/81 236/4/81 237/4/81 +f 237/4/81 236/4/81 238/4/81 +f 237/4/81 238/4/81 239/4/81 +f 239/4/81 238/4/81 240/4/81 +f 239/4/81 240/4/81 241/4/81 +f 241/4/81 240/4/81 242/4/81 +f 233/4/82 234/4/82 235/4/82 +f 236/4/82 235/4/82 234/4/82 +f 237/4/82 236/4/82 234/4/82 +f 238/4/82 236/4/82 237/4/82 +f 239/4/82 238/4/82 237/4/82 +f 240/4/82 238/4/82 239/4/82 +f 241/4/82 240/4/82 239/4/82 +f 242/4/82 240/4/82 241/4/82 +f 235/4/307 244/1/307 243/1/307 +f 244/1/307 235/4/307 233/4/307 +f 243/1/308 244/1/308 235/4/308 +f 233/4/308 235/4/308 244/1/308 +f 245/1/183 235/4/309 243/1/309 +f 235/4/309 245/1/183 236/4/183 +f 243/1/310 235/4/310 245/1/182 +f 236/4/182 245/1/182 235/4/310 +f 246/1/186 236/4/183 245/1/183 +f 236/4/183 246/1/186 238/4/186 +f 245/1/182 236/4/182 246/1/185 +f 238/4/185 246/1/185 236/4/182 +f 240/4/188 246/1/186 247/1/188 +f 246/1/186 240/4/188 238/4/186 +f 247/1/187 246/1/185 240/4/187 +f 238/4/185 240/4/187 246/1/185 +f 242/4/193 247/1/188 248/1/193 +f 247/1/188 242/4/193 240/4/188 +f 248/1/194 247/1/187 242/4/194 +f 240/4/187 242/4/194 247/1/187 +f 249/1/311 242/4/311 248/1/311 +f 242/4/311 249/1/311 241/4/311 +f 248/1/312 242/4/312 249/1/312 +f 241/4/312 249/1/312 242/4/312 +f 239/4/187 249/1/313 250/1/187 +f 249/1/313 239/4/187 241/4/313 +f 250/1/188 249/1/314 239/4/188 +f 241/4/314 239/4/188 249/1/314 +f 237/4/185 250/1/187 251/1/185 +f 250/1/187 237/4/185 239/4/187 +f 251/1/186 250/1/188 237/4/186 +f 239/4/188 237/4/186 250/1/188 +f 237/4/185 252/1/182 234/4/182 +f 252/1/182 237/4/185 251/1/185 +f 234/4/183 252/1/183 237/4/186 +f 251/1/186 237/4/186 252/1/183 +f 234/4/182 244/1/310 233/4/310 +f 244/1/310 234/4/182 252/1/182 +f 233/4/309 244/1/309 234/4/183 +f 252/1/183 234/4/183 244/1/309 +f 255/1/81 254/1/81 253/1/81 +f 254/1/81 255/1/81 256/1/81 +f 253/1/82 254/1/82 255/1/82 +f 256/1/82 255/1/82 254/1/82 +f 259/1/81 258/1/81 257/1/81 +f 258/1/81 259/1/81 260/1/81 +f 257/1/82 258/1/82 259/1/82 +f 260/1/82 259/1/82 258/1/82 +f 260/1/81 127/1/81 258/1/81 +f 127/1/81 260/1/81 261/1/81 +f 258/1/82 127/1/82 260/1/82 +f 261/1/82 260/1/82 127/1/82 +f 261/1/81 128/1/81 127/1/81 +f 128/1/81 261/1/81 262/1/81 +f 127/1/82 128/1/82 261/1/82 +f 262/1/82 261/1/82 128/1/82 +f 256/1/81 264/1/81 263/1/81 +f 264/1/81 256/1/81 255/1/81 +f 263/1/82 264/1/82 256/1/82 +f 255/1/82 256/1/82 264/1/82 +f 267/1/81 266/1/81 265/1/81 +f 266/1/81 267/1/81 268/1/81 +f 265/1/82 266/1/82 267/1/82 +f 268/1/82 267/1/82 266/1/82 +f 271/1/81 270/1/81 269/1/81 +f 270/1/81 271/1/81 272/1/81 +f 269/1/82 270/1/82 271/1/82 +f 272/1/82 271/1/82 270/1/82 +f 275/1/81 274/1/81 273/1/81 +f 274/1/81 275/1/81 276/1/81 +f 273/1/82 274/1/82 275/1/82 +f 276/1/82 275/1/82 274/1/82 +f 279/3/317 278/1/316 277/1/315 +f 278/1/316 279/3/317 280/3/318 +f 277/1/321 278/1/320 279/3/319 +f 280/3/322 279/3/319 278/1/320 +f 283/3/325 282/3/324 281/3/323 +f 282/3/324 283/3/325 284/3/326 +f 281/3/329 282/3/328 283/3/327 +f 284/3/330 283/3/327 282/3/328 +f 286/3/332 279/3/317 285/3/331 +f 279/3/317 286/3/332 280/3/318 +f 285/3/334 279/3/319 286/3/333 +f 280/3/322 286/3/333 279/3/319 +f 289/1/127 288/2/124 287/1/129 +f 288/2/124 289/1/127 290/2/123 +f 287/1/130 288/2/126 289/1/128 +f 290/2/125 289/1/128 288/2/126 +f 292/2/109 290/2/123 291/2/110 +f 290/2/123 292/2/109 288/2/124 +f 291/2/114 290/2/125 292/2/111 +f 288/2/126 292/2/111 290/2/125 +f 291/2/110 289/1/127 293/1/108 +f 289/1/127 291/2/110 290/2/123 +f 293/1/112 289/1/128 291/2/114 +f 290/2/125 291/2/114 289/1/128 +f 285/3/331 277/1/315 294/1/335 +f 277/1/315 285/3/331 279/3/317 +f 294/1/336 277/1/321 285/3/334 +f 279/3/319 285/3/334 277/1/321 +f 295/1/337 280/3/318 286/3/332 +f 280/3/318 295/1/337 278/1/316 +f 286/3/333 280/3/322 295/1/338 +f 278/1/320 295/1/338 280/3/322 +f 298/5/150 297/5/171 296/5/148 +f 297/5/171 298/5/150 299/5/156 +f 296/5/152 297/5/174 298/5/154 +f 299/5/158 298/5/154 297/5/174 +f 299/5/156 300/1/172 297/5/171 +f 300/1/172 299/5/156 301/1/155 +f 297/5/174 300/1/173 299/5/158 +f 301/1/157 299/5/158 300/1/173 +f 303/1/149 296/5/148 302/1/147 +f 296/5/148 303/1/149 298/5/150 +f 302/1/153 296/5/152 303/1/151 +f 298/5/154 303/1/151 296/5/152 +f 301/1/155 298/5/150 303/1/149 +f 298/5/150 301/1/155 299/5/156 +f 303/1/151 298/5/154 301/1/157 +f 299/5/158 301/1/157 298/5/154 +f 305/1/340 284/3/326 304/1/339 +f 284/3/326 305/1/340 282/3/324 +f 304/1/342 284/3/330 305/1/341 +f 282/3/328 305/1/341 284/3/330 +f 284/3/326 306/1/343 304/1/339 +f 306/1/343 284/3/326 283/3/325 +f 304/1/342 306/1/344 284/3/330 +f 283/3/327 284/3/330 306/1/344 +f 281/3/323 305/1/340 307/1/345 +f 305/1/340 281/3/323 282/3/324 +f 307/1/346 305/1/341 281/3/329 +f 282/3/328 281/3/329 305/1/341 +f 310/5/124 309/1/107 308/1/129 +f 309/1/107 310/5/124 311/5/109 +f 308/1/130 309/1/113 310/5/126 +f 311/5/111 310/5/126 309/1/113 +f 283/3/325 307/1/345 306/1/343 +f 307/1/345 283/3/325 281/3/323 +f 306/1/344 307/1/346 283/3/327 +f 281/3/329 283/3/327 307/1/346 +f 311/5/109 313/5/123 312/5/110 +f 313/5/123 311/5/109 310/5/124 +f 312/5/114 313/5/125 311/5/111 +f 310/5/126 311/5/111 313/5/125 +f 292/2/109 293/1/108 314/1/107 +f 293/1/108 292/2/109 291/2/110 +f 314/1/113 293/1/112 292/2/111 +f 291/2/114 292/2/111 293/1/112 +f 312/5/110 316/1/127 315/1/108 +f 316/1/127 312/5/110 313/5/123 +f 315/1/112 316/1/128 312/5/114 +f 313/5/125 312/5/114 316/1/128 +f 296/5/148 300/1/172 302/1/147 +f 300/1/172 296/5/148 297/5/171 +f 302/1/153 300/1/173 296/5/152 +f 297/5/174 296/5/152 300/1/173 +f 288/2/124 314/1/107 287/1/129 +f 314/1/107 288/2/124 292/2/109 +f 287/1/130 314/1/113 288/2/126 +f 292/2/111 288/2/126 314/1/113 +f 311/5/109 315/1/108 309/1/107 +f 315/1/108 311/5/109 312/5/110 +f 309/1/113 315/1/112 311/5/111 +f 312/5/114 311/5/111 315/1/112 +f 295/1/337 285/3/331 294/1/335 +f 285/3/331 295/1/337 286/3/332 +f 294/1/336 285/3/334 295/1/338 +f 286/3/333 295/1/338 285/3/334 +f 319/5/124 318/1/107 317/1/129 +f 318/1/107 319/5/124 320/5/109 +f 317/1/130 318/1/113 319/5/126 +f 320/5/111 319/5/126 318/1/113 +f 316/1/127 310/5/124 308/1/129 +f 310/5/124 316/1/127 313/5/123 +f 308/1/130 310/5/126 316/1/128 +f 313/5/125 316/1/128 310/5/126 +f 320/5/109 322/5/123 321/5/110 +f 322/5/123 320/5/109 319/5/124 +f 321/5/114 322/5/125 320/5/111 +f 319/5/126 320/5/111 322/5/125 +f 323/1/127 319/5/124 317/1/129 +f 319/5/124 323/1/127 322/5/123 +f 317/1/130 319/5/126 323/1/128 +f 322/5/125 323/1/128 319/5/126 +f 320/5/109 324/1/108 318/1/107 +f 324/1/108 320/5/109 321/5/110 +f 318/1/113 324/1/112 320/5/111 +f 321/5/114 320/5/111 324/1/112 +f 321/5/110 323/1/127 324/1/108 +f 323/1/127 321/5/110 322/5/123 +f 324/1/112 323/1/128 321/5/114 +f 322/5/125 321/5/114 323/1/128 +f 327/3/349 326/3/348 325/3/347 +f 326/3/348 327/3/349 328/3/350 +f 325/3/353 326/3/352 327/3/351 +f 328/3/354 327/3/351 326/3/352 +f 325/3/347 330/1/356 329/1/355 +f 330/1/356 325/3/347 326/3/348 +f 329/1/358 330/1/357 325/3/353 +f 326/3/352 325/3/353 330/1/357 +f 327/3/349 329/1/355 331/1/359 +f 329/1/355 327/3/349 325/3/347 +f 331/1/360 329/1/358 327/3/351 +f 325/3/353 327/3/351 329/1/358 +f 326/3/348 332/1/361 330/1/356 +f 332/1/361 326/3/348 328/3/350 +f 330/1/357 332/1/362 326/3/352 +f 328/3/354 326/3/352 332/1/362 +f 332/1/361 327/3/349 331/1/359 +f 327/3/349 332/1/361 328/3/350 +f 331/1/360 327/3/351 332/1/362 +f 328/3/354 332/1/362 327/3/351 +f 335/1/177 334/3/161 333/1/159 +f 334/3/161 335/1/177 336/3/168 +f 333/1/165 334/3/163 335/1/178 +f 336/3/170 335/1/178 334/3/163 +f 334/3/161 338/3/167 337/3/162 +f 338/3/167 334/3/161 336/3/168 +f 337/3/166 338/3/169 334/3/163 +f 336/3/170 334/3/163 338/3/169 +f 334/3/161 339/1/160 333/1/159 +f 339/1/160 334/3/161 337/3/162 +f 333/1/165 339/1/164 334/3/163 +f 337/3/166 334/3/163 339/1/164 +f 338/3/167 335/1/177 340/1/175 +f 335/1/177 338/3/167 336/3/168 +f 340/1/176 335/1/178 338/3/169 +f 336/3/170 338/3/169 335/1/178 +f 337/3/162 340/1/175 339/1/160 +f 340/1/175 337/3/162 338/3/167 +f 339/1/164 340/1/176 337/3/166 +f 338/3/169 337/3/166 340/1/176 +f 343/5/150 342/5/171 341/5/148 +f 342/5/171 343/5/150 344/5/156 +f 341/5/152 342/5/174 343/5/154 +f 344/5/158 343/5/154 342/5/174 +f 344/5/156 345/1/172 342/5/171 +f 345/1/172 344/5/156 346/1/155 +f 342/5/174 345/1/173 344/5/158 +f 346/1/157 344/5/158 345/1/173 +f 349/3/117 348/3/101 347/3/118 +f 348/3/101 349/3/117 350/3/102 +f 347/3/122 348/3/103 349/3/119 +f 350/3/106 349/3/119 348/3/103 +f 347/3/118 352/1/99 351/1/116 +f 352/1/99 347/3/118 348/3/101 +f 351/1/120 352/1/105 347/3/122 +f 348/3/103 347/3/122 352/1/105 +f 341/5/148 345/1/172 353/1/147 +f 345/1/172 341/5/148 342/5/171 +f 353/1/153 345/1/173 341/5/152 +f 342/5/174 341/5/152 345/1/173 +f 346/1/155 343/5/150 354/1/149 +f 343/5/150 346/1/155 344/5/156 +f 354/1/151 343/5/154 346/1/157 +f 344/5/158 346/1/157 343/5/154 +f 348/3/101 355/1/100 352/1/99 +f 355/1/100 348/3/101 350/3/102 +f 352/1/105 355/1/104 348/3/103 +f 350/3/106 348/3/103 355/1/104 +f 349/3/117 351/1/116 356/1/115 +f 351/1/116 349/3/117 347/3/118 +f 356/1/121 351/1/120 349/3/119 +f 347/3/122 349/3/119 351/1/120 +f 355/1/100 349/3/117 356/1/115 +f 349/3/117 355/1/100 350/3/102 +f 356/1/121 349/3/119 355/1/104 +f 350/3/106 355/1/104 349/3/119 +f 354/1/149 341/5/148 353/1/147 +f 341/5/148 354/1/149 343/5/150 +f 353/1/153 341/5/152 354/1/151 +f 343/5/154 354/1/151 341/5/152 +f 255/1/81 265/1/81 264/1/81 +f 265/1/81 255/1/81 267/1/81 +f 264/1/82 265/1/82 255/1/82 +f 267/1/82 255/1/82 265/1/82 +f 253/1/81 267/1/81 255/1/81 +f 267/1/81 253/1/81 357/1/81 +f 255/1/82 267/1/82 253/1/82 +f 357/1/82 253/1/82 267/1/82 +f 258/1/81 125/1/81 192/1/81 +f 125/1/81 258/1/81 127/1/81 +f 192/1/82 125/1/82 258/1/82 +f 127/1/82 258/1/82 125/1/82 +f 360/1/107 359/3/110 358/1/108 +f 359/3/110 360/1/107 361/3/109 +f 358/1/112 359/3/114 360/1/113 +f 361/3/111 360/1/113 359/3/114 +f 363/3/124 360/1/107 362/1/129 +f 360/1/107 363/3/124 361/3/109 +f 362/1/130 360/1/113 363/3/126 +f 361/3/111 363/3/126 360/1/113 +f 366/2/117 365/1/116 364/1/115 +f 365/1/116 366/2/117 367/2/118 +f 364/1/121 365/1/120 366/2/119 +f 367/2/122 366/2/119 365/1/120 +f 365/1/116 369/2/101 368/1/99 +f 369/2/101 365/1/116 367/2/118 +f 368/1/105 369/2/103 365/1/120 +f 367/2/122 365/1/120 369/2/103 +f 372/1/160 371/2/167 370/1/175 +f 371/2/167 372/1/160 373/2/162 +f 370/1/176 371/2/169 372/1/164 +f 373/2/166 372/1/164 371/2/169 +f 371/2/167 375/2/161 374/2/168 +f 375/2/161 371/2/167 373/2/162 +f 374/2/170 375/2/163 371/2/169 +f 373/2/166 371/2/169 375/2/163 +f 375/2/161 372/1/160 376/1/159 +f 372/1/160 375/2/161 373/2/162 +f 376/1/165 372/1/164 375/2/163 +f 373/2/166 375/2/163 372/1/164 +f 371/2/167 377/1/177 370/1/175 +f 377/1/177 371/2/167 374/2/168 +f 370/1/176 377/1/178 371/2/169 +f 374/2/170 371/2/169 377/1/178 +f 374/2/168 376/1/159 377/1/177 +f 376/1/159 374/2/168 375/2/161 +f 377/1/178 376/1/165 374/2/170 +f 375/2/163 374/2/170 376/1/165 +f 379/2/102 364/1/115 378/1/100 +f 364/1/115 379/2/102 366/2/117 +f 378/1/104 364/1/121 379/2/106 +f 366/2/119 379/2/106 364/1/121 +f 359/3/110 380/1/127 358/1/108 +f 380/1/127 359/3/110 381/3/123 +f 358/1/112 380/1/128 359/3/114 +f 381/3/125 359/3/114 380/1/128 +f 369/2/101 378/1/100 368/1/99 +f 378/1/100 369/2/101 379/2/102 +f 368/1/105 378/1/104 369/2/103 +f 379/2/106 369/2/103 378/1/104 +f 369/2/101 366/2/117 379/2/102 +f 366/2/117 369/2/101 367/2/118 +f 379/2/106 366/2/119 369/2/103 +f 367/2/122 369/2/103 366/2/119 +f 384/3/365 383/3/364 382/3/363 +f 383/3/364 384/3/365 385/3/366 +f 382/3/369 383/3/368 384/3/367 +f 385/3/370 384/3/367 383/3/368 +f 381/3/123 361/3/109 363/3/124 +f 361/3/109 381/3/123 359/3/110 +f 363/3/126 361/3/111 381/3/125 +f 359/3/114 381/3/125 361/3/111 +f 386/1/371 385/3/366 384/3/365 +f 385/3/366 386/1/371 387/1/372 +f 384/3/367 385/3/370 386/1/373 +f 387/1/374 386/1/373 385/3/370 +f 390/1/147 389/3/171 388/1/172 +f 389/3/171 390/1/147 391/3/148 +f 388/1/173 389/3/174 390/1/153 +f 391/3/152 390/1/153 389/3/174 +f 386/1/371 382/3/363 392/1/375 +f 382/3/363 386/1/371 384/3/365 +f 392/1/376 382/3/369 386/1/373 +f 384/3/367 386/1/373 382/3/369 +f 385/3/366 393/1/377 383/3/364 +f 393/1/377 385/3/366 387/1/372 +f 383/3/368 393/1/378 385/3/370 +f 387/1/374 385/3/370 393/1/378 +f 396/3/156 395/1/149 394/1/155 +f 395/1/149 396/3/156 397/3/150 +f 394/1/157 395/1/151 396/3/158 +f 397/3/154 396/3/158 395/1/151 +f 382/3/363 393/1/377 392/1/375 +f 393/1/377 382/3/363 383/3/364 +f 392/1/376 393/1/378 382/3/369 +f 383/3/368 382/3/369 393/1/378 +f 388/1/172 396/3/156 394/1/155 +f 396/3/156 388/1/172 389/3/171 +f 394/1/157 396/3/158 388/1/173 +f 389/3/174 388/1/173 396/3/158 +f 391/3/148 395/1/149 397/3/150 +f 395/1/149 391/3/148 390/1/147 +f 397/3/154 395/1/151 391/3/152 +f 390/1/153 391/3/152 395/1/151 +f 389/3/171 397/3/150 396/3/156 +f 397/3/150 389/3/171 391/3/148 +f 396/3/158 397/3/154 389/3/174 +f 391/3/152 389/3/174 397/3/154 +f 381/3/123 362/1/129 380/1/127 +f 362/1/129 381/3/123 363/3/124 +f 380/1/128 362/1/130 381/3/125 +f 363/3/126 381/3/125 362/1/130 +f 400/4/379 399/1/380 398/1/379 +f 399/1/380 400/4/379 401/4/380 +f 398/1/381 399/1/382 400/4/381 +f 401/4/382 400/4/381 399/1/382 +f 404/4/81 403/4/81 402/4/81 +f 403/4/81 404/4/81 401/4/81 +f 403/4/81 401/4/81 400/4/81 +f 402/4/82 403/4/82 404/4/82 +f 401/4/82 404/4/82 403/4/82 +f 400/4/82 401/4/82 403/4/82 +f 402/4/382 406/1/382 405/1/382 +f 406/1/382 402/4/382 403/4/382 +f 405/1/380 406/1/380 402/4/380 +f 403/4/380 402/4/380 406/1/380 +f 401/4/380 407/1/383 399/1/380 +f 407/1/383 401/4/380 404/4/383 +f 399/1/382 407/1/384 401/4/382 +f 404/4/384 401/4/382 407/1/384 +f 402/4/385 407/1/385 404/4/385 +f 407/1/385 402/4/385 405/1/385 +f 404/4/386 407/1/386 402/4/386 +f 405/1/386 402/4/386 407/1/386 +f 406/1/386 400/4/386 398/1/386 +f 400/4/386 406/1/386 403/4/386 +f 398/1/385 400/4/385 406/1/385 +f 403/4/385 406/1/385 400/4/385 +f 410/1/127 409/3/124 408/1/129 +f 409/3/124 410/1/127 411/3/123 +f 408/1/130 409/3/126 410/1/128 +f 411/3/125 410/1/128 409/3/126 +f 413/3/110 410/1/127 412/1/108 +f 410/1/127 413/3/110 411/3/123 +f 412/1/112 410/1/128 413/3/114 +f 411/3/125 413/3/114 410/1/128 +f 416/2/101 415/1/100 414/1/99 +f 415/1/100 416/2/101 417/2/102 +f 414/1/105 415/1/104 416/2/103 +f 417/2/106 416/2/103 415/1/104 +f 415/1/100 419/2/117 418/1/115 +f 419/2/117 415/1/100 417/2/102 +f 418/1/121 419/2/119 415/1/104 +f 417/2/106 415/1/104 419/2/119 +f 422/1/177 421/2/161 420/1/159 +f 421/2/161 422/1/177 423/2/168 +f 420/1/165 421/2/163 422/1/178 +f 423/2/170 422/1/178 421/2/163 +f 421/2/161 425/2/167 424/2/162 +f 425/2/167 421/2/161 423/2/168 +f 424/2/166 425/2/169 421/2/163 +f 423/2/170 421/2/163 425/2/169 +f 425/2/167 422/1/177 426/1/175 +f 422/1/177 425/2/167 423/2/168 +f 426/1/176 422/1/178 425/2/169 +f 423/2/170 425/2/169 422/1/178 +f 421/2/161 427/1/160 420/1/159 +f 427/1/160 421/2/161 424/2/162 +f 420/1/165 427/1/164 421/2/163 +f 424/2/166 421/2/163 427/1/164 +f 424/2/162 426/1/175 427/1/160 +f 426/1/175 424/2/162 425/2/167 +f 427/1/164 426/1/176 424/2/166 +f 425/2/169 424/2/166 426/1/176 +f 429/2/118 414/1/99 428/1/116 +f 414/1/99 429/2/118 416/2/101 +f 428/1/120 414/1/105 429/2/122 +f 416/2/103 429/2/122 414/1/105 +f 409/3/124 430/1/107 408/1/129 +f 430/1/107 409/3/124 431/3/109 +f 408/1/130 430/1/113 409/3/126 +f 431/3/111 409/3/126 430/1/113 +f 419/2/117 428/1/116 418/1/115 +f 428/1/116 419/2/117 429/2/118 +f 418/1/121 428/1/120 419/2/119 +f 429/2/122 419/2/119 428/1/120 +f 419/2/117 416/2/101 429/2/118 +f 416/2/101 419/2/117 417/2/102 +f 429/2/122 416/2/103 419/2/119 +f 417/2/106 419/2/119 416/2/103 +f 434/3/133 433/3/132 432/3/131 +f 433/3/132 434/3/133 435/3/134 +f 432/3/137 433/3/136 434/3/135 +f 435/3/138 434/3/135 433/3/136 +f 431/3/109 411/3/123 413/3/110 +f 411/3/123 431/3/109 409/3/124 +f 413/3/114 411/3/125 431/3/111 +f 409/3/126 431/3/111 411/3/125 +f 436/1/145 435/3/134 434/3/133 +f 435/3/134 436/1/145 437/1/140 +f 434/3/135 435/3/138 436/1/146 +f 437/1/142 436/1/146 435/3/138 +f 440/1/155 439/3/150 438/1/149 +f 439/3/150 440/1/155 441/3/156 +f 438/1/151 439/3/154 440/1/157 +f 441/3/158 440/1/157 439/3/154 +f 436/1/145 432/3/131 442/1/143 +f 432/3/131 436/1/145 434/3/133 +f 442/1/144 432/3/137 436/1/146 +f 434/3/135 436/1/146 432/3/137 +f 435/3/134 443/1/139 433/3/132 +f 443/1/139 435/3/134 437/1/140 +f 433/3/136 443/1/141 435/3/138 +f 437/1/142 435/3/138 443/1/141 +f 446/3/148 445/1/172 444/1/147 +f 445/1/172 446/3/148 447/3/171 +f 444/1/153 445/1/173 446/3/152 +f 447/3/174 446/3/152 445/1/173 +f 432/3/131 443/1/139 442/1/143 +f 443/1/139 432/3/131 433/3/132 +f 442/1/144 443/1/141 432/3/137 +f 433/3/136 432/3/137 443/1/141 +f 438/1/149 446/3/148 444/1/147 +f 446/3/148 438/1/149 439/3/150 +f 444/1/153 446/3/152 438/1/151 +f 439/3/154 438/1/151 446/3/152 +f 441/3/156 445/1/172 447/3/171 +f 445/1/172 441/3/156 440/1/155 +f 447/3/174 445/1/173 441/3/158 +f 440/1/157 441/3/158 445/1/173 +f 439/3/150 447/3/171 446/3/148 +f 447/3/171 439/3/150 441/3/156 +f 446/3/152 447/3/174 439/3/154 +f 441/3/158 439/3/154 447/3/174 +f 431/3/109 412/1/108 430/1/107 +f 412/1/108 431/3/109 413/3/110 +f 430/1/113 412/1/112 431/3/111 +f 413/3/114 431/3/111 412/1/112 +f 450/4/381 449/1/179 448/1/381 +f 449/1/179 450/4/381 451/4/179 +f 448/1/379 449/1/180 450/4/379 +f 451/4/180 450/4/379 449/1/180 +f 454/4/81 453/4/81 452/4/81 +f 453/4/81 454/4/81 451/4/81 +f 453/4/81 451/4/81 450/4/81 +f 452/4/82 453/4/82 454/4/82 +f 451/4/82 454/4/82 453/4/82 +f 450/4/82 451/4/82 453/4/82 +f 452/4/180 456/1/180 455/1/180 +f 456/1/180 452/4/180 453/4/180 +f 455/1/179 456/1/179 452/4/179 +f 453/4/179 452/4/179 456/1/179 +f 451/4/179 457/1/384 449/1/179 +f 457/1/384 451/4/179 454/4/384 +f 449/1/180 457/1/383 451/4/180 +f 454/4/383 451/4/180 457/1/383 +f 452/4/192 457/1/192 454/4/192 +f 457/1/192 452/4/192 455/1/192 +f 454/4/191 457/1/191 452/4/191 +f 455/1/191 452/4/191 457/1/191 +f 456/1/191 450/4/191 448/1/191 +f 450/4/191 456/1/191 453/4/191 +f 448/1/192 450/4/192 456/1/192 +f 453/4/192 456/1/192 450/4/192 +f 460/4/81 459/4/81 458/4/81 +f 459/4/81 460/4/81 461/4/81 +f 461/4/81 460/4/81 462/4/81 +f 458/4/82 459/4/82 460/4/82 +f 461/4/82 460/4/82 459/4/82 +f 462/4/82 460/4/82 461/4/82 +f 459/4/387 463/1/387 458/4/387 +f 463/1/387 459/4/387 464/1/387 +f 458/4/388 463/1/388 459/4/388 +f 464/1/388 459/4/388 463/1/388 +f 459/4/389 465/1/389 464/1/389 +f 465/1/389 459/4/389 461/4/389 +f 464/1/390 465/1/390 459/4/390 +f 461/4/390 459/4/390 465/1/390 +f 465/1/392 462/4/391 466/1/391 +f 462/4/391 465/1/392 461/4/392 +f 466/1/394 462/4/394 465/1/393 +f 461/4/393 465/1/393 462/4/394 +f 466/1/391 460/4/395 467/1/395 +f 460/4/395 466/1/391 462/4/391 +f 467/1/396 460/4/396 466/1/394 +f 462/4/394 466/1/394 460/4/396 +f 467/1/395 458/4/397 463/1/397 +f 458/4/397 467/1/395 460/4/395 +f 463/1/398 458/4/398 467/1/396 +f 460/4/396 467/1/396 458/4/398 +f 470/4/81 469/4/81 468/4/81 +f 469/4/81 470/4/81 471/4/81 +f 471/4/81 470/4/81 472/4/81 +f 468/4/82 469/4/82 470/4/82 +f 471/4/82 470/4/82 469/4/82 +f 472/4/82 470/4/82 471/4/82 +f 469/4/192 473/1/192 468/4/192 +f 473/1/192 469/4/192 474/1/192 +f 468/4/191 473/1/191 469/4/191 +f 474/1/191 469/4/191 473/1/191 +f 469/4/180 475/1/180 474/1/180 +f 475/1/180 469/4/180 471/4/180 +f 474/1/179 475/1/179 469/4/179 +f 471/4/179 469/4/179 475/1/179 +f 475/1/393 472/4/394 476/1/394 +f 472/4/394 475/1/393 471/4/393 +f 476/1/391 472/4/391 475/1/392 +f 471/4/392 475/1/392 472/4/391 +f 476/1/394 470/4/396 477/1/396 +f 470/4/396 476/1/394 472/4/394 +f 477/1/395 470/4/395 476/1/391 +f 472/4/391 476/1/391 470/4/395 +f 477/1/396 468/4/398 473/1/398 +f 468/4/398 477/1/396 470/4/396 +f 473/1/397 468/4/397 477/1/395 +f 470/4/395 477/1/395 468/4/397 +f 480/4/81 479/4/81 478/4/81 +f 479/4/81 480/4/81 481/4/81 +f 481/4/81 480/4/81 482/4/81 +f 478/4/82 479/4/82 480/4/82 +f 481/4/82 480/4/82 479/4/82 +f 482/4/82 480/4/82 481/4/82 +f 479/4/96 483/1/96 478/4/96 +f 483/1/96 479/4/96 484/1/96 +f 478/4/95 483/1/95 479/4/95 +f 484/1/95 479/4/95 483/1/95 +f 479/4/84 485/1/84 484/1/84 +f 485/1/84 479/4/84 481/4/84 +f 484/1/83 485/1/83 479/4/83 +f 481/4/83 479/4/83 485/1/83 +f 485/1/400 482/4/399 486/1/399 +f 482/4/399 485/1/400 481/4/400 +f 486/1/402 482/4/402 485/1/401 +f 481/4/401 485/1/401 482/4/402 +f 486/1/399 480/4/403 487/1/403 +f 480/4/403 486/1/399 482/4/399 +f 487/1/404 480/4/404 486/1/402 +f 482/4/402 486/1/402 480/4/404 +f 487/1/403 478/4/405 483/1/405 +f 478/4/405 487/1/403 480/4/403 +f 483/1/406 478/4/406 487/1/404 +f 480/4/404 487/1/404 478/4/406 +f 490/4/81 489/4/81 488/4/81 +f 489/4/81 490/4/81 491/4/81 +f 491/4/81 490/4/81 492/4/81 +f 488/4/82 489/4/82 490/4/82 +f 491/4/82 490/4/82 489/4/82 +f 492/4/82 490/4/82 491/4/82 +f 489/4/288 493/1/288 488/4/288 +f 493/1/288 489/4/288 494/1/288 +f 488/4/287 493/1/287 489/4/287 +f 494/1/287 489/4/287 493/1/287 +f 489/4/276 495/1/276 494/1/276 +f 495/1/276 489/4/276 491/4/276 +f 494/1/275 495/1/275 489/4/275 +f 491/4/275 489/4/275 495/1/275 +f 495/1/408 492/4/407 496/1/407 +f 492/4/407 495/1/408 491/4/408 +f 496/1/410 492/4/410 495/1/409 +f 491/4/409 495/1/409 492/4/410 +f 496/1/407 490/4/411 497/1/411 +f 490/4/411 496/1/407 492/4/407 +f 497/1/412 490/4/412 496/1/410 +f 492/4/410 496/1/410 490/4/412 +f 497/1/411 488/4/413 493/1/413 +f 488/4/413 497/1/411 490/4/411 +f 493/1/414 488/4/414 497/1/412 +f 490/4/412 497/1/412 488/4/414 +f 500/4/81 499/4/81 498/4/81 +f 499/4/81 500/4/81 501/4/81 +f 501/4/81 500/4/81 502/4/81 +f 498/4/82 499/4/82 500/4/82 +f 501/4/82 500/4/82 499/4/82 +f 502/4/82 500/4/82 501/4/82 +f 499/4/288 503/1/288 498/4/288 +f 503/1/288 499/4/288 504/1/288 +f 498/4/287 503/1/287 499/4/287 +f 504/1/287 499/4/287 503/1/287 +f 499/4/276 505/1/276 504/1/276 +f 505/1/276 499/4/276 501/4/276 +f 504/1/275 505/1/275 499/4/275 +f 501/4/275 499/4/275 505/1/275 +f 505/1/408 502/4/407 506/1/407 +f 502/4/407 505/1/408 501/4/408 +f 506/1/410 502/4/410 505/1/409 +f 501/4/409 505/1/409 502/4/410 +f 506/1/407 500/4/411 507/1/411 +f 500/4/411 506/1/407 502/4/407 +f 507/1/412 500/4/412 506/1/410 +f 502/4/410 506/1/410 500/4/412 +f 507/1/411 498/4/413 503/1/413 +f 498/4/413 507/1/411 500/4/411 +f 503/1/414 498/4/414 507/1/412 +f 500/4/412 507/1/412 498/4/414 +f 510/4/81 509/4/81 508/4/81 +f 509/4/81 510/4/81 511/4/81 +f 511/4/81 510/4/81 512/4/81 +f 508/4/82 509/4/82 510/4/82 +f 511/4/82 510/4/82 509/4/82 +f 512/4/82 510/4/82 511/4/82 +f 509/4/415 513/1/415 508/4/415 +f 513/1/415 509/4/415 514/1/415 +f 508/4/416 513/1/416 509/4/416 +f 514/1/416 509/4/416 513/1/416 +f 509/4/417 515/1/417 514/1/417 +f 515/1/417 509/4/417 511/4/417 +f 514/1/418 515/1/418 509/4/418 +f 511/4/418 509/4/418 515/1/418 +f 515/1/392 512/4/391 516/1/391 +f 512/4/391 515/1/392 511/4/392 +f 516/1/394 512/4/394 515/1/393 +f 511/4/393 515/1/393 512/4/394 +f 516/1/391 510/4/395 517/1/395 +f 510/4/395 516/1/391 512/4/391 +f 517/1/396 510/4/396 516/1/394 +f 512/4/394 516/1/394 510/4/396 +f 517/1/395 508/4/397 513/1/397 +f 508/4/397 517/1/395 510/4/395 +f 513/1/398 508/4/398 517/1/396 +f 510/4/396 517/1/396 508/4/398 +f 520/4/81 519/4/81 518/4/81 +f 519/4/81 520/4/81 521/4/81 +f 521/4/81 520/4/81 522/4/81 +f 518/4/82 519/4/82 520/4/82 +f 521/4/82 520/4/82 519/4/82 +f 522/4/82 520/4/82 521/4/82 +f 519/4/96 523/1/96 518/4/96 +f 523/1/96 519/4/96 524/1/96 +f 518/4/95 523/1/95 519/4/95 +f 524/1/95 519/4/95 523/1/95 +f 519/4/84 525/1/84 524/1/84 +f 525/1/84 519/4/84 521/4/84 +f 524/1/83 525/1/83 519/4/83 +f 521/4/83 519/4/83 525/1/83 +f 525/1/400 522/4/399 526/1/399 +f 522/4/399 525/1/400 521/4/400 +f 526/1/402 522/4/402 525/1/401 +f 521/4/401 525/1/401 522/4/402 +f 526/1/399 520/4/403 527/1/403 +f 520/4/403 526/1/399 522/4/399 +f 527/1/404 520/4/404 526/1/402 +f 522/4/402 526/1/402 520/4/404 +f 527/1/403 518/4/405 523/1/405 +f 518/4/405 527/1/403 520/4/403 +f 523/1/406 518/4/406 527/1/404 +f 520/4/404 527/1/404 518/4/406 +f 530/4/81 529/4/81 528/4/81 +f 529/4/81 530/4/81 531/4/81 +f 531/4/81 530/4/81 532/4/81 +f 528/4/82 529/4/82 530/4/82 +f 531/4/82 530/4/82 529/4/82 +f 532/4/82 530/4/82 531/4/82 +f 529/4/192 533/1/192 528/4/192 +f 533/1/192 529/4/192 534/1/192 +f 528/4/191 533/1/191 529/4/191 +f 534/1/191 529/4/191 533/1/191 +f 529/4/180 535/1/180 534/1/180 +f 535/1/180 529/4/180 531/4/180 +f 534/1/179 535/1/179 529/4/179 +f 531/4/179 529/4/179 535/1/179 +f 535/1/393 532/4/394 536/1/394 +f 532/4/394 535/1/393 531/4/393 +f 536/1/391 532/4/391 535/1/392 +f 531/4/392 535/1/392 532/4/391 +f 536/1/394 530/4/396 537/1/396 +f 530/4/396 536/1/394 532/4/394 +f 537/1/395 530/4/395 536/1/391 +f 532/4/391 536/1/391 530/4/395 +f 537/1/396 528/4/398 533/1/398 +f 528/4/398 537/1/396 530/4/396 +f 533/1/397 528/4/397 537/1/395 +f 530/4/395 537/1/395 528/4/397 +f 540/1/127 539/3/124 538/1/129 +f 539/3/124 540/1/127 541/3/123 +f 538/1/130 539/3/126 540/1/128 +f 541/3/125 540/1/128 539/3/126 +f 543/3/110 540/1/127 542/1/108 +f 540/1/127 543/3/110 541/3/123 +f 542/1/112 540/1/128 543/3/114 +f 541/3/125 543/3/114 540/1/128 +f 546/2/101 545/1/100 544/1/99 +f 545/1/100 546/2/101 547/2/102 +f 544/1/105 545/1/104 546/2/103 +f 547/2/106 546/2/103 545/1/104 +f 545/1/100 549/2/117 548/1/115 +f 549/2/117 545/1/100 547/2/102 +f 548/1/121 549/2/119 545/1/104 +f 547/2/106 545/1/104 549/2/119 +f 552/1/177 551/2/161 550/1/159 +f 551/2/161 552/1/177 553/2/168 +f 550/1/165 551/2/163 552/1/178 +f 553/2/170 552/1/178 551/2/163 +f 551/2/161 555/2/167 554/2/162 +f 555/2/167 551/2/161 553/2/168 +f 554/2/166 555/2/169 551/2/163 +f 553/2/170 551/2/163 555/2/169 +f 555/2/167 552/1/177 556/1/175 +f 552/1/177 555/2/167 553/2/168 +f 556/1/176 552/1/178 555/2/169 +f 553/2/170 555/2/169 552/1/178 +f 551/2/161 557/1/160 550/1/159 +f 557/1/160 551/2/161 554/2/162 +f 550/1/165 557/1/164 551/2/163 +f 554/2/166 551/2/163 557/1/164 +f 554/2/162 556/1/175 557/1/160 +f 556/1/175 554/2/162 555/2/167 +f 557/1/164 556/1/176 554/2/166 +f 555/2/169 554/2/166 556/1/176 +f 559/2/118 544/1/99 558/1/116 +f 544/1/99 559/2/118 546/2/101 +f 558/1/120 544/1/105 559/2/122 +f 546/2/103 559/2/122 544/1/105 +f 539/3/124 560/1/107 538/1/129 +f 560/1/107 539/3/124 561/3/109 +f 538/1/130 560/1/113 539/3/126 +f 561/3/111 539/3/126 560/1/113 +f 549/2/117 558/1/116 548/1/115 +f 558/1/116 549/2/117 559/2/118 +f 548/1/121 558/1/120 549/2/119 +f 559/2/122 549/2/119 558/1/120 +f 549/2/117 546/2/101 559/2/118 +f 546/2/101 549/2/117 547/2/102 +f 559/2/122 546/2/103 549/2/119 +f 547/2/106 549/2/119 546/2/103 +f 564/3/133 563/3/132 562/3/131 +f 563/3/132 564/3/133 565/3/134 +f 562/3/137 563/3/136 564/3/135 +f 565/3/138 564/3/135 563/3/136 +f 561/3/109 541/3/123 543/3/110 +f 541/3/123 561/3/109 539/3/124 +f 543/3/114 541/3/125 561/3/111 +f 539/3/126 561/3/111 541/3/125 +f 566/1/145 565/3/134 564/3/133 +f 565/3/134 566/1/145 567/1/140 +f 564/3/135 565/3/138 566/1/146 +f 567/1/142 566/1/146 565/3/138 +f 570/1/155 569/3/150 568/1/149 +f 569/3/150 570/1/155 571/3/156 +f 568/1/151 569/3/154 570/1/157 +f 571/3/158 570/1/157 569/3/154 +f 566/1/145 562/3/131 572/1/143 +f 562/3/131 566/1/145 564/3/133 +f 572/1/144 562/3/137 566/1/146 +f 564/3/135 566/1/146 562/3/137 +f 565/3/134 573/1/139 563/3/132 +f 573/1/139 565/3/134 567/1/140 +f 563/3/136 573/1/141 565/3/138 +f 567/1/142 565/3/138 573/1/141 +f 576/3/148 575/1/172 574/1/147 +f 575/1/172 576/3/148 577/3/171 +f 574/1/153 575/1/173 576/3/152 +f 577/3/174 576/3/152 575/1/173 +f 562/3/131 573/1/139 572/1/143 +f 573/1/139 562/3/131 563/3/132 +f 572/1/144 573/1/141 562/3/137 +f 563/3/136 562/3/137 573/1/141 +f 568/1/149 576/3/148 574/1/147 +f 576/3/148 568/1/149 569/3/150 +f 574/1/153 576/3/152 568/1/151 +f 569/3/154 568/1/151 576/3/152 +f 571/3/156 575/1/172 577/3/171 +f 575/1/172 571/3/156 570/1/155 +f 577/3/174 575/1/173 571/3/158 +f 570/1/157 571/3/158 575/1/173 +f 569/3/150 577/3/171 576/3/148 +f 577/3/171 569/3/150 571/3/156 +f 576/3/152 577/3/174 569/3/154 +f 571/3/158 569/3/154 577/3/174 +f 561/3/109 542/1/108 560/1/107 +f 542/1/108 561/3/109 543/3/110 +f 560/1/113 542/1/112 561/3/111 +f 543/3/114 561/3/111 542/1/112 +f 580/4/381 579/1/179 578/1/381 +f 579/1/179 580/4/381 581/4/179 +f 578/1/379 579/1/180 580/4/379 +f 581/4/180 580/4/379 579/1/180 +f 584/4/81 583/4/81 582/4/81 +f 583/4/81 584/4/81 581/4/81 +f 583/4/81 581/4/81 580/4/81 +f 582/4/82 583/4/82 584/4/82 +f 581/4/82 584/4/82 583/4/82 +f 580/4/82 581/4/82 583/4/82 +f 582/4/180 586/1/180 585/1/180 +f 586/1/180 582/4/180 583/4/180 +f 585/1/179 586/1/179 582/4/179 +f 583/4/179 582/4/179 586/1/179 +f 581/4/179 587/1/384 579/1/179 +f 587/1/384 581/4/179 584/4/384 +f 579/1/180 587/1/383 581/4/180 +f 584/4/383 581/4/180 587/1/383 +f 582/4/192 587/1/192 584/4/192 +f 587/1/192 582/4/192 585/1/192 +f 584/4/191 587/1/191 582/4/191 +f 585/1/191 582/4/191 587/1/191 +f 586/1/191 580/4/191 578/1/191 +f 580/4/191 586/1/191 583/4/191 +f 578/1/192 580/4/192 586/1/192 +f 583/4/192 586/1/192 580/4/192 +f 590/1/107 589/3/110 588/1/108 +f 589/3/110 590/1/107 591/3/109 +f 588/1/112 589/3/114 590/1/113 +f 591/3/111 590/1/113 589/3/114 +f 593/3/124 590/1/107 592/1/129 +f 590/1/107 593/3/124 591/3/109 +f 592/1/130 590/1/113 593/3/126 +f 591/3/111 593/3/126 590/1/113 +f 596/2/117 595/1/116 594/1/115 +f 595/1/116 596/2/117 597/2/118 +f 594/1/121 595/1/120 596/2/119 +f 597/2/122 596/2/119 595/1/120 +f 595/1/116 599/2/101 598/1/99 +f 599/2/101 595/1/116 597/2/118 +f 598/1/105 599/2/103 595/1/120 +f 597/2/122 595/1/120 599/2/103 +f 602/1/160 601/2/167 600/1/175 +f 601/2/167 602/1/160 603/2/162 +f 600/1/176 601/2/169 602/1/164 +f 603/2/166 602/1/164 601/2/169 +f 601/2/167 605/2/161 604/2/168 +f 605/2/161 601/2/167 603/2/162 +f 604/2/170 605/2/163 601/2/169 +f 603/2/166 601/2/169 605/2/163 +f 605/2/161 602/1/160 606/1/159 +f 602/1/160 605/2/161 603/2/162 +f 606/1/165 602/1/164 605/2/163 +f 603/2/166 605/2/163 602/1/164 +f 601/2/167 607/1/177 600/1/175 +f 607/1/177 601/2/167 604/2/168 +f 600/1/176 607/1/178 601/2/169 +f 604/2/170 601/2/169 607/1/178 +f 604/2/168 606/1/159 607/1/177 +f 606/1/159 604/2/168 605/2/161 +f 607/1/178 606/1/165 604/2/170 +f 605/2/163 604/2/170 606/1/165 +f 609/2/102 594/1/115 608/1/100 +f 594/1/115 609/2/102 596/2/117 +f 608/1/104 594/1/121 609/2/106 +f 596/2/119 609/2/106 594/1/121 +f 589/3/110 610/1/127 588/1/108 +f 610/1/127 589/3/110 611/3/123 +f 588/1/112 610/1/128 589/3/114 +f 611/3/125 589/3/114 610/1/128 +f 599/2/101 608/1/100 598/1/99 +f 608/1/100 599/2/101 609/2/102 +f 598/1/105 608/1/104 599/2/103 +f 609/2/106 599/2/103 608/1/104 +f 599/2/101 596/2/117 609/2/102 +f 596/2/117 599/2/101 597/2/118 +f 609/2/106 596/2/119 599/2/103 +f 597/2/122 599/2/103 596/2/119 +f 614/3/421 613/3/420 612/3/419 +f 613/3/420 614/3/421 615/3/422 +f 612/3/425 613/3/424 614/3/423 +f 615/3/426 614/3/423 613/3/424 +f 611/3/123 591/3/109 593/3/124 +f 591/3/109 611/3/123 589/3/110 +f 593/3/126 591/3/111 611/3/125 +f 589/3/114 611/3/125 591/3/111 +f 616/1/427 615/3/422 614/3/421 +f 615/3/422 616/1/427 617/1/428 +f 614/3/423 615/3/426 616/1/429 +f 617/1/430 616/1/429 615/3/426 +f 620/1/147 619/3/171 618/1/172 +f 619/3/171 620/1/147 621/3/148 +f 618/1/173 619/3/174 620/1/153 +f 621/3/152 620/1/153 619/3/174 +f 616/1/427 612/3/419 622/1/431 +f 612/3/419 616/1/427 614/3/421 +f 622/1/432 612/3/425 616/1/429 +f 614/3/423 616/1/429 612/3/425 +f 615/3/422 623/1/433 613/3/420 +f 623/1/433 615/3/422 617/1/428 +f 613/3/424 623/1/434 615/3/426 +f 617/1/430 615/3/426 623/1/434 +f 626/3/156 625/1/149 624/1/155 +f 625/1/149 626/3/156 627/3/150 +f 624/1/157 625/1/151 626/3/158 +f 627/3/154 626/3/158 625/1/151 +f 612/3/419 623/1/433 622/1/431 +f 623/1/433 612/3/419 613/3/420 +f 622/1/432 623/1/434 612/3/425 +f 613/3/424 612/3/425 623/1/434 +f 618/1/172 626/3/156 624/1/155 +f 626/3/156 618/1/172 619/3/171 +f 624/1/157 626/3/158 618/1/173 +f 619/3/174 618/1/173 626/3/158 +f 621/3/148 625/1/149 627/3/150 +f 625/1/149 621/3/148 620/1/147 +f 627/3/154 625/1/151 621/3/152 +f 620/1/153 621/3/152 625/1/151 +f 619/3/171 627/3/150 626/3/156 +f 627/3/150 619/3/171 621/3/148 +f 626/3/158 627/3/154 619/3/174 +f 621/3/152 619/3/174 627/3/154 +f 611/3/123 592/1/129 610/1/127 +f 592/1/129 611/3/123 593/3/124 +f 610/1/128 592/1/130 611/3/125 +f 593/3/126 611/3/125 592/1/130 +f 630/4/379 629/1/435 628/1/379 +f 629/1/435 630/4/379 631/4/435 +f 628/1/381 629/1/436 630/4/381 +f 631/4/436 630/4/381 629/1/436 +f 634/4/81 633/4/81 632/4/81 +f 633/4/81 634/4/81 631/4/81 +f 633/4/81 631/4/81 630/4/81 +f 632/4/82 633/4/82 634/4/82 +f 631/4/82 634/4/82 633/4/82 +f 630/4/82 631/4/82 633/4/82 +f 632/4/436 636/1/436 635/1/436 +f 636/1/436 632/4/436 633/4/436 +f 635/1/435 636/1/435 632/4/435 +f 633/4/435 632/4/435 636/1/435 +f 631/4/435 637/1/383 629/1/435 +f 637/1/383 631/4/435 634/4/383 +f 629/1/436 637/1/384 631/4/436 +f 634/4/384 631/4/436 637/1/384 +f 632/4/437 637/1/437 634/4/437 +f 637/1/437 632/4/437 635/1/437 +f 634/4/438 637/1/438 632/4/438 +f 635/1/438 632/4/438 637/1/438 +f 636/1/438 630/4/438 628/1/438 +f 630/4/438 636/1/438 633/4/438 +f 628/1/437 630/4/437 636/1/437 +f 633/4/437 636/1/437 630/4/437 +f 640/1/127 639/3/124 638/1/129 +f 639/3/124 640/1/127 641/3/123 +f 638/1/130 639/3/126 640/1/128 +f 641/3/125 640/1/128 639/3/126 +f 643/3/110 640/1/127 642/1/108 +f 640/1/127 643/3/110 641/3/123 +f 642/1/112 640/1/128 643/3/114 +f 641/3/125 643/3/114 640/1/128 +f 646/2/101 645/1/100 644/1/99 +f 645/1/100 646/2/101 647/2/102 +f 644/1/105 645/1/104 646/2/103 +f 647/2/106 646/2/103 645/1/104 +f 645/1/100 649/2/117 648/1/115 +f 649/2/117 645/1/100 647/2/102 +f 648/1/121 649/2/119 645/1/104 +f 647/2/106 645/1/104 649/2/119 +f 652/1/177 651/2/161 650/1/159 +f 651/2/161 652/1/177 653/2/168 +f 650/1/165 651/2/163 652/1/178 +f 653/2/170 652/1/178 651/2/163 +f 651/2/161 655/2/167 654/2/162 +f 655/2/167 651/2/161 653/2/168 +f 654/2/166 655/2/169 651/2/163 +f 653/2/170 651/2/163 655/2/169 +f 655/2/167 652/1/177 656/1/175 +f 652/1/177 655/2/167 653/2/168 +f 656/1/176 652/1/178 655/2/169 +f 653/2/170 655/2/169 652/1/178 +f 651/2/161 657/1/160 650/1/159 +f 657/1/160 651/2/161 654/2/162 +f 650/1/165 657/1/164 651/2/163 +f 654/2/166 651/2/163 657/1/164 +f 654/2/162 656/1/175 657/1/160 +f 656/1/175 654/2/162 655/2/167 +f 657/1/164 656/1/176 654/2/166 +f 655/2/169 654/2/166 656/1/176 +f 659/2/118 644/1/99 658/1/116 +f 644/1/99 659/2/118 646/2/101 +f 658/1/120 644/1/105 659/2/122 +f 646/2/103 659/2/122 644/1/105 +f 639/3/124 660/1/107 638/1/129 +f 660/1/107 639/3/124 661/3/109 +f 638/1/130 660/1/113 639/3/126 +f 661/3/111 639/3/126 660/1/113 +f 649/2/117 658/1/116 648/1/115 +f 658/1/116 649/2/117 659/2/118 +f 648/1/121 658/1/120 649/2/119 +f 659/2/122 649/2/119 658/1/120 +f 649/2/117 646/2/101 659/2/118 +f 646/2/101 649/2/117 647/2/102 +f 659/2/122 646/2/103 649/2/119 +f 647/2/106 649/2/119 646/2/103 +f 664/3/133 663/3/132 662/3/131 +f 663/3/132 664/3/133 665/3/134 +f 662/3/137 663/3/136 664/3/135 +f 665/3/138 664/3/135 663/3/136 +f 661/3/109 641/3/123 643/3/110 +f 641/3/123 661/3/109 639/3/124 +f 643/3/114 641/3/125 661/3/111 +f 639/3/126 661/3/111 641/3/125 +f 666/1/145 665/3/134 664/3/133 +f 665/3/134 666/1/145 667/1/140 +f 664/3/135 665/3/138 666/1/146 +f 667/1/142 666/1/146 665/3/138 +f 670/1/155 669/3/150 668/1/149 +f 669/3/150 670/1/155 671/3/156 +f 668/1/151 669/3/154 670/1/157 +f 671/3/158 670/1/157 669/3/154 +f 666/1/145 662/3/131 672/1/143 +f 662/3/131 666/1/145 664/3/133 +f 672/1/144 662/3/137 666/1/146 +f 664/3/135 666/1/146 662/3/137 +f 665/3/134 673/1/139 663/3/132 +f 673/1/139 665/3/134 667/1/140 +f 663/3/136 673/1/141 665/3/138 +f 667/1/142 665/3/138 673/1/141 +f 676/3/148 675/1/172 674/1/147 +f 675/1/172 676/3/148 677/3/171 +f 674/1/153 675/1/173 676/3/152 +f 677/3/174 676/3/152 675/1/173 +f 662/3/131 673/1/139 672/1/143 +f 673/1/139 662/3/131 663/3/132 +f 672/1/144 673/1/141 662/3/137 +f 663/3/136 662/3/137 673/1/141 +f 668/1/149 676/3/148 674/1/147 +f 676/3/148 668/1/149 669/3/150 +f 674/1/153 676/3/152 668/1/151 +f 669/3/154 668/1/151 676/3/152 +f 671/3/156 675/1/172 677/3/171 +f 675/1/172 671/3/156 670/1/155 +f 677/3/174 675/1/173 671/3/158 +f 670/1/157 671/3/158 675/1/173 +f 669/3/150 677/3/171 676/3/148 +f 677/3/171 669/3/150 671/3/156 +f 676/3/152 677/3/174 669/3/154 +f 671/3/158 669/3/154 677/3/174 +f 661/3/109 642/1/108 660/1/107 +f 642/1/108 661/3/109 643/3/110 +f 660/1/113 642/1/112 661/3/111 +f 643/3/114 661/3/111 642/1/112 +f 680/4/381 679/1/179 678/1/381 +f 679/1/179 680/4/381 681/4/179 +f 678/1/379 679/1/180 680/4/379 +f 681/4/180 680/4/379 679/1/180 +f 684/4/81 683/4/81 682/4/81 +f 683/4/81 684/4/81 681/4/81 +f 683/4/81 681/4/81 680/4/81 +f 682/4/82 683/4/82 684/4/82 +f 681/4/82 684/4/82 683/4/82 +f 680/4/82 681/4/82 683/4/82 +f 682/4/180 686/1/180 685/1/180 +f 686/1/180 682/4/180 683/4/180 +f 685/1/179 686/1/179 682/4/179 +f 683/4/179 682/4/179 686/1/179 +f 681/4/179 687/1/384 679/1/179 +f 687/1/384 681/4/179 684/4/384 +f 679/1/180 687/1/383 681/4/180 +f 684/4/383 681/4/180 687/1/383 +f 682/4/192 687/1/192 684/4/192 +f 687/1/192 682/4/192 685/1/192 +f 684/4/191 687/1/191 682/4/191 +f 685/1/191 682/4/191 687/1/191 +f 686/1/191 680/4/191 678/1/191 +f 680/4/191 686/1/191 683/4/191 +f 678/1/192 680/4/192 686/1/192 +f 683/4/192 686/1/192 680/4/192 +f 690/1/107 689/3/110 688/1/108 +f 689/3/110 690/1/107 691/3/109 +f 688/1/112 689/3/114 690/1/113 +f 691/3/111 690/1/113 689/3/114 +f 693/3/124 690/1/107 692/1/129 +f 690/1/107 693/3/124 691/3/109 +f 692/1/130 690/1/113 693/3/126 +f 691/3/111 693/3/126 690/1/113 +f 696/2/117 695/1/116 694/1/115 +f 695/1/116 696/2/117 697/2/118 +f 694/1/121 695/1/120 696/2/119 +f 697/2/122 696/2/119 695/1/120 +f 695/1/116 699/2/101 698/1/99 +f 699/2/101 695/1/116 697/2/118 +f 698/1/105 699/2/103 695/1/120 +f 697/2/122 695/1/120 699/2/103 +f 702/1/160 701/2/167 700/1/175 +f 701/2/167 702/1/160 703/2/162 +f 700/1/176 701/2/169 702/1/164 +f 703/2/166 702/1/164 701/2/169 +f 701/2/167 705/2/161 704/2/168 +f 705/2/161 701/2/167 703/2/162 +f 704/2/170 705/2/163 701/2/169 +f 703/2/166 701/2/169 705/2/163 +f 705/2/161 702/1/160 706/1/159 +f 702/1/160 705/2/161 703/2/162 +f 706/1/165 702/1/164 705/2/163 +f 703/2/166 705/2/163 702/1/164 +f 701/2/167 707/1/177 700/1/175 +f 707/1/177 701/2/167 704/2/168 +f 700/1/176 707/1/178 701/2/169 +f 704/2/170 701/2/169 707/1/178 +f 704/2/168 706/1/159 707/1/177 +f 706/1/159 704/2/168 705/2/161 +f 707/1/178 706/1/165 704/2/170 +f 705/2/163 704/2/170 706/1/165 +f 709/2/102 694/1/115 708/1/100 +f 694/1/115 709/2/102 696/2/117 +f 708/1/104 694/1/121 709/2/106 +f 696/2/119 709/2/106 694/1/121 +f 689/3/110 710/1/127 688/1/108 +f 710/1/127 689/3/110 711/3/123 +f 688/1/112 710/1/128 689/3/114 +f 711/3/125 689/3/114 710/1/128 +f 699/2/101 708/1/100 698/1/99 +f 708/1/100 699/2/101 709/2/102 +f 698/1/105 708/1/104 699/2/103 +f 709/2/106 699/2/103 708/1/104 +f 699/2/101 696/2/117 709/2/102 +f 696/2/117 699/2/101 697/2/118 +f 709/2/106 696/2/119 699/2/103 +f 697/2/122 699/2/103 696/2/119 +f 714/3/421 713/3/420 712/3/419 +f 713/3/420 714/3/421 715/3/422 +f 712/3/425 713/3/424 714/3/423 +f 715/3/426 714/3/423 713/3/424 +f 711/3/123 691/3/109 693/3/124 +f 691/3/109 711/3/123 689/3/110 +f 693/3/126 691/3/111 711/3/125 +f 689/3/114 711/3/125 691/3/111 +f 716/1/427 715/3/422 714/3/421 +f 715/3/422 716/1/427 717/1/428 +f 714/3/423 715/3/426 716/1/429 +f 717/1/430 716/1/429 715/3/426 +f 720/1/147 719/3/171 718/1/172 +f 719/3/171 720/1/147 721/3/148 +f 718/1/173 719/3/174 720/1/153 +f 721/3/152 720/1/153 719/3/174 +f 716/1/427 712/3/419 722/1/431 +f 712/3/419 716/1/427 714/3/421 +f 722/1/432 712/3/425 716/1/429 +f 714/3/423 716/1/429 712/3/425 +f 715/3/422 723/1/433 713/3/420 +f 723/1/433 715/3/422 717/1/428 +f 713/3/424 723/1/434 715/3/426 +f 717/1/430 715/3/426 723/1/434 +f 726/3/156 725/1/149 724/1/155 +f 725/1/149 726/3/156 727/3/150 +f 724/1/157 725/1/151 726/3/158 +f 727/3/154 726/3/158 725/1/151 +f 712/3/419 723/1/433 722/1/431 +f 723/1/433 712/3/419 713/3/420 +f 722/1/432 723/1/434 712/3/425 +f 713/3/424 712/3/425 723/1/434 +f 718/1/172 726/3/156 724/1/155 +f 726/3/156 718/1/172 719/3/171 +f 724/1/157 726/3/158 718/1/173 +f 719/3/174 718/1/173 726/3/158 +f 721/3/148 725/1/149 727/3/150 +f 725/1/149 721/3/148 720/1/147 +f 727/3/154 725/1/151 721/3/152 +f 720/1/153 721/3/152 725/1/151 +f 719/3/171 727/3/150 726/3/156 +f 727/3/150 719/3/171 721/3/148 +f 726/3/158 727/3/154 719/3/174 +f 721/3/152 719/3/174 727/3/154 +f 711/3/123 692/1/129 710/1/127 +f 692/1/129 711/3/123 693/3/124 +f 710/1/128 692/1/130 711/3/125 +f 693/3/126 711/3/125 692/1/130 +f 730/4/379 729/1/435 728/1/379 +f 729/1/435 730/4/379 731/4/435 +f 728/1/381 729/1/436 730/4/381 +f 731/4/436 730/4/381 729/1/436 +f 734/4/81 733/4/81 732/4/81 +f 733/4/81 734/4/81 731/4/81 +f 733/4/81 731/4/81 730/4/81 +f 732/4/82 733/4/82 734/4/82 +f 731/4/82 734/4/82 733/4/82 +f 730/4/82 731/4/82 733/4/82 +f 732/4/436 736/1/436 735/1/436 +f 736/1/436 732/4/436 733/4/436 +f 735/1/435 736/1/435 732/4/435 +f 733/4/435 732/4/435 736/1/435 +f 731/4/435 737/1/383 729/1/435 +f 737/1/383 731/4/435 734/4/383 +f 729/1/436 737/1/384 731/4/436 +f 734/4/384 731/4/436 737/1/384 +f 732/4/437 737/1/437 734/4/437 +f 737/1/437 732/4/437 735/1/437 +f 734/4/438 737/1/438 732/4/438 +f 735/1/438 732/4/438 737/1/438 +f 736/1/438 730/4/438 728/1/438 +f 730/4/438 736/1/438 733/4/438 +f 728/1/437 730/4/437 736/1/437 +f 733/4/437 736/1/437 730/4/437 +f 740/3/205 739/3/219 738/3/206 +f 739/3/219 740/3/205 741/3/220 +f 738/3/210 739/3/221 740/3/207 +f 741/3/222 740/3/207 739/3/221 +f 744/2/213 743/1/212 742/1/211 +f 743/1/212 744/2/213 745/2/214 +f 742/1/217 743/1/216 744/2/215 +f 745/2/218 744/2/215 743/1/216 +f 741/3/220 747/1/440 746/1/439 +f 747/1/440 741/3/220 740/3/205 +f 746/1/442 747/1/441 741/3/222 +f 740/3/207 741/3/222 747/1/441 +f 740/3/205 748/1/443 747/1/440 +f 748/1/443 740/3/205 738/3/206 +f 747/1/441 748/1/444 740/3/207 +f 738/3/210 740/3/207 748/1/444 +f 745/2/214 749/1/195 743/1/212 +f 749/1/195 745/2/214 750/2/197 +f 743/1/216 749/1/201 745/2/218 +f 750/2/199 745/2/218 749/1/201 +f 751/1/196 744/2/213 742/1/211 +f 744/2/213 751/1/196 752/2/198 +f 742/1/217 744/2/215 751/1/200 +f 752/2/202 751/1/200 744/2/215 +f 753/1/445 741/3/220 746/1/439 +f 741/3/220 753/1/445 739/3/219 +f 746/1/442 741/3/222 753/1/446 +f 739/3/221 753/1/446 741/3/222 +f 738/3/206 753/1/445 748/1/443 +f 753/1/445 738/3/206 739/3/219 +f 748/1/444 753/1/446 738/3/210 +f 739/3/221 738/3/210 753/1/446 +f 744/2/213 750/2/197 745/2/214 +f 750/2/197 744/2/213 752/2/198 +f 745/2/218 750/2/199 744/2/215 +f 752/2/202 744/2/215 750/2/199 +f 750/2/197 751/1/196 749/1/195 +f 751/1/196 750/2/197 752/2/198 +f 749/1/201 751/1/200 750/2/199 +f 752/2/202 750/2/199 751/1/200 +f 756/4/275 755/1/447 754/1/275 +f 755/1/447 756/4/275 757/4/447 +f 754/1/276 755/1/448 756/4/276 +f 757/4/448 756/4/276 755/1/448 +f 757/4/81 759/4/81 758/4/81 +f 759/4/81 757/4/81 756/4/81 +f 759/4/81 756/4/81 760/4/81 +f 758/4/82 759/4/82 757/4/82 +f 756/4/82 757/4/82 759/4/82 +f 760/4/82 756/4/82 759/4/82 +f 762/1/287 760/4/287 761/1/287 +f 760/4/287 762/1/287 759/4/287 +f 761/1/288 760/4/288 762/1/288 +f 759/4/288 762/1/288 760/4/288 +f 758/4/276 762/1/276 763/1/276 +f 762/1/276 758/4/276 759/4/276 +f 763/1/275 762/1/275 758/4/275 +f 759/4/275 758/4/275 762/1/275 +f 758/4/288 755/1/288 757/4/288 +f 755/1/288 758/4/288 763/1/288 +f 757/4/287 755/1/287 758/4/287 +f 763/1/287 758/4/287 755/1/287 +f 760/4/449 754/1/275 761/1/449 +f 754/1/275 760/4/449 756/4/275 +f 761/1/450 754/1/276 760/4/450 +f 756/4/276 760/4/450 754/1/276 +f 766/3/205 765/3/219 764/3/206 +f 765/3/219 766/3/205 767/3/220 +f 764/3/210 765/3/221 766/3/207 +f 767/3/222 766/3/207 765/3/221 +f 770/2/213 769/1/212 768/1/211 +f 769/1/212 770/2/213 771/2/214 +f 768/1/217 769/1/216 770/2/215 +f 771/2/218 770/2/215 769/1/216 +f 767/3/220 773/1/440 772/1/439 +f 773/1/440 767/3/220 766/3/205 +f 772/1/442 773/1/441 767/3/222 +f 766/3/207 767/3/222 773/1/441 +f 766/3/205 774/1/443 773/1/440 +f 774/1/443 766/3/205 764/3/206 +f 773/1/441 774/1/444 766/3/207 +f 764/3/210 766/3/207 774/1/444 +f 771/2/214 775/1/195 769/1/212 +f 775/1/195 771/2/214 776/2/197 +f 769/1/216 775/1/201 771/2/218 +f 776/2/199 771/2/218 775/1/201 +f 777/1/196 770/2/213 768/1/211 +f 770/2/213 777/1/196 778/2/198 +f 768/1/217 770/2/215 777/1/200 +f 778/2/202 777/1/200 770/2/215 +f 779/1/445 767/3/220 772/1/439 +f 767/3/220 779/1/445 765/3/219 +f 772/1/442 767/3/222 779/1/446 +f 765/3/221 779/1/446 767/3/222 +f 764/3/206 779/1/445 774/1/443 +f 779/1/445 764/3/206 765/3/219 +f 774/1/444 779/1/446 764/3/210 +f 765/3/221 764/3/210 779/1/446 +f 770/2/213 776/2/197 771/2/214 +f 776/2/197 770/2/213 778/2/198 +f 771/2/218 776/2/199 770/2/215 +f 778/2/202 770/2/215 776/2/199 +f 776/2/197 777/1/196 775/1/195 +f 777/1/196 776/2/197 778/2/198 +f 775/1/201 777/1/200 776/2/199 +f 778/2/202 776/2/199 777/1/200 +f 782/4/275 781/1/447 780/1/275 +f 781/1/447 782/4/275 783/4/447 +f 780/1/276 781/1/448 782/4/276 +f 783/4/448 782/4/276 781/1/448 +f 783/4/81 785/4/81 784/4/81 +f 785/4/81 783/4/81 782/4/81 +f 785/4/81 782/4/81 786/4/81 +f 784/4/82 785/4/82 783/4/82 +f 782/4/82 783/4/82 785/4/82 +f 786/4/82 782/4/82 785/4/82 +f 788/1/287 786/4/287 787/1/287 +f 786/4/287 788/1/287 785/4/287 +f 787/1/288 786/4/288 788/1/288 +f 785/4/288 788/1/288 786/4/288 +f 784/4/276 788/1/276 789/1/276 +f 788/1/276 784/4/276 785/4/276 +f 789/1/275 788/1/275 784/4/275 +f 785/4/275 784/4/275 788/1/275 +f 784/4/288 781/1/288 783/4/288 +f 781/1/288 784/4/288 789/1/288 +f 783/4/287 781/1/287 784/4/287 +f 789/1/287 784/4/287 781/1/287 +f 786/4/449 780/1/275 787/1/449 +f 780/1/275 786/4/449 782/4/275 +f 787/1/450 780/1/276 786/4/450 +f 782/4/276 786/4/450 780/1/276 +f 792/3/11 791/3/25 790/3/12 +f 791/3/25 792/3/11 793/3/26 +f 790/3/16 791/3/27 792/3/13 +f 793/3/28 792/3/13 791/3/27 +f 796/2/19 795/1/18 794/1/17 +f 795/1/18 796/2/19 797/2/20 +f 794/1/23 795/1/22 796/2/21 +f 797/2/24 796/2/21 795/1/22 +f 793/3/26 799/1/452 798/1/451 +f 799/1/452 793/3/26 792/3/11 +f 798/1/454 799/1/453 793/3/28 +f 792/3/13 793/3/28 799/1/453 +f 792/3/11 800/1/455 799/1/452 +f 800/1/455 792/3/11 790/3/12 +f 799/1/453 800/1/456 792/3/13 +f 790/3/16 792/3/13 800/1/456 +f 797/2/20 801/1/1 795/1/18 +f 801/1/1 797/2/20 802/2/3 +f 795/1/22 801/1/7 797/2/24 +f 802/2/5 797/2/24 801/1/7 +f 803/1/2 796/2/19 794/1/17 +f 796/2/19 803/1/2 804/2/4 +f 794/1/23 796/2/21 803/1/6 +f 804/2/8 803/1/6 796/2/21 +f 805/1/457 793/3/26 798/1/451 +f 793/3/26 805/1/457 791/3/25 +f 798/1/454 793/3/28 805/1/458 +f 791/3/27 805/1/458 793/3/28 +f 790/3/12 805/1/457 800/1/455 +f 805/1/457 790/3/12 791/3/25 +f 800/1/456 805/1/458 790/3/16 +f 791/3/27 790/3/16 805/1/458 +f 796/2/19 802/2/3 797/2/20 +f 802/2/3 796/2/19 804/2/4 +f 797/2/24 802/2/5 796/2/21 +f 804/2/8 796/2/21 802/2/5 +f 802/2/3 803/1/2 801/1/1 +f 803/1/2 802/2/3 804/2/4 +f 801/1/7 803/1/6 802/2/5 +f 804/2/8 802/2/5 803/1/6 +f 808/4/83 807/1/459 806/1/83 +f 807/1/459 808/4/83 809/4/459 +f 806/1/84 807/1/460 808/4/84 +f 809/4/460 808/4/84 807/1/460 +f 809/4/81 811/4/81 810/4/81 +f 811/4/81 809/4/81 808/4/81 +f 811/4/81 808/4/81 812/4/81 +f 810/4/82 811/4/82 809/4/82 +f 808/4/82 809/4/82 811/4/82 +f 812/4/82 808/4/82 811/4/82 +f 814/1/95 812/4/95 813/1/95 +f 812/4/95 814/1/95 811/4/95 +f 813/1/96 812/4/96 814/1/96 +f 811/4/96 814/1/96 812/4/96 +f 810/4/84 814/1/84 815/1/84 +f 814/1/84 810/4/84 811/4/84 +f 815/1/83 814/1/83 810/4/83 +f 811/4/83 810/4/83 814/1/83 +f 810/4/96 807/1/96 809/4/96 +f 807/1/96 810/4/96 815/1/96 +f 809/4/95 807/1/95 810/4/95 +f 815/1/95 810/4/95 807/1/95 +f 812/4/461 806/1/83 813/1/461 +f 806/1/83 812/4/461 808/4/83 +f 813/1/462 806/1/84 812/4/462 +f 808/4/84 812/4/462 806/1/84 +f 818/3/11 817/3/25 816/3/12 +f 817/3/25 818/3/11 819/3/26 +f 816/3/16 817/3/27 818/3/13 +f 819/3/28 818/3/13 817/3/27 +f 822/2/19 821/1/18 820/1/17 +f 821/1/18 822/2/19 823/2/20 +f 820/1/23 821/1/22 822/2/21 +f 823/2/24 822/2/21 821/1/22 +f 819/3/26 825/1/452 824/1/451 +f 825/1/452 819/3/26 818/3/11 +f 824/1/454 825/1/453 819/3/28 +f 818/3/13 819/3/28 825/1/453 +f 818/3/11 826/1/455 825/1/452 +f 826/1/455 818/3/11 816/3/12 +f 825/1/453 826/1/456 818/3/13 +f 816/3/16 818/3/13 826/1/456 +f 823/2/20 827/1/1 821/1/18 +f 827/1/1 823/2/20 828/2/3 +f 821/1/22 827/1/7 823/2/24 +f 828/2/5 823/2/24 827/1/7 +f 829/1/2 822/2/19 820/1/17 +f 822/2/19 829/1/2 830/2/4 +f 820/1/23 822/2/21 829/1/6 +f 830/2/8 829/1/6 822/2/21 +f 831/1/457 819/3/26 824/1/451 +f 819/3/26 831/1/457 817/3/25 +f 824/1/454 819/3/28 831/1/458 +f 817/3/27 831/1/458 819/3/28 +f 816/3/12 831/1/457 826/1/455 +f 831/1/457 816/3/12 817/3/25 +f 826/1/456 831/1/458 816/3/16 +f 817/3/27 816/3/16 831/1/458 +f 822/2/19 828/2/3 823/2/20 +f 828/2/3 822/2/19 830/2/4 +f 823/2/24 828/2/5 822/2/21 +f 830/2/8 822/2/21 828/2/5 +f 828/2/3 829/1/2 827/1/1 +f 829/1/2 828/2/3 830/2/4 +f 827/1/7 829/1/6 828/2/5 +f 830/2/8 828/2/5 829/1/6 +f 834/4/83 833/1/459 832/1/83 +f 833/1/459 834/4/83 835/4/459 +f 832/1/84 833/1/460 834/4/84 +f 835/4/460 834/4/84 833/1/460 +f 835/4/81 837/4/81 836/4/81 +f 837/4/81 835/4/81 834/4/81 +f 837/4/81 834/4/81 838/4/81 +f 836/4/82 837/4/82 835/4/82 +f 834/4/82 835/4/82 837/4/82 +f 838/4/82 834/4/82 837/4/82 +f 840/1/95 838/4/95 839/1/95 +f 838/4/95 840/1/95 837/4/95 +f 839/1/96 838/4/96 840/1/96 +f 837/4/96 840/1/96 838/4/96 +f 836/4/84 840/1/84 841/1/84 +f 840/1/84 836/4/84 837/4/84 +f 841/1/83 840/1/83 836/4/83 +f 837/4/83 836/4/83 840/1/83 +f 836/4/96 833/1/96 835/4/96 +f 833/1/96 836/4/96 841/1/96 +f 835/4/95 833/1/95 836/4/95 +f 841/1/95 836/4/95 833/1/95 +f 838/4/461 832/1/83 839/1/461 +f 832/1/83 838/4/461 834/4/83 +f 839/1/462 832/1/84 838/4/462 +f 834/4/84 838/4/462 832/1/84 +f 844/6/81 843/6/81 842/6/81 +f 843/6/81 844/6/81 845/6/81 +f 843/6/81 845/6/81 846/6/81 +f 846/6/81 845/6/81 847/6/81 +f 846/6/81 847/6/81 848/6/81 +f 848/6/81 847/6/81 849/6/81 +f 848/6/81 849/6/81 850/6/81 +f 850/6/81 849/6/81 851/6/81 +f 842/6/82 843/6/82 844/6/82 +f 845/6/82 844/6/82 843/6/82 +f 846/6/82 845/6/82 843/6/82 +f 847/6/82 845/6/82 846/6/82 +f 848/6/82 847/6/82 846/6/82 +f 849/6/82 847/6/82 848/6/82 +f 850/6/82 849/6/82 848/6/82 +f 851/6/82 849/6/82 850/6/82 +f 844/6/83 41/7/83 852/7/83 +f 41/7/83 844/6/83 842/6/83 +f 852/7/84 41/7/84 844/6/84 +f 842/6/84 844/6/84 41/7/84 +f 853/7/86 844/6/85 852/7/85 +f 844/6/85 853/7/86 845/6/86 +f 852/7/88 844/6/88 853/7/87 +f 845/6/87 853/7/87 844/6/88 +f 854/7/89 845/6/86 853/7/86 +f 845/6/86 854/7/89 847/6/89 +f 853/7/87 845/6/87 854/7/90 +f 847/6/90 854/7/90 845/6/87 +f 849/6/91 854/7/89 855/7/91 +f 854/7/89 849/6/91 847/6/89 +f 855/7/92 854/7/90 849/6/92 +f 847/6/90 849/6/92 854/7/90 +f 851/6/98 855/7/91 856/7/98 +f 855/7/91 851/6/98 849/6/91 +f 856/7/97 855/7/92 851/6/97 +f 849/6/92 851/6/97 855/7/92 +f 49/7/95 851/6/95 856/7/95 +f 851/6/95 49/7/95 850/6/95 +f 856/7/96 851/6/96 49/7/96 +f 850/6/96 49/7/96 851/6/96 +f 848/6/92 49/7/97 47/7/92 +f 49/7/97 848/6/92 850/6/97 +f 47/7/91 49/7/98 848/6/91 +f 850/6/98 848/6/91 49/7/98 +f 846/6/90 47/7/92 45/7/90 +f 47/7/92 846/6/90 848/6/92 +f 45/7/89 47/7/91 846/6/89 +f 848/6/91 846/6/89 47/7/91 +f 846/6/90 42/7/87 843/6/87 +f 42/7/87 846/6/90 45/7/90 +f 843/6/86 42/7/86 846/6/89 +f 45/7/89 846/6/89 42/7/86 +f 843/6/87 41/7/88 842/6/88 +f 41/7/88 843/6/87 42/7/87 +f 842/6/85 41/7/85 843/6/86 +f 42/7/86 843/6/86 41/7/85 +f 858/7/82 857/7/82 61/7/82 +f 857/7/82 858/7/82 62/7/82 +f 857/7/82 62/7/82 859/7/82 +f 859/7/82 62/7/82 860/7/82 +f 859/7/82 860/7/82 861/7/82 +f 861/7/82 860/7/82 862/7/82 +f 862/7/82 860/7/82 64/7/82 +f 862/7/82 64/7/82 863/7/82 +f 61/7/81 857/7/81 858/7/81 +f 62/7/81 858/7/81 857/7/81 +f 859/7/81 62/7/81 857/7/81 +f 860/7/81 62/7/81 859/7/81 +f 861/7/81 860/7/81 859/7/81 +f 862/7/81 860/7/81 861/7/81 +f 64/7/81 860/7/81 862/7/81 +f 863/7/81 64/7/81 862/7/81 +f 864/8/81 60/8/81 52/8/81 +f 60/8/81 864/8/81 59/8/81 +f 59/8/81 864/8/81 865/8/81 +f 59/8/81 865/8/81 58/8/81 +f 58/8/81 865/8/81 866/8/81 +f 58/8/81 866/8/81 867/8/81 +f 58/8/81 867/8/81 57/8/81 +f 57/8/81 867/8/81 868/8/81 +f 52/8/82 60/8/82 864/8/82 +f 59/8/82 864/8/82 60/8/82 +f 865/8/82 864/8/82 59/8/82 +f 58/8/82 865/8/82 59/8/82 +f 866/8/82 865/8/82 58/8/82 +f 867/8/82 866/8/82 58/8/82 +f 57/8/82 867/8/82 58/8/82 +f 868/8/82 867/8/82 57/8/82 +f 864/8/83 61/7/83 857/7/83 +f 61/7/83 864/8/83 52/8/83 +f 857/7/84 61/7/84 864/8/84 +f 52/8/84 864/8/84 61/7/84 +f 859/7/86 864/8/85 857/7/85 +f 864/8/85 859/7/86 865/8/86 +f 857/7/88 864/8/88 859/7/87 +f 865/8/87 859/7/87 864/8/88 +f 861/7/89 865/8/86 859/7/86 +f 865/8/86 861/7/89 866/8/89 +f 859/7/87 865/8/87 861/7/90 +f 866/8/90 861/7/90 865/8/87 +f 867/8/91 861/7/89 862/7/91 +f 861/7/89 867/8/91 866/8/89 +f 862/7/92 861/7/90 867/8/92 +f 866/8/90 867/8/92 861/7/90 +f 868/8/93 862/7/91 863/7/93 +f 862/7/91 868/8/93 867/8/91 +f 863/7/94 862/7/92 868/8/94 +f 867/8/92 868/8/94 862/7/92 +f 64/7/95 868/8/95 863/7/95 +f 868/8/95 64/7/95 57/8/95 +f 863/7/96 868/8/96 64/7/96 +f 57/8/96 64/7/96 868/8/96 +f 58/8/92 64/7/97 860/7/92 +f 64/7/97 58/8/92 57/8/97 +f 860/7/91 64/7/98 58/8/91 +f 57/8/98 58/8/91 64/7/98 +f 59/8/90 860/7/92 62/7/90 +f 860/7/92 59/8/90 58/8/92 +f 62/7/89 860/7/91 59/8/89 +f 58/8/91 59/8/89 860/7/91 +f 59/8/90 858/7/87 60/8/87 +f 858/7/87 59/8/90 62/7/90 +f 60/8/86 858/7/86 59/8/89 +f 62/7/89 59/8/89 858/7/86 +f 60/8/87 61/7/88 52/8/88 +f 61/7/88 60/8/87 858/7/87 +f 52/8/85 61/7/85 60/8/86 +f 858/7/86 60/8/86 61/7/85 +f 871/8/464 870/7/463 869/8/463 +f 870/7/463 871/8/464 872/7/464 +f 869/8/466 870/7/466 871/8/465 +f 872/7/465 871/8/465 870/7/466 +f 875/8/467 874/7/468 873/7/467 +f 874/7/468 875/8/467 876/8/468 +f 873/7/469 874/7/470 875/8/469 +f 876/8/470 875/8/469 874/7/470 +f 876/8/468 877/7/471 874/7/468 +f 877/7/471 876/8/468 878/8/471 +f 874/7/470 877/7/472 876/8/470 +f 878/8/472 876/8/470 877/7/472 +f 881/7/474 880/8/473 879/7/473 +f 880/8/473 881/7/474 882/8/474 +f 879/7/476 880/8/476 881/7/475 +f 882/8/475 881/7/475 880/8/476 +f 879/7/473 875/8/467 873/7/467 +f 875/8/467 879/7/473 880/8/473 +f 873/7/469 875/8/469 879/7/476 +f 880/8/476 879/7/476 875/8/469 +f 869/8/463 877/7/471 878/8/471 +f 877/7/471 869/8/463 870/7/463 +f 878/8/472 877/7/472 869/8/466 +f 870/7/466 869/8/466 877/7/472 +f 869/8/81 882/8/81 871/8/81 +f 882/8/81 869/8/81 878/8/81 +f 882/8/81 878/8/81 876/8/81 +f 882/8/81 876/8/81 875/8/81 +f 882/8/81 875/8/81 880/8/81 +f 871/8/82 882/8/82 869/8/82 +f 878/8/82 869/8/82 882/8/82 +f 876/8/82 878/8/82 882/8/82 +f 875/8/82 876/8/82 882/8/82 +f 880/8/82 875/8/82 882/8/82 +f 885/10/477 884/9/478 883/9/477 +f 884/9/478 885/10/477 886/10/478 +f 883/9/479 884/9/480 885/10/479 +f 886/10/480 885/10/479 884/9/480 +f 889/10/479 888/9/480 887/9/479 +f 888/9/480 889/10/479 890/10/480 +f 887/9/477 888/9/478 889/10/477 +f 890/10/478 889/10/477 888/9/478 +f 893/10/482 892/9/481 891/10/481 +f 892/9/481 893/10/482 894/9/482 +f 891/10/484 892/9/484 893/10/483 +f 894/9/483 893/10/483 892/9/484 +f 897/9/484 896/10/483 895/9/483 +f 896/10/483 897/9/484 898/10/484 +f 895/9/482 896/10/482 897/9/481 +f 898/10/481 897/9/481 896/10/482 +f 890/10/480 897/9/484 888/9/480 +f 897/9/484 890/10/480 898/10/484 +f 888/9/478 897/9/481 890/10/478 +f 898/10/481 890/10/478 897/9/481 +f 886/10/478 892/9/481 884/9/478 +f 892/9/481 886/10/478 891/10/481 +f 884/9/480 892/9/484 886/10/480 +f 891/10/484 886/10/480 892/9/484 +f 893/10/482 887/9/479 894/9/482 +f 887/9/479 893/10/482 889/10/479 +f 894/9/483 887/9/477 893/10/483 +f 889/10/477 893/10/483 887/9/477 +f 896/10/483 883/9/477 895/9/483 +f 883/9/477 896/10/483 885/10/477 +f 895/9/482 883/9/479 896/10/482 +f 885/10/479 896/10/482 883/9/479 +f 886/10/485 893/10/485 891/10/485 +f 893/10/485 886/10/485 889/10/485 +f 889/10/485 886/10/485 885/10/485 +f 889/10/485 885/10/485 890/10/485 +f 890/10/485 885/10/485 896/10/485 +f 890/10/485 896/10/485 898/10/485 +f 891/10/486 893/10/486 886/10/486 +f 889/10/486 886/10/486 893/10/486 +f 885/10/486 886/10/486 889/10/486 +f 890/10/486 885/10/486 889/10/486 +f 896/10/486 885/10/486 890/10/486 +f 898/10/486 896/10/486 890/10/486 +f 887/9/486 892/9/486 894/9/486 +f 892/9/486 887/9/486 884/9/486 +f 884/9/486 887/9/486 888/9/486 +f 884/9/486 888/9/486 883/9/486 +f 883/9/486 888/9/486 897/9/486 +f 883/9/486 897/9/486 895/9/486 +f 894/9/485 892/9/485 887/9/485 +f 884/9/485 887/9/485 892/9/485 +f 888/9/485 887/9/485 884/9/485 +f 883/9/485 888/9/485 884/9/485 +f 897/9/485 888/9/485 883/9/485 +f 895/9/485 897/9/485 883/9/485 +f 901/10/487 900/9/488 899/9/487 +f 900/9/488 901/10/487 902/10/488 +f 899/9/489 900/9/490 901/10/489 +f 902/10/490 901/10/489 900/9/490 +f 905/10/489 904/9/490 903/9/489 +f 904/9/490 905/10/489 906/10/490 +f 903/9/487 904/9/488 905/10/487 +f 906/10/488 905/10/487 904/9/488 +f 909/10/492 908/9/491 907/10/491 +f 908/9/491 909/10/492 910/9/492 +f 907/10/494 908/9/494 909/10/493 +f 910/9/493 909/10/493 908/9/494 +f 913/9/494 912/10/493 911/9/493 +f 912/10/493 913/9/494 914/10/494 +f 911/9/492 912/10/492 913/9/491 +f 914/10/491 913/9/491 912/10/492 +f 906/10/490 913/9/494 904/9/490 +f 913/9/494 906/10/490 914/10/494 +f 904/9/488 913/9/491 906/10/488 +f 914/10/491 906/10/488 913/9/491 +f 902/10/488 908/9/491 900/9/488 +f 908/9/491 902/10/488 907/10/491 +f 900/9/490 908/9/494 902/10/490 +f 907/10/494 902/10/490 908/9/494 +f 909/10/492 903/9/489 910/9/492 +f 903/9/489 909/10/492 905/10/489 +f 910/9/493 903/9/487 909/10/493 +f 905/10/487 909/10/493 903/9/487 +f 912/10/493 899/9/487 911/9/493 +f 899/9/487 912/10/493 901/10/487 +f 911/9/492 899/9/489 912/10/492 +f 901/10/489 912/10/492 899/9/489 +f 902/10/93 909/10/93 907/10/93 +f 909/10/93 902/10/93 905/10/93 +f 905/10/93 902/10/93 901/10/93 +f 905/10/93 901/10/93 906/10/93 +f 906/10/93 901/10/93 912/10/93 +f 906/10/93 912/10/93 914/10/93 +f 907/10/94 909/10/94 902/10/94 +f 905/10/94 902/10/94 909/10/94 +f 901/10/94 902/10/94 905/10/94 +f 906/10/94 901/10/94 905/10/94 +f 912/10/94 901/10/94 906/10/94 +f 914/10/94 912/10/94 906/10/94 +f 903/9/94 908/9/94 910/9/94 +f 908/9/94 903/9/94 900/9/94 +f 900/9/94 903/9/94 904/9/94 +f 900/9/94 904/9/94 899/9/94 +f 899/9/94 904/9/94 913/9/94 +f 899/9/94 913/9/94 911/9/94 +f 910/9/93 908/9/93 903/9/93 +f 900/9/93 903/9/93 908/9/93 +f 904/9/93 903/9/93 900/9/93 +f 899/9/93 904/9/93 900/9/93 +f 913/9/93 904/9/93 899/9/93 +f 911/9/93 913/9/93 899/9/93 +f 917/10/487 916/9/488 915/9/487 +f 916/9/488 917/10/487 918/10/488 +f 915/9/489 916/9/490 917/10/489 +f 918/10/490 917/10/489 916/9/490 +f 921/10/489 920/9/490 919/9/489 +f 920/9/490 921/10/489 922/10/490 +f 919/9/487 920/9/488 921/10/487 +f 922/10/488 921/10/487 920/9/488 +f 925/10/492 924/9/491 923/10/491 +f 924/9/491 925/10/492 926/9/492 +f 923/10/494 924/9/494 925/10/493 +f 926/9/493 925/10/493 924/9/494 +f 929/9/494 928/10/493 927/9/493 +f 928/10/493 929/9/494 930/10/494 +f 927/9/492 928/10/492 929/9/491 +f 930/10/491 929/9/491 928/10/492 +f 922/10/490 929/9/494 920/9/490 +f 929/9/494 922/10/490 930/10/494 +f 920/9/488 929/9/491 922/10/488 +f 930/10/491 922/10/488 929/9/491 +f 918/10/488 924/9/491 916/9/488 +f 924/9/491 918/10/488 923/10/491 +f 916/9/490 924/9/494 918/10/490 +f 923/10/494 918/10/490 924/9/494 +f 925/10/492 919/9/489 926/9/492 +f 919/9/489 925/10/492 921/10/489 +f 926/9/493 919/9/487 925/10/493 +f 921/10/487 925/10/493 919/9/487 +f 928/10/493 915/9/487 927/9/493 +f 915/9/487 928/10/493 917/10/487 +f 927/9/492 915/9/489 928/10/492 +f 917/10/489 928/10/492 915/9/489 +f 918/10/93 925/10/93 923/10/93 +f 925/10/93 918/10/93 921/10/93 +f 921/10/93 918/10/93 917/10/93 +f 921/10/93 917/10/93 922/10/93 +f 922/10/93 917/10/93 928/10/93 +f 922/10/93 928/10/93 930/10/93 +f 923/10/94 925/10/94 918/10/94 +f 921/10/94 918/10/94 925/10/94 +f 917/10/94 918/10/94 921/10/94 +f 922/10/94 917/10/94 921/10/94 +f 928/10/94 917/10/94 922/10/94 +f 930/10/94 928/10/94 922/10/94 +f 919/9/94 924/9/94 926/9/94 +f 924/9/94 919/9/94 916/9/94 +f 916/9/94 919/9/94 920/9/94 +f 916/9/94 920/9/94 915/9/94 +f 915/9/94 920/9/94 929/9/94 +f 915/9/94 929/9/94 927/9/94 +f 926/9/93 924/9/93 919/9/93 +f 916/9/93 919/9/93 924/9/93 +f 920/9/93 919/9/93 916/9/93 +f 915/9/93 920/9/93 916/9/93 +f 929/9/93 920/9/93 915/9/93 +f 927/9/93 929/9/93 915/9/93 +f 933/10/495 932/9/496 931/9/495 +f 932/9/496 933/10/495 934/10/496 +f 931/9/497 932/9/498 933/10/497 +f 934/10/498 933/10/497 932/9/498 +f 937/9/497 936/10/498 935/9/498 +f 936/10/498 937/9/497 938/10/497 +f 935/9/496 936/10/496 937/9/495 +f 938/10/495 937/9/495 936/10/496 +f 941/10/500 940/9/499 939/10/499 +f 940/9/499 941/10/500 942/9/500 +f 939/10/502 940/9/502 941/10/501 +f 942/9/501 941/10/501 940/9/502 +f 945/9/502 944/10/501 943/9/501 +f 944/10/501 945/9/502 946/10/502 +f 943/9/500 944/10/500 945/9/499 +f 946/10/499 945/9/499 944/10/500 +f 936/10/498 945/9/502 935/9/498 +f 945/9/502 936/10/498 946/10/502 +f 935/9/496 945/9/499 936/10/496 +f 946/10/499 936/10/496 945/9/499 +f 934/10/496 940/9/499 932/9/496 +f 940/9/499 934/10/496 939/10/499 +f 932/9/498 940/9/502 934/10/498 +f 939/10/502 934/10/498 940/9/502 +f 941/10/500 937/9/497 942/9/500 +f 937/9/497 941/10/500 938/10/497 +f 942/9/501 937/9/495 941/10/501 +f 938/10/495 941/10/501 937/9/495 +f 944/10/501 931/9/495 943/9/501 +f 931/9/495 944/10/501 933/10/495 +f 943/9/500 931/9/497 944/10/500 +f 933/10/497 944/10/500 931/9/497 +f 934/10/503 941/10/503 939/10/503 +f 941/10/503 934/10/503 938/10/503 +f 938/10/503 934/10/503 933/10/503 +f 938/10/503 933/10/503 936/10/503 +f 936/10/503 933/10/503 944/10/503 +f 936/10/503 944/10/503 946/10/503 +f 939/10/504 941/10/504 934/10/504 +f 938/10/504 934/10/504 941/10/504 +f 933/10/504 934/10/504 938/10/504 +f 936/10/504 933/10/504 938/10/504 +f 944/10/504 933/10/504 936/10/504 +f 946/10/504 944/10/504 936/10/504 +f 937/9/504 940/9/504 942/9/504 +f 940/9/504 937/9/504 932/9/504 +f 932/9/504 937/9/504 935/9/504 +f 932/9/504 935/9/504 931/9/504 +f 931/9/504 935/9/504 945/9/504 +f 931/9/504 945/9/504 943/9/504 +f 942/9/503 940/9/503 937/9/503 +f 932/9/503 937/9/503 940/9/503 +f 935/9/503 937/9/503 932/9/503 +f 931/9/503 935/9/503 932/9/503 +f 945/9/503 935/9/503 931/9/503 +f 943/9/503 945/9/503 931/9/503 +f 949/6/81 948/6/81 947/6/81 +f 948/6/81 949/6/81 950/6/81 +f 948/6/81 950/6/81 951/6/81 +f 951/6/81 950/6/81 952/6/81 +f 951/6/81 952/6/81 953/6/81 +f 953/6/81 952/6/81 954/6/81 +f 953/6/81 954/6/81 955/6/81 +f 955/6/81 954/6/81 956/6/81 +f 947/6/82 948/6/82 949/6/82 +f 950/6/82 949/6/82 948/6/82 +f 951/6/82 950/6/82 948/6/82 +f 952/6/82 950/6/82 951/6/82 +f 953/6/82 952/6/82 951/6/82 +f 954/6/82 952/6/82 953/6/82 +f 955/6/82 954/6/82 953/6/82 +f 956/6/82 954/6/82 955/6/82 +f 949/6/179 105/7/179 957/7/179 +f 105/7/179 949/6/179 947/6/179 +f 957/7/180 105/7/180 949/6/180 +f 947/6/180 949/6/180 105/7/180 +f 958/7/182 949/6/181 957/7/181 +f 949/6/181 958/7/182 950/6/182 +f 957/7/184 949/6/184 958/7/183 +f 950/6/183 958/7/183 949/6/184 +f 959/7/185 950/6/182 958/7/182 +f 950/6/182 959/7/185 952/6/185 +f 958/7/183 950/6/183 959/7/186 +f 952/6/186 959/7/186 950/6/183 +f 954/6/187 959/7/185 960/7/187 +f 959/7/185 954/6/187 952/6/185 +f 960/7/188 959/7/186 954/6/188 +f 952/6/186 954/6/188 959/7/186 +f 956/6/194 960/7/187 961/7/194 +f 960/7/187 956/6/194 954/6/187 +f 961/7/193 960/7/188 956/6/193 +f 954/6/188 956/6/193 960/7/188 +f 113/7/191 956/6/191 961/7/191 +f 956/6/191 113/7/191 955/6/191 +f 961/7/192 956/6/192 113/7/192 +f 955/6/192 113/7/192 956/6/192 +f 953/6/188 113/7/193 111/7/188 +f 113/7/193 953/6/188 955/6/193 +f 111/7/187 113/7/194 953/6/187 +f 955/6/194 953/6/187 113/7/194 +f 951/6/186 111/7/188 109/7/186 +f 111/7/188 951/6/186 953/6/188 +f 109/7/185 111/7/187 951/6/185 +f 953/6/187 951/6/185 111/7/187 +f 951/6/186 106/7/183 948/6/183 +f 106/7/183 951/6/186 109/7/186 +f 948/6/182 106/7/182 951/6/185 +f 109/7/185 951/6/185 106/7/182 +f 948/6/183 105/7/184 947/6/184 +f 105/7/184 948/6/183 106/7/183 +f 947/6/181 105/7/181 948/6/182 +f 106/7/182 948/6/182 105/7/181 +f 963/7/82 962/7/82 125/7/82 +f 962/7/82 963/7/82 126/7/82 +f 962/7/82 126/7/82 964/7/82 +f 964/7/82 126/7/82 965/7/82 +f 964/7/82 965/7/82 966/7/82 +f 966/7/82 965/7/82 967/7/82 +f 967/7/82 965/7/82 128/7/82 +f 967/7/82 128/7/82 968/7/82 +f 125/7/81 962/7/81 963/7/81 +f 126/7/81 963/7/81 962/7/81 +f 964/7/81 126/7/81 962/7/81 +f 965/7/81 126/7/81 964/7/81 +f 966/7/81 965/7/81 964/7/81 +f 967/7/81 965/7/81 966/7/81 +f 128/7/81 965/7/81 967/7/81 +f 968/7/81 128/7/81 967/7/81 +f 969/8/81 124/8/81 116/8/81 +f 124/8/81 969/8/81 123/8/81 +f 123/8/81 969/8/81 970/8/81 +f 123/8/81 970/8/81 122/8/81 +f 122/8/81 970/8/81 971/8/81 +f 122/8/81 971/8/81 972/8/81 +f 122/8/81 972/8/81 121/8/81 +f 121/8/81 972/8/81 973/8/81 +f 116/8/82 124/8/82 969/8/82 +f 123/8/82 969/8/82 124/8/82 +f 970/8/82 969/8/82 123/8/82 +f 122/8/82 970/8/82 123/8/82 +f 971/8/82 970/8/82 122/8/82 +f 972/8/82 971/8/82 122/8/82 +f 121/8/82 972/8/82 122/8/82 +f 973/8/82 972/8/82 121/8/82 +f 969/8/179 125/7/179 962/7/179 +f 125/7/179 969/8/179 116/8/179 +f 962/7/180 125/7/180 969/8/180 +f 116/8/180 969/8/180 125/7/180 +f 964/7/182 969/8/181 962/7/181 +f 969/8/181 964/7/182 970/8/182 +f 962/7/184 969/8/184 964/7/183 +f 970/8/183 964/7/183 969/8/184 +f 966/7/185 970/8/182 964/7/182 +f 970/8/182 966/7/185 971/8/185 +f 964/7/183 970/8/183 966/7/186 +f 971/8/186 966/7/186 970/8/183 +f 972/8/187 966/7/185 967/7/187 +f 966/7/185 972/8/187 971/8/185 +f 967/7/188 966/7/186 972/8/188 +f 971/8/186 972/8/188 966/7/186 +f 973/8/189 967/7/187 968/7/189 +f 967/7/187 973/8/189 972/8/187 +f 968/7/190 967/7/188 973/8/190 +f 972/8/188 973/8/190 967/7/188 +f 128/7/191 973/8/191 968/7/191 +f 973/8/191 128/7/191 121/8/191 +f 968/7/192 973/8/192 128/7/192 +f 121/8/192 128/7/192 973/8/192 +f 122/8/188 128/7/193 965/7/188 +f 128/7/193 122/8/188 121/8/193 +f 965/7/187 128/7/194 122/8/187 +f 121/8/194 122/8/187 128/7/194 +f 123/8/186 965/7/188 126/7/186 +f 965/7/188 123/8/186 122/8/188 +f 126/7/185 965/7/187 123/8/185 +f 122/8/187 123/8/185 965/7/187 +f 123/8/186 963/7/183 124/8/183 +f 963/7/183 123/8/186 126/7/186 +f 124/8/182 963/7/182 123/8/185 +f 126/7/185 123/8/185 963/7/182 +f 124/8/183 125/7/184 116/8/184 +f 125/7/184 124/8/183 963/7/183 +f 116/8/181 125/7/181 124/8/182 +f 963/7/182 124/8/182 125/7/181 +f 976/8/506 975/7/505 974/8/505 +f 975/7/505 976/8/506 977/7/506 +f 974/8/508 975/7/508 976/8/507 +f 977/7/507 976/8/507 975/7/508 +f 980/8/509 979/7/510 978/7/509 +f 979/7/510 980/8/509 981/8/510 +f 978/7/511 979/7/512 980/8/511 +f 981/8/512 980/8/511 979/7/512 +f 981/8/510 982/7/513 979/7/510 +f 982/7/513 981/8/510 983/8/513 +f 979/7/512 982/7/514 981/8/512 +f 983/8/514 981/8/512 982/7/514 +f 986/7/516 985/8/515 984/7/515 +f 985/8/515 986/7/516 987/8/516 +f 984/7/518 985/8/518 986/7/517 +f 987/8/517 986/7/517 985/8/518 +f 984/7/515 980/8/509 978/7/509 +f 980/8/509 984/7/515 985/8/515 +f 978/7/511 980/8/511 984/7/518 +f 985/8/518 984/7/518 980/8/511 +f 974/8/505 982/7/513 983/8/513 +f 982/7/513 974/8/505 975/7/505 +f 983/8/514 982/7/514 974/8/508 +f 975/7/508 974/8/508 982/7/514 +f 974/8/81 987/8/81 976/8/81 +f 987/8/81 974/8/81 983/8/81 +f 987/8/81 983/8/81 981/8/81 +f 987/8/81 981/8/81 980/8/81 +f 987/8/81 980/8/81 985/8/81 +f 976/8/82 987/8/82 974/8/82 +f 983/8/82 974/8/82 987/8/82 +f 981/8/82 983/8/82 987/8/82 +f 980/8/82 981/8/82 987/8/82 +f 985/8/82 980/8/82 987/8/82 +f 990/10/519 989/9/520 988/9/519 +f 989/9/520 990/10/519 991/10/520 +f 988/9/521 989/9/522 990/10/521 +f 991/10/522 990/10/521 989/9/522 +f 994/10/521 993/9/522 992/9/521 +f 993/9/522 994/10/521 995/10/522 +f 992/9/519 993/9/520 994/10/519 +f 995/10/520 994/10/519 993/9/520 +f 998/10/524 997/9/523 996/10/523 +f 997/9/523 998/10/524 999/9/524 +f 996/10/526 997/9/526 998/10/525 +f 999/9/525 998/10/525 997/9/526 +f 1002/9/526 1001/10/525 1000/9/525 +f 1001/10/525 1002/9/526 1003/10/526 +f 1000/9/524 1001/10/524 1002/9/523 +f 1003/10/523 1002/9/523 1001/10/524 +f 995/10/522 1002/9/526 993/9/522 +f 1002/9/526 995/10/522 1003/10/526 +f 993/9/520 1002/9/523 995/10/520 +f 1003/10/523 995/10/520 1002/9/523 +f 991/10/520 997/9/523 989/9/520 +f 997/9/523 991/10/520 996/10/523 +f 989/9/522 997/9/526 991/10/522 +f 996/10/526 991/10/522 997/9/526 +f 998/10/524 992/9/521 999/9/524 +f 992/9/521 998/10/524 994/10/521 +f 999/9/525 992/9/519 998/10/525 +f 994/10/519 998/10/525 992/9/519 +f 1001/10/525 988/9/519 1000/9/525 +f 988/9/519 1001/10/525 990/10/519 +f 1000/9/524 988/9/521 1001/10/524 +f 990/10/521 1001/10/524 988/9/521 +f 991/10/527 998/10/527 996/10/527 +f 998/10/527 991/10/527 994/10/527 +f 994/10/527 991/10/527 990/10/527 +f 994/10/527 990/10/527 995/10/527 +f 995/10/527 990/10/527 1001/10/527 +f 995/10/527 1001/10/527 1003/10/527 +f 996/10/528 998/10/528 991/10/528 +f 994/10/528 991/10/528 998/10/528 +f 990/10/528 991/10/528 994/10/528 +f 995/10/528 990/10/528 994/10/528 +f 1001/10/528 990/10/528 995/10/528 +f 1003/10/528 1001/10/528 995/10/528 +f 992/9/528 997/9/528 999/9/528 +f 997/9/528 992/9/528 989/9/528 +f 989/9/528 992/9/528 993/9/528 +f 989/9/528 993/9/528 988/9/528 +f 988/9/528 993/9/528 1002/9/528 +f 988/9/528 1002/9/528 1000/9/528 +f 999/9/527 997/9/527 992/9/527 +f 989/9/527 992/9/527 997/9/527 +f 993/9/527 992/9/527 989/9/527 +f 988/9/527 993/9/527 989/9/527 +f 1002/9/527 993/9/527 988/9/527 +f 1000/9/527 1002/9/527 988/9/527 +f 1006/10/529 1005/9/530 1004/9/529 +f 1005/9/530 1006/10/529 1007/10/530 +f 1004/9/531 1005/9/532 1006/10/531 +f 1007/10/532 1006/10/531 1005/9/532 +f 1010/10/531 1009/9/532 1008/9/531 +f 1009/9/532 1010/10/531 1011/10/532 +f 1008/9/529 1009/9/530 1010/10/529 +f 1011/10/530 1010/10/529 1009/9/530 +f 1014/10/534 1013/9/533 1012/10/533 +f 1013/9/533 1014/10/534 1015/9/534 +f 1012/10/536 1013/9/536 1014/10/535 +f 1015/9/535 1014/10/535 1013/9/536 +f 1018/9/536 1017/10/535 1016/9/535 +f 1017/10/535 1018/9/536 1019/10/536 +f 1016/9/534 1017/10/534 1018/9/533 +f 1019/10/533 1018/9/533 1017/10/534 +f 1011/10/532 1018/9/536 1009/9/532 +f 1018/9/536 1011/10/532 1019/10/536 +f 1009/9/530 1018/9/533 1011/10/530 +f 1019/10/533 1011/10/530 1018/9/533 +f 1007/10/530 1013/9/533 1005/9/530 +f 1013/9/533 1007/10/530 1012/10/533 +f 1005/9/532 1013/9/536 1007/10/532 +f 1012/10/536 1007/10/532 1013/9/536 +f 1014/10/534 1008/9/531 1015/9/534 +f 1008/9/531 1014/10/534 1010/10/531 +f 1015/9/535 1008/9/529 1014/10/535 +f 1010/10/529 1014/10/535 1008/9/529 +f 1017/10/535 1004/9/529 1016/9/535 +f 1004/9/529 1017/10/535 1006/10/529 +f 1016/9/534 1004/9/531 1017/10/534 +f 1006/10/531 1017/10/534 1004/9/531 +f 1007/10/189 1014/10/189 1012/10/189 +f 1014/10/189 1007/10/189 1010/10/189 +f 1010/10/189 1007/10/189 1006/10/189 +f 1010/10/189 1006/10/189 1011/10/189 +f 1011/10/189 1006/10/189 1017/10/189 +f 1011/10/189 1017/10/189 1019/10/189 +f 1012/10/190 1014/10/190 1007/10/190 +f 1010/10/190 1007/10/190 1014/10/190 +f 1006/10/190 1007/10/190 1010/10/190 +f 1011/10/190 1006/10/190 1010/10/190 +f 1017/10/190 1006/10/190 1011/10/190 +f 1019/10/190 1017/10/190 1011/10/190 +f 1008/9/190 1013/9/190 1015/9/190 +f 1013/9/190 1008/9/190 1005/9/190 +f 1005/9/190 1008/9/190 1009/9/190 +f 1005/9/190 1009/9/190 1004/9/190 +f 1004/9/190 1009/9/190 1018/9/190 +f 1004/9/190 1018/9/190 1016/9/190 +f 1015/9/189 1013/9/189 1008/9/189 +f 1005/9/189 1008/9/189 1013/9/189 +f 1009/9/189 1008/9/189 1005/9/189 +f 1004/9/189 1009/9/189 1005/9/189 +f 1018/9/189 1009/9/189 1004/9/189 +f 1016/9/189 1018/9/189 1004/9/189 +f 1022/10/529 1021/9/530 1020/9/529 +f 1021/9/530 1022/10/529 1023/10/530 +f 1020/9/531 1021/9/532 1022/10/531 +f 1023/10/532 1022/10/531 1021/9/532 +f 1026/10/531 1025/9/532 1024/9/531 +f 1025/9/532 1026/10/531 1027/10/532 +f 1024/9/529 1025/9/530 1026/10/529 +f 1027/10/530 1026/10/529 1025/9/530 +f 1030/10/534 1029/9/533 1028/10/533 +f 1029/9/533 1030/10/534 1031/9/534 +f 1028/10/536 1029/9/536 1030/10/535 +f 1031/9/535 1030/10/535 1029/9/536 +f 1034/9/536 1033/10/535 1032/9/535 +f 1033/10/535 1034/9/536 1035/10/536 +f 1032/9/534 1033/10/534 1034/9/533 +f 1035/10/533 1034/9/533 1033/10/534 +f 1027/10/532 1034/9/536 1025/9/532 +f 1034/9/536 1027/10/532 1035/10/536 +f 1025/9/530 1034/9/533 1027/10/530 +f 1035/10/533 1027/10/530 1034/9/533 +f 1023/10/530 1029/9/533 1021/9/530 +f 1029/9/533 1023/10/530 1028/10/533 +f 1021/9/532 1029/9/536 1023/10/532 +f 1028/10/536 1023/10/532 1029/9/536 +f 1030/10/534 1024/9/531 1031/9/534 +f 1024/9/531 1030/10/534 1026/10/531 +f 1031/9/535 1024/9/529 1030/10/535 +f 1026/10/529 1030/10/535 1024/9/529 +f 1033/10/535 1020/9/529 1032/9/535 +f 1020/9/529 1033/10/535 1022/10/529 +f 1032/9/534 1020/9/531 1033/10/534 +f 1022/10/531 1033/10/534 1020/9/531 +f 1023/10/189 1030/10/189 1028/10/189 +f 1030/10/189 1023/10/189 1026/10/189 +f 1026/10/189 1023/10/189 1022/10/189 +f 1026/10/189 1022/10/189 1027/10/189 +f 1027/10/189 1022/10/189 1033/10/189 +f 1027/10/189 1033/10/189 1035/10/189 +f 1028/10/190 1030/10/190 1023/10/190 +f 1026/10/190 1023/10/190 1030/10/190 +f 1022/10/190 1023/10/190 1026/10/190 +f 1027/10/190 1022/10/190 1026/10/190 +f 1033/10/190 1022/10/190 1027/10/190 +f 1035/10/190 1033/10/190 1027/10/190 +f 1024/9/190 1029/9/190 1031/9/190 +f 1029/9/190 1024/9/190 1021/9/190 +f 1021/9/190 1024/9/190 1025/9/190 +f 1021/9/190 1025/9/190 1020/9/190 +f 1020/9/190 1025/9/190 1034/9/190 +f 1020/9/190 1034/9/190 1032/9/190 +f 1031/9/189 1029/9/189 1024/9/189 +f 1021/9/189 1024/9/189 1029/9/189 +f 1025/9/189 1024/9/189 1021/9/189 +f 1020/9/189 1025/9/189 1021/9/189 +f 1034/9/189 1025/9/189 1020/9/189 +f 1032/9/189 1034/9/189 1020/9/189 +f 1038/10/537 1037/9/538 1036/9/537 +f 1037/9/538 1038/10/537 1039/10/538 +f 1036/9/539 1037/9/540 1038/10/539 +f 1039/10/540 1038/10/539 1037/9/540 +f 1042/9/539 1041/10/540 1040/9/540 +f 1041/10/540 1042/9/539 1043/10/539 +f 1040/9/538 1041/10/538 1042/9/537 +f 1043/10/537 1042/9/537 1041/10/538 +f 1046/10/542 1045/9/541 1044/10/541 +f 1045/9/541 1046/10/542 1047/9/542 +f 1044/10/544 1045/9/544 1046/10/543 +f 1047/9/543 1046/10/543 1045/9/544 +f 1050/9/544 1049/10/543 1048/9/543 +f 1049/10/543 1050/9/544 1051/10/544 +f 1048/9/542 1049/10/542 1050/9/541 +f 1051/10/541 1050/9/541 1049/10/542 +f 1041/10/540 1050/9/544 1040/9/540 +f 1050/9/544 1041/10/540 1051/10/544 +f 1040/9/538 1050/9/541 1041/10/538 +f 1051/10/541 1041/10/538 1050/9/541 +f 1039/10/538 1045/9/541 1037/9/538 +f 1045/9/541 1039/10/538 1044/10/541 +f 1037/9/540 1045/9/544 1039/10/540 +f 1044/10/544 1039/10/540 1045/9/544 +f 1046/10/542 1042/9/539 1047/9/542 +f 1042/9/539 1046/10/542 1043/10/539 +f 1047/9/543 1042/9/537 1046/10/543 +f 1043/10/537 1046/10/543 1042/9/537 +f 1049/10/543 1036/9/537 1048/9/543 +f 1036/9/537 1049/10/543 1038/10/537 +f 1048/9/542 1036/9/539 1049/10/542 +f 1038/10/539 1049/10/542 1036/9/539 +f 1039/10/545 1046/10/545 1044/10/545 +f 1046/10/545 1039/10/545 1043/10/545 +f 1043/10/545 1039/10/545 1038/10/545 +f 1043/10/545 1038/10/545 1041/10/545 +f 1041/10/545 1038/10/545 1049/10/545 +f 1041/10/545 1049/10/545 1051/10/545 +f 1044/10/546 1046/10/546 1039/10/546 +f 1043/10/546 1039/10/546 1046/10/546 +f 1038/10/546 1039/10/546 1043/10/546 +f 1041/10/546 1038/10/546 1043/10/546 +f 1049/10/546 1038/10/546 1041/10/546 +f 1051/10/546 1049/10/546 1041/10/546 +f 1042/9/546 1045/9/546 1047/9/546 +f 1045/9/546 1042/9/546 1037/9/546 +f 1037/9/546 1042/9/546 1040/9/546 +f 1037/9/546 1040/9/546 1036/9/546 +f 1036/9/546 1040/9/546 1050/9/546 +f 1036/9/546 1050/9/546 1048/9/546 +f 1047/9/545 1045/9/545 1042/9/545 +f 1037/9/545 1042/9/545 1045/9/545 +f 1040/9/545 1042/9/545 1037/9/545 +f 1036/9/545 1040/9/545 1037/9/545 +f 1050/9/545 1040/9/545 1036/9/545 +f 1048/9/545 1050/9/545 1036/9/545 +f 1054/6/81 1053/6/81 1052/6/81 +f 1053/6/81 1054/6/81 1055/6/81 +f 1053/6/81 1055/6/81 1056/6/81 +f 1056/6/81 1055/6/81 1057/6/81 +f 1056/6/81 1057/6/81 1058/6/81 +f 1058/6/81 1057/6/81 1059/6/81 +f 1058/6/81 1059/6/81 1060/6/81 +f 1060/6/81 1059/6/81 1061/6/81 +f 1052/6/82 1053/6/82 1054/6/82 +f 1055/6/82 1054/6/82 1053/6/82 +f 1056/6/82 1055/6/82 1053/6/82 +f 1057/6/82 1055/6/82 1056/6/82 +f 1058/6/82 1057/6/82 1056/6/82 +f 1059/6/82 1057/6/82 1058/6/82 +f 1060/6/82 1059/6/82 1058/6/82 +f 1061/6/82 1059/6/82 1060/6/82 +f 1054/6/275 169/7/275 1062/7/275 +f 169/7/275 1054/6/275 1052/6/275 +f 1062/7/276 169/7/276 1054/6/276 +f 1052/6/276 1054/6/276 169/7/276 +f 1063/7/278 1054/6/277 1062/7/277 +f 1054/6/277 1063/7/278 1055/6/278 +f 1062/7/280 1054/6/280 1063/7/279 +f 1055/6/279 1063/7/279 1054/6/280 +f 1064/7/281 1055/6/278 1063/7/278 +f 1055/6/278 1064/7/281 1057/6/281 +f 1063/7/279 1055/6/279 1064/7/282 +f 1057/6/282 1064/7/282 1055/6/279 +f 1059/6/283 1064/7/281 1065/7/283 +f 1064/7/281 1059/6/283 1057/6/281 +f 1065/7/284 1064/7/282 1059/6/284 +f 1057/6/282 1059/6/284 1064/7/282 +f 1061/6/290 1065/7/283 1066/7/290 +f 1065/7/283 1061/6/290 1059/6/283 +f 1066/7/289 1065/7/284 1061/6/289 +f 1059/6/284 1061/6/289 1065/7/284 +f 177/7/287 1061/6/287 1066/7/287 +f 1061/6/287 177/7/287 1060/6/287 +f 1066/7/288 1061/6/288 177/7/288 +f 1060/6/288 177/7/288 1061/6/288 +f 1058/6/284 177/7/289 175/7/284 +f 177/7/289 1058/6/284 1060/6/289 +f 175/7/283 177/7/290 1058/6/283 +f 1060/6/290 1058/6/283 177/7/290 +f 1056/6/282 175/7/284 173/7/282 +f 175/7/284 1056/6/282 1058/6/284 +f 173/7/281 175/7/283 1056/6/281 +f 1058/6/283 1056/6/281 175/7/283 +f 1056/6/282 170/7/279 1053/6/279 +f 170/7/279 1056/6/282 173/7/282 +f 1053/6/278 170/7/278 1056/6/281 +f 173/7/281 1056/6/281 170/7/278 +f 1053/6/279 169/7/280 1052/6/280 +f 169/7/280 1053/6/279 170/7/279 +f 1052/6/277 169/7/277 1053/6/278 +f 170/7/278 1053/6/278 169/7/277 +f 1068/7/82 1067/7/82 189/7/82 +f 1067/7/82 1068/7/82 190/7/82 +f 1067/7/82 190/7/82 1069/7/82 +f 1069/7/82 190/7/82 1070/7/82 +f 1069/7/82 1070/7/82 1071/7/82 +f 1071/7/82 1070/7/82 1072/7/82 +f 1072/7/82 1070/7/82 192/7/82 +f 1072/7/82 192/7/82 1073/7/82 +f 189/7/81 1067/7/81 1068/7/81 +f 190/7/81 1068/7/81 1067/7/81 +f 1069/7/81 190/7/81 1067/7/81 +f 1070/7/81 190/7/81 1069/7/81 +f 1071/7/81 1070/7/81 1069/7/81 +f 1072/7/81 1070/7/81 1071/7/81 +f 192/7/81 1070/7/81 1072/7/81 +f 1073/7/81 192/7/81 1072/7/81 +f 1074/8/81 188/8/81 180/8/81 +f 188/8/81 1074/8/81 187/8/81 +f 187/8/81 1074/8/81 1075/8/81 +f 187/8/81 1075/8/81 186/8/81 +f 186/8/81 1075/8/81 1076/8/81 +f 186/8/81 1076/8/81 1077/8/81 +f 186/8/81 1077/8/81 185/8/81 +f 185/8/81 1077/8/81 1078/8/81 +f 180/8/82 188/8/82 1074/8/82 +f 187/8/82 1074/8/82 188/8/82 +f 1075/8/82 1074/8/82 187/8/82 +f 186/8/82 1075/8/82 187/8/82 +f 1076/8/82 1075/8/82 186/8/82 +f 1077/8/82 1076/8/82 186/8/82 +f 185/8/82 1077/8/82 186/8/82 +f 1078/8/82 1077/8/82 185/8/82 +f 1074/8/275 189/7/275 1067/7/275 +f 189/7/275 1074/8/275 180/8/275 +f 1067/7/276 189/7/276 1074/8/276 +f 180/8/276 1074/8/276 189/7/276 +f 1069/7/278 1074/8/277 1067/7/277 +f 1074/8/277 1069/7/278 1075/8/278 +f 1067/7/280 1074/8/280 1069/7/279 +f 1075/8/279 1069/7/279 1074/8/280 +f 1071/7/281 1075/8/278 1069/7/278 +f 1075/8/278 1071/7/281 1076/8/281 +f 1069/7/279 1075/8/279 1071/7/282 +f 1076/8/282 1071/7/282 1075/8/279 +f 1077/8/283 1071/7/281 1072/7/283 +f 1071/7/281 1077/8/283 1076/8/281 +f 1072/7/284 1071/7/282 1077/8/284 +f 1076/8/282 1077/8/284 1071/7/282 +f 1078/8/285 1072/7/283 1073/7/285 +f 1072/7/283 1078/8/285 1077/8/283 +f 1073/7/286 1072/7/284 1078/8/286 +f 1077/8/284 1078/8/286 1072/7/284 +f 192/7/287 1078/8/287 1073/7/287 +f 1078/8/287 192/7/287 185/8/287 +f 1073/7/288 1078/8/288 192/7/288 +f 185/8/288 192/7/288 1078/8/288 +f 186/8/284 192/7/289 1070/7/284 +f 192/7/289 186/8/284 185/8/289 +f 1070/7/283 192/7/290 186/8/283 +f 185/8/290 186/8/283 192/7/290 +f 187/8/282 1070/7/284 190/7/282 +f 1070/7/284 187/8/282 186/8/284 +f 190/7/281 1070/7/283 187/8/281 +f 186/8/283 187/8/281 1070/7/283 +f 187/8/282 1068/7/279 188/8/279 +f 1068/7/279 187/8/282 190/7/282 +f 188/8/278 1068/7/278 187/8/281 +f 190/7/281 187/8/281 1068/7/278 +f 188/8/279 189/7/280 180/8/280 +f 189/7/280 188/8/279 1068/7/279 +f 180/8/277 189/7/277 188/8/278 +f 1068/7/278 188/8/278 189/7/277 +f 1081/8/548 1080/7/547 1079/8/547 +f 1080/7/547 1081/8/548 1082/7/548 +f 1079/8/550 1080/7/550 1081/8/549 +f 1082/7/549 1081/8/549 1080/7/550 +f 1085/8/551 1084/7/552 1083/7/551 +f 1084/7/552 1085/8/551 1086/8/552 +f 1083/7/553 1084/7/554 1085/8/553 +f 1086/8/554 1085/8/553 1084/7/554 +f 1086/8/552 1087/7/555 1084/7/552 +f 1087/7/555 1086/8/552 1088/8/555 +f 1084/7/554 1087/7/556 1086/8/554 +f 1088/8/556 1086/8/554 1087/7/556 +f 1091/7/558 1090/8/557 1089/7/557 +f 1090/8/557 1091/7/558 1092/8/558 +f 1089/7/560 1090/8/560 1091/7/559 +f 1092/8/559 1091/7/559 1090/8/560 +f 1089/7/557 1085/8/551 1083/7/551 +f 1085/8/551 1089/7/557 1090/8/557 +f 1083/7/553 1085/8/553 1089/7/560 +f 1090/8/560 1089/7/560 1085/8/553 +f 1079/8/547 1087/7/555 1088/8/555 +f 1087/7/555 1079/8/547 1080/7/547 +f 1088/8/556 1087/7/556 1079/8/550 +f 1080/7/550 1079/8/550 1087/7/556 +f 1079/8/81 1092/8/81 1081/8/81 +f 1092/8/81 1079/8/81 1088/8/81 +f 1092/8/81 1088/8/81 1086/8/81 +f 1092/8/81 1086/8/81 1085/8/81 +f 1092/8/81 1085/8/81 1090/8/81 +f 1081/8/82 1092/8/82 1079/8/82 +f 1088/8/82 1079/8/82 1092/8/82 +f 1086/8/82 1088/8/82 1092/8/82 +f 1085/8/82 1086/8/82 1092/8/82 +f 1090/8/82 1085/8/82 1092/8/82 +f 1095/10/561 1094/9/562 1093/9/561 +f 1094/9/562 1095/10/561 1096/10/562 +f 1093/9/563 1094/9/564 1095/10/563 +f 1096/10/564 1095/10/563 1094/9/564 +f 1099/10/563 1098/9/564 1097/9/563 +f 1098/9/564 1099/10/563 1100/10/564 +f 1097/9/561 1098/9/562 1099/10/561 +f 1100/10/562 1099/10/561 1098/9/562 +f 1103/10/566 1102/9/565 1101/10/565 +f 1102/9/565 1103/10/566 1104/9/566 +f 1101/10/568 1102/9/568 1103/10/567 +f 1104/9/567 1103/10/567 1102/9/568 +f 1107/9/568 1106/10/567 1105/9/567 +f 1106/10/567 1107/9/568 1108/10/568 +f 1105/9/566 1106/10/566 1107/9/565 +f 1108/10/565 1107/9/565 1106/10/566 +f 1100/10/564 1107/9/568 1098/9/564 +f 1107/9/568 1100/10/564 1108/10/568 +f 1098/9/562 1107/9/565 1100/10/562 +f 1108/10/565 1100/10/562 1107/9/565 +f 1096/10/562 1102/9/565 1094/9/562 +f 1102/9/565 1096/10/562 1101/10/565 +f 1094/9/564 1102/9/568 1096/10/564 +f 1101/10/568 1096/10/564 1102/9/568 +f 1103/10/566 1097/9/563 1104/9/566 +f 1097/9/563 1103/10/566 1099/10/563 +f 1104/9/567 1097/9/561 1103/10/567 +f 1099/10/561 1103/10/567 1097/9/561 +f 1106/10/567 1093/9/561 1105/9/567 +f 1093/9/561 1106/10/567 1095/10/561 +f 1105/9/566 1093/9/563 1106/10/566 +f 1095/10/563 1106/10/566 1093/9/563 +f 1096/10/569 1103/10/569 1101/10/569 +f 1103/10/569 1096/10/569 1099/10/569 +f 1099/10/569 1096/10/569 1095/10/569 +f 1099/10/569 1095/10/569 1100/10/569 +f 1100/10/569 1095/10/569 1106/10/569 +f 1100/10/569 1106/10/569 1108/10/569 +f 1101/10/570 1103/10/570 1096/10/570 +f 1099/10/570 1096/10/570 1103/10/570 +f 1095/10/570 1096/10/570 1099/10/570 +f 1100/10/570 1095/10/570 1099/10/570 +f 1106/10/570 1095/10/570 1100/10/570 +f 1108/10/570 1106/10/570 1100/10/570 +f 1097/9/570 1102/9/570 1104/9/570 +f 1102/9/570 1097/9/570 1094/9/570 +f 1094/9/570 1097/9/570 1098/9/570 +f 1094/9/570 1098/9/570 1093/9/570 +f 1093/9/570 1098/9/570 1107/9/570 +f 1093/9/570 1107/9/570 1105/9/570 +f 1104/9/569 1102/9/569 1097/9/569 +f 1094/9/569 1097/9/569 1102/9/569 +f 1098/9/569 1097/9/569 1094/9/569 +f 1093/9/569 1098/9/569 1094/9/569 +f 1107/9/569 1098/9/569 1093/9/569 +f 1105/9/569 1107/9/569 1093/9/569 +f 1111/10/571 1110/9/572 1109/9/571 +f 1110/9/572 1111/10/571 1112/10/572 +f 1109/9/573 1110/9/574 1111/10/573 +f 1112/10/574 1111/10/573 1110/9/574 +f 1115/10/573 1114/9/574 1113/9/573 +f 1114/9/574 1115/10/573 1116/10/574 +f 1113/9/571 1114/9/572 1115/10/571 +f 1116/10/572 1115/10/571 1114/9/572 +f 1119/10/576 1118/9/575 1117/10/575 +f 1118/9/575 1119/10/576 1120/9/576 +f 1117/10/578 1118/9/578 1119/10/577 +f 1120/9/577 1119/10/577 1118/9/578 +f 1123/9/578 1122/10/577 1121/9/577 +f 1122/10/577 1123/9/578 1124/10/578 +f 1121/9/576 1122/10/576 1123/9/575 +f 1124/10/575 1123/9/575 1122/10/576 +f 1116/10/574 1123/9/578 1114/9/574 +f 1123/9/578 1116/10/574 1124/10/578 +f 1114/9/572 1123/9/575 1116/10/572 +f 1124/10/575 1116/10/572 1123/9/575 +f 1112/10/572 1118/9/575 1110/9/572 +f 1118/9/575 1112/10/572 1117/10/575 +f 1110/9/574 1118/9/578 1112/10/574 +f 1117/10/578 1112/10/574 1118/9/578 +f 1119/10/576 1113/9/573 1120/9/576 +f 1113/9/573 1119/10/576 1115/10/573 +f 1120/9/577 1113/9/571 1119/10/577 +f 1115/10/571 1119/10/577 1113/9/571 +f 1122/10/577 1109/9/571 1121/9/577 +f 1109/9/571 1122/10/577 1111/10/571 +f 1121/9/576 1109/9/573 1122/10/576 +f 1111/10/573 1122/10/576 1109/9/573 +f 1112/10/285 1119/10/285 1117/10/285 +f 1119/10/285 1112/10/285 1115/10/285 +f 1115/10/285 1112/10/285 1111/10/285 +f 1115/10/285 1111/10/285 1116/10/285 +f 1116/10/285 1111/10/285 1122/10/285 +f 1116/10/285 1122/10/285 1124/10/285 +f 1117/10/286 1119/10/286 1112/10/286 +f 1115/10/286 1112/10/286 1119/10/286 +f 1111/10/286 1112/10/286 1115/10/286 +f 1116/10/286 1111/10/286 1115/10/286 +f 1122/10/286 1111/10/286 1116/10/286 +f 1124/10/286 1122/10/286 1116/10/286 +f 1113/9/286 1118/9/286 1120/9/286 +f 1118/9/286 1113/9/286 1110/9/286 +f 1110/9/286 1113/9/286 1114/9/286 +f 1110/9/286 1114/9/286 1109/9/286 +f 1109/9/286 1114/9/286 1123/9/286 +f 1109/9/286 1123/9/286 1121/9/286 +f 1120/9/285 1118/9/285 1113/9/285 +f 1110/9/285 1113/9/285 1118/9/285 +f 1114/9/285 1113/9/285 1110/9/285 +f 1109/9/285 1114/9/285 1110/9/285 +f 1123/9/285 1114/9/285 1109/9/285 +f 1121/9/285 1123/9/285 1109/9/285 +f 1127/10/571 1126/9/572 1125/9/571 +f 1126/9/572 1127/10/571 1128/10/572 +f 1125/9/573 1126/9/574 1127/10/573 +f 1128/10/574 1127/10/573 1126/9/574 +f 1131/10/573 1130/9/574 1129/9/573 +f 1130/9/574 1131/10/573 1132/10/574 +f 1129/9/571 1130/9/572 1131/10/571 +f 1132/10/572 1131/10/571 1130/9/572 +f 1135/10/576 1134/9/575 1133/10/575 +f 1134/9/575 1135/10/576 1136/9/576 +f 1133/10/578 1134/9/578 1135/10/577 +f 1136/9/577 1135/10/577 1134/9/578 +f 1139/9/578 1138/10/577 1137/9/577 +f 1138/10/577 1139/9/578 1140/10/578 +f 1137/9/576 1138/10/576 1139/9/575 +f 1140/10/575 1139/9/575 1138/10/576 +f 1132/10/574 1139/9/578 1130/9/574 +f 1139/9/578 1132/10/574 1140/10/578 +f 1130/9/572 1139/9/575 1132/10/572 +f 1140/10/575 1132/10/572 1139/9/575 +f 1128/10/572 1134/9/575 1126/9/572 +f 1134/9/575 1128/10/572 1133/10/575 +f 1126/9/574 1134/9/578 1128/10/574 +f 1133/10/578 1128/10/574 1134/9/578 +f 1135/10/576 1129/9/573 1136/9/576 +f 1129/9/573 1135/10/576 1131/10/573 +f 1136/9/577 1129/9/571 1135/10/577 +f 1131/10/571 1135/10/577 1129/9/571 +f 1138/10/577 1125/9/571 1137/9/577 +f 1125/9/571 1138/10/577 1127/10/571 +f 1137/9/576 1125/9/573 1138/10/576 +f 1127/10/573 1138/10/576 1125/9/573 +f 1128/10/285 1135/10/285 1133/10/285 +f 1135/10/285 1128/10/285 1131/10/285 +f 1131/10/285 1128/10/285 1127/10/285 +f 1131/10/285 1127/10/285 1132/10/285 +f 1132/10/285 1127/10/285 1138/10/285 +f 1132/10/285 1138/10/285 1140/10/285 +f 1133/10/286 1135/10/286 1128/10/286 +f 1131/10/286 1128/10/286 1135/10/286 +f 1127/10/286 1128/10/286 1131/10/286 +f 1132/10/286 1127/10/286 1131/10/286 +f 1138/10/286 1127/10/286 1132/10/286 +f 1140/10/286 1138/10/286 1132/10/286 +f 1129/9/286 1134/9/286 1136/9/286 +f 1134/9/286 1129/9/286 1126/9/286 +f 1126/9/286 1129/9/286 1130/9/286 +f 1126/9/286 1130/9/286 1125/9/286 +f 1125/9/286 1130/9/286 1139/9/286 +f 1125/9/286 1139/9/286 1137/9/286 +f 1136/9/285 1134/9/285 1129/9/285 +f 1126/9/285 1129/9/285 1134/9/285 +f 1130/9/285 1129/9/285 1126/9/285 +f 1125/9/285 1130/9/285 1126/9/285 +f 1139/9/285 1130/9/285 1125/9/285 +f 1137/9/285 1139/9/285 1125/9/285 +f 1143/10/579 1142/9/580 1141/9/579 +f 1142/9/580 1143/10/579 1144/10/580 +f 1141/9/581 1142/9/582 1143/10/581 +f 1144/10/582 1143/10/581 1142/9/582 +f 1147/9/581 1146/10/582 1145/9/582 +f 1146/10/582 1147/9/581 1148/10/581 +f 1145/9/580 1146/10/580 1147/9/579 +f 1148/10/579 1147/9/579 1146/10/580 +f 1151/10/584 1150/9/583 1149/10/583 +f 1150/9/583 1151/10/584 1152/9/584 +f 1149/10/586 1150/9/586 1151/10/585 +f 1152/9/585 1151/10/585 1150/9/586 +f 1155/9/586 1154/10/585 1153/9/585 +f 1154/10/585 1155/9/586 1156/10/586 +f 1153/9/584 1154/10/584 1155/9/583 +f 1156/10/583 1155/9/583 1154/10/584 +f 1146/10/582 1155/9/586 1145/9/582 +f 1155/9/586 1146/10/582 1156/10/586 +f 1145/9/580 1155/9/583 1146/10/580 +f 1156/10/583 1146/10/580 1155/9/583 +f 1144/10/580 1150/9/583 1142/9/580 +f 1150/9/583 1144/10/580 1149/10/583 +f 1142/9/582 1150/9/586 1144/10/582 +f 1149/10/586 1144/10/582 1150/9/586 +f 1151/10/584 1147/9/581 1152/9/584 +f 1147/9/581 1151/10/584 1148/10/581 +f 1152/9/585 1147/9/579 1151/10/585 +f 1148/10/579 1151/10/585 1147/9/579 +f 1154/10/585 1141/9/579 1153/9/585 +f 1141/9/579 1154/10/585 1143/10/579 +f 1153/9/584 1141/9/581 1154/10/584 +f 1143/10/581 1154/10/584 1141/9/581 +f 1144/10/587 1151/10/587 1149/10/587 +f 1151/10/587 1144/10/587 1148/10/587 +f 1148/10/587 1144/10/587 1143/10/587 +f 1148/10/587 1143/10/587 1146/10/587 +f 1146/10/587 1143/10/587 1154/10/587 +f 1146/10/587 1154/10/587 1156/10/587 +f 1149/10/588 1151/10/588 1144/10/588 +f 1148/10/588 1144/10/588 1151/10/588 +f 1143/10/588 1144/10/588 1148/10/588 +f 1146/10/588 1143/10/588 1148/10/588 +f 1154/10/588 1143/10/588 1146/10/588 +f 1156/10/588 1154/10/588 1146/10/588 +f 1147/9/588 1150/9/588 1152/9/588 +f 1150/9/588 1147/9/588 1142/9/588 +f 1142/9/588 1147/9/588 1145/9/588 +f 1142/9/588 1145/9/588 1141/9/588 +f 1141/9/588 1145/9/588 1155/9/588 +f 1141/9/588 1155/9/588 1153/9/588 +f 1152/9/587 1150/9/587 1147/9/587 +f 1142/9/587 1147/9/587 1150/9/587 +f 1145/9/587 1147/9/587 1142/9/587 +f 1141/9/587 1145/9/587 1142/9/587 +f 1155/9/587 1145/9/587 1141/9/587 +f 1153/9/587 1155/9/587 1141/9/587 +f 1159/6/81 1158/6/81 1157/6/81 +f 1158/6/81 1159/6/81 1160/6/81 +f 1158/6/81 1160/6/81 1161/6/81 +f 1161/6/81 1160/6/81 1162/6/81 +f 1161/6/81 1162/6/81 1163/6/81 +f 1163/6/81 1162/6/81 1164/6/81 +f 1163/6/81 1164/6/81 1165/6/81 +f 1165/6/81 1164/6/81 1166/6/81 +f 1157/6/82 1158/6/82 1159/6/82 +f 1160/6/82 1159/6/82 1158/6/82 +f 1161/6/82 1160/6/82 1158/6/82 +f 1162/6/82 1160/6/82 1161/6/82 +f 1163/6/82 1162/6/82 1161/6/82 +f 1164/6/82 1162/6/82 1163/6/82 +f 1165/6/82 1164/6/82 1163/6/82 +f 1166/6/82 1164/6/82 1165/6/82 +f 1159/6/307 233/7/307 1167/7/307 +f 233/7/307 1159/6/307 1157/6/307 +f 1167/7/308 233/7/308 1159/6/308 +f 1157/6/308 1159/6/308 233/7/308 +f 1168/7/183 1159/6/309 1167/7/309 +f 1159/6/309 1168/7/183 1160/6/183 +f 1167/7/310 1159/6/310 1168/7/182 +f 1160/6/182 1168/7/182 1159/6/310 +f 1169/7/186 1160/6/183 1168/7/183 +f 1160/6/183 1169/7/186 1162/6/186 +f 1168/7/182 1160/6/182 1169/7/185 +f 1162/6/185 1169/7/185 1160/6/182 +f 1164/6/188 1169/7/186 1170/7/188 +f 1169/7/186 1164/6/188 1162/6/186 +f 1170/7/187 1169/7/185 1164/6/187 +f 1162/6/185 1164/6/187 1169/7/185 +f 1166/6/314 1170/7/188 1171/7/314 +f 1170/7/188 1166/6/314 1164/6/188 +f 1171/7/313 1170/7/187 1166/6/313 +f 1164/6/187 1166/6/313 1170/7/187 +f 241/7/311 1166/6/311 1171/7/311 +f 1166/6/311 241/7/311 1165/6/311 +f 1171/7/312 1166/6/312 241/7/312 +f 1165/6/312 241/7/312 1166/6/312 +f 1163/6/187 241/7/313 239/7/187 +f 241/7/313 1163/6/187 1165/6/313 +f 239/7/188 241/7/314 1163/6/188 +f 1165/6/314 1163/6/188 241/7/314 +f 1161/6/185 239/7/187 237/7/185 +f 239/7/187 1161/6/185 1163/6/187 +f 237/7/186 239/7/188 1161/6/186 +f 1163/6/188 1161/6/186 239/7/188 +f 1161/6/185 234/7/182 1158/6/182 +f 234/7/182 1161/6/185 237/7/185 +f 1158/6/183 234/7/183 1161/6/186 +f 237/7/186 1161/6/186 234/7/183 +f 1158/6/182 233/7/310 1157/6/310 +f 233/7/310 1158/6/182 234/7/182 +f 1157/6/309 233/7/309 1158/6/183 +f 234/7/183 1158/6/183 233/7/309 +f 1173/7/82 1172/7/82 253/7/82 +f 1172/7/82 1173/7/82 254/7/82 +f 1172/7/82 254/7/82 1174/7/82 +f 1174/7/82 254/7/82 1175/7/82 +f 1174/7/82 1175/7/82 1176/7/82 +f 1176/7/82 1175/7/82 1177/7/82 +f 1177/7/82 1175/7/82 256/7/82 +f 1177/7/82 256/7/82 1178/7/82 +f 253/7/81 1172/7/81 1173/7/81 +f 254/7/81 1173/7/81 1172/7/81 +f 1174/7/81 254/7/81 1172/7/81 +f 1175/7/81 254/7/81 1174/7/81 +f 1176/7/81 1175/7/81 1174/7/81 +f 1177/7/81 1175/7/81 1176/7/81 +f 256/7/81 1175/7/81 1177/7/81 +f 1178/7/81 256/7/81 1177/7/81 +f 1179/8/81 252/8/81 244/8/81 +f 252/8/81 1179/8/81 251/8/81 +f 251/8/81 1179/8/81 1180/8/81 +f 251/8/81 1180/8/81 250/8/81 +f 250/8/81 1180/8/81 1181/8/81 +f 250/8/81 1181/8/81 1182/8/81 +f 250/8/81 1182/8/81 249/8/81 +f 249/8/81 1182/8/81 1183/8/81 +f 244/8/82 252/8/82 1179/8/82 +f 251/8/82 1179/8/82 252/8/82 +f 1180/8/82 1179/8/82 251/8/82 +f 250/8/82 1180/8/82 251/8/82 +f 1181/8/82 1180/8/82 250/8/82 +f 1182/8/82 1181/8/82 250/8/82 +f 249/8/82 1182/8/82 250/8/82 +f 1183/8/82 1182/8/82 249/8/82 +f 1179/8/307 253/7/307 1172/7/307 +f 253/7/307 1179/8/307 244/8/307 +f 1172/7/308 253/7/308 1179/8/308 +f 244/8/308 1179/8/308 253/7/308 +f 1174/7/183 1179/8/309 1172/7/309 +f 1179/8/309 1174/7/183 1180/8/183 +f 1172/7/310 1179/8/310 1174/7/182 +f 1180/8/182 1174/7/182 1179/8/310 +f 1176/7/186 1180/8/183 1174/7/183 +f 1180/8/183 1176/7/186 1181/8/186 +f 1174/7/182 1180/8/182 1176/7/185 +f 1181/8/185 1176/7/185 1180/8/182 +f 1182/8/188 1176/7/186 1177/7/188 +f 1176/7/186 1182/8/188 1181/8/186 +f 1177/7/187 1176/7/185 1182/8/187 +f 1181/8/185 1182/8/187 1176/7/185 +f 1183/8/193 1177/7/188 1178/7/193 +f 1177/7/188 1183/8/193 1182/8/188 +f 1178/7/194 1177/7/187 1183/8/194 +f 1182/8/187 1183/8/194 1177/7/187 +f 256/7/311 1183/8/311 1178/7/311 +f 1183/8/311 256/7/311 249/8/311 +f 1178/7/312 1183/8/312 256/7/312 +f 249/8/312 256/7/312 1183/8/312 +f 250/8/187 256/7/313 1175/7/187 +f 256/7/313 250/8/187 249/8/313 +f 1175/7/188 256/7/314 250/8/188 +f 249/8/314 250/8/188 256/7/314 +f 251/8/185 1175/7/187 254/7/185 +f 1175/7/187 251/8/185 250/8/187 +f 254/7/186 1175/7/188 251/8/186 +f 250/8/188 251/8/186 1175/7/188 +f 251/8/185 1173/7/182 252/8/182 +f 1173/7/182 251/8/185 254/7/185 +f 252/8/183 1173/7/183 251/8/186 +f 254/7/186 251/8/186 1173/7/183 +f 252/8/182 253/7/310 244/8/310 +f 253/7/310 252/8/182 1173/7/182 +f 244/8/309 253/7/309 252/8/183 +f 1173/7/183 252/8/183 253/7/309 +f 1186/8/507 1185/7/508 1184/8/508 +f 1185/7/508 1186/8/507 1187/7/507 +f 1184/8/505 1185/7/505 1186/8/506 +f 1187/7/506 1186/8/506 1185/7/505 +f 1190/8/511 1189/7/512 1188/7/511 +f 1189/7/512 1190/8/511 1191/8/512 +f 1188/7/509 1189/7/510 1190/8/509 +f 1191/8/510 1190/8/509 1189/7/510 +f 1191/8/512 1192/7/514 1189/7/512 +f 1192/7/514 1191/8/512 1193/8/514 +f 1189/7/510 1192/7/513 1191/8/510 +f 1193/8/513 1191/8/510 1192/7/513 +f 1196/7/517 1195/8/518 1194/7/518 +f 1195/8/518 1196/7/517 1197/8/517 +f 1194/7/515 1195/8/515 1196/7/516 +f 1197/8/516 1196/7/516 1195/8/515 +f 1194/7/518 1190/8/511 1188/7/511 +f 1190/8/511 1194/7/518 1195/8/518 +f 1188/7/509 1190/8/509 1194/7/515 +f 1195/8/515 1194/7/515 1190/8/509 +f 1184/8/508 1192/7/514 1193/8/514 +f 1192/7/514 1184/8/508 1185/7/508 +f 1193/8/513 1192/7/513 1184/8/505 +f 1185/7/505 1184/8/505 1192/7/513 +f 1184/8/81 1197/8/81 1186/8/81 +f 1197/8/81 1184/8/81 1193/8/81 +f 1197/8/81 1193/8/81 1191/8/81 +f 1197/8/81 1191/8/81 1190/8/81 +f 1197/8/81 1190/8/81 1195/8/81 +f 1186/8/82 1197/8/82 1184/8/82 +f 1193/8/82 1184/8/82 1197/8/82 +f 1191/8/82 1193/8/82 1197/8/82 +f 1190/8/82 1191/8/82 1197/8/82 +f 1195/8/82 1190/8/82 1197/8/82 +f 1200/10/520 1199/9/519 1198/9/520 +f 1199/9/519 1200/10/520 1201/10/519 +f 1198/9/522 1199/9/521 1200/10/522 +f 1201/10/521 1200/10/522 1199/9/521 +f 1204/10/522 1203/9/521 1202/9/522 +f 1203/9/521 1204/10/522 1205/10/521 +f 1202/9/520 1203/9/519 1204/10/520 +f 1205/10/519 1204/10/520 1203/9/519 +f 1208/10/526 1207/9/525 1206/10/525 +f 1207/9/525 1208/10/526 1209/9/526 +f 1206/10/524 1207/9/524 1208/10/523 +f 1209/9/523 1208/10/523 1207/9/524 +f 1212/9/524 1211/10/523 1210/9/523 +f 1211/10/523 1212/9/524 1213/10/524 +f 1210/9/526 1211/10/526 1212/9/525 +f 1213/10/525 1212/9/525 1211/10/526 +f 1205/10/521 1212/9/524 1203/9/521 +f 1212/9/524 1205/10/521 1213/10/524 +f 1203/9/519 1212/9/525 1205/10/519 +f 1213/10/525 1205/10/519 1212/9/525 +f 1201/10/519 1207/9/525 1199/9/519 +f 1207/9/525 1201/10/519 1206/10/525 +f 1199/9/521 1207/9/524 1201/10/521 +f 1206/10/524 1201/10/521 1207/9/524 +f 1208/10/526 1202/9/522 1209/9/526 +f 1202/9/522 1208/10/526 1204/10/522 +f 1209/9/523 1202/9/520 1208/10/523 +f 1204/10/520 1208/10/523 1202/9/520 +f 1211/10/523 1198/9/520 1210/9/523 +f 1198/9/520 1211/10/523 1200/10/520 +f 1210/9/526 1198/9/522 1211/10/526 +f 1200/10/522 1211/10/526 1198/9/522 +f 1201/10/528 1208/10/528 1206/10/528 +f 1208/10/528 1201/10/528 1204/10/528 +f 1204/10/528 1201/10/528 1200/10/528 +f 1204/10/528 1200/10/528 1205/10/528 +f 1205/10/528 1200/10/528 1211/10/528 +f 1205/10/528 1211/10/528 1213/10/528 +f 1206/10/527 1208/10/527 1201/10/527 +f 1204/10/527 1201/10/527 1208/10/527 +f 1200/10/527 1201/10/527 1204/10/527 +f 1205/10/527 1200/10/527 1204/10/527 +f 1211/10/527 1200/10/527 1205/10/527 +f 1213/10/527 1211/10/527 1205/10/527 +f 1202/9/527 1207/9/527 1209/9/527 +f 1207/9/527 1202/9/527 1199/9/527 +f 1199/9/527 1202/9/527 1203/9/527 +f 1199/9/527 1203/9/527 1198/9/527 +f 1198/9/527 1203/9/527 1212/9/527 +f 1198/9/527 1212/9/527 1210/9/527 +f 1209/9/528 1207/9/528 1202/9/528 +f 1199/9/528 1202/9/528 1207/9/528 +f 1203/9/528 1202/9/528 1199/9/528 +f 1198/9/528 1203/9/528 1199/9/528 +f 1212/9/528 1203/9/528 1198/9/528 +f 1210/9/528 1212/9/528 1198/9/528 +f 1216/10/589 1215/9/590 1214/9/589 +f 1215/9/590 1216/10/589 1217/10/590 +f 1214/9/591 1215/9/592 1216/10/591 +f 1217/10/592 1216/10/591 1215/9/592 +f 1220/10/591 1219/9/592 1218/9/591 +f 1219/9/592 1220/10/591 1221/10/592 +f 1218/9/589 1219/9/590 1220/10/589 +f 1221/10/590 1220/10/589 1219/9/590 +f 1224/10/594 1223/9/593 1222/10/593 +f 1223/9/593 1224/10/594 1225/9/594 +f 1222/10/596 1223/9/596 1224/10/595 +f 1225/9/595 1224/10/595 1223/9/596 +f 1228/9/596 1227/10/595 1226/9/595 +f 1227/10/595 1228/9/596 1229/10/596 +f 1226/9/594 1227/10/594 1228/9/593 +f 1229/10/593 1228/9/593 1227/10/594 +f 1221/10/592 1228/9/596 1219/9/592 +f 1228/9/596 1221/10/592 1229/10/596 +f 1219/9/590 1228/9/593 1221/10/590 +f 1229/10/593 1221/10/590 1228/9/593 +f 1217/10/590 1223/9/593 1215/9/590 +f 1223/9/593 1217/10/590 1222/10/593 +f 1215/9/592 1223/9/596 1217/10/592 +f 1222/10/596 1217/10/592 1223/9/596 +f 1224/10/594 1218/9/591 1225/9/594 +f 1218/9/591 1224/10/594 1220/10/591 +f 1225/9/595 1218/9/589 1224/10/595 +f 1220/10/589 1224/10/595 1218/9/589 +f 1227/10/595 1214/9/589 1226/9/595 +f 1214/9/589 1227/10/595 1216/10/589 +f 1226/9/594 1214/9/591 1227/10/594 +f 1216/10/591 1227/10/594 1214/9/591 +f 1217/10/193 1224/10/193 1222/10/193 +f 1224/10/193 1217/10/193 1220/10/193 +f 1220/10/193 1217/10/193 1216/10/193 +f 1220/10/193 1216/10/193 1221/10/193 +f 1221/10/193 1216/10/193 1227/10/193 +f 1221/10/193 1227/10/193 1229/10/193 +f 1222/10/194 1224/10/194 1217/10/194 +f 1220/10/194 1217/10/194 1224/10/194 +f 1216/10/194 1217/10/194 1220/10/194 +f 1221/10/194 1216/10/194 1220/10/194 +f 1227/10/194 1216/10/194 1221/10/194 +f 1229/10/194 1227/10/194 1221/10/194 +f 1218/9/194 1223/9/194 1225/9/194 +f 1223/9/194 1218/9/194 1215/9/194 +f 1215/9/194 1218/9/194 1219/9/194 +f 1215/9/194 1219/9/194 1214/9/194 +f 1214/9/194 1219/9/194 1228/9/194 +f 1214/9/194 1228/9/194 1226/9/194 +f 1225/9/193 1223/9/193 1218/9/193 +f 1215/9/193 1218/9/193 1223/9/193 +f 1219/9/193 1218/9/193 1215/9/193 +f 1214/9/193 1219/9/193 1215/9/193 +f 1228/9/193 1219/9/193 1214/9/193 +f 1226/9/193 1228/9/193 1214/9/193 +f 1232/10/589 1231/9/590 1230/9/589 +f 1231/9/590 1232/10/589 1233/10/590 +f 1230/9/591 1231/9/592 1232/10/591 +f 1233/10/592 1232/10/591 1231/9/592 +f 1236/10/591 1235/9/592 1234/9/591 +f 1235/9/592 1236/10/591 1237/10/592 +f 1234/9/589 1235/9/590 1236/10/589 +f 1237/10/590 1236/10/589 1235/9/590 +f 1240/10/594 1239/9/593 1238/10/593 +f 1239/9/593 1240/10/594 1241/9/594 +f 1238/10/596 1239/9/596 1240/10/595 +f 1241/9/595 1240/10/595 1239/9/596 +f 1244/9/596 1243/10/595 1242/9/595 +f 1243/10/595 1244/9/596 1245/10/596 +f 1242/9/594 1243/10/594 1244/9/593 +f 1245/10/593 1244/9/593 1243/10/594 +f 1237/10/592 1244/9/596 1235/9/592 +f 1244/9/596 1237/10/592 1245/10/596 +f 1235/9/590 1244/9/593 1237/10/590 +f 1245/10/593 1237/10/590 1244/9/593 +f 1233/10/590 1239/9/593 1231/9/590 +f 1239/9/593 1233/10/590 1238/10/593 +f 1231/9/592 1239/9/596 1233/10/592 +f 1238/10/596 1233/10/592 1239/9/596 +f 1240/10/594 1234/9/591 1241/9/594 +f 1234/9/591 1240/10/594 1236/10/591 +f 1241/9/595 1234/9/589 1240/10/595 +f 1236/10/589 1240/10/595 1234/9/589 +f 1243/10/595 1230/9/589 1242/9/595 +f 1230/9/589 1243/10/595 1232/10/589 +f 1242/9/594 1230/9/591 1243/10/594 +f 1232/10/591 1243/10/594 1230/9/591 +f 1233/10/193 1240/10/193 1238/10/193 +f 1240/10/193 1233/10/193 1236/10/193 +f 1236/10/193 1233/10/193 1232/10/193 +f 1236/10/193 1232/10/193 1237/10/193 +f 1237/10/193 1232/10/193 1243/10/193 +f 1237/10/193 1243/10/193 1245/10/193 +f 1238/10/194 1240/10/194 1233/10/194 +f 1236/10/194 1233/10/194 1240/10/194 +f 1232/10/194 1233/10/194 1236/10/194 +f 1237/10/194 1232/10/194 1236/10/194 +f 1243/10/194 1232/10/194 1237/10/194 +f 1245/10/194 1243/10/194 1237/10/194 +f 1234/9/194 1239/9/194 1241/9/194 +f 1239/9/194 1234/9/194 1231/9/194 +f 1231/9/194 1234/9/194 1235/9/194 +f 1231/9/194 1235/9/194 1230/9/194 +f 1230/9/194 1235/9/194 1244/9/194 +f 1230/9/194 1244/9/194 1242/9/194 +f 1241/9/193 1239/9/193 1234/9/193 +f 1231/9/193 1234/9/193 1239/9/193 +f 1235/9/193 1234/9/193 1231/9/193 +f 1230/9/193 1235/9/193 1231/9/193 +f 1244/9/193 1235/9/193 1230/9/193 +f 1242/9/193 1244/9/193 1230/9/193 +f 1248/10/538 1247/9/537 1246/9/538 +f 1247/9/537 1248/10/538 1249/10/537 +f 1246/9/540 1247/9/539 1248/10/540 +f 1249/10/539 1248/10/540 1247/9/539 +f 1252/9/540 1251/10/539 1250/9/539 +f 1251/10/539 1252/9/540 1253/10/540 +f 1250/9/537 1251/10/537 1252/9/538 +f 1253/10/538 1252/9/538 1251/10/537 +f 1256/10/598 1255/9/597 1254/10/597 +f 1255/9/597 1256/10/598 1257/9/598 +f 1254/10/600 1255/9/600 1256/10/599 +f 1257/9/599 1256/10/599 1255/9/600 +f 1260/9/600 1259/10/599 1258/9/599 +f 1259/10/599 1260/9/600 1261/10/600 +f 1258/9/598 1259/10/598 1260/9/597 +f 1261/10/597 1260/9/597 1259/10/598 +f 1251/10/539 1260/9/600 1250/9/539 +f 1260/9/600 1251/10/539 1261/10/600 +f 1250/9/537 1260/9/597 1251/10/537 +f 1261/10/597 1251/10/537 1260/9/597 +f 1249/10/537 1255/9/597 1247/9/537 +f 1255/9/597 1249/10/537 1254/10/597 +f 1247/9/539 1255/9/600 1249/10/539 +f 1254/10/600 1249/10/539 1255/9/600 +f 1256/10/598 1252/9/540 1257/9/598 +f 1252/9/540 1256/10/598 1253/10/540 +f 1257/9/599 1252/9/538 1256/10/599 +f 1253/10/538 1256/10/599 1252/9/538 +f 1259/10/599 1246/9/538 1258/9/599 +f 1246/9/538 1259/10/599 1248/10/538 +f 1258/9/598 1246/9/540 1259/10/598 +f 1248/10/540 1259/10/598 1246/9/540 +f 1249/10/601 1256/10/601 1254/10/601 +f 1256/10/601 1249/10/601 1253/10/601 +f 1253/10/601 1249/10/601 1248/10/601 +f 1253/10/601 1248/10/601 1251/10/601 +f 1251/10/601 1248/10/601 1259/10/601 +f 1251/10/601 1259/10/601 1261/10/601 +f 1254/10/602 1256/10/602 1249/10/602 +f 1253/10/602 1249/10/602 1256/10/602 +f 1248/10/602 1249/10/602 1253/10/602 +f 1251/10/602 1248/10/602 1253/10/602 +f 1259/10/602 1248/10/602 1251/10/602 +f 1261/10/602 1259/10/602 1251/10/602 +f 1252/9/602 1255/9/602 1257/9/602 +f 1255/9/602 1252/9/602 1247/9/602 +f 1247/9/602 1252/9/602 1250/9/602 +f 1247/9/602 1250/9/602 1246/9/602 +f 1246/9/602 1250/9/602 1260/9/602 +f 1246/9/602 1260/9/602 1258/9/602 +f 1257/9/601 1255/9/601 1252/9/601 +f 1247/9/601 1252/9/601 1255/9/601 +f 1250/9/601 1252/9/601 1247/9/601 +f 1246/9/601 1250/9/601 1247/9/601 +f 1260/9/601 1250/9/601 1246/9/601 +f 1258/9/601 1260/9/601 1246/9/601 +f 405/8/385 1263/7/385 1262/8/385 +f 1263/7/385 405/8/385 1264/7/385 +f 1262/8/386 1263/7/386 405/8/386 +f 1264/7/386 405/8/386 1263/7/386 +f 1267/8/603 1266/7/380 1265/7/603 +f 1266/7/380 1267/8/603 1268/8/380 +f 1265/7/604 1266/7/382 1267/8/604 +f 1268/8/382 1267/8/604 1266/7/382 +f 405/8/382 1269/7/382 1264/7/382 +f 1269/7/382 405/8/382 406/8/382 +f 1264/7/380 1269/7/380 405/8/380 +f 406/8/380 405/8/380 1269/7/380 +f 1268/8/380 1263/7/605 1266/7/380 +f 1263/7/605 1268/8/380 1262/8/605 +f 1266/7/382 1263/7/606 1268/8/382 +f 1262/8/606 1268/8/382 1263/7/606 +f 1269/7/82 1263/7/82 1264/7/82 +f 1263/7/82 1269/7/82 1266/7/82 +f 1266/7/82 1269/7/82 1265/7/82 +f 1264/7/81 1263/7/81 1269/7/81 +f 1266/7/81 1269/7/81 1263/7/81 +f 1265/7/81 1269/7/81 1266/7/81 +f 1262/8/81 406/8/81 405/8/81 +f 406/8/81 1262/8/81 1268/8/81 +f 406/8/81 1268/8/81 1267/8/81 +f 405/8/82 406/8/82 1262/8/82 +f 1268/8/82 1262/8/82 406/8/82 +f 1267/8/82 1268/8/82 406/8/82 +f 1269/7/386 1267/8/386 1265/7/386 +f 1267/8/386 1269/7/386 406/8/386 +f 1265/7/385 1267/8/385 1269/7/385 +f 406/8/385 1269/7/385 1267/8/385 +f 1272/6/81 1271/6/81 1270/6/81 +f 1271/6/81 1272/6/81 1273/6/81 +f 1271/6/81 1273/6/81 1274/6/81 +f 1270/6/82 1271/6/82 1272/6/82 +f 1273/6/82 1272/6/82 1271/6/82 +f 1274/6/82 1273/6/82 1271/6/82 +f 1270/6/382 1276/7/382 1275/7/382 +f 1276/7/382 1270/6/382 1271/6/382 +f 1275/7/380 1276/7/380 1270/6/380 +f 1271/6/380 1270/6/380 1276/7/380 +f 1276/7/386 1274/6/386 1277/7/386 +f 1274/6/386 1276/7/386 1271/6/386 +f 1277/7/385 1274/6/385 1276/7/385 +f 1271/6/385 1276/7/385 1274/6/385 +f 1270/6/385 1278/7/385 1272/6/385 +f 1278/7/385 1270/6/385 1275/7/385 +f 1272/6/386 1278/7/386 1270/6/386 +f 1275/7/386 1270/6/386 1278/7/386 +f 1280/12/381 1279/11/381 1273/6/382 +f 1279/11/381 1281/13/381 1273/6/382 +f 1282/14/381 1280/12/381 1273/6/382 +f 1273/6/382 1281/13/381 1283/7/382 +f 1284/13/381 1283/7/382 1281/13/381 +f 1283/7/382 1284/13/381 1277/7/381 +f 1285/11/381 1277/7/381 1284/13/381 +f 1274/6/381 1282/14/381 1273/6/382 +f 1274/6/381 1277/7/381 1285/11/381 +f 1282/14/381 1274/6/381 1286/14/381 +f 1287/12/381 1274/6/381 1285/11/381 +f 1286/14/381 1274/6/381 1287/12/381 +f 1289/16/384 1288/15/384 1272/6/384 +f 1290/17/384 1289/16/384 1272/6/384 +f 1273/6/382 1290/17/384 1272/6/384 +f 1290/17/384 1273/6/382 1291/17/384 +f 1272/6/384 1288/15/384 1278/7/384 +f 1291/17/384 1273/6/382 1292/16/384 +f 1292/16/384 1273/6/382 1293/15/384 +f 1294/18/384 1278/7/384 1288/15/384 +f 1293/15/384 1273/6/382 1295/19/384 +f 1296/18/384 1293/15/384 1295/19/384 +f 1296/18/384 1295/19/384 1294/18/384 +f 1295/19/384 1273/6/382 1297/19/384 +f 1297/19/384 1273/6/382 1298/20/384 +f 1298/20/384 1273/6/382 1299/21/384 +f 1273/6/382 1283/7/382 1299/21/384 +f 1299/21/384 1283/7/382 1300/22/384 +f 1278/7/384 1300/22/384 1283/7/382 +f 1300/22/384 1278/7/384 1301/22/384 +f 1301/22/384 1278/7/384 1294/18/384 +f 1295/19/384 1302/20/384 1294/18/384 +f 1303/21/384 1301/22/384 1294/18/384 +f 1302/20/384 1303/21/384 1294/18/384 +f 1273/6/380 1279/11/379 1280/12/379 +f 1273/6/380 1280/12/379 1282/14/379 +f 1273/6/380 1281/13/379 1279/11/379 +f 1283/7/380 1281/13/379 1273/6/380 +f 1281/13/379 1283/7/380 1284/13/379 +f 1277/7/379 1284/13/379 1283/7/380 +f 1284/13/379 1277/7/379 1285/11/379 +f 1273/6/380 1282/14/379 1274/6/379 +f 1285/11/379 1277/7/379 1274/6/379 +f 1286/14/379 1274/6/379 1282/14/379 +f 1285/11/379 1274/6/379 1287/12/379 +f 1287/12/379 1274/6/379 1286/14/379 +f 1272/6/383 1288/15/383 1289/16/383 +f 1272/6/383 1289/16/383 1290/17/383 +f 1272/6/383 1290/17/383 1273/6/380 +f 1291/17/383 1273/6/380 1290/17/383 +f 1278/7/383 1288/15/383 1272/6/383 +f 1292/16/383 1273/6/380 1291/17/383 +f 1293/15/383 1273/6/380 1292/16/383 +f 1288/15/383 1278/7/383 1294/18/383 +f 1295/19/383 1273/6/380 1293/15/383 +f 1295/19/383 1293/15/383 1296/18/383 +f 1294/18/383 1295/19/383 1296/18/383 +f 1297/19/383 1273/6/380 1295/19/383 +f 1298/20/383 1273/6/380 1297/19/383 +f 1299/21/383 1273/6/380 1298/20/383 +f 1299/21/383 1283/7/380 1273/6/380 +f 1300/22/383 1283/7/380 1299/21/383 +f 1283/7/380 1300/22/383 1278/7/383 +f 1301/22/383 1278/7/383 1300/22/383 +f 1294/18/383 1278/7/383 1301/22/383 +f 1294/18/383 1302/20/383 1295/19/383 +f 1294/18/383 1301/22/383 1303/21/383 +f 1294/18/383 1303/21/383 1302/20/383 +f 1306/10/607 1305/9/608 1304/9/607 +f 1305/9/608 1306/10/607 1307/10/608 +f 1304/9/609 1305/9/610 1306/10/609 +f 1307/10/610 1306/10/609 1305/9/610 +f 1310/10/609 1309/9/610 1308/9/609 +f 1309/9/610 1310/10/609 1311/10/610 +f 1308/9/607 1309/9/608 1310/10/607 +f 1311/10/608 1310/10/607 1309/9/608 +f 1314/10/612 1313/9/611 1312/10/611 +f 1313/9/611 1314/10/612 1315/9/612 +f 1312/10/614 1313/9/614 1314/10/613 +f 1315/9/613 1314/10/613 1313/9/614 +f 1318/9/614 1317/10/613 1316/9/613 +f 1317/10/613 1318/9/614 1319/10/614 +f 1316/9/612 1317/10/612 1318/9/611 +f 1319/10/611 1318/9/611 1317/10/612 +f 1311/10/610 1318/9/614 1309/9/610 +f 1318/9/614 1311/10/610 1319/10/614 +f 1309/9/608 1318/9/611 1311/10/608 +f 1319/10/611 1311/10/608 1318/9/611 +f 1307/10/608 1313/9/611 1305/9/608 +f 1313/9/611 1307/10/608 1312/10/611 +f 1305/9/610 1313/9/614 1307/10/610 +f 1312/10/614 1307/10/610 1313/9/614 +f 1314/10/612 1308/9/609 1315/9/612 +f 1308/9/609 1314/10/612 1310/10/609 +f 1315/9/613 1308/9/607 1314/10/613 +f 1310/10/607 1314/10/613 1308/9/607 +f 1317/10/613 1304/9/607 1316/9/613 +f 1304/9/607 1317/10/613 1306/10/607 +f 1316/9/612 1304/9/609 1317/10/612 +f 1306/10/609 1317/10/612 1304/9/609 +f 1307/10/615 1314/10/615 1312/10/615 +f 1314/10/615 1307/10/615 1310/10/615 +f 1310/10/615 1307/10/615 1306/10/615 +f 1310/10/615 1306/10/615 1311/10/615 +f 1311/10/615 1306/10/615 1317/10/615 +f 1311/10/615 1317/10/615 1319/10/615 +f 1312/10/616 1314/10/616 1307/10/616 +f 1310/10/616 1307/10/616 1314/10/616 +f 1306/10/616 1307/10/616 1310/10/616 +f 1311/10/616 1306/10/616 1310/10/616 +f 1317/10/616 1306/10/616 1311/10/616 +f 1319/10/616 1317/10/616 1311/10/616 +f 1308/9/616 1313/9/616 1315/9/616 +f 1313/9/616 1308/9/616 1305/9/616 +f 1305/9/616 1308/9/616 1309/9/616 +f 1305/9/616 1309/9/616 1304/9/616 +f 1304/9/616 1309/9/616 1318/9/616 +f 1304/9/616 1318/9/616 1316/9/616 +f 1315/9/615 1313/9/615 1308/9/615 +f 1305/9/615 1308/9/615 1313/9/615 +f 1309/9/615 1308/9/615 1305/9/615 +f 1304/9/615 1309/9/615 1305/9/615 +f 1318/9/615 1309/9/615 1304/9/615 +f 1316/9/615 1318/9/615 1304/9/615 +f 1322/10/617 1321/9/618 1320/9/617 +f 1321/9/618 1322/10/617 1323/10/618 +f 1320/9/619 1321/9/620 1322/10/619 +f 1323/10/620 1322/10/619 1321/9/620 +f 1326/10/619 1325/9/620 1324/9/619 +f 1325/9/620 1326/10/619 1327/10/620 +f 1324/9/617 1325/9/618 1326/10/617 +f 1327/10/618 1326/10/617 1325/9/618 +f 1330/10/622 1329/9/621 1328/10/621 +f 1329/9/621 1330/10/622 1331/9/622 +f 1328/10/624 1329/9/624 1330/10/623 +f 1331/9/623 1330/10/623 1329/9/624 +f 1334/9/624 1333/10/623 1332/9/623 +f 1333/10/623 1334/9/624 1335/10/624 +f 1332/9/622 1333/10/622 1334/9/621 +f 1335/10/621 1334/9/621 1333/10/622 +f 1327/10/620 1334/9/624 1325/9/620 +f 1334/9/624 1327/10/620 1335/10/624 +f 1325/9/618 1334/9/621 1327/10/618 +f 1335/10/621 1327/10/618 1334/9/621 +f 1323/10/618 1329/9/621 1321/9/618 +f 1329/9/621 1323/10/618 1328/10/621 +f 1321/9/620 1329/9/624 1323/10/620 +f 1328/10/624 1323/10/620 1329/9/624 +f 1330/10/622 1324/9/619 1331/9/622 +f 1324/9/619 1330/10/622 1326/10/619 +f 1331/9/623 1324/9/617 1330/10/623 +f 1326/10/617 1330/10/623 1324/9/617 +f 1333/10/623 1320/9/617 1332/9/623 +f 1320/9/617 1333/10/623 1322/10/617 +f 1332/9/622 1320/9/619 1333/10/622 +f 1322/10/619 1333/10/622 1320/9/619 +f 1323/10/625 1330/10/625 1328/10/625 +f 1330/10/625 1323/10/625 1326/10/625 +f 1326/10/625 1323/10/625 1322/10/625 +f 1326/10/625 1322/10/625 1327/10/625 +f 1327/10/625 1322/10/625 1333/10/625 +f 1327/10/625 1333/10/625 1335/10/625 +f 1328/10/626 1330/10/626 1323/10/626 +f 1326/10/626 1323/10/626 1330/10/626 +f 1322/10/626 1323/10/626 1326/10/626 +f 1327/10/626 1322/10/626 1326/10/626 +f 1333/10/626 1322/10/626 1327/10/626 +f 1335/10/626 1333/10/626 1327/10/626 +f 1324/9/626 1329/9/626 1331/9/626 +f 1329/9/626 1324/9/626 1321/9/626 +f 1321/9/626 1324/9/626 1325/9/626 +f 1321/9/626 1325/9/626 1320/9/626 +f 1320/9/626 1325/9/626 1334/9/626 +f 1320/9/626 1334/9/626 1332/9/626 +f 1331/9/625 1329/9/625 1324/9/625 +f 1321/9/625 1324/9/625 1329/9/625 +f 1325/9/625 1324/9/625 1321/9/625 +f 1320/9/625 1325/9/625 1321/9/625 +f 1334/9/625 1325/9/625 1320/9/625 +f 1332/9/625 1334/9/625 1320/9/625 +f 1338/10/617 1337/9/618 1336/9/617 +f 1337/9/618 1338/10/617 1339/10/618 +f 1336/9/619 1337/9/620 1338/10/619 +f 1339/10/620 1338/10/619 1337/9/620 +f 1342/10/619 1341/9/620 1340/9/619 +f 1341/9/620 1342/10/619 1343/10/620 +f 1340/9/617 1341/9/618 1342/10/617 +f 1343/10/618 1342/10/617 1341/9/618 +f 1346/10/622 1345/9/621 1344/10/621 +f 1345/9/621 1346/10/622 1347/9/622 +f 1344/10/624 1345/9/624 1346/10/623 +f 1347/9/623 1346/10/623 1345/9/624 +f 1350/9/624 1349/10/623 1348/9/623 +f 1349/10/623 1350/9/624 1351/10/624 +f 1348/9/622 1349/10/622 1350/9/621 +f 1351/10/621 1350/9/621 1349/10/622 +f 1343/10/620 1350/9/624 1341/9/620 +f 1350/9/624 1343/10/620 1351/10/624 +f 1341/9/618 1350/9/621 1343/10/618 +f 1351/10/621 1343/10/618 1350/9/621 +f 1339/10/618 1345/9/621 1337/9/618 +f 1345/9/621 1339/10/618 1344/10/621 +f 1337/9/620 1345/9/624 1339/10/620 +f 1344/10/624 1339/10/620 1345/9/624 +f 1346/10/622 1340/9/619 1347/9/622 +f 1340/9/619 1346/10/622 1342/10/619 +f 1347/9/623 1340/9/617 1346/10/623 +f 1342/10/617 1346/10/623 1340/9/617 +f 1349/10/623 1336/9/617 1348/9/623 +f 1336/9/617 1349/10/623 1338/10/617 +f 1348/9/622 1336/9/619 1349/10/622 +f 1338/10/619 1349/10/622 1336/9/619 +f 1339/10/625 1346/10/625 1344/10/625 +f 1346/10/625 1339/10/625 1342/10/625 +f 1342/10/625 1339/10/625 1338/10/625 +f 1342/10/625 1338/10/625 1343/10/625 +f 1343/10/625 1338/10/625 1349/10/625 +f 1343/10/625 1349/10/625 1351/10/625 +f 1344/10/626 1346/10/626 1339/10/626 +f 1342/10/626 1339/10/626 1346/10/626 +f 1338/10/626 1339/10/626 1342/10/626 +f 1343/10/626 1338/10/626 1342/10/626 +f 1349/10/626 1338/10/626 1343/10/626 +f 1351/10/626 1349/10/626 1343/10/626 +f 1340/9/626 1345/9/626 1347/9/626 +f 1345/9/626 1340/9/626 1337/9/626 +f 1337/9/626 1340/9/626 1341/9/626 +f 1337/9/626 1341/9/626 1336/9/626 +f 1336/9/626 1341/9/626 1350/9/626 +f 1336/9/626 1350/9/626 1348/9/626 +f 1347/9/625 1345/9/625 1340/9/625 +f 1337/9/625 1340/9/625 1345/9/625 +f 1341/9/625 1340/9/625 1337/9/625 +f 1336/9/625 1341/9/625 1337/9/625 +f 1350/9/625 1341/9/625 1336/9/625 +f 1348/9/625 1350/9/625 1336/9/625 +f 455/8/192 1353/7/192 1352/8/192 +f 1353/7/192 455/8/192 1354/7/192 +f 1352/8/191 1353/7/191 455/8/191 +f 1354/7/191 455/8/191 1353/7/191 +f 1357/8/604 1356/7/179 1355/7/604 +f 1356/7/179 1357/8/604 1358/8/179 +f 1355/7/603 1356/7/180 1357/8/603 +f 1358/8/180 1357/8/603 1356/7/180 +f 455/8/180 1359/7/180 1354/7/180 +f 1359/7/180 455/8/180 456/8/180 +f 1354/7/179 1359/7/179 455/8/179 +f 456/8/179 455/8/179 1359/7/179 +f 1358/8/179 1353/7/606 1356/7/179 +f 1353/7/606 1358/8/179 1352/8/606 +f 1356/7/180 1353/7/605 1358/8/180 +f 1352/8/605 1358/8/180 1353/7/605 +f 1359/7/82 1353/7/82 1354/7/82 +f 1353/7/82 1359/7/82 1356/7/82 +f 1356/7/82 1359/7/82 1355/7/82 +f 1354/7/81 1353/7/81 1359/7/81 +f 1356/7/81 1359/7/81 1353/7/81 +f 1355/7/81 1359/7/81 1356/7/81 +f 1352/8/81 456/8/81 455/8/81 +f 456/8/81 1352/8/81 1358/8/81 +f 456/8/81 1358/8/81 1357/8/81 +f 455/8/82 456/8/82 1352/8/82 +f 1358/8/82 1352/8/82 456/8/82 +f 1357/8/82 1358/8/82 456/8/82 +f 1359/7/191 1357/8/191 1355/7/191 +f 1357/8/191 1359/7/191 456/8/191 +f 1355/7/192 1357/8/192 1359/7/192 +f 456/8/192 1359/7/192 1357/8/192 +f 1362/6/81 1361/6/81 1360/6/81 +f 1361/6/81 1362/6/81 1363/6/81 +f 1361/6/81 1363/6/81 1364/6/81 +f 1360/6/82 1361/6/82 1362/6/82 +f 1363/6/82 1362/6/82 1361/6/82 +f 1364/6/82 1363/6/82 1361/6/82 +f 1360/6/180 1366/7/180 1365/7/180 +f 1366/7/180 1360/6/180 1361/6/180 +f 1365/7/179 1366/7/179 1360/6/179 +f 1361/6/179 1360/6/179 1366/7/179 +f 1366/7/191 1364/6/191 1367/7/191 +f 1364/6/191 1366/7/191 1361/6/191 +f 1367/7/192 1364/6/192 1366/7/192 +f 1361/6/192 1366/7/192 1364/6/192 +f 1360/6/192 1368/7/192 1362/6/192 +f 1368/7/192 1360/6/192 1365/7/192 +f 1362/6/191 1368/7/191 1360/6/191 +f 1365/7/191 1360/6/191 1368/7/191 +f 1370/12/379 1369/11/379 1363/6/180 +f 1369/11/379 1371/13/379 1363/6/180 +f 1372/14/379 1370/12/379 1363/6/180 +f 1363/6/180 1371/13/379 1373/7/180 +f 1374/13/379 1373/7/180 1371/13/379 +f 1373/7/180 1374/13/379 1367/7/379 +f 1375/11/379 1367/7/379 1374/13/379 +f 1364/6/379 1372/14/379 1363/6/180 +f 1364/6/379 1367/7/379 1375/11/379 +f 1372/14/379 1364/6/379 1376/14/379 +f 1377/12/379 1364/6/379 1375/11/379 +f 1376/14/379 1364/6/379 1377/12/379 +f 1379/16/383 1378/15/383 1362/6/383 +f 1380/17/383 1379/16/383 1362/6/383 +f 1363/6/180 1380/17/383 1362/6/383 +f 1380/17/383 1363/6/180 1381/17/383 +f 1362/6/383 1378/15/383 1368/7/383 +f 1381/17/383 1363/6/180 1382/16/383 +f 1382/16/383 1363/6/180 1383/15/383 +f 1384/18/383 1368/7/383 1378/15/383 +f 1383/15/383 1363/6/180 1385/19/383 +f 1386/18/383 1383/15/383 1385/19/383 +f 1386/18/383 1385/19/383 1384/18/383 +f 1385/19/383 1363/6/180 1387/19/383 +f 1387/19/383 1363/6/180 1388/20/383 +f 1388/20/383 1363/6/180 1389/21/383 +f 1363/6/180 1373/7/180 1389/21/383 +f 1389/21/383 1373/7/180 1390/22/383 +f 1368/7/383 1390/22/383 1373/7/180 +f 1390/22/383 1368/7/383 1391/22/383 +f 1391/22/383 1368/7/383 1384/18/383 +f 1385/19/383 1392/20/383 1384/18/383 +f 1393/21/383 1391/22/383 1384/18/383 +f 1392/20/383 1393/21/383 1384/18/383 +f 1363/6/179 1369/11/381 1370/12/381 +f 1363/6/179 1370/12/381 1372/14/381 +f 1363/6/179 1371/13/381 1369/11/381 +f 1373/7/179 1371/13/381 1363/6/179 +f 1371/13/381 1373/7/179 1374/13/381 +f 1367/7/381 1374/13/381 1373/7/179 +f 1374/13/381 1367/7/381 1375/11/381 +f 1363/6/179 1372/14/381 1364/6/381 +f 1375/11/381 1367/7/381 1364/6/381 +f 1376/14/381 1364/6/381 1372/14/381 +f 1375/11/381 1364/6/381 1377/12/381 +f 1377/12/381 1364/6/381 1376/14/381 +f 1362/6/384 1378/15/384 1379/16/384 +f 1362/6/384 1379/16/384 1380/17/384 +f 1362/6/384 1380/17/384 1363/6/179 +f 1381/17/384 1363/6/179 1380/17/384 +f 1368/7/384 1378/15/384 1362/6/384 +f 1382/16/384 1363/6/179 1381/17/384 +f 1383/15/384 1363/6/179 1382/16/384 +f 1378/15/384 1368/7/384 1384/18/384 +f 1385/19/384 1363/6/179 1383/15/384 +f 1385/19/384 1383/15/384 1386/18/384 +f 1384/18/384 1385/19/384 1386/18/384 +f 1387/19/384 1363/6/179 1385/19/384 +f 1388/20/384 1363/6/179 1387/19/384 +f 1389/21/384 1363/6/179 1388/20/384 +f 1389/21/384 1373/7/179 1363/6/179 +f 1390/22/384 1373/7/179 1389/21/384 +f 1373/7/179 1390/22/384 1368/7/384 +f 1391/22/384 1368/7/384 1390/22/384 +f 1384/18/384 1368/7/384 1391/22/384 +f 1384/18/384 1392/20/384 1385/19/384 +f 1384/18/384 1391/22/384 1393/21/384 +f 1384/18/384 1393/21/384 1392/20/384 +f 1396/10/627 1395/9/628 1394/9/627 +f 1395/9/628 1396/10/627 1397/10/628 +f 1394/9/629 1395/9/630 1396/10/629 +f 1397/10/630 1396/10/629 1395/9/630 +f 1400/10/629 1399/9/630 1398/9/629 +f 1399/9/630 1400/10/629 1401/10/630 +f 1398/9/627 1399/9/628 1400/10/627 +f 1401/10/628 1400/10/627 1399/9/628 +f 1404/10/632 1403/9/631 1402/10/631 +f 1403/9/631 1404/10/632 1405/9/632 +f 1402/10/634 1403/9/634 1404/10/633 +f 1405/9/633 1404/10/633 1403/9/634 +f 1408/9/634 1407/10/633 1406/9/633 +f 1407/10/633 1408/9/634 1409/10/634 +f 1406/9/632 1407/10/632 1408/9/631 +f 1409/10/631 1408/9/631 1407/10/632 +f 1401/10/630 1408/9/634 1399/9/630 +f 1408/9/634 1401/10/630 1409/10/634 +f 1399/9/628 1408/9/631 1401/10/628 +f 1409/10/631 1401/10/628 1408/9/631 +f 1397/10/628 1403/9/631 1395/9/628 +f 1403/9/631 1397/10/628 1402/10/631 +f 1395/9/630 1403/9/634 1397/10/630 +f 1402/10/634 1397/10/630 1403/9/634 +f 1404/10/632 1398/9/629 1405/9/632 +f 1398/9/629 1404/10/632 1400/10/629 +f 1405/9/633 1398/9/627 1404/10/633 +f 1400/10/627 1404/10/633 1398/9/627 +f 1407/10/633 1394/9/627 1406/9/633 +f 1394/9/627 1407/10/633 1396/10/627 +f 1406/9/632 1394/9/629 1407/10/632 +f 1396/10/629 1407/10/632 1394/9/629 +f 1397/10/635 1404/10/635 1402/10/635 +f 1404/10/635 1397/10/635 1400/10/635 +f 1400/10/635 1397/10/635 1396/10/635 +f 1400/10/635 1396/10/635 1401/10/635 +f 1401/10/635 1396/10/635 1407/10/635 +f 1401/10/635 1407/10/635 1409/10/635 +f 1402/10/636 1404/10/636 1397/10/636 +f 1400/10/636 1397/10/636 1404/10/636 +f 1396/10/636 1397/10/636 1400/10/636 +f 1401/10/636 1396/10/636 1400/10/636 +f 1407/10/636 1396/10/636 1401/10/636 +f 1409/10/636 1407/10/636 1401/10/636 +f 1398/9/636 1403/9/636 1405/9/636 +f 1403/9/636 1398/9/636 1395/9/636 +f 1395/9/636 1398/9/636 1399/9/636 +f 1395/9/636 1399/9/636 1394/9/636 +f 1394/9/636 1399/9/636 1408/9/636 +f 1394/9/636 1408/9/636 1406/9/636 +f 1405/9/635 1403/9/635 1398/9/635 +f 1395/9/635 1398/9/635 1403/9/635 +f 1399/9/635 1398/9/635 1395/9/635 +f 1394/9/635 1399/9/635 1395/9/635 +f 1408/9/635 1399/9/635 1394/9/635 +f 1406/9/635 1408/9/635 1394/9/635 +f 1412/10/637 1411/9/638 1410/9/637 +f 1411/9/638 1412/10/637 1413/10/638 +f 1410/9/639 1411/9/640 1412/10/639 +f 1413/10/640 1412/10/639 1411/9/640 +f 1416/10/639 1415/9/640 1414/9/639 +f 1415/9/640 1416/10/639 1417/10/640 +f 1414/9/637 1415/9/638 1416/10/637 +f 1417/10/638 1416/10/637 1415/9/638 +f 1420/10/642 1419/9/641 1418/10/641 +f 1419/9/641 1420/10/642 1421/9/642 +f 1418/10/644 1419/9/644 1420/10/643 +f 1421/9/643 1420/10/643 1419/9/644 +f 1424/9/644 1423/10/643 1422/9/643 +f 1423/10/643 1424/9/644 1425/10/644 +f 1422/9/642 1423/10/642 1424/9/641 +f 1425/10/641 1424/9/641 1423/10/642 +f 1417/10/640 1424/9/644 1415/9/640 +f 1424/9/644 1417/10/640 1425/10/644 +f 1415/9/638 1424/9/641 1417/10/638 +f 1425/10/641 1417/10/638 1424/9/641 +f 1413/10/638 1419/9/641 1411/9/638 +f 1419/9/641 1413/10/638 1418/10/641 +f 1411/9/640 1419/9/644 1413/10/640 +f 1418/10/644 1413/10/640 1419/9/644 +f 1420/10/642 1414/9/639 1421/9/642 +f 1414/9/639 1420/10/642 1416/10/639 +f 1421/9/643 1414/9/637 1420/10/643 +f 1416/10/637 1420/10/643 1414/9/637 +f 1423/10/643 1410/9/637 1422/9/643 +f 1410/9/637 1423/10/643 1412/10/637 +f 1422/9/642 1410/9/639 1423/10/642 +f 1412/10/639 1423/10/642 1410/9/639 +f 1413/10/645 1420/10/645 1418/10/645 +f 1420/10/645 1413/10/645 1416/10/645 +f 1416/10/645 1413/10/645 1412/10/645 +f 1416/10/645 1412/10/645 1417/10/645 +f 1417/10/645 1412/10/645 1423/10/645 +f 1417/10/645 1423/10/645 1425/10/645 +f 1418/10/646 1420/10/646 1413/10/646 +f 1416/10/646 1413/10/646 1420/10/646 +f 1412/10/646 1413/10/646 1416/10/646 +f 1417/10/646 1412/10/646 1416/10/646 +f 1423/10/646 1412/10/646 1417/10/646 +f 1425/10/646 1423/10/646 1417/10/646 +f 1414/9/646 1419/9/646 1421/9/646 +f 1419/9/646 1414/9/646 1411/9/646 +f 1411/9/646 1414/9/646 1415/9/646 +f 1411/9/646 1415/9/646 1410/9/646 +f 1410/9/646 1415/9/646 1424/9/646 +f 1410/9/646 1424/9/646 1422/9/646 +f 1421/9/645 1419/9/645 1414/9/645 +f 1411/9/645 1414/9/645 1419/9/645 +f 1415/9/645 1414/9/645 1411/9/645 +f 1410/9/645 1415/9/645 1411/9/645 +f 1424/9/645 1415/9/645 1410/9/645 +f 1422/9/645 1424/9/645 1410/9/645 +f 1428/10/637 1427/9/638 1426/9/637 +f 1427/9/638 1428/10/637 1429/10/638 +f 1426/9/639 1427/9/640 1428/10/639 +f 1429/10/640 1428/10/639 1427/9/640 +f 1432/10/639 1431/9/640 1430/9/639 +f 1431/9/640 1432/10/639 1433/10/640 +f 1430/9/637 1431/9/638 1432/10/637 +f 1433/10/638 1432/10/637 1431/9/638 +f 1436/10/642 1435/9/641 1434/10/641 +f 1435/9/641 1436/10/642 1437/9/642 +f 1434/10/644 1435/9/644 1436/10/643 +f 1437/9/643 1436/10/643 1435/9/644 +f 1440/9/644 1439/10/643 1438/9/643 +f 1439/10/643 1440/9/644 1441/10/644 +f 1438/9/642 1439/10/642 1440/9/641 +f 1441/10/641 1440/9/641 1439/10/642 +f 1433/10/640 1440/9/644 1431/9/640 +f 1440/9/644 1433/10/640 1441/10/644 +f 1431/9/638 1440/9/641 1433/10/638 +f 1441/10/641 1433/10/638 1440/9/641 +f 1429/10/638 1435/9/641 1427/9/638 +f 1435/9/641 1429/10/638 1434/10/641 +f 1427/9/640 1435/9/644 1429/10/640 +f 1434/10/644 1429/10/640 1435/9/644 +f 1436/10/642 1430/9/639 1437/9/642 +f 1430/9/639 1436/10/642 1432/10/639 +f 1437/9/643 1430/9/637 1436/10/643 +f 1432/10/637 1436/10/643 1430/9/637 +f 1439/10/643 1426/9/637 1438/9/643 +f 1426/9/637 1439/10/643 1428/10/637 +f 1438/9/642 1426/9/639 1439/10/642 +f 1428/10/639 1439/10/642 1426/9/639 +f 1429/10/645 1436/10/645 1434/10/645 +f 1436/10/645 1429/10/645 1432/10/645 +f 1432/10/645 1429/10/645 1428/10/645 +f 1432/10/645 1428/10/645 1433/10/645 +f 1433/10/645 1428/10/645 1439/10/645 +f 1433/10/645 1439/10/645 1441/10/645 +f 1434/10/646 1436/10/646 1429/10/646 +f 1432/10/646 1429/10/646 1436/10/646 +f 1428/10/646 1429/10/646 1432/10/646 +f 1433/10/646 1428/10/646 1432/10/646 +f 1439/10/646 1428/10/646 1433/10/646 +f 1441/10/646 1439/10/646 1433/10/646 +f 1430/9/646 1435/9/646 1437/9/646 +f 1435/9/646 1430/9/646 1427/9/646 +f 1427/9/646 1430/9/646 1431/9/646 +f 1427/9/646 1431/9/646 1426/9/646 +f 1426/9/646 1431/9/646 1440/9/646 +f 1426/9/646 1440/9/646 1438/9/646 +f 1437/9/645 1435/9/645 1430/9/645 +f 1427/9/645 1430/9/645 1435/9/645 +f 1431/9/645 1430/9/645 1427/9/645 +f 1426/9/645 1431/9/645 1427/9/645 +f 1440/9/645 1431/9/645 1426/9/645 +f 1438/9/645 1440/9/645 1426/9/645 +f 1444/6/387 1443/7/387 1442/6/387 +f 1443/7/387 1444/6/387 1445/7/387 +f 1442/6/388 1443/7/388 1444/6/388 +f 1445/7/388 1444/6/388 1443/7/388 +f 1444/6/389 1446/7/389 1445/7/389 +f 1446/7/389 1444/6/389 1447/6/389 +f 1445/7/390 1446/7/390 1444/6/390 +f 1447/6/390 1444/6/390 1446/7/390 +f 1448/7/395 1442/6/397 1443/7/397 +f 1442/6/397 1448/7/395 1449/6/395 +f 1443/7/398 1442/6/398 1448/7/396 +f 1449/6/396 1448/7/396 1442/6/398 +f 1446/7/392 1451/6/391 1450/7/391 +f 1451/6/391 1446/7/392 1447/6/392 +f 1450/7/394 1451/6/394 1446/7/393 +f 1447/6/393 1446/7/393 1451/6/394 +f 1449/6/81 1444/6/81 1442/6/81 +f 1444/6/81 1449/6/81 1447/6/81 +f 1447/6/81 1449/6/81 1451/6/81 +f 1442/6/82 1444/6/82 1449/6/82 +f 1447/6/82 1449/6/82 1444/6/82 +f 1451/6/82 1449/6/82 1447/6/82 +f 1451/6/391 1448/7/395 1450/7/391 +f 1448/7/395 1451/6/391 1449/6/395 +f 1450/7/394 1448/7/396 1451/6/394 +f 1449/6/396 1451/6/394 1448/7/396 +f 244/8/389 1453/7/389 1452/7/389 +f 1453/7/389 244/8/389 1179/8/389 +f 1452/7/390 1453/7/390 244/8/390 +f 1179/8/390 244/8/390 1453/7/390 +f 244/8/387 1455/7/387 1454/8/387 +f 1455/7/387 244/8/387 1452/7/387 +f 1454/8/388 1455/7/388 244/8/388 +f 1452/7/388 244/8/388 1455/7/388 +f 1456/8/81 244/8/81 1454/8/81 +f 244/8/81 1456/8/81 1179/8/81 +f 1179/8/81 1456/8/81 1457/8/81 +f 1454/8/82 244/8/82 1456/8/82 +f 1179/8/82 1456/8/82 244/8/82 +f 1457/8/82 1456/8/82 1179/8/82 +f 1453/7/82 1455/7/82 1452/7/82 +f 1455/7/82 1453/7/82 1458/7/82 +f 1458/7/82 1453/7/82 1459/7/82 +f 1452/7/81 1455/7/81 1453/7/81 +f 1458/7/81 1453/7/81 1455/7/81 +f 1459/7/81 1453/7/81 1458/7/81 +f 1453/7/392 1457/8/391 1459/7/391 +f 1457/8/391 1453/7/392 1179/8/392 +f 1459/7/394 1457/8/394 1453/7/393 +f 1179/8/393 1453/7/393 1457/8/394 +f 1457/8/391 1458/7/647 1459/7/391 +f 1458/7/647 1457/8/391 1456/8/647 +f 1459/7/394 1458/7/648 1457/8/394 +f 1456/8/648 1457/8/394 1458/7/648 +f 1458/7/647 1454/8/397 1455/7/397 +f 1454/8/397 1458/7/647 1456/8/647 +f 1455/7/398 1454/8/398 1458/7/648 +f 1456/8/648 1458/7/648 1454/8/398 +f 1462/6/192 1461/7/192 1460/6/192 +f 1461/7/192 1462/6/192 1463/7/192 +f 1460/6/191 1461/7/191 1462/6/191 +f 1463/7/191 1462/6/191 1461/7/191 +f 1462/6/180 1464/7/180 1463/7/180 +f 1464/7/180 1462/6/180 1465/6/180 +f 1463/7/179 1464/7/179 1462/6/179 +f 1465/6/179 1462/6/179 1464/7/179 +f 1466/7/396 1460/6/398 1461/7/398 +f 1460/6/398 1466/7/396 1467/6/396 +f 1461/7/397 1460/6/397 1466/7/395 +f 1467/6/395 1466/7/395 1460/6/397 +f 1464/7/393 1469/6/394 1468/7/394 +f 1469/6/394 1464/7/393 1465/6/393 +f 1468/7/391 1469/6/391 1464/7/392 +f 1465/6/392 1464/7/392 1469/6/391 +f 1467/6/81 1462/6/81 1460/6/81 +f 1462/6/81 1467/6/81 1465/6/81 +f 1465/6/81 1467/6/81 1469/6/81 +f 1460/6/82 1462/6/82 1467/6/82 +f 1465/6/82 1467/6/82 1462/6/82 +f 1469/6/82 1467/6/82 1465/6/82 +f 1469/6/394 1466/7/396 1468/7/394 +f 1466/7/396 1469/6/394 1467/6/396 +f 1468/7/391 1466/7/395 1469/6/391 +f 1467/6/395 1469/6/391 1466/7/395 +f 116/8/180 1471/7/180 1470/7/180 +f 1471/7/180 116/8/180 969/8/180 +f 1470/7/179 1471/7/179 116/8/179 +f 969/8/179 116/8/179 1471/7/179 +f 116/8/192 1473/7/192 1472/8/192 +f 1473/7/192 116/8/192 1470/7/192 +f 1472/8/191 1473/7/191 116/8/191 +f 1470/7/191 116/8/191 1473/7/191 +f 1474/8/81 116/8/81 1472/8/81 +f 116/8/81 1474/8/81 969/8/81 +f 969/8/81 1474/8/81 1475/8/81 +f 1472/8/82 116/8/82 1474/8/82 +f 969/8/82 1474/8/82 116/8/82 +f 1475/8/82 1474/8/82 969/8/82 +f 1471/7/82 1473/7/82 1470/7/82 +f 1473/7/82 1471/7/82 1476/7/82 +f 1476/7/82 1471/7/82 1477/7/82 +f 1470/7/81 1473/7/81 1471/7/81 +f 1476/7/81 1471/7/81 1473/7/81 +f 1477/7/81 1471/7/81 1476/7/81 +f 1471/7/393 1475/8/394 1477/7/394 +f 1475/8/394 1471/7/393 969/8/393 +f 1477/7/391 1475/8/391 1471/7/392 +f 969/8/392 1471/7/392 1475/8/391 +f 1475/8/394 1476/7/648 1477/7/394 +f 1476/7/648 1475/8/394 1474/8/648 +f 1477/7/391 1476/7/647 1475/8/391 +f 1474/8/647 1475/8/391 1476/7/647 +f 1476/7/648 1472/8/398 1473/7/398 +f 1472/8/398 1476/7/648 1474/8/648 +f 1473/7/397 1472/8/397 1476/7/647 +f 1474/8/647 1476/7/647 1472/8/397 +f 1480/6/96 1479/7/96 1478/6/96 +f 1479/7/96 1480/6/96 1481/7/96 +f 1478/6/95 1479/7/95 1480/6/95 +f 1481/7/95 1480/6/95 1479/7/95 +f 1480/6/84 1482/7/84 1481/7/84 +f 1482/7/84 1480/6/84 1483/6/84 +f 1481/7/83 1482/7/83 1480/6/83 +f 1483/6/83 1480/6/83 1482/7/83 +f 1484/7/403 1478/6/405 1479/7/405 +f 1478/6/405 1484/7/403 1485/6/403 +f 1479/7/406 1478/6/406 1484/7/404 +f 1485/6/404 1484/7/404 1478/6/406 +f 1482/7/400 1487/6/399 1486/7/399 +f 1487/6/399 1482/7/400 1483/6/400 +f 1486/7/402 1487/6/402 1482/7/401 +f 1483/6/401 1482/7/401 1487/6/402 +f 1485/6/81 1480/6/81 1478/6/81 +f 1480/6/81 1485/6/81 1483/6/81 +f 1483/6/81 1485/6/81 1487/6/81 +f 1478/6/82 1480/6/82 1485/6/82 +f 1483/6/82 1485/6/82 1480/6/82 +f 1487/6/82 1485/6/82 1483/6/82 +f 1487/6/399 1484/7/403 1486/7/399 +f 1484/7/403 1487/6/399 1485/6/403 +f 1486/7/402 1484/7/404 1487/6/402 +f 1485/6/404 1487/6/402 1484/7/404 +f 1490/8/84 1489/7/84 1488/7/84 +f 1489/7/84 1490/8/84 1491/8/84 +f 1488/7/83 1489/7/83 1490/8/83 +f 1491/8/83 1490/8/83 1489/7/83 +f 1490/8/96 1493/7/96 1492/8/96 +f 1493/7/96 1490/8/96 1488/7/96 +f 1492/8/95 1493/7/95 1490/8/95 +f 1488/7/95 1490/8/95 1493/7/95 +f 1494/8/81 1490/8/81 1492/8/81 +f 1490/8/81 1494/8/81 1491/8/81 +f 1491/8/81 1494/8/81 1495/8/81 +f 1492/8/82 1490/8/82 1494/8/82 +f 1491/8/82 1494/8/82 1490/8/82 +f 1495/8/82 1494/8/82 1491/8/82 +f 1489/7/82 1493/7/82 1488/7/82 +f 1493/7/82 1489/7/82 1496/7/82 +f 1496/7/82 1489/7/82 1497/7/82 +f 1488/7/81 1493/7/81 1489/7/81 +f 1496/7/81 1489/7/81 1493/7/81 +f 1497/7/81 1489/7/81 1496/7/81 +f 1489/7/400 1495/8/399 1497/7/399 +f 1495/8/399 1489/7/400 1491/8/400 +f 1497/7/402 1495/8/402 1489/7/401 +f 1491/8/401 1489/7/401 1495/8/402 +f 1495/8/399 1496/7/649 1497/7/399 +f 1496/7/649 1495/8/399 1494/8/649 +f 1497/7/402 1496/7/650 1495/8/402 +f 1494/8/650 1495/8/402 1496/7/650 +f 1496/7/649 1492/8/405 1493/7/405 +f 1492/8/405 1496/7/649 1494/8/649 +f 1493/7/406 1492/8/406 1496/7/650 +f 1494/8/650 1496/7/650 1492/8/406 +f 1500/6/288 1499/7/288 1498/6/288 +f 1499/7/288 1500/6/288 1501/7/288 +f 1498/6/287 1499/7/287 1500/6/287 +f 1501/7/287 1500/6/287 1499/7/287 +f 1500/6/276 1502/7/276 1501/7/276 +f 1502/7/276 1500/6/276 1503/6/276 +f 1501/7/275 1502/7/275 1500/6/275 +f 1503/6/275 1500/6/275 1502/7/275 +f 1504/7/411 1498/6/413 1499/7/413 +f 1498/6/413 1504/7/411 1505/6/411 +f 1499/7/414 1498/6/414 1504/7/412 +f 1505/6/412 1504/7/412 1498/6/414 +f 1502/7/408 1507/6/407 1506/7/407 +f 1507/6/407 1502/7/408 1503/6/408 +f 1506/7/410 1507/6/410 1502/7/409 +f 1503/6/409 1502/7/409 1507/6/410 +f 1505/6/81 1500/6/81 1498/6/81 +f 1500/6/81 1505/6/81 1503/6/81 +f 1503/6/81 1505/6/81 1507/6/81 +f 1498/6/82 1500/6/82 1505/6/82 +f 1503/6/82 1505/6/82 1500/6/82 +f 1507/6/82 1505/6/82 1503/6/82 +f 1507/6/407 1504/7/411 1506/7/407 +f 1504/7/411 1507/6/407 1505/6/411 +f 1506/7/410 1504/7/412 1507/6/410 +f 1505/6/412 1507/6/410 1504/7/412 +f 185/8/276 1509/7/276 1508/7/276 +f 1509/7/276 185/8/276 1510/8/276 +f 1508/7/275 1509/7/275 185/8/275 +f 1510/8/275 185/8/275 1509/7/275 +f 185/8/288 1512/7/288 1511/8/288 +f 1512/7/288 185/8/288 1508/7/288 +f 1511/8/287 1512/7/287 185/8/287 +f 1508/7/287 185/8/287 1512/7/287 +f 1513/8/81 185/8/81 1511/8/81 +f 185/8/81 1513/8/81 1510/8/81 +f 1510/8/81 1513/8/81 1514/8/81 +f 1511/8/82 185/8/82 1513/8/82 +f 1510/8/82 1513/8/82 185/8/82 +f 1514/8/82 1513/8/82 1510/8/82 +f 1509/7/82 1512/7/82 1508/7/82 +f 1512/7/82 1509/7/82 1515/7/82 +f 1515/7/82 1509/7/82 1516/7/82 +f 1508/7/81 1512/7/81 1509/7/81 +f 1515/7/81 1509/7/81 1512/7/81 +f 1516/7/81 1509/7/81 1515/7/81 +f 1509/7/408 1514/8/407 1516/7/407 +f 1514/8/407 1509/7/408 1510/8/408 +f 1516/7/410 1514/8/410 1509/7/409 +f 1510/8/409 1509/7/409 1514/8/410 +f 1514/8/407 1515/7/651 1516/7/407 +f 1515/7/651 1514/8/407 1513/8/651 +f 1516/7/410 1515/7/652 1514/8/410 +f 1513/8/652 1514/8/410 1515/7/652 +f 1515/7/651 1511/8/413 1512/7/413 +f 1511/8/413 1515/7/651 1513/8/651 +f 1512/7/414 1511/8/414 1515/7/652 +f 1513/8/652 1515/7/652 1511/8/414 +f 1519/6/288 1518/7/288 1517/6/288 +f 1518/7/288 1519/6/288 1520/7/288 +f 1517/6/287 1518/7/287 1519/6/287 +f 1520/7/287 1519/6/287 1518/7/287 +f 1519/6/276 1521/7/276 1520/7/276 +f 1521/7/276 1519/6/276 1522/6/276 +f 1520/7/275 1521/7/275 1519/6/275 +f 1522/6/275 1519/6/275 1521/7/275 +f 1523/7/411 1517/6/413 1518/7/413 +f 1517/6/413 1523/7/411 1524/6/411 +f 1518/7/414 1517/6/414 1523/7/412 +f 1524/6/412 1523/7/412 1517/6/414 +f 1521/7/408 1526/6/407 1525/7/407 +f 1526/6/407 1521/7/408 1522/6/408 +f 1525/7/410 1526/6/410 1521/7/409 +f 1522/6/409 1521/7/409 1526/6/410 +f 1524/6/81 1519/6/81 1517/6/81 +f 1519/6/81 1524/6/81 1522/6/81 +f 1522/6/81 1524/6/81 1526/6/81 +f 1517/6/82 1519/6/82 1524/6/82 +f 1522/6/82 1524/6/82 1519/6/82 +f 1526/6/82 1524/6/82 1522/6/82 +f 1526/6/407 1523/7/411 1525/7/407 +f 1523/7/411 1526/6/407 1524/6/411 +f 1525/7/410 1523/7/412 1526/6/410 +f 1524/6/412 1526/6/410 1523/7/412 +f 1529/8/276 1528/7/276 1527/7/276 +f 1528/7/276 1529/8/276 1530/8/276 +f 1527/7/275 1528/7/275 1529/8/275 +f 1530/8/275 1529/8/275 1528/7/275 +f 1529/8/288 1532/7/288 1531/8/288 +f 1532/7/288 1529/8/288 1527/7/288 +f 1531/8/287 1532/7/287 1529/8/287 +f 1527/7/287 1529/8/287 1532/7/287 +f 1533/8/81 1529/8/81 1531/8/81 +f 1529/8/81 1533/8/81 1530/8/81 +f 1530/8/81 1533/8/81 1534/8/81 +f 1531/8/82 1529/8/82 1533/8/82 +f 1530/8/82 1533/8/82 1529/8/82 +f 1534/8/82 1533/8/82 1530/8/82 +f 1528/7/82 1532/7/82 1527/7/82 +f 1532/7/82 1528/7/82 1535/7/82 +f 1535/7/82 1528/7/82 1536/7/82 +f 1527/7/81 1532/7/81 1528/7/81 +f 1535/7/81 1528/7/81 1532/7/81 +f 1536/7/81 1528/7/81 1535/7/81 +f 1528/7/408 1534/8/407 1536/7/407 +f 1534/8/407 1528/7/408 1530/8/408 +f 1536/7/410 1534/8/410 1528/7/409 +f 1530/8/409 1528/7/409 1534/8/410 +f 1534/8/407 1535/7/651 1536/7/407 +f 1535/7/651 1534/8/407 1533/8/651 +f 1536/7/410 1535/7/652 1534/8/410 +f 1533/8/652 1534/8/410 1535/7/652 +f 1535/7/651 1531/8/413 1532/7/413 +f 1531/8/413 1535/7/651 1533/8/651 +f 1532/7/414 1531/8/414 1535/7/652 +f 1533/8/652 1535/7/652 1531/8/414 +f 1539/6/415 1538/7/415 1537/6/415 +f 1538/7/415 1539/6/415 1540/7/415 +f 1537/6/416 1538/7/416 1539/6/416 +f 1540/7/416 1539/6/416 1538/7/416 +f 1539/6/417 1541/7/417 1540/7/417 +f 1541/7/417 1539/6/417 1542/6/417 +f 1540/7/418 1541/7/418 1539/6/418 +f 1542/6/418 1539/6/418 1541/7/418 +f 1543/7/395 1537/6/397 1538/7/397 +f 1537/6/397 1543/7/395 1544/6/395 +f 1538/7/398 1537/6/398 1543/7/396 +f 1544/6/396 1543/7/396 1537/6/398 +f 1541/7/392 1546/6/391 1545/7/391 +f 1546/6/391 1541/7/392 1542/6/392 +f 1545/7/394 1546/6/394 1541/7/393 +f 1542/6/393 1541/7/393 1546/6/394 +f 1544/6/81 1539/6/81 1537/6/81 +f 1539/6/81 1544/6/81 1542/6/81 +f 1542/6/81 1544/6/81 1546/6/81 +f 1537/6/82 1539/6/82 1544/6/82 +f 1542/6/82 1544/6/82 1539/6/82 +f 1546/6/82 1544/6/82 1542/6/82 +f 1546/6/391 1543/7/395 1545/7/391 +f 1543/7/395 1546/6/391 1544/6/395 +f 1545/7/394 1543/7/396 1546/6/394 +f 1544/6/396 1546/6/394 1543/7/396 +f 1549/8/417 1548/7/417 1547/7/417 +f 1548/7/417 1549/8/417 1550/8/417 +f 1547/7/418 1548/7/418 1549/8/418 +f 1550/8/418 1549/8/418 1548/7/418 +f 1549/8/415 1552/7/415 1551/8/415 +f 1552/7/415 1549/8/415 1547/7/415 +f 1551/8/416 1552/7/416 1549/8/416 +f 1547/7/416 1549/8/416 1552/7/416 +f 1553/8/81 1549/8/81 1551/8/81 +f 1549/8/81 1553/8/81 1550/8/81 +f 1550/8/81 1553/8/81 1554/8/81 +f 1551/8/82 1549/8/82 1553/8/82 +f 1550/8/82 1553/8/82 1549/8/82 +f 1554/8/82 1553/8/82 1550/8/82 +f 1548/7/82 1552/7/82 1547/7/82 +f 1552/7/82 1548/7/82 1555/7/82 +f 1555/7/82 1548/7/82 1556/7/82 +f 1547/7/81 1552/7/81 1548/7/81 +f 1555/7/81 1548/7/81 1552/7/81 +f 1556/7/81 1548/7/81 1555/7/81 +f 1548/7/392 1554/8/391 1556/7/391 +f 1554/8/391 1548/7/392 1550/8/392 +f 1556/7/394 1554/8/394 1548/7/393 +f 1550/8/393 1548/7/393 1554/8/394 +f 1554/8/391 1555/7/647 1556/7/391 +f 1555/7/647 1554/8/391 1553/8/647 +f 1556/7/394 1555/7/648 1554/8/394 +f 1553/8/648 1554/8/394 1555/7/648 +f 1555/7/647 1551/8/397 1552/7/397 +f 1551/8/397 1555/7/647 1553/8/647 +f 1552/7/398 1551/8/398 1555/7/648 +f 1553/8/648 1555/7/648 1551/8/398 +f 1559/6/96 1558/7/96 1557/6/96 +f 1558/7/96 1559/6/96 1560/7/96 +f 1557/6/95 1558/7/95 1559/6/95 +f 1560/7/95 1559/6/95 1558/7/95 +f 1559/6/84 1561/7/84 1560/7/84 +f 1561/7/84 1559/6/84 1562/6/84 +f 1560/7/83 1561/7/83 1559/6/83 +f 1562/6/83 1559/6/83 1561/7/83 +f 1563/7/403 1557/6/405 1558/7/405 +f 1557/6/405 1563/7/403 1564/6/403 +f 1558/7/406 1557/6/406 1563/7/404 +f 1564/6/404 1563/7/404 1557/6/406 +f 1561/7/400 1566/6/399 1565/7/399 +f 1566/6/399 1561/7/400 1562/6/400 +f 1565/7/402 1566/6/402 1561/7/401 +f 1562/6/401 1561/7/401 1566/6/402 +f 1564/6/81 1559/6/81 1557/6/81 +f 1559/6/81 1564/6/81 1562/6/81 +f 1562/6/81 1564/6/81 1566/6/81 +f 1557/6/82 1559/6/82 1564/6/82 +f 1562/6/82 1564/6/82 1559/6/82 +f 1566/6/82 1564/6/82 1562/6/82 +f 1566/6/399 1563/7/403 1565/7/399 +f 1563/7/403 1566/6/399 1564/6/403 +f 1565/7/402 1563/7/404 1566/6/402 +f 1564/6/404 1566/6/402 1563/7/404 +f 1569/8/84 1568/7/84 1567/7/84 +f 1568/7/84 1569/8/84 1570/8/84 +f 1567/7/83 1568/7/83 1569/8/83 +f 1570/8/83 1569/8/83 1568/7/83 +f 1569/8/96 1572/7/96 1571/8/96 +f 1572/7/96 1569/8/96 1567/7/96 +f 1571/8/95 1572/7/95 1569/8/95 +f 1567/7/95 1569/8/95 1572/7/95 +f 1573/8/81 1569/8/81 1571/8/81 +f 1569/8/81 1573/8/81 1570/8/81 +f 1570/8/81 1573/8/81 1574/8/81 +f 1571/8/82 1569/8/82 1573/8/82 +f 1570/8/82 1573/8/82 1569/8/82 +f 1574/8/82 1573/8/82 1570/8/82 +f 1568/7/82 1572/7/82 1567/7/82 +f 1572/7/82 1568/7/82 1575/7/82 +f 1575/7/82 1568/7/82 1576/7/82 +f 1567/7/81 1572/7/81 1568/7/81 +f 1575/7/81 1568/7/81 1572/7/81 +f 1576/7/81 1568/7/81 1575/7/81 +f 1568/7/400 1574/8/399 1576/7/399 +f 1574/8/399 1568/7/400 1570/8/400 +f 1576/7/402 1574/8/402 1568/7/401 +f 1570/8/401 1568/7/401 1574/8/402 +f 1574/8/399 1575/7/649 1576/7/399 +f 1575/7/649 1574/8/399 1573/8/649 +f 1576/7/402 1575/7/650 1574/8/402 +f 1573/8/650 1574/8/402 1575/7/650 +f 1575/7/649 1571/8/405 1572/7/405 +f 1571/8/405 1575/7/649 1573/8/649 +f 1572/7/406 1571/8/406 1575/7/650 +f 1573/8/650 1575/7/650 1571/8/406 +f 1579/6/192 1578/7/192 1577/6/192 +f 1578/7/192 1579/6/192 1580/7/192 +f 1577/6/191 1578/7/191 1579/6/191 +f 1580/7/191 1579/6/191 1578/7/191 +f 1579/6/180 1581/7/180 1580/7/180 +f 1581/7/180 1579/6/180 1582/6/180 +f 1580/7/179 1581/7/179 1579/6/179 +f 1582/6/179 1579/6/179 1581/7/179 +f 1583/7/396 1577/6/398 1578/7/398 +f 1577/6/398 1583/7/396 1584/6/396 +f 1578/7/397 1577/6/397 1583/7/395 +f 1584/6/395 1583/7/395 1577/6/397 +f 1581/7/393 1586/6/394 1585/7/394 +f 1586/6/394 1581/7/393 1582/6/393 +f 1585/7/391 1586/6/391 1581/7/392 +f 1582/6/392 1581/7/392 1586/6/391 +f 1584/6/81 1579/6/81 1577/6/81 +f 1579/6/81 1584/6/81 1582/6/81 +f 1582/6/81 1584/6/81 1586/6/81 +f 1577/6/82 1579/6/82 1584/6/82 +f 1582/6/82 1584/6/82 1579/6/82 +f 1586/6/82 1584/6/82 1582/6/82 +f 1586/6/394 1583/7/396 1585/7/394 +f 1583/7/396 1586/6/394 1584/6/396 +f 1585/7/391 1583/7/395 1586/6/391 +f 1584/6/395 1586/6/391 1583/7/395 +f 1589/8/180 1588/7/180 1587/7/180 +f 1588/7/180 1589/8/180 1590/8/180 +f 1587/7/179 1588/7/179 1589/8/179 +f 1590/8/179 1589/8/179 1588/7/179 +f 1589/8/192 1592/7/192 1591/8/192 +f 1592/7/192 1589/8/192 1587/7/192 +f 1591/8/191 1592/7/191 1589/8/191 +f 1587/7/191 1589/8/191 1592/7/191 +f 1593/8/81 1589/8/81 1591/8/81 +f 1589/8/81 1593/8/81 1590/8/81 +f 1590/8/81 1593/8/81 1594/8/81 +f 1591/8/82 1589/8/82 1593/8/82 +f 1590/8/82 1593/8/82 1589/8/82 +f 1594/8/82 1593/8/82 1590/8/82 +f 1588/7/82 1592/7/82 1587/7/82 +f 1592/7/82 1588/7/82 1595/7/82 +f 1595/7/82 1588/7/82 1596/7/82 +f 1587/7/81 1592/7/81 1588/7/81 +f 1595/7/81 1588/7/81 1592/7/81 +f 1596/7/81 1588/7/81 1595/7/81 +f 1588/7/393 1594/8/394 1596/7/394 +f 1594/8/394 1588/7/393 1590/8/393 +f 1596/7/391 1594/8/391 1588/7/392 +f 1590/8/392 1588/7/392 1594/8/391 +f 1594/8/394 1595/7/648 1596/7/394 +f 1595/7/648 1594/8/394 1593/8/648 +f 1596/7/391 1595/7/647 1594/8/391 +f 1593/8/647 1594/8/391 1595/7/647 +f 1595/7/648 1591/8/398 1592/7/398 +f 1591/8/398 1595/7/648 1593/8/648 +f 1592/7/397 1591/8/397 1595/7/647 +f 1593/8/647 1595/7/647 1591/8/397 +f 1599/8/179 1598/7/653 1597/7/179 +f 1598/7/653 1599/8/179 1600/8/653 +f 1597/7/180 1598/7/654 1599/8/180 +f 1600/8/654 1599/8/180 1598/7/654 +f 1603/8/656 1602/7/655 1601/8/655 +f 1602/7/655 1603/8/656 1604/7/656 +f 1601/8/658 1602/7/658 1603/8/657 +f 1604/7/657 1603/8/657 1602/7/658 +f 1600/8/653 1602/7/655 1598/7/653 +f 1602/7/655 1600/8/653 1601/8/655 +f 1598/7/654 1602/7/658 1600/8/654 +f 1601/8/658 1600/8/654 1602/7/658 +f 1606/8/659 1597/7/179 1605/7/659 +f 1597/7/179 1606/8/659 1599/8/179 +f 1605/7/660 1597/7/180 1606/8/660 +f 1599/8/180 1606/8/660 1597/7/180 +f 1601/8/81 1607/8/81 1603/8/81 +f 1607/8/81 1601/8/81 1600/8/81 +f 1607/8/81 1600/8/81 1599/8/81 +f 1607/8/81 1599/8/81 1606/8/81 +f 1607/8/81 1606/8/81 1608/8/81 +f 1603/8/82 1607/8/82 1601/8/82 +f 1600/8/82 1601/8/82 1607/8/82 +f 1599/8/82 1600/8/82 1607/8/82 +f 1606/8/82 1599/8/82 1607/8/82 +f 1608/8/82 1606/8/82 1607/8/82 +f 1610/7/662 1608/8/661 1609/7/661 +f 1608/8/661 1610/7/662 1607/8/662 +f 1609/7/664 1608/8/664 1610/7/663 +f 1607/8/663 1610/7/663 1608/8/664 +f 1609/7/661 1606/8/659 1605/7/659 +f 1606/8/659 1609/7/661 1608/8/661 +f 1605/7/660 1606/8/660 1609/7/664 +f 1608/8/664 1609/7/664 1606/8/660 +f 585/8/192 1612/7/192 1611/8/192 +f 1612/7/192 585/8/192 1613/7/192 +f 1611/8/191 1612/7/191 585/8/191 +f 1613/7/191 585/8/191 1612/7/191 +f 1616/8/604 1615/7/179 1614/7/604 +f 1615/7/179 1616/8/604 1617/8/179 +f 1614/7/603 1615/7/180 1616/8/603 +f 1617/8/180 1616/8/603 1615/7/180 +f 585/8/180 1618/7/180 1613/7/180 +f 1618/7/180 585/8/180 586/8/180 +f 1613/7/179 1618/7/179 585/8/179 +f 586/8/179 585/8/179 1618/7/179 +f 1617/8/179 1612/7/606 1615/7/179 +f 1612/7/606 1617/8/179 1611/8/606 +f 1615/7/180 1612/7/605 1617/8/180 +f 1611/8/605 1617/8/180 1612/7/605 +f 1618/7/82 1612/7/82 1613/7/82 +f 1612/7/82 1618/7/82 1615/7/82 +f 1615/7/82 1618/7/82 1614/7/82 +f 1613/7/81 1612/7/81 1618/7/81 +f 1615/7/81 1618/7/81 1612/7/81 +f 1614/7/81 1618/7/81 1615/7/81 +f 1611/8/81 586/8/81 585/8/81 +f 586/8/81 1611/8/81 1617/8/81 +f 586/8/81 1617/8/81 1616/8/81 +f 585/8/82 586/8/82 1611/8/82 +f 1617/8/82 1611/8/82 586/8/82 +f 1616/8/82 1617/8/82 586/8/82 +f 1618/7/191 1616/8/191 1614/7/191 +f 1616/8/191 1618/7/191 586/8/191 +f 1614/7/192 1616/8/192 1618/7/192 +f 586/8/192 1618/7/192 1616/8/192 +f 1621/6/81 1620/6/81 1619/6/81 +f 1620/6/81 1621/6/81 1622/6/81 +f 1620/6/81 1622/6/81 1623/6/81 +f 1619/6/82 1620/6/82 1621/6/82 +f 1622/6/82 1621/6/82 1620/6/82 +f 1623/6/82 1622/6/82 1620/6/82 +f 1619/6/180 1625/7/180 1624/7/180 +f 1625/7/180 1619/6/180 1620/6/180 +f 1624/7/179 1625/7/179 1619/6/179 +f 1620/6/179 1619/6/179 1625/7/179 +f 1625/7/191 1623/6/191 1626/7/191 +f 1623/6/191 1625/7/191 1620/6/191 +f 1626/7/192 1623/6/192 1625/7/192 +f 1620/6/192 1625/7/192 1623/6/192 +f 1619/6/192 1627/7/192 1621/6/192 +f 1627/7/192 1619/6/192 1624/7/192 +f 1621/6/191 1627/7/191 1619/6/191 +f 1624/7/191 1619/6/191 1627/7/191 +f 1629/24/379 1628/23/379 1622/6/180 +f 1628/23/379 1630/25/379 1622/6/180 +f 1631/26/379 1629/24/379 1622/6/180 +f 1630/25/379 1632/27/379 1622/6/180 +f 1633/25/379 1632/27/379 1630/25/379 +f 1632/27/379 1634/28/379 1622/6/180 +f 1632/27/379 1633/25/379 1635/27/379 +f 1635/27/379 1633/25/379 1636/28/379 +f 1636/28/379 1633/25/379 1637/29/379 +f 1634/28/379 1638/29/379 1622/6/180 +f 1633/25/379 1639/23/379 1637/29/379 +f 1623/6/379 1631/26/379 1622/6/180 +f 1622/6/180 1638/29/379 1640/7/180 +f 1641/30/379 1640/7/180 1638/29/379 +f 1642/30/379 1640/7/180 1641/30/379 +f 1631/26/379 1623/6/379 1643/26/379 +f 1643/26/379 1623/6/379 1644/24/379 +f 1644/24/379 1623/6/379 1639/23/379 +f 1640/7/180 1642/30/379 1626/7/379 +f 1637/29/379 1626/7/379 1642/30/379 +f 1639/23/379 1626/7/379 1637/29/379 +f 1623/6/379 1626/7/379 1639/23/379 +f 1646/32/383 1645/31/383 1621/6/383 +f 1647/33/383 1646/32/383 1621/6/383 +f 1621/6/383 1645/31/383 1627/7/383 +f 1648/34/383 1627/7/383 1645/31/383 +f 1649/34/383 1627/7/383 1648/34/383 +f 1627/7/383 1649/34/383 1640/7/180 +f 1650/31/383 1640/7/180 1649/34/383 +f 1622/6/180 1647/33/383 1621/6/383 +f 1622/6/180 1640/7/180 1650/31/383 +f 1647/33/383 1622/6/180 1651/33/383 +f 1652/32/383 1622/6/180 1650/31/383 +f 1651/33/383 1622/6/180 1652/32/383 +f 1622/6/179 1628/23/381 1629/24/381 +f 1622/6/179 1629/24/381 1631/26/381 +f 1622/6/179 1630/25/381 1628/23/381 +f 1622/6/179 1631/26/381 1623/6/381 +f 1643/26/381 1623/6/381 1631/26/381 +f 1644/24/381 1623/6/381 1643/26/381 +f 1639/23/381 1623/6/381 1644/24/381 +f 1639/23/381 1626/7/381 1623/6/381 +f 1637/29/381 1626/7/381 1639/23/381 +f 1637/29/381 1639/23/381 1633/25/381 +f 1642/30/381 1626/7/381 1637/29/381 +f 1637/29/381 1633/25/381 1636/28/381 +f 1636/28/381 1633/25/381 1635/27/381 +f 1626/7/381 1642/30/381 1640/7/179 +f 1641/30/381 1640/7/179 1642/30/381 +f 1638/29/381 1640/7/179 1641/30/381 +f 1640/7/179 1638/29/381 1622/6/179 +f 1622/6/179 1638/29/381 1634/28/381 +f 1635/27/381 1633/25/381 1632/27/381 +f 1622/6/179 1634/28/381 1632/27/381 +f 1630/25/381 1632/27/381 1633/25/381 +f 1622/6/179 1632/27/381 1630/25/381 +f 1621/6/384 1645/31/384 1646/32/384 +f 1621/6/384 1646/32/384 1647/33/384 +f 1627/7/384 1645/31/384 1621/6/384 +f 1645/31/384 1627/7/384 1648/34/384 +f 1648/34/384 1627/7/384 1649/34/384 +f 1640/7/179 1649/34/384 1627/7/384 +f 1649/34/384 1640/7/179 1650/31/384 +f 1621/6/384 1647/33/384 1622/6/179 +f 1650/31/384 1640/7/179 1622/6/179 +f 1651/33/384 1622/6/179 1647/33/384 +f 1650/31/384 1622/6/179 1652/32/384 +f 1652/32/384 1622/6/179 1651/33/384 +f 1655/10/637 1654/9/638 1653/9/637 +f 1654/9/638 1655/10/637 1656/10/638 +f 1653/9/639 1654/9/640 1655/10/639 +f 1656/10/640 1655/10/639 1654/9/640 +f 1659/10/639 1658/9/640 1657/9/639 +f 1658/9/640 1659/10/639 1660/10/640 +f 1657/9/637 1658/9/638 1659/10/637 +f 1660/10/638 1659/10/637 1658/9/638 +f 1663/10/642 1662/9/641 1661/10/641 +f 1662/9/641 1663/10/642 1664/9/642 +f 1661/10/644 1662/9/644 1663/10/643 +f 1664/9/643 1663/10/643 1662/9/644 +f 1667/9/644 1666/10/643 1665/9/643 +f 1666/10/643 1667/9/644 1668/10/644 +f 1665/9/642 1666/10/642 1667/9/641 +f 1668/10/641 1667/9/641 1666/10/642 +f 1660/10/640 1667/9/644 1658/9/640 +f 1667/9/644 1660/10/640 1668/10/644 +f 1658/9/638 1667/9/641 1660/10/638 +f 1668/10/641 1660/10/638 1667/9/641 +f 1656/10/638 1662/9/641 1654/9/638 +f 1662/9/641 1656/10/638 1661/10/641 +f 1654/9/640 1662/9/644 1656/10/640 +f 1661/10/644 1656/10/640 1662/9/644 +f 1663/10/642 1657/9/639 1664/9/642 +f 1657/9/639 1663/10/642 1659/10/639 +f 1664/9/643 1657/9/637 1663/10/643 +f 1659/10/637 1663/10/643 1657/9/637 +f 1666/10/643 1653/9/637 1665/9/643 +f 1653/9/637 1666/10/643 1655/10/637 +f 1665/9/642 1653/9/639 1666/10/642 +f 1655/10/639 1666/10/642 1653/9/639 +f 1656/10/645 1663/10/645 1661/10/645 +f 1663/10/645 1656/10/645 1659/10/645 +f 1659/10/645 1656/10/645 1655/10/645 +f 1659/10/645 1655/10/645 1660/10/645 +f 1660/10/645 1655/10/645 1666/10/645 +f 1660/10/645 1666/10/645 1668/10/645 +f 1661/10/646 1663/10/646 1656/10/646 +f 1659/10/646 1656/10/646 1663/10/646 +f 1655/10/646 1656/10/646 1659/10/646 +f 1660/10/646 1655/10/646 1659/10/646 +f 1666/10/646 1655/10/646 1660/10/646 +f 1668/10/646 1666/10/646 1660/10/646 +f 1657/9/646 1662/9/646 1664/9/646 +f 1662/9/646 1657/9/646 1654/9/646 +f 1654/9/646 1657/9/646 1658/9/646 +f 1654/9/646 1658/9/646 1653/9/646 +f 1653/9/646 1658/9/646 1667/9/646 +f 1653/9/646 1667/9/646 1665/9/646 +f 1664/9/645 1662/9/645 1657/9/645 +f 1654/9/645 1657/9/645 1662/9/645 +f 1658/9/645 1657/9/645 1654/9/645 +f 1653/9/645 1658/9/645 1654/9/645 +f 1667/9/645 1658/9/645 1653/9/645 +f 1665/9/645 1667/9/645 1653/9/645 +f 1671/10/627 1670/9/628 1669/9/627 +f 1670/9/628 1671/10/627 1672/10/628 +f 1669/9/629 1670/9/630 1671/10/629 +f 1672/10/630 1671/10/629 1670/9/630 +f 1675/10/629 1674/9/630 1673/9/629 +f 1674/9/630 1675/10/629 1676/10/630 +f 1673/9/627 1674/9/628 1675/10/627 +f 1676/10/628 1675/10/627 1674/9/628 +f 1679/10/632 1678/9/631 1677/10/631 +f 1678/9/631 1679/10/632 1680/9/632 +f 1677/10/634 1678/9/634 1679/10/633 +f 1680/9/633 1679/10/633 1678/9/634 +f 1683/9/634 1682/10/633 1681/9/633 +f 1682/10/633 1683/9/634 1684/10/634 +f 1681/9/632 1682/10/632 1683/9/631 +f 1684/10/631 1683/9/631 1682/10/632 +f 1676/10/630 1683/9/634 1674/9/630 +f 1683/9/634 1676/10/630 1684/10/634 +f 1674/9/628 1683/9/631 1676/10/628 +f 1684/10/631 1676/10/628 1683/9/631 +f 1672/10/628 1678/9/631 1670/9/628 +f 1678/9/631 1672/10/628 1677/10/631 +f 1670/9/630 1678/9/634 1672/10/630 +f 1677/10/634 1672/10/630 1678/9/634 +f 1679/10/632 1673/9/629 1680/9/632 +f 1673/9/629 1679/10/632 1675/10/629 +f 1680/9/633 1673/9/627 1679/10/633 +f 1675/10/627 1679/10/633 1673/9/627 +f 1682/10/633 1669/9/627 1681/9/633 +f 1669/9/627 1682/10/633 1671/10/627 +f 1681/9/632 1669/9/629 1682/10/632 +f 1671/10/629 1682/10/632 1669/9/629 +f 1672/10/635 1679/10/635 1677/10/635 +f 1679/10/635 1672/10/635 1675/10/635 +f 1675/10/635 1672/10/635 1671/10/635 +f 1675/10/635 1671/10/635 1676/10/635 +f 1676/10/635 1671/10/635 1682/10/635 +f 1676/10/635 1682/10/635 1684/10/635 +f 1677/10/636 1679/10/636 1672/10/636 +f 1675/10/636 1672/10/636 1679/10/636 +f 1671/10/636 1672/10/636 1675/10/636 +f 1676/10/636 1671/10/636 1675/10/636 +f 1682/10/636 1671/10/636 1676/10/636 +f 1684/10/636 1682/10/636 1676/10/636 +f 1673/9/636 1678/9/636 1680/9/636 +f 1678/9/636 1673/9/636 1670/9/636 +f 1670/9/636 1673/9/636 1674/9/636 +f 1670/9/636 1674/9/636 1669/9/636 +f 1669/9/636 1674/9/636 1683/9/636 +f 1669/9/636 1683/9/636 1681/9/636 +f 1680/9/635 1678/9/635 1673/9/635 +f 1670/9/635 1673/9/635 1678/9/635 +f 1674/9/635 1673/9/635 1670/9/635 +f 1669/9/635 1674/9/635 1670/9/635 +f 1683/9/635 1674/9/635 1669/9/635 +f 1681/9/635 1683/9/635 1669/9/635 +f 1687/9/627 1686/10/628 1685/9/628 +f 1686/10/628 1687/9/627 1688/10/627 +f 1685/9/630 1686/10/630 1687/9/629 +f 1688/10/629 1687/9/629 1686/10/630 +f 1691/10/629 1690/9/630 1689/9/629 +f 1690/9/630 1691/10/629 1692/10/630 +f 1689/9/627 1690/9/628 1691/10/627 +f 1692/10/628 1691/10/627 1690/9/628 +f 1695/10/632 1694/9/631 1693/10/631 +f 1694/9/631 1695/10/632 1696/9/632 +f 1693/10/634 1694/9/634 1695/10/633 +f 1696/9/633 1695/10/633 1694/9/634 +f 1699/9/634 1698/10/633 1697/9/633 +f 1698/10/633 1699/9/634 1700/10/634 +f 1697/9/632 1698/10/632 1699/9/631 +f 1700/10/631 1699/9/631 1698/10/632 +f 1690/9/630 1700/10/634 1699/9/634 +f 1700/10/634 1690/9/630 1692/10/630 +f 1699/9/631 1700/10/631 1690/9/628 +f 1692/10/628 1690/9/628 1700/10/631 +f 1686/10/628 1694/9/631 1685/9/628 +f 1694/9/631 1686/10/628 1693/10/631 +f 1685/9/630 1694/9/634 1686/10/630 +f 1693/10/634 1686/10/630 1694/9/634 +f 1696/9/632 1691/10/629 1689/9/629 +f 1691/10/629 1696/9/632 1695/10/632 +f 1689/9/627 1691/10/627 1696/9/633 +f 1695/10/633 1696/9/633 1691/10/627 +f 1698/10/633 1687/9/627 1697/9/633 +f 1687/9/627 1698/10/633 1688/10/627 +f 1697/9/632 1687/9/629 1698/10/632 +f 1688/10/629 1698/10/632 1687/9/629 +f 1686/10/635 1695/10/635 1693/10/635 +f 1695/10/635 1686/10/635 1691/10/635 +f 1691/10/635 1686/10/635 1688/10/635 +f 1691/10/635 1688/10/635 1692/10/635 +f 1692/10/635 1688/10/635 1698/10/635 +f 1692/10/635 1698/10/635 1700/10/635 +f 1693/10/636 1695/10/636 1686/10/636 +f 1691/10/636 1686/10/636 1695/10/636 +f 1688/10/636 1686/10/636 1691/10/636 +f 1692/10/636 1688/10/636 1691/10/636 +f 1698/10/636 1688/10/636 1692/10/636 +f 1700/10/636 1698/10/636 1692/10/636 +f 1689/9/636 1694/9/636 1696/9/636 +f 1694/9/636 1689/9/636 1685/9/636 +f 1685/9/636 1689/9/636 1690/9/636 +f 1685/9/636 1690/9/636 1687/9/636 +f 1687/9/636 1690/9/636 1699/9/636 +f 1687/9/636 1699/9/636 1697/9/636 +f 1696/9/635 1694/9/635 1689/9/635 +f 1685/9/635 1689/9/635 1694/9/635 +f 1690/9/635 1689/9/635 1685/9/635 +f 1687/9/635 1690/9/635 1685/9/635 +f 1699/9/635 1690/9/635 1687/9/635 +f 1697/9/635 1699/9/635 1687/9/635 +f 1703/8/435 1702/7/654 1701/7/435 +f 1702/7/654 1703/8/435 1704/8/654 +f 1701/7/436 1702/7/653 1703/8/436 +f 1704/8/653 1703/8/436 1702/7/653 +f 1707/8/657 1706/7/658 1705/8/658 +f 1706/7/658 1707/8/657 1708/7/657 +f 1705/8/655 1706/7/655 1707/8/656 +f 1708/7/656 1707/8/656 1706/7/655 +f 1704/8/654 1706/7/658 1702/7/654 +f 1706/7/658 1704/8/654 1705/8/658 +f 1702/7/653 1706/7/655 1704/8/653 +f 1705/8/655 1704/8/653 1706/7/655 +f 1710/8/660 1701/7/435 1709/7/660 +f 1701/7/435 1710/8/660 1703/8/435 +f 1709/7/659 1701/7/436 1710/8/659 +f 1703/8/436 1710/8/659 1701/7/436 +f 1705/8/81 1711/8/81 1707/8/81 +f 1711/8/81 1705/8/81 1704/8/81 +f 1711/8/81 1704/8/81 1703/8/81 +f 1711/8/81 1703/8/81 1710/8/81 +f 1711/8/81 1710/8/81 1712/8/81 +f 1707/8/82 1711/8/82 1705/8/82 +f 1704/8/82 1705/8/82 1711/8/82 +f 1703/8/82 1704/8/82 1711/8/82 +f 1710/8/82 1703/8/82 1711/8/82 +f 1712/8/82 1710/8/82 1711/8/82 +f 1714/7/663 1712/8/664 1713/7/664 +f 1712/8/664 1714/7/663 1711/8/663 +f 1713/7/661 1712/8/661 1714/7/662 +f 1711/8/662 1714/7/662 1712/8/661 +f 1713/7/664 1710/8/660 1709/7/660 +f 1710/8/660 1713/7/664 1712/8/664 +f 1709/7/659 1710/8/659 1713/7/661 +f 1712/8/661 1713/7/661 1710/8/659 +f 635/8/437 1716/7/437 1715/8/437 +f 1716/7/437 635/8/437 1717/7/437 +f 1715/8/438 1716/7/438 635/8/438 +f 1717/7/438 635/8/438 1716/7/438 +f 1720/8/603 1719/7/435 1718/7/603 +f 1719/7/435 1720/8/603 1721/8/435 +f 1718/7/604 1719/7/436 1720/8/604 +f 1721/8/436 1720/8/604 1719/7/436 +f 635/8/436 1722/7/436 1717/7/436 +f 1722/7/436 635/8/436 636/8/436 +f 1717/7/435 1722/7/435 635/8/435 +f 636/8/435 635/8/435 1722/7/435 +f 1721/8/435 1716/7/605 1719/7/435 +f 1716/7/605 1721/8/435 1715/8/605 +f 1719/7/436 1716/7/606 1721/8/436 +f 1715/8/606 1721/8/436 1716/7/606 +f 1722/7/82 1716/7/82 1717/7/82 +f 1716/7/82 1722/7/82 1719/7/82 +f 1719/7/82 1722/7/82 1718/7/82 +f 1717/7/81 1716/7/81 1722/7/81 +f 1719/7/81 1722/7/81 1716/7/81 +f 1718/7/81 1722/7/81 1719/7/81 +f 1715/8/81 636/8/81 635/8/81 +f 636/8/81 1715/8/81 1721/8/81 +f 636/8/81 1721/8/81 1720/8/81 +f 635/8/82 636/8/82 1715/8/82 +f 1721/8/82 1715/8/82 636/8/82 +f 1720/8/82 1721/8/82 636/8/82 +f 1722/7/438 1720/8/438 1718/7/438 +f 1720/8/438 1722/7/438 636/8/438 +f 1718/7/437 1720/8/437 1722/7/437 +f 636/8/437 1722/7/437 1720/8/437 +f 1725/6/81 1724/6/81 1723/6/81 +f 1724/6/81 1725/6/81 1726/6/81 +f 1724/6/81 1726/6/81 1727/6/81 +f 1723/6/82 1724/6/82 1725/6/82 +f 1726/6/82 1725/6/82 1724/6/82 +f 1727/6/82 1726/6/82 1724/6/82 +f 1723/6/436 1729/7/436 1728/7/436 +f 1729/7/436 1723/6/436 1724/6/436 +f 1728/7/435 1729/7/435 1723/6/435 +f 1724/6/435 1723/6/435 1729/7/435 +f 1729/7/438 1727/6/438 1730/7/438 +f 1727/6/438 1729/7/438 1724/6/438 +f 1730/7/437 1727/6/437 1729/7/437 +f 1724/6/437 1729/7/437 1727/6/437 +f 1723/6/437 1731/7/437 1725/6/437 +f 1731/7/437 1723/6/437 1728/7/437 +f 1725/6/438 1731/7/438 1723/6/438 +f 1728/7/438 1723/6/438 1731/7/438 +f 1733/24/381 1732/23/381 1726/6/436 +f 1732/23/381 1734/25/381 1726/6/436 +f 1735/26/381 1733/24/381 1726/6/436 +f 1734/25/381 1736/27/381 1726/6/436 +f 1737/25/381 1736/27/381 1734/25/381 +f 1736/27/381 1738/28/381 1726/6/436 +f 1736/27/381 1737/25/381 1739/27/381 +f 1739/27/381 1737/25/381 1740/28/381 +f 1740/28/381 1737/25/381 1741/29/381 +f 1738/28/381 1742/29/381 1726/6/436 +f 1737/25/381 1743/23/381 1741/29/381 +f 1727/6/381 1735/26/381 1726/6/436 +f 1726/6/436 1742/29/381 1744/7/436 +f 1745/30/381 1744/7/436 1742/29/381 +f 1746/30/381 1744/7/436 1745/30/381 +f 1735/26/381 1727/6/381 1747/26/381 +f 1747/26/381 1727/6/381 1748/24/381 +f 1748/24/381 1727/6/381 1743/23/381 +f 1744/7/436 1746/30/381 1730/7/381 +f 1741/29/381 1730/7/381 1746/30/381 +f 1743/23/381 1730/7/381 1741/29/381 +f 1727/6/381 1730/7/381 1743/23/381 +f 1750/32/384 1749/31/384 1725/6/384 +f 1751/33/384 1750/32/384 1725/6/384 +f 1725/6/384 1749/31/384 1731/7/384 +f 1752/34/384 1731/7/384 1749/31/384 +f 1753/34/384 1731/7/384 1752/34/384 +f 1731/7/384 1753/34/384 1744/7/436 +f 1754/31/384 1744/7/436 1753/34/384 +f 1726/6/436 1751/33/384 1725/6/384 +f 1726/6/436 1744/7/436 1754/31/384 +f 1751/33/384 1726/6/436 1755/33/384 +f 1756/32/384 1726/6/436 1754/31/384 +f 1755/33/384 1726/6/436 1756/32/384 +f 1726/6/435 1732/23/379 1733/24/379 +f 1726/6/435 1733/24/379 1735/26/379 +f 1726/6/435 1734/25/379 1732/23/379 +f 1726/6/435 1735/26/379 1727/6/379 +f 1747/26/379 1727/6/379 1735/26/379 +f 1748/24/379 1727/6/379 1747/26/379 +f 1743/23/379 1727/6/379 1748/24/379 +f 1743/23/379 1730/7/379 1727/6/379 +f 1741/29/379 1730/7/379 1743/23/379 +f 1741/29/379 1743/23/379 1737/25/379 +f 1746/30/379 1730/7/379 1741/29/379 +f 1741/29/379 1737/25/379 1740/28/379 +f 1740/28/379 1737/25/379 1739/27/379 +f 1730/7/379 1746/30/379 1744/7/435 +f 1745/30/379 1744/7/435 1746/30/379 +f 1742/29/379 1744/7/435 1745/30/379 +f 1744/7/435 1742/29/379 1726/6/435 +f 1726/6/435 1742/29/379 1738/28/379 +f 1739/27/379 1737/25/379 1736/27/379 +f 1726/6/435 1738/28/379 1736/27/379 +f 1734/25/379 1736/27/379 1737/25/379 +f 1726/6/435 1736/27/379 1734/25/379 +f 1725/6/383 1749/31/383 1750/32/383 +f 1725/6/383 1750/32/383 1751/33/383 +f 1731/7/383 1749/31/383 1725/6/383 +f 1749/31/383 1731/7/383 1752/34/383 +f 1752/34/383 1731/7/383 1753/34/383 +f 1744/7/435 1753/34/383 1731/7/383 +f 1753/34/383 1744/7/435 1754/31/383 +f 1725/6/383 1751/33/383 1726/6/435 +f 1754/31/383 1744/7/435 1726/6/435 +f 1755/33/383 1726/6/435 1751/33/383 +f 1754/31/383 1726/6/435 1756/32/383 +f 1756/32/383 1726/6/435 1755/33/383 +f 1759/10/617 1758/9/618 1757/9/617 +f 1758/9/618 1759/10/617 1760/10/618 +f 1757/9/619 1758/9/620 1759/10/619 +f 1760/10/620 1759/10/619 1758/9/620 +f 1763/10/619 1762/9/620 1761/9/619 +f 1762/9/620 1763/10/619 1764/10/620 +f 1761/9/617 1762/9/618 1763/10/617 +f 1764/10/618 1763/10/617 1762/9/618 +f 1767/10/622 1766/9/621 1765/10/621 +f 1766/9/621 1767/10/622 1768/9/622 +f 1765/10/624 1766/9/624 1767/10/623 +f 1768/9/623 1767/10/623 1766/9/624 +f 1771/9/624 1770/10/623 1769/9/623 +f 1770/10/623 1771/9/624 1772/10/624 +f 1769/9/622 1770/10/622 1771/9/621 +f 1772/10/621 1771/9/621 1770/10/622 +f 1764/10/620 1771/9/624 1762/9/620 +f 1771/9/624 1764/10/620 1772/10/624 +f 1762/9/618 1771/9/621 1764/10/618 +f 1772/10/621 1764/10/618 1771/9/621 +f 1760/10/618 1766/9/621 1758/9/618 +f 1766/9/621 1760/10/618 1765/10/621 +f 1758/9/620 1766/9/624 1760/10/620 +f 1765/10/624 1760/10/620 1766/9/624 +f 1767/10/622 1761/9/619 1768/9/622 +f 1761/9/619 1767/10/622 1763/10/619 +f 1768/9/623 1761/9/617 1767/10/623 +f 1763/10/617 1767/10/623 1761/9/617 +f 1770/10/623 1757/9/617 1769/9/623 +f 1757/9/617 1770/10/623 1759/10/617 +f 1769/9/622 1757/9/619 1770/10/622 +f 1759/10/619 1770/10/622 1757/9/619 +f 1760/10/625 1767/10/625 1765/10/625 +f 1767/10/625 1760/10/625 1763/10/625 +f 1763/10/625 1760/10/625 1759/10/625 +f 1763/10/625 1759/10/625 1764/10/625 +f 1764/10/625 1759/10/625 1770/10/625 +f 1764/10/625 1770/10/625 1772/10/625 +f 1765/10/626 1767/10/626 1760/10/626 +f 1763/10/626 1760/10/626 1767/10/626 +f 1759/10/626 1760/10/626 1763/10/626 +f 1764/10/626 1759/10/626 1763/10/626 +f 1770/10/626 1759/10/626 1764/10/626 +f 1772/10/626 1770/10/626 1764/10/626 +f 1761/9/626 1766/9/626 1768/9/626 +f 1766/9/626 1761/9/626 1758/9/626 +f 1758/9/626 1761/9/626 1762/9/626 +f 1758/9/626 1762/9/626 1757/9/626 +f 1757/9/626 1762/9/626 1771/9/626 +f 1757/9/626 1771/9/626 1769/9/626 +f 1768/9/625 1766/9/625 1761/9/625 +f 1758/9/625 1761/9/625 1766/9/625 +f 1762/9/625 1761/9/625 1758/9/625 +f 1757/9/625 1762/9/625 1758/9/625 +f 1771/9/625 1762/9/625 1757/9/625 +f 1769/9/625 1771/9/625 1757/9/625 +f 1775/10/607 1774/9/608 1773/9/607 +f 1774/9/608 1775/10/607 1776/10/608 +f 1773/9/609 1774/9/610 1775/10/609 +f 1776/10/610 1775/10/609 1774/9/610 +f 1779/10/609 1778/9/610 1777/9/609 +f 1778/9/610 1779/10/609 1780/10/610 +f 1777/9/607 1778/9/608 1779/10/607 +f 1780/10/608 1779/10/607 1778/9/608 +f 1783/10/612 1782/9/611 1781/10/611 +f 1782/9/611 1783/10/612 1784/9/612 +f 1781/10/614 1782/9/614 1783/10/613 +f 1784/9/613 1783/10/613 1782/9/614 +f 1787/9/614 1786/10/613 1785/9/613 +f 1786/10/613 1787/9/614 1788/10/614 +f 1785/9/612 1786/10/612 1787/9/611 +f 1788/10/611 1787/9/611 1786/10/612 +f 1780/10/610 1787/9/614 1778/9/610 +f 1787/9/614 1780/10/610 1788/10/614 +f 1778/9/608 1787/9/611 1780/10/608 +f 1788/10/611 1780/10/608 1787/9/611 +f 1776/10/608 1782/9/611 1774/9/608 +f 1782/9/611 1776/10/608 1781/10/611 +f 1774/9/610 1782/9/614 1776/10/610 +f 1781/10/614 1776/10/610 1782/9/614 +f 1783/10/612 1777/9/609 1784/9/612 +f 1777/9/609 1783/10/612 1779/10/609 +f 1784/9/613 1777/9/607 1783/10/613 +f 1779/10/607 1783/10/613 1777/9/607 +f 1786/10/613 1773/9/607 1785/9/613 +f 1773/9/607 1786/10/613 1775/10/607 +f 1785/9/612 1773/9/609 1786/10/612 +f 1775/10/609 1786/10/612 1773/9/609 +f 1776/10/615 1783/10/615 1781/10/615 +f 1783/10/615 1776/10/615 1779/10/615 +f 1779/10/615 1776/10/615 1775/10/615 +f 1779/10/615 1775/10/615 1780/10/615 +f 1780/10/615 1775/10/615 1786/10/615 +f 1780/10/615 1786/10/615 1788/10/615 +f 1781/10/616 1783/10/616 1776/10/616 +f 1779/10/616 1776/10/616 1783/10/616 +f 1775/10/616 1776/10/616 1779/10/616 +f 1780/10/616 1775/10/616 1779/10/616 +f 1786/10/616 1775/10/616 1780/10/616 +f 1788/10/616 1786/10/616 1780/10/616 +f 1777/9/616 1782/9/616 1784/9/616 +f 1782/9/616 1777/9/616 1774/9/616 +f 1774/9/616 1777/9/616 1778/9/616 +f 1774/9/616 1778/9/616 1773/9/616 +f 1773/9/616 1778/9/616 1787/9/616 +f 1773/9/616 1787/9/616 1785/9/616 +f 1784/9/615 1782/9/615 1777/9/615 +f 1774/9/615 1777/9/615 1782/9/615 +f 1778/9/615 1777/9/615 1774/9/615 +f 1773/9/615 1778/9/615 1774/9/615 +f 1787/9/615 1778/9/615 1773/9/615 +f 1785/9/615 1787/9/615 1773/9/615 +f 1791/9/607 1790/10/608 1789/9/608 +f 1790/10/608 1791/9/607 1792/10/607 +f 1789/9/610 1790/10/610 1791/9/609 +f 1792/10/609 1791/9/609 1790/10/610 +f 1795/10/609 1794/9/610 1793/9/609 +f 1794/9/610 1795/10/609 1796/10/610 +f 1793/9/607 1794/9/608 1795/10/607 +f 1796/10/608 1795/10/607 1794/9/608 +f 1799/10/612 1798/9/611 1797/10/611 +f 1798/9/611 1799/10/612 1800/9/612 +f 1797/10/614 1798/9/614 1799/10/613 +f 1800/9/613 1799/10/613 1798/9/614 +f 1803/9/614 1802/10/613 1801/9/613 +f 1802/10/613 1803/9/614 1804/10/614 +f 1801/9/612 1802/10/612 1803/9/611 +f 1804/10/611 1803/9/611 1802/10/612 +f 1794/9/610 1804/10/614 1803/9/614 +f 1804/10/614 1794/9/610 1796/10/610 +f 1803/9/611 1804/10/611 1794/9/608 +f 1796/10/608 1794/9/608 1804/10/611 +f 1790/10/608 1798/9/611 1789/9/608 +f 1798/9/611 1790/10/608 1797/10/611 +f 1789/9/610 1798/9/614 1790/10/610 +f 1797/10/614 1790/10/610 1798/9/614 +f 1800/9/612 1795/10/609 1793/9/609 +f 1795/10/609 1800/9/612 1799/10/612 +f 1793/9/607 1795/10/607 1800/9/613 +f 1799/10/613 1800/9/613 1795/10/607 +f 1802/10/613 1791/9/607 1801/9/613 +f 1791/9/607 1802/10/613 1792/10/607 +f 1801/9/612 1791/9/609 1802/10/612 +f 1792/10/609 1802/10/612 1791/9/609 +f 1790/10/615 1799/10/615 1797/10/615 +f 1799/10/615 1790/10/615 1795/10/615 +f 1795/10/615 1790/10/615 1792/10/615 +f 1795/10/615 1792/10/615 1796/10/615 +f 1796/10/615 1792/10/615 1802/10/615 +f 1796/10/615 1802/10/615 1804/10/615 +f 1797/10/616 1799/10/616 1790/10/616 +f 1795/10/616 1790/10/616 1799/10/616 +f 1792/10/616 1790/10/616 1795/10/616 +f 1796/10/616 1792/10/616 1795/10/616 +f 1802/10/616 1792/10/616 1796/10/616 +f 1804/10/616 1802/10/616 1796/10/616 +f 1793/9/616 1798/9/616 1800/9/616 +f 1798/9/616 1793/9/616 1789/9/616 +f 1789/9/616 1793/9/616 1794/9/616 +f 1789/9/616 1794/9/616 1791/9/616 +f 1791/9/616 1794/9/616 1803/9/616 +f 1791/9/616 1803/9/616 1801/9/616 +f 1800/9/615 1798/9/615 1793/9/615 +f 1789/9/615 1793/9/615 1798/9/615 +f 1794/9/615 1793/9/615 1789/9/615 +f 1791/9/615 1794/9/615 1789/9/615 +f 1803/9/615 1794/9/615 1791/9/615 +f 1801/9/615 1803/9/615 1791/9/615 +f 1807/8/179 1806/7/653 1805/7/179 +f 1806/7/653 1807/8/179 1808/8/653 +f 1805/7/180 1806/7/654 1807/8/180 +f 1808/8/654 1807/8/180 1806/7/654 +f 1811/8/656 1810/7/655 1809/8/655 +f 1810/7/655 1811/8/656 1812/7/656 +f 1809/8/658 1810/7/658 1811/8/657 +f 1812/7/657 1811/8/657 1810/7/658 +f 1808/8/653 1810/7/655 1806/7/653 +f 1810/7/655 1808/8/653 1809/8/655 +f 1806/7/654 1810/7/658 1808/8/654 +f 1809/8/658 1808/8/654 1810/7/658 +f 1814/8/659 1805/7/179 1813/7/659 +f 1805/7/179 1814/8/659 1807/8/179 +f 1813/7/660 1805/7/180 1814/8/660 +f 1807/8/180 1814/8/660 1805/7/180 +f 1809/8/81 1815/8/81 1811/8/81 +f 1815/8/81 1809/8/81 1808/8/81 +f 1815/8/81 1808/8/81 1807/8/81 +f 1815/8/81 1807/8/81 1814/8/81 +f 1815/8/81 1814/8/81 1816/8/81 +f 1811/8/82 1815/8/82 1809/8/82 +f 1808/8/82 1809/8/82 1815/8/82 +f 1807/8/82 1808/8/82 1815/8/82 +f 1814/8/82 1807/8/82 1815/8/82 +f 1816/8/82 1814/8/82 1815/8/82 +f 1818/7/662 1816/8/661 1817/7/661 +f 1816/8/661 1818/7/662 1815/8/662 +f 1817/7/664 1816/8/664 1818/7/663 +f 1815/8/663 1818/7/663 1816/8/664 +f 1817/7/661 1814/8/659 1813/7/659 +f 1814/8/659 1817/7/661 1816/8/661 +f 1813/7/660 1814/8/660 1817/7/664 +f 1816/8/664 1817/7/664 1814/8/660 +f 685/8/192 1820/7/192 1819/8/192 +f 1820/7/192 685/8/192 1821/7/192 +f 1819/8/191 1820/7/191 685/8/191 +f 1821/7/191 685/8/191 1820/7/191 +f 1824/8/604 1823/7/179 1822/7/604 +f 1823/7/179 1824/8/604 1825/8/179 +f 1822/7/603 1823/7/180 1824/8/603 +f 1825/8/180 1824/8/603 1823/7/180 +f 685/8/180 1826/7/180 1821/7/180 +f 1826/7/180 685/8/180 686/8/180 +f 1821/7/179 1826/7/179 685/8/179 +f 686/8/179 685/8/179 1826/7/179 +f 1825/8/179 1820/7/606 1823/7/179 +f 1820/7/606 1825/8/179 1819/8/606 +f 1823/7/180 1820/7/605 1825/8/180 +f 1819/8/605 1825/8/180 1820/7/605 +f 1826/7/82 1820/7/82 1821/7/82 +f 1820/7/82 1826/7/82 1823/7/82 +f 1823/7/82 1826/7/82 1822/7/82 +f 1821/7/81 1820/7/81 1826/7/81 +f 1823/7/81 1826/7/81 1820/7/81 +f 1822/7/81 1826/7/81 1823/7/81 +f 1819/8/81 686/8/81 685/8/81 +f 686/8/81 1819/8/81 1825/8/81 +f 686/8/81 1825/8/81 1824/8/81 +f 685/8/82 686/8/82 1819/8/82 +f 1825/8/82 1819/8/82 686/8/82 +f 1824/8/82 1825/8/82 686/8/82 +f 1826/7/191 1824/8/191 1822/7/191 +f 1824/8/191 1826/7/191 686/8/191 +f 1822/7/192 1824/8/192 1826/7/192 +f 686/8/192 1826/7/192 1824/8/192 +f 1829/6/81 1828/6/81 1827/6/81 +f 1828/6/81 1829/6/81 1830/6/81 +f 1828/6/81 1830/6/81 1831/6/81 +f 1827/6/82 1828/6/82 1829/6/82 +f 1830/6/82 1829/6/82 1828/6/82 +f 1831/6/82 1830/6/82 1828/6/82 +f 1827/6/180 1833/7/180 1832/7/180 +f 1833/7/180 1827/6/180 1828/6/180 +f 1832/7/179 1833/7/179 1827/6/179 +f 1828/6/179 1827/6/179 1833/7/179 +f 1833/7/191 1831/6/191 1834/7/191 +f 1831/6/191 1833/7/191 1828/6/191 +f 1834/7/192 1831/6/192 1833/7/192 +f 1828/6/192 1833/7/192 1831/6/192 +f 1827/6/192 1835/7/192 1829/6/192 +f 1835/7/192 1827/6/192 1832/7/192 +f 1829/6/191 1835/7/191 1827/6/191 +f 1832/7/191 1827/6/191 1835/7/191 +f 1837/24/379 1836/23/379 1830/6/180 +f 1836/23/379 1838/25/379 1830/6/180 +f 1839/26/379 1837/24/379 1830/6/180 +f 1838/25/379 1840/27/379 1830/6/180 +f 1841/25/379 1840/27/379 1838/25/379 +f 1840/27/379 1842/28/379 1830/6/180 +f 1840/27/379 1841/25/379 1843/27/379 +f 1843/27/379 1841/25/379 1844/28/379 +f 1844/28/379 1841/25/379 1845/29/379 +f 1842/28/379 1846/29/379 1830/6/180 +f 1841/25/379 1847/23/379 1845/29/379 +f 1831/6/379 1839/26/379 1830/6/180 +f 1830/6/180 1846/29/379 1848/7/180 +f 1849/30/379 1848/7/180 1846/29/379 +f 1850/30/379 1848/7/180 1849/30/379 +f 1839/26/379 1831/6/379 1851/26/379 +f 1851/26/379 1831/6/379 1852/24/379 +f 1852/24/379 1831/6/379 1847/23/379 +f 1848/7/180 1850/30/379 1834/7/379 +f 1845/29/379 1834/7/379 1850/30/379 +f 1847/23/379 1834/7/379 1845/29/379 +f 1831/6/379 1834/7/379 1847/23/379 +f 1854/32/383 1853/31/383 1829/6/383 +f 1855/33/383 1854/32/383 1829/6/383 +f 1829/6/383 1853/31/383 1835/7/383 +f 1856/34/383 1835/7/383 1853/31/383 +f 1857/34/383 1835/7/383 1856/34/383 +f 1835/7/383 1857/34/383 1848/7/180 +f 1858/31/383 1848/7/180 1857/34/383 +f 1830/6/180 1855/33/383 1829/6/383 +f 1830/6/180 1848/7/180 1858/31/383 +f 1855/33/383 1830/6/180 1859/33/383 +f 1860/32/383 1830/6/180 1858/31/383 +f 1859/33/383 1830/6/180 1860/32/383 +f 1830/6/179 1836/23/381 1837/24/381 +f 1830/6/179 1837/24/381 1839/26/381 +f 1830/6/179 1838/25/381 1836/23/381 +f 1830/6/179 1839/26/381 1831/6/381 +f 1851/26/381 1831/6/381 1839/26/381 +f 1852/24/381 1831/6/381 1851/26/381 +f 1847/23/381 1831/6/381 1852/24/381 +f 1847/23/381 1834/7/381 1831/6/381 +f 1845/29/381 1834/7/381 1847/23/381 +f 1845/29/381 1847/23/381 1841/25/381 +f 1850/30/381 1834/7/381 1845/29/381 +f 1845/29/381 1841/25/381 1844/28/381 +f 1844/28/381 1841/25/381 1843/27/381 +f 1834/7/381 1850/30/381 1848/7/179 +f 1849/30/381 1848/7/179 1850/30/381 +f 1846/29/381 1848/7/179 1849/30/381 +f 1848/7/179 1846/29/381 1830/6/179 +f 1830/6/179 1846/29/381 1842/28/381 +f 1843/27/381 1841/25/381 1840/27/381 +f 1830/6/179 1842/28/381 1840/27/381 +f 1838/25/381 1840/27/381 1841/25/381 +f 1830/6/179 1840/27/381 1838/25/381 +f 1829/6/384 1853/31/384 1854/32/384 +f 1829/6/384 1854/32/384 1855/33/384 +f 1835/7/384 1853/31/384 1829/6/384 +f 1853/31/384 1835/7/384 1856/34/384 +f 1856/34/384 1835/7/384 1857/34/384 +f 1848/7/179 1857/34/384 1835/7/384 +f 1857/34/384 1848/7/179 1858/31/384 +f 1829/6/384 1855/33/384 1830/6/179 +f 1858/31/384 1848/7/179 1830/6/179 +f 1859/33/384 1830/6/179 1855/33/384 +f 1858/31/384 1830/6/179 1860/32/384 +f 1860/32/384 1830/6/179 1859/33/384 +f 1863/10/637 1862/9/638 1861/9/637 +f 1862/9/638 1863/10/637 1864/10/638 +f 1861/9/639 1862/9/640 1863/10/639 +f 1864/10/640 1863/10/639 1862/9/640 +f 1867/10/639 1866/9/640 1865/9/639 +f 1866/9/640 1867/10/639 1868/10/640 +f 1865/9/637 1866/9/638 1867/10/637 +f 1868/10/638 1867/10/637 1866/9/638 +f 1871/10/642 1870/9/641 1869/10/641 +f 1870/9/641 1871/10/642 1872/9/642 +f 1869/10/644 1870/9/644 1871/10/643 +f 1872/9/643 1871/10/643 1870/9/644 +f 1875/9/644 1874/10/643 1873/9/643 +f 1874/10/643 1875/9/644 1876/10/644 +f 1873/9/642 1874/10/642 1875/9/641 +f 1876/10/641 1875/9/641 1874/10/642 +f 1868/10/640 1875/9/644 1866/9/640 +f 1875/9/644 1868/10/640 1876/10/644 +f 1866/9/638 1875/9/641 1868/10/638 +f 1876/10/641 1868/10/638 1875/9/641 +f 1864/10/638 1870/9/641 1862/9/638 +f 1870/9/641 1864/10/638 1869/10/641 +f 1862/9/640 1870/9/644 1864/10/640 +f 1869/10/644 1864/10/640 1870/9/644 +f 1871/10/642 1865/9/639 1872/9/642 +f 1865/9/639 1871/10/642 1867/10/639 +f 1872/9/643 1865/9/637 1871/10/643 +f 1867/10/637 1871/10/643 1865/9/637 +f 1874/10/643 1861/9/637 1873/9/643 +f 1861/9/637 1874/10/643 1863/10/637 +f 1873/9/642 1861/9/639 1874/10/642 +f 1863/10/639 1874/10/642 1861/9/639 +f 1864/10/645 1871/10/645 1869/10/645 +f 1871/10/645 1864/10/645 1867/10/645 +f 1867/10/645 1864/10/645 1863/10/645 +f 1867/10/645 1863/10/645 1868/10/645 +f 1868/10/645 1863/10/645 1874/10/645 +f 1868/10/645 1874/10/645 1876/10/645 +f 1869/10/646 1871/10/646 1864/10/646 +f 1867/10/646 1864/10/646 1871/10/646 +f 1863/10/646 1864/10/646 1867/10/646 +f 1868/10/646 1863/10/646 1867/10/646 +f 1874/10/646 1863/10/646 1868/10/646 +f 1876/10/646 1874/10/646 1868/10/646 +f 1865/9/646 1870/9/646 1872/9/646 +f 1870/9/646 1865/9/646 1862/9/646 +f 1862/9/646 1865/9/646 1866/9/646 +f 1862/9/646 1866/9/646 1861/9/646 +f 1861/9/646 1866/9/646 1875/9/646 +f 1861/9/646 1875/9/646 1873/9/646 +f 1872/9/645 1870/9/645 1865/9/645 +f 1862/9/645 1865/9/645 1870/9/645 +f 1866/9/645 1865/9/645 1862/9/645 +f 1861/9/645 1866/9/645 1862/9/645 +f 1875/9/645 1866/9/645 1861/9/645 +f 1873/9/645 1875/9/645 1861/9/645 +f 1879/10/627 1878/9/628 1877/9/627 +f 1878/9/628 1879/10/627 1880/10/628 +f 1877/9/629 1878/9/630 1879/10/629 +f 1880/10/630 1879/10/629 1878/9/630 +f 1883/10/629 1882/9/630 1881/9/629 +f 1882/9/630 1883/10/629 1884/10/630 +f 1881/9/627 1882/9/628 1883/10/627 +f 1884/10/628 1883/10/627 1882/9/628 +f 1887/10/632 1886/9/631 1885/10/631 +f 1886/9/631 1887/10/632 1888/9/632 +f 1885/10/634 1886/9/634 1887/10/633 +f 1888/9/633 1887/10/633 1886/9/634 +f 1891/9/634 1890/10/633 1889/9/633 +f 1890/10/633 1891/9/634 1892/10/634 +f 1889/9/632 1890/10/632 1891/9/631 +f 1892/10/631 1891/9/631 1890/10/632 +f 1884/10/630 1891/9/634 1882/9/630 +f 1891/9/634 1884/10/630 1892/10/634 +f 1882/9/628 1891/9/631 1884/10/628 +f 1892/10/631 1884/10/628 1891/9/631 +f 1880/10/628 1886/9/631 1878/9/628 +f 1886/9/631 1880/10/628 1885/10/631 +f 1878/9/630 1886/9/634 1880/10/630 +f 1885/10/634 1880/10/630 1886/9/634 +f 1887/10/632 1881/9/629 1888/9/632 +f 1881/9/629 1887/10/632 1883/10/629 +f 1888/9/633 1881/9/627 1887/10/633 +f 1883/10/627 1887/10/633 1881/9/627 +f 1890/10/633 1877/9/627 1889/9/633 +f 1877/9/627 1890/10/633 1879/10/627 +f 1889/9/632 1877/9/629 1890/10/632 +f 1879/10/629 1890/10/632 1877/9/629 +f 1880/10/635 1887/10/635 1885/10/635 +f 1887/10/635 1880/10/635 1883/10/635 +f 1883/10/635 1880/10/635 1879/10/635 +f 1883/10/635 1879/10/635 1884/10/635 +f 1884/10/635 1879/10/635 1890/10/635 +f 1884/10/635 1890/10/635 1892/10/635 +f 1885/10/636 1887/10/636 1880/10/636 +f 1883/10/636 1880/10/636 1887/10/636 +f 1879/10/636 1880/10/636 1883/10/636 +f 1884/10/636 1879/10/636 1883/10/636 +f 1890/10/636 1879/10/636 1884/10/636 +f 1892/10/636 1890/10/636 1884/10/636 +f 1881/9/636 1886/9/636 1888/9/636 +f 1886/9/636 1881/9/636 1878/9/636 +f 1878/9/636 1881/9/636 1882/9/636 +f 1878/9/636 1882/9/636 1877/9/636 +f 1877/9/636 1882/9/636 1891/9/636 +f 1877/9/636 1891/9/636 1889/9/636 +f 1888/9/635 1886/9/635 1881/9/635 +f 1878/9/635 1881/9/635 1886/9/635 +f 1882/9/635 1881/9/635 1878/9/635 +f 1877/9/635 1882/9/635 1878/9/635 +f 1891/9/635 1882/9/635 1877/9/635 +f 1889/9/635 1891/9/635 1877/9/635 +f 1895/9/627 1894/10/628 1893/9/628 +f 1894/10/628 1895/9/627 1896/10/627 +f 1893/9/630 1894/10/630 1895/9/629 +f 1896/10/629 1895/9/629 1894/10/630 +f 1899/10/629 1898/9/630 1897/9/629 +f 1898/9/630 1899/10/629 1900/10/630 +f 1897/9/627 1898/9/628 1899/10/627 +f 1900/10/628 1899/10/627 1898/9/628 +f 1903/10/632 1902/9/631 1901/10/631 +f 1902/9/631 1903/10/632 1904/9/632 +f 1901/10/634 1902/9/634 1903/10/633 +f 1904/9/633 1903/10/633 1902/9/634 +f 1907/9/634 1906/10/633 1905/9/633 +f 1906/10/633 1907/9/634 1908/10/634 +f 1905/9/632 1906/10/632 1907/9/631 +f 1908/10/631 1907/9/631 1906/10/632 +f 1898/9/630 1908/10/634 1907/9/634 +f 1908/10/634 1898/9/630 1900/10/630 +f 1907/9/631 1908/10/631 1898/9/628 +f 1900/10/628 1898/9/628 1908/10/631 +f 1894/10/628 1902/9/631 1893/9/628 +f 1902/9/631 1894/10/628 1901/10/631 +f 1893/9/630 1902/9/634 1894/10/630 +f 1901/10/634 1894/10/630 1902/9/634 +f 1904/9/632 1899/10/629 1897/9/629 +f 1899/10/629 1904/9/632 1903/10/632 +f 1897/9/627 1899/10/627 1904/9/633 +f 1903/10/633 1904/9/633 1899/10/627 +f 1906/10/633 1895/9/627 1905/9/633 +f 1895/9/627 1906/10/633 1896/10/627 +f 1905/9/632 1895/9/629 1906/10/632 +f 1896/10/629 1906/10/632 1895/9/629 +f 1894/10/635 1903/10/635 1901/10/635 +f 1903/10/635 1894/10/635 1899/10/635 +f 1899/10/635 1894/10/635 1896/10/635 +f 1899/10/635 1896/10/635 1900/10/635 +f 1900/10/635 1896/10/635 1906/10/635 +f 1900/10/635 1906/10/635 1908/10/635 +f 1901/10/636 1903/10/636 1894/10/636 +f 1899/10/636 1894/10/636 1903/10/636 +f 1896/10/636 1894/10/636 1899/10/636 +f 1900/10/636 1896/10/636 1899/10/636 +f 1906/10/636 1896/10/636 1900/10/636 +f 1908/10/636 1906/10/636 1900/10/636 +f 1897/9/636 1902/9/636 1904/9/636 +f 1902/9/636 1897/9/636 1893/9/636 +f 1893/9/636 1897/9/636 1898/9/636 +f 1893/9/636 1898/9/636 1895/9/636 +f 1895/9/636 1898/9/636 1907/9/636 +f 1895/9/636 1907/9/636 1905/9/636 +f 1904/9/635 1902/9/635 1897/9/635 +f 1893/9/635 1897/9/635 1902/9/635 +f 1898/9/635 1897/9/635 1893/9/635 +f 1895/9/635 1898/9/635 1893/9/635 +f 1907/9/635 1898/9/635 1895/9/635 +f 1905/9/635 1907/9/635 1895/9/635 +f 1911/8/435 1910/7/654 1909/7/435 +f 1910/7/654 1911/8/435 1912/8/654 +f 1909/7/436 1910/7/653 1911/8/436 +f 1912/8/653 1911/8/436 1910/7/653 +f 1915/8/657 1914/7/658 1913/8/658 +f 1914/7/658 1915/8/657 1916/7/657 +f 1913/8/655 1914/7/655 1915/8/656 +f 1916/7/656 1915/8/656 1914/7/655 +f 1912/8/654 1914/7/658 1910/7/654 +f 1914/7/658 1912/8/654 1913/8/658 +f 1910/7/653 1914/7/655 1912/8/653 +f 1913/8/655 1912/8/653 1914/7/655 +f 1918/8/660 1909/7/435 1917/7/660 +f 1909/7/435 1918/8/660 1911/8/435 +f 1917/7/659 1909/7/436 1918/8/659 +f 1911/8/436 1918/8/659 1909/7/436 +f 1913/8/81 1919/8/81 1915/8/81 +f 1919/8/81 1913/8/81 1912/8/81 +f 1919/8/81 1912/8/81 1911/8/81 +f 1919/8/81 1911/8/81 1918/8/81 +f 1919/8/81 1918/8/81 1920/8/81 +f 1915/8/82 1919/8/82 1913/8/82 +f 1912/8/82 1913/8/82 1919/8/82 +f 1911/8/82 1912/8/82 1919/8/82 +f 1918/8/82 1911/8/82 1919/8/82 +f 1920/8/82 1918/8/82 1919/8/82 +f 1922/7/663 1920/8/664 1921/7/664 +f 1920/8/664 1922/7/663 1919/8/663 +f 1921/7/661 1920/8/661 1922/7/662 +f 1919/8/662 1922/7/662 1920/8/661 +f 1921/7/664 1918/8/660 1917/7/660 +f 1918/8/660 1921/7/664 1920/8/664 +f 1917/7/659 1918/8/659 1921/7/661 +f 1920/8/661 1921/7/661 1918/8/659 +f 735/8/437 1924/7/437 1923/8/437 +f 1924/7/437 735/8/437 1925/7/437 +f 1923/8/438 1924/7/438 735/8/438 +f 1925/7/438 735/8/438 1924/7/438 +f 1928/8/603 1927/7/435 1926/7/603 +f 1927/7/435 1928/8/603 1929/8/435 +f 1926/7/604 1927/7/436 1928/8/604 +f 1929/8/436 1928/8/604 1927/7/436 +f 735/8/436 1930/7/436 1925/7/436 +f 1930/7/436 735/8/436 736/8/436 +f 1925/7/435 1930/7/435 735/8/435 +f 736/8/435 735/8/435 1930/7/435 +f 1929/8/435 1924/7/605 1927/7/435 +f 1924/7/605 1929/8/435 1923/8/605 +f 1927/7/436 1924/7/606 1929/8/436 +f 1923/8/606 1929/8/436 1924/7/606 +f 1930/7/82 1924/7/82 1925/7/82 +f 1924/7/82 1930/7/82 1927/7/82 +f 1927/7/82 1930/7/82 1926/7/82 +f 1925/7/81 1924/7/81 1930/7/81 +f 1927/7/81 1930/7/81 1924/7/81 +f 1926/7/81 1930/7/81 1927/7/81 +f 1923/8/81 736/8/81 735/8/81 +f 736/8/81 1923/8/81 1929/8/81 +f 736/8/81 1929/8/81 1928/8/81 +f 735/8/82 736/8/82 1923/8/82 +f 1929/8/82 1923/8/82 736/8/82 +f 1928/8/82 1929/8/82 736/8/82 +f 1930/7/438 1928/8/438 1926/7/438 +f 1928/8/438 1930/7/438 736/8/438 +f 1926/7/437 1928/8/437 1930/7/437 +f 736/8/437 1930/7/437 1928/8/437 +f 1933/6/81 1932/6/81 1931/6/81 +f 1932/6/81 1933/6/81 1934/6/81 +f 1932/6/81 1934/6/81 1935/6/81 +f 1931/6/82 1932/6/82 1933/6/82 +f 1934/6/82 1933/6/82 1932/6/82 +f 1935/6/82 1934/6/82 1932/6/82 +f 1931/6/436 1937/7/436 1936/7/436 +f 1937/7/436 1931/6/436 1932/6/436 +f 1936/7/435 1937/7/435 1931/6/435 +f 1932/6/435 1931/6/435 1937/7/435 +f 1937/7/438 1935/6/438 1938/7/438 +f 1935/6/438 1937/7/438 1932/6/438 +f 1938/7/437 1935/6/437 1937/7/437 +f 1932/6/437 1937/7/437 1935/6/437 +f 1931/6/437 1939/7/437 1933/6/437 +f 1939/7/437 1931/6/437 1936/7/437 +f 1933/6/438 1939/7/438 1931/6/438 +f 1936/7/438 1931/6/438 1939/7/438 +f 1941/24/381 1940/23/381 1934/6/436 +f 1940/23/381 1942/25/381 1934/6/436 +f 1943/26/381 1941/24/381 1934/6/436 +f 1942/25/381 1944/27/381 1934/6/436 +f 1945/25/381 1944/27/381 1942/25/381 +f 1944/27/381 1946/28/381 1934/6/436 +f 1944/27/381 1945/25/381 1947/27/381 +f 1947/27/381 1945/25/381 1948/28/381 +f 1948/28/381 1945/25/381 1949/29/381 +f 1946/28/381 1950/29/381 1934/6/436 +f 1945/25/381 1951/23/381 1949/29/381 +f 1935/6/381 1943/26/381 1934/6/436 +f 1934/6/436 1950/29/381 1952/7/436 +f 1953/30/381 1952/7/436 1950/29/381 +f 1954/30/381 1952/7/436 1953/30/381 +f 1943/26/381 1935/6/381 1955/26/381 +f 1955/26/381 1935/6/381 1956/24/381 +f 1956/24/381 1935/6/381 1951/23/381 +f 1952/7/436 1954/30/381 1938/7/381 +f 1949/29/381 1938/7/381 1954/30/381 +f 1951/23/381 1938/7/381 1949/29/381 +f 1935/6/381 1938/7/381 1951/23/381 +f 1958/32/384 1957/31/384 1933/6/384 +f 1959/33/384 1958/32/384 1933/6/384 +f 1933/6/384 1957/31/384 1939/7/384 +f 1960/34/384 1939/7/384 1957/31/384 +f 1961/34/384 1939/7/384 1960/34/384 +f 1939/7/384 1961/34/384 1952/7/436 +f 1962/31/384 1952/7/436 1961/34/384 +f 1934/6/436 1959/33/384 1933/6/384 +f 1934/6/436 1952/7/436 1962/31/384 +f 1959/33/384 1934/6/436 1963/33/384 +f 1964/32/384 1934/6/436 1962/31/384 +f 1963/33/384 1934/6/436 1964/32/384 +f 1934/6/435 1940/23/379 1941/24/379 +f 1934/6/435 1941/24/379 1943/26/379 +f 1934/6/435 1942/25/379 1940/23/379 +f 1934/6/435 1943/26/379 1935/6/379 +f 1955/26/379 1935/6/379 1943/26/379 +f 1956/24/379 1935/6/379 1955/26/379 +f 1951/23/379 1935/6/379 1956/24/379 +f 1951/23/379 1938/7/379 1935/6/379 +f 1949/29/379 1938/7/379 1951/23/379 +f 1949/29/379 1951/23/379 1945/25/379 +f 1954/30/379 1938/7/379 1949/29/379 +f 1949/29/379 1945/25/379 1948/28/379 +f 1948/28/379 1945/25/379 1947/27/379 +f 1938/7/379 1954/30/379 1952/7/435 +f 1953/30/379 1952/7/435 1954/30/379 +f 1950/29/379 1952/7/435 1953/30/379 +f 1952/7/435 1950/29/379 1934/6/435 +f 1934/6/435 1950/29/379 1946/28/379 +f 1947/27/379 1945/25/379 1944/27/379 +f 1934/6/435 1946/28/379 1944/27/379 +f 1942/25/379 1944/27/379 1945/25/379 +f 1934/6/435 1944/27/379 1942/25/379 +f 1933/6/383 1957/31/383 1958/32/383 +f 1933/6/383 1958/32/383 1959/33/383 +f 1939/7/383 1957/31/383 1933/6/383 +f 1957/31/383 1939/7/383 1960/34/383 +f 1960/34/383 1939/7/383 1961/34/383 +f 1952/7/435 1961/34/383 1939/7/383 +f 1961/34/383 1952/7/435 1962/31/383 +f 1933/6/383 1959/33/383 1934/6/435 +f 1962/31/383 1952/7/435 1934/6/435 +f 1963/33/383 1934/6/435 1959/33/383 +f 1962/31/383 1934/6/435 1964/32/383 +f 1964/32/383 1934/6/435 1963/33/383 +f 1967/10/617 1966/9/618 1965/9/617 +f 1966/9/618 1967/10/617 1968/10/618 +f 1965/9/619 1966/9/620 1967/10/619 +f 1968/10/620 1967/10/619 1966/9/620 +f 1971/10/619 1970/9/620 1969/9/619 +f 1970/9/620 1971/10/619 1972/10/620 +f 1969/9/617 1970/9/618 1971/10/617 +f 1972/10/618 1971/10/617 1970/9/618 +f 1975/10/622 1974/9/621 1973/10/621 +f 1974/9/621 1975/10/622 1976/9/622 +f 1973/10/624 1974/9/624 1975/10/623 +f 1976/9/623 1975/10/623 1974/9/624 +f 1979/9/624 1978/10/623 1977/9/623 +f 1978/10/623 1979/9/624 1980/10/624 +f 1977/9/622 1978/10/622 1979/9/621 +f 1980/10/621 1979/9/621 1978/10/622 +f 1972/10/620 1979/9/624 1970/9/620 +f 1979/9/624 1972/10/620 1980/10/624 +f 1970/9/618 1979/9/621 1972/10/618 +f 1980/10/621 1972/10/618 1979/9/621 +f 1968/10/618 1974/9/621 1966/9/618 +f 1974/9/621 1968/10/618 1973/10/621 +f 1966/9/620 1974/9/624 1968/10/620 +f 1973/10/624 1968/10/620 1974/9/624 +f 1975/10/622 1969/9/619 1976/9/622 +f 1969/9/619 1975/10/622 1971/10/619 +f 1976/9/623 1969/9/617 1975/10/623 +f 1971/10/617 1975/10/623 1969/9/617 +f 1978/10/623 1965/9/617 1977/9/623 +f 1965/9/617 1978/10/623 1967/10/617 +f 1977/9/622 1965/9/619 1978/10/622 +f 1967/10/619 1978/10/622 1965/9/619 +f 1968/10/625 1975/10/625 1973/10/625 +f 1975/10/625 1968/10/625 1971/10/625 +f 1971/10/625 1968/10/625 1967/10/625 +f 1971/10/625 1967/10/625 1972/10/625 +f 1972/10/625 1967/10/625 1978/10/625 +f 1972/10/625 1978/10/625 1980/10/625 +f 1973/10/626 1975/10/626 1968/10/626 +f 1971/10/626 1968/10/626 1975/10/626 +f 1967/10/626 1968/10/626 1971/10/626 +f 1972/10/626 1967/10/626 1971/10/626 +f 1978/10/626 1967/10/626 1972/10/626 +f 1980/10/626 1978/10/626 1972/10/626 +f 1969/9/626 1974/9/626 1976/9/626 +f 1974/9/626 1969/9/626 1966/9/626 +f 1966/9/626 1969/9/626 1970/9/626 +f 1966/9/626 1970/9/626 1965/9/626 +f 1965/9/626 1970/9/626 1979/9/626 +f 1965/9/626 1979/9/626 1977/9/626 +f 1976/9/625 1974/9/625 1969/9/625 +f 1966/9/625 1969/9/625 1974/9/625 +f 1970/9/625 1969/9/625 1966/9/625 +f 1965/9/625 1970/9/625 1966/9/625 +f 1979/9/625 1970/9/625 1965/9/625 +f 1977/9/625 1979/9/625 1965/9/625 +f 1983/10/607 1982/9/608 1981/9/607 +f 1982/9/608 1983/10/607 1984/10/608 +f 1981/9/609 1982/9/610 1983/10/609 +f 1984/10/610 1983/10/609 1982/9/610 +f 1987/10/609 1986/9/610 1985/9/609 +f 1986/9/610 1987/10/609 1988/10/610 +f 1985/9/607 1986/9/608 1987/10/607 +f 1988/10/608 1987/10/607 1986/9/608 +f 1991/10/612 1990/9/611 1989/10/611 +f 1990/9/611 1991/10/612 1992/9/612 +f 1989/10/614 1990/9/614 1991/10/613 +f 1992/9/613 1991/10/613 1990/9/614 +f 1995/9/614 1994/10/613 1993/9/613 +f 1994/10/613 1995/9/614 1996/10/614 +f 1993/9/612 1994/10/612 1995/9/611 +f 1996/10/611 1995/9/611 1994/10/612 +f 1988/10/610 1995/9/614 1986/9/610 +f 1995/9/614 1988/10/610 1996/10/614 +f 1986/9/608 1995/9/611 1988/10/608 +f 1996/10/611 1988/10/608 1995/9/611 +f 1984/10/608 1990/9/611 1982/9/608 +f 1990/9/611 1984/10/608 1989/10/611 +f 1982/9/610 1990/9/614 1984/10/610 +f 1989/10/614 1984/10/610 1990/9/614 +f 1991/10/612 1985/9/609 1992/9/612 +f 1985/9/609 1991/10/612 1987/10/609 +f 1992/9/613 1985/9/607 1991/10/613 +f 1987/10/607 1991/10/613 1985/9/607 +f 1994/10/613 1981/9/607 1993/9/613 +f 1981/9/607 1994/10/613 1983/10/607 +f 1993/9/612 1981/9/609 1994/10/612 +f 1983/10/609 1994/10/612 1981/9/609 +f 1984/10/615 1991/10/615 1989/10/615 +f 1991/10/615 1984/10/615 1987/10/615 +f 1987/10/615 1984/10/615 1983/10/615 +f 1987/10/615 1983/10/615 1988/10/615 +f 1988/10/615 1983/10/615 1994/10/615 +f 1988/10/615 1994/10/615 1996/10/615 +f 1989/10/616 1991/10/616 1984/10/616 +f 1987/10/616 1984/10/616 1991/10/616 +f 1983/10/616 1984/10/616 1987/10/616 +f 1988/10/616 1983/10/616 1987/10/616 +f 1994/10/616 1983/10/616 1988/10/616 +f 1996/10/616 1994/10/616 1988/10/616 +f 1985/9/616 1990/9/616 1992/9/616 +f 1990/9/616 1985/9/616 1982/9/616 +f 1982/9/616 1985/9/616 1986/9/616 +f 1982/9/616 1986/9/616 1981/9/616 +f 1981/9/616 1986/9/616 1995/9/616 +f 1981/9/616 1995/9/616 1993/9/616 +f 1992/9/615 1990/9/615 1985/9/615 +f 1982/9/615 1985/9/615 1990/9/615 +f 1986/9/615 1985/9/615 1982/9/615 +f 1981/9/615 1986/9/615 1982/9/615 +f 1995/9/615 1986/9/615 1981/9/615 +f 1993/9/615 1995/9/615 1981/9/615 +f 1999/9/607 1998/10/608 1997/9/608 +f 1998/10/608 1999/9/607 2000/10/607 +f 1997/9/610 1998/10/610 1999/9/609 +f 2000/10/609 1999/9/609 1998/10/610 +f 2003/10/609 2002/9/610 2001/9/609 +f 2002/9/610 2003/10/609 2004/10/610 +f 2001/9/607 2002/9/608 2003/10/607 +f 2004/10/608 2003/10/607 2002/9/608 +f 2007/10/612 2006/9/611 2005/10/611 +f 2006/9/611 2007/10/612 2008/9/612 +f 2005/10/614 2006/9/614 2007/10/613 +f 2008/9/613 2007/10/613 2006/9/614 +f 2011/9/614 2010/10/613 2009/9/613 +f 2010/10/613 2011/9/614 2012/10/614 +f 2009/9/612 2010/10/612 2011/9/611 +f 2012/10/611 2011/9/611 2010/10/612 +f 2002/9/610 2012/10/614 2011/9/614 +f 2012/10/614 2002/9/610 2004/10/610 +f 2011/9/611 2012/10/611 2002/9/608 +f 2004/10/608 2002/9/608 2012/10/611 +f 1998/10/608 2006/9/611 1997/9/608 +f 2006/9/611 1998/10/608 2005/10/611 +f 1997/9/610 2006/9/614 1998/10/610 +f 2005/10/614 1998/10/610 2006/9/614 +f 2008/9/612 2003/10/609 2001/9/609 +f 2003/10/609 2008/9/612 2007/10/612 +f 2001/9/607 2003/10/607 2008/9/613 +f 2007/10/613 2008/9/613 2003/10/607 +f 2010/10/613 1999/9/607 2009/9/613 +f 1999/9/607 2010/10/613 2000/10/607 +f 2009/9/612 1999/9/609 2010/10/612 +f 2000/10/609 2010/10/612 1999/9/609 +f 1998/10/615 2007/10/615 2005/10/615 +f 2007/10/615 1998/10/615 2003/10/615 +f 2003/10/615 1998/10/615 2000/10/615 +f 2003/10/615 2000/10/615 2004/10/615 +f 2004/10/615 2000/10/615 2010/10/615 +f 2004/10/615 2010/10/615 2012/10/615 +f 2005/10/616 2007/10/616 1998/10/616 +f 2003/10/616 1998/10/616 2007/10/616 +f 2000/10/616 1998/10/616 2003/10/616 +f 2004/10/616 2000/10/616 2003/10/616 +f 2010/10/616 2000/10/616 2004/10/616 +f 2012/10/616 2010/10/616 2004/10/616 +f 2001/9/616 2006/9/616 2008/9/616 +f 2006/9/616 2001/9/616 1997/9/616 +f 1997/9/616 2001/9/616 2002/9/616 +f 1997/9/616 2002/9/616 1999/9/616 +f 1999/9/616 2002/9/616 2011/9/616 +f 1999/9/616 2011/9/616 2009/9/616 +f 2008/9/615 2006/9/615 2001/9/615 +f 1997/9/615 2001/9/615 2006/9/615 +f 2002/9/615 2001/9/615 1997/9/615 +f 1999/9/615 2002/9/615 1997/9/615 +f 2011/9/615 2002/9/615 1999/9/615 +f 2009/9/615 2011/9/615 1999/9/615 +f 2015/6/81 2014/6/81 2013/6/81 +f 2014/6/81 2015/6/81 2016/6/81 +f 2014/6/81 2016/6/81 2017/6/81 +f 2013/6/82 2014/6/82 2015/6/82 +f 2016/6/82 2015/6/82 2014/6/82 +f 2017/6/82 2016/6/82 2014/6/82 +f 2019/7/287 2017/6/287 2018/7/287 +f 2017/6/287 2019/7/287 2014/6/287 +f 2018/7/288 2017/6/288 2019/7/288 +f 2014/6/288 2019/7/288 2017/6/288 +f 2017/6/449 2020/7/275 2018/7/449 +f 2020/7/275 2017/6/449 2016/6/275 +f 2018/7/450 2020/7/276 2017/6/450 +f 2016/6/276 2017/6/450 2020/7/276 +f 2013/6/276 2019/7/276 2021/7/276 +f 2019/7/276 2013/6/276 2014/6/276 +f 2021/7/275 2019/7/275 2013/6/275 +f 2014/6/275 2013/6/275 2019/7/275 +f 2013/6/288 2022/7/288 2015/6/288 +f 2022/7/288 2013/6/288 2021/7/288 +f 2015/6/287 2022/7/287 2013/6/287 +f 2021/7/287 2013/6/287 2022/7/287 +f 2016/6/275 2022/7/447 2020/7/275 +f 2022/7/447 2016/6/275 2015/6/447 +f 2020/7/276 2022/7/448 2016/6/276 +f 2015/6/448 2016/6/276 2022/7/448 +f 2025/8/276 2024/7/276 2023/7/276 +f 2024/7/276 2025/8/276 2026/8/276 +f 2023/7/275 2024/7/275 2025/8/275 +f 2026/8/275 2025/8/275 2024/7/275 +f 2027/8/81 2026/8/81 2025/8/81 +f 2026/8/81 2027/8/81 2028/8/81 +f 2026/8/81 2028/8/81 2029/8/81 +f 2025/8/82 2026/8/82 2027/8/82 +f 2028/8/82 2027/8/82 2026/8/82 +f 2029/8/82 2028/8/82 2026/8/82 +f 2028/8/275 2031/7/665 2030/7/275 +f 2031/7/665 2028/8/275 2027/8/665 +f 2030/7/276 2031/7/666 2028/8/276 +f 2027/8/666 2028/8/276 2031/7/666 +f 2025/8/288 2031/7/288 2027/8/288 +f 2031/7/288 2025/8/288 2023/7/288 +f 2027/8/287 2031/7/287 2025/8/287 +f 2023/7/287 2025/8/287 2031/7/287 +f 2024/7/287 2029/8/287 2032/7/287 +f 2029/8/287 2024/7/287 2026/8/287 +f 2032/7/288 2029/8/288 2024/7/288 +f 2026/8/288 2024/7/288 2029/8/288 +f 2024/7/82 2031/7/82 2023/7/82 +f 2031/7/82 2024/7/82 2030/7/82 +f 2030/7/82 2024/7/82 2032/7/82 +f 2023/7/81 2031/7/81 2024/7/81 +f 2030/7/81 2024/7/81 2031/7/81 +f 2032/7/81 2024/7/81 2030/7/81 +f 2029/8/667 2030/7/275 2032/7/667 +f 2030/7/275 2029/8/667 2028/8/275 +f 2032/7/668 2030/7/276 2029/8/668 +f 2028/8/276 2029/8/668 2030/7/276 +f 2035/10/669 2034/9/670 2033/9/669 +f 2034/9/670 2035/10/669 2036/10/670 +f 2033/9/671 2034/9/672 2035/10/671 +f 2036/10/672 2035/10/671 2034/9/672 +f 2039/10/671 2038/9/672 2037/9/671 +f 2038/9/672 2039/10/671 2040/10/672 +f 2037/9/669 2038/9/670 2039/10/669 +f 2040/10/670 2039/10/669 2038/9/670 +f 2043/10/674 2042/9/673 2041/10/673 +f 2042/9/673 2043/10/674 2044/9/674 +f 2041/10/676 2042/9/676 2043/10/675 +f 2044/9/675 2043/10/675 2042/9/676 +f 2047/9/676 2046/10/675 2045/9/675 +f 2046/10/675 2047/9/676 2048/10/676 +f 2045/9/674 2046/10/674 2047/9/673 +f 2048/10/673 2047/9/673 2046/10/674 +f 2040/10/672 2047/9/676 2038/9/672 +f 2047/9/676 2040/10/672 2048/10/676 +f 2038/9/670 2047/9/673 2040/10/670 +f 2048/10/673 2040/10/670 2047/9/673 +f 2036/10/670 2042/9/673 2034/9/670 +f 2042/9/673 2036/10/670 2041/10/673 +f 2034/9/672 2042/9/676 2036/10/672 +f 2041/10/676 2036/10/672 2042/9/676 +f 2043/10/674 2037/9/671 2044/9/674 +f 2037/9/671 2043/10/674 2039/10/671 +f 2044/9/675 2037/9/669 2043/10/675 +f 2039/10/669 2043/10/675 2037/9/669 +f 2046/10/675 2033/9/669 2045/9/675 +f 2033/9/669 2046/10/675 2035/10/669 +f 2045/9/674 2033/9/671 2046/10/674 +f 2035/10/671 2046/10/674 2033/9/671 +f 2036/10/677 2043/10/677 2041/10/677 +f 2043/10/677 2036/10/677 2039/10/677 +f 2039/10/677 2036/10/677 2035/10/677 +f 2039/10/677 2035/10/677 2040/10/677 +f 2040/10/677 2035/10/677 2046/10/677 +f 2040/10/677 2046/10/677 2048/10/677 +f 2041/10/678 2043/10/678 2036/10/678 +f 2039/10/678 2036/10/678 2043/10/678 +f 2035/10/678 2036/10/678 2039/10/678 +f 2040/10/678 2035/10/678 2039/10/678 +f 2046/10/678 2035/10/678 2040/10/678 +f 2048/10/678 2046/10/678 2040/10/678 +f 2037/9/678 2042/9/678 2044/9/678 +f 2042/9/678 2037/9/678 2034/9/678 +f 2034/9/678 2037/9/678 2038/9/678 +f 2034/9/678 2038/9/678 2033/9/678 +f 2033/9/678 2038/9/678 2047/9/678 +f 2033/9/678 2047/9/678 2045/9/678 +f 2044/9/677 2042/9/677 2037/9/677 +f 2034/9/677 2037/9/677 2042/9/677 +f 2038/9/677 2037/9/677 2034/9/677 +f 2033/9/677 2038/9/677 2034/9/677 +f 2047/9/677 2038/9/677 2033/9/677 +f 2045/9/677 2047/9/677 2033/9/677 +f 2051/6/81 2050/6/81 2049/6/81 +f 2050/6/81 2051/6/81 2052/6/81 +f 2050/6/81 2052/6/81 2053/6/81 +f 2049/6/82 2050/6/82 2051/6/82 +f 2052/6/82 2051/6/82 2050/6/82 +f 2053/6/82 2052/6/82 2050/6/82 +f 2055/7/287 2053/6/287 2054/7/287 +f 2053/6/287 2055/7/287 2050/6/287 +f 2054/7/288 2053/6/288 2055/7/288 +f 2050/6/288 2055/7/288 2053/6/288 +f 2053/6/449 2056/7/275 2054/7/449 +f 2056/7/275 2053/6/449 2052/6/275 +f 2054/7/450 2056/7/276 2053/6/450 +f 2052/6/276 2053/6/450 2056/7/276 +f 2049/6/276 2055/7/276 2057/7/276 +f 2055/7/276 2049/6/276 2050/6/276 +f 2057/7/275 2055/7/275 2049/6/275 +f 2050/6/275 2049/6/275 2055/7/275 +f 2049/6/288 2058/7/288 2051/6/288 +f 2058/7/288 2049/6/288 2057/7/288 +f 2051/6/287 2058/7/287 2049/6/287 +f 2057/7/287 2049/6/287 2058/7/287 +f 2052/6/275 2058/7/447 2056/7/275 +f 2058/7/447 2052/6/275 2051/6/447 +f 2056/7/276 2058/7/448 2052/6/276 +f 2051/6/448 2052/6/276 2058/7/448 +f 2061/8/276 2060/7/276 2059/7/276 +f 2060/7/276 2061/8/276 504/8/276 +f 2059/7/275 2060/7/275 2061/8/275 +f 504/8/275 2061/8/275 2060/7/275 +f 2062/8/81 504/8/81 2061/8/81 +f 504/8/81 2062/8/81 2063/8/81 +f 504/8/81 2063/8/81 2064/8/81 +f 2061/8/82 504/8/82 2062/8/82 +f 2063/8/82 2062/8/82 504/8/82 +f 2064/8/82 2063/8/82 504/8/82 +f 2063/8/275 2066/7/665 2065/7/275 +f 2066/7/665 2063/8/275 2062/8/665 +f 2065/7/276 2066/7/666 2063/8/276 +f 2062/8/666 2063/8/276 2066/7/666 +f 2061/8/288 2066/7/288 2062/8/288 +f 2066/7/288 2061/8/288 2059/7/288 +f 2062/8/287 2066/7/287 2061/8/287 +f 2059/7/287 2061/8/287 2066/7/287 +f 2060/7/287 2064/8/287 2067/7/287 +f 2064/8/287 2060/7/287 504/8/287 +f 2067/7/288 2064/8/288 2060/7/288 +f 504/8/288 2060/7/288 2064/8/288 +f 2060/7/82 2066/7/82 2059/7/82 +f 2066/7/82 2060/7/82 2065/7/82 +f 2065/7/82 2060/7/82 2067/7/82 +f 2059/7/81 2066/7/81 2060/7/81 +f 2065/7/81 2060/7/81 2066/7/81 +f 2067/7/81 2060/7/81 2065/7/81 +f 2064/8/667 2065/7/275 2067/7/667 +f 2065/7/275 2064/8/667 2063/8/275 +f 2067/7/668 2065/7/276 2064/8/668 +f 2063/8/276 2064/8/668 2065/7/276 +f 2070/10/669 2069/9/670 2068/9/669 +f 2069/9/670 2070/10/669 2071/10/670 +f 2068/9/671 2069/9/672 2070/10/671 +f 2071/10/672 2070/10/671 2069/9/672 +f 2074/10/671 2073/9/672 2072/9/671 +f 2073/9/672 2074/10/671 2075/10/672 +f 2072/9/669 2073/9/670 2074/10/669 +f 2075/10/670 2074/10/669 2073/9/670 +f 2078/10/674 2077/9/673 2076/10/673 +f 2077/9/673 2078/10/674 2079/9/674 +f 2076/10/676 2077/9/676 2078/10/675 +f 2079/9/675 2078/10/675 2077/9/676 +f 2082/9/676 2081/10/675 2080/9/675 +f 2081/10/675 2082/9/676 2083/10/676 +f 2080/9/674 2081/10/674 2082/9/673 +f 2083/10/673 2082/9/673 2081/10/674 +f 2075/10/672 2082/9/676 2073/9/672 +f 2082/9/676 2075/10/672 2083/10/676 +f 2073/9/670 2082/9/673 2075/10/670 +f 2083/10/673 2075/10/670 2082/9/673 +f 2071/10/670 2077/9/673 2069/9/670 +f 2077/9/673 2071/10/670 2076/10/673 +f 2069/9/672 2077/9/676 2071/10/672 +f 2076/10/676 2071/10/672 2077/9/676 +f 2078/10/674 2072/9/671 2079/9/674 +f 2072/9/671 2078/10/674 2074/10/671 +f 2079/9/675 2072/9/669 2078/10/675 +f 2074/10/669 2078/10/675 2072/9/669 +f 2081/10/675 2068/9/669 2080/9/675 +f 2068/9/669 2081/10/675 2070/10/669 +f 2080/9/674 2068/9/671 2081/10/674 +f 2070/10/671 2081/10/674 2068/9/671 +f 2071/10/677 2078/10/677 2076/10/677 +f 2078/10/677 2071/10/677 2074/10/677 +f 2074/10/677 2071/10/677 2070/10/677 +f 2074/10/677 2070/10/677 2075/10/677 +f 2075/10/677 2070/10/677 2081/10/677 +f 2075/10/677 2081/10/677 2083/10/677 +f 2076/10/678 2078/10/678 2071/10/678 +f 2074/10/678 2071/10/678 2078/10/678 +f 2070/10/678 2071/10/678 2074/10/678 +f 2075/10/678 2070/10/678 2074/10/678 +f 2081/10/678 2070/10/678 2075/10/678 +f 2083/10/678 2081/10/678 2075/10/678 +f 2072/9/678 2077/9/678 2079/9/678 +f 2077/9/678 2072/9/678 2069/9/678 +f 2069/9/678 2072/9/678 2073/9/678 +f 2069/9/678 2073/9/678 2068/9/678 +f 2068/9/678 2073/9/678 2082/9/678 +f 2068/9/678 2082/9/678 2080/9/678 +f 2079/9/677 2077/9/677 2072/9/677 +f 2069/9/677 2072/9/677 2077/9/677 +f 2073/9/677 2072/9/677 2069/9/677 +f 2068/9/677 2073/9/677 2069/9/677 +f 2082/9/677 2073/9/677 2068/9/677 +f 2080/9/677 2082/9/677 2068/9/677 +f 2086/6/81 2085/6/81 2084/6/81 +f 2085/6/81 2086/6/81 2087/6/81 +f 2085/6/81 2087/6/81 2088/6/81 +f 2084/6/82 2085/6/82 2086/6/82 +f 2087/6/82 2086/6/82 2085/6/82 +f 2088/6/82 2087/6/82 2085/6/82 +f 2090/7/95 2088/6/95 2089/7/95 +f 2088/6/95 2090/7/95 2085/6/95 +f 2089/7/96 2088/6/96 2090/7/96 +f 2085/6/96 2090/7/96 2088/6/96 +f 2088/6/461 2091/7/83 2089/7/461 +f 2091/7/83 2088/6/461 2087/6/83 +f 2089/7/462 2091/7/84 2088/6/462 +f 2087/6/84 2088/6/462 2091/7/84 +f 2084/6/84 2090/7/84 2092/7/84 +f 2090/7/84 2084/6/84 2085/6/84 +f 2092/7/83 2090/7/83 2084/6/83 +f 2085/6/83 2084/6/83 2090/7/83 +f 2084/6/96 2093/7/96 2086/6/96 +f 2093/7/96 2084/6/96 2092/7/96 +f 2086/6/95 2093/7/95 2084/6/95 +f 2092/7/95 2084/6/95 2093/7/95 +f 2087/6/83 2093/7/459 2091/7/83 +f 2093/7/459 2087/6/83 2086/6/459 +f 2091/7/84 2093/7/460 2087/6/84 +f 2086/6/460 2087/6/84 2093/7/460 +f 815/8/84 2095/7/84 2094/7/84 +f 2095/7/84 815/8/84 2096/8/84 +f 2094/7/83 2095/7/83 815/8/83 +f 2096/8/83 815/8/83 2095/7/83 +f 2097/8/81 2096/8/81 815/8/81 +f 2096/8/81 2097/8/81 2098/8/81 +f 2096/8/81 2098/8/81 2099/8/81 +f 815/8/82 2096/8/82 2097/8/82 +f 2098/8/82 2097/8/82 2096/8/82 +f 2099/8/82 2098/8/82 2096/8/82 +f 2098/8/83 2101/7/679 2100/7/83 +f 2101/7/679 2098/8/83 2097/8/679 +f 2100/7/84 2101/7/680 2098/8/84 +f 2097/8/680 2098/8/84 2101/7/680 +f 815/8/96 2101/7/96 2097/8/96 +f 2101/7/96 815/8/96 2094/7/96 +f 2097/8/95 2101/7/95 815/8/95 +f 2094/7/95 815/8/95 2101/7/95 +f 2095/7/95 2099/8/95 2102/7/95 +f 2099/8/95 2095/7/95 2096/8/95 +f 2102/7/96 2099/8/96 2095/7/96 +f 2096/8/96 2095/7/96 2099/8/96 +f 2095/7/82 2101/7/82 2094/7/82 +f 2101/7/82 2095/7/82 2100/7/82 +f 2100/7/82 2095/7/82 2102/7/82 +f 2094/7/81 2101/7/81 2095/7/81 +f 2100/7/81 2095/7/81 2101/7/81 +f 2102/7/81 2095/7/81 2100/7/81 +f 2099/8/681 2100/7/83 2102/7/681 +f 2100/7/83 2099/8/681 2098/8/83 +f 2102/7/682 2100/7/84 2099/8/682 +f 2098/8/84 2099/8/682 2100/7/84 +f 2105/10/683 2104/9/684 2103/9/683 +f 2104/9/684 2105/10/683 2106/10/684 +f 2103/9/685 2104/9/686 2105/10/685 +f 2106/10/686 2105/10/685 2104/9/686 +f 2109/10/685 2108/9/686 2107/9/685 +f 2108/9/686 2109/10/685 2110/10/686 +f 2107/9/683 2108/9/684 2109/10/683 +f 2110/10/684 2109/10/683 2108/9/684 +f 2113/10/688 2112/9/687 2111/10/687 +f 2112/9/687 2113/10/688 2114/9/688 +f 2111/10/690 2112/9/690 2113/10/689 +f 2114/9/689 2113/10/689 2112/9/690 +f 2117/9/690 2116/10/689 2115/9/689 +f 2116/10/689 2117/9/690 2118/10/690 +f 2115/9/688 2116/10/688 2117/9/687 +f 2118/10/687 2117/9/687 2116/10/688 +f 2110/10/686 2117/9/690 2108/9/686 +f 2117/9/690 2110/10/686 2118/10/690 +f 2108/9/684 2117/9/687 2110/10/684 +f 2118/10/687 2110/10/684 2117/9/687 +f 2106/10/684 2112/9/687 2104/9/684 +f 2112/9/687 2106/10/684 2111/10/687 +f 2104/9/686 2112/9/690 2106/10/686 +f 2111/10/690 2106/10/686 2112/9/690 +f 2113/10/688 2107/9/685 2114/9/688 +f 2107/9/685 2113/10/688 2109/10/685 +f 2114/9/689 2107/9/683 2113/10/689 +f 2109/10/683 2113/10/689 2107/9/683 +f 2116/10/689 2103/9/683 2115/9/689 +f 2103/9/683 2116/10/689 2105/10/683 +f 2115/9/688 2103/9/685 2116/10/688 +f 2105/10/685 2116/10/688 2103/9/685 +f 2106/10/691 2113/10/691 2111/10/691 +f 2113/10/691 2106/10/691 2109/10/691 +f 2109/10/691 2106/10/691 2105/10/691 +f 2109/10/691 2105/10/691 2110/10/691 +f 2110/10/691 2105/10/691 2116/10/691 +f 2110/10/691 2116/10/691 2118/10/691 +f 2111/10/692 2113/10/692 2106/10/692 +f 2109/10/692 2106/10/692 2113/10/692 +f 2105/10/692 2106/10/692 2109/10/692 +f 2110/10/692 2105/10/692 2109/10/692 +f 2116/10/692 2105/10/692 2110/10/692 +f 2118/10/692 2116/10/692 2110/10/692 +f 2107/9/692 2112/9/692 2114/9/692 +f 2112/9/692 2107/9/692 2104/9/692 +f 2104/9/692 2107/9/692 2108/9/692 +f 2104/9/692 2108/9/692 2103/9/692 +f 2103/9/692 2108/9/692 2117/9/692 +f 2103/9/692 2117/9/692 2115/9/692 +f 2114/9/691 2112/9/691 2107/9/691 +f 2104/9/691 2107/9/691 2112/9/691 +f 2108/9/691 2107/9/691 2104/9/691 +f 2103/9/691 2108/9/691 2104/9/691 +f 2117/9/691 2108/9/691 2103/9/691 +f 2115/9/691 2117/9/691 2103/9/691 +f 2121/6/81 2120/6/81 2119/6/81 +f 2120/6/81 2121/6/81 2122/6/81 +f 2120/6/81 2122/6/81 2123/6/81 +f 2119/6/82 2120/6/82 2121/6/82 +f 2122/6/82 2121/6/82 2120/6/82 +f 2123/6/82 2122/6/82 2120/6/82 +f 2125/7/95 2123/6/95 2124/7/95 +f 2123/6/95 2125/7/95 2120/6/95 +f 2124/7/96 2123/6/96 2125/7/96 +f 2120/6/96 2125/7/96 2123/6/96 +f 2123/6/461 2126/7/83 2124/7/461 +f 2126/7/83 2123/6/461 2122/6/83 +f 2124/7/462 2126/7/84 2123/6/462 +f 2122/6/84 2123/6/462 2126/7/84 +f 2119/6/84 2125/7/84 2127/7/84 +f 2125/7/84 2119/6/84 2120/6/84 +f 2127/7/83 2125/7/83 2119/6/83 +f 2120/6/83 2119/6/83 2125/7/83 +f 2119/6/96 2128/7/96 2121/6/96 +f 2128/7/96 2119/6/96 2127/7/96 +f 2121/6/95 2128/7/95 2119/6/95 +f 2127/7/95 2119/6/95 2128/7/95 +f 2122/6/83 2128/7/459 2126/7/83 +f 2128/7/459 2122/6/83 2121/6/459 +f 2126/7/84 2128/7/460 2122/6/84 +f 2121/6/460 2122/6/84 2128/7/460 +f 841/8/84 2130/7/84 2129/7/84 +f 2130/7/84 841/8/84 2131/8/84 +f 2129/7/83 2130/7/83 841/8/83 +f 2131/8/83 841/8/83 2130/7/83 +f 2132/8/81 2131/8/81 841/8/81 +f 2131/8/81 2132/8/81 2133/8/81 +f 2131/8/81 2133/8/81 2134/8/81 +f 841/8/82 2131/8/82 2132/8/82 +f 2133/8/82 2132/8/82 2131/8/82 +f 2134/8/82 2133/8/82 2131/8/82 +f 2133/8/83 2136/7/679 2135/7/83 +f 2136/7/679 2133/8/83 2132/8/679 +f 2135/7/84 2136/7/680 2133/8/84 +f 2132/8/680 2133/8/84 2136/7/680 +f 841/8/96 2136/7/96 2132/8/96 +f 2136/7/96 841/8/96 2129/7/96 +f 2132/8/95 2136/7/95 841/8/95 +f 2129/7/95 841/8/95 2136/7/95 +f 2130/7/95 2134/8/95 2137/7/95 +f 2134/8/95 2130/7/95 2131/8/95 +f 2137/7/96 2134/8/96 2130/7/96 +f 2131/8/96 2130/7/96 2134/8/96 +f 2130/7/82 2136/7/82 2129/7/82 +f 2136/7/82 2130/7/82 2135/7/82 +f 2135/7/82 2130/7/82 2137/7/82 +f 2129/7/81 2136/7/81 2130/7/81 +f 2135/7/81 2130/7/81 2136/7/81 +f 2137/7/81 2130/7/81 2135/7/81 +f 2134/8/681 2135/7/83 2137/7/681 +f 2135/7/83 2134/8/681 2133/8/83 +f 2137/7/682 2135/7/84 2134/8/682 +f 2133/8/84 2134/8/682 2135/7/84 +f 2140/10/683 2139/9/684 2138/9/683 +f 2139/9/684 2140/10/683 2141/10/684 +f 2138/9/685 2139/9/686 2140/10/685 +f 2141/10/686 2140/10/685 2139/9/686 +f 2144/10/685 2143/9/686 2142/9/685 +f 2143/9/686 2144/10/685 2145/10/686 +f 2142/9/683 2143/9/684 2144/10/683 +f 2145/10/684 2144/10/683 2143/9/684 +f 2148/10/688 2147/9/687 2146/10/687 +f 2147/9/687 2148/10/688 2149/9/688 +f 2146/10/690 2147/9/690 2148/10/689 +f 2149/9/689 2148/10/689 2147/9/690 +f 2152/9/690 2151/10/689 2150/9/689 +f 2151/10/689 2152/9/690 2153/10/690 +f 2150/9/688 2151/10/688 2152/9/687 +f 2153/10/687 2152/9/687 2151/10/688 +f 2145/10/686 2152/9/690 2143/9/686 +f 2152/9/690 2145/10/686 2153/10/690 +f 2143/9/684 2152/9/687 2145/10/684 +f 2153/10/687 2145/10/684 2152/9/687 +f 2141/10/684 2147/9/687 2139/9/684 +f 2147/9/687 2141/10/684 2146/10/687 +f 2139/9/686 2147/9/690 2141/10/686 +f 2146/10/690 2141/10/686 2147/9/690 +f 2148/10/688 2142/9/685 2149/9/688 +f 2142/9/685 2148/10/688 2144/10/685 +f 2149/9/689 2142/9/683 2148/10/689 +f 2144/10/683 2148/10/689 2142/9/683 +f 2151/10/689 2138/9/683 2150/9/689 +f 2138/9/683 2151/10/689 2140/10/683 +f 2150/9/688 2138/9/685 2151/10/688 +f 2140/10/685 2151/10/688 2138/9/685 +f 2141/10/691 2148/10/691 2146/10/691 +f 2148/10/691 2141/10/691 2144/10/691 +f 2144/10/691 2141/10/691 2140/10/691 +f 2144/10/691 2140/10/691 2145/10/691 +f 2145/10/691 2140/10/691 2151/10/691 +f 2145/10/691 2151/10/691 2153/10/691 +f 2146/10/692 2148/10/692 2141/10/692 +f 2144/10/692 2141/10/692 2148/10/692 +f 2140/10/692 2141/10/692 2144/10/692 +f 2145/10/692 2140/10/692 2144/10/692 +f 2151/10/692 2140/10/692 2145/10/692 +f 2153/10/692 2151/10/692 2145/10/692 +f 2142/9/692 2147/9/692 2149/9/692 +f 2147/9/692 2142/9/692 2139/9/692 +f 2139/9/692 2142/9/692 2143/9/692 +f 2139/9/692 2143/9/692 2138/9/692 +f 2138/9/692 2143/9/692 2152/9/692 +f 2138/9/692 2152/9/692 2150/9/692 +f 2149/9/691 2147/9/691 2142/9/691 +f 2139/9/691 2142/9/691 2147/9/691 +f 2143/9/691 2142/9/691 2139/9/691 +f 2138/9/691 2143/9/691 2139/9/691 +f 2152/9/691 2143/9/691 2138/9/691 +f 2150/9/691 2152/9/691 2138/9/691 +f 2156/35/693 2155/35/693 2154/35/693 +f 2155/35/693 2156/35/693 2157/35/693 +f 2155/35/693 2157/35/693 2158/35/693 +f 2158/35/693 2157/35/693 2159/35/693 +f 2159/35/693 2157/35/693 2160/35/693 +f 2159/35/693 2160/35/693 2161/35/693 +f 2154/35/694 2155/35/694 2156/35/694 +f 2157/35/694 2156/35/694 2155/35/694 +f 2158/35/694 2157/35/694 2155/35/694 +f 2159/35/694 2157/35/694 2158/35/694 +f 2160/35/694 2157/35/694 2159/35/694 +f 2161/35/694 2160/35/694 2159/35/694 +f 2164/36/694 2163/36/694 2162/36/694 +f 2163/36/694 2164/36/694 2165/36/694 +f 2163/36/694 2165/36/694 2166/36/694 +f 2166/36/694 2165/36/694 2167/36/694 +f 2166/36/694 2167/36/694 2168/36/694 +f 2168/36/694 2167/36/694 2169/36/694 +f 2162/36/693 2163/36/693 2164/36/693 +f 2165/36/693 2164/36/693 2163/36/693 +f 2166/36/693 2165/36/693 2163/36/693 +f 2167/36/693 2165/36/693 2166/36/693 +f 2168/36/693 2167/36/693 2166/36/693 +f 2169/36/693 2167/36/693 2168/36/693 +f 2162/36/696 2155/35/695 2164/36/695 +f 2155/35/695 2162/36/696 2154/35/696 +f 2164/36/698 2155/35/698 2162/36/697 +f 2154/35/697 2162/36/697 2155/35/698 +f 2165/36/699 2155/35/700 2158/35/699 +f 2155/35/700 2165/36/699 2164/36/700 +f 2158/35/701 2155/35/702 2165/36/701 +f 2164/36/702 2165/36/701 2155/35/702 +f 2167/36/703 2158/35/699 2159/35/703 +f 2158/35/699 2167/36/703 2165/36/699 +f 2159/35/704 2158/35/701 2167/36/704 +f 2165/36/701 2167/36/704 2158/35/701 +f 2161/35/697 2167/36/705 2159/35/705 +f 2167/36/705 2161/35/697 2169/36/697 +f 2159/35/706 2167/36/706 2161/35/696 +f 2169/36/696 2161/35/696 2167/36/706 +f 2160/35/698 2169/36/697 2161/35/697 +f 2169/36/697 2160/35/698 2168/36/698 +f 2161/35/696 2169/36/696 2160/35/695 +f 2168/36/695 2160/35/695 2169/36/696 +f 2166/36/701 2160/35/702 2157/35/701 +f 2160/35/702 2166/36/701 2168/36/702 +f 2157/35/699 2160/35/700 2166/36/699 +f 2168/36/700 2166/36/699 2160/35/700 +f 2163/36/704 2157/35/701 2156/35/704 +f 2157/35/701 2163/36/704 2166/36/701 +f 2156/35/703 2157/35/699 2163/36/703 +f 2166/36/699 2163/36/703 2157/35/699 +f 2163/36/706 2154/35/696 2162/36/696 +f 2154/35/696 2163/36/706 2156/35/706 +f 2162/36/697 2154/35/697 2163/36/705 +f 2156/35/705 2163/36/705 2154/35/697 +f 2172/36/694 2171/36/694 2170/36/694 +f 2171/36/694 2172/36/694 2173/36/694 +f 2171/36/694 2173/36/694 2174/36/694 +f 2174/36/694 2173/36/694 2175/36/694 +f 2175/36/694 2173/36/694 2176/36/694 +f 2175/36/694 2176/36/694 2177/36/694 +f 2170/36/693 2171/36/693 2172/36/693 +f 2173/36/693 2172/36/693 2171/36/693 +f 2174/36/693 2173/36/693 2171/36/693 +f 2175/36/693 2173/36/693 2174/36/693 +f 2176/36/693 2173/36/693 2175/36/693 +f 2177/36/693 2176/36/693 2175/36/693 +f 2170/36/696 2178/35/695 2172/36/695 +f 2178/35/695 2170/36/696 2179/35/696 +f 2172/36/698 2178/35/698 2170/36/697 +f 2179/35/697 2170/36/697 2178/35/698 +f 2173/36/699 2178/35/700 2180/35/699 +f 2178/35/700 2173/36/699 2172/36/700 +f 2180/35/701 2178/35/702 2173/36/701 +f 2172/36/702 2173/36/701 2178/35/702 +f 2176/36/703 2180/35/699 2181/35/703 +f 2180/35/699 2176/36/703 2173/36/699 +f 2181/35/704 2180/35/701 2176/36/704 +f 2173/36/701 2176/36/704 2180/35/701 +f 2182/35/697 2176/36/705 2181/35/705 +f 2176/36/705 2182/35/697 2177/36/697 +f 2181/35/706 2176/36/706 2182/35/696 +f 2177/36/696 2182/35/696 2176/36/706 +f 2183/35/698 2177/36/697 2182/35/697 +f 2177/36/697 2183/35/698 2175/36/698 +f 2182/35/696 2177/36/696 2183/35/695 +f 2175/36/695 2183/35/695 2177/36/696 +f 2174/36/701 2183/35/702 2184/35/701 +f 2183/35/702 2174/36/701 2175/36/702 +f 2184/35/699 2183/35/700 2174/36/699 +f 2175/36/700 2174/36/699 2183/35/700 +f 2171/36/704 2184/35/701 2185/35/704 +f 2184/35/701 2171/36/704 2174/36/701 +f 2185/35/703 2184/35/699 2171/36/703 +f 2174/36/699 2171/36/703 2184/35/699 +f 2171/36/706 2179/35/696 2170/36/696 +f 2179/35/696 2171/36/706 2185/35/706 +f 2170/36/697 2179/35/697 2171/36/705 +f 2185/35/705 2171/36/705 2179/35/697 +f 2188/38/707 2187/37/708 2186/37/707 +f 2187/37/708 2188/38/707 2189/38/708 +f 2186/37/709 2187/37/710 2188/38/709 +f 2189/38/710 2188/38/709 2187/37/710 +f 2192/37/711 2191/38/712 2190/38/711 +f 2191/38/712 2192/37/711 2193/37/712 +f 2190/38/713 2191/38/714 2192/37/713 +f 2193/37/714 2192/37/713 2191/38/714 +f 2195/38/715 2186/37/707 2194/37/715 +f 2186/37/707 2195/38/715 2188/38/707 +f 2194/37/716 2186/37/709 2195/38/716 +f 2188/38/709 2195/38/716 2186/37/709 +f 2198/38/717 2197/37/718 2196/37/717 +f 2197/37/718 2198/38/717 2199/38/718 +f 2196/37/719 2197/37/720 2198/38/719 +f 2199/38/720 2198/38/719 2197/37/720 +f 2198/38/717 2187/37/721 2189/38/721 +f 2187/37/721 2198/38/717 2196/37/717 +f 2189/38/722 2187/37/722 2198/38/719 +f 2196/37/719 2198/38/719 2187/37/722 +f 2201/38/723 2193/37/724 2200/37/723 +f 2193/37/724 2201/38/723 2191/38/724 +f 2200/37/725 2193/37/726 2201/38/725 +f 2191/38/726 2201/38/725 2193/37/726 +f 2199/38/727 2200/37/723 2197/37/727 +f 2200/37/723 2199/38/727 2201/38/723 +f 2197/37/728 2200/37/725 2199/38/728 +f 2201/38/725 2199/38/728 2200/37/725 +f 2194/37/729 2190/38/711 2195/38/729 +f 2190/38/711 2194/37/729 2192/37/711 +f 2195/38/730 2190/38/713 2194/37/730 +f 2192/37/713 2194/37/730 2190/38/713 +f 2204/35/82 2203/35/82 2202/35/82 +f 2203/35/82 2204/35/82 2205/35/82 +f 2203/35/82 2205/35/82 2206/35/82 +f 2206/35/82 2205/35/82 2207/35/82 +f 2207/35/82 2205/35/82 2208/35/82 +f 2207/35/82 2208/35/82 2209/35/82 +f 2202/35/81 2203/35/81 2204/35/81 +f 2205/35/81 2204/35/81 2203/35/81 +f 2206/35/81 2205/35/81 2203/35/81 +f 2207/35/81 2205/35/81 2206/35/81 +f 2208/35/81 2205/35/81 2207/35/81 +f 2209/35/81 2208/35/81 2207/35/81 +f 2212/36/81 2211/36/81 2210/36/81 +f 2211/36/81 2212/36/81 2213/36/81 +f 2211/36/81 2213/36/81 2214/36/81 +f 2214/36/81 2213/36/81 2215/36/81 +f 2214/36/81 2215/36/81 2216/36/81 +f 2216/36/81 2215/36/81 2217/36/81 +f 2210/36/82 2211/36/82 2212/36/82 +f 2213/36/82 2212/36/82 2211/36/82 +f 2214/36/82 2213/36/82 2211/36/82 +f 2215/36/82 2213/36/82 2214/36/82 +f 2216/36/82 2215/36/82 2214/36/82 +f 2217/36/82 2215/36/82 2216/36/82 +f 2210/36/732 2203/35/731 2212/36/731 +f 2203/35/731 2210/36/732 2202/35/732 +f 2212/36/734 2203/35/734 2210/36/733 +f 2202/35/733 2210/36/733 2203/35/734 +f 2213/36/735 2203/35/736 2206/35/735 +f 2203/35/736 2213/36/735 2212/36/736 +f 2206/35/737 2203/35/738 2213/36/737 +f 2212/36/738 2213/36/737 2203/35/738 +f 2215/36/739 2206/35/735 2207/35/739 +f 2206/35/735 2215/36/739 2213/36/735 +f 2207/35/740 2206/35/737 2215/36/740 +f 2213/36/737 2215/36/740 2206/35/737 +f 2209/35/733 2215/36/741 2207/35/741 +f 2215/36/741 2209/35/733 2217/36/733 +f 2207/35/742 2215/36/742 2209/35/732 +f 2217/36/732 2209/35/732 2215/36/742 +f 2208/35/734 2217/36/733 2209/35/733 +f 2217/36/733 2208/35/734 2216/36/734 +f 2209/35/732 2217/36/732 2208/35/731 +f 2216/36/731 2208/35/731 2217/36/732 +f 2214/36/737 2208/35/738 2205/35/737 +f 2208/35/738 2214/36/737 2216/36/738 +f 2205/35/735 2208/35/736 2214/36/735 +f 2216/36/736 2214/36/735 2208/35/736 +f 2211/36/740 2205/35/737 2204/35/740 +f 2205/35/737 2211/36/740 2214/36/737 +f 2204/35/739 2205/35/735 2211/36/739 +f 2214/36/735 2211/36/739 2205/35/735 +f 2211/36/742 2202/35/732 2210/36/732 +f 2202/35/732 2211/36/742 2204/35/742 +f 2210/36/733 2202/35/733 2211/36/741 +f 2204/35/741 2211/36/741 2202/35/733 +f 2220/36/81 2219/36/81 2218/36/81 +f 2219/36/81 2220/36/81 2221/36/81 +f 2219/36/81 2221/36/81 2222/36/81 +f 2222/36/81 2221/36/81 2223/36/81 +f 2223/36/81 2221/36/81 2224/36/81 +f 2223/36/81 2224/36/81 2225/36/81 +f 2218/36/82 2219/36/82 2220/36/82 +f 2221/36/82 2220/36/82 2219/36/82 +f 2222/36/82 2221/36/82 2219/36/82 +f 2223/36/82 2221/36/82 2222/36/82 +f 2224/36/82 2221/36/82 2223/36/82 +f 2225/36/82 2224/36/82 2223/36/82 +f 2218/36/732 2226/35/731 2220/36/731 +f 2226/35/731 2218/36/732 2227/35/732 +f 2220/36/734 2226/35/734 2218/36/733 +f 2227/35/733 2218/36/733 2226/35/734 +f 2221/36/735 2226/35/736 2228/35/735 +f 2226/35/736 2221/36/735 2220/36/736 +f 2228/35/737 2226/35/738 2221/36/737 +f 2220/36/738 2221/36/737 2226/35/738 +f 2224/36/739 2228/35/735 2229/35/739 +f 2228/35/735 2224/36/739 2221/36/735 +f 2229/35/740 2228/35/737 2224/36/740 +f 2221/36/737 2224/36/740 2228/35/737 +f 2230/35/733 2224/36/741 2229/35/741 +f 2224/36/741 2230/35/733 2225/36/733 +f 2229/35/742 2224/36/742 2230/35/732 +f 2225/36/732 2230/35/732 2224/36/742 +f 2231/35/734 2225/36/733 2230/35/733 +f 2225/36/733 2231/35/734 2223/36/734 +f 2230/35/732 2225/36/732 2231/35/731 +f 2223/36/731 2231/35/731 2225/36/732 +f 2222/36/737 2231/35/738 2232/35/737 +f 2231/35/738 2222/36/737 2223/36/738 +f 2232/35/735 2231/35/736 2222/36/735 +f 2223/36/736 2222/36/735 2231/35/736 +f 2219/36/740 2232/35/737 2233/35/740 +f 2232/35/737 2219/36/740 2222/36/737 +f 2233/35/739 2232/35/735 2219/36/739 +f 2222/36/735 2219/36/739 2232/35/735 +f 2219/36/742 2227/35/732 2218/36/732 +f 2227/35/732 2219/36/742 2233/35/742 +f 2218/36/733 2227/35/733 2219/36/741 +f 2233/35/741 2219/36/741 2227/35/733 +f 2236/38/743 2235/37/744 2234/37/743 +f 2235/37/744 2236/38/743 2237/38/744 +f 2234/37/745 2235/37/746 2236/38/745 +f 2237/38/746 2236/38/745 2235/37/746 +f 2240/37/747 2239/38/748 2238/38/747 +f 2239/38/748 2240/37/747 2241/37/748 +f 2238/38/749 2239/38/750 2240/37/749 +f 2241/37/750 2240/37/749 2239/38/750 +f 2243/38/751 2234/37/743 2242/37/751 +f 2234/37/743 2243/38/751 2236/38/743 +f 2242/37/752 2234/37/745 2243/38/752 +f 2236/38/745 2243/38/752 2234/37/745 +f 2246/38/753 2245/37/754 2244/37/753 +f 2245/37/754 2246/38/753 2247/38/754 +f 2244/37/755 2245/37/756 2246/38/755 +f 2247/38/756 2246/38/755 2245/37/756 +f 2246/38/753 2235/37/757 2237/38/757 +f 2235/37/757 2246/38/753 2244/37/753 +f 2237/38/758 2235/37/758 2246/38/755 +f 2244/37/755 2246/38/755 2235/37/758 +f 2249/38/759 2241/37/760 2248/37/759 +f 2241/37/760 2249/38/759 2239/38/760 +f 2248/37/761 2241/37/762 2249/38/761 +f 2239/38/762 2249/38/761 2241/37/762 +f 2247/38/763 2248/37/759 2245/37/763 +f 2248/37/759 2247/38/763 2249/38/759 +f 2245/37/764 2248/37/761 2247/38/764 +f 2249/38/761 2247/38/764 2248/37/761 +f 2242/37/765 2238/38/747 2243/38/765 +f 2238/38/747 2242/37/765 2240/37/747 +f 2243/38/766 2238/38/749 2242/37/766 +f 2240/37/749 2242/37/766 2238/38/749 +f 2252/35/693 2251/35/693 2250/35/693 +f 2251/35/693 2252/35/693 2253/35/693 +f 2251/35/693 2253/35/693 2254/35/693 +f 2254/35/693 2253/35/693 2255/35/693 +f 2255/35/693 2253/35/693 2256/35/693 +f 2255/35/693 2256/35/693 2257/35/693 +f 2250/35/694 2251/35/694 2252/35/694 +f 2253/35/694 2252/35/694 2251/35/694 +f 2254/35/694 2253/35/694 2251/35/694 +f 2255/35/694 2253/35/694 2254/35/694 +f 2256/35/694 2253/35/694 2255/35/694 +f 2257/35/694 2256/35/694 2255/35/694 +f 2260/36/694 2259/36/694 2258/36/694 +f 2259/36/694 2260/36/694 2261/36/694 +f 2259/36/694 2261/36/694 2262/36/694 +f 2262/36/694 2261/36/694 2263/36/694 +f 2262/36/694 2263/36/694 2264/36/694 +f 2264/36/694 2263/36/694 2265/36/694 +f 2258/36/693 2259/36/693 2260/36/693 +f 2261/36/693 2260/36/693 2259/36/693 +f 2262/36/693 2261/36/693 2259/36/693 +f 2263/36/693 2261/36/693 2262/36/693 +f 2264/36/693 2263/36/693 2262/36/693 +f 2265/36/693 2263/36/693 2264/36/693 +f 2258/36/768 2251/35/767 2260/36/767 +f 2251/35/767 2258/36/768 2250/35/768 +f 2260/36/770 2251/35/770 2258/36/769 +f 2250/35/769 2258/36/769 2251/35/770 +f 2261/36/281 2251/35/771 2254/35/281 +f 2251/35/771 2261/36/281 2260/36/771 +f 2254/35/282 2251/35/772 2261/36/282 +f 2260/36/772 2261/36/282 2251/35/772 +f 2263/36/773 2254/35/281 2255/35/773 +f 2254/35/281 2263/36/773 2261/36/281 +f 2255/35/774 2254/35/282 2263/36/774 +f 2261/36/282 2263/36/774 2254/35/282 +f 2257/35/769 2263/36/775 2255/35/775 +f 2263/36/775 2257/35/769 2265/36/769 +f 2255/35/776 2263/36/776 2257/35/768 +f 2265/36/768 2257/35/768 2263/36/776 +f 2256/35/770 2265/36/769 2257/35/769 +f 2265/36/769 2256/35/770 2264/36/770 +f 2257/35/768 2265/36/768 2256/35/767 +f 2264/36/767 2256/35/767 2265/36/768 +f 2262/36/282 2256/35/772 2253/35/282 +f 2256/35/772 2262/36/282 2264/36/772 +f 2253/35/281 2256/35/771 2262/36/281 +f 2264/36/771 2262/36/281 2256/35/771 +f 2259/36/774 2253/35/282 2252/35/774 +f 2253/35/282 2259/36/774 2262/36/282 +f 2252/35/773 2253/35/281 2259/36/773 +f 2262/36/281 2259/36/773 2253/35/281 +f 2259/36/776 2250/35/768 2258/36/768 +f 2250/35/768 2259/36/776 2252/35/776 +f 2258/36/769 2250/35/769 2259/36/775 +f 2252/35/775 2259/36/775 2250/35/769 +f 2268/36/694 2267/36/694 2266/36/694 +f 2267/36/694 2268/36/694 2269/36/694 +f 2267/36/694 2269/36/694 2270/36/694 +f 2270/36/694 2269/36/694 2271/36/694 +f 2271/36/694 2269/36/694 2272/36/694 +f 2271/36/694 2272/36/694 2273/36/694 +f 2266/36/693 2267/36/693 2268/36/693 +f 2269/36/693 2268/36/693 2267/36/693 +f 2270/36/693 2269/36/693 2267/36/693 +f 2271/36/693 2269/36/693 2270/36/693 +f 2272/36/693 2269/36/693 2271/36/693 +f 2273/36/693 2272/36/693 2271/36/693 +f 2266/36/768 2274/35/767 2268/36/767 +f 2274/35/767 2266/36/768 2275/35/768 +f 2268/36/770 2274/35/770 2266/36/769 +f 2275/35/769 2266/36/769 2274/35/770 +f 2269/36/281 2274/35/771 2276/35/281 +f 2274/35/771 2269/36/281 2268/36/771 +f 2276/35/282 2274/35/772 2269/36/282 +f 2268/36/772 2269/36/282 2274/35/772 +f 2272/36/773 2276/35/281 2277/35/773 +f 2276/35/281 2272/36/773 2269/36/281 +f 2277/35/774 2276/35/282 2272/36/774 +f 2269/36/282 2272/36/774 2276/35/282 +f 2278/35/769 2272/36/775 2277/35/775 +f 2272/36/775 2278/35/769 2273/36/769 +f 2277/35/776 2272/36/776 2278/35/768 +f 2273/36/768 2278/35/768 2272/36/776 +f 2279/35/770 2273/36/769 2278/35/769 +f 2273/36/769 2279/35/770 2271/36/770 +f 2278/35/768 2273/36/768 2279/35/767 +f 2271/36/767 2279/35/767 2273/36/768 +f 2270/36/282 2279/35/772 2280/35/282 +f 2279/35/772 2270/36/282 2271/36/772 +f 2280/35/281 2279/35/771 2270/36/281 +f 2271/36/771 2270/36/281 2279/35/771 +f 2267/36/774 2280/35/282 2281/35/774 +f 2280/35/282 2267/36/774 2270/36/282 +f 2281/35/773 2280/35/281 2267/36/773 +f 2270/36/281 2267/36/773 2280/35/281 +f 2267/36/776 2275/35/768 2266/36/768 +f 2275/35/768 2267/36/776 2281/35/776 +f 2266/36/769 2275/35/769 2267/36/775 +f 2281/35/775 2267/36/775 2275/35/769 +f 2284/38/777 2283/37/778 2282/37/777 +f 2283/37/778 2284/38/777 2285/38/778 +f 2282/37/779 2283/37/780 2284/38/779 +f 2285/38/780 2284/38/779 2283/37/780 +f 2288/37/781 2287/38/782 2286/38/781 +f 2287/38/782 2288/37/781 2289/37/782 +f 2286/38/783 2287/38/784 2288/37/783 +f 2289/37/784 2288/37/783 2287/38/784 +f 2291/38/785 2282/37/777 2290/37/785 +f 2282/37/777 2291/38/785 2284/38/777 +f 2290/37/786 2282/37/779 2291/38/786 +f 2284/38/779 2291/38/786 2282/37/779 +f 2294/38/787 2293/37/788 2292/37/787 +f 2293/37/788 2294/38/787 2295/38/788 +f 2292/37/789 2293/37/790 2294/38/789 +f 2295/38/790 2294/38/789 2293/37/790 +f 2294/38/787 2283/37/791 2285/38/791 +f 2283/37/791 2294/38/787 2292/37/787 +f 2285/38/792 2283/37/792 2294/38/789 +f 2292/37/789 2294/38/789 2283/37/792 +f 2297/38/793 2289/37/794 2296/37/793 +f 2289/37/794 2297/38/793 2287/38/794 +f 2296/37/795 2289/37/796 2297/38/795 +f 2287/38/796 2297/38/795 2289/37/796 +f 2295/38/797 2296/37/793 2293/37/797 +f 2296/37/793 2295/38/797 2297/38/793 +f 2293/37/798 2296/37/795 2295/38/798 +f 2297/38/795 2295/38/798 2296/37/795 +f 2290/37/799 2286/38/781 2291/38/799 +f 2286/38/781 2290/37/799 2288/37/781 +f 2291/38/800 2286/38/783 2290/37/800 +f 2288/37/783 2290/37/800 2286/38/783 +f 2300/35/82 2299/35/82 2298/35/82 +f 2299/35/82 2300/35/82 2301/35/82 +f 2299/35/82 2301/35/82 2302/35/82 +f 2302/35/82 2301/35/82 2303/35/82 +f 2303/35/82 2301/35/82 2304/35/82 +f 2303/35/82 2304/35/82 2305/35/82 +f 2298/35/81 2299/35/81 2300/35/81 +f 2301/35/81 2300/35/81 2299/35/81 +f 2302/35/81 2301/35/81 2299/35/81 +f 2303/35/81 2301/35/81 2302/35/81 +f 2304/35/81 2301/35/81 2303/35/81 +f 2305/35/81 2304/35/81 2303/35/81 +f 2308/36/81 2307/36/81 2306/36/81 +f 2307/36/81 2308/36/81 2309/36/81 +f 2307/36/81 2309/36/81 2310/36/81 +f 2310/36/81 2309/36/81 2311/36/81 +f 2310/36/81 2311/36/81 2312/36/81 +f 2312/36/81 2311/36/81 2313/36/81 +f 2306/36/82 2307/36/82 2308/36/82 +f 2309/36/82 2308/36/82 2307/36/82 +f 2310/36/82 2309/36/82 2307/36/82 +f 2311/36/82 2309/36/82 2310/36/82 +f 2312/36/82 2311/36/82 2310/36/82 +f 2313/36/82 2311/36/82 2312/36/82 +f 2306/36/733 2299/35/734 2308/36/734 +f 2299/35/734 2306/36/733 2298/35/733 +f 2308/36/731 2299/35/731 2306/36/732 +f 2298/35/732 2306/36/732 2299/35/731 +f 2309/36/737 2299/35/738 2302/35/737 +f 2299/35/738 2309/36/737 2308/36/738 +f 2302/35/735 2299/35/736 2309/36/735 +f 2308/36/736 2309/36/735 2299/35/736 +f 2311/36/740 2302/35/737 2303/35/740 +f 2302/35/737 2311/36/740 2309/36/737 +f 2303/35/739 2302/35/735 2311/36/739 +f 2309/36/735 2311/36/739 2302/35/735 +f 2305/35/732 2311/36/742 2303/35/742 +f 2311/36/742 2305/35/732 2313/36/732 +f 2303/35/741 2311/36/741 2305/35/733 +f 2313/36/733 2305/35/733 2311/36/741 +f 2304/35/731 2313/36/732 2305/35/732 +f 2313/36/732 2304/35/731 2312/36/731 +f 2305/35/733 2313/36/733 2304/35/734 +f 2312/36/734 2304/35/734 2313/36/733 +f 2310/36/735 2304/35/736 2301/35/735 +f 2304/35/736 2310/36/735 2312/36/736 +f 2301/35/737 2304/35/738 2310/36/737 +f 2312/36/738 2310/36/737 2304/35/738 +f 2307/36/739 2301/35/735 2300/35/739 +f 2301/35/735 2307/36/739 2310/36/735 +f 2300/35/740 2301/35/737 2307/36/740 +f 2310/36/737 2307/36/740 2301/35/737 +f 2307/36/741 2298/35/733 2306/36/733 +f 2298/35/733 2307/36/741 2300/35/741 +f 2306/36/732 2298/35/732 2307/36/742 +f 2300/35/742 2307/36/742 2298/35/732 +f 2316/36/81 2315/36/81 2314/36/81 +f 2315/36/81 2316/36/81 2317/36/81 +f 2315/36/81 2317/36/81 2318/36/81 +f 2318/36/81 2317/36/81 2319/36/81 +f 2319/36/81 2317/36/81 2320/36/81 +f 2319/36/81 2320/36/81 2321/36/81 +f 2314/36/82 2315/36/82 2316/36/82 +f 2317/36/82 2316/36/82 2315/36/82 +f 2318/36/82 2317/36/82 2315/36/82 +f 2319/36/82 2317/36/82 2318/36/82 +f 2320/36/82 2317/36/82 2319/36/82 +f 2321/36/82 2320/36/82 2319/36/82 +f 2314/36/733 2322/35/734 2316/36/734 +f 2322/35/734 2314/36/733 2323/35/733 +f 2316/36/731 2322/35/731 2314/36/732 +f 2323/35/732 2314/36/732 2322/35/731 +f 2317/36/737 2322/35/738 2324/35/737 +f 2322/35/738 2317/36/737 2316/36/738 +f 2324/35/735 2322/35/736 2317/36/735 +f 2316/36/736 2317/36/735 2322/35/736 +f 2320/36/740 2324/35/737 2325/35/740 +f 2324/35/737 2320/36/740 2317/36/737 +f 2325/35/739 2324/35/735 2320/36/739 +f 2317/36/735 2320/36/739 2324/35/735 +f 2326/35/732 2320/36/742 2325/35/742 +f 2320/36/742 2326/35/732 2321/36/732 +f 2325/35/741 2320/36/741 2326/35/733 +f 2321/36/733 2326/35/733 2320/36/741 +f 2327/35/731 2321/36/732 2326/35/732 +f 2321/36/732 2327/35/731 2319/36/731 +f 2326/35/733 2321/36/733 2327/35/734 +f 2319/36/734 2327/35/734 2321/36/733 +f 2318/36/735 2327/35/736 2328/35/735 +f 2327/35/736 2318/36/735 2319/36/736 +f 2328/35/737 2327/35/738 2318/36/737 +f 2319/36/738 2318/36/737 2327/35/738 +f 2315/36/739 2328/35/735 2329/35/739 +f 2328/35/735 2315/36/739 2318/36/735 +f 2329/35/740 2328/35/737 2315/36/740 +f 2318/36/737 2315/36/740 2328/35/737 +f 2315/36/741 2323/35/733 2314/36/733 +f 2323/35/733 2315/36/741 2329/35/741 +f 2314/36/732 2323/35/732 2315/36/742 +f 2329/35/742 2315/36/742 2323/35/732 +f 2332/38/759 2331/37/760 2330/37/759 +f 2331/37/760 2332/38/759 2333/38/760 +f 2330/37/761 2331/37/762 2332/38/761 +f 2333/38/762 2332/38/761 2331/37/762 +f 2336/37/753 2335/38/757 2334/38/753 +f 2335/38/757 2336/37/753 2337/37/757 +f 2334/38/755 2335/38/758 2336/37/755 +f 2337/37/758 2336/37/755 2335/38/758 +f 2339/38/763 2330/37/759 2338/37/763 +f 2330/37/759 2339/38/763 2332/38/759 +f 2338/37/764 2330/37/761 2339/38/764 +f 2332/38/761 2339/38/764 2330/37/761 +f 2342/38/747 2341/37/765 2340/37/747 +f 2341/37/765 2342/38/747 2343/38/765 +f 2340/37/749 2341/37/766 2342/38/749 +f 2343/38/766 2342/38/749 2341/37/766 +f 2342/38/747 2331/37/748 2333/38/748 +f 2331/37/748 2342/38/747 2340/37/747 +f 2333/38/750 2331/37/750 2342/38/749 +f 2340/37/749 2342/38/749 2331/37/750 +f 2345/38/743 2337/37/744 2344/37/743 +f 2337/37/744 2345/38/743 2335/38/744 +f 2344/37/745 2337/37/746 2345/38/745 +f 2335/38/746 2345/38/745 2337/37/746 +f 2343/38/751 2344/37/743 2341/37/751 +f 2344/37/743 2343/38/751 2345/38/743 +f 2341/37/752 2344/37/745 2343/38/752 +f 2345/38/745 2343/38/752 2344/37/745 +f 2338/37/754 2334/38/753 2339/38/754 +f 2334/38/753 2338/37/754 2336/37/753 +f 2339/38/756 2334/38/755 2338/37/756 +f 2336/37/755 2338/37/756 2334/38/755 +f 2348/39/317 2347/35/316 2346/35/315 +f 2347/35/316 2348/39/317 2349/39/318 +f 2346/35/321 2347/35/320 2348/39/319 +f 2349/39/322 2348/39/319 2347/35/320 +f 2352/39/325 2351/39/324 2350/39/323 +f 2351/39/324 2352/39/325 2353/39/326 +f 2350/39/329 2351/39/328 2352/39/327 +f 2353/39/330 2352/39/327 2351/39/328 +f 2355/39/332 2348/39/317 2354/39/331 +f 2348/39/317 2355/39/332 2349/39/318 +f 2354/39/334 2348/39/319 2355/39/333 +f 2349/39/322 2355/39/333 2348/39/319 +f 2358/35/127 2357/36/124 2356/35/129 +f 2357/36/124 2358/35/127 2359/36/123 +f 2356/35/130 2357/36/126 2358/35/128 +f 2359/36/125 2358/35/128 2357/36/126 +f 2361/36/109 2359/36/123 2360/36/110 +f 2359/36/123 2361/36/109 2357/36/124 +f 2360/36/114 2359/36/125 2361/36/111 +f 2357/36/126 2361/36/111 2359/36/125 +f 2360/36/110 2358/35/127 2362/35/108 +f 2358/35/127 2360/36/110 2359/36/123 +f 2362/35/112 2358/35/128 2360/36/114 +f 2359/36/125 2360/36/114 2358/35/128 +f 2354/39/331 2346/35/315 2363/35/335 +f 2346/35/315 2354/39/331 2348/39/317 +f 2363/35/336 2346/35/321 2354/39/334 +f 2348/39/319 2354/39/334 2346/35/321 +f 2364/35/337 2349/39/318 2355/39/332 +f 2349/39/318 2364/35/337 2347/35/316 +f 2355/39/333 2349/39/322 2364/35/338 +f 2347/35/320 2364/35/338 2349/39/322 +f 2367/40/150 2366/40/171 2365/40/148 +f 2366/40/171 2367/40/150 2368/40/156 +f 2365/40/152 2366/40/174 2367/40/154 +f 2368/40/158 2367/40/154 2366/40/174 +f 2368/40/156 2369/35/172 2366/40/171 +f 2369/35/172 2368/40/156 2370/35/155 +f 2366/40/174 2369/35/173 2368/40/158 +f 2370/35/157 2368/40/158 2369/35/173 +f 2372/35/149 2365/40/148 2371/35/147 +f 2365/40/148 2372/35/149 2367/40/150 +f 2371/35/153 2365/40/152 2372/35/151 +f 2367/40/154 2372/35/151 2365/40/152 +f 2370/35/155 2367/40/150 2372/35/149 +f 2367/40/150 2370/35/155 2368/40/156 +f 2372/35/151 2367/40/154 2370/35/157 +f 2368/40/158 2370/35/157 2367/40/154 +f 2374/35/340 2353/39/326 2373/35/339 +f 2353/39/326 2374/35/340 2351/39/324 +f 2373/35/342 2353/39/330 2374/35/341 +f 2351/39/328 2374/35/341 2353/39/330 +f 2353/39/326 2375/35/343 2373/35/339 +f 2375/35/343 2353/39/326 2352/39/325 +f 2373/35/342 2375/35/344 2353/39/330 +f 2352/39/327 2353/39/330 2375/35/344 +f 2350/39/323 2374/35/340 2376/35/345 +f 2374/35/340 2350/39/323 2351/39/324 +f 2376/35/346 2374/35/341 2350/39/329 +f 2351/39/328 2350/39/329 2374/35/341 +f 2379/40/124 2378/35/107 2377/35/129 +f 2378/35/107 2379/40/124 2380/40/109 +f 2377/35/130 2378/35/113 2379/40/126 +f 2380/40/111 2379/40/126 2378/35/113 +f 2352/39/325 2376/35/345 2375/35/343 +f 2376/35/345 2352/39/325 2350/39/323 +f 2375/35/344 2376/35/346 2352/39/327 +f 2350/39/329 2352/39/327 2376/35/346 +f 2380/40/109 2382/40/123 2381/40/110 +f 2382/40/123 2380/40/109 2379/40/124 +f 2381/40/114 2382/40/125 2380/40/111 +f 2379/40/126 2380/40/111 2382/40/125 +f 2361/36/109 2362/35/108 2383/35/107 +f 2362/35/108 2361/36/109 2360/36/110 +f 2383/35/113 2362/35/112 2361/36/111 +f 2360/36/114 2361/36/111 2362/35/112 +f 2381/40/110 2385/35/127 2384/35/108 +f 2385/35/127 2381/40/110 2382/40/123 +f 2384/35/112 2385/35/128 2381/40/114 +f 2382/40/125 2381/40/114 2385/35/128 +f 2365/40/148 2369/35/172 2371/35/147 +f 2369/35/172 2365/40/148 2366/40/171 +f 2371/35/153 2369/35/173 2365/40/152 +f 2366/40/174 2365/40/152 2369/35/173 +f 2357/36/124 2383/35/107 2356/35/129 +f 2383/35/107 2357/36/124 2361/36/109 +f 2356/35/130 2383/35/113 2357/36/126 +f 2361/36/111 2357/36/126 2383/35/113 +f 2380/40/109 2384/35/108 2378/35/107 +f 2384/35/108 2380/40/109 2381/40/110 +f 2378/35/113 2384/35/112 2380/40/111 +f 2381/40/114 2380/40/111 2384/35/112 +f 2364/35/337 2354/39/331 2363/35/335 +f 2354/39/331 2364/35/337 2355/39/332 +f 2363/35/336 2354/39/334 2364/35/338 +f 2355/39/333 2364/35/338 2354/39/334 +f 2388/40/124 2387/35/107 2386/35/129 +f 2387/35/107 2388/40/124 2389/40/109 +f 2386/35/130 2387/35/113 2388/40/126 +f 2389/40/111 2388/40/126 2387/35/113 +f 2385/35/127 2379/40/124 2377/35/129 +f 2379/40/124 2385/35/127 2382/40/123 +f 2377/35/130 2379/40/126 2385/35/128 +f 2382/40/125 2385/35/128 2379/40/126 +f 2389/40/109 2391/40/123 2390/40/110 +f 2391/40/123 2389/40/109 2388/40/124 +f 2390/40/114 2391/40/125 2389/40/111 +f 2388/40/126 2389/40/111 2391/40/125 +f 2392/35/127 2388/40/124 2386/35/129 +f 2388/40/124 2392/35/127 2391/40/123 +f 2386/35/130 2388/40/126 2392/35/128 +f 2391/40/125 2392/35/128 2388/40/126 +f 2389/40/109 2393/35/108 2387/35/107 +f 2393/35/108 2389/40/109 2390/40/110 +f 2387/35/113 2393/35/112 2389/40/111 +f 2390/40/114 2389/40/111 2393/35/112 +f 2390/40/110 2392/35/127 2393/35/108 +f 2392/35/127 2390/40/110 2391/40/123 +f 2393/35/112 2392/35/128 2390/40/114 +f 2391/40/125 2390/40/114 2392/35/128 +f 2396/39/349 2395/39/348 2394/39/347 +f 2395/39/348 2396/39/349 2397/39/350 +f 2394/39/353 2395/39/352 2396/39/351 +f 2397/39/354 2396/39/351 2395/39/352 +f 2394/39/347 2399/35/356 2398/35/355 +f 2399/35/356 2394/39/347 2395/39/348 +f 2398/35/358 2399/35/357 2394/39/353 +f 2395/39/352 2394/39/353 2399/35/357 +f 2396/39/349 2398/35/355 2400/35/359 +f 2398/35/355 2396/39/349 2394/39/347 +f 2400/35/360 2398/35/358 2396/39/351 +f 2394/39/353 2396/39/351 2398/35/358 +f 2395/39/348 2401/35/361 2399/35/356 +f 2401/35/361 2395/39/348 2397/39/350 +f 2399/35/357 2401/35/362 2395/39/352 +f 2397/39/354 2395/39/352 2401/35/362 +f 2401/35/361 2396/39/349 2400/35/359 +f 2396/39/349 2401/35/361 2397/39/350 +f 2400/35/360 2396/39/351 2401/35/362 +f 2397/39/354 2401/35/362 2396/39/351 +f 2404/35/177 2403/39/161 2402/35/159 +f 2403/39/161 2404/35/177 2405/39/168 +f 2402/35/165 2403/39/163 2404/35/178 +f 2405/39/170 2404/35/178 2403/39/163 +f 2403/39/161 2407/39/167 2406/39/162 +f 2407/39/167 2403/39/161 2405/39/168 +f 2406/39/166 2407/39/169 2403/39/163 +f 2405/39/170 2403/39/163 2407/39/169 +f 2403/39/161 2408/35/160 2402/35/159 +f 2408/35/160 2403/39/161 2406/39/162 +f 2402/35/165 2408/35/164 2403/39/163 +f 2406/39/166 2403/39/163 2408/35/164 +f 2407/39/167 2404/35/177 2409/35/175 +f 2404/35/177 2407/39/167 2405/39/168 +f 2409/35/176 2404/35/178 2407/39/169 +f 2405/39/170 2407/39/169 2404/35/178 +f 2406/39/162 2409/35/175 2408/35/160 +f 2409/35/175 2406/39/162 2407/39/167 +f 2408/35/164 2409/35/176 2406/39/166 +f 2407/39/169 2406/39/166 2409/35/176 +f 2412/40/150 2411/40/171 2410/40/148 +f 2411/40/171 2412/40/150 2413/40/156 +f 2410/40/152 2411/40/174 2412/40/154 +f 2413/40/158 2412/40/154 2411/40/174 +f 2413/40/156 2414/35/172 2411/40/171 +f 2414/35/172 2413/40/156 2415/35/155 +f 2411/40/174 2414/35/173 2413/40/158 +f 2415/35/157 2413/40/158 2414/35/173 +f 2418/39/117 2417/39/101 2416/39/118 +f 2417/39/101 2418/39/117 2419/39/102 +f 2416/39/122 2417/39/103 2418/39/119 +f 2419/39/106 2418/39/119 2417/39/103 +f 2416/39/118 2421/35/99 2420/35/116 +f 2421/35/99 2416/39/118 2417/39/101 +f 2420/35/120 2421/35/105 2416/39/122 +f 2417/39/103 2416/39/122 2421/35/105 +f 2410/40/148 2414/35/172 2422/35/147 +f 2414/35/172 2410/40/148 2411/40/171 +f 2422/35/153 2414/35/173 2410/40/152 +f 2411/40/174 2410/40/152 2414/35/173 +f 2415/35/155 2412/40/150 2423/35/149 +f 2412/40/150 2415/35/155 2413/40/156 +f 2423/35/151 2412/40/154 2415/35/157 +f 2413/40/158 2415/35/157 2412/40/154 +f 2417/39/101 2424/35/100 2421/35/99 +f 2424/35/100 2417/39/101 2419/39/102 +f 2421/35/105 2424/35/104 2417/39/103 +f 2419/39/106 2417/39/103 2424/35/104 +f 2418/39/117 2420/35/116 2425/35/115 +f 2420/35/116 2418/39/117 2416/39/118 +f 2425/35/121 2420/35/120 2418/39/119 +f 2416/39/122 2418/39/119 2420/35/120 +f 2424/35/100 2418/39/117 2425/35/115 +f 2418/39/117 2424/35/100 2419/39/102 +f 2425/35/121 2418/39/119 2424/35/104 +f 2419/39/106 2424/35/104 2418/39/119 +f 2423/35/149 2410/40/148 2422/35/147 +f 2410/40/148 2423/35/149 2412/40/150 +f 2422/35/153 2410/40/152 2423/35/151 +f 2412/40/154 2423/35/151 2410/40/152 +f 2428/39/317 2427/35/316 2426/35/315 +f 2427/35/316 2428/39/317 2429/39/318 +f 2426/35/321 2427/35/320 2428/39/319 +f 2429/39/322 2428/39/319 2427/35/320 +f 2432/39/325 2431/39/324 2430/39/323 +f 2431/39/324 2432/39/325 2433/39/326 +f 2430/39/329 2431/39/328 2432/39/327 +f 2433/39/330 2432/39/327 2431/39/328 +f 2435/39/332 2428/39/317 2434/39/331 +f 2428/39/317 2435/39/332 2429/39/318 +f 2434/39/334 2428/39/319 2435/39/333 +f 2429/39/322 2435/39/333 2428/39/319 +f 2438/35/127 2437/36/124 2436/35/129 +f 2437/36/124 2438/35/127 2439/36/123 +f 2436/35/130 2437/36/126 2438/35/128 +f 2439/36/125 2438/35/128 2437/36/126 +f 2441/36/109 2439/36/123 2440/36/110 +f 2439/36/123 2441/36/109 2437/36/124 +f 2440/36/114 2439/36/125 2441/36/111 +f 2437/36/126 2441/36/111 2439/36/125 +f 2440/36/110 2438/35/127 2442/35/108 +f 2438/35/127 2440/36/110 2439/36/123 +f 2442/35/112 2438/35/128 2440/36/114 +f 2439/36/125 2440/36/114 2438/35/128 +f 2434/39/331 2426/35/315 2443/35/335 +f 2426/35/315 2434/39/331 2428/39/317 +f 2443/35/336 2426/35/321 2434/39/334 +f 2428/39/319 2434/39/334 2426/35/321 +f 2444/35/337 2429/39/318 2435/39/332 +f 2429/39/318 2444/35/337 2427/35/316 +f 2435/39/333 2429/39/322 2444/35/338 +f 2427/35/320 2444/35/338 2429/39/322 +f 2447/40/150 2446/40/171 2445/40/148 +f 2446/40/171 2447/40/150 2448/40/156 +f 2445/40/152 2446/40/174 2447/40/154 +f 2448/40/158 2447/40/154 2446/40/174 +f 2448/40/156 2449/35/172 2446/40/171 +f 2449/35/172 2448/40/156 2450/35/155 +f 2446/40/174 2449/35/173 2448/40/158 +f 2450/35/157 2448/40/158 2449/35/173 +f 2452/35/149 2445/40/148 2451/35/147 +f 2445/40/148 2452/35/149 2447/40/150 +f 2451/35/153 2445/40/152 2452/35/151 +f 2447/40/154 2452/35/151 2445/40/152 +f 2450/35/155 2447/40/150 2452/35/149 +f 2447/40/150 2450/35/155 2448/40/156 +f 2452/35/151 2447/40/154 2450/35/157 +f 2448/40/158 2450/35/157 2447/40/154 +f 2454/35/340 2433/39/326 2453/35/339 +f 2433/39/326 2454/35/340 2431/39/324 +f 2453/35/342 2433/39/330 2454/35/341 +f 2431/39/328 2454/35/341 2433/39/330 +f 2433/39/326 2455/35/343 2453/35/339 +f 2455/35/343 2433/39/326 2432/39/325 +f 2453/35/342 2455/35/344 2433/39/330 +f 2432/39/327 2433/39/330 2455/35/344 +f 2430/39/323 2454/35/340 2456/35/345 +f 2454/35/340 2430/39/323 2431/39/324 +f 2456/35/346 2454/35/341 2430/39/329 +f 2431/39/328 2430/39/329 2454/35/341 +f 2459/40/124 2458/35/107 2457/35/129 +f 2458/35/107 2459/40/124 2460/40/109 +f 2457/35/130 2458/35/113 2459/40/126 +f 2460/40/111 2459/40/126 2458/35/113 +f 2432/39/325 2456/35/345 2455/35/343 +f 2456/35/345 2432/39/325 2430/39/323 +f 2455/35/344 2456/35/346 2432/39/327 +f 2430/39/329 2432/39/327 2456/35/346 +f 2460/40/109 2462/40/123 2461/40/110 +f 2462/40/123 2460/40/109 2459/40/124 +f 2461/40/114 2462/40/125 2460/40/111 +f 2459/40/126 2460/40/111 2462/40/125 +f 2441/36/109 2442/35/108 2463/35/107 +f 2442/35/108 2441/36/109 2440/36/110 +f 2463/35/113 2442/35/112 2441/36/111 +f 2440/36/114 2441/36/111 2442/35/112 +f 2461/40/110 2465/35/127 2464/35/108 +f 2465/35/127 2461/40/110 2462/40/123 +f 2464/35/112 2465/35/128 2461/40/114 +f 2462/40/125 2461/40/114 2465/35/128 +f 2445/40/148 2449/35/172 2451/35/147 +f 2449/35/172 2445/40/148 2446/40/171 +f 2451/35/153 2449/35/173 2445/40/152 +f 2446/40/174 2445/40/152 2449/35/173 +f 2437/36/124 2463/35/107 2436/35/129 +f 2463/35/107 2437/36/124 2441/36/109 +f 2436/35/130 2463/35/113 2437/36/126 +f 2441/36/111 2437/36/126 2463/35/113 +f 2460/40/109 2464/35/108 2458/35/107 +f 2464/35/108 2460/40/109 2461/40/110 +f 2458/35/113 2464/35/112 2460/40/111 +f 2461/40/114 2460/40/111 2464/35/112 +f 2444/35/337 2434/39/331 2443/35/335 +f 2434/39/331 2444/35/337 2435/39/332 +f 2443/35/336 2434/39/334 2444/35/338 +f 2435/39/333 2444/35/338 2434/39/334 +f 2468/40/124 2467/35/107 2466/35/129 +f 2467/35/107 2468/40/124 2469/40/109 +f 2466/35/130 2467/35/113 2468/40/126 +f 2469/40/111 2468/40/126 2467/35/113 +f 2465/35/127 2459/40/124 2457/35/129 +f 2459/40/124 2465/35/127 2462/40/123 +f 2457/35/130 2459/40/126 2465/35/128 +f 2462/40/125 2465/35/128 2459/40/126 +f 2469/40/109 2471/40/123 2470/40/110 +f 2471/40/123 2469/40/109 2468/40/124 +f 2470/40/114 2471/40/125 2469/40/111 +f 2468/40/126 2469/40/111 2471/40/125 +f 2472/35/127 2468/40/124 2466/35/129 +f 2468/40/124 2472/35/127 2471/40/123 +f 2466/35/130 2468/40/126 2472/35/128 +f 2471/40/125 2472/35/128 2468/40/126 +f 2469/40/109 2473/35/108 2467/35/107 +f 2473/35/108 2469/40/109 2470/40/110 +f 2467/35/113 2473/35/112 2469/40/111 +f 2470/40/114 2469/40/111 2473/35/112 +f 2470/40/110 2472/35/127 2473/35/108 +f 2472/35/127 2470/40/110 2471/40/123 +f 2473/35/112 2472/35/128 2470/40/114 +f 2471/40/125 2470/40/114 2472/35/128 +f 2476/39/349 2475/39/348 2474/39/347 +f 2475/39/348 2476/39/349 2477/39/350 +f 2474/39/353 2475/39/352 2476/39/351 +f 2477/39/354 2476/39/351 2475/39/352 +f 2474/39/347 2479/35/356 2478/35/355 +f 2479/35/356 2474/39/347 2475/39/348 +f 2478/35/358 2479/35/357 2474/39/353 +f 2475/39/352 2474/39/353 2479/35/357 +f 2476/39/349 2478/35/355 2480/35/359 +f 2478/35/355 2476/39/349 2474/39/347 +f 2480/35/360 2478/35/358 2476/39/351 +f 2474/39/353 2476/39/351 2478/35/358 +f 2475/39/348 2481/35/361 2479/35/356 +f 2481/35/361 2475/39/348 2477/39/350 +f 2479/35/357 2481/35/362 2475/39/352 +f 2477/39/354 2475/39/352 2481/35/362 +f 2481/35/361 2476/39/349 2480/35/359 +f 2476/39/349 2481/35/361 2477/39/350 +f 2480/35/360 2476/39/351 2481/35/362 +f 2477/39/354 2481/35/362 2476/39/351 +f 2484/35/177 2483/39/161 2482/35/159 +f 2483/39/161 2484/35/177 2485/39/168 +f 2482/35/165 2483/39/163 2484/35/178 +f 2485/39/170 2484/35/178 2483/39/163 +f 2483/39/161 2487/39/167 2486/39/162 +f 2487/39/167 2483/39/161 2485/39/168 +f 2486/39/166 2487/39/169 2483/39/163 +f 2485/39/170 2483/39/163 2487/39/169 +f 2483/39/161 2488/35/160 2482/35/159 +f 2488/35/160 2483/39/161 2486/39/162 +f 2482/35/165 2488/35/164 2483/39/163 +f 2486/39/166 2483/39/163 2488/35/164 +f 2487/39/167 2484/35/177 2489/35/175 +f 2484/35/177 2487/39/167 2485/39/168 +f 2489/35/176 2484/35/178 2487/39/169 +f 2485/39/170 2487/39/169 2484/35/178 +f 2486/39/162 2489/35/175 2488/35/160 +f 2489/35/175 2486/39/162 2487/39/167 +f 2488/35/164 2489/35/176 2486/39/166 +f 2487/39/169 2486/39/166 2489/35/176 +f 2492/40/150 2491/40/171 2490/40/148 +f 2491/40/171 2492/40/150 2493/40/156 +f 2490/40/152 2491/40/174 2492/40/154 +f 2493/40/158 2492/40/154 2491/40/174 +f 2493/40/156 2494/35/172 2491/40/171 +f 2494/35/172 2493/40/156 2495/35/155 +f 2491/40/174 2494/35/173 2493/40/158 +f 2495/35/157 2493/40/158 2494/35/173 +f 2498/39/117 2497/39/101 2496/39/118 +f 2497/39/101 2498/39/117 2499/39/102 +f 2496/39/122 2497/39/103 2498/39/119 +f 2499/39/106 2498/39/119 2497/39/103 +f 2496/39/118 2501/35/99 2500/35/116 +f 2501/35/99 2496/39/118 2497/39/101 +f 2500/35/120 2501/35/105 2496/39/122 +f 2497/39/103 2496/39/122 2501/35/105 +f 2490/40/148 2494/35/172 2502/35/147 +f 2494/35/172 2490/40/148 2491/40/171 +f 2502/35/153 2494/35/173 2490/40/152 +f 2491/40/174 2490/40/152 2494/35/173 +f 2495/35/155 2492/40/150 2503/35/149 +f 2492/40/150 2495/35/155 2493/40/156 +f 2503/35/151 2492/40/154 2495/35/157 +f 2493/40/158 2495/35/157 2492/40/154 +f 2497/39/101 2504/35/100 2501/35/99 +f 2504/35/100 2497/39/101 2499/39/102 +f 2501/35/105 2504/35/104 2497/39/103 +f 2499/39/106 2497/39/103 2504/35/104 +f 2498/39/117 2500/35/116 2505/35/115 +f 2500/35/116 2498/39/117 2496/39/118 +f 2505/35/121 2500/35/120 2498/39/119 +f 2496/39/122 2498/39/119 2500/35/120 +f 2504/35/100 2498/39/117 2505/35/115 +f 2498/39/117 2504/35/100 2499/39/102 +f 2505/35/121 2498/39/119 2504/35/104 +f 2499/39/106 2504/35/104 2498/39/119 +f 2503/35/149 2490/40/148 2502/35/147 +f 2490/40/148 2503/35/149 2492/40/150 +f 2502/35/153 2490/40/152 2503/35/151 +f 2492/40/154 2503/35/151 2490/40/152 +f 2508/36/192 2507/35/801 2506/36/801 +f 2507/35/801 2508/36/192 2509/35/192 +f 2506/36/802 2507/35/802 2508/36/191 +f 2509/35/191 2508/36/191 2507/35/802 +f 2512/36/180 2511/35/803 2510/35/180 +f 2511/35/803 2512/36/180 2513/36/803 +f 2510/35/179 2511/35/804 2512/36/179 +f 2513/36/804 2512/36/179 2511/35/804 +f 2515/36/805 2510/35/180 2514/35/805 +f 2510/35/180 2515/36/805 2512/36/180 +f 2514/35/806 2510/35/179 2515/36/806 +f 2512/36/179 2515/36/806 2510/35/179 +f 2517/36/179 2507/35/804 2516/35/179 +f 2507/35/804 2517/36/179 2506/36/804 +f 2516/35/180 2507/35/803 2517/36/180 +f 2506/36/803 2517/36/180 2507/35/803 +f 2519/36/806 2516/35/179 2518/35/806 +f 2516/35/179 2519/36/806 2517/36/179 +f 2518/35/805 2516/35/180 2519/36/805 +f 2517/36/180 2519/36/805 2516/35/180 +f 2520/35/191 2519/36/807 2518/35/807 +f 2519/36/807 2520/35/191 2521/36/191 +f 2518/35/808 2519/36/808 2520/35/192 +f 2521/36/192 2520/35/192 2519/36/808 +f 2511/35/802 2521/36/191 2520/35/191 +f 2521/36/191 2511/35/802 2513/36/802 +f 2520/35/192 2521/36/192 2511/35/801 +f 2513/36/801 2511/35/801 2521/36/192 +f 2506/36/81 2515/36/81 2508/36/81 +f 2515/36/81 2506/36/81 2512/36/81 +f 2512/36/81 2506/36/81 2517/36/81 +f 2512/36/81 2517/36/81 2513/36/81 +f 2513/36/81 2517/36/81 2519/36/81 +f 2513/36/81 2519/36/81 2521/36/81 +f 2508/36/82 2515/36/82 2506/36/82 +f 2512/36/82 2506/36/82 2515/36/82 +f 2517/36/82 2506/36/82 2512/36/82 +f 2513/36/82 2517/36/82 2512/36/82 +f 2519/36/82 2517/36/82 2513/36/82 +f 2521/36/82 2519/36/82 2513/36/82 +f 2514/35/82 2507/35/82 2509/35/82 +f 2507/35/82 2514/35/82 2510/35/82 +f 2507/35/82 2510/35/82 2516/35/82 +f 2516/35/82 2510/35/82 2511/35/82 +f 2516/35/82 2511/35/82 2518/35/82 +f 2518/35/82 2511/35/82 2520/35/82 +f 2509/35/81 2507/35/81 2514/35/81 +f 2510/35/81 2514/35/81 2507/35/81 +f 2516/35/81 2510/35/81 2507/35/81 +f 2511/35/81 2510/35/81 2516/35/81 +f 2518/35/81 2511/35/81 2516/35/81 +f 2520/35/81 2511/35/81 2518/35/81 +f 2515/36/808 2509/35/192 2508/36/192 +f 2509/35/192 2515/36/808 2514/35/808 +f 2508/36/191 2509/35/191 2515/36/807 +f 2514/35/807 2515/36/807 2509/35/191 +f 2524/36/180 2523/35/803 2522/35/180 +f 2523/35/803 2524/36/180 2525/36/803 +f 2522/35/179 2523/35/804 2524/36/179 +f 2525/36/804 2524/36/179 2523/35/804 +f 2528/36/806 2527/35/179 2526/35/806 +f 2527/35/179 2528/36/806 2529/36/179 +f 2526/35/805 2527/35/180 2528/36/805 +f 2529/36/180 2528/36/805 2527/35/180 +f 2531/36/805 2522/35/180 2530/35/805 +f 2522/35/180 2531/36/805 2524/36/180 +f 2530/35/806 2522/35/179 2531/36/806 +f 2524/36/179 2531/36/806 2522/35/179 +f 2531/36/808 2533/35/192 2532/36/192 +f 2533/35/192 2531/36/808 2530/35/808 +f 2532/36/191 2533/35/191 2531/36/807 +f 2530/35/807 2531/36/807 2533/35/191 +f 2534/36/81 2531/36/81 2532/36/81 +f 2531/36/81 2534/36/81 2529/36/81 +f 2531/36/81 2529/36/81 2524/36/81 +f 2524/36/81 2529/36/81 2528/36/81 +f 2524/36/81 2528/36/81 2525/36/81 +f 2525/36/81 2528/36/81 2535/36/81 +f 2532/36/82 2531/36/82 2534/36/82 +f 2529/36/82 2534/36/82 2531/36/82 +f 2524/36/82 2529/36/82 2531/36/82 +f 2528/36/82 2529/36/82 2524/36/82 +f 2525/36/82 2528/36/82 2524/36/82 +f 2535/36/82 2528/36/82 2525/36/82 +f 2536/35/191 2528/36/807 2526/35/807 +f 2528/36/807 2536/35/191 2535/36/191 +f 2526/35/808 2528/36/808 2536/35/192 +f 2535/36/192 2536/35/192 2528/36/808 +f 2523/35/802 2535/36/191 2536/35/191 +f 2535/36/191 2523/35/802 2525/36/802 +f 2536/35/192 2535/36/192 2523/35/801 +f 2525/36/801 2523/35/801 2535/36/192 +f 2532/36/192 2537/35/801 2534/36/801 +f 2537/35/801 2532/36/192 2533/35/192 +f 2534/36/802 2537/35/802 2532/36/191 +f 2533/35/191 2532/36/191 2537/35/802 +f 2529/36/179 2537/35/804 2527/35/179 +f 2537/35/804 2529/36/179 2534/36/804 +f 2527/35/180 2537/35/803 2529/36/180 +f 2534/36/803 2529/36/180 2537/35/803 +f 2540/37/809 2539/38/810 2538/38/809 +f 2539/38/810 2540/37/809 2541/37/810 +f 2538/38/811 2539/38/812 2540/37/811 +f 2541/37/812 2540/37/811 2539/38/812 +f 2543/37/813 2538/38/809 2542/38/813 +f 2538/38/809 2543/37/813 2540/37/809 +f 2542/38/814 2538/38/811 2543/37/814 +f 2540/37/811 2543/37/814 2538/38/811 +f 2546/38/815 2545/37/816 2544/37/815 +f 2545/37/816 2546/38/815 2547/38/816 +f 2544/37/817 2545/37/818 2546/38/817 +f 2547/38/818 2546/38/817 2545/37/818 +f 2550/38/819 2549/37/820 2548/37/819 +f 2549/37/820 2550/38/819 2551/38/820 +f 2548/37/821 2549/37/822 2550/38/821 +f 2551/38/822 2550/38/821 2549/37/822 +f 2552/38/824 2545/37/823 2547/38/823 +f 2545/37/823 2552/38/824 2553/37/824 +f 2547/38/826 2545/37/826 2552/38/825 +f 2553/37/825 2552/38/825 2545/37/826 +f 2550/38/827 2553/37/824 2552/38/824 +f 2553/37/824 2550/38/827 2548/37/827 +f 2552/38/825 2553/37/825 2550/38/828 +f 2548/37/828 2550/38/828 2553/37/825 +f 2542/38/829 2544/37/815 2543/37/829 +f 2544/37/815 2542/38/829 2546/38/815 +f 2543/37/830 2544/37/817 2542/38/830 +f 2546/38/817 2542/38/830 2544/37/817 +f 2551/38/820 2541/37/831 2549/37/820 +f 2541/37/831 2551/38/820 2539/38/831 +f 2549/37/822 2541/37/832 2551/38/822 +f 2539/38/832 2551/38/822 2541/37/832 +f 2556/36/437 2555/35/802 2554/36/802 +f 2555/35/802 2556/36/437 2557/35/437 +f 2554/36/801 2555/35/801 2556/36/438 +f 2557/35/438 2556/36/438 2555/35/801 +f 2560/36/436 2559/35/804 2558/35/436 +f 2559/35/804 2560/36/436 2561/36/804 +f 2558/35/435 2559/35/803 2560/36/435 +f 2561/36/803 2560/36/435 2559/35/803 +f 2563/36/806 2558/35/436 2562/35/806 +f 2558/35/436 2563/36/806 2560/36/436 +f 2562/35/805 2558/35/435 2563/36/805 +f 2560/36/435 2563/36/805 2558/35/435 +f 2565/36/435 2555/35/803 2564/35/435 +f 2555/35/803 2565/36/435 2554/36/803 +f 2564/35/436 2555/35/804 2565/36/436 +f 2554/36/804 2565/36/436 2555/35/804 +f 2567/36/805 2564/35/435 2566/35/805 +f 2564/35/435 2567/36/805 2565/36/435 +f 2566/35/806 2564/35/436 2567/36/806 +f 2565/36/436 2567/36/806 2564/35/436 +f 2568/35/438 2567/36/808 2566/35/808 +f 2567/36/808 2568/35/438 2569/36/438 +f 2566/35/807 2567/36/807 2568/35/437 +f 2569/36/437 2568/35/437 2567/36/807 +f 2559/35/801 2569/36/438 2568/35/438 +f 2569/36/438 2559/35/801 2561/36/801 +f 2568/35/437 2569/36/437 2559/35/802 +f 2561/36/802 2559/35/802 2569/36/437 +f 2554/36/81 2563/36/81 2556/36/81 +f 2563/36/81 2554/36/81 2560/36/81 +f 2560/36/81 2554/36/81 2565/36/81 +f 2560/36/81 2565/36/81 2561/36/81 +f 2561/36/81 2565/36/81 2567/36/81 +f 2561/36/81 2567/36/81 2569/36/81 +f 2556/36/82 2563/36/82 2554/36/82 +f 2560/36/82 2554/36/82 2563/36/82 +f 2565/36/82 2554/36/82 2560/36/82 +f 2561/36/82 2565/36/82 2560/36/82 +f 2567/36/82 2565/36/82 2561/36/82 +f 2569/36/82 2567/36/82 2561/36/82 +f 2562/35/82 2555/35/82 2557/35/82 +f 2555/35/82 2562/35/82 2558/35/82 +f 2555/35/82 2558/35/82 2564/35/82 +f 2564/35/82 2558/35/82 2559/35/82 +f 2564/35/82 2559/35/82 2566/35/82 +f 2566/35/82 2559/35/82 2568/35/82 +f 2557/35/81 2555/35/81 2562/35/81 +f 2558/35/81 2562/35/81 2555/35/81 +f 2564/35/81 2558/35/81 2555/35/81 +f 2559/35/81 2558/35/81 2564/35/81 +f 2566/35/81 2559/35/81 2564/35/81 +f 2568/35/81 2559/35/81 2566/35/81 +f 2563/36/807 2557/35/437 2556/36/437 +f 2557/35/437 2563/36/807 2562/35/807 +f 2556/36/438 2557/35/438 2563/36/808 +f 2562/35/808 2563/36/808 2557/35/438 +f 2572/36/436 2571/35/804 2570/35/436 +f 2571/35/804 2572/36/436 2573/36/804 +f 2570/35/435 2571/35/803 2572/36/435 +f 2573/36/803 2572/36/435 2571/35/803 +f 2576/36/805 2575/35/435 2574/35/805 +f 2575/35/435 2576/36/805 2577/36/435 +f 2574/35/806 2575/35/436 2576/36/806 +f 2577/36/436 2576/36/806 2575/35/436 +f 2579/36/806 2570/35/436 2578/35/806 +f 2570/35/436 2579/36/806 2572/36/436 +f 2578/35/805 2570/35/435 2579/36/805 +f 2572/36/435 2579/36/805 2570/35/435 +f 2579/36/807 2581/35/437 2580/36/437 +f 2581/35/437 2579/36/807 2578/35/807 +f 2580/36/438 2581/35/438 2579/36/808 +f 2578/35/808 2579/36/808 2581/35/438 +f 2582/36/81 2579/36/81 2580/36/81 +f 2579/36/81 2582/36/81 2577/36/81 +f 2579/36/81 2577/36/81 2572/36/81 +f 2572/36/81 2577/36/81 2576/36/81 +f 2572/36/81 2576/36/81 2573/36/81 +f 2573/36/81 2576/36/81 2583/36/81 +f 2580/36/82 2579/36/82 2582/36/82 +f 2577/36/82 2582/36/82 2579/36/82 +f 2572/36/82 2577/36/82 2579/36/82 +f 2576/36/82 2577/36/82 2572/36/82 +f 2573/36/82 2576/36/82 2572/36/82 +f 2583/36/82 2576/36/82 2573/36/82 +f 2584/35/438 2576/36/808 2574/35/808 +f 2576/36/808 2584/35/438 2583/36/438 +f 2574/35/807 2576/36/807 2584/35/437 +f 2583/36/437 2584/35/437 2576/36/807 +f 2571/35/801 2583/36/438 2584/35/438 +f 2583/36/438 2571/35/801 2573/36/801 +f 2584/35/437 2583/36/437 2571/35/802 +f 2573/36/802 2571/35/802 2583/36/437 +f 2580/36/437 2585/35/802 2582/36/802 +f 2585/35/802 2580/36/437 2581/35/437 +f 2582/36/801 2585/35/801 2580/36/438 +f 2581/35/438 2580/36/438 2585/35/801 +f 2577/36/435 2585/35/803 2575/35/435 +f 2585/35/803 2577/36/435 2582/36/803 +f 2575/35/436 2585/35/804 2577/36/436 +f 2582/36/804 2577/36/436 2585/35/804 +f 2588/37/833 2587/38/823 2586/38/833 +f 2587/38/823 2588/37/833 2589/37/823 +f 2586/38/834 2587/38/826 2588/37/834 +f 2589/37/826 2588/37/834 2587/38/826 +f 2591/37/827 2586/38/833 2590/38/827 +f 2586/38/833 2591/37/827 2588/37/833 +f 2590/38/828 2586/38/834 2591/37/828 +f 2588/37/834 2591/37/828 2586/38/834 +f 2594/38/835 2593/37/831 2592/37/835 +f 2593/37/831 2594/38/835 2595/38/831 +f 2592/37/836 2593/37/832 2594/38/836 +f 2595/38/832 2594/38/836 2593/37/832 +f 2598/38/829 2597/37/837 2596/37/829 +f 2597/37/837 2598/38/829 2599/38/837 +f 2596/37/830 2597/37/838 2598/38/830 +f 2599/38/838 2598/38/830 2597/37/838 +f 2600/38/839 2593/37/810 2595/38/810 +f 2593/37/810 2600/38/839 2601/37/839 +f 2595/38/812 2593/37/812 2600/38/840 +f 2601/37/840 2600/38/840 2593/37/812 +f 2598/38/813 2601/37/839 2600/38/839 +f 2601/37/839 2598/38/813 2596/37/813 +f 2600/38/840 2601/37/840 2598/38/814 +f 2596/37/814 2598/38/814 2601/37/840 +f 2590/38/819 2592/37/835 2591/37/819 +f 2592/37/835 2590/38/819 2594/38/835 +f 2591/37/821 2592/37/836 2590/38/821 +f 2594/38/836 2590/38/821 2592/37/836 +f 2599/38/837 2589/37/816 2597/37/837 +f 2589/37/816 2599/38/837 2587/38/816 +f 2597/37/838 2589/37/818 2599/38/838 +f 2587/38/818 2599/38/838 2589/37/818 +f 2604/36/192 2603/35/801 2602/36/801 +f 2603/35/801 2604/36/192 2605/35/192 +f 2602/36/802 2603/35/802 2604/36/191 +f 2605/35/191 2604/36/191 2603/35/802 +f 2608/36/180 2607/35/803 2606/35/180 +f 2607/35/803 2608/36/180 2609/36/803 +f 2606/35/179 2607/35/804 2608/36/179 +f 2609/36/804 2608/36/179 2607/35/804 +f 2611/36/805 2606/35/180 2610/35/805 +f 2606/35/180 2611/36/805 2608/36/180 +f 2610/35/806 2606/35/179 2611/36/806 +f 2608/36/179 2611/36/806 2606/35/179 +f 2613/36/179 2603/35/804 2612/35/179 +f 2603/35/804 2613/36/179 2602/36/804 +f 2612/35/180 2603/35/803 2613/36/180 +f 2602/36/803 2613/36/180 2603/35/803 +f 2615/36/806 2612/35/179 2614/35/806 +f 2612/35/179 2615/36/806 2613/36/179 +f 2614/35/805 2612/35/180 2615/36/805 +f 2613/36/180 2615/36/805 2612/35/180 +f 2616/35/191 2615/36/807 2614/35/807 +f 2615/36/807 2616/35/191 2617/36/191 +f 2614/35/808 2615/36/808 2616/35/192 +f 2617/36/192 2616/35/192 2615/36/808 +f 2607/35/802 2617/36/191 2616/35/191 +f 2617/36/191 2607/35/802 2609/36/802 +f 2616/35/192 2617/36/192 2607/35/801 +f 2609/36/801 2607/35/801 2617/36/192 +f 2602/36/81 2611/36/81 2604/36/81 +f 2611/36/81 2602/36/81 2608/36/81 +f 2608/36/81 2602/36/81 2613/36/81 +f 2608/36/81 2613/36/81 2609/36/81 +f 2609/36/81 2613/36/81 2615/36/81 +f 2609/36/81 2615/36/81 2617/36/81 +f 2604/36/82 2611/36/82 2602/36/82 +f 2608/36/82 2602/36/82 2611/36/82 +f 2613/36/82 2602/36/82 2608/36/82 +f 2609/36/82 2613/36/82 2608/36/82 +f 2615/36/82 2613/36/82 2609/36/82 +f 2617/36/82 2615/36/82 2609/36/82 +f 2610/35/82 2603/35/82 2605/35/82 +f 2603/35/82 2610/35/82 2606/35/82 +f 2603/35/82 2606/35/82 2612/35/82 +f 2612/35/82 2606/35/82 2607/35/82 +f 2612/35/82 2607/35/82 2614/35/82 +f 2614/35/82 2607/35/82 2616/35/82 +f 2605/35/81 2603/35/81 2610/35/81 +f 2606/35/81 2610/35/81 2603/35/81 +f 2612/35/81 2606/35/81 2603/35/81 +f 2607/35/81 2606/35/81 2612/35/81 +f 2614/35/81 2607/35/81 2612/35/81 +f 2616/35/81 2607/35/81 2614/35/81 +f 2611/36/808 2605/35/192 2604/36/192 +f 2605/35/192 2611/36/808 2610/35/808 +f 2604/36/191 2605/35/191 2611/36/807 +f 2610/35/807 2611/36/807 2605/35/191 +f 2620/36/180 2619/35/803 2618/35/180 +f 2619/35/803 2620/36/180 2621/36/803 +f 2618/35/179 2619/35/804 2620/36/179 +f 2621/36/804 2620/36/179 2619/35/804 +f 2624/36/806 2623/35/179 2622/35/806 +f 2623/35/179 2624/36/806 2625/36/179 +f 2622/35/805 2623/35/180 2624/36/805 +f 2625/36/180 2624/36/805 2623/35/180 +f 2627/36/805 2618/35/180 2626/35/805 +f 2618/35/180 2627/36/805 2620/36/180 +f 2626/35/806 2618/35/179 2627/36/806 +f 2620/36/179 2627/36/806 2618/35/179 +f 2627/36/808 2629/35/192 2628/36/192 +f 2629/35/192 2627/36/808 2626/35/808 +f 2628/36/191 2629/35/191 2627/36/807 +f 2626/35/807 2627/36/807 2629/35/191 +f 2630/36/81 2627/36/81 2628/36/81 +f 2627/36/81 2630/36/81 2625/36/81 +f 2627/36/81 2625/36/81 2620/36/81 +f 2620/36/81 2625/36/81 2624/36/81 +f 2620/36/81 2624/36/81 2621/36/81 +f 2621/36/81 2624/36/81 2631/36/81 +f 2628/36/82 2627/36/82 2630/36/82 +f 2625/36/82 2630/36/82 2627/36/82 +f 2620/36/82 2625/36/82 2627/36/82 +f 2624/36/82 2625/36/82 2620/36/82 +f 2621/36/82 2624/36/82 2620/36/82 +f 2631/36/82 2624/36/82 2621/36/82 +f 2632/35/191 2624/36/807 2622/35/807 +f 2624/36/807 2632/35/191 2631/36/191 +f 2622/35/808 2624/36/808 2632/35/192 +f 2631/36/192 2632/35/192 2624/36/808 +f 2619/35/802 2631/36/191 2632/35/191 +f 2631/36/191 2619/35/802 2621/36/802 +f 2632/35/192 2631/36/192 2619/35/801 +f 2621/36/801 2619/35/801 2631/36/192 +f 2628/36/192 2633/35/801 2630/36/801 +f 2633/35/801 2628/36/192 2629/35/192 +f 2630/36/802 2633/35/802 2628/36/191 +f 2629/35/191 2628/36/191 2633/35/802 +f 2625/36/179 2633/35/804 2623/35/179 +f 2633/35/804 2625/36/179 2630/36/804 +f 2623/35/180 2633/35/803 2625/36/180 +f 2630/36/803 2625/36/180 2633/35/803 +f 2636/37/809 2635/38/810 2634/38/809 +f 2635/38/810 2636/37/809 2637/37/810 +f 2634/38/811 2635/38/812 2636/37/811 +f 2637/37/812 2636/37/811 2635/38/812 +f 2639/37/813 2634/38/809 2638/38/813 +f 2634/38/809 2639/37/813 2636/37/809 +f 2638/38/814 2634/38/811 2639/37/814 +f 2636/37/811 2639/37/814 2634/38/811 +f 2642/38/815 2641/37/816 2640/37/815 +f 2641/37/816 2642/38/815 2643/38/816 +f 2640/37/817 2641/37/818 2642/38/817 +f 2643/38/818 2642/38/817 2641/37/818 +f 2646/38/819 2645/37/820 2644/37/819 +f 2645/37/820 2646/38/819 2647/38/820 +f 2644/37/821 2645/37/822 2646/38/821 +f 2647/38/822 2646/38/821 2645/37/822 +f 2648/38/824 2641/37/823 2643/38/823 +f 2641/37/823 2648/38/824 2649/37/824 +f 2643/38/826 2641/37/826 2648/38/825 +f 2649/37/825 2648/38/825 2641/37/826 +f 2646/38/827 2649/37/824 2648/38/824 +f 2649/37/824 2646/38/827 2644/37/827 +f 2648/38/825 2649/37/825 2646/38/828 +f 2644/37/828 2646/38/828 2649/37/825 +f 2638/38/829 2640/37/815 2639/37/829 +f 2640/37/815 2638/38/829 2642/38/815 +f 2639/37/830 2640/37/817 2638/38/830 +f 2642/38/817 2638/38/830 2640/37/817 +f 2647/38/820 2637/37/831 2645/37/820 +f 2637/37/831 2647/38/820 2635/38/831 +f 2645/37/822 2637/37/832 2647/38/822 +f 2635/38/832 2647/38/822 2637/37/832 +f 2652/36/437 2651/35/802 2650/36/802 +f 2651/35/802 2652/36/437 2653/35/437 +f 2650/36/801 2651/35/801 2652/36/438 +f 2653/35/438 2652/36/438 2651/35/801 +f 2656/36/436 2655/35/804 2654/35/436 +f 2655/35/804 2656/36/436 2657/36/804 +f 2654/35/435 2655/35/803 2656/36/435 +f 2657/36/803 2656/36/435 2655/35/803 +f 2659/36/806 2654/35/436 2658/35/806 +f 2654/35/436 2659/36/806 2656/36/436 +f 2658/35/805 2654/35/435 2659/36/805 +f 2656/36/435 2659/36/805 2654/35/435 +f 2661/36/435 2651/35/803 2660/35/435 +f 2651/35/803 2661/36/435 2650/36/803 +f 2660/35/436 2651/35/804 2661/36/436 +f 2650/36/804 2661/36/436 2651/35/804 +f 2663/36/805 2660/35/435 2662/35/805 +f 2660/35/435 2663/36/805 2661/36/435 +f 2662/35/806 2660/35/436 2663/36/806 +f 2661/36/436 2663/36/806 2660/35/436 +f 2664/35/438 2663/36/808 2662/35/808 +f 2663/36/808 2664/35/438 2665/36/438 +f 2662/35/807 2663/36/807 2664/35/437 +f 2665/36/437 2664/35/437 2663/36/807 +f 2655/35/801 2665/36/438 2664/35/438 +f 2665/36/438 2655/35/801 2657/36/801 +f 2664/35/437 2665/36/437 2655/35/802 +f 2657/36/802 2655/35/802 2665/36/437 +f 2650/36/81 2659/36/81 2652/36/81 +f 2659/36/81 2650/36/81 2656/36/81 +f 2656/36/81 2650/36/81 2661/36/81 +f 2656/36/81 2661/36/81 2657/36/81 +f 2657/36/81 2661/36/81 2663/36/81 +f 2657/36/81 2663/36/81 2665/36/81 +f 2652/36/82 2659/36/82 2650/36/82 +f 2656/36/82 2650/36/82 2659/36/82 +f 2661/36/82 2650/36/82 2656/36/82 +f 2657/36/82 2661/36/82 2656/36/82 +f 2663/36/82 2661/36/82 2657/36/82 +f 2665/36/82 2663/36/82 2657/36/82 +f 2658/35/82 2651/35/82 2653/35/82 +f 2651/35/82 2658/35/82 2654/35/82 +f 2651/35/82 2654/35/82 2660/35/82 +f 2660/35/82 2654/35/82 2655/35/82 +f 2660/35/82 2655/35/82 2662/35/82 +f 2662/35/82 2655/35/82 2664/35/82 +f 2653/35/81 2651/35/81 2658/35/81 +f 2654/35/81 2658/35/81 2651/35/81 +f 2660/35/81 2654/35/81 2651/35/81 +f 2655/35/81 2654/35/81 2660/35/81 +f 2662/35/81 2655/35/81 2660/35/81 +f 2664/35/81 2655/35/81 2662/35/81 +f 2659/36/807 2653/35/437 2652/36/437 +f 2653/35/437 2659/36/807 2658/35/807 +f 2652/36/438 2653/35/438 2659/36/808 +f 2658/35/808 2659/36/808 2653/35/438 +f 2668/36/436 2667/35/804 2666/35/436 +f 2667/35/804 2668/36/436 2669/36/804 +f 2666/35/435 2667/35/803 2668/36/435 +f 2669/36/803 2668/36/435 2667/35/803 +f 2672/36/805 2671/35/435 2670/35/805 +f 2671/35/435 2672/36/805 2673/36/435 +f 2670/35/806 2671/35/436 2672/36/806 +f 2673/36/436 2672/36/806 2671/35/436 +f 2675/36/806 2666/35/436 2674/35/806 +f 2666/35/436 2675/36/806 2668/36/436 +f 2674/35/805 2666/35/435 2675/36/805 +f 2668/36/435 2675/36/805 2666/35/435 +f 2675/36/807 2677/35/437 2676/36/437 +f 2677/35/437 2675/36/807 2674/35/807 +f 2676/36/438 2677/35/438 2675/36/808 +f 2674/35/808 2675/36/808 2677/35/438 +f 2678/36/81 2675/36/81 2676/36/81 +f 2675/36/81 2678/36/81 2673/36/81 +f 2675/36/81 2673/36/81 2668/36/81 +f 2668/36/81 2673/36/81 2672/36/81 +f 2668/36/81 2672/36/81 2669/36/81 +f 2669/36/81 2672/36/81 2679/36/81 +f 2676/36/82 2675/36/82 2678/36/82 +f 2673/36/82 2678/36/82 2675/36/82 +f 2668/36/82 2673/36/82 2675/36/82 +f 2672/36/82 2673/36/82 2668/36/82 +f 2669/36/82 2672/36/82 2668/36/82 +f 2679/36/82 2672/36/82 2669/36/82 +f 2680/35/438 2672/36/808 2670/35/808 +f 2672/36/808 2680/35/438 2679/36/438 +f 2670/35/807 2672/36/807 2680/35/437 +f 2679/36/437 2680/35/437 2672/36/807 +f 2667/35/801 2679/36/438 2680/35/438 +f 2679/36/438 2667/35/801 2669/36/801 +f 2680/35/437 2679/36/437 2667/35/802 +f 2669/36/802 2667/35/802 2679/36/437 +f 2676/36/437 2681/35/802 2678/36/802 +f 2681/35/802 2676/36/437 2677/35/437 +f 2678/36/801 2681/35/801 2676/36/438 +f 2677/35/438 2676/36/438 2681/35/801 +f 2673/36/435 2681/35/803 2671/35/435 +f 2681/35/803 2673/36/435 2678/36/803 +f 2671/35/436 2681/35/804 2673/36/436 +f 2678/36/804 2673/36/436 2681/35/804 +f 2684/37/833 2683/38/823 2682/38/833 +f 2683/38/823 2684/37/833 2685/37/823 +f 2682/38/834 2683/38/826 2684/37/834 +f 2685/37/826 2684/37/834 2683/38/826 +f 2687/37/827 2682/38/833 2686/38/827 +f 2682/38/833 2687/37/827 2684/37/833 +f 2686/38/828 2682/38/834 2687/37/828 +f 2684/37/834 2687/37/828 2682/38/834 +f 2690/38/835 2689/37/831 2688/37/835 +f 2689/37/831 2690/38/835 2691/38/831 +f 2688/37/836 2689/37/832 2690/38/836 +f 2691/38/832 2690/38/836 2689/37/832 +f 2694/38/829 2693/37/837 2692/37/829 +f 2693/37/837 2694/38/829 2695/38/837 +f 2692/37/830 2693/37/838 2694/38/830 +f 2695/38/838 2694/38/830 2693/37/838 +f 2696/38/839 2689/37/810 2691/38/810 +f 2689/37/810 2696/38/839 2697/37/839 +f 2691/38/812 2689/37/812 2696/38/840 +f 2697/37/840 2696/38/840 2689/37/812 +f 2694/38/813 2697/37/839 2696/38/839 +f 2697/37/839 2694/38/813 2692/37/813 +f 2696/38/840 2697/37/840 2694/38/814 +f 2692/37/814 2694/38/814 2697/37/840 +f 2686/38/819 2688/37/835 2687/37/819 +f 2688/37/835 2686/38/819 2690/38/835 +f 2687/37/821 2688/37/836 2686/38/821 +f 2690/38/836 2686/38/821 2688/37/836 +f 2695/38/837 2685/37/816 2693/37/837 +f 2685/37/816 2695/38/837 2683/38/816 +f 2693/37/838 2685/37/818 2695/38/838 +f 2683/38/818 2695/38/838 2685/37/818 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide-variation.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide-variation.obj.import new file mode 100644 index 0000000..fffaf0b --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide-variation.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://blg4y5sw81kr5" +path="res://.godot/imported/room-wide-variation.obj-2f80f26a3b1c9dbfdb061b4ea12f8e5b.mesh" + +[deps] + +files=["res://.godot/imported/room-wide-variation.obj-2f80f26a3b1c9dbfdb061b4ea12f8e5b.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide-variation.obj" +dest_files=["res://.godot/imported/room-wide-variation.obj-2f80f26a3b1c9dbfdb061b4ea12f8e5b.mesh", "res://.godot/imported/room-wide-variation.obj-2f80f26a3b1c9dbfdb061b4ea12f8e5b.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide.obj new file mode 100644 index 0000000..96c57ad --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide.obj @@ -0,0 +1,16648 @@ +# Created by Kenney (www.kenney.nl) + +mtllib room-wide.mtl + +g room-wide + +v 5.296845 3.609557E-16 -4.432191 1 1 1 +v 5.266227 0.05 -4.449869 1 1 1 +v 5.245081 3.609557E-16 -4.625376 1 1 1 +v 5.227404 0.05 -4.594758 1 1 1 +v 5.051896 3.609557E-16 -4.573612 1 1 1 +v 5.082515 0.05 -4.555935 1 1 1 +v 5.547956 3.609557E-16 -4.714653 1 1 1 +v 5.934326 3.609557E-16 -4.611125 1 1 1 +v 5.583311 0.1 -4.653415 1 1 1 +v 5.873089 0.1 -4.575769 1 1 1 +v 5.830798 3.609557E-16 -4.224754 1 1 1 +v 5.795443 0.1 -4.285992 1 1 1 +v 2.928112 3.609557E-16 -4.006432 1 1 1 +v 2.903112 0.1 -4.031432 1 1 1 +v 2.928112 3.609557E-16 -4.206432 1 1 1 +v 2.903112 0.1 -4.181432 1 1 1 +v 2.753112 0.1 -4.031432 1 1 1 +v 2.753112 0.1 -4.181432 1 1 1 +v 2.728112 3.609557E-16 -4.206432 1 1 1 +v 2.728112 3.609557E-16 -4.006432 1 1 1 +v 5.444428 3.609557E-16 -4.328282 1 1 1 +v 5.505665 0.1 -4.363637 1 1 1 +v 5.10366 3.609557E-16 -4.380427 1 1 1 +v 5.121337 0.05 -4.411046 1 1 1 +v 2.25043 0.05 -4.498219 1 1 1 +v 2.462562 0.05 -4.710352 1 1 1 +v 2.462562 0.05 -4.286088 1 1 1 +v 2.674695 0.05 -4.498219 1 1 1 +v 2.462562 3.609557E-16 -4.215377 1 1 1 +v 2.745405 3.609557E-16 -4.498219 1 1 1 +v 3.10959 -2.52669E-15 -4.097593 1 1 1 +v 3.144945 0.05 -4.158831 1 1 1 +v 3.49596 -2.52669E-15 -4.201121 1 1 1 +v 3.434723 0.05 -4.236476 1 1 1 +v 2.179719 3.609557E-16 -4.498219 1 1 1 +v 2.462562 3.609557E-16 -4.781063 1 1 1 +v 3.006063 -2.52669E-15 -4.483963 1 1 1 +v 3.392433 -2.52669E-15 -4.587491 1 1 1 +v 3.0673 0.05 -4.448608 1 1 1 +v 3.357077 0.05 -4.526254 1 1 1 +v 6 0.2 -5.399002 1 1 1 +v 4 0.2 -5.199002 1 1 1 +v 6 0.9 -5.399002 1 1 1 +v 4 0.9 -5.199002 1 1 1 +v 2 0.9 -6 1 1 1 +v 6 0.9 -6 1 1 1 +v 2 0.9 -5.399002 1 1 1 +v 2 0.2 -6 1 1 1 +v 6 0.2 -6 1 1 1 +v 2 0.2 -5.399002 1 1 1 +v -2.703155 6.411861E-31 -4.432191 1 1 1 +v -2.733773 0.05 -4.449869 1 1 1 +v -2.754919 6.411861E-31 -4.625376 1 1 1 +v -2.772596 0.05 -4.594758 1 1 1 +v -2.948104 6.411861E-31 -4.573612 1 1 1 +v -2.917485 0.05 -4.555935 1 1 1 +v -2.452044 6.411861E-31 -4.714653 1 1 1 +v -2.065674 6.411861E-31 -4.611125 1 1 1 +v -2.416689 0.1 -4.653415 1 1 1 +v -2.126911 0.1 -4.575769 1 1 1 +v -2.169202 6.411861E-31 -4.224754 1 1 1 +v -2.204557 0.1 -4.285992 1 1 1 +v -5.071888 6.411861E-31 -4.006432 1 1 1 +v -5.096889 0.1 -4.031432 1 1 1 +v -5.071888 6.411861E-31 -4.206432 1 1 1 +v -5.096889 0.1 -4.181432 1 1 1 +v -5.246888 0.1 -4.031432 1 1 1 +v -5.246888 0.1 -4.181432 1 1 1 +v -5.271888 6.411861E-31 -4.206432 1 1 1 +v -5.271888 6.411861E-31 -4.006432 1 1 1 +v -2.555572 6.411861E-31 -4.328282 1 1 1 +v -2.494335 0.1 -4.363637 1 1 1 +v -2.89634 6.411861E-31 -4.380427 1 1 1 +v -2.878663 0.05 -4.411046 1 1 1 +v -5.74957 0.05 -4.498219 1 1 1 +v -5.537437 0.05 -4.710352 1 1 1 +v -5.537437 0.05 -4.286088 1 1 1 +v -5.325305 0.05 -4.498219 1 1 1 +v -5.537437 6.411861E-31 -4.215377 1 1 1 +v -5.254595 6.411861E-31 -4.498219 1 1 1 +v -4.89041 -2.887646E-15 -4.097593 1 1 1 +v -4.855055 0.05 -4.158831 1 1 1 +v -4.50404 -2.887646E-15 -4.201121 1 1 1 +v -4.565277 0.05 -4.236476 1 1 1 +v -5.820281 6.411861E-31 -4.498219 1 1 1 +v -5.537437 6.411861E-31 -4.781063 1 1 1 +v -4.993937 -2.887646E-15 -4.483963 1 1 1 +v -4.607567 -2.887646E-15 -4.587491 1 1 1 +v -4.9327 0.05 -4.448608 1 1 1 +v -4.642922 0.05 -4.526254 1 1 1 +v -2 0.2 -5.399002 1 1 1 +v -4 0.2 -5.199002 1 1 1 +v -2 0.9 -5.399002 1 1 1 +v -4 0.9 -5.199002 1 1 1 +v -6 0.9 -6 1 1 1 +v -2 0.9 -6 1 1 1 +v -6 0.9 -5.399002 1 1 1 +v -6 0.2 -6 1 1 1 +v -2 0.2 -6 1 1 1 +v -6 0.2 -5.399002 1 1 1 +v -5.296845 3.609557E-16 4.432191 1 1 1 +v -5.266227 0.05 4.449869 1 1 1 +v -5.245081 3.609557E-16 4.625376 1 1 1 +v -5.227404 0.05 4.594758 1 1 1 +v -5.051896 3.609557E-16 4.573612 1 1 1 +v -5.082515 0.05 4.555935 1 1 1 +v -5.547956 3.609557E-16 4.714653 1 1 1 +v -5.934326 3.609557E-16 4.611125 1 1 1 +v -5.583311 0.1 4.653415 1 1 1 +v -5.873089 0.1 4.575769 1 1 1 +v -5.830798 3.609557E-16 4.224754 1 1 1 +v -5.795443 0.1 4.285992 1 1 1 +v -2.928112 3.609557E-16 4.006432 1 1 1 +v -2.903112 0.1 4.031432 1 1 1 +v -2.928112 3.609557E-16 4.206432 1 1 1 +v -2.903112 0.1 4.181432 1 1 1 +v -2.753112 0.1 4.031432 1 1 1 +v -2.753112 0.1 4.181432 1 1 1 +v -2.728112 3.609557E-16 4.206432 1 1 1 +v -2.728112 3.609557E-16 4.006432 1 1 1 +v -5.444428 3.609557E-16 4.328282 1 1 1 +v -5.505665 0.1 4.363637 1 1 1 +v -5.10366 3.609557E-16 4.380427 1 1 1 +v -5.121337 0.05 4.411046 1 1 1 +v -2.25043 0.05 4.498219 1 1 1 +v -2.462562 0.05 4.710352 1 1 1 +v -2.462562 0.05 4.286088 1 1 1 +v -2.674695 0.05 4.498219 1 1 1 +v -2.462562 3.609557E-16 4.215377 1 1 1 +v -2.745405 3.609557E-16 4.498219 1 1 1 +v -3.10959 -2.52669E-15 4.097593 1 1 1 +v -3.144945 0.05 4.158831 1 1 1 +v -3.49596 -2.52669E-15 4.201121 1 1 1 +v -3.434723 0.05 4.236476 1 1 1 +v -2.179719 3.609557E-16 4.498219 1 1 1 +v -2.462562 3.609557E-16 4.781063 1 1 1 +v -3.006063 -2.52669E-15 4.483963 1 1 1 +v -3.392433 -2.52669E-15 4.587491 1 1 1 +v -3.0673 0.05 4.448608 1 1 1 +v -3.357077 0.05 4.526254 1 1 1 +v -6 0.2 5.399002 1 1 1 +v -4 0.2 5.199002 1 1 1 +v -6 0.9 5.399002 1 1 1 +v -4 0.9 5.199002 1 1 1 +v -2 0.9 6 1 1 1 +v -6 0.9 6 1 1 1 +v -2 0.9 5.399002 1 1 1 +v -2 0.2 6 1 1 1 +v -6 0.2 6 1 1 1 +v -2 0.2 5.399002 1 1 1 +v 2.703155 6.411861E-31 4.432191 1 1 1 +v 2.733773 0.05 4.449869 1 1 1 +v 2.754919 6.411861E-31 4.625376 1 1 1 +v 2.772596 0.05 4.594758 1 1 1 +v 2.948104 6.411861E-31 4.573612 1 1 1 +v 2.917485 0.05 4.555935 1 1 1 +v 2.452044 6.411861E-31 4.714653 1 1 1 +v 2.065674 6.411861E-31 4.611125 1 1 1 +v 2.416689 0.1 4.653415 1 1 1 +v 2.126911 0.1 4.575769 1 1 1 +v 2.169202 6.411861E-31 4.224754 1 1 1 +v 2.204557 0.1 4.285992 1 1 1 +v 5.071888 6.411861E-31 4.006432 1 1 1 +v 5.096889 0.1 4.031432 1 1 1 +v 5.071888 6.411861E-31 4.206432 1 1 1 +v 5.096889 0.1 4.181432 1 1 1 +v 5.246888 0.1 4.031432 1 1 1 +v 5.246888 0.1 4.181432 1 1 1 +v 5.271888 6.411861E-31 4.206432 1 1 1 +v 5.271888 6.411861E-31 4.006432 1 1 1 +v 2.555572 6.411861E-31 4.328282 1 1 1 +v 2.494335 0.1 4.363637 1 1 1 +v 2.89634 6.411861E-31 4.380427 1 1 1 +v 2.878663 0.05 4.411046 1 1 1 +v 5.74957 0.05 4.498219 1 1 1 +v 5.537437 0.05 4.710352 1 1 1 +v 5.537437 0.05 4.286088 1 1 1 +v 5.325305 0.05 4.498219 1 1 1 +v 5.537437 6.411861E-31 4.215377 1 1 1 +v 5.254595 6.411861E-31 4.498219 1 1 1 +v 4.89041 -2.887646E-15 4.097593 1 1 1 +v 4.855055 0.05 4.158831 1 1 1 +v 4.50404 -2.887646E-15 4.201121 1 1 1 +v 4.565277 0.05 4.236476 1 1 1 +v 5.820281 6.411861E-31 4.498219 1 1 1 +v 5.537437 6.411861E-31 4.781063 1 1 1 +v 4.993937 -2.887646E-15 4.483963 1 1 1 +v 4.607567 -2.887646E-15 4.587491 1 1 1 +v 4.9327 0.05 4.448608 1 1 1 +v 4.642922 0.05 4.526254 1 1 1 +v 2 0.2 5.399002 1 1 1 +v 4 0.2 5.199002 1 1 1 +v 2 0.9 5.399002 1 1 1 +v 4 0.9 5.199002 1 1 1 +v 6 0.9 6 1 1 1 +v 2 0.9 6 1 1 1 +v 6 0.9 5.399002 1 1 1 +v 6 0.2 6 1 1 1 +v 2 0.2 6 1 1 1 +v 6 0.2 5.399002 1 1 1 +v -2 0 -2 1 1 1 +v -2 0 2 1 1 1 +v -6 0 -2 1 1 1 +v -6 0 2 1 1 1 +v -2 0 6 1 1 1 +v -6 0 6 1 1 1 +v 6 0 -6 1 1 1 +v 6 0 -2 1 1 1 +v 2 0 -6 1 1 1 +v 2 0 -2 1 1 1 +v 6 0 2 1 1 1 +v 6 0 6 1 1 1 +v 2 0 2 1 1 1 +v 2 0 6 1 1 1 +v -2 0 -6 1 1 1 +v -6 0 -6 1 1 1 +v 3.774421 0 0.1721032 1 1 1 +v 2.61531 0 -0.1384797 1 1 1 +v 3.668355 0.1 -0.01160853 1 1 1 +v 2.799022 0.1 -0.2445457 1 1 1 +v 5.211001 0.1 -0.9062634 1 1 1 +v 4.930368 0.1 -0.8002209 1 1 1 +v 5.104959 0.1 -1.186897 1 1 1 +v 4.824326 0.1 -1.080854 1 1 1 +v 3.901292 0.1 -0.8809417 1 1 1 +v 3.031959 0.1 -1.113879 1 1 1 +v 3.609777 0 0.5248481 1 1 1 +v 3.732251 0.2 0.5955588 1 1 1 +v 3.816832 0 1.297589 1 1 1 +v 3.887543 0.2 1.175114 1 1 1 +v 4.467098 0.2 1.019823 1 1 1 +v 4.311807 0.2 0.4402673 1 1 1 +v 4.589572 0 1.090533 1 1 1 +v 4.085004 0 -0.9870078 1 1 1 +v 2.925893 0 -1.297591 1 1 1 +v 2.772713 0.05 1.33564 1 1 1 +v 2.482935 0.05 1.413286 1 1 1 +v 2.695067 0.05 1.045862 1 1 1 +v 2.40529 0.05 1.123508 1 1 1 +v 2.44758 0 1.474523 1 1 1 +v 2.344052 0 1.088153 1 1 1 +v 2.83395 0 1.370995 1 1 1 +v 2.730422 0 0.984625 1 1 1 +v 4.75988 0 -1.109953 1 1 1 +v 4.90127 0 -0.735775 1 1 1 +v 5.134058 0 -1.251343 1 1 1 +v 5.275447 0 -0.8771649 1 1 1 +v 5.385044 0 1.396791 1 1 1 +v 5.578229 0 1.345027 1 1 1 +v 5.415662 0.05 1.414469 1 1 1 +v 5.560551 0.05 1.375646 1 1 1 +v 5.599374 0.05 1.520535 1 1 1 +v 5.454485 0.05 1.559358 1 1 1 +v 4.382517 0 0.3177929 1 1 1 +v 5.629992 0 1.538212 1 1 1 +v 5.436808 0 1.589976 1 1 1 +v 3.069483 0 -1.720208 1 1 1 +v 3.262668 0 -1.771971 1 1 1 +v 3.100101 0.05 -1.70253 1 1 1 +v 3.24499 0.05 -1.741353 1 1 1 +v 3.283813 0.05 -1.596464 1 1 1 +v 3.138924 0.05 -1.557641 1 1 1 +v 3.121247 0 -1.527022 1 1 1 +v 3.314432 0 -1.578786 1 1 1 +v 3.313485 0.1 0.5110608 1 1 1 +v 3.313485 0.1 0.8110608 1 1 1 +v 3.013485 0.1 0.5110608 1 1 1 +v 3.013485 0.1 0.8110608 1 1 1 +v 3.363485 0 0.4610608 1 1 1 +v 3.363485 0 0.8610607 1 1 1 +v 2.963485 0 0.4610608 1 1 1 +v 2.963485 0 0.8610607 1 1 1 +v 4.196238 0 -0.594767 1 1 1 +v 4.221238 0.1 -0.569767 1 1 1 +v 4.196238 0 -0.394767 1 1 1 +v 4.221238 0.1 -0.419767 1 1 1 +v 4.371238 0.1 -0.569767 1 1 1 +v 4.371238 0.1 -0.419767 1 1 1 +v 4.396238 0 -0.594767 1 1 1 +v 4.396238 0 -0.394767 1 1 1 +v 4.823903 0.05 0.0530683 1 1 1 +v 4.534125 0.05 0.130714 1 1 1 +v 4.746257 0.05 -0.2367094 1 1 1 +v 4.45648 0.05 -0.1590637 1 1 1 +v 4.49877 0 0.1919513 1 1 1 +v 4.395242 0 -0.1944191 1 1 1 +v 5.323452 0.1 0.4701748 1 1 1 +v 5.245807 0.1 0.7599526 1 1 1 +v 5.033675 0.1 0.3925292 1 1 1 +v 4.956029 0.1 0.6823069 1 1 1 +v 5.38469 0 0.4348195 1 1 1 +v 5.281162 0 0.8211898 1 1 1 +v 4.88514 0 0.08842362 1 1 1 +v 4.781612 0 -0.2979467 1 1 1 +v 4.894792 0 0.7176622 1 1 1 +v 4.99832 0 0.3312919 1 1 1 +v 2 3.609557E-16 -6 1 1 1 +v 2 3.609557E-16 -2 1 1 1 +v -2 3.609557E-16 -6 1 1 1 +v -2 3.609557E-16 -2 1 1 1 +v 10 0 -2 1 1 1 +v 10 0 2 1 1 1 +v -1.399002 0.9 6 1 1 1 +v -2 0.9 6 1 1 1 +v -1.479521 0.9 5.699501 1 1 1 +v -2 0.9 5.399002 1 1 1 +v -1.699501 0.9 5.479521 1 1 1 +v -1.399002 0.2 6 1 1 1 +v -2 0.2 6 1 1 1 +v -2 0.2 5.399002 1 1 1 +v -1.699501 0.2 5.479521 1 1 1 +v -1.479521 0.2 5.699501 1 1 1 +v 2 0.9 6 1 1 1 +v 1.699501 0.9 5.479521 1 1 1 +v 1.399003 0.9 6 1 1 1 +v 1.479521 0.9 5.699501 1 1 1 +v 2 0.2 6 1 1 1 +v 1.399003 0.2 6 1 1 1 +v 1.479521 0.2 5.699501 1 1 1 +v 1.699501 0.2 5.479521 1 1 1 +v -9.399002 0.9 2 1 1 1 +v -10 0.9 2 1 1 1 +v -9.479521 0.9 1.699501 1 1 1 +v -10 0.9 1.399002 1 1 1 +v -9.699501 0.9 1.479521 1 1 1 +v -9.399002 0.2 2 1 1 1 +v -10 0.2 2 1 1 1 +v -10 0.2 1.399002 1 1 1 +v -9.699501 0.2 1.479521 1 1 1 +v -9.479521 0.2 1.699501 1 1 1 +v -10 0.9 -1.399002 1 1 1 +v -10 0.9 -2 1 1 1 +v -9.699501 0.9 -1.479521 1 1 1 +v -9.399002 0.9 -2 1 1 1 +v -9.479521 0.9 -1.699501 1 1 1 +v -10 0.2 -1.399002 1 1 1 +v -10 0.2 -2 1 1 1 +v -9.399002 0.2 -2 1 1 1 +v -9.479521 0.2 -1.699501 1 1 1 +v -9.699501 0.2 -1.479521 1 1 1 +v 9.399002 0.9 -2 1 1 1 +v 10 0.9 -2 1 1 1 +v 9.479521 0.9 -1.699501 1 1 1 +v 10 0.9 -1.399002 1 1 1 +v 9.699501 0.9 -1.479521 1 1 1 +v 9.399002 0.2 -2 1 1 1 +v 10 0.2 -2 1 1 1 +v 10 0.2 -1.399002 1 1 1 +v 9.699501 0.2 -1.479521 1 1 1 +v 9.479521 0.2 -1.699501 1 1 1 +v 10 0.9 1.399002 1 1 1 +v 10 0.9 2 1 1 1 +v 9.699501 0.9 1.479521 1 1 1 +v 9.399002 0.9 2 1 1 1 +v 9.479521 0.9 1.699501 1 1 1 +v 10 0.2 1.399002 1 1 1 +v 10 0.2 2 1 1 1 +v 9.399002 0.2 2 1 1 1 +v 9.479521 0.2 1.699501 1 1 1 +v 9.699501 0.2 1.479521 1 1 1 +v -2 0.9 -6 1 1 1 +v -1.699501 0.9 -5.479521 1 1 1 +v -1.399003 0.9 -6 1 1 1 +v -1.479521 0.9 -5.699501 1 1 1 +v -2 0.2 -6 1 1 1 +v -1.399003 0.2 -6 1 1 1 +v -1.479521 0.2 -5.699501 1 1 1 +v -1.699501 0.2 -5.479521 1 1 1 +v 1.399002 0.9 -6 1 1 1 +v 2 0.9 -6 1 1 1 +v 1.479521 0.9 -5.699501 1 1 1 +v 1.699501 0.9 -5.479521 1 1 1 +v 1.399002 0.2 -6 1 1 1 +v 2 0.2 -6 1 1 1 +v 1.699501 0.2 -5.479521 1 1 1 +v 1.479521 0.2 -5.699501 1 1 1 +v -8.497211 0 2.747846 1 1 1 +v -8.393683 0 2.361475 1 1 1 +v -8.435974 0.1 2.712491 1 1 1 +v -8.358328 0.1 2.422713 1 1 1 +v -8.524198 0 2.248742 1 1 1 +v -8.717383 0 2.300506 1 1 1 +v -8.554816 0.05 2.231065 1 1 1 +v -8.699705 0.05 2.269887 1 1 1 +v -8.007313 0 2.465003 1 1 1 +v -8.110841 0 2.851374 1 1 1 +v -8.06855 0.1 2.500359 1 1 1 +v -8.146196 0.1 2.790136 1 1 1 +v -8.738528 0.05 2.124999 1 1 1 +v -8.593639 0.05 2.086176 1 1 1 +v -8.769147 0 2.107321 1 1 1 +v -8.575962 0 2.055557 1 1 1 +v -6.356917 0.05 4.649966 1 1 1 +v -6.569049 0.05 4.437834 1 1 1 +v -6.144785 0.05 4.437834 1 1 1 +v -6.356917 0.05 4.225702 1 1 1 +v -6.63976 0 4.437834 1 1 1 +v -6.356917 0 4.154991 1 1 1 +v -6.356917 0 4.720676 1 1 1 +v -6.074074 0 4.437834 1 1 1 +v -7.181538 0 4.271631 1 1 1 +v -7.146182 0.05 4.210394 1 1 1 +v -6.795167 0 4.168103 1 1 1 +v -6.856404 0.05 4.132748 1 1 1 +v -6.898695 0 3.781733 1 1 1 +v -6.93405 0.05 3.84297 1 1 1 +v -6.498347 0 3.582728 1 1 1 +v -6.498347 0 3.782728 1 1 1 +v -6.523347 0.1 3.607728 1 1 1 +v -6.523347 0.1 3.757728 1 1 1 +v -6.673347 0.1 3.757728 1 1 1 +v -6.673347 0.1 3.607728 1 1 1 +v -7.223828 0.05 3.920616 1 1 1 +v -7.285065 0 3.88526 1 1 1 +v -6.698347 0 3.782728 1 1 1 +v -6.698347 0 3.582728 1 1 1 +v -6 0.9 6 1 1 1 +v -7.530734 0.9 5.695518 1 1 1 +v -6 0.9 5.399003 1 1 1 +v -7.300742 0.9 5.140269 1 1 1 +v -8.828427 0.9 4.828427 1 1 1 +v -8.403458 0.9 4.403458 1 1 1 +v -9.695518 0.9 3.530734 1 1 1 +v -9.140268 0.9 3.300742 1 1 1 +v -10 0.9 2 1 1 1 +v -9.399002 0.9 2 1 1 1 +v -6 0.2 5.399003 1 1 1 +v -6 0.2 6 1 1 1 +v -7.300742 0.2 5.140269 1 1 1 +v -8.403458 0.2 4.403458 1 1 1 +v -9.140268 0.2 3.300742 1 1 1 +v -9.399002 0.2 2 1 1 1 +v -10 0.2 2 1 1 1 +v -9.695518 0.2 3.530734 1 1 1 +v -8.828427 0.2 4.828427 1 1 1 +v -7.530734 0.2 5.695518 1 1 1 +v -6 0 6 1 1 1 +v -8.828427 0 4.828427 1 1 1 +v -6 0 2 1 1 1 +v -10 0 2 1 1 1 +v -10 0 -2 1 1 1 +v -10 0 2 1 1 1 +v -6.747846 0 -4.497211 1 1 1 +v -6.361475 0 -4.393683 1 1 1 +v -6.712491 0.1 -4.435973 1 1 1 +v -6.422713 0.1 -4.358327 1 1 1 +v -6.248742 0 -4.524197 1 1 1 +v -6.300506 0 -4.717382 1 1 1 +v -6.231065 0.05 -4.554816 1 1 1 +v -6.269887 0.05 -4.699705 1 1 1 +v -6.465003 0 -4.007313 1 1 1 +v -6.851374 0 -4.11084 1 1 1 +v -6.500359 0.1 -4.06855 1 1 1 +v -6.790136 0.1 -4.146195 1 1 1 +v -6.124999 0.05 -4.738527 1 1 1 +v -6.086176 0.05 -4.593638 1 1 1 +v -6.107321 0 -4.769146 1 1 1 +v -6.055557 0 -4.575961 1 1 1 +v -8.649965 0.05 -2.356916 1 1 1 +v -8.437834 0.05 -2.569048 1 1 1 +v -8.437834 0.05 -2.144784 1 1 1 +v -8.225701 0.05 -2.356916 1 1 1 +v -8.437834 0 -2.639759 1 1 1 +v -8.154991 0 -2.356916 1 1 1 +v -8.720676 0 -2.356916 1 1 1 +v -8.437834 0 -2.074074 1 1 1 +v -8.27163 0 -3.181537 1 1 1 +v -8.210393 0.05 -3.146182 1 1 1 +v -8.168103 0 -2.795166 1 1 1 +v -8.132748 0.05 -2.856404 1 1 1 +v -7.781733 0 -2.898694 1 1 1 +v -7.84297 0.05 -2.93405 1 1 1 +v -7.582728 0 -2.498346 1 1 1 +v -7.782728 0 -2.498346 1 1 1 +v -7.607728 0.1 -2.523346 1 1 1 +v -7.757728 0.1 -2.523346 1 1 1 +v -7.757728 0.1 -2.673346 1 1 1 +v -7.607728 0.1 -2.673346 1 1 1 +v -7.920615 0.05 -3.223827 1 1 1 +v -7.88526 0 -3.285065 1 1 1 +v -7.782728 0 -2.698346 1 1 1 +v -7.582728 0 -2.698346 1 1 1 +v -10 0.9 -2 1 1 1 +v -9.695518 0.9 -3.530734 1 1 1 +v -9.399002 0.9 -2 1 1 1 +v -9.140268 0.9 -3.300742 1 1 1 +v -8.828427 0.9 -4.828427 1 1 1 +v -8.403458 0.9 -4.403458 1 1 1 +v -7.530734 0.9 -5.695518 1 1 1 +v -7.300742 0.9 -5.140269 1 1 1 +v -6 0.9 -6 1 1 1 +v -6 0.9 -5.399003 1 1 1 +v -9.399002 0.2 -2 1 1 1 +v -10 0.2 -2 1 1 1 +v -9.140268 0.2 -3.300742 1 1 1 +v -8.403458 0.2 -4.403458 1 1 1 +v -7.300742 0.2 -5.140269 1 1 1 +v -6 0.2 -5.399003 1 1 1 +v -6 0.2 -6 1 1 1 +v -7.530734 0.2 -5.695518 1 1 1 +v -8.828427 0.2 -4.828427 1 1 1 +v -9.695518 0.2 -3.530734 1 1 1 +v -8.828427 0 -4.828427 1 1 1 +v 8.497211 0 -2.747846 1 1 1 +v 8.393683 0 -2.361476 1 1 1 +v 8.435974 0.1 -2.712491 1 1 1 +v 8.358329 0.1 -2.422713 1 1 1 +v 8.524199 0 -2.248743 1 1 1 +v 8.717383 0 -2.300506 1 1 1 +v 8.554817 0.05 -2.231065 1 1 1 +v 8.699706 0.05 -2.269888 1 1 1 +v 8.007314 0 -2.465003 1 1 1 +v 8.110841 0 -2.851374 1 1 1 +v 8.068551 0.1 -2.500359 1 1 1 +v 8.146196 0.1 -2.790137 1 1 1 +v 8.738528 0.05 -2.124999 1 1 1 +v 8.593639 0.05 -2.086176 1 1 1 +v 8.769147 0 -2.107321 1 1 1 +v 8.575962 0 -2.055557 1 1 1 +v 6.356917 0.05 -4.649966 1 1 1 +v 6.569049 0.05 -4.437834 1 1 1 +v 6.144785 0.05 -4.437834 1 1 1 +v 6.356917 0.05 -4.225701 1 1 1 +v 6.63976 0 -4.437834 1 1 1 +v 6.356917 0 -4.154991 1 1 1 +v 6.356917 0 -4.720676 1 1 1 +v 6.074074 0 -4.437834 1 1 1 +v 7.181538 0 -4.271631 1 1 1 +v 7.146182 0.05 -4.210393 1 1 1 +v 6.795167 0 -4.168103 1 1 1 +v 6.856404 0.05 -4.132748 1 1 1 +v 6.898695 0 -3.781733 1 1 1 +v 6.93405 0.05 -3.84297 1 1 1 +v 6.498347 0 -3.582728 1 1 1 +v 6.498347 0 -3.782728 1 1 1 +v 6.523347 0.1 -3.607728 1 1 1 +v 6.523347 0.1 -3.757728 1 1 1 +v 6.673347 0.1 -3.757728 1 1 1 +v 6.673347 0.1 -3.607728 1 1 1 +v 7.223828 0.05 -3.920616 1 1 1 +v 7.285065 0 -3.88526 1 1 1 +v 6.698347 0 -3.782728 1 1 1 +v 6.698347 0 -3.582728 1 1 1 +v 6 0.9 -6 1 1 1 +v 7.530734 0.9 -5.695518 1 1 1 +v 6 0.9 -5.399002 1 1 1 +v 7.300742 0.9 -5.140269 1 1 1 +v 8.828427 0.9 -4.828427 1 1 1 +v 8.403458 0.9 -4.403458 1 1 1 +v 9.695518 0.9 -3.530734 1 1 1 +v 9.140269 0.9 -3.300742 1 1 1 +v 10 0.9 -2 1 1 1 +v 9.399003 0.9 -2 1 1 1 +v 6 0.2 -5.399002 1 1 1 +v 6 0.2 -6 1 1 1 +v 7.300742 0.2 -5.140269 1 1 1 +v 8.403458 0.2 -4.403458 1 1 1 +v 9.140269 0.2 -3.300742 1 1 1 +v 9.399003 0.2 -2 1 1 1 +v 10 0.2 -2 1 1 1 +v 9.695518 0.2 -3.530734 1 1 1 +v 8.828427 0.2 -4.828427 1 1 1 +v 7.530734 0.2 -5.695518 1 1 1 +v 6 0 -6 1 1 1 +v 8.828427 0 -4.828427 1 1 1 +v 6 0 -2 1 1 1 +v 6.747846 0 4.497211 1 1 1 +v 6.361475 0 4.393683 1 1 1 +v 6.712491 0.1 4.435973 1 1 1 +v 6.422713 0.1 4.358327 1 1 1 +v 6.248742 0 4.524197 1 1 1 +v 6.300506 0 4.717382 1 1 1 +v 6.231065 0.05 4.554816 1 1 1 +v 6.269887 0.05 4.699705 1 1 1 +v 6.465003 0 4.007313 1 1 1 +v 6.851374 0 4.11084 1 1 1 +v 6.500359 0.1 4.06855 1 1 1 +v 6.790136 0.1 4.146195 1 1 1 +v 6.124999 0.05 4.738527 1 1 1 +v 6.086176 0.05 4.593638 1 1 1 +v 6.107321 0 4.769146 1 1 1 +v 6.055557 0 4.575961 1 1 1 +v 8.649965 0.05 2.356916 1 1 1 +v 8.437834 0.05 2.569048 1 1 1 +v 8.437834 0.05 2.144784 1 1 1 +v 8.225701 0.05 2.356916 1 1 1 +v 8.437834 0 2.639759 1 1 1 +v 8.154991 0 2.356916 1 1 1 +v 8.720676 0 2.356916 1 1 1 +v 8.437834 0 2.074074 1 1 1 +v 8.27163 0 3.181537 1 1 1 +v 8.210393 0.05 3.146182 1 1 1 +v 8.168103 0 2.795166 1 1 1 +v 8.132748 0.05 2.856404 1 1 1 +v 7.781733 0 2.898694 1 1 1 +v 7.84297 0.05 2.93405 1 1 1 +v 7.582728 0 2.498346 1 1 1 +v 7.782728 0 2.498346 1 1 1 +v 7.607728 0.1 2.523346 1 1 1 +v 7.757728 0.1 2.523346 1 1 1 +v 7.757728 0.1 2.673346 1 1 1 +v 7.607728 0.1 2.673346 1 1 1 +v 7.920615 0.05 3.223827 1 1 1 +v 7.88526 0 3.285064 1 1 1 +v 7.782728 0 2.698346 1 1 1 +v 7.582728 0 2.698346 1 1 1 +v 10 0.9 2 1 1 1 +v 9.695518 0.9 3.530734 1 1 1 +v 9.399002 0.9 2 1 1 1 +v 9.140268 0.9 3.300742 1 1 1 +v 8.828427 0.9 4.828427 1 1 1 +v 8.403458 0.9 4.403458 1 1 1 +v 7.530734 0.9 5.695518 1 1 1 +v 7.300742 0.9 5.140269 1 1 1 +v 6 0.9 6 1 1 1 +v 6 0.9 5.399003 1 1 1 +v 9.399002 0.2 2 1 1 1 +v 10 0.2 2 1 1 1 +v 9.140268 0.2 3.300742 1 1 1 +v 8.403458 0.2 4.403458 1 1 1 +v 7.300742 0.2 5.140269 1 1 1 +v 6 0.2 5.399003 1 1 1 +v 6 0.2 6 1 1 1 +v 7.530734 0.2 5.695518 1 1 1 +v 8.828427 0.2 4.828427 1 1 1 +v 9.695518 0.2 3.530734 1 1 1 +v 8.828427 0 4.828427 1 1 1 +v 3.51625 3.3269 -4.934478 1 1 1 +v 3.51625 2.9269 -4.934478 1 1 1 +v 3.435625 3.3269 -5.418228 1 1 1 +v 3.435625 2.9269 -5.418228 1 1 1 +v 4 2.9269 -5.982603 1 1 1 +v 4.48375 2.9269 -5.901978 1 1 1 +v 4 3.3269 -5.982603 1 1 1 +v 4.48375 3.3269 -5.901978 1 1 1 +v 3.51625 2.9269 -5.901978 1 1 1 +v 3.51625 3.3269 -5.901978 1 1 1 +v 4 2.9269 -4.853853 1 1 1 +v 4 3.3269 -4.853853 1 1 1 +v 4.48375 2.9269 -4.934478 1 1 1 +v 4.48375 3.3269 -4.934478 1 1 1 +v 4.564375 2.9269 -5.418228 1 1 1 +v 4.564375 3.3269 -5.418228 1 1 1 +v 4 0.2 -5.937453 1 1 1 +v 4.44505 0.2 -5.863278 1 1 1 +v 4 0.6 -5.937453 1 1 1 +v 4.44505 0.6 -5.863278 1 1 1 +v 4.44505 0.2 -4.973178 1 1 1 +v 4 0.2 -4.899003 1 1 1 +v 4.44505 0.6 -4.973178 1 1 1 +v 4 0.6 -4.899003 1 1 1 +v 3.55495 0.2 -5.863278 1 1 1 +v 3.55495 0.6 -5.863278 1 1 1 +v 3.480775 0.6 -5.418228 1 1 1 +v 3.480775 0.2 -5.418228 1 1 1 +v 3.55495 0.6 -4.973178 1 1 1 +v 4.519225 0.6 -5.418228 1 1 1 +v 4.519225 0.2 -5.418228 1 1 1 +v 3.55495 0.2 -4.973178 1 1 1 +v 4.4375 2.9269 -5.418228 1 1 1 +v 4.375 2.9269 -5.793228 1 1 1 +v 4.35 0.6 -5.418228 1 1 1 +v 4.3 0.6 -5.718228 1 1 1 +v 4.375 2.9269 -5.043228 1 1 1 +v 4.3 0.6 -5.118228 1 1 1 +v 4 0.6 -5.068228 1 1 1 +v 3.7 0.6 -5.118228 1 1 1 +v 4 2.9269 -4.980728 1 1 1 +v 3.625 2.9269 -5.043228 1 1 1 +v 3.7 0.6 -5.718228 1 1 1 +v 4 0.6 -5.768228 1 1 1 +v 3.625 2.9269 -5.793228 1 1 1 +v 4 2.9269 -5.855728 1 1 1 +v 3.5625 2.9269 -5.418228 1 1 1 +v 3.65 0.6 -5.418228 1 1 1 +v -4.48375 3.3269 -4.934478 1 1 1 +v -4.48375 2.9269 -4.934478 1 1 1 +v -4.564375 3.3269 -5.418228 1 1 1 +v -4.564375 2.9269 -5.418228 1 1 1 +v -4 2.9269 -5.982603 1 1 1 +v -3.51625 2.9269 -5.901978 1 1 1 +v -4 3.3269 -5.982603 1 1 1 +v -3.51625 3.3269 -5.901978 1 1 1 +v -4.48375 2.9269 -5.901978 1 1 1 +v -4.48375 3.3269 -5.901978 1 1 1 +v -4 2.9269 -4.853853 1 1 1 +v -4 3.3269 -4.853853 1 1 1 +v -3.51625 2.9269 -4.934478 1 1 1 +v -3.51625 3.3269 -4.934478 1 1 1 +v -3.435625 2.9269 -5.418228 1 1 1 +v -3.435625 3.3269 -5.418228 1 1 1 +v -4 0.2 -5.937453 1 1 1 +v -3.55495 0.2 -5.863278 1 1 1 +v -4 0.6 -5.937453 1 1 1 +v -3.55495 0.6 -5.863278 1 1 1 +v -3.55495 0.2 -4.973178 1 1 1 +v -4 0.2 -4.899003 1 1 1 +v -3.55495 0.6 -4.973178 1 1 1 +v -4 0.6 -4.899003 1 1 1 +v -4.44505 0.2 -5.863278 1 1 1 +v -4.44505 0.6 -5.863278 1 1 1 +v -4.519225 0.6 -5.418228 1 1 1 +v -4.519225 0.2 -5.418228 1 1 1 +v -4.44505 0.6 -4.973178 1 1 1 +v -3.480775 0.6 -5.418228 1 1 1 +v -3.480775 0.2 -5.418228 1 1 1 +v -4.44505 0.2 -4.973178 1 1 1 +v -3.5625 2.9269 -5.418228 1 1 1 +v -3.625 2.9269 -5.793228 1 1 1 +v -3.65 0.6 -5.418228 1 1 1 +v -3.7 0.6 -5.718228 1 1 1 +v -3.625 2.9269 -5.043228 1 1 1 +v -3.7 0.6 -5.118228 1 1 1 +v -4 0.6 -5.068228 1 1 1 +v -4.3 0.6 -5.118228 1 1 1 +v -4 2.9269 -4.980728 1 1 1 +v -4.375 2.9269 -5.043228 1 1 1 +v -4.3 0.6 -5.718228 1 1 1 +v -4 0.6 -5.768228 1 1 1 +v -4.375 2.9269 -5.793228 1 1 1 +v -4 2.9269 -5.855728 1 1 1 +v -4.4375 2.9269 -5.418228 1 1 1 +v -4.35 0.6 -5.418228 1 1 1 +v -3.51625 3.3269 4.934478 1 1 1 +v -3.51625 2.9269 4.934478 1 1 1 +v -3.435625 3.3269 5.418228 1 1 1 +v -3.435625 2.9269 5.418228 1 1 1 +v -4 2.9269 5.982603 1 1 1 +v -4.48375 2.9269 5.901978 1 1 1 +v -4 3.3269 5.982603 1 1 1 +v -4.48375 3.3269 5.901978 1 1 1 +v -3.51625 2.9269 5.901978 1 1 1 +v -3.51625 3.3269 5.901978 1 1 1 +v -4 2.9269 4.853853 1 1 1 +v -4 3.3269 4.853853 1 1 1 +v -4.48375 2.9269 4.934478 1 1 1 +v -4.48375 3.3269 4.934478 1 1 1 +v -4.564375 2.9269 5.418228 1 1 1 +v -4.564375 3.3269 5.418228 1 1 1 +v -4 0.2 5.937453 1 1 1 +v -4.44505 0.2 5.863278 1 1 1 +v -4 0.6 5.937453 1 1 1 +v -4.44505 0.6 5.863278 1 1 1 +v -4.44505 0.2 4.973178 1 1 1 +v -4 0.2 4.899003 1 1 1 +v -4.44505 0.6 4.973178 1 1 1 +v -4 0.6 4.899003 1 1 1 +v -3.55495 0.2 5.863278 1 1 1 +v -3.55495 0.6 5.863278 1 1 1 +v -3.480775 0.6 5.418228 1 1 1 +v -3.480775 0.2 5.418228 1 1 1 +v -3.55495 0.6 4.973178 1 1 1 +v -4.519225 0.6 5.418228 1 1 1 +v -4.519225 0.2 5.418228 1 1 1 +v -3.55495 0.2 4.973178 1 1 1 +v -4.4375 2.9269 5.418228 1 1 1 +v -4.375 2.9269 5.793228 1 1 1 +v -4.35 0.6 5.418228 1 1 1 +v -4.3 0.6 5.718228 1 1 1 +v -4.375 2.9269 5.043228 1 1 1 +v -4.3 0.6 5.118228 1 1 1 +v -4 0.6 5.068228 1 1 1 +v -3.7 0.6 5.118228 1 1 1 +v -4 2.9269 4.980728 1 1 1 +v -3.625 2.9269 5.043228 1 1 1 +v -3.7 0.6 5.718228 1 1 1 +v -4 0.6 5.768228 1 1 1 +v -3.625 2.9269 5.793228 1 1 1 +v -4 2.9269 5.855728 1 1 1 +v -3.5625 2.9269 5.418228 1 1 1 +v -3.65 0.6 5.418228 1 1 1 +v 4.48375 3.3269 4.934478 1 1 1 +v 4.48375 2.9269 4.934478 1 1 1 +v 4.564375 3.3269 5.418228 1 1 1 +v 4.564375 2.9269 5.418228 1 1 1 +v 4 2.9269 5.982603 1 1 1 +v 3.51625 2.9269 5.901978 1 1 1 +v 4 3.3269 5.982603 1 1 1 +v 3.51625 3.3269 5.901978 1 1 1 +v 4.48375 2.9269 5.901978 1 1 1 +v 4.48375 3.3269 5.901978 1 1 1 +v 4 2.9269 4.853853 1 1 1 +v 4 3.3269 4.853853 1 1 1 +v 3.51625 2.9269 4.934478 1 1 1 +v 3.51625 3.3269 4.934478 1 1 1 +v 3.435625 2.9269 5.418228 1 1 1 +v 3.435625 3.3269 5.418228 1 1 1 +v 4 0.2 5.937453 1 1 1 +v 3.55495 0.2 5.863278 1 1 1 +v 4 0.6 5.937453 1 1 1 +v 3.55495 0.6 5.863278 1 1 1 +v 3.55495 0.2 4.973178 1 1 1 +v 4 0.2 4.899003 1 1 1 +v 3.55495 0.6 4.973178 1 1 1 +v 4 0.6 4.899003 1 1 1 +v 4.44505 0.2 5.863278 1 1 1 +v 4.44505 0.6 5.863278 1 1 1 +v 4.519225 0.6 5.418228 1 1 1 +v 4.519225 0.2 5.418228 1 1 1 +v 4.44505 0.6 4.973178 1 1 1 +v 3.480775 0.6 5.418228 1 1 1 +v 3.480775 0.2 5.418228 1 1 1 +v 4.44505 0.2 4.973178 1 1 1 +v 3.5625 2.9269 5.418228 1 1 1 +v 3.625 2.9269 5.793228 1 1 1 +v 3.65 0.6 5.418228 1 1 1 +v 3.7 0.6 5.718228 1 1 1 +v 3.625 2.9269 5.043228 1 1 1 +v 3.7 0.6 5.118228 1 1 1 +v 4 0.6 5.068228 1 1 1 +v 4.3 0.6 5.118228 1 1 1 +v 4 2.9269 4.980728 1 1 1 +v 4.375 2.9269 5.043228 1 1 1 +v 4.3 0.6 5.718228 1 1 1 +v 4 0.6 5.768228 1 1 1 +v 4.375 2.9269 5.793228 1 1 1 +v 4 2.9269 5.855728 1 1 1 +v 4.4375 2.9269 5.418228 1 1 1 +v 4.35 0.6 5.418228 1 1 1 +v -0.2255788 3.609557E-16 -3.827897 1 1 1 +v -1.38469 3.609557E-16 -4.13848 1 1 1 +v -0.3316448 0.1 -4.011609 1 1 1 +v -1.200978 0.1 -4.244545 1 1 1 +v 1.211001 0.1 -4.906263 1 1 1 +v 0.9303683 0.1 -4.800221 1 1 1 +v 1.104959 0.1 -5.186896 1 1 1 +v 0.8243259 0.1 -5.080854 1 1 1 +v -0.09870771 0.1 -4.880942 1 1 1 +v -0.9680409 0.1 -5.113879 1 1 1 +v -0.3902232 3.609557E-16 -3.475152 1 1 1 +v -0.2677487 0.2 -3.404441 1 1 1 +v -0.183168 3.609557E-16 -2.702411 1 1 1 +v -0.1124573 0.2 -2.824886 1 1 1 +v 0.4670982 0.2 -2.980177 1 1 1 +v 0.3118067 0.2 -3.559733 1 1 1 +v 0.5895726 3.609557E-16 -2.909467 1 1 1 +v 0.08500402 3.609557E-16 -4.987008 1 1 1 +v -1.074107 3.609557E-16 -5.297591 1 1 1 +v -1.227287 0.05 -2.66436 1 1 1 +v -1.517065 0.05 -2.586714 1 1 1 +v -1.304933 0.05 -2.954138 1 1 1 +v -1.59471 0.05 -2.876492 1 1 1 +v -1.55242 3.609557E-16 -2.525477 1 1 1 +v -1.655948 3.609557E-16 -2.911847 1 1 1 +v -1.16605 3.609557E-16 -2.629005 1 1 1 +v -1.269577 3.609557E-16 -3.015375 1 1 1 +v 0.7598799 3.609557E-16 -5.109952 1 1 1 +v 0.9012698 3.609557E-16 -4.735775 1 1 1 +v 1.134058 3.609557E-16 -5.251343 1 1 1 +v 1.275447 3.609557E-16 -4.877165 1 1 1 +v 1.385044 3.609557E-16 -2.603209 1 1 1 +v 1.578229 3.609557E-16 -2.654973 1 1 1 +v 1.415662 0.05 -2.585531 1 1 1 +v 1.560551 0.05 -2.624354 1 1 1 +v 1.599374 0.05 -2.479465 1 1 1 +v 1.454485 0.05 -2.440642 1 1 1 +v 0.3825174 3.609557E-16 -3.682207 1 1 1 +v 1.629993 3.609557E-16 -2.461788 1 1 1 +v 1.436807 3.609557E-16 -2.410024 1 1 1 +v -0.9305171 3.609557E-16 -5.720208 1 1 1 +v -0.737332 3.609557E-16 -5.771972 1 1 1 +v -0.8998985 0.05 -5.70253 1 1 1 +v -0.7550097 0.05 -5.741353 1 1 1 +v -0.7161868 0.05 -5.596464 1 1 1 +v -0.8610756 0.05 -5.557641 1 1 1 +v -0.8787533 3.609557E-16 -5.527022 1 1 1 +v -0.6855682 3.609557E-16 -5.578786 1 1 1 +v -0.6865153 0.1 -3.488939 1 1 1 +v -0.6865153 0.1 -3.188939 1 1 1 +v -0.9865153 0.1 -3.488939 1 1 1 +v -0.9865153 0.1 -3.188939 1 1 1 +v -0.6365153 3.609557E-16 -3.538939 1 1 1 +v -0.6365153 3.609557E-16 -3.138939 1 1 1 +v -1.036515 3.609557E-16 -3.538939 1 1 1 +v -1.036515 3.609557E-16 -3.138939 1 1 1 +v 0.1962378 3.609557E-16 -4.594767 1 1 1 +v 0.2212377 0.1 -4.569767 1 1 1 +v 0.1962378 3.609557E-16 -4.394767 1 1 1 +v 0.2212377 0.1 -4.419767 1 1 1 +v 0.3712378 0.1 -4.569767 1 1 1 +v 0.3712378 0.1 -4.419767 1 1 1 +v 0.3962377 3.609557E-16 -4.594767 1 1 1 +v 0.3962377 3.609557E-16 -4.394767 1 1 1 +v 0.823903 0.05 -3.946932 1 1 1 +v 0.5341253 0.05 -3.869286 1 1 1 +v 0.7462572 0.05 -4.23671 1 1 1 +v 0.4564795 0.05 -4.159064 1 1 1 +v 0.4987699 3.609557E-16 -3.808049 1 1 1 +v 0.3952423 3.609557E-16 -4.194419 1 1 1 +v 1.323453 0.1 -3.529825 1 1 1 +v 1.245807 0.1 -3.240047 1 1 1 +v 1.033675 0.1 -3.607471 1 1 1 +v 0.9560292 0.1 -3.317693 1 1 1 +v 1.38469 3.609557E-16 -3.565181 1 1 1 +v 1.281162 3.609557E-16 -3.17881 1 1 1 +v 0.8851402 3.609557E-16 -3.911576 1 1 1 +v 0.7816126 3.609557E-16 -4.297947 1 1 1 +v 0.894792 3.609557E-16 -3.282338 1 1 1 +v 0.9983196 3.609557E-16 -3.668708 1 1 1 +v 7.774421 0 0.1721032 1 1 1 +v 6.61531 0 -0.1384797 1 1 1 +v 7.668355 0.1 -0.01160853 1 1 1 +v 6.799022 0.1 -0.2445457 1 1 1 +v 9.211001 0.1 -0.9062634 1 1 1 +v 8.930368 0.1 -0.8002209 1 1 1 +v 9.104959 0.1 -1.186897 1 1 1 +v 8.824326 0.1 -1.080854 1 1 1 +v 7.901292 0.1 -0.8809417 1 1 1 +v 7.031959 0.1 -1.113879 1 1 1 +v 7.609777 0 0.5248481 1 1 1 +v 7.732251 0.2 0.5955588 1 1 1 +v 7.816832 0 1.297589 1 1 1 +v 7.887543 0.2 1.175114 1 1 1 +v 8.467098 0.2 1.019823 1 1 1 +v 8.311807 0.2 0.4402673 1 1 1 +v 8.589573 0 1.090533 1 1 1 +v 8.085004 0 -0.9870078 1 1 1 +v 6.925893 0 -1.297591 1 1 1 +v 6.772713 0.05 1.33564 1 1 1 +v 6.482935 0.05 1.413286 1 1 1 +v 6.695067 0.05 1.045862 1 1 1 +v 6.40529 0.05 1.123508 1 1 1 +v 6.44758 0 1.474523 1 1 1 +v 6.344052 0 1.088153 1 1 1 +v 6.83395 0 1.370995 1 1 1 +v 6.730422 0 0.984625 1 1 1 +v 8.75988 0 -1.109953 1 1 1 +v 8.90127 0 -0.735775 1 1 1 +v 9.134058 0 -1.251343 1 1 1 +v 9.275448 0 -0.8771649 1 1 1 +v 9.385044 0 1.396791 1 1 1 +v 9.578229 0 1.345027 1 1 1 +v 9.415662 0.05 1.414469 1 1 1 +v 9.560551 0.05 1.375646 1 1 1 +v 9.599374 0.05 1.520535 1 1 1 +v 9.454485 0.05 1.559358 1 1 1 +v 8.382518 0 0.3177929 1 1 1 +v 9.629992 0 1.538212 1 1 1 +v 9.436808 0 1.589976 1 1 1 +v 7.069483 0 -1.720208 1 1 1 +v 7.262668 0 -1.771971 1 1 1 +v 7.100101 0.05 -1.70253 1 1 1 +v 7.24499 0.05 -1.741353 1 1 1 +v 7.283813 0.05 -1.596464 1 1 1 +v 7.138925 0.05 -1.557641 1 1 1 +v 7.121247 0 -1.527022 1 1 1 +v 7.314432 0 -1.578786 1 1 1 +v 7.313485 0.1 0.5110608 1 1 1 +v 7.313485 0.1 0.8110608 1 1 1 +v 7.013485 0.1 0.5110608 1 1 1 +v 7.013485 0.1 0.8110608 1 1 1 +v 7.363485 0 0.4610608 1 1 1 +v 7.363485 0 0.8610607 1 1 1 +v 6.963485 0 0.4610608 1 1 1 +v 6.963485 0 0.8610607 1 1 1 +v 8.196238 0 -0.594767 1 1 1 +v 8.221238 0.1 -0.569767 1 1 1 +v 8.196238 0 -0.394767 1 1 1 +v 8.221238 0.1 -0.419767 1 1 1 +v 8.371238 0.1 -0.569767 1 1 1 +v 8.371238 0.1 -0.419767 1 1 1 +v 8.396237 0 -0.594767 1 1 1 +v 8.396237 0 -0.394767 1 1 1 +v 8.823903 0.05 0.0530683 1 1 1 +v 8.534125 0.05 0.130714 1 1 1 +v 8.746257 0.05 -0.2367094 1 1 1 +v 8.45648 0.05 -0.1590637 1 1 1 +v 8.49877 0 0.1919513 1 1 1 +v 8.395243 0 -0.1944191 1 1 1 +v 9.323453 0.1 0.4701748 1 1 1 +v 9.245807 0.1 0.7599526 1 1 1 +v 9.033675 0.1 0.3925292 1 1 1 +v 8.956029 0.1 0.6823069 1 1 1 +v 9.38469 0 0.4348195 1 1 1 +v 9.281162 0 0.8211898 1 1 1 +v 8.88514 0 0.08842362 1 1 1 +v 8.781612 0 -0.2979467 1 1 1 +v 8.894792 0 0.7176622 1 1 1 +v 8.99832 0 0.3312919 1 1 1 +v -0.2255788 0 4.172103 1 1 1 +v -1.38469 0 3.86152 1 1 1 +v -0.3316448 0.1 3.988391 1 1 1 +v -1.200978 0.1 3.755454 1 1 1 +v 1.211001 0.1 3.093737 1 1 1 +v 0.9303683 0.1 3.199779 1 1 1 +v 1.104959 0.1 2.813103 1 1 1 +v 0.8243259 0.1 2.919146 1 1 1 +v -0.09870771 0.1 3.119058 1 1 1 +v -0.9680409 0.1 2.886121 1 1 1 +v -0.3902232 0 4.524848 1 1 1 +v -0.2677487 0.2 4.595559 1 1 1 +v -0.183168 0 5.297589 1 1 1 +v -0.1124573 0.2 5.175114 1 1 1 +v 0.4670982 0.2 5.019823 1 1 1 +v 0.3118067 0.2 4.440268 1 1 1 +v 0.5895726 0 5.090533 1 1 1 +v 0.08500402 0 3.012992 1 1 1 +v -1.074107 0 2.702409 1 1 1 +v -1.227287 0.05 5.33564 1 1 1 +v -1.517065 0.05 5.413286 1 1 1 +v -1.304933 0.05 5.045862 1 1 1 +v -1.59471 0.05 5.123508 1 1 1 +v -1.55242 0 5.474523 1 1 1 +v -1.655948 0 5.088153 1 1 1 +v -1.16605 0 5.370996 1 1 1 +v -1.269577 0 4.984625 1 1 1 +v 0.7598799 0 2.890048 1 1 1 +v 0.9012698 0 3.264225 1 1 1 +v 1.134058 0 2.748657 1 1 1 +v 1.275447 0 3.122835 1 1 1 +v 1.385044 0 5.396791 1 1 1 +v 1.578229 0 5.345027 1 1 1 +v 1.415662 0.05 5.414469 1 1 1 +v 1.560551 0.05 5.375646 1 1 1 +v 1.599374 0.05 5.520535 1 1 1 +v 1.454485 0.05 5.559358 1 1 1 +v 0.3825174 0 4.317793 1 1 1 +v 1.629993 0 5.538212 1 1 1 +v 1.436807 0 5.589976 1 1 1 +v -0.9305171 0 2.279792 1 1 1 +v -0.737332 0 2.228029 1 1 1 +v -0.8998985 0.05 2.29747 1 1 1 +v -0.7550097 0.05 2.258647 1 1 1 +v -0.7161868 0.05 2.403536 1 1 1 +v -0.8610756 0.05 2.442359 1 1 1 +v -0.8787533 0 2.472978 1 1 1 +v -0.6855682 0 2.421214 1 1 1 +v -0.6865153 0.1 4.511061 1 1 1 +v -0.6865153 0.1 4.811061 1 1 1 +v -0.9865153 0.1 4.511061 1 1 1 +v -0.9865153 0.1 4.811061 1 1 1 +v -0.6365153 0 4.461061 1 1 1 +v -0.6365153 0 4.861061 1 1 1 +v -1.036515 0 4.461061 1 1 1 +v -1.036515 0 4.861061 1 1 1 +v 0.1962378 0 3.405233 1 1 1 +v 0.2212377 0.1 3.430233 1 1 1 +v 0.1962378 0 3.605233 1 1 1 +v 0.2212377 0.1 3.580233 1 1 1 +v 0.3712378 0.1 3.430233 1 1 1 +v 0.3712378 0.1 3.580233 1 1 1 +v 0.3962377 0 3.405233 1 1 1 +v 0.3962377 0 3.605233 1 1 1 +v 0.823903 0.05 4.053068 1 1 1 +v 0.5341253 0.05 4.130714 1 1 1 +v 0.7462572 0.05 3.763291 1 1 1 +v 0.4564795 0.05 3.840936 1 1 1 +v 0.4987699 0 4.191951 1 1 1 +v 0.3952423 0 3.805581 1 1 1 +v 1.323453 0.1 4.470175 1 1 1 +v 1.245807 0.1 4.759953 1 1 1 +v 1.033675 0.1 4.392529 1 1 1 +v 0.9560292 0.1 4.682307 1 1 1 +v 1.38469 0 4.43482 1 1 1 +v 1.281162 0 4.82119 1 1 1 +v 0.8851402 0 4.088424 1 1 1 +v 0.7816126 0 3.702053 1 1 1 +v 0.894792 0 4.717662 1 1 1 +v 0.9983196 0 4.331292 1 1 1 +v -8.0904 2.757286 4.840658 1 1 1 +v -7.822451 2.757286 4.465528 1 1 1 +v -8.465528 2.757286 5.108607 1 1 1 +v -8.840658 2.757286 4.840657 1 1 1 +v -8.0904 2.757286 4.0904 1 1 1 +v -8.465528 2.757286 3.82245 1 1 1 +v -9.108607 2.757286 4.465528 1 1 1 +v -8.840658 2.757286 4.090399 1 1 1 +v -8.0904 3.133286 4.840658 1 1 1 +v -8.465528 3.133286 5.108607 1 1 1 +v -7.822451 3.133286 4.465528 1 1 1 +v -8.0904 3.133286 4.0904 1 1 1 +v -8.840658 3.133286 4.840657 1 1 1 +v -8.465528 3.133286 3.82245 1 1 1 +v -9.108607 3.133286 4.465528 1 1 1 +v -8.840658 3.133286 4.090399 1 1 1 +v -8.12041 0.576 4.810647 1 1 1 +v -8.465528 0.576 5.05716 1 1 1 +v -7.873897 0.576 4.465528 1 1 1 +v -8.12041 0.576 4.12041 1 1 1 +v -8.810648 0.576 4.810647 1 1 1 +v -9.057161 0.576 4.465528 1 1 1 +v -8.465528 0.576 3.873896 1 1 1 +v -8.810647 0.576 4.120409 1 1 1 +v -7.873897 0.2 4.465528 1 1 1 +v -8.12041 0.2 4.810647 1 1 1 +v -8.12041 0.2 4.12041 1 1 1 +v -8.465528 0.2 3.873896 1 1 1 +v -8.810647 0.2 4.120409 1 1 1 +v -9.057161 0.2 4.465528 1 1 1 +v -8.810648 0.2 4.810647 1 1 1 +v -8.465528 0.2 5.05716 1 1 1 +v -8.232891 0.576 4.23289 1 1 1 +v -8.066721 0.576 4.465528 1 1 1 +v -8.174731 2.757286 4.174731 1 1 1 +v -7.967019 2.757286 4.465528 1 1 1 +v -8.756327 2.757286 4.174731 1 1 1 +v -8.964039 2.757286 4.465528 1 1 1 +v -8.698167 0.576 4.23289 1 1 1 +v -8.864337 0.576 4.465528 1 1 1 +v -8.465528 0.576 4.06672 1 1 1 +v -8.465528 2.757286 3.967018 1 1 1 +v -8.232891 0.576 4.698167 1 1 1 +v -8.465528 0.576 4.864337 1 1 1 +v -8.174731 2.757286 4.756326 1 1 1 +v -8.465528 2.757286 4.964039 1 1 1 +v -8.698167 0.576 4.698167 1 1 1 +v -8.756327 2.757286 4.756326 1 1 1 +v -8.225579 0 0.1721032 1 1 1 +v -9.384689 0 -0.1384797 1 1 1 +v -8.331645 0.1 -0.01160853 1 1 1 +v -9.200978 0.1 -0.2445457 1 1 1 +v -6.788999 0.1 -0.9062634 1 1 1 +v -7.069632 0.1 -0.8002209 1 1 1 +v -6.895041 0.1 -1.186897 1 1 1 +v -7.175674 0.1 -1.080854 1 1 1 +v -8.098708 0.1 -0.8809417 1 1 1 +v -8.96804 0.1 -1.113879 1 1 1 +v -8.390224 0 0.5248481 1 1 1 +v -8.267749 0.2 0.5955588 1 1 1 +v -8.183168 0 1.297589 1 1 1 +v -8.112457 0.2 1.175114 1 1 1 +v -7.532902 0.2 1.019823 1 1 1 +v -7.688193 0.2 0.4402673 1 1 1 +v -7.410428 0 1.090533 1 1 1 +v -7.914996 0 -0.9870078 1 1 1 +v -9.074107 0 -1.297591 1 1 1 +v -9.227287 0.05 1.33564 1 1 1 +v -9.517065 0.05 1.413286 1 1 1 +v -9.304933 0.05 1.045862 1 1 1 +v -9.59471 0.05 1.123508 1 1 1 +v -9.55242 0 1.474523 1 1 1 +v -9.655948 0 1.088153 1 1 1 +v -9.16605 0 1.370995 1 1 1 +v -9.269577 0 0.984625 1 1 1 +v -7.24012 0 -1.109953 1 1 1 +v -7.09873 0 -0.735775 1 1 1 +v -6.865942 0 -1.251343 1 1 1 +v -6.724553 0 -0.8771649 1 1 1 +v -6.614956 0 1.396791 1 1 1 +v -6.421771 0 1.345027 1 1 1 +v -6.584338 0.05 1.414469 1 1 1 +v -6.439449 0.05 1.375646 1 1 1 +v -6.400626 0.05 1.520535 1 1 1 +v -6.545515 0.05 1.559358 1 1 1 +v -7.617483 0 0.3177929 1 1 1 +v -6.370008 0 1.538212 1 1 1 +v -6.563192 0 1.589976 1 1 1 +v -8.930517 0 -1.720208 1 1 1 +v -8.737332 0 -1.771971 1 1 1 +v -8.899899 0.05 -1.70253 1 1 1 +v -8.75501 0.05 -1.741353 1 1 1 +v -8.716187 0.05 -1.596464 1 1 1 +v -8.861075 0.05 -1.557641 1 1 1 +v -8.878754 0 -1.527022 1 1 1 +v -8.685568 0 -1.578786 1 1 1 +v -8.686515 0.1 0.5110608 1 1 1 +v -8.686515 0.1 0.8110608 1 1 1 +v -8.986515 0.1 0.5110608 1 1 1 +v -8.986515 0.1 0.8110608 1 1 1 +v -8.636516 0 0.4610608 1 1 1 +v -8.636516 0 0.8610607 1 1 1 +v -9.036515 0 0.4610608 1 1 1 +v -9.036515 0 0.8610607 1 1 1 +v -7.803762 0 -0.594767 1 1 1 +v -7.778762 0.1 -0.569767 1 1 1 +v -7.803762 0 -0.394767 1 1 1 +v -7.778762 0.1 -0.419767 1 1 1 +v -7.628762 0.1 -0.569767 1 1 1 +v -7.628762 0.1 -0.419767 1 1 1 +v -7.603762 0 -0.594767 1 1 1 +v -7.603762 0 -0.394767 1 1 1 +v -7.176097 0.05 0.0530683 1 1 1 +v -7.465875 0.05 0.130714 1 1 1 +v -7.253743 0.05 -0.2367094 1 1 1 +v -7.54352 0.05 -0.1590637 1 1 1 +v -7.50123 0 0.1919513 1 1 1 +v -7.604758 0 -0.1944191 1 1 1 +v -6.676548 0.1 0.4701748 1 1 1 +v -6.754193 0.1 0.7599526 1 1 1 +v -6.966325 0.1 0.3925292 1 1 1 +v -7.043971 0.1 0.6823069 1 1 1 +v -6.61531 0 0.4348195 1 1 1 +v -6.718838 0 0.8211898 1 1 1 +v -7.11486 0 0.08842362 1 1 1 +v -7.218388 0 -0.2979467 1 1 1 +v -7.105208 0 0.7176622 1 1 1 +v -7.00168 0 0.3312919 1 1 1 +v -8.840658 2.757286 -4.0904 1 1 1 +v -8.465528 2.757286 -3.82245 1 1 1 +v -9.108607 2.757286 -4.465528 1 1 1 +v -8.840658 2.757286 -4.840657 1 1 1 +v -8.0904 2.757286 -4.090399 1 1 1 +v -7.822451 2.757286 -4.465528 1 1 1 +v -8.465528 2.757286 -5.108607 1 1 1 +v -8.0904 2.757286 -4.840657 1 1 1 +v -8.840658 3.133286 -4.0904 1 1 1 +v -9.108607 3.133286 -4.465528 1 1 1 +v -8.465528 3.133286 -3.82245 1 1 1 +v -8.0904 3.133286 -4.090399 1 1 1 +v -8.840658 3.133286 -4.840657 1 1 1 +v -7.822451 3.133286 -4.465528 1 1 1 +v -8.465528 3.133286 -5.108607 1 1 1 +v -8.0904 3.133286 -4.840657 1 1 1 +v -8.810647 0.576 -4.12041 1 1 1 +v -9.05716 0.576 -4.465528 1 1 1 +v -8.465528 0.576 -3.873897 1 1 1 +v -8.12041 0.576 -4.12041 1 1 1 +v -8.810647 0.576 -4.810647 1 1 1 +v -8.465528 0.576 -5.05716 1 1 1 +v -7.873897 0.576 -4.465528 1 1 1 +v -8.12041 0.576 -4.810647 1 1 1 +v -8.465528 0.2 -3.873897 1 1 1 +v -8.810647 0.2 -4.12041 1 1 1 +v -8.12041 0.2 -4.12041 1 1 1 +v -7.873897 0.2 -4.465528 1 1 1 +v -8.12041 0.2 -4.810647 1 1 1 +v -8.465528 0.2 -5.05716 1 1 1 +v -8.810647 0.2 -4.810647 1 1 1 +v -9.05716 0.2 -4.465528 1 1 1 +v -8.232891 0.576 -4.232891 1 1 1 +v -8.465528 0.576 -4.06672 1 1 1 +v -8.174731 2.757286 -4.174731 1 1 1 +v -8.465528 2.757286 -3.967018 1 1 1 +v -8.174731 2.757286 -4.756326 1 1 1 +v -8.465528 2.757286 -4.964039 1 1 1 +v -8.232891 0.576 -4.698167 1 1 1 +v -8.465528 0.576 -4.864336 1 1 1 +v -8.066721 0.576 -4.465528 1 1 1 +v -7.967019 2.757286 -4.465528 1 1 1 +v -8.698167 0.576 -4.23289 1 1 1 +v -8.864337 0.576 -4.465528 1 1 1 +v -8.756327 2.757286 -4.174731 1 1 1 +v -8.964039 2.757286 -4.465528 1 1 1 +v -8.698167 0.576 -4.698166 1 1 1 +v -8.756327 2.757286 -4.756326 1 1 1 +v 8.0904 2.757286 -4.840657 1 1 1 +v 7.82245 2.757286 -4.465528 1 1 1 +v 8.465528 2.757286 -5.108607 1 1 1 +v 8.840658 2.757286 -4.840658 1 1 1 +v 8.0904 2.757286 -4.090399 1 1 1 +v 8.465528 2.757286 -3.82245 1 1 1 +v 9.108607 2.757286 -4.465528 1 1 1 +v 8.840658 2.757286 -4.090399 1 1 1 +v 8.0904 3.133286 -4.840657 1 1 1 +v 8.465528 3.133286 -5.108607 1 1 1 +v 7.82245 3.133286 -4.465528 1 1 1 +v 8.0904 3.133286 -4.090399 1 1 1 +v 8.840658 3.133286 -4.840658 1 1 1 +v 8.465528 3.133286 -3.82245 1 1 1 +v 9.108607 3.133286 -4.465528 1 1 1 +v 8.840658 3.133286 -4.090399 1 1 1 +v 8.12041 0.576 -4.810647 1 1 1 +v 8.465528 0.576 -5.05716 1 1 1 +v 7.873897 0.576 -4.465528 1 1 1 +v 8.12041 0.576 -4.12041 1 1 1 +v 8.810647 0.576 -4.810647 1 1 1 +v 9.057161 0.576 -4.465528 1 1 1 +v 8.465528 0.576 -3.873896 1 1 1 +v 8.810648 0.576 -4.12041 1 1 1 +v 7.873897 0.2 -4.465528 1 1 1 +v 8.12041 0.2 -4.810647 1 1 1 +v 8.12041 0.2 -4.12041 1 1 1 +v 8.465528 0.2 -3.873896 1 1 1 +v 8.810648 0.2 -4.12041 1 1 1 +v 9.057161 0.2 -4.465528 1 1 1 +v 8.810647 0.2 -4.810647 1 1 1 +v 8.465528 0.2 -5.05716 1 1 1 +v 8.232891 0.576 -4.23289 1 1 1 +v 8.066721 0.576 -4.465528 1 1 1 +v 8.174731 2.757286 -4.174731 1 1 1 +v 7.967019 2.757286 -4.465528 1 1 1 +v 8.756327 2.757286 -4.174731 1 1 1 +v 8.964039 2.757286 -4.465528 1 1 1 +v 8.698167 0.576 -4.232891 1 1 1 +v 8.864337 0.576 -4.465528 1 1 1 +v 8.465528 0.576 -4.06672 1 1 1 +v 8.465528 2.757286 -3.967018 1 1 1 +v 8.23289 0.576 -4.698166 1 1 1 +v 8.465528 0.576 -4.864337 1 1 1 +v 8.174731 2.757286 -4.756326 1 1 1 +v 8.465528 2.757286 -4.964039 1 1 1 +v 8.698167 0.576 -4.698167 1 1 1 +v 8.756327 2.757286 -4.756326 1 1 1 +v 8.840658 2.757286 4.0904 1 1 1 +v 8.465528 2.757286 3.82245 1 1 1 +v 9.108607 2.757286 4.465528 1 1 1 +v 8.840658 2.757286 4.840657 1 1 1 +v 8.0904 2.757286 4.090399 1 1 1 +v 7.822451 2.757286 4.465528 1 1 1 +v 8.465528 2.757286 5.108607 1 1 1 +v 8.0904 2.757286 4.840657 1 1 1 +v 8.840658 3.133286 4.0904 1 1 1 +v 9.108607 3.133286 4.465528 1 1 1 +v 8.465528 3.133286 3.82245 1 1 1 +v 8.0904 3.133286 4.090399 1 1 1 +v 8.840658 3.133286 4.840657 1 1 1 +v 7.822451 3.133286 4.465528 1 1 1 +v 8.465528 3.133286 5.108607 1 1 1 +v 8.0904 3.133286 4.840657 1 1 1 +v 8.810647 0.576 4.12041 1 1 1 +v 9.05716 0.576 4.465528 1 1 1 +v 8.465528 0.576 3.873897 1 1 1 +v 8.12041 0.576 4.12041 1 1 1 +v 8.810647 0.576 4.810647 1 1 1 +v 8.465528 0.576 5.05716 1 1 1 +v 7.873897 0.576 4.465528 1 1 1 +v 8.12041 0.576 4.810647 1 1 1 +v 8.465528 0.2 3.873897 1 1 1 +v 8.810647 0.2 4.12041 1 1 1 +v 8.12041 0.2 4.12041 1 1 1 +v 7.873897 0.2 4.465528 1 1 1 +v 8.12041 0.2 4.810647 1 1 1 +v 8.465528 0.2 5.05716 1 1 1 +v 8.810647 0.2 4.810647 1 1 1 +v 9.05716 0.2 4.465528 1 1 1 +v 8.232891 0.576 4.232891 1 1 1 +v 8.465528 0.576 4.06672 1 1 1 +v 8.174731 2.757286 4.174731 1 1 1 +v 8.465528 2.757286 3.967018 1 1 1 +v 8.174731 2.757286 4.756326 1 1 1 +v 8.465528 2.757286 4.964039 1 1 1 +v 8.232891 0.576 4.698167 1 1 1 +v 8.465528 0.576 4.864336 1 1 1 +v 8.066721 0.576 4.465528 1 1 1 +v 7.967019 2.757286 4.465528 1 1 1 +v 8.698167 0.576 4.23289 1 1 1 +v 8.864337 0.576 4.465528 1 1 1 +v 8.756327 2.757286 4.174731 1 1 1 +v 8.964039 2.757286 4.465528 1 1 1 +v 8.698167 0.576 4.698166 1 1 1 +v 8.756327 2.757286 4.756326 1 1 1 +v 4 7.219114E-16 -4.548004 1 1 1 +v 3.454019 7.219114E-16 -4.639001 1 1 1 +v 4 0.2 -4.548004 1 1 1 +v 3.454019 0.2 -4.639001 1 1 1 +v 3.332364 0.2 -4.760656 1 1 1 +v 3.332364 7.219114E-16 -4.760656 1 1 1 +v 3.241367 0.2 -5.306637 1 1 1 +v 3.241367 7.219114E-16 -5.306637 1 1 1 +v 4.545981 7.219114E-16 -4.639001 1 1 1 +v 4.545981 0.2 -4.639001 1 1 1 +v 4.758633 0.2 -5.306637 1 1 1 +v 4.667636 0.2 -4.760656 1 1 1 +v 4.667636 7.219114E-16 -4.760656 1 1 1 +v 4.758633 7.219114E-16 -5.306637 1 1 1 +v 2 0.2 -4.998004 1 1 1 +v 2 3.609557E-16 -4.998004 1 1 1 +v 2 3.609557E-16 -6 1 1 1 +v 6 3.609557E-16 -4.998004 1 1 1 +v 4 3.609557E-16 -4.798005 1 1 1 +v 6 0.2 -4.998004 1 1 1 +v 4 0.2 -4.798005 1 1 1 +v 6 3.609557E-16 -6 1 1 1 +v 2 3 -6.000001 1 1 1 +v 6 3 -6.000001 1 1 1 +v 2 3 -5.600001 1 1 1 +v 4 3 -5.400001 1 1 1 +v 6 3 -5.600001 1 1 1 +v 2 0.9 -6.000001 1 1 1 +v 6 0.9 -6.000001 1 1 1 +v 6 0.9 -5.600001 1 1 1 +v 2 0.9 -5.600001 1 1 1 +v 5.072641 2.3578 -5.507265 1 1 1 +v 5.072641 2.557801 -5.507265 1 1 1 +v 5.122393 2.307801 -5.51224 1 1 1 +v 5.122393 2.6078 -5.51224 1 1 1 +v 4.745332 2.097031 -5.474534 1 1 1 +v 5.50589 2.307801 -5.55059 1 1 1 +v 4.69558 2.04703 -5.469559 1 1 1 +v 5.128829 2.097031 -5.512884 1 1 1 +v 5.178581 2.04703 -5.517859 1 1 1 +v 5.178581 1.847031 -5.517859 1 1 1 +v 4.69558 1.847031 -5.469559 1 1 1 +v 5.555642 2.3578 -5.555565 1 1 1 +v 4 0.9 -5.400001 1 1 1 +v 4.745332 1.79703 -5.474534 1 1 1 +v 5.128829 1.79703 -5.512884 1 1 1 +v 5.50589 2.6078 -5.55059 1 1 1 +v 5.555642 2.557801 -5.555565 1 1 1 +v 2.533789 1.463198 -5.546622 1 1 1 +v 2.533789 1.663198 -5.546622 1 1 1 +v 2.583541 1.713198 -5.541646 1 1 1 +v 2.583541 1.413198 -5.541646 1 1 1 +v 2.967039 1.413198 -5.503297 1 1 1 +v 3.01679 1.463198 -5.498322 1 1 1 +v 2.967039 1.713198 -5.503297 1 1 1 +v 3.01679 1.663198 -5.498322 1 1 1 +v 2.967038 1.413198 -5.503297 1 1 1 +v 2.583541 1.413198 -5.541647 1 1 1 +v 2.962063 1.413198 -5.453546 1 1 1 +v 2.578566 1.413198 -5.491896 1 1 1 +v 2.583541 1.713198 -5.541647 1 1 1 +v 2.967038 1.713198 -5.503297 1 1 1 +v 2.578566 1.713198 -5.491895 1 1 1 +v 2.962063 1.713198 -5.453546 1 1 1 +v 2.528814 1.463198 -5.496871 1 1 1 +v 2.533789 1.463198 -5.546622 1 1 1 +v 2.528814 1.663198 -5.496871 1 1 1 +v 2.533789 1.663198 -5.546622 1 1 1 +v 3.01679 1.463198 -5.498322 1 1 1 +v 3.011815 1.463198 -5.44857 1 1 1 +v 3.01679 1.663198 -5.498322 1 1 1 +v 3.011815 1.663198 -5.44857 1 1 1 +v 5.50589 2.307801 -5.550589 1 1 1 +v 5.122393 2.307801 -5.512239 1 1 1 +v 5.510866 2.307801 -5.500837 1 1 1 +v 5.127368 2.307801 -5.462487 1 1 1 +v 5.122393 2.6078 -5.512239 1 1 1 +v 5.50589 2.6078 -5.550589 1 1 1 +v 5.127368 2.6078 -5.462487 1 1 1 +v 5.510866 2.6078 -5.500837 1 1 1 +v 5.077616 2.3578 -5.457512 1 1 1 +v 5.072641 2.3578 -5.507264 1 1 1 +v 5.077616 2.557801 -5.457512 1 1 1 +v 5.072641 2.557801 -5.507264 1 1 1 +v 5.555642 2.3578 -5.555564 1 1 1 +v 5.560617 2.3578 -5.505812 1 1 1 +v 5.555642 2.557801 -5.555564 1 1 1 +v 5.560617 2.557801 -5.505812 1 1 1 +v 4.745332 1.79703 -5.474535 1 1 1 +v 4.750307 1.79703 -5.424783 1 1 1 +v 5.128829 1.79703 -5.512885 1 1 1 +v 5.133805 1.79703 -5.463133 1 1 1 +v 4.745332 2.097031 -5.474535 1 1 1 +v 5.128829 2.097031 -5.512885 1 1 1 +v 4.750307 2.097031 -5.424783 1 1 1 +v 5.133805 2.097031 -5.463132 1 1 1 +v 4.700555 1.847031 -5.419807 1 1 1 +v 4.69558 1.847031 -5.46956 1 1 1 +v 4.700555 2.04703 -5.419807 1 1 1 +v 4.69558 2.04703 -5.46956 1 1 1 +v 5.178581 1.847031 -5.517859 1 1 1 +v 5.183557 1.847031 -5.468108 1 1 1 +v 5.178581 2.04703 -5.517859 1 1 1 +v 5.183557 2.04703 -5.468108 1 1 1 +v -4 3.609557E-16 -4.548004 1 1 1 +v -4.545981 3.609557E-16 -4.639001 1 1 1 +v -4 0.2 -4.548004 1 1 1 +v -4.545981 0.2 -4.639001 1 1 1 +v -4.667636 0.2 -4.760656 1 1 1 +v -4.667636 3.609557E-16 -4.760656 1 1 1 +v -4.758633 0.2 -5.306637 1 1 1 +v -4.758633 3.609557E-16 -5.306637 1 1 1 +v -3.454019 3.609557E-16 -4.639001 1 1 1 +v -3.454019 0.2 -4.639001 1 1 1 +v -3.241367 0.2 -5.306637 1 1 1 +v -3.332364 0.2 -4.760656 1 1 1 +v -3.332364 3.609557E-16 -4.760656 1 1 1 +v -3.241367 3.609557E-16 -5.306637 1 1 1 +v -6 0.2 -4.998004 1 1 1 +v -6 6.411861E-31 -4.998004 1 1 1 +v -6 6.411861E-31 -6 1 1 1 +v -2 6.411861E-31 -4.998004 1 1 1 +v -4 6.411861E-31 -4.798005 1 1 1 +v -2 0.2 -4.998004 1 1 1 +v -4 0.2 -4.798005 1 1 1 +v -2 6.411861E-31 -6 1 1 1 +v -6 3 -6.000001 1 1 1 +v -2 3 -6.000001 1 1 1 +v -6 3 -5.600001 1 1 1 +v -4 3 -5.400001 1 1 1 +v -2 3 -5.600001 1 1 1 +v -6 0.9 -6.000001 1 1 1 +v -2 0.9 -6.000001 1 1 1 +v -2 0.9 -5.600001 1 1 1 +v -6 0.9 -5.600001 1 1 1 +v -2.927359 2.3578 -5.507265 1 1 1 +v -2.927359 2.557801 -5.507265 1 1 1 +v -2.877607 2.307801 -5.51224 1 1 1 +v -2.877607 2.6078 -5.51224 1 1 1 +v -3.254668 2.097031 -5.474534 1 1 1 +v -2.49411 2.307801 -5.55059 1 1 1 +v -3.30442 2.04703 -5.469559 1 1 1 +v -2.871171 2.097031 -5.512884 1 1 1 +v -2.821419 2.04703 -5.517859 1 1 1 +v -2.821419 1.847031 -5.517859 1 1 1 +v -3.30442 1.847031 -5.469559 1 1 1 +v -2.444358 2.3578 -5.555565 1 1 1 +v -4 0.9 -5.400001 1 1 1 +v -3.254668 1.79703 -5.474534 1 1 1 +v -2.871171 1.79703 -5.512884 1 1 1 +v -2.49411 2.6078 -5.55059 1 1 1 +v -2.444358 2.557801 -5.555565 1 1 1 +v -5.466211 1.463198 -5.546622 1 1 1 +v -5.466211 1.663198 -5.546622 1 1 1 +v -5.416459 1.713198 -5.541646 1 1 1 +v -5.416459 1.413198 -5.541646 1 1 1 +v -5.032961 1.413198 -5.503297 1 1 1 +v -4.98321 1.463198 -5.498322 1 1 1 +v -5.032961 1.713198 -5.503297 1 1 1 +v -4.98321 1.663198 -5.498322 1 1 1 +v -5.032961 1.413198 -5.503297 1 1 1 +v -5.416459 1.413198 -5.541647 1 1 1 +v -5.037936 1.413198 -5.453546 1 1 1 +v -5.421434 1.413198 -5.491896 1 1 1 +v -5.416459 1.713198 -5.541647 1 1 1 +v -5.032961 1.713198 -5.503297 1 1 1 +v -5.421434 1.713198 -5.491895 1 1 1 +v -5.037936 1.713198 -5.453546 1 1 1 +v -5.471186 1.463198 -5.496871 1 1 1 +v -5.46621 1.463198 -5.546622 1 1 1 +v -5.471186 1.663198 -5.496871 1 1 1 +v -5.46621 1.663198 -5.546622 1 1 1 +v -4.98321 1.463198 -5.498322 1 1 1 +v -4.988184 1.463198 -5.44857 1 1 1 +v -4.98321 1.663198 -5.498322 1 1 1 +v -4.988184 1.663198 -5.44857 1 1 1 +v -2.49411 2.307801 -5.550589 1 1 1 +v -2.877607 2.307801 -5.512239 1 1 1 +v -2.489134 2.307801 -5.500837 1 1 1 +v -2.872632 2.307801 -5.462487 1 1 1 +v -2.877607 2.6078 -5.512239 1 1 1 +v -2.49411 2.6078 -5.550589 1 1 1 +v -2.872632 2.6078 -5.462487 1 1 1 +v -2.489134 2.6078 -5.500837 1 1 1 +v -2.922384 2.3578 -5.457512 1 1 1 +v -2.927359 2.3578 -5.507264 1 1 1 +v -2.922384 2.557801 -5.457512 1 1 1 +v -2.927359 2.557801 -5.507264 1 1 1 +v -2.444358 2.3578 -5.555564 1 1 1 +v -2.439383 2.3578 -5.505812 1 1 1 +v -2.444358 2.557801 -5.555564 1 1 1 +v -2.439383 2.557801 -5.505812 1 1 1 +v -3.254668 1.79703 -5.474535 1 1 1 +v -3.249693 1.79703 -5.424783 1 1 1 +v -2.871171 1.79703 -5.512885 1 1 1 +v -2.866195 1.79703 -5.463133 1 1 1 +v -3.254668 2.097031 -5.474535 1 1 1 +v -2.871171 2.097031 -5.512885 1 1 1 +v -3.249693 2.097031 -5.424783 1 1 1 +v -2.866195 2.097031 -5.463132 1 1 1 +v -3.299445 1.847031 -5.419807 1 1 1 +v -3.30442 1.847031 -5.46956 1 1 1 +v -3.299445 2.04703 -5.419807 1 1 1 +v -3.30442 2.04703 -5.46956 1 1 1 +v -2.821419 1.847031 -5.517859 1 1 1 +v -2.816443 1.847031 -5.468108 1 1 1 +v -2.821419 2.04703 -5.517859 1 1 1 +v -2.816443 2.04703 -5.468108 1 1 1 +v -4 7.219114E-16 4.548004 1 1 1 +v -3.454019 7.219114E-16 4.639001 1 1 1 +v -4 0.2 4.548004 1 1 1 +v -3.454019 0.2 4.639001 1 1 1 +v -3.332364 0.2 4.760656 1 1 1 +v -3.332364 7.219114E-16 4.760656 1 1 1 +v -3.241367 0.2 5.306637 1 1 1 +v -3.241367 7.219114E-16 5.306637 1 1 1 +v -4.545981 7.219114E-16 4.639001 1 1 1 +v -4.545981 0.2 4.639001 1 1 1 +v -4.758633 0.2 5.306637 1 1 1 +v -4.667636 0.2 4.760656 1 1 1 +v -4.667636 7.219114E-16 4.760656 1 1 1 +v -4.758633 7.219114E-16 5.306637 1 1 1 +v -2 0.2 4.998004 1 1 1 +v -2 3.609557E-16 4.998004 1 1 1 +v -2 3.609557E-16 6 1 1 1 +v -6 3.609557E-16 4.998004 1 1 1 +v -4 3.609557E-16 4.798005 1 1 1 +v -6 0.2 4.998004 1 1 1 +v -4 0.2 4.798005 1 1 1 +v -6 3.609557E-16 6 1 1 1 +v -2 3 6.000001 1 1 1 +v -6 3 6.000001 1 1 1 +v -2 3 5.600001 1 1 1 +v -4 3 5.400001 1 1 1 +v -6 3 5.600001 1 1 1 +v -2 0.9 6.000001 1 1 1 +v -6 0.9 6.000001 1 1 1 +v -6 0.9 5.600001 1 1 1 +v -2 0.9 5.600001 1 1 1 +v -5.072641 2.3578 5.507265 1 1 1 +v -5.072641 2.557801 5.507265 1 1 1 +v -5.122393 2.307801 5.51224 1 1 1 +v -5.122393 2.6078 5.51224 1 1 1 +v -4.745332 2.097031 5.474534 1 1 1 +v -5.50589 2.307801 5.55059 1 1 1 +v -4.69558 2.04703 5.469559 1 1 1 +v -5.128829 2.097031 5.512884 1 1 1 +v -5.178581 2.04703 5.517859 1 1 1 +v -5.178581 1.847031 5.517859 1 1 1 +v -4.69558 1.847031 5.469559 1 1 1 +v -5.555642 2.3578 5.555565 1 1 1 +v -4 0.9 5.400001 1 1 1 +v -4.745332 1.79703 5.474534 1 1 1 +v -5.128829 1.79703 5.512884 1 1 1 +v -5.50589 2.6078 5.55059 1 1 1 +v -5.555642 2.557801 5.555565 1 1 1 +v -2.533789 1.463198 5.546622 1 1 1 +v -2.533789 1.663198 5.546622 1 1 1 +v -2.583541 1.713198 5.541646 1 1 1 +v -2.583541 1.413198 5.541646 1 1 1 +v -2.967039 1.413198 5.503297 1 1 1 +v -3.01679 1.463198 5.498322 1 1 1 +v -2.967039 1.713198 5.503297 1 1 1 +v -3.01679 1.663198 5.498322 1 1 1 +v -2.967039 1.413198 5.503297 1 1 1 +v -2.583541 1.413198 5.541647 1 1 1 +v -2.962064 1.413198 5.453546 1 1 1 +v -2.578566 1.413198 5.491896 1 1 1 +v -2.583541 1.713198 5.541647 1 1 1 +v -2.967039 1.713198 5.503297 1 1 1 +v -2.578566 1.713198 5.491895 1 1 1 +v -2.962064 1.713198 5.453546 1 1 1 +v -2.528814 1.463198 5.496871 1 1 1 +v -2.533789 1.463198 5.546622 1 1 1 +v -2.528814 1.663198 5.496871 1 1 1 +v -2.533789 1.663198 5.546622 1 1 1 +v -3.016791 1.463198 5.498322 1 1 1 +v -3.011816 1.463198 5.44857 1 1 1 +v -3.016791 1.663198 5.498322 1 1 1 +v -3.011816 1.663198 5.44857 1 1 1 +v -5.50589 2.307801 5.550589 1 1 1 +v -5.122393 2.307801 5.512239 1 1 1 +v -5.510866 2.307801 5.500837 1 1 1 +v -5.127368 2.307801 5.462487 1 1 1 +v -5.122393 2.6078 5.512239 1 1 1 +v -5.50589 2.6078 5.550589 1 1 1 +v -5.127368 2.6078 5.462487 1 1 1 +v -5.510866 2.6078 5.500837 1 1 1 +v -5.077616 2.3578 5.457512 1 1 1 +v -5.072641 2.3578 5.507264 1 1 1 +v -5.077616 2.557801 5.457512 1 1 1 +v -5.072641 2.557801 5.507264 1 1 1 +v -5.555642 2.3578 5.555564 1 1 1 +v -5.560617 2.3578 5.505812 1 1 1 +v -5.555642 2.557801 5.555564 1 1 1 +v -5.560617 2.557801 5.505812 1 1 1 +v -4.745332 1.79703 5.474535 1 1 1 +v -4.750307 1.79703 5.424783 1 1 1 +v -5.128829 1.79703 5.512885 1 1 1 +v -5.133805 1.79703 5.463133 1 1 1 +v -4.745332 2.097031 5.474535 1 1 1 +v -5.128829 2.097031 5.512885 1 1 1 +v -4.750307 2.097031 5.424783 1 1 1 +v -5.133805 2.097031 5.463132 1 1 1 +v -4.700555 1.847031 5.419807 1 1 1 +v -4.69558 1.847031 5.46956 1 1 1 +v -4.700555 2.04703 5.419807 1 1 1 +v -4.69558 2.04703 5.46956 1 1 1 +v -5.178581 1.847031 5.517859 1 1 1 +v -5.183557 1.847031 5.468108 1 1 1 +v -5.178581 2.04703 5.517859 1 1 1 +v -5.183557 2.04703 5.468108 1 1 1 +v 4 3.609557E-16 4.548004 1 1 1 +v 4.545981 3.609557E-16 4.639001 1 1 1 +v 4 0.2 4.548004 1 1 1 +v 4.545981 0.2 4.639001 1 1 1 +v 4.667636 0.2 4.760656 1 1 1 +v 4.667636 3.609557E-16 4.760656 1 1 1 +v 4.758633 0.2 5.306637 1 1 1 +v 4.758633 3.609557E-16 5.306637 1 1 1 +v 3.454019 3.609557E-16 4.639001 1 1 1 +v 3.454019 0.2 4.639001 1 1 1 +v 3.241367 0.2 5.306637 1 1 1 +v 3.332364 0.2 4.760656 1 1 1 +v 3.332364 3.609557E-16 4.760656 1 1 1 +v 3.241367 3.609557E-16 5.306637 1 1 1 +v 6 0.2 4.998004 1 1 1 +v 6 6.411861E-31 4.998004 1 1 1 +v 6 6.411861E-31 6 1 1 1 +v 2 6.411861E-31 4.998004 1 1 1 +v 4 6.411861E-31 4.798005 1 1 1 +v 2 0.2 4.998004 1 1 1 +v 4 0.2 4.798005 1 1 1 +v 2 6.411861E-31 6 1 1 1 +v 6 3 6.000001 1 1 1 +v 2 3 6.000001 1 1 1 +v 6 3 5.600001 1 1 1 +v 4 3 5.400001 1 1 1 +v 2 3 5.600001 1 1 1 +v 6 0.9 6.000001 1 1 1 +v 2 0.9 6.000001 1 1 1 +v 2 0.9 5.600001 1 1 1 +v 6 0.9 5.600001 1 1 1 +v 2.927359 2.3578 5.507265 1 1 1 +v 2.927359 2.557801 5.507265 1 1 1 +v 2.877607 2.307801 5.51224 1 1 1 +v 2.877607 2.6078 5.51224 1 1 1 +v 3.254668 2.097031 5.474534 1 1 1 +v 2.49411 2.307801 5.55059 1 1 1 +v 3.30442 2.04703 5.469559 1 1 1 +v 2.871171 2.097031 5.512884 1 1 1 +v 2.821419 2.04703 5.517859 1 1 1 +v 2.821419 1.847031 5.517859 1 1 1 +v 3.30442 1.847031 5.469559 1 1 1 +v 2.444358 2.3578 5.555565 1 1 1 +v 4 0.9 5.400001 1 1 1 +v 3.254668 1.79703 5.474534 1 1 1 +v 2.871171 1.79703 5.512884 1 1 1 +v 2.49411 2.6078 5.55059 1 1 1 +v 2.444358 2.557801 5.555565 1 1 1 +v 5.466211 1.463198 5.546622 1 1 1 +v 5.466211 1.663198 5.546622 1 1 1 +v 5.416459 1.713198 5.541646 1 1 1 +v 5.416459 1.413198 5.541646 1 1 1 +v 5.032961 1.413198 5.503297 1 1 1 +v 4.98321 1.463198 5.498322 1 1 1 +v 5.032961 1.713198 5.503297 1 1 1 +v 4.98321 1.663198 5.498322 1 1 1 +v 5.032961 1.413198 5.503297 1 1 1 +v 5.416459 1.413198 5.541647 1 1 1 +v 5.037936 1.413198 5.453546 1 1 1 +v 5.421434 1.413198 5.491896 1 1 1 +v 5.416459 1.713198 5.541647 1 1 1 +v 5.032961 1.713198 5.503297 1 1 1 +v 5.421434 1.713198 5.491895 1 1 1 +v 5.037936 1.713198 5.453546 1 1 1 +v 5.471186 1.463198 5.496871 1 1 1 +v 5.46621 1.463198 5.546622 1 1 1 +v 5.471186 1.663198 5.496871 1 1 1 +v 5.46621 1.663198 5.546622 1 1 1 +v 4.98321 1.463198 5.498322 1 1 1 +v 4.988184 1.463198 5.44857 1 1 1 +v 4.98321 1.663198 5.498322 1 1 1 +v 4.988184 1.663198 5.44857 1 1 1 +v 2.49411 2.307801 5.550589 1 1 1 +v 2.877607 2.307801 5.512239 1 1 1 +v 2.489135 2.307801 5.500837 1 1 1 +v 2.872632 2.307801 5.462487 1 1 1 +v 2.877607 2.6078 5.512239 1 1 1 +v 2.49411 2.6078 5.550589 1 1 1 +v 2.872632 2.6078 5.462487 1 1 1 +v 2.489135 2.6078 5.500837 1 1 1 +v 2.922384 2.3578 5.457512 1 1 1 +v 2.927359 2.3578 5.507264 1 1 1 +v 2.922384 2.557801 5.457512 1 1 1 +v 2.927359 2.557801 5.507264 1 1 1 +v 2.444358 2.3578 5.555564 1 1 1 +v 2.439383 2.3578 5.505812 1 1 1 +v 2.444358 2.557801 5.555564 1 1 1 +v 2.439383 2.557801 5.505812 1 1 1 +v 3.254668 1.79703 5.474535 1 1 1 +v 3.249693 1.79703 5.424783 1 1 1 +v 2.871171 1.79703 5.512885 1 1 1 +v 2.866196 1.79703 5.463133 1 1 1 +v 3.254668 2.097031 5.474535 1 1 1 +v 2.871171 2.097031 5.512885 1 1 1 +v 3.249693 2.097031 5.424783 1 1 1 +v 2.866196 2.097031 5.463132 1 1 1 +v 3.299445 1.847031 5.419807 1 1 1 +v 3.30442 1.847031 5.46956 1 1 1 +v 3.299445 2.04703 5.419807 1 1 1 +v 3.30442 2.04703 5.46956 1 1 1 +v 2.821419 1.847031 5.517859 1 1 1 +v 2.816444 1.847031 5.468108 1 1 1 +v 2.821419 2.04703 5.517859 1 1 1 +v 2.816444 2.04703 5.468108 1 1 1 +v -1.6 3 6 1 1 1 +v -1.6 0.9 6 1 1 1 +v -2 3 5.999999 1 1 1 +v -2 0.9 5.999999 1 1 1 +v -2 0.9 5.599999 1 1 1 +v -2 3 5.599999 1 1 1 +v -1.65359 0.9 5.799999 1 1 1 +v -1.65359 3 5.799999 1 1 1 +v -1.8 0.9 5.653589 1 1 1 +v -1.8 3 5.653589 1 1 1 +v -2 -1.671676E-14 6 1 1 1 +v -2 -1.671676E-14 4.998005 1 1 1 +v -2 0.2 6 1 1 1 +v -2 0.2 4.998005 1 1 1 +v -0.9980049 0.2 6 1 1 1 +v -0.9980049 -1.671676E-14 6 1 1 1 +v -1.132247 0.2 5.499002 1 1 1 +v -1.499002 0.2 5.132247 1 1 1 +v -1.132247 -1.599485E-14 5.499002 1 1 1 +v -1.499002 -1.599485E-14 5.132247 1 1 1 +v 2 3 5.599999 1 1 1 +v 2 0.9 5.599999 1 1 1 +v 2 3 5.999999 1 1 1 +v 2 0.9 5.999999 1 1 1 +v 1.6 0.9 5.999999 1 1 1 +v 1.6 3 5.999999 1 1 1 +v 1.8 0.9 5.653589 1 1 1 +v 1.8 3 5.653589 1 1 1 +v 1.65359 0.9 5.799999 1 1 1 +v 1.65359 3 5.799999 1 1 1 +v 2 -1.707772E-14 6 1 1 1 +v 0.9980049 -1.707772E-14 6 1 1 1 +v 0.9980049 0.2 6 1 1 1 +v 2 0.2 4.998005 1 1 1 +v 2 -1.707772E-14 4.998005 1 1 1 +v 1.499002 0.2 5.132247 1 1 1 +v 1.132247 0.2 5.499002 1 1 1 +v 1.499002 -1.635581E-14 5.132247 1 1 1 +v 1.132247 -1.635581E-14 5.499002 1 1 1 +v -9.6 3 1.999999 1 1 1 +v -9.6 0.9 1.999999 1 1 1 +v -10 3 1.999999 1 1 1 +v -10 0.9 1.999999 1 1 1 +v -10 0.9 1.599999 1 1 1 +v -10 3 1.599999 1 1 1 +v -9.65359 0.9 1.799999 1 1 1 +v -9.65359 3 1.799999 1 1 1 +v -9.8 0.9 1.653589 1 1 1 +v -9.8 3 1.653589 1 1 1 +v -10 -1.707772E-14 2 1 1 1 +v -10 -1.707772E-14 0.9980048 1 1 1 +v -10 0.2 2 1 1 1 +v -10 0.2 0.9980048 1 1 1 +v -8.998005 0.2 2 1 1 1 +v -8.998005 -1.707772E-14 2 1 1 1 +v -9.132247 0.2 1.499002 1 1 1 +v -9.499002 0.2 1.132247 1 1 1 +v -9.132247 -1.635581E-14 1.499002 1 1 1 +v -9.499002 -1.635581E-14 1.132247 1 1 1 +v -10 3 -1.599999 1 1 1 +v -10 0.9 -1.599999 1 1 1 +v -10 3 -1.999999 1 1 1 +v -10 0.9 -1.999999 1 1 1 +v -9.6 0.9 -1.999999 1 1 1 +v -9.6 3 -1.999999 1 1 1 +v -9.8 0.9 -1.653589 1 1 1 +v -9.8 3 -1.653589 1 1 1 +v -9.65359 0.9 -1.799999 1 1 1 +v -9.65359 3 -1.799999 1 1 1 +v -10 -1.671676E-14 -2 1 1 1 +v -8.998005 -1.671676E-14 -2 1 1 1 +v -8.998005 0.2 -2 1 1 1 +v -10 0.2 -0.9980049 1 1 1 +v -10 -1.671676E-14 -0.9980049 1 1 1 +v -9.499002 0.2 -1.132247 1 1 1 +v -9.132247 0.2 -1.499002 1 1 1 +v -9.499002 -1.599485E-14 -1.132247 1 1 1 +v -9.132247 -1.599485E-14 -1.499002 1 1 1 +v 9.6 3 -1.999999 1 1 1 +v 9.6 0.9 -1.999999 1 1 1 +v 10 3 -1.999999 1 1 1 +v 10 0.9 -1.999999 1 1 1 +v 10 0.9 -1.599999 1 1 1 +v 10 3 -1.599999 1 1 1 +v 9.65359 0.9 -1.799999 1 1 1 +v 9.65359 3 -1.799999 1 1 1 +v 9.8 0.9 -1.653589 1 1 1 +v 9.8 3 -1.653589 1 1 1 +v 10 -1.707772E-14 -2 1 1 1 +v 10 -1.707772E-14 -0.9980049 1 1 1 +v 10 0.2 -0.9980049 1 1 1 +v 8.998005 0.2 -2 1 1 1 +v 8.998005 -1.707772E-14 -2 1 1 1 +v 9.132247 0.2 -1.499002 1 1 1 +v 9.499002 0.2 -1.132247 1 1 1 +v 9.132247 -1.635581E-14 -1.499002 1 1 1 +v 9.499002 -1.635581E-14 -1.132247 1 1 1 +v 10 3 1.599999 1 1 1 +v 10 0.9 1.599999 1 1 1 +v 10 3 1.999999 1 1 1 +v 10 0.9 1.999999 1 1 1 +v 9.6 0.9 1.999999 1 1 1 +v 9.6 3 1.999999 1 1 1 +v 9.8 0.9 1.653589 1 1 1 +v 9.8 3 1.653589 1 1 1 +v 9.65359 0.9 1.799999 1 1 1 +v 9.65359 3 1.799999 1 1 1 +v 10 -1.671676E-14 2 1 1 1 +v 8.998005 -1.671676E-14 2 1 1 1 +v 8.998005 0.2 2 1 1 1 +v 10 0.2 0.9980049 1 1 1 +v 10 -1.671676E-14 0.9980049 1 1 1 +v 9.499002 0.2 1.132247 1 1 1 +v 9.132247 0.2 1.499002 1 1 1 +v 9.499002 -1.599485E-14 1.132247 1 1 1 +v 9.132247 -1.599485E-14 1.499002 1 1 1 +v -2 3 -5.599999 1 1 1 +v -2 0.9 -5.599999 1 1 1 +v -2 3 -5.999999 1 1 1 +v -2 0.9 -5.999999 1 1 1 +v -1.6 0.9 -5.999999 1 1 1 +v -1.6 3 -5.999999 1 1 1 +v -1.8 0.9 -5.653589 1 1 1 +v -1.8 3 -5.653589 1 1 1 +v -1.65359 0.9 -5.799999 1 1 1 +v -1.65359 3 -5.799999 1 1 1 +v -2 -1.707772E-14 -6 1 1 1 +v -0.9980049 -1.707772E-14 -6 1 1 1 +v -0.9980049 0.2 -6 1 1 1 +v -2 0.2 -4.998005 1 1 1 +v -2 -1.707772E-14 -4.998005 1 1 1 +v -1.499002 0.2 -5.132247 1 1 1 +v -1.132247 0.2 -5.499002 1 1 1 +v -1.499002 -1.635581E-14 -5.132247 1 1 1 +v -1.132247 -1.635581E-14 -5.499002 1 1 1 +v 1.6 3 -5.999999 1 1 1 +v 1.6 0.9 -5.999999 1 1 1 +v 2 3 -6 1 1 1 +v 2 0.9 -5.599999 1 1 1 +v 2 3 -5.599999 1 1 1 +v 1.65359 0.9 -5.799999 1 1 1 +v 1.65359 3 -5.799999 1 1 1 +v 1.8 0.9 -5.653589 1 1 1 +v 1.8 3 -5.653589 1 1 1 +v 2 -1.671676E-14 -6 1 1 1 +v 2 -1.671676E-14 -4.998005 1 1 1 +v 2 0.2 -4.998005 1 1 1 +v 0.9980048 0.2 -6 1 1 1 +v 0.9980048 -1.671676E-14 -6 1 1 1 +v 1.132247 0.2 -5.499002 1 1 1 +v 1.499002 0.2 -5.132247 1 1 1 +v 1.132247 -1.599485E-14 -5.499002 1 1 1 +v 1.499002 -1.599485E-14 -5.132247 1 1 1 +v -6 3 6 1 1 1 +v -7.530734 3 5.695518 1 1 1 +v -6 3 5.6 1 1 1 +v -7.377661 3 5.325967 1 1 1 +v -8.828427 3 4.828427 1 1 1 +v -8.545585 3 4.545585 1 1 1 +v -9.695518 3 3.530734 1 1 1 +v -9.325966 3 3.37766 1 1 1 +v -10 3 2 1 1 1 +v -9.6 3 2 1 1 1 +v -6 0.9 5.6 1 1 1 +v -7.377661 0.9 5.325967 1 1 1 +v -8.545585 0.9 4.545585 1 1 1 +v -9.325966 0.9 3.37766 1 1 1 +v -9.6 0.9 2 1 1 1 +v -6 0 4.998005 1 1 1 +v -7.530734 0 5.695518 1 1 1 +v -7.147287 0 4.769795 1 1 1 +v -9.695518 0 3.530734 1 1 1 +v -8.119909 0 4.11991 1 1 1 +v -8.769795 0 3.147287 1 1 1 +v -8.998005 0 2 1 1 1 +v -6 0.2 4.998005 1 1 1 +v -7.147287 0.2 4.769795 1 1 1 +v -8.119909 0.2 4.11991 1 1 1 +v -8.769795 0.2 3.147287 1 1 1 +v -8.998005 0.2 2 1 1 1 +v -7.539527 0.2 4.483708 1 1 1 +v -7.539527 0 4.483708 1 1 1 +v -7.91916 0.2 4.992029 1 1 1 +v -7.91916 0 4.992029 1 1 1 +v -8.298758 0 3.526625 1 1 1 +v -7.838695 0 3.838695 1 1 1 +v -8.298758 0.2 3.526625 1 1 1 +v -7.838695 0.2 3.838695 1 1 1 +v -7.526624 0 4.298758 1 1 1 +v -7.526624 0.2 4.298758 1 1 1 +v -8.483707 0 3.539528 1 1 1 +v -8.483707 0.2 3.539528 1 1 1 +v -8.992029 0 3.91916 1 1 1 +v -8.992029 0.2 3.91916 1 1 1 +v -9.23671 1.509087 3.511242 1 1 1 +v -9.022588 1.509087 3.831699 1 1 1 +v -9.195136 1.509087 3.483464 1 1 1 +v -8.981014 1.509087 3.803921 1 1 1 +v -9.022588 1.809087 3.831699 1 1 1 +v -9.23671 1.809087 3.511242 1 1 1 +v -8.981014 1.809087 3.803921 1 1 1 +v -9.195136 1.809087 3.483464 1 1 1 +v -8.953236 1.559087 3.845494 1 1 1 +v -8.994809 1.559087 3.873273 1 1 1 +v -8.953236 1.759087 3.845494 1 1 1 +v -8.994809 1.759087 3.873273 1 1 1 +v -9.264488 1.559087 3.469669 1 1 1 +v -9.222915 1.559087 3.44189 1 1 1 +v -9.264488 1.759087 3.469669 1 1 1 +v -9.222915 1.759087 3.44189 1 1 1 +v -9.472848 2.236932 2.639235 1 1 1 +v -9.397658 2.236932 3.01724 1 1 1 +v -9.423809 2.236932 2.629481 1 1 1 +v -9.348619 2.236932 3.007485 1 1 1 +v -9.397658 2.536932 3.01724 1 1 1 +v -9.472848 2.536932 2.639235 1 1 1 +v -9.348619 2.536932 3.007485 1 1 1 +v -9.423809 2.536932 2.629481 1 1 1 +v -9.338864 2.286932 3.056525 1 1 1 +v -9.387904 2.286932 3.066279 1 1 1 +v -9.338864 2.486932 3.056525 1 1 1 +v -9.387904 2.486932 3.066279 1 1 1 +v -9.482602 2.286932 2.590196 1 1 1 +v -9.433563 2.286932 2.580441 1 1 1 +v -9.482602 2.486932 2.590196 1 1 1 +v -9.433563 2.486932 2.580441 1 1 1 +v -9.534066 1.759764 2.331469 1 1 1 +v -9.458877 1.759764 2.709474 1 1 1 +v -9.485027 1.759764 2.321715 1 1 1 +v -9.409838 1.759764 2.699719 1 1 1 +v -9.458877 2.059764 2.709474 1 1 1 +v -9.534066 2.059764 2.331469 1 1 1 +v -9.409838 2.059764 2.699719 1 1 1 +v -9.485027 2.059764 2.321715 1 1 1 +v -9.400083 1.809764 2.748759 1 1 1 +v -9.449122 1.809764 2.758513 1 1 1 +v -9.400083 2.009764 2.748759 1 1 1 +v -9.449122 2.009764 2.758513 1 1 1 +v -9.54382 1.809764 2.28243 1 1 1 +v -9.494781 1.809764 2.272676 1 1 1 +v -9.54382 2.009764 2.28243 1 1 1 +v -9.494781 2.009764 2.272676 1 1 1 +v -6.925667 1.55972 5.415874 1 1 1 +v -6.547663 1.55972 5.491063 1 1 1 +v -6.915913 1.55972 5.366834 1 1 1 +v -6.537908 1.55972 5.442024 1 1 1 +v -6.925667 1.85972 5.415874 1 1 1 +v -6.915913 1.85972 5.366834 1 1 1 +v -6.547663 1.85972 5.491063 1 1 1 +v -6.537908 1.85972 5.442024 1 1 1 +v -6.488869 1.60972 5.451778 1 1 1 +v -6.498623 1.60972 5.500818 1 1 1 +v -6.488869 1.80972 5.451778 1 1 1 +v -6.498623 1.80972 5.500818 1 1 1 +v -6.974707 1.60972 5.406119 1 1 1 +v -6.964952 1.60972 5.35708 1 1 1 +v -6.974707 1.80972 5.406119 1 1 1 +v -6.964952 1.80972 5.35708 1 1 1 +v -10 3 -2 1 1 1 +v -9.695518 3 -3.530734 1 1 1 +v -9.6 3 -2 1 1 1 +v -9.325966 3 -3.377661 1 1 1 +v -8.828427 3 -4.828427 1 1 1 +v -8.545585 3 -4.545585 1 1 1 +v -7.530734 3 -5.695518 1 1 1 +v -7.37766 3 -5.325966 1 1 1 +v -6 3 -6 1 1 1 +v -6 3 -5.6 1 1 1 +v -9.6 0.9 -2 1 1 1 +v -9.325966 0.9 -3.377661 1 1 1 +v -8.545585 0.9 -4.545585 1 1 1 +v -7.37766 0.9 -5.325966 1 1 1 +v -6 0.9 -5.6 1 1 1 +v -8.998005 0 -2 1 1 1 +v -9.695518 0 -3.530734 1 1 1 +v -8.769795 0 -3.147287 1 1 1 +v -7.530734 0 -5.695518 1 1 1 +v -8.119909 0 -4.11991 1 1 1 +v -7.147287 0 -4.769795 1 1 1 +v -6 0 -4.998005 1 1 1 +v -8.769795 0.2 -3.147287 1 1 1 +v -8.119909 0.2 -4.11991 1 1 1 +v -7.147287 0.2 -4.769795 1 1 1 +v -6 0.2 -4.998005 1 1 1 +v -8.483707 0.2 -3.539528 1 1 1 +v -8.483707 0 -3.539528 1 1 1 +v -8.992028 0.2 -3.91916 1 1 1 +v -8.992028 0 -3.91916 1 1 1 +v -7.526624 0 -4.298758 1 1 1 +v -7.838695 0 -3.838696 1 1 1 +v -7.526624 0.2 -4.298758 1 1 1 +v -7.838695 0.2 -3.838696 1 1 1 +v -8.298758 0 -3.526625 1 1 1 +v -8.298758 0.2 -3.526625 1 1 1 +v -7.539527 0 -4.483708 1 1 1 +v -7.539527 0.2 -4.483708 1 1 1 +v -7.91916 0 -4.992029 1 1 1 +v -7.91916 0.2 -4.992029 1 1 1 +v -7.511242 1.509087 -5.23671 1 1 1 +v -7.831699 1.509087 -5.022587 1 1 1 +v -7.483463 1.509087 -5.195136 1 1 1 +v -7.80392 1.509087 -4.981013 1 1 1 +v -7.831699 1.809087 -5.022587 1 1 1 +v -7.511242 1.809087 -5.23671 1 1 1 +v -7.80392 1.809087 -4.981013 1 1 1 +v -7.483463 1.809087 -5.195136 1 1 1 +v -7.845494 1.559087 -4.953235 1 1 1 +v -7.873272 1.559087 -4.994809 1 1 1 +v -7.845494 1.759087 -4.953235 1 1 1 +v -7.873272 1.759087 -4.994809 1 1 1 +v -7.469668 1.559087 -5.264488 1 1 1 +v -7.44189 1.559087 -5.222915 1 1 1 +v -7.469668 1.759087 -5.264488 1 1 1 +v -7.44189 1.759087 -5.222915 1 1 1 +v -6.639235 2.236932 -5.472848 1 1 1 +v -7.01724 2.236932 -5.397658 1 1 1 +v -6.62948 2.236932 -5.423809 1 1 1 +v -7.007485 2.236932 -5.348619 1 1 1 +v -7.01724 2.536932 -5.397658 1 1 1 +v -6.639235 2.536932 -5.472848 1 1 1 +v -7.007485 2.536932 -5.348619 1 1 1 +v -6.62948 2.536932 -5.423809 1 1 1 +v -7.056524 2.286932 -5.338864 1 1 1 +v -7.066278 2.286932 -5.387904 1 1 1 +v -7.056524 2.486932 -5.338864 1 1 1 +v -7.066278 2.486932 -5.387904 1 1 1 +v -6.590196 2.286932 -5.482603 1 1 1 +v -6.580441 2.286932 -5.433563 1 1 1 +v -6.590196 2.486932 -5.482603 1 1 1 +v -6.580441 2.486932 -5.433563 1 1 1 +v -6.33147 1.759764 -5.534066 1 1 1 +v -6.709475 1.759764 -5.458877 1 1 1 +v -6.321716 1.759764 -5.485027 1 1 1 +v -6.69972 1.759764 -5.409837 1 1 1 +v -6.709475 2.059764 -5.458877 1 1 1 +v -6.33147 2.059764 -5.534066 1 1 1 +v -6.69972 2.059764 -5.409837 1 1 1 +v -6.321716 2.059764 -5.485027 1 1 1 +v -6.74876 1.809764 -5.400083 1 1 1 +v -6.758514 1.809764 -5.449122 1 1 1 +v -6.74876 2.009764 -5.400083 1 1 1 +v -6.758514 2.009764 -5.449122 1 1 1 +v -6.282431 1.809764 -5.543821 1 1 1 +v -6.272676 1.809764 -5.494781 1 1 1 +v -6.282431 2.009764 -5.543821 1 1 1 +v -6.272676 2.009764 -5.494781 1 1 1 +v -9.415874 1.55972 -2.925668 1 1 1 +v -9.491063 1.55972 -2.547663 1 1 1 +v -9.366835 1.55972 -2.915914 1 1 1 +v -9.442024 1.55972 -2.537909 1 1 1 +v -9.415874 1.85972 -2.925668 1 1 1 +v -9.366835 1.85972 -2.915914 1 1 1 +v -9.491063 1.85972 -2.547663 1 1 1 +v -9.442024 1.85972 -2.537909 1 1 1 +v -9.451778 1.60972 -2.48887 1 1 1 +v -9.500818 1.60972 -2.498624 1 1 1 +v -9.451778 1.80972 -2.48887 1 1 1 +v -9.500818 1.80972 -2.498624 1 1 1 +v -9.406118 1.60972 -2.974707 1 1 1 +v -9.35708 1.60972 -2.964953 1 1 1 +v -9.406118 1.80972 -2.974707 1 1 1 +v -9.35708 1.80972 -2.964953 1 1 1 +v 6 3 -6 1 1 1 +v 7.530734 3 -5.695518 1 1 1 +v 6 3 -5.6 1 1 1 +v 7.37766 3 -5.325966 1 1 1 +v 8.828427 3 -4.828427 1 1 1 +v 8.545585 3 -4.545585 1 1 1 +v 9.695518 3 -3.530734 1 1 1 +v 9.325967 3 -3.377661 1 1 1 +v 10 3 -2 1 1 1 +v 9.6 3 -2 1 1 1 +v 6 0.9 -5.6 1 1 1 +v 7.37766 0.9 -5.325966 1 1 1 +v 8.545585 0.9 -4.545585 1 1 1 +v 9.325967 0.9 -3.377661 1 1 1 +v 9.6 0.9 -2 1 1 1 +v 6 0 -4.998005 1 1 1 +v 7.530734 0 -5.695518 1 1 1 +v 7.147286 0 -4.769795 1 1 1 +v 9.695518 0 -3.530734 1 1 1 +v 8.119909 0 -4.11991 1 1 1 +v 8.769795 0 -3.147287 1 1 1 +v 8.998005 0 -2 1 1 1 +v 6 0.2 -4.998005 1 1 1 +v 7.147286 0.2 -4.769795 1 1 1 +v 8.119909 0.2 -4.11991 1 1 1 +v 8.769795 0.2 -3.147287 1 1 1 +v 8.998005 0.2 -2 1 1 1 +v 7.539527 0.2 -4.483708 1 1 1 +v 7.539527 0 -4.483708 1 1 1 +v 7.919159 0.2 -4.992029 1 1 1 +v 7.919159 0 -4.992029 1 1 1 +v 8.298758 0 -3.526625 1 1 1 +v 7.838695 0 -3.838695 1 1 1 +v 8.298758 0.2 -3.526625 1 1 1 +v 7.838695 0.2 -3.838695 1 1 1 +v 7.526624 0 -4.298758 1 1 1 +v 7.526624 0.2 -4.298758 1 1 1 +v 8.483707 0 -3.539528 1 1 1 +v 8.483707 0.2 -3.539528 1 1 1 +v 8.992028 0 -3.919161 1 1 1 +v 8.992028 0.2 -3.919161 1 1 1 +v 9.23671 1.509087 -3.511242 1 1 1 +v 9.022588 1.509087 -3.831699 1 1 1 +v 9.195136 1.509087 -3.483464 1 1 1 +v 8.981014 1.509087 -3.803921 1 1 1 +v 9.022588 1.809087 -3.831699 1 1 1 +v 9.23671 1.809087 -3.511242 1 1 1 +v 8.981014 1.809087 -3.803921 1 1 1 +v 9.195136 1.809087 -3.483464 1 1 1 +v 8.953236 1.559087 -3.845494 1 1 1 +v 8.994809 1.559087 -3.873273 1 1 1 +v 8.953236 1.759087 -3.845494 1 1 1 +v 8.994809 1.759087 -3.873273 1 1 1 +v 9.264488 1.559087 -3.469669 1 1 1 +v 9.222915 1.559087 -3.44189 1 1 1 +v 9.264488 1.759087 -3.469669 1 1 1 +v 9.222915 1.759087 -3.44189 1 1 1 +v 9.472849 2.236932 -2.639235 1 1 1 +v 9.397658 2.236932 -3.01724 1 1 1 +v 9.423809 2.236932 -2.629481 1 1 1 +v 9.348619 2.236932 -3.007485 1 1 1 +v 9.397658 2.536932 -3.01724 1 1 1 +v 9.472849 2.536932 -2.639235 1 1 1 +v 9.348619 2.536932 -3.007485 1 1 1 +v 9.423809 2.536932 -2.629481 1 1 1 +v 9.338865 2.286932 -3.056525 1 1 1 +v 9.387904 2.286932 -3.066279 1 1 1 +v 9.338865 2.486932 -3.056525 1 1 1 +v 9.387904 2.486932 -3.066279 1 1 1 +v 9.482603 2.286932 -2.590196 1 1 1 +v 9.433564 2.286932 -2.580441 1 1 1 +v 9.482603 2.486932 -2.590196 1 1 1 +v 9.433564 2.486932 -2.580441 1 1 1 +v 9.534067 1.759764 -2.331471 1 1 1 +v 9.458877 1.759764 -2.709476 1 1 1 +v 9.485027 1.759764 -2.321717 1 1 1 +v 9.409838 1.759764 -2.699721 1 1 1 +v 9.458877 2.059764 -2.709476 1 1 1 +v 9.534067 2.059764 -2.331471 1 1 1 +v 9.409838 2.059764 -2.699721 1 1 1 +v 9.485027 2.059764 -2.321717 1 1 1 +v 9.400084 1.809764 -2.748761 1 1 1 +v 9.449122 1.809764 -2.758515 1 1 1 +v 9.400084 2.009764 -2.748761 1 1 1 +v 9.449122 2.009764 -2.758515 1 1 1 +v 9.543821 1.809764 -2.282432 1 1 1 +v 9.494782 1.809764 -2.272677 1 1 1 +v 9.543821 2.009764 -2.282432 1 1 1 +v 9.494782 2.009764 -2.272677 1 1 1 +v 6.925667 1.55972 -5.415874 1 1 1 +v 6.547663 1.55972 -5.491063 1 1 1 +v 6.915913 1.55972 -5.366834 1 1 1 +v 6.537908 1.55972 -5.442024 1 1 1 +v 6.925667 1.85972 -5.415874 1 1 1 +v 6.915913 1.85972 -5.366834 1 1 1 +v 6.547663 1.85972 -5.491063 1 1 1 +v 6.537908 1.85972 -5.442024 1 1 1 +v 6.488869 1.60972 -5.451778 1 1 1 +v 6.498623 1.60972 -5.500818 1 1 1 +v 6.488869 1.80972 -5.451778 1 1 1 +v 6.498623 1.80972 -5.500818 1 1 1 +v 6.974707 1.60972 -5.406119 1 1 1 +v 6.964952 1.60972 -5.35708 1 1 1 +v 6.974707 1.80972 -5.406119 1 1 1 +v 6.964952 1.80972 -5.35708 1 1 1 +v 10 3 2 1 1 1 +v 9.695518 3 3.530734 1 1 1 +v 9.6 3 2 1 1 1 +v 9.325966 3 3.37766 1 1 1 +v 8.828427 3 4.828427 1 1 1 +v 8.545585 3 4.545585 1 1 1 +v 7.530734 3 5.695518 1 1 1 +v 7.37766 3 5.325966 1 1 1 +v 6 3 6 1 1 1 +v 6 3 5.6 1 1 1 +v 9.6 0.9 2 1 1 1 +v 9.325966 0.9 3.37766 1 1 1 +v 8.545585 0.9 4.545585 1 1 1 +v 7.37766 0.9 5.325966 1 1 1 +v 6 0.9 5.6 1 1 1 +v 8.998005 0 2 1 1 1 +v 9.695518 0 3.530734 1 1 1 +v 8.769795 0 3.147287 1 1 1 +v 7.530734 0 5.695518 1 1 1 +v 8.119909 0 4.11991 1 1 1 +v 7.147287 0 4.769795 1 1 1 +v 6 0 4.998005 1 1 1 +v 8.769795 0.2 3.147287 1 1 1 +v 8.119909 0.2 4.11991 1 1 1 +v 7.147287 0.2 4.769795 1 1 1 +v 6 0.2 4.998005 1 1 1 +v 8.483707 0.2 3.539528 1 1 1 +v 8.483707 0 3.539528 1 1 1 +v 8.992028 0.2 3.91916 1 1 1 +v 8.992028 0 3.91916 1 1 1 +v 7.526624 0 4.298758 1 1 1 +v 7.838695 0 3.838696 1 1 1 +v 7.526624 0.2 4.298758 1 1 1 +v 7.838695 0.2 3.838696 1 1 1 +v 8.298758 0 3.526625 1 1 1 +v 8.298758 0.2 3.526625 1 1 1 +v 7.539527 0 4.483708 1 1 1 +v 7.539527 0.2 4.483708 1 1 1 +v 7.91916 0 4.992029 1 1 1 +v 7.91916 0.2 4.992029 1 1 1 +v 7.511242 1.509087 5.23671 1 1 1 +v 7.831699 1.509087 5.022587 1 1 1 +v 7.483464 1.509087 5.195136 1 1 1 +v 7.803921 1.509087 4.981013 1 1 1 +v 7.831699 1.809087 5.022587 1 1 1 +v 7.511242 1.809087 5.23671 1 1 1 +v 7.803921 1.809087 4.981013 1 1 1 +v 7.483464 1.809087 5.195136 1 1 1 +v 7.845494 1.559087 4.953235 1 1 1 +v 7.873272 1.559087 4.994809 1 1 1 +v 7.845494 1.759087 4.953235 1 1 1 +v 7.873272 1.759087 4.994809 1 1 1 +v 7.469669 1.559087 5.264488 1 1 1 +v 7.44189 1.559087 5.222915 1 1 1 +v 7.469669 1.759087 5.264488 1 1 1 +v 7.44189 1.759087 5.222915 1 1 1 +v 6.639235 2.236932 5.472848 1 1 1 +v 7.01724 2.236932 5.397658 1 1 1 +v 6.62948 2.236932 5.423809 1 1 1 +v 7.007485 2.236932 5.348619 1 1 1 +v 7.01724 2.536932 5.397658 1 1 1 +v 6.639235 2.536932 5.472848 1 1 1 +v 7.007485 2.536932 5.348619 1 1 1 +v 6.62948 2.536932 5.423809 1 1 1 +v 7.056524 2.286932 5.338864 1 1 1 +v 7.066278 2.286932 5.387904 1 1 1 +v 7.056524 2.486932 5.338864 1 1 1 +v 7.066278 2.486932 5.387904 1 1 1 +v 6.590196 2.286932 5.482603 1 1 1 +v 6.580441 2.286932 5.433563 1 1 1 +v 6.590196 2.486932 5.482603 1 1 1 +v 6.580441 2.486932 5.433563 1 1 1 +v 6.33147 1.759764 5.534066 1 1 1 +v 6.709475 1.759764 5.458877 1 1 1 +v 6.321716 1.759764 5.485027 1 1 1 +v 6.69972 1.759764 5.409837 1 1 1 +v 6.709475 2.059764 5.458877 1 1 1 +v 6.33147 2.059764 5.534066 1 1 1 +v 6.69972 2.059764 5.409837 1 1 1 +v 6.321716 2.059764 5.485027 1 1 1 +v 6.74876 1.809764 5.400083 1 1 1 +v 6.758514 1.809764 5.449122 1 1 1 +v 6.74876 2.009764 5.400083 1 1 1 +v 6.758514 2.009764 5.449122 1 1 1 +v 6.282431 1.809764 5.543821 1 1 1 +v 6.272676 1.809764 5.494781 1 1 1 +v 6.282431 2.009764 5.543821 1 1 1 +v 6.272676 2.009764 5.494781 1 1 1 +v 9.415874 1.55972 2.925668 1 1 1 +v 9.491063 1.55972 2.547663 1 1 1 +v 9.366834 1.55972 2.915914 1 1 1 +v 9.442024 1.55972 2.537909 1 1 1 +v 9.415874 1.85972 2.925668 1 1 1 +v 9.366834 1.85972 2.915914 1 1 1 +v 9.491063 1.85972 2.547663 1 1 1 +v 9.442024 1.85972 2.537909 1 1 1 +v 9.451778 1.60972 2.48887 1 1 1 +v 9.500817 1.60972 2.498624 1 1 1 +v 9.451778 1.80972 2.48887 1 1 1 +v 9.500817 1.80972 2.498624 1 1 1 +v 9.406118 1.60972 2.974707 1 1 1 +v 9.35708 1.60972 2.964953 1 1 1 +v 9.406118 1.80972 2.974707 1 1 1 +v 9.35708 1.80972 2.964953 1 1 1 + +vn 0.7071068 0.5773503 0.4082483 +vn 0.5202672 0.7994348 0.3003764 +vn 0.4082483 0.5773503 -0.7071068 +vn 0.3003764 0.7994348 -0.5202672 +vn -0.4082483 -0.5773503 0.7071068 +vn -0.5202672 -0.7994348 -0.3003764 +vn -0.7071068 -0.5773503 -0.4082483 +vn -0.3003764 -0.7994348 0.5202672 +vn -0.7071068 0.5773503 -0.4082483 +vn -0.5202672 0.7994348 -0.3003764 +vn 0.5202672 -0.7994348 0.3003764 +vn 0.7071068 -0.5773503 0.4082483 +vn -0.4082483 0.5773503 -0.7071068 +vn 0.7071068 0.5773503 -0.4082483 +vn -0.3003764 0.7994348 -0.5202672 +vn 0.5202672 0.7994348 -0.3003764 +vn 0.3003764 -0.7994348 0.5202672 +vn -0.7071068 -0.5773503 0.4082483 +vn 0.4082483 -0.5773503 0.7071068 +vn -0.5202672 -0.7994348 0.3003764 +vn 0.4082483 0.5773503 0.7071068 +vn 0.3003764 0.7994348 0.5202672 +vn -0.3003764 -0.7994348 -0.5202672 +vn -0.4082483 -0.5773503 -0.7071068 +vn 0.6666667 0.3333333 0.6666667 +vn 0.5033765 0.7022992 0.5033765 +vn 0.6666667 0.3333333 -0.6666667 +vn 0.5033765 0.7022992 -0.5033765 +vn -0.6666667 -0.3333333 0.6666667 +vn -0.5033765 -0.7022992 -0.5033765 +vn -0.6666667 -0.3333333 -0.6666667 +vn -0.5033765 -0.7022992 0.5033765 +vn -0.5033765 0.7022992 0.5033765 +vn -0.5033765 0.7022992 -0.5033765 +vn 0.5033765 -0.7022992 0.5033765 +vn 0.5033765 -0.7022992 -0.5033765 +vn -0.6666667 0.3333333 -0.6666667 +vn 0.6666667 -0.3333333 0.6666667 +vn -0.6666667 0.3333333 0.6666667 +vn 0.6666667 -0.3333333 -0.6666667 +vn -0.7071068 0.5773503 0.4082483 +vn -0.5202672 0.7994348 0.3003764 +vn 0.5202672 -0.7994348 -0.3003764 +vn 0.7071068 -0.5773503 -0.4082483 +vn -0.4082483 0.5773503 0.7071068 +vn -0.3003764 0.7994348 0.5202672 +vn 0.4082483 -0.5773503 -0.7071068 +vn 0.3003764 -0.7994348 -0.5202672 +vn -0.4245382 0.9054101 -3.707557E-13 +vn 3.707557E-13 0.9054101 -0.4245382 +vn -3.707557E-13 0.9054101 0.4245382 +vn 0.4245382 0.9054101 3.707557E-13 +vn 3.707557E-13 -0.9054101 -0.4245382 +vn -3.707557E-13 -0.9054101 0.4245382 +vn 0.4245382 -0.9054101 3.707557E-13 +vn -0.4245382 -0.9054101 -3.707557E-13 +vn -5.042088E-13 0.8164966 0.5773503 +vn 0.5773503 0.8164966 5.042088E-13 +vn 5.042088E-13 -0.8164966 -0.5773503 +vn -0.5773503 -0.8164966 -5.042088E-13 +vn -0.2886751 0.8164966 0.5 +vn -0.2122691 0.90541 0.3676609 +vn 0.5 0.8164966 0.2886751 +vn 0.3676609 0.90541 0.2122691 +vn -0.5 -0.8164966 -0.2886751 +vn 0.2122691 -0.90541 -0.3676609 +vn 0.2886751 -0.8164966 -0.5 +vn -0.3676609 -0.90541 -0.2122691 +vn -0.5773503 0.8164966 -5.042088E-13 +vn 0.5773503 -0.8164966 5.042088E-13 +vn 5.042088E-13 0.8164966 -0.5773503 +vn -5.042088E-13 -0.8164966 0.5773503 +vn -0.5 0.8164966 -0.2886751 +vn 0.2886751 0.8164966 -0.5 +vn -0.3676609 0.90541 -0.2122691 +vn 0.2122691 0.90541 -0.3676609 +vn 0.3676609 -0.90541 0.2122691 +vn -0.2886751 -0.8164966 0.5 +vn 0.5 -0.8164966 0.2886751 +vn -0.2122691 -0.90541 0.3676609 +vn 0.09950371 0 0.9950371 +vn -8.733153E-13 0 1 +vn -0.09950371 0 -0.9950371 +vn 8.733153E-13 0 -1 +vn 0 1 0 +vn 0 -1 0 +vn -0.09950371 0 0.9950371 +vn 0.09950371 0 -0.9950371 +vn -1 0 -8.733153E-13 +vn 1 0 8.733153E-13 +vn 0.4245382 0.9054101 0 +vn 0 0.9054101 0.4245382 +vn 0 0.9054101 -0.4245382 +vn -0.4245382 0.9054101 0 +vn 0 -0.9054101 0.4245382 +vn 0 -0.9054101 -0.4245382 +vn -0.4245382 -0.9054101 0 +vn 0.4245382 -0.9054101 0 +vn 0 0.8164966 -0.5773503 +vn -0.5773503 0.8164966 0 +vn 0 -0.8164966 0.5773503 +vn 0.5773503 -0.8164966 0 +vn 0.5773503 0.8164966 0 +vn -0.5773503 -0.8164966 0 +vn 0 0.8164966 0.5773503 +vn 0 -0.8164966 -0.5773503 +vn 0 0 -1 +vn 0 0 1 +vn 1 0 0 +vn -1 0 0 +vn 0.2132007 0.904534 0.3692745 +vn -0.3692745 0.904534 0.2132007 +vn 0.1578553 0.9488556 0.2734133 +vn -0.2734133 0.9488556 0.1578553 +vn -0.1578553 -0.9488556 -0.2734133 +vn 0.3692745 -0.904534 -0.2132007 +vn -0.2132007 -0.904534 -0.3692745 +vn 0.2734133 -0.9488556 -0.1578553 +vn 0.5475281 0.7994348 0.2472184 +vn -0.2472184 0.7994348 0.5475281 +vn 0.2472184 0.7994348 -0.5475281 +vn -0.5475281 0.7994348 -0.2472184 +vn -0.2472184 -0.7994348 0.5475281 +vn 0.2472184 -0.7994348 -0.5475281 +vn -0.5475281 -0.7994348 -0.2472184 +vn 0.5475281 -0.7994348 0.2472184 +vn 0.2734133 0.9488556 -0.1578553 +vn -0.1578553 0.9488556 -0.2734133 +vn 0.1578553 -0.9488556 0.2734133 +vn -0.2734133 -0.9488556 0.1578553 +vn 0.3692745 0.904534 -0.2132007 +vn -0.3692745 -0.904534 0.2132007 +vn -0.2132007 0.904534 -0.3692745 +vn 0.2132007 -0.904534 0.3692745 +vn -0.7441577 0.5773503 -0.3360001 +vn -0.3360001 0.5773503 0.7441577 +vn 0.3360001 -0.5773503 -0.7441577 +vn 0.7441577 -0.5773503 0.3360001 +vn 0.3360001 0.5773503 -0.7441577 +vn -0.3360001 -0.5773503 0.7441577 +vn 0.7441577 0.5773503 0.3360001 +vn -0.7441577 -0.5773503 -0.3360001 +vn 0.4247964 0.7994348 -0.4247964 +vn 0.4247964 0.7994348 0.4247964 +vn -0.4247964 0.7994348 -0.4247964 +vn -0.4247964 0.7994348 0.4247964 +vn 0.4247964 -0.7994348 0.4247964 +vn -0.4247964 -0.7994348 -0.4247964 +vn -0.4247964 -0.7994348 0.4247964 +vn 0.4247964 -0.7994348 -0.4247964 +vn 0.5773503 0.5773503 -0.5773503 +vn 0.5773503 0.5773503 0.5773503 +vn -0.5773503 -0.5773503 -0.5773503 +vn -0.5773503 -0.5773503 0.5773503 +vn -0.5773503 0.5773503 -0.5773503 +vn 0.5773503 -0.5773503 0.5773503 +vn -0.5773503 0.5773503 0.5773503 +vn 0.5773503 -0.5773503 -0.5773503 +vn -1.192093E-07 0 1 +vn 1.192093E-07 0 -1 +vn -1 0 -1.192093E-07 +vn 1 0 1.192093E-07 +vn 0.5000002 0 -0.8660255 +vn 0.2588192 0 -0.9659259 +vn -0.2588192 0 0.9659259 +vn -0.5000002 0 0.8660255 +vn 0.8660256 0 -0.5 +vn -0.8660256 0 0.5 +vn 0.965926 0 -0.2588189 +vn -0.965926 0 0.2588189 +vn -0.8660254 0 -0.5 +vn -0.9659258 0 -0.258819 +vn 0.9659258 0 0.258819 +vn 0.8660254 0 0.5 +vn -0.5 0 -0.8660254 +vn 0.5 0 0.8660254 +vn -0.258819 0 -0.9659258 +vn 0.258819 0 0.9659258 +vn -1 0 -2.853273E-14 +vn 1 0 2.853273E-14 +vn 2.853273E-14 0 -1 +vn -2.853273E-14 0 1 +vn -1.192093E-07 0 -1 +vn 1.192093E-07 0 1 +vn 1 0 -1.192093E-07 +vn -1 0 1.192093E-07 +vn -0.5 0 0.8660256 +vn -0.258819 0 0.965926 +vn 0.258819 0 -0.965926 +vn 0.5 0 -0.8660256 +vn -0.8660255 0 0.5000002 +vn 0.8660255 0 -0.5000002 +vn -0.9659259 0 0.2588192 +vn 0.9659259 0 -0.2588192 +vn -1 0 -1.490097E-08 +vn 1 0 1.490097E-08 +vn 1.490097E-08 0 -1 +vn -1.490097E-08 0 1 +vn -0.7071069 0.5773503 0.4082482 +vn -0.4082482 0.5773503 -0.7071069 +vn -0.5202673 0.7994348 0.3003764 +vn -0.3003764 0.7994348 -0.5202673 +vn 0.5202673 -0.7994348 -0.3003764 +vn 0.4082482 -0.5773503 0.7071069 +vn 0.7071069 -0.5773503 -0.4082482 +vn 0.3003764 -0.7994348 0.5202673 +vn 0.7071068 0.5773503 0.4082484 +vn -0.4082484 0.5773503 0.7071068 +vn 0.5202672 0.7994348 0.3003765 +vn -0.3003765 0.7994348 0.5202672 +vn -0.5202672 -0.7994348 -0.3003765 +vn 0.4082484 -0.5773503 -0.7071068 +vn -0.7071068 -0.5773503 -0.4082484 +vn 0.3003765 -0.7994348 -0.5202672 +vn 0.7071069 0.5773503 -0.4082482 +vn 0.4082482 0.5773503 0.7071069 +vn 0.5202673 0.7994348 -0.3003764 +vn 0.3003764 0.7994348 0.5202673 +vn -0.5202673 -0.7994348 0.3003764 +vn -0.4082482 -0.5773503 -0.7071069 +vn -0.7071069 -0.5773503 0.4082482 +vn -0.3003764 -0.7994348 -0.5202673 +vn -0.5202672 0.7994348 -0.3003765 +vn 0.3003765 0.7994348 -0.5202672 +vn 0.5202672 -0.7994348 0.3003765 +vn -0.3003765 -0.7994348 0.5202672 +vn -0.7071068 0.5773503 -0.4082484 +vn 0.7071068 -0.5773503 0.4082484 +vn 0.4082484 0.5773503 -0.7071068 +vn -0.4082484 -0.5773503 0.7071068 +vn -5.06089E-08 0.9054101 0.4245383 +vn -0.4245383 0.9054101 -5.06089E-08 +vn 0.4245383 0.9054101 5.06089E-08 +vn 5.06089E-08 0.9054101 -0.4245383 +vn -0.4245383 -0.9054101 -5.06089E-08 +vn 0.4245383 -0.9054101 5.06089E-08 +vn 5.06089E-08 -0.9054101 -0.4245383 +vn -5.06089E-08 -0.9054101 0.4245383 +vn -0.5773503 0.8164966 -6.882551E-08 +vn 6.882551E-08 0.8164966 -0.5773503 +vn 0.5773503 -0.8164966 6.882551E-08 +vn -6.882551E-08 -0.8164966 0.5773503 +vn -6.882551E-08 0.8164966 0.5773503 +vn 6.882551E-08 -0.8164966 -0.5773503 +vn 0.5773503 0.8164966 6.882551E-08 +vn -0.5773503 -0.8164966 -6.882551E-08 +vn -0.2886752 0.8164966 0.5 +vn -0.2122692 0.90541 0.3676609 +vn 0.5 0.8164966 0.2886752 +vn 0.3676609 0.90541 0.2122692 +vn -0.5 -0.8164966 -0.2886752 +vn 0.2122692 -0.90541 -0.3676609 +vn 0.2886752 -0.8164966 -0.5 +vn -0.3676609 -0.90541 -0.2122692 +vn 0.2886752 0.8164966 -0.5 +vn 0.2122692 0.90541 -0.3676609 +vn -0.2886752 -0.8164966 0.5 +vn -0.2122692 -0.90541 0.3676609 +vn 0.6666668 0.3333333 -0.6666667 +vn 0.6666667 0.3333333 0.6666668 +vn 0.5033766 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 0.5033766 +vn -0.5033766 -0.7022992 0.5033765 +vn -0.6666667 -0.3333333 -0.6666668 +vn -0.6666668 -0.3333333 0.6666667 +vn -0.5033765 -0.7022992 -0.5033766 +vn -0.5033766 0.7022992 0.5033765 +vn -0.5033765 0.7022992 -0.5033766 +vn 0.5033766 -0.7022992 -0.5033765 +vn 0.5033765 -0.7022992 0.5033766 +vn -0.3676609 0.90541 -0.2122692 +vn -0.5 0.8164966 -0.2886752 +vn 0.5 -0.8164966 0.2886752 +vn 0.3676609 -0.90541 0.2122692 +vn -0.6666668 0.3333333 0.6666667 +vn 0.6666668 -0.3333333 -0.6666667 +vn -0.6666667 0.3333333 -0.6666668 +vn 0.6666667 -0.3333333 0.6666668 +vn 0.1950905 0 -0.9807854 +vn 0.3826836 0 -0.9238796 +vn -0.3826836 0 0.9238796 +vn -0.1950905 0 0.9807854 +vn 0.7071069 0 -0.7071068 +vn -0.7071069 0 0.7071068 +vn 0.9238797 0 -0.3826834 +vn -0.9238797 0 0.3826834 +vn 0.9807854 0 -0.1950902 +vn -0.9807854 0 0.1950902 +vn -0.9807854 0 0.1950902 +vn 0.9807854 0 -0.1950902 +vn -0.4082482 0.5773503 -0.7071068 +vn 0.7071068 0.5773503 -0.4082482 +vn -0.7071068 -0.5773503 0.4082482 +vn 0.4082482 -0.5773503 0.7071068 +vn -0.4082483 0.5773503 0.7071068 +vn -0.7071068 0.5773503 -0.4082483 +vn 0.7071068 -0.5773503 0.4082483 +vn 0.4082483 -0.5773503 -0.7071068 +vn 0.4082482 0.5773503 0.7071068 +vn -0.7071068 0.5773503 0.4082482 +vn 0.7071068 -0.5773503 -0.4082482 +vn -0.4082482 -0.5773503 -0.7071068 +vn 0.4082483 0.5773503 -0.7071068 +vn -0.4082483 -0.5773503 0.7071068 +vn 0.7071068 0.5773503 0.4082483 +vn -0.7071068 -0.5773503 -0.4082483 +vn -0.4245382 0.9054101 -1.003216E-08 +vn 1.003216E-08 0.9054101 -0.4245382 +vn -1.003216E-08 0.9054101 0.4245382 +vn 0.4245382 0.9054101 1.003216E-08 +vn 1.003216E-08 -0.9054101 -0.4245382 +vn -1.003216E-08 -0.9054101 0.4245382 +vn 0.4245382 -0.9054101 1.003216E-08 +vn -0.4245382 -0.9054101 -1.003216E-08 +vn 1.364323E-08 0.8164966 -0.5773503 +vn 0.5773503 0.8164966 1.364323E-08 +vn -1.364323E-08 -0.8164966 0.5773503 +vn -0.5773503 -0.8164966 -1.364323E-08 +vn -0.5773503 0.8164966 -1.364323E-08 +vn 0.5773503 -0.8164966 1.364323E-08 +vn -1.364323E-08 0.8164966 0.5773503 +vn 1.364323E-08 -0.8164966 -0.5773503 +vn -0.3676609 0.90541 -0.2122691 +vn -0.2122691 0.90541 0.3676609 +vn 0.3676609 -0.90541 0.2122691 +vn 0.2122691 -0.90541 -0.3676609 +vn 0.3676609 0.90541 0.2122691 +vn -0.3676609 -0.90541 -0.2122691 +vn 0.2122691 0.90541 -0.3676609 +vn -0.2122691 -0.90541 0.3676609 +vn -2.363076E-08 0 1 +vn 2.363076E-08 0 -1 +vn 0.9807853 0 0.1950904 +vn 0.9238795 0 0.3826835 +vn -0.9238795 0 -0.3826835 +vn -0.9807853 0 -0.1950904 +vn 0.7071068 0 0.7071068 +vn -0.7071068 0 -0.7071068 +vn 0.3826834 0 0.9238795 +vn -0.3826834 0 -0.9238795 +vn 0.1950903 0 0.9807853 +vn -0.1950903 0 -0.9807853 +vn 1 0 2.363076E-08 +vn -1 0 -2.363076E-08 +vn -0.1950903 0 -0.9807853 +vn 0.1950903 0 0.9807853 +vn 0.7071068 0.5773503 -0.4082484 +vn 0.4082484 0.5773503 0.7071068 +vn 0.5202672 0.7994348 -0.3003765 +vn 0.3003765 0.7994348 0.5202672 +vn -0.5202672 -0.7994348 0.3003765 +vn -0.4082484 -0.5773503 -0.7071068 +vn -0.7071068 -0.5773503 0.4082484 +vn -0.3003765 -0.7994348 -0.5202672 +vn -0.7071069 0.5773503 -0.4082482 +vn 0.4082482 0.5773503 -0.7071069 +vn -0.5202673 0.7994348 -0.3003764 +vn 0.3003764 0.7994348 -0.5202673 +vn 0.5202673 -0.7994348 0.3003764 +vn -0.4082482 -0.5773503 0.7071069 +vn 0.7071069 -0.5773503 0.4082482 +vn -0.3003764 -0.7994348 0.5202673 +vn -0.7071068 0.5773503 0.4082484 +vn -0.4082484 0.5773503 -0.7071068 +vn -0.5202672 0.7994348 0.3003765 +vn -0.3003765 0.7994348 -0.5202672 +vn 0.5202672 -0.7994348 -0.3003765 +vn 0.4082484 -0.5773503 0.7071068 +vn 0.7071068 -0.5773503 -0.4082484 +vn 0.3003765 -0.7994348 0.5202672 +vn 0.5202673 0.7994348 0.3003764 +vn -0.3003764 0.7994348 0.5202673 +vn -0.5202673 -0.7994348 -0.3003764 +vn 0.3003764 -0.7994348 -0.5202673 +vn 0.7071069 0.5773503 0.4082482 +vn -0.7071069 -0.5773503 -0.4082482 +vn -0.4082482 0.5773503 0.7071069 +vn 0.4082482 -0.5773503 -0.7071069 +vn -5.06089E-08 0.9054101 -0.4245383 +vn 0.4245383 0.9054101 -5.06089E-08 +vn -0.4245383 0.9054101 5.06089E-08 +vn 5.06089E-08 0.9054101 0.4245383 +vn 0.4245383 -0.9054101 -5.06089E-08 +vn -0.4245383 -0.9054101 5.06089E-08 +vn 5.06089E-08 -0.9054101 0.4245383 +vn -5.06089E-08 -0.9054101 -0.4245383 +vn 0.5773503 0.8164966 -6.882551E-08 +vn 6.882551E-08 0.8164966 0.5773503 +vn -0.5773503 -0.8164966 6.882551E-08 +vn -6.882551E-08 -0.8164966 -0.5773503 +vn -6.882551E-08 0.8164966 -0.5773503 +vn 6.882551E-08 -0.8164966 0.5773503 +vn -0.5773503 0.8164966 6.882551E-08 +vn 0.5773503 -0.8164966 -6.882551E-08 +vn 0.2886751 0.8164966 -0.5000001 +vn 0.2122691 0.90541 -0.3676609 +vn -0.5000001 0.8164966 -0.2886751 +vn -0.3676609 0.90541 -0.2122691 +vn 0.5000001 -0.8164966 0.2886751 +vn -0.2122691 -0.90541 0.3676609 +vn -0.2886751 -0.8164966 0.5000001 +vn 0.3676609 -0.90541 0.2122691 +vn -0.2886751 0.8164966 0.5000001 +vn -0.2122691 0.90541 0.3676609 +vn 0.2886751 -0.8164966 -0.5000001 +vn 0.2122691 -0.90541 -0.3676609 +vn -0.6666667 0.3333333 0.6666668 +vn -0.6666668 0.3333333 -0.6666667 +vn -0.5033765 0.7022992 0.5033766 +vn -0.5033766 0.7022992 -0.5033765 +vn 0.5033765 -0.7022992 -0.5033766 +vn 0.6666668 -0.3333333 0.6666667 +vn 0.6666667 -0.3333333 -0.6666668 +vn 0.5033766 -0.7022992 0.5033765 +vn 0.5033765 0.7022992 -0.5033766 +vn 0.5033766 0.7022992 0.5033765 +vn -0.5033765 -0.7022992 0.5033766 +vn -0.5033766 -0.7022992 -0.5033765 +vn 0.3676609 0.90541 0.2122691 +vn 0.5000001 0.8164966 0.2886751 +vn -0.5000001 -0.8164966 -0.2886751 +vn -0.3676609 -0.90541 -0.2122691 +vn 0.6666667 0.3333333 -0.6666668 +vn -0.6666667 -0.3333333 0.6666668 +vn 0.6666668 0.3333333 0.6666667 +vn -0.6666668 -0.3333333 -0.6666667 +vn -0.1950902 0 0.9807854 +vn -0.3826834 0 0.9238797 +vn 0.3826834 0 -0.9238797 +vn 0.1950902 0 -0.9807854 +vn -0.7071068 0 0.7071069 +vn 0.7071068 0 -0.7071069 +vn -0.9238796 0 0.3826836 +vn 0.9238796 0 -0.3826836 +vn -0.9807854 0 0.1950905 +vn 0.9807854 0 -0.1950905 +vn 0.9807854 0 -0.1950905 +vn -0.9807854 0 0.1950905 +vn -0.9807853 0 -0.1950903 +vn -0.9238795 0 -0.3826834 +vn 0.9238795 0 0.3826834 +vn 0.9807853 0 0.1950903 +vn -0.3826834 0 -0.9238795 +vn 0.3826834 0 0.9238795 +vn -0.1950903 0 -0.9807853 +vn 0.1950903 0 0.9807853 +vn 0.1950903 0 0.9807853 +vn -0.1950903 0 -0.9807853 +vn -0.986394 0 0.164399 +vn 0.986394 0 -0.164399 +vn 0.164399 0 -0.986394 +vn -0.164399 0 0.986394 +vn -0.164399 0 -0.986394 +vn 0.164399 0 0.986394 +vn 0.986394 0 0.164399 +vn -0.986394 0 -0.164399 +vn 0.9992937 -0.03757711 8.726985E-13 +vn 0.985716 -0.03706655 -0.164286 +vn -0.9992937 0.03757711 -8.726985E-13 +vn -0.985716 0.03706655 0.164286 +vn 0.985716 -0.03706655 0.164286 +vn -0.985716 0.03706655 -0.164286 +vn -8.726985E-13 -0.03757711 0.9992937 +vn -0.164286 -0.03706655 0.985716 +vn 8.726985E-13 0.03757711 -0.9992937 +vn 0.164286 0.03706655 -0.985716 +vn -0.164286 -0.03706655 -0.985716 +vn 8.726985E-13 -0.03757711 -0.9992937 +vn 0.164286 0.03706655 0.985716 +vn -8.726985E-13 0.03757711 0.9992937 +vn -0.985716 -0.03706655 0.164286 +vn -0.9992937 -0.03757711 -8.726985E-13 +vn 0.9992937 0.03757711 8.726985E-13 +vn 0.985716 0.03706655 -0.164286 +vn -0.985716 -0.03706655 -0.164286 +vn 0.985716 0.03706655 0.164286 +vn 0.164286 -0.03706655 0.985716 +vn -0.164286 0.03706655 -0.985716 +vn 0.164286 -0.03706655 -0.985716 +vn -0.164286 0.03706655 0.985716 +vn -0.9992937 -0.03757711 0 +vn 0.9992937 0.03757711 0 +vn 0 -0.03757711 -0.9992937 +vn 0 0.03757711 0.9992937 +vn 0 -0.03757711 0.9992937 +vn 0 0.03757711 -0.9992937 +vn 0.9992937 -0.03757711 0 +vn -0.9992937 0.03757711 0 +vn 0 -0.9999999 0 +vn 0 0.9999999 0 +vn 0.8137335 0 0.5812384 +vn 0.7071067 0 0.7071069 +vn -0.7071067 0 -0.7071069 +vn -0.8137335 0 -0.5812384 +vn 0.7071069 0 -0.7071067 +vn 0.8137337 0 -0.5812382 +vn -0.7071069 0 0.7071067 +vn -0.8137337 0 0.5812382 +vn 0.5812384 0 -0.8137335 +vn -0.5812384 0 0.8137335 +vn -0.5812382 0 -0.8137337 +vn 0.5812382 0 0.8137337 +vn 0.7066047 -0.03768034 -0.7066047 +vn 0.8131713 -0.03716837 -0.5808367 +vn -0.7066047 0.03768034 0.7066047 +vn -0.8131713 0.03716837 0.5808367 +vn -0.7066047 -0.03768034 -0.7066047 +vn -0.8131713 -0.03716837 -0.5808367 +vn 0.7066047 0.03768034 0.7066047 +vn 0.8131713 0.03716837 0.5808367 +vn 0.5808367 -0.03716837 -0.8131713 +vn -0.5808367 0.03716837 0.8131713 +vn 0.7066047 -0.03768034 0.7066047 +vn 0.5808367 -0.03716837 0.8131713 +vn -0.7066047 0.03768034 -0.7066047 +vn -0.5808367 0.03716837 -0.8131713 +vn 0.8131713 -0.03716837 0.5808367 +vn -0.8131713 0.03716837 -0.5808367 +vn -0.7066047 -0.03768034 0.7066047 +vn -0.8131713 -0.03716837 0.5808367 +vn 0.7066047 0.03768034 -0.7066047 +vn 0.8131713 0.03716837 -0.5808367 +vn -0.5808367 -0.03716837 0.8131713 +vn 0.5808367 0.03716837 -0.8131713 +vn -0.5808367 -0.03716837 -0.8131713 +vn 0.5808367 0.03716837 0.8131713 +vn -0.5812383 0 0.8137335 +vn -0.7071068 0 0.7071068 +vn 0.7071068 0 -0.7071068 +vn 0.5812383 0 -0.8137335 +vn 0.7071068 0 0.7071068 +vn 0.5812382 0 0.8137336 +vn -0.7071068 0 -0.7071068 +vn -0.5812382 0 -0.8137336 +vn 0.8137335 0 0.5812383 +vn -0.8137335 0 -0.5812383 +vn 0.8137336 0 -0.5812382 +vn -0.8137336 0 0.5812382 +vn 0.7066047 -0.03768034 0.7066046 +vn 0.5808367 -0.03716837 0.8131711 +vn -0.7066047 0.03768034 -0.7066046 +vn -0.5808367 0.03716837 -0.8131711 +vn 0.7066046 -0.03768034 -0.7066047 +vn 0.5808365 -0.03716837 -0.8131713 +vn -0.7066046 0.03768034 0.7066047 +vn -0.5808365 0.03716837 0.8131713 +vn 0.8131713 -0.03716837 0.5808365 +vn -0.8131713 0.03716837 -0.5808365 +vn -0.7066046 -0.03768034 0.7066047 +vn -0.8131711 -0.03716837 0.5808367 +vn 0.7066046 0.03768034 -0.7066047 +vn 0.8131711 0.03716837 -0.5808367 +vn -0.5808365 -0.03716837 0.8131713 +vn 0.5808365 0.03716837 -0.8131713 +vn -0.7066047 -0.03768034 -0.7066046 +vn -0.5808367 -0.03716837 -0.8131711 +vn 0.7066047 0.03768034 0.7066046 +vn 0.5808367 0.03716837 0.8131711 +vn -0.8131713 -0.03716837 -0.5808365 +vn 0.8131713 0.03716837 0.5808365 +vn 0.8131711 -0.03716837 -0.5808367 +vn -0.8131711 0.03716837 0.5808367 +vn -0.8137336 0 -0.5812382 +vn -0.7071069 0 -0.7071068 +vn 0.7071069 0 0.7071068 +vn 0.8137336 0 0.5812382 +vn -0.8137335 0 0.5812383 +vn 0.8137335 0 -0.5812383 +vn -0.5812382 0 0.8137336 +vn 0.5812382 0 -0.8137336 +vn 0.5812383 0 0.8137335 +vn -0.5812383 0 -0.8137335 +vn -0.7066045 -0.03768034 0.7066048 +vn -0.8131711 -0.03716837 0.5808367 +vn 0.7066045 0.03768034 -0.7066048 +vn 0.8131711 0.03716837 -0.5808367 +vn 0.7066048 -0.03768034 0.7066045 +vn 0.8131713 -0.03716837 0.5808365 +vn -0.7066048 0.03768034 -0.7066045 +vn -0.8131713 0.03716837 -0.5808365 +vn -0.5808365 -0.03716837 0.8131713 +vn 0.5808365 0.03716837 -0.8131713 +vn -0.7066048 -0.03768034 -0.7066045 +vn -0.5808367 -0.03716837 -0.8131711 +vn 0.7066048 0.03768034 0.7066045 +vn 0.5808367 0.03716837 0.8131711 +vn -0.8131713 -0.03716837 -0.5808365 +vn 0.8131713 0.03716837 0.5808365 +vn 0.7066045 -0.03768034 -0.7066048 +vn 0.8131711 -0.03716837 -0.5808367 +vn -0.7066045 0.03768034 0.7066048 +vn -0.8131711 0.03716837 0.5808367 +vn 0.5808365 -0.03716837 -0.8131713 +vn -0.5808365 0.03716837 0.8131713 +vn 0.5808367 -0.03716837 0.8131711 +vn -0.5808367 0.03716837 -0.8131711 +vn -0.4575815 0 0.8891677 +vn 0.4575815 0 -0.8891677 +vn -0.8891677 0 0.4575816 +vn -0.986394 0 0.164399 +vn 0.986394 0 -0.164399 +vn 0.8891677 0 -0.4575816 +vn 0.4575816 0 0.8891677 +vn -0.4575816 0 -0.8891677 +vn 0.8891677 0 0.4575815 +vn 0.986394 0 0.164399 +vn -0.986394 0 -0.164399 +vn -0.8891677 0 -0.4575815 +vn 0.09950373 0 0.9950371 +vn -0.09950373 0 -0.9950371 +vn -0.0995037 0 0.9950371 +vn 0.0995037 0 -0.9950371 +vn 0.3807842 -0.9238796 0.03807832 +vn -0.3807842 -0.9238796 -0.03807854 +vn -0.3807842 0.9238796 -0.03807832 +vn 0.3807842 0.9238796 0.03807854 +vn -0.9192945 -0.3826835 -0.0919295 +vn -0.9192945 0.3826835 -0.09192941 +vn 0.9192945 -0.3826835 0.09192941 +vn 0.9192945 0.3826835 0.0919295 +vn -0.09950373 -1.192093E-07 0.9950373 +vn 0.09950373 1.192093E-07 -0.9950373 +vn 0.3807842 -0.9238796 -0.03807854 +vn -0.3807842 -0.9238796 0.03807832 +vn -0.3807842 0.9238796 0.03807854 +vn 0.3807842 0.9238796 -0.03807832 +vn -0.9192945 -0.3826835 0.09192941 +vn -0.9192945 0.3826835 0.0919295 +vn 0.9192945 -0.3826835 -0.0919295 +vn 0.9192945 0.3826835 -0.09192941 +vn 0.09950373 -1.192093E-07 0.9950373 +vn -0.09950373 1.192093E-07 -0.9950373 +vn -0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 -0.9238796 0.03807854 +vn 0.3807842 0.9238796 0.03807832 +vn -0.3807842 0.9238796 -0.03807854 +vn 0.9192945 -0.3826835 0.0919295 +vn 0.9192945 0.3826835 0.09192941 +vn -0.9192945 -0.3826835 -0.09192941 +vn -0.9192945 0.3826835 -0.0919295 +vn 0.09950373 -1.192093E-07 -0.9950373 +vn -0.09950373 1.192093E-07 0.9950373 +vn -0.3807842 -0.9238796 0.03807854 +vn 0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 0.9238796 -0.03807854 +vn -0.3807842 0.9238796 0.03807832 +vn 0.9192945 -0.3826835 -0.09192941 +vn 0.9192945 0.3826835 -0.0919295 +vn -0.9192945 -0.3826835 0.0919295 +vn -0.9192945 0.3826835 0.09192941 +vn -0.09950373 -1.192093E-07 -0.9950373 +vn 0.09950373 1.192093E-07 0.9950373 +vn 0.8660256 0 -0.4999999 +vn -0.8660256 0 0.4999999 +vn -0.5 0 -0.8660254 +vn 0.5 0 0.8660254 +vn -0.8660255 0 0.5000001 +vn 0.8660255 0 -0.5000001 +vn 0.9374504 0 0.3481188 +vn 0.8012154 0 0.598376 +vn -0.8012154 0 -0.598376 +vn -0.9374504 0 -0.3481188 +vn 0.2601589 0 -0.9655658 +vn 0.7071068 0 -0.7071068 +vn -0.2601589 0 0.9655658 +vn -0.7071068 0 0.7071068 +vn 0.9655658 0 -0.2601589 +vn -0.9655658 0 0.2601589 +vn -0.3481188 0 -0.9374504 +vn -0.598376 0 -0.8012154 +vn 0.598376 0 0.8012154 +vn 0.3481188 0 0.9374504 +vn -0.2126075 -0.9238795 -0.3181897 +vn 0.2126075 -0.9238795 0.3181897 +vn 0.2126075 0.9238795 0.3181897 +vn -0.2126075 0.9238795 -0.3181897 +vn 0.5132799 -0.3826834 0.7681779 +vn 0.5132799 0.3826834 0.7681779 +vn -0.5132799 -0.3826834 -0.7681779 +vn -0.5132799 0.3826834 -0.7681779 +vn 0.8314697 0 -0.5555702 +vn -0.8314697 0 0.5555702 +vn -0.07465779 -0.9238795 -0.3753303 +vn 0.07465779 -0.9238795 0.3753303 +vn 0.07465779 0.9238795 0.3753303 +vn -0.07465779 0.9238795 -0.3753303 +vn 0.1802399 -0.3826834 0.9061275 +vn 0.1802399 0.3826834 0.9061275 +vn -0.1802399 -0.3826834 -0.9061275 +vn -0.1802399 0.3826834 -0.9061275 +vn -0.3753303 -0.9238795 -0.07465785 +vn 0.3753303 -0.9238795 0.07465785 +vn 0.3753303 0.9238795 0.07465785 +vn -0.3753303 0.9238795 -0.07465785 +vn 0.9061275 -0.3826834 0.18024 +vn 0.9061275 0.3826834 0.18024 +vn -0.9061275 -0.3826834 -0.18024 +vn -0.9061275 0.3826834 -0.18024 +vn 0.1950904 0 -0.9807854 +vn -0.1950904 0 0.9807854 +vn -0.3481187 0 0.9374505 +vn -0.5983759 0 0.8012155 +vn 0.5983759 0 -0.8012155 +vn 0.3481187 0 -0.9374505 +vn 0.9655658 0 0.2601588 +vn 0.7071069 0 0.7071067 +vn -0.9655658 0 -0.2601588 +vn -0.7071069 0 -0.7071067 +vn 0.260159 0 0.9655658 +vn -0.260159 0 -0.9655658 +vn 0.9374504 0 -0.3481189 +vn 0.8012154 0 -0.5983762 +vn -0.8012154 0 0.5983762 +vn -0.9374504 0 0.3481189 +vn 0.3181896 -0.9238795 -0.2126075 +vn -0.3181896 -0.9238795 0.2126075 +vn -0.3181896 0.9238795 0.2126075 +vn 0.3181896 0.9238795 -0.2126075 +vn -0.7681777 -0.3826834 0.51328 +vn -0.7681777 0.3826834 0.51328 +vn 0.7681777 -0.3826834 -0.51328 +vn 0.7681777 0.3826834 -0.51328 +vn 0.5555702 0 0.8314695 +vn -0.5555702 0 -0.8314695 +vn 0.3753302 -0.9238795 -0.07465781 +vn -0.3753302 -0.9238795 0.07465781 +vn -0.3753302 0.9238795 0.07465781 +vn 0.3753302 0.9238795 -0.07465781 +vn -0.9061273 -0.3826834 0.1802399 +vn -0.9061273 0.3826834 0.1802399 +vn 0.9061273 -0.3826834 -0.1802399 +vn 0.9061273 0.3826834 -0.1802399 +vn 0.07465781 -0.9238795 -0.3753303 +vn -0.07465781 -0.9238795 0.3753303 +vn -0.07465781 0.9238795 0.3753303 +vn 0.07465781 0.9238795 -0.3753303 +vn -0.1802399 -0.3826834 0.9061274 +vn -0.1802399 0.3826834 0.9061274 +vn 0.1802399 -0.3826834 -0.9061274 +vn 0.1802399 0.3826834 -0.9061274 +vn 0.9807853 0 0.1950903 +vn -0.9807853 0 -0.1950903 +vn -0.9374505 0 -0.3481186 +vn -0.8012155 0 -0.5983759 +vn 0.8012155 0 0.5983759 +vn 0.9374505 0 0.3481186 +vn -0.2601586 0 0.9655659 +vn -0.7071066 0 0.7071069 +vn 0.2601586 0 -0.9655659 +vn 0.7071066 0 -0.7071069 +vn -0.9655658 0 0.2601591 +vn 0.9655658 0 -0.2601591 +vn 0.3481191 0 0.9374504 +vn 0.5983763 0 0.8012152 +vn -0.5983763 0 -0.8012152 +vn -0.3481191 0 -0.9374504 +vn 0.2126076 -0.9238795 0.3181897 +vn -0.2126076 -0.9238795 -0.3181897 +vn -0.2126076 0.9238795 -0.3181897 +vn 0.2126076 0.9238795 0.3181897 +vn -0.5132802 -0.3826834 -0.7681777 +vn -0.5132802 0.3826834 -0.7681777 +vn 0.5132802 -0.3826834 0.7681777 +vn 0.5132802 0.3826834 0.7681777 +vn -0.8314696 0 0.5555704 +vn 0.8314696 0 -0.5555704 +vn 0.07465789 -0.9238795 0.3753303 +vn -0.07465789 -0.9238795 -0.3753303 +vn -0.07465789 0.9238795 -0.3753303 +vn 0.07465789 0.9238795 0.3753303 +vn -0.1802401 -0.3826834 -0.9061275 +vn -0.1802401 0.3826834 -0.9061275 +vn 0.1802401 -0.3826834 0.9061275 +vn 0.1802401 0.3826834 0.9061275 +vn 0.3753303 -0.9238795 0.07465776 +vn -0.3753303 -0.9238795 -0.07465776 +vn -0.3753303 0.9238795 -0.07465776 +vn 0.3753303 0.9238795 0.07465776 +vn -0.9061275 -0.3826834 -0.1802398 +vn -0.9061275 0.3826834 -0.1802398 +vn 0.9061275 -0.3826834 0.1802398 +vn 0.9061275 0.3826834 0.1802398 +vn -0.1950902 0 0.9807854 +vn 0.1950902 0 -0.9807854 +vn -0.3753302 -0.9238795 0.07465783 +vn 0.3753302 -0.9238795 -0.07465783 +vn 0.3753302 0.9238795 -0.07465783 +vn -0.3753302 0.9238795 0.07465783 +vn 0.9061273 -0.3826834 -0.1802399 +vn 0.9061273 0.3826834 -0.1802399 +vn -0.9061273 -0.3826834 0.1802399 +vn -0.9061273 0.3826834 0.1802399 +vn -0.07465779 -0.9238795 0.3753303 +vn 0.07465779 -0.9238795 -0.3753303 +vn 0.07465779 0.9238795 -0.3753303 +vn -0.07465779 0.9238795 0.3753303 +vn 0.1802399 -0.3826834 -0.9061274 +vn 0.1802399 0.3826834 -0.9061274 +vn -0.1802399 -0.3826834 0.9061274 +vn -0.1802399 0.3826834 0.9061274 +vn -0.9807853 0 -0.1950902 +vn 0.9807853 0 0.1950902 + +vt 0.09375 0.025 +vt 0.09375 0.065 +vt 0.09375 0.105 +vt 0.09375 0.225 +vt 0.09375 0.045 +vt 0.21875 0.225 +vt 0.21875 0.145 +vt 0.21875 0.075 +vt 0.21875 0.175 +vt 0.21875 0.185 +vt 0.21875 0.165 +vt 0.34375 0.025 +vt 0.34375 0.105 +vt 0.34375 0.225 +vt 0.34375 0.1638381 +vt 0.34375 0.1828858 +vt 0.34375 0.1590762 +vt 0.34375 0.1876477 +vt 0.34375 0.1390029 +vt 0.34375 0.134241 +vt 0.34375 0.1151934 +vt 0.34375 0.1104315 +vt 0.34375 0.07863793 +vt 0.34375 0.09768555 +vt 0.34375 0.1024475 +vt 0.34375 0.07387602 +vt 0.34375 0.075 +vt 0.34375 0.175 + +usemtl colormap + +f 3/1/3 2/2/2 1/1/1 +f 2/2/2 3/1/3 4/2/4 +f 1/1/7 2/2/6 3/1/5 +f 4/2/8 3/1/5 2/2/6 +f 6/2/10 3/1/3 5/1/9 +f 3/1/3 6/2/10 4/2/4 +f 5/1/12 3/1/5 6/2/11 +f 4/2/8 6/2/11 3/1/5 +f 9/3/15 8/1/14 7/1/13 +f 8/1/14 9/3/15 10/3/16 +f 7/1/19 8/1/18 9/3/17 +f 10/3/20 9/3/17 8/1/18 +f 8/1/14 12/3/22 11/1/21 +f 12/3/22 8/1/14 10/3/16 +f 11/1/24 12/3/23 8/1/18 +f 10/3/20 8/1/18 12/3/23 +f 15/1/27 14/3/26 13/1/25 +f 14/3/26 15/1/27 16/3/28 +f 13/1/31 14/3/30 15/1/29 +f 16/3/32 15/1/29 14/3/30 +f 14/3/26 18/3/34 17/3/33 +f 18/3/34 14/3/26 16/3/28 +f 17/3/36 18/3/35 14/3/30 +f 16/3/32 14/3/30 18/3/35 +f 18/3/34 15/1/27 19/1/37 +f 15/1/27 18/3/34 16/3/28 +f 19/1/38 15/1/29 18/3/35 +f 16/3/32 18/3/35 15/1/29 +f 14/3/26 20/1/39 13/1/25 +f 20/1/39 14/3/26 17/3/33 +f 13/1/31 20/1/40 14/3/30 +f 17/3/36 14/3/30 20/1/40 +f 17/3/33 19/1/37 20/1/39 +f 19/1/37 17/3/33 18/3/34 +f 20/1/40 19/1/38 17/3/36 +f 18/3/35 17/3/36 19/1/38 +f 22/3/42 7/1/13 21/1/41 +f 7/1/13 22/3/42 9/3/15 +f 21/1/44 7/1/19 22/3/43 +f 9/3/17 22/3/43 7/1/19 +f 2/2/2 23/1/45 1/1/1 +f 23/1/45 2/2/2 24/2/46 +f 1/1/7 23/1/47 2/2/6 +f 24/2/48 2/2/6 23/1/47 +f 12/3/22 21/1/41 11/1/21 +f 21/1/41 12/3/22 22/3/42 +f 11/1/24 21/1/44 12/3/23 +f 22/3/43 12/3/23 21/1/44 +f 12/3/22 9/3/15 22/3/42 +f 9/3/15 12/3/22 10/3/16 +f 22/3/43 9/3/17 12/3/23 +f 10/3/20 12/3/23 9/3/17 +f 27/2/51 26/2/50 25/2/49 +f 26/2/50 27/2/51 28/2/52 +f 25/2/55 26/2/54 27/2/53 +f 28/2/56 27/2/53 26/2/54 +f 24/2/46 4/2/4 6/2/10 +f 4/2/4 24/2/46 2/2/2 +f 6/2/11 4/2/8 24/2/48 +f 2/2/6 24/2/48 4/2/8 +f 29/1/57 28/2/52 27/2/51 +f 28/2/52 29/1/57 30/1/58 +f 27/2/53 28/2/56 29/1/59 +f 30/1/60 29/1/59 28/2/56 +f 33/1/63 32/2/62 31/1/61 +f 32/2/62 33/1/63 34/2/64 +f 31/1/67 32/2/66 33/1/65 +f 34/2/68 33/1/65 32/2/66 +f 29/1/57 25/2/49 35/1/69 +f 25/2/49 29/1/57 27/2/51 +f 35/1/70 25/2/55 29/1/59 +f 27/2/53 29/1/59 25/2/55 +f 28/2/52 36/1/71 26/2/50 +f 36/1/71 28/2/52 30/1/58 +f 26/2/54 36/1/72 28/2/56 +f 30/1/60 28/2/56 36/1/72 +f 39/2/75 38/1/74 37/1/73 +f 38/1/74 39/2/75 40/2/76 +f 37/1/79 38/1/78 39/2/77 +f 40/2/80 39/2/77 38/1/78 +f 25/2/49 36/1/71 35/1/69 +f 36/1/71 25/2/49 26/2/50 +f 35/1/70 36/1/72 25/2/55 +f 26/2/54 25/2/55 36/1/72 +f 31/1/61 39/2/75 37/1/73 +f 39/2/75 31/1/61 32/2/62 +f 37/1/79 39/2/77 31/1/67 +f 32/2/66 31/1/67 39/2/77 +f 34/2/64 38/1/74 40/2/76 +f 38/1/74 34/2/64 33/1/63 +f 40/2/80 38/1/78 34/2/68 +f 33/1/65 34/2/68 38/1/78 +f 32/2/62 40/2/76 39/2/75 +f 40/2/76 32/2/62 34/2/64 +f 39/2/77 40/2/80 32/2/66 +f 34/2/68 32/2/66 40/2/80 +f 24/2/46 5/1/9 23/1/45 +f 5/1/9 24/2/46 6/2/10 +f 23/1/47 5/1/12 24/2/48 +f 6/2/11 24/2/48 5/1/12 +f 43/4/81 42/1/82 41/1/81 +f 42/1/82 43/4/81 44/4/82 +f 41/1/83 42/1/84 43/4/83 +f 44/4/84 43/4/83 42/1/84 +f 47/4/85 46/4/85 45/4/85 +f 46/4/85 47/4/85 44/4/85 +f 46/4/85 44/4/85 43/4/85 +f 45/4/86 46/4/86 47/4/86 +f 44/4/86 47/4/86 46/4/86 +f 43/4/86 44/4/86 46/4/86 +f 45/4/84 49/1/84 48/1/84 +f 49/1/84 45/4/84 46/4/84 +f 48/1/82 49/1/82 45/4/82 +f 46/4/82 45/4/82 49/1/82 +f 44/4/82 50/1/87 42/1/82 +f 50/1/87 44/4/82 47/4/87 +f 42/1/84 50/1/88 44/4/84 +f 47/4/88 44/4/84 50/1/88 +f 45/4/89 50/1/89 47/4/89 +f 50/1/89 45/4/89 48/1/89 +f 47/4/90 50/1/90 45/4/90 +f 48/1/90 45/4/90 50/1/90 +f 49/1/90 43/4/90 41/1/90 +f 43/4/90 49/1/90 46/4/90 +f 41/1/89 43/4/89 49/1/89 +f 46/4/89 49/1/89 43/4/89 +f 53/1/3 52/2/2 51/1/1 +f 52/2/2 53/1/3 54/2/4 +f 51/1/7 52/2/6 53/1/5 +f 54/2/8 53/1/5 52/2/6 +f 56/2/10 53/1/3 55/1/9 +f 53/1/3 56/2/10 54/2/4 +f 55/1/12 53/1/5 56/2/11 +f 54/2/8 56/2/11 53/1/5 +f 59/3/15 58/1/14 57/1/13 +f 58/1/14 59/3/15 60/3/16 +f 57/1/19 58/1/18 59/3/17 +f 60/3/20 59/3/17 58/1/18 +f 58/1/14 62/3/22 61/1/21 +f 62/3/22 58/1/14 60/3/16 +f 61/1/24 62/3/23 58/1/18 +f 60/3/20 58/1/18 62/3/23 +f 65/1/27 64/3/26 63/1/25 +f 64/3/26 65/1/27 66/3/28 +f 63/1/31 64/3/30 65/1/29 +f 66/3/32 65/1/29 64/3/30 +f 64/3/26 68/3/34 67/3/33 +f 68/3/34 64/3/26 66/3/28 +f 67/3/36 68/3/35 64/3/30 +f 66/3/32 64/3/30 68/3/35 +f 68/3/34 65/1/27 69/1/37 +f 65/1/27 68/3/34 66/3/28 +f 69/1/38 65/1/29 68/3/35 +f 66/3/32 68/3/35 65/1/29 +f 64/3/26 70/1/39 63/1/25 +f 70/1/39 64/3/26 67/3/33 +f 63/1/31 70/1/40 64/3/30 +f 67/3/36 64/3/30 70/1/40 +f 67/3/33 69/1/37 70/1/39 +f 69/1/37 67/3/33 68/3/34 +f 70/1/40 69/1/38 67/3/36 +f 68/3/35 67/3/36 69/1/38 +f 72/3/42 57/1/13 71/1/41 +f 57/1/13 72/3/42 59/3/15 +f 71/1/44 57/1/19 72/3/43 +f 59/3/17 72/3/43 57/1/19 +f 52/2/2 73/1/45 51/1/1 +f 73/1/45 52/2/2 74/2/46 +f 51/1/7 73/1/47 52/2/6 +f 74/2/48 52/2/6 73/1/47 +f 62/3/22 71/1/41 61/1/21 +f 71/1/41 62/3/22 72/3/42 +f 61/1/24 71/1/44 62/3/23 +f 72/3/43 62/3/23 71/1/44 +f 62/3/22 59/3/15 72/3/42 +f 59/3/15 62/3/22 60/3/16 +f 72/3/43 59/3/17 62/3/23 +f 60/3/20 62/3/23 59/3/17 +f 77/2/51 76/2/50 75/2/49 +f 76/2/50 77/2/51 78/2/52 +f 75/2/55 76/2/54 77/2/53 +f 78/2/56 77/2/53 76/2/54 +f 74/2/46 54/2/4 56/2/10 +f 54/2/4 74/2/46 52/2/2 +f 56/2/11 54/2/8 74/2/48 +f 52/2/6 74/2/48 54/2/8 +f 79/1/57 78/2/52 77/2/51 +f 78/2/52 79/1/57 80/1/58 +f 77/2/53 78/2/56 79/1/59 +f 80/1/60 79/1/59 78/2/56 +f 83/1/63 82/2/62 81/1/61 +f 82/2/62 83/1/63 84/2/64 +f 81/1/67 82/2/66 83/1/65 +f 84/2/68 83/1/65 82/2/66 +f 79/1/57 75/2/49 85/1/69 +f 75/2/49 79/1/57 77/2/51 +f 85/1/70 75/2/55 79/1/59 +f 77/2/53 79/1/59 75/2/55 +f 78/2/52 86/1/71 76/2/50 +f 86/1/71 78/2/52 80/1/58 +f 76/2/54 86/1/72 78/2/56 +f 80/1/60 78/2/56 86/1/72 +f 89/2/75 88/1/74 87/1/73 +f 88/1/74 89/2/75 90/2/76 +f 87/1/79 88/1/78 89/2/77 +f 90/2/80 89/2/77 88/1/78 +f 75/2/49 86/1/71 85/1/69 +f 86/1/71 75/2/49 76/2/50 +f 85/1/70 86/1/72 75/2/55 +f 76/2/54 75/2/55 86/1/72 +f 81/1/61 89/2/75 87/1/73 +f 89/2/75 81/1/61 82/2/62 +f 87/1/79 89/2/77 81/1/67 +f 82/2/66 81/1/67 89/2/77 +f 84/2/64 88/1/74 90/2/76 +f 88/1/74 84/2/64 83/1/63 +f 90/2/80 88/1/78 84/2/68 +f 83/1/65 84/2/68 88/1/78 +f 82/2/62 90/2/76 89/2/75 +f 90/2/76 82/2/62 84/2/64 +f 89/2/77 90/2/80 82/2/66 +f 84/2/68 82/2/66 90/2/80 +f 74/2/46 55/1/9 73/1/45 +f 55/1/9 74/2/46 56/2/10 +f 73/1/47 55/1/12 74/2/48 +f 56/2/11 74/2/48 55/1/12 +f 93/4/81 92/1/82 91/1/81 +f 92/1/82 93/4/81 94/4/82 +f 91/1/83 92/1/84 93/4/83 +f 94/4/84 93/4/83 92/1/84 +f 97/4/85 96/4/85 95/4/85 +f 96/4/85 97/4/85 94/4/85 +f 96/4/85 94/4/85 93/4/85 +f 95/4/86 96/4/86 97/4/86 +f 94/4/86 97/4/86 96/4/86 +f 93/4/86 94/4/86 96/4/86 +f 95/4/84 99/1/84 98/1/84 +f 99/1/84 95/4/84 96/4/84 +f 98/1/82 99/1/82 95/4/82 +f 96/4/82 95/4/82 99/1/82 +f 94/4/82 100/1/87 92/1/82 +f 100/1/87 94/4/82 97/4/87 +f 92/1/84 100/1/88 94/4/84 +f 97/4/88 94/4/84 100/1/88 +f 95/4/89 100/1/89 97/4/89 +f 100/1/89 95/4/89 98/1/89 +f 97/4/90 100/1/90 95/4/90 +f 98/1/90 95/4/90 100/1/90 +f 99/1/90 93/4/90 91/1/90 +f 93/4/90 99/1/90 96/4/90 +f 91/1/89 93/4/89 99/1/89 +f 96/4/89 99/1/89 93/4/89 +f 103/1/45 102/2/10 101/1/9 +f 102/2/10 103/1/45 104/2/46 +f 101/1/12 102/2/11 103/1/47 +f 104/2/48 103/1/47 102/2/11 +f 106/2/2 103/1/45 105/1/1 +f 103/1/45 106/2/2 104/2/46 +f 105/1/7 103/1/47 106/2/6 +f 104/2/48 106/2/6 103/1/47 +f 109/3/22 108/1/41 107/1/21 +f 108/1/41 109/3/22 110/3/42 +f 107/1/24 108/1/44 109/3/23 +f 110/3/43 109/3/23 108/1/44 +f 108/1/41 112/3/15 111/1/13 +f 112/3/15 108/1/41 110/3/42 +f 111/1/19 112/3/17 108/1/44 +f 110/3/43 108/1/44 112/3/17 +f 115/1/39 114/3/34 113/1/37 +f 114/3/34 115/1/39 116/3/33 +f 113/1/38 114/3/35 115/1/40 +f 116/3/36 115/1/40 114/3/35 +f 114/3/34 118/3/26 117/3/28 +f 118/3/26 114/3/34 116/3/33 +f 117/3/32 118/3/30 114/3/35 +f 116/3/36 114/3/35 118/3/30 +f 118/3/26 115/1/39 119/1/25 +f 115/1/39 118/3/26 116/3/33 +f 119/1/31 115/1/40 118/3/30 +f 116/3/36 118/3/30 115/1/40 +f 114/3/34 120/1/27 113/1/37 +f 120/1/27 114/3/34 117/3/28 +f 113/1/38 120/1/29 114/3/35 +f 117/3/32 114/3/35 120/1/29 +f 117/3/28 119/1/25 120/1/27 +f 119/1/25 117/3/28 118/3/26 +f 120/1/29 119/1/31 117/3/32 +f 118/3/30 117/3/32 119/1/31 +f 122/3/16 107/1/21 121/1/14 +f 107/1/21 122/3/16 109/3/22 +f 121/1/18 107/1/24 122/3/20 +f 109/3/23 122/3/20 107/1/24 +f 102/2/10 123/1/3 101/1/9 +f 123/1/3 102/2/10 124/2/4 +f 101/1/12 123/1/5 102/2/11 +f 124/2/8 102/2/11 123/1/5 +f 112/3/15 121/1/14 111/1/13 +f 121/1/14 112/3/15 122/3/16 +f 111/1/19 121/1/18 112/3/17 +f 122/3/20 112/3/17 121/1/18 +f 112/3/15 109/3/22 122/3/16 +f 109/3/22 112/3/15 110/3/42 +f 122/3/20 109/3/23 112/3/17 +f 110/3/43 112/3/17 109/3/23 +f 127/2/93 126/2/92 125/2/91 +f 126/2/92 127/2/93 128/2/94 +f 125/2/97 126/2/96 127/2/95 +f 128/2/98 127/2/95 126/2/96 +f 124/2/4 104/2/46 106/2/2 +f 104/2/46 124/2/4 102/2/10 +f 106/2/6 104/2/48 124/2/8 +f 102/2/11 124/2/8 104/2/48 +f 129/1/99 128/2/94 127/2/93 +f 128/2/94 129/1/99 130/1/100 +f 127/2/95 128/2/98 129/1/101 +f 130/1/102 129/1/101 128/2/98 +f 133/1/73 132/2/76 131/1/74 +f 132/2/76 133/1/73 134/2/75 +f 131/1/78 132/2/80 133/1/79 +f 134/2/77 133/1/79 132/2/80 +f 129/1/99 125/2/91 135/1/103 +f 125/2/91 129/1/99 127/2/93 +f 135/1/104 125/2/97 129/1/101 +f 127/2/95 129/1/101 125/2/97 +f 128/2/94 136/1/105 126/2/92 +f 136/1/105 128/2/94 130/1/100 +f 126/2/96 136/1/106 128/2/98 +f 130/1/102 128/2/98 136/1/106 +f 139/2/64 138/1/61 137/1/63 +f 138/1/61 139/2/64 140/2/62 +f 137/1/65 138/1/67 139/2/68 +f 140/2/66 139/2/68 138/1/67 +f 125/2/91 136/1/105 135/1/103 +f 136/1/105 125/2/91 126/2/92 +f 135/1/104 136/1/106 125/2/97 +f 126/2/96 125/2/97 136/1/106 +f 131/1/74 139/2/64 137/1/63 +f 139/2/64 131/1/74 132/2/76 +f 137/1/65 139/2/68 131/1/78 +f 132/2/80 131/1/78 139/2/68 +f 134/2/75 138/1/61 140/2/62 +f 138/1/61 134/2/75 133/1/73 +f 140/2/66 138/1/67 134/2/77 +f 133/1/79 134/2/77 138/1/67 +f 132/2/76 140/2/62 139/2/64 +f 140/2/62 132/2/76 134/2/75 +f 139/2/68 140/2/66 132/2/80 +f 134/2/77 132/2/80 140/2/66 +f 124/2/4 105/1/1 123/1/3 +f 105/1/1 124/2/4 106/2/2 +f 123/1/5 105/1/7 124/2/8 +f 106/2/6 124/2/8 105/1/7 +f 143/4/83 142/1/107 141/1/83 +f 142/1/107 143/4/83 144/4/107 +f 141/1/81 142/1/108 143/4/81 +f 144/4/108 143/4/81 142/1/108 +f 147/4/85 146/4/85 145/4/85 +f 146/4/85 147/4/85 144/4/85 +f 146/4/85 144/4/85 143/4/85 +f 145/4/86 146/4/86 147/4/86 +f 144/4/86 147/4/86 146/4/86 +f 143/4/86 144/4/86 146/4/86 +f 145/4/108 149/1/108 148/1/108 +f 149/1/108 145/4/108 146/4/108 +f 148/1/107 149/1/107 145/4/107 +f 146/4/107 145/4/107 149/1/107 +f 144/4/107 150/1/88 142/1/107 +f 150/1/88 144/4/107 147/4/88 +f 142/1/108 150/1/87 144/4/108 +f 147/4/87 144/4/108 150/1/87 +f 145/4/109 150/1/109 147/4/109 +f 150/1/109 145/4/109 148/1/109 +f 147/4/110 150/1/110 145/4/110 +f 148/1/110 145/4/110 150/1/110 +f 149/1/110 143/4/110 141/1/110 +f 143/4/110 149/1/110 146/4/110 +f 141/1/109 143/4/109 149/1/109 +f 146/4/109 149/1/109 143/4/109 +f 153/1/45 152/2/10 151/1/9 +f 152/2/10 153/1/45 154/2/46 +f 151/1/12 152/2/11 153/1/47 +f 154/2/48 153/1/47 152/2/11 +f 156/2/2 153/1/45 155/1/1 +f 153/1/45 156/2/2 154/2/46 +f 155/1/7 153/1/47 156/2/6 +f 154/2/48 156/2/6 153/1/47 +f 159/3/22 158/1/41 157/1/21 +f 158/1/41 159/3/22 160/3/42 +f 157/1/24 158/1/44 159/3/23 +f 160/3/43 159/3/23 158/1/44 +f 158/1/41 162/3/15 161/1/13 +f 162/3/15 158/1/41 160/3/42 +f 161/1/19 162/3/17 158/1/44 +f 160/3/43 158/1/44 162/3/17 +f 165/1/39 164/3/34 163/1/37 +f 164/3/34 165/1/39 166/3/33 +f 163/1/38 164/3/35 165/1/40 +f 166/3/36 165/1/40 164/3/35 +f 164/3/34 168/3/26 167/3/28 +f 168/3/26 164/3/34 166/3/33 +f 167/3/32 168/3/30 164/3/35 +f 166/3/36 164/3/35 168/3/30 +f 168/3/26 165/1/39 169/1/25 +f 165/1/39 168/3/26 166/3/33 +f 169/1/31 165/1/40 168/3/30 +f 166/3/36 168/3/30 165/1/40 +f 164/3/34 170/1/27 163/1/37 +f 170/1/27 164/3/34 167/3/28 +f 163/1/38 170/1/29 164/3/35 +f 167/3/32 164/3/35 170/1/29 +f 167/3/28 169/1/25 170/1/27 +f 169/1/25 167/3/28 168/3/26 +f 170/1/29 169/1/31 167/3/32 +f 168/3/30 167/3/32 169/1/31 +f 172/3/16 157/1/21 171/1/14 +f 157/1/21 172/3/16 159/3/22 +f 171/1/18 157/1/24 172/3/20 +f 159/3/23 172/3/20 157/1/24 +f 152/2/10 173/1/3 151/1/9 +f 173/1/3 152/2/10 174/2/4 +f 151/1/12 173/1/5 152/2/11 +f 174/2/8 152/2/11 173/1/5 +f 162/3/15 171/1/14 161/1/13 +f 171/1/14 162/3/15 172/3/16 +f 161/1/19 171/1/18 162/3/17 +f 172/3/20 162/3/17 171/1/18 +f 162/3/15 159/3/22 172/3/16 +f 159/3/22 162/3/15 160/3/42 +f 172/3/20 159/3/23 162/3/17 +f 160/3/43 162/3/17 159/3/23 +f 177/2/93 176/2/92 175/2/91 +f 176/2/92 177/2/93 178/2/94 +f 175/2/97 176/2/96 177/2/95 +f 178/2/98 177/2/95 176/2/96 +f 174/2/4 154/2/46 156/2/2 +f 154/2/46 174/2/4 152/2/10 +f 156/2/6 154/2/48 174/2/8 +f 152/2/11 174/2/8 154/2/48 +f 179/1/99 178/2/94 177/2/93 +f 178/2/94 179/1/99 180/1/100 +f 177/2/95 178/2/98 179/1/101 +f 180/1/102 179/1/101 178/2/98 +f 183/1/73 182/2/76 181/1/74 +f 182/2/76 183/1/73 184/2/75 +f 181/1/78 182/2/80 183/1/79 +f 184/2/77 183/1/79 182/2/80 +f 179/1/99 175/2/91 185/1/103 +f 175/2/91 179/1/99 177/2/93 +f 185/1/104 175/2/97 179/1/101 +f 177/2/95 179/1/101 175/2/97 +f 178/2/94 186/1/105 176/2/92 +f 186/1/105 178/2/94 180/1/100 +f 176/2/96 186/1/106 178/2/98 +f 180/1/102 178/2/98 186/1/106 +f 189/2/64 188/1/61 187/1/63 +f 188/1/61 189/2/64 190/2/62 +f 187/1/65 188/1/67 189/2/68 +f 190/2/66 189/2/68 188/1/67 +f 175/2/91 186/1/105 185/1/103 +f 186/1/105 175/2/91 176/2/92 +f 185/1/104 186/1/106 175/2/97 +f 176/2/96 175/2/97 186/1/106 +f 181/1/74 189/2/64 187/1/63 +f 189/2/64 181/1/74 182/2/76 +f 187/1/65 189/2/68 181/1/78 +f 182/2/80 181/1/78 189/2/68 +f 184/2/75 188/1/61 190/2/62 +f 188/1/61 184/2/75 183/1/73 +f 190/2/66 188/1/67 184/2/77 +f 183/1/79 184/2/77 188/1/67 +f 182/2/76 190/2/62 189/2/64 +f 190/2/62 182/2/76 184/2/75 +f 189/2/68 190/2/66 182/2/80 +f 184/2/77 182/2/80 190/2/66 +f 174/2/4 155/1/1 173/1/3 +f 155/1/1 174/2/4 156/2/2 +f 173/1/5 155/1/7 174/2/8 +f 156/2/6 174/2/8 155/1/7 +f 193/4/83 192/1/107 191/1/83 +f 192/1/107 193/4/83 194/4/107 +f 191/1/81 192/1/108 193/4/81 +f 194/4/108 193/4/81 192/1/108 +f 197/4/85 196/4/85 195/4/85 +f 196/4/85 197/4/85 194/4/85 +f 196/4/85 194/4/85 193/4/85 +f 195/4/86 196/4/86 197/4/86 +f 194/4/86 197/4/86 196/4/86 +f 193/4/86 194/4/86 196/4/86 +f 195/4/108 199/1/108 198/1/108 +f 199/1/108 195/4/108 196/4/108 +f 198/1/107 199/1/107 195/4/107 +f 196/4/107 195/4/107 199/1/107 +f 194/4/107 200/1/88 192/1/107 +f 200/1/88 194/4/107 197/4/88 +f 192/1/108 200/1/87 194/4/108 +f 197/4/87 194/4/108 200/1/87 +f 195/4/109 200/1/109 197/4/109 +f 200/1/109 195/4/109 198/1/109 +f 197/4/110 200/1/110 195/4/110 +f 198/1/110 195/4/110 200/1/110 +f 199/1/110 193/4/110 191/1/110 +f 193/4/110 199/1/110 196/4/110 +f 191/1/109 193/4/109 199/1/109 +f 196/4/109 199/1/109 193/4/109 +f 203/1/85 202/1/85 201/1/85 +f 202/1/85 203/1/85 204/1/85 +f 201/1/86 202/1/86 203/1/86 +f 204/1/86 203/1/86 202/1/86 +f 204/1/85 205/1/85 202/1/85 +f 205/1/85 204/1/85 206/1/85 +f 202/1/86 205/1/86 204/1/86 +f 206/1/86 204/1/86 205/1/86 +f 209/1/85 208/1/85 207/1/85 +f 208/1/85 209/1/85 210/1/85 +f 207/1/86 208/1/86 209/1/86 +f 210/1/86 209/1/86 208/1/86 +f 213/1/85 212/1/85 211/1/85 +f 212/1/85 213/1/85 214/1/85 +f 211/1/86 212/1/86 213/1/86 +f 214/1/86 213/1/86 212/1/86 +f 216/1/85 201/1/85 215/1/85 +f 201/1/85 216/1/85 203/1/85 +f 215/1/86 201/1/86 216/1/86 +f 203/1/86 216/1/86 201/1/86 +f 219/2/113 218/1/112 217/1/111 +f 218/1/112 219/2/113 220/2/114 +f 217/1/117 218/1/116 219/2/115 +f 220/2/118 219/2/115 218/1/116 +f 223/2/121 222/2/120 221/2/119 +f 222/2/120 223/2/121 224/2/122 +f 221/2/125 222/2/124 223/2/123 +f 224/2/126 223/2/123 222/2/124 +f 226/2/128 219/2/113 225/2/127 +f 219/2/113 226/2/128 220/2/114 +f 225/2/130 219/2/115 226/2/129 +f 220/2/118 226/2/129 219/2/115 +f 229/1/45 228/3/10 227/1/9 +f 228/3/10 229/1/45 230/3/46 +f 227/1/12 228/3/11 229/1/47 +f 230/3/48 229/1/47 228/3/11 +f 232/3/4 230/3/46 231/3/2 +f 230/3/46 232/3/4 228/3/10 +f 231/3/6 230/3/48 232/3/8 +f 228/3/11 232/3/8 230/3/48 +f 231/3/2 229/1/45 233/1/1 +f 229/1/45 231/3/2 230/3/46 +f 233/1/7 229/1/47 231/3/6 +f 230/3/48 231/3/6 229/1/47 +f 225/2/127 217/1/111 234/1/131 +f 217/1/111 225/2/127 219/2/113 +f 234/1/132 217/1/117 225/2/130 +f 219/2/115 225/2/130 217/1/117 +f 235/1/133 220/2/114 226/2/128 +f 220/2/114 235/1/133 218/1/112 +f 226/2/129 220/2/118 235/1/134 +f 218/1/116 235/1/134 220/2/118 +f 238/5/76 237/5/62 236/5/64 +f 237/5/62 238/5/76 239/5/75 +f 236/5/68 237/5/66 238/5/80 +f 239/5/77 238/5/80 237/5/66 +f 239/5/75 240/1/61 237/5/62 +f 240/1/61 239/5/75 241/1/73 +f 237/5/66 240/1/67 239/5/77 +f 241/1/79 239/5/77 240/1/67 +f 243/1/74 236/5/64 242/1/63 +f 236/5/64 243/1/74 238/5/76 +f 242/1/65 236/5/68 243/1/78 +f 238/5/80 243/1/78 236/5/68 +f 241/1/73 238/5/76 243/1/74 +f 238/5/76 241/1/73 239/5/75 +f 243/1/78 238/5/80 241/1/79 +f 239/5/77 241/1/79 238/5/80 +f 245/1/136 224/2/122 244/1/135 +f 224/2/122 245/1/136 222/2/120 +f 244/1/138 224/2/126 245/1/137 +f 222/2/124 245/1/137 224/2/126 +f 224/2/122 246/1/139 244/1/135 +f 246/1/139 224/2/122 223/2/121 +f 244/1/138 246/1/140 224/2/126 +f 223/2/123 224/2/126 246/1/140 +f 221/2/119 245/1/136 247/1/141 +f 245/1/136 221/2/119 222/2/120 +f 247/1/142 245/1/137 221/2/125 +f 222/2/124 221/2/125 245/1/137 +f 250/5/10 249/1/3 248/1/9 +f 249/1/3 250/5/10 251/5/4 +f 248/1/12 249/1/5 250/5/11 +f 251/5/8 250/5/11 249/1/5 +f 223/2/121 247/1/141 246/1/139 +f 247/1/141 223/2/121 221/2/119 +f 246/1/140 247/1/142 223/2/123 +f 221/2/125 223/2/123 247/1/142 +f 251/5/4 253/5/46 252/5/2 +f 253/5/46 251/5/4 250/5/10 +f 252/5/6 253/5/48 251/5/8 +f 250/5/11 251/5/8 253/5/48 +f 232/3/4 233/1/1 254/1/3 +f 233/1/1 232/3/4 231/3/2 +f 254/1/5 233/1/7 232/3/8 +f 231/3/6 232/3/8 233/1/7 +f 252/5/2 256/1/45 255/1/1 +f 256/1/45 252/5/2 253/5/46 +f 255/1/7 256/1/47 252/5/6 +f 253/5/48 252/5/6 256/1/47 +f 236/5/64 240/1/61 242/1/63 +f 240/1/61 236/5/64 237/5/62 +f 242/1/65 240/1/67 236/5/68 +f 237/5/66 236/5/68 240/1/67 +f 228/3/10 254/1/3 227/1/9 +f 254/1/3 228/3/10 232/3/4 +f 227/1/12 254/1/5 228/3/11 +f 232/3/8 228/3/11 254/1/5 +f 251/5/4 255/1/1 249/1/3 +f 255/1/1 251/5/4 252/5/2 +f 249/1/5 255/1/7 251/5/8 +f 252/5/6 251/5/8 255/1/7 +f 235/1/133 225/2/127 234/1/131 +f 225/2/127 235/1/133 226/2/128 +f 234/1/132 225/2/130 235/1/134 +f 226/2/129 235/1/134 225/2/130 +f 259/5/10 258/1/3 257/1/9 +f 258/1/3 259/5/10 260/5/4 +f 257/1/12 258/1/5 259/5/11 +f 260/5/8 259/5/11 258/1/5 +f 256/1/45 250/5/10 248/1/9 +f 250/5/10 256/1/45 253/5/46 +f 248/1/12 250/5/11 256/1/47 +f 253/5/48 256/1/47 250/5/11 +f 260/5/4 262/5/46 261/5/2 +f 262/5/46 260/5/4 259/5/10 +f 261/5/6 262/5/48 260/5/8 +f 259/5/11 260/5/8 262/5/48 +f 263/1/45 259/5/10 257/1/9 +f 259/5/10 263/1/45 262/5/46 +f 257/1/12 259/5/11 263/1/47 +f 262/5/48 263/1/47 259/5/11 +f 260/5/4 264/1/1 258/1/3 +f 264/1/1 260/5/4 261/5/2 +f 258/1/5 264/1/7 260/5/8 +f 261/5/6 260/5/8 264/1/7 +f 261/5/2 263/1/45 264/1/1 +f 263/1/45 261/5/2 262/5/46 +f 264/1/7 263/1/47 261/5/6 +f 262/5/48 261/5/6 263/1/47 +f 267/2/145 266/2/144 265/2/143 +f 266/2/144 267/2/145 268/2/146 +f 265/2/149 266/2/148 267/2/147 +f 268/2/150 267/2/147 266/2/148 +f 265/2/143 270/1/152 269/1/151 +f 270/1/152 265/2/143 266/2/144 +f 269/1/154 270/1/153 265/2/149 +f 266/2/148 265/2/149 270/1/153 +f 267/2/145 269/1/151 271/1/155 +f 269/1/151 267/2/145 265/2/143 +f 271/1/156 269/1/154 267/2/147 +f 265/2/149 267/2/147 269/1/154 +f 266/2/144 272/1/157 270/1/152 +f 272/1/157 266/2/144 268/2/146 +f 270/1/153 272/1/158 266/2/148 +f 268/2/150 266/2/148 272/1/158 +f 272/1/157 267/2/145 271/1/155 +f 267/2/145 272/1/157 268/2/146 +f 271/1/156 267/2/147 272/1/158 +f 268/2/150 272/1/158 267/2/147 +f 275/1/39 274/2/34 273/1/37 +f 274/2/34 275/1/39 276/2/33 +f 273/1/38 274/2/35 275/1/40 +f 276/2/36 275/1/40 274/2/35 +f 274/2/34 278/2/26 277/2/28 +f 278/2/26 274/2/34 276/2/33 +f 277/2/32 278/2/30 274/2/35 +f 276/2/36 274/2/35 278/2/30 +f 274/2/34 279/1/27 273/1/37 +f 279/1/27 274/2/34 277/2/28 +f 273/1/38 279/1/29 274/2/35 +f 277/2/32 274/2/35 279/1/29 +f 278/2/26 275/1/39 280/1/25 +f 275/1/39 278/2/26 276/2/33 +f 280/1/31 275/1/40 278/2/30 +f 276/2/36 278/2/30 275/1/40 +f 277/2/28 280/1/25 279/1/27 +f 280/1/25 277/2/28 278/2/26 +f 279/1/29 280/1/31 277/2/32 +f 278/2/30 277/2/32 280/1/31 +f 283/5/76 282/5/62 281/5/64 +f 282/5/62 283/5/76 284/5/75 +f 281/5/68 282/5/66 283/5/80 +f 284/5/77 283/5/80 282/5/66 +f 284/5/75 285/1/61 282/5/62 +f 285/1/61 284/5/75 286/1/73 +f 282/5/66 285/1/67 284/5/77 +f 286/1/79 284/5/77 285/1/67 +f 289/2/15 288/2/22 287/2/16 +f 288/2/22 289/2/15 290/2/42 +f 287/2/20 288/2/23 289/2/17 +f 290/2/43 289/2/17 288/2/23 +f 287/2/16 292/1/21 291/1/14 +f 292/1/21 287/2/16 288/2/22 +f 291/1/18 292/1/24 287/2/20 +f 288/2/23 287/2/20 292/1/24 +f 281/5/64 285/1/61 293/1/63 +f 285/1/61 281/5/64 282/5/62 +f 293/1/65 285/1/67 281/5/68 +f 282/5/66 281/5/68 285/1/67 +f 286/1/73 283/5/76 294/1/74 +f 283/5/76 286/1/73 284/5/75 +f 294/1/78 283/5/80 286/1/79 +f 284/5/77 286/1/79 283/5/80 +f 288/2/22 295/1/41 292/1/21 +f 295/1/41 288/2/22 290/2/42 +f 292/1/24 295/1/44 288/2/23 +f 290/2/43 288/2/23 295/1/44 +f 289/2/15 291/1/14 296/1/13 +f 291/1/14 289/2/15 287/2/16 +f 296/1/19 291/1/18 289/2/17 +f 287/2/20 289/2/17 291/1/18 +f 295/1/41 289/2/15 296/1/13 +f 289/2/15 295/1/41 290/2/42 +f 296/1/19 289/2/17 295/1/44 +f 290/2/43 295/1/44 289/2/17 +f 294/1/74 281/5/64 293/1/63 +f 281/5/64 294/1/74 283/5/76 +f 293/1/65 281/5/68 294/1/78 +f 283/5/80 294/1/78 281/5/68 +f 210/1/85 211/1/85 208/1/85 +f 211/1/85 210/1/85 213/1/85 +f 208/1/86 211/1/86 210/1/86 +f 213/1/86 210/1/86 211/1/86 +f 299/1/85 298/1/85 297/1/85 +f 298/1/85 299/1/85 300/1/85 +f 297/1/86 298/1/86 299/1/86 +f 300/1/86 299/1/86 298/1/86 +f 208/1/85 302/1/85 301/1/85 +f 302/1/85 208/1/85 211/1/85 +f 301/1/86 302/1/86 208/1/86 +f 211/1/86 208/1/86 302/1/86 +f 202/1/85 214/1/85 213/1/85 +f 214/1/85 202/1/85 205/1/85 +f 213/1/86 214/1/86 202/1/86 +f 205/1/86 202/1/86 214/1/86 +f 305/4/85 304/4/85 303/4/85 +f 304/4/85 305/4/85 306/4/85 +f 306/4/85 305/4/85 307/4/85 +f 303/4/86 304/4/86 305/4/86 +f 306/4/86 305/4/86 304/4/86 +f 307/4/86 305/4/86 306/4/86 +f 304/4/159 308/1/159 303/4/159 +f 308/1/159 304/4/159 309/1/159 +f 303/4/160 308/1/160 304/4/160 +f 309/1/160 304/4/160 308/1/160 +f 304/4/161 310/1/161 309/1/161 +f 310/1/161 304/4/161 306/4/161 +f 309/1/162 310/1/162 304/4/162 +f 306/4/162 304/4/162 310/1/162 +f 310/1/164 307/4/163 311/1/163 +f 307/4/163 310/1/164 306/4/164 +f 311/1/166 307/4/166 310/1/165 +f 306/4/165 310/1/165 307/4/166 +f 311/1/163 305/4/167 312/1/167 +f 305/4/167 311/1/163 307/4/163 +f 312/1/168 305/4/168 311/1/166 +f 307/4/166 311/1/166 305/4/168 +f 312/1/167 303/4/169 308/1/169 +f 303/4/169 312/1/167 305/4/167 +f 308/1/170 303/4/170 312/1/168 +f 305/4/168 312/1/168 303/4/170 +f 314/4/85 313/4/85 193/4/85 +f 313/4/85 314/4/85 315/4/85 +f 315/4/85 314/4/85 316/4/85 +f 193/4/86 313/4/86 314/4/86 +f 315/4/86 314/4/86 313/4/86 +f 316/4/86 314/4/86 315/4/86 +f 313/4/109 191/1/109 193/4/109 +f 191/1/109 313/4/109 317/1/109 +f 193/4/110 191/1/110 313/4/110 +f 317/1/110 313/4/110 191/1/110 +f 313/4/108 318/1/108 317/1/108 +f 318/1/108 313/4/108 315/4/108 +f 317/1/107 318/1/107 313/4/107 +f 315/4/107 313/4/107 318/1/107 +f 318/1/172 316/4/171 319/1/171 +f 316/4/171 318/1/172 315/4/172 +f 319/1/174 316/4/174 318/1/173 +f 315/4/173 318/1/173 316/4/174 +f 319/1/171 314/4/175 320/1/175 +f 314/4/175 319/1/171 316/4/171 +f 320/1/176 314/4/176 319/1/174 +f 316/4/174 319/1/174 314/4/176 +f 320/1/175 193/4/177 191/1/177 +f 193/4/177 320/1/175 314/4/175 +f 191/1/178 193/4/178 320/1/176 +f 314/4/176 320/1/176 193/4/178 +f 323/4/85 322/4/85 321/4/85 +f 322/4/85 323/4/85 324/4/85 +f 324/4/85 323/4/85 325/4/85 +f 321/4/86 322/4/86 323/4/86 +f 324/4/86 323/4/86 322/4/86 +f 325/4/86 323/4/86 324/4/86 +f 322/4/159 326/1/159 321/4/159 +f 326/1/159 322/4/159 327/1/159 +f 321/4/160 326/1/160 322/4/160 +f 327/1/160 322/4/160 326/1/160 +f 322/4/161 328/1/161 327/1/161 +f 328/1/161 322/4/161 324/4/161 +f 327/1/162 328/1/162 322/4/162 +f 324/4/162 322/4/162 328/1/162 +f 328/1/164 325/4/163 329/1/163 +f 325/4/163 328/1/164 324/4/164 +f 329/1/166 325/4/166 328/1/165 +f 324/4/165 328/1/165 325/4/166 +f 329/1/163 323/4/167 330/1/167 +f 323/4/167 329/1/163 325/4/163 +f 330/1/168 323/4/168 329/1/166 +f 325/4/166 329/1/166 323/4/168 +f 330/1/167 321/4/169 326/1/169 +f 321/4/169 330/1/167 323/4/167 +f 326/1/170 321/4/170 330/1/168 +f 323/4/168 330/1/168 321/4/170 +f 333/4/85 332/4/85 331/4/85 +f 332/4/85 333/4/85 334/4/85 +f 334/4/85 333/4/85 335/4/85 +f 331/4/86 332/4/86 333/4/86 +f 334/4/86 333/4/86 332/4/86 +f 335/4/86 333/4/86 334/4/86 +f 332/4/179 336/1/179 331/4/179 +f 336/1/179 332/4/179 337/1/179 +f 331/4/180 336/1/180 332/4/180 +f 337/1/180 332/4/180 336/1/180 +f 332/4/181 338/1/181 337/1/181 +f 338/1/181 332/4/181 334/4/181 +f 337/1/182 338/1/182 332/4/182 +f 334/4/182 332/4/182 338/1/182 +f 338/1/173 335/4/174 339/1/174 +f 335/4/174 338/1/173 334/4/173 +f 339/1/171 335/4/171 338/1/172 +f 334/4/172 338/1/172 335/4/171 +f 339/1/174 333/4/176 340/1/176 +f 333/4/176 339/1/174 335/4/174 +f 340/1/175 333/4/175 339/1/171 +f 335/4/171 339/1/171 333/4/175 +f 340/1/176 331/4/178 336/1/178 +f 331/4/178 340/1/176 333/4/176 +f 336/1/177 331/4/177 340/1/175 +f 333/4/175 340/1/175 331/4/177 +f 343/4/85 342/4/85 341/4/85 +f 342/4/85 343/4/85 344/4/85 +f 344/4/85 343/4/85 345/4/85 +f 341/4/86 342/4/86 343/4/86 +f 344/4/86 343/4/86 342/4/86 +f 345/4/86 343/4/86 344/4/86 +f 342/4/183 346/1/183 341/4/183 +f 346/1/183 342/4/183 347/1/183 +f 341/4/184 346/1/184 342/4/184 +f 347/1/184 342/4/184 346/1/184 +f 342/4/185 348/1/185 347/1/185 +f 348/1/185 342/4/185 344/4/185 +f 347/1/186 348/1/186 342/4/186 +f 344/4/186 342/4/186 348/1/186 +f 348/1/188 345/4/187 349/1/187 +f 345/4/187 348/1/188 344/4/188 +f 349/1/190 345/4/190 348/1/189 +f 344/4/189 348/1/189 345/4/190 +f 349/1/187 343/4/191 350/1/191 +f 343/4/191 349/1/187 345/4/187 +f 350/1/192 343/4/192 349/1/190 +f 345/4/190 349/1/190 343/4/192 +f 350/1/191 341/4/193 346/1/193 +f 341/4/193 350/1/191 343/4/191 +f 346/1/194 341/4/194 350/1/192 +f 343/4/192 350/1/192 341/4/194 +f 353/4/85 352/4/85 351/4/85 +f 352/4/85 353/4/85 354/4/85 +f 354/4/85 353/4/85 355/4/85 +f 351/4/86 352/4/86 353/4/86 +f 354/4/86 353/4/86 352/4/86 +f 355/4/86 353/4/86 354/4/86 +f 352/4/109 356/1/109 351/4/109 +f 356/1/109 352/4/109 357/1/109 +f 351/4/110 356/1/110 352/4/110 +f 357/1/110 352/4/110 356/1/110 +f 352/4/108 358/1/108 357/1/108 +f 358/1/108 352/4/108 354/4/108 +f 357/1/107 358/1/107 352/4/107 +f 354/4/107 352/4/107 358/1/107 +f 358/1/172 355/4/171 359/1/171 +f 355/4/171 358/1/172 354/4/172 +f 359/1/174 355/4/174 358/1/173 +f 354/4/173 358/1/173 355/4/174 +f 359/1/171 353/4/175 360/1/175 +f 353/4/175 359/1/171 355/4/171 +f 360/1/176 353/4/176 359/1/174 +f 355/4/174 359/1/174 353/4/176 +f 360/1/175 351/4/177 356/1/177 +f 351/4/177 360/1/175 353/4/175 +f 356/1/178 351/4/178 360/1/176 +f 353/4/176 360/1/176 351/4/178 +f 362/4/85 361/4/85 93/4/85 +f 361/4/85 362/4/85 363/4/85 +f 363/4/85 362/4/85 364/4/85 +f 93/4/86 361/4/86 362/4/86 +f 363/4/86 362/4/86 361/4/86 +f 364/4/86 362/4/86 363/4/86 +f 361/4/195 91/1/195 93/4/195 +f 91/1/195 361/4/195 365/1/195 +f 93/4/196 91/1/196 361/4/196 +f 365/1/196 361/4/196 91/1/196 +f 361/4/197 366/1/197 365/1/197 +f 366/1/197 361/4/197 363/4/197 +f 365/1/198 366/1/198 361/4/198 +f 363/4/198 361/4/198 366/1/198 +f 366/1/173 364/4/174 367/1/174 +f 364/4/174 366/1/173 363/4/173 +f 367/1/171 364/4/171 366/1/172 +f 363/4/172 366/1/172 364/4/171 +f 367/1/174 362/4/176 368/1/176 +f 362/4/176 367/1/174 364/4/174 +f 368/1/175 362/4/175 367/1/171 +f 364/4/171 367/1/171 362/4/175 +f 368/1/176 93/4/178 91/1/178 +f 93/4/178 368/1/176 362/4/176 +f 91/1/177 93/4/177 368/1/175 +f 362/4/175 368/1/175 93/4/177 +f 371/4/85 370/4/85 369/4/85 +f 370/4/85 371/4/85 47/4/85 +f 47/4/85 371/4/85 372/4/85 +f 369/4/86 370/4/86 371/4/86 +f 47/4/86 371/4/86 370/4/86 +f 372/4/86 371/4/86 47/4/86 +f 370/4/183 373/1/183 369/4/183 +f 373/1/183 370/4/183 374/1/183 +f 369/4/184 373/1/184 370/4/184 +f 374/1/184 370/4/184 373/1/184 +f 370/4/185 50/1/185 374/1/185 +f 50/1/185 370/4/185 47/4/185 +f 374/1/186 50/1/186 370/4/186 +f 47/4/186 370/4/186 50/1/186 +f 50/1/188 372/4/187 375/1/187 +f 372/4/187 50/1/188 47/4/188 +f 375/1/190 372/4/190 50/1/189 +f 47/4/189 50/1/189 372/4/190 +f 375/1/187 371/4/191 376/1/191 +f 371/4/191 375/1/187 372/4/187 +f 376/1/192 371/4/192 375/1/190 +f 372/4/190 375/1/190 371/4/192 +f 376/1/191 369/4/193 373/1/193 +f 369/4/193 376/1/191 371/4/191 +f 373/1/194 369/4/194 376/1/192 +f 371/4/192 376/1/192 369/4/194 +f 379/3/201 378/1/200 377/1/199 +f 378/1/200 379/3/201 380/3/202 +f 377/1/205 378/1/204 379/3/203 +f 380/3/206 379/3/203 378/1/204 +f 383/2/209 382/1/208 381/1/207 +f 382/1/208 383/2/209 384/2/210 +f 381/1/213 382/1/212 383/2/211 +f 384/2/214 383/2/211 382/1/212 +f 387/3/217 386/1/216 385/1/215 +f 386/1/216 387/3/217 388/3/218 +f 385/1/221 386/1/220 387/3/219 +f 388/3/222 387/3/219 386/1/220 +f 378/1/200 387/3/217 385/1/215 +f 387/3/217 378/1/200 380/3/202 +f 385/1/221 387/3/219 378/1/204 +f 380/3/206 378/1/204 387/3/219 +f 383/2/209 389/2/223 384/2/210 +f 389/2/223 383/2/209 390/2/224 +f 384/2/214 389/2/225 383/2/211 +f 390/2/226 383/2/211 389/2/225 +f 384/2/210 391/1/227 382/1/208 +f 391/1/227 384/2/210 389/2/223 +f 382/1/212 391/1/228 384/2/214 +f 389/2/225 384/2/214 391/1/228 +f 387/3/217 379/3/201 388/3/218 +f 379/3/201 387/3/217 380/3/202 +f 388/3/222 379/3/203 387/3/219 +f 380/3/206 387/3/219 379/3/203 +f 390/2/224 381/1/207 392/1/229 +f 381/1/207 390/2/224 383/2/209 +f 392/1/230 381/1/213 390/2/226 +f 383/2/211 390/2/226 381/1/213 +f 391/1/227 390/2/224 392/1/229 +f 390/2/224 391/1/227 389/2/223 +f 392/1/230 390/2/226 391/1/228 +f 389/2/225 391/1/228 390/2/226 +f 388/3/218 377/1/199 386/1/216 +f 377/1/199 388/3/218 379/3/201 +f 386/1/220 377/1/205 388/3/222 +f 379/3/203 388/3/222 377/1/205 +f 395/2/233 394/2/232 393/2/231 +f 394/2/232 395/2/233 396/2/234 +f 393/2/237 394/2/236 395/2/235 +f 396/2/238 395/2/235 394/2/236 +f 396/2/234 397/1/239 394/2/232 +f 397/1/239 396/2/234 398/1/240 +f 394/2/236 397/1/241 396/2/238 +f 398/1/242 396/2/238 397/1/241 +f 393/2/231 397/1/239 399/1/243 +f 397/1/239 393/2/231 394/2/232 +f 399/1/244 397/1/241 393/2/237 +f 394/2/236 393/2/237 397/1/241 +f 400/1/245 393/2/231 399/1/243 +f 393/2/231 400/1/245 395/2/233 +f 399/1/244 393/2/237 400/1/246 +f 395/2/235 400/1/246 393/2/237 +f 398/1/240 395/2/233 400/1/245 +f 395/2/233 398/1/240 396/2/234 +f 400/1/246 395/2/235 398/1/242 +f 396/2/238 398/1/242 395/2/235 +f 403/1/249 402/2/248 401/1/247 +f 402/2/248 403/1/249 404/2/250 +f 401/1/253 402/2/252 403/1/251 +f 404/2/254 403/1/251 402/2/252 +f 405/1/255 404/2/250 403/1/249 +f 404/2/250 405/1/255 406/2/256 +f 403/1/251 404/2/254 405/1/257 +f 406/2/258 405/1/257 404/2/254 +f 409/3/261 408/1/260 407/1/259 +f 408/1/260 409/3/261 410/3/262 +f 407/1/265 408/1/264 409/3/263 +f 410/3/266 409/3/263 408/1/264 +f 409/3/261 411/3/267 410/3/262 +f 411/3/267 409/3/261 412/3/268 +f 410/3/266 411/3/269 409/3/263 +f 412/3/270 409/3/263 411/3/269 +f 406/2/256 414/1/272 413/2/271 +f 414/1/272 406/2/256 405/1/255 +f 413/2/274 414/1/273 406/2/258 +f 405/1/257 406/2/258 414/1/273 +f 410/3/262 415/1/275 408/1/260 +f 415/1/275 410/3/262 411/3/267 +f 408/1/264 415/1/276 410/3/266 +f 411/3/269 410/3/266 415/1/276 +f 404/2/250 413/2/271 402/2/248 +f 413/2/271 404/2/250 406/2/256 +f 402/2/252 413/2/274 404/2/254 +f 406/2/258 404/2/254 413/2/274 +f 416/1/277 409/3/261 407/1/259 +f 409/3/261 416/1/277 412/3/268 +f 407/1/265 409/3/263 416/1/278 +f 412/3/270 416/1/278 409/3/263 +f 402/2/248 414/1/272 401/1/247 +f 414/1/272 402/2/248 413/2/271 +f 401/1/253 414/1/273 402/2/252 +f 413/2/274 402/2/252 414/1/273 +f 411/3/267 416/1/277 415/1/275 +f 416/1/277 411/3/267 412/3/268 +f 415/1/276 416/1/278 411/3/269 +f 412/3/270 411/3/269 416/1/278 +f 419/4/85 418/4/85 417/4/85 +f 418/4/85 419/4/85 420/4/85 +f 418/4/85 420/4/85 421/4/85 +f 421/4/85 420/4/85 422/4/85 +f 421/4/85 422/4/85 423/4/85 +f 423/4/85 422/4/85 424/4/85 +f 423/4/85 424/4/85 425/4/85 +f 425/4/85 424/4/85 426/4/85 +f 417/4/86 418/4/86 419/4/86 +f 420/4/86 419/4/86 418/4/86 +f 421/4/86 420/4/86 418/4/86 +f 422/4/86 420/4/86 421/4/86 +f 423/4/86 422/4/86 421/4/86 +f 424/4/86 422/4/86 423/4/86 +f 425/4/86 424/4/86 423/4/86 +f 426/4/86 424/4/86 425/4/86 +f 419/4/162 428/1/162 427/1/162 +f 428/1/162 419/4/162 417/4/162 +f 427/1/161 428/1/161 419/4/161 +f 417/4/161 419/4/161 428/1/161 +f 429/1/280 419/4/279 427/1/279 +f 419/4/279 429/1/280 420/4/280 +f 427/1/282 419/4/282 429/1/281 +f 420/4/281 429/1/281 419/4/282 +f 430/1/283 420/4/280 429/1/280 +f 420/4/280 430/1/283 422/4/283 +f 429/1/281 420/4/281 430/1/284 +f 422/4/284 430/1/284 420/4/281 +f 424/4/285 430/1/283 431/1/285 +f 430/1/283 424/4/285 422/4/283 +f 431/1/286 430/1/284 424/4/286 +f 422/4/284 424/4/286 430/1/284 +f 426/4/287 431/1/285 432/1/287 +f 431/1/285 426/4/287 424/4/285 +f 432/1/288 431/1/286 426/4/288 +f 424/4/286 426/4/288 431/1/286 +f 433/1/160 426/4/160 432/1/160 +f 426/4/160 433/1/160 425/4/160 +f 432/1/159 426/4/159 433/1/159 +f 425/4/159 433/1/159 426/4/159 +f 423/4/286 433/1/289 434/1/286 +f 433/1/289 423/4/286 425/4/289 +f 434/1/285 433/1/290 423/4/285 +f 425/4/290 423/4/285 433/1/290 +f 421/4/284 434/1/286 435/1/284 +f 434/1/286 421/4/284 423/4/286 +f 435/1/283 434/1/285 421/4/283 +f 423/4/285 421/4/283 434/1/285 +f 421/4/284 436/1/281 418/4/281 +f 436/1/281 421/4/284 435/1/284 +f 418/4/280 436/1/280 421/4/283 +f 435/1/283 421/4/283 436/1/280 +f 418/4/281 428/1/282 417/4/282 +f 428/1/282 418/4/281 436/1/281 +f 417/4/279 428/1/279 418/4/280 +f 436/1/280 418/4/280 428/1/279 +f 439/1/85 438/1/85 437/1/85 +f 438/1/85 439/1/85 440/1/85 +f 437/1/86 438/1/86 439/1/86 +f 440/1/86 439/1/86 438/1/86 +f 201/1/85 213/1/85 210/1/85 +f 213/1/85 201/1/85 202/1/85 +f 210/1/86 213/1/86 201/1/86 +f 202/1/86 201/1/86 213/1/86 +f 441/1/85 204/1/85 203/1/85 +f 204/1/85 441/1/85 442/1/85 +f 203/1/86 204/1/86 441/1/86 +f 442/1/86 441/1/86 204/1/86 +f 445/3/15 444/1/292 443/1/291 +f 444/1/292 445/3/15 446/3/16 +f 443/1/294 444/1/293 445/3/17 +f 446/3/20 445/3/17 444/1/293 +f 449/2/46 448/1/296 447/1/295 +f 448/1/296 449/2/46 450/2/10 +f 447/1/298 448/1/297 449/2/48 +f 450/2/11 449/2/48 448/1/297 +f 453/3/22 452/1/300 451/1/299 +f 452/1/300 453/3/22 454/3/42 +f 451/1/302 452/1/301 453/3/23 +f 454/3/43 453/3/23 452/1/301 +f 444/1/292 453/3/22 451/1/299 +f 453/3/22 444/1/292 446/3/16 +f 451/1/302 453/3/23 444/1/293 +f 446/3/20 444/1/293 453/3/23 +f 449/2/46 455/2/4 450/2/10 +f 455/2/4 449/2/46 456/2/2 +f 450/2/11 455/2/8 449/2/48 +f 456/2/6 449/2/48 455/2/8 +f 450/2/10 457/1/303 448/1/296 +f 457/1/303 450/2/10 455/2/4 +f 448/1/297 457/1/304 450/2/11 +f 455/2/8 450/2/11 457/1/304 +f 453/3/22 445/3/15 454/3/42 +f 445/3/15 453/3/22 446/3/16 +f 454/3/43 445/3/17 453/3/23 +f 446/3/20 453/3/23 445/3/17 +f 456/2/2 447/1/295 458/1/305 +f 447/1/295 456/2/2 449/2/46 +f 458/1/306 447/1/298 456/2/6 +f 449/2/48 456/2/6 447/1/298 +f 457/1/303 456/2/2 458/1/305 +f 456/2/2 457/1/303 455/2/4 +f 458/1/306 456/2/6 457/1/304 +f 455/2/8 457/1/304 456/2/6 +f 454/3/42 443/1/291 452/1/300 +f 443/1/291 454/3/42 445/3/15 +f 452/1/301 443/1/294 454/3/43 +f 445/3/17 454/3/43 443/1/294 +f 461/2/309 460/2/308 459/2/307 +f 460/2/308 461/2/309 462/2/310 +f 459/2/313 460/2/312 461/2/311 +f 462/2/314 461/2/311 460/2/312 +f 462/2/310 463/1/315 460/2/308 +f 463/1/315 462/2/310 464/1/316 +f 460/2/312 463/1/317 462/2/314 +f 464/1/318 462/2/314 463/1/317 +f 459/2/307 463/1/315 465/1/319 +f 463/1/315 459/2/307 460/2/308 +f 465/1/320 463/1/317 459/2/313 +f 460/2/312 459/2/313 463/1/317 +f 466/1/321 459/2/307 465/1/319 +f 459/2/307 466/1/321 461/2/309 +f 465/1/320 459/2/313 466/1/322 +f 461/2/311 466/1/322 459/2/313 +f 464/1/316 461/2/309 466/1/321 +f 461/2/309 464/1/316 462/2/310 +f 466/1/322 461/2/311 464/1/318 +f 462/2/314 464/1/318 461/2/311 +f 469/1/61 468/2/323 467/1/73 +f 468/2/323 469/1/61 470/2/324 +f 467/1/79 468/2/325 469/1/67 +f 470/2/326 469/1/67 468/2/325 +f 471/1/63 470/2/324 469/1/61 +f 470/2/324 471/1/63 472/2/327 +f 469/1/67 470/2/326 471/1/65 +f 472/2/328 471/1/65 470/2/326 +f 475/3/26 474/1/39 473/1/25 +f 474/1/39 475/3/26 476/3/33 +f 473/1/31 474/1/40 475/3/30 +f 476/3/36 475/3/30 474/1/40 +f 475/3/26 477/3/34 476/3/33 +f 477/3/34 475/3/26 478/3/28 +f 476/3/36 477/3/35 475/3/30 +f 478/3/32 475/3/30 477/3/35 +f 472/2/327 480/1/74 479/2/329 +f 480/1/74 472/2/327 471/1/63 +f 479/2/330 480/1/78 472/2/328 +f 471/1/65 472/2/328 480/1/78 +f 476/3/33 481/1/37 474/1/39 +f 481/1/37 476/3/33 477/3/34 +f 474/1/40 481/1/38 476/3/36 +f 477/3/35 476/3/36 481/1/38 +f 470/2/324 479/2/329 468/2/323 +f 479/2/329 470/2/324 472/2/327 +f 468/2/325 479/2/330 470/2/326 +f 472/2/328 470/2/326 479/2/330 +f 482/1/27 475/3/26 473/1/25 +f 475/3/26 482/1/27 478/3/28 +f 473/1/31 475/3/30 482/1/29 +f 478/3/32 482/1/29 475/3/30 +f 468/2/323 480/1/74 467/1/73 +f 480/1/74 468/2/323 479/2/329 +f 467/1/79 480/1/78 468/2/325 +f 479/2/330 468/2/325 480/1/78 +f 477/3/34 482/1/27 481/1/37 +f 482/1/27 477/3/34 478/3/28 +f 481/1/38 482/1/29 477/3/35 +f 478/3/32 477/3/35 482/1/29 +f 485/4/85 484/4/85 483/4/85 +f 484/4/85 485/4/85 486/4/85 +f 484/4/85 486/4/85 487/4/85 +f 487/4/85 486/4/85 488/4/85 +f 487/4/85 488/4/85 489/4/85 +f 489/4/85 488/4/85 490/4/85 +f 489/4/85 490/4/85 491/4/85 +f 491/4/85 490/4/85 492/4/85 +f 483/4/86 484/4/86 485/4/86 +f 486/4/86 485/4/86 484/4/86 +f 487/4/86 486/4/86 484/4/86 +f 488/4/86 486/4/86 487/4/86 +f 489/4/86 488/4/86 487/4/86 +f 490/4/86 488/4/86 489/4/86 +f 491/4/86 490/4/86 489/4/86 +f 492/4/86 490/4/86 491/4/86 +f 485/4/331 494/1/331 493/1/331 +f 494/1/331 485/4/331 483/4/331 +f 493/1/332 494/1/332 485/4/332 +f 483/4/332 485/4/332 494/1/332 +f 495/1/334 485/4/333 493/1/333 +f 485/4/333 495/1/334 486/4/334 +f 493/1/336 485/4/336 495/1/335 +f 486/4/335 495/1/335 485/4/336 +f 496/1/337 486/4/334 495/1/334 +f 486/4/334 496/1/337 488/4/337 +f 495/1/335 486/4/335 496/1/338 +f 488/4/338 496/1/338 486/4/335 +f 490/4/339 496/1/337 497/1/339 +f 496/1/337 490/4/339 488/4/337 +f 497/1/340 496/1/338 490/4/340 +f 488/4/338 490/4/340 496/1/338 +f 492/4/341 497/1/339 498/1/341 +f 497/1/339 492/4/341 490/4/339 +f 498/1/342 497/1/340 492/4/342 +f 490/4/340 492/4/342 497/1/340 +f 499/1/343 492/4/343 498/1/343 +f 492/4/343 499/1/343 491/4/343 +f 498/1/344 492/4/344 499/1/344 +f 491/4/344 499/1/344 492/4/344 +f 489/4/340 499/1/345 500/1/340 +f 499/1/345 489/4/340 491/4/345 +f 500/1/339 499/1/346 489/4/339 +f 491/4/346 489/4/339 499/1/346 +f 487/4/338 500/1/340 501/1/338 +f 500/1/340 487/4/338 489/4/340 +f 501/1/337 500/1/339 487/4/337 +f 489/4/339 487/4/337 500/1/339 +f 487/4/338 502/1/335 484/4/335 +f 502/1/335 487/4/338 501/1/338 +f 484/4/334 502/1/334 487/4/337 +f 501/1/337 487/4/337 502/1/334 +f 484/4/335 494/1/336 483/4/336 +f 494/1/336 484/4/335 502/1/335 +f 483/4/333 494/1/333 484/4/334 +f 502/1/334 484/4/334 494/1/333 +f 203/1/85 503/1/85 441/1/85 +f 503/1/85 203/1/85 216/1/85 +f 441/1/86 503/1/86 203/1/86 +f 216/1/86 203/1/86 503/1/86 +f 506/3/349 505/1/348 504/1/347 +f 505/1/348 506/3/349 507/3/350 +f 504/1/353 505/1/352 506/3/351 +f 507/3/354 506/3/351 505/1/352 +f 510/2/357 509/1/356 508/1/355 +f 509/1/356 510/2/357 511/2/358 +f 508/1/361 509/1/360 510/2/359 +f 511/2/362 510/2/359 509/1/360 +f 514/3/365 513/1/364 512/1/363 +f 513/1/364 514/3/365 515/3/366 +f 512/1/369 513/1/368 514/3/367 +f 515/3/370 514/3/367 513/1/368 +f 505/1/348 514/3/365 512/1/363 +f 514/3/365 505/1/348 507/3/350 +f 512/1/369 514/3/367 505/1/352 +f 507/3/354 505/1/352 514/3/367 +f 510/2/357 516/2/371 511/2/358 +f 516/2/371 510/2/357 517/2/372 +f 511/2/362 516/2/373 510/2/359 +f 517/2/374 510/2/359 516/2/373 +f 511/2/358 518/1/375 509/1/356 +f 518/1/375 511/2/358 516/2/371 +f 509/1/360 518/1/376 511/2/362 +f 516/2/373 511/2/362 518/1/376 +f 514/3/365 506/3/349 515/3/366 +f 506/3/349 514/3/365 507/3/350 +f 515/3/370 506/3/351 514/3/367 +f 507/3/354 514/3/367 506/3/351 +f 517/2/372 508/1/355 519/1/377 +f 508/1/355 517/2/372 510/2/357 +f 519/1/378 508/1/361 517/2/374 +f 510/2/359 517/2/374 508/1/361 +f 518/1/375 517/2/372 519/1/377 +f 517/2/372 518/1/375 516/2/371 +f 519/1/378 517/2/374 518/1/376 +f 516/2/373 518/1/376 517/2/374 +f 515/3/366 504/1/347 513/1/364 +f 504/1/347 515/3/366 506/3/349 +f 513/1/368 504/1/353 515/3/370 +f 506/3/351 515/3/370 504/1/353 +f 522/2/381 521/2/380 520/2/379 +f 521/2/380 522/2/381 523/2/382 +f 520/2/385 521/2/384 522/2/383 +f 523/2/386 522/2/383 521/2/384 +f 523/2/382 524/1/387 521/2/380 +f 524/1/387 523/2/382 525/1/388 +f 521/2/384 524/1/389 523/2/386 +f 525/1/390 523/2/386 524/1/389 +f 520/2/379 524/1/387 526/1/391 +f 524/1/387 520/2/379 521/2/380 +f 526/1/392 524/1/389 520/2/385 +f 521/2/384 520/2/385 524/1/389 +f 527/1/393 520/2/379 526/1/391 +f 520/2/379 527/1/393 522/2/381 +f 526/1/392 520/2/385 527/1/394 +f 522/2/383 527/1/394 520/2/385 +f 525/1/388 522/2/381 527/1/393 +f 522/2/381 525/1/388 523/2/382 +f 527/1/394 522/2/383 525/1/390 +f 523/2/386 525/1/390 522/2/383 +f 530/1/397 529/2/396 528/1/395 +f 529/2/396 530/1/397 531/2/398 +f 528/1/401 529/2/400 530/1/399 +f 531/2/402 530/1/399 529/2/400 +f 532/1/403 531/2/398 530/1/397 +f 531/2/398 532/1/403 533/2/404 +f 530/1/399 531/2/402 532/1/405 +f 533/2/406 532/1/405 531/2/402 +f 536/3/409 535/1/408 534/1/407 +f 535/1/408 536/3/409 537/3/410 +f 534/1/413 535/1/412 536/3/411 +f 537/3/414 536/3/411 535/1/412 +f 536/3/409 538/3/415 537/3/410 +f 538/3/415 536/3/409 539/3/416 +f 537/3/414 538/3/417 536/3/411 +f 539/3/418 536/3/411 538/3/417 +f 533/2/404 541/1/420 540/2/419 +f 541/1/420 533/2/404 532/1/403 +f 540/2/422 541/1/421 533/2/406 +f 532/1/405 533/2/406 541/1/421 +f 537/3/410 542/1/423 535/1/408 +f 542/1/423 537/3/410 538/3/415 +f 535/1/412 542/1/424 537/3/414 +f 538/3/417 537/3/414 542/1/424 +f 531/2/398 540/2/419 529/2/396 +f 540/2/419 531/2/398 533/2/404 +f 529/2/400 540/2/422 531/2/402 +f 533/2/406 531/2/402 540/2/422 +f 543/1/425 536/3/409 534/1/407 +f 536/3/409 543/1/425 539/3/416 +f 534/1/413 536/3/411 543/1/426 +f 539/3/418 543/1/426 536/3/411 +f 529/2/396 541/1/420 528/1/395 +f 541/1/420 529/2/396 540/2/419 +f 528/1/401 541/1/421 529/2/400 +f 540/2/422 529/2/400 541/1/421 +f 538/3/415 543/1/425 542/1/423 +f 543/1/425 538/3/415 539/3/416 +f 542/1/424 543/1/426 538/3/417 +f 539/3/418 538/3/417 543/1/426 +f 546/4/85 545/4/85 544/4/85 +f 545/4/85 546/4/85 547/4/85 +f 545/4/85 547/4/85 548/4/85 +f 548/4/85 547/4/85 549/4/85 +f 548/4/85 549/4/85 550/4/85 +f 550/4/85 549/4/85 551/4/85 +f 550/4/85 551/4/85 552/4/85 +f 552/4/85 551/4/85 553/4/85 +f 544/4/86 545/4/86 546/4/86 +f 547/4/86 546/4/86 545/4/86 +f 548/4/86 547/4/86 545/4/86 +f 549/4/86 547/4/86 548/4/86 +f 550/4/86 549/4/86 548/4/86 +f 551/4/86 549/4/86 550/4/86 +f 552/4/86 551/4/86 550/4/86 +f 553/4/86 551/4/86 552/4/86 +f 546/4/186 555/1/186 554/1/186 +f 555/1/186 546/4/186 544/4/186 +f 554/1/185 555/1/185 546/4/185 +f 544/4/185 546/4/185 555/1/185 +f 556/1/428 546/4/427 554/1/427 +f 546/4/427 556/1/428 547/4/428 +f 554/1/430 546/4/430 556/1/429 +f 547/4/429 556/1/429 546/4/430 +f 557/1/431 547/4/428 556/1/428 +f 547/4/428 557/1/431 549/4/431 +f 556/1/429 547/4/429 557/1/432 +f 549/4/432 557/1/432 547/4/429 +f 551/4/433 557/1/431 558/1/433 +f 557/1/431 551/4/433 549/4/431 +f 558/1/434 557/1/432 551/4/434 +f 549/4/432 551/4/434 557/1/432 +f 553/4/435 558/1/433 559/1/435 +f 558/1/433 553/4/435 551/4/433 +f 559/1/436 558/1/434 553/4/436 +f 551/4/434 553/4/436 558/1/434 +f 560/1/184 553/4/184 559/1/184 +f 553/4/184 560/1/184 552/4/184 +f 559/1/183 553/4/183 560/1/183 +f 552/4/183 560/1/183 553/4/183 +f 550/4/434 560/1/437 561/1/434 +f 560/1/437 550/4/434 552/4/437 +f 561/1/433 560/1/438 550/4/433 +f 552/4/438 550/4/433 560/1/438 +f 548/4/432 561/1/434 562/1/432 +f 561/1/434 548/4/432 550/4/434 +f 562/1/431 561/1/433 548/4/431 +f 550/4/433 548/4/431 561/1/433 +f 548/4/432 563/1/429 545/4/429 +f 563/1/429 548/4/432 562/1/432 +f 545/4/428 563/1/428 548/4/431 +f 562/1/431 548/4/431 563/1/428 +f 545/4/429 555/1/430 544/4/430 +f 555/1/430 545/4/429 563/1/429 +f 544/4/427 555/1/427 545/4/428 +f 563/1/428 545/4/428 555/1/427 +f 566/1/85 565/1/85 564/1/85 +f 565/1/85 566/1/85 301/1/85 +f 564/1/86 565/1/86 566/1/86 +f 301/1/86 566/1/86 565/1/86 +f 569/3/22 568/1/41 567/1/21 +f 568/1/41 569/3/22 570/3/42 +f 567/1/24 568/1/44 569/3/23 +f 570/3/43 569/3/23 568/1/44 +f 573/2/4 572/1/1 571/1/3 +f 572/1/1 573/2/4 574/2/2 +f 571/1/5 572/1/7 573/2/8 +f 574/2/6 573/2/8 572/1/7 +f 577/3/15 576/1/14 575/1/13 +f 576/1/14 577/3/15 578/3/16 +f 575/1/19 576/1/18 577/3/17 +f 578/3/20 577/3/17 576/1/18 +f 568/1/41 577/3/15 575/1/13 +f 577/3/15 568/1/41 570/3/42 +f 575/1/19 577/3/17 568/1/44 +f 570/3/43 568/1/44 577/3/17 +f 573/2/4 579/2/46 574/2/2 +f 579/2/46 573/2/4 580/2/10 +f 574/2/6 579/2/48 573/2/8 +f 580/2/11 573/2/8 579/2/48 +f 574/2/2 581/1/45 572/1/1 +f 581/1/45 574/2/2 579/2/46 +f 572/1/7 581/1/47 574/2/6 +f 579/2/48 574/2/6 581/1/47 +f 577/3/15 569/3/22 578/3/16 +f 569/3/22 577/3/15 570/3/42 +f 578/3/20 569/3/23 577/3/17 +f 570/3/43 577/3/17 569/3/23 +f 580/2/10 571/1/3 582/1/9 +f 571/1/3 580/2/10 573/2/4 +f 582/1/12 571/1/5 580/2/11 +f 573/2/8 580/2/11 571/1/5 +f 581/1/45 580/2/10 582/1/9 +f 580/2/10 581/1/45 579/2/46 +f 582/1/12 580/2/11 581/1/47 +f 579/2/48 581/1/47 580/2/11 +f 578/3/16 567/1/21 576/1/14 +f 567/1/21 578/3/16 569/3/22 +f 576/1/18 567/1/24 578/3/20 +f 569/3/23 578/3/20 567/1/24 +f 585/2/93 584/2/92 583/2/91 +f 584/2/92 585/2/93 586/2/94 +f 583/2/97 584/2/96 585/2/95 +f 586/2/98 585/2/95 584/2/96 +f 586/2/94 587/1/105 584/2/92 +f 587/1/105 586/2/94 588/1/100 +f 584/2/96 587/1/106 586/2/98 +f 588/1/102 586/2/98 587/1/106 +f 583/2/91 587/1/105 589/1/103 +f 587/1/105 583/2/91 584/2/92 +f 589/1/104 587/1/106 583/2/97 +f 584/2/96 583/2/97 587/1/106 +f 590/1/99 583/2/91 589/1/103 +f 583/2/91 590/1/99 585/2/93 +f 589/1/104 583/2/97 590/1/101 +f 585/2/95 590/1/101 583/2/97 +f 588/1/100 585/2/93 590/1/99 +f 585/2/93 588/1/100 586/2/94 +f 590/1/101 585/2/95 588/1/102 +f 586/2/98 588/1/102 585/2/95 +f 593/1/74 592/2/64 591/1/63 +f 592/2/64 593/1/74 594/2/76 +f 591/1/65 592/2/68 593/1/78 +f 594/2/80 593/1/78 592/2/68 +f 595/1/73 594/2/76 593/1/74 +f 594/2/76 595/1/73 596/2/75 +f 593/1/78 594/2/80 595/1/79 +f 596/2/77 595/1/79 594/2/80 +f 599/3/34 598/1/27 597/1/37 +f 598/1/27 599/3/34 600/3/28 +f 597/1/38 598/1/29 599/3/35 +f 600/3/32 599/3/35 598/1/29 +f 599/3/34 601/3/26 600/3/28 +f 601/3/26 599/3/34 602/3/33 +f 600/3/32 601/3/30 599/3/35 +f 602/3/36 599/3/35 601/3/30 +f 596/2/75 604/1/61 603/2/62 +f 604/1/61 596/2/75 595/1/73 +f 603/2/66 604/1/67 596/2/77 +f 595/1/79 596/2/77 604/1/67 +f 600/3/28 605/1/25 598/1/27 +f 605/1/25 600/3/28 601/3/26 +f 598/1/29 605/1/31 600/3/32 +f 601/3/30 600/3/32 605/1/31 +f 594/2/76 603/2/62 592/2/64 +f 603/2/62 594/2/76 596/2/75 +f 592/2/68 603/2/66 594/2/80 +f 596/2/77 594/2/80 603/2/66 +f 606/1/39 599/3/34 597/1/37 +f 599/3/34 606/1/39 602/3/33 +f 597/1/38 599/3/35 606/1/40 +f 602/3/36 606/1/40 599/3/35 +f 592/2/64 604/1/61 591/1/63 +f 604/1/61 592/2/64 603/2/62 +f 591/1/65 604/1/67 592/2/68 +f 603/2/66 592/2/68 604/1/67 +f 601/3/26 606/1/39 605/1/25 +f 606/1/39 601/3/26 602/3/33 +f 605/1/31 606/1/40 601/3/30 +f 602/3/36 601/3/30 606/1/40 +f 609/4/85 608/4/85 607/4/85 +f 608/4/85 609/4/85 610/4/85 +f 608/4/85 610/4/85 611/4/85 +f 611/4/85 610/4/85 612/4/85 +f 611/4/85 612/4/85 613/4/85 +f 613/4/85 612/4/85 614/4/85 +f 613/4/85 614/4/85 615/4/85 +f 615/4/85 614/4/85 616/4/85 +f 607/4/86 608/4/86 609/4/86 +f 610/4/86 609/4/86 608/4/86 +f 611/4/86 610/4/86 608/4/86 +f 612/4/86 610/4/86 611/4/86 +f 613/4/86 612/4/86 611/4/86 +f 614/4/86 612/4/86 613/4/86 +f 615/4/86 614/4/86 613/4/86 +f 616/4/86 614/4/86 615/4/86 +f 609/4/107 618/1/107 617/1/107 +f 618/1/107 609/4/107 607/4/107 +f 617/1/108 618/1/108 609/4/108 +f 607/4/108 609/4/108 618/1/108 +f 619/1/440 609/4/439 617/1/439 +f 609/4/439 619/1/440 610/4/440 +f 617/1/442 609/4/442 619/1/441 +f 610/4/441 619/1/441 609/4/442 +f 620/1/338 610/4/440 619/1/440 +f 610/4/440 620/1/338 612/4/338 +f 619/1/441 610/4/441 620/1/337 +f 612/4/337 620/1/337 610/4/441 +f 614/4/443 620/1/338 621/1/443 +f 620/1/338 614/4/443 612/4/338 +f 621/1/444 620/1/337 614/4/444 +f 612/4/337 614/4/444 620/1/337 +f 616/4/445 621/1/443 622/1/445 +f 621/1/443 616/4/445 614/4/443 +f 622/1/446 621/1/444 616/4/446 +f 614/4/444 616/4/446 621/1/444 +f 623/1/110 616/4/110 622/1/110 +f 616/4/110 623/1/110 615/4/110 +f 622/1/109 616/4/109 623/1/109 +f 615/4/109 623/1/109 616/4/109 +f 613/4/444 623/1/447 624/1/444 +f 623/1/447 613/4/444 615/4/447 +f 624/1/443 623/1/448 613/4/443 +f 615/4/448 613/4/443 623/1/448 +f 611/4/337 624/1/444 625/1/337 +f 624/1/444 611/4/337 613/4/444 +f 625/1/338 624/1/443 611/4/338 +f 613/4/443 611/4/338 624/1/443 +f 611/4/337 626/1/441 608/4/441 +f 626/1/441 611/4/337 625/1/337 +f 608/4/440 626/1/440 611/4/338 +f 625/1/338 611/4/338 626/1/440 +f 608/4/441 618/1/442 607/4/442 +f 618/1/442 608/4/441 626/1/441 +f 607/4/439 618/1/439 608/4/440 +f 626/1/440 608/4/440 618/1/439 +f 211/1/85 627/1/85 302/1/85 +f 627/1/85 211/1/85 212/1/85 +f 302/1/86 627/1/86 211/1/86 +f 212/1/86 211/1/86 627/1/86 +f 630/6/89 629/7/449 628/6/449 +f 629/7/449 630/6/89 631/7/89 +f 628/6/450 629/7/450 630/6/90 +f 631/7/90 630/6/90 629/7/450 +f 634/6/84 633/7/451 632/7/84 +f 633/7/451 634/6/84 635/6/451 +f 632/7/82 633/7/452 634/6/82 +f 635/6/452 634/6/82 633/7/452 +f 637/6/453 632/7/84 636/7/453 +f 632/7/84 637/6/453 634/6/84 +f 636/7/454 632/7/82 637/6/454 +f 634/6/82 637/6/454 632/7/82 +f 639/6/82 629/7/452 638/7/82 +f 629/7/452 639/6/82 628/6/452 +f 638/7/84 629/7/451 639/6/84 +f 628/6/451 639/6/84 629/7/451 +f 641/6/454 638/7/82 640/7/454 +f 638/7/82 641/6/454 639/6/82 +f 640/7/453 638/7/84 641/6/453 +f 639/6/84 641/6/453 638/7/84 +f 642/7/90 641/6/455 640/7/455 +f 641/6/455 642/7/90 643/6/90 +f 640/7/456 641/6/456 642/7/89 +f 643/6/89 642/7/89 641/6/456 +f 633/7/450 643/6/90 642/7/90 +f 643/6/90 633/7/450 635/6/450 +f 642/7/89 643/6/89 633/7/449 +f 635/6/449 633/7/449 643/6/89 +f 628/6/85 637/6/85 630/6/85 +f 637/6/85 628/6/85 634/6/85 +f 634/6/85 628/6/85 639/6/85 +f 634/6/85 639/6/85 635/6/85 +f 635/6/85 639/6/85 641/6/85 +f 635/6/85 641/6/85 643/6/85 +f 630/6/86 637/6/86 628/6/86 +f 634/6/86 628/6/86 637/6/86 +f 639/6/86 628/6/86 634/6/86 +f 635/6/86 639/6/86 634/6/86 +f 641/6/86 639/6/86 635/6/86 +f 643/6/86 641/6/86 635/6/86 +f 636/7/86 629/7/86 631/7/86 +f 629/7/86 636/7/86 632/7/86 +f 629/7/86 632/7/86 638/7/86 +f 638/7/86 632/7/86 633/7/86 +f 638/7/86 633/7/86 640/7/86 +f 640/7/86 633/7/86 642/7/86 +f 631/7/85 629/7/85 636/7/85 +f 632/7/85 636/7/85 629/7/85 +f 638/7/85 632/7/85 629/7/85 +f 633/7/85 632/7/85 638/7/85 +f 640/7/85 633/7/85 638/7/85 +f 642/7/85 633/7/85 640/7/85 +f 637/6/456 631/7/89 630/6/89 +f 631/7/89 637/6/456 636/7/456 +f 630/6/90 631/7/90 637/6/455 +f 636/7/455 637/6/455 631/7/90 +f 646/6/84 645/7/451 644/7/84 +f 645/7/451 646/6/84 647/6/451 +f 644/7/82 645/7/452 646/6/82 +f 647/6/452 646/6/82 645/7/452 +f 650/6/454 649/7/82 648/7/454 +f 649/7/82 650/6/454 651/6/82 +f 648/7/453 649/7/84 650/6/453 +f 651/6/84 650/6/453 649/7/84 +f 653/6/453 644/7/84 652/7/453 +f 644/7/84 653/6/453 646/6/84 +f 652/7/454 644/7/82 653/6/454 +f 646/6/82 653/6/454 644/7/82 +f 653/6/456 655/7/89 654/6/89 +f 655/7/89 653/6/456 652/7/456 +f 654/6/90 655/7/90 653/6/455 +f 652/7/455 653/6/455 655/7/90 +f 656/6/85 653/6/85 654/6/85 +f 653/6/85 656/6/85 651/6/85 +f 653/6/85 651/6/85 646/6/85 +f 646/6/85 651/6/85 650/6/85 +f 646/6/85 650/6/85 647/6/85 +f 647/6/85 650/6/85 657/6/85 +f 654/6/86 653/6/86 656/6/86 +f 651/6/86 656/6/86 653/6/86 +f 646/6/86 651/6/86 653/6/86 +f 650/6/86 651/6/86 646/6/86 +f 647/6/86 650/6/86 646/6/86 +f 657/6/86 650/6/86 647/6/86 +f 658/7/90 650/6/455 648/7/455 +f 650/6/455 658/7/90 657/6/90 +f 648/7/456 650/6/456 658/7/89 +f 657/6/89 658/7/89 650/6/456 +f 645/7/450 657/6/90 658/7/90 +f 657/6/90 645/7/450 647/6/450 +f 658/7/89 657/6/89 645/7/449 +f 647/6/449 645/7/449 657/6/89 +f 654/6/89 659/7/449 656/6/449 +f 659/7/449 654/6/89 655/7/89 +f 656/6/450 659/7/450 654/6/90 +f 655/7/90 654/6/90 659/7/450 +f 651/6/82 659/7/452 649/7/82 +f 659/7/452 651/6/82 656/6/452 +f 649/7/84 659/7/451 651/6/84 +f 656/6/451 651/6/84 659/7/451 +f 662/9/457 661/8/458 660/8/457 +f 661/8/458 662/9/457 663/9/458 +f 660/8/459 661/8/460 662/9/459 +f 663/9/460 662/9/459 661/8/460 +f 665/9/461 660/8/457 664/8/461 +f 660/8/457 665/9/461 662/9/457 +f 664/8/462 660/8/459 665/9/462 +f 662/9/459 665/9/462 660/8/459 +f 668/8/463 667/9/464 666/9/463 +f 667/9/464 668/8/463 669/8/464 +f 666/9/465 667/9/466 668/8/465 +f 669/8/466 668/8/465 667/9/466 +f 672/8/467 671/9/468 670/9/467 +f 671/9/468 672/8/467 673/8/468 +f 670/9/469 671/9/470 672/8/469 +f 673/8/470 672/8/469 671/9/470 +f 674/8/472 667/9/471 669/8/471 +f 667/9/471 674/8/472 675/9/472 +f 669/8/474 667/9/474 674/8/473 +f 675/9/473 674/8/473 667/9/474 +f 672/8/475 675/9/472 674/8/472 +f 675/9/472 672/8/475 670/9/475 +f 674/8/473 675/9/473 672/8/476 +f 670/9/476 672/8/476 675/9/473 +f 664/8/477 666/9/463 665/9/477 +f 666/9/463 664/8/477 668/8/463 +f 665/9/478 666/9/465 664/8/478 +f 668/8/465 664/8/478 666/9/465 +f 673/8/468 663/9/479 671/9/468 +f 663/9/479 673/8/468 661/8/479 +f 671/9/470 663/9/480 673/8/470 +f 661/8/480 673/8/470 663/9/480 +f 678/6/89 677/7/449 676/6/449 +f 677/7/449 678/6/89 679/7/89 +f 676/6/450 677/7/450 678/6/90 +f 679/7/90 678/6/90 677/7/450 +f 682/6/84 681/7/451 680/7/84 +f 681/7/451 682/6/84 683/6/451 +f 680/7/82 681/7/452 682/6/82 +f 683/6/452 682/6/82 681/7/452 +f 685/6/453 680/7/84 684/7/453 +f 680/7/84 685/6/453 682/6/84 +f 684/7/454 680/7/82 685/6/454 +f 682/6/82 685/6/454 680/7/82 +f 687/6/82 677/7/452 686/7/82 +f 677/7/452 687/6/82 676/6/452 +f 686/7/84 677/7/451 687/6/84 +f 676/6/451 687/6/84 677/7/451 +f 689/6/454 686/7/82 688/7/454 +f 686/7/82 689/6/454 687/6/82 +f 688/7/453 686/7/84 689/6/453 +f 687/6/84 689/6/453 686/7/84 +f 690/7/90 689/6/455 688/7/455 +f 689/6/455 690/7/90 691/6/90 +f 688/7/456 689/6/456 690/7/89 +f 691/6/89 690/7/89 689/6/456 +f 681/7/450 691/6/90 690/7/90 +f 691/6/90 681/7/450 683/6/450 +f 690/7/89 691/6/89 681/7/449 +f 683/6/449 681/7/449 691/6/89 +f 676/6/85 685/6/85 678/6/85 +f 685/6/85 676/6/85 682/6/85 +f 682/6/85 676/6/85 687/6/85 +f 682/6/85 687/6/85 683/6/85 +f 683/6/85 687/6/85 689/6/85 +f 683/6/85 689/6/85 691/6/85 +f 678/6/86 685/6/86 676/6/86 +f 682/6/86 676/6/86 685/6/86 +f 687/6/86 676/6/86 682/6/86 +f 683/6/86 687/6/86 682/6/86 +f 689/6/86 687/6/86 683/6/86 +f 691/6/86 689/6/86 683/6/86 +f 684/7/86 677/7/86 679/7/86 +f 677/7/86 684/7/86 680/7/86 +f 677/7/86 680/7/86 686/7/86 +f 686/7/86 680/7/86 681/7/86 +f 686/7/86 681/7/86 688/7/86 +f 688/7/86 681/7/86 690/7/86 +f 679/7/85 677/7/85 684/7/85 +f 680/7/85 684/7/85 677/7/85 +f 686/7/85 680/7/85 677/7/85 +f 681/7/85 680/7/85 686/7/85 +f 688/7/85 681/7/85 686/7/85 +f 690/7/85 681/7/85 688/7/85 +f 685/6/456 679/7/89 678/6/89 +f 679/7/89 685/6/456 684/7/456 +f 678/6/90 679/7/90 685/6/455 +f 684/7/455 685/6/455 679/7/90 +f 694/6/84 693/7/451 692/7/84 +f 693/7/451 694/6/84 695/6/451 +f 692/7/82 693/7/452 694/6/82 +f 695/6/452 694/6/82 693/7/452 +f 698/6/454 697/7/82 696/7/454 +f 697/7/82 698/6/454 699/6/82 +f 696/7/453 697/7/84 698/6/453 +f 699/6/84 698/6/453 697/7/84 +f 701/6/453 692/7/84 700/7/453 +f 692/7/84 701/6/453 694/6/84 +f 700/7/454 692/7/82 701/6/454 +f 694/6/82 701/6/454 692/7/82 +f 701/6/456 703/7/89 702/6/89 +f 703/7/89 701/6/456 700/7/456 +f 702/6/90 703/7/90 701/6/455 +f 700/7/455 701/6/455 703/7/90 +f 704/6/85 701/6/85 702/6/85 +f 701/6/85 704/6/85 699/6/85 +f 701/6/85 699/6/85 694/6/85 +f 694/6/85 699/6/85 698/6/85 +f 694/6/85 698/6/85 695/6/85 +f 695/6/85 698/6/85 705/6/85 +f 702/6/86 701/6/86 704/6/86 +f 699/6/86 704/6/86 701/6/86 +f 694/6/86 699/6/86 701/6/86 +f 698/6/86 699/6/86 694/6/86 +f 695/6/86 698/6/86 694/6/86 +f 705/6/86 698/6/86 695/6/86 +f 706/7/90 698/6/455 696/7/455 +f 698/6/455 706/7/90 705/6/90 +f 696/7/456 698/6/456 706/7/89 +f 705/6/89 706/7/89 698/6/456 +f 693/7/450 705/6/90 706/7/90 +f 705/6/90 693/7/450 695/6/450 +f 706/7/89 705/6/89 693/7/449 +f 695/6/449 693/7/449 705/6/89 +f 702/6/89 707/7/449 704/6/449 +f 707/7/449 702/6/89 703/7/89 +f 704/6/450 707/7/450 702/6/90 +f 703/7/90 702/6/90 707/7/450 +f 699/6/82 707/7/452 697/7/82 +f 707/7/452 699/6/82 704/6/452 +f 697/7/84 707/7/451 699/6/84 +f 704/6/451 699/6/84 707/7/451 +f 710/9/457 709/8/458 708/8/457 +f 709/8/458 710/9/457 711/9/458 +f 708/8/459 709/8/460 710/9/459 +f 711/9/460 710/9/459 709/8/460 +f 713/9/461 708/8/457 712/8/461 +f 708/8/457 713/9/461 710/9/457 +f 712/8/462 708/8/459 713/9/462 +f 710/9/459 713/9/462 708/8/459 +f 716/8/463 715/9/464 714/9/463 +f 715/9/464 716/8/463 717/8/464 +f 714/9/465 715/9/466 716/8/465 +f 717/8/466 716/8/465 715/9/466 +f 720/8/467 719/9/468 718/9/467 +f 719/9/468 720/8/467 721/8/468 +f 718/9/469 719/9/470 720/8/469 +f 721/8/470 720/8/469 719/9/470 +f 722/8/472 715/9/471 717/8/471 +f 715/9/471 722/8/472 723/9/472 +f 717/8/474 715/9/474 722/8/473 +f 723/9/473 722/8/473 715/9/474 +f 720/8/475 723/9/472 722/8/472 +f 723/9/472 720/8/475 718/9/475 +f 722/8/473 723/9/473 720/8/476 +f 718/9/476 720/8/476 723/9/473 +f 712/8/477 714/9/463 713/9/477 +f 714/9/463 712/8/477 716/8/463 +f 713/9/478 714/9/465 712/8/478 +f 716/8/465 712/8/478 714/9/465 +f 721/8/468 711/9/479 719/9/468 +f 711/9/479 721/8/468 709/8/479 +f 719/9/470 711/9/480 721/8/470 +f 709/8/480 721/8/470 711/9/480 +f 726/6/109 725/7/450 724/6/450 +f 725/7/450 726/6/109 727/7/109 +f 724/6/449 725/7/449 726/6/110 +f 727/7/110 726/6/110 725/7/449 +f 730/6/108 729/7/452 728/7/108 +f 729/7/452 730/6/108 731/6/452 +f 728/7/107 729/7/451 730/6/107 +f 731/6/451 730/6/107 729/7/451 +f 733/6/454 728/7/108 732/7/454 +f 728/7/108 733/6/454 730/6/108 +f 732/7/453 728/7/107 733/6/453 +f 730/6/107 733/6/453 728/7/107 +f 735/6/107 725/7/451 734/7/107 +f 725/7/451 735/6/107 724/6/451 +f 734/7/108 725/7/452 735/6/108 +f 724/6/452 735/6/108 725/7/452 +f 737/6/453 734/7/107 736/7/453 +f 734/7/107 737/6/453 735/6/107 +f 736/7/454 734/7/108 737/6/454 +f 735/6/108 737/6/454 734/7/108 +f 738/7/110 737/6/456 736/7/456 +f 737/6/456 738/7/110 739/6/110 +f 736/7/455 737/6/455 738/7/109 +f 739/6/109 738/7/109 737/6/455 +f 729/7/449 739/6/110 738/7/110 +f 739/6/110 729/7/449 731/6/449 +f 738/7/109 739/6/109 729/7/450 +f 731/6/450 729/7/450 739/6/109 +f 724/6/85 733/6/85 726/6/85 +f 733/6/85 724/6/85 730/6/85 +f 730/6/85 724/6/85 735/6/85 +f 730/6/85 735/6/85 731/6/85 +f 731/6/85 735/6/85 737/6/85 +f 731/6/85 737/6/85 739/6/85 +f 726/6/86 733/6/86 724/6/86 +f 730/6/86 724/6/86 733/6/86 +f 735/6/86 724/6/86 730/6/86 +f 731/6/86 735/6/86 730/6/86 +f 737/6/86 735/6/86 731/6/86 +f 739/6/86 737/6/86 731/6/86 +f 732/7/86 725/7/86 727/7/86 +f 725/7/86 732/7/86 728/7/86 +f 725/7/86 728/7/86 734/7/86 +f 734/7/86 728/7/86 729/7/86 +f 734/7/86 729/7/86 736/7/86 +f 736/7/86 729/7/86 738/7/86 +f 727/7/85 725/7/85 732/7/85 +f 728/7/85 732/7/85 725/7/85 +f 734/7/85 728/7/85 725/7/85 +f 729/7/85 728/7/85 734/7/85 +f 736/7/85 729/7/85 734/7/85 +f 738/7/85 729/7/85 736/7/85 +f 733/6/455 727/7/109 726/6/109 +f 727/7/109 733/6/455 732/7/455 +f 726/6/110 727/7/110 733/6/456 +f 732/7/456 733/6/456 727/7/110 +f 742/6/108 741/7/452 740/7/108 +f 741/7/452 742/6/108 743/6/452 +f 740/7/107 741/7/451 742/6/107 +f 743/6/451 742/6/107 741/7/451 +f 746/6/453 745/7/107 744/7/453 +f 745/7/107 746/6/453 747/6/107 +f 744/7/454 745/7/108 746/6/454 +f 747/6/108 746/6/454 745/7/108 +f 749/6/454 740/7/108 748/7/454 +f 740/7/108 749/6/454 742/6/108 +f 748/7/453 740/7/107 749/6/453 +f 742/6/107 749/6/453 740/7/107 +f 749/6/455 751/7/109 750/6/109 +f 751/7/109 749/6/455 748/7/455 +f 750/6/110 751/7/110 749/6/456 +f 748/7/456 749/6/456 751/7/110 +f 752/6/85 749/6/85 750/6/85 +f 749/6/85 752/6/85 747/6/85 +f 749/6/85 747/6/85 742/6/85 +f 742/6/85 747/6/85 746/6/85 +f 742/6/85 746/6/85 743/6/85 +f 743/6/85 746/6/85 753/6/85 +f 750/6/86 749/6/86 752/6/86 +f 747/6/86 752/6/86 749/6/86 +f 742/6/86 747/6/86 749/6/86 +f 746/6/86 747/6/86 742/6/86 +f 743/6/86 746/6/86 742/6/86 +f 753/6/86 746/6/86 743/6/86 +f 754/7/110 746/6/456 744/7/456 +f 746/6/456 754/7/110 753/6/110 +f 744/7/455 746/6/455 754/7/109 +f 753/6/109 754/7/109 746/6/455 +f 741/7/449 753/6/110 754/7/110 +f 753/6/110 741/7/449 743/6/449 +f 754/7/109 753/6/109 741/7/450 +f 743/6/450 741/7/450 753/6/109 +f 750/6/109 755/7/450 752/6/450 +f 755/7/450 750/6/109 751/7/109 +f 752/6/449 755/7/449 750/6/110 +f 751/7/110 750/6/110 755/7/449 +f 747/6/107 755/7/451 745/7/107 +f 755/7/451 747/6/107 752/6/451 +f 745/7/108 755/7/452 747/6/108 +f 752/6/452 747/6/108 755/7/452 +f 758/9/481 757/8/471 756/8/481 +f 757/8/471 758/9/481 759/9/471 +f 756/8/482 757/8/474 758/9/482 +f 759/9/474 758/9/482 757/8/474 +f 761/9/475 756/8/481 760/8/475 +f 756/8/481 761/9/475 758/9/481 +f 760/8/476 756/8/482 761/9/476 +f 758/9/482 761/9/476 756/8/482 +f 764/8/483 763/9/479 762/9/483 +f 763/9/479 764/8/483 765/8/479 +f 762/9/484 763/9/480 764/8/484 +f 765/8/480 764/8/484 763/9/480 +f 768/8/477 767/9/485 766/9/477 +f 767/9/485 768/8/477 769/8/485 +f 766/9/478 767/9/486 768/8/478 +f 769/8/486 768/8/478 767/9/486 +f 770/8/487 763/9/458 765/8/458 +f 763/9/458 770/8/487 771/9/487 +f 765/8/460 763/9/460 770/8/488 +f 771/9/488 770/8/488 763/9/460 +f 768/8/461 771/9/487 770/8/487 +f 771/9/487 768/8/461 766/9/461 +f 770/8/488 771/9/488 768/8/462 +f 766/9/462 768/8/462 771/9/488 +f 760/8/467 762/9/483 761/9/467 +f 762/9/483 760/8/467 764/8/483 +f 761/9/469 762/9/484 760/8/469 +f 764/8/484 760/8/469 762/9/484 +f 769/8/485 759/9/464 767/9/485 +f 759/9/464 769/8/485 757/8/464 +f 767/9/486 759/9/466 769/8/486 +f 757/8/466 769/8/486 759/9/466 +f 774/6/109 773/7/450 772/6/450 +f 773/7/450 774/6/109 775/7/109 +f 772/6/449 773/7/449 774/6/110 +f 775/7/110 774/6/110 773/7/449 +f 778/6/108 777/7/452 776/7/108 +f 777/7/452 778/6/108 779/6/452 +f 776/7/107 777/7/451 778/6/107 +f 779/6/451 778/6/107 777/7/451 +f 781/6/454 776/7/108 780/7/454 +f 776/7/108 781/6/454 778/6/108 +f 780/7/453 776/7/107 781/6/453 +f 778/6/107 781/6/453 776/7/107 +f 783/6/107 773/7/451 782/7/107 +f 773/7/451 783/6/107 772/6/451 +f 782/7/108 773/7/452 783/6/108 +f 772/6/452 783/6/108 773/7/452 +f 785/6/453 782/7/107 784/7/453 +f 782/7/107 785/6/453 783/6/107 +f 784/7/454 782/7/108 785/6/454 +f 783/6/108 785/6/454 782/7/108 +f 786/7/110 785/6/456 784/7/456 +f 785/6/456 786/7/110 787/6/110 +f 784/7/455 785/6/455 786/7/109 +f 787/6/109 786/7/109 785/6/455 +f 777/7/449 787/6/110 786/7/110 +f 787/6/110 777/7/449 779/6/449 +f 786/7/109 787/6/109 777/7/450 +f 779/6/450 777/7/450 787/6/109 +f 772/6/85 781/6/85 774/6/85 +f 781/6/85 772/6/85 778/6/85 +f 778/6/85 772/6/85 783/6/85 +f 778/6/85 783/6/85 779/6/85 +f 779/6/85 783/6/85 785/6/85 +f 779/6/85 785/6/85 787/6/85 +f 774/6/86 781/6/86 772/6/86 +f 778/6/86 772/6/86 781/6/86 +f 783/6/86 772/6/86 778/6/86 +f 779/6/86 783/6/86 778/6/86 +f 785/6/86 783/6/86 779/6/86 +f 787/6/86 785/6/86 779/6/86 +f 780/7/86 773/7/86 775/7/86 +f 773/7/86 780/7/86 776/7/86 +f 773/7/86 776/7/86 782/7/86 +f 782/7/86 776/7/86 777/7/86 +f 782/7/86 777/7/86 784/7/86 +f 784/7/86 777/7/86 786/7/86 +f 775/7/85 773/7/85 780/7/85 +f 776/7/85 780/7/85 773/7/85 +f 782/7/85 776/7/85 773/7/85 +f 777/7/85 776/7/85 782/7/85 +f 784/7/85 777/7/85 782/7/85 +f 786/7/85 777/7/85 784/7/85 +f 781/6/455 775/7/109 774/6/109 +f 775/7/109 781/6/455 780/7/455 +f 774/6/110 775/7/110 781/6/456 +f 780/7/456 781/6/456 775/7/110 +f 790/6/108 789/7/452 788/7/108 +f 789/7/452 790/6/108 791/6/452 +f 788/7/107 789/7/451 790/6/107 +f 791/6/451 790/6/107 789/7/451 +f 794/6/453 793/7/107 792/7/453 +f 793/7/107 794/6/453 795/6/107 +f 792/7/454 793/7/108 794/6/454 +f 795/6/108 794/6/454 793/7/108 +f 797/6/454 788/7/108 796/7/454 +f 788/7/108 797/6/454 790/6/108 +f 796/7/453 788/7/107 797/6/453 +f 790/6/107 797/6/453 788/7/107 +f 797/6/455 799/7/109 798/6/109 +f 799/7/109 797/6/455 796/7/455 +f 798/6/110 799/7/110 797/6/456 +f 796/7/456 797/6/456 799/7/110 +f 800/6/85 797/6/85 798/6/85 +f 797/6/85 800/6/85 795/6/85 +f 797/6/85 795/6/85 790/6/85 +f 790/6/85 795/6/85 794/6/85 +f 790/6/85 794/6/85 791/6/85 +f 791/6/85 794/6/85 801/6/85 +f 798/6/86 797/6/86 800/6/86 +f 795/6/86 800/6/86 797/6/86 +f 790/6/86 795/6/86 797/6/86 +f 794/6/86 795/6/86 790/6/86 +f 791/6/86 794/6/86 790/6/86 +f 801/6/86 794/6/86 791/6/86 +f 802/7/110 794/6/456 792/7/456 +f 794/6/456 802/7/110 801/6/110 +f 792/7/455 794/6/455 802/7/109 +f 801/6/109 802/7/109 794/6/455 +f 789/7/449 801/6/110 802/7/110 +f 801/6/110 789/7/449 791/6/449 +f 802/7/109 801/6/109 789/7/450 +f 791/6/450 789/7/450 801/6/109 +f 798/6/109 803/7/450 800/6/450 +f 803/7/450 798/6/109 799/7/109 +f 800/6/449 803/7/449 798/6/110 +f 799/7/110 798/6/110 803/7/449 +f 795/6/107 803/7/451 793/7/107 +f 803/7/451 795/6/107 800/6/451 +f 793/7/108 803/7/452 795/6/108 +f 800/6/452 795/6/108 803/7/452 +f 806/9/481 805/8/471 804/8/481 +f 805/8/471 806/9/481 807/9/471 +f 804/8/482 805/8/474 806/9/482 +f 807/9/474 806/9/482 805/8/474 +f 809/9/475 804/8/481 808/8/475 +f 804/8/481 809/9/475 806/9/481 +f 808/8/476 804/8/482 809/9/476 +f 806/9/482 809/9/476 804/8/482 +f 812/8/483 811/9/479 810/9/483 +f 811/9/479 812/8/483 813/8/479 +f 810/9/484 811/9/480 812/8/484 +f 813/8/480 812/8/484 811/9/480 +f 816/8/477 815/9/485 814/9/477 +f 815/9/485 816/8/477 817/8/485 +f 814/9/478 815/9/486 816/8/478 +f 817/8/486 816/8/478 815/9/486 +f 818/8/487 811/9/458 813/8/458 +f 811/9/458 818/8/487 819/9/487 +f 813/8/460 811/9/460 818/8/488 +f 819/9/488 818/8/488 811/9/460 +f 816/8/461 819/9/487 818/8/487 +f 819/9/487 816/8/461 814/9/461 +f 818/8/488 819/9/488 816/8/462 +f 814/9/462 816/8/462 819/9/488 +f 808/8/467 810/9/483 809/9/467 +f 810/9/483 808/8/467 812/8/483 +f 809/9/469 810/9/484 808/8/469 +f 812/8/484 808/8/469 810/9/484 +f 817/8/485 807/9/464 815/9/485 +f 807/9/464 817/8/485 805/8/464 +f 815/9/486 807/9/466 817/8/486 +f 805/8/466 817/8/486 807/9/466 +f 822/10/113 821/7/112 820/7/111 +f 821/7/112 822/10/113 823/10/114 +f 820/7/117 821/7/116 822/10/115 +f 823/10/118 822/10/115 821/7/116 +f 826/10/121 825/10/120 824/10/119 +f 825/10/120 826/10/121 827/10/122 +f 824/10/125 825/10/124 826/10/123 +f 827/10/126 826/10/123 825/10/124 +f 829/10/128 822/10/113 828/10/127 +f 822/10/113 829/10/128 823/10/114 +f 828/10/130 822/10/115 829/10/129 +f 823/10/118 829/10/129 822/10/115 +f 832/7/45 831/6/10 830/7/9 +f 831/6/10 832/7/45 833/6/46 +f 830/7/12 831/6/11 832/7/47 +f 833/6/48 832/7/47 831/6/11 +f 835/6/4 833/6/46 834/6/2 +f 833/6/46 835/6/4 831/6/10 +f 834/6/6 833/6/48 835/6/8 +f 831/6/11 835/6/8 833/6/48 +f 834/6/2 832/7/45 836/7/1 +f 832/7/45 834/6/2 833/6/46 +f 836/7/7 832/7/47 834/6/6 +f 833/6/48 834/6/6 832/7/47 +f 828/10/127 820/7/111 837/7/131 +f 820/7/111 828/10/127 822/10/113 +f 837/7/132 820/7/117 828/10/130 +f 822/10/115 828/10/130 820/7/117 +f 838/7/133 823/10/114 829/10/128 +f 823/10/114 838/7/133 821/7/112 +f 829/10/129 823/10/118 838/7/134 +f 821/7/116 838/7/134 823/10/118 +f 841/11/76 840/11/62 839/11/64 +f 840/11/62 841/11/76 842/11/75 +f 839/11/68 840/11/66 841/11/80 +f 842/11/77 841/11/80 840/11/66 +f 842/11/75 843/7/61 840/11/62 +f 843/7/61 842/11/75 844/7/73 +f 840/11/66 843/7/67 842/11/77 +f 844/7/79 842/11/77 843/7/67 +f 846/7/74 839/11/64 845/7/63 +f 839/11/64 846/7/74 841/11/76 +f 845/7/65 839/11/68 846/7/78 +f 841/11/80 846/7/78 839/11/68 +f 844/7/73 841/11/76 846/7/74 +f 841/11/76 844/7/73 842/11/75 +f 846/7/78 841/11/80 844/7/79 +f 842/11/77 844/7/79 841/11/80 +f 848/7/136 827/10/122 847/7/135 +f 827/10/122 848/7/136 825/10/120 +f 847/7/138 827/10/126 848/7/137 +f 825/10/124 848/7/137 827/10/126 +f 827/10/122 849/7/139 847/7/135 +f 849/7/139 827/10/122 826/10/121 +f 847/7/138 849/7/140 827/10/126 +f 826/10/123 827/10/126 849/7/140 +f 824/10/119 848/7/136 850/7/141 +f 848/7/136 824/10/119 825/10/120 +f 850/7/142 848/7/137 824/10/125 +f 825/10/124 824/10/125 848/7/137 +f 853/11/10 852/7/3 851/7/9 +f 852/7/3 853/11/10 854/11/4 +f 851/7/12 852/7/5 853/11/11 +f 854/11/8 853/11/11 852/7/5 +f 826/10/121 850/7/141 849/7/139 +f 850/7/141 826/10/121 824/10/119 +f 849/7/140 850/7/142 826/10/123 +f 824/10/125 826/10/123 850/7/142 +f 854/11/4 856/11/46 855/11/2 +f 856/11/46 854/11/4 853/11/10 +f 855/11/6 856/11/48 854/11/8 +f 853/11/11 854/11/8 856/11/48 +f 835/6/4 836/7/1 857/7/3 +f 836/7/1 835/6/4 834/6/2 +f 857/7/5 836/7/7 835/6/8 +f 834/6/6 835/6/8 836/7/7 +f 855/11/2 859/7/45 858/7/1 +f 859/7/45 855/11/2 856/11/46 +f 858/7/7 859/7/47 855/11/6 +f 856/11/48 855/11/6 859/7/47 +f 839/11/64 843/7/61 845/7/63 +f 843/7/61 839/11/64 840/11/62 +f 845/7/65 843/7/67 839/11/68 +f 840/11/66 839/11/68 843/7/67 +f 831/6/10 857/7/3 830/7/9 +f 857/7/3 831/6/10 835/6/4 +f 830/7/12 857/7/5 831/6/11 +f 835/6/8 831/6/11 857/7/5 +f 854/11/4 858/7/1 852/7/3 +f 858/7/1 854/11/4 855/11/2 +f 852/7/5 858/7/7 854/11/8 +f 855/11/6 854/11/8 858/7/7 +f 838/7/133 828/10/127 837/7/131 +f 828/10/127 838/7/133 829/10/128 +f 837/7/132 828/10/130 838/7/134 +f 829/10/129 838/7/134 828/10/130 +f 862/11/10 861/7/3 860/7/9 +f 861/7/3 862/11/10 863/11/4 +f 860/7/12 861/7/5 862/11/11 +f 863/11/8 862/11/11 861/7/5 +f 859/7/45 853/11/10 851/7/9 +f 853/11/10 859/7/45 856/11/46 +f 851/7/12 853/11/11 859/7/47 +f 856/11/48 859/7/47 853/11/11 +f 863/11/4 865/11/46 864/11/2 +f 865/11/46 863/11/4 862/11/10 +f 864/11/6 865/11/48 863/11/8 +f 862/11/11 863/11/8 865/11/48 +f 866/7/45 862/11/10 860/7/9 +f 862/11/10 866/7/45 865/11/46 +f 860/7/12 862/11/11 866/7/47 +f 865/11/48 866/7/47 862/11/11 +f 863/11/4 867/7/1 861/7/3 +f 867/7/1 863/11/4 864/11/2 +f 861/7/5 867/7/7 863/11/8 +f 864/11/6 863/11/8 867/7/7 +f 864/11/2 866/7/45 867/7/1 +f 866/7/45 864/11/2 865/11/46 +f 867/7/7 866/7/47 864/11/6 +f 865/11/48 864/11/6 866/7/47 +f 870/10/145 869/10/144 868/10/143 +f 869/10/144 870/10/145 871/10/146 +f 868/10/149 869/10/148 870/10/147 +f 871/10/150 870/10/147 869/10/148 +f 868/10/143 873/7/152 872/7/151 +f 873/7/152 868/10/143 869/10/144 +f 872/7/154 873/7/153 868/10/149 +f 869/10/148 868/10/149 873/7/153 +f 870/10/145 872/7/151 874/7/155 +f 872/7/151 870/10/145 868/10/143 +f 874/7/156 872/7/154 870/10/147 +f 868/10/149 870/10/147 872/7/154 +f 869/10/144 875/7/157 873/7/152 +f 875/7/157 869/10/144 871/10/146 +f 873/7/153 875/7/158 869/10/148 +f 871/10/150 869/10/148 875/7/158 +f 875/7/157 870/10/145 874/7/155 +f 870/10/145 875/7/157 871/10/146 +f 874/7/156 870/10/147 875/7/158 +f 871/10/150 875/7/158 870/10/147 +f 878/7/39 877/10/34 876/7/37 +f 877/10/34 878/7/39 879/10/33 +f 876/7/38 877/10/35 878/7/40 +f 879/10/36 878/7/40 877/10/35 +f 877/10/34 881/10/26 880/10/28 +f 881/10/26 877/10/34 879/10/33 +f 880/10/32 881/10/30 877/10/35 +f 879/10/36 877/10/35 881/10/30 +f 877/10/34 882/7/27 876/7/37 +f 882/7/27 877/10/34 880/10/28 +f 876/7/38 882/7/29 877/10/35 +f 880/10/32 877/10/35 882/7/29 +f 881/10/26 878/7/39 883/7/25 +f 878/7/39 881/10/26 879/10/33 +f 883/7/31 878/7/40 881/10/30 +f 879/10/36 881/10/30 878/7/40 +f 880/10/28 883/7/25 882/7/27 +f 883/7/25 880/10/28 881/10/26 +f 882/7/29 883/7/31 880/10/32 +f 881/10/30 880/10/32 883/7/31 +f 886/11/76 885/11/62 884/11/64 +f 885/11/62 886/11/76 887/11/75 +f 884/11/68 885/11/66 886/11/80 +f 887/11/77 886/11/80 885/11/66 +f 887/11/75 888/7/61 885/11/62 +f 888/7/61 887/11/75 889/7/73 +f 885/11/66 888/7/67 887/11/77 +f 889/7/79 887/11/77 888/7/67 +f 892/10/15 891/10/22 890/10/16 +f 891/10/22 892/10/15 893/10/42 +f 890/10/20 891/10/23 892/10/17 +f 893/10/43 892/10/17 891/10/23 +f 890/10/16 895/7/21 894/7/14 +f 895/7/21 890/10/16 891/10/22 +f 894/7/18 895/7/24 890/10/20 +f 891/10/23 890/10/20 895/7/24 +f 884/11/64 888/7/61 896/7/63 +f 888/7/61 884/11/64 885/11/62 +f 896/7/65 888/7/67 884/11/68 +f 885/11/66 884/11/68 888/7/67 +f 889/7/73 886/11/76 897/7/74 +f 886/11/76 889/7/73 887/11/75 +f 897/7/78 886/11/80 889/7/79 +f 887/11/77 889/7/79 886/11/80 +f 891/10/22 898/7/41 895/7/21 +f 898/7/41 891/10/22 893/10/42 +f 895/7/24 898/7/44 891/10/23 +f 893/10/43 891/10/23 898/7/44 +f 892/10/15 894/7/14 899/7/13 +f 894/7/14 892/10/15 890/10/16 +f 899/7/19 894/7/18 892/10/17 +f 890/10/20 892/10/17 894/7/18 +f 898/7/41 892/10/15 899/7/13 +f 892/10/15 898/7/41 893/10/42 +f 899/7/19 892/10/17 898/7/44 +f 893/10/43 898/7/44 892/10/17 +f 897/7/74 884/11/64 896/7/63 +f 884/11/64 897/7/74 886/11/76 +f 896/7/65 884/11/68 897/7/78 +f 886/11/80 897/7/78 884/11/68 +f 902/10/113 901/7/112 900/7/111 +f 901/7/112 902/10/113 903/10/114 +f 900/7/117 901/7/116 902/10/115 +f 903/10/118 902/10/115 901/7/116 +f 906/10/121 905/10/120 904/10/119 +f 905/10/120 906/10/121 907/10/122 +f 904/10/125 905/10/124 906/10/123 +f 907/10/126 906/10/123 905/10/124 +f 909/10/128 902/10/113 908/10/127 +f 902/10/113 909/10/128 903/10/114 +f 908/10/130 902/10/115 909/10/129 +f 903/10/118 909/10/129 902/10/115 +f 912/7/45 911/6/10 910/7/9 +f 911/6/10 912/7/45 913/6/46 +f 910/7/12 911/6/11 912/7/47 +f 913/6/48 912/7/47 911/6/11 +f 915/6/4 913/6/46 914/6/2 +f 913/6/46 915/6/4 911/6/10 +f 914/6/6 913/6/48 915/6/8 +f 911/6/11 915/6/8 913/6/48 +f 914/6/2 912/7/45 916/7/1 +f 912/7/45 914/6/2 913/6/46 +f 916/7/7 912/7/47 914/6/6 +f 913/6/48 914/6/6 912/7/47 +f 908/10/127 900/7/111 917/7/131 +f 900/7/111 908/10/127 902/10/113 +f 917/7/132 900/7/117 908/10/130 +f 902/10/115 908/10/130 900/7/117 +f 918/7/133 903/10/114 909/10/128 +f 903/10/114 918/7/133 901/7/112 +f 909/10/129 903/10/118 918/7/134 +f 901/7/116 918/7/134 903/10/118 +f 921/11/76 920/11/62 919/11/64 +f 920/11/62 921/11/76 922/11/75 +f 919/11/68 920/11/66 921/11/80 +f 922/11/77 921/11/80 920/11/66 +f 922/11/75 923/7/61 920/11/62 +f 923/7/61 922/11/75 924/7/73 +f 920/11/66 923/7/67 922/11/77 +f 924/7/79 922/11/77 923/7/67 +f 926/7/74 919/11/64 925/7/63 +f 919/11/64 926/7/74 921/11/76 +f 925/7/65 919/11/68 926/7/78 +f 921/11/80 926/7/78 919/11/68 +f 924/7/73 921/11/76 926/7/74 +f 921/11/76 924/7/73 922/11/75 +f 926/7/78 921/11/80 924/7/79 +f 922/11/77 924/7/79 921/11/80 +f 928/7/136 907/10/122 927/7/135 +f 907/10/122 928/7/136 905/10/120 +f 927/7/138 907/10/126 928/7/137 +f 905/10/124 928/7/137 907/10/126 +f 907/10/122 929/7/139 927/7/135 +f 929/7/139 907/10/122 906/10/121 +f 927/7/138 929/7/140 907/10/126 +f 906/10/123 907/10/126 929/7/140 +f 904/10/119 928/7/136 930/7/141 +f 928/7/136 904/10/119 905/10/120 +f 930/7/142 928/7/137 904/10/125 +f 905/10/124 904/10/125 928/7/137 +f 933/11/10 932/7/3 931/7/9 +f 932/7/3 933/11/10 934/11/4 +f 931/7/12 932/7/5 933/11/11 +f 934/11/8 933/11/11 932/7/5 +f 906/10/121 930/7/141 929/7/139 +f 930/7/141 906/10/121 904/10/119 +f 929/7/140 930/7/142 906/10/123 +f 904/10/125 906/10/123 930/7/142 +f 934/11/4 936/11/46 935/11/2 +f 936/11/46 934/11/4 933/11/10 +f 935/11/6 936/11/48 934/11/8 +f 933/11/11 934/11/8 936/11/48 +f 915/6/4 916/7/1 937/7/3 +f 916/7/1 915/6/4 914/6/2 +f 937/7/5 916/7/7 915/6/8 +f 914/6/6 915/6/8 916/7/7 +f 935/11/2 939/7/45 938/7/1 +f 939/7/45 935/11/2 936/11/46 +f 938/7/7 939/7/47 935/11/6 +f 936/11/48 935/11/6 939/7/47 +f 919/11/64 923/7/61 925/7/63 +f 923/7/61 919/11/64 920/11/62 +f 925/7/65 923/7/67 919/11/68 +f 920/11/66 919/11/68 923/7/67 +f 911/6/10 937/7/3 910/7/9 +f 937/7/3 911/6/10 915/6/4 +f 910/7/12 937/7/5 911/6/11 +f 915/6/8 911/6/11 937/7/5 +f 934/11/4 938/7/1 932/7/3 +f 938/7/1 934/11/4 935/11/2 +f 932/7/5 938/7/7 934/11/8 +f 935/11/6 934/11/8 938/7/7 +f 918/7/133 908/10/127 917/7/131 +f 908/10/127 918/7/133 909/10/128 +f 917/7/132 908/10/130 918/7/134 +f 909/10/129 918/7/134 908/10/130 +f 942/11/10 941/7/3 940/7/9 +f 941/7/3 942/11/10 943/11/4 +f 940/7/12 941/7/5 942/11/11 +f 943/11/8 942/11/11 941/7/5 +f 939/7/45 933/11/10 931/7/9 +f 933/11/10 939/7/45 936/11/46 +f 931/7/12 933/11/11 939/7/47 +f 936/11/48 939/7/47 933/11/11 +f 943/11/4 945/11/46 944/11/2 +f 945/11/46 943/11/4 942/11/10 +f 944/11/6 945/11/48 943/11/8 +f 942/11/11 943/11/8 945/11/48 +f 946/7/45 942/11/10 940/7/9 +f 942/11/10 946/7/45 945/11/46 +f 940/7/12 942/11/11 946/7/47 +f 945/11/48 946/7/47 942/11/11 +f 943/11/4 947/7/1 941/7/3 +f 947/7/1 943/11/4 944/11/2 +f 941/7/5 947/7/7 943/11/8 +f 944/11/6 943/11/8 947/7/7 +f 944/11/2 946/7/45 947/7/1 +f 946/7/45 944/11/2 945/11/46 +f 947/7/7 946/7/47 944/11/6 +f 945/11/48 944/11/6 946/7/47 +f 950/10/145 949/10/144 948/10/143 +f 949/10/144 950/10/145 951/10/146 +f 948/10/149 949/10/148 950/10/147 +f 951/10/150 950/10/147 949/10/148 +f 948/10/143 953/7/152 952/7/151 +f 953/7/152 948/10/143 949/10/144 +f 952/7/154 953/7/153 948/10/149 +f 949/10/148 948/10/149 953/7/153 +f 950/10/145 952/7/151 954/7/155 +f 952/7/151 950/10/145 948/10/143 +f 954/7/156 952/7/154 950/10/147 +f 948/10/149 950/10/147 952/7/154 +f 949/10/144 955/7/157 953/7/152 +f 955/7/157 949/10/144 951/10/146 +f 953/7/153 955/7/158 949/10/148 +f 951/10/150 949/10/148 955/7/158 +f 955/7/157 950/10/145 954/7/155 +f 950/10/145 955/7/157 951/10/146 +f 954/7/156 950/10/147 955/7/158 +f 951/10/150 955/7/158 950/10/147 +f 958/7/39 957/10/34 956/7/37 +f 957/10/34 958/7/39 959/10/33 +f 956/7/38 957/10/35 958/7/40 +f 959/10/36 958/7/40 957/10/35 +f 957/10/34 961/10/26 960/10/28 +f 961/10/26 957/10/34 959/10/33 +f 960/10/32 961/10/30 957/10/35 +f 959/10/36 957/10/35 961/10/30 +f 957/10/34 962/7/27 956/7/37 +f 962/7/27 957/10/34 960/10/28 +f 956/7/38 962/7/29 957/10/35 +f 960/10/32 957/10/35 962/7/29 +f 961/10/26 958/7/39 963/7/25 +f 958/7/39 961/10/26 959/10/33 +f 963/7/31 958/7/40 961/10/30 +f 959/10/36 961/10/30 958/7/40 +f 960/10/28 963/7/25 962/7/27 +f 963/7/25 960/10/28 961/10/26 +f 962/7/29 963/7/31 960/10/32 +f 961/10/30 960/10/32 963/7/31 +f 966/11/76 965/11/62 964/11/64 +f 965/11/62 966/11/76 967/11/75 +f 964/11/68 965/11/66 966/11/80 +f 967/11/77 966/11/80 965/11/66 +f 967/11/75 968/7/61 965/11/62 +f 968/7/61 967/11/75 969/7/73 +f 965/11/66 968/7/67 967/11/77 +f 969/7/79 967/11/77 968/7/67 +f 972/10/15 971/10/22 970/10/16 +f 971/10/22 972/10/15 973/10/42 +f 970/10/20 971/10/23 972/10/17 +f 973/10/43 972/10/17 971/10/23 +f 970/10/16 975/7/21 974/7/14 +f 975/7/21 970/10/16 971/10/22 +f 974/7/18 975/7/24 970/10/20 +f 971/10/23 970/10/20 975/7/24 +f 964/11/64 968/7/61 976/7/63 +f 968/7/61 964/11/64 965/11/62 +f 976/7/65 968/7/67 964/11/68 +f 965/11/66 964/11/68 968/7/67 +f 969/7/73 966/11/76 977/7/74 +f 966/11/76 969/7/73 967/11/75 +f 977/7/78 966/11/80 969/7/79 +f 967/11/77 969/7/79 966/11/80 +f 971/10/22 978/7/41 975/7/21 +f 978/7/41 971/10/22 973/10/42 +f 975/7/24 978/7/44 971/10/23 +f 973/10/43 971/10/23 978/7/44 +f 972/10/15 974/7/14 979/7/13 +f 974/7/14 972/10/15 970/10/16 +f 979/7/19 974/7/18 972/10/17 +f 970/10/20 972/10/17 974/7/18 +f 978/7/41 972/10/15 979/7/13 +f 972/10/15 978/7/41 973/10/42 +f 979/7/19 972/10/17 978/7/44 +f 973/10/43 978/7/44 972/10/17 +f 977/7/74 964/11/64 976/7/63 +f 964/11/64 977/7/74 966/11/76 +f 976/7/65 964/11/68 977/7/78 +f 966/11/80 977/7/78 964/11/68 +f 982/10/113 981/7/112 980/7/111 +f 981/7/112 982/10/113 983/10/114 +f 980/7/117 981/7/116 982/10/115 +f 983/10/118 982/10/115 981/7/116 +f 986/10/121 985/10/120 984/10/119 +f 985/10/120 986/10/121 987/10/122 +f 984/10/125 985/10/124 986/10/123 +f 987/10/126 986/10/123 985/10/124 +f 989/10/128 982/10/113 988/10/127 +f 982/10/113 989/10/128 983/10/114 +f 988/10/130 982/10/115 989/10/129 +f 983/10/118 989/10/129 982/10/115 +f 992/7/45 991/6/10 990/7/9 +f 991/6/10 992/7/45 993/6/46 +f 990/7/12 991/6/11 992/7/47 +f 993/6/48 992/7/47 991/6/11 +f 995/6/4 993/6/46 994/6/2 +f 993/6/46 995/6/4 991/6/10 +f 994/6/6 993/6/48 995/6/8 +f 991/6/11 995/6/8 993/6/48 +f 994/6/2 992/7/45 996/7/1 +f 992/7/45 994/6/2 993/6/46 +f 996/7/7 992/7/47 994/6/6 +f 993/6/48 994/6/6 992/7/47 +f 988/10/127 980/7/111 997/7/131 +f 980/7/111 988/10/127 982/10/113 +f 997/7/132 980/7/117 988/10/130 +f 982/10/115 988/10/130 980/7/117 +f 998/7/133 983/10/114 989/10/128 +f 983/10/114 998/7/133 981/7/112 +f 989/10/129 983/10/118 998/7/134 +f 981/7/116 998/7/134 983/10/118 +f 1001/11/76 1000/11/62 999/11/64 +f 1000/11/62 1001/11/76 1002/11/75 +f 999/11/68 1000/11/66 1001/11/80 +f 1002/11/77 1001/11/80 1000/11/66 +f 1002/11/75 1003/7/61 1000/11/62 +f 1003/7/61 1002/11/75 1004/7/73 +f 1000/11/66 1003/7/67 1002/11/77 +f 1004/7/79 1002/11/77 1003/7/67 +f 1006/7/74 999/11/64 1005/7/63 +f 999/11/64 1006/7/74 1001/11/76 +f 1005/7/65 999/11/68 1006/7/78 +f 1001/11/80 1006/7/78 999/11/68 +f 1004/7/73 1001/11/76 1006/7/74 +f 1001/11/76 1004/7/73 1002/11/75 +f 1006/7/78 1001/11/80 1004/7/79 +f 1002/11/77 1004/7/79 1001/11/80 +f 1008/7/136 987/10/122 1007/7/135 +f 987/10/122 1008/7/136 985/10/120 +f 1007/7/138 987/10/126 1008/7/137 +f 985/10/124 1008/7/137 987/10/126 +f 987/10/122 1009/7/139 1007/7/135 +f 1009/7/139 987/10/122 986/10/121 +f 1007/7/138 1009/7/140 987/10/126 +f 986/10/123 987/10/126 1009/7/140 +f 984/10/119 1008/7/136 1010/7/141 +f 1008/7/136 984/10/119 985/10/120 +f 1010/7/142 1008/7/137 984/10/125 +f 985/10/124 984/10/125 1008/7/137 +f 1013/11/10 1012/7/3 1011/7/9 +f 1012/7/3 1013/11/10 1014/11/4 +f 1011/7/12 1012/7/5 1013/11/11 +f 1014/11/8 1013/11/11 1012/7/5 +f 986/10/121 1010/7/141 1009/7/139 +f 1010/7/141 986/10/121 984/10/119 +f 1009/7/140 1010/7/142 986/10/123 +f 984/10/125 986/10/123 1010/7/142 +f 1014/11/4 1016/11/46 1015/11/2 +f 1016/11/46 1014/11/4 1013/11/10 +f 1015/11/6 1016/11/48 1014/11/8 +f 1013/11/11 1014/11/8 1016/11/48 +f 995/6/4 996/7/1 1017/7/3 +f 996/7/1 995/6/4 994/6/2 +f 1017/7/5 996/7/7 995/6/8 +f 994/6/6 995/6/8 996/7/7 +f 1015/11/2 1019/7/45 1018/7/1 +f 1019/7/45 1015/11/2 1016/11/46 +f 1018/7/7 1019/7/47 1015/11/6 +f 1016/11/48 1015/11/6 1019/7/47 +f 999/11/64 1003/7/61 1005/7/63 +f 1003/7/61 999/11/64 1000/11/62 +f 1005/7/65 1003/7/67 999/11/68 +f 1000/11/66 999/11/68 1003/7/67 +f 991/6/10 1017/7/3 990/7/9 +f 1017/7/3 991/6/10 995/6/4 +f 990/7/12 1017/7/5 991/6/11 +f 995/6/8 991/6/11 1017/7/5 +f 1014/11/4 1018/7/1 1012/7/3 +f 1018/7/1 1014/11/4 1015/11/2 +f 1012/7/5 1018/7/7 1014/11/8 +f 1015/11/6 1014/11/8 1018/7/7 +f 998/7/133 988/10/127 997/7/131 +f 988/10/127 998/7/133 989/10/128 +f 997/7/132 988/10/130 998/7/134 +f 989/10/129 998/7/134 988/10/130 +f 1022/11/10 1021/7/3 1020/7/9 +f 1021/7/3 1022/11/10 1023/11/4 +f 1020/7/12 1021/7/5 1022/11/11 +f 1023/11/8 1022/11/11 1021/7/5 +f 1019/7/45 1013/11/10 1011/7/9 +f 1013/11/10 1019/7/45 1016/11/46 +f 1011/7/12 1013/11/11 1019/7/47 +f 1016/11/48 1019/7/47 1013/11/11 +f 1023/11/4 1025/11/46 1024/11/2 +f 1025/11/46 1023/11/4 1022/11/10 +f 1024/11/6 1025/11/48 1023/11/8 +f 1022/11/11 1023/11/8 1025/11/48 +f 1026/7/45 1022/11/10 1020/7/9 +f 1022/11/10 1026/7/45 1025/11/46 +f 1020/7/12 1022/11/11 1026/7/47 +f 1025/11/48 1026/7/47 1022/11/11 +f 1023/11/4 1027/7/1 1021/7/3 +f 1027/7/1 1023/11/4 1024/11/2 +f 1021/7/5 1027/7/7 1023/11/8 +f 1024/11/6 1023/11/8 1027/7/7 +f 1024/11/2 1026/7/45 1027/7/1 +f 1026/7/45 1024/11/2 1025/11/46 +f 1027/7/7 1026/7/47 1024/11/6 +f 1025/11/48 1024/11/6 1026/7/47 +f 1030/10/145 1029/10/144 1028/10/143 +f 1029/10/144 1030/10/145 1031/10/146 +f 1028/10/149 1029/10/148 1030/10/147 +f 1031/10/150 1030/10/147 1029/10/148 +f 1028/10/143 1033/7/152 1032/7/151 +f 1033/7/152 1028/10/143 1029/10/144 +f 1032/7/154 1033/7/153 1028/10/149 +f 1029/10/148 1028/10/149 1033/7/153 +f 1030/10/145 1032/7/151 1034/7/155 +f 1032/7/151 1030/10/145 1028/10/143 +f 1034/7/156 1032/7/154 1030/10/147 +f 1028/10/149 1030/10/147 1032/7/154 +f 1029/10/144 1035/7/157 1033/7/152 +f 1035/7/157 1029/10/144 1031/10/146 +f 1033/7/153 1035/7/158 1029/10/148 +f 1031/10/150 1029/10/148 1035/7/158 +f 1035/7/157 1030/10/145 1034/7/155 +f 1030/10/145 1035/7/157 1031/10/146 +f 1034/7/156 1030/10/147 1035/7/158 +f 1031/10/150 1035/7/158 1030/10/147 +f 1038/7/39 1037/10/34 1036/7/37 +f 1037/10/34 1038/7/39 1039/10/33 +f 1036/7/38 1037/10/35 1038/7/40 +f 1039/10/36 1038/7/40 1037/10/35 +f 1037/10/34 1041/10/26 1040/10/28 +f 1041/10/26 1037/10/34 1039/10/33 +f 1040/10/32 1041/10/30 1037/10/35 +f 1039/10/36 1037/10/35 1041/10/30 +f 1037/10/34 1042/7/27 1036/7/37 +f 1042/7/27 1037/10/34 1040/10/28 +f 1036/7/38 1042/7/29 1037/10/35 +f 1040/10/32 1037/10/35 1042/7/29 +f 1041/10/26 1038/7/39 1043/7/25 +f 1038/7/39 1041/10/26 1039/10/33 +f 1043/7/31 1038/7/40 1041/10/30 +f 1039/10/36 1041/10/30 1038/7/40 +f 1040/10/28 1043/7/25 1042/7/27 +f 1043/7/25 1040/10/28 1041/10/26 +f 1042/7/29 1043/7/31 1040/10/32 +f 1041/10/30 1040/10/32 1043/7/31 +f 1046/11/76 1045/11/62 1044/11/64 +f 1045/11/62 1046/11/76 1047/11/75 +f 1044/11/68 1045/11/66 1046/11/80 +f 1047/11/77 1046/11/80 1045/11/66 +f 1047/11/75 1048/7/61 1045/11/62 +f 1048/7/61 1047/11/75 1049/7/73 +f 1045/11/66 1048/7/67 1047/11/77 +f 1049/7/79 1047/11/77 1048/7/67 +f 1052/10/15 1051/10/22 1050/10/16 +f 1051/10/22 1052/10/15 1053/10/42 +f 1050/10/20 1051/10/23 1052/10/17 +f 1053/10/43 1052/10/17 1051/10/23 +f 1050/10/16 1055/7/21 1054/7/14 +f 1055/7/21 1050/10/16 1051/10/22 +f 1054/7/18 1055/7/24 1050/10/20 +f 1051/10/23 1050/10/20 1055/7/24 +f 1044/11/64 1048/7/61 1056/7/63 +f 1048/7/61 1044/11/64 1045/11/62 +f 1056/7/65 1048/7/67 1044/11/68 +f 1045/11/66 1044/11/68 1048/7/67 +f 1049/7/73 1046/11/76 1057/7/74 +f 1046/11/76 1049/7/73 1047/11/75 +f 1057/7/78 1046/11/80 1049/7/79 +f 1047/11/77 1049/7/79 1046/11/80 +f 1051/10/22 1058/7/41 1055/7/21 +f 1058/7/41 1051/10/22 1053/10/42 +f 1055/7/24 1058/7/44 1051/10/23 +f 1053/10/43 1051/10/23 1058/7/44 +f 1052/10/15 1054/7/14 1059/7/13 +f 1054/7/14 1052/10/15 1050/10/16 +f 1059/7/19 1054/7/18 1052/10/17 +f 1050/10/20 1052/10/17 1054/7/18 +f 1058/7/41 1052/10/15 1059/7/13 +f 1052/10/15 1058/7/41 1053/10/42 +f 1059/7/19 1052/10/17 1058/7/44 +f 1053/10/43 1058/7/44 1052/10/17 +f 1057/7/74 1044/11/64 1056/7/63 +f 1044/11/64 1057/7/74 1046/11/76 +f 1056/7/65 1044/11/68 1057/7/78 +f 1046/11/80 1057/7/78 1044/11/68 +f 1062/7/489 1061/7/489 1060/7/489 +f 1061/7/489 1062/7/489 1063/7/489 +f 1061/7/489 1063/7/489 1064/7/489 +f 1064/7/489 1063/7/489 1065/7/489 +f 1065/7/489 1063/7/489 1066/7/489 +f 1065/7/489 1066/7/489 1067/7/489 +f 1060/7/490 1061/7/490 1062/7/490 +f 1063/7/490 1062/7/490 1061/7/490 +f 1064/7/490 1063/7/490 1061/7/490 +f 1065/7/490 1063/7/490 1064/7/490 +f 1066/7/490 1063/7/490 1065/7/490 +f 1067/7/490 1066/7/490 1065/7/490 +f 1070/6/490 1069/6/490 1068/6/490 +f 1069/6/490 1070/6/490 1071/6/490 +f 1069/6/490 1071/6/490 1072/6/490 +f 1072/6/490 1071/6/490 1073/6/490 +f 1072/6/490 1073/6/490 1074/6/490 +f 1074/6/490 1073/6/490 1075/6/490 +f 1068/6/489 1069/6/489 1070/6/489 +f 1071/6/489 1070/6/489 1069/6/489 +f 1072/6/489 1071/6/489 1069/6/489 +f 1073/6/489 1071/6/489 1072/6/489 +f 1074/6/489 1073/6/489 1072/6/489 +f 1075/6/489 1073/6/489 1074/6/489 +f 1068/6/492 1061/7/491 1070/6/491 +f 1061/7/491 1068/6/492 1060/7/492 +f 1070/6/494 1061/7/494 1068/6/493 +f 1060/7/493 1068/6/493 1061/7/494 +f 1071/6/495 1061/7/496 1064/7/495 +f 1061/7/496 1071/6/495 1070/6/496 +f 1064/7/497 1061/7/498 1071/6/497 +f 1070/6/498 1071/6/497 1061/7/498 +f 1073/6/499 1064/7/495 1065/7/499 +f 1064/7/495 1073/6/499 1071/6/495 +f 1065/7/500 1064/7/497 1073/6/500 +f 1071/6/497 1073/6/500 1064/7/497 +f 1067/7/493 1073/6/501 1065/7/501 +f 1073/6/501 1067/7/493 1075/6/493 +f 1065/7/502 1073/6/502 1067/7/492 +f 1075/6/492 1067/7/492 1073/6/502 +f 1066/7/494 1075/6/493 1067/7/493 +f 1075/6/493 1066/7/494 1074/6/494 +f 1067/7/492 1075/6/492 1066/7/491 +f 1074/6/491 1066/7/491 1075/6/492 +f 1072/6/497 1066/7/498 1063/7/497 +f 1066/7/498 1072/6/497 1074/6/498 +f 1063/7/495 1066/7/496 1072/6/495 +f 1074/6/496 1072/6/495 1066/7/496 +f 1069/6/500 1063/7/497 1062/7/500 +f 1063/7/497 1069/6/500 1072/6/497 +f 1062/7/499 1063/7/495 1069/6/499 +f 1072/6/495 1069/6/499 1063/7/495 +f 1069/6/502 1060/7/492 1068/6/492 +f 1060/7/492 1069/6/502 1062/7/502 +f 1068/6/493 1060/7/493 1069/6/501 +f 1062/7/501 1069/6/501 1060/7/493 +f 1078/6/490 1077/6/490 1076/6/490 +f 1077/6/490 1078/6/490 1079/6/490 +f 1077/6/490 1079/6/490 1080/6/490 +f 1080/6/490 1079/6/490 1081/6/490 +f 1081/6/490 1079/6/490 1082/6/490 +f 1081/6/490 1082/6/490 1083/6/490 +f 1076/6/489 1077/6/489 1078/6/489 +f 1079/6/489 1078/6/489 1077/6/489 +f 1080/6/489 1079/6/489 1077/6/489 +f 1081/6/489 1079/6/489 1080/6/489 +f 1082/6/489 1079/6/489 1081/6/489 +f 1083/6/489 1082/6/489 1081/6/489 +f 1076/6/492 1084/7/491 1078/6/491 +f 1084/7/491 1076/6/492 1085/7/492 +f 1078/6/494 1084/7/494 1076/6/493 +f 1085/7/493 1076/6/493 1084/7/494 +f 1079/6/495 1084/7/496 1086/7/495 +f 1084/7/496 1079/6/495 1078/6/496 +f 1086/7/497 1084/7/498 1079/6/497 +f 1078/6/498 1079/6/497 1084/7/498 +f 1082/6/499 1086/7/495 1087/7/499 +f 1086/7/495 1082/6/499 1079/6/495 +f 1087/7/500 1086/7/497 1082/6/500 +f 1079/6/497 1082/6/500 1086/7/497 +f 1088/7/493 1082/6/501 1087/7/501 +f 1082/6/501 1088/7/493 1083/6/493 +f 1087/7/502 1082/6/502 1088/7/492 +f 1083/6/492 1088/7/492 1082/6/502 +f 1089/7/494 1083/6/493 1088/7/493 +f 1083/6/493 1089/7/494 1081/6/494 +f 1088/7/492 1083/6/492 1089/7/491 +f 1081/6/491 1089/7/491 1083/6/492 +f 1080/6/497 1089/7/498 1090/7/497 +f 1089/7/498 1080/6/497 1081/6/498 +f 1090/7/495 1089/7/496 1080/6/495 +f 1081/6/496 1080/6/495 1089/7/496 +f 1077/6/500 1090/7/497 1091/7/500 +f 1090/7/497 1077/6/500 1080/6/497 +f 1091/7/499 1090/7/495 1077/6/499 +f 1080/6/495 1077/6/499 1090/7/495 +f 1077/6/502 1085/7/492 1076/6/492 +f 1085/7/492 1077/6/502 1091/7/502 +f 1076/6/493 1085/7/493 1077/6/501 +f 1091/7/501 1077/6/501 1085/7/493 +f 1094/8/503 1093/9/504 1092/9/503 +f 1093/9/504 1094/8/503 1095/8/504 +f 1092/9/505 1093/9/506 1094/8/505 +f 1095/8/506 1094/8/505 1093/9/506 +f 1098/9/507 1097/8/508 1096/8/507 +f 1097/8/508 1098/9/507 1099/9/508 +f 1096/8/509 1097/8/510 1098/9/509 +f 1099/9/510 1098/9/509 1097/8/510 +f 1101/8/511 1092/9/503 1100/9/511 +f 1092/9/503 1101/8/511 1094/8/503 +f 1100/9/512 1092/9/505 1101/8/512 +f 1094/8/505 1101/8/512 1092/9/505 +f 1104/8/513 1103/9/514 1102/9/513 +f 1103/9/514 1104/8/513 1105/8/514 +f 1102/9/515 1103/9/516 1104/8/515 +f 1105/8/516 1104/8/515 1103/9/516 +f 1104/8/513 1093/9/517 1095/8/517 +f 1093/9/517 1104/8/513 1102/9/513 +f 1095/8/518 1093/9/518 1104/8/515 +f 1102/9/515 1104/8/515 1093/9/518 +f 1107/8/519 1099/9/520 1106/9/519 +f 1099/9/520 1107/8/519 1097/8/520 +f 1106/9/521 1099/9/522 1107/8/521 +f 1097/8/522 1107/8/521 1099/9/522 +f 1105/8/523 1106/9/519 1103/9/523 +f 1106/9/519 1105/8/523 1107/8/519 +f 1103/9/524 1106/9/521 1105/8/524 +f 1107/8/521 1105/8/524 1106/9/521 +f 1100/9/525 1096/8/507 1101/8/525 +f 1096/8/507 1100/9/525 1098/9/507 +f 1101/8/526 1096/8/509 1100/9/526 +f 1098/9/509 1100/9/526 1096/8/509 +f 1110/10/113 1109/7/112 1108/7/111 +f 1109/7/112 1110/10/113 1111/10/114 +f 1108/7/117 1109/7/116 1110/10/115 +f 1111/10/118 1110/10/115 1109/7/116 +f 1114/10/121 1113/10/120 1112/10/119 +f 1113/10/120 1114/10/121 1115/10/122 +f 1112/10/125 1113/10/124 1114/10/123 +f 1115/10/126 1114/10/123 1113/10/124 +f 1117/10/128 1110/10/113 1116/10/127 +f 1110/10/113 1117/10/128 1111/10/114 +f 1116/10/130 1110/10/115 1117/10/129 +f 1111/10/118 1117/10/129 1110/10/115 +f 1120/7/45 1119/6/10 1118/7/9 +f 1119/6/10 1120/7/45 1121/6/46 +f 1118/7/12 1119/6/11 1120/7/47 +f 1121/6/48 1120/7/47 1119/6/11 +f 1123/6/4 1121/6/46 1122/6/2 +f 1121/6/46 1123/6/4 1119/6/10 +f 1122/6/6 1121/6/48 1123/6/8 +f 1119/6/11 1123/6/8 1121/6/48 +f 1122/6/2 1120/7/45 1124/7/1 +f 1120/7/45 1122/6/2 1121/6/46 +f 1124/7/7 1120/7/47 1122/6/6 +f 1121/6/48 1122/6/6 1120/7/47 +f 1116/10/127 1108/7/111 1125/7/131 +f 1108/7/111 1116/10/127 1110/10/113 +f 1125/7/132 1108/7/117 1116/10/130 +f 1110/10/115 1116/10/130 1108/7/117 +f 1126/7/133 1111/10/114 1117/10/128 +f 1111/10/114 1126/7/133 1109/7/112 +f 1117/10/129 1111/10/118 1126/7/134 +f 1109/7/116 1126/7/134 1111/10/118 +f 1129/11/76 1128/11/62 1127/11/64 +f 1128/11/62 1129/11/76 1130/11/75 +f 1127/11/68 1128/11/66 1129/11/80 +f 1130/11/77 1129/11/80 1128/11/66 +f 1130/11/75 1131/7/61 1128/11/62 +f 1131/7/61 1130/11/75 1132/7/73 +f 1128/11/66 1131/7/67 1130/11/77 +f 1132/7/79 1130/11/77 1131/7/67 +f 1134/7/74 1127/11/64 1133/7/63 +f 1127/11/64 1134/7/74 1129/11/76 +f 1133/7/65 1127/11/68 1134/7/78 +f 1129/11/80 1134/7/78 1127/11/68 +f 1132/7/73 1129/11/76 1134/7/74 +f 1129/11/76 1132/7/73 1130/11/75 +f 1134/7/78 1129/11/80 1132/7/79 +f 1130/11/77 1132/7/79 1129/11/80 +f 1136/7/136 1115/10/122 1135/7/135 +f 1115/10/122 1136/7/136 1113/10/120 +f 1135/7/138 1115/10/126 1136/7/137 +f 1113/10/124 1136/7/137 1115/10/126 +f 1115/10/122 1137/7/139 1135/7/135 +f 1137/7/139 1115/10/122 1114/10/121 +f 1135/7/138 1137/7/140 1115/10/126 +f 1114/10/123 1115/10/126 1137/7/140 +f 1112/10/119 1136/7/136 1138/7/141 +f 1136/7/136 1112/10/119 1113/10/120 +f 1138/7/142 1136/7/137 1112/10/125 +f 1113/10/124 1112/10/125 1136/7/137 +f 1141/11/10 1140/7/3 1139/7/9 +f 1140/7/3 1141/11/10 1142/11/4 +f 1139/7/12 1140/7/5 1141/11/11 +f 1142/11/8 1141/11/11 1140/7/5 +f 1114/10/121 1138/7/141 1137/7/139 +f 1138/7/141 1114/10/121 1112/10/119 +f 1137/7/140 1138/7/142 1114/10/123 +f 1112/10/125 1114/10/123 1138/7/142 +f 1142/11/4 1144/11/46 1143/11/2 +f 1144/11/46 1142/11/4 1141/11/10 +f 1143/11/6 1144/11/48 1142/11/8 +f 1141/11/11 1142/11/8 1144/11/48 +f 1123/6/4 1124/7/1 1145/7/3 +f 1124/7/1 1123/6/4 1122/6/2 +f 1145/7/5 1124/7/7 1123/6/8 +f 1122/6/6 1123/6/8 1124/7/7 +f 1143/11/2 1147/7/45 1146/7/1 +f 1147/7/45 1143/11/2 1144/11/46 +f 1146/7/7 1147/7/47 1143/11/6 +f 1144/11/48 1143/11/6 1147/7/47 +f 1127/11/64 1131/7/61 1133/7/63 +f 1131/7/61 1127/11/64 1128/11/62 +f 1133/7/65 1131/7/67 1127/11/68 +f 1128/11/66 1127/11/68 1131/7/67 +f 1119/6/10 1145/7/3 1118/7/9 +f 1145/7/3 1119/6/10 1123/6/4 +f 1118/7/12 1145/7/5 1119/6/11 +f 1123/6/8 1119/6/11 1145/7/5 +f 1142/11/4 1146/7/1 1140/7/3 +f 1146/7/1 1142/11/4 1143/11/2 +f 1140/7/5 1146/7/7 1142/11/8 +f 1143/11/6 1142/11/8 1146/7/7 +f 1126/7/133 1116/10/127 1125/7/131 +f 1116/10/127 1126/7/133 1117/10/128 +f 1125/7/132 1116/10/130 1126/7/134 +f 1117/10/129 1126/7/134 1116/10/130 +f 1150/11/10 1149/7/3 1148/7/9 +f 1149/7/3 1150/11/10 1151/11/4 +f 1148/7/12 1149/7/5 1150/11/11 +f 1151/11/8 1150/11/11 1149/7/5 +f 1147/7/45 1141/11/10 1139/7/9 +f 1141/11/10 1147/7/45 1144/11/46 +f 1139/7/12 1141/11/11 1147/7/47 +f 1144/11/48 1147/7/47 1141/11/11 +f 1151/11/4 1153/11/46 1152/11/2 +f 1153/11/46 1151/11/4 1150/11/10 +f 1152/11/6 1153/11/48 1151/11/8 +f 1150/11/11 1151/11/8 1153/11/48 +f 1154/7/45 1150/11/10 1148/7/9 +f 1150/11/10 1154/7/45 1153/11/46 +f 1148/7/12 1150/11/11 1154/7/47 +f 1153/11/48 1154/7/47 1150/11/11 +f 1151/11/4 1155/7/1 1149/7/3 +f 1155/7/1 1151/11/4 1152/11/2 +f 1149/7/5 1155/7/7 1151/11/8 +f 1152/11/6 1151/11/8 1155/7/7 +f 1152/11/2 1154/7/45 1155/7/1 +f 1154/7/45 1152/11/2 1153/11/46 +f 1155/7/7 1154/7/47 1152/11/6 +f 1153/11/48 1152/11/6 1154/7/47 +f 1158/10/145 1157/10/144 1156/10/143 +f 1157/10/144 1158/10/145 1159/10/146 +f 1156/10/149 1157/10/148 1158/10/147 +f 1159/10/150 1158/10/147 1157/10/148 +f 1156/10/143 1161/7/152 1160/7/151 +f 1161/7/152 1156/10/143 1157/10/144 +f 1160/7/154 1161/7/153 1156/10/149 +f 1157/10/148 1156/10/149 1161/7/153 +f 1158/10/145 1160/7/151 1162/7/155 +f 1160/7/151 1158/10/145 1156/10/143 +f 1162/7/156 1160/7/154 1158/10/147 +f 1156/10/149 1158/10/147 1160/7/154 +f 1157/10/144 1163/7/157 1161/7/152 +f 1163/7/157 1157/10/144 1159/10/146 +f 1161/7/153 1163/7/158 1157/10/148 +f 1159/10/150 1157/10/148 1163/7/158 +f 1163/7/157 1158/10/145 1162/7/155 +f 1158/10/145 1163/7/157 1159/10/146 +f 1162/7/156 1158/10/147 1163/7/158 +f 1159/10/150 1163/7/158 1158/10/147 +f 1166/7/39 1165/10/34 1164/7/37 +f 1165/10/34 1166/7/39 1167/10/33 +f 1164/7/38 1165/10/35 1166/7/40 +f 1167/10/36 1166/7/40 1165/10/35 +f 1165/10/34 1169/10/26 1168/10/28 +f 1169/10/26 1165/10/34 1167/10/33 +f 1168/10/32 1169/10/30 1165/10/35 +f 1167/10/36 1165/10/35 1169/10/30 +f 1165/10/34 1170/7/27 1164/7/37 +f 1170/7/27 1165/10/34 1168/10/28 +f 1164/7/38 1170/7/29 1165/10/35 +f 1168/10/32 1165/10/35 1170/7/29 +f 1169/10/26 1166/7/39 1171/7/25 +f 1166/7/39 1169/10/26 1167/10/33 +f 1171/7/31 1166/7/40 1169/10/30 +f 1167/10/36 1169/10/30 1166/7/40 +f 1168/10/28 1171/7/25 1170/7/27 +f 1171/7/25 1168/10/28 1169/10/26 +f 1170/7/29 1171/7/31 1168/10/32 +f 1169/10/30 1168/10/32 1171/7/31 +f 1174/11/76 1173/11/62 1172/11/64 +f 1173/11/62 1174/11/76 1175/11/75 +f 1172/11/68 1173/11/66 1174/11/80 +f 1175/11/77 1174/11/80 1173/11/66 +f 1175/11/75 1176/7/61 1173/11/62 +f 1176/7/61 1175/11/75 1177/7/73 +f 1173/11/66 1176/7/67 1175/11/77 +f 1177/7/79 1175/11/77 1176/7/67 +f 1180/10/15 1179/10/22 1178/10/16 +f 1179/10/22 1180/10/15 1181/10/42 +f 1178/10/20 1179/10/23 1180/10/17 +f 1181/10/43 1180/10/17 1179/10/23 +f 1178/10/16 1183/7/21 1182/7/14 +f 1183/7/21 1178/10/16 1179/10/22 +f 1182/7/18 1183/7/24 1178/10/20 +f 1179/10/23 1178/10/20 1183/7/24 +f 1172/11/64 1176/7/61 1184/7/63 +f 1176/7/61 1172/11/64 1173/11/62 +f 1184/7/65 1176/7/67 1172/11/68 +f 1173/11/66 1172/11/68 1176/7/67 +f 1177/7/73 1174/11/76 1185/7/74 +f 1174/11/76 1177/7/73 1175/11/75 +f 1185/7/78 1174/11/80 1177/7/79 +f 1175/11/77 1177/7/79 1174/11/80 +f 1179/10/22 1186/7/41 1183/7/21 +f 1186/7/41 1179/10/22 1181/10/42 +f 1183/7/24 1186/7/44 1179/10/23 +f 1181/10/43 1179/10/23 1186/7/44 +f 1180/10/15 1182/7/14 1187/7/13 +f 1182/7/14 1180/10/15 1178/10/16 +f 1187/7/19 1182/7/18 1180/10/17 +f 1178/10/20 1180/10/17 1182/7/18 +f 1186/7/41 1180/10/15 1187/7/13 +f 1180/10/15 1186/7/41 1181/10/42 +f 1187/7/19 1180/10/17 1186/7/44 +f 1181/10/43 1186/7/44 1180/10/17 +f 1185/7/74 1172/11/64 1184/7/63 +f 1172/11/64 1185/7/74 1174/11/76 +f 1184/7/65 1172/11/68 1185/7/78 +f 1174/11/80 1185/7/78 1172/11/68 +f 1190/7/86 1189/7/86 1188/7/86 +f 1189/7/86 1190/7/86 1191/7/86 +f 1189/7/86 1191/7/86 1192/7/86 +f 1192/7/86 1191/7/86 1193/7/86 +f 1193/7/86 1191/7/86 1194/7/86 +f 1193/7/86 1194/7/86 1195/7/86 +f 1188/7/85 1189/7/85 1190/7/85 +f 1191/7/85 1190/7/85 1189/7/85 +f 1192/7/85 1191/7/85 1189/7/85 +f 1193/7/85 1191/7/85 1192/7/85 +f 1194/7/85 1191/7/85 1193/7/85 +f 1195/7/85 1194/7/85 1193/7/85 +f 1198/6/85 1197/6/85 1196/6/85 +f 1197/6/85 1198/6/85 1199/6/85 +f 1197/6/85 1199/6/85 1200/6/85 +f 1200/6/85 1199/6/85 1201/6/85 +f 1200/6/85 1201/6/85 1202/6/85 +f 1202/6/85 1201/6/85 1203/6/85 +f 1196/6/86 1197/6/86 1198/6/86 +f 1199/6/86 1198/6/86 1197/6/86 +f 1200/6/86 1199/6/86 1197/6/86 +f 1201/6/86 1199/6/86 1200/6/86 +f 1202/6/86 1201/6/86 1200/6/86 +f 1203/6/86 1201/6/86 1202/6/86 +f 1196/6/528 1189/7/527 1198/6/527 +f 1189/7/527 1196/6/528 1188/7/528 +f 1198/6/530 1189/7/530 1196/6/529 +f 1188/7/529 1196/6/529 1189/7/530 +f 1199/6/531 1189/7/532 1192/7/531 +f 1189/7/532 1199/6/531 1198/6/532 +f 1192/7/533 1189/7/534 1199/6/533 +f 1198/6/534 1199/6/533 1189/7/534 +f 1201/6/535 1192/7/531 1193/7/535 +f 1192/7/531 1201/6/535 1199/6/531 +f 1193/7/536 1192/7/533 1201/6/536 +f 1199/6/533 1201/6/536 1192/7/533 +f 1195/7/529 1201/6/537 1193/7/537 +f 1201/6/537 1195/7/529 1203/6/529 +f 1193/7/538 1201/6/538 1195/7/528 +f 1203/6/528 1195/7/528 1201/6/538 +f 1194/7/530 1203/6/529 1195/7/529 +f 1203/6/529 1194/7/530 1202/6/530 +f 1195/7/528 1203/6/528 1194/7/527 +f 1202/6/527 1194/7/527 1203/6/528 +f 1200/6/533 1194/7/534 1191/7/533 +f 1194/7/534 1200/6/533 1202/6/534 +f 1191/7/531 1194/7/532 1200/6/531 +f 1202/6/532 1200/6/531 1194/7/532 +f 1197/6/536 1191/7/533 1190/7/536 +f 1191/7/533 1197/6/536 1200/6/533 +f 1190/7/535 1191/7/531 1197/6/535 +f 1200/6/531 1197/6/535 1191/7/531 +f 1197/6/538 1188/7/528 1196/6/528 +f 1188/7/528 1197/6/538 1190/7/538 +f 1196/6/529 1188/7/529 1197/6/537 +f 1190/7/537 1197/6/537 1188/7/529 +f 1206/6/85 1205/6/85 1204/6/85 +f 1205/6/85 1206/6/85 1207/6/85 +f 1205/6/85 1207/6/85 1208/6/85 +f 1208/6/85 1207/6/85 1209/6/85 +f 1209/6/85 1207/6/85 1210/6/85 +f 1209/6/85 1210/6/85 1211/6/85 +f 1204/6/86 1205/6/86 1206/6/86 +f 1207/6/86 1206/6/86 1205/6/86 +f 1208/6/86 1207/6/86 1205/6/86 +f 1209/6/86 1207/6/86 1208/6/86 +f 1210/6/86 1207/6/86 1209/6/86 +f 1211/6/86 1210/6/86 1209/6/86 +f 1204/6/528 1212/7/527 1206/6/527 +f 1212/7/527 1204/6/528 1213/7/528 +f 1206/6/530 1212/7/530 1204/6/529 +f 1213/7/529 1204/6/529 1212/7/530 +f 1207/6/531 1212/7/532 1214/7/531 +f 1212/7/532 1207/6/531 1206/6/532 +f 1214/7/533 1212/7/534 1207/6/533 +f 1206/6/534 1207/6/533 1212/7/534 +f 1210/6/535 1214/7/531 1215/7/535 +f 1214/7/531 1210/6/535 1207/6/531 +f 1215/7/536 1214/7/533 1210/6/536 +f 1207/6/533 1210/6/536 1214/7/533 +f 1216/7/529 1210/6/537 1215/7/537 +f 1210/6/537 1216/7/529 1211/6/529 +f 1215/7/538 1210/6/538 1216/7/528 +f 1211/6/528 1216/7/528 1210/6/538 +f 1217/7/530 1211/6/529 1216/7/529 +f 1211/6/529 1217/7/530 1209/6/530 +f 1216/7/528 1211/6/528 1217/7/527 +f 1209/6/527 1217/7/527 1211/6/528 +f 1208/6/533 1217/7/534 1218/7/533 +f 1217/7/534 1208/6/533 1209/6/534 +f 1218/7/531 1217/7/532 1208/6/531 +f 1209/6/532 1208/6/531 1217/7/532 +f 1205/6/536 1218/7/533 1219/7/536 +f 1218/7/533 1205/6/536 1208/6/533 +f 1219/7/535 1218/7/531 1205/6/535 +f 1208/6/531 1205/6/535 1218/7/531 +f 1205/6/538 1213/7/528 1204/6/528 +f 1213/7/528 1205/6/538 1219/7/538 +f 1204/6/529 1213/7/529 1205/6/537 +f 1219/7/537 1205/6/537 1213/7/529 +f 1222/8/539 1221/9/540 1220/9/539 +f 1221/9/540 1222/8/539 1223/8/540 +f 1220/9/541 1221/9/542 1222/8/541 +f 1223/8/542 1222/8/541 1221/9/542 +f 1226/9/543 1225/8/544 1224/8/543 +f 1225/8/544 1226/9/543 1227/9/544 +f 1224/8/545 1225/8/546 1226/9/545 +f 1227/9/546 1226/9/545 1225/8/546 +f 1229/8/547 1220/9/539 1228/9/547 +f 1220/9/539 1229/8/547 1222/8/539 +f 1228/9/548 1220/9/541 1229/8/548 +f 1222/8/541 1229/8/548 1220/9/541 +f 1232/8/549 1231/9/550 1230/9/549 +f 1231/9/550 1232/8/549 1233/8/550 +f 1230/9/551 1231/9/552 1232/8/551 +f 1233/8/552 1232/8/551 1231/9/552 +f 1232/8/549 1221/9/553 1223/8/553 +f 1221/9/553 1232/8/549 1230/9/549 +f 1223/8/554 1221/9/554 1232/8/551 +f 1230/9/551 1232/8/551 1221/9/554 +f 1235/8/555 1227/9/556 1234/9/555 +f 1227/9/556 1235/8/555 1225/8/556 +f 1234/9/557 1227/9/558 1235/8/557 +f 1225/8/558 1235/8/557 1227/9/558 +f 1233/8/559 1234/9/555 1231/9/559 +f 1234/9/555 1233/8/559 1235/8/555 +f 1231/9/560 1234/9/557 1233/8/560 +f 1235/8/557 1233/8/560 1234/9/557 +f 1228/9/561 1224/8/543 1229/8/561 +f 1224/8/543 1228/9/561 1226/9/543 +f 1229/8/562 1224/8/545 1228/9/562 +f 1226/9/545 1228/9/562 1224/8/545 +f 1238/7/489 1237/7/489 1236/7/489 +f 1237/7/489 1238/7/489 1239/7/489 +f 1237/7/489 1239/7/489 1240/7/489 +f 1240/7/489 1239/7/489 1241/7/489 +f 1241/7/489 1239/7/489 1242/7/489 +f 1241/7/489 1242/7/489 1243/7/489 +f 1236/7/490 1237/7/490 1238/7/490 +f 1239/7/490 1238/7/490 1237/7/490 +f 1240/7/490 1239/7/490 1237/7/490 +f 1241/7/490 1239/7/490 1240/7/490 +f 1242/7/490 1239/7/490 1241/7/490 +f 1243/7/490 1242/7/490 1241/7/490 +f 1246/6/490 1245/6/490 1244/6/490 +f 1245/6/490 1246/6/490 1247/6/490 +f 1245/6/490 1247/6/490 1248/6/490 +f 1248/6/490 1247/6/490 1249/6/490 +f 1248/6/490 1249/6/490 1250/6/490 +f 1250/6/490 1249/6/490 1251/6/490 +f 1244/6/489 1245/6/489 1246/6/489 +f 1247/6/489 1246/6/489 1245/6/489 +f 1248/6/489 1247/6/489 1245/6/489 +f 1249/6/489 1247/6/489 1248/6/489 +f 1250/6/489 1249/6/489 1248/6/489 +f 1251/6/489 1249/6/489 1250/6/489 +f 1244/6/564 1237/7/563 1246/6/563 +f 1237/7/563 1244/6/564 1236/7/564 +f 1246/6/566 1237/7/566 1244/6/565 +f 1236/7/565 1244/6/565 1237/7/566 +f 1247/6/431 1237/7/567 1240/7/431 +f 1237/7/567 1247/6/431 1246/6/567 +f 1240/7/432 1237/7/568 1247/6/432 +f 1246/6/568 1247/6/432 1237/7/568 +f 1249/6/569 1240/7/431 1241/7/569 +f 1240/7/431 1249/6/569 1247/6/431 +f 1241/7/570 1240/7/432 1249/6/570 +f 1247/6/432 1249/6/570 1240/7/432 +f 1243/7/565 1249/6/571 1241/7/571 +f 1249/6/571 1243/7/565 1251/6/565 +f 1241/7/572 1249/6/572 1243/7/564 +f 1251/6/564 1243/7/564 1249/6/572 +f 1242/7/566 1251/6/565 1243/7/565 +f 1251/6/565 1242/7/566 1250/6/566 +f 1243/7/564 1251/6/564 1242/7/563 +f 1250/6/563 1242/7/563 1251/6/564 +f 1248/6/432 1242/7/568 1239/7/432 +f 1242/7/568 1248/6/432 1250/6/568 +f 1239/7/431 1242/7/567 1248/6/431 +f 1250/6/567 1248/6/431 1242/7/567 +f 1245/6/570 1239/7/432 1238/7/570 +f 1239/7/432 1245/6/570 1248/6/432 +f 1238/7/569 1239/7/431 1245/6/569 +f 1248/6/431 1245/6/569 1239/7/431 +f 1245/6/572 1236/7/564 1244/6/564 +f 1236/7/564 1245/6/572 1238/7/572 +f 1244/6/565 1236/7/565 1245/6/571 +f 1238/7/571 1245/6/571 1236/7/565 +f 1254/6/490 1253/6/490 1252/6/490 +f 1253/6/490 1254/6/490 1255/6/490 +f 1253/6/490 1255/6/490 1256/6/490 +f 1256/6/490 1255/6/490 1257/6/490 +f 1257/6/490 1255/6/490 1258/6/490 +f 1257/6/490 1258/6/490 1259/6/490 +f 1252/6/489 1253/6/489 1254/6/489 +f 1255/6/489 1254/6/489 1253/6/489 +f 1256/6/489 1255/6/489 1253/6/489 +f 1257/6/489 1255/6/489 1256/6/489 +f 1258/6/489 1255/6/489 1257/6/489 +f 1259/6/489 1258/6/489 1257/6/489 +f 1252/6/564 1260/7/563 1254/6/563 +f 1260/7/563 1252/6/564 1261/7/564 +f 1254/6/566 1260/7/566 1252/6/565 +f 1261/7/565 1252/6/565 1260/7/566 +f 1255/6/431 1260/7/567 1262/7/431 +f 1260/7/567 1255/6/431 1254/6/567 +f 1262/7/432 1260/7/568 1255/6/432 +f 1254/6/568 1255/6/432 1260/7/568 +f 1258/6/569 1262/7/431 1263/7/569 +f 1262/7/431 1258/6/569 1255/6/431 +f 1263/7/570 1262/7/432 1258/6/570 +f 1255/6/432 1258/6/570 1262/7/432 +f 1264/7/565 1258/6/571 1263/7/571 +f 1258/6/571 1264/7/565 1259/6/565 +f 1263/7/572 1258/6/572 1264/7/564 +f 1259/6/564 1264/7/564 1258/6/572 +f 1265/7/566 1259/6/565 1264/7/565 +f 1259/6/565 1265/7/566 1257/6/566 +f 1264/7/564 1259/6/564 1265/7/563 +f 1257/6/563 1265/7/563 1259/6/564 +f 1256/6/432 1265/7/568 1266/7/432 +f 1265/7/568 1256/6/432 1257/6/568 +f 1266/7/431 1265/7/567 1256/6/431 +f 1257/6/567 1256/6/431 1265/7/567 +f 1253/6/570 1266/7/432 1267/7/570 +f 1266/7/432 1253/6/570 1256/6/432 +f 1267/7/569 1266/7/431 1253/6/569 +f 1256/6/431 1253/6/569 1266/7/431 +f 1253/6/572 1261/7/564 1252/6/564 +f 1261/7/564 1253/6/572 1267/7/572 +f 1252/6/565 1261/7/565 1253/6/571 +f 1267/7/571 1253/6/571 1261/7/565 +f 1270/8/573 1269/9/574 1268/9/573 +f 1269/9/574 1270/8/573 1271/8/574 +f 1268/9/575 1269/9/576 1270/8/575 +f 1271/8/576 1270/8/575 1269/9/576 +f 1274/9/577 1273/8/578 1272/8/577 +f 1273/8/578 1274/9/577 1275/9/578 +f 1272/8/579 1273/8/580 1274/9/579 +f 1275/9/580 1274/9/579 1273/8/580 +f 1277/8/581 1268/9/573 1276/9/581 +f 1268/9/573 1277/8/581 1270/8/573 +f 1276/9/582 1268/9/575 1277/8/582 +f 1270/8/575 1277/8/582 1268/9/575 +f 1280/8/583 1279/9/584 1278/9/583 +f 1279/9/584 1280/8/583 1281/8/584 +f 1278/9/585 1279/9/586 1280/8/585 +f 1281/8/586 1280/8/585 1279/9/586 +f 1280/8/583 1269/9/587 1271/8/587 +f 1269/9/587 1280/8/583 1278/9/583 +f 1271/8/588 1269/9/588 1280/8/585 +f 1278/9/585 1280/8/585 1269/9/588 +f 1283/8/589 1275/9/590 1282/9/589 +f 1275/9/590 1283/8/589 1273/8/590 +f 1282/9/591 1275/9/592 1283/8/591 +f 1273/8/592 1283/8/591 1275/9/592 +f 1281/8/593 1282/9/589 1279/9/593 +f 1282/9/589 1281/8/593 1283/8/589 +f 1279/9/594 1282/9/591 1281/8/594 +f 1283/8/591 1281/8/594 1282/9/591 +f 1276/9/595 1272/8/577 1277/8/595 +f 1272/8/577 1276/9/595 1274/9/577 +f 1277/8/596 1272/8/579 1276/9/596 +f 1274/9/579 1276/9/596 1272/8/579 +f 1286/7/86 1285/7/86 1284/7/86 +f 1285/7/86 1286/7/86 1287/7/86 +f 1285/7/86 1287/7/86 1288/7/86 +f 1288/7/86 1287/7/86 1289/7/86 +f 1289/7/86 1287/7/86 1290/7/86 +f 1289/7/86 1290/7/86 1291/7/86 +f 1284/7/85 1285/7/85 1286/7/85 +f 1287/7/85 1286/7/85 1285/7/85 +f 1288/7/85 1287/7/85 1285/7/85 +f 1289/7/85 1287/7/85 1288/7/85 +f 1290/7/85 1287/7/85 1289/7/85 +f 1291/7/85 1290/7/85 1289/7/85 +f 1294/6/85 1293/6/85 1292/6/85 +f 1293/6/85 1294/6/85 1295/6/85 +f 1293/6/85 1295/6/85 1296/6/85 +f 1296/6/85 1295/6/85 1297/6/85 +f 1296/6/85 1297/6/85 1298/6/85 +f 1298/6/85 1297/6/85 1299/6/85 +f 1292/6/86 1293/6/86 1294/6/86 +f 1295/6/86 1294/6/86 1293/6/86 +f 1296/6/86 1295/6/86 1293/6/86 +f 1297/6/86 1295/6/86 1296/6/86 +f 1298/6/86 1297/6/86 1296/6/86 +f 1299/6/86 1297/6/86 1298/6/86 +f 1292/6/529 1285/7/530 1294/6/530 +f 1285/7/530 1292/6/529 1284/7/529 +f 1294/6/527 1285/7/527 1292/6/528 +f 1284/7/528 1292/6/528 1285/7/527 +f 1295/6/533 1285/7/534 1288/7/533 +f 1285/7/534 1295/6/533 1294/6/534 +f 1288/7/531 1285/7/532 1295/6/531 +f 1294/6/532 1295/6/531 1285/7/532 +f 1297/6/536 1288/7/533 1289/7/536 +f 1288/7/533 1297/6/536 1295/6/533 +f 1289/7/535 1288/7/531 1297/6/535 +f 1295/6/531 1297/6/535 1288/7/531 +f 1291/7/528 1297/6/538 1289/7/538 +f 1297/6/538 1291/7/528 1299/6/528 +f 1289/7/537 1297/6/537 1291/7/529 +f 1299/6/529 1291/7/529 1297/6/537 +f 1290/7/527 1299/6/528 1291/7/528 +f 1299/6/528 1290/7/527 1298/6/527 +f 1291/7/529 1299/6/529 1290/7/530 +f 1298/6/530 1290/7/530 1299/6/529 +f 1296/6/531 1290/7/532 1287/7/531 +f 1290/7/532 1296/6/531 1298/6/532 +f 1287/7/533 1290/7/534 1296/6/533 +f 1298/6/534 1296/6/533 1290/7/534 +f 1293/6/535 1287/7/531 1286/7/535 +f 1287/7/531 1293/6/535 1296/6/531 +f 1286/7/536 1287/7/533 1293/6/536 +f 1296/6/533 1293/6/536 1287/7/533 +f 1293/6/537 1284/7/529 1292/6/529 +f 1284/7/529 1293/6/537 1286/7/537 +f 1292/6/528 1284/7/528 1293/6/538 +f 1286/7/538 1293/6/538 1284/7/528 +f 1302/6/85 1301/6/85 1300/6/85 +f 1301/6/85 1302/6/85 1303/6/85 +f 1301/6/85 1303/6/85 1304/6/85 +f 1304/6/85 1303/6/85 1305/6/85 +f 1305/6/85 1303/6/85 1306/6/85 +f 1305/6/85 1306/6/85 1307/6/85 +f 1300/6/86 1301/6/86 1302/6/86 +f 1303/6/86 1302/6/86 1301/6/86 +f 1304/6/86 1303/6/86 1301/6/86 +f 1305/6/86 1303/6/86 1304/6/86 +f 1306/6/86 1303/6/86 1305/6/86 +f 1307/6/86 1306/6/86 1305/6/86 +f 1300/6/529 1308/7/530 1302/6/530 +f 1308/7/530 1300/6/529 1309/7/529 +f 1302/6/527 1308/7/527 1300/6/528 +f 1309/7/528 1300/6/528 1308/7/527 +f 1303/6/533 1308/7/534 1310/7/533 +f 1308/7/534 1303/6/533 1302/6/534 +f 1310/7/531 1308/7/532 1303/6/531 +f 1302/6/532 1303/6/531 1308/7/532 +f 1306/6/536 1310/7/533 1311/7/536 +f 1310/7/533 1306/6/536 1303/6/533 +f 1311/7/535 1310/7/531 1306/6/535 +f 1303/6/531 1306/6/535 1310/7/531 +f 1312/7/528 1306/6/538 1311/7/538 +f 1306/6/538 1312/7/528 1307/6/528 +f 1311/7/537 1306/6/537 1312/7/529 +f 1307/6/529 1312/7/529 1306/6/537 +f 1313/7/527 1307/6/528 1312/7/528 +f 1307/6/528 1313/7/527 1305/6/527 +f 1312/7/529 1307/6/529 1313/7/530 +f 1305/6/530 1313/7/530 1307/6/529 +f 1304/6/531 1313/7/532 1314/7/531 +f 1313/7/532 1304/6/531 1305/6/532 +f 1314/7/533 1313/7/534 1304/6/533 +f 1305/6/534 1304/6/533 1313/7/534 +f 1301/6/535 1314/7/531 1315/7/535 +f 1314/7/531 1301/6/535 1304/6/531 +f 1315/7/536 1314/7/533 1301/6/536 +f 1304/6/533 1301/6/536 1314/7/533 +f 1301/6/537 1309/7/529 1300/6/529 +f 1309/7/529 1301/6/537 1315/7/537 +f 1300/6/528 1309/7/528 1301/6/538 +f 1315/7/538 1301/6/538 1309/7/528 +f 1318/8/555 1317/9/556 1316/9/555 +f 1317/9/556 1318/8/555 1319/8/556 +f 1316/9/557 1317/9/558 1318/8/557 +f 1319/8/558 1318/8/557 1317/9/558 +f 1322/9/549 1321/8/553 1320/8/549 +f 1321/8/553 1322/9/549 1323/9/553 +f 1320/8/551 1321/8/554 1322/9/551 +f 1323/9/554 1322/9/551 1321/8/554 +f 1325/8/559 1316/9/555 1324/9/559 +f 1316/9/555 1325/8/559 1318/8/555 +f 1324/9/560 1316/9/557 1325/8/560 +f 1318/8/557 1325/8/560 1316/9/557 +f 1328/8/543 1327/9/561 1326/9/543 +f 1327/9/561 1328/8/543 1329/8/561 +f 1326/9/545 1327/9/562 1328/8/545 +f 1329/8/562 1328/8/545 1327/9/562 +f 1328/8/543 1317/9/544 1319/8/544 +f 1317/9/544 1328/8/543 1326/9/543 +f 1319/8/546 1317/9/546 1328/8/545 +f 1326/9/545 1328/8/545 1317/9/546 +f 1331/8/539 1323/9/540 1330/9/539 +f 1323/9/540 1331/8/539 1321/8/540 +f 1330/9/541 1323/9/542 1331/8/541 +f 1321/8/542 1331/8/541 1323/9/542 +f 1329/8/547 1330/9/539 1327/9/547 +f 1330/9/539 1329/8/547 1331/8/539 +f 1327/9/548 1330/9/541 1329/8/548 +f 1331/8/541 1329/8/548 1330/9/541 +f 1324/9/550 1320/8/549 1325/8/550 +f 1320/8/549 1324/9/550 1322/9/549 +f 1325/8/552 1320/8/551 1324/9/552 +f 1322/9/551 1324/9/552 1320/8/551 +f 1334/13/82 1333/12/597 1332/12/82 +f 1333/12/597 1334/13/82 1335/13/597 +f 1332/12/84 1333/12/598 1334/13/84 +f 1335/13/598 1334/13/84 1333/12/598 +f 1338/13/600 1337/12/599 1336/13/599 +f 1337/12/599 1338/13/600 1339/12/600 +f 1336/13/602 1337/12/602 1338/13/601 +f 1339/12/601 1338/13/601 1337/12/602 +f 1335/13/597 1337/12/599 1333/12/597 +f 1337/12/599 1335/13/597 1336/13/599 +f 1333/12/598 1337/12/602 1335/13/598 +f 1336/13/602 1335/13/598 1337/12/602 +f 1341/13/603 1332/12/82 1340/12/603 +f 1332/12/82 1341/13/603 1334/13/82 +f 1340/12/604 1332/12/84 1341/13/604 +f 1334/13/84 1341/13/604 1332/12/84 +f 1336/13/85 1342/13/85 1338/13/85 +f 1342/13/85 1336/13/85 1335/13/85 +f 1342/13/85 1335/13/85 1334/13/85 +f 1342/13/85 1334/13/85 1341/13/85 +f 1342/13/85 1341/13/85 1343/13/85 +f 1338/13/86 1342/13/86 1336/13/86 +f 1335/13/86 1336/13/86 1342/13/86 +f 1334/13/86 1335/13/86 1342/13/86 +f 1341/13/86 1334/13/86 1342/13/86 +f 1343/13/86 1341/13/86 1342/13/86 +f 1345/12/606 1343/13/605 1344/12/605 +f 1343/13/605 1345/12/606 1342/13/606 +f 1344/12/608 1343/13/608 1345/12/607 +f 1342/13/607 1345/12/607 1343/13/608 +f 1344/12/605 1341/13/603 1340/12/603 +f 1341/13/603 1344/12/605 1343/13/605 +f 1340/12/604 1341/13/604 1344/12/608 +f 1343/13/608 1344/12/608 1341/13/604 +f 48/13/89 1347/12/89 1346/13/89 +f 1347/12/89 48/13/89 1348/12/89 +f 1346/13/90 1347/12/90 48/13/90 +f 1348/12/90 48/13/90 1347/12/90 +f 1351/13/609 1350/12/82 1349/12/609 +f 1350/12/82 1351/13/609 1352/13/82 +f 1349/12/610 1350/12/84 1351/13/610 +f 1352/13/84 1351/13/610 1350/12/84 +f 48/13/84 1353/12/84 1348/12/84 +f 1353/12/84 48/13/84 49/13/84 +f 1348/12/82 1353/12/82 48/13/82 +f 49/13/82 48/13/82 1353/12/82 +f 1352/13/82 1347/12/611 1350/12/82 +f 1347/12/611 1352/13/82 1346/13/611 +f 1350/12/84 1347/12/612 1352/13/84 +f 1346/13/612 1352/13/84 1347/12/612 +f 1353/12/86 1347/12/86 1348/12/86 +f 1347/12/86 1353/12/86 1350/12/86 +f 1350/12/86 1353/12/86 1349/12/86 +f 1348/12/85 1347/12/85 1353/12/85 +f 1350/12/85 1353/12/85 1347/12/85 +f 1349/12/85 1353/12/85 1350/12/85 +f 1346/13/85 49/13/85 48/13/85 +f 49/13/85 1346/13/85 1352/13/85 +f 49/13/85 1352/13/85 1351/13/85 +f 48/13/86 49/13/86 1346/13/86 +f 1352/13/86 1346/13/86 49/13/86 +f 1351/13/86 1352/13/86 49/13/86 +f 1353/12/90 1351/13/90 1349/12/90 +f 1351/13/90 1353/12/90 49/13/90 +f 1349/12/89 1351/13/89 1353/12/89 +f 49/13/89 1353/12/89 1351/13/89 +f 1356/14/85 1355/14/85 1354/14/85 +f 1355/14/85 1356/14/85 1357/14/85 +f 1355/14/85 1357/14/85 1358/14/85 +f 1354/14/86 1355/14/86 1356/14/86 +f 1357/14/86 1356/14/86 1355/14/86 +f 1358/14/86 1357/14/86 1355/14/86 +f 1354/14/84 1360/12/84 1359/12/84 +f 1360/12/84 1354/14/84 1355/14/84 +f 1359/12/82 1360/12/82 1354/14/82 +f 1355/14/82 1354/14/82 1360/12/82 +f 1360/12/90 1358/14/90 1361/12/90 +f 1358/14/90 1360/12/90 1355/14/90 +f 1361/12/89 1358/14/89 1360/12/89 +f 1355/14/89 1360/12/89 1358/14/89 +f 1354/14/89 1362/12/89 1356/14/89 +f 1362/12/89 1354/14/89 1359/12/89 +f 1356/14/90 1362/12/90 1354/14/90 +f 1359/12/90 1354/14/90 1362/12/90 +f 1364/16/83 1363/15/83 1357/14/84 +f 1363/15/83 1365/17/83 1357/14/84 +f 1366/18/83 1364/16/83 1357/14/84 +f 1365/17/83 1367/19/83 1357/14/84 +f 1368/17/83 1367/19/83 1365/17/83 +f 1367/19/83 1369/20/83 1357/14/84 +f 1367/19/83 1368/17/83 1370/19/83 +f 1370/19/83 1368/17/83 1371/20/83 +f 1371/20/83 1368/17/83 1372/21/83 +f 1369/20/83 1373/21/83 1357/14/84 +f 1368/17/83 1374/15/83 1372/21/83 +f 1358/14/83 1366/18/83 1357/14/84 +f 1357/14/84 1373/21/83 1375/12/84 +f 1376/22/83 1375/12/84 1373/21/83 +f 1377/22/83 1375/12/84 1376/22/83 +f 1366/18/83 1358/14/83 1378/18/83 +f 1378/18/83 1358/14/83 1379/16/83 +f 1379/16/83 1358/14/83 1374/15/83 +f 1375/12/84 1377/22/83 1361/12/83 +f 1372/21/83 1361/12/83 1377/22/83 +f 1374/15/83 1361/12/83 1372/21/83 +f 1358/14/83 1361/12/83 1374/15/83 +f 1381/24/88 1380/23/88 1356/14/88 +f 1382/25/88 1381/24/88 1356/14/88 +f 1356/14/88 1380/23/88 1362/12/88 +f 1383/26/88 1362/12/88 1380/23/88 +f 1384/26/88 1362/12/88 1383/26/88 +f 1362/12/88 1384/26/88 1375/12/84 +f 1385/23/88 1375/12/84 1384/26/88 +f 1357/14/84 1382/25/88 1356/14/88 +f 1357/14/84 1375/12/84 1385/23/88 +f 1382/25/88 1357/14/84 1386/25/88 +f 1387/24/88 1357/14/84 1385/23/88 +f 1386/25/88 1357/14/84 1387/24/88 +f 1357/14/82 1363/15/81 1364/16/81 +f 1357/14/82 1364/16/81 1366/18/81 +f 1357/14/82 1365/17/81 1363/15/81 +f 1357/14/82 1366/18/81 1358/14/81 +f 1378/18/81 1358/14/81 1366/18/81 +f 1379/16/81 1358/14/81 1378/18/81 +f 1374/15/81 1358/14/81 1379/16/81 +f 1374/15/81 1361/12/81 1358/14/81 +f 1372/21/81 1361/12/81 1374/15/81 +f 1372/21/81 1374/15/81 1368/17/81 +f 1377/22/81 1361/12/81 1372/21/81 +f 1372/21/81 1368/17/81 1371/20/81 +f 1371/20/81 1368/17/81 1370/19/81 +f 1361/12/81 1377/22/81 1375/12/82 +f 1376/22/81 1375/12/82 1377/22/81 +f 1373/21/81 1375/12/82 1376/22/81 +f 1375/12/82 1373/21/81 1357/14/82 +f 1357/14/82 1373/21/81 1369/20/81 +f 1370/19/81 1368/17/81 1367/19/81 +f 1357/14/82 1369/20/81 1367/19/81 +f 1365/17/81 1367/19/81 1368/17/81 +f 1357/14/82 1367/19/81 1365/17/81 +f 1356/14/87 1380/23/87 1381/24/87 +f 1356/14/87 1381/24/87 1382/25/87 +f 1362/12/87 1380/23/87 1356/14/87 +f 1380/23/87 1362/12/87 1383/26/87 +f 1383/26/87 1362/12/87 1384/26/87 +f 1375/12/82 1384/26/87 1362/12/87 +f 1384/26/87 1375/12/82 1385/23/87 +f 1356/14/87 1382/25/87 1357/14/82 +f 1385/23/87 1375/12/82 1357/14/82 +f 1386/25/87 1357/14/82 1382/25/87 +f 1385/23/87 1357/14/82 1387/24/87 +f 1387/24/87 1357/14/82 1386/25/87 +f 1390/28/613 1389/27/614 1388/27/613 +f 1389/27/614 1390/28/613 1391/28/614 +f 1388/27/615 1389/27/616 1390/28/615 +f 1391/28/616 1390/28/615 1389/27/616 +f 1394/28/615 1393/27/616 1392/27/615 +f 1393/27/616 1394/28/615 1395/28/616 +f 1392/27/613 1393/27/614 1394/28/613 +f 1395/28/614 1394/28/613 1393/27/614 +f 1398/28/618 1397/27/617 1396/28/617 +f 1397/27/617 1398/28/618 1399/27/618 +f 1396/28/620 1397/27/620 1398/28/619 +f 1399/27/619 1398/28/619 1397/27/620 +f 1402/27/620 1401/28/619 1400/27/619 +f 1401/28/619 1402/27/620 1403/28/620 +f 1400/27/618 1401/28/618 1402/27/617 +f 1403/28/617 1402/27/617 1401/28/618 +f 1395/28/616 1402/27/620 1393/27/616 +f 1402/27/620 1395/28/616 1403/28/620 +f 1393/27/614 1402/27/617 1395/28/614 +f 1403/28/617 1395/28/614 1402/27/617 +f 1391/28/614 1397/27/617 1389/27/614 +f 1397/27/617 1391/28/614 1396/28/617 +f 1389/27/616 1397/27/620 1391/28/616 +f 1396/28/620 1391/28/616 1397/27/620 +f 1398/28/618 1392/27/615 1399/27/618 +f 1392/27/615 1398/28/618 1394/28/615 +f 1399/27/619 1392/27/613 1398/28/619 +f 1394/28/613 1398/28/619 1392/27/613 +f 1401/28/619 1388/27/613 1400/27/619 +f 1388/27/613 1401/28/619 1390/28/613 +f 1400/27/618 1388/27/615 1401/28/618 +f 1390/28/615 1401/28/618 1388/27/615 +f 1391/28/621 1398/28/621 1396/28/621 +f 1398/28/621 1391/28/621 1394/28/621 +f 1394/28/621 1391/28/621 1390/28/621 +f 1394/28/621 1390/28/621 1395/28/621 +f 1395/28/621 1390/28/621 1401/28/621 +f 1395/28/621 1401/28/621 1403/28/621 +f 1396/28/622 1398/28/622 1391/28/622 +f 1394/28/622 1391/28/622 1398/28/622 +f 1390/28/622 1391/28/622 1394/28/622 +f 1395/28/622 1390/28/622 1394/28/622 +f 1401/28/622 1390/28/622 1395/28/622 +f 1403/28/622 1401/28/622 1395/28/622 +f 1392/27/622 1397/27/622 1399/27/622 +f 1397/27/622 1392/27/622 1389/27/622 +f 1389/27/622 1392/27/622 1393/27/622 +f 1389/27/622 1393/27/622 1388/27/622 +f 1388/27/622 1393/27/622 1402/27/622 +f 1388/27/622 1402/27/622 1400/27/622 +f 1399/27/621 1397/27/621 1392/27/621 +f 1389/27/621 1392/27/621 1397/27/621 +f 1393/27/621 1392/27/621 1389/27/621 +f 1388/27/621 1393/27/621 1389/27/621 +f 1402/27/621 1393/27/621 1388/27/621 +f 1400/27/621 1402/27/621 1388/27/621 +f 1406/28/623 1405/27/624 1404/27/623 +f 1405/27/624 1406/28/623 1407/28/624 +f 1404/27/625 1405/27/626 1406/28/625 +f 1407/28/626 1406/28/625 1405/27/626 +f 1410/28/625 1409/27/626 1408/27/625 +f 1409/27/626 1410/28/625 1411/28/626 +f 1408/27/623 1409/27/624 1410/28/623 +f 1411/28/624 1410/28/623 1409/27/624 +f 1414/28/628 1413/27/627 1412/28/627 +f 1413/27/627 1414/28/628 1415/27/628 +f 1412/28/630 1413/27/630 1414/28/629 +f 1415/27/629 1414/28/629 1413/27/630 +f 1418/27/630 1417/28/629 1416/27/629 +f 1417/28/629 1418/27/630 1419/28/630 +f 1416/27/628 1417/28/628 1418/27/627 +f 1419/28/627 1418/27/627 1417/28/628 +f 1411/28/626 1418/27/630 1409/27/626 +f 1418/27/630 1411/28/626 1419/28/630 +f 1409/27/624 1418/27/627 1411/28/624 +f 1419/28/627 1411/28/624 1418/27/627 +f 1407/28/624 1413/27/627 1405/27/624 +f 1413/27/627 1407/28/624 1412/28/627 +f 1405/27/626 1413/27/630 1407/28/626 +f 1412/28/630 1407/28/626 1413/27/630 +f 1414/28/628 1408/27/625 1415/27/628 +f 1408/27/625 1414/28/628 1410/28/625 +f 1415/27/629 1408/27/623 1414/28/629 +f 1410/28/623 1414/28/629 1408/27/623 +f 1417/28/629 1404/27/623 1416/27/629 +f 1404/27/623 1417/28/629 1406/28/623 +f 1416/27/628 1404/27/625 1417/28/628 +f 1406/28/625 1417/28/628 1404/27/625 +f 1407/28/631 1414/28/631 1412/28/631 +f 1414/28/631 1407/28/631 1410/28/631 +f 1410/28/631 1407/28/631 1406/28/631 +f 1410/28/631 1406/28/631 1411/28/631 +f 1411/28/631 1406/28/631 1417/28/631 +f 1411/28/631 1417/28/631 1419/28/631 +f 1412/28/632 1414/28/632 1407/28/632 +f 1410/28/632 1407/28/632 1414/28/632 +f 1406/28/632 1407/28/632 1410/28/632 +f 1411/28/632 1406/28/632 1410/28/632 +f 1417/28/632 1406/28/632 1411/28/632 +f 1419/28/632 1417/28/632 1411/28/632 +f 1408/27/632 1413/27/632 1415/27/632 +f 1413/27/632 1408/27/632 1405/27/632 +f 1405/27/632 1408/27/632 1409/27/632 +f 1405/27/632 1409/27/632 1404/27/632 +f 1404/27/632 1409/27/632 1418/27/632 +f 1404/27/632 1418/27/632 1416/27/632 +f 1415/27/631 1413/27/631 1408/27/631 +f 1405/27/631 1408/27/631 1413/27/631 +f 1409/27/631 1408/27/631 1405/27/631 +f 1404/27/631 1409/27/631 1405/27/631 +f 1418/27/631 1409/27/631 1404/27/631 +f 1416/27/631 1418/27/631 1404/27/631 +f 1422/27/623 1421/28/624 1420/27/624 +f 1421/28/624 1422/27/623 1423/28/623 +f 1420/27/626 1421/28/626 1422/27/625 +f 1423/28/625 1422/27/625 1421/28/626 +f 1426/28/625 1425/27/626 1424/27/625 +f 1425/27/626 1426/28/625 1427/28/626 +f 1424/27/623 1425/27/624 1426/28/623 +f 1427/28/624 1426/28/623 1425/27/624 +f 1430/28/628 1429/27/627 1428/28/627 +f 1429/27/627 1430/28/628 1431/27/628 +f 1428/28/630 1429/27/630 1430/28/629 +f 1431/27/629 1430/28/629 1429/27/630 +f 1434/27/630 1433/28/629 1432/27/629 +f 1433/28/629 1434/27/630 1435/28/630 +f 1432/27/628 1433/28/628 1434/27/627 +f 1435/28/627 1434/27/627 1433/28/628 +f 1425/27/626 1435/28/630 1434/27/630 +f 1435/28/630 1425/27/626 1427/28/626 +f 1434/27/627 1435/28/627 1425/27/624 +f 1427/28/624 1425/27/624 1435/28/627 +f 1421/28/624 1429/27/627 1420/27/624 +f 1429/27/627 1421/28/624 1428/28/627 +f 1420/27/626 1429/27/630 1421/28/626 +f 1428/28/630 1421/28/626 1429/27/630 +f 1431/27/628 1426/28/625 1424/27/625 +f 1426/28/625 1431/27/628 1430/28/628 +f 1424/27/623 1426/28/623 1431/27/629 +f 1430/28/629 1431/27/629 1426/28/623 +f 1433/28/629 1422/27/623 1432/27/629 +f 1422/27/623 1433/28/629 1423/28/623 +f 1432/27/628 1422/27/625 1433/28/628 +f 1423/28/625 1433/28/628 1422/27/625 +f 1421/28/631 1430/28/631 1428/28/631 +f 1430/28/631 1421/28/631 1426/28/631 +f 1426/28/631 1421/28/631 1423/28/631 +f 1426/28/631 1423/28/631 1427/28/631 +f 1427/28/631 1423/28/631 1433/28/631 +f 1427/28/631 1433/28/631 1435/28/631 +f 1428/28/632 1430/28/632 1421/28/632 +f 1426/28/632 1421/28/632 1430/28/632 +f 1423/28/632 1421/28/632 1426/28/632 +f 1427/28/632 1423/28/632 1426/28/632 +f 1433/28/632 1423/28/632 1427/28/632 +f 1435/28/632 1433/28/632 1427/28/632 +f 1424/27/632 1429/27/632 1431/27/632 +f 1429/27/632 1424/27/632 1420/27/632 +f 1420/27/632 1424/27/632 1425/27/632 +f 1420/27/632 1425/27/632 1422/27/632 +f 1422/27/632 1425/27/632 1434/27/632 +f 1422/27/632 1434/27/632 1432/27/632 +f 1431/27/631 1429/27/631 1424/27/631 +f 1420/27/631 1424/27/631 1429/27/631 +f 1425/27/631 1424/27/631 1420/27/631 +f 1422/27/631 1425/27/631 1420/27/631 +f 1434/27/631 1425/27/631 1422/27/631 +f 1432/27/631 1434/27/631 1422/27/631 +f 1438/13/82 1437/12/597 1436/12/82 +f 1437/12/597 1438/13/82 1439/13/597 +f 1436/12/84 1437/12/598 1438/13/84 +f 1439/13/598 1438/13/84 1437/12/598 +f 1442/13/600 1441/12/599 1440/13/599 +f 1441/12/599 1442/13/600 1443/12/600 +f 1440/13/602 1441/12/602 1442/13/601 +f 1443/12/601 1442/13/601 1441/12/602 +f 1439/13/597 1441/12/599 1437/12/597 +f 1441/12/599 1439/13/597 1440/13/599 +f 1437/12/598 1441/12/602 1439/13/598 +f 1440/13/602 1439/13/598 1441/12/602 +f 1445/13/603 1436/12/82 1444/12/603 +f 1436/12/82 1445/13/603 1438/13/82 +f 1444/12/604 1436/12/84 1445/13/604 +f 1438/13/84 1445/13/604 1436/12/84 +f 1440/13/85 1446/13/85 1442/13/85 +f 1446/13/85 1440/13/85 1439/13/85 +f 1446/13/85 1439/13/85 1438/13/85 +f 1446/13/85 1438/13/85 1445/13/85 +f 1446/13/85 1445/13/85 1447/13/85 +f 1442/13/86 1446/13/86 1440/13/86 +f 1439/13/86 1440/13/86 1446/13/86 +f 1438/13/86 1439/13/86 1446/13/86 +f 1445/13/86 1438/13/86 1446/13/86 +f 1447/13/86 1445/13/86 1446/13/86 +f 1449/12/606 1447/13/605 1448/12/605 +f 1447/13/605 1449/12/606 1446/13/606 +f 1448/12/608 1447/13/608 1449/12/607 +f 1446/13/607 1449/12/607 1447/13/608 +f 1448/12/605 1445/13/603 1444/12/603 +f 1445/13/603 1448/12/605 1447/13/605 +f 1444/12/604 1445/13/604 1448/12/608 +f 1447/13/608 1448/12/608 1445/13/604 +f 98/13/89 1451/12/89 1450/13/89 +f 1451/12/89 98/13/89 1452/12/89 +f 1450/13/90 1451/12/90 98/13/90 +f 1452/12/90 98/13/90 1451/12/90 +f 1455/13/609 1454/12/82 1453/12/609 +f 1454/12/82 1455/13/609 1456/13/82 +f 1453/12/610 1454/12/84 1455/13/610 +f 1456/13/84 1455/13/610 1454/12/84 +f 98/13/84 1457/12/84 1452/12/84 +f 1457/12/84 98/13/84 99/13/84 +f 1452/12/82 1457/12/82 98/13/82 +f 99/13/82 98/13/82 1457/12/82 +f 1456/13/82 1451/12/611 1454/12/82 +f 1451/12/611 1456/13/82 1450/13/611 +f 1454/12/84 1451/12/612 1456/13/84 +f 1450/13/612 1456/13/84 1451/12/612 +f 1457/12/86 1451/12/86 1452/12/86 +f 1451/12/86 1457/12/86 1454/12/86 +f 1454/12/86 1457/12/86 1453/12/86 +f 1452/12/85 1451/12/85 1457/12/85 +f 1454/12/85 1457/12/85 1451/12/85 +f 1453/12/85 1457/12/85 1454/12/85 +f 1450/13/85 99/13/85 98/13/85 +f 99/13/85 1450/13/85 1456/13/85 +f 99/13/85 1456/13/85 1455/13/85 +f 98/13/86 99/13/86 1450/13/86 +f 1456/13/86 1450/13/86 99/13/86 +f 1455/13/86 1456/13/86 99/13/86 +f 1457/12/90 1455/13/90 1453/12/90 +f 1455/13/90 1457/12/90 99/13/90 +f 1453/12/89 1455/13/89 1457/12/89 +f 99/13/89 1457/12/89 1455/13/89 +f 1460/14/85 1459/14/85 1458/14/85 +f 1459/14/85 1460/14/85 1461/14/85 +f 1459/14/85 1461/14/85 1462/14/85 +f 1458/14/86 1459/14/86 1460/14/86 +f 1461/14/86 1460/14/86 1459/14/86 +f 1462/14/86 1461/14/86 1459/14/86 +f 1458/14/84 1464/12/84 1463/12/84 +f 1464/12/84 1458/14/84 1459/14/84 +f 1463/12/82 1464/12/82 1458/14/82 +f 1459/14/82 1458/14/82 1464/12/82 +f 1464/12/90 1462/14/90 1465/12/90 +f 1462/14/90 1464/12/90 1459/14/90 +f 1465/12/89 1462/14/89 1464/12/89 +f 1459/14/89 1464/12/89 1462/14/89 +f 1458/14/89 1466/12/89 1460/14/89 +f 1466/12/89 1458/14/89 1463/12/89 +f 1460/14/90 1466/12/90 1458/14/90 +f 1463/12/90 1458/14/90 1466/12/90 +f 1468/16/83 1467/15/83 1461/14/84 +f 1467/15/83 1469/17/83 1461/14/84 +f 1470/18/83 1468/16/83 1461/14/84 +f 1469/17/83 1471/19/83 1461/14/84 +f 1472/17/83 1471/19/83 1469/17/83 +f 1471/19/83 1473/20/83 1461/14/84 +f 1471/19/83 1472/17/83 1474/19/83 +f 1474/19/83 1472/17/83 1475/20/83 +f 1475/20/83 1472/17/83 1476/21/83 +f 1473/20/83 1477/21/83 1461/14/84 +f 1472/17/83 1478/15/83 1476/21/83 +f 1462/14/83 1470/18/83 1461/14/84 +f 1461/14/84 1477/21/83 1479/12/84 +f 1480/22/83 1479/12/84 1477/21/83 +f 1481/22/83 1479/12/84 1480/22/83 +f 1470/18/83 1462/14/83 1482/18/83 +f 1482/18/83 1462/14/83 1483/16/83 +f 1483/16/83 1462/14/83 1478/15/83 +f 1479/12/84 1481/22/83 1465/12/83 +f 1476/21/83 1465/12/83 1481/22/83 +f 1478/15/83 1465/12/83 1476/21/83 +f 1462/14/83 1465/12/83 1478/15/83 +f 1485/24/88 1484/23/88 1460/14/88 +f 1486/25/88 1485/24/88 1460/14/88 +f 1460/14/88 1484/23/88 1466/12/88 +f 1487/26/88 1466/12/88 1484/23/88 +f 1488/26/88 1466/12/88 1487/26/88 +f 1466/12/88 1488/26/88 1479/12/84 +f 1489/23/88 1479/12/84 1488/26/88 +f 1461/14/84 1486/25/88 1460/14/88 +f 1461/14/84 1479/12/84 1489/23/88 +f 1486/25/88 1461/14/84 1490/25/88 +f 1491/24/88 1461/14/84 1489/23/88 +f 1490/25/88 1461/14/84 1491/24/88 +f 1461/14/82 1467/15/81 1468/16/81 +f 1461/14/82 1468/16/81 1470/18/81 +f 1461/14/82 1469/17/81 1467/15/81 +f 1461/14/82 1470/18/81 1462/14/81 +f 1482/18/81 1462/14/81 1470/18/81 +f 1483/16/81 1462/14/81 1482/18/81 +f 1478/15/81 1462/14/81 1483/16/81 +f 1478/15/81 1465/12/81 1462/14/81 +f 1476/21/81 1465/12/81 1478/15/81 +f 1476/21/81 1478/15/81 1472/17/81 +f 1481/22/81 1465/12/81 1476/21/81 +f 1476/21/81 1472/17/81 1475/20/81 +f 1475/20/81 1472/17/81 1474/19/81 +f 1465/12/81 1481/22/81 1479/12/82 +f 1480/22/81 1479/12/82 1481/22/81 +f 1477/21/81 1479/12/82 1480/22/81 +f 1479/12/82 1477/21/81 1461/14/82 +f 1461/14/82 1477/21/81 1473/20/81 +f 1474/19/81 1472/17/81 1471/19/81 +f 1461/14/82 1473/20/81 1471/19/81 +f 1469/17/81 1471/19/81 1472/17/81 +f 1461/14/82 1471/19/81 1469/17/81 +f 1460/14/87 1484/23/87 1485/24/87 +f 1460/14/87 1485/24/87 1486/25/87 +f 1466/12/87 1484/23/87 1460/14/87 +f 1484/23/87 1466/12/87 1487/26/87 +f 1487/26/87 1466/12/87 1488/26/87 +f 1479/12/82 1488/26/87 1466/12/87 +f 1488/26/87 1479/12/82 1489/23/87 +f 1460/14/87 1486/25/87 1461/14/82 +f 1489/23/87 1479/12/82 1461/14/82 +f 1490/25/87 1461/14/82 1486/25/87 +f 1489/23/87 1461/14/82 1491/24/87 +f 1491/24/87 1461/14/82 1490/25/87 +f 1494/28/613 1493/27/614 1492/27/613 +f 1493/27/614 1494/28/613 1495/28/614 +f 1492/27/615 1493/27/616 1494/28/615 +f 1495/28/616 1494/28/615 1493/27/616 +f 1498/28/615 1497/27/616 1496/27/615 +f 1497/27/616 1498/28/615 1499/28/616 +f 1496/27/613 1497/27/614 1498/28/613 +f 1499/28/614 1498/28/613 1497/27/614 +f 1502/28/618 1501/27/617 1500/28/617 +f 1501/27/617 1502/28/618 1503/27/618 +f 1500/28/620 1501/27/620 1502/28/619 +f 1503/27/619 1502/28/619 1501/27/620 +f 1506/27/620 1505/28/619 1504/27/619 +f 1505/28/619 1506/27/620 1507/28/620 +f 1504/27/618 1505/28/618 1506/27/617 +f 1507/28/617 1506/27/617 1505/28/618 +f 1499/28/616 1506/27/620 1497/27/616 +f 1506/27/620 1499/28/616 1507/28/620 +f 1497/27/614 1506/27/617 1499/28/614 +f 1507/28/617 1499/28/614 1506/27/617 +f 1495/28/614 1501/27/617 1493/27/614 +f 1501/27/617 1495/28/614 1500/28/617 +f 1493/27/616 1501/27/620 1495/28/616 +f 1500/28/620 1495/28/616 1501/27/620 +f 1502/28/618 1496/27/615 1503/27/618 +f 1496/27/615 1502/28/618 1498/28/615 +f 1503/27/619 1496/27/613 1502/28/619 +f 1498/28/613 1502/28/619 1496/27/613 +f 1505/28/619 1492/27/613 1504/27/619 +f 1492/27/613 1505/28/619 1494/28/613 +f 1504/27/618 1492/27/615 1505/28/618 +f 1494/28/615 1505/28/618 1492/27/615 +f 1495/28/621 1502/28/621 1500/28/621 +f 1502/28/621 1495/28/621 1498/28/621 +f 1498/28/621 1495/28/621 1494/28/621 +f 1498/28/621 1494/28/621 1499/28/621 +f 1499/28/621 1494/28/621 1505/28/621 +f 1499/28/621 1505/28/621 1507/28/621 +f 1500/28/622 1502/28/622 1495/28/622 +f 1498/28/622 1495/28/622 1502/28/622 +f 1494/28/622 1495/28/622 1498/28/622 +f 1499/28/622 1494/28/622 1498/28/622 +f 1505/28/622 1494/28/622 1499/28/622 +f 1507/28/622 1505/28/622 1499/28/622 +f 1496/27/622 1501/27/622 1503/27/622 +f 1501/27/622 1496/27/622 1493/27/622 +f 1493/27/622 1496/27/622 1497/27/622 +f 1493/27/622 1497/27/622 1492/27/622 +f 1492/27/622 1497/27/622 1506/27/622 +f 1492/27/622 1506/27/622 1504/27/622 +f 1503/27/621 1501/27/621 1496/27/621 +f 1493/27/621 1496/27/621 1501/27/621 +f 1497/27/621 1496/27/621 1493/27/621 +f 1492/27/621 1497/27/621 1493/27/621 +f 1506/27/621 1497/27/621 1492/27/621 +f 1504/27/621 1506/27/621 1492/27/621 +f 1510/28/623 1509/27/624 1508/27/623 +f 1509/27/624 1510/28/623 1511/28/624 +f 1508/27/625 1509/27/626 1510/28/625 +f 1511/28/626 1510/28/625 1509/27/626 +f 1514/28/625 1513/27/626 1512/27/625 +f 1513/27/626 1514/28/625 1515/28/626 +f 1512/27/623 1513/27/624 1514/28/623 +f 1515/28/624 1514/28/623 1513/27/624 +f 1518/28/628 1517/27/627 1516/28/627 +f 1517/27/627 1518/28/628 1519/27/628 +f 1516/28/630 1517/27/630 1518/28/629 +f 1519/27/629 1518/28/629 1517/27/630 +f 1522/27/630 1521/28/629 1520/27/629 +f 1521/28/629 1522/27/630 1523/28/630 +f 1520/27/628 1521/28/628 1522/27/627 +f 1523/28/627 1522/27/627 1521/28/628 +f 1515/28/626 1522/27/630 1513/27/626 +f 1522/27/630 1515/28/626 1523/28/630 +f 1513/27/624 1522/27/627 1515/28/624 +f 1523/28/627 1515/28/624 1522/27/627 +f 1511/28/624 1517/27/627 1509/27/624 +f 1517/27/627 1511/28/624 1516/28/627 +f 1509/27/626 1517/27/630 1511/28/626 +f 1516/28/630 1511/28/626 1517/27/630 +f 1518/28/628 1512/27/625 1519/27/628 +f 1512/27/625 1518/28/628 1514/28/625 +f 1519/27/629 1512/27/623 1518/28/629 +f 1514/28/623 1518/28/629 1512/27/623 +f 1521/28/629 1508/27/623 1520/27/629 +f 1508/27/623 1521/28/629 1510/28/623 +f 1520/27/628 1508/27/625 1521/28/628 +f 1510/28/625 1521/28/628 1508/27/625 +f 1511/28/631 1518/28/631 1516/28/631 +f 1518/28/631 1511/28/631 1514/28/631 +f 1514/28/631 1511/28/631 1510/28/631 +f 1514/28/631 1510/28/631 1515/28/631 +f 1515/28/631 1510/28/631 1521/28/631 +f 1515/28/631 1521/28/631 1523/28/631 +f 1516/28/632 1518/28/632 1511/28/632 +f 1514/28/632 1511/28/632 1518/28/632 +f 1510/28/632 1511/28/632 1514/28/632 +f 1515/28/632 1510/28/632 1514/28/632 +f 1521/28/632 1510/28/632 1515/28/632 +f 1523/28/632 1521/28/632 1515/28/632 +f 1512/27/632 1517/27/632 1519/27/632 +f 1517/27/632 1512/27/632 1509/27/632 +f 1509/27/632 1512/27/632 1513/27/632 +f 1509/27/632 1513/27/632 1508/27/632 +f 1508/27/632 1513/27/632 1522/27/632 +f 1508/27/632 1522/27/632 1520/27/632 +f 1519/27/631 1517/27/631 1512/27/631 +f 1509/27/631 1512/27/631 1517/27/631 +f 1513/27/631 1512/27/631 1509/27/631 +f 1508/27/631 1513/27/631 1509/27/631 +f 1522/27/631 1513/27/631 1508/27/631 +f 1520/27/631 1522/27/631 1508/27/631 +f 1526/27/623 1525/28/624 1524/27/624 +f 1525/28/624 1526/27/623 1527/28/623 +f 1524/27/626 1525/28/626 1526/27/625 +f 1527/28/625 1526/27/625 1525/28/626 +f 1530/28/625 1529/27/626 1528/27/625 +f 1529/27/626 1530/28/625 1531/28/626 +f 1528/27/623 1529/27/624 1530/28/623 +f 1531/28/624 1530/28/623 1529/27/624 +f 1534/28/628 1533/27/627 1532/28/627 +f 1533/27/627 1534/28/628 1535/27/628 +f 1532/28/630 1533/27/630 1534/28/629 +f 1535/27/629 1534/28/629 1533/27/630 +f 1538/27/630 1537/28/629 1536/27/629 +f 1537/28/629 1538/27/630 1539/28/630 +f 1536/27/628 1537/28/628 1538/27/627 +f 1539/28/627 1538/27/627 1537/28/628 +f 1529/27/626 1539/28/630 1538/27/630 +f 1539/28/630 1529/27/626 1531/28/626 +f 1538/27/627 1539/28/627 1529/27/624 +f 1531/28/624 1529/27/624 1539/28/627 +f 1525/28/624 1533/27/627 1524/27/624 +f 1533/27/627 1525/28/624 1532/28/627 +f 1524/27/626 1533/27/630 1525/28/626 +f 1532/28/630 1525/28/626 1533/27/630 +f 1535/27/628 1530/28/625 1528/27/625 +f 1530/28/625 1535/27/628 1534/28/628 +f 1528/27/623 1530/28/623 1535/27/629 +f 1534/28/629 1535/27/629 1530/28/623 +f 1537/28/629 1526/27/623 1536/27/629 +f 1526/27/623 1537/28/629 1527/28/623 +f 1536/27/628 1526/27/625 1537/28/628 +f 1527/28/625 1537/28/628 1526/27/625 +f 1525/28/631 1534/28/631 1532/28/631 +f 1534/28/631 1525/28/631 1530/28/631 +f 1530/28/631 1525/28/631 1527/28/631 +f 1530/28/631 1527/28/631 1531/28/631 +f 1531/28/631 1527/28/631 1537/28/631 +f 1531/28/631 1537/28/631 1539/28/631 +f 1532/28/632 1534/28/632 1525/28/632 +f 1530/28/632 1525/28/632 1534/28/632 +f 1527/28/632 1525/28/632 1530/28/632 +f 1531/28/632 1527/28/632 1530/28/632 +f 1537/28/632 1527/28/632 1531/28/632 +f 1539/28/632 1537/28/632 1531/28/632 +f 1528/27/632 1533/27/632 1535/27/632 +f 1533/27/632 1528/27/632 1524/27/632 +f 1524/27/632 1528/27/632 1529/27/632 +f 1524/27/632 1529/27/632 1526/27/632 +f 1526/27/632 1529/27/632 1538/27/632 +f 1526/27/632 1538/27/632 1536/27/632 +f 1535/27/631 1533/27/631 1528/27/631 +f 1524/27/631 1528/27/631 1533/27/631 +f 1529/27/631 1528/27/631 1524/27/631 +f 1526/27/631 1529/27/631 1524/27/631 +f 1538/27/631 1529/27/631 1526/27/631 +f 1536/27/631 1538/27/631 1526/27/631 +f 1542/13/107 1541/12/598 1540/12/107 +f 1541/12/598 1542/13/107 1543/13/598 +f 1540/12/108 1541/12/597 1542/13/108 +f 1543/13/597 1542/13/108 1541/12/597 +f 1546/13/601 1545/12/602 1544/13/602 +f 1545/12/602 1546/13/601 1547/12/601 +f 1544/13/599 1545/12/599 1546/13/600 +f 1547/12/600 1546/13/600 1545/12/599 +f 1543/13/598 1545/12/602 1541/12/598 +f 1545/12/602 1543/13/598 1544/13/602 +f 1541/12/597 1545/12/599 1543/13/597 +f 1544/13/599 1543/13/597 1545/12/599 +f 1549/13/604 1540/12/107 1548/12/604 +f 1540/12/107 1549/13/604 1542/13/107 +f 1548/12/603 1540/12/108 1549/13/603 +f 1542/13/108 1549/13/603 1540/12/108 +f 1544/13/85 1550/13/85 1546/13/85 +f 1550/13/85 1544/13/85 1543/13/85 +f 1550/13/85 1543/13/85 1542/13/85 +f 1550/13/85 1542/13/85 1549/13/85 +f 1550/13/85 1549/13/85 1551/13/85 +f 1546/13/86 1550/13/86 1544/13/86 +f 1543/13/86 1544/13/86 1550/13/86 +f 1542/13/86 1543/13/86 1550/13/86 +f 1549/13/86 1542/13/86 1550/13/86 +f 1551/13/86 1549/13/86 1550/13/86 +f 1553/12/607 1551/13/608 1552/12/608 +f 1551/13/608 1553/12/607 1550/13/607 +f 1552/12/605 1551/13/605 1553/12/606 +f 1550/13/606 1553/12/606 1551/13/605 +f 1552/12/608 1549/13/604 1548/12/604 +f 1549/13/604 1552/12/608 1551/13/608 +f 1548/12/603 1549/13/603 1552/12/605 +f 1551/13/605 1552/12/605 1549/13/603 +f 148/13/109 1555/12/109 1554/13/109 +f 1555/12/109 148/13/109 1556/12/109 +f 1554/13/110 1555/12/110 148/13/110 +f 1556/12/110 148/13/110 1555/12/110 +f 1559/13/610 1558/12/107 1557/12/610 +f 1558/12/107 1559/13/610 1560/13/107 +f 1557/12/609 1558/12/108 1559/13/609 +f 1560/13/108 1559/13/609 1558/12/108 +f 148/13/108 1561/12/108 1556/12/108 +f 1561/12/108 148/13/108 149/13/108 +f 1556/12/107 1561/12/107 148/13/107 +f 149/13/107 148/13/107 1561/12/107 +f 1560/13/107 1555/12/612 1558/12/107 +f 1555/12/612 1560/13/107 1554/13/612 +f 1558/12/108 1555/12/611 1560/13/108 +f 1554/13/611 1560/13/108 1555/12/611 +f 1561/12/86 1555/12/86 1556/12/86 +f 1555/12/86 1561/12/86 1558/12/86 +f 1558/12/86 1561/12/86 1557/12/86 +f 1556/12/85 1555/12/85 1561/12/85 +f 1558/12/85 1561/12/85 1555/12/85 +f 1557/12/85 1561/12/85 1558/12/85 +f 1554/13/85 149/13/85 148/13/85 +f 149/13/85 1554/13/85 1560/13/85 +f 149/13/85 1560/13/85 1559/13/85 +f 148/13/86 149/13/86 1554/13/86 +f 1560/13/86 1554/13/86 149/13/86 +f 1559/13/86 1560/13/86 149/13/86 +f 1561/12/110 1559/13/110 1557/12/110 +f 1559/13/110 1561/12/110 149/13/110 +f 1557/12/109 1559/13/109 1561/12/109 +f 149/13/109 1561/12/109 1559/13/109 +f 1564/14/85 1563/14/85 1562/14/85 +f 1563/14/85 1564/14/85 1565/14/85 +f 1563/14/85 1565/14/85 1566/14/85 +f 1562/14/86 1563/14/86 1564/14/86 +f 1565/14/86 1564/14/86 1563/14/86 +f 1566/14/86 1565/14/86 1563/14/86 +f 1562/14/108 1568/12/108 1567/12/108 +f 1568/12/108 1562/14/108 1563/14/108 +f 1567/12/107 1568/12/107 1562/14/107 +f 1563/14/107 1562/14/107 1568/12/107 +f 1568/12/110 1566/14/110 1569/12/110 +f 1566/14/110 1568/12/110 1563/14/110 +f 1569/12/109 1566/14/109 1568/12/109 +f 1563/14/109 1568/12/109 1566/14/109 +f 1562/14/109 1570/12/109 1564/14/109 +f 1570/12/109 1562/14/109 1567/12/109 +f 1564/14/110 1570/12/110 1562/14/110 +f 1567/12/110 1562/14/110 1570/12/110 +f 1572/16/81 1571/15/81 1565/14/108 +f 1571/15/81 1573/17/81 1565/14/108 +f 1574/18/81 1572/16/81 1565/14/108 +f 1573/17/81 1575/19/81 1565/14/108 +f 1576/17/81 1575/19/81 1573/17/81 +f 1575/19/81 1577/20/81 1565/14/108 +f 1575/19/81 1576/17/81 1578/19/81 +f 1578/19/81 1576/17/81 1579/20/81 +f 1579/20/81 1576/17/81 1580/21/81 +f 1577/20/81 1581/21/81 1565/14/108 +f 1576/17/81 1582/15/81 1580/21/81 +f 1566/14/81 1574/18/81 1565/14/108 +f 1565/14/108 1581/21/81 1583/12/108 +f 1584/22/81 1583/12/108 1581/21/81 +f 1585/22/81 1583/12/108 1584/22/81 +f 1574/18/81 1566/14/81 1586/18/81 +f 1586/18/81 1566/14/81 1587/16/81 +f 1587/16/81 1566/14/81 1582/15/81 +f 1583/12/108 1585/22/81 1569/12/81 +f 1580/21/81 1569/12/81 1585/22/81 +f 1582/15/81 1569/12/81 1580/21/81 +f 1566/14/81 1569/12/81 1582/15/81 +f 1589/24/87 1588/23/87 1564/14/87 +f 1590/25/87 1589/24/87 1564/14/87 +f 1564/14/87 1588/23/87 1570/12/87 +f 1591/26/87 1570/12/87 1588/23/87 +f 1592/26/87 1570/12/87 1591/26/87 +f 1570/12/87 1592/26/87 1583/12/108 +f 1593/23/87 1583/12/108 1592/26/87 +f 1565/14/108 1590/25/87 1564/14/87 +f 1565/14/108 1583/12/108 1593/23/87 +f 1590/25/87 1565/14/108 1594/25/87 +f 1595/24/87 1565/14/108 1593/23/87 +f 1594/25/87 1565/14/108 1595/24/87 +f 1565/14/107 1571/15/83 1572/16/83 +f 1565/14/107 1572/16/83 1574/18/83 +f 1565/14/107 1573/17/83 1571/15/83 +f 1565/14/107 1574/18/83 1566/14/83 +f 1586/18/83 1566/14/83 1574/18/83 +f 1587/16/83 1566/14/83 1586/18/83 +f 1582/15/83 1566/14/83 1587/16/83 +f 1582/15/83 1569/12/83 1566/14/83 +f 1580/21/83 1569/12/83 1582/15/83 +f 1580/21/83 1582/15/83 1576/17/83 +f 1585/22/83 1569/12/83 1580/21/83 +f 1580/21/83 1576/17/83 1579/20/83 +f 1579/20/83 1576/17/83 1578/19/83 +f 1569/12/83 1585/22/83 1583/12/107 +f 1584/22/83 1583/12/107 1585/22/83 +f 1581/21/83 1583/12/107 1584/22/83 +f 1583/12/107 1581/21/83 1565/14/107 +f 1565/14/107 1581/21/83 1577/20/83 +f 1578/19/83 1576/17/83 1575/19/83 +f 1565/14/107 1577/20/83 1575/19/83 +f 1573/17/83 1575/19/83 1576/17/83 +f 1565/14/107 1575/19/83 1573/17/83 +f 1564/14/88 1588/23/88 1589/24/88 +f 1564/14/88 1589/24/88 1590/25/88 +f 1570/12/88 1588/23/88 1564/14/88 +f 1588/23/88 1570/12/88 1591/26/88 +f 1591/26/88 1570/12/88 1592/26/88 +f 1583/12/107 1592/26/88 1570/12/88 +f 1592/26/88 1583/12/107 1593/23/88 +f 1564/14/88 1590/25/88 1565/14/107 +f 1593/23/88 1583/12/107 1565/14/107 +f 1594/25/88 1565/14/107 1590/25/88 +f 1593/23/88 1565/14/107 1595/24/88 +f 1595/24/88 1565/14/107 1594/25/88 +f 1598/28/633 1597/27/634 1596/27/633 +f 1597/27/634 1598/28/633 1599/28/634 +f 1596/27/635 1597/27/636 1598/28/635 +f 1599/28/636 1598/28/635 1597/27/636 +f 1602/28/635 1601/27/636 1600/27/635 +f 1601/27/636 1602/28/635 1603/28/636 +f 1600/27/633 1601/27/634 1602/28/633 +f 1603/28/634 1602/28/633 1601/27/634 +f 1606/28/638 1605/27/637 1604/28/637 +f 1605/27/637 1606/28/638 1607/27/638 +f 1604/28/640 1605/27/640 1606/28/639 +f 1607/27/639 1606/28/639 1605/27/640 +f 1610/27/640 1609/28/639 1608/27/639 +f 1609/28/639 1610/27/640 1611/28/640 +f 1608/27/638 1609/28/638 1610/27/637 +f 1611/28/637 1610/27/637 1609/28/638 +f 1603/28/636 1610/27/640 1601/27/636 +f 1610/27/640 1603/28/636 1611/28/640 +f 1601/27/634 1610/27/637 1603/28/634 +f 1611/28/637 1603/28/634 1610/27/637 +f 1599/28/634 1605/27/637 1597/27/634 +f 1605/27/637 1599/28/634 1604/28/637 +f 1597/27/636 1605/27/640 1599/28/636 +f 1604/28/640 1599/28/636 1605/27/640 +f 1606/28/638 1600/27/635 1607/27/638 +f 1600/27/635 1606/28/638 1602/28/635 +f 1607/27/639 1600/27/633 1606/28/639 +f 1602/28/633 1606/28/639 1600/27/633 +f 1609/28/639 1596/27/633 1608/27/639 +f 1596/27/633 1609/28/639 1598/28/633 +f 1608/27/638 1596/27/635 1609/28/638 +f 1598/28/635 1609/28/638 1596/27/635 +f 1599/28/641 1606/28/641 1604/28/641 +f 1606/28/641 1599/28/641 1602/28/641 +f 1602/28/641 1599/28/641 1598/28/641 +f 1602/28/641 1598/28/641 1603/28/641 +f 1603/28/641 1598/28/641 1609/28/641 +f 1603/28/641 1609/28/641 1611/28/641 +f 1604/28/642 1606/28/642 1599/28/642 +f 1602/28/642 1599/28/642 1606/28/642 +f 1598/28/642 1599/28/642 1602/28/642 +f 1603/28/642 1598/28/642 1602/28/642 +f 1609/28/642 1598/28/642 1603/28/642 +f 1611/28/642 1609/28/642 1603/28/642 +f 1600/27/642 1605/27/642 1607/27/642 +f 1605/27/642 1600/27/642 1597/27/642 +f 1597/27/642 1600/27/642 1601/27/642 +f 1597/27/642 1601/27/642 1596/27/642 +f 1596/27/642 1601/27/642 1610/27/642 +f 1596/27/642 1610/27/642 1608/27/642 +f 1607/27/641 1605/27/641 1600/27/641 +f 1597/27/641 1600/27/641 1605/27/641 +f 1601/27/641 1600/27/641 1597/27/641 +f 1596/27/641 1601/27/641 1597/27/641 +f 1610/27/641 1601/27/641 1596/27/641 +f 1608/27/641 1610/27/641 1596/27/641 +f 1614/28/643 1613/27/644 1612/27/643 +f 1613/27/644 1614/28/643 1615/28/644 +f 1612/27/645 1613/27/646 1614/28/645 +f 1615/28/646 1614/28/645 1613/27/646 +f 1618/28/645 1617/27/646 1616/27/645 +f 1617/27/646 1618/28/645 1619/28/646 +f 1616/27/643 1617/27/644 1618/28/643 +f 1619/28/644 1618/28/643 1617/27/644 +f 1622/28/648 1621/27/647 1620/28/647 +f 1621/27/647 1622/28/648 1623/27/648 +f 1620/28/650 1621/27/650 1622/28/649 +f 1623/27/649 1622/28/649 1621/27/650 +f 1626/27/650 1625/28/649 1624/27/649 +f 1625/28/649 1626/27/650 1627/28/650 +f 1624/27/648 1625/28/648 1626/27/647 +f 1627/28/647 1626/27/647 1625/28/648 +f 1619/28/646 1626/27/650 1617/27/646 +f 1626/27/650 1619/28/646 1627/28/650 +f 1617/27/644 1626/27/647 1619/28/644 +f 1627/28/647 1619/28/644 1626/27/647 +f 1615/28/644 1621/27/647 1613/27/644 +f 1621/27/647 1615/28/644 1620/28/647 +f 1613/27/646 1621/27/650 1615/28/646 +f 1620/28/650 1615/28/646 1621/27/650 +f 1622/28/648 1616/27/645 1623/27/648 +f 1616/27/645 1622/28/648 1618/28/645 +f 1623/27/649 1616/27/643 1622/28/649 +f 1618/28/643 1622/28/649 1616/27/643 +f 1625/28/649 1612/27/643 1624/27/649 +f 1612/27/643 1625/28/649 1614/28/643 +f 1624/27/648 1612/27/645 1625/28/648 +f 1614/28/645 1625/28/648 1612/27/645 +f 1615/28/651 1622/28/651 1620/28/651 +f 1622/28/651 1615/28/651 1618/28/651 +f 1618/28/651 1615/28/651 1614/28/651 +f 1618/28/651 1614/28/651 1619/28/651 +f 1619/28/651 1614/28/651 1625/28/651 +f 1619/28/651 1625/28/651 1627/28/651 +f 1620/28/652 1622/28/652 1615/28/652 +f 1618/28/652 1615/28/652 1622/28/652 +f 1614/28/652 1615/28/652 1618/28/652 +f 1619/28/652 1614/28/652 1618/28/652 +f 1625/28/652 1614/28/652 1619/28/652 +f 1627/28/652 1625/28/652 1619/28/652 +f 1616/27/652 1621/27/652 1623/27/652 +f 1621/27/652 1616/27/652 1613/27/652 +f 1613/27/652 1616/27/652 1617/27/652 +f 1613/27/652 1617/27/652 1612/27/652 +f 1612/27/652 1617/27/652 1626/27/652 +f 1612/27/652 1626/27/652 1624/27/652 +f 1623/27/651 1621/27/651 1616/27/651 +f 1613/27/651 1616/27/651 1621/27/651 +f 1617/27/651 1616/27/651 1613/27/651 +f 1612/27/651 1617/27/651 1613/27/651 +f 1626/27/651 1617/27/651 1612/27/651 +f 1624/27/651 1626/27/651 1612/27/651 +f 1630/27/643 1629/28/644 1628/27/644 +f 1629/28/644 1630/27/643 1631/28/643 +f 1628/27/646 1629/28/646 1630/27/645 +f 1631/28/645 1630/27/645 1629/28/646 +f 1634/28/645 1633/27/646 1632/27/645 +f 1633/27/646 1634/28/645 1635/28/646 +f 1632/27/643 1633/27/644 1634/28/643 +f 1635/28/644 1634/28/643 1633/27/644 +f 1638/28/648 1637/27/647 1636/28/647 +f 1637/27/647 1638/28/648 1639/27/648 +f 1636/28/650 1637/27/650 1638/28/649 +f 1639/27/649 1638/28/649 1637/27/650 +f 1642/27/650 1641/28/649 1640/27/649 +f 1641/28/649 1642/27/650 1643/28/650 +f 1640/27/648 1641/28/648 1642/27/647 +f 1643/28/647 1642/27/647 1641/28/648 +f 1633/27/646 1643/28/650 1642/27/650 +f 1643/28/650 1633/27/646 1635/28/646 +f 1642/27/647 1643/28/647 1633/27/644 +f 1635/28/644 1633/27/644 1643/28/647 +f 1629/28/644 1637/27/647 1628/27/644 +f 1637/27/647 1629/28/644 1636/28/647 +f 1628/27/646 1637/27/650 1629/28/646 +f 1636/28/650 1629/28/646 1637/27/650 +f 1639/27/648 1634/28/645 1632/27/645 +f 1634/28/645 1639/27/648 1638/28/648 +f 1632/27/643 1634/28/643 1639/27/649 +f 1638/28/649 1639/27/649 1634/28/643 +f 1641/28/649 1630/27/643 1640/27/649 +f 1630/27/643 1641/28/649 1631/28/643 +f 1640/27/648 1630/27/645 1641/28/648 +f 1631/28/645 1641/28/648 1630/27/645 +f 1629/28/651 1638/28/651 1636/28/651 +f 1638/28/651 1629/28/651 1634/28/651 +f 1634/28/651 1629/28/651 1631/28/651 +f 1634/28/651 1631/28/651 1635/28/651 +f 1635/28/651 1631/28/651 1641/28/651 +f 1635/28/651 1641/28/651 1643/28/651 +f 1636/28/652 1638/28/652 1629/28/652 +f 1634/28/652 1629/28/652 1638/28/652 +f 1631/28/652 1629/28/652 1634/28/652 +f 1635/28/652 1631/28/652 1634/28/652 +f 1641/28/652 1631/28/652 1635/28/652 +f 1643/28/652 1641/28/652 1635/28/652 +f 1632/27/652 1637/27/652 1639/27/652 +f 1637/27/652 1632/27/652 1628/27/652 +f 1628/27/652 1632/27/652 1633/27/652 +f 1628/27/652 1633/27/652 1630/27/652 +f 1630/27/652 1633/27/652 1642/27/652 +f 1630/27/652 1642/27/652 1640/27/652 +f 1639/27/651 1637/27/651 1632/27/651 +f 1628/27/651 1632/27/651 1637/27/651 +f 1633/27/651 1632/27/651 1628/27/651 +f 1630/27/651 1633/27/651 1628/27/651 +f 1642/27/651 1633/27/651 1630/27/651 +f 1640/27/651 1642/27/651 1630/27/651 +f 1646/13/107 1645/12/598 1644/12/107 +f 1645/12/598 1646/13/107 1647/13/598 +f 1644/12/108 1645/12/597 1646/13/108 +f 1647/13/597 1646/13/108 1645/12/597 +f 1650/13/601 1649/12/602 1648/13/602 +f 1649/12/602 1650/13/601 1651/12/601 +f 1648/13/599 1649/12/599 1650/13/600 +f 1651/12/600 1650/13/600 1649/12/599 +f 1647/13/598 1649/12/602 1645/12/598 +f 1649/12/602 1647/13/598 1648/13/602 +f 1645/12/597 1649/12/599 1647/13/597 +f 1648/13/599 1647/13/597 1649/12/599 +f 1653/13/604 1644/12/107 1652/12/604 +f 1644/12/107 1653/13/604 1646/13/107 +f 1652/12/603 1644/12/108 1653/13/603 +f 1646/13/108 1653/13/603 1644/12/108 +f 1648/13/85 1654/13/85 1650/13/85 +f 1654/13/85 1648/13/85 1647/13/85 +f 1654/13/85 1647/13/85 1646/13/85 +f 1654/13/85 1646/13/85 1653/13/85 +f 1654/13/85 1653/13/85 1655/13/85 +f 1650/13/86 1654/13/86 1648/13/86 +f 1647/13/86 1648/13/86 1654/13/86 +f 1646/13/86 1647/13/86 1654/13/86 +f 1653/13/86 1646/13/86 1654/13/86 +f 1655/13/86 1653/13/86 1654/13/86 +f 1657/12/607 1655/13/608 1656/12/608 +f 1655/13/608 1657/12/607 1654/13/607 +f 1656/12/605 1655/13/605 1657/12/606 +f 1654/13/606 1657/12/606 1655/13/605 +f 1656/12/608 1653/13/604 1652/12/604 +f 1653/13/604 1656/12/608 1655/13/608 +f 1652/12/603 1653/13/603 1656/12/605 +f 1655/13/605 1656/12/605 1653/13/603 +f 198/13/109 1659/12/109 1658/13/109 +f 1659/12/109 198/13/109 1660/12/109 +f 1658/13/110 1659/12/110 198/13/110 +f 1660/12/110 198/13/110 1659/12/110 +f 1663/13/610 1662/12/107 1661/12/610 +f 1662/12/107 1663/13/610 1664/13/107 +f 1661/12/609 1662/12/108 1663/13/609 +f 1664/13/108 1663/13/609 1662/12/108 +f 198/13/108 1665/12/108 1660/12/108 +f 1665/12/108 198/13/108 199/13/108 +f 1660/12/107 1665/12/107 198/13/107 +f 199/13/107 198/13/107 1665/12/107 +f 1664/13/107 1659/12/612 1662/12/107 +f 1659/12/612 1664/13/107 1658/13/612 +f 1662/12/108 1659/12/611 1664/13/108 +f 1658/13/611 1664/13/108 1659/12/611 +f 1665/12/86 1659/12/86 1660/12/86 +f 1659/12/86 1665/12/86 1662/12/86 +f 1662/12/86 1665/12/86 1661/12/86 +f 1660/12/85 1659/12/85 1665/12/85 +f 1662/12/85 1665/12/85 1659/12/85 +f 1661/12/85 1665/12/85 1662/12/85 +f 1658/13/85 199/13/85 198/13/85 +f 199/13/85 1658/13/85 1664/13/85 +f 199/13/85 1664/13/85 1663/13/85 +f 198/13/86 199/13/86 1658/13/86 +f 1664/13/86 1658/13/86 199/13/86 +f 1663/13/86 1664/13/86 199/13/86 +f 1665/12/110 1663/13/110 1661/12/110 +f 1663/13/110 1665/12/110 199/13/110 +f 1661/12/109 1663/13/109 1665/12/109 +f 199/13/109 1665/12/109 1663/13/109 +f 1668/14/85 1667/14/85 1666/14/85 +f 1667/14/85 1668/14/85 1669/14/85 +f 1667/14/85 1669/14/85 1670/14/85 +f 1666/14/86 1667/14/86 1668/14/86 +f 1669/14/86 1668/14/86 1667/14/86 +f 1670/14/86 1669/14/86 1667/14/86 +f 1666/14/108 1672/12/108 1671/12/108 +f 1672/12/108 1666/14/108 1667/14/108 +f 1671/12/107 1672/12/107 1666/14/107 +f 1667/14/107 1666/14/107 1672/12/107 +f 1672/12/110 1670/14/110 1673/12/110 +f 1670/14/110 1672/12/110 1667/14/110 +f 1673/12/109 1670/14/109 1672/12/109 +f 1667/14/109 1672/12/109 1670/14/109 +f 1666/14/109 1674/12/109 1668/14/109 +f 1674/12/109 1666/14/109 1671/12/109 +f 1668/14/110 1674/12/110 1666/14/110 +f 1671/12/110 1666/14/110 1674/12/110 +f 1676/16/81 1675/15/81 1669/14/108 +f 1675/15/81 1677/17/81 1669/14/108 +f 1678/18/81 1676/16/81 1669/14/108 +f 1677/17/81 1679/19/81 1669/14/108 +f 1680/17/81 1679/19/81 1677/17/81 +f 1679/19/81 1681/20/81 1669/14/108 +f 1679/19/81 1680/17/81 1682/19/81 +f 1682/19/81 1680/17/81 1683/20/81 +f 1683/20/81 1680/17/81 1684/21/81 +f 1681/20/81 1685/21/81 1669/14/108 +f 1680/17/81 1686/15/81 1684/21/81 +f 1670/14/81 1678/18/81 1669/14/108 +f 1669/14/108 1685/21/81 1687/12/108 +f 1688/22/81 1687/12/108 1685/21/81 +f 1689/22/81 1687/12/108 1688/22/81 +f 1678/18/81 1670/14/81 1690/18/81 +f 1690/18/81 1670/14/81 1691/16/81 +f 1691/16/81 1670/14/81 1686/15/81 +f 1687/12/108 1689/22/81 1673/12/81 +f 1684/21/81 1673/12/81 1689/22/81 +f 1686/15/81 1673/12/81 1684/21/81 +f 1670/14/81 1673/12/81 1686/15/81 +f 1693/24/87 1692/23/87 1668/14/87 +f 1694/25/87 1693/24/87 1668/14/87 +f 1668/14/87 1692/23/87 1674/12/87 +f 1695/26/87 1674/12/87 1692/23/87 +f 1696/26/87 1674/12/87 1695/26/87 +f 1674/12/87 1696/26/87 1687/12/108 +f 1697/23/87 1687/12/108 1696/26/87 +f 1669/14/108 1694/25/87 1668/14/87 +f 1669/14/108 1687/12/108 1697/23/87 +f 1694/25/87 1669/14/108 1698/25/87 +f 1699/24/87 1669/14/108 1697/23/87 +f 1698/25/87 1669/14/108 1699/24/87 +f 1669/14/107 1675/15/83 1676/16/83 +f 1669/14/107 1676/16/83 1678/18/83 +f 1669/14/107 1677/17/83 1675/15/83 +f 1669/14/107 1678/18/83 1670/14/83 +f 1690/18/83 1670/14/83 1678/18/83 +f 1691/16/83 1670/14/83 1690/18/83 +f 1686/15/83 1670/14/83 1691/16/83 +f 1686/15/83 1673/12/83 1670/14/83 +f 1684/21/83 1673/12/83 1686/15/83 +f 1684/21/83 1686/15/83 1680/17/83 +f 1689/22/83 1673/12/83 1684/21/83 +f 1684/21/83 1680/17/83 1683/20/83 +f 1683/20/83 1680/17/83 1682/19/83 +f 1673/12/83 1689/22/83 1687/12/107 +f 1688/22/83 1687/12/107 1689/22/83 +f 1685/21/83 1687/12/107 1688/22/83 +f 1687/12/107 1685/21/83 1669/14/107 +f 1669/14/107 1685/21/83 1681/20/83 +f 1682/19/83 1680/17/83 1679/19/83 +f 1669/14/107 1681/20/83 1679/19/83 +f 1677/17/83 1679/19/83 1680/17/83 +f 1669/14/107 1679/19/83 1677/17/83 +f 1668/14/88 1692/23/88 1693/24/88 +f 1668/14/88 1693/24/88 1694/25/88 +f 1674/12/88 1692/23/88 1668/14/88 +f 1692/23/88 1674/12/88 1695/26/88 +f 1695/26/88 1674/12/88 1696/26/88 +f 1687/12/107 1696/26/88 1674/12/88 +f 1696/26/88 1687/12/107 1697/23/88 +f 1668/14/88 1694/25/88 1669/14/107 +f 1697/23/88 1687/12/107 1669/14/107 +f 1698/25/88 1669/14/107 1694/25/88 +f 1697/23/88 1669/14/107 1699/24/88 +f 1699/24/88 1669/14/107 1698/25/88 +f 1702/28/633 1701/27/634 1700/27/633 +f 1701/27/634 1702/28/633 1703/28/634 +f 1700/27/635 1701/27/636 1702/28/635 +f 1703/28/636 1702/28/635 1701/27/636 +f 1706/28/635 1705/27/636 1704/27/635 +f 1705/27/636 1706/28/635 1707/28/636 +f 1704/27/633 1705/27/634 1706/28/633 +f 1707/28/634 1706/28/633 1705/27/634 +f 1710/28/638 1709/27/637 1708/28/637 +f 1709/27/637 1710/28/638 1711/27/638 +f 1708/28/640 1709/27/640 1710/28/639 +f 1711/27/639 1710/28/639 1709/27/640 +f 1714/27/640 1713/28/639 1712/27/639 +f 1713/28/639 1714/27/640 1715/28/640 +f 1712/27/638 1713/28/638 1714/27/637 +f 1715/28/637 1714/27/637 1713/28/638 +f 1707/28/636 1714/27/640 1705/27/636 +f 1714/27/640 1707/28/636 1715/28/640 +f 1705/27/634 1714/27/637 1707/28/634 +f 1715/28/637 1707/28/634 1714/27/637 +f 1703/28/634 1709/27/637 1701/27/634 +f 1709/27/637 1703/28/634 1708/28/637 +f 1701/27/636 1709/27/640 1703/28/636 +f 1708/28/640 1703/28/636 1709/27/640 +f 1710/28/638 1704/27/635 1711/27/638 +f 1704/27/635 1710/28/638 1706/28/635 +f 1711/27/639 1704/27/633 1710/28/639 +f 1706/28/633 1710/28/639 1704/27/633 +f 1713/28/639 1700/27/633 1712/27/639 +f 1700/27/633 1713/28/639 1702/28/633 +f 1712/27/638 1700/27/635 1713/28/638 +f 1702/28/635 1713/28/638 1700/27/635 +f 1703/28/641 1710/28/641 1708/28/641 +f 1710/28/641 1703/28/641 1706/28/641 +f 1706/28/641 1703/28/641 1702/28/641 +f 1706/28/641 1702/28/641 1707/28/641 +f 1707/28/641 1702/28/641 1713/28/641 +f 1707/28/641 1713/28/641 1715/28/641 +f 1708/28/642 1710/28/642 1703/28/642 +f 1706/28/642 1703/28/642 1710/28/642 +f 1702/28/642 1703/28/642 1706/28/642 +f 1707/28/642 1702/28/642 1706/28/642 +f 1713/28/642 1702/28/642 1707/28/642 +f 1715/28/642 1713/28/642 1707/28/642 +f 1704/27/642 1709/27/642 1711/27/642 +f 1709/27/642 1704/27/642 1701/27/642 +f 1701/27/642 1704/27/642 1705/27/642 +f 1701/27/642 1705/27/642 1700/27/642 +f 1700/27/642 1705/27/642 1714/27/642 +f 1700/27/642 1714/27/642 1712/27/642 +f 1711/27/641 1709/27/641 1704/27/641 +f 1701/27/641 1704/27/641 1709/27/641 +f 1705/27/641 1704/27/641 1701/27/641 +f 1700/27/641 1705/27/641 1701/27/641 +f 1714/27/641 1705/27/641 1700/27/641 +f 1712/27/641 1714/27/641 1700/27/641 +f 1718/28/643 1717/27/644 1716/27/643 +f 1717/27/644 1718/28/643 1719/28/644 +f 1716/27/645 1717/27/646 1718/28/645 +f 1719/28/646 1718/28/645 1717/27/646 +f 1722/28/645 1721/27/646 1720/27/645 +f 1721/27/646 1722/28/645 1723/28/646 +f 1720/27/643 1721/27/644 1722/28/643 +f 1723/28/644 1722/28/643 1721/27/644 +f 1726/28/648 1725/27/647 1724/28/647 +f 1725/27/647 1726/28/648 1727/27/648 +f 1724/28/650 1725/27/650 1726/28/649 +f 1727/27/649 1726/28/649 1725/27/650 +f 1730/27/650 1729/28/649 1728/27/649 +f 1729/28/649 1730/27/650 1731/28/650 +f 1728/27/648 1729/28/648 1730/27/647 +f 1731/28/647 1730/27/647 1729/28/648 +f 1723/28/646 1730/27/650 1721/27/646 +f 1730/27/650 1723/28/646 1731/28/650 +f 1721/27/644 1730/27/647 1723/28/644 +f 1731/28/647 1723/28/644 1730/27/647 +f 1719/28/644 1725/27/647 1717/27/644 +f 1725/27/647 1719/28/644 1724/28/647 +f 1717/27/646 1725/27/650 1719/28/646 +f 1724/28/650 1719/28/646 1725/27/650 +f 1726/28/648 1720/27/645 1727/27/648 +f 1720/27/645 1726/28/648 1722/28/645 +f 1727/27/649 1720/27/643 1726/28/649 +f 1722/28/643 1726/28/649 1720/27/643 +f 1729/28/649 1716/27/643 1728/27/649 +f 1716/27/643 1729/28/649 1718/28/643 +f 1728/27/648 1716/27/645 1729/28/648 +f 1718/28/645 1729/28/648 1716/27/645 +f 1719/28/651 1726/28/651 1724/28/651 +f 1726/28/651 1719/28/651 1722/28/651 +f 1722/28/651 1719/28/651 1718/28/651 +f 1722/28/651 1718/28/651 1723/28/651 +f 1723/28/651 1718/28/651 1729/28/651 +f 1723/28/651 1729/28/651 1731/28/651 +f 1724/28/652 1726/28/652 1719/28/652 +f 1722/28/652 1719/28/652 1726/28/652 +f 1718/28/652 1719/28/652 1722/28/652 +f 1723/28/652 1718/28/652 1722/28/652 +f 1729/28/652 1718/28/652 1723/28/652 +f 1731/28/652 1729/28/652 1723/28/652 +f 1720/27/652 1725/27/652 1727/27/652 +f 1725/27/652 1720/27/652 1717/27/652 +f 1717/27/652 1720/27/652 1721/27/652 +f 1717/27/652 1721/27/652 1716/27/652 +f 1716/27/652 1721/27/652 1730/27/652 +f 1716/27/652 1730/27/652 1728/27/652 +f 1727/27/651 1725/27/651 1720/27/651 +f 1717/27/651 1720/27/651 1725/27/651 +f 1721/27/651 1720/27/651 1717/27/651 +f 1716/27/651 1721/27/651 1717/27/651 +f 1730/27/651 1721/27/651 1716/27/651 +f 1728/27/651 1730/27/651 1716/27/651 +f 1734/27/643 1733/28/644 1732/27/644 +f 1733/28/644 1734/27/643 1735/28/643 +f 1732/27/646 1733/28/646 1734/27/645 +f 1735/28/645 1734/27/645 1733/28/646 +f 1738/28/645 1737/27/646 1736/27/645 +f 1737/27/646 1738/28/645 1739/28/646 +f 1736/27/643 1737/27/644 1738/28/643 +f 1739/28/644 1738/28/643 1737/27/644 +f 1742/28/648 1741/27/647 1740/28/647 +f 1741/27/647 1742/28/648 1743/27/648 +f 1740/28/650 1741/27/650 1742/28/649 +f 1743/27/649 1742/28/649 1741/27/650 +f 1746/27/650 1745/28/649 1744/27/649 +f 1745/28/649 1746/27/650 1747/28/650 +f 1744/27/648 1745/28/648 1746/27/647 +f 1747/28/647 1746/27/647 1745/28/648 +f 1737/27/646 1747/28/650 1746/27/650 +f 1747/28/650 1737/27/646 1739/28/646 +f 1746/27/647 1747/28/647 1737/27/644 +f 1739/28/644 1737/27/644 1747/28/647 +f 1733/28/644 1741/27/647 1732/27/644 +f 1741/27/647 1733/28/644 1740/28/647 +f 1732/27/646 1741/27/650 1733/28/646 +f 1740/28/650 1733/28/646 1741/27/650 +f 1743/27/648 1738/28/645 1736/27/645 +f 1738/28/645 1743/27/648 1742/28/648 +f 1736/27/643 1738/28/643 1743/27/649 +f 1742/28/649 1743/27/649 1738/28/643 +f 1745/28/649 1734/27/643 1744/27/649 +f 1734/27/643 1745/28/649 1735/28/643 +f 1744/27/648 1734/27/645 1745/28/648 +f 1735/28/645 1745/28/648 1734/27/645 +f 1733/28/651 1742/28/651 1740/28/651 +f 1742/28/651 1733/28/651 1738/28/651 +f 1738/28/651 1733/28/651 1735/28/651 +f 1738/28/651 1735/28/651 1739/28/651 +f 1739/28/651 1735/28/651 1745/28/651 +f 1739/28/651 1745/28/651 1747/28/651 +f 1740/28/652 1742/28/652 1733/28/652 +f 1738/28/652 1733/28/652 1742/28/652 +f 1735/28/652 1733/28/652 1738/28/652 +f 1739/28/652 1735/28/652 1738/28/652 +f 1745/28/652 1735/28/652 1739/28/652 +f 1747/28/652 1745/28/652 1739/28/652 +f 1736/27/652 1741/27/652 1743/27/652 +f 1741/27/652 1736/27/652 1732/27/652 +f 1732/27/652 1736/27/652 1737/27/652 +f 1732/27/652 1737/27/652 1734/27/652 +f 1734/27/652 1737/27/652 1746/27/652 +f 1734/27/652 1746/27/652 1744/27/652 +f 1743/27/651 1741/27/651 1736/27/651 +f 1732/27/651 1736/27/651 1741/27/651 +f 1737/27/651 1736/27/651 1732/27/651 +f 1734/27/651 1737/27/651 1732/27/651 +f 1746/27/651 1737/27/651 1734/27/651 +f 1744/27/651 1746/27/651 1734/27/651 +f 1750/14/159 1749/12/159 1748/14/159 +f 1749/12/159 1750/14/159 1751/12/159 +f 1748/14/160 1749/12/160 1750/14/160 +f 1751/12/160 1750/14/160 1749/12/160 +f 1750/14/161 1752/12/161 1751/12/161 +f 1752/12/161 1750/14/161 1753/14/161 +f 1751/12/162 1752/12/162 1750/14/162 +f 1753/14/162 1750/14/162 1752/12/162 +f 1754/12/167 1748/14/169 1749/12/169 +f 1748/14/169 1754/12/167 1755/14/167 +f 1749/12/170 1748/14/170 1754/12/168 +f 1755/14/168 1754/12/168 1748/14/170 +f 1752/12/164 1757/14/163 1756/12/163 +f 1757/14/163 1752/12/164 1753/14/164 +f 1756/12/166 1757/14/166 1752/12/165 +f 1753/14/165 1752/12/165 1757/14/166 +f 1755/14/85 1750/14/85 1748/14/85 +f 1750/14/85 1755/14/85 1753/14/85 +f 1753/14/85 1755/14/85 1757/14/85 +f 1748/14/86 1750/14/86 1755/14/86 +f 1753/14/86 1755/14/86 1750/14/86 +f 1757/14/86 1755/14/86 1753/14/86 +f 1757/14/163 1754/12/167 1756/12/163 +f 1754/12/167 1757/14/163 1755/14/167 +f 1756/12/166 1754/12/168 1757/14/166 +f 1755/14/168 1757/14/166 1754/12/168 +f 1760/13/161 1759/12/161 1758/12/161 +f 1759/12/161 1760/13/161 1761/13/161 +f 1758/12/162 1759/12/162 1760/13/162 +f 1761/13/162 1760/13/162 1759/12/162 +f 1760/13/159 1763/12/159 1762/13/159 +f 1763/12/159 1760/13/159 1758/12/159 +f 1762/13/160 1763/12/160 1760/13/160 +f 1758/12/160 1760/13/160 1763/12/160 +f 1764/13/85 1760/13/85 1762/13/85 +f 1760/13/85 1764/13/85 1761/13/85 +f 1761/13/85 1764/13/85 1765/13/85 +f 1762/13/86 1760/13/86 1764/13/86 +f 1761/13/86 1764/13/86 1760/13/86 +f 1765/13/86 1764/13/86 1761/13/86 +f 1759/12/86 1763/12/86 1758/12/86 +f 1763/12/86 1759/12/86 1766/12/86 +f 1766/12/86 1759/12/86 1767/12/86 +f 1758/12/85 1763/12/85 1759/12/85 +f 1766/12/85 1759/12/85 1763/12/85 +f 1767/12/85 1759/12/85 1766/12/85 +f 1759/12/164 1765/13/163 1767/12/163 +f 1765/13/163 1759/12/164 1761/13/164 +f 1767/12/166 1765/13/166 1759/12/165 +f 1761/13/165 1759/12/165 1765/13/166 +f 1765/13/163 1766/12/653 1767/12/163 +f 1766/12/653 1765/13/163 1764/13/653 +f 1767/12/166 1766/12/654 1765/13/166 +f 1764/13/654 1765/13/166 1766/12/654 +f 1766/12/653 1762/13/169 1763/12/169 +f 1762/13/169 1766/12/653 1764/13/653 +f 1763/12/170 1762/13/170 1766/12/654 +f 1764/13/654 1766/12/654 1762/13/170 +f 1770/14/109 1769/12/109 1768/14/109 +f 1769/12/109 1770/14/109 1771/12/109 +f 1768/14/110 1769/12/110 1770/14/110 +f 1771/12/110 1770/14/110 1769/12/110 +f 1770/14/108 1772/12/108 1771/12/108 +f 1772/12/108 1770/14/108 1773/14/108 +f 1771/12/107 1772/12/107 1770/14/107 +f 1773/14/107 1770/14/107 1772/12/107 +f 1774/12/175 1768/14/177 1769/12/177 +f 1768/14/177 1774/12/175 1775/14/175 +f 1769/12/178 1768/14/178 1774/12/176 +f 1775/14/176 1774/12/176 1768/14/178 +f 1772/12/172 1777/14/171 1776/12/171 +f 1777/14/171 1772/12/172 1773/14/172 +f 1776/12/174 1777/14/174 1772/12/173 +f 1773/14/173 1772/12/173 1777/14/174 +f 1775/14/85 1770/14/85 1768/14/85 +f 1770/14/85 1775/14/85 1773/14/85 +f 1773/14/85 1775/14/85 1777/14/85 +f 1768/14/86 1770/14/86 1775/14/86 +f 1773/14/86 1775/14/86 1770/14/86 +f 1777/14/86 1775/14/86 1773/14/86 +f 1777/14/171 1774/12/175 1776/12/171 +f 1774/12/175 1777/14/171 1775/14/175 +f 1776/12/174 1774/12/176 1777/14/174 +f 1775/14/176 1777/14/174 1774/12/176 +f 317/13/108 1779/12/108 1778/12/108 +f 1779/12/108 317/13/108 1780/13/108 +f 1778/12/107 1779/12/107 317/13/107 +f 1780/13/107 317/13/107 1779/12/107 +f 317/13/109 1782/12/109 1781/13/109 +f 1782/12/109 317/13/109 1778/12/109 +f 1781/13/110 1782/12/110 317/13/110 +f 1778/12/110 317/13/110 1782/12/110 +f 1783/13/85 317/13/85 1781/13/85 +f 317/13/85 1783/13/85 1780/13/85 +f 1780/13/85 1783/13/85 1784/13/85 +f 1781/13/86 317/13/86 1783/13/86 +f 1780/13/86 1783/13/86 317/13/86 +f 1784/13/86 1783/13/86 1780/13/86 +f 1779/12/86 1782/12/86 1778/12/86 +f 1782/12/86 1779/12/86 1785/12/86 +f 1785/12/86 1779/12/86 1786/12/86 +f 1778/12/85 1782/12/85 1779/12/85 +f 1785/12/85 1779/12/85 1782/12/85 +f 1786/12/85 1779/12/85 1785/12/85 +f 1779/12/172 1784/13/171 1786/12/171 +f 1784/13/171 1779/12/172 1780/13/172 +f 1786/12/174 1784/13/174 1779/12/173 +f 1780/13/173 1779/12/173 1784/13/174 +f 1784/13/171 1785/12/655 1786/12/171 +f 1785/12/655 1784/13/171 1783/13/655 +f 1786/12/174 1785/12/656 1784/13/174 +f 1783/13/656 1784/13/174 1785/12/656 +f 1785/12/655 1781/13/177 1782/12/177 +f 1781/13/177 1785/12/655 1783/13/655 +f 1782/12/178 1781/13/178 1785/12/656 +f 1783/13/656 1785/12/656 1781/13/178 +f 1789/14/159 1788/12/159 1787/14/159 +f 1788/12/159 1789/14/159 1790/12/159 +f 1787/14/160 1788/12/160 1789/14/160 +f 1790/12/160 1789/14/160 1788/12/160 +f 1789/14/161 1791/12/161 1790/12/161 +f 1791/12/161 1789/14/161 1792/14/161 +f 1790/12/162 1791/12/162 1789/14/162 +f 1792/14/162 1789/14/162 1791/12/162 +f 1793/12/167 1787/14/169 1788/12/169 +f 1787/14/169 1793/12/167 1794/14/167 +f 1788/12/170 1787/14/170 1793/12/168 +f 1794/14/168 1793/12/168 1787/14/170 +f 1791/12/164 1796/14/163 1795/12/163 +f 1796/14/163 1791/12/164 1792/14/164 +f 1795/12/166 1796/14/166 1791/12/165 +f 1792/14/165 1791/12/165 1796/14/166 +f 1794/14/85 1789/14/85 1787/14/85 +f 1789/14/85 1794/14/85 1792/14/85 +f 1792/14/85 1794/14/85 1796/14/85 +f 1787/14/86 1789/14/86 1794/14/86 +f 1792/14/86 1794/14/86 1789/14/86 +f 1796/14/86 1794/14/86 1792/14/86 +f 1796/14/163 1793/12/167 1795/12/163 +f 1793/12/167 1796/14/163 1794/14/167 +f 1795/12/166 1793/12/168 1796/14/166 +f 1794/14/168 1796/14/166 1793/12/168 +f 1799/13/161 1798/12/161 1797/12/161 +f 1798/12/161 1799/13/161 1800/13/161 +f 1797/12/162 1798/12/162 1799/13/162 +f 1800/13/162 1799/13/162 1798/12/162 +f 1799/13/159 1802/12/159 1801/13/159 +f 1802/12/159 1799/13/159 1797/12/159 +f 1801/13/160 1802/12/160 1799/13/160 +f 1797/12/160 1799/13/160 1802/12/160 +f 1803/13/85 1799/13/85 1801/13/85 +f 1799/13/85 1803/13/85 1800/13/85 +f 1800/13/85 1803/13/85 1804/13/85 +f 1801/13/86 1799/13/86 1803/13/86 +f 1800/13/86 1803/13/86 1799/13/86 +f 1804/13/86 1803/13/86 1800/13/86 +f 1798/12/86 1802/12/86 1797/12/86 +f 1802/12/86 1798/12/86 1805/12/86 +f 1805/12/86 1798/12/86 1806/12/86 +f 1797/12/85 1802/12/85 1798/12/85 +f 1805/12/85 1798/12/85 1802/12/85 +f 1806/12/85 1798/12/85 1805/12/85 +f 1798/12/164 1804/13/163 1806/12/163 +f 1804/13/163 1798/12/164 1800/13/164 +f 1806/12/166 1804/13/166 1798/12/165 +f 1800/13/165 1798/12/165 1804/13/166 +f 1804/13/163 1805/12/653 1806/12/163 +f 1805/12/653 1804/13/163 1803/13/653 +f 1806/12/166 1805/12/654 1804/13/166 +f 1803/13/654 1804/13/166 1805/12/654 +f 1805/12/653 1801/13/169 1802/12/169 +f 1801/13/169 1805/12/653 1803/13/653 +f 1802/12/170 1801/13/170 1805/12/654 +f 1803/13/654 1805/12/654 1801/13/170 +f 1809/14/179 1808/12/179 1807/14/179 +f 1808/12/179 1809/14/179 1810/12/179 +f 1807/14/180 1808/12/180 1809/14/180 +f 1810/12/180 1809/14/180 1808/12/180 +f 1809/14/181 1811/12/181 1810/12/181 +f 1811/12/181 1809/14/181 1812/14/181 +f 1810/12/182 1811/12/182 1809/14/182 +f 1812/14/182 1809/14/182 1811/12/182 +f 1813/12/176 1807/14/178 1808/12/178 +f 1807/14/178 1813/12/176 1814/14/176 +f 1808/12/177 1807/14/177 1813/12/175 +f 1814/14/175 1813/12/175 1807/14/177 +f 1811/12/173 1816/14/174 1815/12/174 +f 1816/14/174 1811/12/173 1812/14/173 +f 1815/12/171 1816/14/171 1811/12/172 +f 1812/14/172 1811/12/172 1816/14/171 +f 1814/14/85 1809/14/85 1807/14/85 +f 1809/14/85 1814/14/85 1812/14/85 +f 1812/14/85 1814/14/85 1816/14/85 +f 1807/14/86 1809/14/86 1814/14/86 +f 1812/14/86 1814/14/86 1809/14/86 +f 1816/14/86 1814/14/86 1812/14/86 +f 1816/14/174 1813/12/176 1815/12/174 +f 1813/12/176 1816/14/174 1814/14/176 +f 1815/12/171 1813/12/175 1816/14/171 +f 1814/14/175 1816/14/171 1813/12/175 +f 494/13/181 1818/12/181 1817/12/181 +f 1818/12/181 494/13/181 1819/13/181 +f 1817/12/182 1818/12/182 494/13/182 +f 1819/13/182 494/13/182 1818/12/182 +f 494/13/179 1821/12/179 1820/13/179 +f 1821/12/179 494/13/179 1817/12/179 +f 1820/13/180 1821/12/180 494/13/180 +f 1817/12/180 494/13/180 1821/12/180 +f 1822/13/85 494/13/85 1820/13/85 +f 494/13/85 1822/13/85 1819/13/85 +f 1819/13/85 1822/13/85 1823/13/85 +f 1820/13/86 494/13/86 1822/13/86 +f 1819/13/86 1822/13/86 494/13/86 +f 1823/13/86 1822/13/86 1819/13/86 +f 1818/12/86 1821/12/86 1817/12/86 +f 1821/12/86 1818/12/86 1824/12/86 +f 1824/12/86 1818/12/86 1825/12/86 +f 1817/12/85 1821/12/85 1818/12/85 +f 1824/12/85 1818/12/85 1821/12/85 +f 1825/12/85 1818/12/85 1824/12/85 +f 1818/12/173 1823/13/174 1825/12/174 +f 1823/13/174 1818/12/173 1819/13/173 +f 1825/12/171 1823/13/171 1818/12/172 +f 1819/13/172 1818/12/172 1823/13/171 +f 1823/13/174 1824/12/656 1825/12/174 +f 1824/12/656 1823/13/174 1822/13/656 +f 1825/12/171 1824/12/655 1823/13/171 +f 1822/13/655 1823/13/171 1824/12/655 +f 1824/12/656 1820/13/178 1821/12/178 +f 1820/13/178 1824/12/656 1822/13/656 +f 1821/12/177 1820/13/177 1824/12/655 +f 1822/13/655 1824/12/655 1820/13/177 +f 1828/14/183 1827/12/183 1826/14/183 +f 1827/12/183 1828/14/183 1829/12/183 +f 1826/14/184 1827/12/184 1828/14/184 +f 1829/12/184 1828/14/184 1827/12/184 +f 1828/14/185 1830/12/185 1829/12/185 +f 1830/12/185 1828/14/185 1831/14/185 +f 1829/12/186 1830/12/186 1828/14/186 +f 1831/14/186 1828/14/186 1830/12/186 +f 1832/12/191 1826/14/193 1827/12/193 +f 1826/14/193 1832/12/191 1833/14/191 +f 1827/12/194 1826/14/194 1832/12/192 +f 1833/14/192 1832/12/192 1826/14/194 +f 1830/12/188 1835/14/187 1834/12/187 +f 1835/14/187 1830/12/188 1831/14/188 +f 1834/12/190 1835/14/190 1830/12/189 +f 1831/14/189 1830/12/189 1835/14/190 +f 1833/14/85 1828/14/85 1826/14/85 +f 1828/14/85 1833/14/85 1831/14/85 +f 1831/14/85 1833/14/85 1835/14/85 +f 1826/14/86 1828/14/86 1833/14/86 +f 1831/14/86 1833/14/86 1828/14/86 +f 1835/14/86 1833/14/86 1831/14/86 +f 1835/14/187 1832/12/191 1834/12/187 +f 1832/12/191 1835/14/187 1833/14/191 +f 1834/12/190 1832/12/192 1835/14/190 +f 1833/14/192 1835/14/190 1832/12/192 +f 560/13/185 1837/12/185 1836/12/185 +f 1837/12/185 560/13/185 1838/13/185 +f 1836/12/186 1837/12/186 560/13/186 +f 1838/13/186 560/13/186 1837/12/186 +f 560/13/183 1840/12/183 1839/13/183 +f 1840/12/183 560/13/183 1836/12/183 +f 1839/13/184 1840/12/184 560/13/184 +f 1836/12/184 560/13/184 1840/12/184 +f 1841/13/85 560/13/85 1839/13/85 +f 560/13/85 1841/13/85 1838/13/85 +f 1838/13/85 1841/13/85 1842/13/85 +f 1839/13/86 560/13/86 1841/13/86 +f 1838/13/86 1841/13/86 560/13/86 +f 1842/13/86 1841/13/86 1838/13/86 +f 1837/12/86 1840/12/86 1836/12/86 +f 1840/12/86 1837/12/86 1843/12/86 +f 1843/12/86 1837/12/86 1844/12/86 +f 1836/12/85 1840/12/85 1837/12/85 +f 1843/12/85 1837/12/85 1840/12/85 +f 1844/12/85 1837/12/85 1843/12/85 +f 1837/12/188 1842/13/187 1844/12/187 +f 1842/13/187 1837/12/188 1838/13/188 +f 1844/12/190 1842/13/190 1837/12/189 +f 1838/13/189 1837/12/189 1842/13/190 +f 1842/13/187 1843/12/657 1844/12/187 +f 1843/12/657 1842/13/187 1841/13/657 +f 1844/12/190 1843/12/658 1842/13/190 +f 1841/13/658 1842/13/190 1843/12/658 +f 1843/12/657 1839/13/193 1840/12/193 +f 1839/13/193 1843/12/657 1841/13/657 +f 1840/12/194 1839/13/194 1843/12/658 +f 1841/13/658 1843/12/658 1839/13/194 +f 1847/14/109 1846/12/109 1845/14/109 +f 1846/12/109 1847/14/109 1848/12/109 +f 1845/14/110 1846/12/110 1847/14/110 +f 1848/12/110 1847/14/110 1846/12/110 +f 1847/14/108 1849/12/108 1848/12/108 +f 1849/12/108 1847/14/108 1850/14/108 +f 1848/12/107 1849/12/107 1847/14/107 +f 1850/14/107 1847/14/107 1849/12/107 +f 1851/12/175 1845/14/177 1846/12/177 +f 1845/14/177 1851/12/175 1852/14/175 +f 1846/12/178 1845/14/178 1851/12/176 +f 1852/14/176 1851/12/176 1845/14/178 +f 1849/12/172 1854/14/171 1853/12/171 +f 1854/14/171 1849/12/172 1850/14/172 +f 1853/12/174 1854/14/174 1849/12/173 +f 1850/14/173 1849/12/173 1854/14/174 +f 1852/14/85 1847/14/85 1845/14/85 +f 1847/14/85 1852/14/85 1850/14/85 +f 1850/14/85 1852/14/85 1854/14/85 +f 1845/14/86 1847/14/86 1852/14/86 +f 1850/14/86 1852/14/86 1847/14/86 +f 1854/14/86 1852/14/86 1850/14/86 +f 1854/14/171 1851/12/175 1853/12/171 +f 1851/12/175 1854/14/171 1852/14/175 +f 1853/12/174 1851/12/176 1854/14/174 +f 1852/14/176 1854/14/174 1851/12/176 +f 618/13/108 1856/12/108 1855/12/108 +f 1856/12/108 618/13/108 1857/13/108 +f 1855/12/107 1856/12/107 618/13/107 +f 1857/13/107 618/13/107 1856/12/107 +f 618/13/109 1859/12/109 1858/13/109 +f 1859/12/109 618/13/109 1855/12/109 +f 1858/13/110 1859/12/110 618/13/110 +f 1855/12/110 618/13/110 1859/12/110 +f 1860/13/85 618/13/85 1858/13/85 +f 618/13/85 1860/13/85 1857/13/85 +f 1857/13/85 1860/13/85 1861/13/85 +f 1858/13/86 618/13/86 1860/13/86 +f 1857/13/86 1860/13/86 618/13/86 +f 1861/13/86 1860/13/86 1857/13/86 +f 1856/12/86 1859/12/86 1855/12/86 +f 1859/12/86 1856/12/86 1862/12/86 +f 1862/12/86 1856/12/86 1863/12/86 +f 1855/12/85 1859/12/85 1856/12/85 +f 1862/12/85 1856/12/85 1859/12/85 +f 1863/12/85 1856/12/85 1862/12/85 +f 1856/12/172 1861/13/171 1863/12/171 +f 1861/13/171 1856/12/172 1857/13/172 +f 1863/12/174 1861/13/174 1856/12/173 +f 1857/13/173 1856/12/173 1861/13/174 +f 1861/13/171 1862/12/655 1863/12/171 +f 1862/12/655 1861/13/171 1860/13/655 +f 1863/12/174 1862/12/656 1861/13/174 +f 1860/13/656 1861/13/174 1862/12/656 +f 1862/12/655 1858/13/177 1859/12/177 +f 1858/13/177 1862/12/655 1860/13/655 +f 1859/12/178 1858/13/178 1862/12/656 +f 1860/13/656 1862/12/656 1858/13/178 +f 1866/14/195 1865/12/195 1864/14/195 +f 1865/12/195 1866/14/195 1867/12/195 +f 1864/14/196 1865/12/196 1866/14/196 +f 1867/12/196 1866/14/196 1865/12/196 +f 1866/14/197 1868/12/197 1867/12/197 +f 1868/12/197 1866/14/197 1869/14/197 +f 1867/12/198 1868/12/198 1866/14/198 +f 1869/14/198 1866/14/198 1868/12/198 +f 1870/12/176 1864/14/178 1865/12/178 +f 1864/14/178 1870/12/176 1871/14/176 +f 1865/12/177 1864/14/177 1870/12/175 +f 1871/14/175 1870/12/175 1864/14/177 +f 1868/12/173 1873/14/174 1872/12/174 +f 1873/14/174 1868/12/173 1869/14/173 +f 1872/12/171 1873/14/171 1868/12/172 +f 1869/14/172 1868/12/172 1873/14/171 +f 1871/14/85 1866/14/85 1864/14/85 +f 1866/14/85 1871/14/85 1869/14/85 +f 1869/14/85 1871/14/85 1873/14/85 +f 1864/14/86 1866/14/86 1871/14/86 +f 1869/14/86 1871/14/86 1866/14/86 +f 1873/14/86 1871/14/86 1869/14/86 +f 1873/14/174 1870/12/176 1872/12/174 +f 1870/12/176 1873/14/174 1871/14/176 +f 1872/12/171 1870/12/175 1873/14/171 +f 1871/14/175 1873/14/171 1870/12/175 +f 365/13/197 1875/12/197 1874/12/197 +f 1875/12/197 365/13/197 1876/13/197 +f 1874/12/198 1875/12/198 365/13/198 +f 1876/13/198 365/13/198 1875/12/198 +f 365/13/195 1878/12/195 1877/13/195 +f 1878/12/195 365/13/195 1874/12/195 +f 1877/13/196 1878/12/196 365/13/196 +f 1874/12/196 365/13/196 1878/12/196 +f 1879/13/85 365/13/85 1877/13/85 +f 365/13/85 1879/13/85 1876/13/85 +f 1876/13/85 1879/13/85 1880/13/85 +f 1877/13/86 365/13/86 1879/13/86 +f 1876/13/86 1879/13/86 365/13/86 +f 1880/13/86 1879/13/86 1876/13/86 +f 1875/12/86 1878/12/86 1874/12/86 +f 1878/12/86 1875/12/86 1881/12/86 +f 1881/12/86 1875/12/86 1882/12/86 +f 1874/12/85 1878/12/85 1875/12/85 +f 1881/12/85 1875/12/85 1878/12/85 +f 1882/12/85 1875/12/85 1881/12/85 +f 1875/12/173 1880/13/174 1882/12/174 +f 1880/13/174 1875/12/173 1876/13/173 +f 1882/12/171 1880/13/171 1875/12/172 +f 1876/13/172 1875/12/172 1880/13/171 +f 1880/13/174 1881/12/656 1882/12/174 +f 1881/12/656 1880/13/174 1879/13/656 +f 1882/12/171 1881/12/655 1880/13/171 +f 1879/13/655 1880/13/171 1881/12/655 +f 1881/12/656 1877/13/178 1878/12/178 +f 1877/13/178 1881/12/656 1879/13/656 +f 1878/12/177 1877/13/177 1881/12/655 +f 1879/13/655 1881/12/655 1877/13/177 +f 1885/14/183 1884/12/183 1883/14/183 +f 1884/12/183 1885/14/183 45/12/183 +f 1883/14/184 1884/12/184 1885/14/184 +f 45/12/184 1885/14/184 1884/12/184 +f 1885/14/185 1886/12/185 45/12/185 +f 1886/12/185 1885/14/185 1887/14/185 +f 45/12/186 1886/12/186 1885/14/186 +f 1887/14/186 1885/14/186 1886/12/186 +f 1888/12/191 1883/14/193 1884/12/193 +f 1883/14/193 1888/12/191 1889/14/191 +f 1884/12/194 1883/14/194 1888/12/192 +f 1889/14/192 1888/12/192 1883/14/194 +f 1886/12/188 1891/14/187 1890/12/187 +f 1891/14/187 1886/12/188 1887/14/188 +f 1890/12/190 1891/14/190 1886/12/189 +f 1887/14/189 1886/12/189 1891/14/190 +f 1889/14/85 1885/14/85 1883/14/85 +f 1885/14/85 1889/14/85 1887/14/85 +f 1887/14/85 1889/14/85 1891/14/85 +f 1883/14/86 1885/14/86 1889/14/86 +f 1887/14/86 1889/14/86 1885/14/86 +f 1891/14/86 1889/14/86 1887/14/86 +f 1891/14/187 1888/12/191 1890/12/187 +f 1888/12/191 1891/14/187 1889/14/191 +f 1890/12/190 1888/12/192 1891/14/190 +f 1889/14/192 1891/14/190 1888/12/192 +f 374/13/185 1893/12/185 1892/12/185 +f 1893/12/185 374/13/185 1894/13/185 +f 1892/12/186 1893/12/186 374/13/186 +f 1894/13/186 374/13/186 1893/12/186 +f 374/13/183 1896/12/183 1895/13/183 +f 1896/12/183 374/13/183 1892/12/183 +f 1895/13/184 1896/12/184 374/13/184 +f 1892/12/184 374/13/184 1896/12/184 +f 1897/13/85 374/13/85 1895/13/85 +f 374/13/85 1897/13/85 1894/13/85 +f 1894/13/85 1897/13/85 1898/13/85 +f 1895/13/86 374/13/86 1897/13/86 +f 1894/13/86 1897/13/86 374/13/86 +f 1898/13/86 1897/13/86 1894/13/86 +f 1893/12/86 1896/12/86 1892/12/86 +f 1896/12/86 1893/12/86 1899/12/86 +f 1899/12/86 1893/12/86 1900/12/86 +f 1892/12/85 1896/12/85 1893/12/85 +f 1899/12/85 1893/12/85 1896/12/85 +f 1900/12/85 1893/12/85 1899/12/85 +f 1893/12/188 1898/13/187 1900/12/187 +f 1898/13/187 1893/12/188 1894/13/188 +f 1900/12/190 1898/13/190 1893/12/189 +f 1894/13/189 1893/12/189 1898/13/190 +f 1898/13/187 1899/12/657 1900/12/187 +f 1899/12/657 1898/13/187 1897/13/657 +f 1900/12/190 1899/12/658 1898/13/190 +f 1897/13/658 1898/13/190 1899/12/658 +f 1899/12/657 1895/13/193 1896/12/193 +f 1895/13/193 1899/12/657 1897/13/657 +f 1896/12/194 1895/13/194 1899/12/658 +f 1897/13/658 1899/12/658 1895/13/194 +f 1903/14/85 1902/14/85 1901/14/85 +f 1902/14/85 1903/14/85 1904/14/85 +f 1902/14/85 1904/14/85 1905/14/85 +f 1905/14/85 1904/14/85 1906/14/85 +f 1905/14/85 1906/14/85 1907/14/85 +f 1907/14/85 1906/14/85 1908/14/85 +f 1907/14/85 1908/14/85 1909/14/85 +f 1909/14/85 1908/14/85 1910/14/85 +f 1901/14/86 1902/14/86 1903/14/86 +f 1904/14/86 1903/14/86 1902/14/86 +f 1905/14/86 1904/14/86 1902/14/86 +f 1906/14/86 1904/14/86 1905/14/86 +f 1907/14/86 1906/14/86 1905/14/86 +f 1908/14/86 1906/14/86 1907/14/86 +f 1909/14/86 1908/14/86 1907/14/86 +f 1910/14/86 1908/14/86 1909/14/86 +f 1903/14/162 417/12/162 1911/12/162 +f 417/12/162 1903/14/162 1901/14/162 +f 1911/12/161 417/12/161 1903/14/161 +f 1901/14/161 1903/14/161 417/12/161 +f 1912/12/280 1903/14/279 1911/12/279 +f 1903/14/279 1912/12/280 1904/14/280 +f 1911/12/282 1903/14/282 1912/12/281 +f 1904/14/281 1912/12/281 1903/14/282 +f 1913/12/283 1904/14/280 1912/12/280 +f 1904/14/280 1913/12/283 1906/14/283 +f 1912/12/281 1904/14/281 1913/12/284 +f 1906/14/284 1913/12/284 1904/14/281 +f 1908/14/285 1913/12/283 1914/12/285 +f 1913/12/283 1908/14/285 1906/14/283 +f 1914/12/286 1913/12/284 1908/14/286 +f 1906/14/284 1908/14/286 1913/12/284 +f 1910/14/290 1914/12/285 1915/12/290 +f 1914/12/285 1910/14/290 1908/14/285 +f 1915/12/289 1914/12/286 1910/14/289 +f 1908/14/286 1910/14/289 1914/12/286 +f 425/12/160 1910/14/160 1915/12/160 +f 1910/14/160 425/12/160 1909/14/160 +f 1915/12/159 1910/14/159 425/12/159 +f 1909/14/159 425/12/159 1910/14/159 +f 1907/14/286 425/12/289 423/12/286 +f 425/12/289 1907/14/286 1909/14/289 +f 423/12/285 425/12/290 1907/14/285 +f 1909/14/290 1907/14/285 425/12/290 +f 1905/14/284 423/12/286 421/12/284 +f 423/12/286 1905/14/284 1907/14/286 +f 421/12/283 423/12/285 1905/14/283 +f 1907/14/285 1905/14/283 423/12/285 +f 1905/14/284 418/12/281 1902/14/281 +f 418/12/281 1905/14/284 421/12/284 +f 1902/14/280 418/12/280 1905/14/283 +f 421/12/283 1905/14/283 418/12/280 +f 1902/14/281 417/12/282 1901/14/282 +f 417/12/282 1902/14/281 418/12/281 +f 1901/14/279 417/12/279 1902/14/280 +f 418/12/280 1902/14/280 417/12/279 +f 1917/12/86 1916/12/86 437/12/86 +f 1916/12/86 1917/12/86 438/12/86 +f 1916/12/86 438/12/86 1918/12/86 +f 1918/12/86 438/12/86 1919/12/86 +f 1918/12/86 1919/12/86 1920/12/86 +f 1920/12/86 1919/12/86 1921/12/86 +f 1921/12/86 1919/12/86 440/12/86 +f 1921/12/86 440/12/86 1922/12/86 +f 437/12/85 1916/12/85 1917/12/85 +f 438/12/85 1917/12/85 1916/12/85 +f 1918/12/85 438/12/85 1916/12/85 +f 1919/12/85 438/12/85 1918/12/85 +f 1920/12/85 1919/12/85 1918/12/85 +f 1921/12/85 1919/12/85 1920/12/85 +f 440/12/85 1919/12/85 1921/12/85 +f 1922/12/85 440/12/85 1921/12/85 +f 1923/13/85 436/13/85 428/13/85 +f 436/13/85 1923/13/85 435/13/85 +f 435/13/85 1923/13/85 1924/13/85 +f 435/13/85 1924/13/85 434/13/85 +f 434/13/85 1924/13/85 1925/13/85 +f 434/13/85 1925/13/85 1926/13/85 +f 434/13/85 1926/13/85 433/13/85 +f 433/13/85 1926/13/85 1927/13/85 +f 428/13/86 436/13/86 1923/13/86 +f 435/13/86 1923/13/86 436/13/86 +f 1924/13/86 1923/13/86 435/13/86 +f 434/13/86 1924/13/86 435/13/86 +f 1925/13/86 1924/13/86 434/13/86 +f 1926/13/86 1925/13/86 434/13/86 +f 433/13/86 1926/13/86 434/13/86 +f 1927/13/86 1926/13/86 433/13/86 +f 1923/13/162 437/12/162 1916/12/162 +f 437/12/162 1923/13/162 428/13/162 +f 1916/12/161 437/12/161 1923/13/161 +f 428/13/161 1923/13/161 437/12/161 +f 1918/12/280 1923/13/279 1916/12/279 +f 1923/13/279 1918/12/280 1924/13/280 +f 1916/12/282 1923/13/282 1918/12/281 +f 1924/13/281 1918/12/281 1923/13/282 +f 1920/12/283 1924/13/280 1918/12/280 +f 1924/13/280 1920/12/283 1925/13/283 +f 1918/12/281 1924/13/281 1920/12/284 +f 1925/13/284 1920/12/284 1924/13/281 +f 1926/13/285 1920/12/283 1921/12/285 +f 1920/12/283 1926/13/285 1925/13/283 +f 1921/12/286 1920/12/284 1926/13/286 +f 1925/13/284 1926/13/286 1920/12/284 +f 1927/13/287 1921/12/285 1922/12/287 +f 1921/12/285 1927/13/287 1926/13/285 +f 1922/12/288 1921/12/286 1927/13/288 +f 1926/13/286 1927/13/288 1921/12/286 +f 440/12/160 1927/13/160 1922/12/160 +f 1927/13/160 440/12/160 433/13/160 +f 1922/12/159 1927/13/159 440/12/159 +f 433/13/159 440/12/159 1927/13/159 +f 434/13/286 440/12/289 1919/12/286 +f 440/12/289 434/13/286 433/13/289 +f 1919/12/285 440/12/290 434/13/285 +f 433/13/290 434/13/285 440/12/290 +f 435/13/284 1919/12/286 438/12/284 +f 1919/12/286 435/13/284 434/13/286 +f 438/12/283 1919/12/285 435/13/283 +f 434/13/285 435/13/283 1919/12/285 +f 435/13/284 1917/12/281 436/13/281 +f 1917/12/281 435/13/284 438/12/284 +f 436/13/280 1917/12/280 435/13/283 +f 438/12/283 435/13/283 1917/12/280 +f 436/13/281 437/12/282 428/13/282 +f 437/12/282 436/13/281 1917/12/281 +f 428/13/279 437/12/279 436/13/280 +f 1917/12/280 436/13/280 437/12/279 +f 1930/13/660 1929/12/659 1928/13/659 +f 1929/12/659 1930/13/660 1931/12/660 +f 1928/13/662 1929/12/662 1930/13/661 +f 1931/12/661 1930/13/661 1929/12/662 +f 1934/13/663 1933/12/664 1932/12/663 +f 1933/12/664 1934/13/663 1935/13/664 +f 1932/12/665 1933/12/666 1934/13/665 +f 1935/13/666 1934/13/665 1933/12/666 +f 1935/13/664 1936/12/667 1933/12/664 +f 1936/12/667 1935/13/664 1937/13/667 +f 1933/12/666 1936/12/668 1935/13/666 +f 1937/13/668 1935/13/666 1936/12/668 +f 1940/12/670 1939/13/669 1938/12/669 +f 1939/13/669 1940/12/670 1941/13/670 +f 1938/12/672 1939/13/672 1940/12/671 +f 1941/13/671 1940/12/671 1939/13/672 +f 1938/12/669 1934/13/663 1932/12/663 +f 1934/13/663 1938/12/669 1939/13/669 +f 1932/12/665 1934/13/665 1938/12/672 +f 1939/13/672 1938/12/672 1934/13/665 +f 1928/13/659 1936/12/667 1937/13/667 +f 1936/12/667 1928/13/659 1929/12/659 +f 1937/13/668 1936/12/668 1928/13/662 +f 1929/12/662 1928/13/662 1936/12/668 +f 1928/13/85 1941/13/85 1930/13/85 +f 1941/13/85 1928/13/85 1937/13/85 +f 1941/13/85 1937/13/85 1935/13/85 +f 1941/13/85 1935/13/85 1934/13/85 +f 1941/13/85 1934/13/85 1939/13/85 +f 1930/13/86 1941/13/86 1928/13/86 +f 1937/13/86 1928/13/86 1941/13/86 +f 1935/13/86 1937/13/86 1941/13/86 +f 1934/13/86 1935/13/86 1941/13/86 +f 1939/13/86 1934/13/86 1941/13/86 +f 1944/28/673 1943/27/674 1942/27/673 +f 1943/27/674 1944/28/673 1945/28/674 +f 1942/27/675 1943/27/676 1944/28/675 +f 1945/28/676 1944/28/675 1943/27/676 +f 1948/28/675 1947/27/676 1946/27/675 +f 1947/27/676 1948/28/675 1949/28/676 +f 1946/27/673 1947/27/674 1948/28/673 +f 1949/28/674 1948/28/673 1947/27/674 +f 1952/28/678 1951/27/677 1950/28/677 +f 1951/27/677 1952/28/678 1953/27/678 +f 1950/28/680 1951/27/680 1952/28/679 +f 1953/27/679 1952/28/679 1951/27/680 +f 1956/27/680 1955/28/679 1954/27/679 +f 1955/28/679 1956/27/680 1957/28/680 +f 1954/27/678 1955/28/678 1956/27/677 +f 1957/28/677 1956/27/677 1955/28/678 +f 1949/28/676 1956/27/680 1947/27/676 +f 1956/27/680 1949/28/676 1957/28/680 +f 1947/27/674 1956/27/677 1949/28/674 +f 1957/28/677 1949/28/674 1956/27/677 +f 1945/28/674 1951/27/677 1943/27/674 +f 1951/27/677 1945/28/674 1950/28/677 +f 1943/27/676 1951/27/680 1945/28/676 +f 1950/28/680 1945/28/676 1951/27/680 +f 1952/28/678 1946/27/675 1953/27/678 +f 1946/27/675 1952/28/678 1948/28/675 +f 1953/27/679 1946/27/673 1952/28/679 +f 1948/28/673 1952/28/679 1946/27/673 +f 1955/28/679 1942/27/673 1954/27/679 +f 1942/27/673 1955/28/679 1944/28/673 +f 1954/27/678 1942/27/675 1955/28/678 +f 1944/28/675 1955/28/678 1942/27/675 +f 1945/28/681 1952/28/681 1950/28/681 +f 1952/28/681 1945/28/681 1948/28/681 +f 1948/28/681 1945/28/681 1944/28/681 +f 1948/28/681 1944/28/681 1949/28/681 +f 1949/28/681 1944/28/681 1955/28/681 +f 1949/28/681 1955/28/681 1957/28/681 +f 1950/28/682 1952/28/682 1945/28/682 +f 1948/28/682 1945/28/682 1952/28/682 +f 1944/28/682 1945/28/682 1948/28/682 +f 1949/28/682 1944/28/682 1948/28/682 +f 1955/28/682 1944/28/682 1949/28/682 +f 1957/28/682 1955/28/682 1949/28/682 +f 1946/27/682 1951/27/682 1953/27/682 +f 1951/27/682 1946/27/682 1943/27/682 +f 1943/27/682 1946/27/682 1947/27/682 +f 1943/27/682 1947/27/682 1942/27/682 +f 1942/27/682 1947/27/682 1956/27/682 +f 1942/27/682 1956/27/682 1954/27/682 +f 1953/27/681 1951/27/681 1946/27/681 +f 1943/27/681 1946/27/681 1951/27/681 +f 1947/27/681 1946/27/681 1943/27/681 +f 1942/27/681 1947/27/681 1943/27/681 +f 1956/27/681 1947/27/681 1942/27/681 +f 1954/27/681 1956/27/681 1942/27/681 +f 1960/28/683 1959/27/684 1958/27/683 +f 1959/27/684 1960/28/683 1961/28/684 +f 1958/27/685 1959/27/686 1960/28/685 +f 1961/28/686 1960/28/685 1959/27/686 +f 1964/28/685 1963/27/686 1962/27/685 +f 1963/27/686 1964/28/685 1965/28/686 +f 1962/27/683 1963/27/684 1964/28/683 +f 1965/28/684 1964/28/683 1963/27/684 +f 1968/28/688 1967/27/687 1966/28/687 +f 1967/27/687 1968/28/688 1969/27/688 +f 1966/28/690 1967/27/690 1968/28/689 +f 1969/27/689 1968/28/689 1967/27/690 +f 1972/27/690 1971/28/689 1970/27/689 +f 1971/28/689 1972/27/690 1973/28/690 +f 1970/27/688 1971/28/688 1972/27/687 +f 1973/28/687 1972/27/687 1971/28/688 +f 1965/28/686 1972/27/690 1963/27/686 +f 1972/27/690 1965/28/686 1973/28/690 +f 1963/27/684 1972/27/687 1965/28/684 +f 1973/28/687 1965/28/684 1972/27/687 +f 1961/28/684 1967/27/687 1959/27/684 +f 1967/27/687 1961/28/684 1966/28/687 +f 1959/27/686 1967/27/690 1961/28/686 +f 1966/28/690 1961/28/686 1967/27/690 +f 1968/28/688 1962/27/685 1969/27/688 +f 1962/27/685 1968/28/688 1964/28/685 +f 1969/27/689 1962/27/683 1968/28/689 +f 1964/28/683 1968/28/689 1962/27/683 +f 1971/28/689 1958/27/683 1970/27/689 +f 1958/27/683 1971/28/689 1960/28/683 +f 1970/27/688 1958/27/685 1971/28/688 +f 1960/28/685 1971/28/688 1958/27/685 +f 1961/28/287 1968/28/287 1966/28/287 +f 1968/28/287 1961/28/287 1964/28/287 +f 1964/28/287 1961/28/287 1960/28/287 +f 1964/28/287 1960/28/287 1965/28/287 +f 1965/28/287 1960/28/287 1971/28/287 +f 1965/28/287 1971/28/287 1973/28/287 +f 1966/28/288 1968/28/288 1961/28/288 +f 1964/28/288 1961/28/288 1968/28/288 +f 1960/28/288 1961/28/288 1964/28/288 +f 1965/28/288 1960/28/288 1964/28/288 +f 1971/28/288 1960/28/288 1965/28/288 +f 1973/28/288 1971/28/288 1965/28/288 +f 1962/27/288 1967/27/288 1969/27/288 +f 1967/27/288 1962/27/288 1959/27/288 +f 1959/27/288 1962/27/288 1963/27/288 +f 1959/27/288 1963/27/288 1958/27/288 +f 1958/27/288 1963/27/288 1972/27/288 +f 1958/27/288 1972/27/288 1970/27/288 +f 1969/27/287 1967/27/287 1962/27/287 +f 1959/27/287 1962/27/287 1967/27/287 +f 1963/27/287 1962/27/287 1959/27/287 +f 1958/27/287 1963/27/287 1959/27/287 +f 1972/27/287 1963/27/287 1958/27/287 +f 1970/27/287 1972/27/287 1958/27/287 +f 1976/28/683 1975/27/684 1974/27/683 +f 1975/27/684 1976/28/683 1977/28/684 +f 1974/27/685 1975/27/686 1976/28/685 +f 1977/28/686 1976/28/685 1975/27/686 +f 1980/28/685 1979/27/686 1978/27/685 +f 1979/27/686 1980/28/685 1981/28/686 +f 1978/27/683 1979/27/684 1980/28/683 +f 1981/28/684 1980/28/683 1979/27/684 +f 1984/28/688 1983/27/687 1982/28/687 +f 1983/27/687 1984/28/688 1985/27/688 +f 1982/28/690 1983/27/690 1984/28/689 +f 1985/27/689 1984/28/689 1983/27/690 +f 1988/27/690 1987/28/689 1986/27/689 +f 1987/28/689 1988/27/690 1989/28/690 +f 1986/27/688 1987/28/688 1988/27/687 +f 1989/28/687 1988/27/687 1987/28/688 +f 1981/28/686 1988/27/690 1979/27/686 +f 1988/27/690 1981/28/686 1989/28/690 +f 1979/27/684 1988/27/687 1981/28/684 +f 1989/28/687 1981/28/684 1988/27/687 +f 1977/28/684 1983/27/687 1975/27/684 +f 1983/27/687 1977/28/684 1982/28/687 +f 1975/27/686 1983/27/690 1977/28/686 +f 1982/28/690 1977/28/686 1983/27/690 +f 1984/28/688 1978/27/685 1985/27/688 +f 1978/27/685 1984/28/688 1980/28/685 +f 1985/27/689 1978/27/683 1984/28/689 +f 1980/28/683 1984/28/689 1978/27/683 +f 1987/28/689 1974/27/683 1986/27/689 +f 1974/27/683 1987/28/689 1976/28/683 +f 1986/27/688 1974/27/685 1987/28/688 +f 1976/28/685 1987/28/688 1974/27/685 +f 1977/28/287 1984/28/287 1982/28/287 +f 1984/28/287 1977/28/287 1980/28/287 +f 1980/28/287 1977/28/287 1976/28/287 +f 1980/28/287 1976/28/287 1981/28/287 +f 1981/28/287 1976/28/287 1987/28/287 +f 1981/28/287 1987/28/287 1989/28/287 +f 1982/28/288 1984/28/288 1977/28/288 +f 1980/28/288 1977/28/288 1984/28/288 +f 1976/28/288 1977/28/288 1980/28/288 +f 1981/28/288 1976/28/288 1980/28/288 +f 1987/28/288 1976/28/288 1981/28/288 +f 1989/28/288 1987/28/288 1981/28/288 +f 1978/27/288 1983/27/288 1985/27/288 +f 1983/27/288 1978/27/288 1975/27/288 +f 1975/27/288 1978/27/288 1979/27/288 +f 1975/27/288 1979/27/288 1974/27/288 +f 1974/27/288 1979/27/288 1988/27/288 +f 1974/27/288 1988/27/288 1986/27/288 +f 1985/27/287 1983/27/287 1978/27/287 +f 1975/27/287 1978/27/287 1983/27/287 +f 1979/27/287 1978/27/287 1975/27/287 +f 1974/27/287 1979/27/287 1975/27/287 +f 1988/27/287 1979/27/287 1974/27/287 +f 1986/27/287 1988/27/287 1974/27/287 +f 1992/28/691 1991/27/692 1990/27/691 +f 1991/27/692 1992/28/691 1993/28/692 +f 1990/27/693 1991/27/694 1992/28/693 +f 1993/28/694 1992/28/693 1991/27/694 +f 1996/27/693 1995/28/694 1994/27/694 +f 1995/28/694 1996/27/693 1997/28/693 +f 1994/27/692 1995/28/692 1996/27/691 +f 1997/28/691 1996/27/691 1995/28/692 +f 2000/28/696 1999/27/695 1998/28/695 +f 1999/27/695 2000/28/696 2001/27/696 +f 1998/28/698 1999/27/698 2000/28/697 +f 2001/27/697 2000/28/697 1999/27/698 +f 2004/27/698 2003/28/697 2002/27/697 +f 2003/28/697 2004/27/698 2005/28/698 +f 2002/27/696 2003/28/696 2004/27/695 +f 2005/28/695 2004/27/695 2003/28/696 +f 1995/28/694 2004/27/698 1994/27/694 +f 2004/27/698 1995/28/694 2005/28/698 +f 1994/27/692 2004/27/695 1995/28/692 +f 2005/28/695 1995/28/692 2004/27/695 +f 1993/28/692 1999/27/695 1991/27/692 +f 1999/27/695 1993/28/692 1998/28/695 +f 1991/27/694 1999/27/698 1993/28/694 +f 1998/28/698 1993/28/694 1999/27/698 +f 2000/28/696 1996/27/693 2001/27/696 +f 1996/27/693 2000/28/696 1997/28/693 +f 2001/27/697 1996/27/691 2000/28/697 +f 1997/28/691 2000/28/697 1996/27/691 +f 2003/28/697 1990/27/691 2002/27/697 +f 1990/27/691 2003/28/697 1992/28/691 +f 2002/27/696 1990/27/693 2003/28/696 +f 1992/28/693 2003/28/696 1990/27/693 +f 1993/28/699 2000/28/699 1998/28/699 +f 2000/28/699 1993/28/699 1997/28/699 +f 1997/28/699 1993/28/699 1992/28/699 +f 1997/28/699 1992/28/699 1995/28/699 +f 1995/28/699 1992/28/699 2003/28/699 +f 1995/28/699 2003/28/699 2005/28/699 +f 1998/28/700 2000/28/700 1993/28/700 +f 1997/28/700 1993/28/700 2000/28/700 +f 1992/28/700 1993/28/700 1997/28/700 +f 1995/28/700 1992/28/700 1997/28/700 +f 2003/28/700 1992/28/700 1995/28/700 +f 2005/28/700 2003/28/700 1995/28/700 +f 1996/27/700 1999/27/700 2001/27/700 +f 1999/27/700 1996/27/700 1991/27/700 +f 1991/27/700 1996/27/700 1994/27/700 +f 1991/27/700 1994/27/700 1990/27/700 +f 1990/27/700 1994/27/700 2004/27/700 +f 1990/27/700 2004/27/700 2002/27/700 +f 2001/27/699 1999/27/699 1996/27/699 +f 1991/27/699 1996/27/699 1999/27/699 +f 1994/27/699 1996/27/699 1991/27/699 +f 1990/27/699 1994/27/699 1991/27/699 +f 2004/27/699 1994/27/699 1990/27/699 +f 2002/27/699 2004/27/699 1990/27/699 +f 2008/14/85 2007/14/85 2006/14/85 +f 2007/14/85 2008/14/85 2009/14/85 +f 2007/14/85 2009/14/85 2010/14/85 +f 2010/14/85 2009/14/85 2011/14/85 +f 2010/14/85 2011/14/85 2012/14/85 +f 2012/14/85 2011/14/85 2013/14/85 +f 2012/14/85 2013/14/85 2014/14/85 +f 2014/14/85 2013/14/85 2015/14/85 +f 2006/14/86 2007/14/86 2008/14/86 +f 2009/14/86 2008/14/86 2007/14/86 +f 2010/14/86 2009/14/86 2007/14/86 +f 2011/14/86 2009/14/86 2010/14/86 +f 2012/14/86 2011/14/86 2010/14/86 +f 2013/14/86 2011/14/86 2012/14/86 +f 2014/14/86 2013/14/86 2012/14/86 +f 2015/14/86 2013/14/86 2014/14/86 +f 2008/14/331 483/12/331 2016/12/331 +f 483/12/331 2008/14/331 2006/14/331 +f 2016/12/332 483/12/332 2008/14/332 +f 2006/14/332 2008/14/332 483/12/332 +f 2017/12/334 2008/14/333 2016/12/333 +f 2008/14/333 2017/12/334 2009/14/334 +f 2016/12/336 2008/14/336 2017/12/335 +f 2009/14/335 2017/12/335 2008/14/336 +f 2018/12/337 2009/14/334 2017/12/334 +f 2009/14/334 2018/12/337 2011/14/337 +f 2017/12/335 2009/14/335 2018/12/338 +f 2011/14/338 2018/12/338 2009/14/335 +f 2013/14/339 2018/12/337 2019/12/339 +f 2018/12/337 2013/14/339 2011/14/337 +f 2019/12/340 2018/12/338 2013/14/340 +f 2011/14/338 2013/14/340 2018/12/338 +f 2015/14/346 2019/12/339 2020/12/346 +f 2019/12/339 2015/14/346 2013/14/339 +f 2020/12/345 2019/12/340 2015/14/345 +f 2013/14/340 2015/14/345 2019/12/340 +f 491/12/343 2015/14/343 2020/12/343 +f 2015/14/343 491/12/343 2014/14/343 +f 2020/12/344 2015/14/344 491/12/344 +f 2014/14/344 491/12/344 2015/14/344 +f 2012/14/340 491/12/345 489/12/340 +f 491/12/345 2012/14/340 2014/14/345 +f 489/12/339 491/12/346 2012/14/339 +f 2014/14/346 2012/14/339 491/12/346 +f 2010/14/338 489/12/340 487/12/338 +f 489/12/340 2010/14/338 2012/14/340 +f 487/12/337 489/12/339 2010/14/337 +f 2012/14/339 2010/14/337 489/12/339 +f 2010/14/338 484/12/335 2007/14/335 +f 484/12/335 2010/14/338 487/12/338 +f 2007/14/334 484/12/334 2010/14/337 +f 487/12/337 2010/14/337 484/12/334 +f 2007/14/335 483/12/336 2006/14/336 +f 483/12/336 2007/14/335 484/12/335 +f 2006/14/333 483/12/333 2007/14/334 +f 484/12/334 2007/14/334 483/12/333 +f 2022/12/86 2021/12/86 441/12/86 +f 2021/12/86 2022/12/86 503/12/86 +f 2021/12/86 503/12/86 2023/12/86 +f 2023/12/86 503/12/86 2024/12/86 +f 2023/12/86 2024/12/86 2025/12/86 +f 2025/12/86 2024/12/86 2026/12/86 +f 2026/12/86 2024/12/86 216/12/86 +f 2026/12/86 216/12/86 2027/12/86 +f 441/12/85 2021/12/85 2022/12/85 +f 503/12/85 2022/12/85 2021/12/85 +f 2023/12/85 503/12/85 2021/12/85 +f 2024/12/85 503/12/85 2023/12/85 +f 2025/12/85 2024/12/85 2023/12/85 +f 2026/12/85 2024/12/85 2025/12/85 +f 216/12/85 2024/12/85 2026/12/85 +f 2027/12/85 216/12/85 2026/12/85 +f 1819/13/85 502/13/85 494/13/85 +f 502/13/85 1819/13/85 501/13/85 +f 501/13/85 1819/13/85 2028/13/85 +f 501/13/85 2028/13/85 500/13/85 +f 500/13/85 2028/13/85 2029/13/85 +f 500/13/85 2029/13/85 2030/13/85 +f 500/13/85 2030/13/85 499/13/85 +f 499/13/85 2030/13/85 2031/13/85 +f 494/13/86 502/13/86 1819/13/86 +f 501/13/86 1819/13/86 502/13/86 +f 2028/13/86 1819/13/86 501/13/86 +f 500/13/86 2028/13/86 501/13/86 +f 2029/13/86 2028/13/86 500/13/86 +f 2030/13/86 2029/13/86 500/13/86 +f 499/13/86 2030/13/86 500/13/86 +f 2031/13/86 2030/13/86 499/13/86 +f 1819/13/331 441/12/331 2021/12/331 +f 441/12/331 1819/13/331 494/13/331 +f 2021/12/332 441/12/332 1819/13/332 +f 494/13/332 1819/13/332 441/12/332 +f 2023/12/334 1819/13/333 2021/12/333 +f 1819/13/333 2023/12/334 2028/13/334 +f 2021/12/336 1819/13/336 2023/12/335 +f 2028/13/335 2023/12/335 1819/13/336 +f 2025/12/337 2028/13/334 2023/12/334 +f 2028/13/334 2025/12/337 2029/13/337 +f 2023/12/335 2028/13/335 2025/12/338 +f 2029/13/338 2025/12/338 2028/13/335 +f 2030/13/339 2025/12/337 2026/12/339 +f 2025/12/337 2030/13/339 2029/13/337 +f 2026/12/340 2025/12/338 2030/13/340 +f 2029/13/338 2030/13/340 2025/12/338 +f 2031/13/341 2026/12/339 2027/12/341 +f 2026/12/339 2031/13/341 2030/13/339 +f 2027/12/342 2026/12/340 2031/13/342 +f 2030/13/340 2031/13/342 2026/12/340 +f 216/12/343 2031/13/343 2027/12/343 +f 2031/13/343 216/12/343 499/13/343 +f 2027/12/344 2031/13/344 216/12/344 +f 499/13/344 216/12/344 2031/13/344 +f 500/13/340 216/12/345 2024/12/340 +f 216/12/345 500/13/340 499/13/345 +f 2024/12/339 216/12/346 500/13/339 +f 499/13/346 500/13/339 216/12/346 +f 501/13/338 2024/12/340 503/12/338 +f 2024/12/340 501/13/338 500/13/340 +f 503/12/337 2024/12/339 501/13/337 +f 500/13/339 501/13/337 2024/12/339 +f 501/13/338 2022/12/335 502/13/335 +f 2022/12/335 501/13/338 503/12/338 +f 502/13/334 2022/12/334 501/13/337 +f 503/12/337 501/13/337 2022/12/334 +f 502/13/335 441/12/336 494/13/336 +f 441/12/336 502/13/335 2022/12/335 +f 494/13/333 441/12/333 502/13/334 +f 2022/12/334 502/13/334 441/12/333 +f 2034/13/702 2033/12/701 2032/13/701 +f 2033/12/701 2034/13/702 2035/12/702 +f 2032/13/704 2033/12/704 2034/13/703 +f 2035/12/703 2034/13/703 2033/12/704 +f 2038/13/705 2037/12/706 2036/12/705 +f 2037/12/706 2038/13/705 2039/13/706 +f 2036/12/707 2037/12/708 2038/13/707 +f 2039/13/708 2038/13/707 2037/12/708 +f 2039/13/706 2040/12/709 2037/12/706 +f 2040/12/709 2039/13/706 2041/13/709 +f 2037/12/708 2040/12/710 2039/13/708 +f 2041/13/710 2039/13/708 2040/12/710 +f 2044/12/712 2043/13/711 2042/12/711 +f 2043/13/711 2044/12/712 2045/13/712 +f 2042/12/714 2043/13/714 2044/12/713 +f 2045/13/713 2044/12/713 2043/13/714 +f 2042/12/711 2038/13/705 2036/12/705 +f 2038/13/705 2042/12/711 2043/13/711 +f 2036/12/707 2038/13/707 2042/12/714 +f 2043/13/714 2042/12/714 2038/13/707 +f 2032/13/701 2040/12/709 2041/13/709 +f 2040/12/709 2032/13/701 2033/12/701 +f 2041/13/710 2040/12/710 2032/13/704 +f 2033/12/704 2032/13/704 2040/12/710 +f 2032/13/85 2045/13/85 2034/13/85 +f 2045/13/85 2032/13/85 2041/13/85 +f 2045/13/85 2041/13/85 2039/13/85 +f 2045/13/85 2039/13/85 2038/13/85 +f 2045/13/85 2038/13/85 2043/13/85 +f 2034/13/86 2045/13/86 2032/13/86 +f 2041/13/86 2032/13/86 2045/13/86 +f 2039/13/86 2041/13/86 2045/13/86 +f 2038/13/86 2039/13/86 2045/13/86 +f 2043/13/86 2038/13/86 2045/13/86 +f 2048/28/715 2047/27/716 2046/27/715 +f 2047/27/716 2048/28/715 2049/28/716 +f 2046/27/717 2047/27/718 2048/28/717 +f 2049/28/718 2048/28/717 2047/27/718 +f 2052/28/717 2051/27/718 2050/27/717 +f 2051/27/718 2052/28/717 2053/28/718 +f 2050/27/715 2051/27/716 2052/28/715 +f 2053/28/716 2052/28/715 2051/27/716 +f 2056/28/720 2055/27/719 2054/28/719 +f 2055/27/719 2056/28/720 2057/27/720 +f 2054/28/722 2055/27/722 2056/28/721 +f 2057/27/721 2056/28/721 2055/27/722 +f 2060/27/722 2059/28/721 2058/27/721 +f 2059/28/721 2060/27/722 2061/28/722 +f 2058/27/720 2059/28/720 2060/27/719 +f 2061/28/719 2060/27/719 2059/28/720 +f 2053/28/718 2060/27/722 2051/27/718 +f 2060/27/722 2053/28/718 2061/28/722 +f 2051/27/716 2060/27/719 2053/28/716 +f 2061/28/719 2053/28/716 2060/27/719 +f 2049/28/716 2055/27/719 2047/27/716 +f 2055/27/719 2049/28/716 2054/28/719 +f 2047/27/718 2055/27/722 2049/28/718 +f 2054/28/722 2049/28/718 2055/27/722 +f 2056/28/720 2050/27/717 2057/27/720 +f 2050/27/717 2056/28/720 2052/28/717 +f 2057/27/721 2050/27/715 2056/28/721 +f 2052/28/715 2056/28/721 2050/27/715 +f 2059/28/721 2046/27/715 2058/27/721 +f 2046/27/715 2059/28/721 2048/28/715 +f 2058/27/720 2046/27/717 2059/28/720 +f 2048/28/717 2059/28/720 2046/27/717 +f 2049/28/723 2056/28/723 2054/28/723 +f 2056/28/723 2049/28/723 2052/28/723 +f 2052/28/723 2049/28/723 2048/28/723 +f 2052/28/723 2048/28/723 2053/28/723 +f 2053/28/723 2048/28/723 2059/28/723 +f 2053/28/723 2059/28/723 2061/28/723 +f 2054/28/724 2056/28/724 2049/28/724 +f 2052/28/724 2049/28/724 2056/28/724 +f 2048/28/724 2049/28/724 2052/28/724 +f 2053/28/724 2048/28/724 2052/28/724 +f 2059/28/724 2048/28/724 2053/28/724 +f 2061/28/724 2059/28/724 2053/28/724 +f 2050/27/724 2055/27/724 2057/27/724 +f 2055/27/724 2050/27/724 2047/27/724 +f 2047/27/724 2050/27/724 2051/27/724 +f 2047/27/724 2051/27/724 2046/27/724 +f 2046/27/724 2051/27/724 2060/27/724 +f 2046/27/724 2060/27/724 2058/27/724 +f 2057/27/723 2055/27/723 2050/27/723 +f 2047/27/723 2050/27/723 2055/27/723 +f 2051/27/723 2050/27/723 2047/27/723 +f 2046/27/723 2051/27/723 2047/27/723 +f 2060/27/723 2051/27/723 2046/27/723 +f 2058/27/723 2060/27/723 2046/27/723 +f 2064/28/725 2063/27/726 2062/27/725 +f 2063/27/726 2064/28/725 2065/28/726 +f 2062/27/727 2063/27/728 2064/28/727 +f 2065/28/728 2064/28/727 2063/27/728 +f 2068/28/727 2067/27/728 2066/27/727 +f 2067/27/728 2068/28/727 2069/28/728 +f 2066/27/725 2067/27/726 2068/28/725 +f 2069/28/726 2068/28/725 2067/27/726 +f 2072/28/730 2071/27/729 2070/28/729 +f 2071/27/729 2072/28/730 2073/27/730 +f 2070/28/732 2071/27/732 2072/28/731 +f 2073/27/731 2072/28/731 2071/27/732 +f 2076/27/732 2075/28/731 2074/27/731 +f 2075/28/731 2076/27/732 2077/28/732 +f 2074/27/730 2075/28/730 2076/27/729 +f 2077/28/729 2076/27/729 2075/28/730 +f 2069/28/728 2076/27/732 2067/27/728 +f 2076/27/732 2069/28/728 2077/28/732 +f 2067/27/726 2076/27/729 2069/28/726 +f 2077/28/729 2069/28/726 2076/27/729 +f 2065/28/726 2071/27/729 2063/27/726 +f 2071/27/729 2065/28/726 2070/28/729 +f 2063/27/728 2071/27/732 2065/28/728 +f 2070/28/732 2065/28/728 2071/27/732 +f 2072/28/730 2066/27/727 2073/27/730 +f 2066/27/727 2072/28/730 2068/28/727 +f 2073/27/731 2066/27/725 2072/28/731 +f 2068/28/725 2072/28/731 2066/27/725 +f 2075/28/731 2062/27/725 2074/27/731 +f 2062/27/725 2075/28/731 2064/28/725 +f 2074/27/730 2062/27/727 2075/28/730 +f 2064/28/727 2075/28/730 2062/27/727 +f 2065/28/341 2072/28/341 2070/28/341 +f 2072/28/341 2065/28/341 2068/28/341 +f 2068/28/341 2065/28/341 2064/28/341 +f 2068/28/341 2064/28/341 2069/28/341 +f 2069/28/341 2064/28/341 2075/28/341 +f 2069/28/341 2075/28/341 2077/28/341 +f 2070/28/342 2072/28/342 2065/28/342 +f 2068/28/342 2065/28/342 2072/28/342 +f 2064/28/342 2065/28/342 2068/28/342 +f 2069/28/342 2064/28/342 2068/28/342 +f 2075/28/342 2064/28/342 2069/28/342 +f 2077/28/342 2075/28/342 2069/28/342 +f 2066/27/342 2071/27/342 2073/27/342 +f 2071/27/342 2066/27/342 2063/27/342 +f 2063/27/342 2066/27/342 2067/27/342 +f 2063/27/342 2067/27/342 2062/27/342 +f 2062/27/342 2067/27/342 2076/27/342 +f 2062/27/342 2076/27/342 2074/27/342 +f 2073/27/341 2071/27/341 2066/27/341 +f 2063/27/341 2066/27/341 2071/27/341 +f 2067/27/341 2066/27/341 2063/27/341 +f 2062/27/341 2067/27/341 2063/27/341 +f 2076/27/341 2067/27/341 2062/27/341 +f 2074/27/341 2076/27/341 2062/27/341 +f 2080/28/725 2079/27/726 2078/27/725 +f 2079/27/726 2080/28/725 2081/28/726 +f 2078/27/727 2079/27/728 2080/28/727 +f 2081/28/728 2080/28/727 2079/27/728 +f 2084/28/727 2083/27/728 2082/27/727 +f 2083/27/728 2084/28/727 2085/28/728 +f 2082/27/725 2083/27/726 2084/28/725 +f 2085/28/726 2084/28/725 2083/27/726 +f 2088/28/730 2087/27/729 2086/28/729 +f 2087/27/729 2088/28/730 2089/27/730 +f 2086/28/732 2087/27/732 2088/28/731 +f 2089/27/731 2088/28/731 2087/27/732 +f 2092/27/732 2091/28/731 2090/27/731 +f 2091/28/731 2092/27/732 2093/28/732 +f 2090/27/730 2091/28/730 2092/27/729 +f 2093/28/729 2092/27/729 2091/28/730 +f 2085/28/728 2092/27/732 2083/27/728 +f 2092/27/732 2085/28/728 2093/28/732 +f 2083/27/726 2092/27/729 2085/28/726 +f 2093/28/729 2085/28/726 2092/27/729 +f 2081/28/726 2087/27/729 2079/27/726 +f 2087/27/729 2081/28/726 2086/28/729 +f 2079/27/728 2087/27/732 2081/28/728 +f 2086/28/732 2081/28/728 2087/27/732 +f 2088/28/730 2082/27/727 2089/27/730 +f 2082/27/727 2088/28/730 2084/28/727 +f 2089/27/731 2082/27/725 2088/28/731 +f 2084/28/725 2088/28/731 2082/27/725 +f 2091/28/731 2078/27/725 2090/27/731 +f 2078/27/725 2091/28/731 2080/28/725 +f 2090/27/730 2078/27/727 2091/28/730 +f 2080/28/727 2091/28/730 2078/27/727 +f 2081/28/341 2088/28/341 2086/28/341 +f 2088/28/341 2081/28/341 2084/28/341 +f 2084/28/341 2081/28/341 2080/28/341 +f 2084/28/341 2080/28/341 2085/28/341 +f 2085/28/341 2080/28/341 2091/28/341 +f 2085/28/341 2091/28/341 2093/28/341 +f 2086/28/342 2088/28/342 2081/28/342 +f 2084/28/342 2081/28/342 2088/28/342 +f 2080/28/342 2081/28/342 2084/28/342 +f 2085/28/342 2080/28/342 2084/28/342 +f 2091/28/342 2080/28/342 2085/28/342 +f 2093/28/342 2091/28/342 2085/28/342 +f 2082/27/342 2087/27/342 2089/27/342 +f 2087/27/342 2082/27/342 2079/27/342 +f 2079/27/342 2082/27/342 2083/27/342 +f 2079/27/342 2083/27/342 2078/27/342 +f 2078/27/342 2083/27/342 2092/27/342 +f 2078/27/342 2092/27/342 2090/27/342 +f 2089/27/341 2087/27/341 2082/27/341 +f 2079/27/341 2082/27/341 2087/27/341 +f 2083/27/341 2082/27/341 2079/27/341 +f 2078/27/341 2083/27/341 2079/27/341 +f 2092/27/341 2083/27/341 2078/27/341 +f 2090/27/341 2092/27/341 2078/27/341 +f 2096/28/733 2095/27/734 2094/27/733 +f 2095/27/734 2096/28/733 2097/28/734 +f 2094/27/735 2095/27/736 2096/28/735 +f 2097/28/736 2096/28/735 2095/27/736 +f 2100/27/735 2099/28/736 2098/27/736 +f 2099/28/736 2100/27/735 2101/28/735 +f 2098/27/734 2099/28/734 2100/27/733 +f 2101/28/733 2100/27/733 2099/28/734 +f 2104/28/738 2103/27/737 2102/28/737 +f 2103/27/737 2104/28/738 2105/27/738 +f 2102/28/740 2103/27/740 2104/28/739 +f 2105/27/739 2104/28/739 2103/27/740 +f 2108/27/740 2107/28/739 2106/27/739 +f 2107/28/739 2108/27/740 2109/28/740 +f 2106/27/738 2107/28/738 2108/27/737 +f 2109/28/737 2108/27/737 2107/28/738 +f 2099/28/736 2108/27/740 2098/27/736 +f 2108/27/740 2099/28/736 2109/28/740 +f 2098/27/734 2108/27/737 2099/28/734 +f 2109/28/737 2099/28/734 2108/27/737 +f 2097/28/734 2103/27/737 2095/27/734 +f 2103/27/737 2097/28/734 2102/28/737 +f 2095/27/736 2103/27/740 2097/28/736 +f 2102/28/740 2097/28/736 2103/27/740 +f 2104/28/738 2100/27/735 2105/27/738 +f 2100/27/735 2104/28/738 2101/28/735 +f 2105/27/739 2100/27/733 2104/28/739 +f 2101/28/733 2104/28/739 2100/27/733 +f 2107/28/739 2094/27/733 2106/27/739 +f 2094/27/733 2107/28/739 2096/28/733 +f 2106/27/738 2094/27/735 2107/28/738 +f 2096/28/735 2107/28/738 2094/27/735 +f 2097/28/741 2104/28/741 2102/28/741 +f 2104/28/741 2097/28/741 2101/28/741 +f 2101/28/741 2097/28/741 2096/28/741 +f 2101/28/741 2096/28/741 2099/28/741 +f 2099/28/741 2096/28/741 2107/28/741 +f 2099/28/741 2107/28/741 2109/28/741 +f 2102/28/742 2104/28/742 2097/28/742 +f 2101/28/742 2097/28/742 2104/28/742 +f 2096/28/742 2097/28/742 2101/28/742 +f 2099/28/742 2096/28/742 2101/28/742 +f 2107/28/742 2096/28/742 2099/28/742 +f 2109/28/742 2107/28/742 2099/28/742 +f 2100/27/742 2103/27/742 2105/27/742 +f 2103/27/742 2100/27/742 2095/27/742 +f 2095/27/742 2100/27/742 2098/27/742 +f 2095/27/742 2098/27/742 2094/27/742 +f 2094/27/742 2098/27/742 2108/27/742 +f 2094/27/742 2108/27/742 2106/27/742 +f 2105/27/741 2103/27/741 2100/27/741 +f 2095/27/741 2100/27/741 2103/27/741 +f 2098/27/741 2100/27/741 2095/27/741 +f 2094/27/741 2098/27/741 2095/27/741 +f 2108/27/741 2098/27/741 2094/27/741 +f 2106/27/741 2108/27/741 2094/27/741 +f 2112/14/85 2111/14/85 2110/14/85 +f 2111/14/85 2112/14/85 2113/14/85 +f 2111/14/85 2113/14/85 2114/14/85 +f 2114/14/85 2113/14/85 2115/14/85 +f 2114/14/85 2115/14/85 2116/14/85 +f 2116/14/85 2115/14/85 2117/14/85 +f 2116/14/85 2117/14/85 2118/14/85 +f 2118/14/85 2117/14/85 2119/14/85 +f 2110/14/86 2111/14/86 2112/14/86 +f 2113/14/86 2112/14/86 2111/14/86 +f 2114/14/86 2113/14/86 2111/14/86 +f 2115/14/86 2113/14/86 2114/14/86 +f 2116/14/86 2115/14/86 2114/14/86 +f 2117/14/86 2115/14/86 2116/14/86 +f 2118/14/86 2117/14/86 2116/14/86 +f 2119/14/86 2117/14/86 2118/14/86 +f 2112/14/186 544/12/186 2120/12/186 +f 544/12/186 2112/14/186 2110/14/186 +f 2120/12/185 544/12/185 2112/14/185 +f 2110/14/185 2112/14/185 544/12/185 +f 2121/12/428 2112/14/427 2120/12/427 +f 2112/14/427 2121/12/428 2113/14/428 +f 2120/12/430 2112/14/430 2121/12/429 +f 2113/14/429 2121/12/429 2112/14/430 +f 2122/12/431 2113/14/428 2121/12/428 +f 2113/14/428 2122/12/431 2115/14/431 +f 2121/12/429 2113/14/429 2122/12/432 +f 2115/14/432 2122/12/432 2113/14/429 +f 2117/14/433 2122/12/431 2123/12/433 +f 2122/12/431 2117/14/433 2115/14/431 +f 2123/12/434 2122/12/432 2117/14/434 +f 2115/14/432 2117/14/434 2122/12/432 +f 2119/14/438 2123/12/433 2124/12/438 +f 2123/12/433 2119/14/438 2117/14/433 +f 2124/12/437 2123/12/434 2119/14/437 +f 2117/14/434 2119/14/437 2123/12/434 +f 552/12/184 2119/14/184 2124/12/184 +f 2119/14/184 552/12/184 2118/14/184 +f 2124/12/183 2119/14/183 552/12/183 +f 2118/14/183 552/12/183 2119/14/183 +f 2116/14/434 552/12/437 550/12/434 +f 552/12/437 2116/14/434 2118/14/437 +f 550/12/433 552/12/438 2116/14/433 +f 2118/14/438 2116/14/433 552/12/438 +f 2114/14/432 550/12/434 548/12/432 +f 550/12/434 2114/14/432 2116/14/434 +f 548/12/431 550/12/433 2114/14/431 +f 2116/14/433 2114/14/431 550/12/433 +f 2114/14/432 545/12/429 2111/14/429 +f 545/12/429 2114/14/432 548/12/432 +f 2111/14/428 545/12/428 2114/14/431 +f 548/12/431 2114/14/431 545/12/428 +f 2111/14/429 544/12/430 2110/14/430 +f 544/12/430 2111/14/429 545/12/429 +f 2110/14/427 544/12/427 2111/14/428 +f 545/12/428 2111/14/428 544/12/427 +f 2126/12/86 2125/12/86 564/12/86 +f 2125/12/86 2126/12/86 565/12/86 +f 2125/12/86 565/12/86 2127/12/86 +f 2127/12/86 565/12/86 2128/12/86 +f 2127/12/86 2128/12/86 2129/12/86 +f 2129/12/86 2128/12/86 2130/12/86 +f 2130/12/86 2128/12/86 301/12/86 +f 2130/12/86 301/12/86 2131/12/86 +f 564/12/85 2125/12/85 2126/12/85 +f 565/12/85 2126/12/85 2125/12/85 +f 2127/12/85 565/12/85 2125/12/85 +f 2128/12/85 565/12/85 2127/12/85 +f 2129/12/85 2128/12/85 2127/12/85 +f 2130/12/85 2128/12/85 2129/12/85 +f 301/12/85 2128/12/85 2130/12/85 +f 2131/12/85 301/12/85 2130/12/85 +f 2132/13/85 563/13/85 555/13/85 +f 563/13/85 2132/13/85 562/13/85 +f 562/13/85 2132/13/85 2133/13/85 +f 562/13/85 2133/13/85 561/13/85 +f 561/13/85 2133/13/85 2134/13/85 +f 561/13/85 2134/13/85 2135/13/85 +f 561/13/85 2135/13/85 560/13/85 +f 560/13/85 2135/13/85 2136/13/85 +f 555/13/86 563/13/86 2132/13/86 +f 562/13/86 2132/13/86 563/13/86 +f 2133/13/86 2132/13/86 562/13/86 +f 561/13/86 2133/13/86 562/13/86 +f 2134/13/86 2133/13/86 561/13/86 +f 2135/13/86 2134/13/86 561/13/86 +f 560/13/86 2135/13/86 561/13/86 +f 2136/13/86 2135/13/86 560/13/86 +f 2132/13/186 564/12/186 2125/12/186 +f 564/12/186 2132/13/186 555/13/186 +f 2125/12/185 564/12/185 2132/13/185 +f 555/13/185 2132/13/185 564/12/185 +f 2127/12/428 2132/13/427 2125/12/427 +f 2132/13/427 2127/12/428 2133/13/428 +f 2125/12/430 2132/13/430 2127/12/429 +f 2133/13/429 2127/12/429 2132/13/430 +f 2129/12/431 2133/13/428 2127/12/428 +f 2133/13/428 2129/12/431 2134/13/431 +f 2127/12/429 2133/13/429 2129/12/432 +f 2134/13/432 2129/12/432 2133/13/429 +f 2135/13/433 2129/12/431 2130/12/433 +f 2129/12/431 2135/13/433 2134/13/431 +f 2130/12/434 2129/12/432 2135/13/434 +f 2134/13/432 2135/13/434 2129/12/432 +f 2136/13/435 2130/12/433 2131/12/435 +f 2130/12/433 2136/13/435 2135/13/433 +f 2131/12/436 2130/12/434 2136/13/436 +f 2135/13/434 2136/13/436 2130/12/434 +f 301/12/184 2136/13/184 2131/12/184 +f 2136/13/184 301/12/184 560/13/184 +f 2131/12/183 2136/13/183 301/12/183 +f 560/13/183 301/12/183 2136/13/183 +f 561/13/434 301/12/437 2128/12/434 +f 301/12/437 561/13/434 560/13/437 +f 2128/12/433 301/12/438 561/13/433 +f 560/13/438 561/13/433 301/12/438 +f 562/13/432 2128/12/434 565/12/432 +f 2128/12/434 562/13/432 561/13/434 +f 565/12/431 2128/12/433 562/13/431 +f 561/13/433 562/13/431 2128/12/433 +f 562/13/432 2126/12/429 563/13/429 +f 2126/12/429 562/13/432 565/12/432 +f 563/13/428 2126/12/428 562/13/431 +f 565/12/431 562/13/431 2126/12/428 +f 563/13/429 564/12/430 555/13/430 +f 564/12/430 563/13/429 2126/12/429 +f 555/13/427 564/12/427 563/13/428 +f 2126/12/428 563/13/428 564/12/427 +f 2139/13/744 2138/12/743 2137/13/743 +f 2138/12/743 2139/13/744 2140/12/744 +f 2137/13/746 2138/12/746 2139/13/745 +f 2140/12/745 2139/13/745 2138/12/746 +f 2143/13/747 2142/12/748 2141/12/747 +f 2142/12/748 2143/13/747 2144/13/748 +f 2141/12/749 2142/12/750 2143/13/749 +f 2144/13/750 2143/13/749 2142/12/750 +f 2144/13/748 2145/12/751 2142/12/748 +f 2145/12/751 2144/13/748 2146/13/751 +f 2142/12/750 2145/12/752 2144/13/750 +f 2146/13/752 2144/13/750 2145/12/752 +f 2149/12/754 2148/13/753 2147/12/753 +f 2148/13/753 2149/12/754 2150/13/754 +f 2147/12/756 2148/13/756 2149/12/755 +f 2150/13/755 2149/12/755 2148/13/756 +f 2147/12/753 2143/13/747 2141/12/747 +f 2143/13/747 2147/12/753 2148/13/753 +f 2141/12/749 2143/13/749 2147/12/756 +f 2148/13/756 2147/12/756 2143/13/749 +f 2137/13/743 2145/12/751 2146/13/751 +f 2145/12/751 2137/13/743 2138/12/743 +f 2146/13/752 2145/12/752 2137/13/746 +f 2138/12/746 2137/13/746 2145/12/752 +f 2137/13/85 2150/13/85 2139/13/85 +f 2150/13/85 2137/13/85 2146/13/85 +f 2150/13/85 2146/13/85 2144/13/85 +f 2150/13/85 2144/13/85 2143/13/85 +f 2150/13/85 2143/13/85 2148/13/85 +f 2139/13/86 2150/13/86 2137/13/86 +f 2146/13/86 2137/13/86 2150/13/86 +f 2144/13/86 2146/13/86 2150/13/86 +f 2143/13/86 2144/13/86 2150/13/86 +f 2148/13/86 2143/13/86 2150/13/86 +f 2153/28/757 2152/27/758 2151/27/757 +f 2152/27/758 2153/28/757 2154/28/758 +f 2151/27/759 2152/27/760 2153/28/759 +f 2154/28/760 2153/28/759 2152/27/760 +f 2157/28/759 2156/27/760 2155/27/759 +f 2156/27/760 2157/28/759 2158/28/760 +f 2155/27/757 2156/27/758 2157/28/757 +f 2158/28/758 2157/28/757 2156/27/758 +f 2161/28/762 2160/27/761 2159/28/761 +f 2160/27/761 2161/28/762 2162/27/762 +f 2159/28/764 2160/27/764 2161/28/763 +f 2162/27/763 2161/28/763 2160/27/764 +f 2165/27/764 2164/28/763 2163/27/763 +f 2164/28/763 2165/27/764 2166/28/764 +f 2163/27/762 2164/28/762 2165/27/761 +f 2166/28/761 2165/27/761 2164/28/762 +f 2158/28/760 2165/27/764 2156/27/760 +f 2165/27/764 2158/28/760 2166/28/764 +f 2156/27/758 2165/27/761 2158/28/758 +f 2166/28/761 2158/28/758 2165/27/761 +f 2154/28/758 2160/27/761 2152/27/758 +f 2160/27/761 2154/28/758 2159/28/761 +f 2152/27/760 2160/27/764 2154/28/760 +f 2159/28/764 2154/28/760 2160/27/764 +f 2161/28/762 2155/27/759 2162/27/762 +f 2155/27/759 2161/28/762 2157/28/759 +f 2162/27/763 2155/27/757 2161/28/763 +f 2157/28/757 2161/28/763 2155/27/757 +f 2164/28/763 2151/27/757 2163/27/763 +f 2151/27/757 2164/28/763 2153/28/757 +f 2163/27/762 2151/27/759 2164/28/762 +f 2153/28/759 2164/28/762 2151/27/759 +f 2154/28/765 2161/28/765 2159/28/765 +f 2161/28/765 2154/28/765 2157/28/765 +f 2157/28/765 2154/28/765 2153/28/765 +f 2157/28/765 2153/28/765 2158/28/765 +f 2158/28/765 2153/28/765 2164/28/765 +f 2158/28/765 2164/28/765 2166/28/765 +f 2159/28/766 2161/28/766 2154/28/766 +f 2157/28/766 2154/28/766 2161/28/766 +f 2153/28/766 2154/28/766 2157/28/766 +f 2158/28/766 2153/28/766 2157/28/766 +f 2164/28/766 2153/28/766 2158/28/766 +f 2166/28/766 2164/28/766 2158/28/766 +f 2155/27/766 2160/27/766 2162/27/766 +f 2160/27/766 2155/27/766 2152/27/766 +f 2152/27/766 2155/27/766 2156/27/766 +f 2152/27/766 2156/27/766 2151/27/766 +f 2151/27/766 2156/27/766 2165/27/766 +f 2151/27/766 2165/27/766 2163/27/766 +f 2162/27/765 2160/27/765 2155/27/765 +f 2152/27/765 2155/27/765 2160/27/765 +f 2156/27/765 2155/27/765 2152/27/765 +f 2151/27/765 2156/27/765 2152/27/765 +f 2165/27/765 2156/27/765 2151/27/765 +f 2163/27/765 2165/27/765 2151/27/765 +f 2169/28/767 2168/27/768 2167/27/767 +f 2168/27/768 2169/28/767 2170/28/768 +f 2167/27/769 2168/27/770 2169/28/769 +f 2170/28/770 2169/28/769 2168/27/770 +f 2173/28/769 2172/27/770 2171/27/769 +f 2172/27/770 2173/28/769 2174/28/770 +f 2171/27/767 2172/27/768 2173/28/767 +f 2174/28/768 2173/28/767 2172/27/768 +f 2177/28/772 2176/27/771 2175/28/771 +f 2176/27/771 2177/28/772 2178/27/772 +f 2175/28/774 2176/27/774 2177/28/773 +f 2178/27/773 2177/28/773 2176/27/774 +f 2181/27/774 2180/28/773 2179/27/773 +f 2180/28/773 2181/27/774 2182/28/774 +f 2179/27/772 2180/28/772 2181/27/771 +f 2182/28/771 2181/27/771 2180/28/772 +f 2174/28/770 2181/27/774 2172/27/770 +f 2181/27/774 2174/28/770 2182/28/774 +f 2172/27/768 2181/27/771 2174/28/768 +f 2182/28/771 2174/28/768 2181/27/771 +f 2170/28/768 2176/27/771 2168/27/768 +f 2176/27/771 2170/28/768 2175/28/771 +f 2168/27/770 2176/27/774 2170/28/770 +f 2175/28/774 2170/28/770 2176/27/774 +f 2177/28/772 2171/27/769 2178/27/772 +f 2171/27/769 2177/28/772 2173/28/769 +f 2178/27/773 2171/27/767 2177/28/773 +f 2173/28/767 2177/28/773 2171/27/767 +f 2180/28/773 2167/27/767 2179/27/773 +f 2167/27/767 2180/28/773 2169/28/767 +f 2179/27/772 2167/27/769 2180/28/772 +f 2169/28/769 2180/28/772 2167/27/769 +f 2170/28/435 2177/28/435 2175/28/435 +f 2177/28/435 2170/28/435 2173/28/435 +f 2173/28/435 2170/28/435 2169/28/435 +f 2173/28/435 2169/28/435 2174/28/435 +f 2174/28/435 2169/28/435 2180/28/435 +f 2174/28/435 2180/28/435 2182/28/435 +f 2175/28/436 2177/28/436 2170/28/436 +f 2173/28/436 2170/28/436 2177/28/436 +f 2169/28/436 2170/28/436 2173/28/436 +f 2174/28/436 2169/28/436 2173/28/436 +f 2180/28/436 2169/28/436 2174/28/436 +f 2182/28/436 2180/28/436 2174/28/436 +f 2171/27/436 2176/27/436 2178/27/436 +f 2176/27/436 2171/27/436 2168/27/436 +f 2168/27/436 2171/27/436 2172/27/436 +f 2168/27/436 2172/27/436 2167/27/436 +f 2167/27/436 2172/27/436 2181/27/436 +f 2167/27/436 2181/27/436 2179/27/436 +f 2178/27/435 2176/27/435 2171/27/435 +f 2168/27/435 2171/27/435 2176/27/435 +f 2172/27/435 2171/27/435 2168/27/435 +f 2167/27/435 2172/27/435 2168/27/435 +f 2181/27/435 2172/27/435 2167/27/435 +f 2179/27/435 2181/27/435 2167/27/435 +f 2185/28/767 2184/27/768 2183/27/767 +f 2184/27/768 2185/28/767 2186/28/768 +f 2183/27/769 2184/27/770 2185/28/769 +f 2186/28/770 2185/28/769 2184/27/770 +f 2189/28/769 2188/27/770 2187/27/769 +f 2188/27/770 2189/28/769 2190/28/770 +f 2187/27/767 2188/27/768 2189/28/767 +f 2190/28/768 2189/28/767 2188/27/768 +f 2193/28/772 2192/27/771 2191/28/771 +f 2192/27/771 2193/28/772 2194/27/772 +f 2191/28/774 2192/27/774 2193/28/773 +f 2194/27/773 2193/28/773 2192/27/774 +f 2197/27/774 2196/28/773 2195/27/773 +f 2196/28/773 2197/27/774 2198/28/774 +f 2195/27/772 2196/28/772 2197/27/771 +f 2198/28/771 2197/27/771 2196/28/772 +f 2190/28/770 2197/27/774 2188/27/770 +f 2197/27/774 2190/28/770 2198/28/774 +f 2188/27/768 2197/27/771 2190/28/768 +f 2198/28/771 2190/28/768 2197/27/771 +f 2186/28/768 2192/27/771 2184/27/768 +f 2192/27/771 2186/28/768 2191/28/771 +f 2184/27/770 2192/27/774 2186/28/770 +f 2191/28/774 2186/28/770 2192/27/774 +f 2193/28/772 2187/27/769 2194/27/772 +f 2187/27/769 2193/28/772 2189/28/769 +f 2194/27/773 2187/27/767 2193/28/773 +f 2189/28/767 2193/28/773 2187/27/767 +f 2196/28/773 2183/27/767 2195/27/773 +f 2183/27/767 2196/28/773 2185/28/767 +f 2195/27/772 2183/27/769 2196/28/772 +f 2185/28/769 2196/28/772 2183/27/769 +f 2186/28/435 2193/28/435 2191/28/435 +f 2193/28/435 2186/28/435 2189/28/435 +f 2189/28/435 2186/28/435 2185/28/435 +f 2189/28/435 2185/28/435 2190/28/435 +f 2190/28/435 2185/28/435 2196/28/435 +f 2190/28/435 2196/28/435 2198/28/435 +f 2191/28/436 2193/28/436 2186/28/436 +f 2189/28/436 2186/28/436 2193/28/436 +f 2185/28/436 2186/28/436 2189/28/436 +f 2190/28/436 2185/28/436 2189/28/436 +f 2196/28/436 2185/28/436 2190/28/436 +f 2198/28/436 2196/28/436 2190/28/436 +f 2187/27/436 2192/27/436 2194/27/436 +f 2192/27/436 2187/27/436 2184/27/436 +f 2184/27/436 2187/27/436 2188/27/436 +f 2184/27/436 2188/27/436 2183/27/436 +f 2183/27/436 2188/27/436 2197/27/436 +f 2183/27/436 2197/27/436 2195/27/436 +f 2194/27/435 2192/27/435 2187/27/435 +f 2184/27/435 2187/27/435 2192/27/435 +f 2188/27/435 2187/27/435 2184/27/435 +f 2183/27/435 2188/27/435 2184/27/435 +f 2197/27/435 2188/27/435 2183/27/435 +f 2195/27/435 2197/27/435 2183/27/435 +f 2201/28/775 2200/27/776 2199/27/775 +f 2200/27/776 2201/28/775 2202/28/776 +f 2199/27/777 2200/27/778 2201/28/777 +f 2202/28/778 2201/28/777 2200/27/778 +f 2205/27/777 2204/28/778 2203/27/778 +f 2204/28/778 2205/27/777 2206/28/777 +f 2203/27/776 2204/28/776 2205/27/775 +f 2206/28/775 2205/27/775 2204/28/776 +f 2209/28/780 2208/27/779 2207/28/779 +f 2208/27/779 2209/28/780 2210/27/780 +f 2207/28/782 2208/27/782 2209/28/781 +f 2210/27/781 2209/28/781 2208/27/782 +f 2213/27/782 2212/28/781 2211/27/781 +f 2212/28/781 2213/27/782 2214/28/782 +f 2211/27/780 2212/28/780 2213/27/779 +f 2214/28/779 2213/27/779 2212/28/780 +f 2204/28/778 2213/27/782 2203/27/778 +f 2213/27/782 2204/28/778 2214/28/782 +f 2203/27/776 2213/27/779 2204/28/776 +f 2214/28/779 2204/28/776 2213/27/779 +f 2202/28/776 2208/27/779 2200/27/776 +f 2208/27/779 2202/28/776 2207/28/779 +f 2200/27/778 2208/27/782 2202/28/778 +f 2207/28/782 2202/28/778 2208/27/782 +f 2209/28/780 2205/27/777 2210/27/780 +f 2205/27/777 2209/28/780 2206/28/777 +f 2210/27/781 2205/27/775 2209/28/781 +f 2206/28/775 2209/28/781 2205/27/775 +f 2212/28/781 2199/27/775 2211/27/781 +f 2199/27/775 2212/28/781 2201/28/775 +f 2211/27/780 2199/27/777 2212/28/780 +f 2201/28/777 2212/28/780 2199/27/777 +f 2202/28/783 2209/28/783 2207/28/783 +f 2209/28/783 2202/28/783 2206/28/783 +f 2206/28/783 2202/28/783 2201/28/783 +f 2206/28/783 2201/28/783 2204/28/783 +f 2204/28/783 2201/28/783 2212/28/783 +f 2204/28/783 2212/28/783 2214/28/783 +f 2207/28/784 2209/28/784 2202/28/784 +f 2206/28/784 2202/28/784 2209/28/784 +f 2201/28/784 2202/28/784 2206/28/784 +f 2204/28/784 2201/28/784 2206/28/784 +f 2212/28/784 2201/28/784 2204/28/784 +f 2214/28/784 2212/28/784 2204/28/784 +f 2205/27/784 2208/27/784 2210/27/784 +f 2208/27/784 2205/27/784 2200/27/784 +f 2200/27/784 2205/27/784 2203/27/784 +f 2200/27/784 2203/27/784 2199/27/784 +f 2199/27/784 2203/27/784 2213/27/784 +f 2199/27/784 2213/27/784 2211/27/784 +f 2210/27/783 2208/27/783 2205/27/783 +f 2200/27/783 2205/27/783 2208/27/783 +f 2203/27/783 2205/27/783 2200/27/783 +f 2199/27/783 2203/27/783 2200/27/783 +f 2213/27/783 2203/27/783 2199/27/783 +f 2211/27/783 2213/27/783 2199/27/783 +f 2217/14/85 2216/14/85 2215/14/85 +f 2216/14/85 2217/14/85 2218/14/85 +f 2216/14/85 2218/14/85 2219/14/85 +f 2219/14/85 2218/14/85 2220/14/85 +f 2219/14/85 2220/14/85 2221/14/85 +f 2221/14/85 2220/14/85 2222/14/85 +f 2221/14/85 2222/14/85 2223/14/85 +f 2223/14/85 2222/14/85 2224/14/85 +f 2215/14/86 2216/14/86 2217/14/86 +f 2218/14/86 2217/14/86 2216/14/86 +f 2219/14/86 2218/14/86 2216/14/86 +f 2220/14/86 2218/14/86 2219/14/86 +f 2221/14/86 2220/14/86 2219/14/86 +f 2222/14/86 2220/14/86 2221/14/86 +f 2223/14/86 2222/14/86 2221/14/86 +f 2224/14/86 2222/14/86 2223/14/86 +f 2217/14/107 607/12/107 2225/12/107 +f 607/12/107 2217/14/107 2215/14/107 +f 2225/12/108 607/12/108 2217/14/108 +f 2215/14/108 2217/14/108 607/12/108 +f 2226/12/440 2217/14/439 2225/12/439 +f 2217/14/439 2226/12/440 2218/14/440 +f 2225/12/442 2217/14/442 2226/12/441 +f 2218/14/441 2226/12/441 2217/14/442 +f 2227/12/338 2218/14/440 2226/12/440 +f 2218/14/440 2227/12/338 2220/14/338 +f 2226/12/441 2218/14/441 2227/12/337 +f 2220/14/337 2227/12/337 2218/14/441 +f 2222/14/443 2227/12/338 2228/12/443 +f 2227/12/338 2222/14/443 2220/14/338 +f 2228/12/444 2227/12/337 2222/14/444 +f 2220/14/337 2222/14/444 2227/12/337 +f 2224/14/448 2228/12/443 2229/12/448 +f 2228/12/443 2224/14/448 2222/14/443 +f 2229/12/447 2228/12/444 2224/14/447 +f 2222/14/444 2224/14/447 2228/12/444 +f 615/12/110 2224/14/110 2229/12/110 +f 2224/14/110 615/12/110 2223/14/110 +f 2229/12/109 2224/14/109 615/12/109 +f 2223/14/109 615/12/109 2224/14/109 +f 2221/14/444 615/12/447 613/12/444 +f 615/12/447 2221/14/444 2223/14/447 +f 613/12/443 615/12/448 2221/14/443 +f 2223/14/448 2221/14/443 615/12/448 +f 2219/14/337 613/12/444 611/12/337 +f 613/12/444 2219/14/337 2221/14/444 +f 611/12/338 613/12/443 2219/14/338 +f 2221/14/443 2219/14/338 613/12/443 +f 2219/14/337 608/12/441 2216/14/441 +f 608/12/441 2219/14/337 611/12/337 +f 2216/14/440 608/12/440 2219/14/338 +f 611/12/338 2219/14/338 608/12/440 +f 2216/14/441 607/12/442 2215/14/442 +f 607/12/442 2216/14/441 608/12/441 +f 2215/14/439 607/12/439 2216/14/440 +f 608/12/440 2216/14/440 607/12/439 +f 2231/12/86 2230/12/86 302/12/86 +f 2230/12/86 2231/12/86 627/12/86 +f 2230/12/86 627/12/86 2232/12/86 +f 2232/12/86 627/12/86 2233/12/86 +f 2232/12/86 2233/12/86 2234/12/86 +f 2234/12/86 2233/12/86 2235/12/86 +f 2235/12/86 2233/12/86 212/12/86 +f 2235/12/86 212/12/86 2236/12/86 +f 302/12/85 2230/12/85 2231/12/85 +f 627/12/85 2231/12/85 2230/12/85 +f 2232/12/85 627/12/85 2230/12/85 +f 2233/12/85 627/12/85 2232/12/85 +f 2234/12/85 2233/12/85 2232/12/85 +f 2235/12/85 2233/12/85 2234/12/85 +f 212/12/85 2233/12/85 2235/12/85 +f 2236/12/85 212/12/85 2235/12/85 +f 1857/13/85 626/13/85 618/13/85 +f 626/13/85 1857/13/85 625/13/85 +f 625/13/85 1857/13/85 2237/13/85 +f 625/13/85 2237/13/85 624/13/85 +f 624/13/85 2237/13/85 2238/13/85 +f 624/13/85 2238/13/85 2239/13/85 +f 624/13/85 2239/13/85 623/13/85 +f 623/13/85 2239/13/85 2240/13/85 +f 618/13/86 626/13/86 1857/13/86 +f 625/13/86 1857/13/86 626/13/86 +f 2237/13/86 1857/13/86 625/13/86 +f 624/13/86 2237/13/86 625/13/86 +f 2238/13/86 2237/13/86 624/13/86 +f 2239/13/86 2238/13/86 624/13/86 +f 623/13/86 2239/13/86 624/13/86 +f 2240/13/86 2239/13/86 623/13/86 +f 1857/13/107 302/12/107 2230/12/107 +f 302/12/107 1857/13/107 618/13/107 +f 2230/12/108 302/12/108 1857/13/108 +f 618/13/108 1857/13/108 302/12/108 +f 2232/12/440 1857/13/439 2230/12/439 +f 1857/13/439 2232/12/440 2237/13/440 +f 2230/12/442 1857/13/442 2232/12/441 +f 2237/13/441 2232/12/441 1857/13/442 +f 2234/12/338 2237/13/440 2232/12/440 +f 2237/13/440 2234/12/338 2238/13/338 +f 2232/12/441 2237/13/441 2234/12/337 +f 2238/13/337 2234/12/337 2237/13/441 +f 2239/13/443 2234/12/338 2235/12/443 +f 2234/12/338 2239/13/443 2238/13/338 +f 2235/12/444 2234/12/337 2239/13/444 +f 2238/13/337 2239/13/444 2234/12/337 +f 2240/13/445 2235/12/443 2236/12/445 +f 2235/12/443 2240/13/445 2239/13/443 +f 2236/12/446 2235/12/444 2240/13/446 +f 2239/13/444 2240/13/446 2235/12/444 +f 212/12/110 2240/13/110 2236/12/110 +f 2240/13/110 212/12/110 623/13/110 +f 2236/12/109 2240/13/109 212/12/109 +f 623/13/109 212/12/109 2240/13/109 +f 624/13/444 212/12/447 2233/12/444 +f 212/12/447 624/13/444 623/13/447 +f 2233/12/443 212/12/448 624/13/443 +f 623/13/448 624/13/443 212/12/448 +f 625/13/337 2233/12/444 627/12/337 +f 2233/12/444 625/13/337 624/13/444 +f 627/12/338 2233/12/443 625/13/338 +f 624/13/443 625/13/338 2233/12/443 +f 625/13/337 2231/12/441 626/13/441 +f 2231/12/441 625/13/337 627/12/337 +f 626/13/440 2231/12/440 625/13/338 +f 627/12/338 625/13/338 2231/12/440 +f 626/13/441 302/12/442 618/13/442 +f 302/12/442 626/13/441 2231/12/441 +f 618/13/439 302/12/439 626/13/440 +f 2231/12/440 626/13/440 302/12/439 +f 2243/13/703 2242/12/704 2241/13/704 +f 2242/12/704 2243/13/703 2244/12/703 +f 2241/13/701 2242/12/701 2243/13/702 +f 2244/12/702 2243/13/702 2242/12/701 +f 2247/13/707 2246/12/708 2245/12/707 +f 2246/12/708 2247/13/707 2248/13/708 +f 2245/12/705 2246/12/706 2247/13/705 +f 2248/13/706 2247/13/705 2246/12/706 +f 2248/13/708 2249/12/710 2246/12/708 +f 2249/12/710 2248/13/708 2250/13/710 +f 2246/12/706 2249/12/709 2248/13/706 +f 2250/13/709 2248/13/706 2249/12/709 +f 2253/12/713 2252/13/714 2251/12/714 +f 2252/13/714 2253/12/713 2254/13/713 +f 2251/12/711 2252/13/711 2253/12/712 +f 2254/13/712 2253/12/712 2252/13/711 +f 2251/12/714 2247/13/707 2245/12/707 +f 2247/13/707 2251/12/714 2252/13/714 +f 2245/12/705 2247/13/705 2251/12/711 +f 2252/13/711 2251/12/711 2247/13/705 +f 2241/13/704 2249/12/710 2250/13/710 +f 2249/12/710 2241/13/704 2242/12/704 +f 2250/13/709 2249/12/709 2241/13/701 +f 2242/12/701 2241/13/701 2249/12/709 +f 2241/13/85 2254/13/85 2243/13/85 +f 2254/13/85 2241/13/85 2250/13/85 +f 2254/13/85 2250/13/85 2248/13/85 +f 2254/13/85 2248/13/85 2247/13/85 +f 2254/13/85 2247/13/85 2252/13/85 +f 2243/13/86 2254/13/86 2241/13/86 +f 2250/13/86 2241/13/86 2254/13/86 +f 2248/13/86 2250/13/86 2254/13/86 +f 2247/13/86 2248/13/86 2254/13/86 +f 2252/13/86 2247/13/86 2254/13/86 +f 2257/28/716 2256/27/715 2255/27/716 +f 2256/27/715 2257/28/716 2258/28/715 +f 2255/27/718 2256/27/717 2257/28/718 +f 2258/28/717 2257/28/718 2256/27/717 +f 2261/28/718 2260/27/717 2259/27/718 +f 2260/27/717 2261/28/718 2262/28/717 +f 2259/27/716 2260/27/715 2261/28/716 +f 2262/28/715 2261/28/716 2260/27/715 +f 2265/28/722 2264/27/721 2263/28/721 +f 2264/27/721 2265/28/722 2266/27/722 +f 2263/28/720 2264/27/720 2265/28/719 +f 2266/27/719 2265/28/719 2264/27/720 +f 2269/27/720 2268/28/719 2267/27/719 +f 2268/28/719 2269/27/720 2270/28/720 +f 2267/27/722 2268/28/722 2269/27/721 +f 2270/28/721 2269/27/721 2268/28/722 +f 2262/28/717 2269/27/720 2260/27/717 +f 2269/27/720 2262/28/717 2270/28/720 +f 2260/27/715 2269/27/721 2262/28/715 +f 2270/28/721 2262/28/715 2269/27/721 +f 2258/28/715 2264/27/721 2256/27/715 +f 2264/27/721 2258/28/715 2263/28/721 +f 2256/27/717 2264/27/720 2258/28/717 +f 2263/28/720 2258/28/717 2264/27/720 +f 2265/28/722 2259/27/718 2266/27/722 +f 2259/27/718 2265/28/722 2261/28/718 +f 2266/27/719 2259/27/716 2265/28/719 +f 2261/28/716 2265/28/719 2259/27/716 +f 2268/28/719 2255/27/716 2267/27/719 +f 2255/27/716 2268/28/719 2257/28/716 +f 2267/27/722 2255/27/718 2268/28/722 +f 2257/28/718 2268/28/722 2255/27/718 +f 2258/28/724 2265/28/724 2263/28/724 +f 2265/28/724 2258/28/724 2261/28/724 +f 2261/28/724 2258/28/724 2257/28/724 +f 2261/28/724 2257/28/724 2262/28/724 +f 2262/28/724 2257/28/724 2268/28/724 +f 2262/28/724 2268/28/724 2270/28/724 +f 2263/28/723 2265/28/723 2258/28/723 +f 2261/28/723 2258/28/723 2265/28/723 +f 2257/28/723 2258/28/723 2261/28/723 +f 2262/28/723 2257/28/723 2261/28/723 +f 2268/28/723 2257/28/723 2262/28/723 +f 2270/28/723 2268/28/723 2262/28/723 +f 2259/27/723 2264/27/723 2266/27/723 +f 2264/27/723 2259/27/723 2256/27/723 +f 2256/27/723 2259/27/723 2260/27/723 +f 2256/27/723 2260/27/723 2255/27/723 +f 2255/27/723 2260/27/723 2269/27/723 +f 2255/27/723 2269/27/723 2267/27/723 +f 2266/27/724 2264/27/724 2259/27/724 +f 2256/27/724 2259/27/724 2264/27/724 +f 2260/27/724 2259/27/724 2256/27/724 +f 2255/27/724 2260/27/724 2256/27/724 +f 2269/27/724 2260/27/724 2255/27/724 +f 2267/27/724 2269/27/724 2255/27/724 +f 2273/28/785 2272/27/786 2271/27/785 +f 2272/27/786 2273/28/785 2274/28/786 +f 2271/27/787 2272/27/788 2273/28/787 +f 2274/28/788 2273/28/787 2272/27/788 +f 2277/28/787 2276/27/788 2275/27/787 +f 2276/27/788 2277/28/787 2278/28/788 +f 2275/27/785 2276/27/786 2277/28/785 +f 2278/28/786 2277/28/785 2276/27/786 +f 2281/28/790 2280/27/789 2279/28/789 +f 2280/27/789 2281/28/790 2282/27/790 +f 2279/28/792 2280/27/792 2281/28/791 +f 2282/27/791 2281/28/791 2280/27/792 +f 2285/27/792 2284/28/791 2283/27/791 +f 2284/28/791 2285/27/792 2286/28/792 +f 2283/27/790 2284/28/790 2285/27/789 +f 2286/28/789 2285/27/789 2284/28/790 +f 2278/28/788 2285/27/792 2276/27/788 +f 2285/27/792 2278/28/788 2286/28/792 +f 2276/27/786 2285/27/789 2278/28/786 +f 2286/28/789 2278/28/786 2285/27/789 +f 2274/28/786 2280/27/789 2272/27/786 +f 2280/27/789 2274/28/786 2279/28/789 +f 2272/27/788 2280/27/792 2274/28/788 +f 2279/28/792 2274/28/788 2280/27/792 +f 2281/28/790 2275/27/787 2282/27/790 +f 2275/27/787 2281/28/790 2277/28/787 +f 2282/27/791 2275/27/785 2281/28/791 +f 2277/28/785 2281/28/791 2275/27/785 +f 2284/28/791 2271/27/785 2283/27/791 +f 2271/27/785 2284/28/791 2273/28/785 +f 2283/27/790 2271/27/787 2284/28/790 +f 2273/28/787 2284/28/790 2271/27/787 +f 2274/28/445 2281/28/445 2279/28/445 +f 2281/28/445 2274/28/445 2277/28/445 +f 2277/28/445 2274/28/445 2273/28/445 +f 2277/28/445 2273/28/445 2278/28/445 +f 2278/28/445 2273/28/445 2284/28/445 +f 2278/28/445 2284/28/445 2286/28/445 +f 2279/28/446 2281/28/446 2274/28/446 +f 2277/28/446 2274/28/446 2281/28/446 +f 2273/28/446 2274/28/446 2277/28/446 +f 2278/28/446 2273/28/446 2277/28/446 +f 2284/28/446 2273/28/446 2278/28/446 +f 2286/28/446 2284/28/446 2278/28/446 +f 2275/27/446 2280/27/446 2282/27/446 +f 2280/27/446 2275/27/446 2272/27/446 +f 2272/27/446 2275/27/446 2276/27/446 +f 2272/27/446 2276/27/446 2271/27/446 +f 2271/27/446 2276/27/446 2285/27/446 +f 2271/27/446 2285/27/446 2283/27/446 +f 2282/27/445 2280/27/445 2275/27/445 +f 2272/27/445 2275/27/445 2280/27/445 +f 2276/27/445 2275/27/445 2272/27/445 +f 2271/27/445 2276/27/445 2272/27/445 +f 2285/27/445 2276/27/445 2271/27/445 +f 2283/27/445 2285/27/445 2271/27/445 +f 2289/28/785 2288/27/786 2287/27/785 +f 2288/27/786 2289/28/785 2290/28/786 +f 2287/27/787 2288/27/788 2289/28/787 +f 2290/28/788 2289/28/787 2288/27/788 +f 2293/28/787 2292/27/788 2291/27/787 +f 2292/27/788 2293/28/787 2294/28/788 +f 2291/27/785 2292/27/786 2293/28/785 +f 2294/28/786 2293/28/785 2292/27/786 +f 2297/28/790 2296/27/789 2295/28/789 +f 2296/27/789 2297/28/790 2298/27/790 +f 2295/28/792 2296/27/792 2297/28/791 +f 2298/27/791 2297/28/791 2296/27/792 +f 2301/27/792 2300/28/791 2299/27/791 +f 2300/28/791 2301/27/792 2302/28/792 +f 2299/27/790 2300/28/790 2301/27/789 +f 2302/28/789 2301/27/789 2300/28/790 +f 2294/28/788 2301/27/792 2292/27/788 +f 2301/27/792 2294/28/788 2302/28/792 +f 2292/27/786 2301/27/789 2294/28/786 +f 2302/28/789 2294/28/786 2301/27/789 +f 2290/28/786 2296/27/789 2288/27/786 +f 2296/27/789 2290/28/786 2295/28/789 +f 2288/27/788 2296/27/792 2290/28/788 +f 2295/28/792 2290/28/788 2296/27/792 +f 2297/28/790 2291/27/787 2298/27/790 +f 2291/27/787 2297/28/790 2293/28/787 +f 2298/27/791 2291/27/785 2297/28/791 +f 2293/28/785 2297/28/791 2291/27/785 +f 2300/28/791 2287/27/785 2299/27/791 +f 2287/27/785 2300/28/791 2289/28/785 +f 2299/27/790 2287/27/787 2300/28/790 +f 2289/28/787 2300/28/790 2287/27/787 +f 2290/28/445 2297/28/445 2295/28/445 +f 2297/28/445 2290/28/445 2293/28/445 +f 2293/28/445 2290/28/445 2289/28/445 +f 2293/28/445 2289/28/445 2294/28/445 +f 2294/28/445 2289/28/445 2300/28/445 +f 2294/28/445 2300/28/445 2302/28/445 +f 2295/28/446 2297/28/446 2290/28/446 +f 2293/28/446 2290/28/446 2297/28/446 +f 2289/28/446 2290/28/446 2293/28/446 +f 2294/28/446 2289/28/446 2293/28/446 +f 2300/28/446 2289/28/446 2294/28/446 +f 2302/28/446 2300/28/446 2294/28/446 +f 2291/27/446 2296/27/446 2298/27/446 +f 2296/27/446 2291/27/446 2288/27/446 +f 2288/27/446 2291/27/446 2292/27/446 +f 2288/27/446 2292/27/446 2287/27/446 +f 2287/27/446 2292/27/446 2301/27/446 +f 2287/27/446 2301/27/446 2299/27/446 +f 2298/27/445 2296/27/445 2291/27/445 +f 2288/27/445 2291/27/445 2296/27/445 +f 2292/27/445 2291/27/445 2288/27/445 +f 2287/27/445 2292/27/445 2288/27/445 +f 2301/27/445 2292/27/445 2287/27/445 +f 2299/27/445 2301/27/445 2287/27/445 +f 2305/28/793 2304/27/794 2303/27/793 +f 2304/27/794 2305/28/793 2306/28/794 +f 2303/27/795 2304/27/796 2305/28/795 +f 2306/28/796 2305/28/795 2304/27/796 +f 2309/27/795 2308/28/796 2307/27/796 +f 2308/28/796 2309/27/795 2310/28/795 +f 2307/27/794 2308/28/794 2309/27/793 +f 2310/28/793 2309/27/793 2308/28/794 +f 2313/28/798 2312/27/797 2311/28/797 +f 2312/27/797 2313/28/798 2314/27/798 +f 2311/28/800 2312/27/800 2313/28/799 +f 2314/27/799 2313/28/799 2312/27/800 +f 2317/27/800 2316/28/799 2315/27/799 +f 2316/28/799 2317/27/800 2318/28/800 +f 2315/27/798 2316/28/798 2317/27/797 +f 2318/28/797 2317/27/797 2316/28/798 +f 2308/28/796 2317/27/800 2307/27/796 +f 2317/27/800 2308/28/796 2318/28/800 +f 2307/27/794 2317/27/797 2308/28/794 +f 2318/28/797 2308/28/794 2317/27/797 +f 2306/28/794 2312/27/797 2304/27/794 +f 2312/27/797 2306/28/794 2311/28/797 +f 2304/27/796 2312/27/800 2306/28/796 +f 2311/28/800 2306/28/796 2312/27/800 +f 2313/28/798 2309/27/795 2314/27/798 +f 2309/27/795 2313/28/798 2310/28/795 +f 2314/27/799 2309/27/793 2313/28/799 +f 2310/28/793 2313/28/799 2309/27/793 +f 2316/28/799 2303/27/793 2315/27/799 +f 2303/27/793 2316/28/799 2305/28/793 +f 2315/27/798 2303/27/795 2316/28/798 +f 2305/28/795 2316/28/798 2303/27/795 +f 2306/28/801 2313/28/801 2311/28/801 +f 2313/28/801 2306/28/801 2310/28/801 +f 2310/28/801 2306/28/801 2305/28/801 +f 2310/28/801 2305/28/801 2308/28/801 +f 2308/28/801 2305/28/801 2316/28/801 +f 2308/28/801 2316/28/801 2318/28/801 +f 2311/28/802 2313/28/802 2306/28/802 +f 2310/28/802 2306/28/802 2313/28/802 +f 2305/28/802 2306/28/802 2310/28/802 +f 2308/28/802 2305/28/802 2310/28/802 +f 2316/28/802 2305/28/802 2308/28/802 +f 2318/28/802 2316/28/802 2308/28/802 +f 2309/27/802 2312/27/802 2314/27/802 +f 2312/27/802 2309/27/802 2304/27/802 +f 2304/27/802 2309/27/802 2307/27/802 +f 2304/27/802 2307/27/802 2303/27/802 +f 2303/27/802 2307/27/802 2317/27/802 +f 2303/27/802 2317/27/802 2315/27/802 +f 2314/27/801 2312/27/801 2309/27/801 +f 2304/27/801 2309/27/801 2312/27/801 +f 2307/27/801 2309/27/801 2304/27/801 +f 2303/27/801 2307/27/801 2304/27/801 +f 2317/27/801 2307/27/801 2303/27/801 +f 2315/27/801 2317/27/801 2303/27/801 + +g room-wide + + + + +usemtl colormap + +f 3/1/3 2/2/2 1/1/1 +f 2/2/2 3/1/3 4/2/4 +f 1/1/7 2/2/6 3/1/5 +f 4/2/8 3/1/5 2/2/6 +f 6/2/10 3/1/3 5/1/9 +f 3/1/3 6/2/10 4/2/4 +f 5/1/12 3/1/5 6/2/11 +f 4/2/8 6/2/11 3/1/5 +f 9/3/15 8/1/14 7/1/13 +f 8/1/14 9/3/15 10/3/16 +f 7/1/19 8/1/18 9/3/17 +f 10/3/20 9/3/17 8/1/18 +f 8/1/14 12/3/22 11/1/21 +f 12/3/22 8/1/14 10/3/16 +f 11/1/24 12/3/23 8/1/18 +f 10/3/20 8/1/18 12/3/23 +f 15/1/27 14/3/26 13/1/25 +f 14/3/26 15/1/27 16/3/28 +f 13/1/31 14/3/30 15/1/29 +f 16/3/32 15/1/29 14/3/30 +f 14/3/26 18/3/34 17/3/33 +f 18/3/34 14/3/26 16/3/28 +f 17/3/36 18/3/35 14/3/30 +f 16/3/32 14/3/30 18/3/35 +f 18/3/34 15/1/27 19/1/37 +f 15/1/27 18/3/34 16/3/28 +f 19/1/38 15/1/29 18/3/35 +f 16/3/32 18/3/35 15/1/29 +f 14/3/26 20/1/39 13/1/25 +f 20/1/39 14/3/26 17/3/33 +f 13/1/31 20/1/40 14/3/30 +f 17/3/36 14/3/30 20/1/40 +f 17/3/33 19/1/37 20/1/39 +f 19/1/37 17/3/33 18/3/34 +f 20/1/40 19/1/38 17/3/36 +f 18/3/35 17/3/36 19/1/38 +f 22/3/42 7/1/13 21/1/41 +f 7/1/13 22/3/42 9/3/15 +f 21/1/44 7/1/19 22/3/43 +f 9/3/17 22/3/43 7/1/19 +f 2/2/2 23/1/45 1/1/1 +f 23/1/45 2/2/2 24/2/46 +f 1/1/7 23/1/47 2/2/6 +f 24/2/48 2/2/6 23/1/47 +f 12/3/22 21/1/41 11/1/21 +f 21/1/41 12/3/22 22/3/42 +f 11/1/24 21/1/44 12/3/23 +f 22/3/43 12/3/23 21/1/44 +f 12/3/22 9/3/15 22/3/42 +f 9/3/15 12/3/22 10/3/16 +f 22/3/43 9/3/17 12/3/23 +f 10/3/20 12/3/23 9/3/17 +f 27/2/51 26/2/50 25/2/49 +f 26/2/50 27/2/51 28/2/52 +f 25/2/55 26/2/54 27/2/53 +f 28/2/56 27/2/53 26/2/54 +f 24/2/46 4/2/4 6/2/10 +f 4/2/4 24/2/46 2/2/2 +f 6/2/11 4/2/8 24/2/48 +f 2/2/6 24/2/48 4/2/8 +f 29/1/57 28/2/52 27/2/51 +f 28/2/52 29/1/57 30/1/58 +f 27/2/53 28/2/56 29/1/59 +f 30/1/60 29/1/59 28/2/56 +f 33/1/63 32/2/62 31/1/61 +f 32/2/62 33/1/63 34/2/64 +f 31/1/67 32/2/66 33/1/65 +f 34/2/68 33/1/65 32/2/66 +f 29/1/57 25/2/49 35/1/69 +f 25/2/49 29/1/57 27/2/51 +f 35/1/70 25/2/55 29/1/59 +f 27/2/53 29/1/59 25/2/55 +f 28/2/52 36/1/71 26/2/50 +f 36/1/71 28/2/52 30/1/58 +f 26/2/54 36/1/72 28/2/56 +f 30/1/60 28/2/56 36/1/72 +f 39/2/75 38/1/74 37/1/73 +f 38/1/74 39/2/75 40/2/76 +f 37/1/79 38/1/78 39/2/77 +f 40/2/80 39/2/77 38/1/78 +f 25/2/49 36/1/71 35/1/69 +f 36/1/71 25/2/49 26/2/50 +f 35/1/70 36/1/72 25/2/55 +f 26/2/54 25/2/55 36/1/72 +f 31/1/61 39/2/75 37/1/73 +f 39/2/75 31/1/61 32/2/62 +f 37/1/79 39/2/77 31/1/67 +f 32/2/66 31/1/67 39/2/77 +f 34/2/64 38/1/74 40/2/76 +f 38/1/74 34/2/64 33/1/63 +f 40/2/80 38/1/78 34/2/68 +f 33/1/65 34/2/68 38/1/78 +f 32/2/62 40/2/76 39/2/75 +f 40/2/76 32/2/62 34/2/64 +f 39/2/77 40/2/80 32/2/66 +f 34/2/68 32/2/66 40/2/80 +f 24/2/46 5/1/9 23/1/45 +f 5/1/9 24/2/46 6/2/10 +f 23/1/47 5/1/12 24/2/48 +f 6/2/11 24/2/48 5/1/12 +f 43/4/81 42/1/82 41/1/81 +f 42/1/82 43/4/81 44/4/82 +f 41/1/83 42/1/84 43/4/83 +f 44/4/84 43/4/83 42/1/84 +f 47/4/85 46/4/85 45/4/85 +f 46/4/85 47/4/85 44/4/85 +f 46/4/85 44/4/85 43/4/85 +f 45/4/86 46/4/86 47/4/86 +f 44/4/86 47/4/86 46/4/86 +f 43/4/86 44/4/86 46/4/86 +f 45/4/84 49/1/84 48/1/84 +f 49/1/84 45/4/84 46/4/84 +f 48/1/82 49/1/82 45/4/82 +f 46/4/82 45/4/82 49/1/82 +f 44/4/82 50/1/87 42/1/82 +f 50/1/87 44/4/82 47/4/87 +f 42/1/84 50/1/88 44/4/84 +f 47/4/88 44/4/84 50/1/88 +f 45/4/89 50/1/89 47/4/89 +f 50/1/89 45/4/89 48/1/89 +f 47/4/90 50/1/90 45/4/90 +f 48/1/90 45/4/90 50/1/90 +f 49/1/90 43/4/90 41/1/90 +f 43/4/90 49/1/90 46/4/90 +f 41/1/89 43/4/89 49/1/89 +f 46/4/89 49/1/89 43/4/89 +f 53/1/3 52/2/2 51/1/1 +f 52/2/2 53/1/3 54/2/4 +f 51/1/7 52/2/6 53/1/5 +f 54/2/8 53/1/5 52/2/6 +f 56/2/10 53/1/3 55/1/9 +f 53/1/3 56/2/10 54/2/4 +f 55/1/12 53/1/5 56/2/11 +f 54/2/8 56/2/11 53/1/5 +f 59/3/15 58/1/14 57/1/13 +f 58/1/14 59/3/15 60/3/16 +f 57/1/19 58/1/18 59/3/17 +f 60/3/20 59/3/17 58/1/18 +f 58/1/14 62/3/22 61/1/21 +f 62/3/22 58/1/14 60/3/16 +f 61/1/24 62/3/23 58/1/18 +f 60/3/20 58/1/18 62/3/23 +f 65/1/27 64/3/26 63/1/25 +f 64/3/26 65/1/27 66/3/28 +f 63/1/31 64/3/30 65/1/29 +f 66/3/32 65/1/29 64/3/30 +f 64/3/26 68/3/34 67/3/33 +f 68/3/34 64/3/26 66/3/28 +f 67/3/36 68/3/35 64/3/30 +f 66/3/32 64/3/30 68/3/35 +f 68/3/34 65/1/27 69/1/37 +f 65/1/27 68/3/34 66/3/28 +f 69/1/38 65/1/29 68/3/35 +f 66/3/32 68/3/35 65/1/29 +f 64/3/26 70/1/39 63/1/25 +f 70/1/39 64/3/26 67/3/33 +f 63/1/31 70/1/40 64/3/30 +f 67/3/36 64/3/30 70/1/40 +f 67/3/33 69/1/37 70/1/39 +f 69/1/37 67/3/33 68/3/34 +f 70/1/40 69/1/38 67/3/36 +f 68/3/35 67/3/36 69/1/38 +f 72/3/42 57/1/13 71/1/41 +f 57/1/13 72/3/42 59/3/15 +f 71/1/44 57/1/19 72/3/43 +f 59/3/17 72/3/43 57/1/19 +f 52/2/2 73/1/45 51/1/1 +f 73/1/45 52/2/2 74/2/46 +f 51/1/7 73/1/47 52/2/6 +f 74/2/48 52/2/6 73/1/47 +f 62/3/22 71/1/41 61/1/21 +f 71/1/41 62/3/22 72/3/42 +f 61/1/24 71/1/44 62/3/23 +f 72/3/43 62/3/23 71/1/44 +f 62/3/22 59/3/15 72/3/42 +f 59/3/15 62/3/22 60/3/16 +f 72/3/43 59/3/17 62/3/23 +f 60/3/20 62/3/23 59/3/17 +f 77/2/51 76/2/50 75/2/49 +f 76/2/50 77/2/51 78/2/52 +f 75/2/55 76/2/54 77/2/53 +f 78/2/56 77/2/53 76/2/54 +f 74/2/46 54/2/4 56/2/10 +f 54/2/4 74/2/46 52/2/2 +f 56/2/11 54/2/8 74/2/48 +f 52/2/6 74/2/48 54/2/8 +f 79/1/57 78/2/52 77/2/51 +f 78/2/52 79/1/57 80/1/58 +f 77/2/53 78/2/56 79/1/59 +f 80/1/60 79/1/59 78/2/56 +f 83/1/63 82/2/62 81/1/61 +f 82/2/62 83/1/63 84/2/64 +f 81/1/67 82/2/66 83/1/65 +f 84/2/68 83/1/65 82/2/66 +f 79/1/57 75/2/49 85/1/69 +f 75/2/49 79/1/57 77/2/51 +f 85/1/70 75/2/55 79/1/59 +f 77/2/53 79/1/59 75/2/55 +f 78/2/52 86/1/71 76/2/50 +f 86/1/71 78/2/52 80/1/58 +f 76/2/54 86/1/72 78/2/56 +f 80/1/60 78/2/56 86/1/72 +f 89/2/75 88/1/74 87/1/73 +f 88/1/74 89/2/75 90/2/76 +f 87/1/79 88/1/78 89/2/77 +f 90/2/80 89/2/77 88/1/78 +f 75/2/49 86/1/71 85/1/69 +f 86/1/71 75/2/49 76/2/50 +f 85/1/70 86/1/72 75/2/55 +f 76/2/54 75/2/55 86/1/72 +f 81/1/61 89/2/75 87/1/73 +f 89/2/75 81/1/61 82/2/62 +f 87/1/79 89/2/77 81/1/67 +f 82/2/66 81/1/67 89/2/77 +f 84/2/64 88/1/74 90/2/76 +f 88/1/74 84/2/64 83/1/63 +f 90/2/80 88/1/78 84/2/68 +f 83/1/65 84/2/68 88/1/78 +f 82/2/62 90/2/76 89/2/75 +f 90/2/76 82/2/62 84/2/64 +f 89/2/77 90/2/80 82/2/66 +f 84/2/68 82/2/66 90/2/80 +f 74/2/46 55/1/9 73/1/45 +f 55/1/9 74/2/46 56/2/10 +f 73/1/47 55/1/12 74/2/48 +f 56/2/11 74/2/48 55/1/12 +f 93/4/81 92/1/82 91/1/81 +f 92/1/82 93/4/81 94/4/82 +f 91/1/83 92/1/84 93/4/83 +f 94/4/84 93/4/83 92/1/84 +f 97/4/85 96/4/85 95/4/85 +f 96/4/85 97/4/85 94/4/85 +f 96/4/85 94/4/85 93/4/85 +f 95/4/86 96/4/86 97/4/86 +f 94/4/86 97/4/86 96/4/86 +f 93/4/86 94/4/86 96/4/86 +f 95/4/84 99/1/84 98/1/84 +f 99/1/84 95/4/84 96/4/84 +f 98/1/82 99/1/82 95/4/82 +f 96/4/82 95/4/82 99/1/82 +f 94/4/82 100/1/87 92/1/82 +f 100/1/87 94/4/82 97/4/87 +f 92/1/84 100/1/88 94/4/84 +f 97/4/88 94/4/84 100/1/88 +f 95/4/89 100/1/89 97/4/89 +f 100/1/89 95/4/89 98/1/89 +f 97/4/90 100/1/90 95/4/90 +f 98/1/90 95/4/90 100/1/90 +f 99/1/90 93/4/90 91/1/90 +f 93/4/90 99/1/90 96/4/90 +f 91/1/89 93/4/89 99/1/89 +f 96/4/89 99/1/89 93/4/89 +f 103/1/45 102/2/10 101/1/9 +f 102/2/10 103/1/45 104/2/46 +f 101/1/12 102/2/11 103/1/47 +f 104/2/48 103/1/47 102/2/11 +f 106/2/2 103/1/45 105/1/1 +f 103/1/45 106/2/2 104/2/46 +f 105/1/7 103/1/47 106/2/6 +f 104/2/48 106/2/6 103/1/47 +f 109/3/22 108/1/41 107/1/21 +f 108/1/41 109/3/22 110/3/42 +f 107/1/24 108/1/44 109/3/23 +f 110/3/43 109/3/23 108/1/44 +f 108/1/41 112/3/15 111/1/13 +f 112/3/15 108/1/41 110/3/42 +f 111/1/19 112/3/17 108/1/44 +f 110/3/43 108/1/44 112/3/17 +f 115/1/39 114/3/34 113/1/37 +f 114/3/34 115/1/39 116/3/33 +f 113/1/38 114/3/35 115/1/40 +f 116/3/36 115/1/40 114/3/35 +f 114/3/34 118/3/26 117/3/28 +f 118/3/26 114/3/34 116/3/33 +f 117/3/32 118/3/30 114/3/35 +f 116/3/36 114/3/35 118/3/30 +f 118/3/26 115/1/39 119/1/25 +f 115/1/39 118/3/26 116/3/33 +f 119/1/31 115/1/40 118/3/30 +f 116/3/36 118/3/30 115/1/40 +f 114/3/34 120/1/27 113/1/37 +f 120/1/27 114/3/34 117/3/28 +f 113/1/38 120/1/29 114/3/35 +f 117/3/32 114/3/35 120/1/29 +f 117/3/28 119/1/25 120/1/27 +f 119/1/25 117/3/28 118/3/26 +f 120/1/29 119/1/31 117/3/32 +f 118/3/30 117/3/32 119/1/31 +f 122/3/16 107/1/21 121/1/14 +f 107/1/21 122/3/16 109/3/22 +f 121/1/18 107/1/24 122/3/20 +f 109/3/23 122/3/20 107/1/24 +f 102/2/10 123/1/3 101/1/9 +f 123/1/3 102/2/10 124/2/4 +f 101/1/12 123/1/5 102/2/11 +f 124/2/8 102/2/11 123/1/5 +f 112/3/15 121/1/14 111/1/13 +f 121/1/14 112/3/15 122/3/16 +f 111/1/19 121/1/18 112/3/17 +f 122/3/20 112/3/17 121/1/18 +f 112/3/15 109/3/22 122/3/16 +f 109/3/22 112/3/15 110/3/42 +f 122/3/20 109/3/23 112/3/17 +f 110/3/43 112/3/17 109/3/23 +f 127/2/93 126/2/92 125/2/91 +f 126/2/92 127/2/93 128/2/94 +f 125/2/97 126/2/96 127/2/95 +f 128/2/98 127/2/95 126/2/96 +f 124/2/4 104/2/46 106/2/2 +f 104/2/46 124/2/4 102/2/10 +f 106/2/6 104/2/48 124/2/8 +f 102/2/11 124/2/8 104/2/48 +f 129/1/99 128/2/94 127/2/93 +f 128/2/94 129/1/99 130/1/100 +f 127/2/95 128/2/98 129/1/101 +f 130/1/102 129/1/101 128/2/98 +f 133/1/73 132/2/76 131/1/74 +f 132/2/76 133/1/73 134/2/75 +f 131/1/78 132/2/80 133/1/79 +f 134/2/77 133/1/79 132/2/80 +f 129/1/99 125/2/91 135/1/103 +f 125/2/91 129/1/99 127/2/93 +f 135/1/104 125/2/97 129/1/101 +f 127/2/95 129/1/101 125/2/97 +f 128/2/94 136/1/105 126/2/92 +f 136/1/105 128/2/94 130/1/100 +f 126/2/96 136/1/106 128/2/98 +f 130/1/102 128/2/98 136/1/106 +f 139/2/64 138/1/61 137/1/63 +f 138/1/61 139/2/64 140/2/62 +f 137/1/65 138/1/67 139/2/68 +f 140/2/66 139/2/68 138/1/67 +f 125/2/91 136/1/105 135/1/103 +f 136/1/105 125/2/91 126/2/92 +f 135/1/104 136/1/106 125/2/97 +f 126/2/96 125/2/97 136/1/106 +f 131/1/74 139/2/64 137/1/63 +f 139/2/64 131/1/74 132/2/76 +f 137/1/65 139/2/68 131/1/78 +f 132/2/80 131/1/78 139/2/68 +f 134/2/75 138/1/61 140/2/62 +f 138/1/61 134/2/75 133/1/73 +f 140/2/66 138/1/67 134/2/77 +f 133/1/79 134/2/77 138/1/67 +f 132/2/76 140/2/62 139/2/64 +f 140/2/62 132/2/76 134/2/75 +f 139/2/68 140/2/66 132/2/80 +f 134/2/77 132/2/80 140/2/66 +f 124/2/4 105/1/1 123/1/3 +f 105/1/1 124/2/4 106/2/2 +f 123/1/5 105/1/7 124/2/8 +f 106/2/6 124/2/8 105/1/7 +f 143/4/83 142/1/107 141/1/83 +f 142/1/107 143/4/83 144/4/107 +f 141/1/81 142/1/108 143/4/81 +f 144/4/108 143/4/81 142/1/108 +f 147/4/85 146/4/85 145/4/85 +f 146/4/85 147/4/85 144/4/85 +f 146/4/85 144/4/85 143/4/85 +f 145/4/86 146/4/86 147/4/86 +f 144/4/86 147/4/86 146/4/86 +f 143/4/86 144/4/86 146/4/86 +f 145/4/108 149/1/108 148/1/108 +f 149/1/108 145/4/108 146/4/108 +f 148/1/107 149/1/107 145/4/107 +f 146/4/107 145/4/107 149/1/107 +f 144/4/107 150/1/88 142/1/107 +f 150/1/88 144/4/107 147/4/88 +f 142/1/108 150/1/87 144/4/108 +f 147/4/87 144/4/108 150/1/87 +f 145/4/109 150/1/109 147/4/109 +f 150/1/109 145/4/109 148/1/109 +f 147/4/110 150/1/110 145/4/110 +f 148/1/110 145/4/110 150/1/110 +f 149/1/110 143/4/110 141/1/110 +f 143/4/110 149/1/110 146/4/110 +f 141/1/109 143/4/109 149/1/109 +f 146/4/109 149/1/109 143/4/109 +f 153/1/45 152/2/10 151/1/9 +f 152/2/10 153/1/45 154/2/46 +f 151/1/12 152/2/11 153/1/47 +f 154/2/48 153/1/47 152/2/11 +f 156/2/2 153/1/45 155/1/1 +f 153/1/45 156/2/2 154/2/46 +f 155/1/7 153/1/47 156/2/6 +f 154/2/48 156/2/6 153/1/47 +f 159/3/22 158/1/41 157/1/21 +f 158/1/41 159/3/22 160/3/42 +f 157/1/24 158/1/44 159/3/23 +f 160/3/43 159/3/23 158/1/44 +f 158/1/41 162/3/15 161/1/13 +f 162/3/15 158/1/41 160/3/42 +f 161/1/19 162/3/17 158/1/44 +f 160/3/43 158/1/44 162/3/17 +f 165/1/39 164/3/34 163/1/37 +f 164/3/34 165/1/39 166/3/33 +f 163/1/38 164/3/35 165/1/40 +f 166/3/36 165/1/40 164/3/35 +f 164/3/34 168/3/26 167/3/28 +f 168/3/26 164/3/34 166/3/33 +f 167/3/32 168/3/30 164/3/35 +f 166/3/36 164/3/35 168/3/30 +f 168/3/26 165/1/39 169/1/25 +f 165/1/39 168/3/26 166/3/33 +f 169/1/31 165/1/40 168/3/30 +f 166/3/36 168/3/30 165/1/40 +f 164/3/34 170/1/27 163/1/37 +f 170/1/27 164/3/34 167/3/28 +f 163/1/38 170/1/29 164/3/35 +f 167/3/32 164/3/35 170/1/29 +f 167/3/28 169/1/25 170/1/27 +f 169/1/25 167/3/28 168/3/26 +f 170/1/29 169/1/31 167/3/32 +f 168/3/30 167/3/32 169/1/31 +f 172/3/16 157/1/21 171/1/14 +f 157/1/21 172/3/16 159/3/22 +f 171/1/18 157/1/24 172/3/20 +f 159/3/23 172/3/20 157/1/24 +f 152/2/10 173/1/3 151/1/9 +f 173/1/3 152/2/10 174/2/4 +f 151/1/12 173/1/5 152/2/11 +f 174/2/8 152/2/11 173/1/5 +f 162/3/15 171/1/14 161/1/13 +f 171/1/14 162/3/15 172/3/16 +f 161/1/19 171/1/18 162/3/17 +f 172/3/20 162/3/17 171/1/18 +f 162/3/15 159/3/22 172/3/16 +f 159/3/22 162/3/15 160/3/42 +f 172/3/20 159/3/23 162/3/17 +f 160/3/43 162/3/17 159/3/23 +f 177/2/93 176/2/92 175/2/91 +f 176/2/92 177/2/93 178/2/94 +f 175/2/97 176/2/96 177/2/95 +f 178/2/98 177/2/95 176/2/96 +f 174/2/4 154/2/46 156/2/2 +f 154/2/46 174/2/4 152/2/10 +f 156/2/6 154/2/48 174/2/8 +f 152/2/11 174/2/8 154/2/48 +f 179/1/99 178/2/94 177/2/93 +f 178/2/94 179/1/99 180/1/100 +f 177/2/95 178/2/98 179/1/101 +f 180/1/102 179/1/101 178/2/98 +f 183/1/73 182/2/76 181/1/74 +f 182/2/76 183/1/73 184/2/75 +f 181/1/78 182/2/80 183/1/79 +f 184/2/77 183/1/79 182/2/80 +f 179/1/99 175/2/91 185/1/103 +f 175/2/91 179/1/99 177/2/93 +f 185/1/104 175/2/97 179/1/101 +f 177/2/95 179/1/101 175/2/97 +f 178/2/94 186/1/105 176/2/92 +f 186/1/105 178/2/94 180/1/100 +f 176/2/96 186/1/106 178/2/98 +f 180/1/102 178/2/98 186/1/106 +f 189/2/64 188/1/61 187/1/63 +f 188/1/61 189/2/64 190/2/62 +f 187/1/65 188/1/67 189/2/68 +f 190/2/66 189/2/68 188/1/67 +f 175/2/91 186/1/105 185/1/103 +f 186/1/105 175/2/91 176/2/92 +f 185/1/104 186/1/106 175/2/97 +f 176/2/96 175/2/97 186/1/106 +f 181/1/74 189/2/64 187/1/63 +f 189/2/64 181/1/74 182/2/76 +f 187/1/65 189/2/68 181/1/78 +f 182/2/80 181/1/78 189/2/68 +f 184/2/75 188/1/61 190/2/62 +f 188/1/61 184/2/75 183/1/73 +f 190/2/66 188/1/67 184/2/77 +f 183/1/79 184/2/77 188/1/67 +f 182/2/76 190/2/62 189/2/64 +f 190/2/62 182/2/76 184/2/75 +f 189/2/68 190/2/66 182/2/80 +f 184/2/77 182/2/80 190/2/66 +f 174/2/4 155/1/1 173/1/3 +f 155/1/1 174/2/4 156/2/2 +f 173/1/5 155/1/7 174/2/8 +f 156/2/6 174/2/8 155/1/7 +f 193/4/83 192/1/107 191/1/83 +f 192/1/107 193/4/83 194/4/107 +f 191/1/81 192/1/108 193/4/81 +f 194/4/108 193/4/81 192/1/108 +f 197/4/85 196/4/85 195/4/85 +f 196/4/85 197/4/85 194/4/85 +f 196/4/85 194/4/85 193/4/85 +f 195/4/86 196/4/86 197/4/86 +f 194/4/86 197/4/86 196/4/86 +f 193/4/86 194/4/86 196/4/86 +f 195/4/108 199/1/108 198/1/108 +f 199/1/108 195/4/108 196/4/108 +f 198/1/107 199/1/107 195/4/107 +f 196/4/107 195/4/107 199/1/107 +f 194/4/107 200/1/88 192/1/107 +f 200/1/88 194/4/107 197/4/88 +f 192/1/108 200/1/87 194/4/108 +f 197/4/87 194/4/108 200/1/87 +f 195/4/109 200/1/109 197/4/109 +f 200/1/109 195/4/109 198/1/109 +f 197/4/110 200/1/110 195/4/110 +f 198/1/110 195/4/110 200/1/110 +f 199/1/110 193/4/110 191/1/110 +f 193/4/110 199/1/110 196/4/110 +f 191/1/109 193/4/109 199/1/109 +f 196/4/109 199/1/109 193/4/109 +f 203/1/85 202/1/85 201/1/85 +f 202/1/85 203/1/85 204/1/85 +f 201/1/86 202/1/86 203/1/86 +f 204/1/86 203/1/86 202/1/86 +f 204/1/85 205/1/85 202/1/85 +f 205/1/85 204/1/85 206/1/85 +f 202/1/86 205/1/86 204/1/86 +f 206/1/86 204/1/86 205/1/86 +f 209/1/85 208/1/85 207/1/85 +f 208/1/85 209/1/85 210/1/85 +f 207/1/86 208/1/86 209/1/86 +f 210/1/86 209/1/86 208/1/86 +f 213/1/85 212/1/85 211/1/85 +f 212/1/85 213/1/85 214/1/85 +f 211/1/86 212/1/86 213/1/86 +f 214/1/86 213/1/86 212/1/86 +f 216/1/85 201/1/85 215/1/85 +f 201/1/85 216/1/85 203/1/85 +f 215/1/86 201/1/86 216/1/86 +f 203/1/86 216/1/86 201/1/86 +f 219/2/113 218/1/112 217/1/111 +f 218/1/112 219/2/113 220/2/114 +f 217/1/117 218/1/116 219/2/115 +f 220/2/118 219/2/115 218/1/116 +f 223/2/121 222/2/120 221/2/119 +f 222/2/120 223/2/121 224/2/122 +f 221/2/125 222/2/124 223/2/123 +f 224/2/126 223/2/123 222/2/124 +f 226/2/128 219/2/113 225/2/127 +f 219/2/113 226/2/128 220/2/114 +f 225/2/130 219/2/115 226/2/129 +f 220/2/118 226/2/129 219/2/115 +f 229/1/45 228/3/10 227/1/9 +f 228/3/10 229/1/45 230/3/46 +f 227/1/12 228/3/11 229/1/47 +f 230/3/48 229/1/47 228/3/11 +f 232/3/4 230/3/46 231/3/2 +f 230/3/46 232/3/4 228/3/10 +f 231/3/6 230/3/48 232/3/8 +f 228/3/11 232/3/8 230/3/48 +f 231/3/2 229/1/45 233/1/1 +f 229/1/45 231/3/2 230/3/46 +f 233/1/7 229/1/47 231/3/6 +f 230/3/48 231/3/6 229/1/47 +f 225/2/127 217/1/111 234/1/131 +f 217/1/111 225/2/127 219/2/113 +f 234/1/132 217/1/117 225/2/130 +f 219/2/115 225/2/130 217/1/117 +f 235/1/133 220/2/114 226/2/128 +f 220/2/114 235/1/133 218/1/112 +f 226/2/129 220/2/118 235/1/134 +f 218/1/116 235/1/134 220/2/118 +f 238/5/76 237/5/62 236/5/64 +f 237/5/62 238/5/76 239/5/75 +f 236/5/68 237/5/66 238/5/80 +f 239/5/77 238/5/80 237/5/66 +f 239/5/75 240/1/61 237/5/62 +f 240/1/61 239/5/75 241/1/73 +f 237/5/66 240/1/67 239/5/77 +f 241/1/79 239/5/77 240/1/67 +f 243/1/74 236/5/64 242/1/63 +f 236/5/64 243/1/74 238/5/76 +f 242/1/65 236/5/68 243/1/78 +f 238/5/80 243/1/78 236/5/68 +f 241/1/73 238/5/76 243/1/74 +f 238/5/76 241/1/73 239/5/75 +f 243/1/78 238/5/80 241/1/79 +f 239/5/77 241/1/79 238/5/80 +f 245/1/136 224/2/122 244/1/135 +f 224/2/122 245/1/136 222/2/120 +f 244/1/138 224/2/126 245/1/137 +f 222/2/124 245/1/137 224/2/126 +f 224/2/122 246/1/139 244/1/135 +f 246/1/139 224/2/122 223/2/121 +f 244/1/138 246/1/140 224/2/126 +f 223/2/123 224/2/126 246/1/140 +f 221/2/119 245/1/136 247/1/141 +f 245/1/136 221/2/119 222/2/120 +f 247/1/142 245/1/137 221/2/125 +f 222/2/124 221/2/125 245/1/137 +f 250/5/10 249/1/3 248/1/9 +f 249/1/3 250/5/10 251/5/4 +f 248/1/12 249/1/5 250/5/11 +f 251/5/8 250/5/11 249/1/5 +f 223/2/121 247/1/141 246/1/139 +f 247/1/141 223/2/121 221/2/119 +f 246/1/140 247/1/142 223/2/123 +f 221/2/125 223/2/123 247/1/142 +f 251/5/4 253/5/46 252/5/2 +f 253/5/46 251/5/4 250/5/10 +f 252/5/6 253/5/48 251/5/8 +f 250/5/11 251/5/8 253/5/48 +f 232/3/4 233/1/1 254/1/3 +f 233/1/1 232/3/4 231/3/2 +f 254/1/5 233/1/7 232/3/8 +f 231/3/6 232/3/8 233/1/7 +f 252/5/2 256/1/45 255/1/1 +f 256/1/45 252/5/2 253/5/46 +f 255/1/7 256/1/47 252/5/6 +f 253/5/48 252/5/6 256/1/47 +f 236/5/64 240/1/61 242/1/63 +f 240/1/61 236/5/64 237/5/62 +f 242/1/65 240/1/67 236/5/68 +f 237/5/66 236/5/68 240/1/67 +f 228/3/10 254/1/3 227/1/9 +f 254/1/3 228/3/10 232/3/4 +f 227/1/12 254/1/5 228/3/11 +f 232/3/8 228/3/11 254/1/5 +f 251/5/4 255/1/1 249/1/3 +f 255/1/1 251/5/4 252/5/2 +f 249/1/5 255/1/7 251/5/8 +f 252/5/6 251/5/8 255/1/7 +f 235/1/133 225/2/127 234/1/131 +f 225/2/127 235/1/133 226/2/128 +f 234/1/132 225/2/130 235/1/134 +f 226/2/129 235/1/134 225/2/130 +f 259/5/10 258/1/3 257/1/9 +f 258/1/3 259/5/10 260/5/4 +f 257/1/12 258/1/5 259/5/11 +f 260/5/8 259/5/11 258/1/5 +f 256/1/45 250/5/10 248/1/9 +f 250/5/10 256/1/45 253/5/46 +f 248/1/12 250/5/11 256/1/47 +f 253/5/48 256/1/47 250/5/11 +f 260/5/4 262/5/46 261/5/2 +f 262/5/46 260/5/4 259/5/10 +f 261/5/6 262/5/48 260/5/8 +f 259/5/11 260/5/8 262/5/48 +f 263/1/45 259/5/10 257/1/9 +f 259/5/10 263/1/45 262/5/46 +f 257/1/12 259/5/11 263/1/47 +f 262/5/48 263/1/47 259/5/11 +f 260/5/4 264/1/1 258/1/3 +f 264/1/1 260/5/4 261/5/2 +f 258/1/5 264/1/7 260/5/8 +f 261/5/6 260/5/8 264/1/7 +f 261/5/2 263/1/45 264/1/1 +f 263/1/45 261/5/2 262/5/46 +f 264/1/7 263/1/47 261/5/6 +f 262/5/48 261/5/6 263/1/47 +f 267/2/145 266/2/144 265/2/143 +f 266/2/144 267/2/145 268/2/146 +f 265/2/149 266/2/148 267/2/147 +f 268/2/150 267/2/147 266/2/148 +f 265/2/143 270/1/152 269/1/151 +f 270/1/152 265/2/143 266/2/144 +f 269/1/154 270/1/153 265/2/149 +f 266/2/148 265/2/149 270/1/153 +f 267/2/145 269/1/151 271/1/155 +f 269/1/151 267/2/145 265/2/143 +f 271/1/156 269/1/154 267/2/147 +f 265/2/149 267/2/147 269/1/154 +f 266/2/144 272/1/157 270/1/152 +f 272/1/157 266/2/144 268/2/146 +f 270/1/153 272/1/158 266/2/148 +f 268/2/150 266/2/148 272/1/158 +f 272/1/157 267/2/145 271/1/155 +f 267/2/145 272/1/157 268/2/146 +f 271/1/156 267/2/147 272/1/158 +f 268/2/150 272/1/158 267/2/147 +f 275/1/39 274/2/34 273/1/37 +f 274/2/34 275/1/39 276/2/33 +f 273/1/38 274/2/35 275/1/40 +f 276/2/36 275/1/40 274/2/35 +f 274/2/34 278/2/26 277/2/28 +f 278/2/26 274/2/34 276/2/33 +f 277/2/32 278/2/30 274/2/35 +f 276/2/36 274/2/35 278/2/30 +f 274/2/34 279/1/27 273/1/37 +f 279/1/27 274/2/34 277/2/28 +f 273/1/38 279/1/29 274/2/35 +f 277/2/32 274/2/35 279/1/29 +f 278/2/26 275/1/39 280/1/25 +f 275/1/39 278/2/26 276/2/33 +f 280/1/31 275/1/40 278/2/30 +f 276/2/36 278/2/30 275/1/40 +f 277/2/28 280/1/25 279/1/27 +f 280/1/25 277/2/28 278/2/26 +f 279/1/29 280/1/31 277/2/32 +f 278/2/30 277/2/32 280/1/31 +f 283/5/76 282/5/62 281/5/64 +f 282/5/62 283/5/76 284/5/75 +f 281/5/68 282/5/66 283/5/80 +f 284/5/77 283/5/80 282/5/66 +f 284/5/75 285/1/61 282/5/62 +f 285/1/61 284/5/75 286/1/73 +f 282/5/66 285/1/67 284/5/77 +f 286/1/79 284/5/77 285/1/67 +f 289/2/15 288/2/22 287/2/16 +f 288/2/22 289/2/15 290/2/42 +f 287/2/20 288/2/23 289/2/17 +f 290/2/43 289/2/17 288/2/23 +f 287/2/16 292/1/21 291/1/14 +f 292/1/21 287/2/16 288/2/22 +f 291/1/18 292/1/24 287/2/20 +f 288/2/23 287/2/20 292/1/24 +f 281/5/64 285/1/61 293/1/63 +f 285/1/61 281/5/64 282/5/62 +f 293/1/65 285/1/67 281/5/68 +f 282/5/66 281/5/68 285/1/67 +f 286/1/73 283/5/76 294/1/74 +f 283/5/76 286/1/73 284/5/75 +f 294/1/78 283/5/80 286/1/79 +f 284/5/77 286/1/79 283/5/80 +f 288/2/22 295/1/41 292/1/21 +f 295/1/41 288/2/22 290/2/42 +f 292/1/24 295/1/44 288/2/23 +f 290/2/43 288/2/23 295/1/44 +f 289/2/15 291/1/14 296/1/13 +f 291/1/14 289/2/15 287/2/16 +f 296/1/19 291/1/18 289/2/17 +f 287/2/20 289/2/17 291/1/18 +f 295/1/41 289/2/15 296/1/13 +f 289/2/15 295/1/41 290/2/42 +f 296/1/19 289/2/17 295/1/44 +f 290/2/43 295/1/44 289/2/17 +f 294/1/74 281/5/64 293/1/63 +f 281/5/64 294/1/74 283/5/76 +f 293/1/65 281/5/68 294/1/78 +f 283/5/80 294/1/78 281/5/68 +f 210/1/85 211/1/85 208/1/85 +f 211/1/85 210/1/85 213/1/85 +f 208/1/86 211/1/86 210/1/86 +f 213/1/86 210/1/86 211/1/86 +f 299/1/85 298/1/85 297/1/85 +f 298/1/85 299/1/85 300/1/85 +f 297/1/86 298/1/86 299/1/86 +f 300/1/86 299/1/86 298/1/86 +f 208/1/85 302/1/85 301/1/85 +f 302/1/85 208/1/85 211/1/85 +f 301/1/86 302/1/86 208/1/86 +f 211/1/86 208/1/86 302/1/86 +f 202/1/85 214/1/85 213/1/85 +f 214/1/85 202/1/85 205/1/85 +f 213/1/86 214/1/86 202/1/86 +f 205/1/86 202/1/86 214/1/86 +f 305/4/85 304/4/85 303/4/85 +f 304/4/85 305/4/85 306/4/85 +f 306/4/85 305/4/85 307/4/85 +f 303/4/86 304/4/86 305/4/86 +f 306/4/86 305/4/86 304/4/86 +f 307/4/86 305/4/86 306/4/86 +f 304/4/159 308/1/159 303/4/159 +f 308/1/159 304/4/159 309/1/159 +f 303/4/160 308/1/160 304/4/160 +f 309/1/160 304/4/160 308/1/160 +f 304/4/161 310/1/161 309/1/161 +f 310/1/161 304/4/161 306/4/161 +f 309/1/162 310/1/162 304/4/162 +f 306/4/162 304/4/162 310/1/162 +f 310/1/164 307/4/163 311/1/163 +f 307/4/163 310/1/164 306/4/164 +f 311/1/166 307/4/166 310/1/165 +f 306/4/165 310/1/165 307/4/166 +f 311/1/163 305/4/167 312/1/167 +f 305/4/167 311/1/163 307/4/163 +f 312/1/168 305/4/168 311/1/166 +f 307/4/166 311/1/166 305/4/168 +f 312/1/167 303/4/169 308/1/169 +f 303/4/169 312/1/167 305/4/167 +f 308/1/170 303/4/170 312/1/168 +f 305/4/168 312/1/168 303/4/170 +f 314/4/85 313/4/85 193/4/85 +f 313/4/85 314/4/85 315/4/85 +f 315/4/85 314/4/85 316/4/85 +f 193/4/86 313/4/86 314/4/86 +f 315/4/86 314/4/86 313/4/86 +f 316/4/86 314/4/86 315/4/86 +f 313/4/109 191/1/109 193/4/109 +f 191/1/109 313/4/109 317/1/109 +f 193/4/110 191/1/110 313/4/110 +f 317/1/110 313/4/110 191/1/110 +f 313/4/108 318/1/108 317/1/108 +f 318/1/108 313/4/108 315/4/108 +f 317/1/107 318/1/107 313/4/107 +f 315/4/107 313/4/107 318/1/107 +f 318/1/172 316/4/171 319/1/171 +f 316/4/171 318/1/172 315/4/172 +f 319/1/174 316/4/174 318/1/173 +f 315/4/173 318/1/173 316/4/174 +f 319/1/171 314/4/175 320/1/175 +f 314/4/175 319/1/171 316/4/171 +f 320/1/176 314/4/176 319/1/174 +f 316/4/174 319/1/174 314/4/176 +f 320/1/175 193/4/177 191/1/177 +f 193/4/177 320/1/175 314/4/175 +f 191/1/178 193/4/178 320/1/176 +f 314/4/176 320/1/176 193/4/178 +f 323/4/85 322/4/85 321/4/85 +f 322/4/85 323/4/85 324/4/85 +f 324/4/85 323/4/85 325/4/85 +f 321/4/86 322/4/86 323/4/86 +f 324/4/86 323/4/86 322/4/86 +f 325/4/86 323/4/86 324/4/86 +f 322/4/159 326/1/159 321/4/159 +f 326/1/159 322/4/159 327/1/159 +f 321/4/160 326/1/160 322/4/160 +f 327/1/160 322/4/160 326/1/160 +f 322/4/161 328/1/161 327/1/161 +f 328/1/161 322/4/161 324/4/161 +f 327/1/162 328/1/162 322/4/162 +f 324/4/162 322/4/162 328/1/162 +f 328/1/164 325/4/163 329/1/163 +f 325/4/163 328/1/164 324/4/164 +f 329/1/166 325/4/166 328/1/165 +f 324/4/165 328/1/165 325/4/166 +f 329/1/163 323/4/167 330/1/167 +f 323/4/167 329/1/163 325/4/163 +f 330/1/168 323/4/168 329/1/166 +f 325/4/166 329/1/166 323/4/168 +f 330/1/167 321/4/169 326/1/169 +f 321/4/169 330/1/167 323/4/167 +f 326/1/170 321/4/170 330/1/168 +f 323/4/168 330/1/168 321/4/170 +f 333/4/85 332/4/85 331/4/85 +f 332/4/85 333/4/85 334/4/85 +f 334/4/85 333/4/85 335/4/85 +f 331/4/86 332/4/86 333/4/86 +f 334/4/86 333/4/86 332/4/86 +f 335/4/86 333/4/86 334/4/86 +f 332/4/179 336/1/179 331/4/179 +f 336/1/179 332/4/179 337/1/179 +f 331/4/180 336/1/180 332/4/180 +f 337/1/180 332/4/180 336/1/180 +f 332/4/181 338/1/181 337/1/181 +f 338/1/181 332/4/181 334/4/181 +f 337/1/182 338/1/182 332/4/182 +f 334/4/182 332/4/182 338/1/182 +f 338/1/173 335/4/174 339/1/174 +f 335/4/174 338/1/173 334/4/173 +f 339/1/171 335/4/171 338/1/172 +f 334/4/172 338/1/172 335/4/171 +f 339/1/174 333/4/176 340/1/176 +f 333/4/176 339/1/174 335/4/174 +f 340/1/175 333/4/175 339/1/171 +f 335/4/171 339/1/171 333/4/175 +f 340/1/176 331/4/178 336/1/178 +f 331/4/178 340/1/176 333/4/176 +f 336/1/177 331/4/177 340/1/175 +f 333/4/175 340/1/175 331/4/177 +f 343/4/85 342/4/85 341/4/85 +f 342/4/85 343/4/85 344/4/85 +f 344/4/85 343/4/85 345/4/85 +f 341/4/86 342/4/86 343/4/86 +f 344/4/86 343/4/86 342/4/86 +f 345/4/86 343/4/86 344/4/86 +f 342/4/183 346/1/183 341/4/183 +f 346/1/183 342/4/183 347/1/183 +f 341/4/184 346/1/184 342/4/184 +f 347/1/184 342/4/184 346/1/184 +f 342/4/185 348/1/185 347/1/185 +f 348/1/185 342/4/185 344/4/185 +f 347/1/186 348/1/186 342/4/186 +f 344/4/186 342/4/186 348/1/186 +f 348/1/188 345/4/187 349/1/187 +f 345/4/187 348/1/188 344/4/188 +f 349/1/190 345/4/190 348/1/189 +f 344/4/189 348/1/189 345/4/190 +f 349/1/187 343/4/191 350/1/191 +f 343/4/191 349/1/187 345/4/187 +f 350/1/192 343/4/192 349/1/190 +f 345/4/190 349/1/190 343/4/192 +f 350/1/191 341/4/193 346/1/193 +f 341/4/193 350/1/191 343/4/191 +f 346/1/194 341/4/194 350/1/192 +f 343/4/192 350/1/192 341/4/194 +f 353/4/85 352/4/85 351/4/85 +f 352/4/85 353/4/85 354/4/85 +f 354/4/85 353/4/85 355/4/85 +f 351/4/86 352/4/86 353/4/86 +f 354/4/86 353/4/86 352/4/86 +f 355/4/86 353/4/86 354/4/86 +f 352/4/109 356/1/109 351/4/109 +f 356/1/109 352/4/109 357/1/109 +f 351/4/110 356/1/110 352/4/110 +f 357/1/110 352/4/110 356/1/110 +f 352/4/108 358/1/108 357/1/108 +f 358/1/108 352/4/108 354/4/108 +f 357/1/107 358/1/107 352/4/107 +f 354/4/107 352/4/107 358/1/107 +f 358/1/172 355/4/171 359/1/171 +f 355/4/171 358/1/172 354/4/172 +f 359/1/174 355/4/174 358/1/173 +f 354/4/173 358/1/173 355/4/174 +f 359/1/171 353/4/175 360/1/175 +f 353/4/175 359/1/171 355/4/171 +f 360/1/176 353/4/176 359/1/174 +f 355/4/174 359/1/174 353/4/176 +f 360/1/175 351/4/177 356/1/177 +f 351/4/177 360/1/175 353/4/175 +f 356/1/178 351/4/178 360/1/176 +f 353/4/176 360/1/176 351/4/178 +f 362/4/85 361/4/85 93/4/85 +f 361/4/85 362/4/85 363/4/85 +f 363/4/85 362/4/85 364/4/85 +f 93/4/86 361/4/86 362/4/86 +f 363/4/86 362/4/86 361/4/86 +f 364/4/86 362/4/86 363/4/86 +f 361/4/195 91/1/195 93/4/195 +f 91/1/195 361/4/195 365/1/195 +f 93/4/196 91/1/196 361/4/196 +f 365/1/196 361/4/196 91/1/196 +f 361/4/197 366/1/197 365/1/197 +f 366/1/197 361/4/197 363/4/197 +f 365/1/198 366/1/198 361/4/198 +f 363/4/198 361/4/198 366/1/198 +f 366/1/173 364/4/174 367/1/174 +f 364/4/174 366/1/173 363/4/173 +f 367/1/171 364/4/171 366/1/172 +f 363/4/172 366/1/172 364/4/171 +f 367/1/174 362/4/176 368/1/176 +f 362/4/176 367/1/174 364/4/174 +f 368/1/175 362/4/175 367/1/171 +f 364/4/171 367/1/171 362/4/175 +f 368/1/176 93/4/178 91/1/178 +f 93/4/178 368/1/176 362/4/176 +f 91/1/177 93/4/177 368/1/175 +f 362/4/175 368/1/175 93/4/177 +f 371/4/85 370/4/85 369/4/85 +f 370/4/85 371/4/85 47/4/85 +f 47/4/85 371/4/85 372/4/85 +f 369/4/86 370/4/86 371/4/86 +f 47/4/86 371/4/86 370/4/86 +f 372/4/86 371/4/86 47/4/86 +f 370/4/183 373/1/183 369/4/183 +f 373/1/183 370/4/183 374/1/183 +f 369/4/184 373/1/184 370/4/184 +f 374/1/184 370/4/184 373/1/184 +f 370/4/185 50/1/185 374/1/185 +f 50/1/185 370/4/185 47/4/185 +f 374/1/186 50/1/186 370/4/186 +f 47/4/186 370/4/186 50/1/186 +f 50/1/188 372/4/187 375/1/187 +f 372/4/187 50/1/188 47/4/188 +f 375/1/190 372/4/190 50/1/189 +f 47/4/189 50/1/189 372/4/190 +f 375/1/187 371/4/191 376/1/191 +f 371/4/191 375/1/187 372/4/187 +f 376/1/192 371/4/192 375/1/190 +f 372/4/190 375/1/190 371/4/192 +f 376/1/191 369/4/193 373/1/193 +f 369/4/193 376/1/191 371/4/191 +f 373/1/194 369/4/194 376/1/192 +f 371/4/192 376/1/192 369/4/194 +f 379/3/201 378/1/200 377/1/199 +f 378/1/200 379/3/201 380/3/202 +f 377/1/205 378/1/204 379/3/203 +f 380/3/206 379/3/203 378/1/204 +f 383/2/209 382/1/208 381/1/207 +f 382/1/208 383/2/209 384/2/210 +f 381/1/213 382/1/212 383/2/211 +f 384/2/214 383/2/211 382/1/212 +f 387/3/217 386/1/216 385/1/215 +f 386/1/216 387/3/217 388/3/218 +f 385/1/221 386/1/220 387/3/219 +f 388/3/222 387/3/219 386/1/220 +f 378/1/200 387/3/217 385/1/215 +f 387/3/217 378/1/200 380/3/202 +f 385/1/221 387/3/219 378/1/204 +f 380/3/206 378/1/204 387/3/219 +f 383/2/209 389/2/223 384/2/210 +f 389/2/223 383/2/209 390/2/224 +f 384/2/214 389/2/225 383/2/211 +f 390/2/226 383/2/211 389/2/225 +f 384/2/210 391/1/227 382/1/208 +f 391/1/227 384/2/210 389/2/223 +f 382/1/212 391/1/228 384/2/214 +f 389/2/225 384/2/214 391/1/228 +f 387/3/217 379/3/201 388/3/218 +f 379/3/201 387/3/217 380/3/202 +f 388/3/222 379/3/203 387/3/219 +f 380/3/206 387/3/219 379/3/203 +f 390/2/224 381/1/207 392/1/229 +f 381/1/207 390/2/224 383/2/209 +f 392/1/230 381/1/213 390/2/226 +f 383/2/211 390/2/226 381/1/213 +f 391/1/227 390/2/224 392/1/229 +f 390/2/224 391/1/227 389/2/223 +f 392/1/230 390/2/226 391/1/228 +f 389/2/225 391/1/228 390/2/226 +f 388/3/218 377/1/199 386/1/216 +f 377/1/199 388/3/218 379/3/201 +f 386/1/220 377/1/205 388/3/222 +f 379/3/203 388/3/222 377/1/205 +f 395/2/233 394/2/232 393/2/231 +f 394/2/232 395/2/233 396/2/234 +f 393/2/237 394/2/236 395/2/235 +f 396/2/238 395/2/235 394/2/236 +f 396/2/234 397/1/239 394/2/232 +f 397/1/239 396/2/234 398/1/240 +f 394/2/236 397/1/241 396/2/238 +f 398/1/242 396/2/238 397/1/241 +f 393/2/231 397/1/239 399/1/243 +f 397/1/239 393/2/231 394/2/232 +f 399/1/244 397/1/241 393/2/237 +f 394/2/236 393/2/237 397/1/241 +f 400/1/245 393/2/231 399/1/243 +f 393/2/231 400/1/245 395/2/233 +f 399/1/244 393/2/237 400/1/246 +f 395/2/235 400/1/246 393/2/237 +f 398/1/240 395/2/233 400/1/245 +f 395/2/233 398/1/240 396/2/234 +f 400/1/246 395/2/235 398/1/242 +f 396/2/238 398/1/242 395/2/235 +f 403/1/249 402/2/248 401/1/247 +f 402/2/248 403/1/249 404/2/250 +f 401/1/253 402/2/252 403/1/251 +f 404/2/254 403/1/251 402/2/252 +f 405/1/255 404/2/250 403/1/249 +f 404/2/250 405/1/255 406/2/256 +f 403/1/251 404/2/254 405/1/257 +f 406/2/258 405/1/257 404/2/254 +f 409/3/261 408/1/260 407/1/259 +f 408/1/260 409/3/261 410/3/262 +f 407/1/265 408/1/264 409/3/263 +f 410/3/266 409/3/263 408/1/264 +f 409/3/261 411/3/267 410/3/262 +f 411/3/267 409/3/261 412/3/268 +f 410/3/266 411/3/269 409/3/263 +f 412/3/270 409/3/263 411/3/269 +f 406/2/256 414/1/272 413/2/271 +f 414/1/272 406/2/256 405/1/255 +f 413/2/274 414/1/273 406/2/258 +f 405/1/257 406/2/258 414/1/273 +f 410/3/262 415/1/275 408/1/260 +f 415/1/275 410/3/262 411/3/267 +f 408/1/264 415/1/276 410/3/266 +f 411/3/269 410/3/266 415/1/276 +f 404/2/250 413/2/271 402/2/248 +f 413/2/271 404/2/250 406/2/256 +f 402/2/252 413/2/274 404/2/254 +f 406/2/258 404/2/254 413/2/274 +f 416/1/277 409/3/261 407/1/259 +f 409/3/261 416/1/277 412/3/268 +f 407/1/265 409/3/263 416/1/278 +f 412/3/270 416/1/278 409/3/263 +f 402/2/248 414/1/272 401/1/247 +f 414/1/272 402/2/248 413/2/271 +f 401/1/253 414/1/273 402/2/252 +f 413/2/274 402/2/252 414/1/273 +f 411/3/267 416/1/277 415/1/275 +f 416/1/277 411/3/267 412/3/268 +f 415/1/276 416/1/278 411/3/269 +f 412/3/270 411/3/269 416/1/278 +f 419/4/85 418/4/85 417/4/85 +f 418/4/85 419/4/85 420/4/85 +f 418/4/85 420/4/85 421/4/85 +f 421/4/85 420/4/85 422/4/85 +f 421/4/85 422/4/85 423/4/85 +f 423/4/85 422/4/85 424/4/85 +f 423/4/85 424/4/85 425/4/85 +f 425/4/85 424/4/85 426/4/85 +f 417/4/86 418/4/86 419/4/86 +f 420/4/86 419/4/86 418/4/86 +f 421/4/86 420/4/86 418/4/86 +f 422/4/86 420/4/86 421/4/86 +f 423/4/86 422/4/86 421/4/86 +f 424/4/86 422/4/86 423/4/86 +f 425/4/86 424/4/86 423/4/86 +f 426/4/86 424/4/86 425/4/86 +f 419/4/162 428/1/162 427/1/162 +f 428/1/162 419/4/162 417/4/162 +f 427/1/161 428/1/161 419/4/161 +f 417/4/161 419/4/161 428/1/161 +f 429/1/280 419/4/279 427/1/279 +f 419/4/279 429/1/280 420/4/280 +f 427/1/282 419/4/282 429/1/281 +f 420/4/281 429/1/281 419/4/282 +f 430/1/283 420/4/280 429/1/280 +f 420/4/280 430/1/283 422/4/283 +f 429/1/281 420/4/281 430/1/284 +f 422/4/284 430/1/284 420/4/281 +f 424/4/285 430/1/283 431/1/285 +f 430/1/283 424/4/285 422/4/283 +f 431/1/286 430/1/284 424/4/286 +f 422/4/284 424/4/286 430/1/284 +f 426/4/287 431/1/285 432/1/287 +f 431/1/285 426/4/287 424/4/285 +f 432/1/288 431/1/286 426/4/288 +f 424/4/286 426/4/288 431/1/286 +f 433/1/160 426/4/160 432/1/160 +f 426/4/160 433/1/160 425/4/160 +f 432/1/159 426/4/159 433/1/159 +f 425/4/159 433/1/159 426/4/159 +f 423/4/286 433/1/289 434/1/286 +f 433/1/289 423/4/286 425/4/289 +f 434/1/285 433/1/290 423/4/285 +f 425/4/290 423/4/285 433/1/290 +f 421/4/284 434/1/286 435/1/284 +f 434/1/286 421/4/284 423/4/286 +f 435/1/283 434/1/285 421/4/283 +f 423/4/285 421/4/283 434/1/285 +f 421/4/284 436/1/281 418/4/281 +f 436/1/281 421/4/284 435/1/284 +f 418/4/280 436/1/280 421/4/283 +f 435/1/283 421/4/283 436/1/280 +f 418/4/281 428/1/282 417/4/282 +f 428/1/282 418/4/281 436/1/281 +f 417/4/279 428/1/279 418/4/280 +f 436/1/280 418/4/280 428/1/279 +f 439/1/85 438/1/85 437/1/85 +f 438/1/85 439/1/85 440/1/85 +f 437/1/86 438/1/86 439/1/86 +f 440/1/86 439/1/86 438/1/86 +f 201/1/85 213/1/85 210/1/85 +f 213/1/85 201/1/85 202/1/85 +f 210/1/86 213/1/86 201/1/86 +f 202/1/86 201/1/86 213/1/86 +f 441/1/85 204/1/85 203/1/85 +f 204/1/85 441/1/85 442/1/85 +f 203/1/86 204/1/86 441/1/86 +f 442/1/86 441/1/86 204/1/86 +f 445/3/15 444/1/292 443/1/291 +f 444/1/292 445/3/15 446/3/16 +f 443/1/294 444/1/293 445/3/17 +f 446/3/20 445/3/17 444/1/293 +f 449/2/46 448/1/296 447/1/295 +f 448/1/296 449/2/46 450/2/10 +f 447/1/298 448/1/297 449/2/48 +f 450/2/11 449/2/48 448/1/297 +f 453/3/22 452/1/300 451/1/299 +f 452/1/300 453/3/22 454/3/42 +f 451/1/302 452/1/301 453/3/23 +f 454/3/43 453/3/23 452/1/301 +f 444/1/292 453/3/22 451/1/299 +f 453/3/22 444/1/292 446/3/16 +f 451/1/302 453/3/23 444/1/293 +f 446/3/20 444/1/293 453/3/23 +f 449/2/46 455/2/4 450/2/10 +f 455/2/4 449/2/46 456/2/2 +f 450/2/11 455/2/8 449/2/48 +f 456/2/6 449/2/48 455/2/8 +f 450/2/10 457/1/303 448/1/296 +f 457/1/303 450/2/10 455/2/4 +f 448/1/297 457/1/304 450/2/11 +f 455/2/8 450/2/11 457/1/304 +f 453/3/22 445/3/15 454/3/42 +f 445/3/15 453/3/22 446/3/16 +f 454/3/43 445/3/17 453/3/23 +f 446/3/20 453/3/23 445/3/17 +f 456/2/2 447/1/295 458/1/305 +f 447/1/295 456/2/2 449/2/46 +f 458/1/306 447/1/298 456/2/6 +f 449/2/48 456/2/6 447/1/298 +f 457/1/303 456/2/2 458/1/305 +f 456/2/2 457/1/303 455/2/4 +f 458/1/306 456/2/6 457/1/304 +f 455/2/8 457/1/304 456/2/6 +f 454/3/42 443/1/291 452/1/300 +f 443/1/291 454/3/42 445/3/15 +f 452/1/301 443/1/294 454/3/43 +f 445/3/17 454/3/43 443/1/294 +f 461/2/309 460/2/308 459/2/307 +f 460/2/308 461/2/309 462/2/310 +f 459/2/313 460/2/312 461/2/311 +f 462/2/314 461/2/311 460/2/312 +f 462/2/310 463/1/315 460/2/308 +f 463/1/315 462/2/310 464/1/316 +f 460/2/312 463/1/317 462/2/314 +f 464/1/318 462/2/314 463/1/317 +f 459/2/307 463/1/315 465/1/319 +f 463/1/315 459/2/307 460/2/308 +f 465/1/320 463/1/317 459/2/313 +f 460/2/312 459/2/313 463/1/317 +f 466/1/321 459/2/307 465/1/319 +f 459/2/307 466/1/321 461/2/309 +f 465/1/320 459/2/313 466/1/322 +f 461/2/311 466/1/322 459/2/313 +f 464/1/316 461/2/309 466/1/321 +f 461/2/309 464/1/316 462/2/310 +f 466/1/322 461/2/311 464/1/318 +f 462/2/314 464/1/318 461/2/311 +f 469/1/61 468/2/323 467/1/73 +f 468/2/323 469/1/61 470/2/324 +f 467/1/79 468/2/325 469/1/67 +f 470/2/326 469/1/67 468/2/325 +f 471/1/63 470/2/324 469/1/61 +f 470/2/324 471/1/63 472/2/327 +f 469/1/67 470/2/326 471/1/65 +f 472/2/328 471/1/65 470/2/326 +f 475/3/26 474/1/39 473/1/25 +f 474/1/39 475/3/26 476/3/33 +f 473/1/31 474/1/40 475/3/30 +f 476/3/36 475/3/30 474/1/40 +f 475/3/26 477/3/34 476/3/33 +f 477/3/34 475/3/26 478/3/28 +f 476/3/36 477/3/35 475/3/30 +f 478/3/32 475/3/30 477/3/35 +f 472/2/327 480/1/74 479/2/329 +f 480/1/74 472/2/327 471/1/63 +f 479/2/330 480/1/78 472/2/328 +f 471/1/65 472/2/328 480/1/78 +f 476/3/33 481/1/37 474/1/39 +f 481/1/37 476/3/33 477/3/34 +f 474/1/40 481/1/38 476/3/36 +f 477/3/35 476/3/36 481/1/38 +f 470/2/324 479/2/329 468/2/323 +f 479/2/329 470/2/324 472/2/327 +f 468/2/325 479/2/330 470/2/326 +f 472/2/328 470/2/326 479/2/330 +f 482/1/27 475/3/26 473/1/25 +f 475/3/26 482/1/27 478/3/28 +f 473/1/31 475/3/30 482/1/29 +f 478/3/32 482/1/29 475/3/30 +f 468/2/323 480/1/74 467/1/73 +f 480/1/74 468/2/323 479/2/329 +f 467/1/79 480/1/78 468/2/325 +f 479/2/330 468/2/325 480/1/78 +f 477/3/34 482/1/27 481/1/37 +f 482/1/27 477/3/34 478/3/28 +f 481/1/38 482/1/29 477/3/35 +f 478/3/32 477/3/35 482/1/29 +f 485/4/85 484/4/85 483/4/85 +f 484/4/85 485/4/85 486/4/85 +f 484/4/85 486/4/85 487/4/85 +f 487/4/85 486/4/85 488/4/85 +f 487/4/85 488/4/85 489/4/85 +f 489/4/85 488/4/85 490/4/85 +f 489/4/85 490/4/85 491/4/85 +f 491/4/85 490/4/85 492/4/85 +f 483/4/86 484/4/86 485/4/86 +f 486/4/86 485/4/86 484/4/86 +f 487/4/86 486/4/86 484/4/86 +f 488/4/86 486/4/86 487/4/86 +f 489/4/86 488/4/86 487/4/86 +f 490/4/86 488/4/86 489/4/86 +f 491/4/86 490/4/86 489/4/86 +f 492/4/86 490/4/86 491/4/86 +f 485/4/331 494/1/331 493/1/331 +f 494/1/331 485/4/331 483/4/331 +f 493/1/332 494/1/332 485/4/332 +f 483/4/332 485/4/332 494/1/332 +f 495/1/334 485/4/333 493/1/333 +f 485/4/333 495/1/334 486/4/334 +f 493/1/336 485/4/336 495/1/335 +f 486/4/335 495/1/335 485/4/336 +f 496/1/337 486/4/334 495/1/334 +f 486/4/334 496/1/337 488/4/337 +f 495/1/335 486/4/335 496/1/338 +f 488/4/338 496/1/338 486/4/335 +f 490/4/339 496/1/337 497/1/339 +f 496/1/337 490/4/339 488/4/337 +f 497/1/340 496/1/338 490/4/340 +f 488/4/338 490/4/340 496/1/338 +f 492/4/341 497/1/339 498/1/341 +f 497/1/339 492/4/341 490/4/339 +f 498/1/342 497/1/340 492/4/342 +f 490/4/340 492/4/342 497/1/340 +f 499/1/343 492/4/343 498/1/343 +f 492/4/343 499/1/343 491/4/343 +f 498/1/344 492/4/344 499/1/344 +f 491/4/344 499/1/344 492/4/344 +f 489/4/340 499/1/345 500/1/340 +f 499/1/345 489/4/340 491/4/345 +f 500/1/339 499/1/346 489/4/339 +f 491/4/346 489/4/339 499/1/346 +f 487/4/338 500/1/340 501/1/338 +f 500/1/340 487/4/338 489/4/340 +f 501/1/337 500/1/339 487/4/337 +f 489/4/339 487/4/337 500/1/339 +f 487/4/338 502/1/335 484/4/335 +f 502/1/335 487/4/338 501/1/338 +f 484/4/334 502/1/334 487/4/337 +f 501/1/337 487/4/337 502/1/334 +f 484/4/335 494/1/336 483/4/336 +f 494/1/336 484/4/335 502/1/335 +f 483/4/333 494/1/333 484/4/334 +f 502/1/334 484/4/334 494/1/333 +f 203/1/85 503/1/85 441/1/85 +f 503/1/85 203/1/85 216/1/85 +f 441/1/86 503/1/86 203/1/86 +f 216/1/86 203/1/86 503/1/86 +f 506/3/349 505/1/348 504/1/347 +f 505/1/348 506/3/349 507/3/350 +f 504/1/353 505/1/352 506/3/351 +f 507/3/354 506/3/351 505/1/352 +f 510/2/357 509/1/356 508/1/355 +f 509/1/356 510/2/357 511/2/358 +f 508/1/361 509/1/360 510/2/359 +f 511/2/362 510/2/359 509/1/360 +f 514/3/365 513/1/364 512/1/363 +f 513/1/364 514/3/365 515/3/366 +f 512/1/369 513/1/368 514/3/367 +f 515/3/370 514/3/367 513/1/368 +f 505/1/348 514/3/365 512/1/363 +f 514/3/365 505/1/348 507/3/350 +f 512/1/369 514/3/367 505/1/352 +f 507/3/354 505/1/352 514/3/367 +f 510/2/357 516/2/371 511/2/358 +f 516/2/371 510/2/357 517/2/372 +f 511/2/362 516/2/373 510/2/359 +f 517/2/374 510/2/359 516/2/373 +f 511/2/358 518/1/375 509/1/356 +f 518/1/375 511/2/358 516/2/371 +f 509/1/360 518/1/376 511/2/362 +f 516/2/373 511/2/362 518/1/376 +f 514/3/365 506/3/349 515/3/366 +f 506/3/349 514/3/365 507/3/350 +f 515/3/370 506/3/351 514/3/367 +f 507/3/354 514/3/367 506/3/351 +f 517/2/372 508/1/355 519/1/377 +f 508/1/355 517/2/372 510/2/357 +f 519/1/378 508/1/361 517/2/374 +f 510/2/359 517/2/374 508/1/361 +f 518/1/375 517/2/372 519/1/377 +f 517/2/372 518/1/375 516/2/371 +f 519/1/378 517/2/374 518/1/376 +f 516/2/373 518/1/376 517/2/374 +f 515/3/366 504/1/347 513/1/364 +f 504/1/347 515/3/366 506/3/349 +f 513/1/368 504/1/353 515/3/370 +f 506/3/351 515/3/370 504/1/353 +f 522/2/381 521/2/380 520/2/379 +f 521/2/380 522/2/381 523/2/382 +f 520/2/385 521/2/384 522/2/383 +f 523/2/386 522/2/383 521/2/384 +f 523/2/382 524/1/387 521/2/380 +f 524/1/387 523/2/382 525/1/388 +f 521/2/384 524/1/389 523/2/386 +f 525/1/390 523/2/386 524/1/389 +f 520/2/379 524/1/387 526/1/391 +f 524/1/387 520/2/379 521/2/380 +f 526/1/392 524/1/389 520/2/385 +f 521/2/384 520/2/385 524/1/389 +f 527/1/393 520/2/379 526/1/391 +f 520/2/379 527/1/393 522/2/381 +f 526/1/392 520/2/385 527/1/394 +f 522/2/383 527/1/394 520/2/385 +f 525/1/388 522/2/381 527/1/393 +f 522/2/381 525/1/388 523/2/382 +f 527/1/394 522/2/383 525/1/390 +f 523/2/386 525/1/390 522/2/383 +f 530/1/397 529/2/396 528/1/395 +f 529/2/396 530/1/397 531/2/398 +f 528/1/401 529/2/400 530/1/399 +f 531/2/402 530/1/399 529/2/400 +f 532/1/403 531/2/398 530/1/397 +f 531/2/398 532/1/403 533/2/404 +f 530/1/399 531/2/402 532/1/405 +f 533/2/406 532/1/405 531/2/402 +f 536/3/409 535/1/408 534/1/407 +f 535/1/408 536/3/409 537/3/410 +f 534/1/413 535/1/412 536/3/411 +f 537/3/414 536/3/411 535/1/412 +f 536/3/409 538/3/415 537/3/410 +f 538/3/415 536/3/409 539/3/416 +f 537/3/414 538/3/417 536/3/411 +f 539/3/418 536/3/411 538/3/417 +f 533/2/404 541/1/420 540/2/419 +f 541/1/420 533/2/404 532/1/403 +f 540/2/422 541/1/421 533/2/406 +f 532/1/405 533/2/406 541/1/421 +f 537/3/410 542/1/423 535/1/408 +f 542/1/423 537/3/410 538/3/415 +f 535/1/412 542/1/424 537/3/414 +f 538/3/417 537/3/414 542/1/424 +f 531/2/398 540/2/419 529/2/396 +f 540/2/419 531/2/398 533/2/404 +f 529/2/400 540/2/422 531/2/402 +f 533/2/406 531/2/402 540/2/422 +f 543/1/425 536/3/409 534/1/407 +f 536/3/409 543/1/425 539/3/416 +f 534/1/413 536/3/411 543/1/426 +f 539/3/418 543/1/426 536/3/411 +f 529/2/396 541/1/420 528/1/395 +f 541/1/420 529/2/396 540/2/419 +f 528/1/401 541/1/421 529/2/400 +f 540/2/422 529/2/400 541/1/421 +f 538/3/415 543/1/425 542/1/423 +f 543/1/425 538/3/415 539/3/416 +f 542/1/424 543/1/426 538/3/417 +f 539/3/418 538/3/417 543/1/426 +f 546/4/85 545/4/85 544/4/85 +f 545/4/85 546/4/85 547/4/85 +f 545/4/85 547/4/85 548/4/85 +f 548/4/85 547/4/85 549/4/85 +f 548/4/85 549/4/85 550/4/85 +f 550/4/85 549/4/85 551/4/85 +f 550/4/85 551/4/85 552/4/85 +f 552/4/85 551/4/85 553/4/85 +f 544/4/86 545/4/86 546/4/86 +f 547/4/86 546/4/86 545/4/86 +f 548/4/86 547/4/86 545/4/86 +f 549/4/86 547/4/86 548/4/86 +f 550/4/86 549/4/86 548/4/86 +f 551/4/86 549/4/86 550/4/86 +f 552/4/86 551/4/86 550/4/86 +f 553/4/86 551/4/86 552/4/86 +f 546/4/186 555/1/186 554/1/186 +f 555/1/186 546/4/186 544/4/186 +f 554/1/185 555/1/185 546/4/185 +f 544/4/185 546/4/185 555/1/185 +f 556/1/428 546/4/427 554/1/427 +f 546/4/427 556/1/428 547/4/428 +f 554/1/430 546/4/430 556/1/429 +f 547/4/429 556/1/429 546/4/430 +f 557/1/431 547/4/428 556/1/428 +f 547/4/428 557/1/431 549/4/431 +f 556/1/429 547/4/429 557/1/432 +f 549/4/432 557/1/432 547/4/429 +f 551/4/433 557/1/431 558/1/433 +f 557/1/431 551/4/433 549/4/431 +f 558/1/434 557/1/432 551/4/434 +f 549/4/432 551/4/434 557/1/432 +f 553/4/435 558/1/433 559/1/435 +f 558/1/433 553/4/435 551/4/433 +f 559/1/436 558/1/434 553/4/436 +f 551/4/434 553/4/436 558/1/434 +f 560/1/184 553/4/184 559/1/184 +f 553/4/184 560/1/184 552/4/184 +f 559/1/183 553/4/183 560/1/183 +f 552/4/183 560/1/183 553/4/183 +f 550/4/434 560/1/437 561/1/434 +f 560/1/437 550/4/434 552/4/437 +f 561/1/433 560/1/438 550/4/433 +f 552/4/438 550/4/433 560/1/438 +f 548/4/432 561/1/434 562/1/432 +f 561/1/434 548/4/432 550/4/434 +f 562/1/431 561/1/433 548/4/431 +f 550/4/433 548/4/431 561/1/433 +f 548/4/432 563/1/429 545/4/429 +f 563/1/429 548/4/432 562/1/432 +f 545/4/428 563/1/428 548/4/431 +f 562/1/431 548/4/431 563/1/428 +f 545/4/429 555/1/430 544/4/430 +f 555/1/430 545/4/429 563/1/429 +f 544/4/427 555/1/427 545/4/428 +f 563/1/428 545/4/428 555/1/427 +f 566/1/85 565/1/85 564/1/85 +f 565/1/85 566/1/85 301/1/85 +f 564/1/86 565/1/86 566/1/86 +f 301/1/86 566/1/86 565/1/86 +f 569/3/22 568/1/41 567/1/21 +f 568/1/41 569/3/22 570/3/42 +f 567/1/24 568/1/44 569/3/23 +f 570/3/43 569/3/23 568/1/44 +f 573/2/4 572/1/1 571/1/3 +f 572/1/1 573/2/4 574/2/2 +f 571/1/5 572/1/7 573/2/8 +f 574/2/6 573/2/8 572/1/7 +f 577/3/15 576/1/14 575/1/13 +f 576/1/14 577/3/15 578/3/16 +f 575/1/19 576/1/18 577/3/17 +f 578/3/20 577/3/17 576/1/18 +f 568/1/41 577/3/15 575/1/13 +f 577/3/15 568/1/41 570/3/42 +f 575/1/19 577/3/17 568/1/44 +f 570/3/43 568/1/44 577/3/17 +f 573/2/4 579/2/46 574/2/2 +f 579/2/46 573/2/4 580/2/10 +f 574/2/6 579/2/48 573/2/8 +f 580/2/11 573/2/8 579/2/48 +f 574/2/2 581/1/45 572/1/1 +f 581/1/45 574/2/2 579/2/46 +f 572/1/7 581/1/47 574/2/6 +f 579/2/48 574/2/6 581/1/47 +f 577/3/15 569/3/22 578/3/16 +f 569/3/22 577/3/15 570/3/42 +f 578/3/20 569/3/23 577/3/17 +f 570/3/43 577/3/17 569/3/23 +f 580/2/10 571/1/3 582/1/9 +f 571/1/3 580/2/10 573/2/4 +f 582/1/12 571/1/5 580/2/11 +f 573/2/8 580/2/11 571/1/5 +f 581/1/45 580/2/10 582/1/9 +f 580/2/10 581/1/45 579/2/46 +f 582/1/12 580/2/11 581/1/47 +f 579/2/48 581/1/47 580/2/11 +f 578/3/16 567/1/21 576/1/14 +f 567/1/21 578/3/16 569/3/22 +f 576/1/18 567/1/24 578/3/20 +f 569/3/23 578/3/20 567/1/24 +f 585/2/93 584/2/92 583/2/91 +f 584/2/92 585/2/93 586/2/94 +f 583/2/97 584/2/96 585/2/95 +f 586/2/98 585/2/95 584/2/96 +f 586/2/94 587/1/105 584/2/92 +f 587/1/105 586/2/94 588/1/100 +f 584/2/96 587/1/106 586/2/98 +f 588/1/102 586/2/98 587/1/106 +f 583/2/91 587/1/105 589/1/103 +f 587/1/105 583/2/91 584/2/92 +f 589/1/104 587/1/106 583/2/97 +f 584/2/96 583/2/97 587/1/106 +f 590/1/99 583/2/91 589/1/103 +f 583/2/91 590/1/99 585/2/93 +f 589/1/104 583/2/97 590/1/101 +f 585/2/95 590/1/101 583/2/97 +f 588/1/100 585/2/93 590/1/99 +f 585/2/93 588/1/100 586/2/94 +f 590/1/101 585/2/95 588/1/102 +f 586/2/98 588/1/102 585/2/95 +f 593/1/74 592/2/64 591/1/63 +f 592/2/64 593/1/74 594/2/76 +f 591/1/65 592/2/68 593/1/78 +f 594/2/80 593/1/78 592/2/68 +f 595/1/73 594/2/76 593/1/74 +f 594/2/76 595/1/73 596/2/75 +f 593/1/78 594/2/80 595/1/79 +f 596/2/77 595/1/79 594/2/80 +f 599/3/34 598/1/27 597/1/37 +f 598/1/27 599/3/34 600/3/28 +f 597/1/38 598/1/29 599/3/35 +f 600/3/32 599/3/35 598/1/29 +f 599/3/34 601/3/26 600/3/28 +f 601/3/26 599/3/34 602/3/33 +f 600/3/32 601/3/30 599/3/35 +f 602/3/36 599/3/35 601/3/30 +f 596/2/75 604/1/61 603/2/62 +f 604/1/61 596/2/75 595/1/73 +f 603/2/66 604/1/67 596/2/77 +f 595/1/79 596/2/77 604/1/67 +f 600/3/28 605/1/25 598/1/27 +f 605/1/25 600/3/28 601/3/26 +f 598/1/29 605/1/31 600/3/32 +f 601/3/30 600/3/32 605/1/31 +f 594/2/76 603/2/62 592/2/64 +f 603/2/62 594/2/76 596/2/75 +f 592/2/68 603/2/66 594/2/80 +f 596/2/77 594/2/80 603/2/66 +f 606/1/39 599/3/34 597/1/37 +f 599/3/34 606/1/39 602/3/33 +f 597/1/38 599/3/35 606/1/40 +f 602/3/36 606/1/40 599/3/35 +f 592/2/64 604/1/61 591/1/63 +f 604/1/61 592/2/64 603/2/62 +f 591/1/65 604/1/67 592/2/68 +f 603/2/66 592/2/68 604/1/67 +f 601/3/26 606/1/39 605/1/25 +f 606/1/39 601/3/26 602/3/33 +f 605/1/31 606/1/40 601/3/30 +f 602/3/36 601/3/30 606/1/40 +f 609/4/85 608/4/85 607/4/85 +f 608/4/85 609/4/85 610/4/85 +f 608/4/85 610/4/85 611/4/85 +f 611/4/85 610/4/85 612/4/85 +f 611/4/85 612/4/85 613/4/85 +f 613/4/85 612/4/85 614/4/85 +f 613/4/85 614/4/85 615/4/85 +f 615/4/85 614/4/85 616/4/85 +f 607/4/86 608/4/86 609/4/86 +f 610/4/86 609/4/86 608/4/86 +f 611/4/86 610/4/86 608/4/86 +f 612/4/86 610/4/86 611/4/86 +f 613/4/86 612/4/86 611/4/86 +f 614/4/86 612/4/86 613/4/86 +f 615/4/86 614/4/86 613/4/86 +f 616/4/86 614/4/86 615/4/86 +f 609/4/107 618/1/107 617/1/107 +f 618/1/107 609/4/107 607/4/107 +f 617/1/108 618/1/108 609/4/108 +f 607/4/108 609/4/108 618/1/108 +f 619/1/440 609/4/439 617/1/439 +f 609/4/439 619/1/440 610/4/440 +f 617/1/442 609/4/442 619/1/441 +f 610/4/441 619/1/441 609/4/442 +f 620/1/338 610/4/440 619/1/440 +f 610/4/440 620/1/338 612/4/338 +f 619/1/441 610/4/441 620/1/337 +f 612/4/337 620/1/337 610/4/441 +f 614/4/443 620/1/338 621/1/443 +f 620/1/338 614/4/443 612/4/338 +f 621/1/444 620/1/337 614/4/444 +f 612/4/337 614/4/444 620/1/337 +f 616/4/445 621/1/443 622/1/445 +f 621/1/443 616/4/445 614/4/443 +f 622/1/446 621/1/444 616/4/446 +f 614/4/444 616/4/446 621/1/444 +f 623/1/110 616/4/110 622/1/110 +f 616/4/110 623/1/110 615/4/110 +f 622/1/109 616/4/109 623/1/109 +f 615/4/109 623/1/109 616/4/109 +f 613/4/444 623/1/447 624/1/444 +f 623/1/447 613/4/444 615/4/447 +f 624/1/443 623/1/448 613/4/443 +f 615/4/448 613/4/443 623/1/448 +f 611/4/337 624/1/444 625/1/337 +f 624/1/444 611/4/337 613/4/444 +f 625/1/338 624/1/443 611/4/338 +f 613/4/443 611/4/338 624/1/443 +f 611/4/337 626/1/441 608/4/441 +f 626/1/441 611/4/337 625/1/337 +f 608/4/440 626/1/440 611/4/338 +f 625/1/338 611/4/338 626/1/440 +f 608/4/441 618/1/442 607/4/442 +f 618/1/442 608/4/441 626/1/441 +f 607/4/439 618/1/439 608/4/440 +f 626/1/440 608/4/440 618/1/439 +f 211/1/85 627/1/85 302/1/85 +f 627/1/85 211/1/85 212/1/85 +f 302/1/86 627/1/86 211/1/86 +f 212/1/86 211/1/86 627/1/86 +f 630/6/89 629/7/449 628/6/449 +f 629/7/449 630/6/89 631/7/89 +f 628/6/450 629/7/450 630/6/90 +f 631/7/90 630/6/90 629/7/450 +f 634/6/84 633/7/451 632/7/84 +f 633/7/451 634/6/84 635/6/451 +f 632/7/82 633/7/452 634/6/82 +f 635/6/452 634/6/82 633/7/452 +f 637/6/453 632/7/84 636/7/453 +f 632/7/84 637/6/453 634/6/84 +f 636/7/454 632/7/82 637/6/454 +f 634/6/82 637/6/454 632/7/82 +f 639/6/82 629/7/452 638/7/82 +f 629/7/452 639/6/82 628/6/452 +f 638/7/84 629/7/451 639/6/84 +f 628/6/451 639/6/84 629/7/451 +f 641/6/454 638/7/82 640/7/454 +f 638/7/82 641/6/454 639/6/82 +f 640/7/453 638/7/84 641/6/453 +f 639/6/84 641/6/453 638/7/84 +f 642/7/90 641/6/455 640/7/455 +f 641/6/455 642/7/90 643/6/90 +f 640/7/456 641/6/456 642/7/89 +f 643/6/89 642/7/89 641/6/456 +f 633/7/450 643/6/90 642/7/90 +f 643/6/90 633/7/450 635/6/450 +f 642/7/89 643/6/89 633/7/449 +f 635/6/449 633/7/449 643/6/89 +f 628/6/85 637/6/85 630/6/85 +f 637/6/85 628/6/85 634/6/85 +f 634/6/85 628/6/85 639/6/85 +f 634/6/85 639/6/85 635/6/85 +f 635/6/85 639/6/85 641/6/85 +f 635/6/85 641/6/85 643/6/85 +f 630/6/86 637/6/86 628/6/86 +f 634/6/86 628/6/86 637/6/86 +f 639/6/86 628/6/86 634/6/86 +f 635/6/86 639/6/86 634/6/86 +f 641/6/86 639/6/86 635/6/86 +f 643/6/86 641/6/86 635/6/86 +f 636/7/86 629/7/86 631/7/86 +f 629/7/86 636/7/86 632/7/86 +f 629/7/86 632/7/86 638/7/86 +f 638/7/86 632/7/86 633/7/86 +f 638/7/86 633/7/86 640/7/86 +f 640/7/86 633/7/86 642/7/86 +f 631/7/85 629/7/85 636/7/85 +f 632/7/85 636/7/85 629/7/85 +f 638/7/85 632/7/85 629/7/85 +f 633/7/85 632/7/85 638/7/85 +f 640/7/85 633/7/85 638/7/85 +f 642/7/85 633/7/85 640/7/85 +f 637/6/456 631/7/89 630/6/89 +f 631/7/89 637/6/456 636/7/456 +f 630/6/90 631/7/90 637/6/455 +f 636/7/455 637/6/455 631/7/90 +f 646/6/84 645/7/451 644/7/84 +f 645/7/451 646/6/84 647/6/451 +f 644/7/82 645/7/452 646/6/82 +f 647/6/452 646/6/82 645/7/452 +f 650/6/454 649/7/82 648/7/454 +f 649/7/82 650/6/454 651/6/82 +f 648/7/453 649/7/84 650/6/453 +f 651/6/84 650/6/453 649/7/84 +f 653/6/453 644/7/84 652/7/453 +f 644/7/84 653/6/453 646/6/84 +f 652/7/454 644/7/82 653/6/454 +f 646/6/82 653/6/454 644/7/82 +f 653/6/456 655/7/89 654/6/89 +f 655/7/89 653/6/456 652/7/456 +f 654/6/90 655/7/90 653/6/455 +f 652/7/455 653/6/455 655/7/90 +f 656/6/85 653/6/85 654/6/85 +f 653/6/85 656/6/85 651/6/85 +f 653/6/85 651/6/85 646/6/85 +f 646/6/85 651/6/85 650/6/85 +f 646/6/85 650/6/85 647/6/85 +f 647/6/85 650/6/85 657/6/85 +f 654/6/86 653/6/86 656/6/86 +f 651/6/86 656/6/86 653/6/86 +f 646/6/86 651/6/86 653/6/86 +f 650/6/86 651/6/86 646/6/86 +f 647/6/86 650/6/86 646/6/86 +f 657/6/86 650/6/86 647/6/86 +f 658/7/90 650/6/455 648/7/455 +f 650/6/455 658/7/90 657/6/90 +f 648/7/456 650/6/456 658/7/89 +f 657/6/89 658/7/89 650/6/456 +f 645/7/450 657/6/90 658/7/90 +f 657/6/90 645/7/450 647/6/450 +f 658/7/89 657/6/89 645/7/449 +f 647/6/449 645/7/449 657/6/89 +f 654/6/89 659/7/449 656/6/449 +f 659/7/449 654/6/89 655/7/89 +f 656/6/450 659/7/450 654/6/90 +f 655/7/90 654/6/90 659/7/450 +f 651/6/82 659/7/452 649/7/82 +f 659/7/452 651/6/82 656/6/452 +f 649/7/84 659/7/451 651/6/84 +f 656/6/451 651/6/84 659/7/451 +f 662/9/457 661/8/458 660/8/457 +f 661/8/458 662/9/457 663/9/458 +f 660/8/459 661/8/460 662/9/459 +f 663/9/460 662/9/459 661/8/460 +f 665/9/461 660/8/457 664/8/461 +f 660/8/457 665/9/461 662/9/457 +f 664/8/462 660/8/459 665/9/462 +f 662/9/459 665/9/462 660/8/459 +f 668/8/463 667/9/464 666/9/463 +f 667/9/464 668/8/463 669/8/464 +f 666/9/465 667/9/466 668/8/465 +f 669/8/466 668/8/465 667/9/466 +f 672/8/467 671/9/468 670/9/467 +f 671/9/468 672/8/467 673/8/468 +f 670/9/469 671/9/470 672/8/469 +f 673/8/470 672/8/469 671/9/470 +f 674/8/472 667/9/471 669/8/471 +f 667/9/471 674/8/472 675/9/472 +f 669/8/474 667/9/474 674/8/473 +f 675/9/473 674/8/473 667/9/474 +f 672/8/475 675/9/472 674/8/472 +f 675/9/472 672/8/475 670/9/475 +f 674/8/473 675/9/473 672/8/476 +f 670/9/476 672/8/476 675/9/473 +f 664/8/477 666/9/463 665/9/477 +f 666/9/463 664/8/477 668/8/463 +f 665/9/478 666/9/465 664/8/478 +f 668/8/465 664/8/478 666/9/465 +f 673/8/468 663/9/479 671/9/468 +f 663/9/479 673/8/468 661/8/479 +f 671/9/470 663/9/480 673/8/470 +f 661/8/480 673/8/470 663/9/480 +f 678/6/89 677/7/449 676/6/449 +f 677/7/449 678/6/89 679/7/89 +f 676/6/450 677/7/450 678/6/90 +f 679/7/90 678/6/90 677/7/450 +f 682/6/84 681/7/451 680/7/84 +f 681/7/451 682/6/84 683/6/451 +f 680/7/82 681/7/452 682/6/82 +f 683/6/452 682/6/82 681/7/452 +f 685/6/453 680/7/84 684/7/453 +f 680/7/84 685/6/453 682/6/84 +f 684/7/454 680/7/82 685/6/454 +f 682/6/82 685/6/454 680/7/82 +f 687/6/82 677/7/452 686/7/82 +f 677/7/452 687/6/82 676/6/452 +f 686/7/84 677/7/451 687/6/84 +f 676/6/451 687/6/84 677/7/451 +f 689/6/454 686/7/82 688/7/454 +f 686/7/82 689/6/454 687/6/82 +f 688/7/453 686/7/84 689/6/453 +f 687/6/84 689/6/453 686/7/84 +f 690/7/90 689/6/455 688/7/455 +f 689/6/455 690/7/90 691/6/90 +f 688/7/456 689/6/456 690/7/89 +f 691/6/89 690/7/89 689/6/456 +f 681/7/450 691/6/90 690/7/90 +f 691/6/90 681/7/450 683/6/450 +f 690/7/89 691/6/89 681/7/449 +f 683/6/449 681/7/449 691/6/89 +f 676/6/85 685/6/85 678/6/85 +f 685/6/85 676/6/85 682/6/85 +f 682/6/85 676/6/85 687/6/85 +f 682/6/85 687/6/85 683/6/85 +f 683/6/85 687/6/85 689/6/85 +f 683/6/85 689/6/85 691/6/85 +f 678/6/86 685/6/86 676/6/86 +f 682/6/86 676/6/86 685/6/86 +f 687/6/86 676/6/86 682/6/86 +f 683/6/86 687/6/86 682/6/86 +f 689/6/86 687/6/86 683/6/86 +f 691/6/86 689/6/86 683/6/86 +f 684/7/86 677/7/86 679/7/86 +f 677/7/86 684/7/86 680/7/86 +f 677/7/86 680/7/86 686/7/86 +f 686/7/86 680/7/86 681/7/86 +f 686/7/86 681/7/86 688/7/86 +f 688/7/86 681/7/86 690/7/86 +f 679/7/85 677/7/85 684/7/85 +f 680/7/85 684/7/85 677/7/85 +f 686/7/85 680/7/85 677/7/85 +f 681/7/85 680/7/85 686/7/85 +f 688/7/85 681/7/85 686/7/85 +f 690/7/85 681/7/85 688/7/85 +f 685/6/456 679/7/89 678/6/89 +f 679/7/89 685/6/456 684/7/456 +f 678/6/90 679/7/90 685/6/455 +f 684/7/455 685/6/455 679/7/90 +f 694/6/84 693/7/451 692/7/84 +f 693/7/451 694/6/84 695/6/451 +f 692/7/82 693/7/452 694/6/82 +f 695/6/452 694/6/82 693/7/452 +f 698/6/454 697/7/82 696/7/454 +f 697/7/82 698/6/454 699/6/82 +f 696/7/453 697/7/84 698/6/453 +f 699/6/84 698/6/453 697/7/84 +f 701/6/453 692/7/84 700/7/453 +f 692/7/84 701/6/453 694/6/84 +f 700/7/454 692/7/82 701/6/454 +f 694/6/82 701/6/454 692/7/82 +f 701/6/456 703/7/89 702/6/89 +f 703/7/89 701/6/456 700/7/456 +f 702/6/90 703/7/90 701/6/455 +f 700/7/455 701/6/455 703/7/90 +f 704/6/85 701/6/85 702/6/85 +f 701/6/85 704/6/85 699/6/85 +f 701/6/85 699/6/85 694/6/85 +f 694/6/85 699/6/85 698/6/85 +f 694/6/85 698/6/85 695/6/85 +f 695/6/85 698/6/85 705/6/85 +f 702/6/86 701/6/86 704/6/86 +f 699/6/86 704/6/86 701/6/86 +f 694/6/86 699/6/86 701/6/86 +f 698/6/86 699/6/86 694/6/86 +f 695/6/86 698/6/86 694/6/86 +f 705/6/86 698/6/86 695/6/86 +f 706/7/90 698/6/455 696/7/455 +f 698/6/455 706/7/90 705/6/90 +f 696/7/456 698/6/456 706/7/89 +f 705/6/89 706/7/89 698/6/456 +f 693/7/450 705/6/90 706/7/90 +f 705/6/90 693/7/450 695/6/450 +f 706/7/89 705/6/89 693/7/449 +f 695/6/449 693/7/449 705/6/89 +f 702/6/89 707/7/449 704/6/449 +f 707/7/449 702/6/89 703/7/89 +f 704/6/450 707/7/450 702/6/90 +f 703/7/90 702/6/90 707/7/450 +f 699/6/82 707/7/452 697/7/82 +f 707/7/452 699/6/82 704/6/452 +f 697/7/84 707/7/451 699/6/84 +f 704/6/451 699/6/84 707/7/451 +f 710/9/457 709/8/458 708/8/457 +f 709/8/458 710/9/457 711/9/458 +f 708/8/459 709/8/460 710/9/459 +f 711/9/460 710/9/459 709/8/460 +f 713/9/461 708/8/457 712/8/461 +f 708/8/457 713/9/461 710/9/457 +f 712/8/462 708/8/459 713/9/462 +f 710/9/459 713/9/462 708/8/459 +f 716/8/463 715/9/464 714/9/463 +f 715/9/464 716/8/463 717/8/464 +f 714/9/465 715/9/466 716/8/465 +f 717/8/466 716/8/465 715/9/466 +f 720/8/467 719/9/468 718/9/467 +f 719/9/468 720/8/467 721/8/468 +f 718/9/469 719/9/470 720/8/469 +f 721/8/470 720/8/469 719/9/470 +f 722/8/472 715/9/471 717/8/471 +f 715/9/471 722/8/472 723/9/472 +f 717/8/474 715/9/474 722/8/473 +f 723/9/473 722/8/473 715/9/474 +f 720/8/475 723/9/472 722/8/472 +f 723/9/472 720/8/475 718/9/475 +f 722/8/473 723/9/473 720/8/476 +f 718/9/476 720/8/476 723/9/473 +f 712/8/477 714/9/463 713/9/477 +f 714/9/463 712/8/477 716/8/463 +f 713/9/478 714/9/465 712/8/478 +f 716/8/465 712/8/478 714/9/465 +f 721/8/468 711/9/479 719/9/468 +f 711/9/479 721/8/468 709/8/479 +f 719/9/470 711/9/480 721/8/470 +f 709/8/480 721/8/470 711/9/480 +f 726/6/109 725/7/450 724/6/450 +f 725/7/450 726/6/109 727/7/109 +f 724/6/449 725/7/449 726/6/110 +f 727/7/110 726/6/110 725/7/449 +f 730/6/108 729/7/452 728/7/108 +f 729/7/452 730/6/108 731/6/452 +f 728/7/107 729/7/451 730/6/107 +f 731/6/451 730/6/107 729/7/451 +f 733/6/454 728/7/108 732/7/454 +f 728/7/108 733/6/454 730/6/108 +f 732/7/453 728/7/107 733/6/453 +f 730/6/107 733/6/453 728/7/107 +f 735/6/107 725/7/451 734/7/107 +f 725/7/451 735/6/107 724/6/451 +f 734/7/108 725/7/452 735/6/108 +f 724/6/452 735/6/108 725/7/452 +f 737/6/453 734/7/107 736/7/453 +f 734/7/107 737/6/453 735/6/107 +f 736/7/454 734/7/108 737/6/454 +f 735/6/108 737/6/454 734/7/108 +f 738/7/110 737/6/456 736/7/456 +f 737/6/456 738/7/110 739/6/110 +f 736/7/455 737/6/455 738/7/109 +f 739/6/109 738/7/109 737/6/455 +f 729/7/449 739/6/110 738/7/110 +f 739/6/110 729/7/449 731/6/449 +f 738/7/109 739/6/109 729/7/450 +f 731/6/450 729/7/450 739/6/109 +f 724/6/85 733/6/85 726/6/85 +f 733/6/85 724/6/85 730/6/85 +f 730/6/85 724/6/85 735/6/85 +f 730/6/85 735/6/85 731/6/85 +f 731/6/85 735/6/85 737/6/85 +f 731/6/85 737/6/85 739/6/85 +f 726/6/86 733/6/86 724/6/86 +f 730/6/86 724/6/86 733/6/86 +f 735/6/86 724/6/86 730/6/86 +f 731/6/86 735/6/86 730/6/86 +f 737/6/86 735/6/86 731/6/86 +f 739/6/86 737/6/86 731/6/86 +f 732/7/86 725/7/86 727/7/86 +f 725/7/86 732/7/86 728/7/86 +f 725/7/86 728/7/86 734/7/86 +f 734/7/86 728/7/86 729/7/86 +f 734/7/86 729/7/86 736/7/86 +f 736/7/86 729/7/86 738/7/86 +f 727/7/85 725/7/85 732/7/85 +f 728/7/85 732/7/85 725/7/85 +f 734/7/85 728/7/85 725/7/85 +f 729/7/85 728/7/85 734/7/85 +f 736/7/85 729/7/85 734/7/85 +f 738/7/85 729/7/85 736/7/85 +f 733/6/455 727/7/109 726/6/109 +f 727/7/109 733/6/455 732/7/455 +f 726/6/110 727/7/110 733/6/456 +f 732/7/456 733/6/456 727/7/110 +f 742/6/108 741/7/452 740/7/108 +f 741/7/452 742/6/108 743/6/452 +f 740/7/107 741/7/451 742/6/107 +f 743/6/451 742/6/107 741/7/451 +f 746/6/453 745/7/107 744/7/453 +f 745/7/107 746/6/453 747/6/107 +f 744/7/454 745/7/108 746/6/454 +f 747/6/108 746/6/454 745/7/108 +f 749/6/454 740/7/108 748/7/454 +f 740/7/108 749/6/454 742/6/108 +f 748/7/453 740/7/107 749/6/453 +f 742/6/107 749/6/453 740/7/107 +f 749/6/455 751/7/109 750/6/109 +f 751/7/109 749/6/455 748/7/455 +f 750/6/110 751/7/110 749/6/456 +f 748/7/456 749/6/456 751/7/110 +f 752/6/85 749/6/85 750/6/85 +f 749/6/85 752/6/85 747/6/85 +f 749/6/85 747/6/85 742/6/85 +f 742/6/85 747/6/85 746/6/85 +f 742/6/85 746/6/85 743/6/85 +f 743/6/85 746/6/85 753/6/85 +f 750/6/86 749/6/86 752/6/86 +f 747/6/86 752/6/86 749/6/86 +f 742/6/86 747/6/86 749/6/86 +f 746/6/86 747/6/86 742/6/86 +f 743/6/86 746/6/86 742/6/86 +f 753/6/86 746/6/86 743/6/86 +f 754/7/110 746/6/456 744/7/456 +f 746/6/456 754/7/110 753/6/110 +f 744/7/455 746/6/455 754/7/109 +f 753/6/109 754/7/109 746/6/455 +f 741/7/449 753/6/110 754/7/110 +f 753/6/110 741/7/449 743/6/449 +f 754/7/109 753/6/109 741/7/450 +f 743/6/450 741/7/450 753/6/109 +f 750/6/109 755/7/450 752/6/450 +f 755/7/450 750/6/109 751/7/109 +f 752/6/449 755/7/449 750/6/110 +f 751/7/110 750/6/110 755/7/449 +f 747/6/107 755/7/451 745/7/107 +f 755/7/451 747/6/107 752/6/451 +f 745/7/108 755/7/452 747/6/108 +f 752/6/452 747/6/108 755/7/452 +f 758/9/481 757/8/471 756/8/481 +f 757/8/471 758/9/481 759/9/471 +f 756/8/482 757/8/474 758/9/482 +f 759/9/474 758/9/482 757/8/474 +f 761/9/475 756/8/481 760/8/475 +f 756/8/481 761/9/475 758/9/481 +f 760/8/476 756/8/482 761/9/476 +f 758/9/482 761/9/476 756/8/482 +f 764/8/483 763/9/479 762/9/483 +f 763/9/479 764/8/483 765/8/479 +f 762/9/484 763/9/480 764/8/484 +f 765/8/480 764/8/484 763/9/480 +f 768/8/477 767/9/485 766/9/477 +f 767/9/485 768/8/477 769/8/485 +f 766/9/478 767/9/486 768/8/478 +f 769/8/486 768/8/478 767/9/486 +f 770/8/487 763/9/458 765/8/458 +f 763/9/458 770/8/487 771/9/487 +f 765/8/460 763/9/460 770/8/488 +f 771/9/488 770/8/488 763/9/460 +f 768/8/461 771/9/487 770/8/487 +f 771/9/487 768/8/461 766/9/461 +f 770/8/488 771/9/488 768/8/462 +f 766/9/462 768/8/462 771/9/488 +f 760/8/467 762/9/483 761/9/467 +f 762/9/483 760/8/467 764/8/483 +f 761/9/469 762/9/484 760/8/469 +f 764/8/484 760/8/469 762/9/484 +f 769/8/485 759/9/464 767/9/485 +f 759/9/464 769/8/485 757/8/464 +f 767/9/486 759/9/466 769/8/486 +f 757/8/466 769/8/486 759/9/466 +f 774/6/109 773/7/450 772/6/450 +f 773/7/450 774/6/109 775/7/109 +f 772/6/449 773/7/449 774/6/110 +f 775/7/110 774/6/110 773/7/449 +f 778/6/108 777/7/452 776/7/108 +f 777/7/452 778/6/108 779/6/452 +f 776/7/107 777/7/451 778/6/107 +f 779/6/451 778/6/107 777/7/451 +f 781/6/454 776/7/108 780/7/454 +f 776/7/108 781/6/454 778/6/108 +f 780/7/453 776/7/107 781/6/453 +f 778/6/107 781/6/453 776/7/107 +f 783/6/107 773/7/451 782/7/107 +f 773/7/451 783/6/107 772/6/451 +f 782/7/108 773/7/452 783/6/108 +f 772/6/452 783/6/108 773/7/452 +f 785/6/453 782/7/107 784/7/453 +f 782/7/107 785/6/453 783/6/107 +f 784/7/454 782/7/108 785/6/454 +f 783/6/108 785/6/454 782/7/108 +f 786/7/110 785/6/456 784/7/456 +f 785/6/456 786/7/110 787/6/110 +f 784/7/455 785/6/455 786/7/109 +f 787/6/109 786/7/109 785/6/455 +f 777/7/449 787/6/110 786/7/110 +f 787/6/110 777/7/449 779/6/449 +f 786/7/109 787/6/109 777/7/450 +f 779/6/450 777/7/450 787/6/109 +f 772/6/85 781/6/85 774/6/85 +f 781/6/85 772/6/85 778/6/85 +f 778/6/85 772/6/85 783/6/85 +f 778/6/85 783/6/85 779/6/85 +f 779/6/85 783/6/85 785/6/85 +f 779/6/85 785/6/85 787/6/85 +f 774/6/86 781/6/86 772/6/86 +f 778/6/86 772/6/86 781/6/86 +f 783/6/86 772/6/86 778/6/86 +f 779/6/86 783/6/86 778/6/86 +f 785/6/86 783/6/86 779/6/86 +f 787/6/86 785/6/86 779/6/86 +f 780/7/86 773/7/86 775/7/86 +f 773/7/86 780/7/86 776/7/86 +f 773/7/86 776/7/86 782/7/86 +f 782/7/86 776/7/86 777/7/86 +f 782/7/86 777/7/86 784/7/86 +f 784/7/86 777/7/86 786/7/86 +f 775/7/85 773/7/85 780/7/85 +f 776/7/85 780/7/85 773/7/85 +f 782/7/85 776/7/85 773/7/85 +f 777/7/85 776/7/85 782/7/85 +f 784/7/85 777/7/85 782/7/85 +f 786/7/85 777/7/85 784/7/85 +f 781/6/455 775/7/109 774/6/109 +f 775/7/109 781/6/455 780/7/455 +f 774/6/110 775/7/110 781/6/456 +f 780/7/456 781/6/456 775/7/110 +f 790/6/108 789/7/452 788/7/108 +f 789/7/452 790/6/108 791/6/452 +f 788/7/107 789/7/451 790/6/107 +f 791/6/451 790/6/107 789/7/451 +f 794/6/453 793/7/107 792/7/453 +f 793/7/107 794/6/453 795/6/107 +f 792/7/454 793/7/108 794/6/454 +f 795/6/108 794/6/454 793/7/108 +f 797/6/454 788/7/108 796/7/454 +f 788/7/108 797/6/454 790/6/108 +f 796/7/453 788/7/107 797/6/453 +f 790/6/107 797/6/453 788/7/107 +f 797/6/455 799/7/109 798/6/109 +f 799/7/109 797/6/455 796/7/455 +f 798/6/110 799/7/110 797/6/456 +f 796/7/456 797/6/456 799/7/110 +f 800/6/85 797/6/85 798/6/85 +f 797/6/85 800/6/85 795/6/85 +f 797/6/85 795/6/85 790/6/85 +f 790/6/85 795/6/85 794/6/85 +f 790/6/85 794/6/85 791/6/85 +f 791/6/85 794/6/85 801/6/85 +f 798/6/86 797/6/86 800/6/86 +f 795/6/86 800/6/86 797/6/86 +f 790/6/86 795/6/86 797/6/86 +f 794/6/86 795/6/86 790/6/86 +f 791/6/86 794/6/86 790/6/86 +f 801/6/86 794/6/86 791/6/86 +f 802/7/110 794/6/456 792/7/456 +f 794/6/456 802/7/110 801/6/110 +f 792/7/455 794/6/455 802/7/109 +f 801/6/109 802/7/109 794/6/455 +f 789/7/449 801/6/110 802/7/110 +f 801/6/110 789/7/449 791/6/449 +f 802/7/109 801/6/109 789/7/450 +f 791/6/450 789/7/450 801/6/109 +f 798/6/109 803/7/450 800/6/450 +f 803/7/450 798/6/109 799/7/109 +f 800/6/449 803/7/449 798/6/110 +f 799/7/110 798/6/110 803/7/449 +f 795/6/107 803/7/451 793/7/107 +f 803/7/451 795/6/107 800/6/451 +f 793/7/108 803/7/452 795/6/108 +f 800/6/452 795/6/108 803/7/452 +f 806/9/481 805/8/471 804/8/481 +f 805/8/471 806/9/481 807/9/471 +f 804/8/482 805/8/474 806/9/482 +f 807/9/474 806/9/482 805/8/474 +f 809/9/475 804/8/481 808/8/475 +f 804/8/481 809/9/475 806/9/481 +f 808/8/476 804/8/482 809/9/476 +f 806/9/482 809/9/476 804/8/482 +f 812/8/483 811/9/479 810/9/483 +f 811/9/479 812/8/483 813/8/479 +f 810/9/484 811/9/480 812/8/484 +f 813/8/480 812/8/484 811/9/480 +f 816/8/477 815/9/485 814/9/477 +f 815/9/485 816/8/477 817/8/485 +f 814/9/478 815/9/486 816/8/478 +f 817/8/486 816/8/478 815/9/486 +f 818/8/487 811/9/458 813/8/458 +f 811/9/458 818/8/487 819/9/487 +f 813/8/460 811/9/460 818/8/488 +f 819/9/488 818/8/488 811/9/460 +f 816/8/461 819/9/487 818/8/487 +f 819/9/487 816/8/461 814/9/461 +f 818/8/488 819/9/488 816/8/462 +f 814/9/462 816/8/462 819/9/488 +f 808/8/467 810/9/483 809/9/467 +f 810/9/483 808/8/467 812/8/483 +f 809/9/469 810/9/484 808/8/469 +f 812/8/484 808/8/469 810/9/484 +f 817/8/485 807/9/464 815/9/485 +f 807/9/464 817/8/485 805/8/464 +f 815/9/486 807/9/466 817/8/486 +f 805/8/466 817/8/486 807/9/466 +f 822/10/113 821/7/112 820/7/111 +f 821/7/112 822/10/113 823/10/114 +f 820/7/117 821/7/116 822/10/115 +f 823/10/118 822/10/115 821/7/116 +f 826/10/121 825/10/120 824/10/119 +f 825/10/120 826/10/121 827/10/122 +f 824/10/125 825/10/124 826/10/123 +f 827/10/126 826/10/123 825/10/124 +f 829/10/128 822/10/113 828/10/127 +f 822/10/113 829/10/128 823/10/114 +f 828/10/130 822/10/115 829/10/129 +f 823/10/118 829/10/129 822/10/115 +f 832/7/45 831/6/10 830/7/9 +f 831/6/10 832/7/45 833/6/46 +f 830/7/12 831/6/11 832/7/47 +f 833/6/48 832/7/47 831/6/11 +f 835/6/4 833/6/46 834/6/2 +f 833/6/46 835/6/4 831/6/10 +f 834/6/6 833/6/48 835/6/8 +f 831/6/11 835/6/8 833/6/48 +f 834/6/2 832/7/45 836/7/1 +f 832/7/45 834/6/2 833/6/46 +f 836/7/7 832/7/47 834/6/6 +f 833/6/48 834/6/6 832/7/47 +f 828/10/127 820/7/111 837/7/131 +f 820/7/111 828/10/127 822/10/113 +f 837/7/132 820/7/117 828/10/130 +f 822/10/115 828/10/130 820/7/117 +f 838/7/133 823/10/114 829/10/128 +f 823/10/114 838/7/133 821/7/112 +f 829/10/129 823/10/118 838/7/134 +f 821/7/116 838/7/134 823/10/118 +f 841/11/76 840/11/62 839/11/64 +f 840/11/62 841/11/76 842/11/75 +f 839/11/68 840/11/66 841/11/80 +f 842/11/77 841/11/80 840/11/66 +f 842/11/75 843/7/61 840/11/62 +f 843/7/61 842/11/75 844/7/73 +f 840/11/66 843/7/67 842/11/77 +f 844/7/79 842/11/77 843/7/67 +f 846/7/74 839/11/64 845/7/63 +f 839/11/64 846/7/74 841/11/76 +f 845/7/65 839/11/68 846/7/78 +f 841/11/80 846/7/78 839/11/68 +f 844/7/73 841/11/76 846/7/74 +f 841/11/76 844/7/73 842/11/75 +f 846/7/78 841/11/80 844/7/79 +f 842/11/77 844/7/79 841/11/80 +f 848/7/136 827/10/122 847/7/135 +f 827/10/122 848/7/136 825/10/120 +f 847/7/138 827/10/126 848/7/137 +f 825/10/124 848/7/137 827/10/126 +f 827/10/122 849/7/139 847/7/135 +f 849/7/139 827/10/122 826/10/121 +f 847/7/138 849/7/140 827/10/126 +f 826/10/123 827/10/126 849/7/140 +f 824/10/119 848/7/136 850/7/141 +f 848/7/136 824/10/119 825/10/120 +f 850/7/142 848/7/137 824/10/125 +f 825/10/124 824/10/125 848/7/137 +f 853/11/10 852/7/3 851/7/9 +f 852/7/3 853/11/10 854/11/4 +f 851/7/12 852/7/5 853/11/11 +f 854/11/8 853/11/11 852/7/5 +f 826/10/121 850/7/141 849/7/139 +f 850/7/141 826/10/121 824/10/119 +f 849/7/140 850/7/142 826/10/123 +f 824/10/125 826/10/123 850/7/142 +f 854/11/4 856/11/46 855/11/2 +f 856/11/46 854/11/4 853/11/10 +f 855/11/6 856/11/48 854/11/8 +f 853/11/11 854/11/8 856/11/48 +f 835/6/4 836/7/1 857/7/3 +f 836/7/1 835/6/4 834/6/2 +f 857/7/5 836/7/7 835/6/8 +f 834/6/6 835/6/8 836/7/7 +f 855/11/2 859/7/45 858/7/1 +f 859/7/45 855/11/2 856/11/46 +f 858/7/7 859/7/47 855/11/6 +f 856/11/48 855/11/6 859/7/47 +f 839/11/64 843/7/61 845/7/63 +f 843/7/61 839/11/64 840/11/62 +f 845/7/65 843/7/67 839/11/68 +f 840/11/66 839/11/68 843/7/67 +f 831/6/10 857/7/3 830/7/9 +f 857/7/3 831/6/10 835/6/4 +f 830/7/12 857/7/5 831/6/11 +f 835/6/8 831/6/11 857/7/5 +f 854/11/4 858/7/1 852/7/3 +f 858/7/1 854/11/4 855/11/2 +f 852/7/5 858/7/7 854/11/8 +f 855/11/6 854/11/8 858/7/7 +f 838/7/133 828/10/127 837/7/131 +f 828/10/127 838/7/133 829/10/128 +f 837/7/132 828/10/130 838/7/134 +f 829/10/129 838/7/134 828/10/130 +f 862/11/10 861/7/3 860/7/9 +f 861/7/3 862/11/10 863/11/4 +f 860/7/12 861/7/5 862/11/11 +f 863/11/8 862/11/11 861/7/5 +f 859/7/45 853/11/10 851/7/9 +f 853/11/10 859/7/45 856/11/46 +f 851/7/12 853/11/11 859/7/47 +f 856/11/48 859/7/47 853/11/11 +f 863/11/4 865/11/46 864/11/2 +f 865/11/46 863/11/4 862/11/10 +f 864/11/6 865/11/48 863/11/8 +f 862/11/11 863/11/8 865/11/48 +f 866/7/45 862/11/10 860/7/9 +f 862/11/10 866/7/45 865/11/46 +f 860/7/12 862/11/11 866/7/47 +f 865/11/48 866/7/47 862/11/11 +f 863/11/4 867/7/1 861/7/3 +f 867/7/1 863/11/4 864/11/2 +f 861/7/5 867/7/7 863/11/8 +f 864/11/6 863/11/8 867/7/7 +f 864/11/2 866/7/45 867/7/1 +f 866/7/45 864/11/2 865/11/46 +f 867/7/7 866/7/47 864/11/6 +f 865/11/48 864/11/6 866/7/47 +f 870/10/145 869/10/144 868/10/143 +f 869/10/144 870/10/145 871/10/146 +f 868/10/149 869/10/148 870/10/147 +f 871/10/150 870/10/147 869/10/148 +f 868/10/143 873/7/152 872/7/151 +f 873/7/152 868/10/143 869/10/144 +f 872/7/154 873/7/153 868/10/149 +f 869/10/148 868/10/149 873/7/153 +f 870/10/145 872/7/151 874/7/155 +f 872/7/151 870/10/145 868/10/143 +f 874/7/156 872/7/154 870/10/147 +f 868/10/149 870/10/147 872/7/154 +f 869/10/144 875/7/157 873/7/152 +f 875/7/157 869/10/144 871/10/146 +f 873/7/153 875/7/158 869/10/148 +f 871/10/150 869/10/148 875/7/158 +f 875/7/157 870/10/145 874/7/155 +f 870/10/145 875/7/157 871/10/146 +f 874/7/156 870/10/147 875/7/158 +f 871/10/150 875/7/158 870/10/147 +f 878/7/39 877/10/34 876/7/37 +f 877/10/34 878/7/39 879/10/33 +f 876/7/38 877/10/35 878/7/40 +f 879/10/36 878/7/40 877/10/35 +f 877/10/34 881/10/26 880/10/28 +f 881/10/26 877/10/34 879/10/33 +f 880/10/32 881/10/30 877/10/35 +f 879/10/36 877/10/35 881/10/30 +f 877/10/34 882/7/27 876/7/37 +f 882/7/27 877/10/34 880/10/28 +f 876/7/38 882/7/29 877/10/35 +f 880/10/32 877/10/35 882/7/29 +f 881/10/26 878/7/39 883/7/25 +f 878/7/39 881/10/26 879/10/33 +f 883/7/31 878/7/40 881/10/30 +f 879/10/36 881/10/30 878/7/40 +f 880/10/28 883/7/25 882/7/27 +f 883/7/25 880/10/28 881/10/26 +f 882/7/29 883/7/31 880/10/32 +f 881/10/30 880/10/32 883/7/31 +f 886/11/76 885/11/62 884/11/64 +f 885/11/62 886/11/76 887/11/75 +f 884/11/68 885/11/66 886/11/80 +f 887/11/77 886/11/80 885/11/66 +f 887/11/75 888/7/61 885/11/62 +f 888/7/61 887/11/75 889/7/73 +f 885/11/66 888/7/67 887/11/77 +f 889/7/79 887/11/77 888/7/67 +f 892/10/15 891/10/22 890/10/16 +f 891/10/22 892/10/15 893/10/42 +f 890/10/20 891/10/23 892/10/17 +f 893/10/43 892/10/17 891/10/23 +f 890/10/16 895/7/21 894/7/14 +f 895/7/21 890/10/16 891/10/22 +f 894/7/18 895/7/24 890/10/20 +f 891/10/23 890/10/20 895/7/24 +f 884/11/64 888/7/61 896/7/63 +f 888/7/61 884/11/64 885/11/62 +f 896/7/65 888/7/67 884/11/68 +f 885/11/66 884/11/68 888/7/67 +f 889/7/73 886/11/76 897/7/74 +f 886/11/76 889/7/73 887/11/75 +f 897/7/78 886/11/80 889/7/79 +f 887/11/77 889/7/79 886/11/80 +f 891/10/22 898/7/41 895/7/21 +f 898/7/41 891/10/22 893/10/42 +f 895/7/24 898/7/44 891/10/23 +f 893/10/43 891/10/23 898/7/44 +f 892/10/15 894/7/14 899/7/13 +f 894/7/14 892/10/15 890/10/16 +f 899/7/19 894/7/18 892/10/17 +f 890/10/20 892/10/17 894/7/18 +f 898/7/41 892/10/15 899/7/13 +f 892/10/15 898/7/41 893/10/42 +f 899/7/19 892/10/17 898/7/44 +f 893/10/43 898/7/44 892/10/17 +f 897/7/74 884/11/64 896/7/63 +f 884/11/64 897/7/74 886/11/76 +f 896/7/65 884/11/68 897/7/78 +f 886/11/80 897/7/78 884/11/68 +f 902/10/113 901/7/112 900/7/111 +f 901/7/112 902/10/113 903/10/114 +f 900/7/117 901/7/116 902/10/115 +f 903/10/118 902/10/115 901/7/116 +f 906/10/121 905/10/120 904/10/119 +f 905/10/120 906/10/121 907/10/122 +f 904/10/125 905/10/124 906/10/123 +f 907/10/126 906/10/123 905/10/124 +f 909/10/128 902/10/113 908/10/127 +f 902/10/113 909/10/128 903/10/114 +f 908/10/130 902/10/115 909/10/129 +f 903/10/118 909/10/129 902/10/115 +f 912/7/45 911/6/10 910/7/9 +f 911/6/10 912/7/45 913/6/46 +f 910/7/12 911/6/11 912/7/47 +f 913/6/48 912/7/47 911/6/11 +f 915/6/4 913/6/46 914/6/2 +f 913/6/46 915/6/4 911/6/10 +f 914/6/6 913/6/48 915/6/8 +f 911/6/11 915/6/8 913/6/48 +f 914/6/2 912/7/45 916/7/1 +f 912/7/45 914/6/2 913/6/46 +f 916/7/7 912/7/47 914/6/6 +f 913/6/48 914/6/6 912/7/47 +f 908/10/127 900/7/111 917/7/131 +f 900/7/111 908/10/127 902/10/113 +f 917/7/132 900/7/117 908/10/130 +f 902/10/115 908/10/130 900/7/117 +f 918/7/133 903/10/114 909/10/128 +f 903/10/114 918/7/133 901/7/112 +f 909/10/129 903/10/118 918/7/134 +f 901/7/116 918/7/134 903/10/118 +f 921/11/76 920/11/62 919/11/64 +f 920/11/62 921/11/76 922/11/75 +f 919/11/68 920/11/66 921/11/80 +f 922/11/77 921/11/80 920/11/66 +f 922/11/75 923/7/61 920/11/62 +f 923/7/61 922/11/75 924/7/73 +f 920/11/66 923/7/67 922/11/77 +f 924/7/79 922/11/77 923/7/67 +f 926/7/74 919/11/64 925/7/63 +f 919/11/64 926/7/74 921/11/76 +f 925/7/65 919/11/68 926/7/78 +f 921/11/80 926/7/78 919/11/68 +f 924/7/73 921/11/76 926/7/74 +f 921/11/76 924/7/73 922/11/75 +f 926/7/78 921/11/80 924/7/79 +f 922/11/77 924/7/79 921/11/80 +f 928/7/136 907/10/122 927/7/135 +f 907/10/122 928/7/136 905/10/120 +f 927/7/138 907/10/126 928/7/137 +f 905/10/124 928/7/137 907/10/126 +f 907/10/122 929/7/139 927/7/135 +f 929/7/139 907/10/122 906/10/121 +f 927/7/138 929/7/140 907/10/126 +f 906/10/123 907/10/126 929/7/140 +f 904/10/119 928/7/136 930/7/141 +f 928/7/136 904/10/119 905/10/120 +f 930/7/142 928/7/137 904/10/125 +f 905/10/124 904/10/125 928/7/137 +f 933/11/10 932/7/3 931/7/9 +f 932/7/3 933/11/10 934/11/4 +f 931/7/12 932/7/5 933/11/11 +f 934/11/8 933/11/11 932/7/5 +f 906/10/121 930/7/141 929/7/139 +f 930/7/141 906/10/121 904/10/119 +f 929/7/140 930/7/142 906/10/123 +f 904/10/125 906/10/123 930/7/142 +f 934/11/4 936/11/46 935/11/2 +f 936/11/46 934/11/4 933/11/10 +f 935/11/6 936/11/48 934/11/8 +f 933/11/11 934/11/8 936/11/48 +f 915/6/4 916/7/1 937/7/3 +f 916/7/1 915/6/4 914/6/2 +f 937/7/5 916/7/7 915/6/8 +f 914/6/6 915/6/8 916/7/7 +f 935/11/2 939/7/45 938/7/1 +f 939/7/45 935/11/2 936/11/46 +f 938/7/7 939/7/47 935/11/6 +f 936/11/48 935/11/6 939/7/47 +f 919/11/64 923/7/61 925/7/63 +f 923/7/61 919/11/64 920/11/62 +f 925/7/65 923/7/67 919/11/68 +f 920/11/66 919/11/68 923/7/67 +f 911/6/10 937/7/3 910/7/9 +f 937/7/3 911/6/10 915/6/4 +f 910/7/12 937/7/5 911/6/11 +f 915/6/8 911/6/11 937/7/5 +f 934/11/4 938/7/1 932/7/3 +f 938/7/1 934/11/4 935/11/2 +f 932/7/5 938/7/7 934/11/8 +f 935/11/6 934/11/8 938/7/7 +f 918/7/133 908/10/127 917/7/131 +f 908/10/127 918/7/133 909/10/128 +f 917/7/132 908/10/130 918/7/134 +f 909/10/129 918/7/134 908/10/130 +f 942/11/10 941/7/3 940/7/9 +f 941/7/3 942/11/10 943/11/4 +f 940/7/12 941/7/5 942/11/11 +f 943/11/8 942/11/11 941/7/5 +f 939/7/45 933/11/10 931/7/9 +f 933/11/10 939/7/45 936/11/46 +f 931/7/12 933/11/11 939/7/47 +f 936/11/48 939/7/47 933/11/11 +f 943/11/4 945/11/46 944/11/2 +f 945/11/46 943/11/4 942/11/10 +f 944/11/6 945/11/48 943/11/8 +f 942/11/11 943/11/8 945/11/48 +f 946/7/45 942/11/10 940/7/9 +f 942/11/10 946/7/45 945/11/46 +f 940/7/12 942/11/11 946/7/47 +f 945/11/48 946/7/47 942/11/11 +f 943/11/4 947/7/1 941/7/3 +f 947/7/1 943/11/4 944/11/2 +f 941/7/5 947/7/7 943/11/8 +f 944/11/6 943/11/8 947/7/7 +f 944/11/2 946/7/45 947/7/1 +f 946/7/45 944/11/2 945/11/46 +f 947/7/7 946/7/47 944/11/6 +f 945/11/48 944/11/6 946/7/47 +f 950/10/145 949/10/144 948/10/143 +f 949/10/144 950/10/145 951/10/146 +f 948/10/149 949/10/148 950/10/147 +f 951/10/150 950/10/147 949/10/148 +f 948/10/143 953/7/152 952/7/151 +f 953/7/152 948/10/143 949/10/144 +f 952/7/154 953/7/153 948/10/149 +f 949/10/148 948/10/149 953/7/153 +f 950/10/145 952/7/151 954/7/155 +f 952/7/151 950/10/145 948/10/143 +f 954/7/156 952/7/154 950/10/147 +f 948/10/149 950/10/147 952/7/154 +f 949/10/144 955/7/157 953/7/152 +f 955/7/157 949/10/144 951/10/146 +f 953/7/153 955/7/158 949/10/148 +f 951/10/150 949/10/148 955/7/158 +f 955/7/157 950/10/145 954/7/155 +f 950/10/145 955/7/157 951/10/146 +f 954/7/156 950/10/147 955/7/158 +f 951/10/150 955/7/158 950/10/147 +f 958/7/39 957/10/34 956/7/37 +f 957/10/34 958/7/39 959/10/33 +f 956/7/38 957/10/35 958/7/40 +f 959/10/36 958/7/40 957/10/35 +f 957/10/34 961/10/26 960/10/28 +f 961/10/26 957/10/34 959/10/33 +f 960/10/32 961/10/30 957/10/35 +f 959/10/36 957/10/35 961/10/30 +f 957/10/34 962/7/27 956/7/37 +f 962/7/27 957/10/34 960/10/28 +f 956/7/38 962/7/29 957/10/35 +f 960/10/32 957/10/35 962/7/29 +f 961/10/26 958/7/39 963/7/25 +f 958/7/39 961/10/26 959/10/33 +f 963/7/31 958/7/40 961/10/30 +f 959/10/36 961/10/30 958/7/40 +f 960/10/28 963/7/25 962/7/27 +f 963/7/25 960/10/28 961/10/26 +f 962/7/29 963/7/31 960/10/32 +f 961/10/30 960/10/32 963/7/31 +f 966/11/76 965/11/62 964/11/64 +f 965/11/62 966/11/76 967/11/75 +f 964/11/68 965/11/66 966/11/80 +f 967/11/77 966/11/80 965/11/66 +f 967/11/75 968/7/61 965/11/62 +f 968/7/61 967/11/75 969/7/73 +f 965/11/66 968/7/67 967/11/77 +f 969/7/79 967/11/77 968/7/67 +f 972/10/15 971/10/22 970/10/16 +f 971/10/22 972/10/15 973/10/42 +f 970/10/20 971/10/23 972/10/17 +f 973/10/43 972/10/17 971/10/23 +f 970/10/16 975/7/21 974/7/14 +f 975/7/21 970/10/16 971/10/22 +f 974/7/18 975/7/24 970/10/20 +f 971/10/23 970/10/20 975/7/24 +f 964/11/64 968/7/61 976/7/63 +f 968/7/61 964/11/64 965/11/62 +f 976/7/65 968/7/67 964/11/68 +f 965/11/66 964/11/68 968/7/67 +f 969/7/73 966/11/76 977/7/74 +f 966/11/76 969/7/73 967/11/75 +f 977/7/78 966/11/80 969/7/79 +f 967/11/77 969/7/79 966/11/80 +f 971/10/22 978/7/41 975/7/21 +f 978/7/41 971/10/22 973/10/42 +f 975/7/24 978/7/44 971/10/23 +f 973/10/43 971/10/23 978/7/44 +f 972/10/15 974/7/14 979/7/13 +f 974/7/14 972/10/15 970/10/16 +f 979/7/19 974/7/18 972/10/17 +f 970/10/20 972/10/17 974/7/18 +f 978/7/41 972/10/15 979/7/13 +f 972/10/15 978/7/41 973/10/42 +f 979/7/19 972/10/17 978/7/44 +f 973/10/43 978/7/44 972/10/17 +f 977/7/74 964/11/64 976/7/63 +f 964/11/64 977/7/74 966/11/76 +f 976/7/65 964/11/68 977/7/78 +f 966/11/80 977/7/78 964/11/68 +f 982/10/113 981/7/112 980/7/111 +f 981/7/112 982/10/113 983/10/114 +f 980/7/117 981/7/116 982/10/115 +f 983/10/118 982/10/115 981/7/116 +f 986/10/121 985/10/120 984/10/119 +f 985/10/120 986/10/121 987/10/122 +f 984/10/125 985/10/124 986/10/123 +f 987/10/126 986/10/123 985/10/124 +f 989/10/128 982/10/113 988/10/127 +f 982/10/113 989/10/128 983/10/114 +f 988/10/130 982/10/115 989/10/129 +f 983/10/118 989/10/129 982/10/115 +f 992/7/45 991/6/10 990/7/9 +f 991/6/10 992/7/45 993/6/46 +f 990/7/12 991/6/11 992/7/47 +f 993/6/48 992/7/47 991/6/11 +f 995/6/4 993/6/46 994/6/2 +f 993/6/46 995/6/4 991/6/10 +f 994/6/6 993/6/48 995/6/8 +f 991/6/11 995/6/8 993/6/48 +f 994/6/2 992/7/45 996/7/1 +f 992/7/45 994/6/2 993/6/46 +f 996/7/7 992/7/47 994/6/6 +f 993/6/48 994/6/6 992/7/47 +f 988/10/127 980/7/111 997/7/131 +f 980/7/111 988/10/127 982/10/113 +f 997/7/132 980/7/117 988/10/130 +f 982/10/115 988/10/130 980/7/117 +f 998/7/133 983/10/114 989/10/128 +f 983/10/114 998/7/133 981/7/112 +f 989/10/129 983/10/118 998/7/134 +f 981/7/116 998/7/134 983/10/118 +f 1001/11/76 1000/11/62 999/11/64 +f 1000/11/62 1001/11/76 1002/11/75 +f 999/11/68 1000/11/66 1001/11/80 +f 1002/11/77 1001/11/80 1000/11/66 +f 1002/11/75 1003/7/61 1000/11/62 +f 1003/7/61 1002/11/75 1004/7/73 +f 1000/11/66 1003/7/67 1002/11/77 +f 1004/7/79 1002/11/77 1003/7/67 +f 1006/7/74 999/11/64 1005/7/63 +f 999/11/64 1006/7/74 1001/11/76 +f 1005/7/65 999/11/68 1006/7/78 +f 1001/11/80 1006/7/78 999/11/68 +f 1004/7/73 1001/11/76 1006/7/74 +f 1001/11/76 1004/7/73 1002/11/75 +f 1006/7/78 1001/11/80 1004/7/79 +f 1002/11/77 1004/7/79 1001/11/80 +f 1008/7/136 987/10/122 1007/7/135 +f 987/10/122 1008/7/136 985/10/120 +f 1007/7/138 987/10/126 1008/7/137 +f 985/10/124 1008/7/137 987/10/126 +f 987/10/122 1009/7/139 1007/7/135 +f 1009/7/139 987/10/122 986/10/121 +f 1007/7/138 1009/7/140 987/10/126 +f 986/10/123 987/10/126 1009/7/140 +f 984/10/119 1008/7/136 1010/7/141 +f 1008/7/136 984/10/119 985/10/120 +f 1010/7/142 1008/7/137 984/10/125 +f 985/10/124 984/10/125 1008/7/137 +f 1013/11/10 1012/7/3 1011/7/9 +f 1012/7/3 1013/11/10 1014/11/4 +f 1011/7/12 1012/7/5 1013/11/11 +f 1014/11/8 1013/11/11 1012/7/5 +f 986/10/121 1010/7/141 1009/7/139 +f 1010/7/141 986/10/121 984/10/119 +f 1009/7/140 1010/7/142 986/10/123 +f 984/10/125 986/10/123 1010/7/142 +f 1014/11/4 1016/11/46 1015/11/2 +f 1016/11/46 1014/11/4 1013/11/10 +f 1015/11/6 1016/11/48 1014/11/8 +f 1013/11/11 1014/11/8 1016/11/48 +f 995/6/4 996/7/1 1017/7/3 +f 996/7/1 995/6/4 994/6/2 +f 1017/7/5 996/7/7 995/6/8 +f 994/6/6 995/6/8 996/7/7 +f 1015/11/2 1019/7/45 1018/7/1 +f 1019/7/45 1015/11/2 1016/11/46 +f 1018/7/7 1019/7/47 1015/11/6 +f 1016/11/48 1015/11/6 1019/7/47 +f 999/11/64 1003/7/61 1005/7/63 +f 1003/7/61 999/11/64 1000/11/62 +f 1005/7/65 1003/7/67 999/11/68 +f 1000/11/66 999/11/68 1003/7/67 +f 991/6/10 1017/7/3 990/7/9 +f 1017/7/3 991/6/10 995/6/4 +f 990/7/12 1017/7/5 991/6/11 +f 995/6/8 991/6/11 1017/7/5 +f 1014/11/4 1018/7/1 1012/7/3 +f 1018/7/1 1014/11/4 1015/11/2 +f 1012/7/5 1018/7/7 1014/11/8 +f 1015/11/6 1014/11/8 1018/7/7 +f 998/7/133 988/10/127 997/7/131 +f 988/10/127 998/7/133 989/10/128 +f 997/7/132 988/10/130 998/7/134 +f 989/10/129 998/7/134 988/10/130 +f 1022/11/10 1021/7/3 1020/7/9 +f 1021/7/3 1022/11/10 1023/11/4 +f 1020/7/12 1021/7/5 1022/11/11 +f 1023/11/8 1022/11/11 1021/7/5 +f 1019/7/45 1013/11/10 1011/7/9 +f 1013/11/10 1019/7/45 1016/11/46 +f 1011/7/12 1013/11/11 1019/7/47 +f 1016/11/48 1019/7/47 1013/11/11 +f 1023/11/4 1025/11/46 1024/11/2 +f 1025/11/46 1023/11/4 1022/11/10 +f 1024/11/6 1025/11/48 1023/11/8 +f 1022/11/11 1023/11/8 1025/11/48 +f 1026/7/45 1022/11/10 1020/7/9 +f 1022/11/10 1026/7/45 1025/11/46 +f 1020/7/12 1022/11/11 1026/7/47 +f 1025/11/48 1026/7/47 1022/11/11 +f 1023/11/4 1027/7/1 1021/7/3 +f 1027/7/1 1023/11/4 1024/11/2 +f 1021/7/5 1027/7/7 1023/11/8 +f 1024/11/6 1023/11/8 1027/7/7 +f 1024/11/2 1026/7/45 1027/7/1 +f 1026/7/45 1024/11/2 1025/11/46 +f 1027/7/7 1026/7/47 1024/11/6 +f 1025/11/48 1024/11/6 1026/7/47 +f 1030/10/145 1029/10/144 1028/10/143 +f 1029/10/144 1030/10/145 1031/10/146 +f 1028/10/149 1029/10/148 1030/10/147 +f 1031/10/150 1030/10/147 1029/10/148 +f 1028/10/143 1033/7/152 1032/7/151 +f 1033/7/152 1028/10/143 1029/10/144 +f 1032/7/154 1033/7/153 1028/10/149 +f 1029/10/148 1028/10/149 1033/7/153 +f 1030/10/145 1032/7/151 1034/7/155 +f 1032/7/151 1030/10/145 1028/10/143 +f 1034/7/156 1032/7/154 1030/10/147 +f 1028/10/149 1030/10/147 1032/7/154 +f 1029/10/144 1035/7/157 1033/7/152 +f 1035/7/157 1029/10/144 1031/10/146 +f 1033/7/153 1035/7/158 1029/10/148 +f 1031/10/150 1029/10/148 1035/7/158 +f 1035/7/157 1030/10/145 1034/7/155 +f 1030/10/145 1035/7/157 1031/10/146 +f 1034/7/156 1030/10/147 1035/7/158 +f 1031/10/150 1035/7/158 1030/10/147 +f 1038/7/39 1037/10/34 1036/7/37 +f 1037/10/34 1038/7/39 1039/10/33 +f 1036/7/38 1037/10/35 1038/7/40 +f 1039/10/36 1038/7/40 1037/10/35 +f 1037/10/34 1041/10/26 1040/10/28 +f 1041/10/26 1037/10/34 1039/10/33 +f 1040/10/32 1041/10/30 1037/10/35 +f 1039/10/36 1037/10/35 1041/10/30 +f 1037/10/34 1042/7/27 1036/7/37 +f 1042/7/27 1037/10/34 1040/10/28 +f 1036/7/38 1042/7/29 1037/10/35 +f 1040/10/32 1037/10/35 1042/7/29 +f 1041/10/26 1038/7/39 1043/7/25 +f 1038/7/39 1041/10/26 1039/10/33 +f 1043/7/31 1038/7/40 1041/10/30 +f 1039/10/36 1041/10/30 1038/7/40 +f 1040/10/28 1043/7/25 1042/7/27 +f 1043/7/25 1040/10/28 1041/10/26 +f 1042/7/29 1043/7/31 1040/10/32 +f 1041/10/30 1040/10/32 1043/7/31 +f 1046/11/76 1045/11/62 1044/11/64 +f 1045/11/62 1046/11/76 1047/11/75 +f 1044/11/68 1045/11/66 1046/11/80 +f 1047/11/77 1046/11/80 1045/11/66 +f 1047/11/75 1048/7/61 1045/11/62 +f 1048/7/61 1047/11/75 1049/7/73 +f 1045/11/66 1048/7/67 1047/11/77 +f 1049/7/79 1047/11/77 1048/7/67 +f 1052/10/15 1051/10/22 1050/10/16 +f 1051/10/22 1052/10/15 1053/10/42 +f 1050/10/20 1051/10/23 1052/10/17 +f 1053/10/43 1052/10/17 1051/10/23 +f 1050/10/16 1055/7/21 1054/7/14 +f 1055/7/21 1050/10/16 1051/10/22 +f 1054/7/18 1055/7/24 1050/10/20 +f 1051/10/23 1050/10/20 1055/7/24 +f 1044/11/64 1048/7/61 1056/7/63 +f 1048/7/61 1044/11/64 1045/11/62 +f 1056/7/65 1048/7/67 1044/11/68 +f 1045/11/66 1044/11/68 1048/7/67 +f 1049/7/73 1046/11/76 1057/7/74 +f 1046/11/76 1049/7/73 1047/11/75 +f 1057/7/78 1046/11/80 1049/7/79 +f 1047/11/77 1049/7/79 1046/11/80 +f 1051/10/22 1058/7/41 1055/7/21 +f 1058/7/41 1051/10/22 1053/10/42 +f 1055/7/24 1058/7/44 1051/10/23 +f 1053/10/43 1051/10/23 1058/7/44 +f 1052/10/15 1054/7/14 1059/7/13 +f 1054/7/14 1052/10/15 1050/10/16 +f 1059/7/19 1054/7/18 1052/10/17 +f 1050/10/20 1052/10/17 1054/7/18 +f 1058/7/41 1052/10/15 1059/7/13 +f 1052/10/15 1058/7/41 1053/10/42 +f 1059/7/19 1052/10/17 1058/7/44 +f 1053/10/43 1058/7/44 1052/10/17 +f 1057/7/74 1044/11/64 1056/7/63 +f 1044/11/64 1057/7/74 1046/11/76 +f 1056/7/65 1044/11/68 1057/7/78 +f 1046/11/80 1057/7/78 1044/11/68 +f 1062/7/489 1061/7/489 1060/7/489 +f 1061/7/489 1062/7/489 1063/7/489 +f 1061/7/489 1063/7/489 1064/7/489 +f 1064/7/489 1063/7/489 1065/7/489 +f 1065/7/489 1063/7/489 1066/7/489 +f 1065/7/489 1066/7/489 1067/7/489 +f 1060/7/490 1061/7/490 1062/7/490 +f 1063/7/490 1062/7/490 1061/7/490 +f 1064/7/490 1063/7/490 1061/7/490 +f 1065/7/490 1063/7/490 1064/7/490 +f 1066/7/490 1063/7/490 1065/7/490 +f 1067/7/490 1066/7/490 1065/7/490 +f 1070/6/490 1069/6/490 1068/6/490 +f 1069/6/490 1070/6/490 1071/6/490 +f 1069/6/490 1071/6/490 1072/6/490 +f 1072/6/490 1071/6/490 1073/6/490 +f 1072/6/490 1073/6/490 1074/6/490 +f 1074/6/490 1073/6/490 1075/6/490 +f 1068/6/489 1069/6/489 1070/6/489 +f 1071/6/489 1070/6/489 1069/6/489 +f 1072/6/489 1071/6/489 1069/6/489 +f 1073/6/489 1071/6/489 1072/6/489 +f 1074/6/489 1073/6/489 1072/6/489 +f 1075/6/489 1073/6/489 1074/6/489 +f 1068/6/492 1061/7/491 1070/6/491 +f 1061/7/491 1068/6/492 1060/7/492 +f 1070/6/494 1061/7/494 1068/6/493 +f 1060/7/493 1068/6/493 1061/7/494 +f 1071/6/495 1061/7/496 1064/7/495 +f 1061/7/496 1071/6/495 1070/6/496 +f 1064/7/497 1061/7/498 1071/6/497 +f 1070/6/498 1071/6/497 1061/7/498 +f 1073/6/499 1064/7/495 1065/7/499 +f 1064/7/495 1073/6/499 1071/6/495 +f 1065/7/500 1064/7/497 1073/6/500 +f 1071/6/497 1073/6/500 1064/7/497 +f 1067/7/493 1073/6/501 1065/7/501 +f 1073/6/501 1067/7/493 1075/6/493 +f 1065/7/502 1073/6/502 1067/7/492 +f 1075/6/492 1067/7/492 1073/6/502 +f 1066/7/494 1075/6/493 1067/7/493 +f 1075/6/493 1066/7/494 1074/6/494 +f 1067/7/492 1075/6/492 1066/7/491 +f 1074/6/491 1066/7/491 1075/6/492 +f 1072/6/497 1066/7/498 1063/7/497 +f 1066/7/498 1072/6/497 1074/6/498 +f 1063/7/495 1066/7/496 1072/6/495 +f 1074/6/496 1072/6/495 1066/7/496 +f 1069/6/500 1063/7/497 1062/7/500 +f 1063/7/497 1069/6/500 1072/6/497 +f 1062/7/499 1063/7/495 1069/6/499 +f 1072/6/495 1069/6/499 1063/7/495 +f 1069/6/502 1060/7/492 1068/6/492 +f 1060/7/492 1069/6/502 1062/7/502 +f 1068/6/493 1060/7/493 1069/6/501 +f 1062/7/501 1069/6/501 1060/7/493 +f 1078/6/490 1077/6/490 1076/6/490 +f 1077/6/490 1078/6/490 1079/6/490 +f 1077/6/490 1079/6/490 1080/6/490 +f 1080/6/490 1079/6/490 1081/6/490 +f 1081/6/490 1079/6/490 1082/6/490 +f 1081/6/490 1082/6/490 1083/6/490 +f 1076/6/489 1077/6/489 1078/6/489 +f 1079/6/489 1078/6/489 1077/6/489 +f 1080/6/489 1079/6/489 1077/6/489 +f 1081/6/489 1079/6/489 1080/6/489 +f 1082/6/489 1079/6/489 1081/6/489 +f 1083/6/489 1082/6/489 1081/6/489 +f 1076/6/492 1084/7/491 1078/6/491 +f 1084/7/491 1076/6/492 1085/7/492 +f 1078/6/494 1084/7/494 1076/6/493 +f 1085/7/493 1076/6/493 1084/7/494 +f 1079/6/495 1084/7/496 1086/7/495 +f 1084/7/496 1079/6/495 1078/6/496 +f 1086/7/497 1084/7/498 1079/6/497 +f 1078/6/498 1079/6/497 1084/7/498 +f 1082/6/499 1086/7/495 1087/7/499 +f 1086/7/495 1082/6/499 1079/6/495 +f 1087/7/500 1086/7/497 1082/6/500 +f 1079/6/497 1082/6/500 1086/7/497 +f 1088/7/493 1082/6/501 1087/7/501 +f 1082/6/501 1088/7/493 1083/6/493 +f 1087/7/502 1082/6/502 1088/7/492 +f 1083/6/492 1088/7/492 1082/6/502 +f 1089/7/494 1083/6/493 1088/7/493 +f 1083/6/493 1089/7/494 1081/6/494 +f 1088/7/492 1083/6/492 1089/7/491 +f 1081/6/491 1089/7/491 1083/6/492 +f 1080/6/497 1089/7/498 1090/7/497 +f 1089/7/498 1080/6/497 1081/6/498 +f 1090/7/495 1089/7/496 1080/6/495 +f 1081/6/496 1080/6/495 1089/7/496 +f 1077/6/500 1090/7/497 1091/7/500 +f 1090/7/497 1077/6/500 1080/6/497 +f 1091/7/499 1090/7/495 1077/6/499 +f 1080/6/495 1077/6/499 1090/7/495 +f 1077/6/502 1085/7/492 1076/6/492 +f 1085/7/492 1077/6/502 1091/7/502 +f 1076/6/493 1085/7/493 1077/6/501 +f 1091/7/501 1077/6/501 1085/7/493 +f 1094/8/503 1093/9/504 1092/9/503 +f 1093/9/504 1094/8/503 1095/8/504 +f 1092/9/505 1093/9/506 1094/8/505 +f 1095/8/506 1094/8/505 1093/9/506 +f 1098/9/507 1097/8/508 1096/8/507 +f 1097/8/508 1098/9/507 1099/9/508 +f 1096/8/509 1097/8/510 1098/9/509 +f 1099/9/510 1098/9/509 1097/8/510 +f 1101/8/511 1092/9/503 1100/9/511 +f 1092/9/503 1101/8/511 1094/8/503 +f 1100/9/512 1092/9/505 1101/8/512 +f 1094/8/505 1101/8/512 1092/9/505 +f 1104/8/513 1103/9/514 1102/9/513 +f 1103/9/514 1104/8/513 1105/8/514 +f 1102/9/515 1103/9/516 1104/8/515 +f 1105/8/516 1104/8/515 1103/9/516 +f 1104/8/513 1093/9/517 1095/8/517 +f 1093/9/517 1104/8/513 1102/9/513 +f 1095/8/518 1093/9/518 1104/8/515 +f 1102/9/515 1104/8/515 1093/9/518 +f 1107/8/519 1099/9/520 1106/9/519 +f 1099/9/520 1107/8/519 1097/8/520 +f 1106/9/521 1099/9/522 1107/8/521 +f 1097/8/522 1107/8/521 1099/9/522 +f 1105/8/523 1106/9/519 1103/9/523 +f 1106/9/519 1105/8/523 1107/8/519 +f 1103/9/524 1106/9/521 1105/8/524 +f 1107/8/521 1105/8/524 1106/9/521 +f 1100/9/525 1096/8/507 1101/8/525 +f 1096/8/507 1100/9/525 1098/9/507 +f 1101/8/526 1096/8/509 1100/9/526 +f 1098/9/509 1100/9/526 1096/8/509 +f 1110/10/113 1109/7/112 1108/7/111 +f 1109/7/112 1110/10/113 1111/10/114 +f 1108/7/117 1109/7/116 1110/10/115 +f 1111/10/118 1110/10/115 1109/7/116 +f 1114/10/121 1113/10/120 1112/10/119 +f 1113/10/120 1114/10/121 1115/10/122 +f 1112/10/125 1113/10/124 1114/10/123 +f 1115/10/126 1114/10/123 1113/10/124 +f 1117/10/128 1110/10/113 1116/10/127 +f 1110/10/113 1117/10/128 1111/10/114 +f 1116/10/130 1110/10/115 1117/10/129 +f 1111/10/118 1117/10/129 1110/10/115 +f 1120/7/45 1119/6/10 1118/7/9 +f 1119/6/10 1120/7/45 1121/6/46 +f 1118/7/12 1119/6/11 1120/7/47 +f 1121/6/48 1120/7/47 1119/6/11 +f 1123/6/4 1121/6/46 1122/6/2 +f 1121/6/46 1123/6/4 1119/6/10 +f 1122/6/6 1121/6/48 1123/6/8 +f 1119/6/11 1123/6/8 1121/6/48 +f 1122/6/2 1120/7/45 1124/7/1 +f 1120/7/45 1122/6/2 1121/6/46 +f 1124/7/7 1120/7/47 1122/6/6 +f 1121/6/48 1122/6/6 1120/7/47 +f 1116/10/127 1108/7/111 1125/7/131 +f 1108/7/111 1116/10/127 1110/10/113 +f 1125/7/132 1108/7/117 1116/10/130 +f 1110/10/115 1116/10/130 1108/7/117 +f 1126/7/133 1111/10/114 1117/10/128 +f 1111/10/114 1126/7/133 1109/7/112 +f 1117/10/129 1111/10/118 1126/7/134 +f 1109/7/116 1126/7/134 1111/10/118 +f 1129/11/76 1128/11/62 1127/11/64 +f 1128/11/62 1129/11/76 1130/11/75 +f 1127/11/68 1128/11/66 1129/11/80 +f 1130/11/77 1129/11/80 1128/11/66 +f 1130/11/75 1131/7/61 1128/11/62 +f 1131/7/61 1130/11/75 1132/7/73 +f 1128/11/66 1131/7/67 1130/11/77 +f 1132/7/79 1130/11/77 1131/7/67 +f 1134/7/74 1127/11/64 1133/7/63 +f 1127/11/64 1134/7/74 1129/11/76 +f 1133/7/65 1127/11/68 1134/7/78 +f 1129/11/80 1134/7/78 1127/11/68 +f 1132/7/73 1129/11/76 1134/7/74 +f 1129/11/76 1132/7/73 1130/11/75 +f 1134/7/78 1129/11/80 1132/7/79 +f 1130/11/77 1132/7/79 1129/11/80 +f 1136/7/136 1115/10/122 1135/7/135 +f 1115/10/122 1136/7/136 1113/10/120 +f 1135/7/138 1115/10/126 1136/7/137 +f 1113/10/124 1136/7/137 1115/10/126 +f 1115/10/122 1137/7/139 1135/7/135 +f 1137/7/139 1115/10/122 1114/10/121 +f 1135/7/138 1137/7/140 1115/10/126 +f 1114/10/123 1115/10/126 1137/7/140 +f 1112/10/119 1136/7/136 1138/7/141 +f 1136/7/136 1112/10/119 1113/10/120 +f 1138/7/142 1136/7/137 1112/10/125 +f 1113/10/124 1112/10/125 1136/7/137 +f 1141/11/10 1140/7/3 1139/7/9 +f 1140/7/3 1141/11/10 1142/11/4 +f 1139/7/12 1140/7/5 1141/11/11 +f 1142/11/8 1141/11/11 1140/7/5 +f 1114/10/121 1138/7/141 1137/7/139 +f 1138/7/141 1114/10/121 1112/10/119 +f 1137/7/140 1138/7/142 1114/10/123 +f 1112/10/125 1114/10/123 1138/7/142 +f 1142/11/4 1144/11/46 1143/11/2 +f 1144/11/46 1142/11/4 1141/11/10 +f 1143/11/6 1144/11/48 1142/11/8 +f 1141/11/11 1142/11/8 1144/11/48 +f 1123/6/4 1124/7/1 1145/7/3 +f 1124/7/1 1123/6/4 1122/6/2 +f 1145/7/5 1124/7/7 1123/6/8 +f 1122/6/6 1123/6/8 1124/7/7 +f 1143/11/2 1147/7/45 1146/7/1 +f 1147/7/45 1143/11/2 1144/11/46 +f 1146/7/7 1147/7/47 1143/11/6 +f 1144/11/48 1143/11/6 1147/7/47 +f 1127/11/64 1131/7/61 1133/7/63 +f 1131/7/61 1127/11/64 1128/11/62 +f 1133/7/65 1131/7/67 1127/11/68 +f 1128/11/66 1127/11/68 1131/7/67 +f 1119/6/10 1145/7/3 1118/7/9 +f 1145/7/3 1119/6/10 1123/6/4 +f 1118/7/12 1145/7/5 1119/6/11 +f 1123/6/8 1119/6/11 1145/7/5 +f 1142/11/4 1146/7/1 1140/7/3 +f 1146/7/1 1142/11/4 1143/11/2 +f 1140/7/5 1146/7/7 1142/11/8 +f 1143/11/6 1142/11/8 1146/7/7 +f 1126/7/133 1116/10/127 1125/7/131 +f 1116/10/127 1126/7/133 1117/10/128 +f 1125/7/132 1116/10/130 1126/7/134 +f 1117/10/129 1126/7/134 1116/10/130 +f 1150/11/10 1149/7/3 1148/7/9 +f 1149/7/3 1150/11/10 1151/11/4 +f 1148/7/12 1149/7/5 1150/11/11 +f 1151/11/8 1150/11/11 1149/7/5 +f 1147/7/45 1141/11/10 1139/7/9 +f 1141/11/10 1147/7/45 1144/11/46 +f 1139/7/12 1141/11/11 1147/7/47 +f 1144/11/48 1147/7/47 1141/11/11 +f 1151/11/4 1153/11/46 1152/11/2 +f 1153/11/46 1151/11/4 1150/11/10 +f 1152/11/6 1153/11/48 1151/11/8 +f 1150/11/11 1151/11/8 1153/11/48 +f 1154/7/45 1150/11/10 1148/7/9 +f 1150/11/10 1154/7/45 1153/11/46 +f 1148/7/12 1150/11/11 1154/7/47 +f 1153/11/48 1154/7/47 1150/11/11 +f 1151/11/4 1155/7/1 1149/7/3 +f 1155/7/1 1151/11/4 1152/11/2 +f 1149/7/5 1155/7/7 1151/11/8 +f 1152/11/6 1151/11/8 1155/7/7 +f 1152/11/2 1154/7/45 1155/7/1 +f 1154/7/45 1152/11/2 1153/11/46 +f 1155/7/7 1154/7/47 1152/11/6 +f 1153/11/48 1152/11/6 1154/7/47 +f 1158/10/145 1157/10/144 1156/10/143 +f 1157/10/144 1158/10/145 1159/10/146 +f 1156/10/149 1157/10/148 1158/10/147 +f 1159/10/150 1158/10/147 1157/10/148 +f 1156/10/143 1161/7/152 1160/7/151 +f 1161/7/152 1156/10/143 1157/10/144 +f 1160/7/154 1161/7/153 1156/10/149 +f 1157/10/148 1156/10/149 1161/7/153 +f 1158/10/145 1160/7/151 1162/7/155 +f 1160/7/151 1158/10/145 1156/10/143 +f 1162/7/156 1160/7/154 1158/10/147 +f 1156/10/149 1158/10/147 1160/7/154 +f 1157/10/144 1163/7/157 1161/7/152 +f 1163/7/157 1157/10/144 1159/10/146 +f 1161/7/153 1163/7/158 1157/10/148 +f 1159/10/150 1157/10/148 1163/7/158 +f 1163/7/157 1158/10/145 1162/7/155 +f 1158/10/145 1163/7/157 1159/10/146 +f 1162/7/156 1158/10/147 1163/7/158 +f 1159/10/150 1163/7/158 1158/10/147 +f 1166/7/39 1165/10/34 1164/7/37 +f 1165/10/34 1166/7/39 1167/10/33 +f 1164/7/38 1165/10/35 1166/7/40 +f 1167/10/36 1166/7/40 1165/10/35 +f 1165/10/34 1169/10/26 1168/10/28 +f 1169/10/26 1165/10/34 1167/10/33 +f 1168/10/32 1169/10/30 1165/10/35 +f 1167/10/36 1165/10/35 1169/10/30 +f 1165/10/34 1170/7/27 1164/7/37 +f 1170/7/27 1165/10/34 1168/10/28 +f 1164/7/38 1170/7/29 1165/10/35 +f 1168/10/32 1165/10/35 1170/7/29 +f 1169/10/26 1166/7/39 1171/7/25 +f 1166/7/39 1169/10/26 1167/10/33 +f 1171/7/31 1166/7/40 1169/10/30 +f 1167/10/36 1169/10/30 1166/7/40 +f 1168/10/28 1171/7/25 1170/7/27 +f 1171/7/25 1168/10/28 1169/10/26 +f 1170/7/29 1171/7/31 1168/10/32 +f 1169/10/30 1168/10/32 1171/7/31 +f 1174/11/76 1173/11/62 1172/11/64 +f 1173/11/62 1174/11/76 1175/11/75 +f 1172/11/68 1173/11/66 1174/11/80 +f 1175/11/77 1174/11/80 1173/11/66 +f 1175/11/75 1176/7/61 1173/11/62 +f 1176/7/61 1175/11/75 1177/7/73 +f 1173/11/66 1176/7/67 1175/11/77 +f 1177/7/79 1175/11/77 1176/7/67 +f 1180/10/15 1179/10/22 1178/10/16 +f 1179/10/22 1180/10/15 1181/10/42 +f 1178/10/20 1179/10/23 1180/10/17 +f 1181/10/43 1180/10/17 1179/10/23 +f 1178/10/16 1183/7/21 1182/7/14 +f 1183/7/21 1178/10/16 1179/10/22 +f 1182/7/18 1183/7/24 1178/10/20 +f 1179/10/23 1178/10/20 1183/7/24 +f 1172/11/64 1176/7/61 1184/7/63 +f 1176/7/61 1172/11/64 1173/11/62 +f 1184/7/65 1176/7/67 1172/11/68 +f 1173/11/66 1172/11/68 1176/7/67 +f 1177/7/73 1174/11/76 1185/7/74 +f 1174/11/76 1177/7/73 1175/11/75 +f 1185/7/78 1174/11/80 1177/7/79 +f 1175/11/77 1177/7/79 1174/11/80 +f 1179/10/22 1186/7/41 1183/7/21 +f 1186/7/41 1179/10/22 1181/10/42 +f 1183/7/24 1186/7/44 1179/10/23 +f 1181/10/43 1179/10/23 1186/7/44 +f 1180/10/15 1182/7/14 1187/7/13 +f 1182/7/14 1180/10/15 1178/10/16 +f 1187/7/19 1182/7/18 1180/10/17 +f 1178/10/20 1180/10/17 1182/7/18 +f 1186/7/41 1180/10/15 1187/7/13 +f 1180/10/15 1186/7/41 1181/10/42 +f 1187/7/19 1180/10/17 1186/7/44 +f 1181/10/43 1186/7/44 1180/10/17 +f 1185/7/74 1172/11/64 1184/7/63 +f 1172/11/64 1185/7/74 1174/11/76 +f 1184/7/65 1172/11/68 1185/7/78 +f 1174/11/80 1185/7/78 1172/11/68 +f 1190/7/86 1189/7/86 1188/7/86 +f 1189/7/86 1190/7/86 1191/7/86 +f 1189/7/86 1191/7/86 1192/7/86 +f 1192/7/86 1191/7/86 1193/7/86 +f 1193/7/86 1191/7/86 1194/7/86 +f 1193/7/86 1194/7/86 1195/7/86 +f 1188/7/85 1189/7/85 1190/7/85 +f 1191/7/85 1190/7/85 1189/7/85 +f 1192/7/85 1191/7/85 1189/7/85 +f 1193/7/85 1191/7/85 1192/7/85 +f 1194/7/85 1191/7/85 1193/7/85 +f 1195/7/85 1194/7/85 1193/7/85 +f 1198/6/85 1197/6/85 1196/6/85 +f 1197/6/85 1198/6/85 1199/6/85 +f 1197/6/85 1199/6/85 1200/6/85 +f 1200/6/85 1199/6/85 1201/6/85 +f 1200/6/85 1201/6/85 1202/6/85 +f 1202/6/85 1201/6/85 1203/6/85 +f 1196/6/86 1197/6/86 1198/6/86 +f 1199/6/86 1198/6/86 1197/6/86 +f 1200/6/86 1199/6/86 1197/6/86 +f 1201/6/86 1199/6/86 1200/6/86 +f 1202/6/86 1201/6/86 1200/6/86 +f 1203/6/86 1201/6/86 1202/6/86 +f 1196/6/528 1189/7/527 1198/6/527 +f 1189/7/527 1196/6/528 1188/7/528 +f 1198/6/530 1189/7/530 1196/6/529 +f 1188/7/529 1196/6/529 1189/7/530 +f 1199/6/531 1189/7/532 1192/7/531 +f 1189/7/532 1199/6/531 1198/6/532 +f 1192/7/533 1189/7/534 1199/6/533 +f 1198/6/534 1199/6/533 1189/7/534 +f 1201/6/535 1192/7/531 1193/7/535 +f 1192/7/531 1201/6/535 1199/6/531 +f 1193/7/536 1192/7/533 1201/6/536 +f 1199/6/533 1201/6/536 1192/7/533 +f 1195/7/529 1201/6/537 1193/7/537 +f 1201/6/537 1195/7/529 1203/6/529 +f 1193/7/538 1201/6/538 1195/7/528 +f 1203/6/528 1195/7/528 1201/6/538 +f 1194/7/530 1203/6/529 1195/7/529 +f 1203/6/529 1194/7/530 1202/6/530 +f 1195/7/528 1203/6/528 1194/7/527 +f 1202/6/527 1194/7/527 1203/6/528 +f 1200/6/533 1194/7/534 1191/7/533 +f 1194/7/534 1200/6/533 1202/6/534 +f 1191/7/531 1194/7/532 1200/6/531 +f 1202/6/532 1200/6/531 1194/7/532 +f 1197/6/536 1191/7/533 1190/7/536 +f 1191/7/533 1197/6/536 1200/6/533 +f 1190/7/535 1191/7/531 1197/6/535 +f 1200/6/531 1197/6/535 1191/7/531 +f 1197/6/538 1188/7/528 1196/6/528 +f 1188/7/528 1197/6/538 1190/7/538 +f 1196/6/529 1188/7/529 1197/6/537 +f 1190/7/537 1197/6/537 1188/7/529 +f 1206/6/85 1205/6/85 1204/6/85 +f 1205/6/85 1206/6/85 1207/6/85 +f 1205/6/85 1207/6/85 1208/6/85 +f 1208/6/85 1207/6/85 1209/6/85 +f 1209/6/85 1207/6/85 1210/6/85 +f 1209/6/85 1210/6/85 1211/6/85 +f 1204/6/86 1205/6/86 1206/6/86 +f 1207/6/86 1206/6/86 1205/6/86 +f 1208/6/86 1207/6/86 1205/6/86 +f 1209/6/86 1207/6/86 1208/6/86 +f 1210/6/86 1207/6/86 1209/6/86 +f 1211/6/86 1210/6/86 1209/6/86 +f 1204/6/528 1212/7/527 1206/6/527 +f 1212/7/527 1204/6/528 1213/7/528 +f 1206/6/530 1212/7/530 1204/6/529 +f 1213/7/529 1204/6/529 1212/7/530 +f 1207/6/531 1212/7/532 1214/7/531 +f 1212/7/532 1207/6/531 1206/6/532 +f 1214/7/533 1212/7/534 1207/6/533 +f 1206/6/534 1207/6/533 1212/7/534 +f 1210/6/535 1214/7/531 1215/7/535 +f 1214/7/531 1210/6/535 1207/6/531 +f 1215/7/536 1214/7/533 1210/6/536 +f 1207/6/533 1210/6/536 1214/7/533 +f 1216/7/529 1210/6/537 1215/7/537 +f 1210/6/537 1216/7/529 1211/6/529 +f 1215/7/538 1210/6/538 1216/7/528 +f 1211/6/528 1216/7/528 1210/6/538 +f 1217/7/530 1211/6/529 1216/7/529 +f 1211/6/529 1217/7/530 1209/6/530 +f 1216/7/528 1211/6/528 1217/7/527 +f 1209/6/527 1217/7/527 1211/6/528 +f 1208/6/533 1217/7/534 1218/7/533 +f 1217/7/534 1208/6/533 1209/6/534 +f 1218/7/531 1217/7/532 1208/6/531 +f 1209/6/532 1208/6/531 1217/7/532 +f 1205/6/536 1218/7/533 1219/7/536 +f 1218/7/533 1205/6/536 1208/6/533 +f 1219/7/535 1218/7/531 1205/6/535 +f 1208/6/531 1205/6/535 1218/7/531 +f 1205/6/538 1213/7/528 1204/6/528 +f 1213/7/528 1205/6/538 1219/7/538 +f 1204/6/529 1213/7/529 1205/6/537 +f 1219/7/537 1205/6/537 1213/7/529 +f 1222/8/539 1221/9/540 1220/9/539 +f 1221/9/540 1222/8/539 1223/8/540 +f 1220/9/541 1221/9/542 1222/8/541 +f 1223/8/542 1222/8/541 1221/9/542 +f 1226/9/543 1225/8/544 1224/8/543 +f 1225/8/544 1226/9/543 1227/9/544 +f 1224/8/545 1225/8/546 1226/9/545 +f 1227/9/546 1226/9/545 1225/8/546 +f 1229/8/547 1220/9/539 1228/9/547 +f 1220/9/539 1229/8/547 1222/8/539 +f 1228/9/548 1220/9/541 1229/8/548 +f 1222/8/541 1229/8/548 1220/9/541 +f 1232/8/549 1231/9/550 1230/9/549 +f 1231/9/550 1232/8/549 1233/8/550 +f 1230/9/551 1231/9/552 1232/8/551 +f 1233/8/552 1232/8/551 1231/9/552 +f 1232/8/549 1221/9/553 1223/8/553 +f 1221/9/553 1232/8/549 1230/9/549 +f 1223/8/554 1221/9/554 1232/8/551 +f 1230/9/551 1232/8/551 1221/9/554 +f 1235/8/555 1227/9/556 1234/9/555 +f 1227/9/556 1235/8/555 1225/8/556 +f 1234/9/557 1227/9/558 1235/8/557 +f 1225/8/558 1235/8/557 1227/9/558 +f 1233/8/559 1234/9/555 1231/9/559 +f 1234/9/555 1233/8/559 1235/8/555 +f 1231/9/560 1234/9/557 1233/8/560 +f 1235/8/557 1233/8/560 1234/9/557 +f 1228/9/561 1224/8/543 1229/8/561 +f 1224/8/543 1228/9/561 1226/9/543 +f 1229/8/562 1224/8/545 1228/9/562 +f 1226/9/545 1228/9/562 1224/8/545 +f 1238/7/489 1237/7/489 1236/7/489 +f 1237/7/489 1238/7/489 1239/7/489 +f 1237/7/489 1239/7/489 1240/7/489 +f 1240/7/489 1239/7/489 1241/7/489 +f 1241/7/489 1239/7/489 1242/7/489 +f 1241/7/489 1242/7/489 1243/7/489 +f 1236/7/490 1237/7/490 1238/7/490 +f 1239/7/490 1238/7/490 1237/7/490 +f 1240/7/490 1239/7/490 1237/7/490 +f 1241/7/490 1239/7/490 1240/7/490 +f 1242/7/490 1239/7/490 1241/7/490 +f 1243/7/490 1242/7/490 1241/7/490 +f 1246/6/490 1245/6/490 1244/6/490 +f 1245/6/490 1246/6/490 1247/6/490 +f 1245/6/490 1247/6/490 1248/6/490 +f 1248/6/490 1247/6/490 1249/6/490 +f 1248/6/490 1249/6/490 1250/6/490 +f 1250/6/490 1249/6/490 1251/6/490 +f 1244/6/489 1245/6/489 1246/6/489 +f 1247/6/489 1246/6/489 1245/6/489 +f 1248/6/489 1247/6/489 1245/6/489 +f 1249/6/489 1247/6/489 1248/6/489 +f 1250/6/489 1249/6/489 1248/6/489 +f 1251/6/489 1249/6/489 1250/6/489 +f 1244/6/564 1237/7/563 1246/6/563 +f 1237/7/563 1244/6/564 1236/7/564 +f 1246/6/566 1237/7/566 1244/6/565 +f 1236/7/565 1244/6/565 1237/7/566 +f 1247/6/431 1237/7/567 1240/7/431 +f 1237/7/567 1247/6/431 1246/6/567 +f 1240/7/432 1237/7/568 1247/6/432 +f 1246/6/568 1247/6/432 1237/7/568 +f 1249/6/569 1240/7/431 1241/7/569 +f 1240/7/431 1249/6/569 1247/6/431 +f 1241/7/570 1240/7/432 1249/6/570 +f 1247/6/432 1249/6/570 1240/7/432 +f 1243/7/565 1249/6/571 1241/7/571 +f 1249/6/571 1243/7/565 1251/6/565 +f 1241/7/572 1249/6/572 1243/7/564 +f 1251/6/564 1243/7/564 1249/6/572 +f 1242/7/566 1251/6/565 1243/7/565 +f 1251/6/565 1242/7/566 1250/6/566 +f 1243/7/564 1251/6/564 1242/7/563 +f 1250/6/563 1242/7/563 1251/6/564 +f 1248/6/432 1242/7/568 1239/7/432 +f 1242/7/568 1248/6/432 1250/6/568 +f 1239/7/431 1242/7/567 1248/6/431 +f 1250/6/567 1248/6/431 1242/7/567 +f 1245/6/570 1239/7/432 1238/7/570 +f 1239/7/432 1245/6/570 1248/6/432 +f 1238/7/569 1239/7/431 1245/6/569 +f 1248/6/431 1245/6/569 1239/7/431 +f 1245/6/572 1236/7/564 1244/6/564 +f 1236/7/564 1245/6/572 1238/7/572 +f 1244/6/565 1236/7/565 1245/6/571 +f 1238/7/571 1245/6/571 1236/7/565 +f 1254/6/490 1253/6/490 1252/6/490 +f 1253/6/490 1254/6/490 1255/6/490 +f 1253/6/490 1255/6/490 1256/6/490 +f 1256/6/490 1255/6/490 1257/6/490 +f 1257/6/490 1255/6/490 1258/6/490 +f 1257/6/490 1258/6/490 1259/6/490 +f 1252/6/489 1253/6/489 1254/6/489 +f 1255/6/489 1254/6/489 1253/6/489 +f 1256/6/489 1255/6/489 1253/6/489 +f 1257/6/489 1255/6/489 1256/6/489 +f 1258/6/489 1255/6/489 1257/6/489 +f 1259/6/489 1258/6/489 1257/6/489 +f 1252/6/564 1260/7/563 1254/6/563 +f 1260/7/563 1252/6/564 1261/7/564 +f 1254/6/566 1260/7/566 1252/6/565 +f 1261/7/565 1252/6/565 1260/7/566 +f 1255/6/431 1260/7/567 1262/7/431 +f 1260/7/567 1255/6/431 1254/6/567 +f 1262/7/432 1260/7/568 1255/6/432 +f 1254/6/568 1255/6/432 1260/7/568 +f 1258/6/569 1262/7/431 1263/7/569 +f 1262/7/431 1258/6/569 1255/6/431 +f 1263/7/570 1262/7/432 1258/6/570 +f 1255/6/432 1258/6/570 1262/7/432 +f 1264/7/565 1258/6/571 1263/7/571 +f 1258/6/571 1264/7/565 1259/6/565 +f 1263/7/572 1258/6/572 1264/7/564 +f 1259/6/564 1264/7/564 1258/6/572 +f 1265/7/566 1259/6/565 1264/7/565 +f 1259/6/565 1265/7/566 1257/6/566 +f 1264/7/564 1259/6/564 1265/7/563 +f 1257/6/563 1265/7/563 1259/6/564 +f 1256/6/432 1265/7/568 1266/7/432 +f 1265/7/568 1256/6/432 1257/6/568 +f 1266/7/431 1265/7/567 1256/6/431 +f 1257/6/567 1256/6/431 1265/7/567 +f 1253/6/570 1266/7/432 1267/7/570 +f 1266/7/432 1253/6/570 1256/6/432 +f 1267/7/569 1266/7/431 1253/6/569 +f 1256/6/431 1253/6/569 1266/7/431 +f 1253/6/572 1261/7/564 1252/6/564 +f 1261/7/564 1253/6/572 1267/7/572 +f 1252/6/565 1261/7/565 1253/6/571 +f 1267/7/571 1253/6/571 1261/7/565 +f 1270/8/573 1269/9/574 1268/9/573 +f 1269/9/574 1270/8/573 1271/8/574 +f 1268/9/575 1269/9/576 1270/8/575 +f 1271/8/576 1270/8/575 1269/9/576 +f 1274/9/577 1273/8/578 1272/8/577 +f 1273/8/578 1274/9/577 1275/9/578 +f 1272/8/579 1273/8/580 1274/9/579 +f 1275/9/580 1274/9/579 1273/8/580 +f 1277/8/581 1268/9/573 1276/9/581 +f 1268/9/573 1277/8/581 1270/8/573 +f 1276/9/582 1268/9/575 1277/8/582 +f 1270/8/575 1277/8/582 1268/9/575 +f 1280/8/583 1279/9/584 1278/9/583 +f 1279/9/584 1280/8/583 1281/8/584 +f 1278/9/585 1279/9/586 1280/8/585 +f 1281/8/586 1280/8/585 1279/9/586 +f 1280/8/583 1269/9/587 1271/8/587 +f 1269/9/587 1280/8/583 1278/9/583 +f 1271/8/588 1269/9/588 1280/8/585 +f 1278/9/585 1280/8/585 1269/9/588 +f 1283/8/589 1275/9/590 1282/9/589 +f 1275/9/590 1283/8/589 1273/8/590 +f 1282/9/591 1275/9/592 1283/8/591 +f 1273/8/592 1283/8/591 1275/9/592 +f 1281/8/593 1282/9/589 1279/9/593 +f 1282/9/589 1281/8/593 1283/8/589 +f 1279/9/594 1282/9/591 1281/8/594 +f 1283/8/591 1281/8/594 1282/9/591 +f 1276/9/595 1272/8/577 1277/8/595 +f 1272/8/577 1276/9/595 1274/9/577 +f 1277/8/596 1272/8/579 1276/9/596 +f 1274/9/579 1276/9/596 1272/8/579 +f 1286/7/86 1285/7/86 1284/7/86 +f 1285/7/86 1286/7/86 1287/7/86 +f 1285/7/86 1287/7/86 1288/7/86 +f 1288/7/86 1287/7/86 1289/7/86 +f 1289/7/86 1287/7/86 1290/7/86 +f 1289/7/86 1290/7/86 1291/7/86 +f 1284/7/85 1285/7/85 1286/7/85 +f 1287/7/85 1286/7/85 1285/7/85 +f 1288/7/85 1287/7/85 1285/7/85 +f 1289/7/85 1287/7/85 1288/7/85 +f 1290/7/85 1287/7/85 1289/7/85 +f 1291/7/85 1290/7/85 1289/7/85 +f 1294/6/85 1293/6/85 1292/6/85 +f 1293/6/85 1294/6/85 1295/6/85 +f 1293/6/85 1295/6/85 1296/6/85 +f 1296/6/85 1295/6/85 1297/6/85 +f 1296/6/85 1297/6/85 1298/6/85 +f 1298/6/85 1297/6/85 1299/6/85 +f 1292/6/86 1293/6/86 1294/6/86 +f 1295/6/86 1294/6/86 1293/6/86 +f 1296/6/86 1295/6/86 1293/6/86 +f 1297/6/86 1295/6/86 1296/6/86 +f 1298/6/86 1297/6/86 1296/6/86 +f 1299/6/86 1297/6/86 1298/6/86 +f 1292/6/529 1285/7/530 1294/6/530 +f 1285/7/530 1292/6/529 1284/7/529 +f 1294/6/527 1285/7/527 1292/6/528 +f 1284/7/528 1292/6/528 1285/7/527 +f 1295/6/533 1285/7/534 1288/7/533 +f 1285/7/534 1295/6/533 1294/6/534 +f 1288/7/531 1285/7/532 1295/6/531 +f 1294/6/532 1295/6/531 1285/7/532 +f 1297/6/536 1288/7/533 1289/7/536 +f 1288/7/533 1297/6/536 1295/6/533 +f 1289/7/535 1288/7/531 1297/6/535 +f 1295/6/531 1297/6/535 1288/7/531 +f 1291/7/528 1297/6/538 1289/7/538 +f 1297/6/538 1291/7/528 1299/6/528 +f 1289/7/537 1297/6/537 1291/7/529 +f 1299/6/529 1291/7/529 1297/6/537 +f 1290/7/527 1299/6/528 1291/7/528 +f 1299/6/528 1290/7/527 1298/6/527 +f 1291/7/529 1299/6/529 1290/7/530 +f 1298/6/530 1290/7/530 1299/6/529 +f 1296/6/531 1290/7/532 1287/7/531 +f 1290/7/532 1296/6/531 1298/6/532 +f 1287/7/533 1290/7/534 1296/6/533 +f 1298/6/534 1296/6/533 1290/7/534 +f 1293/6/535 1287/7/531 1286/7/535 +f 1287/7/531 1293/6/535 1296/6/531 +f 1286/7/536 1287/7/533 1293/6/536 +f 1296/6/533 1293/6/536 1287/7/533 +f 1293/6/537 1284/7/529 1292/6/529 +f 1284/7/529 1293/6/537 1286/7/537 +f 1292/6/528 1284/7/528 1293/6/538 +f 1286/7/538 1293/6/538 1284/7/528 +f 1302/6/85 1301/6/85 1300/6/85 +f 1301/6/85 1302/6/85 1303/6/85 +f 1301/6/85 1303/6/85 1304/6/85 +f 1304/6/85 1303/6/85 1305/6/85 +f 1305/6/85 1303/6/85 1306/6/85 +f 1305/6/85 1306/6/85 1307/6/85 +f 1300/6/86 1301/6/86 1302/6/86 +f 1303/6/86 1302/6/86 1301/6/86 +f 1304/6/86 1303/6/86 1301/6/86 +f 1305/6/86 1303/6/86 1304/6/86 +f 1306/6/86 1303/6/86 1305/6/86 +f 1307/6/86 1306/6/86 1305/6/86 +f 1300/6/529 1308/7/530 1302/6/530 +f 1308/7/530 1300/6/529 1309/7/529 +f 1302/6/527 1308/7/527 1300/6/528 +f 1309/7/528 1300/6/528 1308/7/527 +f 1303/6/533 1308/7/534 1310/7/533 +f 1308/7/534 1303/6/533 1302/6/534 +f 1310/7/531 1308/7/532 1303/6/531 +f 1302/6/532 1303/6/531 1308/7/532 +f 1306/6/536 1310/7/533 1311/7/536 +f 1310/7/533 1306/6/536 1303/6/533 +f 1311/7/535 1310/7/531 1306/6/535 +f 1303/6/531 1306/6/535 1310/7/531 +f 1312/7/528 1306/6/538 1311/7/538 +f 1306/6/538 1312/7/528 1307/6/528 +f 1311/7/537 1306/6/537 1312/7/529 +f 1307/6/529 1312/7/529 1306/6/537 +f 1313/7/527 1307/6/528 1312/7/528 +f 1307/6/528 1313/7/527 1305/6/527 +f 1312/7/529 1307/6/529 1313/7/530 +f 1305/6/530 1313/7/530 1307/6/529 +f 1304/6/531 1313/7/532 1314/7/531 +f 1313/7/532 1304/6/531 1305/6/532 +f 1314/7/533 1313/7/534 1304/6/533 +f 1305/6/534 1304/6/533 1313/7/534 +f 1301/6/535 1314/7/531 1315/7/535 +f 1314/7/531 1301/6/535 1304/6/531 +f 1315/7/536 1314/7/533 1301/6/536 +f 1304/6/533 1301/6/536 1314/7/533 +f 1301/6/537 1309/7/529 1300/6/529 +f 1309/7/529 1301/6/537 1315/7/537 +f 1300/6/528 1309/7/528 1301/6/538 +f 1315/7/538 1301/6/538 1309/7/528 +f 1318/8/555 1317/9/556 1316/9/555 +f 1317/9/556 1318/8/555 1319/8/556 +f 1316/9/557 1317/9/558 1318/8/557 +f 1319/8/558 1318/8/557 1317/9/558 +f 1322/9/549 1321/8/553 1320/8/549 +f 1321/8/553 1322/9/549 1323/9/553 +f 1320/8/551 1321/8/554 1322/9/551 +f 1323/9/554 1322/9/551 1321/8/554 +f 1325/8/559 1316/9/555 1324/9/559 +f 1316/9/555 1325/8/559 1318/8/555 +f 1324/9/560 1316/9/557 1325/8/560 +f 1318/8/557 1325/8/560 1316/9/557 +f 1328/8/543 1327/9/561 1326/9/543 +f 1327/9/561 1328/8/543 1329/8/561 +f 1326/9/545 1327/9/562 1328/8/545 +f 1329/8/562 1328/8/545 1327/9/562 +f 1328/8/543 1317/9/544 1319/8/544 +f 1317/9/544 1328/8/543 1326/9/543 +f 1319/8/546 1317/9/546 1328/8/545 +f 1326/9/545 1328/8/545 1317/9/546 +f 1331/8/539 1323/9/540 1330/9/539 +f 1323/9/540 1331/8/539 1321/8/540 +f 1330/9/541 1323/9/542 1331/8/541 +f 1321/8/542 1331/8/541 1323/9/542 +f 1329/8/547 1330/9/539 1327/9/547 +f 1330/9/539 1329/8/547 1331/8/539 +f 1327/9/548 1330/9/541 1329/8/548 +f 1331/8/541 1329/8/548 1330/9/541 +f 1324/9/550 1320/8/549 1325/8/550 +f 1320/8/549 1324/9/550 1322/9/549 +f 1325/8/552 1320/8/551 1324/9/552 +f 1322/9/551 1324/9/552 1320/8/551 +f 1334/13/82 1333/12/597 1332/12/82 +f 1333/12/597 1334/13/82 1335/13/597 +f 1332/12/84 1333/12/598 1334/13/84 +f 1335/13/598 1334/13/84 1333/12/598 +f 1338/13/600 1337/12/599 1336/13/599 +f 1337/12/599 1338/13/600 1339/12/600 +f 1336/13/602 1337/12/602 1338/13/601 +f 1339/12/601 1338/13/601 1337/12/602 +f 1335/13/597 1337/12/599 1333/12/597 +f 1337/12/599 1335/13/597 1336/13/599 +f 1333/12/598 1337/12/602 1335/13/598 +f 1336/13/602 1335/13/598 1337/12/602 +f 1341/13/603 1332/12/82 1340/12/603 +f 1332/12/82 1341/13/603 1334/13/82 +f 1340/12/604 1332/12/84 1341/13/604 +f 1334/13/84 1341/13/604 1332/12/84 +f 1336/13/85 1342/13/85 1338/13/85 +f 1342/13/85 1336/13/85 1335/13/85 +f 1342/13/85 1335/13/85 1334/13/85 +f 1342/13/85 1334/13/85 1341/13/85 +f 1342/13/85 1341/13/85 1343/13/85 +f 1338/13/86 1342/13/86 1336/13/86 +f 1335/13/86 1336/13/86 1342/13/86 +f 1334/13/86 1335/13/86 1342/13/86 +f 1341/13/86 1334/13/86 1342/13/86 +f 1343/13/86 1341/13/86 1342/13/86 +f 1345/12/606 1343/13/605 1344/12/605 +f 1343/13/605 1345/12/606 1342/13/606 +f 1344/12/608 1343/13/608 1345/12/607 +f 1342/13/607 1345/12/607 1343/13/608 +f 1344/12/605 1341/13/603 1340/12/603 +f 1341/13/603 1344/12/605 1343/13/605 +f 1340/12/604 1341/13/604 1344/12/608 +f 1343/13/608 1344/12/608 1341/13/604 +f 48/13/89 1347/12/89 1346/13/89 +f 1347/12/89 48/13/89 1348/12/89 +f 1346/13/90 1347/12/90 48/13/90 +f 1348/12/90 48/13/90 1347/12/90 +f 1351/13/609 1350/12/82 1349/12/609 +f 1350/12/82 1351/13/609 1352/13/82 +f 1349/12/610 1350/12/84 1351/13/610 +f 1352/13/84 1351/13/610 1350/12/84 +f 48/13/84 1353/12/84 1348/12/84 +f 1353/12/84 48/13/84 49/13/84 +f 1348/12/82 1353/12/82 48/13/82 +f 49/13/82 48/13/82 1353/12/82 +f 1352/13/82 1347/12/611 1350/12/82 +f 1347/12/611 1352/13/82 1346/13/611 +f 1350/12/84 1347/12/612 1352/13/84 +f 1346/13/612 1352/13/84 1347/12/612 +f 1353/12/86 1347/12/86 1348/12/86 +f 1347/12/86 1353/12/86 1350/12/86 +f 1350/12/86 1353/12/86 1349/12/86 +f 1348/12/85 1347/12/85 1353/12/85 +f 1350/12/85 1353/12/85 1347/12/85 +f 1349/12/85 1353/12/85 1350/12/85 +f 1346/13/85 49/13/85 48/13/85 +f 49/13/85 1346/13/85 1352/13/85 +f 49/13/85 1352/13/85 1351/13/85 +f 48/13/86 49/13/86 1346/13/86 +f 1352/13/86 1346/13/86 49/13/86 +f 1351/13/86 1352/13/86 49/13/86 +f 1353/12/90 1351/13/90 1349/12/90 +f 1351/13/90 1353/12/90 49/13/90 +f 1349/12/89 1351/13/89 1353/12/89 +f 49/13/89 1353/12/89 1351/13/89 +f 1356/14/85 1355/14/85 1354/14/85 +f 1355/14/85 1356/14/85 1357/14/85 +f 1355/14/85 1357/14/85 1358/14/85 +f 1354/14/86 1355/14/86 1356/14/86 +f 1357/14/86 1356/14/86 1355/14/86 +f 1358/14/86 1357/14/86 1355/14/86 +f 1354/14/84 1360/12/84 1359/12/84 +f 1360/12/84 1354/14/84 1355/14/84 +f 1359/12/82 1360/12/82 1354/14/82 +f 1355/14/82 1354/14/82 1360/12/82 +f 1360/12/90 1358/14/90 1361/12/90 +f 1358/14/90 1360/12/90 1355/14/90 +f 1361/12/89 1358/14/89 1360/12/89 +f 1355/14/89 1360/12/89 1358/14/89 +f 1354/14/89 1362/12/89 1356/14/89 +f 1362/12/89 1354/14/89 1359/12/89 +f 1356/14/90 1362/12/90 1354/14/90 +f 1359/12/90 1354/14/90 1362/12/90 +f 1364/16/83 1363/15/83 1357/14/84 +f 1363/15/83 1365/17/83 1357/14/84 +f 1366/18/83 1364/16/83 1357/14/84 +f 1365/17/83 1367/19/83 1357/14/84 +f 1368/17/83 1367/19/83 1365/17/83 +f 1367/19/83 1369/20/83 1357/14/84 +f 1367/19/83 1368/17/83 1370/19/83 +f 1370/19/83 1368/17/83 1371/20/83 +f 1371/20/83 1368/17/83 1372/21/83 +f 1369/20/83 1373/21/83 1357/14/84 +f 1368/17/83 1374/15/83 1372/21/83 +f 1358/14/83 1366/18/83 1357/14/84 +f 1357/14/84 1373/21/83 1375/12/84 +f 1376/22/83 1375/12/84 1373/21/83 +f 1377/22/83 1375/12/84 1376/22/83 +f 1366/18/83 1358/14/83 1378/18/83 +f 1378/18/83 1358/14/83 1379/16/83 +f 1379/16/83 1358/14/83 1374/15/83 +f 1375/12/84 1377/22/83 1361/12/83 +f 1372/21/83 1361/12/83 1377/22/83 +f 1374/15/83 1361/12/83 1372/21/83 +f 1358/14/83 1361/12/83 1374/15/83 +f 1381/24/88 1380/23/88 1356/14/88 +f 1382/25/88 1381/24/88 1356/14/88 +f 1356/14/88 1380/23/88 1362/12/88 +f 1383/26/88 1362/12/88 1380/23/88 +f 1384/26/88 1362/12/88 1383/26/88 +f 1362/12/88 1384/26/88 1375/12/84 +f 1385/23/88 1375/12/84 1384/26/88 +f 1357/14/84 1382/25/88 1356/14/88 +f 1357/14/84 1375/12/84 1385/23/88 +f 1382/25/88 1357/14/84 1386/25/88 +f 1387/24/88 1357/14/84 1385/23/88 +f 1386/25/88 1357/14/84 1387/24/88 +f 1357/14/82 1363/15/81 1364/16/81 +f 1357/14/82 1364/16/81 1366/18/81 +f 1357/14/82 1365/17/81 1363/15/81 +f 1357/14/82 1366/18/81 1358/14/81 +f 1378/18/81 1358/14/81 1366/18/81 +f 1379/16/81 1358/14/81 1378/18/81 +f 1374/15/81 1358/14/81 1379/16/81 +f 1374/15/81 1361/12/81 1358/14/81 +f 1372/21/81 1361/12/81 1374/15/81 +f 1372/21/81 1374/15/81 1368/17/81 +f 1377/22/81 1361/12/81 1372/21/81 +f 1372/21/81 1368/17/81 1371/20/81 +f 1371/20/81 1368/17/81 1370/19/81 +f 1361/12/81 1377/22/81 1375/12/82 +f 1376/22/81 1375/12/82 1377/22/81 +f 1373/21/81 1375/12/82 1376/22/81 +f 1375/12/82 1373/21/81 1357/14/82 +f 1357/14/82 1373/21/81 1369/20/81 +f 1370/19/81 1368/17/81 1367/19/81 +f 1357/14/82 1369/20/81 1367/19/81 +f 1365/17/81 1367/19/81 1368/17/81 +f 1357/14/82 1367/19/81 1365/17/81 +f 1356/14/87 1380/23/87 1381/24/87 +f 1356/14/87 1381/24/87 1382/25/87 +f 1362/12/87 1380/23/87 1356/14/87 +f 1380/23/87 1362/12/87 1383/26/87 +f 1383/26/87 1362/12/87 1384/26/87 +f 1375/12/82 1384/26/87 1362/12/87 +f 1384/26/87 1375/12/82 1385/23/87 +f 1356/14/87 1382/25/87 1357/14/82 +f 1385/23/87 1375/12/82 1357/14/82 +f 1386/25/87 1357/14/82 1382/25/87 +f 1385/23/87 1357/14/82 1387/24/87 +f 1387/24/87 1357/14/82 1386/25/87 +f 1390/28/613 1389/27/614 1388/27/613 +f 1389/27/614 1390/28/613 1391/28/614 +f 1388/27/615 1389/27/616 1390/28/615 +f 1391/28/616 1390/28/615 1389/27/616 +f 1394/28/615 1393/27/616 1392/27/615 +f 1393/27/616 1394/28/615 1395/28/616 +f 1392/27/613 1393/27/614 1394/28/613 +f 1395/28/614 1394/28/613 1393/27/614 +f 1398/28/618 1397/27/617 1396/28/617 +f 1397/27/617 1398/28/618 1399/27/618 +f 1396/28/620 1397/27/620 1398/28/619 +f 1399/27/619 1398/28/619 1397/27/620 +f 1402/27/620 1401/28/619 1400/27/619 +f 1401/28/619 1402/27/620 1403/28/620 +f 1400/27/618 1401/28/618 1402/27/617 +f 1403/28/617 1402/27/617 1401/28/618 +f 1395/28/616 1402/27/620 1393/27/616 +f 1402/27/620 1395/28/616 1403/28/620 +f 1393/27/614 1402/27/617 1395/28/614 +f 1403/28/617 1395/28/614 1402/27/617 +f 1391/28/614 1397/27/617 1389/27/614 +f 1397/27/617 1391/28/614 1396/28/617 +f 1389/27/616 1397/27/620 1391/28/616 +f 1396/28/620 1391/28/616 1397/27/620 +f 1398/28/618 1392/27/615 1399/27/618 +f 1392/27/615 1398/28/618 1394/28/615 +f 1399/27/619 1392/27/613 1398/28/619 +f 1394/28/613 1398/28/619 1392/27/613 +f 1401/28/619 1388/27/613 1400/27/619 +f 1388/27/613 1401/28/619 1390/28/613 +f 1400/27/618 1388/27/615 1401/28/618 +f 1390/28/615 1401/28/618 1388/27/615 +f 1391/28/621 1398/28/621 1396/28/621 +f 1398/28/621 1391/28/621 1394/28/621 +f 1394/28/621 1391/28/621 1390/28/621 +f 1394/28/621 1390/28/621 1395/28/621 +f 1395/28/621 1390/28/621 1401/28/621 +f 1395/28/621 1401/28/621 1403/28/621 +f 1396/28/622 1398/28/622 1391/28/622 +f 1394/28/622 1391/28/622 1398/28/622 +f 1390/28/622 1391/28/622 1394/28/622 +f 1395/28/622 1390/28/622 1394/28/622 +f 1401/28/622 1390/28/622 1395/28/622 +f 1403/28/622 1401/28/622 1395/28/622 +f 1392/27/622 1397/27/622 1399/27/622 +f 1397/27/622 1392/27/622 1389/27/622 +f 1389/27/622 1392/27/622 1393/27/622 +f 1389/27/622 1393/27/622 1388/27/622 +f 1388/27/622 1393/27/622 1402/27/622 +f 1388/27/622 1402/27/622 1400/27/622 +f 1399/27/621 1397/27/621 1392/27/621 +f 1389/27/621 1392/27/621 1397/27/621 +f 1393/27/621 1392/27/621 1389/27/621 +f 1388/27/621 1393/27/621 1389/27/621 +f 1402/27/621 1393/27/621 1388/27/621 +f 1400/27/621 1402/27/621 1388/27/621 +f 1406/28/623 1405/27/624 1404/27/623 +f 1405/27/624 1406/28/623 1407/28/624 +f 1404/27/625 1405/27/626 1406/28/625 +f 1407/28/626 1406/28/625 1405/27/626 +f 1410/28/625 1409/27/626 1408/27/625 +f 1409/27/626 1410/28/625 1411/28/626 +f 1408/27/623 1409/27/624 1410/28/623 +f 1411/28/624 1410/28/623 1409/27/624 +f 1414/28/628 1413/27/627 1412/28/627 +f 1413/27/627 1414/28/628 1415/27/628 +f 1412/28/630 1413/27/630 1414/28/629 +f 1415/27/629 1414/28/629 1413/27/630 +f 1418/27/630 1417/28/629 1416/27/629 +f 1417/28/629 1418/27/630 1419/28/630 +f 1416/27/628 1417/28/628 1418/27/627 +f 1419/28/627 1418/27/627 1417/28/628 +f 1411/28/626 1418/27/630 1409/27/626 +f 1418/27/630 1411/28/626 1419/28/630 +f 1409/27/624 1418/27/627 1411/28/624 +f 1419/28/627 1411/28/624 1418/27/627 +f 1407/28/624 1413/27/627 1405/27/624 +f 1413/27/627 1407/28/624 1412/28/627 +f 1405/27/626 1413/27/630 1407/28/626 +f 1412/28/630 1407/28/626 1413/27/630 +f 1414/28/628 1408/27/625 1415/27/628 +f 1408/27/625 1414/28/628 1410/28/625 +f 1415/27/629 1408/27/623 1414/28/629 +f 1410/28/623 1414/28/629 1408/27/623 +f 1417/28/629 1404/27/623 1416/27/629 +f 1404/27/623 1417/28/629 1406/28/623 +f 1416/27/628 1404/27/625 1417/28/628 +f 1406/28/625 1417/28/628 1404/27/625 +f 1407/28/631 1414/28/631 1412/28/631 +f 1414/28/631 1407/28/631 1410/28/631 +f 1410/28/631 1407/28/631 1406/28/631 +f 1410/28/631 1406/28/631 1411/28/631 +f 1411/28/631 1406/28/631 1417/28/631 +f 1411/28/631 1417/28/631 1419/28/631 +f 1412/28/632 1414/28/632 1407/28/632 +f 1410/28/632 1407/28/632 1414/28/632 +f 1406/28/632 1407/28/632 1410/28/632 +f 1411/28/632 1406/28/632 1410/28/632 +f 1417/28/632 1406/28/632 1411/28/632 +f 1419/28/632 1417/28/632 1411/28/632 +f 1408/27/632 1413/27/632 1415/27/632 +f 1413/27/632 1408/27/632 1405/27/632 +f 1405/27/632 1408/27/632 1409/27/632 +f 1405/27/632 1409/27/632 1404/27/632 +f 1404/27/632 1409/27/632 1418/27/632 +f 1404/27/632 1418/27/632 1416/27/632 +f 1415/27/631 1413/27/631 1408/27/631 +f 1405/27/631 1408/27/631 1413/27/631 +f 1409/27/631 1408/27/631 1405/27/631 +f 1404/27/631 1409/27/631 1405/27/631 +f 1418/27/631 1409/27/631 1404/27/631 +f 1416/27/631 1418/27/631 1404/27/631 +f 1422/27/623 1421/28/624 1420/27/624 +f 1421/28/624 1422/27/623 1423/28/623 +f 1420/27/626 1421/28/626 1422/27/625 +f 1423/28/625 1422/27/625 1421/28/626 +f 1426/28/625 1425/27/626 1424/27/625 +f 1425/27/626 1426/28/625 1427/28/626 +f 1424/27/623 1425/27/624 1426/28/623 +f 1427/28/624 1426/28/623 1425/27/624 +f 1430/28/628 1429/27/627 1428/28/627 +f 1429/27/627 1430/28/628 1431/27/628 +f 1428/28/630 1429/27/630 1430/28/629 +f 1431/27/629 1430/28/629 1429/27/630 +f 1434/27/630 1433/28/629 1432/27/629 +f 1433/28/629 1434/27/630 1435/28/630 +f 1432/27/628 1433/28/628 1434/27/627 +f 1435/28/627 1434/27/627 1433/28/628 +f 1425/27/626 1435/28/630 1434/27/630 +f 1435/28/630 1425/27/626 1427/28/626 +f 1434/27/627 1435/28/627 1425/27/624 +f 1427/28/624 1425/27/624 1435/28/627 +f 1421/28/624 1429/27/627 1420/27/624 +f 1429/27/627 1421/28/624 1428/28/627 +f 1420/27/626 1429/27/630 1421/28/626 +f 1428/28/630 1421/28/626 1429/27/630 +f 1431/27/628 1426/28/625 1424/27/625 +f 1426/28/625 1431/27/628 1430/28/628 +f 1424/27/623 1426/28/623 1431/27/629 +f 1430/28/629 1431/27/629 1426/28/623 +f 1433/28/629 1422/27/623 1432/27/629 +f 1422/27/623 1433/28/629 1423/28/623 +f 1432/27/628 1422/27/625 1433/28/628 +f 1423/28/625 1433/28/628 1422/27/625 +f 1421/28/631 1430/28/631 1428/28/631 +f 1430/28/631 1421/28/631 1426/28/631 +f 1426/28/631 1421/28/631 1423/28/631 +f 1426/28/631 1423/28/631 1427/28/631 +f 1427/28/631 1423/28/631 1433/28/631 +f 1427/28/631 1433/28/631 1435/28/631 +f 1428/28/632 1430/28/632 1421/28/632 +f 1426/28/632 1421/28/632 1430/28/632 +f 1423/28/632 1421/28/632 1426/28/632 +f 1427/28/632 1423/28/632 1426/28/632 +f 1433/28/632 1423/28/632 1427/28/632 +f 1435/28/632 1433/28/632 1427/28/632 +f 1424/27/632 1429/27/632 1431/27/632 +f 1429/27/632 1424/27/632 1420/27/632 +f 1420/27/632 1424/27/632 1425/27/632 +f 1420/27/632 1425/27/632 1422/27/632 +f 1422/27/632 1425/27/632 1434/27/632 +f 1422/27/632 1434/27/632 1432/27/632 +f 1431/27/631 1429/27/631 1424/27/631 +f 1420/27/631 1424/27/631 1429/27/631 +f 1425/27/631 1424/27/631 1420/27/631 +f 1422/27/631 1425/27/631 1420/27/631 +f 1434/27/631 1425/27/631 1422/27/631 +f 1432/27/631 1434/27/631 1422/27/631 +f 1438/13/82 1437/12/597 1436/12/82 +f 1437/12/597 1438/13/82 1439/13/597 +f 1436/12/84 1437/12/598 1438/13/84 +f 1439/13/598 1438/13/84 1437/12/598 +f 1442/13/600 1441/12/599 1440/13/599 +f 1441/12/599 1442/13/600 1443/12/600 +f 1440/13/602 1441/12/602 1442/13/601 +f 1443/12/601 1442/13/601 1441/12/602 +f 1439/13/597 1441/12/599 1437/12/597 +f 1441/12/599 1439/13/597 1440/13/599 +f 1437/12/598 1441/12/602 1439/13/598 +f 1440/13/602 1439/13/598 1441/12/602 +f 1445/13/603 1436/12/82 1444/12/603 +f 1436/12/82 1445/13/603 1438/13/82 +f 1444/12/604 1436/12/84 1445/13/604 +f 1438/13/84 1445/13/604 1436/12/84 +f 1440/13/85 1446/13/85 1442/13/85 +f 1446/13/85 1440/13/85 1439/13/85 +f 1446/13/85 1439/13/85 1438/13/85 +f 1446/13/85 1438/13/85 1445/13/85 +f 1446/13/85 1445/13/85 1447/13/85 +f 1442/13/86 1446/13/86 1440/13/86 +f 1439/13/86 1440/13/86 1446/13/86 +f 1438/13/86 1439/13/86 1446/13/86 +f 1445/13/86 1438/13/86 1446/13/86 +f 1447/13/86 1445/13/86 1446/13/86 +f 1449/12/606 1447/13/605 1448/12/605 +f 1447/13/605 1449/12/606 1446/13/606 +f 1448/12/608 1447/13/608 1449/12/607 +f 1446/13/607 1449/12/607 1447/13/608 +f 1448/12/605 1445/13/603 1444/12/603 +f 1445/13/603 1448/12/605 1447/13/605 +f 1444/12/604 1445/13/604 1448/12/608 +f 1447/13/608 1448/12/608 1445/13/604 +f 98/13/89 1451/12/89 1450/13/89 +f 1451/12/89 98/13/89 1452/12/89 +f 1450/13/90 1451/12/90 98/13/90 +f 1452/12/90 98/13/90 1451/12/90 +f 1455/13/609 1454/12/82 1453/12/609 +f 1454/12/82 1455/13/609 1456/13/82 +f 1453/12/610 1454/12/84 1455/13/610 +f 1456/13/84 1455/13/610 1454/12/84 +f 98/13/84 1457/12/84 1452/12/84 +f 1457/12/84 98/13/84 99/13/84 +f 1452/12/82 1457/12/82 98/13/82 +f 99/13/82 98/13/82 1457/12/82 +f 1456/13/82 1451/12/611 1454/12/82 +f 1451/12/611 1456/13/82 1450/13/611 +f 1454/12/84 1451/12/612 1456/13/84 +f 1450/13/612 1456/13/84 1451/12/612 +f 1457/12/86 1451/12/86 1452/12/86 +f 1451/12/86 1457/12/86 1454/12/86 +f 1454/12/86 1457/12/86 1453/12/86 +f 1452/12/85 1451/12/85 1457/12/85 +f 1454/12/85 1457/12/85 1451/12/85 +f 1453/12/85 1457/12/85 1454/12/85 +f 1450/13/85 99/13/85 98/13/85 +f 99/13/85 1450/13/85 1456/13/85 +f 99/13/85 1456/13/85 1455/13/85 +f 98/13/86 99/13/86 1450/13/86 +f 1456/13/86 1450/13/86 99/13/86 +f 1455/13/86 1456/13/86 99/13/86 +f 1457/12/90 1455/13/90 1453/12/90 +f 1455/13/90 1457/12/90 99/13/90 +f 1453/12/89 1455/13/89 1457/12/89 +f 99/13/89 1457/12/89 1455/13/89 +f 1460/14/85 1459/14/85 1458/14/85 +f 1459/14/85 1460/14/85 1461/14/85 +f 1459/14/85 1461/14/85 1462/14/85 +f 1458/14/86 1459/14/86 1460/14/86 +f 1461/14/86 1460/14/86 1459/14/86 +f 1462/14/86 1461/14/86 1459/14/86 +f 1458/14/84 1464/12/84 1463/12/84 +f 1464/12/84 1458/14/84 1459/14/84 +f 1463/12/82 1464/12/82 1458/14/82 +f 1459/14/82 1458/14/82 1464/12/82 +f 1464/12/90 1462/14/90 1465/12/90 +f 1462/14/90 1464/12/90 1459/14/90 +f 1465/12/89 1462/14/89 1464/12/89 +f 1459/14/89 1464/12/89 1462/14/89 +f 1458/14/89 1466/12/89 1460/14/89 +f 1466/12/89 1458/14/89 1463/12/89 +f 1460/14/90 1466/12/90 1458/14/90 +f 1463/12/90 1458/14/90 1466/12/90 +f 1468/16/83 1467/15/83 1461/14/84 +f 1467/15/83 1469/17/83 1461/14/84 +f 1470/18/83 1468/16/83 1461/14/84 +f 1469/17/83 1471/19/83 1461/14/84 +f 1472/17/83 1471/19/83 1469/17/83 +f 1471/19/83 1473/20/83 1461/14/84 +f 1471/19/83 1472/17/83 1474/19/83 +f 1474/19/83 1472/17/83 1475/20/83 +f 1475/20/83 1472/17/83 1476/21/83 +f 1473/20/83 1477/21/83 1461/14/84 +f 1472/17/83 1478/15/83 1476/21/83 +f 1462/14/83 1470/18/83 1461/14/84 +f 1461/14/84 1477/21/83 1479/12/84 +f 1480/22/83 1479/12/84 1477/21/83 +f 1481/22/83 1479/12/84 1480/22/83 +f 1470/18/83 1462/14/83 1482/18/83 +f 1482/18/83 1462/14/83 1483/16/83 +f 1483/16/83 1462/14/83 1478/15/83 +f 1479/12/84 1481/22/83 1465/12/83 +f 1476/21/83 1465/12/83 1481/22/83 +f 1478/15/83 1465/12/83 1476/21/83 +f 1462/14/83 1465/12/83 1478/15/83 +f 1485/24/88 1484/23/88 1460/14/88 +f 1486/25/88 1485/24/88 1460/14/88 +f 1460/14/88 1484/23/88 1466/12/88 +f 1487/26/88 1466/12/88 1484/23/88 +f 1488/26/88 1466/12/88 1487/26/88 +f 1466/12/88 1488/26/88 1479/12/84 +f 1489/23/88 1479/12/84 1488/26/88 +f 1461/14/84 1486/25/88 1460/14/88 +f 1461/14/84 1479/12/84 1489/23/88 +f 1486/25/88 1461/14/84 1490/25/88 +f 1491/24/88 1461/14/84 1489/23/88 +f 1490/25/88 1461/14/84 1491/24/88 +f 1461/14/82 1467/15/81 1468/16/81 +f 1461/14/82 1468/16/81 1470/18/81 +f 1461/14/82 1469/17/81 1467/15/81 +f 1461/14/82 1470/18/81 1462/14/81 +f 1482/18/81 1462/14/81 1470/18/81 +f 1483/16/81 1462/14/81 1482/18/81 +f 1478/15/81 1462/14/81 1483/16/81 +f 1478/15/81 1465/12/81 1462/14/81 +f 1476/21/81 1465/12/81 1478/15/81 +f 1476/21/81 1478/15/81 1472/17/81 +f 1481/22/81 1465/12/81 1476/21/81 +f 1476/21/81 1472/17/81 1475/20/81 +f 1475/20/81 1472/17/81 1474/19/81 +f 1465/12/81 1481/22/81 1479/12/82 +f 1480/22/81 1479/12/82 1481/22/81 +f 1477/21/81 1479/12/82 1480/22/81 +f 1479/12/82 1477/21/81 1461/14/82 +f 1461/14/82 1477/21/81 1473/20/81 +f 1474/19/81 1472/17/81 1471/19/81 +f 1461/14/82 1473/20/81 1471/19/81 +f 1469/17/81 1471/19/81 1472/17/81 +f 1461/14/82 1471/19/81 1469/17/81 +f 1460/14/87 1484/23/87 1485/24/87 +f 1460/14/87 1485/24/87 1486/25/87 +f 1466/12/87 1484/23/87 1460/14/87 +f 1484/23/87 1466/12/87 1487/26/87 +f 1487/26/87 1466/12/87 1488/26/87 +f 1479/12/82 1488/26/87 1466/12/87 +f 1488/26/87 1479/12/82 1489/23/87 +f 1460/14/87 1486/25/87 1461/14/82 +f 1489/23/87 1479/12/82 1461/14/82 +f 1490/25/87 1461/14/82 1486/25/87 +f 1489/23/87 1461/14/82 1491/24/87 +f 1491/24/87 1461/14/82 1490/25/87 +f 1494/28/613 1493/27/614 1492/27/613 +f 1493/27/614 1494/28/613 1495/28/614 +f 1492/27/615 1493/27/616 1494/28/615 +f 1495/28/616 1494/28/615 1493/27/616 +f 1498/28/615 1497/27/616 1496/27/615 +f 1497/27/616 1498/28/615 1499/28/616 +f 1496/27/613 1497/27/614 1498/28/613 +f 1499/28/614 1498/28/613 1497/27/614 +f 1502/28/618 1501/27/617 1500/28/617 +f 1501/27/617 1502/28/618 1503/27/618 +f 1500/28/620 1501/27/620 1502/28/619 +f 1503/27/619 1502/28/619 1501/27/620 +f 1506/27/620 1505/28/619 1504/27/619 +f 1505/28/619 1506/27/620 1507/28/620 +f 1504/27/618 1505/28/618 1506/27/617 +f 1507/28/617 1506/27/617 1505/28/618 +f 1499/28/616 1506/27/620 1497/27/616 +f 1506/27/620 1499/28/616 1507/28/620 +f 1497/27/614 1506/27/617 1499/28/614 +f 1507/28/617 1499/28/614 1506/27/617 +f 1495/28/614 1501/27/617 1493/27/614 +f 1501/27/617 1495/28/614 1500/28/617 +f 1493/27/616 1501/27/620 1495/28/616 +f 1500/28/620 1495/28/616 1501/27/620 +f 1502/28/618 1496/27/615 1503/27/618 +f 1496/27/615 1502/28/618 1498/28/615 +f 1503/27/619 1496/27/613 1502/28/619 +f 1498/28/613 1502/28/619 1496/27/613 +f 1505/28/619 1492/27/613 1504/27/619 +f 1492/27/613 1505/28/619 1494/28/613 +f 1504/27/618 1492/27/615 1505/28/618 +f 1494/28/615 1505/28/618 1492/27/615 +f 1495/28/621 1502/28/621 1500/28/621 +f 1502/28/621 1495/28/621 1498/28/621 +f 1498/28/621 1495/28/621 1494/28/621 +f 1498/28/621 1494/28/621 1499/28/621 +f 1499/28/621 1494/28/621 1505/28/621 +f 1499/28/621 1505/28/621 1507/28/621 +f 1500/28/622 1502/28/622 1495/28/622 +f 1498/28/622 1495/28/622 1502/28/622 +f 1494/28/622 1495/28/622 1498/28/622 +f 1499/28/622 1494/28/622 1498/28/622 +f 1505/28/622 1494/28/622 1499/28/622 +f 1507/28/622 1505/28/622 1499/28/622 +f 1496/27/622 1501/27/622 1503/27/622 +f 1501/27/622 1496/27/622 1493/27/622 +f 1493/27/622 1496/27/622 1497/27/622 +f 1493/27/622 1497/27/622 1492/27/622 +f 1492/27/622 1497/27/622 1506/27/622 +f 1492/27/622 1506/27/622 1504/27/622 +f 1503/27/621 1501/27/621 1496/27/621 +f 1493/27/621 1496/27/621 1501/27/621 +f 1497/27/621 1496/27/621 1493/27/621 +f 1492/27/621 1497/27/621 1493/27/621 +f 1506/27/621 1497/27/621 1492/27/621 +f 1504/27/621 1506/27/621 1492/27/621 +f 1510/28/623 1509/27/624 1508/27/623 +f 1509/27/624 1510/28/623 1511/28/624 +f 1508/27/625 1509/27/626 1510/28/625 +f 1511/28/626 1510/28/625 1509/27/626 +f 1514/28/625 1513/27/626 1512/27/625 +f 1513/27/626 1514/28/625 1515/28/626 +f 1512/27/623 1513/27/624 1514/28/623 +f 1515/28/624 1514/28/623 1513/27/624 +f 1518/28/628 1517/27/627 1516/28/627 +f 1517/27/627 1518/28/628 1519/27/628 +f 1516/28/630 1517/27/630 1518/28/629 +f 1519/27/629 1518/28/629 1517/27/630 +f 1522/27/630 1521/28/629 1520/27/629 +f 1521/28/629 1522/27/630 1523/28/630 +f 1520/27/628 1521/28/628 1522/27/627 +f 1523/28/627 1522/27/627 1521/28/628 +f 1515/28/626 1522/27/630 1513/27/626 +f 1522/27/630 1515/28/626 1523/28/630 +f 1513/27/624 1522/27/627 1515/28/624 +f 1523/28/627 1515/28/624 1522/27/627 +f 1511/28/624 1517/27/627 1509/27/624 +f 1517/27/627 1511/28/624 1516/28/627 +f 1509/27/626 1517/27/630 1511/28/626 +f 1516/28/630 1511/28/626 1517/27/630 +f 1518/28/628 1512/27/625 1519/27/628 +f 1512/27/625 1518/28/628 1514/28/625 +f 1519/27/629 1512/27/623 1518/28/629 +f 1514/28/623 1518/28/629 1512/27/623 +f 1521/28/629 1508/27/623 1520/27/629 +f 1508/27/623 1521/28/629 1510/28/623 +f 1520/27/628 1508/27/625 1521/28/628 +f 1510/28/625 1521/28/628 1508/27/625 +f 1511/28/631 1518/28/631 1516/28/631 +f 1518/28/631 1511/28/631 1514/28/631 +f 1514/28/631 1511/28/631 1510/28/631 +f 1514/28/631 1510/28/631 1515/28/631 +f 1515/28/631 1510/28/631 1521/28/631 +f 1515/28/631 1521/28/631 1523/28/631 +f 1516/28/632 1518/28/632 1511/28/632 +f 1514/28/632 1511/28/632 1518/28/632 +f 1510/28/632 1511/28/632 1514/28/632 +f 1515/28/632 1510/28/632 1514/28/632 +f 1521/28/632 1510/28/632 1515/28/632 +f 1523/28/632 1521/28/632 1515/28/632 +f 1512/27/632 1517/27/632 1519/27/632 +f 1517/27/632 1512/27/632 1509/27/632 +f 1509/27/632 1512/27/632 1513/27/632 +f 1509/27/632 1513/27/632 1508/27/632 +f 1508/27/632 1513/27/632 1522/27/632 +f 1508/27/632 1522/27/632 1520/27/632 +f 1519/27/631 1517/27/631 1512/27/631 +f 1509/27/631 1512/27/631 1517/27/631 +f 1513/27/631 1512/27/631 1509/27/631 +f 1508/27/631 1513/27/631 1509/27/631 +f 1522/27/631 1513/27/631 1508/27/631 +f 1520/27/631 1522/27/631 1508/27/631 +f 1526/27/623 1525/28/624 1524/27/624 +f 1525/28/624 1526/27/623 1527/28/623 +f 1524/27/626 1525/28/626 1526/27/625 +f 1527/28/625 1526/27/625 1525/28/626 +f 1530/28/625 1529/27/626 1528/27/625 +f 1529/27/626 1530/28/625 1531/28/626 +f 1528/27/623 1529/27/624 1530/28/623 +f 1531/28/624 1530/28/623 1529/27/624 +f 1534/28/628 1533/27/627 1532/28/627 +f 1533/27/627 1534/28/628 1535/27/628 +f 1532/28/630 1533/27/630 1534/28/629 +f 1535/27/629 1534/28/629 1533/27/630 +f 1538/27/630 1537/28/629 1536/27/629 +f 1537/28/629 1538/27/630 1539/28/630 +f 1536/27/628 1537/28/628 1538/27/627 +f 1539/28/627 1538/27/627 1537/28/628 +f 1529/27/626 1539/28/630 1538/27/630 +f 1539/28/630 1529/27/626 1531/28/626 +f 1538/27/627 1539/28/627 1529/27/624 +f 1531/28/624 1529/27/624 1539/28/627 +f 1525/28/624 1533/27/627 1524/27/624 +f 1533/27/627 1525/28/624 1532/28/627 +f 1524/27/626 1533/27/630 1525/28/626 +f 1532/28/630 1525/28/626 1533/27/630 +f 1535/27/628 1530/28/625 1528/27/625 +f 1530/28/625 1535/27/628 1534/28/628 +f 1528/27/623 1530/28/623 1535/27/629 +f 1534/28/629 1535/27/629 1530/28/623 +f 1537/28/629 1526/27/623 1536/27/629 +f 1526/27/623 1537/28/629 1527/28/623 +f 1536/27/628 1526/27/625 1537/28/628 +f 1527/28/625 1537/28/628 1526/27/625 +f 1525/28/631 1534/28/631 1532/28/631 +f 1534/28/631 1525/28/631 1530/28/631 +f 1530/28/631 1525/28/631 1527/28/631 +f 1530/28/631 1527/28/631 1531/28/631 +f 1531/28/631 1527/28/631 1537/28/631 +f 1531/28/631 1537/28/631 1539/28/631 +f 1532/28/632 1534/28/632 1525/28/632 +f 1530/28/632 1525/28/632 1534/28/632 +f 1527/28/632 1525/28/632 1530/28/632 +f 1531/28/632 1527/28/632 1530/28/632 +f 1537/28/632 1527/28/632 1531/28/632 +f 1539/28/632 1537/28/632 1531/28/632 +f 1528/27/632 1533/27/632 1535/27/632 +f 1533/27/632 1528/27/632 1524/27/632 +f 1524/27/632 1528/27/632 1529/27/632 +f 1524/27/632 1529/27/632 1526/27/632 +f 1526/27/632 1529/27/632 1538/27/632 +f 1526/27/632 1538/27/632 1536/27/632 +f 1535/27/631 1533/27/631 1528/27/631 +f 1524/27/631 1528/27/631 1533/27/631 +f 1529/27/631 1528/27/631 1524/27/631 +f 1526/27/631 1529/27/631 1524/27/631 +f 1538/27/631 1529/27/631 1526/27/631 +f 1536/27/631 1538/27/631 1526/27/631 +f 1542/13/107 1541/12/598 1540/12/107 +f 1541/12/598 1542/13/107 1543/13/598 +f 1540/12/108 1541/12/597 1542/13/108 +f 1543/13/597 1542/13/108 1541/12/597 +f 1546/13/601 1545/12/602 1544/13/602 +f 1545/12/602 1546/13/601 1547/12/601 +f 1544/13/599 1545/12/599 1546/13/600 +f 1547/12/600 1546/13/600 1545/12/599 +f 1543/13/598 1545/12/602 1541/12/598 +f 1545/12/602 1543/13/598 1544/13/602 +f 1541/12/597 1545/12/599 1543/13/597 +f 1544/13/599 1543/13/597 1545/12/599 +f 1549/13/604 1540/12/107 1548/12/604 +f 1540/12/107 1549/13/604 1542/13/107 +f 1548/12/603 1540/12/108 1549/13/603 +f 1542/13/108 1549/13/603 1540/12/108 +f 1544/13/85 1550/13/85 1546/13/85 +f 1550/13/85 1544/13/85 1543/13/85 +f 1550/13/85 1543/13/85 1542/13/85 +f 1550/13/85 1542/13/85 1549/13/85 +f 1550/13/85 1549/13/85 1551/13/85 +f 1546/13/86 1550/13/86 1544/13/86 +f 1543/13/86 1544/13/86 1550/13/86 +f 1542/13/86 1543/13/86 1550/13/86 +f 1549/13/86 1542/13/86 1550/13/86 +f 1551/13/86 1549/13/86 1550/13/86 +f 1553/12/607 1551/13/608 1552/12/608 +f 1551/13/608 1553/12/607 1550/13/607 +f 1552/12/605 1551/13/605 1553/12/606 +f 1550/13/606 1553/12/606 1551/13/605 +f 1552/12/608 1549/13/604 1548/12/604 +f 1549/13/604 1552/12/608 1551/13/608 +f 1548/12/603 1549/13/603 1552/12/605 +f 1551/13/605 1552/12/605 1549/13/603 +f 148/13/109 1555/12/109 1554/13/109 +f 1555/12/109 148/13/109 1556/12/109 +f 1554/13/110 1555/12/110 148/13/110 +f 1556/12/110 148/13/110 1555/12/110 +f 1559/13/610 1558/12/107 1557/12/610 +f 1558/12/107 1559/13/610 1560/13/107 +f 1557/12/609 1558/12/108 1559/13/609 +f 1560/13/108 1559/13/609 1558/12/108 +f 148/13/108 1561/12/108 1556/12/108 +f 1561/12/108 148/13/108 149/13/108 +f 1556/12/107 1561/12/107 148/13/107 +f 149/13/107 148/13/107 1561/12/107 +f 1560/13/107 1555/12/612 1558/12/107 +f 1555/12/612 1560/13/107 1554/13/612 +f 1558/12/108 1555/12/611 1560/13/108 +f 1554/13/611 1560/13/108 1555/12/611 +f 1561/12/86 1555/12/86 1556/12/86 +f 1555/12/86 1561/12/86 1558/12/86 +f 1558/12/86 1561/12/86 1557/12/86 +f 1556/12/85 1555/12/85 1561/12/85 +f 1558/12/85 1561/12/85 1555/12/85 +f 1557/12/85 1561/12/85 1558/12/85 +f 1554/13/85 149/13/85 148/13/85 +f 149/13/85 1554/13/85 1560/13/85 +f 149/13/85 1560/13/85 1559/13/85 +f 148/13/86 149/13/86 1554/13/86 +f 1560/13/86 1554/13/86 149/13/86 +f 1559/13/86 1560/13/86 149/13/86 +f 1561/12/110 1559/13/110 1557/12/110 +f 1559/13/110 1561/12/110 149/13/110 +f 1557/12/109 1559/13/109 1561/12/109 +f 149/13/109 1561/12/109 1559/13/109 +f 1564/14/85 1563/14/85 1562/14/85 +f 1563/14/85 1564/14/85 1565/14/85 +f 1563/14/85 1565/14/85 1566/14/85 +f 1562/14/86 1563/14/86 1564/14/86 +f 1565/14/86 1564/14/86 1563/14/86 +f 1566/14/86 1565/14/86 1563/14/86 +f 1562/14/108 1568/12/108 1567/12/108 +f 1568/12/108 1562/14/108 1563/14/108 +f 1567/12/107 1568/12/107 1562/14/107 +f 1563/14/107 1562/14/107 1568/12/107 +f 1568/12/110 1566/14/110 1569/12/110 +f 1566/14/110 1568/12/110 1563/14/110 +f 1569/12/109 1566/14/109 1568/12/109 +f 1563/14/109 1568/12/109 1566/14/109 +f 1562/14/109 1570/12/109 1564/14/109 +f 1570/12/109 1562/14/109 1567/12/109 +f 1564/14/110 1570/12/110 1562/14/110 +f 1567/12/110 1562/14/110 1570/12/110 +f 1572/16/81 1571/15/81 1565/14/108 +f 1571/15/81 1573/17/81 1565/14/108 +f 1574/18/81 1572/16/81 1565/14/108 +f 1573/17/81 1575/19/81 1565/14/108 +f 1576/17/81 1575/19/81 1573/17/81 +f 1575/19/81 1577/20/81 1565/14/108 +f 1575/19/81 1576/17/81 1578/19/81 +f 1578/19/81 1576/17/81 1579/20/81 +f 1579/20/81 1576/17/81 1580/21/81 +f 1577/20/81 1581/21/81 1565/14/108 +f 1576/17/81 1582/15/81 1580/21/81 +f 1566/14/81 1574/18/81 1565/14/108 +f 1565/14/108 1581/21/81 1583/12/108 +f 1584/22/81 1583/12/108 1581/21/81 +f 1585/22/81 1583/12/108 1584/22/81 +f 1574/18/81 1566/14/81 1586/18/81 +f 1586/18/81 1566/14/81 1587/16/81 +f 1587/16/81 1566/14/81 1582/15/81 +f 1583/12/108 1585/22/81 1569/12/81 +f 1580/21/81 1569/12/81 1585/22/81 +f 1582/15/81 1569/12/81 1580/21/81 +f 1566/14/81 1569/12/81 1582/15/81 +f 1589/24/87 1588/23/87 1564/14/87 +f 1590/25/87 1589/24/87 1564/14/87 +f 1564/14/87 1588/23/87 1570/12/87 +f 1591/26/87 1570/12/87 1588/23/87 +f 1592/26/87 1570/12/87 1591/26/87 +f 1570/12/87 1592/26/87 1583/12/108 +f 1593/23/87 1583/12/108 1592/26/87 +f 1565/14/108 1590/25/87 1564/14/87 +f 1565/14/108 1583/12/108 1593/23/87 +f 1590/25/87 1565/14/108 1594/25/87 +f 1595/24/87 1565/14/108 1593/23/87 +f 1594/25/87 1565/14/108 1595/24/87 +f 1565/14/107 1571/15/83 1572/16/83 +f 1565/14/107 1572/16/83 1574/18/83 +f 1565/14/107 1573/17/83 1571/15/83 +f 1565/14/107 1574/18/83 1566/14/83 +f 1586/18/83 1566/14/83 1574/18/83 +f 1587/16/83 1566/14/83 1586/18/83 +f 1582/15/83 1566/14/83 1587/16/83 +f 1582/15/83 1569/12/83 1566/14/83 +f 1580/21/83 1569/12/83 1582/15/83 +f 1580/21/83 1582/15/83 1576/17/83 +f 1585/22/83 1569/12/83 1580/21/83 +f 1580/21/83 1576/17/83 1579/20/83 +f 1579/20/83 1576/17/83 1578/19/83 +f 1569/12/83 1585/22/83 1583/12/107 +f 1584/22/83 1583/12/107 1585/22/83 +f 1581/21/83 1583/12/107 1584/22/83 +f 1583/12/107 1581/21/83 1565/14/107 +f 1565/14/107 1581/21/83 1577/20/83 +f 1578/19/83 1576/17/83 1575/19/83 +f 1565/14/107 1577/20/83 1575/19/83 +f 1573/17/83 1575/19/83 1576/17/83 +f 1565/14/107 1575/19/83 1573/17/83 +f 1564/14/88 1588/23/88 1589/24/88 +f 1564/14/88 1589/24/88 1590/25/88 +f 1570/12/88 1588/23/88 1564/14/88 +f 1588/23/88 1570/12/88 1591/26/88 +f 1591/26/88 1570/12/88 1592/26/88 +f 1583/12/107 1592/26/88 1570/12/88 +f 1592/26/88 1583/12/107 1593/23/88 +f 1564/14/88 1590/25/88 1565/14/107 +f 1593/23/88 1583/12/107 1565/14/107 +f 1594/25/88 1565/14/107 1590/25/88 +f 1593/23/88 1565/14/107 1595/24/88 +f 1595/24/88 1565/14/107 1594/25/88 +f 1598/28/633 1597/27/634 1596/27/633 +f 1597/27/634 1598/28/633 1599/28/634 +f 1596/27/635 1597/27/636 1598/28/635 +f 1599/28/636 1598/28/635 1597/27/636 +f 1602/28/635 1601/27/636 1600/27/635 +f 1601/27/636 1602/28/635 1603/28/636 +f 1600/27/633 1601/27/634 1602/28/633 +f 1603/28/634 1602/28/633 1601/27/634 +f 1606/28/638 1605/27/637 1604/28/637 +f 1605/27/637 1606/28/638 1607/27/638 +f 1604/28/640 1605/27/640 1606/28/639 +f 1607/27/639 1606/28/639 1605/27/640 +f 1610/27/640 1609/28/639 1608/27/639 +f 1609/28/639 1610/27/640 1611/28/640 +f 1608/27/638 1609/28/638 1610/27/637 +f 1611/28/637 1610/27/637 1609/28/638 +f 1603/28/636 1610/27/640 1601/27/636 +f 1610/27/640 1603/28/636 1611/28/640 +f 1601/27/634 1610/27/637 1603/28/634 +f 1611/28/637 1603/28/634 1610/27/637 +f 1599/28/634 1605/27/637 1597/27/634 +f 1605/27/637 1599/28/634 1604/28/637 +f 1597/27/636 1605/27/640 1599/28/636 +f 1604/28/640 1599/28/636 1605/27/640 +f 1606/28/638 1600/27/635 1607/27/638 +f 1600/27/635 1606/28/638 1602/28/635 +f 1607/27/639 1600/27/633 1606/28/639 +f 1602/28/633 1606/28/639 1600/27/633 +f 1609/28/639 1596/27/633 1608/27/639 +f 1596/27/633 1609/28/639 1598/28/633 +f 1608/27/638 1596/27/635 1609/28/638 +f 1598/28/635 1609/28/638 1596/27/635 +f 1599/28/641 1606/28/641 1604/28/641 +f 1606/28/641 1599/28/641 1602/28/641 +f 1602/28/641 1599/28/641 1598/28/641 +f 1602/28/641 1598/28/641 1603/28/641 +f 1603/28/641 1598/28/641 1609/28/641 +f 1603/28/641 1609/28/641 1611/28/641 +f 1604/28/642 1606/28/642 1599/28/642 +f 1602/28/642 1599/28/642 1606/28/642 +f 1598/28/642 1599/28/642 1602/28/642 +f 1603/28/642 1598/28/642 1602/28/642 +f 1609/28/642 1598/28/642 1603/28/642 +f 1611/28/642 1609/28/642 1603/28/642 +f 1600/27/642 1605/27/642 1607/27/642 +f 1605/27/642 1600/27/642 1597/27/642 +f 1597/27/642 1600/27/642 1601/27/642 +f 1597/27/642 1601/27/642 1596/27/642 +f 1596/27/642 1601/27/642 1610/27/642 +f 1596/27/642 1610/27/642 1608/27/642 +f 1607/27/641 1605/27/641 1600/27/641 +f 1597/27/641 1600/27/641 1605/27/641 +f 1601/27/641 1600/27/641 1597/27/641 +f 1596/27/641 1601/27/641 1597/27/641 +f 1610/27/641 1601/27/641 1596/27/641 +f 1608/27/641 1610/27/641 1596/27/641 +f 1614/28/643 1613/27/644 1612/27/643 +f 1613/27/644 1614/28/643 1615/28/644 +f 1612/27/645 1613/27/646 1614/28/645 +f 1615/28/646 1614/28/645 1613/27/646 +f 1618/28/645 1617/27/646 1616/27/645 +f 1617/27/646 1618/28/645 1619/28/646 +f 1616/27/643 1617/27/644 1618/28/643 +f 1619/28/644 1618/28/643 1617/27/644 +f 1622/28/648 1621/27/647 1620/28/647 +f 1621/27/647 1622/28/648 1623/27/648 +f 1620/28/650 1621/27/650 1622/28/649 +f 1623/27/649 1622/28/649 1621/27/650 +f 1626/27/650 1625/28/649 1624/27/649 +f 1625/28/649 1626/27/650 1627/28/650 +f 1624/27/648 1625/28/648 1626/27/647 +f 1627/28/647 1626/27/647 1625/28/648 +f 1619/28/646 1626/27/650 1617/27/646 +f 1626/27/650 1619/28/646 1627/28/650 +f 1617/27/644 1626/27/647 1619/28/644 +f 1627/28/647 1619/28/644 1626/27/647 +f 1615/28/644 1621/27/647 1613/27/644 +f 1621/27/647 1615/28/644 1620/28/647 +f 1613/27/646 1621/27/650 1615/28/646 +f 1620/28/650 1615/28/646 1621/27/650 +f 1622/28/648 1616/27/645 1623/27/648 +f 1616/27/645 1622/28/648 1618/28/645 +f 1623/27/649 1616/27/643 1622/28/649 +f 1618/28/643 1622/28/649 1616/27/643 +f 1625/28/649 1612/27/643 1624/27/649 +f 1612/27/643 1625/28/649 1614/28/643 +f 1624/27/648 1612/27/645 1625/28/648 +f 1614/28/645 1625/28/648 1612/27/645 +f 1615/28/651 1622/28/651 1620/28/651 +f 1622/28/651 1615/28/651 1618/28/651 +f 1618/28/651 1615/28/651 1614/28/651 +f 1618/28/651 1614/28/651 1619/28/651 +f 1619/28/651 1614/28/651 1625/28/651 +f 1619/28/651 1625/28/651 1627/28/651 +f 1620/28/652 1622/28/652 1615/28/652 +f 1618/28/652 1615/28/652 1622/28/652 +f 1614/28/652 1615/28/652 1618/28/652 +f 1619/28/652 1614/28/652 1618/28/652 +f 1625/28/652 1614/28/652 1619/28/652 +f 1627/28/652 1625/28/652 1619/28/652 +f 1616/27/652 1621/27/652 1623/27/652 +f 1621/27/652 1616/27/652 1613/27/652 +f 1613/27/652 1616/27/652 1617/27/652 +f 1613/27/652 1617/27/652 1612/27/652 +f 1612/27/652 1617/27/652 1626/27/652 +f 1612/27/652 1626/27/652 1624/27/652 +f 1623/27/651 1621/27/651 1616/27/651 +f 1613/27/651 1616/27/651 1621/27/651 +f 1617/27/651 1616/27/651 1613/27/651 +f 1612/27/651 1617/27/651 1613/27/651 +f 1626/27/651 1617/27/651 1612/27/651 +f 1624/27/651 1626/27/651 1612/27/651 +f 1630/27/643 1629/28/644 1628/27/644 +f 1629/28/644 1630/27/643 1631/28/643 +f 1628/27/646 1629/28/646 1630/27/645 +f 1631/28/645 1630/27/645 1629/28/646 +f 1634/28/645 1633/27/646 1632/27/645 +f 1633/27/646 1634/28/645 1635/28/646 +f 1632/27/643 1633/27/644 1634/28/643 +f 1635/28/644 1634/28/643 1633/27/644 +f 1638/28/648 1637/27/647 1636/28/647 +f 1637/27/647 1638/28/648 1639/27/648 +f 1636/28/650 1637/27/650 1638/28/649 +f 1639/27/649 1638/28/649 1637/27/650 +f 1642/27/650 1641/28/649 1640/27/649 +f 1641/28/649 1642/27/650 1643/28/650 +f 1640/27/648 1641/28/648 1642/27/647 +f 1643/28/647 1642/27/647 1641/28/648 +f 1633/27/646 1643/28/650 1642/27/650 +f 1643/28/650 1633/27/646 1635/28/646 +f 1642/27/647 1643/28/647 1633/27/644 +f 1635/28/644 1633/27/644 1643/28/647 +f 1629/28/644 1637/27/647 1628/27/644 +f 1637/27/647 1629/28/644 1636/28/647 +f 1628/27/646 1637/27/650 1629/28/646 +f 1636/28/650 1629/28/646 1637/27/650 +f 1639/27/648 1634/28/645 1632/27/645 +f 1634/28/645 1639/27/648 1638/28/648 +f 1632/27/643 1634/28/643 1639/27/649 +f 1638/28/649 1639/27/649 1634/28/643 +f 1641/28/649 1630/27/643 1640/27/649 +f 1630/27/643 1641/28/649 1631/28/643 +f 1640/27/648 1630/27/645 1641/28/648 +f 1631/28/645 1641/28/648 1630/27/645 +f 1629/28/651 1638/28/651 1636/28/651 +f 1638/28/651 1629/28/651 1634/28/651 +f 1634/28/651 1629/28/651 1631/28/651 +f 1634/28/651 1631/28/651 1635/28/651 +f 1635/28/651 1631/28/651 1641/28/651 +f 1635/28/651 1641/28/651 1643/28/651 +f 1636/28/652 1638/28/652 1629/28/652 +f 1634/28/652 1629/28/652 1638/28/652 +f 1631/28/652 1629/28/652 1634/28/652 +f 1635/28/652 1631/28/652 1634/28/652 +f 1641/28/652 1631/28/652 1635/28/652 +f 1643/28/652 1641/28/652 1635/28/652 +f 1632/27/652 1637/27/652 1639/27/652 +f 1637/27/652 1632/27/652 1628/27/652 +f 1628/27/652 1632/27/652 1633/27/652 +f 1628/27/652 1633/27/652 1630/27/652 +f 1630/27/652 1633/27/652 1642/27/652 +f 1630/27/652 1642/27/652 1640/27/652 +f 1639/27/651 1637/27/651 1632/27/651 +f 1628/27/651 1632/27/651 1637/27/651 +f 1633/27/651 1632/27/651 1628/27/651 +f 1630/27/651 1633/27/651 1628/27/651 +f 1642/27/651 1633/27/651 1630/27/651 +f 1640/27/651 1642/27/651 1630/27/651 +f 1646/13/107 1645/12/598 1644/12/107 +f 1645/12/598 1646/13/107 1647/13/598 +f 1644/12/108 1645/12/597 1646/13/108 +f 1647/13/597 1646/13/108 1645/12/597 +f 1650/13/601 1649/12/602 1648/13/602 +f 1649/12/602 1650/13/601 1651/12/601 +f 1648/13/599 1649/12/599 1650/13/600 +f 1651/12/600 1650/13/600 1649/12/599 +f 1647/13/598 1649/12/602 1645/12/598 +f 1649/12/602 1647/13/598 1648/13/602 +f 1645/12/597 1649/12/599 1647/13/597 +f 1648/13/599 1647/13/597 1649/12/599 +f 1653/13/604 1644/12/107 1652/12/604 +f 1644/12/107 1653/13/604 1646/13/107 +f 1652/12/603 1644/12/108 1653/13/603 +f 1646/13/108 1653/13/603 1644/12/108 +f 1648/13/85 1654/13/85 1650/13/85 +f 1654/13/85 1648/13/85 1647/13/85 +f 1654/13/85 1647/13/85 1646/13/85 +f 1654/13/85 1646/13/85 1653/13/85 +f 1654/13/85 1653/13/85 1655/13/85 +f 1650/13/86 1654/13/86 1648/13/86 +f 1647/13/86 1648/13/86 1654/13/86 +f 1646/13/86 1647/13/86 1654/13/86 +f 1653/13/86 1646/13/86 1654/13/86 +f 1655/13/86 1653/13/86 1654/13/86 +f 1657/12/607 1655/13/608 1656/12/608 +f 1655/13/608 1657/12/607 1654/13/607 +f 1656/12/605 1655/13/605 1657/12/606 +f 1654/13/606 1657/12/606 1655/13/605 +f 1656/12/608 1653/13/604 1652/12/604 +f 1653/13/604 1656/12/608 1655/13/608 +f 1652/12/603 1653/13/603 1656/12/605 +f 1655/13/605 1656/12/605 1653/13/603 +f 198/13/109 1659/12/109 1658/13/109 +f 1659/12/109 198/13/109 1660/12/109 +f 1658/13/110 1659/12/110 198/13/110 +f 1660/12/110 198/13/110 1659/12/110 +f 1663/13/610 1662/12/107 1661/12/610 +f 1662/12/107 1663/13/610 1664/13/107 +f 1661/12/609 1662/12/108 1663/13/609 +f 1664/13/108 1663/13/609 1662/12/108 +f 198/13/108 1665/12/108 1660/12/108 +f 1665/12/108 198/13/108 199/13/108 +f 1660/12/107 1665/12/107 198/13/107 +f 199/13/107 198/13/107 1665/12/107 +f 1664/13/107 1659/12/612 1662/12/107 +f 1659/12/612 1664/13/107 1658/13/612 +f 1662/12/108 1659/12/611 1664/13/108 +f 1658/13/611 1664/13/108 1659/12/611 +f 1665/12/86 1659/12/86 1660/12/86 +f 1659/12/86 1665/12/86 1662/12/86 +f 1662/12/86 1665/12/86 1661/12/86 +f 1660/12/85 1659/12/85 1665/12/85 +f 1662/12/85 1665/12/85 1659/12/85 +f 1661/12/85 1665/12/85 1662/12/85 +f 1658/13/85 199/13/85 198/13/85 +f 199/13/85 1658/13/85 1664/13/85 +f 199/13/85 1664/13/85 1663/13/85 +f 198/13/86 199/13/86 1658/13/86 +f 1664/13/86 1658/13/86 199/13/86 +f 1663/13/86 1664/13/86 199/13/86 +f 1665/12/110 1663/13/110 1661/12/110 +f 1663/13/110 1665/12/110 199/13/110 +f 1661/12/109 1663/13/109 1665/12/109 +f 199/13/109 1665/12/109 1663/13/109 +f 1668/14/85 1667/14/85 1666/14/85 +f 1667/14/85 1668/14/85 1669/14/85 +f 1667/14/85 1669/14/85 1670/14/85 +f 1666/14/86 1667/14/86 1668/14/86 +f 1669/14/86 1668/14/86 1667/14/86 +f 1670/14/86 1669/14/86 1667/14/86 +f 1666/14/108 1672/12/108 1671/12/108 +f 1672/12/108 1666/14/108 1667/14/108 +f 1671/12/107 1672/12/107 1666/14/107 +f 1667/14/107 1666/14/107 1672/12/107 +f 1672/12/110 1670/14/110 1673/12/110 +f 1670/14/110 1672/12/110 1667/14/110 +f 1673/12/109 1670/14/109 1672/12/109 +f 1667/14/109 1672/12/109 1670/14/109 +f 1666/14/109 1674/12/109 1668/14/109 +f 1674/12/109 1666/14/109 1671/12/109 +f 1668/14/110 1674/12/110 1666/14/110 +f 1671/12/110 1666/14/110 1674/12/110 +f 1676/16/81 1675/15/81 1669/14/108 +f 1675/15/81 1677/17/81 1669/14/108 +f 1678/18/81 1676/16/81 1669/14/108 +f 1677/17/81 1679/19/81 1669/14/108 +f 1680/17/81 1679/19/81 1677/17/81 +f 1679/19/81 1681/20/81 1669/14/108 +f 1679/19/81 1680/17/81 1682/19/81 +f 1682/19/81 1680/17/81 1683/20/81 +f 1683/20/81 1680/17/81 1684/21/81 +f 1681/20/81 1685/21/81 1669/14/108 +f 1680/17/81 1686/15/81 1684/21/81 +f 1670/14/81 1678/18/81 1669/14/108 +f 1669/14/108 1685/21/81 1687/12/108 +f 1688/22/81 1687/12/108 1685/21/81 +f 1689/22/81 1687/12/108 1688/22/81 +f 1678/18/81 1670/14/81 1690/18/81 +f 1690/18/81 1670/14/81 1691/16/81 +f 1691/16/81 1670/14/81 1686/15/81 +f 1687/12/108 1689/22/81 1673/12/81 +f 1684/21/81 1673/12/81 1689/22/81 +f 1686/15/81 1673/12/81 1684/21/81 +f 1670/14/81 1673/12/81 1686/15/81 +f 1693/24/87 1692/23/87 1668/14/87 +f 1694/25/87 1693/24/87 1668/14/87 +f 1668/14/87 1692/23/87 1674/12/87 +f 1695/26/87 1674/12/87 1692/23/87 +f 1696/26/87 1674/12/87 1695/26/87 +f 1674/12/87 1696/26/87 1687/12/108 +f 1697/23/87 1687/12/108 1696/26/87 +f 1669/14/108 1694/25/87 1668/14/87 +f 1669/14/108 1687/12/108 1697/23/87 +f 1694/25/87 1669/14/108 1698/25/87 +f 1699/24/87 1669/14/108 1697/23/87 +f 1698/25/87 1669/14/108 1699/24/87 +f 1669/14/107 1675/15/83 1676/16/83 +f 1669/14/107 1676/16/83 1678/18/83 +f 1669/14/107 1677/17/83 1675/15/83 +f 1669/14/107 1678/18/83 1670/14/83 +f 1690/18/83 1670/14/83 1678/18/83 +f 1691/16/83 1670/14/83 1690/18/83 +f 1686/15/83 1670/14/83 1691/16/83 +f 1686/15/83 1673/12/83 1670/14/83 +f 1684/21/83 1673/12/83 1686/15/83 +f 1684/21/83 1686/15/83 1680/17/83 +f 1689/22/83 1673/12/83 1684/21/83 +f 1684/21/83 1680/17/83 1683/20/83 +f 1683/20/83 1680/17/83 1682/19/83 +f 1673/12/83 1689/22/83 1687/12/107 +f 1688/22/83 1687/12/107 1689/22/83 +f 1685/21/83 1687/12/107 1688/22/83 +f 1687/12/107 1685/21/83 1669/14/107 +f 1669/14/107 1685/21/83 1681/20/83 +f 1682/19/83 1680/17/83 1679/19/83 +f 1669/14/107 1681/20/83 1679/19/83 +f 1677/17/83 1679/19/83 1680/17/83 +f 1669/14/107 1679/19/83 1677/17/83 +f 1668/14/88 1692/23/88 1693/24/88 +f 1668/14/88 1693/24/88 1694/25/88 +f 1674/12/88 1692/23/88 1668/14/88 +f 1692/23/88 1674/12/88 1695/26/88 +f 1695/26/88 1674/12/88 1696/26/88 +f 1687/12/107 1696/26/88 1674/12/88 +f 1696/26/88 1687/12/107 1697/23/88 +f 1668/14/88 1694/25/88 1669/14/107 +f 1697/23/88 1687/12/107 1669/14/107 +f 1698/25/88 1669/14/107 1694/25/88 +f 1697/23/88 1669/14/107 1699/24/88 +f 1699/24/88 1669/14/107 1698/25/88 +f 1702/28/633 1701/27/634 1700/27/633 +f 1701/27/634 1702/28/633 1703/28/634 +f 1700/27/635 1701/27/636 1702/28/635 +f 1703/28/636 1702/28/635 1701/27/636 +f 1706/28/635 1705/27/636 1704/27/635 +f 1705/27/636 1706/28/635 1707/28/636 +f 1704/27/633 1705/27/634 1706/28/633 +f 1707/28/634 1706/28/633 1705/27/634 +f 1710/28/638 1709/27/637 1708/28/637 +f 1709/27/637 1710/28/638 1711/27/638 +f 1708/28/640 1709/27/640 1710/28/639 +f 1711/27/639 1710/28/639 1709/27/640 +f 1714/27/640 1713/28/639 1712/27/639 +f 1713/28/639 1714/27/640 1715/28/640 +f 1712/27/638 1713/28/638 1714/27/637 +f 1715/28/637 1714/27/637 1713/28/638 +f 1707/28/636 1714/27/640 1705/27/636 +f 1714/27/640 1707/28/636 1715/28/640 +f 1705/27/634 1714/27/637 1707/28/634 +f 1715/28/637 1707/28/634 1714/27/637 +f 1703/28/634 1709/27/637 1701/27/634 +f 1709/27/637 1703/28/634 1708/28/637 +f 1701/27/636 1709/27/640 1703/28/636 +f 1708/28/640 1703/28/636 1709/27/640 +f 1710/28/638 1704/27/635 1711/27/638 +f 1704/27/635 1710/28/638 1706/28/635 +f 1711/27/639 1704/27/633 1710/28/639 +f 1706/28/633 1710/28/639 1704/27/633 +f 1713/28/639 1700/27/633 1712/27/639 +f 1700/27/633 1713/28/639 1702/28/633 +f 1712/27/638 1700/27/635 1713/28/638 +f 1702/28/635 1713/28/638 1700/27/635 +f 1703/28/641 1710/28/641 1708/28/641 +f 1710/28/641 1703/28/641 1706/28/641 +f 1706/28/641 1703/28/641 1702/28/641 +f 1706/28/641 1702/28/641 1707/28/641 +f 1707/28/641 1702/28/641 1713/28/641 +f 1707/28/641 1713/28/641 1715/28/641 +f 1708/28/642 1710/28/642 1703/28/642 +f 1706/28/642 1703/28/642 1710/28/642 +f 1702/28/642 1703/28/642 1706/28/642 +f 1707/28/642 1702/28/642 1706/28/642 +f 1713/28/642 1702/28/642 1707/28/642 +f 1715/28/642 1713/28/642 1707/28/642 +f 1704/27/642 1709/27/642 1711/27/642 +f 1709/27/642 1704/27/642 1701/27/642 +f 1701/27/642 1704/27/642 1705/27/642 +f 1701/27/642 1705/27/642 1700/27/642 +f 1700/27/642 1705/27/642 1714/27/642 +f 1700/27/642 1714/27/642 1712/27/642 +f 1711/27/641 1709/27/641 1704/27/641 +f 1701/27/641 1704/27/641 1709/27/641 +f 1705/27/641 1704/27/641 1701/27/641 +f 1700/27/641 1705/27/641 1701/27/641 +f 1714/27/641 1705/27/641 1700/27/641 +f 1712/27/641 1714/27/641 1700/27/641 +f 1718/28/643 1717/27/644 1716/27/643 +f 1717/27/644 1718/28/643 1719/28/644 +f 1716/27/645 1717/27/646 1718/28/645 +f 1719/28/646 1718/28/645 1717/27/646 +f 1722/28/645 1721/27/646 1720/27/645 +f 1721/27/646 1722/28/645 1723/28/646 +f 1720/27/643 1721/27/644 1722/28/643 +f 1723/28/644 1722/28/643 1721/27/644 +f 1726/28/648 1725/27/647 1724/28/647 +f 1725/27/647 1726/28/648 1727/27/648 +f 1724/28/650 1725/27/650 1726/28/649 +f 1727/27/649 1726/28/649 1725/27/650 +f 1730/27/650 1729/28/649 1728/27/649 +f 1729/28/649 1730/27/650 1731/28/650 +f 1728/27/648 1729/28/648 1730/27/647 +f 1731/28/647 1730/27/647 1729/28/648 +f 1723/28/646 1730/27/650 1721/27/646 +f 1730/27/650 1723/28/646 1731/28/650 +f 1721/27/644 1730/27/647 1723/28/644 +f 1731/28/647 1723/28/644 1730/27/647 +f 1719/28/644 1725/27/647 1717/27/644 +f 1725/27/647 1719/28/644 1724/28/647 +f 1717/27/646 1725/27/650 1719/28/646 +f 1724/28/650 1719/28/646 1725/27/650 +f 1726/28/648 1720/27/645 1727/27/648 +f 1720/27/645 1726/28/648 1722/28/645 +f 1727/27/649 1720/27/643 1726/28/649 +f 1722/28/643 1726/28/649 1720/27/643 +f 1729/28/649 1716/27/643 1728/27/649 +f 1716/27/643 1729/28/649 1718/28/643 +f 1728/27/648 1716/27/645 1729/28/648 +f 1718/28/645 1729/28/648 1716/27/645 +f 1719/28/651 1726/28/651 1724/28/651 +f 1726/28/651 1719/28/651 1722/28/651 +f 1722/28/651 1719/28/651 1718/28/651 +f 1722/28/651 1718/28/651 1723/28/651 +f 1723/28/651 1718/28/651 1729/28/651 +f 1723/28/651 1729/28/651 1731/28/651 +f 1724/28/652 1726/28/652 1719/28/652 +f 1722/28/652 1719/28/652 1726/28/652 +f 1718/28/652 1719/28/652 1722/28/652 +f 1723/28/652 1718/28/652 1722/28/652 +f 1729/28/652 1718/28/652 1723/28/652 +f 1731/28/652 1729/28/652 1723/28/652 +f 1720/27/652 1725/27/652 1727/27/652 +f 1725/27/652 1720/27/652 1717/27/652 +f 1717/27/652 1720/27/652 1721/27/652 +f 1717/27/652 1721/27/652 1716/27/652 +f 1716/27/652 1721/27/652 1730/27/652 +f 1716/27/652 1730/27/652 1728/27/652 +f 1727/27/651 1725/27/651 1720/27/651 +f 1717/27/651 1720/27/651 1725/27/651 +f 1721/27/651 1720/27/651 1717/27/651 +f 1716/27/651 1721/27/651 1717/27/651 +f 1730/27/651 1721/27/651 1716/27/651 +f 1728/27/651 1730/27/651 1716/27/651 +f 1734/27/643 1733/28/644 1732/27/644 +f 1733/28/644 1734/27/643 1735/28/643 +f 1732/27/646 1733/28/646 1734/27/645 +f 1735/28/645 1734/27/645 1733/28/646 +f 1738/28/645 1737/27/646 1736/27/645 +f 1737/27/646 1738/28/645 1739/28/646 +f 1736/27/643 1737/27/644 1738/28/643 +f 1739/28/644 1738/28/643 1737/27/644 +f 1742/28/648 1741/27/647 1740/28/647 +f 1741/27/647 1742/28/648 1743/27/648 +f 1740/28/650 1741/27/650 1742/28/649 +f 1743/27/649 1742/28/649 1741/27/650 +f 1746/27/650 1745/28/649 1744/27/649 +f 1745/28/649 1746/27/650 1747/28/650 +f 1744/27/648 1745/28/648 1746/27/647 +f 1747/28/647 1746/27/647 1745/28/648 +f 1737/27/646 1747/28/650 1746/27/650 +f 1747/28/650 1737/27/646 1739/28/646 +f 1746/27/647 1747/28/647 1737/27/644 +f 1739/28/644 1737/27/644 1747/28/647 +f 1733/28/644 1741/27/647 1732/27/644 +f 1741/27/647 1733/28/644 1740/28/647 +f 1732/27/646 1741/27/650 1733/28/646 +f 1740/28/650 1733/28/646 1741/27/650 +f 1743/27/648 1738/28/645 1736/27/645 +f 1738/28/645 1743/27/648 1742/28/648 +f 1736/27/643 1738/28/643 1743/27/649 +f 1742/28/649 1743/27/649 1738/28/643 +f 1745/28/649 1734/27/643 1744/27/649 +f 1734/27/643 1745/28/649 1735/28/643 +f 1744/27/648 1734/27/645 1745/28/648 +f 1735/28/645 1745/28/648 1734/27/645 +f 1733/28/651 1742/28/651 1740/28/651 +f 1742/28/651 1733/28/651 1738/28/651 +f 1738/28/651 1733/28/651 1735/28/651 +f 1738/28/651 1735/28/651 1739/28/651 +f 1739/28/651 1735/28/651 1745/28/651 +f 1739/28/651 1745/28/651 1747/28/651 +f 1740/28/652 1742/28/652 1733/28/652 +f 1738/28/652 1733/28/652 1742/28/652 +f 1735/28/652 1733/28/652 1738/28/652 +f 1739/28/652 1735/28/652 1738/28/652 +f 1745/28/652 1735/28/652 1739/28/652 +f 1747/28/652 1745/28/652 1739/28/652 +f 1736/27/652 1741/27/652 1743/27/652 +f 1741/27/652 1736/27/652 1732/27/652 +f 1732/27/652 1736/27/652 1737/27/652 +f 1732/27/652 1737/27/652 1734/27/652 +f 1734/27/652 1737/27/652 1746/27/652 +f 1734/27/652 1746/27/652 1744/27/652 +f 1743/27/651 1741/27/651 1736/27/651 +f 1732/27/651 1736/27/651 1741/27/651 +f 1737/27/651 1736/27/651 1732/27/651 +f 1734/27/651 1737/27/651 1732/27/651 +f 1746/27/651 1737/27/651 1734/27/651 +f 1744/27/651 1746/27/651 1734/27/651 +f 1750/14/159 1749/12/159 1748/14/159 +f 1749/12/159 1750/14/159 1751/12/159 +f 1748/14/160 1749/12/160 1750/14/160 +f 1751/12/160 1750/14/160 1749/12/160 +f 1750/14/161 1752/12/161 1751/12/161 +f 1752/12/161 1750/14/161 1753/14/161 +f 1751/12/162 1752/12/162 1750/14/162 +f 1753/14/162 1750/14/162 1752/12/162 +f 1754/12/167 1748/14/169 1749/12/169 +f 1748/14/169 1754/12/167 1755/14/167 +f 1749/12/170 1748/14/170 1754/12/168 +f 1755/14/168 1754/12/168 1748/14/170 +f 1752/12/164 1757/14/163 1756/12/163 +f 1757/14/163 1752/12/164 1753/14/164 +f 1756/12/166 1757/14/166 1752/12/165 +f 1753/14/165 1752/12/165 1757/14/166 +f 1755/14/85 1750/14/85 1748/14/85 +f 1750/14/85 1755/14/85 1753/14/85 +f 1753/14/85 1755/14/85 1757/14/85 +f 1748/14/86 1750/14/86 1755/14/86 +f 1753/14/86 1755/14/86 1750/14/86 +f 1757/14/86 1755/14/86 1753/14/86 +f 1757/14/163 1754/12/167 1756/12/163 +f 1754/12/167 1757/14/163 1755/14/167 +f 1756/12/166 1754/12/168 1757/14/166 +f 1755/14/168 1757/14/166 1754/12/168 +f 1760/13/161 1759/12/161 1758/12/161 +f 1759/12/161 1760/13/161 1761/13/161 +f 1758/12/162 1759/12/162 1760/13/162 +f 1761/13/162 1760/13/162 1759/12/162 +f 1760/13/159 1763/12/159 1762/13/159 +f 1763/12/159 1760/13/159 1758/12/159 +f 1762/13/160 1763/12/160 1760/13/160 +f 1758/12/160 1760/13/160 1763/12/160 +f 1764/13/85 1760/13/85 1762/13/85 +f 1760/13/85 1764/13/85 1761/13/85 +f 1761/13/85 1764/13/85 1765/13/85 +f 1762/13/86 1760/13/86 1764/13/86 +f 1761/13/86 1764/13/86 1760/13/86 +f 1765/13/86 1764/13/86 1761/13/86 +f 1759/12/86 1763/12/86 1758/12/86 +f 1763/12/86 1759/12/86 1766/12/86 +f 1766/12/86 1759/12/86 1767/12/86 +f 1758/12/85 1763/12/85 1759/12/85 +f 1766/12/85 1759/12/85 1763/12/85 +f 1767/12/85 1759/12/85 1766/12/85 +f 1759/12/164 1765/13/163 1767/12/163 +f 1765/13/163 1759/12/164 1761/13/164 +f 1767/12/166 1765/13/166 1759/12/165 +f 1761/13/165 1759/12/165 1765/13/166 +f 1765/13/163 1766/12/653 1767/12/163 +f 1766/12/653 1765/13/163 1764/13/653 +f 1767/12/166 1766/12/654 1765/13/166 +f 1764/13/654 1765/13/166 1766/12/654 +f 1766/12/653 1762/13/169 1763/12/169 +f 1762/13/169 1766/12/653 1764/13/653 +f 1763/12/170 1762/13/170 1766/12/654 +f 1764/13/654 1766/12/654 1762/13/170 +f 1770/14/109 1769/12/109 1768/14/109 +f 1769/12/109 1770/14/109 1771/12/109 +f 1768/14/110 1769/12/110 1770/14/110 +f 1771/12/110 1770/14/110 1769/12/110 +f 1770/14/108 1772/12/108 1771/12/108 +f 1772/12/108 1770/14/108 1773/14/108 +f 1771/12/107 1772/12/107 1770/14/107 +f 1773/14/107 1770/14/107 1772/12/107 +f 1774/12/175 1768/14/177 1769/12/177 +f 1768/14/177 1774/12/175 1775/14/175 +f 1769/12/178 1768/14/178 1774/12/176 +f 1775/14/176 1774/12/176 1768/14/178 +f 1772/12/172 1777/14/171 1776/12/171 +f 1777/14/171 1772/12/172 1773/14/172 +f 1776/12/174 1777/14/174 1772/12/173 +f 1773/14/173 1772/12/173 1777/14/174 +f 1775/14/85 1770/14/85 1768/14/85 +f 1770/14/85 1775/14/85 1773/14/85 +f 1773/14/85 1775/14/85 1777/14/85 +f 1768/14/86 1770/14/86 1775/14/86 +f 1773/14/86 1775/14/86 1770/14/86 +f 1777/14/86 1775/14/86 1773/14/86 +f 1777/14/171 1774/12/175 1776/12/171 +f 1774/12/175 1777/14/171 1775/14/175 +f 1776/12/174 1774/12/176 1777/14/174 +f 1775/14/176 1777/14/174 1774/12/176 +f 317/13/108 1779/12/108 1778/12/108 +f 1779/12/108 317/13/108 1780/13/108 +f 1778/12/107 1779/12/107 317/13/107 +f 1780/13/107 317/13/107 1779/12/107 +f 317/13/109 1782/12/109 1781/13/109 +f 1782/12/109 317/13/109 1778/12/109 +f 1781/13/110 1782/12/110 317/13/110 +f 1778/12/110 317/13/110 1782/12/110 +f 1783/13/85 317/13/85 1781/13/85 +f 317/13/85 1783/13/85 1780/13/85 +f 1780/13/85 1783/13/85 1784/13/85 +f 1781/13/86 317/13/86 1783/13/86 +f 1780/13/86 1783/13/86 317/13/86 +f 1784/13/86 1783/13/86 1780/13/86 +f 1779/12/86 1782/12/86 1778/12/86 +f 1782/12/86 1779/12/86 1785/12/86 +f 1785/12/86 1779/12/86 1786/12/86 +f 1778/12/85 1782/12/85 1779/12/85 +f 1785/12/85 1779/12/85 1782/12/85 +f 1786/12/85 1779/12/85 1785/12/85 +f 1779/12/172 1784/13/171 1786/12/171 +f 1784/13/171 1779/12/172 1780/13/172 +f 1786/12/174 1784/13/174 1779/12/173 +f 1780/13/173 1779/12/173 1784/13/174 +f 1784/13/171 1785/12/655 1786/12/171 +f 1785/12/655 1784/13/171 1783/13/655 +f 1786/12/174 1785/12/656 1784/13/174 +f 1783/13/656 1784/13/174 1785/12/656 +f 1785/12/655 1781/13/177 1782/12/177 +f 1781/13/177 1785/12/655 1783/13/655 +f 1782/12/178 1781/13/178 1785/12/656 +f 1783/13/656 1785/12/656 1781/13/178 +f 1789/14/159 1788/12/159 1787/14/159 +f 1788/12/159 1789/14/159 1790/12/159 +f 1787/14/160 1788/12/160 1789/14/160 +f 1790/12/160 1789/14/160 1788/12/160 +f 1789/14/161 1791/12/161 1790/12/161 +f 1791/12/161 1789/14/161 1792/14/161 +f 1790/12/162 1791/12/162 1789/14/162 +f 1792/14/162 1789/14/162 1791/12/162 +f 1793/12/167 1787/14/169 1788/12/169 +f 1787/14/169 1793/12/167 1794/14/167 +f 1788/12/170 1787/14/170 1793/12/168 +f 1794/14/168 1793/12/168 1787/14/170 +f 1791/12/164 1796/14/163 1795/12/163 +f 1796/14/163 1791/12/164 1792/14/164 +f 1795/12/166 1796/14/166 1791/12/165 +f 1792/14/165 1791/12/165 1796/14/166 +f 1794/14/85 1789/14/85 1787/14/85 +f 1789/14/85 1794/14/85 1792/14/85 +f 1792/14/85 1794/14/85 1796/14/85 +f 1787/14/86 1789/14/86 1794/14/86 +f 1792/14/86 1794/14/86 1789/14/86 +f 1796/14/86 1794/14/86 1792/14/86 +f 1796/14/163 1793/12/167 1795/12/163 +f 1793/12/167 1796/14/163 1794/14/167 +f 1795/12/166 1793/12/168 1796/14/166 +f 1794/14/168 1796/14/166 1793/12/168 +f 1799/13/161 1798/12/161 1797/12/161 +f 1798/12/161 1799/13/161 1800/13/161 +f 1797/12/162 1798/12/162 1799/13/162 +f 1800/13/162 1799/13/162 1798/12/162 +f 1799/13/159 1802/12/159 1801/13/159 +f 1802/12/159 1799/13/159 1797/12/159 +f 1801/13/160 1802/12/160 1799/13/160 +f 1797/12/160 1799/13/160 1802/12/160 +f 1803/13/85 1799/13/85 1801/13/85 +f 1799/13/85 1803/13/85 1800/13/85 +f 1800/13/85 1803/13/85 1804/13/85 +f 1801/13/86 1799/13/86 1803/13/86 +f 1800/13/86 1803/13/86 1799/13/86 +f 1804/13/86 1803/13/86 1800/13/86 +f 1798/12/86 1802/12/86 1797/12/86 +f 1802/12/86 1798/12/86 1805/12/86 +f 1805/12/86 1798/12/86 1806/12/86 +f 1797/12/85 1802/12/85 1798/12/85 +f 1805/12/85 1798/12/85 1802/12/85 +f 1806/12/85 1798/12/85 1805/12/85 +f 1798/12/164 1804/13/163 1806/12/163 +f 1804/13/163 1798/12/164 1800/13/164 +f 1806/12/166 1804/13/166 1798/12/165 +f 1800/13/165 1798/12/165 1804/13/166 +f 1804/13/163 1805/12/653 1806/12/163 +f 1805/12/653 1804/13/163 1803/13/653 +f 1806/12/166 1805/12/654 1804/13/166 +f 1803/13/654 1804/13/166 1805/12/654 +f 1805/12/653 1801/13/169 1802/12/169 +f 1801/13/169 1805/12/653 1803/13/653 +f 1802/12/170 1801/13/170 1805/12/654 +f 1803/13/654 1805/12/654 1801/13/170 +f 1809/14/179 1808/12/179 1807/14/179 +f 1808/12/179 1809/14/179 1810/12/179 +f 1807/14/180 1808/12/180 1809/14/180 +f 1810/12/180 1809/14/180 1808/12/180 +f 1809/14/181 1811/12/181 1810/12/181 +f 1811/12/181 1809/14/181 1812/14/181 +f 1810/12/182 1811/12/182 1809/14/182 +f 1812/14/182 1809/14/182 1811/12/182 +f 1813/12/176 1807/14/178 1808/12/178 +f 1807/14/178 1813/12/176 1814/14/176 +f 1808/12/177 1807/14/177 1813/12/175 +f 1814/14/175 1813/12/175 1807/14/177 +f 1811/12/173 1816/14/174 1815/12/174 +f 1816/14/174 1811/12/173 1812/14/173 +f 1815/12/171 1816/14/171 1811/12/172 +f 1812/14/172 1811/12/172 1816/14/171 +f 1814/14/85 1809/14/85 1807/14/85 +f 1809/14/85 1814/14/85 1812/14/85 +f 1812/14/85 1814/14/85 1816/14/85 +f 1807/14/86 1809/14/86 1814/14/86 +f 1812/14/86 1814/14/86 1809/14/86 +f 1816/14/86 1814/14/86 1812/14/86 +f 1816/14/174 1813/12/176 1815/12/174 +f 1813/12/176 1816/14/174 1814/14/176 +f 1815/12/171 1813/12/175 1816/14/171 +f 1814/14/175 1816/14/171 1813/12/175 +f 494/13/181 1818/12/181 1817/12/181 +f 1818/12/181 494/13/181 1819/13/181 +f 1817/12/182 1818/12/182 494/13/182 +f 1819/13/182 494/13/182 1818/12/182 +f 494/13/179 1821/12/179 1820/13/179 +f 1821/12/179 494/13/179 1817/12/179 +f 1820/13/180 1821/12/180 494/13/180 +f 1817/12/180 494/13/180 1821/12/180 +f 1822/13/85 494/13/85 1820/13/85 +f 494/13/85 1822/13/85 1819/13/85 +f 1819/13/85 1822/13/85 1823/13/85 +f 1820/13/86 494/13/86 1822/13/86 +f 1819/13/86 1822/13/86 494/13/86 +f 1823/13/86 1822/13/86 1819/13/86 +f 1818/12/86 1821/12/86 1817/12/86 +f 1821/12/86 1818/12/86 1824/12/86 +f 1824/12/86 1818/12/86 1825/12/86 +f 1817/12/85 1821/12/85 1818/12/85 +f 1824/12/85 1818/12/85 1821/12/85 +f 1825/12/85 1818/12/85 1824/12/85 +f 1818/12/173 1823/13/174 1825/12/174 +f 1823/13/174 1818/12/173 1819/13/173 +f 1825/12/171 1823/13/171 1818/12/172 +f 1819/13/172 1818/12/172 1823/13/171 +f 1823/13/174 1824/12/656 1825/12/174 +f 1824/12/656 1823/13/174 1822/13/656 +f 1825/12/171 1824/12/655 1823/13/171 +f 1822/13/655 1823/13/171 1824/12/655 +f 1824/12/656 1820/13/178 1821/12/178 +f 1820/13/178 1824/12/656 1822/13/656 +f 1821/12/177 1820/13/177 1824/12/655 +f 1822/13/655 1824/12/655 1820/13/177 +f 1828/14/183 1827/12/183 1826/14/183 +f 1827/12/183 1828/14/183 1829/12/183 +f 1826/14/184 1827/12/184 1828/14/184 +f 1829/12/184 1828/14/184 1827/12/184 +f 1828/14/185 1830/12/185 1829/12/185 +f 1830/12/185 1828/14/185 1831/14/185 +f 1829/12/186 1830/12/186 1828/14/186 +f 1831/14/186 1828/14/186 1830/12/186 +f 1832/12/191 1826/14/193 1827/12/193 +f 1826/14/193 1832/12/191 1833/14/191 +f 1827/12/194 1826/14/194 1832/12/192 +f 1833/14/192 1832/12/192 1826/14/194 +f 1830/12/188 1835/14/187 1834/12/187 +f 1835/14/187 1830/12/188 1831/14/188 +f 1834/12/190 1835/14/190 1830/12/189 +f 1831/14/189 1830/12/189 1835/14/190 +f 1833/14/85 1828/14/85 1826/14/85 +f 1828/14/85 1833/14/85 1831/14/85 +f 1831/14/85 1833/14/85 1835/14/85 +f 1826/14/86 1828/14/86 1833/14/86 +f 1831/14/86 1833/14/86 1828/14/86 +f 1835/14/86 1833/14/86 1831/14/86 +f 1835/14/187 1832/12/191 1834/12/187 +f 1832/12/191 1835/14/187 1833/14/191 +f 1834/12/190 1832/12/192 1835/14/190 +f 1833/14/192 1835/14/190 1832/12/192 +f 560/13/185 1837/12/185 1836/12/185 +f 1837/12/185 560/13/185 1838/13/185 +f 1836/12/186 1837/12/186 560/13/186 +f 1838/13/186 560/13/186 1837/12/186 +f 560/13/183 1840/12/183 1839/13/183 +f 1840/12/183 560/13/183 1836/12/183 +f 1839/13/184 1840/12/184 560/13/184 +f 1836/12/184 560/13/184 1840/12/184 +f 1841/13/85 560/13/85 1839/13/85 +f 560/13/85 1841/13/85 1838/13/85 +f 1838/13/85 1841/13/85 1842/13/85 +f 1839/13/86 560/13/86 1841/13/86 +f 1838/13/86 1841/13/86 560/13/86 +f 1842/13/86 1841/13/86 1838/13/86 +f 1837/12/86 1840/12/86 1836/12/86 +f 1840/12/86 1837/12/86 1843/12/86 +f 1843/12/86 1837/12/86 1844/12/86 +f 1836/12/85 1840/12/85 1837/12/85 +f 1843/12/85 1837/12/85 1840/12/85 +f 1844/12/85 1837/12/85 1843/12/85 +f 1837/12/188 1842/13/187 1844/12/187 +f 1842/13/187 1837/12/188 1838/13/188 +f 1844/12/190 1842/13/190 1837/12/189 +f 1838/13/189 1837/12/189 1842/13/190 +f 1842/13/187 1843/12/657 1844/12/187 +f 1843/12/657 1842/13/187 1841/13/657 +f 1844/12/190 1843/12/658 1842/13/190 +f 1841/13/658 1842/13/190 1843/12/658 +f 1843/12/657 1839/13/193 1840/12/193 +f 1839/13/193 1843/12/657 1841/13/657 +f 1840/12/194 1839/13/194 1843/12/658 +f 1841/13/658 1843/12/658 1839/13/194 +f 1847/14/109 1846/12/109 1845/14/109 +f 1846/12/109 1847/14/109 1848/12/109 +f 1845/14/110 1846/12/110 1847/14/110 +f 1848/12/110 1847/14/110 1846/12/110 +f 1847/14/108 1849/12/108 1848/12/108 +f 1849/12/108 1847/14/108 1850/14/108 +f 1848/12/107 1849/12/107 1847/14/107 +f 1850/14/107 1847/14/107 1849/12/107 +f 1851/12/175 1845/14/177 1846/12/177 +f 1845/14/177 1851/12/175 1852/14/175 +f 1846/12/178 1845/14/178 1851/12/176 +f 1852/14/176 1851/12/176 1845/14/178 +f 1849/12/172 1854/14/171 1853/12/171 +f 1854/14/171 1849/12/172 1850/14/172 +f 1853/12/174 1854/14/174 1849/12/173 +f 1850/14/173 1849/12/173 1854/14/174 +f 1852/14/85 1847/14/85 1845/14/85 +f 1847/14/85 1852/14/85 1850/14/85 +f 1850/14/85 1852/14/85 1854/14/85 +f 1845/14/86 1847/14/86 1852/14/86 +f 1850/14/86 1852/14/86 1847/14/86 +f 1854/14/86 1852/14/86 1850/14/86 +f 1854/14/171 1851/12/175 1853/12/171 +f 1851/12/175 1854/14/171 1852/14/175 +f 1853/12/174 1851/12/176 1854/14/174 +f 1852/14/176 1854/14/174 1851/12/176 +f 618/13/108 1856/12/108 1855/12/108 +f 1856/12/108 618/13/108 1857/13/108 +f 1855/12/107 1856/12/107 618/13/107 +f 1857/13/107 618/13/107 1856/12/107 +f 618/13/109 1859/12/109 1858/13/109 +f 1859/12/109 618/13/109 1855/12/109 +f 1858/13/110 1859/12/110 618/13/110 +f 1855/12/110 618/13/110 1859/12/110 +f 1860/13/85 618/13/85 1858/13/85 +f 618/13/85 1860/13/85 1857/13/85 +f 1857/13/85 1860/13/85 1861/13/85 +f 1858/13/86 618/13/86 1860/13/86 +f 1857/13/86 1860/13/86 618/13/86 +f 1861/13/86 1860/13/86 1857/13/86 +f 1856/12/86 1859/12/86 1855/12/86 +f 1859/12/86 1856/12/86 1862/12/86 +f 1862/12/86 1856/12/86 1863/12/86 +f 1855/12/85 1859/12/85 1856/12/85 +f 1862/12/85 1856/12/85 1859/12/85 +f 1863/12/85 1856/12/85 1862/12/85 +f 1856/12/172 1861/13/171 1863/12/171 +f 1861/13/171 1856/12/172 1857/13/172 +f 1863/12/174 1861/13/174 1856/12/173 +f 1857/13/173 1856/12/173 1861/13/174 +f 1861/13/171 1862/12/655 1863/12/171 +f 1862/12/655 1861/13/171 1860/13/655 +f 1863/12/174 1862/12/656 1861/13/174 +f 1860/13/656 1861/13/174 1862/12/656 +f 1862/12/655 1858/13/177 1859/12/177 +f 1858/13/177 1862/12/655 1860/13/655 +f 1859/12/178 1858/13/178 1862/12/656 +f 1860/13/656 1862/12/656 1858/13/178 +f 1866/14/195 1865/12/195 1864/14/195 +f 1865/12/195 1866/14/195 1867/12/195 +f 1864/14/196 1865/12/196 1866/14/196 +f 1867/12/196 1866/14/196 1865/12/196 +f 1866/14/197 1868/12/197 1867/12/197 +f 1868/12/197 1866/14/197 1869/14/197 +f 1867/12/198 1868/12/198 1866/14/198 +f 1869/14/198 1866/14/198 1868/12/198 +f 1870/12/176 1864/14/178 1865/12/178 +f 1864/14/178 1870/12/176 1871/14/176 +f 1865/12/177 1864/14/177 1870/12/175 +f 1871/14/175 1870/12/175 1864/14/177 +f 1868/12/173 1873/14/174 1872/12/174 +f 1873/14/174 1868/12/173 1869/14/173 +f 1872/12/171 1873/14/171 1868/12/172 +f 1869/14/172 1868/12/172 1873/14/171 +f 1871/14/85 1866/14/85 1864/14/85 +f 1866/14/85 1871/14/85 1869/14/85 +f 1869/14/85 1871/14/85 1873/14/85 +f 1864/14/86 1866/14/86 1871/14/86 +f 1869/14/86 1871/14/86 1866/14/86 +f 1873/14/86 1871/14/86 1869/14/86 +f 1873/14/174 1870/12/176 1872/12/174 +f 1870/12/176 1873/14/174 1871/14/176 +f 1872/12/171 1870/12/175 1873/14/171 +f 1871/14/175 1873/14/171 1870/12/175 +f 365/13/197 1875/12/197 1874/12/197 +f 1875/12/197 365/13/197 1876/13/197 +f 1874/12/198 1875/12/198 365/13/198 +f 1876/13/198 365/13/198 1875/12/198 +f 365/13/195 1878/12/195 1877/13/195 +f 1878/12/195 365/13/195 1874/12/195 +f 1877/13/196 1878/12/196 365/13/196 +f 1874/12/196 365/13/196 1878/12/196 +f 1879/13/85 365/13/85 1877/13/85 +f 365/13/85 1879/13/85 1876/13/85 +f 1876/13/85 1879/13/85 1880/13/85 +f 1877/13/86 365/13/86 1879/13/86 +f 1876/13/86 1879/13/86 365/13/86 +f 1880/13/86 1879/13/86 1876/13/86 +f 1875/12/86 1878/12/86 1874/12/86 +f 1878/12/86 1875/12/86 1881/12/86 +f 1881/12/86 1875/12/86 1882/12/86 +f 1874/12/85 1878/12/85 1875/12/85 +f 1881/12/85 1875/12/85 1878/12/85 +f 1882/12/85 1875/12/85 1881/12/85 +f 1875/12/173 1880/13/174 1882/12/174 +f 1880/13/174 1875/12/173 1876/13/173 +f 1882/12/171 1880/13/171 1875/12/172 +f 1876/13/172 1875/12/172 1880/13/171 +f 1880/13/174 1881/12/656 1882/12/174 +f 1881/12/656 1880/13/174 1879/13/656 +f 1882/12/171 1881/12/655 1880/13/171 +f 1879/13/655 1880/13/171 1881/12/655 +f 1881/12/656 1877/13/178 1878/12/178 +f 1877/13/178 1881/12/656 1879/13/656 +f 1878/12/177 1877/13/177 1881/12/655 +f 1879/13/655 1881/12/655 1877/13/177 +f 1885/14/183 1884/12/183 1883/14/183 +f 1884/12/183 1885/14/183 45/12/183 +f 1883/14/184 1884/12/184 1885/14/184 +f 45/12/184 1885/14/184 1884/12/184 +f 1885/14/185 1886/12/185 45/12/185 +f 1886/12/185 1885/14/185 1887/14/185 +f 45/12/186 1886/12/186 1885/14/186 +f 1887/14/186 1885/14/186 1886/12/186 +f 1888/12/191 1883/14/193 1884/12/193 +f 1883/14/193 1888/12/191 1889/14/191 +f 1884/12/194 1883/14/194 1888/12/192 +f 1889/14/192 1888/12/192 1883/14/194 +f 1886/12/188 1891/14/187 1890/12/187 +f 1891/14/187 1886/12/188 1887/14/188 +f 1890/12/190 1891/14/190 1886/12/189 +f 1887/14/189 1886/12/189 1891/14/190 +f 1889/14/85 1885/14/85 1883/14/85 +f 1885/14/85 1889/14/85 1887/14/85 +f 1887/14/85 1889/14/85 1891/14/85 +f 1883/14/86 1885/14/86 1889/14/86 +f 1887/14/86 1889/14/86 1885/14/86 +f 1891/14/86 1889/14/86 1887/14/86 +f 1891/14/187 1888/12/191 1890/12/187 +f 1888/12/191 1891/14/187 1889/14/191 +f 1890/12/190 1888/12/192 1891/14/190 +f 1889/14/192 1891/14/190 1888/12/192 +f 374/13/185 1893/12/185 1892/12/185 +f 1893/12/185 374/13/185 1894/13/185 +f 1892/12/186 1893/12/186 374/13/186 +f 1894/13/186 374/13/186 1893/12/186 +f 374/13/183 1896/12/183 1895/13/183 +f 1896/12/183 374/13/183 1892/12/183 +f 1895/13/184 1896/12/184 374/13/184 +f 1892/12/184 374/13/184 1896/12/184 +f 1897/13/85 374/13/85 1895/13/85 +f 374/13/85 1897/13/85 1894/13/85 +f 1894/13/85 1897/13/85 1898/13/85 +f 1895/13/86 374/13/86 1897/13/86 +f 1894/13/86 1897/13/86 374/13/86 +f 1898/13/86 1897/13/86 1894/13/86 +f 1893/12/86 1896/12/86 1892/12/86 +f 1896/12/86 1893/12/86 1899/12/86 +f 1899/12/86 1893/12/86 1900/12/86 +f 1892/12/85 1896/12/85 1893/12/85 +f 1899/12/85 1893/12/85 1896/12/85 +f 1900/12/85 1893/12/85 1899/12/85 +f 1893/12/188 1898/13/187 1900/12/187 +f 1898/13/187 1893/12/188 1894/13/188 +f 1900/12/190 1898/13/190 1893/12/189 +f 1894/13/189 1893/12/189 1898/13/190 +f 1898/13/187 1899/12/657 1900/12/187 +f 1899/12/657 1898/13/187 1897/13/657 +f 1900/12/190 1899/12/658 1898/13/190 +f 1897/13/658 1898/13/190 1899/12/658 +f 1899/12/657 1895/13/193 1896/12/193 +f 1895/13/193 1899/12/657 1897/13/657 +f 1896/12/194 1895/13/194 1899/12/658 +f 1897/13/658 1899/12/658 1895/13/194 +f 1903/14/85 1902/14/85 1901/14/85 +f 1902/14/85 1903/14/85 1904/14/85 +f 1902/14/85 1904/14/85 1905/14/85 +f 1905/14/85 1904/14/85 1906/14/85 +f 1905/14/85 1906/14/85 1907/14/85 +f 1907/14/85 1906/14/85 1908/14/85 +f 1907/14/85 1908/14/85 1909/14/85 +f 1909/14/85 1908/14/85 1910/14/85 +f 1901/14/86 1902/14/86 1903/14/86 +f 1904/14/86 1903/14/86 1902/14/86 +f 1905/14/86 1904/14/86 1902/14/86 +f 1906/14/86 1904/14/86 1905/14/86 +f 1907/14/86 1906/14/86 1905/14/86 +f 1908/14/86 1906/14/86 1907/14/86 +f 1909/14/86 1908/14/86 1907/14/86 +f 1910/14/86 1908/14/86 1909/14/86 +f 1903/14/162 417/12/162 1911/12/162 +f 417/12/162 1903/14/162 1901/14/162 +f 1911/12/161 417/12/161 1903/14/161 +f 1901/14/161 1903/14/161 417/12/161 +f 1912/12/280 1903/14/279 1911/12/279 +f 1903/14/279 1912/12/280 1904/14/280 +f 1911/12/282 1903/14/282 1912/12/281 +f 1904/14/281 1912/12/281 1903/14/282 +f 1913/12/283 1904/14/280 1912/12/280 +f 1904/14/280 1913/12/283 1906/14/283 +f 1912/12/281 1904/14/281 1913/12/284 +f 1906/14/284 1913/12/284 1904/14/281 +f 1908/14/285 1913/12/283 1914/12/285 +f 1913/12/283 1908/14/285 1906/14/283 +f 1914/12/286 1913/12/284 1908/14/286 +f 1906/14/284 1908/14/286 1913/12/284 +f 1910/14/290 1914/12/285 1915/12/290 +f 1914/12/285 1910/14/290 1908/14/285 +f 1915/12/289 1914/12/286 1910/14/289 +f 1908/14/286 1910/14/289 1914/12/286 +f 425/12/160 1910/14/160 1915/12/160 +f 1910/14/160 425/12/160 1909/14/160 +f 1915/12/159 1910/14/159 425/12/159 +f 1909/14/159 425/12/159 1910/14/159 +f 1907/14/286 425/12/289 423/12/286 +f 425/12/289 1907/14/286 1909/14/289 +f 423/12/285 425/12/290 1907/14/285 +f 1909/14/290 1907/14/285 425/12/290 +f 1905/14/284 423/12/286 421/12/284 +f 423/12/286 1905/14/284 1907/14/286 +f 421/12/283 423/12/285 1905/14/283 +f 1907/14/285 1905/14/283 423/12/285 +f 1905/14/284 418/12/281 1902/14/281 +f 418/12/281 1905/14/284 421/12/284 +f 1902/14/280 418/12/280 1905/14/283 +f 421/12/283 1905/14/283 418/12/280 +f 1902/14/281 417/12/282 1901/14/282 +f 417/12/282 1902/14/281 418/12/281 +f 1901/14/279 417/12/279 1902/14/280 +f 418/12/280 1902/14/280 417/12/279 +f 1917/12/86 1916/12/86 437/12/86 +f 1916/12/86 1917/12/86 438/12/86 +f 1916/12/86 438/12/86 1918/12/86 +f 1918/12/86 438/12/86 1919/12/86 +f 1918/12/86 1919/12/86 1920/12/86 +f 1920/12/86 1919/12/86 1921/12/86 +f 1921/12/86 1919/12/86 440/12/86 +f 1921/12/86 440/12/86 1922/12/86 +f 437/12/85 1916/12/85 1917/12/85 +f 438/12/85 1917/12/85 1916/12/85 +f 1918/12/85 438/12/85 1916/12/85 +f 1919/12/85 438/12/85 1918/12/85 +f 1920/12/85 1919/12/85 1918/12/85 +f 1921/12/85 1919/12/85 1920/12/85 +f 440/12/85 1919/12/85 1921/12/85 +f 1922/12/85 440/12/85 1921/12/85 +f 1923/13/85 436/13/85 428/13/85 +f 436/13/85 1923/13/85 435/13/85 +f 435/13/85 1923/13/85 1924/13/85 +f 435/13/85 1924/13/85 434/13/85 +f 434/13/85 1924/13/85 1925/13/85 +f 434/13/85 1925/13/85 1926/13/85 +f 434/13/85 1926/13/85 433/13/85 +f 433/13/85 1926/13/85 1927/13/85 +f 428/13/86 436/13/86 1923/13/86 +f 435/13/86 1923/13/86 436/13/86 +f 1924/13/86 1923/13/86 435/13/86 +f 434/13/86 1924/13/86 435/13/86 +f 1925/13/86 1924/13/86 434/13/86 +f 1926/13/86 1925/13/86 434/13/86 +f 433/13/86 1926/13/86 434/13/86 +f 1927/13/86 1926/13/86 433/13/86 +f 1923/13/162 437/12/162 1916/12/162 +f 437/12/162 1923/13/162 428/13/162 +f 1916/12/161 437/12/161 1923/13/161 +f 428/13/161 1923/13/161 437/12/161 +f 1918/12/280 1923/13/279 1916/12/279 +f 1923/13/279 1918/12/280 1924/13/280 +f 1916/12/282 1923/13/282 1918/12/281 +f 1924/13/281 1918/12/281 1923/13/282 +f 1920/12/283 1924/13/280 1918/12/280 +f 1924/13/280 1920/12/283 1925/13/283 +f 1918/12/281 1924/13/281 1920/12/284 +f 1925/13/284 1920/12/284 1924/13/281 +f 1926/13/285 1920/12/283 1921/12/285 +f 1920/12/283 1926/13/285 1925/13/283 +f 1921/12/286 1920/12/284 1926/13/286 +f 1925/13/284 1926/13/286 1920/12/284 +f 1927/13/287 1921/12/285 1922/12/287 +f 1921/12/285 1927/13/287 1926/13/285 +f 1922/12/288 1921/12/286 1927/13/288 +f 1926/13/286 1927/13/288 1921/12/286 +f 440/12/160 1927/13/160 1922/12/160 +f 1927/13/160 440/12/160 433/13/160 +f 1922/12/159 1927/13/159 440/12/159 +f 433/13/159 440/12/159 1927/13/159 +f 434/13/286 440/12/289 1919/12/286 +f 440/12/289 434/13/286 433/13/289 +f 1919/12/285 440/12/290 434/13/285 +f 433/13/290 434/13/285 440/12/290 +f 435/13/284 1919/12/286 438/12/284 +f 1919/12/286 435/13/284 434/13/286 +f 438/12/283 1919/12/285 435/13/283 +f 434/13/285 435/13/283 1919/12/285 +f 435/13/284 1917/12/281 436/13/281 +f 1917/12/281 435/13/284 438/12/284 +f 436/13/280 1917/12/280 435/13/283 +f 438/12/283 435/13/283 1917/12/280 +f 436/13/281 437/12/282 428/13/282 +f 437/12/282 436/13/281 1917/12/281 +f 428/13/279 437/12/279 436/13/280 +f 1917/12/280 436/13/280 437/12/279 +f 1930/13/660 1929/12/659 1928/13/659 +f 1929/12/659 1930/13/660 1931/12/660 +f 1928/13/662 1929/12/662 1930/13/661 +f 1931/12/661 1930/13/661 1929/12/662 +f 1934/13/663 1933/12/664 1932/12/663 +f 1933/12/664 1934/13/663 1935/13/664 +f 1932/12/665 1933/12/666 1934/13/665 +f 1935/13/666 1934/13/665 1933/12/666 +f 1935/13/664 1936/12/667 1933/12/664 +f 1936/12/667 1935/13/664 1937/13/667 +f 1933/12/666 1936/12/668 1935/13/666 +f 1937/13/668 1935/13/666 1936/12/668 +f 1940/12/670 1939/13/669 1938/12/669 +f 1939/13/669 1940/12/670 1941/13/670 +f 1938/12/672 1939/13/672 1940/12/671 +f 1941/13/671 1940/12/671 1939/13/672 +f 1938/12/669 1934/13/663 1932/12/663 +f 1934/13/663 1938/12/669 1939/13/669 +f 1932/12/665 1934/13/665 1938/12/672 +f 1939/13/672 1938/12/672 1934/13/665 +f 1928/13/659 1936/12/667 1937/13/667 +f 1936/12/667 1928/13/659 1929/12/659 +f 1937/13/668 1936/12/668 1928/13/662 +f 1929/12/662 1928/13/662 1936/12/668 +f 1928/13/85 1941/13/85 1930/13/85 +f 1941/13/85 1928/13/85 1937/13/85 +f 1941/13/85 1937/13/85 1935/13/85 +f 1941/13/85 1935/13/85 1934/13/85 +f 1941/13/85 1934/13/85 1939/13/85 +f 1930/13/86 1941/13/86 1928/13/86 +f 1937/13/86 1928/13/86 1941/13/86 +f 1935/13/86 1937/13/86 1941/13/86 +f 1934/13/86 1935/13/86 1941/13/86 +f 1939/13/86 1934/13/86 1941/13/86 +f 1944/28/673 1943/27/674 1942/27/673 +f 1943/27/674 1944/28/673 1945/28/674 +f 1942/27/675 1943/27/676 1944/28/675 +f 1945/28/676 1944/28/675 1943/27/676 +f 1948/28/675 1947/27/676 1946/27/675 +f 1947/27/676 1948/28/675 1949/28/676 +f 1946/27/673 1947/27/674 1948/28/673 +f 1949/28/674 1948/28/673 1947/27/674 +f 1952/28/678 1951/27/677 1950/28/677 +f 1951/27/677 1952/28/678 1953/27/678 +f 1950/28/680 1951/27/680 1952/28/679 +f 1953/27/679 1952/28/679 1951/27/680 +f 1956/27/680 1955/28/679 1954/27/679 +f 1955/28/679 1956/27/680 1957/28/680 +f 1954/27/678 1955/28/678 1956/27/677 +f 1957/28/677 1956/27/677 1955/28/678 +f 1949/28/676 1956/27/680 1947/27/676 +f 1956/27/680 1949/28/676 1957/28/680 +f 1947/27/674 1956/27/677 1949/28/674 +f 1957/28/677 1949/28/674 1956/27/677 +f 1945/28/674 1951/27/677 1943/27/674 +f 1951/27/677 1945/28/674 1950/28/677 +f 1943/27/676 1951/27/680 1945/28/676 +f 1950/28/680 1945/28/676 1951/27/680 +f 1952/28/678 1946/27/675 1953/27/678 +f 1946/27/675 1952/28/678 1948/28/675 +f 1953/27/679 1946/27/673 1952/28/679 +f 1948/28/673 1952/28/679 1946/27/673 +f 1955/28/679 1942/27/673 1954/27/679 +f 1942/27/673 1955/28/679 1944/28/673 +f 1954/27/678 1942/27/675 1955/28/678 +f 1944/28/675 1955/28/678 1942/27/675 +f 1945/28/681 1952/28/681 1950/28/681 +f 1952/28/681 1945/28/681 1948/28/681 +f 1948/28/681 1945/28/681 1944/28/681 +f 1948/28/681 1944/28/681 1949/28/681 +f 1949/28/681 1944/28/681 1955/28/681 +f 1949/28/681 1955/28/681 1957/28/681 +f 1950/28/682 1952/28/682 1945/28/682 +f 1948/28/682 1945/28/682 1952/28/682 +f 1944/28/682 1945/28/682 1948/28/682 +f 1949/28/682 1944/28/682 1948/28/682 +f 1955/28/682 1944/28/682 1949/28/682 +f 1957/28/682 1955/28/682 1949/28/682 +f 1946/27/682 1951/27/682 1953/27/682 +f 1951/27/682 1946/27/682 1943/27/682 +f 1943/27/682 1946/27/682 1947/27/682 +f 1943/27/682 1947/27/682 1942/27/682 +f 1942/27/682 1947/27/682 1956/27/682 +f 1942/27/682 1956/27/682 1954/27/682 +f 1953/27/681 1951/27/681 1946/27/681 +f 1943/27/681 1946/27/681 1951/27/681 +f 1947/27/681 1946/27/681 1943/27/681 +f 1942/27/681 1947/27/681 1943/27/681 +f 1956/27/681 1947/27/681 1942/27/681 +f 1954/27/681 1956/27/681 1942/27/681 +f 1960/28/683 1959/27/684 1958/27/683 +f 1959/27/684 1960/28/683 1961/28/684 +f 1958/27/685 1959/27/686 1960/28/685 +f 1961/28/686 1960/28/685 1959/27/686 +f 1964/28/685 1963/27/686 1962/27/685 +f 1963/27/686 1964/28/685 1965/28/686 +f 1962/27/683 1963/27/684 1964/28/683 +f 1965/28/684 1964/28/683 1963/27/684 +f 1968/28/688 1967/27/687 1966/28/687 +f 1967/27/687 1968/28/688 1969/27/688 +f 1966/28/690 1967/27/690 1968/28/689 +f 1969/27/689 1968/28/689 1967/27/690 +f 1972/27/690 1971/28/689 1970/27/689 +f 1971/28/689 1972/27/690 1973/28/690 +f 1970/27/688 1971/28/688 1972/27/687 +f 1973/28/687 1972/27/687 1971/28/688 +f 1965/28/686 1972/27/690 1963/27/686 +f 1972/27/690 1965/28/686 1973/28/690 +f 1963/27/684 1972/27/687 1965/28/684 +f 1973/28/687 1965/28/684 1972/27/687 +f 1961/28/684 1967/27/687 1959/27/684 +f 1967/27/687 1961/28/684 1966/28/687 +f 1959/27/686 1967/27/690 1961/28/686 +f 1966/28/690 1961/28/686 1967/27/690 +f 1968/28/688 1962/27/685 1969/27/688 +f 1962/27/685 1968/28/688 1964/28/685 +f 1969/27/689 1962/27/683 1968/28/689 +f 1964/28/683 1968/28/689 1962/27/683 +f 1971/28/689 1958/27/683 1970/27/689 +f 1958/27/683 1971/28/689 1960/28/683 +f 1970/27/688 1958/27/685 1971/28/688 +f 1960/28/685 1971/28/688 1958/27/685 +f 1961/28/287 1968/28/287 1966/28/287 +f 1968/28/287 1961/28/287 1964/28/287 +f 1964/28/287 1961/28/287 1960/28/287 +f 1964/28/287 1960/28/287 1965/28/287 +f 1965/28/287 1960/28/287 1971/28/287 +f 1965/28/287 1971/28/287 1973/28/287 +f 1966/28/288 1968/28/288 1961/28/288 +f 1964/28/288 1961/28/288 1968/28/288 +f 1960/28/288 1961/28/288 1964/28/288 +f 1965/28/288 1960/28/288 1964/28/288 +f 1971/28/288 1960/28/288 1965/28/288 +f 1973/28/288 1971/28/288 1965/28/288 +f 1962/27/288 1967/27/288 1969/27/288 +f 1967/27/288 1962/27/288 1959/27/288 +f 1959/27/288 1962/27/288 1963/27/288 +f 1959/27/288 1963/27/288 1958/27/288 +f 1958/27/288 1963/27/288 1972/27/288 +f 1958/27/288 1972/27/288 1970/27/288 +f 1969/27/287 1967/27/287 1962/27/287 +f 1959/27/287 1962/27/287 1967/27/287 +f 1963/27/287 1962/27/287 1959/27/287 +f 1958/27/287 1963/27/287 1959/27/287 +f 1972/27/287 1963/27/287 1958/27/287 +f 1970/27/287 1972/27/287 1958/27/287 +f 1976/28/683 1975/27/684 1974/27/683 +f 1975/27/684 1976/28/683 1977/28/684 +f 1974/27/685 1975/27/686 1976/28/685 +f 1977/28/686 1976/28/685 1975/27/686 +f 1980/28/685 1979/27/686 1978/27/685 +f 1979/27/686 1980/28/685 1981/28/686 +f 1978/27/683 1979/27/684 1980/28/683 +f 1981/28/684 1980/28/683 1979/27/684 +f 1984/28/688 1983/27/687 1982/28/687 +f 1983/27/687 1984/28/688 1985/27/688 +f 1982/28/690 1983/27/690 1984/28/689 +f 1985/27/689 1984/28/689 1983/27/690 +f 1988/27/690 1987/28/689 1986/27/689 +f 1987/28/689 1988/27/690 1989/28/690 +f 1986/27/688 1987/28/688 1988/27/687 +f 1989/28/687 1988/27/687 1987/28/688 +f 1981/28/686 1988/27/690 1979/27/686 +f 1988/27/690 1981/28/686 1989/28/690 +f 1979/27/684 1988/27/687 1981/28/684 +f 1989/28/687 1981/28/684 1988/27/687 +f 1977/28/684 1983/27/687 1975/27/684 +f 1983/27/687 1977/28/684 1982/28/687 +f 1975/27/686 1983/27/690 1977/28/686 +f 1982/28/690 1977/28/686 1983/27/690 +f 1984/28/688 1978/27/685 1985/27/688 +f 1978/27/685 1984/28/688 1980/28/685 +f 1985/27/689 1978/27/683 1984/28/689 +f 1980/28/683 1984/28/689 1978/27/683 +f 1987/28/689 1974/27/683 1986/27/689 +f 1974/27/683 1987/28/689 1976/28/683 +f 1986/27/688 1974/27/685 1987/28/688 +f 1976/28/685 1987/28/688 1974/27/685 +f 1977/28/287 1984/28/287 1982/28/287 +f 1984/28/287 1977/28/287 1980/28/287 +f 1980/28/287 1977/28/287 1976/28/287 +f 1980/28/287 1976/28/287 1981/28/287 +f 1981/28/287 1976/28/287 1987/28/287 +f 1981/28/287 1987/28/287 1989/28/287 +f 1982/28/288 1984/28/288 1977/28/288 +f 1980/28/288 1977/28/288 1984/28/288 +f 1976/28/288 1977/28/288 1980/28/288 +f 1981/28/288 1976/28/288 1980/28/288 +f 1987/28/288 1976/28/288 1981/28/288 +f 1989/28/288 1987/28/288 1981/28/288 +f 1978/27/288 1983/27/288 1985/27/288 +f 1983/27/288 1978/27/288 1975/27/288 +f 1975/27/288 1978/27/288 1979/27/288 +f 1975/27/288 1979/27/288 1974/27/288 +f 1974/27/288 1979/27/288 1988/27/288 +f 1974/27/288 1988/27/288 1986/27/288 +f 1985/27/287 1983/27/287 1978/27/287 +f 1975/27/287 1978/27/287 1983/27/287 +f 1979/27/287 1978/27/287 1975/27/287 +f 1974/27/287 1979/27/287 1975/27/287 +f 1988/27/287 1979/27/287 1974/27/287 +f 1986/27/287 1988/27/287 1974/27/287 +f 1992/28/691 1991/27/692 1990/27/691 +f 1991/27/692 1992/28/691 1993/28/692 +f 1990/27/693 1991/27/694 1992/28/693 +f 1993/28/694 1992/28/693 1991/27/694 +f 1996/27/693 1995/28/694 1994/27/694 +f 1995/28/694 1996/27/693 1997/28/693 +f 1994/27/692 1995/28/692 1996/27/691 +f 1997/28/691 1996/27/691 1995/28/692 +f 2000/28/696 1999/27/695 1998/28/695 +f 1999/27/695 2000/28/696 2001/27/696 +f 1998/28/698 1999/27/698 2000/28/697 +f 2001/27/697 2000/28/697 1999/27/698 +f 2004/27/698 2003/28/697 2002/27/697 +f 2003/28/697 2004/27/698 2005/28/698 +f 2002/27/696 2003/28/696 2004/27/695 +f 2005/28/695 2004/27/695 2003/28/696 +f 1995/28/694 2004/27/698 1994/27/694 +f 2004/27/698 1995/28/694 2005/28/698 +f 1994/27/692 2004/27/695 1995/28/692 +f 2005/28/695 1995/28/692 2004/27/695 +f 1993/28/692 1999/27/695 1991/27/692 +f 1999/27/695 1993/28/692 1998/28/695 +f 1991/27/694 1999/27/698 1993/28/694 +f 1998/28/698 1993/28/694 1999/27/698 +f 2000/28/696 1996/27/693 2001/27/696 +f 1996/27/693 2000/28/696 1997/28/693 +f 2001/27/697 1996/27/691 2000/28/697 +f 1997/28/691 2000/28/697 1996/27/691 +f 2003/28/697 1990/27/691 2002/27/697 +f 1990/27/691 2003/28/697 1992/28/691 +f 2002/27/696 1990/27/693 2003/28/696 +f 1992/28/693 2003/28/696 1990/27/693 +f 1993/28/699 2000/28/699 1998/28/699 +f 2000/28/699 1993/28/699 1997/28/699 +f 1997/28/699 1993/28/699 1992/28/699 +f 1997/28/699 1992/28/699 1995/28/699 +f 1995/28/699 1992/28/699 2003/28/699 +f 1995/28/699 2003/28/699 2005/28/699 +f 1998/28/700 2000/28/700 1993/28/700 +f 1997/28/700 1993/28/700 2000/28/700 +f 1992/28/700 1993/28/700 1997/28/700 +f 1995/28/700 1992/28/700 1997/28/700 +f 2003/28/700 1992/28/700 1995/28/700 +f 2005/28/700 2003/28/700 1995/28/700 +f 1996/27/700 1999/27/700 2001/27/700 +f 1999/27/700 1996/27/700 1991/27/700 +f 1991/27/700 1996/27/700 1994/27/700 +f 1991/27/700 1994/27/700 1990/27/700 +f 1990/27/700 1994/27/700 2004/27/700 +f 1990/27/700 2004/27/700 2002/27/700 +f 2001/27/699 1999/27/699 1996/27/699 +f 1991/27/699 1996/27/699 1999/27/699 +f 1994/27/699 1996/27/699 1991/27/699 +f 1990/27/699 1994/27/699 1991/27/699 +f 2004/27/699 1994/27/699 1990/27/699 +f 2002/27/699 2004/27/699 1990/27/699 +f 2008/14/85 2007/14/85 2006/14/85 +f 2007/14/85 2008/14/85 2009/14/85 +f 2007/14/85 2009/14/85 2010/14/85 +f 2010/14/85 2009/14/85 2011/14/85 +f 2010/14/85 2011/14/85 2012/14/85 +f 2012/14/85 2011/14/85 2013/14/85 +f 2012/14/85 2013/14/85 2014/14/85 +f 2014/14/85 2013/14/85 2015/14/85 +f 2006/14/86 2007/14/86 2008/14/86 +f 2009/14/86 2008/14/86 2007/14/86 +f 2010/14/86 2009/14/86 2007/14/86 +f 2011/14/86 2009/14/86 2010/14/86 +f 2012/14/86 2011/14/86 2010/14/86 +f 2013/14/86 2011/14/86 2012/14/86 +f 2014/14/86 2013/14/86 2012/14/86 +f 2015/14/86 2013/14/86 2014/14/86 +f 2008/14/331 483/12/331 2016/12/331 +f 483/12/331 2008/14/331 2006/14/331 +f 2016/12/332 483/12/332 2008/14/332 +f 2006/14/332 2008/14/332 483/12/332 +f 2017/12/334 2008/14/333 2016/12/333 +f 2008/14/333 2017/12/334 2009/14/334 +f 2016/12/336 2008/14/336 2017/12/335 +f 2009/14/335 2017/12/335 2008/14/336 +f 2018/12/337 2009/14/334 2017/12/334 +f 2009/14/334 2018/12/337 2011/14/337 +f 2017/12/335 2009/14/335 2018/12/338 +f 2011/14/338 2018/12/338 2009/14/335 +f 2013/14/339 2018/12/337 2019/12/339 +f 2018/12/337 2013/14/339 2011/14/337 +f 2019/12/340 2018/12/338 2013/14/340 +f 2011/14/338 2013/14/340 2018/12/338 +f 2015/14/346 2019/12/339 2020/12/346 +f 2019/12/339 2015/14/346 2013/14/339 +f 2020/12/345 2019/12/340 2015/14/345 +f 2013/14/340 2015/14/345 2019/12/340 +f 491/12/343 2015/14/343 2020/12/343 +f 2015/14/343 491/12/343 2014/14/343 +f 2020/12/344 2015/14/344 491/12/344 +f 2014/14/344 491/12/344 2015/14/344 +f 2012/14/340 491/12/345 489/12/340 +f 491/12/345 2012/14/340 2014/14/345 +f 489/12/339 491/12/346 2012/14/339 +f 2014/14/346 2012/14/339 491/12/346 +f 2010/14/338 489/12/340 487/12/338 +f 489/12/340 2010/14/338 2012/14/340 +f 487/12/337 489/12/339 2010/14/337 +f 2012/14/339 2010/14/337 489/12/339 +f 2010/14/338 484/12/335 2007/14/335 +f 484/12/335 2010/14/338 487/12/338 +f 2007/14/334 484/12/334 2010/14/337 +f 487/12/337 2010/14/337 484/12/334 +f 2007/14/335 483/12/336 2006/14/336 +f 483/12/336 2007/14/335 484/12/335 +f 2006/14/333 483/12/333 2007/14/334 +f 484/12/334 2007/14/334 483/12/333 +f 2022/12/86 2021/12/86 441/12/86 +f 2021/12/86 2022/12/86 503/12/86 +f 2021/12/86 503/12/86 2023/12/86 +f 2023/12/86 503/12/86 2024/12/86 +f 2023/12/86 2024/12/86 2025/12/86 +f 2025/12/86 2024/12/86 2026/12/86 +f 2026/12/86 2024/12/86 216/12/86 +f 2026/12/86 216/12/86 2027/12/86 +f 441/12/85 2021/12/85 2022/12/85 +f 503/12/85 2022/12/85 2021/12/85 +f 2023/12/85 503/12/85 2021/12/85 +f 2024/12/85 503/12/85 2023/12/85 +f 2025/12/85 2024/12/85 2023/12/85 +f 2026/12/85 2024/12/85 2025/12/85 +f 216/12/85 2024/12/85 2026/12/85 +f 2027/12/85 216/12/85 2026/12/85 +f 1819/13/85 502/13/85 494/13/85 +f 502/13/85 1819/13/85 501/13/85 +f 501/13/85 1819/13/85 2028/13/85 +f 501/13/85 2028/13/85 500/13/85 +f 500/13/85 2028/13/85 2029/13/85 +f 500/13/85 2029/13/85 2030/13/85 +f 500/13/85 2030/13/85 499/13/85 +f 499/13/85 2030/13/85 2031/13/85 +f 494/13/86 502/13/86 1819/13/86 +f 501/13/86 1819/13/86 502/13/86 +f 2028/13/86 1819/13/86 501/13/86 +f 500/13/86 2028/13/86 501/13/86 +f 2029/13/86 2028/13/86 500/13/86 +f 2030/13/86 2029/13/86 500/13/86 +f 499/13/86 2030/13/86 500/13/86 +f 2031/13/86 2030/13/86 499/13/86 +f 1819/13/331 441/12/331 2021/12/331 +f 441/12/331 1819/13/331 494/13/331 +f 2021/12/332 441/12/332 1819/13/332 +f 494/13/332 1819/13/332 441/12/332 +f 2023/12/334 1819/13/333 2021/12/333 +f 1819/13/333 2023/12/334 2028/13/334 +f 2021/12/336 1819/13/336 2023/12/335 +f 2028/13/335 2023/12/335 1819/13/336 +f 2025/12/337 2028/13/334 2023/12/334 +f 2028/13/334 2025/12/337 2029/13/337 +f 2023/12/335 2028/13/335 2025/12/338 +f 2029/13/338 2025/12/338 2028/13/335 +f 2030/13/339 2025/12/337 2026/12/339 +f 2025/12/337 2030/13/339 2029/13/337 +f 2026/12/340 2025/12/338 2030/13/340 +f 2029/13/338 2030/13/340 2025/12/338 +f 2031/13/341 2026/12/339 2027/12/341 +f 2026/12/339 2031/13/341 2030/13/339 +f 2027/12/342 2026/12/340 2031/13/342 +f 2030/13/340 2031/13/342 2026/12/340 +f 216/12/343 2031/13/343 2027/12/343 +f 2031/13/343 216/12/343 499/13/343 +f 2027/12/344 2031/13/344 216/12/344 +f 499/13/344 216/12/344 2031/13/344 +f 500/13/340 216/12/345 2024/12/340 +f 216/12/345 500/13/340 499/13/345 +f 2024/12/339 216/12/346 500/13/339 +f 499/13/346 500/13/339 216/12/346 +f 501/13/338 2024/12/340 503/12/338 +f 2024/12/340 501/13/338 500/13/340 +f 503/12/337 2024/12/339 501/13/337 +f 500/13/339 501/13/337 2024/12/339 +f 501/13/338 2022/12/335 502/13/335 +f 2022/12/335 501/13/338 503/12/338 +f 502/13/334 2022/12/334 501/13/337 +f 503/12/337 501/13/337 2022/12/334 +f 502/13/335 441/12/336 494/13/336 +f 441/12/336 502/13/335 2022/12/335 +f 494/13/333 441/12/333 502/13/334 +f 2022/12/334 502/13/334 441/12/333 +f 2034/13/702 2033/12/701 2032/13/701 +f 2033/12/701 2034/13/702 2035/12/702 +f 2032/13/704 2033/12/704 2034/13/703 +f 2035/12/703 2034/13/703 2033/12/704 +f 2038/13/705 2037/12/706 2036/12/705 +f 2037/12/706 2038/13/705 2039/13/706 +f 2036/12/707 2037/12/708 2038/13/707 +f 2039/13/708 2038/13/707 2037/12/708 +f 2039/13/706 2040/12/709 2037/12/706 +f 2040/12/709 2039/13/706 2041/13/709 +f 2037/12/708 2040/12/710 2039/13/708 +f 2041/13/710 2039/13/708 2040/12/710 +f 2044/12/712 2043/13/711 2042/12/711 +f 2043/13/711 2044/12/712 2045/13/712 +f 2042/12/714 2043/13/714 2044/12/713 +f 2045/13/713 2044/12/713 2043/13/714 +f 2042/12/711 2038/13/705 2036/12/705 +f 2038/13/705 2042/12/711 2043/13/711 +f 2036/12/707 2038/13/707 2042/12/714 +f 2043/13/714 2042/12/714 2038/13/707 +f 2032/13/701 2040/12/709 2041/13/709 +f 2040/12/709 2032/13/701 2033/12/701 +f 2041/13/710 2040/12/710 2032/13/704 +f 2033/12/704 2032/13/704 2040/12/710 +f 2032/13/85 2045/13/85 2034/13/85 +f 2045/13/85 2032/13/85 2041/13/85 +f 2045/13/85 2041/13/85 2039/13/85 +f 2045/13/85 2039/13/85 2038/13/85 +f 2045/13/85 2038/13/85 2043/13/85 +f 2034/13/86 2045/13/86 2032/13/86 +f 2041/13/86 2032/13/86 2045/13/86 +f 2039/13/86 2041/13/86 2045/13/86 +f 2038/13/86 2039/13/86 2045/13/86 +f 2043/13/86 2038/13/86 2045/13/86 +f 2048/28/715 2047/27/716 2046/27/715 +f 2047/27/716 2048/28/715 2049/28/716 +f 2046/27/717 2047/27/718 2048/28/717 +f 2049/28/718 2048/28/717 2047/27/718 +f 2052/28/717 2051/27/718 2050/27/717 +f 2051/27/718 2052/28/717 2053/28/718 +f 2050/27/715 2051/27/716 2052/28/715 +f 2053/28/716 2052/28/715 2051/27/716 +f 2056/28/720 2055/27/719 2054/28/719 +f 2055/27/719 2056/28/720 2057/27/720 +f 2054/28/722 2055/27/722 2056/28/721 +f 2057/27/721 2056/28/721 2055/27/722 +f 2060/27/722 2059/28/721 2058/27/721 +f 2059/28/721 2060/27/722 2061/28/722 +f 2058/27/720 2059/28/720 2060/27/719 +f 2061/28/719 2060/27/719 2059/28/720 +f 2053/28/718 2060/27/722 2051/27/718 +f 2060/27/722 2053/28/718 2061/28/722 +f 2051/27/716 2060/27/719 2053/28/716 +f 2061/28/719 2053/28/716 2060/27/719 +f 2049/28/716 2055/27/719 2047/27/716 +f 2055/27/719 2049/28/716 2054/28/719 +f 2047/27/718 2055/27/722 2049/28/718 +f 2054/28/722 2049/28/718 2055/27/722 +f 2056/28/720 2050/27/717 2057/27/720 +f 2050/27/717 2056/28/720 2052/28/717 +f 2057/27/721 2050/27/715 2056/28/721 +f 2052/28/715 2056/28/721 2050/27/715 +f 2059/28/721 2046/27/715 2058/27/721 +f 2046/27/715 2059/28/721 2048/28/715 +f 2058/27/720 2046/27/717 2059/28/720 +f 2048/28/717 2059/28/720 2046/27/717 +f 2049/28/723 2056/28/723 2054/28/723 +f 2056/28/723 2049/28/723 2052/28/723 +f 2052/28/723 2049/28/723 2048/28/723 +f 2052/28/723 2048/28/723 2053/28/723 +f 2053/28/723 2048/28/723 2059/28/723 +f 2053/28/723 2059/28/723 2061/28/723 +f 2054/28/724 2056/28/724 2049/28/724 +f 2052/28/724 2049/28/724 2056/28/724 +f 2048/28/724 2049/28/724 2052/28/724 +f 2053/28/724 2048/28/724 2052/28/724 +f 2059/28/724 2048/28/724 2053/28/724 +f 2061/28/724 2059/28/724 2053/28/724 +f 2050/27/724 2055/27/724 2057/27/724 +f 2055/27/724 2050/27/724 2047/27/724 +f 2047/27/724 2050/27/724 2051/27/724 +f 2047/27/724 2051/27/724 2046/27/724 +f 2046/27/724 2051/27/724 2060/27/724 +f 2046/27/724 2060/27/724 2058/27/724 +f 2057/27/723 2055/27/723 2050/27/723 +f 2047/27/723 2050/27/723 2055/27/723 +f 2051/27/723 2050/27/723 2047/27/723 +f 2046/27/723 2051/27/723 2047/27/723 +f 2060/27/723 2051/27/723 2046/27/723 +f 2058/27/723 2060/27/723 2046/27/723 +f 2064/28/725 2063/27/726 2062/27/725 +f 2063/27/726 2064/28/725 2065/28/726 +f 2062/27/727 2063/27/728 2064/28/727 +f 2065/28/728 2064/28/727 2063/27/728 +f 2068/28/727 2067/27/728 2066/27/727 +f 2067/27/728 2068/28/727 2069/28/728 +f 2066/27/725 2067/27/726 2068/28/725 +f 2069/28/726 2068/28/725 2067/27/726 +f 2072/28/730 2071/27/729 2070/28/729 +f 2071/27/729 2072/28/730 2073/27/730 +f 2070/28/732 2071/27/732 2072/28/731 +f 2073/27/731 2072/28/731 2071/27/732 +f 2076/27/732 2075/28/731 2074/27/731 +f 2075/28/731 2076/27/732 2077/28/732 +f 2074/27/730 2075/28/730 2076/27/729 +f 2077/28/729 2076/27/729 2075/28/730 +f 2069/28/728 2076/27/732 2067/27/728 +f 2076/27/732 2069/28/728 2077/28/732 +f 2067/27/726 2076/27/729 2069/28/726 +f 2077/28/729 2069/28/726 2076/27/729 +f 2065/28/726 2071/27/729 2063/27/726 +f 2071/27/729 2065/28/726 2070/28/729 +f 2063/27/728 2071/27/732 2065/28/728 +f 2070/28/732 2065/28/728 2071/27/732 +f 2072/28/730 2066/27/727 2073/27/730 +f 2066/27/727 2072/28/730 2068/28/727 +f 2073/27/731 2066/27/725 2072/28/731 +f 2068/28/725 2072/28/731 2066/27/725 +f 2075/28/731 2062/27/725 2074/27/731 +f 2062/27/725 2075/28/731 2064/28/725 +f 2074/27/730 2062/27/727 2075/28/730 +f 2064/28/727 2075/28/730 2062/27/727 +f 2065/28/341 2072/28/341 2070/28/341 +f 2072/28/341 2065/28/341 2068/28/341 +f 2068/28/341 2065/28/341 2064/28/341 +f 2068/28/341 2064/28/341 2069/28/341 +f 2069/28/341 2064/28/341 2075/28/341 +f 2069/28/341 2075/28/341 2077/28/341 +f 2070/28/342 2072/28/342 2065/28/342 +f 2068/28/342 2065/28/342 2072/28/342 +f 2064/28/342 2065/28/342 2068/28/342 +f 2069/28/342 2064/28/342 2068/28/342 +f 2075/28/342 2064/28/342 2069/28/342 +f 2077/28/342 2075/28/342 2069/28/342 +f 2066/27/342 2071/27/342 2073/27/342 +f 2071/27/342 2066/27/342 2063/27/342 +f 2063/27/342 2066/27/342 2067/27/342 +f 2063/27/342 2067/27/342 2062/27/342 +f 2062/27/342 2067/27/342 2076/27/342 +f 2062/27/342 2076/27/342 2074/27/342 +f 2073/27/341 2071/27/341 2066/27/341 +f 2063/27/341 2066/27/341 2071/27/341 +f 2067/27/341 2066/27/341 2063/27/341 +f 2062/27/341 2067/27/341 2063/27/341 +f 2076/27/341 2067/27/341 2062/27/341 +f 2074/27/341 2076/27/341 2062/27/341 +f 2080/28/725 2079/27/726 2078/27/725 +f 2079/27/726 2080/28/725 2081/28/726 +f 2078/27/727 2079/27/728 2080/28/727 +f 2081/28/728 2080/28/727 2079/27/728 +f 2084/28/727 2083/27/728 2082/27/727 +f 2083/27/728 2084/28/727 2085/28/728 +f 2082/27/725 2083/27/726 2084/28/725 +f 2085/28/726 2084/28/725 2083/27/726 +f 2088/28/730 2087/27/729 2086/28/729 +f 2087/27/729 2088/28/730 2089/27/730 +f 2086/28/732 2087/27/732 2088/28/731 +f 2089/27/731 2088/28/731 2087/27/732 +f 2092/27/732 2091/28/731 2090/27/731 +f 2091/28/731 2092/27/732 2093/28/732 +f 2090/27/730 2091/28/730 2092/27/729 +f 2093/28/729 2092/27/729 2091/28/730 +f 2085/28/728 2092/27/732 2083/27/728 +f 2092/27/732 2085/28/728 2093/28/732 +f 2083/27/726 2092/27/729 2085/28/726 +f 2093/28/729 2085/28/726 2092/27/729 +f 2081/28/726 2087/27/729 2079/27/726 +f 2087/27/729 2081/28/726 2086/28/729 +f 2079/27/728 2087/27/732 2081/28/728 +f 2086/28/732 2081/28/728 2087/27/732 +f 2088/28/730 2082/27/727 2089/27/730 +f 2082/27/727 2088/28/730 2084/28/727 +f 2089/27/731 2082/27/725 2088/28/731 +f 2084/28/725 2088/28/731 2082/27/725 +f 2091/28/731 2078/27/725 2090/27/731 +f 2078/27/725 2091/28/731 2080/28/725 +f 2090/27/730 2078/27/727 2091/28/730 +f 2080/28/727 2091/28/730 2078/27/727 +f 2081/28/341 2088/28/341 2086/28/341 +f 2088/28/341 2081/28/341 2084/28/341 +f 2084/28/341 2081/28/341 2080/28/341 +f 2084/28/341 2080/28/341 2085/28/341 +f 2085/28/341 2080/28/341 2091/28/341 +f 2085/28/341 2091/28/341 2093/28/341 +f 2086/28/342 2088/28/342 2081/28/342 +f 2084/28/342 2081/28/342 2088/28/342 +f 2080/28/342 2081/28/342 2084/28/342 +f 2085/28/342 2080/28/342 2084/28/342 +f 2091/28/342 2080/28/342 2085/28/342 +f 2093/28/342 2091/28/342 2085/28/342 +f 2082/27/342 2087/27/342 2089/27/342 +f 2087/27/342 2082/27/342 2079/27/342 +f 2079/27/342 2082/27/342 2083/27/342 +f 2079/27/342 2083/27/342 2078/27/342 +f 2078/27/342 2083/27/342 2092/27/342 +f 2078/27/342 2092/27/342 2090/27/342 +f 2089/27/341 2087/27/341 2082/27/341 +f 2079/27/341 2082/27/341 2087/27/341 +f 2083/27/341 2082/27/341 2079/27/341 +f 2078/27/341 2083/27/341 2079/27/341 +f 2092/27/341 2083/27/341 2078/27/341 +f 2090/27/341 2092/27/341 2078/27/341 +f 2096/28/733 2095/27/734 2094/27/733 +f 2095/27/734 2096/28/733 2097/28/734 +f 2094/27/735 2095/27/736 2096/28/735 +f 2097/28/736 2096/28/735 2095/27/736 +f 2100/27/735 2099/28/736 2098/27/736 +f 2099/28/736 2100/27/735 2101/28/735 +f 2098/27/734 2099/28/734 2100/27/733 +f 2101/28/733 2100/27/733 2099/28/734 +f 2104/28/738 2103/27/737 2102/28/737 +f 2103/27/737 2104/28/738 2105/27/738 +f 2102/28/740 2103/27/740 2104/28/739 +f 2105/27/739 2104/28/739 2103/27/740 +f 2108/27/740 2107/28/739 2106/27/739 +f 2107/28/739 2108/27/740 2109/28/740 +f 2106/27/738 2107/28/738 2108/27/737 +f 2109/28/737 2108/27/737 2107/28/738 +f 2099/28/736 2108/27/740 2098/27/736 +f 2108/27/740 2099/28/736 2109/28/740 +f 2098/27/734 2108/27/737 2099/28/734 +f 2109/28/737 2099/28/734 2108/27/737 +f 2097/28/734 2103/27/737 2095/27/734 +f 2103/27/737 2097/28/734 2102/28/737 +f 2095/27/736 2103/27/740 2097/28/736 +f 2102/28/740 2097/28/736 2103/27/740 +f 2104/28/738 2100/27/735 2105/27/738 +f 2100/27/735 2104/28/738 2101/28/735 +f 2105/27/739 2100/27/733 2104/28/739 +f 2101/28/733 2104/28/739 2100/27/733 +f 2107/28/739 2094/27/733 2106/27/739 +f 2094/27/733 2107/28/739 2096/28/733 +f 2106/27/738 2094/27/735 2107/28/738 +f 2096/28/735 2107/28/738 2094/27/735 +f 2097/28/741 2104/28/741 2102/28/741 +f 2104/28/741 2097/28/741 2101/28/741 +f 2101/28/741 2097/28/741 2096/28/741 +f 2101/28/741 2096/28/741 2099/28/741 +f 2099/28/741 2096/28/741 2107/28/741 +f 2099/28/741 2107/28/741 2109/28/741 +f 2102/28/742 2104/28/742 2097/28/742 +f 2101/28/742 2097/28/742 2104/28/742 +f 2096/28/742 2097/28/742 2101/28/742 +f 2099/28/742 2096/28/742 2101/28/742 +f 2107/28/742 2096/28/742 2099/28/742 +f 2109/28/742 2107/28/742 2099/28/742 +f 2100/27/742 2103/27/742 2105/27/742 +f 2103/27/742 2100/27/742 2095/27/742 +f 2095/27/742 2100/27/742 2098/27/742 +f 2095/27/742 2098/27/742 2094/27/742 +f 2094/27/742 2098/27/742 2108/27/742 +f 2094/27/742 2108/27/742 2106/27/742 +f 2105/27/741 2103/27/741 2100/27/741 +f 2095/27/741 2100/27/741 2103/27/741 +f 2098/27/741 2100/27/741 2095/27/741 +f 2094/27/741 2098/27/741 2095/27/741 +f 2108/27/741 2098/27/741 2094/27/741 +f 2106/27/741 2108/27/741 2094/27/741 +f 2112/14/85 2111/14/85 2110/14/85 +f 2111/14/85 2112/14/85 2113/14/85 +f 2111/14/85 2113/14/85 2114/14/85 +f 2114/14/85 2113/14/85 2115/14/85 +f 2114/14/85 2115/14/85 2116/14/85 +f 2116/14/85 2115/14/85 2117/14/85 +f 2116/14/85 2117/14/85 2118/14/85 +f 2118/14/85 2117/14/85 2119/14/85 +f 2110/14/86 2111/14/86 2112/14/86 +f 2113/14/86 2112/14/86 2111/14/86 +f 2114/14/86 2113/14/86 2111/14/86 +f 2115/14/86 2113/14/86 2114/14/86 +f 2116/14/86 2115/14/86 2114/14/86 +f 2117/14/86 2115/14/86 2116/14/86 +f 2118/14/86 2117/14/86 2116/14/86 +f 2119/14/86 2117/14/86 2118/14/86 +f 2112/14/186 544/12/186 2120/12/186 +f 544/12/186 2112/14/186 2110/14/186 +f 2120/12/185 544/12/185 2112/14/185 +f 2110/14/185 2112/14/185 544/12/185 +f 2121/12/428 2112/14/427 2120/12/427 +f 2112/14/427 2121/12/428 2113/14/428 +f 2120/12/430 2112/14/430 2121/12/429 +f 2113/14/429 2121/12/429 2112/14/430 +f 2122/12/431 2113/14/428 2121/12/428 +f 2113/14/428 2122/12/431 2115/14/431 +f 2121/12/429 2113/14/429 2122/12/432 +f 2115/14/432 2122/12/432 2113/14/429 +f 2117/14/433 2122/12/431 2123/12/433 +f 2122/12/431 2117/14/433 2115/14/431 +f 2123/12/434 2122/12/432 2117/14/434 +f 2115/14/432 2117/14/434 2122/12/432 +f 2119/14/438 2123/12/433 2124/12/438 +f 2123/12/433 2119/14/438 2117/14/433 +f 2124/12/437 2123/12/434 2119/14/437 +f 2117/14/434 2119/14/437 2123/12/434 +f 552/12/184 2119/14/184 2124/12/184 +f 2119/14/184 552/12/184 2118/14/184 +f 2124/12/183 2119/14/183 552/12/183 +f 2118/14/183 552/12/183 2119/14/183 +f 2116/14/434 552/12/437 550/12/434 +f 552/12/437 2116/14/434 2118/14/437 +f 550/12/433 552/12/438 2116/14/433 +f 2118/14/438 2116/14/433 552/12/438 +f 2114/14/432 550/12/434 548/12/432 +f 550/12/434 2114/14/432 2116/14/434 +f 548/12/431 550/12/433 2114/14/431 +f 2116/14/433 2114/14/431 550/12/433 +f 2114/14/432 545/12/429 2111/14/429 +f 545/12/429 2114/14/432 548/12/432 +f 2111/14/428 545/12/428 2114/14/431 +f 548/12/431 2114/14/431 545/12/428 +f 2111/14/429 544/12/430 2110/14/430 +f 544/12/430 2111/14/429 545/12/429 +f 2110/14/427 544/12/427 2111/14/428 +f 545/12/428 2111/14/428 544/12/427 +f 2126/12/86 2125/12/86 564/12/86 +f 2125/12/86 2126/12/86 565/12/86 +f 2125/12/86 565/12/86 2127/12/86 +f 2127/12/86 565/12/86 2128/12/86 +f 2127/12/86 2128/12/86 2129/12/86 +f 2129/12/86 2128/12/86 2130/12/86 +f 2130/12/86 2128/12/86 301/12/86 +f 2130/12/86 301/12/86 2131/12/86 +f 564/12/85 2125/12/85 2126/12/85 +f 565/12/85 2126/12/85 2125/12/85 +f 2127/12/85 565/12/85 2125/12/85 +f 2128/12/85 565/12/85 2127/12/85 +f 2129/12/85 2128/12/85 2127/12/85 +f 2130/12/85 2128/12/85 2129/12/85 +f 301/12/85 2128/12/85 2130/12/85 +f 2131/12/85 301/12/85 2130/12/85 +f 2132/13/85 563/13/85 555/13/85 +f 563/13/85 2132/13/85 562/13/85 +f 562/13/85 2132/13/85 2133/13/85 +f 562/13/85 2133/13/85 561/13/85 +f 561/13/85 2133/13/85 2134/13/85 +f 561/13/85 2134/13/85 2135/13/85 +f 561/13/85 2135/13/85 560/13/85 +f 560/13/85 2135/13/85 2136/13/85 +f 555/13/86 563/13/86 2132/13/86 +f 562/13/86 2132/13/86 563/13/86 +f 2133/13/86 2132/13/86 562/13/86 +f 561/13/86 2133/13/86 562/13/86 +f 2134/13/86 2133/13/86 561/13/86 +f 2135/13/86 2134/13/86 561/13/86 +f 560/13/86 2135/13/86 561/13/86 +f 2136/13/86 2135/13/86 560/13/86 +f 2132/13/186 564/12/186 2125/12/186 +f 564/12/186 2132/13/186 555/13/186 +f 2125/12/185 564/12/185 2132/13/185 +f 555/13/185 2132/13/185 564/12/185 +f 2127/12/428 2132/13/427 2125/12/427 +f 2132/13/427 2127/12/428 2133/13/428 +f 2125/12/430 2132/13/430 2127/12/429 +f 2133/13/429 2127/12/429 2132/13/430 +f 2129/12/431 2133/13/428 2127/12/428 +f 2133/13/428 2129/12/431 2134/13/431 +f 2127/12/429 2133/13/429 2129/12/432 +f 2134/13/432 2129/12/432 2133/13/429 +f 2135/13/433 2129/12/431 2130/12/433 +f 2129/12/431 2135/13/433 2134/13/431 +f 2130/12/434 2129/12/432 2135/13/434 +f 2134/13/432 2135/13/434 2129/12/432 +f 2136/13/435 2130/12/433 2131/12/435 +f 2130/12/433 2136/13/435 2135/13/433 +f 2131/12/436 2130/12/434 2136/13/436 +f 2135/13/434 2136/13/436 2130/12/434 +f 301/12/184 2136/13/184 2131/12/184 +f 2136/13/184 301/12/184 560/13/184 +f 2131/12/183 2136/13/183 301/12/183 +f 560/13/183 301/12/183 2136/13/183 +f 561/13/434 301/12/437 2128/12/434 +f 301/12/437 561/13/434 560/13/437 +f 2128/12/433 301/12/438 561/13/433 +f 560/13/438 561/13/433 301/12/438 +f 562/13/432 2128/12/434 565/12/432 +f 2128/12/434 562/13/432 561/13/434 +f 565/12/431 2128/12/433 562/13/431 +f 561/13/433 562/13/431 2128/12/433 +f 562/13/432 2126/12/429 563/13/429 +f 2126/12/429 562/13/432 565/12/432 +f 563/13/428 2126/12/428 562/13/431 +f 565/12/431 562/13/431 2126/12/428 +f 563/13/429 564/12/430 555/13/430 +f 564/12/430 563/13/429 2126/12/429 +f 555/13/427 564/12/427 563/13/428 +f 2126/12/428 563/13/428 564/12/427 +f 2139/13/744 2138/12/743 2137/13/743 +f 2138/12/743 2139/13/744 2140/12/744 +f 2137/13/746 2138/12/746 2139/13/745 +f 2140/12/745 2139/13/745 2138/12/746 +f 2143/13/747 2142/12/748 2141/12/747 +f 2142/12/748 2143/13/747 2144/13/748 +f 2141/12/749 2142/12/750 2143/13/749 +f 2144/13/750 2143/13/749 2142/12/750 +f 2144/13/748 2145/12/751 2142/12/748 +f 2145/12/751 2144/13/748 2146/13/751 +f 2142/12/750 2145/12/752 2144/13/750 +f 2146/13/752 2144/13/750 2145/12/752 +f 2149/12/754 2148/13/753 2147/12/753 +f 2148/13/753 2149/12/754 2150/13/754 +f 2147/12/756 2148/13/756 2149/12/755 +f 2150/13/755 2149/12/755 2148/13/756 +f 2147/12/753 2143/13/747 2141/12/747 +f 2143/13/747 2147/12/753 2148/13/753 +f 2141/12/749 2143/13/749 2147/12/756 +f 2148/13/756 2147/12/756 2143/13/749 +f 2137/13/743 2145/12/751 2146/13/751 +f 2145/12/751 2137/13/743 2138/12/743 +f 2146/13/752 2145/12/752 2137/13/746 +f 2138/12/746 2137/13/746 2145/12/752 +f 2137/13/85 2150/13/85 2139/13/85 +f 2150/13/85 2137/13/85 2146/13/85 +f 2150/13/85 2146/13/85 2144/13/85 +f 2150/13/85 2144/13/85 2143/13/85 +f 2150/13/85 2143/13/85 2148/13/85 +f 2139/13/86 2150/13/86 2137/13/86 +f 2146/13/86 2137/13/86 2150/13/86 +f 2144/13/86 2146/13/86 2150/13/86 +f 2143/13/86 2144/13/86 2150/13/86 +f 2148/13/86 2143/13/86 2150/13/86 +f 2153/28/757 2152/27/758 2151/27/757 +f 2152/27/758 2153/28/757 2154/28/758 +f 2151/27/759 2152/27/760 2153/28/759 +f 2154/28/760 2153/28/759 2152/27/760 +f 2157/28/759 2156/27/760 2155/27/759 +f 2156/27/760 2157/28/759 2158/28/760 +f 2155/27/757 2156/27/758 2157/28/757 +f 2158/28/758 2157/28/757 2156/27/758 +f 2161/28/762 2160/27/761 2159/28/761 +f 2160/27/761 2161/28/762 2162/27/762 +f 2159/28/764 2160/27/764 2161/28/763 +f 2162/27/763 2161/28/763 2160/27/764 +f 2165/27/764 2164/28/763 2163/27/763 +f 2164/28/763 2165/27/764 2166/28/764 +f 2163/27/762 2164/28/762 2165/27/761 +f 2166/28/761 2165/27/761 2164/28/762 +f 2158/28/760 2165/27/764 2156/27/760 +f 2165/27/764 2158/28/760 2166/28/764 +f 2156/27/758 2165/27/761 2158/28/758 +f 2166/28/761 2158/28/758 2165/27/761 +f 2154/28/758 2160/27/761 2152/27/758 +f 2160/27/761 2154/28/758 2159/28/761 +f 2152/27/760 2160/27/764 2154/28/760 +f 2159/28/764 2154/28/760 2160/27/764 +f 2161/28/762 2155/27/759 2162/27/762 +f 2155/27/759 2161/28/762 2157/28/759 +f 2162/27/763 2155/27/757 2161/28/763 +f 2157/28/757 2161/28/763 2155/27/757 +f 2164/28/763 2151/27/757 2163/27/763 +f 2151/27/757 2164/28/763 2153/28/757 +f 2163/27/762 2151/27/759 2164/28/762 +f 2153/28/759 2164/28/762 2151/27/759 +f 2154/28/765 2161/28/765 2159/28/765 +f 2161/28/765 2154/28/765 2157/28/765 +f 2157/28/765 2154/28/765 2153/28/765 +f 2157/28/765 2153/28/765 2158/28/765 +f 2158/28/765 2153/28/765 2164/28/765 +f 2158/28/765 2164/28/765 2166/28/765 +f 2159/28/766 2161/28/766 2154/28/766 +f 2157/28/766 2154/28/766 2161/28/766 +f 2153/28/766 2154/28/766 2157/28/766 +f 2158/28/766 2153/28/766 2157/28/766 +f 2164/28/766 2153/28/766 2158/28/766 +f 2166/28/766 2164/28/766 2158/28/766 +f 2155/27/766 2160/27/766 2162/27/766 +f 2160/27/766 2155/27/766 2152/27/766 +f 2152/27/766 2155/27/766 2156/27/766 +f 2152/27/766 2156/27/766 2151/27/766 +f 2151/27/766 2156/27/766 2165/27/766 +f 2151/27/766 2165/27/766 2163/27/766 +f 2162/27/765 2160/27/765 2155/27/765 +f 2152/27/765 2155/27/765 2160/27/765 +f 2156/27/765 2155/27/765 2152/27/765 +f 2151/27/765 2156/27/765 2152/27/765 +f 2165/27/765 2156/27/765 2151/27/765 +f 2163/27/765 2165/27/765 2151/27/765 +f 2169/28/767 2168/27/768 2167/27/767 +f 2168/27/768 2169/28/767 2170/28/768 +f 2167/27/769 2168/27/770 2169/28/769 +f 2170/28/770 2169/28/769 2168/27/770 +f 2173/28/769 2172/27/770 2171/27/769 +f 2172/27/770 2173/28/769 2174/28/770 +f 2171/27/767 2172/27/768 2173/28/767 +f 2174/28/768 2173/28/767 2172/27/768 +f 2177/28/772 2176/27/771 2175/28/771 +f 2176/27/771 2177/28/772 2178/27/772 +f 2175/28/774 2176/27/774 2177/28/773 +f 2178/27/773 2177/28/773 2176/27/774 +f 2181/27/774 2180/28/773 2179/27/773 +f 2180/28/773 2181/27/774 2182/28/774 +f 2179/27/772 2180/28/772 2181/27/771 +f 2182/28/771 2181/27/771 2180/28/772 +f 2174/28/770 2181/27/774 2172/27/770 +f 2181/27/774 2174/28/770 2182/28/774 +f 2172/27/768 2181/27/771 2174/28/768 +f 2182/28/771 2174/28/768 2181/27/771 +f 2170/28/768 2176/27/771 2168/27/768 +f 2176/27/771 2170/28/768 2175/28/771 +f 2168/27/770 2176/27/774 2170/28/770 +f 2175/28/774 2170/28/770 2176/27/774 +f 2177/28/772 2171/27/769 2178/27/772 +f 2171/27/769 2177/28/772 2173/28/769 +f 2178/27/773 2171/27/767 2177/28/773 +f 2173/28/767 2177/28/773 2171/27/767 +f 2180/28/773 2167/27/767 2179/27/773 +f 2167/27/767 2180/28/773 2169/28/767 +f 2179/27/772 2167/27/769 2180/28/772 +f 2169/28/769 2180/28/772 2167/27/769 +f 2170/28/435 2177/28/435 2175/28/435 +f 2177/28/435 2170/28/435 2173/28/435 +f 2173/28/435 2170/28/435 2169/28/435 +f 2173/28/435 2169/28/435 2174/28/435 +f 2174/28/435 2169/28/435 2180/28/435 +f 2174/28/435 2180/28/435 2182/28/435 +f 2175/28/436 2177/28/436 2170/28/436 +f 2173/28/436 2170/28/436 2177/28/436 +f 2169/28/436 2170/28/436 2173/28/436 +f 2174/28/436 2169/28/436 2173/28/436 +f 2180/28/436 2169/28/436 2174/28/436 +f 2182/28/436 2180/28/436 2174/28/436 +f 2171/27/436 2176/27/436 2178/27/436 +f 2176/27/436 2171/27/436 2168/27/436 +f 2168/27/436 2171/27/436 2172/27/436 +f 2168/27/436 2172/27/436 2167/27/436 +f 2167/27/436 2172/27/436 2181/27/436 +f 2167/27/436 2181/27/436 2179/27/436 +f 2178/27/435 2176/27/435 2171/27/435 +f 2168/27/435 2171/27/435 2176/27/435 +f 2172/27/435 2171/27/435 2168/27/435 +f 2167/27/435 2172/27/435 2168/27/435 +f 2181/27/435 2172/27/435 2167/27/435 +f 2179/27/435 2181/27/435 2167/27/435 +f 2185/28/767 2184/27/768 2183/27/767 +f 2184/27/768 2185/28/767 2186/28/768 +f 2183/27/769 2184/27/770 2185/28/769 +f 2186/28/770 2185/28/769 2184/27/770 +f 2189/28/769 2188/27/770 2187/27/769 +f 2188/27/770 2189/28/769 2190/28/770 +f 2187/27/767 2188/27/768 2189/28/767 +f 2190/28/768 2189/28/767 2188/27/768 +f 2193/28/772 2192/27/771 2191/28/771 +f 2192/27/771 2193/28/772 2194/27/772 +f 2191/28/774 2192/27/774 2193/28/773 +f 2194/27/773 2193/28/773 2192/27/774 +f 2197/27/774 2196/28/773 2195/27/773 +f 2196/28/773 2197/27/774 2198/28/774 +f 2195/27/772 2196/28/772 2197/27/771 +f 2198/28/771 2197/27/771 2196/28/772 +f 2190/28/770 2197/27/774 2188/27/770 +f 2197/27/774 2190/28/770 2198/28/774 +f 2188/27/768 2197/27/771 2190/28/768 +f 2198/28/771 2190/28/768 2197/27/771 +f 2186/28/768 2192/27/771 2184/27/768 +f 2192/27/771 2186/28/768 2191/28/771 +f 2184/27/770 2192/27/774 2186/28/770 +f 2191/28/774 2186/28/770 2192/27/774 +f 2193/28/772 2187/27/769 2194/27/772 +f 2187/27/769 2193/28/772 2189/28/769 +f 2194/27/773 2187/27/767 2193/28/773 +f 2189/28/767 2193/28/773 2187/27/767 +f 2196/28/773 2183/27/767 2195/27/773 +f 2183/27/767 2196/28/773 2185/28/767 +f 2195/27/772 2183/27/769 2196/28/772 +f 2185/28/769 2196/28/772 2183/27/769 +f 2186/28/435 2193/28/435 2191/28/435 +f 2193/28/435 2186/28/435 2189/28/435 +f 2189/28/435 2186/28/435 2185/28/435 +f 2189/28/435 2185/28/435 2190/28/435 +f 2190/28/435 2185/28/435 2196/28/435 +f 2190/28/435 2196/28/435 2198/28/435 +f 2191/28/436 2193/28/436 2186/28/436 +f 2189/28/436 2186/28/436 2193/28/436 +f 2185/28/436 2186/28/436 2189/28/436 +f 2190/28/436 2185/28/436 2189/28/436 +f 2196/28/436 2185/28/436 2190/28/436 +f 2198/28/436 2196/28/436 2190/28/436 +f 2187/27/436 2192/27/436 2194/27/436 +f 2192/27/436 2187/27/436 2184/27/436 +f 2184/27/436 2187/27/436 2188/27/436 +f 2184/27/436 2188/27/436 2183/27/436 +f 2183/27/436 2188/27/436 2197/27/436 +f 2183/27/436 2197/27/436 2195/27/436 +f 2194/27/435 2192/27/435 2187/27/435 +f 2184/27/435 2187/27/435 2192/27/435 +f 2188/27/435 2187/27/435 2184/27/435 +f 2183/27/435 2188/27/435 2184/27/435 +f 2197/27/435 2188/27/435 2183/27/435 +f 2195/27/435 2197/27/435 2183/27/435 +f 2201/28/775 2200/27/776 2199/27/775 +f 2200/27/776 2201/28/775 2202/28/776 +f 2199/27/777 2200/27/778 2201/28/777 +f 2202/28/778 2201/28/777 2200/27/778 +f 2205/27/777 2204/28/778 2203/27/778 +f 2204/28/778 2205/27/777 2206/28/777 +f 2203/27/776 2204/28/776 2205/27/775 +f 2206/28/775 2205/27/775 2204/28/776 +f 2209/28/780 2208/27/779 2207/28/779 +f 2208/27/779 2209/28/780 2210/27/780 +f 2207/28/782 2208/27/782 2209/28/781 +f 2210/27/781 2209/28/781 2208/27/782 +f 2213/27/782 2212/28/781 2211/27/781 +f 2212/28/781 2213/27/782 2214/28/782 +f 2211/27/780 2212/28/780 2213/27/779 +f 2214/28/779 2213/27/779 2212/28/780 +f 2204/28/778 2213/27/782 2203/27/778 +f 2213/27/782 2204/28/778 2214/28/782 +f 2203/27/776 2213/27/779 2204/28/776 +f 2214/28/779 2204/28/776 2213/27/779 +f 2202/28/776 2208/27/779 2200/27/776 +f 2208/27/779 2202/28/776 2207/28/779 +f 2200/27/778 2208/27/782 2202/28/778 +f 2207/28/782 2202/28/778 2208/27/782 +f 2209/28/780 2205/27/777 2210/27/780 +f 2205/27/777 2209/28/780 2206/28/777 +f 2210/27/781 2205/27/775 2209/28/781 +f 2206/28/775 2209/28/781 2205/27/775 +f 2212/28/781 2199/27/775 2211/27/781 +f 2199/27/775 2212/28/781 2201/28/775 +f 2211/27/780 2199/27/777 2212/28/780 +f 2201/28/777 2212/28/780 2199/27/777 +f 2202/28/783 2209/28/783 2207/28/783 +f 2209/28/783 2202/28/783 2206/28/783 +f 2206/28/783 2202/28/783 2201/28/783 +f 2206/28/783 2201/28/783 2204/28/783 +f 2204/28/783 2201/28/783 2212/28/783 +f 2204/28/783 2212/28/783 2214/28/783 +f 2207/28/784 2209/28/784 2202/28/784 +f 2206/28/784 2202/28/784 2209/28/784 +f 2201/28/784 2202/28/784 2206/28/784 +f 2204/28/784 2201/28/784 2206/28/784 +f 2212/28/784 2201/28/784 2204/28/784 +f 2214/28/784 2212/28/784 2204/28/784 +f 2205/27/784 2208/27/784 2210/27/784 +f 2208/27/784 2205/27/784 2200/27/784 +f 2200/27/784 2205/27/784 2203/27/784 +f 2200/27/784 2203/27/784 2199/27/784 +f 2199/27/784 2203/27/784 2213/27/784 +f 2199/27/784 2213/27/784 2211/27/784 +f 2210/27/783 2208/27/783 2205/27/783 +f 2200/27/783 2205/27/783 2208/27/783 +f 2203/27/783 2205/27/783 2200/27/783 +f 2199/27/783 2203/27/783 2200/27/783 +f 2213/27/783 2203/27/783 2199/27/783 +f 2211/27/783 2213/27/783 2199/27/783 +f 2217/14/85 2216/14/85 2215/14/85 +f 2216/14/85 2217/14/85 2218/14/85 +f 2216/14/85 2218/14/85 2219/14/85 +f 2219/14/85 2218/14/85 2220/14/85 +f 2219/14/85 2220/14/85 2221/14/85 +f 2221/14/85 2220/14/85 2222/14/85 +f 2221/14/85 2222/14/85 2223/14/85 +f 2223/14/85 2222/14/85 2224/14/85 +f 2215/14/86 2216/14/86 2217/14/86 +f 2218/14/86 2217/14/86 2216/14/86 +f 2219/14/86 2218/14/86 2216/14/86 +f 2220/14/86 2218/14/86 2219/14/86 +f 2221/14/86 2220/14/86 2219/14/86 +f 2222/14/86 2220/14/86 2221/14/86 +f 2223/14/86 2222/14/86 2221/14/86 +f 2224/14/86 2222/14/86 2223/14/86 +f 2217/14/107 607/12/107 2225/12/107 +f 607/12/107 2217/14/107 2215/14/107 +f 2225/12/108 607/12/108 2217/14/108 +f 2215/14/108 2217/14/108 607/12/108 +f 2226/12/440 2217/14/439 2225/12/439 +f 2217/14/439 2226/12/440 2218/14/440 +f 2225/12/442 2217/14/442 2226/12/441 +f 2218/14/441 2226/12/441 2217/14/442 +f 2227/12/338 2218/14/440 2226/12/440 +f 2218/14/440 2227/12/338 2220/14/338 +f 2226/12/441 2218/14/441 2227/12/337 +f 2220/14/337 2227/12/337 2218/14/441 +f 2222/14/443 2227/12/338 2228/12/443 +f 2227/12/338 2222/14/443 2220/14/338 +f 2228/12/444 2227/12/337 2222/14/444 +f 2220/14/337 2222/14/444 2227/12/337 +f 2224/14/448 2228/12/443 2229/12/448 +f 2228/12/443 2224/14/448 2222/14/443 +f 2229/12/447 2228/12/444 2224/14/447 +f 2222/14/444 2224/14/447 2228/12/444 +f 615/12/110 2224/14/110 2229/12/110 +f 2224/14/110 615/12/110 2223/14/110 +f 2229/12/109 2224/14/109 615/12/109 +f 2223/14/109 615/12/109 2224/14/109 +f 2221/14/444 615/12/447 613/12/444 +f 615/12/447 2221/14/444 2223/14/447 +f 613/12/443 615/12/448 2221/14/443 +f 2223/14/448 2221/14/443 615/12/448 +f 2219/14/337 613/12/444 611/12/337 +f 613/12/444 2219/14/337 2221/14/444 +f 611/12/338 613/12/443 2219/14/338 +f 2221/14/443 2219/14/338 613/12/443 +f 2219/14/337 608/12/441 2216/14/441 +f 608/12/441 2219/14/337 611/12/337 +f 2216/14/440 608/12/440 2219/14/338 +f 611/12/338 2219/14/338 608/12/440 +f 2216/14/441 607/12/442 2215/14/442 +f 607/12/442 2216/14/441 608/12/441 +f 2215/14/439 607/12/439 2216/14/440 +f 608/12/440 2216/14/440 607/12/439 +f 2231/12/86 2230/12/86 302/12/86 +f 2230/12/86 2231/12/86 627/12/86 +f 2230/12/86 627/12/86 2232/12/86 +f 2232/12/86 627/12/86 2233/12/86 +f 2232/12/86 2233/12/86 2234/12/86 +f 2234/12/86 2233/12/86 2235/12/86 +f 2235/12/86 2233/12/86 212/12/86 +f 2235/12/86 212/12/86 2236/12/86 +f 302/12/85 2230/12/85 2231/12/85 +f 627/12/85 2231/12/85 2230/12/85 +f 2232/12/85 627/12/85 2230/12/85 +f 2233/12/85 627/12/85 2232/12/85 +f 2234/12/85 2233/12/85 2232/12/85 +f 2235/12/85 2233/12/85 2234/12/85 +f 212/12/85 2233/12/85 2235/12/85 +f 2236/12/85 212/12/85 2235/12/85 +f 1857/13/85 626/13/85 618/13/85 +f 626/13/85 1857/13/85 625/13/85 +f 625/13/85 1857/13/85 2237/13/85 +f 625/13/85 2237/13/85 624/13/85 +f 624/13/85 2237/13/85 2238/13/85 +f 624/13/85 2238/13/85 2239/13/85 +f 624/13/85 2239/13/85 623/13/85 +f 623/13/85 2239/13/85 2240/13/85 +f 618/13/86 626/13/86 1857/13/86 +f 625/13/86 1857/13/86 626/13/86 +f 2237/13/86 1857/13/86 625/13/86 +f 624/13/86 2237/13/86 625/13/86 +f 2238/13/86 2237/13/86 624/13/86 +f 2239/13/86 2238/13/86 624/13/86 +f 623/13/86 2239/13/86 624/13/86 +f 2240/13/86 2239/13/86 623/13/86 +f 1857/13/107 302/12/107 2230/12/107 +f 302/12/107 1857/13/107 618/13/107 +f 2230/12/108 302/12/108 1857/13/108 +f 618/13/108 1857/13/108 302/12/108 +f 2232/12/440 1857/13/439 2230/12/439 +f 1857/13/439 2232/12/440 2237/13/440 +f 2230/12/442 1857/13/442 2232/12/441 +f 2237/13/441 2232/12/441 1857/13/442 +f 2234/12/338 2237/13/440 2232/12/440 +f 2237/13/440 2234/12/338 2238/13/338 +f 2232/12/441 2237/13/441 2234/12/337 +f 2238/13/337 2234/12/337 2237/13/441 +f 2239/13/443 2234/12/338 2235/12/443 +f 2234/12/338 2239/13/443 2238/13/338 +f 2235/12/444 2234/12/337 2239/13/444 +f 2238/13/337 2239/13/444 2234/12/337 +f 2240/13/445 2235/12/443 2236/12/445 +f 2235/12/443 2240/13/445 2239/13/443 +f 2236/12/446 2235/12/444 2240/13/446 +f 2239/13/444 2240/13/446 2235/12/444 +f 212/12/110 2240/13/110 2236/12/110 +f 2240/13/110 212/12/110 623/13/110 +f 2236/12/109 2240/13/109 212/12/109 +f 623/13/109 212/12/109 2240/13/109 +f 624/13/444 212/12/447 2233/12/444 +f 212/12/447 624/13/444 623/13/447 +f 2233/12/443 212/12/448 624/13/443 +f 623/13/448 624/13/443 212/12/448 +f 625/13/337 2233/12/444 627/12/337 +f 2233/12/444 625/13/337 624/13/444 +f 627/12/338 2233/12/443 625/13/338 +f 624/13/443 625/13/338 2233/12/443 +f 625/13/337 2231/12/441 626/13/441 +f 2231/12/441 625/13/337 627/12/337 +f 626/13/440 2231/12/440 625/13/338 +f 627/12/338 625/13/338 2231/12/440 +f 626/13/441 302/12/442 618/13/442 +f 302/12/442 626/13/441 2231/12/441 +f 618/13/439 302/12/439 626/13/440 +f 2231/12/440 626/13/440 302/12/439 +f 2243/13/703 2242/12/704 2241/13/704 +f 2242/12/704 2243/13/703 2244/12/703 +f 2241/13/701 2242/12/701 2243/13/702 +f 2244/12/702 2243/13/702 2242/12/701 +f 2247/13/707 2246/12/708 2245/12/707 +f 2246/12/708 2247/13/707 2248/13/708 +f 2245/12/705 2246/12/706 2247/13/705 +f 2248/13/706 2247/13/705 2246/12/706 +f 2248/13/708 2249/12/710 2246/12/708 +f 2249/12/710 2248/13/708 2250/13/710 +f 2246/12/706 2249/12/709 2248/13/706 +f 2250/13/709 2248/13/706 2249/12/709 +f 2253/12/713 2252/13/714 2251/12/714 +f 2252/13/714 2253/12/713 2254/13/713 +f 2251/12/711 2252/13/711 2253/12/712 +f 2254/13/712 2253/12/712 2252/13/711 +f 2251/12/714 2247/13/707 2245/12/707 +f 2247/13/707 2251/12/714 2252/13/714 +f 2245/12/705 2247/13/705 2251/12/711 +f 2252/13/711 2251/12/711 2247/13/705 +f 2241/13/704 2249/12/710 2250/13/710 +f 2249/12/710 2241/13/704 2242/12/704 +f 2250/13/709 2249/12/709 2241/13/701 +f 2242/12/701 2241/13/701 2249/12/709 +f 2241/13/85 2254/13/85 2243/13/85 +f 2254/13/85 2241/13/85 2250/13/85 +f 2254/13/85 2250/13/85 2248/13/85 +f 2254/13/85 2248/13/85 2247/13/85 +f 2254/13/85 2247/13/85 2252/13/85 +f 2243/13/86 2254/13/86 2241/13/86 +f 2250/13/86 2241/13/86 2254/13/86 +f 2248/13/86 2250/13/86 2254/13/86 +f 2247/13/86 2248/13/86 2254/13/86 +f 2252/13/86 2247/13/86 2254/13/86 +f 2257/28/716 2256/27/715 2255/27/716 +f 2256/27/715 2257/28/716 2258/28/715 +f 2255/27/718 2256/27/717 2257/28/718 +f 2258/28/717 2257/28/718 2256/27/717 +f 2261/28/718 2260/27/717 2259/27/718 +f 2260/27/717 2261/28/718 2262/28/717 +f 2259/27/716 2260/27/715 2261/28/716 +f 2262/28/715 2261/28/716 2260/27/715 +f 2265/28/722 2264/27/721 2263/28/721 +f 2264/27/721 2265/28/722 2266/27/722 +f 2263/28/720 2264/27/720 2265/28/719 +f 2266/27/719 2265/28/719 2264/27/720 +f 2269/27/720 2268/28/719 2267/27/719 +f 2268/28/719 2269/27/720 2270/28/720 +f 2267/27/722 2268/28/722 2269/27/721 +f 2270/28/721 2269/27/721 2268/28/722 +f 2262/28/717 2269/27/720 2260/27/717 +f 2269/27/720 2262/28/717 2270/28/720 +f 2260/27/715 2269/27/721 2262/28/715 +f 2270/28/721 2262/28/715 2269/27/721 +f 2258/28/715 2264/27/721 2256/27/715 +f 2264/27/721 2258/28/715 2263/28/721 +f 2256/27/717 2264/27/720 2258/28/717 +f 2263/28/720 2258/28/717 2264/27/720 +f 2265/28/722 2259/27/718 2266/27/722 +f 2259/27/718 2265/28/722 2261/28/718 +f 2266/27/719 2259/27/716 2265/28/719 +f 2261/28/716 2265/28/719 2259/27/716 +f 2268/28/719 2255/27/716 2267/27/719 +f 2255/27/716 2268/28/719 2257/28/716 +f 2267/27/722 2255/27/718 2268/28/722 +f 2257/28/718 2268/28/722 2255/27/718 +f 2258/28/724 2265/28/724 2263/28/724 +f 2265/28/724 2258/28/724 2261/28/724 +f 2261/28/724 2258/28/724 2257/28/724 +f 2261/28/724 2257/28/724 2262/28/724 +f 2262/28/724 2257/28/724 2268/28/724 +f 2262/28/724 2268/28/724 2270/28/724 +f 2263/28/723 2265/28/723 2258/28/723 +f 2261/28/723 2258/28/723 2265/28/723 +f 2257/28/723 2258/28/723 2261/28/723 +f 2262/28/723 2257/28/723 2261/28/723 +f 2268/28/723 2257/28/723 2262/28/723 +f 2270/28/723 2268/28/723 2262/28/723 +f 2259/27/723 2264/27/723 2266/27/723 +f 2264/27/723 2259/27/723 2256/27/723 +f 2256/27/723 2259/27/723 2260/27/723 +f 2256/27/723 2260/27/723 2255/27/723 +f 2255/27/723 2260/27/723 2269/27/723 +f 2255/27/723 2269/27/723 2267/27/723 +f 2266/27/724 2264/27/724 2259/27/724 +f 2256/27/724 2259/27/724 2264/27/724 +f 2260/27/724 2259/27/724 2256/27/724 +f 2255/27/724 2260/27/724 2256/27/724 +f 2269/27/724 2260/27/724 2255/27/724 +f 2267/27/724 2269/27/724 2255/27/724 +f 2273/28/785 2272/27/786 2271/27/785 +f 2272/27/786 2273/28/785 2274/28/786 +f 2271/27/787 2272/27/788 2273/28/787 +f 2274/28/788 2273/28/787 2272/27/788 +f 2277/28/787 2276/27/788 2275/27/787 +f 2276/27/788 2277/28/787 2278/28/788 +f 2275/27/785 2276/27/786 2277/28/785 +f 2278/28/786 2277/28/785 2276/27/786 +f 2281/28/790 2280/27/789 2279/28/789 +f 2280/27/789 2281/28/790 2282/27/790 +f 2279/28/792 2280/27/792 2281/28/791 +f 2282/27/791 2281/28/791 2280/27/792 +f 2285/27/792 2284/28/791 2283/27/791 +f 2284/28/791 2285/27/792 2286/28/792 +f 2283/27/790 2284/28/790 2285/27/789 +f 2286/28/789 2285/27/789 2284/28/790 +f 2278/28/788 2285/27/792 2276/27/788 +f 2285/27/792 2278/28/788 2286/28/792 +f 2276/27/786 2285/27/789 2278/28/786 +f 2286/28/789 2278/28/786 2285/27/789 +f 2274/28/786 2280/27/789 2272/27/786 +f 2280/27/789 2274/28/786 2279/28/789 +f 2272/27/788 2280/27/792 2274/28/788 +f 2279/28/792 2274/28/788 2280/27/792 +f 2281/28/790 2275/27/787 2282/27/790 +f 2275/27/787 2281/28/790 2277/28/787 +f 2282/27/791 2275/27/785 2281/28/791 +f 2277/28/785 2281/28/791 2275/27/785 +f 2284/28/791 2271/27/785 2283/27/791 +f 2271/27/785 2284/28/791 2273/28/785 +f 2283/27/790 2271/27/787 2284/28/790 +f 2273/28/787 2284/28/790 2271/27/787 +f 2274/28/445 2281/28/445 2279/28/445 +f 2281/28/445 2274/28/445 2277/28/445 +f 2277/28/445 2274/28/445 2273/28/445 +f 2277/28/445 2273/28/445 2278/28/445 +f 2278/28/445 2273/28/445 2284/28/445 +f 2278/28/445 2284/28/445 2286/28/445 +f 2279/28/446 2281/28/446 2274/28/446 +f 2277/28/446 2274/28/446 2281/28/446 +f 2273/28/446 2274/28/446 2277/28/446 +f 2278/28/446 2273/28/446 2277/28/446 +f 2284/28/446 2273/28/446 2278/28/446 +f 2286/28/446 2284/28/446 2278/28/446 +f 2275/27/446 2280/27/446 2282/27/446 +f 2280/27/446 2275/27/446 2272/27/446 +f 2272/27/446 2275/27/446 2276/27/446 +f 2272/27/446 2276/27/446 2271/27/446 +f 2271/27/446 2276/27/446 2285/27/446 +f 2271/27/446 2285/27/446 2283/27/446 +f 2282/27/445 2280/27/445 2275/27/445 +f 2272/27/445 2275/27/445 2280/27/445 +f 2276/27/445 2275/27/445 2272/27/445 +f 2271/27/445 2276/27/445 2272/27/445 +f 2285/27/445 2276/27/445 2271/27/445 +f 2283/27/445 2285/27/445 2271/27/445 +f 2289/28/785 2288/27/786 2287/27/785 +f 2288/27/786 2289/28/785 2290/28/786 +f 2287/27/787 2288/27/788 2289/28/787 +f 2290/28/788 2289/28/787 2288/27/788 +f 2293/28/787 2292/27/788 2291/27/787 +f 2292/27/788 2293/28/787 2294/28/788 +f 2291/27/785 2292/27/786 2293/28/785 +f 2294/28/786 2293/28/785 2292/27/786 +f 2297/28/790 2296/27/789 2295/28/789 +f 2296/27/789 2297/28/790 2298/27/790 +f 2295/28/792 2296/27/792 2297/28/791 +f 2298/27/791 2297/28/791 2296/27/792 +f 2301/27/792 2300/28/791 2299/27/791 +f 2300/28/791 2301/27/792 2302/28/792 +f 2299/27/790 2300/28/790 2301/27/789 +f 2302/28/789 2301/27/789 2300/28/790 +f 2294/28/788 2301/27/792 2292/27/788 +f 2301/27/792 2294/28/788 2302/28/792 +f 2292/27/786 2301/27/789 2294/28/786 +f 2302/28/789 2294/28/786 2301/27/789 +f 2290/28/786 2296/27/789 2288/27/786 +f 2296/27/789 2290/28/786 2295/28/789 +f 2288/27/788 2296/27/792 2290/28/788 +f 2295/28/792 2290/28/788 2296/27/792 +f 2297/28/790 2291/27/787 2298/27/790 +f 2291/27/787 2297/28/790 2293/28/787 +f 2298/27/791 2291/27/785 2297/28/791 +f 2293/28/785 2297/28/791 2291/27/785 +f 2300/28/791 2287/27/785 2299/27/791 +f 2287/27/785 2300/28/791 2289/28/785 +f 2299/27/790 2287/27/787 2300/28/790 +f 2289/28/787 2300/28/790 2287/27/787 +f 2290/28/445 2297/28/445 2295/28/445 +f 2297/28/445 2290/28/445 2293/28/445 +f 2293/28/445 2290/28/445 2289/28/445 +f 2293/28/445 2289/28/445 2294/28/445 +f 2294/28/445 2289/28/445 2300/28/445 +f 2294/28/445 2300/28/445 2302/28/445 +f 2295/28/446 2297/28/446 2290/28/446 +f 2293/28/446 2290/28/446 2297/28/446 +f 2289/28/446 2290/28/446 2293/28/446 +f 2294/28/446 2289/28/446 2293/28/446 +f 2300/28/446 2289/28/446 2294/28/446 +f 2302/28/446 2300/28/446 2294/28/446 +f 2291/27/446 2296/27/446 2298/27/446 +f 2296/27/446 2291/27/446 2288/27/446 +f 2288/27/446 2291/27/446 2292/27/446 +f 2288/27/446 2292/27/446 2287/27/446 +f 2287/27/446 2292/27/446 2301/27/446 +f 2287/27/446 2301/27/446 2299/27/446 +f 2298/27/445 2296/27/445 2291/27/445 +f 2288/27/445 2291/27/445 2296/27/445 +f 2292/27/445 2291/27/445 2288/27/445 +f 2287/27/445 2292/27/445 2288/27/445 +f 2301/27/445 2292/27/445 2287/27/445 +f 2299/27/445 2301/27/445 2287/27/445 +f 2305/28/793 2304/27/794 2303/27/793 +f 2304/27/794 2305/28/793 2306/28/794 +f 2303/27/795 2304/27/796 2305/28/795 +f 2306/28/796 2305/28/795 2304/27/796 +f 2309/27/795 2308/28/796 2307/27/796 +f 2308/28/796 2309/27/795 2310/28/795 +f 2307/27/794 2308/28/794 2309/27/793 +f 2310/28/793 2309/27/793 2308/28/794 +f 2313/28/798 2312/27/797 2311/28/797 +f 2312/27/797 2313/28/798 2314/27/798 +f 2311/28/800 2312/27/800 2313/28/799 +f 2314/27/799 2313/28/799 2312/27/800 +f 2317/27/800 2316/28/799 2315/27/799 +f 2316/28/799 2317/27/800 2318/28/800 +f 2315/27/798 2316/28/798 2317/27/797 +f 2318/28/797 2317/27/797 2316/28/798 +f 2308/28/796 2317/27/800 2307/27/796 +f 2317/27/800 2308/28/796 2318/28/800 +f 2307/27/794 2317/27/797 2308/28/794 +f 2318/28/797 2308/28/794 2317/27/797 +f 2306/28/794 2312/27/797 2304/27/794 +f 2312/27/797 2306/28/794 2311/28/797 +f 2304/27/796 2312/27/800 2306/28/796 +f 2311/28/800 2306/28/796 2312/27/800 +f 2313/28/798 2309/27/795 2314/27/798 +f 2309/27/795 2313/28/798 2310/28/795 +f 2314/27/799 2309/27/793 2313/28/799 +f 2310/28/793 2313/28/799 2309/27/793 +f 2316/28/799 2303/27/793 2315/27/799 +f 2303/27/793 2316/28/799 2305/28/793 +f 2315/27/798 2303/27/795 2316/28/798 +f 2305/28/795 2316/28/798 2303/27/795 +f 2306/28/801 2313/28/801 2311/28/801 +f 2313/28/801 2306/28/801 2310/28/801 +f 2310/28/801 2306/28/801 2305/28/801 +f 2310/28/801 2305/28/801 2308/28/801 +f 2308/28/801 2305/28/801 2316/28/801 +f 2308/28/801 2316/28/801 2318/28/801 +f 2311/28/802 2313/28/802 2306/28/802 +f 2310/28/802 2306/28/802 2313/28/802 +f 2305/28/802 2306/28/802 2310/28/802 +f 2308/28/802 2305/28/802 2310/28/802 +f 2316/28/802 2305/28/802 2308/28/802 +f 2318/28/802 2316/28/802 2308/28/802 +f 2309/27/802 2312/27/802 2314/27/802 +f 2312/27/802 2309/27/802 2304/27/802 +f 2304/27/802 2309/27/802 2307/27/802 +f 2304/27/802 2307/27/802 2303/27/802 +f 2303/27/802 2307/27/802 2317/27/802 +f 2303/27/802 2317/27/802 2315/27/802 +f 2314/27/801 2312/27/801 2309/27/801 +f 2304/27/801 2309/27/801 2312/27/801 +f 2307/27/801 2309/27/801 2304/27/801 +f 2303/27/801 2307/27/801 2304/27/801 +f 2317/27/801 2307/27/801 2303/27/801 +f 2315/27/801 2317/27/801 2303/27/801 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide.obj.import new file mode 100644 index 0000000..c377656 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://b7ft08d4ckqoy" +path="res://.godot/imported/room-wide.obj-6ce23ed53589141bae717693a5483f4d.mesh" + +[deps] + +files=["res://.godot/imported/room-wide.obj-6ce23ed53589141bae717693a5483f4d.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide.obj" +dest_files=["res://.godot/imported/room-wide.obj-6ce23ed53589141bae717693a5483f4d.mesh", "res://.godot/imported/room-wide.obj-6ce23ed53589141bae717693a5483f4d.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs-wide.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs-wide.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs-wide.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs-wide.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs-wide.obj new file mode 100644 index 0000000..a2c739e --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs-wide.obj @@ -0,0 +1,6730 @@ +# Created by Kenney (www.kenney.nl) + +mtllib stairs-wide.mtl + +g stairs-wide + +v 3.600001 0 -2 1 1 1 +v 3.600001 0.4285714 -2 1 1 1 +v -3.6 0 -2.000001 1 1 1 +v -3.6 0.4285714 -2.000001 1 1 1 +v 3.6 2.142857 0.8571433 1 1 1 +v 3.6 2.571429 0.8571433 1 1 1 +v -3.6 2.142857 0.8571425 1 1 1 +v -3.6 2.571429 0.8571425 1 1 1 +v 3.6 0.8571428 -0.8571425 1 1 1 +v 3.6 1.285714 -0.8571425 1 1 1 +v -3.6 0.8571428 -0.8571433 1 1 1 +v -3.6 1.285714 -0.8571433 1 1 1 +v 3.6 1.285714 -0.2857139 1 1 1 +v 3.6 1.714286 -0.2857139 1 1 1 +v -3.6 1.285714 -0.2857147 1 1 1 +v -3.6 1.714286 -0.2857147 1 1 1 +v 3.6 2.571429 1.428572 1 1 1 +v 3.6 3 1.428572 1 1 1 +v -3.600001 2.571429 1.428571 1 1 1 +v -3.600001 3 1.428571 1 1 1 +v 3.6 1.714286 0.2857148 1 1 1 +v 3.6 2.142857 0.2857148 1 1 1 +v -3.6 1.714286 0.2857139 1 1 1 +v -3.6 2.142857 0.2857139 1 1 1 +v 3.600001 0.4285714 -1.428571 1 1 1 +v 3.600001 0.8571428 -1.428571 1 1 1 +v -3.6 0.4285714 -1.428572 1 1 1 +v -3.6 0.8571428 -1.428572 1 1 1 +v 3.6 3 2.000001 1 1 1 +v 3.6 6.315435E-13 2.000001 1 1 1 +v -3.600001 3 2 1 1 1 +v -3.600001 6.315435E-13 2 1 1 1 +v 2.998004 0.2 -6 1 1 1 +v 2.998004 3.123673E-18 -6 1 1 1 +v 3.999999 0.2 -6 1 1 1 +v 3.999999 3.123673E-18 -6 1 1 1 +v 2.998005 3.123673E-18 -2 1 1 1 +v 2.798005 3.123673E-18 -4 1 1 1 +v 2.998005 0.2 -2 1 1 1 +v 2.798005 0.2 -4 1 1 1 +v 4 3.123673E-18 -2 1 1 1 +v 4 0.2 -2 1 1 1 +v 3.999993 3 -5.999992 1 1 1 +v 3.999993 3 -1.999992 1 1 1 +v 3.599993 3 -5.999992 1 1 1 +v 3.399993 3 -3.999992 1 1 1 +v 3.599993 3 -1.999992 1 1 1 +v 3.999993 0.9 -5.999992 1 1 1 +v 3.999993 0.9 -1.999992 1 1 1 +v 3.599993 0.9 -1.999992 1 1 1 +v 3.599993 0.9 -5.999992 1 1 1 +v 3.50828 2.341752 -2.917123 1 1 1 +v 3.50828 2.541752 -2.917123 1 1 1 +v 3.513255 2.291752 -2.867371 1 1 1 +v 3.513255 2.591752 -2.867371 1 1 1 +v 3.399993 0.9 -3.999992 1 1 1 +v 3.551605 2.291752 -2.483873 1 1 1 +v 3.55658 2.341752 -2.434121 1 1 1 +v 3.551605 2.591752 -2.483873 1 1 1 +v 3.55658 2.541752 -2.434121 1 1 1 +v 3.568174 1.683671 -5.681806 1 1 1 +v 3.568174 1.883671 -5.681806 1 1 1 +v 3.563199 1.933671 -5.632054 1 1 1 +v 3.524849 1.933671 -5.248556 1 1 1 +v 3.519874 1.883671 -5.198804 1 1 1 +v 3.519874 1.683671 -5.198804 1 1 1 +v 3.563199 1.633671 -5.632054 1 1 1 +v 3.492281 1.585278 -4.922874 1 1 1 +v 3.524849 1.633671 -5.248556 1 1 1 +v 3.453932 1.585278 -4.539377 1 1 1 +v 3.448956 1.535278 -4.489625 1 1 1 +v 3.448956 1.335278 -4.489625 1 1 1 +v 3.453932 1.285278 -4.539377 1 1 1 +v 3.492281 1.285278 -4.922874 1 1 1 +v 3.497256 1.535278 -4.972626 1 1 1 +v 3.497256 1.335278 -4.972626 1 1 1 +v 3.551606 2.291752 -2.483874 1 1 1 +v 3.513256 2.291752 -2.867372 1 1 1 +v 3.501854 2.291752 -2.478899 1 1 1 +v 3.463504 2.291752 -2.862396 1 1 1 +v 3.513256 2.591752 -2.867372 1 1 1 +v 3.551605 2.591752 -2.483874 1 1 1 +v 3.463504 2.591752 -2.862396 1 1 1 +v 3.501854 2.591752 -2.478899 1 1 1 +v 3.458529 2.341752 -2.912148 1 1 1 +v 3.508281 2.341752 -2.917124 1 1 1 +v 3.458529 2.541752 -2.912148 1 1 1 +v 3.508281 2.541752 -2.917124 1 1 1 +v 3.556581 2.341752 -2.434122 1 1 1 +v 3.506829 2.341752 -2.429147 1 1 1 +v 3.556581 2.541752 -2.434122 1 1 1 +v 3.506829 2.541752 -2.429147 1 1 1 +v 3.524849 1.633671 -5.248557 1 1 1 +v 3.563198 1.633671 -5.632054 1 1 1 +v 3.475097 1.633671 -5.253532 1 1 1 +v 3.513447 1.633671 -5.63703 1 1 1 +v 3.563198 1.933671 -5.632054 1 1 1 +v 3.524849 1.933671 -5.248557 1 1 1 +v 3.513447 1.933671 -5.63703 1 1 1 +v 3.475097 1.933671 -5.253532 1 1 1 +v 3.518422 1.683671 -5.686781 1 1 1 +v 3.568174 1.683671 -5.681807 1 1 1 +v 3.518422 1.883671 -5.686781 1 1 1 +v 3.568173 1.883671 -5.681807 1 1 1 +v 3.519874 1.683671 -5.198805 1 1 1 +v 3.470122 1.683671 -5.20378 1 1 1 +v 3.519873 1.883671 -5.198805 1 1 1 +v 3.470122 1.883671 -5.20378 1 1 1 +v 3.453932 1.285278 -4.539376 1 1 1 +v 3.492281 1.285278 -4.922873 1 1 1 +v 3.40418 1.285278 -4.544352 1 1 1 +v 3.442529 1.285278 -4.927849 1 1 1 +v 3.492281 1.585278 -4.922873 1 1 1 +v 3.453932 1.585278 -4.539376 1 1 1 +v 3.442529 1.585278 -4.927849 1 1 1 +v 3.40418 1.585278 -4.544352 1 1 1 +v 3.447505 1.335278 -4.977601 1 1 1 +v 3.497256 1.335278 -4.972626 1 1 1 +v 3.447505 1.535278 -4.977601 1 1 1 +v 3.497256 1.535278 -4.972626 1 1 1 +v 3.448956 1.335278 -4.489624 1 1 1 +v 3.399204 1.335278 -4.494599 1 1 1 +v 3.448956 1.535278 -4.489624 1 1 1 +v 3.399204 1.535278 -4.494599 1 1 1 +v 2.998004 0.2 -2 1 1 1 +v 2.998004 0 -2 1 1 1 +v 3.999999 0.2 -2 1 1 1 +v 3.999999 0 -2 1 1 1 +v 2.998005 0 2 1 1 1 +v 2.798005 0 8.059918E-08 1 1 1 +v 2.998005 0.2 2 1 1 1 +v 2.798005 0.2 8.059918E-08 1 1 1 +v 4 0 2 1 1 1 +v 4 0.2 2 1 1 1 +v 3.999993 3 -1.999996 1 1 1 +v 3.999993 3 2.000004 1 1 1 +v 3.599993 3 -1.999996 1 1 1 +v 3.399993 3 3.85046E-06 1 1 1 +v 3.599993 3 2.000004 1 1 1 +v 3.999993 0.9 -1.999996 1 1 1 +v 3.999993 0.9 2.000004 1 1 1 +v 3.599993 0.9 2.000004 1 1 1 +v 3.599993 0.9 -1.999996 1 1 1 +v 3.50828 2.341752 1.082874 1 1 1 +v 3.50828 2.541752 1.082874 1 1 1 +v 3.513255 2.291752 1.132625 1 1 1 +v 3.513255 2.591752 1.132625 1 1 1 +v 3.399993 0.9 3.85046E-06 1 1 1 +v 3.551605 2.291752 1.516123 1 1 1 +v 3.55658 2.341752 1.565875 1 1 1 +v 3.551605 2.591752 1.516123 1 1 1 +v 3.55658 2.541752 1.565875 1 1 1 +v 3.568174 1.683671 -1.681809 1 1 1 +v 3.568174 1.883671 -1.681809 1 1 1 +v 3.563199 1.933671 -1.632058 1 1 1 +v 3.524849 1.933671 -1.24856 1 1 1 +v 3.519874 1.883671 -1.198808 1 1 1 +v 3.519874 1.683671 -1.198808 1 1 1 +v 3.563199 1.633671 -1.632058 1 1 1 +v 3.492281 1.585278 -0.9228783 1 1 1 +v 3.524849 1.633671 -1.24856 1 1 1 +v 3.453932 1.585278 -0.5393807 1 1 1 +v 3.448956 1.535278 -0.4896288 1 1 1 +v 3.448956 1.335278 -0.4896288 1 1 1 +v 3.453932 1.285278 -0.5393807 1 1 1 +v 3.492281 1.285278 -0.9228783 1 1 1 +v 3.497256 1.535278 -0.9726301 1 1 1 +v 3.497256 1.335278 -0.9726301 1 1 1 +v 3.551608 2.291752 1.516124 1 1 1 +v 3.513258 2.291752 1.132626 1 1 1 +v 3.501856 2.291752 1.521099 1 1 1 +v 3.463506 2.291752 1.137602 1 1 1 +v 3.513258 2.591752 1.132626 1 1 1 +v 3.551607 2.591752 1.516124 1 1 1 +v 3.463506 2.591752 1.137602 1 1 1 +v 3.501856 2.591752 1.521099 1 1 1 +v 3.458531 2.341752 1.08785 1 1 1 +v 3.508282 2.341752 1.082875 1 1 1 +v 3.45853 2.541752 1.08785 1 1 1 +v 3.508282 2.541752 1.082875 1 1 1 +v 3.556583 2.341752 1.565876 1 1 1 +v 3.506831 2.341752 1.570851 1 1 1 +v 3.556583 2.541752 1.565876 1 1 1 +v 3.506831 2.541752 1.570851 1 1 1 +v 3.524849 1.633671 -1.248561 1 1 1 +v 3.563198 1.633671 -1.632058 1 1 1 +v 3.475097 1.633671 -1.253536 1 1 1 +v 3.513447 1.633671 -1.637033 1 1 1 +v 3.563198 1.933671 -1.632058 1 1 1 +v 3.524849 1.933671 -1.248561 1 1 1 +v 3.513447 1.933671 -1.637033 1 1 1 +v 3.475097 1.933671 -1.253536 1 1 1 +v 3.518422 1.683671 -1.686785 1 1 1 +v 3.568174 1.683671 -1.68181 1 1 1 +v 3.518422 1.883671 -1.686785 1 1 1 +v 3.568173 1.883671 -1.68181 1 1 1 +v 3.519874 1.683671 -1.198809 1 1 1 +v 3.470122 1.683671 -1.203784 1 1 1 +v 3.519873 1.883671 -1.198809 1 1 1 +v 3.470122 1.883671 -1.203784 1 1 1 +v 3.453932 1.285278 -0.53938 1 1 1 +v 3.492281 1.285278 -0.9228774 1 1 1 +v 3.40418 1.285278 -0.5443552 1 1 1 +v 3.442529 1.285278 -0.9278526 1 1 1 +v 3.492281 1.585278 -0.9228774 1 1 1 +v 3.453932 1.585278 -0.53938 1 1 1 +v 3.442529 1.585278 -0.9278526 1 1 1 +v 3.40418 1.585278 -0.5443552 1 1 1 +v 3.447505 1.335278 -0.9776045 1 1 1 +v 3.497256 1.335278 -0.9726293 1 1 1 +v 3.447505 1.535278 -0.9776045 1 1 1 +v 3.497256 1.535278 -0.9726293 1 1 1 +v 3.448956 1.335278 -0.4896281 1 1 1 +v 3.399204 1.335278 -0.4946033 1 1 1 +v 3.448956 1.535278 -0.4896281 1 1 1 +v 3.399204 1.535278 -0.4946033 1 1 1 +v -2.998004 0.2 -2 1 1 1 +v -2.998004 -3.123673E-18 -2 1 1 1 +v -3.999999 0.2 -2 1 1 1 +v -3.999999 -3.123673E-18 -2 1 1 1 +v -2.998005 -3.123673E-18 2 1 1 1 +v -2.798005 -3.123673E-18 8.059918E-08 1 1 1 +v -2.998005 0.2 2 1 1 1 +v -2.798005 0.2 8.059918E-08 1 1 1 +v -4 -3.123673E-18 2 1 1 1 +v -4 0.2 2 1 1 1 +v -4.000004 3 -1.999996 1 1 1 +v -4.000005 3 2.000004 1 1 1 +v -3.600004 3 -1.999996 1 1 1 +v -3.400004 3 3.85046E-06 1 1 1 +v -3.600005 3 2.000004 1 1 1 +v -4.000004 0.9 -1.999996 1 1 1 +v -4.000005 0.9 2.000004 1 1 1 +v -3.600005 0.9 2.000004 1 1 1 +v -3.600004 0.9 -1.999996 1 1 1 +v -3.508292 2.341752 1.082874 1 1 1 +v -3.508292 2.541752 1.082874 1 1 1 +v -3.513267 2.291752 1.132625 1 1 1 +v -3.513267 2.591752 1.132625 1 1 1 +v -3.400004 0.9 3.85046E-06 1 1 1 +v -3.551617 2.291752 1.516123 1 1 1 +v -3.556592 2.341752 1.565875 1 1 1 +v -3.551617 2.591752 1.516123 1 1 1 +v -3.556592 2.541752 1.565875 1 1 1 +v -3.568186 1.683671 -1.681809 1 1 1 +v -3.568186 1.883671 -1.681809 1 1 1 +v -3.56321 1.933671 -1.632058 1 1 1 +v -3.524861 1.933671 -1.24856 1 1 1 +v -3.519886 1.883671 -1.198808 1 1 1 +v -3.519886 1.683671 -1.198808 1 1 1 +v -3.56321 1.633671 -1.632058 1 1 1 +v -3.492293 1.585278 -0.9228783 1 1 1 +v -3.524861 1.633671 -1.24856 1 1 1 +v -3.453943 1.585278 -0.5393807 1 1 1 +v -3.448968 1.535278 -0.4896288 1 1 1 +v -3.448968 1.335278 -0.4896288 1 1 1 +v -3.453943 1.285278 -0.5393807 1 1 1 +v -3.492293 1.285278 -0.9228783 1 1 1 +v -3.497268 1.535278 -0.9726301 1 1 1 +v -3.497268 1.335278 -0.9726301 1 1 1 +v -3.551619 2.291752 1.516124 1 1 1 +v -3.513269 2.291752 1.132626 1 1 1 +v -3.501867 2.291752 1.521099 1 1 1 +v -3.463517 2.291752 1.137602 1 1 1 +v -3.513269 2.591752 1.132626 1 1 1 +v -3.551619 2.591752 1.516124 1 1 1 +v -3.463517 2.591752 1.137602 1 1 1 +v -3.501867 2.591752 1.521099 1 1 1 +v -3.458542 2.341752 1.08785 1 1 1 +v -3.508294 2.341752 1.082875 1 1 1 +v -3.458542 2.541752 1.08785 1 1 1 +v -3.508294 2.541752 1.082875 1 1 1 +v -3.556594 2.341752 1.565876 1 1 1 +v -3.506842 2.341752 1.570851 1 1 1 +v -3.556594 2.541752 1.565876 1 1 1 +v -3.506842 2.541752 1.570851 1 1 1 +v -3.52486 1.633671 -1.248561 1 1 1 +v -3.56321 1.633671 -1.632058 1 1 1 +v -3.475108 1.633671 -1.253536 1 1 1 +v -3.513458 1.633671 -1.637033 1 1 1 +v -3.56321 1.933671 -1.632058 1 1 1 +v -3.52486 1.933671 -1.248561 1 1 1 +v -3.513458 1.933671 -1.637033 1 1 1 +v -3.475108 1.933671 -1.253536 1 1 1 +v -3.518433 1.683671 -1.686785 1 1 1 +v -3.568185 1.683671 -1.68181 1 1 1 +v -3.518433 1.883671 -1.686785 1 1 1 +v -3.568185 1.883671 -1.68181 1 1 1 +v -3.519885 1.683671 -1.198809 1 1 1 +v -3.470133 1.683671 -1.203784 1 1 1 +v -3.519885 1.883671 -1.198809 1 1 1 +v -3.470133 1.883671 -1.203784 1 1 1 +v -3.453943 1.285278 -0.53938 1 1 1 +v -3.492293 1.285278 -0.9228774 1 1 1 +v -3.404191 1.285278 -0.5443552 1 1 1 +v -3.442541 1.285278 -0.9278526 1 1 1 +v -3.492293 1.585278 -0.9228774 1 1 1 +v -3.453943 1.585278 -0.53938 1 1 1 +v -3.442541 1.585278 -0.9278526 1 1 1 +v -3.404191 1.585278 -0.5443552 1 1 1 +v -3.447516 1.335278 -0.9776045 1 1 1 +v -3.497268 1.335278 -0.9726293 1 1 1 +v -3.447516 1.535278 -0.9776045 1 1 1 +v -3.497268 1.535278 -0.9726293 1 1 1 +v -3.448968 1.335278 -0.4896281 1 1 1 +v -3.399216 1.335278 -0.4946033 1 1 1 +v -3.448968 1.535278 -0.4896281 1 1 1 +v -3.399216 1.535278 -0.4946033 1 1 1 +v -2.998004 0.2 -6 1 1 1 +v -2.998004 -3.205931E-31 -6 1 1 1 +v -3.999999 0.2 -6 1 1 1 +v -3.999999 -3.205931E-31 -6 1 1 1 +v -2.998005 -3.205931E-31 -2 1 1 1 +v -2.798005 -3.205931E-31 -4 1 1 1 +v -2.998005 0.2 -2 1 1 1 +v -2.798005 0.2 -4 1 1 1 +v -4 -3.205931E-31 -2 1 1 1 +v -4 0.2 -2 1 1 1 +v -4.000004 3 -5.999992 1 1 1 +v -4.000005 3 -1.999992 1 1 1 +v -3.600004 3 -5.999992 1 1 1 +v -3.400004 3 -3.999992 1 1 1 +v -3.600005 3 -1.999992 1 1 1 +v -4.000004 0.9 -5.999992 1 1 1 +v -4.000005 0.9 -1.999992 1 1 1 +v -3.600005 0.9 -1.999992 1 1 1 +v -3.600004 0.9 -5.999992 1 1 1 +v -3.508292 2.341752 -2.917123 1 1 1 +v -3.508292 2.541752 -2.917123 1 1 1 +v -3.513267 2.291752 -2.867371 1 1 1 +v -3.513267 2.591752 -2.867371 1 1 1 +v -3.400004 0.9 -3.999992 1 1 1 +v -3.551617 2.291752 -2.483873 1 1 1 +v -3.556592 2.341752 -2.434121 1 1 1 +v -3.551617 2.591752 -2.483873 1 1 1 +v -3.556592 2.541752 -2.434121 1 1 1 +v -3.568186 1.683671 -5.681806 1 1 1 +v -3.568186 1.883671 -5.681806 1 1 1 +v -3.56321 1.933671 -5.632054 1 1 1 +v -3.524861 1.933671 -5.248556 1 1 1 +v -3.519886 1.883671 -5.198804 1 1 1 +v -3.519886 1.683671 -5.198804 1 1 1 +v -3.56321 1.633671 -5.632054 1 1 1 +v -3.492293 1.585278 -4.922874 1 1 1 +v -3.524861 1.633671 -5.248556 1 1 1 +v -3.453943 1.585278 -4.539377 1 1 1 +v -3.448968 1.535278 -4.489625 1 1 1 +v -3.448968 1.335278 -4.489625 1 1 1 +v -3.453943 1.285278 -4.539377 1 1 1 +v -3.492293 1.285278 -4.922874 1 1 1 +v -3.497268 1.535278 -4.972626 1 1 1 +v -3.497268 1.335278 -4.972626 1 1 1 +v -3.551617 2.291752 -2.483874 1 1 1 +v -3.513267 2.291752 -2.867372 1 1 1 +v -3.501865 2.291752 -2.478899 1 1 1 +v -3.463515 2.291752 -2.862396 1 1 1 +v -3.513267 2.591752 -2.867372 1 1 1 +v -3.551617 2.591752 -2.483874 1 1 1 +v -3.463515 2.591752 -2.862396 1 1 1 +v -3.501865 2.591752 -2.478899 1 1 1 +v -3.45854 2.341752 -2.912148 1 1 1 +v -3.508292 2.341752 -2.917124 1 1 1 +v -3.45854 2.541752 -2.912148 1 1 1 +v -3.508292 2.541752 -2.917124 1 1 1 +v -3.556592 2.341752 -2.434122 1 1 1 +v -3.50684 2.341752 -2.429147 1 1 1 +v -3.556592 2.541752 -2.434122 1 1 1 +v -3.50684 2.541752 -2.429147 1 1 1 +v -3.52486 1.633671 -5.248557 1 1 1 +v -3.56321 1.633671 -5.632054 1 1 1 +v -3.475108 1.633671 -5.253532 1 1 1 +v -3.513458 1.633671 -5.63703 1 1 1 +v -3.56321 1.933671 -5.632054 1 1 1 +v -3.52486 1.933671 -5.248557 1 1 1 +v -3.513458 1.933671 -5.63703 1 1 1 +v -3.475108 1.933671 -5.253532 1 1 1 +v -3.518433 1.683671 -5.686781 1 1 1 +v -3.568185 1.683671 -5.681807 1 1 1 +v -3.518433 1.883671 -5.686781 1 1 1 +v -3.568185 1.883671 -5.681807 1 1 1 +v -3.519885 1.683671 -5.198805 1 1 1 +v -3.470133 1.683671 -5.20378 1 1 1 +v -3.519885 1.883671 -5.198805 1 1 1 +v -3.470133 1.883671 -5.20378 1 1 1 +v -3.453943 1.285278 -4.539376 1 1 1 +v -3.492293 1.285278 -4.922873 1 1 1 +v -3.404191 1.285278 -4.544352 1 1 1 +v -3.442541 1.285278 -4.927849 1 1 1 +v -3.492293 1.585278 -4.922873 1 1 1 +v -3.453943 1.585278 -4.539376 1 1 1 +v -3.442541 1.585278 -4.927849 1 1 1 +v -3.404191 1.585278 -4.544352 1 1 1 +v -3.447516 1.335278 -4.977601 1 1 1 +v -3.497268 1.335278 -4.972626 1 1 1 +v -3.447516 1.535278 -4.977601 1 1 1 +v -3.497268 1.535278 -4.972626 1 1 1 +v -3.448968 1.335278 -4.489624 1 1 1 +v -3.399216 1.335278 -4.494599 1 1 1 +v -3.448968 1.535278 -4.489624 1 1 1 +v -3.399216 1.535278 -4.494599 1 1 1 +v 3.999993 6 -1.999992 1 1 1 +v 3.399993 4.5 -3.999992 1 1 1 +v 3.516695 4.251608 -2.832979 1 1 1 +v 3.511719 4.301608 -2.882731 1 1 1 +v 3.555044 4.251608 -2.449481 1 1 1 +v 3.511719 4.501608 -2.882731 1 1 1 +v 3.560019 4.301608 -2.39973 1 1 1 +v 3.599993 6 -1.999992 1 1 1 +v 3.516695 4.551608 -2.832979 1 1 1 +v 3.560019 4.501608 -2.39973 1 1 1 +v 3.555044 4.551608 -2.449481 1 1 1 +v 3.423666 3.507813 -4.236727 1 1 1 +v 3.423666 3.707813 -4.236727 1 1 1 +v 3.428642 3.757813 -4.286479 1 1 1 +v 3.466991 3.757813 -4.669977 1 1 1 +v 3.471967 3.707813 -4.719728 1 1 1 +v 3.428642 3.457813 -4.286479 1 1 1 +v 3.471967 3.507813 -4.719728 1 1 1 +v 3.466991 3.457813 -4.669977 1 1 1 +v 3.516695 4.251608 -2.832978 1 1 1 +v 3.555045 4.251608 -2.449481 1 1 1 +v 3.466943 4.251608 -2.828003 1 1 1 +v 3.505293 4.251608 -2.444506 1 1 1 +v 3.555044 4.551608 -2.449481 1 1 1 +v 3.516695 4.551608 -2.832978 1 1 1 +v 3.505293 4.551608 -2.444506 1 1 1 +v 3.466943 4.551608 -2.828003 1 1 1 +v 3.510268 4.301608 -2.394754 1 1 1 +v 3.56002 4.301608 -2.399729 1 1 1 +v 3.510268 4.501608 -2.394754 1 1 1 +v 3.56002 4.501608 -2.399729 1 1 1 +v 3.511719 4.301608 -2.88273 1 1 1 +v 3.461968 4.301608 -2.877755 1 1 1 +v 3.511719 4.501608 -2.88273 1 1 1 +v 3.461967 4.501608 -2.877755 1 1 1 +v 3.466992 3.457813 -4.669976 1 1 1 +v 3.428642 3.457813 -4.286479 1 1 1 +v 3.41724 3.457813 -4.674952 1 1 1 +v 3.37889 3.457813 -4.291454 1 1 1 +v 3.428642 3.757813 -4.286479 1 1 1 +v 3.466992 3.757813 -4.669976 1 1 1 +v 3.37889 3.757813 -4.291454 1 1 1 +v 3.41724 3.757813 -4.674952 1 1 1 +v 3.373915 3.507813 -4.241702 1 1 1 +v 3.423667 3.507813 -4.236727 1 1 1 +v 3.373915 3.707813 -4.241702 1 1 1 +v 3.423667 3.707813 -4.236727 1 1 1 +v 3.422215 3.507813 -4.724703 1 1 1 +v 3.422215 3.707813 -4.724703 1 1 1 +v -4.000005 6 -1.999992 1 1 1 +v -3.400004 4.5 -3.999992 1 1 1 +v -3.516706 4.251608 -2.832979 1 1 1 +v -3.511731 4.301608 -2.882731 1 1 1 +v -3.555056 4.251608 -2.449481 1 1 1 +v -3.511731 4.501608 -2.882731 1 1 1 +v -3.560031 4.301608 -2.39973 1 1 1 +v -3.600005 6 -1.999992 1 1 1 +v -3.516706 4.551608 -2.832979 1 1 1 +v -3.560031 4.501608 -2.39973 1 1 1 +v -3.555056 4.551608 -2.449481 1 1 1 +v -3.423678 3.507813 -4.236727 1 1 1 +v -3.423678 3.707813 -4.236727 1 1 1 +v -3.428653 3.757813 -4.286479 1 1 1 +v -3.467003 3.757813 -4.669977 1 1 1 +v -3.471978 3.707813 -4.719728 1 1 1 +v -3.428653 3.457813 -4.286479 1 1 1 +v -3.471978 3.507813 -4.719728 1 1 1 +v -3.467003 3.457813 -4.669977 1 1 1 +v -3.516706 4.251608 -2.832978 1 1 1 +v -3.555056 4.251608 -2.449481 1 1 1 +v -3.466954 4.251608 -2.828003 1 1 1 +v -3.505304 4.251608 -2.444506 1 1 1 +v -3.555056 4.551608 -2.449481 1 1 1 +v -3.516706 4.551608 -2.832978 1 1 1 +v -3.505304 4.551608 -2.444506 1 1 1 +v -3.466954 4.551608 -2.828003 1 1 1 +v -3.510279 4.301608 -2.394754 1 1 1 +v -3.560031 4.301608 -2.399729 1 1 1 +v -3.510279 4.501608 -2.394754 1 1 1 +v -3.560031 4.501608 -2.399729 1 1 1 +v -3.511731 4.301608 -2.88273 1 1 1 +v -3.461979 4.301608 -2.877755 1 1 1 +v -3.511731 4.501608 -2.88273 1 1 1 +v -3.461979 4.501608 -2.877755 1 1 1 +v -3.467003 3.457813 -4.669976 1 1 1 +v -3.428653 3.457813 -4.286479 1 1 1 +v -3.417251 3.457813 -4.674952 1 1 1 +v -3.378901 3.457813 -4.291454 1 1 1 +v -3.428653 3.757813 -4.286479 1 1 1 +v -3.467003 3.757813 -4.669976 1 1 1 +v -3.378901 3.757813 -4.291454 1 1 1 +v -3.417251 3.757813 -4.674952 1 1 1 +v -3.373926 3.507813 -4.241702 1 1 1 +v -3.423678 3.507813 -4.236727 1 1 1 +v -3.373926 3.707813 -4.241702 1 1 1 +v -3.423678 3.707813 -4.236727 1 1 1 +v -3.422226 3.507813 -4.724703 1 1 1 +v -3.422226 3.707813 -4.724703 1 1 1 +v 3.999993 6 -1.999996 1 1 1 +v 3.999993 6 2.000004 1 1 1 +v 3.599993 6 -1.999996 1 1 1 +v 3.399993 6 3.856421E-06 1 1 1 +v 3.599993 6 2.000004 1 1 1 +v 3.599993 3 2.000004 1 1 1 +v 3.503646 5.09453 1.036534 1 1 1 +v 3.503646 5.29453 1.036534 1 1 1 +v 3.508621 5.04453 1.086286 1 1 1 +v 3.508621 5.34453 1.086286 1 1 1 +v 3.546971 5.34453 1.469784 1 1 1 +v 3.551946 5.29453 1.519536 1 1 1 +v 3.551946 5.09453 1.519536 1 1 1 +v 3.453651 4.853556 0.5365877 1 1 1 +v 3.546971 5.04453 1.469784 1 1 1 +v 3.448676 4.803555 0.4868359 1 1 1 +v 3.492001 4.853556 0.9200853 1 1 1 +v 3.448676 4.603556 0.4868359 1 1 1 +v 3.496977 4.803555 0.9698372 1 1 1 +v 3.496977 4.603556 0.9698372 1 1 1 +v 3.492001 4.553556 0.9200853 1 1 1 +v 3.399993 3 3.856421E-06 1 1 1 +v 3.51323 3.807028 1.132368 1 1 1 +v 3.453651 4.553556 0.5365877 1 1 1 +v 3.508255 3.757028 1.082616 1 1 1 +v 3.508255 3.557028 1.082616 1 1 1 +v 3.51323 3.507028 1.132368 1 1 1 +v 3.551579 3.507028 1.515865 1 1 1 +v 3.556555 3.557028 1.565617 1 1 1 +v 3.551579 3.807028 1.515865 1 1 1 +v 3.556555 3.757028 1.565617 1 1 1 +v 3.548419 4.460278 -1.484262 1 1 1 +v 3.548419 4.660278 -1.484262 1 1 1 +v 3.543444 4.710278 -1.43451 1 1 1 +v 3.543444 4.410277 -1.43451 1 1 1 +v 3.505095 4.410277 -1.051012 1 1 1 +v 3.505095 4.710278 -1.051012 1 1 1 +v 3.500119 4.660278 -1.001261 1 1 1 +v 3.500119 4.460278 -1.001261 1 1 1 +v 3.546973 5.04453 1.469785 1 1 1 +v 3.508623 5.04453 1.086287 1 1 1 +v 3.497221 5.04453 1.47476 1 1 1 +v 3.458871 5.04453 1.091263 1 1 1 +v 3.508623 5.34453 1.086287 1 1 1 +v 3.546973 5.34453 1.469785 1 1 1 +v 3.458871 5.34453 1.091263 1 1 1 +v 3.497221 5.34453 1.47476 1 1 1 +v 3.453896 5.09453 1.041511 1 1 1 +v 3.503648 5.09453 1.036536 1 1 1 +v 3.453896 5.29453 1.041511 1 1 1 +v 3.503648 5.29453 1.036536 1 1 1 +v 3.551948 5.09453 1.519537 1 1 1 +v 3.502196 5.09453 1.524512 1 1 1 +v 3.551948 5.29453 1.519537 1 1 1 +v 3.502196 5.29453 1.524512 1 1 1 +v 3.492001 4.553556 0.9200851 1 1 1 +v 3.453651 4.553556 0.5365876 1 1 1 +v 3.442249 4.553556 0.9250603 1 1 1 +v 3.403899 4.553556 0.5415628 1 1 1 +v 3.453651 4.853556 0.5365876 1 1 1 +v 3.492001 4.853556 0.9200851 1 1 1 +v 3.403899 4.853556 0.5415628 1 1 1 +v 3.442249 4.853556 0.9250603 1 1 1 +v 3.398924 4.603556 0.4918109 1 1 1 +v 3.448676 4.603556 0.4868357 1 1 1 +v 3.398924 4.803556 0.4918109 1 1 1 +v 3.448676 4.803556 0.4868357 1 1 1 +v 3.496976 4.603556 0.969837 1 1 1 +v 3.447224 4.603556 0.9748122 1 1 1 +v 3.496976 4.803556 0.969837 1 1 1 +v 3.447224 4.803556 0.9748122 1 1 1 +v 3.551581 3.507028 1.515866 1 1 1 +v 3.513231 3.507028 1.132369 1 1 1 +v 3.501829 3.507028 1.520842 1 1 1 +v 3.463479 3.507028 1.137344 1 1 1 +v 3.513231 3.807028 1.132369 1 1 1 +v 3.551581 3.807028 1.515866 1 1 1 +v 3.463479 3.807028 1.137344 1 1 1 +v 3.501829 3.807028 1.520842 1 1 1 +v 3.458504 3.557028 1.087592 1 1 1 +v 3.508256 3.557028 1.082617 1 1 1 +v 3.458504 3.757028 1.087592 1 1 1 +v 3.508256 3.757028 1.082617 1 1 1 +v 3.556556 3.557028 1.565618 1 1 1 +v 3.506804 3.557028 1.570593 1 1 1 +v 3.556556 3.757028 1.565618 1 1 1 +v 3.506804 3.757028 1.570593 1 1 1 +v 3.505094 4.410278 -1.051013 1 1 1 +v 3.543444 4.410278 -1.43451 1 1 1 +v 3.455342 4.410278 -1.055988 1 1 1 +v 3.493692 4.410278 -1.439486 1 1 1 +v 3.543444 4.710278 -1.43451 1 1 1 +v 3.505094 4.710278 -1.051013 1 1 1 +v 3.493692 4.710278 -1.439486 1 1 1 +v 3.455342 4.710278 -1.055988 1 1 1 +v 3.498667 4.460278 -1.489237 1 1 1 +v 3.548419 4.460278 -1.484262 1 1 1 +v 3.498667 4.660278 -1.489237 1 1 1 +v 3.548419 4.660278 -1.484262 1 1 1 +v 3.500119 4.460278 -1.001261 1 1 1 +v 3.450367 4.460278 -1.006236 1 1 1 +v 3.500119 4.660278 -1.001261 1 1 1 +v 3.450367 4.660278 -1.006236 1 1 1 +v -4.000004 6 -1.999996 1 1 1 +v -4.000005 6 2.000004 1 1 1 +v -3.600004 6 -1.999996 1 1 1 +v -3.400004 6 3.856421E-06 1 1 1 +v -3.600005 6 2.000004 1 1 1 +v -3.600005 3 2.000004 1 1 1 +v -3.503658 5.09453 1.036534 1 1 1 +v -3.503658 5.29453 1.036534 1 1 1 +v -3.508633 5.04453 1.086286 1 1 1 +v -3.508633 5.34453 1.086286 1 1 1 +v -3.546983 5.34453 1.469784 1 1 1 +v -3.551958 5.29453 1.519536 1 1 1 +v -3.551958 5.09453 1.519536 1 1 1 +v -3.453663 4.853556 0.5365877 1 1 1 +v -3.546983 5.04453 1.469784 1 1 1 +v -3.448688 4.803555 0.4868359 1 1 1 +v -3.492013 4.853556 0.9200853 1 1 1 +v -3.448688 4.603556 0.4868359 1 1 1 +v -3.496988 4.803555 0.9698372 1 1 1 +v -3.496988 4.603556 0.9698372 1 1 1 +v -3.492013 4.553556 0.9200853 1 1 1 +v -3.400004 3 3.856421E-06 1 1 1 +v -3.513241 3.807028 1.132368 1 1 1 +v -3.453663 4.553556 0.5365877 1 1 1 +v -3.508266 3.757028 1.082616 1 1 1 +v -3.508266 3.557028 1.082616 1 1 1 +v -3.513241 3.507028 1.132368 1 1 1 +v -3.551591 3.507028 1.515865 1 1 1 +v -3.556566 3.557028 1.565617 1 1 1 +v -3.551591 3.807028 1.515865 1 1 1 +v -3.556566 3.757028 1.565617 1 1 1 +v -3.548431 4.460278 -1.484262 1 1 1 +v -3.548431 4.660278 -1.484262 1 1 1 +v -3.543456 4.710278 -1.43451 1 1 1 +v -3.543456 4.410277 -1.43451 1 1 1 +v -3.505106 4.410277 -1.051012 1 1 1 +v -3.505106 4.710278 -1.051012 1 1 1 +v -3.500131 4.660278 -1.001261 1 1 1 +v -3.500131 4.460278 -1.001261 1 1 1 +v -3.546984 5.04453 1.469785 1 1 1 +v -3.508634 5.04453 1.086287 1 1 1 +v -3.497232 5.04453 1.47476 1 1 1 +v -3.458882 5.04453 1.091263 1 1 1 +v -3.508634 5.34453 1.086287 1 1 1 +v -3.546984 5.34453 1.469785 1 1 1 +v -3.458882 5.34453 1.091263 1 1 1 +v -3.497232 5.34453 1.47476 1 1 1 +v -3.453907 5.09453 1.041511 1 1 1 +v -3.503659 5.09453 1.036536 1 1 1 +v -3.453907 5.29453 1.041511 1 1 1 +v -3.503659 5.29453 1.036536 1 1 1 +v -3.551959 5.09453 1.519537 1 1 1 +v -3.502207 5.09453 1.524512 1 1 1 +v -3.551959 5.29453 1.519537 1 1 1 +v -3.502207 5.29453 1.524512 1 1 1 +v -3.492013 4.553556 0.9200851 1 1 1 +v -3.453663 4.553556 0.5365876 1 1 1 +v -3.442261 4.553556 0.9250603 1 1 1 +v -3.403911 4.553556 0.5415628 1 1 1 +v -3.453662 4.853556 0.5365876 1 1 1 +v -3.492012 4.853556 0.9200851 1 1 1 +v -3.403911 4.853556 0.5415628 1 1 1 +v -3.442261 4.853556 0.9250603 1 1 1 +v -3.398936 4.603556 0.4918109 1 1 1 +v -3.448687 4.603556 0.4868357 1 1 1 +v -3.398935 4.803556 0.4918109 1 1 1 +v -3.448687 4.803556 0.4868357 1 1 1 +v -3.496988 4.603556 0.969837 1 1 1 +v -3.447236 4.603556 0.9748122 1 1 1 +v -3.496988 4.803556 0.969837 1 1 1 +v -3.447236 4.803556 0.9748122 1 1 1 +v -3.551592 3.507028 1.515866 1 1 1 +v -3.513242 3.507028 1.132369 1 1 1 +v -3.50184 3.507028 1.520842 1 1 1 +v -3.46349 3.507028 1.137344 1 1 1 +v -3.513242 3.807028 1.132369 1 1 1 +v -3.551592 3.807028 1.515866 1 1 1 +v -3.46349 3.807028 1.137344 1 1 1 +v -3.50184 3.807028 1.520842 1 1 1 +v -3.458515 3.557028 1.087592 1 1 1 +v -3.508267 3.557028 1.082617 1 1 1 +v -3.458515 3.757028 1.087592 1 1 1 +v -3.508267 3.757028 1.082617 1 1 1 +v -3.556567 3.557028 1.565618 1 1 1 +v -3.506815 3.557028 1.570593 1 1 1 +v -3.556567 3.757028 1.565618 1 1 1 +v -3.506815 3.757028 1.570593 1 1 1 +v -3.505106 4.410278 -1.051013 1 1 1 +v -3.543455 4.410278 -1.43451 1 1 1 +v -3.455354 4.410278 -1.055988 1 1 1 +v -3.493704 4.410278 -1.439486 1 1 1 +v -3.543455 4.710278 -1.43451 1 1 1 +v -3.505106 4.710278 -1.051013 1 1 1 +v -3.493703 4.710278 -1.439486 1 1 1 +v -3.455354 4.710278 -1.055988 1 1 1 +v -3.498679 4.460278 -1.489237 1 1 1 +v -3.548431 4.460278 -1.484262 1 1 1 +v -3.498679 4.660278 -1.489237 1 1 1 +v -3.54843 4.660278 -1.484262 1 1 1 +v -3.500131 4.460278 -1.001261 1 1 1 +v -3.450379 4.460278 -1.006236 1 1 1 +v -3.50013 4.660278 -1.001261 1 1 1 +v -3.450379 4.660278 -1.006236 1 1 1 +v 3.6 3 2 1 1 1 +v -3.6 3 1.999999 1 1 1 +v 3.6 3 1.428571 1 1 1 +v -3.6 3 1.42857 1 1 1 +v 3.6 2.571429 1.428571 1 1 1 +v -3.6 2.571429 1.428571 1 1 1 +v 3.6 2.571429 0.8571427 1 1 1 +v -3.6 2.571429 0.8571419 1 1 1 +v 3.6 2.142857 0.857143 1 1 1 +v -3.6 2.142857 0.8571422 1 1 1 +v 3.6 2.142857 0.2857144 1 1 1 +v -3.6 2.142857 0.2857136 1 1 1 +v 3.6 1.285714 -0.2857135 1 1 1 +v -3.6 1.285714 -0.2857144 1 1 1 +v 3.6 1.285714 -0.8571422 1 1 1 +v -3.6 1.285714 -0.857143 1 1 1 +v 3.6 0.8571428 -0.8571419 1 1 1 +v -3.6 0.8571428 -0.8571427 1 1 1 +v 3.6 0.8571428 -1.428571 1 1 1 +v -3.6 0.8571428 -1.428571 1 1 1 +v 3.6 0.4285714 -1.42857 1 1 1 +v -3.6 0.4285714 -1.428571 1 1 1 +v 3.6 0.4285714 -1.999999 1 1 1 +v -3.6 0.4285714 -2 1 1 1 +v 0 0 -2 1 1 1 +v 0 0 2 1 1 1 +v -4 0 -2 1 1 1 +v -4 0 2 1 1 1 +v 0 0 -6 1 1 1 +v -4 0 -6 1 1 1 +v 4 0 -2 1 1 1 +v 4 0 2 1 1 1 +v 4 0 -6 1 1 1 +v 2.432191 3.123673E-18 -2.703156 1 1 1 +v 2.449869 0.05 -2.733774 1 1 1 +v 2.625376 3.123673E-18 -2.754919 1 1 1 +v 2.594758 0.05 -2.772597 1 1 1 +v 2.573612 3.123673E-18 -2.948104 1 1 1 +v 2.555935 0.05 -2.917486 1 1 1 +v 2.714653 3.123673E-18 -2.452045 1 1 1 +v 2.611125 3.123673E-18 -2.065674 1 1 1 +v 2.653415 0.1 -2.416689 1 1 1 +v 2.57577 0.1 -2.126912 1 1 1 +v 2.224755 3.123673E-18 -2.169202 1 1 1 +v 2.285992 0.1 -2.204557 1 1 1 +v 2.006432 3.123673E-18 -5.071889 1 1 1 +v 2.031432 0.1 -5.096889 1 1 1 +v 2.206432 3.123673E-18 -5.071889 1 1 1 +v 2.181432 0.1 -5.096889 1 1 1 +v 2.031432 0.1 -5.246889 1 1 1 +v 2.181432 0.1 -5.246889 1 1 1 +v 2.206432 3.123673E-18 -5.271889 1 1 1 +v 2.006432 3.123673E-18 -5.271889 1 1 1 +v 2.328282 3.123673E-18 -2.555573 1 1 1 +v 2.363637 0.1 -2.494335 1 1 1 +v 2.380427 3.123673E-18 -2.896341 1 1 1 +v 2.411046 0.05 -2.878663 1 1 1 +v 2.498219 0.05 -5.749571 1 1 1 +v 2.710351 0.05 -5.537438 1 1 1 +v 2.286088 0.05 -5.537438 1 1 1 +v 2.498219 0.05 -5.325306 1 1 1 +v 2.215377 3.123673E-18 -5.537438 1 1 1 +v 2.498219 3.123673E-18 -5.254596 1 1 1 +v 2.097593 -2.884522E-15 -4.890411 1 1 1 +v 2.15883 0.05 -4.855055 1 1 1 +v 2.201121 -2.884522E-15 -4.50404 1 1 1 +v 2.236476 0.05 -4.565278 1 1 1 +v 2.498219 3.123673E-18 -5.820282 1 1 1 +v 2.781062 3.123673E-18 -5.537438 1 1 1 +v 2.483963 -2.884522E-15 -4.993938 1 1 1 +v 2.587491 -2.884522E-15 -4.607568 1 1 1 +v 2.448608 0.05 -4.932701 1 1 1 +v 2.526254 0.05 -4.642923 1 1 1 +v 3.399002 0.2 -2 1 1 1 +v 3.199002 0.2 -4 1 1 1 +v 3.399002 0.9 -2 1 1 1 +v 3.199002 0.9 -4 1 1 1 +v 3.999999 0.9 -6 1 1 1 +v 4 0.9 -2 1 1 1 +v 3.399002 0.9 -6 1 1 1 +v 4 0.2 -2 1 1 1 +v 3.399002 0.2 -6 1 1 1 +v 2.432191 0 1.296844 1 1 1 +v 2.449869 0.05 1.266226 1 1 1 +v 2.625376 0 1.245081 1 1 1 +v 2.594758 0.05 1.227403 1 1 1 +v 2.573612 0 1.051895 1 1 1 +v 2.555935 0.05 1.082514 1 1 1 +v 2.714653 0 1.547955 1 1 1 +v 2.611125 0 1.934326 1 1 1 +v 2.653415 0.1 1.583311 1 1 1 +v 2.57577 0.1 1.873088 1 1 1 +v 2.224755 0 1.830798 1 1 1 +v 2.285992 0.1 1.795443 1 1 1 +v 2.006432 0 -1.071889 1 1 1 +v 2.031432 0.1 -1.096889 1 1 1 +v 2.206432 0 -1.071889 1 1 1 +v 2.181432 0.1 -1.096889 1 1 1 +v 2.031432 0.1 -1.246889 1 1 1 +v 2.181432 0.1 -1.246889 1 1 1 +v 2.206432 0 -1.271889 1 1 1 +v 2.006432 0 -1.271889 1 1 1 +v 2.328282 0 1.444427 1 1 1 +v 2.363637 0.1 1.505665 1 1 1 +v 2.380427 0 1.103659 1 1 1 +v 2.411046 0.05 1.121337 1 1 1 +v 2.498219 0.05 -1.749571 1 1 1 +v 2.710351 0.05 -1.537439 1 1 1 +v 2.286088 0.05 -1.537439 1 1 1 +v 2.498219 0.05 -1.325306 1 1 1 +v 2.215377 0 -1.537439 1 1 1 +v 2.498219 0 -1.254596 1 1 1 +v 2.097593 -2.887646E-15 -0.8904107 1 1 1 +v 2.15883 0.05 -0.8550555 1 1 1 +v 2.201121 -2.887646E-15 -0.5040404 1 1 1 +v 2.236476 0.05 -0.5652776 1 1 1 +v 2.498219 0 -1.820281 1 1 1 +v 2.781062 0 -1.537439 1 1 1 +v 2.483963 -2.887646E-15 -0.9939383 1 1 1 +v 2.587491 -2.887646E-15 -0.607568 1 1 1 +v 2.448608 0.05 -0.9327011 1 1 1 +v 2.526254 0.05 -0.6429234 1 1 1 +v 3.399002 0.2 2 1 1 1 +v 3.199002 0.2 4.774325E-08 1 1 1 +v 3.399002 0.9 2 1 1 1 +v 3.199002 0.9 4.774325E-08 1 1 1 +v 3.999999 0.9 -2 1 1 1 +v 4 0.9 2 1 1 1 +v 3.399002 0.9 -2 1 1 1 +v 4 0.2 2 1 1 1 +v 3.399002 0.2 -2 1 1 1 +v -2.432191 -3.123673E-18 1.296844 1 1 1 +v -2.449869 0.05 1.266226 1 1 1 +v -2.625376 -3.123673E-18 1.245081 1 1 1 +v -2.594758 0.05 1.227403 1 1 1 +v -2.573612 -3.123673E-18 1.051895 1 1 1 +v -2.555935 0.05 1.082514 1 1 1 +v -2.714653 -3.123673E-18 1.547955 1 1 1 +v -2.611125 -3.123673E-18 1.934326 1 1 1 +v -2.653415 0.1 1.583311 1 1 1 +v -2.57577 0.1 1.873088 1 1 1 +v -2.224755 -3.123673E-18 1.830798 1 1 1 +v -2.285992 0.1 1.795443 1 1 1 +v -2.006432 -3.123673E-18 -1.071889 1 1 1 +v -2.031432 0.1 -1.096889 1 1 1 +v -2.206432 -3.123673E-18 -1.071889 1 1 1 +v -2.181432 0.1 -1.096889 1 1 1 +v -2.031432 0.1 -1.246889 1 1 1 +v -2.181432 0.1 -1.246889 1 1 1 +v -2.206432 -3.123673E-18 -1.271889 1 1 1 +v -2.006432 -3.123673E-18 -1.271889 1 1 1 +v -2.328282 -3.123673E-18 1.444427 1 1 1 +v -2.363637 0.1 1.505665 1 1 1 +v -2.380427 -3.123673E-18 1.103659 1 1 1 +v -2.411046 0.05 1.121337 1 1 1 +v -2.498219 0.05 -1.749571 1 1 1 +v -2.710351 0.05 -1.537439 1 1 1 +v -2.286088 0.05 -1.537439 1 1 1 +v -2.498219 0.05 -1.325306 1 1 1 +v -2.215377 -3.123673E-18 -1.537439 1 1 1 +v -2.498219 -3.123673E-18 -1.254596 1 1 1 +v -2.097593 -2.890769E-15 -0.8904107 1 1 1 +v -2.15883 0.05 -0.8550555 1 1 1 +v -2.201121 -2.890769E-15 -0.5040404 1 1 1 +v -2.236476 0.05 -0.5652776 1 1 1 +v -2.498219 -3.123673E-18 -1.820281 1 1 1 +v -2.781062 -3.123673E-18 -1.537439 1 1 1 +v -2.483963 -2.890769E-15 -0.9939383 1 1 1 +v -2.587491 -2.890769E-15 -0.607568 1 1 1 +v -2.448608 0.05 -0.9327011 1 1 1 +v -2.526254 0.05 -0.6429234 1 1 1 +v -3.399002 0.2 2 1 1 1 +v -3.199002 0.2 4.774325E-08 1 1 1 +v -3.399002 0.9 2 1 1 1 +v -3.199002 0.9 4.774325E-08 1 1 1 +v -3.999999 0.9 -2 1 1 1 +v -4 0.9 2 1 1 1 +v -3.399002 0.9 -2 1 1 1 +v -4 0.2 2 1 1 1 +v -3.399002 0.2 -2 1 1 1 +v -2.432191 -3.205931E-31 -2.703156 1 1 1 +v -2.449869 0.05 -2.733774 1 1 1 +v -2.625376 -3.205931E-31 -2.754919 1 1 1 +v -2.594758 0.05 -2.772597 1 1 1 +v -2.573612 -3.205931E-31 -2.948104 1 1 1 +v -2.555935 0.05 -2.917486 1 1 1 +v -2.714653 -3.205931E-31 -2.452045 1 1 1 +v -2.611125 -3.205931E-31 -2.065674 1 1 1 +v -2.653415 0.1 -2.416689 1 1 1 +v -2.57577 0.1 -2.126912 1 1 1 +v -2.224755 -3.205931E-31 -2.169202 1 1 1 +v -2.285992 0.1 -2.204557 1 1 1 +v -2.006432 -3.205931E-31 -5.071889 1 1 1 +v -2.031432 0.1 -5.096889 1 1 1 +v -2.206432 -3.205931E-31 -5.071889 1 1 1 +v -2.181432 0.1 -5.096889 1 1 1 +v -2.031432 0.1 -5.246889 1 1 1 +v -2.181432 0.1 -5.246889 1 1 1 +v -2.206432 -3.205931E-31 -5.271889 1 1 1 +v -2.006432 -3.205931E-31 -5.271889 1 1 1 +v -2.328282 -3.205931E-31 -2.555573 1 1 1 +v -2.363637 0.1 -2.494335 1 1 1 +v -2.380427 -3.205931E-31 -2.896341 1 1 1 +v -2.411046 0.05 -2.878663 1 1 1 +v -2.498219 0.05 -5.749571 1 1 1 +v -2.710351 0.05 -5.537438 1 1 1 +v -2.286088 0.05 -5.537438 1 1 1 +v -2.498219 0.05 -5.325306 1 1 1 +v -2.215377 -3.205931E-31 -5.537438 1 1 1 +v -2.498219 -3.205931E-31 -5.254596 1 1 1 +v -2.097593 -2.887646E-15 -4.890411 1 1 1 +v -2.15883 0.05 -4.855055 1 1 1 +v -2.201121 -2.887646E-15 -4.50404 1 1 1 +v -2.236476 0.05 -4.565278 1 1 1 +v -2.498219 -3.205931E-31 -5.820282 1 1 1 +v -2.781062 -3.205931E-31 -5.537438 1 1 1 +v -2.483963 -2.887646E-15 -4.993938 1 1 1 +v -2.587491 -2.887646E-15 -4.607568 1 1 1 +v -2.448608 0.05 -4.932701 1 1 1 +v -2.526254 0.05 -4.642923 1 1 1 +v -3.399002 0.2 -2 1 1 1 +v -3.199002 0.2 -4 1 1 1 +v -3.399002 0.9 -2 1 1 1 +v -3.199002 0.9 -4 1 1 1 +v -3.999999 0.9 -6 1 1 1 +v -4 0.9 -2 1 1 1 +v -3.399002 0.9 -6 1 1 1 +v -4 0.2 -2 1 1 1 +v -3.399002 0.2 -6 1 1 1 + +vn 1.192093E-07 0 -1 +vn -1.192093E-07 0 1 +vn -1.192093E-07 0 -1 +vn 1.192093E-07 0 1 +vn -0.9950373 0 0.09950386 +vn -1 0 1.192093E-07 +vn 0.9950373 0 -0.09950386 +vn 1 0 -1.192093E-07 +vn -0.9950373 0 -0.0995036 +vn 0.9950373 0 0.0995036 +vn 0 -1 0 +vn 0 1 0 +vn 0.9950373 0 -0.09950384 +vn 0.9950373 0 0.09950361 +vn -0.9950373 0 0.09950384 +vn -0.9950373 0 -0.09950361 +vn 0.03807859 -0.9238796 0.3807843 +vn -0.03807837 -0.9238796 -0.3807843 +vn -0.03807859 0.9238796 -0.3807843 +vn 0.03807837 0.9238796 0.3807843 +vn -0.09192953 -0.3826835 -0.9192946 +vn -0.09192962 0.3826835 -0.9192946 +vn 0.09192962 -0.3826835 0.9192946 +vn 0.09192953 0.3826835 0.9192946 +vn -0.9950374 -1.192093E-07 0.09950386 +vn 0.9950374 1.192093E-07 -0.09950386 +vn -0.03807827 -0.9238796 0.3807843 +vn 0.0380785 -0.9238796 -0.3807843 +vn 0.03807827 0.9238796 -0.3807843 +vn -0.0380785 0.9238796 0.3807843 +vn 0.0919294 -0.3826835 -0.9192946 +vn 0.09192931 0.3826835 -0.9192946 +vn -0.09192931 -0.3826835 0.9192946 +vn -0.0919294 0.3826835 0.9192946 +vn -0.9950374 -1.192093E-07 -0.09950362 +vn 0.9950374 1.192093E-07 0.09950362 +vn 1.192093E-07 0 -1 +vn -1.192093E-07 0 1 +vn 0.9950373 0 0.09950386 +vn 1 0 1.192093E-07 +vn -0.9950373 0 -0.09950386 +vn -1 0 -1.192093E-07 +vn 0.9950373 0 -0.0995036 +vn -0.9950373 0 0.0995036 +vn -0.9950373 0 -0.09950384 +vn -0.9950373 0 0.09950361 +vn 0.9950373 0 0.09950384 +vn 0.9950373 0 -0.09950361 +vn -0.03807859 -0.9238796 0.3807843 +vn 0.03807837 -0.9238796 -0.3807843 +vn 0.03807859 0.9238796 -0.3807843 +vn -0.03807837 0.9238796 0.3807843 +vn 0.09192953 -0.3826835 -0.9192946 +vn 0.09192962 0.3826835 -0.9192946 +vn -0.09192962 -0.3826835 0.9192946 +vn -0.09192953 0.3826835 0.9192946 +vn 0.9950374 -1.192093E-07 0.09950386 +vn -0.9950374 1.192093E-07 -0.09950386 +vn 0.03807827 -0.9238796 0.3807843 +vn -0.0380785 -0.9238796 -0.3807843 +vn -0.03807827 0.9238796 -0.3807843 +vn 0.0380785 0.9238796 0.3807843 +vn -0.0919294 -0.3826835 -0.9192946 +vn -0.09192931 0.3826835 -0.9192946 +vn 0.09192931 -0.3826835 0.9192946 +vn 0.0919294 0.3826835 0.9192946 +vn 0.9950374 -1.192093E-07 -0.09950362 +vn -0.9950374 1.192093E-07 0.09950362 +vn -0.9991683 0 0.0407808 +vn 0.9991683 0 -0.0407808 +vn -7.152558E-08 0.8 -0.6000001 +vn 7.152558E-08 -0.8 0.6000001 +vn 0.9991683 0 0.0407808 +vn -0.9991683 0 -0.0407808 +vn 7.152558E-08 0.8 -0.6000001 +vn -7.152558E-08 -0.8 0.6000001 +vn 0.03807859 -0.9238796 0.3807843 +vn -0.03807837 -0.9238796 -0.3807843 +vn -0.03807859 0.9238796 -0.3807843 +vn 0.03807837 0.9238796 0.3807843 +vn -0.09192955 -0.3826835 -0.9192946 +vn -0.09192964 0.3826835 -0.9192946 +vn 0.09192964 -0.3826835 0.9192946 +vn 0.09192955 0.3826835 0.9192946 +vn -0.9950374 -1.192093E-07 0.09950387 +vn 0.9950374 1.192093E-07 -0.09950387 +vn -0.03807827 -0.9238796 0.3807843 +vn 0.03807849 -0.9238796 -0.3807843 +vn 0.03807827 0.9238796 -0.3807843 +vn -0.03807849 0.9238796 0.3807843 +vn 0.09192939 -0.3826835 -0.9192946 +vn 0.0919293 0.3826835 -0.9192946 +vn -0.0919293 -0.3826835 0.9192946 +vn -0.09192939 0.3826835 0.9192946 +vn -0.9950374 -1.192093E-07 -0.09950361 +vn 0.9950374 1.192093E-07 0.09950361 +vn -0.03807859 -0.9238796 0.3807843 +vn 0.03807837 -0.9238796 -0.3807843 +vn 0.03807859 0.9238796 -0.3807843 +vn -0.03807837 0.9238796 0.3807843 +vn 0.09192955 -0.3826835 -0.9192946 +vn 0.09192964 0.3826835 -0.9192946 +vn -0.09192964 -0.3826835 0.9192946 +vn -0.09192955 0.3826835 0.9192946 +vn 0.9950374 -1.192093E-07 0.09950387 +vn -0.9950374 1.192093E-07 -0.09950387 +vn 0.03807827 -0.9238796 0.3807843 +vn -0.03807849 -0.9238796 -0.3807843 +vn -0.03807827 0.9238796 -0.3807843 +vn 0.03807849 0.9238796 0.3807843 +vn -0.09192939 -0.3826835 -0.9192946 +vn -0.0919293 0.3826835 -0.9192946 +vn 0.0919293 -0.3826835 0.9192946 +vn 0.09192939 0.3826835 0.9192946 +vn 0.9950374 -1.192093E-07 -0.09950361 +vn -0.9950374 1.192093E-07 0.09950361 +vn -0.4082482 0.5773503 0.7071069 +vn -0.3003764 0.7994348 0.5202673 +vn 0.7071069 0.5773503 0.4082482 +vn 0.5202673 0.7994348 0.3003764 +vn -0.7071069 -0.5773503 -0.4082482 +vn 0.3003764 -0.7994348 -0.5202673 +vn 0.4082482 -0.5773503 -0.7071069 +vn -0.5202673 -0.7994348 -0.3003764 +vn 0.4082482 0.5773503 -0.7071069 +vn 0.3003764 0.7994348 -0.5202673 +vn -0.3003764 -0.7994348 0.5202673 +vn -0.4082482 -0.5773503 0.7071069 +vn 0.7071068 0.5773503 -0.4082484 +vn 0.4082484 0.5773503 0.7071068 +vn 0.5202672 0.7994348 -0.3003765 +vn 0.3003765 0.7994348 0.5202672 +vn -0.5202672 -0.7994348 0.3003765 +vn -0.4082484 -0.5773503 -0.7071068 +vn -0.7071068 -0.5773503 0.4082484 +vn -0.3003765 -0.7994348 -0.5202672 +vn -0.7071068 0.5773503 0.4082484 +vn -0.5202672 0.7994348 0.3003765 +vn 0.5202672 -0.7994348 -0.3003765 +vn 0.7071068 -0.5773503 -0.4082484 +vn -0.6666667 0.3333333 0.6666668 +vn -0.5033765 0.7022992 0.5033766 +vn 0.6666668 0.3333333 0.6666667 +vn 0.5033766 0.7022992 0.5033765 +vn -0.6666668 -0.3333333 -0.6666667 +vn 0.5033765 -0.7022992 -0.5033766 +vn 0.6666667 -0.3333333 -0.6666668 +vn -0.5033766 -0.7022992 -0.5033765 +vn -0.5033766 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 -0.5033766 +vn -0.5033765 -0.7022992 0.5033766 +vn 0.5033766 -0.7022992 0.5033765 +vn 0.6666667 0.3333333 -0.6666668 +vn -0.6666667 -0.3333333 0.6666668 +vn -0.6666668 0.3333333 -0.6666667 +vn 0.6666668 -0.3333333 0.6666667 +vn -0.4082484 0.5773503 -0.7071068 +vn -0.3003765 0.7994348 -0.5202672 +vn 0.3003765 -0.7994348 0.5202672 +vn 0.4082484 -0.5773503 0.7071068 +vn -0.7071069 0.5773503 -0.4082482 +vn -0.5202673 0.7994348 -0.3003764 +vn 0.7071069 -0.5773503 0.4082482 +vn 0.5202673 -0.7994348 0.3003764 +vn -5.06089E-08 0.9054101 -0.4245383 +vn 0.4245383 0.9054101 -5.06089E-08 +vn -0.4245383 0.9054101 5.06089E-08 +vn 5.06089E-08 0.9054101 0.4245383 +vn 0.4245383 -0.9054101 -5.06089E-08 +vn -0.4245383 -0.9054101 5.06089E-08 +vn 5.06089E-08 -0.9054101 0.4245383 +vn -5.06089E-08 -0.9054101 -0.4245383 +vn -0.5773503 0.8164966 6.882551E-08 +vn 6.882551E-08 0.8164966 0.5773503 +vn 0.5773503 -0.8164966 -6.882551E-08 +vn -6.882551E-08 -0.8164966 -0.5773503 +vn -0.5000001 0.8164966 -0.2886751 +vn -0.3676609 0.90541 -0.2122691 +vn -0.2886751 0.8164966 0.5000001 +vn -0.2122691 0.90541 0.3676609 +vn 0.2886751 -0.8164966 -0.5000001 +vn 0.3676609 -0.90541 0.2122691 +vn 0.5000001 -0.8164966 0.2886751 +vn 0.2122691 -0.90541 -0.3676609 +vn -6.882551E-08 0.8164966 -0.5773503 +vn 6.882551E-08 -0.8164966 0.5773503 +vn 0.5773503 0.8164966 -6.882551E-08 +vn -0.5773503 -0.8164966 6.882551E-08 +vn 0.2886751 0.8164966 -0.5000001 +vn 0.5000001 0.8164966 0.2886751 +vn 0.2122691 0.90541 -0.3676609 +vn 0.3676609 0.90541 0.2122691 +vn -0.2122691 -0.90541 0.3676609 +vn -0.5000001 -0.8164966 -0.2886751 +vn -0.2886751 -0.8164966 0.5000001 +vn -0.3676609 -0.90541 -0.2122691 +vn 0.4082482 0.5773503 0.7071069 +vn 0.3003764 0.7994348 0.5202673 +vn -0.7071069 0.5773503 0.4082482 +vn -0.5202673 0.7994348 0.3003764 +vn 0.7071069 -0.5773503 -0.4082482 +vn -0.3003764 -0.7994348 -0.5202673 +vn -0.4082482 -0.5773503 -0.7071069 +vn 0.5202673 -0.7994348 -0.3003764 +vn -0.4082482 0.5773503 -0.7071069 +vn -0.3003764 0.7994348 -0.5202673 +vn 0.3003764 -0.7994348 0.5202673 +vn 0.4082482 -0.5773503 0.7071069 +vn -0.7071068 0.5773503 -0.4082484 +vn -0.4082484 0.5773503 0.7071068 +vn -0.5202672 0.7994348 -0.3003765 +vn -0.3003765 0.7994348 0.5202672 +vn 0.5202672 -0.7994348 0.3003765 +vn 0.4082484 -0.5773503 -0.7071068 +vn 0.7071068 -0.5773503 0.4082484 +vn 0.3003765 -0.7994348 -0.5202672 +vn 0.7071068 0.5773503 0.4082484 +vn 0.5202672 0.7994348 0.3003765 +vn -0.5202672 -0.7994348 -0.3003765 +vn -0.7071068 -0.5773503 -0.4082484 +vn 0.6666667 0.3333333 0.6666668 +vn 0.5033765 0.7022992 0.5033766 +vn -0.6666668 0.3333333 0.6666667 +vn -0.5033766 0.7022992 0.5033765 +vn 0.6666668 -0.3333333 -0.6666667 +vn -0.5033765 -0.7022992 -0.5033766 +vn -0.6666667 -0.3333333 -0.6666668 +vn 0.5033766 -0.7022992 -0.5033765 +vn 0.5033766 0.7022992 -0.5033765 +vn -0.5033765 0.7022992 -0.5033766 +vn 0.5033765 -0.7022992 0.5033766 +vn -0.5033766 -0.7022992 0.5033765 +vn -0.6666667 0.3333333 -0.6666668 +vn 0.6666667 -0.3333333 0.6666668 +vn 0.6666668 0.3333333 -0.6666667 +vn -0.6666668 -0.3333333 0.6666667 +vn 0.4082484 0.5773503 -0.7071068 +vn 0.3003765 0.7994348 -0.5202672 +vn -0.3003765 -0.7994348 0.5202672 +vn -0.4082484 -0.5773503 0.7071068 +vn 0.7071069 0.5773503 -0.4082482 +vn 0.5202673 0.7994348 -0.3003764 +vn -0.7071069 -0.5773503 0.4082482 +vn -0.5202673 -0.7994348 0.3003764 +vn 5.06089E-08 0.9054101 -0.4245383 +vn -0.4245383 0.9054101 -5.06089E-08 +vn 0.4245383 0.9054101 5.06089E-08 +vn -5.06089E-08 0.9054101 0.4245383 +vn -0.4245383 -0.9054101 -5.06089E-08 +vn 0.4245383 -0.9054101 5.06089E-08 +vn -5.06089E-08 -0.9054101 0.4245383 +vn 5.06089E-08 -0.9054101 -0.4245383 +vn 0.5773503 0.8164966 6.882551E-08 +vn -6.882551E-08 0.8164966 0.5773503 +vn -0.5773503 -0.8164966 -6.882551E-08 +vn 6.882551E-08 -0.8164966 -0.5773503 +vn 0.5000001 0.8164966 -0.2886751 +vn 0.3676609 0.90541 -0.2122691 +vn 0.2886751 0.8164966 0.5000001 +vn 0.2122691 0.90541 0.3676609 +vn -0.2886751 -0.8164966 -0.5000001 +vn -0.3676609 -0.90541 0.2122691 +vn -0.5000001 -0.8164966 0.2886751 +vn -0.2122691 -0.90541 -0.3676609 +vn 6.882551E-08 0.8164966 -0.5773503 +vn -6.882551E-08 -0.8164966 0.5773503 +vn -0.5773503 0.8164966 -6.882551E-08 +vn 0.5773503 -0.8164966 6.882551E-08 +vn -0.2886751 0.8164966 -0.5000001 +vn -0.5000001 0.8164966 0.2886751 +vn -0.2122691 0.90541 -0.3676609 +vn -0.3676609 0.90541 0.2122691 +vn 0.2122691 -0.90541 0.3676609 +vn 0.5000001 -0.8164966 -0.2886751 +vn 0.2886751 -0.8164966 0.5000001 +vn 0.3676609 -0.90541 -0.2122691 + +vt 0.34375 0.025 +vt 0.34375 0.05357143 +vt 0.34375 0.1678571 +vt 0.34375 0.1964286 +vt 0.34375 0.08214285 +vt 0.34375 0.1107143 +vt 0.34375 0.1392857 +vt 0.34375 0.225 +vt 0.34375 0.105 +vt 0.34375 0.1623098 +vt 0.34375 0.1813574 +vt 0.34375 0.1575478 +vt 0.34375 0.1861193 +vt 0.34375 0.09963536 +vt 0.34375 0.118683 +vt 0.34375 0.1234449 +vt 0.34375 0.09487346 +vt 0.34375 0.0902646 +vt 0.34375 0.08550269 +vt 0.34375 0.06645507 +vt 0.34375 0.06169317 +vt 0.34375 0.075 +vt 0.34375 0.175 +vt 0.34375 0.145 +vt 0.34375 0.185 +vt 0.34375 0.1783762 +vt 0.34375 0.1797096 +vt 0.34375 0.1850429 +vt 0.34375 0.1863762 +vt 0.34375 0.1585417 +vt 0.34375 0.163875 +vt 0.34375 0.1652084 +vt 0.34375 0.1572084 +vt 0.34375 0.2008541 +vt 0.34375 0.2061875 +vt 0.34375 0.1995208 +vt 0.34375 0.2075208 +vt 0.34375 0.1944281 +vt 0.34375 0.1930948 +vt 0.34375 0.1877615 +vt 0.34375 0.1864281 +vt 0.34375 0.1665207 +vt 0.34375 0.1651874 +vt 0.34375 0.1598541 +vt 0.34375 0.1585207 +vt 0.34375 0.1839407 +vt 0.34375 0.1892741 +vt 0.34375 0.1906074 +vt 0.34375 0.1826074 +vt 0.09375 0.025 +vt 0.09375 0.065 +vt 0.09375 0.105 +vt 0.09375 0.225 + +usemtl colormap + +f 3/1/1 2/2/1 1/1/1 +f 2/2/1 3/1/1 4/2/1 +f 1/1/2 2/2/2 3/1/2 +f 4/2/2 3/1/2 2/2/2 +f 7/3/1 6/4/1 5/3/1 +f 6/4/1 7/3/1 8/4/1 +f 5/3/2 6/4/2 7/3/2 +f 8/4/2 7/3/2 6/4/2 +f 11/5/1 10/6/1 9/5/1 +f 10/6/1 11/5/1 12/6/1 +f 9/5/2 10/6/2 11/5/2 +f 12/6/2 11/5/2 10/6/2 +f 15/6/1 14/7/1 13/6/1 +f 14/7/1 15/6/1 16/7/1 +f 13/6/2 14/7/2 15/6/2 +f 16/7/2 15/6/2 14/7/2 +f 19/4/1 18/8/1 17/4/1 +f 18/8/1 19/4/1 20/8/1 +f 17/4/2 18/8/2 19/4/2 +f 20/8/2 19/4/2 18/8/2 +f 23/7/1 22/3/1 21/7/1 +f 22/3/1 23/7/1 24/3/1 +f 21/7/2 22/3/2 23/7/2 +f 24/3/2 23/7/2 22/3/2 +f 27/2/1 26/5/1 25/2/1 +f 26/5/1 27/2/1 28/5/1 +f 25/2/2 26/5/2 27/2/2 +f 28/5/2 27/2/2 26/5/2 +f 31/8/2 30/1/2 29/8/2 +f 30/1/2 31/8/2 32/1/2 +f 29/8/1 30/1/1 31/8/1 +f 32/1/1 31/8/1 30/1/1 +f 35/9/3 34/1/3 33/9/3 +f 34/1/3 35/9/3 36/1/3 +f 33/9/4 34/1/4 35/9/4 +f 36/1/4 35/9/4 34/1/4 +f 39/9/5 38/1/6 37/1/5 +f 38/1/6 39/9/5 40/9/6 +f 37/1/7 38/1/8 39/9/7 +f 40/9/8 39/9/7 38/1/8 +f 35/9/8 41/1/8 36/1/8 +f 41/1/8 35/9/8 42/9/8 +f 36/1/6 41/1/6 35/9/6 +f 42/9/6 35/9/6 41/1/6 +f 40/9/6 34/1/9 38/1/6 +f 34/1/9 40/9/6 33/9/9 +f 38/1/8 34/1/10 40/9/8 +f 33/9/10 40/9/8 34/1/10 +f 41/1/11 34/1/11 36/1/11 +f 34/1/11 41/1/11 38/1/11 +f 38/1/11 41/1/11 37/1/11 +f 36/1/12 34/1/12 41/1/12 +f 38/1/12 41/1/12 34/1/12 +f 37/1/12 41/1/12 38/1/12 +f 33/9/12 42/9/12 35/9/12 +f 42/9/12 33/9/12 40/9/12 +f 42/9/12 40/9/12 39/9/12 +f 35/9/11 42/9/11 33/9/11 +f 40/9/11 33/9/11 42/9/11 +f 39/9/11 40/9/11 42/9/11 +f 41/1/4 39/9/4 37/1/4 +f 39/9/4 41/1/4 42/9/4 +f 37/1/3 39/9/3 41/1/3 +f 42/9/3 41/1/3 39/9/3 +f 45/8/12 44/8/12 43/8/12 +f 44/8/12 45/8/12 46/8/12 +f 44/8/12 46/8/12 47/8/12 +f 43/8/11 44/8/11 45/8/11 +f 46/8/11 45/8/11 44/8/11 +f 47/8/11 46/8/11 44/8/11 +f 43/8/8 49/1/8 48/1/8 +f 49/1/8 43/8/8 44/8/8 +f 48/1/6 49/1/6 43/8/6 +f 44/8/6 43/8/6 49/1/6 +f 49/1/4 47/8/4 50/1/4 +f 47/8/4 49/1/4 44/8/4 +f 50/1/3 47/8/3 49/1/3 +f 44/8/3 49/1/3 47/8/3 +f 43/8/3 51/1/3 45/8/3 +f 51/1/3 43/8/3 48/1/3 +f 45/8/4 51/1/4 43/8/4 +f 48/1/4 43/8/4 51/1/4 +f 53/11/13 52/10/13 46/8/8 +f 52/10/13 54/12/13 46/8/8 +f 55/13/13 53/11/13 46/8/8 +f 46/8/8 54/12/13 56/1/8 +f 57/12/13 56/1/8 54/12/13 +f 56/1/8 57/12/13 50/1/13 +f 58/10/13 50/1/13 57/12/13 +f 47/8/13 55/13/13 46/8/8 +f 47/8/13 50/1/13 58/10/13 +f 55/13/13 47/8/13 59/13/13 +f 60/11/13 47/8/13 58/10/13 +f 59/13/13 47/8/13 60/11/13 +f 62/15/14 61/14/14 45/8/14 +f 63/16/14 62/15/14 45/8/14 +f 46/8/8 63/16/14 45/8/14 +f 63/16/14 46/8/8 64/16/14 +f 45/8/14 61/14/14 51/1/14 +f 64/16/14 46/8/8 65/15/14 +f 65/15/14 46/8/8 66/14/14 +f 67/17/14 51/1/14 61/14/14 +f 66/14/14 46/8/8 68/18/14 +f 69/17/14 66/14/14 68/18/14 +f 69/17/14 68/18/14 67/17/14 +f 68/18/14 46/8/8 70/18/14 +f 70/18/14 46/8/8 71/19/14 +f 71/19/14 46/8/8 72/20/14 +f 46/8/8 56/1/8 72/20/14 +f 72/20/14 56/1/8 73/21/14 +f 51/1/14 73/21/14 56/1/8 +f 73/21/14 51/1/14 74/21/14 +f 74/21/14 51/1/14 67/17/14 +f 68/18/14 75/19/14 67/17/14 +f 76/20/14 74/21/14 67/17/14 +f 75/19/14 76/20/14 67/17/14 +f 46/8/6 52/10/15 53/11/15 +f 46/8/6 53/11/15 55/13/15 +f 46/8/6 54/12/15 52/10/15 +f 56/1/6 54/12/15 46/8/6 +f 54/12/15 56/1/6 57/12/15 +f 50/1/15 57/12/15 56/1/6 +f 57/12/15 50/1/15 58/10/15 +f 46/8/6 55/13/15 47/8/15 +f 58/10/15 50/1/15 47/8/15 +f 59/13/15 47/8/15 55/13/15 +f 58/10/15 47/8/15 60/11/15 +f 60/11/15 47/8/15 59/13/15 +f 45/8/16 61/14/16 62/15/16 +f 45/8/16 62/15/16 63/16/16 +f 45/8/16 63/16/16 46/8/6 +f 64/16/16 46/8/6 63/16/16 +f 51/1/16 61/14/16 45/8/16 +f 65/15/16 46/8/6 64/16/16 +f 66/14/16 46/8/6 65/15/16 +f 61/14/16 51/1/16 67/17/16 +f 68/18/16 46/8/6 66/14/16 +f 68/18/16 66/14/16 69/17/16 +f 67/17/16 68/18/16 69/17/16 +f 70/18/16 46/8/6 68/18/16 +f 71/19/16 46/8/6 70/18/16 +f 72/20/16 46/8/6 71/19/16 +f 72/20/16 56/1/6 46/8/6 +f 73/21/16 56/1/6 72/20/16 +f 56/1/6 73/21/16 51/1/16 +f 74/21/16 51/1/16 73/21/16 +f 67/17/16 51/1/16 74/21/16 +f 67/17/16 75/19/16 68/18/16 +f 67/17/16 74/21/16 76/20/16 +f 67/17/16 76/20/16 75/19/16 +f 79/23/17 78/22/18 77/22/17 +f 78/22/18 79/23/17 80/23/18 +f 77/22/19 78/22/20 79/23/19 +f 80/23/20 79/23/19 78/22/20 +f 83/23/19 82/22/20 81/22/19 +f 82/22/20 83/23/19 84/23/20 +f 81/22/17 82/22/18 83/23/17 +f 84/23/18 83/23/17 82/22/18 +f 87/23/22 86/22/21 85/23/21 +f 86/22/21 87/23/22 88/22/22 +f 85/23/24 86/22/24 87/23/23 +f 88/22/23 87/23/23 86/22/24 +f 91/22/24 90/23/23 89/22/23 +f 90/23/23 91/22/24 92/23/24 +f 89/22/22 90/23/22 91/22/21 +f 92/23/21 91/22/21 90/23/22 +f 84/23/20 91/22/24 82/22/20 +f 91/22/24 84/23/20 92/23/24 +f 82/22/18 91/22/21 84/23/18 +f 92/23/21 84/23/18 91/22/21 +f 80/23/18 86/22/21 78/22/18 +f 86/22/21 80/23/18 85/23/21 +f 78/22/20 86/22/24 80/23/20 +f 85/23/24 80/23/20 86/22/24 +f 87/23/22 81/22/19 88/22/22 +f 81/22/19 87/23/22 83/23/19 +f 88/22/23 81/22/17 87/23/23 +f 83/23/17 87/23/23 81/22/17 +f 90/23/23 77/22/17 89/22/23 +f 77/22/17 90/23/23 79/23/17 +f 89/22/22 77/22/19 90/23/22 +f 79/23/19 90/23/22 77/22/19 +f 80/23/25 87/23/25 85/23/25 +f 87/23/25 80/23/25 83/23/25 +f 83/23/25 80/23/25 79/23/25 +f 83/23/25 79/23/25 84/23/25 +f 84/23/25 79/23/25 90/23/25 +f 84/23/25 90/23/25 92/23/25 +f 85/23/26 87/23/26 80/23/26 +f 83/23/26 80/23/26 87/23/26 +f 79/23/26 80/23/26 83/23/26 +f 84/23/26 79/23/26 83/23/26 +f 90/23/26 79/23/26 84/23/26 +f 92/23/26 90/23/26 84/23/26 +f 81/22/26 86/22/26 88/22/26 +f 86/22/26 81/22/26 78/22/26 +f 78/22/26 81/22/26 82/22/26 +f 78/22/26 82/22/26 77/22/26 +f 77/22/26 82/22/26 91/22/26 +f 77/22/26 91/22/26 89/22/26 +f 88/22/25 86/22/25 81/22/25 +f 78/22/25 81/22/25 86/22/25 +f 82/22/25 81/22/25 78/22/25 +f 77/22/25 82/22/25 78/22/25 +f 91/22/25 82/22/25 77/22/25 +f 89/22/25 91/22/25 77/22/25 +f 95/23/27 94/22/28 93/22/27 +f 94/22/28 95/23/27 96/23/28 +f 93/22/29 94/22/30 95/23/29 +f 96/23/30 95/23/29 94/22/30 +f 99/23/29 98/22/30 97/22/29 +f 98/22/30 99/23/29 100/23/30 +f 97/22/27 98/22/28 99/23/27 +f 100/23/28 99/23/27 98/22/28 +f 103/23/32 102/22/31 101/23/31 +f 102/22/31 103/23/32 104/22/32 +f 101/23/34 102/22/34 103/23/33 +f 104/22/33 103/23/33 102/22/34 +f 107/22/34 106/23/33 105/22/33 +f 106/23/33 107/22/34 108/23/34 +f 105/22/32 106/23/32 107/22/31 +f 108/23/31 107/22/31 106/23/32 +f 100/23/30 107/22/34 98/22/30 +f 107/22/34 100/23/30 108/23/34 +f 98/22/28 107/22/31 100/23/28 +f 108/23/31 100/23/28 107/22/31 +f 96/23/28 102/22/31 94/22/28 +f 102/22/31 96/23/28 101/23/31 +f 94/22/30 102/22/34 96/23/30 +f 101/23/34 96/23/30 102/22/34 +f 103/23/32 97/22/29 104/22/32 +f 97/22/29 103/23/32 99/23/29 +f 104/22/33 97/22/27 103/23/33 +f 99/23/27 103/23/33 97/22/27 +f 106/23/33 93/22/27 105/22/33 +f 93/22/27 106/23/33 95/23/27 +f 105/22/32 93/22/29 106/23/32 +f 95/23/29 106/23/32 93/22/29 +f 96/23/35 103/23/35 101/23/35 +f 103/23/35 96/23/35 99/23/35 +f 99/23/35 96/23/35 95/23/35 +f 99/23/35 95/23/35 100/23/35 +f 100/23/35 95/23/35 106/23/35 +f 100/23/35 106/23/35 108/23/35 +f 101/23/36 103/23/36 96/23/36 +f 99/23/36 96/23/36 103/23/36 +f 95/23/36 96/23/36 99/23/36 +f 100/23/36 95/23/36 99/23/36 +f 106/23/36 95/23/36 100/23/36 +f 108/23/36 106/23/36 100/23/36 +f 97/22/36 102/22/36 104/22/36 +f 102/22/36 97/22/36 94/22/36 +f 94/22/36 97/22/36 98/22/36 +f 94/22/36 98/22/36 93/22/36 +f 93/22/36 98/22/36 107/22/36 +f 93/22/36 107/22/36 105/22/36 +f 104/22/35 102/22/35 97/22/35 +f 94/22/35 97/22/35 102/22/35 +f 98/22/35 97/22/35 94/22/35 +f 93/22/35 98/22/35 94/22/35 +f 107/22/35 98/22/35 93/22/35 +f 105/22/35 107/22/35 93/22/35 +f 111/23/27 110/22/28 109/22/27 +f 110/22/28 111/23/27 112/23/28 +f 109/22/29 110/22/30 111/23/29 +f 112/23/30 111/23/29 110/22/30 +f 115/23/29 114/22/30 113/22/29 +f 114/22/30 115/23/29 116/23/30 +f 113/22/27 114/22/28 115/23/27 +f 116/23/28 115/23/27 114/22/28 +f 119/23/32 118/22/31 117/23/31 +f 118/22/31 119/23/32 120/22/32 +f 117/23/34 118/22/34 119/23/33 +f 120/22/33 119/23/33 118/22/34 +f 123/22/34 122/23/33 121/22/33 +f 122/23/33 123/22/34 124/23/34 +f 121/22/32 122/23/32 123/22/31 +f 124/23/31 123/22/31 122/23/32 +f 116/23/30 123/22/34 114/22/30 +f 123/22/34 116/23/30 124/23/34 +f 114/22/28 123/22/31 116/23/28 +f 124/23/31 116/23/28 123/22/31 +f 112/23/28 118/22/31 110/22/28 +f 118/22/31 112/23/28 117/23/31 +f 110/22/30 118/22/34 112/23/30 +f 117/23/34 112/23/30 118/22/34 +f 119/23/32 113/22/29 120/22/32 +f 113/22/29 119/23/32 115/23/29 +f 120/22/33 113/22/27 119/23/33 +f 115/23/27 119/23/33 113/22/27 +f 122/23/33 109/22/27 121/22/33 +f 109/22/27 122/23/33 111/23/27 +f 121/22/32 109/22/29 122/23/32 +f 111/23/29 122/23/32 109/22/29 +f 112/23/35 119/23/35 117/23/35 +f 119/23/35 112/23/35 115/23/35 +f 115/23/35 112/23/35 111/23/35 +f 115/23/35 111/23/35 116/23/35 +f 116/23/35 111/23/35 122/23/35 +f 116/23/35 122/23/35 124/23/35 +f 117/23/36 119/23/36 112/23/36 +f 115/23/36 112/23/36 119/23/36 +f 111/23/36 112/23/36 115/23/36 +f 116/23/36 111/23/36 115/23/36 +f 122/23/36 111/23/36 116/23/36 +f 124/23/36 122/23/36 116/23/36 +f 113/22/36 118/22/36 120/22/36 +f 118/22/36 113/22/36 110/22/36 +f 110/22/36 113/22/36 114/22/36 +f 110/22/36 114/22/36 109/22/36 +f 109/22/36 114/22/36 123/22/36 +f 109/22/36 123/22/36 121/22/36 +f 120/22/35 118/22/35 113/22/35 +f 110/22/35 113/22/35 118/22/35 +f 114/22/35 113/22/35 110/22/35 +f 109/22/35 114/22/35 110/22/35 +f 123/22/35 114/22/35 109/22/35 +f 121/22/35 123/22/35 109/22/35 +f 127/9/3 126/1/3 125/9/3 +f 126/1/3 127/9/3 128/1/3 +f 125/9/4 126/1/4 127/9/4 +f 128/1/4 127/9/4 126/1/4 +f 131/9/5 130/1/6 129/1/5 +f 130/1/6 131/9/5 132/9/6 +f 129/1/7 130/1/8 131/9/7 +f 132/9/8 131/9/7 130/1/8 +f 127/9/8 133/1/8 128/1/8 +f 133/1/8 127/9/8 134/9/8 +f 128/1/6 133/1/6 127/9/6 +f 134/9/6 127/9/6 133/1/6 +f 132/9/6 126/1/9 130/1/6 +f 126/1/9 132/9/6 125/9/9 +f 130/1/8 126/1/10 132/9/8 +f 125/9/10 132/9/8 126/1/10 +f 133/1/11 126/1/11 128/1/11 +f 126/1/11 133/1/11 130/1/11 +f 130/1/11 133/1/11 129/1/11 +f 128/1/12 126/1/12 133/1/12 +f 130/1/12 133/1/12 126/1/12 +f 129/1/12 133/1/12 130/1/12 +f 125/9/12 134/9/12 127/9/12 +f 134/9/12 125/9/12 132/9/12 +f 134/9/12 132/9/12 131/9/12 +f 127/9/11 134/9/11 125/9/11 +f 132/9/11 125/9/11 134/9/11 +f 131/9/11 132/9/11 134/9/11 +f 133/1/4 131/9/4 129/1/4 +f 131/9/4 133/1/4 134/9/4 +f 129/1/3 131/9/3 133/1/3 +f 134/9/3 133/1/3 131/9/3 +f 137/8/12 136/8/12 135/8/12 +f 136/8/12 137/8/12 138/8/12 +f 136/8/12 138/8/12 139/8/12 +f 135/8/11 136/8/11 137/8/11 +f 138/8/11 137/8/11 136/8/11 +f 139/8/11 138/8/11 136/8/11 +f 135/8/8 141/1/8 140/1/8 +f 141/1/8 135/8/8 136/8/8 +f 140/1/6 141/1/6 135/8/6 +f 136/8/6 135/8/6 141/1/6 +f 141/1/4 139/8/4 142/1/4 +f 139/8/4 141/1/4 136/8/4 +f 142/1/3 139/8/3 141/1/3 +f 136/8/3 141/1/3 139/8/3 +f 135/8/3 143/1/3 137/8/3 +f 143/1/3 135/8/3 140/1/3 +f 137/8/4 143/1/4 135/8/4 +f 140/1/4 135/8/4 143/1/4 +f 145/11/13 144/10/13 138/8/8 +f 144/10/13 146/12/13 138/8/8 +f 147/13/13 145/11/13 138/8/8 +f 138/8/8 146/12/13 148/1/8 +f 149/12/13 148/1/8 146/12/13 +f 148/1/8 149/12/13 142/1/13 +f 150/10/13 142/1/13 149/12/13 +f 139/8/13 147/13/13 138/8/8 +f 139/8/13 142/1/13 150/10/13 +f 147/13/13 139/8/13 151/13/13 +f 152/11/13 139/8/13 150/10/13 +f 151/13/13 139/8/13 152/11/13 +f 154/15/14 153/14/14 137/8/14 +f 155/16/14 154/15/14 137/8/14 +f 138/8/8 155/16/14 137/8/14 +f 155/16/14 138/8/8 156/16/14 +f 137/8/14 153/14/14 143/1/14 +f 156/16/14 138/8/8 157/15/14 +f 157/15/14 138/8/8 158/14/14 +f 159/17/14 143/1/14 153/14/14 +f 158/14/14 138/8/8 160/18/14 +f 161/17/14 158/14/14 160/18/14 +f 161/17/14 160/18/14 159/17/14 +f 160/18/14 138/8/8 162/18/14 +f 162/18/14 138/8/8 163/19/14 +f 163/19/14 138/8/8 164/20/14 +f 138/8/8 148/1/8 164/20/14 +f 164/20/14 148/1/8 165/21/14 +f 143/1/14 165/21/14 148/1/8 +f 165/21/14 143/1/14 166/21/14 +f 166/21/14 143/1/14 159/17/14 +f 160/18/14 167/19/14 159/17/14 +f 168/20/14 166/21/14 159/17/14 +f 167/19/14 168/20/14 159/17/14 +f 138/8/6 144/10/15 145/11/15 +f 138/8/6 145/11/15 147/13/15 +f 138/8/6 146/12/15 144/10/15 +f 148/1/6 146/12/15 138/8/6 +f 146/12/15 148/1/6 149/12/15 +f 142/1/15 149/12/15 148/1/6 +f 149/12/15 142/1/15 150/10/15 +f 138/8/6 147/13/15 139/8/15 +f 150/10/15 142/1/15 139/8/15 +f 151/13/15 139/8/15 147/13/15 +f 150/10/15 139/8/15 152/11/15 +f 152/11/15 139/8/15 151/13/15 +f 137/8/16 153/14/16 154/15/16 +f 137/8/16 154/15/16 155/16/16 +f 137/8/16 155/16/16 138/8/6 +f 156/16/16 138/8/6 155/16/16 +f 143/1/16 153/14/16 137/8/16 +f 157/15/16 138/8/6 156/16/16 +f 158/14/16 138/8/6 157/15/16 +f 153/14/16 143/1/16 159/17/16 +f 160/18/16 138/8/6 158/14/16 +f 160/18/16 158/14/16 161/17/16 +f 159/17/16 160/18/16 161/17/16 +f 162/18/16 138/8/6 160/18/16 +f 163/19/16 138/8/6 162/18/16 +f 164/20/16 138/8/6 163/19/16 +f 164/20/16 148/1/6 138/8/6 +f 165/21/16 148/1/6 164/20/16 +f 148/1/6 165/21/16 143/1/16 +f 166/21/16 143/1/16 165/21/16 +f 159/17/16 143/1/16 166/21/16 +f 159/17/16 167/19/16 160/18/16 +f 159/17/16 166/21/16 168/20/16 +f 159/17/16 168/20/16 167/19/16 +f 171/23/17 170/22/18 169/22/17 +f 170/22/18 171/23/17 172/23/18 +f 169/22/19 170/22/20 171/23/19 +f 172/23/20 171/23/19 170/22/20 +f 175/23/19 174/22/20 173/22/19 +f 174/22/20 175/23/19 176/23/20 +f 173/22/17 174/22/18 175/23/17 +f 176/23/18 175/23/17 174/22/18 +f 179/23/22 178/22/21 177/23/21 +f 178/22/21 179/23/22 180/22/22 +f 177/23/24 178/22/24 179/23/23 +f 180/22/23 179/23/23 178/22/24 +f 183/22/24 182/23/23 181/22/23 +f 182/23/23 183/22/24 184/23/24 +f 181/22/22 182/23/22 183/22/21 +f 184/23/21 183/22/21 182/23/22 +f 176/23/20 183/22/24 174/22/20 +f 183/22/24 176/23/20 184/23/24 +f 174/22/18 183/22/21 176/23/18 +f 184/23/21 176/23/18 183/22/21 +f 172/23/18 178/22/21 170/22/18 +f 178/22/21 172/23/18 177/23/21 +f 170/22/20 178/22/24 172/23/20 +f 177/23/24 172/23/20 178/22/24 +f 179/23/22 173/22/19 180/22/22 +f 173/22/19 179/23/22 175/23/19 +f 180/22/23 173/22/17 179/23/23 +f 175/23/17 179/23/23 173/22/17 +f 182/23/23 169/22/17 181/22/23 +f 169/22/17 182/23/23 171/23/17 +f 181/22/22 169/22/19 182/23/22 +f 171/23/19 182/23/22 169/22/19 +f 172/23/25 179/23/25 177/23/25 +f 179/23/25 172/23/25 175/23/25 +f 175/23/25 172/23/25 171/23/25 +f 175/23/25 171/23/25 176/23/25 +f 176/23/25 171/23/25 182/23/25 +f 176/23/25 182/23/25 184/23/25 +f 177/23/26 179/23/26 172/23/26 +f 175/23/26 172/23/26 179/23/26 +f 171/23/26 172/23/26 175/23/26 +f 176/23/26 171/23/26 175/23/26 +f 182/23/26 171/23/26 176/23/26 +f 184/23/26 182/23/26 176/23/26 +f 173/22/26 178/22/26 180/22/26 +f 178/22/26 173/22/26 170/22/26 +f 170/22/26 173/22/26 174/22/26 +f 170/22/26 174/22/26 169/22/26 +f 169/22/26 174/22/26 183/22/26 +f 169/22/26 183/22/26 181/22/26 +f 180/22/25 178/22/25 173/22/25 +f 170/22/25 173/22/25 178/22/25 +f 174/22/25 173/22/25 170/22/25 +f 169/22/25 174/22/25 170/22/25 +f 183/22/25 174/22/25 169/22/25 +f 181/22/25 183/22/25 169/22/25 +f 187/23/27 186/22/28 185/22/27 +f 186/22/28 187/23/27 188/23/28 +f 185/22/29 186/22/30 187/23/29 +f 188/23/30 187/23/29 186/22/30 +f 191/23/29 190/22/30 189/22/29 +f 190/22/30 191/23/29 192/23/30 +f 189/22/27 190/22/28 191/23/27 +f 192/23/28 191/23/27 190/22/28 +f 195/23/32 194/22/31 193/23/31 +f 194/22/31 195/23/32 196/22/32 +f 193/23/34 194/22/34 195/23/33 +f 196/22/33 195/23/33 194/22/34 +f 199/22/34 198/23/33 197/22/33 +f 198/23/33 199/22/34 200/23/34 +f 197/22/32 198/23/32 199/22/31 +f 200/23/31 199/22/31 198/23/32 +f 192/23/30 199/22/34 190/22/30 +f 199/22/34 192/23/30 200/23/34 +f 190/22/28 199/22/31 192/23/28 +f 200/23/31 192/23/28 199/22/31 +f 188/23/28 194/22/31 186/22/28 +f 194/22/31 188/23/28 193/23/31 +f 186/22/30 194/22/34 188/23/30 +f 193/23/34 188/23/30 194/22/34 +f 195/23/32 189/22/29 196/22/32 +f 189/22/29 195/23/32 191/23/29 +f 196/22/33 189/22/27 195/23/33 +f 191/23/27 195/23/33 189/22/27 +f 198/23/33 185/22/27 197/22/33 +f 185/22/27 198/23/33 187/23/27 +f 197/22/32 185/22/29 198/23/32 +f 187/23/29 198/23/32 185/22/29 +f 188/23/35 195/23/35 193/23/35 +f 195/23/35 188/23/35 191/23/35 +f 191/23/35 188/23/35 187/23/35 +f 191/23/35 187/23/35 192/23/35 +f 192/23/35 187/23/35 198/23/35 +f 192/23/35 198/23/35 200/23/35 +f 193/23/36 195/23/36 188/23/36 +f 191/23/36 188/23/36 195/23/36 +f 187/23/36 188/23/36 191/23/36 +f 192/23/36 187/23/36 191/23/36 +f 198/23/36 187/23/36 192/23/36 +f 200/23/36 198/23/36 192/23/36 +f 189/22/36 194/22/36 196/22/36 +f 194/22/36 189/22/36 186/22/36 +f 186/22/36 189/22/36 190/22/36 +f 186/22/36 190/22/36 185/22/36 +f 185/22/36 190/22/36 199/22/36 +f 185/22/36 199/22/36 197/22/36 +f 196/22/35 194/22/35 189/22/35 +f 186/22/35 189/22/35 194/22/35 +f 190/22/35 189/22/35 186/22/35 +f 185/22/35 190/22/35 186/22/35 +f 199/22/35 190/22/35 185/22/35 +f 197/22/35 199/22/35 185/22/35 +f 203/23/27 202/22/28 201/22/27 +f 202/22/28 203/23/27 204/23/28 +f 201/22/29 202/22/30 203/23/29 +f 204/23/30 203/23/29 202/22/30 +f 207/23/29 206/22/30 205/22/29 +f 206/22/30 207/23/29 208/23/30 +f 205/22/27 206/22/28 207/23/27 +f 208/23/28 207/23/27 206/22/28 +f 211/23/32 210/22/31 209/23/31 +f 210/22/31 211/23/32 212/22/32 +f 209/23/34 210/22/34 211/23/33 +f 212/22/33 211/23/33 210/22/34 +f 215/22/34 214/23/33 213/22/33 +f 214/23/33 215/22/34 216/23/34 +f 213/22/32 214/23/32 215/22/31 +f 216/23/31 215/22/31 214/23/32 +f 208/23/30 215/22/34 206/22/30 +f 215/22/34 208/23/30 216/23/34 +f 206/22/28 215/22/31 208/23/28 +f 216/23/31 208/23/28 215/22/31 +f 204/23/28 210/22/31 202/22/28 +f 210/22/31 204/23/28 209/23/31 +f 202/22/30 210/22/34 204/23/30 +f 209/23/34 204/23/30 210/22/34 +f 211/23/32 205/22/29 212/22/32 +f 205/22/29 211/23/32 207/23/29 +f 212/22/33 205/22/27 211/23/33 +f 207/23/27 211/23/33 205/22/27 +f 214/23/33 201/22/27 213/22/33 +f 201/22/27 214/23/33 203/23/27 +f 213/22/32 201/22/29 214/23/32 +f 203/23/29 214/23/32 201/22/29 +f 204/23/35 211/23/35 209/23/35 +f 211/23/35 204/23/35 207/23/35 +f 207/23/35 204/23/35 203/23/35 +f 207/23/35 203/23/35 208/23/35 +f 208/23/35 203/23/35 214/23/35 +f 208/23/35 214/23/35 216/23/35 +f 209/23/36 211/23/36 204/23/36 +f 207/23/36 204/23/36 211/23/36 +f 203/23/36 204/23/36 207/23/36 +f 208/23/36 203/23/36 207/23/36 +f 214/23/36 203/23/36 208/23/36 +f 216/23/36 214/23/36 208/23/36 +f 205/22/36 210/22/36 212/22/36 +f 210/22/36 205/22/36 202/22/36 +f 202/22/36 205/22/36 206/22/36 +f 202/22/36 206/22/36 201/22/36 +f 201/22/36 206/22/36 215/22/36 +f 201/22/36 215/22/36 213/22/36 +f 212/22/35 210/22/35 205/22/35 +f 202/22/35 205/22/35 210/22/35 +f 206/22/35 205/22/35 202/22/35 +f 201/22/35 206/22/35 202/22/35 +f 215/22/35 206/22/35 201/22/35 +f 213/22/35 215/22/35 201/22/35 +f 223/9/37 225/1/37 226/9/37 +f 225/1/37 223/9/37 221/1/37 +f 226/9/38 225/1/38 223/9/38 +f 221/1/38 223/9/38 225/1/38 +f 226/9/11 224/9/11 223/9/11 +f 226/9/11 217/9/11 224/9/11 +f 217/9/11 226/9/11 219/9/11 +f 223/9/12 224/9/12 226/9/12 +f 224/9/12 217/9/12 226/9/12 +f 219/9/12 226/9/12 217/9/12 +f 222/1/12 225/1/12 221/1/12 +f 218/1/12 225/1/12 222/1/12 +f 225/1/12 218/1/12 220/1/12 +f 221/1/11 225/1/11 222/1/11 +f 222/1/11 225/1/11 218/1/11 +f 220/1/11 218/1/11 225/1/11 +f 218/1/44 224/9/42 217/9/44 +f 224/9/42 218/1/44 222/1/42 +f 217/9/43 224/9/40 218/1/43 +f 222/1/40 218/1/43 224/9/40 +f 225/1/40 219/9/40 226/9/40 +f 219/9/40 225/1/40 220/1/40 +f 226/9/42 219/9/42 225/1/42 +f 220/1/42 225/1/42 219/9/42 +f 222/1/42 223/9/41 224/9/42 +f 223/9/41 222/1/42 221/1/41 +f 224/9/40 223/9/39 222/1/40 +f 221/1/39 222/1/40 223/9/39 +f 218/1/38 219/9/38 220/1/38 +f 219/9/38 218/1/38 217/9/38 +f 220/1/37 219/9/37 218/1/37 +f 217/9/37 218/1/37 219/9/37 +f 259/19/48 260/20/48 251/17/48 +f 260/20/48 258/21/48 251/17/48 +f 252/18/48 259/19/48 251/17/48 +f 258/21/48 235/1/48 251/17/48 +f 257/21/48 235/1/48 258/21/48 +f 235/1/48 257/21/48 240/1/40 +f 256/20/48 240/1/40 257/21/48 +f 230/8/40 240/1/40 256/20/48 +f 255/19/48 230/8/40 256/20/48 +f 254/18/48 230/8/40 255/19/48 +f 252/18/48 230/8/40 254/18/48 +f 253/17/48 252/18/48 251/17/48 +f 253/17/48 250/14/48 252/18/48 +f 250/14/48 230/8/40 252/18/48 +f 251/17/48 235/1/48 245/14/48 +f 249/15/48 230/8/40 250/14/48 +f 248/16/48 230/8/40 249/15/48 +f 229/8/48 245/14/48 235/1/48 +f 247/16/48 230/8/40 248/16/48 +f 230/8/40 247/16/48 229/8/48 +f 247/16/48 246/15/48 229/8/48 +f 246/15/48 245/14/48 229/8/48 +f 243/13/47 231/8/47 244/11/47 +f 244/11/47 231/8/47 242/10/47 +f 239/13/47 231/8/47 243/13/47 +f 231/8/47 234/1/47 242/10/47 +f 231/8/47 239/13/47 230/8/40 +f 242/10/47 234/1/47 241/12/47 +f 240/1/40 241/12/47 234/1/47 +f 241/12/47 240/1/40 238/12/47 +f 230/8/40 238/12/47 240/1/40 +f 236/10/47 238/12/47 230/8/40 +f 239/13/47 237/11/47 230/8/40 +f 237/11/47 236/10/47 230/8/40 +f 251/17/46 260/20/46 259/19/46 +f 251/17/46 258/21/46 260/20/46 +f 251/17/46 259/19/46 252/18/46 +f 251/17/46 235/1/46 258/21/46 +f 258/21/46 235/1/46 257/21/46 +f 240/1/42 257/21/46 235/1/46 +f 257/21/46 240/1/42 256/20/46 +f 256/20/46 240/1/42 230/8/42 +f 256/20/46 230/8/42 255/19/46 +f 255/19/46 230/8/42 254/18/46 +f 254/18/46 230/8/42 252/18/46 +f 251/17/46 252/18/46 253/17/46 +f 252/18/46 250/14/46 253/17/46 +f 252/18/46 230/8/42 250/14/46 +f 245/14/46 235/1/46 251/17/46 +f 250/14/46 230/8/42 249/15/46 +f 249/15/46 230/8/42 248/16/46 +f 235/1/46 245/14/46 229/8/46 +f 248/16/46 230/8/42 247/16/46 +f 229/8/46 247/16/46 230/8/42 +f 229/8/46 246/15/46 247/16/46 +f 229/8/46 245/14/46 246/15/46 +f 244/11/45 231/8/45 243/13/45 +f 242/10/45 231/8/45 244/11/45 +f 243/13/45 231/8/45 239/13/45 +f 242/10/45 234/1/45 231/8/45 +f 230/8/42 239/13/45 231/8/45 +f 241/12/45 234/1/45 242/10/45 +f 234/1/45 241/12/45 240/1/42 +f 238/12/45 240/1/42 241/12/45 +f 240/1/42 238/12/45 230/8/42 +f 230/8/42 237/11/45 239/13/45 +f 230/8/42 238/12/45 236/10/45 +f 230/8/42 236/10/45 237/11/45 +f 235/1/38 227/8/38 232/1/38 +f 227/8/38 235/1/38 229/8/38 +f 232/1/37 227/8/37 235/1/37 +f 229/8/37 235/1/37 227/8/37 +f 231/8/37 233/1/37 228/8/37 +f 233/1/37 231/8/37 234/1/37 +f 228/8/38 233/1/38 231/8/38 +f 234/1/38 231/8/38 233/1/38 +f 233/1/40 227/8/40 228/8/40 +f 227/8/40 233/1/40 232/1/40 +f 228/8/42 227/8/42 233/1/42 +f 232/1/42 233/1/42 227/8/42 +f 228/8/11 230/8/11 231/8/11 +f 228/8/11 229/8/11 230/8/11 +f 229/8/11 228/8/11 227/8/11 +f 231/8/12 230/8/12 228/8/12 +f 230/8/12 229/8/12 228/8/12 +f 227/8/12 228/8/12 229/8/12 +f 261/22/57 275/22/57 273/22/57 +f 261/22/57 266/22/57 275/22/57 +f 262/22/57 266/22/57 261/22/57 +f 262/22/57 265/22/57 266/22/57 +f 270/22/57 265/22/57 262/22/57 +f 265/22/57 270/22/57 272/22/57 +f 273/22/58 275/22/58 261/22/58 +f 275/22/58 266/22/58 261/22/58 +f 261/22/58 266/22/58 262/22/58 +f 266/22/58 265/22/58 262/22/58 +f 262/22/58 265/22/58 270/22/58 +f 272/22/58 270/22/58 265/22/58 +f 268/23/58 274/23/58 276/23/58 +f 268/23/58 263/23/58 274/23/58 +f 267/23/58 263/23/58 268/23/58 +f 267/23/58 264/23/58 263/23/58 +f 271/23/58 264/23/58 267/23/58 +f 264/23/58 271/23/58 269/23/58 +f 276/23/57 274/23/57 268/23/57 +f 274/23/57 263/23/57 268/23/57 +f 268/23/57 263/23/57 267/23/57 +f 263/23/57 264/23/57 267/23/57 +f 267/23/57 264/23/57 271/23/57 +f 269/23/57 271/23/57 264/23/57 +f 261/22/51 274/23/54 263/23/51 +f 274/23/54 261/22/51 273/22/54 +f 263/23/49 274/23/55 261/22/49 +f 273/22/55 261/22/49 274/23/55 +f 265/22/49 271/23/55 267/23/49 +f 271/23/55 265/22/49 272/22/55 +f 267/23/51 271/23/54 265/22/51 +f 272/22/54 265/22/51 271/23/54 +f 270/22/56 264/23/52 269/23/56 +f 264/23/52 270/22/56 262/22/52 +f 269/23/53 264/23/50 270/22/53 +f 262/22/50 270/22/53 264/23/50 +f 275/22/53 268/23/50 276/23/53 +f 268/23/50 275/22/53 266/22/50 +f 276/23/56 268/23/52 275/22/56 +f 266/22/52 275/22/56 268/23/52 +f 274/23/54 275/22/53 276/23/53 +f 275/22/53 274/23/54 273/22/54 +f 276/23/56 275/22/56 274/23/55 +f 273/22/55 274/23/55 275/22/56 +f 270/22/56 271/23/55 272/22/55 +f 271/23/55 270/22/56 269/23/56 +f 272/22/54 271/23/54 270/22/53 +f 269/23/53 270/22/53 271/23/54 +f 266/22/50 267/23/49 268/23/50 +f 267/23/49 266/22/50 265/22/49 +f 268/23/52 267/23/51 266/22/52 +f 265/22/51 266/22/52 267/23/51 +f 262/22/52 263/23/51 264/23/52 +f 263/23/51 262/22/52 261/22/51 +f 264/23/50 263/23/49 262/22/50 +f 261/22/49 262/22/50 263/23/49 +f 277/22/67 291/22/67 289/22/67 +f 277/22/67 282/22/67 291/22/67 +f 278/22/67 282/22/67 277/22/67 +f 278/22/67 281/22/67 282/22/67 +f 286/22/67 281/22/67 278/22/67 +f 281/22/67 286/22/67 288/22/67 +f 289/22/68 291/22/68 277/22/68 +f 291/22/68 282/22/68 277/22/68 +f 277/22/68 282/22/68 278/22/68 +f 282/22/68 281/22/68 278/22/68 +f 278/22/68 281/22/68 286/22/68 +f 288/22/68 286/22/68 281/22/68 +f 284/23/68 290/23/68 292/23/68 +f 284/23/68 279/23/68 290/23/68 +f 283/23/68 279/23/68 284/23/68 +f 283/23/68 280/23/68 279/23/68 +f 287/23/68 280/23/68 283/23/68 +f 280/23/68 287/23/68 285/23/68 +f 292/23/67 290/23/67 284/23/67 +f 290/23/67 279/23/67 284/23/67 +f 284/23/67 279/23/67 283/23/67 +f 279/23/67 280/23/67 283/23/67 +f 283/23/67 280/23/67 287/23/67 +f 285/23/67 287/23/67 280/23/67 +f 277/22/61 290/23/64 279/23/61 +f 290/23/64 277/22/61 289/22/64 +f 279/23/59 290/23/65 277/22/59 +f 289/22/65 277/22/59 290/23/65 +f 281/22/59 287/23/65 283/23/59 +f 287/23/65 281/22/59 288/22/65 +f 283/23/61 287/23/64 281/22/61 +f 288/22/64 281/22/61 287/23/64 +f 286/22/66 280/23/62 285/23/66 +f 280/23/62 286/22/66 278/22/62 +f 285/23/63 280/23/60 286/22/63 +f 278/22/60 286/22/63 280/23/60 +f 291/22/63 284/23/60 292/23/63 +f 284/23/60 291/22/63 282/22/60 +f 292/23/66 284/23/62 291/22/66 +f 282/22/62 291/22/66 284/23/62 +f 290/23/64 291/22/63 292/23/63 +f 291/22/63 290/23/64 289/22/64 +f 292/23/66 291/22/66 290/23/65 +f 289/22/65 290/23/65 291/22/66 +f 286/22/66 287/23/65 288/22/65 +f 287/23/65 286/22/66 285/23/66 +f 288/22/64 287/23/64 286/22/63 +f 285/23/63 286/22/63 287/23/64 +f 282/22/60 283/23/59 284/23/60 +f 283/23/59 282/22/60 281/22/59 +f 284/23/62 283/23/61 282/22/62 +f 281/22/61 282/22/62 283/23/61 +f 278/22/62 279/23/61 280/23/62 +f 279/23/61 278/22/62 277/22/61 +f 280/23/60 279/23/59 278/22/60 +f 277/22/59 278/22/60 279/23/59 +f 293/22/67 307/22/67 305/22/67 +f 293/22/67 298/22/67 307/22/67 +f 294/22/67 298/22/67 293/22/67 +f 294/22/67 297/22/67 298/22/67 +f 302/22/67 297/22/67 294/22/67 +f 297/22/67 302/22/67 304/22/67 +f 305/22/68 307/22/68 293/22/68 +f 307/22/68 298/22/68 293/22/68 +f 293/22/68 298/22/68 294/22/68 +f 298/22/68 297/22/68 294/22/68 +f 294/22/68 297/22/68 302/22/68 +f 304/22/68 302/22/68 297/22/68 +f 300/23/68 306/23/68 308/23/68 +f 300/23/68 295/23/68 306/23/68 +f 299/23/68 295/23/68 300/23/68 +f 299/23/68 296/23/68 295/23/68 +f 303/23/68 296/23/68 299/23/68 +f 296/23/68 303/23/68 301/23/68 +f 308/23/67 306/23/67 300/23/67 +f 306/23/67 295/23/67 300/23/67 +f 300/23/67 295/23/67 299/23/67 +f 295/23/67 296/23/67 299/23/67 +f 299/23/67 296/23/67 303/23/67 +f 301/23/67 303/23/67 296/23/67 +f 293/22/61 306/23/64 295/23/61 +f 306/23/64 293/22/61 305/22/64 +f 295/23/59 306/23/65 293/22/59 +f 305/22/65 293/22/59 306/23/65 +f 297/22/59 303/23/65 299/23/59 +f 303/23/65 297/22/59 304/22/65 +f 299/23/61 303/23/64 297/22/61 +f 304/22/64 297/22/61 303/23/64 +f 302/22/66 296/23/62 301/23/66 +f 296/23/62 302/22/66 294/22/62 +f 301/23/63 296/23/60 302/22/63 +f 294/22/60 302/22/63 296/23/60 +f 307/22/63 300/23/60 308/23/63 +f 300/23/60 307/22/63 298/22/60 +f 308/23/66 300/23/62 307/22/66 +f 298/22/62 307/22/66 300/23/62 +f 306/23/64 307/22/63 308/23/63 +f 307/22/63 306/23/64 305/22/64 +f 308/23/66 307/22/66 306/23/65 +f 305/22/65 306/23/65 307/22/66 +f 302/22/66 303/23/65 304/22/65 +f 303/23/65 302/22/66 301/23/66 +f 304/22/64 303/23/64 302/22/63 +f 301/23/63 302/22/63 303/23/64 +f 298/22/60 299/23/59 300/23/60 +f 299/23/59 298/22/60 297/22/59 +f 300/23/62 299/23/61 298/22/62 +f 297/22/61 298/22/62 299/23/61 +f 294/22/62 295/23/61 296/23/62 +f 295/23/61 294/22/62 293/22/61 +f 296/23/60 295/23/59 294/22/60 +f 293/22/59 294/22/60 295/23/59 +f 315/9/37 317/1/37 318/9/37 +f 317/1/37 315/9/37 313/1/37 +f 318/9/38 317/1/38 315/9/38 +f 313/1/38 315/9/38 317/1/38 +f 318/9/11 316/9/11 315/9/11 +f 318/9/11 309/9/11 316/9/11 +f 309/9/11 318/9/11 311/9/11 +f 315/9/12 316/9/12 318/9/12 +f 316/9/12 309/9/12 318/9/12 +f 311/9/12 318/9/12 309/9/12 +f 314/1/12 317/1/12 313/1/12 +f 310/1/12 317/1/12 314/1/12 +f 317/1/12 310/1/12 312/1/12 +f 313/1/11 317/1/11 314/1/11 +f 314/1/11 317/1/11 310/1/11 +f 312/1/11 310/1/11 317/1/11 +f 310/1/44 316/9/42 309/9/44 +f 316/9/42 310/1/44 314/1/42 +f 309/9/43 316/9/40 310/1/43 +f 314/1/40 310/1/43 316/9/40 +f 317/1/40 311/9/40 318/9/40 +f 311/9/40 317/1/40 312/1/40 +f 318/9/42 311/9/42 317/1/42 +f 312/1/42 317/1/42 311/9/42 +f 314/1/42 315/9/41 316/9/42 +f 315/9/41 314/1/42 313/1/41 +f 316/9/40 315/9/39 314/1/40 +f 313/1/39 314/1/40 315/9/39 +f 310/1/38 311/9/38 312/1/38 +f 311/9/38 310/1/38 309/9/38 +f 312/1/37 311/9/37 310/1/37 +f 309/9/37 310/1/37 311/9/37 +f 351/19/48 352/20/48 343/17/48 +f 352/20/48 350/21/48 343/17/48 +f 344/18/48 351/19/48 343/17/48 +f 350/21/48 327/1/48 343/17/48 +f 349/21/48 327/1/48 350/21/48 +f 327/1/48 349/21/48 332/1/40 +f 348/20/48 332/1/40 349/21/48 +f 322/8/40 332/1/40 348/20/48 +f 347/19/48 322/8/40 348/20/48 +f 346/18/48 322/8/40 347/19/48 +f 344/18/48 322/8/40 346/18/48 +f 345/17/48 344/18/48 343/17/48 +f 345/17/48 342/14/48 344/18/48 +f 342/14/48 322/8/40 344/18/48 +f 343/17/48 327/1/48 337/14/48 +f 341/15/48 322/8/40 342/14/48 +f 340/16/48 322/8/40 341/15/48 +f 321/8/48 337/14/48 327/1/48 +f 339/16/48 322/8/40 340/16/48 +f 322/8/40 339/16/48 321/8/48 +f 339/16/48 338/15/48 321/8/48 +f 338/15/48 337/14/48 321/8/48 +f 335/13/47 323/8/47 336/11/47 +f 336/11/47 323/8/47 334/10/47 +f 331/13/47 323/8/47 335/13/47 +f 323/8/47 326/1/47 334/10/47 +f 323/8/47 331/13/47 322/8/40 +f 334/10/47 326/1/47 333/12/47 +f 332/1/40 333/12/47 326/1/47 +f 333/12/47 332/1/40 330/12/47 +f 322/8/40 330/12/47 332/1/40 +f 328/10/47 330/12/47 322/8/40 +f 331/13/47 329/11/47 322/8/40 +f 329/11/47 328/10/47 322/8/40 +f 343/17/46 352/20/46 351/19/46 +f 343/17/46 350/21/46 352/20/46 +f 343/17/46 351/19/46 344/18/46 +f 343/17/46 327/1/46 350/21/46 +f 350/21/46 327/1/46 349/21/46 +f 332/1/42 349/21/46 327/1/46 +f 349/21/46 332/1/42 348/20/46 +f 348/20/46 332/1/42 322/8/42 +f 348/20/46 322/8/42 347/19/46 +f 347/19/46 322/8/42 346/18/46 +f 346/18/46 322/8/42 344/18/46 +f 343/17/46 344/18/46 345/17/46 +f 344/18/46 342/14/46 345/17/46 +f 344/18/46 322/8/42 342/14/46 +f 337/14/46 327/1/46 343/17/46 +f 342/14/46 322/8/42 341/15/46 +f 341/15/46 322/8/42 340/16/46 +f 327/1/46 337/14/46 321/8/46 +f 340/16/46 322/8/42 339/16/46 +f 321/8/46 339/16/46 322/8/42 +f 321/8/46 338/15/46 339/16/46 +f 321/8/46 337/14/46 338/15/46 +f 336/11/45 323/8/45 335/13/45 +f 334/10/45 323/8/45 336/11/45 +f 335/13/45 323/8/45 331/13/45 +f 334/10/45 326/1/45 323/8/45 +f 322/8/42 331/13/45 323/8/45 +f 333/12/45 326/1/45 334/10/45 +f 326/1/45 333/12/45 332/1/42 +f 330/12/45 332/1/42 333/12/45 +f 332/1/42 330/12/45 322/8/42 +f 322/8/42 329/11/45 331/13/45 +f 322/8/42 330/12/45 328/10/45 +f 322/8/42 328/10/45 329/11/45 +f 327/1/38 319/8/38 324/1/38 +f 319/8/38 327/1/38 321/8/38 +f 324/1/37 319/8/37 327/1/37 +f 321/8/37 327/1/37 319/8/37 +f 323/8/37 325/1/37 320/8/37 +f 325/1/37 323/8/37 326/1/37 +f 320/8/38 325/1/38 323/8/38 +f 326/1/38 323/8/38 325/1/38 +f 325/1/40 319/8/40 320/8/40 +f 319/8/40 325/1/40 324/1/40 +f 320/8/42 319/8/42 325/1/42 +f 324/1/42 325/1/42 319/8/42 +f 320/8/11 322/8/11 323/8/11 +f 320/8/11 321/8/11 322/8/11 +f 321/8/11 320/8/11 319/8/11 +f 323/8/12 322/8/12 320/8/12 +f 322/8/12 321/8/12 320/8/12 +f 319/8/12 320/8/12 321/8/12 +f 353/22/57 367/22/57 365/22/57 +f 353/22/57 358/22/57 367/22/57 +f 354/22/57 358/22/57 353/22/57 +f 354/22/57 357/22/57 358/22/57 +f 362/22/57 357/22/57 354/22/57 +f 357/22/57 362/22/57 364/22/57 +f 365/22/58 367/22/58 353/22/58 +f 367/22/58 358/22/58 353/22/58 +f 353/22/58 358/22/58 354/22/58 +f 358/22/58 357/22/58 354/22/58 +f 354/22/58 357/22/58 362/22/58 +f 364/22/58 362/22/58 357/22/58 +f 360/23/58 366/23/58 368/23/58 +f 360/23/58 355/23/58 366/23/58 +f 359/23/58 355/23/58 360/23/58 +f 359/23/58 356/23/58 355/23/58 +f 363/23/58 356/23/58 359/23/58 +f 356/23/58 363/23/58 361/23/58 +f 368/23/57 366/23/57 360/23/57 +f 366/23/57 355/23/57 360/23/57 +f 360/23/57 355/23/57 359/23/57 +f 355/23/57 356/23/57 359/23/57 +f 359/23/57 356/23/57 363/23/57 +f 361/23/57 363/23/57 356/23/57 +f 353/22/51 366/23/54 355/23/51 +f 366/23/54 353/22/51 365/22/54 +f 355/23/49 366/23/55 353/22/49 +f 365/22/55 353/22/49 366/23/55 +f 357/22/49 363/23/55 359/23/49 +f 363/23/55 357/22/49 364/22/55 +f 359/23/51 363/23/54 357/22/51 +f 364/22/54 357/22/51 363/23/54 +f 362/22/56 356/23/52 361/23/56 +f 356/23/52 362/22/56 354/22/52 +f 361/23/53 356/23/50 362/22/53 +f 354/22/50 362/22/53 356/23/50 +f 367/22/53 360/23/50 368/23/53 +f 360/23/50 367/22/53 358/22/50 +f 368/23/56 360/23/52 367/22/56 +f 358/22/52 367/22/56 360/23/52 +f 366/23/54 367/22/53 368/23/53 +f 367/22/53 366/23/54 365/22/54 +f 368/23/56 367/22/56 366/23/55 +f 365/22/55 366/23/55 367/22/56 +f 362/22/56 363/23/55 364/22/55 +f 363/23/55 362/22/56 361/23/56 +f 364/22/54 363/23/54 362/22/53 +f 361/23/53 362/22/53 363/23/54 +f 358/22/50 359/23/49 360/23/50 +f 359/23/49 358/22/50 357/22/49 +f 360/23/52 359/23/51 358/22/52 +f 357/22/51 358/22/52 359/23/51 +f 354/22/52 355/23/51 356/23/52 +f 355/23/51 354/22/52 353/22/51 +f 356/23/50 355/23/49 354/22/50 +f 353/22/49 354/22/50 355/23/49 +f 369/22/67 383/22/67 381/22/67 +f 369/22/67 374/22/67 383/22/67 +f 370/22/67 374/22/67 369/22/67 +f 370/22/67 373/22/67 374/22/67 +f 378/22/67 373/22/67 370/22/67 +f 373/22/67 378/22/67 380/22/67 +f 381/22/68 383/22/68 369/22/68 +f 383/22/68 374/22/68 369/22/68 +f 369/22/68 374/22/68 370/22/68 +f 374/22/68 373/22/68 370/22/68 +f 370/22/68 373/22/68 378/22/68 +f 380/22/68 378/22/68 373/22/68 +f 376/23/68 382/23/68 384/23/68 +f 376/23/68 371/23/68 382/23/68 +f 375/23/68 371/23/68 376/23/68 +f 375/23/68 372/23/68 371/23/68 +f 379/23/68 372/23/68 375/23/68 +f 372/23/68 379/23/68 377/23/68 +f 384/23/67 382/23/67 376/23/67 +f 382/23/67 371/23/67 376/23/67 +f 376/23/67 371/23/67 375/23/67 +f 371/23/67 372/23/67 375/23/67 +f 375/23/67 372/23/67 379/23/67 +f 377/23/67 379/23/67 372/23/67 +f 369/22/61 382/23/64 371/23/61 +f 382/23/64 369/22/61 381/22/64 +f 371/23/59 382/23/65 369/22/59 +f 381/22/65 369/22/59 382/23/65 +f 373/22/59 379/23/65 375/23/59 +f 379/23/65 373/22/59 380/22/65 +f 375/23/61 379/23/64 373/22/61 +f 380/22/64 373/22/61 379/23/64 +f 378/22/66 372/23/62 377/23/66 +f 372/23/62 378/22/66 370/22/62 +f 377/23/63 372/23/60 378/22/63 +f 370/22/60 378/22/63 372/23/60 +f 383/22/63 376/23/60 384/23/63 +f 376/23/60 383/22/63 374/22/60 +f 384/23/66 376/23/62 383/22/66 +f 374/22/62 383/22/66 376/23/62 +f 382/23/64 383/22/63 384/23/63 +f 383/22/63 382/23/64 381/22/64 +f 384/23/66 383/22/66 382/23/65 +f 381/22/65 382/23/65 383/22/66 +f 378/22/66 379/23/65 380/22/65 +f 379/23/65 378/22/66 377/23/66 +f 380/22/64 379/23/64 378/22/63 +f 377/23/63 378/22/63 379/23/64 +f 374/22/60 375/23/59 376/23/60 +f 375/23/59 374/22/60 373/22/59 +f 376/23/62 375/23/61 374/22/62 +f 373/22/61 374/22/62 375/23/61 +f 370/22/62 371/23/61 372/23/62 +f 371/23/61 370/22/62 369/22/61 +f 372/23/60 371/23/59 370/22/60 +f 369/22/59 370/22/60 371/23/59 +f 385/22/67 399/22/67 397/22/67 +f 385/22/67 390/22/67 399/22/67 +f 386/22/67 390/22/67 385/22/67 +f 386/22/67 389/22/67 390/22/67 +f 394/22/67 389/22/67 386/22/67 +f 389/22/67 394/22/67 396/22/67 +f 397/22/68 399/22/68 385/22/68 +f 399/22/68 390/22/68 385/22/68 +f 385/22/68 390/22/68 386/22/68 +f 390/22/68 389/22/68 386/22/68 +f 386/22/68 389/22/68 394/22/68 +f 396/22/68 394/22/68 389/22/68 +f 392/23/68 398/23/68 400/23/68 +f 392/23/68 387/23/68 398/23/68 +f 391/23/68 387/23/68 392/23/68 +f 391/23/68 388/23/68 387/23/68 +f 395/23/68 388/23/68 391/23/68 +f 388/23/68 395/23/68 393/23/68 +f 400/23/67 398/23/67 392/23/67 +f 398/23/67 387/23/67 392/23/67 +f 392/23/67 387/23/67 391/23/67 +f 387/23/67 388/23/67 391/23/67 +f 391/23/67 388/23/67 395/23/67 +f 393/23/67 395/23/67 388/23/67 +f 385/22/61 398/23/64 387/23/61 +f 398/23/64 385/22/61 397/22/64 +f 387/23/59 398/23/65 385/22/59 +f 397/22/65 385/22/59 398/23/65 +f 389/22/59 395/23/65 391/23/59 +f 395/23/65 389/22/59 396/22/65 +f 391/23/61 395/23/64 389/22/61 +f 396/22/64 389/22/61 395/23/64 +f 394/22/66 388/23/62 393/23/66 +f 388/23/62 394/22/66 386/22/62 +f 393/23/63 388/23/60 394/22/63 +f 386/22/60 394/22/63 388/23/60 +f 399/22/63 392/23/60 400/23/63 +f 392/23/60 399/22/63 390/22/60 +f 400/23/66 392/23/62 399/22/66 +f 390/22/62 399/22/66 392/23/62 +f 398/23/64 399/22/63 400/23/63 +f 399/22/63 398/23/64 397/22/64 +f 400/23/66 399/22/66 398/23/65 +f 397/22/65 398/23/65 399/22/66 +f 394/22/66 395/23/65 396/22/65 +f 395/23/65 394/22/66 393/23/66 +f 396/22/64 395/23/64 394/22/63 +f 393/23/63 394/22/63 395/23/64 +f 390/22/60 391/23/59 392/23/60 +f 391/23/59 390/22/60 389/22/59 +f 392/23/62 391/23/61 390/22/62 +f 389/22/61 390/22/62 391/23/61 +f 386/22/62 387/23/61 388/23/62 +f 387/23/61 386/22/62 385/22/61 +f 388/23/60 387/23/59 386/22/60 +f 385/22/59 386/22/60 387/23/59 +f 419/33/16 418/30/16 45/24/16 +f 419/33/16 45/24/16 417/33/16 +f 416/31/16 45/24/16 418/30/16 +f 45/24/16 46/24/6 417/33/16 +f 402/25/69 45/24/16 416/31/16 +f 417/33/16 46/24/6 412/30/16 +f 402/25/69 412/30/16 46/24/6 +f 415/32/16 402/25/69 416/31/16 +f 414/32/16 402/25/69 415/32/16 +f 414/32/16 413/31/16 402/25/69 +f 413/31/16 412/30/16 402/25/69 +f 45/24/14 418/30/14 419/33/14 +f 417/33/14 45/24/14 419/33/14 +f 418/30/14 45/24/14 416/31/14 +f 417/33/14 46/24/8 45/24/14 +f 416/31/14 45/24/14 402/25/70 +f 412/30/14 46/24/8 417/33/14 +f 46/24/8 412/30/14 402/25/70 +f 416/31/14 402/25/70 415/32/14 +f 415/32/14 402/25/70 414/32/14 +f 402/25/70 413/31/14 414/32/14 +f 402/25/70 412/30/14 413/31/14 +f 43/24/72 402/25/72 45/24/72 +f 401/8/72 402/25/72 43/24/72 +f 402/25/72 401/8/72 408/8/72 +f 45/24/71 402/25/71 43/24/71 +f 43/24/71 402/25/71 401/8/71 +f 408/8/71 401/8/71 402/25/71 +f 47/24/3 401/8/3 44/24/3 +f 401/8/3 47/24/3 408/8/3 +f 44/24/4 401/8/4 47/24/4 +f 408/8/4 47/24/4 401/8/4 +f 409/29/13 408/8/13 411/29/13 +f 408/8/13 410/28/13 411/29/13 +f 406/28/13 408/8/13 409/29/13 +f 408/8/13 407/27/13 410/28/13 +f 406/28/13 402/25/70 408/8/13 +f 47/24/13 407/27/13 408/8/13 +f 404/27/13 402/25/70 406/28/13 +f 407/27/13 47/24/13 405/26/13 +f 403/26/13 402/25/70 404/27/13 +f 405/26/13 47/24/13 403/26/13 +f 47/24/13 402/25/70 403/26/13 +f 402/25/70 47/24/13 46/24/8 +f 411/29/15 410/28/15 408/8/15 +f 411/29/15 408/8/15 409/29/15 +f 410/28/15 407/27/15 408/8/15 +f 409/29/15 408/8/15 406/28/15 +f 408/8/15 407/27/15 47/24/15 +f 408/8/15 402/25/69 406/28/15 +f 405/26/15 47/24/15 407/27/15 +f 406/28/15 402/25/69 404/27/15 +f 403/26/15 47/24/15 405/26/15 +f 404/27/15 402/25/69 403/26/15 +f 403/26/15 402/25/69 47/24/15 +f 46/24/6 47/24/15 402/25/69 +f 401/8/6 43/24/6 44/24/6 +f 44/24/8 43/24/8 401/8/8 +f 420/22/25 434/22/25 432/22/25 +f 420/22/25 425/22/25 434/22/25 +f 421/22/25 425/22/25 420/22/25 +f 421/22/25 424/22/25 425/22/25 +f 429/22/25 424/22/25 421/22/25 +f 424/22/25 429/22/25 431/22/25 +f 432/22/26 434/22/26 420/22/26 +f 434/22/26 425/22/26 420/22/26 +f 420/22/26 425/22/26 421/22/26 +f 425/22/26 424/22/26 421/22/26 +f 421/22/26 424/22/26 429/22/26 +f 431/22/26 429/22/26 424/22/26 +f 427/23/26 433/23/26 435/23/26 +f 427/23/26 422/23/26 433/23/26 +f 426/23/26 422/23/26 427/23/26 +f 426/23/26 423/23/26 422/23/26 +f 430/23/26 423/23/26 426/23/26 +f 423/23/26 430/23/26 428/23/26 +f 435/23/25 433/23/25 427/23/25 +f 433/23/25 422/23/25 427/23/25 +f 427/23/25 422/23/25 426/23/25 +f 422/23/25 423/23/25 426/23/25 +f 426/23/25 423/23/25 430/23/25 +f 428/23/25 430/23/25 423/23/25 +f 420/22/20 433/23/24 422/23/20 +f 433/23/24 420/22/20 432/22/24 +f 422/23/18 433/23/21 420/22/18 +f 432/22/21 420/22/18 433/23/21 +f 424/22/18 430/23/21 426/23/18 +f 430/23/21 424/22/18 431/22/21 +f 426/23/20 430/23/24 424/22/20 +f 431/22/24 424/22/20 430/23/24 +f 429/22/22 423/23/19 428/23/22 +f 423/23/19 429/22/22 421/22/19 +f 428/23/23 423/23/17 429/22/23 +f 421/22/17 429/22/23 423/23/17 +f 434/22/23 427/23/17 435/23/23 +f 427/23/17 434/22/23 425/22/17 +f 435/23/22 427/23/19 434/22/22 +f 425/22/19 434/22/22 427/23/19 +f 433/23/24 434/22/23 435/23/23 +f 434/22/23 433/23/24 432/22/24 +f 435/23/22 434/22/22 433/23/21 +f 432/22/21 433/23/21 434/22/22 +f 429/22/22 430/23/21 431/22/21 +f 430/23/21 429/22/22 428/23/22 +f 431/22/24 430/23/24 429/22/23 +f 428/23/23 429/22/23 430/23/24 +f 425/22/17 426/23/18 427/23/17 +f 426/23/18 425/22/17 424/22/18 +f 427/23/19 426/23/20 425/22/19 +f 424/22/20 425/22/19 426/23/20 +f 421/22/19 422/23/20 423/23/19 +f 422/23/20 421/22/19 420/22/20 +f 423/23/17 422/23/18 421/22/17 +f 420/22/18 421/22/17 422/23/18 +f 436/22/35 416/22/35 418/22/35 +f 436/22/35 441/22/35 416/22/35 +f 437/22/35 441/22/35 436/22/35 +f 437/22/35 440/22/35 441/22/35 +f 445/22/35 440/22/35 437/22/35 +f 440/22/35 445/22/35 447/22/35 +f 418/22/36 416/22/36 436/22/36 +f 416/22/36 441/22/36 436/22/36 +f 436/22/36 441/22/36 437/22/36 +f 441/22/36 440/22/36 437/22/36 +f 437/22/36 440/22/36 445/22/36 +f 447/22/36 445/22/36 440/22/36 +f 443/23/36 448/23/36 449/23/36 +f 443/23/36 438/23/36 448/23/36 +f 442/23/36 438/23/36 443/23/36 +f 442/23/36 439/23/36 438/23/36 +f 446/23/36 439/23/36 442/23/36 +f 439/23/36 446/23/36 444/23/36 +f 449/23/35 448/23/35 443/23/35 +f 448/23/35 438/23/35 443/23/35 +f 443/23/35 438/23/35 442/23/35 +f 438/23/35 439/23/35 442/23/35 +f 442/23/35 439/23/35 446/23/35 +f 444/23/35 446/23/35 439/23/35 +f 436/22/30 448/23/34 438/23/30 +f 448/23/34 436/22/30 418/22/34 +f 438/23/28 448/23/31 436/22/28 +f 418/22/31 436/22/28 448/23/31 +f 440/22/28 446/23/31 442/23/28 +f 446/23/31 440/22/28 447/22/31 +f 442/23/30 446/23/34 440/22/30 +f 447/22/34 440/22/30 446/23/34 +f 445/22/32 439/23/29 444/23/32 +f 439/23/29 445/22/32 437/22/29 +f 444/23/33 439/23/27 445/22/33 +f 437/22/27 445/22/33 439/23/27 +f 416/22/33 443/23/27 449/23/33 +f 443/23/27 416/22/33 441/22/27 +f 449/23/32 443/23/29 416/22/32 +f 441/22/29 416/22/32 443/23/29 +f 448/23/34 416/22/33 449/23/33 +f 416/22/33 448/23/34 418/22/34 +f 449/23/32 416/22/32 448/23/31 +f 418/22/31 448/23/31 416/22/32 +f 445/22/32 446/23/31 447/22/31 +f 446/23/31 445/22/32 444/23/32 +f 447/22/34 446/23/34 445/22/33 +f 444/23/33 445/22/33 446/23/34 +f 441/22/27 442/23/28 443/23/27 +f 442/23/28 441/22/27 440/22/28 +f 443/23/29 442/23/30 441/22/29 +f 440/22/30 441/22/29 442/23/30 +f 437/22/29 438/23/30 439/23/29 +f 438/23/30 437/22/29 436/22/30 +f 439/23/27 438/23/28 437/22/27 +f 436/22/28 437/22/27 438/23/28 +f 450/8/42 319/24/42 320/24/42 +f 320/24/40 319/24/40 450/8/40 +f 451/25/73 323/24/47 322/24/40 +f 323/24/47 451/25/73 452/26/47 +f 452/26/47 451/25/73 453/27/47 +f 454/26/47 323/24/47 452/26/47 +f 453/27/47 451/25/73 455/28/47 +f 456/27/47 323/24/47 454/26/47 +f 455/28/47 451/25/73 457/8/47 +f 323/24/47 456/27/47 457/8/47 +f 455/28/47 457/8/47 458/29/47 +f 457/8/47 456/27/47 459/28/47 +f 458/29/47 457/8/47 460/29/47 +f 457/8/47 459/28/47 460/29/47 +f 322/24/42 323/24/45 451/25/74 +f 452/26/45 451/25/74 323/24/45 +f 452/26/45 323/24/45 454/26/45 +f 453/27/45 451/25/74 452/26/45 +f 454/26/45 323/24/45 456/27/45 +f 455/28/45 451/25/74 453/27/45 +f 457/8/45 456/27/45 323/24/45 +f 457/8/45 451/25/74 455/28/45 +f 459/28/45 456/27/45 457/8/45 +f 458/29/45 457/8/45 455/28/45 +f 460/29/45 459/28/45 457/8/45 +f 460/29/45 457/8/45 458/29/45 +f 450/8/38 323/24/38 457/8/38 +f 323/24/38 450/8/38 320/24/38 +f 457/8/37 323/24/37 450/8/37 +f 320/24/37 450/8/37 323/24/37 +f 451/25/75 450/8/75 457/8/75 +f 450/8/75 451/25/75 319/24/75 +f 319/24/75 451/25/75 321/24/75 +f 457/8/76 450/8/76 451/25/76 +f 319/24/76 451/25/76 450/8/76 +f 321/24/76 451/25/76 319/24/76 +f 462/31/46 461/30/46 451/25/74 +f 463/32/46 462/31/46 451/25/74 +f 463/32/46 451/25/74 464/32/46 +f 464/32/46 451/25/74 465/31/46 +f 451/25/74 461/30/46 322/24/42 +f 466/33/46 322/24/42 461/30/46 +f 451/25/74 321/24/46 465/31/46 +f 321/24/46 322/24/42 466/33/46 +f 465/31/46 321/24/46 467/30/46 +f 468/33/46 321/24/46 466/33/46 +f 468/33/46 467/30/46 321/24/46 +f 451/25/73 461/30/48 462/31/48 +f 451/25/73 462/31/48 463/32/48 +f 464/32/48 451/25/73 463/32/48 +f 465/31/48 451/25/73 464/32/48 +f 322/24/40 461/30/48 451/25/73 +f 461/30/48 322/24/40 466/33/48 +f 465/31/48 321/24/48 451/25/73 +f 466/33/48 322/24/40 321/24/48 +f 467/30/48 321/24/48 465/31/48 +f 466/33/48 321/24/48 468/33/48 +f 321/24/48 467/30/48 468/33/48 +f 471/23/50 470/22/49 469/22/50 +f 470/22/49 471/23/50 472/23/49 +f 469/22/52 470/22/51 471/23/52 +f 472/23/51 471/23/52 470/22/51 +f 475/23/52 474/22/51 473/22/52 +f 474/22/51 475/23/52 476/23/51 +f 473/22/50 474/22/49 475/23/50 +f 476/23/49 475/23/50 474/22/49 +f 479/23/56 478/22/55 477/23/55 +f 478/22/55 479/23/56 480/22/56 +f 477/23/54 478/22/54 479/23/53 +f 480/22/53 479/23/53 478/22/54 +f 483/22/54 482/23/53 481/22/53 +f 482/23/53 483/22/54 484/23/54 +f 481/22/56 482/23/56 483/22/55 +f 484/23/55 483/22/55 482/23/56 +f 476/23/51 483/22/54 474/22/51 +f 483/22/54 476/23/51 484/23/54 +f 474/22/49 483/22/55 476/23/49 +f 484/23/55 476/23/49 483/22/55 +f 472/23/49 478/22/55 470/22/49 +f 478/22/55 472/23/49 477/23/55 +f 470/22/51 478/22/54 472/23/51 +f 477/23/54 472/23/51 478/22/54 +f 479/23/56 473/22/52 480/22/56 +f 473/22/52 479/23/56 475/23/52 +f 480/22/53 473/22/50 479/23/53 +f 475/23/50 479/23/53 473/22/50 +f 482/23/53 469/22/50 481/22/53 +f 469/22/50 482/23/53 471/23/50 +f 481/22/56 469/22/52 482/23/56 +f 471/23/52 482/23/56 469/22/52 +f 472/23/57 479/23/57 477/23/57 +f 479/23/57 472/23/57 475/23/57 +f 475/23/57 472/23/57 471/23/57 +f 475/23/57 471/23/57 476/23/57 +f 476/23/57 471/23/57 482/23/57 +f 476/23/57 482/23/57 484/23/57 +f 477/23/58 479/23/58 472/23/58 +f 475/23/58 472/23/58 479/23/58 +f 471/23/58 472/23/58 475/23/58 +f 476/23/58 471/23/58 475/23/58 +f 482/23/58 471/23/58 476/23/58 +f 484/23/58 482/23/58 476/23/58 +f 473/22/58 478/22/58 480/22/58 +f 478/22/58 473/22/58 470/22/58 +f 470/22/58 473/22/58 474/22/58 +f 470/22/58 474/22/58 469/22/58 +f 469/22/58 474/22/58 483/22/58 +f 469/22/58 483/22/58 481/22/58 +f 480/22/57 478/22/57 473/22/57 +f 470/22/57 473/22/57 478/22/57 +f 474/22/57 473/22/57 470/22/57 +f 469/22/57 474/22/57 470/22/57 +f 483/22/57 474/22/57 469/22/57 +f 481/22/57 483/22/57 469/22/57 +f 487/23/60 486/22/59 485/22/60 +f 486/22/59 487/23/60 488/23/59 +f 485/22/62 486/22/61 487/23/62 +f 488/23/61 487/23/62 486/22/61 +f 491/23/62 490/22/61 489/22/62 +f 490/22/61 491/23/62 492/23/61 +f 489/22/60 490/22/59 491/23/60 +f 492/23/59 491/23/60 490/22/59 +f 495/23/66 494/22/65 493/23/65 +f 494/22/65 495/23/66 496/22/66 +f 493/23/64 494/22/64 495/23/63 +f 496/22/63 495/23/63 494/22/64 +f 465/22/64 497/23/63 467/22/63 +f 497/23/63 465/22/64 498/23/64 +f 467/22/66 497/23/66 465/22/65 +f 498/23/65 465/22/65 497/23/66 +f 492/23/61 465/22/64 490/22/61 +f 465/22/64 492/23/61 498/23/64 +f 490/22/59 465/22/65 492/23/59 +f 498/23/65 492/23/59 465/22/65 +f 488/23/59 494/22/65 486/22/59 +f 494/22/65 488/23/59 493/23/65 +f 486/22/61 494/22/64 488/23/61 +f 493/23/64 488/23/61 494/22/64 +f 495/23/66 489/22/62 496/22/66 +f 489/22/62 495/23/66 491/23/62 +f 496/22/63 489/22/60 495/23/63 +f 491/23/60 495/23/63 489/22/60 +f 497/23/63 485/22/60 467/22/63 +f 485/22/60 497/23/63 487/23/60 +f 467/22/66 485/22/62 497/23/66 +f 487/23/62 497/23/66 485/22/62 +f 488/23/67 495/23/67 493/23/67 +f 495/23/67 488/23/67 491/23/67 +f 491/23/67 488/23/67 487/23/67 +f 491/23/67 487/23/67 492/23/67 +f 492/23/67 487/23/67 497/23/67 +f 492/23/67 497/23/67 498/23/67 +f 493/23/68 495/23/68 488/23/68 +f 491/23/68 488/23/68 495/23/68 +f 487/23/68 488/23/68 491/23/68 +f 492/23/68 487/23/68 491/23/68 +f 497/23/68 487/23/68 492/23/68 +f 498/23/68 497/23/68 492/23/68 +f 489/22/68 494/22/68 496/22/68 +f 494/22/68 489/22/68 486/22/68 +f 486/22/68 489/22/68 490/22/68 +f 486/22/68 490/22/68 485/22/68 +f 485/22/68 490/22/68 465/22/68 +f 485/22/68 465/22/68 467/22/68 +f 496/22/67 494/22/67 489/22/67 +f 486/22/67 489/22/67 494/22/67 +f 490/22/67 489/22/67 486/22/67 +f 485/22/67 490/22/67 486/22/67 +f 465/22/67 490/22/67 485/22/67 +f 467/22/67 465/22/67 485/22/67 +f 499/8/8 136/24/8 135/24/8 +f 136/24/8 499/8/8 500/8/8 +f 135/24/6 136/24/6 499/8/6 +f 500/8/6 499/8/6 136/24/6 +f 501/8/12 500/8/12 499/8/12 +f 500/8/12 501/8/12 502/8/12 +f 500/8/12 502/8/12 503/8/12 +f 499/8/11 500/8/11 501/8/11 +f 502/8/11 501/8/11 500/8/11 +f 503/8/11 502/8/11 500/8/11 +f 499/8/3 137/24/3 501/8/3 +f 137/24/3 499/8/3 135/24/3 +f 501/8/4 137/24/4 499/8/4 +f 135/24/4 499/8/4 137/24/4 +f 136/24/4 503/8/4 504/24/4 +f 503/8/4 136/24/4 500/8/4 +f 504/24/3 503/8/3 136/24/3 +f 500/8/3 136/24/3 503/8/3 +f 506/35/7 505/34/7 502/8/8 +f 505/34/7 507/36/7 502/8/8 +f 508/37/7 506/35/7 502/8/8 +f 503/8/7 508/37/7 502/8/8 +f 508/37/7 503/8/7 509/37/7 +f 509/37/7 503/8/7 510/35/7 +f 510/35/7 503/8/7 511/34/7 +f 507/36/7 512/38/7 502/8/8 +f 513/36/7 512/38/7 507/36/7 +f 512/38/7 514/39/7 502/8/8 +f 512/38/7 513/36/7 515/38/7 +f 514/39/7 516/40/7 502/8/8 +f 515/38/7 513/36/7 517/39/7 +f 517/39/7 513/36/7 518/40/7 +f 518/40/7 513/36/7 519/41/7 +f 502/8/8 516/40/7 520/24/8 +f 513/36/7 511/34/7 521/42/7 +f 519/41/7 513/36/7 521/42/7 +f 511/34/7 503/8/7 521/42/7 +f 519/41/7 521/42/7 522/41/7 +f 522/41/7 521/42/7 516/40/7 +f 521/42/7 523/43/7 516/40/7 +f 523/43/7 524/44/7 516/40/7 +f 524/44/7 520/24/8 516/40/7 +f 525/45/7 520/24/8 524/44/7 +f 526/45/7 520/24/8 525/45/7 +f 520/24/8 526/45/7 504/24/7 +f 527/44/7 504/24/7 526/45/7 +f 503/8/7 504/24/7 527/44/7 +f 521/42/7 503/8/7 528/42/7 +f 529/43/7 503/8/7 527/44/7 +f 528/42/7 503/8/7 529/43/7 +f 531/47/10 530/46/10 501/8/10 +f 532/48/10 531/47/10 501/8/10 +f 501/8/10 530/46/10 137/24/10 +f 502/8/8 532/48/10 501/8/10 +f 533/49/10 137/24/10 530/46/10 +f 534/49/10 137/24/10 533/49/10 +f 532/48/10 502/8/8 535/48/10 +f 535/48/10 502/8/8 536/47/10 +f 534/49/10 537/46/10 137/24/10 +f 536/47/10 502/8/8 537/46/10 +f 137/24/10 537/46/10 520/24/8 +f 502/8/8 520/24/8 537/46/10 +f 502/8/6 505/34/5 506/35/5 +f 502/8/6 506/35/5 508/37/5 +f 502/8/6 508/37/5 503/8/5 +f 509/37/5 503/8/5 508/37/5 +f 510/35/5 503/8/5 509/37/5 +f 502/8/6 507/36/5 505/34/5 +f 511/34/5 503/8/5 510/35/5 +f 502/8/6 512/38/5 507/36/5 +f 507/36/5 512/38/5 513/36/5 +f 502/8/6 514/39/5 512/38/5 +f 515/38/5 513/36/5 512/38/5 +f 502/8/6 516/40/5 514/39/5 +f 517/39/5 513/36/5 515/38/5 +f 518/40/5 513/36/5 517/39/5 +f 519/41/5 513/36/5 518/40/5 +f 520/24/6 516/40/5 502/8/6 +f 521/42/5 511/34/5 513/36/5 +f 521/42/5 513/36/5 519/41/5 +f 521/42/5 503/8/5 511/34/5 +f 522/41/5 521/42/5 519/41/5 +f 516/40/5 521/42/5 522/41/5 +f 516/40/5 523/43/5 521/42/5 +f 516/40/5 524/44/5 523/43/5 +f 516/40/5 520/24/6 524/44/5 +f 524/44/5 520/24/6 525/45/5 +f 525/45/5 520/24/6 526/45/5 +f 504/24/5 526/45/5 520/24/6 +f 526/45/5 504/24/5 527/44/5 +f 527/44/5 504/24/5 503/8/5 +f 528/42/5 503/8/5 521/42/5 +f 527/44/5 503/8/5 529/43/5 +f 529/43/5 503/8/5 528/42/5 +f 501/8/9 530/46/9 531/47/9 +f 501/8/9 531/47/9 532/48/9 +f 137/24/9 530/46/9 501/8/9 +f 501/8/9 532/48/9 502/8/6 +f 530/46/9 137/24/9 533/49/9 +f 533/49/9 137/24/9 534/49/9 +f 535/48/9 502/8/6 532/48/9 +f 536/47/9 502/8/6 535/48/9 +f 137/24/9 537/46/9 534/49/9 +f 537/46/9 502/8/6 536/47/9 +f 520/24/6 537/46/9 137/24/9 +f 537/46/9 520/24/6 502/8/6 +f 540/23/77 539/22/78 538/22/77 +f 539/22/78 540/23/77 541/23/78 +f 538/22/79 539/22/80 540/23/79 +f 541/23/80 540/23/79 539/22/80 +f 544/23/79 543/22/80 542/22/79 +f 543/22/80 544/23/79 545/23/80 +f 542/22/77 543/22/78 544/23/77 +f 545/23/78 544/23/77 543/22/78 +f 548/23/82 547/22/81 546/23/81 +f 547/22/81 548/23/82 549/22/82 +f 546/23/84 547/22/84 548/23/83 +f 549/22/83 548/23/83 547/22/84 +f 552/22/84 551/23/83 550/22/83 +f 551/23/83 552/22/84 553/23/84 +f 550/22/82 551/23/82 552/22/81 +f 553/23/81 552/22/81 551/23/82 +f 545/23/80 552/22/84 543/22/80 +f 552/22/84 545/23/80 553/23/84 +f 543/22/78 552/22/81 545/23/78 +f 553/23/81 545/23/78 552/22/81 +f 541/23/78 547/22/81 539/22/78 +f 547/22/81 541/23/78 546/23/81 +f 539/22/80 547/22/84 541/23/80 +f 546/23/84 541/23/80 547/22/84 +f 548/23/82 542/22/79 549/22/82 +f 542/22/79 548/23/82 544/23/79 +f 549/22/83 542/22/77 548/23/83 +f 544/23/77 548/23/83 542/22/77 +f 551/23/83 538/22/77 550/22/83 +f 538/22/77 551/23/83 540/23/77 +f 550/22/82 538/22/79 551/23/82 +f 540/23/79 551/23/82 538/22/79 +f 541/23/85 548/23/85 546/23/85 +f 548/23/85 541/23/85 544/23/85 +f 544/23/85 541/23/85 540/23/85 +f 544/23/85 540/23/85 545/23/85 +f 545/23/85 540/23/85 551/23/85 +f 545/23/85 551/23/85 553/23/85 +f 546/23/86 548/23/86 541/23/86 +f 544/23/86 541/23/86 548/23/86 +f 540/23/86 541/23/86 544/23/86 +f 545/23/86 540/23/86 544/23/86 +f 551/23/86 540/23/86 545/23/86 +f 553/23/86 551/23/86 545/23/86 +f 542/22/86 547/22/86 549/22/86 +f 547/22/86 542/22/86 539/22/86 +f 539/22/86 542/22/86 543/22/86 +f 539/22/86 543/22/86 538/22/86 +f 538/22/86 543/22/86 552/22/86 +f 538/22/86 552/22/86 550/22/86 +f 549/22/85 547/22/85 542/22/85 +f 539/22/85 542/22/85 547/22/85 +f 543/22/85 542/22/85 539/22/85 +f 538/22/85 543/22/85 539/22/85 +f 552/22/85 543/22/85 538/22/85 +f 550/22/85 552/22/85 538/22/85 +f 556/23/77 555/22/78 554/22/77 +f 555/22/78 556/23/77 557/23/78 +f 554/22/79 555/22/80 556/23/79 +f 557/23/80 556/23/79 555/22/80 +f 560/23/79 559/22/80 558/22/79 +f 559/22/80 560/23/79 561/23/80 +f 558/22/77 559/22/78 560/23/77 +f 561/23/78 560/23/77 559/22/78 +f 564/23/82 563/22/81 562/23/81 +f 563/22/81 564/23/82 565/22/82 +f 562/23/84 563/22/84 564/23/83 +f 565/22/83 564/23/83 563/22/84 +f 568/22/84 567/23/83 566/22/83 +f 567/23/83 568/22/84 569/23/84 +f 566/22/82 567/23/82 568/22/81 +f 569/23/81 568/22/81 567/23/82 +f 561/23/80 568/22/84 559/22/80 +f 568/22/84 561/23/80 569/23/84 +f 559/22/78 568/22/81 561/23/78 +f 569/23/81 561/23/78 568/22/81 +f 557/23/78 563/22/81 555/22/78 +f 563/22/81 557/23/78 562/23/81 +f 555/22/80 563/22/84 557/23/80 +f 562/23/84 557/23/80 563/22/84 +f 564/23/82 558/22/79 565/22/82 +f 558/22/79 564/23/82 560/23/79 +f 565/22/83 558/22/77 564/23/83 +f 560/23/77 564/23/83 558/22/77 +f 567/23/83 554/22/77 566/22/83 +f 554/22/77 567/23/83 556/23/77 +f 566/22/82 554/22/79 567/23/82 +f 556/23/79 567/23/82 554/22/79 +f 557/23/85 564/23/85 562/23/85 +f 564/23/85 557/23/85 560/23/85 +f 560/23/85 557/23/85 556/23/85 +f 560/23/85 556/23/85 561/23/85 +f 561/23/85 556/23/85 567/23/85 +f 561/23/85 567/23/85 569/23/85 +f 562/23/86 564/23/86 557/23/86 +f 560/23/86 557/23/86 564/23/86 +f 556/23/86 557/23/86 560/23/86 +f 561/23/86 556/23/86 560/23/86 +f 567/23/86 556/23/86 561/23/86 +f 569/23/86 567/23/86 561/23/86 +f 558/22/86 563/22/86 565/22/86 +f 563/22/86 558/22/86 555/22/86 +f 555/22/86 558/22/86 559/22/86 +f 555/22/86 559/22/86 554/22/86 +f 554/22/86 559/22/86 568/22/86 +f 554/22/86 568/22/86 566/22/86 +f 565/22/85 563/22/85 558/22/85 +f 555/22/85 558/22/85 563/22/85 +f 559/22/85 558/22/85 555/22/85 +f 554/22/85 559/22/85 555/22/85 +f 568/22/85 559/22/85 554/22/85 +f 566/22/85 568/22/85 554/22/85 +f 572/23/77 571/22/78 570/22/77 +f 571/22/78 572/23/77 573/23/78 +f 570/22/79 571/22/80 572/23/79 +f 573/23/80 572/23/79 571/22/80 +f 576/23/79 575/22/80 574/22/79 +f 575/22/80 576/23/79 577/23/80 +f 574/22/77 575/22/78 576/23/77 +f 577/23/78 576/23/77 575/22/78 +f 580/23/82 579/22/81 578/23/81 +f 579/22/81 580/23/82 581/22/82 +f 578/23/84 579/22/84 580/23/83 +f 581/22/83 580/23/83 579/22/84 +f 584/22/84 583/23/83 582/22/83 +f 583/23/83 584/22/84 585/23/84 +f 582/22/82 583/23/82 584/22/81 +f 585/23/81 584/22/81 583/23/82 +f 577/23/80 584/22/84 575/22/80 +f 584/22/84 577/23/80 585/23/84 +f 575/22/78 584/22/81 577/23/78 +f 585/23/81 577/23/78 584/22/81 +f 573/23/78 579/22/81 571/22/78 +f 579/22/81 573/23/78 578/23/81 +f 571/22/80 579/22/84 573/23/80 +f 578/23/84 573/23/80 579/22/84 +f 580/23/82 574/22/79 581/22/82 +f 574/22/79 580/23/82 576/23/79 +f 581/22/83 574/22/77 580/23/83 +f 576/23/77 580/23/83 574/22/77 +f 583/23/83 570/22/77 582/22/83 +f 570/22/77 583/23/83 572/23/77 +f 582/22/82 570/22/79 583/23/82 +f 572/23/79 583/23/82 570/22/79 +f 573/23/85 580/23/85 578/23/85 +f 580/23/85 573/23/85 576/23/85 +f 576/23/85 573/23/85 572/23/85 +f 576/23/85 572/23/85 577/23/85 +f 577/23/85 572/23/85 583/23/85 +f 577/23/85 583/23/85 585/23/85 +f 578/23/86 580/23/86 573/23/86 +f 576/23/86 573/23/86 580/23/86 +f 572/23/86 573/23/86 576/23/86 +f 577/23/86 572/23/86 576/23/86 +f 583/23/86 572/23/86 577/23/86 +f 585/23/86 583/23/86 577/23/86 +f 574/22/86 579/22/86 581/22/86 +f 579/22/86 574/22/86 571/22/86 +f 571/22/86 574/22/86 575/22/86 +f 571/22/86 575/22/86 570/22/86 +f 570/22/86 575/22/86 584/22/86 +f 570/22/86 584/22/86 582/22/86 +f 581/22/85 579/22/85 574/22/85 +f 571/22/85 574/22/85 579/22/85 +f 575/22/85 574/22/85 571/22/85 +f 570/22/85 575/22/85 571/22/85 +f 584/22/85 575/22/85 570/22/85 +f 582/22/85 584/22/85 570/22/85 +f 588/23/87 587/22/88 586/22/87 +f 587/22/88 588/23/87 589/23/88 +f 586/22/89 587/22/90 588/23/89 +f 589/23/90 588/23/89 587/22/90 +f 592/23/89 591/22/90 590/22/89 +f 591/22/90 592/23/89 593/23/90 +f 590/22/87 591/22/88 592/23/87 +f 593/23/88 592/23/87 591/22/88 +f 596/23/92 595/22/91 594/23/91 +f 595/22/91 596/23/92 597/22/92 +f 594/23/94 595/22/94 596/23/93 +f 597/22/93 596/23/93 595/22/94 +f 600/22/94 599/23/93 598/22/93 +f 599/23/93 600/22/94 601/23/94 +f 598/22/92 599/23/92 600/22/91 +f 601/23/91 600/22/91 599/23/92 +f 593/23/90 600/22/94 591/22/90 +f 600/22/94 593/23/90 601/23/94 +f 591/22/88 600/22/91 593/23/88 +f 601/23/91 593/23/88 600/22/91 +f 589/23/88 595/22/91 587/22/88 +f 595/22/91 589/23/88 594/23/91 +f 587/22/90 595/22/94 589/23/90 +f 594/23/94 589/23/90 595/22/94 +f 596/23/92 590/22/89 597/22/92 +f 590/22/89 596/23/92 592/23/89 +f 597/22/93 590/22/87 596/23/93 +f 592/23/87 596/23/93 590/22/87 +f 599/23/93 586/22/87 598/22/93 +f 586/22/87 599/23/93 588/23/87 +f 598/22/92 586/22/89 599/23/92 +f 588/23/89 599/23/92 586/22/89 +f 589/23/95 596/23/95 594/23/95 +f 596/23/95 589/23/95 592/23/95 +f 592/23/95 589/23/95 588/23/95 +f 592/23/95 588/23/95 593/23/95 +f 593/23/95 588/23/95 599/23/95 +f 593/23/95 599/23/95 601/23/95 +f 594/23/96 596/23/96 589/23/96 +f 592/23/96 589/23/96 596/23/96 +f 588/23/96 589/23/96 592/23/96 +f 593/23/96 588/23/96 592/23/96 +f 599/23/96 588/23/96 593/23/96 +f 601/23/96 599/23/96 593/23/96 +f 590/22/96 595/22/96 597/22/96 +f 595/22/96 590/22/96 587/22/96 +f 587/22/96 590/22/96 591/22/96 +f 587/22/96 591/22/96 586/22/96 +f 586/22/96 591/22/96 600/22/96 +f 586/22/96 600/22/96 598/22/96 +f 597/22/95 595/22/95 590/22/95 +f 587/22/95 590/22/95 595/22/95 +f 591/22/95 590/22/95 587/22/95 +f 586/22/95 591/22/95 587/22/95 +f 600/22/95 591/22/95 586/22/95 +f 598/22/95 600/22/95 586/22/95 +f 605/8/40 623/24/40 640/46/43 +f 229/24/43 640/46/43 623/24/40 +f 639/47/43 605/8/40 640/46/43 +f 637/49/43 640/46/43 229/24/43 +f 638/48/43 605/8/40 639/47/43 +f 635/48/43 605/8/40 638/48/43 +f 637/49/43 229/24/43 636/49/43 +f 636/49/43 229/24/43 633/46/43 +f 605/8/40 635/48/43 604/8/43 +f 604/8/43 633/46/43 229/24/43 +f 635/48/43 634/47/43 604/8/43 +f 634/47/43 633/46/43 604/8/43 +f 631/42/39 606/8/39 632/43/39 +f 632/43/39 606/8/39 630/44/39 +f 624/42/39 606/8/39 631/42/39 +f 606/8/39 607/24/39 630/44/39 +f 630/44/39 607/24/39 629/45/39 +f 623/24/40 629/45/39 607/24/39 +f 629/45/39 623/24/40 628/45/39 +f 628/45/39 623/24/40 627/44/39 +f 627/44/39 623/24/40 619/40/39 +f 626/43/39 627/44/39 619/40/39 +f 624/42/39 626/43/39 619/40/39 +f 625/41/39 624/42/39 619/40/39 +f 622/41/39 624/42/39 625/41/39 +f 614/34/39 606/8/39 624/42/39 +f 622/41/39 616/36/39 624/42/39 +f 616/36/39 614/34/39 624/42/39 +f 605/8/40 619/40/39 623/24/40 +f 621/40/39 616/36/39 622/41/39 +f 620/39/39 616/36/39 621/40/39 +f 618/38/39 616/36/39 620/39/39 +f 617/39/39 619/40/39 605/8/40 +f 615/38/39 616/36/39 618/38/39 +f 615/38/39 617/39/39 605/8/40 +f 616/36/39 615/38/39 610/36/39 +f 610/36/39 615/38/39 605/8/40 +f 613/35/39 606/8/39 614/34/39 +f 608/34/39 610/36/39 605/8/40 +f 612/37/39 606/8/39 613/35/39 +f 611/37/39 606/8/39 612/37/39 +f 606/8/39 611/37/39 605/8/40 +f 611/37/39 609/35/39 605/8/40 +f 609/35/39 608/34/39 605/8/40 +f 640/46/44 623/24/42 605/8/42 +f 623/24/42 640/46/44 229/24/44 +f 640/46/44 605/8/42 639/47/44 +f 229/24/44 640/46/44 637/49/44 +f 639/47/44 605/8/42 638/48/44 +f 638/48/44 605/8/42 635/48/44 +f 636/49/44 229/24/44 637/49/44 +f 633/46/44 229/24/44 636/49/44 +f 604/8/44 635/48/44 605/8/42 +f 229/24/44 633/46/44 604/8/44 +f 604/8/44 634/47/44 635/48/44 +f 604/8/44 633/46/44 634/47/44 +f 632/43/41 606/8/41 631/42/41 +f 630/44/41 606/8/41 632/43/41 +f 631/42/41 606/8/41 624/42/41 +f 630/44/41 607/24/41 606/8/41 +f 629/45/41 607/24/41 630/44/41 +f 607/24/41 629/45/41 623/24/42 +f 628/45/41 623/24/42 629/45/41 +f 627/44/41 623/24/42 628/45/41 +f 619/40/41 623/24/42 627/44/41 +f 619/40/41 627/44/41 626/43/41 +f 619/40/41 626/43/41 624/42/41 +f 619/40/41 624/42/41 625/41/41 +f 625/41/41 624/42/41 622/41/41 +f 624/42/41 606/8/41 614/34/41 +f 624/42/41 616/36/41 622/41/41 +f 624/42/41 614/34/41 616/36/41 +f 623/24/42 619/40/41 605/8/42 +f 622/41/41 616/36/41 621/40/41 +f 621/40/41 616/36/41 620/39/41 +f 620/39/41 616/36/41 618/38/41 +f 605/8/42 619/40/41 617/39/41 +f 618/38/41 616/36/41 615/38/41 +f 605/8/42 617/39/41 615/38/41 +f 610/36/41 615/38/41 616/36/41 +f 605/8/42 615/38/41 610/36/41 +f 614/34/41 606/8/41 613/35/41 +f 613/35/41 606/8/41 612/37/41 +f 612/37/41 606/8/41 611/37/41 +f 605/8/42 611/37/41 606/8/41 +f 605/8/42 609/35/41 611/37/41 +f 605/8/42 610/36/41 608/34/41 +f 605/8/42 608/34/41 609/35/41 +f 606/8/37 228/24/37 603/8/37 +f 228/24/37 606/8/37 607/24/37 +f 603/8/38 228/24/38 606/8/38 +f 607/24/38 606/8/38 228/24/38 +f 229/24/38 602/8/38 227/24/38 +f 602/8/38 229/24/38 604/8/38 +f 227/24/37 602/8/37 229/24/37 +f 604/8/37 229/24/37 602/8/37 +f 603/8/11 605/8/11 606/8/11 +f 603/8/11 604/8/11 605/8/11 +f 604/8/11 603/8/11 602/8/11 +f 606/8/12 605/8/12 603/8/12 +f 605/8/12 604/8/12 603/8/12 +f 602/8/12 603/8/12 604/8/12 +f 228/24/40 602/8/40 603/8/40 +f 602/8/40 228/24/40 227/24/40 +f 603/8/42 602/8/42 228/24/42 +f 227/24/42 228/24/42 602/8/42 +f 641/22/105 655/22/105 653/22/105 +f 641/22/105 646/22/105 655/22/105 +f 642/22/105 646/22/105 641/22/105 +f 642/22/105 645/22/105 646/22/105 +f 650/22/105 645/22/105 642/22/105 +f 645/22/105 650/22/105 652/22/105 +f 653/22/106 655/22/106 641/22/106 +f 655/22/106 646/22/106 641/22/106 +f 641/22/106 646/22/106 642/22/106 +f 646/22/106 645/22/106 642/22/106 +f 642/22/106 645/22/106 650/22/106 +f 652/22/106 650/22/106 645/22/106 +f 648/23/106 654/23/106 656/23/106 +f 648/23/106 643/23/106 654/23/106 +f 647/23/106 643/23/106 648/23/106 +f 647/23/106 644/23/106 643/23/106 +f 651/23/106 644/23/106 647/23/106 +f 644/23/106 651/23/106 649/23/106 +f 656/23/105 654/23/105 648/23/105 +f 654/23/105 643/23/105 648/23/105 +f 648/23/105 643/23/105 647/23/105 +f 643/23/105 644/23/105 647/23/105 +f 647/23/105 644/23/105 651/23/105 +f 649/23/105 651/23/105 644/23/105 +f 641/22/99 654/23/102 643/23/99 +f 654/23/102 641/22/99 653/22/102 +f 643/23/97 654/23/103 641/22/97 +f 653/22/103 641/22/97 654/23/103 +f 645/22/97 651/23/103 647/23/97 +f 651/23/103 645/22/97 652/22/103 +f 647/23/99 651/23/102 645/22/99 +f 652/22/102 645/22/99 651/23/102 +f 650/22/104 644/23/100 649/23/104 +f 644/23/100 650/22/104 642/22/100 +f 649/23/101 644/23/98 650/22/101 +f 642/22/98 650/22/101 644/23/98 +f 655/22/101 648/23/98 656/23/101 +f 648/23/98 655/22/101 646/22/98 +f 656/23/104 648/23/100 655/22/104 +f 646/22/100 655/22/104 648/23/100 +f 654/23/102 655/22/101 656/23/101 +f 655/22/101 654/23/102 653/22/102 +f 656/23/104 655/22/104 654/23/103 +f 653/22/103 654/23/103 655/22/104 +f 650/22/104 651/23/103 652/22/103 +f 651/23/103 650/22/104 649/23/104 +f 652/22/102 651/23/102 650/22/101 +f 649/23/101 650/22/101 651/23/102 +f 646/22/98 647/23/97 648/23/98 +f 647/23/97 646/22/98 645/22/97 +f 648/23/100 647/23/99 646/22/100 +f 645/22/99 646/22/100 647/23/99 +f 642/22/100 643/23/99 644/23/100 +f 643/23/99 642/22/100 641/22/99 +f 644/23/98 643/23/97 642/22/98 +f 641/22/97 642/22/98 643/23/97 +f 657/22/105 671/22/105 669/22/105 +f 657/22/105 662/22/105 671/22/105 +f 658/22/105 662/22/105 657/22/105 +f 658/22/105 661/22/105 662/22/105 +f 666/22/105 661/22/105 658/22/105 +f 661/22/105 666/22/105 668/22/105 +f 669/22/106 671/22/106 657/22/106 +f 671/22/106 662/22/106 657/22/106 +f 657/22/106 662/22/106 658/22/106 +f 662/22/106 661/22/106 658/22/106 +f 658/22/106 661/22/106 666/22/106 +f 668/22/106 666/22/106 661/22/106 +f 664/23/106 670/23/106 672/23/106 +f 664/23/106 659/23/106 670/23/106 +f 663/23/106 659/23/106 664/23/106 +f 663/23/106 660/23/106 659/23/106 +f 667/23/106 660/23/106 663/23/106 +f 660/23/106 667/23/106 665/23/106 +f 672/23/105 670/23/105 664/23/105 +f 670/23/105 659/23/105 664/23/105 +f 664/23/105 659/23/105 663/23/105 +f 659/23/105 660/23/105 663/23/105 +f 663/23/105 660/23/105 667/23/105 +f 665/23/105 667/23/105 660/23/105 +f 657/22/99 670/23/102 659/23/99 +f 670/23/102 657/22/99 669/22/102 +f 659/23/97 670/23/103 657/22/97 +f 669/22/103 657/22/97 670/23/103 +f 661/22/97 667/23/103 663/23/97 +f 667/23/103 661/22/97 668/22/103 +f 663/23/99 667/23/102 661/22/99 +f 668/22/102 661/22/99 667/23/102 +f 666/22/104 660/23/100 665/23/104 +f 660/23/100 666/22/104 658/22/100 +f 665/23/101 660/23/98 666/22/101 +f 658/22/98 666/22/101 660/23/98 +f 671/22/101 664/23/98 672/23/101 +f 664/23/98 671/22/101 662/22/98 +f 672/23/104 664/23/100 671/22/104 +f 662/22/100 671/22/104 664/23/100 +f 670/23/102 671/22/101 672/23/101 +f 671/22/101 670/23/102 669/22/102 +f 672/23/104 671/22/104 670/23/103 +f 669/22/103 670/23/103 671/22/104 +f 666/22/104 667/23/103 668/22/103 +f 667/23/103 666/22/104 665/23/104 +f 668/22/102 667/23/102 666/22/101 +f 665/23/101 666/22/101 667/23/102 +f 662/22/98 663/23/97 664/23/98 +f 663/23/97 662/22/98 661/22/97 +f 664/23/100 663/23/99 662/22/100 +f 661/22/99 662/22/100 663/23/99 +f 658/22/100 659/23/99 660/23/100 +f 659/23/99 658/22/100 657/22/99 +f 660/23/98 659/23/97 658/22/98 +f 657/22/97 658/22/98 659/23/97 +f 673/22/105 687/22/105 685/22/105 +f 673/22/105 678/22/105 687/22/105 +f 674/22/105 678/22/105 673/22/105 +f 674/22/105 677/22/105 678/22/105 +f 682/22/105 677/22/105 674/22/105 +f 677/22/105 682/22/105 684/22/105 +f 685/22/106 687/22/106 673/22/106 +f 687/22/106 678/22/106 673/22/106 +f 673/22/106 678/22/106 674/22/106 +f 678/22/106 677/22/106 674/22/106 +f 674/22/106 677/22/106 682/22/106 +f 684/22/106 682/22/106 677/22/106 +f 680/23/106 686/23/106 688/23/106 +f 680/23/106 675/23/106 686/23/106 +f 679/23/106 675/23/106 680/23/106 +f 679/23/106 676/23/106 675/23/106 +f 683/23/106 676/23/106 679/23/106 +f 676/23/106 683/23/106 681/23/106 +f 688/23/105 686/23/105 680/23/105 +f 686/23/105 675/23/105 680/23/105 +f 680/23/105 675/23/105 679/23/105 +f 675/23/105 676/23/105 679/23/105 +f 679/23/105 676/23/105 683/23/105 +f 681/23/105 683/23/105 676/23/105 +f 673/22/99 686/23/102 675/23/99 +f 686/23/102 673/22/99 685/22/102 +f 675/23/97 686/23/103 673/22/97 +f 685/22/103 673/22/97 686/23/103 +f 677/22/97 683/23/103 679/23/97 +f 683/23/103 677/22/97 684/22/103 +f 679/23/99 683/23/102 677/22/99 +f 684/22/102 677/22/99 683/23/102 +f 682/22/104 676/23/100 681/23/104 +f 676/23/100 682/22/104 674/22/100 +f 681/23/101 676/23/98 682/22/101 +f 674/22/98 682/22/101 676/23/98 +f 687/22/101 680/23/98 688/23/101 +f 680/23/98 687/22/101 678/22/98 +f 688/23/104 680/23/100 687/22/104 +f 678/22/100 687/22/104 680/23/100 +f 686/23/102 687/22/101 688/23/101 +f 687/22/101 686/23/102 685/22/102 +f 688/23/104 687/22/104 686/23/103 +f 685/22/103 686/23/103 687/22/104 +f 682/22/104 683/23/103 684/22/103 +f 683/23/103 682/22/104 681/23/104 +f 684/22/102 683/23/102 682/22/101 +f 681/23/101 682/22/101 683/23/102 +f 678/22/98 679/23/97 680/23/98 +f 679/23/97 678/22/98 677/22/97 +f 680/23/100 679/23/99 678/22/100 +f 677/22/99 678/22/100 679/23/99 +f 674/22/100 675/23/99 676/23/100 +f 675/23/99 674/22/100 673/22/99 +f 676/23/98 675/23/97 674/22/98 +f 673/22/97 674/22/98 675/23/97 +f 689/22/115 703/22/115 701/22/115 +f 689/22/115 694/22/115 703/22/115 +f 690/22/115 694/22/115 689/22/115 +f 690/22/115 693/22/115 694/22/115 +f 698/22/115 693/22/115 690/22/115 +f 693/22/115 698/22/115 700/22/115 +f 701/22/116 703/22/116 689/22/116 +f 703/22/116 694/22/116 689/22/116 +f 689/22/116 694/22/116 690/22/116 +f 694/22/116 693/22/116 690/22/116 +f 690/22/116 693/22/116 698/22/116 +f 700/22/116 698/22/116 693/22/116 +f 696/23/116 702/23/116 704/23/116 +f 696/23/116 691/23/116 702/23/116 +f 695/23/116 691/23/116 696/23/116 +f 695/23/116 692/23/116 691/23/116 +f 699/23/116 692/23/116 695/23/116 +f 692/23/116 699/23/116 697/23/116 +f 704/23/115 702/23/115 696/23/115 +f 702/23/115 691/23/115 696/23/115 +f 696/23/115 691/23/115 695/23/115 +f 691/23/115 692/23/115 695/23/115 +f 695/23/115 692/23/115 699/23/115 +f 697/23/115 699/23/115 692/23/115 +f 689/22/109 702/23/112 691/23/109 +f 702/23/112 689/22/109 701/22/112 +f 691/23/107 702/23/113 689/22/107 +f 701/22/113 689/22/107 702/23/113 +f 693/22/107 699/23/113 695/23/107 +f 699/23/113 693/22/107 700/22/113 +f 695/23/109 699/23/112 693/22/109 +f 700/22/112 693/22/109 699/23/112 +f 698/22/114 692/23/110 697/23/114 +f 692/23/110 698/22/114 690/22/110 +f 697/23/111 692/23/108 698/22/111 +f 690/22/108 698/22/111 692/23/108 +f 703/22/111 696/23/108 704/23/111 +f 696/23/108 703/22/111 694/22/108 +f 704/23/114 696/23/110 703/22/114 +f 694/22/110 703/22/114 696/23/110 +f 702/23/112 703/22/111 704/23/111 +f 703/22/111 702/23/112 701/22/112 +f 704/23/114 703/22/114 702/23/113 +f 701/22/113 702/23/113 703/22/114 +f 698/22/114 699/23/113 700/22/113 +f 699/23/113 698/22/114 697/23/114 +f 700/22/112 699/23/112 698/22/111 +f 697/23/111 698/22/111 699/23/112 +f 694/22/108 695/23/107 696/23/108 +f 695/23/107 694/22/108 693/22/107 +f 696/23/110 695/23/109 694/22/110 +f 693/22/109 694/22/110 695/23/109 +f 690/22/110 691/23/109 692/23/110 +f 691/23/109 690/22/110 689/22/109 +f 692/23/108 691/23/107 690/22/108 +f 689/22/107 690/22/108 691/23/107 +f 707/50/12 706/50/12 705/50/12 +f 706/50/12 707/50/12 708/50/12 +f 705/50/11 706/50/11 707/50/11 +f 708/50/11 707/50/11 706/50/11 +f 711/50/12 710/50/12 709/50/12 +f 710/50/12 711/50/12 712/50/12 +f 709/50/11 710/50/11 711/50/11 +f 712/50/11 711/50/11 710/50/11 +f 715/50/12 714/50/12 713/50/12 +f 714/50/12 715/50/12 716/50/12 +f 713/50/11 714/50/11 715/50/11 +f 716/50/11 715/50/11 714/50/11 +f 14/50/12 23/50/12 21/50/12 +f 23/50/12 14/50/12 16/50/12 +f 21/50/11 23/50/11 14/50/11 +f 16/50/11 14/50/11 23/50/11 +f 719/50/12 718/50/12 717/50/12 +f 718/50/12 719/50/12 720/50/12 +f 717/50/11 718/50/11 719/50/11 +f 720/50/11 719/50/11 718/50/11 +f 723/50/12 722/50/12 721/50/12 +f 722/50/12 723/50/12 724/50/12 +f 721/50/11 722/50/11 723/50/11 +f 724/50/11 723/50/11 722/50/11 +f 727/50/12 726/50/12 725/50/12 +f 726/50/12 727/50/12 728/50/12 +f 725/50/11 726/50/11 727/50/11 +f 728/50/11 727/50/11 726/50/11 +f 731/50/12 730/50/12 729/50/12 +f 730/50/12 731/50/12 732/50/12 +f 729/50/11 730/50/11 731/50/11 +f 732/50/11 731/50/11 730/50/11 +f 734/50/12 729/50/12 733/50/12 +f 729/50/12 734/50/12 731/50/12 +f 733/50/11 729/50/11 734/50/11 +f 731/50/11 734/50/11 729/50/11 +f 729/50/12 736/50/12 735/50/12 +f 736/50/12 729/50/12 730/50/12 +f 735/50/11 736/50/11 729/50/11 +f 730/50/11 729/50/11 736/50/11 +f 733/50/12 735/50/12 737/50/12 +f 735/50/12 733/50/12 729/50/12 +f 737/50/11 735/50/11 733/50/11 +f 729/50/11 733/50/11 735/50/11 +f 740/50/119 739/51/118 738/50/117 +f 739/51/118 740/50/119 741/51/120 +f 738/50/123 739/51/122 740/50/121 +f 741/51/124 740/50/121 739/51/122 +f 743/51/126 740/50/119 742/50/125 +f 740/50/119 743/51/126 741/51/120 +f 742/50/128 740/50/121 743/51/127 +f 741/51/124 743/51/127 740/50/121 +f 746/52/131 745/50/130 744/50/129 +f 745/50/130 746/52/131 747/52/132 +f 744/50/135 745/50/134 746/52/133 +f 747/52/136 746/52/133 745/50/134 +f 745/50/130 749/52/138 748/50/137 +f 749/52/138 745/50/130 747/52/132 +f 748/50/140 749/52/139 745/50/134 +f 747/52/136 745/50/134 749/52/139 +f 752/50/143 751/52/142 750/50/141 +f 751/52/142 752/50/143 753/52/144 +f 750/50/147 751/52/146 752/50/145 +f 753/52/148 752/50/145 751/52/146 +f 751/52/142 755/52/150 754/52/149 +f 755/52/150 751/52/142 753/52/144 +f 754/52/152 755/52/151 751/52/146 +f 753/52/148 751/52/146 755/52/151 +f 755/52/150 752/50/143 756/50/153 +f 752/50/143 755/52/150 753/52/144 +f 756/50/154 752/50/145 755/52/151 +f 753/52/148 755/52/151 752/50/145 +f 751/52/142 757/50/155 750/50/141 +f 757/50/155 751/52/142 754/52/149 +f 750/50/147 757/50/156 751/52/146 +f 754/52/152 751/52/146 757/50/156 +f 754/52/149 756/50/153 757/50/155 +f 756/50/153 754/52/149 755/52/150 +f 757/50/156 756/50/154 754/52/152 +f 755/52/151 754/52/152 756/50/154 +f 759/52/158 744/50/129 758/50/157 +f 744/50/129 759/52/158 746/52/131 +f 758/50/160 744/50/135 759/52/159 +f 746/52/133 759/52/159 744/50/135 +f 739/51/118 760/50/161 738/50/117 +f 760/50/161 739/51/118 761/51/162 +f 738/50/123 760/50/163 739/51/122 +f 761/51/164 739/51/122 760/50/163 +f 749/52/138 758/50/157 748/50/137 +f 758/50/157 749/52/138 759/52/158 +f 748/50/140 758/50/160 749/52/139 +f 759/52/159 749/52/139 758/50/160 +f 749/52/138 746/52/131 759/52/158 +f 746/52/131 749/52/138 747/52/132 +f 759/52/159 746/52/133 749/52/139 +f 747/52/136 749/52/139 746/52/133 +f 764/51/167 763/51/166 762/51/165 +f 763/51/166 764/51/167 765/51/168 +f 762/51/171 763/51/170 764/51/169 +f 765/51/172 764/51/169 763/51/170 +f 761/51/162 741/51/120 743/51/126 +f 741/51/120 761/51/162 739/51/118 +f 743/51/127 741/51/124 761/51/164 +f 739/51/122 761/51/164 741/51/124 +f 766/50/173 765/51/168 764/51/167 +f 765/51/168 766/50/173 767/50/174 +f 764/51/169 765/51/172 766/50/175 +f 767/50/176 766/50/175 765/51/172 +f 770/50/179 769/51/178 768/50/177 +f 769/51/178 770/50/179 771/51/180 +f 768/50/183 769/51/182 770/50/181 +f 771/51/184 770/50/181 769/51/182 +f 766/50/173 762/51/165 772/50/185 +f 762/51/165 766/50/173 764/51/167 +f 772/50/186 762/51/171 766/50/175 +f 764/51/169 766/50/175 762/51/171 +f 765/51/168 773/50/187 763/51/166 +f 773/50/187 765/51/168 767/50/174 +f 763/51/170 773/50/188 765/51/172 +f 767/50/176 765/51/172 773/50/188 +f 776/51/191 775/50/190 774/50/189 +f 775/50/190 776/51/191 777/51/192 +f 774/50/195 775/50/194 776/51/193 +f 777/51/196 776/51/193 775/50/194 +f 762/51/165 773/50/187 772/50/185 +f 773/50/187 762/51/165 763/51/166 +f 772/50/186 773/50/188 762/51/171 +f 763/51/170 762/51/171 773/50/188 +f 768/50/177 776/51/191 774/50/189 +f 776/51/191 768/50/177 769/51/178 +f 774/50/195 776/51/193 768/50/183 +f 769/51/182 768/50/183 776/51/193 +f 771/51/180 775/50/190 777/51/192 +f 775/50/190 771/51/180 770/50/179 +f 777/51/196 775/50/194 771/51/184 +f 770/50/181 771/51/184 775/50/194 +f 769/51/178 777/51/192 776/51/191 +f 777/51/192 769/51/178 771/51/180 +f 776/51/193 777/51/196 769/51/182 +f 771/51/184 769/51/182 777/51/196 +f 761/51/162 742/50/125 760/50/161 +f 742/50/125 761/51/162 743/51/126 +f 760/50/163 742/50/128 761/51/164 +f 743/51/127 761/51/164 742/50/128 +f 780/53/15 779/50/6 778/50/15 +f 779/50/6 780/53/15 781/53/6 +f 778/50/13 779/50/8 780/53/13 +f 781/53/8 780/53/13 779/50/8 +f 784/53/12 783/53/12 782/53/12 +f 783/53/12 784/53/12 781/53/12 +f 783/53/12 781/53/12 780/53/12 +f 782/53/11 783/53/11 784/53/11 +f 781/53/11 784/53/11 783/53/11 +f 780/53/11 781/53/11 783/53/11 +f 782/53/8 785/50/8 35/50/8 +f 785/50/8 782/53/8 783/53/8 +f 35/50/6 785/50/6 782/53/6 +f 783/53/6 782/53/6 785/50/6 +f 781/53/6 786/50/16 779/50/6 +f 786/50/16 781/53/6 784/53/16 +f 779/50/8 786/50/14 781/53/8 +f 784/53/14 781/53/8 786/50/14 +f 782/53/3 786/50/3 784/53/3 +f 786/50/3 782/53/3 35/50/3 +f 784/53/4 786/50/4 782/53/4 +f 35/50/4 782/53/4 786/50/4 +f 785/50/4 780/53/4 778/50/4 +f 780/53/4 785/50/4 783/53/4 +f 778/50/3 780/53/3 785/50/3 +f 783/53/3 785/50/3 780/53/3 +f 789/50/119 788/51/118 787/50/117 +f 788/51/118 789/50/119 790/51/120 +f 787/50/123 788/51/122 789/50/121 +f 790/51/124 789/50/121 788/51/122 +f 792/51/126 789/50/119 791/50/125 +f 789/50/119 792/51/126 790/51/120 +f 791/50/128 789/50/121 792/51/127 +f 790/51/124 792/51/127 789/50/121 +f 795/52/131 794/50/130 793/50/129 +f 794/50/130 795/52/131 796/52/132 +f 793/50/135 794/50/134 795/52/133 +f 796/52/136 795/52/133 794/50/134 +f 794/50/130 798/52/138 797/50/137 +f 798/52/138 794/50/130 796/52/132 +f 797/50/140 798/52/139 794/50/134 +f 796/52/136 794/50/134 798/52/139 +f 801/50/143 800/52/142 799/50/141 +f 800/52/142 801/50/143 802/52/144 +f 799/50/147 800/52/146 801/50/145 +f 802/52/148 801/50/145 800/52/146 +f 800/52/142 804/52/150 803/52/149 +f 804/52/150 800/52/142 802/52/144 +f 803/52/152 804/52/151 800/52/146 +f 802/52/148 800/52/146 804/52/151 +f 804/52/150 801/50/143 805/50/153 +f 801/50/143 804/52/150 802/52/144 +f 805/50/154 801/50/145 804/52/151 +f 802/52/148 804/52/151 801/50/145 +f 800/52/142 806/50/155 799/50/141 +f 806/50/155 800/52/142 803/52/149 +f 799/50/147 806/50/156 800/52/146 +f 803/52/152 800/52/146 806/50/156 +f 803/52/149 805/50/153 806/50/155 +f 805/50/153 803/52/149 804/52/150 +f 806/50/156 805/50/154 803/52/152 +f 804/52/151 803/52/152 805/50/154 +f 808/52/158 793/50/129 807/50/157 +f 793/50/129 808/52/158 795/52/131 +f 807/50/160 793/50/135 808/52/159 +f 795/52/133 808/52/159 793/50/135 +f 788/51/118 809/50/161 787/50/117 +f 809/50/161 788/51/118 810/51/162 +f 787/50/123 809/50/163 788/51/122 +f 810/51/164 788/51/122 809/50/163 +f 798/52/138 807/50/157 797/50/137 +f 807/50/157 798/52/138 808/52/158 +f 797/50/140 807/50/160 798/52/139 +f 808/52/159 798/52/139 807/50/160 +f 798/52/138 795/52/131 808/52/158 +f 795/52/131 798/52/138 796/52/132 +f 808/52/159 795/52/133 798/52/139 +f 796/52/136 798/52/139 795/52/133 +f 813/51/167 812/51/166 811/51/165 +f 812/51/166 813/51/167 814/51/168 +f 811/51/171 812/51/170 813/51/169 +f 814/51/172 813/51/169 812/51/170 +f 810/51/162 790/51/120 792/51/126 +f 790/51/120 810/51/162 788/51/118 +f 792/51/127 790/51/124 810/51/164 +f 788/51/122 810/51/164 790/51/124 +f 815/50/173 814/51/168 813/51/167 +f 814/51/168 815/50/173 816/50/174 +f 813/51/169 814/51/172 815/50/175 +f 816/50/176 815/50/175 814/51/172 +f 819/50/179 818/51/178 817/50/177 +f 818/51/178 819/50/179 820/51/180 +f 817/50/183 818/51/182 819/50/181 +f 820/51/184 819/50/181 818/51/182 +f 815/50/173 811/51/165 821/50/185 +f 811/51/165 815/50/173 813/51/167 +f 821/50/186 811/51/171 815/50/175 +f 813/51/169 815/50/175 811/51/171 +f 814/51/168 822/50/187 812/51/166 +f 822/50/187 814/51/168 816/50/174 +f 812/51/170 822/50/188 814/51/172 +f 816/50/176 814/51/172 822/50/188 +f 825/51/191 824/50/190 823/50/189 +f 824/50/190 825/51/191 826/51/192 +f 823/50/195 824/50/194 825/51/193 +f 826/51/196 825/51/193 824/50/194 +f 811/51/165 822/50/187 821/50/185 +f 822/50/187 811/51/165 812/51/166 +f 821/50/186 822/50/188 811/51/171 +f 812/51/170 811/51/171 822/50/188 +f 817/50/177 825/51/191 823/50/189 +f 825/51/191 817/50/177 818/51/178 +f 823/50/195 825/51/193 817/50/183 +f 818/51/182 817/50/183 825/51/193 +f 820/51/180 824/50/190 826/51/192 +f 824/50/190 820/51/180 819/50/179 +f 826/51/196 824/50/194 820/51/184 +f 819/50/181 820/51/184 824/50/194 +f 818/51/178 826/51/192 825/51/191 +f 826/51/192 818/51/178 820/51/180 +f 825/51/193 826/51/196 818/51/182 +f 820/51/184 818/51/182 826/51/196 +f 810/51/162 791/50/125 809/50/161 +f 791/50/125 810/51/162 792/51/126 +f 809/50/163 791/50/128 810/51/164 +f 792/51/127 810/51/164 791/50/128 +f 829/53/15 828/50/6 827/50/15 +f 828/50/6 829/53/15 830/53/6 +f 827/50/13 828/50/8 829/53/13 +f 830/53/8 829/53/13 828/50/8 +f 833/53/12 832/53/12 831/53/12 +f 832/53/12 833/53/12 830/53/12 +f 832/53/12 830/53/12 829/53/12 +f 831/53/11 832/53/11 833/53/11 +f 830/53/11 833/53/11 832/53/11 +f 829/53/11 830/53/11 832/53/11 +f 831/53/8 834/50/8 127/50/8 +f 834/50/8 831/53/8 832/53/8 +f 127/50/6 834/50/6 831/53/6 +f 832/53/6 831/53/6 834/50/6 +f 830/53/6 835/50/16 828/50/6 +f 835/50/16 830/53/6 833/53/16 +f 828/50/8 835/50/14 830/53/8 +f 833/53/14 830/53/8 835/50/14 +f 831/53/3 835/50/3 833/53/3 +f 835/50/3 831/53/3 127/50/3 +f 833/53/4 835/50/4 831/53/4 +f 127/50/4 831/53/4 835/50/4 +f 834/50/4 829/53/4 827/50/4 +f 829/53/4 834/50/4 832/53/4 +f 827/50/3 829/53/3 834/50/3 +f 832/53/3 834/50/3 829/53/3 +f 840/50/208 859/51/244 841/51/207 +f 859/51/244 840/50/208 858/50/243 +f 841/51/206 859/51/242 840/50/205 +f 858/50/241 840/50/205 859/51/242 +f 875/51/276 867/51/262 869/51/264 +f 867/51/262 875/51/276 874/51/273 +f 869/51/260 867/51/258 875/51/272 +f 874/51/271 875/51/272 867/51/258 +f 873/50/274 869/51/264 868/50/261 +f 869/51/264 873/50/274 875/51/276 +f 868/50/259 869/51/260 873/50/270 +f 875/51/272 873/50/270 869/51/260 +f 874/51/273 866/50/263 867/51/262 +f 866/50/263 874/51/273 872/50/275 +f 867/51/258 866/50/257 874/51/271 +f 872/50/269 874/51/271 866/50/257 +f 871/50/268 860/51/251 861/51/250 +f 860/51/251 871/50/268 870/50/266 +f 861/51/246 860/51/245 871/50/267 +f 870/50/265 871/50/267 860/51/245 +f 873/50/274 874/51/273 875/51/276 +f 874/51/273 873/50/274 872/50/275 +f 875/51/272 874/51/271 873/50/270 +f 872/50/269 873/50/270 874/51/271 +f 871/50/268 863/51/252 865/50/256 +f 863/51/252 871/50/268 861/51/250 +f 865/50/254 863/51/248 871/50/267 +f 861/51/246 871/50/267 863/51/248 +f 860/51/251 864/50/255 862/51/249 +f 864/50/255 860/51/251 870/50/266 +f 862/51/247 864/50/253 860/51/245 +f 870/50/265 860/51/245 864/50/253 +f 867/51/262 868/50/261 869/51/264 +f 868/50/261 867/51/262 866/50/263 +f 869/51/260 868/50/259 867/51/258 +f 866/50/257 867/51/258 868/50/259 +f 863/51/252 864/50/255 865/50/256 +f 864/50/255 863/51/252 862/51/249 +f 865/50/254 864/50/253 863/51/248 +f 862/51/247 863/51/248 864/50/253 +f 839/51/204 859/51/244 837/51/202 +f 859/51/244 839/51/204 841/51/207 +f 837/51/198 859/51/242 839/51/200 +f 841/51/206 839/51/200 859/51/242 +f 861/51/250 862/51/249 863/51/252 +f 862/51/249 861/51/250 860/51/251 +f 863/51/248 862/51/247 861/51/246 +f 860/51/245 861/51/246 862/51/247 +f 844/52/213 847/52/219 845/52/216 +f 847/52/219 844/52/213 857/52/239 +f 845/52/212 847/52/218 844/52/211 +f 857/52/238 844/52/211 847/52/218 +f 856/50/240 847/52/219 857/52/239 +f 847/52/219 856/50/240 846/50/220 +f 857/52/238 847/52/218 856/50/237 +f 846/50/217 856/50/237 847/52/218 +f 858/50/243 837/51/202 859/51/244 +f 837/51/202 858/50/243 836/50/203 +f 859/51/242 837/51/198 858/50/241 +f 836/50/197 858/50/241 837/51/198 +f 842/50/215 857/52/239 844/52/213 +f 857/52/239 842/50/215 856/50/240 +f 844/52/211 857/52/238 842/50/209 +f 856/50/237 842/50/209 857/52/238 +f 854/50/234 852/52/232 853/52/231 +f 852/52/232 854/50/234 855/50/236 +f 853/52/230 852/52/229 854/50/233 +f 855/50/235 854/50/233 852/52/229 +f 855/50/236 849/52/226 852/52/232 +f 849/52/226 855/50/236 848/50/227 +f 852/52/229 849/52/222 855/50/235 +f 848/50/221 855/50/235 849/52/222 +f 850/50/225 853/52/231 851/52/228 +f 853/52/231 850/50/225 854/50/234 +f 851/52/224 853/52/230 850/50/223 +f 854/50/233 850/50/223 853/52/230 +f 853/52/231 849/52/226 851/52/228 +f 849/52/226 853/52/231 852/52/232 +f 851/52/224 849/52/222 853/52/230 +f 852/52/229 853/52/230 849/52/222 +f 849/52/226 850/50/225 851/52/228 +f 850/50/225 849/52/226 848/50/227 +f 851/52/224 850/50/223 849/52/222 +f 848/50/221 849/52/222 850/50/223 +f 847/52/219 843/50/214 845/52/216 +f 843/50/214 847/52/219 846/50/220 +f 845/52/212 843/50/210 847/52/218 +f 846/50/217 847/52/218 843/50/210 +f 843/50/214 844/52/213 845/52/216 +f 844/52/213 843/50/214 842/50/215 +f 845/52/212 844/52/211 843/50/210 +f 842/50/209 843/50/210 844/52/211 +f 838/50/201 841/51/207 839/51/204 +f 841/51/207 838/50/201 840/50/208 +f 839/51/200 841/51/206 838/50/199 +f 840/50/205 838/50/199 841/51/206 +f 837/51/202 838/50/201 839/51/204 +f 838/50/201 837/51/202 836/50/203 +f 839/51/200 838/50/199 837/51/198 +f 836/50/197 837/51/198 838/50/199 +f 878/53/37 883/50/37 881/53/37 +f 883/50/37 878/53/37 876/50/37 +f 881/53/38 883/50/38 878/53/38 +f 876/50/38 878/53/38 883/50/38 +f 884/50/38 880/53/38 219/50/38 +f 880/53/38 884/50/38 882/53/38 +f 219/50/37 880/53/37 884/50/37 +f 882/53/37 884/50/37 880/53/37 +f 884/50/46 879/53/42 882/53/46 +f 879/53/42 884/50/46 877/50/42 +f 882/53/48 879/53/40 884/50/48 +f 877/50/40 884/50/48 879/53/40 +f 883/50/40 880/53/40 881/53/40 +f 880/53/40 883/50/40 219/50/40 +f 881/53/42 880/53/42 883/50/42 +f 219/50/42 883/50/42 880/53/42 +f 881/53/11 879/53/11 878/53/11 +f 881/53/11 882/53/11 879/53/11 +f 882/53/11 881/53/11 880/53/11 +f 878/53/12 879/53/12 881/53/12 +f 879/53/12 882/53/12 881/53/12 +f 880/53/12 881/53/12 882/53/12 +f 877/50/42 878/53/45 879/53/42 +f 878/53/45 877/50/42 876/50/45 +f 879/53/40 878/53/47 877/50/40 +f 876/50/47 877/50/40 878/53/47 +f 889/50/208 908/51/244 890/51/207 +f 908/51/244 889/50/208 907/50/243 +f 890/51/206 908/51/242 889/50/205 +f 907/50/241 889/50/205 908/51/242 +f 924/51/276 916/51/262 918/51/264 +f 916/51/262 924/51/276 923/51/273 +f 918/51/260 916/51/258 924/51/272 +f 923/51/271 924/51/272 916/51/258 +f 922/50/274 918/51/264 917/50/261 +f 918/51/264 922/50/274 924/51/276 +f 917/50/259 918/51/260 922/50/270 +f 924/51/272 922/50/270 918/51/260 +f 923/51/273 915/50/263 916/51/262 +f 915/50/263 923/51/273 921/50/275 +f 916/51/258 915/50/257 923/51/271 +f 921/50/269 923/51/271 915/50/257 +f 920/50/268 909/51/251 910/51/250 +f 909/51/251 920/50/268 919/50/266 +f 910/51/246 909/51/245 920/50/267 +f 919/50/265 920/50/267 909/51/245 +f 922/50/274 923/51/273 924/51/276 +f 923/51/273 922/50/274 921/50/275 +f 924/51/272 923/51/271 922/50/270 +f 921/50/269 922/50/270 923/51/271 +f 920/50/268 912/51/252 914/50/256 +f 912/51/252 920/50/268 910/51/250 +f 914/50/254 912/51/248 920/50/267 +f 910/51/246 920/50/267 912/51/248 +f 909/51/251 913/50/255 911/51/249 +f 913/50/255 909/51/251 919/50/266 +f 911/51/247 913/50/253 909/51/245 +f 919/50/265 909/51/245 913/50/253 +f 916/51/262 917/50/261 918/51/264 +f 917/50/261 916/51/262 915/50/263 +f 918/51/260 917/50/259 916/51/258 +f 915/50/257 916/51/258 917/50/259 +f 912/51/252 913/50/255 914/50/256 +f 913/50/255 912/51/252 911/51/249 +f 914/50/254 913/50/253 912/51/248 +f 911/51/247 912/51/248 913/50/253 +f 888/51/204 908/51/244 886/51/202 +f 908/51/244 888/51/204 890/51/207 +f 886/51/198 908/51/242 888/51/200 +f 890/51/206 888/51/200 908/51/242 +f 910/51/250 911/51/249 912/51/252 +f 911/51/249 910/51/250 909/51/251 +f 912/51/248 911/51/247 910/51/246 +f 909/51/245 910/51/246 911/51/247 +f 893/52/213 896/52/219 894/52/216 +f 896/52/219 893/52/213 906/52/239 +f 894/52/212 896/52/218 893/52/211 +f 906/52/238 893/52/211 896/52/218 +f 905/50/240 896/52/219 906/52/239 +f 896/52/219 905/50/240 895/50/220 +f 906/52/238 896/52/218 905/50/237 +f 895/50/217 905/50/237 896/52/218 +f 907/50/243 886/51/202 908/51/244 +f 886/51/202 907/50/243 885/50/203 +f 908/51/242 886/51/198 907/50/241 +f 885/50/197 907/50/241 886/51/198 +f 891/50/215 906/52/239 893/52/213 +f 906/52/239 891/50/215 905/50/240 +f 893/52/211 906/52/238 891/50/209 +f 905/50/237 891/50/209 906/52/238 +f 903/50/234 901/52/232 902/52/231 +f 901/52/232 903/50/234 904/50/236 +f 902/52/230 901/52/229 903/50/233 +f 904/50/235 903/50/233 901/52/229 +f 904/50/236 898/52/226 901/52/232 +f 898/52/226 904/50/236 897/50/227 +f 901/52/229 898/52/222 904/50/235 +f 897/50/221 904/50/235 898/52/222 +f 899/50/225 902/52/231 900/52/228 +f 902/52/231 899/50/225 903/50/234 +f 900/52/224 902/52/230 899/50/223 +f 903/50/233 899/50/223 902/52/230 +f 902/52/231 898/52/226 900/52/228 +f 898/52/226 902/52/231 901/52/232 +f 900/52/224 898/52/222 902/52/230 +f 901/52/229 902/52/230 898/52/222 +f 898/52/226 899/50/225 900/52/228 +f 899/50/225 898/52/226 897/50/227 +f 900/52/224 899/50/223 898/52/222 +f 897/50/221 898/52/222 899/50/223 +f 896/52/219 892/50/214 894/52/216 +f 892/50/214 896/52/219 895/50/220 +f 894/52/212 892/50/210 896/52/218 +f 895/50/217 896/52/218 892/50/210 +f 892/50/214 893/52/213 894/52/216 +f 893/52/213 892/50/214 891/50/215 +f 894/52/212 893/52/211 892/50/210 +f 891/50/209 892/50/210 893/52/211 +f 887/50/201 890/51/207 888/51/204 +f 890/51/207 887/50/201 889/50/208 +f 888/51/200 890/51/206 887/50/199 +f 889/50/205 887/50/199 890/51/206 +f 886/51/202 887/50/201 888/51/204 +f 887/50/201 886/51/202 885/50/203 +f 888/51/200 887/50/199 886/51/198 +f 885/50/197 886/51/198 887/50/199 +f 927/53/37 932/50/37 930/53/37 +f 932/50/37 927/53/37 925/50/37 +f 930/53/38 932/50/38 927/53/38 +f 925/50/38 927/53/38 932/50/38 +f 933/50/38 929/53/38 311/50/38 +f 929/53/38 933/50/38 931/53/38 +f 311/50/37 929/53/37 933/50/37 +f 931/53/37 933/50/37 929/53/37 +f 933/50/46 928/53/42 931/53/46 +f 928/53/42 933/50/46 926/50/42 +f 931/53/48 928/53/40 933/50/48 +f 926/50/40 933/50/48 928/53/40 +f 932/50/40 929/53/40 930/53/40 +f 929/53/40 932/50/40 311/50/40 +f 930/53/42 929/53/42 932/50/42 +f 311/50/42 932/50/42 929/53/42 +f 930/53/11 928/53/11 927/53/11 +f 930/53/11 931/53/11 928/53/11 +f 931/53/11 930/53/11 929/53/11 +f 927/53/12 928/53/12 930/53/12 +f 928/53/12 931/53/12 930/53/12 +f 929/53/12 930/53/12 931/53/12 +f 926/50/42 927/53/45 928/53/42 +f 927/53/45 926/50/42 925/50/45 +f 928/53/40 927/53/47 926/50/40 +f 925/50/47 926/50/40 927/53/47 + +g stairs-wide + + + + +usemtl colormap + +f 3/1/1 2/2/1 1/1/1 +f 2/2/1 3/1/1 4/2/1 +f 1/1/2 2/2/2 3/1/2 +f 4/2/2 3/1/2 2/2/2 +f 7/3/1 6/4/1 5/3/1 +f 6/4/1 7/3/1 8/4/1 +f 5/3/2 6/4/2 7/3/2 +f 8/4/2 7/3/2 6/4/2 +f 11/5/1 10/6/1 9/5/1 +f 10/6/1 11/5/1 12/6/1 +f 9/5/2 10/6/2 11/5/2 +f 12/6/2 11/5/2 10/6/2 +f 15/6/1 14/7/1 13/6/1 +f 14/7/1 15/6/1 16/7/1 +f 13/6/2 14/7/2 15/6/2 +f 16/7/2 15/6/2 14/7/2 +f 19/4/1 18/8/1 17/4/1 +f 18/8/1 19/4/1 20/8/1 +f 17/4/2 18/8/2 19/4/2 +f 20/8/2 19/4/2 18/8/2 +f 23/7/1 22/3/1 21/7/1 +f 22/3/1 23/7/1 24/3/1 +f 21/7/2 22/3/2 23/7/2 +f 24/3/2 23/7/2 22/3/2 +f 27/2/1 26/5/1 25/2/1 +f 26/5/1 27/2/1 28/5/1 +f 25/2/2 26/5/2 27/2/2 +f 28/5/2 27/2/2 26/5/2 +f 31/8/2 30/1/2 29/8/2 +f 30/1/2 31/8/2 32/1/2 +f 29/8/1 30/1/1 31/8/1 +f 32/1/1 31/8/1 30/1/1 +f 35/9/3 34/1/3 33/9/3 +f 34/1/3 35/9/3 36/1/3 +f 33/9/4 34/1/4 35/9/4 +f 36/1/4 35/9/4 34/1/4 +f 39/9/5 38/1/6 37/1/5 +f 38/1/6 39/9/5 40/9/6 +f 37/1/7 38/1/8 39/9/7 +f 40/9/8 39/9/7 38/1/8 +f 35/9/8 41/1/8 36/1/8 +f 41/1/8 35/9/8 42/9/8 +f 36/1/6 41/1/6 35/9/6 +f 42/9/6 35/9/6 41/1/6 +f 40/9/6 34/1/9 38/1/6 +f 34/1/9 40/9/6 33/9/9 +f 38/1/8 34/1/10 40/9/8 +f 33/9/10 40/9/8 34/1/10 +f 41/1/11 34/1/11 36/1/11 +f 34/1/11 41/1/11 38/1/11 +f 38/1/11 41/1/11 37/1/11 +f 36/1/12 34/1/12 41/1/12 +f 38/1/12 41/1/12 34/1/12 +f 37/1/12 41/1/12 38/1/12 +f 33/9/12 42/9/12 35/9/12 +f 42/9/12 33/9/12 40/9/12 +f 42/9/12 40/9/12 39/9/12 +f 35/9/11 42/9/11 33/9/11 +f 40/9/11 33/9/11 42/9/11 +f 39/9/11 40/9/11 42/9/11 +f 41/1/4 39/9/4 37/1/4 +f 39/9/4 41/1/4 42/9/4 +f 37/1/3 39/9/3 41/1/3 +f 42/9/3 41/1/3 39/9/3 +f 45/8/12 44/8/12 43/8/12 +f 44/8/12 45/8/12 46/8/12 +f 44/8/12 46/8/12 47/8/12 +f 43/8/11 44/8/11 45/8/11 +f 46/8/11 45/8/11 44/8/11 +f 47/8/11 46/8/11 44/8/11 +f 43/8/8 49/1/8 48/1/8 +f 49/1/8 43/8/8 44/8/8 +f 48/1/6 49/1/6 43/8/6 +f 44/8/6 43/8/6 49/1/6 +f 49/1/4 47/8/4 50/1/4 +f 47/8/4 49/1/4 44/8/4 +f 50/1/3 47/8/3 49/1/3 +f 44/8/3 49/1/3 47/8/3 +f 43/8/3 51/1/3 45/8/3 +f 51/1/3 43/8/3 48/1/3 +f 45/8/4 51/1/4 43/8/4 +f 48/1/4 43/8/4 51/1/4 +f 53/11/13 52/10/13 46/8/8 +f 52/10/13 54/12/13 46/8/8 +f 55/13/13 53/11/13 46/8/8 +f 46/8/8 54/12/13 56/1/8 +f 57/12/13 56/1/8 54/12/13 +f 56/1/8 57/12/13 50/1/13 +f 58/10/13 50/1/13 57/12/13 +f 47/8/13 55/13/13 46/8/8 +f 47/8/13 50/1/13 58/10/13 +f 55/13/13 47/8/13 59/13/13 +f 60/11/13 47/8/13 58/10/13 +f 59/13/13 47/8/13 60/11/13 +f 62/15/14 61/14/14 45/8/14 +f 63/16/14 62/15/14 45/8/14 +f 46/8/8 63/16/14 45/8/14 +f 63/16/14 46/8/8 64/16/14 +f 45/8/14 61/14/14 51/1/14 +f 64/16/14 46/8/8 65/15/14 +f 65/15/14 46/8/8 66/14/14 +f 67/17/14 51/1/14 61/14/14 +f 66/14/14 46/8/8 68/18/14 +f 69/17/14 66/14/14 68/18/14 +f 69/17/14 68/18/14 67/17/14 +f 68/18/14 46/8/8 70/18/14 +f 70/18/14 46/8/8 71/19/14 +f 71/19/14 46/8/8 72/20/14 +f 46/8/8 56/1/8 72/20/14 +f 72/20/14 56/1/8 73/21/14 +f 51/1/14 73/21/14 56/1/8 +f 73/21/14 51/1/14 74/21/14 +f 74/21/14 51/1/14 67/17/14 +f 68/18/14 75/19/14 67/17/14 +f 76/20/14 74/21/14 67/17/14 +f 75/19/14 76/20/14 67/17/14 +f 46/8/6 52/10/15 53/11/15 +f 46/8/6 53/11/15 55/13/15 +f 46/8/6 54/12/15 52/10/15 +f 56/1/6 54/12/15 46/8/6 +f 54/12/15 56/1/6 57/12/15 +f 50/1/15 57/12/15 56/1/6 +f 57/12/15 50/1/15 58/10/15 +f 46/8/6 55/13/15 47/8/15 +f 58/10/15 50/1/15 47/8/15 +f 59/13/15 47/8/15 55/13/15 +f 58/10/15 47/8/15 60/11/15 +f 60/11/15 47/8/15 59/13/15 +f 45/8/16 61/14/16 62/15/16 +f 45/8/16 62/15/16 63/16/16 +f 45/8/16 63/16/16 46/8/6 +f 64/16/16 46/8/6 63/16/16 +f 51/1/16 61/14/16 45/8/16 +f 65/15/16 46/8/6 64/16/16 +f 66/14/16 46/8/6 65/15/16 +f 61/14/16 51/1/16 67/17/16 +f 68/18/16 46/8/6 66/14/16 +f 68/18/16 66/14/16 69/17/16 +f 67/17/16 68/18/16 69/17/16 +f 70/18/16 46/8/6 68/18/16 +f 71/19/16 46/8/6 70/18/16 +f 72/20/16 46/8/6 71/19/16 +f 72/20/16 56/1/6 46/8/6 +f 73/21/16 56/1/6 72/20/16 +f 56/1/6 73/21/16 51/1/16 +f 74/21/16 51/1/16 73/21/16 +f 67/17/16 51/1/16 74/21/16 +f 67/17/16 75/19/16 68/18/16 +f 67/17/16 74/21/16 76/20/16 +f 67/17/16 76/20/16 75/19/16 +f 79/23/17 78/22/18 77/22/17 +f 78/22/18 79/23/17 80/23/18 +f 77/22/19 78/22/20 79/23/19 +f 80/23/20 79/23/19 78/22/20 +f 83/23/19 82/22/20 81/22/19 +f 82/22/20 83/23/19 84/23/20 +f 81/22/17 82/22/18 83/23/17 +f 84/23/18 83/23/17 82/22/18 +f 87/23/22 86/22/21 85/23/21 +f 86/22/21 87/23/22 88/22/22 +f 85/23/24 86/22/24 87/23/23 +f 88/22/23 87/23/23 86/22/24 +f 91/22/24 90/23/23 89/22/23 +f 90/23/23 91/22/24 92/23/24 +f 89/22/22 90/23/22 91/22/21 +f 92/23/21 91/22/21 90/23/22 +f 84/23/20 91/22/24 82/22/20 +f 91/22/24 84/23/20 92/23/24 +f 82/22/18 91/22/21 84/23/18 +f 92/23/21 84/23/18 91/22/21 +f 80/23/18 86/22/21 78/22/18 +f 86/22/21 80/23/18 85/23/21 +f 78/22/20 86/22/24 80/23/20 +f 85/23/24 80/23/20 86/22/24 +f 87/23/22 81/22/19 88/22/22 +f 81/22/19 87/23/22 83/23/19 +f 88/22/23 81/22/17 87/23/23 +f 83/23/17 87/23/23 81/22/17 +f 90/23/23 77/22/17 89/22/23 +f 77/22/17 90/23/23 79/23/17 +f 89/22/22 77/22/19 90/23/22 +f 79/23/19 90/23/22 77/22/19 +f 80/23/25 87/23/25 85/23/25 +f 87/23/25 80/23/25 83/23/25 +f 83/23/25 80/23/25 79/23/25 +f 83/23/25 79/23/25 84/23/25 +f 84/23/25 79/23/25 90/23/25 +f 84/23/25 90/23/25 92/23/25 +f 85/23/26 87/23/26 80/23/26 +f 83/23/26 80/23/26 87/23/26 +f 79/23/26 80/23/26 83/23/26 +f 84/23/26 79/23/26 83/23/26 +f 90/23/26 79/23/26 84/23/26 +f 92/23/26 90/23/26 84/23/26 +f 81/22/26 86/22/26 88/22/26 +f 86/22/26 81/22/26 78/22/26 +f 78/22/26 81/22/26 82/22/26 +f 78/22/26 82/22/26 77/22/26 +f 77/22/26 82/22/26 91/22/26 +f 77/22/26 91/22/26 89/22/26 +f 88/22/25 86/22/25 81/22/25 +f 78/22/25 81/22/25 86/22/25 +f 82/22/25 81/22/25 78/22/25 +f 77/22/25 82/22/25 78/22/25 +f 91/22/25 82/22/25 77/22/25 +f 89/22/25 91/22/25 77/22/25 +f 95/23/27 94/22/28 93/22/27 +f 94/22/28 95/23/27 96/23/28 +f 93/22/29 94/22/30 95/23/29 +f 96/23/30 95/23/29 94/22/30 +f 99/23/29 98/22/30 97/22/29 +f 98/22/30 99/23/29 100/23/30 +f 97/22/27 98/22/28 99/23/27 +f 100/23/28 99/23/27 98/22/28 +f 103/23/32 102/22/31 101/23/31 +f 102/22/31 103/23/32 104/22/32 +f 101/23/34 102/22/34 103/23/33 +f 104/22/33 103/23/33 102/22/34 +f 107/22/34 106/23/33 105/22/33 +f 106/23/33 107/22/34 108/23/34 +f 105/22/32 106/23/32 107/22/31 +f 108/23/31 107/22/31 106/23/32 +f 100/23/30 107/22/34 98/22/30 +f 107/22/34 100/23/30 108/23/34 +f 98/22/28 107/22/31 100/23/28 +f 108/23/31 100/23/28 107/22/31 +f 96/23/28 102/22/31 94/22/28 +f 102/22/31 96/23/28 101/23/31 +f 94/22/30 102/22/34 96/23/30 +f 101/23/34 96/23/30 102/22/34 +f 103/23/32 97/22/29 104/22/32 +f 97/22/29 103/23/32 99/23/29 +f 104/22/33 97/22/27 103/23/33 +f 99/23/27 103/23/33 97/22/27 +f 106/23/33 93/22/27 105/22/33 +f 93/22/27 106/23/33 95/23/27 +f 105/22/32 93/22/29 106/23/32 +f 95/23/29 106/23/32 93/22/29 +f 96/23/35 103/23/35 101/23/35 +f 103/23/35 96/23/35 99/23/35 +f 99/23/35 96/23/35 95/23/35 +f 99/23/35 95/23/35 100/23/35 +f 100/23/35 95/23/35 106/23/35 +f 100/23/35 106/23/35 108/23/35 +f 101/23/36 103/23/36 96/23/36 +f 99/23/36 96/23/36 103/23/36 +f 95/23/36 96/23/36 99/23/36 +f 100/23/36 95/23/36 99/23/36 +f 106/23/36 95/23/36 100/23/36 +f 108/23/36 106/23/36 100/23/36 +f 97/22/36 102/22/36 104/22/36 +f 102/22/36 97/22/36 94/22/36 +f 94/22/36 97/22/36 98/22/36 +f 94/22/36 98/22/36 93/22/36 +f 93/22/36 98/22/36 107/22/36 +f 93/22/36 107/22/36 105/22/36 +f 104/22/35 102/22/35 97/22/35 +f 94/22/35 97/22/35 102/22/35 +f 98/22/35 97/22/35 94/22/35 +f 93/22/35 98/22/35 94/22/35 +f 107/22/35 98/22/35 93/22/35 +f 105/22/35 107/22/35 93/22/35 +f 111/23/27 110/22/28 109/22/27 +f 110/22/28 111/23/27 112/23/28 +f 109/22/29 110/22/30 111/23/29 +f 112/23/30 111/23/29 110/22/30 +f 115/23/29 114/22/30 113/22/29 +f 114/22/30 115/23/29 116/23/30 +f 113/22/27 114/22/28 115/23/27 +f 116/23/28 115/23/27 114/22/28 +f 119/23/32 118/22/31 117/23/31 +f 118/22/31 119/23/32 120/22/32 +f 117/23/34 118/22/34 119/23/33 +f 120/22/33 119/23/33 118/22/34 +f 123/22/34 122/23/33 121/22/33 +f 122/23/33 123/22/34 124/23/34 +f 121/22/32 122/23/32 123/22/31 +f 124/23/31 123/22/31 122/23/32 +f 116/23/30 123/22/34 114/22/30 +f 123/22/34 116/23/30 124/23/34 +f 114/22/28 123/22/31 116/23/28 +f 124/23/31 116/23/28 123/22/31 +f 112/23/28 118/22/31 110/22/28 +f 118/22/31 112/23/28 117/23/31 +f 110/22/30 118/22/34 112/23/30 +f 117/23/34 112/23/30 118/22/34 +f 119/23/32 113/22/29 120/22/32 +f 113/22/29 119/23/32 115/23/29 +f 120/22/33 113/22/27 119/23/33 +f 115/23/27 119/23/33 113/22/27 +f 122/23/33 109/22/27 121/22/33 +f 109/22/27 122/23/33 111/23/27 +f 121/22/32 109/22/29 122/23/32 +f 111/23/29 122/23/32 109/22/29 +f 112/23/35 119/23/35 117/23/35 +f 119/23/35 112/23/35 115/23/35 +f 115/23/35 112/23/35 111/23/35 +f 115/23/35 111/23/35 116/23/35 +f 116/23/35 111/23/35 122/23/35 +f 116/23/35 122/23/35 124/23/35 +f 117/23/36 119/23/36 112/23/36 +f 115/23/36 112/23/36 119/23/36 +f 111/23/36 112/23/36 115/23/36 +f 116/23/36 111/23/36 115/23/36 +f 122/23/36 111/23/36 116/23/36 +f 124/23/36 122/23/36 116/23/36 +f 113/22/36 118/22/36 120/22/36 +f 118/22/36 113/22/36 110/22/36 +f 110/22/36 113/22/36 114/22/36 +f 110/22/36 114/22/36 109/22/36 +f 109/22/36 114/22/36 123/22/36 +f 109/22/36 123/22/36 121/22/36 +f 120/22/35 118/22/35 113/22/35 +f 110/22/35 113/22/35 118/22/35 +f 114/22/35 113/22/35 110/22/35 +f 109/22/35 114/22/35 110/22/35 +f 123/22/35 114/22/35 109/22/35 +f 121/22/35 123/22/35 109/22/35 +f 127/9/3 126/1/3 125/9/3 +f 126/1/3 127/9/3 128/1/3 +f 125/9/4 126/1/4 127/9/4 +f 128/1/4 127/9/4 126/1/4 +f 131/9/5 130/1/6 129/1/5 +f 130/1/6 131/9/5 132/9/6 +f 129/1/7 130/1/8 131/9/7 +f 132/9/8 131/9/7 130/1/8 +f 127/9/8 133/1/8 128/1/8 +f 133/1/8 127/9/8 134/9/8 +f 128/1/6 133/1/6 127/9/6 +f 134/9/6 127/9/6 133/1/6 +f 132/9/6 126/1/9 130/1/6 +f 126/1/9 132/9/6 125/9/9 +f 130/1/8 126/1/10 132/9/8 +f 125/9/10 132/9/8 126/1/10 +f 133/1/11 126/1/11 128/1/11 +f 126/1/11 133/1/11 130/1/11 +f 130/1/11 133/1/11 129/1/11 +f 128/1/12 126/1/12 133/1/12 +f 130/1/12 133/1/12 126/1/12 +f 129/1/12 133/1/12 130/1/12 +f 125/9/12 134/9/12 127/9/12 +f 134/9/12 125/9/12 132/9/12 +f 134/9/12 132/9/12 131/9/12 +f 127/9/11 134/9/11 125/9/11 +f 132/9/11 125/9/11 134/9/11 +f 131/9/11 132/9/11 134/9/11 +f 133/1/4 131/9/4 129/1/4 +f 131/9/4 133/1/4 134/9/4 +f 129/1/3 131/9/3 133/1/3 +f 134/9/3 133/1/3 131/9/3 +f 137/8/12 136/8/12 135/8/12 +f 136/8/12 137/8/12 138/8/12 +f 136/8/12 138/8/12 139/8/12 +f 135/8/11 136/8/11 137/8/11 +f 138/8/11 137/8/11 136/8/11 +f 139/8/11 138/8/11 136/8/11 +f 135/8/8 141/1/8 140/1/8 +f 141/1/8 135/8/8 136/8/8 +f 140/1/6 141/1/6 135/8/6 +f 136/8/6 135/8/6 141/1/6 +f 141/1/4 139/8/4 142/1/4 +f 139/8/4 141/1/4 136/8/4 +f 142/1/3 139/8/3 141/1/3 +f 136/8/3 141/1/3 139/8/3 +f 135/8/3 143/1/3 137/8/3 +f 143/1/3 135/8/3 140/1/3 +f 137/8/4 143/1/4 135/8/4 +f 140/1/4 135/8/4 143/1/4 +f 145/11/13 144/10/13 138/8/8 +f 144/10/13 146/12/13 138/8/8 +f 147/13/13 145/11/13 138/8/8 +f 138/8/8 146/12/13 148/1/8 +f 149/12/13 148/1/8 146/12/13 +f 148/1/8 149/12/13 142/1/13 +f 150/10/13 142/1/13 149/12/13 +f 139/8/13 147/13/13 138/8/8 +f 139/8/13 142/1/13 150/10/13 +f 147/13/13 139/8/13 151/13/13 +f 152/11/13 139/8/13 150/10/13 +f 151/13/13 139/8/13 152/11/13 +f 154/15/14 153/14/14 137/8/14 +f 155/16/14 154/15/14 137/8/14 +f 138/8/8 155/16/14 137/8/14 +f 155/16/14 138/8/8 156/16/14 +f 137/8/14 153/14/14 143/1/14 +f 156/16/14 138/8/8 157/15/14 +f 157/15/14 138/8/8 158/14/14 +f 159/17/14 143/1/14 153/14/14 +f 158/14/14 138/8/8 160/18/14 +f 161/17/14 158/14/14 160/18/14 +f 161/17/14 160/18/14 159/17/14 +f 160/18/14 138/8/8 162/18/14 +f 162/18/14 138/8/8 163/19/14 +f 163/19/14 138/8/8 164/20/14 +f 138/8/8 148/1/8 164/20/14 +f 164/20/14 148/1/8 165/21/14 +f 143/1/14 165/21/14 148/1/8 +f 165/21/14 143/1/14 166/21/14 +f 166/21/14 143/1/14 159/17/14 +f 160/18/14 167/19/14 159/17/14 +f 168/20/14 166/21/14 159/17/14 +f 167/19/14 168/20/14 159/17/14 +f 138/8/6 144/10/15 145/11/15 +f 138/8/6 145/11/15 147/13/15 +f 138/8/6 146/12/15 144/10/15 +f 148/1/6 146/12/15 138/8/6 +f 146/12/15 148/1/6 149/12/15 +f 142/1/15 149/12/15 148/1/6 +f 149/12/15 142/1/15 150/10/15 +f 138/8/6 147/13/15 139/8/15 +f 150/10/15 142/1/15 139/8/15 +f 151/13/15 139/8/15 147/13/15 +f 150/10/15 139/8/15 152/11/15 +f 152/11/15 139/8/15 151/13/15 +f 137/8/16 153/14/16 154/15/16 +f 137/8/16 154/15/16 155/16/16 +f 137/8/16 155/16/16 138/8/6 +f 156/16/16 138/8/6 155/16/16 +f 143/1/16 153/14/16 137/8/16 +f 157/15/16 138/8/6 156/16/16 +f 158/14/16 138/8/6 157/15/16 +f 153/14/16 143/1/16 159/17/16 +f 160/18/16 138/8/6 158/14/16 +f 160/18/16 158/14/16 161/17/16 +f 159/17/16 160/18/16 161/17/16 +f 162/18/16 138/8/6 160/18/16 +f 163/19/16 138/8/6 162/18/16 +f 164/20/16 138/8/6 163/19/16 +f 164/20/16 148/1/6 138/8/6 +f 165/21/16 148/1/6 164/20/16 +f 148/1/6 165/21/16 143/1/16 +f 166/21/16 143/1/16 165/21/16 +f 159/17/16 143/1/16 166/21/16 +f 159/17/16 167/19/16 160/18/16 +f 159/17/16 166/21/16 168/20/16 +f 159/17/16 168/20/16 167/19/16 +f 171/23/17 170/22/18 169/22/17 +f 170/22/18 171/23/17 172/23/18 +f 169/22/19 170/22/20 171/23/19 +f 172/23/20 171/23/19 170/22/20 +f 175/23/19 174/22/20 173/22/19 +f 174/22/20 175/23/19 176/23/20 +f 173/22/17 174/22/18 175/23/17 +f 176/23/18 175/23/17 174/22/18 +f 179/23/22 178/22/21 177/23/21 +f 178/22/21 179/23/22 180/22/22 +f 177/23/24 178/22/24 179/23/23 +f 180/22/23 179/23/23 178/22/24 +f 183/22/24 182/23/23 181/22/23 +f 182/23/23 183/22/24 184/23/24 +f 181/22/22 182/23/22 183/22/21 +f 184/23/21 183/22/21 182/23/22 +f 176/23/20 183/22/24 174/22/20 +f 183/22/24 176/23/20 184/23/24 +f 174/22/18 183/22/21 176/23/18 +f 184/23/21 176/23/18 183/22/21 +f 172/23/18 178/22/21 170/22/18 +f 178/22/21 172/23/18 177/23/21 +f 170/22/20 178/22/24 172/23/20 +f 177/23/24 172/23/20 178/22/24 +f 179/23/22 173/22/19 180/22/22 +f 173/22/19 179/23/22 175/23/19 +f 180/22/23 173/22/17 179/23/23 +f 175/23/17 179/23/23 173/22/17 +f 182/23/23 169/22/17 181/22/23 +f 169/22/17 182/23/23 171/23/17 +f 181/22/22 169/22/19 182/23/22 +f 171/23/19 182/23/22 169/22/19 +f 172/23/25 179/23/25 177/23/25 +f 179/23/25 172/23/25 175/23/25 +f 175/23/25 172/23/25 171/23/25 +f 175/23/25 171/23/25 176/23/25 +f 176/23/25 171/23/25 182/23/25 +f 176/23/25 182/23/25 184/23/25 +f 177/23/26 179/23/26 172/23/26 +f 175/23/26 172/23/26 179/23/26 +f 171/23/26 172/23/26 175/23/26 +f 176/23/26 171/23/26 175/23/26 +f 182/23/26 171/23/26 176/23/26 +f 184/23/26 182/23/26 176/23/26 +f 173/22/26 178/22/26 180/22/26 +f 178/22/26 173/22/26 170/22/26 +f 170/22/26 173/22/26 174/22/26 +f 170/22/26 174/22/26 169/22/26 +f 169/22/26 174/22/26 183/22/26 +f 169/22/26 183/22/26 181/22/26 +f 180/22/25 178/22/25 173/22/25 +f 170/22/25 173/22/25 178/22/25 +f 174/22/25 173/22/25 170/22/25 +f 169/22/25 174/22/25 170/22/25 +f 183/22/25 174/22/25 169/22/25 +f 181/22/25 183/22/25 169/22/25 +f 187/23/27 186/22/28 185/22/27 +f 186/22/28 187/23/27 188/23/28 +f 185/22/29 186/22/30 187/23/29 +f 188/23/30 187/23/29 186/22/30 +f 191/23/29 190/22/30 189/22/29 +f 190/22/30 191/23/29 192/23/30 +f 189/22/27 190/22/28 191/23/27 +f 192/23/28 191/23/27 190/22/28 +f 195/23/32 194/22/31 193/23/31 +f 194/22/31 195/23/32 196/22/32 +f 193/23/34 194/22/34 195/23/33 +f 196/22/33 195/23/33 194/22/34 +f 199/22/34 198/23/33 197/22/33 +f 198/23/33 199/22/34 200/23/34 +f 197/22/32 198/23/32 199/22/31 +f 200/23/31 199/22/31 198/23/32 +f 192/23/30 199/22/34 190/22/30 +f 199/22/34 192/23/30 200/23/34 +f 190/22/28 199/22/31 192/23/28 +f 200/23/31 192/23/28 199/22/31 +f 188/23/28 194/22/31 186/22/28 +f 194/22/31 188/23/28 193/23/31 +f 186/22/30 194/22/34 188/23/30 +f 193/23/34 188/23/30 194/22/34 +f 195/23/32 189/22/29 196/22/32 +f 189/22/29 195/23/32 191/23/29 +f 196/22/33 189/22/27 195/23/33 +f 191/23/27 195/23/33 189/22/27 +f 198/23/33 185/22/27 197/22/33 +f 185/22/27 198/23/33 187/23/27 +f 197/22/32 185/22/29 198/23/32 +f 187/23/29 198/23/32 185/22/29 +f 188/23/35 195/23/35 193/23/35 +f 195/23/35 188/23/35 191/23/35 +f 191/23/35 188/23/35 187/23/35 +f 191/23/35 187/23/35 192/23/35 +f 192/23/35 187/23/35 198/23/35 +f 192/23/35 198/23/35 200/23/35 +f 193/23/36 195/23/36 188/23/36 +f 191/23/36 188/23/36 195/23/36 +f 187/23/36 188/23/36 191/23/36 +f 192/23/36 187/23/36 191/23/36 +f 198/23/36 187/23/36 192/23/36 +f 200/23/36 198/23/36 192/23/36 +f 189/22/36 194/22/36 196/22/36 +f 194/22/36 189/22/36 186/22/36 +f 186/22/36 189/22/36 190/22/36 +f 186/22/36 190/22/36 185/22/36 +f 185/22/36 190/22/36 199/22/36 +f 185/22/36 199/22/36 197/22/36 +f 196/22/35 194/22/35 189/22/35 +f 186/22/35 189/22/35 194/22/35 +f 190/22/35 189/22/35 186/22/35 +f 185/22/35 190/22/35 186/22/35 +f 199/22/35 190/22/35 185/22/35 +f 197/22/35 199/22/35 185/22/35 +f 203/23/27 202/22/28 201/22/27 +f 202/22/28 203/23/27 204/23/28 +f 201/22/29 202/22/30 203/23/29 +f 204/23/30 203/23/29 202/22/30 +f 207/23/29 206/22/30 205/22/29 +f 206/22/30 207/23/29 208/23/30 +f 205/22/27 206/22/28 207/23/27 +f 208/23/28 207/23/27 206/22/28 +f 211/23/32 210/22/31 209/23/31 +f 210/22/31 211/23/32 212/22/32 +f 209/23/34 210/22/34 211/23/33 +f 212/22/33 211/23/33 210/22/34 +f 215/22/34 214/23/33 213/22/33 +f 214/23/33 215/22/34 216/23/34 +f 213/22/32 214/23/32 215/22/31 +f 216/23/31 215/22/31 214/23/32 +f 208/23/30 215/22/34 206/22/30 +f 215/22/34 208/23/30 216/23/34 +f 206/22/28 215/22/31 208/23/28 +f 216/23/31 208/23/28 215/22/31 +f 204/23/28 210/22/31 202/22/28 +f 210/22/31 204/23/28 209/23/31 +f 202/22/30 210/22/34 204/23/30 +f 209/23/34 204/23/30 210/22/34 +f 211/23/32 205/22/29 212/22/32 +f 205/22/29 211/23/32 207/23/29 +f 212/22/33 205/22/27 211/23/33 +f 207/23/27 211/23/33 205/22/27 +f 214/23/33 201/22/27 213/22/33 +f 201/22/27 214/23/33 203/23/27 +f 213/22/32 201/22/29 214/23/32 +f 203/23/29 214/23/32 201/22/29 +f 204/23/35 211/23/35 209/23/35 +f 211/23/35 204/23/35 207/23/35 +f 207/23/35 204/23/35 203/23/35 +f 207/23/35 203/23/35 208/23/35 +f 208/23/35 203/23/35 214/23/35 +f 208/23/35 214/23/35 216/23/35 +f 209/23/36 211/23/36 204/23/36 +f 207/23/36 204/23/36 211/23/36 +f 203/23/36 204/23/36 207/23/36 +f 208/23/36 203/23/36 207/23/36 +f 214/23/36 203/23/36 208/23/36 +f 216/23/36 214/23/36 208/23/36 +f 205/22/36 210/22/36 212/22/36 +f 210/22/36 205/22/36 202/22/36 +f 202/22/36 205/22/36 206/22/36 +f 202/22/36 206/22/36 201/22/36 +f 201/22/36 206/22/36 215/22/36 +f 201/22/36 215/22/36 213/22/36 +f 212/22/35 210/22/35 205/22/35 +f 202/22/35 205/22/35 210/22/35 +f 206/22/35 205/22/35 202/22/35 +f 201/22/35 206/22/35 202/22/35 +f 215/22/35 206/22/35 201/22/35 +f 213/22/35 215/22/35 201/22/35 +f 223/9/37 225/1/37 226/9/37 +f 225/1/37 223/9/37 221/1/37 +f 226/9/38 225/1/38 223/9/38 +f 221/1/38 223/9/38 225/1/38 +f 226/9/11 224/9/11 223/9/11 +f 226/9/11 217/9/11 224/9/11 +f 217/9/11 226/9/11 219/9/11 +f 223/9/12 224/9/12 226/9/12 +f 224/9/12 217/9/12 226/9/12 +f 219/9/12 226/9/12 217/9/12 +f 222/1/12 225/1/12 221/1/12 +f 218/1/12 225/1/12 222/1/12 +f 225/1/12 218/1/12 220/1/12 +f 221/1/11 225/1/11 222/1/11 +f 222/1/11 225/1/11 218/1/11 +f 220/1/11 218/1/11 225/1/11 +f 218/1/44 224/9/42 217/9/44 +f 224/9/42 218/1/44 222/1/42 +f 217/9/43 224/9/40 218/1/43 +f 222/1/40 218/1/43 224/9/40 +f 225/1/40 219/9/40 226/9/40 +f 219/9/40 225/1/40 220/1/40 +f 226/9/42 219/9/42 225/1/42 +f 220/1/42 225/1/42 219/9/42 +f 222/1/42 223/9/41 224/9/42 +f 223/9/41 222/1/42 221/1/41 +f 224/9/40 223/9/39 222/1/40 +f 221/1/39 222/1/40 223/9/39 +f 218/1/38 219/9/38 220/1/38 +f 219/9/38 218/1/38 217/9/38 +f 220/1/37 219/9/37 218/1/37 +f 217/9/37 218/1/37 219/9/37 +f 259/19/48 260/20/48 251/17/48 +f 260/20/48 258/21/48 251/17/48 +f 252/18/48 259/19/48 251/17/48 +f 258/21/48 235/1/48 251/17/48 +f 257/21/48 235/1/48 258/21/48 +f 235/1/48 257/21/48 240/1/40 +f 256/20/48 240/1/40 257/21/48 +f 230/8/40 240/1/40 256/20/48 +f 255/19/48 230/8/40 256/20/48 +f 254/18/48 230/8/40 255/19/48 +f 252/18/48 230/8/40 254/18/48 +f 253/17/48 252/18/48 251/17/48 +f 253/17/48 250/14/48 252/18/48 +f 250/14/48 230/8/40 252/18/48 +f 251/17/48 235/1/48 245/14/48 +f 249/15/48 230/8/40 250/14/48 +f 248/16/48 230/8/40 249/15/48 +f 229/8/48 245/14/48 235/1/48 +f 247/16/48 230/8/40 248/16/48 +f 230/8/40 247/16/48 229/8/48 +f 247/16/48 246/15/48 229/8/48 +f 246/15/48 245/14/48 229/8/48 +f 243/13/47 231/8/47 244/11/47 +f 244/11/47 231/8/47 242/10/47 +f 239/13/47 231/8/47 243/13/47 +f 231/8/47 234/1/47 242/10/47 +f 231/8/47 239/13/47 230/8/40 +f 242/10/47 234/1/47 241/12/47 +f 240/1/40 241/12/47 234/1/47 +f 241/12/47 240/1/40 238/12/47 +f 230/8/40 238/12/47 240/1/40 +f 236/10/47 238/12/47 230/8/40 +f 239/13/47 237/11/47 230/8/40 +f 237/11/47 236/10/47 230/8/40 +f 251/17/46 260/20/46 259/19/46 +f 251/17/46 258/21/46 260/20/46 +f 251/17/46 259/19/46 252/18/46 +f 251/17/46 235/1/46 258/21/46 +f 258/21/46 235/1/46 257/21/46 +f 240/1/42 257/21/46 235/1/46 +f 257/21/46 240/1/42 256/20/46 +f 256/20/46 240/1/42 230/8/42 +f 256/20/46 230/8/42 255/19/46 +f 255/19/46 230/8/42 254/18/46 +f 254/18/46 230/8/42 252/18/46 +f 251/17/46 252/18/46 253/17/46 +f 252/18/46 250/14/46 253/17/46 +f 252/18/46 230/8/42 250/14/46 +f 245/14/46 235/1/46 251/17/46 +f 250/14/46 230/8/42 249/15/46 +f 249/15/46 230/8/42 248/16/46 +f 235/1/46 245/14/46 229/8/46 +f 248/16/46 230/8/42 247/16/46 +f 229/8/46 247/16/46 230/8/42 +f 229/8/46 246/15/46 247/16/46 +f 229/8/46 245/14/46 246/15/46 +f 244/11/45 231/8/45 243/13/45 +f 242/10/45 231/8/45 244/11/45 +f 243/13/45 231/8/45 239/13/45 +f 242/10/45 234/1/45 231/8/45 +f 230/8/42 239/13/45 231/8/45 +f 241/12/45 234/1/45 242/10/45 +f 234/1/45 241/12/45 240/1/42 +f 238/12/45 240/1/42 241/12/45 +f 240/1/42 238/12/45 230/8/42 +f 230/8/42 237/11/45 239/13/45 +f 230/8/42 238/12/45 236/10/45 +f 230/8/42 236/10/45 237/11/45 +f 235/1/38 227/8/38 232/1/38 +f 227/8/38 235/1/38 229/8/38 +f 232/1/37 227/8/37 235/1/37 +f 229/8/37 235/1/37 227/8/37 +f 231/8/37 233/1/37 228/8/37 +f 233/1/37 231/8/37 234/1/37 +f 228/8/38 233/1/38 231/8/38 +f 234/1/38 231/8/38 233/1/38 +f 233/1/40 227/8/40 228/8/40 +f 227/8/40 233/1/40 232/1/40 +f 228/8/42 227/8/42 233/1/42 +f 232/1/42 233/1/42 227/8/42 +f 228/8/11 230/8/11 231/8/11 +f 228/8/11 229/8/11 230/8/11 +f 229/8/11 228/8/11 227/8/11 +f 231/8/12 230/8/12 228/8/12 +f 230/8/12 229/8/12 228/8/12 +f 227/8/12 228/8/12 229/8/12 +f 261/22/57 275/22/57 273/22/57 +f 261/22/57 266/22/57 275/22/57 +f 262/22/57 266/22/57 261/22/57 +f 262/22/57 265/22/57 266/22/57 +f 270/22/57 265/22/57 262/22/57 +f 265/22/57 270/22/57 272/22/57 +f 273/22/58 275/22/58 261/22/58 +f 275/22/58 266/22/58 261/22/58 +f 261/22/58 266/22/58 262/22/58 +f 266/22/58 265/22/58 262/22/58 +f 262/22/58 265/22/58 270/22/58 +f 272/22/58 270/22/58 265/22/58 +f 268/23/58 274/23/58 276/23/58 +f 268/23/58 263/23/58 274/23/58 +f 267/23/58 263/23/58 268/23/58 +f 267/23/58 264/23/58 263/23/58 +f 271/23/58 264/23/58 267/23/58 +f 264/23/58 271/23/58 269/23/58 +f 276/23/57 274/23/57 268/23/57 +f 274/23/57 263/23/57 268/23/57 +f 268/23/57 263/23/57 267/23/57 +f 263/23/57 264/23/57 267/23/57 +f 267/23/57 264/23/57 271/23/57 +f 269/23/57 271/23/57 264/23/57 +f 261/22/51 274/23/54 263/23/51 +f 274/23/54 261/22/51 273/22/54 +f 263/23/49 274/23/55 261/22/49 +f 273/22/55 261/22/49 274/23/55 +f 265/22/49 271/23/55 267/23/49 +f 271/23/55 265/22/49 272/22/55 +f 267/23/51 271/23/54 265/22/51 +f 272/22/54 265/22/51 271/23/54 +f 270/22/56 264/23/52 269/23/56 +f 264/23/52 270/22/56 262/22/52 +f 269/23/53 264/23/50 270/22/53 +f 262/22/50 270/22/53 264/23/50 +f 275/22/53 268/23/50 276/23/53 +f 268/23/50 275/22/53 266/22/50 +f 276/23/56 268/23/52 275/22/56 +f 266/22/52 275/22/56 268/23/52 +f 274/23/54 275/22/53 276/23/53 +f 275/22/53 274/23/54 273/22/54 +f 276/23/56 275/22/56 274/23/55 +f 273/22/55 274/23/55 275/22/56 +f 270/22/56 271/23/55 272/22/55 +f 271/23/55 270/22/56 269/23/56 +f 272/22/54 271/23/54 270/22/53 +f 269/23/53 270/22/53 271/23/54 +f 266/22/50 267/23/49 268/23/50 +f 267/23/49 266/22/50 265/22/49 +f 268/23/52 267/23/51 266/22/52 +f 265/22/51 266/22/52 267/23/51 +f 262/22/52 263/23/51 264/23/52 +f 263/23/51 262/22/52 261/22/51 +f 264/23/50 263/23/49 262/22/50 +f 261/22/49 262/22/50 263/23/49 +f 277/22/67 291/22/67 289/22/67 +f 277/22/67 282/22/67 291/22/67 +f 278/22/67 282/22/67 277/22/67 +f 278/22/67 281/22/67 282/22/67 +f 286/22/67 281/22/67 278/22/67 +f 281/22/67 286/22/67 288/22/67 +f 289/22/68 291/22/68 277/22/68 +f 291/22/68 282/22/68 277/22/68 +f 277/22/68 282/22/68 278/22/68 +f 282/22/68 281/22/68 278/22/68 +f 278/22/68 281/22/68 286/22/68 +f 288/22/68 286/22/68 281/22/68 +f 284/23/68 290/23/68 292/23/68 +f 284/23/68 279/23/68 290/23/68 +f 283/23/68 279/23/68 284/23/68 +f 283/23/68 280/23/68 279/23/68 +f 287/23/68 280/23/68 283/23/68 +f 280/23/68 287/23/68 285/23/68 +f 292/23/67 290/23/67 284/23/67 +f 290/23/67 279/23/67 284/23/67 +f 284/23/67 279/23/67 283/23/67 +f 279/23/67 280/23/67 283/23/67 +f 283/23/67 280/23/67 287/23/67 +f 285/23/67 287/23/67 280/23/67 +f 277/22/61 290/23/64 279/23/61 +f 290/23/64 277/22/61 289/22/64 +f 279/23/59 290/23/65 277/22/59 +f 289/22/65 277/22/59 290/23/65 +f 281/22/59 287/23/65 283/23/59 +f 287/23/65 281/22/59 288/22/65 +f 283/23/61 287/23/64 281/22/61 +f 288/22/64 281/22/61 287/23/64 +f 286/22/66 280/23/62 285/23/66 +f 280/23/62 286/22/66 278/22/62 +f 285/23/63 280/23/60 286/22/63 +f 278/22/60 286/22/63 280/23/60 +f 291/22/63 284/23/60 292/23/63 +f 284/23/60 291/22/63 282/22/60 +f 292/23/66 284/23/62 291/22/66 +f 282/22/62 291/22/66 284/23/62 +f 290/23/64 291/22/63 292/23/63 +f 291/22/63 290/23/64 289/22/64 +f 292/23/66 291/22/66 290/23/65 +f 289/22/65 290/23/65 291/22/66 +f 286/22/66 287/23/65 288/22/65 +f 287/23/65 286/22/66 285/23/66 +f 288/22/64 287/23/64 286/22/63 +f 285/23/63 286/22/63 287/23/64 +f 282/22/60 283/23/59 284/23/60 +f 283/23/59 282/22/60 281/22/59 +f 284/23/62 283/23/61 282/22/62 +f 281/22/61 282/22/62 283/23/61 +f 278/22/62 279/23/61 280/23/62 +f 279/23/61 278/22/62 277/22/61 +f 280/23/60 279/23/59 278/22/60 +f 277/22/59 278/22/60 279/23/59 +f 293/22/67 307/22/67 305/22/67 +f 293/22/67 298/22/67 307/22/67 +f 294/22/67 298/22/67 293/22/67 +f 294/22/67 297/22/67 298/22/67 +f 302/22/67 297/22/67 294/22/67 +f 297/22/67 302/22/67 304/22/67 +f 305/22/68 307/22/68 293/22/68 +f 307/22/68 298/22/68 293/22/68 +f 293/22/68 298/22/68 294/22/68 +f 298/22/68 297/22/68 294/22/68 +f 294/22/68 297/22/68 302/22/68 +f 304/22/68 302/22/68 297/22/68 +f 300/23/68 306/23/68 308/23/68 +f 300/23/68 295/23/68 306/23/68 +f 299/23/68 295/23/68 300/23/68 +f 299/23/68 296/23/68 295/23/68 +f 303/23/68 296/23/68 299/23/68 +f 296/23/68 303/23/68 301/23/68 +f 308/23/67 306/23/67 300/23/67 +f 306/23/67 295/23/67 300/23/67 +f 300/23/67 295/23/67 299/23/67 +f 295/23/67 296/23/67 299/23/67 +f 299/23/67 296/23/67 303/23/67 +f 301/23/67 303/23/67 296/23/67 +f 293/22/61 306/23/64 295/23/61 +f 306/23/64 293/22/61 305/22/64 +f 295/23/59 306/23/65 293/22/59 +f 305/22/65 293/22/59 306/23/65 +f 297/22/59 303/23/65 299/23/59 +f 303/23/65 297/22/59 304/22/65 +f 299/23/61 303/23/64 297/22/61 +f 304/22/64 297/22/61 303/23/64 +f 302/22/66 296/23/62 301/23/66 +f 296/23/62 302/22/66 294/22/62 +f 301/23/63 296/23/60 302/22/63 +f 294/22/60 302/22/63 296/23/60 +f 307/22/63 300/23/60 308/23/63 +f 300/23/60 307/22/63 298/22/60 +f 308/23/66 300/23/62 307/22/66 +f 298/22/62 307/22/66 300/23/62 +f 306/23/64 307/22/63 308/23/63 +f 307/22/63 306/23/64 305/22/64 +f 308/23/66 307/22/66 306/23/65 +f 305/22/65 306/23/65 307/22/66 +f 302/22/66 303/23/65 304/22/65 +f 303/23/65 302/22/66 301/23/66 +f 304/22/64 303/23/64 302/22/63 +f 301/23/63 302/22/63 303/23/64 +f 298/22/60 299/23/59 300/23/60 +f 299/23/59 298/22/60 297/22/59 +f 300/23/62 299/23/61 298/22/62 +f 297/22/61 298/22/62 299/23/61 +f 294/22/62 295/23/61 296/23/62 +f 295/23/61 294/22/62 293/22/61 +f 296/23/60 295/23/59 294/22/60 +f 293/22/59 294/22/60 295/23/59 +f 315/9/37 317/1/37 318/9/37 +f 317/1/37 315/9/37 313/1/37 +f 318/9/38 317/1/38 315/9/38 +f 313/1/38 315/9/38 317/1/38 +f 318/9/11 316/9/11 315/9/11 +f 318/9/11 309/9/11 316/9/11 +f 309/9/11 318/9/11 311/9/11 +f 315/9/12 316/9/12 318/9/12 +f 316/9/12 309/9/12 318/9/12 +f 311/9/12 318/9/12 309/9/12 +f 314/1/12 317/1/12 313/1/12 +f 310/1/12 317/1/12 314/1/12 +f 317/1/12 310/1/12 312/1/12 +f 313/1/11 317/1/11 314/1/11 +f 314/1/11 317/1/11 310/1/11 +f 312/1/11 310/1/11 317/1/11 +f 310/1/44 316/9/42 309/9/44 +f 316/9/42 310/1/44 314/1/42 +f 309/9/43 316/9/40 310/1/43 +f 314/1/40 310/1/43 316/9/40 +f 317/1/40 311/9/40 318/9/40 +f 311/9/40 317/1/40 312/1/40 +f 318/9/42 311/9/42 317/1/42 +f 312/1/42 317/1/42 311/9/42 +f 314/1/42 315/9/41 316/9/42 +f 315/9/41 314/1/42 313/1/41 +f 316/9/40 315/9/39 314/1/40 +f 313/1/39 314/1/40 315/9/39 +f 310/1/38 311/9/38 312/1/38 +f 311/9/38 310/1/38 309/9/38 +f 312/1/37 311/9/37 310/1/37 +f 309/9/37 310/1/37 311/9/37 +f 351/19/48 352/20/48 343/17/48 +f 352/20/48 350/21/48 343/17/48 +f 344/18/48 351/19/48 343/17/48 +f 350/21/48 327/1/48 343/17/48 +f 349/21/48 327/1/48 350/21/48 +f 327/1/48 349/21/48 332/1/40 +f 348/20/48 332/1/40 349/21/48 +f 322/8/40 332/1/40 348/20/48 +f 347/19/48 322/8/40 348/20/48 +f 346/18/48 322/8/40 347/19/48 +f 344/18/48 322/8/40 346/18/48 +f 345/17/48 344/18/48 343/17/48 +f 345/17/48 342/14/48 344/18/48 +f 342/14/48 322/8/40 344/18/48 +f 343/17/48 327/1/48 337/14/48 +f 341/15/48 322/8/40 342/14/48 +f 340/16/48 322/8/40 341/15/48 +f 321/8/48 337/14/48 327/1/48 +f 339/16/48 322/8/40 340/16/48 +f 322/8/40 339/16/48 321/8/48 +f 339/16/48 338/15/48 321/8/48 +f 338/15/48 337/14/48 321/8/48 +f 335/13/47 323/8/47 336/11/47 +f 336/11/47 323/8/47 334/10/47 +f 331/13/47 323/8/47 335/13/47 +f 323/8/47 326/1/47 334/10/47 +f 323/8/47 331/13/47 322/8/40 +f 334/10/47 326/1/47 333/12/47 +f 332/1/40 333/12/47 326/1/47 +f 333/12/47 332/1/40 330/12/47 +f 322/8/40 330/12/47 332/1/40 +f 328/10/47 330/12/47 322/8/40 +f 331/13/47 329/11/47 322/8/40 +f 329/11/47 328/10/47 322/8/40 +f 343/17/46 352/20/46 351/19/46 +f 343/17/46 350/21/46 352/20/46 +f 343/17/46 351/19/46 344/18/46 +f 343/17/46 327/1/46 350/21/46 +f 350/21/46 327/1/46 349/21/46 +f 332/1/42 349/21/46 327/1/46 +f 349/21/46 332/1/42 348/20/46 +f 348/20/46 332/1/42 322/8/42 +f 348/20/46 322/8/42 347/19/46 +f 347/19/46 322/8/42 346/18/46 +f 346/18/46 322/8/42 344/18/46 +f 343/17/46 344/18/46 345/17/46 +f 344/18/46 342/14/46 345/17/46 +f 344/18/46 322/8/42 342/14/46 +f 337/14/46 327/1/46 343/17/46 +f 342/14/46 322/8/42 341/15/46 +f 341/15/46 322/8/42 340/16/46 +f 327/1/46 337/14/46 321/8/46 +f 340/16/46 322/8/42 339/16/46 +f 321/8/46 339/16/46 322/8/42 +f 321/8/46 338/15/46 339/16/46 +f 321/8/46 337/14/46 338/15/46 +f 336/11/45 323/8/45 335/13/45 +f 334/10/45 323/8/45 336/11/45 +f 335/13/45 323/8/45 331/13/45 +f 334/10/45 326/1/45 323/8/45 +f 322/8/42 331/13/45 323/8/45 +f 333/12/45 326/1/45 334/10/45 +f 326/1/45 333/12/45 332/1/42 +f 330/12/45 332/1/42 333/12/45 +f 332/1/42 330/12/45 322/8/42 +f 322/8/42 329/11/45 331/13/45 +f 322/8/42 330/12/45 328/10/45 +f 322/8/42 328/10/45 329/11/45 +f 327/1/38 319/8/38 324/1/38 +f 319/8/38 327/1/38 321/8/38 +f 324/1/37 319/8/37 327/1/37 +f 321/8/37 327/1/37 319/8/37 +f 323/8/37 325/1/37 320/8/37 +f 325/1/37 323/8/37 326/1/37 +f 320/8/38 325/1/38 323/8/38 +f 326/1/38 323/8/38 325/1/38 +f 325/1/40 319/8/40 320/8/40 +f 319/8/40 325/1/40 324/1/40 +f 320/8/42 319/8/42 325/1/42 +f 324/1/42 325/1/42 319/8/42 +f 320/8/11 322/8/11 323/8/11 +f 320/8/11 321/8/11 322/8/11 +f 321/8/11 320/8/11 319/8/11 +f 323/8/12 322/8/12 320/8/12 +f 322/8/12 321/8/12 320/8/12 +f 319/8/12 320/8/12 321/8/12 +f 353/22/57 367/22/57 365/22/57 +f 353/22/57 358/22/57 367/22/57 +f 354/22/57 358/22/57 353/22/57 +f 354/22/57 357/22/57 358/22/57 +f 362/22/57 357/22/57 354/22/57 +f 357/22/57 362/22/57 364/22/57 +f 365/22/58 367/22/58 353/22/58 +f 367/22/58 358/22/58 353/22/58 +f 353/22/58 358/22/58 354/22/58 +f 358/22/58 357/22/58 354/22/58 +f 354/22/58 357/22/58 362/22/58 +f 364/22/58 362/22/58 357/22/58 +f 360/23/58 366/23/58 368/23/58 +f 360/23/58 355/23/58 366/23/58 +f 359/23/58 355/23/58 360/23/58 +f 359/23/58 356/23/58 355/23/58 +f 363/23/58 356/23/58 359/23/58 +f 356/23/58 363/23/58 361/23/58 +f 368/23/57 366/23/57 360/23/57 +f 366/23/57 355/23/57 360/23/57 +f 360/23/57 355/23/57 359/23/57 +f 355/23/57 356/23/57 359/23/57 +f 359/23/57 356/23/57 363/23/57 +f 361/23/57 363/23/57 356/23/57 +f 353/22/51 366/23/54 355/23/51 +f 366/23/54 353/22/51 365/22/54 +f 355/23/49 366/23/55 353/22/49 +f 365/22/55 353/22/49 366/23/55 +f 357/22/49 363/23/55 359/23/49 +f 363/23/55 357/22/49 364/22/55 +f 359/23/51 363/23/54 357/22/51 +f 364/22/54 357/22/51 363/23/54 +f 362/22/56 356/23/52 361/23/56 +f 356/23/52 362/22/56 354/22/52 +f 361/23/53 356/23/50 362/22/53 +f 354/22/50 362/22/53 356/23/50 +f 367/22/53 360/23/50 368/23/53 +f 360/23/50 367/22/53 358/22/50 +f 368/23/56 360/23/52 367/22/56 +f 358/22/52 367/22/56 360/23/52 +f 366/23/54 367/22/53 368/23/53 +f 367/22/53 366/23/54 365/22/54 +f 368/23/56 367/22/56 366/23/55 +f 365/22/55 366/23/55 367/22/56 +f 362/22/56 363/23/55 364/22/55 +f 363/23/55 362/22/56 361/23/56 +f 364/22/54 363/23/54 362/22/53 +f 361/23/53 362/22/53 363/23/54 +f 358/22/50 359/23/49 360/23/50 +f 359/23/49 358/22/50 357/22/49 +f 360/23/52 359/23/51 358/22/52 +f 357/22/51 358/22/52 359/23/51 +f 354/22/52 355/23/51 356/23/52 +f 355/23/51 354/22/52 353/22/51 +f 356/23/50 355/23/49 354/22/50 +f 353/22/49 354/22/50 355/23/49 +f 369/22/67 383/22/67 381/22/67 +f 369/22/67 374/22/67 383/22/67 +f 370/22/67 374/22/67 369/22/67 +f 370/22/67 373/22/67 374/22/67 +f 378/22/67 373/22/67 370/22/67 +f 373/22/67 378/22/67 380/22/67 +f 381/22/68 383/22/68 369/22/68 +f 383/22/68 374/22/68 369/22/68 +f 369/22/68 374/22/68 370/22/68 +f 374/22/68 373/22/68 370/22/68 +f 370/22/68 373/22/68 378/22/68 +f 380/22/68 378/22/68 373/22/68 +f 376/23/68 382/23/68 384/23/68 +f 376/23/68 371/23/68 382/23/68 +f 375/23/68 371/23/68 376/23/68 +f 375/23/68 372/23/68 371/23/68 +f 379/23/68 372/23/68 375/23/68 +f 372/23/68 379/23/68 377/23/68 +f 384/23/67 382/23/67 376/23/67 +f 382/23/67 371/23/67 376/23/67 +f 376/23/67 371/23/67 375/23/67 +f 371/23/67 372/23/67 375/23/67 +f 375/23/67 372/23/67 379/23/67 +f 377/23/67 379/23/67 372/23/67 +f 369/22/61 382/23/64 371/23/61 +f 382/23/64 369/22/61 381/22/64 +f 371/23/59 382/23/65 369/22/59 +f 381/22/65 369/22/59 382/23/65 +f 373/22/59 379/23/65 375/23/59 +f 379/23/65 373/22/59 380/22/65 +f 375/23/61 379/23/64 373/22/61 +f 380/22/64 373/22/61 379/23/64 +f 378/22/66 372/23/62 377/23/66 +f 372/23/62 378/22/66 370/22/62 +f 377/23/63 372/23/60 378/22/63 +f 370/22/60 378/22/63 372/23/60 +f 383/22/63 376/23/60 384/23/63 +f 376/23/60 383/22/63 374/22/60 +f 384/23/66 376/23/62 383/22/66 +f 374/22/62 383/22/66 376/23/62 +f 382/23/64 383/22/63 384/23/63 +f 383/22/63 382/23/64 381/22/64 +f 384/23/66 383/22/66 382/23/65 +f 381/22/65 382/23/65 383/22/66 +f 378/22/66 379/23/65 380/22/65 +f 379/23/65 378/22/66 377/23/66 +f 380/22/64 379/23/64 378/22/63 +f 377/23/63 378/22/63 379/23/64 +f 374/22/60 375/23/59 376/23/60 +f 375/23/59 374/22/60 373/22/59 +f 376/23/62 375/23/61 374/22/62 +f 373/22/61 374/22/62 375/23/61 +f 370/22/62 371/23/61 372/23/62 +f 371/23/61 370/22/62 369/22/61 +f 372/23/60 371/23/59 370/22/60 +f 369/22/59 370/22/60 371/23/59 +f 385/22/67 399/22/67 397/22/67 +f 385/22/67 390/22/67 399/22/67 +f 386/22/67 390/22/67 385/22/67 +f 386/22/67 389/22/67 390/22/67 +f 394/22/67 389/22/67 386/22/67 +f 389/22/67 394/22/67 396/22/67 +f 397/22/68 399/22/68 385/22/68 +f 399/22/68 390/22/68 385/22/68 +f 385/22/68 390/22/68 386/22/68 +f 390/22/68 389/22/68 386/22/68 +f 386/22/68 389/22/68 394/22/68 +f 396/22/68 394/22/68 389/22/68 +f 392/23/68 398/23/68 400/23/68 +f 392/23/68 387/23/68 398/23/68 +f 391/23/68 387/23/68 392/23/68 +f 391/23/68 388/23/68 387/23/68 +f 395/23/68 388/23/68 391/23/68 +f 388/23/68 395/23/68 393/23/68 +f 400/23/67 398/23/67 392/23/67 +f 398/23/67 387/23/67 392/23/67 +f 392/23/67 387/23/67 391/23/67 +f 387/23/67 388/23/67 391/23/67 +f 391/23/67 388/23/67 395/23/67 +f 393/23/67 395/23/67 388/23/67 +f 385/22/61 398/23/64 387/23/61 +f 398/23/64 385/22/61 397/22/64 +f 387/23/59 398/23/65 385/22/59 +f 397/22/65 385/22/59 398/23/65 +f 389/22/59 395/23/65 391/23/59 +f 395/23/65 389/22/59 396/22/65 +f 391/23/61 395/23/64 389/22/61 +f 396/22/64 389/22/61 395/23/64 +f 394/22/66 388/23/62 393/23/66 +f 388/23/62 394/22/66 386/22/62 +f 393/23/63 388/23/60 394/22/63 +f 386/22/60 394/22/63 388/23/60 +f 399/22/63 392/23/60 400/23/63 +f 392/23/60 399/22/63 390/22/60 +f 400/23/66 392/23/62 399/22/66 +f 390/22/62 399/22/66 392/23/62 +f 398/23/64 399/22/63 400/23/63 +f 399/22/63 398/23/64 397/22/64 +f 400/23/66 399/22/66 398/23/65 +f 397/22/65 398/23/65 399/22/66 +f 394/22/66 395/23/65 396/22/65 +f 395/23/65 394/22/66 393/23/66 +f 396/22/64 395/23/64 394/22/63 +f 393/23/63 394/22/63 395/23/64 +f 390/22/60 391/23/59 392/23/60 +f 391/23/59 390/22/60 389/22/59 +f 392/23/62 391/23/61 390/22/62 +f 389/22/61 390/22/62 391/23/61 +f 386/22/62 387/23/61 388/23/62 +f 387/23/61 386/22/62 385/22/61 +f 388/23/60 387/23/59 386/22/60 +f 385/22/59 386/22/60 387/23/59 +f 419/33/16 418/30/16 45/24/16 +f 419/33/16 45/24/16 417/33/16 +f 416/31/16 45/24/16 418/30/16 +f 45/24/16 46/24/6 417/33/16 +f 402/25/69 45/24/16 416/31/16 +f 417/33/16 46/24/6 412/30/16 +f 402/25/69 412/30/16 46/24/6 +f 415/32/16 402/25/69 416/31/16 +f 414/32/16 402/25/69 415/32/16 +f 414/32/16 413/31/16 402/25/69 +f 413/31/16 412/30/16 402/25/69 +f 45/24/14 418/30/14 419/33/14 +f 417/33/14 45/24/14 419/33/14 +f 418/30/14 45/24/14 416/31/14 +f 417/33/14 46/24/8 45/24/14 +f 416/31/14 45/24/14 402/25/70 +f 412/30/14 46/24/8 417/33/14 +f 46/24/8 412/30/14 402/25/70 +f 416/31/14 402/25/70 415/32/14 +f 415/32/14 402/25/70 414/32/14 +f 402/25/70 413/31/14 414/32/14 +f 402/25/70 412/30/14 413/31/14 +f 43/24/72 402/25/72 45/24/72 +f 401/8/72 402/25/72 43/24/72 +f 402/25/72 401/8/72 408/8/72 +f 45/24/71 402/25/71 43/24/71 +f 43/24/71 402/25/71 401/8/71 +f 408/8/71 401/8/71 402/25/71 +f 47/24/3 401/8/3 44/24/3 +f 401/8/3 47/24/3 408/8/3 +f 44/24/4 401/8/4 47/24/4 +f 408/8/4 47/24/4 401/8/4 +f 409/29/13 408/8/13 411/29/13 +f 408/8/13 410/28/13 411/29/13 +f 406/28/13 408/8/13 409/29/13 +f 408/8/13 407/27/13 410/28/13 +f 406/28/13 402/25/70 408/8/13 +f 47/24/13 407/27/13 408/8/13 +f 404/27/13 402/25/70 406/28/13 +f 407/27/13 47/24/13 405/26/13 +f 403/26/13 402/25/70 404/27/13 +f 405/26/13 47/24/13 403/26/13 +f 47/24/13 402/25/70 403/26/13 +f 402/25/70 47/24/13 46/24/8 +f 411/29/15 410/28/15 408/8/15 +f 411/29/15 408/8/15 409/29/15 +f 410/28/15 407/27/15 408/8/15 +f 409/29/15 408/8/15 406/28/15 +f 408/8/15 407/27/15 47/24/15 +f 408/8/15 402/25/69 406/28/15 +f 405/26/15 47/24/15 407/27/15 +f 406/28/15 402/25/69 404/27/15 +f 403/26/15 47/24/15 405/26/15 +f 404/27/15 402/25/69 403/26/15 +f 403/26/15 402/25/69 47/24/15 +f 46/24/6 47/24/15 402/25/69 +f 401/8/6 43/24/6 44/24/6 +f 44/24/8 43/24/8 401/8/8 +f 420/22/25 434/22/25 432/22/25 +f 420/22/25 425/22/25 434/22/25 +f 421/22/25 425/22/25 420/22/25 +f 421/22/25 424/22/25 425/22/25 +f 429/22/25 424/22/25 421/22/25 +f 424/22/25 429/22/25 431/22/25 +f 432/22/26 434/22/26 420/22/26 +f 434/22/26 425/22/26 420/22/26 +f 420/22/26 425/22/26 421/22/26 +f 425/22/26 424/22/26 421/22/26 +f 421/22/26 424/22/26 429/22/26 +f 431/22/26 429/22/26 424/22/26 +f 427/23/26 433/23/26 435/23/26 +f 427/23/26 422/23/26 433/23/26 +f 426/23/26 422/23/26 427/23/26 +f 426/23/26 423/23/26 422/23/26 +f 430/23/26 423/23/26 426/23/26 +f 423/23/26 430/23/26 428/23/26 +f 435/23/25 433/23/25 427/23/25 +f 433/23/25 422/23/25 427/23/25 +f 427/23/25 422/23/25 426/23/25 +f 422/23/25 423/23/25 426/23/25 +f 426/23/25 423/23/25 430/23/25 +f 428/23/25 430/23/25 423/23/25 +f 420/22/20 433/23/24 422/23/20 +f 433/23/24 420/22/20 432/22/24 +f 422/23/18 433/23/21 420/22/18 +f 432/22/21 420/22/18 433/23/21 +f 424/22/18 430/23/21 426/23/18 +f 430/23/21 424/22/18 431/22/21 +f 426/23/20 430/23/24 424/22/20 +f 431/22/24 424/22/20 430/23/24 +f 429/22/22 423/23/19 428/23/22 +f 423/23/19 429/22/22 421/22/19 +f 428/23/23 423/23/17 429/22/23 +f 421/22/17 429/22/23 423/23/17 +f 434/22/23 427/23/17 435/23/23 +f 427/23/17 434/22/23 425/22/17 +f 435/23/22 427/23/19 434/22/22 +f 425/22/19 434/22/22 427/23/19 +f 433/23/24 434/22/23 435/23/23 +f 434/22/23 433/23/24 432/22/24 +f 435/23/22 434/22/22 433/23/21 +f 432/22/21 433/23/21 434/22/22 +f 429/22/22 430/23/21 431/22/21 +f 430/23/21 429/22/22 428/23/22 +f 431/22/24 430/23/24 429/22/23 +f 428/23/23 429/22/23 430/23/24 +f 425/22/17 426/23/18 427/23/17 +f 426/23/18 425/22/17 424/22/18 +f 427/23/19 426/23/20 425/22/19 +f 424/22/20 425/22/19 426/23/20 +f 421/22/19 422/23/20 423/23/19 +f 422/23/20 421/22/19 420/22/20 +f 423/23/17 422/23/18 421/22/17 +f 420/22/18 421/22/17 422/23/18 +f 436/22/35 416/22/35 418/22/35 +f 436/22/35 441/22/35 416/22/35 +f 437/22/35 441/22/35 436/22/35 +f 437/22/35 440/22/35 441/22/35 +f 445/22/35 440/22/35 437/22/35 +f 440/22/35 445/22/35 447/22/35 +f 418/22/36 416/22/36 436/22/36 +f 416/22/36 441/22/36 436/22/36 +f 436/22/36 441/22/36 437/22/36 +f 441/22/36 440/22/36 437/22/36 +f 437/22/36 440/22/36 445/22/36 +f 447/22/36 445/22/36 440/22/36 +f 443/23/36 448/23/36 449/23/36 +f 443/23/36 438/23/36 448/23/36 +f 442/23/36 438/23/36 443/23/36 +f 442/23/36 439/23/36 438/23/36 +f 446/23/36 439/23/36 442/23/36 +f 439/23/36 446/23/36 444/23/36 +f 449/23/35 448/23/35 443/23/35 +f 448/23/35 438/23/35 443/23/35 +f 443/23/35 438/23/35 442/23/35 +f 438/23/35 439/23/35 442/23/35 +f 442/23/35 439/23/35 446/23/35 +f 444/23/35 446/23/35 439/23/35 +f 436/22/30 448/23/34 438/23/30 +f 448/23/34 436/22/30 418/22/34 +f 438/23/28 448/23/31 436/22/28 +f 418/22/31 436/22/28 448/23/31 +f 440/22/28 446/23/31 442/23/28 +f 446/23/31 440/22/28 447/22/31 +f 442/23/30 446/23/34 440/22/30 +f 447/22/34 440/22/30 446/23/34 +f 445/22/32 439/23/29 444/23/32 +f 439/23/29 445/22/32 437/22/29 +f 444/23/33 439/23/27 445/22/33 +f 437/22/27 445/22/33 439/23/27 +f 416/22/33 443/23/27 449/23/33 +f 443/23/27 416/22/33 441/22/27 +f 449/23/32 443/23/29 416/22/32 +f 441/22/29 416/22/32 443/23/29 +f 448/23/34 416/22/33 449/23/33 +f 416/22/33 448/23/34 418/22/34 +f 449/23/32 416/22/32 448/23/31 +f 418/22/31 448/23/31 416/22/32 +f 445/22/32 446/23/31 447/22/31 +f 446/23/31 445/22/32 444/23/32 +f 447/22/34 446/23/34 445/22/33 +f 444/23/33 445/22/33 446/23/34 +f 441/22/27 442/23/28 443/23/27 +f 442/23/28 441/22/27 440/22/28 +f 443/23/29 442/23/30 441/22/29 +f 440/22/30 441/22/29 442/23/30 +f 437/22/29 438/23/30 439/23/29 +f 438/23/30 437/22/29 436/22/30 +f 439/23/27 438/23/28 437/22/27 +f 436/22/28 437/22/27 438/23/28 +f 450/8/42 319/24/42 320/24/42 +f 320/24/40 319/24/40 450/8/40 +f 451/25/73 323/24/47 322/24/40 +f 323/24/47 451/25/73 452/26/47 +f 452/26/47 451/25/73 453/27/47 +f 454/26/47 323/24/47 452/26/47 +f 453/27/47 451/25/73 455/28/47 +f 456/27/47 323/24/47 454/26/47 +f 455/28/47 451/25/73 457/8/47 +f 323/24/47 456/27/47 457/8/47 +f 455/28/47 457/8/47 458/29/47 +f 457/8/47 456/27/47 459/28/47 +f 458/29/47 457/8/47 460/29/47 +f 457/8/47 459/28/47 460/29/47 +f 322/24/42 323/24/45 451/25/74 +f 452/26/45 451/25/74 323/24/45 +f 452/26/45 323/24/45 454/26/45 +f 453/27/45 451/25/74 452/26/45 +f 454/26/45 323/24/45 456/27/45 +f 455/28/45 451/25/74 453/27/45 +f 457/8/45 456/27/45 323/24/45 +f 457/8/45 451/25/74 455/28/45 +f 459/28/45 456/27/45 457/8/45 +f 458/29/45 457/8/45 455/28/45 +f 460/29/45 459/28/45 457/8/45 +f 460/29/45 457/8/45 458/29/45 +f 450/8/38 323/24/38 457/8/38 +f 323/24/38 450/8/38 320/24/38 +f 457/8/37 323/24/37 450/8/37 +f 320/24/37 450/8/37 323/24/37 +f 451/25/75 450/8/75 457/8/75 +f 450/8/75 451/25/75 319/24/75 +f 319/24/75 451/25/75 321/24/75 +f 457/8/76 450/8/76 451/25/76 +f 319/24/76 451/25/76 450/8/76 +f 321/24/76 451/25/76 319/24/76 +f 462/31/46 461/30/46 451/25/74 +f 463/32/46 462/31/46 451/25/74 +f 463/32/46 451/25/74 464/32/46 +f 464/32/46 451/25/74 465/31/46 +f 451/25/74 461/30/46 322/24/42 +f 466/33/46 322/24/42 461/30/46 +f 451/25/74 321/24/46 465/31/46 +f 321/24/46 322/24/42 466/33/46 +f 465/31/46 321/24/46 467/30/46 +f 468/33/46 321/24/46 466/33/46 +f 468/33/46 467/30/46 321/24/46 +f 451/25/73 461/30/48 462/31/48 +f 451/25/73 462/31/48 463/32/48 +f 464/32/48 451/25/73 463/32/48 +f 465/31/48 451/25/73 464/32/48 +f 322/24/40 461/30/48 451/25/73 +f 461/30/48 322/24/40 466/33/48 +f 465/31/48 321/24/48 451/25/73 +f 466/33/48 322/24/40 321/24/48 +f 467/30/48 321/24/48 465/31/48 +f 466/33/48 321/24/48 468/33/48 +f 321/24/48 467/30/48 468/33/48 +f 471/23/50 470/22/49 469/22/50 +f 470/22/49 471/23/50 472/23/49 +f 469/22/52 470/22/51 471/23/52 +f 472/23/51 471/23/52 470/22/51 +f 475/23/52 474/22/51 473/22/52 +f 474/22/51 475/23/52 476/23/51 +f 473/22/50 474/22/49 475/23/50 +f 476/23/49 475/23/50 474/22/49 +f 479/23/56 478/22/55 477/23/55 +f 478/22/55 479/23/56 480/22/56 +f 477/23/54 478/22/54 479/23/53 +f 480/22/53 479/23/53 478/22/54 +f 483/22/54 482/23/53 481/22/53 +f 482/23/53 483/22/54 484/23/54 +f 481/22/56 482/23/56 483/22/55 +f 484/23/55 483/22/55 482/23/56 +f 476/23/51 483/22/54 474/22/51 +f 483/22/54 476/23/51 484/23/54 +f 474/22/49 483/22/55 476/23/49 +f 484/23/55 476/23/49 483/22/55 +f 472/23/49 478/22/55 470/22/49 +f 478/22/55 472/23/49 477/23/55 +f 470/22/51 478/22/54 472/23/51 +f 477/23/54 472/23/51 478/22/54 +f 479/23/56 473/22/52 480/22/56 +f 473/22/52 479/23/56 475/23/52 +f 480/22/53 473/22/50 479/23/53 +f 475/23/50 479/23/53 473/22/50 +f 482/23/53 469/22/50 481/22/53 +f 469/22/50 482/23/53 471/23/50 +f 481/22/56 469/22/52 482/23/56 +f 471/23/52 482/23/56 469/22/52 +f 472/23/57 479/23/57 477/23/57 +f 479/23/57 472/23/57 475/23/57 +f 475/23/57 472/23/57 471/23/57 +f 475/23/57 471/23/57 476/23/57 +f 476/23/57 471/23/57 482/23/57 +f 476/23/57 482/23/57 484/23/57 +f 477/23/58 479/23/58 472/23/58 +f 475/23/58 472/23/58 479/23/58 +f 471/23/58 472/23/58 475/23/58 +f 476/23/58 471/23/58 475/23/58 +f 482/23/58 471/23/58 476/23/58 +f 484/23/58 482/23/58 476/23/58 +f 473/22/58 478/22/58 480/22/58 +f 478/22/58 473/22/58 470/22/58 +f 470/22/58 473/22/58 474/22/58 +f 470/22/58 474/22/58 469/22/58 +f 469/22/58 474/22/58 483/22/58 +f 469/22/58 483/22/58 481/22/58 +f 480/22/57 478/22/57 473/22/57 +f 470/22/57 473/22/57 478/22/57 +f 474/22/57 473/22/57 470/22/57 +f 469/22/57 474/22/57 470/22/57 +f 483/22/57 474/22/57 469/22/57 +f 481/22/57 483/22/57 469/22/57 +f 487/23/60 486/22/59 485/22/60 +f 486/22/59 487/23/60 488/23/59 +f 485/22/62 486/22/61 487/23/62 +f 488/23/61 487/23/62 486/22/61 +f 491/23/62 490/22/61 489/22/62 +f 490/22/61 491/23/62 492/23/61 +f 489/22/60 490/22/59 491/23/60 +f 492/23/59 491/23/60 490/22/59 +f 495/23/66 494/22/65 493/23/65 +f 494/22/65 495/23/66 496/22/66 +f 493/23/64 494/22/64 495/23/63 +f 496/22/63 495/23/63 494/22/64 +f 465/22/64 497/23/63 467/22/63 +f 497/23/63 465/22/64 498/23/64 +f 467/22/66 497/23/66 465/22/65 +f 498/23/65 465/22/65 497/23/66 +f 492/23/61 465/22/64 490/22/61 +f 465/22/64 492/23/61 498/23/64 +f 490/22/59 465/22/65 492/23/59 +f 498/23/65 492/23/59 465/22/65 +f 488/23/59 494/22/65 486/22/59 +f 494/22/65 488/23/59 493/23/65 +f 486/22/61 494/22/64 488/23/61 +f 493/23/64 488/23/61 494/22/64 +f 495/23/66 489/22/62 496/22/66 +f 489/22/62 495/23/66 491/23/62 +f 496/22/63 489/22/60 495/23/63 +f 491/23/60 495/23/63 489/22/60 +f 497/23/63 485/22/60 467/22/63 +f 485/22/60 497/23/63 487/23/60 +f 467/22/66 485/22/62 497/23/66 +f 487/23/62 497/23/66 485/22/62 +f 488/23/67 495/23/67 493/23/67 +f 495/23/67 488/23/67 491/23/67 +f 491/23/67 488/23/67 487/23/67 +f 491/23/67 487/23/67 492/23/67 +f 492/23/67 487/23/67 497/23/67 +f 492/23/67 497/23/67 498/23/67 +f 493/23/68 495/23/68 488/23/68 +f 491/23/68 488/23/68 495/23/68 +f 487/23/68 488/23/68 491/23/68 +f 492/23/68 487/23/68 491/23/68 +f 497/23/68 487/23/68 492/23/68 +f 498/23/68 497/23/68 492/23/68 +f 489/22/68 494/22/68 496/22/68 +f 494/22/68 489/22/68 486/22/68 +f 486/22/68 489/22/68 490/22/68 +f 486/22/68 490/22/68 485/22/68 +f 485/22/68 490/22/68 465/22/68 +f 485/22/68 465/22/68 467/22/68 +f 496/22/67 494/22/67 489/22/67 +f 486/22/67 489/22/67 494/22/67 +f 490/22/67 489/22/67 486/22/67 +f 485/22/67 490/22/67 486/22/67 +f 465/22/67 490/22/67 485/22/67 +f 467/22/67 465/22/67 485/22/67 +f 499/8/8 136/24/8 135/24/8 +f 136/24/8 499/8/8 500/8/8 +f 135/24/6 136/24/6 499/8/6 +f 500/8/6 499/8/6 136/24/6 +f 501/8/12 500/8/12 499/8/12 +f 500/8/12 501/8/12 502/8/12 +f 500/8/12 502/8/12 503/8/12 +f 499/8/11 500/8/11 501/8/11 +f 502/8/11 501/8/11 500/8/11 +f 503/8/11 502/8/11 500/8/11 +f 499/8/3 137/24/3 501/8/3 +f 137/24/3 499/8/3 135/24/3 +f 501/8/4 137/24/4 499/8/4 +f 135/24/4 499/8/4 137/24/4 +f 136/24/4 503/8/4 504/24/4 +f 503/8/4 136/24/4 500/8/4 +f 504/24/3 503/8/3 136/24/3 +f 500/8/3 136/24/3 503/8/3 +f 506/35/7 505/34/7 502/8/8 +f 505/34/7 507/36/7 502/8/8 +f 508/37/7 506/35/7 502/8/8 +f 503/8/7 508/37/7 502/8/8 +f 508/37/7 503/8/7 509/37/7 +f 509/37/7 503/8/7 510/35/7 +f 510/35/7 503/8/7 511/34/7 +f 507/36/7 512/38/7 502/8/8 +f 513/36/7 512/38/7 507/36/7 +f 512/38/7 514/39/7 502/8/8 +f 512/38/7 513/36/7 515/38/7 +f 514/39/7 516/40/7 502/8/8 +f 515/38/7 513/36/7 517/39/7 +f 517/39/7 513/36/7 518/40/7 +f 518/40/7 513/36/7 519/41/7 +f 502/8/8 516/40/7 520/24/8 +f 513/36/7 511/34/7 521/42/7 +f 519/41/7 513/36/7 521/42/7 +f 511/34/7 503/8/7 521/42/7 +f 519/41/7 521/42/7 522/41/7 +f 522/41/7 521/42/7 516/40/7 +f 521/42/7 523/43/7 516/40/7 +f 523/43/7 524/44/7 516/40/7 +f 524/44/7 520/24/8 516/40/7 +f 525/45/7 520/24/8 524/44/7 +f 526/45/7 520/24/8 525/45/7 +f 520/24/8 526/45/7 504/24/7 +f 527/44/7 504/24/7 526/45/7 +f 503/8/7 504/24/7 527/44/7 +f 521/42/7 503/8/7 528/42/7 +f 529/43/7 503/8/7 527/44/7 +f 528/42/7 503/8/7 529/43/7 +f 531/47/10 530/46/10 501/8/10 +f 532/48/10 531/47/10 501/8/10 +f 501/8/10 530/46/10 137/24/10 +f 502/8/8 532/48/10 501/8/10 +f 533/49/10 137/24/10 530/46/10 +f 534/49/10 137/24/10 533/49/10 +f 532/48/10 502/8/8 535/48/10 +f 535/48/10 502/8/8 536/47/10 +f 534/49/10 537/46/10 137/24/10 +f 536/47/10 502/8/8 537/46/10 +f 137/24/10 537/46/10 520/24/8 +f 502/8/8 520/24/8 537/46/10 +f 502/8/6 505/34/5 506/35/5 +f 502/8/6 506/35/5 508/37/5 +f 502/8/6 508/37/5 503/8/5 +f 509/37/5 503/8/5 508/37/5 +f 510/35/5 503/8/5 509/37/5 +f 502/8/6 507/36/5 505/34/5 +f 511/34/5 503/8/5 510/35/5 +f 502/8/6 512/38/5 507/36/5 +f 507/36/5 512/38/5 513/36/5 +f 502/8/6 514/39/5 512/38/5 +f 515/38/5 513/36/5 512/38/5 +f 502/8/6 516/40/5 514/39/5 +f 517/39/5 513/36/5 515/38/5 +f 518/40/5 513/36/5 517/39/5 +f 519/41/5 513/36/5 518/40/5 +f 520/24/6 516/40/5 502/8/6 +f 521/42/5 511/34/5 513/36/5 +f 521/42/5 513/36/5 519/41/5 +f 521/42/5 503/8/5 511/34/5 +f 522/41/5 521/42/5 519/41/5 +f 516/40/5 521/42/5 522/41/5 +f 516/40/5 523/43/5 521/42/5 +f 516/40/5 524/44/5 523/43/5 +f 516/40/5 520/24/6 524/44/5 +f 524/44/5 520/24/6 525/45/5 +f 525/45/5 520/24/6 526/45/5 +f 504/24/5 526/45/5 520/24/6 +f 526/45/5 504/24/5 527/44/5 +f 527/44/5 504/24/5 503/8/5 +f 528/42/5 503/8/5 521/42/5 +f 527/44/5 503/8/5 529/43/5 +f 529/43/5 503/8/5 528/42/5 +f 501/8/9 530/46/9 531/47/9 +f 501/8/9 531/47/9 532/48/9 +f 137/24/9 530/46/9 501/8/9 +f 501/8/9 532/48/9 502/8/6 +f 530/46/9 137/24/9 533/49/9 +f 533/49/9 137/24/9 534/49/9 +f 535/48/9 502/8/6 532/48/9 +f 536/47/9 502/8/6 535/48/9 +f 137/24/9 537/46/9 534/49/9 +f 537/46/9 502/8/6 536/47/9 +f 520/24/6 537/46/9 137/24/9 +f 537/46/9 520/24/6 502/8/6 +f 540/23/77 539/22/78 538/22/77 +f 539/22/78 540/23/77 541/23/78 +f 538/22/79 539/22/80 540/23/79 +f 541/23/80 540/23/79 539/22/80 +f 544/23/79 543/22/80 542/22/79 +f 543/22/80 544/23/79 545/23/80 +f 542/22/77 543/22/78 544/23/77 +f 545/23/78 544/23/77 543/22/78 +f 548/23/82 547/22/81 546/23/81 +f 547/22/81 548/23/82 549/22/82 +f 546/23/84 547/22/84 548/23/83 +f 549/22/83 548/23/83 547/22/84 +f 552/22/84 551/23/83 550/22/83 +f 551/23/83 552/22/84 553/23/84 +f 550/22/82 551/23/82 552/22/81 +f 553/23/81 552/22/81 551/23/82 +f 545/23/80 552/22/84 543/22/80 +f 552/22/84 545/23/80 553/23/84 +f 543/22/78 552/22/81 545/23/78 +f 553/23/81 545/23/78 552/22/81 +f 541/23/78 547/22/81 539/22/78 +f 547/22/81 541/23/78 546/23/81 +f 539/22/80 547/22/84 541/23/80 +f 546/23/84 541/23/80 547/22/84 +f 548/23/82 542/22/79 549/22/82 +f 542/22/79 548/23/82 544/23/79 +f 549/22/83 542/22/77 548/23/83 +f 544/23/77 548/23/83 542/22/77 +f 551/23/83 538/22/77 550/22/83 +f 538/22/77 551/23/83 540/23/77 +f 550/22/82 538/22/79 551/23/82 +f 540/23/79 551/23/82 538/22/79 +f 541/23/85 548/23/85 546/23/85 +f 548/23/85 541/23/85 544/23/85 +f 544/23/85 541/23/85 540/23/85 +f 544/23/85 540/23/85 545/23/85 +f 545/23/85 540/23/85 551/23/85 +f 545/23/85 551/23/85 553/23/85 +f 546/23/86 548/23/86 541/23/86 +f 544/23/86 541/23/86 548/23/86 +f 540/23/86 541/23/86 544/23/86 +f 545/23/86 540/23/86 544/23/86 +f 551/23/86 540/23/86 545/23/86 +f 553/23/86 551/23/86 545/23/86 +f 542/22/86 547/22/86 549/22/86 +f 547/22/86 542/22/86 539/22/86 +f 539/22/86 542/22/86 543/22/86 +f 539/22/86 543/22/86 538/22/86 +f 538/22/86 543/22/86 552/22/86 +f 538/22/86 552/22/86 550/22/86 +f 549/22/85 547/22/85 542/22/85 +f 539/22/85 542/22/85 547/22/85 +f 543/22/85 542/22/85 539/22/85 +f 538/22/85 543/22/85 539/22/85 +f 552/22/85 543/22/85 538/22/85 +f 550/22/85 552/22/85 538/22/85 +f 556/23/77 555/22/78 554/22/77 +f 555/22/78 556/23/77 557/23/78 +f 554/22/79 555/22/80 556/23/79 +f 557/23/80 556/23/79 555/22/80 +f 560/23/79 559/22/80 558/22/79 +f 559/22/80 560/23/79 561/23/80 +f 558/22/77 559/22/78 560/23/77 +f 561/23/78 560/23/77 559/22/78 +f 564/23/82 563/22/81 562/23/81 +f 563/22/81 564/23/82 565/22/82 +f 562/23/84 563/22/84 564/23/83 +f 565/22/83 564/23/83 563/22/84 +f 568/22/84 567/23/83 566/22/83 +f 567/23/83 568/22/84 569/23/84 +f 566/22/82 567/23/82 568/22/81 +f 569/23/81 568/22/81 567/23/82 +f 561/23/80 568/22/84 559/22/80 +f 568/22/84 561/23/80 569/23/84 +f 559/22/78 568/22/81 561/23/78 +f 569/23/81 561/23/78 568/22/81 +f 557/23/78 563/22/81 555/22/78 +f 563/22/81 557/23/78 562/23/81 +f 555/22/80 563/22/84 557/23/80 +f 562/23/84 557/23/80 563/22/84 +f 564/23/82 558/22/79 565/22/82 +f 558/22/79 564/23/82 560/23/79 +f 565/22/83 558/22/77 564/23/83 +f 560/23/77 564/23/83 558/22/77 +f 567/23/83 554/22/77 566/22/83 +f 554/22/77 567/23/83 556/23/77 +f 566/22/82 554/22/79 567/23/82 +f 556/23/79 567/23/82 554/22/79 +f 557/23/85 564/23/85 562/23/85 +f 564/23/85 557/23/85 560/23/85 +f 560/23/85 557/23/85 556/23/85 +f 560/23/85 556/23/85 561/23/85 +f 561/23/85 556/23/85 567/23/85 +f 561/23/85 567/23/85 569/23/85 +f 562/23/86 564/23/86 557/23/86 +f 560/23/86 557/23/86 564/23/86 +f 556/23/86 557/23/86 560/23/86 +f 561/23/86 556/23/86 560/23/86 +f 567/23/86 556/23/86 561/23/86 +f 569/23/86 567/23/86 561/23/86 +f 558/22/86 563/22/86 565/22/86 +f 563/22/86 558/22/86 555/22/86 +f 555/22/86 558/22/86 559/22/86 +f 555/22/86 559/22/86 554/22/86 +f 554/22/86 559/22/86 568/22/86 +f 554/22/86 568/22/86 566/22/86 +f 565/22/85 563/22/85 558/22/85 +f 555/22/85 558/22/85 563/22/85 +f 559/22/85 558/22/85 555/22/85 +f 554/22/85 559/22/85 555/22/85 +f 568/22/85 559/22/85 554/22/85 +f 566/22/85 568/22/85 554/22/85 +f 572/23/77 571/22/78 570/22/77 +f 571/22/78 572/23/77 573/23/78 +f 570/22/79 571/22/80 572/23/79 +f 573/23/80 572/23/79 571/22/80 +f 576/23/79 575/22/80 574/22/79 +f 575/22/80 576/23/79 577/23/80 +f 574/22/77 575/22/78 576/23/77 +f 577/23/78 576/23/77 575/22/78 +f 580/23/82 579/22/81 578/23/81 +f 579/22/81 580/23/82 581/22/82 +f 578/23/84 579/22/84 580/23/83 +f 581/22/83 580/23/83 579/22/84 +f 584/22/84 583/23/83 582/22/83 +f 583/23/83 584/22/84 585/23/84 +f 582/22/82 583/23/82 584/22/81 +f 585/23/81 584/22/81 583/23/82 +f 577/23/80 584/22/84 575/22/80 +f 584/22/84 577/23/80 585/23/84 +f 575/22/78 584/22/81 577/23/78 +f 585/23/81 577/23/78 584/22/81 +f 573/23/78 579/22/81 571/22/78 +f 579/22/81 573/23/78 578/23/81 +f 571/22/80 579/22/84 573/23/80 +f 578/23/84 573/23/80 579/22/84 +f 580/23/82 574/22/79 581/22/82 +f 574/22/79 580/23/82 576/23/79 +f 581/22/83 574/22/77 580/23/83 +f 576/23/77 580/23/83 574/22/77 +f 583/23/83 570/22/77 582/22/83 +f 570/22/77 583/23/83 572/23/77 +f 582/22/82 570/22/79 583/23/82 +f 572/23/79 583/23/82 570/22/79 +f 573/23/85 580/23/85 578/23/85 +f 580/23/85 573/23/85 576/23/85 +f 576/23/85 573/23/85 572/23/85 +f 576/23/85 572/23/85 577/23/85 +f 577/23/85 572/23/85 583/23/85 +f 577/23/85 583/23/85 585/23/85 +f 578/23/86 580/23/86 573/23/86 +f 576/23/86 573/23/86 580/23/86 +f 572/23/86 573/23/86 576/23/86 +f 577/23/86 572/23/86 576/23/86 +f 583/23/86 572/23/86 577/23/86 +f 585/23/86 583/23/86 577/23/86 +f 574/22/86 579/22/86 581/22/86 +f 579/22/86 574/22/86 571/22/86 +f 571/22/86 574/22/86 575/22/86 +f 571/22/86 575/22/86 570/22/86 +f 570/22/86 575/22/86 584/22/86 +f 570/22/86 584/22/86 582/22/86 +f 581/22/85 579/22/85 574/22/85 +f 571/22/85 574/22/85 579/22/85 +f 575/22/85 574/22/85 571/22/85 +f 570/22/85 575/22/85 571/22/85 +f 584/22/85 575/22/85 570/22/85 +f 582/22/85 584/22/85 570/22/85 +f 588/23/87 587/22/88 586/22/87 +f 587/22/88 588/23/87 589/23/88 +f 586/22/89 587/22/90 588/23/89 +f 589/23/90 588/23/89 587/22/90 +f 592/23/89 591/22/90 590/22/89 +f 591/22/90 592/23/89 593/23/90 +f 590/22/87 591/22/88 592/23/87 +f 593/23/88 592/23/87 591/22/88 +f 596/23/92 595/22/91 594/23/91 +f 595/22/91 596/23/92 597/22/92 +f 594/23/94 595/22/94 596/23/93 +f 597/22/93 596/23/93 595/22/94 +f 600/22/94 599/23/93 598/22/93 +f 599/23/93 600/22/94 601/23/94 +f 598/22/92 599/23/92 600/22/91 +f 601/23/91 600/22/91 599/23/92 +f 593/23/90 600/22/94 591/22/90 +f 600/22/94 593/23/90 601/23/94 +f 591/22/88 600/22/91 593/23/88 +f 601/23/91 593/23/88 600/22/91 +f 589/23/88 595/22/91 587/22/88 +f 595/22/91 589/23/88 594/23/91 +f 587/22/90 595/22/94 589/23/90 +f 594/23/94 589/23/90 595/22/94 +f 596/23/92 590/22/89 597/22/92 +f 590/22/89 596/23/92 592/23/89 +f 597/22/93 590/22/87 596/23/93 +f 592/23/87 596/23/93 590/22/87 +f 599/23/93 586/22/87 598/22/93 +f 586/22/87 599/23/93 588/23/87 +f 598/22/92 586/22/89 599/23/92 +f 588/23/89 599/23/92 586/22/89 +f 589/23/95 596/23/95 594/23/95 +f 596/23/95 589/23/95 592/23/95 +f 592/23/95 589/23/95 588/23/95 +f 592/23/95 588/23/95 593/23/95 +f 593/23/95 588/23/95 599/23/95 +f 593/23/95 599/23/95 601/23/95 +f 594/23/96 596/23/96 589/23/96 +f 592/23/96 589/23/96 596/23/96 +f 588/23/96 589/23/96 592/23/96 +f 593/23/96 588/23/96 592/23/96 +f 599/23/96 588/23/96 593/23/96 +f 601/23/96 599/23/96 593/23/96 +f 590/22/96 595/22/96 597/22/96 +f 595/22/96 590/22/96 587/22/96 +f 587/22/96 590/22/96 591/22/96 +f 587/22/96 591/22/96 586/22/96 +f 586/22/96 591/22/96 600/22/96 +f 586/22/96 600/22/96 598/22/96 +f 597/22/95 595/22/95 590/22/95 +f 587/22/95 590/22/95 595/22/95 +f 591/22/95 590/22/95 587/22/95 +f 586/22/95 591/22/95 587/22/95 +f 600/22/95 591/22/95 586/22/95 +f 598/22/95 600/22/95 586/22/95 +f 605/8/40 623/24/40 640/46/43 +f 229/24/43 640/46/43 623/24/40 +f 639/47/43 605/8/40 640/46/43 +f 637/49/43 640/46/43 229/24/43 +f 638/48/43 605/8/40 639/47/43 +f 635/48/43 605/8/40 638/48/43 +f 637/49/43 229/24/43 636/49/43 +f 636/49/43 229/24/43 633/46/43 +f 605/8/40 635/48/43 604/8/43 +f 604/8/43 633/46/43 229/24/43 +f 635/48/43 634/47/43 604/8/43 +f 634/47/43 633/46/43 604/8/43 +f 631/42/39 606/8/39 632/43/39 +f 632/43/39 606/8/39 630/44/39 +f 624/42/39 606/8/39 631/42/39 +f 606/8/39 607/24/39 630/44/39 +f 630/44/39 607/24/39 629/45/39 +f 623/24/40 629/45/39 607/24/39 +f 629/45/39 623/24/40 628/45/39 +f 628/45/39 623/24/40 627/44/39 +f 627/44/39 623/24/40 619/40/39 +f 626/43/39 627/44/39 619/40/39 +f 624/42/39 626/43/39 619/40/39 +f 625/41/39 624/42/39 619/40/39 +f 622/41/39 624/42/39 625/41/39 +f 614/34/39 606/8/39 624/42/39 +f 622/41/39 616/36/39 624/42/39 +f 616/36/39 614/34/39 624/42/39 +f 605/8/40 619/40/39 623/24/40 +f 621/40/39 616/36/39 622/41/39 +f 620/39/39 616/36/39 621/40/39 +f 618/38/39 616/36/39 620/39/39 +f 617/39/39 619/40/39 605/8/40 +f 615/38/39 616/36/39 618/38/39 +f 615/38/39 617/39/39 605/8/40 +f 616/36/39 615/38/39 610/36/39 +f 610/36/39 615/38/39 605/8/40 +f 613/35/39 606/8/39 614/34/39 +f 608/34/39 610/36/39 605/8/40 +f 612/37/39 606/8/39 613/35/39 +f 611/37/39 606/8/39 612/37/39 +f 606/8/39 611/37/39 605/8/40 +f 611/37/39 609/35/39 605/8/40 +f 609/35/39 608/34/39 605/8/40 +f 640/46/44 623/24/42 605/8/42 +f 623/24/42 640/46/44 229/24/44 +f 640/46/44 605/8/42 639/47/44 +f 229/24/44 640/46/44 637/49/44 +f 639/47/44 605/8/42 638/48/44 +f 638/48/44 605/8/42 635/48/44 +f 636/49/44 229/24/44 637/49/44 +f 633/46/44 229/24/44 636/49/44 +f 604/8/44 635/48/44 605/8/42 +f 229/24/44 633/46/44 604/8/44 +f 604/8/44 634/47/44 635/48/44 +f 604/8/44 633/46/44 634/47/44 +f 632/43/41 606/8/41 631/42/41 +f 630/44/41 606/8/41 632/43/41 +f 631/42/41 606/8/41 624/42/41 +f 630/44/41 607/24/41 606/8/41 +f 629/45/41 607/24/41 630/44/41 +f 607/24/41 629/45/41 623/24/42 +f 628/45/41 623/24/42 629/45/41 +f 627/44/41 623/24/42 628/45/41 +f 619/40/41 623/24/42 627/44/41 +f 619/40/41 627/44/41 626/43/41 +f 619/40/41 626/43/41 624/42/41 +f 619/40/41 624/42/41 625/41/41 +f 625/41/41 624/42/41 622/41/41 +f 624/42/41 606/8/41 614/34/41 +f 624/42/41 616/36/41 622/41/41 +f 624/42/41 614/34/41 616/36/41 +f 623/24/42 619/40/41 605/8/42 +f 622/41/41 616/36/41 621/40/41 +f 621/40/41 616/36/41 620/39/41 +f 620/39/41 616/36/41 618/38/41 +f 605/8/42 619/40/41 617/39/41 +f 618/38/41 616/36/41 615/38/41 +f 605/8/42 617/39/41 615/38/41 +f 610/36/41 615/38/41 616/36/41 +f 605/8/42 615/38/41 610/36/41 +f 614/34/41 606/8/41 613/35/41 +f 613/35/41 606/8/41 612/37/41 +f 612/37/41 606/8/41 611/37/41 +f 605/8/42 611/37/41 606/8/41 +f 605/8/42 609/35/41 611/37/41 +f 605/8/42 610/36/41 608/34/41 +f 605/8/42 608/34/41 609/35/41 +f 606/8/37 228/24/37 603/8/37 +f 228/24/37 606/8/37 607/24/37 +f 603/8/38 228/24/38 606/8/38 +f 607/24/38 606/8/38 228/24/38 +f 229/24/38 602/8/38 227/24/38 +f 602/8/38 229/24/38 604/8/38 +f 227/24/37 602/8/37 229/24/37 +f 604/8/37 229/24/37 602/8/37 +f 603/8/11 605/8/11 606/8/11 +f 603/8/11 604/8/11 605/8/11 +f 604/8/11 603/8/11 602/8/11 +f 606/8/12 605/8/12 603/8/12 +f 605/8/12 604/8/12 603/8/12 +f 602/8/12 603/8/12 604/8/12 +f 228/24/40 602/8/40 603/8/40 +f 602/8/40 228/24/40 227/24/40 +f 603/8/42 602/8/42 228/24/42 +f 227/24/42 228/24/42 602/8/42 +f 641/22/105 655/22/105 653/22/105 +f 641/22/105 646/22/105 655/22/105 +f 642/22/105 646/22/105 641/22/105 +f 642/22/105 645/22/105 646/22/105 +f 650/22/105 645/22/105 642/22/105 +f 645/22/105 650/22/105 652/22/105 +f 653/22/106 655/22/106 641/22/106 +f 655/22/106 646/22/106 641/22/106 +f 641/22/106 646/22/106 642/22/106 +f 646/22/106 645/22/106 642/22/106 +f 642/22/106 645/22/106 650/22/106 +f 652/22/106 650/22/106 645/22/106 +f 648/23/106 654/23/106 656/23/106 +f 648/23/106 643/23/106 654/23/106 +f 647/23/106 643/23/106 648/23/106 +f 647/23/106 644/23/106 643/23/106 +f 651/23/106 644/23/106 647/23/106 +f 644/23/106 651/23/106 649/23/106 +f 656/23/105 654/23/105 648/23/105 +f 654/23/105 643/23/105 648/23/105 +f 648/23/105 643/23/105 647/23/105 +f 643/23/105 644/23/105 647/23/105 +f 647/23/105 644/23/105 651/23/105 +f 649/23/105 651/23/105 644/23/105 +f 641/22/99 654/23/102 643/23/99 +f 654/23/102 641/22/99 653/22/102 +f 643/23/97 654/23/103 641/22/97 +f 653/22/103 641/22/97 654/23/103 +f 645/22/97 651/23/103 647/23/97 +f 651/23/103 645/22/97 652/22/103 +f 647/23/99 651/23/102 645/22/99 +f 652/22/102 645/22/99 651/23/102 +f 650/22/104 644/23/100 649/23/104 +f 644/23/100 650/22/104 642/22/100 +f 649/23/101 644/23/98 650/22/101 +f 642/22/98 650/22/101 644/23/98 +f 655/22/101 648/23/98 656/23/101 +f 648/23/98 655/22/101 646/22/98 +f 656/23/104 648/23/100 655/22/104 +f 646/22/100 655/22/104 648/23/100 +f 654/23/102 655/22/101 656/23/101 +f 655/22/101 654/23/102 653/22/102 +f 656/23/104 655/22/104 654/23/103 +f 653/22/103 654/23/103 655/22/104 +f 650/22/104 651/23/103 652/22/103 +f 651/23/103 650/22/104 649/23/104 +f 652/22/102 651/23/102 650/22/101 +f 649/23/101 650/22/101 651/23/102 +f 646/22/98 647/23/97 648/23/98 +f 647/23/97 646/22/98 645/22/97 +f 648/23/100 647/23/99 646/22/100 +f 645/22/99 646/22/100 647/23/99 +f 642/22/100 643/23/99 644/23/100 +f 643/23/99 642/22/100 641/22/99 +f 644/23/98 643/23/97 642/22/98 +f 641/22/97 642/22/98 643/23/97 +f 657/22/105 671/22/105 669/22/105 +f 657/22/105 662/22/105 671/22/105 +f 658/22/105 662/22/105 657/22/105 +f 658/22/105 661/22/105 662/22/105 +f 666/22/105 661/22/105 658/22/105 +f 661/22/105 666/22/105 668/22/105 +f 669/22/106 671/22/106 657/22/106 +f 671/22/106 662/22/106 657/22/106 +f 657/22/106 662/22/106 658/22/106 +f 662/22/106 661/22/106 658/22/106 +f 658/22/106 661/22/106 666/22/106 +f 668/22/106 666/22/106 661/22/106 +f 664/23/106 670/23/106 672/23/106 +f 664/23/106 659/23/106 670/23/106 +f 663/23/106 659/23/106 664/23/106 +f 663/23/106 660/23/106 659/23/106 +f 667/23/106 660/23/106 663/23/106 +f 660/23/106 667/23/106 665/23/106 +f 672/23/105 670/23/105 664/23/105 +f 670/23/105 659/23/105 664/23/105 +f 664/23/105 659/23/105 663/23/105 +f 659/23/105 660/23/105 663/23/105 +f 663/23/105 660/23/105 667/23/105 +f 665/23/105 667/23/105 660/23/105 +f 657/22/99 670/23/102 659/23/99 +f 670/23/102 657/22/99 669/22/102 +f 659/23/97 670/23/103 657/22/97 +f 669/22/103 657/22/97 670/23/103 +f 661/22/97 667/23/103 663/23/97 +f 667/23/103 661/22/97 668/22/103 +f 663/23/99 667/23/102 661/22/99 +f 668/22/102 661/22/99 667/23/102 +f 666/22/104 660/23/100 665/23/104 +f 660/23/100 666/22/104 658/22/100 +f 665/23/101 660/23/98 666/22/101 +f 658/22/98 666/22/101 660/23/98 +f 671/22/101 664/23/98 672/23/101 +f 664/23/98 671/22/101 662/22/98 +f 672/23/104 664/23/100 671/22/104 +f 662/22/100 671/22/104 664/23/100 +f 670/23/102 671/22/101 672/23/101 +f 671/22/101 670/23/102 669/22/102 +f 672/23/104 671/22/104 670/23/103 +f 669/22/103 670/23/103 671/22/104 +f 666/22/104 667/23/103 668/22/103 +f 667/23/103 666/22/104 665/23/104 +f 668/22/102 667/23/102 666/22/101 +f 665/23/101 666/22/101 667/23/102 +f 662/22/98 663/23/97 664/23/98 +f 663/23/97 662/22/98 661/22/97 +f 664/23/100 663/23/99 662/22/100 +f 661/22/99 662/22/100 663/23/99 +f 658/22/100 659/23/99 660/23/100 +f 659/23/99 658/22/100 657/22/99 +f 660/23/98 659/23/97 658/22/98 +f 657/22/97 658/22/98 659/23/97 +f 673/22/105 687/22/105 685/22/105 +f 673/22/105 678/22/105 687/22/105 +f 674/22/105 678/22/105 673/22/105 +f 674/22/105 677/22/105 678/22/105 +f 682/22/105 677/22/105 674/22/105 +f 677/22/105 682/22/105 684/22/105 +f 685/22/106 687/22/106 673/22/106 +f 687/22/106 678/22/106 673/22/106 +f 673/22/106 678/22/106 674/22/106 +f 678/22/106 677/22/106 674/22/106 +f 674/22/106 677/22/106 682/22/106 +f 684/22/106 682/22/106 677/22/106 +f 680/23/106 686/23/106 688/23/106 +f 680/23/106 675/23/106 686/23/106 +f 679/23/106 675/23/106 680/23/106 +f 679/23/106 676/23/106 675/23/106 +f 683/23/106 676/23/106 679/23/106 +f 676/23/106 683/23/106 681/23/106 +f 688/23/105 686/23/105 680/23/105 +f 686/23/105 675/23/105 680/23/105 +f 680/23/105 675/23/105 679/23/105 +f 675/23/105 676/23/105 679/23/105 +f 679/23/105 676/23/105 683/23/105 +f 681/23/105 683/23/105 676/23/105 +f 673/22/99 686/23/102 675/23/99 +f 686/23/102 673/22/99 685/22/102 +f 675/23/97 686/23/103 673/22/97 +f 685/22/103 673/22/97 686/23/103 +f 677/22/97 683/23/103 679/23/97 +f 683/23/103 677/22/97 684/22/103 +f 679/23/99 683/23/102 677/22/99 +f 684/22/102 677/22/99 683/23/102 +f 682/22/104 676/23/100 681/23/104 +f 676/23/100 682/22/104 674/22/100 +f 681/23/101 676/23/98 682/22/101 +f 674/22/98 682/22/101 676/23/98 +f 687/22/101 680/23/98 688/23/101 +f 680/23/98 687/22/101 678/22/98 +f 688/23/104 680/23/100 687/22/104 +f 678/22/100 687/22/104 680/23/100 +f 686/23/102 687/22/101 688/23/101 +f 687/22/101 686/23/102 685/22/102 +f 688/23/104 687/22/104 686/23/103 +f 685/22/103 686/23/103 687/22/104 +f 682/22/104 683/23/103 684/22/103 +f 683/23/103 682/22/104 681/23/104 +f 684/22/102 683/23/102 682/22/101 +f 681/23/101 682/22/101 683/23/102 +f 678/22/98 679/23/97 680/23/98 +f 679/23/97 678/22/98 677/22/97 +f 680/23/100 679/23/99 678/22/100 +f 677/22/99 678/22/100 679/23/99 +f 674/22/100 675/23/99 676/23/100 +f 675/23/99 674/22/100 673/22/99 +f 676/23/98 675/23/97 674/22/98 +f 673/22/97 674/22/98 675/23/97 +f 689/22/115 703/22/115 701/22/115 +f 689/22/115 694/22/115 703/22/115 +f 690/22/115 694/22/115 689/22/115 +f 690/22/115 693/22/115 694/22/115 +f 698/22/115 693/22/115 690/22/115 +f 693/22/115 698/22/115 700/22/115 +f 701/22/116 703/22/116 689/22/116 +f 703/22/116 694/22/116 689/22/116 +f 689/22/116 694/22/116 690/22/116 +f 694/22/116 693/22/116 690/22/116 +f 690/22/116 693/22/116 698/22/116 +f 700/22/116 698/22/116 693/22/116 +f 696/23/116 702/23/116 704/23/116 +f 696/23/116 691/23/116 702/23/116 +f 695/23/116 691/23/116 696/23/116 +f 695/23/116 692/23/116 691/23/116 +f 699/23/116 692/23/116 695/23/116 +f 692/23/116 699/23/116 697/23/116 +f 704/23/115 702/23/115 696/23/115 +f 702/23/115 691/23/115 696/23/115 +f 696/23/115 691/23/115 695/23/115 +f 691/23/115 692/23/115 695/23/115 +f 695/23/115 692/23/115 699/23/115 +f 697/23/115 699/23/115 692/23/115 +f 689/22/109 702/23/112 691/23/109 +f 702/23/112 689/22/109 701/22/112 +f 691/23/107 702/23/113 689/22/107 +f 701/22/113 689/22/107 702/23/113 +f 693/22/107 699/23/113 695/23/107 +f 699/23/113 693/22/107 700/22/113 +f 695/23/109 699/23/112 693/22/109 +f 700/22/112 693/22/109 699/23/112 +f 698/22/114 692/23/110 697/23/114 +f 692/23/110 698/22/114 690/22/110 +f 697/23/111 692/23/108 698/22/111 +f 690/22/108 698/22/111 692/23/108 +f 703/22/111 696/23/108 704/23/111 +f 696/23/108 703/22/111 694/22/108 +f 704/23/114 696/23/110 703/22/114 +f 694/22/110 703/22/114 696/23/110 +f 702/23/112 703/22/111 704/23/111 +f 703/22/111 702/23/112 701/22/112 +f 704/23/114 703/22/114 702/23/113 +f 701/22/113 702/23/113 703/22/114 +f 698/22/114 699/23/113 700/22/113 +f 699/23/113 698/22/114 697/23/114 +f 700/22/112 699/23/112 698/22/111 +f 697/23/111 698/22/111 699/23/112 +f 694/22/108 695/23/107 696/23/108 +f 695/23/107 694/22/108 693/22/107 +f 696/23/110 695/23/109 694/22/110 +f 693/22/109 694/22/110 695/23/109 +f 690/22/110 691/23/109 692/23/110 +f 691/23/109 690/22/110 689/22/109 +f 692/23/108 691/23/107 690/22/108 +f 689/22/107 690/22/108 691/23/107 +f 707/50/12 706/50/12 705/50/12 +f 706/50/12 707/50/12 708/50/12 +f 705/50/11 706/50/11 707/50/11 +f 708/50/11 707/50/11 706/50/11 +f 711/50/12 710/50/12 709/50/12 +f 710/50/12 711/50/12 712/50/12 +f 709/50/11 710/50/11 711/50/11 +f 712/50/11 711/50/11 710/50/11 +f 715/50/12 714/50/12 713/50/12 +f 714/50/12 715/50/12 716/50/12 +f 713/50/11 714/50/11 715/50/11 +f 716/50/11 715/50/11 714/50/11 +f 14/50/12 23/50/12 21/50/12 +f 23/50/12 14/50/12 16/50/12 +f 21/50/11 23/50/11 14/50/11 +f 16/50/11 14/50/11 23/50/11 +f 719/50/12 718/50/12 717/50/12 +f 718/50/12 719/50/12 720/50/12 +f 717/50/11 718/50/11 719/50/11 +f 720/50/11 719/50/11 718/50/11 +f 723/50/12 722/50/12 721/50/12 +f 722/50/12 723/50/12 724/50/12 +f 721/50/11 722/50/11 723/50/11 +f 724/50/11 723/50/11 722/50/11 +f 727/50/12 726/50/12 725/50/12 +f 726/50/12 727/50/12 728/50/12 +f 725/50/11 726/50/11 727/50/11 +f 728/50/11 727/50/11 726/50/11 +f 731/50/12 730/50/12 729/50/12 +f 730/50/12 731/50/12 732/50/12 +f 729/50/11 730/50/11 731/50/11 +f 732/50/11 731/50/11 730/50/11 +f 734/50/12 729/50/12 733/50/12 +f 729/50/12 734/50/12 731/50/12 +f 733/50/11 729/50/11 734/50/11 +f 731/50/11 734/50/11 729/50/11 +f 729/50/12 736/50/12 735/50/12 +f 736/50/12 729/50/12 730/50/12 +f 735/50/11 736/50/11 729/50/11 +f 730/50/11 729/50/11 736/50/11 +f 733/50/12 735/50/12 737/50/12 +f 735/50/12 733/50/12 729/50/12 +f 737/50/11 735/50/11 733/50/11 +f 729/50/11 733/50/11 735/50/11 +f 740/50/119 739/51/118 738/50/117 +f 739/51/118 740/50/119 741/51/120 +f 738/50/123 739/51/122 740/50/121 +f 741/51/124 740/50/121 739/51/122 +f 743/51/126 740/50/119 742/50/125 +f 740/50/119 743/51/126 741/51/120 +f 742/50/128 740/50/121 743/51/127 +f 741/51/124 743/51/127 740/50/121 +f 746/52/131 745/50/130 744/50/129 +f 745/50/130 746/52/131 747/52/132 +f 744/50/135 745/50/134 746/52/133 +f 747/52/136 746/52/133 745/50/134 +f 745/50/130 749/52/138 748/50/137 +f 749/52/138 745/50/130 747/52/132 +f 748/50/140 749/52/139 745/50/134 +f 747/52/136 745/50/134 749/52/139 +f 752/50/143 751/52/142 750/50/141 +f 751/52/142 752/50/143 753/52/144 +f 750/50/147 751/52/146 752/50/145 +f 753/52/148 752/50/145 751/52/146 +f 751/52/142 755/52/150 754/52/149 +f 755/52/150 751/52/142 753/52/144 +f 754/52/152 755/52/151 751/52/146 +f 753/52/148 751/52/146 755/52/151 +f 755/52/150 752/50/143 756/50/153 +f 752/50/143 755/52/150 753/52/144 +f 756/50/154 752/50/145 755/52/151 +f 753/52/148 755/52/151 752/50/145 +f 751/52/142 757/50/155 750/50/141 +f 757/50/155 751/52/142 754/52/149 +f 750/50/147 757/50/156 751/52/146 +f 754/52/152 751/52/146 757/50/156 +f 754/52/149 756/50/153 757/50/155 +f 756/50/153 754/52/149 755/52/150 +f 757/50/156 756/50/154 754/52/152 +f 755/52/151 754/52/152 756/50/154 +f 759/52/158 744/50/129 758/50/157 +f 744/50/129 759/52/158 746/52/131 +f 758/50/160 744/50/135 759/52/159 +f 746/52/133 759/52/159 744/50/135 +f 739/51/118 760/50/161 738/50/117 +f 760/50/161 739/51/118 761/51/162 +f 738/50/123 760/50/163 739/51/122 +f 761/51/164 739/51/122 760/50/163 +f 749/52/138 758/50/157 748/50/137 +f 758/50/157 749/52/138 759/52/158 +f 748/50/140 758/50/160 749/52/139 +f 759/52/159 749/52/139 758/50/160 +f 749/52/138 746/52/131 759/52/158 +f 746/52/131 749/52/138 747/52/132 +f 759/52/159 746/52/133 749/52/139 +f 747/52/136 749/52/139 746/52/133 +f 764/51/167 763/51/166 762/51/165 +f 763/51/166 764/51/167 765/51/168 +f 762/51/171 763/51/170 764/51/169 +f 765/51/172 764/51/169 763/51/170 +f 761/51/162 741/51/120 743/51/126 +f 741/51/120 761/51/162 739/51/118 +f 743/51/127 741/51/124 761/51/164 +f 739/51/122 761/51/164 741/51/124 +f 766/50/173 765/51/168 764/51/167 +f 765/51/168 766/50/173 767/50/174 +f 764/51/169 765/51/172 766/50/175 +f 767/50/176 766/50/175 765/51/172 +f 770/50/179 769/51/178 768/50/177 +f 769/51/178 770/50/179 771/51/180 +f 768/50/183 769/51/182 770/50/181 +f 771/51/184 770/50/181 769/51/182 +f 766/50/173 762/51/165 772/50/185 +f 762/51/165 766/50/173 764/51/167 +f 772/50/186 762/51/171 766/50/175 +f 764/51/169 766/50/175 762/51/171 +f 765/51/168 773/50/187 763/51/166 +f 773/50/187 765/51/168 767/50/174 +f 763/51/170 773/50/188 765/51/172 +f 767/50/176 765/51/172 773/50/188 +f 776/51/191 775/50/190 774/50/189 +f 775/50/190 776/51/191 777/51/192 +f 774/50/195 775/50/194 776/51/193 +f 777/51/196 776/51/193 775/50/194 +f 762/51/165 773/50/187 772/50/185 +f 773/50/187 762/51/165 763/51/166 +f 772/50/186 773/50/188 762/51/171 +f 763/51/170 762/51/171 773/50/188 +f 768/50/177 776/51/191 774/50/189 +f 776/51/191 768/50/177 769/51/178 +f 774/50/195 776/51/193 768/50/183 +f 769/51/182 768/50/183 776/51/193 +f 771/51/180 775/50/190 777/51/192 +f 775/50/190 771/51/180 770/50/179 +f 777/51/196 775/50/194 771/51/184 +f 770/50/181 771/51/184 775/50/194 +f 769/51/178 777/51/192 776/51/191 +f 777/51/192 769/51/178 771/51/180 +f 776/51/193 777/51/196 769/51/182 +f 771/51/184 769/51/182 777/51/196 +f 761/51/162 742/50/125 760/50/161 +f 742/50/125 761/51/162 743/51/126 +f 760/50/163 742/50/128 761/51/164 +f 743/51/127 761/51/164 742/50/128 +f 780/53/15 779/50/6 778/50/15 +f 779/50/6 780/53/15 781/53/6 +f 778/50/13 779/50/8 780/53/13 +f 781/53/8 780/53/13 779/50/8 +f 784/53/12 783/53/12 782/53/12 +f 783/53/12 784/53/12 781/53/12 +f 783/53/12 781/53/12 780/53/12 +f 782/53/11 783/53/11 784/53/11 +f 781/53/11 784/53/11 783/53/11 +f 780/53/11 781/53/11 783/53/11 +f 782/53/8 785/50/8 35/50/8 +f 785/50/8 782/53/8 783/53/8 +f 35/50/6 785/50/6 782/53/6 +f 783/53/6 782/53/6 785/50/6 +f 781/53/6 786/50/16 779/50/6 +f 786/50/16 781/53/6 784/53/16 +f 779/50/8 786/50/14 781/53/8 +f 784/53/14 781/53/8 786/50/14 +f 782/53/3 786/50/3 784/53/3 +f 786/50/3 782/53/3 35/50/3 +f 784/53/4 786/50/4 782/53/4 +f 35/50/4 782/53/4 786/50/4 +f 785/50/4 780/53/4 778/50/4 +f 780/53/4 785/50/4 783/53/4 +f 778/50/3 780/53/3 785/50/3 +f 783/53/3 785/50/3 780/53/3 +f 789/50/119 788/51/118 787/50/117 +f 788/51/118 789/50/119 790/51/120 +f 787/50/123 788/51/122 789/50/121 +f 790/51/124 789/50/121 788/51/122 +f 792/51/126 789/50/119 791/50/125 +f 789/50/119 792/51/126 790/51/120 +f 791/50/128 789/50/121 792/51/127 +f 790/51/124 792/51/127 789/50/121 +f 795/52/131 794/50/130 793/50/129 +f 794/50/130 795/52/131 796/52/132 +f 793/50/135 794/50/134 795/52/133 +f 796/52/136 795/52/133 794/50/134 +f 794/50/130 798/52/138 797/50/137 +f 798/52/138 794/50/130 796/52/132 +f 797/50/140 798/52/139 794/50/134 +f 796/52/136 794/50/134 798/52/139 +f 801/50/143 800/52/142 799/50/141 +f 800/52/142 801/50/143 802/52/144 +f 799/50/147 800/52/146 801/50/145 +f 802/52/148 801/50/145 800/52/146 +f 800/52/142 804/52/150 803/52/149 +f 804/52/150 800/52/142 802/52/144 +f 803/52/152 804/52/151 800/52/146 +f 802/52/148 800/52/146 804/52/151 +f 804/52/150 801/50/143 805/50/153 +f 801/50/143 804/52/150 802/52/144 +f 805/50/154 801/50/145 804/52/151 +f 802/52/148 804/52/151 801/50/145 +f 800/52/142 806/50/155 799/50/141 +f 806/50/155 800/52/142 803/52/149 +f 799/50/147 806/50/156 800/52/146 +f 803/52/152 800/52/146 806/50/156 +f 803/52/149 805/50/153 806/50/155 +f 805/50/153 803/52/149 804/52/150 +f 806/50/156 805/50/154 803/52/152 +f 804/52/151 803/52/152 805/50/154 +f 808/52/158 793/50/129 807/50/157 +f 793/50/129 808/52/158 795/52/131 +f 807/50/160 793/50/135 808/52/159 +f 795/52/133 808/52/159 793/50/135 +f 788/51/118 809/50/161 787/50/117 +f 809/50/161 788/51/118 810/51/162 +f 787/50/123 809/50/163 788/51/122 +f 810/51/164 788/51/122 809/50/163 +f 798/52/138 807/50/157 797/50/137 +f 807/50/157 798/52/138 808/52/158 +f 797/50/140 807/50/160 798/52/139 +f 808/52/159 798/52/139 807/50/160 +f 798/52/138 795/52/131 808/52/158 +f 795/52/131 798/52/138 796/52/132 +f 808/52/159 795/52/133 798/52/139 +f 796/52/136 798/52/139 795/52/133 +f 813/51/167 812/51/166 811/51/165 +f 812/51/166 813/51/167 814/51/168 +f 811/51/171 812/51/170 813/51/169 +f 814/51/172 813/51/169 812/51/170 +f 810/51/162 790/51/120 792/51/126 +f 790/51/120 810/51/162 788/51/118 +f 792/51/127 790/51/124 810/51/164 +f 788/51/122 810/51/164 790/51/124 +f 815/50/173 814/51/168 813/51/167 +f 814/51/168 815/50/173 816/50/174 +f 813/51/169 814/51/172 815/50/175 +f 816/50/176 815/50/175 814/51/172 +f 819/50/179 818/51/178 817/50/177 +f 818/51/178 819/50/179 820/51/180 +f 817/50/183 818/51/182 819/50/181 +f 820/51/184 819/50/181 818/51/182 +f 815/50/173 811/51/165 821/50/185 +f 811/51/165 815/50/173 813/51/167 +f 821/50/186 811/51/171 815/50/175 +f 813/51/169 815/50/175 811/51/171 +f 814/51/168 822/50/187 812/51/166 +f 822/50/187 814/51/168 816/50/174 +f 812/51/170 822/50/188 814/51/172 +f 816/50/176 814/51/172 822/50/188 +f 825/51/191 824/50/190 823/50/189 +f 824/50/190 825/51/191 826/51/192 +f 823/50/195 824/50/194 825/51/193 +f 826/51/196 825/51/193 824/50/194 +f 811/51/165 822/50/187 821/50/185 +f 822/50/187 811/51/165 812/51/166 +f 821/50/186 822/50/188 811/51/171 +f 812/51/170 811/51/171 822/50/188 +f 817/50/177 825/51/191 823/50/189 +f 825/51/191 817/50/177 818/51/178 +f 823/50/195 825/51/193 817/50/183 +f 818/51/182 817/50/183 825/51/193 +f 820/51/180 824/50/190 826/51/192 +f 824/50/190 820/51/180 819/50/179 +f 826/51/196 824/50/194 820/51/184 +f 819/50/181 820/51/184 824/50/194 +f 818/51/178 826/51/192 825/51/191 +f 826/51/192 818/51/178 820/51/180 +f 825/51/193 826/51/196 818/51/182 +f 820/51/184 818/51/182 826/51/196 +f 810/51/162 791/50/125 809/50/161 +f 791/50/125 810/51/162 792/51/126 +f 809/50/163 791/50/128 810/51/164 +f 792/51/127 810/51/164 791/50/128 +f 829/53/15 828/50/6 827/50/15 +f 828/50/6 829/53/15 830/53/6 +f 827/50/13 828/50/8 829/53/13 +f 830/53/8 829/53/13 828/50/8 +f 833/53/12 832/53/12 831/53/12 +f 832/53/12 833/53/12 830/53/12 +f 832/53/12 830/53/12 829/53/12 +f 831/53/11 832/53/11 833/53/11 +f 830/53/11 833/53/11 832/53/11 +f 829/53/11 830/53/11 832/53/11 +f 831/53/8 834/50/8 127/50/8 +f 834/50/8 831/53/8 832/53/8 +f 127/50/6 834/50/6 831/53/6 +f 832/53/6 831/53/6 834/50/6 +f 830/53/6 835/50/16 828/50/6 +f 835/50/16 830/53/6 833/53/16 +f 828/50/8 835/50/14 830/53/8 +f 833/53/14 830/53/8 835/50/14 +f 831/53/3 835/50/3 833/53/3 +f 835/50/3 831/53/3 127/50/3 +f 833/53/4 835/50/4 831/53/4 +f 127/50/4 831/53/4 835/50/4 +f 834/50/4 829/53/4 827/50/4 +f 829/53/4 834/50/4 832/53/4 +f 827/50/3 829/53/3 834/50/3 +f 832/53/3 834/50/3 829/53/3 +f 840/50/208 859/51/244 841/51/207 +f 859/51/244 840/50/208 858/50/243 +f 841/51/206 859/51/242 840/50/205 +f 858/50/241 840/50/205 859/51/242 +f 875/51/276 867/51/262 869/51/264 +f 867/51/262 875/51/276 874/51/273 +f 869/51/260 867/51/258 875/51/272 +f 874/51/271 875/51/272 867/51/258 +f 873/50/274 869/51/264 868/50/261 +f 869/51/264 873/50/274 875/51/276 +f 868/50/259 869/51/260 873/50/270 +f 875/51/272 873/50/270 869/51/260 +f 874/51/273 866/50/263 867/51/262 +f 866/50/263 874/51/273 872/50/275 +f 867/51/258 866/50/257 874/51/271 +f 872/50/269 874/51/271 866/50/257 +f 871/50/268 860/51/251 861/51/250 +f 860/51/251 871/50/268 870/50/266 +f 861/51/246 860/51/245 871/50/267 +f 870/50/265 871/50/267 860/51/245 +f 873/50/274 874/51/273 875/51/276 +f 874/51/273 873/50/274 872/50/275 +f 875/51/272 874/51/271 873/50/270 +f 872/50/269 873/50/270 874/51/271 +f 871/50/268 863/51/252 865/50/256 +f 863/51/252 871/50/268 861/51/250 +f 865/50/254 863/51/248 871/50/267 +f 861/51/246 871/50/267 863/51/248 +f 860/51/251 864/50/255 862/51/249 +f 864/50/255 860/51/251 870/50/266 +f 862/51/247 864/50/253 860/51/245 +f 870/50/265 860/51/245 864/50/253 +f 867/51/262 868/50/261 869/51/264 +f 868/50/261 867/51/262 866/50/263 +f 869/51/260 868/50/259 867/51/258 +f 866/50/257 867/51/258 868/50/259 +f 863/51/252 864/50/255 865/50/256 +f 864/50/255 863/51/252 862/51/249 +f 865/50/254 864/50/253 863/51/248 +f 862/51/247 863/51/248 864/50/253 +f 839/51/204 859/51/244 837/51/202 +f 859/51/244 839/51/204 841/51/207 +f 837/51/198 859/51/242 839/51/200 +f 841/51/206 839/51/200 859/51/242 +f 861/51/250 862/51/249 863/51/252 +f 862/51/249 861/51/250 860/51/251 +f 863/51/248 862/51/247 861/51/246 +f 860/51/245 861/51/246 862/51/247 +f 844/52/213 847/52/219 845/52/216 +f 847/52/219 844/52/213 857/52/239 +f 845/52/212 847/52/218 844/52/211 +f 857/52/238 844/52/211 847/52/218 +f 856/50/240 847/52/219 857/52/239 +f 847/52/219 856/50/240 846/50/220 +f 857/52/238 847/52/218 856/50/237 +f 846/50/217 856/50/237 847/52/218 +f 858/50/243 837/51/202 859/51/244 +f 837/51/202 858/50/243 836/50/203 +f 859/51/242 837/51/198 858/50/241 +f 836/50/197 858/50/241 837/51/198 +f 842/50/215 857/52/239 844/52/213 +f 857/52/239 842/50/215 856/50/240 +f 844/52/211 857/52/238 842/50/209 +f 856/50/237 842/50/209 857/52/238 +f 854/50/234 852/52/232 853/52/231 +f 852/52/232 854/50/234 855/50/236 +f 853/52/230 852/52/229 854/50/233 +f 855/50/235 854/50/233 852/52/229 +f 855/50/236 849/52/226 852/52/232 +f 849/52/226 855/50/236 848/50/227 +f 852/52/229 849/52/222 855/50/235 +f 848/50/221 855/50/235 849/52/222 +f 850/50/225 853/52/231 851/52/228 +f 853/52/231 850/50/225 854/50/234 +f 851/52/224 853/52/230 850/50/223 +f 854/50/233 850/50/223 853/52/230 +f 853/52/231 849/52/226 851/52/228 +f 849/52/226 853/52/231 852/52/232 +f 851/52/224 849/52/222 853/52/230 +f 852/52/229 853/52/230 849/52/222 +f 849/52/226 850/50/225 851/52/228 +f 850/50/225 849/52/226 848/50/227 +f 851/52/224 850/50/223 849/52/222 +f 848/50/221 849/52/222 850/50/223 +f 847/52/219 843/50/214 845/52/216 +f 843/50/214 847/52/219 846/50/220 +f 845/52/212 843/50/210 847/52/218 +f 846/50/217 847/52/218 843/50/210 +f 843/50/214 844/52/213 845/52/216 +f 844/52/213 843/50/214 842/50/215 +f 845/52/212 844/52/211 843/50/210 +f 842/50/209 843/50/210 844/52/211 +f 838/50/201 841/51/207 839/51/204 +f 841/51/207 838/50/201 840/50/208 +f 839/51/200 841/51/206 838/50/199 +f 840/50/205 838/50/199 841/51/206 +f 837/51/202 838/50/201 839/51/204 +f 838/50/201 837/51/202 836/50/203 +f 839/51/200 838/50/199 837/51/198 +f 836/50/197 837/51/198 838/50/199 +f 878/53/37 883/50/37 881/53/37 +f 883/50/37 878/53/37 876/50/37 +f 881/53/38 883/50/38 878/53/38 +f 876/50/38 878/53/38 883/50/38 +f 884/50/38 880/53/38 219/50/38 +f 880/53/38 884/50/38 882/53/38 +f 219/50/37 880/53/37 884/50/37 +f 882/53/37 884/50/37 880/53/37 +f 884/50/46 879/53/42 882/53/46 +f 879/53/42 884/50/46 877/50/42 +f 882/53/48 879/53/40 884/50/48 +f 877/50/40 884/50/48 879/53/40 +f 883/50/40 880/53/40 881/53/40 +f 880/53/40 883/50/40 219/50/40 +f 881/53/42 880/53/42 883/50/42 +f 219/50/42 883/50/42 880/53/42 +f 881/53/11 879/53/11 878/53/11 +f 881/53/11 882/53/11 879/53/11 +f 882/53/11 881/53/11 880/53/11 +f 878/53/12 879/53/12 881/53/12 +f 879/53/12 882/53/12 881/53/12 +f 880/53/12 881/53/12 882/53/12 +f 877/50/42 878/53/45 879/53/42 +f 878/53/45 877/50/42 876/50/45 +f 879/53/40 878/53/47 877/50/40 +f 876/50/47 877/50/40 878/53/47 +f 889/50/208 908/51/244 890/51/207 +f 908/51/244 889/50/208 907/50/243 +f 890/51/206 908/51/242 889/50/205 +f 907/50/241 889/50/205 908/51/242 +f 924/51/276 916/51/262 918/51/264 +f 916/51/262 924/51/276 923/51/273 +f 918/51/260 916/51/258 924/51/272 +f 923/51/271 924/51/272 916/51/258 +f 922/50/274 918/51/264 917/50/261 +f 918/51/264 922/50/274 924/51/276 +f 917/50/259 918/51/260 922/50/270 +f 924/51/272 922/50/270 918/51/260 +f 923/51/273 915/50/263 916/51/262 +f 915/50/263 923/51/273 921/50/275 +f 916/51/258 915/50/257 923/51/271 +f 921/50/269 923/51/271 915/50/257 +f 920/50/268 909/51/251 910/51/250 +f 909/51/251 920/50/268 919/50/266 +f 910/51/246 909/51/245 920/50/267 +f 919/50/265 920/50/267 909/51/245 +f 922/50/274 923/51/273 924/51/276 +f 923/51/273 922/50/274 921/50/275 +f 924/51/272 923/51/271 922/50/270 +f 921/50/269 922/50/270 923/51/271 +f 920/50/268 912/51/252 914/50/256 +f 912/51/252 920/50/268 910/51/250 +f 914/50/254 912/51/248 920/50/267 +f 910/51/246 920/50/267 912/51/248 +f 909/51/251 913/50/255 911/51/249 +f 913/50/255 909/51/251 919/50/266 +f 911/51/247 913/50/253 909/51/245 +f 919/50/265 909/51/245 913/50/253 +f 916/51/262 917/50/261 918/51/264 +f 917/50/261 916/51/262 915/50/263 +f 918/51/260 917/50/259 916/51/258 +f 915/50/257 916/51/258 917/50/259 +f 912/51/252 913/50/255 914/50/256 +f 913/50/255 912/51/252 911/51/249 +f 914/50/254 913/50/253 912/51/248 +f 911/51/247 912/51/248 913/50/253 +f 888/51/204 908/51/244 886/51/202 +f 908/51/244 888/51/204 890/51/207 +f 886/51/198 908/51/242 888/51/200 +f 890/51/206 888/51/200 908/51/242 +f 910/51/250 911/51/249 912/51/252 +f 911/51/249 910/51/250 909/51/251 +f 912/51/248 911/51/247 910/51/246 +f 909/51/245 910/51/246 911/51/247 +f 893/52/213 896/52/219 894/52/216 +f 896/52/219 893/52/213 906/52/239 +f 894/52/212 896/52/218 893/52/211 +f 906/52/238 893/52/211 896/52/218 +f 905/50/240 896/52/219 906/52/239 +f 896/52/219 905/50/240 895/50/220 +f 906/52/238 896/52/218 905/50/237 +f 895/50/217 905/50/237 896/52/218 +f 907/50/243 886/51/202 908/51/244 +f 886/51/202 907/50/243 885/50/203 +f 908/51/242 886/51/198 907/50/241 +f 885/50/197 907/50/241 886/51/198 +f 891/50/215 906/52/239 893/52/213 +f 906/52/239 891/50/215 905/50/240 +f 893/52/211 906/52/238 891/50/209 +f 905/50/237 891/50/209 906/52/238 +f 903/50/234 901/52/232 902/52/231 +f 901/52/232 903/50/234 904/50/236 +f 902/52/230 901/52/229 903/50/233 +f 904/50/235 903/50/233 901/52/229 +f 904/50/236 898/52/226 901/52/232 +f 898/52/226 904/50/236 897/50/227 +f 901/52/229 898/52/222 904/50/235 +f 897/50/221 904/50/235 898/52/222 +f 899/50/225 902/52/231 900/52/228 +f 902/52/231 899/50/225 903/50/234 +f 900/52/224 902/52/230 899/50/223 +f 903/50/233 899/50/223 902/52/230 +f 902/52/231 898/52/226 900/52/228 +f 898/52/226 902/52/231 901/52/232 +f 900/52/224 898/52/222 902/52/230 +f 901/52/229 902/52/230 898/52/222 +f 898/52/226 899/50/225 900/52/228 +f 899/50/225 898/52/226 897/50/227 +f 900/52/224 899/50/223 898/52/222 +f 897/50/221 898/52/222 899/50/223 +f 896/52/219 892/50/214 894/52/216 +f 892/50/214 896/52/219 895/50/220 +f 894/52/212 892/50/210 896/52/218 +f 895/50/217 896/52/218 892/50/210 +f 892/50/214 893/52/213 894/52/216 +f 893/52/213 892/50/214 891/50/215 +f 894/52/212 893/52/211 892/50/210 +f 891/50/209 892/50/210 893/52/211 +f 887/50/201 890/51/207 888/51/204 +f 890/51/207 887/50/201 889/50/208 +f 888/51/200 890/51/206 887/50/199 +f 889/50/205 887/50/199 890/51/206 +f 886/51/202 887/50/201 888/51/204 +f 887/50/201 886/51/202 885/50/203 +f 888/51/200 887/50/199 886/51/198 +f 885/50/197 886/51/198 887/50/199 +f 927/53/37 932/50/37 930/53/37 +f 932/50/37 927/53/37 925/50/37 +f 930/53/38 932/50/38 927/53/38 +f 925/50/38 927/53/38 932/50/38 +f 933/50/38 929/53/38 311/50/38 +f 929/53/38 933/50/38 931/53/38 +f 311/50/37 929/53/37 933/50/37 +f 931/53/37 933/50/37 929/53/37 +f 933/50/46 928/53/42 931/53/46 +f 928/53/42 933/50/46 926/50/42 +f 931/53/48 928/53/40 933/50/48 +f 926/50/40 933/50/48 928/53/40 +f 932/50/40 929/53/40 930/53/40 +f 929/53/40 932/50/40 311/50/40 +f 930/53/42 929/53/42 932/50/42 +f 311/50/42 932/50/42 929/53/42 +f 930/53/11 928/53/11 927/53/11 +f 930/53/11 931/53/11 928/53/11 +f 931/53/11 930/53/11 929/53/11 +f 927/53/12 928/53/12 930/53/12 +f 928/53/12 931/53/12 930/53/12 +f 929/53/12 930/53/12 931/53/12 +f 926/50/42 927/53/45 928/53/42 +f 927/53/45 926/50/42 925/50/45 +f 928/53/40 927/53/47 926/50/40 +f 925/50/47 926/50/40 927/53/47 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs-wide.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs-wide.obj.import new file mode 100644 index 0000000..2d43cfd --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs-wide.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://cxhehf5tjwp0x" +path="res://.godot/imported/stairs-wide.obj-8e9e4eda36932b1ea849c75f80abba9f.mesh" + +[deps] + +files=["res://.godot/imported/stairs-wide.obj-8e9e4eda36932b1ea849c75f80abba9f.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs-wide.obj" +dest_files=["res://.godot/imported/stairs-wide.obj-8e9e4eda36932b1ea849c75f80abba9f.mesh", "res://.godot/imported/stairs-wide.obj-8e9e4eda36932b1ea849c75f80abba9f.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs.obj new file mode 100644 index 0000000..349ba7c --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs.obj @@ -0,0 +1,6720 @@ +# Created by Kenney (www.kenney.nl) + +mtllib stairs.mtl + +g stairs + +v -2.000007 3 -1.999992 1 1 1 +v -2.000006 3 -5.999992 1 1 1 +v -2.000007 6 -1.999992 1 1 1 +v -1.400006 3 -3.999992 1 1 1 +v -1.600007 3 -1.999992 1 1 1 +v -1.400006 4.5 -3.999992 1 1 1 +v -1.516708 4.251608 -2.832979 1 1 1 +v -1.511733 4.301608 -2.882731 1 1 1 +v -1.555058 4.251608 -2.449481 1 1 1 +v -1.511733 4.501608 -2.882731 1 1 1 +v -1.560033 4.301608 -2.39973 1 1 1 +v -1.600007 6 -1.999992 1 1 1 +v -1.516708 4.551608 -2.832979 1 1 1 +v -1.560033 4.501608 -2.39973 1 1 1 +v -1.555058 4.551608 -2.449481 1 1 1 +v -1.600006 3 -5.999992 1 1 1 +v -1.42368 3.507813 -4.236727 1 1 1 +v -1.42368 3.707813 -4.236727 1 1 1 +v -1.428655 3.757813 -4.286479 1 1 1 +v -1.467005 3.757813 -4.669977 1 1 1 +v -1.47198 3.707813 -4.719728 1 1 1 +v -1.428655 3.457813 -4.286479 1 1 1 +v -1.47198 3.507813 -4.719728 1 1 1 +v -1.467005 3.457813 -4.669977 1 1 1 +v -1.516708 4.251608 -2.832978 1 1 1 +v -1.555058 4.251608 -2.449481 1 1 1 +v -1.466956 4.251608 -2.828003 1 1 1 +v -1.505306 4.251608 -2.444506 1 1 1 +v -1.555058 4.551608 -2.449481 1 1 1 +v -1.516708 4.551608 -2.832978 1 1 1 +v -1.505306 4.551608 -2.444506 1 1 1 +v -1.466956 4.551608 -2.828003 1 1 1 +v -1.510281 4.301608 -2.394754 1 1 1 +v -1.560033 4.301608 -2.399729 1 1 1 +v -1.510281 4.501608 -2.394754 1 1 1 +v -1.560033 4.501608 -2.399729 1 1 1 +v -1.511733 4.301608 -2.88273 1 1 1 +v -1.461981 4.301608 -2.877755 1 1 1 +v -1.511733 4.501608 -2.88273 1 1 1 +v -1.461981 4.501608 -2.877755 1 1 1 +v -1.467003 3.457813 -4.669976 1 1 1 +v -1.428653 3.457813 -4.286479 1 1 1 +v -1.417251 3.457813 -4.674952 1 1 1 +v -1.378902 3.457813 -4.291454 1 1 1 +v -1.428653 3.757813 -4.286479 1 1 1 +v -1.467003 3.757813 -4.669976 1 1 1 +v -1.378901 3.757813 -4.291454 1 1 1 +v -1.417251 3.757813 -4.674952 1 1 1 +v -1.373926 3.507813 -4.241702 1 1 1 +v -1.423678 3.507813 -4.236727 1 1 1 +v -1.373926 3.707813 -4.241702 1 1 1 +v -1.423678 3.707813 -4.236727 1 1 1 +v -1.471978 3.507813 -4.719728 1 1 1 +v -1.422226 3.507813 -4.724703 1 1 1 +v -1.471978 3.707813 -4.719728 1 1 1 +v -1.422226 3.707813 -4.724703 1 1 1 +v -2.000006 3 -1.999996 1 1 1 +v -2.000007 3 2.000004 1 1 1 +v -2.000006 6 -1.999996 1 1 1 +v -2.000007 6 2.000004 1 1 1 +v -1.600006 6 -1.999996 1 1 1 +v -1.400006 6 3.856421E-06 1 1 1 +v -1.600007 6 2.000004 1 1 1 +v -1.600006 3 -1.999996 1 1 1 +v -1.600007 3 2.000004 1 1 1 +v -1.50366 5.09453 1.036534 1 1 1 +v -1.50366 5.29453 1.036534 1 1 1 +v -1.508635 5.04453 1.086286 1 1 1 +v -1.508635 5.34453 1.086286 1 1 1 +v -1.546985 5.34453 1.469784 1 1 1 +v -1.55196 5.29453 1.519536 1 1 1 +v -1.55196 5.09453 1.519536 1 1 1 +v -1.453665 4.853556 0.5365877 1 1 1 +v -1.546985 5.04453 1.469784 1 1 1 +v -1.44869 4.803555 0.4868359 1 1 1 +v -1.492015 4.853556 0.9200853 1 1 1 +v -1.44869 4.603556 0.4868359 1 1 1 +v -1.49699 4.803555 0.9698372 1 1 1 +v -1.49699 4.603556 0.9698372 1 1 1 +v -1.492015 4.553556 0.9200853 1 1 1 +v -1.400006 3 3.856421E-06 1 1 1 +v -1.513243 3.807028 1.132368 1 1 1 +v -1.453665 4.553556 0.5365877 1 1 1 +v -1.508268 3.757028 1.082616 1 1 1 +v -1.508268 3.557028 1.082616 1 1 1 +v -1.513243 3.507028 1.132368 1 1 1 +v -1.551593 3.507028 1.515865 1 1 1 +v -1.556568 3.557028 1.565617 1 1 1 +v -1.551593 3.807028 1.515865 1 1 1 +v -1.556568 3.757028 1.565617 1 1 1 +v -1.548433 4.460278 -1.484262 1 1 1 +v -1.548433 4.660278 -1.484262 1 1 1 +v -1.543458 4.710278 -1.43451 1 1 1 +v -1.543458 4.410277 -1.43451 1 1 1 +v -1.505108 4.410277 -1.051012 1 1 1 +v -1.505108 4.710278 -1.051012 1 1 1 +v -1.500133 4.660278 -1.001261 1 1 1 +v -1.500133 4.460278 -1.001261 1 1 1 +v -1.546986 5.04453 1.469785 1 1 1 +v -1.508636 5.04453 1.086287 1 1 1 +v -1.497234 5.04453 1.47476 1 1 1 +v -1.458884 5.04453 1.091263 1 1 1 +v -1.508636 5.34453 1.086287 1 1 1 +v -1.546986 5.34453 1.469785 1 1 1 +v -1.458884 5.34453 1.091263 1 1 1 +v -1.497234 5.34453 1.47476 1 1 1 +v -1.453909 5.09453 1.041511 1 1 1 +v -1.503661 5.09453 1.036536 1 1 1 +v -1.453909 5.29453 1.041511 1 1 1 +v -1.503661 5.29453 1.036536 1 1 1 +v -1.551961 5.09453 1.519537 1 1 1 +v -1.502209 5.09453 1.524512 1 1 1 +v -1.551961 5.29453 1.519537 1 1 1 +v -1.502209 5.29453 1.524512 1 1 1 +v -1.492016 4.553556 0.9200851 1 1 1 +v -1.453666 4.553556 0.5365876 1 1 1 +v -1.442264 4.553556 0.9250603 1 1 1 +v -1.403914 4.553556 0.5415628 1 1 1 +v -1.453666 4.853556 0.5365876 1 1 1 +v -1.492016 4.853556 0.9200851 1 1 1 +v -1.403914 4.853556 0.5415628 1 1 1 +v -1.442264 4.853556 0.9250603 1 1 1 +v -1.398939 4.603556 0.4918109 1 1 1 +v -1.448691 4.603556 0.4868357 1 1 1 +v -1.398939 4.803556 0.4918109 1 1 1 +v -1.448691 4.803556 0.4868357 1 1 1 +v -1.496991 4.603556 0.969837 1 1 1 +v -1.44724 4.603556 0.9748122 1 1 1 +v -1.496991 4.803556 0.969837 1 1 1 +v -1.44724 4.803556 0.9748122 1 1 1 +v -1.551594 3.507028 1.515866 1 1 1 +v -1.513244 3.507028 1.132369 1 1 1 +v -1.501842 3.507028 1.520842 1 1 1 +v -1.463492 3.507028 1.137344 1 1 1 +v -1.513244 3.807028 1.132369 1 1 1 +v -1.551594 3.807028 1.515866 1 1 1 +v -1.463492 3.807028 1.137344 1 1 1 +v -1.501842 3.807028 1.520842 1 1 1 +v -1.458517 3.557028 1.087592 1 1 1 +v -1.508269 3.557028 1.082617 1 1 1 +v -1.458517 3.757028 1.087592 1 1 1 +v -1.508269 3.757028 1.082617 1 1 1 +v -1.556569 3.557028 1.565618 1 1 1 +v -1.506817 3.557028 1.570593 1 1 1 +v -1.556569 3.757028 1.565618 1 1 1 +v -1.506817 3.757028 1.570593 1 1 1 +v -1.505108 4.410278 -1.051013 1 1 1 +v -1.543457 4.410278 -1.43451 1 1 1 +v -1.455356 4.410278 -1.055988 1 1 1 +v -1.493706 4.410278 -1.439486 1 1 1 +v -1.543457 4.710278 -1.43451 1 1 1 +v -1.505108 4.710278 -1.051013 1 1 1 +v -1.493705 4.710278 -1.439486 1 1 1 +v -1.455356 4.710278 -1.055988 1 1 1 +v -1.498681 4.460278 -1.489237 1 1 1 +v -1.548432 4.460278 -1.484262 1 1 1 +v -1.498681 4.660278 -1.489237 1 1 1 +v -1.548432 4.660278 -1.484262 1 1 1 +v -1.500132 4.460278 -1.001261 1 1 1 +v -1.450381 4.460278 -1.006236 1 1 1 +v -1.500132 4.660278 -1.001261 1 1 1 +v -1.450381 4.660278 -1.006236 1 1 1 +v 1.999997 3 -1.999996 1 1 1 +v 1.999997 3 2.000004 1 1 1 +v 1.999997 6 -1.999996 1 1 1 +v 1.999997 6 2.000004 1 1 1 +v 1.599997 6 -1.999996 1 1 1 +v 1.399997 6 3.856421E-06 1 1 1 +v 1.599997 6 2.000004 1 1 1 +v 1.599997 3 -1.999996 1 1 1 +v 1.599997 3 2.000004 1 1 1 +v 1.50365 5.09453 1.036534 1 1 1 +v 1.50365 5.29453 1.036534 1 1 1 +v 1.508625 5.04453 1.086286 1 1 1 +v 1.508625 5.34453 1.086286 1 1 1 +v 1.546975 5.34453 1.469784 1 1 1 +v 1.55195 5.29453 1.519536 1 1 1 +v 1.55195 5.09453 1.519536 1 1 1 +v 1.453655 4.853556 0.5365877 1 1 1 +v 1.546975 5.04453 1.469784 1 1 1 +v 1.44868 4.803555 0.4868359 1 1 1 +v 1.492005 4.853556 0.9200853 1 1 1 +v 1.44868 4.603556 0.4868359 1 1 1 +v 1.49698 4.803555 0.9698372 1 1 1 +v 1.49698 4.603556 0.9698372 1 1 1 +v 1.492005 4.553556 0.9200853 1 1 1 +v 1.399997 3 3.856421E-06 1 1 1 +v 1.513233 3.807028 1.132368 1 1 1 +v 1.453655 4.553556 0.5365877 1 1 1 +v 1.508258 3.757028 1.082616 1 1 1 +v 1.508258 3.557028 1.082616 1 1 1 +v 1.513233 3.507028 1.132368 1 1 1 +v 1.551583 3.507028 1.515865 1 1 1 +v 1.556558 3.557028 1.565617 1 1 1 +v 1.551583 3.807028 1.515865 1 1 1 +v 1.556558 3.757028 1.565617 1 1 1 +v 1.548423 4.460278 -1.484262 1 1 1 +v 1.548423 4.660278 -1.484262 1 1 1 +v 1.543448 4.710278 -1.43451 1 1 1 +v 1.543448 4.410277 -1.43451 1 1 1 +v 1.505098 4.410277 -1.051012 1 1 1 +v 1.505098 4.710278 -1.051012 1 1 1 +v 1.500123 4.660278 -1.001261 1 1 1 +v 1.500123 4.460278 -1.001261 1 1 1 +v 1.546976 5.04453 1.469785 1 1 1 +v 1.508627 5.04453 1.086287 1 1 1 +v 1.497225 5.04453 1.47476 1 1 1 +v 1.458875 5.04453 1.091263 1 1 1 +v 1.508627 5.34453 1.086287 1 1 1 +v 1.546976 5.34453 1.469785 1 1 1 +v 1.458875 5.34453 1.091263 1 1 1 +v 1.497225 5.34453 1.47476 1 1 1 +v 1.4539 5.09453 1.041511 1 1 1 +v 1.503651 5.09453 1.036536 1 1 1 +v 1.4539 5.29453 1.041511 1 1 1 +v 1.503651 5.29453 1.036536 1 1 1 +v 1.551952 5.09453 1.519537 1 1 1 +v 1.5022 5.09453 1.524512 1 1 1 +v 1.551952 5.29453 1.519537 1 1 1 +v 1.5022 5.29453 1.524512 1 1 1 +v 1.492005 4.553556 0.9200851 1 1 1 +v 1.453655 4.553556 0.5365876 1 1 1 +v 1.442253 4.553556 0.9250603 1 1 1 +v 1.403903 4.553556 0.5415628 1 1 1 +v 1.453655 4.853556 0.5365876 1 1 1 +v 1.492005 4.853556 0.9200851 1 1 1 +v 1.403903 4.853556 0.5415628 1 1 1 +v 1.442253 4.853556 0.9250603 1 1 1 +v 1.398928 4.603556 0.4918109 1 1 1 +v 1.44868 4.603556 0.4868357 1 1 1 +v 1.398928 4.803556 0.4918109 1 1 1 +v 1.44868 4.803556 0.4868357 1 1 1 +v 1.49698 4.603556 0.969837 1 1 1 +v 1.447228 4.603556 0.9748122 1 1 1 +v 1.49698 4.803556 0.969837 1 1 1 +v 1.447228 4.803556 0.9748122 1 1 1 +v 1.551585 3.507028 1.515866 1 1 1 +v 1.513235 3.507028 1.132369 1 1 1 +v 1.501833 3.507028 1.520842 1 1 1 +v 1.463483 3.507028 1.137344 1 1 1 +v 1.513235 3.807028 1.132369 1 1 1 +v 1.551584 3.807028 1.515866 1 1 1 +v 1.463483 3.807028 1.137344 1 1 1 +v 1.501833 3.807028 1.520842 1 1 1 +v 1.458508 3.557028 1.087592 1 1 1 +v 1.50826 3.557028 1.082617 1 1 1 +v 1.458508 3.757028 1.087592 1 1 1 +v 1.50826 3.757028 1.082617 1 1 1 +v 1.55656 3.557028 1.565618 1 1 1 +v 1.506808 3.557028 1.570593 1 1 1 +v 1.55656 3.757028 1.565618 1 1 1 +v 1.506808 3.757028 1.570593 1 1 1 +v 1.505098 4.410278 -1.051013 1 1 1 +v 1.543448 4.410278 -1.43451 1 1 1 +v 1.455346 4.410278 -1.055988 1 1 1 +v 1.493696 4.410278 -1.439486 1 1 1 +v 1.543448 4.710278 -1.43451 1 1 1 +v 1.505098 4.710278 -1.051013 1 1 1 +v 1.493696 4.710278 -1.439486 1 1 1 +v 1.455346 4.710278 -1.055988 1 1 1 +v 1.498671 4.460278 -1.489237 1 1 1 +v 1.548423 4.460278 -1.484262 1 1 1 +v 1.498671 4.660278 -1.489237 1 1 1 +v 1.548423 4.660278 -1.484262 1 1 1 +v 1.500123 4.460278 -1.001261 1 1 1 +v 1.450371 4.460278 -1.006236 1 1 1 +v 1.500123 4.660278 -1.001261 1 1 1 +v 1.450371 4.660278 -1.006236 1 1 1 +v 1.999997 3 -1.999992 1 1 1 +v 1.999997 3 -5.999992 1 1 1 +v 1.999997 6 -1.999992 1 1 1 +v 1.399997 3 -3.999992 1 1 1 +v 1.599997 3 -1.999992 1 1 1 +v 1.399997 4.5 -3.999992 1 1 1 +v 1.516698 4.251608 -2.832979 1 1 1 +v 1.511723 4.301608 -2.882731 1 1 1 +v 1.555048 4.251608 -2.449481 1 1 1 +v 1.511723 4.501608 -2.882731 1 1 1 +v 1.560023 4.301608 -2.39973 1 1 1 +v 1.599997 6 -1.999992 1 1 1 +v 1.516698 4.551608 -2.832979 1 1 1 +v 1.560023 4.501608 -2.39973 1 1 1 +v 1.555048 4.551608 -2.449481 1 1 1 +v 1.599997 3 -5.999992 1 1 1 +v 1.42367 3.507813 -4.236727 1 1 1 +v 1.42367 3.707813 -4.236727 1 1 1 +v 1.428646 3.757813 -4.286479 1 1 1 +v 1.466995 3.757813 -4.669977 1 1 1 +v 1.47197 3.707813 -4.719728 1 1 1 +v 1.428646 3.457813 -4.286479 1 1 1 +v 1.47197 3.507813 -4.719728 1 1 1 +v 1.466995 3.457813 -4.669977 1 1 1 +v 1.516699 4.251608 -2.832978 1 1 1 +v 1.555048 4.251608 -2.449481 1 1 1 +v 1.466947 4.251608 -2.828003 1 1 1 +v 1.505296 4.251608 -2.444506 1 1 1 +v 1.555048 4.551608 -2.449481 1 1 1 +v 1.516698 4.551608 -2.832978 1 1 1 +v 1.505296 4.551608 -2.444506 1 1 1 +v 1.466947 4.551608 -2.828003 1 1 1 +v 1.510272 4.301608 -2.394754 1 1 1 +v 1.560024 4.301608 -2.399729 1 1 1 +v 1.510272 4.501608 -2.394754 1 1 1 +v 1.560024 4.501608 -2.399729 1 1 1 +v 1.511723 4.301608 -2.88273 1 1 1 +v 1.461972 4.301608 -2.877755 1 1 1 +v 1.511723 4.501608 -2.88273 1 1 1 +v 1.461971 4.501608 -2.877755 1 1 1 +v 1.466995 3.457813 -4.669976 1 1 1 +v 1.428646 3.457813 -4.286479 1 1 1 +v 1.417244 3.457813 -4.674952 1 1 1 +v 1.378894 3.457813 -4.291454 1 1 1 +v 1.428646 3.757813 -4.286479 1 1 1 +v 1.466995 3.757813 -4.669976 1 1 1 +v 1.378894 3.757813 -4.291454 1 1 1 +v 1.417244 3.757813 -4.674952 1 1 1 +v 1.373919 3.507813 -4.241702 1 1 1 +v 1.423671 3.507813 -4.236727 1 1 1 +v 1.373919 3.707813 -4.241702 1 1 1 +v 1.423671 3.707813 -4.236727 1 1 1 +v 1.471971 3.507813 -4.719728 1 1 1 +v 1.422219 3.507813 -4.724703 1 1 1 +v 1.471971 3.707813 -4.719728 1 1 1 +v 1.422219 3.707813 -4.724703 1 1 1 +v 0.9980042 0.2 -6 1 1 1 +v 0.9980042 3.123673E-18 -6 1 1 1 +v 1.999999 0.2 -6 1 1 1 +v 1.999999 3.123673E-18 -6 1 1 1 +v 0.9980048 3.123673E-18 -2 1 1 1 +v 0.7980045 3.123673E-18 -4 1 1 1 +v 0.9980048 0.2 -2 1 1 1 +v 0.7980045 0.2 -4 1 1 1 +v 2 3.123673E-18 -2 1 1 1 +v 2 0.2 -2 1 1 1 +v 1.999997 0.9 -5.999992 1 1 1 +v 1.999997 0.9 -1.999992 1 1 1 +v 1.599997 0.9 -1.999992 1 1 1 +v 1.599997 0.9 -5.999992 1 1 1 +v 1.508284 2.341752 -2.917123 1 1 1 +v 1.508284 2.541752 -2.917123 1 1 1 +v 1.513259 2.291752 -2.867371 1 1 1 +v 1.513259 2.591752 -2.867371 1 1 1 +v 1.399997 0.9 -3.999992 1 1 1 +v 1.551609 2.291752 -2.483873 1 1 1 +v 1.556584 2.341752 -2.434121 1 1 1 +v 1.551609 2.591752 -2.483873 1 1 1 +v 1.556584 2.541752 -2.434121 1 1 1 +v 1.568178 1.683671 -5.681806 1 1 1 +v 1.568178 1.883671 -5.681806 1 1 1 +v 1.563203 1.933671 -5.632054 1 1 1 +v 1.524853 1.933671 -5.248556 1 1 1 +v 1.519878 1.883671 -5.198804 1 1 1 +v 1.519878 1.683671 -5.198804 1 1 1 +v 1.563203 1.633671 -5.632054 1 1 1 +v 1.492285 1.585278 -4.922874 1 1 1 +v 1.524853 1.633671 -5.248556 1 1 1 +v 1.453935 1.585278 -4.539377 1 1 1 +v 1.44896 1.535278 -4.489625 1 1 1 +v 1.44896 1.335278 -4.489625 1 1 1 +v 1.453935 1.285278 -4.539377 1 1 1 +v 1.492285 1.285278 -4.922874 1 1 1 +v 1.49726 1.535278 -4.972626 1 1 1 +v 1.49726 1.335278 -4.972626 1 1 1 +v 1.551609 2.291752 -2.483874 1 1 1 +v 1.51326 2.291752 -2.867372 1 1 1 +v 1.501858 2.291752 -2.478899 1 1 1 +v 1.463508 2.291752 -2.862396 1 1 1 +v 1.51326 2.591752 -2.867372 1 1 1 +v 1.551609 2.591752 -2.483874 1 1 1 +v 1.463508 2.591752 -2.862396 1 1 1 +v 1.501858 2.591752 -2.478899 1 1 1 +v 1.458533 2.341752 -2.912148 1 1 1 +v 1.508284 2.341752 -2.917124 1 1 1 +v 1.458532 2.541752 -2.912148 1 1 1 +v 1.508284 2.541752 -2.917124 1 1 1 +v 1.556585 2.341752 -2.434122 1 1 1 +v 1.506833 2.341752 -2.429147 1 1 1 +v 1.556585 2.541752 -2.434122 1 1 1 +v 1.506833 2.541752 -2.429147 1 1 1 +v 1.524853 1.633671 -5.248557 1 1 1 +v 1.563202 1.633671 -5.632054 1 1 1 +v 1.475101 1.633671 -5.253532 1 1 1 +v 1.51345 1.633671 -5.63703 1 1 1 +v 1.563202 1.933671 -5.632054 1 1 1 +v 1.524853 1.933671 -5.248557 1 1 1 +v 1.51345 1.933671 -5.63703 1 1 1 +v 1.475101 1.933671 -5.253532 1 1 1 +v 1.518425 1.683671 -5.686781 1 1 1 +v 1.568177 1.683671 -5.681807 1 1 1 +v 1.518425 1.883671 -5.686781 1 1 1 +v 1.568177 1.883671 -5.681807 1 1 1 +v 1.519877 1.683671 -5.198805 1 1 1 +v 1.470125 1.683671 -5.20378 1 1 1 +v 1.519877 1.883671 -5.198805 1 1 1 +v 1.470125 1.883671 -5.20378 1 1 1 +v 1.453935 1.285278 -4.539376 1 1 1 +v 1.492285 1.285278 -4.922873 1 1 1 +v 1.404184 1.285278 -4.544352 1 1 1 +v 1.442533 1.285278 -4.927849 1 1 1 +v 1.492285 1.585278 -4.922873 1 1 1 +v 1.453935 1.585278 -4.539376 1 1 1 +v 1.442533 1.585278 -4.927849 1 1 1 +v 1.404183 1.585278 -4.544352 1 1 1 +v 1.447508 1.335278 -4.977601 1 1 1 +v 1.49726 1.335278 -4.972626 1 1 1 +v 1.447508 1.535278 -4.977601 1 1 1 +v 1.49726 1.535278 -4.972626 1 1 1 +v 1.44896 1.335278 -4.489624 1 1 1 +v 1.399208 1.335278 -4.494599 1 1 1 +v 1.44896 1.535278 -4.489624 1 1 1 +v 1.399208 1.535278 -4.494599 1 1 1 +v 1.600001 0 -2 1 1 1 +v 1.600001 0.4285714 -2 1 1 1 +v -1.6 0 -2 1 1 1 +v -1.6 0.4285714 -2 1 1 1 +v 1.6 2.142857 0.8571431 1 1 1 +v 1.6 2.571429 0.8571431 1 1 1 +v -1.6 2.142857 0.8571427 1 1 1 +v -1.6 2.571429 0.8571427 1 1 1 +v 1.6 0.8571428 -0.8571427 1 1 1 +v 1.6 1.285714 -0.8571427 1 1 1 +v -1.6 0.8571428 -0.8571431 1 1 1 +v -1.6 1.285714 -0.8571431 1 1 1 +v 1.6 1.285714 -0.2857141 1 1 1 +v 1.6 1.714286 -0.2857141 1 1 1 +v -1.6 1.285714 -0.2857145 1 1 1 +v -1.6 1.714286 -0.2857145 1 1 1 +v 1.6 2.571429 1.428572 1 1 1 +v 1.6 3 1.428572 1 1 1 +v -1.6 2.571429 1.428571 1 1 1 +v -1.6 3 1.428571 1 1 1 +v 1.6 1.714286 0.2857145 1 1 1 +v 1.6 2.142857 0.2857145 1 1 1 +v -1.6 1.714286 0.2857141 1 1 1 +v -1.6 2.142857 0.2857141 1 1 1 +v 1.6 0.4285714 -1.428571 1 1 1 +v 1.6 0.8571428 -1.428571 1 1 1 +v -1.6 0.4285714 -1.428572 1 1 1 +v -1.6 0.8571428 -1.428572 1 1 1 +v 1.6 3 2 1 1 1 +v 1.6 6.315435E-13 2 1 1 1 +v -1.600001 3 2 1 1 1 +v -1.600001 6.315435E-13 2 1 1 1 +v -0.9980047 0.2 2 1 1 1 +v -0.9980047 3.123673E-18 2 1 1 1 +v -2 0.2 2 1 1 1 +v -2 3.123673E-18 2 1 1 1 +v -0.9980043 3.123673E-18 -2 1 1 1 +v -0.7980045 3.123673E-18 6.268979E-08 1 1 1 +v -0.9980043 0.2 -2 1 1 1 +v -0.7980045 0.2 6.268979E-08 1 1 1 +v -1.999999 3.123673E-18 -2 1 1 1 +v -1.999999 0.2 -2 1 1 1 +v -1.400006 3 3.85046E-06 1 1 1 +v -2.000007 0.9 2.000004 1 1 1 +v -2.000006 0.9 -1.999996 1 1 1 +v -1.600006 0.9 -1.999996 1 1 1 +v -1.600007 0.9 2.000004 1 1 1 +v -1.508293 2.341752 -1.082866 1 1 1 +v -1.508293 2.541752 -1.082866 1 1 1 +v -1.513268 2.291752 -1.132618 1 1 1 +v -1.513268 2.591752 -1.132618 1 1 1 +v -1.400006 0.9 3.85046E-06 1 1 1 +v -1.551618 2.291752 -1.516115 1 1 1 +v -1.556593 2.341752 -1.565867 1 1 1 +v -1.551618 2.591752 -1.516115 1 1 1 +v -1.556593 2.541752 -1.565867 1 1 1 +v -1.568188 1.683671 1.681817 1 1 1 +v -1.568188 1.883671 1.681817 1 1 1 +v -1.563213 1.933671 1.632065 1 1 1 +v -1.524863 1.933671 1.248568 1 1 1 +v -1.519888 1.883671 1.198816 1 1 1 +v -1.519888 1.683671 1.198816 1 1 1 +v -1.563213 1.633671 1.632065 1 1 1 +v -1.492295 1.585278 0.9228859 1 1 1 +v -1.524863 1.633671 1.248568 1 1 1 +v -1.453945 1.585278 0.5393884 1 1 1 +v -1.44897 1.535278 0.4896365 1 1 1 +v -1.44897 1.335278 0.4896365 1 1 1 +v -1.453945 1.285278 0.5393884 1 1 1 +v -1.492295 1.285278 0.9228859 1 1 1 +v -1.49727 1.535278 0.9726378 1 1 1 +v -1.49727 1.335278 0.9726378 1 1 1 +v -1.551619 2.291752 -1.516114 1 1 1 +v -1.513269 2.291752 -1.132617 1 1 1 +v -1.501867 2.291752 -1.52109 1 1 1 +v -1.463517 2.291752 -1.137592 1 1 1 +v -1.513269 2.591752 -1.132617 1 1 1 +v -1.551619 2.591752 -1.516114 1 1 1 +v -1.463517 2.591752 -1.137592 1 1 1 +v -1.501867 2.591752 -1.52109 1 1 1 +v -1.458542 2.341752 -1.08784 1 1 1 +v -1.508294 2.341752 -1.082865 1 1 1 +v -1.458542 2.541752 -1.08784 1 1 1 +v -1.508294 2.541752 -1.082865 1 1 1 +v -1.556594 2.341752 -1.565866 1 1 1 +v -1.506842 2.341752 -1.570841 1 1 1 +v -1.556594 2.541752 -1.565866 1 1 1 +v -1.506842 2.541752 -1.570841 1 1 1 +v -1.524864 1.633671 1.24857 1 1 1 +v -1.563214 1.633671 1.632068 1 1 1 +v -1.475112 1.633671 1.253546 1 1 1 +v -1.513462 1.633671 1.637043 1 1 1 +v -1.563214 1.933671 1.632068 1 1 1 +v -1.524864 1.933671 1.24857 1 1 1 +v -1.513462 1.933671 1.637043 1 1 1 +v -1.475112 1.933671 1.253546 1 1 1 +v -1.518437 1.683671 1.686795 1 1 1 +v -1.568189 1.683671 1.68182 1 1 1 +v -1.518437 1.883671 1.686795 1 1 1 +v -1.568189 1.883671 1.68182 1 1 1 +v -1.519889 1.683671 1.198818 1 1 1 +v -1.470137 1.683671 1.203794 1 1 1 +v -1.519889 1.883671 1.198818 1 1 1 +v -1.470137 1.883671 1.203794 1 1 1 +v -1.453945 1.285278 0.5393876 1 1 1 +v -1.492295 1.285278 0.9228851 1 1 1 +v -1.404193 1.285278 0.5443628 1 1 1 +v -1.442543 1.285278 0.9278603 1 1 1 +v -1.492295 1.585278 0.9228851 1 1 1 +v -1.453945 1.585278 0.5393876 1 1 1 +v -1.442543 1.585278 0.9278603 1 1 1 +v -1.404193 1.585278 0.5443628 1 1 1 +v -1.447518 1.335278 0.9776121 1 1 1 +v -1.49727 1.335278 0.9726369 1 1 1 +v -1.447518 1.535278 0.9776121 1 1 1 +v -1.49727 1.535278 0.9726369 1 1 1 +v -1.44897 1.335278 0.4896357 1 1 1 +v -1.399218 1.335278 0.4946109 1 1 1 +v -1.44897 1.535278 0.4896357 1 1 1 +v -1.399218 1.535278 0.4946109 1 1 1 +v -0.9980047 0.2 -2 1 1 1 +v -0.9980047 0 -2 1 1 1 +v -2 0.2 -2 1 1 1 +v -2 0 -2 1 1 1 +v -0.9980043 0 -6 1 1 1 +v -0.7980045 0 -4 1 1 1 +v -0.9980043 0.2 -6 1 1 1 +v -0.7980045 0.2 -4 1 1 1 +v -1.999999 0 -6 1 1 1 +v -1.999999 0.2 -6 1 1 1 +v -2.000007 0.9 -1.999992 1 1 1 +v -2.000006 0.9 -5.999992 1 1 1 +v -1.600006 0.9 -5.999992 1 1 1 +v -1.600007 0.9 -1.999992 1 1 1 +v -1.508293 2.341752 -5.082862 1 1 1 +v -1.508293 2.541752 -5.082862 1 1 1 +v -1.513268 2.291752 -5.132614 1 1 1 +v -1.513268 2.591752 -5.132614 1 1 1 +v -1.400006 0.9 -3.999992 1 1 1 +v -1.551618 2.291752 -5.516111 1 1 1 +v -1.556593 2.341752 -5.565864 1 1 1 +v -1.551618 2.591752 -5.516111 1 1 1 +v -1.556593 2.541752 -5.565864 1 1 1 +v -1.568188 1.683671 -2.318179 1 1 1 +v -1.568188 1.883671 -2.318179 1 1 1 +v -1.563213 1.933671 -2.367931 1 1 1 +v -1.524863 1.933671 -2.751429 1 1 1 +v -1.519888 1.883671 -2.80118 1 1 1 +v -1.519888 1.683671 -2.80118 1 1 1 +v -1.563213 1.633671 -2.367931 1 1 1 +v -1.492295 1.585278 -3.07711 1 1 1 +v -1.524863 1.633671 -2.751429 1 1 1 +v -1.453945 1.585278 -3.460608 1 1 1 +v -1.44897 1.535278 -3.51036 1 1 1 +v -1.44897 1.335278 -3.51036 1 1 1 +v -1.453945 1.285278 -3.460608 1 1 1 +v -1.492295 1.285278 -3.07711 1 1 1 +v -1.49727 1.535278 -3.027359 1 1 1 +v -1.49727 1.335278 -3.027359 1 1 1 +v -1.551617 2.291752 -5.51611 1 1 1 +v -1.513267 2.291752 -5.132613 1 1 1 +v -1.501865 2.291752 -5.521086 1 1 1 +v -1.463515 2.291752 -5.137589 1 1 1 +v -1.513267 2.591752 -5.132613 1 1 1 +v -1.551617 2.591752 -5.51611 1 1 1 +v -1.463515 2.591752 -5.137589 1 1 1 +v -1.501865 2.591752 -5.521086 1 1 1 +v -1.45854 2.341752 -5.087836 1 1 1 +v -1.508292 2.341752 -5.082861 1 1 1 +v -1.45854 2.541752 -5.087836 1 1 1 +v -1.508292 2.541752 -5.082861 1 1 1 +v -1.556592 2.341752 -5.565863 1 1 1 +v -1.50684 2.341752 -5.570837 1 1 1 +v -1.556592 2.541752 -5.565863 1 1 1 +v -1.50684 2.541752 -5.570837 1 1 1 +v -1.524864 1.633671 -2.751428 1 1 1 +v -1.563214 1.633671 -2.36793 1 1 1 +v -1.475112 1.633671 -2.746453 1 1 1 +v -1.513462 1.633671 -2.362955 1 1 1 +v -1.563214 1.933671 -2.36793 1 1 1 +v -1.524864 1.933671 -2.751428 1 1 1 +v -1.513462 1.933671 -2.362955 1 1 1 +v -1.475112 1.933671 -2.746453 1 1 1 +v -1.518437 1.683671 -2.313203 1 1 1 +v -1.568189 1.683671 -2.318178 1 1 1 +v -1.518437 1.883671 -2.313203 1 1 1 +v -1.568189 1.883671 -2.318178 1 1 1 +v -1.519889 1.683671 -2.80118 1 1 1 +v -1.470137 1.683671 -2.796205 1 1 1 +v -1.519889 1.883671 -2.80118 1 1 1 +v -1.470137 1.883671 -2.796205 1 1 1 +v -1.453945 1.285278 -3.460608 1 1 1 +v -1.492295 1.285278 -3.077111 1 1 1 +v -1.404193 1.285278 -3.455633 1 1 1 +v -1.442543 1.285278 -3.072136 1 1 1 +v -1.492295 1.585278 -3.077111 1 1 1 +v -1.453945 1.585278 -3.460608 1 1 1 +v -1.442543 1.585278 -3.072136 1 1 1 +v -1.404193 1.585278 -3.455633 1 1 1 +v -1.447518 1.335278 -3.022384 1 1 1 +v -1.49727 1.335278 -3.027359 1 1 1 +v -1.447518 1.535278 -3.022384 1 1 1 +v -1.49727 1.535278 -3.027359 1 1 1 +v -1.44897 1.335278 -3.51036 1 1 1 +v -1.399218 1.335278 -3.505385 1 1 1 +v -1.44897 1.535278 -3.51036 1 1 1 +v -1.399218 1.535278 -3.505385 1 1 1 +v 0.9980042 0.2 -2 1 1 1 +v 0.9980042 0 -2 1 1 1 +v 1.999999 0.2 -2 1 1 1 +v 1.999999 0 -2 1 1 1 +v 0.9980048 0 2 1 1 1 +v 0.7980045 0 8.059918E-08 1 1 1 +v 0.9980048 0.2 2 1 1 1 +v 0.7980045 0.2 8.059918E-08 1 1 1 +v 2 0 2 1 1 1 +v 2 0.2 2 1 1 1 +v 1.999997 3 -1.999996 1 1 1 +v 1.399997 3 3.85046E-06 1 1 1 +v 1.999997 0.9 -1.999996 1 1 1 +v 1.999997 0.9 2.000004 1 1 1 +v 1.599997 0.9 2.000004 1 1 1 +v 1.599997 0.9 -1.999996 1 1 1 +v 1.508284 2.341752 1.082874 1 1 1 +v 1.508284 2.541752 1.082874 1 1 1 +v 1.513259 2.291752 1.132625 1 1 1 +v 1.513259 2.591752 1.132625 1 1 1 +v 1.399997 0.9 3.85046E-06 1 1 1 +v 1.551609 2.291752 1.516123 1 1 1 +v 1.556584 2.341752 1.565875 1 1 1 +v 1.551609 2.591752 1.516123 1 1 1 +v 1.556584 2.541752 1.565875 1 1 1 +v 1.568178 1.683671 -1.681809 1 1 1 +v 1.568178 1.883671 -1.681809 1 1 1 +v 1.563203 1.933671 -1.632058 1 1 1 +v 1.524853 1.933671 -1.24856 1 1 1 +v 1.519878 1.883671 -1.198808 1 1 1 +v 1.519878 1.683671 -1.198808 1 1 1 +v 1.563203 1.633671 -1.632058 1 1 1 +v 1.492285 1.585278 -0.9228783 1 1 1 +v 1.524853 1.633671 -1.24856 1 1 1 +v 1.453935 1.585278 -0.5393807 1 1 1 +v 1.44896 1.535278 -0.4896288 1 1 1 +v 1.44896 1.335278 -0.4896288 1 1 1 +v 1.453935 1.285278 -0.5393807 1 1 1 +v 1.492285 1.285278 -0.9228783 1 1 1 +v 1.49726 1.535278 -0.9726301 1 1 1 +v 1.49726 1.335278 -0.9726301 1 1 1 +v 1.551611 2.291752 1.516124 1 1 1 +v 1.513262 2.291752 1.132626 1 1 1 +v 1.501859 2.291752 1.521099 1 1 1 +v 1.46351 2.291752 1.137602 1 1 1 +v 1.513261 2.591752 1.132626 1 1 1 +v 1.551611 2.591752 1.516124 1 1 1 +v 1.46351 2.591752 1.137602 1 1 1 +v 1.501859 2.591752 1.521099 1 1 1 +v 1.458534 2.341752 1.08785 1 1 1 +v 1.508286 2.341752 1.082875 1 1 1 +v 1.458534 2.541752 1.08785 1 1 1 +v 1.508286 2.541752 1.082875 1 1 1 +v 1.556587 2.341752 1.565876 1 1 1 +v 1.506835 2.341752 1.570851 1 1 1 +v 1.556587 2.541752 1.565876 1 1 1 +v 1.506835 2.541752 1.570851 1 1 1 +v 1.524853 1.633671 -1.248561 1 1 1 +v 1.563202 1.633671 -1.632058 1 1 1 +v 1.475101 1.633671 -1.253536 1 1 1 +v 1.51345 1.633671 -1.637033 1 1 1 +v 1.563202 1.933671 -1.632058 1 1 1 +v 1.524853 1.933671 -1.248561 1 1 1 +v 1.51345 1.933671 -1.637033 1 1 1 +v 1.475101 1.933671 -1.253536 1 1 1 +v 1.518425 1.683671 -1.686785 1 1 1 +v 1.568177 1.683671 -1.68181 1 1 1 +v 1.518425 1.883671 -1.686785 1 1 1 +v 1.568177 1.883671 -1.68181 1 1 1 +v 1.519877 1.683671 -1.198809 1 1 1 +v 1.470125 1.683671 -1.203784 1 1 1 +v 1.519877 1.883671 -1.198809 1 1 1 +v 1.470125 1.883671 -1.203784 1 1 1 +v 1.453935 1.285278 -0.53938 1 1 1 +v 1.492285 1.285278 -0.9228774 1 1 1 +v 1.404184 1.285278 -0.5443552 1 1 1 +v 1.442533 1.285278 -0.9278526 1 1 1 +v 1.492285 1.585278 -0.9228774 1 1 1 +v 1.453935 1.585278 -0.53938 1 1 1 +v 1.442533 1.585278 -0.9278526 1 1 1 +v 1.404183 1.585278 -0.5443552 1 1 1 +v 1.447508 1.335278 -0.9776045 1 1 1 +v 1.49726 1.335278 -0.9726293 1 1 1 +v 1.447508 1.535278 -0.9776045 1 1 1 +v 1.49726 1.535278 -0.9726293 1 1 1 +v 1.44896 1.335278 -0.4896281 1 1 1 +v 1.399208 1.335278 -0.4946033 1 1 1 +v 1.44896 1.535278 -0.4896281 1 1 1 +v 1.399208 1.535278 -0.4946033 1 1 1 +v 0.4321911 3.123673E-18 -2.703156 1 1 1 +v 0.4498688 0.05 -2.733774 1 1 1 +v 0.6253763 3.123673E-18 -2.754919 1 1 1 +v 0.5947577 0.05 -2.772597 1 1 1 +v 0.5736125 3.123673E-18 -2.948104 1 1 1 +v 0.5559348 0.05 -2.917486 1 1 1 +v 0.7146525 3.123673E-18 -2.452045 1 1 1 +v 0.611125 3.123673E-18 -2.065674 1 1 1 +v 0.6534153 0.1 -2.416689 1 1 1 +v 0.5757697 0.1 -2.126912 1 1 1 +v 0.2247546 3.123673E-18 -2.169202 1 1 1 +v 0.2859919 0.1 -2.204557 1 1 1 +v 0.006432056 3.123673E-18 -5.071889 1 1 1 +v 0.03143203 0.1 -5.096889 1 1 1 +v 0.2064321 3.123673E-18 -5.071889 1 1 1 +v 0.181432 0.1 -5.096889 1 1 1 +v 0.03143203 0.1 -5.246889 1 1 1 +v 0.181432 0.1 -5.246889 1 1 1 +v 0.206432 3.123673E-18 -5.271889 1 1 1 +v 0.006432056 3.123673E-18 -5.271889 1 1 1 +v 0.3282822 3.123673E-18 -2.555573 1 1 1 +v 0.3636376 0.1 -2.494335 1 1 1 +v 0.3804272 3.123673E-18 -2.896341 1 1 1 +v 0.4110459 0.05 -2.878663 1 1 1 +v 0.4982195 0.05 -5.749571 1 1 1 +v 0.7103516 0.05 -5.537438 1 1 1 +v 0.2860875 0.05 -5.537438 1 1 1 +v 0.4982196 0.05 -5.325306 1 1 1 +v 0.2153769 3.123673E-18 -5.537438 1 1 1 +v 0.4982196 3.123673E-18 -5.254596 1 1 1 +v 0.09759307 -2.884522E-15 -4.890411 1 1 1 +v 0.1588303 0.05 -4.855055 1 1 1 +v 0.2011207 -2.884522E-15 -4.50404 1 1 1 +v 0.2364761 0.05 -4.565278 1 1 1 +v 0.4982195 3.123673E-18 -5.820282 1 1 1 +v 0.7810624 3.123673E-18 -5.537438 1 1 1 +v 0.4839634 -2.884522E-15 -4.993938 1 1 1 +v 0.587491 -2.884522E-15 -4.607568 1 1 1 +v 0.448608 0.05 -4.932701 1 1 1 +v 0.5262538 0.05 -4.642923 1 1 1 +v 1.399002 0.2 -2 1 1 1 +v 1.199002 0.2 -4 1 1 1 +v 1.399002 0.9 -2 1 1 1 +v 1.199002 0.9 -4 1 1 1 +v 1.999999 0.9 -6 1 1 1 +v 2 0.9 -2 1 1 1 +v 1.399002 0.9 -6 1 1 1 +v 2 0.2 -2 1 1 1 +v 1.399002 0.2 -6 1 1 1 +v 1.6 3 1.999999 1 1 1 +v -1.6 3 1.999999 1 1 1 +v 1.6 3 1.428571 1 1 1 +v -1.6 3 1.42857 1 1 1 +v 1.6 2.571429 1.428571 1 1 1 +v -1.6 2.571429 1.428571 1 1 1 +v 1.6 2.571429 0.8571424 1 1 1 +v -1.6 2.571429 0.8571421 1 1 1 +v 1.6 2.142857 0.8571428 1 1 1 +v -1.6 2.142857 0.8571424 1 1 1 +v 1.6 2.142857 0.2857141 1 1 1 +v -1.6 2.142857 0.2857138 1 1 1 +v 1.6 1.714286 0.2857145 1 1 1 +v -1.6 1.714286 0.2857141 1 1 1 +v 1.6 1.714286 -0.2857141 1 1 1 +v -1.6 1.714286 -0.2857145 1 1 1 +v 1.6 1.285714 -0.2857138 1 1 1 +v -1.6 1.285714 -0.2857141 1 1 1 +v 1.6 1.285714 -0.8571424 1 1 1 +v -1.6 1.285714 -0.8571428 1 1 1 +v 1.6 0.8571428 -0.8571421 1 1 1 +v -1.6 0.8571428 -0.8571424 1 1 1 +v 1.6 0.8571428 -1.428571 1 1 1 +v -1.6 0.8571428 -1.428571 1 1 1 +v 1.6 0.4285714 -1.42857 1 1 1 +v -1.6 0.4285714 -1.428571 1 1 1 +v 1.6 0.4285714 -1.999999 1 1 1 +v -1.6 0.4285714 -1.999999 1 1 1 +v 2 0 -2 1 1 1 +v 2 0 2 1 1 1 +v -2 0 -2 1 1 1 +v -2 0 2 1 1 1 +v 2 0 -6 1 1 1 +v -2 0 -6 1 1 1 +v -0.4321917 3.123673E-18 -1.296844 1 1 1 +v -0.4498694 0.05 -1.266226 1 1 1 +v -0.6253769 3.123673E-18 -1.245081 1 1 1 +v -0.5947584 0.05 -1.227403 1 1 1 +v -0.5736132 3.123673E-18 -1.051895 1 1 1 +v -0.5559355 0.05 -1.082514 1 1 1 +v -0.7146533 3.123673E-18 -1.547955 1 1 1 +v -0.6111255 3.123673E-18 -1.934326 1 1 1 +v -0.6534159 0.1 -1.583311 1 1 1 +v -0.5757701 0.1 -1.873088 1 1 1 +v -0.2247552 3.123673E-18 -1.830798 1 1 1 +v -0.2859924 0.1 -1.795443 1 1 1 +v -0.006433249 3.123673E-18 1.071889 1 1 1 +v -0.03143334 0.1 1.096889 1 1 1 +v -0.2064333 3.123673E-18 1.071889 1 1 1 +v -0.1814333 0.1 1.096889 1 1 1 +v -0.03143334 0.1 1.246889 1 1 1 +v -0.1814333 0.1 1.246889 1 1 1 +v -0.2064333 3.123673E-18 1.271889 1 1 1 +v -0.006433249 3.123673E-18 1.271889 1 1 1 +v -0.3282828 3.123673E-18 -1.444427 1 1 1 +v -0.3636382 0.1 -1.505665 1 1 1 +v -0.380428 3.123673E-18 -1.103659 1 1 1 +v -0.4110466 0.05 -1.121337 1 1 1 +v -0.4982209 0.05 1.749571 1 1 1 +v -0.7103529 0.05 1.537439 1 1 1 +v -0.2860888 0.05 1.537439 1 1 1 +v -0.4982209 0.05 1.325306 1 1 1 +v -0.2153782 3.123673E-18 1.537439 1 1 1 +v -0.4982209 3.123673E-18 1.254596 1 1 1 +v -0.09759426 -2.884522E-15 0.8904108 1 1 1 +v -0.1588315 0.05 0.8550555 1 1 1 +v -0.2011218 -2.884522E-15 0.5040404 1 1 1 +v -0.2364771 0.05 0.5652776 1 1 1 +v -0.4982209 3.123673E-18 1.820281 1 1 1 +v -0.7810637 3.123673E-18 1.537439 1 1 1 +v -0.4839646 -2.884522E-15 0.9939383 1 1 1 +v -0.5874922 -2.884522E-15 0.607568 1 1 1 +v -0.4486092 0.05 0.9327011 1 1 1 +v -0.5262549 0.05 0.6429234 1 1 1 +v -1.399002 0.2 -2 1 1 1 +v -1.199002 0.2 4.774309E-08 1 1 1 +v -1.399002 0.9 -2 1 1 1 +v -1.199002 0.9 4.774309E-08 1 1 1 +v -2 0.9 2 1 1 1 +v -1.999999 0.9 -2 1 1 1 +v -1.399002 0.9 2 1 1 1 +v -1.999999 0.2 -2 1 1 1 +v -1.399002 0.2 2 1 1 1 +v -0.4321917 0 -5.296844 1 1 1 +v -0.4498694 0.05 -5.266226 1 1 1 +v -0.6253769 0 -5.245081 1 1 1 +v -0.5947584 0.05 -5.227403 1 1 1 +v -0.5736132 0 -5.051896 1 1 1 +v -0.5559355 0.05 -5.082514 1 1 1 +v -0.7146533 0 -5.547955 1 1 1 +v -0.6111255 0 -5.934326 1 1 1 +v -0.6534159 0.1 -5.583311 1 1 1 +v -0.5757701 0.1 -5.873088 1 1 1 +v -0.2247552 0 -5.830798 1 1 1 +v -0.2859924 0.1 -5.795443 1 1 1 +v -0.006433249 0 -2.928111 1 1 1 +v -0.03143334 0.1 -2.903111 1 1 1 +v -0.2064333 0 -2.928111 1 1 1 +v -0.1814333 0.1 -2.903111 1 1 1 +v -0.03143334 0.1 -2.753111 1 1 1 +v -0.1814333 0.1 -2.753111 1 1 1 +v -0.2064333 0 -2.728111 1 1 1 +v -0.006433249 0 -2.728111 1 1 1 +v -0.3282828 0 -5.444427 1 1 1 +v -0.3636382 0.1 -5.505665 1 1 1 +v -0.380428 0 -5.103659 1 1 1 +v -0.4110466 0.05 -5.121337 1 1 1 +v -0.4982209 0.05 -2.250429 1 1 1 +v -0.7103529 0.05 -2.462561 1 1 1 +v -0.2860888 0.05 -2.462561 1 1 1 +v -0.4982209 0.05 -2.674694 1 1 1 +v -0.2153782 0 -2.462561 1 1 1 +v -0.4982209 0 -2.745404 1 1 1 +v -0.09759426 -2.887646E-15 -3.109589 1 1 1 +v -0.1588315 0.05 -3.144945 1 1 1 +v -0.2011218 -2.887646E-15 -3.49596 1 1 1 +v -0.2364771 0.05 -3.434722 1 1 1 +v -0.4982209 0 -2.179718 1 1 1 +v -0.7810637 0 -2.462561 1 1 1 +v -0.4839646 -2.887646E-15 -3.006062 1 1 1 +v -0.5874922 -2.887646E-15 -3.392432 1 1 1 +v -0.4486092 0.05 -3.067299 1 1 1 +v -0.5262549 0.05 -3.357077 1 1 1 +v -1.399002 0.2 -6 1 1 1 +v -1.199002 0.2 -4 1 1 1 +v -1.399002 0.9 -6 1 1 1 +v -1.199002 0.9 -4 1 1 1 +v -2 0.9 -2 1 1 1 +v -1.999999 0.9 -6 1 1 1 +v -1.399002 0.9 -2 1 1 1 +v -1.999999 0.2 -6 1 1 1 +v -1.399002 0.2 -2 1 1 1 +v 0.4321911 0 1.296844 1 1 1 +v 0.4498688 0.05 1.266226 1 1 1 +v 0.6253763 0 1.245081 1 1 1 +v 0.5947577 0.05 1.227403 1 1 1 +v 0.5736125 0 1.051895 1 1 1 +v 0.5559348 0.05 1.082514 1 1 1 +v 0.7146525 0 1.547955 1 1 1 +v 0.611125 0 1.934326 1 1 1 +v 0.6534153 0.1 1.583311 1 1 1 +v 0.5757697 0.1 1.873088 1 1 1 +v 0.2247546 0 1.830798 1 1 1 +v 0.2859919 0.1 1.795443 1 1 1 +v 0.006432056 0 -1.071889 1 1 1 +v 0.03143203 0.1 -1.096889 1 1 1 +v 0.2064321 0 -1.071889 1 1 1 +v 0.181432 0.1 -1.096889 1 1 1 +v 0.03143203 0.1 -1.246889 1 1 1 +v 0.181432 0.1 -1.246889 1 1 1 +v 0.206432 0 -1.271889 1 1 1 +v 0.006432056 0 -1.271889 1 1 1 +v 0.3282822 0 1.444427 1 1 1 +v 0.3636376 0.1 1.505665 1 1 1 +v 0.3804272 0 1.103659 1 1 1 +v 0.4110459 0.05 1.121337 1 1 1 +v 0.4982195 0.05 -1.749571 1 1 1 +v 0.7103516 0.05 -1.537439 1 1 1 +v 0.2860875 0.05 -1.537439 1 1 1 +v 0.4982196 0.05 -1.325306 1 1 1 +v 0.2153769 0 -1.537439 1 1 1 +v 0.4982196 0 -1.254596 1 1 1 +v 0.09759307 -2.887646E-15 -0.8904107 1 1 1 +v 0.1588303 0.05 -0.8550555 1 1 1 +v 0.2011207 -2.887646E-15 -0.5040404 1 1 1 +v 0.2364761 0.05 -0.5652776 1 1 1 +v 0.4982195 0 -1.820281 1 1 1 +v 0.7810624 0 -1.537439 1 1 1 +v 0.4839634 -2.887646E-15 -0.9939383 1 1 1 +v 0.587491 -2.887646E-15 -0.607568 1 1 1 +v 0.448608 0.05 -0.9327011 1 1 1 +v 0.5262538 0.05 -0.6429234 1 1 1 +v 1.399002 0.2 2 1 1 1 +v 1.199002 0.2 4.774325E-08 1 1 1 +v 1.399002 0.9 2 1 1 1 +v 1.199002 0.9 4.774325E-08 1 1 1 +v 1.999999 0.9 -2 1 1 1 +v 2 0.9 2 1 1 1 +v 1.399002 0.9 -2 1 1 1 +v 2 0.2 2 1 1 1 +v 1.399002 0.2 -2 1 1 1 + +vn -1 0 -1.192093E-07 +vn 1 0 1.192093E-07 +vn 0.9950373 0 0.09950384 +vn 0.9991683 0 0.0407808 +vn -0.9991683 0 -0.0407808 +vn -0.9950373 0 -0.09950384 +vn -1.192093E-07 0 1 +vn 1.192093E-07 0 -1 +vn 7.152558E-08 0.8 -0.6000001 +vn -7.152558E-08 -0.8 0.6000001 +vn -0.9950373 0 0.09950361 +vn 0.9950373 0 -0.09950361 +vn 0.03807837 -0.9238796 -0.3807843 +vn -0.03807859 -0.9238796 0.3807843 +vn -0.03807837 0.9238796 0.3807843 +vn 0.03807859 0.9238796 -0.3807843 +vn -0.09192962 -0.3826835 0.9192946 +vn -0.09192953 0.3826835 0.9192946 +vn 0.09192953 -0.3826835 -0.9192946 +vn 0.09192962 0.3826835 -0.9192946 +vn 0.9950374 -1.192093E-07 0.09950386 +vn -0.9950374 1.192093E-07 -0.09950386 +vn -0.0380785 -0.9238796 -0.3807843 +vn 0.03807827 -0.9238796 0.3807843 +vn 0.0380785 0.9238796 0.3807843 +vn -0.03807827 0.9238796 -0.3807843 +vn 0.09192931 -0.3826835 0.9192946 +vn 0.0919294 0.3826835 0.9192946 +vn -0.0919294 -0.3826835 -0.9192946 +vn -0.09192931 0.3826835 -0.9192946 +vn 0.9950374 -1.192093E-07 -0.09950362 +vn -0.9950374 1.192093E-07 0.09950362 +vn 0 1 0 +vn 0 -1 0 +vn -0.9950373 0 -0.09950386 +vn -0.9950373 0 0.0995036 +vn 0.9950373 0 0.09950386 +vn 0.9950373 0 -0.0995036 +vn -0.03807859 -0.9238796 0.3807843 +vn 0.03807837 -0.9238796 -0.3807843 +vn 0.03807859 0.9238796 -0.3807843 +vn -0.03807837 0.9238796 0.3807843 +vn 0.09192955 -0.3826835 -0.9192946 +vn 0.09192964 0.3826835 -0.9192946 +vn -0.09192964 -0.3826835 0.9192946 +vn -0.09192955 0.3826835 0.9192946 +vn 0.9950374 -1.192093E-07 0.09950387 +vn -0.9950374 1.192093E-07 -0.09950387 +vn 0.03807827 -0.9238796 0.3807843 +vn -0.03807849 -0.9238796 -0.3807843 +vn -0.03807827 0.9238796 -0.3807843 +vn 0.03807849 0.9238796 0.3807843 +vn -0.09192939 -0.3826835 -0.9192946 +vn -0.0919293 0.3826835 -0.9192946 +vn 0.0919293 -0.3826835 0.9192946 +vn 0.09192939 0.3826835 0.9192946 +vn 0.9950374 -1.192093E-07 -0.09950361 +vn -0.9950374 1.192093E-07 0.09950361 +vn 1 0 -1.192093E-07 +vn -1 0 1.192093E-07 +vn -1.192093E-07 0 -1 +vn 1.192093E-07 0 1 +vn 0.9950373 0 -0.09950386 +vn 0.9950373 0 0.0995036 +vn -0.9950373 0 0.09950386 +vn -0.9950373 0 -0.0995036 +vn 0.03807859 -0.9238796 0.3807843 +vn -0.03807837 -0.9238796 -0.3807843 +vn -0.03807859 0.9238796 -0.3807843 +vn 0.03807837 0.9238796 0.3807843 +vn -0.09192955 -0.3826835 -0.9192946 +vn -0.09192964 0.3826835 -0.9192946 +vn 0.09192964 -0.3826835 0.9192946 +vn 0.09192955 0.3826835 0.9192946 +vn -0.9950374 -1.192093E-07 0.09950387 +vn 0.9950374 1.192093E-07 -0.09950387 +vn -0.03807827 -0.9238796 0.3807843 +vn 0.03807849 -0.9238796 -0.3807843 +vn 0.03807827 0.9238796 -0.3807843 +vn -0.03807849 0.9238796 0.3807843 +vn 0.09192939 -0.3826835 -0.9192946 +vn 0.0919293 0.3826835 -0.9192946 +vn -0.0919293 -0.3826835 0.9192946 +vn -0.09192939 0.3826835 0.9192946 +vn -0.9950374 -1.192093E-07 -0.09950361 +vn 0.9950374 1.192093E-07 0.09950361 +vn -0.9950373 0 0.09950384 +vn -0.9991683 0 0.0407808 +vn 0.9991683 0 -0.0407808 +vn 0.9950373 0 -0.09950384 +vn -7.152558E-08 0.8 -0.6000001 +vn 7.152558E-08 -0.8 0.6000001 +vn 0.9950373 0 0.09950361 +vn -0.9950373 0 -0.09950361 +vn -0.03807837 -0.9238796 -0.3807843 +vn 0.03807859 -0.9238796 0.3807843 +vn 0.03807837 0.9238796 0.3807843 +vn -0.03807859 0.9238796 -0.3807843 +vn 0.09192962 -0.3826835 0.9192946 +vn 0.09192953 0.3826835 0.9192946 +vn -0.09192953 -0.3826835 -0.9192946 +vn -0.09192962 0.3826835 -0.9192946 +vn -0.9950374 -1.192093E-07 0.09950386 +vn 0.9950374 1.192093E-07 -0.09950386 +vn 0.0380785 -0.9238796 -0.3807843 +vn -0.03807827 -0.9238796 0.3807843 +vn -0.0380785 0.9238796 0.3807843 +vn 0.03807827 0.9238796 -0.3807843 +vn -0.09192931 -0.3826835 0.9192946 +vn -0.0919294 0.3826835 0.9192946 +vn 0.0919294 -0.3826835 -0.9192946 +vn 0.09192931 0.3826835 -0.9192946 +vn -0.9950374 -1.192093E-07 -0.09950362 +vn 0.9950374 1.192093E-07 0.09950362 +vn 0.9950373 0 -0.09950362 +vn -0.9950373 0 0.09950362 +vn 0.9950373 0 0.09950384 +vn -0.9950373 0 -0.09950384 +vn -0.4082482 0.5773503 0.7071069 +vn -0.3003764 0.7994348 0.5202673 +vn 0.7071069 0.5773503 0.4082482 +vn 0.5202673 0.7994348 0.3003764 +vn -0.7071069 -0.5773503 -0.4082482 +vn 0.3003764 -0.7994348 -0.5202673 +vn 0.4082482 -0.5773503 -0.7071069 +vn -0.5202673 -0.7994348 -0.3003764 +vn 0.4082482 0.5773503 -0.7071069 +vn 0.3003764 0.7994348 -0.5202673 +vn -0.3003764 -0.7994348 0.5202673 +vn -0.4082482 -0.5773503 0.7071069 +vn 0.7071068 0.5773503 -0.4082484 +vn 0.4082484 0.5773503 0.7071068 +vn 0.5202672 0.7994348 -0.3003765 +vn 0.3003765 0.7994348 0.5202672 +vn -0.5202672 -0.7994348 0.3003765 +vn -0.4082484 -0.5773503 -0.7071068 +vn -0.7071068 -0.5773503 0.4082484 +vn -0.3003765 -0.7994348 -0.5202672 +vn -0.7071068 0.5773503 0.4082484 +vn -0.5202672 0.7994348 0.3003765 +vn 0.5202672 -0.7994348 -0.3003765 +vn 0.7071068 -0.5773503 -0.4082484 +vn -0.6666667 0.3333333 0.6666668 +vn -0.5033765 0.7022992 0.5033766 +vn 0.6666668 0.3333333 0.6666667 +vn 0.5033766 0.7022992 0.5033765 +vn -0.6666668 -0.3333333 -0.6666667 +vn 0.5033765 -0.7022992 -0.5033766 +vn 0.6666667 -0.3333333 -0.6666668 +vn -0.5033766 -0.7022992 -0.5033765 +vn -0.5033766 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 -0.5033766 +vn -0.5033765 -0.7022992 0.5033766 +vn 0.5033766 -0.7022992 0.5033765 +vn 0.6666667 0.3333333 -0.6666668 +vn -0.6666667 -0.3333333 0.6666668 +vn -0.6666668 0.3333333 -0.6666667 +vn 0.6666668 -0.3333333 0.6666667 +vn -0.4082484 0.5773503 -0.7071068 +vn -0.3003765 0.7994348 -0.5202672 +vn 0.3003765 -0.7994348 0.5202672 +vn 0.4082484 -0.5773503 0.7071068 +vn -0.7071069 0.5773503 -0.4082482 +vn -0.5202673 0.7994348 -0.3003764 +vn 0.7071069 -0.5773503 0.4082482 +vn 0.5202673 -0.7994348 0.3003764 +vn -5.06089E-08 0.9054101 -0.4245383 +vn 0.4245383 0.9054101 -5.06089E-08 +vn -0.4245383 0.9054101 5.06089E-08 +vn 5.06089E-08 0.9054101 0.4245383 +vn 0.4245383 -0.9054101 -5.06089E-08 +vn -0.4245383 -0.9054101 5.06089E-08 +vn 5.06089E-08 -0.9054101 0.4245383 +vn -5.06089E-08 -0.9054101 -0.4245383 +vn -0.5773503 0.8164966 6.882551E-08 +vn 6.882551E-08 0.8164966 0.5773503 +vn 0.5773503 -0.8164966 -6.882551E-08 +vn -6.882551E-08 -0.8164966 -0.5773503 +vn -0.5000001 0.8164966 -0.2886751 +vn -0.3676609 0.90541 -0.2122691 +vn -0.2886751 0.8164966 0.5000001 +vn -0.2122691 0.90541 0.3676609 +vn 0.2886751 -0.8164966 -0.5000001 +vn 0.3676609 -0.90541 0.2122691 +vn 0.5000001 -0.8164966 0.2886751 +vn 0.2122691 -0.90541 -0.3676609 +vn -6.882551E-08 0.8164966 -0.5773503 +vn 6.882551E-08 -0.8164966 0.5773503 +vn 0.5773503 0.8164966 -6.882551E-08 +vn -0.5773503 -0.8164966 6.882551E-08 +vn 0.2886751 0.8164966 -0.5000001 +vn 0.5000001 0.8164966 0.2886751 +vn 0.2122691 0.90541 -0.3676609 +vn 0.3676609 0.90541 0.2122691 +vn -0.2122691 -0.90541 0.3676609 +vn -0.5000001 -0.8164966 -0.2886751 +vn -0.2886751 -0.8164966 0.5000001 +vn -0.3676609 -0.90541 -0.2122691 +vn 0.4082484 0.5773503 -0.7071068 +vn 0.3003765 0.7994348 -0.5202672 +vn -0.7071068 0.5773503 -0.4082484 +vn -0.5202672 0.7994348 -0.3003765 +vn 0.7071068 -0.5773503 0.4082484 +vn -0.3003765 -0.7994348 0.5202672 +vn -0.4082484 -0.5773503 0.7071068 +vn 0.5202672 -0.7994348 0.3003765 +vn -0.4082484 0.5773503 0.7071068 +vn -0.3003765 0.7994348 0.5202672 +vn 0.3003765 -0.7994348 -0.5202672 +vn 0.4082484 -0.5773503 -0.7071068 +vn -0.7071069 0.5773503 0.4082482 +vn -0.4082482 0.5773503 -0.7071069 +vn -0.5202673 0.7994348 0.3003764 +vn -0.3003764 0.7994348 -0.5202673 +vn 0.5202673 -0.7994348 -0.3003764 +vn 0.4082482 -0.5773503 0.7071069 +vn 0.7071069 -0.5773503 -0.4082482 +vn 0.3003764 -0.7994348 0.5202673 +vn 0.7071069 0.5773503 -0.4082482 +vn 0.5202673 0.7994348 -0.3003764 +vn -0.5202673 -0.7994348 0.3003764 +vn -0.7071069 -0.5773503 0.4082482 +vn 0.6666668 0.3333333 -0.6666667 +vn 0.5033766 0.7022992 -0.5033765 +vn -0.6666667 0.3333333 -0.6666668 +vn -0.5033765 0.7022992 -0.5033766 +vn 0.6666667 -0.3333333 0.6666668 +vn -0.5033766 -0.7022992 0.5033765 +vn -0.6666668 -0.3333333 0.6666667 +vn 0.5033765 -0.7022992 0.5033766 +vn 0.5033765 0.7022992 0.5033766 +vn -0.5033766 0.7022992 0.5033765 +vn 0.5033766 -0.7022992 -0.5033765 +vn -0.5033765 -0.7022992 -0.5033766 +vn -0.6666668 0.3333333 0.6666667 +vn 0.6666668 -0.3333333 -0.6666667 +vn 0.6666667 0.3333333 0.6666668 +vn -0.6666667 -0.3333333 -0.6666668 +vn 0.4082482 0.5773503 0.7071069 +vn 0.3003764 0.7994348 0.5202673 +vn -0.3003764 -0.7994348 -0.5202673 +vn -0.4082482 -0.5773503 -0.7071069 +vn 0.7071068 0.5773503 0.4082484 +vn 0.5202672 0.7994348 0.3003765 +vn -0.7071068 -0.5773503 -0.4082484 +vn -0.5202672 -0.7994348 -0.3003765 +vn -5.06089E-08 0.9054101 0.4245383 +vn -0.4245383 0.9054101 -5.06089E-08 +vn 0.4245383 0.9054101 5.06089E-08 +vn 5.06089E-08 0.9054101 -0.4245383 +vn -0.4245383 -0.9054101 -5.06089E-08 +vn 0.4245383 -0.9054101 5.06089E-08 +vn 5.06089E-08 -0.9054101 -0.4245383 +vn -5.06089E-08 -0.9054101 0.4245383 +vn 0.5773503 0.8164966 6.882551E-08 +vn 6.882551E-08 0.8164966 -0.5773503 +vn -0.5773503 -0.8164966 -6.882551E-08 +vn -6.882551E-08 -0.8164966 0.5773503 +vn 0.5 0.8164966 0.2886752 +vn 0.3676609 0.90541 0.2122692 +vn 0.2886752 0.8164966 -0.5 +vn 0.2122692 0.90541 -0.3676609 +vn -0.2886752 -0.8164966 0.5 +vn -0.3676609 -0.90541 -0.2122692 +vn -0.5 -0.8164966 -0.2886752 +vn -0.2122692 -0.90541 0.3676609 +vn -6.882551E-08 0.8164966 0.5773503 +vn 6.882551E-08 -0.8164966 -0.5773503 +vn -0.5773503 0.8164966 -6.882551E-08 +vn 0.5773503 -0.8164966 6.882551E-08 +vn -0.2886752 0.8164966 0.5 +vn -0.5 0.8164966 -0.2886752 +vn -0.2122692 0.90541 0.3676609 +vn -0.3676609 0.90541 -0.2122692 +vn 0.2122692 -0.90541 -0.3676609 +vn 0.5 -0.8164966 0.2886752 +vn 0.2886752 -0.8164966 -0.5 +vn 0.3676609 -0.90541 0.2122692 + +vt 0.34375 0.145 +vt 0.34375 0.225 +vt 0.34375 0.185 +vt 0.34375 0.1783762 +vt 0.34375 0.1797096 +vt 0.34375 0.1850429 +vt 0.34375 0.1863762 +vt 0.34375 0.1585417 +vt 0.34375 0.163875 +vt 0.34375 0.1652084 +vt 0.34375 0.1572084 +vt 0.34375 0.075 +vt 0.34375 0.175 +vt 0.34375 0.2008541 +vt 0.34375 0.2061875 +vt 0.34375 0.1995208 +vt 0.34375 0.2075208 +vt 0.34375 0.1944281 +vt 0.34375 0.1930948 +vt 0.34375 0.1877615 +vt 0.34375 0.1864281 +vt 0.34375 0.1665207 +vt 0.34375 0.1651874 +vt 0.34375 0.1598541 +vt 0.34375 0.1585207 +vt 0.34375 0.1839407 +vt 0.34375 0.1892741 +vt 0.34375 0.1906074 +vt 0.34375 0.1826074 +vt 0.34375 0.105 +vt 0.34375 0.025 +vt 0.34375 0.1623098 +vt 0.34375 0.1813574 +vt 0.34375 0.1575478 +vt 0.34375 0.1861193 +vt 0.34375 0.09963536 +vt 0.34375 0.118683 +vt 0.34375 0.1234449 +vt 0.34375 0.09487346 +vt 0.34375 0.0902646 +vt 0.34375 0.08550269 +vt 0.34375 0.06645507 +vt 0.34375 0.06169317 +vt 0.34375 0.05357143 +vt 0.34375 0.1678571 +vt 0.34375 0.1964286 +vt 0.34375 0.08214285 +vt 0.34375 0.1107143 +vt 0.34375 0.1392857 +vt 0.09375 0.025 +vt 0.09375 0.065 +vt 0.09375 0.105 +vt 0.09375 0.225 + +usemtl colormap + +f 3/2/1 2/1/1 1/1/1 +f 1/1/2 2/1/2 3/2/2 +f 6/3/4 5/1/3 4/1/2 +f 5/1/3 6/3/4 7/4/3 +f 7/4/3 6/3/4 8/5/3 +f 9/4/3 5/1/3 7/4/3 +f 8/5/3 6/3/4 10/6/3 +f 11/5/3 5/1/3 9/4/3 +f 10/6/3 6/3/4 12/2/3 +f 5/1/3 11/5/3 12/2/3 +f 10/6/3 12/2/3 13/7/3 +f 12/2/3 11/5/3 14/6/3 +f 13/7/3 12/2/3 15/7/3 +f 12/2/3 14/6/3 15/7/3 +f 4/1/1 5/1/6 6/3/5 +f 7/4/6 6/3/5 5/1/6 +f 7/4/6 5/1/6 9/4/6 +f 8/5/6 6/3/5 7/4/6 +f 9/4/6 5/1/6 11/5/6 +f 10/6/6 6/3/5 8/5/6 +f 12/2/6 11/5/6 5/1/6 +f 12/2/6 6/3/5 10/6/6 +f 14/6/6 11/5/6 12/2/6 +f 13/7/6 12/2/6 10/6/6 +f 15/7/6 14/6/6 12/2/6 +f 15/7/6 12/2/6 13/7/6 +f 3/2/7 5/1/7 12/2/7 +f 5/1/7 3/2/7 1/1/7 +f 12/2/8 5/1/8 3/2/8 +f 1/1/8 3/2/8 5/1/8 +f 6/3/9 3/2/9 12/2/9 +f 3/2/9 6/3/9 2/1/9 +f 2/1/9 6/3/9 16/1/9 +f 12/2/10 3/2/10 6/3/10 +f 2/1/10 6/3/10 3/2/10 +f 16/1/10 6/3/10 2/1/10 +f 18/9/11 17/8/11 6/3/5 +f 19/10/11 18/9/11 6/3/5 +f 19/10/11 6/3/5 20/10/11 +f 20/10/11 6/3/5 21/9/11 +f 6/3/5 17/8/11 4/1/1 +f 22/11/11 4/1/1 17/8/11 +f 6/3/5 16/1/11 21/9/11 +f 16/1/11 4/1/1 22/11/11 +f 21/9/11 16/1/11 23/8/11 +f 24/11/11 16/1/11 22/11/11 +f 24/11/11 23/8/11 16/1/11 +f 6/3/4 17/8/12 18/9/12 +f 6/3/4 18/9/12 19/10/12 +f 20/10/12 6/3/4 19/10/12 +f 21/9/12 6/3/4 20/10/12 +f 4/1/2 17/8/12 6/3/4 +f 17/8/12 4/1/2 22/11/12 +f 21/9/12 16/1/12 6/3/4 +f 22/11/12 4/1/2 16/1/12 +f 23/8/12 16/1/12 21/9/12 +f 22/11/12 16/1/12 24/11/12 +f 16/1/12 23/8/12 24/11/12 +f 27/13/13 26/12/14 25/12/13 +f 26/12/14 27/13/13 28/13/14 +f 25/12/15 26/12/16 27/13/15 +f 28/13/16 27/13/15 26/12/16 +f 31/13/15 30/12/16 29/12/15 +f 30/12/16 31/13/15 32/13/16 +f 29/12/13 30/12/14 31/13/13 +f 32/13/14 31/13/13 30/12/14 +f 35/13/18 34/12/17 33/13/17 +f 34/12/17 35/13/18 36/12/18 +f 33/13/20 34/12/20 35/13/19 +f 36/12/19 35/13/19 34/12/20 +f 39/12/20 38/13/19 37/12/19 +f 38/13/19 39/12/20 40/13/20 +f 37/12/18 38/13/18 39/12/17 +f 40/13/17 39/12/17 38/13/18 +f 32/13/16 39/12/20 30/12/16 +f 39/12/20 32/13/16 40/13/20 +f 30/12/14 39/12/17 32/13/14 +f 40/13/17 32/13/14 39/12/17 +f 28/13/14 34/12/17 26/12/14 +f 34/12/17 28/13/14 33/13/17 +f 26/12/16 34/12/20 28/13/16 +f 33/13/20 28/13/16 34/12/20 +f 35/13/18 29/12/15 36/12/18 +f 29/12/15 35/13/18 31/13/15 +f 36/12/19 29/12/13 35/13/19 +f 31/13/13 35/13/19 29/12/13 +f 38/13/19 25/12/13 37/12/19 +f 25/12/13 38/13/19 27/13/13 +f 37/12/18 25/12/15 38/13/18 +f 27/13/15 38/13/18 25/12/15 +f 28/13/21 35/13/21 33/13/21 +f 35/13/21 28/13/21 31/13/21 +f 31/13/21 28/13/21 27/13/21 +f 31/13/21 27/13/21 32/13/21 +f 32/13/21 27/13/21 38/13/21 +f 32/13/21 38/13/21 40/13/21 +f 33/13/22 35/13/22 28/13/22 +f 31/13/22 28/13/22 35/13/22 +f 27/13/22 28/13/22 31/13/22 +f 32/13/22 27/13/22 31/13/22 +f 38/13/22 27/13/22 32/13/22 +f 40/13/22 38/13/22 32/13/22 +f 29/12/22 34/12/22 36/12/22 +f 34/12/22 29/12/22 26/12/22 +f 26/12/22 29/12/22 30/12/22 +f 26/12/22 30/12/22 25/12/22 +f 25/12/22 30/12/22 39/12/22 +f 25/12/22 39/12/22 37/12/22 +f 36/12/21 34/12/21 29/12/21 +f 26/12/21 29/12/21 34/12/21 +f 30/12/21 29/12/21 26/12/21 +f 25/12/21 30/12/21 26/12/21 +f 39/12/21 30/12/21 25/12/21 +f 37/12/21 39/12/21 25/12/21 +f 43/13/23 42/12/24 41/12/23 +f 42/12/24 43/13/23 44/13/24 +f 41/12/25 42/12/26 43/13/25 +f 44/13/26 43/13/25 42/12/26 +f 47/13/25 46/12/26 45/12/25 +f 46/12/26 47/13/25 48/13/26 +f 45/12/23 46/12/24 47/13/23 +f 48/13/24 47/13/23 46/12/24 +f 51/13/28 50/12/27 49/13/27 +f 50/12/27 51/13/28 52/12/28 +f 49/13/30 50/12/30 51/13/29 +f 52/12/29 51/13/29 50/12/30 +f 55/12/30 54/13/29 53/12/29 +f 54/13/29 55/12/30 56/13/30 +f 53/12/28 54/13/28 55/12/27 +f 56/13/27 55/12/27 54/13/28 +f 48/13/26 55/12/30 46/12/26 +f 55/12/30 48/13/26 56/13/30 +f 46/12/24 55/12/27 48/13/24 +f 56/13/27 48/13/24 55/12/27 +f 44/13/24 50/12/27 42/12/24 +f 50/12/27 44/13/24 49/13/27 +f 42/12/26 50/12/30 44/13/26 +f 49/13/30 44/13/26 50/12/30 +f 51/13/28 45/12/25 52/12/28 +f 45/12/25 51/13/28 47/13/25 +f 52/12/29 45/12/23 51/13/29 +f 47/13/23 51/13/29 45/12/23 +f 54/13/29 41/12/23 53/12/29 +f 41/12/23 54/13/29 43/13/23 +f 53/12/28 41/12/25 54/13/28 +f 43/13/25 54/13/28 41/12/25 +f 44/13/31 51/13/31 49/13/31 +f 51/13/31 44/13/31 47/13/31 +f 47/13/31 44/13/31 43/13/31 +f 47/13/31 43/13/31 48/13/31 +f 48/13/31 43/13/31 54/13/31 +f 48/13/31 54/13/31 56/13/31 +f 49/13/32 51/13/32 44/13/32 +f 47/13/32 44/13/32 51/13/32 +f 43/13/32 44/13/32 47/13/32 +f 48/13/32 43/13/32 47/13/32 +f 54/13/32 43/13/32 48/13/32 +f 56/13/32 54/13/32 48/13/32 +f 45/12/32 50/12/32 52/12/32 +f 50/12/32 45/12/32 42/12/32 +f 42/12/32 45/12/32 46/12/32 +f 42/12/32 46/12/32 41/12/32 +f 41/12/32 46/12/32 55/12/32 +f 41/12/32 55/12/32 53/12/32 +f 52/12/31 50/12/31 45/12/31 +f 42/12/31 45/12/31 50/12/31 +f 46/12/31 45/12/31 42/12/31 +f 41/12/31 46/12/31 42/12/31 +f 55/12/31 46/12/31 41/12/31 +f 53/12/31 55/12/31 41/12/31 +f 62/2/2 81/1/2 98/26/38 +f 64/1/38 98/26/38 81/1/2 +f 97/27/38 62/2/2 98/26/38 +f 95/29/38 98/26/38 64/1/38 +f 96/28/38 62/2/2 97/27/38 +f 93/28/38 62/2/2 96/28/38 +f 95/29/38 64/1/38 94/29/38 +f 94/29/38 64/1/38 91/26/38 +f 62/2/2 93/28/38 61/2/38 +f 61/2/38 91/26/38 64/1/38 +f 93/28/38 92/27/38 61/2/38 +f 92/27/38 91/26/38 61/2/38 +f 89/22/37 63/2/37 90/23/37 +f 90/23/37 63/2/37 88/24/37 +f 82/22/37 63/2/37 89/22/37 +f 63/2/37 65/1/37 88/24/37 +f 88/24/37 65/1/37 87/25/37 +f 81/1/2 87/25/37 65/1/37 +f 87/25/37 81/1/2 86/25/37 +f 86/25/37 81/1/2 85/24/37 +f 85/24/37 81/1/2 77/20/37 +f 84/23/37 85/24/37 77/20/37 +f 82/22/37 84/23/37 77/20/37 +f 83/21/37 82/22/37 77/20/37 +f 80/21/37 82/22/37 83/21/37 +f 72/14/37 63/2/37 82/22/37 +f 80/21/37 74/16/37 82/22/37 +f 74/16/37 72/14/37 82/22/37 +f 62/2/2 77/20/37 81/1/2 +f 79/20/37 74/16/37 80/21/37 +f 78/19/37 74/16/37 79/20/37 +f 76/18/37 74/16/37 78/19/37 +f 75/19/37 77/20/37 62/2/2 +f 73/18/37 74/16/37 76/18/37 +f 73/18/37 75/19/37 62/2/2 +f 74/16/37 73/18/37 68/16/37 +f 68/16/37 73/18/37 62/2/2 +f 71/15/37 63/2/37 72/14/37 +f 66/14/37 68/16/37 62/2/2 +f 70/17/37 63/2/37 71/15/37 +f 69/17/37 63/2/37 70/17/37 +f 63/2/37 69/17/37 62/2/2 +f 69/17/37 67/15/37 62/2/2 +f 67/15/37 66/14/37 62/2/2 +f 98/26/36 81/1/1 62/2/1 +f 81/1/1 98/26/36 64/1/36 +f 98/26/36 62/2/1 97/27/36 +f 64/1/36 98/26/36 95/29/36 +f 97/27/36 62/2/1 96/28/36 +f 96/28/36 62/2/1 93/28/36 +f 94/29/36 64/1/36 95/29/36 +f 91/26/36 64/1/36 94/29/36 +f 61/2/36 93/28/36 62/2/1 +f 64/1/36 91/26/36 61/2/36 +f 61/2/36 92/27/36 93/28/36 +f 61/2/36 91/26/36 92/27/36 +f 90/23/35 63/2/35 89/22/35 +f 88/24/35 63/2/35 90/23/35 +f 89/22/35 63/2/35 82/22/35 +f 88/24/35 65/1/35 63/2/35 +f 87/25/35 65/1/35 88/24/35 +f 65/1/35 87/25/35 81/1/1 +f 86/25/35 81/1/1 87/25/35 +f 85/24/35 81/1/1 86/25/35 +f 77/20/35 81/1/1 85/24/35 +f 77/20/35 85/24/35 84/23/35 +f 77/20/35 84/23/35 82/22/35 +f 77/20/35 82/22/35 83/21/35 +f 83/21/35 82/22/35 80/21/35 +f 82/22/35 63/2/35 72/14/35 +f 82/22/35 74/16/35 80/21/35 +f 82/22/35 72/14/35 74/16/35 +f 81/1/1 77/20/35 62/2/1 +f 80/21/35 74/16/35 79/20/35 +f 79/20/35 74/16/35 78/19/35 +f 78/19/35 74/16/35 76/18/35 +f 62/2/1 77/20/35 75/19/35 +f 76/18/35 74/16/35 73/18/35 +f 62/2/1 75/19/35 73/18/35 +f 68/16/35 73/18/35 74/16/35 +f 62/2/1 73/18/35 68/16/35 +f 72/14/35 63/2/35 71/15/35 +f 71/15/35 63/2/35 70/17/35 +f 70/17/35 63/2/35 69/17/35 +f 62/2/1 69/17/35 63/2/35 +f 62/2/1 67/15/35 69/17/35 +f 62/2/1 68/16/35 66/14/35 +f 62/2/1 66/14/35 67/15/35 +f 63/2/8 58/1/8 60/2/8 +f 58/1/8 63/2/8 65/1/8 +f 60/2/7 58/1/7 63/2/7 +f 65/1/7 63/2/7 58/1/7 +f 64/1/7 59/2/7 57/1/7 +f 59/2/7 64/1/7 61/2/7 +f 57/1/8 59/2/8 64/1/8 +f 61/2/8 64/1/8 59/2/8 +f 60/2/34 62/2/34 63/2/34 +f 60/2/34 61/2/34 62/2/34 +f 61/2/34 60/2/34 59/2/34 +f 63/2/33 62/2/33 60/2/33 +f 62/2/33 61/2/33 60/2/33 +f 59/2/33 60/2/33 61/2/33 +f 58/1/2 59/2/2 60/2/2 +f 59/2/2 58/1/2 57/1/2 +f 60/2/1 59/2/1 58/1/1 +f 57/1/1 58/1/1 59/2/1 +f 99/12/47 113/12/47 111/12/47 +f 99/12/47 104/12/47 113/12/47 +f 100/12/47 104/12/47 99/12/47 +f 100/12/47 103/12/47 104/12/47 +f 108/12/47 103/12/47 100/12/47 +f 103/12/47 108/12/47 110/12/47 +f 111/12/48 113/12/48 99/12/48 +f 113/12/48 104/12/48 99/12/48 +f 99/12/48 104/12/48 100/12/48 +f 104/12/48 103/12/48 100/12/48 +f 100/12/48 103/12/48 108/12/48 +f 110/12/48 108/12/48 103/12/48 +f 106/13/48 112/13/48 114/13/48 +f 106/13/48 101/13/48 112/13/48 +f 105/13/48 101/13/48 106/13/48 +f 105/13/48 102/13/48 101/13/48 +f 109/13/48 102/13/48 105/13/48 +f 102/13/48 109/13/48 107/13/48 +f 114/13/47 112/13/47 106/13/47 +f 112/13/47 101/13/47 106/13/47 +f 106/13/47 101/13/47 105/13/47 +f 101/13/47 102/13/47 105/13/47 +f 105/13/47 102/13/47 109/13/47 +f 107/13/47 109/13/47 102/13/47 +f 99/12/41 112/13/44 101/13/41 +f 112/13/44 99/12/41 111/12/44 +f 101/13/39 112/13/45 99/12/39 +f 111/12/45 99/12/39 112/13/45 +f 103/12/39 109/13/45 105/13/39 +f 109/13/45 103/12/39 110/12/45 +f 105/13/41 109/13/44 103/12/41 +f 110/12/44 103/12/41 109/13/44 +f 108/12/46 102/13/42 107/13/46 +f 102/13/42 108/12/46 100/12/42 +f 107/13/43 102/13/40 108/12/43 +f 100/12/40 108/12/43 102/13/40 +f 113/12/43 106/13/40 114/13/43 +f 106/13/40 113/12/43 104/12/40 +f 114/13/46 106/13/42 113/12/46 +f 104/12/42 113/12/46 106/13/42 +f 112/13/44 113/12/43 114/13/43 +f 113/12/43 112/13/44 111/12/44 +f 114/13/46 113/12/46 112/13/45 +f 111/12/45 112/13/45 113/12/46 +f 108/12/46 109/13/45 110/12/45 +f 109/13/45 108/12/46 107/13/46 +f 110/12/44 109/13/44 108/12/43 +f 107/13/43 108/12/43 109/13/44 +f 104/12/40 105/13/39 106/13/40 +f 105/13/39 104/12/40 103/12/39 +f 106/13/42 105/13/41 104/12/42 +f 103/12/41 104/12/42 105/13/41 +f 100/12/42 101/13/41 102/13/42 +f 101/13/41 100/12/42 99/12/41 +f 102/13/40 101/13/39 100/12/40 +f 99/12/39 100/12/40 101/13/39 +f 115/12/47 129/12/47 127/12/47 +f 115/12/47 120/12/47 129/12/47 +f 116/12/47 120/12/47 115/12/47 +f 116/12/47 119/12/47 120/12/47 +f 124/12/47 119/12/47 116/12/47 +f 119/12/47 124/12/47 126/12/47 +f 127/12/48 129/12/48 115/12/48 +f 129/12/48 120/12/48 115/12/48 +f 115/12/48 120/12/48 116/12/48 +f 120/12/48 119/12/48 116/12/48 +f 116/12/48 119/12/48 124/12/48 +f 126/12/48 124/12/48 119/12/48 +f 122/13/48 128/13/48 130/13/48 +f 122/13/48 117/13/48 128/13/48 +f 121/13/48 117/13/48 122/13/48 +f 121/13/48 118/13/48 117/13/48 +f 125/13/48 118/13/48 121/13/48 +f 118/13/48 125/13/48 123/13/48 +f 130/13/47 128/13/47 122/13/47 +f 128/13/47 117/13/47 122/13/47 +f 122/13/47 117/13/47 121/13/47 +f 117/13/47 118/13/47 121/13/47 +f 121/13/47 118/13/47 125/13/47 +f 123/13/47 125/13/47 118/13/47 +f 115/12/41 128/13/44 117/13/41 +f 128/13/44 115/12/41 127/12/44 +f 117/13/39 128/13/45 115/12/39 +f 127/12/45 115/12/39 128/13/45 +f 119/12/39 125/13/45 121/13/39 +f 125/13/45 119/12/39 126/12/45 +f 121/13/41 125/13/44 119/12/41 +f 126/12/44 119/12/41 125/13/44 +f 124/12/46 118/13/42 123/13/46 +f 118/13/42 124/12/46 116/12/42 +f 123/13/43 118/13/40 124/12/43 +f 116/12/40 124/12/43 118/13/40 +f 129/12/43 122/13/40 130/13/43 +f 122/13/40 129/12/43 120/12/40 +f 130/13/46 122/13/42 129/12/46 +f 120/12/42 129/12/46 122/13/42 +f 128/13/44 129/12/43 130/13/43 +f 129/12/43 128/13/44 127/12/44 +f 130/13/46 129/12/46 128/13/45 +f 127/12/45 128/13/45 129/12/46 +f 124/12/46 125/13/45 126/12/45 +f 125/13/45 124/12/46 123/13/46 +f 126/12/44 125/13/44 124/12/43 +f 123/13/43 124/12/43 125/13/44 +f 120/12/40 121/13/39 122/13/40 +f 121/13/39 120/12/40 119/12/39 +f 122/13/42 121/13/41 120/12/42 +f 119/12/41 120/12/42 121/13/41 +f 116/12/42 117/13/41 118/13/42 +f 117/13/41 116/12/42 115/12/41 +f 118/13/40 117/13/39 116/12/40 +f 115/12/39 116/12/40 117/13/39 +f 131/12/47 145/12/47 143/12/47 +f 131/12/47 136/12/47 145/12/47 +f 132/12/47 136/12/47 131/12/47 +f 132/12/47 135/12/47 136/12/47 +f 140/12/47 135/12/47 132/12/47 +f 135/12/47 140/12/47 142/12/47 +f 143/12/48 145/12/48 131/12/48 +f 145/12/48 136/12/48 131/12/48 +f 131/12/48 136/12/48 132/12/48 +f 136/12/48 135/12/48 132/12/48 +f 132/12/48 135/12/48 140/12/48 +f 142/12/48 140/12/48 135/12/48 +f 138/13/48 144/13/48 146/13/48 +f 138/13/48 133/13/48 144/13/48 +f 137/13/48 133/13/48 138/13/48 +f 137/13/48 134/13/48 133/13/48 +f 141/13/48 134/13/48 137/13/48 +f 134/13/48 141/13/48 139/13/48 +f 146/13/47 144/13/47 138/13/47 +f 144/13/47 133/13/47 138/13/47 +f 138/13/47 133/13/47 137/13/47 +f 133/13/47 134/13/47 137/13/47 +f 137/13/47 134/13/47 141/13/47 +f 139/13/47 141/13/47 134/13/47 +f 131/12/41 144/13/44 133/13/41 +f 144/13/44 131/12/41 143/12/44 +f 133/13/39 144/13/45 131/12/39 +f 143/12/45 131/12/39 144/13/45 +f 135/12/39 141/13/45 137/13/39 +f 141/13/45 135/12/39 142/12/45 +f 137/13/41 141/13/44 135/12/41 +f 142/12/44 135/12/41 141/13/44 +f 140/12/46 134/13/42 139/13/46 +f 134/13/42 140/12/46 132/12/42 +f 139/13/43 134/13/40 140/12/43 +f 132/12/40 140/12/43 134/13/40 +f 145/12/43 138/13/40 146/13/43 +f 138/13/40 145/12/43 136/12/40 +f 146/13/46 138/13/42 145/12/46 +f 136/12/42 145/12/46 138/13/42 +f 144/13/44 145/12/43 146/13/43 +f 145/12/43 144/13/44 143/12/44 +f 146/13/46 145/12/46 144/13/45 +f 143/12/45 144/13/45 145/12/46 +f 140/12/46 141/13/45 142/12/45 +f 141/13/45 140/12/46 139/13/46 +f 142/12/44 141/13/44 140/12/43 +f 139/13/43 140/12/43 141/13/44 +f 136/12/40 137/13/39 138/13/40 +f 137/13/39 136/12/40 135/12/39 +f 138/13/42 137/13/41 136/12/42 +f 135/12/41 136/12/42 137/13/41 +f 132/12/42 133/13/41 134/13/42 +f 133/13/41 132/12/42 131/12/41 +f 134/13/40 133/13/39 132/12/40 +f 131/12/39 132/12/40 133/13/39 +f 147/12/57 161/12/57 159/12/57 +f 147/12/57 152/12/57 161/12/57 +f 148/12/57 152/12/57 147/12/57 +f 148/12/57 151/12/57 152/12/57 +f 156/12/57 151/12/57 148/12/57 +f 151/12/57 156/12/57 158/12/57 +f 159/12/58 161/12/58 147/12/58 +f 161/12/58 152/12/58 147/12/58 +f 147/12/58 152/12/58 148/12/58 +f 152/12/58 151/12/58 148/12/58 +f 148/12/58 151/12/58 156/12/58 +f 158/12/58 156/12/58 151/12/58 +f 154/13/58 160/13/58 162/13/58 +f 154/13/58 149/13/58 160/13/58 +f 153/13/58 149/13/58 154/13/58 +f 153/13/58 150/13/58 149/13/58 +f 157/13/58 150/13/58 153/13/58 +f 150/13/58 157/13/58 155/13/58 +f 162/13/57 160/13/57 154/13/57 +f 160/13/57 149/13/57 154/13/57 +f 154/13/57 149/13/57 153/13/57 +f 149/13/57 150/13/57 153/13/57 +f 153/13/57 150/13/57 157/13/57 +f 155/13/57 157/13/57 150/13/57 +f 147/12/51 160/13/54 149/13/51 +f 160/13/54 147/12/51 159/12/54 +f 149/13/49 160/13/55 147/12/49 +f 159/12/55 147/12/49 160/13/55 +f 151/12/49 157/13/55 153/13/49 +f 157/13/55 151/12/49 158/12/55 +f 153/13/51 157/13/54 151/12/51 +f 158/12/54 151/12/51 157/13/54 +f 156/12/56 150/13/52 155/13/56 +f 150/13/52 156/12/56 148/12/52 +f 155/13/53 150/13/50 156/12/53 +f 148/12/50 156/12/53 150/13/50 +f 161/12/53 154/13/50 162/13/53 +f 154/13/50 161/12/53 152/12/50 +f 162/13/56 154/13/52 161/12/56 +f 152/12/52 161/12/56 154/13/52 +f 160/13/54 161/12/53 162/13/53 +f 161/12/53 160/13/54 159/12/54 +f 162/13/56 161/12/56 160/13/55 +f 159/12/55 160/13/55 161/12/56 +f 156/12/56 157/13/55 158/12/55 +f 157/13/55 156/12/56 155/13/56 +f 158/12/54 157/13/54 156/12/53 +f 155/13/53 156/12/53 157/13/54 +f 152/12/50 153/13/49 154/13/50 +f 153/13/49 152/12/50 151/12/49 +f 154/13/52 153/13/51 152/12/52 +f 151/12/51 152/12/52 153/13/51 +f 148/12/52 149/13/51 150/13/52 +f 149/13/51 148/12/52 147/12/51 +f 150/13/50 149/13/49 148/12/50 +f 147/12/49 148/12/50 149/13/49 +f 165/2/59 164/1/59 163/1/59 +f 164/1/59 165/2/59 166/2/59 +f 163/1/60 164/1/60 165/2/60 +f 166/2/60 165/2/60 164/1/60 +f 167/2/33 166/2/33 165/2/33 +f 166/2/33 167/2/33 168/2/33 +f 166/2/33 168/2/33 169/2/33 +f 165/2/34 166/2/34 167/2/34 +f 168/2/34 167/2/34 166/2/34 +f 169/2/34 168/2/34 166/2/34 +f 165/2/61 170/1/61 167/2/61 +f 170/1/61 165/2/61 163/1/61 +f 167/2/62 170/1/62 165/2/62 +f 163/1/62 165/2/62 170/1/62 +f 164/1/62 169/2/62 171/1/62 +f 169/2/62 164/1/62 166/2/62 +f 171/1/61 169/2/61 164/1/61 +f 166/2/61 164/1/61 169/2/61 +f 173/15/63 172/14/63 168/2/59 +f 172/14/63 174/16/63 168/2/59 +f 175/17/63 173/15/63 168/2/59 +f 169/2/63 175/17/63 168/2/59 +f 175/17/63 169/2/63 176/17/63 +f 176/17/63 169/2/63 177/15/63 +f 177/15/63 169/2/63 178/14/63 +f 174/16/63 179/18/63 168/2/59 +f 180/16/63 179/18/63 174/16/63 +f 179/18/63 181/19/63 168/2/59 +f 179/18/63 180/16/63 182/18/63 +f 181/19/63 183/20/63 168/2/59 +f 182/18/63 180/16/63 184/19/63 +f 184/19/63 180/16/63 185/20/63 +f 185/20/63 180/16/63 186/21/63 +f 168/2/59 183/20/63 187/1/59 +f 180/16/63 178/14/63 188/22/63 +f 186/21/63 180/16/63 188/22/63 +f 178/14/63 169/2/63 188/22/63 +f 186/21/63 188/22/63 189/21/63 +f 189/21/63 188/22/63 183/20/63 +f 188/22/63 190/23/63 183/20/63 +f 190/23/63 191/24/63 183/20/63 +f 191/24/63 187/1/59 183/20/63 +f 192/25/63 187/1/59 191/24/63 +f 193/25/63 187/1/59 192/25/63 +f 187/1/59 193/25/63 171/1/63 +f 194/24/63 171/1/63 193/25/63 +f 169/2/63 171/1/63 194/24/63 +f 188/22/63 169/2/63 195/22/63 +f 196/23/63 169/2/63 194/24/63 +f 195/22/63 169/2/63 196/23/63 +f 198/27/64 197/26/64 167/2/64 +f 199/28/64 198/27/64 167/2/64 +f 167/2/64 197/26/64 170/1/64 +f 168/2/59 199/28/64 167/2/64 +f 200/29/64 170/1/64 197/26/64 +f 201/29/64 170/1/64 200/29/64 +f 199/28/64 168/2/59 202/28/64 +f 202/28/64 168/2/59 203/27/64 +f 201/29/64 204/26/64 170/1/64 +f 203/27/64 168/2/59 204/26/64 +f 170/1/64 204/26/64 187/1/59 +f 168/2/59 187/1/59 204/26/64 +f 168/2/60 172/14/65 173/15/65 +f 168/2/60 173/15/65 175/17/65 +f 168/2/60 175/17/65 169/2/65 +f 176/17/65 169/2/65 175/17/65 +f 177/15/65 169/2/65 176/17/65 +f 168/2/60 174/16/65 172/14/65 +f 178/14/65 169/2/65 177/15/65 +f 168/2/60 179/18/65 174/16/65 +f 174/16/65 179/18/65 180/16/65 +f 168/2/60 181/19/65 179/18/65 +f 182/18/65 180/16/65 179/18/65 +f 168/2/60 183/20/65 181/19/65 +f 184/19/65 180/16/65 182/18/65 +f 185/20/65 180/16/65 184/19/65 +f 186/21/65 180/16/65 185/20/65 +f 187/1/60 183/20/65 168/2/60 +f 188/22/65 178/14/65 180/16/65 +f 188/22/65 180/16/65 186/21/65 +f 188/22/65 169/2/65 178/14/65 +f 189/21/65 188/22/65 186/21/65 +f 183/20/65 188/22/65 189/21/65 +f 183/20/65 190/23/65 188/22/65 +f 183/20/65 191/24/65 190/23/65 +f 183/20/65 187/1/60 191/24/65 +f 191/24/65 187/1/60 192/25/65 +f 192/25/65 187/1/60 193/25/65 +f 171/1/65 193/25/65 187/1/60 +f 193/25/65 171/1/65 194/24/65 +f 194/24/65 171/1/65 169/2/65 +f 195/22/65 169/2/65 188/22/65 +f 194/24/65 169/2/65 196/23/65 +f 196/23/65 169/2/65 195/22/65 +f 167/2/66 197/26/66 198/27/66 +f 167/2/66 198/27/66 199/28/66 +f 170/1/66 197/26/66 167/2/66 +f 167/2/66 199/28/66 168/2/60 +f 197/26/66 170/1/66 200/29/66 +f 200/29/66 170/1/66 201/29/66 +f 202/28/66 168/2/60 199/28/66 +f 203/27/66 168/2/60 202/28/66 +f 170/1/66 204/26/66 201/29/66 +f 204/26/66 168/2/60 203/27/66 +f 187/1/60 204/26/66 170/1/66 +f 204/26/66 187/1/60 168/2/60 +f 207/13/67 206/12/68 205/12/67 +f 206/12/68 207/13/67 208/13/68 +f 205/12/69 206/12/70 207/13/69 +f 208/13/70 207/13/69 206/12/70 +f 211/13/69 210/12/70 209/12/69 +f 210/12/70 211/13/69 212/13/70 +f 209/12/67 210/12/68 211/13/67 +f 212/13/68 211/13/67 210/12/68 +f 215/13/72 214/12/71 213/13/71 +f 214/12/71 215/13/72 216/12/72 +f 213/13/74 214/12/74 215/13/73 +f 216/12/73 215/13/73 214/12/74 +f 219/12/74 218/13/73 217/12/73 +f 218/13/73 219/12/74 220/13/74 +f 217/12/72 218/13/72 219/12/71 +f 220/13/71 219/12/71 218/13/72 +f 212/13/70 219/12/74 210/12/70 +f 219/12/74 212/13/70 220/13/74 +f 210/12/68 219/12/71 212/13/68 +f 220/13/71 212/13/68 219/12/71 +f 208/13/68 214/12/71 206/12/68 +f 214/12/71 208/13/68 213/13/71 +f 206/12/70 214/12/74 208/13/70 +f 213/13/74 208/13/70 214/12/74 +f 215/13/72 209/12/69 216/12/72 +f 209/12/69 215/13/72 211/13/69 +f 216/12/73 209/12/67 215/13/73 +f 211/13/67 215/13/73 209/12/67 +f 218/13/73 205/12/67 217/12/73 +f 205/12/67 218/13/73 207/13/67 +f 217/12/72 205/12/69 218/13/72 +f 207/13/69 218/13/72 205/12/69 +f 208/13/75 215/13/75 213/13/75 +f 215/13/75 208/13/75 211/13/75 +f 211/13/75 208/13/75 207/13/75 +f 211/13/75 207/13/75 212/13/75 +f 212/13/75 207/13/75 218/13/75 +f 212/13/75 218/13/75 220/13/75 +f 213/13/76 215/13/76 208/13/76 +f 211/13/76 208/13/76 215/13/76 +f 207/13/76 208/13/76 211/13/76 +f 212/13/76 207/13/76 211/13/76 +f 218/13/76 207/13/76 212/13/76 +f 220/13/76 218/13/76 212/13/76 +f 209/12/76 214/12/76 216/12/76 +f 214/12/76 209/12/76 206/12/76 +f 206/12/76 209/12/76 210/12/76 +f 206/12/76 210/12/76 205/12/76 +f 205/12/76 210/12/76 219/12/76 +f 205/12/76 219/12/76 217/12/76 +f 216/12/75 214/12/75 209/12/75 +f 206/12/75 209/12/75 214/12/75 +f 210/12/75 209/12/75 206/12/75 +f 205/12/75 210/12/75 206/12/75 +f 219/12/75 210/12/75 205/12/75 +f 217/12/75 219/12/75 205/12/75 +f 223/13/67 222/12/68 221/12/67 +f 222/12/68 223/13/67 224/13/68 +f 221/12/69 222/12/70 223/13/69 +f 224/13/70 223/13/69 222/12/70 +f 227/13/69 226/12/70 225/12/69 +f 226/12/70 227/13/69 228/13/70 +f 225/12/67 226/12/68 227/13/67 +f 228/13/68 227/13/67 226/12/68 +f 231/13/72 230/12/71 229/13/71 +f 230/12/71 231/13/72 232/12/72 +f 229/13/74 230/12/74 231/13/73 +f 232/12/73 231/13/73 230/12/74 +f 235/12/74 234/13/73 233/12/73 +f 234/13/73 235/12/74 236/13/74 +f 233/12/72 234/13/72 235/12/71 +f 236/13/71 235/12/71 234/13/72 +f 228/13/70 235/12/74 226/12/70 +f 235/12/74 228/13/70 236/13/74 +f 226/12/68 235/12/71 228/13/68 +f 236/13/71 228/13/68 235/12/71 +f 224/13/68 230/12/71 222/12/68 +f 230/12/71 224/13/68 229/13/71 +f 222/12/70 230/12/74 224/13/70 +f 229/13/74 224/13/70 230/12/74 +f 231/13/72 225/12/69 232/12/72 +f 225/12/69 231/13/72 227/13/69 +f 232/12/73 225/12/67 231/13/73 +f 227/13/67 231/13/73 225/12/67 +f 234/13/73 221/12/67 233/12/73 +f 221/12/67 234/13/73 223/13/67 +f 233/12/72 221/12/69 234/13/72 +f 223/13/69 234/13/72 221/12/69 +f 224/13/75 231/13/75 229/13/75 +f 231/13/75 224/13/75 227/13/75 +f 227/13/75 224/13/75 223/13/75 +f 227/13/75 223/13/75 228/13/75 +f 228/13/75 223/13/75 234/13/75 +f 228/13/75 234/13/75 236/13/75 +f 229/13/76 231/13/76 224/13/76 +f 227/13/76 224/13/76 231/13/76 +f 223/13/76 224/13/76 227/13/76 +f 228/13/76 223/13/76 227/13/76 +f 234/13/76 223/13/76 228/13/76 +f 236/13/76 234/13/76 228/13/76 +f 225/12/76 230/12/76 232/12/76 +f 230/12/76 225/12/76 222/12/76 +f 222/12/76 225/12/76 226/12/76 +f 222/12/76 226/12/76 221/12/76 +f 221/12/76 226/12/76 235/12/76 +f 221/12/76 235/12/76 233/12/76 +f 232/12/75 230/12/75 225/12/75 +f 222/12/75 225/12/75 230/12/75 +f 226/12/75 225/12/75 222/12/75 +f 221/12/75 226/12/75 222/12/75 +f 235/12/75 226/12/75 221/12/75 +f 233/12/75 235/12/75 221/12/75 +f 239/13/67 238/12/68 237/12/67 +f 238/12/68 239/13/67 240/13/68 +f 237/12/69 238/12/70 239/13/69 +f 240/13/70 239/13/69 238/12/70 +f 243/13/69 242/12/70 241/12/69 +f 242/12/70 243/13/69 244/13/70 +f 241/12/67 242/12/68 243/13/67 +f 244/13/68 243/13/67 242/12/68 +f 247/13/72 246/12/71 245/13/71 +f 246/12/71 247/13/72 248/12/72 +f 245/13/74 246/12/74 247/13/73 +f 248/12/73 247/13/73 246/12/74 +f 251/12/74 250/13/73 249/12/73 +f 250/13/73 251/12/74 252/13/74 +f 249/12/72 250/13/72 251/12/71 +f 252/13/71 251/12/71 250/13/72 +f 244/13/70 251/12/74 242/12/70 +f 251/12/74 244/13/70 252/13/74 +f 242/12/68 251/12/71 244/13/68 +f 252/13/71 244/13/68 251/12/71 +f 240/13/68 246/12/71 238/12/68 +f 246/12/71 240/13/68 245/13/71 +f 238/12/70 246/12/74 240/13/70 +f 245/13/74 240/13/70 246/12/74 +f 247/13/72 241/12/69 248/12/72 +f 241/12/69 247/13/72 243/13/69 +f 248/12/73 241/12/67 247/13/73 +f 243/13/67 247/13/73 241/12/67 +f 250/13/73 237/12/67 249/12/73 +f 237/12/67 250/13/73 239/13/67 +f 249/12/72 237/12/69 250/13/72 +f 239/13/69 250/13/72 237/12/69 +f 240/13/75 247/13/75 245/13/75 +f 247/13/75 240/13/75 243/13/75 +f 243/13/75 240/13/75 239/13/75 +f 243/13/75 239/13/75 244/13/75 +f 244/13/75 239/13/75 250/13/75 +f 244/13/75 250/13/75 252/13/75 +f 245/13/76 247/13/76 240/13/76 +f 243/13/76 240/13/76 247/13/76 +f 239/13/76 240/13/76 243/13/76 +f 244/13/76 239/13/76 243/13/76 +f 250/13/76 239/13/76 244/13/76 +f 252/13/76 250/13/76 244/13/76 +f 241/12/76 246/12/76 248/12/76 +f 246/12/76 241/12/76 238/12/76 +f 238/12/76 241/12/76 242/12/76 +f 238/12/76 242/12/76 237/12/76 +f 237/12/76 242/12/76 251/12/76 +f 237/12/76 251/12/76 249/12/76 +f 248/12/75 246/12/75 241/12/75 +f 238/12/75 241/12/75 246/12/75 +f 242/12/75 241/12/75 238/12/75 +f 237/12/75 242/12/75 238/12/75 +f 251/12/75 242/12/75 237/12/75 +f 249/12/75 251/12/75 237/12/75 +f 255/13/77 254/12/78 253/12/77 +f 254/12/78 255/13/77 256/13/78 +f 253/12/79 254/12/80 255/13/79 +f 256/13/80 255/13/79 254/12/80 +f 259/13/79 258/12/80 257/12/79 +f 258/12/80 259/13/79 260/13/80 +f 257/12/77 258/12/78 259/13/77 +f 260/13/78 259/13/77 258/12/78 +f 263/13/82 262/12/81 261/13/81 +f 262/12/81 263/13/82 264/12/82 +f 261/13/84 262/12/84 263/13/83 +f 264/12/83 263/13/83 262/12/84 +f 267/12/84 266/13/83 265/12/83 +f 266/13/83 267/12/84 268/13/84 +f 265/12/82 266/13/82 267/12/81 +f 268/13/81 267/12/81 266/13/82 +f 260/13/80 267/12/84 258/12/80 +f 267/12/84 260/13/80 268/13/84 +f 258/12/78 267/12/81 260/13/78 +f 268/13/81 260/13/78 267/12/81 +f 256/13/78 262/12/81 254/12/78 +f 262/12/81 256/13/78 261/13/81 +f 254/12/80 262/12/84 256/13/80 +f 261/13/84 256/13/80 262/12/84 +f 263/13/82 257/12/79 264/12/82 +f 257/12/79 263/13/82 259/13/79 +f 264/12/83 257/12/77 263/13/83 +f 259/13/77 263/13/83 257/12/77 +f 266/13/83 253/12/77 265/12/83 +f 253/12/77 266/13/83 255/13/77 +f 265/12/82 253/12/79 266/13/82 +f 255/13/79 266/13/82 253/12/79 +f 256/13/85 263/13/85 261/13/85 +f 263/13/85 256/13/85 259/13/85 +f 259/13/85 256/13/85 255/13/85 +f 259/13/85 255/13/85 260/13/85 +f 260/13/85 255/13/85 266/13/85 +f 260/13/85 266/13/85 268/13/85 +f 261/13/86 263/13/86 256/13/86 +f 259/13/86 256/13/86 263/13/86 +f 255/13/86 256/13/86 259/13/86 +f 260/13/86 255/13/86 259/13/86 +f 266/13/86 255/13/86 260/13/86 +f 268/13/86 266/13/86 260/13/86 +f 257/12/86 262/12/86 264/12/86 +f 262/12/86 257/12/86 254/12/86 +f 254/12/86 257/12/86 258/12/86 +f 254/12/86 258/12/86 253/12/86 +f 253/12/86 258/12/86 267/12/86 +f 253/12/86 267/12/86 265/12/86 +f 264/12/85 262/12/85 257/12/85 +f 254/12/85 257/12/85 262/12/85 +f 258/12/85 257/12/85 254/12/85 +f 253/12/85 258/12/85 254/12/85 +f 267/12/85 258/12/85 253/12/85 +f 265/12/85 267/12/85 253/12/85 +f 292/11/94 291/8/94 284/1/94 +f 292/11/94 284/1/94 290/11/94 +f 289/9/94 284/1/94 291/8/94 +f 284/1/94 272/1/60 290/11/94 +f 274/3/88 284/1/94 289/9/94 +f 290/11/94 272/1/60 285/8/94 +f 274/3/88 285/8/94 272/1/60 +f 288/10/94 274/3/88 289/9/94 +f 287/10/94 274/3/88 288/10/94 +f 287/10/94 286/9/94 274/3/88 +f 286/9/94 285/8/94 274/3/88 +f 284/1/93 291/8/93 292/11/93 +f 290/11/93 284/1/93 292/11/93 +f 291/8/93 284/1/93 289/9/93 +f 290/11/93 272/1/59 284/1/93 +f 289/9/93 284/1/93 274/3/89 +f 285/8/93 272/1/59 290/11/93 +f 272/1/59 285/8/93 274/3/89 +f 289/9/93 274/3/89 288/10/93 +f 288/10/93 274/3/89 287/10/93 +f 274/3/89 286/9/93 287/10/93 +f 274/3/89 285/8/93 286/9/93 +f 270/1/92 274/3/92 284/1/92 +f 271/2/92 274/3/92 270/1/92 +f 274/3/92 271/2/92 280/2/92 +f 284/1/91 274/3/91 270/1/91 +f 270/1/91 274/3/91 271/2/91 +f 280/2/91 271/2/91 274/3/91 +f 273/1/61 271/2/61 269/1/61 +f 271/2/61 273/1/61 280/2/61 +f 269/1/62 271/2/62 273/1/62 +f 280/2/62 273/1/62 271/2/62 +f 281/7/90 280/2/90 283/7/90 +f 280/2/90 282/6/90 283/7/90 +f 278/6/90 280/2/90 281/7/90 +f 280/2/90 279/5/90 282/6/90 +f 278/6/90 274/3/89 280/2/90 +f 273/1/90 279/5/90 280/2/90 +f 276/5/90 274/3/89 278/6/90 +f 279/5/90 273/1/90 277/4/90 +f 275/4/90 274/3/89 276/5/90 +f 277/4/90 273/1/90 275/4/90 +f 273/1/90 274/3/89 275/4/90 +f 274/3/89 273/1/90 272/1/59 +f 283/7/87 282/6/87 280/2/87 +f 283/7/87 280/2/87 281/7/87 +f 282/6/87 279/5/87 280/2/87 +f 281/7/87 280/2/87 278/6/87 +f 280/2/87 279/5/87 273/1/87 +f 280/2/87 274/3/88 278/6/87 +f 277/4/87 273/1/87 279/5/87 +f 278/6/87 274/3/88 276/5/87 +f 275/4/87 273/1/87 277/4/87 +f 276/5/87 274/3/88 275/4/87 +f 275/4/87 274/3/88 273/1/87 +f 272/1/60 273/1/87 274/3/88 +f 271/2/60 270/1/60 269/1/60 +f 269/1/59 270/1/59 271/2/59 +f 293/12/103 307/12/103 305/12/103 +f 293/12/103 298/12/103 307/12/103 +f 294/12/103 298/12/103 293/12/103 +f 294/12/103 297/12/103 298/12/103 +f 302/12/103 297/12/103 294/12/103 +f 297/12/103 302/12/103 304/12/103 +f 305/12/104 307/12/104 293/12/104 +f 307/12/104 298/12/104 293/12/104 +f 293/12/104 298/12/104 294/12/104 +f 298/12/104 297/12/104 294/12/104 +f 294/12/104 297/12/104 302/12/104 +f 304/12/104 302/12/104 297/12/104 +f 300/13/104 306/13/104 308/13/104 +f 300/13/104 295/13/104 306/13/104 +f 299/13/104 295/13/104 300/13/104 +f 299/13/104 296/13/104 295/13/104 +f 303/13/104 296/13/104 299/13/104 +f 296/13/104 303/13/104 301/13/104 +f 308/13/103 306/13/103 300/13/103 +f 306/13/103 295/13/103 300/13/103 +f 300/13/103 295/13/103 299/13/103 +f 295/13/103 296/13/103 299/13/103 +f 299/13/103 296/13/103 303/13/103 +f 301/13/103 303/13/103 296/13/103 +f 293/12/97 306/13/100 295/13/97 +f 306/13/100 293/12/97 305/12/100 +f 295/13/95 306/13/101 293/12/95 +f 305/12/101 293/12/95 306/13/101 +f 297/12/95 303/13/101 299/13/95 +f 303/13/101 297/12/95 304/12/101 +f 299/13/97 303/13/100 297/12/97 +f 304/12/100 297/12/97 303/13/100 +f 302/12/102 296/13/98 301/13/102 +f 296/13/98 302/12/102 294/12/98 +f 301/13/99 296/13/96 302/12/99 +f 294/12/96 302/12/99 296/13/96 +f 307/12/99 300/13/96 308/13/99 +f 300/13/96 307/12/99 298/12/96 +f 308/13/102 300/13/98 307/12/102 +f 298/12/98 307/12/102 300/13/98 +f 306/13/100 307/12/99 308/13/99 +f 307/12/99 306/13/100 305/12/100 +f 308/13/102 307/12/102 306/13/101 +f 305/12/101 306/13/101 307/12/102 +f 302/12/102 303/13/101 304/12/101 +f 303/13/101 302/12/102 301/13/102 +f 304/12/100 303/13/100 302/12/99 +f 301/13/99 302/12/99 303/13/100 +f 298/12/96 299/13/95 300/13/96 +f 299/13/95 298/12/96 297/12/95 +f 300/13/98 299/13/97 298/12/98 +f 297/12/97 298/12/98 299/13/97 +f 294/12/98 295/13/97 296/13/98 +f 295/13/97 294/12/98 293/12/97 +f 296/13/96 295/13/95 294/12/96 +f 293/12/95 294/12/96 295/13/95 +f 309/12/113 323/12/113 321/12/113 +f 309/12/113 314/12/113 323/12/113 +f 310/12/113 314/12/113 309/12/113 +f 310/12/113 313/12/113 314/12/113 +f 318/12/113 313/12/113 310/12/113 +f 313/12/113 318/12/113 320/12/113 +f 321/12/114 323/12/114 309/12/114 +f 323/12/114 314/12/114 309/12/114 +f 309/12/114 314/12/114 310/12/114 +f 314/12/114 313/12/114 310/12/114 +f 310/12/114 313/12/114 318/12/114 +f 320/12/114 318/12/114 313/12/114 +f 316/13/114 322/13/114 324/13/114 +f 316/13/114 311/13/114 322/13/114 +f 315/13/114 311/13/114 316/13/114 +f 315/13/114 312/13/114 311/13/114 +f 319/13/114 312/13/114 315/13/114 +f 312/13/114 319/13/114 317/13/114 +f 324/13/113 322/13/113 316/13/113 +f 322/13/113 311/13/113 316/13/113 +f 316/13/113 311/13/113 315/13/113 +f 311/13/113 312/13/113 315/13/113 +f 315/13/113 312/13/113 319/13/113 +f 317/13/113 319/13/113 312/13/113 +f 309/12/107 322/13/110 311/13/107 +f 322/13/110 309/12/107 321/12/110 +f 311/13/105 322/13/111 309/12/105 +f 321/12/111 309/12/105 322/13/111 +f 313/12/105 319/13/111 315/13/105 +f 319/13/111 313/12/105 320/12/111 +f 315/13/107 319/13/110 313/12/107 +f 320/12/110 313/12/107 319/13/110 +f 318/12/112 312/13/108 317/13/112 +f 312/13/108 318/12/112 310/12/108 +f 317/13/109 312/13/106 318/12/109 +f 310/12/106 318/12/109 312/13/106 +f 323/12/109 316/13/106 324/13/109 +f 316/13/106 323/12/109 314/12/106 +f 324/13/112 316/13/108 323/12/112 +f 314/12/108 323/12/112 316/13/108 +f 322/13/110 323/12/109 324/13/109 +f 323/12/109 322/13/110 321/12/110 +f 324/13/112 323/12/112 322/13/111 +f 321/12/111 322/13/111 323/12/112 +f 318/12/112 319/13/111 320/12/111 +f 319/13/111 318/12/112 317/13/112 +f 320/12/110 319/13/110 318/12/109 +f 317/13/109 318/12/109 319/13/110 +f 314/12/106 315/13/105 316/13/106 +f 315/13/105 314/12/106 313/12/105 +f 316/13/108 315/13/107 314/12/108 +f 313/12/107 314/12/108 315/13/107 +f 310/12/108 311/13/107 312/13/108 +f 311/13/107 310/12/108 309/12/107 +f 312/13/106 311/13/105 310/12/106 +f 309/12/105 310/12/106 311/13/105 +f 327/30/61 326/31/61 325/30/61 +f 326/31/61 327/30/61 328/31/61 +f 325/30/62 326/31/62 327/30/62 +f 328/31/62 327/30/62 326/31/62 +f 331/30/65 330/31/60 329/31/65 +f 330/31/60 331/30/65 332/30/60 +f 329/31/63 330/31/59 331/30/63 +f 332/30/59 331/30/63 330/31/59 +f 327/30/59 333/31/59 328/31/59 +f 333/31/59 327/30/59 334/30/59 +f 328/31/60 333/31/60 327/30/60 +f 334/30/60 327/30/60 333/31/60 +f 332/30/60 326/31/66 330/31/60 +f 326/31/66 332/30/60 325/30/66 +f 330/31/59 326/31/64 332/30/59 +f 325/30/64 332/30/59 326/31/64 +f 333/31/34 326/31/34 328/31/34 +f 326/31/34 333/31/34 330/31/34 +f 330/31/34 333/31/34 329/31/34 +f 328/31/33 326/31/33 333/31/33 +f 330/31/33 333/31/33 326/31/33 +f 329/31/33 333/31/33 330/31/33 +f 325/30/33 334/30/33 327/30/33 +f 334/30/33 325/30/33 332/30/33 +f 334/30/33 332/30/33 331/30/33 +f 327/30/34 334/30/34 325/30/34 +f 332/30/34 325/30/34 334/30/34 +f 331/30/34 332/30/34 334/30/34 +f 333/31/62 331/30/62 329/31/62 +f 331/30/62 333/31/62 334/30/62 +f 329/31/61 331/30/61 333/31/61 +f 334/30/61 333/31/61 331/30/61 +f 284/2/33 269/2/33 270/2/33 +f 269/2/33 284/2/33 272/2/33 +f 269/2/33 272/2/33 273/2/33 +f 270/2/34 269/2/34 284/2/34 +f 272/2/34 284/2/34 269/2/34 +f 273/2/34 272/2/34 269/2/34 +f 270/2/59 336/31/59 335/31/59 +f 336/31/59 270/2/59 269/2/59 +f 335/31/60 336/31/60 270/2/60 +f 269/2/60 270/2/60 336/31/60 +f 336/31/62 273/2/62 337/31/62 +f 273/2/62 336/31/62 269/2/62 +f 337/31/61 273/2/61 336/31/61 +f 269/2/61 336/31/61 273/2/61 +f 270/2/61 338/31/61 284/2/61 +f 338/31/61 270/2/61 335/31/61 +f 284/2/62 338/31/62 270/2/62 +f 335/31/62 270/2/62 338/31/62 +f 340/33/90 339/32/90 272/2/59 +f 339/32/90 341/34/90 272/2/59 +f 342/35/90 340/33/90 272/2/59 +f 272/2/59 341/34/90 343/31/59 +f 344/34/90 343/31/59 341/34/90 +f 343/31/59 344/34/90 337/31/90 +f 345/32/90 337/31/90 344/34/90 +f 273/2/90 342/35/90 272/2/59 +f 273/2/90 337/31/90 345/32/90 +f 342/35/90 273/2/90 346/35/90 +f 347/33/90 273/2/90 345/32/90 +f 346/35/90 273/2/90 347/33/90 +f 349/37/93 348/36/93 284/2/93 +f 350/38/93 349/37/93 284/2/93 +f 272/2/59 350/38/93 284/2/93 +f 350/38/93 272/2/59 351/38/93 +f 284/2/93 348/36/93 338/31/93 +f 351/38/93 272/2/59 352/37/93 +f 352/37/93 272/2/59 353/36/93 +f 354/39/93 338/31/93 348/36/93 +f 353/36/93 272/2/59 355/40/93 +f 356/39/93 353/36/93 355/40/93 +f 356/39/93 355/40/93 354/39/93 +f 355/40/93 272/2/59 357/40/93 +f 357/40/93 272/2/59 358/41/93 +f 358/41/93 272/2/59 359/42/93 +f 272/2/59 343/31/59 359/42/93 +f 359/42/93 343/31/59 360/43/93 +f 338/31/93 360/43/93 343/31/59 +f 360/43/93 338/31/93 361/43/93 +f 361/43/93 338/31/93 354/39/93 +f 355/40/93 362/41/93 354/39/93 +f 363/42/93 361/43/93 354/39/93 +f 362/41/93 363/42/93 354/39/93 +f 272/2/60 339/32/87 340/33/87 +f 272/2/60 340/33/87 342/35/87 +f 272/2/60 341/34/87 339/32/87 +f 343/31/60 341/34/87 272/2/60 +f 341/34/87 343/31/60 344/34/87 +f 337/31/87 344/34/87 343/31/60 +f 344/34/87 337/31/87 345/32/87 +f 272/2/60 342/35/87 273/2/87 +f 345/32/87 337/31/87 273/2/87 +f 346/35/87 273/2/87 342/35/87 +f 345/32/87 273/2/87 347/33/87 +f 347/33/87 273/2/87 346/35/87 +f 284/2/94 348/36/94 349/37/94 +f 284/2/94 349/37/94 350/38/94 +f 284/2/94 350/38/94 272/2/60 +f 351/38/94 272/2/60 350/38/94 +f 338/31/94 348/36/94 284/2/94 +f 352/37/94 272/2/60 351/38/94 +f 353/36/94 272/2/60 352/37/94 +f 348/36/94 338/31/94 354/39/94 +f 355/40/94 272/2/60 353/36/94 +f 355/40/94 353/36/94 356/39/94 +f 354/39/94 355/40/94 356/39/94 +f 357/40/94 272/2/60 355/40/94 +f 358/41/94 272/2/60 357/40/94 +f 359/42/94 272/2/60 358/41/94 +f 359/42/94 343/31/60 272/2/60 +f 360/43/94 343/31/60 359/42/94 +f 343/31/60 360/43/94 338/31/94 +f 361/43/94 338/31/94 360/43/94 +f 354/39/94 338/31/94 361/43/94 +f 354/39/94 362/41/94 355/40/94 +f 354/39/94 361/43/94 363/42/94 +f 354/39/94 363/42/94 362/41/94 +f 366/13/96 365/12/95 364/12/96 +f 365/12/95 366/13/96 367/13/95 +f 364/12/98 365/12/97 366/13/98 +f 367/13/97 366/13/98 365/12/97 +f 370/13/98 369/12/97 368/12/98 +f 369/12/97 370/13/98 371/13/97 +f 368/12/96 369/12/95 370/13/96 +f 371/13/95 370/13/96 369/12/95 +f 374/13/102 373/12/101 372/13/101 +f 373/12/101 374/13/102 375/12/102 +f 372/13/100 373/12/100 374/13/99 +f 375/12/99 374/13/99 373/12/100 +f 378/12/100 377/13/99 376/12/99 +f 377/13/99 378/12/100 379/13/100 +f 376/12/102 377/13/102 378/12/101 +f 379/13/101 378/12/101 377/13/102 +f 371/13/97 378/12/100 369/12/97 +f 378/12/100 371/13/97 379/13/100 +f 369/12/95 378/12/101 371/13/95 +f 379/13/101 371/13/95 378/12/101 +f 367/13/95 373/12/101 365/12/95 +f 373/12/101 367/13/95 372/13/101 +f 365/12/97 373/12/100 367/13/97 +f 372/13/100 367/13/97 373/12/100 +f 374/13/102 368/12/98 375/12/102 +f 368/12/98 374/13/102 370/13/98 +f 375/12/99 368/12/96 374/13/99 +f 370/13/96 374/13/99 368/12/96 +f 377/13/99 364/12/96 376/12/99 +f 364/12/96 377/13/99 366/13/96 +f 376/12/102 364/12/98 377/13/102 +f 366/13/98 377/13/102 364/12/98 +f 367/13/103 374/13/103 372/13/103 +f 374/13/103 367/13/103 370/13/103 +f 370/13/103 367/13/103 366/13/103 +f 370/13/103 366/13/103 371/13/103 +f 371/13/103 366/13/103 377/13/103 +f 371/13/103 377/13/103 379/13/103 +f 372/13/104 374/13/104 367/13/104 +f 370/13/104 367/13/104 374/13/104 +f 366/13/104 367/13/104 370/13/104 +f 371/13/104 366/13/104 370/13/104 +f 377/13/104 366/13/104 371/13/104 +f 379/13/104 377/13/104 371/13/104 +f 368/12/104 373/12/104 375/12/104 +f 373/12/104 368/12/104 365/12/104 +f 365/12/104 368/12/104 369/12/104 +f 365/12/104 369/12/104 364/12/104 +f 364/12/104 369/12/104 378/12/104 +f 364/12/104 378/12/104 376/12/104 +f 375/12/103 373/12/103 368/12/103 +f 365/12/103 368/12/103 373/12/103 +f 369/12/103 368/12/103 365/12/103 +f 364/12/103 369/12/103 365/12/103 +f 378/12/103 369/12/103 364/12/103 +f 376/12/103 378/12/103 364/12/103 +f 382/13/106 381/12/105 380/12/106 +f 381/12/105 382/13/106 383/13/105 +f 380/12/108 381/12/107 382/13/108 +f 383/13/107 382/13/108 381/12/107 +f 386/13/108 385/12/107 384/12/108 +f 385/12/107 386/13/108 387/13/107 +f 384/12/106 385/12/105 386/13/106 +f 387/13/105 386/13/106 385/12/105 +f 390/13/112 389/12/111 388/13/111 +f 389/12/111 390/13/112 391/12/112 +f 388/13/110 389/12/110 390/13/109 +f 391/12/109 390/13/109 389/12/110 +f 394/12/110 393/13/109 392/12/109 +f 393/13/109 394/12/110 395/13/110 +f 392/12/112 393/13/112 394/12/111 +f 395/13/111 394/12/111 393/13/112 +f 387/13/107 394/12/110 385/12/107 +f 394/12/110 387/13/107 395/13/110 +f 385/12/105 394/12/111 387/13/105 +f 395/13/111 387/13/105 394/12/111 +f 383/13/105 389/12/111 381/12/105 +f 389/12/111 383/13/105 388/13/111 +f 381/12/107 389/12/110 383/13/107 +f 388/13/110 383/13/107 389/12/110 +f 390/13/112 384/12/108 391/12/112 +f 384/12/108 390/13/112 386/13/108 +f 391/12/109 384/12/106 390/13/109 +f 386/13/106 390/13/109 384/12/106 +f 393/13/109 380/12/106 392/12/109 +f 380/12/106 393/13/109 382/13/106 +f 392/12/112 380/12/108 393/13/112 +f 382/13/108 393/13/112 380/12/108 +f 383/13/113 390/13/113 388/13/113 +f 390/13/113 383/13/113 386/13/113 +f 386/13/113 383/13/113 382/13/113 +f 386/13/113 382/13/113 387/13/113 +f 387/13/113 382/13/113 393/13/113 +f 387/13/113 393/13/113 395/13/113 +f 388/13/114 390/13/114 383/13/114 +f 386/13/114 383/13/114 390/13/114 +f 382/13/114 383/13/114 386/13/114 +f 387/13/114 382/13/114 386/13/114 +f 393/13/114 382/13/114 387/13/114 +f 395/13/114 393/13/114 387/13/114 +f 384/12/114 389/12/114 391/12/114 +f 389/12/114 384/12/114 381/12/114 +f 381/12/114 384/12/114 385/12/114 +f 381/12/114 385/12/114 380/12/114 +f 380/12/114 385/12/114 394/12/114 +f 380/12/114 394/12/114 392/12/114 +f 391/12/113 389/12/113 384/12/113 +f 381/12/113 384/12/113 389/12/113 +f 385/12/113 384/12/113 381/12/113 +f 380/12/113 385/12/113 381/12/113 +f 394/12/113 385/12/113 380/12/113 +f 392/12/113 394/12/113 380/12/113 +f 398/13/106 397/12/105 396/12/106 +f 397/12/105 398/13/106 399/13/105 +f 396/12/108 397/12/107 398/13/108 +f 399/13/107 398/13/108 397/12/107 +f 402/13/108 401/12/107 400/12/108 +f 401/12/107 402/13/108 403/13/107 +f 400/12/106 401/12/105 402/13/106 +f 403/13/105 402/13/106 401/12/105 +f 406/13/112 405/12/111 404/13/111 +f 405/12/111 406/13/112 407/12/112 +f 404/13/110 405/12/110 406/13/109 +f 407/12/109 406/13/109 405/12/110 +f 410/12/110 409/13/109 408/12/109 +f 409/13/109 410/12/110 411/13/110 +f 408/12/112 409/13/112 410/12/111 +f 411/13/111 410/12/111 409/13/112 +f 403/13/107 410/12/110 401/12/107 +f 410/12/110 403/13/107 411/13/110 +f 401/12/105 410/12/111 403/13/105 +f 411/13/111 403/13/105 410/12/111 +f 399/13/105 405/12/111 397/12/105 +f 405/12/111 399/13/105 404/13/111 +f 397/12/107 405/12/110 399/13/107 +f 404/13/110 399/13/107 405/12/110 +f 406/13/112 400/12/108 407/12/112 +f 400/12/108 406/13/112 402/13/108 +f 407/12/109 400/12/106 406/13/109 +f 402/13/106 406/13/109 400/12/106 +f 409/13/109 396/12/106 408/12/109 +f 396/12/106 409/13/109 398/13/106 +f 408/12/112 396/12/108 409/13/112 +f 398/13/108 409/13/112 396/12/108 +f 399/13/113 406/13/113 404/13/113 +f 406/13/113 399/13/113 402/13/113 +f 402/13/113 399/13/113 398/13/113 +f 402/13/113 398/13/113 403/13/113 +f 403/13/113 398/13/113 409/13/113 +f 403/13/113 409/13/113 411/13/113 +f 404/13/114 406/13/114 399/13/114 +f 402/13/114 399/13/114 406/13/114 +f 398/13/114 399/13/114 402/13/114 +f 403/13/114 398/13/114 402/13/114 +f 409/13/114 398/13/114 403/13/114 +f 411/13/114 409/13/114 403/13/114 +f 400/12/114 405/12/114 407/12/114 +f 405/12/114 400/12/114 397/12/114 +f 397/12/114 400/12/114 401/12/114 +f 397/12/114 401/12/114 396/12/114 +f 396/12/114 401/12/114 410/12/114 +f 396/12/114 410/12/114 408/12/114 +f 407/12/113 405/12/113 400/12/113 +f 397/12/113 400/12/113 405/12/113 +f 401/12/113 400/12/113 397/12/113 +f 396/12/113 401/12/113 397/12/113 +f 410/12/113 401/12/113 396/12/113 +f 408/12/113 410/12/113 396/12/113 +f 414/31/8 413/44/8 412/31/8 +f 413/44/8 414/31/8 415/44/8 +f 412/31/7 413/44/7 414/31/7 +f 415/44/7 414/31/7 413/44/7 +f 418/45/8 417/46/8 416/45/8 +f 417/46/8 418/45/8 419/46/8 +f 416/45/7 417/46/7 418/45/7 +f 419/46/7 418/45/7 417/46/7 +f 422/47/8 421/48/8 420/47/8 +f 421/48/8 422/47/8 423/48/8 +f 420/47/7 421/48/7 422/47/7 +f 423/48/7 422/47/7 421/48/7 +f 426/48/8 425/49/8 424/48/8 +f 425/49/8 426/48/8 427/49/8 +f 424/48/7 425/49/7 426/48/7 +f 427/49/7 426/48/7 425/49/7 +f 430/46/8 429/2/8 428/46/8 +f 429/2/8 430/46/8 431/2/8 +f 428/46/7 429/2/7 430/46/7 +f 431/2/7 430/46/7 429/2/7 +f 434/49/8 433/45/8 432/49/8 +f 433/45/8 434/49/8 435/45/8 +f 432/49/7 433/45/7 434/49/7 +f 435/45/7 434/49/7 433/45/7 +f 438/44/8 437/47/8 436/44/8 +f 437/47/8 438/44/8 439/47/8 +f 436/44/7 437/47/7 438/44/7 +f 439/47/7 438/44/7 437/47/7 +f 442/2/7 441/31/7 440/2/7 +f 441/31/7 442/2/7 443/31/7 +f 440/2/8 441/31/8 442/2/8 +f 443/31/8 442/2/8 441/31/8 +f 446/30/7 445/31/7 444/30/7 +f 445/31/7 446/30/7 447/31/7 +f 444/30/8 445/31/8 446/30/8 +f 447/31/8 446/30/8 445/31/8 +f 450/30/115 449/31/2 448/31/115 +f 449/31/2 450/30/115 451/30/2 +f 448/31/116 449/31/1 450/30/116 +f 451/30/1 450/30/116 449/31/1 +f 446/30/1 452/31/1 447/31/1 +f 452/31/1 446/30/1 453/30/1 +f 447/31/2 452/31/2 446/30/2 +f 453/30/2 446/30/2 452/31/2 +f 451/30/2 445/31/117 449/31/2 +f 445/31/117 451/30/2 444/30/117 +f 449/31/1 445/31/118 451/30/1 +f 444/30/118 451/30/1 445/31/118 +f 452/31/34 445/31/34 447/31/34 +f 445/31/34 452/31/34 449/31/34 +f 449/31/34 452/31/34 448/31/34 +f 447/31/33 445/31/33 452/31/33 +f 449/31/33 452/31/33 445/31/33 +f 448/31/33 452/31/33 449/31/33 +f 444/30/33 453/30/33 446/30/33 +f 453/30/33 444/30/33 451/30/33 +f 453/30/33 451/30/33 450/30/33 +f 446/30/34 453/30/34 444/30/34 +f 451/30/34 444/30/34 453/30/34 +f 450/30/34 451/30/34 453/30/34 +f 452/31/8 450/30/8 448/31/8 +f 450/30/8 452/31/8 453/30/8 +f 448/31/7 450/30/7 452/31/7 +f 453/30/7 452/31/7 450/30/7 +f 65/2/33 57/2/33 58/2/33 +f 57/2/33 65/2/33 454/2/33 +f 57/2/33 454/2/33 64/2/33 +f 58/2/34 57/2/34 65/2/34 +f 454/2/34 65/2/34 57/2/34 +f 64/2/34 454/2/34 57/2/34 +f 58/2/1 456/31/1 455/31/1 +f 456/31/1 58/2/1 57/2/1 +f 455/31/2 456/31/2 58/2/2 +f 57/2/2 58/2/2 456/31/2 +f 456/31/8 64/2/8 457/31/8 +f 64/2/8 456/31/8 57/2/8 +f 457/31/7 64/2/7 456/31/7 +f 57/2/7 456/31/7 64/2/7 +f 58/2/7 458/31/7 65/2/7 +f 458/31/7 58/2/7 455/31/7 +f 65/2/8 458/31/8 58/2/8 +f 455/31/8 58/2/8 458/31/8 +f 460/33/11 459/32/11 454/2/1 +f 459/32/11 461/34/11 454/2/1 +f 462/35/11 460/33/11 454/2/1 +f 454/2/1 461/34/11 463/31/1 +f 464/34/11 463/31/1 461/34/11 +f 463/31/1 464/34/11 457/31/11 +f 465/32/11 457/31/11 464/34/11 +f 64/2/11 462/35/11 454/2/1 +f 64/2/11 457/31/11 465/32/11 +f 462/35/11 64/2/11 466/35/11 +f 467/33/11 64/2/11 465/32/11 +f 466/35/11 64/2/11 467/33/11 +f 469/37/6 468/36/6 65/2/6 +f 470/38/6 469/37/6 65/2/6 +f 454/2/1 470/38/6 65/2/6 +f 470/38/6 454/2/1 471/38/6 +f 65/2/6 468/36/6 458/31/6 +f 471/38/6 454/2/1 472/37/6 +f 472/37/6 454/2/1 473/36/6 +f 474/39/6 458/31/6 468/36/6 +f 473/36/6 454/2/1 475/40/6 +f 476/39/6 473/36/6 475/40/6 +f 476/39/6 475/40/6 474/39/6 +f 475/40/6 454/2/1 477/40/6 +f 477/40/6 454/2/1 478/41/6 +f 478/41/6 454/2/1 479/42/6 +f 454/2/1 463/31/1 479/42/6 +f 479/42/6 463/31/1 480/43/6 +f 458/31/6 480/43/6 463/31/1 +f 480/43/6 458/31/6 481/43/6 +f 481/43/6 458/31/6 474/39/6 +f 475/40/6 482/41/6 474/39/6 +f 483/42/6 481/43/6 474/39/6 +f 482/41/6 483/42/6 474/39/6 +f 454/2/2 459/32/12 460/33/12 +f 454/2/2 460/33/12 462/35/12 +f 454/2/2 461/34/12 459/32/12 +f 463/31/2 461/34/12 454/2/2 +f 461/34/12 463/31/2 464/34/12 +f 457/31/12 464/34/12 463/31/2 +f 464/34/12 457/31/12 465/32/12 +f 454/2/2 462/35/12 64/2/12 +f 465/32/12 457/31/12 64/2/12 +f 466/35/12 64/2/12 462/35/12 +f 465/32/12 64/2/12 467/33/12 +f 467/33/12 64/2/12 466/35/12 +f 65/2/3 468/36/3 469/37/3 +f 65/2/3 469/37/3 470/38/3 +f 65/2/3 470/38/3 454/2/2 +f 471/38/3 454/2/2 470/38/3 +f 458/31/3 468/36/3 65/2/3 +f 472/37/3 454/2/2 471/38/3 +f 473/36/3 454/2/2 472/37/3 +f 468/36/3 458/31/3 474/39/3 +f 475/40/3 454/2/2 473/36/3 +f 475/40/3 473/36/3 476/39/3 +f 474/39/3 475/40/3 476/39/3 +f 477/40/3 454/2/2 475/40/3 +f 478/41/3 454/2/2 477/40/3 +f 479/42/3 454/2/2 478/41/3 +f 479/42/3 463/31/2 454/2/2 +f 480/43/3 463/31/2 479/42/3 +f 463/31/2 480/43/3 458/31/3 +f 481/43/3 458/31/3 480/43/3 +f 474/39/3 458/31/3 481/43/3 +f 474/39/3 482/41/3 475/40/3 +f 474/39/3 481/43/3 483/42/3 +f 474/39/3 483/42/3 482/41/3 +f 486/13/23 485/12/24 484/12/23 +f 485/12/24 486/13/23 487/13/24 +f 484/12/25 485/12/26 486/13/25 +f 487/13/26 486/13/25 485/12/26 +f 490/13/25 489/12/26 488/12/25 +f 489/12/26 490/13/25 491/13/26 +f 488/12/23 489/12/24 490/13/23 +f 491/13/24 490/13/23 489/12/24 +f 494/13/28 493/12/27 492/13/27 +f 493/12/27 494/13/28 495/12/28 +f 492/13/30 493/12/30 494/13/29 +f 495/12/29 494/13/29 493/12/30 +f 498/12/30 497/13/29 496/12/29 +f 497/13/29 498/12/30 499/13/30 +f 496/12/28 497/13/28 498/12/27 +f 499/13/27 498/12/27 497/13/28 +f 491/13/26 498/12/30 489/12/26 +f 498/12/30 491/13/26 499/13/30 +f 489/12/24 498/12/27 491/13/24 +f 499/13/27 491/13/24 498/12/27 +f 487/13/24 493/12/27 485/12/24 +f 493/12/27 487/13/24 492/13/27 +f 485/12/26 493/12/30 487/13/26 +f 492/13/30 487/13/26 493/12/30 +f 494/13/28 488/12/25 495/12/28 +f 488/12/25 494/13/28 490/13/25 +f 495/12/29 488/12/23 494/13/29 +f 490/13/23 494/13/29 488/12/23 +f 497/13/29 484/12/23 496/12/29 +f 484/12/23 497/13/29 486/13/23 +f 496/12/28 484/12/25 497/13/28 +f 486/13/25 497/13/28 484/12/25 +f 487/13/31 494/13/31 492/13/31 +f 494/13/31 487/13/31 490/13/31 +f 490/13/31 487/13/31 486/13/31 +f 490/13/31 486/13/31 491/13/31 +f 491/13/31 486/13/31 497/13/31 +f 491/13/31 497/13/31 499/13/31 +f 492/13/32 494/13/32 487/13/32 +f 490/13/32 487/13/32 494/13/32 +f 486/13/32 487/13/32 490/13/32 +f 491/13/32 486/13/32 490/13/32 +f 497/13/32 486/13/32 491/13/32 +f 499/13/32 497/13/32 491/13/32 +f 488/12/32 493/12/32 495/12/32 +f 493/12/32 488/12/32 485/12/32 +f 485/12/32 488/12/32 489/12/32 +f 485/12/32 489/12/32 484/12/32 +f 484/12/32 489/12/32 498/12/32 +f 484/12/32 498/12/32 496/12/32 +f 495/12/31 493/12/31 488/12/31 +f 485/12/31 488/12/31 493/12/31 +f 489/12/31 488/12/31 485/12/31 +f 484/12/31 489/12/31 485/12/31 +f 498/12/31 489/12/31 484/12/31 +f 496/12/31 498/12/31 484/12/31 +f 502/13/13 501/12/14 500/12/13 +f 501/12/14 502/13/13 503/13/14 +f 500/12/15 501/12/16 502/13/15 +f 503/13/16 502/13/15 501/12/16 +f 506/13/15 505/12/16 504/12/15 +f 505/12/16 506/13/15 507/13/16 +f 504/12/13 505/12/14 506/13/13 +f 507/13/14 506/13/13 505/12/14 +f 510/13/18 509/12/17 508/13/17 +f 509/12/17 510/13/18 511/12/18 +f 508/13/20 509/12/20 510/13/19 +f 511/12/19 510/13/19 509/12/20 +f 514/12/20 513/13/19 512/12/19 +f 513/13/19 514/12/20 515/13/20 +f 512/12/18 513/13/18 514/12/17 +f 515/13/17 514/12/17 513/13/18 +f 507/13/16 514/12/20 505/12/16 +f 514/12/20 507/13/16 515/13/20 +f 505/12/14 514/12/17 507/13/14 +f 515/13/17 507/13/14 514/12/17 +f 503/13/14 509/12/17 501/12/14 +f 509/12/17 503/13/14 508/13/17 +f 501/12/16 509/12/20 503/13/16 +f 508/13/20 503/13/16 509/12/20 +f 510/13/18 504/12/15 511/12/18 +f 504/12/15 510/13/18 506/13/15 +f 511/12/19 504/12/13 510/13/19 +f 506/13/13 510/13/19 504/12/13 +f 513/13/19 500/12/13 512/12/19 +f 500/12/13 513/13/19 502/13/13 +f 512/12/18 500/12/15 513/13/18 +f 502/13/15 513/13/18 500/12/15 +f 503/13/21 510/13/21 508/13/21 +f 510/13/21 503/13/21 506/13/21 +f 506/13/21 503/13/21 502/13/21 +f 506/13/21 502/13/21 507/13/21 +f 507/13/21 502/13/21 513/13/21 +f 507/13/21 513/13/21 515/13/21 +f 508/13/22 510/13/22 503/13/22 +f 506/13/22 503/13/22 510/13/22 +f 502/13/22 503/13/22 506/13/22 +f 507/13/22 502/13/22 506/13/22 +f 513/13/22 502/13/22 507/13/22 +f 515/13/22 513/13/22 507/13/22 +f 504/12/22 509/12/22 511/12/22 +f 509/12/22 504/12/22 501/12/22 +f 501/12/22 504/12/22 505/12/22 +f 501/12/22 505/12/22 500/12/22 +f 500/12/22 505/12/22 514/12/22 +f 500/12/22 514/12/22 512/12/22 +f 511/12/21 509/12/21 504/12/21 +f 501/12/21 504/12/21 509/12/21 +f 505/12/21 504/12/21 501/12/21 +f 500/12/21 505/12/21 501/12/21 +f 514/12/21 505/12/21 500/12/21 +f 512/12/21 514/12/21 500/12/21 +f 518/13/13 517/12/14 516/12/13 +f 517/12/14 518/13/13 519/13/14 +f 516/12/15 517/12/16 518/13/15 +f 519/13/16 518/13/15 517/12/16 +f 522/13/15 521/12/16 520/12/15 +f 521/12/16 522/13/15 523/13/16 +f 520/12/13 521/12/14 522/13/13 +f 523/13/14 522/13/13 521/12/14 +f 526/13/18 525/12/17 524/13/17 +f 525/12/17 526/13/18 527/12/18 +f 524/13/20 525/12/20 526/13/19 +f 527/12/19 526/13/19 525/12/20 +f 530/12/20 529/13/19 528/12/19 +f 529/13/19 530/12/20 531/13/20 +f 528/12/18 529/13/18 530/12/17 +f 531/13/17 530/12/17 529/13/18 +f 523/13/16 530/12/20 521/12/16 +f 530/12/20 523/13/16 531/13/20 +f 521/12/14 530/12/17 523/13/14 +f 531/13/17 523/13/14 530/12/17 +f 519/13/14 525/12/17 517/12/14 +f 525/12/17 519/13/14 524/13/17 +f 517/12/16 525/12/20 519/13/16 +f 524/13/20 519/13/16 525/12/20 +f 526/13/18 520/12/15 527/12/18 +f 520/12/15 526/13/18 522/13/15 +f 527/12/19 520/12/13 526/13/19 +f 522/13/13 526/13/19 520/12/13 +f 529/13/19 516/12/13 528/12/19 +f 516/12/13 529/13/19 518/13/13 +f 528/12/18 516/12/15 529/13/18 +f 518/13/15 529/13/18 516/12/15 +f 519/13/21 526/13/21 524/13/21 +f 526/13/21 519/13/21 522/13/21 +f 522/13/21 519/13/21 518/13/21 +f 522/13/21 518/13/21 523/13/21 +f 523/13/21 518/13/21 529/13/21 +f 523/13/21 529/13/21 531/13/21 +f 524/13/22 526/13/22 519/13/22 +f 522/13/22 519/13/22 526/13/22 +f 518/13/22 519/13/22 522/13/22 +f 523/13/22 518/13/22 522/13/22 +f 529/13/22 518/13/22 523/13/22 +f 531/13/22 529/13/22 523/13/22 +f 520/12/22 525/12/22 527/12/22 +f 525/12/22 520/12/22 517/12/22 +f 517/12/22 520/12/22 521/12/22 +f 517/12/22 521/12/22 516/12/22 +f 516/12/22 521/12/22 530/12/22 +f 516/12/22 530/12/22 528/12/22 +f 527/12/21 525/12/21 520/12/21 +f 517/12/21 520/12/21 525/12/21 +f 521/12/21 520/12/21 517/12/21 +f 516/12/21 521/12/21 517/12/21 +f 530/12/21 521/12/21 516/12/21 +f 528/12/21 530/12/21 516/12/21 +f 534/30/7 533/31/7 532/30/7 +f 533/31/7 534/30/7 535/31/7 +f 532/30/8 533/31/8 534/30/8 +f 535/31/8 534/30/8 533/31/8 +f 538/30/115 537/31/2 536/31/115 +f 537/31/2 538/30/115 539/30/2 +f 536/31/116 537/31/1 538/30/116 +f 539/30/1 538/30/116 537/31/1 +f 534/30/1 540/31/1 535/31/1 +f 540/31/1 534/30/1 541/30/1 +f 535/31/2 540/31/2 534/30/2 +f 541/30/2 534/30/2 540/31/2 +f 539/30/2 533/31/117 537/31/2 +f 533/31/117 539/30/2 532/30/117 +f 537/31/1 533/31/118 539/30/1 +f 532/30/118 539/30/1 533/31/118 +f 540/31/34 533/31/34 535/31/34 +f 533/31/34 540/31/34 537/31/34 +f 537/31/34 540/31/34 536/31/34 +f 535/31/33 533/31/33 540/31/33 +f 537/31/33 540/31/33 533/31/33 +f 536/31/33 540/31/33 537/31/33 +f 532/30/33 541/30/33 534/30/33 +f 541/30/33 532/30/33 539/30/33 +f 541/30/33 539/30/33 538/30/33 +f 534/30/34 541/30/34 532/30/34 +f 539/30/34 532/30/34 541/30/34 +f 538/30/34 539/30/34 541/30/34 +f 540/31/8 538/30/8 536/31/8 +f 538/30/8 540/31/8 541/30/8 +f 536/31/7 538/30/7 540/31/7 +f 541/30/7 540/31/7 538/30/7 +f 5/2/33 2/2/33 1/2/33 +f 2/2/33 5/2/33 4/2/33 +f 2/2/33 4/2/33 16/2/33 +f 1/2/34 2/2/34 5/2/34 +f 4/2/34 5/2/34 2/2/34 +f 16/2/34 4/2/34 2/2/34 +f 1/2/1 543/31/1 542/31/1 +f 543/31/1 1/2/1 2/2/1 +f 542/31/2 543/31/2 1/2/2 +f 2/2/2 1/2/2 543/31/2 +f 543/31/8 16/2/8 544/31/8 +f 16/2/8 543/31/8 2/2/8 +f 544/31/7 16/2/7 543/31/7 +f 2/2/7 543/31/7 16/2/7 +f 1/2/7 545/31/7 5/2/7 +f 545/31/7 1/2/7 542/31/7 +f 5/2/8 545/31/8 1/2/8 +f 542/31/8 1/2/8 545/31/8 +f 547/33/11 546/32/11 4/2/1 +f 546/32/11 548/34/11 4/2/1 +f 549/35/11 547/33/11 4/2/1 +f 4/2/1 548/34/11 550/31/1 +f 551/34/11 550/31/1 548/34/11 +f 550/31/1 551/34/11 544/31/11 +f 552/32/11 544/31/11 551/34/11 +f 16/2/11 549/35/11 4/2/1 +f 16/2/11 544/31/11 552/32/11 +f 549/35/11 16/2/11 553/35/11 +f 554/33/11 16/2/11 552/32/11 +f 553/35/11 16/2/11 554/33/11 +f 556/37/6 555/36/6 5/2/6 +f 557/38/6 556/37/6 5/2/6 +f 4/2/1 557/38/6 5/2/6 +f 557/38/6 4/2/1 558/38/6 +f 5/2/6 555/36/6 545/31/6 +f 558/38/6 4/2/1 559/37/6 +f 559/37/6 4/2/1 560/36/6 +f 561/39/6 545/31/6 555/36/6 +f 560/36/6 4/2/1 562/40/6 +f 563/39/6 560/36/6 562/40/6 +f 563/39/6 562/40/6 561/39/6 +f 562/40/6 4/2/1 564/40/6 +f 564/40/6 4/2/1 565/41/6 +f 565/41/6 4/2/1 566/42/6 +f 4/2/1 550/31/1 566/42/6 +f 566/42/6 550/31/1 567/43/6 +f 545/31/6 567/43/6 550/31/1 +f 567/43/6 545/31/6 568/43/6 +f 568/43/6 545/31/6 561/39/6 +f 562/40/6 569/41/6 561/39/6 +f 570/42/6 568/43/6 561/39/6 +f 569/41/6 570/42/6 561/39/6 +f 4/2/2 546/32/12 547/33/12 +f 4/2/2 547/33/12 549/35/12 +f 4/2/2 548/34/12 546/32/12 +f 550/31/2 548/34/12 4/2/2 +f 548/34/12 550/31/2 551/34/12 +f 544/31/12 551/34/12 550/31/2 +f 551/34/12 544/31/12 552/32/12 +f 4/2/2 549/35/12 16/2/12 +f 552/32/12 544/31/12 16/2/12 +f 553/35/12 16/2/12 549/35/12 +f 552/32/12 16/2/12 554/33/12 +f 554/33/12 16/2/12 553/35/12 +f 5/2/3 555/36/3 556/37/3 +f 5/2/3 556/37/3 557/38/3 +f 5/2/3 557/38/3 4/2/2 +f 558/38/3 4/2/2 557/38/3 +f 545/31/3 555/36/3 5/2/3 +f 559/37/3 4/2/2 558/38/3 +f 560/36/3 4/2/2 559/37/3 +f 555/36/3 545/31/3 561/39/3 +f 562/40/3 4/2/2 560/36/3 +f 562/40/3 560/36/3 563/39/3 +f 561/39/3 562/40/3 563/39/3 +f 564/40/3 4/2/2 562/40/3 +f 565/41/3 4/2/2 564/40/3 +f 566/42/3 4/2/2 565/41/3 +f 566/42/3 550/31/2 4/2/2 +f 567/43/3 550/31/2 566/42/3 +f 550/31/2 567/43/3 545/31/3 +f 568/43/3 545/31/3 567/43/3 +f 561/39/3 545/31/3 568/43/3 +f 561/39/3 569/41/3 562/40/3 +f 561/39/3 568/43/3 570/42/3 +f 561/39/3 570/42/3 569/41/3 +f 573/13/23 572/12/24 571/12/23 +f 572/12/24 573/13/23 574/13/24 +f 571/12/25 572/12/26 573/13/25 +f 574/13/26 573/13/25 572/12/26 +f 577/13/25 576/12/26 575/12/25 +f 576/12/26 577/13/25 578/13/26 +f 575/12/23 576/12/24 577/13/23 +f 578/13/24 577/13/23 576/12/24 +f 581/13/28 580/12/27 579/13/27 +f 580/12/27 581/13/28 582/12/28 +f 579/13/30 580/12/30 581/13/29 +f 582/12/29 581/13/29 580/12/30 +f 585/12/30 584/13/29 583/12/29 +f 584/13/29 585/12/30 586/13/30 +f 583/12/28 584/13/28 585/12/27 +f 586/13/27 585/12/27 584/13/28 +f 578/13/26 585/12/30 576/12/26 +f 585/12/30 578/13/26 586/13/30 +f 576/12/24 585/12/27 578/13/24 +f 586/13/27 578/13/24 585/12/27 +f 574/13/24 580/12/27 572/12/24 +f 580/12/27 574/13/24 579/13/27 +f 572/12/26 580/12/30 574/13/26 +f 579/13/30 574/13/26 580/12/30 +f 581/13/28 575/12/25 582/12/28 +f 575/12/25 581/13/28 577/13/25 +f 582/12/29 575/12/23 581/13/29 +f 577/13/23 581/13/29 575/12/23 +f 584/13/29 571/12/23 583/12/29 +f 571/12/23 584/13/29 573/13/23 +f 583/12/28 571/12/25 584/13/28 +f 573/13/25 584/13/28 571/12/25 +f 574/13/31 581/13/31 579/13/31 +f 581/13/31 574/13/31 577/13/31 +f 577/13/31 574/13/31 573/13/31 +f 577/13/31 573/13/31 578/13/31 +f 578/13/31 573/13/31 584/13/31 +f 578/13/31 584/13/31 586/13/31 +f 579/13/32 581/13/32 574/13/32 +f 577/13/32 574/13/32 581/13/32 +f 573/13/32 574/13/32 577/13/32 +f 578/13/32 573/13/32 577/13/32 +f 584/13/32 573/13/32 578/13/32 +f 586/13/32 584/13/32 578/13/32 +f 575/12/32 580/12/32 582/12/32 +f 580/12/32 575/12/32 572/12/32 +f 572/12/32 575/12/32 576/12/32 +f 572/12/32 576/12/32 571/12/32 +f 571/12/32 576/12/32 585/12/32 +f 571/12/32 585/12/32 583/12/32 +f 582/12/31 580/12/31 575/12/31 +f 572/12/31 575/12/31 580/12/31 +f 576/12/31 575/12/31 572/12/31 +f 571/12/31 576/12/31 572/12/31 +f 585/12/31 576/12/31 571/12/31 +f 583/12/31 585/12/31 571/12/31 +f 589/13/13 588/12/14 587/12/13 +f 588/12/14 589/13/13 590/13/14 +f 587/12/15 588/12/16 589/13/15 +f 590/13/16 589/13/15 588/12/16 +f 593/13/15 592/12/16 591/12/15 +f 592/12/16 593/13/15 594/13/16 +f 591/12/13 592/12/14 593/13/13 +f 594/13/14 593/13/13 592/12/14 +f 597/13/18 596/12/17 595/13/17 +f 596/12/17 597/13/18 598/12/18 +f 595/13/20 596/12/20 597/13/19 +f 598/12/19 597/13/19 596/12/20 +f 601/12/20 600/13/19 599/12/19 +f 600/13/19 601/12/20 602/13/20 +f 599/12/18 600/13/18 601/12/17 +f 602/13/17 601/12/17 600/13/18 +f 594/13/16 601/12/20 592/12/16 +f 601/12/20 594/13/16 602/13/20 +f 592/12/14 601/12/17 594/13/14 +f 602/13/17 594/13/14 601/12/17 +f 590/13/14 596/12/17 588/12/14 +f 596/12/17 590/13/14 595/13/17 +f 588/12/16 596/12/20 590/13/16 +f 595/13/20 590/13/16 596/12/20 +f 597/13/18 591/12/15 598/12/18 +f 591/12/15 597/13/18 593/13/15 +f 598/12/19 591/12/13 597/13/19 +f 593/13/13 597/13/19 591/12/13 +f 600/13/19 587/12/13 599/12/19 +f 587/12/13 600/13/19 589/13/13 +f 599/12/18 587/12/15 600/13/18 +f 589/13/15 600/13/18 587/12/15 +f 590/13/21 597/13/21 595/13/21 +f 597/13/21 590/13/21 593/13/21 +f 593/13/21 590/13/21 589/13/21 +f 593/13/21 589/13/21 594/13/21 +f 594/13/21 589/13/21 600/13/21 +f 594/13/21 600/13/21 602/13/21 +f 595/13/22 597/13/22 590/13/22 +f 593/13/22 590/13/22 597/13/22 +f 589/13/22 590/13/22 593/13/22 +f 594/13/22 589/13/22 593/13/22 +f 600/13/22 589/13/22 594/13/22 +f 602/13/22 600/13/22 594/13/22 +f 591/12/22 596/12/22 598/12/22 +f 596/12/22 591/12/22 588/12/22 +f 588/12/22 591/12/22 592/12/22 +f 588/12/22 592/12/22 587/12/22 +f 587/12/22 592/12/22 601/12/22 +f 587/12/22 601/12/22 599/12/22 +f 598/12/21 596/12/21 591/12/21 +f 588/12/21 591/12/21 596/12/21 +f 592/12/21 591/12/21 588/12/21 +f 587/12/21 592/12/21 588/12/21 +f 601/12/21 592/12/21 587/12/21 +f 599/12/21 601/12/21 587/12/21 +f 605/13/13 604/12/14 603/12/13 +f 604/12/14 605/13/13 606/13/14 +f 603/12/15 604/12/16 605/13/15 +f 606/13/16 605/13/15 604/12/16 +f 609/13/15 608/12/16 607/12/15 +f 608/12/16 609/13/15 610/13/16 +f 607/12/13 608/12/14 609/13/13 +f 610/13/14 609/13/13 608/12/14 +f 613/13/18 612/12/17 611/13/17 +f 612/12/17 613/13/18 614/12/18 +f 611/13/20 612/12/20 613/13/19 +f 614/12/19 613/13/19 612/12/20 +f 617/12/20 616/13/19 615/12/19 +f 616/13/19 617/12/20 618/13/20 +f 615/12/18 616/13/18 617/12/17 +f 618/13/17 617/12/17 616/13/18 +f 610/13/16 617/12/20 608/12/16 +f 617/12/20 610/13/16 618/13/20 +f 608/12/14 617/12/17 610/13/14 +f 618/13/17 610/13/14 617/12/17 +f 606/13/14 612/12/17 604/12/14 +f 612/12/17 606/13/14 611/13/17 +f 604/12/16 612/12/20 606/13/16 +f 611/13/20 606/13/16 612/12/20 +f 613/13/18 607/12/15 614/12/18 +f 607/12/15 613/13/18 609/13/15 +f 614/12/19 607/12/13 613/13/19 +f 609/13/13 613/13/19 607/12/13 +f 616/13/19 603/12/13 615/12/19 +f 603/12/13 616/13/19 605/13/13 +f 615/12/18 603/12/15 616/13/18 +f 605/13/15 616/13/18 603/12/15 +f 606/13/21 613/13/21 611/13/21 +f 613/13/21 606/13/21 609/13/21 +f 609/13/21 606/13/21 605/13/21 +f 609/13/21 605/13/21 610/13/21 +f 610/13/21 605/13/21 616/13/21 +f 610/13/21 616/13/21 618/13/21 +f 611/13/22 613/13/22 606/13/22 +f 609/13/22 606/13/22 613/13/22 +f 605/13/22 606/13/22 609/13/22 +f 610/13/22 605/13/22 609/13/22 +f 616/13/22 605/13/22 610/13/22 +f 618/13/22 616/13/22 610/13/22 +f 607/12/22 612/12/22 614/12/22 +f 612/12/22 607/12/22 604/12/22 +f 604/12/22 607/12/22 608/12/22 +f 604/12/22 608/12/22 603/12/22 +f 603/12/22 608/12/22 617/12/22 +f 603/12/22 617/12/22 615/12/22 +f 614/12/21 612/12/21 607/12/21 +f 604/12/21 607/12/21 612/12/21 +f 608/12/21 607/12/21 604/12/21 +f 603/12/21 608/12/21 604/12/21 +f 617/12/21 608/12/21 603/12/21 +f 615/12/21 617/12/21 603/12/21 +f 621/30/61 620/31/61 619/30/61 +f 620/31/61 621/30/61 622/31/61 +f 619/30/62 620/31/62 621/30/62 +f 622/31/62 621/30/62 620/31/62 +f 625/30/65 624/31/60 623/31/65 +f 624/31/60 625/30/65 626/30/60 +f 623/31/63 624/31/59 625/30/63 +f 626/30/59 625/30/63 624/31/59 +f 621/30/59 627/31/59 622/31/59 +f 627/31/59 621/30/59 628/30/59 +f 622/31/60 627/31/60 621/30/60 +f 628/30/60 621/30/60 627/31/60 +f 626/30/60 620/31/66 624/31/60 +f 620/31/66 626/30/60 619/30/66 +f 624/31/59 620/31/64 626/30/59 +f 619/30/64 626/30/59 620/31/64 +f 627/31/34 620/31/34 622/31/34 +f 620/31/34 627/31/34 624/31/34 +f 624/31/34 627/31/34 623/31/34 +f 622/31/33 620/31/33 627/31/33 +f 624/31/33 627/31/33 620/31/33 +f 623/31/33 627/31/33 624/31/33 +f 619/30/33 628/30/33 621/30/33 +f 628/30/33 619/30/33 626/30/33 +f 628/30/33 626/30/33 625/30/33 +f 621/30/34 628/30/34 619/30/34 +f 626/30/34 619/30/34 628/30/34 +f 625/30/34 626/30/34 628/30/34 +f 627/31/62 625/30/62 623/31/62 +f 625/30/62 627/31/62 628/30/62 +f 623/31/61 625/30/61 627/31/61 +f 628/30/61 627/31/61 625/30/61 +f 170/2/33 164/2/33 629/2/33 +f 164/2/33 170/2/33 630/2/33 +f 164/2/33 630/2/33 171/2/33 +f 629/2/34 164/2/34 170/2/34 +f 630/2/34 170/2/34 164/2/34 +f 171/2/34 630/2/34 164/2/34 +f 629/2/59 632/31/59 631/31/59 +f 632/31/59 629/2/59 164/2/59 +f 631/31/60 632/31/60 629/2/60 +f 164/2/60 629/2/60 632/31/60 +f 632/31/62 171/2/62 633/31/62 +f 171/2/62 632/31/62 164/2/62 +f 633/31/61 171/2/61 632/31/61 +f 164/2/61 632/31/61 171/2/61 +f 629/2/61 634/31/61 170/2/61 +f 634/31/61 629/2/61 631/31/61 +f 170/2/62 634/31/62 629/2/62 +f 631/31/62 629/2/62 634/31/62 +f 636/33/90 635/32/90 630/2/59 +f 635/32/90 637/34/90 630/2/59 +f 638/35/90 636/33/90 630/2/59 +f 630/2/59 637/34/90 639/31/59 +f 640/34/90 639/31/59 637/34/90 +f 639/31/59 640/34/90 633/31/90 +f 641/32/90 633/31/90 640/34/90 +f 171/2/90 638/35/90 630/2/59 +f 171/2/90 633/31/90 641/32/90 +f 638/35/90 171/2/90 642/35/90 +f 643/33/90 171/2/90 641/32/90 +f 642/35/90 171/2/90 643/33/90 +f 645/37/93 644/36/93 170/2/93 +f 646/38/93 645/37/93 170/2/93 +f 630/2/59 646/38/93 170/2/93 +f 646/38/93 630/2/59 647/38/93 +f 170/2/93 644/36/93 634/31/93 +f 647/38/93 630/2/59 648/37/93 +f 648/37/93 630/2/59 649/36/93 +f 650/39/93 634/31/93 644/36/93 +f 649/36/93 630/2/59 651/40/93 +f 652/39/93 649/36/93 651/40/93 +f 652/39/93 651/40/93 650/39/93 +f 651/40/93 630/2/59 653/40/93 +f 653/40/93 630/2/59 654/41/93 +f 654/41/93 630/2/59 655/42/93 +f 630/2/59 639/31/59 655/42/93 +f 655/42/93 639/31/59 656/43/93 +f 634/31/93 656/43/93 639/31/59 +f 656/43/93 634/31/93 657/43/93 +f 657/43/93 634/31/93 650/39/93 +f 651/40/93 658/41/93 650/39/93 +f 659/42/93 657/43/93 650/39/93 +f 658/41/93 659/42/93 650/39/93 +f 630/2/60 635/32/87 636/33/87 +f 630/2/60 636/33/87 638/35/87 +f 630/2/60 637/34/87 635/32/87 +f 639/31/60 637/34/87 630/2/60 +f 637/34/87 639/31/60 640/34/87 +f 633/31/87 640/34/87 639/31/60 +f 640/34/87 633/31/87 641/32/87 +f 630/2/60 638/35/87 171/2/87 +f 641/32/87 633/31/87 171/2/87 +f 642/35/87 171/2/87 638/35/87 +f 641/32/87 171/2/87 643/33/87 +f 643/33/87 171/2/87 642/35/87 +f 170/2/94 644/36/94 645/37/94 +f 170/2/94 645/37/94 646/38/94 +f 170/2/94 646/38/94 630/2/60 +f 647/38/94 630/2/60 646/38/94 +f 634/31/94 644/36/94 170/2/94 +f 648/37/94 630/2/60 647/38/94 +f 649/36/94 630/2/60 648/37/94 +f 644/36/94 634/31/94 650/39/94 +f 651/40/94 630/2/60 649/36/94 +f 651/40/94 649/36/94 652/39/94 +f 650/39/94 651/40/94 652/39/94 +f 653/40/94 630/2/60 651/40/94 +f 654/41/94 630/2/60 653/40/94 +f 655/42/94 630/2/60 654/41/94 +f 655/42/94 639/31/60 630/2/60 +f 656/43/94 639/31/60 655/42/94 +f 639/31/60 656/43/94 634/31/94 +f 657/43/94 634/31/94 656/43/94 +f 650/39/94 634/31/94 657/43/94 +f 650/39/94 658/41/94 651/40/94 +f 650/39/94 657/43/94 659/42/94 +f 650/39/94 659/42/94 658/41/94 +f 662/13/96 661/12/95 660/12/96 +f 661/12/95 662/13/96 663/13/95 +f 660/12/98 661/12/97 662/13/98 +f 663/13/97 662/13/98 661/12/97 +f 666/13/98 665/12/97 664/12/98 +f 665/12/97 666/13/98 667/13/97 +f 664/12/96 665/12/95 666/13/96 +f 667/13/95 666/13/96 665/12/95 +f 670/13/102 669/12/101 668/13/101 +f 669/12/101 670/13/102 671/12/102 +f 668/13/100 669/12/100 670/13/99 +f 671/12/99 670/13/99 669/12/100 +f 674/12/100 673/13/99 672/12/99 +f 673/13/99 674/12/100 675/13/100 +f 672/12/102 673/13/102 674/12/101 +f 675/13/101 674/12/101 673/13/102 +f 667/13/97 674/12/100 665/12/97 +f 674/12/100 667/13/97 675/13/100 +f 665/12/95 674/12/101 667/13/95 +f 675/13/101 667/13/95 674/12/101 +f 663/13/95 669/12/101 661/12/95 +f 669/12/101 663/13/95 668/13/101 +f 661/12/97 669/12/100 663/13/97 +f 668/13/100 663/13/97 669/12/100 +f 670/13/102 664/12/98 671/12/102 +f 664/12/98 670/13/102 666/13/98 +f 671/12/99 664/12/96 670/13/99 +f 666/13/96 670/13/99 664/12/96 +f 673/13/99 660/12/96 672/12/99 +f 660/12/96 673/13/99 662/13/96 +f 672/12/102 660/12/98 673/13/102 +f 662/13/98 673/13/102 660/12/98 +f 663/13/103 670/13/103 668/13/103 +f 670/13/103 663/13/103 666/13/103 +f 666/13/103 663/13/103 662/13/103 +f 666/13/103 662/13/103 667/13/103 +f 667/13/103 662/13/103 673/13/103 +f 667/13/103 673/13/103 675/13/103 +f 668/13/104 670/13/104 663/13/104 +f 666/13/104 663/13/104 670/13/104 +f 662/13/104 663/13/104 666/13/104 +f 667/13/104 662/13/104 666/13/104 +f 673/13/104 662/13/104 667/13/104 +f 675/13/104 673/13/104 667/13/104 +f 664/12/104 669/12/104 671/12/104 +f 669/12/104 664/12/104 661/12/104 +f 661/12/104 664/12/104 665/12/104 +f 661/12/104 665/12/104 660/12/104 +f 660/12/104 665/12/104 674/12/104 +f 660/12/104 674/12/104 672/12/104 +f 671/12/103 669/12/103 664/12/103 +f 661/12/103 664/12/103 669/12/103 +f 665/12/103 664/12/103 661/12/103 +f 660/12/103 665/12/103 661/12/103 +f 674/12/103 665/12/103 660/12/103 +f 672/12/103 674/12/103 660/12/103 +f 678/13/106 677/12/105 676/12/106 +f 677/12/105 678/13/106 679/13/105 +f 676/12/108 677/12/107 678/13/108 +f 679/13/107 678/13/108 677/12/107 +f 682/13/108 681/12/107 680/12/108 +f 681/12/107 682/13/108 683/13/107 +f 680/12/106 681/12/105 682/13/106 +f 683/13/105 682/13/106 681/12/105 +f 686/13/112 685/12/111 684/13/111 +f 685/12/111 686/13/112 687/12/112 +f 684/13/110 685/12/110 686/13/109 +f 687/12/109 686/13/109 685/12/110 +f 690/12/110 689/13/109 688/12/109 +f 689/13/109 690/12/110 691/13/110 +f 688/12/112 689/13/112 690/12/111 +f 691/13/111 690/12/111 689/13/112 +f 683/13/107 690/12/110 681/12/107 +f 690/12/110 683/13/107 691/13/110 +f 681/12/105 690/12/111 683/13/105 +f 691/13/111 683/13/105 690/12/111 +f 679/13/105 685/12/111 677/12/105 +f 685/12/111 679/13/105 684/13/111 +f 677/12/107 685/12/110 679/13/107 +f 684/13/110 679/13/107 685/12/110 +f 686/13/112 680/12/108 687/12/112 +f 680/12/108 686/13/112 682/13/108 +f 687/12/109 680/12/106 686/13/109 +f 682/13/106 686/13/109 680/12/106 +f 689/13/109 676/12/106 688/12/109 +f 676/12/106 689/13/109 678/13/106 +f 688/12/112 676/12/108 689/13/112 +f 678/13/108 689/13/112 676/12/108 +f 679/13/113 686/13/113 684/13/113 +f 686/13/113 679/13/113 682/13/113 +f 682/13/113 679/13/113 678/13/113 +f 682/13/113 678/13/113 683/13/113 +f 683/13/113 678/13/113 689/13/113 +f 683/13/113 689/13/113 691/13/113 +f 684/13/114 686/13/114 679/13/114 +f 682/13/114 679/13/114 686/13/114 +f 678/13/114 679/13/114 682/13/114 +f 683/13/114 678/13/114 682/13/114 +f 689/13/114 678/13/114 683/13/114 +f 691/13/114 689/13/114 683/13/114 +f 680/12/114 685/12/114 687/12/114 +f 685/12/114 680/12/114 677/12/114 +f 677/12/114 680/12/114 681/12/114 +f 677/12/114 681/12/114 676/12/114 +f 676/12/114 681/12/114 690/12/114 +f 676/12/114 690/12/114 688/12/114 +f 687/12/113 685/12/113 680/12/113 +f 677/12/113 680/12/113 685/12/113 +f 681/12/113 680/12/113 677/12/113 +f 676/12/113 681/12/113 677/12/113 +f 690/12/113 681/12/113 676/12/113 +f 688/12/113 690/12/113 676/12/113 +f 694/13/106 693/12/105 692/12/106 +f 693/12/105 694/13/106 695/13/105 +f 692/12/108 693/12/107 694/13/108 +f 695/13/107 694/13/108 693/12/107 +f 698/13/108 697/12/107 696/12/108 +f 697/12/107 698/13/108 699/13/107 +f 696/12/106 697/12/105 698/13/106 +f 699/13/105 698/13/106 697/12/105 +f 702/13/112 701/12/111 700/13/111 +f 701/12/111 702/13/112 703/12/112 +f 700/13/110 701/12/110 702/13/109 +f 703/12/109 702/13/109 701/12/110 +f 706/12/110 705/13/109 704/12/109 +f 705/13/109 706/12/110 707/13/110 +f 704/12/112 705/13/112 706/12/111 +f 707/13/111 706/12/111 705/13/112 +f 699/13/107 706/12/110 697/12/107 +f 706/12/110 699/13/107 707/13/110 +f 697/12/105 706/12/111 699/13/105 +f 707/13/111 699/13/105 706/12/111 +f 695/13/105 701/12/111 693/12/105 +f 701/12/111 695/13/105 700/13/111 +f 693/12/107 701/12/110 695/13/107 +f 700/13/110 695/13/107 701/12/110 +f 702/13/112 696/12/108 703/12/112 +f 696/12/108 702/13/112 698/13/108 +f 703/12/109 696/12/106 702/13/109 +f 698/13/106 702/13/109 696/12/106 +f 705/13/109 692/12/106 704/12/109 +f 692/12/106 705/13/109 694/13/106 +f 704/12/112 692/12/108 705/13/112 +f 694/13/108 705/13/112 692/12/108 +f 695/13/113 702/13/113 700/13/113 +f 702/13/113 695/13/113 698/13/113 +f 698/13/113 695/13/113 694/13/113 +f 698/13/113 694/13/113 699/13/113 +f 699/13/113 694/13/113 705/13/113 +f 699/13/113 705/13/113 707/13/113 +f 700/13/114 702/13/114 695/13/114 +f 698/13/114 695/13/114 702/13/114 +f 694/13/114 695/13/114 698/13/114 +f 699/13/114 694/13/114 698/13/114 +f 705/13/114 694/13/114 699/13/114 +f 707/13/114 705/13/114 699/13/114 +f 696/12/114 701/12/114 703/12/114 +f 701/12/114 696/12/114 693/12/114 +f 693/12/114 696/12/114 697/12/114 +f 693/12/114 697/12/114 692/12/114 +f 692/12/114 697/12/114 706/12/114 +f 692/12/114 706/12/114 704/12/114 +f 703/12/113 701/12/113 696/12/113 +f 693/12/113 696/12/113 701/12/113 +f 697/12/113 696/12/113 693/12/113 +f 692/12/113 697/12/113 693/12/113 +f 706/12/113 697/12/113 692/12/113 +f 704/12/113 706/12/113 692/12/113 +f 710/50/121 709/51/120 708/50/119 +f 709/51/120 710/50/121 711/51/122 +f 708/50/125 709/51/124 710/50/123 +f 711/51/126 710/50/123 709/51/124 +f 713/51/128 710/50/121 712/50/127 +f 710/50/121 713/51/128 711/51/122 +f 712/50/130 710/50/123 713/51/129 +f 711/51/126 713/51/129 710/50/123 +f 716/52/133 715/50/132 714/50/131 +f 715/50/132 716/52/133 717/52/134 +f 714/50/137 715/50/136 716/52/135 +f 717/52/138 716/52/135 715/50/136 +f 715/50/132 719/52/140 718/50/139 +f 719/52/140 715/50/132 717/52/134 +f 718/50/142 719/52/141 715/50/136 +f 717/52/138 715/50/136 719/52/141 +f 722/50/145 721/52/144 720/50/143 +f 721/52/144 722/50/145 723/52/146 +f 720/50/149 721/52/148 722/50/147 +f 723/52/150 722/50/147 721/52/148 +f 721/52/144 725/52/152 724/52/151 +f 725/52/152 721/52/144 723/52/146 +f 724/52/154 725/52/153 721/52/148 +f 723/52/150 721/52/148 725/52/153 +f 725/52/152 722/50/145 726/50/155 +f 722/50/145 725/52/152 723/52/146 +f 726/50/156 722/50/147 725/52/153 +f 723/52/150 725/52/153 722/50/147 +f 721/52/144 727/50/157 720/50/143 +f 727/50/157 721/52/144 724/52/151 +f 720/50/149 727/50/158 721/52/148 +f 724/52/154 721/52/148 727/50/158 +f 724/52/151 726/50/155 727/50/157 +f 726/50/155 724/52/151 725/52/152 +f 727/50/158 726/50/156 724/52/154 +f 725/52/153 724/52/154 726/50/156 +f 729/52/160 714/50/131 728/50/159 +f 714/50/131 729/52/160 716/52/133 +f 728/50/162 714/50/137 729/52/161 +f 716/52/135 729/52/161 714/50/137 +f 709/51/120 730/50/163 708/50/119 +f 730/50/163 709/51/120 731/51/164 +f 708/50/125 730/50/165 709/51/124 +f 731/51/166 709/51/124 730/50/165 +f 719/52/140 728/50/159 718/50/139 +f 728/50/159 719/52/140 729/52/160 +f 718/50/142 728/50/162 719/52/141 +f 729/52/161 719/52/141 728/50/162 +f 719/52/140 716/52/133 729/52/160 +f 716/52/133 719/52/140 717/52/134 +f 729/52/161 716/52/135 719/52/141 +f 717/52/138 719/52/141 716/52/135 +f 734/51/169 733/51/168 732/51/167 +f 733/51/168 734/51/169 735/51/170 +f 732/51/173 733/51/172 734/51/171 +f 735/51/174 734/51/171 733/51/172 +f 731/51/164 711/51/122 713/51/128 +f 711/51/122 731/51/164 709/51/120 +f 713/51/129 711/51/126 731/51/166 +f 709/51/124 731/51/166 711/51/126 +f 736/50/175 735/51/170 734/51/169 +f 735/51/170 736/50/175 737/50/176 +f 734/51/171 735/51/174 736/50/177 +f 737/50/178 736/50/177 735/51/174 +f 740/50/181 739/51/180 738/50/179 +f 739/51/180 740/50/181 741/51/182 +f 738/50/185 739/51/184 740/50/183 +f 741/51/186 740/50/183 739/51/184 +f 736/50/175 732/51/167 742/50/187 +f 732/51/167 736/50/175 734/51/169 +f 742/50/188 732/51/173 736/50/177 +f 734/51/171 736/50/177 732/51/173 +f 735/51/170 743/50/189 733/51/168 +f 743/50/189 735/51/170 737/50/176 +f 733/51/172 743/50/190 735/51/174 +f 737/50/178 735/51/174 743/50/190 +f 746/51/193 745/50/192 744/50/191 +f 745/50/192 746/51/193 747/51/194 +f 744/50/197 745/50/196 746/51/195 +f 747/51/198 746/51/195 745/50/196 +f 732/51/167 743/50/189 742/50/187 +f 743/50/189 732/51/167 733/51/168 +f 742/50/188 743/50/190 732/51/173 +f 733/51/172 732/51/173 743/50/190 +f 738/50/179 746/51/193 744/50/191 +f 746/51/193 738/50/179 739/51/180 +f 744/50/197 746/51/195 738/50/185 +f 739/51/184 738/50/185 746/51/195 +f 741/51/182 745/50/192 747/51/194 +f 745/50/192 741/51/182 740/50/181 +f 747/51/198 745/50/196 741/51/186 +f 740/50/183 741/51/186 745/50/196 +f 739/51/180 747/51/194 746/51/193 +f 747/51/194 739/51/180 741/51/182 +f 746/51/195 747/51/198 739/51/184 +f 741/51/186 739/51/184 747/51/198 +f 731/51/164 712/50/127 730/50/163 +f 712/50/127 731/51/164 713/51/128 +f 730/50/165 712/50/130 731/51/166 +f 713/51/129 731/51/166 712/50/130 +f 750/53/87 749/50/60 748/50/87 +f 749/50/60 750/53/87 751/53/60 +f 748/50/90 749/50/59 750/53/90 +f 751/53/59 750/53/90 749/50/59 +f 754/53/33 753/53/33 752/53/33 +f 753/53/33 754/53/33 751/53/33 +f 753/53/33 751/53/33 750/53/33 +f 752/53/34 753/53/34 754/53/34 +f 751/53/34 754/53/34 753/53/34 +f 750/53/34 751/53/34 753/53/34 +f 752/53/59 755/50/59 327/50/59 +f 755/50/59 752/53/59 753/53/59 +f 327/50/60 755/50/60 752/53/60 +f 753/53/60 752/53/60 755/50/60 +f 751/53/60 756/50/94 749/50/60 +f 756/50/94 751/53/60 754/53/94 +f 749/50/59 756/50/93 751/53/59 +f 754/53/93 751/53/59 756/50/93 +f 752/53/61 756/50/61 754/53/61 +f 756/50/61 752/53/61 327/50/61 +f 754/53/62 756/50/62 752/53/62 +f 327/50/62 752/53/62 756/50/62 +f 755/50/62 750/53/62 748/50/62 +f 750/53/62 755/50/62 753/53/62 +f 748/50/61 750/53/61 755/50/61 +f 753/53/61 755/50/61 750/53/61 +f 759/50/33 758/50/33 757/50/33 +f 758/50/33 759/50/33 760/50/33 +f 757/50/34 758/50/34 759/50/34 +f 760/50/34 759/50/34 758/50/34 +f 763/50/33 762/50/33 761/50/33 +f 762/50/33 763/50/33 764/50/33 +f 761/50/34 762/50/34 763/50/34 +f 764/50/34 763/50/34 762/50/34 +f 767/50/33 766/50/33 765/50/33 +f 766/50/33 767/50/33 768/50/33 +f 765/50/34 766/50/34 767/50/34 +f 768/50/34 767/50/34 766/50/34 +f 771/50/33 770/50/33 769/50/33 +f 770/50/33 771/50/33 772/50/33 +f 769/50/34 770/50/34 771/50/34 +f 772/50/34 771/50/34 770/50/34 +f 775/50/33 774/50/33 773/50/33 +f 774/50/33 775/50/33 776/50/33 +f 773/50/34 774/50/34 775/50/34 +f 776/50/34 775/50/34 774/50/34 +f 779/50/33 778/50/33 777/50/33 +f 778/50/33 779/50/33 780/50/33 +f 777/50/34 778/50/34 779/50/34 +f 780/50/34 779/50/34 778/50/34 +f 783/50/33 782/50/33 781/50/33 +f 782/50/33 783/50/33 784/50/33 +f 781/50/34 782/50/34 783/50/34 +f 784/50/34 783/50/34 782/50/34 +f 787/50/33 786/50/33 785/50/33 +f 786/50/33 787/50/33 788/50/33 +f 785/50/34 786/50/34 787/50/34 +f 788/50/34 787/50/34 786/50/34 +f 790/50/33 785/50/33 789/50/33 +f 785/50/33 790/50/33 787/50/33 +f 789/50/34 785/50/34 790/50/34 +f 787/50/34 790/50/34 785/50/34 +f 793/50/201 792/51/200 791/50/199 +f 792/51/200 793/50/201 794/51/202 +f 791/50/205 792/51/204 793/50/203 +f 794/51/206 793/50/203 792/51/204 +f 796/51/208 793/50/201 795/50/207 +f 793/50/201 796/51/208 794/51/202 +f 795/50/210 793/50/203 796/51/209 +f 794/51/206 796/51/209 793/50/203 +f 799/52/213 798/50/212 797/50/211 +f 798/50/212 799/52/213 800/52/214 +f 797/50/217 798/50/216 799/52/215 +f 800/52/218 799/52/215 798/50/216 +f 798/50/212 802/52/220 801/50/219 +f 802/52/220 798/50/212 800/52/214 +f 801/50/222 802/52/221 798/50/216 +f 800/52/218 798/50/216 802/52/221 +f 805/50/225 804/52/224 803/50/223 +f 804/52/224 805/50/225 806/52/226 +f 803/50/229 804/52/228 805/50/227 +f 806/52/230 805/50/227 804/52/228 +f 804/52/224 808/52/232 807/52/231 +f 808/52/232 804/52/224 806/52/226 +f 807/52/234 808/52/233 804/52/228 +f 806/52/230 804/52/228 808/52/233 +f 808/52/232 805/50/225 809/50/235 +f 805/50/225 808/52/232 806/52/226 +f 809/50/236 805/50/227 808/52/233 +f 806/52/230 808/52/233 805/50/227 +f 804/52/224 810/50/237 803/50/223 +f 810/50/237 804/52/224 807/52/231 +f 803/50/229 810/50/238 804/52/228 +f 807/52/234 804/52/228 810/50/238 +f 807/52/231 809/50/235 810/50/237 +f 809/50/235 807/52/231 808/52/232 +f 810/50/238 809/50/236 807/52/234 +f 808/52/233 807/52/234 809/50/236 +f 812/52/240 797/50/211 811/50/239 +f 797/50/211 812/52/240 799/52/213 +f 811/50/242 797/50/217 812/52/241 +f 799/52/215 812/52/241 797/50/217 +f 792/51/200 813/50/243 791/50/199 +f 813/50/243 792/51/200 814/51/244 +f 791/50/205 813/50/245 792/51/204 +f 814/51/246 792/51/204 813/50/245 +f 802/52/220 811/50/239 801/50/219 +f 811/50/239 802/52/220 812/52/240 +f 801/50/222 811/50/242 802/52/221 +f 812/52/241 802/52/221 811/50/242 +f 802/52/220 799/52/213 812/52/240 +f 799/52/213 802/52/220 800/52/214 +f 812/52/241 799/52/215 802/52/221 +f 800/52/218 802/52/221 799/52/215 +f 817/51/249 816/51/248 815/51/247 +f 816/51/248 817/51/249 818/51/250 +f 815/51/253 816/51/252 817/51/251 +f 818/51/254 817/51/251 816/51/252 +f 814/51/244 794/51/202 796/51/208 +f 794/51/202 814/51/244 792/51/200 +f 796/51/209 794/51/206 814/51/246 +f 792/51/204 814/51/246 794/51/206 +f 819/50/255 818/51/250 817/51/249 +f 818/51/250 819/50/255 820/50/256 +f 817/51/251 818/51/254 819/50/257 +f 820/50/258 819/50/257 818/51/254 +f 823/50/261 822/51/260 821/50/259 +f 822/51/260 823/50/261 824/51/262 +f 821/50/265 822/51/264 823/50/263 +f 824/51/266 823/50/263 822/51/264 +f 819/50/255 815/51/247 825/50/267 +f 815/51/247 819/50/255 817/51/249 +f 825/50/268 815/51/253 819/50/257 +f 817/51/251 819/50/257 815/51/253 +f 818/51/250 826/50/269 816/51/248 +f 826/50/269 818/51/250 820/50/256 +f 816/51/252 826/50/270 818/51/254 +f 820/50/258 818/51/254 826/50/270 +f 829/51/273 828/50/272 827/50/271 +f 828/50/272 829/51/273 830/51/274 +f 827/50/277 828/50/276 829/51/275 +f 830/51/278 829/51/275 828/50/276 +f 815/51/247 826/50/269 825/50/267 +f 826/50/269 815/51/247 816/51/248 +f 825/50/268 826/50/270 815/51/253 +f 816/51/252 815/51/253 826/50/270 +f 821/50/259 829/51/273 827/50/271 +f 829/51/273 821/50/259 822/51/260 +f 827/50/277 829/51/275 821/50/265 +f 822/51/264 821/50/265 829/51/275 +f 824/51/262 828/50/272 830/51/274 +f 828/50/272 824/51/262 823/50/261 +f 830/51/278 828/50/276 824/51/266 +f 823/50/263 824/51/266 828/50/276 +f 822/51/260 830/51/274 829/51/273 +f 830/51/274 822/51/260 824/51/262 +f 829/51/275 830/51/278 822/51/264 +f 824/51/266 822/51/264 830/51/278 +f 814/51/244 795/50/207 813/50/243 +f 795/50/207 814/51/244 796/51/208 +f 813/50/245 795/50/210 814/51/246 +f 796/51/209 814/51/246 795/50/210 +f 833/53/12 832/50/2 831/50/12 +f 832/50/2 833/53/12 834/53/2 +f 831/50/11 832/50/1 833/53/11 +f 834/53/1 833/53/11 832/50/1 +f 837/53/33 836/53/33 835/53/33 +f 836/53/33 837/53/33 834/53/33 +f 836/53/33 834/53/33 833/53/33 +f 835/53/34 836/53/34 837/53/34 +f 834/53/34 837/53/34 836/53/34 +f 833/53/34 834/53/34 836/53/34 +f 835/53/1 838/50/1 446/50/1 +f 838/50/1 835/53/1 836/53/1 +f 446/50/2 838/50/2 835/53/2 +f 836/53/2 835/53/2 838/50/2 +f 834/53/2 839/50/3 832/50/2 +f 839/50/3 834/53/2 837/53/3 +f 832/50/1 839/50/6 834/53/1 +f 837/53/6 834/53/1 839/50/6 +f 835/53/7 839/50/7 837/53/7 +f 839/50/7 835/53/7 446/50/7 +f 837/53/8 839/50/8 835/53/8 +f 446/50/8 835/53/8 839/50/8 +f 838/50/8 833/53/8 831/50/8 +f 833/53/8 838/50/8 836/53/8 +f 831/50/7 833/53/7 838/50/7 +f 836/53/7 838/50/7 833/53/7 +f 842/50/201 841/51/200 840/50/199 +f 841/51/200 842/50/201 843/51/202 +f 840/50/205 841/51/204 842/50/203 +f 843/51/206 842/50/203 841/51/204 +f 845/51/208 842/50/201 844/50/207 +f 842/50/201 845/51/208 843/51/202 +f 844/50/210 842/50/203 845/51/209 +f 843/51/206 845/51/209 842/50/203 +f 848/52/213 847/50/212 846/50/211 +f 847/50/212 848/52/213 849/52/214 +f 846/50/217 847/50/216 848/52/215 +f 849/52/218 848/52/215 847/50/216 +f 847/50/212 851/52/220 850/50/219 +f 851/52/220 847/50/212 849/52/214 +f 850/50/222 851/52/221 847/50/216 +f 849/52/218 847/50/216 851/52/221 +f 854/50/225 853/52/224 852/50/223 +f 853/52/224 854/50/225 855/52/226 +f 852/50/229 853/52/228 854/50/227 +f 855/52/230 854/50/227 853/52/228 +f 853/52/224 857/52/232 856/52/231 +f 857/52/232 853/52/224 855/52/226 +f 856/52/234 857/52/233 853/52/228 +f 855/52/230 853/52/228 857/52/233 +f 857/52/232 854/50/225 858/50/235 +f 854/50/225 857/52/232 855/52/226 +f 858/50/236 854/50/227 857/52/233 +f 855/52/230 857/52/233 854/50/227 +f 853/52/224 859/50/237 852/50/223 +f 859/50/237 853/52/224 856/52/231 +f 852/50/229 859/50/238 853/52/228 +f 856/52/234 853/52/228 859/50/238 +f 856/52/231 858/50/235 859/50/237 +f 858/50/235 856/52/231 857/52/232 +f 859/50/238 858/50/236 856/52/234 +f 857/52/233 856/52/234 858/50/236 +f 861/52/240 846/50/211 860/50/239 +f 846/50/211 861/52/240 848/52/213 +f 860/50/242 846/50/217 861/52/241 +f 848/52/215 861/52/241 846/50/217 +f 841/51/200 862/50/243 840/50/199 +f 862/50/243 841/51/200 863/51/244 +f 840/50/205 862/50/245 841/51/204 +f 863/51/246 841/51/204 862/50/245 +f 851/52/220 860/50/239 850/50/219 +f 860/50/239 851/52/220 861/52/240 +f 850/50/222 860/50/242 851/52/221 +f 861/52/241 851/52/221 860/50/242 +f 851/52/220 848/52/213 861/52/240 +f 848/52/213 851/52/220 849/52/214 +f 861/52/241 848/52/215 851/52/221 +f 849/52/218 851/52/221 848/52/215 +f 866/51/249 865/51/248 864/51/247 +f 865/51/248 866/51/249 867/51/250 +f 864/51/253 865/51/252 866/51/251 +f 867/51/254 866/51/251 865/51/252 +f 863/51/244 843/51/202 845/51/208 +f 843/51/202 863/51/244 841/51/200 +f 845/51/209 843/51/206 863/51/246 +f 841/51/204 863/51/246 843/51/206 +f 868/50/255 867/51/250 866/51/249 +f 867/51/250 868/50/255 869/50/256 +f 866/51/251 867/51/254 868/50/257 +f 869/50/258 868/50/257 867/51/254 +f 872/50/261 871/51/260 870/50/259 +f 871/51/260 872/50/261 873/51/262 +f 870/50/265 871/51/264 872/50/263 +f 873/51/266 872/50/263 871/51/264 +f 868/50/255 864/51/247 874/50/267 +f 864/51/247 868/50/255 866/51/249 +f 874/50/268 864/51/253 868/50/257 +f 866/51/251 868/50/257 864/51/253 +f 867/51/250 875/50/269 865/51/248 +f 875/50/269 867/51/250 869/50/256 +f 865/51/252 875/50/270 867/51/254 +f 869/50/258 867/51/254 875/50/270 +f 878/51/273 877/50/272 876/50/271 +f 877/50/272 878/51/273 879/51/274 +f 876/50/277 877/50/276 878/51/275 +f 879/51/278 878/51/275 877/50/276 +f 864/51/247 875/50/269 874/50/267 +f 875/50/269 864/51/247 865/51/248 +f 874/50/268 875/50/270 864/51/253 +f 865/51/252 864/51/253 875/50/270 +f 870/50/259 878/51/273 876/50/271 +f 878/51/273 870/50/259 871/51/260 +f 876/50/277 878/51/275 870/50/265 +f 871/51/264 870/50/265 878/51/275 +f 873/51/262 877/50/272 879/51/274 +f 877/50/272 873/51/262 872/50/261 +f 879/51/278 877/50/276 873/51/266 +f 872/50/263 873/51/266 877/50/276 +f 871/51/260 879/51/274 878/51/273 +f 879/51/274 871/51/260 873/51/262 +f 878/51/275 879/51/278 871/51/264 +f 873/51/266 871/51/264 879/51/278 +f 863/51/244 844/50/207 862/50/243 +f 844/50/207 863/51/244 845/51/208 +f 862/50/245 844/50/210 863/51/246 +f 845/51/209 863/51/246 844/50/210 +f 882/53/12 881/50/2 880/50/12 +f 881/50/2 882/53/12 883/53/2 +f 880/50/11 881/50/1 882/53/11 +f 883/53/1 882/53/11 881/50/1 +f 886/53/33 885/53/33 884/53/33 +f 885/53/33 886/53/33 883/53/33 +f 885/53/33 883/53/33 882/53/33 +f 884/53/34 885/53/34 886/53/34 +f 883/53/34 886/53/34 885/53/34 +f 882/53/34 883/53/34 885/53/34 +f 884/53/1 887/50/1 534/50/1 +f 887/50/1 884/53/1 885/53/1 +f 534/50/2 887/50/2 884/53/2 +f 885/53/2 884/53/2 887/50/2 +f 883/53/2 888/50/3 881/50/2 +f 888/50/3 883/53/2 886/53/3 +f 881/50/1 888/50/6 883/53/1 +f 886/53/6 883/53/1 888/50/6 +f 884/53/7 888/50/7 886/53/7 +f 888/50/7 884/53/7 534/50/7 +f 886/53/8 888/50/8 884/53/8 +f 534/50/8 884/53/8 888/50/8 +f 887/50/8 882/53/8 880/50/8 +f 882/53/8 887/50/8 885/53/8 +f 880/50/7 882/53/7 887/50/7 +f 885/53/7 887/50/7 882/53/7 +f 891/50/121 890/51/120 889/50/119 +f 890/51/120 891/50/121 892/51/122 +f 889/50/125 890/51/124 891/50/123 +f 892/51/126 891/50/123 890/51/124 +f 894/51/128 891/50/121 893/50/127 +f 891/50/121 894/51/128 892/51/122 +f 893/50/130 891/50/123 894/51/129 +f 892/51/126 894/51/129 891/50/123 +f 897/52/133 896/50/132 895/50/131 +f 896/50/132 897/52/133 898/52/134 +f 895/50/137 896/50/136 897/52/135 +f 898/52/138 897/52/135 896/50/136 +f 896/50/132 900/52/140 899/50/139 +f 900/52/140 896/50/132 898/52/134 +f 899/50/142 900/52/141 896/50/136 +f 898/52/138 896/50/136 900/52/141 +f 903/50/145 902/52/144 901/50/143 +f 902/52/144 903/50/145 904/52/146 +f 901/50/149 902/52/148 903/50/147 +f 904/52/150 903/50/147 902/52/148 +f 902/52/144 906/52/152 905/52/151 +f 906/52/152 902/52/144 904/52/146 +f 905/52/154 906/52/153 902/52/148 +f 904/52/150 902/52/148 906/52/153 +f 906/52/152 903/50/145 907/50/155 +f 903/50/145 906/52/152 904/52/146 +f 907/50/156 903/50/147 906/52/153 +f 904/52/150 906/52/153 903/50/147 +f 902/52/144 908/50/157 901/50/143 +f 908/50/157 902/52/144 905/52/151 +f 901/50/149 908/50/158 902/52/148 +f 905/52/154 902/52/148 908/50/158 +f 905/52/151 907/50/155 908/50/157 +f 907/50/155 905/52/151 906/52/152 +f 908/50/158 907/50/156 905/52/154 +f 906/52/153 905/52/154 907/50/156 +f 910/52/160 895/50/131 909/50/159 +f 895/50/131 910/52/160 897/52/133 +f 909/50/162 895/50/137 910/52/161 +f 897/52/135 910/52/161 895/50/137 +f 890/51/120 911/50/163 889/50/119 +f 911/50/163 890/51/120 912/51/164 +f 889/50/125 911/50/165 890/51/124 +f 912/51/166 890/51/124 911/50/165 +f 900/52/140 909/50/159 899/50/139 +f 909/50/159 900/52/140 910/52/160 +f 899/50/142 909/50/162 900/52/141 +f 910/52/161 900/52/141 909/50/162 +f 900/52/140 897/52/133 910/52/160 +f 897/52/133 900/52/140 898/52/134 +f 910/52/161 897/52/135 900/52/141 +f 898/52/138 900/52/141 897/52/135 +f 915/51/169 914/51/168 913/51/167 +f 914/51/168 915/51/169 916/51/170 +f 913/51/173 914/51/172 915/51/171 +f 916/51/174 915/51/171 914/51/172 +f 912/51/164 892/51/122 894/51/128 +f 892/51/122 912/51/164 890/51/120 +f 894/51/129 892/51/126 912/51/166 +f 890/51/124 912/51/166 892/51/126 +f 917/50/175 916/51/170 915/51/169 +f 916/51/170 917/50/175 918/50/176 +f 915/51/171 916/51/174 917/50/177 +f 918/50/178 917/50/177 916/51/174 +f 921/50/181 920/51/180 919/50/179 +f 920/51/180 921/50/181 922/51/182 +f 919/50/185 920/51/184 921/50/183 +f 922/51/186 921/50/183 920/51/184 +f 917/50/175 913/51/167 923/50/187 +f 913/51/167 917/50/175 915/51/169 +f 923/50/188 913/51/173 917/50/177 +f 915/51/171 917/50/177 913/51/173 +f 916/51/170 924/50/189 914/51/168 +f 924/50/189 916/51/170 918/50/176 +f 914/51/172 924/50/190 916/51/174 +f 918/50/178 916/51/174 924/50/190 +f 927/51/193 926/50/192 925/50/191 +f 926/50/192 927/51/193 928/51/194 +f 925/50/197 926/50/196 927/51/195 +f 928/51/198 927/51/195 926/50/196 +f 913/51/167 924/50/189 923/50/187 +f 924/50/189 913/51/167 914/51/168 +f 923/50/188 924/50/190 913/51/173 +f 914/51/172 913/51/173 924/50/190 +f 919/50/179 927/51/193 925/50/191 +f 927/51/193 919/50/179 920/51/180 +f 925/50/197 927/51/195 919/50/185 +f 920/51/184 919/50/185 927/51/195 +f 922/51/182 926/50/192 928/51/194 +f 926/50/192 922/51/182 921/50/181 +f 928/51/198 926/50/196 922/51/186 +f 921/50/183 922/51/186 926/50/196 +f 920/51/180 928/51/194 927/51/193 +f 928/51/194 920/51/180 922/51/182 +f 927/51/195 928/51/198 920/51/184 +f 922/51/186 920/51/184 928/51/198 +f 912/51/164 893/50/127 911/50/163 +f 893/50/127 912/51/164 894/51/128 +f 911/50/165 893/50/130 912/51/166 +f 894/51/129 912/51/166 893/50/130 +f 931/53/87 930/50/60 929/50/87 +f 930/50/60 931/53/87 932/53/60 +f 929/50/90 930/50/59 931/53/90 +f 932/53/59 931/53/90 930/50/59 +f 935/53/33 934/53/33 933/53/33 +f 934/53/33 935/53/33 932/53/33 +f 934/53/33 932/53/33 931/53/33 +f 933/53/34 934/53/34 935/53/34 +f 932/53/34 935/53/34 934/53/34 +f 931/53/34 932/53/34 934/53/34 +f 933/53/59 936/50/59 621/50/59 +f 936/50/59 933/53/59 934/53/59 +f 621/50/60 936/50/60 933/53/60 +f 934/53/60 933/53/60 936/50/60 +f 932/53/60 937/50/94 930/50/60 +f 937/50/94 932/53/60 935/53/94 +f 930/50/59 937/50/93 932/53/59 +f 935/53/93 932/53/59 937/50/93 +f 933/53/61 937/50/61 935/53/61 +f 937/50/61 933/53/61 621/50/61 +f 935/53/62 937/50/62 933/53/62 +f 621/50/62 933/53/62 937/50/62 +f 936/50/62 931/53/62 929/50/62 +f 931/53/62 936/50/62 934/53/62 +f 929/50/61 931/53/61 936/50/61 +f 934/53/61 936/50/61 931/53/61 + +g stairs + + + + +usemtl colormap + +f 3/2/1 2/1/1 1/1/1 +f 1/1/2 2/1/2 3/2/2 +f 6/3/4 5/1/3 4/1/2 +f 5/1/3 6/3/4 7/4/3 +f 7/4/3 6/3/4 8/5/3 +f 9/4/3 5/1/3 7/4/3 +f 8/5/3 6/3/4 10/6/3 +f 11/5/3 5/1/3 9/4/3 +f 10/6/3 6/3/4 12/2/3 +f 5/1/3 11/5/3 12/2/3 +f 10/6/3 12/2/3 13/7/3 +f 12/2/3 11/5/3 14/6/3 +f 13/7/3 12/2/3 15/7/3 +f 12/2/3 14/6/3 15/7/3 +f 4/1/1 5/1/6 6/3/5 +f 7/4/6 6/3/5 5/1/6 +f 7/4/6 5/1/6 9/4/6 +f 8/5/6 6/3/5 7/4/6 +f 9/4/6 5/1/6 11/5/6 +f 10/6/6 6/3/5 8/5/6 +f 12/2/6 11/5/6 5/1/6 +f 12/2/6 6/3/5 10/6/6 +f 14/6/6 11/5/6 12/2/6 +f 13/7/6 12/2/6 10/6/6 +f 15/7/6 14/6/6 12/2/6 +f 15/7/6 12/2/6 13/7/6 +f 3/2/7 5/1/7 12/2/7 +f 5/1/7 3/2/7 1/1/7 +f 12/2/8 5/1/8 3/2/8 +f 1/1/8 3/2/8 5/1/8 +f 6/3/9 3/2/9 12/2/9 +f 3/2/9 6/3/9 2/1/9 +f 2/1/9 6/3/9 16/1/9 +f 12/2/10 3/2/10 6/3/10 +f 2/1/10 6/3/10 3/2/10 +f 16/1/10 6/3/10 2/1/10 +f 18/9/11 17/8/11 6/3/5 +f 19/10/11 18/9/11 6/3/5 +f 19/10/11 6/3/5 20/10/11 +f 20/10/11 6/3/5 21/9/11 +f 6/3/5 17/8/11 4/1/1 +f 22/11/11 4/1/1 17/8/11 +f 6/3/5 16/1/11 21/9/11 +f 16/1/11 4/1/1 22/11/11 +f 21/9/11 16/1/11 23/8/11 +f 24/11/11 16/1/11 22/11/11 +f 24/11/11 23/8/11 16/1/11 +f 6/3/4 17/8/12 18/9/12 +f 6/3/4 18/9/12 19/10/12 +f 20/10/12 6/3/4 19/10/12 +f 21/9/12 6/3/4 20/10/12 +f 4/1/2 17/8/12 6/3/4 +f 17/8/12 4/1/2 22/11/12 +f 21/9/12 16/1/12 6/3/4 +f 22/11/12 4/1/2 16/1/12 +f 23/8/12 16/1/12 21/9/12 +f 22/11/12 16/1/12 24/11/12 +f 16/1/12 23/8/12 24/11/12 +f 27/13/13 26/12/14 25/12/13 +f 26/12/14 27/13/13 28/13/14 +f 25/12/15 26/12/16 27/13/15 +f 28/13/16 27/13/15 26/12/16 +f 31/13/15 30/12/16 29/12/15 +f 30/12/16 31/13/15 32/13/16 +f 29/12/13 30/12/14 31/13/13 +f 32/13/14 31/13/13 30/12/14 +f 35/13/18 34/12/17 33/13/17 +f 34/12/17 35/13/18 36/12/18 +f 33/13/20 34/12/20 35/13/19 +f 36/12/19 35/13/19 34/12/20 +f 39/12/20 38/13/19 37/12/19 +f 38/13/19 39/12/20 40/13/20 +f 37/12/18 38/13/18 39/12/17 +f 40/13/17 39/12/17 38/13/18 +f 32/13/16 39/12/20 30/12/16 +f 39/12/20 32/13/16 40/13/20 +f 30/12/14 39/12/17 32/13/14 +f 40/13/17 32/13/14 39/12/17 +f 28/13/14 34/12/17 26/12/14 +f 34/12/17 28/13/14 33/13/17 +f 26/12/16 34/12/20 28/13/16 +f 33/13/20 28/13/16 34/12/20 +f 35/13/18 29/12/15 36/12/18 +f 29/12/15 35/13/18 31/13/15 +f 36/12/19 29/12/13 35/13/19 +f 31/13/13 35/13/19 29/12/13 +f 38/13/19 25/12/13 37/12/19 +f 25/12/13 38/13/19 27/13/13 +f 37/12/18 25/12/15 38/13/18 +f 27/13/15 38/13/18 25/12/15 +f 28/13/21 35/13/21 33/13/21 +f 35/13/21 28/13/21 31/13/21 +f 31/13/21 28/13/21 27/13/21 +f 31/13/21 27/13/21 32/13/21 +f 32/13/21 27/13/21 38/13/21 +f 32/13/21 38/13/21 40/13/21 +f 33/13/22 35/13/22 28/13/22 +f 31/13/22 28/13/22 35/13/22 +f 27/13/22 28/13/22 31/13/22 +f 32/13/22 27/13/22 31/13/22 +f 38/13/22 27/13/22 32/13/22 +f 40/13/22 38/13/22 32/13/22 +f 29/12/22 34/12/22 36/12/22 +f 34/12/22 29/12/22 26/12/22 +f 26/12/22 29/12/22 30/12/22 +f 26/12/22 30/12/22 25/12/22 +f 25/12/22 30/12/22 39/12/22 +f 25/12/22 39/12/22 37/12/22 +f 36/12/21 34/12/21 29/12/21 +f 26/12/21 29/12/21 34/12/21 +f 30/12/21 29/12/21 26/12/21 +f 25/12/21 30/12/21 26/12/21 +f 39/12/21 30/12/21 25/12/21 +f 37/12/21 39/12/21 25/12/21 +f 43/13/23 42/12/24 41/12/23 +f 42/12/24 43/13/23 44/13/24 +f 41/12/25 42/12/26 43/13/25 +f 44/13/26 43/13/25 42/12/26 +f 47/13/25 46/12/26 45/12/25 +f 46/12/26 47/13/25 48/13/26 +f 45/12/23 46/12/24 47/13/23 +f 48/13/24 47/13/23 46/12/24 +f 51/13/28 50/12/27 49/13/27 +f 50/12/27 51/13/28 52/12/28 +f 49/13/30 50/12/30 51/13/29 +f 52/12/29 51/13/29 50/12/30 +f 55/12/30 54/13/29 53/12/29 +f 54/13/29 55/12/30 56/13/30 +f 53/12/28 54/13/28 55/12/27 +f 56/13/27 55/12/27 54/13/28 +f 48/13/26 55/12/30 46/12/26 +f 55/12/30 48/13/26 56/13/30 +f 46/12/24 55/12/27 48/13/24 +f 56/13/27 48/13/24 55/12/27 +f 44/13/24 50/12/27 42/12/24 +f 50/12/27 44/13/24 49/13/27 +f 42/12/26 50/12/30 44/13/26 +f 49/13/30 44/13/26 50/12/30 +f 51/13/28 45/12/25 52/12/28 +f 45/12/25 51/13/28 47/13/25 +f 52/12/29 45/12/23 51/13/29 +f 47/13/23 51/13/29 45/12/23 +f 54/13/29 41/12/23 53/12/29 +f 41/12/23 54/13/29 43/13/23 +f 53/12/28 41/12/25 54/13/28 +f 43/13/25 54/13/28 41/12/25 +f 44/13/31 51/13/31 49/13/31 +f 51/13/31 44/13/31 47/13/31 +f 47/13/31 44/13/31 43/13/31 +f 47/13/31 43/13/31 48/13/31 +f 48/13/31 43/13/31 54/13/31 +f 48/13/31 54/13/31 56/13/31 +f 49/13/32 51/13/32 44/13/32 +f 47/13/32 44/13/32 51/13/32 +f 43/13/32 44/13/32 47/13/32 +f 48/13/32 43/13/32 47/13/32 +f 54/13/32 43/13/32 48/13/32 +f 56/13/32 54/13/32 48/13/32 +f 45/12/32 50/12/32 52/12/32 +f 50/12/32 45/12/32 42/12/32 +f 42/12/32 45/12/32 46/12/32 +f 42/12/32 46/12/32 41/12/32 +f 41/12/32 46/12/32 55/12/32 +f 41/12/32 55/12/32 53/12/32 +f 52/12/31 50/12/31 45/12/31 +f 42/12/31 45/12/31 50/12/31 +f 46/12/31 45/12/31 42/12/31 +f 41/12/31 46/12/31 42/12/31 +f 55/12/31 46/12/31 41/12/31 +f 53/12/31 55/12/31 41/12/31 +f 62/2/2 81/1/2 98/26/38 +f 64/1/38 98/26/38 81/1/2 +f 97/27/38 62/2/2 98/26/38 +f 95/29/38 98/26/38 64/1/38 +f 96/28/38 62/2/2 97/27/38 +f 93/28/38 62/2/2 96/28/38 +f 95/29/38 64/1/38 94/29/38 +f 94/29/38 64/1/38 91/26/38 +f 62/2/2 93/28/38 61/2/38 +f 61/2/38 91/26/38 64/1/38 +f 93/28/38 92/27/38 61/2/38 +f 92/27/38 91/26/38 61/2/38 +f 89/22/37 63/2/37 90/23/37 +f 90/23/37 63/2/37 88/24/37 +f 82/22/37 63/2/37 89/22/37 +f 63/2/37 65/1/37 88/24/37 +f 88/24/37 65/1/37 87/25/37 +f 81/1/2 87/25/37 65/1/37 +f 87/25/37 81/1/2 86/25/37 +f 86/25/37 81/1/2 85/24/37 +f 85/24/37 81/1/2 77/20/37 +f 84/23/37 85/24/37 77/20/37 +f 82/22/37 84/23/37 77/20/37 +f 83/21/37 82/22/37 77/20/37 +f 80/21/37 82/22/37 83/21/37 +f 72/14/37 63/2/37 82/22/37 +f 80/21/37 74/16/37 82/22/37 +f 74/16/37 72/14/37 82/22/37 +f 62/2/2 77/20/37 81/1/2 +f 79/20/37 74/16/37 80/21/37 +f 78/19/37 74/16/37 79/20/37 +f 76/18/37 74/16/37 78/19/37 +f 75/19/37 77/20/37 62/2/2 +f 73/18/37 74/16/37 76/18/37 +f 73/18/37 75/19/37 62/2/2 +f 74/16/37 73/18/37 68/16/37 +f 68/16/37 73/18/37 62/2/2 +f 71/15/37 63/2/37 72/14/37 +f 66/14/37 68/16/37 62/2/2 +f 70/17/37 63/2/37 71/15/37 +f 69/17/37 63/2/37 70/17/37 +f 63/2/37 69/17/37 62/2/2 +f 69/17/37 67/15/37 62/2/2 +f 67/15/37 66/14/37 62/2/2 +f 98/26/36 81/1/1 62/2/1 +f 81/1/1 98/26/36 64/1/36 +f 98/26/36 62/2/1 97/27/36 +f 64/1/36 98/26/36 95/29/36 +f 97/27/36 62/2/1 96/28/36 +f 96/28/36 62/2/1 93/28/36 +f 94/29/36 64/1/36 95/29/36 +f 91/26/36 64/1/36 94/29/36 +f 61/2/36 93/28/36 62/2/1 +f 64/1/36 91/26/36 61/2/36 +f 61/2/36 92/27/36 93/28/36 +f 61/2/36 91/26/36 92/27/36 +f 90/23/35 63/2/35 89/22/35 +f 88/24/35 63/2/35 90/23/35 +f 89/22/35 63/2/35 82/22/35 +f 88/24/35 65/1/35 63/2/35 +f 87/25/35 65/1/35 88/24/35 +f 65/1/35 87/25/35 81/1/1 +f 86/25/35 81/1/1 87/25/35 +f 85/24/35 81/1/1 86/25/35 +f 77/20/35 81/1/1 85/24/35 +f 77/20/35 85/24/35 84/23/35 +f 77/20/35 84/23/35 82/22/35 +f 77/20/35 82/22/35 83/21/35 +f 83/21/35 82/22/35 80/21/35 +f 82/22/35 63/2/35 72/14/35 +f 82/22/35 74/16/35 80/21/35 +f 82/22/35 72/14/35 74/16/35 +f 81/1/1 77/20/35 62/2/1 +f 80/21/35 74/16/35 79/20/35 +f 79/20/35 74/16/35 78/19/35 +f 78/19/35 74/16/35 76/18/35 +f 62/2/1 77/20/35 75/19/35 +f 76/18/35 74/16/35 73/18/35 +f 62/2/1 75/19/35 73/18/35 +f 68/16/35 73/18/35 74/16/35 +f 62/2/1 73/18/35 68/16/35 +f 72/14/35 63/2/35 71/15/35 +f 71/15/35 63/2/35 70/17/35 +f 70/17/35 63/2/35 69/17/35 +f 62/2/1 69/17/35 63/2/35 +f 62/2/1 67/15/35 69/17/35 +f 62/2/1 68/16/35 66/14/35 +f 62/2/1 66/14/35 67/15/35 +f 63/2/8 58/1/8 60/2/8 +f 58/1/8 63/2/8 65/1/8 +f 60/2/7 58/1/7 63/2/7 +f 65/1/7 63/2/7 58/1/7 +f 64/1/7 59/2/7 57/1/7 +f 59/2/7 64/1/7 61/2/7 +f 57/1/8 59/2/8 64/1/8 +f 61/2/8 64/1/8 59/2/8 +f 60/2/34 62/2/34 63/2/34 +f 60/2/34 61/2/34 62/2/34 +f 61/2/34 60/2/34 59/2/34 +f 63/2/33 62/2/33 60/2/33 +f 62/2/33 61/2/33 60/2/33 +f 59/2/33 60/2/33 61/2/33 +f 58/1/2 59/2/2 60/2/2 +f 59/2/2 58/1/2 57/1/2 +f 60/2/1 59/2/1 58/1/1 +f 57/1/1 58/1/1 59/2/1 +f 99/12/47 113/12/47 111/12/47 +f 99/12/47 104/12/47 113/12/47 +f 100/12/47 104/12/47 99/12/47 +f 100/12/47 103/12/47 104/12/47 +f 108/12/47 103/12/47 100/12/47 +f 103/12/47 108/12/47 110/12/47 +f 111/12/48 113/12/48 99/12/48 +f 113/12/48 104/12/48 99/12/48 +f 99/12/48 104/12/48 100/12/48 +f 104/12/48 103/12/48 100/12/48 +f 100/12/48 103/12/48 108/12/48 +f 110/12/48 108/12/48 103/12/48 +f 106/13/48 112/13/48 114/13/48 +f 106/13/48 101/13/48 112/13/48 +f 105/13/48 101/13/48 106/13/48 +f 105/13/48 102/13/48 101/13/48 +f 109/13/48 102/13/48 105/13/48 +f 102/13/48 109/13/48 107/13/48 +f 114/13/47 112/13/47 106/13/47 +f 112/13/47 101/13/47 106/13/47 +f 106/13/47 101/13/47 105/13/47 +f 101/13/47 102/13/47 105/13/47 +f 105/13/47 102/13/47 109/13/47 +f 107/13/47 109/13/47 102/13/47 +f 99/12/41 112/13/44 101/13/41 +f 112/13/44 99/12/41 111/12/44 +f 101/13/39 112/13/45 99/12/39 +f 111/12/45 99/12/39 112/13/45 +f 103/12/39 109/13/45 105/13/39 +f 109/13/45 103/12/39 110/12/45 +f 105/13/41 109/13/44 103/12/41 +f 110/12/44 103/12/41 109/13/44 +f 108/12/46 102/13/42 107/13/46 +f 102/13/42 108/12/46 100/12/42 +f 107/13/43 102/13/40 108/12/43 +f 100/12/40 108/12/43 102/13/40 +f 113/12/43 106/13/40 114/13/43 +f 106/13/40 113/12/43 104/12/40 +f 114/13/46 106/13/42 113/12/46 +f 104/12/42 113/12/46 106/13/42 +f 112/13/44 113/12/43 114/13/43 +f 113/12/43 112/13/44 111/12/44 +f 114/13/46 113/12/46 112/13/45 +f 111/12/45 112/13/45 113/12/46 +f 108/12/46 109/13/45 110/12/45 +f 109/13/45 108/12/46 107/13/46 +f 110/12/44 109/13/44 108/12/43 +f 107/13/43 108/12/43 109/13/44 +f 104/12/40 105/13/39 106/13/40 +f 105/13/39 104/12/40 103/12/39 +f 106/13/42 105/13/41 104/12/42 +f 103/12/41 104/12/42 105/13/41 +f 100/12/42 101/13/41 102/13/42 +f 101/13/41 100/12/42 99/12/41 +f 102/13/40 101/13/39 100/12/40 +f 99/12/39 100/12/40 101/13/39 +f 115/12/47 129/12/47 127/12/47 +f 115/12/47 120/12/47 129/12/47 +f 116/12/47 120/12/47 115/12/47 +f 116/12/47 119/12/47 120/12/47 +f 124/12/47 119/12/47 116/12/47 +f 119/12/47 124/12/47 126/12/47 +f 127/12/48 129/12/48 115/12/48 +f 129/12/48 120/12/48 115/12/48 +f 115/12/48 120/12/48 116/12/48 +f 120/12/48 119/12/48 116/12/48 +f 116/12/48 119/12/48 124/12/48 +f 126/12/48 124/12/48 119/12/48 +f 122/13/48 128/13/48 130/13/48 +f 122/13/48 117/13/48 128/13/48 +f 121/13/48 117/13/48 122/13/48 +f 121/13/48 118/13/48 117/13/48 +f 125/13/48 118/13/48 121/13/48 +f 118/13/48 125/13/48 123/13/48 +f 130/13/47 128/13/47 122/13/47 +f 128/13/47 117/13/47 122/13/47 +f 122/13/47 117/13/47 121/13/47 +f 117/13/47 118/13/47 121/13/47 +f 121/13/47 118/13/47 125/13/47 +f 123/13/47 125/13/47 118/13/47 +f 115/12/41 128/13/44 117/13/41 +f 128/13/44 115/12/41 127/12/44 +f 117/13/39 128/13/45 115/12/39 +f 127/12/45 115/12/39 128/13/45 +f 119/12/39 125/13/45 121/13/39 +f 125/13/45 119/12/39 126/12/45 +f 121/13/41 125/13/44 119/12/41 +f 126/12/44 119/12/41 125/13/44 +f 124/12/46 118/13/42 123/13/46 +f 118/13/42 124/12/46 116/12/42 +f 123/13/43 118/13/40 124/12/43 +f 116/12/40 124/12/43 118/13/40 +f 129/12/43 122/13/40 130/13/43 +f 122/13/40 129/12/43 120/12/40 +f 130/13/46 122/13/42 129/12/46 +f 120/12/42 129/12/46 122/13/42 +f 128/13/44 129/12/43 130/13/43 +f 129/12/43 128/13/44 127/12/44 +f 130/13/46 129/12/46 128/13/45 +f 127/12/45 128/13/45 129/12/46 +f 124/12/46 125/13/45 126/12/45 +f 125/13/45 124/12/46 123/13/46 +f 126/12/44 125/13/44 124/12/43 +f 123/13/43 124/12/43 125/13/44 +f 120/12/40 121/13/39 122/13/40 +f 121/13/39 120/12/40 119/12/39 +f 122/13/42 121/13/41 120/12/42 +f 119/12/41 120/12/42 121/13/41 +f 116/12/42 117/13/41 118/13/42 +f 117/13/41 116/12/42 115/12/41 +f 118/13/40 117/13/39 116/12/40 +f 115/12/39 116/12/40 117/13/39 +f 131/12/47 145/12/47 143/12/47 +f 131/12/47 136/12/47 145/12/47 +f 132/12/47 136/12/47 131/12/47 +f 132/12/47 135/12/47 136/12/47 +f 140/12/47 135/12/47 132/12/47 +f 135/12/47 140/12/47 142/12/47 +f 143/12/48 145/12/48 131/12/48 +f 145/12/48 136/12/48 131/12/48 +f 131/12/48 136/12/48 132/12/48 +f 136/12/48 135/12/48 132/12/48 +f 132/12/48 135/12/48 140/12/48 +f 142/12/48 140/12/48 135/12/48 +f 138/13/48 144/13/48 146/13/48 +f 138/13/48 133/13/48 144/13/48 +f 137/13/48 133/13/48 138/13/48 +f 137/13/48 134/13/48 133/13/48 +f 141/13/48 134/13/48 137/13/48 +f 134/13/48 141/13/48 139/13/48 +f 146/13/47 144/13/47 138/13/47 +f 144/13/47 133/13/47 138/13/47 +f 138/13/47 133/13/47 137/13/47 +f 133/13/47 134/13/47 137/13/47 +f 137/13/47 134/13/47 141/13/47 +f 139/13/47 141/13/47 134/13/47 +f 131/12/41 144/13/44 133/13/41 +f 144/13/44 131/12/41 143/12/44 +f 133/13/39 144/13/45 131/12/39 +f 143/12/45 131/12/39 144/13/45 +f 135/12/39 141/13/45 137/13/39 +f 141/13/45 135/12/39 142/12/45 +f 137/13/41 141/13/44 135/12/41 +f 142/12/44 135/12/41 141/13/44 +f 140/12/46 134/13/42 139/13/46 +f 134/13/42 140/12/46 132/12/42 +f 139/13/43 134/13/40 140/12/43 +f 132/12/40 140/12/43 134/13/40 +f 145/12/43 138/13/40 146/13/43 +f 138/13/40 145/12/43 136/12/40 +f 146/13/46 138/13/42 145/12/46 +f 136/12/42 145/12/46 138/13/42 +f 144/13/44 145/12/43 146/13/43 +f 145/12/43 144/13/44 143/12/44 +f 146/13/46 145/12/46 144/13/45 +f 143/12/45 144/13/45 145/12/46 +f 140/12/46 141/13/45 142/12/45 +f 141/13/45 140/12/46 139/13/46 +f 142/12/44 141/13/44 140/12/43 +f 139/13/43 140/12/43 141/13/44 +f 136/12/40 137/13/39 138/13/40 +f 137/13/39 136/12/40 135/12/39 +f 138/13/42 137/13/41 136/12/42 +f 135/12/41 136/12/42 137/13/41 +f 132/12/42 133/13/41 134/13/42 +f 133/13/41 132/12/42 131/12/41 +f 134/13/40 133/13/39 132/12/40 +f 131/12/39 132/12/40 133/13/39 +f 147/12/57 161/12/57 159/12/57 +f 147/12/57 152/12/57 161/12/57 +f 148/12/57 152/12/57 147/12/57 +f 148/12/57 151/12/57 152/12/57 +f 156/12/57 151/12/57 148/12/57 +f 151/12/57 156/12/57 158/12/57 +f 159/12/58 161/12/58 147/12/58 +f 161/12/58 152/12/58 147/12/58 +f 147/12/58 152/12/58 148/12/58 +f 152/12/58 151/12/58 148/12/58 +f 148/12/58 151/12/58 156/12/58 +f 158/12/58 156/12/58 151/12/58 +f 154/13/58 160/13/58 162/13/58 +f 154/13/58 149/13/58 160/13/58 +f 153/13/58 149/13/58 154/13/58 +f 153/13/58 150/13/58 149/13/58 +f 157/13/58 150/13/58 153/13/58 +f 150/13/58 157/13/58 155/13/58 +f 162/13/57 160/13/57 154/13/57 +f 160/13/57 149/13/57 154/13/57 +f 154/13/57 149/13/57 153/13/57 +f 149/13/57 150/13/57 153/13/57 +f 153/13/57 150/13/57 157/13/57 +f 155/13/57 157/13/57 150/13/57 +f 147/12/51 160/13/54 149/13/51 +f 160/13/54 147/12/51 159/12/54 +f 149/13/49 160/13/55 147/12/49 +f 159/12/55 147/12/49 160/13/55 +f 151/12/49 157/13/55 153/13/49 +f 157/13/55 151/12/49 158/12/55 +f 153/13/51 157/13/54 151/12/51 +f 158/12/54 151/12/51 157/13/54 +f 156/12/56 150/13/52 155/13/56 +f 150/13/52 156/12/56 148/12/52 +f 155/13/53 150/13/50 156/12/53 +f 148/12/50 156/12/53 150/13/50 +f 161/12/53 154/13/50 162/13/53 +f 154/13/50 161/12/53 152/12/50 +f 162/13/56 154/13/52 161/12/56 +f 152/12/52 161/12/56 154/13/52 +f 160/13/54 161/12/53 162/13/53 +f 161/12/53 160/13/54 159/12/54 +f 162/13/56 161/12/56 160/13/55 +f 159/12/55 160/13/55 161/12/56 +f 156/12/56 157/13/55 158/12/55 +f 157/13/55 156/12/56 155/13/56 +f 158/12/54 157/13/54 156/12/53 +f 155/13/53 156/12/53 157/13/54 +f 152/12/50 153/13/49 154/13/50 +f 153/13/49 152/12/50 151/12/49 +f 154/13/52 153/13/51 152/12/52 +f 151/12/51 152/12/52 153/13/51 +f 148/12/52 149/13/51 150/13/52 +f 149/13/51 148/12/52 147/12/51 +f 150/13/50 149/13/49 148/12/50 +f 147/12/49 148/12/50 149/13/49 +f 165/2/59 164/1/59 163/1/59 +f 164/1/59 165/2/59 166/2/59 +f 163/1/60 164/1/60 165/2/60 +f 166/2/60 165/2/60 164/1/60 +f 167/2/33 166/2/33 165/2/33 +f 166/2/33 167/2/33 168/2/33 +f 166/2/33 168/2/33 169/2/33 +f 165/2/34 166/2/34 167/2/34 +f 168/2/34 167/2/34 166/2/34 +f 169/2/34 168/2/34 166/2/34 +f 165/2/61 170/1/61 167/2/61 +f 170/1/61 165/2/61 163/1/61 +f 167/2/62 170/1/62 165/2/62 +f 163/1/62 165/2/62 170/1/62 +f 164/1/62 169/2/62 171/1/62 +f 169/2/62 164/1/62 166/2/62 +f 171/1/61 169/2/61 164/1/61 +f 166/2/61 164/1/61 169/2/61 +f 173/15/63 172/14/63 168/2/59 +f 172/14/63 174/16/63 168/2/59 +f 175/17/63 173/15/63 168/2/59 +f 169/2/63 175/17/63 168/2/59 +f 175/17/63 169/2/63 176/17/63 +f 176/17/63 169/2/63 177/15/63 +f 177/15/63 169/2/63 178/14/63 +f 174/16/63 179/18/63 168/2/59 +f 180/16/63 179/18/63 174/16/63 +f 179/18/63 181/19/63 168/2/59 +f 179/18/63 180/16/63 182/18/63 +f 181/19/63 183/20/63 168/2/59 +f 182/18/63 180/16/63 184/19/63 +f 184/19/63 180/16/63 185/20/63 +f 185/20/63 180/16/63 186/21/63 +f 168/2/59 183/20/63 187/1/59 +f 180/16/63 178/14/63 188/22/63 +f 186/21/63 180/16/63 188/22/63 +f 178/14/63 169/2/63 188/22/63 +f 186/21/63 188/22/63 189/21/63 +f 189/21/63 188/22/63 183/20/63 +f 188/22/63 190/23/63 183/20/63 +f 190/23/63 191/24/63 183/20/63 +f 191/24/63 187/1/59 183/20/63 +f 192/25/63 187/1/59 191/24/63 +f 193/25/63 187/1/59 192/25/63 +f 187/1/59 193/25/63 171/1/63 +f 194/24/63 171/1/63 193/25/63 +f 169/2/63 171/1/63 194/24/63 +f 188/22/63 169/2/63 195/22/63 +f 196/23/63 169/2/63 194/24/63 +f 195/22/63 169/2/63 196/23/63 +f 198/27/64 197/26/64 167/2/64 +f 199/28/64 198/27/64 167/2/64 +f 167/2/64 197/26/64 170/1/64 +f 168/2/59 199/28/64 167/2/64 +f 200/29/64 170/1/64 197/26/64 +f 201/29/64 170/1/64 200/29/64 +f 199/28/64 168/2/59 202/28/64 +f 202/28/64 168/2/59 203/27/64 +f 201/29/64 204/26/64 170/1/64 +f 203/27/64 168/2/59 204/26/64 +f 170/1/64 204/26/64 187/1/59 +f 168/2/59 187/1/59 204/26/64 +f 168/2/60 172/14/65 173/15/65 +f 168/2/60 173/15/65 175/17/65 +f 168/2/60 175/17/65 169/2/65 +f 176/17/65 169/2/65 175/17/65 +f 177/15/65 169/2/65 176/17/65 +f 168/2/60 174/16/65 172/14/65 +f 178/14/65 169/2/65 177/15/65 +f 168/2/60 179/18/65 174/16/65 +f 174/16/65 179/18/65 180/16/65 +f 168/2/60 181/19/65 179/18/65 +f 182/18/65 180/16/65 179/18/65 +f 168/2/60 183/20/65 181/19/65 +f 184/19/65 180/16/65 182/18/65 +f 185/20/65 180/16/65 184/19/65 +f 186/21/65 180/16/65 185/20/65 +f 187/1/60 183/20/65 168/2/60 +f 188/22/65 178/14/65 180/16/65 +f 188/22/65 180/16/65 186/21/65 +f 188/22/65 169/2/65 178/14/65 +f 189/21/65 188/22/65 186/21/65 +f 183/20/65 188/22/65 189/21/65 +f 183/20/65 190/23/65 188/22/65 +f 183/20/65 191/24/65 190/23/65 +f 183/20/65 187/1/60 191/24/65 +f 191/24/65 187/1/60 192/25/65 +f 192/25/65 187/1/60 193/25/65 +f 171/1/65 193/25/65 187/1/60 +f 193/25/65 171/1/65 194/24/65 +f 194/24/65 171/1/65 169/2/65 +f 195/22/65 169/2/65 188/22/65 +f 194/24/65 169/2/65 196/23/65 +f 196/23/65 169/2/65 195/22/65 +f 167/2/66 197/26/66 198/27/66 +f 167/2/66 198/27/66 199/28/66 +f 170/1/66 197/26/66 167/2/66 +f 167/2/66 199/28/66 168/2/60 +f 197/26/66 170/1/66 200/29/66 +f 200/29/66 170/1/66 201/29/66 +f 202/28/66 168/2/60 199/28/66 +f 203/27/66 168/2/60 202/28/66 +f 170/1/66 204/26/66 201/29/66 +f 204/26/66 168/2/60 203/27/66 +f 187/1/60 204/26/66 170/1/66 +f 204/26/66 187/1/60 168/2/60 +f 207/13/67 206/12/68 205/12/67 +f 206/12/68 207/13/67 208/13/68 +f 205/12/69 206/12/70 207/13/69 +f 208/13/70 207/13/69 206/12/70 +f 211/13/69 210/12/70 209/12/69 +f 210/12/70 211/13/69 212/13/70 +f 209/12/67 210/12/68 211/13/67 +f 212/13/68 211/13/67 210/12/68 +f 215/13/72 214/12/71 213/13/71 +f 214/12/71 215/13/72 216/12/72 +f 213/13/74 214/12/74 215/13/73 +f 216/12/73 215/13/73 214/12/74 +f 219/12/74 218/13/73 217/12/73 +f 218/13/73 219/12/74 220/13/74 +f 217/12/72 218/13/72 219/12/71 +f 220/13/71 219/12/71 218/13/72 +f 212/13/70 219/12/74 210/12/70 +f 219/12/74 212/13/70 220/13/74 +f 210/12/68 219/12/71 212/13/68 +f 220/13/71 212/13/68 219/12/71 +f 208/13/68 214/12/71 206/12/68 +f 214/12/71 208/13/68 213/13/71 +f 206/12/70 214/12/74 208/13/70 +f 213/13/74 208/13/70 214/12/74 +f 215/13/72 209/12/69 216/12/72 +f 209/12/69 215/13/72 211/13/69 +f 216/12/73 209/12/67 215/13/73 +f 211/13/67 215/13/73 209/12/67 +f 218/13/73 205/12/67 217/12/73 +f 205/12/67 218/13/73 207/13/67 +f 217/12/72 205/12/69 218/13/72 +f 207/13/69 218/13/72 205/12/69 +f 208/13/75 215/13/75 213/13/75 +f 215/13/75 208/13/75 211/13/75 +f 211/13/75 208/13/75 207/13/75 +f 211/13/75 207/13/75 212/13/75 +f 212/13/75 207/13/75 218/13/75 +f 212/13/75 218/13/75 220/13/75 +f 213/13/76 215/13/76 208/13/76 +f 211/13/76 208/13/76 215/13/76 +f 207/13/76 208/13/76 211/13/76 +f 212/13/76 207/13/76 211/13/76 +f 218/13/76 207/13/76 212/13/76 +f 220/13/76 218/13/76 212/13/76 +f 209/12/76 214/12/76 216/12/76 +f 214/12/76 209/12/76 206/12/76 +f 206/12/76 209/12/76 210/12/76 +f 206/12/76 210/12/76 205/12/76 +f 205/12/76 210/12/76 219/12/76 +f 205/12/76 219/12/76 217/12/76 +f 216/12/75 214/12/75 209/12/75 +f 206/12/75 209/12/75 214/12/75 +f 210/12/75 209/12/75 206/12/75 +f 205/12/75 210/12/75 206/12/75 +f 219/12/75 210/12/75 205/12/75 +f 217/12/75 219/12/75 205/12/75 +f 223/13/67 222/12/68 221/12/67 +f 222/12/68 223/13/67 224/13/68 +f 221/12/69 222/12/70 223/13/69 +f 224/13/70 223/13/69 222/12/70 +f 227/13/69 226/12/70 225/12/69 +f 226/12/70 227/13/69 228/13/70 +f 225/12/67 226/12/68 227/13/67 +f 228/13/68 227/13/67 226/12/68 +f 231/13/72 230/12/71 229/13/71 +f 230/12/71 231/13/72 232/12/72 +f 229/13/74 230/12/74 231/13/73 +f 232/12/73 231/13/73 230/12/74 +f 235/12/74 234/13/73 233/12/73 +f 234/13/73 235/12/74 236/13/74 +f 233/12/72 234/13/72 235/12/71 +f 236/13/71 235/12/71 234/13/72 +f 228/13/70 235/12/74 226/12/70 +f 235/12/74 228/13/70 236/13/74 +f 226/12/68 235/12/71 228/13/68 +f 236/13/71 228/13/68 235/12/71 +f 224/13/68 230/12/71 222/12/68 +f 230/12/71 224/13/68 229/13/71 +f 222/12/70 230/12/74 224/13/70 +f 229/13/74 224/13/70 230/12/74 +f 231/13/72 225/12/69 232/12/72 +f 225/12/69 231/13/72 227/13/69 +f 232/12/73 225/12/67 231/13/73 +f 227/13/67 231/13/73 225/12/67 +f 234/13/73 221/12/67 233/12/73 +f 221/12/67 234/13/73 223/13/67 +f 233/12/72 221/12/69 234/13/72 +f 223/13/69 234/13/72 221/12/69 +f 224/13/75 231/13/75 229/13/75 +f 231/13/75 224/13/75 227/13/75 +f 227/13/75 224/13/75 223/13/75 +f 227/13/75 223/13/75 228/13/75 +f 228/13/75 223/13/75 234/13/75 +f 228/13/75 234/13/75 236/13/75 +f 229/13/76 231/13/76 224/13/76 +f 227/13/76 224/13/76 231/13/76 +f 223/13/76 224/13/76 227/13/76 +f 228/13/76 223/13/76 227/13/76 +f 234/13/76 223/13/76 228/13/76 +f 236/13/76 234/13/76 228/13/76 +f 225/12/76 230/12/76 232/12/76 +f 230/12/76 225/12/76 222/12/76 +f 222/12/76 225/12/76 226/12/76 +f 222/12/76 226/12/76 221/12/76 +f 221/12/76 226/12/76 235/12/76 +f 221/12/76 235/12/76 233/12/76 +f 232/12/75 230/12/75 225/12/75 +f 222/12/75 225/12/75 230/12/75 +f 226/12/75 225/12/75 222/12/75 +f 221/12/75 226/12/75 222/12/75 +f 235/12/75 226/12/75 221/12/75 +f 233/12/75 235/12/75 221/12/75 +f 239/13/67 238/12/68 237/12/67 +f 238/12/68 239/13/67 240/13/68 +f 237/12/69 238/12/70 239/13/69 +f 240/13/70 239/13/69 238/12/70 +f 243/13/69 242/12/70 241/12/69 +f 242/12/70 243/13/69 244/13/70 +f 241/12/67 242/12/68 243/13/67 +f 244/13/68 243/13/67 242/12/68 +f 247/13/72 246/12/71 245/13/71 +f 246/12/71 247/13/72 248/12/72 +f 245/13/74 246/12/74 247/13/73 +f 248/12/73 247/13/73 246/12/74 +f 251/12/74 250/13/73 249/12/73 +f 250/13/73 251/12/74 252/13/74 +f 249/12/72 250/13/72 251/12/71 +f 252/13/71 251/12/71 250/13/72 +f 244/13/70 251/12/74 242/12/70 +f 251/12/74 244/13/70 252/13/74 +f 242/12/68 251/12/71 244/13/68 +f 252/13/71 244/13/68 251/12/71 +f 240/13/68 246/12/71 238/12/68 +f 246/12/71 240/13/68 245/13/71 +f 238/12/70 246/12/74 240/13/70 +f 245/13/74 240/13/70 246/12/74 +f 247/13/72 241/12/69 248/12/72 +f 241/12/69 247/13/72 243/13/69 +f 248/12/73 241/12/67 247/13/73 +f 243/13/67 247/13/73 241/12/67 +f 250/13/73 237/12/67 249/12/73 +f 237/12/67 250/13/73 239/13/67 +f 249/12/72 237/12/69 250/13/72 +f 239/13/69 250/13/72 237/12/69 +f 240/13/75 247/13/75 245/13/75 +f 247/13/75 240/13/75 243/13/75 +f 243/13/75 240/13/75 239/13/75 +f 243/13/75 239/13/75 244/13/75 +f 244/13/75 239/13/75 250/13/75 +f 244/13/75 250/13/75 252/13/75 +f 245/13/76 247/13/76 240/13/76 +f 243/13/76 240/13/76 247/13/76 +f 239/13/76 240/13/76 243/13/76 +f 244/13/76 239/13/76 243/13/76 +f 250/13/76 239/13/76 244/13/76 +f 252/13/76 250/13/76 244/13/76 +f 241/12/76 246/12/76 248/12/76 +f 246/12/76 241/12/76 238/12/76 +f 238/12/76 241/12/76 242/12/76 +f 238/12/76 242/12/76 237/12/76 +f 237/12/76 242/12/76 251/12/76 +f 237/12/76 251/12/76 249/12/76 +f 248/12/75 246/12/75 241/12/75 +f 238/12/75 241/12/75 246/12/75 +f 242/12/75 241/12/75 238/12/75 +f 237/12/75 242/12/75 238/12/75 +f 251/12/75 242/12/75 237/12/75 +f 249/12/75 251/12/75 237/12/75 +f 255/13/77 254/12/78 253/12/77 +f 254/12/78 255/13/77 256/13/78 +f 253/12/79 254/12/80 255/13/79 +f 256/13/80 255/13/79 254/12/80 +f 259/13/79 258/12/80 257/12/79 +f 258/12/80 259/13/79 260/13/80 +f 257/12/77 258/12/78 259/13/77 +f 260/13/78 259/13/77 258/12/78 +f 263/13/82 262/12/81 261/13/81 +f 262/12/81 263/13/82 264/12/82 +f 261/13/84 262/12/84 263/13/83 +f 264/12/83 263/13/83 262/12/84 +f 267/12/84 266/13/83 265/12/83 +f 266/13/83 267/12/84 268/13/84 +f 265/12/82 266/13/82 267/12/81 +f 268/13/81 267/12/81 266/13/82 +f 260/13/80 267/12/84 258/12/80 +f 267/12/84 260/13/80 268/13/84 +f 258/12/78 267/12/81 260/13/78 +f 268/13/81 260/13/78 267/12/81 +f 256/13/78 262/12/81 254/12/78 +f 262/12/81 256/13/78 261/13/81 +f 254/12/80 262/12/84 256/13/80 +f 261/13/84 256/13/80 262/12/84 +f 263/13/82 257/12/79 264/12/82 +f 257/12/79 263/13/82 259/13/79 +f 264/12/83 257/12/77 263/13/83 +f 259/13/77 263/13/83 257/12/77 +f 266/13/83 253/12/77 265/12/83 +f 253/12/77 266/13/83 255/13/77 +f 265/12/82 253/12/79 266/13/82 +f 255/13/79 266/13/82 253/12/79 +f 256/13/85 263/13/85 261/13/85 +f 263/13/85 256/13/85 259/13/85 +f 259/13/85 256/13/85 255/13/85 +f 259/13/85 255/13/85 260/13/85 +f 260/13/85 255/13/85 266/13/85 +f 260/13/85 266/13/85 268/13/85 +f 261/13/86 263/13/86 256/13/86 +f 259/13/86 256/13/86 263/13/86 +f 255/13/86 256/13/86 259/13/86 +f 260/13/86 255/13/86 259/13/86 +f 266/13/86 255/13/86 260/13/86 +f 268/13/86 266/13/86 260/13/86 +f 257/12/86 262/12/86 264/12/86 +f 262/12/86 257/12/86 254/12/86 +f 254/12/86 257/12/86 258/12/86 +f 254/12/86 258/12/86 253/12/86 +f 253/12/86 258/12/86 267/12/86 +f 253/12/86 267/12/86 265/12/86 +f 264/12/85 262/12/85 257/12/85 +f 254/12/85 257/12/85 262/12/85 +f 258/12/85 257/12/85 254/12/85 +f 253/12/85 258/12/85 254/12/85 +f 267/12/85 258/12/85 253/12/85 +f 265/12/85 267/12/85 253/12/85 +f 292/11/94 291/8/94 284/1/94 +f 292/11/94 284/1/94 290/11/94 +f 289/9/94 284/1/94 291/8/94 +f 284/1/94 272/1/60 290/11/94 +f 274/3/88 284/1/94 289/9/94 +f 290/11/94 272/1/60 285/8/94 +f 274/3/88 285/8/94 272/1/60 +f 288/10/94 274/3/88 289/9/94 +f 287/10/94 274/3/88 288/10/94 +f 287/10/94 286/9/94 274/3/88 +f 286/9/94 285/8/94 274/3/88 +f 284/1/93 291/8/93 292/11/93 +f 290/11/93 284/1/93 292/11/93 +f 291/8/93 284/1/93 289/9/93 +f 290/11/93 272/1/59 284/1/93 +f 289/9/93 284/1/93 274/3/89 +f 285/8/93 272/1/59 290/11/93 +f 272/1/59 285/8/93 274/3/89 +f 289/9/93 274/3/89 288/10/93 +f 288/10/93 274/3/89 287/10/93 +f 274/3/89 286/9/93 287/10/93 +f 274/3/89 285/8/93 286/9/93 +f 270/1/92 274/3/92 284/1/92 +f 271/2/92 274/3/92 270/1/92 +f 274/3/92 271/2/92 280/2/92 +f 284/1/91 274/3/91 270/1/91 +f 270/1/91 274/3/91 271/2/91 +f 280/2/91 271/2/91 274/3/91 +f 273/1/61 271/2/61 269/1/61 +f 271/2/61 273/1/61 280/2/61 +f 269/1/62 271/2/62 273/1/62 +f 280/2/62 273/1/62 271/2/62 +f 281/7/90 280/2/90 283/7/90 +f 280/2/90 282/6/90 283/7/90 +f 278/6/90 280/2/90 281/7/90 +f 280/2/90 279/5/90 282/6/90 +f 278/6/90 274/3/89 280/2/90 +f 273/1/90 279/5/90 280/2/90 +f 276/5/90 274/3/89 278/6/90 +f 279/5/90 273/1/90 277/4/90 +f 275/4/90 274/3/89 276/5/90 +f 277/4/90 273/1/90 275/4/90 +f 273/1/90 274/3/89 275/4/90 +f 274/3/89 273/1/90 272/1/59 +f 283/7/87 282/6/87 280/2/87 +f 283/7/87 280/2/87 281/7/87 +f 282/6/87 279/5/87 280/2/87 +f 281/7/87 280/2/87 278/6/87 +f 280/2/87 279/5/87 273/1/87 +f 280/2/87 274/3/88 278/6/87 +f 277/4/87 273/1/87 279/5/87 +f 278/6/87 274/3/88 276/5/87 +f 275/4/87 273/1/87 277/4/87 +f 276/5/87 274/3/88 275/4/87 +f 275/4/87 274/3/88 273/1/87 +f 272/1/60 273/1/87 274/3/88 +f 271/2/60 270/1/60 269/1/60 +f 269/1/59 270/1/59 271/2/59 +f 293/12/103 307/12/103 305/12/103 +f 293/12/103 298/12/103 307/12/103 +f 294/12/103 298/12/103 293/12/103 +f 294/12/103 297/12/103 298/12/103 +f 302/12/103 297/12/103 294/12/103 +f 297/12/103 302/12/103 304/12/103 +f 305/12/104 307/12/104 293/12/104 +f 307/12/104 298/12/104 293/12/104 +f 293/12/104 298/12/104 294/12/104 +f 298/12/104 297/12/104 294/12/104 +f 294/12/104 297/12/104 302/12/104 +f 304/12/104 302/12/104 297/12/104 +f 300/13/104 306/13/104 308/13/104 +f 300/13/104 295/13/104 306/13/104 +f 299/13/104 295/13/104 300/13/104 +f 299/13/104 296/13/104 295/13/104 +f 303/13/104 296/13/104 299/13/104 +f 296/13/104 303/13/104 301/13/104 +f 308/13/103 306/13/103 300/13/103 +f 306/13/103 295/13/103 300/13/103 +f 300/13/103 295/13/103 299/13/103 +f 295/13/103 296/13/103 299/13/103 +f 299/13/103 296/13/103 303/13/103 +f 301/13/103 303/13/103 296/13/103 +f 293/12/97 306/13/100 295/13/97 +f 306/13/100 293/12/97 305/12/100 +f 295/13/95 306/13/101 293/12/95 +f 305/12/101 293/12/95 306/13/101 +f 297/12/95 303/13/101 299/13/95 +f 303/13/101 297/12/95 304/12/101 +f 299/13/97 303/13/100 297/12/97 +f 304/12/100 297/12/97 303/13/100 +f 302/12/102 296/13/98 301/13/102 +f 296/13/98 302/12/102 294/12/98 +f 301/13/99 296/13/96 302/12/99 +f 294/12/96 302/12/99 296/13/96 +f 307/12/99 300/13/96 308/13/99 +f 300/13/96 307/12/99 298/12/96 +f 308/13/102 300/13/98 307/12/102 +f 298/12/98 307/12/102 300/13/98 +f 306/13/100 307/12/99 308/13/99 +f 307/12/99 306/13/100 305/12/100 +f 308/13/102 307/12/102 306/13/101 +f 305/12/101 306/13/101 307/12/102 +f 302/12/102 303/13/101 304/12/101 +f 303/13/101 302/12/102 301/13/102 +f 304/12/100 303/13/100 302/12/99 +f 301/13/99 302/12/99 303/13/100 +f 298/12/96 299/13/95 300/13/96 +f 299/13/95 298/12/96 297/12/95 +f 300/13/98 299/13/97 298/12/98 +f 297/12/97 298/12/98 299/13/97 +f 294/12/98 295/13/97 296/13/98 +f 295/13/97 294/12/98 293/12/97 +f 296/13/96 295/13/95 294/12/96 +f 293/12/95 294/12/96 295/13/95 +f 309/12/113 323/12/113 321/12/113 +f 309/12/113 314/12/113 323/12/113 +f 310/12/113 314/12/113 309/12/113 +f 310/12/113 313/12/113 314/12/113 +f 318/12/113 313/12/113 310/12/113 +f 313/12/113 318/12/113 320/12/113 +f 321/12/114 323/12/114 309/12/114 +f 323/12/114 314/12/114 309/12/114 +f 309/12/114 314/12/114 310/12/114 +f 314/12/114 313/12/114 310/12/114 +f 310/12/114 313/12/114 318/12/114 +f 320/12/114 318/12/114 313/12/114 +f 316/13/114 322/13/114 324/13/114 +f 316/13/114 311/13/114 322/13/114 +f 315/13/114 311/13/114 316/13/114 +f 315/13/114 312/13/114 311/13/114 +f 319/13/114 312/13/114 315/13/114 +f 312/13/114 319/13/114 317/13/114 +f 324/13/113 322/13/113 316/13/113 +f 322/13/113 311/13/113 316/13/113 +f 316/13/113 311/13/113 315/13/113 +f 311/13/113 312/13/113 315/13/113 +f 315/13/113 312/13/113 319/13/113 +f 317/13/113 319/13/113 312/13/113 +f 309/12/107 322/13/110 311/13/107 +f 322/13/110 309/12/107 321/12/110 +f 311/13/105 322/13/111 309/12/105 +f 321/12/111 309/12/105 322/13/111 +f 313/12/105 319/13/111 315/13/105 +f 319/13/111 313/12/105 320/12/111 +f 315/13/107 319/13/110 313/12/107 +f 320/12/110 313/12/107 319/13/110 +f 318/12/112 312/13/108 317/13/112 +f 312/13/108 318/12/112 310/12/108 +f 317/13/109 312/13/106 318/12/109 +f 310/12/106 318/12/109 312/13/106 +f 323/12/109 316/13/106 324/13/109 +f 316/13/106 323/12/109 314/12/106 +f 324/13/112 316/13/108 323/12/112 +f 314/12/108 323/12/112 316/13/108 +f 322/13/110 323/12/109 324/13/109 +f 323/12/109 322/13/110 321/12/110 +f 324/13/112 323/12/112 322/13/111 +f 321/12/111 322/13/111 323/12/112 +f 318/12/112 319/13/111 320/12/111 +f 319/13/111 318/12/112 317/13/112 +f 320/12/110 319/13/110 318/12/109 +f 317/13/109 318/12/109 319/13/110 +f 314/12/106 315/13/105 316/13/106 +f 315/13/105 314/12/106 313/12/105 +f 316/13/108 315/13/107 314/12/108 +f 313/12/107 314/12/108 315/13/107 +f 310/12/108 311/13/107 312/13/108 +f 311/13/107 310/12/108 309/12/107 +f 312/13/106 311/13/105 310/12/106 +f 309/12/105 310/12/106 311/13/105 +f 327/30/61 326/31/61 325/30/61 +f 326/31/61 327/30/61 328/31/61 +f 325/30/62 326/31/62 327/30/62 +f 328/31/62 327/30/62 326/31/62 +f 331/30/65 330/31/60 329/31/65 +f 330/31/60 331/30/65 332/30/60 +f 329/31/63 330/31/59 331/30/63 +f 332/30/59 331/30/63 330/31/59 +f 327/30/59 333/31/59 328/31/59 +f 333/31/59 327/30/59 334/30/59 +f 328/31/60 333/31/60 327/30/60 +f 334/30/60 327/30/60 333/31/60 +f 332/30/60 326/31/66 330/31/60 +f 326/31/66 332/30/60 325/30/66 +f 330/31/59 326/31/64 332/30/59 +f 325/30/64 332/30/59 326/31/64 +f 333/31/34 326/31/34 328/31/34 +f 326/31/34 333/31/34 330/31/34 +f 330/31/34 333/31/34 329/31/34 +f 328/31/33 326/31/33 333/31/33 +f 330/31/33 333/31/33 326/31/33 +f 329/31/33 333/31/33 330/31/33 +f 325/30/33 334/30/33 327/30/33 +f 334/30/33 325/30/33 332/30/33 +f 334/30/33 332/30/33 331/30/33 +f 327/30/34 334/30/34 325/30/34 +f 332/30/34 325/30/34 334/30/34 +f 331/30/34 332/30/34 334/30/34 +f 333/31/62 331/30/62 329/31/62 +f 331/30/62 333/31/62 334/30/62 +f 329/31/61 331/30/61 333/31/61 +f 334/30/61 333/31/61 331/30/61 +f 284/2/33 269/2/33 270/2/33 +f 269/2/33 284/2/33 272/2/33 +f 269/2/33 272/2/33 273/2/33 +f 270/2/34 269/2/34 284/2/34 +f 272/2/34 284/2/34 269/2/34 +f 273/2/34 272/2/34 269/2/34 +f 270/2/59 336/31/59 335/31/59 +f 336/31/59 270/2/59 269/2/59 +f 335/31/60 336/31/60 270/2/60 +f 269/2/60 270/2/60 336/31/60 +f 336/31/62 273/2/62 337/31/62 +f 273/2/62 336/31/62 269/2/62 +f 337/31/61 273/2/61 336/31/61 +f 269/2/61 336/31/61 273/2/61 +f 270/2/61 338/31/61 284/2/61 +f 338/31/61 270/2/61 335/31/61 +f 284/2/62 338/31/62 270/2/62 +f 335/31/62 270/2/62 338/31/62 +f 340/33/90 339/32/90 272/2/59 +f 339/32/90 341/34/90 272/2/59 +f 342/35/90 340/33/90 272/2/59 +f 272/2/59 341/34/90 343/31/59 +f 344/34/90 343/31/59 341/34/90 +f 343/31/59 344/34/90 337/31/90 +f 345/32/90 337/31/90 344/34/90 +f 273/2/90 342/35/90 272/2/59 +f 273/2/90 337/31/90 345/32/90 +f 342/35/90 273/2/90 346/35/90 +f 347/33/90 273/2/90 345/32/90 +f 346/35/90 273/2/90 347/33/90 +f 349/37/93 348/36/93 284/2/93 +f 350/38/93 349/37/93 284/2/93 +f 272/2/59 350/38/93 284/2/93 +f 350/38/93 272/2/59 351/38/93 +f 284/2/93 348/36/93 338/31/93 +f 351/38/93 272/2/59 352/37/93 +f 352/37/93 272/2/59 353/36/93 +f 354/39/93 338/31/93 348/36/93 +f 353/36/93 272/2/59 355/40/93 +f 356/39/93 353/36/93 355/40/93 +f 356/39/93 355/40/93 354/39/93 +f 355/40/93 272/2/59 357/40/93 +f 357/40/93 272/2/59 358/41/93 +f 358/41/93 272/2/59 359/42/93 +f 272/2/59 343/31/59 359/42/93 +f 359/42/93 343/31/59 360/43/93 +f 338/31/93 360/43/93 343/31/59 +f 360/43/93 338/31/93 361/43/93 +f 361/43/93 338/31/93 354/39/93 +f 355/40/93 362/41/93 354/39/93 +f 363/42/93 361/43/93 354/39/93 +f 362/41/93 363/42/93 354/39/93 +f 272/2/60 339/32/87 340/33/87 +f 272/2/60 340/33/87 342/35/87 +f 272/2/60 341/34/87 339/32/87 +f 343/31/60 341/34/87 272/2/60 +f 341/34/87 343/31/60 344/34/87 +f 337/31/87 344/34/87 343/31/60 +f 344/34/87 337/31/87 345/32/87 +f 272/2/60 342/35/87 273/2/87 +f 345/32/87 337/31/87 273/2/87 +f 346/35/87 273/2/87 342/35/87 +f 345/32/87 273/2/87 347/33/87 +f 347/33/87 273/2/87 346/35/87 +f 284/2/94 348/36/94 349/37/94 +f 284/2/94 349/37/94 350/38/94 +f 284/2/94 350/38/94 272/2/60 +f 351/38/94 272/2/60 350/38/94 +f 338/31/94 348/36/94 284/2/94 +f 352/37/94 272/2/60 351/38/94 +f 353/36/94 272/2/60 352/37/94 +f 348/36/94 338/31/94 354/39/94 +f 355/40/94 272/2/60 353/36/94 +f 355/40/94 353/36/94 356/39/94 +f 354/39/94 355/40/94 356/39/94 +f 357/40/94 272/2/60 355/40/94 +f 358/41/94 272/2/60 357/40/94 +f 359/42/94 272/2/60 358/41/94 +f 359/42/94 343/31/60 272/2/60 +f 360/43/94 343/31/60 359/42/94 +f 343/31/60 360/43/94 338/31/94 +f 361/43/94 338/31/94 360/43/94 +f 354/39/94 338/31/94 361/43/94 +f 354/39/94 362/41/94 355/40/94 +f 354/39/94 361/43/94 363/42/94 +f 354/39/94 363/42/94 362/41/94 +f 366/13/96 365/12/95 364/12/96 +f 365/12/95 366/13/96 367/13/95 +f 364/12/98 365/12/97 366/13/98 +f 367/13/97 366/13/98 365/12/97 +f 370/13/98 369/12/97 368/12/98 +f 369/12/97 370/13/98 371/13/97 +f 368/12/96 369/12/95 370/13/96 +f 371/13/95 370/13/96 369/12/95 +f 374/13/102 373/12/101 372/13/101 +f 373/12/101 374/13/102 375/12/102 +f 372/13/100 373/12/100 374/13/99 +f 375/12/99 374/13/99 373/12/100 +f 378/12/100 377/13/99 376/12/99 +f 377/13/99 378/12/100 379/13/100 +f 376/12/102 377/13/102 378/12/101 +f 379/13/101 378/12/101 377/13/102 +f 371/13/97 378/12/100 369/12/97 +f 378/12/100 371/13/97 379/13/100 +f 369/12/95 378/12/101 371/13/95 +f 379/13/101 371/13/95 378/12/101 +f 367/13/95 373/12/101 365/12/95 +f 373/12/101 367/13/95 372/13/101 +f 365/12/97 373/12/100 367/13/97 +f 372/13/100 367/13/97 373/12/100 +f 374/13/102 368/12/98 375/12/102 +f 368/12/98 374/13/102 370/13/98 +f 375/12/99 368/12/96 374/13/99 +f 370/13/96 374/13/99 368/12/96 +f 377/13/99 364/12/96 376/12/99 +f 364/12/96 377/13/99 366/13/96 +f 376/12/102 364/12/98 377/13/102 +f 366/13/98 377/13/102 364/12/98 +f 367/13/103 374/13/103 372/13/103 +f 374/13/103 367/13/103 370/13/103 +f 370/13/103 367/13/103 366/13/103 +f 370/13/103 366/13/103 371/13/103 +f 371/13/103 366/13/103 377/13/103 +f 371/13/103 377/13/103 379/13/103 +f 372/13/104 374/13/104 367/13/104 +f 370/13/104 367/13/104 374/13/104 +f 366/13/104 367/13/104 370/13/104 +f 371/13/104 366/13/104 370/13/104 +f 377/13/104 366/13/104 371/13/104 +f 379/13/104 377/13/104 371/13/104 +f 368/12/104 373/12/104 375/12/104 +f 373/12/104 368/12/104 365/12/104 +f 365/12/104 368/12/104 369/12/104 +f 365/12/104 369/12/104 364/12/104 +f 364/12/104 369/12/104 378/12/104 +f 364/12/104 378/12/104 376/12/104 +f 375/12/103 373/12/103 368/12/103 +f 365/12/103 368/12/103 373/12/103 +f 369/12/103 368/12/103 365/12/103 +f 364/12/103 369/12/103 365/12/103 +f 378/12/103 369/12/103 364/12/103 +f 376/12/103 378/12/103 364/12/103 +f 382/13/106 381/12/105 380/12/106 +f 381/12/105 382/13/106 383/13/105 +f 380/12/108 381/12/107 382/13/108 +f 383/13/107 382/13/108 381/12/107 +f 386/13/108 385/12/107 384/12/108 +f 385/12/107 386/13/108 387/13/107 +f 384/12/106 385/12/105 386/13/106 +f 387/13/105 386/13/106 385/12/105 +f 390/13/112 389/12/111 388/13/111 +f 389/12/111 390/13/112 391/12/112 +f 388/13/110 389/12/110 390/13/109 +f 391/12/109 390/13/109 389/12/110 +f 394/12/110 393/13/109 392/12/109 +f 393/13/109 394/12/110 395/13/110 +f 392/12/112 393/13/112 394/12/111 +f 395/13/111 394/12/111 393/13/112 +f 387/13/107 394/12/110 385/12/107 +f 394/12/110 387/13/107 395/13/110 +f 385/12/105 394/12/111 387/13/105 +f 395/13/111 387/13/105 394/12/111 +f 383/13/105 389/12/111 381/12/105 +f 389/12/111 383/13/105 388/13/111 +f 381/12/107 389/12/110 383/13/107 +f 388/13/110 383/13/107 389/12/110 +f 390/13/112 384/12/108 391/12/112 +f 384/12/108 390/13/112 386/13/108 +f 391/12/109 384/12/106 390/13/109 +f 386/13/106 390/13/109 384/12/106 +f 393/13/109 380/12/106 392/12/109 +f 380/12/106 393/13/109 382/13/106 +f 392/12/112 380/12/108 393/13/112 +f 382/13/108 393/13/112 380/12/108 +f 383/13/113 390/13/113 388/13/113 +f 390/13/113 383/13/113 386/13/113 +f 386/13/113 383/13/113 382/13/113 +f 386/13/113 382/13/113 387/13/113 +f 387/13/113 382/13/113 393/13/113 +f 387/13/113 393/13/113 395/13/113 +f 388/13/114 390/13/114 383/13/114 +f 386/13/114 383/13/114 390/13/114 +f 382/13/114 383/13/114 386/13/114 +f 387/13/114 382/13/114 386/13/114 +f 393/13/114 382/13/114 387/13/114 +f 395/13/114 393/13/114 387/13/114 +f 384/12/114 389/12/114 391/12/114 +f 389/12/114 384/12/114 381/12/114 +f 381/12/114 384/12/114 385/12/114 +f 381/12/114 385/12/114 380/12/114 +f 380/12/114 385/12/114 394/12/114 +f 380/12/114 394/12/114 392/12/114 +f 391/12/113 389/12/113 384/12/113 +f 381/12/113 384/12/113 389/12/113 +f 385/12/113 384/12/113 381/12/113 +f 380/12/113 385/12/113 381/12/113 +f 394/12/113 385/12/113 380/12/113 +f 392/12/113 394/12/113 380/12/113 +f 398/13/106 397/12/105 396/12/106 +f 397/12/105 398/13/106 399/13/105 +f 396/12/108 397/12/107 398/13/108 +f 399/13/107 398/13/108 397/12/107 +f 402/13/108 401/12/107 400/12/108 +f 401/12/107 402/13/108 403/13/107 +f 400/12/106 401/12/105 402/13/106 +f 403/13/105 402/13/106 401/12/105 +f 406/13/112 405/12/111 404/13/111 +f 405/12/111 406/13/112 407/12/112 +f 404/13/110 405/12/110 406/13/109 +f 407/12/109 406/13/109 405/12/110 +f 410/12/110 409/13/109 408/12/109 +f 409/13/109 410/12/110 411/13/110 +f 408/12/112 409/13/112 410/12/111 +f 411/13/111 410/12/111 409/13/112 +f 403/13/107 410/12/110 401/12/107 +f 410/12/110 403/13/107 411/13/110 +f 401/12/105 410/12/111 403/13/105 +f 411/13/111 403/13/105 410/12/111 +f 399/13/105 405/12/111 397/12/105 +f 405/12/111 399/13/105 404/13/111 +f 397/12/107 405/12/110 399/13/107 +f 404/13/110 399/13/107 405/12/110 +f 406/13/112 400/12/108 407/12/112 +f 400/12/108 406/13/112 402/13/108 +f 407/12/109 400/12/106 406/13/109 +f 402/13/106 406/13/109 400/12/106 +f 409/13/109 396/12/106 408/12/109 +f 396/12/106 409/13/109 398/13/106 +f 408/12/112 396/12/108 409/13/112 +f 398/13/108 409/13/112 396/12/108 +f 399/13/113 406/13/113 404/13/113 +f 406/13/113 399/13/113 402/13/113 +f 402/13/113 399/13/113 398/13/113 +f 402/13/113 398/13/113 403/13/113 +f 403/13/113 398/13/113 409/13/113 +f 403/13/113 409/13/113 411/13/113 +f 404/13/114 406/13/114 399/13/114 +f 402/13/114 399/13/114 406/13/114 +f 398/13/114 399/13/114 402/13/114 +f 403/13/114 398/13/114 402/13/114 +f 409/13/114 398/13/114 403/13/114 +f 411/13/114 409/13/114 403/13/114 +f 400/12/114 405/12/114 407/12/114 +f 405/12/114 400/12/114 397/12/114 +f 397/12/114 400/12/114 401/12/114 +f 397/12/114 401/12/114 396/12/114 +f 396/12/114 401/12/114 410/12/114 +f 396/12/114 410/12/114 408/12/114 +f 407/12/113 405/12/113 400/12/113 +f 397/12/113 400/12/113 405/12/113 +f 401/12/113 400/12/113 397/12/113 +f 396/12/113 401/12/113 397/12/113 +f 410/12/113 401/12/113 396/12/113 +f 408/12/113 410/12/113 396/12/113 +f 414/31/8 413/44/8 412/31/8 +f 413/44/8 414/31/8 415/44/8 +f 412/31/7 413/44/7 414/31/7 +f 415/44/7 414/31/7 413/44/7 +f 418/45/8 417/46/8 416/45/8 +f 417/46/8 418/45/8 419/46/8 +f 416/45/7 417/46/7 418/45/7 +f 419/46/7 418/45/7 417/46/7 +f 422/47/8 421/48/8 420/47/8 +f 421/48/8 422/47/8 423/48/8 +f 420/47/7 421/48/7 422/47/7 +f 423/48/7 422/47/7 421/48/7 +f 426/48/8 425/49/8 424/48/8 +f 425/49/8 426/48/8 427/49/8 +f 424/48/7 425/49/7 426/48/7 +f 427/49/7 426/48/7 425/49/7 +f 430/46/8 429/2/8 428/46/8 +f 429/2/8 430/46/8 431/2/8 +f 428/46/7 429/2/7 430/46/7 +f 431/2/7 430/46/7 429/2/7 +f 434/49/8 433/45/8 432/49/8 +f 433/45/8 434/49/8 435/45/8 +f 432/49/7 433/45/7 434/49/7 +f 435/45/7 434/49/7 433/45/7 +f 438/44/8 437/47/8 436/44/8 +f 437/47/8 438/44/8 439/47/8 +f 436/44/7 437/47/7 438/44/7 +f 439/47/7 438/44/7 437/47/7 +f 442/2/7 441/31/7 440/2/7 +f 441/31/7 442/2/7 443/31/7 +f 440/2/8 441/31/8 442/2/8 +f 443/31/8 442/2/8 441/31/8 +f 446/30/7 445/31/7 444/30/7 +f 445/31/7 446/30/7 447/31/7 +f 444/30/8 445/31/8 446/30/8 +f 447/31/8 446/30/8 445/31/8 +f 450/30/115 449/31/2 448/31/115 +f 449/31/2 450/30/115 451/30/2 +f 448/31/116 449/31/1 450/30/116 +f 451/30/1 450/30/116 449/31/1 +f 446/30/1 452/31/1 447/31/1 +f 452/31/1 446/30/1 453/30/1 +f 447/31/2 452/31/2 446/30/2 +f 453/30/2 446/30/2 452/31/2 +f 451/30/2 445/31/117 449/31/2 +f 445/31/117 451/30/2 444/30/117 +f 449/31/1 445/31/118 451/30/1 +f 444/30/118 451/30/1 445/31/118 +f 452/31/34 445/31/34 447/31/34 +f 445/31/34 452/31/34 449/31/34 +f 449/31/34 452/31/34 448/31/34 +f 447/31/33 445/31/33 452/31/33 +f 449/31/33 452/31/33 445/31/33 +f 448/31/33 452/31/33 449/31/33 +f 444/30/33 453/30/33 446/30/33 +f 453/30/33 444/30/33 451/30/33 +f 453/30/33 451/30/33 450/30/33 +f 446/30/34 453/30/34 444/30/34 +f 451/30/34 444/30/34 453/30/34 +f 450/30/34 451/30/34 453/30/34 +f 452/31/8 450/30/8 448/31/8 +f 450/30/8 452/31/8 453/30/8 +f 448/31/7 450/30/7 452/31/7 +f 453/30/7 452/31/7 450/30/7 +f 65/2/33 57/2/33 58/2/33 +f 57/2/33 65/2/33 454/2/33 +f 57/2/33 454/2/33 64/2/33 +f 58/2/34 57/2/34 65/2/34 +f 454/2/34 65/2/34 57/2/34 +f 64/2/34 454/2/34 57/2/34 +f 58/2/1 456/31/1 455/31/1 +f 456/31/1 58/2/1 57/2/1 +f 455/31/2 456/31/2 58/2/2 +f 57/2/2 58/2/2 456/31/2 +f 456/31/8 64/2/8 457/31/8 +f 64/2/8 456/31/8 57/2/8 +f 457/31/7 64/2/7 456/31/7 +f 57/2/7 456/31/7 64/2/7 +f 58/2/7 458/31/7 65/2/7 +f 458/31/7 58/2/7 455/31/7 +f 65/2/8 458/31/8 58/2/8 +f 455/31/8 58/2/8 458/31/8 +f 460/33/11 459/32/11 454/2/1 +f 459/32/11 461/34/11 454/2/1 +f 462/35/11 460/33/11 454/2/1 +f 454/2/1 461/34/11 463/31/1 +f 464/34/11 463/31/1 461/34/11 +f 463/31/1 464/34/11 457/31/11 +f 465/32/11 457/31/11 464/34/11 +f 64/2/11 462/35/11 454/2/1 +f 64/2/11 457/31/11 465/32/11 +f 462/35/11 64/2/11 466/35/11 +f 467/33/11 64/2/11 465/32/11 +f 466/35/11 64/2/11 467/33/11 +f 469/37/6 468/36/6 65/2/6 +f 470/38/6 469/37/6 65/2/6 +f 454/2/1 470/38/6 65/2/6 +f 470/38/6 454/2/1 471/38/6 +f 65/2/6 468/36/6 458/31/6 +f 471/38/6 454/2/1 472/37/6 +f 472/37/6 454/2/1 473/36/6 +f 474/39/6 458/31/6 468/36/6 +f 473/36/6 454/2/1 475/40/6 +f 476/39/6 473/36/6 475/40/6 +f 476/39/6 475/40/6 474/39/6 +f 475/40/6 454/2/1 477/40/6 +f 477/40/6 454/2/1 478/41/6 +f 478/41/6 454/2/1 479/42/6 +f 454/2/1 463/31/1 479/42/6 +f 479/42/6 463/31/1 480/43/6 +f 458/31/6 480/43/6 463/31/1 +f 480/43/6 458/31/6 481/43/6 +f 481/43/6 458/31/6 474/39/6 +f 475/40/6 482/41/6 474/39/6 +f 483/42/6 481/43/6 474/39/6 +f 482/41/6 483/42/6 474/39/6 +f 454/2/2 459/32/12 460/33/12 +f 454/2/2 460/33/12 462/35/12 +f 454/2/2 461/34/12 459/32/12 +f 463/31/2 461/34/12 454/2/2 +f 461/34/12 463/31/2 464/34/12 +f 457/31/12 464/34/12 463/31/2 +f 464/34/12 457/31/12 465/32/12 +f 454/2/2 462/35/12 64/2/12 +f 465/32/12 457/31/12 64/2/12 +f 466/35/12 64/2/12 462/35/12 +f 465/32/12 64/2/12 467/33/12 +f 467/33/12 64/2/12 466/35/12 +f 65/2/3 468/36/3 469/37/3 +f 65/2/3 469/37/3 470/38/3 +f 65/2/3 470/38/3 454/2/2 +f 471/38/3 454/2/2 470/38/3 +f 458/31/3 468/36/3 65/2/3 +f 472/37/3 454/2/2 471/38/3 +f 473/36/3 454/2/2 472/37/3 +f 468/36/3 458/31/3 474/39/3 +f 475/40/3 454/2/2 473/36/3 +f 475/40/3 473/36/3 476/39/3 +f 474/39/3 475/40/3 476/39/3 +f 477/40/3 454/2/2 475/40/3 +f 478/41/3 454/2/2 477/40/3 +f 479/42/3 454/2/2 478/41/3 +f 479/42/3 463/31/2 454/2/2 +f 480/43/3 463/31/2 479/42/3 +f 463/31/2 480/43/3 458/31/3 +f 481/43/3 458/31/3 480/43/3 +f 474/39/3 458/31/3 481/43/3 +f 474/39/3 482/41/3 475/40/3 +f 474/39/3 481/43/3 483/42/3 +f 474/39/3 483/42/3 482/41/3 +f 486/13/23 485/12/24 484/12/23 +f 485/12/24 486/13/23 487/13/24 +f 484/12/25 485/12/26 486/13/25 +f 487/13/26 486/13/25 485/12/26 +f 490/13/25 489/12/26 488/12/25 +f 489/12/26 490/13/25 491/13/26 +f 488/12/23 489/12/24 490/13/23 +f 491/13/24 490/13/23 489/12/24 +f 494/13/28 493/12/27 492/13/27 +f 493/12/27 494/13/28 495/12/28 +f 492/13/30 493/12/30 494/13/29 +f 495/12/29 494/13/29 493/12/30 +f 498/12/30 497/13/29 496/12/29 +f 497/13/29 498/12/30 499/13/30 +f 496/12/28 497/13/28 498/12/27 +f 499/13/27 498/12/27 497/13/28 +f 491/13/26 498/12/30 489/12/26 +f 498/12/30 491/13/26 499/13/30 +f 489/12/24 498/12/27 491/13/24 +f 499/13/27 491/13/24 498/12/27 +f 487/13/24 493/12/27 485/12/24 +f 493/12/27 487/13/24 492/13/27 +f 485/12/26 493/12/30 487/13/26 +f 492/13/30 487/13/26 493/12/30 +f 494/13/28 488/12/25 495/12/28 +f 488/12/25 494/13/28 490/13/25 +f 495/12/29 488/12/23 494/13/29 +f 490/13/23 494/13/29 488/12/23 +f 497/13/29 484/12/23 496/12/29 +f 484/12/23 497/13/29 486/13/23 +f 496/12/28 484/12/25 497/13/28 +f 486/13/25 497/13/28 484/12/25 +f 487/13/31 494/13/31 492/13/31 +f 494/13/31 487/13/31 490/13/31 +f 490/13/31 487/13/31 486/13/31 +f 490/13/31 486/13/31 491/13/31 +f 491/13/31 486/13/31 497/13/31 +f 491/13/31 497/13/31 499/13/31 +f 492/13/32 494/13/32 487/13/32 +f 490/13/32 487/13/32 494/13/32 +f 486/13/32 487/13/32 490/13/32 +f 491/13/32 486/13/32 490/13/32 +f 497/13/32 486/13/32 491/13/32 +f 499/13/32 497/13/32 491/13/32 +f 488/12/32 493/12/32 495/12/32 +f 493/12/32 488/12/32 485/12/32 +f 485/12/32 488/12/32 489/12/32 +f 485/12/32 489/12/32 484/12/32 +f 484/12/32 489/12/32 498/12/32 +f 484/12/32 498/12/32 496/12/32 +f 495/12/31 493/12/31 488/12/31 +f 485/12/31 488/12/31 493/12/31 +f 489/12/31 488/12/31 485/12/31 +f 484/12/31 489/12/31 485/12/31 +f 498/12/31 489/12/31 484/12/31 +f 496/12/31 498/12/31 484/12/31 +f 502/13/13 501/12/14 500/12/13 +f 501/12/14 502/13/13 503/13/14 +f 500/12/15 501/12/16 502/13/15 +f 503/13/16 502/13/15 501/12/16 +f 506/13/15 505/12/16 504/12/15 +f 505/12/16 506/13/15 507/13/16 +f 504/12/13 505/12/14 506/13/13 +f 507/13/14 506/13/13 505/12/14 +f 510/13/18 509/12/17 508/13/17 +f 509/12/17 510/13/18 511/12/18 +f 508/13/20 509/12/20 510/13/19 +f 511/12/19 510/13/19 509/12/20 +f 514/12/20 513/13/19 512/12/19 +f 513/13/19 514/12/20 515/13/20 +f 512/12/18 513/13/18 514/12/17 +f 515/13/17 514/12/17 513/13/18 +f 507/13/16 514/12/20 505/12/16 +f 514/12/20 507/13/16 515/13/20 +f 505/12/14 514/12/17 507/13/14 +f 515/13/17 507/13/14 514/12/17 +f 503/13/14 509/12/17 501/12/14 +f 509/12/17 503/13/14 508/13/17 +f 501/12/16 509/12/20 503/13/16 +f 508/13/20 503/13/16 509/12/20 +f 510/13/18 504/12/15 511/12/18 +f 504/12/15 510/13/18 506/13/15 +f 511/12/19 504/12/13 510/13/19 +f 506/13/13 510/13/19 504/12/13 +f 513/13/19 500/12/13 512/12/19 +f 500/12/13 513/13/19 502/13/13 +f 512/12/18 500/12/15 513/13/18 +f 502/13/15 513/13/18 500/12/15 +f 503/13/21 510/13/21 508/13/21 +f 510/13/21 503/13/21 506/13/21 +f 506/13/21 503/13/21 502/13/21 +f 506/13/21 502/13/21 507/13/21 +f 507/13/21 502/13/21 513/13/21 +f 507/13/21 513/13/21 515/13/21 +f 508/13/22 510/13/22 503/13/22 +f 506/13/22 503/13/22 510/13/22 +f 502/13/22 503/13/22 506/13/22 +f 507/13/22 502/13/22 506/13/22 +f 513/13/22 502/13/22 507/13/22 +f 515/13/22 513/13/22 507/13/22 +f 504/12/22 509/12/22 511/12/22 +f 509/12/22 504/12/22 501/12/22 +f 501/12/22 504/12/22 505/12/22 +f 501/12/22 505/12/22 500/12/22 +f 500/12/22 505/12/22 514/12/22 +f 500/12/22 514/12/22 512/12/22 +f 511/12/21 509/12/21 504/12/21 +f 501/12/21 504/12/21 509/12/21 +f 505/12/21 504/12/21 501/12/21 +f 500/12/21 505/12/21 501/12/21 +f 514/12/21 505/12/21 500/12/21 +f 512/12/21 514/12/21 500/12/21 +f 518/13/13 517/12/14 516/12/13 +f 517/12/14 518/13/13 519/13/14 +f 516/12/15 517/12/16 518/13/15 +f 519/13/16 518/13/15 517/12/16 +f 522/13/15 521/12/16 520/12/15 +f 521/12/16 522/13/15 523/13/16 +f 520/12/13 521/12/14 522/13/13 +f 523/13/14 522/13/13 521/12/14 +f 526/13/18 525/12/17 524/13/17 +f 525/12/17 526/13/18 527/12/18 +f 524/13/20 525/12/20 526/13/19 +f 527/12/19 526/13/19 525/12/20 +f 530/12/20 529/13/19 528/12/19 +f 529/13/19 530/12/20 531/13/20 +f 528/12/18 529/13/18 530/12/17 +f 531/13/17 530/12/17 529/13/18 +f 523/13/16 530/12/20 521/12/16 +f 530/12/20 523/13/16 531/13/20 +f 521/12/14 530/12/17 523/13/14 +f 531/13/17 523/13/14 530/12/17 +f 519/13/14 525/12/17 517/12/14 +f 525/12/17 519/13/14 524/13/17 +f 517/12/16 525/12/20 519/13/16 +f 524/13/20 519/13/16 525/12/20 +f 526/13/18 520/12/15 527/12/18 +f 520/12/15 526/13/18 522/13/15 +f 527/12/19 520/12/13 526/13/19 +f 522/13/13 526/13/19 520/12/13 +f 529/13/19 516/12/13 528/12/19 +f 516/12/13 529/13/19 518/13/13 +f 528/12/18 516/12/15 529/13/18 +f 518/13/15 529/13/18 516/12/15 +f 519/13/21 526/13/21 524/13/21 +f 526/13/21 519/13/21 522/13/21 +f 522/13/21 519/13/21 518/13/21 +f 522/13/21 518/13/21 523/13/21 +f 523/13/21 518/13/21 529/13/21 +f 523/13/21 529/13/21 531/13/21 +f 524/13/22 526/13/22 519/13/22 +f 522/13/22 519/13/22 526/13/22 +f 518/13/22 519/13/22 522/13/22 +f 523/13/22 518/13/22 522/13/22 +f 529/13/22 518/13/22 523/13/22 +f 531/13/22 529/13/22 523/13/22 +f 520/12/22 525/12/22 527/12/22 +f 525/12/22 520/12/22 517/12/22 +f 517/12/22 520/12/22 521/12/22 +f 517/12/22 521/12/22 516/12/22 +f 516/12/22 521/12/22 530/12/22 +f 516/12/22 530/12/22 528/12/22 +f 527/12/21 525/12/21 520/12/21 +f 517/12/21 520/12/21 525/12/21 +f 521/12/21 520/12/21 517/12/21 +f 516/12/21 521/12/21 517/12/21 +f 530/12/21 521/12/21 516/12/21 +f 528/12/21 530/12/21 516/12/21 +f 534/30/7 533/31/7 532/30/7 +f 533/31/7 534/30/7 535/31/7 +f 532/30/8 533/31/8 534/30/8 +f 535/31/8 534/30/8 533/31/8 +f 538/30/115 537/31/2 536/31/115 +f 537/31/2 538/30/115 539/30/2 +f 536/31/116 537/31/1 538/30/116 +f 539/30/1 538/30/116 537/31/1 +f 534/30/1 540/31/1 535/31/1 +f 540/31/1 534/30/1 541/30/1 +f 535/31/2 540/31/2 534/30/2 +f 541/30/2 534/30/2 540/31/2 +f 539/30/2 533/31/117 537/31/2 +f 533/31/117 539/30/2 532/30/117 +f 537/31/1 533/31/118 539/30/1 +f 532/30/118 539/30/1 533/31/118 +f 540/31/34 533/31/34 535/31/34 +f 533/31/34 540/31/34 537/31/34 +f 537/31/34 540/31/34 536/31/34 +f 535/31/33 533/31/33 540/31/33 +f 537/31/33 540/31/33 533/31/33 +f 536/31/33 540/31/33 537/31/33 +f 532/30/33 541/30/33 534/30/33 +f 541/30/33 532/30/33 539/30/33 +f 541/30/33 539/30/33 538/30/33 +f 534/30/34 541/30/34 532/30/34 +f 539/30/34 532/30/34 541/30/34 +f 538/30/34 539/30/34 541/30/34 +f 540/31/8 538/30/8 536/31/8 +f 538/30/8 540/31/8 541/30/8 +f 536/31/7 538/30/7 540/31/7 +f 541/30/7 540/31/7 538/30/7 +f 5/2/33 2/2/33 1/2/33 +f 2/2/33 5/2/33 4/2/33 +f 2/2/33 4/2/33 16/2/33 +f 1/2/34 2/2/34 5/2/34 +f 4/2/34 5/2/34 2/2/34 +f 16/2/34 4/2/34 2/2/34 +f 1/2/1 543/31/1 542/31/1 +f 543/31/1 1/2/1 2/2/1 +f 542/31/2 543/31/2 1/2/2 +f 2/2/2 1/2/2 543/31/2 +f 543/31/8 16/2/8 544/31/8 +f 16/2/8 543/31/8 2/2/8 +f 544/31/7 16/2/7 543/31/7 +f 2/2/7 543/31/7 16/2/7 +f 1/2/7 545/31/7 5/2/7 +f 545/31/7 1/2/7 542/31/7 +f 5/2/8 545/31/8 1/2/8 +f 542/31/8 1/2/8 545/31/8 +f 547/33/11 546/32/11 4/2/1 +f 546/32/11 548/34/11 4/2/1 +f 549/35/11 547/33/11 4/2/1 +f 4/2/1 548/34/11 550/31/1 +f 551/34/11 550/31/1 548/34/11 +f 550/31/1 551/34/11 544/31/11 +f 552/32/11 544/31/11 551/34/11 +f 16/2/11 549/35/11 4/2/1 +f 16/2/11 544/31/11 552/32/11 +f 549/35/11 16/2/11 553/35/11 +f 554/33/11 16/2/11 552/32/11 +f 553/35/11 16/2/11 554/33/11 +f 556/37/6 555/36/6 5/2/6 +f 557/38/6 556/37/6 5/2/6 +f 4/2/1 557/38/6 5/2/6 +f 557/38/6 4/2/1 558/38/6 +f 5/2/6 555/36/6 545/31/6 +f 558/38/6 4/2/1 559/37/6 +f 559/37/6 4/2/1 560/36/6 +f 561/39/6 545/31/6 555/36/6 +f 560/36/6 4/2/1 562/40/6 +f 563/39/6 560/36/6 562/40/6 +f 563/39/6 562/40/6 561/39/6 +f 562/40/6 4/2/1 564/40/6 +f 564/40/6 4/2/1 565/41/6 +f 565/41/6 4/2/1 566/42/6 +f 4/2/1 550/31/1 566/42/6 +f 566/42/6 550/31/1 567/43/6 +f 545/31/6 567/43/6 550/31/1 +f 567/43/6 545/31/6 568/43/6 +f 568/43/6 545/31/6 561/39/6 +f 562/40/6 569/41/6 561/39/6 +f 570/42/6 568/43/6 561/39/6 +f 569/41/6 570/42/6 561/39/6 +f 4/2/2 546/32/12 547/33/12 +f 4/2/2 547/33/12 549/35/12 +f 4/2/2 548/34/12 546/32/12 +f 550/31/2 548/34/12 4/2/2 +f 548/34/12 550/31/2 551/34/12 +f 544/31/12 551/34/12 550/31/2 +f 551/34/12 544/31/12 552/32/12 +f 4/2/2 549/35/12 16/2/12 +f 552/32/12 544/31/12 16/2/12 +f 553/35/12 16/2/12 549/35/12 +f 552/32/12 16/2/12 554/33/12 +f 554/33/12 16/2/12 553/35/12 +f 5/2/3 555/36/3 556/37/3 +f 5/2/3 556/37/3 557/38/3 +f 5/2/3 557/38/3 4/2/2 +f 558/38/3 4/2/2 557/38/3 +f 545/31/3 555/36/3 5/2/3 +f 559/37/3 4/2/2 558/38/3 +f 560/36/3 4/2/2 559/37/3 +f 555/36/3 545/31/3 561/39/3 +f 562/40/3 4/2/2 560/36/3 +f 562/40/3 560/36/3 563/39/3 +f 561/39/3 562/40/3 563/39/3 +f 564/40/3 4/2/2 562/40/3 +f 565/41/3 4/2/2 564/40/3 +f 566/42/3 4/2/2 565/41/3 +f 566/42/3 550/31/2 4/2/2 +f 567/43/3 550/31/2 566/42/3 +f 550/31/2 567/43/3 545/31/3 +f 568/43/3 545/31/3 567/43/3 +f 561/39/3 545/31/3 568/43/3 +f 561/39/3 569/41/3 562/40/3 +f 561/39/3 568/43/3 570/42/3 +f 561/39/3 570/42/3 569/41/3 +f 573/13/23 572/12/24 571/12/23 +f 572/12/24 573/13/23 574/13/24 +f 571/12/25 572/12/26 573/13/25 +f 574/13/26 573/13/25 572/12/26 +f 577/13/25 576/12/26 575/12/25 +f 576/12/26 577/13/25 578/13/26 +f 575/12/23 576/12/24 577/13/23 +f 578/13/24 577/13/23 576/12/24 +f 581/13/28 580/12/27 579/13/27 +f 580/12/27 581/13/28 582/12/28 +f 579/13/30 580/12/30 581/13/29 +f 582/12/29 581/13/29 580/12/30 +f 585/12/30 584/13/29 583/12/29 +f 584/13/29 585/12/30 586/13/30 +f 583/12/28 584/13/28 585/12/27 +f 586/13/27 585/12/27 584/13/28 +f 578/13/26 585/12/30 576/12/26 +f 585/12/30 578/13/26 586/13/30 +f 576/12/24 585/12/27 578/13/24 +f 586/13/27 578/13/24 585/12/27 +f 574/13/24 580/12/27 572/12/24 +f 580/12/27 574/13/24 579/13/27 +f 572/12/26 580/12/30 574/13/26 +f 579/13/30 574/13/26 580/12/30 +f 581/13/28 575/12/25 582/12/28 +f 575/12/25 581/13/28 577/13/25 +f 582/12/29 575/12/23 581/13/29 +f 577/13/23 581/13/29 575/12/23 +f 584/13/29 571/12/23 583/12/29 +f 571/12/23 584/13/29 573/13/23 +f 583/12/28 571/12/25 584/13/28 +f 573/13/25 584/13/28 571/12/25 +f 574/13/31 581/13/31 579/13/31 +f 581/13/31 574/13/31 577/13/31 +f 577/13/31 574/13/31 573/13/31 +f 577/13/31 573/13/31 578/13/31 +f 578/13/31 573/13/31 584/13/31 +f 578/13/31 584/13/31 586/13/31 +f 579/13/32 581/13/32 574/13/32 +f 577/13/32 574/13/32 581/13/32 +f 573/13/32 574/13/32 577/13/32 +f 578/13/32 573/13/32 577/13/32 +f 584/13/32 573/13/32 578/13/32 +f 586/13/32 584/13/32 578/13/32 +f 575/12/32 580/12/32 582/12/32 +f 580/12/32 575/12/32 572/12/32 +f 572/12/32 575/12/32 576/12/32 +f 572/12/32 576/12/32 571/12/32 +f 571/12/32 576/12/32 585/12/32 +f 571/12/32 585/12/32 583/12/32 +f 582/12/31 580/12/31 575/12/31 +f 572/12/31 575/12/31 580/12/31 +f 576/12/31 575/12/31 572/12/31 +f 571/12/31 576/12/31 572/12/31 +f 585/12/31 576/12/31 571/12/31 +f 583/12/31 585/12/31 571/12/31 +f 589/13/13 588/12/14 587/12/13 +f 588/12/14 589/13/13 590/13/14 +f 587/12/15 588/12/16 589/13/15 +f 590/13/16 589/13/15 588/12/16 +f 593/13/15 592/12/16 591/12/15 +f 592/12/16 593/13/15 594/13/16 +f 591/12/13 592/12/14 593/13/13 +f 594/13/14 593/13/13 592/12/14 +f 597/13/18 596/12/17 595/13/17 +f 596/12/17 597/13/18 598/12/18 +f 595/13/20 596/12/20 597/13/19 +f 598/12/19 597/13/19 596/12/20 +f 601/12/20 600/13/19 599/12/19 +f 600/13/19 601/12/20 602/13/20 +f 599/12/18 600/13/18 601/12/17 +f 602/13/17 601/12/17 600/13/18 +f 594/13/16 601/12/20 592/12/16 +f 601/12/20 594/13/16 602/13/20 +f 592/12/14 601/12/17 594/13/14 +f 602/13/17 594/13/14 601/12/17 +f 590/13/14 596/12/17 588/12/14 +f 596/12/17 590/13/14 595/13/17 +f 588/12/16 596/12/20 590/13/16 +f 595/13/20 590/13/16 596/12/20 +f 597/13/18 591/12/15 598/12/18 +f 591/12/15 597/13/18 593/13/15 +f 598/12/19 591/12/13 597/13/19 +f 593/13/13 597/13/19 591/12/13 +f 600/13/19 587/12/13 599/12/19 +f 587/12/13 600/13/19 589/13/13 +f 599/12/18 587/12/15 600/13/18 +f 589/13/15 600/13/18 587/12/15 +f 590/13/21 597/13/21 595/13/21 +f 597/13/21 590/13/21 593/13/21 +f 593/13/21 590/13/21 589/13/21 +f 593/13/21 589/13/21 594/13/21 +f 594/13/21 589/13/21 600/13/21 +f 594/13/21 600/13/21 602/13/21 +f 595/13/22 597/13/22 590/13/22 +f 593/13/22 590/13/22 597/13/22 +f 589/13/22 590/13/22 593/13/22 +f 594/13/22 589/13/22 593/13/22 +f 600/13/22 589/13/22 594/13/22 +f 602/13/22 600/13/22 594/13/22 +f 591/12/22 596/12/22 598/12/22 +f 596/12/22 591/12/22 588/12/22 +f 588/12/22 591/12/22 592/12/22 +f 588/12/22 592/12/22 587/12/22 +f 587/12/22 592/12/22 601/12/22 +f 587/12/22 601/12/22 599/12/22 +f 598/12/21 596/12/21 591/12/21 +f 588/12/21 591/12/21 596/12/21 +f 592/12/21 591/12/21 588/12/21 +f 587/12/21 592/12/21 588/12/21 +f 601/12/21 592/12/21 587/12/21 +f 599/12/21 601/12/21 587/12/21 +f 605/13/13 604/12/14 603/12/13 +f 604/12/14 605/13/13 606/13/14 +f 603/12/15 604/12/16 605/13/15 +f 606/13/16 605/13/15 604/12/16 +f 609/13/15 608/12/16 607/12/15 +f 608/12/16 609/13/15 610/13/16 +f 607/12/13 608/12/14 609/13/13 +f 610/13/14 609/13/13 608/12/14 +f 613/13/18 612/12/17 611/13/17 +f 612/12/17 613/13/18 614/12/18 +f 611/13/20 612/12/20 613/13/19 +f 614/12/19 613/13/19 612/12/20 +f 617/12/20 616/13/19 615/12/19 +f 616/13/19 617/12/20 618/13/20 +f 615/12/18 616/13/18 617/12/17 +f 618/13/17 617/12/17 616/13/18 +f 610/13/16 617/12/20 608/12/16 +f 617/12/20 610/13/16 618/13/20 +f 608/12/14 617/12/17 610/13/14 +f 618/13/17 610/13/14 617/12/17 +f 606/13/14 612/12/17 604/12/14 +f 612/12/17 606/13/14 611/13/17 +f 604/12/16 612/12/20 606/13/16 +f 611/13/20 606/13/16 612/12/20 +f 613/13/18 607/12/15 614/12/18 +f 607/12/15 613/13/18 609/13/15 +f 614/12/19 607/12/13 613/13/19 +f 609/13/13 613/13/19 607/12/13 +f 616/13/19 603/12/13 615/12/19 +f 603/12/13 616/13/19 605/13/13 +f 615/12/18 603/12/15 616/13/18 +f 605/13/15 616/13/18 603/12/15 +f 606/13/21 613/13/21 611/13/21 +f 613/13/21 606/13/21 609/13/21 +f 609/13/21 606/13/21 605/13/21 +f 609/13/21 605/13/21 610/13/21 +f 610/13/21 605/13/21 616/13/21 +f 610/13/21 616/13/21 618/13/21 +f 611/13/22 613/13/22 606/13/22 +f 609/13/22 606/13/22 613/13/22 +f 605/13/22 606/13/22 609/13/22 +f 610/13/22 605/13/22 609/13/22 +f 616/13/22 605/13/22 610/13/22 +f 618/13/22 616/13/22 610/13/22 +f 607/12/22 612/12/22 614/12/22 +f 612/12/22 607/12/22 604/12/22 +f 604/12/22 607/12/22 608/12/22 +f 604/12/22 608/12/22 603/12/22 +f 603/12/22 608/12/22 617/12/22 +f 603/12/22 617/12/22 615/12/22 +f 614/12/21 612/12/21 607/12/21 +f 604/12/21 607/12/21 612/12/21 +f 608/12/21 607/12/21 604/12/21 +f 603/12/21 608/12/21 604/12/21 +f 617/12/21 608/12/21 603/12/21 +f 615/12/21 617/12/21 603/12/21 +f 621/30/61 620/31/61 619/30/61 +f 620/31/61 621/30/61 622/31/61 +f 619/30/62 620/31/62 621/30/62 +f 622/31/62 621/30/62 620/31/62 +f 625/30/65 624/31/60 623/31/65 +f 624/31/60 625/30/65 626/30/60 +f 623/31/63 624/31/59 625/30/63 +f 626/30/59 625/30/63 624/31/59 +f 621/30/59 627/31/59 622/31/59 +f 627/31/59 621/30/59 628/30/59 +f 622/31/60 627/31/60 621/30/60 +f 628/30/60 621/30/60 627/31/60 +f 626/30/60 620/31/66 624/31/60 +f 620/31/66 626/30/60 619/30/66 +f 624/31/59 620/31/64 626/30/59 +f 619/30/64 626/30/59 620/31/64 +f 627/31/34 620/31/34 622/31/34 +f 620/31/34 627/31/34 624/31/34 +f 624/31/34 627/31/34 623/31/34 +f 622/31/33 620/31/33 627/31/33 +f 624/31/33 627/31/33 620/31/33 +f 623/31/33 627/31/33 624/31/33 +f 619/30/33 628/30/33 621/30/33 +f 628/30/33 619/30/33 626/30/33 +f 628/30/33 626/30/33 625/30/33 +f 621/30/34 628/30/34 619/30/34 +f 626/30/34 619/30/34 628/30/34 +f 625/30/34 626/30/34 628/30/34 +f 627/31/62 625/30/62 623/31/62 +f 625/30/62 627/31/62 628/30/62 +f 623/31/61 625/30/61 627/31/61 +f 628/30/61 627/31/61 625/30/61 +f 170/2/33 164/2/33 629/2/33 +f 164/2/33 170/2/33 630/2/33 +f 164/2/33 630/2/33 171/2/33 +f 629/2/34 164/2/34 170/2/34 +f 630/2/34 170/2/34 164/2/34 +f 171/2/34 630/2/34 164/2/34 +f 629/2/59 632/31/59 631/31/59 +f 632/31/59 629/2/59 164/2/59 +f 631/31/60 632/31/60 629/2/60 +f 164/2/60 629/2/60 632/31/60 +f 632/31/62 171/2/62 633/31/62 +f 171/2/62 632/31/62 164/2/62 +f 633/31/61 171/2/61 632/31/61 +f 164/2/61 632/31/61 171/2/61 +f 629/2/61 634/31/61 170/2/61 +f 634/31/61 629/2/61 631/31/61 +f 170/2/62 634/31/62 629/2/62 +f 631/31/62 629/2/62 634/31/62 +f 636/33/90 635/32/90 630/2/59 +f 635/32/90 637/34/90 630/2/59 +f 638/35/90 636/33/90 630/2/59 +f 630/2/59 637/34/90 639/31/59 +f 640/34/90 639/31/59 637/34/90 +f 639/31/59 640/34/90 633/31/90 +f 641/32/90 633/31/90 640/34/90 +f 171/2/90 638/35/90 630/2/59 +f 171/2/90 633/31/90 641/32/90 +f 638/35/90 171/2/90 642/35/90 +f 643/33/90 171/2/90 641/32/90 +f 642/35/90 171/2/90 643/33/90 +f 645/37/93 644/36/93 170/2/93 +f 646/38/93 645/37/93 170/2/93 +f 630/2/59 646/38/93 170/2/93 +f 646/38/93 630/2/59 647/38/93 +f 170/2/93 644/36/93 634/31/93 +f 647/38/93 630/2/59 648/37/93 +f 648/37/93 630/2/59 649/36/93 +f 650/39/93 634/31/93 644/36/93 +f 649/36/93 630/2/59 651/40/93 +f 652/39/93 649/36/93 651/40/93 +f 652/39/93 651/40/93 650/39/93 +f 651/40/93 630/2/59 653/40/93 +f 653/40/93 630/2/59 654/41/93 +f 654/41/93 630/2/59 655/42/93 +f 630/2/59 639/31/59 655/42/93 +f 655/42/93 639/31/59 656/43/93 +f 634/31/93 656/43/93 639/31/59 +f 656/43/93 634/31/93 657/43/93 +f 657/43/93 634/31/93 650/39/93 +f 651/40/93 658/41/93 650/39/93 +f 659/42/93 657/43/93 650/39/93 +f 658/41/93 659/42/93 650/39/93 +f 630/2/60 635/32/87 636/33/87 +f 630/2/60 636/33/87 638/35/87 +f 630/2/60 637/34/87 635/32/87 +f 639/31/60 637/34/87 630/2/60 +f 637/34/87 639/31/60 640/34/87 +f 633/31/87 640/34/87 639/31/60 +f 640/34/87 633/31/87 641/32/87 +f 630/2/60 638/35/87 171/2/87 +f 641/32/87 633/31/87 171/2/87 +f 642/35/87 171/2/87 638/35/87 +f 641/32/87 171/2/87 643/33/87 +f 643/33/87 171/2/87 642/35/87 +f 170/2/94 644/36/94 645/37/94 +f 170/2/94 645/37/94 646/38/94 +f 170/2/94 646/38/94 630/2/60 +f 647/38/94 630/2/60 646/38/94 +f 634/31/94 644/36/94 170/2/94 +f 648/37/94 630/2/60 647/38/94 +f 649/36/94 630/2/60 648/37/94 +f 644/36/94 634/31/94 650/39/94 +f 651/40/94 630/2/60 649/36/94 +f 651/40/94 649/36/94 652/39/94 +f 650/39/94 651/40/94 652/39/94 +f 653/40/94 630/2/60 651/40/94 +f 654/41/94 630/2/60 653/40/94 +f 655/42/94 630/2/60 654/41/94 +f 655/42/94 639/31/60 630/2/60 +f 656/43/94 639/31/60 655/42/94 +f 639/31/60 656/43/94 634/31/94 +f 657/43/94 634/31/94 656/43/94 +f 650/39/94 634/31/94 657/43/94 +f 650/39/94 658/41/94 651/40/94 +f 650/39/94 657/43/94 659/42/94 +f 650/39/94 659/42/94 658/41/94 +f 662/13/96 661/12/95 660/12/96 +f 661/12/95 662/13/96 663/13/95 +f 660/12/98 661/12/97 662/13/98 +f 663/13/97 662/13/98 661/12/97 +f 666/13/98 665/12/97 664/12/98 +f 665/12/97 666/13/98 667/13/97 +f 664/12/96 665/12/95 666/13/96 +f 667/13/95 666/13/96 665/12/95 +f 670/13/102 669/12/101 668/13/101 +f 669/12/101 670/13/102 671/12/102 +f 668/13/100 669/12/100 670/13/99 +f 671/12/99 670/13/99 669/12/100 +f 674/12/100 673/13/99 672/12/99 +f 673/13/99 674/12/100 675/13/100 +f 672/12/102 673/13/102 674/12/101 +f 675/13/101 674/12/101 673/13/102 +f 667/13/97 674/12/100 665/12/97 +f 674/12/100 667/13/97 675/13/100 +f 665/12/95 674/12/101 667/13/95 +f 675/13/101 667/13/95 674/12/101 +f 663/13/95 669/12/101 661/12/95 +f 669/12/101 663/13/95 668/13/101 +f 661/12/97 669/12/100 663/13/97 +f 668/13/100 663/13/97 669/12/100 +f 670/13/102 664/12/98 671/12/102 +f 664/12/98 670/13/102 666/13/98 +f 671/12/99 664/12/96 670/13/99 +f 666/13/96 670/13/99 664/12/96 +f 673/13/99 660/12/96 672/12/99 +f 660/12/96 673/13/99 662/13/96 +f 672/12/102 660/12/98 673/13/102 +f 662/13/98 673/13/102 660/12/98 +f 663/13/103 670/13/103 668/13/103 +f 670/13/103 663/13/103 666/13/103 +f 666/13/103 663/13/103 662/13/103 +f 666/13/103 662/13/103 667/13/103 +f 667/13/103 662/13/103 673/13/103 +f 667/13/103 673/13/103 675/13/103 +f 668/13/104 670/13/104 663/13/104 +f 666/13/104 663/13/104 670/13/104 +f 662/13/104 663/13/104 666/13/104 +f 667/13/104 662/13/104 666/13/104 +f 673/13/104 662/13/104 667/13/104 +f 675/13/104 673/13/104 667/13/104 +f 664/12/104 669/12/104 671/12/104 +f 669/12/104 664/12/104 661/12/104 +f 661/12/104 664/12/104 665/12/104 +f 661/12/104 665/12/104 660/12/104 +f 660/12/104 665/12/104 674/12/104 +f 660/12/104 674/12/104 672/12/104 +f 671/12/103 669/12/103 664/12/103 +f 661/12/103 664/12/103 669/12/103 +f 665/12/103 664/12/103 661/12/103 +f 660/12/103 665/12/103 661/12/103 +f 674/12/103 665/12/103 660/12/103 +f 672/12/103 674/12/103 660/12/103 +f 678/13/106 677/12/105 676/12/106 +f 677/12/105 678/13/106 679/13/105 +f 676/12/108 677/12/107 678/13/108 +f 679/13/107 678/13/108 677/12/107 +f 682/13/108 681/12/107 680/12/108 +f 681/12/107 682/13/108 683/13/107 +f 680/12/106 681/12/105 682/13/106 +f 683/13/105 682/13/106 681/12/105 +f 686/13/112 685/12/111 684/13/111 +f 685/12/111 686/13/112 687/12/112 +f 684/13/110 685/12/110 686/13/109 +f 687/12/109 686/13/109 685/12/110 +f 690/12/110 689/13/109 688/12/109 +f 689/13/109 690/12/110 691/13/110 +f 688/12/112 689/13/112 690/12/111 +f 691/13/111 690/12/111 689/13/112 +f 683/13/107 690/12/110 681/12/107 +f 690/12/110 683/13/107 691/13/110 +f 681/12/105 690/12/111 683/13/105 +f 691/13/111 683/13/105 690/12/111 +f 679/13/105 685/12/111 677/12/105 +f 685/12/111 679/13/105 684/13/111 +f 677/12/107 685/12/110 679/13/107 +f 684/13/110 679/13/107 685/12/110 +f 686/13/112 680/12/108 687/12/112 +f 680/12/108 686/13/112 682/13/108 +f 687/12/109 680/12/106 686/13/109 +f 682/13/106 686/13/109 680/12/106 +f 689/13/109 676/12/106 688/12/109 +f 676/12/106 689/13/109 678/13/106 +f 688/12/112 676/12/108 689/13/112 +f 678/13/108 689/13/112 676/12/108 +f 679/13/113 686/13/113 684/13/113 +f 686/13/113 679/13/113 682/13/113 +f 682/13/113 679/13/113 678/13/113 +f 682/13/113 678/13/113 683/13/113 +f 683/13/113 678/13/113 689/13/113 +f 683/13/113 689/13/113 691/13/113 +f 684/13/114 686/13/114 679/13/114 +f 682/13/114 679/13/114 686/13/114 +f 678/13/114 679/13/114 682/13/114 +f 683/13/114 678/13/114 682/13/114 +f 689/13/114 678/13/114 683/13/114 +f 691/13/114 689/13/114 683/13/114 +f 680/12/114 685/12/114 687/12/114 +f 685/12/114 680/12/114 677/12/114 +f 677/12/114 680/12/114 681/12/114 +f 677/12/114 681/12/114 676/12/114 +f 676/12/114 681/12/114 690/12/114 +f 676/12/114 690/12/114 688/12/114 +f 687/12/113 685/12/113 680/12/113 +f 677/12/113 680/12/113 685/12/113 +f 681/12/113 680/12/113 677/12/113 +f 676/12/113 681/12/113 677/12/113 +f 690/12/113 681/12/113 676/12/113 +f 688/12/113 690/12/113 676/12/113 +f 694/13/106 693/12/105 692/12/106 +f 693/12/105 694/13/106 695/13/105 +f 692/12/108 693/12/107 694/13/108 +f 695/13/107 694/13/108 693/12/107 +f 698/13/108 697/12/107 696/12/108 +f 697/12/107 698/13/108 699/13/107 +f 696/12/106 697/12/105 698/13/106 +f 699/13/105 698/13/106 697/12/105 +f 702/13/112 701/12/111 700/13/111 +f 701/12/111 702/13/112 703/12/112 +f 700/13/110 701/12/110 702/13/109 +f 703/12/109 702/13/109 701/12/110 +f 706/12/110 705/13/109 704/12/109 +f 705/13/109 706/12/110 707/13/110 +f 704/12/112 705/13/112 706/12/111 +f 707/13/111 706/12/111 705/13/112 +f 699/13/107 706/12/110 697/12/107 +f 706/12/110 699/13/107 707/13/110 +f 697/12/105 706/12/111 699/13/105 +f 707/13/111 699/13/105 706/12/111 +f 695/13/105 701/12/111 693/12/105 +f 701/12/111 695/13/105 700/13/111 +f 693/12/107 701/12/110 695/13/107 +f 700/13/110 695/13/107 701/12/110 +f 702/13/112 696/12/108 703/12/112 +f 696/12/108 702/13/112 698/13/108 +f 703/12/109 696/12/106 702/13/109 +f 698/13/106 702/13/109 696/12/106 +f 705/13/109 692/12/106 704/12/109 +f 692/12/106 705/13/109 694/13/106 +f 704/12/112 692/12/108 705/13/112 +f 694/13/108 705/13/112 692/12/108 +f 695/13/113 702/13/113 700/13/113 +f 702/13/113 695/13/113 698/13/113 +f 698/13/113 695/13/113 694/13/113 +f 698/13/113 694/13/113 699/13/113 +f 699/13/113 694/13/113 705/13/113 +f 699/13/113 705/13/113 707/13/113 +f 700/13/114 702/13/114 695/13/114 +f 698/13/114 695/13/114 702/13/114 +f 694/13/114 695/13/114 698/13/114 +f 699/13/114 694/13/114 698/13/114 +f 705/13/114 694/13/114 699/13/114 +f 707/13/114 705/13/114 699/13/114 +f 696/12/114 701/12/114 703/12/114 +f 701/12/114 696/12/114 693/12/114 +f 693/12/114 696/12/114 697/12/114 +f 693/12/114 697/12/114 692/12/114 +f 692/12/114 697/12/114 706/12/114 +f 692/12/114 706/12/114 704/12/114 +f 703/12/113 701/12/113 696/12/113 +f 693/12/113 696/12/113 701/12/113 +f 697/12/113 696/12/113 693/12/113 +f 692/12/113 697/12/113 693/12/113 +f 706/12/113 697/12/113 692/12/113 +f 704/12/113 706/12/113 692/12/113 +f 710/50/121 709/51/120 708/50/119 +f 709/51/120 710/50/121 711/51/122 +f 708/50/125 709/51/124 710/50/123 +f 711/51/126 710/50/123 709/51/124 +f 713/51/128 710/50/121 712/50/127 +f 710/50/121 713/51/128 711/51/122 +f 712/50/130 710/50/123 713/51/129 +f 711/51/126 713/51/129 710/50/123 +f 716/52/133 715/50/132 714/50/131 +f 715/50/132 716/52/133 717/52/134 +f 714/50/137 715/50/136 716/52/135 +f 717/52/138 716/52/135 715/50/136 +f 715/50/132 719/52/140 718/50/139 +f 719/52/140 715/50/132 717/52/134 +f 718/50/142 719/52/141 715/50/136 +f 717/52/138 715/50/136 719/52/141 +f 722/50/145 721/52/144 720/50/143 +f 721/52/144 722/50/145 723/52/146 +f 720/50/149 721/52/148 722/50/147 +f 723/52/150 722/50/147 721/52/148 +f 721/52/144 725/52/152 724/52/151 +f 725/52/152 721/52/144 723/52/146 +f 724/52/154 725/52/153 721/52/148 +f 723/52/150 721/52/148 725/52/153 +f 725/52/152 722/50/145 726/50/155 +f 722/50/145 725/52/152 723/52/146 +f 726/50/156 722/50/147 725/52/153 +f 723/52/150 725/52/153 722/50/147 +f 721/52/144 727/50/157 720/50/143 +f 727/50/157 721/52/144 724/52/151 +f 720/50/149 727/50/158 721/52/148 +f 724/52/154 721/52/148 727/50/158 +f 724/52/151 726/50/155 727/50/157 +f 726/50/155 724/52/151 725/52/152 +f 727/50/158 726/50/156 724/52/154 +f 725/52/153 724/52/154 726/50/156 +f 729/52/160 714/50/131 728/50/159 +f 714/50/131 729/52/160 716/52/133 +f 728/50/162 714/50/137 729/52/161 +f 716/52/135 729/52/161 714/50/137 +f 709/51/120 730/50/163 708/50/119 +f 730/50/163 709/51/120 731/51/164 +f 708/50/125 730/50/165 709/51/124 +f 731/51/166 709/51/124 730/50/165 +f 719/52/140 728/50/159 718/50/139 +f 728/50/159 719/52/140 729/52/160 +f 718/50/142 728/50/162 719/52/141 +f 729/52/161 719/52/141 728/50/162 +f 719/52/140 716/52/133 729/52/160 +f 716/52/133 719/52/140 717/52/134 +f 729/52/161 716/52/135 719/52/141 +f 717/52/138 719/52/141 716/52/135 +f 734/51/169 733/51/168 732/51/167 +f 733/51/168 734/51/169 735/51/170 +f 732/51/173 733/51/172 734/51/171 +f 735/51/174 734/51/171 733/51/172 +f 731/51/164 711/51/122 713/51/128 +f 711/51/122 731/51/164 709/51/120 +f 713/51/129 711/51/126 731/51/166 +f 709/51/124 731/51/166 711/51/126 +f 736/50/175 735/51/170 734/51/169 +f 735/51/170 736/50/175 737/50/176 +f 734/51/171 735/51/174 736/50/177 +f 737/50/178 736/50/177 735/51/174 +f 740/50/181 739/51/180 738/50/179 +f 739/51/180 740/50/181 741/51/182 +f 738/50/185 739/51/184 740/50/183 +f 741/51/186 740/50/183 739/51/184 +f 736/50/175 732/51/167 742/50/187 +f 732/51/167 736/50/175 734/51/169 +f 742/50/188 732/51/173 736/50/177 +f 734/51/171 736/50/177 732/51/173 +f 735/51/170 743/50/189 733/51/168 +f 743/50/189 735/51/170 737/50/176 +f 733/51/172 743/50/190 735/51/174 +f 737/50/178 735/51/174 743/50/190 +f 746/51/193 745/50/192 744/50/191 +f 745/50/192 746/51/193 747/51/194 +f 744/50/197 745/50/196 746/51/195 +f 747/51/198 746/51/195 745/50/196 +f 732/51/167 743/50/189 742/50/187 +f 743/50/189 732/51/167 733/51/168 +f 742/50/188 743/50/190 732/51/173 +f 733/51/172 732/51/173 743/50/190 +f 738/50/179 746/51/193 744/50/191 +f 746/51/193 738/50/179 739/51/180 +f 744/50/197 746/51/195 738/50/185 +f 739/51/184 738/50/185 746/51/195 +f 741/51/182 745/50/192 747/51/194 +f 745/50/192 741/51/182 740/50/181 +f 747/51/198 745/50/196 741/51/186 +f 740/50/183 741/51/186 745/50/196 +f 739/51/180 747/51/194 746/51/193 +f 747/51/194 739/51/180 741/51/182 +f 746/51/195 747/51/198 739/51/184 +f 741/51/186 739/51/184 747/51/198 +f 731/51/164 712/50/127 730/50/163 +f 712/50/127 731/51/164 713/51/128 +f 730/50/165 712/50/130 731/51/166 +f 713/51/129 731/51/166 712/50/130 +f 750/53/87 749/50/60 748/50/87 +f 749/50/60 750/53/87 751/53/60 +f 748/50/90 749/50/59 750/53/90 +f 751/53/59 750/53/90 749/50/59 +f 754/53/33 753/53/33 752/53/33 +f 753/53/33 754/53/33 751/53/33 +f 753/53/33 751/53/33 750/53/33 +f 752/53/34 753/53/34 754/53/34 +f 751/53/34 754/53/34 753/53/34 +f 750/53/34 751/53/34 753/53/34 +f 752/53/59 755/50/59 327/50/59 +f 755/50/59 752/53/59 753/53/59 +f 327/50/60 755/50/60 752/53/60 +f 753/53/60 752/53/60 755/50/60 +f 751/53/60 756/50/94 749/50/60 +f 756/50/94 751/53/60 754/53/94 +f 749/50/59 756/50/93 751/53/59 +f 754/53/93 751/53/59 756/50/93 +f 752/53/61 756/50/61 754/53/61 +f 756/50/61 752/53/61 327/50/61 +f 754/53/62 756/50/62 752/53/62 +f 327/50/62 752/53/62 756/50/62 +f 755/50/62 750/53/62 748/50/62 +f 750/53/62 755/50/62 753/53/62 +f 748/50/61 750/53/61 755/50/61 +f 753/53/61 755/50/61 750/53/61 +f 759/50/33 758/50/33 757/50/33 +f 758/50/33 759/50/33 760/50/33 +f 757/50/34 758/50/34 759/50/34 +f 760/50/34 759/50/34 758/50/34 +f 763/50/33 762/50/33 761/50/33 +f 762/50/33 763/50/33 764/50/33 +f 761/50/34 762/50/34 763/50/34 +f 764/50/34 763/50/34 762/50/34 +f 767/50/33 766/50/33 765/50/33 +f 766/50/33 767/50/33 768/50/33 +f 765/50/34 766/50/34 767/50/34 +f 768/50/34 767/50/34 766/50/34 +f 771/50/33 770/50/33 769/50/33 +f 770/50/33 771/50/33 772/50/33 +f 769/50/34 770/50/34 771/50/34 +f 772/50/34 771/50/34 770/50/34 +f 775/50/33 774/50/33 773/50/33 +f 774/50/33 775/50/33 776/50/33 +f 773/50/34 774/50/34 775/50/34 +f 776/50/34 775/50/34 774/50/34 +f 779/50/33 778/50/33 777/50/33 +f 778/50/33 779/50/33 780/50/33 +f 777/50/34 778/50/34 779/50/34 +f 780/50/34 779/50/34 778/50/34 +f 783/50/33 782/50/33 781/50/33 +f 782/50/33 783/50/33 784/50/33 +f 781/50/34 782/50/34 783/50/34 +f 784/50/34 783/50/34 782/50/34 +f 787/50/33 786/50/33 785/50/33 +f 786/50/33 787/50/33 788/50/33 +f 785/50/34 786/50/34 787/50/34 +f 788/50/34 787/50/34 786/50/34 +f 790/50/33 785/50/33 789/50/33 +f 785/50/33 790/50/33 787/50/33 +f 789/50/34 785/50/34 790/50/34 +f 787/50/34 790/50/34 785/50/34 +f 793/50/201 792/51/200 791/50/199 +f 792/51/200 793/50/201 794/51/202 +f 791/50/205 792/51/204 793/50/203 +f 794/51/206 793/50/203 792/51/204 +f 796/51/208 793/50/201 795/50/207 +f 793/50/201 796/51/208 794/51/202 +f 795/50/210 793/50/203 796/51/209 +f 794/51/206 796/51/209 793/50/203 +f 799/52/213 798/50/212 797/50/211 +f 798/50/212 799/52/213 800/52/214 +f 797/50/217 798/50/216 799/52/215 +f 800/52/218 799/52/215 798/50/216 +f 798/50/212 802/52/220 801/50/219 +f 802/52/220 798/50/212 800/52/214 +f 801/50/222 802/52/221 798/50/216 +f 800/52/218 798/50/216 802/52/221 +f 805/50/225 804/52/224 803/50/223 +f 804/52/224 805/50/225 806/52/226 +f 803/50/229 804/52/228 805/50/227 +f 806/52/230 805/50/227 804/52/228 +f 804/52/224 808/52/232 807/52/231 +f 808/52/232 804/52/224 806/52/226 +f 807/52/234 808/52/233 804/52/228 +f 806/52/230 804/52/228 808/52/233 +f 808/52/232 805/50/225 809/50/235 +f 805/50/225 808/52/232 806/52/226 +f 809/50/236 805/50/227 808/52/233 +f 806/52/230 808/52/233 805/50/227 +f 804/52/224 810/50/237 803/50/223 +f 810/50/237 804/52/224 807/52/231 +f 803/50/229 810/50/238 804/52/228 +f 807/52/234 804/52/228 810/50/238 +f 807/52/231 809/50/235 810/50/237 +f 809/50/235 807/52/231 808/52/232 +f 810/50/238 809/50/236 807/52/234 +f 808/52/233 807/52/234 809/50/236 +f 812/52/240 797/50/211 811/50/239 +f 797/50/211 812/52/240 799/52/213 +f 811/50/242 797/50/217 812/52/241 +f 799/52/215 812/52/241 797/50/217 +f 792/51/200 813/50/243 791/50/199 +f 813/50/243 792/51/200 814/51/244 +f 791/50/205 813/50/245 792/51/204 +f 814/51/246 792/51/204 813/50/245 +f 802/52/220 811/50/239 801/50/219 +f 811/50/239 802/52/220 812/52/240 +f 801/50/222 811/50/242 802/52/221 +f 812/52/241 802/52/221 811/50/242 +f 802/52/220 799/52/213 812/52/240 +f 799/52/213 802/52/220 800/52/214 +f 812/52/241 799/52/215 802/52/221 +f 800/52/218 802/52/221 799/52/215 +f 817/51/249 816/51/248 815/51/247 +f 816/51/248 817/51/249 818/51/250 +f 815/51/253 816/51/252 817/51/251 +f 818/51/254 817/51/251 816/51/252 +f 814/51/244 794/51/202 796/51/208 +f 794/51/202 814/51/244 792/51/200 +f 796/51/209 794/51/206 814/51/246 +f 792/51/204 814/51/246 794/51/206 +f 819/50/255 818/51/250 817/51/249 +f 818/51/250 819/50/255 820/50/256 +f 817/51/251 818/51/254 819/50/257 +f 820/50/258 819/50/257 818/51/254 +f 823/50/261 822/51/260 821/50/259 +f 822/51/260 823/50/261 824/51/262 +f 821/50/265 822/51/264 823/50/263 +f 824/51/266 823/50/263 822/51/264 +f 819/50/255 815/51/247 825/50/267 +f 815/51/247 819/50/255 817/51/249 +f 825/50/268 815/51/253 819/50/257 +f 817/51/251 819/50/257 815/51/253 +f 818/51/250 826/50/269 816/51/248 +f 826/50/269 818/51/250 820/50/256 +f 816/51/252 826/50/270 818/51/254 +f 820/50/258 818/51/254 826/50/270 +f 829/51/273 828/50/272 827/50/271 +f 828/50/272 829/51/273 830/51/274 +f 827/50/277 828/50/276 829/51/275 +f 830/51/278 829/51/275 828/50/276 +f 815/51/247 826/50/269 825/50/267 +f 826/50/269 815/51/247 816/51/248 +f 825/50/268 826/50/270 815/51/253 +f 816/51/252 815/51/253 826/50/270 +f 821/50/259 829/51/273 827/50/271 +f 829/51/273 821/50/259 822/51/260 +f 827/50/277 829/51/275 821/50/265 +f 822/51/264 821/50/265 829/51/275 +f 824/51/262 828/50/272 830/51/274 +f 828/50/272 824/51/262 823/50/261 +f 830/51/278 828/50/276 824/51/266 +f 823/50/263 824/51/266 828/50/276 +f 822/51/260 830/51/274 829/51/273 +f 830/51/274 822/51/260 824/51/262 +f 829/51/275 830/51/278 822/51/264 +f 824/51/266 822/51/264 830/51/278 +f 814/51/244 795/50/207 813/50/243 +f 795/50/207 814/51/244 796/51/208 +f 813/50/245 795/50/210 814/51/246 +f 796/51/209 814/51/246 795/50/210 +f 833/53/12 832/50/2 831/50/12 +f 832/50/2 833/53/12 834/53/2 +f 831/50/11 832/50/1 833/53/11 +f 834/53/1 833/53/11 832/50/1 +f 837/53/33 836/53/33 835/53/33 +f 836/53/33 837/53/33 834/53/33 +f 836/53/33 834/53/33 833/53/33 +f 835/53/34 836/53/34 837/53/34 +f 834/53/34 837/53/34 836/53/34 +f 833/53/34 834/53/34 836/53/34 +f 835/53/1 838/50/1 446/50/1 +f 838/50/1 835/53/1 836/53/1 +f 446/50/2 838/50/2 835/53/2 +f 836/53/2 835/53/2 838/50/2 +f 834/53/2 839/50/3 832/50/2 +f 839/50/3 834/53/2 837/53/3 +f 832/50/1 839/50/6 834/53/1 +f 837/53/6 834/53/1 839/50/6 +f 835/53/7 839/50/7 837/53/7 +f 839/50/7 835/53/7 446/50/7 +f 837/53/8 839/50/8 835/53/8 +f 446/50/8 835/53/8 839/50/8 +f 838/50/8 833/53/8 831/50/8 +f 833/53/8 838/50/8 836/53/8 +f 831/50/7 833/53/7 838/50/7 +f 836/53/7 838/50/7 833/53/7 +f 842/50/201 841/51/200 840/50/199 +f 841/51/200 842/50/201 843/51/202 +f 840/50/205 841/51/204 842/50/203 +f 843/51/206 842/50/203 841/51/204 +f 845/51/208 842/50/201 844/50/207 +f 842/50/201 845/51/208 843/51/202 +f 844/50/210 842/50/203 845/51/209 +f 843/51/206 845/51/209 842/50/203 +f 848/52/213 847/50/212 846/50/211 +f 847/50/212 848/52/213 849/52/214 +f 846/50/217 847/50/216 848/52/215 +f 849/52/218 848/52/215 847/50/216 +f 847/50/212 851/52/220 850/50/219 +f 851/52/220 847/50/212 849/52/214 +f 850/50/222 851/52/221 847/50/216 +f 849/52/218 847/50/216 851/52/221 +f 854/50/225 853/52/224 852/50/223 +f 853/52/224 854/50/225 855/52/226 +f 852/50/229 853/52/228 854/50/227 +f 855/52/230 854/50/227 853/52/228 +f 853/52/224 857/52/232 856/52/231 +f 857/52/232 853/52/224 855/52/226 +f 856/52/234 857/52/233 853/52/228 +f 855/52/230 853/52/228 857/52/233 +f 857/52/232 854/50/225 858/50/235 +f 854/50/225 857/52/232 855/52/226 +f 858/50/236 854/50/227 857/52/233 +f 855/52/230 857/52/233 854/50/227 +f 853/52/224 859/50/237 852/50/223 +f 859/50/237 853/52/224 856/52/231 +f 852/50/229 859/50/238 853/52/228 +f 856/52/234 853/52/228 859/50/238 +f 856/52/231 858/50/235 859/50/237 +f 858/50/235 856/52/231 857/52/232 +f 859/50/238 858/50/236 856/52/234 +f 857/52/233 856/52/234 858/50/236 +f 861/52/240 846/50/211 860/50/239 +f 846/50/211 861/52/240 848/52/213 +f 860/50/242 846/50/217 861/52/241 +f 848/52/215 861/52/241 846/50/217 +f 841/51/200 862/50/243 840/50/199 +f 862/50/243 841/51/200 863/51/244 +f 840/50/205 862/50/245 841/51/204 +f 863/51/246 841/51/204 862/50/245 +f 851/52/220 860/50/239 850/50/219 +f 860/50/239 851/52/220 861/52/240 +f 850/50/222 860/50/242 851/52/221 +f 861/52/241 851/52/221 860/50/242 +f 851/52/220 848/52/213 861/52/240 +f 848/52/213 851/52/220 849/52/214 +f 861/52/241 848/52/215 851/52/221 +f 849/52/218 851/52/221 848/52/215 +f 866/51/249 865/51/248 864/51/247 +f 865/51/248 866/51/249 867/51/250 +f 864/51/253 865/51/252 866/51/251 +f 867/51/254 866/51/251 865/51/252 +f 863/51/244 843/51/202 845/51/208 +f 843/51/202 863/51/244 841/51/200 +f 845/51/209 843/51/206 863/51/246 +f 841/51/204 863/51/246 843/51/206 +f 868/50/255 867/51/250 866/51/249 +f 867/51/250 868/50/255 869/50/256 +f 866/51/251 867/51/254 868/50/257 +f 869/50/258 868/50/257 867/51/254 +f 872/50/261 871/51/260 870/50/259 +f 871/51/260 872/50/261 873/51/262 +f 870/50/265 871/51/264 872/50/263 +f 873/51/266 872/50/263 871/51/264 +f 868/50/255 864/51/247 874/50/267 +f 864/51/247 868/50/255 866/51/249 +f 874/50/268 864/51/253 868/50/257 +f 866/51/251 868/50/257 864/51/253 +f 867/51/250 875/50/269 865/51/248 +f 875/50/269 867/51/250 869/50/256 +f 865/51/252 875/50/270 867/51/254 +f 869/50/258 867/51/254 875/50/270 +f 878/51/273 877/50/272 876/50/271 +f 877/50/272 878/51/273 879/51/274 +f 876/50/277 877/50/276 878/51/275 +f 879/51/278 878/51/275 877/50/276 +f 864/51/247 875/50/269 874/50/267 +f 875/50/269 864/51/247 865/51/248 +f 874/50/268 875/50/270 864/51/253 +f 865/51/252 864/51/253 875/50/270 +f 870/50/259 878/51/273 876/50/271 +f 878/51/273 870/50/259 871/51/260 +f 876/50/277 878/51/275 870/50/265 +f 871/51/264 870/50/265 878/51/275 +f 873/51/262 877/50/272 879/51/274 +f 877/50/272 873/51/262 872/50/261 +f 879/51/278 877/50/276 873/51/266 +f 872/50/263 873/51/266 877/50/276 +f 871/51/260 879/51/274 878/51/273 +f 879/51/274 871/51/260 873/51/262 +f 878/51/275 879/51/278 871/51/264 +f 873/51/266 871/51/264 879/51/278 +f 863/51/244 844/50/207 862/50/243 +f 844/50/207 863/51/244 845/51/208 +f 862/50/245 844/50/210 863/51/246 +f 845/51/209 863/51/246 844/50/210 +f 882/53/12 881/50/2 880/50/12 +f 881/50/2 882/53/12 883/53/2 +f 880/50/11 881/50/1 882/53/11 +f 883/53/1 882/53/11 881/50/1 +f 886/53/33 885/53/33 884/53/33 +f 885/53/33 886/53/33 883/53/33 +f 885/53/33 883/53/33 882/53/33 +f 884/53/34 885/53/34 886/53/34 +f 883/53/34 886/53/34 885/53/34 +f 882/53/34 883/53/34 885/53/34 +f 884/53/1 887/50/1 534/50/1 +f 887/50/1 884/53/1 885/53/1 +f 534/50/2 887/50/2 884/53/2 +f 885/53/2 884/53/2 887/50/2 +f 883/53/2 888/50/3 881/50/2 +f 888/50/3 883/53/2 886/53/3 +f 881/50/1 888/50/6 883/53/1 +f 886/53/6 883/53/1 888/50/6 +f 884/53/7 888/50/7 886/53/7 +f 888/50/7 884/53/7 534/50/7 +f 886/53/8 888/50/8 884/53/8 +f 534/50/8 884/53/8 888/50/8 +f 887/50/8 882/53/8 880/50/8 +f 882/53/8 887/50/8 885/53/8 +f 880/50/7 882/53/7 887/50/7 +f 885/53/7 887/50/7 882/53/7 +f 891/50/121 890/51/120 889/50/119 +f 890/51/120 891/50/121 892/51/122 +f 889/50/125 890/51/124 891/50/123 +f 892/51/126 891/50/123 890/51/124 +f 894/51/128 891/50/121 893/50/127 +f 891/50/121 894/51/128 892/51/122 +f 893/50/130 891/50/123 894/51/129 +f 892/51/126 894/51/129 891/50/123 +f 897/52/133 896/50/132 895/50/131 +f 896/50/132 897/52/133 898/52/134 +f 895/50/137 896/50/136 897/52/135 +f 898/52/138 897/52/135 896/50/136 +f 896/50/132 900/52/140 899/50/139 +f 900/52/140 896/50/132 898/52/134 +f 899/50/142 900/52/141 896/50/136 +f 898/52/138 896/50/136 900/52/141 +f 903/50/145 902/52/144 901/50/143 +f 902/52/144 903/50/145 904/52/146 +f 901/50/149 902/52/148 903/50/147 +f 904/52/150 903/50/147 902/52/148 +f 902/52/144 906/52/152 905/52/151 +f 906/52/152 902/52/144 904/52/146 +f 905/52/154 906/52/153 902/52/148 +f 904/52/150 902/52/148 906/52/153 +f 906/52/152 903/50/145 907/50/155 +f 903/50/145 906/52/152 904/52/146 +f 907/50/156 903/50/147 906/52/153 +f 904/52/150 906/52/153 903/50/147 +f 902/52/144 908/50/157 901/50/143 +f 908/50/157 902/52/144 905/52/151 +f 901/50/149 908/50/158 902/52/148 +f 905/52/154 902/52/148 908/50/158 +f 905/52/151 907/50/155 908/50/157 +f 907/50/155 905/52/151 906/52/152 +f 908/50/158 907/50/156 905/52/154 +f 906/52/153 905/52/154 907/50/156 +f 910/52/160 895/50/131 909/50/159 +f 895/50/131 910/52/160 897/52/133 +f 909/50/162 895/50/137 910/52/161 +f 897/52/135 910/52/161 895/50/137 +f 890/51/120 911/50/163 889/50/119 +f 911/50/163 890/51/120 912/51/164 +f 889/50/125 911/50/165 890/51/124 +f 912/51/166 890/51/124 911/50/165 +f 900/52/140 909/50/159 899/50/139 +f 909/50/159 900/52/140 910/52/160 +f 899/50/142 909/50/162 900/52/141 +f 910/52/161 900/52/141 909/50/162 +f 900/52/140 897/52/133 910/52/160 +f 897/52/133 900/52/140 898/52/134 +f 910/52/161 897/52/135 900/52/141 +f 898/52/138 900/52/141 897/52/135 +f 915/51/169 914/51/168 913/51/167 +f 914/51/168 915/51/169 916/51/170 +f 913/51/173 914/51/172 915/51/171 +f 916/51/174 915/51/171 914/51/172 +f 912/51/164 892/51/122 894/51/128 +f 892/51/122 912/51/164 890/51/120 +f 894/51/129 892/51/126 912/51/166 +f 890/51/124 912/51/166 892/51/126 +f 917/50/175 916/51/170 915/51/169 +f 916/51/170 917/50/175 918/50/176 +f 915/51/171 916/51/174 917/50/177 +f 918/50/178 917/50/177 916/51/174 +f 921/50/181 920/51/180 919/50/179 +f 920/51/180 921/50/181 922/51/182 +f 919/50/185 920/51/184 921/50/183 +f 922/51/186 921/50/183 920/51/184 +f 917/50/175 913/51/167 923/50/187 +f 913/51/167 917/50/175 915/51/169 +f 923/50/188 913/51/173 917/50/177 +f 915/51/171 917/50/177 913/51/173 +f 916/51/170 924/50/189 914/51/168 +f 924/50/189 916/51/170 918/50/176 +f 914/51/172 924/50/190 916/51/174 +f 918/50/178 916/51/174 924/50/190 +f 927/51/193 926/50/192 925/50/191 +f 926/50/192 927/51/193 928/51/194 +f 925/50/197 926/50/196 927/51/195 +f 928/51/198 927/51/195 926/50/196 +f 913/51/167 924/50/189 923/50/187 +f 924/50/189 913/51/167 914/51/168 +f 923/50/188 924/50/190 913/51/173 +f 914/51/172 913/51/173 924/50/190 +f 919/50/179 927/51/193 925/50/191 +f 927/51/193 919/50/179 920/51/180 +f 925/50/197 927/51/195 919/50/185 +f 920/51/184 919/50/185 927/51/195 +f 922/51/182 926/50/192 928/51/194 +f 926/50/192 922/51/182 921/50/181 +f 928/51/198 926/50/196 922/51/186 +f 921/50/183 922/51/186 926/50/196 +f 920/51/180 928/51/194 927/51/193 +f 928/51/194 920/51/180 922/51/182 +f 927/51/195 928/51/198 920/51/184 +f 922/51/186 920/51/184 928/51/198 +f 912/51/164 893/50/127 911/50/163 +f 893/50/127 912/51/164 894/51/128 +f 911/50/165 893/50/130 912/51/166 +f 894/51/129 912/51/166 893/50/130 +f 931/53/87 930/50/60 929/50/87 +f 930/50/60 931/53/87 932/53/60 +f 929/50/90 930/50/59 931/53/90 +f 932/53/59 931/53/90 930/50/59 +f 935/53/33 934/53/33 933/53/33 +f 934/53/33 935/53/33 932/53/33 +f 934/53/33 932/53/33 931/53/33 +f 933/53/34 934/53/34 935/53/34 +f 932/53/34 935/53/34 934/53/34 +f 931/53/34 932/53/34 934/53/34 +f 933/53/59 936/50/59 621/50/59 +f 936/50/59 933/53/59 934/53/59 +f 621/50/60 936/50/60 933/53/60 +f 934/53/60 933/53/60 936/50/60 +f 932/53/60 937/50/94 930/50/60 +f 937/50/94 932/53/60 935/53/94 +f 930/50/59 937/50/93 932/53/59 +f 935/53/93 932/53/59 937/50/93 +f 933/53/61 937/50/61 935/53/61 +f 937/50/61 933/53/61 621/50/61 +f 935/53/62 937/50/62 933/53/62 +f 621/50/62 933/53/62 937/50/62 +f 936/50/62 931/53/62 929/50/62 +f 931/53/62 936/50/62 934/53/62 +f 929/50/61 931/53/61 936/50/61 +f 934/53/61 936/50/61 931/53/61 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs.obj.import new file mode 100644 index 0000000..cd2dab7 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://cf7yrpdbjca8c" +path="res://.godot/imported/stairs.obj-04df1607ebd7f3541fac802d07c00e9f.mesh" + +[deps] + +files=["res://.godot/imported/stairs.obj-04df1607ebd7f3541fac802d07c00e9f.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs.obj" +dest_files=["res://.godot/imported/stairs.obj-04df1607ebd7f3541fac802d07c00e9f.mesh", "res://.godot/imported/stairs.obj-04df1607ebd7f3541fac802d07c00e9f.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-corner.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-corner.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-corner.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-corner.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-corner.obj new file mode 100644 index 0000000..5fb6a67 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-corner.obj @@ -0,0 +1,1784 @@ +# Created by Kenney (www.kenney.nl) + +mtllib template-corner.mtl + +g template-corner + +v -1.252154 0 0.4972113 1 1 1 +v -1.638524 0 0.3936837 1 1 1 +v -1.287509 0.1 0.4359741 1 1 1 +v -1.577287 0.1 0.3583283 1 1 1 +v -1.751258 0 0.524198 1 1 1 +v -1.699494 0 0.7173831 1 1 1 +v -1.768935 0.05 0.5548165 1 1 1 +v -1.730113 0.05 0.6997055 1 1 1 +v -1.534997 0 0.007313311 1 1 1 +v -1.148626 0 0.1108409 1 1 1 +v -1.499641 0.1 0.06855059 1 1 1 +v -1.209864 0.1 0.1461962 1 1 1 +v -1.875001 0.05 0.7385283 1 1 1 +v -1.913824 0.05 0.5936394 1 1 1 +v -1.892679 0 0.769147 1 1 1 +v -1.944443 0 0.5759618 1 1 1 +v 0.6499655 0.05 -1.643083 1 1 1 +v 0.4378335 0.05 -1.430951 1 1 1 +v 0.4378335 0.05 -1.855215 1 1 1 +v 0.2257014 0.05 -1.643083 1 1 1 +v 0.4378335 0 -1.36024 1 1 1 +v 0.1549907 0 -1.643083 1 1 1 +v 0.7206762 0 -1.643083 1 1 1 +v 0.4378335 0 -1.925926 1 1 1 +v 0.2716305 0 -0.8184623 1 1 1 +v 0.2103933 0.05 -0.8538177 1 1 1 +v 0.1681029 0 -1.204833 1 1 1 +v 0.1327475 0.05 -1.143595 1 1 1 +v -0.2182674 0 -1.101305 1 1 1 +v -0.1570302 0.05 -1.06595 1 1 1 +v -0.417272 0 -1.501653 1 1 1 +v -0.217272 0 -1.501653 1 1 1 +v -0.392272 0.1 -1.476653 1 1 1 +v -0.242272 0.1 -1.476653 1 1 1 +v -0.242272 0.1 -1.326653 1 1 1 +v -0.392272 0.1 -1.326653 1 1 1 +v -0.07938451 0.05 -0.7761719 1 1 1 +v -0.1147399 0 -0.7149347 1 1 1 +v -0.217272 0 -1.301653 1 1 1 +v -0.417272 0 -1.301653 1 1 1 +v 2 0.9 -2 1 1 1 +v 1.695518 0.9 -0.4692663 1 1 1 +v 1.399002 0.9 -2 1 1 1 +v 1.140269 0.9 -0.699258 1 1 1 +v 0.8284271 0.9 0.8284271 1 1 1 +v 0.4034577 0.9 0.4034577 1 1 1 +v -0.4692663 0.9 1.695518 1 1 1 +v -0.699258 0.9 1.140269 1 1 1 +v -2 0.9 2 1 1 1 +v -2 0.9 1.399002 1 1 1 +v 1.399002 0.2 -2 1 1 1 +v 2 0.2 -2 1 1 1 +v 1.140269 0.2 -0.699258 1 1 1 +v 0.4034577 0.2 0.4034577 1 1 1 +v -0.699258 0.2 1.140269 1 1 1 +v -2 0.2 1.399002 1 1 1 +v -2 0.2 2 1 1 1 +v -0.4692663 0.2 1.695518 1 1 1 +v 0.8284271 0.2 0.8284271 1 1 1 +v 1.695518 0.2 -0.4692663 1 1 1 +v 2 0 -2 1 1 1 +v 0.8284271 0 0.8284271 1 1 1 +v -2 0 -2 1 1 1 +v -2 0 2 1 1 1 +v 2 3 -2 1 1 1 +v 1.695518 3 -0.4692662 1 1 1 +v 1.6 3 -2 1 1 1 +v 1.325966 3 -0.6223395 1 1 1 +v 0.8284271 3 0.8284272 1 1 1 +v 0.5455844 3 0.5455845 1 1 1 +v -0.4692663 3 1.695518 1 1 1 +v -0.6223396 3 1.325966 1 1 1 +v -2 3 2 1 1 1 +v -2 3 1.6 1 1 1 +v 1.6 0.9 -2 1 1 1 +v 1.325966 0.9 -0.6223395 1 1 1 +v 0.5455844 0.9 0.5455845 1 1 1 +v -0.6223396 0.9 1.325966 1 1 1 +v -2 0.9 1.6 1 1 1 +v 0.8284271 0.9 0.8284272 1 1 1 +v 1.695518 0.9 -0.4692662 1 1 1 +v 0.998005 0 -2 1 1 1 +v 1.695518 0 -0.4692663 1 1 1 +v 0.7697954 0 -0.8527132 1 1 1 +v -0.4692663 0 1.695518 1 1 1 +v 0.1199097 0 0.1199097 1 1 1 +v -0.8527132 0 0.7697954 1 1 1 +v -2 0 0.998005 1 1 1 +v 0.998005 0.2 -2 1 1 1 +v 0.7697954 0.2 -0.8527132 1 1 1 +v 0.1199097 0.2 0.1199097 1 1 1 +v -0.8527132 0.2 0.7697954 1 1 1 +v -2 0.2 0.998005 1 1 1 +v 0.4837073 0.2 -0.4604726 1 1 1 +v 0.4837073 0 -0.4604726 1 1 1 +v 0.9920285 0.2 -0.08084026 1 1 1 +v 0.9920285 0 -0.08084026 1 1 1 +v -0.473376 0 0.2987575 1 1 1 +v -0.1613054 0 -0.1613053 1 1 1 +v -0.473376 0.2 0.2987575 1 1 1 +v -0.1613054 0.2 -0.1613053 1 1 1 +v 0.2987573 0 -0.473376 1 1 1 +v 0.2987573 0.2 -0.473376 1 1 1 +v -0.4604725 0 0.4837075 1 1 1 +v -0.4604725 0.2 0.4837075 1 1 1 +v -0.08084014 0 0.9920285 1 1 1 +v -0.08084014 0.2 0.9920285 1 1 1 +v -0.4887579 1.509087 1.23671 1 1 1 +v -0.168301 1.509087 1.022587 1 1 1 +v -0.5165364 1.509087 1.195136 1 1 1 +v -0.1960796 1.509087 0.981014 1 1 1 +v -0.168301 1.809087 1.022587 1 1 1 +v -0.4887579 1.809087 1.23671 1 1 1 +v -0.1960796 1.809087 0.981014 1 1 1 +v -0.5165364 1.809087 1.195136 1 1 1 +v -0.1545061 1.559087 0.9532355 1 1 1 +v -0.1267276 1.559087 0.994809 1 1 1 +v -0.1545061 1.759087 0.9532355 1 1 1 +v -0.1267276 1.759087 0.994809 1 1 1 +v -0.5303314 1.559087 1.264488 1 1 1 +v -0.5581099 1.559087 1.222915 1 1 1 +v -0.5303314 1.759087 1.264488 1 1 1 +v -0.5581099 1.759087 1.222915 1 1 1 +v -1.360765 2.236932 1.472848 1 1 1 +v -0.9827605 2.236932 1.397658 1 1 1 +v -1.37052 2.236932 1.423809 1 1 1 +v -0.992515 2.236932 1.348619 1 1 1 +v -0.9827605 2.536932 1.397658 1 1 1 +v -1.360765 2.536932 1.472848 1 1 1 +v -0.992515 2.536932 1.348619 1 1 1 +v -1.37052 2.536932 1.423809 1 1 1 +v -0.9434758 2.286932 1.338865 1 1 1 +v -0.9337212 2.286932 1.387904 1 1 1 +v -0.9434758 2.486932 1.338865 1 1 1 +v -0.9337212 2.486932 1.387904 1 1 1 +v -1.409804 2.286932 1.482603 1 1 1 +v -1.419559 2.286932 1.433563 1 1 1 +v -1.409804 2.486932 1.482603 1 1 1 +v -1.419559 2.486932 1.433563 1 1 1 +v -1.66853 1.759764 1.534067 1 1 1 +v -1.290525 1.759764 1.458877 1 1 1 +v -1.678284 1.759764 1.485027 1 1 1 +v -1.30028 1.759764 1.409837 1 1 1 +v -1.290525 2.059764 1.458877 1 1 1 +v -1.66853 2.059764 1.534067 1 1 1 +v -1.30028 2.059764 1.409837 1 1 1 +v -1.678284 2.059764 1.485027 1 1 1 +v -1.25124 1.809764 1.400083 1 1 1 +v -1.241486 1.809764 1.449122 1 1 1 +v -1.25124 2.009764 1.400083 1 1 1 +v -1.241486 2.009764 1.449122 1 1 1 +v -1.717569 1.809764 1.543821 1 1 1 +v -1.727323 1.809764 1.494782 1 1 1 +v -1.717569 2.009764 1.543821 1 1 1 +v -1.727323 2.009764 1.494782 1 1 1 +v 1.415873 1.55972 -1.074333 1 1 1 +v 1.491063 1.55972 -1.452337 1 1 1 +v 1.366834 1.55972 -1.084087 1 1 1 +v 1.442024 1.55972 -1.462092 1 1 1 +v 1.415873 1.85972 -1.074333 1 1 1 +v 1.366834 1.85972 -1.084087 1 1 1 +v 1.491063 1.85972 -1.452337 1 1 1 +v 1.442024 1.85972 -1.462092 1 1 1 +v 1.451778 1.60972 -1.511131 1 1 1 +v 1.500818 1.60972 -1.501377 1 1 1 +v 1.451778 1.80972 -1.511131 1 1 1 +v 1.500818 1.80972 -1.501377 1 1 1 +v 1.406119 1.60972 -1.025293 1 1 1 +v 1.35708 1.60972 -1.035048 1 1 1 +v 1.406119 1.80972 -1.025293 1 1 1 +v 1.35708 1.80972 -1.035048 1 1 1 +v 0.8406577 2.757286 0.09039968 1 1 1 +v 0.4655287 2.757286 -0.1775497 1 1 1 +v 1.108607 2.757286 0.4655287 1 1 1 +v 0.8406577 2.757286 0.8406577 1 1 1 +v 0.09039968 2.757286 0.09039965 1 1 1 +v -0.1775497 2.757286 0.4655286 1 1 1 +v 0.4655286 2.757286 1.108607 1 1 1 +v 0.09039965 2.757286 0.8406577 1 1 1 +v 0.8406577 3.133286 0.09039968 1 1 1 +v 1.108607 3.133286 0.4655287 1 1 1 +v 0.4655287 3.133286 -0.1775497 1 1 1 +v 0.09039968 3.133286 0.09039965 1 1 1 +v 0.8406577 3.133286 0.8406577 1 1 1 +v -0.1775497 3.133286 0.4655286 1 1 1 +v 0.4655286 3.133286 1.108607 1 1 1 +v 0.09039965 3.133286 0.8406577 1 1 1 +v 0.8106474 0.576 0.12041 1 1 1 +v 1.057161 0.576 0.4655287 1 1 1 +v 0.4655287 0.576 -0.1261033 1 1 1 +v 0.12041 0.576 0.12041 1 1 1 +v 0.8106474 0.576 0.8106474 1 1 1 +v 0.4655287 0.576 1.057161 1 1 1 +v -0.1261033 0.576 0.4655287 1 1 1 +v 0.12041 0.576 0.8106474 1 1 1 +v 0.4655287 0.2 -0.1261033 1 1 1 +v 0.8106474 0.2 0.12041 1 1 1 +v 0.12041 0.2 0.12041 1 1 1 +v -0.1261033 0.2 0.4655287 1 1 1 +v 0.12041 0.2 0.8106474 1 1 1 +v 0.4655287 0.2 1.057161 1 1 1 +v 0.8106474 0.2 0.8106474 1 1 1 +v 1.057161 0.2 0.4655287 1 1 1 +v 0.2328905 0.576 0.2328906 1 1 1 +v 0.4655286 0.576 0.06672049 1 1 1 +v 0.174731 2.757286 0.1747311 1 1 1 +v 0.4655286 2.757286 -0.03298157 1 1 1 +v 0.1747311 2.757286 0.7563263 1 1 1 +v 0.4655287 2.757286 0.9640389 1 1 1 +v 0.2328906 0.576 0.6981668 1 1 1 +v 0.4655287 0.576 0.8643368 1 1 1 +v 0.06672049 0.576 0.4655287 1 1 1 +v -0.03298157 2.757286 0.4655287 1 1 1 +v 0.6981667 0.576 0.2328905 1 1 1 +v 0.8643368 0.576 0.4655286 1 1 1 +v 0.7563263 2.757286 0.174731 1 1 1 +v 0.9640389 2.757286 0.4655286 1 1 1 +v 0.6981668 0.576 0.6981667 1 1 1 +v 0.7563263 2.757286 0.7563263 1 1 1 + +vn 0.4082483 0.5773503 0.7071068 +vn -0.7071068 0.5773503 0.4082483 +vn 0.3003764 0.7994348 0.5202672 +vn -0.5202672 0.7994348 0.3003764 +vn -0.3003764 -0.7994348 -0.5202672 +vn 0.7071068 -0.5773503 -0.4082483 +vn -0.4082483 -0.5773503 -0.7071068 +vn 0.5202672 -0.7994348 -0.3003764 +vn 0.4082483 0.5773503 -0.7071068 +vn 0.7071068 0.5773503 0.4082483 +vn 0.3003764 0.7994348 -0.5202672 +vn 0.5202672 0.7994348 0.3003764 +vn -0.3003764 -0.7994348 0.5202672 +vn -0.7071068 -0.5773503 -0.4082483 +vn -0.4082483 -0.5773503 0.7071068 +vn -0.5202672 -0.7994348 -0.3003764 +vn -0.4082483 0.5773503 -0.7071068 +vn 0.7071068 0.5773503 -0.4082483 +vn -0.3003764 0.7994348 -0.5202672 +vn 0.5202672 0.7994348 -0.3003764 +vn 0.3003764 -0.7994348 0.5202672 +vn -0.7071068 -0.5773503 0.4082483 +vn 0.4082483 -0.5773503 0.7071068 +vn -0.5202672 -0.7994348 0.3003764 +vn -0.3003764 0.7994348 0.5202672 +vn -0.5202672 0.7994348 -0.3003764 +vn 0.3003764 -0.7994348 -0.5202672 +vn 0.5202672 -0.7994348 0.3003764 +vn -0.4082483 0.5773503 0.7071068 +vn 0.4082483 -0.5773503 -0.7071068 +vn -0.7071068 0.5773503 -0.4082483 +vn 0.7071068 -0.5773503 0.4082483 +vn 0.4245382 0.9054101 0 +vn 0 0.9054101 0.4245382 +vn 0 0.9054101 -0.4245382 +vn -0.4245382 0.9054101 0 +vn 0 -0.9054101 0.4245382 +vn 0 -0.9054101 -0.4245382 +vn -0.4245382 -0.9054101 0 +vn 0.4245382 -0.9054101 0 +vn 0 0.8164966 0.5773503 +vn -0.5773503 0.8164966 0 +vn 0 -0.8164966 -0.5773503 +vn 0.5773503 -0.8164966 0 +vn 0.5773503 0.8164966 0 +vn -0.5773503 -0.8164966 0 +vn 0 0.8164966 -0.5773503 +vn 0 -0.8164966 0.5773503 +vn 0.5 0.8164966 0.2886751 +vn 0.3676609 0.90541 0.2122691 +vn 0.2886751 0.8164966 -0.5 +vn 0.2122691 0.90541 -0.3676609 +vn -0.2886751 -0.8164966 0.5 +vn -0.3676609 -0.90541 -0.2122691 +vn -0.5 -0.8164966 -0.2886751 +vn -0.2122691 -0.90541 0.3676609 +vn -0.5 0.8164966 -0.2886751 +vn -0.3676609 0.90541 -0.2122691 +vn 0.5 -0.8164966 0.2886751 +vn 0.3676609 -0.90541 0.2122691 +vn -0.6666667 0.3333333 -0.6666667 +vn 0.6666667 0.3333333 -0.6666667 +vn -0.5033765 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 -0.5033765 +vn 0.5033765 -0.7022992 0.5033765 +vn -0.6666667 -0.3333333 0.6666667 +vn 0.6666667 -0.3333333 0.6666667 +vn -0.5033765 -0.7022992 0.5033765 +vn 0.5033765 0.7022992 0.5033765 +vn -0.5033765 0.7022992 0.5033765 +vn -0.5033765 -0.7022992 -0.5033765 +vn 0.5033765 -0.7022992 -0.5033765 +vn -0.2122691 0.90541 0.3676609 +vn -0.2886751 0.8164966 0.5 +vn 0.2886751 -0.8164966 -0.5 +vn 0.2122691 -0.90541 -0.3676609 +vn 0.6666667 0.3333333 0.6666667 +vn -0.6666667 -0.3333333 -0.6666667 +vn -0.6666667 0.3333333 0.6666667 +vn 0.6666667 -0.3333333 -0.6666667 +vn 0 1 0 +vn 0 -1 0 +vn 0 0 -1 +vn 0 0 1 +vn -0.9807853 0 -0.1950903 +vn -0.9238795 0 -0.3826834 +vn 0.9238795 0 0.3826834 +vn 0.9807853 0 0.1950903 +vn -0.7071068 0 -0.7071068 +vn 0.7071068 0 0.7071068 +vn -0.3826834 0 -0.9238795 +vn 0.3826834 0 0.9238795 +vn -0.1950903 0 -0.9807853 +vn 0.1950903 0 0.9807853 +vn -1 0 0 +vn 1 0 0 +vn 0.1950903 0 0.9807853 +vn -0.1950903 0 -0.9807853 +vn 0.3481187 0 -0.9374505 +vn 0.5983759 0 -0.8012155 +vn -0.5983759 0 0.8012155 +vn -0.3481187 0 0.9374505 +vn -0.9655658 0 -0.2601588 +vn -0.7071069 0 -0.7071067 +vn 0.9655658 0 0.2601588 +vn 0.7071069 0 0.7071067 +vn -0.260159 0 -0.9655658 +vn 0.260159 0 0.9655658 +vn -0.9374504 0 0.3481189 +vn -0.8012154 0 0.5983762 +vn 0.8012154 0 -0.5983762 +vn 0.9374504 0 -0.3481189 +vn -0.3181896 -0.9238795 0.2126075 +vn 0.3181896 -0.9238795 -0.2126075 +vn 0.3181896 0.9238795 -0.2126075 +vn -0.3181896 0.9238795 0.2126075 +vn 0.7681777 -0.3826834 -0.51328 +vn 0.7681777 0.3826834 -0.51328 +vn -0.7681777 -0.3826834 0.51328 +vn -0.7681777 0.3826834 0.51328 +vn -0.5555702 0 -0.8314695 +vn 0.5555702 0 0.8314695 +vn -0.3753302 -0.9238795 0.07465783 +vn 0.3753302 -0.9238795 -0.07465783 +vn 0.3753302 0.9238795 -0.07465783 +vn -0.3753302 0.9238795 0.07465783 +vn 0.9061273 -0.3826834 -0.1802399 +vn 0.9061273 0.3826834 -0.1802399 +vn -0.9061273 -0.3826834 0.1802399 +vn -0.9061273 0.3826834 0.1802399 +vn -0.07465779 -0.9238795 0.3753303 +vn 0.07465779 -0.9238795 -0.3753303 +vn 0.07465779 0.9238795 -0.3753303 +vn -0.07465779 0.9238795 0.3753303 +vn 0.1802399 -0.3826834 -0.9061274 +vn 0.1802399 0.3826834 -0.9061274 +vn -0.1802399 -0.3826834 0.9061274 +vn -0.1802399 0.3826834 0.9061274 +vn -0.9807853 0 -0.1950902 +vn 0.9807853 0 0.1950902 +vn 0.5812383 0 -0.8137335 +vn 0.7071068 0 -0.7071068 +vn -0.7071068 0 0.7071068 +vn -0.5812383 0 0.8137335 +vn -0.7071068 0 -0.7071068 +vn -0.5812382 0 -0.8137336 +vn 0.7071068 0 0.7071068 +vn 0.5812382 0 0.8137336 +vn -0.8137335 0 -0.5812383 +vn 0.8137335 0 0.5812383 +vn -0.8137336 0 0.5812382 +vn 0.8137336 0 -0.5812382 +vn -0.7066047 -0.03768034 -0.7066046 +vn -0.5808367 -0.03716837 -0.8131711 +vn 0.7066047 0.03768034 0.7066046 +vn 0.5808367 0.03716837 0.8131711 +vn -0.7066046 -0.03768034 0.7066047 +vn -0.5808365 -0.03716837 0.8131713 +vn 0.7066046 0.03768034 -0.7066047 +vn 0.5808365 0.03716837 -0.8131713 +vn -0.8131713 -0.03716837 -0.5808365 +vn 0.8131713 0.03716837 0.5808365 +vn 0.7066046 -0.03768034 -0.7066047 +vn 0.8131711 -0.03716837 -0.5808367 +vn -0.7066046 0.03768034 0.7066047 +vn -0.8131711 0.03716837 0.5808367 +vn 0.5808365 -0.03716837 -0.8131713 +vn -0.5808365 0.03716837 0.8131713 +vn 0.7066047 -0.03768034 0.7066046 +vn 0.5808367 -0.03716837 0.8131711 +vn -0.7066047 0.03768034 -0.7066046 +vn -0.5808367 0.03716837 -0.8131711 +vn 0.8131713 -0.03716837 0.5808365 +vn -0.8131713 0.03716837 -0.5808365 +vn -0.8131711 -0.03716837 0.5808367 +vn 0.8131711 0.03716837 -0.5808367 + +vt 0.09375 0.025 +vt 0.09375 0.105 +vt 0.09375 0.065 +vt 0.09375 0.225 +vt 0.34375 0.225 +vt 0.34375 0.025 +vt 0.34375 0.105 +vt 0.34375 0.075 +vt 0.34375 0.175 +vt 0.21875 0.145 +vt 0.21875 0.225 +vt 0.21875 0.175 +vt 0.21875 0.075 + +usemtl colormap + +f 3/2/3 2/1/2 1/1/1 +f 2/1/2 3/2/3 4/2/4 +f 1/1/7 2/1/6 3/2/5 +f 4/2/8 3/2/5 2/1/6 +f 7/3/11 6/1/10 5/1/9 +f 6/1/10 7/3/11 8/3/12 +f 5/1/15 6/1/14 7/3/13 +f 8/3/16 7/3/13 6/1/14 +f 11/2/19 10/1/18 9/1/17 +f 10/1/18 11/2/19 12/2/20 +f 9/1/23 10/1/22 11/2/21 +f 12/2/24 11/2/21 10/1/22 +f 2/1/2 11/2/19 9/1/17 +f 11/2/19 2/1/2 4/2/4 +f 9/1/23 11/2/21 2/1/6 +f 4/2/8 2/1/6 11/2/21 +f 7/3/11 13/3/25 8/3/12 +f 13/3/25 7/3/11 14/3/26 +f 8/3/16 13/3/27 7/3/13 +f 14/3/28 7/3/13 13/3/27 +f 8/3/12 15/1/29 6/1/10 +f 15/1/29 8/3/12 13/3/25 +f 6/1/14 15/1/30 8/3/16 +f 13/3/27 8/3/16 15/1/30 +f 11/2/19 3/2/3 12/2/20 +f 3/2/3 11/2/19 4/2/4 +f 12/2/24 3/2/5 11/2/21 +f 4/2/8 11/2/21 3/2/5 +f 14/3/26 5/1/9 16/1/31 +f 5/1/9 14/3/26 7/3/11 +f 16/1/32 5/1/15 14/3/28 +f 7/3/13 14/3/28 5/1/15 +f 15/1/29 14/3/26 16/1/31 +f 14/3/26 15/1/29 13/3/25 +f 16/1/32 14/3/28 15/1/30 +f 13/3/27 15/1/30 14/3/28 +f 12/2/20 1/1/1 10/1/18 +f 1/1/1 12/2/20 3/2/3 +f 10/1/22 1/1/7 12/2/24 +f 3/2/5 12/2/24 1/1/7 +f 19/3/35 18/3/34 17/3/33 +f 18/3/34 19/3/35 20/3/36 +f 17/3/39 18/3/38 19/3/37 +f 20/3/40 19/3/37 18/3/38 +f 20/3/36 21/1/41 18/3/34 +f 21/1/41 20/3/36 22/1/42 +f 18/3/38 21/1/43 20/3/40 +f 22/1/44 20/3/40 21/1/43 +f 17/3/33 21/1/41 23/1/45 +f 21/1/41 17/3/33 18/3/34 +f 23/1/46 21/1/43 17/3/39 +f 18/3/38 17/3/39 21/1/43 +f 24/1/47 17/3/33 23/1/45 +f 17/3/33 24/1/47 19/3/35 +f 23/1/46 17/3/39 24/1/48 +f 19/3/37 24/1/48 17/3/39 +f 22/1/42 19/3/35 24/1/47 +f 19/3/35 22/1/42 20/3/36 +f 24/1/48 19/3/37 22/1/44 +f 20/3/40 22/1/44 19/3/37 +f 27/1/51 26/3/50 25/1/49 +f 26/3/50 27/1/51 28/3/52 +f 25/1/55 26/3/54 27/1/53 +f 28/3/56 27/1/53 26/3/54 +f 29/1/57 28/3/52 27/1/51 +f 28/3/52 29/1/57 30/3/58 +f 27/1/53 28/3/56 29/1/59 +f 30/3/60 29/1/59 28/3/56 +f 33/2/63 32/1/62 31/1/61 +f 32/1/62 33/2/63 34/2/64 +f 31/1/67 32/1/66 33/2/65 +f 34/2/68 33/2/65 32/1/66 +f 33/2/63 35/2/69 34/2/64 +f 35/2/69 33/2/63 36/2/70 +f 34/2/68 35/2/71 33/2/65 +f 36/2/72 33/2/65 35/2/71 +f 30/3/58 38/1/74 37/3/73 +f 38/1/74 30/3/58 29/1/57 +f 37/3/76 38/1/75 30/3/60 +f 29/1/59 30/3/60 38/1/75 +f 34/2/64 39/1/77 32/1/62 +f 39/1/77 34/2/64 35/2/69 +f 32/1/66 39/1/78 34/2/68 +f 35/2/71 34/2/68 39/1/78 +f 28/3/52 37/3/73 26/3/50 +f 37/3/73 28/3/52 30/3/58 +f 26/3/54 37/3/76 28/3/56 +f 30/3/60 28/3/56 37/3/76 +f 40/1/79 33/2/63 31/1/61 +f 33/2/63 40/1/79 36/2/70 +f 31/1/67 33/2/65 40/1/80 +f 36/2/72 40/1/80 33/2/65 +f 26/3/50 38/1/74 25/1/49 +f 38/1/74 26/3/50 37/3/73 +f 25/1/55 38/1/75 26/3/54 +f 37/3/76 26/3/54 38/1/75 +f 35/2/69 40/1/79 39/1/77 +f 40/1/79 35/2/69 36/2/70 +f 39/1/78 40/1/80 35/2/71 +f 36/2/72 35/2/71 40/1/80 +f 43/4/81 42/4/81 41/4/81 +f 42/4/81 43/4/81 44/4/81 +f 42/4/81 44/4/81 45/4/81 +f 45/4/81 44/4/81 46/4/81 +f 45/4/81 46/4/81 47/4/81 +f 47/4/81 46/4/81 48/4/81 +f 47/4/81 48/4/81 49/4/81 +f 49/4/81 48/4/81 50/4/81 +f 41/4/82 42/4/82 43/4/82 +f 44/4/82 43/4/82 42/4/82 +f 45/4/82 44/4/82 42/4/82 +f 46/4/82 44/4/82 45/4/82 +f 47/4/82 46/4/82 45/4/82 +f 48/4/82 46/4/82 47/4/82 +f 49/4/82 48/4/82 47/4/82 +f 50/4/82 48/4/82 49/4/82 +f 43/4/83 52/1/83 51/1/83 +f 52/1/83 43/4/83 41/4/83 +f 51/1/84 52/1/84 43/4/84 +f 41/4/84 43/4/84 52/1/84 +f 53/1/86 43/4/85 51/1/85 +f 43/4/85 53/1/86 44/4/86 +f 51/1/88 43/4/88 53/1/87 +f 44/4/87 53/1/87 43/4/88 +f 54/1/89 44/4/86 53/1/86 +f 44/4/86 54/1/89 46/4/89 +f 53/1/87 44/4/87 54/1/90 +f 46/4/90 54/1/90 44/4/87 +f 48/4/91 54/1/89 55/1/91 +f 54/1/89 48/4/91 46/4/89 +f 55/1/92 54/1/90 48/4/92 +f 46/4/90 48/4/92 54/1/90 +f 50/4/93 55/1/91 56/1/93 +f 55/1/91 50/4/93 48/4/91 +f 56/1/94 55/1/92 50/4/94 +f 48/4/92 50/4/94 55/1/92 +f 57/1/95 50/4/95 56/1/95 +f 50/4/95 57/1/95 49/4/95 +f 56/1/96 50/4/96 57/1/96 +f 49/4/96 57/1/96 50/4/96 +f 47/4/92 57/1/97 58/1/92 +f 57/1/97 47/4/92 49/4/97 +f 58/1/91 57/1/98 47/4/91 +f 49/4/98 47/4/91 57/1/98 +f 45/4/90 58/1/92 59/1/90 +f 58/1/92 45/4/90 47/4/92 +f 59/1/89 58/1/91 45/4/89 +f 47/4/91 45/4/89 58/1/91 +f 45/4/90 60/1/87 42/4/87 +f 60/1/87 45/4/90 59/1/90 +f 42/4/86 60/1/86 45/4/89 +f 59/1/89 45/4/89 60/1/86 +f 42/4/87 52/1/88 41/4/88 +f 52/1/88 42/4/87 60/1/87 +f 41/4/85 52/1/85 42/4/86 +f 60/1/86 42/4/86 52/1/85 +f 63/1/81 62/1/81 61/1/81 +f 62/1/81 63/1/81 64/1/81 +f 61/1/82 62/1/82 63/1/82 +f 64/1/82 63/1/82 62/1/82 +f 67/5/81 66/5/81 65/5/81 +f 66/5/81 67/5/81 68/5/81 +f 66/5/81 68/5/81 69/5/81 +f 69/5/81 68/5/81 70/5/81 +f 69/5/81 70/5/81 71/5/81 +f 71/5/81 70/5/81 72/5/81 +f 71/5/81 72/5/81 73/5/81 +f 73/5/81 72/5/81 74/5/81 +f 65/5/82 66/5/82 67/5/82 +f 68/5/82 67/5/82 66/5/82 +f 69/5/82 68/5/82 66/5/82 +f 70/5/82 68/5/82 69/5/82 +f 71/5/82 70/5/82 69/5/82 +f 72/5/82 70/5/82 71/5/82 +f 73/5/82 72/5/82 71/5/82 +f 74/5/82 72/5/82 73/5/82 +f 67/5/83 41/6/83 75/6/83 +f 41/6/83 67/5/83 65/5/83 +f 75/6/84 41/6/84 67/5/84 +f 65/5/84 67/5/84 41/6/84 +f 76/6/86 67/5/85 75/6/85 +f 67/5/85 76/6/86 68/5/86 +f 75/6/88 67/5/88 76/6/87 +f 68/5/87 76/6/87 67/5/88 +f 77/6/89 68/5/86 76/6/86 +f 68/5/86 77/6/89 70/5/89 +f 76/6/87 68/5/87 77/6/90 +f 70/5/90 77/6/90 68/5/87 +f 72/5/91 77/6/89 78/6/91 +f 77/6/89 72/5/91 70/5/89 +f 78/6/92 77/6/90 72/5/92 +f 70/5/90 72/5/92 77/6/90 +f 74/5/98 78/6/91 79/6/98 +f 78/6/91 74/5/98 72/5/91 +f 79/6/97 78/6/92 74/5/97 +f 72/5/92 74/5/97 78/6/92 +f 49/6/95 74/5/95 79/6/95 +f 74/5/95 49/6/95 73/5/95 +f 79/6/96 74/5/96 49/6/96 +f 73/5/96 49/6/96 74/5/96 +f 71/5/92 49/6/97 47/6/92 +f 49/6/97 71/5/92 73/5/97 +f 47/6/91 49/6/98 71/5/91 +f 73/5/98 71/5/91 49/6/98 +f 69/5/90 47/6/92 80/6/90 +f 47/6/92 69/5/90 71/5/92 +f 80/6/89 47/6/91 69/5/89 +f 71/5/91 69/5/89 47/6/91 +f 69/5/90 81/6/87 66/5/87 +f 81/6/87 69/5/90 80/6/90 +f 66/5/86 81/6/86 69/5/89 +f 80/6/89 69/5/89 81/6/86 +f 66/5/87 41/6/88 65/5/88 +f 41/6/88 66/5/87 81/6/87 +f 65/5/85 41/6/85 66/5/86 +f 81/6/86 66/5/86 41/6/85 +f 83/6/82 82/6/82 61/6/82 +f 82/6/82 83/6/82 62/6/82 +f 82/6/82 62/6/82 84/6/82 +f 84/6/82 62/6/82 85/6/82 +f 84/6/82 85/6/82 86/6/82 +f 86/6/82 85/6/82 87/6/82 +f 87/6/82 85/6/82 64/6/82 +f 87/6/82 64/6/82 88/6/82 +f 61/6/81 82/6/81 83/6/81 +f 62/6/81 83/6/81 82/6/81 +f 84/6/81 62/6/81 82/6/81 +f 85/6/81 62/6/81 84/6/81 +f 86/6/81 85/6/81 84/6/81 +f 87/6/81 85/6/81 86/6/81 +f 64/6/81 85/6/81 87/6/81 +f 88/6/81 64/6/81 87/6/81 +f 89/7/81 60/7/81 52/7/81 +f 60/7/81 89/7/81 59/7/81 +f 59/7/81 89/7/81 90/7/81 +f 59/7/81 90/7/81 58/7/81 +f 58/7/81 90/7/81 91/7/81 +f 58/7/81 91/7/81 92/7/81 +f 58/7/81 92/7/81 57/7/81 +f 57/7/81 92/7/81 93/7/81 +f 52/7/82 60/7/82 89/7/82 +f 59/7/82 89/7/82 60/7/82 +f 90/7/82 89/7/82 59/7/82 +f 58/7/82 90/7/82 59/7/82 +f 91/7/82 90/7/82 58/7/82 +f 92/7/82 91/7/82 58/7/82 +f 57/7/82 92/7/82 58/7/82 +f 93/7/82 92/7/82 57/7/82 +f 89/7/83 61/6/83 82/6/83 +f 61/6/83 89/7/83 52/7/83 +f 82/6/84 61/6/84 89/7/84 +f 52/7/84 89/7/84 61/6/84 +f 84/6/86 89/7/85 82/6/85 +f 89/7/85 84/6/86 90/7/86 +f 82/6/88 89/7/88 84/6/87 +f 90/7/87 84/6/87 89/7/88 +f 86/6/89 90/7/86 84/6/86 +f 90/7/86 86/6/89 91/7/89 +f 84/6/87 90/7/87 86/6/90 +f 91/7/90 86/6/90 90/7/87 +f 92/7/91 86/6/89 87/6/91 +f 86/6/89 92/7/91 91/7/89 +f 87/6/92 86/6/90 92/7/92 +f 91/7/90 92/7/92 86/6/90 +f 93/7/93 87/6/91 88/6/93 +f 87/6/91 93/7/93 92/7/91 +f 88/6/94 87/6/92 93/7/94 +f 92/7/92 93/7/94 87/6/92 +f 64/6/95 93/7/95 88/6/95 +f 93/7/95 64/6/95 57/7/95 +f 88/6/96 93/7/96 64/6/96 +f 57/7/96 64/6/96 93/7/96 +f 58/7/92 64/6/97 85/6/92 +f 64/6/97 58/7/92 57/7/97 +f 85/6/91 64/6/98 58/7/91 +f 57/7/98 58/7/91 64/6/98 +f 59/7/90 85/6/92 62/6/90 +f 85/6/92 59/7/90 58/7/92 +f 62/6/89 85/6/91 59/7/89 +f 58/7/91 59/7/89 85/6/91 +f 59/7/90 83/6/87 60/7/87 +f 83/6/87 59/7/90 62/6/90 +f 60/7/86 83/6/86 59/7/89 +f 62/6/89 59/7/89 83/6/86 +f 60/7/87 61/6/88 52/7/88 +f 61/6/88 60/7/87 83/6/87 +f 52/7/85 61/6/85 60/7/86 +f 83/6/86 60/7/86 61/6/85 +f 96/7/100 95/6/99 94/7/99 +f 95/6/99 96/7/100 97/6/100 +f 94/7/102 95/6/102 96/7/101 +f 97/6/101 96/7/101 95/6/102 +f 100/7/103 99/6/104 98/6/103 +f 99/6/104 100/7/103 101/7/104 +f 98/6/105 99/6/106 100/7/105 +f 101/7/106 100/7/105 99/6/106 +f 101/7/104 102/6/107 99/6/104 +f 102/6/107 101/7/104 103/7/107 +f 99/6/106 102/6/108 101/7/106 +f 103/7/108 101/7/106 102/6/108 +f 106/6/110 105/7/109 104/6/109 +f 105/7/109 106/6/110 107/7/110 +f 104/6/112 105/7/112 106/6/111 +f 107/7/111 106/6/111 105/7/112 +f 104/6/109 100/7/103 98/6/103 +f 100/7/103 104/6/109 105/7/109 +f 98/6/105 100/7/105 104/6/112 +f 105/7/112 104/6/112 100/7/105 +f 94/7/99 102/6/107 103/7/107 +f 102/6/107 94/7/99 95/6/99 +f 103/7/108 102/6/108 94/7/102 +f 95/6/102 94/7/102 102/6/108 +f 94/7/81 107/7/81 96/7/81 +f 107/7/81 94/7/81 103/7/81 +f 107/7/81 103/7/81 101/7/81 +f 107/7/81 101/7/81 100/7/81 +f 107/7/81 100/7/81 105/7/81 +f 96/7/82 107/7/82 94/7/82 +f 103/7/82 94/7/82 107/7/82 +f 101/7/82 103/7/82 107/7/82 +f 100/7/82 101/7/82 107/7/82 +f 105/7/82 100/7/82 107/7/82 +f 110/9/113 109/8/114 108/8/113 +f 109/8/114 110/9/113 111/9/114 +f 108/8/115 109/8/116 110/9/115 +f 111/9/116 110/9/115 109/8/116 +f 114/9/115 113/8/116 112/8/115 +f 113/8/116 114/9/115 115/9/116 +f 112/8/113 113/8/114 114/9/113 +f 115/9/114 114/9/113 113/8/114 +f 118/9/118 117/8/117 116/9/117 +f 117/8/117 118/9/118 119/8/118 +f 116/9/120 117/8/120 118/9/119 +f 119/8/119 118/9/119 117/8/120 +f 122/8/120 121/9/119 120/8/119 +f 121/9/119 122/8/120 123/9/120 +f 120/8/118 121/9/118 122/8/117 +f 123/9/117 122/8/117 121/9/118 +f 115/9/116 122/8/120 113/8/116 +f 122/8/120 115/9/116 123/9/120 +f 113/8/114 122/8/117 115/9/114 +f 123/9/117 115/9/114 122/8/117 +f 111/9/114 117/8/117 109/8/114 +f 117/8/117 111/9/114 116/9/117 +f 109/8/116 117/8/120 111/9/116 +f 116/9/120 111/9/116 117/8/120 +f 118/9/118 112/8/115 119/8/118 +f 112/8/115 118/9/118 114/9/115 +f 119/8/119 112/8/113 118/9/119 +f 114/9/113 118/9/119 112/8/113 +f 121/9/119 108/8/113 120/8/119 +f 108/8/113 121/9/119 110/9/113 +f 120/8/118 108/8/115 121/9/118 +f 110/9/115 121/9/118 108/8/115 +f 111/9/121 118/9/121 116/9/121 +f 118/9/121 111/9/121 114/9/121 +f 114/9/121 111/9/121 110/9/121 +f 114/9/121 110/9/121 115/9/121 +f 115/9/121 110/9/121 121/9/121 +f 115/9/121 121/9/121 123/9/121 +f 116/9/122 118/9/122 111/9/122 +f 114/9/122 111/9/122 118/9/122 +f 110/9/122 111/9/122 114/9/122 +f 115/9/122 110/9/122 114/9/122 +f 121/9/122 110/9/122 115/9/122 +f 123/9/122 121/9/122 115/9/122 +f 112/8/122 117/8/122 119/8/122 +f 117/8/122 112/8/122 109/8/122 +f 109/8/122 112/8/122 113/8/122 +f 109/8/122 113/8/122 108/8/122 +f 108/8/122 113/8/122 122/8/122 +f 108/8/122 122/8/122 120/8/122 +f 119/8/121 117/8/121 112/8/121 +f 109/8/121 112/8/121 117/8/121 +f 113/8/121 112/8/121 109/8/121 +f 108/8/121 113/8/121 109/8/121 +f 122/8/121 113/8/121 108/8/121 +f 120/8/121 122/8/121 108/8/121 +f 126/9/123 125/8/124 124/8/123 +f 125/8/124 126/9/123 127/9/124 +f 124/8/125 125/8/126 126/9/125 +f 127/9/126 126/9/125 125/8/126 +f 130/9/125 129/8/126 128/8/125 +f 129/8/126 130/9/125 131/9/126 +f 128/8/123 129/8/124 130/9/123 +f 131/9/124 130/9/123 129/8/124 +f 134/9/128 133/8/127 132/9/127 +f 133/8/127 134/9/128 135/8/128 +f 132/9/130 133/8/130 134/9/129 +f 135/8/129 134/9/129 133/8/130 +f 138/8/130 137/9/129 136/8/129 +f 137/9/129 138/8/130 139/9/130 +f 136/8/128 137/9/128 138/8/127 +f 139/9/127 138/8/127 137/9/128 +f 131/9/126 138/8/130 129/8/126 +f 138/8/130 131/9/126 139/9/130 +f 129/8/124 138/8/127 131/9/124 +f 139/9/127 131/9/124 138/8/127 +f 127/9/124 133/8/127 125/8/124 +f 133/8/127 127/9/124 132/9/127 +f 125/8/126 133/8/130 127/9/126 +f 132/9/130 127/9/126 133/8/130 +f 134/9/128 128/8/125 135/8/128 +f 128/8/125 134/9/128 130/9/125 +f 135/8/129 128/8/123 134/9/129 +f 130/9/123 134/9/129 128/8/123 +f 137/9/129 124/8/123 136/8/129 +f 124/8/123 137/9/129 126/9/123 +f 136/8/128 124/8/125 137/9/128 +f 126/9/125 137/9/128 124/8/125 +f 127/9/93 134/9/93 132/9/93 +f 134/9/93 127/9/93 130/9/93 +f 130/9/93 127/9/93 126/9/93 +f 130/9/93 126/9/93 131/9/93 +f 131/9/93 126/9/93 137/9/93 +f 131/9/93 137/9/93 139/9/93 +f 132/9/94 134/9/94 127/9/94 +f 130/9/94 127/9/94 134/9/94 +f 126/9/94 127/9/94 130/9/94 +f 131/9/94 126/9/94 130/9/94 +f 137/9/94 126/9/94 131/9/94 +f 139/9/94 137/9/94 131/9/94 +f 128/8/94 133/8/94 135/8/94 +f 133/8/94 128/8/94 125/8/94 +f 125/8/94 128/8/94 129/8/94 +f 125/8/94 129/8/94 124/8/94 +f 124/8/94 129/8/94 138/8/94 +f 124/8/94 138/8/94 136/8/94 +f 135/8/93 133/8/93 128/8/93 +f 125/8/93 128/8/93 133/8/93 +f 129/8/93 128/8/93 125/8/93 +f 124/8/93 129/8/93 125/8/93 +f 138/8/93 129/8/93 124/8/93 +f 136/8/93 138/8/93 124/8/93 +f 142/9/123 141/8/124 140/8/123 +f 141/8/124 142/9/123 143/9/124 +f 140/8/125 141/8/126 142/9/125 +f 143/9/126 142/9/125 141/8/126 +f 146/9/125 145/8/126 144/8/125 +f 145/8/126 146/9/125 147/9/126 +f 144/8/123 145/8/124 146/9/123 +f 147/9/124 146/9/123 145/8/124 +f 150/9/128 149/8/127 148/9/127 +f 149/8/127 150/9/128 151/8/128 +f 148/9/130 149/8/130 150/9/129 +f 151/8/129 150/9/129 149/8/130 +f 154/8/130 153/9/129 152/8/129 +f 153/9/129 154/8/130 155/9/130 +f 152/8/128 153/9/128 154/8/127 +f 155/9/127 154/8/127 153/9/128 +f 147/9/126 154/8/130 145/8/126 +f 154/8/130 147/9/126 155/9/130 +f 145/8/124 154/8/127 147/9/124 +f 155/9/127 147/9/124 154/8/127 +f 143/9/124 149/8/127 141/8/124 +f 149/8/127 143/9/124 148/9/127 +f 141/8/126 149/8/130 143/9/126 +f 148/9/130 143/9/126 149/8/130 +f 150/9/128 144/8/125 151/8/128 +f 144/8/125 150/9/128 146/9/125 +f 151/8/129 144/8/123 150/9/129 +f 146/9/123 150/9/129 144/8/123 +f 153/9/129 140/8/123 152/8/129 +f 140/8/123 153/9/129 142/9/123 +f 152/8/128 140/8/125 153/9/128 +f 142/9/125 153/9/128 140/8/125 +f 143/9/93 150/9/93 148/9/93 +f 150/9/93 143/9/93 146/9/93 +f 146/9/93 143/9/93 142/9/93 +f 146/9/93 142/9/93 147/9/93 +f 147/9/93 142/9/93 153/9/93 +f 147/9/93 153/9/93 155/9/93 +f 148/9/94 150/9/94 143/9/94 +f 146/9/94 143/9/94 150/9/94 +f 142/9/94 143/9/94 146/9/94 +f 147/9/94 142/9/94 146/9/94 +f 153/9/94 142/9/94 147/9/94 +f 155/9/94 153/9/94 147/9/94 +f 144/8/94 149/8/94 151/8/94 +f 149/8/94 144/8/94 141/8/94 +f 141/8/94 144/8/94 145/8/94 +f 141/8/94 145/8/94 140/8/94 +f 140/8/94 145/8/94 154/8/94 +f 140/8/94 154/8/94 152/8/94 +f 151/8/93 149/8/93 144/8/93 +f 141/8/93 144/8/93 149/8/93 +f 145/8/93 144/8/93 141/8/93 +f 140/8/93 145/8/93 141/8/93 +f 154/8/93 145/8/93 140/8/93 +f 152/8/93 154/8/93 140/8/93 +f 158/9/131 157/8/132 156/8/131 +f 157/8/132 158/9/131 159/9/132 +f 156/8/133 157/8/134 158/9/133 +f 159/9/134 158/9/133 157/8/134 +f 162/8/133 161/9/134 160/8/134 +f 161/9/134 162/8/133 163/9/133 +f 160/8/132 161/9/132 162/8/131 +f 163/9/131 162/8/131 161/9/132 +f 166/9/136 165/8/135 164/9/135 +f 165/8/135 166/9/136 167/8/136 +f 164/9/138 165/8/138 166/9/137 +f 167/8/137 166/9/137 165/8/138 +f 170/8/138 169/9/137 168/8/137 +f 169/9/137 170/8/138 171/9/138 +f 168/8/136 169/9/136 170/8/135 +f 171/9/135 170/8/135 169/9/136 +f 161/9/134 170/8/138 160/8/134 +f 170/8/138 161/9/134 171/9/138 +f 160/8/132 170/8/135 161/9/132 +f 171/9/135 161/9/132 170/8/135 +f 159/9/132 165/8/135 157/8/132 +f 165/8/135 159/9/132 164/9/135 +f 157/8/134 165/8/138 159/9/134 +f 164/9/138 159/9/134 165/8/138 +f 166/9/136 162/8/133 167/8/136 +f 162/8/133 166/9/136 163/9/133 +f 167/8/137 162/8/131 166/9/137 +f 163/9/131 166/9/137 162/8/131 +f 169/9/137 156/8/131 168/8/137 +f 156/8/131 169/9/137 158/9/131 +f 168/8/136 156/8/133 169/9/136 +f 158/9/133 169/9/136 156/8/133 +f 159/9/139 166/9/139 164/9/139 +f 166/9/139 159/9/139 163/9/139 +f 163/9/139 159/9/139 158/9/139 +f 163/9/139 158/9/139 161/9/139 +f 161/9/139 158/9/139 169/9/139 +f 161/9/139 169/9/139 171/9/139 +f 164/9/140 166/9/140 159/9/140 +f 163/9/140 159/9/140 166/9/140 +f 158/9/140 159/9/140 163/9/140 +f 161/9/140 158/9/140 163/9/140 +f 169/9/140 158/9/140 161/9/140 +f 171/9/140 169/9/140 161/9/140 +f 162/8/140 165/8/140 167/8/140 +f 165/8/140 162/8/140 157/8/140 +f 157/8/140 162/8/140 160/8/140 +f 157/8/140 160/8/140 156/8/140 +f 156/8/140 160/8/140 170/8/140 +f 156/8/140 170/8/140 168/8/140 +f 167/8/139 165/8/139 162/8/139 +f 157/8/139 162/8/139 165/8/139 +f 160/8/139 162/8/139 157/8/139 +f 156/8/139 160/8/139 157/8/139 +f 170/8/139 160/8/139 156/8/139 +f 168/8/139 170/8/139 156/8/139 +f 174/10/82 173/10/82 172/10/82 +f 173/10/82 174/10/82 175/10/82 +f 173/10/82 175/10/82 176/10/82 +f 176/10/82 175/10/82 177/10/82 +f 177/10/82 175/10/82 178/10/82 +f 177/10/82 178/10/82 179/10/82 +f 172/10/81 173/10/81 174/10/81 +f 175/10/81 174/10/81 173/10/81 +f 176/10/81 175/10/81 173/10/81 +f 177/10/81 175/10/81 176/10/81 +f 178/10/81 175/10/81 177/10/81 +f 179/10/81 178/10/81 177/10/81 +f 182/11/81 181/11/81 180/11/81 +f 181/11/81 182/11/81 183/11/81 +f 181/11/81 183/11/81 184/11/81 +f 184/11/81 183/11/81 185/11/81 +f 184/11/81 185/11/81 186/11/81 +f 186/11/81 185/11/81 187/11/81 +f 180/11/82 181/11/82 182/11/82 +f 183/11/82 182/11/82 181/11/82 +f 184/11/82 183/11/82 181/11/82 +f 185/11/82 183/11/82 184/11/82 +f 186/11/82 185/11/82 184/11/82 +f 187/11/82 185/11/82 186/11/82 +f 180/11/142 173/10/141 182/11/141 +f 173/10/141 180/11/142 172/10/142 +f 182/11/144 173/10/144 180/11/143 +f 172/10/143 180/11/143 173/10/144 +f 183/11/145 173/10/146 176/10/145 +f 173/10/146 183/11/145 182/11/146 +f 176/10/147 173/10/148 183/11/147 +f 182/11/148 183/11/147 173/10/148 +f 185/11/149 176/10/145 177/10/149 +f 176/10/145 185/11/149 183/11/145 +f 177/10/150 176/10/147 185/11/150 +f 183/11/147 185/11/150 176/10/147 +f 179/10/143 185/11/151 177/10/151 +f 185/11/151 179/10/143 187/11/143 +f 177/10/152 185/11/152 179/10/142 +f 187/11/142 179/10/142 185/11/152 +f 178/10/144 187/11/143 179/10/143 +f 187/11/143 178/10/144 186/11/144 +f 179/10/142 187/11/142 178/10/141 +f 186/11/141 178/10/141 187/11/142 +f 184/11/147 178/10/148 175/10/147 +f 178/10/148 184/11/147 186/11/148 +f 175/10/145 178/10/146 184/11/145 +f 186/11/146 184/11/145 178/10/146 +f 181/11/150 175/10/147 174/10/150 +f 175/10/147 181/11/150 184/11/147 +f 174/10/149 175/10/145 181/11/149 +f 184/11/145 181/11/149 175/10/145 +f 181/11/152 172/10/142 180/11/142 +f 172/10/142 181/11/152 174/10/152 +f 180/11/143 172/10/143 181/11/151 +f 174/10/151 181/11/151 172/10/143 +f 190/11/81 189/11/81 188/11/81 +f 189/11/81 190/11/81 191/11/81 +f 189/11/81 191/11/81 192/11/81 +f 192/11/81 191/11/81 193/11/81 +f 193/11/81 191/11/81 194/11/81 +f 193/11/81 194/11/81 195/11/81 +f 188/11/82 189/11/82 190/11/82 +f 191/11/82 190/11/82 189/11/82 +f 192/11/82 191/11/82 189/11/82 +f 193/11/82 191/11/82 192/11/82 +f 194/11/82 191/11/82 193/11/82 +f 195/11/82 194/11/82 193/11/82 +f 188/11/142 196/10/141 190/11/141 +f 196/10/141 188/11/142 197/10/142 +f 190/11/144 196/10/144 188/11/143 +f 197/10/143 188/11/143 196/10/144 +f 191/11/145 196/10/146 198/10/145 +f 196/10/146 191/11/145 190/11/146 +f 198/10/147 196/10/148 191/11/147 +f 190/11/148 191/11/147 196/10/148 +f 194/11/149 198/10/145 199/10/149 +f 198/10/145 194/11/149 191/11/145 +f 199/10/150 198/10/147 194/11/150 +f 191/11/147 194/11/150 198/10/147 +f 200/10/143 194/11/151 199/10/151 +f 194/11/151 200/10/143 195/11/143 +f 199/10/152 194/11/152 200/10/142 +f 195/11/142 200/10/142 194/11/152 +f 201/10/144 195/11/143 200/10/143 +f 195/11/143 201/10/144 193/11/144 +f 200/10/142 195/11/142 201/10/141 +f 193/11/141 201/10/141 195/11/142 +f 192/11/147 201/10/148 202/10/147 +f 201/10/148 192/11/147 193/11/148 +f 202/10/145 201/10/146 192/11/145 +f 193/11/146 192/11/145 201/10/146 +f 189/11/150 202/10/147 203/10/150 +f 202/10/147 189/11/150 192/11/147 +f 203/10/149 202/10/145 189/11/149 +f 192/11/145 189/11/149 202/10/145 +f 189/11/152 197/10/142 188/11/142 +f 197/10/142 189/11/152 203/10/152 +f 188/11/143 197/10/143 189/11/151 +f 203/10/151 189/11/151 197/10/143 +f 206/13/153 205/12/154 204/12/153 +f 205/12/154 206/13/153 207/13/154 +f 204/12/155 205/12/156 206/13/155 +f 207/13/156 206/13/155 205/12/156 +f 210/12/157 209/13/158 208/13/157 +f 209/13/158 210/12/157 211/12/158 +f 208/13/159 209/13/160 210/12/159 +f 211/12/160 210/12/159 209/13/160 +f 213/13/161 204/12/153 212/12/161 +f 204/12/153 213/13/161 206/13/153 +f 212/12/162 204/12/155 213/13/162 +f 206/13/155 213/13/162 204/12/155 +f 216/13/163 215/12/164 214/12/163 +f 215/12/164 216/13/163 217/13/164 +f 214/12/165 215/12/166 216/13/165 +f 217/13/166 216/13/165 215/12/166 +f 216/13/163 205/12/167 207/13/167 +f 205/12/167 216/13/163 214/12/163 +f 207/13/168 205/12/168 216/13/165 +f 214/12/165 216/13/165 205/12/168 +f 219/13/169 211/12/170 218/12/169 +f 211/12/170 219/13/169 209/13/170 +f 218/12/171 211/12/172 219/13/171 +f 209/13/172 219/13/171 211/12/172 +f 217/13/173 218/12/169 215/12/173 +f 218/12/169 217/13/173 219/13/169 +f 215/12/174 218/12/171 217/13/174 +f 219/13/171 217/13/174 218/12/171 +f 212/12/175 208/13/157 213/13/175 +f 208/13/157 212/12/175 210/12/157 +f 213/13/176 208/13/159 212/12/176 +f 210/12/159 212/12/176 208/13/159 + +g template-corner + + + + +usemtl colormap + +f 3/2/3 2/1/2 1/1/1 +f 2/1/2 3/2/3 4/2/4 +f 1/1/7 2/1/6 3/2/5 +f 4/2/8 3/2/5 2/1/6 +f 7/3/11 6/1/10 5/1/9 +f 6/1/10 7/3/11 8/3/12 +f 5/1/15 6/1/14 7/3/13 +f 8/3/16 7/3/13 6/1/14 +f 11/2/19 10/1/18 9/1/17 +f 10/1/18 11/2/19 12/2/20 +f 9/1/23 10/1/22 11/2/21 +f 12/2/24 11/2/21 10/1/22 +f 2/1/2 11/2/19 9/1/17 +f 11/2/19 2/1/2 4/2/4 +f 9/1/23 11/2/21 2/1/6 +f 4/2/8 2/1/6 11/2/21 +f 7/3/11 13/3/25 8/3/12 +f 13/3/25 7/3/11 14/3/26 +f 8/3/16 13/3/27 7/3/13 +f 14/3/28 7/3/13 13/3/27 +f 8/3/12 15/1/29 6/1/10 +f 15/1/29 8/3/12 13/3/25 +f 6/1/14 15/1/30 8/3/16 +f 13/3/27 8/3/16 15/1/30 +f 11/2/19 3/2/3 12/2/20 +f 3/2/3 11/2/19 4/2/4 +f 12/2/24 3/2/5 11/2/21 +f 4/2/8 11/2/21 3/2/5 +f 14/3/26 5/1/9 16/1/31 +f 5/1/9 14/3/26 7/3/11 +f 16/1/32 5/1/15 14/3/28 +f 7/3/13 14/3/28 5/1/15 +f 15/1/29 14/3/26 16/1/31 +f 14/3/26 15/1/29 13/3/25 +f 16/1/32 14/3/28 15/1/30 +f 13/3/27 15/1/30 14/3/28 +f 12/2/20 1/1/1 10/1/18 +f 1/1/1 12/2/20 3/2/3 +f 10/1/22 1/1/7 12/2/24 +f 3/2/5 12/2/24 1/1/7 +f 19/3/35 18/3/34 17/3/33 +f 18/3/34 19/3/35 20/3/36 +f 17/3/39 18/3/38 19/3/37 +f 20/3/40 19/3/37 18/3/38 +f 20/3/36 21/1/41 18/3/34 +f 21/1/41 20/3/36 22/1/42 +f 18/3/38 21/1/43 20/3/40 +f 22/1/44 20/3/40 21/1/43 +f 17/3/33 21/1/41 23/1/45 +f 21/1/41 17/3/33 18/3/34 +f 23/1/46 21/1/43 17/3/39 +f 18/3/38 17/3/39 21/1/43 +f 24/1/47 17/3/33 23/1/45 +f 17/3/33 24/1/47 19/3/35 +f 23/1/46 17/3/39 24/1/48 +f 19/3/37 24/1/48 17/3/39 +f 22/1/42 19/3/35 24/1/47 +f 19/3/35 22/1/42 20/3/36 +f 24/1/48 19/3/37 22/1/44 +f 20/3/40 22/1/44 19/3/37 +f 27/1/51 26/3/50 25/1/49 +f 26/3/50 27/1/51 28/3/52 +f 25/1/55 26/3/54 27/1/53 +f 28/3/56 27/1/53 26/3/54 +f 29/1/57 28/3/52 27/1/51 +f 28/3/52 29/1/57 30/3/58 +f 27/1/53 28/3/56 29/1/59 +f 30/3/60 29/1/59 28/3/56 +f 33/2/63 32/1/62 31/1/61 +f 32/1/62 33/2/63 34/2/64 +f 31/1/67 32/1/66 33/2/65 +f 34/2/68 33/2/65 32/1/66 +f 33/2/63 35/2/69 34/2/64 +f 35/2/69 33/2/63 36/2/70 +f 34/2/68 35/2/71 33/2/65 +f 36/2/72 33/2/65 35/2/71 +f 30/3/58 38/1/74 37/3/73 +f 38/1/74 30/3/58 29/1/57 +f 37/3/76 38/1/75 30/3/60 +f 29/1/59 30/3/60 38/1/75 +f 34/2/64 39/1/77 32/1/62 +f 39/1/77 34/2/64 35/2/69 +f 32/1/66 39/1/78 34/2/68 +f 35/2/71 34/2/68 39/1/78 +f 28/3/52 37/3/73 26/3/50 +f 37/3/73 28/3/52 30/3/58 +f 26/3/54 37/3/76 28/3/56 +f 30/3/60 28/3/56 37/3/76 +f 40/1/79 33/2/63 31/1/61 +f 33/2/63 40/1/79 36/2/70 +f 31/1/67 33/2/65 40/1/80 +f 36/2/72 40/1/80 33/2/65 +f 26/3/50 38/1/74 25/1/49 +f 38/1/74 26/3/50 37/3/73 +f 25/1/55 38/1/75 26/3/54 +f 37/3/76 26/3/54 38/1/75 +f 35/2/69 40/1/79 39/1/77 +f 40/1/79 35/2/69 36/2/70 +f 39/1/78 40/1/80 35/2/71 +f 36/2/72 35/2/71 40/1/80 +f 43/4/81 42/4/81 41/4/81 +f 42/4/81 43/4/81 44/4/81 +f 42/4/81 44/4/81 45/4/81 +f 45/4/81 44/4/81 46/4/81 +f 45/4/81 46/4/81 47/4/81 +f 47/4/81 46/4/81 48/4/81 +f 47/4/81 48/4/81 49/4/81 +f 49/4/81 48/4/81 50/4/81 +f 41/4/82 42/4/82 43/4/82 +f 44/4/82 43/4/82 42/4/82 +f 45/4/82 44/4/82 42/4/82 +f 46/4/82 44/4/82 45/4/82 +f 47/4/82 46/4/82 45/4/82 +f 48/4/82 46/4/82 47/4/82 +f 49/4/82 48/4/82 47/4/82 +f 50/4/82 48/4/82 49/4/82 +f 43/4/83 52/1/83 51/1/83 +f 52/1/83 43/4/83 41/4/83 +f 51/1/84 52/1/84 43/4/84 +f 41/4/84 43/4/84 52/1/84 +f 53/1/86 43/4/85 51/1/85 +f 43/4/85 53/1/86 44/4/86 +f 51/1/88 43/4/88 53/1/87 +f 44/4/87 53/1/87 43/4/88 +f 54/1/89 44/4/86 53/1/86 +f 44/4/86 54/1/89 46/4/89 +f 53/1/87 44/4/87 54/1/90 +f 46/4/90 54/1/90 44/4/87 +f 48/4/91 54/1/89 55/1/91 +f 54/1/89 48/4/91 46/4/89 +f 55/1/92 54/1/90 48/4/92 +f 46/4/90 48/4/92 54/1/90 +f 50/4/93 55/1/91 56/1/93 +f 55/1/91 50/4/93 48/4/91 +f 56/1/94 55/1/92 50/4/94 +f 48/4/92 50/4/94 55/1/92 +f 57/1/95 50/4/95 56/1/95 +f 50/4/95 57/1/95 49/4/95 +f 56/1/96 50/4/96 57/1/96 +f 49/4/96 57/1/96 50/4/96 +f 47/4/92 57/1/97 58/1/92 +f 57/1/97 47/4/92 49/4/97 +f 58/1/91 57/1/98 47/4/91 +f 49/4/98 47/4/91 57/1/98 +f 45/4/90 58/1/92 59/1/90 +f 58/1/92 45/4/90 47/4/92 +f 59/1/89 58/1/91 45/4/89 +f 47/4/91 45/4/89 58/1/91 +f 45/4/90 60/1/87 42/4/87 +f 60/1/87 45/4/90 59/1/90 +f 42/4/86 60/1/86 45/4/89 +f 59/1/89 45/4/89 60/1/86 +f 42/4/87 52/1/88 41/4/88 +f 52/1/88 42/4/87 60/1/87 +f 41/4/85 52/1/85 42/4/86 +f 60/1/86 42/4/86 52/1/85 +f 63/1/81 62/1/81 61/1/81 +f 62/1/81 63/1/81 64/1/81 +f 61/1/82 62/1/82 63/1/82 +f 64/1/82 63/1/82 62/1/82 +f 67/5/81 66/5/81 65/5/81 +f 66/5/81 67/5/81 68/5/81 +f 66/5/81 68/5/81 69/5/81 +f 69/5/81 68/5/81 70/5/81 +f 69/5/81 70/5/81 71/5/81 +f 71/5/81 70/5/81 72/5/81 +f 71/5/81 72/5/81 73/5/81 +f 73/5/81 72/5/81 74/5/81 +f 65/5/82 66/5/82 67/5/82 +f 68/5/82 67/5/82 66/5/82 +f 69/5/82 68/5/82 66/5/82 +f 70/5/82 68/5/82 69/5/82 +f 71/5/82 70/5/82 69/5/82 +f 72/5/82 70/5/82 71/5/82 +f 73/5/82 72/5/82 71/5/82 +f 74/5/82 72/5/82 73/5/82 +f 67/5/83 41/6/83 75/6/83 +f 41/6/83 67/5/83 65/5/83 +f 75/6/84 41/6/84 67/5/84 +f 65/5/84 67/5/84 41/6/84 +f 76/6/86 67/5/85 75/6/85 +f 67/5/85 76/6/86 68/5/86 +f 75/6/88 67/5/88 76/6/87 +f 68/5/87 76/6/87 67/5/88 +f 77/6/89 68/5/86 76/6/86 +f 68/5/86 77/6/89 70/5/89 +f 76/6/87 68/5/87 77/6/90 +f 70/5/90 77/6/90 68/5/87 +f 72/5/91 77/6/89 78/6/91 +f 77/6/89 72/5/91 70/5/89 +f 78/6/92 77/6/90 72/5/92 +f 70/5/90 72/5/92 77/6/90 +f 74/5/98 78/6/91 79/6/98 +f 78/6/91 74/5/98 72/5/91 +f 79/6/97 78/6/92 74/5/97 +f 72/5/92 74/5/97 78/6/92 +f 49/6/95 74/5/95 79/6/95 +f 74/5/95 49/6/95 73/5/95 +f 79/6/96 74/5/96 49/6/96 +f 73/5/96 49/6/96 74/5/96 +f 71/5/92 49/6/97 47/6/92 +f 49/6/97 71/5/92 73/5/97 +f 47/6/91 49/6/98 71/5/91 +f 73/5/98 71/5/91 49/6/98 +f 69/5/90 47/6/92 80/6/90 +f 47/6/92 69/5/90 71/5/92 +f 80/6/89 47/6/91 69/5/89 +f 71/5/91 69/5/89 47/6/91 +f 69/5/90 81/6/87 66/5/87 +f 81/6/87 69/5/90 80/6/90 +f 66/5/86 81/6/86 69/5/89 +f 80/6/89 69/5/89 81/6/86 +f 66/5/87 41/6/88 65/5/88 +f 41/6/88 66/5/87 81/6/87 +f 65/5/85 41/6/85 66/5/86 +f 81/6/86 66/5/86 41/6/85 +f 83/6/82 82/6/82 61/6/82 +f 82/6/82 83/6/82 62/6/82 +f 82/6/82 62/6/82 84/6/82 +f 84/6/82 62/6/82 85/6/82 +f 84/6/82 85/6/82 86/6/82 +f 86/6/82 85/6/82 87/6/82 +f 87/6/82 85/6/82 64/6/82 +f 87/6/82 64/6/82 88/6/82 +f 61/6/81 82/6/81 83/6/81 +f 62/6/81 83/6/81 82/6/81 +f 84/6/81 62/6/81 82/6/81 +f 85/6/81 62/6/81 84/6/81 +f 86/6/81 85/6/81 84/6/81 +f 87/6/81 85/6/81 86/6/81 +f 64/6/81 85/6/81 87/6/81 +f 88/6/81 64/6/81 87/6/81 +f 89/7/81 60/7/81 52/7/81 +f 60/7/81 89/7/81 59/7/81 +f 59/7/81 89/7/81 90/7/81 +f 59/7/81 90/7/81 58/7/81 +f 58/7/81 90/7/81 91/7/81 +f 58/7/81 91/7/81 92/7/81 +f 58/7/81 92/7/81 57/7/81 +f 57/7/81 92/7/81 93/7/81 +f 52/7/82 60/7/82 89/7/82 +f 59/7/82 89/7/82 60/7/82 +f 90/7/82 89/7/82 59/7/82 +f 58/7/82 90/7/82 59/7/82 +f 91/7/82 90/7/82 58/7/82 +f 92/7/82 91/7/82 58/7/82 +f 57/7/82 92/7/82 58/7/82 +f 93/7/82 92/7/82 57/7/82 +f 89/7/83 61/6/83 82/6/83 +f 61/6/83 89/7/83 52/7/83 +f 82/6/84 61/6/84 89/7/84 +f 52/7/84 89/7/84 61/6/84 +f 84/6/86 89/7/85 82/6/85 +f 89/7/85 84/6/86 90/7/86 +f 82/6/88 89/7/88 84/6/87 +f 90/7/87 84/6/87 89/7/88 +f 86/6/89 90/7/86 84/6/86 +f 90/7/86 86/6/89 91/7/89 +f 84/6/87 90/7/87 86/6/90 +f 91/7/90 86/6/90 90/7/87 +f 92/7/91 86/6/89 87/6/91 +f 86/6/89 92/7/91 91/7/89 +f 87/6/92 86/6/90 92/7/92 +f 91/7/90 92/7/92 86/6/90 +f 93/7/93 87/6/91 88/6/93 +f 87/6/91 93/7/93 92/7/91 +f 88/6/94 87/6/92 93/7/94 +f 92/7/92 93/7/94 87/6/92 +f 64/6/95 93/7/95 88/6/95 +f 93/7/95 64/6/95 57/7/95 +f 88/6/96 93/7/96 64/6/96 +f 57/7/96 64/6/96 93/7/96 +f 58/7/92 64/6/97 85/6/92 +f 64/6/97 58/7/92 57/7/97 +f 85/6/91 64/6/98 58/7/91 +f 57/7/98 58/7/91 64/6/98 +f 59/7/90 85/6/92 62/6/90 +f 85/6/92 59/7/90 58/7/92 +f 62/6/89 85/6/91 59/7/89 +f 58/7/91 59/7/89 85/6/91 +f 59/7/90 83/6/87 60/7/87 +f 83/6/87 59/7/90 62/6/90 +f 60/7/86 83/6/86 59/7/89 +f 62/6/89 59/7/89 83/6/86 +f 60/7/87 61/6/88 52/7/88 +f 61/6/88 60/7/87 83/6/87 +f 52/7/85 61/6/85 60/7/86 +f 83/6/86 60/7/86 61/6/85 +f 96/7/100 95/6/99 94/7/99 +f 95/6/99 96/7/100 97/6/100 +f 94/7/102 95/6/102 96/7/101 +f 97/6/101 96/7/101 95/6/102 +f 100/7/103 99/6/104 98/6/103 +f 99/6/104 100/7/103 101/7/104 +f 98/6/105 99/6/106 100/7/105 +f 101/7/106 100/7/105 99/6/106 +f 101/7/104 102/6/107 99/6/104 +f 102/6/107 101/7/104 103/7/107 +f 99/6/106 102/6/108 101/7/106 +f 103/7/108 101/7/106 102/6/108 +f 106/6/110 105/7/109 104/6/109 +f 105/7/109 106/6/110 107/7/110 +f 104/6/112 105/7/112 106/6/111 +f 107/7/111 106/6/111 105/7/112 +f 104/6/109 100/7/103 98/6/103 +f 100/7/103 104/6/109 105/7/109 +f 98/6/105 100/7/105 104/6/112 +f 105/7/112 104/6/112 100/7/105 +f 94/7/99 102/6/107 103/7/107 +f 102/6/107 94/7/99 95/6/99 +f 103/7/108 102/6/108 94/7/102 +f 95/6/102 94/7/102 102/6/108 +f 94/7/81 107/7/81 96/7/81 +f 107/7/81 94/7/81 103/7/81 +f 107/7/81 103/7/81 101/7/81 +f 107/7/81 101/7/81 100/7/81 +f 107/7/81 100/7/81 105/7/81 +f 96/7/82 107/7/82 94/7/82 +f 103/7/82 94/7/82 107/7/82 +f 101/7/82 103/7/82 107/7/82 +f 100/7/82 101/7/82 107/7/82 +f 105/7/82 100/7/82 107/7/82 +f 110/9/113 109/8/114 108/8/113 +f 109/8/114 110/9/113 111/9/114 +f 108/8/115 109/8/116 110/9/115 +f 111/9/116 110/9/115 109/8/116 +f 114/9/115 113/8/116 112/8/115 +f 113/8/116 114/9/115 115/9/116 +f 112/8/113 113/8/114 114/9/113 +f 115/9/114 114/9/113 113/8/114 +f 118/9/118 117/8/117 116/9/117 +f 117/8/117 118/9/118 119/8/118 +f 116/9/120 117/8/120 118/9/119 +f 119/8/119 118/9/119 117/8/120 +f 122/8/120 121/9/119 120/8/119 +f 121/9/119 122/8/120 123/9/120 +f 120/8/118 121/9/118 122/8/117 +f 123/9/117 122/8/117 121/9/118 +f 115/9/116 122/8/120 113/8/116 +f 122/8/120 115/9/116 123/9/120 +f 113/8/114 122/8/117 115/9/114 +f 123/9/117 115/9/114 122/8/117 +f 111/9/114 117/8/117 109/8/114 +f 117/8/117 111/9/114 116/9/117 +f 109/8/116 117/8/120 111/9/116 +f 116/9/120 111/9/116 117/8/120 +f 118/9/118 112/8/115 119/8/118 +f 112/8/115 118/9/118 114/9/115 +f 119/8/119 112/8/113 118/9/119 +f 114/9/113 118/9/119 112/8/113 +f 121/9/119 108/8/113 120/8/119 +f 108/8/113 121/9/119 110/9/113 +f 120/8/118 108/8/115 121/9/118 +f 110/9/115 121/9/118 108/8/115 +f 111/9/121 118/9/121 116/9/121 +f 118/9/121 111/9/121 114/9/121 +f 114/9/121 111/9/121 110/9/121 +f 114/9/121 110/9/121 115/9/121 +f 115/9/121 110/9/121 121/9/121 +f 115/9/121 121/9/121 123/9/121 +f 116/9/122 118/9/122 111/9/122 +f 114/9/122 111/9/122 118/9/122 +f 110/9/122 111/9/122 114/9/122 +f 115/9/122 110/9/122 114/9/122 +f 121/9/122 110/9/122 115/9/122 +f 123/9/122 121/9/122 115/9/122 +f 112/8/122 117/8/122 119/8/122 +f 117/8/122 112/8/122 109/8/122 +f 109/8/122 112/8/122 113/8/122 +f 109/8/122 113/8/122 108/8/122 +f 108/8/122 113/8/122 122/8/122 +f 108/8/122 122/8/122 120/8/122 +f 119/8/121 117/8/121 112/8/121 +f 109/8/121 112/8/121 117/8/121 +f 113/8/121 112/8/121 109/8/121 +f 108/8/121 113/8/121 109/8/121 +f 122/8/121 113/8/121 108/8/121 +f 120/8/121 122/8/121 108/8/121 +f 126/9/123 125/8/124 124/8/123 +f 125/8/124 126/9/123 127/9/124 +f 124/8/125 125/8/126 126/9/125 +f 127/9/126 126/9/125 125/8/126 +f 130/9/125 129/8/126 128/8/125 +f 129/8/126 130/9/125 131/9/126 +f 128/8/123 129/8/124 130/9/123 +f 131/9/124 130/9/123 129/8/124 +f 134/9/128 133/8/127 132/9/127 +f 133/8/127 134/9/128 135/8/128 +f 132/9/130 133/8/130 134/9/129 +f 135/8/129 134/9/129 133/8/130 +f 138/8/130 137/9/129 136/8/129 +f 137/9/129 138/8/130 139/9/130 +f 136/8/128 137/9/128 138/8/127 +f 139/9/127 138/8/127 137/9/128 +f 131/9/126 138/8/130 129/8/126 +f 138/8/130 131/9/126 139/9/130 +f 129/8/124 138/8/127 131/9/124 +f 139/9/127 131/9/124 138/8/127 +f 127/9/124 133/8/127 125/8/124 +f 133/8/127 127/9/124 132/9/127 +f 125/8/126 133/8/130 127/9/126 +f 132/9/130 127/9/126 133/8/130 +f 134/9/128 128/8/125 135/8/128 +f 128/8/125 134/9/128 130/9/125 +f 135/8/129 128/8/123 134/9/129 +f 130/9/123 134/9/129 128/8/123 +f 137/9/129 124/8/123 136/8/129 +f 124/8/123 137/9/129 126/9/123 +f 136/8/128 124/8/125 137/9/128 +f 126/9/125 137/9/128 124/8/125 +f 127/9/93 134/9/93 132/9/93 +f 134/9/93 127/9/93 130/9/93 +f 130/9/93 127/9/93 126/9/93 +f 130/9/93 126/9/93 131/9/93 +f 131/9/93 126/9/93 137/9/93 +f 131/9/93 137/9/93 139/9/93 +f 132/9/94 134/9/94 127/9/94 +f 130/9/94 127/9/94 134/9/94 +f 126/9/94 127/9/94 130/9/94 +f 131/9/94 126/9/94 130/9/94 +f 137/9/94 126/9/94 131/9/94 +f 139/9/94 137/9/94 131/9/94 +f 128/8/94 133/8/94 135/8/94 +f 133/8/94 128/8/94 125/8/94 +f 125/8/94 128/8/94 129/8/94 +f 125/8/94 129/8/94 124/8/94 +f 124/8/94 129/8/94 138/8/94 +f 124/8/94 138/8/94 136/8/94 +f 135/8/93 133/8/93 128/8/93 +f 125/8/93 128/8/93 133/8/93 +f 129/8/93 128/8/93 125/8/93 +f 124/8/93 129/8/93 125/8/93 +f 138/8/93 129/8/93 124/8/93 +f 136/8/93 138/8/93 124/8/93 +f 142/9/123 141/8/124 140/8/123 +f 141/8/124 142/9/123 143/9/124 +f 140/8/125 141/8/126 142/9/125 +f 143/9/126 142/9/125 141/8/126 +f 146/9/125 145/8/126 144/8/125 +f 145/8/126 146/9/125 147/9/126 +f 144/8/123 145/8/124 146/9/123 +f 147/9/124 146/9/123 145/8/124 +f 150/9/128 149/8/127 148/9/127 +f 149/8/127 150/9/128 151/8/128 +f 148/9/130 149/8/130 150/9/129 +f 151/8/129 150/9/129 149/8/130 +f 154/8/130 153/9/129 152/8/129 +f 153/9/129 154/8/130 155/9/130 +f 152/8/128 153/9/128 154/8/127 +f 155/9/127 154/8/127 153/9/128 +f 147/9/126 154/8/130 145/8/126 +f 154/8/130 147/9/126 155/9/130 +f 145/8/124 154/8/127 147/9/124 +f 155/9/127 147/9/124 154/8/127 +f 143/9/124 149/8/127 141/8/124 +f 149/8/127 143/9/124 148/9/127 +f 141/8/126 149/8/130 143/9/126 +f 148/9/130 143/9/126 149/8/130 +f 150/9/128 144/8/125 151/8/128 +f 144/8/125 150/9/128 146/9/125 +f 151/8/129 144/8/123 150/9/129 +f 146/9/123 150/9/129 144/8/123 +f 153/9/129 140/8/123 152/8/129 +f 140/8/123 153/9/129 142/9/123 +f 152/8/128 140/8/125 153/9/128 +f 142/9/125 153/9/128 140/8/125 +f 143/9/93 150/9/93 148/9/93 +f 150/9/93 143/9/93 146/9/93 +f 146/9/93 143/9/93 142/9/93 +f 146/9/93 142/9/93 147/9/93 +f 147/9/93 142/9/93 153/9/93 +f 147/9/93 153/9/93 155/9/93 +f 148/9/94 150/9/94 143/9/94 +f 146/9/94 143/9/94 150/9/94 +f 142/9/94 143/9/94 146/9/94 +f 147/9/94 142/9/94 146/9/94 +f 153/9/94 142/9/94 147/9/94 +f 155/9/94 153/9/94 147/9/94 +f 144/8/94 149/8/94 151/8/94 +f 149/8/94 144/8/94 141/8/94 +f 141/8/94 144/8/94 145/8/94 +f 141/8/94 145/8/94 140/8/94 +f 140/8/94 145/8/94 154/8/94 +f 140/8/94 154/8/94 152/8/94 +f 151/8/93 149/8/93 144/8/93 +f 141/8/93 144/8/93 149/8/93 +f 145/8/93 144/8/93 141/8/93 +f 140/8/93 145/8/93 141/8/93 +f 154/8/93 145/8/93 140/8/93 +f 152/8/93 154/8/93 140/8/93 +f 158/9/131 157/8/132 156/8/131 +f 157/8/132 158/9/131 159/9/132 +f 156/8/133 157/8/134 158/9/133 +f 159/9/134 158/9/133 157/8/134 +f 162/8/133 161/9/134 160/8/134 +f 161/9/134 162/8/133 163/9/133 +f 160/8/132 161/9/132 162/8/131 +f 163/9/131 162/8/131 161/9/132 +f 166/9/136 165/8/135 164/9/135 +f 165/8/135 166/9/136 167/8/136 +f 164/9/138 165/8/138 166/9/137 +f 167/8/137 166/9/137 165/8/138 +f 170/8/138 169/9/137 168/8/137 +f 169/9/137 170/8/138 171/9/138 +f 168/8/136 169/9/136 170/8/135 +f 171/9/135 170/8/135 169/9/136 +f 161/9/134 170/8/138 160/8/134 +f 170/8/138 161/9/134 171/9/138 +f 160/8/132 170/8/135 161/9/132 +f 171/9/135 161/9/132 170/8/135 +f 159/9/132 165/8/135 157/8/132 +f 165/8/135 159/9/132 164/9/135 +f 157/8/134 165/8/138 159/9/134 +f 164/9/138 159/9/134 165/8/138 +f 166/9/136 162/8/133 167/8/136 +f 162/8/133 166/9/136 163/9/133 +f 167/8/137 162/8/131 166/9/137 +f 163/9/131 166/9/137 162/8/131 +f 169/9/137 156/8/131 168/8/137 +f 156/8/131 169/9/137 158/9/131 +f 168/8/136 156/8/133 169/9/136 +f 158/9/133 169/9/136 156/8/133 +f 159/9/139 166/9/139 164/9/139 +f 166/9/139 159/9/139 163/9/139 +f 163/9/139 159/9/139 158/9/139 +f 163/9/139 158/9/139 161/9/139 +f 161/9/139 158/9/139 169/9/139 +f 161/9/139 169/9/139 171/9/139 +f 164/9/140 166/9/140 159/9/140 +f 163/9/140 159/9/140 166/9/140 +f 158/9/140 159/9/140 163/9/140 +f 161/9/140 158/9/140 163/9/140 +f 169/9/140 158/9/140 161/9/140 +f 171/9/140 169/9/140 161/9/140 +f 162/8/140 165/8/140 167/8/140 +f 165/8/140 162/8/140 157/8/140 +f 157/8/140 162/8/140 160/8/140 +f 157/8/140 160/8/140 156/8/140 +f 156/8/140 160/8/140 170/8/140 +f 156/8/140 170/8/140 168/8/140 +f 167/8/139 165/8/139 162/8/139 +f 157/8/139 162/8/139 165/8/139 +f 160/8/139 162/8/139 157/8/139 +f 156/8/139 160/8/139 157/8/139 +f 170/8/139 160/8/139 156/8/139 +f 168/8/139 170/8/139 156/8/139 +f 174/10/82 173/10/82 172/10/82 +f 173/10/82 174/10/82 175/10/82 +f 173/10/82 175/10/82 176/10/82 +f 176/10/82 175/10/82 177/10/82 +f 177/10/82 175/10/82 178/10/82 +f 177/10/82 178/10/82 179/10/82 +f 172/10/81 173/10/81 174/10/81 +f 175/10/81 174/10/81 173/10/81 +f 176/10/81 175/10/81 173/10/81 +f 177/10/81 175/10/81 176/10/81 +f 178/10/81 175/10/81 177/10/81 +f 179/10/81 178/10/81 177/10/81 +f 182/11/81 181/11/81 180/11/81 +f 181/11/81 182/11/81 183/11/81 +f 181/11/81 183/11/81 184/11/81 +f 184/11/81 183/11/81 185/11/81 +f 184/11/81 185/11/81 186/11/81 +f 186/11/81 185/11/81 187/11/81 +f 180/11/82 181/11/82 182/11/82 +f 183/11/82 182/11/82 181/11/82 +f 184/11/82 183/11/82 181/11/82 +f 185/11/82 183/11/82 184/11/82 +f 186/11/82 185/11/82 184/11/82 +f 187/11/82 185/11/82 186/11/82 +f 180/11/142 173/10/141 182/11/141 +f 173/10/141 180/11/142 172/10/142 +f 182/11/144 173/10/144 180/11/143 +f 172/10/143 180/11/143 173/10/144 +f 183/11/145 173/10/146 176/10/145 +f 173/10/146 183/11/145 182/11/146 +f 176/10/147 173/10/148 183/11/147 +f 182/11/148 183/11/147 173/10/148 +f 185/11/149 176/10/145 177/10/149 +f 176/10/145 185/11/149 183/11/145 +f 177/10/150 176/10/147 185/11/150 +f 183/11/147 185/11/150 176/10/147 +f 179/10/143 185/11/151 177/10/151 +f 185/11/151 179/10/143 187/11/143 +f 177/10/152 185/11/152 179/10/142 +f 187/11/142 179/10/142 185/11/152 +f 178/10/144 187/11/143 179/10/143 +f 187/11/143 178/10/144 186/11/144 +f 179/10/142 187/11/142 178/10/141 +f 186/11/141 178/10/141 187/11/142 +f 184/11/147 178/10/148 175/10/147 +f 178/10/148 184/11/147 186/11/148 +f 175/10/145 178/10/146 184/11/145 +f 186/11/146 184/11/145 178/10/146 +f 181/11/150 175/10/147 174/10/150 +f 175/10/147 181/11/150 184/11/147 +f 174/10/149 175/10/145 181/11/149 +f 184/11/145 181/11/149 175/10/145 +f 181/11/152 172/10/142 180/11/142 +f 172/10/142 181/11/152 174/10/152 +f 180/11/143 172/10/143 181/11/151 +f 174/10/151 181/11/151 172/10/143 +f 190/11/81 189/11/81 188/11/81 +f 189/11/81 190/11/81 191/11/81 +f 189/11/81 191/11/81 192/11/81 +f 192/11/81 191/11/81 193/11/81 +f 193/11/81 191/11/81 194/11/81 +f 193/11/81 194/11/81 195/11/81 +f 188/11/82 189/11/82 190/11/82 +f 191/11/82 190/11/82 189/11/82 +f 192/11/82 191/11/82 189/11/82 +f 193/11/82 191/11/82 192/11/82 +f 194/11/82 191/11/82 193/11/82 +f 195/11/82 194/11/82 193/11/82 +f 188/11/142 196/10/141 190/11/141 +f 196/10/141 188/11/142 197/10/142 +f 190/11/144 196/10/144 188/11/143 +f 197/10/143 188/11/143 196/10/144 +f 191/11/145 196/10/146 198/10/145 +f 196/10/146 191/11/145 190/11/146 +f 198/10/147 196/10/148 191/11/147 +f 190/11/148 191/11/147 196/10/148 +f 194/11/149 198/10/145 199/10/149 +f 198/10/145 194/11/149 191/11/145 +f 199/10/150 198/10/147 194/11/150 +f 191/11/147 194/11/150 198/10/147 +f 200/10/143 194/11/151 199/10/151 +f 194/11/151 200/10/143 195/11/143 +f 199/10/152 194/11/152 200/10/142 +f 195/11/142 200/10/142 194/11/152 +f 201/10/144 195/11/143 200/10/143 +f 195/11/143 201/10/144 193/11/144 +f 200/10/142 195/11/142 201/10/141 +f 193/11/141 201/10/141 195/11/142 +f 192/11/147 201/10/148 202/10/147 +f 201/10/148 192/11/147 193/11/148 +f 202/10/145 201/10/146 192/11/145 +f 193/11/146 192/11/145 201/10/146 +f 189/11/150 202/10/147 203/10/150 +f 202/10/147 189/11/150 192/11/147 +f 203/10/149 202/10/145 189/11/149 +f 192/11/145 189/11/149 202/10/145 +f 189/11/152 197/10/142 188/11/142 +f 197/10/142 189/11/152 203/10/152 +f 188/11/143 197/10/143 189/11/151 +f 203/10/151 189/11/151 197/10/143 +f 206/13/153 205/12/154 204/12/153 +f 205/12/154 206/13/153 207/13/154 +f 204/12/155 205/12/156 206/13/155 +f 207/13/156 206/13/155 205/12/156 +f 210/12/157 209/13/158 208/13/157 +f 209/13/158 210/12/157 211/12/158 +f 208/13/159 209/13/160 210/12/159 +f 211/12/160 210/12/159 209/13/160 +f 213/13/161 204/12/153 212/12/161 +f 204/12/153 213/13/161 206/13/153 +f 212/12/162 204/12/155 213/13/162 +f 206/13/155 213/13/162 204/12/155 +f 216/13/163 215/12/164 214/12/163 +f 215/12/164 216/13/163 217/13/164 +f 214/12/165 215/12/166 216/13/165 +f 217/13/166 216/13/165 215/12/166 +f 216/13/163 205/12/167 207/13/167 +f 205/12/167 216/13/163 214/12/163 +f 207/13/168 205/12/168 216/13/165 +f 214/12/165 216/13/165 205/12/168 +f 219/13/169 211/12/170 218/12/169 +f 211/12/170 219/13/169 209/13/170 +f 218/12/171 211/12/172 219/13/171 +f 209/13/172 219/13/171 211/12/172 +f 217/13/173 218/12/169 215/12/173 +f 218/12/169 217/13/173 219/13/169 +f 215/12/174 218/12/171 217/13/174 +f 219/13/171 217/13/174 218/12/171 +f 212/12/175 208/13/157 213/13/175 +f 208/13/157 212/12/175 210/12/157 +f 213/13/176 208/13/159 212/12/176 +f 210/12/159 212/12/176 208/13/159 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-corner.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-corner.obj.import new file mode 100644 index 0000000..d71588a --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-corner.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://wwjwqx8gvuwh" +path="res://.godot/imported/template-corner.obj-0fff667e83827fb98ad07c5ed439b481.mesh" + +[deps] + +files=["res://.godot/imported/template-corner.obj-0fff667e83827fb98ad07c5ed439b481.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-corner.obj" +dest_files=["res://.godot/imported/template-corner.obj-0fff667e83827fb98ad07c5ed439b481.mesh", "res://.godot/imported/template-corner.obj-0fff667e83827fb98ad07c5ed439b481.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-detail.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-detail.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-detail.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-detail.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-detail.obj new file mode 100644 index 0000000..392d493 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-detail.obj @@ -0,0 +1,486 @@ +# Created by Kenney (www.kenney.nl) + +mtllib template-detail.mtl + +g template-detail + +v 0.8956631 0.2 -1.443823E-15 1 1 1 +v 0.7677112 0.2 0.7677112 1 1 1 +v 0.7677112 0.2 -0.7677112 1 1 1 +v 0 0.2 -0.8956631 1 1 1 +v 0 0.2 0.8956631 1 1 1 +v -0.7677112 0.2 -0.7677112 1 1 1 +v -0.7677112 0.2 0.7677112 1 1 1 +v -0.8956631 0.2 0 1 1 1 +v 0.7677112 1.025898E-29 -0.7677112 1 1 1 +v 0.8956631 1.025898E-29 -1.443823E-15 1 1 1 +v 0 1.025898E-29 -0.8956631 1 1 1 +v -0.7677112 1.025898E-29 -0.7677112 1 1 1 +v -0.8956631 1.025898E-29 0 1 1 1 +v -0.7677112 1.025898E-29 0.7677112 1 1 1 +v 0 1.025898E-29 0.8956631 1 1 1 +v 0.7677112 1.025898E-29 0.7677112 1 1 1 +v 0.564375 2.9269 1.061932E-14 1 1 1 +v 0.48375 2.9269 -0.48375 1 1 1 +v 0.48375 2.9269 0.48375 1 1 1 +v 2.761013E-30 2.9269 0.564375 1 1 1 +v -2.761013E-30 2.9269 -0.564375 1 1 1 +v -0.48375 2.9269 0.48375 1 1 1 +v -0.48375 2.9269 -0.48375 1 1 1 +v -0.564375 2.9269 1.155058E-14 1 1 1 +v 0.564375 3.3269 1.061932E-14 1 1 1 +v 0.48375 3.3269 0.48375 1 1 1 +v 0.48375 3.3269 -0.48375 1 1 1 +v -2.761013E-30 3.3269 -0.564375 1 1 1 +v 2.761013E-30 3.3269 0.564375 1 1 1 +v -0.48375 3.3269 -0.48375 1 1 1 +v -0.48375 3.3269 0.48375 1 1 1 +v -0.564375 3.3269 1.155058E-14 1 1 1 +v 0.519225 0.6 -1.862531E-15 1 1 1 +v 0.44505 0.6 0.44505 1 1 1 +v 0.44505 0.6 -0.44505 1 1 1 +v -1.322542E-14 0.6 -0.519225 1 1 1 +v -1.322542E-14 0.6 0.519225 1 1 1 +v -0.44505 0.6 -0.44505 1 1 1 +v -0.44505 0.6 0.44505 1 1 1 +v -0.519225 0.6 2.540132E-30 1 1 1 +v 0.44505 0.2 -0.44505 1 1 1 +v 0.519225 0.2 -1.862531E-15 1 1 1 +v -1.322542E-14 0.2 -0.519225 1 1 1 +v -0.44505 0.2 -0.44505 1 1 1 +v -0.519225 0.2 2.540132E-30 1 1 1 +v -0.44505 0.2 0.44505 1 1 1 +v -1.322542E-14 0.2 0.519225 1 1 1 +v 0.44505 0.2 0.44505 1 1 1 +v -5.775291E-15 0.6 -0.35 1 1 1 +v 0.3 0.6 -0.3 1 1 1 +v -1.155058E-14 2.9269 -0.4375 1 1 1 +v 0.375 2.9269 -0.375 1 1 1 +v -0.35 0.6 0 1 1 1 +v -0.4375 2.9269 0 1 1 1 +v -0.3 0.6 0.3 1 1 1 +v -0.375 2.9269 0.375 1 1 1 +v -0.3 0.6 -0.3 1 1 1 +v -0.375 2.9269 -0.375 1 1 1 +v 0.4375 2.9269 -1.443823E-15 1 1 1 +v 0.35 0.6 0 1 1 1 +v 0.375 2.9269 0.375 1 1 1 +v 0.3 0.6 0.3 1 1 1 +v -5.775291E-15 0.6 0.35 1 1 1 +v -1.155058E-14 2.9269 0.4375 1 1 1 + +vn 0 1 0 +vn 0.986394 0 -0.164399 +vn 1 0 0 +vn 0 0 -1 +vn 0.164399 0 -0.986394 +vn -0.164399 0 -0.986394 +vn -0.986394 0 -0.164399 +vn -1 0 0 +vn -0.986394 0 0.164399 +vn 0 0 1 +vn -0.164399 0 0.986394 +vn 0.164399 0 0.986394 +vn 0.986394 0 0.164399 +vn 0 -1 0 +vn 1 0 -4.892161E-30 +vn -1 0 4.892161E-30 +vn -4.892161E-30 0 -1 +vn 4.892161E-30 0 1 +vn 0 -0.03757711 -0.9992937 +vn 0.164286 -0.03706655 -0.985716 +vn 0 0.03757711 0.9992937 +vn -0.164286 0.03706655 0.985716 +vn -0.9992937 -0.03757711 0 +vn -0.985716 -0.03706655 0.164286 +vn 0.985716 0.03706655 -0.164286 +vn 0.9992937 0.03757711 0 +vn -0.164286 -0.03706655 -0.985716 +vn 0.164286 0.03706655 0.985716 +vn 0.9992937 -0.03757711 0 +vn 0.985716 -0.03706655 0.164286 +vn -0.985716 0.03706655 -0.164286 +vn -0.9992937 0.03757711 0 +vn 0.985716 -0.03706655 -0.164286 +vn -0.985716 0.03706655 0.164286 +vn 0 -0.03757711 0.9992937 +vn -0.164286 -0.03706655 0.985716 +vn 0 0.03757711 -0.9992937 +vn 0.164286 0.03706655 -0.985716 +vn 0.164286 -0.03706655 0.985716 +vn -0.164286 0.03706655 -0.985716 +vn -0.985716 -0.03706655 -0.164286 +vn 0.985716 0.03706655 0.164286 + +vt 0.34375 0.225 +vt 0.34375 0.025 +vt 0.09375 0.225 +vt 0.09375 0.025 +vt 0.21875 0.145 +vt 0.21875 0.225 +vt 0.21875 0.175 +vt 0.21875 0.075 + +usemtl colormap + +f 3/1/1 2/1/1 1/1/1 +f 2/1/1 3/1/1 4/1/1 +f 2/1/1 4/1/1 5/1/1 +f 5/1/1 4/1/1 6/1/1 +f 5/1/1 6/1/1 7/1/1 +f 7/1/1 6/1/1 8/1/1 +f 1/1/3 9/2/2 3/1/2 +f 9/2/2 1/1/3 10/2/3 +f 4/1/4 9/2/5 11/2/4 +f 9/2/5 4/1/4 3/1/5 +f 6/1/6 11/2/4 12/2/6 +f 11/2/4 6/1/6 4/1/4 +f 13/2/8 6/1/7 12/2/7 +f 6/1/7 13/2/8 8/1/8 +f 14/2/9 8/1/8 13/2/8 +f 8/1/8 14/2/9 7/1/9 +f 5/1/10 14/2/11 15/2/10 +f 14/2/11 5/1/10 7/1/11 +f 2/1/12 15/2/10 16/2/12 +f 15/2/10 2/1/12 5/1/10 +f 2/1/13 10/2/3 1/1/3 +f 10/2/3 2/1/13 16/2/13 +f 1/3/14 2/3/14 3/3/14 +f 4/3/14 3/3/14 2/3/14 +f 5/3/14 4/3/14 2/3/14 +f 6/3/14 4/3/14 5/3/14 +f 7/3/14 6/3/14 5/3/14 +f 8/3/14 6/3/14 7/3/14 +f 3/3/9 9/4/9 1/3/8 +f 10/4/8 1/3/8 9/4/9 +f 11/4/10 9/4/11 4/3/10 +f 3/3/11 4/3/10 9/4/11 +f 12/4/12 11/4/10 6/3/12 +f 4/3/10 6/3/12 11/4/10 +f 12/4/13 6/3/13 13/4/3 +f 8/3/3 13/4/3 6/3/13 +f 13/4/3 8/3/3 14/4/2 +f 7/3/2 14/4/2 8/3/3 +f 15/4/4 14/4/5 5/3/4 +f 7/3/5 5/3/4 14/4/5 +f 16/4/6 15/4/4 2/3/6 +f 5/3/4 2/3/6 15/4/4 +f 1/3/8 10/4/8 2/3/7 +f 16/4/7 2/3/7 10/4/8 +f 19/5/14 18/5/14 17/5/14 +f 18/5/14 19/5/14 20/5/14 +f 18/5/14 20/5/14 21/5/14 +f 21/5/14 20/5/14 22/5/14 +f 21/5/14 22/5/14 23/5/14 +f 23/5/14 22/5/14 24/5/14 +f 17/5/1 18/5/1 19/5/1 +f 20/5/1 19/5/1 18/5/1 +f 21/5/1 20/5/1 18/5/1 +f 22/5/1 20/5/1 21/5/1 +f 23/5/1 22/5/1 21/5/1 +f 24/5/1 22/5/1 23/5/1 +f 27/6/1 26/6/1 25/6/1 +f 26/6/1 27/6/1 28/6/1 +f 26/6/1 28/6/1 29/6/1 +f 29/6/1 28/6/1 30/6/1 +f 29/6/1 30/6/1 31/6/1 +f 31/6/1 30/6/1 32/6/1 +f 25/6/14 26/6/14 27/6/14 +f 28/6/14 27/6/14 26/6/14 +f 29/6/14 28/6/14 26/6/14 +f 30/6/14 28/6/14 29/6/14 +f 31/6/14 30/6/14 29/6/14 +f 32/6/14 30/6/14 31/6/14 +f 25/6/15 18/5/2 27/6/2 +f 18/5/2 25/6/15 17/5/15 +f 27/6/9 18/5/9 25/6/16 +f 17/5/16 25/6/16 18/5/9 +f 28/6/17 18/5/5 21/5/17 +f 18/5/5 28/6/17 27/6/5 +f 21/5/18 18/5/11 28/6/18 +f 27/6/11 28/6/18 18/5/11 +f 30/6/6 21/5/17 23/5/6 +f 21/5/17 30/6/6 28/6/17 +f 23/5/12 21/5/18 30/6/12 +f 28/6/18 30/6/12 21/5/18 +f 24/5/16 30/6/7 23/5/7 +f 30/6/7 24/5/16 32/6/16 +f 23/5/13 30/6/13 24/5/15 +f 32/6/15 24/5/15 30/6/13 +f 22/5/9 32/6/16 24/5/16 +f 32/6/16 22/5/9 31/6/9 +f 24/5/15 32/6/15 22/5/2 +f 31/6/2 22/5/2 32/6/15 +f 29/6/18 22/5/11 20/5/18 +f 22/5/11 29/6/18 31/6/11 +f 20/5/17 22/5/5 29/6/17 +f 31/6/5 29/6/17 22/5/5 +f 26/6/12 20/5/18 19/5/12 +f 20/5/18 26/6/12 29/6/18 +f 19/5/6 20/5/17 26/6/6 +f 29/6/17 26/6/6 20/5/17 +f 26/6/13 17/5/15 25/6/15 +f 17/5/15 26/6/13 19/5/13 +f 25/6/16 17/5/16 26/6/7 +f 19/5/7 26/6/7 17/5/16 +f 35/6/1 34/6/1 33/6/1 +f 34/6/1 35/6/1 36/6/1 +f 34/6/1 36/6/1 37/6/1 +f 37/6/1 36/6/1 38/6/1 +f 37/6/1 38/6/1 39/6/1 +f 39/6/1 38/6/1 40/6/1 +f 33/6/14 34/6/14 35/6/14 +f 36/6/14 35/6/14 34/6/14 +f 37/6/14 36/6/14 34/6/14 +f 38/6/14 36/6/14 37/6/14 +f 39/6/14 38/6/14 37/6/14 +f 40/6/14 38/6/14 39/6/14 +f 33/6/15 41/5/2 35/6/2 +f 41/5/2 33/6/15 42/5/15 +f 35/6/9 41/5/9 33/6/16 +f 42/5/16 33/6/16 41/5/9 +f 36/6/17 41/5/5 43/5/17 +f 41/5/5 36/6/17 35/6/5 +f 43/5/18 41/5/11 36/6/18 +f 35/6/11 36/6/18 41/5/11 +f 38/6/6 43/5/17 44/5/6 +f 43/5/17 38/6/6 36/6/17 +f 44/5/12 43/5/18 38/6/12 +f 36/6/18 38/6/12 43/5/18 +f 45/5/16 38/6/7 44/5/7 +f 38/6/7 45/5/16 40/6/16 +f 44/5/13 38/6/13 45/5/15 +f 40/6/15 45/5/15 38/6/13 +f 46/5/9 40/6/16 45/5/16 +f 40/6/16 46/5/9 39/6/9 +f 45/5/15 40/6/15 46/5/2 +f 39/6/2 46/5/2 40/6/15 +f 37/6/18 46/5/11 47/5/18 +f 46/5/11 37/6/18 39/6/11 +f 47/5/17 46/5/5 37/6/17 +f 39/6/5 37/6/17 46/5/5 +f 34/6/12 47/5/18 48/5/12 +f 47/5/18 34/6/12 37/6/18 +f 48/5/6 47/5/17 34/6/6 +f 37/6/17 34/6/6 47/5/17 +f 34/6/13 42/5/15 33/6/15 +f 42/5/15 34/6/13 48/5/13 +f 33/6/16 42/5/16 34/6/7 +f 48/5/7 34/6/7 42/5/16 +f 51/8/19 50/7/20 49/7/19 +f 50/7/20 51/8/19 52/8/20 +f 49/7/21 50/7/22 51/8/21 +f 52/8/22 51/8/21 50/7/22 +f 55/7/24 54/8/23 53/7/23 +f 54/8/23 55/7/24 56/8/24 +f 53/7/26 54/8/26 55/7/25 +f 56/8/25 55/7/25 54/8/26 +f 58/8/27 49/7/19 57/7/27 +f 49/7/19 58/8/27 51/8/19 +f 57/7/28 49/7/21 58/8/28 +f 51/8/21 58/8/28 49/7/21 +f 61/8/30 60/7/29 59/8/29 +f 60/7/29 61/8/30 62/7/30 +f 59/8/32 60/7/32 61/8/31 +f 62/7/31 61/8/31 60/7/32 +f 59/8/29 50/7/33 52/8/33 +f 50/7/33 59/8/29 60/7/29 +f 52/8/34 50/7/34 59/8/32 +f 60/7/32 59/8/32 50/7/34 +f 64/8/35 55/7/36 63/7/35 +f 55/7/36 64/8/35 56/8/36 +f 63/7/37 55/7/38 64/8/37 +f 56/8/38 64/8/37 55/7/38 +f 61/8/39 63/7/35 62/7/39 +f 63/7/35 61/8/39 64/8/35 +f 62/7/40 63/7/37 61/8/40 +f 64/8/37 61/8/40 63/7/37 +f 57/7/41 54/8/23 58/8/41 +f 54/8/23 57/7/41 53/7/23 +f 58/8/42 54/8/26 57/7/42 +f 53/7/26 57/7/42 54/8/26 + +g template-detail + + + + +usemtl colormap + +f 3/1/1 2/1/1 1/1/1 +f 2/1/1 3/1/1 4/1/1 +f 2/1/1 4/1/1 5/1/1 +f 5/1/1 4/1/1 6/1/1 +f 5/1/1 6/1/1 7/1/1 +f 7/1/1 6/1/1 8/1/1 +f 1/1/3 9/2/2 3/1/2 +f 9/2/2 1/1/3 10/2/3 +f 4/1/4 9/2/5 11/2/4 +f 9/2/5 4/1/4 3/1/5 +f 6/1/6 11/2/4 12/2/6 +f 11/2/4 6/1/6 4/1/4 +f 13/2/8 6/1/7 12/2/7 +f 6/1/7 13/2/8 8/1/8 +f 14/2/9 8/1/8 13/2/8 +f 8/1/8 14/2/9 7/1/9 +f 5/1/10 14/2/11 15/2/10 +f 14/2/11 5/1/10 7/1/11 +f 2/1/12 15/2/10 16/2/12 +f 15/2/10 2/1/12 5/1/10 +f 2/1/13 10/2/3 1/1/3 +f 10/2/3 2/1/13 16/2/13 +f 1/3/14 2/3/14 3/3/14 +f 4/3/14 3/3/14 2/3/14 +f 5/3/14 4/3/14 2/3/14 +f 6/3/14 4/3/14 5/3/14 +f 7/3/14 6/3/14 5/3/14 +f 8/3/14 6/3/14 7/3/14 +f 3/3/9 9/4/9 1/3/8 +f 10/4/8 1/3/8 9/4/9 +f 11/4/10 9/4/11 4/3/10 +f 3/3/11 4/3/10 9/4/11 +f 12/4/12 11/4/10 6/3/12 +f 4/3/10 6/3/12 11/4/10 +f 12/4/13 6/3/13 13/4/3 +f 8/3/3 13/4/3 6/3/13 +f 13/4/3 8/3/3 14/4/2 +f 7/3/2 14/4/2 8/3/3 +f 15/4/4 14/4/5 5/3/4 +f 7/3/5 5/3/4 14/4/5 +f 16/4/6 15/4/4 2/3/6 +f 5/3/4 2/3/6 15/4/4 +f 1/3/8 10/4/8 2/3/7 +f 16/4/7 2/3/7 10/4/8 +f 19/5/14 18/5/14 17/5/14 +f 18/5/14 19/5/14 20/5/14 +f 18/5/14 20/5/14 21/5/14 +f 21/5/14 20/5/14 22/5/14 +f 21/5/14 22/5/14 23/5/14 +f 23/5/14 22/5/14 24/5/14 +f 17/5/1 18/5/1 19/5/1 +f 20/5/1 19/5/1 18/5/1 +f 21/5/1 20/5/1 18/5/1 +f 22/5/1 20/5/1 21/5/1 +f 23/5/1 22/5/1 21/5/1 +f 24/5/1 22/5/1 23/5/1 +f 27/6/1 26/6/1 25/6/1 +f 26/6/1 27/6/1 28/6/1 +f 26/6/1 28/6/1 29/6/1 +f 29/6/1 28/6/1 30/6/1 +f 29/6/1 30/6/1 31/6/1 +f 31/6/1 30/6/1 32/6/1 +f 25/6/14 26/6/14 27/6/14 +f 28/6/14 27/6/14 26/6/14 +f 29/6/14 28/6/14 26/6/14 +f 30/6/14 28/6/14 29/6/14 +f 31/6/14 30/6/14 29/6/14 +f 32/6/14 30/6/14 31/6/14 +f 25/6/15 18/5/2 27/6/2 +f 18/5/2 25/6/15 17/5/15 +f 27/6/9 18/5/9 25/6/16 +f 17/5/16 25/6/16 18/5/9 +f 28/6/17 18/5/5 21/5/17 +f 18/5/5 28/6/17 27/6/5 +f 21/5/18 18/5/11 28/6/18 +f 27/6/11 28/6/18 18/5/11 +f 30/6/6 21/5/17 23/5/6 +f 21/5/17 30/6/6 28/6/17 +f 23/5/12 21/5/18 30/6/12 +f 28/6/18 30/6/12 21/5/18 +f 24/5/16 30/6/7 23/5/7 +f 30/6/7 24/5/16 32/6/16 +f 23/5/13 30/6/13 24/5/15 +f 32/6/15 24/5/15 30/6/13 +f 22/5/9 32/6/16 24/5/16 +f 32/6/16 22/5/9 31/6/9 +f 24/5/15 32/6/15 22/5/2 +f 31/6/2 22/5/2 32/6/15 +f 29/6/18 22/5/11 20/5/18 +f 22/5/11 29/6/18 31/6/11 +f 20/5/17 22/5/5 29/6/17 +f 31/6/5 29/6/17 22/5/5 +f 26/6/12 20/5/18 19/5/12 +f 20/5/18 26/6/12 29/6/18 +f 19/5/6 20/5/17 26/6/6 +f 29/6/17 26/6/6 20/5/17 +f 26/6/13 17/5/15 25/6/15 +f 17/5/15 26/6/13 19/5/13 +f 25/6/16 17/5/16 26/6/7 +f 19/5/7 26/6/7 17/5/16 +f 35/6/1 34/6/1 33/6/1 +f 34/6/1 35/6/1 36/6/1 +f 34/6/1 36/6/1 37/6/1 +f 37/6/1 36/6/1 38/6/1 +f 37/6/1 38/6/1 39/6/1 +f 39/6/1 38/6/1 40/6/1 +f 33/6/14 34/6/14 35/6/14 +f 36/6/14 35/6/14 34/6/14 +f 37/6/14 36/6/14 34/6/14 +f 38/6/14 36/6/14 37/6/14 +f 39/6/14 38/6/14 37/6/14 +f 40/6/14 38/6/14 39/6/14 +f 33/6/15 41/5/2 35/6/2 +f 41/5/2 33/6/15 42/5/15 +f 35/6/9 41/5/9 33/6/16 +f 42/5/16 33/6/16 41/5/9 +f 36/6/17 41/5/5 43/5/17 +f 41/5/5 36/6/17 35/6/5 +f 43/5/18 41/5/11 36/6/18 +f 35/6/11 36/6/18 41/5/11 +f 38/6/6 43/5/17 44/5/6 +f 43/5/17 38/6/6 36/6/17 +f 44/5/12 43/5/18 38/6/12 +f 36/6/18 38/6/12 43/5/18 +f 45/5/16 38/6/7 44/5/7 +f 38/6/7 45/5/16 40/6/16 +f 44/5/13 38/6/13 45/5/15 +f 40/6/15 45/5/15 38/6/13 +f 46/5/9 40/6/16 45/5/16 +f 40/6/16 46/5/9 39/6/9 +f 45/5/15 40/6/15 46/5/2 +f 39/6/2 46/5/2 40/6/15 +f 37/6/18 46/5/11 47/5/18 +f 46/5/11 37/6/18 39/6/11 +f 47/5/17 46/5/5 37/6/17 +f 39/6/5 37/6/17 46/5/5 +f 34/6/12 47/5/18 48/5/12 +f 47/5/18 34/6/12 37/6/18 +f 48/5/6 47/5/17 34/6/6 +f 37/6/17 34/6/6 47/5/17 +f 34/6/13 42/5/15 33/6/15 +f 42/5/15 34/6/13 48/5/13 +f 33/6/16 42/5/16 34/6/7 +f 48/5/7 34/6/7 42/5/16 +f 51/8/19 50/7/20 49/7/19 +f 50/7/20 51/8/19 52/8/20 +f 49/7/21 50/7/22 51/8/21 +f 52/8/22 51/8/21 50/7/22 +f 55/7/24 54/8/23 53/7/23 +f 54/8/23 55/7/24 56/8/24 +f 53/7/26 54/8/26 55/7/25 +f 56/8/25 55/7/25 54/8/26 +f 58/8/27 49/7/19 57/7/27 +f 49/7/19 58/8/27 51/8/19 +f 57/7/28 49/7/21 58/8/28 +f 51/8/21 58/8/28 49/7/21 +f 61/8/30 60/7/29 59/8/29 +f 60/7/29 61/8/30 62/7/30 +f 59/8/32 60/7/32 61/8/31 +f 62/7/31 61/8/31 60/7/32 +f 59/8/29 50/7/33 52/8/33 +f 50/7/33 59/8/29 60/7/29 +f 52/8/34 50/7/34 59/8/32 +f 60/7/32 59/8/32 50/7/34 +f 64/8/35 55/7/36 63/7/35 +f 55/7/36 64/8/35 56/8/36 +f 63/7/37 55/7/38 64/8/37 +f 56/8/38 64/8/37 55/7/38 +f 61/8/39 63/7/35 62/7/39 +f 63/7/35 61/8/39 64/8/35 +f 62/7/40 63/7/37 61/8/40 +f 64/8/37 61/8/40 63/7/37 +f 57/7/41 54/8/23 58/8/41 +f 54/8/23 57/7/41 53/7/23 +f 58/8/42 54/8/26 57/7/42 +f 53/7/26 57/7/42 54/8/26 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-detail.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-detail.obj.import new file mode 100644 index 0000000..d8297bc --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-detail.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://dx1lkd61te57t" +path="res://.godot/imported/template-detail.obj-395f03e2430324d49e202c91f0011db7.mesh" + +[deps] + +files=["res://.godot/imported/template-detail.obj-395f03e2430324d49e202c91f0011db7.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-detail.obj" +dest_files=["res://.godot/imported/template-detail.obj-395f03e2430324d49e202c91f0011db7.mesh", "res://.godot/imported/template-detail.obj-395f03e2430324d49e202c91f0011db7.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-big.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-big.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-big.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-big.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-big.obj new file mode 100644 index 0000000..e47c3f5 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-big.obj @@ -0,0 +1,1333 @@ +# Created by Kenney (www.kenney.nl) + +mtllib template-floor-big.mtl + +g template-floor-big + +v 1.204505 0 -0.4449086 1 1 1 +v 1.39769 0 -0.4966724 1 1 1 +v 1.235123 0.05 -0.427231 1 1 1 +v 1.380012 0.05 -0.4660537 1 1 1 +v 1.256269 0 -0.2517234 1 1 1 +v 1.273946 0.05 -0.2823421 1 1 1 +v 0.8177805 0 -1.510408 1 1 1 +v 0.8531358 0.1 -1.44917 1 1 1 +v 0.7142529 0 -1.124037 1 1 1 +v 0.77549 0.1 -1.159393 1 1 1 +v 1.449454 0 -0.3034873 1 1 1 +v 1.418835 0.05 -0.321165 1 1 1 +v 1.204151 0 -1.40688 1 1 1 +v 1.100623 0 -1.02051 1 1 1 +v 1.142913 0.1 -1.371525 1 1 1 +v 1.065268 0.1 -1.081747 1 1 1 +v 0.5803657 -1.23143E-17 -1.11504 1 1 1 +v 0.1939955 -1.23143E-17 -1.011513 1 1 1 +v 0.5191283 0.1 -1.150396 1 1 1 +v 0.2293506 0.1 -1.07275 1 1 1 +v 0.4768379 -1.23143E-17 -1.501411 1 1 1 +v 0.4414825 0.1 -1.440173 1 1 1 +v 0.09046769 -1.23143E-17 -1.397883 1 1 1 +v 0.151705 0.1 -1.362528 1 1 1 +v -0.8148745 0.05 1.505813 1 1 1 +v -0.8502299 -1.23143E-17 1.567051 1 1 1 +v -0.8925202 0.05 1.216036 1 1 1 +v -0.9537574 -1.23143E-17 1.18068 1 1 1 +v -0.9527619 -1.23143E-17 0.7803324 1 1 1 +v -0.9527619 -1.23143E-17 0.9803325 1 1 1 +v -0.977762 0.1 0.8053325 1 1 1 +v -0.977762 0.1 0.9553324 1 1 1 +v -1.152762 -1.23143E-17 0.7803324 1 1 1 +v -1.127762 0.1 0.8053325 1 1 1 +v -1.152762 -1.23143E-17 0.9803325 1 1 1 +v -1.127762 0.1 0.9553324 1 1 1 +v -0.5673872 -1.23143E-17 1.077153 1 1 1 +v -0.6027424 0.05 1.13839 1 1 1 +v -0.4638594 -1.23143E-17 1.463523 1 1 1 +v -0.5250968 0.05 1.428168 1 1 1 +v 2.422335 -1.23143E-17 -2.939076 1 1 1 +v 2.422335 -1.23143E-17 -2.739076 1 1 1 +v 2.397335 0.1 -2.914076 1 1 1 +v 2.397335 0.1 -2.764076 1 1 1 +v 2.807709 -1.23143E-17 -2.642255 1 1 1 +v 2.772354 0.05 -2.581018 1 1 1 +v 2.421339 -1.23143E-17 -2.538728 1 1 1 +v 2.482576 0.05 -2.503372 1 1 1 +v 3.307259 -1.23143E-17 -1.523119 1 1 1 +v 2.920889 -1.23143E-17 -1.626647 1 1 1 +v 3.271904 0.1 -1.584356 1 1 1 +v 2.982126 0.1 -1.662002 1 1 1 +v 2.222335 -1.23143E-17 -2.939076 1 1 1 +v 2.247334 0.1 -2.914076 1 1 1 +v 2.911237 -1.23143E-17 -2.255885 1 1 1 +v 2.524867 -1.23143E-17 -2.152358 1 1 1 +v 2.85 0.05 -2.29124 1 1 1 +v 2.560222 0.05 -2.213595 1 1 1 +v 3.237098 0.1 -3.250572 1 1 1 +v 2.956465 0.1 -3.14453 1 1 1 +v 3.131056 0.1 -3.531205 1 1 1 +v 2.850423 0.1 -3.425163 1 1 1 +v 2.222335 -1.23143E-17 -2.739076 1 1 1 +v 2.247334 0.1 -2.764076 1 1 1 +v 3.349549 0.1 -1.874134 1 1 1 +v 3.059772 0.1 -1.951779 1 1 1 +v 3.024416 -1.23143E-17 -2.013017 1 1 1 +v 3.410787 -1.23143E-17 -1.909489 1 1 1 +v 2.785977 -1.23143E-17 -3.454261 1 1 1 +v 3.160154 -1.23143E-17 -3.595651 1 1 1 +v 2.927366 -1.23143E-17 -3.080084 1 1 1 +v 3.301544 -1.23143E-17 -3.221473 1 1 1 +v -2.832129 -1.23143E-17 3.168736 1 1 1 +v -3.218499 -1.23143E-17 3.272263 1 1 1 +v -2.893366 0.05 3.13338 1 1 1 +v -3.183144 0.05 3.211026 1 1 1 +v -2.971012 0.05 2.843602 1 1 1 +v -3.260789 0.05 2.921248 1 1 1 +v -2.935656 -1.23143E-17 2.782365 1 1 1 +v -3.322026 -1.23143E-17 2.885893 1 1 1 +v -2.762922 -1.23143E-17 2.515273 1 1 1 +v -2.956107 -1.23143E-17 2.567037 1 1 1 +v -2.79354 0.05 2.497596 1 1 1 +v -2.938429 0.05 2.536418 1 1 1 +v -3.00787 -1.23143E-17 2.373852 1 1 1 +v -2.977252 0.05 2.39153 1 1 1 +v -2.814685 -1.23143E-17 2.322088 1 1 1 +v -2.832363 0.05 2.352707 1 1 1 +v 3.184716 0.05 2.970246 1 1 1 +v 3.039827 0.05 3.009069 1 1 1 +v 3.145893 0.05 2.825357 1 1 1 +v 3.001004 0.05 2.86418 1 1 1 +v 2.970386 -1.23143E-17 2.846503 1 1 1 +v 3.163571 -1.23143E-17 2.794739 1 1 1 +v 3.215335 -1.23143E-17 2.987924 1 1 1 +v 3.02215 -1.23143E-17 3.039688 1 1 1 +v -2.253142 -1.23143E-17 -1.885774 1 1 1 +v -3.412253 -1.23143E-17 -2.196357 1 1 1 +v -2.359208 0.1 -2.069485 1 1 1 +v -3.228542 0.1 -2.302423 1 1 1 +v -2.714079 0.1 -1.546816 1 1 1 +v -2.714079 0.1 -1.246816 1 1 1 +v -3.014079 0.1 -1.546816 1 1 1 +v -3.014079 0.1 -1.246816 1 1 1 +v -2.664079 -1.23143E-17 -1.596816 1 1 1 +v -2.664079 -1.23143E-17 -1.196816 1 1 1 +v -3.064079 -1.23143E-17 -1.596816 1 1 1 +v -2.417787 -1.23143E-17 -1.533029 1 1 1 +v -2.295312 0.2 -1.462318 1 1 1 +v -2.210732 -1.23143E-17 -0.7602882 1 1 1 +v -2.140021 0.2 -0.8827627 1 1 1 +v -1.437991 -1.23143E-17 -0.9673434 1 1 1 +v -1.560465 0.2 -1.038054 1 1 1 +v -1.94256 -1.23143E-17 -3.044885 1 1 1 +v -2.126271 0.1 -2.938819 1 1 1 +v -2.995605 0.1 -3.171756 1 1 1 +v -3.101671 -1.23143E-17 -3.355468 1 1 1 +v -3.064079 -1.23143E-17 -1.196816 1 1 1 +v -1.715757 0.2 -1.61761 1 1 1 +v -1.645046 -1.23143E-17 -1.740084 1 1 1 +v 4 0 -4 1 1 1 +v 4 0 4 1 1 1 +v -4 0 -4 1 1 1 +v -4 0 4 1 1 1 +v 0.7677112 0.2 -0.7677112 1 1 1 +v 0.7677112 0.2 0.7677112 1 1 1 +v 0.8956631 0.2 -1.443823E-15 1 1 1 +v 0 0.2 -0.8956631 1 1 1 +v 0 0.2 0.8956631 1 1 1 +v -0.7677112 0.2 -0.7677112 1 1 1 +v -0.7677112 0.2 0.7677112 1 1 1 +v -0.8956631 0.2 0 1 1 1 +v 0.7677112 1.025898E-29 -0.7677112 1 1 1 +v 0.8956631 1.025898E-29 -1.443823E-15 1 1 1 +v 0 1.025898E-29 -0.8956631 1 1 1 +v -0.7677112 1.025898E-29 -0.7677112 1 1 1 +v -0.8956631 1.025898E-29 0 1 1 1 +v -0.7677112 1.025898E-29 0.7677112 1 1 1 +v 0 1.025898E-29 0.8956631 1 1 1 +v 0.7677112 1.025898E-29 0.7677112 1 1 1 +v 0.564375 2.9269 1.061932E-14 1 1 1 +v 0.48375 2.9269 -0.48375 1 1 1 +v 0.48375 2.9269 0.48375 1 1 1 +v 2.761013E-30 2.9269 0.564375 1 1 1 +v -2.761013E-30 2.9269 -0.564375 1 1 1 +v -0.48375 2.9269 0.48375 1 1 1 +v -0.48375 2.9269 -0.48375 1 1 1 +v -0.564375 2.9269 1.155058E-14 1 1 1 +v 0.564375 3.3269 1.061932E-14 1 1 1 +v 0.48375 3.3269 0.48375 1 1 1 +v 0.48375 3.3269 -0.48375 1 1 1 +v -2.761013E-30 3.3269 -0.564375 1 1 1 +v 2.761013E-30 3.3269 0.564375 1 1 1 +v -0.48375 3.3269 -0.48375 1 1 1 +v -0.48375 3.3269 0.48375 1 1 1 +v -0.564375 3.3269 1.155058E-14 1 1 1 +v 0.519225 0.6 -1.862531E-15 1 1 1 +v 0.44505 0.6 0.44505 1 1 1 +v 0.44505 0.6 -0.44505 1 1 1 +v -1.322542E-14 0.6 -0.519225 1 1 1 +v -1.322542E-14 0.6 0.519225 1 1 1 +v -0.44505 0.6 -0.44505 1 1 1 +v -0.44505 0.6 0.44505 1 1 1 +v -0.519225 0.6 2.540132E-30 1 1 1 +v 0.44505 0.2 -0.44505 1 1 1 +v 0.519225 0.2 -1.862531E-15 1 1 1 +v -1.322542E-14 0.2 -0.519225 1 1 1 +v -0.44505 0.2 -0.44505 1 1 1 +v -0.519225 0.2 2.540132E-30 1 1 1 +v -0.44505 0.2 0.44505 1 1 1 +v -1.322542E-14 0.2 0.519225 1 1 1 +v 0.44505 0.2 0.44505 1 1 1 +v -5.775291E-15 0.6 -0.35 1 1 1 +v 0.3 0.6 -0.3 1 1 1 +v -1.155058E-14 2.9269 -0.4375 1 1 1 +v 0.375 2.9269 -0.375 1 1 1 +v -0.35 0.6 0 1 1 1 +v -0.4375 2.9269 0 1 1 1 +v -0.3 0.6 0.3 1 1 1 +v -0.375 2.9269 0.375 1 1 1 +v -0.3 0.6 -0.3 1 1 1 +v -0.375 2.9269 -0.375 1 1 1 +v 0.4375 2.9269 -1.443823E-15 1 1 1 +v 0.35 0.6 0 1 1 1 +v 0.375 2.9269 0.375 1 1 1 +v 0.3 0.6 0.3 1 1 1 +v -5.775291E-15 0.6 0.35 1 1 1 +v -1.155058E-14 2.9269 0.4375 1 1 1 + +vn -0.7071068 0.5773503 -0.4082483 +vn 0.4082483 0.5773503 -0.7071068 +vn -0.5202672 0.7994348 -0.3003764 +vn 0.3003764 0.7994348 -0.5202672 +vn 0.5202672 -0.7994348 0.3003764 +vn -0.4082483 -0.5773503 0.7071068 +vn 0.7071068 -0.5773503 0.4082483 +vn -0.3003764 -0.7994348 0.5202672 +vn -0.4082483 0.5773503 0.7071068 +vn -0.3003764 0.7994348 0.5202672 +vn 0.4082483 -0.5773503 -0.7071068 +vn 0.3003764 -0.7994348 -0.5202672 +vn -0.4082483 0.5773503 -0.7071068 +vn -0.3003764 0.7994348 -0.5202672 +vn -0.7071068 0.5773503 0.4082483 +vn -0.5202672 0.7994348 0.3003764 +vn 0.7071068 -0.5773503 -0.4082483 +vn 0.3003764 -0.7994348 0.5202672 +vn 0.4082483 -0.5773503 0.7071068 +vn 0.5202672 -0.7994348 -0.3003764 +vn 0.7071068 0.5773503 0.4082483 +vn 0.5202672 0.7994348 0.3003764 +vn -0.5202672 -0.7994348 -0.3003764 +vn -0.7071068 -0.5773503 -0.4082483 +vn 0.7071068 0.5773503 -0.4082483 +vn 0.4082483 0.5773503 0.7071068 +vn 0.5202672 0.7994348 -0.3003764 +vn 0.3003764 0.7994348 0.5202672 +vn -0.5202672 -0.7994348 0.3003764 +vn -0.4082483 -0.5773503 -0.7071068 +vn -0.7071068 -0.5773503 0.4082483 +vn -0.3003764 -0.7994348 -0.5202672 +vn -0.2122691 0.90541 0.3676609 +vn -0.2886751 0.8164966 0.5 +vn -0.3676609 0.90541 -0.2122691 +vn -0.5 0.8164966 -0.2886751 +vn 0.3676609 -0.90541 0.2122691 +vn 0.2886751 -0.8164966 -0.5 +vn 0.2122691 -0.90541 -0.3676609 +vn 0.5 -0.8164966 0.2886751 +vn 0.6666667 0.3333333 -0.6666667 +vn 0.6666667 0.3333333 0.6666667 +vn 0.5033765 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 0.5033765 +vn -0.5033765 -0.7022992 0.5033765 +vn -0.6666667 -0.3333333 -0.6666667 +vn -0.6666667 -0.3333333 0.6666667 +vn -0.5033765 -0.7022992 -0.5033765 +vn -0.6666667 0.3333333 -0.6666667 +vn -0.5033765 0.7022992 -0.5033765 +vn 0.5033765 -0.7022992 0.5033765 +vn 0.6666667 -0.3333333 0.6666667 +vn -0.6666667 0.3333333 0.6666667 +vn -0.5033765 0.7022992 0.5033765 +vn 0.6666667 -0.3333333 -0.6666667 +vn 0.5033765 -0.7022992 -0.5033765 +vn 0.2886751 0.8164966 -0.5 +vn 0.2122691 0.90541 -0.3676609 +vn -0.2122691 -0.90541 0.3676609 +vn -0.2886751 -0.8164966 0.5 +vn 0.5 0.8164966 0.2886751 +vn 0.3676609 0.90541 0.2122691 +vn -0.3676609 -0.90541 -0.2122691 +vn -0.5 -0.8164966 -0.2886751 +vn 0.5475281 0.7994348 0.2472184 +vn -0.2472184 0.7994348 0.5475281 +vn 0.2472184 0.7994348 -0.5475281 +vn -0.5475281 0.7994348 -0.2472184 +vn -0.2472184 -0.7994348 0.5475281 +vn 0.2472184 -0.7994348 -0.5475281 +vn -0.5475281 -0.7994348 -0.2472184 +vn 0.5475281 -0.7994348 0.2472184 +vn -0.7441577 0.5773503 -0.3360001 +vn 0.3360001 0.5773503 -0.7441577 +vn -0.3360001 -0.5773503 0.7441577 +vn 0.7441577 -0.5773503 0.3360001 +vn -0.3360001 0.5773503 0.7441577 +vn 0.3360001 -0.5773503 -0.7441577 +vn 0.7441577 0.5773503 0.3360001 +vn -0.7441577 -0.5773503 -0.3360001 +vn 0.2132007 0.904534 0.3692745 +vn -0.3692745 0.904534 0.2132007 +vn 0.1578553 0.9488556 0.2734133 +vn -0.2734133 0.9488556 0.1578553 +vn -0.1578553 -0.9488556 -0.2734133 +vn 0.3692745 -0.904534 -0.2132007 +vn -0.2132007 -0.904534 -0.3692745 +vn 0.2734133 -0.9488556 -0.1578553 +vn 0.4247964 0.7994348 -0.4247964 +vn 0.4247964 0.7994348 0.4247964 +vn -0.4247964 0.7994348 -0.4247964 +vn -0.4247964 0.7994348 0.4247964 +vn 0.4247964 -0.7994348 0.4247964 +vn -0.4247964 -0.7994348 -0.4247964 +vn -0.4247964 -0.7994348 0.4247964 +vn 0.4247964 -0.7994348 -0.4247964 +vn 0.5773503 0.5773503 -0.5773503 +vn 0.5773503 0.5773503 0.5773503 +vn -0.5773503 -0.5773503 -0.5773503 +vn -0.5773503 -0.5773503 0.5773503 +vn -0.5773503 0.5773503 -0.5773503 +vn 0.5773503 -0.5773503 0.5773503 +vn 0.3692745 0.904534 -0.2132007 +vn 0.2734133 0.9488556 -0.1578553 +vn -0.2734133 -0.9488556 0.1578553 +vn -0.3692745 -0.904534 0.2132007 +vn -0.1578553 0.9488556 -0.2734133 +vn -0.2132007 0.904534 -0.3692745 +vn 0.2132007 -0.904534 0.3692745 +vn 0.1578553 -0.9488556 0.2734133 +vn -0.5773503 0.5773503 0.5773503 +vn 0.5773503 -0.5773503 -0.5773503 +vn 0 1 0 +vn 0 -1 0 +vn -1 0 0 +vn -0.986394 0 0.164399 +vn 0 0 1 +vn -0.164399 0 0.986394 +vn 0.164399 0 0.986394 +vn 1 0 0 +vn 0.986394 0 0.164399 +vn 0.986394 0 -0.164399 +vn 0 0 -1 +vn 0.164399 0 -0.986394 +vn -0.164399 0 -0.986394 +vn -0.986394 0 -0.164399 +vn 1 0 -4.892161E-30 +vn -1 0 4.892161E-30 +vn -4.892161E-30 0 -1 +vn 4.892161E-30 0 1 +vn 0 -0.03757711 -0.9992937 +vn 0.164286 -0.03706655 -0.985716 +vn 0 0.03757711 0.9992937 +vn -0.164286 0.03706655 0.985716 +vn -0.9992937 -0.03757711 0 +vn -0.985716 -0.03706655 0.164286 +vn 0.985716 0.03706655 -0.164286 +vn 0.9992937 0.03757711 0 +vn -0.164286 -0.03706655 -0.985716 +vn 0.164286 0.03706655 0.985716 +vn 0.9992937 -0.03757711 0 +vn 0.985716 -0.03706655 0.164286 +vn -0.985716 0.03706655 -0.164286 +vn -0.9992937 0.03757711 0 +vn 0.985716 -0.03706655 -0.164286 +vn -0.985716 0.03706655 0.164286 +vn 0 -0.03757711 0.9992937 +vn -0.164286 -0.03706655 0.985716 +vn 0 0.03757711 -0.9992937 +vn 0.164286 0.03706655 -0.985716 +vn 0.164286 -0.03706655 0.985716 +vn -0.164286 0.03706655 -0.985716 +vn -0.985716 -0.03706655 -0.164286 +vn 0.985716 0.03706655 0.164286 + +vt 0.09375 0.025 +vt 0.09375 0.065 +vt 0.09375 0.105 +vt 0.09375 0.045 +vt 0.09375 0.225 +vt 0.34375 0.225 +vt 0.34375 0.025 +vt 0.21875 0.145 +vt 0.21875 0.225 +vt 0.21875 0.175 +vt 0.21875 0.075 + +usemtl colormap + +f 3/2/3 2/1/2 1/1/1 +f 2/1/2 3/2/3 4/2/4 +f 1/1/7 2/1/6 3/2/5 +f 4/2/8 3/2/5 2/1/6 +f 5/1/9 3/2/3 1/1/1 +f 3/2/3 5/1/9 6/2/10 +f 1/1/7 3/2/5 5/1/11 +f 6/2/12 5/1/11 3/2/5 +f 9/1/15 8/3/14 7/1/13 +f 8/3/14 9/1/15 10/3/16 +f 7/1/19 8/3/18 9/1/17 +f 10/3/20 9/1/17 8/3/18 +f 12/2/22 5/1/9 11/1/21 +f 5/1/9 12/2/22 6/2/10 +f 11/1/24 5/1/11 12/2/23 +f 6/2/12 12/2/23 5/1/11 +f 4/2/4 11/1/21 2/1/2 +f 11/1/21 4/2/4 12/2/22 +f 2/1/6 11/1/24 4/2/8 +f 12/2/23 4/2/8 11/1/24 +f 15/3/27 14/1/26 13/1/25 +f 14/1/26 15/3/27 16/3/28 +f 13/1/31 14/1/30 15/3/29 +f 16/3/32 15/3/29 14/1/30 +f 8/3/14 13/1/25 7/1/13 +f 13/1/25 8/3/14 15/3/27 +f 7/1/19 13/1/31 8/3/18 +f 15/3/29 8/3/18 13/1/31 +f 4/2/4 6/2/10 12/2/22 +f 6/2/10 4/2/4 3/2/3 +f 12/2/23 6/2/12 4/2/8 +f 3/2/5 4/2/8 6/2/12 +f 16/3/28 9/1/15 14/1/26 +f 9/1/15 16/3/28 10/3/16 +f 14/1/30 9/1/17 16/3/32 +f 10/3/20 16/3/32 9/1/17 +f 8/3/14 16/3/28 15/3/27 +f 16/3/28 8/3/14 10/3/16 +f 15/3/29 16/3/32 8/3/18 +f 10/3/20 8/3/18 16/3/32 +f 19/3/22 18/1/9 17/1/21 +f 18/1/9 19/3/22 20/3/10 +f 17/1/24 18/1/11 19/3/23 +f 20/3/12 19/3/23 18/1/11 +f 22/3/4 17/1/21 21/1/2 +f 17/1/21 22/3/4 19/3/22 +f 21/1/6 17/1/24 22/3/8 +f 19/3/23 22/3/8 17/1/24 +f 24/3/3 21/1/2 23/1/1 +f 21/1/2 24/3/3 22/3/4 +f 23/1/7 21/1/6 24/3/5 +f 22/3/8 24/3/5 21/1/6 +f 22/3/4 20/3/10 19/3/22 +f 20/3/10 22/3/4 24/3/3 +f 19/3/23 20/3/12 22/3/8 +f 24/3/5 22/3/8 20/3/12 +f 18/1/9 24/3/3 23/1/1 +f 24/3/3 18/1/9 20/3/10 +f 23/1/7 24/3/5 18/1/11 +f 20/3/12 18/1/11 24/3/5 +f 27/2/35 26/1/34 25/2/33 +f 26/1/34 27/2/35 28/1/36 +f 25/2/39 26/1/38 27/2/37 +f 28/1/40 27/2/37 26/1/38 +f 31/3/43 30/1/42 29/1/41 +f 30/1/42 31/3/43 32/3/44 +f 29/1/47 30/1/46 31/3/45 +f 32/3/48 31/3/45 30/1/46 +f 34/3/50 29/1/41 33/1/49 +f 29/1/41 34/3/50 31/3/43 +f 33/1/52 29/1/47 34/3/51 +f 31/3/45 34/3/51 29/1/47 +f 35/1/53 34/3/50 33/1/49 +f 34/3/50 35/1/53 36/3/54 +f 33/1/52 34/3/51 35/1/55 +f 36/3/56 35/1/55 34/3/51 +f 34/3/50 32/3/44 31/3/43 +f 32/3/44 34/3/50 36/3/54 +f 31/3/45 32/3/48 34/3/51 +f 36/3/56 34/3/51 32/3/48 +f 32/3/44 35/1/53 30/1/42 +f 35/1/53 32/3/44 36/3/54 +f 30/1/46 35/1/55 32/3/48 +f 36/3/56 32/3/48 35/1/55 +f 28/1/36 38/2/58 37/1/57 +f 38/2/58 28/1/36 27/2/35 +f 37/1/60 38/2/59 28/1/40 +f 27/2/37 28/1/40 38/2/59 +f 37/1/57 40/2/62 39/1/61 +f 40/2/62 37/1/57 38/2/58 +f 39/1/64 40/2/63 37/1/60 +f 38/2/59 37/1/60 40/2/63 +f 38/2/58 25/2/33 40/2/62 +f 25/2/33 38/2/58 27/2/35 +f 40/2/63 25/2/39 38/2/59 +f 27/2/37 38/2/59 25/2/39 +f 40/2/62 26/1/34 39/1/61 +f 26/1/34 40/2/62 25/2/33 +f 39/1/64 26/1/38 40/2/63 +f 25/2/39 40/2/63 26/1/38 +f 43/2/43 42/1/42 41/1/41 +f 42/1/42 43/2/43 44/2/44 +f 41/1/47 42/1/46 43/2/45 +f 44/2/48 43/2/45 42/1/46 +f 47/1/36 46/4/58 45/1/57 +f 46/4/58 47/1/36 48/4/35 +f 45/1/60 46/4/59 47/1/40 +f 48/4/37 47/1/40 46/4/59 +f 51/2/28 50/1/15 49/1/26 +f 50/1/15 51/2/28 52/2/16 +f 49/1/30 50/1/17 51/2/32 +f 52/2/20 51/2/32 50/1/17 +f 54/2/50 41/1/41 53/1/49 +f 41/1/41 54/2/50 43/2/43 +f 53/1/52 41/1/47 54/2/51 +f 43/2/45 54/2/51 41/1/47 +f 57/4/62 56/1/34 55/1/61 +f 56/1/34 57/4/62 58/4/33 +f 55/1/64 56/1/38 57/4/63 +f 58/4/39 57/4/63 56/1/38 +f 61/2/67 60/2/66 59/2/65 +f 60/2/66 61/2/67 62/2/68 +f 59/2/71 60/2/70 61/2/69 +f 62/2/72 61/2/69 60/2/70 +f 63/1/53 54/2/50 53/1/49 +f 54/2/50 63/1/53 64/2/54 +f 53/1/52 54/2/51 63/1/55 +f 64/2/56 63/1/55 54/2/51 +f 66/2/14 51/2/28 65/2/27 +f 51/2/28 66/2/14 52/2/16 +f 65/2/29 51/2/32 66/2/18 +f 52/2/20 66/2/18 51/2/32 +f 50/1/15 66/2/14 67/1/13 +f 66/2/14 50/1/15 52/2/16 +f 67/1/19 66/2/18 50/1/17 +f 52/2/20 50/1/17 66/2/18 +f 66/2/14 68/1/25 67/1/13 +f 68/1/25 66/2/14 65/2/27 +f 67/1/19 68/1/31 66/2/18 +f 65/2/29 66/2/18 68/1/31 +f 62/2/68 70/1/74 69/1/73 +f 70/1/74 62/2/68 61/2/67 +f 69/1/76 70/1/75 62/2/72 +f 61/2/69 62/2/72 70/1/75 +f 65/2/27 49/1/26 68/1/25 +f 49/1/26 65/2/27 51/2/28 +f 68/1/31 49/1/30 65/2/29 +f 51/2/32 65/2/29 49/1/30 +f 54/2/50 44/2/44 43/2/43 +f 44/2/44 54/2/50 64/2/54 +f 43/2/45 44/2/48 54/2/51 +f 64/2/56 54/2/51 44/2/48 +f 71/1/77 62/2/68 69/1/73 +f 62/2/68 71/1/77 60/2/66 +f 69/1/76 62/2/72 71/1/78 +f 60/2/70 71/1/78 62/2/72 +f 48/4/35 56/1/34 58/4/33 +f 56/1/34 48/4/35 47/1/36 +f 58/4/39 56/1/38 48/4/37 +f 47/1/40 48/4/37 56/1/38 +f 59/2/65 71/1/77 72/1/79 +f 71/1/77 59/2/65 60/2/66 +f 72/1/80 71/1/78 59/2/71 +f 60/2/70 59/2/71 71/1/78 +f 45/1/57 57/4/62 55/1/61 +f 57/4/62 45/1/57 46/4/58 +f 55/1/64 57/4/63 45/1/60 +f 46/4/59 45/1/60 57/4/63 +f 46/4/58 58/4/33 57/4/62 +f 58/4/33 46/4/58 48/4/35 +f 57/4/63 58/4/39 46/4/59 +f 48/4/37 46/4/59 58/4/39 +f 61/2/67 72/1/79 70/1/74 +f 72/1/79 61/2/67 59/2/65 +f 70/1/75 72/1/80 61/2/69 +f 59/2/71 61/2/69 72/1/80 +f 44/2/44 63/1/53 42/1/42 +f 63/1/53 44/2/44 64/2/54 +f 42/1/46 63/1/55 44/2/48 +f 64/2/56 44/2/48 63/1/55 +f 75/4/62 74/1/34 73/1/61 +f 74/1/34 75/4/62 76/4/33 +f 73/1/64 74/1/38 75/4/63 +f 76/4/39 75/4/63 74/1/38 +f 77/4/58 76/4/33 75/4/62 +f 76/4/33 77/4/58 78/4/35 +f 75/4/63 76/4/39 77/4/59 +f 78/4/37 77/4/59 76/4/39 +f 80/1/36 77/4/58 79/1/57 +f 77/4/58 80/1/36 78/4/35 +f 79/1/60 77/4/59 80/1/40 +f 78/4/37 80/1/40 77/4/59 +f 79/1/57 75/4/62 73/1/61 +f 75/4/62 79/1/57 77/4/58 +f 73/1/64 75/4/63 79/1/60 +f 77/4/59 79/1/60 75/4/63 +f 78/4/35 74/1/34 76/4/33 +f 74/1/34 78/4/35 80/1/36 +f 76/4/39 74/1/38 78/4/37 +f 80/1/40 78/4/37 74/1/38 +f 83/4/22 82/1/9 81/1/21 +f 82/1/9 83/4/22 84/4/10 +f 81/1/24 82/1/11 83/4/23 +f 84/4/12 83/4/23 82/1/11 +f 82/1/9 86/4/3 85/1/1 +f 86/4/3 82/1/9 84/4/10 +f 85/1/7 86/4/5 82/1/11 +f 84/4/12 82/1/11 86/4/5 +f 86/4/3 87/1/2 85/1/1 +f 87/1/2 86/4/3 88/4/4 +f 85/1/7 87/1/6 86/4/5 +f 88/4/8 86/4/5 87/1/6 +f 88/4/4 81/1/21 87/1/2 +f 81/1/21 88/4/4 83/4/22 +f 87/1/6 81/1/24 88/4/8 +f 83/4/23 88/4/8 81/1/24 +f 88/4/4 84/4/10 83/4/22 +f 84/4/10 88/4/4 86/4/3 +f 83/4/23 84/4/12 88/4/8 +f 86/4/5 88/4/8 84/4/12 +f 91/4/4 90/4/10 89/4/22 +f 90/4/10 91/4/4 92/4/3 +f 89/4/23 90/4/12 91/4/8 +f 92/4/5 91/4/8 90/4/12 +f 92/4/3 94/1/2 93/1/1 +f 94/1/2 92/4/3 91/4/4 +f 93/1/7 94/1/6 92/4/5 +f 91/4/8 92/4/5 94/1/6 +f 91/4/4 95/1/21 94/1/2 +f 95/1/21 91/4/4 89/4/22 +f 94/1/6 95/1/24 91/4/8 +f 89/4/23 91/4/8 95/1/24 +f 89/4/22 96/1/9 95/1/21 +f 96/1/9 89/4/22 90/4/10 +f 95/1/24 96/1/11 89/4/23 +f 90/4/12 89/4/23 96/1/11 +f 96/1/9 92/4/3 93/1/1 +f 92/4/3 96/1/9 90/4/10 +f 93/1/7 92/4/5 96/1/11 +f 90/4/12 96/1/11 92/4/5 +f 99/2/83 98/1/82 97/1/81 +f 98/1/82 99/2/83 100/2/84 +f 97/1/87 98/1/86 99/2/85 +f 100/2/88 99/2/85 98/1/86 +f 103/2/91 102/2/90 101/2/89 +f 102/2/90 103/2/91 104/2/92 +f 101/2/95 102/2/94 103/2/93 +f 104/2/96 103/2/93 102/2/94 +f 101/2/89 106/1/98 105/1/97 +f 106/1/98 101/2/89 102/2/90 +f 105/1/100 106/1/99 101/2/95 +f 102/2/94 101/2/95 106/1/99 +f 103/2/91 105/1/97 107/1/101 +f 105/1/97 103/2/91 101/2/89 +f 107/1/102 105/1/100 103/2/93 +f 101/2/95 103/2/93 105/1/100 +f 110/1/9 109/3/3 108/1/1 +f 109/3/3 110/1/9 111/3/10 +f 108/1/7 109/3/5 110/1/11 +f 111/3/12 110/1/11 109/3/5 +f 113/3/22 110/1/9 112/1/21 +f 110/1/9 113/3/22 111/3/10 +f 112/1/24 110/1/11 113/3/23 +f 111/3/12 113/3/23 110/1/11 +f 115/2/104 97/1/81 114/1/103 +f 97/1/81 115/2/104 99/2/83 +f 114/1/106 97/1/87 115/2/105 +f 99/2/85 115/2/105 97/1/87 +f 117/1/108 100/2/84 116/2/107 +f 100/2/84 117/1/108 98/1/82 +f 116/2/110 100/2/88 117/1/109 +f 98/1/86 117/1/109 100/2/88 +f 118/1/111 103/2/91 107/1/101 +f 103/2/91 118/1/111 104/2/92 +f 107/1/102 103/2/93 118/1/112 +f 104/2/96 118/1/112 103/2/93 +f 119/3/4 111/3/10 113/3/22 +f 111/3/10 119/3/4 109/3/3 +f 113/3/23 111/3/12 119/3/8 +f 109/3/5 119/3/8 111/3/12 +f 119/3/4 112/1/21 120/1/2 +f 112/1/21 119/3/4 113/3/22 +f 120/1/6 112/1/24 119/3/8 +f 113/3/23 119/3/8 112/1/24 +f 102/2/90 118/1/111 106/1/98 +f 118/1/111 102/2/90 104/2/92 +f 106/1/99 118/1/112 102/2/94 +f 104/2/96 102/2/94 118/1/112 +f 109/3/3 120/1/2 108/1/1 +f 120/1/2 109/3/3 119/3/4 +f 108/1/7 120/1/6 109/3/5 +f 119/3/8 109/3/5 120/1/6 +f 116/2/107 99/2/83 115/2/104 +f 99/2/83 116/2/107 100/2/84 +f 115/2/105 99/2/85 116/2/110 +f 100/2/88 116/2/110 99/2/85 +f 117/1/108 115/2/104 114/1/103 +f 115/2/104 117/1/108 116/2/107 +f 114/1/106 115/2/105 117/1/109 +f 116/2/110 117/1/109 115/2/105 +f 123/1/113 122/1/113 121/1/113 +f 122/1/113 123/1/113 124/1/113 +f 121/1/114 122/1/114 123/1/114 +f 124/1/114 123/1/114 122/1/114 +f 127/5/114 126/5/114 125/5/114 +f 128/5/114 125/5/114 126/5/114 +f 129/5/114 128/5/114 126/5/114 +f 130/5/114 128/5/114 129/5/114 +f 131/5/114 130/5/114 129/5/114 +f 132/5/114 130/5/114 131/5/114 +f 125/5/116 133/1/116 127/5/115 +f 134/1/115 127/5/115 133/1/116 +f 135/1/117 133/1/118 128/5/117 +f 125/5/118 128/5/117 133/1/118 +f 136/1/119 135/1/117 130/5/119 +f 128/5/117 130/5/119 135/1/117 +f 136/1/121 130/5/121 137/1/120 +f 132/5/120 137/1/120 130/5/121 +f 137/1/120 132/5/120 138/1/122 +f 131/5/122 138/1/122 132/5/120 +f 139/1/123 138/1/124 129/5/123 +f 131/5/124 129/5/123 138/1/124 +f 140/1/125 139/1/123 126/5/125 +f 129/5/123 126/5/125 139/1/123 +f 127/5/115 134/1/115 126/5/126 +f 140/1/126 126/5/126 134/1/115 +f 125/6/113 126/6/113 127/6/113 +f 126/6/113 125/6/113 128/6/113 +f 126/6/113 128/6/113 129/6/113 +f 129/6/113 128/6/113 130/6/113 +f 129/6/113 130/6/113 131/6/113 +f 131/6/113 130/6/113 132/6/113 +f 127/6/120 133/7/122 125/6/122 +f 133/7/122 127/6/120 134/7/120 +f 128/6/123 133/7/124 135/7/123 +f 133/7/124 128/6/123 125/6/124 +f 130/6/125 135/7/123 136/7/125 +f 135/7/123 130/6/125 128/6/123 +f 137/7/115 130/6/126 136/7/126 +f 130/6/126 137/7/115 132/6/115 +f 138/7/116 132/6/115 137/7/115 +f 132/6/115 138/7/116 131/6/116 +f 129/6/117 138/7/118 139/7/117 +f 138/7/118 129/6/117 131/6/118 +f 126/6/119 139/7/117 140/7/119 +f 139/7/117 126/6/119 129/6/117 +f 126/6/121 134/7/120 127/6/120 +f 134/7/120 126/6/121 140/7/121 +f 143/8/114 142/8/114 141/8/114 +f 142/8/114 143/8/114 144/8/114 +f 142/8/114 144/8/114 145/8/114 +f 145/8/114 144/8/114 146/8/114 +f 145/8/114 146/8/114 147/8/114 +f 147/8/114 146/8/114 148/8/114 +f 141/8/113 142/8/113 143/8/113 +f 144/8/113 143/8/113 142/8/113 +f 145/8/113 144/8/113 142/8/113 +f 146/8/113 144/8/113 145/8/113 +f 147/8/113 146/8/113 145/8/113 +f 148/8/113 146/8/113 147/8/113 +f 151/9/113 150/9/113 149/9/113 +f 150/9/113 151/9/113 152/9/113 +f 150/9/113 152/9/113 153/9/113 +f 153/9/113 152/9/113 154/9/113 +f 153/9/113 154/9/113 155/9/113 +f 155/9/113 154/9/113 156/9/113 +f 149/9/114 150/9/114 151/9/114 +f 152/9/114 151/9/114 150/9/114 +f 153/9/114 152/9/114 150/9/114 +f 154/9/114 152/9/114 153/9/114 +f 155/9/114 154/9/114 153/9/114 +f 156/9/114 154/9/114 155/9/114 +f 149/9/127 142/8/122 151/9/122 +f 142/8/122 149/9/127 141/8/127 +f 151/9/116 142/8/116 149/9/128 +f 141/8/128 149/9/128 142/8/116 +f 152/9/129 142/8/124 145/8/129 +f 142/8/124 152/9/129 151/9/124 +f 145/8/130 142/8/118 152/9/130 +f 151/9/118 152/9/130 142/8/118 +f 154/9/125 145/8/129 147/8/125 +f 145/8/129 154/9/125 152/9/129 +f 147/8/119 145/8/130 154/9/119 +f 152/9/130 154/9/119 145/8/130 +f 148/8/128 154/9/126 147/8/126 +f 154/9/126 148/8/128 156/9/128 +f 147/8/121 154/9/121 148/8/127 +f 156/9/127 148/8/127 154/9/121 +f 146/8/116 156/9/128 148/8/128 +f 156/9/128 146/8/116 155/9/116 +f 148/8/127 156/9/127 146/8/122 +f 155/9/122 146/8/122 156/9/127 +f 153/9/130 146/8/118 144/8/130 +f 146/8/118 153/9/130 155/9/118 +f 144/8/129 146/8/124 153/9/129 +f 155/9/124 153/9/129 146/8/124 +f 150/9/119 144/8/130 143/8/119 +f 144/8/130 150/9/119 153/9/130 +f 143/8/125 144/8/129 150/9/125 +f 153/9/129 150/9/125 144/8/129 +f 150/9/121 141/8/127 149/9/127 +f 141/8/127 150/9/121 143/8/121 +f 149/9/128 141/8/128 150/9/126 +f 143/8/126 150/9/126 141/8/128 +f 159/9/113 158/9/113 157/9/113 +f 158/9/113 159/9/113 160/9/113 +f 158/9/113 160/9/113 161/9/113 +f 161/9/113 160/9/113 162/9/113 +f 161/9/113 162/9/113 163/9/113 +f 163/9/113 162/9/113 164/9/113 +f 157/9/114 158/9/114 159/9/114 +f 160/9/114 159/9/114 158/9/114 +f 161/9/114 160/9/114 158/9/114 +f 162/9/114 160/9/114 161/9/114 +f 163/9/114 162/9/114 161/9/114 +f 164/9/114 162/9/114 163/9/114 +f 157/9/127 165/8/122 159/9/122 +f 165/8/122 157/9/127 166/8/127 +f 159/9/116 165/8/116 157/9/128 +f 166/8/128 157/9/128 165/8/116 +f 160/9/129 165/8/124 167/8/129 +f 165/8/124 160/9/129 159/9/124 +f 167/8/130 165/8/118 160/9/130 +f 159/9/118 160/9/130 165/8/118 +f 162/9/125 167/8/129 168/8/125 +f 167/8/129 162/9/125 160/9/129 +f 168/8/119 167/8/130 162/9/119 +f 160/9/130 162/9/119 167/8/130 +f 169/8/128 162/9/126 168/8/126 +f 162/9/126 169/8/128 164/9/128 +f 168/8/121 162/9/121 169/8/127 +f 164/9/127 169/8/127 162/9/121 +f 170/8/116 164/9/128 169/8/128 +f 164/9/128 170/8/116 163/9/116 +f 169/8/127 164/9/127 170/8/122 +f 163/9/122 170/8/122 164/9/127 +f 161/9/130 170/8/118 171/8/130 +f 170/8/118 161/9/130 163/9/118 +f 171/8/129 170/8/124 161/9/129 +f 163/9/124 161/9/129 170/8/124 +f 158/9/119 171/8/130 172/8/119 +f 171/8/130 158/9/119 161/9/130 +f 172/8/125 171/8/129 158/9/125 +f 161/9/129 158/9/125 171/8/129 +f 158/9/121 166/8/127 157/9/127 +f 166/8/127 158/9/121 172/8/121 +f 157/9/128 166/8/128 158/9/126 +f 172/8/126 158/9/126 166/8/128 +f 175/11/131 174/10/132 173/10/131 +f 174/10/132 175/11/131 176/11/132 +f 173/10/133 174/10/134 175/11/133 +f 176/11/134 175/11/133 174/10/134 +f 179/10/136 178/11/135 177/10/135 +f 178/11/135 179/10/136 180/11/136 +f 177/10/138 178/11/138 179/10/137 +f 180/11/137 179/10/137 178/11/138 +f 182/11/139 173/10/131 181/10/139 +f 173/10/131 182/11/139 175/11/131 +f 181/10/140 173/10/133 182/11/140 +f 175/11/133 182/11/140 173/10/133 +f 185/11/142 184/10/141 183/11/141 +f 184/10/141 185/11/142 186/10/142 +f 183/11/144 184/10/144 185/11/143 +f 186/10/143 185/11/143 184/10/144 +f 183/11/141 174/10/145 176/11/145 +f 174/10/145 183/11/141 184/10/141 +f 176/11/146 174/10/146 183/11/144 +f 184/10/144 183/11/144 174/10/146 +f 188/11/147 179/10/148 187/10/147 +f 179/10/148 188/11/147 180/11/148 +f 187/10/149 179/10/150 188/11/149 +f 180/11/150 188/11/149 179/10/150 +f 185/11/151 187/10/147 186/10/151 +f 187/10/147 185/11/151 188/11/147 +f 186/10/152 187/10/149 185/11/152 +f 188/11/149 185/11/152 187/10/149 +f 181/10/153 178/11/135 182/11/153 +f 178/11/135 181/10/153 177/10/135 +f 182/11/154 178/11/138 181/10/154 +f 177/10/138 181/10/154 178/11/138 + +g template-floor-big + + + + +usemtl colormap + +f 3/2/3 2/1/2 1/1/1 +f 2/1/2 3/2/3 4/2/4 +f 1/1/7 2/1/6 3/2/5 +f 4/2/8 3/2/5 2/1/6 +f 5/1/9 3/2/3 1/1/1 +f 3/2/3 5/1/9 6/2/10 +f 1/1/7 3/2/5 5/1/11 +f 6/2/12 5/1/11 3/2/5 +f 9/1/15 8/3/14 7/1/13 +f 8/3/14 9/1/15 10/3/16 +f 7/1/19 8/3/18 9/1/17 +f 10/3/20 9/1/17 8/3/18 +f 12/2/22 5/1/9 11/1/21 +f 5/1/9 12/2/22 6/2/10 +f 11/1/24 5/1/11 12/2/23 +f 6/2/12 12/2/23 5/1/11 +f 4/2/4 11/1/21 2/1/2 +f 11/1/21 4/2/4 12/2/22 +f 2/1/6 11/1/24 4/2/8 +f 12/2/23 4/2/8 11/1/24 +f 15/3/27 14/1/26 13/1/25 +f 14/1/26 15/3/27 16/3/28 +f 13/1/31 14/1/30 15/3/29 +f 16/3/32 15/3/29 14/1/30 +f 8/3/14 13/1/25 7/1/13 +f 13/1/25 8/3/14 15/3/27 +f 7/1/19 13/1/31 8/3/18 +f 15/3/29 8/3/18 13/1/31 +f 4/2/4 6/2/10 12/2/22 +f 6/2/10 4/2/4 3/2/3 +f 12/2/23 6/2/12 4/2/8 +f 3/2/5 4/2/8 6/2/12 +f 16/3/28 9/1/15 14/1/26 +f 9/1/15 16/3/28 10/3/16 +f 14/1/30 9/1/17 16/3/32 +f 10/3/20 16/3/32 9/1/17 +f 8/3/14 16/3/28 15/3/27 +f 16/3/28 8/3/14 10/3/16 +f 15/3/29 16/3/32 8/3/18 +f 10/3/20 8/3/18 16/3/32 +f 19/3/22 18/1/9 17/1/21 +f 18/1/9 19/3/22 20/3/10 +f 17/1/24 18/1/11 19/3/23 +f 20/3/12 19/3/23 18/1/11 +f 22/3/4 17/1/21 21/1/2 +f 17/1/21 22/3/4 19/3/22 +f 21/1/6 17/1/24 22/3/8 +f 19/3/23 22/3/8 17/1/24 +f 24/3/3 21/1/2 23/1/1 +f 21/1/2 24/3/3 22/3/4 +f 23/1/7 21/1/6 24/3/5 +f 22/3/8 24/3/5 21/1/6 +f 22/3/4 20/3/10 19/3/22 +f 20/3/10 22/3/4 24/3/3 +f 19/3/23 20/3/12 22/3/8 +f 24/3/5 22/3/8 20/3/12 +f 18/1/9 24/3/3 23/1/1 +f 24/3/3 18/1/9 20/3/10 +f 23/1/7 24/3/5 18/1/11 +f 20/3/12 18/1/11 24/3/5 +f 27/2/35 26/1/34 25/2/33 +f 26/1/34 27/2/35 28/1/36 +f 25/2/39 26/1/38 27/2/37 +f 28/1/40 27/2/37 26/1/38 +f 31/3/43 30/1/42 29/1/41 +f 30/1/42 31/3/43 32/3/44 +f 29/1/47 30/1/46 31/3/45 +f 32/3/48 31/3/45 30/1/46 +f 34/3/50 29/1/41 33/1/49 +f 29/1/41 34/3/50 31/3/43 +f 33/1/52 29/1/47 34/3/51 +f 31/3/45 34/3/51 29/1/47 +f 35/1/53 34/3/50 33/1/49 +f 34/3/50 35/1/53 36/3/54 +f 33/1/52 34/3/51 35/1/55 +f 36/3/56 35/1/55 34/3/51 +f 34/3/50 32/3/44 31/3/43 +f 32/3/44 34/3/50 36/3/54 +f 31/3/45 32/3/48 34/3/51 +f 36/3/56 34/3/51 32/3/48 +f 32/3/44 35/1/53 30/1/42 +f 35/1/53 32/3/44 36/3/54 +f 30/1/46 35/1/55 32/3/48 +f 36/3/56 32/3/48 35/1/55 +f 28/1/36 38/2/58 37/1/57 +f 38/2/58 28/1/36 27/2/35 +f 37/1/60 38/2/59 28/1/40 +f 27/2/37 28/1/40 38/2/59 +f 37/1/57 40/2/62 39/1/61 +f 40/2/62 37/1/57 38/2/58 +f 39/1/64 40/2/63 37/1/60 +f 38/2/59 37/1/60 40/2/63 +f 38/2/58 25/2/33 40/2/62 +f 25/2/33 38/2/58 27/2/35 +f 40/2/63 25/2/39 38/2/59 +f 27/2/37 38/2/59 25/2/39 +f 40/2/62 26/1/34 39/1/61 +f 26/1/34 40/2/62 25/2/33 +f 39/1/64 26/1/38 40/2/63 +f 25/2/39 40/2/63 26/1/38 +f 43/2/43 42/1/42 41/1/41 +f 42/1/42 43/2/43 44/2/44 +f 41/1/47 42/1/46 43/2/45 +f 44/2/48 43/2/45 42/1/46 +f 47/1/36 46/4/58 45/1/57 +f 46/4/58 47/1/36 48/4/35 +f 45/1/60 46/4/59 47/1/40 +f 48/4/37 47/1/40 46/4/59 +f 51/2/28 50/1/15 49/1/26 +f 50/1/15 51/2/28 52/2/16 +f 49/1/30 50/1/17 51/2/32 +f 52/2/20 51/2/32 50/1/17 +f 54/2/50 41/1/41 53/1/49 +f 41/1/41 54/2/50 43/2/43 +f 53/1/52 41/1/47 54/2/51 +f 43/2/45 54/2/51 41/1/47 +f 57/4/62 56/1/34 55/1/61 +f 56/1/34 57/4/62 58/4/33 +f 55/1/64 56/1/38 57/4/63 +f 58/4/39 57/4/63 56/1/38 +f 61/2/67 60/2/66 59/2/65 +f 60/2/66 61/2/67 62/2/68 +f 59/2/71 60/2/70 61/2/69 +f 62/2/72 61/2/69 60/2/70 +f 63/1/53 54/2/50 53/1/49 +f 54/2/50 63/1/53 64/2/54 +f 53/1/52 54/2/51 63/1/55 +f 64/2/56 63/1/55 54/2/51 +f 66/2/14 51/2/28 65/2/27 +f 51/2/28 66/2/14 52/2/16 +f 65/2/29 51/2/32 66/2/18 +f 52/2/20 66/2/18 51/2/32 +f 50/1/15 66/2/14 67/1/13 +f 66/2/14 50/1/15 52/2/16 +f 67/1/19 66/2/18 50/1/17 +f 52/2/20 50/1/17 66/2/18 +f 66/2/14 68/1/25 67/1/13 +f 68/1/25 66/2/14 65/2/27 +f 67/1/19 68/1/31 66/2/18 +f 65/2/29 66/2/18 68/1/31 +f 62/2/68 70/1/74 69/1/73 +f 70/1/74 62/2/68 61/2/67 +f 69/1/76 70/1/75 62/2/72 +f 61/2/69 62/2/72 70/1/75 +f 65/2/27 49/1/26 68/1/25 +f 49/1/26 65/2/27 51/2/28 +f 68/1/31 49/1/30 65/2/29 +f 51/2/32 65/2/29 49/1/30 +f 54/2/50 44/2/44 43/2/43 +f 44/2/44 54/2/50 64/2/54 +f 43/2/45 44/2/48 54/2/51 +f 64/2/56 54/2/51 44/2/48 +f 71/1/77 62/2/68 69/1/73 +f 62/2/68 71/1/77 60/2/66 +f 69/1/76 62/2/72 71/1/78 +f 60/2/70 71/1/78 62/2/72 +f 48/4/35 56/1/34 58/4/33 +f 56/1/34 48/4/35 47/1/36 +f 58/4/39 56/1/38 48/4/37 +f 47/1/40 48/4/37 56/1/38 +f 59/2/65 71/1/77 72/1/79 +f 71/1/77 59/2/65 60/2/66 +f 72/1/80 71/1/78 59/2/71 +f 60/2/70 59/2/71 71/1/78 +f 45/1/57 57/4/62 55/1/61 +f 57/4/62 45/1/57 46/4/58 +f 55/1/64 57/4/63 45/1/60 +f 46/4/59 45/1/60 57/4/63 +f 46/4/58 58/4/33 57/4/62 +f 58/4/33 46/4/58 48/4/35 +f 57/4/63 58/4/39 46/4/59 +f 48/4/37 46/4/59 58/4/39 +f 61/2/67 72/1/79 70/1/74 +f 72/1/79 61/2/67 59/2/65 +f 70/1/75 72/1/80 61/2/69 +f 59/2/71 61/2/69 72/1/80 +f 44/2/44 63/1/53 42/1/42 +f 63/1/53 44/2/44 64/2/54 +f 42/1/46 63/1/55 44/2/48 +f 64/2/56 44/2/48 63/1/55 +f 75/4/62 74/1/34 73/1/61 +f 74/1/34 75/4/62 76/4/33 +f 73/1/64 74/1/38 75/4/63 +f 76/4/39 75/4/63 74/1/38 +f 77/4/58 76/4/33 75/4/62 +f 76/4/33 77/4/58 78/4/35 +f 75/4/63 76/4/39 77/4/59 +f 78/4/37 77/4/59 76/4/39 +f 80/1/36 77/4/58 79/1/57 +f 77/4/58 80/1/36 78/4/35 +f 79/1/60 77/4/59 80/1/40 +f 78/4/37 80/1/40 77/4/59 +f 79/1/57 75/4/62 73/1/61 +f 75/4/62 79/1/57 77/4/58 +f 73/1/64 75/4/63 79/1/60 +f 77/4/59 79/1/60 75/4/63 +f 78/4/35 74/1/34 76/4/33 +f 74/1/34 78/4/35 80/1/36 +f 76/4/39 74/1/38 78/4/37 +f 80/1/40 78/4/37 74/1/38 +f 83/4/22 82/1/9 81/1/21 +f 82/1/9 83/4/22 84/4/10 +f 81/1/24 82/1/11 83/4/23 +f 84/4/12 83/4/23 82/1/11 +f 82/1/9 86/4/3 85/1/1 +f 86/4/3 82/1/9 84/4/10 +f 85/1/7 86/4/5 82/1/11 +f 84/4/12 82/1/11 86/4/5 +f 86/4/3 87/1/2 85/1/1 +f 87/1/2 86/4/3 88/4/4 +f 85/1/7 87/1/6 86/4/5 +f 88/4/8 86/4/5 87/1/6 +f 88/4/4 81/1/21 87/1/2 +f 81/1/21 88/4/4 83/4/22 +f 87/1/6 81/1/24 88/4/8 +f 83/4/23 88/4/8 81/1/24 +f 88/4/4 84/4/10 83/4/22 +f 84/4/10 88/4/4 86/4/3 +f 83/4/23 84/4/12 88/4/8 +f 86/4/5 88/4/8 84/4/12 +f 91/4/4 90/4/10 89/4/22 +f 90/4/10 91/4/4 92/4/3 +f 89/4/23 90/4/12 91/4/8 +f 92/4/5 91/4/8 90/4/12 +f 92/4/3 94/1/2 93/1/1 +f 94/1/2 92/4/3 91/4/4 +f 93/1/7 94/1/6 92/4/5 +f 91/4/8 92/4/5 94/1/6 +f 91/4/4 95/1/21 94/1/2 +f 95/1/21 91/4/4 89/4/22 +f 94/1/6 95/1/24 91/4/8 +f 89/4/23 91/4/8 95/1/24 +f 89/4/22 96/1/9 95/1/21 +f 96/1/9 89/4/22 90/4/10 +f 95/1/24 96/1/11 89/4/23 +f 90/4/12 89/4/23 96/1/11 +f 96/1/9 92/4/3 93/1/1 +f 92/4/3 96/1/9 90/4/10 +f 93/1/7 92/4/5 96/1/11 +f 90/4/12 96/1/11 92/4/5 +f 99/2/83 98/1/82 97/1/81 +f 98/1/82 99/2/83 100/2/84 +f 97/1/87 98/1/86 99/2/85 +f 100/2/88 99/2/85 98/1/86 +f 103/2/91 102/2/90 101/2/89 +f 102/2/90 103/2/91 104/2/92 +f 101/2/95 102/2/94 103/2/93 +f 104/2/96 103/2/93 102/2/94 +f 101/2/89 106/1/98 105/1/97 +f 106/1/98 101/2/89 102/2/90 +f 105/1/100 106/1/99 101/2/95 +f 102/2/94 101/2/95 106/1/99 +f 103/2/91 105/1/97 107/1/101 +f 105/1/97 103/2/91 101/2/89 +f 107/1/102 105/1/100 103/2/93 +f 101/2/95 103/2/93 105/1/100 +f 110/1/9 109/3/3 108/1/1 +f 109/3/3 110/1/9 111/3/10 +f 108/1/7 109/3/5 110/1/11 +f 111/3/12 110/1/11 109/3/5 +f 113/3/22 110/1/9 112/1/21 +f 110/1/9 113/3/22 111/3/10 +f 112/1/24 110/1/11 113/3/23 +f 111/3/12 113/3/23 110/1/11 +f 115/2/104 97/1/81 114/1/103 +f 97/1/81 115/2/104 99/2/83 +f 114/1/106 97/1/87 115/2/105 +f 99/2/85 115/2/105 97/1/87 +f 117/1/108 100/2/84 116/2/107 +f 100/2/84 117/1/108 98/1/82 +f 116/2/110 100/2/88 117/1/109 +f 98/1/86 117/1/109 100/2/88 +f 118/1/111 103/2/91 107/1/101 +f 103/2/91 118/1/111 104/2/92 +f 107/1/102 103/2/93 118/1/112 +f 104/2/96 118/1/112 103/2/93 +f 119/3/4 111/3/10 113/3/22 +f 111/3/10 119/3/4 109/3/3 +f 113/3/23 111/3/12 119/3/8 +f 109/3/5 119/3/8 111/3/12 +f 119/3/4 112/1/21 120/1/2 +f 112/1/21 119/3/4 113/3/22 +f 120/1/6 112/1/24 119/3/8 +f 113/3/23 119/3/8 112/1/24 +f 102/2/90 118/1/111 106/1/98 +f 118/1/111 102/2/90 104/2/92 +f 106/1/99 118/1/112 102/2/94 +f 104/2/96 102/2/94 118/1/112 +f 109/3/3 120/1/2 108/1/1 +f 120/1/2 109/3/3 119/3/4 +f 108/1/7 120/1/6 109/3/5 +f 119/3/8 109/3/5 120/1/6 +f 116/2/107 99/2/83 115/2/104 +f 99/2/83 116/2/107 100/2/84 +f 115/2/105 99/2/85 116/2/110 +f 100/2/88 116/2/110 99/2/85 +f 117/1/108 115/2/104 114/1/103 +f 115/2/104 117/1/108 116/2/107 +f 114/1/106 115/2/105 117/1/109 +f 116/2/110 117/1/109 115/2/105 +f 123/1/113 122/1/113 121/1/113 +f 122/1/113 123/1/113 124/1/113 +f 121/1/114 122/1/114 123/1/114 +f 124/1/114 123/1/114 122/1/114 +f 127/5/114 126/5/114 125/5/114 +f 128/5/114 125/5/114 126/5/114 +f 129/5/114 128/5/114 126/5/114 +f 130/5/114 128/5/114 129/5/114 +f 131/5/114 130/5/114 129/5/114 +f 132/5/114 130/5/114 131/5/114 +f 125/5/116 133/1/116 127/5/115 +f 134/1/115 127/5/115 133/1/116 +f 135/1/117 133/1/118 128/5/117 +f 125/5/118 128/5/117 133/1/118 +f 136/1/119 135/1/117 130/5/119 +f 128/5/117 130/5/119 135/1/117 +f 136/1/121 130/5/121 137/1/120 +f 132/5/120 137/1/120 130/5/121 +f 137/1/120 132/5/120 138/1/122 +f 131/5/122 138/1/122 132/5/120 +f 139/1/123 138/1/124 129/5/123 +f 131/5/124 129/5/123 138/1/124 +f 140/1/125 139/1/123 126/5/125 +f 129/5/123 126/5/125 139/1/123 +f 127/5/115 134/1/115 126/5/126 +f 140/1/126 126/5/126 134/1/115 +f 125/6/113 126/6/113 127/6/113 +f 126/6/113 125/6/113 128/6/113 +f 126/6/113 128/6/113 129/6/113 +f 129/6/113 128/6/113 130/6/113 +f 129/6/113 130/6/113 131/6/113 +f 131/6/113 130/6/113 132/6/113 +f 127/6/120 133/7/122 125/6/122 +f 133/7/122 127/6/120 134/7/120 +f 128/6/123 133/7/124 135/7/123 +f 133/7/124 128/6/123 125/6/124 +f 130/6/125 135/7/123 136/7/125 +f 135/7/123 130/6/125 128/6/123 +f 137/7/115 130/6/126 136/7/126 +f 130/6/126 137/7/115 132/6/115 +f 138/7/116 132/6/115 137/7/115 +f 132/6/115 138/7/116 131/6/116 +f 129/6/117 138/7/118 139/7/117 +f 138/7/118 129/6/117 131/6/118 +f 126/6/119 139/7/117 140/7/119 +f 139/7/117 126/6/119 129/6/117 +f 126/6/121 134/7/120 127/6/120 +f 134/7/120 126/6/121 140/7/121 +f 143/8/114 142/8/114 141/8/114 +f 142/8/114 143/8/114 144/8/114 +f 142/8/114 144/8/114 145/8/114 +f 145/8/114 144/8/114 146/8/114 +f 145/8/114 146/8/114 147/8/114 +f 147/8/114 146/8/114 148/8/114 +f 141/8/113 142/8/113 143/8/113 +f 144/8/113 143/8/113 142/8/113 +f 145/8/113 144/8/113 142/8/113 +f 146/8/113 144/8/113 145/8/113 +f 147/8/113 146/8/113 145/8/113 +f 148/8/113 146/8/113 147/8/113 +f 151/9/113 150/9/113 149/9/113 +f 150/9/113 151/9/113 152/9/113 +f 150/9/113 152/9/113 153/9/113 +f 153/9/113 152/9/113 154/9/113 +f 153/9/113 154/9/113 155/9/113 +f 155/9/113 154/9/113 156/9/113 +f 149/9/114 150/9/114 151/9/114 +f 152/9/114 151/9/114 150/9/114 +f 153/9/114 152/9/114 150/9/114 +f 154/9/114 152/9/114 153/9/114 +f 155/9/114 154/9/114 153/9/114 +f 156/9/114 154/9/114 155/9/114 +f 149/9/127 142/8/122 151/9/122 +f 142/8/122 149/9/127 141/8/127 +f 151/9/116 142/8/116 149/9/128 +f 141/8/128 149/9/128 142/8/116 +f 152/9/129 142/8/124 145/8/129 +f 142/8/124 152/9/129 151/9/124 +f 145/8/130 142/8/118 152/9/130 +f 151/9/118 152/9/130 142/8/118 +f 154/9/125 145/8/129 147/8/125 +f 145/8/129 154/9/125 152/9/129 +f 147/8/119 145/8/130 154/9/119 +f 152/9/130 154/9/119 145/8/130 +f 148/8/128 154/9/126 147/8/126 +f 154/9/126 148/8/128 156/9/128 +f 147/8/121 154/9/121 148/8/127 +f 156/9/127 148/8/127 154/9/121 +f 146/8/116 156/9/128 148/8/128 +f 156/9/128 146/8/116 155/9/116 +f 148/8/127 156/9/127 146/8/122 +f 155/9/122 146/8/122 156/9/127 +f 153/9/130 146/8/118 144/8/130 +f 146/8/118 153/9/130 155/9/118 +f 144/8/129 146/8/124 153/9/129 +f 155/9/124 153/9/129 146/8/124 +f 150/9/119 144/8/130 143/8/119 +f 144/8/130 150/9/119 153/9/130 +f 143/8/125 144/8/129 150/9/125 +f 153/9/129 150/9/125 144/8/129 +f 150/9/121 141/8/127 149/9/127 +f 141/8/127 150/9/121 143/8/121 +f 149/9/128 141/8/128 150/9/126 +f 143/8/126 150/9/126 141/8/128 +f 159/9/113 158/9/113 157/9/113 +f 158/9/113 159/9/113 160/9/113 +f 158/9/113 160/9/113 161/9/113 +f 161/9/113 160/9/113 162/9/113 +f 161/9/113 162/9/113 163/9/113 +f 163/9/113 162/9/113 164/9/113 +f 157/9/114 158/9/114 159/9/114 +f 160/9/114 159/9/114 158/9/114 +f 161/9/114 160/9/114 158/9/114 +f 162/9/114 160/9/114 161/9/114 +f 163/9/114 162/9/114 161/9/114 +f 164/9/114 162/9/114 163/9/114 +f 157/9/127 165/8/122 159/9/122 +f 165/8/122 157/9/127 166/8/127 +f 159/9/116 165/8/116 157/9/128 +f 166/8/128 157/9/128 165/8/116 +f 160/9/129 165/8/124 167/8/129 +f 165/8/124 160/9/129 159/9/124 +f 167/8/130 165/8/118 160/9/130 +f 159/9/118 160/9/130 165/8/118 +f 162/9/125 167/8/129 168/8/125 +f 167/8/129 162/9/125 160/9/129 +f 168/8/119 167/8/130 162/9/119 +f 160/9/130 162/9/119 167/8/130 +f 169/8/128 162/9/126 168/8/126 +f 162/9/126 169/8/128 164/9/128 +f 168/8/121 162/9/121 169/8/127 +f 164/9/127 169/8/127 162/9/121 +f 170/8/116 164/9/128 169/8/128 +f 164/9/128 170/8/116 163/9/116 +f 169/8/127 164/9/127 170/8/122 +f 163/9/122 170/8/122 164/9/127 +f 161/9/130 170/8/118 171/8/130 +f 170/8/118 161/9/130 163/9/118 +f 171/8/129 170/8/124 161/9/129 +f 163/9/124 161/9/129 170/8/124 +f 158/9/119 171/8/130 172/8/119 +f 171/8/130 158/9/119 161/9/130 +f 172/8/125 171/8/129 158/9/125 +f 161/9/129 158/9/125 171/8/129 +f 158/9/121 166/8/127 157/9/127 +f 166/8/127 158/9/121 172/8/121 +f 157/9/128 166/8/128 158/9/126 +f 172/8/126 158/9/126 166/8/128 +f 175/11/131 174/10/132 173/10/131 +f 174/10/132 175/11/131 176/11/132 +f 173/10/133 174/10/134 175/11/133 +f 176/11/134 175/11/133 174/10/134 +f 179/10/136 178/11/135 177/10/135 +f 178/11/135 179/10/136 180/11/136 +f 177/10/138 178/11/138 179/10/137 +f 180/11/137 179/10/137 178/11/138 +f 182/11/139 173/10/131 181/10/139 +f 173/10/131 182/11/139 175/11/131 +f 181/10/140 173/10/133 182/11/140 +f 175/11/133 182/11/140 173/10/133 +f 185/11/142 184/10/141 183/11/141 +f 184/10/141 185/11/142 186/10/142 +f 183/11/144 184/10/144 185/11/143 +f 186/10/143 185/11/143 184/10/144 +f 183/11/141 174/10/145 176/11/145 +f 174/10/145 183/11/141 184/10/141 +f 176/11/146 174/10/146 183/11/144 +f 184/10/144 183/11/144 174/10/146 +f 188/11/147 179/10/148 187/10/147 +f 179/10/148 188/11/147 180/11/148 +f 187/10/149 179/10/150 188/11/149 +f 180/11/150 188/11/149 179/10/150 +f 185/11/151 187/10/147 186/10/151 +f 187/10/147 185/11/151 188/11/147 +f 186/10/152 187/10/149 185/11/152 +f 188/11/149 185/11/152 187/10/149 +f 181/10/153 178/11/135 182/11/153 +f 178/11/135 181/10/153 177/10/135 +f 182/11/154 178/11/138 181/10/154 +f 177/10/138 181/10/154 178/11/138 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-big.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-big.obj.import new file mode 100644 index 0000000..2f213e9 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-big.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://dqp6x2yqxln0n" +path="res://.godot/imported/template-floor-big.obj-8b00777c5a79efbd7a0d9394576c2d5a.mesh" + +[deps] + +files=["res://.godot/imported/template-floor-big.obj-8b00777c5a79efbd7a0d9394576c2d5a.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-big.obj" +dest_files=["res://.godot/imported/template-floor-big.obj-8b00777c5a79efbd7a0d9394576c2d5a.mesh", "res://.godot/imported/template-floor-big.obj-8b00777c5a79efbd7a0d9394576c2d5a.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail-a.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail-a.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail-a.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail-a.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail-a.obj new file mode 100644 index 0000000..ba1db9c --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail-a.obj @@ -0,0 +1,631 @@ +# Created by Kenney (www.kenney.nl) + +mtllib template-floor-detail-a.mtl + +g template-floor-detail-a + +v 2 0 -2 1 1 1 +v 2 0 2 1 1 1 +v -2 0 -2 1 1 1 +v -2 0 2 1 1 1 +v -0.2255789 0 0.1721042 1 1 1 +v -1.38469 0 -0.1384787 1 1 1 +v -0.3316449 0.1 -0.01160758 1 1 1 +v -1.200978 0.1 -0.2445447 1 1 1 +v 1.211001 0.1 -0.9062624 1 1 1 +v 0.9303682 0.1 -0.80022 1 1 1 +v 1.104959 0.1 -1.186896 1 1 1 +v 0.8243258 0.1 -1.080853 1 1 1 +v -0.09870776 0.1 -0.8809408 1 1 1 +v -0.9680409 0.1 -1.113878 1 1 1 +v -0.3902233 0 0.5248491 1 1 1 +v -0.2677488 0.2 0.5955597 1 1 1 +v -0.1831681 0 1.29759 1 1 1 +v -0.1124574 0.2 1.175115 1 1 1 +v 0.4670981 0.2 1.019824 1 1 1 +v 0.3118067 0.2 0.4402683 1 1 1 +v 0.5895725 0 1.090534 1 1 1 +v 0.08500398 0 -0.9870068 1 1 1 +v -1.074107 0 -1.29759 1 1 1 +v -1.227287 0.05 1.335641 1 1 1 +v -1.517065 0.05 1.413287 1 1 1 +v -1.304933 0.05 1.045863 1 1 1 +v -1.59471 0.05 1.123509 1 1 1 +v -1.55242 0 1.474524 1 1 1 +v -1.655948 0 1.088154 1 1 1 +v -1.16605 0 1.370996 1 1 1 +v -1.269577 0 0.9846259 1 1 1 +v 0.7598798 0 -1.109952 1 1 1 +v 0.9012697 0 -0.735774 1 1 1 +v 1.134058 0 -1.251342 1 1 1 +v 1.275447 0 -0.8771639 1 1 1 +v 1.385044 0 1.396792 1 1 1 +v 1.578229 0 1.345028 1 1 1 +v 1.415662 0.05 1.41447 1 1 1 +v 1.560551 0.05 1.375647 1 1 1 +v 1.599374 0.05 1.520536 1 1 1 +v 1.454485 0.05 1.559358 1 1 1 +v 0.3825174 0 0.3177938 1 1 1 +v 1.629993 0 1.538213 1 1 1 +v 1.436807 0 1.589977 1 1 1 +v -0.9305172 0 -1.720207 1 1 1 +v -0.737332 0 -1.771971 1 1 1 +v -0.8998986 0.05 -1.702529 1 1 1 +v -0.7550097 0.05 -1.741352 1 1 1 +v -0.7161869 0.05 -1.596463 1 1 1 +v -0.8610757 0.05 -1.55764 1 1 1 +v -0.8787534 0 -1.527022 1 1 1 +v -0.6855682 0 -1.578785 1 1 1 +v -0.6865153 0.1 0.5110617 1 1 1 +v -0.6865153 0.1 0.8110617 1 1 1 +v -0.9865153 0.1 0.5110617 1 1 1 +v -0.9865153 0.1 0.8110617 1 1 1 +v -0.6365153 0 0.4610618 1 1 1 +v -0.6365153 0 0.8610617 1 1 1 +v -1.036515 0 0.4610618 1 1 1 +v -1.036515 0 0.8610617 1 1 1 +v 0.1962377 0 -0.594766 1 1 1 +v 0.2212377 0.1 -0.569766 1 1 1 +v 0.1962377 0 -0.394766 1 1 1 +v 0.2212377 0.1 -0.419766 1 1 1 +v 0.3712377 0.1 -0.569766 1 1 1 +v 0.3712377 0.1 -0.419766 1 1 1 +v 0.3962377 0 -0.594766 1 1 1 +v 0.3962377 0 -0.394766 1 1 1 +v 0.8239029 0.05 0.05306924 1 1 1 +v 0.5341252 0.05 0.130715 1 1 1 +v 0.7462572 0.05 -0.2367085 1 1 1 +v 0.4564795 0.05 -0.1590628 1 1 1 +v 0.4987698 0 0.1919522 1 1 1 +v 0.3952422 0 -0.1944181 1 1 1 +v 1.323453 0.1 0.4701758 1 1 1 +v 1.245807 0.1 0.7599536 1 1 1 +v 1.033675 0.1 0.3925301 1 1 1 +v 0.9560292 0.1 0.6823078 1 1 1 +v 1.38469 0 0.4348205 1 1 1 +v 1.281162 0 0.8211908 1 1 1 +v 0.8851402 0 0.08842457 1 1 1 +v 0.7816125 0 -0.2979457 1 1 1 +v 0.8947919 0 0.7176632 1 1 1 +v 0.9983196 0 0.3312929 1 1 1 + +vn 0 1 0 +vn 0 -1 0 +vn 0.2132007 0.904534 0.3692745 +vn -0.3692745 0.904534 0.2132007 +vn 0.1578553 0.9488556 0.2734133 +vn -0.2734133 0.9488556 0.1578553 +vn -0.1578553 -0.9488556 -0.2734133 +vn 0.3692745 -0.904534 -0.2132007 +vn -0.2132007 -0.904534 -0.3692745 +vn 0.2734133 -0.9488556 -0.1578553 +vn 0.5475281 0.7994348 0.2472184 +vn -0.2472184 0.7994348 0.5475281 +vn 0.2472184 0.7994348 -0.5475281 +vn -0.5475281 0.7994348 -0.2472184 +vn -0.2472184 -0.7994348 0.5475281 +vn 0.2472184 -0.7994348 -0.5475281 +vn -0.5475281 -0.7994348 -0.2472184 +vn 0.5475281 -0.7994348 0.2472184 +vn 0.2734133 0.9488556 -0.1578553 +vn -0.1578553 0.9488556 -0.2734133 +vn 0.1578553 -0.9488556 0.2734133 +vn -0.2734133 -0.9488556 0.1578553 +vn -0.7071068 0.5773503 -0.4082483 +vn -0.5202672 0.7994348 -0.3003764 +vn -0.4082483 0.5773503 0.7071068 +vn -0.3003764 0.7994348 0.5202672 +vn 0.4082483 -0.5773503 -0.7071068 +vn 0.5202672 -0.7994348 0.3003764 +vn 0.7071068 -0.5773503 0.4082483 +vn 0.3003764 -0.7994348 -0.5202672 +vn 0.5202672 0.7994348 0.3003764 +vn 0.3003764 0.7994348 -0.5202672 +vn -0.3003764 -0.7994348 0.5202672 +vn -0.5202672 -0.7994348 -0.3003764 +vn 0.7071068 0.5773503 0.4082483 +vn -0.7071068 -0.5773503 -0.4082483 +vn 0.3692745 0.904534 -0.2132007 +vn -0.3692745 -0.904534 0.2132007 +vn -0.2132007 0.904534 -0.3692745 +vn 0.2132007 -0.904534 0.3692745 +vn 0.3676609 0.90541 0.2122691 +vn -0.2122691 0.90541 0.3676609 +vn 0.2122691 0.90541 -0.3676609 +vn -0.3676609 0.90541 -0.2122691 +vn -0.2122691 -0.90541 0.3676609 +vn 0.2122691 -0.90541 -0.3676609 +vn -0.3676609 -0.90541 -0.2122691 +vn 0.3676609 -0.90541 0.2122691 +vn -0.2886751 0.8164966 0.5 +vn -0.5 0.8164966 -0.2886751 +vn 0.2886751 -0.8164966 -0.5 +vn 0.5 -0.8164966 0.2886751 +vn 0.5 0.8164966 0.2886751 +vn 0.2886751 0.8164966 -0.5 +vn -0.2886751 -0.8164966 0.5 +vn -0.5 -0.8164966 -0.2886751 +vn -0.7441577 0.5773503 -0.3360001 +vn -0.3360001 0.5773503 0.7441577 +vn 0.3360001 -0.5773503 -0.7441577 +vn 0.7441577 -0.5773503 0.3360001 +vn 0.3360001 0.5773503 -0.7441577 +vn -0.3360001 -0.5773503 0.7441577 +vn 0.7441577 0.5773503 0.3360001 +vn -0.7441577 -0.5773503 -0.3360001 +vn 0.4082483 0.5773503 -0.7071068 +vn -0.4082483 -0.5773503 0.7071068 +vn 0.4247964 0.7994348 -0.4247964 +vn 0.4247964 0.7994348 0.4247964 +vn -0.4247964 0.7994348 -0.4247964 +vn -0.4247964 0.7994348 0.4247964 +vn 0.4247964 -0.7994348 0.4247964 +vn -0.4247964 -0.7994348 -0.4247964 +vn -0.4247964 -0.7994348 0.4247964 +vn 0.4247964 -0.7994348 -0.4247964 +vn 0.5773503 0.5773503 -0.5773503 +vn 0.5773503 0.5773503 0.5773503 +vn -0.5773503 -0.5773503 -0.5773503 +vn -0.5773503 -0.5773503 0.5773503 +vn -0.5773503 0.5773503 -0.5773503 +vn 0.5773503 -0.5773503 0.5773503 +vn -0.5773503 0.5773503 0.5773503 +vn 0.5773503 -0.5773503 -0.5773503 +vn -0.6666667 0.3333333 -0.6666667 +vn -0.5033765 0.7022992 -0.5033765 +vn -0.6666667 0.3333333 0.6666667 +vn -0.5033765 0.7022992 0.5033765 +vn 0.6666667 -0.3333333 -0.6666667 +vn 0.5033765 -0.7022992 0.5033765 +vn 0.6666667 -0.3333333 0.6666667 +vn 0.5033765 -0.7022992 -0.5033765 +vn 0.5033765 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 0.5033765 +vn -0.5033765 -0.7022992 -0.5033765 +vn -0.5033765 -0.7022992 0.5033765 +vn 0.6666667 0.3333333 -0.6666667 +vn -0.6666667 -0.3333333 0.6666667 +vn 0.6666667 0.3333333 0.6666667 +vn -0.6666667 -0.3333333 -0.6666667 +vn 0.5202672 0.7994348 -0.3003764 +vn 0.3003764 0.7994348 0.5202672 +vn -0.3003764 0.7994348 -0.5202672 +vn -0.5202672 0.7994348 0.3003764 +vn 0.3003764 -0.7994348 0.5202672 +vn -0.3003764 -0.7994348 -0.5202672 +vn -0.5202672 -0.7994348 0.3003764 +vn 0.5202672 -0.7994348 -0.3003764 +vn 0.7071068 0.5773503 -0.4082483 +vn 0.4082483 0.5773503 0.7071068 +vn -0.4082483 -0.5773503 -0.7071068 +vn -0.7071068 -0.5773503 0.4082483 +vn -0.7071068 0.5773503 0.4082483 +vn 0.7071068 -0.5773503 -0.4082483 +vn -0.4082483 0.5773503 -0.7071068 +vn 0.4082483 -0.5773503 0.7071068 + +vt 0.09375 0.025 +vt 0.21875 0.145 +vt 0.21875 0.185 +vt 0.21875 0.225 +vt 0.21875 0.165 + +usemtl colormap + +f 3/1/1 2/1/1 1/1/1 +f 2/1/1 3/1/1 4/1/1 +f 1/1/2 2/1/2 3/1/2 +f 4/1/2 3/1/2 2/1/2 +f 7/3/5 6/2/4 5/2/3 +f 6/2/4 7/3/5 8/3/6 +f 5/2/9 6/2/8 7/3/7 +f 8/3/10 7/3/7 6/2/8 +f 11/3/13 10/3/12 9/3/11 +f 10/3/12 11/3/13 12/3/14 +f 9/3/17 10/3/16 11/3/15 +f 12/3/18 11/3/15 10/3/16 +f 14/3/20 7/3/5 13/3/19 +f 7/3/5 14/3/20 8/3/6 +f 13/3/22 7/3/7 14/3/21 +f 8/3/10 14/3/21 7/3/7 +f 17/2/25 16/4/24 15/2/23 +f 16/4/24 17/2/25 18/4/26 +f 15/2/29 16/4/28 17/2/27 +f 18/4/30 17/2/27 16/4/28 +f 20/4/32 18/4/26 19/4/31 +f 18/4/26 20/4/32 16/4/24 +f 19/4/34 18/4/30 20/4/33 +f 16/4/28 20/4/33 18/4/30 +f 19/4/31 17/2/25 21/2/35 +f 17/2/25 19/4/31 18/4/26 +f 21/2/36 17/2/27 19/4/34 +f 18/4/30 19/4/34 17/2/27 +f 13/3/19 5/2/3 22/2/37 +f 5/2/3 13/3/19 7/3/5 +f 22/2/38 5/2/9 13/3/22 +f 7/3/7 13/3/22 5/2/9 +f 23/2/39 8/3/6 14/3/20 +f 8/3/6 23/2/39 6/2/4 +f 14/3/21 8/3/10 23/2/40 +f 6/2/8 23/2/40 8/3/10 +f 26/5/43 25/5/42 24/5/41 +f 25/5/42 26/5/43 27/5/44 +f 24/5/47 25/5/46 26/5/45 +f 27/5/48 26/5/45 25/5/46 +f 27/5/44 28/2/49 25/5/42 +f 28/2/49 27/5/44 29/2/50 +f 25/5/46 28/2/51 27/5/48 +f 29/2/52 27/5/48 28/2/51 +f 31/2/54 24/5/41 30/2/53 +f 24/5/41 31/2/54 26/5/43 +f 30/2/56 24/5/47 31/2/55 +f 26/5/45 31/2/55 24/5/47 +f 29/2/50 26/5/43 31/2/54 +f 26/5/43 29/2/50 27/5/44 +f 31/2/55 26/5/45 29/2/52 +f 27/5/48 29/2/52 26/5/45 +f 33/2/58 12/3/14 32/2/57 +f 12/3/14 33/2/58 10/3/12 +f 32/2/60 12/3/18 33/2/59 +f 10/3/16 33/2/59 12/3/18 +f 12/3/14 34/2/61 32/2/57 +f 34/2/61 12/3/14 11/3/13 +f 32/2/60 34/2/62 12/3/18 +f 11/3/15 12/3/18 34/2/62 +f 9/3/11 33/2/58 35/2/63 +f 33/2/58 9/3/11 10/3/12 +f 35/2/64 33/2/59 9/3/17 +f 10/3/16 9/3/17 33/2/59 +f 38/5/24 37/2/65 36/2/23 +f 37/2/65 38/5/24 39/5/32 +f 36/2/29 37/2/66 38/5/28 +f 39/5/33 38/5/28 37/2/66 +f 11/3/13 35/2/63 34/2/61 +f 35/2/63 11/3/13 9/3/11 +f 34/2/62 35/2/64 11/3/15 +f 9/3/17 11/3/15 35/2/64 +f 39/5/32 41/5/26 40/5/31 +f 41/5/26 39/5/32 38/5/24 +f 40/5/34 41/5/30 39/5/33 +f 38/5/28 39/5/33 41/5/30 +f 20/4/32 21/2/35 42/2/65 +f 21/2/35 20/4/32 19/4/31 +f 42/2/66 21/2/36 20/4/33 +f 19/4/34 20/4/33 21/2/36 +f 40/5/31 44/2/25 43/2/35 +f 44/2/25 40/5/31 41/5/26 +f 43/2/36 44/2/27 40/5/34 +f 41/5/30 40/5/34 44/2/27 +f 24/5/41 28/2/49 30/2/53 +f 28/2/49 24/5/41 25/5/42 +f 30/2/56 28/2/51 24/5/47 +f 25/5/46 24/5/47 28/2/51 +f 16/4/24 42/2/65 15/2/23 +f 42/2/65 16/4/24 20/4/32 +f 15/2/29 42/2/66 16/4/28 +f 20/4/33 16/4/28 42/2/66 +f 39/5/32 43/2/35 37/2/65 +f 43/2/35 39/5/32 40/5/31 +f 37/2/66 43/2/36 39/5/33 +f 40/5/34 39/5/33 43/2/36 +f 23/2/39 13/3/19 22/2/37 +f 13/3/19 23/2/39 14/3/20 +f 22/2/38 13/3/22 23/2/40 +f 14/3/21 23/2/40 13/3/22 +f 47/5/24 46/2/65 45/2/23 +f 46/2/65 47/5/24 48/5/32 +f 45/2/29 46/2/66 47/5/28 +f 48/5/33 47/5/28 46/2/66 +f 44/2/25 38/5/24 36/2/23 +f 38/5/24 44/2/25 41/5/26 +f 36/2/29 38/5/28 44/2/27 +f 41/5/30 44/2/27 38/5/28 +f 48/5/32 50/5/26 49/5/31 +f 50/5/26 48/5/32 47/5/24 +f 49/5/34 50/5/30 48/5/33 +f 47/5/28 48/5/33 50/5/30 +f 51/2/25 47/5/24 45/2/23 +f 47/5/24 51/2/25 50/5/26 +f 45/2/29 47/5/28 51/2/27 +f 50/5/30 51/2/27 47/5/28 +f 48/5/32 52/2/35 46/2/65 +f 52/2/35 48/5/32 49/5/31 +f 46/2/66 52/2/36 48/5/33 +f 49/5/34 48/5/33 52/2/36 +f 49/5/31 51/2/25 52/2/35 +f 51/2/25 49/5/31 50/5/26 +f 52/2/36 51/2/27 49/5/34 +f 50/5/30 49/5/34 51/2/27 +f 55/3/69 54/3/68 53/3/67 +f 54/3/68 55/3/69 56/3/70 +f 53/3/73 54/3/72 55/3/71 +f 56/3/74 55/3/71 54/3/72 +f 53/3/67 58/2/76 57/2/75 +f 58/2/76 53/3/67 54/3/68 +f 57/2/78 58/2/77 53/3/73 +f 54/3/72 53/3/73 58/2/77 +f 55/3/69 57/2/75 59/2/79 +f 57/2/75 55/3/69 53/3/67 +f 59/2/80 57/2/78 55/3/71 +f 53/3/73 55/3/71 57/2/78 +f 54/3/68 60/2/81 58/2/76 +f 60/2/81 54/3/68 56/3/70 +f 58/2/77 60/2/82 54/3/72 +f 56/3/74 54/3/72 60/2/82 +f 60/2/81 55/3/69 59/2/79 +f 55/3/69 60/2/81 56/3/70 +f 59/2/80 55/3/71 60/2/82 +f 56/3/74 60/2/82 55/3/71 +f 63/2/85 62/3/84 61/2/83 +f 62/3/84 63/2/85 64/3/86 +f 61/2/89 62/3/88 63/2/87 +f 64/3/90 63/2/87 62/3/88 +f 62/3/84 66/3/92 65/3/91 +f 66/3/92 62/3/84 64/3/86 +f 65/3/94 66/3/93 62/3/88 +f 64/3/90 62/3/88 66/3/93 +f 62/3/84 67/2/95 61/2/83 +f 67/2/95 62/3/84 65/3/91 +f 61/2/89 67/2/96 62/3/88 +f 65/3/94 62/3/88 67/2/96 +f 66/3/92 63/2/85 68/2/97 +f 63/2/85 66/3/92 64/3/86 +f 68/2/98 63/2/87 66/3/93 +f 64/3/90 66/3/93 63/2/87 +f 65/3/91 68/2/97 67/2/95 +f 68/2/97 65/3/91 66/3/92 +f 67/2/96 68/2/98 65/3/94 +f 66/3/93 65/3/94 68/2/98 +f 71/5/43 70/5/42 69/5/41 +f 70/5/42 71/5/43 72/5/44 +f 69/5/47 70/5/46 71/5/45 +f 72/5/48 71/5/45 70/5/46 +f 72/5/44 73/2/49 70/5/42 +f 73/2/49 72/5/44 74/2/50 +f 70/5/46 73/2/51 72/5/48 +f 74/2/52 72/5/48 73/2/51 +f 77/3/101 76/3/100 75/3/99 +f 76/3/100 77/3/101 78/3/102 +f 75/3/105 76/3/104 77/3/103 +f 78/3/106 77/3/103 76/3/104 +f 75/3/99 80/2/108 79/2/107 +f 80/2/108 75/3/99 76/3/100 +f 79/2/110 80/2/109 75/3/105 +f 76/3/104 75/3/105 80/2/109 +f 69/5/41 73/2/49 81/2/53 +f 73/2/49 69/5/41 70/5/42 +f 81/2/56 73/2/51 69/5/47 +f 70/5/46 69/5/47 73/2/51 +f 74/2/50 71/5/43 82/2/54 +f 71/5/43 74/2/50 72/5/44 +f 82/2/55 71/5/45 74/2/52 +f 72/5/48 74/2/52 71/5/45 +f 76/3/100 83/2/111 80/2/108 +f 83/2/111 76/3/100 78/3/102 +f 80/2/109 83/2/112 76/3/104 +f 78/3/106 76/3/104 83/2/112 +f 77/3/101 79/2/107 84/2/113 +f 79/2/107 77/3/101 75/3/99 +f 84/2/114 79/2/110 77/3/103 +f 75/3/105 77/3/103 79/2/110 +f 83/2/111 77/3/101 84/2/113 +f 77/3/101 83/2/111 78/3/102 +f 84/2/114 77/3/103 83/2/112 +f 78/3/106 83/2/112 77/3/103 +f 82/2/54 69/5/41 81/2/53 +f 69/5/41 82/2/54 71/5/43 +f 81/2/56 69/5/47 82/2/55 +f 71/5/45 82/2/55 69/5/47 + +g template-floor-detail-a + + + + +usemtl colormap + +f 3/1/1 2/1/1 1/1/1 +f 2/1/1 3/1/1 4/1/1 +f 1/1/2 2/1/2 3/1/2 +f 4/1/2 3/1/2 2/1/2 +f 7/3/5 6/2/4 5/2/3 +f 6/2/4 7/3/5 8/3/6 +f 5/2/9 6/2/8 7/3/7 +f 8/3/10 7/3/7 6/2/8 +f 11/3/13 10/3/12 9/3/11 +f 10/3/12 11/3/13 12/3/14 +f 9/3/17 10/3/16 11/3/15 +f 12/3/18 11/3/15 10/3/16 +f 14/3/20 7/3/5 13/3/19 +f 7/3/5 14/3/20 8/3/6 +f 13/3/22 7/3/7 14/3/21 +f 8/3/10 14/3/21 7/3/7 +f 17/2/25 16/4/24 15/2/23 +f 16/4/24 17/2/25 18/4/26 +f 15/2/29 16/4/28 17/2/27 +f 18/4/30 17/2/27 16/4/28 +f 20/4/32 18/4/26 19/4/31 +f 18/4/26 20/4/32 16/4/24 +f 19/4/34 18/4/30 20/4/33 +f 16/4/28 20/4/33 18/4/30 +f 19/4/31 17/2/25 21/2/35 +f 17/2/25 19/4/31 18/4/26 +f 21/2/36 17/2/27 19/4/34 +f 18/4/30 19/4/34 17/2/27 +f 13/3/19 5/2/3 22/2/37 +f 5/2/3 13/3/19 7/3/5 +f 22/2/38 5/2/9 13/3/22 +f 7/3/7 13/3/22 5/2/9 +f 23/2/39 8/3/6 14/3/20 +f 8/3/6 23/2/39 6/2/4 +f 14/3/21 8/3/10 23/2/40 +f 6/2/8 23/2/40 8/3/10 +f 26/5/43 25/5/42 24/5/41 +f 25/5/42 26/5/43 27/5/44 +f 24/5/47 25/5/46 26/5/45 +f 27/5/48 26/5/45 25/5/46 +f 27/5/44 28/2/49 25/5/42 +f 28/2/49 27/5/44 29/2/50 +f 25/5/46 28/2/51 27/5/48 +f 29/2/52 27/5/48 28/2/51 +f 31/2/54 24/5/41 30/2/53 +f 24/5/41 31/2/54 26/5/43 +f 30/2/56 24/5/47 31/2/55 +f 26/5/45 31/2/55 24/5/47 +f 29/2/50 26/5/43 31/2/54 +f 26/5/43 29/2/50 27/5/44 +f 31/2/55 26/5/45 29/2/52 +f 27/5/48 29/2/52 26/5/45 +f 33/2/58 12/3/14 32/2/57 +f 12/3/14 33/2/58 10/3/12 +f 32/2/60 12/3/18 33/2/59 +f 10/3/16 33/2/59 12/3/18 +f 12/3/14 34/2/61 32/2/57 +f 34/2/61 12/3/14 11/3/13 +f 32/2/60 34/2/62 12/3/18 +f 11/3/15 12/3/18 34/2/62 +f 9/3/11 33/2/58 35/2/63 +f 33/2/58 9/3/11 10/3/12 +f 35/2/64 33/2/59 9/3/17 +f 10/3/16 9/3/17 33/2/59 +f 38/5/24 37/2/65 36/2/23 +f 37/2/65 38/5/24 39/5/32 +f 36/2/29 37/2/66 38/5/28 +f 39/5/33 38/5/28 37/2/66 +f 11/3/13 35/2/63 34/2/61 +f 35/2/63 11/3/13 9/3/11 +f 34/2/62 35/2/64 11/3/15 +f 9/3/17 11/3/15 35/2/64 +f 39/5/32 41/5/26 40/5/31 +f 41/5/26 39/5/32 38/5/24 +f 40/5/34 41/5/30 39/5/33 +f 38/5/28 39/5/33 41/5/30 +f 20/4/32 21/2/35 42/2/65 +f 21/2/35 20/4/32 19/4/31 +f 42/2/66 21/2/36 20/4/33 +f 19/4/34 20/4/33 21/2/36 +f 40/5/31 44/2/25 43/2/35 +f 44/2/25 40/5/31 41/5/26 +f 43/2/36 44/2/27 40/5/34 +f 41/5/30 40/5/34 44/2/27 +f 24/5/41 28/2/49 30/2/53 +f 28/2/49 24/5/41 25/5/42 +f 30/2/56 28/2/51 24/5/47 +f 25/5/46 24/5/47 28/2/51 +f 16/4/24 42/2/65 15/2/23 +f 42/2/65 16/4/24 20/4/32 +f 15/2/29 42/2/66 16/4/28 +f 20/4/33 16/4/28 42/2/66 +f 39/5/32 43/2/35 37/2/65 +f 43/2/35 39/5/32 40/5/31 +f 37/2/66 43/2/36 39/5/33 +f 40/5/34 39/5/33 43/2/36 +f 23/2/39 13/3/19 22/2/37 +f 13/3/19 23/2/39 14/3/20 +f 22/2/38 13/3/22 23/2/40 +f 14/3/21 23/2/40 13/3/22 +f 47/5/24 46/2/65 45/2/23 +f 46/2/65 47/5/24 48/5/32 +f 45/2/29 46/2/66 47/5/28 +f 48/5/33 47/5/28 46/2/66 +f 44/2/25 38/5/24 36/2/23 +f 38/5/24 44/2/25 41/5/26 +f 36/2/29 38/5/28 44/2/27 +f 41/5/30 44/2/27 38/5/28 +f 48/5/32 50/5/26 49/5/31 +f 50/5/26 48/5/32 47/5/24 +f 49/5/34 50/5/30 48/5/33 +f 47/5/28 48/5/33 50/5/30 +f 51/2/25 47/5/24 45/2/23 +f 47/5/24 51/2/25 50/5/26 +f 45/2/29 47/5/28 51/2/27 +f 50/5/30 51/2/27 47/5/28 +f 48/5/32 52/2/35 46/2/65 +f 52/2/35 48/5/32 49/5/31 +f 46/2/66 52/2/36 48/5/33 +f 49/5/34 48/5/33 52/2/36 +f 49/5/31 51/2/25 52/2/35 +f 51/2/25 49/5/31 50/5/26 +f 52/2/36 51/2/27 49/5/34 +f 50/5/30 49/5/34 51/2/27 +f 55/3/69 54/3/68 53/3/67 +f 54/3/68 55/3/69 56/3/70 +f 53/3/73 54/3/72 55/3/71 +f 56/3/74 55/3/71 54/3/72 +f 53/3/67 58/2/76 57/2/75 +f 58/2/76 53/3/67 54/3/68 +f 57/2/78 58/2/77 53/3/73 +f 54/3/72 53/3/73 58/2/77 +f 55/3/69 57/2/75 59/2/79 +f 57/2/75 55/3/69 53/3/67 +f 59/2/80 57/2/78 55/3/71 +f 53/3/73 55/3/71 57/2/78 +f 54/3/68 60/2/81 58/2/76 +f 60/2/81 54/3/68 56/3/70 +f 58/2/77 60/2/82 54/3/72 +f 56/3/74 54/3/72 60/2/82 +f 60/2/81 55/3/69 59/2/79 +f 55/3/69 60/2/81 56/3/70 +f 59/2/80 55/3/71 60/2/82 +f 56/3/74 60/2/82 55/3/71 +f 63/2/85 62/3/84 61/2/83 +f 62/3/84 63/2/85 64/3/86 +f 61/2/89 62/3/88 63/2/87 +f 64/3/90 63/2/87 62/3/88 +f 62/3/84 66/3/92 65/3/91 +f 66/3/92 62/3/84 64/3/86 +f 65/3/94 66/3/93 62/3/88 +f 64/3/90 62/3/88 66/3/93 +f 62/3/84 67/2/95 61/2/83 +f 67/2/95 62/3/84 65/3/91 +f 61/2/89 67/2/96 62/3/88 +f 65/3/94 62/3/88 67/2/96 +f 66/3/92 63/2/85 68/2/97 +f 63/2/85 66/3/92 64/3/86 +f 68/2/98 63/2/87 66/3/93 +f 64/3/90 66/3/93 63/2/87 +f 65/3/91 68/2/97 67/2/95 +f 68/2/97 65/3/91 66/3/92 +f 67/2/96 68/2/98 65/3/94 +f 66/3/93 65/3/94 68/2/98 +f 71/5/43 70/5/42 69/5/41 +f 70/5/42 71/5/43 72/5/44 +f 69/5/47 70/5/46 71/5/45 +f 72/5/48 71/5/45 70/5/46 +f 72/5/44 73/2/49 70/5/42 +f 73/2/49 72/5/44 74/2/50 +f 70/5/46 73/2/51 72/5/48 +f 74/2/52 72/5/48 73/2/51 +f 77/3/101 76/3/100 75/3/99 +f 76/3/100 77/3/101 78/3/102 +f 75/3/105 76/3/104 77/3/103 +f 78/3/106 77/3/103 76/3/104 +f 75/3/99 80/2/108 79/2/107 +f 80/2/108 75/3/99 76/3/100 +f 79/2/110 80/2/109 75/3/105 +f 76/3/104 75/3/105 80/2/109 +f 69/5/41 73/2/49 81/2/53 +f 73/2/49 69/5/41 70/5/42 +f 81/2/56 73/2/51 69/5/47 +f 70/5/46 69/5/47 73/2/51 +f 74/2/50 71/5/43 82/2/54 +f 71/5/43 74/2/50 72/5/44 +f 82/2/55 71/5/45 74/2/52 +f 72/5/48 74/2/52 71/5/45 +f 76/3/100 83/2/111 80/2/108 +f 83/2/111 76/3/100 78/3/102 +f 80/2/109 83/2/112 76/3/104 +f 78/3/106 76/3/104 83/2/112 +f 77/3/101 79/2/107 84/2/113 +f 79/2/107 77/3/101 75/3/99 +f 84/2/114 79/2/110 77/3/103 +f 75/3/105 77/3/103 79/2/110 +f 83/2/111 77/3/101 84/2/113 +f 77/3/101 83/2/111 78/3/102 +f 84/2/114 77/3/103 83/2/112 +f 78/3/106 83/2/112 77/3/103 +f 82/2/54 69/5/41 81/2/53 +f 69/5/41 82/2/54 71/5/43 +f 81/2/56 69/5/47 82/2/55 +f 71/5/45 82/2/55 69/5/47 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail-a.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail-a.obj.import new file mode 100644 index 0000000..9bbf6fe --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail-a.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://bkqcl0vf6vk34" +path="res://.godot/imported/template-floor-detail-a.obj-672132d7a0335f94a42299ee7a3bcbb9.mesh" + +[deps] + +files=["res://.godot/imported/template-floor-detail-a.obj-672132d7a0335f94a42299ee7a3bcbb9.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail-a.obj" +dest_files=["res://.godot/imported/template-floor-detail-a.obj-672132d7a0335f94a42299ee7a3bcbb9.mesh", "res://.godot/imported/template-floor-detail-a.obj-672132d7a0335f94a42299ee7a3bcbb9.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail.obj new file mode 100644 index 0000000..6989144 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail.obj @@ -0,0 +1,630 @@ +# Created by Kenney (www.kenney.nl) + +mtllib template-floor-detail.mtl + +g template-floor-detail + +v -0.2255789 0 0.1721042 1 1 1 +v -1.38469 0 -0.1384787 1 1 1 +v -0.3316449 0.1 -0.01160758 1 1 1 +v -1.200978 0.1 -0.2445447 1 1 1 +v 1.211001 0.1 -0.9062624 1 1 1 +v 0.9303682 0.1 -0.80022 1 1 1 +v 1.104959 0.1 -1.186896 1 1 1 +v 0.8243258 0.1 -1.080853 1 1 1 +v -0.09870776 0.1 -0.8809408 1 1 1 +v -0.9680409 0.1 -1.113878 1 1 1 +v -0.3902233 0 0.5248491 1 1 1 +v -0.2677488 0.2 0.5955597 1 1 1 +v -0.1831681 0 1.29759 1 1 1 +v -0.1124574 0.2 1.175115 1 1 1 +v 0.4670981 0.2 1.019824 1 1 1 +v 0.3118067 0.2 0.4402683 1 1 1 +v 0.5895725 0 1.090534 1 1 1 +v 0.08500398 0 -0.9870068 1 1 1 +v -1.074107 0 -1.29759 1 1 1 +v -1.227287 0.05 1.335641 1 1 1 +v -1.517065 0.05 1.413287 1 1 1 +v -1.304933 0.05 1.045863 1 1 1 +v -1.59471 0.05 1.123509 1 1 1 +v -1.55242 0 1.474524 1 1 1 +v -1.655948 0 1.088154 1 1 1 +v -1.16605 0 1.370996 1 1 1 +v -1.269577 0 0.9846259 1 1 1 +v 0.7598798 0 -1.109952 1 1 1 +v 0.9012697 0 -0.735774 1 1 1 +v 1.134058 0 -1.251342 1 1 1 +v 1.275447 0 -0.8771639 1 1 1 +v 1.385044 0 1.396792 1 1 1 +v 1.578229 0 1.345028 1 1 1 +v 1.415662 0.05 1.41447 1 1 1 +v 1.560551 0.05 1.375647 1 1 1 +v 1.599374 0.05 1.520536 1 1 1 +v 1.454485 0.05 1.559358 1 1 1 +v 0.3825174 0 0.3177938 1 1 1 +v 1.629993 0 1.538213 1 1 1 +v 1.436807 0 1.589977 1 1 1 +v -0.9305172 0 -1.720207 1 1 1 +v -0.737332 0 -1.771971 1 1 1 +v -0.8998986 0.05 -1.702529 1 1 1 +v -0.7550097 0.05 -1.741352 1 1 1 +v -0.7161869 0.05 -1.596463 1 1 1 +v -0.8610757 0.05 -1.55764 1 1 1 +v -0.8787534 0 -1.527022 1 1 1 +v -0.6855682 0 -1.578785 1 1 1 +v -0.6865153 0.1 0.5110617 1 1 1 +v -0.6865153 0.1 0.8110617 1 1 1 +v -0.9865153 0.1 0.5110617 1 1 1 +v -0.9865153 0.1 0.8110617 1 1 1 +v -0.6365153 0 0.4610618 1 1 1 +v -0.6365153 0 0.8610617 1 1 1 +v -1.036515 0 0.4610618 1 1 1 +v -1.036515 0 0.8610617 1 1 1 +v 0.1962377 0 -0.594766 1 1 1 +v 0.2212377 0.1 -0.569766 1 1 1 +v 0.1962377 0 -0.394766 1 1 1 +v 0.2212377 0.1 -0.419766 1 1 1 +v 0.3712377 0.1 -0.569766 1 1 1 +v 0.3712377 0.1 -0.419766 1 1 1 +v 0.3962377 0 -0.594766 1 1 1 +v 0.3962377 0 -0.394766 1 1 1 +v 0.8239029 0.05 0.05306924 1 1 1 +v 0.5341252 0.05 0.130715 1 1 1 +v 0.7462572 0.05 -0.2367085 1 1 1 +v 0.4564795 0.05 -0.1590628 1 1 1 +v 0.4987698 0 0.1919522 1 1 1 +v 0.3952422 0 -0.1944181 1 1 1 +v 1.323453 0.1 0.4701758 1 1 1 +v 1.245807 0.1 0.7599536 1 1 1 +v 1.033675 0.1 0.3925301 1 1 1 +v 0.9560292 0.1 0.6823078 1 1 1 +v 1.38469 0 0.4348205 1 1 1 +v 1.281162 0 0.8211908 1 1 1 +v 0.8851402 0 0.08842457 1 1 1 +v 0.7816125 0 -0.2979457 1 1 1 +v 0.8947919 0 0.7176632 1 1 1 +v 0.9983196 0 0.3312929 1 1 1 +v 2 0 -2 1 1 1 +v 2 0 2 1 1 1 +v -2 0 -2 1 1 1 +v -2 0 2 1 1 1 + +vn 0.2132007 0.904534 0.3692745 +vn -0.3692745 0.904534 0.2132007 +vn 0.1578553 0.9488556 0.2734133 +vn -0.2734133 0.9488556 0.1578553 +vn -0.1578553 -0.9488556 -0.2734133 +vn 0.3692745 -0.904534 -0.2132007 +vn -0.2132007 -0.904534 -0.3692745 +vn 0.2734133 -0.9488556 -0.1578553 +vn 0.5475281 0.7994348 0.2472184 +vn -0.2472184 0.7994348 0.5475281 +vn 0.2472184 0.7994348 -0.5475281 +vn -0.5475281 0.7994348 -0.2472184 +vn -0.2472184 -0.7994348 0.5475281 +vn 0.2472184 -0.7994348 -0.5475281 +vn -0.5475281 -0.7994348 -0.2472184 +vn 0.5475281 -0.7994348 0.2472184 +vn 0.2734133 0.9488556 -0.1578553 +vn -0.1578553 0.9488556 -0.2734133 +vn 0.1578553 -0.9488556 0.2734133 +vn -0.2734133 -0.9488556 0.1578553 +vn -0.7071068 0.5773503 -0.4082483 +vn -0.5202672 0.7994348 -0.3003764 +vn -0.4082483 0.5773503 0.7071068 +vn -0.3003764 0.7994348 0.5202672 +vn 0.4082483 -0.5773503 -0.7071068 +vn 0.5202672 -0.7994348 0.3003764 +vn 0.7071068 -0.5773503 0.4082483 +vn 0.3003764 -0.7994348 -0.5202672 +vn 0.5202672 0.7994348 0.3003764 +vn 0.3003764 0.7994348 -0.5202672 +vn -0.3003764 -0.7994348 0.5202672 +vn -0.5202672 -0.7994348 -0.3003764 +vn 0.7071068 0.5773503 0.4082483 +vn -0.7071068 -0.5773503 -0.4082483 +vn 0.3692745 0.904534 -0.2132007 +vn -0.3692745 -0.904534 0.2132007 +vn -0.2132007 0.904534 -0.3692745 +vn 0.2132007 -0.904534 0.3692745 +vn 0.3676609 0.90541 0.2122691 +vn -0.2122691 0.90541 0.3676609 +vn 0.2122691 0.90541 -0.3676609 +vn -0.3676609 0.90541 -0.2122691 +vn -0.2122691 -0.90541 0.3676609 +vn 0.2122691 -0.90541 -0.3676609 +vn -0.3676609 -0.90541 -0.2122691 +vn 0.3676609 -0.90541 0.2122691 +vn -0.2886751 0.8164966 0.5 +vn -0.5 0.8164966 -0.2886751 +vn 0.2886751 -0.8164966 -0.5 +vn 0.5 -0.8164966 0.2886751 +vn 0.5 0.8164966 0.2886751 +vn 0.2886751 0.8164966 -0.5 +vn -0.2886751 -0.8164966 0.5 +vn -0.5 -0.8164966 -0.2886751 +vn -0.7441577 0.5773503 -0.3360001 +vn -0.3360001 0.5773503 0.7441577 +vn 0.3360001 -0.5773503 -0.7441577 +vn 0.7441577 -0.5773503 0.3360001 +vn 0.3360001 0.5773503 -0.7441577 +vn -0.3360001 -0.5773503 0.7441577 +vn 0.7441577 0.5773503 0.3360001 +vn -0.7441577 -0.5773503 -0.3360001 +vn 0.4082483 0.5773503 -0.7071068 +vn -0.4082483 -0.5773503 0.7071068 +vn 0.4247964 0.7994348 -0.4247964 +vn 0.4247964 0.7994348 0.4247964 +vn -0.4247964 0.7994348 -0.4247964 +vn -0.4247964 0.7994348 0.4247964 +vn 0.4247964 -0.7994348 0.4247964 +vn -0.4247964 -0.7994348 -0.4247964 +vn -0.4247964 -0.7994348 0.4247964 +vn 0.4247964 -0.7994348 -0.4247964 +vn 0.5773503 0.5773503 -0.5773503 +vn 0.5773503 0.5773503 0.5773503 +vn -0.5773503 -0.5773503 -0.5773503 +vn -0.5773503 -0.5773503 0.5773503 +vn -0.5773503 0.5773503 -0.5773503 +vn 0.5773503 -0.5773503 0.5773503 +vn -0.5773503 0.5773503 0.5773503 +vn 0.5773503 -0.5773503 -0.5773503 +vn -0.6666667 0.3333333 -0.6666667 +vn -0.5033765 0.7022992 -0.5033765 +vn -0.6666667 0.3333333 0.6666667 +vn -0.5033765 0.7022992 0.5033765 +vn 0.6666667 -0.3333333 -0.6666667 +vn 0.5033765 -0.7022992 0.5033765 +vn 0.6666667 -0.3333333 0.6666667 +vn 0.5033765 -0.7022992 -0.5033765 +vn 0.5033765 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 0.5033765 +vn -0.5033765 -0.7022992 -0.5033765 +vn -0.5033765 -0.7022992 0.5033765 +vn 0.6666667 0.3333333 -0.6666667 +vn -0.6666667 -0.3333333 0.6666667 +vn 0.6666667 0.3333333 0.6666667 +vn -0.6666667 -0.3333333 -0.6666667 +vn 0.5202672 0.7994348 -0.3003764 +vn 0.3003764 0.7994348 0.5202672 +vn -0.3003764 0.7994348 -0.5202672 +vn -0.5202672 0.7994348 0.3003764 +vn 0.3003764 -0.7994348 0.5202672 +vn -0.3003764 -0.7994348 -0.5202672 +vn -0.5202672 -0.7994348 0.3003764 +vn 0.5202672 -0.7994348 -0.3003764 +vn 0.7071068 0.5773503 -0.4082483 +vn 0.4082483 0.5773503 0.7071068 +vn -0.4082483 -0.5773503 -0.7071068 +vn -0.7071068 -0.5773503 0.4082483 +vn -0.7071068 0.5773503 0.4082483 +vn 0.7071068 -0.5773503 -0.4082483 +vn -0.4082483 0.5773503 -0.7071068 +vn 0.4082483 -0.5773503 0.7071068 +vn 0 1 0 +vn 0 -1 0 + +vt 0.09375 0.025 +vt 0.09375 0.065 +vt 0.09375 0.105 +vt 0.09375 0.045 + +usemtl colormap + +f 3/2/3 2/1/2 1/1/1 +f 2/1/2 3/2/3 4/2/4 +f 1/1/7 2/1/6 3/2/5 +f 4/2/8 3/2/5 2/1/6 +f 7/2/11 6/2/10 5/2/9 +f 6/2/10 7/2/11 8/2/12 +f 5/2/15 6/2/14 7/2/13 +f 8/2/16 7/2/13 6/2/14 +f 10/2/18 3/2/3 9/2/17 +f 3/2/3 10/2/18 4/2/4 +f 9/2/20 3/2/5 10/2/19 +f 4/2/8 10/2/19 3/2/5 +f 13/1/23 12/3/22 11/1/21 +f 12/3/22 13/1/23 14/3/24 +f 11/1/27 12/3/26 13/1/25 +f 14/3/28 13/1/25 12/3/26 +f 16/3/30 14/3/24 15/3/29 +f 14/3/24 16/3/30 12/3/22 +f 15/3/32 14/3/28 16/3/31 +f 12/3/26 16/3/31 14/3/28 +f 15/3/29 13/1/23 17/1/33 +f 13/1/23 15/3/29 14/3/24 +f 17/1/34 13/1/25 15/3/32 +f 14/3/28 15/3/32 13/1/25 +f 9/2/17 1/1/1 18/1/35 +f 1/1/1 9/2/17 3/2/3 +f 18/1/36 1/1/7 9/2/20 +f 3/2/5 9/2/20 1/1/7 +f 19/1/37 4/2/4 10/2/18 +f 4/2/4 19/1/37 2/1/2 +f 10/2/19 4/2/8 19/1/38 +f 2/1/6 19/1/38 4/2/8 +f 22/4/41 21/4/40 20/4/39 +f 21/4/40 22/4/41 23/4/42 +f 20/4/45 21/4/44 22/4/43 +f 23/4/46 22/4/43 21/4/44 +f 23/4/42 24/1/47 21/4/40 +f 24/1/47 23/4/42 25/1/48 +f 21/4/44 24/1/49 23/4/46 +f 25/1/50 23/4/46 24/1/49 +f 27/1/52 20/4/39 26/1/51 +f 20/4/39 27/1/52 22/4/41 +f 26/1/54 20/4/45 27/1/53 +f 22/4/43 27/1/53 20/4/45 +f 25/1/48 22/4/41 27/1/52 +f 22/4/41 25/1/48 23/4/42 +f 27/1/53 22/4/43 25/1/50 +f 23/4/46 25/1/50 22/4/43 +f 29/1/56 8/2/12 28/1/55 +f 8/2/12 29/1/56 6/2/10 +f 28/1/58 8/2/16 29/1/57 +f 6/2/14 29/1/57 8/2/16 +f 8/2/12 30/1/59 28/1/55 +f 30/1/59 8/2/12 7/2/11 +f 28/1/58 30/1/60 8/2/16 +f 7/2/13 8/2/16 30/1/60 +f 5/2/9 29/1/56 31/1/61 +f 29/1/56 5/2/9 6/2/10 +f 31/1/62 29/1/57 5/2/15 +f 6/2/14 5/2/15 29/1/57 +f 34/4/22 33/1/63 32/1/21 +f 33/1/63 34/4/22 35/4/30 +f 32/1/27 33/1/64 34/4/26 +f 35/4/31 34/4/26 33/1/64 +f 7/2/11 31/1/61 30/1/59 +f 31/1/61 7/2/11 5/2/9 +f 30/1/60 31/1/62 7/2/13 +f 5/2/15 7/2/13 31/1/62 +f 35/4/30 37/4/24 36/4/29 +f 37/4/24 35/4/30 34/4/22 +f 36/4/32 37/4/28 35/4/31 +f 34/4/26 35/4/31 37/4/28 +f 16/3/30 17/1/33 38/1/63 +f 17/1/33 16/3/30 15/3/29 +f 38/1/64 17/1/34 16/3/31 +f 15/3/32 16/3/31 17/1/34 +f 36/4/29 40/1/23 39/1/33 +f 40/1/23 36/4/29 37/4/24 +f 39/1/34 40/1/25 36/4/32 +f 37/4/28 36/4/32 40/1/25 +f 20/4/39 24/1/47 26/1/51 +f 24/1/47 20/4/39 21/4/40 +f 26/1/54 24/1/49 20/4/45 +f 21/4/44 20/4/45 24/1/49 +f 12/3/22 38/1/63 11/1/21 +f 38/1/63 12/3/22 16/3/30 +f 11/1/27 38/1/64 12/3/26 +f 16/3/31 12/3/26 38/1/64 +f 35/4/30 39/1/33 33/1/63 +f 39/1/33 35/4/30 36/4/29 +f 33/1/64 39/1/34 35/4/31 +f 36/4/32 35/4/31 39/1/34 +f 19/1/37 9/2/17 18/1/35 +f 9/2/17 19/1/37 10/2/18 +f 18/1/36 9/2/20 19/1/38 +f 10/2/19 19/1/38 9/2/20 +f 43/4/22 42/1/63 41/1/21 +f 42/1/63 43/4/22 44/4/30 +f 41/1/27 42/1/64 43/4/26 +f 44/4/31 43/4/26 42/1/64 +f 40/1/23 34/4/22 32/1/21 +f 34/4/22 40/1/23 37/4/24 +f 32/1/27 34/4/26 40/1/25 +f 37/4/28 40/1/25 34/4/26 +f 44/4/30 46/4/24 45/4/29 +f 46/4/24 44/4/30 43/4/22 +f 45/4/32 46/4/28 44/4/31 +f 43/4/26 44/4/31 46/4/28 +f 47/1/23 43/4/22 41/1/21 +f 43/4/22 47/1/23 46/4/24 +f 41/1/27 43/4/26 47/1/25 +f 46/4/28 47/1/25 43/4/26 +f 44/4/30 48/1/33 42/1/63 +f 48/1/33 44/4/30 45/4/29 +f 42/1/64 48/1/34 44/4/31 +f 45/4/32 44/4/31 48/1/34 +f 45/4/29 47/1/23 48/1/33 +f 47/1/23 45/4/29 46/4/24 +f 48/1/34 47/1/25 45/4/32 +f 46/4/28 45/4/32 47/1/25 +f 51/2/67 50/2/66 49/2/65 +f 50/2/66 51/2/67 52/2/68 +f 49/2/71 50/2/70 51/2/69 +f 52/2/72 51/2/69 50/2/70 +f 49/2/65 54/1/74 53/1/73 +f 54/1/74 49/2/65 50/2/66 +f 53/1/76 54/1/75 49/2/71 +f 50/2/70 49/2/71 54/1/75 +f 51/2/67 53/1/73 55/1/77 +f 53/1/73 51/2/67 49/2/65 +f 55/1/78 53/1/76 51/2/69 +f 49/2/71 51/2/69 53/1/76 +f 50/2/66 56/1/79 54/1/74 +f 56/1/79 50/2/66 52/2/68 +f 54/1/75 56/1/80 50/2/70 +f 52/2/72 50/2/70 56/1/80 +f 56/1/79 51/2/67 55/1/77 +f 51/2/67 56/1/79 52/2/68 +f 55/1/78 51/2/69 56/1/80 +f 52/2/72 56/1/80 51/2/69 +f 59/1/83 58/2/82 57/1/81 +f 58/2/82 59/1/83 60/2/84 +f 57/1/87 58/2/86 59/1/85 +f 60/2/88 59/1/85 58/2/86 +f 58/2/82 62/2/90 61/2/89 +f 62/2/90 58/2/82 60/2/84 +f 61/2/92 62/2/91 58/2/86 +f 60/2/88 58/2/86 62/2/91 +f 58/2/82 63/1/93 57/1/81 +f 63/1/93 58/2/82 61/2/89 +f 57/1/87 63/1/94 58/2/86 +f 61/2/92 58/2/86 63/1/94 +f 62/2/90 59/1/83 64/1/95 +f 59/1/83 62/2/90 60/2/84 +f 64/1/96 59/1/85 62/2/91 +f 60/2/88 62/2/91 59/1/85 +f 61/2/89 64/1/95 63/1/93 +f 64/1/95 61/2/89 62/2/90 +f 63/1/94 64/1/96 61/2/92 +f 62/2/91 61/2/92 64/1/96 +f 67/4/41 66/4/40 65/4/39 +f 66/4/40 67/4/41 68/4/42 +f 65/4/45 66/4/44 67/4/43 +f 68/4/46 67/4/43 66/4/44 +f 68/4/42 69/1/47 66/4/40 +f 69/1/47 68/4/42 70/1/48 +f 66/4/44 69/1/49 68/4/46 +f 70/1/50 68/4/46 69/1/49 +f 73/2/99 72/2/98 71/2/97 +f 72/2/98 73/2/99 74/2/100 +f 71/2/103 72/2/102 73/2/101 +f 74/2/104 73/2/101 72/2/102 +f 71/2/97 76/1/106 75/1/105 +f 76/1/106 71/2/97 72/2/98 +f 75/1/108 76/1/107 71/2/103 +f 72/2/102 71/2/103 76/1/107 +f 65/4/39 69/1/47 77/1/51 +f 69/1/47 65/4/39 66/4/40 +f 77/1/54 69/1/49 65/4/45 +f 66/4/44 65/4/45 69/1/49 +f 70/1/48 67/4/41 78/1/52 +f 67/4/41 70/1/48 68/4/42 +f 78/1/53 67/4/43 70/1/50 +f 68/4/46 70/1/50 67/4/43 +f 72/2/98 79/1/109 76/1/106 +f 79/1/109 72/2/98 74/2/100 +f 76/1/107 79/1/110 72/2/102 +f 74/2/104 72/2/102 79/1/110 +f 73/2/99 75/1/105 80/1/111 +f 75/1/105 73/2/99 71/2/97 +f 80/1/112 75/1/108 73/2/101 +f 71/2/103 73/2/101 75/1/108 +f 79/1/109 73/2/99 80/1/111 +f 73/2/99 79/1/109 74/2/100 +f 80/1/112 73/2/101 79/1/110 +f 74/2/104 79/1/110 73/2/101 +f 78/1/52 65/4/39 77/1/51 +f 65/4/39 78/1/52 67/4/41 +f 77/1/54 65/4/45 78/1/53 +f 67/4/43 78/1/53 65/4/45 +f 83/1/113 82/1/113 81/1/113 +f 82/1/113 83/1/113 84/1/113 +f 81/1/114 82/1/114 83/1/114 +f 84/1/114 83/1/114 82/1/114 + +g template-floor-detail + + + + +usemtl colormap + +f 3/2/3 2/1/2 1/1/1 +f 2/1/2 3/2/3 4/2/4 +f 1/1/7 2/1/6 3/2/5 +f 4/2/8 3/2/5 2/1/6 +f 7/2/11 6/2/10 5/2/9 +f 6/2/10 7/2/11 8/2/12 +f 5/2/15 6/2/14 7/2/13 +f 8/2/16 7/2/13 6/2/14 +f 10/2/18 3/2/3 9/2/17 +f 3/2/3 10/2/18 4/2/4 +f 9/2/20 3/2/5 10/2/19 +f 4/2/8 10/2/19 3/2/5 +f 13/1/23 12/3/22 11/1/21 +f 12/3/22 13/1/23 14/3/24 +f 11/1/27 12/3/26 13/1/25 +f 14/3/28 13/1/25 12/3/26 +f 16/3/30 14/3/24 15/3/29 +f 14/3/24 16/3/30 12/3/22 +f 15/3/32 14/3/28 16/3/31 +f 12/3/26 16/3/31 14/3/28 +f 15/3/29 13/1/23 17/1/33 +f 13/1/23 15/3/29 14/3/24 +f 17/1/34 13/1/25 15/3/32 +f 14/3/28 15/3/32 13/1/25 +f 9/2/17 1/1/1 18/1/35 +f 1/1/1 9/2/17 3/2/3 +f 18/1/36 1/1/7 9/2/20 +f 3/2/5 9/2/20 1/1/7 +f 19/1/37 4/2/4 10/2/18 +f 4/2/4 19/1/37 2/1/2 +f 10/2/19 4/2/8 19/1/38 +f 2/1/6 19/1/38 4/2/8 +f 22/4/41 21/4/40 20/4/39 +f 21/4/40 22/4/41 23/4/42 +f 20/4/45 21/4/44 22/4/43 +f 23/4/46 22/4/43 21/4/44 +f 23/4/42 24/1/47 21/4/40 +f 24/1/47 23/4/42 25/1/48 +f 21/4/44 24/1/49 23/4/46 +f 25/1/50 23/4/46 24/1/49 +f 27/1/52 20/4/39 26/1/51 +f 20/4/39 27/1/52 22/4/41 +f 26/1/54 20/4/45 27/1/53 +f 22/4/43 27/1/53 20/4/45 +f 25/1/48 22/4/41 27/1/52 +f 22/4/41 25/1/48 23/4/42 +f 27/1/53 22/4/43 25/1/50 +f 23/4/46 25/1/50 22/4/43 +f 29/1/56 8/2/12 28/1/55 +f 8/2/12 29/1/56 6/2/10 +f 28/1/58 8/2/16 29/1/57 +f 6/2/14 29/1/57 8/2/16 +f 8/2/12 30/1/59 28/1/55 +f 30/1/59 8/2/12 7/2/11 +f 28/1/58 30/1/60 8/2/16 +f 7/2/13 8/2/16 30/1/60 +f 5/2/9 29/1/56 31/1/61 +f 29/1/56 5/2/9 6/2/10 +f 31/1/62 29/1/57 5/2/15 +f 6/2/14 5/2/15 29/1/57 +f 34/4/22 33/1/63 32/1/21 +f 33/1/63 34/4/22 35/4/30 +f 32/1/27 33/1/64 34/4/26 +f 35/4/31 34/4/26 33/1/64 +f 7/2/11 31/1/61 30/1/59 +f 31/1/61 7/2/11 5/2/9 +f 30/1/60 31/1/62 7/2/13 +f 5/2/15 7/2/13 31/1/62 +f 35/4/30 37/4/24 36/4/29 +f 37/4/24 35/4/30 34/4/22 +f 36/4/32 37/4/28 35/4/31 +f 34/4/26 35/4/31 37/4/28 +f 16/3/30 17/1/33 38/1/63 +f 17/1/33 16/3/30 15/3/29 +f 38/1/64 17/1/34 16/3/31 +f 15/3/32 16/3/31 17/1/34 +f 36/4/29 40/1/23 39/1/33 +f 40/1/23 36/4/29 37/4/24 +f 39/1/34 40/1/25 36/4/32 +f 37/4/28 36/4/32 40/1/25 +f 20/4/39 24/1/47 26/1/51 +f 24/1/47 20/4/39 21/4/40 +f 26/1/54 24/1/49 20/4/45 +f 21/4/44 20/4/45 24/1/49 +f 12/3/22 38/1/63 11/1/21 +f 38/1/63 12/3/22 16/3/30 +f 11/1/27 38/1/64 12/3/26 +f 16/3/31 12/3/26 38/1/64 +f 35/4/30 39/1/33 33/1/63 +f 39/1/33 35/4/30 36/4/29 +f 33/1/64 39/1/34 35/4/31 +f 36/4/32 35/4/31 39/1/34 +f 19/1/37 9/2/17 18/1/35 +f 9/2/17 19/1/37 10/2/18 +f 18/1/36 9/2/20 19/1/38 +f 10/2/19 19/1/38 9/2/20 +f 43/4/22 42/1/63 41/1/21 +f 42/1/63 43/4/22 44/4/30 +f 41/1/27 42/1/64 43/4/26 +f 44/4/31 43/4/26 42/1/64 +f 40/1/23 34/4/22 32/1/21 +f 34/4/22 40/1/23 37/4/24 +f 32/1/27 34/4/26 40/1/25 +f 37/4/28 40/1/25 34/4/26 +f 44/4/30 46/4/24 45/4/29 +f 46/4/24 44/4/30 43/4/22 +f 45/4/32 46/4/28 44/4/31 +f 43/4/26 44/4/31 46/4/28 +f 47/1/23 43/4/22 41/1/21 +f 43/4/22 47/1/23 46/4/24 +f 41/1/27 43/4/26 47/1/25 +f 46/4/28 47/1/25 43/4/26 +f 44/4/30 48/1/33 42/1/63 +f 48/1/33 44/4/30 45/4/29 +f 42/1/64 48/1/34 44/4/31 +f 45/4/32 44/4/31 48/1/34 +f 45/4/29 47/1/23 48/1/33 +f 47/1/23 45/4/29 46/4/24 +f 48/1/34 47/1/25 45/4/32 +f 46/4/28 45/4/32 47/1/25 +f 51/2/67 50/2/66 49/2/65 +f 50/2/66 51/2/67 52/2/68 +f 49/2/71 50/2/70 51/2/69 +f 52/2/72 51/2/69 50/2/70 +f 49/2/65 54/1/74 53/1/73 +f 54/1/74 49/2/65 50/2/66 +f 53/1/76 54/1/75 49/2/71 +f 50/2/70 49/2/71 54/1/75 +f 51/2/67 53/1/73 55/1/77 +f 53/1/73 51/2/67 49/2/65 +f 55/1/78 53/1/76 51/2/69 +f 49/2/71 51/2/69 53/1/76 +f 50/2/66 56/1/79 54/1/74 +f 56/1/79 50/2/66 52/2/68 +f 54/1/75 56/1/80 50/2/70 +f 52/2/72 50/2/70 56/1/80 +f 56/1/79 51/2/67 55/1/77 +f 51/2/67 56/1/79 52/2/68 +f 55/1/78 51/2/69 56/1/80 +f 52/2/72 56/1/80 51/2/69 +f 59/1/83 58/2/82 57/1/81 +f 58/2/82 59/1/83 60/2/84 +f 57/1/87 58/2/86 59/1/85 +f 60/2/88 59/1/85 58/2/86 +f 58/2/82 62/2/90 61/2/89 +f 62/2/90 58/2/82 60/2/84 +f 61/2/92 62/2/91 58/2/86 +f 60/2/88 58/2/86 62/2/91 +f 58/2/82 63/1/93 57/1/81 +f 63/1/93 58/2/82 61/2/89 +f 57/1/87 63/1/94 58/2/86 +f 61/2/92 58/2/86 63/1/94 +f 62/2/90 59/1/83 64/1/95 +f 59/1/83 62/2/90 60/2/84 +f 64/1/96 59/1/85 62/2/91 +f 60/2/88 62/2/91 59/1/85 +f 61/2/89 64/1/95 63/1/93 +f 64/1/95 61/2/89 62/2/90 +f 63/1/94 64/1/96 61/2/92 +f 62/2/91 61/2/92 64/1/96 +f 67/4/41 66/4/40 65/4/39 +f 66/4/40 67/4/41 68/4/42 +f 65/4/45 66/4/44 67/4/43 +f 68/4/46 67/4/43 66/4/44 +f 68/4/42 69/1/47 66/4/40 +f 69/1/47 68/4/42 70/1/48 +f 66/4/44 69/1/49 68/4/46 +f 70/1/50 68/4/46 69/1/49 +f 73/2/99 72/2/98 71/2/97 +f 72/2/98 73/2/99 74/2/100 +f 71/2/103 72/2/102 73/2/101 +f 74/2/104 73/2/101 72/2/102 +f 71/2/97 76/1/106 75/1/105 +f 76/1/106 71/2/97 72/2/98 +f 75/1/108 76/1/107 71/2/103 +f 72/2/102 71/2/103 76/1/107 +f 65/4/39 69/1/47 77/1/51 +f 69/1/47 65/4/39 66/4/40 +f 77/1/54 69/1/49 65/4/45 +f 66/4/44 65/4/45 69/1/49 +f 70/1/48 67/4/41 78/1/52 +f 67/4/41 70/1/48 68/4/42 +f 78/1/53 67/4/43 70/1/50 +f 68/4/46 70/1/50 67/4/43 +f 72/2/98 79/1/109 76/1/106 +f 79/1/109 72/2/98 74/2/100 +f 76/1/107 79/1/110 72/2/102 +f 74/2/104 72/2/102 79/1/110 +f 73/2/99 75/1/105 80/1/111 +f 75/1/105 73/2/99 71/2/97 +f 80/1/112 75/1/108 73/2/101 +f 71/2/103 73/2/101 75/1/108 +f 79/1/109 73/2/99 80/1/111 +f 73/2/99 79/1/109 74/2/100 +f 80/1/112 73/2/101 79/1/110 +f 74/2/104 79/1/110 73/2/101 +f 78/1/52 65/4/39 77/1/51 +f 65/4/39 78/1/52 67/4/41 +f 77/1/54 65/4/45 78/1/53 +f 67/4/43 78/1/53 65/4/45 +f 83/1/113 82/1/113 81/1/113 +f 82/1/113 83/1/113 84/1/113 +f 81/1/114 82/1/114 83/1/114 +f 84/1/114 83/1/114 82/1/114 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail.obj.import new file mode 100644 index 0000000..ed72363 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://c3w61gn236w1b" +path="res://.godot/imported/template-floor-detail.obj-a3c00dcca75d528880d432f12a8f17e3.mesh" + +[deps] + +files=["res://.godot/imported/template-floor-detail.obj-a3c00dcca75d528880d432f12a8f17e3.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail.obj" +dest_files=["res://.godot/imported/template-floor-detail.obj-a3c00dcca75d528880d432f12a8f17e3.mesh", "res://.godot/imported/template-floor-detail.obj-a3c00dcca75d528880d432f12a8f17e3.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer-raised.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer-raised.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer-raised.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer-raised.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer-raised.obj new file mode 100644 index 0000000..694105e --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer-raised.obj @@ -0,0 +1,822 @@ +# Created by Kenney (www.kenney.nl) + +mtllib template-floor-layer-raised.mtl + +g template-floor-layer-raised + +v -2 2.8 -2 1 1 1 +v 2 2.8 -2 1 1 1 +v -2 2.9 -2 1 1 1 +v 2 3 -2 1 1 1 +v 2 2.8 -1.368421 1 1 1 +v -2 2.8 -1.368421 1 1 1 +v 2 3 -1.368421 1 1 1 +v -2 2.9 -1.368421 1 1 1 +v 1.984322 3 -1.244833 1 1 1 +v 1.984322 2.8 -1.244833 1 1 1 +v 2.011871 3 -0.6138552 1 1 1 +v 2.011871 2.8 -0.6138552 1 1 1 +v -2.011871 2.8 -1.070355 1 1 1 +v -2.011871 2.9 -1.070355 1 1 1 +v -1.984322 2.8 -0.4393777 1 1 1 +v -1.984322 2.9 -0.4393777 1 1 1 +v -2 2.8 1.368421 1 1 1 +v 2 2.8 1.368421 1 1 1 +v -2 2.9 1.368421 1 1 1 +v 2 3 1.368421 1 1 1 +v 2 2.8 2 1 1 1 +v -2 2.8 2 1 1 1 +v 2 3 2 1 1 1 +v -2 2.9 2 1 1 1 +v 2.009371 3 0.5927999 1 1 1 +v 2.009371 2.8 0.5927999 1 1 1 +v 1.98843 3 1.224031 1 1 1 +v 1.98843 2.8 1.224031 1 1 1 +v -1.98843 2.8 0.4601792 1 1 1 +v -2.009371 2.8 1.091411 1 1 1 +v -1.98843 2.9 0.4601792 1 1 1 +v -2.009371 2.9 1.091411 1 1 1 +v -2 2.8 -0.3157894 1 1 1 +v -2 2.9 -0.3157894 1 1 1 +v -2 2.8 0.3157894 1 1 1 +v -2 2.9 0.3157894 1 1 1 +v 2 2.8 0.3157894 1 1 1 +v 2 2.8 -0.3157894 1 1 1 +v 2 3 -0.3157894 1 1 1 +v 2 3 0.3157894 1 1 1 +v -1.688129 1.490107E-08 -1.7 1 1 1 +v -1.688129 2.5 -1.7 1 1 1 +v -1.688129 0 -1.3 1 1 1 +v -1.688129 2.5 -1.3 1 1 1 +v -1.288129 1.490107E-08 -1.7 1 1 1 +v -1.4 2.5 -1.7 1 1 1 +v -1.288129 0 -1.3 1 1 1 +v -1.4 2.5 -1.3 1 1 1 +v -1.688129 5.543197E-08 1.3 1 1 1 +v -1.288129 5.543197E-08 1.3 1 1 1 +v -1.688129 2.5 1.300001 1 1 1 +v -1.4 2.5 1.300001 1 1 1 +v -1.288129 4.05309E-08 1.7 1 1 1 +v -1.688129 4.05309E-08 1.7 1 1 1 +v -1.688129 2.5 1.700001 1 1 1 +v -1.4 2.5 1.700001 1 1 1 +v 1.311871 9.596287E-08 1.3 1 1 1 +v 1.711871 9.596287E-08 1.3 1 1 1 +v 1.423742 2.5 1.300001 1 1 1 +v 1.711871 2.5 1.300001 1 1 1 +v 1.311871 8.106181E-08 1.7 1 1 1 +v 1.423742 2.5 1.700001 1 1 1 +v 1.711871 8.106181E-08 1.7 1 1 1 +v 1.711871 2.5 1.700001 1 1 1 +v 1.711871 5.543197E-08 -1.7 1 1 1 +v 1.311871 5.543197E-08 -1.7 1 1 1 +v 1.711871 4.05309E-08 -1.3 1 1 1 +v 1.311871 4.05309E-08 -1.3 1 1 1 +v 1.711871 2.5 -1.299999 1 1 1 +v 1.423742 2.5 -1.299999 1 1 1 +v 1.423742 2.5 -1.699999 1 1 1 +v 1.711871 2.5 -1.699999 1 1 1 +v -0.2866477 2.8 -1.35 1 1 1 +v -0.2866477 2.8 -1.65 1 1 1 +v -1.370369 1.837827 -1.35 1 1 1 +v -1.370369 1.837827 -1.65 1 1 1 +v -1.387635 2.223675 -1.35 1 1 1 +v -0.7385052 2.8 -1.35 1 1 1 +v -1.387635 2.223675 -1.65 1 1 1 +v -0.7385052 2.8 -1.65 1 1 1 +v 1.394111 1.837827 1.65 1 1 1 +v 1.394111 1.837827 1.350001 1 1 1 +v 0.3103897 2.8 1.65 1 1 1 +v 0.3103897 2.8 1.350001 1 1 1 +v 1.411377 2.223675 1.350001 1 1 1 +v 1.411377 2.223675 1.65 1 1 1 +v 0.7622471 2.8 1.350001 1 1 1 +v 0.7622471 2.8 1.65 1 1 1 +v 1.394111 1.837827 -1.35 1 1 1 +v 0.3103897 2.8 -1.35 1 1 1 +v 1.411377 2.223675 -1.35 1 1 1 +v 0.7622471 2.8 -1.35 1 1 1 +v 1.411377 2.223675 -1.65 1 1 1 +v 0.7622471 2.8 -1.65 1 1 1 +v 1.394111 1.837827 -1.65 1 1 1 +v 0.3103897 2.8 -1.65 1 1 1 +v -0.7385052 2.8 1.35 1 1 1 +v -0.7385052 2.8 1.65 1 1 1 +v -1.387635 2.223675 1.35 1 1 1 +v -1.387635 2.223675 1.65 1 1 1 +v -1.370369 1.837827 1.35 1 1 1 +v -0.2866477 2.8 1.35 1 1 1 +v -1.370369 1.837827 1.65 1 1 1 +v -0.2866477 2.8 1.65 1 1 1 +v 1.4 2.5 2 1 1 1 +v 1.7 2.5 2 1 1 1 +v 1.4 2.5 -2 1 1 1 +v 1.7 2.5 -2 1 1 1 +v 1.7 2.8 2 1 1 1 +v 1.4 2.8 2 1 1 1 +v 1.7 2.8 -2 1 1 1 +v 1.4 2.8 -2 1 1 1 +v -1.7 2.5 2 1 1 1 +v -1.4 2.5 2 1 1 1 +v -1.7 2.5 -2 1 1 1 +v -1.4 2.5 -2 1 1 1 +v -1.4 2.8 2 1 1 1 +v -1.7 2.8 2 1 1 1 +v -1.4 2.8 -2 1 1 1 +v -1.7 2.8 -2 1 1 1 + +vn 0 0 -1 +vn 0 0 1 +vn -1 0 0 +vn -0.7158884 0.6982149 0 +vn 1 0 0 +vn 0.7158884 -0.6982149 0 +vn -0.02499219 0.9996877 0 +vn 0.02499219 -0.9996877 0 +vn 0 -1 0 +vn 0 1 0 +vn 0.9990482 0 -0.04361938 +vn -0.9990482 0 0.04361938 +vn -0.715207 0.6982148 0.03122661 +vn 0.715207 -0.6982148 -0.03122661 +vn -0.04361938 0 -0.9990482 +vn 0.04361938 0 0.9990482 +vn -0.0249684 0.9996877 0.001090144 +vn 0.0249684 -0.9996877 -0.001090144 +vn 0.9994503 0 0.03315518 +vn -0.9994503 0 -0.03315518 +vn -0.02497845 0.9996877 -0.0008286206 +vn -0.7154947 0.6982148 -0.02373541 +vn 0.7154947 -0.6982148 0.02373541 +vn 0.02497845 -0.9996877 0.0008286206 +vn -0.03315518 0 0.9994503 +vn 0.03315518 0 -0.9994503 +vn 0.9990003 0.0447037 0 +vn -0.9990003 -0.0447037 0 +vn -0.9990003 0.0447037 0 +vn 0.9990003 -0.0447037 0 +vn 0.6639262 -0.7477981 0 +vn -0.6639262 0.7477981 0 +vn -0.6639262 -0.7477981 0 +vn 0.6639262 0.7477981 0 +vn -1.192093E-07 0 1 +vn 1.192093E-07 0 -1 +vn 1 0 1.192093E-07 +vn -1 0 -1.192093E-07 + +vt 0.09375 0.3419622 +vt 0.09375 0.3465652 +vt 0.09375 0.3511681 +vt 0.09375 0.4592398 +vt 0.09375 0.3614697 +vt 0.09375 0.4103547 +vt 0.09375 0.3625143 +vt 0.09375 0.3741435 +vt 0.09375 0.3857727 +vt 0.09375 0.3669609 +vt 0.09375 0.2883253 +vt 0.09375 0.3276431 +vt 0.09375 0.3748985 +vt 0.09375 0.412871 +vt 0.09375 0.4508435 +vt 0.09375 0.475 +vt 0.09375 0.275 +vt 0.09375 0.3947965 +vt 0.09375 0.325 +vt 0.09375 0.425 + +usemtl colormap + +f 3/2/1 2/1/1 1/1/1 +f 2/1/1 3/2/1 4/3/1 +f 1/1/2 2/1/2 3/2/2 +f 4/3/2 3/2/2 2/1/2 +f 7/3/2 6/1/2 5/1/2 +f 6/1/2 7/3/2 8/2/2 +f 5/1/1 6/1/1 7/3/1 +f 8/2/1 7/3/1 6/1/1 +f 6/1/3 3/2/4 1/1/3 +f 3/2/4 6/1/3 8/2/4 +f 1/1/5 3/2/6 6/1/5 +f 8/2/6 6/1/5 3/2/6 +f 7/3/5 2/1/5 4/3/5 +f 2/1/5 7/3/5 5/1/5 +f 4/3/3 2/1/3 7/3/3 +f 5/1/3 7/3/3 2/1/3 +f 3/2/4 7/3/7 4/3/7 +f 7/3/7 3/2/4 8/2/4 +f 4/3/8 7/3/8 3/2/6 +f 8/2/6 3/2/6 7/3/8 +f 6/1/9 2/1/9 5/1/9 +f 2/1/9 6/1/9 1/1/9 +f 5/1/10 2/1/10 6/1/10 +f 1/1/10 6/1/10 2/1/10 +f 11/4/11 10/5/11 9/4/11 +f 10/5/11 11/4/11 12/5/11 +f 9/4/12 10/5/12 11/4/12 +f 12/5/12 11/4/12 10/5/12 +f 15/5/12 14/6/13 13/5/12 +f 14/6/13 15/5/12 16/6/13 +f 13/5/11 14/6/14 15/5/11 +f 16/6/14 15/5/11 14/6/14 +f 14/6/15 10/5/15 13/5/15 +f 10/5/15 14/6/15 9/4/15 +f 13/5/16 10/5/16 14/6/16 +f 9/4/16 14/6/16 10/5/16 +f 9/4/17 16/6/13 11/4/17 +f 16/6/13 9/4/17 14/6/13 +f 11/4/18 16/6/14 9/4/18 +f 14/6/14 9/4/18 16/6/14 +f 15/5/9 10/5/9 12/5/9 +f 10/5/9 15/5/9 13/5/9 +f 12/5/10 10/5/10 15/5/10 +f 13/5/10 15/5/10 10/5/10 +f 11/4/16 15/5/16 12/5/16 +f 15/5/16 11/4/16 16/6/16 +f 12/5/15 15/5/15 11/4/15 +f 16/6/15 11/4/15 15/5/15 +f 19/8/1 18/7/1 17/7/1 +f 18/7/1 19/8/1 20/9/1 +f 17/7/2 18/7/2 19/8/2 +f 20/9/2 19/8/2 18/7/2 +f 22/7/9 18/7/9 21/7/9 +f 18/7/9 22/7/9 17/7/9 +f 21/7/10 18/7/10 22/7/10 +f 17/7/10 22/7/10 18/7/10 +f 23/9/5 18/7/5 20/9/5 +f 18/7/5 23/9/5 21/7/5 +f 20/9/3 18/7/3 23/9/3 +f 21/7/3 23/9/3 18/7/3 +f 19/8/4 23/9/7 20/9/7 +f 23/9/7 19/8/4 24/8/4 +f 20/9/8 23/9/8 19/8/6 +f 24/8/6 19/8/6 23/9/8 +f 22/7/3 19/8/4 17/7/3 +f 19/8/4 22/7/3 24/8/4 +f 17/7/5 19/8/6 22/7/5 +f 24/8/6 22/7/5 19/8/6 +f 23/9/2 22/7/2 21/7/2 +f 22/7/2 23/9/2 24/8/2 +f 21/7/1 22/7/1 23/9/1 +f 24/8/1 23/9/1 22/7/1 +f 27/10/19 26/11/19 25/10/19 +f 26/11/19 27/10/19 28/11/19 +f 25/10/20 26/11/20 27/10/20 +f 28/11/20 27/10/20 26/11/20 +f 28/11/9 29/11/9 26/11/9 +f 29/11/9 28/11/9 30/11/9 +f 26/11/10 29/11/10 28/11/10 +f 30/11/10 28/11/10 29/11/10 +f 31/12/22 27/10/21 25/10/21 +f 27/10/21 31/12/22 32/12/22 +f 25/10/24 27/10/24 31/12/23 +f 32/12/23 31/12/23 27/10/24 +f 30/11/20 31/12/22 29/11/20 +f 31/12/22 30/11/20 32/12/22 +f 29/11/19 31/12/23 30/11/19 +f 32/12/23 30/11/19 31/12/23 +f 27/10/25 30/11/25 28/11/25 +f 30/11/25 27/10/25 32/12/25 +f 28/11/26 30/11/26 27/10/26 +f 32/12/26 27/10/26 30/11/26 +f 31/12/26 26/11/26 29/11/26 +f 26/11/26 31/12/26 25/10/26 +f 29/11/25 26/11/25 31/12/25 +f 25/10/25 31/12/25 26/11/25 +f 35/13/3 34/14/4 33/13/3 +f 34/14/4 35/13/3 36/14/4 +f 33/13/5 34/14/6 35/13/5 +f 36/14/6 35/13/5 34/14/6 +f 35/13/9 38/13/9 37/13/9 +f 38/13/9 35/13/9 33/13/9 +f 37/13/10 38/13/10 35/13/10 +f 33/13/10 35/13/10 38/13/10 +f 40/15/5 38/13/5 39/15/5 +f 38/13/5 40/15/5 37/13/5 +f 39/15/3 38/13/3 40/15/3 +f 37/13/3 40/15/3 38/13/3 +f 40/15/2 35/13/2 37/13/2 +f 35/13/2 40/15/2 36/14/2 +f 37/13/1 35/13/1 40/15/1 +f 36/14/1 40/15/1 35/13/1 +f 34/14/4 40/15/7 39/15/7 +f 40/15/7 34/14/4 36/14/4 +f 39/15/8 40/15/8 34/14/6 +f 36/14/6 34/14/6 40/15/8 +f 34/14/1 38/13/1 33/13/1 +f 38/13/1 34/14/1 39/15/1 +f 33/13/2 38/13/2 34/14/2 +f 39/15/2 34/14/2 38/13/2 +f 43/16/3 42/17/3 41/16/3 +f 42/17/3 43/16/3 44/17/3 +f 41/16/5 42/17/5 43/16/5 +f 44/17/5 43/16/5 42/17/5 +f 42/17/1 45/16/1 41/16/1 +f 45/16/1 42/17/1 46/17/1 +f 41/16/2 45/16/2 42/17/2 +f 46/17/2 42/17/2 45/16/2 +f 46/17/27 47/16/27 45/16/27 +f 47/16/27 46/17/27 48/17/27 +f 45/16/28 47/16/28 46/17/28 +f 48/17/28 46/17/28 47/16/28 +f 48/17/2 43/16/2 47/16/2 +f 43/16/2 48/17/2 44/17/2 +f 47/16/1 43/16/1 48/17/1 +f 44/17/1 48/17/1 43/16/1 +f 43/16/9 45/16/9 47/16/9 +f 45/16/9 43/16/9 41/16/9 +f 47/16/10 45/16/10 43/16/10 +f 41/16/10 43/16/10 45/16/10 +f 51/17/1 50/16/1 49/16/1 +f 50/16/1 51/17/1 52/17/1 +f 49/16/2 50/16/2 51/17/2 +f 52/17/2 51/17/2 50/16/2 +f 54/16/9 50/16/9 53/16/9 +f 50/16/9 54/16/9 49/16/9 +f 53/16/10 50/16/10 54/16/10 +f 49/16/10 54/16/10 50/16/10 +f 54/16/3 51/17/3 49/16/3 +f 51/17/3 54/16/3 55/17/3 +f 49/16/5 51/17/5 54/16/5 +f 55/17/5 54/16/5 51/17/5 +f 56/17/2 54/16/2 53/16/2 +f 54/16/2 56/17/2 55/17/2 +f 53/16/1 54/16/1 56/17/1 +f 55/17/1 56/17/1 54/16/1 +f 52/17/27 53/16/27 50/16/27 +f 53/16/27 52/17/27 56/17/27 +f 50/16/28 53/16/28 52/17/28 +f 56/17/28 52/17/28 53/16/28 +f 59/17/1 58/16/1 57/16/1 +f 58/16/1 59/17/1 60/17/1 +f 57/16/2 58/16/2 59/17/2 +f 60/17/2 59/17/2 58/16/2 +f 61/16/29 59/17/29 57/16/29 +f 59/17/29 61/16/29 62/17/29 +f 57/16/30 59/17/30 61/16/30 +f 62/17/30 61/16/30 59/17/30 +f 60/17/5 63/16/5 58/16/5 +f 63/16/5 60/17/5 64/17/5 +f 58/16/3 63/16/3 60/17/3 +f 64/17/3 60/17/3 63/16/3 +f 64/17/2 61/16/2 63/16/2 +f 61/16/2 64/17/2 62/17/2 +f 63/16/1 61/16/1 64/17/1 +f 62/17/1 64/17/1 61/16/1 +f 63/16/9 57/16/9 58/16/9 +f 57/16/9 63/16/9 61/16/9 +f 58/16/10 57/16/10 63/16/10 +f 61/16/10 63/16/10 57/16/10 +f 67/16/9 66/16/9 65/16/9 +f 66/16/9 67/16/9 68/16/9 +f 65/16/10 66/16/10 67/16/10 +f 68/16/10 67/16/10 66/16/10 +f 69/17/2 68/16/2 67/16/2 +f 68/16/2 69/17/2 70/17/2 +f 67/16/1 68/16/1 69/17/1 +f 70/17/1 69/17/1 68/16/1 +f 71/17/1 65/16/1 66/16/1 +f 65/16/1 71/17/1 72/17/1 +f 66/16/2 65/16/2 71/17/2 +f 72/17/2 71/17/2 65/16/2 +f 68/16/29 71/17/29 66/16/29 +f 71/17/29 68/16/29 70/17/29 +f 66/16/30 71/17/30 68/16/30 +f 70/17/30 68/16/30 71/17/30 +f 72/17/5 67/16/5 65/16/5 +f 67/16/5 72/17/5 69/17/5 +f 65/16/3 67/16/3 72/17/3 +f 69/17/3 72/17/3 67/16/3 +f 75/16/31 74/17/31 73/17/31 +f 74/17/31 75/16/31 76/16/31 +f 73/17/32 74/17/32 75/16/32 +f 76/16/32 75/16/32 74/17/32 +f 73/17/2 77/18/2 75/16/2 +f 77/18/2 73/17/2 78/17/2 +f 75/16/1 77/18/1 73/17/1 +f 78/17/1 73/17/1 77/18/1 +f 79/18/1 74/17/1 76/16/1 +f 74/17/1 79/18/1 80/17/1 +f 76/16/2 74/17/2 79/18/2 +f 80/17/2 79/18/2 74/17/2 +f 79/18/32 78/17/32 80/17/32 +f 78/17/32 79/18/32 77/18/32 +f 80/17/31 78/17/31 79/18/31 +f 77/18/31 79/18/31 78/17/31 +f 83/17/33 82/16/33 81/16/33 +f 82/16/33 83/17/33 84/17/33 +f 81/16/34 82/16/34 83/17/34 +f 84/17/34 83/17/34 82/16/34 +f 87/17/34 86/18/34 85/18/34 +f 86/18/34 87/17/34 88/17/34 +f 85/18/33 86/18/33 87/17/33 +f 88/17/33 87/17/33 86/18/33 +f 86/18/2 83/17/2 81/16/2 +f 83/17/2 86/18/2 88/17/2 +f 81/16/1 83/17/1 86/18/1 +f 88/17/1 86/18/1 83/17/1 +f 84/17/1 85/18/1 82/16/1 +f 85/18/1 84/17/1 87/17/1 +f 82/16/2 85/18/2 84/17/2 +f 87/17/2 84/17/2 85/18/2 +f 91/18/2 90/17/2 89/16/2 +f 90/17/2 91/18/2 92/17/2 +f 89/16/1 90/17/1 91/18/1 +f 92/17/1 91/18/1 90/17/1 +f 94/17/34 91/18/34 93/18/34 +f 91/18/34 94/17/34 92/17/34 +f 93/18/33 91/18/33 94/17/33 +f 92/17/33 94/17/33 91/18/33 +f 96/17/1 93/18/1 95/16/1 +f 93/18/1 96/17/1 94/17/1 +f 95/16/2 93/18/2 96/17/2 +f 94/17/2 96/17/2 93/18/2 +f 90/17/33 95/16/33 89/16/33 +f 95/16/33 90/17/33 96/17/33 +f 89/16/34 95/16/34 90/17/34 +f 96/17/34 90/17/34 95/16/34 +f 99/18/32 98/17/32 97/17/32 +f 98/17/32 99/18/32 100/18/32 +f 97/17/31 98/17/31 99/18/31 +f 100/18/31 99/18/31 98/17/31 +f 99/18/1 102/17/1 101/16/1 +f 102/17/1 99/18/1 97/17/1 +f 101/16/2 102/17/2 99/18/2 +f 97/17/2 99/18/2 102/17/2 +f 104/17/2 100/18/2 103/16/2 +f 100/18/2 104/17/2 98/17/2 +f 103/16/1 100/18/1 104/17/1 +f 98/17/1 104/17/1 100/18/1 +f 103/16/31 102/17/31 104/17/31 +f 102/17/31 103/16/31 101/16/31 +f 104/17/32 102/17/32 103/16/32 +f 101/16/32 103/16/32 102/17/32 +f 107/19/9 106/19/9 105/19/9 +f 106/19/9 107/19/9 108/19/9 +f 105/19/10 106/19/10 107/19/10 +f 108/19/10 107/19/10 106/19/10 +f 111/20/10 110/20/10 109/20/10 +f 110/20/10 111/20/10 112/20/10 +f 109/20/9 110/20/9 111/20/9 +f 112/20/9 111/20/9 110/20/9 +f 110/20/35 106/19/35 109/20/35 +f 106/19/35 110/20/35 105/19/35 +f 109/20/36 106/19/36 110/20/36 +f 105/19/36 110/20/36 106/19/36 +f 111/20/37 106/19/37 108/19/37 +f 106/19/37 111/20/37 109/20/37 +f 108/19/38 106/19/38 111/20/38 +f 109/20/38 111/20/38 106/19/38 +f 107/19/36 111/20/36 108/19/36 +f 111/20/36 107/19/36 112/20/36 +f 108/19/35 111/20/35 107/19/35 +f 112/20/35 107/19/35 111/20/35 +f 110/20/38 107/19/38 105/19/38 +f 107/19/38 110/20/38 112/20/38 +f 105/19/37 107/19/37 110/20/37 +f 112/20/37 110/20/37 107/19/37 +f 115/19/9 114/19/9 113/19/9 +f 114/19/9 115/19/9 116/19/9 +f 113/19/10 114/19/10 115/19/10 +f 116/19/10 115/19/10 114/19/10 +f 119/20/10 118/20/10 117/20/10 +f 118/20/10 119/20/10 120/20/10 +f 117/20/9 118/20/9 119/20/9 +f 120/20/9 119/20/9 118/20/9 +f 118/20/35 114/19/35 117/20/35 +f 114/19/35 118/20/35 113/19/35 +f 117/20/36 114/19/36 118/20/36 +f 113/19/36 118/20/36 114/19/36 +f 119/20/37 114/19/37 116/19/37 +f 114/19/37 119/20/37 117/20/37 +f 116/19/38 114/19/38 119/20/38 +f 117/20/38 119/20/38 114/19/38 +f 115/19/36 119/20/36 116/19/36 +f 119/20/36 115/19/36 120/20/36 +f 116/19/35 119/20/35 115/19/35 +f 120/20/35 115/19/35 119/20/35 +f 118/20/38 115/19/38 113/19/38 +f 115/19/38 118/20/38 120/20/38 +f 113/19/37 115/19/37 118/20/37 +f 120/20/37 118/20/37 115/19/37 + +g template-floor-layer-raised + + + + +usemtl colormap + +f 3/2/1 2/1/1 1/1/1 +f 2/1/1 3/2/1 4/3/1 +f 1/1/2 2/1/2 3/2/2 +f 4/3/2 3/2/2 2/1/2 +f 7/3/2 6/1/2 5/1/2 +f 6/1/2 7/3/2 8/2/2 +f 5/1/1 6/1/1 7/3/1 +f 8/2/1 7/3/1 6/1/1 +f 6/1/3 3/2/4 1/1/3 +f 3/2/4 6/1/3 8/2/4 +f 1/1/5 3/2/6 6/1/5 +f 8/2/6 6/1/5 3/2/6 +f 7/3/5 2/1/5 4/3/5 +f 2/1/5 7/3/5 5/1/5 +f 4/3/3 2/1/3 7/3/3 +f 5/1/3 7/3/3 2/1/3 +f 3/2/4 7/3/7 4/3/7 +f 7/3/7 3/2/4 8/2/4 +f 4/3/8 7/3/8 3/2/6 +f 8/2/6 3/2/6 7/3/8 +f 6/1/9 2/1/9 5/1/9 +f 2/1/9 6/1/9 1/1/9 +f 5/1/10 2/1/10 6/1/10 +f 1/1/10 6/1/10 2/1/10 +f 11/4/11 10/5/11 9/4/11 +f 10/5/11 11/4/11 12/5/11 +f 9/4/12 10/5/12 11/4/12 +f 12/5/12 11/4/12 10/5/12 +f 15/5/12 14/6/13 13/5/12 +f 14/6/13 15/5/12 16/6/13 +f 13/5/11 14/6/14 15/5/11 +f 16/6/14 15/5/11 14/6/14 +f 14/6/15 10/5/15 13/5/15 +f 10/5/15 14/6/15 9/4/15 +f 13/5/16 10/5/16 14/6/16 +f 9/4/16 14/6/16 10/5/16 +f 9/4/17 16/6/13 11/4/17 +f 16/6/13 9/4/17 14/6/13 +f 11/4/18 16/6/14 9/4/18 +f 14/6/14 9/4/18 16/6/14 +f 15/5/9 10/5/9 12/5/9 +f 10/5/9 15/5/9 13/5/9 +f 12/5/10 10/5/10 15/5/10 +f 13/5/10 15/5/10 10/5/10 +f 11/4/16 15/5/16 12/5/16 +f 15/5/16 11/4/16 16/6/16 +f 12/5/15 15/5/15 11/4/15 +f 16/6/15 11/4/15 15/5/15 +f 19/8/1 18/7/1 17/7/1 +f 18/7/1 19/8/1 20/9/1 +f 17/7/2 18/7/2 19/8/2 +f 20/9/2 19/8/2 18/7/2 +f 22/7/9 18/7/9 21/7/9 +f 18/7/9 22/7/9 17/7/9 +f 21/7/10 18/7/10 22/7/10 +f 17/7/10 22/7/10 18/7/10 +f 23/9/5 18/7/5 20/9/5 +f 18/7/5 23/9/5 21/7/5 +f 20/9/3 18/7/3 23/9/3 +f 21/7/3 23/9/3 18/7/3 +f 19/8/4 23/9/7 20/9/7 +f 23/9/7 19/8/4 24/8/4 +f 20/9/8 23/9/8 19/8/6 +f 24/8/6 19/8/6 23/9/8 +f 22/7/3 19/8/4 17/7/3 +f 19/8/4 22/7/3 24/8/4 +f 17/7/5 19/8/6 22/7/5 +f 24/8/6 22/7/5 19/8/6 +f 23/9/2 22/7/2 21/7/2 +f 22/7/2 23/9/2 24/8/2 +f 21/7/1 22/7/1 23/9/1 +f 24/8/1 23/9/1 22/7/1 +f 27/10/19 26/11/19 25/10/19 +f 26/11/19 27/10/19 28/11/19 +f 25/10/20 26/11/20 27/10/20 +f 28/11/20 27/10/20 26/11/20 +f 28/11/9 29/11/9 26/11/9 +f 29/11/9 28/11/9 30/11/9 +f 26/11/10 29/11/10 28/11/10 +f 30/11/10 28/11/10 29/11/10 +f 31/12/22 27/10/21 25/10/21 +f 27/10/21 31/12/22 32/12/22 +f 25/10/24 27/10/24 31/12/23 +f 32/12/23 31/12/23 27/10/24 +f 30/11/20 31/12/22 29/11/20 +f 31/12/22 30/11/20 32/12/22 +f 29/11/19 31/12/23 30/11/19 +f 32/12/23 30/11/19 31/12/23 +f 27/10/25 30/11/25 28/11/25 +f 30/11/25 27/10/25 32/12/25 +f 28/11/26 30/11/26 27/10/26 +f 32/12/26 27/10/26 30/11/26 +f 31/12/26 26/11/26 29/11/26 +f 26/11/26 31/12/26 25/10/26 +f 29/11/25 26/11/25 31/12/25 +f 25/10/25 31/12/25 26/11/25 +f 35/13/3 34/14/4 33/13/3 +f 34/14/4 35/13/3 36/14/4 +f 33/13/5 34/14/6 35/13/5 +f 36/14/6 35/13/5 34/14/6 +f 35/13/9 38/13/9 37/13/9 +f 38/13/9 35/13/9 33/13/9 +f 37/13/10 38/13/10 35/13/10 +f 33/13/10 35/13/10 38/13/10 +f 40/15/5 38/13/5 39/15/5 +f 38/13/5 40/15/5 37/13/5 +f 39/15/3 38/13/3 40/15/3 +f 37/13/3 40/15/3 38/13/3 +f 40/15/2 35/13/2 37/13/2 +f 35/13/2 40/15/2 36/14/2 +f 37/13/1 35/13/1 40/15/1 +f 36/14/1 40/15/1 35/13/1 +f 34/14/4 40/15/7 39/15/7 +f 40/15/7 34/14/4 36/14/4 +f 39/15/8 40/15/8 34/14/6 +f 36/14/6 34/14/6 40/15/8 +f 34/14/1 38/13/1 33/13/1 +f 38/13/1 34/14/1 39/15/1 +f 33/13/2 38/13/2 34/14/2 +f 39/15/2 34/14/2 38/13/2 +f 43/16/3 42/17/3 41/16/3 +f 42/17/3 43/16/3 44/17/3 +f 41/16/5 42/17/5 43/16/5 +f 44/17/5 43/16/5 42/17/5 +f 42/17/1 45/16/1 41/16/1 +f 45/16/1 42/17/1 46/17/1 +f 41/16/2 45/16/2 42/17/2 +f 46/17/2 42/17/2 45/16/2 +f 46/17/27 47/16/27 45/16/27 +f 47/16/27 46/17/27 48/17/27 +f 45/16/28 47/16/28 46/17/28 +f 48/17/28 46/17/28 47/16/28 +f 48/17/2 43/16/2 47/16/2 +f 43/16/2 48/17/2 44/17/2 +f 47/16/1 43/16/1 48/17/1 +f 44/17/1 48/17/1 43/16/1 +f 43/16/9 45/16/9 47/16/9 +f 45/16/9 43/16/9 41/16/9 +f 47/16/10 45/16/10 43/16/10 +f 41/16/10 43/16/10 45/16/10 +f 51/17/1 50/16/1 49/16/1 +f 50/16/1 51/17/1 52/17/1 +f 49/16/2 50/16/2 51/17/2 +f 52/17/2 51/17/2 50/16/2 +f 54/16/9 50/16/9 53/16/9 +f 50/16/9 54/16/9 49/16/9 +f 53/16/10 50/16/10 54/16/10 +f 49/16/10 54/16/10 50/16/10 +f 54/16/3 51/17/3 49/16/3 +f 51/17/3 54/16/3 55/17/3 +f 49/16/5 51/17/5 54/16/5 +f 55/17/5 54/16/5 51/17/5 +f 56/17/2 54/16/2 53/16/2 +f 54/16/2 56/17/2 55/17/2 +f 53/16/1 54/16/1 56/17/1 +f 55/17/1 56/17/1 54/16/1 +f 52/17/27 53/16/27 50/16/27 +f 53/16/27 52/17/27 56/17/27 +f 50/16/28 53/16/28 52/17/28 +f 56/17/28 52/17/28 53/16/28 +f 59/17/1 58/16/1 57/16/1 +f 58/16/1 59/17/1 60/17/1 +f 57/16/2 58/16/2 59/17/2 +f 60/17/2 59/17/2 58/16/2 +f 61/16/29 59/17/29 57/16/29 +f 59/17/29 61/16/29 62/17/29 +f 57/16/30 59/17/30 61/16/30 +f 62/17/30 61/16/30 59/17/30 +f 60/17/5 63/16/5 58/16/5 +f 63/16/5 60/17/5 64/17/5 +f 58/16/3 63/16/3 60/17/3 +f 64/17/3 60/17/3 63/16/3 +f 64/17/2 61/16/2 63/16/2 +f 61/16/2 64/17/2 62/17/2 +f 63/16/1 61/16/1 64/17/1 +f 62/17/1 64/17/1 61/16/1 +f 63/16/9 57/16/9 58/16/9 +f 57/16/9 63/16/9 61/16/9 +f 58/16/10 57/16/10 63/16/10 +f 61/16/10 63/16/10 57/16/10 +f 67/16/9 66/16/9 65/16/9 +f 66/16/9 67/16/9 68/16/9 +f 65/16/10 66/16/10 67/16/10 +f 68/16/10 67/16/10 66/16/10 +f 69/17/2 68/16/2 67/16/2 +f 68/16/2 69/17/2 70/17/2 +f 67/16/1 68/16/1 69/17/1 +f 70/17/1 69/17/1 68/16/1 +f 71/17/1 65/16/1 66/16/1 +f 65/16/1 71/17/1 72/17/1 +f 66/16/2 65/16/2 71/17/2 +f 72/17/2 71/17/2 65/16/2 +f 68/16/29 71/17/29 66/16/29 +f 71/17/29 68/16/29 70/17/29 +f 66/16/30 71/17/30 68/16/30 +f 70/17/30 68/16/30 71/17/30 +f 72/17/5 67/16/5 65/16/5 +f 67/16/5 72/17/5 69/17/5 +f 65/16/3 67/16/3 72/17/3 +f 69/17/3 72/17/3 67/16/3 +f 75/16/31 74/17/31 73/17/31 +f 74/17/31 75/16/31 76/16/31 +f 73/17/32 74/17/32 75/16/32 +f 76/16/32 75/16/32 74/17/32 +f 73/17/2 77/18/2 75/16/2 +f 77/18/2 73/17/2 78/17/2 +f 75/16/1 77/18/1 73/17/1 +f 78/17/1 73/17/1 77/18/1 +f 79/18/1 74/17/1 76/16/1 +f 74/17/1 79/18/1 80/17/1 +f 76/16/2 74/17/2 79/18/2 +f 80/17/2 79/18/2 74/17/2 +f 79/18/32 78/17/32 80/17/32 +f 78/17/32 79/18/32 77/18/32 +f 80/17/31 78/17/31 79/18/31 +f 77/18/31 79/18/31 78/17/31 +f 83/17/33 82/16/33 81/16/33 +f 82/16/33 83/17/33 84/17/33 +f 81/16/34 82/16/34 83/17/34 +f 84/17/34 83/17/34 82/16/34 +f 87/17/34 86/18/34 85/18/34 +f 86/18/34 87/17/34 88/17/34 +f 85/18/33 86/18/33 87/17/33 +f 88/17/33 87/17/33 86/18/33 +f 86/18/2 83/17/2 81/16/2 +f 83/17/2 86/18/2 88/17/2 +f 81/16/1 83/17/1 86/18/1 +f 88/17/1 86/18/1 83/17/1 +f 84/17/1 85/18/1 82/16/1 +f 85/18/1 84/17/1 87/17/1 +f 82/16/2 85/18/2 84/17/2 +f 87/17/2 84/17/2 85/18/2 +f 91/18/2 90/17/2 89/16/2 +f 90/17/2 91/18/2 92/17/2 +f 89/16/1 90/17/1 91/18/1 +f 92/17/1 91/18/1 90/17/1 +f 94/17/34 91/18/34 93/18/34 +f 91/18/34 94/17/34 92/17/34 +f 93/18/33 91/18/33 94/17/33 +f 92/17/33 94/17/33 91/18/33 +f 96/17/1 93/18/1 95/16/1 +f 93/18/1 96/17/1 94/17/1 +f 95/16/2 93/18/2 96/17/2 +f 94/17/2 96/17/2 93/18/2 +f 90/17/33 95/16/33 89/16/33 +f 95/16/33 90/17/33 96/17/33 +f 89/16/34 95/16/34 90/17/34 +f 96/17/34 90/17/34 95/16/34 +f 99/18/32 98/17/32 97/17/32 +f 98/17/32 99/18/32 100/18/32 +f 97/17/31 98/17/31 99/18/31 +f 100/18/31 99/18/31 98/17/31 +f 99/18/1 102/17/1 101/16/1 +f 102/17/1 99/18/1 97/17/1 +f 101/16/2 102/17/2 99/18/2 +f 97/17/2 99/18/2 102/17/2 +f 104/17/2 100/18/2 103/16/2 +f 100/18/2 104/17/2 98/17/2 +f 103/16/1 100/18/1 104/17/1 +f 98/17/1 104/17/1 100/18/1 +f 103/16/31 102/17/31 104/17/31 +f 102/17/31 103/16/31 101/16/31 +f 104/17/32 102/17/32 103/16/32 +f 101/16/32 103/16/32 102/17/32 +f 107/19/9 106/19/9 105/19/9 +f 106/19/9 107/19/9 108/19/9 +f 105/19/10 106/19/10 107/19/10 +f 108/19/10 107/19/10 106/19/10 +f 111/20/10 110/20/10 109/20/10 +f 110/20/10 111/20/10 112/20/10 +f 109/20/9 110/20/9 111/20/9 +f 112/20/9 111/20/9 110/20/9 +f 110/20/35 106/19/35 109/20/35 +f 106/19/35 110/20/35 105/19/35 +f 109/20/36 106/19/36 110/20/36 +f 105/19/36 110/20/36 106/19/36 +f 111/20/37 106/19/37 108/19/37 +f 106/19/37 111/20/37 109/20/37 +f 108/19/38 106/19/38 111/20/38 +f 109/20/38 111/20/38 106/19/38 +f 107/19/36 111/20/36 108/19/36 +f 111/20/36 107/19/36 112/20/36 +f 108/19/35 111/20/35 107/19/35 +f 112/20/35 107/19/35 111/20/35 +f 110/20/38 107/19/38 105/19/38 +f 107/19/38 110/20/38 112/20/38 +f 105/19/37 107/19/37 110/20/37 +f 112/20/37 110/20/37 107/19/37 +f 115/19/9 114/19/9 113/19/9 +f 114/19/9 115/19/9 116/19/9 +f 113/19/10 114/19/10 115/19/10 +f 116/19/10 115/19/10 114/19/10 +f 119/20/10 118/20/10 117/20/10 +f 118/20/10 119/20/10 120/20/10 +f 117/20/9 118/20/9 119/20/9 +f 120/20/9 119/20/9 118/20/9 +f 118/20/35 114/19/35 117/20/35 +f 114/19/35 118/20/35 113/19/35 +f 117/20/36 114/19/36 118/20/36 +f 113/19/36 118/20/36 114/19/36 +f 119/20/37 114/19/37 116/19/37 +f 114/19/37 119/20/37 117/20/37 +f 116/19/38 114/19/38 119/20/38 +f 117/20/38 119/20/38 114/19/38 +f 115/19/36 119/20/36 116/19/36 +f 119/20/36 115/19/36 120/20/36 +f 116/19/35 119/20/35 115/19/35 +f 120/20/35 115/19/35 119/20/35 +f 118/20/38 115/19/38 113/19/38 +f 115/19/38 118/20/38 120/20/38 +f 113/19/37 115/19/37 118/20/37 +f 120/20/37 118/20/37 115/19/37 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer-raised.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer-raised.obj.import new file mode 100644 index 0000000..1b2d1e4 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer-raised.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://by6tug4b321ip" +path="res://.godot/imported/template-floor-layer-raised.obj-d3692413ea75ca7149a0d5f7bac082db.mesh" + +[deps] + +files=["res://.godot/imported/template-floor-layer-raised.obj-d3692413ea75ca7149a0d5f7bac082db.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer-raised.obj" +dest_files=["res://.godot/imported/template-floor-layer-raised.obj-d3692413ea75ca7149a0d5f7bac082db.mesh", "res://.godot/imported/template-floor-layer-raised.obj-d3692413ea75ca7149a0d5f7bac082db.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer.obj new file mode 100644 index 0000000..7599cca --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer.obj @@ -0,0 +1,459 @@ +# Created by Kenney (www.kenney.nl) + +mtllib template-floor-layer.mtl + +g template-floor-layer + +v -2 0.3 -2 1 1 1 +v 2 0.3 -2 1 1 1 +v -2 0.4 -2 1 1 1 +v 2 0.5 -2 1 1 1 +v 2 0.3 -1.368421 1 1 1 +v -2 0.3 -1.368421 1 1 1 +v 2 0.5 -1.368421 1 1 1 +v -2 0.4 -1.368421 1 1 1 +v 1.984322 0.5 -1.244833 1 1 1 +v 1.984322 0.3 -1.244833 1 1 1 +v 2.011871 0.5 -0.6138552 1 1 1 +v 2.011871 0.3 -0.6138552 1 1 1 +v -2.011871 0.3 -1.070355 1 1 1 +v -2.011871 0.4 -1.070355 1 1 1 +v -1.984322 0.3 -0.4393777 1 1 1 +v -1.984322 0.4 -0.4393777 1 1 1 +v -2 0.3 -0.3157894 1 1 1 +v -2 0.4 -0.3157894 1 1 1 +v -2 0.3 0.3157894 1 1 1 +v -2 0.4 0.3157894 1 1 1 +v 2 0.3 0.3157894 1 1 1 +v 2 0.3 -0.3157894 1 1 1 +v 2 0.5 -0.3157894 1 1 1 +v 2 0.5 0.3157894 1 1 1 +v 2.009371 0.5 0.5927999 1 1 1 +v 2.009371 0.3 0.5927999 1 1 1 +v 1.98843 0.5 1.224031 1 1 1 +v 1.98843 0.3 1.224031 1 1 1 +v -1.98843 0.3 0.4601792 1 1 1 +v -2.009371 0.3 1.091411 1 1 1 +v -1.98843 0.4 0.4601792 1 1 1 +v -2.009371 0.4 1.091411 1 1 1 +v -2 0.3 1.368421 1 1 1 +v 2 0.3 1.368421 1 1 1 +v -2 0.4 1.368421 1 1 1 +v 2 0.5 1.368421 1 1 1 +v 2 0.3 2 1 1 1 +v -2 0.3 2 1 1 1 +v 2 0.5 2 1 1 1 +v -2 0.4 2 1 1 1 +v -1.7 0 2 1 1 1 +v -1.4 0 2 1 1 1 +v -1.7 0 -2 1 1 1 +v -1.4 0 -2 1 1 1 +v -1.4 0.3 2 1 1 1 +v -1.7 0.3 2 1 1 1 +v -1.4 0.3 -2 1 1 1 +v -1.7 0.3 -2 1 1 1 +v 1.4 0 2 1 1 1 +v 1.7 0 2 1 1 1 +v 1.4 0 -2 1 1 1 +v 1.7 0 -2 1 1 1 +v 1.7 0.3 2 1 1 1 +v 1.4 0.3 2 1 1 1 +v 1.7 0.3 -2 1 1 1 +v 1.4 0.3 -2 1 1 1 + +vn 0 0 -1 +vn 0 0 1 +vn -1 0 0 +vn -0.7158884 0.6982149 0 +vn 1 0 0 +vn 0.7158884 -0.6982149 0 +vn -0.02499219 0.9996877 0 +vn 0.02499219 -0.9996877 0 +vn 0 -1 0 +vn 0 1 0 +vn 0.9990482 0 -0.04361938 +vn -0.9990482 0 0.04361938 +vn -0.715207 0.6982148 0.03122661 +vn 0.715207 -0.6982148 -0.03122661 +vn -0.04361938 0 -0.9990482 +vn 0.04361938 0 0.9990482 +vn -0.0249684 0.9996877 0.001090144 +vn 0.0249684 -0.9996877 -0.001090144 +vn 0.9994503 0 0.03315518 +vn -0.9994503 0 -0.03315518 +vn -0.02497845 0.9996877 -0.0008286206 +vn -0.7154947 0.6982148 -0.02373541 +vn 0.7154947 -0.6982148 0.02373541 +vn 0.02497845 -0.9996877 0.0008286206 +vn -0.03315518 0 0.9994503 +vn 0.03315518 0 -0.9994503 +vn -1.192093E-07 0 1 +vn 1.192093E-07 0 -1 +vn 1 0 1.192093E-07 +vn -1 0 -1.192093E-07 + +vt 0.09375 0.3765802 +vt 0.09375 0.4180589 +vt 0.09375 0.4595375 +vt 0.09375 0.3738411 +vt 0.09375 0.3728215 +vt 0.09375 0.3733313 +vt 0.09375 0.397962 +vt 0.09375 0.3617013 +vt 0.09375 0.3254405 +vt 0.09375 0.3731329 +vt 0.09375 0.2819801 +vt 0.09375 0.3275565 +vt 0.09375 0.3245847 +vt 0.09375 0.3273867 +vt 0.09375 0.3301886 +vt 0.09375 0.325 +vt 0.09375 0.425 + +usemtl colormap + +f 3/2/1 2/1/1 1/1/1 +f 2/1/1 3/2/1 4/3/1 +f 1/1/2 2/1/2 3/2/2 +f 4/3/2 3/2/2 2/1/2 +f 7/3/2 6/1/2 5/1/2 +f 6/1/2 7/3/2 8/2/2 +f 5/1/1 6/1/1 7/3/1 +f 8/2/1 7/3/1 6/1/1 +f 6/1/3 3/2/4 1/1/3 +f 3/2/4 6/1/3 8/2/4 +f 1/1/5 3/2/6 6/1/5 +f 8/2/6 6/1/5 3/2/6 +f 7/3/5 2/1/5 4/3/5 +f 2/1/5 7/3/5 5/1/5 +f 4/3/3 2/1/3 7/3/3 +f 5/1/3 7/3/3 2/1/3 +f 3/2/4 7/3/7 4/3/7 +f 7/3/7 3/2/4 8/2/4 +f 4/3/8 7/3/8 3/2/6 +f 8/2/6 3/2/6 7/3/8 +f 6/1/9 2/1/9 5/1/9 +f 2/1/9 6/1/9 1/1/9 +f 5/1/10 2/1/10 6/1/10 +f 1/1/10 6/1/10 2/1/10 +f 11/4/11 10/5/11 9/4/11 +f 10/5/11 11/4/11 12/5/11 +f 9/4/12 10/5/12 11/4/12 +f 12/5/12 11/4/12 10/5/12 +f 15/5/12 14/6/13 13/5/12 +f 14/6/13 15/5/12 16/6/13 +f 13/5/11 14/6/14 15/5/11 +f 16/6/14 15/5/11 14/6/14 +f 14/6/15 10/5/15 13/5/15 +f 10/5/15 14/6/15 9/4/15 +f 13/5/16 10/5/16 14/6/16 +f 9/4/16 14/6/16 10/5/16 +f 9/4/17 16/6/13 11/4/17 +f 16/6/13 9/4/17 14/6/13 +f 11/4/18 16/6/14 9/4/18 +f 14/6/14 9/4/18 16/6/14 +f 15/5/9 10/5/9 12/5/9 +f 10/5/9 15/5/9 13/5/9 +f 12/5/10 10/5/10 15/5/10 +f 13/5/10 15/5/10 10/5/10 +f 11/4/16 15/5/16 12/5/16 +f 15/5/16 11/4/16 16/6/16 +f 12/5/15 15/5/15 11/4/15 +f 16/6/15 11/4/15 15/5/15 +f 19/7/3 18/8/4 17/7/3 +f 18/8/4 19/7/3 20/8/4 +f 17/7/5 18/8/6 19/7/5 +f 20/8/6 19/7/5 18/8/6 +f 19/7/9 22/7/9 21/7/9 +f 22/7/9 19/7/9 17/7/9 +f 21/7/10 22/7/10 19/7/10 +f 17/7/10 19/7/10 22/7/10 +f 24/9/5 22/7/5 23/9/5 +f 22/7/5 24/9/5 21/7/5 +f 23/9/3 22/7/3 24/9/3 +f 21/7/3 24/9/3 22/7/3 +f 24/9/2 19/7/2 21/7/2 +f 19/7/2 24/9/2 20/8/2 +f 21/7/1 19/7/1 24/9/1 +f 20/8/1 24/9/1 19/7/1 +f 18/8/4 24/9/7 23/9/7 +f 24/9/7 18/8/4 20/8/4 +f 23/9/8 24/9/8 18/8/6 +f 20/8/6 18/8/6 24/9/8 +f 18/8/1 22/7/1 17/7/1 +f 22/7/1 18/8/1 23/9/1 +f 17/7/2 22/7/2 18/8/2 +f 23/9/2 18/8/2 22/7/2 +f 27/10/19 26/11/19 25/10/19 +f 26/11/19 27/10/19 28/11/19 +f 25/10/20 26/11/20 27/10/20 +f 28/11/20 27/10/20 26/11/20 +f 28/11/9 29/11/9 26/11/9 +f 29/11/9 28/11/9 30/11/9 +f 26/11/10 29/11/10 28/11/10 +f 30/11/10 28/11/10 29/11/10 +f 31/12/22 27/10/21 25/10/21 +f 27/10/21 31/12/22 32/12/22 +f 25/10/24 27/10/24 31/12/23 +f 32/12/23 31/12/23 27/10/24 +f 30/11/20 31/12/22 29/11/20 +f 31/12/22 30/11/20 32/12/22 +f 29/11/19 31/12/23 30/11/19 +f 32/12/23 30/11/19 31/12/23 +f 27/10/25 30/11/25 28/11/25 +f 30/11/25 27/10/25 32/12/25 +f 28/11/26 30/11/26 27/10/26 +f 32/12/26 27/10/26 30/11/26 +f 31/12/26 26/11/26 29/11/26 +f 26/11/26 31/12/26 25/10/26 +f 29/11/25 26/11/25 31/12/25 +f 25/10/25 31/12/25 26/11/25 +f 35/14/1 34/13/1 33/13/1 +f 34/13/1 35/14/1 36/15/1 +f 33/13/2 34/13/2 35/14/2 +f 36/15/2 35/14/2 34/13/2 +f 38/13/9 34/13/9 37/13/9 +f 34/13/9 38/13/9 33/13/9 +f 37/13/10 34/13/10 38/13/10 +f 33/13/10 38/13/10 34/13/10 +f 39/15/5 34/13/5 36/15/5 +f 34/13/5 39/15/5 37/13/5 +f 36/15/3 34/13/3 39/15/3 +f 37/13/3 39/15/3 34/13/3 +f 35/14/4 39/15/7 36/15/7 +f 39/15/7 35/14/4 40/14/4 +f 36/15/8 39/15/8 35/14/6 +f 40/14/6 35/14/6 39/15/8 +f 38/13/3 35/14/4 33/13/3 +f 35/14/4 38/13/3 40/14/4 +f 33/13/5 35/14/6 38/13/5 +f 40/14/6 38/13/5 35/14/6 +f 39/15/2 38/13/2 37/13/2 +f 38/13/2 39/15/2 40/14/2 +f 37/13/1 38/13/1 39/15/1 +f 40/14/1 39/15/1 38/13/1 +f 43/16/9 42/16/9 41/16/9 +f 42/16/9 43/16/9 44/16/9 +f 41/16/10 42/16/10 43/16/10 +f 44/16/10 43/16/10 42/16/10 +f 47/17/10 46/17/10 45/17/10 +f 46/17/10 47/17/10 48/17/10 +f 45/17/9 46/17/9 47/17/9 +f 48/17/9 47/17/9 46/17/9 +f 46/17/27 42/16/27 45/17/27 +f 42/16/27 46/17/27 41/16/27 +f 45/17/28 42/16/28 46/17/28 +f 41/16/28 46/17/28 42/16/28 +f 47/17/29 42/16/29 44/16/29 +f 42/16/29 47/17/29 45/17/29 +f 44/16/30 42/16/30 47/17/30 +f 45/17/30 47/17/30 42/16/30 +f 43/16/28 47/17/28 44/16/28 +f 47/17/28 43/16/28 48/17/28 +f 44/16/27 47/17/27 43/16/27 +f 48/17/27 43/16/27 47/17/27 +f 46/17/30 43/16/30 41/16/30 +f 43/16/30 46/17/30 48/17/30 +f 41/16/29 43/16/29 46/17/29 +f 48/17/29 46/17/29 43/16/29 +f 51/16/9 50/16/9 49/16/9 +f 50/16/9 51/16/9 52/16/9 +f 49/16/10 50/16/10 51/16/10 +f 52/16/10 51/16/10 50/16/10 +f 55/17/10 54/17/10 53/17/10 +f 54/17/10 55/17/10 56/17/10 +f 53/17/9 54/17/9 55/17/9 +f 56/17/9 55/17/9 54/17/9 +f 54/17/27 50/16/27 53/17/27 +f 50/16/27 54/17/27 49/16/27 +f 53/17/28 50/16/28 54/17/28 +f 49/16/28 54/17/28 50/16/28 +f 55/17/29 50/16/29 52/16/29 +f 50/16/29 55/17/29 53/17/29 +f 52/16/30 50/16/30 55/17/30 +f 53/17/30 55/17/30 50/16/30 +f 51/16/28 55/17/28 52/16/28 +f 55/17/28 51/16/28 56/17/28 +f 52/16/27 55/17/27 51/16/27 +f 56/17/27 51/16/27 55/17/27 +f 54/17/30 51/16/30 49/16/30 +f 51/16/30 54/17/30 56/17/30 +f 49/16/29 51/16/29 54/17/29 +f 56/17/29 54/17/29 51/16/29 + +g template-floor-layer + + + + +usemtl colormap + +f 3/2/1 2/1/1 1/1/1 +f 2/1/1 3/2/1 4/3/1 +f 1/1/2 2/1/2 3/2/2 +f 4/3/2 3/2/2 2/1/2 +f 7/3/2 6/1/2 5/1/2 +f 6/1/2 7/3/2 8/2/2 +f 5/1/1 6/1/1 7/3/1 +f 8/2/1 7/3/1 6/1/1 +f 6/1/3 3/2/4 1/1/3 +f 3/2/4 6/1/3 8/2/4 +f 1/1/5 3/2/6 6/1/5 +f 8/2/6 6/1/5 3/2/6 +f 7/3/5 2/1/5 4/3/5 +f 2/1/5 7/3/5 5/1/5 +f 4/3/3 2/1/3 7/3/3 +f 5/1/3 7/3/3 2/1/3 +f 3/2/4 7/3/7 4/3/7 +f 7/3/7 3/2/4 8/2/4 +f 4/3/8 7/3/8 3/2/6 +f 8/2/6 3/2/6 7/3/8 +f 6/1/9 2/1/9 5/1/9 +f 2/1/9 6/1/9 1/1/9 +f 5/1/10 2/1/10 6/1/10 +f 1/1/10 6/1/10 2/1/10 +f 11/4/11 10/5/11 9/4/11 +f 10/5/11 11/4/11 12/5/11 +f 9/4/12 10/5/12 11/4/12 +f 12/5/12 11/4/12 10/5/12 +f 15/5/12 14/6/13 13/5/12 +f 14/6/13 15/5/12 16/6/13 +f 13/5/11 14/6/14 15/5/11 +f 16/6/14 15/5/11 14/6/14 +f 14/6/15 10/5/15 13/5/15 +f 10/5/15 14/6/15 9/4/15 +f 13/5/16 10/5/16 14/6/16 +f 9/4/16 14/6/16 10/5/16 +f 9/4/17 16/6/13 11/4/17 +f 16/6/13 9/4/17 14/6/13 +f 11/4/18 16/6/14 9/4/18 +f 14/6/14 9/4/18 16/6/14 +f 15/5/9 10/5/9 12/5/9 +f 10/5/9 15/5/9 13/5/9 +f 12/5/10 10/5/10 15/5/10 +f 13/5/10 15/5/10 10/5/10 +f 11/4/16 15/5/16 12/5/16 +f 15/5/16 11/4/16 16/6/16 +f 12/5/15 15/5/15 11/4/15 +f 16/6/15 11/4/15 15/5/15 +f 19/7/3 18/8/4 17/7/3 +f 18/8/4 19/7/3 20/8/4 +f 17/7/5 18/8/6 19/7/5 +f 20/8/6 19/7/5 18/8/6 +f 19/7/9 22/7/9 21/7/9 +f 22/7/9 19/7/9 17/7/9 +f 21/7/10 22/7/10 19/7/10 +f 17/7/10 19/7/10 22/7/10 +f 24/9/5 22/7/5 23/9/5 +f 22/7/5 24/9/5 21/7/5 +f 23/9/3 22/7/3 24/9/3 +f 21/7/3 24/9/3 22/7/3 +f 24/9/2 19/7/2 21/7/2 +f 19/7/2 24/9/2 20/8/2 +f 21/7/1 19/7/1 24/9/1 +f 20/8/1 24/9/1 19/7/1 +f 18/8/4 24/9/7 23/9/7 +f 24/9/7 18/8/4 20/8/4 +f 23/9/8 24/9/8 18/8/6 +f 20/8/6 18/8/6 24/9/8 +f 18/8/1 22/7/1 17/7/1 +f 22/7/1 18/8/1 23/9/1 +f 17/7/2 22/7/2 18/8/2 +f 23/9/2 18/8/2 22/7/2 +f 27/10/19 26/11/19 25/10/19 +f 26/11/19 27/10/19 28/11/19 +f 25/10/20 26/11/20 27/10/20 +f 28/11/20 27/10/20 26/11/20 +f 28/11/9 29/11/9 26/11/9 +f 29/11/9 28/11/9 30/11/9 +f 26/11/10 29/11/10 28/11/10 +f 30/11/10 28/11/10 29/11/10 +f 31/12/22 27/10/21 25/10/21 +f 27/10/21 31/12/22 32/12/22 +f 25/10/24 27/10/24 31/12/23 +f 32/12/23 31/12/23 27/10/24 +f 30/11/20 31/12/22 29/11/20 +f 31/12/22 30/11/20 32/12/22 +f 29/11/19 31/12/23 30/11/19 +f 32/12/23 30/11/19 31/12/23 +f 27/10/25 30/11/25 28/11/25 +f 30/11/25 27/10/25 32/12/25 +f 28/11/26 30/11/26 27/10/26 +f 32/12/26 27/10/26 30/11/26 +f 31/12/26 26/11/26 29/11/26 +f 26/11/26 31/12/26 25/10/26 +f 29/11/25 26/11/25 31/12/25 +f 25/10/25 31/12/25 26/11/25 +f 35/14/1 34/13/1 33/13/1 +f 34/13/1 35/14/1 36/15/1 +f 33/13/2 34/13/2 35/14/2 +f 36/15/2 35/14/2 34/13/2 +f 38/13/9 34/13/9 37/13/9 +f 34/13/9 38/13/9 33/13/9 +f 37/13/10 34/13/10 38/13/10 +f 33/13/10 38/13/10 34/13/10 +f 39/15/5 34/13/5 36/15/5 +f 34/13/5 39/15/5 37/13/5 +f 36/15/3 34/13/3 39/15/3 +f 37/13/3 39/15/3 34/13/3 +f 35/14/4 39/15/7 36/15/7 +f 39/15/7 35/14/4 40/14/4 +f 36/15/8 39/15/8 35/14/6 +f 40/14/6 35/14/6 39/15/8 +f 38/13/3 35/14/4 33/13/3 +f 35/14/4 38/13/3 40/14/4 +f 33/13/5 35/14/6 38/13/5 +f 40/14/6 38/13/5 35/14/6 +f 39/15/2 38/13/2 37/13/2 +f 38/13/2 39/15/2 40/14/2 +f 37/13/1 38/13/1 39/15/1 +f 40/14/1 39/15/1 38/13/1 +f 43/16/9 42/16/9 41/16/9 +f 42/16/9 43/16/9 44/16/9 +f 41/16/10 42/16/10 43/16/10 +f 44/16/10 43/16/10 42/16/10 +f 47/17/10 46/17/10 45/17/10 +f 46/17/10 47/17/10 48/17/10 +f 45/17/9 46/17/9 47/17/9 +f 48/17/9 47/17/9 46/17/9 +f 46/17/27 42/16/27 45/17/27 +f 42/16/27 46/17/27 41/16/27 +f 45/17/28 42/16/28 46/17/28 +f 41/16/28 46/17/28 42/16/28 +f 47/17/29 42/16/29 44/16/29 +f 42/16/29 47/17/29 45/17/29 +f 44/16/30 42/16/30 47/17/30 +f 45/17/30 47/17/30 42/16/30 +f 43/16/28 47/17/28 44/16/28 +f 47/17/28 43/16/28 48/17/28 +f 44/16/27 47/17/27 43/16/27 +f 48/17/27 43/16/27 47/17/27 +f 46/17/30 43/16/30 41/16/30 +f 43/16/30 46/17/30 48/17/30 +f 41/16/29 43/16/29 46/17/29 +f 48/17/29 46/17/29 43/16/29 +f 51/16/9 50/16/9 49/16/9 +f 50/16/9 51/16/9 52/16/9 +f 49/16/10 50/16/10 51/16/10 +f 52/16/10 51/16/10 50/16/10 +f 55/17/10 54/17/10 53/17/10 +f 54/17/10 55/17/10 56/17/10 +f 53/17/9 54/17/9 55/17/9 +f 56/17/9 55/17/9 54/17/9 +f 54/17/27 50/16/27 53/17/27 +f 50/16/27 54/17/27 49/16/27 +f 53/17/28 50/16/28 54/17/28 +f 49/16/28 54/17/28 50/16/28 +f 55/17/29 50/16/29 52/16/29 +f 50/16/29 55/17/29 53/17/29 +f 52/16/30 50/16/30 55/17/30 +f 53/17/30 55/17/30 50/16/30 +f 51/16/28 55/17/28 52/16/28 +f 55/17/28 51/16/28 56/17/28 +f 52/16/27 55/17/27 51/16/27 +f 56/17/27 51/16/27 55/17/27 +f 54/17/30 51/16/30 49/16/30 +f 51/16/30 54/17/30 56/17/30 +f 49/16/29 51/16/29 54/17/29 +f 56/17/29 54/17/29 51/16/29 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer.obj.import new file mode 100644 index 0000000..2cfe769 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://b7xrtf7sybl6c" +path="res://.godot/imported/template-floor-layer.obj-8d8a4944015a871fb013f4ce27813987.mesh" + +[deps] + +files=["res://.godot/imported/template-floor-layer.obj-8d8a4944015a871fb013f4ce27813987.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer.obj" +dest_files=["res://.godot/imported/template-floor-layer.obj-8d8a4944015a871fb013f4ce27813987.mesh", "res://.godot/imported/template-floor-layer.obj-8d8a4944015a871fb013f4ce27813987.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor.obj new file mode 100644 index 0000000..626f5fa --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor.obj @@ -0,0 +1,35 @@ +# Created by Kenney (www.kenney.nl) + +mtllib template-floor.mtl + +g template-floor + +v 2 0 -2 1 1 1 +v 2 0 2 1 1 1 +v -2 0 -2 1 1 1 +v -2 0 2 1 1 1 + +vn 0 1 0 +vn 0 -1 0 + +vt 0.09375 0.025 + +usemtl colormap + +f 3/1/1 2/1/1 1/1/1 +f 2/1/1 3/1/1 4/1/1 +f 1/1/2 2/1/2 3/1/2 +f 4/1/2 3/1/2 2/1/2 + +g template-floor + + + + +usemtl colormap + +f 3/1/1 2/1/1 1/1/1 +f 2/1/1 3/1/1 4/1/1 +f 1/1/2 2/1/2 3/1/2 +f 4/1/2 3/1/2 2/1/2 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor.obj.import new file mode 100644 index 0000000..9480eb0 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://cjhgim18nh1ed" +path="res://.godot/imported/template-floor.obj-8486f077f8b20b07c4f791318a4f4bd3.mesh" + +[deps] + +files=["res://.godot/imported/template-floor.obj-8486f077f8b20b07c4f791318a4f4bd3.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor.obj" +dest_files=["res://.godot/imported/template-floor.obj-8486f077f8b20b07c4f791318a4f4bd3.mesh", "res://.godot/imported/template-floor.obj-8486f077f8b20b07c4f791318a4f4bd3.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-corner.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-corner.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-corner.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-corner.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-corner.obj new file mode 100644 index 0000000..f753f44 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-corner.obj @@ -0,0 +1,237 @@ +# Created by Kenney (www.kenney.nl) + +mtllib template-wall-corner.mtl + +g template-wall-corner + +v 0 0.9 -0.6009976 1 1 1 +v 0 0.9 0 1 1 1 +v -0.3004988 0.9 -0.5204792 1 1 1 +v -0.6009976 0.9 0 1 1 1 +v -0.5204791 0.9 -0.3004988 1 1 1 +v 0 0.2 -0.6009976 1 1 1 +v 0 0.2 0 1 1 1 +v -0.6009976 0.2 0 1 1 1 +v -0.5204791 0.2 -0.3004988 1 1 1 +v -0.3004988 0.2 -0.5204792 1 1 1 +v 0 3 -0.4 1 1 1 +v 0 0.9 -0.4 1 1 1 +v 0 3 0 1 1 1 +v -0.4 0.9 0 1 1 1 +v -0.4 3 0 1 1 1 +v -0.2 0.9 -0.3464102 1 1 1 +v -0.2 3 -0.3464102 1 1 1 +v -0.3464102 0.9 -0.2 1 1 1 +v -0.3464102 3 -0.2 1 1 1 +v 0 -1.707772E-14 0 1 1 1 +v -1.001995 -1.707772E-14 0 1 1 1 +v -1.001995 0.2 0 1 1 1 +v 0 0.2 -1.001995 1 1 1 +v 0 -1.707772E-14 -1.001995 1 1 1 +v -0.5009975 0.2 -0.8677531 1 1 1 +v -0.8677531 0.2 -0.5009975 1 1 1 +v -0.5009975 -1.635581E-14 -0.8677531 1 1 1 +v -0.8677531 -1.635581E-14 -0.5009975 1 1 1 + +vn 0 1 0 +vn 0 -1 0 +vn 1 0 0 +vn -1 0 0 +vn 0 0 1 +vn 0 0 -1 +vn -0.8660254 0 -0.5 +vn -0.9659258 0 -0.258819 +vn 0.9659258 0 0.258819 +vn 0.8660254 0 0.5 +vn -0.5 0 -0.8660254 +vn 0.5 0 0.8660254 +vn -0.258819 0 -0.9659258 +vn 0.258819 0 0.9659258 +vn -0.5 0 -0.8660254 +vn 0.5 0 0.8660254 + +vt 0.09375 0.225 +vt 0.09375 0.025 +vt 0.34375 0.225 +vt 0.34375 0.025 +vt 0.34375 0.105 + +usemtl colormap + +f 3/1/1 2/1/1 1/1/1 +f 2/1/1 3/1/1 4/1/1 +f 4/1/1 3/1/1 5/1/1 +f 1/1/2 2/1/2 3/1/2 +f 4/1/2 3/1/2 2/1/2 +f 5/1/2 3/1/2 4/1/2 +f 2/1/3 6/2/3 1/1/3 +f 6/2/3 2/1/3 7/2/3 +f 1/1/4 6/2/4 2/1/4 +f 7/2/4 2/1/4 6/2/4 +f 2/1/5 8/2/5 7/2/5 +f 8/2/5 2/1/5 4/1/5 +f 7/2/6 8/2/6 2/1/6 +f 4/1/6 2/1/6 8/2/6 +f 8/2/8 5/1/7 9/2/7 +f 5/1/7 8/2/8 4/1/8 +f 9/2/10 5/1/10 8/2/9 +f 4/1/9 8/2/9 5/1/10 +f 9/2/7 3/1/11 10/2/11 +f 3/1/11 9/2/7 5/1/7 +f 10/2/12 3/1/12 9/2/10 +f 5/1/10 9/2/10 3/1/12 +f 10/2/11 1/1/13 6/2/13 +f 1/1/13 10/2/11 3/1/11 +f 6/2/14 1/1/14 10/2/12 +f 3/1/12 10/2/12 1/1/14 +f 13/3/3 12/4/3 11/3/3 +f 12/4/3 13/3/3 2/4/3 +f 11/3/4 12/4/4 13/3/4 +f 2/4/4 13/3/4 12/4/4 +f 13/3/5 14/4/5 2/4/5 +f 14/4/5 13/3/5 15/3/5 +f 2/4/6 14/4/6 13/3/6 +f 15/3/6 13/3/6 14/4/6 +f 16/4/11 11/3/13 12/4/13 +f 11/3/13 16/4/11 17/3/11 +f 12/4/14 11/3/14 16/4/12 +f 17/3/12 16/4/12 11/3/14 +f 14/4/8 19/3/7 18/4/7 +f 19/3/7 14/4/8 15/3/8 +f 18/4/10 19/3/10 14/4/9 +f 15/3/9 14/4/9 19/3/10 +f 17/3/1 13/3/1 11/3/1 +f 13/3/1 17/3/1 15/3/1 +f 15/3/1 17/3/1 19/3/1 +f 11/3/2 13/3/2 17/3/2 +f 15/3/2 17/3/2 13/3/2 +f 19/3/2 17/3/2 15/3/2 +f 19/3/7 16/4/11 18/4/7 +f 16/4/11 19/3/7 17/3/11 +f 18/4/10 16/4/12 19/3/10 +f 17/3/12 19/3/10 16/4/12 +f 7/5/5 21/4/5 20/4/5 +f 21/4/5 7/5/5 22/5/5 +f 20/4/6 21/4/6 7/5/6 +f 22/5/6 7/5/6 21/4/6 +f 7/5/3 24/4/3 23/5/3 +f 24/4/3 7/5/3 20/4/3 +f 23/5/4 24/4/4 7/5/4 +f 20/4/4 7/5/4 24/4/4 +f 25/5/1 7/5/1 23/5/1 +f 7/5/1 25/5/1 22/5/1 +f 22/5/1 25/5/1 26/5/1 +f 23/5/2 7/5/2 25/5/2 +f 22/5/2 25/5/2 7/5/2 +f 26/5/2 25/5/2 22/5/2 +f 21/4/2 24/4/2 20/4/2 +f 24/4/2 21/4/2 27/4/2 +f 27/4/2 21/4/2 28/4/2 +f 20/4/1 24/4/1 21/4/1 +f 27/4/1 21/4/1 24/4/1 +f 28/4/1 21/4/1 27/4/1 +f 21/4/8 26/5/7 28/4/7 +f 26/5/7 21/4/8 22/5/8 +f 28/4/10 26/5/10 21/4/9 +f 22/5/9 21/4/9 26/5/10 +f 26/5/7 27/4/15 28/4/7 +f 27/4/15 26/5/7 25/5/15 +f 28/4/10 27/4/16 26/5/10 +f 25/5/16 26/5/10 27/4/16 +f 27/4/15 23/5/13 24/4/13 +f 23/5/13 27/4/15 25/5/15 +f 24/4/14 23/5/14 27/4/16 +f 25/5/16 27/4/16 23/5/14 + +g template-wall-corner + + + + +usemtl colormap + +f 3/1/1 2/1/1 1/1/1 +f 2/1/1 3/1/1 4/1/1 +f 4/1/1 3/1/1 5/1/1 +f 1/1/2 2/1/2 3/1/2 +f 4/1/2 3/1/2 2/1/2 +f 5/1/2 3/1/2 4/1/2 +f 2/1/3 6/2/3 1/1/3 +f 6/2/3 2/1/3 7/2/3 +f 1/1/4 6/2/4 2/1/4 +f 7/2/4 2/1/4 6/2/4 +f 2/1/5 8/2/5 7/2/5 +f 8/2/5 2/1/5 4/1/5 +f 7/2/6 8/2/6 2/1/6 +f 4/1/6 2/1/6 8/2/6 +f 8/2/8 5/1/7 9/2/7 +f 5/1/7 8/2/8 4/1/8 +f 9/2/10 5/1/10 8/2/9 +f 4/1/9 8/2/9 5/1/10 +f 9/2/7 3/1/11 10/2/11 +f 3/1/11 9/2/7 5/1/7 +f 10/2/12 3/1/12 9/2/10 +f 5/1/10 9/2/10 3/1/12 +f 10/2/11 1/1/13 6/2/13 +f 1/1/13 10/2/11 3/1/11 +f 6/2/14 1/1/14 10/2/12 +f 3/1/12 10/2/12 1/1/14 +f 13/3/3 12/4/3 11/3/3 +f 12/4/3 13/3/3 2/4/3 +f 11/3/4 12/4/4 13/3/4 +f 2/4/4 13/3/4 12/4/4 +f 13/3/5 14/4/5 2/4/5 +f 14/4/5 13/3/5 15/3/5 +f 2/4/6 14/4/6 13/3/6 +f 15/3/6 13/3/6 14/4/6 +f 16/4/11 11/3/13 12/4/13 +f 11/3/13 16/4/11 17/3/11 +f 12/4/14 11/3/14 16/4/12 +f 17/3/12 16/4/12 11/3/14 +f 14/4/8 19/3/7 18/4/7 +f 19/3/7 14/4/8 15/3/8 +f 18/4/10 19/3/10 14/4/9 +f 15/3/9 14/4/9 19/3/10 +f 17/3/1 13/3/1 11/3/1 +f 13/3/1 17/3/1 15/3/1 +f 15/3/1 17/3/1 19/3/1 +f 11/3/2 13/3/2 17/3/2 +f 15/3/2 17/3/2 13/3/2 +f 19/3/2 17/3/2 15/3/2 +f 19/3/7 16/4/11 18/4/7 +f 16/4/11 19/3/7 17/3/11 +f 18/4/10 16/4/12 19/3/10 +f 17/3/12 19/3/10 16/4/12 +f 7/5/5 21/4/5 20/4/5 +f 21/4/5 7/5/5 22/5/5 +f 20/4/6 21/4/6 7/5/6 +f 22/5/6 7/5/6 21/4/6 +f 7/5/3 24/4/3 23/5/3 +f 24/4/3 7/5/3 20/4/3 +f 23/5/4 24/4/4 7/5/4 +f 20/4/4 7/5/4 24/4/4 +f 25/5/1 7/5/1 23/5/1 +f 7/5/1 25/5/1 22/5/1 +f 22/5/1 25/5/1 26/5/1 +f 23/5/2 7/5/2 25/5/2 +f 22/5/2 25/5/2 7/5/2 +f 26/5/2 25/5/2 22/5/2 +f 21/4/2 24/4/2 20/4/2 +f 24/4/2 21/4/2 27/4/2 +f 27/4/2 21/4/2 28/4/2 +f 20/4/1 24/4/1 21/4/1 +f 27/4/1 21/4/1 24/4/1 +f 28/4/1 21/4/1 27/4/1 +f 21/4/8 26/5/7 28/4/7 +f 26/5/7 21/4/8 22/5/8 +f 28/4/10 26/5/10 21/4/9 +f 22/5/9 21/4/9 26/5/10 +f 26/5/7 27/4/15 28/4/7 +f 27/4/15 26/5/7 25/5/15 +f 28/4/10 27/4/16 26/5/10 +f 25/5/16 26/5/10 27/4/16 +f 27/4/15 23/5/13 24/4/13 +f 23/5/13 27/4/15 25/5/15 +f 24/4/14 23/5/14 27/4/16 +f 25/5/16 27/4/16 23/5/14 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-corner.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-corner.obj.import new file mode 100644 index 0000000..c979c33 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-corner.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://bk5nxt5gdsy0m" +path="res://.godot/imported/template-wall-corner.obj-45c6c6f2318476c8d6a6e6a687046c6b.mesh" + +[deps] + +files=["res://.godot/imported/template-wall-corner.obj-45c6c6f2318476c8d6a6e6a687046c6b.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-corner.obj" +dest_files=["res://.godot/imported/template-wall-corner.obj-45c6c6f2318476c8d6a6e6a687046c6b.mesh", "res://.godot/imported/template-wall-corner.obj-45c6c6f2318476c8d6a6e6a687046c6b.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-detail-a.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-detail-a.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-detail-a.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-detail-a.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-detail-a.obj new file mode 100644 index 0000000..5157228 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-detail-a.obj @@ -0,0 +1,1562 @@ +# Created by Kenney (www.kenney.nl) + +mtllib template-wall-detail-a.mtl + +g template-wall-detail-a + +v -1.296845 0 -1.567808 1 1 1 +v -1.266227 0.05 -1.55013 1 1 1 +v -1.245081 0 -1.374623 1 1 1 +v -1.227404 0.05 -1.405241 1 1 1 +v -1.051896 0 -1.426387 1 1 1 +v -1.082515 0.05 -1.444064 1 1 1 +v -1.547956 0 -1.285347 1 1 1 +v -1.934326 0 -1.388874 1 1 1 +v -1.583311 0.1 -1.346584 1 1 1 +v -1.873089 0.1 -1.42423 1 1 1 +v -1.830798 0 -1.775245 1 1 1 +v -1.795443 0.1 -1.714007 1 1 1 +v 1.071888 0 -1.993567 1 1 1 +v 1.096888 0.1 -1.968567 1 1 1 +v 1.071888 0 -1.793567 1 1 1 +v 1.096888 0.1 -1.818567 1 1 1 +v 1.246888 0.1 -1.968567 1 1 1 +v 1.246888 0.1 -1.818567 1 1 1 +v 1.271888 0 -1.793567 1 1 1 +v 1.271888 0 -1.993567 1 1 1 +v -1.444428 0 -1.671717 1 1 1 +v -1.505665 0.1 -1.636362 1 1 1 +v -1.10366 0 -1.619572 1 1 1 +v -1.121338 0.05 -1.588953 1 1 1 +v 1.74957 0.05 -1.501779 1 1 1 +v 1.537438 0.05 -1.289647 1 1 1 +v 1.537438 0.05 -1.713911 1 1 1 +v 1.325306 0.05 -1.501779 1 1 1 +v 1.537438 0 -1.784622 1 1 1 +v 1.254595 0 -1.501779 1 1 1 +v 0.8904099 -2.887646E-15 -1.902406 1 1 1 +v 0.8550546 0.05 -1.841169 1 1 1 +v 0.5040396 -2.887646E-15 -1.798878 1 1 1 +v 0.5652769 0.05 -1.763523 1 1 1 +v 1.82028 0 -1.501779 1 1 1 +v 1.537438 0 -1.218937 1 1 1 +v 0.9939375 -2.887646E-15 -1.516036 1 1 1 +v 0.6075672 -2.887646E-15 -1.412508 1 1 1 +v 0.9327003 0.05 -1.551391 1 1 1 +v 0.6429225 0.05 -1.473745 1 1 1 +v -2 0.2 -0.6009976 1 1 1 +v -1.848093E-13 0.2 -0.8009976 1 1 1 +v -2 0.9 -0.6009976 1 1 1 +v -1.848093E-13 0.9 -0.8009976 1 1 1 +v 2 0.9 -5.960464E-08 1 1 1 +v -2 0.9 -5.960464E-08 1 1 1 +v 2 0.9 -0.6009976 1 1 1 +v 2 0.2 -5.960464E-08 1 1 1 +v -2 0.2 -5.960464E-08 1 1 1 +v 2 0.2 -0.6009976 1 1 1 +v 0.48375 3.3269 -1.065523 1 1 1 +v 0.48375 2.9269 -1.065523 1 1 1 +v 0.564375 3.3269 -0.5817726 1 1 1 +v 0.564375 2.9269 -0.5817726 1 1 1 +v -2.021352E-13 2.9269 -0.01739758 1 1 1 +v -0.48375 2.9269 -0.09802258 1 1 1 +v -2.021352E-13 3.3269 -0.01739758 1 1 1 +v -0.48375 3.3269 -0.09802258 1 1 1 +v 0.48375 2.9269 -0.09802258 1 1 1 +v 0.48375 3.3269 -0.09802258 1 1 1 +v -2.136858E-13 2.9269 -1.146147 1 1 1 +v -2.136858E-13 3.3269 -1.146147 1 1 1 +v -0.48375 2.9269 -1.065523 1 1 1 +v -0.48375 3.3269 -1.065523 1 1 1 +v -0.564375 2.9269 -0.5817726 1 1 1 +v -0.564375 3.3269 -0.5817726 1 1 1 +v -2.021352E-13 0.2 -0.06254756 1 1 1 +v -0.44505 0.2 -0.1367226 1 1 1 +v -2.021352E-13 0.6 -0.06254756 1 1 1 +v -0.44505 0.6 -0.1367226 1 1 1 +v -0.44505 0.2 -1.026823 1 1 1 +v -1.963599E-13 0.2 -1.100998 1 1 1 +v -0.44505 0.6 -1.026823 1 1 1 +v -1.963599E-13 0.6 -1.100998 1 1 1 +v 0.44505 0.2 -0.1367226 1 1 1 +v 0.44505 0.6 -0.1367226 1 1 1 +v 0.519225 0.6 -0.5817726 1 1 1 +v 0.519225 0.2 -0.5817726 1 1 1 +v 0.44505 0.6 -1.026823 1 1 1 +v -0.519225 0.6 -0.5817726 1 1 1 +v -0.519225 0.2 -0.5817726 1 1 1 +v 0.44505 0.2 -1.026823 1 1 1 +v -0.4375 2.9269 -0.5817726 1 1 1 +v -0.375 2.9269 -0.2067726 1 1 1 +v -0.35 0.6 -0.5817726 1 1 1 +v -0.3 0.6 -0.2817726 1 1 1 +v -0.375 2.9269 -0.9567726 1 1 1 +v -0.3 0.6 -0.8817726 1 1 1 +v -1.963599E-13 0.6 -0.9317726 1 1 1 +v 0.3 0.6 -0.8817726 1 1 1 +v -1.963599E-13 2.9269 -1.019273 1 1 1 +v 0.375 2.9269 -0.9567726 1 1 1 +v 0.3 0.6 -0.2817726 1 1 1 +v -1.848093E-13 0.6 -0.2317726 1 1 1 +v 0.375 2.9269 -0.2067726 1 1 1 +v -1.963599E-13 2.9269 -0.1442726 1 1 1 +v 0.4375 2.9269 -0.5817726 1 1 1 +v 0.35 0.6 -0.5817726 1 1 1 +v -1.492924E-08 3.609557E-16 -1.451995 1 1 1 +v 0.5459808 3.609557E-16 -1.360998 1 1 1 +v -1.492924E-08 0.2 -1.451995 1 1 1 +v 0.5459808 0.2 -1.360998 1 1 1 +v 0.667636 0.2 -1.239343 1 1 1 +v 0.667636 3.609557E-16 -1.239343 1 1 1 +v 0.7586328 0.2 -0.6933621 1 1 1 +v 0.7586328 3.609557E-16 -0.6933621 1 1 1 +v -0.5459808 3.609557E-16 -1.360998 1 1 1 +v -0.5459808 0.2 -1.360998 1 1 1 +v -0.7586328 0.2 -0.6933621 1 1 1 +v -0.6676361 0.2 -1.239343 1 1 1 +v -0.6676361 3.609557E-16 -1.239343 1 1 1 +v -0.7586328 3.609557E-16 -0.6933621 1 1 1 +v 2 0.2 -1.001995 1 1 1 +v 2 0 -1.001995 1 1 1 +v 2 0 -5.960464E-08 1 1 1 +v -2 0 -1.001995 1 1 1 +v -1.492932E-08 0 -1.201995 1 1 1 +v -2 0.2 -1.001995 1 1 1 +v -1.492932E-08 0.2 -1.201995 1 1 1 +v -2 0 0 1 1 1 +v -2 0.2 0 1 1 1 +v 2 3 0 1 1 1 +v -2 3 0 1 1 1 +v 2 3 -0.4 1 1 1 +v -4.042704E-14 3 -0.6 1 1 1 +v -2 3 -0.4 1 1 1 +v 2 0.9 0 1 1 1 +v -2 0.9 0 1 1 1 +v -2 0.9 -0.4 1 1 1 +v 2 0.9 -0.4 1 1 1 +v -1.072641 2.3578 -0.4927359 1 1 1 +v -1.072641 2.557801 -0.4927359 1 1 1 +v -1.122393 2.307801 -0.4877607 1 1 1 +v -1.122393 2.6078 -0.4877607 1 1 1 +v -0.7453319 2.097031 -0.5254668 1 1 1 +v -1.50589 2.307801 -0.449411 1 1 1 +v -0.6955801 2.04703 -0.530442 1 1 1 +v -1.128829 2.097031 -0.4871171 1 1 1 +v -1.178581 2.04703 -0.4821419 1 1 1 +v -1.178581 1.847031 -0.4821419 1 1 1 +v -0.6955801 1.847031 -0.530442 1 1 1 +v -1.555642 2.3578 -0.4444358 1 1 1 +v -4.042704E-14 0.9 -0.6 1 1 1 +v -0.7453319 1.79703 -0.5254668 1 1 1 +v -1.128829 1.79703 -0.4871171 1 1 1 +v -1.50589 2.6078 -0.449411 1 1 1 +v -1.555642 2.557801 -0.4444358 1 1 1 +v 1.466211 1.463198 -0.4533789 1 1 1 +v 1.466211 1.663198 -0.4533789 1 1 1 +v 1.416459 1.713198 -0.4583541 1 1 1 +v 1.416459 1.413198 -0.4583541 1 1 1 +v 1.032961 1.413198 -0.4967039 1 1 1 +v 0.9832096 1.463198 -0.5016791 1 1 1 +v 1.032961 1.713198 -0.4967039 1 1 1 +v 0.9832096 1.663198 -0.5016791 1 1 1 +v 1.032962 1.413198 -0.4967039 1 1 1 +v 1.416459 1.413198 -0.4583541 1 1 1 +v 1.037937 1.413198 -0.5464557 1 1 1 +v 1.421434 1.413198 -0.508106 1 1 1 +v 1.416459 1.713198 -0.4583541 1 1 1 +v 1.032962 1.713198 -0.4967039 1 1 1 +v 1.421434 1.713198 -0.508106 1 1 1 +v 1.037937 1.713198 -0.5464557 1 1 1 +v 1.471186 1.463198 -0.5031308 1 1 1 +v 1.466211 1.463198 -0.4533789 1 1 1 +v 1.471186 1.663198 -0.5031308 1 1 1 +v 1.466211 1.663198 -0.453379 1 1 1 +v 0.9832098 1.463198 -0.5016791 1 1 1 +v 0.988185 1.463198 -0.5514309 1 1 1 +v 0.9832098 1.663198 -0.5016791 1 1 1 +v 0.988185 1.663198 -0.5514309 1 1 1 +v -1.505891 2.307801 -0.449411 1 1 1 +v -1.122393 2.307801 -0.4877607 1 1 1 +v -1.510866 2.307801 -0.4991628 1 1 1 +v -1.127369 2.307801 -0.5375125 1 1 1 +v -1.122393 2.6078 -0.4877607 1 1 1 +v -1.505891 2.6078 -0.449411 1 1 1 +v -1.127369 2.6078 -0.5375126 1 1 1 +v -1.510866 2.6078 -0.4991629 1 1 1 +v -1.077617 2.3578 -0.5424877 1 1 1 +v -1.072642 2.3578 -0.4927359 1 1 1 +v -1.077617 2.557801 -0.5424878 1 1 1 +v -1.072642 2.557801 -0.4927359 1 1 1 +v -1.555643 2.3578 -0.4444358 1 1 1 +v -1.560618 2.3578 -0.4941877 1 1 1 +v -1.555643 2.557801 -0.4444358 1 1 1 +v -1.560618 2.557801 -0.4941877 1 1 1 +v -0.7453316 1.79703 -0.5254668 1 1 1 +v -0.7503068 1.79703 -0.5752187 1 1 1 +v -1.128829 1.79703 -0.4871171 1 1 1 +v -1.133804 1.79703 -0.5368689 1 1 1 +v -0.7453316 2.097031 -0.5254668 1 1 1 +v -1.128829 2.097031 -0.4871171 1 1 1 +v -0.7503068 2.097031 -0.5752187 1 1 1 +v -1.133804 2.097031 -0.5368689 1 1 1 +v -0.700555 1.847031 -0.5801939 1 1 1 +v -0.6955798 1.847031 -0.530442 1 1 1 +v -0.700555 2.04703 -0.5801939 1 1 1 +v -0.6955798 2.04703 -0.530442 1 1 1 +v -1.178581 1.847031 -0.4821419 1 1 1 +v -1.183556 1.847031 -0.5318937 1 1 1 +v -1.178581 2.04703 -0.4821419 1 1 1 +v -1.183556 2.04703 -0.5318937 1 1 1 + +vn -0.7071068 0.5773503 -0.4082483 +vn -0.5202672 0.7994348 -0.3003764 +vn -0.4082483 0.5773503 0.7071068 +vn -0.3003764 0.7994348 0.5202672 +vn 0.4082483 -0.5773503 -0.7071068 +vn 0.5202672 -0.7994348 0.3003764 +vn 0.7071068 -0.5773503 0.4082483 +vn 0.3003764 -0.7994348 -0.5202672 +vn 0.7071068 0.5773503 0.4082483 +vn 0.5202672 0.7994348 0.3003764 +vn -0.5202672 -0.7994348 -0.3003764 +vn -0.7071068 -0.5773503 -0.4082483 +vn 0.4082483 0.5773503 0.7071068 +vn -0.7071068 0.5773503 0.4082483 +vn 0.3003764 0.7994348 0.5202672 +vn -0.5202672 0.7994348 0.3003764 +vn -0.3003764 -0.7994348 -0.5202672 +vn 0.7071068 -0.5773503 -0.4082483 +vn -0.4082483 -0.5773503 -0.7071068 +vn 0.5202672 -0.7994348 -0.3003764 +vn -0.4082483 0.5773503 -0.7071068 +vn -0.3003764 0.7994348 -0.5202672 +vn 0.3003764 -0.7994348 0.5202672 +vn 0.4082483 -0.5773503 0.7071068 +vn -0.6666667 0.3333333 -0.6666667 +vn -0.5033765 0.7022992 -0.5033765 +vn -0.6666667 0.3333333 0.6666667 +vn -0.5033765 0.7022992 0.5033765 +vn 0.6666667 -0.3333333 -0.6666667 +vn 0.5033765 -0.7022992 0.5033765 +vn 0.6666667 -0.3333333 0.6666667 +vn 0.5033765 -0.7022992 -0.5033765 +vn 0.5033765 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 0.5033765 +vn -0.5033765 -0.7022992 -0.5033765 +vn -0.5033765 -0.7022992 0.5033765 +vn 0.6666667 0.3333333 0.6666667 +vn -0.6666667 -0.3333333 -0.6666667 +vn 0.6666667 0.3333333 -0.6666667 +vn -0.6666667 -0.3333333 0.6666667 +vn 0.7071068 0.5773503 -0.4082483 +vn 0.5202672 0.7994348 -0.3003764 +vn -0.5202672 -0.7994348 0.3003764 +vn -0.7071068 -0.5773503 0.4082483 +vn 0.4082483 0.5773503 -0.7071068 +vn 0.3003764 0.7994348 -0.5202672 +vn -0.4082483 -0.5773503 0.7071068 +vn -0.3003764 -0.7994348 0.5202672 +vn 0.4245382 0.9054101 0 +vn 0 0.9054101 0.4245382 +vn 0 0.9054101 -0.4245382 +vn -0.4245382 0.9054101 0 +vn 0 -0.9054101 0.4245382 +vn 0 -0.9054101 -0.4245382 +vn -0.4245382 -0.9054101 0 +vn 0.4245382 -0.9054101 0 +vn 0 0.8164966 -0.5773503 +vn -0.5773503 0.8164966 0 +vn 0 -0.8164966 0.5773503 +vn 0.5773503 -0.8164966 0 +vn 0.2886751 0.8164966 -0.5 +vn 0.2122691 0.90541 -0.3676609 +vn -0.5 0.8164966 -0.2886751 +vn -0.3676609 0.90541 -0.2122691 +vn 0.5 -0.8164966 0.2886751 +vn -0.2122691 -0.90541 0.3676609 +vn -0.2886751 -0.8164966 0.5 +vn 0.3676609 -0.90541 0.2122691 +vn 0.5773503 0.8164966 0 +vn -0.5773503 -0.8164966 0 +vn 0 0.8164966 0.5773503 +vn 0 -0.8164966 -0.5773503 +vn 0.5 0.8164966 0.2886751 +vn -0.2886751 0.8164966 0.5 +vn 0.3676609 0.90541 0.2122691 +vn -0.2122691 0.90541 0.3676609 +vn -0.3676609 -0.90541 -0.2122691 +vn 0.2886751 -0.8164966 -0.5 +vn -0.5 -0.8164966 -0.2886751 +vn 0.2122691 -0.90541 -0.3676609 +vn -0.09950371 0 -0.9950371 +vn 0 0 -1 +vn 0.09950371 0 0.9950371 +vn 0 0 1 +vn 0 1 0 +vn 0 -1 0 +vn 0.09950371 0 -0.9950371 +vn -0.09950371 0 0.9950371 +vn 1 0 0 +vn -1 0 0 +vn 0.986394 0 -0.164399 +vn -0.986394 0 0.164399 +vn -0.164399 0 0.986394 +vn 0.164399 0 -0.986394 +vn 0.164399 0 0.986394 +vn -0.164399 0 -0.986394 +vn -0.986394 0 -0.164399 +vn 0.986394 0 0.164399 +vn -0.9992937 -0.03757711 0 +vn -0.985716 -0.03706655 0.164286 +vn 0.9992937 0.03757711 0 +vn 0.985716 0.03706655 -0.164286 +vn -0.985716 -0.03706655 -0.164286 +vn 0.985716 0.03706655 0.164286 +vn 0 -0.03757711 -0.9992937 +vn 0.164286 -0.03706655 -0.985716 +vn 0 0.03757711 0.9992937 +vn -0.164286 0.03706655 0.985716 +vn 0.164286 -0.03706655 0.985716 +vn 0 -0.03757711 0.9992937 +vn -0.164286 0.03706655 -0.985716 +vn 0 0.03757711 -0.9992937 +vn 0.985716 -0.03706655 -0.164286 +vn 0.9992937 -0.03757711 0 +vn -0.9992937 0.03757711 0 +vn -0.985716 0.03706655 0.164286 +vn 0.985716 -0.03706655 0.164286 +vn -0.985716 0.03706655 -0.164286 +vn -0.164286 -0.03706655 -0.985716 +vn 0.164286 0.03706655 0.985716 +vn -0.164286 -0.03706655 0.985716 +vn 0.164286 0.03706655 -0.985716 +vn 0.4575815 0 -0.8891677 +vn -0.4575815 0 0.8891677 +vn 0.8891677 0 -0.4575816 +vn 0.986394 0 -0.164399 +vn -0.986394 0 0.164399 +vn -0.8891677 0 0.4575816 +vn -0.4575816 0 -0.8891677 +vn 0.4575816 0 0.8891677 +vn -0.8891677 0 -0.4575815 +vn -0.986394 0 -0.164399 +vn 0.986394 0 0.164399 +vn 0.8891677 0 0.4575815 +vn -0.09950373 0 -0.9950371 +vn 0.09950373 0 0.9950371 +vn 0.0995037 0 -0.9950371 +vn -0.0995037 0 0.9950371 +vn -0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 -0.9238796 0.03807854 +vn 0.3807842 0.9238796 0.03807832 +vn -0.3807842 0.9238796 -0.03807854 +vn 0.9192945 -0.3826835 0.0919295 +vn 0.9192945 0.3826835 0.09192941 +vn -0.9192945 -0.3826835 -0.09192941 +vn -0.9192945 0.3826835 -0.0919295 +vn 0.09950373 -1.192093E-07 -0.9950373 +vn -0.09950373 1.192093E-07 0.9950373 +vn -0.3807842 -0.9238796 0.03807854 +vn 0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 0.9238796 -0.03807854 +vn -0.3807842 0.9238796 0.03807832 +vn 0.9192945 -0.3826835 -0.09192941 +vn 0.9192945 0.3826835 -0.0919295 +vn -0.9192945 -0.3826835 0.0919295 +vn -0.9192945 0.3826835 0.09192941 +vn -0.09950373 -1.192093E-07 -0.9950373 +vn 0.09950373 1.192093E-07 0.9950373 + +vt 0.09375 0.025 +vt 0.09375 0.065 +vt 0.09375 0.105 +vt 0.09375 0.225 +vt 0.21875 0.225 +vt 0.21875 0.145 +vt 0.21875 0.075 +vt 0.21875 0.175 +vt 0.34375 0.025 +vt 0.34375 0.105 +vt 0.34375 0.225 +vt 0.34375 0.1638381 +vt 0.34375 0.1828858 +vt 0.34375 0.1590762 +vt 0.34375 0.1876477 +vt 0.34375 0.1390029 +vt 0.34375 0.134241 +vt 0.34375 0.1151934 +vt 0.34375 0.1104315 +vt 0.34375 0.07863793 +vt 0.34375 0.09768555 +vt 0.34375 0.1024475 +vt 0.34375 0.07387602 +vt 0.34375 0.075 +vt 0.34375 0.175 + +usemtl colormap + +f 3/1/3 2/2/2 1/1/1 +f 2/2/2 3/1/3 4/2/4 +f 1/1/7 2/2/6 3/1/5 +f 4/2/8 3/1/5 2/2/6 +f 6/2/10 3/1/3 5/1/9 +f 3/1/3 6/2/10 4/2/4 +f 5/1/12 3/1/5 6/2/11 +f 4/2/8 6/2/11 3/1/5 +f 9/3/15 8/1/14 7/1/13 +f 8/1/14 9/3/15 10/3/16 +f 7/1/19 8/1/18 9/3/17 +f 10/3/20 9/3/17 8/1/18 +f 8/1/14 12/3/22 11/1/21 +f 12/3/22 8/1/14 10/3/16 +f 11/1/24 12/3/23 8/1/18 +f 10/3/20 8/1/18 12/3/23 +f 15/1/27 14/3/26 13/1/25 +f 14/3/26 15/1/27 16/3/28 +f 13/1/31 14/3/30 15/1/29 +f 16/3/32 15/1/29 14/3/30 +f 14/3/26 18/3/34 17/3/33 +f 18/3/34 14/3/26 16/3/28 +f 17/3/36 18/3/35 14/3/30 +f 16/3/32 14/3/30 18/3/35 +f 18/3/34 15/1/27 19/1/37 +f 15/1/27 18/3/34 16/3/28 +f 19/1/38 15/1/29 18/3/35 +f 16/3/32 18/3/35 15/1/29 +f 14/3/26 20/1/39 13/1/25 +f 20/1/39 14/3/26 17/3/33 +f 13/1/31 20/1/40 14/3/30 +f 17/3/36 14/3/30 20/1/40 +f 17/3/33 19/1/37 20/1/39 +f 19/1/37 17/3/33 18/3/34 +f 20/1/40 19/1/38 17/3/36 +f 18/3/35 17/3/36 19/1/38 +f 22/3/42 7/1/13 21/1/41 +f 7/1/13 22/3/42 9/3/15 +f 21/1/44 7/1/19 22/3/43 +f 9/3/17 22/3/43 7/1/19 +f 2/2/2 23/1/45 1/1/1 +f 23/1/45 2/2/2 24/2/46 +f 1/1/7 23/1/47 2/2/6 +f 24/2/48 2/2/6 23/1/47 +f 12/3/22 21/1/41 11/1/21 +f 21/1/41 12/3/22 22/3/42 +f 11/1/24 21/1/44 12/3/23 +f 22/3/43 12/3/23 21/1/44 +f 12/3/22 9/3/15 22/3/42 +f 9/3/15 12/3/22 10/3/16 +f 22/3/43 9/3/17 12/3/23 +f 10/3/20 12/3/23 9/3/17 +f 27/2/51 26/2/50 25/2/49 +f 26/2/50 27/2/51 28/2/52 +f 25/2/55 26/2/54 27/2/53 +f 28/2/56 27/2/53 26/2/54 +f 24/2/46 4/2/4 6/2/10 +f 4/2/4 24/2/46 2/2/2 +f 6/2/11 4/2/8 24/2/48 +f 2/2/6 24/2/48 4/2/8 +f 29/1/57 28/2/52 27/2/51 +f 28/2/52 29/1/57 30/1/58 +f 27/2/53 28/2/56 29/1/59 +f 30/1/60 29/1/59 28/2/56 +f 33/1/63 32/2/62 31/1/61 +f 32/2/62 33/1/63 34/2/64 +f 31/1/67 32/2/66 33/1/65 +f 34/2/68 33/1/65 32/2/66 +f 29/1/57 25/2/49 35/1/69 +f 25/2/49 29/1/57 27/2/51 +f 35/1/70 25/2/55 29/1/59 +f 27/2/53 29/1/59 25/2/55 +f 28/2/52 36/1/71 26/2/50 +f 36/1/71 28/2/52 30/1/58 +f 26/2/54 36/1/72 28/2/56 +f 30/1/60 28/2/56 36/1/72 +f 39/2/75 38/1/74 37/1/73 +f 38/1/74 39/2/75 40/2/76 +f 37/1/79 38/1/78 39/2/77 +f 40/2/80 39/2/77 38/1/78 +f 25/2/49 36/1/71 35/1/69 +f 36/1/71 25/2/49 26/2/50 +f 35/1/70 36/1/72 25/2/55 +f 26/2/54 25/2/55 36/1/72 +f 31/1/61 39/2/75 37/1/73 +f 39/2/75 31/1/61 32/2/62 +f 37/1/79 39/2/77 31/1/67 +f 32/2/66 31/1/67 39/2/77 +f 34/2/64 38/1/74 40/2/76 +f 38/1/74 34/2/64 33/1/63 +f 40/2/80 38/1/78 34/2/68 +f 33/1/65 34/2/68 38/1/78 +f 32/2/62 40/2/76 39/2/75 +f 40/2/76 32/2/62 34/2/64 +f 39/2/77 40/2/80 32/2/66 +f 34/2/68 32/2/66 40/2/80 +f 24/2/46 5/1/9 23/1/45 +f 5/1/9 24/2/46 6/2/10 +f 23/1/47 5/1/12 24/2/48 +f 6/2/11 24/2/48 5/1/12 +f 43/4/81 42/1/82 41/1/81 +f 42/1/82 43/4/81 44/4/82 +f 41/1/83 42/1/84 43/4/83 +f 44/4/84 43/4/83 42/1/84 +f 47/4/85 46/4/85 45/4/85 +f 46/4/85 47/4/85 44/4/85 +f 46/4/85 44/4/85 43/4/85 +f 45/4/86 46/4/86 47/4/86 +f 44/4/86 47/4/86 46/4/86 +f 43/4/86 44/4/86 46/4/86 +f 45/4/84 49/1/84 48/1/84 +f 49/1/84 45/4/84 46/4/84 +f 48/1/82 49/1/82 45/4/82 +f 46/4/82 45/4/82 49/1/82 +f 44/4/82 50/1/87 42/1/82 +f 50/1/87 44/4/82 47/4/87 +f 42/1/84 50/1/88 44/4/84 +f 47/4/88 44/4/84 50/1/88 +f 45/4/89 50/1/89 47/4/89 +f 50/1/89 45/4/89 48/1/89 +f 47/4/90 50/1/90 45/4/90 +f 48/1/90 45/4/90 50/1/90 +f 49/1/90 43/4/90 41/1/90 +f 43/4/90 49/1/90 46/4/90 +f 41/1/89 43/4/89 49/1/89 +f 46/4/89 49/1/89 43/4/89 +f 53/5/89 52/6/91 51/5/91 +f 52/6/91 53/5/89 54/6/89 +f 51/5/92 52/6/92 53/5/90 +f 54/6/90 53/5/90 52/6/92 +f 57/5/84 56/6/93 55/6/84 +f 56/6/93 57/5/84 58/5/93 +f 55/6/82 56/6/94 57/5/82 +f 58/5/94 57/5/82 56/6/94 +f 60/5/95 55/6/84 59/6/95 +f 55/6/84 60/5/95 57/5/84 +f 59/6/96 55/6/82 60/5/96 +f 57/5/82 60/5/96 55/6/82 +f 62/5/82 52/6/94 61/6/82 +f 52/6/94 62/5/82 51/5/94 +f 61/6/84 52/6/93 62/5/84 +f 51/5/93 62/5/84 52/6/93 +f 64/5/96 61/6/82 63/6/96 +f 61/6/82 64/5/96 62/5/82 +f 63/6/95 61/6/84 64/5/95 +f 62/5/84 64/5/95 61/6/84 +f 65/6/90 64/5/97 63/6/97 +f 64/5/97 65/6/90 66/5/90 +f 63/6/98 64/5/98 65/6/89 +f 66/5/89 65/6/89 64/5/98 +f 56/6/92 66/5/90 65/6/90 +f 66/5/90 56/6/92 58/5/92 +f 65/6/89 66/5/89 56/6/91 +f 58/5/91 56/6/91 66/5/89 +f 51/5/85 60/5/85 53/5/85 +f 60/5/85 51/5/85 57/5/85 +f 57/5/85 51/5/85 62/5/85 +f 57/5/85 62/5/85 58/5/85 +f 58/5/85 62/5/85 64/5/85 +f 58/5/85 64/5/85 66/5/85 +f 53/5/86 60/5/86 51/5/86 +f 57/5/86 51/5/86 60/5/86 +f 62/5/86 51/5/86 57/5/86 +f 58/5/86 62/5/86 57/5/86 +f 64/5/86 62/5/86 58/5/86 +f 66/5/86 64/5/86 58/5/86 +f 59/6/86 52/6/86 54/6/86 +f 52/6/86 59/6/86 55/6/86 +f 52/6/86 55/6/86 61/6/86 +f 61/6/86 55/6/86 56/6/86 +f 61/6/86 56/6/86 63/6/86 +f 63/6/86 56/6/86 65/6/86 +f 54/6/85 52/6/85 59/6/85 +f 55/6/85 59/6/85 52/6/85 +f 61/6/85 55/6/85 52/6/85 +f 56/6/85 55/6/85 61/6/85 +f 63/6/85 56/6/85 61/6/85 +f 65/6/85 56/6/85 63/6/85 +f 60/5/98 54/6/89 53/5/89 +f 54/6/89 60/5/98 59/6/98 +f 53/5/90 54/6/90 60/5/97 +f 59/6/97 60/5/97 54/6/90 +f 69/5/84 68/6/93 67/6/84 +f 68/6/93 69/5/84 70/5/93 +f 67/6/82 68/6/94 69/5/82 +f 70/5/94 69/5/82 68/6/94 +f 73/5/96 72/6/82 71/6/96 +f 72/6/82 73/5/96 74/5/82 +f 71/6/95 72/6/84 73/5/95 +f 74/5/84 73/5/95 72/6/84 +f 76/5/95 67/6/84 75/6/95 +f 67/6/84 76/5/95 69/5/84 +f 75/6/96 67/6/82 76/5/96 +f 69/5/82 76/5/96 67/6/82 +f 76/5/98 78/6/89 77/5/89 +f 78/6/89 76/5/98 75/6/98 +f 77/5/90 78/6/90 76/5/97 +f 75/6/97 76/5/97 78/6/90 +f 79/5/85 76/5/85 77/5/85 +f 76/5/85 79/5/85 74/5/85 +f 76/5/85 74/5/85 69/5/85 +f 69/5/85 74/5/85 73/5/85 +f 69/5/85 73/5/85 70/5/85 +f 70/5/85 73/5/85 80/5/85 +f 77/5/86 76/5/86 79/5/86 +f 74/5/86 79/5/86 76/5/86 +f 69/5/86 74/5/86 76/5/86 +f 73/5/86 74/5/86 69/5/86 +f 70/5/86 73/5/86 69/5/86 +f 80/5/86 73/5/86 70/5/86 +f 81/6/90 73/5/97 71/6/97 +f 73/5/97 81/6/90 80/5/90 +f 71/6/98 73/5/98 81/6/89 +f 80/5/89 81/6/89 73/5/98 +f 68/6/92 80/5/90 81/6/90 +f 80/5/90 68/6/92 70/5/92 +f 81/6/89 80/5/89 68/6/91 +f 70/5/91 68/6/91 80/5/89 +f 77/5/89 82/6/91 79/5/91 +f 82/6/91 77/5/89 78/6/89 +f 79/5/92 82/6/92 77/5/90 +f 78/6/90 77/5/90 82/6/92 +f 74/5/82 82/6/94 72/6/82 +f 82/6/94 74/5/82 79/5/94 +f 72/6/84 82/6/93 74/5/84 +f 79/5/93 74/5/84 82/6/93 +f 85/8/99 84/7/100 83/7/99 +f 84/7/100 85/8/99 86/8/100 +f 83/7/101 84/7/102 85/8/101 +f 86/8/102 85/8/101 84/7/102 +f 88/8/103 83/7/99 87/7/103 +f 83/7/99 88/8/103 85/8/99 +f 87/7/104 83/7/101 88/8/104 +f 85/8/101 88/8/104 83/7/101 +f 91/7/105 90/8/106 89/8/105 +f 90/8/106 91/7/105 92/7/106 +f 89/8/107 90/8/108 91/7/107 +f 92/7/108 91/7/107 90/8/108 +f 95/7/109 94/8/110 93/8/109 +f 94/8/110 95/7/109 96/7/110 +f 93/8/111 94/8/112 95/7/111 +f 96/7/112 95/7/111 94/8/112 +f 97/7/114 90/8/113 92/7/113 +f 90/8/113 97/7/114 98/8/114 +f 92/7/116 90/8/116 97/7/115 +f 98/8/115 97/7/115 90/8/116 +f 95/7/117 98/8/114 97/7/114 +f 98/8/114 95/7/117 93/8/117 +f 97/7/115 98/8/115 95/7/118 +f 93/8/118 95/7/118 98/8/115 +f 87/7/119 89/8/105 88/8/119 +f 89/8/105 87/7/119 91/7/105 +f 88/8/120 89/8/107 87/7/120 +f 91/7/107 87/7/120 89/8/107 +f 96/7/110 86/8/121 94/8/110 +f 86/8/121 96/7/110 84/7/121 +f 94/8/112 86/8/122 96/7/112 +f 84/7/122 96/7/112 86/8/122 +f 101/10/82 100/9/123 99/9/82 +f 100/9/123 101/10/82 102/10/123 +f 99/9/84 100/9/124 101/10/84 +f 102/10/124 101/10/84 100/9/124 +f 105/10/126 104/9/125 103/10/125 +f 104/9/125 105/10/126 106/9/126 +f 103/10/128 104/9/128 105/10/127 +f 106/9/127 105/10/127 104/9/128 +f 102/10/123 104/9/125 100/9/123 +f 104/9/125 102/10/123 103/10/125 +f 100/9/124 104/9/128 102/10/124 +f 103/10/128 102/10/124 104/9/128 +f 108/10/129 99/9/82 107/9/129 +f 99/9/82 108/10/129 101/10/82 +f 107/9/130 99/9/84 108/10/130 +f 101/10/84 108/10/130 99/9/84 +f 103/10/85 109/10/85 105/10/85 +f 109/10/85 103/10/85 102/10/85 +f 109/10/85 102/10/85 101/10/85 +f 109/10/85 101/10/85 108/10/85 +f 109/10/85 108/10/85 110/10/85 +f 105/10/86 109/10/86 103/10/86 +f 102/10/86 103/10/86 109/10/86 +f 101/10/86 102/10/86 109/10/86 +f 108/10/86 101/10/86 109/10/86 +f 110/10/86 108/10/86 109/10/86 +f 112/9/132 110/10/131 111/9/131 +f 110/10/131 112/9/132 109/10/132 +f 111/9/134 110/10/134 112/9/133 +f 109/10/133 112/9/133 110/10/134 +f 111/9/131 108/10/129 107/9/129 +f 108/10/129 111/9/131 110/10/131 +f 107/9/130 108/10/130 111/9/134 +f 110/10/134 111/9/134 108/10/130 +f 48/10/89 114/9/89 113/10/89 +f 114/9/89 48/10/89 115/9/89 +f 113/10/90 114/9/90 48/10/90 +f 115/9/90 48/10/90 114/9/90 +f 118/10/135 117/9/82 116/9/135 +f 117/9/82 118/10/135 119/10/82 +f 116/9/136 117/9/84 118/10/136 +f 119/10/84 118/10/136 117/9/84 +f 48/10/84 120/9/84 115/9/84 +f 120/9/84 48/10/84 121/10/84 +f 115/9/82 120/9/82 48/10/82 +f 121/10/82 48/10/82 120/9/82 +f 119/10/82 114/9/137 117/9/82 +f 114/9/137 119/10/82 113/10/137 +f 117/9/84 114/9/138 119/10/84 +f 113/10/138 119/10/84 114/9/138 +f 120/9/86 114/9/86 115/9/86 +f 114/9/86 120/9/86 117/9/86 +f 117/9/86 120/9/86 116/9/86 +f 115/9/85 114/9/85 120/9/85 +f 117/9/85 120/9/85 114/9/85 +f 116/9/85 120/9/85 117/9/85 +f 113/10/85 121/10/85 48/10/85 +f 121/10/85 113/10/85 119/10/85 +f 121/10/85 119/10/85 118/10/85 +f 48/10/86 121/10/86 113/10/86 +f 119/10/86 113/10/86 121/10/86 +f 118/10/86 119/10/86 121/10/86 +f 120/9/90 118/10/90 116/9/90 +f 118/10/90 120/9/90 121/10/90 +f 116/9/89 118/10/89 120/9/89 +f 121/10/89 120/9/89 118/10/89 +f 124/11/85 123/11/85 122/11/85 +f 123/11/85 124/11/85 125/11/85 +f 123/11/85 125/11/85 126/11/85 +f 122/11/86 123/11/86 124/11/86 +f 125/11/86 124/11/86 123/11/86 +f 126/11/86 125/11/86 123/11/86 +f 122/11/84 128/9/84 127/9/84 +f 128/9/84 122/11/84 123/11/84 +f 127/9/82 128/9/82 122/11/82 +f 123/11/82 122/11/82 128/9/82 +f 128/9/90 126/11/90 129/9/90 +f 126/11/90 128/9/90 123/11/90 +f 129/9/89 126/11/89 128/9/89 +f 123/11/89 128/9/89 126/11/89 +f 122/11/89 130/9/89 124/11/89 +f 130/9/89 122/11/89 127/9/89 +f 124/11/90 130/9/90 122/11/90 +f 127/9/90 122/11/90 130/9/90 +f 132/13/83 131/12/83 125/11/84 +f 131/12/83 133/14/83 125/11/84 +f 134/15/83 132/13/83 125/11/84 +f 133/14/83 135/16/83 125/11/84 +f 136/14/83 135/16/83 133/14/83 +f 135/16/83 137/17/83 125/11/84 +f 135/16/83 136/14/83 138/16/83 +f 138/16/83 136/14/83 139/17/83 +f 139/17/83 136/14/83 140/18/83 +f 137/17/83 141/18/83 125/11/84 +f 136/14/83 142/12/83 140/18/83 +f 126/11/83 134/15/83 125/11/84 +f 125/11/84 141/18/83 143/9/84 +f 144/19/83 143/9/84 141/18/83 +f 145/19/83 143/9/84 144/19/83 +f 134/15/83 126/11/83 146/15/83 +f 146/15/83 126/11/83 147/13/83 +f 147/13/83 126/11/83 142/12/83 +f 143/9/84 145/19/83 129/9/83 +f 140/18/83 129/9/83 145/19/83 +f 142/12/83 129/9/83 140/18/83 +f 126/11/83 129/9/83 142/12/83 +f 149/21/88 148/20/88 124/11/88 +f 150/22/88 149/21/88 124/11/88 +f 124/11/88 148/20/88 130/9/88 +f 151/23/88 130/9/88 148/20/88 +f 152/23/88 130/9/88 151/23/88 +f 130/9/88 152/23/88 143/9/84 +f 153/20/88 143/9/84 152/23/88 +f 125/11/84 150/22/88 124/11/88 +f 125/11/84 143/9/84 153/20/88 +f 150/22/88 125/11/84 154/22/88 +f 155/21/88 125/11/84 153/20/88 +f 154/22/88 125/11/84 155/21/88 +f 125/11/82 131/12/81 132/13/81 +f 125/11/82 132/13/81 134/15/81 +f 125/11/82 133/14/81 131/12/81 +f 125/11/82 134/15/81 126/11/81 +f 146/15/81 126/11/81 134/15/81 +f 147/13/81 126/11/81 146/15/81 +f 142/12/81 126/11/81 147/13/81 +f 142/12/81 129/9/81 126/11/81 +f 140/18/81 129/9/81 142/12/81 +f 140/18/81 142/12/81 136/14/81 +f 145/19/81 129/9/81 140/18/81 +f 140/18/81 136/14/81 139/17/81 +f 139/17/81 136/14/81 138/16/81 +f 129/9/81 145/19/81 143/9/82 +f 144/19/81 143/9/82 145/19/81 +f 141/18/81 143/9/82 144/19/81 +f 143/9/82 141/18/81 125/11/82 +f 125/11/82 141/18/81 137/17/81 +f 138/16/81 136/14/81 135/16/81 +f 125/11/82 137/17/81 135/16/81 +f 133/14/81 135/16/81 136/14/81 +f 125/11/82 135/16/81 133/14/81 +f 124/11/87 148/20/87 149/21/87 +f 124/11/87 149/21/87 150/22/87 +f 130/9/87 148/20/87 124/11/87 +f 148/20/87 130/9/87 151/23/87 +f 151/23/87 130/9/87 152/23/87 +f 143/9/82 152/23/87 130/9/87 +f 152/23/87 143/9/82 153/20/87 +f 124/11/87 150/22/87 125/11/82 +f 153/20/87 143/9/82 125/11/82 +f 154/22/87 125/11/82 150/22/87 +f 153/20/87 125/11/82 155/21/87 +f 155/21/87 125/11/82 154/22/87 +f 158/25/139 157/24/140 156/24/139 +f 157/24/140 158/25/139 159/25/140 +f 156/24/141 157/24/142 158/25/141 +f 159/25/142 158/25/141 157/24/142 +f 162/25/141 161/24/142 160/24/141 +f 161/24/142 162/25/141 163/25/142 +f 160/24/139 161/24/140 162/25/139 +f 163/25/140 162/25/139 161/24/140 +f 166/25/144 165/24/143 164/25/143 +f 165/24/143 166/25/144 167/24/144 +f 164/25/146 165/24/146 166/25/145 +f 167/24/145 166/25/145 165/24/146 +f 170/24/146 169/25/145 168/24/145 +f 169/25/145 170/24/146 171/25/146 +f 168/24/144 169/25/144 170/24/143 +f 171/25/143 170/24/143 169/25/144 +f 163/25/142 170/24/146 161/24/142 +f 170/24/146 163/25/142 171/25/146 +f 161/24/140 170/24/143 163/25/140 +f 171/25/143 163/25/140 170/24/143 +f 159/25/140 165/24/143 157/24/140 +f 165/24/143 159/25/140 164/25/143 +f 157/24/142 165/24/146 159/25/142 +f 164/25/146 159/25/142 165/24/146 +f 166/25/144 160/24/141 167/24/144 +f 160/24/141 166/25/144 162/25/141 +f 167/24/145 160/24/139 166/25/145 +f 162/25/139 166/25/145 160/24/139 +f 169/25/145 156/24/139 168/24/145 +f 156/24/139 169/25/145 158/25/139 +f 168/24/144 156/24/141 169/25/144 +f 158/25/141 169/25/144 156/24/141 +f 159/25/147 166/25/147 164/25/147 +f 166/25/147 159/25/147 162/25/147 +f 162/25/147 159/25/147 158/25/147 +f 162/25/147 158/25/147 163/25/147 +f 163/25/147 158/25/147 169/25/147 +f 163/25/147 169/25/147 171/25/147 +f 164/25/148 166/25/148 159/25/148 +f 162/25/148 159/25/148 166/25/148 +f 158/25/148 159/25/148 162/25/148 +f 163/25/148 158/25/148 162/25/148 +f 169/25/148 158/25/148 163/25/148 +f 171/25/148 169/25/148 163/25/148 +f 160/24/148 165/24/148 167/24/148 +f 165/24/148 160/24/148 157/24/148 +f 157/24/148 160/24/148 161/24/148 +f 157/24/148 161/24/148 156/24/148 +f 156/24/148 161/24/148 170/24/148 +f 156/24/148 170/24/148 168/24/148 +f 167/24/147 165/24/147 160/24/147 +f 157/24/147 160/24/147 165/24/147 +f 161/24/147 160/24/147 157/24/147 +f 156/24/147 161/24/147 157/24/147 +f 170/24/147 161/24/147 156/24/147 +f 168/24/147 170/24/147 156/24/147 +f 174/25/149 173/24/150 172/24/149 +f 173/24/150 174/25/149 175/25/150 +f 172/24/151 173/24/152 174/25/151 +f 175/25/152 174/25/151 173/24/152 +f 178/25/151 177/24/152 176/24/151 +f 177/24/152 178/25/151 179/25/152 +f 176/24/149 177/24/150 178/25/149 +f 179/25/150 178/25/149 177/24/150 +f 182/25/154 181/24/153 180/25/153 +f 181/24/153 182/25/154 183/24/154 +f 180/25/156 181/24/156 182/25/155 +f 183/24/155 182/25/155 181/24/156 +f 186/24/156 185/25/155 184/24/155 +f 185/25/155 186/24/156 187/25/156 +f 184/24/154 185/25/154 186/24/153 +f 187/25/153 186/24/153 185/25/154 +f 179/25/152 186/24/156 177/24/152 +f 186/24/156 179/25/152 187/25/156 +f 177/24/150 186/24/153 179/25/150 +f 187/25/153 179/25/150 186/24/153 +f 175/25/150 181/24/153 173/24/150 +f 181/24/153 175/25/150 180/25/153 +f 173/24/152 181/24/156 175/25/152 +f 180/25/156 175/25/152 181/24/156 +f 182/25/154 176/24/151 183/24/154 +f 176/24/151 182/25/154 178/25/151 +f 183/24/155 176/24/149 182/25/155 +f 178/25/149 182/25/155 176/24/149 +f 185/25/155 172/24/149 184/24/155 +f 172/24/149 185/25/155 174/25/149 +f 184/24/154 172/24/151 185/25/154 +f 174/25/151 185/25/154 172/24/151 +f 175/25/157 182/25/157 180/25/157 +f 182/25/157 175/25/157 178/25/157 +f 178/25/157 175/25/157 174/25/157 +f 178/25/157 174/25/157 179/25/157 +f 179/25/157 174/25/157 185/25/157 +f 179/25/157 185/25/157 187/25/157 +f 180/25/158 182/25/158 175/25/158 +f 178/25/158 175/25/158 182/25/158 +f 174/25/158 175/25/158 178/25/158 +f 179/25/158 174/25/158 178/25/158 +f 185/25/158 174/25/158 179/25/158 +f 187/25/158 185/25/158 179/25/158 +f 176/24/158 181/24/158 183/24/158 +f 181/24/158 176/24/158 173/24/158 +f 173/24/158 176/24/158 177/24/158 +f 173/24/158 177/24/158 172/24/158 +f 172/24/158 177/24/158 186/24/158 +f 172/24/158 186/24/158 184/24/158 +f 183/24/157 181/24/157 176/24/157 +f 173/24/157 176/24/157 181/24/157 +f 177/24/157 176/24/157 173/24/157 +f 172/24/157 177/24/157 173/24/157 +f 186/24/157 177/24/157 172/24/157 +f 184/24/157 186/24/157 172/24/157 +f 190/24/149 189/25/150 188/24/150 +f 189/25/150 190/24/149 191/25/149 +f 188/24/152 189/25/152 190/24/151 +f 191/25/151 190/24/151 189/25/152 +f 194/25/151 193/24/152 192/24/151 +f 193/24/152 194/25/151 195/25/152 +f 192/24/149 193/24/150 194/25/149 +f 195/25/150 194/25/149 193/24/150 +f 198/25/154 197/24/153 196/25/153 +f 197/24/153 198/25/154 199/24/154 +f 196/25/156 197/24/156 198/25/155 +f 199/24/155 198/25/155 197/24/156 +f 202/24/156 201/25/155 200/24/155 +f 201/25/155 202/24/156 203/25/156 +f 200/24/154 201/25/154 202/24/153 +f 203/25/153 202/24/153 201/25/154 +f 193/24/152 203/25/156 202/24/156 +f 203/25/156 193/24/152 195/25/152 +f 202/24/153 203/25/153 193/24/150 +f 195/25/150 193/24/150 203/25/153 +f 189/25/150 197/24/153 188/24/150 +f 197/24/153 189/25/150 196/25/153 +f 188/24/152 197/24/156 189/25/152 +f 196/25/156 189/25/152 197/24/156 +f 199/24/154 194/25/151 192/24/151 +f 194/25/151 199/24/154 198/25/154 +f 192/24/149 194/25/149 199/24/155 +f 198/25/155 199/24/155 194/25/149 +f 201/25/155 190/24/149 200/24/155 +f 190/24/149 201/25/155 191/25/149 +f 200/24/154 190/24/151 201/25/154 +f 191/25/151 201/25/154 190/24/151 +f 189/25/157 198/25/157 196/25/157 +f 198/25/157 189/25/157 194/25/157 +f 194/25/157 189/25/157 191/25/157 +f 194/25/157 191/25/157 195/25/157 +f 195/25/157 191/25/157 201/25/157 +f 195/25/157 201/25/157 203/25/157 +f 196/25/158 198/25/158 189/25/158 +f 194/25/158 189/25/158 198/25/158 +f 191/25/158 189/25/158 194/25/158 +f 195/25/158 191/25/158 194/25/158 +f 201/25/158 191/25/158 195/25/158 +f 203/25/158 201/25/158 195/25/158 +f 192/24/158 197/24/158 199/24/158 +f 197/24/158 192/24/158 188/24/158 +f 188/24/158 192/24/158 193/24/158 +f 188/24/158 193/24/158 190/24/158 +f 190/24/158 193/24/158 202/24/158 +f 190/24/158 202/24/158 200/24/158 +f 199/24/157 197/24/157 192/24/157 +f 188/24/157 192/24/157 197/24/157 +f 193/24/157 192/24/157 188/24/157 +f 190/24/157 193/24/157 188/24/157 +f 202/24/157 193/24/157 190/24/157 +f 200/24/157 202/24/157 190/24/157 + +g template-wall-detail-a + + + + +usemtl colormap + +f 3/1/3 2/2/2 1/1/1 +f 2/2/2 3/1/3 4/2/4 +f 1/1/7 2/2/6 3/1/5 +f 4/2/8 3/1/5 2/2/6 +f 6/2/10 3/1/3 5/1/9 +f 3/1/3 6/2/10 4/2/4 +f 5/1/12 3/1/5 6/2/11 +f 4/2/8 6/2/11 3/1/5 +f 9/3/15 8/1/14 7/1/13 +f 8/1/14 9/3/15 10/3/16 +f 7/1/19 8/1/18 9/3/17 +f 10/3/20 9/3/17 8/1/18 +f 8/1/14 12/3/22 11/1/21 +f 12/3/22 8/1/14 10/3/16 +f 11/1/24 12/3/23 8/1/18 +f 10/3/20 8/1/18 12/3/23 +f 15/1/27 14/3/26 13/1/25 +f 14/3/26 15/1/27 16/3/28 +f 13/1/31 14/3/30 15/1/29 +f 16/3/32 15/1/29 14/3/30 +f 14/3/26 18/3/34 17/3/33 +f 18/3/34 14/3/26 16/3/28 +f 17/3/36 18/3/35 14/3/30 +f 16/3/32 14/3/30 18/3/35 +f 18/3/34 15/1/27 19/1/37 +f 15/1/27 18/3/34 16/3/28 +f 19/1/38 15/1/29 18/3/35 +f 16/3/32 18/3/35 15/1/29 +f 14/3/26 20/1/39 13/1/25 +f 20/1/39 14/3/26 17/3/33 +f 13/1/31 20/1/40 14/3/30 +f 17/3/36 14/3/30 20/1/40 +f 17/3/33 19/1/37 20/1/39 +f 19/1/37 17/3/33 18/3/34 +f 20/1/40 19/1/38 17/3/36 +f 18/3/35 17/3/36 19/1/38 +f 22/3/42 7/1/13 21/1/41 +f 7/1/13 22/3/42 9/3/15 +f 21/1/44 7/1/19 22/3/43 +f 9/3/17 22/3/43 7/1/19 +f 2/2/2 23/1/45 1/1/1 +f 23/1/45 2/2/2 24/2/46 +f 1/1/7 23/1/47 2/2/6 +f 24/2/48 2/2/6 23/1/47 +f 12/3/22 21/1/41 11/1/21 +f 21/1/41 12/3/22 22/3/42 +f 11/1/24 21/1/44 12/3/23 +f 22/3/43 12/3/23 21/1/44 +f 12/3/22 9/3/15 22/3/42 +f 9/3/15 12/3/22 10/3/16 +f 22/3/43 9/3/17 12/3/23 +f 10/3/20 12/3/23 9/3/17 +f 27/2/51 26/2/50 25/2/49 +f 26/2/50 27/2/51 28/2/52 +f 25/2/55 26/2/54 27/2/53 +f 28/2/56 27/2/53 26/2/54 +f 24/2/46 4/2/4 6/2/10 +f 4/2/4 24/2/46 2/2/2 +f 6/2/11 4/2/8 24/2/48 +f 2/2/6 24/2/48 4/2/8 +f 29/1/57 28/2/52 27/2/51 +f 28/2/52 29/1/57 30/1/58 +f 27/2/53 28/2/56 29/1/59 +f 30/1/60 29/1/59 28/2/56 +f 33/1/63 32/2/62 31/1/61 +f 32/2/62 33/1/63 34/2/64 +f 31/1/67 32/2/66 33/1/65 +f 34/2/68 33/1/65 32/2/66 +f 29/1/57 25/2/49 35/1/69 +f 25/2/49 29/1/57 27/2/51 +f 35/1/70 25/2/55 29/1/59 +f 27/2/53 29/1/59 25/2/55 +f 28/2/52 36/1/71 26/2/50 +f 36/1/71 28/2/52 30/1/58 +f 26/2/54 36/1/72 28/2/56 +f 30/1/60 28/2/56 36/1/72 +f 39/2/75 38/1/74 37/1/73 +f 38/1/74 39/2/75 40/2/76 +f 37/1/79 38/1/78 39/2/77 +f 40/2/80 39/2/77 38/1/78 +f 25/2/49 36/1/71 35/1/69 +f 36/1/71 25/2/49 26/2/50 +f 35/1/70 36/1/72 25/2/55 +f 26/2/54 25/2/55 36/1/72 +f 31/1/61 39/2/75 37/1/73 +f 39/2/75 31/1/61 32/2/62 +f 37/1/79 39/2/77 31/1/67 +f 32/2/66 31/1/67 39/2/77 +f 34/2/64 38/1/74 40/2/76 +f 38/1/74 34/2/64 33/1/63 +f 40/2/80 38/1/78 34/2/68 +f 33/1/65 34/2/68 38/1/78 +f 32/2/62 40/2/76 39/2/75 +f 40/2/76 32/2/62 34/2/64 +f 39/2/77 40/2/80 32/2/66 +f 34/2/68 32/2/66 40/2/80 +f 24/2/46 5/1/9 23/1/45 +f 5/1/9 24/2/46 6/2/10 +f 23/1/47 5/1/12 24/2/48 +f 6/2/11 24/2/48 5/1/12 +f 43/4/81 42/1/82 41/1/81 +f 42/1/82 43/4/81 44/4/82 +f 41/1/83 42/1/84 43/4/83 +f 44/4/84 43/4/83 42/1/84 +f 47/4/85 46/4/85 45/4/85 +f 46/4/85 47/4/85 44/4/85 +f 46/4/85 44/4/85 43/4/85 +f 45/4/86 46/4/86 47/4/86 +f 44/4/86 47/4/86 46/4/86 +f 43/4/86 44/4/86 46/4/86 +f 45/4/84 49/1/84 48/1/84 +f 49/1/84 45/4/84 46/4/84 +f 48/1/82 49/1/82 45/4/82 +f 46/4/82 45/4/82 49/1/82 +f 44/4/82 50/1/87 42/1/82 +f 50/1/87 44/4/82 47/4/87 +f 42/1/84 50/1/88 44/4/84 +f 47/4/88 44/4/84 50/1/88 +f 45/4/89 50/1/89 47/4/89 +f 50/1/89 45/4/89 48/1/89 +f 47/4/90 50/1/90 45/4/90 +f 48/1/90 45/4/90 50/1/90 +f 49/1/90 43/4/90 41/1/90 +f 43/4/90 49/1/90 46/4/90 +f 41/1/89 43/4/89 49/1/89 +f 46/4/89 49/1/89 43/4/89 +f 53/5/89 52/6/91 51/5/91 +f 52/6/91 53/5/89 54/6/89 +f 51/5/92 52/6/92 53/5/90 +f 54/6/90 53/5/90 52/6/92 +f 57/5/84 56/6/93 55/6/84 +f 56/6/93 57/5/84 58/5/93 +f 55/6/82 56/6/94 57/5/82 +f 58/5/94 57/5/82 56/6/94 +f 60/5/95 55/6/84 59/6/95 +f 55/6/84 60/5/95 57/5/84 +f 59/6/96 55/6/82 60/5/96 +f 57/5/82 60/5/96 55/6/82 +f 62/5/82 52/6/94 61/6/82 +f 52/6/94 62/5/82 51/5/94 +f 61/6/84 52/6/93 62/5/84 +f 51/5/93 62/5/84 52/6/93 +f 64/5/96 61/6/82 63/6/96 +f 61/6/82 64/5/96 62/5/82 +f 63/6/95 61/6/84 64/5/95 +f 62/5/84 64/5/95 61/6/84 +f 65/6/90 64/5/97 63/6/97 +f 64/5/97 65/6/90 66/5/90 +f 63/6/98 64/5/98 65/6/89 +f 66/5/89 65/6/89 64/5/98 +f 56/6/92 66/5/90 65/6/90 +f 66/5/90 56/6/92 58/5/92 +f 65/6/89 66/5/89 56/6/91 +f 58/5/91 56/6/91 66/5/89 +f 51/5/85 60/5/85 53/5/85 +f 60/5/85 51/5/85 57/5/85 +f 57/5/85 51/5/85 62/5/85 +f 57/5/85 62/5/85 58/5/85 +f 58/5/85 62/5/85 64/5/85 +f 58/5/85 64/5/85 66/5/85 +f 53/5/86 60/5/86 51/5/86 +f 57/5/86 51/5/86 60/5/86 +f 62/5/86 51/5/86 57/5/86 +f 58/5/86 62/5/86 57/5/86 +f 64/5/86 62/5/86 58/5/86 +f 66/5/86 64/5/86 58/5/86 +f 59/6/86 52/6/86 54/6/86 +f 52/6/86 59/6/86 55/6/86 +f 52/6/86 55/6/86 61/6/86 +f 61/6/86 55/6/86 56/6/86 +f 61/6/86 56/6/86 63/6/86 +f 63/6/86 56/6/86 65/6/86 +f 54/6/85 52/6/85 59/6/85 +f 55/6/85 59/6/85 52/6/85 +f 61/6/85 55/6/85 52/6/85 +f 56/6/85 55/6/85 61/6/85 +f 63/6/85 56/6/85 61/6/85 +f 65/6/85 56/6/85 63/6/85 +f 60/5/98 54/6/89 53/5/89 +f 54/6/89 60/5/98 59/6/98 +f 53/5/90 54/6/90 60/5/97 +f 59/6/97 60/5/97 54/6/90 +f 69/5/84 68/6/93 67/6/84 +f 68/6/93 69/5/84 70/5/93 +f 67/6/82 68/6/94 69/5/82 +f 70/5/94 69/5/82 68/6/94 +f 73/5/96 72/6/82 71/6/96 +f 72/6/82 73/5/96 74/5/82 +f 71/6/95 72/6/84 73/5/95 +f 74/5/84 73/5/95 72/6/84 +f 76/5/95 67/6/84 75/6/95 +f 67/6/84 76/5/95 69/5/84 +f 75/6/96 67/6/82 76/5/96 +f 69/5/82 76/5/96 67/6/82 +f 76/5/98 78/6/89 77/5/89 +f 78/6/89 76/5/98 75/6/98 +f 77/5/90 78/6/90 76/5/97 +f 75/6/97 76/5/97 78/6/90 +f 79/5/85 76/5/85 77/5/85 +f 76/5/85 79/5/85 74/5/85 +f 76/5/85 74/5/85 69/5/85 +f 69/5/85 74/5/85 73/5/85 +f 69/5/85 73/5/85 70/5/85 +f 70/5/85 73/5/85 80/5/85 +f 77/5/86 76/5/86 79/5/86 +f 74/5/86 79/5/86 76/5/86 +f 69/5/86 74/5/86 76/5/86 +f 73/5/86 74/5/86 69/5/86 +f 70/5/86 73/5/86 69/5/86 +f 80/5/86 73/5/86 70/5/86 +f 81/6/90 73/5/97 71/6/97 +f 73/5/97 81/6/90 80/5/90 +f 71/6/98 73/5/98 81/6/89 +f 80/5/89 81/6/89 73/5/98 +f 68/6/92 80/5/90 81/6/90 +f 80/5/90 68/6/92 70/5/92 +f 81/6/89 80/5/89 68/6/91 +f 70/5/91 68/6/91 80/5/89 +f 77/5/89 82/6/91 79/5/91 +f 82/6/91 77/5/89 78/6/89 +f 79/5/92 82/6/92 77/5/90 +f 78/6/90 77/5/90 82/6/92 +f 74/5/82 82/6/94 72/6/82 +f 82/6/94 74/5/82 79/5/94 +f 72/6/84 82/6/93 74/5/84 +f 79/5/93 74/5/84 82/6/93 +f 85/8/99 84/7/100 83/7/99 +f 84/7/100 85/8/99 86/8/100 +f 83/7/101 84/7/102 85/8/101 +f 86/8/102 85/8/101 84/7/102 +f 88/8/103 83/7/99 87/7/103 +f 83/7/99 88/8/103 85/8/99 +f 87/7/104 83/7/101 88/8/104 +f 85/8/101 88/8/104 83/7/101 +f 91/7/105 90/8/106 89/8/105 +f 90/8/106 91/7/105 92/7/106 +f 89/8/107 90/8/108 91/7/107 +f 92/7/108 91/7/107 90/8/108 +f 95/7/109 94/8/110 93/8/109 +f 94/8/110 95/7/109 96/7/110 +f 93/8/111 94/8/112 95/7/111 +f 96/7/112 95/7/111 94/8/112 +f 97/7/114 90/8/113 92/7/113 +f 90/8/113 97/7/114 98/8/114 +f 92/7/116 90/8/116 97/7/115 +f 98/8/115 97/7/115 90/8/116 +f 95/7/117 98/8/114 97/7/114 +f 98/8/114 95/7/117 93/8/117 +f 97/7/115 98/8/115 95/7/118 +f 93/8/118 95/7/118 98/8/115 +f 87/7/119 89/8/105 88/8/119 +f 89/8/105 87/7/119 91/7/105 +f 88/8/120 89/8/107 87/7/120 +f 91/7/107 87/7/120 89/8/107 +f 96/7/110 86/8/121 94/8/110 +f 86/8/121 96/7/110 84/7/121 +f 94/8/112 86/8/122 96/7/112 +f 84/7/122 96/7/112 86/8/122 +f 101/10/82 100/9/123 99/9/82 +f 100/9/123 101/10/82 102/10/123 +f 99/9/84 100/9/124 101/10/84 +f 102/10/124 101/10/84 100/9/124 +f 105/10/126 104/9/125 103/10/125 +f 104/9/125 105/10/126 106/9/126 +f 103/10/128 104/9/128 105/10/127 +f 106/9/127 105/10/127 104/9/128 +f 102/10/123 104/9/125 100/9/123 +f 104/9/125 102/10/123 103/10/125 +f 100/9/124 104/9/128 102/10/124 +f 103/10/128 102/10/124 104/9/128 +f 108/10/129 99/9/82 107/9/129 +f 99/9/82 108/10/129 101/10/82 +f 107/9/130 99/9/84 108/10/130 +f 101/10/84 108/10/130 99/9/84 +f 103/10/85 109/10/85 105/10/85 +f 109/10/85 103/10/85 102/10/85 +f 109/10/85 102/10/85 101/10/85 +f 109/10/85 101/10/85 108/10/85 +f 109/10/85 108/10/85 110/10/85 +f 105/10/86 109/10/86 103/10/86 +f 102/10/86 103/10/86 109/10/86 +f 101/10/86 102/10/86 109/10/86 +f 108/10/86 101/10/86 109/10/86 +f 110/10/86 108/10/86 109/10/86 +f 112/9/132 110/10/131 111/9/131 +f 110/10/131 112/9/132 109/10/132 +f 111/9/134 110/10/134 112/9/133 +f 109/10/133 112/9/133 110/10/134 +f 111/9/131 108/10/129 107/9/129 +f 108/10/129 111/9/131 110/10/131 +f 107/9/130 108/10/130 111/9/134 +f 110/10/134 111/9/134 108/10/130 +f 48/10/89 114/9/89 113/10/89 +f 114/9/89 48/10/89 115/9/89 +f 113/10/90 114/9/90 48/10/90 +f 115/9/90 48/10/90 114/9/90 +f 118/10/135 117/9/82 116/9/135 +f 117/9/82 118/10/135 119/10/82 +f 116/9/136 117/9/84 118/10/136 +f 119/10/84 118/10/136 117/9/84 +f 48/10/84 120/9/84 115/9/84 +f 120/9/84 48/10/84 121/10/84 +f 115/9/82 120/9/82 48/10/82 +f 121/10/82 48/10/82 120/9/82 +f 119/10/82 114/9/137 117/9/82 +f 114/9/137 119/10/82 113/10/137 +f 117/9/84 114/9/138 119/10/84 +f 113/10/138 119/10/84 114/9/138 +f 120/9/86 114/9/86 115/9/86 +f 114/9/86 120/9/86 117/9/86 +f 117/9/86 120/9/86 116/9/86 +f 115/9/85 114/9/85 120/9/85 +f 117/9/85 120/9/85 114/9/85 +f 116/9/85 120/9/85 117/9/85 +f 113/10/85 121/10/85 48/10/85 +f 121/10/85 113/10/85 119/10/85 +f 121/10/85 119/10/85 118/10/85 +f 48/10/86 121/10/86 113/10/86 +f 119/10/86 113/10/86 121/10/86 +f 118/10/86 119/10/86 121/10/86 +f 120/9/90 118/10/90 116/9/90 +f 118/10/90 120/9/90 121/10/90 +f 116/9/89 118/10/89 120/9/89 +f 121/10/89 120/9/89 118/10/89 +f 124/11/85 123/11/85 122/11/85 +f 123/11/85 124/11/85 125/11/85 +f 123/11/85 125/11/85 126/11/85 +f 122/11/86 123/11/86 124/11/86 +f 125/11/86 124/11/86 123/11/86 +f 126/11/86 125/11/86 123/11/86 +f 122/11/84 128/9/84 127/9/84 +f 128/9/84 122/11/84 123/11/84 +f 127/9/82 128/9/82 122/11/82 +f 123/11/82 122/11/82 128/9/82 +f 128/9/90 126/11/90 129/9/90 +f 126/11/90 128/9/90 123/11/90 +f 129/9/89 126/11/89 128/9/89 +f 123/11/89 128/9/89 126/11/89 +f 122/11/89 130/9/89 124/11/89 +f 130/9/89 122/11/89 127/9/89 +f 124/11/90 130/9/90 122/11/90 +f 127/9/90 122/11/90 130/9/90 +f 132/13/83 131/12/83 125/11/84 +f 131/12/83 133/14/83 125/11/84 +f 134/15/83 132/13/83 125/11/84 +f 133/14/83 135/16/83 125/11/84 +f 136/14/83 135/16/83 133/14/83 +f 135/16/83 137/17/83 125/11/84 +f 135/16/83 136/14/83 138/16/83 +f 138/16/83 136/14/83 139/17/83 +f 139/17/83 136/14/83 140/18/83 +f 137/17/83 141/18/83 125/11/84 +f 136/14/83 142/12/83 140/18/83 +f 126/11/83 134/15/83 125/11/84 +f 125/11/84 141/18/83 143/9/84 +f 144/19/83 143/9/84 141/18/83 +f 145/19/83 143/9/84 144/19/83 +f 134/15/83 126/11/83 146/15/83 +f 146/15/83 126/11/83 147/13/83 +f 147/13/83 126/11/83 142/12/83 +f 143/9/84 145/19/83 129/9/83 +f 140/18/83 129/9/83 145/19/83 +f 142/12/83 129/9/83 140/18/83 +f 126/11/83 129/9/83 142/12/83 +f 149/21/88 148/20/88 124/11/88 +f 150/22/88 149/21/88 124/11/88 +f 124/11/88 148/20/88 130/9/88 +f 151/23/88 130/9/88 148/20/88 +f 152/23/88 130/9/88 151/23/88 +f 130/9/88 152/23/88 143/9/84 +f 153/20/88 143/9/84 152/23/88 +f 125/11/84 150/22/88 124/11/88 +f 125/11/84 143/9/84 153/20/88 +f 150/22/88 125/11/84 154/22/88 +f 155/21/88 125/11/84 153/20/88 +f 154/22/88 125/11/84 155/21/88 +f 125/11/82 131/12/81 132/13/81 +f 125/11/82 132/13/81 134/15/81 +f 125/11/82 133/14/81 131/12/81 +f 125/11/82 134/15/81 126/11/81 +f 146/15/81 126/11/81 134/15/81 +f 147/13/81 126/11/81 146/15/81 +f 142/12/81 126/11/81 147/13/81 +f 142/12/81 129/9/81 126/11/81 +f 140/18/81 129/9/81 142/12/81 +f 140/18/81 142/12/81 136/14/81 +f 145/19/81 129/9/81 140/18/81 +f 140/18/81 136/14/81 139/17/81 +f 139/17/81 136/14/81 138/16/81 +f 129/9/81 145/19/81 143/9/82 +f 144/19/81 143/9/82 145/19/81 +f 141/18/81 143/9/82 144/19/81 +f 143/9/82 141/18/81 125/11/82 +f 125/11/82 141/18/81 137/17/81 +f 138/16/81 136/14/81 135/16/81 +f 125/11/82 137/17/81 135/16/81 +f 133/14/81 135/16/81 136/14/81 +f 125/11/82 135/16/81 133/14/81 +f 124/11/87 148/20/87 149/21/87 +f 124/11/87 149/21/87 150/22/87 +f 130/9/87 148/20/87 124/11/87 +f 148/20/87 130/9/87 151/23/87 +f 151/23/87 130/9/87 152/23/87 +f 143/9/82 152/23/87 130/9/87 +f 152/23/87 143/9/82 153/20/87 +f 124/11/87 150/22/87 125/11/82 +f 153/20/87 143/9/82 125/11/82 +f 154/22/87 125/11/82 150/22/87 +f 153/20/87 125/11/82 155/21/87 +f 155/21/87 125/11/82 154/22/87 +f 158/25/139 157/24/140 156/24/139 +f 157/24/140 158/25/139 159/25/140 +f 156/24/141 157/24/142 158/25/141 +f 159/25/142 158/25/141 157/24/142 +f 162/25/141 161/24/142 160/24/141 +f 161/24/142 162/25/141 163/25/142 +f 160/24/139 161/24/140 162/25/139 +f 163/25/140 162/25/139 161/24/140 +f 166/25/144 165/24/143 164/25/143 +f 165/24/143 166/25/144 167/24/144 +f 164/25/146 165/24/146 166/25/145 +f 167/24/145 166/25/145 165/24/146 +f 170/24/146 169/25/145 168/24/145 +f 169/25/145 170/24/146 171/25/146 +f 168/24/144 169/25/144 170/24/143 +f 171/25/143 170/24/143 169/25/144 +f 163/25/142 170/24/146 161/24/142 +f 170/24/146 163/25/142 171/25/146 +f 161/24/140 170/24/143 163/25/140 +f 171/25/143 163/25/140 170/24/143 +f 159/25/140 165/24/143 157/24/140 +f 165/24/143 159/25/140 164/25/143 +f 157/24/142 165/24/146 159/25/142 +f 164/25/146 159/25/142 165/24/146 +f 166/25/144 160/24/141 167/24/144 +f 160/24/141 166/25/144 162/25/141 +f 167/24/145 160/24/139 166/25/145 +f 162/25/139 166/25/145 160/24/139 +f 169/25/145 156/24/139 168/24/145 +f 156/24/139 169/25/145 158/25/139 +f 168/24/144 156/24/141 169/25/144 +f 158/25/141 169/25/144 156/24/141 +f 159/25/147 166/25/147 164/25/147 +f 166/25/147 159/25/147 162/25/147 +f 162/25/147 159/25/147 158/25/147 +f 162/25/147 158/25/147 163/25/147 +f 163/25/147 158/25/147 169/25/147 +f 163/25/147 169/25/147 171/25/147 +f 164/25/148 166/25/148 159/25/148 +f 162/25/148 159/25/148 166/25/148 +f 158/25/148 159/25/148 162/25/148 +f 163/25/148 158/25/148 162/25/148 +f 169/25/148 158/25/148 163/25/148 +f 171/25/148 169/25/148 163/25/148 +f 160/24/148 165/24/148 167/24/148 +f 165/24/148 160/24/148 157/24/148 +f 157/24/148 160/24/148 161/24/148 +f 157/24/148 161/24/148 156/24/148 +f 156/24/148 161/24/148 170/24/148 +f 156/24/148 170/24/148 168/24/148 +f 167/24/147 165/24/147 160/24/147 +f 157/24/147 160/24/147 165/24/147 +f 161/24/147 160/24/147 157/24/147 +f 156/24/147 161/24/147 157/24/147 +f 170/24/147 161/24/147 156/24/147 +f 168/24/147 170/24/147 156/24/147 +f 174/25/149 173/24/150 172/24/149 +f 173/24/150 174/25/149 175/25/150 +f 172/24/151 173/24/152 174/25/151 +f 175/25/152 174/25/151 173/24/152 +f 178/25/151 177/24/152 176/24/151 +f 177/24/152 178/25/151 179/25/152 +f 176/24/149 177/24/150 178/25/149 +f 179/25/150 178/25/149 177/24/150 +f 182/25/154 181/24/153 180/25/153 +f 181/24/153 182/25/154 183/24/154 +f 180/25/156 181/24/156 182/25/155 +f 183/24/155 182/25/155 181/24/156 +f 186/24/156 185/25/155 184/24/155 +f 185/25/155 186/24/156 187/25/156 +f 184/24/154 185/25/154 186/24/153 +f 187/25/153 186/24/153 185/25/154 +f 179/25/152 186/24/156 177/24/152 +f 186/24/156 179/25/152 187/25/156 +f 177/24/150 186/24/153 179/25/150 +f 187/25/153 179/25/150 186/24/153 +f 175/25/150 181/24/153 173/24/150 +f 181/24/153 175/25/150 180/25/153 +f 173/24/152 181/24/156 175/25/152 +f 180/25/156 175/25/152 181/24/156 +f 182/25/154 176/24/151 183/24/154 +f 176/24/151 182/25/154 178/25/151 +f 183/24/155 176/24/149 182/25/155 +f 178/25/149 182/25/155 176/24/149 +f 185/25/155 172/24/149 184/24/155 +f 172/24/149 185/25/155 174/25/149 +f 184/24/154 172/24/151 185/25/154 +f 174/25/151 185/25/154 172/24/151 +f 175/25/157 182/25/157 180/25/157 +f 182/25/157 175/25/157 178/25/157 +f 178/25/157 175/25/157 174/25/157 +f 178/25/157 174/25/157 179/25/157 +f 179/25/157 174/25/157 185/25/157 +f 179/25/157 185/25/157 187/25/157 +f 180/25/158 182/25/158 175/25/158 +f 178/25/158 175/25/158 182/25/158 +f 174/25/158 175/25/158 178/25/158 +f 179/25/158 174/25/158 178/25/158 +f 185/25/158 174/25/158 179/25/158 +f 187/25/158 185/25/158 179/25/158 +f 176/24/158 181/24/158 183/24/158 +f 181/24/158 176/24/158 173/24/158 +f 173/24/158 176/24/158 177/24/158 +f 173/24/158 177/24/158 172/24/158 +f 172/24/158 177/24/158 186/24/158 +f 172/24/158 186/24/158 184/24/158 +f 183/24/157 181/24/157 176/24/157 +f 173/24/157 176/24/157 181/24/157 +f 177/24/157 176/24/157 173/24/157 +f 172/24/157 177/24/157 173/24/157 +f 186/24/157 177/24/157 172/24/157 +f 184/24/157 186/24/157 172/24/157 +f 190/24/149 189/25/150 188/24/150 +f 189/25/150 190/24/149 191/25/149 +f 188/24/152 189/25/152 190/24/151 +f 191/25/151 190/24/151 189/25/152 +f 194/25/151 193/24/152 192/24/151 +f 193/24/152 194/25/151 195/25/152 +f 192/24/149 193/24/150 194/25/149 +f 195/25/150 194/25/149 193/24/150 +f 198/25/154 197/24/153 196/25/153 +f 197/24/153 198/25/154 199/24/154 +f 196/25/156 197/24/156 198/25/155 +f 199/24/155 198/25/155 197/24/156 +f 202/24/156 201/25/155 200/24/155 +f 201/25/155 202/24/156 203/25/156 +f 200/24/154 201/25/154 202/24/153 +f 203/25/153 202/24/153 201/25/154 +f 193/24/152 203/25/156 202/24/156 +f 203/25/156 193/24/152 195/25/152 +f 202/24/153 203/25/153 193/24/150 +f 195/25/150 193/24/150 203/25/153 +f 189/25/150 197/24/153 188/24/150 +f 197/24/153 189/25/150 196/25/153 +f 188/24/152 197/24/156 189/25/152 +f 196/25/156 189/25/152 197/24/156 +f 199/24/154 194/25/151 192/24/151 +f 194/25/151 199/24/154 198/25/154 +f 192/24/149 194/25/149 199/24/155 +f 198/25/155 199/24/155 194/25/149 +f 201/25/155 190/24/149 200/24/155 +f 190/24/149 201/25/155 191/25/149 +f 200/24/154 190/24/151 201/25/154 +f 191/25/151 201/25/154 190/24/151 +f 189/25/157 198/25/157 196/25/157 +f 198/25/157 189/25/157 194/25/157 +f 194/25/157 189/25/157 191/25/157 +f 194/25/157 191/25/157 195/25/157 +f 195/25/157 191/25/157 201/25/157 +f 195/25/157 201/25/157 203/25/157 +f 196/25/158 198/25/158 189/25/158 +f 194/25/158 189/25/158 198/25/158 +f 191/25/158 189/25/158 194/25/158 +f 195/25/158 191/25/158 194/25/158 +f 201/25/158 191/25/158 195/25/158 +f 203/25/158 201/25/158 195/25/158 +f 192/24/158 197/24/158 199/24/158 +f 197/24/158 192/24/158 188/24/158 +f 188/24/158 192/24/158 193/24/158 +f 188/24/158 193/24/158 190/24/158 +f 190/24/158 193/24/158 202/24/158 +f 190/24/158 202/24/158 200/24/158 +f 199/24/157 197/24/157 192/24/157 +f 188/24/157 192/24/157 197/24/157 +f 193/24/157 192/24/157 188/24/157 +f 190/24/157 193/24/157 188/24/157 +f 202/24/157 193/24/157 190/24/157 +f 200/24/157 202/24/157 190/24/157 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-detail-a.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-detail-a.obj.import new file mode 100644 index 0000000..98ce7de --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-detail-a.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://mhrb8ogfuxon" +path="res://.godot/imported/template-wall-detail-a.obj-93606356678ac2976057189ead4ac7ad.mesh" + +[deps] + +files=["res://.godot/imported/template-wall-detail-a.obj-93606356678ac2976057189ead4ac7ad.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-detail-a.obj" +dest_files=["res://.godot/imported/template-wall-detail-a.obj-93606356678ac2976057189ead4ac7ad.mesh", "res://.godot/imported/template-wall-detail-a.obj-93606356678ac2976057189ead4ac7ad.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-half.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-half.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-half.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-half.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-half.obj new file mode 100644 index 0000000..76d4451 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-half.obj @@ -0,0 +1,506 @@ +# Created by Kenney (www.kenney.nl) + +mtllib template-wall-half.mtl + +g template-wall-half + +v -0.1379219 0.05 -1.476216 1 1 1 +v -0.2828108 0.05 -1.437394 1 1 1 +v -0.1767448 0.05 -1.621105 1 1 1 +v -0.3216337 0.05 -1.582282 1 1 1 +v -0.8862056 0 -1.807397 1 1 1 +v -0.4998353 0 -1.703869 1 1 1 +v -0.8508502 0.1 -1.746159 1 1 1 +v -0.5610725 0.1 -1.668514 1 1 1 +v -0.3522523 0 -1.59996 1 1 1 +v -0.1590671 0 -1.651724 1 1 1 +v -0.1073033 0 -1.458539 1 1 1 +v -0.6033629 0 -1.317499 1 1 1 +v -0.6387182 0.1 -1.378736 1 1 1 +v -0.9897332 0 -1.421026 1 1 1 +v -0.9284959 0.1 -1.456382 1 1 1 +v -0.3004885 0 -1.406775 1 1 1 +v -1.193593E-08 0.2 -0.8009975 1 1 1 +v 1 0.2 -0.6009976 1 1 1 +v -1.193593E-08 0.9 -0.8009975 1 1 1 +v 1 0.9 -0.6009976 1 1 1 +v 1 0.9 -5.960464E-08 1 1 1 +v -1 0.9 -2.980232E-08 1 1 1 +v -1 0.9 -0.6009975 1 1 1 +v -1 0.2 -0.6009975 1 1 1 +v -1 0.2 -2.980232E-08 1 1 1 +v 1 0.2 -5.960464E-08 1 1 1 +v 1 3 2.980232E-08 1 1 1 +v -1 3 5.960464E-08 1 1 1 +v 1 3 -0.4 1 1 1 +v -8.940743E-09 3 -0.6 1 1 1 +v -1 3 -0.3999999 1 1 1 +v -1 0.9 -0.3999999 1 1 1 +v -1 0.9 5.960464E-08 1 1 1 +v -8.940743E-09 0.9 -0.6 1 1 1 +v 1 0.9 2.980232E-08 1 1 1 +v 1 0.9 -0.4 1 1 1 +v 1 0 -5.960464E-08 1 1 1 +v -1 0 5.960464E-08 1 1 1 +v -1 0.2 5.960464E-08 1 1 1 +v 1 0.2 -1.001995 1 1 1 +v -2.537581E-08 0.2 -1.201995 1 1 1 +v -1 0.2 -1.001995 1 1 1 +v -2.537581E-08 0 -1.201995 1 1 1 +v 1 0 -1.001995 1 1 1 +v -1 0 -1.001995 1 1 1 +v -0.7097746 1.332707 -0.458045 1 1 1 +v -0.3318489 1.332707 -0.5336302 1 1 1 +v -0.7195804 1.332707 -0.5070741 1 1 1 +v -0.3416547 1.332707 -0.5826592 1 1 1 +v -0.3318489 1.632707 -0.5336302 1 1 1 +v -0.7097746 1.632707 -0.458045 1 1 1 +v -0.3416547 1.632707 -0.5826592 1 1 1 +v -0.7195804 1.632707 -0.5070741 1 1 1 +v -0.2926256 1.382707 -0.592465 1 1 1 +v -0.2828198 1.382707 -0.543436 1 1 1 +v -0.2926256 1.582707 -0.592465 1 1 1 +v -0.2828198 1.582707 -0.543436 1 1 1 +v -0.7588037 1.382707 -0.4482392 1 1 1 +v -0.7686095 1.382707 -0.4972683 1 1 1 +v -0.7588037 1.582707 -0.4482392 1 1 1 +v -0.7686095 1.582707 -0.4972682 1 1 1 + +vn 0.5202672 0.7994348 0.3003764 +vn -0.3003764 0.7994348 0.5202672 +vn 0.3003764 0.7994348 -0.5202672 +vn -0.5202672 0.7994348 -0.3003764 +vn -0.3003764 -0.7994348 0.5202672 +vn 0.3003764 -0.7994348 -0.5202672 +vn -0.5202672 -0.7994348 -0.3003764 +vn 0.5202672 -0.7994348 0.3003764 +vn -0.4082483 0.5773503 -0.7071068 +vn 0.7071068 0.5773503 -0.4082483 +vn -0.3003764 0.7994348 -0.5202672 +vn 0.5202672 0.7994348 -0.3003764 +vn 0.3003764 -0.7994348 0.5202672 +vn -0.7071068 -0.5773503 0.4082483 +vn 0.4082483 -0.5773503 0.7071068 +vn -0.5202672 -0.7994348 0.3003764 +vn -0.7071068 0.5773503 -0.4082482 +vn 0.4082482 0.5773503 -0.7071068 +vn -0.4082482 -0.5773503 0.7071068 +vn 0.7071068 -0.5773503 0.4082482 +vn 0.7071068 0.5773503 0.4082482 +vn -0.7071068 -0.5773503 -0.4082482 +vn 0.4082483 0.5773503 0.7071068 +vn 0.3003764 0.7994348 0.5202672 +vn -0.4082483 -0.5773503 -0.7071068 +vn -0.3003764 -0.7994348 -0.5202672 +vn -0.7071068 0.5773503 0.4082483 +vn -0.5202672 0.7994348 0.3003764 +vn 0.7071068 -0.5773503 -0.4082483 +vn 0.5202672 -0.7994348 -0.3003764 +vn -0.4082482 0.5773503 0.7071068 +vn 0.4082482 -0.5773503 -0.7071068 +vn 0 0 -1 +vn 0.1961161 0 -0.9805807 +vn 0 0 1 +vn -0.1961161 0 0.9805807 +vn 0 1 0 +vn 0 -1 0 +vn -1 0 0 +vn 1 0 0 +vn -0.1961161 0 -0.9805807 +vn 0.1961161 0 0.9805807 +vn 0.1961161 0 -0.9805807 +vn -0.1961161 0 0.9805807 +vn -0.1961162 0 -0.9805807 +vn 0.1961162 0 0.9805807 +vn -0.375252 -0.9238795 0.07505035 +vn 0.375252 -0.9238795 -0.07505045 +vn 0.375252 0.9238795 -0.07505035 +vn -0.375252 0.9238795 0.07505045 +vn 0.9059384 -0.3826834 -0.1811877 +vn 0.9059384 0.3826834 -0.1811877 +vn -0.9059384 -0.3826834 0.1811877 +vn -0.9059384 0.3826834 0.1811877 +vn -0.1961161 5.960464E-08 -0.9805807 +vn 0.1961161 -5.960464E-08 0.9805807 + +vt 0.09375 0.065 +vt 0.09375 0.025 +vt 0.09375 0.105 +vt 0.09375 0.225 +vt 0.34375 0.225 +vt 0.34375 0.025 +vt 0.34375 0.105 +vt 0.34375 0.075 +vt 0.34375 0.175 + +usemtl colormap + +f 3/1/3 2/1/2 1/1/1 +f 2/1/2 3/1/3 4/1/4 +f 1/1/7 2/1/6 3/1/5 +f 4/1/8 3/1/5 2/1/6 +f 7/3/11 6/2/10 5/2/9 +f 6/2/10 7/3/11 8/3/12 +f 5/2/15 6/2/14 7/3/13 +f 8/3/16 7/3/13 6/2/14 +f 4/1/4 10/2/18 9/2/17 +f 10/2/18 4/1/4 3/1/3 +f 9/2/20 10/2/19 4/1/8 +f 3/1/5 4/1/8 10/2/19 +f 3/1/3 11/2/21 10/2/18 +f 11/2/21 3/1/3 1/1/1 +f 10/2/19 11/2/22 3/1/5 +f 1/1/7 3/1/5 11/2/22 +f 8/3/12 12/2/23 6/2/10 +f 12/2/23 8/3/12 13/3/24 +f 6/2/14 12/2/25 8/3/16 +f 13/3/26 8/3/16 12/2/25 +f 14/2/27 7/3/11 5/2/9 +f 7/3/11 14/2/27 15/3/28 +f 5/2/15 7/3/13 14/2/29 +f 15/3/30 14/2/29 7/3/13 +f 16/2/31 4/1/4 9/2/17 +f 4/1/4 16/2/31 2/1/2 +f 9/2/20 4/1/8 16/2/32 +f 2/1/6 16/2/32 4/1/8 +f 1/1/1 16/2/31 11/2/21 +f 16/2/31 1/1/1 2/1/2 +f 11/2/22 16/2/32 1/1/7 +f 2/1/6 1/1/7 16/2/32 +f 7/3/11 13/3/24 8/3/12 +f 13/3/24 7/3/11 15/3/28 +f 8/3/16 13/3/26 7/3/13 +f 15/3/30 7/3/13 13/3/26 +f 13/3/24 14/2/27 12/2/23 +f 14/2/27 13/3/24 15/3/28 +f 12/2/25 14/2/29 13/3/26 +f 15/3/30 13/3/26 14/2/29 +f 19/4/33 18/2/34 17/2/33 +f 18/2/34 19/4/33 20/4/34 +f 17/2/35 18/2/36 19/4/35 +f 20/4/36 19/4/35 18/2/36 +f 20/4/37 22/4/37 21/4/37 +f 22/4/37 20/4/37 19/4/37 +f 22/4/37 19/4/37 23/4/37 +f 21/4/38 22/4/38 20/4/38 +f 19/4/38 20/4/38 22/4/38 +f 23/4/38 19/4/38 22/4/38 +f 25/2/39 23/4/39 24/2/39 +f 23/4/39 25/2/39 22/4/39 +f 24/2/40 23/4/40 25/2/40 +f 22/4/40 25/2/40 23/4/40 +f 21/4/35 25/2/35 26/2/35 +f 25/2/35 21/4/35 22/4/35 +f 26/2/33 25/2/33 21/4/33 +f 22/4/33 21/4/33 25/2/33 +f 21/4/40 18/2/40 20/4/40 +f 18/2/40 21/4/40 26/2/40 +f 20/4/39 18/2/39 21/4/39 +f 26/2/39 21/4/39 18/2/39 +f 23/4/41 17/2/33 24/2/41 +f 17/2/33 23/4/41 19/4/33 +f 24/2/42 17/2/35 23/4/42 +f 19/4/35 23/4/42 17/2/35 +f 29/5/37 28/5/37 27/5/37 +f 28/5/37 29/5/37 30/5/37 +f 28/5/37 30/5/37 31/5/37 +f 27/5/38 28/5/38 29/5/38 +f 30/5/38 29/5/38 28/5/38 +f 31/5/38 30/5/38 28/5/38 +f 33/6/39 31/5/39 32/6/39 +f 31/5/39 33/6/39 28/5/39 +f 32/6/40 31/5/40 33/6/40 +f 28/5/40 33/6/40 31/5/40 +f 31/5/41 34/6/33 32/6/41 +f 34/6/33 31/5/41 30/5/33 +f 32/6/42 34/6/35 31/5/42 +f 30/5/35 31/5/42 34/6/35 +f 27/5/35 33/6/35 35/6/35 +f 33/6/35 27/5/35 28/5/35 +f 35/6/33 33/6/33 27/5/33 +f 28/5/33 27/5/33 33/6/33 +f 27/5/40 36/6/40 29/5/40 +f 36/6/40 27/5/40 35/6/40 +f 29/5/39 36/6/39 27/5/39 +f 35/6/39 27/5/39 36/6/39 +f 30/5/33 36/6/34 34/6/33 +f 36/6/34 30/5/33 29/5/34 +f 34/6/35 36/6/36 30/5/35 +f 29/5/36 30/5/35 36/6/36 +f 26/7/35 38/6/35 37/6/35 +f 38/6/35 26/7/35 39/7/35 +f 37/6/33 38/6/33 26/7/33 +f 39/7/33 26/7/33 38/6/33 +f 40/7/37 39/7/37 26/7/37 +f 39/7/37 40/7/37 41/7/37 +f 39/7/37 41/7/37 42/7/37 +f 26/7/38 39/7/38 40/7/38 +f 41/7/38 40/7/38 39/7/38 +f 42/7/38 41/7/38 39/7/38 +f 41/7/33 44/6/43 43/6/33 +f 44/6/43 41/7/33 40/7/43 +f 43/6/35 44/6/44 41/7/35 +f 40/7/44 41/7/35 44/6/44 +f 26/7/40 44/6/40 40/7/40 +f 44/6/40 26/7/40 37/6/40 +f 40/7/39 44/6/39 26/7/39 +f 37/6/39 26/7/39 44/6/39 +f 38/6/39 42/7/39 45/6/39 +f 42/7/39 38/6/39 39/7/39 +f 45/6/40 42/7/40 38/6/40 +f 39/7/40 38/6/40 42/7/40 +f 38/6/38 44/6/38 37/6/38 +f 44/6/38 38/6/38 43/6/38 +f 43/6/38 38/6/38 45/6/38 +f 37/6/37 44/6/37 38/6/37 +f 43/6/37 38/6/37 44/6/37 +f 45/6/37 38/6/37 43/6/37 +f 42/7/45 43/6/33 45/6/45 +f 43/6/33 42/7/45 41/7/33 +f 45/6/46 43/6/35 42/7/46 +f 41/7/35 42/7/46 43/6/35 +f 48/9/47 47/8/48 46/8/47 +f 47/8/48 48/9/47 49/9/48 +f 46/8/49 47/8/50 48/9/49 +f 49/9/50 48/9/49 47/8/50 +f 52/9/49 51/8/50 50/8/49 +f 51/8/50 52/9/49 53/9/50 +f 50/8/47 51/8/48 52/9/47 +f 53/9/48 52/9/47 51/8/48 +f 56/9/52 55/8/51 54/9/51 +f 55/8/51 56/9/52 57/8/52 +f 54/9/54 55/8/54 56/9/53 +f 57/8/53 56/9/53 55/8/54 +f 60/8/54 59/9/53 58/8/53 +f 59/9/53 60/8/54 61/9/54 +f 58/8/52 59/9/52 60/8/51 +f 61/9/51 60/8/51 59/9/52 +f 53/9/50 60/8/54 51/8/50 +f 60/8/54 53/9/50 61/9/54 +f 51/8/48 60/8/51 53/9/48 +f 61/9/51 53/9/48 60/8/51 +f 49/9/48 55/8/51 47/8/48 +f 55/8/51 49/9/48 54/9/51 +f 47/8/50 55/8/54 49/9/50 +f 54/9/54 49/9/50 55/8/54 +f 56/9/52 50/8/49 57/8/52 +f 50/8/49 56/9/52 52/9/49 +f 57/8/53 50/8/47 56/9/53 +f 52/9/47 56/9/53 50/8/47 +f 59/9/53 46/8/47 58/8/53 +f 46/8/47 59/9/53 48/9/47 +f 58/8/52 46/8/49 59/9/52 +f 48/9/49 59/9/52 46/8/49 +f 49/9/55 56/9/55 54/9/55 +f 56/9/55 49/9/55 52/9/55 +f 52/9/55 49/9/55 48/9/55 +f 52/9/55 48/9/55 53/9/55 +f 53/9/55 48/9/55 59/9/55 +f 53/9/55 59/9/55 61/9/55 +f 54/9/56 56/9/56 49/9/56 +f 52/9/56 49/9/56 56/9/56 +f 48/9/56 49/9/56 52/9/56 +f 53/9/56 48/9/56 52/9/56 +f 59/9/56 48/9/56 53/9/56 +f 61/9/56 59/9/56 53/9/56 +f 50/8/56 55/8/56 57/8/56 +f 55/8/56 50/8/56 47/8/56 +f 47/8/56 50/8/56 51/8/56 +f 47/8/56 51/8/56 46/8/56 +f 46/8/56 51/8/56 60/8/56 +f 46/8/56 60/8/56 58/8/56 +f 57/8/55 55/8/55 50/8/55 +f 47/8/55 50/8/55 55/8/55 +f 51/8/55 50/8/55 47/8/55 +f 46/8/55 51/8/55 47/8/55 +f 60/8/55 51/8/55 46/8/55 +f 58/8/55 60/8/55 46/8/55 + +g template-wall-half + + + + +usemtl colormap + +f 3/1/3 2/1/2 1/1/1 +f 2/1/2 3/1/3 4/1/4 +f 1/1/7 2/1/6 3/1/5 +f 4/1/8 3/1/5 2/1/6 +f 7/3/11 6/2/10 5/2/9 +f 6/2/10 7/3/11 8/3/12 +f 5/2/15 6/2/14 7/3/13 +f 8/3/16 7/3/13 6/2/14 +f 4/1/4 10/2/18 9/2/17 +f 10/2/18 4/1/4 3/1/3 +f 9/2/20 10/2/19 4/1/8 +f 3/1/5 4/1/8 10/2/19 +f 3/1/3 11/2/21 10/2/18 +f 11/2/21 3/1/3 1/1/1 +f 10/2/19 11/2/22 3/1/5 +f 1/1/7 3/1/5 11/2/22 +f 8/3/12 12/2/23 6/2/10 +f 12/2/23 8/3/12 13/3/24 +f 6/2/14 12/2/25 8/3/16 +f 13/3/26 8/3/16 12/2/25 +f 14/2/27 7/3/11 5/2/9 +f 7/3/11 14/2/27 15/3/28 +f 5/2/15 7/3/13 14/2/29 +f 15/3/30 14/2/29 7/3/13 +f 16/2/31 4/1/4 9/2/17 +f 4/1/4 16/2/31 2/1/2 +f 9/2/20 4/1/8 16/2/32 +f 2/1/6 16/2/32 4/1/8 +f 1/1/1 16/2/31 11/2/21 +f 16/2/31 1/1/1 2/1/2 +f 11/2/22 16/2/32 1/1/7 +f 2/1/6 1/1/7 16/2/32 +f 7/3/11 13/3/24 8/3/12 +f 13/3/24 7/3/11 15/3/28 +f 8/3/16 13/3/26 7/3/13 +f 15/3/30 7/3/13 13/3/26 +f 13/3/24 14/2/27 12/2/23 +f 14/2/27 13/3/24 15/3/28 +f 12/2/25 14/2/29 13/3/26 +f 15/3/30 13/3/26 14/2/29 +f 19/4/33 18/2/34 17/2/33 +f 18/2/34 19/4/33 20/4/34 +f 17/2/35 18/2/36 19/4/35 +f 20/4/36 19/4/35 18/2/36 +f 20/4/37 22/4/37 21/4/37 +f 22/4/37 20/4/37 19/4/37 +f 22/4/37 19/4/37 23/4/37 +f 21/4/38 22/4/38 20/4/38 +f 19/4/38 20/4/38 22/4/38 +f 23/4/38 19/4/38 22/4/38 +f 25/2/39 23/4/39 24/2/39 +f 23/4/39 25/2/39 22/4/39 +f 24/2/40 23/4/40 25/2/40 +f 22/4/40 25/2/40 23/4/40 +f 21/4/35 25/2/35 26/2/35 +f 25/2/35 21/4/35 22/4/35 +f 26/2/33 25/2/33 21/4/33 +f 22/4/33 21/4/33 25/2/33 +f 21/4/40 18/2/40 20/4/40 +f 18/2/40 21/4/40 26/2/40 +f 20/4/39 18/2/39 21/4/39 +f 26/2/39 21/4/39 18/2/39 +f 23/4/41 17/2/33 24/2/41 +f 17/2/33 23/4/41 19/4/33 +f 24/2/42 17/2/35 23/4/42 +f 19/4/35 23/4/42 17/2/35 +f 29/5/37 28/5/37 27/5/37 +f 28/5/37 29/5/37 30/5/37 +f 28/5/37 30/5/37 31/5/37 +f 27/5/38 28/5/38 29/5/38 +f 30/5/38 29/5/38 28/5/38 +f 31/5/38 30/5/38 28/5/38 +f 33/6/39 31/5/39 32/6/39 +f 31/5/39 33/6/39 28/5/39 +f 32/6/40 31/5/40 33/6/40 +f 28/5/40 33/6/40 31/5/40 +f 31/5/41 34/6/33 32/6/41 +f 34/6/33 31/5/41 30/5/33 +f 32/6/42 34/6/35 31/5/42 +f 30/5/35 31/5/42 34/6/35 +f 27/5/35 33/6/35 35/6/35 +f 33/6/35 27/5/35 28/5/35 +f 35/6/33 33/6/33 27/5/33 +f 28/5/33 27/5/33 33/6/33 +f 27/5/40 36/6/40 29/5/40 +f 36/6/40 27/5/40 35/6/40 +f 29/5/39 36/6/39 27/5/39 +f 35/6/39 27/5/39 36/6/39 +f 30/5/33 36/6/34 34/6/33 +f 36/6/34 30/5/33 29/5/34 +f 34/6/35 36/6/36 30/5/35 +f 29/5/36 30/5/35 36/6/36 +f 26/7/35 38/6/35 37/6/35 +f 38/6/35 26/7/35 39/7/35 +f 37/6/33 38/6/33 26/7/33 +f 39/7/33 26/7/33 38/6/33 +f 40/7/37 39/7/37 26/7/37 +f 39/7/37 40/7/37 41/7/37 +f 39/7/37 41/7/37 42/7/37 +f 26/7/38 39/7/38 40/7/38 +f 41/7/38 40/7/38 39/7/38 +f 42/7/38 41/7/38 39/7/38 +f 41/7/33 44/6/43 43/6/33 +f 44/6/43 41/7/33 40/7/43 +f 43/6/35 44/6/44 41/7/35 +f 40/7/44 41/7/35 44/6/44 +f 26/7/40 44/6/40 40/7/40 +f 44/6/40 26/7/40 37/6/40 +f 40/7/39 44/6/39 26/7/39 +f 37/6/39 26/7/39 44/6/39 +f 38/6/39 42/7/39 45/6/39 +f 42/7/39 38/6/39 39/7/39 +f 45/6/40 42/7/40 38/6/40 +f 39/7/40 38/6/40 42/7/40 +f 38/6/38 44/6/38 37/6/38 +f 44/6/38 38/6/38 43/6/38 +f 43/6/38 38/6/38 45/6/38 +f 37/6/37 44/6/37 38/6/37 +f 43/6/37 38/6/37 44/6/37 +f 45/6/37 38/6/37 43/6/37 +f 42/7/45 43/6/33 45/6/45 +f 43/6/33 42/7/45 41/7/33 +f 45/6/46 43/6/35 42/7/46 +f 41/7/35 42/7/46 43/6/35 +f 48/9/47 47/8/48 46/8/47 +f 47/8/48 48/9/47 49/9/48 +f 46/8/49 47/8/50 48/9/49 +f 49/9/50 48/9/49 47/8/50 +f 52/9/49 51/8/50 50/8/49 +f 51/8/50 52/9/49 53/9/50 +f 50/8/47 51/8/48 52/9/47 +f 53/9/48 52/9/47 51/8/48 +f 56/9/52 55/8/51 54/9/51 +f 55/8/51 56/9/52 57/8/52 +f 54/9/54 55/8/54 56/9/53 +f 57/8/53 56/9/53 55/8/54 +f 60/8/54 59/9/53 58/8/53 +f 59/9/53 60/8/54 61/9/54 +f 58/8/52 59/9/52 60/8/51 +f 61/9/51 60/8/51 59/9/52 +f 53/9/50 60/8/54 51/8/50 +f 60/8/54 53/9/50 61/9/54 +f 51/8/48 60/8/51 53/9/48 +f 61/9/51 53/9/48 60/8/51 +f 49/9/48 55/8/51 47/8/48 +f 55/8/51 49/9/48 54/9/51 +f 47/8/50 55/8/54 49/9/50 +f 54/9/54 49/9/50 55/8/54 +f 56/9/52 50/8/49 57/8/52 +f 50/8/49 56/9/52 52/9/49 +f 57/8/53 50/8/47 56/9/53 +f 52/9/47 56/9/53 50/8/47 +f 59/9/53 46/8/47 58/8/53 +f 46/8/47 59/9/53 48/9/47 +f 58/8/52 46/8/49 59/9/52 +f 48/9/49 59/9/52 46/8/49 +f 49/9/55 56/9/55 54/9/55 +f 56/9/55 49/9/55 52/9/55 +f 52/9/55 49/9/55 48/9/55 +f 52/9/55 48/9/55 53/9/55 +f 53/9/55 48/9/55 59/9/55 +f 53/9/55 59/9/55 61/9/55 +f 54/9/56 56/9/56 49/9/56 +f 52/9/56 49/9/56 56/9/56 +f 48/9/56 49/9/56 52/9/56 +f 53/9/56 48/9/56 52/9/56 +f 59/9/56 48/9/56 53/9/56 +f 61/9/56 59/9/56 53/9/56 +f 50/8/56 55/8/56 57/8/56 +f 55/8/56 50/8/56 47/8/56 +f 47/8/56 50/8/56 51/8/56 +f 47/8/56 51/8/56 46/8/56 +f 46/8/56 51/8/56 60/8/56 +f 46/8/56 60/8/56 58/8/56 +f 57/8/55 55/8/55 50/8/55 +f 47/8/55 50/8/55 55/8/55 +f 51/8/55 50/8/55 47/8/55 +f 46/8/55 51/8/55 47/8/55 +f 60/8/55 51/8/55 46/8/55 +f 58/8/55 60/8/55 46/8/55 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-half.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-half.obj.import new file mode 100644 index 0000000..05fb92b --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-half.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://clfwhs6jwxqoj" +path="res://.godot/imported/template-wall-half.obj-8f3ab154b2ca4a1842d3701035f65c15.mesh" + +[deps] + +files=["res://.godot/imported/template-wall-half.obj-8f3ab154b2ca4a1842d3701035f65c15.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-half.obj" +dest_files=["res://.godot/imported/template-wall-half.obj-8f3ab154b2ca4a1842d3701035f65c15.mesh", "res://.godot/imported/template-wall-half.obj-8f3ab154b2ca4a1842d3701035f65c15.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-stairs.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-stairs.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-stairs.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-stairs.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-stairs.obj new file mode 100644 index 0000000..a6a9748 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-stairs.obj @@ -0,0 +1,461 @@ +# Created by Kenney (www.kenney.nl) + +mtllib template-wall-stairs.mtl + +g template-wall-stairs + +v 2 0 0 1 1 1 +v -2 0 0 1 1 1 +v 2 3 0 1 1 1 +v 4.331469E-14 0 -0.6 1 1 1 +v 2 0 -0.4 1 1 1 +v 4.331469E-14 1.5 -0.6 1 1 1 +v 1.167013 1.251608 -0.4832987 1 1 1 +v 1.117261 1.301608 -0.4882739 1 1 1 +v 1.550511 1.251608 -0.4449489 1 1 1 +v 1.117261 1.501608 -0.4882739 1 1 1 +v 1.600263 1.301608 -0.4399738 1 1 1 +v 2 3 -0.4 1 1 1 +v 1.167013 1.551608 -0.4832987 1 1 1 +v 1.600263 1.501608 -0.4399738 1 1 1 +v 1.550511 1.551608 -0.4449489 1 1 1 +v -2 2.021352E-14 -0.4 1 1 1 +v -0.2367349 0.5078134 -0.5763265 1 1 1 +v -0.2367349 0.7078134 -0.5763265 1 1 1 +v -0.2864868 0.7578134 -0.5713513 1 1 1 +v -0.6699843 0.7578134 -0.5330016 1 1 1 +v -0.7197362 0.7078134 -0.5280264 1 1 1 +v -0.2864868 0.4578134 -0.5713513 1 1 1 +v -0.7197362 0.5078134 -0.5280264 1 1 1 +v -0.6699843 0.4578134 -0.5330016 1 1 1 +v 1.167013 1.251608 -0.4832987 1 1 1 +v 1.550511 1.251608 -0.4449489 1 1 1 +v 1.171988 1.251608 -0.5330505 1 1 1 +v 1.555486 1.251608 -0.4947008 1 1 1 +v 1.550511 1.551608 -0.444949 1 1 1 +v 1.167013 1.551608 -0.4832987 1 1 1 +v 1.555486 1.551608 -0.4947008 1 1 1 +v 1.171988 1.551608 -0.5330505 1 1 1 +v 1.605238 1.301608 -0.4897256 1 1 1 +v 1.600262 1.301608 -0.4399737 1 1 1 +v 1.605238 1.501608 -0.4897256 1 1 1 +v 1.600262 1.501608 -0.4399738 1 1 1 +v 1.117261 1.301608 -0.4882739 1 1 1 +v 1.122236 1.301608 -0.5380257 1 1 1 +v 1.117261 1.501608 -0.4882739 1 1 1 +v 1.122236 1.501608 -0.5380257 1 1 1 +v -0.669984 0.4578133 -0.5330015 1 1 1 +v -0.2864865 0.4578133 -0.5713513 1 1 1 +v -0.6749592 0.4578133 -0.5827534 1 1 1 +v -0.2914617 0.4578133 -0.6211032 1 1 1 +v -0.2864865 0.7578134 -0.5713513 1 1 1 +v -0.669984 0.7578134 -0.5330016 1 1 1 +v -0.2914617 0.7578134 -0.6211032 1 1 1 +v -0.6749592 0.7578134 -0.5827534 1 1 1 +v -0.2417098 0.5078133 -0.6260784 1 1 1 +v -0.2367346 0.5078133 -0.5763265 1 1 1 +v -0.2417098 0.7078134 -0.6260784 1 1 1 +v -0.2367346 0.7078134 -0.5763265 1 1 1 +v -0.7197359 0.5078133 -0.5280263 1 1 1 +v -0.7247111 0.5078133 -0.5777782 1 1 1 +v -0.7197359 0.7078134 -0.5280264 1 1 1 +v -0.7247111 0.7078134 -0.5777782 1 1 1 + +vn 0 0 1 +vn 0 0 -1 +vn 0.09950371 0 -0.9950371 +vn 0.04078068 0 -0.9991682 +vn -0.04078068 0 0.9991682 +vn -0.09950371 0 0.9950371 +vn 1 0 0 +vn -1 0 0 +vn -0.6 0.8 0 +vn 0.6 -0.8 0 +vn 0.09950371 0 0.9950371 +vn -0.09950371 0 -0.9950371 +vn -0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 -0.9238796 0.03807854 +vn 0.3807842 0.9238796 0.03807832 +vn -0.3807842 0.9238796 -0.03807854 +vn 0.9192945 -0.3826835 0.0919295 +vn 0.9192945 0.3826835 0.09192941 +vn -0.9192945 -0.3826835 -0.09192941 +vn -0.9192945 0.3826835 -0.0919295 +vn 0.09950373 -1.192093E-07 -0.9950373 +vn -0.09950373 1.192093E-07 0.9950373 +vn -0.3807842 -0.9238796 0.03807854 +vn 0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 0.9238796 -0.03807854 +vn -0.3807842 0.9238796 0.03807832 +vn 0.9192945 -0.3826835 -0.09192941 +vn 0.9192945 0.3826835 -0.0919295 +vn -0.9192945 -0.3826835 0.0919295 +vn -0.9192945 0.3826835 0.09192941 +vn -0.09950373 -1.192093E-07 -0.9950373 +vn 0.09950373 1.192093E-07 0.9950373 + +vt 0.34375 0.145 +vt 0.34375 0.225 +vt 0.34375 0.185 +vt 0.34375 0.1783762 +vt 0.34375 0.1797096 +vt 0.34375 0.1850429 +vt 0.34375 0.1863762 +vt 0.34375 0.1585417 +vt 0.34375 0.163875 +vt 0.34375 0.1652084 +vt 0.34375 0.1572084 +vt 0.34375 0.075 +vt 0.34375 0.175 + +usemtl colormap + +f 3/2/1 2/1/1 1/1/1 +f 1/1/2 2/1/2 3/2/2 +f 6/3/4 5/1/3 4/1/2 +f 5/1/3 6/3/4 7/4/3 +f 7/4/3 6/3/4 8/5/3 +f 9/4/3 5/1/3 7/4/3 +f 8/5/3 6/3/4 10/6/3 +f 11/5/3 5/1/3 9/4/3 +f 10/6/3 6/3/4 12/2/3 +f 5/1/3 11/5/3 12/2/3 +f 10/6/3 12/2/3 13/7/3 +f 12/2/3 11/5/3 14/6/3 +f 13/7/3 12/2/3 15/7/3 +f 12/2/3 14/6/3 15/7/3 +f 4/1/1 5/1/6 6/3/5 +f 7/4/6 6/3/5 5/1/6 +f 7/4/6 5/1/6 9/4/6 +f 8/5/6 6/3/5 7/4/6 +f 9/4/6 5/1/6 11/5/6 +f 10/6/6 6/3/5 8/5/6 +f 12/2/6 11/5/6 5/1/6 +f 12/2/6 6/3/5 10/6/6 +f 14/6/6 11/5/6 12/2/6 +f 13/7/6 12/2/6 10/6/6 +f 15/7/6 14/6/6 12/2/6 +f 15/7/6 12/2/6 13/7/6 +f 3/2/7 5/1/7 12/2/7 +f 5/1/7 3/2/7 1/1/7 +f 12/2/8 5/1/8 3/2/8 +f 1/1/8 3/2/8 5/1/8 +f 6/3/9 3/2/9 12/2/9 +f 3/2/9 6/3/9 2/1/9 +f 2/1/9 6/3/9 16/1/9 +f 12/2/10 3/2/10 6/3/10 +f 2/1/10 6/3/10 3/2/10 +f 16/1/10 6/3/10 2/1/10 +f 18/9/11 17/8/11 6/3/5 +f 19/10/11 18/9/11 6/3/5 +f 19/10/11 6/3/5 20/10/11 +f 20/10/11 6/3/5 21/9/11 +f 6/3/5 17/8/11 4/1/1 +f 22/11/11 4/1/1 17/8/11 +f 6/3/5 16/1/11 21/9/11 +f 16/1/11 4/1/1 22/11/11 +f 21/9/11 16/1/11 23/8/11 +f 24/11/11 16/1/11 22/11/11 +f 24/11/11 23/8/11 16/1/11 +f 6/3/4 17/8/12 18/9/12 +f 6/3/4 18/9/12 19/10/12 +f 20/10/12 6/3/4 19/10/12 +f 21/9/12 6/3/4 20/10/12 +f 4/1/2 17/8/12 6/3/4 +f 17/8/12 4/1/2 22/11/12 +f 21/9/12 16/1/12 6/3/4 +f 22/11/12 4/1/2 16/1/12 +f 23/8/12 16/1/12 21/9/12 +f 22/11/12 16/1/12 24/11/12 +f 16/1/12 23/8/12 24/11/12 +f 27/13/13 26/12/14 25/12/13 +f 26/12/14 27/13/13 28/13/14 +f 25/12/15 26/12/16 27/13/15 +f 28/13/16 27/13/15 26/12/16 +f 31/13/15 30/12/16 29/12/15 +f 30/12/16 31/13/15 32/13/16 +f 29/12/13 30/12/14 31/13/13 +f 32/13/14 31/13/13 30/12/14 +f 35/13/18 34/12/17 33/13/17 +f 34/12/17 35/13/18 36/12/18 +f 33/13/20 34/12/20 35/13/19 +f 36/12/19 35/13/19 34/12/20 +f 39/12/20 38/13/19 37/12/19 +f 38/13/19 39/12/20 40/13/20 +f 37/12/18 38/13/18 39/12/17 +f 40/13/17 39/12/17 38/13/18 +f 32/13/16 39/12/20 30/12/16 +f 39/12/20 32/13/16 40/13/20 +f 30/12/14 39/12/17 32/13/14 +f 40/13/17 32/13/14 39/12/17 +f 28/13/14 34/12/17 26/12/14 +f 34/12/17 28/13/14 33/13/17 +f 26/12/16 34/12/20 28/13/16 +f 33/13/20 28/13/16 34/12/20 +f 35/13/18 29/12/15 36/12/18 +f 29/12/15 35/13/18 31/13/15 +f 36/12/19 29/12/13 35/13/19 +f 31/13/13 35/13/19 29/12/13 +f 38/13/19 25/12/13 37/12/19 +f 25/12/13 38/13/19 27/13/13 +f 37/12/18 25/12/15 38/13/18 +f 27/13/15 38/13/18 25/12/15 +f 28/13/21 35/13/21 33/13/21 +f 35/13/21 28/13/21 31/13/21 +f 31/13/21 28/13/21 27/13/21 +f 31/13/21 27/13/21 32/13/21 +f 32/13/21 27/13/21 38/13/21 +f 32/13/21 38/13/21 40/13/21 +f 33/13/22 35/13/22 28/13/22 +f 31/13/22 28/13/22 35/13/22 +f 27/13/22 28/13/22 31/13/22 +f 32/13/22 27/13/22 31/13/22 +f 38/13/22 27/13/22 32/13/22 +f 40/13/22 38/13/22 32/13/22 +f 29/12/22 34/12/22 36/12/22 +f 34/12/22 29/12/22 26/12/22 +f 26/12/22 29/12/22 30/12/22 +f 26/12/22 30/12/22 25/12/22 +f 25/12/22 30/12/22 39/12/22 +f 25/12/22 39/12/22 37/12/22 +f 36/12/21 34/12/21 29/12/21 +f 26/12/21 29/12/21 34/12/21 +f 30/12/21 29/12/21 26/12/21 +f 25/12/21 30/12/21 26/12/21 +f 39/12/21 30/12/21 25/12/21 +f 37/12/21 39/12/21 25/12/21 +f 43/13/23 42/12/24 41/12/23 +f 42/12/24 43/13/23 44/13/24 +f 41/12/25 42/12/26 43/13/25 +f 44/13/26 43/13/25 42/12/26 +f 47/13/25 46/12/26 45/12/25 +f 46/12/26 47/13/25 48/13/26 +f 45/12/23 46/12/24 47/13/23 +f 48/13/24 47/13/23 46/12/24 +f 51/13/28 50/12/27 49/13/27 +f 50/12/27 51/13/28 52/12/28 +f 49/13/30 50/12/30 51/13/29 +f 52/12/29 51/13/29 50/12/30 +f 55/12/30 54/13/29 53/12/29 +f 54/13/29 55/12/30 56/13/30 +f 53/12/28 54/13/28 55/12/27 +f 56/13/27 55/12/27 54/13/28 +f 48/13/26 55/12/30 46/12/26 +f 55/12/30 48/13/26 56/13/30 +f 46/12/24 55/12/27 48/13/24 +f 56/13/27 48/13/24 55/12/27 +f 44/13/24 50/12/27 42/12/24 +f 50/12/27 44/13/24 49/13/27 +f 42/12/26 50/12/30 44/13/26 +f 49/13/30 44/13/26 50/12/30 +f 51/13/28 45/12/25 52/12/28 +f 45/12/25 51/13/28 47/13/25 +f 52/12/29 45/12/23 51/13/29 +f 47/13/23 51/13/29 45/12/23 +f 54/13/29 41/12/23 53/12/29 +f 41/12/23 54/13/29 43/13/23 +f 53/12/28 41/12/25 54/13/28 +f 43/13/25 54/13/28 41/12/25 +f 44/13/31 51/13/31 49/13/31 +f 51/13/31 44/13/31 47/13/31 +f 47/13/31 44/13/31 43/13/31 +f 47/13/31 43/13/31 48/13/31 +f 48/13/31 43/13/31 54/13/31 +f 48/13/31 54/13/31 56/13/31 +f 49/13/32 51/13/32 44/13/32 +f 47/13/32 44/13/32 51/13/32 +f 43/13/32 44/13/32 47/13/32 +f 48/13/32 43/13/32 47/13/32 +f 54/13/32 43/13/32 48/13/32 +f 56/13/32 54/13/32 48/13/32 +f 45/12/32 50/12/32 52/12/32 +f 50/12/32 45/12/32 42/12/32 +f 42/12/32 45/12/32 46/12/32 +f 42/12/32 46/12/32 41/12/32 +f 41/12/32 46/12/32 55/12/32 +f 41/12/32 55/12/32 53/12/32 +f 52/12/31 50/12/31 45/12/31 +f 42/12/31 45/12/31 50/12/31 +f 46/12/31 45/12/31 42/12/31 +f 41/12/31 46/12/31 42/12/31 +f 55/12/31 46/12/31 41/12/31 +f 53/12/31 55/12/31 41/12/31 + +g template-wall-stairs + + + + +usemtl colormap + +f 3/2/1 2/1/1 1/1/1 +f 1/1/2 2/1/2 3/2/2 +f 6/3/4 5/1/3 4/1/2 +f 5/1/3 6/3/4 7/4/3 +f 7/4/3 6/3/4 8/5/3 +f 9/4/3 5/1/3 7/4/3 +f 8/5/3 6/3/4 10/6/3 +f 11/5/3 5/1/3 9/4/3 +f 10/6/3 6/3/4 12/2/3 +f 5/1/3 11/5/3 12/2/3 +f 10/6/3 12/2/3 13/7/3 +f 12/2/3 11/5/3 14/6/3 +f 13/7/3 12/2/3 15/7/3 +f 12/2/3 14/6/3 15/7/3 +f 4/1/1 5/1/6 6/3/5 +f 7/4/6 6/3/5 5/1/6 +f 7/4/6 5/1/6 9/4/6 +f 8/5/6 6/3/5 7/4/6 +f 9/4/6 5/1/6 11/5/6 +f 10/6/6 6/3/5 8/5/6 +f 12/2/6 11/5/6 5/1/6 +f 12/2/6 6/3/5 10/6/6 +f 14/6/6 11/5/6 12/2/6 +f 13/7/6 12/2/6 10/6/6 +f 15/7/6 14/6/6 12/2/6 +f 15/7/6 12/2/6 13/7/6 +f 3/2/7 5/1/7 12/2/7 +f 5/1/7 3/2/7 1/1/7 +f 12/2/8 5/1/8 3/2/8 +f 1/1/8 3/2/8 5/1/8 +f 6/3/9 3/2/9 12/2/9 +f 3/2/9 6/3/9 2/1/9 +f 2/1/9 6/3/9 16/1/9 +f 12/2/10 3/2/10 6/3/10 +f 2/1/10 6/3/10 3/2/10 +f 16/1/10 6/3/10 2/1/10 +f 18/9/11 17/8/11 6/3/5 +f 19/10/11 18/9/11 6/3/5 +f 19/10/11 6/3/5 20/10/11 +f 20/10/11 6/3/5 21/9/11 +f 6/3/5 17/8/11 4/1/1 +f 22/11/11 4/1/1 17/8/11 +f 6/3/5 16/1/11 21/9/11 +f 16/1/11 4/1/1 22/11/11 +f 21/9/11 16/1/11 23/8/11 +f 24/11/11 16/1/11 22/11/11 +f 24/11/11 23/8/11 16/1/11 +f 6/3/4 17/8/12 18/9/12 +f 6/3/4 18/9/12 19/10/12 +f 20/10/12 6/3/4 19/10/12 +f 21/9/12 6/3/4 20/10/12 +f 4/1/2 17/8/12 6/3/4 +f 17/8/12 4/1/2 22/11/12 +f 21/9/12 16/1/12 6/3/4 +f 22/11/12 4/1/2 16/1/12 +f 23/8/12 16/1/12 21/9/12 +f 22/11/12 16/1/12 24/11/12 +f 16/1/12 23/8/12 24/11/12 +f 27/13/13 26/12/14 25/12/13 +f 26/12/14 27/13/13 28/13/14 +f 25/12/15 26/12/16 27/13/15 +f 28/13/16 27/13/15 26/12/16 +f 31/13/15 30/12/16 29/12/15 +f 30/12/16 31/13/15 32/13/16 +f 29/12/13 30/12/14 31/13/13 +f 32/13/14 31/13/13 30/12/14 +f 35/13/18 34/12/17 33/13/17 +f 34/12/17 35/13/18 36/12/18 +f 33/13/20 34/12/20 35/13/19 +f 36/12/19 35/13/19 34/12/20 +f 39/12/20 38/13/19 37/12/19 +f 38/13/19 39/12/20 40/13/20 +f 37/12/18 38/13/18 39/12/17 +f 40/13/17 39/12/17 38/13/18 +f 32/13/16 39/12/20 30/12/16 +f 39/12/20 32/13/16 40/13/20 +f 30/12/14 39/12/17 32/13/14 +f 40/13/17 32/13/14 39/12/17 +f 28/13/14 34/12/17 26/12/14 +f 34/12/17 28/13/14 33/13/17 +f 26/12/16 34/12/20 28/13/16 +f 33/13/20 28/13/16 34/12/20 +f 35/13/18 29/12/15 36/12/18 +f 29/12/15 35/13/18 31/13/15 +f 36/12/19 29/12/13 35/13/19 +f 31/13/13 35/13/19 29/12/13 +f 38/13/19 25/12/13 37/12/19 +f 25/12/13 38/13/19 27/13/13 +f 37/12/18 25/12/15 38/13/18 +f 27/13/15 38/13/18 25/12/15 +f 28/13/21 35/13/21 33/13/21 +f 35/13/21 28/13/21 31/13/21 +f 31/13/21 28/13/21 27/13/21 +f 31/13/21 27/13/21 32/13/21 +f 32/13/21 27/13/21 38/13/21 +f 32/13/21 38/13/21 40/13/21 +f 33/13/22 35/13/22 28/13/22 +f 31/13/22 28/13/22 35/13/22 +f 27/13/22 28/13/22 31/13/22 +f 32/13/22 27/13/22 31/13/22 +f 38/13/22 27/13/22 32/13/22 +f 40/13/22 38/13/22 32/13/22 +f 29/12/22 34/12/22 36/12/22 +f 34/12/22 29/12/22 26/12/22 +f 26/12/22 29/12/22 30/12/22 +f 26/12/22 30/12/22 25/12/22 +f 25/12/22 30/12/22 39/12/22 +f 25/12/22 39/12/22 37/12/22 +f 36/12/21 34/12/21 29/12/21 +f 26/12/21 29/12/21 34/12/21 +f 30/12/21 29/12/21 26/12/21 +f 25/12/21 30/12/21 26/12/21 +f 39/12/21 30/12/21 25/12/21 +f 37/12/21 39/12/21 25/12/21 +f 43/13/23 42/12/24 41/12/23 +f 42/12/24 43/13/23 44/13/24 +f 41/12/25 42/12/26 43/13/25 +f 44/13/26 43/13/25 42/12/26 +f 47/13/25 46/12/26 45/12/25 +f 46/12/26 47/13/25 48/13/26 +f 45/12/23 46/12/24 47/13/23 +f 48/13/24 47/13/23 46/12/24 +f 51/13/28 50/12/27 49/13/27 +f 50/12/27 51/13/28 52/12/28 +f 49/13/30 50/12/30 51/13/29 +f 52/12/29 51/13/29 50/12/30 +f 55/12/30 54/13/29 53/12/29 +f 54/13/29 55/12/30 56/13/30 +f 53/12/28 54/13/28 55/12/27 +f 56/13/27 55/12/27 54/13/28 +f 48/13/26 55/12/30 46/12/26 +f 55/12/30 48/13/26 56/13/30 +f 46/12/24 55/12/27 48/13/24 +f 56/13/27 48/13/24 55/12/27 +f 44/13/24 50/12/27 42/12/24 +f 50/12/27 44/13/24 49/13/27 +f 42/12/26 50/12/30 44/13/26 +f 49/13/30 44/13/26 50/12/30 +f 51/13/28 45/12/25 52/12/28 +f 45/12/25 51/13/28 47/13/25 +f 52/12/29 45/12/23 51/13/29 +f 47/13/23 51/13/29 45/12/23 +f 54/13/29 41/12/23 53/12/29 +f 41/12/23 54/13/29 43/13/23 +f 53/12/28 41/12/25 54/13/28 +f 43/13/25 54/13/28 41/12/25 +f 44/13/31 51/13/31 49/13/31 +f 51/13/31 44/13/31 47/13/31 +f 47/13/31 44/13/31 43/13/31 +f 47/13/31 43/13/31 48/13/31 +f 48/13/31 43/13/31 54/13/31 +f 48/13/31 54/13/31 56/13/31 +f 49/13/32 51/13/32 44/13/32 +f 47/13/32 44/13/32 51/13/32 +f 43/13/32 44/13/32 47/13/32 +f 48/13/32 43/13/32 47/13/32 +f 54/13/32 43/13/32 48/13/32 +f 56/13/32 54/13/32 48/13/32 +f 45/12/32 50/12/32 52/12/32 +f 50/12/32 45/12/32 42/12/32 +f 42/12/32 45/12/32 46/12/32 +f 42/12/32 46/12/32 41/12/32 +f 41/12/32 46/12/32 55/12/32 +f 41/12/32 55/12/32 53/12/32 +f 52/12/31 50/12/31 45/12/31 +f 42/12/31 45/12/31 50/12/31 +f 46/12/31 45/12/31 42/12/31 +f 41/12/31 46/12/31 42/12/31 +f 55/12/31 46/12/31 41/12/31 +f 53/12/31 55/12/31 41/12/31 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-stairs.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-stairs.obj.import new file mode 100644 index 0000000..e37a39a --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-stairs.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://bcwxykfosfmx4" +path="res://.godot/imported/template-wall-stairs.obj-71b627aeb8848ee46e0fbdb6b3c569cf.mesh" + +[deps] + +files=["res://.godot/imported/template-wall-stairs.obj-71b627aeb8848ee46e0fbdb6b3c569cf.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-stairs.obj" +dest_files=["res://.godot/imported/template-wall-stairs.obj-71b627aeb8848ee46e0fbdb6b3c569cf.mesh", "res://.godot/imported/template-wall-stairs.obj-71b627aeb8848ee46e0fbdb6b3c569cf.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-top.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-top.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-top.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-top.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-top.obj new file mode 100644 index 0000000..340a9ad --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-top.obj @@ -0,0 +1,836 @@ +# Created by Kenney (www.kenney.nl) + +mtllib template-wall-top.mtl + +g template-wall-top + +v 2 0 -5.960464E-08 1 1 1 +v -2 0 0 1 1 1 +v 2 3 -5.960464E-08 1 1 1 +v -2 3 0 1 1 1 +v 2 3 -0.4 1 1 1 +v -8.940786E-09 3 -0.6 1 1 1 +v -2 3 -0.4 1 1 1 +v 2 0 -0.4 1 1 1 +v -2 0 -0.4 1 1 1 +v -1.03653 2.09453 -0.496347 1 1 1 +v -1.03653 2.29453 -0.496347 1 1 1 +v -1.086282 2.04453 -0.4913718 1 1 1 +v -1.086282 2.34453 -0.4913718 1 1 1 +v -1.46978 2.34453 -0.453022 1 1 1 +v -1.519532 2.29453 -0.4480468 1 1 1 +v -1.519532 2.09453 -0.4480468 1 1 1 +v -0.5365838 1.853556 -0.5463417 1 1 1 +v -1.46978 2.04453 -0.453022 1 1 1 +v -0.486832 1.803556 -0.5513169 1 1 1 +v -0.9200813 1.853556 -0.5079919 1 1 1 +v -0.486832 1.603556 -0.5513169 1 1 1 +v -0.9698333 1.803556 -0.5030167 1 1 1 +v -0.9698333 1.603556 -0.5030167 1 1 1 +v -0.9200813 1.553556 -0.5079919 1 1 1 +v -8.940786E-09 0 -0.6 1 1 1 +v -1.132364 0.8070278 -0.4867636 1 1 1 +v -0.5365838 1.553556 -0.5463417 1 1 1 +v -1.082612 0.7570278 -0.4917388 1 1 1 +v -1.082612 0.5570278 -0.4917388 1 1 1 +v -1.132364 0.5070278 -0.4867636 1 1 1 +v -1.515861 0.5070278 -0.4484138 1 1 1 +v -1.565613 0.5570278 -0.4434386 1 1 1 +v -1.515861 0.8070278 -0.4484138 1 1 1 +v -1.565613 0.7570278 -0.4434386 1 1 1 +v 1.484265 1.460278 -0.4515735 1 1 1 +v 1.484265 1.660278 -0.4515735 1 1 1 +v 1.434513 1.710278 -0.4565487 1 1 1 +v 1.434513 1.410278 -0.4565487 1 1 1 +v 1.051016 1.410278 -0.4948984 1 1 1 +v 1.051016 1.710278 -0.4948984 1 1 1 +v 1.001264 1.660278 -0.4998736 1 1 1 +v 1.001264 1.460278 -0.4998736 1 1 1 +v -1.469779 2.04453 -0.453022 1 1 1 +v -1.086282 2.04453 -0.4913718 1 1 1 +v -1.474754 2.04453 -0.5027739 1 1 1 +v -1.091257 2.04453 -0.5411236 1 1 1 +v -1.086282 2.34453 -0.4913718 1 1 1 +v -1.469779 2.34453 -0.4530221 1 1 1 +v -1.091257 2.34453 -0.5411236 1 1 1 +v -1.474754 2.34453 -0.5027739 1 1 1 +v -1.041505 2.09453 -0.5460988 1 1 1 +v -1.03653 2.09453 -0.496347 1 1 1 +v -1.041505 2.29453 -0.5460988 1 1 1 +v -1.03653 2.29453 -0.496347 1 1 1 +v -1.519531 2.09453 -0.4480468 1 1 1 +v -1.524506 2.09453 -0.4977987 1 1 1 +v -1.519531 2.29453 -0.4480469 1 1 1 +v -1.524506 2.29453 -0.4977987 1 1 1 +v -0.9200813 1.553556 -0.5079919 1 1 1 +v -0.5365838 1.553556 -0.5463417 1 1 1 +v -0.9250565 1.553556 -0.5577437 1 1 1 +v -0.541559 1.553556 -0.5960935 1 1 1 +v -0.5365838 1.853556 -0.5463417 1 1 1 +v -0.9200813 1.853556 -0.5079919 1 1 1 +v -0.541559 1.853556 -0.5960935 1 1 1 +v -0.9250565 1.853556 -0.5577438 1 1 1 +v -0.4918071 1.603556 -0.6010687 1 1 1 +v -0.4868319 1.603556 -0.5513169 1 1 1 +v -0.4918071 1.803556 -0.6010687 1 1 1 +v -0.4868319 1.803556 -0.5513169 1 1 1 +v -0.9698331 1.603556 -0.5030167 1 1 1 +v -0.9748083 1.603556 -0.5527686 1 1 1 +v -0.9698331 1.803556 -0.5030167 1 1 1 +v -0.9748083 1.803556 -0.5527686 1 1 1 +v -1.515861 0.5070277 -0.4484138 1 1 1 +v -1.132363 0.5070277 -0.4867636 1 1 1 +v -1.520836 0.5070277 -0.4981657 1 1 1 +v -1.137338 0.5070277 -0.5365155 1 1 1 +v -1.132363 0.8070278 -0.4867636 1 1 1 +v -1.515861 0.8070278 -0.4484138 1 1 1 +v -1.137338 0.8070278 -0.5365155 1 1 1 +v -1.520836 0.8070278 -0.4981657 1 1 1 +v -1.087587 0.5570277 -0.5414907 1 1 1 +v -1.082611 0.5570277 -0.4917388 1 1 1 +v -1.087587 0.7570277 -0.5414907 1 1 1 +v -1.082611 0.7570277 -0.4917388 1 1 1 +v -1.565613 0.5570277 -0.4434386 1 1 1 +v -1.570588 0.5570277 -0.4931905 1 1 1 +v -1.565613 0.7570277 -0.4434386 1 1 1 +v -1.570588 0.7570277 -0.4931905 1 1 1 +v 1.051017 1.410278 -0.4948984 1 1 1 +v 1.434514 1.410278 -0.4565487 1 1 1 +v 1.055992 1.410278 -0.5446503 1 1 1 +v 1.439489 1.410278 -0.5063006 1 1 1 +v 1.434514 1.710278 -0.4565487 1 1 1 +v 1.051017 1.710278 -0.4948984 1 1 1 +v 1.439489 1.710278 -0.5063006 1 1 1 +v 1.055992 1.710278 -0.5446503 1 1 1 +v 1.489241 1.460278 -0.5013254 1 1 1 +v 1.484266 1.460278 -0.4515735 1 1 1 +v 1.489241 1.660278 -0.5013254 1 1 1 +v 1.484266 1.660278 -0.4515735 1 1 1 +v 1.001265 1.460278 -0.4998736 1 1 1 +v 1.00624 1.460278 -0.5496255 1 1 1 +v 1.001265 1.660278 -0.4998736 1 1 1 +v 1.00624 1.660278 -0.5496255 1 1 1 + +vn 0 0 1 +vn 0 0 -1 +vn 0 1 0 +vn 0 -1 0 +vn 1 0 0 +vn -1 0 0 +vn 0.09950373 0 0.9950371 +vn -0.0995037 0 0.9950371 +vn -0.09950373 0 -0.9950371 +vn 0.0995037 0 -0.9950371 +vn -0.3807842 -0.9238796 0.03807854 +vn 0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 0.9238796 -0.03807854 +vn -0.3807842 0.9238796 0.03807832 +vn 0.9192945 -0.3826835 -0.09192942 +vn 0.9192945 0.3826835 -0.09192951 +vn -0.9192945 -0.3826835 0.09192951 +vn -0.9192945 0.3826835 0.09192942 +vn -0.09950374 -1.192093E-07 -0.9950373 +vn 0.09950374 1.192093E-07 0.9950373 +vn -0.3807842 -0.9238796 -0.03807831 +vn 0.3807842 -0.9238796 0.03807853 +vn 0.3807842 0.9238796 0.03807831 +vn -0.3807842 0.9238796 -0.03807853 +vn 0.9192945 -0.3826835 0.09192948 +vn 0.9192945 0.3826835 0.09192939 +vn -0.9192945 -0.3826835 -0.09192939 +vn -0.9192945 0.3826835 -0.09192948 +vn 0.09950371 -1.192093E-07 -0.9950373 +vn -0.09950371 1.192093E-07 0.9950373 + +vt 0.34375 0.145 +vt 0.34375 0.225 +vt 0.34375 0.2008541 +vt 0.34375 0.2061875 +vt 0.34375 0.1995208 +vt 0.34375 0.2075208 +vt 0.34375 0.1944281 +vt 0.34375 0.1930948 +vt 0.34375 0.1877615 +vt 0.34375 0.1864281 +vt 0.34375 0.1665207 +vt 0.34375 0.1651874 +vt 0.34375 0.1598541 +vt 0.34375 0.1585207 +vt 0.34375 0.1839407 +vt 0.34375 0.1892741 +vt 0.34375 0.1906074 +vt 0.34375 0.1826074 +vt 0.34375 0.075 +vt 0.34375 0.175 + +usemtl colormap + +f 3/2/1 2/1/1 1/1/1 +f 2/1/1 3/2/1 4/2/1 +f 1/1/2 2/1/2 3/2/2 +f 4/2/2 3/2/2 2/1/2 +f 5/2/3 4/2/3 3/2/3 +f 4/2/3 5/2/3 6/2/3 +f 4/2/3 6/2/3 7/2/3 +f 3/2/4 4/2/4 5/2/4 +f 6/2/4 5/2/4 4/2/4 +f 7/2/4 6/2/4 4/2/4 +f 3/2/5 8/1/5 5/2/5 +f 8/1/5 3/2/5 1/1/5 +f 5/2/6 8/1/6 3/2/6 +f 1/1/6 3/2/6 8/1/6 +f 2/1/6 7/2/6 9/1/6 +f 7/2/6 2/1/6 4/2/6 +f 9/1/5 7/2/5 2/1/5 +f 4/2/5 2/1/5 7/2/5 +f 11/4/7 10/3/7 6/2/1 +f 10/3/7 12/5/7 6/2/1 +f 13/6/7 11/4/7 6/2/1 +f 7/2/7 13/6/7 6/2/1 +f 13/6/7 7/2/7 14/6/7 +f 14/6/7 7/2/7 15/4/7 +f 15/4/7 7/2/7 16/3/7 +f 12/5/7 17/7/7 6/2/1 +f 18/5/7 17/7/7 12/5/7 +f 17/7/7 19/8/7 6/2/1 +f 17/7/7 18/5/7 20/7/7 +f 19/8/7 21/9/7 6/2/1 +f 20/7/7 18/5/7 22/8/7 +f 22/8/7 18/5/7 23/9/7 +f 23/9/7 18/5/7 24/10/7 +f 6/2/1 21/9/7 25/1/1 +f 18/5/7 16/3/7 26/11/7 +f 24/10/7 18/5/7 26/11/7 +f 16/3/7 7/2/7 26/11/7 +f 24/10/7 26/11/7 27/10/7 +f 27/10/7 26/11/7 21/9/7 +f 26/11/7 28/12/7 21/9/7 +f 28/12/7 29/13/7 21/9/7 +f 29/13/7 25/1/1 21/9/7 +f 30/14/7 25/1/1 29/13/7 +f 31/14/7 25/1/1 30/14/7 +f 25/1/1 31/14/7 9/1/7 +f 32/13/7 9/1/7 31/14/7 +f 7/2/7 9/1/7 32/13/7 +f 26/11/7 7/2/7 33/11/7 +f 34/12/7 7/2/7 32/13/7 +f 33/11/7 7/2/7 34/12/7 +f 36/16/8 35/15/8 5/2/8 +f 37/17/8 36/16/8 5/2/8 +f 5/2/8 35/15/8 8/1/8 +f 6/2/1 37/17/8 5/2/8 +f 38/18/8 8/1/8 35/15/8 +f 39/18/8 8/1/8 38/18/8 +f 37/17/8 6/2/1 40/17/8 +f 40/17/8 6/2/1 41/16/8 +f 39/18/8 42/15/8 8/1/8 +f 41/16/8 6/2/1 42/15/8 +f 8/1/8 42/15/8 25/1/1 +f 6/2/1 25/1/1 42/15/8 +f 6/2/2 10/3/9 11/4/9 +f 6/2/2 11/4/9 13/6/9 +f 6/2/2 13/6/9 7/2/9 +f 14/6/9 7/2/9 13/6/9 +f 15/4/9 7/2/9 14/6/9 +f 6/2/2 12/5/9 10/3/9 +f 16/3/9 7/2/9 15/4/9 +f 6/2/2 17/7/9 12/5/9 +f 12/5/9 17/7/9 18/5/9 +f 6/2/2 19/8/9 17/7/9 +f 20/7/9 18/5/9 17/7/9 +f 6/2/2 21/9/9 19/8/9 +f 22/8/9 18/5/9 20/7/9 +f 23/9/9 18/5/9 22/8/9 +f 24/10/9 18/5/9 23/9/9 +f 25/1/2 21/9/9 6/2/2 +f 26/11/9 16/3/9 18/5/9 +f 26/11/9 18/5/9 24/10/9 +f 26/11/9 7/2/9 16/3/9 +f 27/10/9 26/11/9 24/10/9 +f 21/9/9 26/11/9 27/10/9 +f 21/9/9 28/12/9 26/11/9 +f 21/9/9 29/13/9 28/12/9 +f 21/9/9 25/1/2 29/13/9 +f 29/13/9 25/1/2 30/14/9 +f 30/14/9 25/1/2 31/14/9 +f 9/1/9 31/14/9 25/1/2 +f 31/14/9 9/1/9 32/13/9 +f 32/13/9 9/1/9 7/2/9 +f 33/11/9 7/2/9 26/11/9 +f 32/13/9 7/2/9 34/12/9 +f 34/12/9 7/2/9 33/11/9 +f 5/2/10 35/15/10 36/16/10 +f 5/2/10 36/16/10 37/17/10 +f 8/1/10 35/15/10 5/2/10 +f 5/2/10 37/17/10 6/2/2 +f 35/15/10 8/1/10 38/18/10 +f 38/18/10 8/1/10 39/18/10 +f 40/17/10 6/2/2 37/17/10 +f 41/16/10 6/2/2 40/17/10 +f 8/1/10 42/15/10 39/18/10 +f 42/15/10 6/2/2 41/16/10 +f 25/1/2 42/15/10 8/1/10 +f 42/15/10 25/1/2 6/2/2 +f 45/20/11 44/19/12 43/19/11 +f 44/19/12 45/20/11 46/20/12 +f 43/19/13 44/19/14 45/20/13 +f 46/20/14 45/20/13 44/19/14 +f 49/20/13 48/19/14 47/19/13 +f 48/19/14 49/20/13 50/20/14 +f 47/19/11 48/19/12 49/20/11 +f 50/20/12 49/20/11 48/19/12 +f 53/20/16 52/19/15 51/20/15 +f 52/19/15 53/20/16 54/19/16 +f 51/20/18 52/19/18 53/20/17 +f 54/19/17 53/20/17 52/19/18 +f 57/19/18 56/20/17 55/19/17 +f 56/20/17 57/19/18 58/20/18 +f 55/19/16 56/20/16 57/19/15 +f 58/20/15 57/19/15 56/20/16 +f 50/20/14 57/19/18 48/19/14 +f 57/19/18 50/20/14 58/20/18 +f 48/19/12 57/19/15 50/20/12 +f 58/20/15 50/20/12 57/19/15 +f 46/20/12 52/19/15 44/19/12 +f 52/19/15 46/20/12 51/20/15 +f 44/19/14 52/19/18 46/20/14 +f 51/20/18 46/20/14 52/19/18 +f 53/20/16 47/19/13 54/19/16 +f 47/19/13 53/20/16 49/20/13 +f 54/19/17 47/19/11 53/20/17 +f 49/20/11 53/20/17 47/19/11 +f 56/20/17 43/19/11 55/19/17 +f 43/19/11 56/20/17 45/20/11 +f 55/19/16 43/19/13 56/20/16 +f 45/20/13 56/20/16 43/19/13 +f 46/20/19 53/20/19 51/20/19 +f 53/20/19 46/20/19 49/20/19 +f 49/20/19 46/20/19 45/20/19 +f 49/20/19 45/20/19 50/20/19 +f 50/20/19 45/20/19 56/20/19 +f 50/20/19 56/20/19 58/20/19 +f 51/20/20 53/20/20 46/20/20 +f 49/20/20 46/20/20 53/20/20 +f 45/20/20 46/20/20 49/20/20 +f 50/20/20 45/20/20 49/20/20 +f 56/20/20 45/20/20 50/20/20 +f 58/20/20 56/20/20 50/20/20 +f 47/19/20 52/19/20 54/19/20 +f 52/19/20 47/19/20 44/19/20 +f 44/19/20 47/19/20 48/19/20 +f 44/19/20 48/19/20 43/19/20 +f 43/19/20 48/19/20 57/19/20 +f 43/19/20 57/19/20 55/19/20 +f 54/19/19 52/19/19 47/19/19 +f 44/19/19 47/19/19 52/19/19 +f 48/19/19 47/19/19 44/19/19 +f 43/19/19 48/19/19 44/19/19 +f 57/19/19 48/19/19 43/19/19 +f 55/19/19 57/19/19 43/19/19 +f 61/20/11 60/19/12 59/19/11 +f 60/19/12 61/20/11 62/20/12 +f 59/19/13 60/19/14 61/20/13 +f 62/20/14 61/20/13 60/19/14 +f 65/20/13 64/19/14 63/19/13 +f 64/19/14 65/20/13 66/20/14 +f 63/19/11 64/19/12 65/20/11 +f 66/20/12 65/20/11 64/19/12 +f 69/20/16 68/19/15 67/20/15 +f 68/19/15 69/20/16 70/19/16 +f 67/20/18 68/19/18 69/20/17 +f 70/19/17 69/20/17 68/19/18 +f 73/19/18 72/20/17 71/19/17 +f 72/20/17 73/19/18 74/20/18 +f 71/19/16 72/20/16 73/19/15 +f 74/20/15 73/19/15 72/20/16 +f 66/20/14 73/19/18 64/19/14 +f 73/19/18 66/20/14 74/20/18 +f 64/19/12 73/19/15 66/20/12 +f 74/20/15 66/20/12 73/19/15 +f 62/20/12 68/19/15 60/19/12 +f 68/19/15 62/20/12 67/20/15 +f 60/19/14 68/19/18 62/20/14 +f 67/20/18 62/20/14 68/19/18 +f 69/20/16 63/19/13 70/19/16 +f 63/19/13 69/20/16 65/20/13 +f 70/19/17 63/19/11 69/20/17 +f 65/20/11 69/20/17 63/19/11 +f 72/20/17 59/19/11 71/19/17 +f 59/19/11 72/20/17 61/20/11 +f 71/19/16 59/19/13 72/20/16 +f 61/20/13 72/20/16 59/19/13 +f 62/20/19 69/20/19 67/20/19 +f 69/20/19 62/20/19 65/20/19 +f 65/20/19 62/20/19 61/20/19 +f 65/20/19 61/20/19 66/20/19 +f 66/20/19 61/20/19 72/20/19 +f 66/20/19 72/20/19 74/20/19 +f 67/20/20 69/20/20 62/20/20 +f 65/20/20 62/20/20 69/20/20 +f 61/20/20 62/20/20 65/20/20 +f 66/20/20 61/20/20 65/20/20 +f 72/20/20 61/20/20 66/20/20 +f 74/20/20 72/20/20 66/20/20 +f 63/19/20 68/19/20 70/19/20 +f 68/19/20 63/19/20 60/19/20 +f 60/19/20 63/19/20 64/19/20 +f 60/19/20 64/19/20 59/19/20 +f 59/19/20 64/19/20 73/19/20 +f 59/19/20 73/19/20 71/19/20 +f 70/19/19 68/19/19 63/19/19 +f 60/19/19 63/19/19 68/19/19 +f 64/19/19 63/19/19 60/19/19 +f 59/19/19 64/19/19 60/19/19 +f 73/19/19 64/19/19 59/19/19 +f 71/19/19 73/19/19 59/19/19 +f 77/20/11 76/19/12 75/19/11 +f 76/19/12 77/20/11 78/20/12 +f 75/19/13 76/19/14 77/20/13 +f 78/20/14 77/20/13 76/19/14 +f 81/20/13 80/19/14 79/19/13 +f 80/19/14 81/20/13 82/20/14 +f 79/19/11 80/19/12 81/20/11 +f 82/20/12 81/20/11 80/19/12 +f 85/20/16 84/19/15 83/20/15 +f 84/19/15 85/20/16 86/19/16 +f 83/20/18 84/19/18 85/20/17 +f 86/19/17 85/20/17 84/19/18 +f 89/19/18 88/20/17 87/19/17 +f 88/20/17 89/19/18 90/20/18 +f 87/19/16 88/20/16 89/19/15 +f 90/20/15 89/19/15 88/20/16 +f 82/20/14 89/19/18 80/19/14 +f 89/19/18 82/20/14 90/20/18 +f 80/19/12 89/19/15 82/20/12 +f 90/20/15 82/20/12 89/19/15 +f 78/20/12 84/19/15 76/19/12 +f 84/19/15 78/20/12 83/20/15 +f 76/19/14 84/19/18 78/20/14 +f 83/20/18 78/20/14 84/19/18 +f 85/20/16 79/19/13 86/19/16 +f 79/19/13 85/20/16 81/20/13 +f 86/19/17 79/19/11 85/20/17 +f 81/20/11 85/20/17 79/19/11 +f 88/20/17 75/19/11 87/19/17 +f 75/19/11 88/20/17 77/20/11 +f 87/19/16 75/19/13 88/20/16 +f 77/20/13 88/20/16 75/19/13 +f 78/20/19 85/20/19 83/20/19 +f 85/20/19 78/20/19 81/20/19 +f 81/20/19 78/20/19 77/20/19 +f 81/20/19 77/20/19 82/20/19 +f 82/20/19 77/20/19 88/20/19 +f 82/20/19 88/20/19 90/20/19 +f 83/20/20 85/20/20 78/20/20 +f 81/20/20 78/20/20 85/20/20 +f 77/20/20 78/20/20 81/20/20 +f 82/20/20 77/20/20 81/20/20 +f 88/20/20 77/20/20 82/20/20 +f 90/20/20 88/20/20 82/20/20 +f 79/19/20 84/19/20 86/19/20 +f 84/19/20 79/19/20 76/19/20 +f 76/19/20 79/19/20 80/19/20 +f 76/19/20 80/19/20 75/19/20 +f 75/19/20 80/19/20 89/19/20 +f 75/19/20 89/19/20 87/19/20 +f 86/19/19 84/19/19 79/19/19 +f 76/19/19 79/19/19 84/19/19 +f 80/19/19 79/19/19 76/19/19 +f 75/19/19 80/19/19 76/19/19 +f 89/19/19 80/19/19 75/19/19 +f 87/19/19 89/19/19 75/19/19 +f 93/20/21 92/19/22 91/19/21 +f 92/19/22 93/20/21 94/20/22 +f 91/19/23 92/19/24 93/20/23 +f 94/20/24 93/20/23 92/19/24 +f 97/20/23 96/19/24 95/19/23 +f 96/19/24 97/20/23 98/20/24 +f 95/19/21 96/19/22 97/20/21 +f 98/20/22 97/20/21 96/19/22 +f 101/20/26 100/19/25 99/20/25 +f 100/19/25 101/20/26 102/19/26 +f 99/20/28 100/19/28 101/20/27 +f 102/19/27 101/20/27 100/19/28 +f 105/19/28 104/20/27 103/19/27 +f 104/20/27 105/19/28 106/20/28 +f 103/19/26 104/20/26 105/19/25 +f 106/20/25 105/19/25 104/20/26 +f 98/20/24 105/19/28 96/19/24 +f 105/19/28 98/20/24 106/20/28 +f 96/19/22 105/19/25 98/20/22 +f 106/20/25 98/20/22 105/19/25 +f 94/20/22 100/19/25 92/19/22 +f 100/19/25 94/20/22 99/20/25 +f 92/19/24 100/19/28 94/20/24 +f 99/20/28 94/20/24 100/19/28 +f 101/20/26 95/19/23 102/19/26 +f 95/19/23 101/20/26 97/20/23 +f 102/19/27 95/19/21 101/20/27 +f 97/20/21 101/20/27 95/19/21 +f 104/20/27 91/19/21 103/19/27 +f 91/19/21 104/20/27 93/20/21 +f 103/19/26 91/19/23 104/20/26 +f 93/20/23 104/20/26 91/19/23 +f 94/20/29 101/20/29 99/20/29 +f 101/20/29 94/20/29 97/20/29 +f 97/20/29 94/20/29 93/20/29 +f 97/20/29 93/20/29 98/20/29 +f 98/20/29 93/20/29 104/20/29 +f 98/20/29 104/20/29 106/20/29 +f 99/20/30 101/20/30 94/20/30 +f 97/20/30 94/20/30 101/20/30 +f 93/20/30 94/20/30 97/20/30 +f 98/20/30 93/20/30 97/20/30 +f 104/20/30 93/20/30 98/20/30 +f 106/20/30 104/20/30 98/20/30 +f 95/19/30 100/19/30 102/19/30 +f 100/19/30 95/19/30 92/19/30 +f 92/19/30 95/19/30 96/19/30 +f 92/19/30 96/19/30 91/19/30 +f 91/19/30 96/19/30 105/19/30 +f 91/19/30 105/19/30 103/19/30 +f 102/19/29 100/19/29 95/19/29 +f 92/19/29 95/19/29 100/19/29 +f 96/19/29 95/19/29 92/19/29 +f 91/19/29 96/19/29 92/19/29 +f 105/19/29 96/19/29 91/19/29 +f 103/19/29 105/19/29 91/19/29 + +g template-wall-top + + + + +usemtl colormap + +f 3/2/1 2/1/1 1/1/1 +f 2/1/1 3/2/1 4/2/1 +f 1/1/2 2/1/2 3/2/2 +f 4/2/2 3/2/2 2/1/2 +f 5/2/3 4/2/3 3/2/3 +f 4/2/3 5/2/3 6/2/3 +f 4/2/3 6/2/3 7/2/3 +f 3/2/4 4/2/4 5/2/4 +f 6/2/4 5/2/4 4/2/4 +f 7/2/4 6/2/4 4/2/4 +f 3/2/5 8/1/5 5/2/5 +f 8/1/5 3/2/5 1/1/5 +f 5/2/6 8/1/6 3/2/6 +f 1/1/6 3/2/6 8/1/6 +f 2/1/6 7/2/6 9/1/6 +f 7/2/6 2/1/6 4/2/6 +f 9/1/5 7/2/5 2/1/5 +f 4/2/5 2/1/5 7/2/5 +f 11/4/7 10/3/7 6/2/1 +f 10/3/7 12/5/7 6/2/1 +f 13/6/7 11/4/7 6/2/1 +f 7/2/7 13/6/7 6/2/1 +f 13/6/7 7/2/7 14/6/7 +f 14/6/7 7/2/7 15/4/7 +f 15/4/7 7/2/7 16/3/7 +f 12/5/7 17/7/7 6/2/1 +f 18/5/7 17/7/7 12/5/7 +f 17/7/7 19/8/7 6/2/1 +f 17/7/7 18/5/7 20/7/7 +f 19/8/7 21/9/7 6/2/1 +f 20/7/7 18/5/7 22/8/7 +f 22/8/7 18/5/7 23/9/7 +f 23/9/7 18/5/7 24/10/7 +f 6/2/1 21/9/7 25/1/1 +f 18/5/7 16/3/7 26/11/7 +f 24/10/7 18/5/7 26/11/7 +f 16/3/7 7/2/7 26/11/7 +f 24/10/7 26/11/7 27/10/7 +f 27/10/7 26/11/7 21/9/7 +f 26/11/7 28/12/7 21/9/7 +f 28/12/7 29/13/7 21/9/7 +f 29/13/7 25/1/1 21/9/7 +f 30/14/7 25/1/1 29/13/7 +f 31/14/7 25/1/1 30/14/7 +f 25/1/1 31/14/7 9/1/7 +f 32/13/7 9/1/7 31/14/7 +f 7/2/7 9/1/7 32/13/7 +f 26/11/7 7/2/7 33/11/7 +f 34/12/7 7/2/7 32/13/7 +f 33/11/7 7/2/7 34/12/7 +f 36/16/8 35/15/8 5/2/8 +f 37/17/8 36/16/8 5/2/8 +f 5/2/8 35/15/8 8/1/8 +f 6/2/1 37/17/8 5/2/8 +f 38/18/8 8/1/8 35/15/8 +f 39/18/8 8/1/8 38/18/8 +f 37/17/8 6/2/1 40/17/8 +f 40/17/8 6/2/1 41/16/8 +f 39/18/8 42/15/8 8/1/8 +f 41/16/8 6/2/1 42/15/8 +f 8/1/8 42/15/8 25/1/1 +f 6/2/1 25/1/1 42/15/8 +f 6/2/2 10/3/9 11/4/9 +f 6/2/2 11/4/9 13/6/9 +f 6/2/2 13/6/9 7/2/9 +f 14/6/9 7/2/9 13/6/9 +f 15/4/9 7/2/9 14/6/9 +f 6/2/2 12/5/9 10/3/9 +f 16/3/9 7/2/9 15/4/9 +f 6/2/2 17/7/9 12/5/9 +f 12/5/9 17/7/9 18/5/9 +f 6/2/2 19/8/9 17/7/9 +f 20/7/9 18/5/9 17/7/9 +f 6/2/2 21/9/9 19/8/9 +f 22/8/9 18/5/9 20/7/9 +f 23/9/9 18/5/9 22/8/9 +f 24/10/9 18/5/9 23/9/9 +f 25/1/2 21/9/9 6/2/2 +f 26/11/9 16/3/9 18/5/9 +f 26/11/9 18/5/9 24/10/9 +f 26/11/9 7/2/9 16/3/9 +f 27/10/9 26/11/9 24/10/9 +f 21/9/9 26/11/9 27/10/9 +f 21/9/9 28/12/9 26/11/9 +f 21/9/9 29/13/9 28/12/9 +f 21/9/9 25/1/2 29/13/9 +f 29/13/9 25/1/2 30/14/9 +f 30/14/9 25/1/2 31/14/9 +f 9/1/9 31/14/9 25/1/2 +f 31/14/9 9/1/9 32/13/9 +f 32/13/9 9/1/9 7/2/9 +f 33/11/9 7/2/9 26/11/9 +f 32/13/9 7/2/9 34/12/9 +f 34/12/9 7/2/9 33/11/9 +f 5/2/10 35/15/10 36/16/10 +f 5/2/10 36/16/10 37/17/10 +f 8/1/10 35/15/10 5/2/10 +f 5/2/10 37/17/10 6/2/2 +f 35/15/10 8/1/10 38/18/10 +f 38/18/10 8/1/10 39/18/10 +f 40/17/10 6/2/2 37/17/10 +f 41/16/10 6/2/2 40/17/10 +f 8/1/10 42/15/10 39/18/10 +f 42/15/10 6/2/2 41/16/10 +f 25/1/2 42/15/10 8/1/10 +f 42/15/10 25/1/2 6/2/2 +f 45/20/11 44/19/12 43/19/11 +f 44/19/12 45/20/11 46/20/12 +f 43/19/13 44/19/14 45/20/13 +f 46/20/14 45/20/13 44/19/14 +f 49/20/13 48/19/14 47/19/13 +f 48/19/14 49/20/13 50/20/14 +f 47/19/11 48/19/12 49/20/11 +f 50/20/12 49/20/11 48/19/12 +f 53/20/16 52/19/15 51/20/15 +f 52/19/15 53/20/16 54/19/16 +f 51/20/18 52/19/18 53/20/17 +f 54/19/17 53/20/17 52/19/18 +f 57/19/18 56/20/17 55/19/17 +f 56/20/17 57/19/18 58/20/18 +f 55/19/16 56/20/16 57/19/15 +f 58/20/15 57/19/15 56/20/16 +f 50/20/14 57/19/18 48/19/14 +f 57/19/18 50/20/14 58/20/18 +f 48/19/12 57/19/15 50/20/12 +f 58/20/15 50/20/12 57/19/15 +f 46/20/12 52/19/15 44/19/12 +f 52/19/15 46/20/12 51/20/15 +f 44/19/14 52/19/18 46/20/14 +f 51/20/18 46/20/14 52/19/18 +f 53/20/16 47/19/13 54/19/16 +f 47/19/13 53/20/16 49/20/13 +f 54/19/17 47/19/11 53/20/17 +f 49/20/11 53/20/17 47/19/11 +f 56/20/17 43/19/11 55/19/17 +f 43/19/11 56/20/17 45/20/11 +f 55/19/16 43/19/13 56/20/16 +f 45/20/13 56/20/16 43/19/13 +f 46/20/19 53/20/19 51/20/19 +f 53/20/19 46/20/19 49/20/19 +f 49/20/19 46/20/19 45/20/19 +f 49/20/19 45/20/19 50/20/19 +f 50/20/19 45/20/19 56/20/19 +f 50/20/19 56/20/19 58/20/19 +f 51/20/20 53/20/20 46/20/20 +f 49/20/20 46/20/20 53/20/20 +f 45/20/20 46/20/20 49/20/20 +f 50/20/20 45/20/20 49/20/20 +f 56/20/20 45/20/20 50/20/20 +f 58/20/20 56/20/20 50/20/20 +f 47/19/20 52/19/20 54/19/20 +f 52/19/20 47/19/20 44/19/20 +f 44/19/20 47/19/20 48/19/20 +f 44/19/20 48/19/20 43/19/20 +f 43/19/20 48/19/20 57/19/20 +f 43/19/20 57/19/20 55/19/20 +f 54/19/19 52/19/19 47/19/19 +f 44/19/19 47/19/19 52/19/19 +f 48/19/19 47/19/19 44/19/19 +f 43/19/19 48/19/19 44/19/19 +f 57/19/19 48/19/19 43/19/19 +f 55/19/19 57/19/19 43/19/19 +f 61/20/11 60/19/12 59/19/11 +f 60/19/12 61/20/11 62/20/12 +f 59/19/13 60/19/14 61/20/13 +f 62/20/14 61/20/13 60/19/14 +f 65/20/13 64/19/14 63/19/13 +f 64/19/14 65/20/13 66/20/14 +f 63/19/11 64/19/12 65/20/11 +f 66/20/12 65/20/11 64/19/12 +f 69/20/16 68/19/15 67/20/15 +f 68/19/15 69/20/16 70/19/16 +f 67/20/18 68/19/18 69/20/17 +f 70/19/17 69/20/17 68/19/18 +f 73/19/18 72/20/17 71/19/17 +f 72/20/17 73/19/18 74/20/18 +f 71/19/16 72/20/16 73/19/15 +f 74/20/15 73/19/15 72/20/16 +f 66/20/14 73/19/18 64/19/14 +f 73/19/18 66/20/14 74/20/18 +f 64/19/12 73/19/15 66/20/12 +f 74/20/15 66/20/12 73/19/15 +f 62/20/12 68/19/15 60/19/12 +f 68/19/15 62/20/12 67/20/15 +f 60/19/14 68/19/18 62/20/14 +f 67/20/18 62/20/14 68/19/18 +f 69/20/16 63/19/13 70/19/16 +f 63/19/13 69/20/16 65/20/13 +f 70/19/17 63/19/11 69/20/17 +f 65/20/11 69/20/17 63/19/11 +f 72/20/17 59/19/11 71/19/17 +f 59/19/11 72/20/17 61/20/11 +f 71/19/16 59/19/13 72/20/16 +f 61/20/13 72/20/16 59/19/13 +f 62/20/19 69/20/19 67/20/19 +f 69/20/19 62/20/19 65/20/19 +f 65/20/19 62/20/19 61/20/19 +f 65/20/19 61/20/19 66/20/19 +f 66/20/19 61/20/19 72/20/19 +f 66/20/19 72/20/19 74/20/19 +f 67/20/20 69/20/20 62/20/20 +f 65/20/20 62/20/20 69/20/20 +f 61/20/20 62/20/20 65/20/20 +f 66/20/20 61/20/20 65/20/20 +f 72/20/20 61/20/20 66/20/20 +f 74/20/20 72/20/20 66/20/20 +f 63/19/20 68/19/20 70/19/20 +f 68/19/20 63/19/20 60/19/20 +f 60/19/20 63/19/20 64/19/20 +f 60/19/20 64/19/20 59/19/20 +f 59/19/20 64/19/20 73/19/20 +f 59/19/20 73/19/20 71/19/20 +f 70/19/19 68/19/19 63/19/19 +f 60/19/19 63/19/19 68/19/19 +f 64/19/19 63/19/19 60/19/19 +f 59/19/19 64/19/19 60/19/19 +f 73/19/19 64/19/19 59/19/19 +f 71/19/19 73/19/19 59/19/19 +f 77/20/11 76/19/12 75/19/11 +f 76/19/12 77/20/11 78/20/12 +f 75/19/13 76/19/14 77/20/13 +f 78/20/14 77/20/13 76/19/14 +f 81/20/13 80/19/14 79/19/13 +f 80/19/14 81/20/13 82/20/14 +f 79/19/11 80/19/12 81/20/11 +f 82/20/12 81/20/11 80/19/12 +f 85/20/16 84/19/15 83/20/15 +f 84/19/15 85/20/16 86/19/16 +f 83/20/18 84/19/18 85/20/17 +f 86/19/17 85/20/17 84/19/18 +f 89/19/18 88/20/17 87/19/17 +f 88/20/17 89/19/18 90/20/18 +f 87/19/16 88/20/16 89/19/15 +f 90/20/15 89/19/15 88/20/16 +f 82/20/14 89/19/18 80/19/14 +f 89/19/18 82/20/14 90/20/18 +f 80/19/12 89/19/15 82/20/12 +f 90/20/15 82/20/12 89/19/15 +f 78/20/12 84/19/15 76/19/12 +f 84/19/15 78/20/12 83/20/15 +f 76/19/14 84/19/18 78/20/14 +f 83/20/18 78/20/14 84/19/18 +f 85/20/16 79/19/13 86/19/16 +f 79/19/13 85/20/16 81/20/13 +f 86/19/17 79/19/11 85/20/17 +f 81/20/11 85/20/17 79/19/11 +f 88/20/17 75/19/11 87/19/17 +f 75/19/11 88/20/17 77/20/11 +f 87/19/16 75/19/13 88/20/16 +f 77/20/13 88/20/16 75/19/13 +f 78/20/19 85/20/19 83/20/19 +f 85/20/19 78/20/19 81/20/19 +f 81/20/19 78/20/19 77/20/19 +f 81/20/19 77/20/19 82/20/19 +f 82/20/19 77/20/19 88/20/19 +f 82/20/19 88/20/19 90/20/19 +f 83/20/20 85/20/20 78/20/20 +f 81/20/20 78/20/20 85/20/20 +f 77/20/20 78/20/20 81/20/20 +f 82/20/20 77/20/20 81/20/20 +f 88/20/20 77/20/20 82/20/20 +f 90/20/20 88/20/20 82/20/20 +f 79/19/20 84/19/20 86/19/20 +f 84/19/20 79/19/20 76/19/20 +f 76/19/20 79/19/20 80/19/20 +f 76/19/20 80/19/20 75/19/20 +f 75/19/20 80/19/20 89/19/20 +f 75/19/20 89/19/20 87/19/20 +f 86/19/19 84/19/19 79/19/19 +f 76/19/19 79/19/19 84/19/19 +f 80/19/19 79/19/19 76/19/19 +f 75/19/19 80/19/19 76/19/19 +f 89/19/19 80/19/19 75/19/19 +f 87/19/19 89/19/19 75/19/19 +f 93/20/21 92/19/22 91/19/21 +f 92/19/22 93/20/21 94/20/22 +f 91/19/23 92/19/24 93/20/23 +f 94/20/24 93/20/23 92/19/24 +f 97/20/23 96/19/24 95/19/23 +f 96/19/24 97/20/23 98/20/24 +f 95/19/21 96/19/22 97/20/21 +f 98/20/22 97/20/21 96/19/22 +f 101/20/26 100/19/25 99/20/25 +f 100/19/25 101/20/26 102/19/26 +f 99/20/28 100/19/28 101/20/27 +f 102/19/27 101/20/27 100/19/28 +f 105/19/28 104/20/27 103/19/27 +f 104/20/27 105/19/28 106/20/28 +f 103/19/26 104/20/26 105/19/25 +f 106/20/25 105/19/25 104/20/26 +f 98/20/24 105/19/28 96/19/24 +f 105/19/28 98/20/24 106/20/28 +f 96/19/22 105/19/25 98/20/22 +f 106/20/25 98/20/22 105/19/25 +f 94/20/22 100/19/25 92/19/22 +f 100/19/25 94/20/22 99/20/25 +f 92/19/24 100/19/28 94/20/24 +f 99/20/28 94/20/24 100/19/28 +f 101/20/26 95/19/23 102/19/26 +f 95/19/23 101/20/26 97/20/23 +f 102/19/27 95/19/21 101/20/27 +f 97/20/21 101/20/27 95/19/21 +f 104/20/27 91/19/21 103/19/27 +f 91/19/21 104/20/27 93/20/21 +f 103/19/26 91/19/23 104/20/26 +f 93/20/23 104/20/26 91/19/23 +f 94/20/29 101/20/29 99/20/29 +f 101/20/29 94/20/29 97/20/29 +f 97/20/29 94/20/29 93/20/29 +f 97/20/29 93/20/29 98/20/29 +f 98/20/29 93/20/29 104/20/29 +f 98/20/29 104/20/29 106/20/29 +f 99/20/30 101/20/30 94/20/30 +f 97/20/30 94/20/30 101/20/30 +f 93/20/30 94/20/30 97/20/30 +f 98/20/30 93/20/30 97/20/30 +f 104/20/30 93/20/30 98/20/30 +f 106/20/30 104/20/30 98/20/30 +f 95/19/30 100/19/30 102/19/30 +f 100/19/30 95/19/30 92/19/30 +f 92/19/30 95/19/30 96/19/30 +f 92/19/30 96/19/30 91/19/30 +f 91/19/30 96/19/30 105/19/30 +f 91/19/30 105/19/30 103/19/30 +f 102/19/29 100/19/29 95/19/29 +f 92/19/29 95/19/29 100/19/29 +f 96/19/29 95/19/29 92/19/29 +f 91/19/29 96/19/29 92/19/29 +f 105/19/29 96/19/29 91/19/29 +f 103/19/29 105/19/29 91/19/29 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-top.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-top.obj.import new file mode 100644 index 0000000..37d87e4 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-top.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://3o7s3enatvs1" +path="res://.godot/imported/template-wall-top.obj-ccd8d363f8806ccc0dd8eac549ca49d7.mesh" + +[deps] + +files=["res://.godot/imported/template-wall-top.obj-ccd8d363f8806ccc0dd8eac549ca49d7.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-top.obj" +dest_files=["res://.godot/imported/template-wall-top.obj-ccd8d363f8806ccc0dd8eac549ca49d7.mesh", "res://.godot/imported/template-wall-top.obj-ccd8d363f8806ccc0dd8eac549ca49d7.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall.mtl b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall.mtl new file mode 100644 index 0000000..8b82a3d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall.mtl @@ -0,0 +1,6 @@ +# Created by Kenney (www.kenney.nl) + +newmtl colormap +Kd 1 1 1 +map_Kd Textures/colormap.png + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall.obj b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall.obj new file mode 100644 index 0000000..1813a1e --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall.obj @@ -0,0 +1,1120 @@ +# Created by Kenney (www.kenney.nl) + +mtllib template-wall.mtl + +g template-wall + +v -1.296845 0 -1.567808 1 1 1 +v -1.266227 0.05 -1.55013 1 1 1 +v -1.245081 0 -1.374623 1 1 1 +v -1.227404 0.05 -1.405241 1 1 1 +v -1.051896 0 -1.426387 1 1 1 +v -1.082515 0.05 -1.444064 1 1 1 +v -1.547956 0 -1.285347 1 1 1 +v -1.934326 0 -1.388874 1 1 1 +v -1.583311 0.1 -1.346584 1 1 1 +v -1.873089 0.1 -1.42423 1 1 1 +v -1.830798 0 -1.775245 1 1 1 +v -1.795443 0.1 -1.714007 1 1 1 +v 1.071888 0 -1.993567 1 1 1 +v 1.096888 0.1 -1.968567 1 1 1 +v 1.071888 0 -1.793567 1 1 1 +v 1.096888 0.1 -1.818567 1 1 1 +v 1.246888 0.1 -1.968567 1 1 1 +v 1.246888 0.1 -1.818567 1 1 1 +v 1.271888 0 -1.793567 1 1 1 +v 1.271888 0 -1.993567 1 1 1 +v -1.444428 0 -1.671717 1 1 1 +v -1.505665 0.1 -1.636362 1 1 1 +v -1.10366 0 -1.619572 1 1 1 +v -1.121338 0.05 -1.588953 1 1 1 +v 1.74957 0.05 -1.501779 1 1 1 +v 1.537438 0.05 -1.289647 1 1 1 +v 1.537438 0.05 -1.713911 1 1 1 +v 1.325306 0.05 -1.501779 1 1 1 +v 1.537438 0 -1.784622 1 1 1 +v 1.254595 0 -1.501779 1 1 1 +v 0.8904099 -2.887646E-15 -1.902406 1 1 1 +v 0.8550546 0.05 -1.841169 1 1 1 +v 0.5040396 -2.887646E-15 -1.798878 1 1 1 +v 0.5652769 0.05 -1.763523 1 1 1 +v 1.82028 0 -1.501779 1 1 1 +v 1.537438 0 -1.218937 1 1 1 +v 0.9939375 -2.887646E-15 -1.516036 1 1 1 +v 0.6075672 -2.887646E-15 -1.412508 1 1 1 +v 0.9327003 0.05 -1.551391 1 1 1 +v 0.6429225 0.05 -1.473745 1 1 1 +v -2 0.2 -0.6009976 1 1 1 +v -1.848093E-13 0.2 -0.8009976 1 1 1 +v -2 0.9 -0.6009976 1 1 1 +v -1.848093E-13 0.9 -0.8009976 1 1 1 +v 2 0.9 -5.960464E-08 1 1 1 +v -2 0.9 -5.960464E-08 1 1 1 +v 2 0.9 -0.6009976 1 1 1 +v 2 0.2 -5.960464E-08 1 1 1 +v -2 0.2 -5.960464E-08 1 1 1 +v 2 0.2 -0.6009976 1 1 1 +v 2 0.2 -1.001995 1 1 1 +v 2 0 -1.001995 1 1 1 +v 2 0 -5.960464E-08 1 1 1 +v -2 0 -1.001995 1 1 1 +v -1.492932E-08 0 -1.201995 1 1 1 +v -2 0.2 -1.001995 1 1 1 +v -1.492932E-08 0.2 -1.201995 1 1 1 +v -2 0 0 1 1 1 +v -2 0.2 0 1 1 1 +v 2 3 0 1 1 1 +v -2 3 0 1 1 1 +v 2 3 -0.4 1 1 1 +v -4.042704E-14 3 -0.6 1 1 1 +v -2 3 -0.4 1 1 1 +v 2 0.9 0 1 1 1 +v -2 0.9 0 1 1 1 +v -2 0.9 -0.4 1 1 1 +v 2 0.9 -0.4 1 1 1 +v -1.08287 2.341752 -0.491713 1 1 1 +v -1.08287 2.541752 -0.491713 1 1 1 +v -1.132621 2.291752 -0.4867378 1 1 1 +v -1.132621 2.591752 -0.4867378 1 1 1 +v -4.042704E-14 0.9 -0.6 1 1 1 +v -1.516119 2.291752 -0.4483881 1 1 1 +v -1.565871 2.341752 -0.4434129 1 1 1 +v -1.516119 2.591752 -0.4483881 1 1 1 +v -1.565871 2.541752 -0.4434129 1 1 1 +v 1.681813 1.683671 -0.4318187 1 1 1 +v 1.681813 1.883671 -0.4318187 1 1 1 +v 1.632061 1.933671 -0.4367939 1 1 1 +v 1.248564 1.933671 -0.4751436 1 1 1 +v 1.198812 1.883671 -0.4801188 1 1 1 +v 1.198812 1.683671 -0.4801188 1 1 1 +v 1.632061 1.633671 -0.4367939 1 1 1 +v 0.922882 1.585278 -0.5077118 1 1 1 +v 1.248564 1.633671 -0.4751436 1 1 1 +v 0.5393845 1.585278 -0.5460616 1 1 1 +v 0.4896326 1.535278 -0.5510367 1 1 1 +v 0.4896326 1.335278 -0.5510367 1 1 1 +v 0.5393845 1.285278 -0.5460616 1 1 1 +v 0.922882 1.285278 -0.5077118 1 1 1 +v 0.9726338 1.535278 -0.5027366 1 1 1 +v 0.9726338 1.335278 -0.5027366 1 1 1 +v -1.516118 2.291752 -0.4483881 1 1 1 +v -1.132621 2.291752 -0.4867378 1 1 1 +v -1.521093 2.291752 -0.49814 1 1 1 +v -1.137596 2.291752 -0.5364897 1 1 1 +v -1.132621 2.591752 -0.4867379 1 1 1 +v -1.516118 2.591752 -0.4483881 1 1 1 +v -1.137596 2.591752 -0.5364897 1 1 1 +v -1.521093 2.591752 -0.49814 1 1 1 +v -1.087844 2.341752 -0.5414649 1 1 1 +v -1.082869 2.341752 -0.491713 1 1 1 +v -1.087844 2.541752 -0.5414649 1 1 1 +v -1.082869 2.541752 -0.491713 1 1 1 +v -1.56587 2.341752 -0.4434129 1 1 1 +v -1.570845 2.341752 -0.4931648 1 1 1 +v -1.56587 2.541752 -0.443413 1 1 1 +v -1.570845 2.541752 -0.4931648 1 1 1 +v 1.248565 1.633671 -0.4751436 1 1 1 +v 1.632062 1.633671 -0.4367939 1 1 1 +v 1.25354 1.633671 -0.5248955 1 1 1 +v 1.637037 1.633671 -0.4865457 1 1 1 +v 1.632062 1.933671 -0.4367939 1 1 1 +v 1.248565 1.933671 -0.4751437 1 1 1 +v 1.637037 1.933671 -0.4865458 1 1 1 +v 1.25354 1.933671 -0.5248955 1 1 1 +v 1.686789 1.683671 -0.4815705 1 1 1 +v 1.681814 1.683671 -0.4318187 1 1 1 +v 1.686789 1.883671 -0.4815706 1 1 1 +v 1.681814 1.883671 -0.4318187 1 1 1 +v 1.198813 1.683671 -0.4801188 1 1 1 +v 1.203788 1.683671 -0.5298707 1 1 1 +v 1.198813 1.883671 -0.4801188 1 1 1 +v 1.203788 1.883671 -0.5298707 1 1 1 +v 0.5393838 1.285278 -0.5460615 1 1 1 +v 0.9228812 1.285278 -0.5077118 1 1 1 +v 0.544359 1.285278 -0.5958134 1 1 1 +v 0.9278564 1.285278 -0.5574636 1 1 1 +v 0.9228812 1.585278 -0.5077118 1 1 1 +v 0.5393838 1.585278 -0.5460616 1 1 1 +v 0.9278564 1.585278 -0.5574637 1 1 1 +v 0.544359 1.585278 -0.5958135 1 1 1 +v 0.9776083 1.335278 -0.5524884 1 1 1 +v 0.9726331 1.335278 -0.5027366 1 1 1 +v 0.9776083 1.535278 -0.5524885 1 1 1 +v 0.9726331 1.535278 -0.5027366 1 1 1 +v 0.4896319 1.335278 -0.5510367 1 1 1 +v 0.4946071 1.335278 -0.6007886 1 1 1 +v 0.4896319 1.535278 -0.5510367 1 1 1 +v 0.4946071 1.535278 -0.6007886 1 1 1 + +vn -0.7071068 0.5773503 -0.4082483 +vn -0.5202672 0.7994348 -0.3003764 +vn -0.4082483 0.5773503 0.7071068 +vn -0.3003764 0.7994348 0.5202672 +vn 0.4082483 -0.5773503 -0.7071068 +vn 0.5202672 -0.7994348 0.3003764 +vn 0.7071068 -0.5773503 0.4082483 +vn 0.3003764 -0.7994348 -0.5202672 +vn 0.7071068 0.5773503 0.4082483 +vn 0.5202672 0.7994348 0.3003764 +vn -0.5202672 -0.7994348 -0.3003764 +vn -0.7071068 -0.5773503 -0.4082483 +vn 0.4082483 0.5773503 0.7071068 +vn -0.7071068 0.5773503 0.4082483 +vn 0.3003764 0.7994348 0.5202672 +vn -0.5202672 0.7994348 0.3003764 +vn -0.3003764 -0.7994348 -0.5202672 +vn 0.7071068 -0.5773503 -0.4082483 +vn -0.4082483 -0.5773503 -0.7071068 +vn 0.5202672 -0.7994348 -0.3003764 +vn -0.4082483 0.5773503 -0.7071068 +vn -0.3003764 0.7994348 -0.5202672 +vn 0.3003764 -0.7994348 0.5202672 +vn 0.4082483 -0.5773503 0.7071068 +vn -0.6666667 0.3333333 -0.6666667 +vn -0.5033765 0.7022992 -0.5033765 +vn -0.6666667 0.3333333 0.6666667 +vn -0.5033765 0.7022992 0.5033765 +vn 0.6666667 -0.3333333 -0.6666667 +vn 0.5033765 -0.7022992 0.5033765 +vn 0.6666667 -0.3333333 0.6666667 +vn 0.5033765 -0.7022992 -0.5033765 +vn 0.5033765 0.7022992 -0.5033765 +vn 0.5033765 0.7022992 0.5033765 +vn -0.5033765 -0.7022992 -0.5033765 +vn -0.5033765 -0.7022992 0.5033765 +vn 0.6666667 0.3333333 0.6666667 +vn -0.6666667 -0.3333333 -0.6666667 +vn 0.6666667 0.3333333 -0.6666667 +vn -0.6666667 -0.3333333 0.6666667 +vn 0.7071068 0.5773503 -0.4082483 +vn 0.5202672 0.7994348 -0.3003764 +vn -0.5202672 -0.7994348 0.3003764 +vn -0.7071068 -0.5773503 0.4082483 +vn 0.4082483 0.5773503 -0.7071068 +vn 0.3003764 0.7994348 -0.5202672 +vn -0.4082483 -0.5773503 0.7071068 +vn -0.3003764 -0.7994348 0.5202672 +vn 0.4245382 0.9054101 0 +vn 0 0.9054101 0.4245382 +vn 0 0.9054101 -0.4245382 +vn -0.4245382 0.9054101 0 +vn 0 -0.9054101 0.4245382 +vn 0 -0.9054101 -0.4245382 +vn -0.4245382 -0.9054101 0 +vn 0.4245382 -0.9054101 0 +vn 0 0.8164966 -0.5773503 +vn -0.5773503 0.8164966 0 +vn 0 -0.8164966 0.5773503 +vn 0.5773503 -0.8164966 0 +vn 0.2886751 0.8164966 -0.5 +vn 0.2122691 0.90541 -0.3676609 +vn -0.5 0.8164966 -0.2886751 +vn -0.3676609 0.90541 -0.2122691 +vn 0.5 -0.8164966 0.2886751 +vn -0.2122691 -0.90541 0.3676609 +vn -0.2886751 -0.8164966 0.5 +vn 0.3676609 -0.90541 0.2122691 +vn 0.5773503 0.8164966 0 +vn -0.5773503 -0.8164966 0 +vn 0 0.8164966 0.5773503 +vn 0 -0.8164966 -0.5773503 +vn 0.5 0.8164966 0.2886751 +vn -0.2886751 0.8164966 0.5 +vn 0.3676609 0.90541 0.2122691 +vn -0.2122691 0.90541 0.3676609 +vn -0.3676609 -0.90541 -0.2122691 +vn 0.2886751 -0.8164966 -0.5 +vn -0.5 -0.8164966 -0.2886751 +vn 0.2122691 -0.90541 -0.3676609 +vn -0.09950371 0 -0.9950371 +vn 0 0 -1 +vn 0.09950371 0 0.9950371 +vn 0 0 1 +vn 0 1 0 +vn 0 -1 0 +vn 0.09950371 0 -0.9950371 +vn -0.09950371 0 0.9950371 +vn 1 0 0 +vn -1 0 0 +vn -0.09950373 0 -0.9950371 +vn 0.09950373 0 0.9950371 +vn 0.0995037 0 -0.9950371 +vn -0.0995037 0 0.9950371 +vn -0.3807842 -0.9238796 0.03807854 +vn 0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 0.9238796 -0.03807854 +vn -0.3807842 0.9238796 0.03807832 +vn 0.9192945 -0.3826835 -0.09192941 +vn 0.9192945 0.3826835 -0.0919295 +vn -0.9192945 -0.3826835 0.0919295 +vn -0.9192945 0.3826835 0.09192941 +vn -0.09950373 -1.192093E-07 -0.9950373 +vn 0.09950373 1.192093E-07 0.9950373 +vn -0.3807842 -0.9238796 -0.03807832 +vn 0.3807842 -0.9238796 0.03807854 +vn 0.3807842 0.9238796 0.03807832 +vn -0.3807842 0.9238796 -0.03807854 +vn 0.9192945 -0.3826835 0.0919295 +vn 0.9192945 0.3826835 0.09192941 +vn -0.9192945 -0.3826835 -0.09192941 +vn -0.9192945 0.3826835 -0.0919295 +vn 0.09950373 -1.192093E-07 -0.9950373 +vn -0.09950373 1.192093E-07 0.9950373 + +vt 0.09375 0.025 +vt 0.09375 0.065 +vt 0.09375 0.105 +vt 0.09375 0.225 +vt 0.34375 0.105 +vt 0.34375 0.025 +vt 0.34375 0.225 +vt 0.34375 0.1623098 +vt 0.34375 0.1813574 +vt 0.34375 0.1575478 +vt 0.34375 0.1861193 +vt 0.34375 0.09963536 +vt 0.34375 0.118683 +vt 0.34375 0.1234449 +vt 0.34375 0.09487346 +vt 0.34375 0.0902646 +vt 0.34375 0.08550269 +vt 0.34375 0.06645507 +vt 0.34375 0.06169317 +vt 0.34375 0.075 +vt 0.34375 0.175 + +usemtl colormap + +f 3/1/3 2/2/2 1/1/1 +f 2/2/2 3/1/3 4/2/4 +f 1/1/7 2/2/6 3/1/5 +f 4/2/8 3/1/5 2/2/6 +f 6/2/10 3/1/3 5/1/9 +f 3/1/3 6/2/10 4/2/4 +f 5/1/12 3/1/5 6/2/11 +f 4/2/8 6/2/11 3/1/5 +f 9/3/15 8/1/14 7/1/13 +f 8/1/14 9/3/15 10/3/16 +f 7/1/19 8/1/18 9/3/17 +f 10/3/20 9/3/17 8/1/18 +f 8/1/14 12/3/22 11/1/21 +f 12/3/22 8/1/14 10/3/16 +f 11/1/24 12/3/23 8/1/18 +f 10/3/20 8/1/18 12/3/23 +f 15/1/27 14/3/26 13/1/25 +f 14/3/26 15/1/27 16/3/28 +f 13/1/31 14/3/30 15/1/29 +f 16/3/32 15/1/29 14/3/30 +f 14/3/26 18/3/34 17/3/33 +f 18/3/34 14/3/26 16/3/28 +f 17/3/36 18/3/35 14/3/30 +f 16/3/32 14/3/30 18/3/35 +f 18/3/34 15/1/27 19/1/37 +f 15/1/27 18/3/34 16/3/28 +f 19/1/38 15/1/29 18/3/35 +f 16/3/32 18/3/35 15/1/29 +f 14/3/26 20/1/39 13/1/25 +f 20/1/39 14/3/26 17/3/33 +f 13/1/31 20/1/40 14/3/30 +f 17/3/36 14/3/30 20/1/40 +f 17/3/33 19/1/37 20/1/39 +f 19/1/37 17/3/33 18/3/34 +f 20/1/40 19/1/38 17/3/36 +f 18/3/35 17/3/36 19/1/38 +f 22/3/42 7/1/13 21/1/41 +f 7/1/13 22/3/42 9/3/15 +f 21/1/44 7/1/19 22/3/43 +f 9/3/17 22/3/43 7/1/19 +f 2/2/2 23/1/45 1/1/1 +f 23/1/45 2/2/2 24/2/46 +f 1/1/7 23/1/47 2/2/6 +f 24/2/48 2/2/6 23/1/47 +f 12/3/22 21/1/41 11/1/21 +f 21/1/41 12/3/22 22/3/42 +f 11/1/24 21/1/44 12/3/23 +f 22/3/43 12/3/23 21/1/44 +f 12/3/22 9/3/15 22/3/42 +f 9/3/15 12/3/22 10/3/16 +f 22/3/43 9/3/17 12/3/23 +f 10/3/20 12/3/23 9/3/17 +f 27/2/51 26/2/50 25/2/49 +f 26/2/50 27/2/51 28/2/52 +f 25/2/55 26/2/54 27/2/53 +f 28/2/56 27/2/53 26/2/54 +f 24/2/46 4/2/4 6/2/10 +f 4/2/4 24/2/46 2/2/2 +f 6/2/11 4/2/8 24/2/48 +f 2/2/6 24/2/48 4/2/8 +f 29/1/57 28/2/52 27/2/51 +f 28/2/52 29/1/57 30/1/58 +f 27/2/53 28/2/56 29/1/59 +f 30/1/60 29/1/59 28/2/56 +f 33/1/63 32/2/62 31/1/61 +f 32/2/62 33/1/63 34/2/64 +f 31/1/67 32/2/66 33/1/65 +f 34/2/68 33/1/65 32/2/66 +f 29/1/57 25/2/49 35/1/69 +f 25/2/49 29/1/57 27/2/51 +f 35/1/70 25/2/55 29/1/59 +f 27/2/53 29/1/59 25/2/55 +f 28/2/52 36/1/71 26/2/50 +f 36/1/71 28/2/52 30/1/58 +f 26/2/54 36/1/72 28/2/56 +f 30/1/60 28/2/56 36/1/72 +f 39/2/75 38/1/74 37/1/73 +f 38/1/74 39/2/75 40/2/76 +f 37/1/79 38/1/78 39/2/77 +f 40/2/80 39/2/77 38/1/78 +f 25/2/49 36/1/71 35/1/69 +f 36/1/71 25/2/49 26/2/50 +f 35/1/70 36/1/72 25/2/55 +f 26/2/54 25/2/55 36/1/72 +f 31/1/61 39/2/75 37/1/73 +f 39/2/75 31/1/61 32/2/62 +f 37/1/79 39/2/77 31/1/67 +f 32/2/66 31/1/67 39/2/77 +f 34/2/64 38/1/74 40/2/76 +f 38/1/74 34/2/64 33/1/63 +f 40/2/80 38/1/78 34/2/68 +f 33/1/65 34/2/68 38/1/78 +f 32/2/62 40/2/76 39/2/75 +f 40/2/76 32/2/62 34/2/64 +f 39/2/77 40/2/80 32/2/66 +f 34/2/68 32/2/66 40/2/80 +f 24/2/46 5/1/9 23/1/45 +f 5/1/9 24/2/46 6/2/10 +f 23/1/47 5/1/12 24/2/48 +f 6/2/11 24/2/48 5/1/12 +f 43/4/81 42/1/82 41/1/81 +f 42/1/82 43/4/81 44/4/82 +f 41/1/83 42/1/84 43/4/83 +f 44/4/84 43/4/83 42/1/84 +f 47/4/85 46/4/85 45/4/85 +f 46/4/85 47/4/85 44/4/85 +f 46/4/85 44/4/85 43/4/85 +f 45/4/86 46/4/86 47/4/86 +f 44/4/86 47/4/86 46/4/86 +f 43/4/86 44/4/86 46/4/86 +f 45/4/84 49/1/84 48/1/84 +f 49/1/84 45/4/84 46/4/84 +f 48/1/82 49/1/82 45/4/82 +f 46/4/82 45/4/82 49/1/82 +f 44/4/82 50/1/87 42/1/82 +f 50/1/87 44/4/82 47/4/87 +f 42/1/84 50/1/88 44/4/84 +f 47/4/88 44/4/84 50/1/88 +f 45/4/89 50/1/89 47/4/89 +f 50/1/89 45/4/89 48/1/89 +f 47/4/90 50/1/90 45/4/90 +f 48/1/90 45/4/90 50/1/90 +f 49/1/90 43/4/90 41/1/90 +f 43/4/90 49/1/90 46/4/90 +f 41/1/89 43/4/89 49/1/89 +f 46/4/89 49/1/89 43/4/89 +f 48/5/89 52/6/89 51/5/89 +f 52/6/89 48/5/89 53/6/89 +f 51/5/90 52/6/90 48/5/90 +f 53/6/90 48/5/90 52/6/90 +f 56/5/91 55/6/82 54/6/91 +f 55/6/82 56/5/91 57/5/82 +f 54/6/92 55/6/84 56/5/92 +f 57/5/84 56/5/92 55/6/84 +f 48/5/84 58/6/84 53/6/84 +f 58/6/84 48/5/84 59/5/84 +f 53/6/82 58/6/82 48/5/82 +f 59/5/82 48/5/82 58/6/82 +f 57/5/82 52/6/93 55/6/82 +f 52/6/93 57/5/82 51/5/93 +f 55/6/84 52/6/94 57/5/84 +f 51/5/94 57/5/84 52/6/94 +f 58/6/86 52/6/86 53/6/86 +f 52/6/86 58/6/86 55/6/86 +f 55/6/86 58/6/86 54/6/86 +f 53/6/85 52/6/85 58/6/85 +f 55/6/85 58/6/85 52/6/85 +f 54/6/85 58/6/85 55/6/85 +f 51/5/85 59/5/85 48/5/85 +f 59/5/85 51/5/85 57/5/85 +f 59/5/85 57/5/85 56/5/85 +f 48/5/86 59/5/86 51/5/86 +f 57/5/86 51/5/86 59/5/86 +f 56/5/86 57/5/86 59/5/86 +f 58/6/90 56/5/90 54/6/90 +f 56/5/90 58/6/90 59/5/90 +f 54/6/89 56/5/89 58/6/89 +f 59/5/89 58/6/89 56/5/89 +f 62/7/85 61/7/85 60/7/85 +f 61/7/85 62/7/85 63/7/85 +f 61/7/85 63/7/85 64/7/85 +f 60/7/86 61/7/86 62/7/86 +f 63/7/86 62/7/86 61/7/86 +f 64/7/86 63/7/86 61/7/86 +f 60/7/84 66/6/84 65/6/84 +f 66/6/84 60/7/84 61/7/84 +f 65/6/82 66/6/82 60/7/82 +f 61/7/82 60/7/82 66/6/82 +f 66/6/90 64/7/90 67/6/90 +f 64/7/90 66/6/90 61/7/90 +f 67/6/89 64/7/89 66/6/89 +f 61/7/89 66/6/89 64/7/89 +f 60/7/89 68/6/89 62/7/89 +f 68/6/89 60/7/89 65/6/89 +f 62/7/90 68/6/90 60/7/90 +f 65/6/90 60/7/90 68/6/90 +f 70/9/83 69/8/83 63/7/84 +f 69/8/83 71/10/83 63/7/84 +f 72/11/83 70/9/83 63/7/84 +f 63/7/84 71/10/83 73/6/84 +f 74/10/83 73/6/84 71/10/83 +f 73/6/84 74/10/83 67/6/83 +f 75/8/83 67/6/83 74/10/83 +f 64/7/83 72/11/83 63/7/84 +f 64/7/83 67/6/83 75/8/83 +f 72/11/83 64/7/83 76/11/83 +f 77/9/83 64/7/83 75/8/83 +f 76/11/83 64/7/83 77/9/83 +f 79/13/88 78/12/88 62/7/88 +f 80/14/88 79/13/88 62/7/88 +f 63/7/84 80/14/88 62/7/88 +f 80/14/88 63/7/84 81/14/88 +f 62/7/88 78/12/88 68/6/88 +f 81/14/88 63/7/84 82/13/88 +f 82/13/88 63/7/84 83/12/88 +f 84/15/88 68/6/88 78/12/88 +f 83/12/88 63/7/84 85/16/88 +f 86/15/88 83/12/88 85/16/88 +f 86/15/88 85/16/88 84/15/88 +f 85/16/88 63/7/84 87/16/88 +f 87/16/88 63/7/84 88/17/88 +f 88/17/88 63/7/84 89/18/88 +f 63/7/84 73/6/84 89/18/88 +f 89/18/88 73/6/84 90/19/88 +f 68/6/88 90/19/88 73/6/84 +f 90/19/88 68/6/88 91/19/88 +f 91/19/88 68/6/88 84/15/88 +f 85/16/88 92/17/88 84/15/88 +f 93/18/88 91/19/88 84/15/88 +f 92/17/88 93/18/88 84/15/88 +f 63/7/82 69/8/81 70/9/81 +f 63/7/82 70/9/81 72/11/81 +f 63/7/82 71/10/81 69/8/81 +f 73/6/82 71/10/81 63/7/82 +f 71/10/81 73/6/82 74/10/81 +f 67/6/81 74/10/81 73/6/82 +f 74/10/81 67/6/81 75/8/81 +f 63/7/82 72/11/81 64/7/81 +f 75/8/81 67/6/81 64/7/81 +f 76/11/81 64/7/81 72/11/81 +f 75/8/81 64/7/81 77/9/81 +f 77/9/81 64/7/81 76/11/81 +f 62/7/87 78/12/87 79/13/87 +f 62/7/87 79/13/87 80/14/87 +f 62/7/87 80/14/87 63/7/82 +f 81/14/87 63/7/82 80/14/87 +f 68/6/87 78/12/87 62/7/87 +f 82/13/87 63/7/82 81/14/87 +f 83/12/87 63/7/82 82/13/87 +f 78/12/87 68/6/87 84/15/87 +f 85/16/87 63/7/82 83/12/87 +f 85/16/87 83/12/87 86/15/87 +f 84/15/87 85/16/87 86/15/87 +f 87/16/87 63/7/82 85/16/87 +f 88/17/87 63/7/82 87/16/87 +f 89/18/87 63/7/82 88/17/87 +f 89/18/87 73/6/82 63/7/82 +f 90/19/87 73/6/82 89/18/87 +f 73/6/82 90/19/87 68/6/87 +f 91/19/87 68/6/87 90/19/87 +f 84/15/87 68/6/87 91/19/87 +f 84/15/87 92/17/87 85/16/87 +f 84/15/87 91/19/87 93/18/87 +f 84/15/87 93/18/87 92/17/87 +f 96/21/95 95/20/96 94/20/95 +f 95/20/96 96/21/95 97/21/96 +f 94/20/97 95/20/98 96/21/97 +f 97/21/98 96/21/97 95/20/98 +f 100/21/97 99/20/98 98/20/97 +f 99/20/98 100/21/97 101/21/98 +f 98/20/95 99/20/96 100/21/95 +f 101/21/96 100/21/95 99/20/96 +f 104/21/100 103/20/99 102/21/99 +f 103/20/99 104/21/100 105/20/100 +f 102/21/102 103/20/102 104/21/101 +f 105/20/101 104/21/101 103/20/102 +f 108/20/102 107/21/101 106/20/101 +f 107/21/101 108/20/102 109/21/102 +f 106/20/100 107/21/100 108/20/99 +f 109/21/99 108/20/99 107/21/100 +f 101/21/98 108/20/102 99/20/98 +f 108/20/102 101/21/98 109/21/102 +f 99/20/96 108/20/99 101/21/96 +f 109/21/99 101/21/96 108/20/99 +f 97/21/96 103/20/99 95/20/96 +f 103/20/99 97/21/96 102/21/99 +f 95/20/98 103/20/102 97/21/98 +f 102/21/102 97/21/98 103/20/102 +f 104/21/100 98/20/97 105/20/100 +f 98/20/97 104/21/100 100/21/97 +f 105/20/101 98/20/95 104/21/101 +f 100/21/95 104/21/101 98/20/95 +f 107/21/101 94/20/95 106/20/101 +f 94/20/95 107/21/101 96/21/95 +f 106/20/100 94/20/97 107/21/100 +f 96/21/97 107/21/100 94/20/97 +f 97/21/103 104/21/103 102/21/103 +f 104/21/103 97/21/103 100/21/103 +f 100/21/103 97/21/103 96/21/103 +f 100/21/103 96/21/103 101/21/103 +f 101/21/103 96/21/103 107/21/103 +f 101/21/103 107/21/103 109/21/103 +f 102/21/104 104/21/104 97/21/104 +f 100/21/104 97/21/104 104/21/104 +f 96/21/104 97/21/104 100/21/104 +f 101/21/104 96/21/104 100/21/104 +f 107/21/104 96/21/104 101/21/104 +f 109/21/104 107/21/104 101/21/104 +f 98/20/104 103/20/104 105/20/104 +f 103/20/104 98/20/104 95/20/104 +f 95/20/104 98/20/104 99/20/104 +f 95/20/104 99/20/104 94/20/104 +f 94/20/104 99/20/104 108/20/104 +f 94/20/104 108/20/104 106/20/104 +f 105/20/103 103/20/103 98/20/103 +f 95/20/103 98/20/103 103/20/103 +f 99/20/103 98/20/103 95/20/103 +f 94/20/103 99/20/103 95/20/103 +f 108/20/103 99/20/103 94/20/103 +f 106/20/103 108/20/103 94/20/103 +f 112/21/105 111/20/106 110/20/105 +f 111/20/106 112/21/105 113/21/106 +f 110/20/107 111/20/108 112/21/107 +f 113/21/108 112/21/107 111/20/108 +f 116/21/107 115/20/108 114/20/107 +f 115/20/108 116/21/107 117/21/108 +f 114/20/105 115/20/106 116/21/105 +f 117/21/106 116/21/105 115/20/106 +f 120/21/110 119/20/109 118/21/109 +f 119/20/109 120/21/110 121/20/110 +f 118/21/112 119/20/112 120/21/111 +f 121/20/111 120/21/111 119/20/112 +f 124/20/112 123/21/111 122/20/111 +f 123/21/111 124/20/112 125/21/112 +f 122/20/110 123/21/110 124/20/109 +f 125/21/109 124/20/109 123/21/110 +f 117/21/108 124/20/112 115/20/108 +f 124/20/112 117/21/108 125/21/112 +f 115/20/106 124/20/109 117/21/106 +f 125/21/109 117/21/106 124/20/109 +f 113/21/106 119/20/109 111/20/106 +f 119/20/109 113/21/106 118/21/109 +f 111/20/108 119/20/112 113/21/108 +f 118/21/112 113/21/108 119/20/112 +f 120/21/110 114/20/107 121/20/110 +f 114/20/107 120/21/110 116/21/107 +f 121/20/111 114/20/105 120/21/111 +f 116/21/105 120/21/111 114/20/105 +f 123/21/111 110/20/105 122/20/111 +f 110/20/105 123/21/111 112/21/105 +f 122/20/110 110/20/107 123/21/110 +f 112/21/107 123/21/110 110/20/107 +f 113/21/113 120/21/113 118/21/113 +f 120/21/113 113/21/113 116/21/113 +f 116/21/113 113/21/113 112/21/113 +f 116/21/113 112/21/113 117/21/113 +f 117/21/113 112/21/113 123/21/113 +f 117/21/113 123/21/113 125/21/113 +f 118/21/114 120/21/114 113/21/114 +f 116/21/114 113/21/114 120/21/114 +f 112/21/114 113/21/114 116/21/114 +f 117/21/114 112/21/114 116/21/114 +f 123/21/114 112/21/114 117/21/114 +f 125/21/114 123/21/114 117/21/114 +f 114/20/114 119/20/114 121/20/114 +f 119/20/114 114/20/114 111/20/114 +f 111/20/114 114/20/114 115/20/114 +f 111/20/114 115/20/114 110/20/114 +f 110/20/114 115/20/114 124/20/114 +f 110/20/114 124/20/114 122/20/114 +f 121/20/113 119/20/113 114/20/113 +f 111/20/113 114/20/113 119/20/113 +f 115/20/113 114/20/113 111/20/113 +f 110/20/113 115/20/113 111/20/113 +f 124/20/113 115/20/113 110/20/113 +f 122/20/113 124/20/113 110/20/113 +f 128/21/105 127/20/106 126/20/105 +f 127/20/106 128/21/105 129/21/106 +f 126/20/107 127/20/108 128/21/107 +f 129/21/108 128/21/107 127/20/108 +f 132/21/107 131/20/108 130/20/107 +f 131/20/108 132/21/107 133/21/108 +f 130/20/105 131/20/106 132/21/105 +f 133/21/106 132/21/105 131/20/106 +f 136/21/110 135/20/109 134/21/109 +f 135/20/109 136/21/110 137/20/110 +f 134/21/112 135/20/112 136/21/111 +f 137/20/111 136/21/111 135/20/112 +f 140/20/112 139/21/111 138/20/111 +f 139/21/111 140/20/112 141/21/112 +f 138/20/110 139/21/110 140/20/109 +f 141/21/109 140/20/109 139/21/110 +f 133/21/108 140/20/112 131/20/108 +f 140/20/112 133/21/108 141/21/112 +f 131/20/106 140/20/109 133/21/106 +f 141/21/109 133/21/106 140/20/109 +f 129/21/106 135/20/109 127/20/106 +f 135/20/109 129/21/106 134/21/109 +f 127/20/108 135/20/112 129/21/108 +f 134/21/112 129/21/108 135/20/112 +f 136/21/110 130/20/107 137/20/110 +f 130/20/107 136/21/110 132/21/107 +f 137/20/111 130/20/105 136/21/111 +f 132/21/105 136/21/111 130/20/105 +f 139/21/111 126/20/105 138/20/111 +f 126/20/105 139/21/111 128/21/105 +f 138/20/110 126/20/107 139/21/110 +f 128/21/107 139/21/110 126/20/107 +f 129/21/113 136/21/113 134/21/113 +f 136/21/113 129/21/113 132/21/113 +f 132/21/113 129/21/113 128/21/113 +f 132/21/113 128/21/113 133/21/113 +f 133/21/113 128/21/113 139/21/113 +f 133/21/113 139/21/113 141/21/113 +f 134/21/114 136/21/114 129/21/114 +f 132/21/114 129/21/114 136/21/114 +f 128/21/114 129/21/114 132/21/114 +f 133/21/114 128/21/114 132/21/114 +f 139/21/114 128/21/114 133/21/114 +f 141/21/114 139/21/114 133/21/114 +f 130/20/114 135/20/114 137/20/114 +f 135/20/114 130/20/114 127/20/114 +f 127/20/114 130/20/114 131/20/114 +f 127/20/114 131/20/114 126/20/114 +f 126/20/114 131/20/114 140/20/114 +f 126/20/114 140/20/114 138/20/114 +f 137/20/113 135/20/113 130/20/113 +f 127/20/113 130/20/113 135/20/113 +f 131/20/113 130/20/113 127/20/113 +f 126/20/113 131/20/113 127/20/113 +f 140/20/113 131/20/113 126/20/113 +f 138/20/113 140/20/113 126/20/113 + +g template-wall + + + + +usemtl colormap + +f 3/1/3 2/2/2 1/1/1 +f 2/2/2 3/1/3 4/2/4 +f 1/1/7 2/2/6 3/1/5 +f 4/2/8 3/1/5 2/2/6 +f 6/2/10 3/1/3 5/1/9 +f 3/1/3 6/2/10 4/2/4 +f 5/1/12 3/1/5 6/2/11 +f 4/2/8 6/2/11 3/1/5 +f 9/3/15 8/1/14 7/1/13 +f 8/1/14 9/3/15 10/3/16 +f 7/1/19 8/1/18 9/3/17 +f 10/3/20 9/3/17 8/1/18 +f 8/1/14 12/3/22 11/1/21 +f 12/3/22 8/1/14 10/3/16 +f 11/1/24 12/3/23 8/1/18 +f 10/3/20 8/1/18 12/3/23 +f 15/1/27 14/3/26 13/1/25 +f 14/3/26 15/1/27 16/3/28 +f 13/1/31 14/3/30 15/1/29 +f 16/3/32 15/1/29 14/3/30 +f 14/3/26 18/3/34 17/3/33 +f 18/3/34 14/3/26 16/3/28 +f 17/3/36 18/3/35 14/3/30 +f 16/3/32 14/3/30 18/3/35 +f 18/3/34 15/1/27 19/1/37 +f 15/1/27 18/3/34 16/3/28 +f 19/1/38 15/1/29 18/3/35 +f 16/3/32 18/3/35 15/1/29 +f 14/3/26 20/1/39 13/1/25 +f 20/1/39 14/3/26 17/3/33 +f 13/1/31 20/1/40 14/3/30 +f 17/3/36 14/3/30 20/1/40 +f 17/3/33 19/1/37 20/1/39 +f 19/1/37 17/3/33 18/3/34 +f 20/1/40 19/1/38 17/3/36 +f 18/3/35 17/3/36 19/1/38 +f 22/3/42 7/1/13 21/1/41 +f 7/1/13 22/3/42 9/3/15 +f 21/1/44 7/1/19 22/3/43 +f 9/3/17 22/3/43 7/1/19 +f 2/2/2 23/1/45 1/1/1 +f 23/1/45 2/2/2 24/2/46 +f 1/1/7 23/1/47 2/2/6 +f 24/2/48 2/2/6 23/1/47 +f 12/3/22 21/1/41 11/1/21 +f 21/1/41 12/3/22 22/3/42 +f 11/1/24 21/1/44 12/3/23 +f 22/3/43 12/3/23 21/1/44 +f 12/3/22 9/3/15 22/3/42 +f 9/3/15 12/3/22 10/3/16 +f 22/3/43 9/3/17 12/3/23 +f 10/3/20 12/3/23 9/3/17 +f 27/2/51 26/2/50 25/2/49 +f 26/2/50 27/2/51 28/2/52 +f 25/2/55 26/2/54 27/2/53 +f 28/2/56 27/2/53 26/2/54 +f 24/2/46 4/2/4 6/2/10 +f 4/2/4 24/2/46 2/2/2 +f 6/2/11 4/2/8 24/2/48 +f 2/2/6 24/2/48 4/2/8 +f 29/1/57 28/2/52 27/2/51 +f 28/2/52 29/1/57 30/1/58 +f 27/2/53 28/2/56 29/1/59 +f 30/1/60 29/1/59 28/2/56 +f 33/1/63 32/2/62 31/1/61 +f 32/2/62 33/1/63 34/2/64 +f 31/1/67 32/2/66 33/1/65 +f 34/2/68 33/1/65 32/2/66 +f 29/1/57 25/2/49 35/1/69 +f 25/2/49 29/1/57 27/2/51 +f 35/1/70 25/2/55 29/1/59 +f 27/2/53 29/1/59 25/2/55 +f 28/2/52 36/1/71 26/2/50 +f 36/1/71 28/2/52 30/1/58 +f 26/2/54 36/1/72 28/2/56 +f 30/1/60 28/2/56 36/1/72 +f 39/2/75 38/1/74 37/1/73 +f 38/1/74 39/2/75 40/2/76 +f 37/1/79 38/1/78 39/2/77 +f 40/2/80 39/2/77 38/1/78 +f 25/2/49 36/1/71 35/1/69 +f 36/1/71 25/2/49 26/2/50 +f 35/1/70 36/1/72 25/2/55 +f 26/2/54 25/2/55 36/1/72 +f 31/1/61 39/2/75 37/1/73 +f 39/2/75 31/1/61 32/2/62 +f 37/1/79 39/2/77 31/1/67 +f 32/2/66 31/1/67 39/2/77 +f 34/2/64 38/1/74 40/2/76 +f 38/1/74 34/2/64 33/1/63 +f 40/2/80 38/1/78 34/2/68 +f 33/1/65 34/2/68 38/1/78 +f 32/2/62 40/2/76 39/2/75 +f 40/2/76 32/2/62 34/2/64 +f 39/2/77 40/2/80 32/2/66 +f 34/2/68 32/2/66 40/2/80 +f 24/2/46 5/1/9 23/1/45 +f 5/1/9 24/2/46 6/2/10 +f 23/1/47 5/1/12 24/2/48 +f 6/2/11 24/2/48 5/1/12 +f 43/4/81 42/1/82 41/1/81 +f 42/1/82 43/4/81 44/4/82 +f 41/1/83 42/1/84 43/4/83 +f 44/4/84 43/4/83 42/1/84 +f 47/4/85 46/4/85 45/4/85 +f 46/4/85 47/4/85 44/4/85 +f 46/4/85 44/4/85 43/4/85 +f 45/4/86 46/4/86 47/4/86 +f 44/4/86 47/4/86 46/4/86 +f 43/4/86 44/4/86 46/4/86 +f 45/4/84 49/1/84 48/1/84 +f 49/1/84 45/4/84 46/4/84 +f 48/1/82 49/1/82 45/4/82 +f 46/4/82 45/4/82 49/1/82 +f 44/4/82 50/1/87 42/1/82 +f 50/1/87 44/4/82 47/4/87 +f 42/1/84 50/1/88 44/4/84 +f 47/4/88 44/4/84 50/1/88 +f 45/4/89 50/1/89 47/4/89 +f 50/1/89 45/4/89 48/1/89 +f 47/4/90 50/1/90 45/4/90 +f 48/1/90 45/4/90 50/1/90 +f 49/1/90 43/4/90 41/1/90 +f 43/4/90 49/1/90 46/4/90 +f 41/1/89 43/4/89 49/1/89 +f 46/4/89 49/1/89 43/4/89 +f 48/5/89 52/6/89 51/5/89 +f 52/6/89 48/5/89 53/6/89 +f 51/5/90 52/6/90 48/5/90 +f 53/6/90 48/5/90 52/6/90 +f 56/5/91 55/6/82 54/6/91 +f 55/6/82 56/5/91 57/5/82 +f 54/6/92 55/6/84 56/5/92 +f 57/5/84 56/5/92 55/6/84 +f 48/5/84 58/6/84 53/6/84 +f 58/6/84 48/5/84 59/5/84 +f 53/6/82 58/6/82 48/5/82 +f 59/5/82 48/5/82 58/6/82 +f 57/5/82 52/6/93 55/6/82 +f 52/6/93 57/5/82 51/5/93 +f 55/6/84 52/6/94 57/5/84 +f 51/5/94 57/5/84 52/6/94 +f 58/6/86 52/6/86 53/6/86 +f 52/6/86 58/6/86 55/6/86 +f 55/6/86 58/6/86 54/6/86 +f 53/6/85 52/6/85 58/6/85 +f 55/6/85 58/6/85 52/6/85 +f 54/6/85 58/6/85 55/6/85 +f 51/5/85 59/5/85 48/5/85 +f 59/5/85 51/5/85 57/5/85 +f 59/5/85 57/5/85 56/5/85 +f 48/5/86 59/5/86 51/5/86 +f 57/5/86 51/5/86 59/5/86 +f 56/5/86 57/5/86 59/5/86 +f 58/6/90 56/5/90 54/6/90 +f 56/5/90 58/6/90 59/5/90 +f 54/6/89 56/5/89 58/6/89 +f 59/5/89 58/6/89 56/5/89 +f 62/7/85 61/7/85 60/7/85 +f 61/7/85 62/7/85 63/7/85 +f 61/7/85 63/7/85 64/7/85 +f 60/7/86 61/7/86 62/7/86 +f 63/7/86 62/7/86 61/7/86 +f 64/7/86 63/7/86 61/7/86 +f 60/7/84 66/6/84 65/6/84 +f 66/6/84 60/7/84 61/7/84 +f 65/6/82 66/6/82 60/7/82 +f 61/7/82 60/7/82 66/6/82 +f 66/6/90 64/7/90 67/6/90 +f 64/7/90 66/6/90 61/7/90 +f 67/6/89 64/7/89 66/6/89 +f 61/7/89 66/6/89 64/7/89 +f 60/7/89 68/6/89 62/7/89 +f 68/6/89 60/7/89 65/6/89 +f 62/7/90 68/6/90 60/7/90 +f 65/6/90 60/7/90 68/6/90 +f 70/9/83 69/8/83 63/7/84 +f 69/8/83 71/10/83 63/7/84 +f 72/11/83 70/9/83 63/7/84 +f 63/7/84 71/10/83 73/6/84 +f 74/10/83 73/6/84 71/10/83 +f 73/6/84 74/10/83 67/6/83 +f 75/8/83 67/6/83 74/10/83 +f 64/7/83 72/11/83 63/7/84 +f 64/7/83 67/6/83 75/8/83 +f 72/11/83 64/7/83 76/11/83 +f 77/9/83 64/7/83 75/8/83 +f 76/11/83 64/7/83 77/9/83 +f 79/13/88 78/12/88 62/7/88 +f 80/14/88 79/13/88 62/7/88 +f 63/7/84 80/14/88 62/7/88 +f 80/14/88 63/7/84 81/14/88 +f 62/7/88 78/12/88 68/6/88 +f 81/14/88 63/7/84 82/13/88 +f 82/13/88 63/7/84 83/12/88 +f 84/15/88 68/6/88 78/12/88 +f 83/12/88 63/7/84 85/16/88 +f 86/15/88 83/12/88 85/16/88 +f 86/15/88 85/16/88 84/15/88 +f 85/16/88 63/7/84 87/16/88 +f 87/16/88 63/7/84 88/17/88 +f 88/17/88 63/7/84 89/18/88 +f 63/7/84 73/6/84 89/18/88 +f 89/18/88 73/6/84 90/19/88 +f 68/6/88 90/19/88 73/6/84 +f 90/19/88 68/6/88 91/19/88 +f 91/19/88 68/6/88 84/15/88 +f 85/16/88 92/17/88 84/15/88 +f 93/18/88 91/19/88 84/15/88 +f 92/17/88 93/18/88 84/15/88 +f 63/7/82 69/8/81 70/9/81 +f 63/7/82 70/9/81 72/11/81 +f 63/7/82 71/10/81 69/8/81 +f 73/6/82 71/10/81 63/7/82 +f 71/10/81 73/6/82 74/10/81 +f 67/6/81 74/10/81 73/6/82 +f 74/10/81 67/6/81 75/8/81 +f 63/7/82 72/11/81 64/7/81 +f 75/8/81 67/6/81 64/7/81 +f 76/11/81 64/7/81 72/11/81 +f 75/8/81 64/7/81 77/9/81 +f 77/9/81 64/7/81 76/11/81 +f 62/7/87 78/12/87 79/13/87 +f 62/7/87 79/13/87 80/14/87 +f 62/7/87 80/14/87 63/7/82 +f 81/14/87 63/7/82 80/14/87 +f 68/6/87 78/12/87 62/7/87 +f 82/13/87 63/7/82 81/14/87 +f 83/12/87 63/7/82 82/13/87 +f 78/12/87 68/6/87 84/15/87 +f 85/16/87 63/7/82 83/12/87 +f 85/16/87 83/12/87 86/15/87 +f 84/15/87 85/16/87 86/15/87 +f 87/16/87 63/7/82 85/16/87 +f 88/17/87 63/7/82 87/16/87 +f 89/18/87 63/7/82 88/17/87 +f 89/18/87 73/6/82 63/7/82 +f 90/19/87 73/6/82 89/18/87 +f 73/6/82 90/19/87 68/6/87 +f 91/19/87 68/6/87 90/19/87 +f 84/15/87 68/6/87 91/19/87 +f 84/15/87 92/17/87 85/16/87 +f 84/15/87 91/19/87 93/18/87 +f 84/15/87 93/18/87 92/17/87 +f 96/21/95 95/20/96 94/20/95 +f 95/20/96 96/21/95 97/21/96 +f 94/20/97 95/20/98 96/21/97 +f 97/21/98 96/21/97 95/20/98 +f 100/21/97 99/20/98 98/20/97 +f 99/20/98 100/21/97 101/21/98 +f 98/20/95 99/20/96 100/21/95 +f 101/21/96 100/21/95 99/20/96 +f 104/21/100 103/20/99 102/21/99 +f 103/20/99 104/21/100 105/20/100 +f 102/21/102 103/20/102 104/21/101 +f 105/20/101 104/21/101 103/20/102 +f 108/20/102 107/21/101 106/20/101 +f 107/21/101 108/20/102 109/21/102 +f 106/20/100 107/21/100 108/20/99 +f 109/21/99 108/20/99 107/21/100 +f 101/21/98 108/20/102 99/20/98 +f 108/20/102 101/21/98 109/21/102 +f 99/20/96 108/20/99 101/21/96 +f 109/21/99 101/21/96 108/20/99 +f 97/21/96 103/20/99 95/20/96 +f 103/20/99 97/21/96 102/21/99 +f 95/20/98 103/20/102 97/21/98 +f 102/21/102 97/21/98 103/20/102 +f 104/21/100 98/20/97 105/20/100 +f 98/20/97 104/21/100 100/21/97 +f 105/20/101 98/20/95 104/21/101 +f 100/21/95 104/21/101 98/20/95 +f 107/21/101 94/20/95 106/20/101 +f 94/20/95 107/21/101 96/21/95 +f 106/20/100 94/20/97 107/21/100 +f 96/21/97 107/21/100 94/20/97 +f 97/21/103 104/21/103 102/21/103 +f 104/21/103 97/21/103 100/21/103 +f 100/21/103 97/21/103 96/21/103 +f 100/21/103 96/21/103 101/21/103 +f 101/21/103 96/21/103 107/21/103 +f 101/21/103 107/21/103 109/21/103 +f 102/21/104 104/21/104 97/21/104 +f 100/21/104 97/21/104 104/21/104 +f 96/21/104 97/21/104 100/21/104 +f 101/21/104 96/21/104 100/21/104 +f 107/21/104 96/21/104 101/21/104 +f 109/21/104 107/21/104 101/21/104 +f 98/20/104 103/20/104 105/20/104 +f 103/20/104 98/20/104 95/20/104 +f 95/20/104 98/20/104 99/20/104 +f 95/20/104 99/20/104 94/20/104 +f 94/20/104 99/20/104 108/20/104 +f 94/20/104 108/20/104 106/20/104 +f 105/20/103 103/20/103 98/20/103 +f 95/20/103 98/20/103 103/20/103 +f 99/20/103 98/20/103 95/20/103 +f 94/20/103 99/20/103 95/20/103 +f 108/20/103 99/20/103 94/20/103 +f 106/20/103 108/20/103 94/20/103 +f 112/21/105 111/20/106 110/20/105 +f 111/20/106 112/21/105 113/21/106 +f 110/20/107 111/20/108 112/21/107 +f 113/21/108 112/21/107 111/20/108 +f 116/21/107 115/20/108 114/20/107 +f 115/20/108 116/21/107 117/21/108 +f 114/20/105 115/20/106 116/21/105 +f 117/21/106 116/21/105 115/20/106 +f 120/21/110 119/20/109 118/21/109 +f 119/20/109 120/21/110 121/20/110 +f 118/21/112 119/20/112 120/21/111 +f 121/20/111 120/21/111 119/20/112 +f 124/20/112 123/21/111 122/20/111 +f 123/21/111 124/20/112 125/21/112 +f 122/20/110 123/21/110 124/20/109 +f 125/21/109 124/20/109 123/21/110 +f 117/21/108 124/20/112 115/20/108 +f 124/20/112 117/21/108 125/21/112 +f 115/20/106 124/20/109 117/21/106 +f 125/21/109 117/21/106 124/20/109 +f 113/21/106 119/20/109 111/20/106 +f 119/20/109 113/21/106 118/21/109 +f 111/20/108 119/20/112 113/21/108 +f 118/21/112 113/21/108 119/20/112 +f 120/21/110 114/20/107 121/20/110 +f 114/20/107 120/21/110 116/21/107 +f 121/20/111 114/20/105 120/21/111 +f 116/21/105 120/21/111 114/20/105 +f 123/21/111 110/20/105 122/20/111 +f 110/20/105 123/21/111 112/21/105 +f 122/20/110 110/20/107 123/21/110 +f 112/21/107 123/21/110 110/20/107 +f 113/21/113 120/21/113 118/21/113 +f 120/21/113 113/21/113 116/21/113 +f 116/21/113 113/21/113 112/21/113 +f 116/21/113 112/21/113 117/21/113 +f 117/21/113 112/21/113 123/21/113 +f 117/21/113 123/21/113 125/21/113 +f 118/21/114 120/21/114 113/21/114 +f 116/21/114 113/21/114 120/21/114 +f 112/21/114 113/21/114 116/21/114 +f 117/21/114 112/21/114 116/21/114 +f 123/21/114 112/21/114 117/21/114 +f 125/21/114 123/21/114 117/21/114 +f 114/20/114 119/20/114 121/20/114 +f 119/20/114 114/20/114 111/20/114 +f 111/20/114 114/20/114 115/20/114 +f 111/20/114 115/20/114 110/20/114 +f 110/20/114 115/20/114 124/20/114 +f 110/20/114 124/20/114 122/20/114 +f 121/20/113 119/20/113 114/20/113 +f 111/20/113 114/20/113 119/20/113 +f 115/20/113 114/20/113 111/20/113 +f 110/20/113 115/20/113 111/20/113 +f 124/20/113 115/20/113 110/20/113 +f 122/20/113 124/20/113 110/20/113 +f 128/21/105 127/20/106 126/20/105 +f 127/20/106 128/21/105 129/21/106 +f 126/20/107 127/20/108 128/21/107 +f 129/21/108 128/21/107 127/20/108 +f 132/21/107 131/20/108 130/20/107 +f 131/20/108 132/21/107 133/21/108 +f 130/20/105 131/20/106 132/21/105 +f 133/21/106 132/21/105 131/20/106 +f 136/21/110 135/20/109 134/21/109 +f 135/20/109 136/21/110 137/20/110 +f 134/21/112 135/20/112 136/21/111 +f 137/20/111 136/21/111 135/20/112 +f 140/20/112 139/21/111 138/20/111 +f 139/21/111 140/20/112 141/21/112 +f 138/20/110 139/21/110 140/20/109 +f 141/21/109 140/20/109 139/21/110 +f 133/21/108 140/20/112 131/20/108 +f 140/20/112 133/21/108 141/21/112 +f 131/20/106 140/20/109 133/21/106 +f 141/21/109 133/21/106 140/20/109 +f 129/21/106 135/20/109 127/20/106 +f 135/20/109 129/21/106 134/21/109 +f 127/20/108 135/20/112 129/21/108 +f 134/21/112 129/21/108 135/20/112 +f 136/21/110 130/20/107 137/20/110 +f 130/20/107 136/21/110 132/21/107 +f 137/20/111 130/20/105 136/21/111 +f 132/21/105 136/21/111 130/20/105 +f 139/21/111 126/20/105 138/20/111 +f 126/20/105 139/21/111 128/21/105 +f 138/20/110 126/20/107 139/21/110 +f 128/21/107 139/21/110 126/20/107 +f 129/21/113 136/21/113 134/21/113 +f 136/21/113 129/21/113 132/21/113 +f 132/21/113 129/21/113 128/21/113 +f 132/21/113 128/21/113 133/21/113 +f 133/21/113 128/21/113 139/21/113 +f 133/21/113 139/21/113 141/21/113 +f 134/21/114 136/21/114 129/21/114 +f 132/21/114 129/21/114 136/21/114 +f 128/21/114 129/21/114 132/21/114 +f 133/21/114 128/21/114 132/21/114 +f 139/21/114 128/21/114 133/21/114 +f 141/21/114 139/21/114 133/21/114 +f 130/20/114 135/20/114 137/20/114 +f 135/20/114 130/20/114 127/20/114 +f 127/20/114 130/20/114 131/20/114 +f 127/20/114 131/20/114 126/20/114 +f 126/20/114 131/20/114 140/20/114 +f 126/20/114 140/20/114 138/20/114 +f 137/20/113 135/20/113 130/20/113 +f 127/20/113 130/20/113 135/20/113 +f 131/20/113 130/20/113 127/20/113 +f 126/20/113 131/20/113 127/20/113 +f 140/20/113 131/20/113 126/20/113 +f 138/20/113 140/20/113 126/20/113 + diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall.obj.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall.obj.import new file mode 100644 index 0000000..67e5f59 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall.obj.import @@ -0,0 +1,25 @@ +[remap] + +importer="wavefront_obj" +importer_version=1 +type="Mesh" +uid="uid://u5qk4tyitmcv" +path="res://.godot/imported/template-wall.obj-d52a9b3cf102c4ad7cbe0b44abdae30b.mesh" + +[deps] + +files=["res://.godot/imported/template-wall.obj-d52a9b3cf102c4ad7cbe0b44abdae30b.mesh"] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall.obj" +dest_files=["res://.godot/imported/template-wall.obj-d52a9b3cf102c4ad7cbe0b44abdae30b.mesh", "res://.godot/imported/template-wall.obj-d52a9b3cf102c4ad7cbe0b44abdae30b.mesh"] + +[params] + +generate_tangents=true +generate_lods=true +generate_shadow_mesh=true +generate_lightmap_uv2=false +generate_lightmap_uv2_texel_size=0.2 +scale_mesh=Vector3(1, 1, 1) +offset_mesh=Vector3(0, 0, 0) +force_disable_mesh_compression=false diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Overview.html b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Overview.html new file mode 100644 index 0000000..1eb11b2 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Overview.html @@ -0,0 +1,230 @@ + + + + + + + Modular Dungeon Kit + + + + + + + + +

Modular Dungeon Kit

+ +
+ +

Information

+ +

Hover over models to show details, for the documentation see the knowledge base.

+ +

+ Total objects: 37×Total animations: +

+ +
+ +
+ +

Textures

+ +

colormap

+ +
+ +
+ +

Models

+ +

template-corner
+

corridor
+

corridor-corner
+

corridor-end
+

corridor-intersection
+

corridor-junction
+

corridor-transition
+

corridor-wide
+

corridor-wide-corner
+

corridor-wide-end
+

corridor-wide-intersection
+

corridor-wide-junction
+

template-detail
+

template-floor
+

template-floor-big
+

template-floor-detail
+

template-floor-detail-a
+

template-floor-layer
+

template-floor-layer-raised
+

gate
+
Animated
gate-door
+
Animated
gate-door-window
+

room-corner
+

room-large
+

room-large-variation
+

room-small
+

room-small-variation
+

room-wide
+

room-wide-variation
+

stairs
+

stairs-wide
+

template-wall
+

template-wall-corner
+

template-wall-detail-a
+

template-wall-half
+

template-wall-stairs
+

template-wall-top
+ + +
+ +
+ + + + + + + + \ No newline at end of file diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Preview.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Preview.png new file mode 100644 index 0000000..7ada951 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Preview.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Preview.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Preview.png.import new file mode 100644 index 0000000..0d3a1ba --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Preview.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cx7ehdlgrq1ti" +path="res://.godot/imported/Preview.png-17b03bb8e0ef0f7af36c1c7d735077ce.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Preview.png" +dest_files=["res://.godot/imported/Preview.png-17b03bb8e0ef0f7af36c1c7d735077ce.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-corner.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-corner.png new file mode 100644 index 0000000..0f1caf5 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-corner.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-corner.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-corner.png.import new file mode 100644 index 0000000..c4e2d8c --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-corner.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bgrq36se5u8ki" +path="res://.godot/imported/corridor-corner.png-e0ccbfe77baea0d0cf71e81129a1b07e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-corner.png" +dest_files=["res://.godot/imported/corridor-corner.png-e0ccbfe77baea0d0cf71e81129a1b07e.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-end.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-end.png new file mode 100644 index 0000000..5b0189c Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-end.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-end.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-end.png.import new file mode 100644 index 0000000..0db70f5 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-end.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bm8v7nd5sf6ts" +path="res://.godot/imported/corridor-end.png-c91929871374f210951505c492d94eca.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-end.png" +dest_files=["res://.godot/imported/corridor-end.png-c91929871374f210951505c492d94eca.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-intersection.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-intersection.png new file mode 100644 index 0000000..9e05acb Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-intersection.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-intersection.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-intersection.png.import new file mode 100644 index 0000000..6ab905a --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-intersection.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://djgowg4vo60gb" +path="res://.godot/imported/corridor-intersection.png-50b1c52d5ce99627dc43b7f2a1832e71.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-intersection.png" +dest_files=["res://.godot/imported/corridor-intersection.png-50b1c52d5ce99627dc43b7f2a1832e71.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-junction.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-junction.png new file mode 100644 index 0000000..8c6e737 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-junction.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-junction.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-junction.png.import new file mode 100644 index 0000000..3a29a31 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-junction.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cug3qynqvv8te" +path="res://.godot/imported/corridor-junction.png-8fe00dee6c97cb3d656cbc9e1f28f624.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-junction.png" +dest_files=["res://.godot/imported/corridor-junction.png-8fe00dee6c97cb3d656cbc9e1f28f624.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-transition.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-transition.png new file mode 100644 index 0000000..7b1b191 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-transition.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-transition.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-transition.png.import new file mode 100644 index 0000000..9ab92e8 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-transition.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cldm5cixl1qic" +path="res://.godot/imported/corridor-transition.png-6daaa557153601bf716957f693a9dee3.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-transition.png" +dest_files=["res://.godot/imported/corridor-transition.png-6daaa557153601bf716957f693a9dee3.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-corner.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-corner.png new file mode 100644 index 0000000..3f8e10a Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-corner.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-corner.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-corner.png.import new file mode 100644 index 0000000..dadc8f1 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-corner.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dlxpmc5juecdq" +path="res://.godot/imported/corridor-wide-corner.png-e45cd5b4ab1481156412afff54513e35.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-corner.png" +dest_files=["res://.godot/imported/corridor-wide-corner.png-e45cd5b4ab1481156412afff54513e35.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-end.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-end.png new file mode 100644 index 0000000..5c80d79 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-end.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-end.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-end.png.import new file mode 100644 index 0000000..db014b3 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-end.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b5yvcrb8y2ilf" +path="res://.godot/imported/corridor-wide-end.png-fb1b2e15c38e73f1e08fdc56e96494f1.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-end.png" +dest_files=["res://.godot/imported/corridor-wide-end.png-fb1b2e15c38e73f1e08fdc56e96494f1.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-intersection.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-intersection.png new file mode 100644 index 0000000..4b3470d Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-intersection.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-intersection.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-intersection.png.import new file mode 100644 index 0000000..fb07ade --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-intersection.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bguiuw18n1jv4" +path="res://.godot/imported/corridor-wide-intersection.png-d92d790bac49c7d2c047625c9d3e9753.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-intersection.png" +dest_files=["res://.godot/imported/corridor-wide-intersection.png-d92d790bac49c7d2c047625c9d3e9753.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-junction.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-junction.png new file mode 100644 index 0000000..7f2d51e Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-junction.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-junction.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-junction.png.import new file mode 100644 index 0000000..065609e --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-junction.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://nustsbx2mp23" +path="res://.godot/imported/corridor-wide-junction.png-26bf8cca3bb1d47e23d91177692cd6f2.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-junction.png" +dest_files=["res://.godot/imported/corridor-wide-junction.png-26bf8cca3bb1d47e23d91177692cd6f2.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide.png new file mode 100644 index 0000000..4555f06 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide.png.import new file mode 100644 index 0000000..f639bf8 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://8mru6rtcgmk4" +path="res://.godot/imported/corridor-wide.png-9054bd07dd9d76df3bc576044bcd9076.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide.png" +dest_files=["res://.godot/imported/corridor-wide.png-9054bd07dd9d76df3bc576044bcd9076.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor.png new file mode 100644 index 0000000..84cf7cf Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor.png.import new file mode 100644 index 0000000..5ca4694 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://daqmf6u3scvwg" +path="res://.godot/imported/corridor.png-d6153173ae3985991b3b5c23e4597e9f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/corridor.png" +dest_files=["res://.godot/imported/corridor.png-d6153173ae3985991b3b5c23e4597e9f.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/gate-door-window.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/gate-door-window.png new file mode 100644 index 0000000..ca479a3 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/gate-door-window.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/gate-door-window.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/gate-door-window.png.import new file mode 100644 index 0000000..5591cf6 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/gate-door-window.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://jk8cmu2imvsu" +path="res://.godot/imported/gate-door-window.png-447ad04a859cecead48cd94d4450930d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/gate-door-window.png" +dest_files=["res://.godot/imported/gate-door-window.png-447ad04a859cecead48cd94d4450930d.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/gate-door.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/gate-door.png new file mode 100644 index 0000000..bfa01ec Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/gate-door.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/gate-door.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/gate-door.png.import new file mode 100644 index 0000000..3f0f5e3 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/gate-door.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b40rml1ii233f" +path="res://.godot/imported/gate-door.png-1bd16127b6056becd5105e613ad6f639.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/gate-door.png" +dest_files=["res://.godot/imported/gate-door.png-1bd16127b6056becd5105e613ad6f639.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/gate.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/gate.png new file mode 100644 index 0000000..0fe4d7e Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/gate.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/gate.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/gate.png.import new file mode 100644 index 0000000..100466d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/gate.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://6ydifwunx4l0" +path="res://.godot/imported/gate.png-ef2270131a4fc615f02d500402f0f998.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/gate.png" +dest_files=["res://.godot/imported/gate.png-ef2270131a4fc615f02d500402f0f998.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-corner.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-corner.png new file mode 100644 index 0000000..7f5335a Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-corner.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-corner.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-corner.png.import new file mode 100644 index 0000000..03941cc --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-corner.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://wd72rygxlmy2" +path="res://.godot/imported/room-corner.png-2b164a9794645ec70806da88722f0cff.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-corner.png" +dest_files=["res://.godot/imported/room-corner.png-2b164a9794645ec70806da88722f0cff.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-large-variation.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-large-variation.png new file mode 100644 index 0000000..407da74 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-large-variation.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-large-variation.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-large-variation.png.import new file mode 100644 index 0000000..ca67dcc --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-large-variation.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://j3mbv3t3spmd" +path="res://.godot/imported/room-large-variation.png-78776acec96511278fec8a9cb3392ea5.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-large-variation.png" +dest_files=["res://.godot/imported/room-large-variation.png-78776acec96511278fec8a9cb3392ea5.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-large.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-large.png new file mode 100644 index 0000000..6205763 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-large.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-large.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-large.png.import new file mode 100644 index 0000000..f9e6ef0 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-large.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b7e411rdvmc7g" +path="res://.godot/imported/room-large.png-e1070979a46fdbd11984012093ad60c0.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-large.png" +dest_files=["res://.godot/imported/room-large.png-e1070979a46fdbd11984012093ad60c0.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-small-variation.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-small-variation.png new file mode 100644 index 0000000..256a742 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-small-variation.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-small-variation.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-small-variation.png.import new file mode 100644 index 0000000..baffb98 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-small-variation.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://covynms8o2tsp" +path="res://.godot/imported/room-small-variation.png-862287def42124303ef2d41ef0872e3b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-small-variation.png" +dest_files=["res://.godot/imported/room-small-variation.png-862287def42124303ef2d41ef0872e3b.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-small.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-small.png new file mode 100644 index 0000000..655c3f9 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-small.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-small.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-small.png.import new file mode 100644 index 0000000..c54ed48 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-small.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://v7ubih0mg5xa" +path="res://.godot/imported/room-small.png-1a6a96b8e7dc056070ed6d0af86acf88.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-small.png" +dest_files=["res://.godot/imported/room-small.png-1a6a96b8e7dc056070ed6d0af86acf88.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-wide-variation.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-wide-variation.png new file mode 100644 index 0000000..1f4e4f7 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-wide-variation.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-wide-variation.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-wide-variation.png.import new file mode 100644 index 0000000..c5976b1 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-wide-variation.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c0m7cka11slh1" +path="res://.godot/imported/room-wide-variation.png-d5c718d9c2b6a3c8e763cbdc78b931ad.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-wide-variation.png" +dest_files=["res://.godot/imported/room-wide-variation.png-d5c718d9c2b6a3c8e763cbdc78b931ad.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-wide.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-wide.png new file mode 100644 index 0000000..53ec8a1 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-wide.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-wide.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-wide.png.import new file mode 100644 index 0000000..c0caddf --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-wide.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d2o451sqwug47" +path="res://.godot/imported/room-wide.png-a714ff416a12301f22211bd44e52e17a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/room-wide.png" +dest_files=["res://.godot/imported/room-wide.png-a714ff416a12301f22211bd44e52e17a.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/stairs-wide.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/stairs-wide.png new file mode 100644 index 0000000..026af7a Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/stairs-wide.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/stairs-wide.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/stairs-wide.png.import new file mode 100644 index 0000000..c356910 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/stairs-wide.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://6o07hsk6in8u" +path="res://.godot/imported/stairs-wide.png-333244ef6b27d1ffed7ccc4fd659867c.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/stairs-wide.png" +dest_files=["res://.godot/imported/stairs-wide.png-333244ef6b27d1ffed7ccc4fd659867c.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/stairs.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/stairs.png new file mode 100644 index 0000000..08659b5 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/stairs.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/stairs.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/stairs.png.import new file mode 100644 index 0000000..d25918c --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/stairs.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dbx6eiufqm5aj" +path="res://.godot/imported/stairs.png-123b9db692a53848e6e6e802c4efa425.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/stairs.png" +dest_files=["res://.godot/imported/stairs.png-123b9db692a53848e6e6e802c4efa425.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-corner.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-corner.png new file mode 100644 index 0000000..25896f2 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-corner.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-corner.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-corner.png.import new file mode 100644 index 0000000..e900241 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-corner.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ev5yvoi3c418" +path="res://.godot/imported/template-corner.png-8a69c00267eff99dfec257d034985694.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-corner.png" +dest_files=["res://.godot/imported/template-corner.png-8a69c00267eff99dfec257d034985694.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-detail.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-detail.png new file mode 100644 index 0000000..3cee6db Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-detail.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-detail.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-detail.png.import new file mode 100644 index 0000000..79e5108 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-detail.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dwoyeboxrlakd" +path="res://.godot/imported/template-detail.png-213d3a62b2a2df7dc9f288dd53414fa6.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-detail.png" +dest_files=["res://.godot/imported/template-detail.png-213d3a62b2a2df7dc9f288dd53414fa6.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-big.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-big.png new file mode 100644 index 0000000..3accb6b Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-big.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-big.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-big.png.import new file mode 100644 index 0000000..61d85f2 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-big.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dkllhvc6spm13" +path="res://.godot/imported/template-floor-big.png-ed78e5d1cfd8706b05577d949dcc3591.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-big.png" +dest_files=["res://.godot/imported/template-floor-big.png-ed78e5d1cfd8706b05577d949dcc3591.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-detail-a.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-detail-a.png new file mode 100644 index 0000000..f3c6ad4 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-detail-a.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-detail-a.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-detail-a.png.import new file mode 100644 index 0000000..b2823c8 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-detail-a.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://31o04g3bi65r" +path="res://.godot/imported/template-floor-detail-a.png-cd82c8dbbf4b67322309a163f75adcaa.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-detail-a.png" +dest_files=["res://.godot/imported/template-floor-detail-a.png-cd82c8dbbf4b67322309a163f75adcaa.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-detail.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-detail.png new file mode 100644 index 0000000..514ac53 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-detail.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-detail.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-detail.png.import new file mode 100644 index 0000000..484267e --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-detail.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c6gapdnedtrd2" +path="res://.godot/imported/template-floor-detail.png-3b8563543da1e9c6d971ec0391970d96.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-detail.png" +dest_files=["res://.godot/imported/template-floor-detail.png-3b8563543da1e9c6d971ec0391970d96.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-layer-raised.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-layer-raised.png new file mode 100644 index 0000000..da47b28 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-layer-raised.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-layer-raised.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-layer-raised.png.import new file mode 100644 index 0000000..7e3858d --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-layer-raised.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bhqjmhk4semwk" +path="res://.godot/imported/template-floor-layer-raised.png-a64025e8d0c9b4829667a72cf72b175e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-layer-raised.png" +dest_files=["res://.godot/imported/template-floor-layer-raised.png-a64025e8d0c9b4829667a72cf72b175e.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-layer.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-layer.png new file mode 100644 index 0000000..d66eb35 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-layer.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-layer.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-layer.png.import new file mode 100644 index 0000000..0ceba72 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-layer.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cedi4otuf3qd8" +path="res://.godot/imported/template-floor-layer.png-7398faf8b3ac417283aca7fa7e5b12f0.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor-layer.png" +dest_files=["res://.godot/imported/template-floor-layer.png-7398faf8b3ac417283aca7fa7e5b12f0.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor.png new file mode 100644 index 0000000..4c72fd2 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor.png.import new file mode 100644 index 0000000..8eca07e --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bhvcg1c6mmepw" +path="res://.godot/imported/template-floor.png-4a877f8f57c6f33d2289698ef119fc7d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-floor.png" +dest_files=["res://.godot/imported/template-floor.png-4a877f8f57c6f33d2289698ef119fc7d.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-corner.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-corner.png new file mode 100644 index 0000000..8e99859 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-corner.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-corner.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-corner.png.import new file mode 100644 index 0000000..313d6e2 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-corner.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://8iiuytx1eqqm" +path="res://.godot/imported/template-wall-corner.png-2cec55e159e488a865e633f11357799b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-corner.png" +dest_files=["res://.godot/imported/template-wall-corner.png-2cec55e159e488a865e633f11357799b.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-detail-a.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-detail-a.png new file mode 100644 index 0000000..086425b Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-detail-a.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-detail-a.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-detail-a.png.import new file mode 100644 index 0000000..adce26f --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-detail-a.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b74v5itu6eiu1" +path="res://.godot/imported/template-wall-detail-a.png-dcd2c0c6cbc39ebdbe7ed4750a9e496f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-detail-a.png" +dest_files=["res://.godot/imported/template-wall-detail-a.png-dcd2c0c6cbc39ebdbe7ed4750a9e496f.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-half.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-half.png new file mode 100644 index 0000000..7c4fe81 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-half.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-half.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-half.png.import new file mode 100644 index 0000000..53d3ec0 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-half.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dru51twolf1to" +path="res://.godot/imported/template-wall-half.png-0f38531b332eba16a461e8d8e1249615.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-half.png" +dest_files=["res://.godot/imported/template-wall-half.png-0f38531b332eba16a461e8d8e1249615.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-stairs.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-stairs.png new file mode 100644 index 0000000..121d394 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-stairs.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-stairs.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-stairs.png.import new file mode 100644 index 0000000..b69e240 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-stairs.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bfxg8foru3w7u" +path="res://.godot/imported/template-wall-stairs.png-2d520f140074a9473c477e37029cc537.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-stairs.png" +dest_files=["res://.godot/imported/template-wall-stairs.png-2d520f140074a9473c477e37029cc537.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-top.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-top.png new file mode 100644 index 0000000..1b4ace7 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-top.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-top.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-top.png.import new file mode 100644 index 0000000..410945c --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-top.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://td7q1k3yrb0y" +path="res://.godot/imported/template-wall-top.png-9a198bdabd35b1e41b5c197b01400a2f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall-top.png" +dest_files=["res://.godot/imported/template-wall-top.png-9a198bdabd35b1e41b5c197b01400a2f.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall.png new file mode 100644 index 0000000..ff2b451 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall.png.import new file mode 100644 index 0000000..d650d1c --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b6phsasmqab3d" +path="res://.godot/imported/template-wall.png-093263ad4d1f214c73d97cb82d802f53.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Previews/template-wall.png" +dest_files=["res://.godot/imported/template-wall.png-093263ad4d1f214c73d97cb82d802f53.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Sample.png b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Sample.png new file mode 100644 index 0000000..5c30f27 Binary files /dev/null and b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Sample.png differ diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Sample.png.import b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Sample.png.import new file mode 100644 index 0000000..be8b9cb --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Sample.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dmofmpghrxxpn" +path="res://.godot/imported/Sample.png-73bec9f4e70a98e4bd9b042967e89ed4.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets-library/kenney_modular-dungeon-kit_1.0/Sample.png" +dest_files=["res://.godot/imported/Sample.png-73bec9f4e70a98e4bd9b042967e89ed4.ctex"] + +[params] + +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 +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 +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/View Documentation.url b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/View Documentation.url new file mode 100644 index 0000000..514f920 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/View Documentation.url @@ -0,0 +1,6 @@ +[InternetShortcut] +URL=https://kenney.nl/knowledge-base/game-assets-3d/importing-3d-models-into-game-engines +IDList= +HotKey=0 +[{000214A0-0000-0000-C000-000000000046}] +Prop3=19,11 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Visit Kenney.url b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Visit Kenney.url new file mode 100644 index 0000000..f549eac --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Visit Kenney.url @@ -0,0 +1,6 @@ +[InternetShortcut] +URL=https://kenney.nl/ +IDList= +HotKey=0 +[{000214A0-0000-0000-C000-000000000046}] +Prop3=19,11 diff --git a/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Visit Patreon.url b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Visit Patreon.url new file mode 100644 index 0000000..439ef26 --- /dev/null +++ b/escape-room-version-2/assets-library/kenney_modular-dungeon-kit_1.0/Visit Patreon.url @@ -0,0 +1,2 @@ +[InternetShortcut] +URL=https://www.patreon.com/kenney/ \ No newline at end of file diff --git a/escape-room-version-2/deployment/EscapeRoomVersion2_1.apk b/escape-room-version-2/deployment/EscapeRoomVersion2_1.apk new file mode 100644 index 0000000..dcbf936 Binary files /dev/null and b/escape-room-version-2/deployment/EscapeRoomVersion2_1.apk differ diff --git a/escape-room-version-2/export_presets.cfg b/escape-room-version-2/export_presets.cfg new file mode 100644 index 0000000..b9e16e2 --- /dev/null +++ b/escape-room-version-2/export_presets.cfg @@ -0,0 +1,245 @@ +[preset.0] + +name="Android" +platform="Android" +runnable=true +advanced_options=true +dedicated_server=false +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="deployment/EscapeRoomVersion2_1.apk" +patches=PackedStringArray() +encryption_include_filters="" +encryption_exclude_filters="" +seed=0 +encrypt_pck=false +encrypt_directory=false +script_export_mode=2 + +[preset.0.options] + +custom_template/debug="" +custom_template/release="" +gradle_build/use_gradle_build=true +gradle_build/gradle_build_directory="" +gradle_build/android_source_template="" +gradle_build/compress_native_libraries=false +gradle_build/export_format=0 +gradle_build/min_sdk="" +gradle_build/target_sdk="" +gradle_build/custom_theme_attributes={} +architectures/armeabi-v7a=false +architectures/arm64-v8a=true +architectures/x86=false +architectures/x86_64=false +version/code=1 +version/name="" +package/unique_name="com.example.$genname" +package/name="" +package/signed=true +package/app_category=2 +package/retain_data_on_uninstall=false +package/exclude_from_recents=false +package/show_in_android_tv=false +package/show_in_app_library=true +package/show_as_launcher_app=false +launcher_icons/main_192x192="" +launcher_icons/adaptive_foreground_432x432="" +launcher_icons/adaptive_background_432x432="" +launcher_icons/adaptive_monochrome_432x432="" +graphics/opengl_debug=false +shader_baker/enabled=false +xr_features/xr_mode=1 +gesture/swipe_to_dismiss=false +screen/immersive_mode=true +screen/edge_to_edge=false +screen/support_small=true +screen/support_normal=true +screen/support_large=true +screen/support_xlarge=true +screen/background_color=Color(0, 0, 0, 1) +user_data_backup/allow=false +command_line/extra_args="" +apk_expansion/enable=false +apk_expansion/SALT="" +apk_expansion/public_key="" +permissions/custom_permissions=PackedStringArray() +permissions/access_checkin_properties=false +permissions/access_coarse_location=false +permissions/access_fine_location=false +permissions/access_location_extra_commands=false +permissions/access_media_location=false +permissions/access_mock_location=false +permissions/access_network_state=false +permissions/access_surface_flinger=false +permissions/access_wifi_state=false +permissions/account_manager=false +permissions/add_voicemail=false +permissions/authenticate_accounts=false +permissions/battery_stats=false +permissions/bind_accessibility_service=false +permissions/bind_appwidget=false +permissions/bind_device_admin=false +permissions/bind_input_method=false +permissions/bind_nfc_service=false +permissions/bind_notification_listener_service=false +permissions/bind_print_service=false +permissions/bind_remoteviews=false +permissions/bind_text_service=false +permissions/bind_vpn_service=false +permissions/bind_wallpaper=false +permissions/bluetooth=false +permissions/bluetooth_admin=false +permissions/bluetooth_privileged=false +permissions/brick=false +permissions/broadcast_package_removed=false +permissions/broadcast_sms=false +permissions/broadcast_sticky=false +permissions/broadcast_wap_push=false +permissions/call_phone=false +permissions/call_privileged=false +permissions/camera=false +permissions/capture_audio_output=false +permissions/capture_secure_video_output=false +permissions/capture_video_output=false +permissions/change_component_enabled_state=false +permissions/change_configuration=false +permissions/change_network_state=false +permissions/change_wifi_multicast_state=false +permissions/change_wifi_state=false +permissions/clear_app_cache=false +permissions/clear_app_user_data=false +permissions/control_location_updates=false +permissions/delete_cache_files=false +permissions/delete_packages=false +permissions/device_power=false +permissions/diagnostic=false +permissions/disable_keyguard=false +permissions/dump=false +permissions/expand_status_bar=false +permissions/factory_test=false +permissions/flashlight=false +permissions/force_back=false +permissions/get_accounts=false +permissions/get_package_size=false +permissions/get_tasks=false +permissions/get_top_activity_info=false +permissions/global_search=false +permissions/hardware_test=false +permissions/inject_events=false +permissions/install_location_provider=false +permissions/install_packages=false +permissions/install_shortcut=false +permissions/internal_system_window=false +permissions/internet=false +permissions/kill_background_processes=false +permissions/location_hardware=false +permissions/manage_accounts=false +permissions/manage_app_tokens=false +permissions/manage_documents=false +permissions/manage_external_storage=false +permissions/master_clear=false +permissions/media_content_control=false +permissions/modify_audio_settings=false +permissions/modify_phone_state=false +permissions/mount_format_filesystems=false +permissions/mount_unmount_filesystems=false +permissions/nfc=false +permissions/persistent_activity=false +permissions/post_notifications=false +permissions/process_outgoing_calls=false +permissions/read_calendar=false +permissions/read_call_log=false +permissions/read_contacts=false +permissions/read_external_storage=false +permissions/read_frame_buffer=false +permissions/read_history_bookmarks=false +permissions/read_input_state=false +permissions/read_logs=false +permissions/read_media_audio=false +permissions/read_media_images=false +permissions/read_media_video=false +permissions/read_media_visual_user_selected=false +permissions/read_phone_state=false +permissions/read_profile=false +permissions/read_sms=false +permissions/read_social_stream=false +permissions/read_sync_settings=false +permissions/read_sync_stats=false +permissions/read_user_dictionary=false +permissions/reboot=false +permissions/receive_boot_completed=false +permissions/receive_mms=false +permissions/receive_sms=false +permissions/receive_wap_push=false +permissions/record_audio=false +permissions/reorder_tasks=false +permissions/restart_packages=false +permissions/send_respond_via_message=false +permissions/send_sms=false +permissions/set_activity_watcher=false +permissions/set_alarm=false +permissions/set_always_finish=false +permissions/set_animation_scale=false +permissions/set_debug_app=false +permissions/set_orientation=false +permissions/set_pointer_speed=false +permissions/set_preferred_applications=false +permissions/set_process_limit=false +permissions/set_time=false +permissions/set_time_zone=false +permissions/set_wallpaper=false +permissions/set_wallpaper_hints=false +permissions/signal_persistent_processes=false +permissions/status_bar=false +permissions/subscribed_feeds_read=false +permissions/subscribed_feeds_write=false +permissions/system_alert_window=false +permissions/transmit_ir=false +permissions/uninstall_shortcut=false +permissions/update_device_stats=false +permissions/use_credentials=false +permissions/use_sip=false +permissions/vibrate=false +permissions/wake_lock=false +permissions/write_apn_settings=false +permissions/write_calendar=false +permissions/write_call_log=false +permissions/write_contacts=false +permissions/write_external_storage=false +permissions/write_gservices=false +permissions/write_history_bookmarks=false +permissions/write_profile=false +permissions/write_secure_settings=false +permissions/write_settings=false +permissions/write_sms=false +permissions/write_social_stream=false +permissions/write_sync_settings=false +permissions/write_user_dictionary=false +xr_features/enable_khronos_plugin=false +khronos_xr_features/vendors=0 +khronos_xr_features/htc/tracker=0 +khronos_xr_features/htc/lip_expression=0 +xr_features/enable_lynx_plugin=false +xr_features/enable_magicleap_plugin=false +xr_features/enable_meta_plugin=true +meta_xr_features/eye_tracking=1 +meta_xr_features/face_tracking=1 +meta_xr_features/body_tracking=1 +meta_xr_features/hand_tracking=1 +meta_xr_features/hand_tracking_frequency=0 +meta_xr_features/passthrough=1 +meta_xr_features/render_model=1 +meta_xr_features/use_overlay_keyboard=false +meta_xr_features/use_experimental_features=false +meta_xr_features/boundary_mode=0 +meta_xr_features/instant_splash_screen=false +meta_xr_features/quest_1_support=false +meta_xr_features/quest_2_support=true +meta_xr_features/quest_3_support=true +meta_xr_features/quest_pro_support=true +xr_features/enable_pico_plugin=false +pico_xr_features/face_tracking=0 +pico_xr_features/hand_tracking=1 diff --git a/escape-room-version-2/icon.svg b/escape-room-version-2/icon.svg new file mode 100644 index 0000000..c6bbb7d --- /dev/null +++ b/escape-room-version-2/icon.svg @@ -0,0 +1 @@ + diff --git a/escape-room-version-2/icon.svg.import b/escape-room-version-2/icon.svg.import new file mode 100644 index 0000000..31e3f1d --- /dev/null +++ b/escape-room-version-2/icon.svg.import @@ -0,0 +1,43 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://70egk1po3jxv" +path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://icon.svg" +dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"] + +[params] + +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 +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 +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/escape-room-version-2/import_scene/audio_button.gd b/escape-room-version-2/import_scene/audio_button.gd new file mode 100644 index 0000000..b48a694 --- /dev/null +++ b/escape-room-version-2/import_scene/audio_button.gd @@ -0,0 +1,33 @@ +extends Area3D + +@export var audio_player: AudioStreamPlayer3D +@export var right_controller: XRController3D +@export var activation_distance: float = 1.0 # 100cm Reichweite +var is_muted = false +var button_was_pressed = false + +func _process(_delta): + if not right_controller: + return + + # Prüfe Distanz zum Controller + var distance = global_position.distance_to(right_controller.global_position) + var button_pressed = right_controller.is_button_pressed("by_button") + + # Toggle wenn nah genug und Button neu gedrückt + if distance < activation_distance and button_pressed and not button_was_pressed: + toggle_audio() + + button_was_pressed = button_pressed + +func toggle_audio(): + is_muted = !is_muted + + if audio_player: + audio_player.volume_db = -80.0 if is_muted else -18.0 + + if has_node("MeshInstance3D"): + var mesh_instance = get_node("MeshInstance3D") + var material = StandardMaterial3D.new() + material.albedo_color = Color.RED if is_muted else Color.GREEN + mesh_instance.material_override = material diff --git a/escape-room-version-2/import_scene/audio_button.gd.uid b/escape-room-version-2/import_scene/audio_button.gd.uid new file mode 100644 index 0000000..423fc6d --- /dev/null +++ b/escape-room-version-2/import_scene/audio_button.gd.uid @@ -0,0 +1 @@ +uid://ye81kif4jjp7 diff --git a/escape-room-version-2/import_scene/book_holder.gd b/escape-room-version-2/import_scene/book_holder.gd new file mode 100644 index 0000000..0ab3298 --- /dev/null +++ b/escape-room-version-2/import_scene/book_holder.gd @@ -0,0 +1,32 @@ +extends Node3D + +@export var right_controller: XRController3D +@export var activation_distance: float = 1.0 # 100cm Reichweite + +var button_was_pressed = false + +func _process(_delta): + if not right_controller: + return + + # Prüfe Distanz zum Controller + var distance = global_position.distance_to(right_controller.global_position) + var button_pressed = right_controller.is_button_pressed("by_button") + + # Toggle wenn nah genug und Button neu gedrückt + if distance < activation_distance and button_pressed and not button_was_pressed: + show_tutorial() + else: + not_show_tutorial() + + button_was_pressed = button_pressed + +func show_tutorial(): + if has_node("MeshInstance3D/Label3D"): + var label = get_node("MeshInstance3D/Label3D") + label.visible = true + +func not_show_tutorial(): + if has_node("MeshInstance3D/Label3D"): + var label = get_node("MeshInstance3D/Label3D") + label.visible = false diff --git a/escape-room-version-2/import_scene/book_holder.gd.uid b/escape-room-version-2/import_scene/book_holder.gd.uid new file mode 100644 index 0000000..0ca8cfd --- /dev/null +++ b/escape-room-version-2/import_scene/book_holder.gd.uid @@ -0,0 +1 @@ +uid://d053rsyg7tcpk diff --git a/escape-room-version-2/import_scene/book_holder.tscn b/escape-room-version-2/import_scene/book_holder.tscn new file mode 100644 index 0000000..730188e --- /dev/null +++ b/escape-room-version-2/import_scene/book_holder.tscn @@ -0,0 +1,66 @@ +[gd_scene load_steps=5 format=4 uid="uid://cgue6x2lkbduf"] + +[sub_resource type="BoxShape3D" id="BoxShape3D_67j7i"] +size = Vector3(0.6522064, 1.087616, 0.64208984) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_c1pbb"] +resource_name = "Texture" +cull_mode = 2 +albedo_color = Color(0.9063318, 0.9063318, 0.9063318, 1) +roughness = 0.5 + +[sub_resource type="ArrayMesh" id="ArrayMesh_0a5pt"] +_surfaces = [{ +"aabb": AABB(-1.0296005, 1.4901161e-08, -1.0339006, 2.0592012, 3.331715, 2.0599408), +"format": 34896613377, +"index_count": 444, +"index_data": PackedByteArray("AAABAAIAAwACAAEAAQAEAAMAAQAAAAQAAwAFAAIABAAFAAMABgACAAUAAAACAAYABgAFAAcABwAFAAQACAAGAAcABgAIAAAABAAJAAcACAAHAAkACgAIAAkABAALAAkACgAJAAwADAAJAAsADQAKAAwADgAIAAoADwAKAA0ADwAOAAoAEAAPAA0ADgARAAgAAAAIABEAEgAOAA8AEwAPABAAEwASAA8AEAANABQAFAATABAAFQASABMAFAAVABMAEgAWAA4AFgARAA4AFQAXABIAFAAXABUAFwAWABIAFAANABcADQAMABcAFwAMABYADAALABYAFgALABEACwAYABEAAAARABgACwAZABgAGQALAAQAGgAEAAAAGAAZABsAGQAEABsAGgAcAAQABAAcABsAAAAdABoAAAAYAB0AHAAaAB0AGAAbAB0AHAAdABsAHgAfACAAHgAhAB8AIAAfACIAHgAgACMAIAAiACMAHwAkACIAHwAhACQAJQAhAB4AHgAjACUAJQAkACEAIwAiACYAJQAjACcAIwAmACcAJAAlACgAJQAnACgAIgAkACkAIgApACYAJAAoACkAKAAqACkAKQAqACsAKAAsACoALAAtACoAKwAqAC0ALAAuAC0ALgAvAC0AKwAtAC8ALgAwAC8AKwAvADAAMQAwAC4AMQAuACwAKwAwADEAKAAxACwAMgArADEAKQArADIAKAAzADEAMgAxADMAKQAyADQAKAA1ADMAKAA2ADUAKAA3ADYAKAAnADcANwA4ADYANQA2ADgANwA5ADgAOQA6ADgANQA4ADoAOQA7ADoANQA6ADsAPAA7ADkAPAA5ADcANQA7ADwAJwA8ADcAPQA1ADwAJwA9ADwAPQAzADUAPgAzAD0APgAyADMAPQAnAD8AMgA+AEAAMgBAADQAPgA9AEEAPQA/AEEAJwBCAD8APgBBAEMAPgBDAEIAJwAmAEIAPgBCACYAJgBAAD4APwBCAEQAQwBEAEIAQQA/AEUAPwBEAEUAQwBBAEYAQQBFAEYAQwBHAEQARQBEAEcAQwBGAEcARQBHAEYAJgBIAEAAJgBJAEgAJgApAEkAKQA0AEkASABJAEoANABKAEkAQABIAEsASABKAEsANABAAEwAQABLAEwANABNAEoASwBKAE0ANABMAE0ASwBNAEwA"), +"name": "Texture", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 78, +"vertex_data": PackedByteArray("/3/g9XwjAACvb57+liMAAIte/v+CIwAAr2/B/aPbAAD/fwj2vNsAAIte8f6b2wAA1iPg9XwjAADWIwj2vNsAAJkZ3fU/GQAAmRkK9vjlAACZGXjyrhkAAGXmC/b45QAAmRml8mfmAAAAAHLyFwAAAGXmePKuGQAA//9y8hcAAAD//wbnAAAAAGXm3fU/GQAA/v+q8v//AAD+/z/n5/8AAAAABucAAAAAAAA/5+f/AABl5qXyZ+YAAAAAqvL+/wAAKNzg9XwjAAAo3Aj2vNsAAE+Qnv6WIwAAc6Hx/pvbAABPkMH9o9sAAHOh//+CIwAAuvkAAMwGAABEBgAALPoAALr5AAAs+gAARAYAAMwGAABEBnQOLPoAALr5dA4s+gAARAZ0DswGAAC6+XQOzAYAABIUchdf7AAA7OtyF1/sAADs63IXmRQAABIUcheZFAAAqClRIqEXAADVQTHdyy8AAFbWUSKhFwAACTkyKOMlAAD1xjIo4yUAAOhMktPAOQAAFrOS08A5AAApvjHdyy8AAEoyEejOMgAAtM0R6M4yAABGLzHdakIAALrQMd1qQgAA5+hRIkAqAADn6FEi3tYAAKPaMiigOQAAo9oyKH7HAADExpLTfE0AAMTGktOiswAAutAx3bO+AAC0zRHoKs4AAEoyEegqzgAAVtZRIlrpAABGLzHds74AACm+Md0v0QAAqClRIlrpAADVQTHdL9EAAAk5MigX2wAA9cYyKBfbAAAWs5LTOscAAOhMktM6xwAAGRdRIt7WAAAZF1EiQCoAAF0lMiigOQAAXSUyKH7HAAA8OZLTorMAADw5ktN8TQAA") +}] +blend_shape_mode = 0 + +[sub_resource type="ArrayMesh" id="ArrayMesh_ynv1l"] +resource_name = "Bookholder stone_Bookholder stone" +_surfaces = [{ +"aabb": AABB(-1.0296005, 1.4901161e-08, -1.0339006, 2.0592012, 3.331715, 2.0599408), +"attribute_data": PackedByteArray("PZviNbyViS/elN0o9JviNZCh3SjRoIkvQTabfhwnCQlxNp0J7CYPfj2b4jXelN0oPZsEEvSbBBKQod0o9JviNWEADQnsJg9+gwArfhwnCQmP1ScQuO9fDHrrKRAvwBUQqbtfDI/VJxCP1ScQqbtfDLjvXwzM1Sk1o7v4OCbALjVx6yY1su/4OMzVKTXM1Sk1su/4OKO7+Dipu18MJsAuNaO7+DgvwBUQsu/4OHrrKRC4718McesmNbLvlQWpu18Mo7uVBbjvXwzmtWsMo7v4OOG1BDmpu18MnrvCP7Lv+Dis78I/o7v4OHX1Bjm4718MevVsDLLv+Dg1XfKjGyH5q3cZC6RZVeerdxkLpBkh7N94GaXnGyH5q3gZpedbVfnfNV2x5xkh7N81XbHnWVXnqzVd8qNbVfnf7FwUm3cZC6QuGS2bNV3yo6AQuKN4GaXnoBBS53cZC6QxGYPwNV2x5+5cj/B4GaXnEmZe5zVd8qMSZp6jNV2x53E2nQnXR/t+QTabfgZI3QkvVaYJ10f7fgZI3Qn/VJ9+N4spCU5kCX5+ZAQJt4pFfiCbBhIgm+U1g5XgKImbfDWJm50R6KF3KP9Un35+ZAQJTmQJfi9Vpgkgm+U1Q5aML4OV4CiJm3w16KF3KAuhIy8CcxL6eQeKjgJzio55BxL6X2t1ldwM+PPcDHWVX2v485X7XP3ghPXxlfv18eCEXP32hNPxrPs6/faEOv2s+9PxqPtK/fOE4/Go++Px84RK/ZD7T/3bhOfxkPvn8duET/2Q++fxlovQ6tT00OrbhOfxqPvj8a6Ly+rt9Mvq84Tj8az70/Gyi7vq8PS76vaE0/GV+/Xxm4vd6tr03erghPXx3xwj5TNZz6gzWSPl3xzPqNT00OocljziTuo84paL0OpSmjxGhd7QTuah0E4Y5jxGUpo8RhyWPOKWi9Dq5qHQThjmPEZO6jzihd7QTtT00OpO6jzinJ2Z3c7imd0cljzi5qHQTh7ZZlZMp2ZWhd7QTuah0E6cnZndHJY84kynZlaF3tBOzuKZ3R7ZZlZO6jzizuKZ3UynZlYe2WZWnJ2Z3bidhd062VJW6uKF3WinUlYBortOuJ2F3TiWJ+Jop1JWoN67Turihd062VJWauon4qDeu05op1JWAaK7TjrZUlY4lifi6uKF3WrqJ+K4nYXdK5Y34t7ilN1d6jfiq52U3ZTey05bp2JW9aHLTi7ZYlaU3stO3uKU3S7ZYlZd6jfi9aHLTqudlN0rljfiW6diVqudlN0u2WJW3uKU3VunYlbd4qbdW6d0Vi3ZdFarnabdk97dTt3ipt0t2XRWXepJ4vWh3U6rnabdK5ZJ4lundFb1od1OLdl0VlundFaT3t1OXepJ4qudpt3d4qbdK5ZJ4u30y+orljfiXeo34q6Ly+qui8vq9aHLTiuWN+JqmjdG7fTL6pTey04x5jdGXeo34rKLu+oBortOOJYn4m6aJ0ayi7vqauon4vD0u+o4lifi8PS76qDeu0405idGauon4jTmJ0YBortObponRqDeu06bi93q9aHdTiuWSeJXmklG2vTd6iuWSeJd6knim4vd6tr03eqT3t1OHuZJRl3qSeJXmklGk97dTvWh3U4e5klGapo3RpTey071octOMeY3Rg=="), +"format": 34896613399, +"index_count": 444, +"index_data": PackedByteArray("AAABAAIAAwAEAAUABgAHAAgABgAJAAcACgALAAwADQAOAA8AEAARABIAEAATABEAFAAVABYAFwAYABkAGgAbABwAHQAeAB8AIAAhACIAIwAkACUAJgAnACgAJgApACcAKgArACwAKgAtACsALgAvADAALgAxAC8AMgAzADQAMgA1ADMANgA3ADgANgA5ADcAOgA7ADwAOgA9ADsAPgA/AEAAPgBBAD8AQgBDAEQAQgBFAEMARgBHAEgARgBJAEcASgBLAEwASgBNAEsATgBPAFAATgBRAE8AUgBTAFQAUgBVAFMAVgBXAFgAVgBZAFcAWgBbAFwAWgBdAFsAXgBfAGAAXgBhAF8AYgBjAGQAYgBlAGMAZgBnAGgAZgBpAGcAagBrAGwAbQBuAG8AcABxAHIAcABzAHEAdAB1AHYAdwB4AHkAegB7AHwAegB9AHsAfgB/AIAAfgCBAH8AggCDAIQAggCFAIMAhgCHAIgAhgCJAIcAigCLAIwAigCNAIsAjgCPAJAAjgCRAI8AkgCTAJQAkgCVAJMAlgCXAJgAlgCZAJcAmgCbAJwAmgCdAJsAngCfAKAAngChAJ8AogCjAKQAogClAKMApgCnAKgApgCpAKcAqgCrAKwAqgCtAKsArgCvALAArgCxAK8AsgCzALQAsgC1ALMAtgC3ALgAtgC5ALcAugC7ALwAugC9ALsAvgC/AMAAvgDBAL8AwgDDAMQAwgDFAMMAxgDHAMgAxgDJAMcAygDLAMwAygDNAMsAzgDPANAAzgDRAM8A0gDTANQA0gDVANMA1gDXANgA1gDZANcA2gDbANwA2gDdANsA3gDfAOAA3gDhAN8A4gDjAOQA4gDlAOMA5gDnAOgA5gDpAOcA6gDrAOwA6gDtAOsA7gDvAPAA7gDxAO8A8gDzAPQA8gD1APMA9gD3APgA9gD5APcA+gD7APwA+gD9APsA/gD/AAAB/gABAf8AAgEDAQQBAgEFAQMBBgEHAQgBBgEJAQcBCgELAQwBCgENAQsBDgEPARABDgERAQ8BEgETARQBEgEVARMBFgEXARgBFgEZARcBGgEbARwBGgEdARsBHgEfASABHgEhAR8BIgEjASQBIgElASMBJgEnASgBJgEpAScBKgErASwBKgEtASsBLgEvATABLgExAS8BMgEzATQBMgE1ATMB"), +"material": SubResource("StandardMaterial3D_c1pbb"), +"name": "Texture", +"primitive": 3, +"uv_scale": Vector4(0, 0, 0, 0), +"vertex_count": 310, +"vertex_data": PackedByteArray("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o9oyKH7HJsm60DHdakI2w8TGktOiszbDutAx3bO+NsPExpLTfE02w7rQMd1qQsGho9oyKKA5waHExpLTfE3BoefoUSJAKsGhutAx3bO+Pd6j2jIofsc93ufoUSLe1j3exMaS06KzPd6j2jIofscMwMTGktN8TQzAo9oyKKA5DMDExpLTorMMwF0lMih+xwzAPDmS03xNDMA8OZLTorMMwF0lMiigOQzARi8x3bO+Pd5dJTIofsc93jw5ktOisz3eGRdRIt7WPd5GLzHdakLAoV0lMiigOcChGRdRIkAqwKE8OZLTfE3AoUYvMd1qQjbDPDmS06KzNsM8OZLTfE02w0YvMd2zvjbDGRdRIt7WJsldJTIooDkmyV0lMih+xybJGRdRIkAqJsns63IXmRRKwOfoUSLe1krA5+hRIkAqSsDs63IXX+xKwOzrchdf7BPAutAx3bO+DcDn6FEi3tYTwLTNEegqzg3A7OtyF5kUEMC60DHdakIWwLTNEejOMhbA5+hRIkAqEMDs63IXmRT5/ym+Md3LL///VtZRIqEX+f+0zRHozjL//+zrcheZFP//qClRIqEX//8SFHIXmRT//1bWUSKhF///EhRyF5kU+f/VQTHdyy///0oyEejOMv//qClRIqEX+f9KMhHozjL//ym+Md3LL///tM0R6M4y///VQTHdyy///xIUcheZFAzARi8x3WpCE8AZF1EiQCoNwEoyEejOMhLAEhRyF1/sSsAZF1EiQCpKwBkXUSLe1krAEhRyF5kUSsASFHIXX+wXwEYvMd2zvhHASjIR6CrOEcAZF1Ei3tYWwEoyEejOMkrARi8x3bO+SsBGLzHdakJKwEoyEegqzkrAtM0R6CrOSsC60DHdakJKwLrQMd2zvkrAtM0R6M4ySsAgwN0/IMDdPyDA3T+n/3gAp/94AKf/eAAt8lp2LfJcdi3yXHYt8lp2BcD5PwXA+T8FwPk/cP+OAHD/jgBw/44A1vJImtbySJrW8kia1vJImvv/+H/7//h/+//4f9z/un/c/7p/3P+6f////3////9/////f+v/CYDr/wmA6/8JgPX/BID1/wSA9f8EgP///3////9/////f0vnok6zzymYiM6/mJDlLUv/5gpO8ckLm1nNVpmV5zVPAAD/fwAA/38AAP9/AAD/f2vWyNRr1sjUa9bI1GvWyNT///9/////f////3////9/JKtJViSrSVYkq0lWJKtJVtf/E4Da/xGA2v8RgNf/E4Cb9jxtxusdiofwvIdl985u8f/lf/X/63/1/+t/8f/lf2n413Cr7qqIHO1yiQn2GWz///9/////f////3////9/ENd21BDXdtQQ13bUENd21AAAeokAAHqJAAB6iQAAeomIqxJXiKsSV4irEleIqxJXj8pyZI7KZ2SOymdkj8pyZI7ka7V05G61jORrtXbkbrW15axyteWscrXlrHK15axyjoCOgI6AjoCOgI6A+b/5v/m/+b/5v/m/IvbSjRP20Y0i9tKNE/bRjXeAV4B3gFeAd4BXgNy/3b/cv92/3L/dv1pVWlVaVVpVWlVaVVpVWlVUVVRVVFVUVVRVVFVUVVRV/3////9/////f////3////9/////f////3////9/////fwAA/38AAP9/AAD/fwAA/3////9/////f////3///////3////9/////f////3/OuGcczrhnHM64ZxzOuGcc/3992/9/fdv/f33b/39922ecL8dnnC/HZ5wvx2ecL8f///9/////f////3////9/////f////3////9/////f////3////9/////f////3/S9WqApP9zd6X/Dnd99HqAlP/TdXL3WYCD/350DvdZgP///3////9/////f////38AAP9/AAD/fwAA/38AAP9/CoHAAAqBwAAKgcAACoHAAL+A9P6/gPT+v4D0/r+A9P7///9/////f////3////9//3+S+/9/kvv/f5L7/3+S+xyAlv8cgJb/HICW/xyAlv9ngB0AZ4AdAGeAHQBngB0A+Jz///ic///4nP//+Jz///9/XdP/f13T/39d0/9/XdMuwhchLsIXIS7CFyEuwhchX2g/L19oPy9faD8vX2g/L/SAqgD0gKoA9ICqAPSAqgBrgCEAa4AhAGuAIQBrgCEAjIhGBIyIRgSMiEYEjIhGBEaEcfdGhHH3RoRx90aEcfcggJL/IICS/yCAkv8ggJL/qYAK/6mACv+pgAr/qYAK/79QX+i/UF/ov1Bf6L9QX+gXoc+9F6HPvRehz70Xoc+9opJRCaKSUQmiklEJopJRCQKKpQQCinwFAoqpBAKKawUCil0FAYqHBAGKmAQCilkFYYB/+ml/S/tagGz6i3+5+v9/6vX/f+r1/3/q9f9/6vV/hWEAS3uWALl6cwCRhVsA/3/29f9/9vX/f/b1/3/29V2F+/WHhPz1WYX79ZiE/PVUiVTtVIlU7VSJVO1UiVTtpIT89XuF+/Vqhfz1qIT89U6JYO1OiWDtTolg7U6JYO2nklQJp5JUCaeSVAmnklQJ") +}] +blend_shape_mode = 0 +shadow_mesh = SubResource("ArrayMesh_0a5pt") + +[node name="BookHolder" type="Node3D"] + +[node name="StaticBody3D" type="StaticBody3D" parent="."] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0027694702, 0.48075867, -0.00024414063) +shape = SubResource("BoxShape3D_67j7i") + +[node name="MeshInstance3D2" type="MeshInstance3D" parent="."] + +[node name="Bookholder stone" type="MeshInstance3D" parent="MeshInstance3D2"] +transform = Transform3D(0.3, 0, 0, 0, 0.3, 0, 0, 0, 0.3, 0, 0, 0) +mesh = SubResource("ArrayMesh_ynv1l") +skeleton = NodePath("") + +[node name="Label3D" type="Label3D" parent="MeshInstance3D2"] +transform = Transform3D(1, 0, 0, 0, 0.71869695, 0.69532347, 0, -0.69532347, 0.71869695, -0.00086188316, 1.0216228, 0) +visibility_range_begin = 0.1 +visibility_range_end = 1.5 +font_size = 14 +outline_size = 2 +horizontal_alignment = 0 +vertical_alignment = 2 diff --git a/escape-room-version-2/import_scene/cube_number.gd b/escape-room-version-2/import_scene/cube_number.gd new file mode 100644 index 0000000..5bccfc9 --- /dev/null +++ b/escape-room-version-2/import_scene/cube_number.gd @@ -0,0 +1,28 @@ +extends MeshInstance3D + +@export var cubeNumber : String = "" + +@onready var seite_1 = $seite_1 +@onready var seite_2 = $seite_2 +@onready var seite_3 = $seite_3 +@onready var seite_4 = $seite_4 +@onready var seite_5 = $seite_5 +@onready var seite_6 = $seite_6 + +func _ready(): + add_to_group("RiddelCube") + if cubeNumber: + set_cubeNumber(cubeNumber) + + elif cubeNumber == "": + print("CubeNumber nicht gesetzt.") + else: + pass + +func set_cubeNumber(cubeNr: String) -> void: + seite_1.text = cubeNr + seite_2.text = cubeNr + seite_3.text = cubeNr + seite_4.text = cubeNr + seite_5.text = cubeNr + seite_6.text = cubeNr diff --git a/escape-room-version-2/import_scene/cube_number.gd.uid b/escape-room-version-2/import_scene/cube_number.gd.uid new file mode 100644 index 0000000..72291fc --- /dev/null +++ b/escape-room-version-2/import_scene/cube_number.gd.uid @@ -0,0 +1 @@ +uid://bq3a61omsyiqm diff --git a/escape-room-version-2/import_scene/escape-room-szene-room.tscn b/escape-room-version-2/import_scene/escape-room-szene-room.tscn new file mode 100644 index 0000000..8caaf05 --- /dev/null +++ b/escape-room-version-2/import_scene/escape-room-szene-room.tscn @@ -0,0 +1,833 @@ +[gd_scene load_steps=75 format=3 uid="uid://bidp3paljsym7"] + +[ext_resource type="Script" uid="uid://27oc4gb13uis" path="res://import_scene/escape_room_szene_room.gd" id="1_03kae"] +[ext_resource type="PackedScene" uid="uid://cuog4dnr6da4q" path="res://import_scene/würfel.tscn" id="10_58sqr"] +[ext_resource type="PackedScene" uid="uid://c211w30s0sq2r" path="res://import_scene/riddel_cube_board.tscn" id="10_i1fkd"] +[ext_resource type="PackedScene" uid="uid://cc5oq67yhci3w" path="res://import_scene/riddel_cube.tscn" id="11_8osd2"] +[ext_resource type="Animation" uid="uid://nq3xh1olqipq" path="res://addons/godot-xr-tools/hands/animations/left/Grip Shaft.res" id="11_gqhg5"] +[ext_resource type="Script" uid="uid://cn05iplah2osq" path="res://addons/godot-xr-tools/hands/poses/hand_pose_settings.gd" id="12_enjo3"] +[ext_resource type="PackedScene" uid="uid://bsxptq5bplrew" path="res://import_scene/riddel_node.tscn" id="12_i1fkd"] +[ext_resource type="PackedScene" uid="uid://bx1rqc4aaet7h" path="res://import_scene/escape_room_large.tscn" id="12_ted65"] +[ext_resource type="PackedScene" uid="uid://db5t48e250adl" path="res://import_scene/riddel_node_board.tscn" id="13_8osd2"] +[ext_resource type="Script" uid="uid://p2bd3g5658th" path="res://import_scene/riddel_node_board.gd" id="13_58sqr"] +[ext_resource type="Animation" uid="uid://c8dghcftg1thx" path="res://addons/godot-xr-tools/hands/animations/right/Grip Shaft.res" id="13_u4sjt"] +[ext_resource type="ArrayMesh" uid="uid://bacjgnr1hkcmw" path="res://assets-library/Speakers/SpeakersLowPoly/SpeakerALowPoly.obj" id="15_c5kf2"] +[ext_resource type="Animation" uid="uid://di384xtde8ydf" path="res://addons/godot-xr-tools/hands/animations/left/Grip 2.res" id="18_ws62k"] +[ext_resource type="ArrayMesh" uid="uid://oaquaq7sxj1r" path="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door-window.obj" id="21_6lprk"] +[ext_resource type="PackedScene" uid="uid://cgue6x2lkbduf" path="res://import_scene/book_holder.tscn" id="23_d7g0e"] +[ext_resource type="Script" uid="uid://ye81kif4jjp7" path="res://import_scene/audio_button.gd" id="23_dfniq"] +[ext_resource type="Script" uid="uid://hyywtorn4c0q" path="res://import_scene/kill_zone.gd" id="23_mrobn"] +[ext_resource type="Script" uid="uid://b38jbfcig2w48" path="res://import_scene/omni_light_3d.gd" id="24_dikdg"] +[ext_resource type="AudioStream" uid="uid://c56s0llngavuo" path="res://music/10-Portishead-Glory_Box-cbm.mp3" id="25_usjio"] +[ext_resource type="PackedScene" uid="uid://bvytoh8cgfsv2" path="res://assets-library/Disco_Ball/disco_ball.blend" id="25_w0lgv"] +[ext_resource type="AudioStream" uid="uid://cqs7cfnkrgdql" path="res://music/07-Portishead-Roads-cbm.mp3" id="26_dikdg"] +[ext_resource type="AudioStream" uid="uid://bffrjr3idr414" path="res://music/Rammstein - Sonne.mp3" id="33_pq045"] +[ext_resource type="AudioStream" uid="uid://myovxwpyhy2p" path="res://music/03-Enkelz_-_Ich_hass_Dich.mp3" id="34_uoj1h"] +[ext_resource type="AudioStream" uid="uid://d20xxkuori4qa" path="res://music/04-Enkelz_-_Falsche_Freundschaft.mp3" id="35_f2doa"] +[ext_resource type="AudioStream" uid="uid://cxv82wfygpah8" path="res://music/12-Never let me down again (agro mix).mp3" id="36_nvyc4"] + +[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_8osd2"] +sky_horizon_color = Color(0.66224277, 0.6717428, 0.6867428, 1) +ground_horizon_color = Color(0.66224277, 0.6717428, 0.6867428, 1) + +[sub_resource type="Sky" id="Sky_c5kf2"] +sky_material = SubResource("ProceduralSkyMaterial_8osd2") + +[sub_resource type="Environment" id="Environment_58sqr"] +background_mode = 2 +sky = SubResource("Sky_c5kf2") +tonemap_mode = 2 + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_i1fkd"] +albedo_color = Color(0.13725491, 0.49019608, 0.25882354, 1) + +[sub_resource type="BoxShape3D" id="BoxShape3D_8osd2"] +margin = 0.01 +size = Vector3(2, 1.2, 1) + +[sub_resource type="BoxShape3D" id="BoxShape3D_n3dbl"] +margin = 0.01 +size = Vector3(1, 1.2, 0.5) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_8osd2"] +albedo_color = Color(0.54509807, 0.43529412, 0.19215687, 1) + +[sub_resource type="Resource" id="Resource_usjio"] +resource_local_to_scene = true +script = ExtResource("12_enjo3") +closed_pose = ExtResource("11_gqhg5") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_dikdg"] +resource_local_to_scene = true +script = ExtResource("12_enjo3") +closed_pose = ExtResource("13_u4sjt") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_w0lgv"] +resource_local_to_scene = true +script = ExtResource("12_enjo3") +closed_pose = ExtResource("11_gqhg5") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_6lprk"] +resource_local_to_scene = true +script = ExtResource("12_enjo3") +closed_pose = ExtResource("13_u4sjt") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_mrobn"] +resource_local_to_scene = true +script = ExtResource("12_enjo3") +closed_pose = ExtResource("11_gqhg5") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_dfniq"] +resource_local_to_scene = true +script = ExtResource("12_enjo3") +closed_pose = ExtResource("13_u4sjt") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_3fe8x"] +resource_local_to_scene = true +script = ExtResource("12_enjo3") +closed_pose = ExtResource("11_gqhg5") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_d7g0e"] +resource_local_to_scene = true +script = ExtResource("12_enjo3") +closed_pose = ExtResource("13_u4sjt") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_gkcf5"] +resource_local_to_scene = true +script = ExtResource("12_enjo3") +closed_pose = ExtResource("11_gqhg5") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_03kae"] +resource_local_to_scene = true +script = ExtResource("12_enjo3") +closed_pose = ExtResource("13_u4sjt") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_wa7jn"] +resource_local_to_scene = true +script = ExtResource("12_enjo3") +closed_pose = ExtResource("11_gqhg5") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_pq045"] +resource_local_to_scene = true +script = ExtResource("12_enjo3") +closed_pose = ExtResource("13_u4sjt") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_uoj1h"] +resource_local_to_scene = true +script = ExtResource("12_enjo3") +closed_pose = ExtResource("11_gqhg5") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_f2doa"] +resource_local_to_scene = true +script = ExtResource("12_enjo3") +closed_pose = ExtResource("13_u4sjt") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_nvyc4"] +resource_local_to_scene = true +script = ExtResource("12_enjo3") +closed_pose = ExtResource("11_gqhg5") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_e0pj3"] +resource_local_to_scene = true +script = ExtResource("12_enjo3") +closed_pose = ExtResource("13_u4sjt") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="BoxShape3D" id="BoxShape3D_ted65"] +margin = 0.01 +size = Vector3(0.5, 1.21, 2) + +[sub_resource type="Resource" id="Resource_pa4rw"] +resource_local_to_scene = true +script = ExtResource("12_enjo3") +closed_pose = ExtResource("18_ws62k") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_yyt7h"] +resource_local_to_scene = true +script = ExtResource("12_enjo3") +closed_pose = ExtResource("18_ws62k") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_skccp"] +resource_local_to_scene = true +script = ExtResource("12_enjo3") +closed_pose = ExtResource("18_ws62k") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_313nu"] +resource_local_to_scene = true +script = ExtResource("12_enjo3") +closed_pose = ExtResource("18_ws62k") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_rkp2n"] +resource_local_to_scene = true +script = ExtResource("12_enjo3") +closed_pose = ExtResource("18_ws62k") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_8ni3a"] +resource_local_to_scene = true +script = ExtResource("12_enjo3") +closed_pose = ExtResource("18_ws62k") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_hj2lu"] +resource_local_to_scene = true +script = ExtResource("12_enjo3") +closed_pose = ExtResource("18_ws62k") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_omsmn"] +resource_local_to_scene = true +script = ExtResource("12_enjo3") +closed_pose = ExtResource("18_ws62k") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_65cp7"] +resource_local_to_scene = true +script = ExtResource("12_enjo3") +closed_pose = ExtResource("18_ws62k") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_ha51e"] +resource_local_to_scene = true +script = ExtResource("12_enjo3") +closed_pose = ExtResource("18_ws62k") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="BoxShape3D" id="BoxShape3D_gqhg5"] +size = Vector3(4.3842773, 3, 1.1181641) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ted65"] +albedo_color = Color(0, 0, 0, 1) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_mrobn"] +albedo_color = Color(1, 0.101960786, 0.5921569, 1) + +[sub_resource type="BoxShape3D" id="BoxShape3D_w0lgv"] +size = Vector3(42.438, 3, 1) + +[sub_resource type="BoxShape3D" id="BoxShape3D_i1fkd"] +margin = 0.01 +size = Vector3(50, 1, 50) + +[sub_resource type="BoxShape3D" id="BoxShape3D_6lprk"] +size = Vector3(42.606, 3, 1) + +[sub_resource type="BoxShape3D" id="BoxShape3D_mrobn"] +size = Vector3(1, 3, 43.066) + +[sub_resource type="BoxShape3D" id="BoxShape3D_dfniq"] +size = Vector3(1, 3, 43.072) + +[sub_resource type="BoxShape3D" id="BoxShape3D_3fe8x"] +size = Vector3(100, 5, 100) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_dikdg"] +albedo_color = Color(0, 0, 0, 1) + +[sub_resource type="BoxShape3D" id="BoxShape3D_gkcf5"] +size = Vector3(40, 0.1, 40) + +[sub_resource type="AudioStreamPlaylist" id="AudioStreamPlaylist_w0lgv"] +shuffle = true +stream_count = 6 +stream_0 = ExtResource("25_usjio") +stream_1 = ExtResource("26_dikdg") +stream_2 = ExtResource("33_pq045") +stream_3 = ExtResource("34_uoj1h") +stream_4 = ExtResource("35_f2doa") +stream_5 = ExtResource("36_nvyc4") + +[sub_resource type="BoxShape3D" id="BoxShape3D_d7g0e"] +size = Vector3(0.2, 0.2, 0.2) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_dfniq"] +albedo_color = Color(0, 1, 0, 1) + +[sub_resource type="BoxMesh" id="BoxMesh_gkcf5"] +size = Vector3(0.2, 0.2, 0.2) + +[node name="Node3D" type="Node3D"] +script = ExtResource("1_03kae") + +[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] +transform = Transform3D(-0.8660254, -0.43301278, 0.25, 0, 0.49999997, 0.86602545, -0.50000006, 0.75, -0.43301266, 0, 0, 0) +light_color = Color(0.7372549, 0.75686276, 0.7882353, 1) +light_energy = 2.75 +shadow_enabled = true +directional_shadow_max_distance = 144.0 + +[node name="WorldEnvironment" type="WorldEnvironment" parent="."] +environment = SubResource("Environment_58sqr") + +[node name="Interactions" type="Node3D" parent="." groups=["pickable"]] + +[node name="Würfeltisch" type="RigidBody3D" parent="Interactions"] +mass = 1000.0 + +[node name="CSGBox3D" type="CSGBox3D" parent="Interactions/Würfeltisch"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 5.6, 0.6, -7.9834013) +material_override = SubResource("StandardMaterial3D_i1fkd") +size = Vector3(2, 1.2, 1) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Interactions/Würfeltisch"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 5.6, 0.6, -7.9834013) +shape = SubResource("BoxShape3D_8osd2") + +[node name="Würfel01" parent="Interactions/Würfeltisch" groups=["pickable"] instance=ExtResource("10_58sqr")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 5.912872, 1.2699717, -7.769178) +mass = 0.125 + +[node name="Label3D" type="Label3D" parent="Interactions/Würfeltisch/Würfel01"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.09352088, 0) +text = "0.125 kg" +font_size = 8 +outline_size = 8 + +[node name="Würfel02" parent="Interactions/Würfeltisch" groups=["pickable"] instance=ExtResource("10_58sqr")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 5.251548, 1.274254, -7.779295) +mass = 0.5 + +[node name="Label3D" type="Label3D" parent="Interactions/Würfeltisch/Würfel02"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.09018564, 0) +text = "0.5 kg" +font_size = 8 +outline_size = 8 + +[node name="Würfel03" parent="Interactions/Würfeltisch" groups=["pickable"] instance=ExtResource("10_58sqr")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.9890203, 1.290269, -7.7799587) + +[node name="Label3D" type="Label3D" parent="Interactions/Würfeltisch/Würfel03"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.09185946, 0) +text = "1 kg" +font_size = 8 +outline_size = 8 + +[node name="Würfel04" parent="Interactions/Würfeltisch" groups=["pickable"] instance=ExtResource("10_58sqr")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 5.5433016, 1.2623656, -7.779295) +mass = 0.25 + +[node name="Label3D" type="Label3D" parent="Interactions/Würfeltisch/Würfel04"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.09734988, 0) +text = "0.25 kg" +font_size = 8 +outline_size = 8 + +[node name="CubeTable" type="RigidBody3D" parent="Interactions"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -8.1475315, 0.6, -3.5421476) +mass = 1000.0 + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Interactions/CubeTable"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.116090775, 0, 1.9952714) +shape = SubResource("BoxShape3D_n3dbl") + +[node name="CSGBox3D" type="CSGBox3D" parent="Interactions/CubeTable"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.116090775, 0, 1.9952714) +material_override = SubResource("StandardMaterial3D_8osd2") +size = Vector3(1, 1.2, 0.5) + +[node name="RiddleCube" parent="Interactions/CubeTable" groups=["RiddelCube", "pickable"] instance=ExtResource("11_8osd2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.42716026, 0.7039982, 1.8580177) + +[node name="CubeNumber" parent="Interactions/CubeTable/RiddleCube" index="1"] +cubeNumber = "1" + +[node name="GrabPointHandLeft" parent="Interactions/CubeTable/RiddleCube" index="2"] +hand_pose = SubResource("Resource_usjio") + +[node name="GrabPointHandRight" parent="Interactions/CubeTable/RiddleCube" index="3"] +hand_pose = SubResource("Resource_dikdg") + +[node name="RiddleCube2" parent="Interactions/CubeTable" groups=["RiddelCube", "pickable"] instance=ExtResource("11_8osd2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.24625874, 0.7039982, 1.8580177) + +[node name="CubeNumber" parent="Interactions/CubeTable/RiddleCube2" index="1"] +cubeNumber = "2" + +[node name="GrabPointHandLeft" parent="Interactions/CubeTable/RiddleCube2" index="2"] +hand_pose = SubResource("Resource_w0lgv") + +[node name="GrabPointHandRight" parent="Interactions/CubeTable/RiddleCube2" index="3"] +hand_pose = SubResource("Resource_6lprk") + +[node name="RiddleCube3" parent="Interactions/CubeTable" groups=["RiddelCube", "pickable"] instance=ExtResource("11_8osd2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.05379486, 0.7039982, 1.8580177) + +[node name="CubeNumber" parent="Interactions/CubeTable/RiddleCube3" index="1"] +cubeNumber = "3" + +[node name="GrabPointHandLeft" parent="Interactions/CubeTable/RiddleCube3" index="2"] +hand_pose = SubResource("Resource_mrobn") + +[node name="GrabPointHandRight" parent="Interactions/CubeTable/RiddleCube3" index="3"] +hand_pose = SubResource("Resource_dfniq") + +[node name="RiddleCube4" parent="Interactions/CubeTable" groups=["RiddelCube", "pickable"] instance=ExtResource("11_8osd2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.15023804, 0.7039982, 1.8580177) + +[node name="CubeNumber" parent="Interactions/CubeTable/RiddleCube4" index="1"] +cubeNumber = "4" + +[node name="GrabPointHandLeft" parent="Interactions/CubeTable/RiddleCube4" index="2"] +hand_pose = SubResource("Resource_3fe8x") + +[node name="GrabPointHandRight" parent="Interactions/CubeTable/RiddleCube4" index="3"] +hand_pose = SubResource("Resource_d7g0e") + +[node name="RiddleCube5" parent="Interactions/CubeTable" groups=["RiddelCube", "pickable"] instance=ExtResource("11_8osd2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.1387558, 0.7039982, 2.135804) + +[node name="CubeNumber" parent="Interactions/CubeTable/RiddleCube5" index="1"] +cubeNumber = "5" + +[node name="GrabPointHandLeft" parent="Interactions/CubeTable/RiddleCube5" index="2"] +hand_pose = SubResource("Resource_gkcf5") + +[node name="GrabPointHandRight" parent="Interactions/CubeTable/RiddleCube5" index="3"] +hand_pose = SubResource("Resource_03kae") + +[node name="RiddleCube6" parent="Interactions/CubeTable" groups=["RiddelCube", "pickable"] instance=ExtResource("11_8osd2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.058376312, 0.7039982, 2.135804) + +[node name="CubeNumber" parent="Interactions/CubeTable/RiddleCube6" index="1"] +cubeNumber = "6" + +[node name="GrabPointHandLeft" parent="Interactions/CubeTable/RiddleCube6" index="2"] +hand_pose = SubResource("Resource_wa7jn") + +[node name="GrabPointHandRight" parent="Interactions/CubeTable/RiddleCube6" index="3"] +hand_pose = SubResource("Resource_pq045") + +[node name="RiddleCube7" parent="Interactions/CubeTable" groups=["RiddelCube", "pickable"] instance=ExtResource("11_8osd2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.22935104, 0.7039982, 2.135804) + +[node name="CubeNumber" parent="Interactions/CubeTable/RiddleCube7" index="1"] +cubeNumber = "7" + +[node name="GrabPointHandLeft" parent="Interactions/CubeTable/RiddleCube7" index="2"] +hand_pose = SubResource("Resource_uoj1h") + +[node name="GrabPointHandRight" parent="Interactions/CubeTable/RiddleCube7" index="3"] +hand_pose = SubResource("Resource_f2doa") + +[node name="RiddleCube8" parent="Interactions/CubeTable" groups=["RiddelCube", "pickable"] instance=ExtResource("11_8osd2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.41563988, 0.7039982, 2.135804) + +[node name="CubeNumber" parent="Interactions/CubeTable/RiddleCube8" index="1"] +cubeNumber = "8" + +[node name="GrabPointHandLeft" parent="Interactions/CubeTable/RiddleCube8" index="2"] +hand_pose = SubResource("Resource_nvyc4") + +[node name="GrabPointHandRight" parent="Interactions/CubeTable/RiddleCube8" index="3"] +hand_pose = SubResource("Resource_e0pj3") + +[node name="RiddelCubeBoard" parent="Interactions" instance=ExtResource("10_i1fkd")] +transform = Transform3D(0.99999994, 0, 0, 0, 1, 0, 0, 0, 0.99999994, -9.376, 0, 0) +script = null + +[node name="cubePos_1" parent="Interactions/RiddelCubeBoard" index="1"] +script = null + +[node name="cubePos_2" parent="Interactions/RiddelCubeBoard" index="2"] +script = null + +[node name="cubePos_3" parent="Interactions/RiddelCubeBoard" index="3"] +script = null + +[node name="cubePos_4" parent="Interactions/RiddelCubeBoard" index="4"] +script = null + +[node name="cubePos_5" parent="Interactions/RiddelCubeBoard" index="5"] +script = null + +[node name="cubePos_6" parent="Interactions/RiddelCubeBoard" index="6"] +script = null + +[node name="cubePos_7" parent="Interactions/RiddelCubeBoard" index="7"] +script = null + +[node name="cubePos_8" parent="Interactions/RiddelCubeBoard" index="8"] +script = null + +[node name="NodeTable" type="RigidBody3D" parent="Interactions"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.6, 0, 7.5) +mass = 1000.0 + +[node name="RiddelNodeBoard" parent="Interactions/NodeTable" instance=ExtResource("13_8osd2")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.587, -0.02, 2.6) +script = ExtResource("13_58sqr") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Interactions/NodeTable"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.605, 0) +shape = SubResource("BoxShape3D_ted65") + +[node name="CSGBox3D" type="CSGBox3D" parent="Interactions/NodeTable"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.6, 0) +size = Vector3(0.5, 1.2, 2) + +[node name="RiddelNode" parent="Interactions/NodeTable" groups=["RiddelNode", "pickable"] instance=ExtResource("12_i1fkd")] +transform = Transform3D(-0.26281232, -0.036886916, 0.9641416, 0, 0.99926895, 0.038230844, -0.96484697, 0.010047536, -0.26262018, 0.039205313, 1.2846195, 0.71166515) + +[node name="Paper" parent="Interactions/NodeTable/RiddelNode" index="1"] +labelNode = "N" + +[node name="GrabPointHandLeft" parent="Interactions/NodeTable/RiddelNode" index="2"] +hand_pose = SubResource("Resource_pa4rw") + +[node name="RiddelNode2" parent="Interactions/NodeTable" groups=["RiddelNode", "pickable"] instance=ExtResource("12_i1fkd")] +transform = Transform3D(0.36635512, 0, 0.9304751, 0, 1, 0, -0.9304751, 0, 0.36635512, 0.036942005, 1.3179603, 0.08106613) + +[node name="Paper" parent="Interactions/NodeTable/RiddelNode2" index="1"] +labelNode = "I" + +[node name="GrabPointHandLeft" parent="Interactions/NodeTable/RiddelNode2" index="2"] +hand_pose = SubResource("Resource_yyt7h") + +[node name="RiddelNode3" parent="Interactions/NodeTable" groups=["RiddelNode", "pickable"] instance=ExtResource("12_i1fkd")] +transform = Transform3D(-0.6766232, 0.73546004, 0.035771668, 0.5360154, 0.5252786, -0.6608857, -0.5048451, -0.42799643, -0.74963355, -5.0455866, 0.2858623, 0.66671515) + +[node name="Paper" parent="Interactions/NodeTable/RiddelNode3" index="1"] +labelNode = "N" + +[node name="GrabPointHandLeft" parent="Interactions/NodeTable/RiddelNode3" index="2"] +hand_pose = SubResource("Resource_skccp") + +[node name="RiddelNode4" parent="Interactions/NodeTable" groups=["RiddelNode", "pickable"] instance=ExtResource("12_i1fkd")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 11.766581, 0.96421957, -2.8394718) + +[node name="Paper" parent="Interactions/NodeTable/RiddelNode4" index="1"] +labelNode = "E" + +[node name="GrabPointHandLeft" parent="Interactions/NodeTable/RiddelNode4" index="2"] +hand_pose = SubResource("Resource_313nu") + +[node name="RiddelNode5" parent="Interactions/NodeTable" groups=["RiddelNode", "pickable"] instance=ExtResource("12_i1fkd")] +transform = Transform3D(0.60108995, -0.79918134, 0, 0.79918134, 0.60108995, 0, 0, 0, 1, 3.9584532, 0.3667426, -9.791786) + +[node name="Paper" parent="Interactions/NodeTable/RiddelNode5" index="1"] +labelNode = "T" + +[node name="GrabPointHandLeft" parent="Interactions/NodeTable/RiddelNode5" index="2"] +hand_pose = SubResource("Resource_rkp2n") + +[node name="RiddelNode6" parent="Interactions/NodeTable" groups=["RiddelNode", "pickable"] instance=ExtResource("12_i1fkd")] +transform = Transform3D(0.43739834, -0.89926785, 0, 0.89926785, 0.43739834, 0, 0, 0, 1, 7.516269, 1.3517404, -15.483219) + +[node name="Paper" parent="Interactions/NodeTable/RiddelNode6" index="1"] +labelNode = "O" + +[node name="GrabPointHandLeft" parent="Interactions/NodeTable/RiddelNode6" index="2"] +hand_pose = SubResource("Resource_8ni3a") + +[node name="RiddelNode7" parent="Interactions/NodeTable" groups=["RiddelNode", "pickable"] instance=ExtResource("12_i1fkd")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 11.901273, 0.94557714, -1.8533745) + +[node name="Paper" parent="Interactions/NodeTable/RiddelNode7" index="1"] +labelNode = "Z" + +[node name="GrabPointHandLeft" parent="Interactions/NodeTable/RiddelNode7" index="2"] +hand_pose = SubResource("Resource_hj2lu") + +[node name="RiddelNode8" parent="Interactions/NodeTable" groups=["RiddelNode", "pickable"] instance=ExtResource("12_i1fkd")] +transform = Transform3D(0.5805467, 0.814227, 0, -0.814227, 0.5805467, 0, 0, 0, 1, -6.11622, 0.17327201, -13.931913) + +[node name="Paper" parent="Interactions/NodeTable/RiddelNode8" index="1"] +labelNode = "E" + +[node name="GrabPointHandLeft" parent="Interactions/NodeTable/RiddelNode8" index="2"] +hand_pose = SubResource("Resource_omsmn") + +[node name="RiddelNode9" parent="Interactions/NodeTable" groups=["RiddelNode", "pickable"] instance=ExtResource("12_i1fkd")] +transform = Transform3D(-0.99477077, 0.031806525, -0.097053975, -0.097191274, -0.0027962327, 0.9952617, 0.031384435, 0.9994901, 0.0058729053, -1.3794999, 1.4976424, -16.472345) + +[node name="Paper" parent="Interactions/NodeTable/RiddelNode9" index="1"] +labelNode = "R" + +[node name="GrabPointHandLeft" parent="Interactions/NodeTable/RiddelNode9" index="2"] +hand_pose = SubResource("Resource_65cp7") + +[node name="RiddelNode10" parent="Interactions/NodeTable" groups=["RiddelNode", "pickable"] instance=ExtResource("12_i1fkd")] +transform = Transform3D(1, 0, 0, 0, 0.08682534, -0.9962235, 0, 0.9962235, 0.08682534, 0, 0.4853227, -16.738464) + +[node name="Paper" parent="Interactions/NodeTable/RiddelNode10" index="1"] +labelNode = "O" + +[node name="GrabPointHandLeft" parent="Interactions/NodeTable/RiddelNode10" index="2"] +hand_pose = SubResource("Resource_ha51e") + +[node name="Exit" type="RigidBody3D" parent="Interactions"] +mass = 1000.0 + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Interactions/Exit"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -14) +mesh = ExtResource("21_6lprk") + +[node name="coll_noch_setzen" type="CollisionShape3D" parent="Interactions/Exit"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0024414063, 1.5, -13.940918) +shape = SubResource("BoxShape3D_gqhg5") + +[node name="BookHolder" parent="Interactions" instance=ExtResource("23_d7g0e")] +transform = Transform3D(0.88781536, 0, 0.4601998, 0, 1, 0, -0.4601998, 0, 0.88781536, -6.8085814, 0, -8.211998) + +[node name="Label3D" parent="Interactions/BookHolder/MeshInstance3D2" index="1"] +transform = Transform3D(1, 0, 0, 0, 0.71869695, 0.69532347, 0, -0.69532347, 0.71869695, -0.37568903, 1.0216228, 0) +text = "Funktion: +Linker Controller + - Grip_Click = greifen + - Joystick = bewegen +Rechter Controller + - Grip_Click = greifen + - Trigger_Click = Teleport + - By-Button = Interaktion" + +[node name="BookHolder2" parent="Interactions" instance=ExtResource("23_d7g0e")] +transform = Transform3D(-0.91355264, 0, -0.4067208, 0, 1, 0, 0.4067208, 0, -0.91355264, 2.335735, 0, 8.469848) + +[node name="Label3D" parent="Interactions/BookHolder2/MeshInstance3D2" index="1"] +transform = Transform3D(1, -5.9604645e-08, -5.9604645e-08, 0, 0.71869695, 0.69532347, 5.9604645e-08, -0.69532347, 0.7186969, -0.4317851, 1.0743098, -0.19185066) +visibility_range_end = 2.0 +text = "Hinweis: +Ein Array mit 10 +Positionen wird instanziiert. +Das Lösungswort +nennt die Indizies, +jedoch in verkehrter Reihenfolge." + +[node name="BookHolder3" parent="Interactions" instance=ExtResource("23_d7g0e")] +transform = Transform3D(0.5012994, 0, 0.86527395, 0, 1, 0, -0.86527395, 0, 0.5012994, -7.244373, 0, -1.5018845) + +[node name="Label3D" parent="Interactions/BookHolder3/MeshInstance3D2" index="1"] +transform = Transform3D(0.99916327, -0.028438091, 0.02939403, 0, 0.71869695, 0.69532347, -0.040899068, -0.6947417, 0.7180957, -0.42709923, 1.0549136, 9.536743e-07) +text = "Hinweis: +Von Oben nach unten. +Von links nach rechts. +Du weißt 3 = 8 und +5 = 2, sowie 6 = 4 und +8 = 1, die 1 = 6 +Viele Möglichkeiten bleiben +nicht mehr übrig." + +[node name="static_room" type="Node3D" parent="."] +metadata/_edit_lock_ = true + +[node name="ground" type="StaticBody3D" parent="static_room"] +disable_mode = 1 +collision_mask = 8388607 +metadata/_edit_lock_ = true + +[node name="Bodenplatte" type="CSGBox3D" parent="static_room/ground"] +size = Vector3(42, 0.1, 42) +material = SubResource("StandardMaterial3D_ted65") +metadata/_edit_lock_ = true + +[node name="Respawn_Point" type="CSGCylinder3D" parent="static_room/ground/Bodenplatte"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 5, 0.05, 5) +height = 0.01 +material = SubResource("StandardMaterial3D_mrobn") + +[node name="Label3D" type="Label3D" parent="static_room/ground/Bodenplatte/Respawn_Point"] +transform = Transform3D(-0.4960649, 0, -0.86828536, 0, 1, 0, 0.86828536, 0, -0.4960649, 0, 0.76455307, 0) +visibility_range_begin = 0.1 +visibility_range_end = 2.0 +text = "Respawn- +Punkt" + +[node name="Umrandung_Nord" type="CollisionShape3D" parent="static_room/ground"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.04751587, 0, -21.236517) +shape = SubResource("BoxShape3D_w0lgv") + +[node name="Coll_Bodenplatte" type="CollisionShape3D" parent="static_room/ground"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.4, 0) +shape = SubResource("BoxShape3D_i1fkd") +debug_color = Color(3.2262845, 3.1502776, 1.7314806, 1) +debug_fill = false +metadata/_edit_lock_ = true + +[node name="Umrandung_Süd" type="CollisionShape3D" parent="static_room/ground"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.06323242, 0, 21.125128) +shape = SubResource("BoxShape3D_6lprk") + +[node name="Umrandung_West" type="CollisionShape3D" parent="static_room/ground"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -21.21872, 0, -0.025482178) +shape = SubResource("BoxShape3D_mrobn") + +[node name="Umrandung_Ost" type="CollisionShape3D" parent="static_room/ground"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 21.19133, 0, -0.03967285) +shape = SubResource("BoxShape3D_dfniq") + +[node name="KillZone" type="Area3D" parent="static_room/ground"] +script = ExtResource("23_mrobn") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="static_room/ground/KillZone"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -10, 0) +shape = SubResource("BoxShape3D_3fe8x") + +[node name="room-large" parent="static_room" instance=ExtResource("12_ted65")] +metadata/_edit_lock_ = true + +[node name="Speaker" type="Node3D" parent="static_room"] + +[node name="speaker01" type="MeshInstance3D" parent="static_room/Speaker"] +transform = Transform3D(-8.566774e-09, 0.19598494, -0.039873585, -0.2, -8.742278e-09, 0, -1.7429297e-09, 0.039873585, 0.19598494, 2.42, 2.48, -1.82) +mesh = ExtResource("15_c5kf2") +skeleton = NodePath("../..") + +[node name="speaker02" type="MeshInstance3D" parent="static_room/Speaker"] +transform = Transform3D(-8.566774e-09, 0.19598494, 0.039873585, -0.2, -8.742278e-09, 0, 1.7429297e-09, -0.039873585, 0.19598494, 2.42, 2.48, -2.185) +mesh = ExtResource("15_c5kf2") +skeleton = NodePath("../..") + +[node name="speaker03" type="MeshInstance3D" parent="static_room/Speaker"] +transform = Transform3D(-8.566774e-09, -0.19598494, 0.039873585, 0.2, -8.742278e-09, 0, 1.7429297e-09, 0.039873585, 0.19598494, 1.5801721, 2.48, -1.82) +mesh = ExtResource("15_c5kf2") +skeleton = NodePath("../..") + +[node name="speaker04" type="MeshInstance3D" parent="static_room/Speaker"] +transform = Transform3D(-8.566774e-09, -0.19598494, -0.039873585, 0.2, -8.742278e-09, 0, -1.7429297e-09, -0.039873585, 0.19598494, 1.5801721, 2.48, -2.185) +mesh = ExtResource("15_c5kf2") +skeleton = NodePath("../..") + +[node name="speaker05" type="MeshInstance3D" parent="static_room/Speaker"] +transform = Transform3D(-1.7749132e-09, 0.040605307, 0.19583462, -0.19999997, -8.742277e-09, 3.0413798e-16, 8.560204e-09, -0.19583462, 0.040605307, 2.184153, 2.48, -2.4217296) +mesh = ExtResource("15_c5kf2") +skeleton = NodePath("../..") + +[node name="speaker06" type="MeshInstance3D" parent="static_room/Speaker"] +transform = Transform3D(1.7109213e-09, -0.039141312, 0.19613251, -0.19999999, -8.742277e-09, -1.7465269e-16, 8.573223e-09, -0.19613251, -0.039141312, 1.8191559, 2.48, -2.4230928) +mesh = ExtResource("15_c5kf2") +skeleton = NodePath("../..") + +[node name="speaker07" type="MeshInstance3D" parent="static_room/Speaker"] +transform = Transform3D(1.7109213e-09, 0.039141312, 0.19613251, 0.19999999, -8.742277e-09, 1.7465269e-16, 8.573223e-09, 0.19613251, -0.039141312, 2.1810164, 2.48, -1.5819074) +mesh = ExtResource("15_c5kf2") +skeleton = NodePath("../..") + +[node name="speaker08" type="MeshInstance3D" parent="static_room/Speaker"] +transform = Transform3D(-1.7749132e-09, -0.040605307, 0.19583462, 0.19999997, -8.742277e-09, -3.0413798e-16, 8.560204e-09, 0.19583462, 0.040605307, 1.816019, 2.48, -1.5832707) +mesh = ExtResource("15_c5kf2") +skeleton = NodePath("../..") + +[node name="OmniLightsX4" type="Node3D" parent="static_room"] + +[node name="OmniLight3D" type="OmniLight3D" parent="static_room/OmniLightsX4" node_paths=PackedStringArray("audio_player")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 2.8, -2) +light_color = Color(0.4745098, 0.14509805, 0, 1) +script = ExtResource("24_dikdg") +audio_player = NodePath("../../../AudioStreamPlayer3D") +colors = Array[Color]([Color(0.8100869, 0.20406953, 0.86944216, 1), Color(0, 0.91764706, 1, 1), Color(0, 0.39215687, 0, 1)]) + +[node name="OmniLight3D2" type="OmniLight3D" parent="static_room/OmniLightsX4" node_paths=PackedStringArray("audio_player")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.5, 2.8, -1.8) +light_color = Color(1, 1, 0.050980393, 1) +script = ExtResource("24_dikdg") +audio_player = NodePath("../../../AudioStreamPlayer3D") +blink_speed = 20.0 + +[node name="OmniLight3D3" type="OmniLight3D" parent="static_room/OmniLightsX4" node_paths=PackedStringArray("audio_player")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.5, 2.8, 0.8) +light_color = Color(0.91764706, 0.05490196, 1, 1) +script = ExtResource("24_dikdg") +audio_player = NodePath("../../../AudioStreamPlayer3D") + +[node name="OmniLight3D4" type="OmniLight3D" parent="static_room/OmniLightsX4" node_paths=PackedStringArray("audio_player")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.3, 2.8, -5) +light_color = Color(0.05490196, 0.05882353, 1, 1) +script = ExtResource("24_dikdg") +audio_player = NodePath("../../../AudioStreamPlayer3D") +blink_speed = 24.0 +colors = Array[Color]([Color(1, 0, 0, 1), Color(0.050980393, 0.8509804, 0.08235294, 1), Color(0.8718589, 0.85788715, 0.19437686, 1)]) + +[node name="Roof" type="CSGBox3D" parent="static_room"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3.3, 0) +material_override = SubResource("StandardMaterial3D_dikdg") +calculate_tangents = false +size = Vector3(40, 0.1, 40) + +[node name="StaticBody3D" type="StaticBody3D" parent="static_room/Roof"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="static_room/Roof/StaticBody3D"] +shape = SubResource("BoxShape3D_gkcf5") + +[node name="disco_ball" parent="static_room" instance=ExtResource("25_w0lgv")] +transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 4.544, 2.7884974, -2.478) + +[node name="AudioStreamPlayer3D" type="AudioStreamPlayer3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.9410114, 3.8883913, -1.9874656) +stream = SubResource("AudioStreamPlaylist_w0lgv") +attenuation_model = 2 +volume_db = -20.0 +unit_size = 30.0 +max_db = 1.0 +autoplay = true +max_distance = 200.0 + +[node name="AudioButton" type="Area3D" parent="." node_paths=PackedStringArray("audio_player")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.9765996, 1.6897091, -1.6324799) +audio_bus_override = true +script = ExtResource("23_dfniq") +audio_player = NodePath("../AudioStreamPlayer3D") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="AudioButton"] +shape = SubResource("BoxShape3D_d7g0e") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="AudioButton"] +material_override = SubResource("StandardMaterial3D_dfniq") +mesh = SubResource("BoxMesh_gkcf5") + +[node name="Label3D" type="Label3D" parent="AudioButton/MeshInstance3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.011274457, 0.109879136) +text = "muke +on/off" +font_size = 13 +outline_size = 4 + +[node name="Label3D2" type="Label3D" parent="AudioButton/MeshInstance3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.003020525, 0.14659357, 0.26452196) +visibility_range_begin = 0.1 +visibility_range_end = 1.0 +text = "use B-Button" +font_size = 10 +outline_size = 2 + +[editable path="Interactions/CubeTable/RiddleCube"] +[editable path="Interactions/CubeTable/RiddleCube2"] +[editable path="Interactions/CubeTable/RiddleCube3"] +[editable path="Interactions/CubeTable/RiddleCube4"] +[editable path="Interactions/CubeTable/RiddleCube5"] +[editable path="Interactions/CubeTable/RiddleCube6"] +[editable path="Interactions/CubeTable/RiddleCube7"] +[editable path="Interactions/CubeTable/RiddleCube8"] +[editable path="Interactions/RiddelCubeBoard"] +[editable path="Interactions/NodeTable/RiddelNode"] +[editable path="Interactions/NodeTable/RiddelNode2"] +[editable path="Interactions/NodeTable/RiddelNode3"] +[editable path="Interactions/NodeTable/RiddelNode4"] +[editable path="Interactions/NodeTable/RiddelNode5"] +[editable path="Interactions/NodeTable/RiddelNode6"] +[editable path="Interactions/NodeTable/RiddelNode7"] +[editable path="Interactions/NodeTable/RiddelNode8"] +[editable path="Interactions/NodeTable/RiddelNode9"] +[editable path="Interactions/NodeTable/RiddelNode10"] +[editable path="Interactions/BookHolder"] +[editable path="Interactions/BookHolder2"] +[editable path="Interactions/BookHolder3"] +[editable path="static_room/disco_ball"] diff --git a/escape-room-version-2/import_scene/escape_room_large.tscn b/escape-room-version-2/import_scene/escape_room_large.tscn new file mode 100644 index 0000000..5160006 --- /dev/null +++ b/escape-room-version-2/import_scene/escape_room_large.tscn @@ -0,0 +1,212 @@ +[gd_scene load_steps=15 format=3 uid="uid://bx1rqc4aaet7h"] + +[ext_resource type="ArrayMesh" uid="uid://b1e2j8otm6dle" path="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large.obj" id="1_irsq4"] +[ext_resource type="ArrayMesh" uid="uid://dek8tlms7uohk" path="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-end.obj" id="2_86uuo"] +[ext_resource type="ArrayMesh" uid="uid://8s1equk13ycu" path="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor.obj" id="3_86uuo"] + +[sub_resource type="BoxShape3D" id="BoxShape3D_d75wm"] +size = Vector3(1.522, 3, 1.302) + +[sub_resource type="BoxShape3D" id="BoxShape3D_7l8du"] +size = Vector3(1.908, 3, 1.543) + +[sub_resource type="BoxShape3D" id="BoxShape3D_hn133"] +size = Vector3(1.72, 3, 2.015) + +[sub_resource type="BoxShape3D" id="BoxShape3D_kshkn"] +size = Vector3(5.549, 3, 1.299) + +[sub_resource type="BoxShape3D" id="BoxShape3D_vv7vn"] +size = Vector3(1.179, 3, 5.526) + +[sub_resource type="BoxShape3D" id="BoxShape3D_ykkfd"] +size = Vector3(4.2924805, 3, 0.9067383) + +[sub_resource type="BoxShape3D" id="BoxShape3D_vilrw"] +size = Vector3(1.038208, 3, 3.482544) + +[sub_resource type="BoxShape3D" id="BoxShape3D_qgkbn"] +size = Vector3(3.9940796, 3, 0.93359375) + +[sub_resource type="BoxShape3D" id="BoxShape3D_d6nsh"] +size = Vector3(1.688, 3, 1.675) + +[sub_resource type="BoxShape3D" id="BoxShape3D_lmuqk"] +size = Vector3(1.041, 3, 4.323) + +[sub_resource type="BoxShape3D" id="BoxShape3D_4n38b"] +size = Vector3(1, 3, 4.323) + +[node name="room-large" type="Node3D"] + +[node name="room-large" type="MeshInstance3D" parent="."] +mesh = ExtResource("1_irsq4") +skeleton = NodePath("") + +[node name="corridor_end" type="MeshInstance3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -12, 0, 0) +mesh = ExtResource("2_86uuo") + +[node name="corridor_end2" type="MeshInstance3D" parent="."] +transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 0, 0, 12) +mesh = ExtResource("2_86uuo") + +[node name="corridor_exit" type="MeshInstance3D" parent="."] +transform = Transform3D(-4.371139e-08, 0, -1, 0, 1, 0, 1, 0, -4.371139e-08, 0, 0, -11.992848) +mesh = ExtResource("3_86uuo") + +[node name="corridor_end4" type="MeshInstance3D" parent="."] +transform = Transform3D(-1, 0, -8.742278e-08, 0, 1, 0, 8.742278e-08, 0, -1, 12, 0, 0) +mesh = ExtResource("2_86uuo") + +[node name="collision_corner" type="StaticBody3D" parent="."] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="collision_corner"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -7.487, 1.5, -9.36) +shape = SubResource("BoxShape3D_d75wm") + +[node name="CollisionShape3D2" type="CollisionShape3D" parent="collision_corner"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -8.55, 1.5, -8.707) +shape = SubResource("BoxShape3D_7l8du") + +[node name="CollisionShape3D3" type="CollisionShape3D" parent="collision_corner"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -9.156, 1.5, -7.706) +shape = SubResource("BoxShape3D_hn133") + +[node name="CollisionShape3D4" type="CollisionShape3D" parent="collision_corner"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4.095, 1.5, -9.493) +shape = SubResource("BoxShape3D_kshkn") + +[node name="CollisionShape3D5" type="CollisionShape3D" parent="collision_corner"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -9.561, 1.5, -4.04) +shape = SubResource("BoxShape3D_vv7vn") + +[node name="collision_corner2" type="StaticBody3D" parent="."] +transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 0, 0, 0) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="collision_corner2"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -7.487, 1.5, -9.36) +shape = SubResource("BoxShape3D_d75wm") + +[node name="CollisionShape3D2" type="CollisionShape3D" parent="collision_corner2"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -8.55, 1.5, -8.707) +shape = SubResource("BoxShape3D_7l8du") + +[node name="CollisionShape3D3" type="CollisionShape3D" parent="collision_corner2"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -9.156, 1.5, -7.706) +shape = SubResource("BoxShape3D_hn133") + +[node name="CollisionShape3D4" type="CollisionShape3D" parent="collision_corner2"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4.095, 1.5, -9.493) +shape = SubResource("BoxShape3D_kshkn") + +[node name="CollisionShape3D5" type="CollisionShape3D" parent="collision_corner2"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -9.561, 1.5, -4.04) +shape = SubResource("BoxShape3D_vv7vn") + +[node name="collision_corner3" type="StaticBody3D" parent="."] +transform = Transform3D(-1, 0, -8.742278e-08, 0, 1, 0, 8.742278e-08, 0, -1, 0, 0, 0) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="collision_corner3"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -7.487, 1.5, -9.36) +shape = SubResource("BoxShape3D_d75wm") + +[node name="CollisionShape3D2" type="CollisionShape3D" parent="collision_corner3"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -8.55, 1.5, -8.707) +shape = SubResource("BoxShape3D_7l8du") + +[node name="CollisionShape3D3" type="CollisionShape3D" parent="collision_corner3"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -9.156, 1.5, -7.706) +shape = SubResource("BoxShape3D_hn133") + +[node name="CollisionShape3D4" type="CollisionShape3D" parent="collision_corner3"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4.095, 1.5, -9.493) +shape = SubResource("BoxShape3D_kshkn") + +[node name="CollisionShape3D5" type="CollisionShape3D" parent="collision_corner3"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -9.561, 1.5, -4.04) +shape = SubResource("BoxShape3D_vv7vn") + +[node name="collision_corner4" type="StaticBody3D" parent="."] +transform = Transform3D(-4.371139e-08, 0, -1, 0, 1, 0, 1, 0, -4.371139e-08, 0, 0, 0) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="collision_corner4"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -7.487, 1.5, -9.36) +shape = SubResource("BoxShape3D_d75wm") + +[node name="CollisionShape3D2" type="CollisionShape3D" parent="collision_corner4"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -8.55, 1.5, -8.707) +shape = SubResource("BoxShape3D_7l8du") + +[node name="CollisionShape3D3" type="CollisionShape3D" parent="collision_corner4"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -9.156, 1.5, -7.706) +shape = SubResource("BoxShape3D_hn133") + +[node name="CollisionShape3D4" type="CollisionShape3D" parent="collision_corner4"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4.095, 1.5, -9.493) +shape = SubResource("BoxShape3D_kshkn") + +[node name="CollisionShape3D5" type="CollisionShape3D" parent="collision_corner4"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -9.561, 1.5, -4.04) +shape = SubResource("BoxShape3D_vv7vn") + +[node name="collision_corridor" type="StaticBody3D" parent="."] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="collision_corridor"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -11.948222, 1.5, -1.625997) +shape = SubResource("BoxShape3D_ykkfd") + +[node name="CollisionShape3D2" type="CollisionShape3D" parent="collision_corridor"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -13.616133, 1.5, 0.37408447) +shape = SubResource("BoxShape3D_vilrw") + +[node name="CollisionShape3D3" type="CollisionShape3D" parent="collision_corridor"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -11.708578, 1.5, 1.7298763) +shape = SubResource("BoxShape3D_qgkbn") + +[node name="collision_corridor2" type="StaticBody3D" parent="."] +transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 0, 0, 0) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="collision_corridor2"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -11.948222, 1.5, -1.625997) +shape = SubResource("BoxShape3D_ykkfd") + +[node name="CollisionShape3D2" type="CollisionShape3D" parent="collision_corridor2"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -13.616133, 1.5, 0.37408447) +shape = SubResource("BoxShape3D_vilrw") + +[node name="CollisionShape3D3" type="CollisionShape3D" parent="collision_corridor2"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -11.708578, 1.5, 1.7298763) +shape = SubResource("BoxShape3D_qgkbn") + +[node name="collision_corridor3" type="StaticBody3D" parent="."] +transform = Transform3D(-1, 0, 8.742278e-08, 0, 1, 0, -8.742278e-08, 0, -1, 0, 0, 0) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="collision_corridor3"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -11.948222, 1.5, -1.625997) +shape = SubResource("BoxShape3D_ykkfd") + +[node name="CollisionShape3D2" type="CollisionShape3D" parent="collision_corridor3"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -13.616133, 1.5, 0.37408447) +shape = SubResource("BoxShape3D_vilrw") + +[node name="CollisionShape3D3" type="CollisionShape3D" parent="collision_corridor3"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -11.708578, 1.5, 1.7298763) +shape = SubResource("BoxShape3D_qgkbn") + +[node name="säule" type="StaticBody3D" parent="."] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="säule"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.007, 1.5, -1.989) +shape = SubResource("BoxShape3D_d6nsh") + +[node name="floor_exit" type="StaticBody3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.8027867, 0, -10.28291) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="floor_exit"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.119, 1.5, -1.662) +shape = SubResource("BoxShape3D_lmuqk") + +[node name="CollisionShape3D2" type="CollisionShape3D" parent="floor_exit"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.44, 1.5, -1.662) +shape = SubResource("BoxShape3D_4n38b") diff --git a/escape-room-version-2/import_scene/escape_room_szene_room.gd b/escape-room-version-2/import_scene/escape_room_szene_room.gd new file mode 100644 index 0000000..6873953 --- /dev/null +++ b/escape-room-version-2/import_scene/escape_room_szene_room.gd @@ -0,0 +1,29 @@ + +extends Node3D + +var xr_interface: XRInterface + +func _ready(): + xr_interface = XRServer.find_interface("OpenXR") + if xr_interface and xr_interface.is_initialized(): + print("OpenXR initialized successfully") + + # Turn off v-sync! + DisplayServer.window_set_vsync_mode(DisplayServer.VSYNC_DISABLED) + + # Change our main viewport to output to the HMD + get_viewport().use_xr = true + else: + print("OpenXR not initialized, please check if your headset is connected") + _initialize_xr_tools() + +func _initialize_xr_tools(): + if Engine.has_singleton("XRTools"): + var xrtools = Engine.get_singleton("XRTools") + if xrtools.has_method("initialize"): + xrtools.initialize() + print("🧩 XR Tools initialisiert!") + else: + print("⚠️ XRTools.initialize() Methode nicht gefunden.") + else: + print("⚠️ XRTools wurde noch nicht als Singleton registriert.") diff --git a/escape-room-version-2/import_scene/escape_room_szene_room.gd.uid b/escape-room-version-2/import_scene/escape_room_szene_room.gd.uid new file mode 100644 index 0000000..5936799 --- /dev/null +++ b/escape-room-version-2/import_scene/escape_room_szene_room.gd.uid @@ -0,0 +1 @@ +uid://27oc4gb13uis diff --git a/escape-room-version-2/import_scene/jewels.tscn b/escape-room-version-2/import_scene/jewels.tscn new file mode 100644 index 0000000..ab2985a --- /dev/null +++ b/escape-room-version-2/import_scene/jewels.tscn @@ -0,0 +1,22 @@ +[gd_scene load_steps=4 format=3 uid="uid://bt6qnh6ato1vh"] + +[ext_resource type="PackedScene" uid="uid://c8l60rnugru40" path="res://addons/godot-xr-tools/objects/pickable.tscn" id="1_0a3nb"] +[ext_resource type="PackedScene" uid="uid://dowas27w8fcj3" path="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Sapphire-200.blend" id="2_xikoh"] + +[sub_resource type="SphereShape3D" id="SphereShape3D_ngsdk"] +radius = 0.23549402 + +[node name="Jewels" instance=ExtResource("1_0a3nb")] + +[node name="CollisionShape3D" parent="." index="0"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.12498452, 0) +shape = SubResource("SphereShape3D_ngsdk") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="." index="1"] + +[node name="Sapphire-200" parent="MeshInstance3D" index="0" instance=ExtResource("2_xikoh")] + +[node name="Camera" parent="MeshInstance3D/Sapphire-200" index="3"] +visible = false + +[editable path="MeshInstance3D/Sapphire-200"] diff --git a/escape-room-version-2/import_scene/kill_zone.gd b/escape-room-version-2/import_scene/kill_zone.gd new file mode 100644 index 0000000..817d832 --- /dev/null +++ b/escape-room-version-2/import_scene/kill_zone.gd @@ -0,0 +1,40 @@ +# KillZone.gd +extends Area3D + +# Position, an der gefallene Objekte wieder erscheinen sollen +@export var respawn_position: Vector3 = Vector3(5, 1, 5) + +# Optional: minimale Y-Grenze zum Sicherheitscheck (z. B. falls Physik aussetzt) +@export var y_limit: float = -20.0 + + +func _on_body_entered(body: Node) -> void: + # Nur bewegliche oder greifbare Objekte behandeln + if body is RigidBody3D or body is CharacterBody3D or body.is_in_group("pickable"): + _reset_body_position(body) + + +func _physics_process(_delta: float) -> void: + # Fallback: falls ein Objekt unter y_limit fällt, respawnen + for body in get_tree().get_nodes_in_group("pickable"): + if body.global_position.y < y_limit: + _reset_body_position(body) + + +func _reset_body_position(body: Node) -> void: + # Falls Objekt ein XRToolsPickable ist + if body.has_method("is_picked_up") and body.is_picked_up(): + # Objekt aus der Hand lösen + if body.has_method("drop"): + body.drop() + + # Bewegung stoppen, falls RigidBody + if body is RigidBody3D: + body.linear_velocity = Vector3.ZERO + body.angular_velocity = Vector3.ZERO + + # Position zurücksetzen + body.global_position = respawn_position + + # Optional leicht anheben, um Kollision mit Boden zu vermeiden + body.translate(Vector3(0, 0.05, 0)) diff --git a/escape-room-version-2/import_scene/kill_zone.gd.uid b/escape-room-version-2/import_scene/kill_zone.gd.uid new file mode 100644 index 0000000..6c5f549 --- /dev/null +++ b/escape-room-version-2/import_scene/kill_zone.gd.uid @@ -0,0 +1 @@ +uid://hyywtorn4c0q diff --git a/escape-room-version-2/import_scene/omni_light_3d.gd b/escape-room-version-2/import_scene/omni_light_3d.gd new file mode 100644 index 0000000..72a3d5a --- /dev/null +++ b/escape-room-version-2/import_scene/omni_light_3d.gd @@ -0,0 +1,52 @@ +extends OmniLight3D + +# Audio-Parameter +@export var audio_player: AudioStreamPlayer3D +@export var energy_multiplier: float = 10.0 +@export var base_energy: float = 1.0 +@export var use_audio: bool = true # Toggle für Audio-Reaktion + +# Blink/Farb-Parameter +@export var blink_speed: float = 16.0 +@export var colors: Array[Color] = [Color.RED, Color.BLUE, Color.GREEN] +@export var audio_driven_colors: bool = false # Farben durch Audio steuern + +var time: float = 0.0 +var spectrum: AudioEffectSpectrumAnalyzerInstance + +func _ready(): + # Setup Spectrum Analyzer wenn Audio-Player vorhanden + if audio_player: + var bus_idx = AudioServer.get_bus_index("Master") + # Prüfe ob bereits ein Spectrum Analyzer existiert + if AudioServer.get_bus_effect_count(bus_idx) == 0: + var effect = AudioEffectSpectrumAnalyzer.new() + AudioServer.add_bus_effect(bus_idx, effect) + spectrum = AudioServer.get_bus_effect_instance(bus_idx, 0) + +func _process(delta): + time += delta + + var audio_energy = 0.0 + + # Audio-Analyse + if use_audio and audio_player and audio_player.playing and spectrum: + var magnitude = spectrum.get_magnitude_for_frequency_range(20, 20000) + audio_energy = magnitude.length() + + # Licht-Energie wird von Audio gesteuert + light_energy = base_energy + (audio_energy * energy_multiplier) + else: + # Fallback zum ursprünglichen Pulsieren + var pulse = (sin(time * blink_speed) + 1.0) / 2.0 + light_energy = pulse * 3.0 + + # Farbwechsel + if audio_driven_colors and audio_energy > 0.1: + # Farbe wechselt bei starkem Audio-Signal + var color_index = int(audio_energy * 100) % colors.size() + light_color = colors[color_index] + else: + # Ursprünglicher zeit-basierter Farbwechsel + var color_index = int(time * 2) % colors.size() + light_color = colors[color_index] diff --git a/escape-room-version-2/import_scene/omni_light_3d.gd.uid b/escape-room-version-2/import_scene/omni_light_3d.gd.uid new file mode 100644 index 0000000..e466b6e --- /dev/null +++ b/escape-room-version-2/import_scene/omni_light_3d.gd.uid @@ -0,0 +1 @@ +uid://b38jbfcig2w48 diff --git a/escape-room-version-2/import_scene/riddel_cube.tscn b/escape-room-version-2/import_scene/riddel_cube.tscn new file mode 100644 index 0000000..306aad2 --- /dev/null +++ b/escape-room-version-2/import_scene/riddel_cube.tscn @@ -0,0 +1,105 @@ +[gd_scene load_steps=17 format=3 uid="uid://cc5oq67yhci3w"] + +[ext_resource type="PackedScene" uid="uid://c8l60rnugru40" path="res://addons/godot-xr-tools/objects/pickable.tscn" id="1_gephg"] +[ext_resource type="PackedScene" uid="uid://c25yxb0vt53vc" path="res://addons/godot-xr-tools/objects/grab_points/grab_point_hand_left.tscn" id="2_4jmj8"] +[ext_resource type="Script" uid="uid://bq3a61omsyiqm" path="res://import_scene/cube_number.gd" id="2_huxfx"] +[ext_resource type="Animation" uid="uid://nq3xh1olqipq" path="res://addons/godot-xr-tools/hands/animations/left/Grip Shaft.res" id="4_huxfx"] +[ext_resource type="PackedScene" uid="uid://ctw7nbntd5pcj" path="res://addons/godot-xr-tools/objects/grab_points/grab_point_hand_right.tscn" id="4_qmtpl"] +[ext_resource type="Script" uid="uid://cn05iplah2osq" path="res://addons/godot-xr-tools/hands/poses/hand_pose_settings.gd" id="4_xlrml"] +[ext_resource type="Animation" uid="uid://c8dghcftg1thx" path="res://addons/godot-xr-tools/hands/animations/right/Grip Shaft.res" id="7_bcp45"] +[ext_resource type="PackedScene" uid="uid://dh8grd7s3n8kg" path="res://addons/godot-xr-tools/objects/grab_points/grab_point_snap.tscn" id="7_xlrml"] +[ext_resource type="Script" uid="uid://g50uyiopkkpj" path="res://addons/godot-xr-tools/objects/highlight/highlight_visible.gd" id="8_huxfx"] + +[sub_resource type="BoxShape3D" id="BoxShape3D_xlrml"] +margin = 0.01 +size = Vector3(0.1, 0.1, 0.1) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_huxfx"] +albedo_color = Color(0.14477561, 0, 0.45073348, 1) + +[sub_resource type="BoxMesh" id="BoxMesh_bcp45"] +size = Vector3(0.1, 0.1, 0.1) + +[sub_resource type="Resource" id="Resource_huxfx"] +script = ExtResource("4_xlrml") +closed_pose = ExtResource("4_huxfx") +metadata/_custom_type_script = "uid://c4we3yvdk1o5w" + +[sub_resource type="Resource" id="Resource_bcp45"] +script = ExtResource("4_xlrml") +closed_pose = ExtResource("7_bcp45") +metadata/_custom_type_script = "uid://c4we3yvdk1o5w" + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_qqmwf"] +shading_mode = 0 +albedo_color = Color(0.41568628, 0, 1, 1) + +[sub_resource type="BoxMesh" id="BoxMesh_mg0ia"] +flip_faces = true +size = Vector3(0.11, 0.11, 0.11) + +[node name="RiddleCube" instance=ExtResource("1_gephg")] + +[node name="CollisionShape3D" parent="." index="0"] +shape = SubResource("BoxShape3D_xlrml") +debug_color = Color(0.5921569, 0.54509807, 0.11764706, 0.8392157) + +[node name="CubeNumber" type="MeshInstance3D" parent="." index="1"] +layers = 3 +material_override = SubResource("StandardMaterial3D_huxfx") +mesh = SubResource("BoxMesh_bcp45") +script = ExtResource("2_huxfx") + +[node name="seite_1" type="Label3D" parent="CubeNumber" index="0"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.051) +text = "?" +font_size = 14 +outline_size = 0 + +[node name="seite_2" type="Label3D" parent="CubeNumber" index="1"] +transform = Transform3D(-1, 0, -8.742278e-08, 0, 1, 0, 8.742278e-08, 0, -1, 0, 0, -0.051101808) +text = "?" +font_size = 14 +outline_size = 0 + +[node name="seite_3" type="Label3D" parent="CubeNumber" index="2"] +transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 0.051, 0, 0) +text = "?" +font_size = 14 +outline_size = 0 + +[node name="seite_4" type="Label3D" parent="CubeNumber" index="3"] +transform = Transform3D(-4.371139e-08, 0, -1, 0, 1, 0, 1, 0, -4.371139e-08, -0.051490966, 0, 0) +text = "?" +font_size = 14 +outline_size = 0 + +[node name="seite_5" type="Label3D" parent="CubeNumber" index="4"] +transform = Transform3D(1, 0, 0, 0, -4.371139e-08, 1, 0, -1, -4.371139e-08, 0, 0.051, 0) +text = "?" +font_size = 14 +outline_size = 0 + +[node name="seite_6" type="Label3D" parent="CubeNumber" index="5"] +transform = Transform3D(1, 0, 0, 0, -4.371139e-08, -1, 0, 1, -4.371139e-08, 0, -0.051, 0) +text = "?" +font_size = 14 +outline_size = 0 + +[node name="GrabPointHandLeft" parent="." index="2" instance=ExtResource("2_4jmj8")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.05, 0.06, -0.095) +hand_pose = SubResource("Resource_huxfx") + +[node name="GrabPointHandRight" parent="." index="3" instance=ExtResource("4_qmtpl")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.05, 0.06, -0.095) +hand_pose = SubResource("Resource_bcp45") + +[node name="GrabPointSnap" parent="." index="4" groups=["RiddelCube"] instance=ExtResource("7_xlrml")] + +[node name="XRToolsHighlightVisible" type="Node3D" parent="." index="5"] +script = ExtResource("8_huxfx") + +[node name="MeshInstance3D2" type="MeshInstance3D" parent="XRToolsHighlightVisible" index="0"] +material_override = SubResource("StandardMaterial3D_qqmwf") +mesh = SubResource("BoxMesh_mg0ia") +skeleton = NodePath("../..") diff --git a/escape-room-version-2/import_scene/riddel_cube_board.gd b/escape-room-version-2/import_scene/riddel_cube_board.gd new file mode 100644 index 0000000..e1c9f15 --- /dev/null +++ b/escape-room-version-2/import_scene/riddel_cube_board.gd @@ -0,0 +1,220 @@ +extends Node3D + +# Die richtige Lösung als String (z.B. "12345678") +@export var correct_solution: String = "63852471" + +# Referenzen zu den 8 SnapZones +var snap_zones: Array[Node] = [] + +# Dictionary: Key = SnapZone Position (1-8), Value = Cube Nummer (String) +var cube_positions: Dictionary = {} + +# Signal wenn alle Cubes platziert sind +signal all_cubes_placed +signal solution_correct +signal solution_incorrect + +func _ready(): + # Sammle alle SnapZones (cubePos_1 bis cubePos_8) + for i in range(1, 9): + var snap_zone = get_node_or_null("cubePos_" + str(i)) + if snap_zone: + snap_zones.append(snap_zone) + + # Verbinde nur das has_picked_up Signal (wird für beides verwendet) + if snap_zone.has_signal("has_picked_up"): + snap_zone.has_picked_up.connect(_on_cube_picked_up) + else: + push_error("SnapZone cubePos_" + str(i) + " nicht gefunden!") + + print("RiddelCubeBoard bereit mit ", snap_zones.size(), " SnapZones") + print("Warte auf Cubes...") + +func _on_cube_dropped(what = null): + """Wird aufgerufen wenn ein Cube in eine SnapZone gelegt wird""" + print("_on_cube_dropped aufgerufen - Parameter: ", what, " (Typ: ", typeof(what), ")") + # Kurze Verzögerung, damit der Cube richtig platziert ist + await get_tree().create_timer(0.1).timeout + update_cube_positions() + check_if_complete() + +func _on_cube_picked_up(what = null): + """Wird aufgerufen wenn ein Cube aufgenommen oder abgelegt wird""" + print("_on_cube_picked_up aufgerufen - Parameter: ", what, " (Typ: ", typeof(what), ")") + + if what is Node: + print(" -> Objekt-Interaktion: ", what.name) + + # Kurze Verzögerung, damit der Status aktualisiert ist + await get_tree().create_timer(0.1).timeout + update_cube_positions() + check_if_complete() + +func check_if_complete(): + """Prüft ob alle 8 Positionen belegt sind""" + if is_complete(): + print("Alle Cubes sind platziert!") + print("Aktuelle Positionen: ", cube_positions) + all_cubes_placed.emit() + check_solution() + +func update_cube_positions(): + """Aktualisiert das Dictionary mit den aktuellen Cube-Positionen""" + cube_positions.clear() + + for i in range(1, 9): + var cube = get_cube_at_position(i) + if cube != null: + print("DEBUG: Cube an Position ", i, " gefunden: ", cube.name) + + var cube_number = "" + + # Versuche direkt auf cubeNumber zuzugreifen + if "cubeNumber" in cube: + cube_number = str(cube.cubeNumber) + print(" -> cubeNumber direkt gefunden: '", cube_number, "'") + else: + # Suche in den Kindern (MeshInstance3D) + print(" -> Suche cubeNumber in Kindern...") + for child in cube.get_children(): + if "cubeNumber" in child: + cube_number = str(child.cubeNumber) + print(" -> cubeNumber in Kind gefunden: '", cube_number, "' (", child.name, ")") + break + + if cube_number != "" and cube_number != "0": + cube_positions[i] = cube_number + print(" ✓ Position ", i, ": Cube mit Nummer ", cube_number) + else: + print(" ✗ Cube hat keine gültige Nummer (leer oder 0)") + + print("Cube Positionen aktualisiert: ", cube_positions) + +func is_complete() -> bool: + """Prüft ob alle 8 SnapZones einen Cube haben""" + for snap_zone in snap_zones: + if snap_zone.has_method("has_snapped_object"): + if not snap_zone.has_snapped_object(): + return false + else: + return false + return true + +func get_cube_at_position(position_index: int) -> Node3D: + """ + Gibt den Cube an einer bestimmten Position zurück (1-8) + """ + if position_index < 1 or position_index > 8: + push_error("Position muss zwischen 1 und 8 sein!") + return null + + var snap_zone = snap_zones[position_index - 1] + if snap_zone == null: + print("SnapZone an Position ", position_index, " ist null!") + return null + + # Debug: Prüfe den Status der SnapZone + var has_object = snap_zone.has_snapped_object() if snap_zone.has_method("has_snapped_object") else false + print("Position ", position_index, ": has_snapped_object = ", has_object) + + # XRToolsSnapZone spezifische Methode + if snap_zone.has_method("has_snapped_object") and snap_zone.has_snapped_object(): + # Versuche verschiedene Properties + if "picked_up_object" in snap_zone: + print(" -> Gefunden über picked_up_object: ", snap_zone.picked_up_object) + return snap_zone.picked_up_object + elif "snapped_object" in snap_zone: + print(" -> Gefunden über snapped_object: ", snap_zone.snapped_object) + return snap_zone.snapped_object + + # Durchsuche die Kinder der SnapZone + print(" -> Durchsuche Kinder...") + for child in snap_zone.get_children(): + print(" Child: ", child.name, " Gruppen: ", child.get_groups()) + if child.is_in_group("RiddelCube"): + print(" -> Gefunden über Kinder: ", child.name) + return child + + return null + +func get_number_at_position(position_index: int) -> String: + """Gibt die Zahl (als String) vom Cube an einer Position zurück""" + var cube = get_cube_at_position(position_index) + if cube != null and "cubeNumber" in cube: + return str(cube.cubeNumber) + return "" + +func get_number_sequence() -> String: + """ + Liest alle 8 Zahlen in der richtigen Reihenfolge aus + und gibt sie als String zurück (z.B. "12345678") + """ + var sequence = "" + for i in range(1, 9): + var number = get_number_at_position(i) + if number == "": + # Falls eine Position leer ist, gib leeren String zurück + return "" + sequence += number + return sequence + +func check_solution() -> bool: + """ + Vergleicht die aktuelle Zahlenreihe mit der Lösung. + Gibt true zurück wenn korrekt, sonst false. + """ + var current_sequence = "" + # Prüfe ob alle Positionen belegt sind + for value in cube_positions.values(): + current_sequence += value + + print("Aktuelle Sequenz: ", current_sequence) + print("Richtige Lösung: ", correct_solution) + + if current_sequence == correct_solution: + print("✓ RICHTIG! Lösung ist korrekt!") + solution_correct.emit() + on_correct_solution() + return true + else: + print("✗ FALSCH! Versuche es nochmal.") + solution_incorrect.emit() + on_incorrect_solution() + return false + +func on_correct_solution(): + var box = get_node_or_null("Box") + + if box and box is CSGBox3D: + var material = StandardMaterial3D.new() + material.albedo_color = Color.WEB_GREEN + box.material = material + var audio_achiev = AudioStreamPlayer3D.new() + add_child(audio_achiev) + audio_achiev.stream = load("res://music/effects/achievement.wav") + audio_achiev.play() + + await get_tree().create_timer(2).timeout + if has_node("AnimationGeheimgang"): + $AnimationGeheimgang.play("hide_box") + + # Mache alle platzierten Cubes unsichtbar + await get_tree().create_timer(1).timeout + for i in range(1, 9): + var cube = get_cube_at_position(i) + if cube != null: + cube.visible = false + print("Cube an Position ", i, " unsichtbar gemacht: ", cube.name) + +func on_incorrect_solution(): + var box = get_node_or_null("Box") + var audio_err = AudioStreamPlayer3D.new() + add_child(audio_err) + audio_err.stream = load("res://music/effects/Error or failed.mp3") + audio_err.play() + + if box and box is CSGBox3D: + var material = StandardMaterial3D.new() + material.albedo_color = Color.DARK_RED + box.material = material + diff --git a/escape-room-version-2/import_scene/riddel_cube_board.gd.uid b/escape-room-version-2/import_scene/riddel_cube_board.gd.uid new file mode 100644 index 0000000..ba57e07 --- /dev/null +++ b/escape-room-version-2/import_scene/riddel_cube_board.gd.uid @@ -0,0 +1 @@ +uid://ce6hey71f2kmn diff --git a/escape-room-version-2/import_scene/riddel_cube_board.tscn b/escape-room-version-2/import_scene/riddel_cube_board.tscn new file mode 100644 index 0000000..d0b0ca5 --- /dev/null +++ b/escape-room-version-2/import_scene/riddel_cube_board.tscn @@ -0,0 +1,614 @@ +[gd_scene load_steps=13 format=3 uid="uid://c211w30s0sq2r"] + +[ext_resource type="PackedScene" uid="uid://c1iv6daxy7dau" path="res://import_scene/riddel_cube_board_snap_zone.tscn" id="1_1knsq"] +[ext_resource type="ArrayMesh" uid="uid://u5qk4tyitmcv" path="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall.obj" id="1_5vce8"] +[ext_resource type="Script" uid="uid://p2bd3g5658th" path="res://import_scene/riddel_node_board.gd" id="1_bn1yc"] +[ext_resource type="AudioStream" uid="uid://3p8rneagook3" path="res://music/effects/low-rumbling-176033.mp3" id="4_3w5dj"] +[ext_resource type="AudioStream" uid="uid://baet5j0leytc1" path="res://music/effects/solitude_1.ogg" id="5_exjye"] + +[sub_resource type="BoxShape3D" id="BoxShape3D_5vce8"] +size = Vector3(0.7437744, 2.1717224, 4.0791626) + +[sub_resource type="BoxShape3D" id="BoxShape3D_bn1yc"] +size = Vector3(4.0583344, 0.9494629, 0.8696289) + +[sub_resource type="BoxShape3D" id="BoxShape3D_3w5dj"] +size = Vector3(1, 0.27404785, 1.2711182) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_bn1yc"] + +[sub_resource type="Animation" id="Animation_3w5dj"] +length = 0.001 +tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/path = NodePath("Box:position") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 0, +"values": [Vector3(0.008849144, 1.7908573, 0)] +} +tracks/1/type = "value" +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/path = NodePath("cubePos_1:position") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 0, +"values": [Vector3(0.27241376, 1.8878542, 0.39217547)] +} +tracks/2/type = "value" +tracks/2/imported = false +tracks/2/enabled = true +tracks/2/path = NodePath("cubePos_2:position") +tracks/2/interp = 1 +tracks/2/loop_wrap = true +tracks/2/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 0, +"values": [Vector3(0.27241376, 1.884588, 0.14910692)] +} +tracks/3/type = "value" +tracks/3/imported = false +tracks/3/enabled = true +tracks/3/path = NodePath("cubePos_3:position") +tracks/3/interp = 1 +tracks/3/loop_wrap = true +tracks/3/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 0, +"values": [Vector3(0.27241376, 1.8813478, -0.12817076)] +} +tracks/4/type = "value" +tracks/4/imported = false +tracks/4/enabled = true +tracks/4/path = NodePath("cubePos_4:position") +tracks/4/interp = 1 +tracks/4/loop_wrap = true +tracks/4/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 0, +"values": [Vector3(0.27241376, 1.875885, -0.39778823)] +} +tracks/5/type = "value" +tracks/5/imported = false +tracks/5/enabled = true +tracks/5/path = NodePath("cubePos_5:position") +tracks/5/interp = 1 +tracks/5/loop_wrap = true +tracks/5/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 0, +"values": [Vector3(0.27241376, 1.6902655, 0.40010166)] +} +tracks/6/type = "value" +tracks/6/imported = false +tracks/6/enabled = true +tracks/6/path = NodePath("cubePos_6:position") +tracks/6/interp = 1 +tracks/6/loop_wrap = true +tracks/6/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 0, +"values": [Vector3(0.27241376, 1.6902655, 0.1501132)] +} +tracks/7/type = "value" +tracks/7/imported = false +tracks/7/enabled = true +tracks/7/path = NodePath("cubePos_7:position") +tracks/7/interp = 1 +tracks/7/loop_wrap = true +tracks/7/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 0, +"values": [Vector3(0.27241376, 1.6902655, -0.12617017)] +} +tracks/8/type = "value" +tracks/8/imported = false +tracks/8/enabled = true +tracks/8/path = NodePath("cubePos_8:position") +tracks/8/interp = 1 +tracks/8/loop_wrap = true +tracks/8/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 0, +"values": [Vector3(0.27241376, 1.6902655, -0.40239784)] +} +tracks/9/type = "value" +tracks/9/imported = false +tracks/9/enabled = true +tracks/9/path = NodePath("StaticBody3D:position") +tracks/9/interp = 1 +tracks/9/loop_wrap = true +tracks/9/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 0, +"values": [Vector3(0, 0, 0)] +} +tracks/10/type = "value" +tracks/10/imported = false +tracks/10/enabled = true +tracks/10/path = NodePath("cubePos_1:visible") +tracks/10/interp = 1 +tracks/10/loop_wrap = true +tracks/10/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [true] +} +tracks/11/type = "value" +tracks/11/imported = false +tracks/11/enabled = true +tracks/11/path = NodePath("cubePos_2:visible") +tracks/11/interp = 1 +tracks/11/loop_wrap = true +tracks/11/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [true] +} +tracks/12/type = "value" +tracks/12/imported = false +tracks/12/enabled = true +tracks/12/path = NodePath("cubePos_3:visible") +tracks/12/interp = 1 +tracks/12/loop_wrap = true +tracks/12/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [true] +} +tracks/13/type = "value" +tracks/13/imported = false +tracks/13/enabled = true +tracks/13/path = NodePath("cubePos_4:visible") +tracks/13/interp = 1 +tracks/13/loop_wrap = true +tracks/13/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [true] +} +tracks/14/type = "value" +tracks/14/imported = false +tracks/14/enabled = true +tracks/14/path = NodePath("cubePos_5:visible") +tracks/14/interp = 1 +tracks/14/loop_wrap = true +tracks/14/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [true] +} +tracks/15/type = "value" +tracks/15/imported = false +tracks/15/enabled = true +tracks/15/path = NodePath("cubePos_6:visible") +tracks/15/interp = 1 +tracks/15/loop_wrap = true +tracks/15/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [true] +} +tracks/16/type = "value" +tracks/16/imported = false +tracks/16/enabled = true +tracks/16/path = NodePath("cubePos_7:visible") +tracks/16/interp = 1 +tracks/16/loop_wrap = true +tracks/16/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [true] +} +tracks/17/type = "value" +tracks/17/imported = false +tracks/17/enabled = true +tracks/17/path = NodePath("cubePos_8:visible") +tracks/17/interp = 1 +tracks/17/loop_wrap = true +tracks/17/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [true] +} +tracks/18/type = "value" +tracks/18/imported = false +tracks/18/enabled = true +tracks/18/path = NodePath("Box:visible") +tracks/18/interp = 1 +tracks/18/loop_wrap = true +tracks/18/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [true] +} +tracks/19/type = "value" +tracks/19/imported = false +tracks/19/enabled = true +tracks/19/path = NodePath("Door_Opener:playing") +tracks/19/interp = 1 +tracks/19/loop_wrap = true +tracks/19/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [false] +} +tracks/20/type = "value" +tracks/20/imported = false +tracks/20/enabled = true +tracks/20/path = NodePath("Hiding_Cubes:playing") +tracks/20/interp = 1 +tracks/20/loop_wrap = true +tracks/20/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [true] +} + +[sub_resource type="Animation" id="Animation_bn1yc"] +resource_name = "hide_box" +length = 3.0 +tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/path = NodePath("Box:position") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/keys = { +"times": PackedFloat32Array(0, 1), +"transitions": PackedFloat32Array(1, 1), +"update": 0, +"values": [Vector3(0.008849144, 1.7908573, 0), Vector3(-0.761188, 1.7908573, 0)] +} +tracks/1/type = "value" +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/path = NodePath("cubePos_1:position") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/keys = { +"times": PackedFloat32Array(0.52, 1), +"transitions": PackedFloat32Array(1, 1), +"update": 0, +"values": [Vector3(0.27241376, 1.8878542, 0.39217547), Vector3(-0.25107017, 1.8878542, 0.39217547)] +} +tracks/2/type = "value" +tracks/2/imported = false +tracks/2/enabled = true +tracks/2/path = NodePath("cubePos_2:position") +tracks/2/interp = 1 +tracks/2/loop_wrap = true +tracks/2/keys = { +"times": PackedFloat32Array(0.52, 1), +"transitions": PackedFloat32Array(1, 1), +"update": 0, +"values": [Vector3(0.27241376, 1.884588, 0.14910692), Vector3(-0.25107017, 1.884588, 0.14910692)] +} +tracks/3/type = "value" +tracks/3/imported = false +tracks/3/enabled = true +tracks/3/path = NodePath("cubePos_3:position") +tracks/3/interp = 1 +tracks/3/loop_wrap = true +tracks/3/keys = { +"times": PackedFloat32Array(0.52, 1), +"transitions": PackedFloat32Array(1, 1), +"update": 0, +"values": [Vector3(0.27241376, 1.8813478, -0.12817076), Vector3(-0.25107017, 1.8813478, -0.12817076)] +} +tracks/4/type = "value" +tracks/4/imported = false +tracks/4/enabled = true +tracks/4/path = NodePath("cubePos_4:position") +tracks/4/interp = 1 +tracks/4/loop_wrap = true +tracks/4/keys = { +"times": PackedFloat32Array(0.52, 1), +"transitions": PackedFloat32Array(1, 1), +"update": 0, +"values": [Vector3(0.27241376, 1.875885, -0.39778823), Vector3(-0.25107017, 1.875885, -0.39778823)] +} +tracks/5/type = "value" +tracks/5/imported = false +tracks/5/enabled = true +tracks/5/path = NodePath("cubePos_5:position") +tracks/5/interp = 1 +tracks/5/loop_wrap = true +tracks/5/keys = { +"times": PackedFloat32Array(0.52, 1), +"transitions": PackedFloat32Array(1, 1), +"update": 0, +"values": [Vector3(0.27241376, 1.6902655, 0.40010166), Vector3(-0.25107017, 1.6902655, 0.40010166)] +} +tracks/6/type = "value" +tracks/6/imported = false +tracks/6/enabled = true +tracks/6/path = NodePath("cubePos_6:position") +tracks/6/interp = 1 +tracks/6/loop_wrap = true +tracks/6/keys = { +"times": PackedFloat32Array(0.52, 1), +"transitions": PackedFloat32Array(1, 1), +"update": 0, +"values": [Vector3(0.27241376, 1.6902655, 0.1501132), Vector3(-0.25107017, 1.6902655, 0.1501132)] +} +tracks/7/type = "value" +tracks/7/imported = false +tracks/7/enabled = true +tracks/7/path = NodePath("cubePos_7:position") +tracks/7/interp = 1 +tracks/7/loop_wrap = true +tracks/7/keys = { +"times": PackedFloat32Array(0.52, 1), +"transitions": PackedFloat32Array(1, 1), +"update": 0, +"values": [Vector3(0.27241376, 1.6902655, -0.12617017), Vector3(-0.25107017, 1.6902655, -0.12617017)] +} +tracks/8/type = "value" +tracks/8/imported = false +tracks/8/enabled = true +tracks/8/path = NodePath("cubePos_8:position") +tracks/8/interp = 1 +tracks/8/loop_wrap = true +tracks/8/keys = { +"times": PackedFloat32Array(0.52, 1), +"transitions": PackedFloat32Array(1, 1), +"update": 0, +"values": [Vector3(0.27241376, 1.6902655, -0.40239784), Vector3(-0.25107017, 1.6902655, -0.40239784)] +} +tracks/9/type = "value" +tracks/9/imported = false +tracks/9/enabled = true +tracks/9/path = NodePath("StaticBody3D:position") +tracks/9/interp = 1 +tracks/9/loop_wrap = true +tracks/9/keys = { +"times": PackedFloat32Array(1, 3), +"transitions": PackedFloat32Array(1, 1), +"update": 0, +"values": [Vector3(0, 0, 0), Vector3(0, 0, 4)] +} +tracks/10/type = "value" +tracks/10/imported = false +tracks/10/enabled = true +tracks/10/path = NodePath("cubePos_1:visible") +tracks/10/interp = 1 +tracks/10/loop_wrap = true +tracks/10/keys = { +"times": PackedFloat32Array(0, 0.96), +"transitions": PackedFloat32Array(1, 1), +"update": 1, +"values": [true, false] +} +tracks/11/type = "value" +tracks/11/imported = false +tracks/11/enabled = true +tracks/11/path = NodePath("cubePos_2:visible") +tracks/11/interp = 1 +tracks/11/loop_wrap = true +tracks/11/keys = { +"times": PackedFloat32Array(0, 0.96), +"transitions": PackedFloat32Array(1, 1), +"update": 1, +"values": [true, false] +} +tracks/12/type = "value" +tracks/12/imported = false +tracks/12/enabled = true +tracks/12/path = NodePath("cubePos_3:visible") +tracks/12/interp = 1 +tracks/12/loop_wrap = true +tracks/12/keys = { +"times": PackedFloat32Array(0, 0.96), +"transitions": PackedFloat32Array(1, 1), +"update": 1, +"values": [true, false] +} +tracks/13/type = "value" +tracks/13/imported = false +tracks/13/enabled = true +tracks/13/path = NodePath("cubePos_4:visible") +tracks/13/interp = 1 +tracks/13/loop_wrap = true +tracks/13/keys = { +"times": PackedFloat32Array(0, 0.96), +"transitions": PackedFloat32Array(1, 1), +"update": 1, +"values": [true, false] +} +tracks/14/type = "value" +tracks/14/imported = false +tracks/14/enabled = true +tracks/14/path = NodePath("cubePos_5:visible") +tracks/14/interp = 1 +tracks/14/loop_wrap = true +tracks/14/keys = { +"times": PackedFloat32Array(0, 0.96), +"transitions": PackedFloat32Array(1, 1), +"update": 1, +"values": [true, false] +} +tracks/15/type = "value" +tracks/15/imported = false +tracks/15/enabled = true +tracks/15/path = NodePath("cubePos_6:visible") +tracks/15/interp = 1 +tracks/15/loop_wrap = true +tracks/15/keys = { +"times": PackedFloat32Array(0, 0.96), +"transitions": PackedFloat32Array(1, 1), +"update": 1, +"values": [true, false] +} +tracks/16/type = "value" +tracks/16/imported = false +tracks/16/enabled = true +tracks/16/path = NodePath("cubePos_7:visible") +tracks/16/interp = 1 +tracks/16/loop_wrap = true +tracks/16/keys = { +"times": PackedFloat32Array(0, 0.96), +"transitions": PackedFloat32Array(1, 1), +"update": 1, +"values": [true, false] +} +tracks/17/type = "value" +tracks/17/imported = false +tracks/17/enabled = true +tracks/17/path = NodePath("cubePos_8:visible") +tracks/17/interp = 1 +tracks/17/loop_wrap = true +tracks/17/keys = { +"times": PackedFloat32Array(0, 0.96), +"transitions": PackedFloat32Array(1, 1), +"update": 1, +"values": [true, false] +} +tracks/18/type = "value" +tracks/18/imported = false +tracks/18/enabled = true +tracks/18/path = NodePath("Box:visible") +tracks/18/interp = 1 +tracks/18/loop_wrap = true +tracks/18/keys = { +"times": PackedFloat32Array(0, 0.96), +"transitions": PackedFloat32Array(1, 1), +"update": 1, +"values": [true, false] +} +tracks/19/type = "value" +tracks/19/imported = false +tracks/19/enabled = true +tracks/19/path = NodePath("Door_Opener:playing") +tracks/19/interp = 1 +tracks/19/loop_wrap = true +tracks/19/keys = { +"times": PackedFloat32Array(0, 1.02, 3), +"transitions": PackedFloat32Array(1, 1, 1), +"update": 1, +"values": [false, true, false] +} +tracks/20/type = "value" +tracks/20/imported = false +tracks/20/enabled = true +tracks/20/path = NodePath("Hiding_Cubes:playing") +tracks/20/interp = 1 +tracks/20/loop_wrap = true +tracks/20/keys = { +"times": PackedFloat32Array(0, 0.99), +"transitions": PackedFloat32Array(0.5, 1), +"update": 1, +"values": [true, false] +} + +[sub_resource type="AnimationLibrary" id="AnimationLibrary_exjye"] +_data = { +&"RESET": SubResource("Animation_3w5dj"), +&"hide_box": SubResource("Animation_bn1yc") +} + +[node name="RiddelCubeBoard" type="Node3D"] +script = ExtResource("1_bn1yc") + +[node name="StaticBody3D" type="StaticBody3D" parent="."] + +[node name="MeshInstance3D" type="MeshInstance3D" parent="StaticBody3D"] +transform = Transform3D(-4.371139e-08, 0, -1, 0, 1, 0, 1, 0, -4.371139e-08, -0.62443364, 0, 0) +mesh = ExtResource("1_5vce8") +skeleton = NodePath("../..") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.29564995, 1.9567494, 0.011627197) +shape = SubResource("BoxShape3D_5vce8") + +[node name="CollisionShape3D2" type="CollisionShape3D" parent="StaticBody3D"] +transform = Transform3D(-4.371139e-08, 0, -1, 0, 1, 0, 1, 0, -4.371139e-08, -0.22477543, 0.43526953, 0.00807952) +shape = SubResource("BoxShape3D_bn1yc") + +[node name="CollisionShape3D3" type="CollisionShape3D" parent="StaticBody3D"] +transform = Transform3D(-4.371139e-08, 0, -1, 0, 1, 0, 1, 0, -4.371139e-08, -0.0182935, 0.08905029, 2.6495226e-08) +shape = SubResource("BoxShape3D_3w5dj") + +[node name="cubePos_1" parent="." groups=["RiddelCube"] instance=ExtResource("1_1knsq")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.27241376, 1.8878542, 0.39217547) +grab_distance = 0.03 +snap_mode = 0 + +[node name="cubePos_2" parent="." groups=["RiddelCube"] instance=ExtResource("1_1knsq")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.27241376, 1.884588, 0.14910692) +grab_distance = 0.03 +snap_mode = 0 + +[node name="cubePos_3" parent="." groups=["RiddelCube"] instance=ExtResource("1_1knsq")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.27241376, 1.8813478, -0.12817076) +grab_distance = 0.03 +snap_mode = 0 + +[node name="cubePos_4" parent="." groups=["RiddelCube"] instance=ExtResource("1_1knsq")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.27241376, 1.875885, -0.39778823) +grab_distance = 0.03 +snap_mode = 0 + +[node name="cubePos_5" parent="." groups=["RiddelCube"] instance=ExtResource("1_1knsq")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.27241376, 1.6902655, 0.40010166) +grab_distance = 0.03 +snap_mode = 0 + +[node name="cubePos_6" parent="." groups=["RiddelCube"] instance=ExtResource("1_1knsq")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.27241376, 1.6902655, 0.1501132) +grab_distance = 0.03 +snap_mode = 0 + +[node name="cubePos_7" parent="." groups=["RiddelCube"] instance=ExtResource("1_1knsq")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.27241376, 1.6902655, -0.12617017) +grab_distance = 0.03 +snap_mode = 0 + +[node name="cubePos_8" parent="." groups=["RiddelCube"] instance=ExtResource("1_1knsq")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.27241376, 1.6902655, -0.40239784) +grab_distance = 0.03 +snap_mode = 0 + +[node name="Box" type="CSGBox3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.008849144, 1.7908573, 0) +size = Vector3(0.4, 0.4, 1.5) +material = SubResource("StandardMaterial3D_bn1yc") + +[node name="AnimationGeheimgang" type="AnimationPlayer" parent="."] +libraries = { +&"": SubResource("AnimationLibrary_exjye") +} + +[node name="Door_Opener" type="AudioStreamPlayer3D" parent="."] +stream = ExtResource("4_3w5dj") +parameters/looping = true + +[node name="Hiding_Cubes" type="AudioStreamPlayer3D" parent="."] +stream = ExtResource("5_exjye") diff --git a/escape-room-version-2/import_scene/riddel_cube_board_snap_zone.tscn b/escape-room-version-2/import_scene/riddel_cube_board_snap_zone.tscn new file mode 100644 index 0000000..2708bf1 --- /dev/null +++ b/escape-room-version-2/import_scene/riddel_cube_board_snap_zone.tscn @@ -0,0 +1,34 @@ +[gd_scene load_steps=6 format=3 uid="uid://c1iv6daxy7dau"] + +[ext_resource type="PackedScene" uid="uid://ce7vysyvondf8" path="res://addons/godot-xr-tools/objects/snap_zone.tscn" id="1_giieu"] +[ext_resource type="PackedScene" uid="uid://da2qgxxwwitl6" path="res://addons/godot-xr-tools/objects/highlight/highlight_ring.tscn" id="2_j62ul"] + +[sub_resource type="SphereShape3D" id="SphereShape3D_qjv1f"] +resource_local_to_scene = true +radius = 0.3 + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_4mu54"] +shading_mode = 0 +albedo_color = Color(0.011764706, 0.011764706, 0.011764706, 1) + +[sub_resource type="BoxMesh" id="BoxMesh_lwpyn"] +size = Vector3(0.1, 0.1, 0.1) + +[node name="RiddelCubeBoardSnapZone" instance=ExtResource("1_giieu")] +snap_mode = 1 +snap_require = "RiddelCube" + +[node name="CollisionShape3D" parent="." index="0"] +shape = SubResource("SphereShape3D_qjv1f") + +[node name="AudioStreamPlayer3D" parent="." index="1"] +visible = false + +[node name="HighlightRing" parent="." index="2" groups=["RiddelCube"] instance=ExtResource("2_j62ul")] + +[node name="MeshInstance3D" type="MeshInstance3D" parent="." index="3"] +transform = Transform3D(0.01, 0, 0, 0, 1, 0, 0, 0, 1, 0.02, 0, 0) +material_override = SubResource("StandardMaterial3D_4mu54") +mesh = SubResource("BoxMesh_lwpyn") + +[connection signal="highlight_updated" from="." to="HighlightRing" method="_on_riddel_cube_board_snap_zone_highlight_updated"] diff --git a/escape-room-version-2/import_scene/riddel_node.gd b/escape-room-version-2/import_scene/riddel_node.gd new file mode 100644 index 0000000..dcab9c4 --- /dev/null +++ b/escape-room-version-2/import_scene/riddel_node.gd @@ -0,0 +1,19 @@ +extends MeshInstance3D + +@export var labelNode : String = "" +@onready var labelPaper = $labelPaper + + +func _ready() -> void: + add_to_group("RiddelNode") + if labelNode: + set_node(labelNode) + + elif labelNode == "": + print("LabelNode nicht gesetzt.") + else: + pass + + +func set_node(node : String) -> void: + labelPaper.text = node diff --git a/escape-room-version-2/import_scene/riddel_node.gd.uid b/escape-room-version-2/import_scene/riddel_node.gd.uid new file mode 100644 index 0000000..6435f6a --- /dev/null +++ b/escape-room-version-2/import_scene/riddel_node.gd.uid @@ -0,0 +1 @@ +uid://fqbgsm2dtvup diff --git a/escape-room-version-2/import_scene/riddel_node.tscn b/escape-room-version-2/import_scene/riddel_node.tscn new file mode 100644 index 0000000..8c3d03d --- /dev/null +++ b/escape-room-version-2/import_scene/riddel_node.tscn @@ -0,0 +1,80 @@ +[gd_scene load_steps=17 format=3 uid="uid://bsxptq5bplrew"] + +[ext_resource type="PackedScene" uid="uid://c8l60rnugru40" path="res://addons/godot-xr-tools/objects/pickable.tscn" id="1_c6n75"] +[ext_resource type="PackedScene" uid="uid://c25yxb0vt53vc" path="res://addons/godot-xr-tools/objects/grab_points/grab_point_hand_left.tscn" id="2_j76ka"] +[ext_resource type="Script" uid="uid://fqbgsm2dtvup" path="res://import_scene/riddel_node.gd" id="2_x42ex"] +[ext_resource type="PackedScene" uid="uid://ctw7nbntd5pcj" path="res://addons/godot-xr-tools/objects/grab_points/grab_point_hand_right.tscn" id="3_x42ex"] +[ext_resource type="PackedScene" uid="uid://dh8grd7s3n8kg" path="res://addons/godot-xr-tools/objects/grab_points/grab_point_snap.tscn" id="4_i1jbp"] +[ext_resource type="Script" uid="uid://cn05iplah2osq" path="res://addons/godot-xr-tools/hands/poses/hand_pose_settings.gd" id="4_x42ex"] +[ext_resource type="Animation" uid="uid://di384xtde8ydf" path="res://addons/godot-xr-tools/hands/animations/left/Grip 2.res" id="4_x0287"] +[ext_resource type="Script" uid="uid://g50uyiopkkpj" path="res://addons/godot-xr-tools/objects/highlight/highlight_visible.gd" id="5_x0287"] +[ext_resource type="Animation" uid="uid://r8hleealhrqt" path="res://addons/godot-xr-tools/hands/animations/right/Grip 2.res" id="7_xvq0r"] + +[sub_resource type="BoxShape3D" id="BoxShape3D_x0287"] +size = Vector3(0.32834473, 0.033615723, 0.5255615) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_mtwg6"] +albedo_color = Color(1, 1, 0.5647059, 1) + +[sub_resource type="BoxMesh" id="BoxMesh_8ji1x"] +size = Vector3(0.3, 0.01, 0.5) + +[sub_resource type="Resource" id="Resource_xvq0r"] +resource_local_to_scene = true +script = ExtResource("4_x42ex") +closed_pose = ExtResource("4_x0287") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_x0287"] +script = ExtResource("4_x42ex") +closed_pose = ExtResource("7_xvq0r") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_assmp"] +shading_mode = 0 +albedo_color = Color(0.3647059, 0.050980393, 1, 1) + +[sub_resource type="BoxMesh" id="BoxMesh_qy3q5"] +flip_faces = true +size = Vector3(0.31, 0.011, 0.51) + +[node name="RiddelNode" instance=ExtResource("1_c6n75")] + +[node name="CollisionShape3D" parent="." index="0"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.00086671114, 0.0047985855, 0.0005737543) +shape = SubResource("BoxShape3D_x0287") + +[node name="Paper" type="MeshInstance3D" parent="." index="1"] +material_override = SubResource("StandardMaterial3D_mtwg6") +mesh = SubResource("BoxMesh_8ji1x") +script = ExtResource("2_x42ex") + +[node name="labelPaper" type="Label3D" parent="Paper" index="0"] +transform = Transform3D(1, 0, 0, 0, 1.1924881e-08, 1, 0, -1, 1.1924881e-08, 0, 0.011, 0) +layers = 2 +modulate = Color(0.011764706, 0.011764706, 0.011764706, 1) +outline_modulate = Color(1, 1, 1, 1) +text = "?" +font_size = 50 +outline_size = 0 + +[node name="GrabPointHandLeft" parent="." index="2" instance=ExtResource("2_j76ka")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.16, 0.01, 0.12) +hand_pose = SubResource("Resource_xvq0r") + +[node name="GrabPointHandRight" parent="." index="3" instance=ExtResource("3_x42ex")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.16, 0.01, 0.12) +hand_pose = SubResource("Resource_x0287") + +[node name="GrabPointSnap" parent="." index="4" groups=["RiddelNode"] instance=ExtResource("4_i1jbp")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -0.25) +gizmo_extents = 0.3 +require_group = "RiddelNode" + +[node name="XRToolsHighlightVisible" type="Node3D" parent="." index="5"] +script = ExtResource("5_x0287") + +[node name="MeshInstance3D2" type="MeshInstance3D" parent="XRToolsHighlightVisible" index="0"] +material_override = SubResource("StandardMaterial3D_assmp") +mesh = SubResource("BoxMesh_qy3q5") +skeleton = NodePath("../..") diff --git a/escape-room-version-2/import_scene/riddel_node_board.gd b/escape-room-version-2/import_scene/riddel_node_board.gd new file mode 100644 index 0000000..753fe3b --- /dev/null +++ b/escape-room-version-2/import_scene/riddel_node_board.gd @@ -0,0 +1,203 @@ +extends Node3D + +# Die richtige Lösung als String (z.B. "12345678") +@export var correct_solution: String = "NINETOZERO" + +# Referenzen zu den 8 SnapZones +var snap_zones: Array[Node] = [] + +# Dictionary: Key = SnapZone Position (1-10), Value = Node String +var node_positions: Dictionary = {} + +# Signal wenn alle Node platziert sind +signal all_node_placed +signal solution_correct +signal solution_incorrect + +func _ready(): + # Sammle alle SnapZones (paper_1 bis paper_10) + for i in range(1, 11): + var snap_zone = get_node_or_null("paper_" + str(i)) + if snap_zone: + snap_zones.append(snap_zone) + + # Verbinde nur das has_picked_up Signal (wird für beides verwendet) + if snap_zone.has_signal("has_picked_up"): + snap_zone.has_picked_up.connect(_on_node_picked_up) + else: + push_error("SnapZone paper_" + str(i) + " nicht gefunden!") + + print("RiddelNodeBoard bereit mit ", snap_zones.size(), " SnapZones") + print("Warte auf setzen der Node...") + +func _on_node_dropped(what = null): + + print("_on_node_dropped aufgerufen - Parameter: ", what, " (Typ: ", typeof(what), ")") + # Kurze Verzögerung, damit der Node richtig platziert ist + await get_tree().create_timer(0.1).timeout + update_node_positions() + check_if_complete() + +func _on_node_picked_up(what = null): + + print("_on_node_picked_up aufgerufen - Parameter: ", what, " (Typ: ", typeof(what), ")") + + if what is Node: + print(" -> Objekt-Interaktion: ", what.name) + + # Kurze Verzögerung, damit der Status aktualisiert ist + await get_tree().create_timer(0.1).timeout + update_node_positions() + check_if_complete() + +func check_if_complete(): + """Prüft ob alle 10 Positionen belegt sind""" + if is_complete(): + print("Alle Node sind platziert!") + print("Aktuelle Positionen: ", node_positions) + all_node_placed.emit() + check_solution() + +func update_node_positions(): + """Aktualisiert das Dictionary mit den aktuellen Node-Positionen""" + node_positions.clear() + + for i in range(1, 11): + var node = get_node_at_position(i) + if node != null: + print("DEBUG: Node an Position ", i, " gefunden: ", node.name) + + var node_string = "" + + # Versuche direkt auf label zuzugreifen + if "labelNode" in node: + node_string = str(node.labelNode) + print(" -> labelNode direkt gefunden: '", node_string, "'") + else: + # Suche in den Kindern (MeshInstance3D) + print(" -> Suche labelNode in Kindern...") + for child in node.get_children(): + if "labelNode" in child: + node_string = str(child.labelNode) + print(" -> labelNode in Kind gefunden: '", node_string, "' (", child.name, ")") + break + + if node_string != "" and node_string != "0": + node_positions[i] = node_string + print(" ✓ Position ", i, ": Node mit String ", node_string) + else: + print(" ✗ Node hat keinen gültigen String (leer)") + + print("Node Positionen aktualisiert: ", node_positions) + +func is_complete() -> bool: + """Prüft ob alle 10 SnapZones einen Node haben""" + for snap_zone in snap_zones: + if snap_zone.has_method("has_snapped_object"): + if not snap_zone.has_snapped_object(): + return false + else: + return false + return true + +func get_node_at_position(position_index: int) -> Node3D: + """ + Gibt den Node an einer bestimmten Position zurück (1-10) + """ + if position_index < 1 or position_index > 10: + push_error("Position muss zwischen 1 und 10 sein!") + return null + + var snap_zone = snap_zones[position_index - 1] + if snap_zone == null: + print("SnapZone an Position ", position_index, " ist null!") + return null + + # Debug: Prüfe den Status der SnapZone + var has_object = snap_zone.has_snapped_object() if snap_zone.has_method("has_snapped_object") else false + print("Position ", position_index, ": has_snapped_object = ", has_object) + + # XRToolsSnapZone spezifische Methode + if snap_zone.has_method("has_snapped_object") and snap_zone.has_snapped_object(): + # Versuche verschiedene Properties + if "picked_up_object" in snap_zone: + print(" -> Gefunden über picked_up_object: ", snap_zone.picked_up_object) + return snap_zone.picked_up_object + elif "snapped_object" in snap_zone: + print(" -> Gefunden über snapped_object: ", snap_zone.snapped_object) + return snap_zone.snapped_object + + # Durchsuche die Kinder der SnapZone + print(" -> Durchsuche Kinder...") + for child in snap_zone.get_children(): + print(" Child: ", child.name, " Gruppen: ", child.get_groups()) + if child.is_in_group("RiddelNode"): + print(" -> Gefunden über Kinder: ", child.name) + return child + + return null + +func get_string_at_position(position_index: int) -> String: + """Gibt die den String vom Node an einer Position zurück""" + var node = get_node_at_position(position_index) + if node != null and "labelNode" in node: + return str(node.labelNode) + return "" + +func get_string_sequence() -> String: + """ + Liest alle 10 Strings in der richtigen Reihenfolge aus + und gibt sie als String zurück (z.B. "NINETOZERO") + """ + var sequence = "" + for i in range(1, 11): + var node = get_string_at_position(i) + if node == "": + # Falls eine Position leer ist, gib leeren String zurück + return "" + sequence += node + return sequence + +func check_solution() -> bool: + """ + Vergleicht die aktuelle Zahlenreihe mit der Lösung. + Gibt true zurück wenn korrekt, sonst false. + """ + var current_sequence = "" + # Prüfe ob alle Positionen belegt sind + for value in node_positions.values(): + current_sequence += value + + print("Aktuelle Sequenz: ", current_sequence) + print("Richtige Lösung: ", correct_solution) + + if current_sequence == correct_solution: + print("✓ RICHTIG! Lösung ist korrekt!") + solution_correct.emit() + on_correct_solution() + return true + else: + print("✗ FALSCH! Versuche es nochmal.") + solution_incorrect.emit() + on_incorrect_solution() + return false + +func on_correct_solution(): + var box = get_node_or_null("Box") + if box and box is CSGBox3D: + var material = StandardMaterial3D.new() + material.albedo_color = Color.WEB_GREEN + box.material = material + + await get_tree().create_timer(2).timeout + if has_node("AnimationGeheimgang"): + $AnimationGeheimgang.play("open_wall") + + +func on_incorrect_solution(): + var box = get_node_or_null("Box") + if box and box is CSGBox3D: + var material = StandardMaterial3D.new() + material.albedo_color = Color.DARK_RED + box.material = material + diff --git a/escape-room-version-2/import_scene/riddel_node_board.gd.uid b/escape-room-version-2/import_scene/riddel_node_board.gd.uid new file mode 100644 index 0000000..a6f5551 --- /dev/null +++ b/escape-room-version-2/import_scene/riddel_node_board.gd.uid @@ -0,0 +1 @@ +uid://p2bd3g5658th diff --git a/escape-room-version-2/import_scene/riddel_node_board.tscn b/escape-room-version-2/import_scene/riddel_node_board.tscn new file mode 100644 index 0000000..65168d0 --- /dev/null +++ b/escape-room-version-2/import_scene/riddel_node_board.tscn @@ -0,0 +1,411 @@ +[gd_scene load_steps=8 format=3 uid="uid://db5t48e250adl"] + +[ext_resource type="ArrayMesh" uid="uid://3o7s3enatvs1" path="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-top.obj" id="1_ap6hh"] +[ext_resource type="PackedScene" uid="uid://bal6s1jpga6sg" path="res://objekte/riddel_node_snap_zone.tscn" id="2_q26s8"] + +[sub_resource type="BoxShape3D" id="BoxShape3D_q26s8"] +margin = 0.01 +size = Vector3(4.1211853, 3.0534134, 0.6666336) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_q26s8"] + +[sub_resource type="Animation" id="Animation_pvxr1"] +length = 0.001 +tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/path = NodePath("paper_5:position") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 0, +"values": [Vector3(1.1715398, 1.9858198, -0.65)] +} +tracks/1/type = "value" +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/path = NodePath("paper_1:position") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 0, +"values": [Vector3(1.1715398, 2.7858198, -0.65)] +} +tracks/2/type = "value" +tracks/2/imported = false +tracks/2/enabled = true +tracks/2/path = NodePath("paper_7:position") +tracks/2/interp = 1 +tracks/2/loop_wrap = true +tracks/2/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 0, +"values": [Vector3(1.1715398, 1.0858198, -0.65)] +} +tracks/3/type = "value" +tracks/3/imported = false +tracks/3/enabled = true +tracks/3/path = NodePath("Box:position") +tracks/3/interp = 1 +tracks/3/loop_wrap = true +tracks/3/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 0, +"values": [Vector3(1.3881488, 1.6733242, -0.5335221)] +} +tracks/4/type = "value" +tracks/4/imported = false +tracks/4/enabled = true +tracks/4/path = NodePath("paper_4:position") +tracks/4/interp = 1 +tracks/4/loop_wrap = true +tracks/4/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 0, +"values": [Vector3(-1.2284601, 2.7858198, -0.65)] +} +tracks/5/type = "value" +tracks/5/imported = false +tracks/5/enabled = true +tracks/5/path = NodePath("paper_10:position") +tracks/5/interp = 1 +tracks/5/loop_wrap = true +tracks/5/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 0, +"values": [Vector3(-1.2284601, 1.0858198, -0.65)] +} +tracks/6/type = "value" +tracks/6/imported = false +tracks/6/enabled = true +tracks/6/path = NodePath("paper_3:position") +tracks/6/interp = 1 +tracks/6/loop_wrap = true +tracks/6/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 0, +"values": [Vector3(-0.42846012, 2.7858198, -0.65)] +} +tracks/7/type = "value" +tracks/7/imported = false +tracks/7/enabled = true +tracks/7/path = NodePath("paper_2:position") +tracks/7/interp = 1 +tracks/7/loop_wrap = true +tracks/7/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 0, +"values": [Vector3(0.37154007, 2.7858198, -0.65)] +} +tracks/8/type = "value" +tracks/8/imported = false +tracks/8/enabled = true +tracks/8/path = NodePath("MeshInstance3D:position") +tracks/8/interp = 1 +tracks/8/loop_wrap = true +tracks/8/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 0, +"values": [Vector3(0, 0, 0)] +} +tracks/9/type = "value" +tracks/9/imported = false +tracks/9/enabled = true +tracks/9/path = NodePath("StaticBody3D/CollisionShape3D:position") +tracks/9/interp = 1 +tracks/9/loop_wrap = true +tracks/9/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 0, +"values": [Vector3(-2.0265393, 1.477, -0.28301522)] +} +tracks/10/type = "value" +tracks/10/imported = false +tracks/10/enabled = true +tracks/10/path = NodePath("paper_9:position") +tracks/10/interp = 1 +tracks/10/loop_wrap = true +tracks/10/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 0, +"values": [Vector3(-0.42846012, 1.0858198, -0.65)] +} +tracks/11/type = "value" +tracks/11/imported = false +tracks/11/enabled = true +tracks/11/path = NodePath("paper_8:position") +tracks/11/interp = 1 +tracks/11/loop_wrap = true +tracks/11/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 0, +"values": [Vector3(0.37154007, 1.0858198, -0.65)] +} +tracks/12/type = "value" +tracks/12/imported = false +tracks/12/enabled = true +tracks/12/path = NodePath("paper_6:position") +tracks/12/interp = 1 +tracks/12/loop_wrap = true +tracks/12/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 0, +"values": [Vector3(0.37154007, 1.9858198, -0.65)] +} +tracks/13/type = "value" +tracks/13/imported = false +tracks/13/enabled = true +tracks/13/path = NodePath("StaticBody3D:position") +tracks/13/interp = 1 +tracks/13/loop_wrap = true +tracks/13/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 0, +"values": [Vector3(2.0063105, -0.016377985, 0)] +} + +[sub_resource type="Animation" id="Animation_v7rlu"] +resource_name = "open_wall" +length = 2.0 +tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/path = NodePath("paper_5:position") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/keys = { +"times": PackedFloat32Array(0, 2), +"transitions": PackedFloat32Array(1, 1), +"update": 0, +"values": [Vector3(1.1715398, 1.9858198, -0.65), Vector3(1.1715398, -1.1448221, -0.65)] +} +tracks/1/type = "value" +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/path = NodePath("paper_1:position") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/keys = { +"times": PackedFloat32Array(0, 2), +"transitions": PackedFloat32Array(1, 1), +"update": 0, +"values": [Vector3(1.1715398, 2.7858198, -0.65), Vector3(1.1715398, -0.34482217, -0.65)] +} +tracks/2/type = "value" +tracks/2/imported = false +tracks/2/enabled = true +tracks/2/path = NodePath("paper_7:position") +tracks/2/interp = 1 +tracks/2/loop_wrap = true +tracks/2/keys = { +"times": PackedFloat32Array(0, 2), +"transitions": PackedFloat32Array(1, 1), +"update": 0, +"values": [Vector3(1.1715398, 1.0858198, -0.65), Vector3(1.1715398, -2.0448222, -0.65)] +} +tracks/3/type = "value" +tracks/3/imported = false +tracks/3/enabled = true +tracks/3/path = NodePath("Box:position") +tracks/3/interp = 1 +tracks/3/loop_wrap = true +tracks/3/keys = { +"times": PackedFloat32Array(0, 2), +"transitions": PackedFloat32Array(1, 1), +"update": 0, +"values": [Vector3(1.3881488, 1.6733242, -0.5335221), Vector3(1.3881488, -1.4573177, -0.5335221)] +} +tracks/4/type = "value" +tracks/4/imported = false +tracks/4/enabled = true +tracks/4/path = NodePath("paper_4:position") +tracks/4/interp = 1 +tracks/4/loop_wrap = true +tracks/4/keys = { +"times": PackedFloat32Array(0, 2), +"transitions": PackedFloat32Array(1, 1), +"update": 0, +"values": [Vector3(-1.2284601, 2.7858198, -0.65), Vector3(-1.2284601, -0.34482217, -0.65)] +} +tracks/5/type = "value" +tracks/5/imported = false +tracks/5/enabled = true +tracks/5/path = NodePath("paper_10:position") +tracks/5/interp = 1 +tracks/5/loop_wrap = true +tracks/5/keys = { +"times": PackedFloat32Array(0, 2), +"transitions": PackedFloat32Array(1, 1), +"update": 0, +"values": [Vector3(-1.2284601, 1.0858198, -0.65), Vector3(-1.2284601, -2.0448222, -0.65)] +} +tracks/6/type = "value" +tracks/6/imported = false +tracks/6/enabled = true +tracks/6/path = NodePath("paper_3:position") +tracks/6/interp = 1 +tracks/6/loop_wrap = true +tracks/6/keys = { +"times": PackedFloat32Array(0, 2), +"transitions": PackedFloat32Array(1, 1), +"update": 0, +"values": [Vector3(-0.42846012, 2.7858198, -0.65), Vector3(-0.42846012, -0.34482217, -0.65)] +} +tracks/7/type = "value" +tracks/7/imported = false +tracks/7/enabled = true +tracks/7/path = NodePath("paper_2:position") +tracks/7/interp = 1 +tracks/7/loop_wrap = true +tracks/7/keys = { +"times": PackedFloat32Array(0, 2), +"transitions": PackedFloat32Array(1, 1), +"update": 0, +"values": [Vector3(0.37154007, 2.7858198, -0.65), Vector3(0.37154007, -0.34482217, -0.65)] +} +tracks/8/type = "value" +tracks/8/imported = false +tracks/8/enabled = true +tracks/8/path = NodePath("MeshInstance3D:position") +tracks/8/interp = 1 +tracks/8/loop_wrap = true +tracks/8/keys = { +"times": PackedFloat32Array(0, 2), +"transitions": PackedFloat32Array(1, 1), +"update": 0, +"values": [Vector3(0, 0, 0), Vector3(0, -3.130642, 0)] +} +tracks/9/type = "value" +tracks/9/imported = false +tracks/9/enabled = true +tracks/9/path = NodePath("StaticBody3D/CollisionShape3D:position") +tracks/9/interp = 1 +tracks/9/loop_wrap = true +tracks/9/keys = { +"times": PackedFloat32Array(0, 2), +"transitions": PackedFloat32Array(1, 1), +"update": 0, +"values": [Vector3(-2.0265393, 1.477, -0.28301522), Vector3(-2.0265393, 1.477, -0.28301522)] +} +tracks/10/type = "value" +tracks/10/imported = false +tracks/10/enabled = true +tracks/10/path = NodePath("paper_9:position") +tracks/10/interp = 1 +tracks/10/loop_wrap = true +tracks/10/keys = { +"times": PackedFloat32Array(0, 2), +"transitions": PackedFloat32Array(1, 1), +"update": 0, +"values": [Vector3(-0.42846012, 1.0858198, -0.65), Vector3(-0.42846012, -2.0448222, -0.65)] +} +tracks/11/type = "value" +tracks/11/imported = false +tracks/11/enabled = true +tracks/11/path = NodePath("paper_8:position") +tracks/11/interp = 1 +tracks/11/loop_wrap = true +tracks/11/keys = { +"times": PackedFloat32Array(0, 2), +"transitions": PackedFloat32Array(1, 1), +"update": 0, +"values": [Vector3(0.37154007, 1.0858198, -0.65), Vector3(0.37154007, -2.0448222, -0.65)] +} +tracks/12/type = "value" +tracks/12/imported = false +tracks/12/enabled = true +tracks/12/path = NodePath("paper_6:position") +tracks/12/interp = 1 +tracks/12/loop_wrap = true +tracks/12/keys = { +"times": PackedFloat32Array(0, 2), +"transitions": PackedFloat32Array(1, 1), +"update": 0, +"values": [Vector3(0.37154007, 1.9858198, -0.65), Vector3(0.37154007, -1.1448221, -0.65)] +} +tracks/13/type = "value" +tracks/13/imported = false +tracks/13/enabled = true +tracks/13/path = NodePath("StaticBody3D:position") +tracks/13/interp = 1 +tracks/13/loop_wrap = true +tracks/13/keys = { +"times": PackedFloat32Array(0, 2), +"transitions": PackedFloat32Array(1, 1), +"update": 0, +"values": [Vector3(2.0063105, -0.016377985, 0), Vector3(2.0063105, -3.1470199, 0)] +} + +[sub_resource type="AnimationLibrary" id="AnimationLibrary_ymxbl"] +_data = { +&"RESET": SubResource("Animation_pvxr1"), +&"open_wall": SubResource("Animation_v7rlu") +} + +[node name="RiddelNodeBoard" type="Node3D"] + +[node name="MeshInstance3D" type="MeshInstance3D" parent="."] +mesh = ExtResource("1_ap6hh") + +[node name="StaticBody3D" type="StaticBody3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.0063105, -0.016377985, 0) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.0265393, 1.477, -0.28301522) +shape = SubResource("BoxShape3D_q26s8") + +[node name="paper_1" parent="." groups=["RiddelNode"] instance=ExtResource("2_q26s8")] +transform = Transform3D(-0.9999999, 8.742278e-08, -3.821371e-15, 0, -4.371139e-08, -1, -8.742277e-08, -1, 4.371139e-08, 1.1715398, 2.7858198, -0.65) + +[node name="paper_2" parent="." groups=["RiddelNode"] instance=ExtResource("2_q26s8")] +transform = Transform3D(-0.9999999, 8.742278e-08, -3.821371e-15, 0, -4.371139e-08, -1, -8.742277e-08, -1, 4.371139e-08, 0.37154007, 2.7858198, -0.65) + +[node name="paper_3" parent="." groups=["RiddelNode"] instance=ExtResource("2_q26s8")] +transform = Transform3D(-0.9999999, 8.742278e-08, -3.821371e-15, 0, -4.371139e-08, -1, -8.742277e-08, -1, 4.371139e-08, -0.42846012, 2.7858198, -0.65) + +[node name="paper_4" parent="." groups=["RiddelNode"] instance=ExtResource("2_q26s8")] +transform = Transform3D(-0.9999999, 8.742278e-08, -3.821371e-15, 0, -4.371139e-08, -1, -8.742277e-08, -1, 4.371139e-08, -1.2284601, 2.7858198, -0.65) + +[node name="paper_5" parent="." groups=["RiddelNode"] instance=ExtResource("2_q26s8")] +transform = Transform3D(-0.9999999, 8.742278e-08, -3.821371e-15, 0, -4.371139e-08, -1, -8.742277e-08, -1, 4.371139e-08, 1.1715398, 1.9858198, -0.65) + +[node name="paper_6" parent="." groups=["RiddelNode"] instance=ExtResource("2_q26s8")] +transform = Transform3D(-0.9999999, 8.742278e-08, -3.821371e-15, 0, -4.371139e-08, -1, -8.742277e-08, -1, 4.371139e-08, 0.37154007, 1.9858198, -0.65) + +[node name="paper_7" parent="." groups=["RiddelNode"] instance=ExtResource("2_q26s8")] +transform = Transform3D(-0.9999999, 8.742278e-08, -3.821371e-15, 0, -4.371139e-08, -1, -8.742277e-08, -1, 4.371139e-08, 1.1715398, 1.0858198, -0.65) + +[node name="paper_8" parent="." groups=["RiddelNode"] instance=ExtResource("2_q26s8")] +transform = Transform3D(-0.9999999, 8.742278e-08, -3.821371e-15, 0, -4.371139e-08, -1, -8.742277e-08, -1, 4.371139e-08, 0.37154007, 1.0858198, -0.65) + +[node name="paper_9" parent="." groups=["RiddelNode"] instance=ExtResource("2_q26s8")] +transform = Transform3D(-0.9999999, 8.742278e-08, -3.821371e-15, 0, -4.371139e-08, -1, -8.742277e-08, -1, 4.371139e-08, -0.42846012, 1.0858198, -0.65) + +[node name="paper_10" parent="." groups=["RiddelNode"] instance=ExtResource("2_q26s8")] +transform = Transform3D(-0.9999999, 8.742278e-08, -3.821371e-15, 0, -4.371139e-08, -1, -8.742277e-08, -1, 4.371139e-08, -1.2284601, 1.0858198, -0.65) + +[node name="Box" type="CSGBox3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.3881488, 1.6733242, -0.5335221) +size = Vector3(0.16850281, 2.3098266, 0.01) +material = SubResource("StandardMaterial3D_q26s8") + +[node name="AnimationGeheimgang" type="AnimationPlayer" parent="."] +libraries = { +&"": SubResource("AnimationLibrary_ymxbl") +} diff --git a/escape-room-version-2/import_scene/riddel_node_snap_zone.tscn b/escape-room-version-2/import_scene/riddel_node_snap_zone.tscn new file mode 100644 index 0000000..eb74559 --- /dev/null +++ b/escape-room-version-2/import_scene/riddel_node_snap_zone.tscn @@ -0,0 +1,32 @@ +[gd_scene load_steps=6 format=3 uid="uid://bal6s1jpga6sg"] + +[ext_resource type="PackedScene" uid="uid://ce7vysyvondf8" path="res://addons/godot-xr-tools/objects/snap_zone.tscn" id="1_188r6"] +[ext_resource type="PackedScene" uid="uid://da2qgxxwwitl6" path="res://addons/godot-xr-tools/objects/highlight/highlight_ring.tscn" id="2_utpnu"] + +[sub_resource type="BoxShape3D" id="BoxShape3D_uxyey"] +size = Vector3(0.3, 0.01, 0.5) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_a3r8u"] +shading_mode = 0 +albedo_color = Color(0, 0, 0, 1) + +[sub_resource type="BoxMesh" id="BoxMesh_a3r8u"] +size = Vector3(0.3, 0.01, 0.5) + +[node name="RiddelNodeSnapZone" instance=ExtResource("1_188r6")] +snap_require = "RiddelNode" + +[node name="CollisionShape3D" parent="." index="0"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.01, 0.25) +shape = SubResource("BoxShape3D_uxyey") + +[node name="AudioStreamPlayer3D" parent="." index="1"] +visible = false + +[node name="HighlightRing" parent="." index="2" instance=ExtResource("2_utpnu")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.01, 0) + +[node name="Paper" type="MeshInstance3D" parent="." index="3"] +transform = Transform3D(1, 0, 0, 0, 0.99999994, 0, 0, 0, 0.99999994, 0, -0.015, 0.25) +material_override = SubResource("StandardMaterial3D_a3r8u") +mesh = SubResource("BoxMesh_a3r8u") diff --git a/escape-room-version-2/import_scene/würfel.tscn b/escape-room-version-2/import_scene/würfel.tscn new file mode 100644 index 0000000..5803f20 --- /dev/null +++ b/escape-room-version-2/import_scene/würfel.tscn @@ -0,0 +1,61 @@ +[gd_scene load_steps=15 format=3 uid="uid://cuog4dnr6da4q"] + +[ext_resource type="PackedScene" uid="uid://c8l60rnugru40" path="res://addons/godot-xr-tools/objects/pickable.tscn" id="1_ga5p2"] +[ext_resource type="Script" uid="uid://g50uyiopkkpj" path="res://addons/godot-xr-tools/objects/highlight/highlight_visible.gd" id="2_3n4gy"] +[ext_resource type="PackedScene" uid="uid://c25yxb0vt53vc" path="res://addons/godot-xr-tools/objects/grab_points/grab_point_hand_left.tscn" id="3_rrng6"] +[ext_resource type="Animation" uid="uid://nq3xh1olqipq" path="res://addons/godot-xr-tools/hands/animations/left/Grip Shaft.res" id="4_emgsk"] +[ext_resource type="Script" uid="uid://cn05iplah2osq" path="res://addons/godot-xr-tools/hands/poses/hand_pose_settings.gd" id="4_fynj0"] +[ext_resource type="PackedScene" uid="uid://ctw7nbntd5pcj" path="res://addons/godot-xr-tools/objects/grab_points/grab_point_hand_right.tscn" id="6_feyms"] +[ext_resource type="Animation" uid="uid://c8dghcftg1thx" path="res://addons/godot-xr-tools/hands/animations/right/Grip Shaft.res" id="7_emgsk"] + +[sub_resource type="BoxShape3D" id="BoxShape3D_qxccc"] +margin = 0.01 +size = Vector3(0.1, 0.1, 0.1) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_feyms"] +albedo_color = Color(0.011764706, 0.011764706, 0.011764706, 1) + +[sub_resource type="BoxMesh" id="BoxMesh_qijpd"] +size = Vector3(0.1, 0.1, 0.1) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_emgsk"] +shading_mode = 0 +albedo_color = Color(1, 0.89411765, 0.03137255, 1) + +[sub_resource type="BoxMesh" id="BoxMesh_feyms"] +material = SubResource("StandardMaterial3D_emgsk") +flip_faces = true +size = Vector3(0.11, 0.11, 0.11) + +[sub_resource type="Resource" id="Resource_36sy7"] +script = ExtResource("4_fynj0") +closed_pose = ExtResource("4_emgsk") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_dfs7k"] +script = ExtResource("4_fynj0") +closed_pose = ExtResource("7_emgsk") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[node name="Würfel" instance=ExtResource("1_ga5p2")] + +[node name="CollisionShape3D" parent="." index="0"] +shape = SubResource("BoxShape3D_qxccc") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="." index="1"] +material_override = SubResource("StandardMaterial3D_feyms") +mesh = SubResource("BoxMesh_qijpd") + +[node name="XRToolsHighlightVisible" type="Node3D" parent="." index="2"] +script = ExtResource("2_3n4gy") + +[node name="HighlightMesh" type="MeshInstance3D" parent="XRToolsHighlightVisible" index="0"] +mesh = SubResource("BoxMesh_feyms") + +[node name="GrabPointHandLeft" parent="." index="3" instance=ExtResource("3_rrng6")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.045, 0.065, -0.095) +hand_pose = SubResource("Resource_36sy7") + +[node name="GrabPointHandRight" parent="." index="4" instance=ExtResource("6_feyms")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.045, 0.065, -0.095) +hand_pose = SubResource("Resource_dfs7k") diff --git a/escape-room-version-2/main_new.tscn b/escape-room-version-2/main_new.tscn new file mode 100644 index 0000000..96600b5 --- /dev/null +++ b/escape-room-version-2/main_new.tscn @@ -0,0 +1,41 @@ +[gd_scene load_steps=8 format=3 uid="uid://dp5aegn8d567i"] + +[ext_resource type="Script" uid="uid://b3yopox45hxjp" path="res://addons/godot-xr-tools/staging/staging.gd" id="1_cf05q"] +[ext_resource type="PackedScene" uid="uid://wtpox7m5vu2b" path="res://addons/godot-xr-tools/effects/fade.tscn" id="2_i3bab"] +[ext_resource type="Environment" uid="uid://ckiwtcdsam7ed" path="res://addons/godot-xr-tools/staging/staging_env.tres" id="3_u24s4"] +[ext_resource type="PackedScene" uid="uid://btknduttnmoxf" path="res://addons/godot-xr-tools/misc/vr_common_shader_cache.tscn" id="4_t54wq"] +[ext_resource type="PackedScene" uid="uid://bqumugyvkct4r" path="res://addons/godot-xr-tools/staging/loading_screen.tscn" id="5_abcer"] +[ext_resource type="PackedScene" uid="uid://clc5dre31iskm" path="res://addons/godot-xr-tools/xr/start_xr.tscn" id="6_i3bab"] +[ext_resource type="Texture2D" uid="uid://wn2axuo11kh7" path="res://assets-library/Logo/ChatGPT_changed_DiskoEscapeRoom_com_02.png" id="6_u24s4"] + +[node name="Staging" type="Node3D"] +script = ExtResource("1_cf05q") +main_scene = "uid://c0cn8swmo50se" + +[node name="Fade" parent="." instance=ExtResource("2_i3bab")] + +[node name="XROrigin3D" type="XROrigin3D" parent="."] + +[node name="XRCamera3D" type="XRCamera3D" parent="XROrigin3D"] +environment = ExtResource("3_u24s4") + +[node name="VRCommonShaderCache" parent="XROrigin3D/XRCamera3D" instance=ExtResource("4_t54wq")] + +[node name="LeftHandController" type="XRController3D" parent="XROrigin3D"] +tracker = &"left_hand" +pose = &"aim" + +[node name="RightHandController" type="XRController3D" parent="XROrigin3D"] +tracker = &"right_hand" +pose = &"aim" + +[node name="LoadingScreen" parent="." instance=ExtResource("5_abcer")] +follow_camera = false +splash_screen = ExtResource("6_u24s4") +progress = 0.0 + +[node name="Scene" type="Node3D" parent="."] + +[node name="StartXR" parent="." instance=ExtResource("6_i3bab")] + +[editable path="LoadingScreen"] diff --git a/escape-room-version-2/music/03-Enkelz_-_Ich_hass_Dich.mp3 b/escape-room-version-2/music/03-Enkelz_-_Ich_hass_Dich.mp3 new file mode 100644 index 0000000..99a79a0 Binary files /dev/null and b/escape-room-version-2/music/03-Enkelz_-_Ich_hass_Dich.mp3 differ diff --git a/escape-room-version-2/music/03-Enkelz_-_Ich_hass_Dich.mp3.import b/escape-room-version-2/music/03-Enkelz_-_Ich_hass_Dich.mp3.import new file mode 100644 index 0000000..dccfaa2 --- /dev/null +++ b/escape-room-version-2/music/03-Enkelz_-_Ich_hass_Dich.mp3.import @@ -0,0 +1,19 @@ +[remap] + +importer="mp3" +type="AudioStreamMP3" +uid="uid://myovxwpyhy2p" +path="res://.godot/imported/03-Enkelz_-_Ich_hass_Dich.mp3-fc8ebf18775d307a681b8893f81658f7.mp3str" + +[deps] + +source_file="res://music/03-Enkelz_-_Ich_hass_Dich.mp3" +dest_files=["res://.godot/imported/03-Enkelz_-_Ich_hass_Dich.mp3-fc8ebf18775d307a681b8893f81658f7.mp3str"] + +[params] + +loop=false +loop_offset=0 +bpm=0 +beat_count=0 +bar_beats=4 diff --git a/escape-room-version-2/music/04-Enkelz_-_Falsche_Freundschaft.mp3 b/escape-room-version-2/music/04-Enkelz_-_Falsche_Freundschaft.mp3 new file mode 100644 index 0000000..562eb71 Binary files /dev/null and b/escape-room-version-2/music/04-Enkelz_-_Falsche_Freundschaft.mp3 differ diff --git a/escape-room-version-2/music/04-Enkelz_-_Falsche_Freundschaft.mp3.import b/escape-room-version-2/music/04-Enkelz_-_Falsche_Freundschaft.mp3.import new file mode 100644 index 0000000..6cedcf0 --- /dev/null +++ b/escape-room-version-2/music/04-Enkelz_-_Falsche_Freundschaft.mp3.import @@ -0,0 +1,19 @@ +[remap] + +importer="mp3" +type="AudioStreamMP3" +uid="uid://d20xxkuori4qa" +path="res://.godot/imported/04-Enkelz_-_Falsche_Freundschaft.mp3-2d63af6eb1a70c6fb4b3144cdf4e6643.mp3str" + +[deps] + +source_file="res://music/04-Enkelz_-_Falsche_Freundschaft.mp3" +dest_files=["res://.godot/imported/04-Enkelz_-_Falsche_Freundschaft.mp3-2d63af6eb1a70c6fb4b3144cdf4e6643.mp3str"] + +[params] + +loop=false +loop_offset=0 +bpm=0 +beat_count=0 +bar_beats=4 diff --git a/escape-room-version-2/music/07-Portishead-Roads-cbm.mp3 b/escape-room-version-2/music/07-Portishead-Roads-cbm.mp3 new file mode 100644 index 0000000..4a3924c Binary files /dev/null and b/escape-room-version-2/music/07-Portishead-Roads-cbm.mp3 differ diff --git a/escape-room-version-2/music/07-Portishead-Roads-cbm.mp3.import b/escape-room-version-2/music/07-Portishead-Roads-cbm.mp3.import new file mode 100644 index 0000000..da6ad52 --- /dev/null +++ b/escape-room-version-2/music/07-Portishead-Roads-cbm.mp3.import @@ -0,0 +1,19 @@ +[remap] + +importer="mp3" +type="AudioStreamMP3" +uid="uid://cqs7cfnkrgdql" +path="res://.godot/imported/07-Portishead-Roads-cbm.mp3-662dbbfceef8cedd8718951f6d094bf5.mp3str" + +[deps] + +source_file="res://music/07-Portishead-Roads-cbm.mp3" +dest_files=["res://.godot/imported/07-Portishead-Roads-cbm.mp3-662dbbfceef8cedd8718951f6d094bf5.mp3str"] + +[params] + +loop=false +loop_offset=0 +bpm=0 +beat_count=0 +bar_beats=4 diff --git a/escape-room-version-2/music/10-Portishead-Glory_Box-cbm.mp3 b/escape-room-version-2/music/10-Portishead-Glory_Box-cbm.mp3 new file mode 100644 index 0000000..4cff071 Binary files /dev/null and b/escape-room-version-2/music/10-Portishead-Glory_Box-cbm.mp3 differ diff --git a/escape-room-version-2/music/10-Portishead-Glory_Box-cbm.mp3.import b/escape-room-version-2/music/10-Portishead-Glory_Box-cbm.mp3.import new file mode 100644 index 0000000..ddcd278 --- /dev/null +++ b/escape-room-version-2/music/10-Portishead-Glory_Box-cbm.mp3.import @@ -0,0 +1,19 @@ +[remap] + +importer="mp3" +type="AudioStreamMP3" +uid="uid://c56s0llngavuo" +path="res://.godot/imported/10-Portishead-Glory_Box-cbm.mp3-010b074e8683747eac6077f1cb989d4d.mp3str" + +[deps] + +source_file="res://music/10-Portishead-Glory_Box-cbm.mp3" +dest_files=["res://.godot/imported/10-Portishead-Glory_Box-cbm.mp3-010b074e8683747eac6077f1cb989d4d.mp3str"] + +[params] + +loop=false +loop_offset=0 +bpm=0 +beat_count=0 +bar_beats=4 diff --git a/escape-room-version-2/music/12-Never let me down again (agro mix).mp3 b/escape-room-version-2/music/12-Never let me down again (agro mix).mp3 new file mode 100644 index 0000000..3d2a827 Binary files /dev/null and b/escape-room-version-2/music/12-Never let me down again (agro mix).mp3 differ diff --git a/escape-room-version-2/music/12-Never let me down again (agro mix).mp3.import b/escape-room-version-2/music/12-Never let me down again (agro mix).mp3.import new file mode 100644 index 0000000..41e89d8 --- /dev/null +++ b/escape-room-version-2/music/12-Never let me down again (agro mix).mp3.import @@ -0,0 +1,19 @@ +[remap] + +importer="mp3" +type="AudioStreamMP3" +uid="uid://cxv82wfygpah8" +path="res://.godot/imported/12-Never let me down again (agro mix).mp3-8d38290f5fc237c56095179e7a221869.mp3str" + +[deps] + +source_file="res://music/12-Never let me down again (agro mix).mp3" +dest_files=["res://.godot/imported/12-Never let me down again (agro mix).mp3-8d38290f5fc237c56095179e7a221869.mp3str"] + +[params] + +loop=false +loop_offset=0 +bpm=0 +beat_count=0 +bar_beats=4 diff --git a/escape-room-version-2/music/Rammstein - Sonne.mp3 b/escape-room-version-2/music/Rammstein - Sonne.mp3 new file mode 100644 index 0000000..9d2d5ea Binary files /dev/null and b/escape-room-version-2/music/Rammstein - Sonne.mp3 differ diff --git a/escape-room-version-2/music/Rammstein - Sonne.mp3.import b/escape-room-version-2/music/Rammstein - Sonne.mp3.import new file mode 100644 index 0000000..e287ca0 --- /dev/null +++ b/escape-room-version-2/music/Rammstein - Sonne.mp3.import @@ -0,0 +1,19 @@ +[remap] + +importer="mp3" +type="AudioStreamMP3" +uid="uid://bffrjr3idr414" +path="res://.godot/imported/Rammstein - Sonne.mp3-af105dfa30f6784a46e745e48a461107.mp3str" + +[deps] + +source_file="res://music/Rammstein - Sonne.mp3" +dest_files=["res://.godot/imported/Rammstein - Sonne.mp3-af105dfa30f6784a46e745e48a461107.mp3str"] + +[params] + +loop=false +loop_offset=0 +bpm=0 +beat_count=0 +bar_beats=4 diff --git a/escape-room-version-2/music/effects/Error or failed.mp3 b/escape-room-version-2/music/effects/Error or failed.mp3 new file mode 100644 index 0000000..b1d3b40 Binary files /dev/null and b/escape-room-version-2/music/effects/Error or failed.mp3 differ diff --git a/escape-room-version-2/music/effects/Error or failed.mp3.import b/escape-room-version-2/music/effects/Error or failed.mp3.import new file mode 100644 index 0000000..fcb4541 --- /dev/null +++ b/escape-room-version-2/music/effects/Error or failed.mp3.import @@ -0,0 +1,19 @@ +[remap] + +importer="mp3" +type="AudioStreamMP3" +uid="uid://dhmx2bouauiu7" +path="res://.godot/imported/Error or failed.mp3-e5b009e0f77167ac40cbf6787dd9b02b.mp3str" + +[deps] + +source_file="res://music/effects/Error or failed.mp3" +dest_files=["res://.godot/imported/Error or failed.mp3-e5b009e0f77167ac40cbf6787dd9b02b.mp3str"] + +[params] + +loop=false +loop_offset=0 +bpm=0 +beat_count=0 +bar_beats=4 diff --git a/escape-room-version-2/music/effects/achievement.wav b/escape-room-version-2/music/effects/achievement.wav new file mode 100644 index 0000000..e426e74 Binary files /dev/null and b/escape-room-version-2/music/effects/achievement.wav differ diff --git a/escape-room-version-2/music/effects/achievement.wav.import b/escape-room-version-2/music/effects/achievement.wav.import new file mode 100644 index 0000000..38c82af --- /dev/null +++ b/escape-room-version-2/music/effects/achievement.wav.import @@ -0,0 +1,24 @@ +[remap] + +importer="wav" +type="AudioStreamWAV" +uid="uid://bne6n7foa0uo7" +path="res://.godot/imported/achievement.wav-c1ce8e703b000ba2f37543f6e3600ec9.sample" + +[deps] + +source_file="res://music/effects/achievement.wav" +dest_files=["res://.godot/imported/achievement.wav-c1ce8e703b000ba2f37543f6e3600ec9.sample"] + +[params] + +force/8_bit=false +force/mono=false +force/max_rate=false +force/max_rate_hz=44100 +edit/trim=false +edit/normalize=false +edit/loop_mode=0 +edit/loop_begin=0 +edit/loop_end=-1 +compress/mode=2 diff --git a/escape-room-version-2/music/effects/low-rumbling-176033.mp3 b/escape-room-version-2/music/effects/low-rumbling-176033.mp3 new file mode 100644 index 0000000..e29d906 Binary files /dev/null and b/escape-room-version-2/music/effects/low-rumbling-176033.mp3 differ diff --git a/escape-room-version-2/music/effects/low-rumbling-176033.mp3.import b/escape-room-version-2/music/effects/low-rumbling-176033.mp3.import new file mode 100644 index 0000000..914b647 --- /dev/null +++ b/escape-room-version-2/music/effects/low-rumbling-176033.mp3.import @@ -0,0 +1,19 @@ +[remap] + +importer="mp3" +type="AudioStreamMP3" +uid="uid://3p8rneagook3" +path="res://.godot/imported/low-rumbling-176033.mp3-57c8492d18da9cb7583bbc3f00542ac5.mp3str" + +[deps] + +source_file="res://music/effects/low-rumbling-176033.mp3" +dest_files=["res://.godot/imported/low-rumbling-176033.mp3-57c8492d18da9cb7583bbc3f00542ac5.mp3str"] + +[params] + +loop=false +loop_offset=0 +bpm=0 +beat_count=0 +bar_beats=4 diff --git a/escape-room-version-2/music/effects/solitude_1.ogg b/escape-room-version-2/music/effects/solitude_1.ogg new file mode 100644 index 0000000..9a9f9ba Binary files /dev/null and b/escape-room-version-2/music/effects/solitude_1.ogg differ diff --git a/escape-room-version-2/music/effects/solitude_1.ogg.import b/escape-room-version-2/music/effects/solitude_1.ogg.import new file mode 100644 index 0000000..28a5184 --- /dev/null +++ b/escape-room-version-2/music/effects/solitude_1.ogg.import @@ -0,0 +1,19 @@ +[remap] + +importer="oggvorbisstr" +type="AudioStreamOggVorbis" +uid="uid://baet5j0leytc1" +path="res://.godot/imported/solitude_1.ogg-4108b6f2c8b3e4c1719c329675dfa36b.oggvorbisstr" + +[deps] + +source_file="res://music/effects/solitude_1.ogg" +dest_files=["res://.godot/imported/solitude_1.ogg-4108b6f2c8b3e4c1719c329675dfa36b.oggvorbisstr"] + +[params] + +loop=false +loop_offset=0 +bpm=0 +beat_count=0 +bar_beats=4 diff --git a/escape-room-version-2/openxr_action_map.tres b/escape-room-version-2/openxr_action_map.tres new file mode 100644 index 0000000..b12527a --- /dev/null +++ b/escape-room-version-2/openxr_action_map.tres @@ -0,0 +1,1745 @@ +[gd_resource type="OpenXRActionMap" load_steps=425 format=3 uid="uid://b6dclgd6j6a7s"] + +[sub_resource type="OpenXRAction" id="OpenXRAction_6ivru"] +resource_name = "trigger" +localized_name = "Trigger" +toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right") + +[sub_resource type="OpenXRAction" id="OpenXRAction_vfhwq"] +resource_name = "trigger_click" +localized_name = "Trigger click" +action_type = 0 +toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right") + +[sub_resource type="OpenXRAction" id="OpenXRAction_5w03k"] +resource_name = "trigger_touch" +localized_name = "Trigger touching" +action_type = 0 +toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right") + +[sub_resource type="OpenXRAction" id="OpenXRAction_typ1r"] +resource_name = "grip" +localized_name = "Grip" +toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right") + +[sub_resource type="OpenXRAction" id="OpenXRAction_clvbf"] +resource_name = "grip_click" +localized_name = "Grip click" +action_type = 0 +toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right") + +[sub_resource type="OpenXRAction" id="OpenXRAction_5bppb"] +resource_name = "grip_force" +localized_name = "Grip force" +toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right") + +[sub_resource type="OpenXRAction" id="OpenXRAction_3k6la"] +resource_name = "primary" +localized_name = "Primary joystick/thumbstick/trackpad" +action_type = 2 +toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right") + +[sub_resource type="OpenXRAction" id="OpenXRAction_i8esw"] +resource_name = "primary_click" +localized_name = "Primary joystick/thumbstick/trackpad click" +action_type = 0 +toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right") + +[sub_resource type="OpenXRAction" id="OpenXRAction_um1hv"] +resource_name = "primary_touch" +localized_name = "Primary joystick/thumbstick/trackpad touching" +action_type = 0 +toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right") + +[sub_resource type="OpenXRAction" id="OpenXRAction_oqnsu"] +resource_name = "secondary" +localized_name = "Secondary joystick/thumbstick/trackpad" +action_type = 2 +toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right") + +[sub_resource type="OpenXRAction" id="OpenXRAction_r5bl7"] +resource_name = "secondary_click" +localized_name = "Secondary joystick/thumbstick/trackpad click" +action_type = 0 +toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right") + +[sub_resource type="OpenXRAction" id="OpenXRAction_ytptc"] +resource_name = "secondary_touch" +localized_name = "Secondary joystick/thumbstick/trackpad touching" +action_type = 0 +toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right") + +[sub_resource type="OpenXRAction" id="OpenXRAction_iphn4"] +resource_name = "menu_button" +localized_name = "Menu button" +action_type = 0 +toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right") + +[sub_resource type="OpenXRAction" id="OpenXRAction_3p2as"] +resource_name = "select_button" +localized_name = "Select button" +action_type = 0 +toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right") + +[sub_resource type="OpenXRAction" id="OpenXRAction_wdehm"] +resource_name = "ax_button" +localized_name = "A/X button" +action_type = 0 +toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right") + +[sub_resource type="OpenXRAction" id="OpenXRAction_clfly"] +resource_name = "ax_touch" +localized_name = "A/X touching" +action_type = 0 +toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right") + +[sub_resource type="OpenXRAction" id="OpenXRAction_e1frq"] +resource_name = "by_button" +localized_name = "B/Y button" +action_type = 0 +toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right") + +[sub_resource type="OpenXRAction" id="OpenXRAction_l7aq8"] +resource_name = "by_touch" +localized_name = "B/Y touching" +action_type = 0 +toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right") + +[sub_resource type="OpenXRAction" id="OpenXRAction_oi0ij"] +resource_name = "default_pose" +localized_name = "Default pose" +action_type = 3 +toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right", "/user/vive_tracker_htcx/role/left_foot", "/user/vive_tracker_htcx/role/right_foot", "/user/vive_tracker_htcx/role/left_shoulder", "/user/vive_tracker_htcx/role/right_shoulder", "/user/vive_tracker_htcx/role/left_elbow", "/user/vive_tracker_htcx/role/right_elbow", "/user/vive_tracker_htcx/role/left_knee", "/user/vive_tracker_htcx/role/right_knee", "/user/vive_tracker_htcx/role/waist", "/user/vive_tracker_htcx/role/chest", "/user/vive_tracker_htcx/role/camera", "/user/vive_tracker_htcx/role/keyboard", "/user/vive_tracker_htcx/role/left_wrist", "/user/vive_tracker_htcx/role/right_wrist", "/user/vive_tracker_htcx/role/left_ankle", "/user/vive_tracker_htcx/role/right_ankle", "/user/eyes_ext") + +[sub_resource type="OpenXRAction" id="OpenXRAction_m08eo"] +resource_name = "aim_pose" +localized_name = "Aim pose" +action_type = 3 +toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right") + +[sub_resource type="OpenXRAction" id="OpenXRAction_c4j1d"] +resource_name = "grip_pose" +localized_name = "Grip pose" +action_type = 3 +toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right") + +[sub_resource type="OpenXRAction" id="OpenXRAction_sopde"] +resource_name = "palm_pose" +localized_name = "Palm pose" +action_type = 3 +toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right") + +[sub_resource type="OpenXRAction" id="OpenXRAction_sow2k"] +resource_name = "haptic" +localized_name = "Haptic" +action_type = 4 +toplevel_paths = PackedStringArray("/user/hand/left", "/user/hand/right", "/user/vive_tracker_htcx/role/left_foot", "/user/vive_tracker_htcx/role/right_foot", "/user/vive_tracker_htcx/role/left_shoulder", "/user/vive_tracker_htcx/role/right_shoulder", "/user/vive_tracker_htcx/role/left_elbow", "/user/vive_tracker_htcx/role/right_elbow", "/user/vive_tracker_htcx/role/left_knee", "/user/vive_tracker_htcx/role/right_knee", "/user/vive_tracker_htcx/role/waist", "/user/vive_tracker_htcx/role/chest", "/user/vive_tracker_htcx/role/camera", "/user/vive_tracker_htcx/role/keyboard", "/user/vive_tracker_htcx/role/left_wrist", "/user/vive_tracker_htcx/role/right_wrist", "/user/vive_tracker_htcx/role/left_ankle", "/user/vive_tracker_htcx/role/right_ankle") + +[sub_resource type="OpenXRActionSet" id="OpenXRActionSet_ngwcy"] +resource_name = "godot" +localized_name = "Godot action set" +actions = [SubResource("OpenXRAction_6ivru"), SubResource("OpenXRAction_vfhwq"), SubResource("OpenXRAction_5w03k"), SubResource("OpenXRAction_typ1r"), SubResource("OpenXRAction_clvbf"), SubResource("OpenXRAction_5bppb"), SubResource("OpenXRAction_3k6la"), SubResource("OpenXRAction_i8esw"), SubResource("OpenXRAction_um1hv"), SubResource("OpenXRAction_oqnsu"), SubResource("OpenXRAction_r5bl7"), SubResource("OpenXRAction_ytptc"), SubResource("OpenXRAction_iphn4"), SubResource("OpenXRAction_3p2as"), SubResource("OpenXRAction_wdehm"), SubResource("OpenXRAction_clfly"), SubResource("OpenXRAction_e1frq"), SubResource("OpenXRAction_l7aq8"), SubResource("OpenXRAction_oi0ij"), SubResource("OpenXRAction_m08eo"), SubResource("OpenXRAction_c4j1d"), SubResource("OpenXRAction_sopde"), SubResource("OpenXRAction_sow2k")] + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_r3qn1"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/hand/left/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_n01b8"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/hand/right/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_pjtev"] +action = SubResource("OpenXRAction_m08eo") +binding_path = "/user/hand/left/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_nqyri"] +action = SubResource("OpenXRAction_m08eo") +binding_path = "/user/hand/right/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_86uui"] +action = SubResource("OpenXRAction_c4j1d") +binding_path = "/user/hand/left/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_nrtxc"] +action = SubResource("OpenXRAction_c4j1d") +binding_path = "/user/hand/right/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_qovyo"] +action = SubResource("OpenXRAction_sopde") +binding_path = "/user/hand/left/input/palm_ext/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_d6uso"] +action = SubResource("OpenXRAction_sopde") +binding_path = "/user/hand/right/input/palm_ext/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_hvi7v"] +action = SubResource("OpenXRAction_iphn4") +binding_path = "/user/hand/left/input/menu/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_7dxun"] +action = SubResource("OpenXRAction_iphn4") +binding_path = "/user/hand/right/input/menu/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_rp8ih"] +action = SubResource("OpenXRAction_3p2as") +binding_path = "/user/hand/left/input/select/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_0uca0"] +action = SubResource("OpenXRAction_3p2as") +binding_path = "/user/hand/right/input/select/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_rjtq8"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/hand/left/output/haptic" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_lce2q"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/hand/right/output/haptic" + +[sub_resource type="OpenXRInteractionProfile" id="OpenXRInteractionProfile_ckeh6"] +interaction_profile_path = "/interaction_profiles/khr/simple_controller" +bindings = [SubResource("OpenXRIPBinding_r3qn1"), SubResource("OpenXRIPBinding_n01b8"), SubResource("OpenXRIPBinding_pjtev"), SubResource("OpenXRIPBinding_nqyri"), SubResource("OpenXRIPBinding_86uui"), SubResource("OpenXRIPBinding_nrtxc"), SubResource("OpenXRIPBinding_qovyo"), SubResource("OpenXRIPBinding_d6uso"), SubResource("OpenXRIPBinding_hvi7v"), SubResource("OpenXRIPBinding_7dxun"), SubResource("OpenXRIPBinding_rp8ih"), SubResource("OpenXRIPBinding_0uca0"), SubResource("OpenXRIPBinding_rjtq8"), SubResource("OpenXRIPBinding_lce2q")] + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_538mi"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/hand/left/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_548p5"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/hand/right/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_6o0wr"] +action = SubResource("OpenXRAction_m08eo") +binding_path = "/user/hand/left/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_fsghu"] +action = SubResource("OpenXRAction_m08eo") +binding_path = "/user/hand/right/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_88umk"] +action = SubResource("OpenXRAction_c4j1d") +binding_path = "/user/hand/left/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_4uneg"] +action = SubResource("OpenXRAction_c4j1d") +binding_path = "/user/hand/right/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_67o31"] +action = SubResource("OpenXRAction_sopde") +binding_path = "/user/hand/left/input/palm_ext/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_lf1a1"] +action = SubResource("OpenXRAction_sopde") +binding_path = "/user/hand/right/input/palm_ext/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_x1adc"] +action = SubResource("OpenXRAction_iphn4") +binding_path = "/user/hand/left/input/menu/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_j1vtv"] +action = SubResource("OpenXRAction_iphn4") +binding_path = "/user/hand/right/input/menu/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_tud50"] +action = SubResource("OpenXRAction_3p2as") +binding_path = "/user/hand/left/input/system/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_akdt0"] +action = SubResource("OpenXRAction_3p2as") +binding_path = "/user/hand/right/input/system/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_xri1r"] +action = SubResource("OpenXRAction_6ivru") +binding_path = "/user/hand/left/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_etqcv"] +action = SubResource("OpenXRAction_6ivru") +binding_path = "/user/hand/right/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_og5pg"] +action = SubResource("OpenXRAction_vfhwq") +binding_path = "/user/hand/left/input/trigger/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_nwe40"] +action = SubResource("OpenXRAction_vfhwq") +binding_path = "/user/hand/right/input/trigger/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_ts2ff"] +action = SubResource("OpenXRAction_typ1r") +binding_path = "/user/hand/left/input/squeeze/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_yhsv0"] +action = SubResource("OpenXRAction_typ1r") +binding_path = "/user/hand/right/input/squeeze/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_sf2dt"] +action = SubResource("OpenXRAction_clvbf") +binding_path = "/user/hand/left/input/squeeze/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_67dwi"] +action = SubResource("OpenXRAction_clvbf") +binding_path = "/user/hand/right/input/squeeze/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_hswdx"] +action = SubResource("OpenXRAction_3k6la") +binding_path = "/user/hand/left/input/trackpad" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_7gr0f"] +action = SubResource("OpenXRAction_3k6la") +binding_path = "/user/hand/right/input/trackpad" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_uvspk"] +action = SubResource("OpenXRAction_i8esw") +binding_path = "/user/hand/left/input/trackpad/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_ica2g"] +action = SubResource("OpenXRAction_i8esw") +binding_path = "/user/hand/right/input/trackpad/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_5fecu"] +action = SubResource("OpenXRAction_um1hv") +binding_path = "/user/hand/left/input/trackpad/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_0nfxl"] +action = SubResource("OpenXRAction_um1hv") +binding_path = "/user/hand/right/input/trackpad/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_sbe0d"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/hand/left/output/haptic" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_rf1ko"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/hand/right/output/haptic" + +[sub_resource type="OpenXRInteractionProfile" id="OpenXRInteractionProfile_jx7ge"] +interaction_profile_path = "/interaction_profiles/htc/vive_controller" +bindings = [SubResource("OpenXRIPBinding_538mi"), SubResource("OpenXRIPBinding_548p5"), SubResource("OpenXRIPBinding_6o0wr"), SubResource("OpenXRIPBinding_fsghu"), SubResource("OpenXRIPBinding_88umk"), SubResource("OpenXRIPBinding_4uneg"), SubResource("OpenXRIPBinding_67o31"), SubResource("OpenXRIPBinding_lf1a1"), SubResource("OpenXRIPBinding_x1adc"), SubResource("OpenXRIPBinding_j1vtv"), SubResource("OpenXRIPBinding_tud50"), SubResource("OpenXRIPBinding_akdt0"), SubResource("OpenXRIPBinding_xri1r"), SubResource("OpenXRIPBinding_etqcv"), SubResource("OpenXRIPBinding_og5pg"), SubResource("OpenXRIPBinding_nwe40"), SubResource("OpenXRIPBinding_ts2ff"), SubResource("OpenXRIPBinding_yhsv0"), SubResource("OpenXRIPBinding_sf2dt"), SubResource("OpenXRIPBinding_67dwi"), SubResource("OpenXRIPBinding_hswdx"), SubResource("OpenXRIPBinding_7gr0f"), SubResource("OpenXRIPBinding_uvspk"), SubResource("OpenXRIPBinding_ica2g"), SubResource("OpenXRIPBinding_5fecu"), SubResource("OpenXRIPBinding_0nfxl"), SubResource("OpenXRIPBinding_sbe0d"), SubResource("OpenXRIPBinding_rf1ko")] + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_d2w1t"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/hand/left/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_v2kct"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/hand/right/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_37uq4"] +action = SubResource("OpenXRAction_m08eo") +binding_path = "/user/hand/left/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_kooyb"] +action = SubResource("OpenXRAction_m08eo") +binding_path = "/user/hand/right/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_51qre"] +action = SubResource("OpenXRAction_c4j1d") +binding_path = "/user/hand/left/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_fncxp"] +action = SubResource("OpenXRAction_c4j1d") +binding_path = "/user/hand/right/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_qi50k"] +action = SubResource("OpenXRAction_sopde") +binding_path = "/user/hand/left/input/palm_ext/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_h5icu"] +action = SubResource("OpenXRAction_sopde") +binding_path = "/user/hand/right/input/palm_ext/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_b1sv6"] +action = SubResource("OpenXRAction_iphn4") +binding_path = "/user/hand/left/input/menu/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_yu2t6"] +action = SubResource("OpenXRAction_iphn4") +binding_path = "/user/hand/right/input/menu/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_labib"] +action = SubResource("OpenXRAction_6ivru") +binding_path = "/user/hand/left/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_altuc"] +action = SubResource("OpenXRAction_6ivru") +binding_path = "/user/hand/right/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_7p0fp"] +action = SubResource("OpenXRAction_vfhwq") +binding_path = "/user/hand/left/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_yjnix"] +action = SubResource("OpenXRAction_vfhwq") +binding_path = "/user/hand/right/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_pgh0x"] +action = SubResource("OpenXRAction_typ1r") +binding_path = "/user/hand/left/input/squeeze/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_lplyu"] +action = SubResource("OpenXRAction_typ1r") +binding_path = "/user/hand/right/input/squeeze/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_ifnya"] +action = SubResource("OpenXRAction_clvbf") +binding_path = "/user/hand/left/input/squeeze/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_jl4vo"] +action = SubResource("OpenXRAction_clvbf") +binding_path = "/user/hand/right/input/squeeze/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_1n6j6"] +action = SubResource("OpenXRAction_3k6la") +binding_path = "/user/hand/left/input/thumbstick" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_o1nfs"] +action = SubResource("OpenXRAction_3k6la") +binding_path = "/user/hand/right/input/thumbstick" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_unnrh"] +action = SubResource("OpenXRAction_i8esw") +binding_path = "/user/hand/left/input/thumbstick/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_3wafl"] +action = SubResource("OpenXRAction_i8esw") +binding_path = "/user/hand/right/input/thumbstick/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_tjb53"] +action = SubResource("OpenXRAction_oqnsu") +binding_path = "/user/hand/left/input/trackpad" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_lcg2b"] +action = SubResource("OpenXRAction_oqnsu") +binding_path = "/user/hand/right/input/trackpad" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_sp6l2"] +action = SubResource("OpenXRAction_r5bl7") +binding_path = "/user/hand/left/input/trackpad/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_xj6ir"] +action = SubResource("OpenXRAction_r5bl7") +binding_path = "/user/hand/right/input/trackpad/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_igmf3"] +action = SubResource("OpenXRAction_ytptc") +binding_path = "/user/hand/left/input/trackpad/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_inw5v"] +action = SubResource("OpenXRAction_ytptc") +binding_path = "/user/hand/right/input/trackpad/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_iy2wq"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/hand/left/output/haptic" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_plu03"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/hand/right/output/haptic" + +[sub_resource type="OpenXRInteractionProfile" id="OpenXRInteractionProfile_dad45"] +interaction_profile_path = "/interaction_profiles/microsoft/motion_controller" +bindings = [SubResource("OpenXRIPBinding_d2w1t"), SubResource("OpenXRIPBinding_v2kct"), SubResource("OpenXRIPBinding_37uq4"), SubResource("OpenXRIPBinding_kooyb"), SubResource("OpenXRIPBinding_51qre"), SubResource("OpenXRIPBinding_fncxp"), SubResource("OpenXRIPBinding_qi50k"), SubResource("OpenXRIPBinding_h5icu"), SubResource("OpenXRIPBinding_b1sv6"), SubResource("OpenXRIPBinding_yu2t6"), SubResource("OpenXRIPBinding_labib"), SubResource("OpenXRIPBinding_altuc"), SubResource("OpenXRIPBinding_7p0fp"), SubResource("OpenXRIPBinding_yjnix"), SubResource("OpenXRIPBinding_pgh0x"), SubResource("OpenXRIPBinding_lplyu"), SubResource("OpenXRIPBinding_ifnya"), SubResource("OpenXRIPBinding_jl4vo"), SubResource("OpenXRIPBinding_1n6j6"), SubResource("OpenXRIPBinding_o1nfs"), SubResource("OpenXRIPBinding_unnrh"), SubResource("OpenXRIPBinding_3wafl"), SubResource("OpenXRIPBinding_tjb53"), SubResource("OpenXRIPBinding_lcg2b"), SubResource("OpenXRIPBinding_sp6l2"), SubResource("OpenXRIPBinding_xj6ir"), SubResource("OpenXRIPBinding_igmf3"), SubResource("OpenXRIPBinding_inw5v"), SubResource("OpenXRIPBinding_iy2wq"), SubResource("OpenXRIPBinding_plu03")] + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_m5e8q"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/hand/left/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_5t7jh"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/hand/right/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_chplt"] +action = SubResource("OpenXRAction_m08eo") +binding_path = "/user/hand/left/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_obxrh"] +action = SubResource("OpenXRAction_m08eo") +binding_path = "/user/hand/right/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_on7oi"] +action = SubResource("OpenXRAction_c4j1d") +binding_path = "/user/hand/left/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_ege4h"] +action = SubResource("OpenXRAction_c4j1d") +binding_path = "/user/hand/right/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_h7ix0"] +action = SubResource("OpenXRAction_sopde") +binding_path = "/user/hand/left/input/palm_ext/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_8qanm"] +action = SubResource("OpenXRAction_sopde") +binding_path = "/user/hand/right/input/palm_ext/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_3senm"] +action = SubResource("OpenXRAction_iphn4") +binding_path = "/user/hand/left/input/menu/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_7ca55"] +action = SubResource("OpenXRAction_iphn4") +binding_path = "/user/hand/right/input/system/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_ih1l2"] +action = SubResource("OpenXRAction_wdehm") +binding_path = "/user/hand/left/input/x/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_ipewn"] +action = SubResource("OpenXRAction_wdehm") +binding_path = "/user/hand/right/input/a/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_5ngl7"] +action = SubResource("OpenXRAction_clfly") +binding_path = "/user/hand/left/input/x/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_klygg"] +action = SubResource("OpenXRAction_clfly") +binding_path = "/user/hand/right/input/a/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_4p63k"] +action = SubResource("OpenXRAction_e1frq") +binding_path = "/user/hand/left/input/y/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_6vi2m"] +action = SubResource("OpenXRAction_e1frq") +binding_path = "/user/hand/right/input/b/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_888d1"] +action = SubResource("OpenXRAction_l7aq8") +binding_path = "/user/hand/left/input/y/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_246v5"] +action = SubResource("OpenXRAction_l7aq8") +binding_path = "/user/hand/right/input/b/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_xj73r"] +action = SubResource("OpenXRAction_6ivru") +binding_path = "/user/hand/left/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_sugej"] +action = SubResource("OpenXRAction_6ivru") +binding_path = "/user/hand/right/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_fp7u7"] +action = SubResource("OpenXRAction_vfhwq") +binding_path = "/user/hand/left/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_gvgeq"] +action = SubResource("OpenXRAction_vfhwq") +binding_path = "/user/hand/right/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_i0s8c"] +action = SubResource("OpenXRAction_5w03k") +binding_path = "/user/hand/left/input/trigger/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_ynetq"] +action = SubResource("OpenXRAction_5w03k") +binding_path = "/user/hand/right/input/trigger/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_p8bcx"] +action = SubResource("OpenXRAction_typ1r") +binding_path = "/user/hand/left/input/squeeze/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_jkemj"] +action = SubResource("OpenXRAction_typ1r") +binding_path = "/user/hand/right/input/squeeze/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_d3nfp"] +action = SubResource("OpenXRAction_clvbf") +binding_path = "/user/hand/left/input/squeeze/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_jyu76"] +action = SubResource("OpenXRAction_clvbf") +binding_path = "/user/hand/right/input/squeeze/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_aecy5"] +action = SubResource("OpenXRAction_3k6la") +binding_path = "/user/hand/left/input/thumbstick" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_8vb80"] +action = SubResource("OpenXRAction_3k6la") +binding_path = "/user/hand/right/input/thumbstick" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_myee0"] +action = SubResource("OpenXRAction_i8esw") +binding_path = "/user/hand/left/input/thumbstick/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_1vv3a"] +action = SubResource("OpenXRAction_i8esw") +binding_path = "/user/hand/right/input/thumbstick/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_tjysa"] +action = SubResource("OpenXRAction_um1hv") +binding_path = "/user/hand/left/input/thumbstick/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_r4yxn"] +action = SubResource("OpenXRAction_um1hv") +binding_path = "/user/hand/right/input/thumbstick/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_me87v"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/hand/left/output/haptic" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_d8myu"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/hand/right/output/haptic" + +[sub_resource type="OpenXRInteractionProfile" id="OpenXRInteractionProfile_hsh5n"] +interaction_profile_path = "/interaction_profiles/oculus/touch_controller" +bindings = [SubResource("OpenXRIPBinding_m5e8q"), SubResource("OpenXRIPBinding_5t7jh"), SubResource("OpenXRIPBinding_chplt"), SubResource("OpenXRIPBinding_obxrh"), SubResource("OpenXRIPBinding_on7oi"), SubResource("OpenXRIPBinding_ege4h"), SubResource("OpenXRIPBinding_h7ix0"), SubResource("OpenXRIPBinding_8qanm"), SubResource("OpenXRIPBinding_3senm"), SubResource("OpenXRIPBinding_7ca55"), SubResource("OpenXRIPBinding_ih1l2"), SubResource("OpenXRIPBinding_ipewn"), SubResource("OpenXRIPBinding_5ngl7"), SubResource("OpenXRIPBinding_klygg"), SubResource("OpenXRIPBinding_4p63k"), SubResource("OpenXRIPBinding_6vi2m"), SubResource("OpenXRIPBinding_888d1"), SubResource("OpenXRIPBinding_246v5"), SubResource("OpenXRIPBinding_xj73r"), SubResource("OpenXRIPBinding_sugej"), SubResource("OpenXRIPBinding_fp7u7"), SubResource("OpenXRIPBinding_gvgeq"), SubResource("OpenXRIPBinding_i0s8c"), SubResource("OpenXRIPBinding_ynetq"), SubResource("OpenXRIPBinding_p8bcx"), SubResource("OpenXRIPBinding_jkemj"), SubResource("OpenXRIPBinding_d3nfp"), SubResource("OpenXRIPBinding_jyu76"), SubResource("OpenXRIPBinding_aecy5"), SubResource("OpenXRIPBinding_8vb80"), SubResource("OpenXRIPBinding_myee0"), SubResource("OpenXRIPBinding_1vv3a"), SubResource("OpenXRIPBinding_tjysa"), SubResource("OpenXRIPBinding_r4yxn"), SubResource("OpenXRIPBinding_me87v"), SubResource("OpenXRIPBinding_d8myu")] + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_lng5j"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/hand/left/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_aeeoj"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/hand/right/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_gosqu"] +action = SubResource("OpenXRAction_m08eo") +binding_path = "/user/hand/left/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_n52fm"] +action = SubResource("OpenXRAction_m08eo") +binding_path = "/user/hand/right/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_vushy"] +action = SubResource("OpenXRAction_c4j1d") +binding_path = "/user/hand/left/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_lbhgg"] +action = SubResource("OpenXRAction_c4j1d") +binding_path = "/user/hand/right/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_m1cgb"] +action = SubResource("OpenXRAction_sopde") +binding_path = "/user/hand/left/input/palm_ext/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_yfktj"] +action = SubResource("OpenXRAction_sopde") +binding_path = "/user/hand/right/input/palm_ext/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_kjhen"] +action = SubResource("OpenXRAction_3p2as") +binding_path = "/user/hand/left/input/system/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_32kw4"] +action = SubResource("OpenXRAction_3p2as") +binding_path = "/user/hand/right/input/system/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_ktbxl"] +action = SubResource("OpenXRAction_iphn4") +binding_path = "/user/hand/left/input/menu/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_8ldfe"] +action = SubResource("OpenXRAction_wdehm") +binding_path = "/user/hand/left/input/x/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_nueak"] +action = SubResource("OpenXRAction_wdehm") +binding_path = "/user/hand/right/input/a/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_vopyr"] +action = SubResource("OpenXRAction_clfly") +binding_path = "/user/hand/left/input/x/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_rgbyv"] +action = SubResource("OpenXRAction_clfly") +binding_path = "/user/hand/right/input/a/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_bflds"] +action = SubResource("OpenXRAction_e1frq") +binding_path = "/user/hand/left/input/y/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_pueci"] +action = SubResource("OpenXRAction_e1frq") +binding_path = "/user/hand/right/input/b/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_jn5l0"] +action = SubResource("OpenXRAction_l7aq8") +binding_path = "/user/hand/left/input/y/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_44ra8"] +action = SubResource("OpenXRAction_l7aq8") +binding_path = "/user/hand/right/input/b/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_bh82f"] +action = SubResource("OpenXRAction_6ivru") +binding_path = "/user/hand/left/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_7b312"] +action = SubResource("OpenXRAction_6ivru") +binding_path = "/user/hand/right/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_ajt26"] +action = SubResource("OpenXRAction_vfhwq") +binding_path = "/user/hand/left/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_grl1h"] +action = SubResource("OpenXRAction_vfhwq") +binding_path = "/user/hand/right/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_dlpx3"] +action = SubResource("OpenXRAction_5w03k") +binding_path = "/user/hand/left/input/trigger/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_s4h6a"] +action = SubResource("OpenXRAction_5w03k") +binding_path = "/user/hand/right/input/trigger/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_0njdn"] +action = SubResource("OpenXRAction_typ1r") +binding_path = "/user/hand/left/input/squeeze/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_xtpgr"] +action = SubResource("OpenXRAction_typ1r") +binding_path = "/user/hand/right/input/squeeze/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_sm8ja"] +action = SubResource("OpenXRAction_clvbf") +binding_path = "/user/hand/left/input/squeeze/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_fyyqw"] +action = SubResource("OpenXRAction_clvbf") +binding_path = "/user/hand/right/input/squeeze/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_6yfaw"] +action = SubResource("OpenXRAction_3k6la") +binding_path = "/user/hand/left/input/thumbstick" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_x7rhh"] +action = SubResource("OpenXRAction_3k6la") +binding_path = "/user/hand/right/input/thumbstick" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_8cuio"] +action = SubResource("OpenXRAction_i8esw") +binding_path = "/user/hand/left/input/thumbstick/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_v0kom"] +action = SubResource("OpenXRAction_i8esw") +binding_path = "/user/hand/right/input/thumbstick/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_v1men"] +action = SubResource("OpenXRAction_um1hv") +binding_path = "/user/hand/left/input/thumbstick/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_qujgh"] +action = SubResource("OpenXRAction_um1hv") +binding_path = "/user/hand/right/input/thumbstick/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_8xxre"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/hand/left/output/haptic" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_jceb4"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/hand/right/output/haptic" + +[sub_resource type="OpenXRInteractionProfile" id="OpenXRInteractionProfile_lvl5r"] +interaction_profile_path = "/interaction_profiles/bytedance/pico4_controller" +bindings = [SubResource("OpenXRIPBinding_lng5j"), SubResource("OpenXRIPBinding_aeeoj"), SubResource("OpenXRIPBinding_gosqu"), SubResource("OpenXRIPBinding_n52fm"), SubResource("OpenXRIPBinding_vushy"), SubResource("OpenXRIPBinding_lbhgg"), SubResource("OpenXRIPBinding_m1cgb"), SubResource("OpenXRIPBinding_yfktj"), SubResource("OpenXRIPBinding_kjhen"), SubResource("OpenXRIPBinding_32kw4"), SubResource("OpenXRIPBinding_ktbxl"), SubResource("OpenXRIPBinding_8ldfe"), SubResource("OpenXRIPBinding_nueak"), SubResource("OpenXRIPBinding_vopyr"), SubResource("OpenXRIPBinding_rgbyv"), SubResource("OpenXRIPBinding_bflds"), SubResource("OpenXRIPBinding_pueci"), SubResource("OpenXRIPBinding_jn5l0"), SubResource("OpenXRIPBinding_44ra8"), SubResource("OpenXRIPBinding_bh82f"), SubResource("OpenXRIPBinding_7b312"), SubResource("OpenXRIPBinding_ajt26"), SubResource("OpenXRIPBinding_grl1h"), SubResource("OpenXRIPBinding_dlpx3"), SubResource("OpenXRIPBinding_s4h6a"), SubResource("OpenXRIPBinding_0njdn"), SubResource("OpenXRIPBinding_xtpgr"), SubResource("OpenXRIPBinding_sm8ja"), SubResource("OpenXRIPBinding_fyyqw"), SubResource("OpenXRIPBinding_6yfaw"), SubResource("OpenXRIPBinding_x7rhh"), SubResource("OpenXRIPBinding_8cuio"), SubResource("OpenXRIPBinding_v0kom"), SubResource("OpenXRIPBinding_v1men"), SubResource("OpenXRIPBinding_qujgh"), SubResource("OpenXRIPBinding_8xxre"), SubResource("OpenXRIPBinding_jceb4")] + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_2juyq"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/hand/left/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_c1fap"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/hand/right/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_34k6i"] +action = SubResource("OpenXRAction_m08eo") +binding_path = "/user/hand/left/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_biq8g"] +action = SubResource("OpenXRAction_m08eo") +binding_path = "/user/hand/right/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_7rnxc"] +action = SubResource("OpenXRAction_c4j1d") +binding_path = "/user/hand/left/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_go0kb"] +action = SubResource("OpenXRAction_c4j1d") +binding_path = "/user/hand/right/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_psf6i"] +action = SubResource("OpenXRAction_sopde") +binding_path = "/user/hand/left/input/palm_ext/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_q7kgi"] +action = SubResource("OpenXRAction_sopde") +binding_path = "/user/hand/right/input/palm_ext/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_ggehc"] +action = SubResource("OpenXRAction_iphn4") +binding_path = "/user/hand/left/input/system/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_8isuk"] +action = SubResource("OpenXRAction_iphn4") +binding_path = "/user/hand/right/input/system/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_l36rf"] +action = SubResource("OpenXRAction_wdehm") +binding_path = "/user/hand/left/input/a/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_7xtpc"] +action = SubResource("OpenXRAction_wdehm") +binding_path = "/user/hand/right/input/a/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_lxj72"] +action = SubResource("OpenXRAction_clfly") +binding_path = "/user/hand/left/input/a/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_ipsea"] +action = SubResource("OpenXRAction_clfly") +binding_path = "/user/hand/right/input/a/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_n5ic7"] +action = SubResource("OpenXRAction_e1frq") +binding_path = "/user/hand/left/input/b/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_yb78u"] +action = SubResource("OpenXRAction_e1frq") +binding_path = "/user/hand/right/input/b/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_u1xt5"] +action = SubResource("OpenXRAction_l7aq8") +binding_path = "/user/hand/left/input/b/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_e0b0t"] +action = SubResource("OpenXRAction_l7aq8") +binding_path = "/user/hand/right/input/b/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_e56i2"] +action = SubResource("OpenXRAction_6ivru") +binding_path = "/user/hand/left/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_o3gnr"] +action = SubResource("OpenXRAction_6ivru") +binding_path = "/user/hand/right/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_x0dby"] +action = SubResource("OpenXRAction_vfhwq") +binding_path = "/user/hand/left/input/trigger/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_oysla"] +action = SubResource("OpenXRAction_vfhwq") +binding_path = "/user/hand/right/input/trigger/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_jfg4b"] +action = SubResource("OpenXRAction_5w03k") +binding_path = "/user/hand/left/input/trigger/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_dkohk"] +action = SubResource("OpenXRAction_5w03k") +binding_path = "/user/hand/right/input/trigger/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_4j1at"] +action = SubResource("OpenXRAction_typ1r") +binding_path = "/user/hand/left/input/squeeze/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_0c4l6"] +action = SubResource("OpenXRAction_typ1r") +binding_path = "/user/hand/right/input/squeeze/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_dj07b"] +action = SubResource("OpenXRAction_clvbf") +binding_path = "/user/hand/left/input/squeeze/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_p2sos"] +action = SubResource("OpenXRAction_clvbf") +binding_path = "/user/hand/right/input/squeeze/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_sjamf"] +action = SubResource("OpenXRAction_5bppb") +binding_path = "/user/hand/left/input/squeeze/force" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_if5c0"] +action = SubResource("OpenXRAction_5bppb") +binding_path = "/user/hand/right/input/squeeze/force" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_57aju"] +action = SubResource("OpenXRAction_3k6la") +binding_path = "/user/hand/left/input/thumbstick" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_2nhts"] +action = SubResource("OpenXRAction_3k6la") +binding_path = "/user/hand/right/input/thumbstick" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_7wbbb"] +action = SubResource("OpenXRAction_i8esw") +binding_path = "/user/hand/left/input/thumbstick/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_xagmn"] +action = SubResource("OpenXRAction_i8esw") +binding_path = "/user/hand/right/input/thumbstick/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_x3bni"] +action = SubResource("OpenXRAction_um1hv") +binding_path = "/user/hand/left/input/thumbstick/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_ix831"] +action = SubResource("OpenXRAction_um1hv") +binding_path = "/user/hand/right/input/thumbstick/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_shvqi"] +action = SubResource("OpenXRAction_oqnsu") +binding_path = "/user/hand/left/input/trackpad" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_mqshq"] +action = SubResource("OpenXRAction_oqnsu") +binding_path = "/user/hand/right/input/trackpad" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_bugar"] +action = SubResource("OpenXRAction_r5bl7") +binding_path = "/user/hand/left/input/trackpad/force" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_1tmte"] +action = SubResource("OpenXRAction_r5bl7") +binding_path = "/user/hand/right/input/trackpad/force" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_ve8wc"] +action = SubResource("OpenXRAction_ytptc") +binding_path = "/user/hand/left/input/trackpad/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_txme2"] +action = SubResource("OpenXRAction_ytptc") +binding_path = "/user/hand/right/input/trackpad/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_nudtj"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/hand/left/output/haptic" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_2a6v2"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/hand/right/output/haptic" + +[sub_resource type="OpenXRInteractionProfile" id="OpenXRInteractionProfile_jhul1"] +interaction_profile_path = "/interaction_profiles/valve/index_controller" +bindings = [SubResource("OpenXRIPBinding_2juyq"), SubResource("OpenXRIPBinding_c1fap"), SubResource("OpenXRIPBinding_34k6i"), SubResource("OpenXRIPBinding_biq8g"), SubResource("OpenXRIPBinding_7rnxc"), SubResource("OpenXRIPBinding_go0kb"), SubResource("OpenXRIPBinding_psf6i"), SubResource("OpenXRIPBinding_q7kgi"), SubResource("OpenXRIPBinding_ggehc"), SubResource("OpenXRIPBinding_8isuk"), SubResource("OpenXRIPBinding_l36rf"), SubResource("OpenXRIPBinding_7xtpc"), SubResource("OpenXRIPBinding_lxj72"), SubResource("OpenXRIPBinding_ipsea"), SubResource("OpenXRIPBinding_n5ic7"), SubResource("OpenXRIPBinding_yb78u"), SubResource("OpenXRIPBinding_u1xt5"), SubResource("OpenXRIPBinding_e0b0t"), SubResource("OpenXRIPBinding_e56i2"), SubResource("OpenXRIPBinding_o3gnr"), SubResource("OpenXRIPBinding_x0dby"), SubResource("OpenXRIPBinding_oysla"), SubResource("OpenXRIPBinding_jfg4b"), SubResource("OpenXRIPBinding_dkohk"), SubResource("OpenXRIPBinding_4j1at"), SubResource("OpenXRIPBinding_0c4l6"), SubResource("OpenXRIPBinding_dj07b"), SubResource("OpenXRIPBinding_p2sos"), SubResource("OpenXRIPBinding_sjamf"), SubResource("OpenXRIPBinding_if5c0"), SubResource("OpenXRIPBinding_57aju"), SubResource("OpenXRIPBinding_2nhts"), SubResource("OpenXRIPBinding_7wbbb"), SubResource("OpenXRIPBinding_xagmn"), SubResource("OpenXRIPBinding_x3bni"), SubResource("OpenXRIPBinding_ix831"), SubResource("OpenXRIPBinding_shvqi"), SubResource("OpenXRIPBinding_mqshq"), SubResource("OpenXRIPBinding_bugar"), SubResource("OpenXRIPBinding_1tmte"), SubResource("OpenXRIPBinding_ve8wc"), SubResource("OpenXRIPBinding_txme2"), SubResource("OpenXRIPBinding_nudtj"), SubResource("OpenXRIPBinding_2a6v2")] + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_hpd1k"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/hand/left/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_7djuc"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/hand/right/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_rlsjo"] +action = SubResource("OpenXRAction_m08eo") +binding_path = "/user/hand/left/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_ad82e"] +action = SubResource("OpenXRAction_m08eo") +binding_path = "/user/hand/right/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_053t8"] +action = SubResource("OpenXRAction_c4j1d") +binding_path = "/user/hand/left/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_3y48y"] +action = SubResource("OpenXRAction_c4j1d") +binding_path = "/user/hand/right/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_eqmbe"] +action = SubResource("OpenXRAction_sopde") +binding_path = "/user/hand/left/input/palm_ext/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_lml5w"] +action = SubResource("OpenXRAction_sopde") +binding_path = "/user/hand/right/input/palm_ext/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_bw6yn"] +action = SubResource("OpenXRAction_iphn4") +binding_path = "/user/hand/left/input/menu/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_rmtug"] +action = SubResource("OpenXRAction_iphn4") +binding_path = "/user/hand/right/input/menu/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_got3w"] +action = SubResource("OpenXRAction_wdehm") +binding_path = "/user/hand/left/input/x/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_cfhcx"] +action = SubResource("OpenXRAction_wdehm") +binding_path = "/user/hand/right/input/a/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_wuspj"] +action = SubResource("OpenXRAction_e1frq") +binding_path = "/user/hand/left/input/y/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_j7v05"] +action = SubResource("OpenXRAction_e1frq") +binding_path = "/user/hand/right/input/b/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_a0qeh"] +action = SubResource("OpenXRAction_6ivru") +binding_path = "/user/hand/left/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_hop5q"] +action = SubResource("OpenXRAction_6ivru") +binding_path = "/user/hand/right/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_wi6q4"] +action = SubResource("OpenXRAction_vfhwq") +binding_path = "/user/hand/left/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_0x121"] +action = SubResource("OpenXRAction_vfhwq") +binding_path = "/user/hand/right/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_pxanv"] +action = SubResource("OpenXRAction_typ1r") +binding_path = "/user/hand/left/input/squeeze/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_ylsgs"] +action = SubResource("OpenXRAction_typ1r") +binding_path = "/user/hand/right/input/squeeze/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_lyc6f"] +action = SubResource("OpenXRAction_clvbf") +binding_path = "/user/hand/left/input/squeeze/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_t1gg6"] +action = SubResource("OpenXRAction_clvbf") +binding_path = "/user/hand/right/input/squeeze/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_u2vet"] +action = SubResource("OpenXRAction_3k6la") +binding_path = "/user/hand/left/input/thumbstick" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_gh4ss"] +action = SubResource("OpenXRAction_3k6la") +binding_path = "/user/hand/right/input/thumbstick" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_1olwi"] +action = SubResource("OpenXRAction_i8esw") +binding_path = "/user/hand/left/input/thumbstick/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_t23ty"] +action = SubResource("OpenXRAction_i8esw") +binding_path = "/user/hand/right/input/thumbstick/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_eusi4"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/hand/left/output/haptic" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_etsgv"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/hand/right/output/haptic" + +[sub_resource type="OpenXRInteractionProfile" id="OpenXRInteractionProfile_dnwvb"] +interaction_profile_path = "/interaction_profiles/hp/mixed_reality_controller" +bindings = [SubResource("OpenXRIPBinding_hpd1k"), SubResource("OpenXRIPBinding_7djuc"), SubResource("OpenXRIPBinding_rlsjo"), SubResource("OpenXRIPBinding_ad82e"), SubResource("OpenXRIPBinding_053t8"), SubResource("OpenXRIPBinding_3y48y"), SubResource("OpenXRIPBinding_eqmbe"), SubResource("OpenXRIPBinding_lml5w"), SubResource("OpenXRIPBinding_bw6yn"), SubResource("OpenXRIPBinding_rmtug"), SubResource("OpenXRIPBinding_got3w"), SubResource("OpenXRIPBinding_cfhcx"), SubResource("OpenXRIPBinding_wuspj"), SubResource("OpenXRIPBinding_j7v05"), SubResource("OpenXRIPBinding_a0qeh"), SubResource("OpenXRIPBinding_hop5q"), SubResource("OpenXRIPBinding_wi6q4"), SubResource("OpenXRIPBinding_0x121"), SubResource("OpenXRIPBinding_pxanv"), SubResource("OpenXRIPBinding_ylsgs"), SubResource("OpenXRIPBinding_lyc6f"), SubResource("OpenXRIPBinding_t1gg6"), SubResource("OpenXRIPBinding_u2vet"), SubResource("OpenXRIPBinding_gh4ss"), SubResource("OpenXRIPBinding_1olwi"), SubResource("OpenXRIPBinding_t23ty"), SubResource("OpenXRIPBinding_eusi4"), SubResource("OpenXRIPBinding_etsgv")] + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_g2w4v"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/hand/left/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_icb4r"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/hand/right/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_xeo6w"] +action = SubResource("OpenXRAction_m08eo") +binding_path = "/user/hand/left/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_76fhr"] +action = SubResource("OpenXRAction_m08eo") +binding_path = "/user/hand/right/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_ddmi7"] +action = SubResource("OpenXRAction_c4j1d") +binding_path = "/user/hand/left/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_hasjr"] +action = SubResource("OpenXRAction_c4j1d") +binding_path = "/user/hand/right/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_fcs2k"] +action = SubResource("OpenXRAction_sopde") +binding_path = "/user/hand/left/input/palm_ext/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_eh655"] +action = SubResource("OpenXRAction_sopde") +binding_path = "/user/hand/right/input/palm_ext/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_a7x12"] +action = SubResource("OpenXRAction_iphn4") +binding_path = "/user/hand/left/input/menu/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_cimi4"] +action = SubResource("OpenXRAction_iphn4") +binding_path = "/user/hand/right/input/menu/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_d63gl"] +action = SubResource("OpenXRAction_6ivru") +binding_path = "/user/hand/left/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_uthup"] +action = SubResource("OpenXRAction_6ivru") +binding_path = "/user/hand/right/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_204g3"] +action = SubResource("OpenXRAction_vfhwq") +binding_path = "/user/hand/left/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_4n1wc"] +action = SubResource("OpenXRAction_vfhwq") +binding_path = "/user/hand/right/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_7hjyr"] +action = SubResource("OpenXRAction_typ1r") +binding_path = "/user/hand/left/input/squeeze/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_60nb8"] +action = SubResource("OpenXRAction_typ1r") +binding_path = "/user/hand/right/input/squeeze/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_klm8s"] +action = SubResource("OpenXRAction_clvbf") +binding_path = "/user/hand/left/input/squeeze/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_r7qos"] +action = SubResource("OpenXRAction_clvbf") +binding_path = "/user/hand/right/input/squeeze/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_ox4ja"] +action = SubResource("OpenXRAction_3k6la") +binding_path = "/user/hand/left/input/thumbstick" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_bnyx8"] +action = SubResource("OpenXRAction_3k6la") +binding_path = "/user/hand/right/input/thumbstick" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_0mq2u"] +action = SubResource("OpenXRAction_i8esw") +binding_path = "/user/hand/left/input/thumbstick/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_mi28r"] +action = SubResource("OpenXRAction_i8esw") +binding_path = "/user/hand/right/input/thumbstick/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_h1y2o"] +action = SubResource("OpenXRAction_oqnsu") +binding_path = "/user/hand/left/input/trackpad" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_cag8c"] +action = SubResource("OpenXRAction_oqnsu") +binding_path = "/user/hand/right/input/trackpad" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_17tdw"] +action = SubResource("OpenXRAction_r5bl7") +binding_path = "/user/hand/left/input/trackpad/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_pm24r"] +action = SubResource("OpenXRAction_r5bl7") +binding_path = "/user/hand/right/input/trackpad/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_3wkk3"] +action = SubResource("OpenXRAction_ytptc") +binding_path = "/user/hand/left/input/trackpad/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_lkcwa"] +action = SubResource("OpenXRAction_ytptc") +binding_path = "/user/hand/right/input/trackpad/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_h43g7"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/hand/left/output/haptic" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_j3htv"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/hand/right/output/haptic" + +[sub_resource type="OpenXRInteractionProfile" id="OpenXRInteractionProfile_umnyo"] +interaction_profile_path = "/interaction_profiles/samsung/odyssey_controller" +bindings = [SubResource("OpenXRIPBinding_g2w4v"), SubResource("OpenXRIPBinding_icb4r"), SubResource("OpenXRIPBinding_xeo6w"), SubResource("OpenXRIPBinding_76fhr"), SubResource("OpenXRIPBinding_ddmi7"), SubResource("OpenXRIPBinding_hasjr"), SubResource("OpenXRIPBinding_fcs2k"), SubResource("OpenXRIPBinding_eh655"), SubResource("OpenXRIPBinding_a7x12"), SubResource("OpenXRIPBinding_cimi4"), SubResource("OpenXRIPBinding_d63gl"), SubResource("OpenXRIPBinding_uthup"), SubResource("OpenXRIPBinding_204g3"), SubResource("OpenXRIPBinding_4n1wc"), SubResource("OpenXRIPBinding_7hjyr"), SubResource("OpenXRIPBinding_60nb8"), SubResource("OpenXRIPBinding_klm8s"), SubResource("OpenXRIPBinding_r7qos"), SubResource("OpenXRIPBinding_ox4ja"), SubResource("OpenXRIPBinding_bnyx8"), SubResource("OpenXRIPBinding_0mq2u"), SubResource("OpenXRIPBinding_mi28r"), SubResource("OpenXRIPBinding_h1y2o"), SubResource("OpenXRIPBinding_cag8c"), SubResource("OpenXRIPBinding_17tdw"), SubResource("OpenXRIPBinding_pm24r"), SubResource("OpenXRIPBinding_3wkk3"), SubResource("OpenXRIPBinding_lkcwa"), SubResource("OpenXRIPBinding_h43g7"), SubResource("OpenXRIPBinding_j3htv")] + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_61gsj"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/hand/left/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_f63eo"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/hand/right/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_3megw"] +action = SubResource("OpenXRAction_m08eo") +binding_path = "/user/hand/left/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_1875n"] +action = SubResource("OpenXRAction_m08eo") +binding_path = "/user/hand/right/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_jrx7l"] +action = SubResource("OpenXRAction_c4j1d") +binding_path = "/user/hand/left/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_sddo8"] +action = SubResource("OpenXRAction_c4j1d") +binding_path = "/user/hand/right/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_5idg5"] +action = SubResource("OpenXRAction_sopde") +binding_path = "/user/hand/left/input/palm_ext/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_5vlhu"] +action = SubResource("OpenXRAction_sopde") +binding_path = "/user/hand/right/input/palm_ext/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_yto2p"] +action = SubResource("OpenXRAction_iphn4") +binding_path = "/user/hand/left/input/menu/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_35s7d"] +action = SubResource("OpenXRAction_3p2as") +binding_path = "/user/hand/right/input/system/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_cukgo"] +action = SubResource("OpenXRAction_wdehm") +binding_path = "/user/hand/left/input/x/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_58wje"] +action = SubResource("OpenXRAction_wdehm") +binding_path = "/user/hand/right/input/a/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_x1ifb"] +action = SubResource("OpenXRAction_e1frq") +binding_path = "/user/hand/left/input/y/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_hw16p"] +action = SubResource("OpenXRAction_e1frq") +binding_path = "/user/hand/right/input/b/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_gdlwa"] +action = SubResource("OpenXRAction_6ivru") +binding_path = "/user/hand/left/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_drau7"] +action = SubResource("OpenXRAction_6ivru") +binding_path = "/user/hand/right/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_0vq03"] +action = SubResource("OpenXRAction_vfhwq") +binding_path = "/user/hand/left/input/trigger/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_y7ek0"] +action = SubResource("OpenXRAction_vfhwq") +binding_path = "/user/hand/right/input/trigger/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_cy6rb"] +action = SubResource("OpenXRAction_typ1r") +binding_path = "/user/hand/left/input/squeeze/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_6r8a6"] +action = SubResource("OpenXRAction_typ1r") +binding_path = "/user/hand/right/input/squeeze/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_vmwlg"] +action = SubResource("OpenXRAction_clvbf") +binding_path = "/user/hand/left/input/squeeze/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_qcgh6"] +action = SubResource("OpenXRAction_clvbf") +binding_path = "/user/hand/right/input/squeeze/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_bwwah"] +action = SubResource("OpenXRAction_3k6la") +binding_path = "/user/hand/left/input/thumbstick" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_rtyas"] +action = SubResource("OpenXRAction_3k6la") +binding_path = "/user/hand/right/input/thumbstick" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_hk5ci"] +action = SubResource("OpenXRAction_i8esw") +binding_path = "/user/hand/left/input/thumbstick/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_4j055"] +action = SubResource("OpenXRAction_i8esw") +binding_path = "/user/hand/right/input/thumbstick/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_awtpp"] +action = SubResource("OpenXRAction_um1hv") +binding_path = "/user/hand/left/input/thumbstick/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_xh6fl"] +action = SubResource("OpenXRAction_um1hv") +binding_path = "/user/hand/right/input/thumbstick/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_ixewl"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/hand/left/output/haptic" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_qwqvw"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/hand/right/output/haptic" + +[sub_resource type="OpenXRInteractionProfile" id="OpenXRInteractionProfile_oqlrv"] +interaction_profile_path = "/interaction_profiles/htc/vive_cosmos_controller" +bindings = [SubResource("OpenXRIPBinding_61gsj"), SubResource("OpenXRIPBinding_f63eo"), SubResource("OpenXRIPBinding_3megw"), SubResource("OpenXRIPBinding_1875n"), SubResource("OpenXRIPBinding_jrx7l"), SubResource("OpenXRIPBinding_sddo8"), SubResource("OpenXRIPBinding_5idg5"), SubResource("OpenXRIPBinding_5vlhu"), SubResource("OpenXRIPBinding_yto2p"), SubResource("OpenXRIPBinding_35s7d"), SubResource("OpenXRIPBinding_cukgo"), SubResource("OpenXRIPBinding_58wje"), SubResource("OpenXRIPBinding_x1ifb"), SubResource("OpenXRIPBinding_hw16p"), SubResource("OpenXRIPBinding_gdlwa"), SubResource("OpenXRIPBinding_drau7"), SubResource("OpenXRIPBinding_0vq03"), SubResource("OpenXRIPBinding_y7ek0"), SubResource("OpenXRIPBinding_cy6rb"), SubResource("OpenXRIPBinding_6r8a6"), SubResource("OpenXRIPBinding_vmwlg"), SubResource("OpenXRIPBinding_qcgh6"), SubResource("OpenXRIPBinding_bwwah"), SubResource("OpenXRIPBinding_rtyas"), SubResource("OpenXRIPBinding_hk5ci"), SubResource("OpenXRIPBinding_4j055"), SubResource("OpenXRIPBinding_awtpp"), SubResource("OpenXRIPBinding_xh6fl"), SubResource("OpenXRIPBinding_ixewl"), SubResource("OpenXRIPBinding_qwqvw")] + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_jw3vw"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/hand/left/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_3bjy3"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/hand/right/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_8upnq"] +action = SubResource("OpenXRAction_m08eo") +binding_path = "/user/hand/left/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_0w2ls"] +action = SubResource("OpenXRAction_m08eo") +binding_path = "/user/hand/right/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_u8hab"] +action = SubResource("OpenXRAction_c4j1d") +binding_path = "/user/hand/left/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_eikk2"] +action = SubResource("OpenXRAction_c4j1d") +binding_path = "/user/hand/right/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_5lybe"] +action = SubResource("OpenXRAction_sopde") +binding_path = "/user/hand/left/input/palm_ext/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_l4y5i"] +action = SubResource("OpenXRAction_sopde") +binding_path = "/user/hand/right/input/palm_ext/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_f7m66"] +action = SubResource("OpenXRAction_iphn4") +binding_path = "/user/hand/left/input/menu/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_d13a6"] +action = SubResource("OpenXRAction_3p2as") +binding_path = "/user/hand/right/input/system/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_wxcrn"] +action = SubResource("OpenXRAction_wdehm") +binding_path = "/user/hand/left/input/x/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_6k8ea"] +action = SubResource("OpenXRAction_wdehm") +binding_path = "/user/hand/right/input/a/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_1qemc"] +action = SubResource("OpenXRAction_e1frq") +binding_path = "/user/hand/left/input/y/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_8u6xu"] +action = SubResource("OpenXRAction_e1frq") +binding_path = "/user/hand/right/input/b/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_7camc"] +action = SubResource("OpenXRAction_6ivru") +binding_path = "/user/hand/left/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_0fset"] +action = SubResource("OpenXRAction_6ivru") +binding_path = "/user/hand/right/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_ei7tg"] +action = SubResource("OpenXRAction_vfhwq") +binding_path = "/user/hand/left/input/trigger/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_c2jdk"] +action = SubResource("OpenXRAction_vfhwq") +binding_path = "/user/hand/right/input/trigger/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_g5ap7"] +action = SubResource("OpenXRAction_5w03k") +binding_path = "/user/hand/left/input/trigger/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_bw6j3"] +action = SubResource("OpenXRAction_5w03k") +binding_path = "/user/hand/right/input/trigger/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_gsob2"] +action = SubResource("OpenXRAction_typ1r") +binding_path = "/user/hand/left/input/squeeze/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_145o5"] +action = SubResource("OpenXRAction_typ1r") +binding_path = "/user/hand/right/input/squeeze/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_p8l30"] +action = SubResource("OpenXRAction_clvbf") +binding_path = "/user/hand/left/input/squeeze/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_qwnvq"] +action = SubResource("OpenXRAction_clvbf") +binding_path = "/user/hand/right/input/squeeze/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_1o618"] +action = SubResource("OpenXRAction_3k6la") +binding_path = "/user/hand/left/input/thumbstick" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_k8gkf"] +action = SubResource("OpenXRAction_3k6la") +binding_path = "/user/hand/right/input/thumbstick" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_7atrr"] +action = SubResource("OpenXRAction_i8esw") +binding_path = "/user/hand/left/input/thumbstick/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_nc7nm"] +action = SubResource("OpenXRAction_i8esw") +binding_path = "/user/hand/right/input/thumbstick/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_u48na"] +action = SubResource("OpenXRAction_um1hv") +binding_path = "/user/hand/left/input/thumbstick/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_qo7i1"] +action = SubResource("OpenXRAction_um1hv") +binding_path = "/user/hand/right/input/thumbstick/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_spwgl"] +action = SubResource("OpenXRAction_ytptc") +binding_path = "/user/hand/left/input/thumbrest/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_6v1vi"] +action = SubResource("OpenXRAction_ytptc") +binding_path = "/user/hand/right/input/thumbrest/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_fwqq1"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/hand/left/output/haptic" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_felwo"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/hand/right/output/haptic" + +[sub_resource type="OpenXRInteractionProfile" id="OpenXRInteractionProfile_okaja"] +interaction_profile_path = "/interaction_profiles/htc/vive_focus3_controller" +bindings = [SubResource("OpenXRIPBinding_jw3vw"), SubResource("OpenXRIPBinding_3bjy3"), SubResource("OpenXRIPBinding_8upnq"), SubResource("OpenXRIPBinding_0w2ls"), SubResource("OpenXRIPBinding_u8hab"), SubResource("OpenXRIPBinding_eikk2"), SubResource("OpenXRIPBinding_5lybe"), SubResource("OpenXRIPBinding_l4y5i"), SubResource("OpenXRIPBinding_f7m66"), SubResource("OpenXRIPBinding_d13a6"), SubResource("OpenXRIPBinding_wxcrn"), SubResource("OpenXRIPBinding_6k8ea"), SubResource("OpenXRIPBinding_1qemc"), SubResource("OpenXRIPBinding_8u6xu"), SubResource("OpenXRIPBinding_7camc"), SubResource("OpenXRIPBinding_0fset"), SubResource("OpenXRIPBinding_ei7tg"), SubResource("OpenXRIPBinding_c2jdk"), SubResource("OpenXRIPBinding_g5ap7"), SubResource("OpenXRIPBinding_bw6j3"), SubResource("OpenXRIPBinding_gsob2"), SubResource("OpenXRIPBinding_145o5"), SubResource("OpenXRIPBinding_p8l30"), SubResource("OpenXRIPBinding_qwnvq"), SubResource("OpenXRIPBinding_1o618"), SubResource("OpenXRIPBinding_k8gkf"), SubResource("OpenXRIPBinding_7atrr"), SubResource("OpenXRIPBinding_nc7nm"), SubResource("OpenXRIPBinding_u48na"), SubResource("OpenXRIPBinding_qo7i1"), SubResource("OpenXRIPBinding_spwgl"), SubResource("OpenXRIPBinding_6v1vi"), SubResource("OpenXRIPBinding_fwqq1"), SubResource("OpenXRIPBinding_felwo")] + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_nim4l"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/hand/left/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_7rbtf"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/hand/right/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_vivrk"] +action = SubResource("OpenXRAction_m08eo") +binding_path = "/user/hand/left/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_1xhyi"] +action = SubResource("OpenXRAction_m08eo") +binding_path = "/user/hand/right/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_kfc2j"] +action = SubResource("OpenXRAction_c4j1d") +binding_path = "/user/hand/left/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_osn8p"] +action = SubResource("OpenXRAction_c4j1d") +binding_path = "/user/hand/right/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_o7rx2"] +action = SubResource("OpenXRAction_sopde") +binding_path = "/user/hand/left/input/palm_ext/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_egnh2"] +action = SubResource("OpenXRAction_sopde") +binding_path = "/user/hand/right/input/palm_ext/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_qdg3g"] +action = SubResource("OpenXRAction_iphn4") +binding_path = "/user/hand/left/input/home/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_1m4jk"] +action = SubResource("OpenXRAction_iphn4") +binding_path = "/user/hand/right/input/home/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_mq2is"] +action = SubResource("OpenXRAction_6ivru") +binding_path = "/user/hand/left/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_j4oh5"] +action = SubResource("OpenXRAction_6ivru") +binding_path = "/user/hand/right/input/trigger/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_ldfim"] +action = SubResource("OpenXRAction_vfhwq") +binding_path = "/user/hand/left/input/trigger/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_m7usb"] +action = SubResource("OpenXRAction_vfhwq") +binding_path = "/user/hand/right/input/trigger/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_kby14"] +action = SubResource("OpenXRAction_3k6la") +binding_path = "/user/hand/left/input/trackpad" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_1qtbb"] +action = SubResource("OpenXRAction_3k6la") +binding_path = "/user/hand/right/input/trackpad" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_qmp03"] +action = SubResource("OpenXRAction_i8esw") +binding_path = "/user/hand/left/input/trackpad/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_nd1f3"] +action = SubResource("OpenXRAction_i8esw") +binding_path = "/user/hand/right/input/trackpad/click" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_dxsir"] +action = SubResource("OpenXRAction_um1hv") +binding_path = "/user/hand/left/input/trackpad/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_cl2rl"] +action = SubResource("OpenXRAction_um1hv") +binding_path = "/user/hand/right/input/trackpad/touch" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_a032v"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/hand/left/output/haptic" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_hh6l0"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/hand/right/output/haptic" + +[sub_resource type="OpenXRInteractionProfile" id="OpenXRInteractionProfile_gqjp6"] +interaction_profile_path = "/interaction_profiles/huawei/controller" +bindings = [SubResource("OpenXRIPBinding_nim4l"), SubResource("OpenXRIPBinding_7rbtf"), SubResource("OpenXRIPBinding_vivrk"), SubResource("OpenXRIPBinding_1xhyi"), SubResource("OpenXRIPBinding_kfc2j"), SubResource("OpenXRIPBinding_osn8p"), SubResource("OpenXRIPBinding_o7rx2"), SubResource("OpenXRIPBinding_egnh2"), SubResource("OpenXRIPBinding_qdg3g"), SubResource("OpenXRIPBinding_1m4jk"), SubResource("OpenXRIPBinding_mq2is"), SubResource("OpenXRIPBinding_j4oh5"), SubResource("OpenXRIPBinding_ldfim"), SubResource("OpenXRIPBinding_m7usb"), SubResource("OpenXRIPBinding_kby14"), SubResource("OpenXRIPBinding_1qtbb"), SubResource("OpenXRIPBinding_qmp03"), SubResource("OpenXRIPBinding_nd1f3"), SubResource("OpenXRIPBinding_dxsir"), SubResource("OpenXRIPBinding_cl2rl"), SubResource("OpenXRIPBinding_a032v"), SubResource("OpenXRIPBinding_hh6l0")] + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_iakc4"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/vive_tracker_htcx/role/left_foot/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_jub2m"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/vive_tracker_htcx/role/right_foot/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_kha6s"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/vive_tracker_htcx/role/left_shoulder/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_kh8ww"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/vive_tracker_htcx/role/right_shoulder/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_5web1"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/vive_tracker_htcx/role/left_elbow/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_0o426"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/vive_tracker_htcx/role/right_elbow/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_2kr0w"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/vive_tracker_htcx/role/left_knee/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_gvn1o"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/vive_tracker_htcx/role/right_knee/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_ubrrl"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/vive_tracker_htcx/role/waist/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_evtui"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/vive_tracker_htcx/role/chest/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_bwbi2"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/vive_tracker_htcx/role/camera/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_p873m"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/vive_tracker_htcx/role/keyboard/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_2sb1p"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/vive_tracker_htcx/role/left_wrist/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_s5nuk"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/vive_tracker_htcx/role/right_wrist/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_0i62q"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/vive_tracker_htcx/role/left_ankle/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_gp43m"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/vive_tracker_htcx/role/right_ankle/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_sdlm7"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/vive_tracker_htcx/role/left_foot/output/haptic" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_c6q2j"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/vive_tracker_htcx/role/right_foot/output/haptic" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_exd3l"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/vive_tracker_htcx/role/left_shoulder/output/haptic" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_dkwnm"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/vive_tracker_htcx/role/right_shoulder/output/haptic" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_xlbth"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/vive_tracker_htcx/role/left_elbow/output/haptic" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_wgnra"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/vive_tracker_htcx/role/right_elbow/output/haptic" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_833c4"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/vive_tracker_htcx/role/left_knee/output/haptic" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_8hr1d"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/vive_tracker_htcx/role/right_knee/output/haptic" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_huhgn"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/vive_tracker_htcx/role/waist/output/haptic" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_g2awd"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/vive_tracker_htcx/role/chest/output/haptic" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_asb4g"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/vive_tracker_htcx/role/camera/output/haptic" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_qqulg"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/vive_tracker_htcx/role/keyboard/output/haptic" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_o1jns"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/vive_tracker_htcx/role/left_wrist/output/haptic" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_jb8rd"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/vive_tracker_htcx/role/right_wrist/output/haptic" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_mob2x"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/vive_tracker_htcx/role/left_ankle/output/haptic" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_x2m78"] +action = SubResource("OpenXRAction_sow2k") +binding_path = "/user/vive_tracker_htcx/role/right_ankle/output/haptic" + +[sub_resource type="OpenXRInteractionProfile" id="OpenXRInteractionProfile_4yx5x"] +interaction_profile_path = "/interaction_profiles/htc/vive_tracker_htcx" +bindings = [SubResource("OpenXRIPBinding_iakc4"), SubResource("OpenXRIPBinding_jub2m"), SubResource("OpenXRIPBinding_kha6s"), SubResource("OpenXRIPBinding_kh8ww"), SubResource("OpenXRIPBinding_5web1"), SubResource("OpenXRIPBinding_0o426"), SubResource("OpenXRIPBinding_2kr0w"), SubResource("OpenXRIPBinding_gvn1o"), SubResource("OpenXRIPBinding_ubrrl"), SubResource("OpenXRIPBinding_evtui"), SubResource("OpenXRIPBinding_bwbi2"), SubResource("OpenXRIPBinding_p873m"), SubResource("OpenXRIPBinding_2sb1p"), SubResource("OpenXRIPBinding_s5nuk"), SubResource("OpenXRIPBinding_0i62q"), SubResource("OpenXRIPBinding_gp43m"), SubResource("OpenXRIPBinding_sdlm7"), SubResource("OpenXRIPBinding_c6q2j"), SubResource("OpenXRIPBinding_exd3l"), SubResource("OpenXRIPBinding_dkwnm"), SubResource("OpenXRIPBinding_xlbth"), SubResource("OpenXRIPBinding_wgnra"), SubResource("OpenXRIPBinding_833c4"), SubResource("OpenXRIPBinding_8hr1d"), SubResource("OpenXRIPBinding_huhgn"), SubResource("OpenXRIPBinding_g2awd"), SubResource("OpenXRIPBinding_asb4g"), SubResource("OpenXRIPBinding_qqulg"), SubResource("OpenXRIPBinding_o1jns"), SubResource("OpenXRIPBinding_jb8rd"), SubResource("OpenXRIPBinding_mob2x"), SubResource("OpenXRIPBinding_x2m78")] + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_lf38q"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/eyes_ext/input/gaze_ext/pose" + +[sub_resource type="OpenXRInteractionProfile" id="OpenXRInteractionProfile_ru5ja"] +interaction_profile_path = "/interaction_profiles/ext/eye_gaze_interaction" +bindings = [SubResource("OpenXRIPBinding_lf38q")] + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_rtqrf"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/hand/left/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_nq2u4"] +action = SubResource("OpenXRAction_oi0ij") +binding_path = "/user/hand/right/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_p6lex"] +action = SubResource("OpenXRAction_m08eo") +binding_path = "/user/hand/left/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_rennt"] +action = SubResource("OpenXRAction_m08eo") +binding_path = "/user/hand/right/input/aim/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_wsa7d"] +action = SubResource("OpenXRAction_c4j1d") +binding_path = "/user/hand/left/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_syawb"] +action = SubResource("OpenXRAction_c4j1d") +binding_path = "/user/hand/right/input/grip/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_jt2cb"] +action = SubResource("OpenXRAction_sopde") +binding_path = "/user/hand/left/input/palm_ext/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_nbvoy"] +action = SubResource("OpenXRAction_sopde") +binding_path = "/user/hand/right/input/palm_ext/pose" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_l1qei"] +action = SubResource("OpenXRAction_3k6la") +binding_path = "/user/hand/left/input/pinch_ext/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_720kg"] +action = SubResource("OpenXRAction_3k6la") +binding_path = "/user/hand/right/input/pinch_ext/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_e17n2"] +action = SubResource("OpenXRAction_i8esw") +binding_path = "/user/hand/left/input/pinch_ext/ready_ext" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_gtuwc"] +action = SubResource("OpenXRAction_i8esw") +binding_path = "/user/hand/right/input/pinch_ext/ready_ext" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_rdsma"] +action = SubResource("OpenXRAction_oqnsu") +binding_path = "/user/hand/left/input/aim_activate_ext/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_nvgd7"] +action = SubResource("OpenXRAction_oqnsu") +binding_path = "/user/hand/right/input/aim_activate_ext/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_tsx4r"] +action = SubResource("OpenXRAction_r5bl7") +binding_path = "/user/hand/left/input/aim_activate_ext/ready_ext" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_vhqpq"] +action = SubResource("OpenXRAction_r5bl7") +binding_path = "/user/hand/right/input/aim_activate_ext/ready_ext" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_mlte4"] +action = SubResource("OpenXRAction_typ1r") +binding_path = "/user/hand/left/input/grasp_ext/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_c4sju"] +action = SubResource("OpenXRAction_typ1r") +binding_path = "/user/hand/right/input/grasp_ext/value" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_eshhk"] +action = SubResource("OpenXRAction_clvbf") +binding_path = "/user/hand/left/input/grasp_ext/ready_ext" + +[sub_resource type="OpenXRIPBinding" id="OpenXRIPBinding_arfvp"] +action = SubResource("OpenXRAction_clvbf") +binding_path = "/user/hand/right/input/grasp_ext/ready_ext" + +[sub_resource type="OpenXRInteractionProfile" id="OpenXRInteractionProfile_vwcd0"] +interaction_profile_path = "/interaction_profiles/ext/hand_interaction_ext" +bindings = [SubResource("OpenXRIPBinding_rtqrf"), SubResource("OpenXRIPBinding_nq2u4"), SubResource("OpenXRIPBinding_p6lex"), SubResource("OpenXRIPBinding_rennt"), SubResource("OpenXRIPBinding_wsa7d"), SubResource("OpenXRIPBinding_syawb"), SubResource("OpenXRIPBinding_jt2cb"), SubResource("OpenXRIPBinding_nbvoy"), SubResource("OpenXRIPBinding_l1qei"), SubResource("OpenXRIPBinding_720kg"), SubResource("OpenXRIPBinding_e17n2"), SubResource("OpenXRIPBinding_gtuwc"), SubResource("OpenXRIPBinding_rdsma"), SubResource("OpenXRIPBinding_nvgd7"), SubResource("OpenXRIPBinding_tsx4r"), SubResource("OpenXRIPBinding_vhqpq"), SubResource("OpenXRIPBinding_mlte4"), SubResource("OpenXRIPBinding_c4sju"), SubResource("OpenXRIPBinding_eshhk"), SubResource("OpenXRIPBinding_arfvp")] + +[resource] +action_sets = [SubResource("OpenXRActionSet_ngwcy")] +interaction_profiles = [SubResource("OpenXRInteractionProfile_ckeh6"), SubResource("OpenXRInteractionProfile_jx7ge"), SubResource("OpenXRInteractionProfile_dad45"), SubResource("OpenXRInteractionProfile_hsh5n"), SubResource("OpenXRInteractionProfile_lvl5r"), SubResource("OpenXRInteractionProfile_jhul1"), SubResource("OpenXRInteractionProfile_dnwvb"), SubResource("OpenXRInteractionProfile_umnyo"), SubResource("OpenXRInteractionProfile_oqlrv"), SubResource("OpenXRInteractionProfile_okaja"), SubResource("OpenXRInteractionProfile_gqjp6"), SubResource("OpenXRInteractionProfile_4yx5x"), SubResource("OpenXRInteractionProfile_ru5ja"), SubResource("OpenXRInteractionProfile_vwcd0")] diff --git a/escape-room-version-2/project.godot b/escape-room-version-2/project.godot new file mode 100644 index 0000000..d46b4a7 --- /dev/null +++ b/escape-room-version-2/project.godot @@ -0,0 +1,95 @@ +; Engine configuration file. +; It's best edited using the editor UI and not directly, +; since the parameters that go here are not all obvious. +; +; Format: +; [section] ; section goes between [] +; param=value ; assign values to parameters + +config_version=5 + +[application] + +config/name="EscapeRoomVersion2" +run/main_scene="uid://dp5aegn8d567i" +config/features=PackedStringArray("4.5", "GL Compatibility") +config/icon="res://icon.svg" + +[autoload] + +XRToolsUserSettings="*res://addons/godot-xr-tools/user_settings/user_settings.gd" +XRToolsRumbleManager="*res://addons/godot-xr-tools/rumble/rumble_manager.gd" + +[editor_plugins] + +enabled=PackedStringArray("res://addons/godot-xr-tools/plugin.cfg") + +[layer_names] + +3d_physics/layer_1="Static World" +3d_physics/layer_2="Dynamic World" +3d_physics/layer_3="Pickable Objects" +3d_physics/layer_4="Wall Walking" +3d_physics/layer_5="Grappling Target" +3d_physics/layer_17="Held Objects" +3d_physics/layer_18="Player Hands" +3d_physics/layer_19="Grab Handles" +3d_physics/layer_20="Player Body" +3d_physics/layer_21="Pointable Objects" +3d_physics/layer_22="Hand Pose Areas" +3d_physics/layer_23="UI Objects" + +[rendering] + +renderer/rendering_method="gl_compatibility" +renderer/rendering_method.mobile="gl_compatibility" +textures/vram_compression/import_etc2_astc=true + +[shader_globals] + +META_ENVIRONMENT_DEPTH_AVAILABLE={ +"type": "bool", +"value": false +} +META_ENVIRONMENT_DEPTH_TEXTURE={ +"type": "sampler2DArray", +"value": "" +} +META_ENVIRONMENT_DEPTH_PROJECTION_VIEW_LEFT={ +"type": "mat4", +"value": Projection(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) +} +META_ENVIRONMENT_DEPTH_PROJECTION_VIEW_RIGHT={ +"type": "mat4", +"value": Projection(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) +} +META_ENVIRONMENT_DEPTH_INV_PROJECTION_VIEW_LEFT={ +"type": "mat4", +"value": Projection(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) +} +META_ENVIRONMENT_DEPTH_INV_PROJECTION_VIEW_RIGHT={ +"type": "mat4", +"value": Projection(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) +} +META_ENVIRONMENT_DEPTH_FROM_CAMERA_PROJECTION_LEFT={ +"type": "mat4", +"value": Projection(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) +} +META_ENVIRONMENT_DEPTH_FROM_CAMERA_PROJECTION_RIGHT={ +"type": "mat4", +"value": Projection(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) +} +META_ENVIRONMENT_DEPTH_TO_CAMERA_PROJECTION_LEFT={ +"type": "mat4", +"value": Projection(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) +} +META_ENVIRONMENT_DEPTH_TO_CAMERA_PROJECTION_RIGHT={ +"type": "mat4", +"value": Projection(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) +} + +[xr] + +openxr/enabled=true +shaders/enabled=true +openxr/extensions/meta/color_space/starting_color_space=3 diff --git a/escape-room-version-2/room_1.tscn b/escape-room-version-2/room_1.tscn new file mode 100644 index 0000000..5268375 --- /dev/null +++ b/escape-room-version-2/room_1.tscn @@ -0,0 +1,299 @@ +[gd_scene load_steps=34 format=3 uid="uid://c0cn8swmo50se"] + +[ext_resource type="PackedScene" uid="uid://d3foohm3asqek" path="res://zone_base.tscn" id="1_hrfef"] +[ext_resource type="PackedScene" uid="uid://bidp3paljsym7" path="res://import_scene/escape-room-szene-room.tscn" id="2_gg573"] +[ext_resource type="Animation" uid="uid://nq3xh1olqipq" path="res://addons/godot-xr-tools/hands/animations/left/Grip Shaft.res" id="3_2nb8s"] +[ext_resource type="Script" uid="uid://cn05iplah2osq" path="res://addons/godot-xr-tools/hands/poses/hand_pose_settings.gd" id="4_r63ts"] +[ext_resource type="Animation" uid="uid://c8dghcftg1thx" path="res://addons/godot-xr-tools/hands/animations/right/Grip Shaft.res" id="5_vc1db"] +[ext_resource type="Animation" uid="uid://di384xtde8ydf" path="res://addons/godot-xr-tools/hands/animations/left/Grip 2.res" id="6_3afyh"] +[ext_resource type="PackedScene" uid="uid://33ohbl8cmtth" path="res://teleport_area.tscn" id="7_ee5kq"] + +[sub_resource type="Resource" id="Resource_saa2f"] +resource_local_to_scene = true +script = ExtResource("4_r63ts") +closed_pose = ExtResource("3_2nb8s") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_vk3nd"] +resource_local_to_scene = true +script = ExtResource("4_r63ts") +closed_pose = ExtResource("5_vc1db") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_o51pw"] +resource_local_to_scene = true +script = ExtResource("4_r63ts") +closed_pose = ExtResource("3_2nb8s") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_fywy4"] +resource_local_to_scene = true +script = ExtResource("4_r63ts") +closed_pose = ExtResource("5_vc1db") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_qb7n4"] +resource_local_to_scene = true +script = ExtResource("4_r63ts") +closed_pose = ExtResource("3_2nb8s") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_x74d2"] +resource_local_to_scene = true +script = ExtResource("4_r63ts") +closed_pose = ExtResource("5_vc1db") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_kwl3u"] +resource_local_to_scene = true +script = ExtResource("4_r63ts") +closed_pose = ExtResource("3_2nb8s") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_mr7k0"] +resource_local_to_scene = true +script = ExtResource("4_r63ts") +closed_pose = ExtResource("5_vc1db") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_shrwe"] +resource_local_to_scene = true +script = ExtResource("4_r63ts") +closed_pose = ExtResource("3_2nb8s") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_1swuf"] +resource_local_to_scene = true +script = ExtResource("4_r63ts") +closed_pose = ExtResource("5_vc1db") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_17f70"] +resource_local_to_scene = true +script = ExtResource("4_r63ts") +closed_pose = ExtResource("3_2nb8s") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_q8vy5"] +resource_local_to_scene = true +script = ExtResource("4_r63ts") +closed_pose = ExtResource("5_vc1db") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_3lgrl"] +resource_local_to_scene = true +script = ExtResource("4_r63ts") +closed_pose = ExtResource("3_2nb8s") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_lx10g"] +resource_local_to_scene = true +script = ExtResource("4_r63ts") +closed_pose = ExtResource("5_vc1db") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_myptq"] +resource_local_to_scene = true +script = ExtResource("4_r63ts") +closed_pose = ExtResource("3_2nb8s") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_tsj25"] +resource_local_to_scene = true +script = ExtResource("4_r63ts") +closed_pose = ExtResource("5_vc1db") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_153f7"] +resource_local_to_scene = true +script = ExtResource("4_r63ts") +closed_pose = ExtResource("6_3afyh") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_gs1tt"] +resource_local_to_scene = true +script = ExtResource("4_r63ts") +closed_pose = ExtResource("6_3afyh") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_7isyk"] +resource_local_to_scene = true +script = ExtResource("4_r63ts") +closed_pose = ExtResource("6_3afyh") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_su6tw"] +resource_local_to_scene = true +script = ExtResource("4_r63ts") +closed_pose = ExtResource("6_3afyh") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_4i8vq"] +resource_local_to_scene = true +script = ExtResource("4_r63ts") +closed_pose = ExtResource("6_3afyh") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_7xhh0"] +resource_local_to_scene = true +script = ExtResource("4_r63ts") +closed_pose = ExtResource("6_3afyh") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_0k7ya"] +resource_local_to_scene = true +script = ExtResource("4_r63ts") +closed_pose = ExtResource("6_3afyh") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_iwafs"] +resource_local_to_scene = true +script = ExtResource("4_r63ts") +closed_pose = ExtResource("6_3afyh") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_r3c3n"] +resource_local_to_scene = true +script = ExtResource("4_r63ts") +closed_pose = ExtResource("6_3afyh") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[sub_resource type="Resource" id="Resource_g17wn"] +resource_local_to_scene = true +script = ExtResource("4_r63ts") +closed_pose = ExtResource("6_3afyh") +metadata/_custom_type_script = "uid://c2ejvuo0j01n4" + +[node name="Room1" instance=ExtResource("1_hrfef")] + +[node name="Node3D" parent="." index="1" instance=ExtResource("2_gg573")] + +[node name="GrabPointHandLeft" parent="Node3D/Interactions/CubeTable/RiddleCube" index="2"] +hand_pose = SubResource("Resource_saa2f") + +[node name="GrabPointHandRight" parent="Node3D/Interactions/CubeTable/RiddleCube" index="3"] +hand_pose = SubResource("Resource_vk3nd") + +[node name="GrabPointHandLeft" parent="Node3D/Interactions/CubeTable/RiddleCube2" index="2"] +hand_pose = SubResource("Resource_o51pw") + +[node name="GrabPointHandRight" parent="Node3D/Interactions/CubeTable/RiddleCube2" index="3"] +hand_pose = SubResource("Resource_fywy4") + +[node name="GrabPointHandLeft" parent="Node3D/Interactions/CubeTable/RiddleCube3" index="2"] +hand_pose = SubResource("Resource_qb7n4") + +[node name="GrabPointHandRight" parent="Node3D/Interactions/CubeTable/RiddleCube3" index="3"] +hand_pose = SubResource("Resource_x74d2") + +[node name="GrabPointHandLeft" parent="Node3D/Interactions/CubeTable/RiddleCube4" index="2"] +hand_pose = SubResource("Resource_kwl3u") + +[node name="GrabPointHandRight" parent="Node3D/Interactions/CubeTable/RiddleCube4" index="3"] +hand_pose = SubResource("Resource_mr7k0") + +[node name="GrabPointHandLeft" parent="Node3D/Interactions/CubeTable/RiddleCube5" index="2"] +hand_pose = SubResource("Resource_shrwe") + +[node name="GrabPointHandRight" parent="Node3D/Interactions/CubeTable/RiddleCube5" index="3"] +hand_pose = SubResource("Resource_1swuf") + +[node name="GrabPointHandLeft" parent="Node3D/Interactions/CubeTable/RiddleCube6" index="2"] +hand_pose = SubResource("Resource_17f70") + +[node name="GrabPointHandRight" parent="Node3D/Interactions/CubeTable/RiddleCube6" index="3"] +hand_pose = SubResource("Resource_q8vy5") + +[node name="GrabPointHandLeft" parent="Node3D/Interactions/CubeTable/RiddleCube7" index="2"] +hand_pose = SubResource("Resource_3lgrl") + +[node name="GrabPointHandRight" parent="Node3D/Interactions/CubeTable/RiddleCube7" index="3"] +hand_pose = SubResource("Resource_lx10g") + +[node name="GrabPointHandLeft" parent="Node3D/Interactions/CubeTable/RiddleCube8" index="2"] +hand_pose = SubResource("Resource_myptq") + +[node name="GrabPointHandRight" parent="Node3D/Interactions/CubeTable/RiddleCube8" index="3"] +hand_pose = SubResource("Resource_tsj25") + +[node name="GrabPointHandLeft" parent="Node3D/Interactions/NodeTable/RiddelNode" index="2"] +hand_pose = SubResource("Resource_153f7") + +[node name="GrabPointHandLeft" parent="Node3D/Interactions/NodeTable/RiddelNode2" index="2"] +hand_pose = SubResource("Resource_gs1tt") + +[node name="GrabPointHandLeft" parent="Node3D/Interactions/NodeTable/RiddelNode3" index="2"] +hand_pose = SubResource("Resource_7isyk") + +[node name="GrabPointHandLeft" parent="Node3D/Interactions/NodeTable/RiddelNode4" index="2"] +hand_pose = SubResource("Resource_su6tw") + +[node name="GrabPointHandLeft" parent="Node3D/Interactions/NodeTable/RiddelNode5" index="2"] +hand_pose = SubResource("Resource_4i8vq") + +[node name="GrabPointHandLeft" parent="Node3D/Interactions/NodeTable/RiddelNode6" index="2"] +hand_pose = SubResource("Resource_7xhh0") + +[node name="GrabPointHandLeft" parent="Node3D/Interactions/NodeTable/RiddelNode7" index="2"] +hand_pose = SubResource("Resource_0k7ya") + +[node name="GrabPointHandLeft" parent="Node3D/Interactions/NodeTable/RiddelNode8" index="2"] +hand_pose = SubResource("Resource_iwafs") + +[node name="GrabPointHandLeft" parent="Node3D/Interactions/NodeTable/RiddelNode9" index="2"] +hand_pose = SubResource("Resource_r3c3n") + +[node name="GrabPointHandLeft" parent="Node3D/Interactions/NodeTable/RiddelNode10" index="2"] +hand_pose = SubResource("Resource_g17wn") + +[node name="Roof" parent="Node3D/static_room" index="4"] +visible = false + +[node name="ZuRoom2" parent="." index="2" instance=ExtResource("7_ee5kq")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 7.735812, 0, -6.996261) +target_szene = "uid://dki4f4unrl7x1" + +[node name="Label3D" type="Label3D" parent="ZuRoom2" index="3"] +transform = Transform3D(0.603208, 0, -0.79758394, 0, 1, 0, 0.79758394, 0, 0.603208, 0, 2.4049788, 0) +text = "Dance +Floor" +font_size = 20 +outline_size = 8 +uppercase = true + +[node name="ZuRoom3" parent="." index="3" instance=ExtResource("7_ee5kq")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 12.136631, 0, 0) +target_szene = "uid://b6d8xl8o1hy7i" + +[node name="Label3D" type="Label3D" parent="ZuRoom3" index="3"] +transform = Transform3D(0.06975651, 0, -0.9975641, 0, 1, 0, 0.9975641, 0, 0.06975651, 0, 2.3853414, 0) +text = "RiddelFight +Floor" +font_size = 20 +outline_size = 8 +uppercase = true + +[editable path="Node3D"] +[editable path="Node3D/Interactions/CubeTable/RiddleCube"] +[editable path="Node3D/Interactions/CubeTable/RiddleCube2"] +[editable path="Node3D/Interactions/CubeTable/RiddleCube3"] +[editable path="Node3D/Interactions/CubeTable/RiddleCube4"] +[editable path="Node3D/Interactions/CubeTable/RiddleCube5"] +[editable path="Node3D/Interactions/CubeTable/RiddleCube6"] +[editable path="Node3D/Interactions/CubeTable/RiddleCube7"] +[editable path="Node3D/Interactions/CubeTable/RiddleCube8"] +[editable path="Node3D/Interactions/RiddelCubeBoard"] +[editable path="Node3D/Interactions/NodeTable/RiddelNode"] +[editable path="Node3D/Interactions/NodeTable/RiddelNode2"] +[editable path="Node3D/Interactions/NodeTable/RiddelNode3"] +[editable path="Node3D/Interactions/NodeTable/RiddelNode4"] +[editable path="Node3D/Interactions/NodeTable/RiddelNode5"] +[editable path="Node3D/Interactions/NodeTable/RiddelNode6"] +[editable path="Node3D/Interactions/NodeTable/RiddelNode7"] +[editable path="Node3D/Interactions/NodeTable/RiddelNode8"] +[editable path="Node3D/Interactions/NodeTable/RiddelNode9"] +[editable path="Node3D/Interactions/NodeTable/RiddelNode10"] +[editable path="Node3D/Interactions/BookHolder"] +[editable path="Node3D/Interactions/BookHolder2"] +[editable path="Node3D/Interactions/BookHolder3"] +[editable path="Node3D/static_room/disco_ball"] diff --git a/escape-room-version-2/room_2.tscn b/escape-room-version-2/room_2.tscn new file mode 100644 index 0000000..4d3dd8e --- /dev/null +++ b/escape-room-version-2/room_2.tscn @@ -0,0 +1,322 @@ +[gd_scene load_steps=28 format=3 uid="uid://dki4f4unrl7x1"] + +[ext_resource type="PackedScene" uid="uid://d3foohm3asqek" path="res://zone_base.tscn" id="1_7hp4u"] +[ext_resource type="PackedScene" uid="uid://33ohbl8cmtth" path="res://teleport_area.tscn" id="2_h83ob"] +[ext_resource type="ArrayMesh" uid="uid://bipeslk7umclj" path="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-corner.obj" id="3_tleto"] +[ext_resource type="ArrayMesh" uid="uid://cwpy4kq56i1fw" path="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-junction.obj" id="4_7jq1r"] +[ext_resource type="ArrayMesh" uid="uid://bk5nxt5gdsy0m" path="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-corner.obj" id="5_kkajg"] +[ext_resource type="ArrayMesh" uid="uid://u5qk4tyitmcv" path="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall.obj" id="6_1y81e"] +[ext_resource type="ArrayMesh" uid="uid://clfwhs6jwxqoj" path="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-half.obj" id="7_66el0"] +[ext_resource type="ArrayMesh" uid="uid://mhrb8ogfuxon" path="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-detail-a.obj" id="8_2tyel"] +[ext_resource type="ArrayMesh" uid="uid://cf7yrpdbjca8c" path="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs.obj" id="9_5g4kq"] +[ext_resource type="ArrayMesh" uid="uid://8s1equk13ycu" path="res://assets-library/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor.obj" id="10_axslj"] +[ext_resource type="AudioStream" uid="uid://cqs7cfnkrgdql" path="res://music/07-Portishead-Roads-cbm.mp3" id="11_6216m"] +[ext_resource type="AudioStream" uid="uid://bffrjr3idr414" path="res://music/Rammstein - Sonne.mp3" id="12_lbl28"] +[ext_resource type="AudioStream" uid="uid://myovxwpyhy2p" path="res://music/03-Enkelz_-_Ich_hass_Dich.mp3" id="13_gqsxl"] +[ext_resource type="AudioStream" uid="uid://c56s0llngavuo" path="res://music/10-Portishead-Glory_Box-cbm.mp3" id="14_u4cue"] +[ext_resource type="AudioStream" uid="uid://d20xxkuori4qa" path="res://music/04-Enkelz_-_Falsche_Freundschaft.mp3" id="15_vvilg"] +[ext_resource type="AudioStream" uid="uid://cxv82wfygpah8" path="res://music/12-Never let me down again (agro mix).mp3" id="16_3ujfn"] +[ext_resource type="Script" uid="uid://b38jbfcig2w48" path="res://import_scene/omni_light_3d.gd" id="17_tdtv1"] +[ext_resource type="PackedScene" uid="uid://bvytoh8cgfsv2" path="res://assets-library/Disco_Ball/disco_ball.blend" id="18_vwuv8"] + +[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_c0rng"] +sky_horizon_color = Color(0.66224277, 0.6717428, 0.6867428, 1) +ground_horizon_color = Color(0.66224277, 0.6717428, 0.6867428, 1) + +[sub_resource type="Sky" id="Sky_ot0hx"] +sky_material = SubResource("ProceduralSkyMaterial_c0rng") + +[sub_resource type="Environment" id="Environment_pk2om"] +background_mode = 1 +sky = SubResource("Sky_ot0hx") +tonemap_mode = 2 + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ot0hx"] +shading_mode = 0 +albedo_color = Color(0.078431375, 0.050980393, 0.007843138, 1) + +[sub_resource type="PlaneMesh" id="PlaneMesh_pk2om"] +size = Vector2(40, 40) + +[sub_resource type="BoxShape3D" id="BoxShape3D_j01f8"] +size = Vector3(40, 1, 40) + +[sub_resource type="AudioStreamPlaylist" id="AudioStreamPlaylist_08dkn"] +stream_count = 6 +stream_0 = ExtResource("11_6216m") +stream_1 = ExtResource("12_lbl28") +stream_2 = ExtResource("13_gqsxl") +stream_3 = ExtResource("14_u4cue") +stream_4 = ExtResource("15_vvilg") +stream_5 = ExtResource("16_3ujfn") + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_tleto"] +albedo_color = Color(0, 0, 0, 1) + +[sub_resource type="BoxMesh" id="BoxMesh_7jq1r"] +size = Vector3(40, 1, 40) + +[node name="Room2" instance=ExtResource("1_7hp4u")] + +[node name="ZuRoom1" parent="." index="0" instance=ExtResource("2_h83ob")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 19.536694, 0, 1.9846878) +target_szene = "uid://c0cn8swmo50se" + +[node name="Label3D" type="Label3D" parent="ZuRoom1" index="3"] +transform = Transform3D(-0.11504114, 0, -0.99336076, 0, 1, 0, 0.99336076, 0, -0.11504114, 0, 2.427305, 0) +text = "zurück" +uppercase = true + +[node name="WorldEnvironment" type="WorldEnvironment" parent="." index="1"] +environment = SubResource("Environment_pk2om") + +[node name="DirectionalLight3D" type="DirectionalLight3D" parent="." index="2"] +transform = Transform3D(-0.8660254, -0.43301278, 0.25, 0, 0.49999997, 0.86602545, -0.50000006, 0.75, -0.43301266, 0, 0, 0) +shadow_enabled = true + +[node name="Ground" type="StaticBody3D" parent="." index="4"] + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Ground" index="0"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00024032593, -0.04304886, -0.012496948) +material_override = SubResource("StandardMaterial3D_ot0hx") +mesh = SubResource("PlaneMesh_pk2om") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="Ground" index="1"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.45023263, 0) +shape = SubResource("BoxShape3D_j01f8") + +[node name="Raumaufbau" type="Node3D" parent="." index="5"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.1, 0) + +[node name="MeshInstance3D" type="MeshInstance3D" parent="Raumaufbau" index="0"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 12, 0, 14) +mesh = ExtResource("3_tleto") + +[node name="MeshInstance3D3" type="MeshInstance3D" parent="Raumaufbau" index="1"] +transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 12, 0, -14) +mesh = ExtResource("3_tleto") + +[node name="MeshInstance3D4" type="MeshInstance3D" parent="Raumaufbau" index="2"] +transform = Transform3D(-1, 0, -8.742278e-08, 0, 1, 0, 8.742278e-08, 0, -1, -12, 0, -14) +mesh = ExtResource("3_tleto") + +[node name="MeshInstance3D5" type="MeshInstance3D" parent="Raumaufbau" index="3"] +transform = Transform3D(-4.371139e-08, 0, -1, 0, 1, 0, 1, 0, -4.371139e-08, -12, 0, 14) +mesh = ExtResource("3_tleto") + +[node name="MeshInstance3D2" type="MeshInstance3D" parent="Raumaufbau" index="4"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4, 0, 14) +mesh = ExtResource("4_7jq1r") + +[node name="MeshInstance3D6" type="MeshInstance3D" parent="Raumaufbau" index="5"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4, 0, 14) +mesh = ExtResource("4_7jq1r") + +[node name="MeshInstance3D17" type="MeshInstance3D" parent="Raumaufbau" index="6"] +transform = Transform3D(-1, 0, -8.742278e-08, 0, 1, 0, 8.742278e-08, 0, -1, 4, 0, -14) +mesh = ExtResource("4_7jq1r") + +[node name="MeshInstance3D18" type="MeshInstance3D" parent="Raumaufbau" index="7"] +transform = Transform3D(-1, 0, -8.742278e-08, 0, 1, 0, 8.742278e-08, 0, -1, -4, 0, -14) +mesh = ExtResource("4_7jq1r") + +[node name="MeshInstance3D7" type="MeshInstance3D" parent="Raumaufbau" index="8"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 10) +mesh = ExtResource("5_kkajg") + +[node name="MeshInstance3D8" type="MeshInstance3D" parent="Raumaufbau" index="9"] +transform = Transform3D(1.1924881e-08, 0, -1, 0, 1, 0, 1, 0, 1.1924881e-08, 0, 0, 10) +mesh = ExtResource("5_kkajg") + +[node name="MeshInstance3D9" type="MeshInstance3D" parent="Raumaufbau" index="10"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 8, 0, 10) +mesh = ExtResource("5_kkajg") + +[node name="MeshInstance3D10" type="MeshInstance3D" parent="Raumaufbau" index="11"] +transform = Transform3D(1.1924881e-08, 0, -1, 0, 1, 0, 1, 0, 1.1924881e-08, 8, 0, 10) +mesh = ExtResource("5_kkajg") + +[node name="MeshInstance3D11" type="MeshInstance3D" parent="Raumaufbau" index="12"] +transform = Transform3D(1.1924881e-08, 0, -1, 0, 1, 0, 1, 0, 1.1924881e-08, -8, 0, 10) +mesh = ExtResource("5_kkajg") + +[node name="MeshInstance3D12" type="MeshInstance3D" parent="Raumaufbau" index="13"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -8, 0, 10) +mesh = ExtResource("5_kkajg") + +[node name="MeshInstance3D13" type="MeshInstance3D" parent="Raumaufbau" index="14"] +transform = Transform3D(-1, 0, 8.742278e-08, 0, 1, 0, -8.742278e-08, 0, -1, -8, 0, -10) +mesh = ExtResource("5_kkajg") + +[node name="MeshInstance3D14" type="MeshInstance3D" parent="Raumaufbau" index="15"] +transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, -8, 0, -10) +mesh = ExtResource("5_kkajg") + +[node name="MeshInstance3D15" type="MeshInstance3D" parent="Raumaufbau" index="16"] +transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 0, 0, -10) +mesh = ExtResource("5_kkajg") + +[node name="MeshInstance3D16" type="MeshInstance3D" parent="Raumaufbau" index="17"] +transform = Transform3D(-1, 0, 8.742278e-08, 0, 1, 0, -8.742278e-08, 0, -1, 0, 0, -10) +mesh = ExtResource("5_kkajg") + +[node name="MeshInstance3D19" type="MeshInstance3D" parent="Raumaufbau" index="18"] +transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 8, 0, -10) +mesh = ExtResource("5_kkajg") + +[node name="MeshInstance3D20" type="MeshInstance3D" parent="Raumaufbau" index="19"] +transform = Transform3D(-1, 0, 8.742278e-08, 0, 1, 0, -8.742278e-08, 0, -1, 8, 0, -10) +mesh = ExtResource("5_kkajg") + +[node name="MeshInstance3D21" type="MeshInstance3D" parent="Raumaufbau" index="20"] +transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 16, 0, 8) +mesh = ExtResource("6_1y81e") + +[node name="MeshInstance3D22" type="MeshInstance3D" parent="Raumaufbau" index="21"] +transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 16, 0, 5) +mesh = ExtResource("7_66el0") + +[node name="MeshInstance3D23" type="MeshInstance3D" parent="Raumaufbau" index="22"] +transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 16, 0, -1) +mesh = ExtResource("7_66el0") + +[node name="MeshInstance3D24" type="MeshInstance3D" parent="Raumaufbau" index="23"] +transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 16, 0, -4) +mesh = ExtResource("6_1y81e") + +[node name="MeshInstance3D25" type="MeshInstance3D" parent="Raumaufbau" index="24"] +transform = Transform3D(-4.371139e-08, 0, 1, 0, 1, 0, -1, 0, -4.371139e-08, 16, 0, -8) +mesh = ExtResource("8_2tyel") + +[node name="MeshInstance3D26" type="MeshInstance3D" parent="Raumaufbau" index="25"] +transform = Transform3D(-4.371139e-08, 0, -1, 0, 1, 0, 1, 0, -4.371139e-08, -16, 0, 8) +mesh = ExtResource("8_2tyel") + +[node name="MeshInstance3D27" type="MeshInstance3D" parent="Raumaufbau" index="26"] +transform = Transform3D(-4.371139e-08, 0, -1, 0, 1, 0, 1, 0, -4.371139e-08, -16, 0, 4) +mesh = ExtResource("6_1y81e") + +[node name="MeshInstance3D28" type="MeshInstance3D" parent="Raumaufbau" index="27"] +transform = Transform3D(-4.371139e-08, 0, -1, 0, 1, 0, 1, 0, -4.371139e-08, -16, 0, 0) +mesh = ExtResource("8_2tyel") + +[node name="MeshInstance3D29" type="MeshInstance3D" parent="Raumaufbau" index="28"] +transform = Transform3D(-4.371139e-08, 0, -1, 0, 1, 0, 1, 0, -4.371139e-08, -16, 0, -4) +mesh = ExtResource("6_1y81e") + +[node name="MeshInstance3D30" type="MeshInstance3D" parent="Raumaufbau" index="29"] +transform = Transform3D(-4.371139e-08, 0, -1, 0, 1, 0, 1, 0, -4.371139e-08, -16, 0, -8) +mesh = ExtResource("8_2tyel") + +[node name="MeshInstance3D31" type="MeshInstance3D" parent="Raumaufbau" index="30"] +transform = Transform3D(-4.3711385e-08, 0, -0.99999994, 0, 1, 0, 0.99999994, 0, -4.3711385e-08, 21.606667, -3.0064957, 2) +mesh = ExtResource("9_5g4kq") + +[node name="MeshInstance3D32" type="MeshInstance3D" parent="Raumaufbau" index="31"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 17.606665, 0, 2) +mesh = ExtResource("10_axslj") + +[node name="AudioStreamPlayer3D" type="AudioStreamPlayer3D" parent="." index="6"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 6.3854465, 0) +stream = SubResource("AudioStreamPlaylist_08dkn") +attenuation_model = 3 +volume_db = -15.0 +unit_size = 30.0 +autoplay = true + +[node name="Beleuchtung" type="Node3D" parent="." index="7"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.49900866, 0) + +[node name="OmniLightsX4" type="Node3D" parent="Beleuchtung" index="0"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.6646767, 0, -10.373682) + +[node name="OmniLight3D" type="OmniLight3D" parent="Beleuchtung/OmniLightsX4" index="0"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 2.8, -2) +light_color = Color(0.4745098, 0.14509805, 0, 1) +script = ExtResource("17_tdtv1") +colors = Array[Color]([Color(0.8100869, 0.20406953, 0.86944216, 1), Color(0, 0.91764706, 1, 1), Color(0, 0.39215687, 0, 1)]) + +[node name="OmniLight3D2" type="OmniLight3D" parent="Beleuchtung/OmniLightsX4" index="1"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.5, 2.8, -1.8) +light_color = Color(1, 1, 0.050980393, 1) +script = ExtResource("17_tdtv1") +blink_speed = 20.0 + +[node name="OmniLight3D3" type="OmniLight3D" parent="Beleuchtung/OmniLightsX4" index="2"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.5, 2.8, 0.8) +light_color = Color(0.91764706, 0.05490196, 1, 1) +script = ExtResource("17_tdtv1") + +[node name="OmniLight3D4" type="OmniLight3D" parent="Beleuchtung/OmniLightsX4" index="3"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.3, 2.8, -5) +light_color = Color(0.05490196, 0.05882353, 1, 1) +script = ExtResource("17_tdtv1") +blink_speed = 24.0 +colors = Array[Color]([Color(1, 0, 0, 1), Color(0.050980393, 0.8509804, 0.08235294, 1), Color(0.8718589, 0.85788715, 0.19437686, 1)]) + +[node name="Kugeln" type="Node3D" parent="." index="8"] + +[node name="disco_ball6" parent="Kugeln" index="0" instance=ExtResource("18_vwuv8")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3.0714808, 0) + +[node name="disco_ball" parent="Kugeln" index="1" instance=ExtResource("18_vwuv8")] +transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 11.5, 2.788, -12.5) + +[node name="Roof" type="MeshInstance3D" parent="." index="9"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4.4336195, 0) +visible = false +material_override = SubResource("StandardMaterial3D_tleto") +mesh = SubResource("BoxMesh_7jq1r") + +[node name="SpotLight3D" type="SpotLight3D" parent="." index="10"] +transform = Transform3D(-0.11413954, 0.6450323, -0.7555828, 1.27276145e-08, 0.7605535, 0.6492755, 0.99346477, 0.07410798, -0.0868092, 16.314098, 3.0419822, 3.308968) +spot_range = 5.6978292 +spot_angle = 33.42363 + +[node name="SpotLight3D2" type="SpotLight3D" parent="." index="11"] +transform = Transform3D(0.18587373, 0.63937306, -0.74609184, 0.0013929943, 0.759152, 0.650912, 0.9825727, -0.12202674, 0.14021574, 15.40967, 3.0419822, 0.8393302) +spot_range = 4.724132 +spot_angle = 34.05481 + +[node name="SpotLight3D3" type="SpotLight3D" parent="." index="12"] +transform = Transform3D(-0.9277842, -0.24225596, 0.28377563, -1.6657435e-08, 0.76055324, 0.64927536, -0.3731173, 0.6023874, -0.70562935, -14.654354, 3.0419822, 4.3009286) +spot_range = 4.724132 +spot_angle = 12.355864 + +[node name="SpotLight3D4" type="SpotLight3D" parent="." index="13"] +transform = Transform3D(0.9465424, -0.20944305, 0.24533892, 6.479336e-09, 0.7605533, 0.64927554, -0.32257956, -0.6145668, 0.71989584, -14.654354, 3.0419822, 0.57888365) +spot_range = 4.724132 +spot_angle = 10.307149 + +[node name="SpotLight3D5" type="SpotLight3D" parent="." index="14"] +transform = Transform3D(0.9002124, -0.28272778, 0.3311838, 6.479336e-09, 0.7605533, 0.6492756, -0.43545115, -0.5844859, 0.6846595, -14.654354, 3.0419822, 14.016326) +spot_range = 4.724132 +spot_angle = 11.922672 + +[node name="SpotLight3D6" type="SpotLight3D" parent="." index="15"] +transform = Transform3D(-0.9342418, -0.23155776, 0.27124384, 6.479336e-09, 0.7605533, 0.64927554, -0.3566402, 0.6065803, -0.71054065, -14.654354, 3.0419822, 8.130852) +spot_range = 4.7328515 +spot_angle = 15.074423 + +[node name="SpotLight3D7" type="SpotLight3D" parent="." index="16"] +transform = Transform3D(0.9292487, -0.239878, 0.28099012, 6.4793353e-09, 0.7605533, 0.64927554, -0.3694549, -0.6033384, 0.70674324, -14.654354, 3.0419822, -2.783536) +spot_range = 4.724132 +spot_angle = 10.118021 + +[node name="SpotLight3D8" type="SpotLight3D" parent="." index="17"] +transform = Transform3D(-0.9336742, -0.23252085, 0.272372, 6.479336e-09, 0.7605533, 0.64927554, -0.35812354, 0.6062118, -0.710109, -14.654354, 3.0419822, -6.505582) +spot_range = 4.724132 +spot_angle = 8.240524 + +[node name="SpotLight3D9" type="SpotLight3D" parent="." index="18"] +transform = Transform3D(0.9878326, 0.10097583, -0.11828186, 3.8953045e-09, 0.7605533, 0.64927554, 0.15552081, -0.64137554, 0.75129944, -14.654354, 3.0419822, -13.484187) +spot_range = 4.724132 +spot_angle = 36.488705 + +[node name="SpotLight3D10" type="SpotLight3D" parent="." index="19"] +transform = Transform3D(-0.36843294, -0.6036019, 0.70705163, 1.1480572e-09, 0.76055324, 0.6492755, -0.92965424, 0.23921451, -0.28021285, -12.031597, 2.523317, -17.064594) +spot_range = 3.807674 +spot_angle = 38.383156 + +[editable path="Kugeln/disco_ball6"] +[editable path="Kugeln/disco_ball"] diff --git a/escape-room-version-2/room_3.tscn b/escape-room-version-2/room_3.tscn new file mode 100644 index 0000000..ff4bc95 --- /dev/null +++ b/escape-room-version-2/room_3.tscn @@ -0,0 +1,49 @@ +[gd_scene load_steps=9 format=3 uid="uid://b6d8xl8o1hy7i"] + +[ext_resource type="PackedScene" uid="uid://d3foohm3asqek" path="res://zone_base.tscn" id="1_niirm"] +[ext_resource type="PackedScene" uid="uid://33ohbl8cmtth" path="res://teleport_area.tscn" id="2_snx3q"] + +[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_65d4y"] +sky_horizon_color = Color(0.66224277, 0.6717428, 0.6867428, 1) +ground_horizon_color = Color(0.66224277, 0.6717428, 0.6867428, 1) + +[sub_resource type="Sky" id="Sky_b33da"] +sky_material = SubResource("ProceduralSkyMaterial_65d4y") + +[sub_resource type="Environment" id="Environment_8ew2f"] +background_mode = 2 +sky = SubResource("Sky_b33da") +tonemap_mode = 2 + +[sub_resource type="BoxShape3D" id="BoxShape3D_65d4y"] +size = Vector3(40, 1, 40) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_b33da"] +albedo_color = Color(0, 0.34117648, 0.23137255, 1) + +[sub_resource type="PlaneMesh" id="PlaneMesh_8ew2f"] +size = Vector2(40, 40) + +[node name="Room3" instance=ExtResource("1_niirm")] + +[node name="WorldEnvironment" type="WorldEnvironment" parent="." index="0"] +environment = SubResource("Environment_8ew2f") + +[node name="DirectionalLight3D" type="DirectionalLight3D" parent="." index="1"] +transform = Transform3D(-0.8660254, -0.43301278, 0.25, 0, 0.49999997, 0.86602545, -0.50000006, 0.75, -0.43301266, 0, 0, 0) +shadow_enabled = true + +[node name="StaticBody3D" type="StaticBody3D" parent="." index="3"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D" index="0"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.45, 0) +shape = SubResource("BoxShape3D_65d4y") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="StaticBody3D" index="1"] +material_override = SubResource("StandardMaterial3D_b33da") +mesh = SubResource("PlaneMesh_8ew2f") +skeleton = NodePath("../..") + +[node name="ZuRoom1" parent="." index="4" instance=ExtResource("2_snx3q")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.386112, 0, -9.561978) +target_szene = "uid://c0cn8swmo50se" diff --git a/escape-room-version-2/teleport_area.gd b/escape-room-version-2/teleport_area.gd new file mode 100644 index 0000000..8814b4e --- /dev/null +++ b/escape-room-version-2/teleport_area.gd @@ -0,0 +1,20 @@ +extends Area3D + +## Target festlegen +@export_file("*.tscn") var target_szene : String + +func _ready(): + body_entered.connect(_on_body_entered) + + +func _on_body_entered(_body : Node3D) -> void: + if not target_szene or target_szene == "": + return + # Finde die Szene + var szene_base : XRToolsSceneBase = XRTools.find_xr_ancestor(self, "*", "XRToolsSceneBase") + + if not szene_base: + return + + # Starte Szene + szene_base.load_scene(target_szene) diff --git a/escape-room-version-2/teleport_area.gd.uid b/escape-room-version-2/teleport_area.gd.uid new file mode 100644 index 0000000..c5c81a6 --- /dev/null +++ b/escape-room-version-2/teleport_area.gd.uid @@ -0,0 +1 @@ +uid://sw703dbm20q3 diff --git a/escape-room-version-2/teleport_area.tscn b/escape-room-version-2/teleport_area.tscn new file mode 100644 index 0000000..0f57d59 --- /dev/null +++ b/escape-room-version-2/teleport_area.tscn @@ -0,0 +1,39 @@ +[gd_scene load_steps=7 format=3 uid="uid://33ohbl8cmtth"] + +[ext_resource type="Script" uid="uid://sw703dbm20q3" path="res://teleport_area.gd" id="1_jmqdr"] + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_80q2c"] +transparency = 1 +shading_mode = 0 +albedo_color = Color(0, 0.09411765, 0.23137255, 0.5686275) + +[sub_resource type="CapsuleMesh" id="CapsuleMesh_jmqdr"] +height = 3.0 + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_fitdc"] +albedo_color = Color(0, 0.09411765, 0.23137255, 1) + +[sub_resource type="PlaneMesh" id="PlaneMesh_6yy46"] +size = Vector2(1, 1) + +[sub_resource type="CylinderShape3D" id="CylinderShape3D_0a04a"] +height = 2.7 +radius = 0.55 + +[node name="TeleportArea" type="Area3D"] +collision_layer = 524288 +collision_mask = 524288 +script = ExtResource("1_jmqdr") + +[node name="MeshInstance3D" type="MeshInstance3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.2, 0) +material_override = SubResource("StandardMaterial3D_80q2c") +mesh = SubResource("CapsuleMesh_jmqdr") + +[node name="MeshInstance3D2" type="MeshInstance3D" parent="."] +material_override = SubResource("StandardMaterial3D_fitdc") +mesh = SubResource("PlaneMesh_6yy46") + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.3534186, 0) +shape = SubResource("CylinderShape3D_0a04a") diff --git a/escape-room-version-2/zone_base.tscn b/escape-room-version-2/zone_base.tscn new file mode 100644 index 0000000..9b6037e --- /dev/null +++ b/escape-room-version-2/zone_base.tscn @@ -0,0 +1,53 @@ +[gd_scene load_steps=12 format=3 uid="uid://d3foohm3asqek"] + +[ext_resource type="PackedScene" uid="uid://qbmx03iibuuu" path="res://addons/godot-xr-tools/staging/scene_base.tscn" id="1_6i2xq"] +[ext_resource type="PackedScene" uid="uid://cqhw276realc" path="res://addons/godot-xr-tools/functions/function_pointer.tscn" id="3_f70og"] +[ext_resource type="PackedScene" uid="uid://bl2nuu3qhlb5k" path="res://addons/godot-xr-tools/functions/movement_direct.tscn" id="4_v4jm2"] +[ext_resource type="PackedScene" uid="uid://b4ysuy43poobf" path="res://addons/godot-xr-tools/functions/function_pickup.tscn" id="5_iauun"] +[ext_resource type="PackedScene" uid="uid://njx823gyk04n" path="res://addons/godot-xr-tools/hands/scenes/highpoly/left_hand.tscn" id="5_v4jm2"] +[ext_resource type="PackedScene" uid="uid://diyu06cw06syv" path="res://addons/godot-xr-tools/player/player_body.tscn" id="6_iauun"] +[ext_resource type="PackedScene" uid="uid://b6bk2pj8vbj28" path="res://addons/godot-xr-tools/functions/movement_turn.tscn" id="7_l3ipj"] +[ext_resource type="PackedScene" uid="uid://fiul51tsyoop" path="res://addons/godot-xr-tools/functions/function_teleport.tscn" id="8_77o42"] +[ext_resource type="PackedScene" uid="uid://raeeicvvindd" path="res://addons/godot-xr-tools/hands/scenes/highpoly/right_hand.tscn" id="8_enoaf"] + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_iauun"] +albedo_color = Color(0, 0.16470589, 1, 1) + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_v4jm2"] +albedo_color = Color(0, 0.16470589, 1, 1) + +[node name="ZoneBase" instance=ExtResource("1_6i2xq")] + +[node name="FunctionPointer" parent="XROrigin3D/LeftHand" index="0" instance=ExtResource("3_f70og")] +distance = 2.0 +laser_length = 1 +laser_material = SubResource("StandardMaterial3D_iauun") + +[node name="MovementDirect" parent="XROrigin3D/LeftHand" index="1" groups=["player_body"] instance=ExtResource("4_v4jm2")] +strafe = true + +[node name="FunctionPickup" parent="XROrigin3D/LeftHand" index="2" instance=ExtResource("5_iauun")] +action_button_action = "grip_click" + +[node name="Skeleton3D" type="Skeleton3D" parent="XROrigin3D/LeftHand" index="3"] + +[node name="LeftHand" parent="XROrigin3D/LeftHand/Skeleton3D" index="0" instance=ExtResource("5_v4jm2")] + +[node name="FunctionPointer" parent="XROrigin3D/RightHand" index="0" instance=ExtResource("3_f70og")] +distance = 2.0 +laser_length = 1 +laser_material = SubResource("StandardMaterial3D_v4jm2") + +[node name="MovementTurn" parent="XROrigin3D/RightHand" index="1" instance=ExtResource("7_l3ipj")] + +[node name="FunctionTeleport" parent="XROrigin3D/RightHand" index="2" instance=ExtResource("8_77o42")] +teleport_button_action = "by_button" + +[node name="FunctionPickup" parent="XROrigin3D/RightHand" index="3" instance=ExtResource("5_iauun")] +action_button_action = "grip_click" + +[node name="Skeleton3D" type="Skeleton3D" parent="XROrigin3D/RightHand" index="4"] + +[node name="RightHand" parent="XROrigin3D/RightHand/Skeleton3D" index="0" instance=ExtResource("8_enoaf")] + +[node name="PlayerBody" parent="XROrigin3D" index="3" instance=ExtResource("6_iauun")] diff --git a/escape-room/assets-lib/Chess(scifi)/black-chess-scifi.png.import b/escape-room/assets-lib/Chess(scifi)/black-chess-scifi.png.import index 30842d6..45203b9 100644 --- a/escape-room/assets-lib/Chess(scifi)/black-chess-scifi.png.import +++ b/escape-room/assets-lib/Chess(scifi)/black-chess-scifi.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://clkbgtjcadkbe" -path="res://.godot/imported/black-chess-scifi.png-205c18d1d63a185605e9e4320065e245.ctex" +path="res://godot/imported/black-chess-scifi.png-205c18d1d63a185605e9e4320065e245.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Chess(scifi)/black-chess-scifi.png" -dest_files=["res://.godot/imported/black-chess-scifi.png-205c18d1d63a185605e9e4320065e245.ctex"] +dest_files=["res://godot/imported/black-chess-scifi.png-205c18d1d63a185605e9e4320065e245.ctex"] [params] diff --git a/escape-room/assets-lib/Chess(scifi)/scifichess-bishop.obj.import b/escape-room/assets-lib/Chess(scifi)/scifichess-bishop.obj.import index 52b2a98..c125706 100644 --- a/escape-room/assets-lib/Chess(scifi)/scifichess-bishop.obj.import +++ b/escape-room/assets-lib/Chess(scifi)/scifichess-bishop.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://cqvp0ouvu6dyh" -path="res://.godot/imported/scifichess-bishop.obj-efddcde0b4b4fc852ab64041cf54375a.mesh" +path="res://godot/imported/scifichess-bishop.obj-efddcde0b4b4fc852ab64041cf54375a.mesh" [deps] -files=["res://.godot/imported/scifichess-bishop.obj-efddcde0b4b4fc852ab64041cf54375a.mesh"] +files=["res://godot/imported/scifichess-bishop.obj-efddcde0b4b4fc852ab64041cf54375a.mesh"] source_file="res://assets-lib/Chess(scifi)/scifichess-bishop.obj" -dest_files=["res://.godot/imported/scifichess-bishop.obj-efddcde0b4b4fc852ab64041cf54375a.mesh", "res://.godot/imported/scifichess-bishop.obj-efddcde0b4b4fc852ab64041cf54375a.mesh"] +dest_files=["res://godot/imported/scifichess-bishop.obj-efddcde0b4b4fc852ab64041cf54375a.mesh", "res://godot/imported/scifichess-bishop.obj-efddcde0b4b4fc852ab64041cf54375a.mesh"] [params] diff --git a/escape-room/assets-lib/Chess(scifi)/scifichess-king.obj.import b/escape-room/assets-lib/Chess(scifi)/scifichess-king.obj.import index 61213fb..c64079a 100644 --- a/escape-room/assets-lib/Chess(scifi)/scifichess-king.obj.import +++ b/escape-room/assets-lib/Chess(scifi)/scifichess-king.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://bb3q3l74pcpu2" -path="res://.godot/imported/scifichess-king.obj-eccc72afc3e8e0658f72aac639e86d61.mesh" +path="res://godot/imported/scifichess-king.obj-eccc72afc3e8e0658f72aac639e86d61.mesh" [deps] -files=["res://.godot/imported/scifichess-king.obj-eccc72afc3e8e0658f72aac639e86d61.mesh"] +files=["res://godot/imported/scifichess-king.obj-eccc72afc3e8e0658f72aac639e86d61.mesh"] source_file="res://assets-lib/Chess(scifi)/scifichess-king.obj" -dest_files=["res://.godot/imported/scifichess-king.obj-eccc72afc3e8e0658f72aac639e86d61.mesh", "res://.godot/imported/scifichess-king.obj-eccc72afc3e8e0658f72aac639e86d61.mesh"] +dest_files=["res://godot/imported/scifichess-king.obj-eccc72afc3e8e0658f72aac639e86d61.mesh", "res://godot/imported/scifichess-king.obj-eccc72afc3e8e0658f72aac639e86d61.mesh"] [params] diff --git a/escape-room/assets-lib/Chess(scifi)/scifichess-knight.obj.import b/escape-room/assets-lib/Chess(scifi)/scifichess-knight.obj.import index 5e822c6..8a7bb47 100644 --- a/escape-room/assets-lib/Chess(scifi)/scifichess-knight.obj.import +++ b/escape-room/assets-lib/Chess(scifi)/scifichess-knight.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dqaf7fs3siqmi" -path="res://.godot/imported/scifichess-knight.obj-ebfd833573b82083e7ad30fa511b3180.mesh" +path="res://godot/imported/scifichess-knight.obj-ebfd833573b82083e7ad30fa511b3180.mesh" [deps] -files=["res://.godot/imported/scifichess-knight.obj-ebfd833573b82083e7ad30fa511b3180.mesh"] +files=["res://godot/imported/scifichess-knight.obj-ebfd833573b82083e7ad30fa511b3180.mesh"] source_file="res://assets-lib/Chess(scifi)/scifichess-knight.obj" -dest_files=["res://.godot/imported/scifichess-knight.obj-ebfd833573b82083e7ad30fa511b3180.mesh", "res://.godot/imported/scifichess-knight.obj-ebfd833573b82083e7ad30fa511b3180.mesh"] +dest_files=["res://godot/imported/scifichess-knight.obj-ebfd833573b82083e7ad30fa511b3180.mesh", "res://godot/imported/scifichess-knight.obj-ebfd833573b82083e7ad30fa511b3180.mesh"] [params] diff --git a/escape-room/assets-lib/Chess(scifi)/scifichess-pawn.obj.import b/escape-room/assets-lib/Chess(scifi)/scifichess-pawn.obj.import index 39f1ac7..46a7b8d 100644 --- a/escape-room/assets-lib/Chess(scifi)/scifichess-pawn.obj.import +++ b/escape-room/assets-lib/Chess(scifi)/scifichess-pawn.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://c1efrty7vl0cn" -path="res://.godot/imported/scifichess-pawn.obj-6947e135d349774e8028eb65873facbf.mesh" +path="res://godot/imported/scifichess-pawn.obj-6947e135d349774e8028eb65873facbf.mesh" [deps] -files=["res://.godot/imported/scifichess-pawn.obj-6947e135d349774e8028eb65873facbf.mesh"] +files=["res://godot/imported/scifichess-pawn.obj-6947e135d349774e8028eb65873facbf.mesh"] source_file="res://assets-lib/Chess(scifi)/scifichess-pawn.obj" -dest_files=["res://.godot/imported/scifichess-pawn.obj-6947e135d349774e8028eb65873facbf.mesh", "res://.godot/imported/scifichess-pawn.obj-6947e135d349774e8028eb65873facbf.mesh"] +dest_files=["res://godot/imported/scifichess-pawn.obj-6947e135d349774e8028eb65873facbf.mesh", "res://godot/imported/scifichess-pawn.obj-6947e135d349774e8028eb65873facbf.mesh"] [params] diff --git a/escape-room/assets-lib/Chess(scifi)/scifichess-queen.obj.import b/escape-room/assets-lib/Chess(scifi)/scifichess-queen.obj.import index 6f1bd97..72a08f7 100644 --- a/escape-room/assets-lib/Chess(scifi)/scifichess-queen.obj.import +++ b/escape-room/assets-lib/Chess(scifi)/scifichess-queen.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://ia3mffffi3vw" -path="res://.godot/imported/scifichess-queen.obj-e32a972326ac85ab556d38c524491c19.mesh" +path="res://godot/imported/scifichess-queen.obj-e32a972326ac85ab556d38c524491c19.mesh" [deps] -files=["res://.godot/imported/scifichess-queen.obj-e32a972326ac85ab556d38c524491c19.mesh"] +files=["res://godot/imported/scifichess-queen.obj-e32a972326ac85ab556d38c524491c19.mesh"] source_file="res://assets-lib/Chess(scifi)/scifichess-queen.obj" -dest_files=["res://.godot/imported/scifichess-queen.obj-e32a972326ac85ab556d38c524491c19.mesh", "res://.godot/imported/scifichess-queen.obj-e32a972326ac85ab556d38c524491c19.mesh"] +dest_files=["res://godot/imported/scifichess-queen.obj-e32a972326ac85ab556d38c524491c19.mesh", "res://godot/imported/scifichess-queen.obj-e32a972326ac85ab556d38c524491c19.mesh"] [params] diff --git a/escape-room/assets-lib/Chess(scifi)/scifichess-rook.obj.import b/escape-room/assets-lib/Chess(scifi)/scifichess-rook.obj.import index f5e23ab..d29a48e 100644 --- a/escape-room/assets-lib/Chess(scifi)/scifichess-rook.obj.import +++ b/escape-room/assets-lib/Chess(scifi)/scifichess-rook.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://bi82s371plkh" -path="res://.godot/imported/scifichess-rook.obj-ac62ff1384057c88d81b1cc99bd9b7c3.mesh" +path="res://godot/imported/scifichess-rook.obj-ac62ff1384057c88d81b1cc99bd9b7c3.mesh" [deps] -files=["res://.godot/imported/scifichess-rook.obj-ac62ff1384057c88d81b1cc99bd9b7c3.mesh"] +files=["res://godot/imported/scifichess-rook.obj-ac62ff1384057c88d81b1cc99bd9b7c3.mesh"] source_file="res://assets-lib/Chess(scifi)/scifichess-rook.obj" -dest_files=["res://.godot/imported/scifichess-rook.obj-ac62ff1384057c88d81b1cc99bd9b7c3.mesh", "res://.godot/imported/scifichess-rook.obj-ac62ff1384057c88d81b1cc99bd9b7c3.mesh"] +dest_files=["res://godot/imported/scifichess-rook.obj-ac62ff1384057c88d81b1cc99bd9b7c3.mesh", "res://godot/imported/scifichess-rook.obj-ac62ff1384057c88d81b1cc99bd9b7c3.mesh"] [params] diff --git a/escape-room/assets-lib/Chess(scifi)/white-chess-scifi.png.import b/escape-room/assets-lib/Chess(scifi)/white-chess-scifi.png.import index 74cb969..5e61ddf 100644 --- a/escape-room/assets-lib/Chess(scifi)/white-chess-scifi.png.import +++ b/escape-room/assets-lib/Chess(scifi)/white-chess-scifi.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dlchouthtjwvi" -path="res://.godot/imported/white-chess-scifi.png-b4876bd6cc4f3a3d5411fb93725bf6aa.ctex" +path="res://godot/imported/white-chess-scifi.png-b4876bd6cc4f3a3d5411fb93725bf6aa.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Chess(scifi)/white-chess-scifi.png" -dest_files=["res://.godot/imported/white-chess-scifi.png-b4876bd6cc4f3a3d5411fb93725bf6aa.ctex"] +dest_files=["res://godot/imported/white-chess-scifi.png-b4876bd6cc4f3a3d5411fb93725bf6aa.ctex"] [params] diff --git a/escape-room/assets-lib/Disco_Ball/disco_ball.blend.import b/escape-room/assets-lib/Disco_Ball/disco_ball.blend.import index 6cc9ac4..140e3b1 100644 --- a/escape-room/assets-lib/Disco_Ball/disco_ball.blend.import +++ b/escape-room/assets-lib/Disco_Ball/disco_ball.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bvytoh8cgfsv2" -path="res://.godot/imported/disco_ball.blend-cc9fbad73ba9c604b04283c14d8910e8.scn" +path="res://godot/imported/disco_ball.blend-cc9fbad73ba9c604b04283c14d8910e8.scn" [deps] source_file="res://assets-lib/Disco_Ball/disco_ball.blend" -dest_files=["res://.godot/imported/disco_ball.blend-cc9fbad73ba9c604b04283c14d8910e8.scn"] +dest_files=["res://godot/imported/disco_ball.blend-cc9fbad73ba9c604b04283c14d8910e8.scn"] [params] diff --git a/escape-room/assets-lib/Disco_Ball/disco_ball_diff.png.import b/escape-room/assets-lib/Disco_Ball/disco_ball_diff.png.import index fc689fa..d48f04e 100644 --- a/escape-room/assets-lib/Disco_Ball/disco_ball_diff.png.import +++ b/escape-room/assets-lib/Disco_Ball/disco_ball_diff.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ccqu6gjbgoio" -path="res://.godot/imported/disco_ball_diff.png-522876dedd17e1daf4338329aa13c4d8.ctex" +path="res://godot/imported/disco_ball_diff.png-522876dedd17e1daf4338329aa13c4d8.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Disco_Ball/disco_ball_diff.png" -dest_files=["res://.godot/imported/disco_ball_diff.png-522876dedd17e1daf4338329aa13c4d8.ctex"] +dest_files=["res://godot/imported/disco_ball_diff.png-522876dedd17e1daf4338329aa13c4d8.ctex"] [params] diff --git a/escape-room/assets-lib/Disco_Ball/disco_ball_normal.png.import b/escape-room/assets-lib/Disco_Ball/disco_ball_normal.png.import index 79f82df..ffbd050 100644 --- a/escape-room/assets-lib/Disco_Ball/disco_ball_normal.png.import +++ b/escape-room/assets-lib/Disco_Ball/disco_ball_normal.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dmqejqrk5wfj7" -path="res://.godot/imported/disco_ball_normal.png-c5671fb2f6ced86f8ee2566b0531b50e.ctex" +path="res://godot/imported/disco_ball_normal.png-c5671fb2f6ced86f8ee2566b0531b50e.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Disco_Ball/disco_ball_normal.png" -dest_files=["res://.godot/imported/disco_ball_normal.png-c5671fb2f6ced86f8ee2566b0531b50e.ctex"] +dest_files=["res://godot/imported/disco_ball_normal.png-c5671fb2f6ced86f8ee2566b0531b50e.ctex"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Bed.blend.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Bed.blend.import index b8ecd03..a913c7a 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Bed.blend.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Bed.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://s1jegw4ttlco" -path="res://.godot/imported/Bed.blend-fbac3ea2da232388351bb2c1882d21d9.scn" +path="res://godot/imported/Bed.blend-fbac3ea2da232388351bb2c1882d21d9.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Bed.blend" -dest_files=["res://.godot/imported/Bed.blend-fbac3ea2da232388351bb2c1882d21d9.scn"] +dest_files=["res://godot/imported/Bed.blend-fbac3ea2da232388351bb2c1882d21d9.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/BedKing.blend.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/BedKing.blend.import index 2c1ae6a..5e58bcd 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/BedKing.blend.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/BedKing.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bm2u5s57xs71f" -path="res://.godot/imported/BedKing.blend-84ea8585d5d92865a1076a2b6bfa8b5e.scn" +path="res://godot/imported/BedKing.blend-84ea8585d5d92865a1076a2b6bfa8b5e.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/BedKing.blend" -dest_files=["res://.godot/imported/BedKing.blend-84ea8585d5d92865a1076a2b6bfa8b5e.scn"] +dest_files=["res://godot/imported/BedKing.blend-84ea8585d5d92865a1076a2b6bfa8b5e.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/BookCase.blend.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/BookCase.blend.import index f441e4b..7f5f1ee 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/BookCase.blend.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/BookCase.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://1weijkn4dkm3" -path="res://.godot/imported/BookCase.blend-a5e519a5ce034c33af03fce8d5a638c8.scn" +path="res://godot/imported/BookCase.blend-a5e519a5ce034c33af03fce8d5a638c8.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/BookCase.blend" -dest_files=["res://.godot/imported/BookCase.blend-a5e519a5ce034c33af03fce8d5a638c8.scn"] +dest_files=["res://godot/imported/BookCase.blend-a5e519a5ce034c33af03fce8d5a638c8.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/BookCaseBooks.blend.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/BookCaseBooks.blend.import index 64c7500..8ae39a7 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/BookCaseBooks.blend.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/BookCaseBooks.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bajcapfvyy23g" -path="res://.godot/imported/BookCaseBooks.blend-680e0e4cc1ae3cd1804ae598036bdc7f.scn" +path="res://godot/imported/BookCaseBooks.blend-680e0e4cc1ae3cd1804ae598036bdc7f.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/BookCaseBooks.blend" -dest_files=["res://.godot/imported/BookCaseBooks.blend-680e0e4cc1ae3cd1804ae598036bdc7f.scn"] +dest_files=["res://godot/imported/BookCaseBooks.blend-680e0e4cc1ae3cd1804ae598036bdc7f.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/BookCaseLarge.blend.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/BookCaseLarge.blend.import index 630932f..d10e3a0 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/BookCaseLarge.blend.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/BookCaseLarge.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://djisvcocwui4h" -path="res://.godot/imported/BookCaseLarge.blend-eea7ddeb0a5135a66c115de045e28014.scn" +path="res://godot/imported/BookCaseLarge.blend-eea7ddeb0a5135a66c115de045e28014.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/BookCaseLarge.blend" -dest_files=["res://.godot/imported/BookCaseLarge.blend-eea7ddeb0a5135a66c115de045e28014.scn"] +dest_files=["res://godot/imported/BookCaseLarge.blend-eea7ddeb0a5135a66c115de045e28014.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/BookCaseLargeBooks.blend.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/BookCaseLargeBooks.blend.import index 053c911..68a4d76 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/BookCaseLargeBooks.blend.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/BookCaseLargeBooks.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dg8qmk3cd0ts1" -path="res://.godot/imported/BookCaseLargeBooks.blend-45f92b6b991a2d7d5ae9b534408a7ea8.scn" +path="res://godot/imported/BookCaseLargeBooks.blend-45f92b6b991a2d7d5ae9b534408a7ea8.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/BookCaseLargeBooks.blend" -dest_files=["res://.godot/imported/BookCaseLargeBooks.blend-45f92b6b991a2d7d5ae9b534408a7ea8.scn"] +dest_files=["res://godot/imported/BookCaseLargeBooks.blend-45f92b6b991a2d7d5ae9b534408a7ea8.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Chair.blend.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Chair.blend.import index c59ecae..ccdb887 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Chair.blend.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Chair.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bah5x4w84683f" -path="res://.godot/imported/Chair.blend-26fef1cf4923b5753f1623fcb4b5b814.scn" +path="res://godot/imported/Chair.blend-26fef1cf4923b5753f1623fcb4b5b814.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Chair.blend" -dest_files=["res://.godot/imported/Chair.blend-26fef1cf4923b5753f1623fcb4b5b814.scn"] +dest_files=["res://godot/imported/Chair.blend-26fef1cf4923b5753f1623fcb4b5b814.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/ChairCushioned.blend.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/ChairCushioned.blend.import index ab9c39e..fc71fbd 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/ChairCushioned.blend.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/ChairCushioned.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://br63wapy2ef4p" -path="res://.godot/imported/ChairCushioned.blend-f908906410282798e5ebbd339cf4f92a.scn" +path="res://godot/imported/ChairCushioned.blend-f908906410282798e5ebbd339cf4f92a.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/ChairCushioned.blend" -dest_files=["res://.godot/imported/ChairCushioned.blend-f908906410282798e5ebbd339cf4f92a.scn"] +dest_files=["res://godot/imported/ChairCushioned.blend-f908906410282798e5ebbd339cf4f92a.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/ChairHandle.blend.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/ChairHandle.blend.import index a33da9d..6412034 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/ChairHandle.blend.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/ChairHandle.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://iea2f1rlqq5q" -path="res://.godot/imported/ChairHandle.blend-91aa0e27330f17732ec57da3d0c1c8c4.scn" +path="res://godot/imported/ChairHandle.blend-91aa0e27330f17732ec57da3d0c1c8c4.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/ChairHandle.blend" -dest_files=["res://.godot/imported/ChairHandle.blend-91aa0e27330f17732ec57da3d0c1c8c4.scn"] +dest_files=["res://godot/imported/ChairHandle.blend-91aa0e27330f17732ec57da3d0c1c8c4.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Closet.blend.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Closet.blend.import index dd957a5..d9ec3c7 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Closet.blend.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Closet.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://7cyr1mmsnftg" -path="res://.godot/imported/Closet.blend-fc2fe20ffe53d20c1e36bc25e0984ad5.scn" +path="res://godot/imported/Closet.blend-fc2fe20ffe53d20c1e36bc25e0984ad5.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Closet.blend" -dest_files=["res://.godot/imported/Closet.blend-fc2fe20ffe53d20c1e36bc25e0984ad5.scn"] +dest_files=["res://godot/imported/Closet.blend-fc2fe20ffe53d20c1e36bc25e0984ad5.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Closet2.blend.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Closet2.blend.import index f2afb83..384343d 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Closet2.blend.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Closet2.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://3ipofbc6gotw" -path="res://.godot/imported/Closet2.blend-6c38e6f7765c312fc482b1578c410f4c.scn" +path="res://godot/imported/Closet2.blend-6c38e6f7765c312fc482b1578c410f4c.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Closet2.blend" -dest_files=["res://.godot/imported/Closet2.blend-6c38e6f7765c312fc482b1578c410f4c.scn"] +dest_files=["res://godot/imported/Closet2.blend-6c38e6f7765c312fc482b1578c410f4c.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Coffee Table 2.blend.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Coffee Table 2.blend.import index dbc01b3..05f2ef2 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Coffee Table 2.blend.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Coffee Table 2.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cphabnyvrmykf" -path="res://.godot/imported/Coffee Table 2.blend-d59822878b7db6fd2bde9379091f0a6f.scn" +path="res://godot/imported/Coffee Table 2.blend-d59822878b7db6fd2bde9379091f0a6f.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Coffee Table 2.blend" -dest_files=["res://.godot/imported/Coffee Table 2.blend-d59822878b7db6fd2bde9379091f0a6f.scn"] +dest_files=["res://godot/imported/Coffee Table 2.blend-d59822878b7db6fd2bde9379091f0a6f.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/CoffeeTable.blend.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/CoffeeTable.blend.import index 193d17c..c9283bc 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/CoffeeTable.blend.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/CoffeeTable.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://t5yqkbyobhb3" -path="res://.godot/imported/CoffeeTable.blend-4e32d6741e50ddd133e5a5bed3697a6d.scn" +path="res://godot/imported/CoffeeTable.blend-4e32d6741e50ddd133e5a5bed3697a6d.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/CoffeeTable.blend" -dest_files=["res://.godot/imported/CoffeeTable.blend-4e32d6741e50ddd133e5a5bed3697a6d.scn"] +dest_files=["res://godot/imported/CoffeeTable.blend-4e32d6741e50ddd133e5a5bed3697a6d.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Lamp.blend.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Lamp.blend.import index 468f3cd..d2ae8f2 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Lamp.blend.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Lamp.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cealxoodvspl2" -path="res://.godot/imported/Lamp.blend-7a99ede60a460d68a629388b27725274.scn" +path="res://godot/imported/Lamp.blend-7a99ede60a460d68a629388b27725274.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Lamp.blend" -dest_files=["res://.godot/imported/Lamp.blend-7a99ede60a460d68a629388b27725274.scn"] +dest_files=["res://godot/imported/Lamp.blend-7a99ede60a460d68a629388b27725274.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Lamp2.blend.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Lamp2.blend.import index e53777e..2b1ebf4 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Lamp2.blend.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Lamp2.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://umunwd5ppobr" -path="res://.godot/imported/Lamp2.blend-3cfa91dab89355d09e2e60c536112895.scn" +path="res://godot/imported/Lamp2.blend-3cfa91dab89355d09e2e60c536112895.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Lamp2.blend" -dest_files=["res://.godot/imported/Lamp2.blend-3cfa91dab89355d09e2e60c536112895.scn"] +dest_files=["res://godot/imported/Lamp2.blend-3cfa91dab89355d09e2e60c536112895.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Plant.blend.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Plant.blend.import index 93e772b..e3b7f66 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Plant.blend.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Plant.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://8p6riqvv6txr" -path="res://.godot/imported/Plant.blend-caa88e85b27881f01b4dc09b385033c5.scn" +path="res://godot/imported/Plant.blend-caa88e85b27881f01b4dc09b385033c5.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Plant.blend" -dest_files=["res://.godot/imported/Plant.blend-caa88e85b27881f01b4dc09b385033c5.scn"] +dest_files=["res://godot/imported/Plant.blend-caa88e85b27881f01b4dc09b385033c5.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Sofa.blend.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Sofa.blend.import index f592ad6..5a9c70c 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Sofa.blend.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Sofa.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://mhxmctd045bo" -path="res://.godot/imported/Sofa.blend-a2d10c5f707fcc5f0a8113c6d1a38f0f.scn" +path="res://godot/imported/Sofa.blend-a2d10c5f707fcc5f0a8113c6d1a38f0f.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Sofa.blend" -dest_files=["res://.godot/imported/Sofa.blend-a2d10c5f707fcc5f0a8113c6d1a38f0f.scn"] +dest_files=["res://godot/imported/Sofa.blend-a2d10c5f707fcc5f0a8113c6d1a38f0f.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/SofaDouble.blend.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/SofaDouble.blend.import index c4035fe..37798d7 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/SofaDouble.blend.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/SofaDouble.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bt3ihgjhu5ru7" -path="res://.godot/imported/SofaDouble.blend-52cd2e520b3a84857648bd15105cdad5.scn" +path="res://godot/imported/SofaDouble.blend-52cd2e520b3a84857648bd15105cdad5.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/SofaDouble.blend" -dest_files=["res://.godot/imported/SofaDouble.blend-52cd2e520b3a84857648bd15105cdad5.scn"] +dest_files=["res://godot/imported/SofaDouble.blend-52cd2e520b3a84857648bd15105cdad5.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/SofaLong.blend.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/SofaLong.blend.import index bce747b..1e264c2 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/SofaLong.blend.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/SofaLong.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ddx303ty2i3ik" -path="res://.godot/imported/SofaLong.blend-6455ee46dd25c7d9b7c463c6df117da4.scn" +path="res://godot/imported/SofaLong.blend-6455ee46dd25c7d9b7c463c6df117da4.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/SofaLong.blend" -dest_files=["res://.godot/imported/SofaLong.blend-6455ee46dd25c7d9b7c463c6df117da4.scn"] +dest_files=["res://godot/imported/SofaLong.blend-6455ee46dd25c7d9b7c463c6df117da4.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Stool.blend.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Stool.blend.import index 0a5d9a3..73f8921 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Stool.blend.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Stool.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c1fp5bj27jcxh" -path="res://.godot/imported/Stool.blend-c36c6aeb242012af04ea2eeaefa3269c.scn" +path="res://godot/imported/Stool.blend-c36c6aeb242012af04ea2eeaefa3269c.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Stool.blend" -dest_files=["res://.godot/imported/Stool.blend-c36c6aeb242012af04ea2eeaefa3269c.scn"] +dest_files=["res://godot/imported/Stool.blend-c36c6aeb242012af04ea2eeaefa3269c.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Table.blend.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Table.blend.import index d4f6f42..3b99f61 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Table.blend.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Table.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ck07t8p34dwen" -path="res://.godot/imported/Table.blend-a5ddba4c46d33fabae8e78e5dbd49e79.scn" +path="res://godot/imported/Table.blend-a5ddba4c46d33fabae8e78e5dbd49e79.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Table.blend" -dest_files=["res://.godot/imported/Table.blend-a5ddba4c46d33fabae8e78e5dbd49e79.scn"] +dest_files=["res://godot/imported/Table.blend-a5ddba4c46d33fabae8e78e5dbd49e79.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Vase.blend.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Vase.blend.import index b1cce90..dd6db79 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Vase.blend.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Vase.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b45xx0vx16dps" -path="res://.godot/imported/Vase.blend-1daa0112e5526208d4da750478bde46b.scn" +path="res://godot/imported/Vase.blend-1daa0112e5526208d4da750478bde46b.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Vase.blend" -dest_files=["res://.godot/imported/Vase.blend-1daa0112e5526208d4da750478bde46b.scn"] +dest_files=["res://godot/imported/Vase.blend-1daa0112e5526208d4da750478bde46b.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Vase2.blend.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Vase2.blend.import index e279694..4e6c901 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Vase2.blend.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Vase2.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cqnpbtpbx50qr" -path="res://.godot/imported/Vase2.blend-fe244a3fad55afffa03c50f40bdb4317.scn" +path="res://godot/imported/Vase2.blend-fe244a3fad55afffa03c50f40bdb4317.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/Vase2.blend" -dest_files=["res://.godot/imported/Vase2.blend-fe244a3fad55afffa03c50f40bdb4317.scn"] +dest_files=["res://godot/imported/Vase2.blend-fe244a3fad55afffa03c50f40bdb4317.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Bed.fbx.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Bed.fbx.import index 90be149..e91412c 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Bed.fbx.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Bed.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://p1la6kjyi6fg" -path="res://.godot/imported/Bed.fbx-2a95dd903d53807ceac4ff5028f59533.scn" +path="res://godot/imported/Bed.fbx-2a95dd903d53807ceac4ff5028f59533.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Bed.fbx" -dest_files=["res://.godot/imported/Bed.fbx-2a95dd903d53807ceac4ff5028f59533.scn"] +dest_files=["res://godot/imported/Bed.fbx-2a95dd903d53807ceac4ff5028f59533.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/BedKing.fbx.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/BedKing.fbx.import index a9ac243..3960778 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/BedKing.fbx.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/BedKing.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bd413mbporp1s" -path="res://.godot/imported/BedKing.fbx-dfc408c5263a7877ac40302f8345f9bd.scn" +path="res://godot/imported/BedKing.fbx-dfc408c5263a7877ac40302f8345f9bd.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/BedKing.fbx" -dest_files=["res://.godot/imported/BedKing.fbx-dfc408c5263a7877ac40302f8345f9bd.scn"] +dest_files=["res://godot/imported/BedKing.fbx-dfc408c5263a7877ac40302f8345f9bd.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/BookCase.fbx.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/BookCase.fbx.import index 02e4041..242c3f7 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/BookCase.fbx.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/BookCase.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dbx1dwlpn3ps0" -path="res://.godot/imported/BookCase.fbx-70965f7e4dc656a6fbab78ed5e5e3571.scn" +path="res://godot/imported/BookCase.fbx-70965f7e4dc656a6fbab78ed5e5e3571.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/BookCase.fbx" -dest_files=["res://.godot/imported/BookCase.fbx-70965f7e4dc656a6fbab78ed5e5e3571.scn"] +dest_files=["res://godot/imported/BookCase.fbx-70965f7e4dc656a6fbab78ed5e5e3571.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/BookCaseBooks.fbx.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/BookCaseBooks.fbx.import index b66a65d..2973233 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/BookCaseBooks.fbx.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/BookCaseBooks.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://3cp6hp5l7ywl" -path="res://.godot/imported/BookCaseBooks.fbx-47dc04ec63c4b0f0795088e0cf1942c7.scn" +path="res://godot/imported/BookCaseBooks.fbx-47dc04ec63c4b0f0795088e0cf1942c7.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/BookCaseBooks.fbx" -dest_files=["res://.godot/imported/BookCaseBooks.fbx-47dc04ec63c4b0f0795088e0cf1942c7.scn"] +dest_files=["res://godot/imported/BookCaseBooks.fbx-47dc04ec63c4b0f0795088e0cf1942c7.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/BookCaseLarge.fbx.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/BookCaseLarge.fbx.import index 35d369c..d97fcdf 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/BookCaseLarge.fbx.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/BookCaseLarge.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dpjv2olyjt3as" -path="res://.godot/imported/BookCaseLarge.fbx-351b3b550f5cab2bb92567d82e951a4f.scn" +path="res://godot/imported/BookCaseLarge.fbx-351b3b550f5cab2bb92567d82e951a4f.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/BookCaseLarge.fbx" -dest_files=["res://.godot/imported/BookCaseLarge.fbx-351b3b550f5cab2bb92567d82e951a4f.scn"] +dest_files=["res://godot/imported/BookCaseLarge.fbx-351b3b550f5cab2bb92567d82e951a4f.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/BookCaseLargeBooks.fbx.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/BookCaseLargeBooks.fbx.import index 9ed3ba3..c4a71bb 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/BookCaseLargeBooks.fbx.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/BookCaseLargeBooks.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://i63wyuar82fg" -path="res://.godot/imported/BookCaseLargeBooks.fbx-61f4500143a917f4c0cdf5ba03f91558.scn" +path="res://godot/imported/BookCaseLargeBooks.fbx-61f4500143a917f4c0cdf5ba03f91558.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/BookCaseLargeBooks.fbx" -dest_files=["res://.godot/imported/BookCaseLargeBooks.fbx-61f4500143a917f4c0cdf5ba03f91558.scn"] +dest_files=["res://godot/imported/BookCaseLargeBooks.fbx-61f4500143a917f4c0cdf5ba03f91558.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Chair.fbx.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Chair.fbx.import index c298259..4663444 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Chair.fbx.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Chair.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://crttq0c7mlbnl" -path="res://.godot/imported/Chair.fbx-8bb338a08758c0296d20f6ef0968c3f0.scn" +path="res://godot/imported/Chair.fbx-8bb338a08758c0296d20f6ef0968c3f0.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Chair.fbx" -dest_files=["res://.godot/imported/Chair.fbx-8bb338a08758c0296d20f6ef0968c3f0.scn"] +dest_files=["res://godot/imported/Chair.fbx-8bb338a08758c0296d20f6ef0968c3f0.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/ChairCushioned.fbx.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/ChairCushioned.fbx.import index bbbeea0..d7b0fae 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/ChairCushioned.fbx.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/ChairCushioned.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dx24e2vdeg6p7" -path="res://.godot/imported/ChairCushioned.fbx-88ae34ae00dcc597db340d64d6b6cfd0.scn" +path="res://godot/imported/ChairCushioned.fbx-88ae34ae00dcc597db340d64d6b6cfd0.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/ChairCushioned.fbx" -dest_files=["res://.godot/imported/ChairCushioned.fbx-88ae34ae00dcc597db340d64d6b6cfd0.scn"] +dest_files=["res://godot/imported/ChairCushioned.fbx-88ae34ae00dcc597db340d64d6b6cfd0.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/ChairHandle.fbx.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/ChairHandle.fbx.import index 770f3de..f6b86af 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/ChairHandle.fbx.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/ChairHandle.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://1ghdebcu526g" -path="res://.godot/imported/ChairHandle.fbx-8195be04d84f8ae7a0df61de83534b53.scn" +path="res://godot/imported/ChairHandle.fbx-8195be04d84f8ae7a0df61de83534b53.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/ChairHandle.fbx" -dest_files=["res://.godot/imported/ChairHandle.fbx-8195be04d84f8ae7a0df61de83534b53.scn"] +dest_files=["res://godot/imported/ChairHandle.fbx-8195be04d84f8ae7a0df61de83534b53.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Closet.fbx.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Closet.fbx.import index ce6c066..7adbf4b 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Closet.fbx.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Closet.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://drh6f6nprstug" -path="res://.godot/imported/Closet.fbx-df4ad68889a886a9254729cb8d6b1a05.scn" +path="res://godot/imported/Closet.fbx-df4ad68889a886a9254729cb8d6b1a05.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Closet.fbx" -dest_files=["res://.godot/imported/Closet.fbx-df4ad68889a886a9254729cb8d6b1a05.scn"] +dest_files=["res://godot/imported/Closet.fbx-df4ad68889a886a9254729cb8d6b1a05.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Closet2.fbx.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Closet2.fbx.import index c1a29d9..04bd021 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Closet2.fbx.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Closet2.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bcra80dx3y5q3" -path="res://.godot/imported/Closet2.fbx-28a8465a9ea3b1b093415008ab9216eb.scn" +path="res://godot/imported/Closet2.fbx-28a8465a9ea3b1b093415008ab9216eb.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Closet2.fbx" -dest_files=["res://.godot/imported/Closet2.fbx-28a8465a9ea3b1b093415008ab9216eb.scn"] +dest_files=["res://godot/imported/Closet2.fbx-28a8465a9ea3b1b093415008ab9216eb.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/CoffeeTable.fbx.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/CoffeeTable.fbx.import index 9d1ce88..156b8e1 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/CoffeeTable.fbx.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/CoffeeTable.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bjsbe2r6w8hi5" -path="res://.godot/imported/CoffeeTable.fbx-faff39621fa6a6ffe3d9c1afc267e34f.scn" +path="res://godot/imported/CoffeeTable.fbx-faff39621fa6a6ffe3d9c1afc267e34f.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/CoffeeTable.fbx" -dest_files=["res://.godot/imported/CoffeeTable.fbx-faff39621fa6a6ffe3d9c1afc267e34f.scn"] +dest_files=["res://godot/imported/CoffeeTable.fbx-faff39621fa6a6ffe3d9c1afc267e34f.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/CoffeeTable2.fbx.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/CoffeeTable2.fbx.import index 93a4115..aa8ea09 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/CoffeeTable2.fbx.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/CoffeeTable2.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://8pft1xrfsr3i" -path="res://.godot/imported/CoffeeTable2.fbx-6e30739da131515258f8df4d35f20ab9.scn" +path="res://godot/imported/CoffeeTable2.fbx-6e30739da131515258f8df4d35f20ab9.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/CoffeeTable2.fbx" -dest_files=["res://.godot/imported/CoffeeTable2.fbx-6e30739da131515258f8df4d35f20ab9.scn"] +dest_files=["res://godot/imported/CoffeeTable2.fbx-6e30739da131515258f8df4d35f20ab9.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Lamp.fbx.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Lamp.fbx.import index 6132a19..7210cd8 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Lamp.fbx.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Lamp.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://d2og6gxa3olek" -path="res://.godot/imported/Lamp.fbx-64e2a5de2ee107440595e2b52dd0a47b.scn" +path="res://godot/imported/Lamp.fbx-64e2a5de2ee107440595e2b52dd0a47b.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Lamp.fbx" -dest_files=["res://.godot/imported/Lamp.fbx-64e2a5de2ee107440595e2b52dd0a47b.scn"] +dest_files=["res://godot/imported/Lamp.fbx-64e2a5de2ee107440595e2b52dd0a47b.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Lamp2.fbx.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Lamp2.fbx.import index ab377fc..1ef845e 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Lamp2.fbx.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Lamp2.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b0lyld4behi67" -path="res://.godot/imported/Lamp2.fbx-d6348bb0c415d552ac8cbbaff4f5e74d.scn" +path="res://godot/imported/Lamp2.fbx-d6348bb0c415d552ac8cbbaff4f5e74d.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Lamp2.fbx" -dest_files=["res://.godot/imported/Lamp2.fbx-d6348bb0c415d552ac8cbbaff4f5e74d.scn"] +dest_files=["res://godot/imported/Lamp2.fbx-d6348bb0c415d552ac8cbbaff4f5e74d.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Plant.fbx.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Plant.fbx.import index 6c25a30..b4af069 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Plant.fbx.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Plant.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c4ljw6rs0iqk6" -path="res://.godot/imported/Plant.fbx-02bb75cd7297eed3e45791a91e01a4ed.scn" +path="res://godot/imported/Plant.fbx-02bb75cd7297eed3e45791a91e01a4ed.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Plant.fbx" -dest_files=["res://.godot/imported/Plant.fbx-02bb75cd7297eed3e45791a91e01a4ed.scn"] +dest_files=["res://godot/imported/Plant.fbx-02bb75cd7297eed3e45791a91e01a4ed.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Sofa.fbx.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Sofa.fbx.import index c3391f9..c448b38 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Sofa.fbx.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Sofa.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bqgocia67xk1s" -path="res://.godot/imported/Sofa.fbx-d7799f15a6b4f0e6cc1922384df4478d.scn" +path="res://godot/imported/Sofa.fbx-d7799f15a6b4f0e6cc1922384df4478d.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Sofa.fbx" -dest_files=["res://.godot/imported/Sofa.fbx-d7799f15a6b4f0e6cc1922384df4478d.scn"] +dest_files=["res://godot/imported/Sofa.fbx-d7799f15a6b4f0e6cc1922384df4478d.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/SofaDouble.fbx.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/SofaDouble.fbx.import index ee1151c..9825313 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/SofaDouble.fbx.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/SofaDouble.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://beswye3e167kv" -path="res://.godot/imported/SofaDouble.fbx-b412896dbd7c1b4e871febcdc8697ded.scn" +path="res://godot/imported/SofaDouble.fbx-b412896dbd7c1b4e871febcdc8697ded.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/SofaDouble.fbx" -dest_files=["res://.godot/imported/SofaDouble.fbx-b412896dbd7c1b4e871febcdc8697ded.scn"] +dest_files=["res://godot/imported/SofaDouble.fbx-b412896dbd7c1b4e871febcdc8697ded.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/SofaLong.fbx.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/SofaLong.fbx.import index a47a8b8..53cd284 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/SofaLong.fbx.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/SofaLong.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dl2pl8b5ciuao" -path="res://.godot/imported/SofaLong.fbx-a648f2100f14543265cce15e0912833d.scn" +path="res://godot/imported/SofaLong.fbx-a648f2100f14543265cce15e0912833d.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/SofaLong.fbx" -dest_files=["res://.godot/imported/SofaLong.fbx-a648f2100f14543265cce15e0912833d.scn"] +dest_files=["res://godot/imported/SofaLong.fbx-a648f2100f14543265cce15e0912833d.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Stool.fbx.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Stool.fbx.import index 54d9046..cd8dd18 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Stool.fbx.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Stool.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dxbyqaffdqvbi" -path="res://.godot/imported/Stool.fbx-c16104ef5be123997136100f9d823ab4.scn" +path="res://godot/imported/Stool.fbx-c16104ef5be123997136100f9d823ab4.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Stool.fbx" -dest_files=["res://.godot/imported/Stool.fbx-c16104ef5be123997136100f9d823ab4.scn"] +dest_files=["res://godot/imported/Stool.fbx-c16104ef5be123997136100f9d823ab4.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Table.fbx.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Table.fbx.import index bd1ed0c..9f1d1f8 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Table.fbx.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Table.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://d1w0sbktyaof4" -path="res://.godot/imported/Table.fbx-70dedde87d073ca8d6c54ea77d25309d.scn" +path="res://godot/imported/Table.fbx-70dedde87d073ca8d6c54ea77d25309d.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Table.fbx" -dest_files=["res://.godot/imported/Table.fbx-70dedde87d073ca8d6c54ea77d25309d.scn"] +dest_files=["res://godot/imported/Table.fbx-70dedde87d073ca8d6c54ea77d25309d.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Vase.fbx.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Vase.fbx.import index 2801bf2..945952c 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Vase.fbx.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Vase.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://d1vep0a3pk3vk" -path="res://.godot/imported/Vase.fbx-d1078b4b42cb8a28b1fcf9ea7b04cb63.scn" +path="res://godot/imported/Vase.fbx-d1078b4b42cb8a28b1fcf9ea7b04cb63.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Vase.fbx" -dest_files=["res://.godot/imported/Vase.fbx-d1078b4b42cb8a28b1fcf9ea7b04cb63.scn"] +dest_files=["res://godot/imported/Vase.fbx-d1078b4b42cb8a28b1fcf9ea7b04cb63.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Vase2.fbx.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Vase2.fbx.import index 0909e2f..bd13865 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Vase2.fbx.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Vase2.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cvn8tko3qxtih" -path="res://.godot/imported/Vase2.fbx-e892278cbb6708ee94ff94ff4a90d96f.scn" +path="res://godot/imported/Vase2.fbx-e892278cbb6708ee94ff94ff4a90d96f.scn" [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/Vase2.fbx" -dest_files=["res://.godot/imported/Vase2.fbx-e892278cbb6708ee94ff94ff4a90d96f.scn"] +dest_files=["res://godot/imported/Vase2.fbx-e892278cbb6708ee94ff94ff4a90d96f.scn"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FurniturePreview.png.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FurniturePreview.png.import index 519ecd9..2dbb4dd 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FurniturePreview.png.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FurniturePreview.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c4m3ekyipflqr" -path="res://.godot/imported/FurniturePreview.png-797413592c574c4edc462ae6acd27cae.ctex" +path="res://godot/imported/FurniturePreview.png-797413592c574c4edc462ae6acd27cae.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FurniturePreview.png" -dest_files=["res://.godot/imported/FurniturePreview.png-797413592c574c4edc462ae6acd27cae.ctex"] +dest_files=["res://godot/imported/FurniturePreview.png-797413592c574c4edc462ae6acd27cae.ctex"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Furniturepack2.jpg.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Furniturepack2.jpg.import index 22a5fb0..8a1c510 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Furniturepack2.jpg.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Furniturepack2.jpg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b4xlfrsfk3wha" -path="res://.godot/imported/Furniturepack2.jpg-62f8967e8298a6e37fe0adb21e11a9fc.ctex" +path="res://godot/imported/Furniturepack2.jpg-62f8967e8298a6e37fe0adb21e11a9fc.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Furniturepack2.jpg" -dest_files=["res://.godot/imported/Furniturepack2.jpg-62f8967e8298a6e37fe0adb21e11a9fc.ctex"] +dest_files=["res://godot/imported/Furniturepack2.jpg-62f8967e8298a6e37fe0adb21e11a9fc.ctex"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Bed.obj.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Bed.obj.import index 71840ba..b97bff5 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Bed.obj.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Bed.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://bjroe0yu3vm76" -path="res://.godot/imported/Bed.obj-e637637384a94b54189e833d61b05d12.mesh" +path="res://godot/imported/Bed.obj-e637637384a94b54189e833d61b05d12.mesh" [deps] -files=["res://.godot/imported/Bed.obj-e637637384a94b54189e833d61b05d12.mesh"] +files=["res://godot/imported/Bed.obj-e637637384a94b54189e833d61b05d12.mesh"] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Bed.obj" -dest_files=["res://.godot/imported/Bed.obj-e637637384a94b54189e833d61b05d12.mesh", "res://.godot/imported/Bed.obj-e637637384a94b54189e833d61b05d12.mesh"] +dest_files=["res://godot/imported/Bed.obj-e637637384a94b54189e833d61b05d12.mesh", "res://godot/imported/Bed.obj-e637637384a94b54189e833d61b05d12.mesh"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/BedKing.obj.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/BedKing.obj.import index e98ffcd..edb9020 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/BedKing.obj.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/BedKing.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dgle16xyopm3x" -path="res://.godot/imported/BedKing.obj-326294b5f4ff922b85ea3e134525fa4e.mesh" +path="res://godot/imported/BedKing.obj-326294b5f4ff922b85ea3e134525fa4e.mesh" [deps] -files=["res://.godot/imported/BedKing.obj-326294b5f4ff922b85ea3e134525fa4e.mesh"] +files=["res://godot/imported/BedKing.obj-326294b5f4ff922b85ea3e134525fa4e.mesh"] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/BedKing.obj" -dest_files=["res://.godot/imported/BedKing.obj-326294b5f4ff922b85ea3e134525fa4e.mesh", "res://.godot/imported/BedKing.obj-326294b5f4ff922b85ea3e134525fa4e.mesh"] +dest_files=["res://godot/imported/BedKing.obj-326294b5f4ff922b85ea3e134525fa4e.mesh", "res://godot/imported/BedKing.obj-326294b5f4ff922b85ea3e134525fa4e.mesh"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/BookCase.obj.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/BookCase.obj.import index f403331..5b30f42 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/BookCase.obj.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/BookCase.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://ca5vrn3maxk8w" -path="res://.godot/imported/BookCase.obj-b11adf15d143437c7ed857c23de77ebb.mesh" +path="res://godot/imported/BookCase.obj-b11adf15d143437c7ed857c23de77ebb.mesh" [deps] -files=["res://.godot/imported/BookCase.obj-b11adf15d143437c7ed857c23de77ebb.mesh"] +files=["res://godot/imported/BookCase.obj-b11adf15d143437c7ed857c23de77ebb.mesh"] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/BookCase.obj" -dest_files=["res://.godot/imported/BookCase.obj-b11adf15d143437c7ed857c23de77ebb.mesh", "res://.godot/imported/BookCase.obj-b11adf15d143437c7ed857c23de77ebb.mesh"] +dest_files=["res://godot/imported/BookCase.obj-b11adf15d143437c7ed857c23de77ebb.mesh", "res://godot/imported/BookCase.obj-b11adf15d143437c7ed857c23de77ebb.mesh"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/BookCaseBooks.obj.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/BookCaseBooks.obj.import index 6b6e203..453740a 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/BookCaseBooks.obj.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/BookCaseBooks.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://c8ogam7jpxkxi" -path="res://.godot/imported/BookCaseBooks.obj-94d2b61b859c79b6caeeec00fc68c388.mesh" +path="res://godot/imported/BookCaseBooks.obj-94d2b61b859c79b6caeeec00fc68c388.mesh" [deps] -files=["res://.godot/imported/BookCaseBooks.obj-94d2b61b859c79b6caeeec00fc68c388.mesh"] +files=["res://godot/imported/BookCaseBooks.obj-94d2b61b859c79b6caeeec00fc68c388.mesh"] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/BookCaseBooks.obj" -dest_files=["res://.godot/imported/BookCaseBooks.obj-94d2b61b859c79b6caeeec00fc68c388.mesh", "res://.godot/imported/BookCaseBooks.obj-94d2b61b859c79b6caeeec00fc68c388.mesh"] +dest_files=["res://godot/imported/BookCaseBooks.obj-94d2b61b859c79b6caeeec00fc68c388.mesh", "res://godot/imported/BookCaseBooks.obj-94d2b61b859c79b6caeeec00fc68c388.mesh"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/BookCaseLarge.obj.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/BookCaseLarge.obj.import index 701df08..4fbd749 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/BookCaseLarge.obj.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/BookCaseLarge.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://q4u637lwr2r8" -path="res://.godot/imported/BookCaseLarge.obj-d48f5866dc0c6829a0216f7c09b180d6.mesh" +path="res://godot/imported/BookCaseLarge.obj-d48f5866dc0c6829a0216f7c09b180d6.mesh" [deps] -files=["res://.godot/imported/BookCaseLarge.obj-d48f5866dc0c6829a0216f7c09b180d6.mesh"] +files=["res://godot/imported/BookCaseLarge.obj-d48f5866dc0c6829a0216f7c09b180d6.mesh"] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/BookCaseLarge.obj" -dest_files=["res://.godot/imported/BookCaseLarge.obj-d48f5866dc0c6829a0216f7c09b180d6.mesh", "res://.godot/imported/BookCaseLarge.obj-d48f5866dc0c6829a0216f7c09b180d6.mesh"] +dest_files=["res://godot/imported/BookCaseLarge.obj-d48f5866dc0c6829a0216f7c09b180d6.mesh", "res://godot/imported/BookCaseLarge.obj-d48f5866dc0c6829a0216f7c09b180d6.mesh"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/BookCaseLargeBooks.obj.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/BookCaseLargeBooks.obj.import index 1477eac..a5e8c37 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/BookCaseLargeBooks.obj.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/BookCaseLargeBooks.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dumamse1hlalk" -path="res://.godot/imported/BookCaseLargeBooks.obj-5767f9c92e320119416b193570049a74.mesh" +path="res://godot/imported/BookCaseLargeBooks.obj-5767f9c92e320119416b193570049a74.mesh" [deps] -files=["res://.godot/imported/BookCaseLargeBooks.obj-5767f9c92e320119416b193570049a74.mesh"] +files=["res://godot/imported/BookCaseLargeBooks.obj-5767f9c92e320119416b193570049a74.mesh"] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/BookCaseLargeBooks.obj" -dest_files=["res://.godot/imported/BookCaseLargeBooks.obj-5767f9c92e320119416b193570049a74.mesh", "res://.godot/imported/BookCaseLargeBooks.obj-5767f9c92e320119416b193570049a74.mesh"] +dest_files=["res://godot/imported/BookCaseLargeBooks.obj-5767f9c92e320119416b193570049a74.mesh", "res://godot/imported/BookCaseLargeBooks.obj-5767f9c92e320119416b193570049a74.mesh"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Chair.obj.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Chair.obj.import index 58f7e40..37447de 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Chair.obj.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Chair.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://ch4cld81e1g4p" -path="res://.godot/imported/Chair.obj-07ff7716b657f106a0b4783dc9e571ee.mesh" +path="res://godot/imported/Chair.obj-07ff7716b657f106a0b4783dc9e571ee.mesh" [deps] -files=["res://.godot/imported/Chair.obj-07ff7716b657f106a0b4783dc9e571ee.mesh"] +files=["res://godot/imported/Chair.obj-07ff7716b657f106a0b4783dc9e571ee.mesh"] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Chair.obj" -dest_files=["res://.godot/imported/Chair.obj-07ff7716b657f106a0b4783dc9e571ee.mesh", "res://.godot/imported/Chair.obj-07ff7716b657f106a0b4783dc9e571ee.mesh"] +dest_files=["res://godot/imported/Chair.obj-07ff7716b657f106a0b4783dc9e571ee.mesh", "res://godot/imported/Chair.obj-07ff7716b657f106a0b4783dc9e571ee.mesh"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/ChairCushioned.obj.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/ChairCushioned.obj.import index 050d767..d1f4516 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/ChairCushioned.obj.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/ChairCushioned.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dmo5yhdsw3xb3" -path="res://.godot/imported/ChairCushioned.obj-d8924e863a64109eeb0801ea5a6ca246.mesh" +path="res://godot/imported/ChairCushioned.obj-d8924e863a64109eeb0801ea5a6ca246.mesh" [deps] -files=["res://.godot/imported/ChairCushioned.obj-d8924e863a64109eeb0801ea5a6ca246.mesh"] +files=["res://godot/imported/ChairCushioned.obj-d8924e863a64109eeb0801ea5a6ca246.mesh"] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/ChairCushioned.obj" -dest_files=["res://.godot/imported/ChairCushioned.obj-d8924e863a64109eeb0801ea5a6ca246.mesh", "res://.godot/imported/ChairCushioned.obj-d8924e863a64109eeb0801ea5a6ca246.mesh"] +dest_files=["res://godot/imported/ChairCushioned.obj-d8924e863a64109eeb0801ea5a6ca246.mesh", "res://godot/imported/ChairCushioned.obj-d8924e863a64109eeb0801ea5a6ca246.mesh"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/ChairHandle.obj.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/ChairHandle.obj.import index fb958ac..b6f4335 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/ChairHandle.obj.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/ChairHandle.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://cnp051klbq7jt" -path="res://.godot/imported/ChairHandle.obj-dbf566ac1ca41b4f3a141bb2800d00b4.mesh" +path="res://godot/imported/ChairHandle.obj-dbf566ac1ca41b4f3a141bb2800d00b4.mesh" [deps] -files=["res://.godot/imported/ChairHandle.obj-dbf566ac1ca41b4f3a141bb2800d00b4.mesh"] +files=["res://godot/imported/ChairHandle.obj-dbf566ac1ca41b4f3a141bb2800d00b4.mesh"] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/ChairHandle.obj" -dest_files=["res://.godot/imported/ChairHandle.obj-dbf566ac1ca41b4f3a141bb2800d00b4.mesh", "res://.godot/imported/ChairHandle.obj-dbf566ac1ca41b4f3a141bb2800d00b4.mesh"] +dest_files=["res://godot/imported/ChairHandle.obj-dbf566ac1ca41b4f3a141bb2800d00b4.mesh", "res://godot/imported/ChairHandle.obj-dbf566ac1ca41b4f3a141bb2800d00b4.mesh"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Closet.obj.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Closet.obj.import index f61b19d..00579e3 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Closet.obj.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Closet.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://d2a30lrw8kbxe" -path="res://.godot/imported/Closet.obj-7e2b0b91f11fb839126b16c818e6ed97.mesh" +path="res://godot/imported/Closet.obj-7e2b0b91f11fb839126b16c818e6ed97.mesh" [deps] -files=["res://.godot/imported/Closet.obj-7e2b0b91f11fb839126b16c818e6ed97.mesh"] +files=["res://godot/imported/Closet.obj-7e2b0b91f11fb839126b16c818e6ed97.mesh"] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Closet.obj" -dest_files=["res://.godot/imported/Closet.obj-7e2b0b91f11fb839126b16c818e6ed97.mesh", "res://.godot/imported/Closet.obj-7e2b0b91f11fb839126b16c818e6ed97.mesh"] +dest_files=["res://godot/imported/Closet.obj-7e2b0b91f11fb839126b16c818e6ed97.mesh", "res://godot/imported/Closet.obj-7e2b0b91f11fb839126b16c818e6ed97.mesh"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Closet2.obj.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Closet2.obj.import index 8307e5a..217f675 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Closet2.obj.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Closet2.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dy0ug4ur57n54" -path="res://.godot/imported/Closet2.obj-aac76c561fe84f741c699c3d3c5715a1.mesh" +path="res://godot/imported/Closet2.obj-aac76c561fe84f741c699c3d3c5715a1.mesh" [deps] -files=["res://.godot/imported/Closet2.obj-aac76c561fe84f741c699c3d3c5715a1.mesh"] +files=["res://godot/imported/Closet2.obj-aac76c561fe84f741c699c3d3c5715a1.mesh"] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Closet2.obj" -dest_files=["res://.godot/imported/Closet2.obj-aac76c561fe84f741c699c3d3c5715a1.mesh", "res://.godot/imported/Closet2.obj-aac76c561fe84f741c699c3d3c5715a1.mesh"] +dest_files=["res://godot/imported/Closet2.obj-aac76c561fe84f741c699c3d3c5715a1.mesh", "res://godot/imported/Closet2.obj-aac76c561fe84f741c699c3d3c5715a1.mesh"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/CoffeeTable.obj.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/CoffeeTable.obj.import index c120ec4..ab5c2ff 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/CoffeeTable.obj.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/CoffeeTable.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://j7yxk3gj6pev" -path="res://.godot/imported/CoffeeTable.obj-432b955735ab33bfa8ef2f31d9f8b01f.mesh" +path="res://godot/imported/CoffeeTable.obj-432b955735ab33bfa8ef2f31d9f8b01f.mesh" [deps] -files=["res://.godot/imported/CoffeeTable.obj-432b955735ab33bfa8ef2f31d9f8b01f.mesh"] +files=["res://godot/imported/CoffeeTable.obj-432b955735ab33bfa8ef2f31d9f8b01f.mesh"] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/CoffeeTable.obj" -dest_files=["res://.godot/imported/CoffeeTable.obj-432b955735ab33bfa8ef2f31d9f8b01f.mesh", "res://.godot/imported/CoffeeTable.obj-432b955735ab33bfa8ef2f31d9f8b01f.mesh"] +dest_files=["res://godot/imported/CoffeeTable.obj-432b955735ab33bfa8ef2f31d9f8b01f.mesh", "res://godot/imported/CoffeeTable.obj-432b955735ab33bfa8ef2f31d9f8b01f.mesh"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/CoffeeTable2.obj.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/CoffeeTable2.obj.import index 9a35127..20943a5 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/CoffeeTable2.obj.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/CoffeeTable2.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://8qkt5u3jm1sk" -path="res://.godot/imported/CoffeeTable2.obj-b76e0f20035314c1242035fd441d268a.mesh" +path="res://godot/imported/CoffeeTable2.obj-b76e0f20035314c1242035fd441d268a.mesh" [deps] -files=["res://.godot/imported/CoffeeTable2.obj-b76e0f20035314c1242035fd441d268a.mesh"] +files=["res://godot/imported/CoffeeTable2.obj-b76e0f20035314c1242035fd441d268a.mesh"] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/CoffeeTable2.obj" -dest_files=["res://.godot/imported/CoffeeTable2.obj-b76e0f20035314c1242035fd441d268a.mesh", "res://.godot/imported/CoffeeTable2.obj-b76e0f20035314c1242035fd441d268a.mesh"] +dest_files=["res://godot/imported/CoffeeTable2.obj-b76e0f20035314c1242035fd441d268a.mesh", "res://godot/imported/CoffeeTable2.obj-b76e0f20035314c1242035fd441d268a.mesh"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Lamp.obj.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Lamp.obj.import index 0761bd5..025f5eb 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Lamp.obj.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Lamp.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://djd137db5kemy" -path="res://.godot/imported/Lamp.obj-f3bea9527aa125608504d84cd6f66c5a.mesh" +path="res://godot/imported/Lamp.obj-f3bea9527aa125608504d84cd6f66c5a.mesh" [deps] -files=["res://.godot/imported/Lamp.obj-f3bea9527aa125608504d84cd6f66c5a.mesh"] +files=["res://godot/imported/Lamp.obj-f3bea9527aa125608504d84cd6f66c5a.mesh"] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Lamp.obj" -dest_files=["res://.godot/imported/Lamp.obj-f3bea9527aa125608504d84cd6f66c5a.mesh", "res://.godot/imported/Lamp.obj-f3bea9527aa125608504d84cd6f66c5a.mesh"] +dest_files=["res://godot/imported/Lamp.obj-f3bea9527aa125608504d84cd6f66c5a.mesh", "res://godot/imported/Lamp.obj-f3bea9527aa125608504d84cd6f66c5a.mesh"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Lamp2.obj.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Lamp2.obj.import index 64b4fa9..64b5a1c 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Lamp2.obj.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Lamp2.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://8haq2k54kq4l" -path="res://.godot/imported/Lamp2.obj-3cc04e77d5d16b1ff97f89a5abc0f3d6.mesh" +path="res://godot/imported/Lamp2.obj-3cc04e77d5d16b1ff97f89a5abc0f3d6.mesh" [deps] -files=["res://.godot/imported/Lamp2.obj-3cc04e77d5d16b1ff97f89a5abc0f3d6.mesh"] +files=["res://godot/imported/Lamp2.obj-3cc04e77d5d16b1ff97f89a5abc0f3d6.mesh"] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Lamp2.obj" -dest_files=["res://.godot/imported/Lamp2.obj-3cc04e77d5d16b1ff97f89a5abc0f3d6.mesh", "res://.godot/imported/Lamp2.obj-3cc04e77d5d16b1ff97f89a5abc0f3d6.mesh"] +dest_files=["res://godot/imported/Lamp2.obj-3cc04e77d5d16b1ff97f89a5abc0f3d6.mesh", "res://godot/imported/Lamp2.obj-3cc04e77d5d16b1ff97f89a5abc0f3d6.mesh"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Plant.obj.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Plant.obj.import index 7e626ea..b8b0cf9 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Plant.obj.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Plant.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://558mwpfnsbva" -path="res://.godot/imported/Plant.obj-af7234f8eb3f4d61e2367bfb57f7fb42.mesh" +path="res://godot/imported/Plant.obj-af7234f8eb3f4d61e2367bfb57f7fb42.mesh" [deps] -files=["res://.godot/imported/Plant.obj-af7234f8eb3f4d61e2367bfb57f7fb42.mesh"] +files=["res://godot/imported/Plant.obj-af7234f8eb3f4d61e2367bfb57f7fb42.mesh"] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Plant.obj" -dest_files=["res://.godot/imported/Plant.obj-af7234f8eb3f4d61e2367bfb57f7fb42.mesh", "res://.godot/imported/Plant.obj-af7234f8eb3f4d61e2367bfb57f7fb42.mesh"] +dest_files=["res://godot/imported/Plant.obj-af7234f8eb3f4d61e2367bfb57f7fb42.mesh", "res://godot/imported/Plant.obj-af7234f8eb3f4d61e2367bfb57f7fb42.mesh"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Sofa.obj.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Sofa.obj.import index 7c45850..12ada0c 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Sofa.obj.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Sofa.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://2nciecjlgb8w" -path="res://.godot/imported/Sofa.obj-4dc8e8b73b1ac7cbf55ab7cc614c538f.mesh" +path="res://godot/imported/Sofa.obj-4dc8e8b73b1ac7cbf55ab7cc614c538f.mesh" [deps] -files=["res://.godot/imported/Sofa.obj-4dc8e8b73b1ac7cbf55ab7cc614c538f.mesh"] +files=["res://godot/imported/Sofa.obj-4dc8e8b73b1ac7cbf55ab7cc614c538f.mesh"] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Sofa.obj" -dest_files=["res://.godot/imported/Sofa.obj-4dc8e8b73b1ac7cbf55ab7cc614c538f.mesh", "res://.godot/imported/Sofa.obj-4dc8e8b73b1ac7cbf55ab7cc614c538f.mesh"] +dest_files=["res://godot/imported/Sofa.obj-4dc8e8b73b1ac7cbf55ab7cc614c538f.mesh", "res://godot/imported/Sofa.obj-4dc8e8b73b1ac7cbf55ab7cc614c538f.mesh"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/SofaDouble.obj.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/SofaDouble.obj.import index f38d827..f6c6743 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/SofaDouble.obj.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/SofaDouble.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://1v5kxs5mt1vb" -path="res://.godot/imported/SofaDouble.obj-60c78aa6cb78f9310d8ed4db4fcbe977.mesh" +path="res://godot/imported/SofaDouble.obj-60c78aa6cb78f9310d8ed4db4fcbe977.mesh" [deps] -files=["res://.godot/imported/SofaDouble.obj-60c78aa6cb78f9310d8ed4db4fcbe977.mesh"] +files=["res://godot/imported/SofaDouble.obj-60c78aa6cb78f9310d8ed4db4fcbe977.mesh"] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/SofaDouble.obj" -dest_files=["res://.godot/imported/SofaDouble.obj-60c78aa6cb78f9310d8ed4db4fcbe977.mesh", "res://.godot/imported/SofaDouble.obj-60c78aa6cb78f9310d8ed4db4fcbe977.mesh"] +dest_files=["res://godot/imported/SofaDouble.obj-60c78aa6cb78f9310d8ed4db4fcbe977.mesh", "res://godot/imported/SofaDouble.obj-60c78aa6cb78f9310d8ed4db4fcbe977.mesh"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/SofaLong.obj.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/SofaLong.obj.import index 38f57e4..97a31bc 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/SofaLong.obj.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/SofaLong.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dg276g18s7yx8" -path="res://.godot/imported/SofaLong.obj-ae095d36bcf310d4881edfa515e63022.mesh" +path="res://godot/imported/SofaLong.obj-ae095d36bcf310d4881edfa515e63022.mesh" [deps] -files=["res://.godot/imported/SofaLong.obj-ae095d36bcf310d4881edfa515e63022.mesh"] +files=["res://godot/imported/SofaLong.obj-ae095d36bcf310d4881edfa515e63022.mesh"] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/SofaLong.obj" -dest_files=["res://.godot/imported/SofaLong.obj-ae095d36bcf310d4881edfa515e63022.mesh", "res://.godot/imported/SofaLong.obj-ae095d36bcf310d4881edfa515e63022.mesh"] +dest_files=["res://godot/imported/SofaLong.obj-ae095d36bcf310d4881edfa515e63022.mesh", "res://godot/imported/SofaLong.obj-ae095d36bcf310d4881edfa515e63022.mesh"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Stool.obj.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Stool.obj.import index 92570bd..07b08fd 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Stool.obj.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Stool.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://ds187oiaitiqk" -path="res://.godot/imported/Stool.obj-dafd09fe4271a926794633bdc70211dc.mesh" +path="res://godot/imported/Stool.obj-dafd09fe4271a926794633bdc70211dc.mesh" [deps] -files=["res://.godot/imported/Stool.obj-dafd09fe4271a926794633bdc70211dc.mesh"] +files=["res://godot/imported/Stool.obj-dafd09fe4271a926794633bdc70211dc.mesh"] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Stool.obj" -dest_files=["res://.godot/imported/Stool.obj-dafd09fe4271a926794633bdc70211dc.mesh", "res://.godot/imported/Stool.obj-dafd09fe4271a926794633bdc70211dc.mesh"] +dest_files=["res://godot/imported/Stool.obj-dafd09fe4271a926794633bdc70211dc.mesh", "res://godot/imported/Stool.obj-dafd09fe4271a926794633bdc70211dc.mesh"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Table.obj.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Table.obj.import index ccaa70f..2542e0c 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Table.obj.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Table.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dnpmu3aukax8" -path="res://.godot/imported/Table.obj-5688284fdd07e55b2013e71ba7a50985.mesh" +path="res://godot/imported/Table.obj-5688284fdd07e55b2013e71ba7a50985.mesh" [deps] -files=["res://.godot/imported/Table.obj-5688284fdd07e55b2013e71ba7a50985.mesh"] +files=["res://godot/imported/Table.obj-5688284fdd07e55b2013e71ba7a50985.mesh"] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Table.obj" -dest_files=["res://.godot/imported/Table.obj-5688284fdd07e55b2013e71ba7a50985.mesh", "res://.godot/imported/Table.obj-5688284fdd07e55b2013e71ba7a50985.mesh"] +dest_files=["res://godot/imported/Table.obj-5688284fdd07e55b2013e71ba7a50985.mesh", "res://godot/imported/Table.obj-5688284fdd07e55b2013e71ba7a50985.mesh"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Vase.obj.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Vase.obj.import index ab2c7c6..8876c13 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Vase.obj.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Vase.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://cfo3stukn5bjh" -path="res://.godot/imported/Vase.obj-f776b0aa65e95a23e4b1701cdb23eef5.mesh" +path="res://godot/imported/Vase.obj-f776b0aa65e95a23e4b1701cdb23eef5.mesh" [deps] -files=["res://.godot/imported/Vase.obj-f776b0aa65e95a23e4b1701cdb23eef5.mesh"] +files=["res://godot/imported/Vase.obj-f776b0aa65e95a23e4b1701cdb23eef5.mesh"] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Vase.obj" -dest_files=["res://.godot/imported/Vase.obj-f776b0aa65e95a23e4b1701cdb23eef5.mesh", "res://.godot/imported/Vase.obj-f776b0aa65e95a23e4b1701cdb23eef5.mesh"] +dest_files=["res://godot/imported/Vase.obj-f776b0aa65e95a23e4b1701cdb23eef5.mesh", "res://godot/imported/Vase.obj-f776b0aa65e95a23e4b1701cdb23eef5.mesh"] [params] diff --git a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Vase2.obj.import b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Vase2.obj.import index db9bd5d..14414e0 100644 --- a/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Vase2.obj.import +++ b/escape-room/assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Vase2.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://nmf77u4ylxio" -path="res://.godot/imported/Vase2.obj-3d34094ef60474099f9e656bb284b645.mesh" +path="res://godot/imported/Vase2.obj-3d34094ef60474099f9e656bb284b645.mesh" [deps] -files=["res://.godot/imported/Vase2.obj-3d34094ef60474099f9e656bb284b645.mesh"] +files=["res://godot/imported/Vase2.obj-3d34094ef60474099f9e656bb284b645.mesh"] source_file="res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/Vase2.obj" -dest_files=["res://.godot/imported/Vase2.obj-3d34094ef60474099f9e656bb284b645.mesh", "res://.godot/imported/Vase2.obj-3d34094ef60474099f9e656bb284b645.mesh"] +dest_files=["res://godot/imported/Vase2.obj-3d34094ef60474099f9e656bb284b645.mesh", "res://godot/imported/Vase2.obj-3d34094ef60474099f9e656bb284b645.mesh"] [params] diff --git a/escape-room/assets-lib/HouseHold Props 001/House_Props_Diffuse.png.import b/escape-room/assets-lib/HouseHold Props 001/House_Props_Diffuse.png.import index b823d7c..e6d143d 100644 --- a/escape-room/assets-lib/HouseHold Props 001/House_Props_Diffuse.png.import +++ b/escape-room/assets-lib/HouseHold Props 001/House_Props_Diffuse.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ccn3ccg7chsae" -path="res://.godot/imported/House_Props_Diffuse.png-625f90c71ac8ef1b7b4afe36d690d18a.ctex" +path="res://godot/imported/House_Props_Diffuse.png-625f90c71ac8ef1b7b4afe36d690d18a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/HouseHold Props 001/House_Props_Diffuse.png" -dest_files=["res://.godot/imported/House_Props_Diffuse.png-625f90c71ac8ef1b7b4afe36d690d18a.ctex"] +dest_files=["res://godot/imported/House_Props_Diffuse.png-625f90c71ac8ef1b7b4afe36d690d18a.ctex"] [params] diff --git a/escape-room/assets-lib/HouseHold Props 001/Household_Props_001.fbx.import b/escape-room/assets-lib/HouseHold Props 001/Household_Props_001.fbx.import index 6f266b4..c2a2b76 100644 --- a/escape-room/assets-lib/HouseHold Props 001/Household_Props_001.fbx.import +++ b/escape-room/assets-lib/HouseHold Props 001/Household_Props_001.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b8yjxjl5tinwj" -path="res://.godot/imported/Household_Props_001.fbx-7ac8465e9cd62e317f20f61d43c1a3dd.scn" +path="res://godot/imported/Household_Props_001.fbx-7ac8465e9cd62e317f20f61d43c1a3dd.scn" [deps] source_file="res://assets-lib/HouseHold Props 001/Household_Props_001.fbx" -dest_files=["res://.godot/imported/Household_Props_001.fbx-7ac8465e9cd62e317f20f61d43c1a3dd.scn"] +dest_files=["res://godot/imported/Household_Props_001.fbx-7ac8465e9cd62e317f20f61d43c1a3dd.scn"] [params] diff --git a/escape-room/assets-lib/HouseHold Props 001/Household_Props_001.obj.import b/escape-room/assets-lib/HouseHold Props 001/Household_Props_001.obj.import index d0ca480..7d96039 100644 --- a/escape-room/assets-lib/HouseHold Props 001/Household_Props_001.obj.import +++ b/escape-room/assets-lib/HouseHold Props 001/Household_Props_001.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dlthur0cm866d" -path="res://.godot/imported/Household_Props_001.obj-dbfe2829e59fab0f03d5479389c0b0ed.mesh" +path="res://godot/imported/Household_Props_001.obj-dbfe2829e59fab0f03d5479389c0b0ed.mesh" [deps] -files=["res://.godot/imported/Household_Props_001.obj-dbfe2829e59fab0f03d5479389c0b0ed.mesh"] +files=["res://godot/imported/Household_Props_001.obj-dbfe2829e59fab0f03d5479389c0b0ed.mesh"] source_file="res://assets-lib/HouseHold Props 001/Household_Props_001.obj" -dest_files=["res://.godot/imported/Household_Props_001.obj-dbfe2829e59fab0f03d5479389c0b0ed.mesh", "res://.godot/imported/Household_Props_001.obj-dbfe2829e59fab0f03d5479389c0b0ed.mesh"] +dest_files=["res://godot/imported/Household_Props_001.obj-dbfe2829e59fab0f03d5479389c0b0ed.mesh", "res://godot/imported/Household_Props_001.obj-dbfe2829e59fab0f03d5479389c0b0ed.mesh"] [params] diff --git a/escape-room/assets-lib/Logo/ChatGPT Image 7. Nov. 2025, 18_19_14.png b/escape-room/assets-lib/Logo/ChatGPT Image 7. Nov. 2025, 18_19_14.png new file mode 100644 index 0000000..f6f9b13 Binary files /dev/null and b/escape-room/assets-lib/Logo/ChatGPT Image 7. Nov. 2025, 18_19_14.png differ diff --git a/escape-room/assets-lib/Logo/ChatGPT Image 7. Nov. 2025, 18_19_14.png.import b/escape-room/assets-lib/Logo/ChatGPT Image 7. Nov. 2025, 18_19_14.png.import new file mode 100644 index 0000000..7b191e5 --- /dev/null +++ b/escape-room/assets-lib/Logo/ChatGPT Image 7. Nov. 2025, 18_19_14.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://2a8phijiom00" +path.s3tc="res://godot/imported/ChatGPT Image 7. Nov. 2025, 18_19_14.png-c3b301cc8d0f0f5373851a362031b188.s3tc.ctex" +path.etc2="res://godot/imported/ChatGPT Image 7. Nov. 2025, 18_19_14.png-c3b301cc8d0f0f5373851a362031b188.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://assets-lib/Logo/ChatGPT Image 7. Nov. 2025, 18_19_14.png" +dest_files=["res://godot/imported/ChatGPT Image 7. Nov. 2025, 18_19_14.png-c3b301cc8d0f0f5373851a362031b188.s3tc.ctex", "res://godot/imported/ChatGPT Image 7. Nov. 2025, 18_19_14.png-c3b301cc8d0f0f5373851a362031b188.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room/assets-lib/Logo/ChatGPT Image 7. Nov. 2025, 18_21_03.png b/escape-room/assets-lib/Logo/ChatGPT Image 7. Nov. 2025, 18_21_03.png new file mode 100644 index 0000000..adc5237 Binary files /dev/null and b/escape-room/assets-lib/Logo/ChatGPT Image 7. Nov. 2025, 18_21_03.png differ diff --git a/escape-room/assets-lib/Logo/ChatGPT Image 7. Nov. 2025, 18_21_03.png.import b/escape-room/assets-lib/Logo/ChatGPT Image 7. Nov. 2025, 18_21_03.png.import new file mode 100644 index 0000000..006c2d9 --- /dev/null +++ b/escape-room/assets-lib/Logo/ChatGPT Image 7. Nov. 2025, 18_21_03.png.import @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cuql0gleth17n" +path.s3tc="res://godot/imported/ChatGPT Image 7. Nov. 2025, 18_21_03.png-3e0c4c3d01e7bb78a1f8538c2ee53103.s3tc.ctex" +path.etc2="res://godot/imported/ChatGPT Image 7. Nov. 2025, 18_21_03.png-3e0c4c3d01e7bb78a1f8538c2ee53103.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://assets-lib/Logo/ChatGPT Image 7. Nov. 2025, 18_21_03.png" +dest_files=["res://godot/imported/ChatGPT Image 7. Nov. 2025, 18_21_03.png-3e0c4c3d01e7bb78a1f8538c2ee53103.s3tc.ctex", "res://godot/imported/ChatGPT Image 7. Nov. 2025, 18_21_03.png-3e0c4c3d01e7bb78a1f8538c2ee53103.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Apple/Apple Textura.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Apple/Apple Textura.png.import index 4306efe..77d0ed3 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Apple/Apple Textura.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Apple/Apple Textura.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cgrgtq472j230" -path="res://.godot/imported/Apple Textura.png-6dc11cb33cbbbf62962967dc4104a735.ctex" +path="res://godot/imported/Apple Textura.png-6dc11cb33cbbbf62962967dc4104a735.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Apple/Apple Textura.png" -dest_files=["res://.godot/imported/Apple Textura.png-6dc11cb33cbbbf62962967dc4104a735.ctex"] +dest_files=["res://godot/imported/Apple Textura.png-6dc11cb33cbbbf62962967dc4104a735.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Apple/apple.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Apple/apple.blend.import index 43f832f..6a6c495 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Apple/apple.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Apple/apple.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://4hoks04n0n2j" -path="res://.godot/imported/apple.blend-4fe9546903263eac262ae1679db62fd9.scn" +path="res://godot/imported/apple.blend-4fe9546903263eac262ae1679db62fd9.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Apple/apple.blend" -dest_files=["res://.godot/imported/apple.blend-4fe9546903263eac262ae1679db62fd9.scn"] +dest_files=["res://godot/imported/apple.blend-4fe9546903263eac262ae1679db62fd9.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Apple/apple.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Apple/apple.png.import index 827a6af..2a390c5 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Apple/apple.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Apple/apple.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cofud72ilmu1e" -path="res://.godot/imported/apple.png-2514340f959a3d60f86f42b1040f5c1e.ctex" +path="res://godot/imported/apple.png-2514340f959a3d60f86f42b1040f5c1e.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Apple/apple.png" -dest_files=["res://.godot/imported/apple.png-2514340f959a3d60f86f42b1040f5c1e.ctex"] +dest_files=["res://godot/imported/apple.png-2514340f959a3d60f86f42b1040f5c1e.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Apple/textures/Apple Textura.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Apple/textures/Apple Textura.png.import index 2cd4738..faebdba 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Apple/textures/Apple Textura.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Apple/textures/Apple Textura.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dqykjyare2xo2" -path="res://.godot/imported/Apple Textura.png-2ed17681a6b7f470710ebca432cdd2c7.ctex" +path="res://godot/imported/Apple Textura.png-2ed17681a6b7f470710ebca432cdd2c7.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Apple/textures/Apple Textura.png" -dest_files=["res://.godot/imported/Apple Textura.png-2ed17681a6b7f470710ebca432cdd2c7.ctex"] +dest_files=["res://godot/imported/Apple Textura.png-2ed17681a6b7f470710ebca432cdd2c7.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Armchair/Armchair Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Armchair/Armchair Texture.png.import index f1aa138..8aa9387 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Armchair/Armchair Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Armchair/Armchair Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dbklrcjlevp3" -path="res://.godot/imported/Armchair Texture.png-04291f84e9d2df117949554984c64181.ctex" +path="res://godot/imported/Armchair Texture.png-04291f84e9d2df117949554984c64181.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Armchair/Armchair Texture.png" -dest_files=["res://.godot/imported/Armchair Texture.png-04291f84e9d2df117949554984c64181.ctex"] +dest_files=["res://godot/imported/Armchair Texture.png-04291f84e9d2df117949554984c64181.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Armchair/Armchair.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Armchair/Armchair.png.import index ba2ac45..b1a50c7 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Armchair/Armchair.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Armchair/Armchair.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bh1f806ysm551" -path="res://.godot/imported/Armchair.png-77a591275d1c36a8d400ae3ce34893ed.ctex" +path="res://godot/imported/Armchair.png-77a591275d1c36a8d400ae3ce34893ed.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Armchair/Armchair.png" -dest_files=["res://.godot/imported/Armchair.png-77a591275d1c36a8d400ae3ce34893ed.ctex"] +dest_files=["res://godot/imported/Armchair.png-77a591275d1c36a8d400ae3ce34893ed.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Armchair/armchair.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Armchair/armchair.blend.import index 78a55fd..22b699e 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Armchair/armchair.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Armchair/armchair.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dayrp6lvfqjj0" -path="res://.godot/imported/armchair.blend-8b754e42c49549d3709db48ba4fab442.scn" +path="res://godot/imported/armchair.blend-8b754e42c49549d3709db48ba4fab442.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Armchair/armchair.blend" -dest_files=["res://.godot/imported/armchair.blend-8b754e42c49549d3709db48ba4fab442.scn"] +dest_files=["res://godot/imported/armchair.blend-8b754e42c49549d3709db48ba4fab442.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Armchair/textures/Armchair Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Armchair/textures/Armchair Texture.png.import index a814080..2f890c7 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Armchair/textures/Armchair Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Armchair/textures/Armchair Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cxa4m8m63yw2n" -path="res://.godot/imported/Armchair Texture.png-a3766328b47bf4bbabcd5a231b67a772.ctex" +path="res://godot/imported/Armchair Texture.png-a3766328b47bf4bbabcd5a231b67a772.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Armchair/textures/Armchair Texture.png" -dest_files=["res://.godot/imported/Armchair Texture.png-a3766328b47bf4bbabcd5a231b67a772.ctex"] +dest_files=["res://godot/imported/Armchair Texture.png-a3766328b47bf4bbabcd5a231b67a772.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel/Barrel texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel/Barrel texture.png.import index 2d089b5..5ea90ee 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel/Barrel texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel/Barrel texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://6m377ps18juy" -path="res://.godot/imported/Barrel texture.png-98ffc3adfbb829de83eca217c295c0cb.ctex" +path="res://godot/imported/Barrel texture.png-98ffc3adfbb829de83eca217c295c0cb.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel/Barrel texture.png" -dest_files=["res://.godot/imported/Barrel texture.png-98ffc3adfbb829de83eca217c295c0cb.ctex"] +dest_files=["res://godot/imported/Barrel texture.png-98ffc3adfbb829de83eca217c295c0cb.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel/Barril pixel.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel/Barril pixel.blend.import index a10420f..dff8d0a 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel/Barril pixel.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel/Barril pixel.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://7mk5uawmwf3l" -path="res://.godot/imported/Barril pixel.blend-785c5d7ae552a6445c8545c14e4318d8.scn" +path="res://godot/imported/Barril pixel.blend-785c5d7ae552a6445c8545c14e4318d8.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel/Barril pixel.blend" -dest_files=["res://.godot/imported/Barril pixel.blend-785c5d7ae552a6445c8545c14e4318d8.scn"] +dest_files=["res://godot/imported/Barril pixel.blend-785c5d7ae552a6445c8545c14e4318d8.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel/Barril.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel/Barril.png.import index cfcca96..7505c0f 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel/Barril.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel/Barril.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bhx8gkwpkeowp" -path="res://.godot/imported/Barril.png-a0bc37fa1e0cb6094040fc81beb0b282.ctex" +path="res://godot/imported/Barril.png-a0bc37fa1e0cb6094040fc81beb0b282.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel/Barril.png" -dest_files=["res://.godot/imported/Barril.png-a0bc37fa1e0cb6094040fc81beb0b282.ctex"] +dest_files=["res://godot/imported/Barril.png-a0bc37fa1e0cb6094040fc81beb0b282.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel/textures/Barrel texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel/textures/Barrel texture.png.import index 8b05da2..6d082d9 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel/textures/Barrel texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel/textures/Barrel texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b57ud3iivsnk4" -path="res://.godot/imported/Barrel texture.png-7cc953447a70ae08f6a5279ee8f104a4.ctex" +path="res://godot/imported/Barrel texture.png-7cc953447a70ae08f6a5279ee8f104a4.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel/textures/Barrel texture.png" -dest_files=["res://.godot/imported/Barrel texture.png-7cc953447a70ae08f6a5279ee8f104a4.ctex"] +dest_files=["res://godot/imported/Barrel texture.png-7cc953447a70ae08f6a5279ee8f104a4.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel2/Barrel texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel2/Barrel texture.png.import index e1dabf6..31ecdc2 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel2/Barrel texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel2/Barrel texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dekneupu6reh5" -path="res://.godot/imported/Barrel texture.png-b0b6593caaeedc513f94b6db89a5aeb0.ctex" +path="res://godot/imported/Barrel texture.png-b0b6593caaeedc513f94b6db89a5aeb0.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel2/Barrel texture.png" -dest_files=["res://.godot/imported/Barrel texture.png-b0b6593caaeedc513f94b6db89a5aeb0.ctex"] +dest_files=["res://godot/imported/Barrel texture.png-b0b6593caaeedc513f94b6db89a5aeb0.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel2/Barril pixel.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel2/Barril pixel.blend.import index 229eeda..52a991e 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel2/Barril pixel.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel2/Barril pixel.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://diqlu70a3pn44" -path="res://.godot/imported/Barril pixel.blend-7cee723cdac5ef29e4e8a544f85aedec.scn" +path="res://godot/imported/Barril pixel.blend-7cee723cdac5ef29e4e8a544f85aedec.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel2/Barril pixel.blend" -dest_files=["res://.godot/imported/Barril pixel.blend-7cee723cdac5ef29e4e8a544f85aedec.scn"] +dest_files=["res://godot/imported/Barril pixel.blend-7cee723cdac5ef29e4e8a544f85aedec.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel2/barrel-water.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel2/barrel-water.png.import index fd74f3f..68f1bbc 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel2/barrel-water.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel2/barrel-water.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dvtn7dpdufc3d" -path="res://.godot/imported/barrel-water.png-df5a412226899583d461625b8dedd3d1.ctex" +path="res://godot/imported/barrel-water.png-df5a412226899583d461625b8dedd3d1.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel2/barrel-water.png" -dest_files=["res://.godot/imported/barrel-water.png-df5a412226899583d461625b8dedd3d1.ctex"] +dest_files=["res://godot/imported/barrel-water.png-df5a412226899583d461625b8dedd3d1.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel2/textures/Barrel texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel2/textures/Barrel texture.png.import index a73a2d0..fa377b7 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel2/textures/Barrel texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel2/textures/Barrel texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://do4mcp05ye81m" -path="res://.godot/imported/Barrel texture.png-a39ae1a2d13bdaf20e01aadb44e811b9.ctex" +path="res://godot/imported/Barrel texture.png-a39ae1a2d13bdaf20e01aadb44e811b9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel2/textures/Barrel texture.png" -dest_files=["res://.godot/imported/Barrel texture.png-a39ae1a2d13bdaf20e01aadb44e811b9.ctex"] +dest_files=["res://godot/imported/Barrel texture.png-a39ae1a2d13bdaf20e01aadb44e811b9.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder stone/Bookholder stone Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder stone/Bookholder stone Texture.png.import index 70fce77..aa37f2c 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder stone/Bookholder stone Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder stone/Bookholder stone Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bpwm3kj5k2uhe" -path="res://.godot/imported/Bookholder stone Texture.png-02ca3bf0afcc4d37aae4135483629a11.ctex" +path="res://godot/imported/Bookholder stone Texture.png-02ca3bf0afcc4d37aae4135483629a11.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder stone/Bookholder stone Texture.png" -dest_files=["res://.godot/imported/Bookholder stone Texture.png-02ca3bf0afcc4d37aae4135483629a11.ctex"] +dest_files=["res://godot/imported/Bookholder stone Texture.png-02ca3bf0afcc4d37aae4135483629a11.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder stone/Bookholder stone.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder stone/Bookholder stone.blend.import index 630204d..5ca4026 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder stone/Bookholder stone.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder stone/Bookholder stone.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cgrby8ijowq0f" -path="res://.godot/imported/Bookholder stone.blend-1de7d8a5b2d77e30214cd4cd6ce3c5bc.scn" +path="res://godot/imported/Bookholder stone.blend-1de7d8a5b2d77e30214cd4cd6ce3c5bc.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder stone/Bookholder stone.blend" -dest_files=["res://.godot/imported/Bookholder stone.blend-1de7d8a5b2d77e30214cd4cd6ce3c5bc.scn"] +dest_files=["res://godot/imported/Bookholder stone.blend-1de7d8a5b2d77e30214cd4cd6ce3c5bc.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder stone/Bookholder stone.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder stone/Bookholder stone.png.import index 162032b..23ce5f1 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder stone/Bookholder stone.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder stone/Bookholder stone.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://slougdy5dosi" -path="res://.godot/imported/Bookholder stone.png-7a4cb6f21a099660f22e814803646cee.ctex" +path="res://godot/imported/Bookholder stone.png-7a4cb6f21a099660f22e814803646cee.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder stone/Bookholder stone.png" -dest_files=["res://.godot/imported/Bookholder stone.png-7a4cb6f21a099660f22e814803646cee.ctex"] +dest_files=["res://godot/imported/Bookholder stone.png-7a4cb6f21a099660f22e814803646cee.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder stone/textures/Bookholder stone Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder stone/textures/Bookholder stone Texture.png.import index 8535f54..d15efa0 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder stone/textures/Bookholder stone Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder stone/textures/Bookholder stone Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cj0lhwqqnkbvr" -path="res://.godot/imported/Bookholder stone Texture.png-14f2e9c7aa122d94f6dda01a9726ac19.ctex" +path="res://godot/imported/Bookholder stone Texture.png-14f2e9c7aa122d94f6dda01a9726ac19.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder stone/textures/Bookholder stone Texture.png" -dest_files=["res://.godot/imported/Bookholder stone Texture.png-14f2e9c7aa122d94f6dda01a9726ac19.ctex"] +dest_files=["res://godot/imported/Bookholder stone Texture.png-14f2e9c7aa122d94f6dda01a9726ac19.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder/Book holder Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder/Book holder Texture.png.import index a8f0d8b..7fbad42 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder/Book holder Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder/Book holder Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b4tbuhn4tmrsh" -path="res://.godot/imported/Book holder Texture.png-5a0dac2edb3cdb273adc8c2189c3f433.ctex" +path="res://godot/imported/Book holder Texture.png-5a0dac2edb3cdb273adc8c2189c3f433.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder/Book holder Texture.png" -dest_files=["res://.godot/imported/Book holder Texture.png-5a0dac2edb3cdb273adc8c2189c3f433.ctex"] +dest_files=["res://godot/imported/Book holder Texture.png-5a0dac2edb3cdb273adc8c2189c3f433.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder/Book holder.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder/Book holder.blend.import index a188edb..75a3411 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder/Book holder.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder/Book holder.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bdt8500pf6hwa" -path="res://.godot/imported/Book holder.blend-d3257e331450bab2f782934352929874.scn" +path="res://godot/imported/Book holder.blend-d3257e331450bab2f782934352929874.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder/Book holder.blend" -dest_files=["res://.godot/imported/Book holder.blend-d3257e331450bab2f782934352929874.scn"] +dest_files=["res://godot/imported/Book holder.blend-d3257e331450bab2f782934352929874.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder/Book holder.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder/Book holder.png.import index 21c6938..615f00c 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder/Book holder.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder/Book holder.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c3qo4ak2a0frr" -path="res://.godot/imported/Book holder.png-7d0718c29153b9b51a2a65c509d54d99.ctex" +path="res://godot/imported/Book holder.png-7d0718c29153b9b51a2a65c509d54d99.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder/Book holder.png" -dest_files=["res://.godot/imported/Book holder.png-7d0718c29153b9b51a2a65c509d54d99.ctex"] +dest_files=["res://godot/imported/Book holder.png-7d0718c29153b9b51a2a65c509d54d99.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder/textures/Book holder Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder/textures/Book holder Texture.png.import index ed1cafe..007ae29 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder/textures/Book holder Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder/textures/Book holder Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dqd4g1im6s0ir" -path="res://.godot/imported/Book holder Texture.png-b84abce80cd14dbbc3787673ccd0eefa.ctex" +path="res://godot/imported/Book holder Texture.png-b84abce80cd14dbbc3787673ccd0eefa.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder/textures/Book holder Texture.png" -dest_files=["res://.godot/imported/Book holder Texture.png-b84abce80cd14dbbc3787673ccd0eefa.ctex"] +dest_files=["res://godot/imported/Book holder Texture.png-b84abce80cd14dbbc3787673ccd0eefa.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bread/Bread texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bread/Bread texture.png.import index 7055a39..5911f89 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bread/Bread texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bread/Bread texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://hvkx0pkenvy0" -path="res://.godot/imported/Bread texture.png-30971803dc143912fb21130a93f50771.ctex" +path="res://godot/imported/Bread texture.png-30971803dc143912fb21130a93f50771.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bread/Bread texture.png" -dest_files=["res://.godot/imported/Bread texture.png-30971803dc143912fb21130a93f50771.ctex"] +dest_files=["res://godot/imported/Bread texture.png-30971803dc143912fb21130a93f50771.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bread/Bread.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bread/Bread.blend.import index f657ebe..4f5a3b3 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bread/Bread.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bread/Bread.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b6bp27nmdw0at" -path="res://.godot/imported/Bread.blend-26f4593fb9137e5fab383d2d2272ca4a.scn" +path="res://godot/imported/Bread.blend-26f4593fb9137e5fab383d2d2272ca4a.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bread/Bread.blend" -dest_files=["res://.godot/imported/Bread.blend-26f4593fb9137e5fab383d2d2272ca4a.scn"] +dest_files=["res://godot/imported/Bread.blend-26f4593fb9137e5fab383d2d2272ca4a.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bread/bread.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bread/bread.png.import index 431ed16..a643ba9 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bread/bread.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bread/bread.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bwat82w13itpd" -path="res://.godot/imported/bread.png-6a658581517ebade26164ab66db0de47.ctex" +path="res://godot/imported/bread.png-6a658581517ebade26164ab66db0de47.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bread/bread.png" -dest_files=["res://.godot/imported/bread.png-6a658581517ebade26164ab66db0de47.ctex"] +dest_files=["res://godot/imported/bread.png-6a658581517ebade26164ab66db0de47.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bread/textures/Bread texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bread/textures/Bread texture.png.import index c32f8bc..440061c 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bread/textures/Bread texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bread/textures/Bread texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dd5kgu1qomdbq" -path="res://.godot/imported/Bread texture.png-fb9c9e5881651bff2597d7bdd38aeaeb.ctex" +path="res://godot/imported/Bread texture.png-fb9c9e5881651bff2597d7bdd38aeaeb.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bread/textures/Bread texture.png" -dest_files=["res://.godot/imported/Bread texture.png-fb9c9e5881651bff2597d7bdd38aeaeb.ctex"] +dest_files=["res://godot/imported/Bread texture.png-fb9c9e5881651bff2597d7bdd38aeaeb.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Candelier/Candelier texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Candelier/Candelier texture.png.import index 4854e2a..b8ad8bf 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Candelier/Candelier texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Candelier/Candelier texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bkhc5silev862" -path="res://.godot/imported/Candelier texture.png-63af8ab3cbf3d0fea734a0ea9781015e.ctex" +path="res://godot/imported/Candelier texture.png-63af8ab3cbf3d0fea734a0ea9781015e.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Candelier/Candelier texture.png" -dest_files=["res://.godot/imported/Candelier texture.png-63af8ab3cbf3d0fea734a0ea9781015e.ctex"] +dest_files=["res://godot/imported/Candelier texture.png-63af8ab3cbf3d0fea734a0ea9781015e.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Candelier/Candelier.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Candelier/Candelier.blend.import index 4e78434..3bb7411 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Candelier/Candelier.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Candelier/Candelier.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://7d1hgdm11sww" -path="res://.godot/imported/Candelier.blend-6c25c5b53e0e559bf54d03a0dc17d69d.scn" +path="res://godot/imported/Candelier.blend-6c25c5b53e0e559bf54d03a0dc17d69d.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Candelier/Candelier.blend" -dest_files=["res://.godot/imported/Candelier.blend-6c25c5b53e0e559bf54d03a0dc17d69d.scn"] +dest_files=["res://godot/imported/Candelier.blend-6c25c5b53e0e559bf54d03a0dc17d69d.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Candelier/Candelier.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Candelier/Candelier.png.import index 961212f..93dca3a 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Candelier/Candelier.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Candelier/Candelier.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bf103jll32pgm" -path="res://.godot/imported/Candelier.png-d3ed657dc879ad1a4868018e8a682cb0.ctex" +path="res://godot/imported/Candelier.png-d3ed657dc879ad1a4868018e8a682cb0.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Candelier/Candelier.png" -dest_files=["res://.godot/imported/Candelier.png-d3ed657dc879ad1a4868018e8a682cb0.ctex"] +dest_files=["res://godot/imported/Candelier.png-d3ed657dc879ad1a4868018e8a682cb0.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Candelier/textures/Candelier texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Candelier/textures/Candelier texture.png.import index e581170..59b8677 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Candelier/textures/Candelier texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Candelier/textures/Candelier texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c1fme6644iehb" -path="res://.godot/imported/Candelier texture.png-501ed281db67009e0adde76937c5b313.ctex" +path="res://godot/imported/Candelier texture.png-501ed281db67009e0adde76937c5b313.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Candelier/textures/Candelier texture.png" -dest_files=["res://.godot/imported/Candelier texture.png-501ed281db67009e0adde76937c5b313.ctex"] +dest_files=["res://godot/imported/Candelier texture.png-501ed281db67009e0adde76937c5b313.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Candelier/textures/Candilier texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Candelier/textures/Candilier texture.png.import index 174b903..ba542e8 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Candelier/textures/Candilier texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Candelier/textures/Candilier texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dn8notrusc0sv" -path="res://.godot/imported/Candilier texture.png-9eded28f5cb3b285d32a21720d739894.ctex" +path="res://godot/imported/Candilier texture.png-9eded28f5cb3b285d32a21720d739894.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Candelier/textures/Candilier texture.png" -dest_files=["res://.godot/imported/Candilier texture.png-9eded28f5cb3b285d32a21720d739894.ctex"] +dest_files=["res://godot/imported/Candilier texture.png-9eded28f5cb3b285d32a21720d739894.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Carrot/Carrot textura.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Carrot/Carrot textura.png.import index 61e9af4..140aa38 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Carrot/Carrot textura.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Carrot/Carrot textura.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bfkplhg6hk5jk" -path="res://.godot/imported/Carrot textura.png-331a51c49161cc983e113a6b9cb0e16b.ctex" +path="res://godot/imported/Carrot textura.png-331a51c49161cc983e113a6b9cb0e16b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Carrot/Carrot textura.png" -dest_files=["res://.godot/imported/Carrot textura.png-331a51c49161cc983e113a6b9cb0e16b.ctex"] +dest_files=["res://godot/imported/Carrot textura.png-331a51c49161cc983e113a6b9cb0e16b.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Carrot/Carrot.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Carrot/Carrot.blend.import index 93b6978..bad0b9c 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Carrot/Carrot.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Carrot/Carrot.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://kqbhewpgr8su" -path="res://.godot/imported/Carrot.blend-fe92b6560a2f9029eb3e9aed059f96e1.scn" +path="res://godot/imported/Carrot.blend-fe92b6560a2f9029eb3e9aed059f96e1.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Carrot/Carrot.blend" -dest_files=["res://.godot/imported/Carrot.blend-fe92b6560a2f9029eb3e9aed059f96e1.scn"] +dest_files=["res://godot/imported/Carrot.blend-fe92b6560a2f9029eb3e9aed059f96e1.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Carrot/carrot.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Carrot/carrot.png.import index ec4ffbd..793171c 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Carrot/carrot.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Carrot/carrot.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://23vx7op8isbx" -path="res://.godot/imported/carrot.png-8f2d081a432cc59ea09991d2ad9b9ff3.ctex" +path="res://godot/imported/carrot.png-8f2d081a432cc59ea09991d2ad9b9ff3.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Carrot/carrot.png" -dest_files=["res://.godot/imported/carrot.png-8f2d081a432cc59ea09991d2ad9b9ff3.ctex"] +dest_files=["res://godot/imported/carrot.png-8f2d081a432cc59ea09991d2ad9b9ff3.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Carrot/textures/Carrot textura.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Carrot/textures/Carrot textura.png.import index c7bfeae..bccb8a9 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Carrot/textures/Carrot textura.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Carrot/textures/Carrot textura.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bco5wsynddj6" -path="res://.godot/imported/Carrot textura.png-f0b318293b49bbb84869c952e2929414.ctex" +path="res://godot/imported/Carrot textura.png-f0b318293b49bbb84869c952e2929414.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Carrot/textures/Carrot textura.png" -dest_files=["res://.godot/imported/Carrot textura.png-f0b318293b49bbb84869c952e2929414.ctex"] +dest_files=["res://godot/imported/Carrot textura.png-f0b318293b49bbb84869c952e2929414.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chair/Chair Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chair/Chair Texture.png.import index 7d4c7dd..928ae7f 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chair/Chair Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chair/Chair Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ek0ipcn3t02g" -path="res://.godot/imported/Chair Texture.png-132c71d3ecd7e0fe72c93db524c0091f.ctex" +path="res://godot/imported/Chair Texture.png-132c71d3ecd7e0fe72c93db524c0091f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chair/Chair Texture.png" -dest_files=["res://.godot/imported/Chair Texture.png-132c71d3ecd7e0fe72c93db524c0091f.ctex"] +dest_files=["res://godot/imported/Chair Texture.png-132c71d3ecd7e0fe72c93db524c0091f.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chair/Chair.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chair/Chair.blend.import index 40010aa..fc9fc96 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chair/Chair.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chair/Chair.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bfngig6ub34ea" -path="res://.godot/imported/Chair.blend-9a6995fa74e9f285505531dec989ec81.scn" +path="res://godot/imported/Chair.blend-9a6995fa74e9f285505531dec989ec81.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chair/Chair.blend" -dest_files=["res://.godot/imported/Chair.blend-9a6995fa74e9f285505531dec989ec81.scn"] +dest_files=["res://godot/imported/Chair.blend-9a6995fa74e9f285505531dec989ec81.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chair/chair.jpg.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chair/chair.jpg.import index 2583f8e..da36d99 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chair/chair.jpg.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chair/chair.jpg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dxm3fkkuhrtva" -path="res://.godot/imported/chair.jpg-128040fcebdd9f250c50269749e8ba2b.ctex" +path="res://godot/imported/chair.jpg-128040fcebdd9f250c50269749e8ba2b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chair/chair.jpg" -dest_files=["res://.godot/imported/chair.jpg-128040fcebdd9f250c50269749e8ba2b.ctex"] +dest_files=["res://godot/imported/chair.jpg-128040fcebdd9f250c50269749e8ba2b.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chair/textures/Chair Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chair/textures/Chair Texture.png.import index e7930b1..e43c13f 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chair/textures/Chair Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chair/textures/Chair Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ddoni0clwmo6j" -path="res://.godot/imported/Chair Texture.png-cc3ba5d4a983b8d89f30895dbbe6eb9a.ctex" +path="res://godot/imported/Chair Texture.png-cc3ba5d4a983b8d89f30895dbbe6eb9a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chair/textures/Chair Texture.png" -dest_files=["res://.godot/imported/Chair Texture.png-cc3ba5d4a983b8d89f30895dbbe6eb9a.ctex"] +dest_files=["res://godot/imported/Chair Texture.png-cc3ba5d4a983b8d89f30895dbbe6eb9a.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cheese/Cheese Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cheese/Cheese Texture.png.import index 0334799..a8bb815 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cheese/Cheese Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cheese/Cheese Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cduq3axhftin4" -path="res://.godot/imported/Cheese Texture.png-819ebc01e7cecd3ae843de9fb1ec0647.ctex" +path="res://godot/imported/Cheese Texture.png-819ebc01e7cecd3ae843de9fb1ec0647.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cheese/Cheese Texture.png" -dest_files=["res://.godot/imported/Cheese Texture.png-819ebc01e7cecd3ae843de9fb1ec0647.ctex"] +dest_files=["res://godot/imported/Cheese Texture.png-819ebc01e7cecd3ae843de9fb1ec0647.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cheese/Cheese.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cheese/Cheese.blend.import index 33c00b5..e3ec738 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cheese/Cheese.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cheese/Cheese.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://mx63khlsgsb3" -path="res://.godot/imported/Cheese.blend-7cc5c9c29958120fbe913389f4309d21.scn" +path="res://godot/imported/Cheese.blend-7cc5c9c29958120fbe913389f4309d21.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cheese/Cheese.blend" -dest_files=["res://.godot/imported/Cheese.blend-7cc5c9c29958120fbe913389f4309d21.scn"] +dest_files=["res://godot/imported/Cheese.blend-7cc5c9c29958120fbe913389f4309d21.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cheese/Cheese.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cheese/Cheese.png.import index f902319..ea3fbc6 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cheese/Cheese.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cheese/Cheese.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c1vin7va27f6q" -path="res://.godot/imported/Cheese.png-2f6583251ad5934d4fc95c7389f1ca4f.ctex" +path="res://godot/imported/Cheese.png-2f6583251ad5934d4fc95c7389f1ca4f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cheese/Cheese.png" -dest_files=["res://.godot/imported/Cheese.png-2f6583251ad5934d4fc95c7389f1ca4f.ctex"] +dest_files=["res://godot/imported/Cheese.png-2f6583251ad5934d4fc95c7389f1ca4f.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cheese/textures/Cheese Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cheese/textures/Cheese Texture.png.import index 9106e82..9700c3d 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cheese/textures/Cheese Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cheese/textures/Cheese Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://x862ujo3infe" -path="res://.godot/imported/Cheese Texture.png-045959b1e5c6529cacba8ce6602b6da8.ctex" +path="res://godot/imported/Cheese Texture.png-045959b1e5c6529cacba8ce6602b6da8.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cheese/textures/Cheese Texture.png" -dest_files=["res://.godot/imported/Cheese Texture.png-045959b1e5c6529cacba8ce6602b6da8.ctex"] +dest_files=["res://godot/imported/Cheese Texture.png-045959b1e5c6529cacba8ce6602b6da8.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chest/Chest texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chest/Chest texture.png.import index b2480fa..f6c9a3b 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chest/Chest texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chest/Chest texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cec37bkr1puim" -path="res://.godot/imported/Chest texture.png-27c497febd180b40612957ada636f89d.ctex" +path="res://godot/imported/Chest texture.png-27c497febd180b40612957ada636f89d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chest/Chest texture.png" -dest_files=["res://.godot/imported/Chest texture.png-27c497febd180b40612957ada636f89d.ctex"] +dest_files=["res://godot/imported/Chest texture.png-27c497febd180b40612957ada636f89d.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chest/Chest.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chest/Chest.png.import index ad33222..e682f99 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chest/Chest.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chest/Chest.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cdktx6j6as4o5" -path="res://.godot/imported/Chest.png-f27821047040ad0cbf858e2ad77acea9.ctex" +path="res://godot/imported/Chest.png-f27821047040ad0cbf858e2ad77acea9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chest/Chest.png" -dest_files=["res://.godot/imported/Chest.png-f27821047040ad0cbf858e2ad77acea9.ctex"] +dest_files=["res://godot/imported/Chest.png-f27821047040ad0cbf858e2ad77acea9.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chest/chest.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chest/chest.blend.import index e2d328c..6bc22d7 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chest/chest.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chest/chest.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b1msi5n3rq76a" -path="res://.godot/imported/chest.blend-7ef1836273883b248ae548ed9ab19b16.scn" +path="res://godot/imported/chest.blend-7ef1836273883b248ae548ed9ab19b16.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chest/chest.blend" -dest_files=["res://.godot/imported/chest.blend-7ef1836273883b248ae548ed9ab19b16.scn"] +dest_files=["res://godot/imported/chest.blend-7ef1836273883b248ae548ed9ab19b16.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chest/textures/Chest texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chest/textures/Chest texture.png.import index 40d293c..1673088 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chest/textures/Chest texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chest/textures/Chest texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dxpxx1lwspidh" -path="res://.godot/imported/Chest texture.png-aad7358f89a01692a4810a6a6d8bc6cb.ctex" +path="res://godot/imported/Chest texture.png-aad7358f89a01692a4810a6a6d8bc6cb.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chest/textures/Chest texture.png" -dest_files=["res://.godot/imported/Chest texture.png-aad7358f89a01692a4810a6a6d8bc6cb.ctex"] +dest_files=["res://godot/imported/Chest texture.png-aad7358f89a01692a4810a6a6d8bc6cb.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Cooper coin.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Cooper coin.blend.import index 55b8d2e..43166cc 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Cooper coin.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Cooper coin.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ddr2orahjw2p" -path="res://.godot/imported/Cooper coin.blend-b335faa30125b308536e698acff59074.scn" +path="res://godot/imported/Cooper coin.blend-b335faa30125b308536e698acff59074.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Cooper coin.blend" -dest_files=["res://.godot/imported/Cooper coin.blend-b335faa30125b308536e698acff59074.scn"] +dest_files=["res://godot/imported/Cooper coin.blend-b335faa30125b308536e698acff59074.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Cooper coin.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Cooper coin.png.import index 4c1eb99..5696371 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Cooper coin.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Cooper coin.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://wfkgo4kbypd6" -path="res://.godot/imported/Cooper coin.png-c843200d29e0febfb42c5120a37d93a4.ctex" +path="res://godot/imported/Cooper coin.png-c843200d29e0febfb42c5120a37d93a4.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Cooper coin.png" -dest_files=["res://.godot/imported/Cooper coin.png-c843200d29e0febfb42c5120a37d93a4.ctex"] +dest_files=["res://godot/imported/Cooper coin.png-c843200d29e0febfb42c5120a37d93a4.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Gold coin.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Gold coin.blend.import index 71d1c3c..bd67a9d 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Gold coin.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Gold coin.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dgj151ugt14os" -path="res://.godot/imported/Gold coin.blend-e3e15943e8220ce49592d80b7e7f672e.scn" +path="res://godot/imported/Gold coin.blend-e3e15943e8220ce49592d80b7e7f672e.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Gold coin.blend" -dest_files=["res://.godot/imported/Gold coin.blend-e3e15943e8220ce49592d80b7e7f672e.scn"] +dest_files=["res://godot/imported/Gold coin.blend-e3e15943e8220ce49592d80b7e7f672e.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Gold coin.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Gold coin.png.import index 72494ee..c10b4f9 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Gold coin.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Gold coin.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bssxqik8y780f" -path="res://.godot/imported/Gold coin.png-a0e5d91a0a2d2be0f6af49ac98491587.ctex" +path="res://godot/imported/Gold coin.png-a0e5d91a0a2d2be0f6af49ac98491587.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Gold coin.png" -dest_files=["res://.godot/imported/Gold coin.png-a0e5d91a0a2d2be0f6af49ac98491587.ctex"] +dest_files=["res://godot/imported/Gold coin.png-a0e5d91a0a2d2be0f6af49ac98491587.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Silver coin.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Silver coin.blend.import index 486d6cb..5c59df8 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Silver coin.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Silver coin.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bs55mx8l0s2r3" -path="res://.godot/imported/Silver coin.blend-8bd312e22d04091ab9ac30b24dc69f58.scn" +path="res://godot/imported/Silver coin.blend-8bd312e22d04091ab9ac30b24dc69f58.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Silver coin.blend" -dest_files=["res://.godot/imported/Silver coin.blend-8bd312e22d04091ab9ac30b24dc69f58.scn"] +dest_files=["res://godot/imported/Silver coin.blend-8bd312e22d04091ab9ac30b24dc69f58.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Silver coin.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Silver coin.png.import index d4af4a9..755706e 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Silver coin.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Silver coin.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dk0rgfms1km8w" -path="res://.godot/imported/Silver coin.png-a3ea988fe575def1d900f37fb0cf4ac6.ctex" +path="res://godot/imported/Silver coin.png-a3ea988fe575def1d900f37fb0cf4ac6.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/Silver coin.png" -dest_files=["res://.godot/imported/Silver coin.png-a3ea988fe575def1d900f37fb0cf4ac6.ctex"] +dest_files=["res://godot/imported/Silver coin.png-a3ea988fe575def1d900f37fb0cf4ac6.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/textures/Cooper coin.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/textures/Cooper coin.png.import index 19964ef..9ee862d 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/textures/Cooper coin.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/textures/Cooper coin.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://px6rxqt56s6p" -path="res://.godot/imported/Cooper coin.png-4ba9fcffb4e1ed3b3578300ef7e1e002.ctex" +path="res://godot/imported/Cooper coin.png-4ba9fcffb4e1ed3b3578300ef7e1e002.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/textures/Cooper coin.png" -dest_files=["res://.godot/imported/Cooper coin.png-4ba9fcffb4e1ed3b3578300ef7e1e002.ctex"] +dest_files=["res://godot/imported/Cooper coin.png-4ba9fcffb4e1ed3b3578300ef7e1e002.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/textures/Gold coin.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/textures/Gold coin.png.import index 9cee39f..8d73220 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/textures/Gold coin.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/textures/Gold coin.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cpla234yylsd3" -path="res://.godot/imported/Gold coin.png-3d2a990bc3bea768a98e1dd87fe4ab71.ctex" +path="res://godot/imported/Gold coin.png-3d2a990bc3bea768a98e1dd87fe4ab71.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/textures/Gold coin.png" -dest_files=["res://.godot/imported/Gold coin.png-3d2a990bc3bea768a98e1dd87fe4ab71.ctex"] +dest_files=["res://godot/imported/Gold coin.png-3d2a990bc3bea768a98e1dd87fe4ab71.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/textures/Silver coin.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/textures/Silver coin.png.import index b3ff301..bf184a3 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/textures/Silver coin.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/textures/Silver coin.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b57qvoi7lgptl" -path="res://.godot/imported/Silver coin.png-01d2e39789eeee0866888149ef10dc01.ctex" +path="res://godot/imported/Silver coin.png-01d2e39789eeee0866888149ef10dc01.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/textures/Silver coin.png" -dest_files=["res://.godot/imported/Silver coin.png-01d2e39789eeee0866888149ef10dc01.ctex"] +dest_files=["res://godot/imported/Silver coin.png-01d2e39789eeee0866888149ef10dc01.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cooking pot/Cooking Pot.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cooking pot/Cooking Pot.png.import index a29e480..c875b67 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cooking pot/Cooking Pot.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cooking pot/Cooking Pot.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b7esaqt4of0gc" -path="res://.godot/imported/Cooking Pot.png-234dcb5f917b3ba21b192721732bd7d6.ctex" +path="res://godot/imported/Cooking Pot.png-234dcb5f917b3ba21b192721732bd7d6.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cooking pot/Cooking Pot.png" -dest_files=["res://.godot/imported/Cooking Pot.png-234dcb5f917b3ba21b192721732bd7d6.ctex"] +dest_files=["res://godot/imported/Cooking Pot.png-234dcb5f917b3ba21b192721732bd7d6.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cooking pot/cooking pot Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cooking pot/cooking pot Texture.png.import index edeac79..6ac10b4 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cooking pot/cooking pot Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cooking pot/cooking pot Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://4e14pu0okkhk" -path="res://.godot/imported/cooking pot Texture.png-034e417a1ec6e6f15abc207d0261a940.ctex" +path="res://godot/imported/cooking pot Texture.png-034e417a1ec6e6f15abc207d0261a940.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cooking pot/cooking pot Texture.png" -dest_files=["res://.godot/imported/cooking pot Texture.png-034e417a1ec6e6f15abc207d0261a940.ctex"] +dest_files=["res://godot/imported/cooking pot Texture.png-034e417a1ec6e6f15abc207d0261a940.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cooking pot/cooking pot.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cooking pot/cooking pot.blend.import index 4b50ba6..f43ecfc 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cooking pot/cooking pot.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cooking pot/cooking pot.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c7wjb6fdq6rfs" -path="res://.godot/imported/cooking pot.blend-73def5538fa7c24238f9a5f42bd414b8.scn" +path="res://godot/imported/cooking pot.blend-73def5538fa7c24238f9a5f42bd414b8.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cooking pot/cooking pot.blend" -dest_files=["res://.godot/imported/cooking pot.blend-73def5538fa7c24238f9a5f42bd414b8.scn"] +dest_files=["res://godot/imported/cooking pot.blend-73def5538fa7c24238f9a5f42bd414b8.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cooking pot/textures/cooking pot Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cooking pot/textures/cooking pot Texture.png.import index 9c3aaf3..34e1eea 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cooking pot/textures/cooking pot Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cooking pot/textures/cooking pot Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bh7bl2ftb20xj" -path="res://.godot/imported/cooking pot Texture.png-926a3d3ee55cae48e15adf7476381598.ctex" +path="res://godot/imported/cooking pot Texture.png-926a3d3ee55cae48e15adf7476381598.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cooking pot/textures/cooking pot Texture.png" -dest_files=["res://.godot/imported/cooking pot Texture.png-926a3d3ee55cae48e15adf7476381598.ctex"] +dest_files=["res://godot/imported/cooking pot Texture.png-926a3d3ee55cae48e15adf7476381598.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Corn/Corn Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Corn/Corn Texture.png.import index d51b565..3df88a4 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Corn/Corn Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Corn/Corn Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://vn3my33uojrw" -path="res://.godot/imported/Corn Texture.png-78b8fabb00574c7cba79f8dc42309791.ctex" +path="res://godot/imported/Corn Texture.png-78b8fabb00574c7cba79f8dc42309791.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Corn/Corn Texture.png" -dest_files=["res://.godot/imported/Corn Texture.png-78b8fabb00574c7cba79f8dc42309791.ctex"] +dest_files=["res://godot/imported/Corn Texture.png-78b8fabb00574c7cba79f8dc42309791.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Corn/Corn.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Corn/Corn.blend.import index ad2746c..976ca4b 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Corn/Corn.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Corn/Corn.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bg6364nff6efs" -path="res://.godot/imported/Corn.blend-c8ec0f599904b27a941e68d9d76565d4.scn" +path="res://godot/imported/Corn.blend-c8ec0f599904b27a941e68d9d76565d4.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Corn/Corn.blend" -dest_files=["res://.godot/imported/Corn.blend-c8ec0f599904b27a941e68d9d76565d4.scn"] +dest_files=["res://godot/imported/Corn.blend-c8ec0f599904b27a941e68d9d76565d4.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Corn/Corn.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Corn/Corn.png.import index 717aed6..c355316 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Corn/Corn.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Corn/Corn.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cscbuax23fgno" -path="res://.godot/imported/Corn.png-f7b23cf5c7b8f471a317320ff3cf5bd7.ctex" +path="res://godot/imported/Corn.png-f7b23cf5c7b8f471a317320ff3cf5bd7.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Corn/Corn.png" -dest_files=["res://.godot/imported/Corn.png-f7b23cf5c7b8f471a317320ff3cf5bd7.ctex"] +dest_files=["res://godot/imported/Corn.png-f7b23cf5c7b8f471a317320ff3cf5bd7.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Corn/textures/Corn Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Corn/textures/Corn Texture.png.import index b502097..0208839 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Corn/textures/Corn Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Corn/textures/Corn Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bq2sxhobilxdo" -path="res://.godot/imported/Corn Texture.png-180fc94bd6f8c0e050542d2b9816b18c.ctex" +path="res://godot/imported/Corn Texture.png-180fc94bd6f8c0e050542d2b9816b18c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Corn/textures/Corn Texture.png" -dest_files=["res://.godot/imported/Corn Texture.png-180fc94bd6f8c0e050542d2b9816b18c.ctex"] +dest_files=["res://godot/imported/Corn Texture.png-180fc94bd6f8c0e050542d2b9816b18c.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Crate/Crate Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Crate/Crate Texture.png.import index 894be19..e43df67 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Crate/Crate Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Crate/Crate Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dlba57jbk748y" -path="res://.godot/imported/Crate Texture.png-d86ba0d0bcd19318ef426467242af8ba.ctex" +path="res://godot/imported/Crate Texture.png-d86ba0d0bcd19318ef426467242af8ba.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Crate/Crate Texture.png" -dest_files=["res://.godot/imported/Crate Texture.png-d86ba0d0bcd19318ef426467242af8ba.ctex"] +dest_files=["res://godot/imported/Crate Texture.png-d86ba0d0bcd19318ef426467242af8ba.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Crate/Crate.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Crate/Crate.blend.import index a97a3b2..7b9502d 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Crate/Crate.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Crate/Crate.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://d2flwqivqwk2o" -path="res://.godot/imported/Crate.blend-c1c0fc712d961d92be70f388bdaed5d6.scn" +path="res://godot/imported/Crate.blend-c1c0fc712d961d92be70f388bdaed5d6.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Crate/Crate.blend" -dest_files=["res://.godot/imported/Crate.blend-c1c0fc712d961d92be70f388bdaed5d6.scn"] +dest_files=["res://godot/imported/Crate.blend-c1c0fc712d961d92be70f388bdaed5d6.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Crate/crate.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Crate/crate.png.import index 783aee6..fcd42fa 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Crate/crate.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Crate/crate.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c6awbe42h2l8a" -path="res://.godot/imported/crate.png-56c1f838f41efed6ea6a779bbeb6bc61.ctex" +path="res://godot/imported/crate.png-56c1f838f41efed6ea6a779bbeb6bc61.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Crate/crate.png" -dest_files=["res://.godot/imported/crate.png-56c1f838f41efed6ea6a779bbeb6bc61.ctex"] +dest_files=["res://godot/imported/crate.png-56c1f838f41efed6ea6a779bbeb6bc61.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Crate/textures/Crate Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Crate/textures/Crate Texture.png.import index 14476cb..9a2e20e 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Crate/textures/Crate Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Crate/textures/Crate Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://duj6ba2lhr520" -path="res://.godot/imported/Crate Texture.png-e6f376d2c13d04d2234b3f6074f20639.ctex" +path="res://godot/imported/Crate Texture.png-e6f376d2c13d04d2234b3f6074f20639.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Crate/textures/Crate Texture.png" -dest_files=["res://.godot/imported/Crate Texture.png-e6f376d2c13d04d2234b3f6074f20639.ctex"] +dest_files=["res://godot/imported/Crate Texture.png-e6f376d2c13d04d2234b3f6074f20639.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Everything.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Everything.blend.import index f8e01f7..e02990b 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Everything.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Everything.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://h7aqy7p5ngfj" -path="res://.godot/imported/Everything.blend-2f33069280acf33350d9d81808f1a0c2.scn" +path="res://godot/imported/Everything.blend-2f33069280acf33350d9d81808f1a0c2.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Everything.blend" -dest_files=["res://.godot/imported/Everything.blend-2f33069280acf33350d9d81808f1a0c2.scn"] +dest_files=["res://godot/imported/Everything.blend-2f33069280acf33350d9d81808f1a0c2.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Everything.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Everything.png.import index 77e217d..f44e673 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Everything.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Everything.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cgtcgrapq04o2" -path="res://.godot/imported/Everything.png-86c745232f07a6d23d3184bc95ae53e7.ctex" +path="res://godot/imported/Everything.png-86c745232f07a6d23d3184bc95ae53e7.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Everything.png" -dest_files=["res://.godot/imported/Everything.png-86c745232f07a6d23d3184bc95ae53e7.ctex"] +dest_files=["res://godot/imported/Everything.png-86c745232f07a6d23d3184bc95ae53e7.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/Fish.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/Fish.blend.import index 0c1ff69..ed416b7 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/Fish.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/Fish.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b6uqqunnadpr1" -path="res://.godot/imported/Fish.blend-1013abcde02c038fd261f26ef2dd72e8.scn" +path="res://godot/imported/Fish.blend-1013abcde02c038fd261f26ef2dd72e8.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/Fish.blend" -dest_files=["res://.godot/imported/Fish.blend-1013abcde02c038fd261f26ef2dd72e8.scn"] +dest_files=["res://godot/imported/Fish.blend-1013abcde02c038fd261f26ef2dd72e8.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/Fish2.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/Fish2.blend.import index b26ef93..f507813 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/Fish2.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/Fish2.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://f6wnaqy56rja" -path="res://.godot/imported/Fish2.blend-310615ae19680825575d4d4393b40cf5.scn" +path="res://godot/imported/Fish2.blend-310615ae19680825575d4d4393b40cf5.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/Fish2.blend" -dest_files=["res://.godot/imported/Fish2.blend-310615ae19680825575d4d4393b40cf5.scn"] +dest_files=["res://godot/imported/Fish2.blend-310615ae19680825575d4d4393b40cf5.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/Fish3.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/Fish3.blend.import index 1b5bf75..4a7826d 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/Fish3.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/Fish3.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dvobuxa1om17y" -path="res://.godot/imported/Fish3.blend-63c37b10ea7aba75261478ae237c0171.scn" +path="res://godot/imported/Fish3.blend-63c37b10ea7aba75261478ae237c0171.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/Fish3.blend" -dest_files=["res://.godot/imported/Fish3.blend-63c37b10ea7aba75261478ae237c0171.scn"] +dest_files=["res://godot/imported/Fish3.blend-63c37b10ea7aba75261478ae237c0171.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/FishTexture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/FishTexture.png.import index 868af70..6236748 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/FishTexture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/FishTexture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://qcpdjnyi08qa" -path="res://.godot/imported/FishTexture.png-9c3166953c3a98daf5e28a52d8a33631.ctex" +path="res://godot/imported/FishTexture.png-9c3166953c3a98daf5e28a52d8a33631.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/FishTexture.png" -dest_files=["res://.godot/imported/FishTexture.png-9c3166953c3a98daf5e28a52d8a33631.ctex"] +dest_files=["res://godot/imported/FishTexture.png-9c3166953c3a98daf5e28a52d8a33631.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/FishTexture2.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/FishTexture2.png.import index 56725e8..323be40 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/FishTexture2.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/FishTexture2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://d2polpknf7qeb" -path="res://.godot/imported/FishTexture2.png-99204020d2c068fbc914db440536effd.ctex" +path="res://godot/imported/FishTexture2.png-99204020d2c068fbc914db440536effd.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/FishTexture2.png" -dest_files=["res://.godot/imported/FishTexture2.png-99204020d2c068fbc914db440536effd.ctex"] +dest_files=["res://godot/imported/FishTexture2.png-99204020d2c068fbc914db440536effd.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/FishTexture3.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/FishTexture3.png.import index 0772b3c..6ae5870 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/FishTexture3.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/FishTexture3.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c0tvme8888ps3" -path="res://.godot/imported/FishTexture3.png-51d8a54585df038f21090b36d00e4c77.ctex" +path="res://godot/imported/FishTexture3.png-51d8a54585df038f21090b36d00e4c77.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/FishTexture3.png" -dest_files=["res://.godot/imported/FishTexture3.png-51d8a54585df038f21090b36d00e4c77.ctex"] +dest_files=["res://godot/imported/FishTexture3.png-51d8a54585df038f21090b36d00e4c77.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/fish.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/fish.png.import index 5d4087c..cc36f2f 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/fish.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/fish.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c35etw2m0crmv" -path="res://.godot/imported/fish.png-e6b84c92dea853b6575cdccaedbce31a.ctex" +path="res://godot/imported/fish.png-e6b84c92dea853b6575cdccaedbce31a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/fish.png" -dest_files=["res://.godot/imported/fish.png-e6b84c92dea853b6575cdccaedbce31a.ctex"] +dest_files=["res://godot/imported/fish.png-e6b84c92dea853b6575cdccaedbce31a.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/textures/FishTexture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/textures/FishTexture.png.import index f471928..33412b6 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/textures/FishTexture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/textures/FishTexture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b232benjx2wac" -path="res://.godot/imported/FishTexture.png-445819f4c5ac172bc8c5711be89fb4a1.ctex" +path="res://godot/imported/FishTexture.png-445819f4c5ac172bc8c5711be89fb4a1.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/textures/FishTexture.png" -dest_files=["res://.godot/imported/FishTexture.png-445819f4c5ac172bc8c5711be89fb4a1.ctex"] +dest_files=["res://godot/imported/FishTexture.png-445819f4c5ac172bc8c5711be89fb4a1.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/textures/FishTexture2.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/textures/FishTexture2.png.import index 0ee7917..3ed4807 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/textures/FishTexture2.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/textures/FishTexture2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dt57o41ak66cl" -path="res://.godot/imported/FishTexture2.png-aaaadd27cd0ef5b812ec9c381dad507c.ctex" +path="res://godot/imported/FishTexture2.png-aaaadd27cd0ef5b812ec9c381dad507c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/textures/FishTexture2.png" -dest_files=["res://.godot/imported/FishTexture2.png-aaaadd27cd0ef5b812ec9c381dad507c.ctex"] +dest_files=["res://godot/imported/FishTexture2.png-aaaadd27cd0ef5b812ec9c381dad507c.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/textures/FishTexture3.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/textures/FishTexture3.png.import index fbbe151..5b1938b 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/textures/FishTexture3.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/textures/FishTexture3.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://oj7jbxv67b6a" -path="res://.godot/imported/FishTexture3.png-93506f12b38a54b682c083efcad25076.ctex" +path="res://godot/imported/FishTexture3.png-93506f12b38a54b682c083efcad25076.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/textures/FishTexture3.png" -dest_files=["res://.godot/imported/FishTexture3.png-93506f12b38a54b682c083efcad25076.ctex"] +dest_files=["res://godot/imported/FishTexture3.png-93506f12b38a54b682c083efcad25076.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/Fountain Blood.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/Fountain Blood.png.import index 7b37cf6..5e4b630 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/Fountain Blood.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/Fountain Blood.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dh0mycud3xuon" -path="res://.godot/imported/Fountain Blood.png-d2ae2f7d6df09e94df37f88a86d40e0e.ctex" +path="res://godot/imported/Fountain Blood.png-d2ae2f7d6df09e94df37f88a86d40e0e.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/Fountain Blood.png" -dest_files=["res://.godot/imported/Fountain Blood.png-d2ae2f7d6df09e94df37f88a86d40e0e.ctex"] +dest_files=["res://godot/imported/Fountain Blood.png-d2ae2f7d6df09e94df37f88a86d40e0e.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/Fountain.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/Fountain.png.import index 820b483..bc5ada0 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/Fountain.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/Fountain.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bkdr6j73e1uvo" -path="res://.godot/imported/Fountain.png-5524f0728ef48dd0323385cff7cad5b1.ctex" +path="res://godot/imported/Fountain.png-5524f0728ef48dd0323385cff7cad5b1.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/Fountain.png" -dest_files=["res://.godot/imported/Fountain.png-5524f0728ef48dd0323385cff7cad5b1.ctex"] +dest_files=["res://godot/imported/Fountain.png-5524f0728ef48dd0323385cff7cad5b1.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/fountain Blood Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/fountain Blood Texture.png.import index 06db213..e1e469e 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/fountain Blood Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/fountain Blood Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cflsgxny3p32a" -path="res://.godot/imported/fountain Blood Texture.png-6c2c0b6779679757afba298d68990cc7.ctex" +path="res://godot/imported/fountain Blood Texture.png-6c2c0b6779679757afba298d68990cc7.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/fountain Blood Texture.png" -dest_files=["res://.godot/imported/fountain Blood Texture.png-6c2c0b6779679757afba298d68990cc7.ctex"] +dest_files=["res://godot/imported/fountain Blood Texture.png-6c2c0b6779679757afba298d68990cc7.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/fountain Blood.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/fountain Blood.blend.import index 873cf0b..32cb852 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/fountain Blood.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/fountain Blood.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dxaqu3ammdwv6" -path="res://.godot/imported/fountain Blood.blend-0901778ad049e0d35860897b310ac3d7.scn" +path="res://godot/imported/fountain Blood.blend-0901778ad049e0d35860897b310ac3d7.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/fountain Blood.blend" -dest_files=["res://.godot/imported/fountain Blood.blend-0901778ad049e0d35860897b310ac3d7.scn"] +dest_files=["res://godot/imported/fountain Blood.blend-0901778ad049e0d35860897b310ac3d7.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/fountain Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/fountain Texture.png.import index 59408ce..4f25c00 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/fountain Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/fountain Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c20gjrwky8esg" -path="res://.godot/imported/fountain Texture.png-ceba1b778f4e139b0de02e088179b8cf.ctex" +path="res://godot/imported/fountain Texture.png-ceba1b778f4e139b0de02e088179b8cf.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/fountain Texture.png" -dest_files=["res://.godot/imported/fountain Texture.png-ceba1b778f4e139b0de02e088179b8cf.ctex"] +dest_files=["res://godot/imported/fountain Texture.png-ceba1b778f4e139b0de02e088179b8cf.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/fountain.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/fountain.blend.import index b57808c..e370e8a 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/fountain.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/fountain.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://jskv6u5tuc3m" -path="res://.godot/imported/fountain.blend-23d42c2486ca6492b16b9461f8183bc1.scn" +path="res://godot/imported/fountain.blend-23d42c2486ca6492b16b9461f8183bc1.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/fountain.blend" -dest_files=["res://.godot/imported/fountain.blend-23d42c2486ca6492b16b9461f8183bc1.scn"] +dest_files=["res://godot/imported/fountain.blend-23d42c2486ca6492b16b9461f8183bc1.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/textures/fountain Blood Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/textures/fountain Blood Texture.png.import index 74564c8..d74be5b 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/textures/fountain Blood Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/textures/fountain Blood Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://jqnsn073kbfc" -path="res://.godot/imported/fountain Blood Texture.png-d62f4f2671a9496ec494a7fc04a100e1.ctex" +path="res://godot/imported/fountain Blood Texture.png-d62f4f2671a9496ec494a7fc04a100e1.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/textures/fountain Blood Texture.png" -dest_files=["res://.godot/imported/fountain Blood Texture.png-d62f4f2671a9496ec494a7fc04a100e1.ctex"] +dest_files=["res://godot/imported/fountain Blood Texture.png-d62f4f2671a9496ec494a7fc04a100e1.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/textures/fountain Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/textures/fountain Texture.png.import index 7c53c3a..0e1f216 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/textures/fountain Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/textures/fountain Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://db2r1o6b6p0wp" -path="res://.godot/imported/fountain Texture.png-2bd0ac8cb0baf30b4bc6859046512292.ctex" +path="res://godot/imported/fountain Texture.png-2bd0ac8cb0baf30b4bc6859046512292.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/textures/fountain Texture.png" -dest_files=["res://.godot/imported/fountain Texture.png-2bd0ac8cb0baf30b4bc6859046512292.ctex"] +dest_files=["res://godot/imported/fountain Texture.png-2bd0ac8cb0baf30b4bc6859046512292.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Ham/Ham Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Ham/Ham Texture.png.import index 66c1a42..28982fb 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Ham/Ham Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Ham/Ham Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://did5jlp3jhxv0" -path="res://.godot/imported/Ham Texture.png-16fe0ab511da50572d3a40e33e6b7cc6.ctex" +path="res://godot/imported/Ham Texture.png-16fe0ab511da50572d3a40e33e6b7cc6.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Ham/Ham Texture.png" -dest_files=["res://.godot/imported/Ham Texture.png-16fe0ab511da50572d3a40e33e6b7cc6.ctex"] +dest_files=["res://godot/imported/Ham Texture.png-16fe0ab511da50572d3a40e33e6b7cc6.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Ham/Ham.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Ham/Ham.blend.import index 7e0d218..1c2dd6d 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Ham/Ham.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Ham/Ham.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cn3k6k0smmyfm" -path="res://.godot/imported/Ham.blend-946a439f440c471621498da67b0370c8.scn" +path="res://godot/imported/Ham.blend-946a439f440c471621498da67b0370c8.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Ham/Ham.blend" -dest_files=["res://.godot/imported/Ham.blend-946a439f440c471621498da67b0370c8.scn"] +dest_files=["res://godot/imported/Ham.blend-946a439f440c471621498da67b0370c8.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Ham/Ham.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Ham/Ham.png.import index bc6b0af..3382497 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Ham/Ham.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Ham/Ham.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c4wnlyvya1igi" -path="res://.godot/imported/Ham.png-4c500e3dc657ac52660ee12ad31ae890.ctex" +path="res://godot/imported/Ham.png-4c500e3dc657ac52660ee12ad31ae890.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Ham/Ham.png" -dest_files=["res://.godot/imported/Ham.png-4c500e3dc657ac52660ee12ad31ae890.ctex"] +dest_files=["res://godot/imported/Ham.png-4c500e3dc657ac52660ee12ad31ae890.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Ham/textures/Ham Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Ham/textures/Ham Texture.png.import index e43c70a..1d29cce 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Ham/textures/Ham Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Ham/textures/Ham Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bf5vwg70rhrv5" -path="res://.godot/imported/Ham Texture.png-b223978641887194eecdc4f403945d15.ctex" +path="res://godot/imported/Ham Texture.png-b223978641887194eecdc4f403945d15.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Ham/textures/Ham Texture.png" -dest_files=["res://.godot/imported/Ham Texture.png-b223978641887194eecdc4f403945d15.ctex"] +dest_files=["res://godot/imported/Ham Texture.png-b223978641887194eecdc4f403945d15.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar texture.png.import index 8bb4b98..64e964d 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bd5i8wgm2aejk" -path="res://.godot/imported/Jar texture.png-555b37d3d3f586645141f8fc97ae9769.ctex" +path="res://godot/imported/Jar texture.png-555b37d3d3f586645141f8fc97ae9769.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar texture.png" -dest_files=["res://.godot/imported/Jar texture.png-555b37d3d3f586645141f8fc97ae9769.ctex"] +dest_files=["res://godot/imported/Jar texture.png-555b37d3d3f586645141f8fc97ae9769.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar texture2.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar texture2.png.import index f8c00b9..2eab3a5 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar texture2.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar texture2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ccfapoixr3u1y" -path="res://.godot/imported/Jar texture2.png-d2833c0b774bee546f769b212a860515.ctex" +path="res://godot/imported/Jar texture2.png-d2833c0b774bee546f769b212a860515.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar texture2.png" -dest_files=["res://.godot/imported/Jar texture2.png-d2833c0b774bee546f769b212a860515.ctex"] +dest_files=["res://godot/imported/Jar texture2.png-d2833c0b774bee546f769b212a860515.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar texture3.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar texture3.png.import index da37e62..2e06856 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar texture3.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar texture3.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://do4exkuj60xrb" -path="res://.godot/imported/Jar texture3.png-9242d1c39f73bb404e8df5562dcc1fe6.ctex" +path="res://godot/imported/Jar texture3.png-9242d1c39f73bb404e8df5562dcc1fe6.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar texture3.png" -dest_files=["res://.godot/imported/Jar texture3.png-9242d1c39f73bb404e8df5562dcc1fe6.ctex"] +dest_files=["res://godot/imported/Jar texture3.png-9242d1c39f73bb404e8df5562dcc1fe6.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar.blend.import index ad5b40c..62f6e9c 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c0pdduhfp5esp" -path="res://.godot/imported/Jar.blend-bd2df35e5e5d9c4a7d5abccf8e7957bc.scn" +path="res://godot/imported/Jar.blend-bd2df35e5e5d9c4a7d5abccf8e7957bc.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar.blend" -dest_files=["res://.godot/imported/Jar.blend-bd2df35e5e5d9c4a7d5abccf8e7957bc.scn"] +dest_files=["res://godot/imported/Jar.blend-bd2df35e5e5d9c4a7d5abccf8e7957bc.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar2.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar2.blend.import index cf51e5f..c12dbdb 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar2.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar2.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b126t7mepo3c7" -path="res://.godot/imported/Jar2.blend-a3697a00a84789dca38ec9f25d792c41.scn" +path="res://godot/imported/Jar2.blend-a3697a00a84789dca38ec9f25d792c41.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar2.blend" -dest_files=["res://.godot/imported/Jar2.blend-a3697a00a84789dca38ec9f25d792c41.scn"] +dest_files=["res://godot/imported/Jar2.blend-a3697a00a84789dca38ec9f25d792c41.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar3.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar3.blend.import index f78c48e..9dbe4e0 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar3.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar3.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://r3dec4kmd5mn" -path="res://.godot/imported/Jar3.blend-3c55d4530ab319b979fe6343ef33c44b.scn" +path="res://godot/imported/Jar3.blend-3c55d4530ab319b979fe6343ef33c44b.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/Jar3.blend" -dest_files=["res://.godot/imported/Jar3.blend-3c55d4530ab319b979fe6343ef33c44b.scn"] +dest_files=["res://godot/imported/Jar3.blend-3c55d4530ab319b979fe6343ef33c44b.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/jar1.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/jar1.png.import index 35f2d51..27be83d 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/jar1.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/jar1.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://d2rqa8p4q15mb" -path="res://.godot/imported/jar1.png-ce5f0b934f257087b86b55f9dbc078c5.ctex" +path="res://godot/imported/jar1.png-ce5f0b934f257087b86b55f9dbc078c5.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/jar1.png" -dest_files=["res://.godot/imported/jar1.png-ce5f0b934f257087b86b55f9dbc078c5.ctex"] +dest_files=["res://godot/imported/jar1.png-ce5f0b934f257087b86b55f9dbc078c5.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/textures/Jar texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/textures/Jar texture.png.import index 2edf467..131f4dc 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/textures/Jar texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/textures/Jar texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bjuekg1dp26ab" -path="res://.godot/imported/Jar texture.png-ea11d47d89763c50f4bfeff7ddc4365b.ctex" +path="res://godot/imported/Jar texture.png-ea11d47d89763c50f4bfeff7ddc4365b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/textures/Jar texture.png" -dest_files=["res://.godot/imported/Jar texture.png-ea11d47d89763c50f4bfeff7ddc4365b.ctex"] +dest_files=["res://godot/imported/Jar texture.png-ea11d47d89763c50f4bfeff7ddc4365b.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/textures/Jar texture2.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/textures/Jar texture2.png.import index 3b543bd..5090ff2 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/textures/Jar texture2.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/textures/Jar texture2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bdkrdj7b8x31u" -path="res://.godot/imported/Jar texture2.png-464265d3a41260a8c3e48124cc4be004.ctex" +path="res://godot/imported/Jar texture2.png-464265d3a41260a8c3e48124cc4be004.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/textures/Jar texture2.png" -dest_files=["res://.godot/imported/Jar texture2.png-464265d3a41260a8c3e48124cc4be004.ctex"] +dest_files=["res://godot/imported/Jar texture2.png-464265d3a41260a8c3e48124cc4be004.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/textures/Jar texture3.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/textures/Jar texture3.png.import index 68e86b9..429c36d 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/textures/Jar texture3.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/textures/Jar texture3.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b73yyi62ftnu3" -path="res://.godot/imported/Jar texture3.png-8dec56c8147a59e101773eaeffdf126e.ctex" +path="res://godot/imported/Jar texture3.png-8dec56c8147a59e101773eaeffdf126e.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/textures/Jar texture3.png" -dest_files=["res://.godot/imported/Jar texture3.png-8dec56c8147a59e101773eaeffdf126e.ctex"] +dest_files=["res://godot/imported/Jar texture3.png-8dec56c8147a59e101773eaeffdf126e.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Diamond-1000 Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Diamond-1000 Texture.png.import index d787334..09d7284 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Diamond-1000 Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Diamond-1000 Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cv0s3pedxj4tq" -path="res://.godot/imported/Diamond-1000 Texture.png-3bb3a415b8ba0a7e06ecd3764e55cb59.ctex" +path="res://godot/imported/Diamond-1000 Texture.png-3bb3a415b8ba0a7e06ecd3764e55cb59.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Diamond-1000 Texture.png" -dest_files=["res://.godot/imported/Diamond-1000 Texture.png-3bb3a415b8ba0a7e06ecd3764e55cb59.ctex"] +dest_files=["res://godot/imported/Diamond-1000 Texture.png-3bb3a415b8ba0a7e06ecd3764e55cb59.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Diamond-1000.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Diamond-1000.blend.import index e77c9b2..f119770 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Diamond-1000.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Diamond-1000.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://r1elj5x5h6qo" -path="res://.godot/imported/Diamond-1000.blend-1e12ad70f487fd98458a8081cffd90ec.scn" +path="res://godot/imported/Diamond-1000.blend-1e12ad70f487fd98458a8081cffd90ec.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Diamond-1000.blend" -dest_files=["res://.godot/imported/Diamond-1000.blend-1e12ad70f487fd98458a8081cffd90ec.scn"] +dest_files=["res://godot/imported/Diamond-1000.blend-1e12ad70f487fd98458a8081cffd90ec.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Diamond.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Diamond.png.import index 74a18ec..435913f 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Diamond.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Diamond.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://tyqsjdq3pewr" -path="res://.godot/imported/Diamond.png-e5d19f366a7ae6a9be5f12574d8b17a7.ctex" +path="res://godot/imported/Diamond.png-e5d19f366a7ae6a9be5f12574d8b17a7.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Diamond.png" -dest_files=["res://.godot/imported/Diamond.png-e5d19f366a7ae6a9be5f12574d8b17a7.ctex"] +dest_files=["res://godot/imported/Diamond.png-e5d19f366a7ae6a9be5f12574d8b17a7.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Emerald-100.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Emerald-100.blend.import index c5c6eea..5c84bf7 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Emerald-100.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Emerald-100.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dp4a0p2lx3e5w" -path="res://.godot/imported/Emerald-100.blend-c15c57691f78d56d141b8cb2ed000499.scn" +path="res://godot/imported/Emerald-100.blend-c15c57691f78d56d141b8cb2ed000499.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Emerald-100.blend" -dest_files=["res://.godot/imported/Emerald-100.blend-c15c57691f78d56d141b8cb2ed000499.scn"] +dest_files=["res://godot/imported/Emerald-100.blend-c15c57691f78d56d141b8cb2ed000499.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Emerald-100_Emerald Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Emerald-100_Emerald Texture.png.import index 96be94e..1139e1e 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Emerald-100_Emerald Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Emerald-100_Emerald Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://5k6wklnda8lx" -path="res://.godot/imported/Emerald-100_Emerald Texture.png-c831765465ae3de63555d6771353b106.ctex" +path="res://godot/imported/Emerald-100_Emerald Texture.png-c831765465ae3de63555d6771353b106.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Emerald-100_Emerald Texture.png" -dest_files=["res://.godot/imported/Emerald-100_Emerald Texture.png-c831765465ae3de63555d6771353b106.ctex"] +dest_files=["res://godot/imported/Emerald-100_Emerald Texture.png-c831765465ae3de63555d6771353b106.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Emerald.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Emerald.png.import index 86a59f3..84a45b9 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Emerald.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Emerald.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://m0k0c8ke68sk" -path="res://.godot/imported/Emerald.png-11c183a8066706aa33fcfd6bb7ff4643.ctex" +path="res://godot/imported/Emerald.png-11c183a8066706aa33fcfd6bb7ff4643.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Emerald.png" -dest_files=["res://.godot/imported/Emerald.png-11c183a8066706aa33fcfd6bb7ff4643.ctex"] +dest_files=["res://godot/imported/Emerald.png-11c183a8066706aa33fcfd6bb7ff4643.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Ruby-500 Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Ruby-500 Texture.png.import index 27061cc..9bf0b91 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Ruby-500 Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Ruby-500 Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dfkumt648rlyc" -path="res://.godot/imported/Ruby-500 Texture.png-9ea5c0cd642b3b96af4e707926be251e.ctex" +path="res://godot/imported/Ruby-500 Texture.png-9ea5c0cd642b3b96af4e707926be251e.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Ruby-500 Texture.png" -dest_files=["res://.godot/imported/Ruby-500 Texture.png-9ea5c0cd642b3b96af4e707926be251e.ctex"] +dest_files=["res://godot/imported/Ruby-500 Texture.png-9ea5c0cd642b3b96af4e707926be251e.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Ruby-500.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Ruby-500.blend.import index 1a12c6d..0b75497 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Ruby-500.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Ruby-500.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bp2jo87ujgmcu" -path="res://.godot/imported/Ruby-500.blend-07262ebbe720c961b3d496f725710dba.scn" +path="res://godot/imported/Ruby-500.blend-07262ebbe720c961b3d496f725710dba.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Ruby-500.blend" -dest_files=["res://.godot/imported/Ruby-500.blend-07262ebbe720c961b3d496f725710dba.scn"] +dest_files=["res://godot/imported/Ruby-500.blend-07262ebbe720c961b3d496f725710dba.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Ruby.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Ruby.png.import index 709d572..6b0c91f 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Ruby.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Ruby.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b7x1eqhf7hpq5" -path="res://.godot/imported/Ruby.png-5590e67654da5b059d0ce72b5a255a43.ctex" +path="res://godot/imported/Ruby.png-5590e67654da5b059d0ce72b5a255a43.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Ruby.png" -dest_files=["res://.godot/imported/Ruby.png-5590e67654da5b059d0ce72b5a255a43.ctex"] +dest_files=["res://godot/imported/Ruby.png-5590e67654da5b059d0ce72b5a255a43.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Sapphire-200 Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Sapphire-200 Texture.png.import index 8f48d63..17c66a6 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Sapphire-200 Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Sapphire-200 Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://0qpvvmjoy12t" -path="res://.godot/imported/Sapphire-200 Texture.png-7b0d595fea47c511232a4a15314e7529.ctex" +path="res://godot/imported/Sapphire-200 Texture.png-7b0d595fea47c511232a4a15314e7529.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Sapphire-200 Texture.png" -dest_files=["res://.godot/imported/Sapphire-200 Texture.png-7b0d595fea47c511232a4a15314e7529.ctex"] +dest_files=["res://godot/imported/Sapphire-200 Texture.png-7b0d595fea47c511232a4a15314e7529.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Sapphire-200.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Sapphire-200.blend.import index 2a40b75..4c4fbc5 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Sapphire-200.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Sapphire-200.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dowas27w8fcj3" -path="res://.godot/imported/Sapphire-200.blend-06202acb9d93736afd0254c6104f8630.scn" +path="res://godot/imported/Sapphire-200.blend-06202acb9d93736afd0254c6104f8630.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Sapphire-200.blend" -dest_files=["res://.godot/imported/Sapphire-200.blend-06202acb9d93736afd0254c6104f8630.scn"] +dest_files=["res://godot/imported/Sapphire-200.blend-06202acb9d93736afd0254c6104f8630.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Sapphire.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Sapphire.png.import index 7c5b22a..adaa9f1 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Sapphire.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Sapphire.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://rdsyuogvbq14" -path="res://.godot/imported/Sapphire.png-95ac430ee2518b6ca7de34db6a1d90c7.ctex" +path="res://godot/imported/Sapphire.png-95ac430ee2518b6ca7de34db6a1d90c7.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Sapphire.png" -dest_files=["res://.godot/imported/Sapphire.png-95ac430ee2518b6ca7de34db6a1d90c7.ctex"] +dest_files=["res://godot/imported/Sapphire.png-95ac430ee2518b6ca7de34db6a1d90c7.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/textures/Diamond-1000 Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/textures/Diamond-1000 Texture.png.import index 43344e0..e3740f8 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/textures/Diamond-1000 Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/textures/Diamond-1000 Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://df3jdge53joiv" -path="res://.godot/imported/Diamond-1000 Texture.png-d60b67bcd995496dbe200c06ab3eb2d9.ctex" +path="res://godot/imported/Diamond-1000 Texture.png-d60b67bcd995496dbe200c06ab3eb2d9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/textures/Diamond-1000 Texture.png" -dest_files=["res://.godot/imported/Diamond-1000 Texture.png-d60b67bcd995496dbe200c06ab3eb2d9.ctex"] +dest_files=["res://godot/imported/Diamond-1000 Texture.png-d60b67bcd995496dbe200c06ab3eb2d9.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/textures/Emerald-100_Emerald Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/textures/Emerald-100_Emerald Texture.png.import index 28ea976..7f4e2b9 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/textures/Emerald-100_Emerald Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/textures/Emerald-100_Emerald Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dt4qd3ohw3v2o" -path="res://.godot/imported/Emerald-100_Emerald Texture.png-d3afcabe1ce4a88584e7e41e8947e398.ctex" +path="res://godot/imported/Emerald-100_Emerald Texture.png-d3afcabe1ce4a88584e7e41e8947e398.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/textures/Emerald-100_Emerald Texture.png" -dest_files=["res://.godot/imported/Emerald-100_Emerald Texture.png-d3afcabe1ce4a88584e7e41e8947e398.ctex"] +dest_files=["res://godot/imported/Emerald-100_Emerald Texture.png-d3afcabe1ce4a88584e7e41e8947e398.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/textures/Ruby-500 Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/textures/Ruby-500 Texture.png.import index 4d4c179..283e9d3 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/textures/Ruby-500 Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/textures/Ruby-500 Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://hlu17hrv7qat" -path="res://.godot/imported/Ruby-500 Texture.png-92801ae48609a583588f1a01e8c8af4b.ctex" +path="res://godot/imported/Ruby-500 Texture.png-92801ae48609a583588f1a01e8c8af4b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/textures/Ruby-500 Texture.png" -dest_files=["res://.godot/imported/Ruby-500 Texture.png-92801ae48609a583588f1a01e8c8af4b.ctex"] +dest_files=["res://godot/imported/Ruby-500 Texture.png-92801ae48609a583588f1a01e8c8af4b.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/textures/Sapphire-200 Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/textures/Sapphire-200 Texture.png.import index 8668581..3bff331 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/textures/Sapphire-200 Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/textures/Sapphire-200 Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b2jvc2cisfrij" -path="res://.godot/imported/Sapphire-200 Texture.png-15fbaf33a81d17b2618dcb9fd4d32d9d.ctex" +path="res://godot/imported/Sapphire-200 Texture.png-15fbaf33a81d17b2618dcb9fd4d32d9d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/textures/Sapphire-200 Texture.png" -dest_files=["res://.godot/imported/Sapphire-200 Texture.png-15fbaf33a81d17b2618dcb9fd4d32d9d.ctex"] +dest_files=["res://godot/imported/Sapphire-200 Texture.png-15fbaf33a81d17b2618dcb9fd4d32d9d.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Lamp/Lamp texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Lamp/Lamp texture.png.import index 3bc676d..ca2b23e 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Lamp/Lamp texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Lamp/Lamp texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://fwxsh33jlq4w" -path="res://.godot/imported/Lamp texture.png-c5faec9256ecc2b06753f2cb974c0da3.ctex" +path="res://godot/imported/Lamp texture.png-c5faec9256ecc2b06753f2cb974c0da3.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Lamp/Lamp texture.png" -dest_files=["res://.godot/imported/Lamp texture.png-c5faec9256ecc2b06753f2cb974c0da3.ctex"] +dest_files=["res://godot/imported/Lamp texture.png-c5faec9256ecc2b06753f2cb974c0da3.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Lamp/Lamp.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Lamp/Lamp.blend.import index c2351ff..64eba0d 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Lamp/Lamp.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Lamp/Lamp.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bepwmuaf8hd6v" -path="res://.godot/imported/Lamp.blend-b8e888dc885fc3b5abe6ee570aba3b16.scn" +path="res://godot/imported/Lamp.blend-b8e888dc885fc3b5abe6ee570aba3b16.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Lamp/Lamp.blend" -dest_files=["res://.godot/imported/Lamp.blend-b8e888dc885fc3b5abe6ee570aba3b16.scn"] +dest_files=["res://godot/imported/Lamp.blend-b8e888dc885fc3b5abe6ee570aba3b16.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Lamp/Lamp.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Lamp/Lamp.png.import index a73ff53..7b81f06 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Lamp/Lamp.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Lamp/Lamp.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://1xso3jnf2je3" -path="res://.godot/imported/Lamp.png-37e73198184fe9177074303dddb93e47.ctex" +path="res://godot/imported/Lamp.png-37e73198184fe9177074303dddb93e47.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Lamp/Lamp.png" -dest_files=["res://.godot/imported/Lamp.png-37e73198184fe9177074303dddb93e47.ctex"] +dest_files=["res://godot/imported/Lamp.png-37e73198184fe9177074303dddb93e47.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Lamp/textures/Lamp texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Lamp/textures/Lamp texture.png.import index d9a8d8f..1594d9b 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Lamp/textures/Lamp texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Lamp/textures/Lamp texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bmrhswgp317wp" -path="res://.godot/imported/Lamp texture.png-eb950703e69750f4ef4850fb407109b6.ctex" +path="res://godot/imported/Lamp texture.png-eb950703e69750f4ef4850fb407109b6.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Lamp/textures/Lamp texture.png" -dest_files=["res://.godot/imported/Lamp texture.png-eb950703e69750f4ef4850fb407109b6.ctex"] +dest_files=["res://godot/imported/Lamp texture.png-eb950703e69750f4ef4850fb407109b6.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Library/Library Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Library/Library Texture.png.import index ec07ee6..26b45a9 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Library/Library Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Library/Library Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dtbaxu2oqeab6" -path="res://.godot/imported/Library Texture.png-0614fc96d9069683553acaca40834a07.ctex" +path="res://godot/imported/Library Texture.png-0614fc96d9069683553acaca40834a07.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Library/Library Texture.png" -dest_files=["res://.godot/imported/Library Texture.png-0614fc96d9069683553acaca40834a07.ctex"] +dest_files=["res://godot/imported/Library Texture.png-0614fc96d9069683553acaca40834a07.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Library/Library.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Library/Library.blend.import index 949c7bb..97f47e9 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Library/Library.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Library/Library.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://fu0vnhx7xaab" -path="res://.godot/imported/Library.blend-99a84d238a8e351977f2c77b04237a9e.scn" +path="res://godot/imported/Library.blend-99a84d238a8e351977f2c77b04237a9e.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Library/Library.blend" -dest_files=["res://.godot/imported/Library.blend-99a84d238a8e351977f2c77b04237a9e.scn"] +dest_files=["res://godot/imported/Library.blend-99a84d238a8e351977f2c77b04237a9e.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Library/textures/Library Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Library/textures/Library Texture.png.import index a5191ba..f897f62 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Library/textures/Library Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Library/textures/Library Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://kii5v0c8d06h" -path="res://.godot/imported/Library Texture.png-96f6238a917a6e9ea443462ec8ce120f.ctex" +path="res://godot/imported/Library Texture.png-96f6238a917a6e9ea443462ec8ce120f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Library/textures/Library Texture.png" -dest_files=["res://.godot/imported/Library Texture.png-96f6238a917a6e9ea443462ec8ce120f.ctex"] +dest_files=["res://godot/imported/Library Texture.png-96f6238a917a6e9ea443462ec8ce120f.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Marketplace/Marketplace texture2.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Marketplace/Marketplace texture2.png.import index 777160b..4e4fc13 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Marketplace/Marketplace texture2.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Marketplace/Marketplace texture2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ccvecaw1hbtlm" -path="res://.godot/imported/Marketplace texture2.png-5f33662588e9189d42bd8e282e9315c9.ctex" +path="res://godot/imported/Marketplace texture2.png-5f33662588e9189d42bd8e282e9315c9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Marketplace/Marketplace texture2.png" -dest_files=["res://.godot/imported/Marketplace texture2.png-5f33662588e9189d42bd8e282e9315c9.ctex"] +dest_files=["res://godot/imported/Marketplace texture2.png-5f33662588e9189d42bd8e282e9315c9.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Marketplace/Marketplace.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Marketplace/Marketplace.blend.import index b20ed56..30d1519 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Marketplace/Marketplace.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Marketplace/Marketplace.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bxmih1cgxxe0l" -path="res://.godot/imported/Marketplace.blend-1839c7781df85d7d83d453bbb1294cae.scn" +path="res://godot/imported/Marketplace.blend-1839c7781df85d7d83d453bbb1294cae.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Marketplace/Marketplace.blend" -dest_files=["res://.godot/imported/Marketplace.blend-1839c7781df85d7d83d453bbb1294cae.scn"] +dest_files=["res://godot/imported/Marketplace.blend-1839c7781df85d7d83d453bbb1294cae.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Marketplace/marketplace.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Marketplace/marketplace.png.import index 8b4f321..4265d8c 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Marketplace/marketplace.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Marketplace/marketplace.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ctere07oshrms" -path="res://.godot/imported/marketplace.png-cf577cefc888224951a564c73ee7fa41.ctex" +path="res://godot/imported/marketplace.png-cf577cefc888224951a564c73ee7fa41.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Marketplace/marketplace.png" -dest_files=["res://.godot/imported/marketplace.png-cf577cefc888224951a564c73ee7fa41.ctex"] +dest_files=["res://godot/imported/marketplace.png-cf577cefc888224951a564c73ee7fa41.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Marketplace/textures/Marketplace texture2.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Marketplace/textures/Marketplace texture2.png.import index 9bbb3ba..ba6703d 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Marketplace/textures/Marketplace texture2.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Marketplace/textures/Marketplace texture2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://co5sf30xaoyu0" -path="res://.godot/imported/Marketplace texture2.png-d31d1195e85e026c1f9d1c0b56113e8f.ctex" +path="res://godot/imported/Marketplace texture2.png-d31d1195e85e026c1f9d1c0b56113e8f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Marketplace/textures/Marketplace texture2.png" -dest_files=["res://.godot/imported/Marketplace texture2.png-d31d1195e85e026c1f9d1c0b56113e8f.ctex"] +dest_files=["res://godot/imported/Marketplace texture2.png-d31d1195e85e026c1f9d1c0b56113e8f.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sacrifice table/Sacrifice Table.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sacrifice table/Sacrifice Table.png.import index 0ff2889..ba75039 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sacrifice table/Sacrifice Table.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sacrifice table/Sacrifice Table.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cc7g16obliann" -path="res://.godot/imported/Sacrifice Table.png-1d862e3ec27be28d8e66c629c761048d.ctex" +path="res://godot/imported/Sacrifice Table.png-1d862e3ec27be28d8e66c629c761048d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sacrifice table/Sacrifice Table.png" -dest_files=["res://.godot/imported/Sacrifice Table.png-1d862e3ec27be28d8e66c629c761048d.ctex"] +dest_files=["res://godot/imported/Sacrifice Table.png-1d862e3ec27be28d8e66c629c761048d.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sacrifice table/sacrifice table Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sacrifice table/sacrifice table Texture.png.import index 410767d..8c9f769 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sacrifice table/sacrifice table Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sacrifice table/sacrifice table Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://byik3ka0s4f3i" -path="res://.godot/imported/sacrifice table Texture.png-d4abd02bf4d182cd0ee269b86e452f6b.ctex" +path="res://godot/imported/sacrifice table Texture.png-d4abd02bf4d182cd0ee269b86e452f6b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sacrifice table/sacrifice table Texture.png" -dest_files=["res://.godot/imported/sacrifice table Texture.png-d4abd02bf4d182cd0ee269b86e452f6b.ctex"] +dest_files=["res://godot/imported/sacrifice table Texture.png-d4abd02bf4d182cd0ee269b86e452f6b.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sacrifice table/sacrifice table.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sacrifice table/sacrifice table.blend.import index d5cf14f..7c4000c 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sacrifice table/sacrifice table.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sacrifice table/sacrifice table.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://m5v56hk0uohq" -path="res://.godot/imported/sacrifice table.blend-977d2c66242ce8568edaff2f418f1152.scn" +path="res://godot/imported/sacrifice table.blend-977d2c66242ce8568edaff2f418f1152.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sacrifice table/sacrifice table.blend" -dest_files=["res://.godot/imported/sacrifice table.blend-977d2c66242ce8568edaff2f418f1152.scn"] +dest_files=["res://godot/imported/sacrifice table.blend-977d2c66242ce8568edaff2f418f1152.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sacrifice table/textures/sacrifice table Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sacrifice table/textures/sacrifice table Texture.png.import index a889331..21f9ec5 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sacrifice table/textures/sacrifice table Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sacrifice table/textures/sacrifice table Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dos4jt3s03d5h" -path="res://.godot/imported/sacrifice table Texture.png-9000f0eb17d0007597288d3802c1f478.ctex" +path="res://godot/imported/sacrifice table Texture.png-9000f0eb17d0007597288d3802c1f478.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sacrifice table/textures/sacrifice table Texture.png" -dest_files=["res://.godot/imported/sacrifice table Texture.png-9000f0eb17d0007597288d3802c1f478.ctex"] +dest_files=["res://godot/imported/sacrifice table Texture.png-9000f0eb17d0007597288d3802c1f478.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sarcofagus/Sarcofagus Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sarcofagus/Sarcofagus Texture.png.import index eb08b73..60928b3 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sarcofagus/Sarcofagus Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sarcofagus/Sarcofagus Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dhps5dry2ib5s" -path="res://.godot/imported/Sarcofagus Texture.png-d7764ef8731c9c63583dbe78c1d6ceed.ctex" +path="res://godot/imported/Sarcofagus Texture.png-d7764ef8731c9c63583dbe78c1d6ceed.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sarcofagus/Sarcofagus Texture.png" -dest_files=["res://.godot/imported/Sarcofagus Texture.png-d7764ef8731c9c63583dbe78c1d6ceed.ctex"] +dest_files=["res://godot/imported/Sarcofagus Texture.png-d7764ef8731c9c63583dbe78c1d6ceed.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sarcofagus/Sarcofagus.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sarcofagus/Sarcofagus.blend.import index 36ec33c..d58af18 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sarcofagus/Sarcofagus.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sarcofagus/Sarcofagus.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ckpu427euw3l1" -path="res://.godot/imported/Sarcofagus.blend-c1b4ef8acad19476f55fdebb2cf04438.scn" +path="res://godot/imported/Sarcofagus.blend-c1b4ef8acad19476f55fdebb2cf04438.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sarcofagus/Sarcofagus.blend" -dest_files=["res://.godot/imported/Sarcofagus.blend-c1b4ef8acad19476f55fdebb2cf04438.scn"] +dest_files=["res://godot/imported/Sarcofagus.blend-c1b4ef8acad19476f55fdebb2cf04438.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sarcofagus/Sarcofagus.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sarcofagus/Sarcofagus.png.import index b01b25b..32a008a 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sarcofagus/Sarcofagus.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sarcofagus/Sarcofagus.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ij4jq5y7hr48" -path="res://.godot/imported/Sarcofagus.png-e3965bcfeb9d152d1924e019d1c5e6e0.ctex" +path="res://godot/imported/Sarcofagus.png-e3965bcfeb9d152d1924e019d1c5e6e0.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sarcofagus/Sarcofagus.png" -dest_files=["res://.godot/imported/Sarcofagus.png-e3965bcfeb9d152d1924e019d1c5e6e0.ctex"] +dest_files=["res://godot/imported/Sarcofagus.png-e3965bcfeb9d152d1924e019d1c5e6e0.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sarcofagus/textures/Sarcofagus Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sarcofagus/textures/Sarcofagus Texture.png.import index f66e149..6869807 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sarcofagus/textures/Sarcofagus Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sarcofagus/textures/Sarcofagus Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://evvydexgwhdt" -path="res://.godot/imported/Sarcofagus Texture.png-1b08ee52cb55f949361ae13e07fdc346.ctex" +path="res://godot/imported/Sarcofagus Texture.png-1b08ee52cb55f949361ae13e07fdc346.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sarcofagus/textures/Sarcofagus Texture.png" -dest_files=["res://.godot/imported/Sarcofagus Texture.png-1b08ee52cb55f949361ae13e07fdc346.ctex"] +dest_files=["res://godot/imported/Sarcofagus Texture.png-1b08ee52cb55f949361ae13e07fdc346.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Showcase/Showcase texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Showcase/Showcase texture.png.import index 04a8aec..f9a2f48 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Showcase/Showcase texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Showcase/Showcase texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c2ejaxpc0y5l6" -path="res://.godot/imported/Showcase texture.png-315b87f1f59b654ff98ee1fb02bae9a2.ctex" +path="res://godot/imported/Showcase texture.png-315b87f1f59b654ff98ee1fb02bae9a2.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Showcase/Showcase texture.png" -dest_files=["res://.godot/imported/Showcase texture.png-315b87f1f59b654ff98ee1fb02bae9a2.ctex"] +dest_files=["res://godot/imported/Showcase texture.png-315b87f1f59b654ff98ee1fb02bae9a2.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Showcase/Showcase.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Showcase/Showcase.blend.import index e8dc096..0c3cfe1 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Showcase/Showcase.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Showcase/Showcase.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://boghxiyaw3wht" -path="res://.godot/imported/Showcase.blend-8726fcc3e239257fda9799803a5c045b.scn" +path="res://godot/imported/Showcase.blend-8726fcc3e239257fda9799803a5c045b.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Showcase/Showcase.blend" -dest_files=["res://.godot/imported/Showcase.blend-8726fcc3e239257fda9799803a5c045b.scn"] +dest_files=["res://godot/imported/Showcase.blend-8726fcc3e239257fda9799803a5c045b.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Showcase/showcase.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Showcase/showcase.png.import index 4e83cdc..e304bad 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Showcase/showcase.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Showcase/showcase.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dqnrntgxtts7l" -path="res://.godot/imported/showcase.png-f077a6849aab672f5a5e5df7a9132681.ctex" +path="res://godot/imported/showcase.png-f077a6849aab672f5a5e5df7a9132681.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Showcase/showcase.png" -dest_files=["res://.godot/imported/showcase.png-f077a6849aab672f5a5e5df7a9132681.ctex"] +dest_files=["res://godot/imported/showcase.png-f077a6849aab672f5a5e5df7a9132681.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Showcase/textures/Showcase texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Showcase/textures/Showcase texture.png.import index 1c58fbf..fe30afe 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Showcase/textures/Showcase texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Showcase/textures/Showcase texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://decg88m0p1g4w" -path="res://.godot/imported/Showcase texture.png-53b958ca950829d7875e8a985a2bdd14.ctex" +path="res://godot/imported/Showcase texture.png-53b958ca950829d7875e8a985a2bdd14.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Showcase/textures/Showcase texture.png" -dest_files=["res://.godot/imported/Showcase texture.png-53b958ca950829d7875e8a985a2bdd14.ctex"] +dest_files=["res://godot/imported/Showcase texture.png-53b958ca950829d7875e8a985a2bdd14.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Stool/Stool texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Stool/Stool texture.png.import index a665bf1..9539ee4 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Stool/Stool texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Stool/Stool texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://evphdg3746am" -path="res://.godot/imported/Stool texture.png-048ec560f2a810afd4358760382e0ddf.ctex" +path="res://godot/imported/Stool texture.png-048ec560f2a810afd4358760382e0ddf.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Stool/Stool texture.png" -dest_files=["res://.godot/imported/Stool texture.png-048ec560f2a810afd4358760382e0ddf.ctex"] +dest_files=["res://godot/imported/Stool texture.png-048ec560f2a810afd4358760382e0ddf.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Stool/Stool.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Stool/Stool.blend.import index 607336b..956bf88 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Stool/Stool.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Stool/Stool.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cpfuyfce3sbxd" -path="res://.godot/imported/Stool.blend-151ba8071f17c870e27fcc8a91874975.scn" +path="res://godot/imported/Stool.blend-151ba8071f17c870e27fcc8a91874975.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Stool/Stool.blend" -dest_files=["res://.godot/imported/Stool.blend-151ba8071f17c870e27fcc8a91874975.scn"] +dest_files=["res://godot/imported/Stool.blend-151ba8071f17c870e27fcc8a91874975.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Stool/Stool.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Stool/Stool.png.import index 8610df6..d2be0b6 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Stool/Stool.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Stool/Stool.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dhmhauv4kxfqv" -path="res://.godot/imported/Stool.png-4c04415112e53058bd00bf58d7b4df6a.ctex" +path="res://godot/imported/Stool.png-4c04415112e53058bd00bf58d7b4df6a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Stool/Stool.png" -dest_files=["res://.godot/imported/Stool.png-4c04415112e53058bd00bf58d7b4df6a.ctex"] +dest_files=["res://godot/imported/Stool.png-4c04415112e53058bd00bf58d7b4df6a.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Stool/textures/Stool texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Stool/textures/Stool texture.png.import index d6d6078..beba5ca 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Stool/textures/Stool texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Stool/textures/Stool texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bekndre8bby08" -path="res://.godot/imported/Stool texture.png-5764c34f75901bea0dd07053233ebdf0.ctex" +path="res://godot/imported/Stool texture.png-5764c34f75901bea0dd07053233ebdf0.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Stool/textures/Stool texture.png" -dest_files=["res://.godot/imported/Stool texture.png-5764c34f75901bea0dd07053233ebdf0.ctex"] +dest_files=["res://godot/imported/Stool texture.png-5764c34f75901bea0dd07053233ebdf0.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Table/Table texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Table/Table texture.png.import index a5efa6d..5aaf7fd 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Table/Table texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Table/Table texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://u0jjuciag2oe" -path="res://.godot/imported/Table texture.png-b7f487522359946b25670c456fb40028.ctex" +path="res://godot/imported/Table texture.png-b7f487522359946b25670c456fb40028.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Table/Table texture.png" -dest_files=["res://.godot/imported/Table texture.png-b7f487522359946b25670c456fb40028.ctex"] +dest_files=["res://godot/imported/Table texture.png-b7f487522359946b25670c456fb40028.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Table/Table.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Table/Table.blend.import index 99b79a5..d22b243 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Table/Table.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Table/Table.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://7nfmcxcpwaiv" -path="res://.godot/imported/Table.blend-0d66b4bb7f2182c8b86991ab5dafb9d8.scn" +path="res://godot/imported/Table.blend-0d66b4bb7f2182c8b86991ab5dafb9d8.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Table/Table.blend" -dest_files=["res://.godot/imported/Table.blend-0d66b4bb7f2182c8b86991ab5dafb9d8.scn"] +dest_files=["res://godot/imported/Table.blend-0d66b4bb7f2182c8b86991ab5dafb9d8.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Table/table.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Table/table.png.import index ae35e0d..5aa013c 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Table/table.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Table/table.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bj73com84dcpe" -path="res://.godot/imported/table.png-aa61fc236cb48144ade1388431f8544b.ctex" +path="res://godot/imported/table.png-aa61fc236cb48144ade1388431f8544b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Table/table.png" -dest_files=["res://.godot/imported/table.png-aa61fc236cb48144ade1388431f8544b.ctex"] +dest_files=["res://godot/imported/table.png-aa61fc236cb48144ade1388431f8544b.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Table/textures/Table texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Table/textures/Table texture.png.import index a800a00..1ba4aa0 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Table/textures/Table texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Table/textures/Table texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://boblruy5jtymp" -path="res://.godot/imported/Table texture.png-8f1e3be42d0967110d61c5548b149549.ctex" +path="res://godot/imported/Table texture.png-8f1e3be42d0967110d61c5548b149549.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Table/textures/Table texture.png" -dest_files=["res://.godot/imported/Table texture.png-8f1e3be42d0967110d61c5548b149549.ctex"] +dest_files=["res://godot/imported/Table texture.png-8f1e3be42d0967110d61c5548b149549.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Torch/Torch textura.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Torch/Torch textura.png.import index 2d11c25..05d92b4 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Torch/Torch textura.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Torch/Torch textura.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b6xo1yuf0blld" -path="res://.godot/imported/Torch textura.png-9a6dfdd70ca0363a7e4c562d971761f3.ctex" +path="res://godot/imported/Torch textura.png-9a6dfdd70ca0363a7e4c562d971761f3.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Torch/Torch textura.png" -dest_files=["res://.godot/imported/Torch textura.png-9a6dfdd70ca0363a7e4c562d971761f3.ctex"] +dest_files=["res://godot/imported/Torch textura.png-9a6dfdd70ca0363a7e4c562d971761f3.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Torch/Torch.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Torch/Torch.blend.import index 7116fb5..ac850a6 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Torch/Torch.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Torch/Torch.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ckdbea3pjxwc3" -path="res://.godot/imported/Torch.blend-789a571a7969ee059dfa7db5d4f6a127.scn" +path="res://godot/imported/Torch.blend-789a571a7969ee059dfa7db5d4f6a127.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Torch/Torch.blend" -dest_files=["res://.godot/imported/Torch.blend-789a571a7969ee059dfa7db5d4f6a127.scn"] +dest_files=["res://godot/imported/Torch.blend-789a571a7969ee059dfa7db5d4f6a127.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Torch/Torch.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Torch/Torch.png.import index 632f19b..9288245 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Torch/Torch.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Torch/Torch.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://faegvnjllbc4" -path="res://.godot/imported/Torch.png-677d68fe92d94b4337b2d457cf159937.ctex" +path="res://godot/imported/Torch.png-677d68fe92d94b4337b2d457cf159937.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Torch/Torch.png" -dest_files=["res://.godot/imported/Torch.png-677d68fe92d94b4337b2d457cf159937.ctex"] +dest_files=["res://godot/imported/Torch.png-677d68fe92d94b4337b2d457cf159937.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Torch/textures/Torch textura.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Torch/textures/Torch textura.png.import index 2b8909e..5193728 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Torch/textures/Torch textura.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Torch/textures/Torch textura.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dlk3dxblaj50b" -path="res://.godot/imported/Torch textura.png-9872a4e70f26375f2ae797622909aadb.ctex" +path="res://godot/imported/Torch textura.png-9872a4e70f26375f2ae797622909aadb.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Torch/textures/Torch textura.png" -dest_files=["res://.godot/imported/Torch textura.png-9872a4e70f26375f2ae797622909aadb.ctex"] +dest_files=["res://godot/imported/Torch textura.png-9872a4e70f26375f2ae797622909aadb.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Watermelon/Watermelon.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Watermelon/Watermelon.png.import index 8371c1c..aa4d1c0 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Watermelon/Watermelon.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Watermelon/Watermelon.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b64jb25s38eum" -path="res://.godot/imported/Watermelon.png-b2697c9708bee5b963b019f59ce072ee.ctex" +path="res://godot/imported/Watermelon.png-b2697c9708bee5b963b019f59ce072ee.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Watermelon/Watermelon.png" -dest_files=["res://.godot/imported/Watermelon.png-b2697c9708bee5b963b019f59ce072ee.ctex"] +dest_files=["res://godot/imported/Watermelon.png-b2697c9708bee5b963b019f59ce072ee.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Watermelon/textures/watermelon texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Watermelon/textures/watermelon texture.png.import index edaceee..0e93ad3 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Watermelon/textures/watermelon texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Watermelon/textures/watermelon texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cxoch1nv05vcg" -path="res://.godot/imported/watermelon texture.png-541f17b18ea0c3e5c2e2e0deabc6e589.ctex" +path="res://godot/imported/watermelon texture.png-541f17b18ea0c3e5c2e2e0deabc6e589.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Watermelon/textures/watermelon texture.png" -dest_files=["res://.godot/imported/watermelon texture.png-541f17b18ea0c3e5c2e2e0deabc6e589.ctex"] +dest_files=["res://godot/imported/watermelon texture.png-541f17b18ea0c3e5c2e2e0deabc6e589.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Watermelon/watermelon texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Watermelon/watermelon texture.png.import index fecafd9..e437c06 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Watermelon/watermelon texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Watermelon/watermelon texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://liqb5pgxcsr5" -path="res://.godot/imported/watermelon texture.png-4582b3c851263dc6e768b5886180c9f9.ctex" +path="res://godot/imported/watermelon texture.png-4582b3c851263dc6e768b5886180c9f9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Watermelon/watermelon texture.png" -dest_files=["res://.godot/imported/watermelon texture.png-4582b3c851263dc6e768b5886180c9f9.ctex"] +dest_files=["res://godot/imported/watermelon texture.png-4582b3c851263dc6e768b5886180c9f9.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Watermelon/watermelon.blend.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Watermelon/watermelon.blend.import index 8a6443c..aed86c9 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Watermelon/watermelon.blend.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Watermelon/watermelon.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://3g0lrq61ye18" -path="res://.godot/imported/watermelon.blend-703343c74bb4ebd5f07b8150c02393de.scn" +path="res://godot/imported/watermelon.blend-703343c74bb4ebd5f07b8150c02393de.scn" [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Watermelon/watermelon.blend" -dest_files=["res://.godot/imported/watermelon.blend-703343c74bb4ebd5f07b8150c02393de.scn"] +dest_files=["res://godot/imported/watermelon.blend-703343c74bb4ebd5f07b8150c02393de.scn"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Apple Textura.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Apple Textura.png.import index 68a37c8..3cb3e29 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Apple Textura.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Apple Textura.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cmt7fy6x5tn0" -path="res://.godot/imported/Apple Textura.png-a16e3322b1b453d159f1bd1e7205e2df.ctex" +path="res://godot/imported/Apple Textura.png-a16e3322b1b453d159f1bd1e7205e2df.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Apple Textura.png" -dest_files=["res://.godot/imported/Apple Textura.png-a16e3322b1b453d159f1bd1e7205e2df.ctex"] +dest_files=["res://godot/imported/Apple Textura.png-a16e3322b1b453d159f1bd1e7205e2df.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Armchair Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Armchair Texture.png.import index 17bb9b9..1d094d9 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Armchair Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Armchair Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ifx3sarprd4d" -path="res://.godot/imported/Armchair Texture.png-0429032b434cd3c1ef1a9ce31e118cdc.ctex" +path="res://godot/imported/Armchair Texture.png-0429032b434cd3c1ef1a9ce31e118cdc.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Armchair Texture.png" -dest_files=["res://.godot/imported/Armchair Texture.png-0429032b434cd3c1ef1a9ce31e118cdc.ctex"] +dest_files=["res://godot/imported/Armchair Texture.png-0429032b434cd3c1ef1a9ce31e118cdc.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Barrel texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Barrel texture.png.import index 3b9f774..a3ba087 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Barrel texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Barrel texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://xqmcg4ikf2mf" -path="res://.godot/imported/Barrel texture.png-9a96d9f4e8b698a3ff409c4b4e908bf4.ctex" +path="res://godot/imported/Barrel texture.png-9a96d9f4e8b698a3ff409c4b4e908bf4.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Barrel texture.png" -dest_files=["res://.godot/imported/Barrel texture.png-9a96d9f4e8b698a3ff409c4b4e908bf4.ctex"] +dest_files=["res://godot/imported/Barrel texture.png-9a96d9f4e8b698a3ff409c4b4e908bf4.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Book holder Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Book holder Texture.png.import index dc009ac..6a63065 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Book holder Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Book holder Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://by818qofmw8e2" -path="res://.godot/imported/Book holder Texture.png-73af8dda3887fab215e35f932ea75b60.ctex" +path="res://godot/imported/Book holder Texture.png-73af8dda3887fab215e35f932ea75b60.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Book holder Texture.png" -dest_files=["res://.godot/imported/Book holder Texture.png-73af8dda3887fab215e35f932ea75b60.ctex"] +dest_files=["res://godot/imported/Book holder Texture.png-73af8dda3887fab215e35f932ea75b60.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Bookholder stone Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Bookholder stone Texture.png.import index e2e987b..7a9fd94 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Bookholder stone Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Bookholder stone Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dhdakra4iels5" -path="res://.godot/imported/Bookholder stone Texture.png-5d88084b6eb99d24b768de571d92b8ff.ctex" +path="res://godot/imported/Bookholder stone Texture.png-5d88084b6eb99d24b768de571d92b8ff.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Bookholder stone Texture.png" -dest_files=["res://.godot/imported/Bookholder stone Texture.png-5d88084b6eb99d24b768de571d92b8ff.ctex"] +dest_files=["res://godot/imported/Bookholder stone Texture.png-5d88084b6eb99d24b768de571d92b8ff.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Bread texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Bread texture.png.import index 600fa04..d6a017c 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Bread texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Bread texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bmnfj2kwyd0ss" -path="res://.godot/imported/Bread texture.png-5845faf5d930414c429189ceaab01539.ctex" +path="res://godot/imported/Bread texture.png-5845faf5d930414c429189ceaab01539.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Bread texture.png" -dest_files=["res://.godot/imported/Bread texture.png-5845faf5d930414c429189ceaab01539.ctex"] +dest_files=["res://godot/imported/Bread texture.png-5845faf5d930414c429189ceaab01539.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Candelier texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Candelier texture.png.import index 473979c..5417793 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Candelier texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Candelier texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://7w846nwp8fh4" -path="res://.godot/imported/Candelier texture.png-e4257123e3b3d95bc1e1ff83ce3d86d2.ctex" +path="res://godot/imported/Candelier texture.png-e4257123e3b3d95bc1e1ff83ce3d86d2.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Candelier texture.png" -dest_files=["res://.godot/imported/Candelier texture.png-e4257123e3b3d95bc1e1ff83ce3d86d2.ctex"] +dest_files=["res://godot/imported/Candelier texture.png-e4257123e3b3d95bc1e1ff83ce3d86d2.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Candilier texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Candilier texture.png.import index bf08d38..f50a14d 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Candilier texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Candilier texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c0s8v6oejledh" -path="res://.godot/imported/Candilier texture.png-4d577c36d763869c84abd77a8a0e444c.ctex" +path="res://godot/imported/Candilier texture.png-4d577c36d763869c84abd77a8a0e444c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Candilier texture.png" -dest_files=["res://.godot/imported/Candilier texture.png-4d577c36d763869c84abd77a8a0e444c.ctex"] +dest_files=["res://godot/imported/Candilier texture.png-4d577c36d763869c84abd77a8a0e444c.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Carrot textura.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Carrot textura.png.import index ae0041a..21f3e62 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Carrot textura.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Carrot textura.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://64sgoogstoiw" -path="res://.godot/imported/Carrot textura.png-282f1d42a7aa7b8d8c888c62b8ddb7b6.ctex" +path="res://godot/imported/Carrot textura.png-282f1d42a7aa7b8d8c888c62b8ddb7b6.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Carrot textura.png" -dest_files=["res://.godot/imported/Carrot textura.png-282f1d42a7aa7b8d8c888c62b8ddb7b6.ctex"] +dest_files=["res://godot/imported/Carrot textura.png-282f1d42a7aa7b8d8c888c62b8ddb7b6.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Chair Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Chair Texture.png.import index c3a235f..c0c1e62 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Chair Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Chair Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b7hckmh8scctk" -path="res://.godot/imported/Chair Texture.png-17f428e9ef0d3dc556509057ca513d93.ctex" +path="res://godot/imported/Chair Texture.png-17f428e9ef0d3dc556509057ca513d93.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Chair Texture.png" -dest_files=["res://.godot/imported/Chair Texture.png-17f428e9ef0d3dc556509057ca513d93.ctex"] +dest_files=["res://godot/imported/Chair Texture.png-17f428e9ef0d3dc556509057ca513d93.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Cheese Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Cheese Texture.png.import index c2990ff..627d9b4 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Cheese Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Cheese Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ppmngtlx5blo" -path="res://.godot/imported/Cheese Texture.png-3139728459ef1f69ce7e89fdaef832fc.ctex" +path="res://godot/imported/Cheese Texture.png-3139728459ef1f69ce7e89fdaef832fc.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Cheese Texture.png" -dest_files=["res://.godot/imported/Cheese Texture.png-3139728459ef1f69ce7e89fdaef832fc.ctex"] +dest_files=["res://godot/imported/Cheese Texture.png-3139728459ef1f69ce7e89fdaef832fc.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Chest texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Chest texture.png.import index cf5d5f6..ec694bb 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Chest texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Chest texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c6is5h4r1osdj" -path="res://.godot/imported/Chest texture.png-444fab81e3949b0a24a0c81bdb52ef12.ctex" +path="res://godot/imported/Chest texture.png-444fab81e3949b0a24a0c81bdb52ef12.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Chest texture.png" -dest_files=["res://.godot/imported/Chest texture.png-444fab81e3949b0a24a0c81bdb52ef12.ctex"] +dest_files=["res://godot/imported/Chest texture.png-444fab81e3949b0a24a0c81bdb52ef12.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Cooper coin.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Cooper coin.png.import index 692ff75..850de37 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Cooper coin.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Cooper coin.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://duyod53h6yg46" -path="res://.godot/imported/Cooper coin.png-1b342dc721a47266000fa22ab950112d.ctex" +path="res://godot/imported/Cooper coin.png-1b342dc721a47266000fa22ab950112d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Cooper coin.png" -dest_files=["res://.godot/imported/Cooper coin.png-1b342dc721a47266000fa22ab950112d.ctex"] +dest_files=["res://godot/imported/Cooper coin.png-1b342dc721a47266000fa22ab950112d.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Corn Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Corn Texture.png.import index b4f8165..5e907cc 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Corn Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Corn Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cgtd4drxc66m0" -path="res://.godot/imported/Corn Texture.png-5ceb61104bb270efad51e444614de1be.ctex" +path="res://godot/imported/Corn Texture.png-5ceb61104bb270efad51e444614de1be.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Corn Texture.png" -dest_files=["res://.godot/imported/Corn Texture.png-5ceb61104bb270efad51e444614de1be.ctex"] +dest_files=["res://godot/imported/Corn Texture.png-5ceb61104bb270efad51e444614de1be.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Crate Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Crate Texture.png.import index ec661a6..ce141c4 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Crate Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Crate Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://jsma3t7i6sce" -path="res://.godot/imported/Crate Texture.png-2f3d45f6ebb99771398f4abc62999d70.ctex" +path="res://godot/imported/Crate Texture.png-2f3d45f6ebb99771398f4abc62999d70.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Crate Texture.png" -dest_files=["res://.godot/imported/Crate Texture.png-2f3d45f6ebb99771398f4abc62999d70.ctex"] +dest_files=["res://godot/imported/Crate Texture.png-2f3d45f6ebb99771398f4abc62999d70.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Diamond-1000 Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Diamond-1000 Texture.png.import index 02314cf..16565e0 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Diamond-1000 Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Diamond-1000 Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bh6yf6k2y5a1m" -path="res://.godot/imported/Diamond-1000 Texture.png-fd429e05e1322c96eb0a7a0f1ad07047.ctex" +path="res://godot/imported/Diamond-1000 Texture.png-fd429e05e1322c96eb0a7a0f1ad07047.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Diamond-1000 Texture.png" -dest_files=["res://.godot/imported/Diamond-1000 Texture.png-fd429e05e1322c96eb0a7a0f1ad07047.ctex"] +dest_files=["res://godot/imported/Diamond-1000 Texture.png-fd429e05e1322c96eb0a7a0f1ad07047.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Emerald-100_Emerald Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Emerald-100_Emerald Texture.png.import index 19b3f3a..e390b7c 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Emerald-100_Emerald Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Emerald-100_Emerald Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ms05vb8j8lou" -path="res://.godot/imported/Emerald-100_Emerald Texture.png-d11c670667f400fa4fbe2d69919e6d51.ctex" +path="res://godot/imported/Emerald-100_Emerald Texture.png-d11c670667f400fa4fbe2d69919e6d51.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Emerald-100_Emerald Texture.png" -dest_files=["res://.godot/imported/Emerald-100_Emerald Texture.png-d11c670667f400fa4fbe2d69919e6d51.ctex"] +dest_files=["res://godot/imported/Emerald-100_Emerald Texture.png-d11c670667f400fa4fbe2d69919e6d51.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/FishTexture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/FishTexture.png.import index 6d9b83a..a8b1a29 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/FishTexture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/FishTexture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bv440bf60e3ad" -path="res://.godot/imported/FishTexture.png-aede2dfd0a96ca42a109d8c45fef9cae.ctex" +path="res://godot/imported/FishTexture.png-aede2dfd0a96ca42a109d8c45fef9cae.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/FishTexture.png" -dest_files=["res://.godot/imported/FishTexture.png-aede2dfd0a96ca42a109d8c45fef9cae.ctex"] +dest_files=["res://godot/imported/FishTexture.png-aede2dfd0a96ca42a109d8c45fef9cae.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/FishTexture2.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/FishTexture2.png.import index 7d44b4c..1359eba 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/FishTexture2.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/FishTexture2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c2x575atekr61" -path="res://.godot/imported/FishTexture2.png-de92b1d497ede75d62864ad88a63fb7c.ctex" +path="res://godot/imported/FishTexture2.png-de92b1d497ede75d62864ad88a63fb7c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/FishTexture2.png" -dest_files=["res://.godot/imported/FishTexture2.png-de92b1d497ede75d62864ad88a63fb7c.ctex"] +dest_files=["res://godot/imported/FishTexture2.png-de92b1d497ede75d62864ad88a63fb7c.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/FishTexture3.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/FishTexture3.png.import index 83d6344..0e437c8 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/FishTexture3.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/FishTexture3.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b0xkytlpxwm4a" -path="res://.godot/imported/FishTexture3.png-58fb13bab42c78d3c84bc90a294c7624.ctex" +path="res://godot/imported/FishTexture3.png-58fb13bab42c78d3c84bc90a294c7624.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/FishTexture3.png" -dest_files=["res://.godot/imported/FishTexture3.png-58fb13bab42c78d3c84bc90a294c7624.ctex"] +dest_files=["res://godot/imported/FishTexture3.png-58fb13bab42c78d3c84bc90a294c7624.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Gold coin.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Gold coin.png.import index 8aee3b7..55fbbc7 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Gold coin.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Gold coin.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://tckwfymvhwto" -path="res://.godot/imported/Gold coin.png-1460bfb04a0064817294f3c574a11e85.ctex" +path="res://godot/imported/Gold coin.png-1460bfb04a0064817294f3c574a11e85.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Gold coin.png" -dest_files=["res://.godot/imported/Gold coin.png-1460bfb04a0064817294f3c574a11e85.ctex"] +dest_files=["res://godot/imported/Gold coin.png-1460bfb04a0064817294f3c574a11e85.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Ham Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Ham Texture.png.import index a6feccb..0a42b90 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Ham Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Ham Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://uln3ttq3kf41" -path="res://.godot/imported/Ham Texture.png-e38ec0403f5388f976bc9867bd895765.ctex" +path="res://godot/imported/Ham Texture.png-e38ec0403f5388f976bc9867bd895765.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Ham Texture.png" -dest_files=["res://.godot/imported/Ham Texture.png-e38ec0403f5388f976bc9867bd895765.ctex"] +dest_files=["res://godot/imported/Ham Texture.png-e38ec0403f5388f976bc9867bd895765.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Jar texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Jar texture.png.import index 957fd0d..82a8406 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Jar texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Jar texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dqk1ypb8cfq0r" -path="res://.godot/imported/Jar texture.png-a2bf1f6fe611d7371c93e929ee99e2d1.ctex" +path="res://godot/imported/Jar texture.png-a2bf1f6fe611d7371c93e929ee99e2d1.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Jar texture.png" -dest_files=["res://.godot/imported/Jar texture.png-a2bf1f6fe611d7371c93e929ee99e2d1.ctex"] +dest_files=["res://godot/imported/Jar texture.png-a2bf1f6fe611d7371c93e929ee99e2d1.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Jar texture2.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Jar texture2.png.import index bd6dd82..2e9541e 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Jar texture2.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Jar texture2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dqlb1387fl6o0" -path="res://.godot/imported/Jar texture2.png-404c0f8e71ca4d3045baa888e79aa1d3.ctex" +path="res://godot/imported/Jar texture2.png-404c0f8e71ca4d3045baa888e79aa1d3.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Jar texture2.png" -dest_files=["res://.godot/imported/Jar texture2.png-404c0f8e71ca4d3045baa888e79aa1d3.ctex"] +dest_files=["res://godot/imported/Jar texture2.png-404c0f8e71ca4d3045baa888e79aa1d3.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Jar texture3.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Jar texture3.png.import index 64c624f..c51020c 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Jar texture3.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Jar texture3.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://qjrr2a2rpvw1" -path="res://.godot/imported/Jar texture3.png-f636fdd409d122cfa9ea5f6118925e3e.ctex" +path="res://godot/imported/Jar texture3.png-f636fdd409d122cfa9ea5f6118925e3e.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Jar texture3.png" -dest_files=["res://.godot/imported/Jar texture3.png-f636fdd409d122cfa9ea5f6118925e3e.ctex"] +dest_files=["res://godot/imported/Jar texture3.png-f636fdd409d122cfa9ea5f6118925e3e.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Lamp texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Lamp texture.png.import index 8bbb234..3961759 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Lamp texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Lamp texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dt08d8qtrfq63" -path="res://.godot/imported/Lamp texture.png-a0595a3d668be8de5901bc5fc5eab64f.ctex" +path="res://godot/imported/Lamp texture.png-a0595a3d668be8de5901bc5fc5eab64f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Lamp texture.png" -dest_files=["res://.godot/imported/Lamp texture.png-a0595a3d668be8de5901bc5fc5eab64f.ctex"] +dest_files=["res://godot/imported/Lamp texture.png-a0595a3d668be8de5901bc5fc5eab64f.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Library Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Library Texture.png.import index a7e9500..263b123 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Library Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Library Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cjmx0apv7hwlm" -path="res://.godot/imported/Library Texture.png-4c57d6bc0327811ed3bb314982ce4c6b.ctex" +path="res://godot/imported/Library Texture.png-4c57d6bc0327811ed3bb314982ce4c6b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Library Texture.png" -dest_files=["res://.godot/imported/Library Texture.png-4c57d6bc0327811ed3bb314982ce4c6b.ctex"] +dest_files=["res://godot/imported/Library Texture.png-4c57d6bc0327811ed3bb314982ce4c6b.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Marketplace texture2.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Marketplace texture2.png.import index 24c717a..3396263 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Marketplace texture2.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Marketplace texture2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dk4fb6jwpr0ue" -path="res://.godot/imported/Marketplace texture2.png-69ec9cca0d9e14ee702cde1d1e36390b.ctex" +path="res://godot/imported/Marketplace texture2.png-69ec9cca0d9e14ee702cde1d1e36390b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Marketplace texture2.png" -dest_files=["res://.godot/imported/Marketplace texture2.png-69ec9cca0d9e14ee702cde1d1e36390b.ctex"] +dest_files=["res://godot/imported/Marketplace texture2.png-69ec9cca0d9e14ee702cde1d1e36390b.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Ruby-500 Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Ruby-500 Texture.png.import index 91ebbc2..a8c6904 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Ruby-500 Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Ruby-500 Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://di4oktsmvv5r" -path="res://.godot/imported/Ruby-500 Texture.png-980a5177e51bb291b62f9958de7b707d.ctex" +path="res://godot/imported/Ruby-500 Texture.png-980a5177e51bb291b62f9958de7b707d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Ruby-500 Texture.png" -dest_files=["res://.godot/imported/Ruby-500 Texture.png-980a5177e51bb291b62f9958de7b707d.ctex"] +dest_files=["res://godot/imported/Ruby-500 Texture.png-980a5177e51bb291b62f9958de7b707d.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Sapphire-200 Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Sapphire-200 Texture.png.import index cc772ae..2e79bd9 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Sapphire-200 Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Sapphire-200 Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cs1613dc50q2b" -path="res://.godot/imported/Sapphire-200 Texture.png-f2a508e32cfc497d35cde9925514aa83.ctex" +path="res://godot/imported/Sapphire-200 Texture.png-f2a508e32cfc497d35cde9925514aa83.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Sapphire-200 Texture.png" -dest_files=["res://.godot/imported/Sapphire-200 Texture.png-f2a508e32cfc497d35cde9925514aa83.ctex"] +dest_files=["res://godot/imported/Sapphire-200 Texture.png-f2a508e32cfc497d35cde9925514aa83.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Sarcofagus Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Sarcofagus Texture.png.import index f0bd1e8..415dab1 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Sarcofagus Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Sarcofagus Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dlv4qlcmjs8ov" -path="res://.godot/imported/Sarcofagus Texture.png-3dcf6237790a67ab6f9fcf303ad81701.ctex" +path="res://godot/imported/Sarcofagus Texture.png-3dcf6237790a67ab6f9fcf303ad81701.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Sarcofagus Texture.png" -dest_files=["res://.godot/imported/Sarcofagus Texture.png-3dcf6237790a67ab6f9fcf303ad81701.ctex"] +dest_files=["res://godot/imported/Sarcofagus Texture.png-3dcf6237790a67ab6f9fcf303ad81701.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Showcase texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Showcase texture.png.import index 30c3acf..f83ecf9 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Showcase texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Showcase texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dfbvrfqkhr75y" -path="res://.godot/imported/Showcase texture.png-6ba96e704bea3c2042c5b1359a315d31.ctex" +path="res://godot/imported/Showcase texture.png-6ba96e704bea3c2042c5b1359a315d31.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Showcase texture.png" -dest_files=["res://.godot/imported/Showcase texture.png-6ba96e704bea3c2042c5b1359a315d31.ctex"] +dest_files=["res://godot/imported/Showcase texture.png-6ba96e704bea3c2042c5b1359a315d31.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Silver coin.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Silver coin.png.import index f780759..f576e5a 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Silver coin.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Silver coin.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://d1hllfyofjxge" -path="res://.godot/imported/Silver coin.png-1983061f662626fb627c9b8cac05c502.ctex" +path="res://godot/imported/Silver coin.png-1983061f662626fb627c9b8cac05c502.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Silver coin.png" -dest_files=["res://.godot/imported/Silver coin.png-1983061f662626fb627c9b8cac05c502.ctex"] +dest_files=["res://godot/imported/Silver coin.png-1983061f662626fb627c9b8cac05c502.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Stool texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Stool texture.png.import index d6da760..7a2ef5f 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Stool texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Stool texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c0tsm2aiyhn1n" -path="res://.godot/imported/Stool texture.png-81e57616e5f78c50772782b08409845f.ctex" +path="res://godot/imported/Stool texture.png-81e57616e5f78c50772782b08409845f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Stool texture.png" -dest_files=["res://.godot/imported/Stool texture.png-81e57616e5f78c50772782b08409845f.ctex"] +dest_files=["res://godot/imported/Stool texture.png-81e57616e5f78c50772782b08409845f.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Table texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Table texture.png.import index d523904..76d8e49 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Table texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Table texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dqd67qe14nhde" -path="res://.godot/imported/Table texture.png-40a4f1df10673d40189dd149505926ab.ctex" +path="res://godot/imported/Table texture.png-40a4f1df10673d40189dd149505926ab.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Table texture.png" -dest_files=["res://.godot/imported/Table texture.png-40a4f1df10673d40189dd149505926ab.ctex"] +dest_files=["res://godot/imported/Table texture.png-40a4f1df10673d40189dd149505926ab.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Torch textura.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Torch textura.png.import index 861aa1a..0cc2e4d 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Torch textura.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Torch textura.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://rv1wr4dsb4b4" -path="res://.godot/imported/Torch textura.png-3393b18a8194109325c2d58aef143709.ctex" +path="res://godot/imported/Torch textura.png-3393b18a8194109325c2d58aef143709.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/Torch textura.png" -dest_files=["res://.godot/imported/Torch textura.png-3393b18a8194109325c2d58aef143709.ctex"] +dest_files=["res://godot/imported/Torch textura.png-3393b18a8194109325c2d58aef143709.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/cooking pot Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/cooking pot Texture.png.import index e1cff1f..c751970 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/cooking pot Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/cooking pot Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bv8sg6e810qy6" -path="res://.godot/imported/cooking pot Texture.png-3011963b06741cbb17d4fd90cc50a5dd.ctex" +path="res://godot/imported/cooking pot Texture.png-3011963b06741cbb17d4fd90cc50a5dd.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/cooking pot Texture.png" -dest_files=["res://.godot/imported/cooking pot Texture.png-3011963b06741cbb17d4fd90cc50a5dd.ctex"] +dest_files=["res://godot/imported/cooking pot Texture.png-3011963b06741cbb17d4fd90cc50a5dd.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/fountain Blood Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/fountain Blood Texture.png.import index 0b52caa..601bdac 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/fountain Blood Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/fountain Blood Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://disvotmspgv6" -path="res://.godot/imported/fountain Blood Texture.png-cd79bcc186957427d7b1b4f12bb31f44.ctex" +path="res://godot/imported/fountain Blood Texture.png-cd79bcc186957427d7b1b4f12bb31f44.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/fountain Blood Texture.png" -dest_files=["res://.godot/imported/fountain Blood Texture.png-cd79bcc186957427d7b1b4f12bb31f44.ctex"] +dest_files=["res://godot/imported/fountain Blood Texture.png-cd79bcc186957427d7b1b4f12bb31f44.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/fountain Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/fountain Texture.png.import index d449047..3936837 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/fountain Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/fountain Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cl83emwlvmqua" -path="res://.godot/imported/fountain Texture.png-29ccbd3e1a5b18a9ebaa8c05ff36ccf1.ctex" +path="res://godot/imported/fountain Texture.png-29ccbd3e1a5b18a9ebaa8c05ff36ccf1.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/fountain Texture.png" -dest_files=["res://.godot/imported/fountain Texture.png-29ccbd3e1a5b18a9ebaa8c05ff36ccf1.ctex"] +dest_files=["res://godot/imported/fountain Texture.png-29ccbd3e1a5b18a9ebaa8c05ff36ccf1.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/sacrifice table Texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/sacrifice table Texture.png.import index acbf1c8..47ec6b6 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/sacrifice table Texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/sacrifice table Texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dojex1v4qli8h" -path="res://.godot/imported/sacrifice table Texture.png-b57313b56844b87382c35260465045c2.ctex" +path="res://godot/imported/sacrifice table Texture.png-b57313b56844b87382c35260465045c2.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/sacrifice table Texture.png" -dest_files=["res://.godot/imported/sacrifice table Texture.png-b57313b56844b87382c35260465045c2.ctex"] +dest_files=["res://godot/imported/sacrifice table Texture.png-b57313b56844b87382c35260465045c2.ctex"] [params] diff --git a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/watermelon texture.png.import b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/watermelon texture.png.import index 3a3863b..fb25f73 100644 --- a/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/watermelon texture.png.import +++ b/escape-room/assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/watermelon texture.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cbuj2h8y6exlp" -path="res://.godot/imported/watermelon texture.png-472418391fc6368fe59a57f79e115a97.ctex" +path="res://godot/imported/watermelon texture.png-472418391fc6368fe59a57f79e115a97.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/watermelon texture.png" -dest_files=["res://.godot/imported/watermelon texture.png-472418391fc6368fe59a57f79e115a97.ctex"] +dest_files=["res://godot/imported/watermelon texture.png-472418391fc6368fe59a57f79e115a97.ctex"] [params] diff --git a/escape-room/assets-lib/Speakers/Render/1.png.import b/escape-room/assets-lib/Speakers/Render/1.png.import index 500d4e2..558f75b 100644 --- a/escape-room/assets-lib/Speakers/Render/1.png.import +++ b/escape-room/assets-lib/Speakers/Render/1.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dwtyxiys2h2m" -path="res://.godot/imported/1.png-ab13c72de07d13c2cd9086e76c3fe963.ctex" +path="res://godot/imported/1.png-ab13c72de07d13c2cd9086e76c3fe963.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Speakers/Render/1.png" -dest_files=["res://.godot/imported/1.png-ab13c72de07d13c2cd9086e76c3fe963.ctex"] +dest_files=["res://godot/imported/1.png-ab13c72de07d13c2cd9086e76c3fe963.ctex"] [params] diff --git a/escape-room/assets-lib/Speakers/Render/2.png.import b/escape-room/assets-lib/Speakers/Render/2.png.import index 96916ff..f7172cb 100644 --- a/escape-room/assets-lib/Speakers/Render/2.png.import +++ b/escape-room/assets-lib/Speakers/Render/2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ckaftqec5ntbm" -path="res://.godot/imported/2.png-d105ed0bed19c13025e61a372e5f7d4d.ctex" +path="res://godot/imported/2.png-d105ed0bed19c13025e61a372e5f7d4d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Speakers/Render/2.png" -dest_files=["res://.godot/imported/2.png-d105ed0bed19c13025e61a372e5f7d4d.ctex"] +dest_files=["res://godot/imported/2.png-d105ed0bed19c13025e61a372e5f7d4d.ctex"] [params] diff --git a/escape-room/assets-lib/Speakers/Render/3.png.import b/escape-room/assets-lib/Speakers/Render/3.png.import index 83de0dc..bb77e0c 100644 --- a/escape-room/assets-lib/Speakers/Render/3.png.import +++ b/escape-room/assets-lib/Speakers/Render/3.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dkcawmt6u21qi" -path="res://.godot/imported/3.png-6393e96e45b03d0186360e9fa3efc660.ctex" +path="res://godot/imported/3.png-6393e96e45b03d0186360e9fa3efc660.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/Speakers/Render/3.png" -dest_files=["res://.godot/imported/3.png-6393e96e45b03d0186360e9fa3efc660.ctex"] +dest_files=["res://godot/imported/3.png-6393e96e45b03d0186360e9fa3efc660.ctex"] [params] diff --git a/escape-room/assets-lib/Speakers/SpeakersHighPoly/SpeakerAHighPoly.obj.import b/escape-room/assets-lib/Speakers/SpeakersHighPoly/SpeakerAHighPoly.obj.import index b5cb90c..837415d 100644 --- a/escape-room/assets-lib/Speakers/SpeakersHighPoly/SpeakerAHighPoly.obj.import +++ b/escape-room/assets-lib/Speakers/SpeakersHighPoly/SpeakerAHighPoly.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dh8o043jighsq" -path="res://.godot/imported/SpeakerAHighPoly.obj-d37b5dff28dcbff06da58a22981b0e8c.mesh" +path="res://godot/imported/SpeakerAHighPoly.obj-d37b5dff28dcbff06da58a22981b0e8c.mesh" [deps] -files=["res://.godot/imported/SpeakerAHighPoly.obj-d37b5dff28dcbff06da58a22981b0e8c.mesh"] +files=["res://godot/imported/SpeakerAHighPoly.obj-d37b5dff28dcbff06da58a22981b0e8c.mesh"] source_file="res://assets-lib/Speakers/SpeakersHighPoly/SpeakerAHighPoly.obj" -dest_files=["res://.godot/imported/SpeakerAHighPoly.obj-d37b5dff28dcbff06da58a22981b0e8c.mesh", "res://.godot/imported/SpeakerAHighPoly.obj-d37b5dff28dcbff06da58a22981b0e8c.mesh"] +dest_files=["res://godot/imported/SpeakerAHighPoly.obj-d37b5dff28dcbff06da58a22981b0e8c.mesh", "res://godot/imported/SpeakerAHighPoly.obj-d37b5dff28dcbff06da58a22981b0e8c.mesh"] [params] diff --git a/escape-room/assets-lib/Speakers/SpeakersHighPoly/SpeakerBHighPoly.obj.import b/escape-room/assets-lib/Speakers/SpeakersHighPoly/SpeakerBHighPoly.obj.import index 9c9cfbd..91dfb14 100644 --- a/escape-room/assets-lib/Speakers/SpeakersHighPoly/SpeakerBHighPoly.obj.import +++ b/escape-room/assets-lib/Speakers/SpeakersHighPoly/SpeakerBHighPoly.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://b226koqqxybka" -path="res://.godot/imported/SpeakerBHighPoly.obj-fdec3104c6f05615d7cb1bbfa273561d.mesh" +path="res://godot/imported/SpeakerBHighPoly.obj-fdec3104c6f05615d7cb1bbfa273561d.mesh" [deps] -files=["res://.godot/imported/SpeakerBHighPoly.obj-fdec3104c6f05615d7cb1bbfa273561d.mesh"] +files=["res://godot/imported/SpeakerBHighPoly.obj-fdec3104c6f05615d7cb1bbfa273561d.mesh"] source_file="res://assets-lib/Speakers/SpeakersHighPoly/SpeakerBHighPoly.obj" -dest_files=["res://.godot/imported/SpeakerBHighPoly.obj-fdec3104c6f05615d7cb1bbfa273561d.mesh", "res://.godot/imported/SpeakerBHighPoly.obj-fdec3104c6f05615d7cb1bbfa273561d.mesh"] +dest_files=["res://godot/imported/SpeakerBHighPoly.obj-fdec3104c6f05615d7cb1bbfa273561d.mesh", "res://godot/imported/SpeakerBHighPoly.obj-fdec3104c6f05615d7cb1bbfa273561d.mesh"] [params] diff --git a/escape-room/assets-lib/Speakers/SpeakersLowPoly/SpeakerALowPoly.obj.import b/escape-room/assets-lib/Speakers/SpeakersLowPoly/SpeakerALowPoly.obj.import index ceca7c4..9f21a59 100644 --- a/escape-room/assets-lib/Speakers/SpeakersLowPoly/SpeakerALowPoly.obj.import +++ b/escape-room/assets-lib/Speakers/SpeakersLowPoly/SpeakerALowPoly.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://bacjgnr1hkcmw" -path="res://.godot/imported/SpeakerALowPoly.obj-3d6da5876738b4222f1ff76efae9e983.mesh" +path="res://godot/imported/SpeakerALowPoly.obj-3d6da5876738b4222f1ff76efae9e983.mesh" [deps] -files=["res://.godot/imported/SpeakerALowPoly.obj-3d6da5876738b4222f1ff76efae9e983.mesh"] +files=["res://godot/imported/SpeakerALowPoly.obj-3d6da5876738b4222f1ff76efae9e983.mesh"] source_file="res://assets-lib/Speakers/SpeakersLowPoly/SpeakerALowPoly.obj" -dest_files=["res://.godot/imported/SpeakerALowPoly.obj-3d6da5876738b4222f1ff76efae9e983.mesh", "res://.godot/imported/SpeakerALowPoly.obj-3d6da5876738b4222f1ff76efae9e983.mesh"] +dest_files=["res://godot/imported/SpeakerALowPoly.obj-3d6da5876738b4222f1ff76efae9e983.mesh", "res://godot/imported/SpeakerALowPoly.obj-3d6da5876738b4222f1ff76efae9e983.mesh"] [params] diff --git a/escape-room/assets-lib/Speakers/SpeakersLowPoly/SpeakerBLowPoly.obj.import b/escape-room/assets-lib/Speakers/SpeakersLowPoly/SpeakerBLowPoly.obj.import index d8575f0..24657c5 100644 --- a/escape-room/assets-lib/Speakers/SpeakersLowPoly/SpeakerBLowPoly.obj.import +++ b/escape-room/assets-lib/Speakers/SpeakersLowPoly/SpeakerBLowPoly.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://c6kvtaedsn1ec" -path="res://.godot/imported/SpeakerBLowPoly.obj-7da287f9e05d4a1486912906763133de.mesh" +path="res://godot/imported/SpeakerBLowPoly.obj-7da287f9e05d4a1486912906763133de.mesh" [deps] -files=["res://.godot/imported/SpeakerBLowPoly.obj-7da287f9e05d4a1486912906763133de.mesh"] +files=["res://godot/imported/SpeakerBLowPoly.obj-7da287f9e05d4a1486912906763133de.mesh"] source_file="res://assets-lib/Speakers/SpeakersLowPoly/SpeakerBLowPoly.obj" -dest_files=["res://.godot/imported/SpeakerBLowPoly.obj-7da287f9e05d4a1486912906763133de.mesh", "res://.godot/imported/SpeakerBLowPoly.obj-7da287f9e05d4a1486912906763133de.mesh"] +dest_files=["res://godot/imported/SpeakerBLowPoly.obj-7da287f9e05d4a1486912906763133de.mesh", "res://godot/imported/SpeakerBLowPoly.obj-7da287f9e05d4a1486912906763133de.mesh"] [params] diff --git a/escape-room/assets-lib/chair02/chair02.obj.import b/escape-room/assets-lib/chair02/chair02.obj.import index b318bd0..2a0e0ba 100644 --- a/escape-room/assets-lib/chair02/chair02.obj.import +++ b/escape-room/assets-lib/chair02/chair02.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dige7c6pm7yka" -path="res://.godot/imported/chair02.obj-6abacffda2be8a945f7b469832950a94.mesh" +path="res://godot/imported/chair02.obj-6abacffda2be8a945f7b469832950a94.mesh" [deps] -files=["res://.godot/imported/chair02.obj-6abacffda2be8a945f7b469832950a94.mesh"] +files=["res://godot/imported/chair02.obj-6abacffda2be8a945f7b469832950a94.mesh"] source_file="res://assets-lib/chair02/chair02.obj" -dest_files=["res://.godot/imported/chair02.obj-6abacffda2be8a945f7b469832950a94.mesh", "res://.godot/imported/chair02.obj-6abacffda2be8a945f7b469832950a94.mesh"] +dest_files=["res://godot/imported/chair02.obj-6abacffda2be8a945f7b469832950a94.mesh", "res://godot/imported/chair02.obj-6abacffda2be8a945f7b469832950a94.mesh"] [params] diff --git a/escape-room/assets-lib/chair02/chair02_texture.tga.import b/escape-room/assets-lib/chair02/chair02_texture.tga.import index 34512c7..f8620df 100644 --- a/escape-room/assets-lib/chair02/chair02_texture.tga.import +++ b/escape-room/assets-lib/chair02/chair02_texture.tga.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dh14dinwly88q" -path="res://.godot/imported/chair02_texture.tga-4be66dce5a71ef2ac86c6d4afdb4f13f.ctex" +path="res://godot/imported/chair02_texture.tga-4be66dce5a71ef2ac86c6d4afdb4f13f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/chair02/chair02_texture.tga" -dest_files=["res://.godot/imported/chair02_texture.tga-4be66dce5a71ef2ac86c6d4afdb4f13f.ctex"] +dest_files=["res://godot/imported/chair02_texture.tga-4be66dce5a71ef2ac86c6d4afdb4f13f.ctex"] [params] diff --git a/escape-room/assets-lib/chair02/chair2.jpg.import b/escape-room/assets-lib/chair02/chair2.jpg.import index 3b197f2..0009f87 100644 --- a/escape-room/assets-lib/chair02/chair2.jpg.import +++ b/escape-room/assets-lib/chair02/chair2.jpg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b51axgtgpk4is" -path="res://.godot/imported/chair2.jpg-d81be2f2c55a1e67ca877f244f907466.ctex" +path="res://godot/imported/chair2.jpg-d81be2f2c55a1e67ca877f244f907466.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/chair02/chair2.jpg" -dest_files=["res://.godot/imported/chair2.jpg-d81be2f2c55a1e67ca877f244f907466.ctex"] +dest_files=["res://godot/imported/chair2.jpg-d81be2f2c55a1e67ca877f244f907466.ctex"] [params] diff --git a/escape-room/assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/gameCartridge1.fbx.import b/escape-room/assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/gameCartridge1.fbx.import index 35df836..1df5b35 100644 --- a/escape-room/assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/gameCartridge1.fbx.import +++ b/escape-room/assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/gameCartridge1.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://fmtbujuqdfli" -path="res://.godot/imported/gameCartridge1.fbx-a178f36c417aef2a81b614567613bfd5.scn" +path="res://godot/imported/gameCartridge1.fbx-a178f36c417aef2a81b614567613bfd5.scn" [deps] source_file="res://assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/gameCartridge1.fbx" -dest_files=["res://.godot/imported/gameCartridge1.fbx-a178f36c417aef2a81b614567613bfd5.scn"] +dest_files=["res://godot/imported/gameCartridge1.fbx-a178f36c417aef2a81b614567613bfd5.scn"] [params] diff --git a/escape-room/assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/gameCartridge1.obj.import b/escape-room/assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/gameCartridge1.obj.import index 5b67b44..b8e2776 100644 --- a/escape-room/assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/gameCartridge1.obj.import +++ b/escape-room/assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/gameCartridge1.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://basvq0o4wlmoe" -path="res://.godot/imported/gameCartridge1.obj-576b8f6c05cb72b015fadc839285aebf.mesh" +path="res://godot/imported/gameCartridge1.obj-576b8f6c05cb72b015fadc839285aebf.mesh" [deps] -files=["res://.godot/imported/gameCartridge1.obj-576b8f6c05cb72b015fadc839285aebf.mesh"] +files=["res://godot/imported/gameCartridge1.obj-576b8f6c05cb72b015fadc839285aebf.mesh"] source_file="res://assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/gameCartridge1.obj" -dest_files=["res://.godot/imported/gameCartridge1.obj-576b8f6c05cb72b015fadc839285aebf.mesh", "res://.godot/imported/gameCartridge1.obj-576b8f6c05cb72b015fadc839285aebf.mesh"] +dest_files=["res://godot/imported/gameCartridge1.obj-576b8f6c05cb72b015fadc839285aebf.mesh", "res://godot/imported/gameCartridge1.obj-576b8f6c05cb72b015fadc839285aebf.mesh"] [params] diff --git a/escape-room/assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/gameCartridge1.png.import b/escape-room/assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/gameCartridge1.png.import index 4eb22bb..3fe4e4b 100644 --- a/escape-room/assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/gameCartridge1.png.import +++ b/escape-room/assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/gameCartridge1.png.import @@ -3,8 +3,8 @@ importer="texture" type="CompressedTexture2D" uid="uid://diw6ew1hpggp0" -path.s3tc="res://.godot/imported/gameCartridge1.png-1e9f96ba78d4ac16bcbf77af11b53a9f.s3tc.ctex" -path.etc2="res://.godot/imported/gameCartridge1.png-1e9f96ba78d4ac16bcbf77af11b53a9f.etc2.ctex" +path.s3tc="res://godot/imported/gameCartridge1.png-1e9f96ba78d4ac16bcbf77af11b53a9f.s3tc.ctex" +path.etc2="res://godot/imported/gameCartridge1.png-1e9f96ba78d4ac16bcbf77af11b53a9f.etc2.ctex" metadata={ "imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true @@ -13,7 +13,7 @@ metadata={ [deps] source_file="res://assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/gameCartridge1.png" -dest_files=["res://.godot/imported/gameCartridge1.png-1e9f96ba78d4ac16bcbf77af11b53a9f.s3tc.ctex", "res://.godot/imported/gameCartridge1.png-1e9f96ba78d4ac16bcbf77af11b53a9f.etc2.ctex"] +dest_files=["res://godot/imported/gameCartridge1.png-1e9f96ba78d4ac16bcbf77af11b53a9f.s3tc.ctex", "res://godot/imported/gameCartridge1.png-1e9f96ba78d4ac16bcbf77af11b53a9f.etc2.ctex"] [params] diff --git a/escape-room/assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/handheldCartridge1.fbx.import b/escape-room/assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/handheldCartridge1.fbx.import index 36926d6..3e8b1a0 100644 --- a/escape-room/assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/handheldCartridge1.fbx.import +++ b/escape-room/assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/handheldCartridge1.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://becv4u5vp5j3u" -path="res://.godot/imported/handheldCartridge1.fbx-12c2d6a5abf7a941b2f07513588e978a.scn" +path="res://godot/imported/handheldCartridge1.fbx-12c2d6a5abf7a941b2f07513588e978a.scn" [deps] source_file="res://assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/handheldCartridge1.fbx" -dest_files=["res://.godot/imported/handheldCartridge1.fbx-12c2d6a5abf7a941b2f07513588e978a.scn"] +dest_files=["res://godot/imported/handheldCartridge1.fbx-12c2d6a5abf7a941b2f07513588e978a.scn"] [params] diff --git a/escape-room/assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/handheldCartridge1.obj.import b/escape-room/assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/handheldCartridge1.obj.import index 201752a..60f9eb1 100644 --- a/escape-room/assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/handheldCartridge1.obj.import +++ b/escape-room/assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/handheldCartridge1.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://5s757fsboyr5" -path="res://.godot/imported/handheldCartridge1.obj-e0ba1c5a1bc5e316729bc1d042eb6e56.mesh" +path="res://godot/imported/handheldCartridge1.obj-e0ba1c5a1bc5e316729bc1d042eb6e56.mesh" [deps] -files=["res://.godot/imported/handheldCartridge1.obj-e0ba1c5a1bc5e316729bc1d042eb6e56.mesh"] +files=["res://godot/imported/handheldCartridge1.obj-e0ba1c5a1bc5e316729bc1d042eb6e56.mesh"] source_file="res://assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/handheldCartridge1.obj" -dest_files=["res://.godot/imported/handheldCartridge1.obj-e0ba1c5a1bc5e316729bc1d042eb6e56.mesh", "res://.godot/imported/handheldCartridge1.obj-e0ba1c5a1bc5e316729bc1d042eb6e56.mesh"] +dest_files=["res://godot/imported/handheldCartridge1.obj-e0ba1c5a1bc5e316729bc1d042eb6e56.mesh", "res://godot/imported/handheldCartridge1.obj-e0ba1c5a1bc5e316729bc1d042eb6e56.mesh"] [params] diff --git a/escape-room/assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/handheldCartridge1.png.import b/escape-room/assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/handheldCartridge1.png.import index 4fe4deb..39b6efc 100644 --- a/escape-room/assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/handheldCartridge1.png.import +++ b/escape-room/assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/handheldCartridge1.png.import @@ -3,8 +3,8 @@ importer="texture" type="CompressedTexture2D" uid="uid://ddtgjk6jwij56" -path.s3tc="res://.godot/imported/handheldCartridge1.png-53a11ecc1a4e4c442e069fbb1444222a.s3tc.ctex" -path.etc2="res://.godot/imported/handheldCartridge1.png-53a11ecc1a4e4c442e069fbb1444222a.etc2.ctex" +path.s3tc="res://godot/imported/handheldCartridge1.png-53a11ecc1a4e4c442e069fbb1444222a.s3tc.ctex" +path.etc2="res://godot/imported/handheldCartridge1.png-53a11ecc1a4e4c442e069fbb1444222a.etc2.ctex" metadata={ "imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true @@ -13,7 +13,7 @@ metadata={ [deps] source_file="res://assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/handheldCartridge1.png" -dest_files=["res://.godot/imported/handheldCartridge1.png-53a11ecc1a4e4c442e069fbb1444222a.s3tc.ctex", "res://.godot/imported/handheldCartridge1.png-53a11ecc1a4e4c442e069fbb1444222a.etc2.ctex"] +dest_files=["res://godot/imported/handheldCartridge1.png-53a11ecc1a4e4c442e069fbb1444222a.s3tc.ctex", "res://godot/imported/handheldCartridge1.png-53a11ecc1a4e4c442e069fbb1444222a.etc2.ctex"] [params] diff --git a/escape-room/assets-lib/gear_door_study/gear_door_study/doorUV.png.import b/escape-room/assets-lib/gear_door_study/gear_door_study/doorUV.png.import index 0bbed76..6f6931e 100644 --- a/escape-room/assets-lib/gear_door_study/gear_door_study/doorUV.png.import +++ b/escape-room/assets-lib/gear_door_study/gear_door_study/doorUV.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dpy7wt2rcfevw" -path="res://.godot/imported/doorUV.png-e15592ff003b5085ef424ba37eaa621d.ctex" +path="res://godot/imported/doorUV.png-e15592ff003b5085ef424ba37eaa621d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/gear_door_study/gear_door_study/doorUV.png" -dest_files=["res://.godot/imported/doorUV.png-e15592ff003b5085ef424ba37eaa621d.ctex"] +dest_files=["res://godot/imported/doorUV.png-e15592ff003b5085ef424ba37eaa621d.ctex"] [params] diff --git a/escape-room/assets-lib/gear_door_study/gear_door_study/door_color.png.import b/escape-room/assets-lib/gear_door_study/gear_door_study/door_color.png.import index 5653c84..bba022c 100644 --- a/escape-room/assets-lib/gear_door_study/gear_door_study/door_color.png.import +++ b/escape-room/assets-lib/gear_door_study/gear_door_study/door_color.png.import @@ -3,8 +3,8 @@ importer="texture" type="CompressedTexture2D" uid="uid://bop8qbrt2oyg3" -path.s3tc="res://.godot/imported/door_color.png-ca7983ad08050bef7419bf9ad75d150d.s3tc.ctex" -path.etc2="res://.godot/imported/door_color.png-ca7983ad08050bef7419bf9ad75d150d.etc2.ctex" +path.s3tc="res://godot/imported/door_color.png-ca7983ad08050bef7419bf9ad75d150d.s3tc.ctex" +path.etc2="res://godot/imported/door_color.png-ca7983ad08050bef7419bf9ad75d150d.etc2.ctex" metadata={ "imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true @@ -13,7 +13,7 @@ metadata={ [deps] source_file="res://assets-lib/gear_door_study/gear_door_study/door_color.png" -dest_files=["res://.godot/imported/door_color.png-ca7983ad08050bef7419bf9ad75d150d.s3tc.ctex", "res://.godot/imported/door_color.png-ca7983ad08050bef7419bf9ad75d150d.etc2.ctex"] +dest_files=["res://godot/imported/door_color.png-ca7983ad08050bef7419bf9ad75d150d.s3tc.ctex", "res://godot/imported/door_color.png-ca7983ad08050bef7419bf9ad75d150d.etc2.ctex"] [params] diff --git a/escape-room/assets-lib/gear_door_study/gear_door_study/door_height.png.import b/escape-room/assets-lib/gear_door_study/gear_door_study/door_height.png.import index 9422a4c..084c0c2 100644 --- a/escape-room/assets-lib/gear_door_study/gear_door_study/door_height.png.import +++ b/escape-room/assets-lib/gear_door_study/gear_door_study/door_height.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://rq43hb2dshlg" -path="res://.godot/imported/door_height.png-ad465bb2d075e8ee09aea74ab3a97965.ctex" +path="res://godot/imported/door_height.png-ad465bb2d075e8ee09aea74ab3a97965.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/gear_door_study/gear_door_study/door_height.png" -dest_files=["res://.godot/imported/door_height.png-ad465bb2d075e8ee09aea74ab3a97965.ctex"] +dest_files=["res://godot/imported/door_height.png-ad465bb2d075e8ee09aea74ab3a97965.ctex"] [params] diff --git a/escape-room/assets-lib/gear_door_study/gear_door_study/door_metal.png.import b/escape-room/assets-lib/gear_door_study/gear_door_study/door_metal.png.import index 62f915f..eebedf0 100644 --- a/escape-room/assets-lib/gear_door_study/gear_door_study/door_metal.png.import +++ b/escape-room/assets-lib/gear_door_study/gear_door_study/door_metal.png.import @@ -3,8 +3,8 @@ importer="texture" type="CompressedTexture2D" uid="uid://dhrgis545yb7j" -path.s3tc="res://.godot/imported/door_metal.png-6e57b81cc86ae8b51cafa418de97702f.s3tc.ctex" -path.etc2="res://.godot/imported/door_metal.png-6e57b81cc86ae8b51cafa418de97702f.etc2.ctex" +path.s3tc="res://godot/imported/door_metal.png-6e57b81cc86ae8b51cafa418de97702f.s3tc.ctex" +path.etc2="res://godot/imported/door_metal.png-6e57b81cc86ae8b51cafa418de97702f.etc2.ctex" metadata={ "imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true @@ -13,7 +13,7 @@ metadata={ [deps] source_file="res://assets-lib/gear_door_study/gear_door_study/door_metal.png" -dest_files=["res://.godot/imported/door_metal.png-6e57b81cc86ae8b51cafa418de97702f.s3tc.ctex", "res://.godot/imported/door_metal.png-6e57b81cc86ae8b51cafa418de97702f.etc2.ctex"] +dest_files=["res://godot/imported/door_metal.png-6e57b81cc86ae8b51cafa418de97702f.s3tc.ctex", "res://godot/imported/door_metal.png-6e57b81cc86ae8b51cafa418de97702f.etc2.ctex"] [params] diff --git a/escape-room/assets-lib/gear_door_study/gear_door_study/door_normal.png.import b/escape-room/assets-lib/gear_door_study/gear_door_study/door_normal.png.import index de39ca3..c12f545 100644 --- a/escape-room/assets-lib/gear_door_study/gear_door_study/door_normal.png.import +++ b/escape-room/assets-lib/gear_door_study/gear_door_study/door_normal.png.import @@ -3,8 +3,8 @@ importer="texture" type="CompressedTexture2D" uid="uid://b3amlo04rmqy0" -path.s3tc="res://.godot/imported/door_normal.png-1fafd9598d6bdc1e4afd6d6f98de062b.s3tc.ctex" -path.etc2="res://.godot/imported/door_normal.png-1fafd9598d6bdc1e4afd6d6f98de062b.etc2.ctex" +path.s3tc="res://godot/imported/door_normal.png-1fafd9598d6bdc1e4afd6d6f98de062b.s3tc.ctex" +path.etc2="res://godot/imported/door_normal.png-1fafd9598d6bdc1e4afd6d6f98de062b.etc2.ctex" metadata={ "imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true @@ -13,7 +13,7 @@ metadata={ [deps] source_file="res://assets-lib/gear_door_study/gear_door_study/door_normal.png" -dest_files=["res://.godot/imported/door_normal.png-1fafd9598d6bdc1e4afd6d6f98de062b.s3tc.ctex", "res://.godot/imported/door_normal.png-1fafd9598d6bdc1e4afd6d6f98de062b.etc2.ctex"] +dest_files=["res://godot/imported/door_normal.png-1fafd9598d6bdc1e4afd6d6f98de062b.s3tc.ctex", "res://godot/imported/door_normal.png-1fafd9598d6bdc1e4afd6d6f98de062b.etc2.ctex"] [params] diff --git a/escape-room/assets-lib/gear_door_study/gear_door_study/gear_door_study.blend.import b/escape-room/assets-lib/gear_door_study/gear_door_study/gear_door_study.blend.import index a2dcc12..4f0dd51 100644 --- a/escape-room/assets-lib/gear_door_study/gear_door_study/gear_door_study.blend.import +++ b/escape-room/assets-lib/gear_door_study/gear_door_study/gear_door_study.blend.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://do01u84jbfy7t" -path="res://.godot/imported/gear_door_study.blend-49207bb51cc05665e3ec9cdbb241b778.scn" +path="res://godot/imported/gear_door_study.blend-49207bb51cc05665e3ec9cdbb241b778.scn" [deps] source_file="res://assets-lib/gear_door_study/gear_door_study/gear_door_study.blend" -dest_files=["res://.godot/imported/gear_door_study.blend-49207bb51cc05665e3ec9cdbb241b778.scn"] +dest_files=["res://godot/imported/gear_door_study.blend-49207bb51cc05665e3ec9cdbb241b778.scn"] [params] diff --git a/escape-room/assets-lib/kenney_animated-characters-2/Animations/idle.fbx.import b/escape-room/assets-lib/kenney_animated-characters-2/Animations/idle.fbx.import index 7cfa002..de3d436 100644 --- a/escape-room/assets-lib/kenney_animated-characters-2/Animations/idle.fbx.import +++ b/escape-room/assets-lib/kenney_animated-characters-2/Animations/idle.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bn8nuvsakcib2" -path="res://.godot/imported/idle.fbx-a6f33b6e3e6c930f5a093d2eed1000a3.scn" +path="res://godot/imported/idle.fbx-a6f33b6e3e6c930f5a093d2eed1000a3.scn" [deps] source_file="res://assets-lib/kenney_animated-characters-2/Animations/idle.fbx" -dest_files=["res://.godot/imported/idle.fbx-a6f33b6e3e6c930f5a093d2eed1000a3.scn"] +dest_files=["res://godot/imported/idle.fbx-a6f33b6e3e6c930f5a093d2eed1000a3.scn"] [params] diff --git a/escape-room/assets-lib/kenney_animated-characters-2/Animations/jump.fbx.import b/escape-room/assets-lib/kenney_animated-characters-2/Animations/jump.fbx.import index 5ae18af..c8ec330 100644 --- a/escape-room/assets-lib/kenney_animated-characters-2/Animations/jump.fbx.import +++ b/escape-room/assets-lib/kenney_animated-characters-2/Animations/jump.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dlj484ah60ufj" -path="res://.godot/imported/jump.fbx-f406e18554c04f5960def2135141fd59.scn" +path="res://godot/imported/jump.fbx-f406e18554c04f5960def2135141fd59.scn" [deps] source_file="res://assets-lib/kenney_animated-characters-2/Animations/jump.fbx" -dest_files=["res://.godot/imported/jump.fbx-f406e18554c04f5960def2135141fd59.scn"] +dest_files=["res://godot/imported/jump.fbx-f406e18554c04f5960def2135141fd59.scn"] [params] diff --git a/escape-room/assets-lib/kenney_animated-characters-2/Animations/run.fbx.import b/escape-room/assets-lib/kenney_animated-characters-2/Animations/run.fbx.import index a93b45d..629e93d 100644 --- a/escape-room/assets-lib/kenney_animated-characters-2/Animations/run.fbx.import +++ b/escape-room/assets-lib/kenney_animated-characters-2/Animations/run.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://uu0pjl2hgwte" -path="res://.godot/imported/run.fbx-bd4f3e596c34574b1f60113850bef66d.scn" +path="res://godot/imported/run.fbx-bd4f3e596c34574b1f60113850bef66d.scn" [deps] source_file="res://assets-lib/kenney_animated-characters-2/Animations/run.fbx" -dest_files=["res://.godot/imported/run.fbx-bd4f3e596c34574b1f60113850bef66d.scn"] +dest_files=["res://godot/imported/run.fbx-bd4f3e596c34574b1f60113850bef66d.scn"] [params] diff --git a/escape-room/assets-lib/kenney_animated-characters-2/Model/characterMedium.fbx.import b/escape-room/assets-lib/kenney_animated-characters-2/Model/characterMedium.fbx.import index f36dd94..f77a6a8 100644 --- a/escape-room/assets-lib/kenney_animated-characters-2/Model/characterMedium.fbx.import +++ b/escape-room/assets-lib/kenney_animated-characters-2/Model/characterMedium.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dtvve3pvaukpb" -path="res://.godot/imported/characterMedium.fbx-64fcfdfae61684cbb114f2416f0257ed.scn" +path="res://godot/imported/characterMedium.fbx-64fcfdfae61684cbb114f2416f0257ed.scn" [deps] source_file="res://assets-lib/kenney_animated-characters-2/Model/characterMedium.fbx" -dest_files=["res://.godot/imported/characterMedium.fbx-64fcfdfae61684cbb114f2416f0257ed.scn"] +dest_files=["res://godot/imported/characterMedium.fbx-64fcfdfae61684cbb114f2416f0257ed.scn"] [params] diff --git a/escape-room/assets-lib/kenney_animated-characters-2/Preview.png.import b/escape-room/assets-lib/kenney_animated-characters-2/Preview.png.import index 58304d9..8ef5682 100644 --- a/escape-room/assets-lib/kenney_animated-characters-2/Preview.png.import +++ b/escape-room/assets-lib/kenney_animated-characters-2/Preview.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b42lm1xe0hc51" -path="res://.godot/imported/Preview.png-878a71eb3a0b5a82a2a0530225307d62.ctex" +path="res://godot/imported/Preview.png-878a71eb3a0b5a82a2a0530225307d62.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_animated-characters-2/Preview.png" -dest_files=["res://.godot/imported/Preview.png-878a71eb3a0b5a82a2a0530225307d62.ctex"] +dest_files=["res://godot/imported/Preview.png-878a71eb3a0b5a82a2a0530225307d62.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_animated-characters-2/Skins/Source/criminalMaleA.svg.import b/escape-room/assets-lib/kenney_animated-characters-2/Skins/Source/criminalMaleA.svg.import index 92c7ce6..0921033 100644 --- a/escape-room/assets-lib/kenney_animated-characters-2/Skins/Source/criminalMaleA.svg.import +++ b/escape-room/assets-lib/kenney_animated-characters-2/Skins/Source/criminalMaleA.svg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://be4ueqw32q3qf" -path="res://.godot/imported/criminalMaleA.svg-eb46e77930ce17f817b53216dc3afc1d.ctex" +path="res://godot/imported/criminalMaleA.svg-eb46e77930ce17f817b53216dc3afc1d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_animated-characters-2/Skins/Source/criminalMaleA.svg" -dest_files=["res://.godot/imported/criminalMaleA.svg-eb46e77930ce17f817b53216dc3afc1d.ctex"] +dest_files=["res://godot/imported/criminalMaleA.svg-eb46e77930ce17f817b53216dc3afc1d.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_animated-characters-2/Skins/Source/cyborgFemaleA.svg.import b/escape-room/assets-lib/kenney_animated-characters-2/Skins/Source/cyborgFemaleA.svg.import index 9c3ed66..0ce0ef8 100644 --- a/escape-room/assets-lib/kenney_animated-characters-2/Skins/Source/cyborgFemaleA.svg.import +++ b/escape-room/assets-lib/kenney_animated-characters-2/Skins/Source/cyborgFemaleA.svg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://chd24tyjl6nsu" -path="res://.godot/imported/cyborgFemaleA.svg-3dc6c3db3b662027da1a70a6d358aef2.ctex" +path="res://godot/imported/cyborgFemaleA.svg-3dc6c3db3b662027da1a70a6d358aef2.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_animated-characters-2/Skins/Source/cyborgFemaleA.svg" -dest_files=["res://.godot/imported/cyborgFemaleA.svg-3dc6c3db3b662027da1a70a6d358aef2.ctex"] +dest_files=["res://godot/imported/cyborgFemaleA.svg-3dc6c3db3b662027da1a70a6d358aef2.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_animated-characters-2/Skins/Source/skaterFemaleA.svg.import b/escape-room/assets-lib/kenney_animated-characters-2/Skins/Source/skaterFemaleA.svg.import index e464664..3d969a0 100644 --- a/escape-room/assets-lib/kenney_animated-characters-2/Skins/Source/skaterFemaleA.svg.import +++ b/escape-room/assets-lib/kenney_animated-characters-2/Skins/Source/skaterFemaleA.svg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://jb4tgu1lsop7" -path="res://.godot/imported/skaterFemaleA.svg-dd0a4f1cb44ee69670530d8fdf6af919.ctex" +path="res://godot/imported/skaterFemaleA.svg-dd0a4f1cb44ee69670530d8fdf6af919.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_animated-characters-2/Skins/Source/skaterFemaleA.svg" -dest_files=["res://.godot/imported/skaterFemaleA.svg-dd0a4f1cb44ee69670530d8fdf6af919.ctex"] +dest_files=["res://godot/imported/skaterFemaleA.svg-dd0a4f1cb44ee69670530d8fdf6af919.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_animated-characters-2/Skins/Source/skaterMaleA.svg.import b/escape-room/assets-lib/kenney_animated-characters-2/Skins/Source/skaterMaleA.svg.import index 7ef5006..3ec78d8 100644 --- a/escape-room/assets-lib/kenney_animated-characters-2/Skins/Source/skaterMaleA.svg.import +++ b/escape-room/assets-lib/kenney_animated-characters-2/Skins/Source/skaterMaleA.svg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dqdlteqspar4k" -path="res://.godot/imported/skaterMaleA.svg-15a8557d1aae44598a69ccdc4562f426.ctex" +path="res://godot/imported/skaterMaleA.svg-15a8557d1aae44598a69ccdc4562f426.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_animated-characters-2/Skins/Source/skaterMaleA.svg" -dest_files=["res://.godot/imported/skaterMaleA.svg-15a8557d1aae44598a69ccdc4562f426.ctex"] +dest_files=["res://godot/imported/skaterMaleA.svg-15a8557d1aae44598a69ccdc4562f426.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_animated-characters-2/Skins/criminalMaleA.png.import b/escape-room/assets-lib/kenney_animated-characters-2/Skins/criminalMaleA.png.import index 5613e94..0014f44 100644 --- a/escape-room/assets-lib/kenney_animated-characters-2/Skins/criminalMaleA.png.import +++ b/escape-room/assets-lib/kenney_animated-characters-2/Skins/criminalMaleA.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dprpi4lvx112w" -path="res://.godot/imported/criminalMaleA.png-4f73f50f188d249bbe162402bf42fb0d.ctex" +path="res://godot/imported/criminalMaleA.png-4f73f50f188d249bbe162402bf42fb0d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_animated-characters-2/Skins/criminalMaleA.png" -dest_files=["res://.godot/imported/criminalMaleA.png-4f73f50f188d249bbe162402bf42fb0d.ctex"] +dest_files=["res://godot/imported/criminalMaleA.png-4f73f50f188d249bbe162402bf42fb0d.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_animated-characters-2/Skins/cyborgFemaleA.png.import b/escape-room/assets-lib/kenney_animated-characters-2/Skins/cyborgFemaleA.png.import index 8c90804..37812ff 100644 --- a/escape-room/assets-lib/kenney_animated-characters-2/Skins/cyborgFemaleA.png.import +++ b/escape-room/assets-lib/kenney_animated-characters-2/Skins/cyborgFemaleA.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://icdp6dgc8n6o" -path="res://.godot/imported/cyborgFemaleA.png-98238d8e04fb0e2a1925b0ae4c8f2a4a.ctex" +path="res://godot/imported/cyborgFemaleA.png-98238d8e04fb0e2a1925b0ae4c8f2a4a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_animated-characters-2/Skins/cyborgFemaleA.png" -dest_files=["res://.godot/imported/cyborgFemaleA.png-98238d8e04fb0e2a1925b0ae4c8f2a4a.ctex"] +dest_files=["res://godot/imported/cyborgFemaleA.png-98238d8e04fb0e2a1925b0ae4c8f2a4a.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_animated-characters-2/Skins/skaterFemaleA.png.import b/escape-room/assets-lib/kenney_animated-characters-2/Skins/skaterFemaleA.png.import index 3437bb0..74179b1 100644 --- a/escape-room/assets-lib/kenney_animated-characters-2/Skins/skaterFemaleA.png.import +++ b/escape-room/assets-lib/kenney_animated-characters-2/Skins/skaterFemaleA.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dhyl5qqbe51r1" -path="res://.godot/imported/skaterFemaleA.png-a399ff988a06dc5b63e580cd396d74bb.ctex" +path="res://godot/imported/skaterFemaleA.png-a399ff988a06dc5b63e580cd396d74bb.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_animated-characters-2/Skins/skaterFemaleA.png" -dest_files=["res://.godot/imported/skaterFemaleA.png-a399ff988a06dc5b63e580cd396d74bb.ctex"] +dest_files=["res://godot/imported/skaterFemaleA.png-a399ff988a06dc5b63e580cd396d74bb.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_animated-characters-2/Skins/skaterMaleA.png.import b/escape-room/assets-lib/kenney_animated-characters-2/Skins/skaterMaleA.png.import index 907c811..d6d4492 100644 --- a/escape-room/assets-lib/kenney_animated-characters-2/Skins/skaterMaleA.png.import +++ b/escape-room/assets-lib/kenney_animated-characters-2/Skins/skaterMaleA.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://opw04042pfqx" -path="res://.godot/imported/skaterMaleA.png-a43ab84809a7392a63ae05a9c930edfd.ctex" +path="res://godot/imported/skaterMaleA.png-a43ab84809a7392a63ae05a9c930edfd.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_animated-characters-2/Skins/skaterMaleA.png" -dest_files=["res://.godot/imported/skaterMaleA.png-a43ab84809a7392a63ae05a9c930edfd.ctex"] +dest_files=["res://godot/imported/skaterMaleA.png-a43ab84809a7392a63ae05a9c930edfd.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinetDrawer_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinetDrawer_NE.png.import index f4d9caf..6f06ea9 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinetDrawer_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinetDrawer_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://3qfnr2srnq8x" -path="res://.godot/imported/bathroomCabinetDrawer_NE.png-b6eb2b32366500c13b66ead34c669165.ctex" +path="res://godot/imported/bathroomCabinetDrawer_NE.png-b6eb2b32366500c13b66ead34c669165.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bathroomCabinetDrawer_NE.png" -dest_files=["res://.godot/imported/bathroomCabinetDrawer_NE.png-b6eb2b32366500c13b66ead34c669165.ctex"] +dest_files=["res://godot/imported/bathroomCabinetDrawer_NE.png-b6eb2b32366500c13b66ead34c669165.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinetDrawer_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinetDrawer_NW.png.import index 81cd785..fd830bd 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinetDrawer_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinetDrawer_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://u24nlijgyoh8" -path="res://.godot/imported/bathroomCabinetDrawer_NW.png-907c475df9b1e758e96a0b1917c8a874.ctex" +path="res://godot/imported/bathroomCabinetDrawer_NW.png-907c475df9b1e758e96a0b1917c8a874.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bathroomCabinetDrawer_NW.png" -dest_files=["res://.godot/imported/bathroomCabinetDrawer_NW.png-907c475df9b1e758e96a0b1917c8a874.ctex"] +dest_files=["res://godot/imported/bathroomCabinetDrawer_NW.png-907c475df9b1e758e96a0b1917c8a874.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinetDrawer_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinetDrawer_SE.png.import index 714d84b..a21a1e8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinetDrawer_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinetDrawer_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://8rwhon1xoslk" -path="res://.godot/imported/bathroomCabinetDrawer_SE.png-a3211f0f4c3a9ef4688d0319ef7e3cd0.ctex" +path="res://godot/imported/bathroomCabinetDrawer_SE.png-a3211f0f4c3a9ef4688d0319ef7e3cd0.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bathroomCabinetDrawer_SE.png" -dest_files=["res://.godot/imported/bathroomCabinetDrawer_SE.png-a3211f0f4c3a9ef4688d0319ef7e3cd0.ctex"] +dest_files=["res://godot/imported/bathroomCabinetDrawer_SE.png-a3211f0f4c3a9ef4688d0319ef7e3cd0.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinetDrawer_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinetDrawer_SW.png.import index efbdc02..c909709 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinetDrawer_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinetDrawer_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://nqf8hweecn0e" -path="res://.godot/imported/bathroomCabinetDrawer_SW.png-2eb2cc8bb0ce5f911f0d7fae77821f21.ctex" +path="res://godot/imported/bathroomCabinetDrawer_SW.png-2eb2cc8bb0ce5f911f0d7fae77821f21.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bathroomCabinetDrawer_SW.png" -dest_files=["res://.godot/imported/bathroomCabinetDrawer_SW.png-2eb2cc8bb0ce5f911f0d7fae77821f21.ctex"] +dest_files=["res://godot/imported/bathroomCabinetDrawer_SW.png-2eb2cc8bb0ce5f911f0d7fae77821f21.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinet_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinet_NE.png.import index dfb33e8..22750b4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinet_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinet_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://btecgk7ownsj2" -path="res://.godot/imported/bathroomCabinet_NE.png-d02a97eee5c40d00e0fdbeadcc684087.ctex" +path="res://godot/imported/bathroomCabinet_NE.png-d02a97eee5c40d00e0fdbeadcc684087.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bathroomCabinet_NE.png" -dest_files=["res://.godot/imported/bathroomCabinet_NE.png-d02a97eee5c40d00e0fdbeadcc684087.ctex"] +dest_files=["res://godot/imported/bathroomCabinet_NE.png-d02a97eee5c40d00e0fdbeadcc684087.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinet_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinet_NW.png.import index ef57d2a..a570c7e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinet_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinet_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cokh1tycmn5iw" -path="res://.godot/imported/bathroomCabinet_NW.png-6611828c521a2a5110eb894cb140a045.ctex" +path="res://godot/imported/bathroomCabinet_NW.png-6611828c521a2a5110eb894cb140a045.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bathroomCabinet_NW.png" -dest_files=["res://.godot/imported/bathroomCabinet_NW.png-6611828c521a2a5110eb894cb140a045.ctex"] +dest_files=["res://godot/imported/bathroomCabinet_NW.png-6611828c521a2a5110eb894cb140a045.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinet_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinet_SE.png.import index 1d66f60..7d73cc3 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinet_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinet_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://w6ewlku4fpi6" -path="res://.godot/imported/bathroomCabinet_SE.png-19595031d7bde3051dfa4bf580bd0acf.ctex" +path="res://godot/imported/bathroomCabinet_SE.png-19595031d7bde3051dfa4bf580bd0acf.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bathroomCabinet_SE.png" -dest_files=["res://.godot/imported/bathroomCabinet_SE.png-19595031d7bde3051dfa4bf580bd0acf.ctex"] +dest_files=["res://godot/imported/bathroomCabinet_SE.png-19595031d7bde3051dfa4bf580bd0acf.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinet_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinet_SW.png.import index 7510f04..72395af 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinet_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomCabinet_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cakh88b0r0fb2" -path="res://.godot/imported/bathroomCabinet_SW.png-d7d20552f8a7c65bed449a42be5b105f.ctex" +path="res://godot/imported/bathroomCabinet_SW.png-d7d20552f8a7c65bed449a42be5b105f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bathroomCabinet_SW.png" -dest_files=["res://.godot/imported/bathroomCabinet_SW.png-d7d20552f8a7c65bed449a42be5b105f.ctex"] +dest_files=["res://godot/imported/bathroomCabinet_SW.png-d7d20552f8a7c65bed449a42be5b105f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomMirror_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomMirror_NE.png.import index f67d94a..c31b253 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomMirror_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomMirror_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://idguiv4japo5" -path="res://.godot/imported/bathroomMirror_NE.png-1f12128d7f8322c21387d54ab846fe18.ctex" +path="res://godot/imported/bathroomMirror_NE.png-1f12128d7f8322c21387d54ab846fe18.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bathroomMirror_NE.png" -dest_files=["res://.godot/imported/bathroomMirror_NE.png-1f12128d7f8322c21387d54ab846fe18.ctex"] +dest_files=["res://godot/imported/bathroomMirror_NE.png-1f12128d7f8322c21387d54ab846fe18.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomMirror_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomMirror_NW.png.import index 7c45e3d..1e634e8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomMirror_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomMirror_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://brm5p6avoi2h0" -path="res://.godot/imported/bathroomMirror_NW.png-62430f67b2bcf602220423c2d8039f84.ctex" +path="res://godot/imported/bathroomMirror_NW.png-62430f67b2bcf602220423c2d8039f84.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bathroomMirror_NW.png" -dest_files=["res://.godot/imported/bathroomMirror_NW.png-62430f67b2bcf602220423c2d8039f84.ctex"] +dest_files=["res://godot/imported/bathroomMirror_NW.png-62430f67b2bcf602220423c2d8039f84.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomMirror_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomMirror_SE.png.import index 6ba20a5..d6023f4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomMirror_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomMirror_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b5aaiq2r3bacs" -path="res://.godot/imported/bathroomMirror_SE.png-140920250f807078be92621e1bac0c7f.ctex" +path="res://godot/imported/bathroomMirror_SE.png-140920250f807078be92621e1bac0c7f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bathroomMirror_SE.png" -dest_files=["res://.godot/imported/bathroomMirror_SE.png-140920250f807078be92621e1bac0c7f.ctex"] +dest_files=["res://godot/imported/bathroomMirror_SE.png-140920250f807078be92621e1bac0c7f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomMirror_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomMirror_SW.png.import index 41464a0..a665919 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomMirror_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomMirror_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b3buafm1flqxp" -path="res://.godot/imported/bathroomMirror_SW.png-04d009ddf9b3893243c60993eacc6725.ctex" +path="res://godot/imported/bathroomMirror_SW.png-04d009ddf9b3893243c60993eacc6725.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bathroomMirror_SW.png" -dest_files=["res://.godot/imported/bathroomMirror_SW.png-04d009ddf9b3893243c60993eacc6725.ctex"] +dest_files=["res://godot/imported/bathroomMirror_SW.png-04d009ddf9b3893243c60993eacc6725.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSinkSquare_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSinkSquare_NE.png.import index 0f05c20..9c50650 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSinkSquare_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSinkSquare_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://sc6oierxv7mt" -path="res://.godot/imported/bathroomSinkSquare_NE.png-326b6299f9d3b509faf9ed59c43494f9.ctex" +path="res://godot/imported/bathroomSinkSquare_NE.png-326b6299f9d3b509faf9ed59c43494f9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bathroomSinkSquare_NE.png" -dest_files=["res://.godot/imported/bathroomSinkSquare_NE.png-326b6299f9d3b509faf9ed59c43494f9.ctex"] +dest_files=["res://godot/imported/bathroomSinkSquare_NE.png-326b6299f9d3b509faf9ed59c43494f9.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSinkSquare_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSinkSquare_NW.png.import index 9485f44..a51d71e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSinkSquare_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSinkSquare_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://lp558u6d6oby" -path="res://.godot/imported/bathroomSinkSquare_NW.png-0cc877f2f2284b826165f940c3273e71.ctex" +path="res://godot/imported/bathroomSinkSquare_NW.png-0cc877f2f2284b826165f940c3273e71.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bathroomSinkSquare_NW.png" -dest_files=["res://.godot/imported/bathroomSinkSquare_NW.png-0cc877f2f2284b826165f940c3273e71.ctex"] +dest_files=["res://godot/imported/bathroomSinkSquare_NW.png-0cc877f2f2284b826165f940c3273e71.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSinkSquare_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSinkSquare_SE.png.import index cc4ce22..51d4a02 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSinkSquare_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSinkSquare_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bd6vlwimucbeo" -path="res://.godot/imported/bathroomSinkSquare_SE.png-223bfaf9396993d5b955980b16757786.ctex" +path="res://godot/imported/bathroomSinkSquare_SE.png-223bfaf9396993d5b955980b16757786.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bathroomSinkSquare_SE.png" -dest_files=["res://.godot/imported/bathroomSinkSquare_SE.png-223bfaf9396993d5b955980b16757786.ctex"] +dest_files=["res://godot/imported/bathroomSinkSquare_SE.png-223bfaf9396993d5b955980b16757786.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSinkSquare_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSinkSquare_SW.png.import index aa52f84..df6a437 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSinkSquare_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSinkSquare_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bholasei2ay2g" -path="res://.godot/imported/bathroomSinkSquare_SW.png-8e57132ccaae1555fd1c576ef14a85fc.ctex" +path="res://godot/imported/bathroomSinkSquare_SW.png-8e57132ccaae1555fd1c576ef14a85fc.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bathroomSinkSquare_SW.png" -dest_files=["res://.godot/imported/bathroomSinkSquare_SW.png-8e57132ccaae1555fd1c576ef14a85fc.ctex"] +dest_files=["res://godot/imported/bathroomSinkSquare_SW.png-8e57132ccaae1555fd1c576ef14a85fc.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSink_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSink_NE.png.import index c220880..d099188 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSink_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSink_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c0wsa6fot1up1" -path="res://.godot/imported/bathroomSink_NE.png-a7634f153088c5959ba11400c43a1ef5.ctex" +path="res://godot/imported/bathroomSink_NE.png-a7634f153088c5959ba11400c43a1ef5.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bathroomSink_NE.png" -dest_files=["res://.godot/imported/bathroomSink_NE.png-a7634f153088c5959ba11400c43a1ef5.ctex"] +dest_files=["res://godot/imported/bathroomSink_NE.png-a7634f153088c5959ba11400c43a1ef5.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSink_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSink_NW.png.import index a0b1bff..2b7bb42 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSink_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSink_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dl3m42oe6vt3t" -path="res://.godot/imported/bathroomSink_NW.png-4eb100d11f90cf8e33cee45a59989136.ctex" +path="res://godot/imported/bathroomSink_NW.png-4eb100d11f90cf8e33cee45a59989136.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bathroomSink_NW.png" -dest_files=["res://.godot/imported/bathroomSink_NW.png-4eb100d11f90cf8e33cee45a59989136.ctex"] +dest_files=["res://godot/imported/bathroomSink_NW.png-4eb100d11f90cf8e33cee45a59989136.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSink_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSink_SE.png.import index 279867e..f05def0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSink_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSink_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cuibsq61eajfs" -path="res://.godot/imported/bathroomSink_SE.png-fcf8cd5a5cb8beaf554832842fdf2034.ctex" +path="res://godot/imported/bathroomSink_SE.png-fcf8cd5a5cb8beaf554832842fdf2034.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bathroomSink_SE.png" -dest_files=["res://.godot/imported/bathroomSink_SE.png-fcf8cd5a5cb8beaf554832842fdf2034.ctex"] +dest_files=["res://godot/imported/bathroomSink_SE.png-fcf8cd5a5cb8beaf554832842fdf2034.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSink_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSink_SW.png.import index 15b15be..295e11c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSink_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathroomSink_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cukcjekitxic2" -path="res://.godot/imported/bathroomSink_SW.png-345ebc0f50494262287438bd2a9fe0bf.ctex" +path="res://godot/imported/bathroomSink_SW.png-345ebc0f50494262287438bd2a9fe0bf.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bathroomSink_SW.png" -dest_files=["res://.godot/imported/bathroomSink_SW.png-345ebc0f50494262287438bd2a9fe0bf.ctex"] +dest_files=["res://godot/imported/bathroomSink_SW.png-345ebc0f50494262287438bd2a9fe0bf.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathtub_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathtub_NE.png.import index 9456d8a..afa682d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathtub_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathtub_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b5vjrgenvotff" -path="res://.godot/imported/bathtub_NE.png-4918a5683989e741ac5a99a438fac98a.ctex" +path="res://godot/imported/bathtub_NE.png-4918a5683989e741ac5a99a438fac98a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bathtub_NE.png" -dest_files=["res://.godot/imported/bathtub_NE.png-4918a5683989e741ac5a99a438fac98a.ctex"] +dest_files=["res://godot/imported/bathtub_NE.png-4918a5683989e741ac5a99a438fac98a.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathtub_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathtub_NW.png.import index bcd2032..85791e9 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathtub_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathtub_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bsrvbs6pcjv3" -path="res://.godot/imported/bathtub_NW.png-3a9da64094c5fcb07d562148e92d518c.ctex" +path="res://godot/imported/bathtub_NW.png-3a9da64094c5fcb07d562148e92d518c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bathtub_NW.png" -dest_files=["res://.godot/imported/bathtub_NW.png-3a9da64094c5fcb07d562148e92d518c.ctex"] +dest_files=["res://godot/imported/bathtub_NW.png-3a9da64094c5fcb07d562148e92d518c.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathtub_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathtub_SE.png.import index 46c9eca..e739bdf 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathtub_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathtub_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://d0jlwq73kqow6" -path="res://.godot/imported/bathtub_SE.png-9865ea6538c2e0888c4d4d61efac6ee5.ctex" +path="res://godot/imported/bathtub_SE.png-9865ea6538c2e0888c4d4d61efac6ee5.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bathtub_SE.png" -dest_files=["res://.godot/imported/bathtub_SE.png-9865ea6538c2e0888c4d4d61efac6ee5.ctex"] +dest_files=["res://godot/imported/bathtub_SE.png-9865ea6538c2e0888c4d4d61efac6ee5.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathtub_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathtub_SW.png.import index 28cd3bf..0177f7d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathtub_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bathtub_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b8xkfekqwgds5" -path="res://.godot/imported/bathtub_SW.png-e088b0b1ad34b2c2da2c08029a17fff7.ctex" +path="res://godot/imported/bathtub_SW.png-e088b0b1ad34b2c2da2c08029a17fff7.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bathtub_SW.png" -dest_files=["res://.godot/imported/bathtub_SW.png-e088b0b1ad34b2c2da2c08029a17fff7.ctex"] +dest_files=["res://godot/imported/bathtub_SW.png-e088b0b1ad34b2c2da2c08029a17fff7.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bear_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bear_NE.png.import index 2eaeb9e..c4f67ed 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bear_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bear_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b8tndy4gnrl3i" -path="res://.godot/imported/bear_NE.png-b5c72b22464b132927b5d4e748a5ff05.ctex" +path="res://godot/imported/bear_NE.png-b5c72b22464b132927b5d4e748a5ff05.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bear_NE.png" -dest_files=["res://.godot/imported/bear_NE.png-b5c72b22464b132927b5d4e748a5ff05.ctex"] +dest_files=["res://godot/imported/bear_NE.png-b5c72b22464b132927b5d4e748a5ff05.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bear_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bear_NW.png.import index 6f2f3c9..cf79293 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bear_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bear_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c7umahy7ero3h" -path="res://.godot/imported/bear_NW.png-d87e77bb9b682d4e49269b078f32bfa2.ctex" +path="res://godot/imported/bear_NW.png-d87e77bb9b682d4e49269b078f32bfa2.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bear_NW.png" -dest_files=["res://.godot/imported/bear_NW.png-d87e77bb9b682d4e49269b078f32bfa2.ctex"] +dest_files=["res://godot/imported/bear_NW.png-d87e77bb9b682d4e49269b078f32bfa2.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bear_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bear_SE.png.import index 13e32b0..55d87fb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bear_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bear_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b550w3bv7pdh5" -path="res://.godot/imported/bear_SE.png-7165022763355288c379b1b79aa51afd.ctex" +path="res://godot/imported/bear_SE.png-7165022763355288c379b1b79aa51afd.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bear_SE.png" -dest_files=["res://.godot/imported/bear_SE.png-7165022763355288c379b1b79aa51afd.ctex"] +dest_files=["res://godot/imported/bear_SE.png-7165022763355288c379b1b79aa51afd.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bear_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bear_SW.png.import index b66f929..3f7fa6c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bear_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bear_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cjiv1vlf1tivd" -path="res://.godot/imported/bear_SW.png-177281c7a393473df7f65d0a7f627873.ctex" +path="res://godot/imported/bear_SW.png-177281c7a393473df7f65d0a7f627873.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bear_SW.png" -dest_files=["res://.godot/imported/bear_SW.png-177281c7a393473df7f65d0a7f627873.ctex"] +dest_files=["res://godot/imported/bear_SW.png-177281c7a393473df7f65d0a7f627873.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedBunk_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedBunk_NE.png.import index d6d8ca3..3e2a2e0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedBunk_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedBunk_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bkqx64qgp4tic" -path="res://.godot/imported/bedBunk_NE.png-3220c5fa89b9e6e61a119ea72c4ea49e.ctex" +path="res://godot/imported/bedBunk_NE.png-3220c5fa89b9e6e61a119ea72c4ea49e.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bedBunk_NE.png" -dest_files=["res://.godot/imported/bedBunk_NE.png-3220c5fa89b9e6e61a119ea72c4ea49e.ctex"] +dest_files=["res://godot/imported/bedBunk_NE.png-3220c5fa89b9e6e61a119ea72c4ea49e.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedBunk_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedBunk_NW.png.import index 650cd23..7f5a407 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedBunk_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedBunk_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ggybkj04qy7o" -path="res://.godot/imported/bedBunk_NW.png-de506bfe497d98e816af46ee3f08a579.ctex" +path="res://godot/imported/bedBunk_NW.png-de506bfe497d98e816af46ee3f08a579.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bedBunk_NW.png" -dest_files=["res://.godot/imported/bedBunk_NW.png-de506bfe497d98e816af46ee3f08a579.ctex"] +dest_files=["res://godot/imported/bedBunk_NW.png-de506bfe497d98e816af46ee3f08a579.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedBunk_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedBunk_SE.png.import index 837d4fa..ac3e0e7 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedBunk_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedBunk_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dy4tqric0mio8" -path="res://.godot/imported/bedBunk_SE.png-1ffc433f23e51c53c3671757195b85fe.ctex" +path="res://godot/imported/bedBunk_SE.png-1ffc433f23e51c53c3671757195b85fe.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bedBunk_SE.png" -dest_files=["res://.godot/imported/bedBunk_SE.png-1ffc433f23e51c53c3671757195b85fe.ctex"] +dest_files=["res://godot/imported/bedBunk_SE.png-1ffc433f23e51c53c3671757195b85fe.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedBunk_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedBunk_SW.png.import index 2b569cb..3a9459f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedBunk_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedBunk_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bnny670bjtg63" -path="res://.godot/imported/bedBunk_SW.png-096ecea63c7edd193263d77dc3e76867.ctex" +path="res://godot/imported/bedBunk_SW.png-096ecea63c7edd193263d77dc3e76867.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bedBunk_SW.png" -dest_files=["res://.godot/imported/bedBunk_SW.png-096ecea63c7edd193263d77dc3e76867.ctex"] +dest_files=["res://godot/imported/bedBunk_SW.png-096ecea63c7edd193263d77dc3e76867.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedDouble_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedDouble_NE.png.import index 24cde04..54c1463 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedDouble_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedDouble_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bhgyplln0ptvy" -path="res://.godot/imported/bedDouble_NE.png-d670f4280e71df4044086dfad421fa4d.ctex" +path="res://godot/imported/bedDouble_NE.png-d670f4280e71df4044086dfad421fa4d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bedDouble_NE.png" -dest_files=["res://.godot/imported/bedDouble_NE.png-d670f4280e71df4044086dfad421fa4d.ctex"] +dest_files=["res://godot/imported/bedDouble_NE.png-d670f4280e71df4044086dfad421fa4d.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedDouble_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedDouble_NW.png.import index d18ed5b..f093154 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedDouble_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedDouble_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dey3ke43qagsh" -path="res://.godot/imported/bedDouble_NW.png-77aca5cf7acb46e354b30dfc84804c23.ctex" +path="res://godot/imported/bedDouble_NW.png-77aca5cf7acb46e354b30dfc84804c23.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bedDouble_NW.png" -dest_files=["res://.godot/imported/bedDouble_NW.png-77aca5cf7acb46e354b30dfc84804c23.ctex"] +dest_files=["res://godot/imported/bedDouble_NW.png-77aca5cf7acb46e354b30dfc84804c23.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedDouble_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedDouble_SE.png.import index 23959a5..8081543 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedDouble_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedDouble_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dnp254gk2fai1" -path="res://.godot/imported/bedDouble_SE.png-34c755ba5bf0835a8018cad6985de836.ctex" +path="res://godot/imported/bedDouble_SE.png-34c755ba5bf0835a8018cad6985de836.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bedDouble_SE.png" -dest_files=["res://.godot/imported/bedDouble_SE.png-34c755ba5bf0835a8018cad6985de836.ctex"] +dest_files=["res://godot/imported/bedDouble_SE.png-34c755ba5bf0835a8018cad6985de836.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedDouble_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedDouble_SW.png.import index 4d671db..bca78e6 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedDouble_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedDouble_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b72wv3x5c6sdq" -path="res://.godot/imported/bedDouble_SW.png-7bf526b096ea6b20de8e91a92c5facae.ctex" +path="res://godot/imported/bedDouble_SW.png-7bf526b096ea6b20de8e91a92c5facae.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bedDouble_SW.png" -dest_files=["res://.godot/imported/bedDouble_SW.png-7bf526b096ea6b20de8e91a92c5facae.ctex"] +dest_files=["res://godot/imported/bedDouble_SW.png-7bf526b096ea6b20de8e91a92c5facae.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedSingle_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedSingle_NE.png.import index 761feeb..bccdd44 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedSingle_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedSingle_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dytlx8ci6c21g" -path="res://.godot/imported/bedSingle_NE.png-510e35c81c3c855286e098e93bfd4498.ctex" +path="res://godot/imported/bedSingle_NE.png-510e35c81c3c855286e098e93bfd4498.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bedSingle_NE.png" -dest_files=["res://.godot/imported/bedSingle_NE.png-510e35c81c3c855286e098e93bfd4498.ctex"] +dest_files=["res://godot/imported/bedSingle_NE.png-510e35c81c3c855286e098e93bfd4498.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedSingle_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedSingle_NW.png.import index 831763f..3246cda 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedSingle_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedSingle_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ccce1ap1xxqp" -path="res://.godot/imported/bedSingle_NW.png-f2182b74049c6f8011946bed56f670d5.ctex" +path="res://godot/imported/bedSingle_NW.png-f2182b74049c6f8011946bed56f670d5.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bedSingle_NW.png" -dest_files=["res://.godot/imported/bedSingle_NW.png-f2182b74049c6f8011946bed56f670d5.ctex"] +dest_files=["res://godot/imported/bedSingle_NW.png-f2182b74049c6f8011946bed56f670d5.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedSingle_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedSingle_SE.png.import index 95dc689..521e807 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedSingle_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedSingle_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ctanuti4v10sd" -path="res://.godot/imported/bedSingle_SE.png-b5ed33d903383d45d98436831bcd4913.ctex" +path="res://godot/imported/bedSingle_SE.png-b5ed33d903383d45d98436831bcd4913.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bedSingle_SE.png" -dest_files=["res://.godot/imported/bedSingle_SE.png-b5ed33d903383d45d98436831bcd4913.ctex"] +dest_files=["res://godot/imported/bedSingle_SE.png-b5ed33d903383d45d98436831bcd4913.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedSingle_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedSingle_SW.png.import index df30b74..3271da8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedSingle_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bedSingle_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bewd0om3dyjx6" -path="res://.godot/imported/bedSingle_SW.png-1745bfc417ab932804b6751bc5a71492.ctex" +path="res://godot/imported/bedSingle_SW.png-1745bfc417ab932804b6751bc5a71492.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bedSingle_SW.png" -dest_files=["res://.godot/imported/bedSingle_SW.png-1745bfc417ab932804b6751bc5a71492.ctex"] +dest_files=["res://godot/imported/bedSingle_SW.png-1745bfc417ab932804b6751bc5a71492.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushionLow_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushionLow_NE.png.import index dc49352..19452b4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushionLow_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushionLow_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://j3aq4fircugh" -path="res://.godot/imported/benchCushionLow_NE.png-3664a8d83b6a141b2b005d3f712d64b4.ctex" +path="res://godot/imported/benchCushionLow_NE.png-3664a8d83b6a141b2b005d3f712d64b4.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/benchCushionLow_NE.png" -dest_files=["res://.godot/imported/benchCushionLow_NE.png-3664a8d83b6a141b2b005d3f712d64b4.ctex"] +dest_files=["res://godot/imported/benchCushionLow_NE.png-3664a8d83b6a141b2b005d3f712d64b4.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushionLow_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushionLow_NW.png.import index 1ad13d5..f8cf266 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushionLow_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushionLow_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://chc0tsgk4a72w" -path="res://.godot/imported/benchCushionLow_NW.png-b7a6673363c49affc7546b2d92eafb07.ctex" +path="res://godot/imported/benchCushionLow_NW.png-b7a6673363c49affc7546b2d92eafb07.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/benchCushionLow_NW.png" -dest_files=["res://.godot/imported/benchCushionLow_NW.png-b7a6673363c49affc7546b2d92eafb07.ctex"] +dest_files=["res://godot/imported/benchCushionLow_NW.png-b7a6673363c49affc7546b2d92eafb07.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushionLow_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushionLow_SE.png.import index 5451f20..bd879c5 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushionLow_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushionLow_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c8v8t4jh52pyf" -path="res://.godot/imported/benchCushionLow_SE.png-21a542950c27c659f48ceecbcaf9d649.ctex" +path="res://godot/imported/benchCushionLow_SE.png-21a542950c27c659f48ceecbcaf9d649.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/benchCushionLow_SE.png" -dest_files=["res://.godot/imported/benchCushionLow_SE.png-21a542950c27c659f48ceecbcaf9d649.ctex"] +dest_files=["res://godot/imported/benchCushionLow_SE.png-21a542950c27c659f48ceecbcaf9d649.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushionLow_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushionLow_SW.png.import index 174a759..d65843d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushionLow_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushionLow_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://tp385osl27pg" -path="res://.godot/imported/benchCushionLow_SW.png-0f65c6babaf8608bfefaa4ab271ef4b7.ctex" +path="res://godot/imported/benchCushionLow_SW.png-0f65c6babaf8608bfefaa4ab271ef4b7.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/benchCushionLow_SW.png" -dest_files=["res://.godot/imported/benchCushionLow_SW.png-0f65c6babaf8608bfefaa4ab271ef4b7.ctex"] +dest_files=["res://godot/imported/benchCushionLow_SW.png-0f65c6babaf8608bfefaa4ab271ef4b7.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushion_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushion_NE.png.import index 466ce9f..3750fba 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushion_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushion_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dlswe6oii5us0" -path="res://.godot/imported/benchCushion_NE.png-a714e4810a69beb0f9b02232bfdc0dc9.ctex" +path="res://godot/imported/benchCushion_NE.png-a714e4810a69beb0f9b02232bfdc0dc9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/benchCushion_NE.png" -dest_files=["res://.godot/imported/benchCushion_NE.png-a714e4810a69beb0f9b02232bfdc0dc9.ctex"] +dest_files=["res://godot/imported/benchCushion_NE.png-a714e4810a69beb0f9b02232bfdc0dc9.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushion_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushion_NW.png.import index d97c4e9..f674d71 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushion_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushion_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://h7jrdostjxwd" -path="res://.godot/imported/benchCushion_NW.png-4176f3393d4cfa3b0429aad577e693e3.ctex" +path="res://godot/imported/benchCushion_NW.png-4176f3393d4cfa3b0429aad577e693e3.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/benchCushion_NW.png" -dest_files=["res://.godot/imported/benchCushion_NW.png-4176f3393d4cfa3b0429aad577e693e3.ctex"] +dest_files=["res://godot/imported/benchCushion_NW.png-4176f3393d4cfa3b0429aad577e693e3.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushion_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushion_SE.png.import index 6abe348..3121a52 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushion_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushion_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://7nvhkq5f3yh0" -path="res://.godot/imported/benchCushion_SE.png-e8b416ae67599a2d8268ca16ba5e534b.ctex" +path="res://godot/imported/benchCushion_SE.png-e8b416ae67599a2d8268ca16ba5e534b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/benchCushion_SE.png" -dest_files=["res://.godot/imported/benchCushion_SE.png-e8b416ae67599a2d8268ca16ba5e534b.ctex"] +dest_files=["res://godot/imported/benchCushion_SE.png-e8b416ae67599a2d8268ca16ba5e534b.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushion_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushion_SW.png.import index 082e577..a044bd1 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushion_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/benchCushion_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://coisj5ibo1nfw" -path="res://.godot/imported/benchCushion_SW.png-6536d61796fc6f3278affde9804af94b.ctex" +path="res://godot/imported/benchCushion_SW.png-6536d61796fc6f3278affde9804af94b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/benchCushion_SW.png" -dest_files=["res://.godot/imported/benchCushion_SW.png-6536d61796fc6f3278affde9804af94b.ctex"] +dest_files=["res://godot/imported/benchCushion_SW.png-6536d61796fc6f3278affde9804af94b.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bench_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bench_NE.png.import index d5bce2e..5b6384d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bench_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bench_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://de0nlsv5dh66i" -path="res://.godot/imported/bench_NE.png-8cce92c51bb68ddaf2f23434a91aab82.ctex" +path="res://godot/imported/bench_NE.png-8cce92c51bb68ddaf2f23434a91aab82.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bench_NE.png" -dest_files=["res://.godot/imported/bench_NE.png-8cce92c51bb68ddaf2f23434a91aab82.ctex"] +dest_files=["res://godot/imported/bench_NE.png-8cce92c51bb68ddaf2f23434a91aab82.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bench_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bench_NW.png.import index 68fe08c..f99f8b0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bench_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bench_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://5phaa75vjw2q" -path="res://.godot/imported/bench_NW.png-306610cb297c289464ad60a046d5ffef.ctex" +path="res://godot/imported/bench_NW.png-306610cb297c289464ad60a046d5ffef.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bench_NW.png" -dest_files=["res://.godot/imported/bench_NW.png-306610cb297c289464ad60a046d5ffef.ctex"] +dest_files=["res://godot/imported/bench_NW.png-306610cb297c289464ad60a046d5ffef.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bench_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bench_SE.png.import index 97b5a2a..19de7fa 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bench_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bench_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c6tj42me66ymp" -path="res://.godot/imported/bench_SE.png-03adf5dd899237da05bfb99b0e0d9418.ctex" +path="res://godot/imported/bench_SE.png-03adf5dd899237da05bfb99b0e0d9418.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bench_SE.png" -dest_files=["res://.godot/imported/bench_SE.png-03adf5dd899237da05bfb99b0e0d9418.ctex"] +dest_files=["res://godot/imported/bench_SE.png-03adf5dd899237da05bfb99b0e0d9418.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bench_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bench_SW.png.import index c11f533..0c8b63b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bench_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bench_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://1qkobjdebwkq" -path="res://.godot/imported/bench_SW.png-52d9170b4fcf1ef12bb8065fbb8ad73a.ctex" +path="res://godot/imported/bench_SW.png-52d9170b4fcf1ef12bb8065fbb8ad73a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bench_SW.png" -dest_files=["res://.godot/imported/bench_SW.png-52d9170b4fcf1ef12bb8065fbb8ad73a.ctex"] +dest_files=["res://godot/imported/bench_SW.png-52d9170b4fcf1ef12bb8065fbb8ad73a.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedDoors_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedDoors_NE.png.import index 80f0a0d..481e9da 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedDoors_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedDoors_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://d110coeiigabj" -path="res://.godot/imported/bookcaseClosedDoors_NE.png-8f1b60931ffddfc79d10eb8463952d16.ctex" +path="res://godot/imported/bookcaseClosedDoors_NE.png-8f1b60931ffddfc79d10eb8463952d16.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedDoors_NE.png" -dest_files=["res://.godot/imported/bookcaseClosedDoors_NE.png-8f1b60931ffddfc79d10eb8463952d16.ctex"] +dest_files=["res://godot/imported/bookcaseClosedDoors_NE.png-8f1b60931ffddfc79d10eb8463952d16.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedDoors_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedDoors_NW.png.import index 7715c90..abaab94 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedDoors_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedDoors_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://d07xyr2c4umlh" -path="res://.godot/imported/bookcaseClosedDoors_NW.png-0dc1d9c73cccaf8bd3257d97c5dddf96.ctex" +path="res://godot/imported/bookcaseClosedDoors_NW.png-0dc1d9c73cccaf8bd3257d97c5dddf96.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedDoors_NW.png" -dest_files=["res://.godot/imported/bookcaseClosedDoors_NW.png-0dc1d9c73cccaf8bd3257d97c5dddf96.ctex"] +dest_files=["res://godot/imported/bookcaseClosedDoors_NW.png-0dc1d9c73cccaf8bd3257d97c5dddf96.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedDoors_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedDoors_SE.png.import index 61a2417..5ff6363 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedDoors_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedDoors_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://1ihm7hcpbj6u" -path="res://.godot/imported/bookcaseClosedDoors_SE.png-52fcf15e48fa4f9b41423226d72e1e1d.ctex" +path="res://godot/imported/bookcaseClosedDoors_SE.png-52fcf15e48fa4f9b41423226d72e1e1d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedDoors_SE.png" -dest_files=["res://.godot/imported/bookcaseClosedDoors_SE.png-52fcf15e48fa4f9b41423226d72e1e1d.ctex"] +dest_files=["res://godot/imported/bookcaseClosedDoors_SE.png-52fcf15e48fa4f9b41423226d72e1e1d.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedDoors_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedDoors_SW.png.import index e588a37..4903780 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedDoors_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedDoors_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bfnf8hrk3i3jp" -path="res://.godot/imported/bookcaseClosedDoors_SW.png-2a908728e22820a4eda1fe84b5de11a3.ctex" +path="res://godot/imported/bookcaseClosedDoors_SW.png-2a908728e22820a4eda1fe84b5de11a3.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedDoors_SW.png" -dest_files=["res://.godot/imported/bookcaseClosedDoors_SW.png-2a908728e22820a4eda1fe84b5de11a3.ctex"] +dest_files=["res://godot/imported/bookcaseClosedDoors_SW.png-2a908728e22820a4eda1fe84b5de11a3.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedWide_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedWide_NE.png.import index 3ff3dd7..054622a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedWide_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedWide_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bxfgu1cqn2heq" -path="res://.godot/imported/bookcaseClosedWide_NE.png-a5e2117da71ba1485f7cf87636458f4b.ctex" +path="res://godot/imported/bookcaseClosedWide_NE.png-a5e2117da71ba1485f7cf87636458f4b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedWide_NE.png" -dest_files=["res://.godot/imported/bookcaseClosedWide_NE.png-a5e2117da71ba1485f7cf87636458f4b.ctex"] +dest_files=["res://godot/imported/bookcaseClosedWide_NE.png-a5e2117da71ba1485f7cf87636458f4b.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedWide_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedWide_NW.png.import index 01447bf..4ad3d6a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedWide_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedWide_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dsuqseprab4ik" -path="res://.godot/imported/bookcaseClosedWide_NW.png-b375acb83885112011f4888bb82af118.ctex" +path="res://godot/imported/bookcaseClosedWide_NW.png-b375acb83885112011f4888bb82af118.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedWide_NW.png" -dest_files=["res://.godot/imported/bookcaseClosedWide_NW.png-b375acb83885112011f4888bb82af118.ctex"] +dest_files=["res://godot/imported/bookcaseClosedWide_NW.png-b375acb83885112011f4888bb82af118.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedWide_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedWide_SE.png.import index d053999..f7ed5f6 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedWide_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedWide_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://csrxo7241jail" -path="res://.godot/imported/bookcaseClosedWide_SE.png-b9280eb31f69da86252ab710277a29ee.ctex" +path="res://godot/imported/bookcaseClosedWide_SE.png-b9280eb31f69da86252ab710277a29ee.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedWide_SE.png" -dest_files=["res://.godot/imported/bookcaseClosedWide_SE.png-b9280eb31f69da86252ab710277a29ee.ctex"] +dest_files=["res://godot/imported/bookcaseClosedWide_SE.png-b9280eb31f69da86252ab710277a29ee.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedWide_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedWide_SW.png.import index 3596a54..bf38b3d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedWide_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedWide_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://drgyvpxu2ucot" -path="res://.godot/imported/bookcaseClosedWide_SW.png-1b3a3089a034e8304eb5899ef58d7b99.ctex" +path="res://godot/imported/bookcaseClosedWide_SW.png-1b3a3089a034e8304eb5899ef58d7b99.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bookcaseClosedWide_SW.png" -dest_files=["res://.godot/imported/bookcaseClosedWide_SW.png-1b3a3089a034e8304eb5899ef58d7b99.ctex"] +dest_files=["res://godot/imported/bookcaseClosedWide_SW.png-1b3a3089a034e8304eb5899ef58d7b99.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosed_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosed_NE.png.import index 49ecb16..42b4770 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosed_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosed_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://23epem6h0s6" -path="res://.godot/imported/bookcaseClosed_NE.png-09aabf37f31b746c1b0c8da2154a867f.ctex" +path="res://godot/imported/bookcaseClosed_NE.png-09aabf37f31b746c1b0c8da2154a867f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bookcaseClosed_NE.png" -dest_files=["res://.godot/imported/bookcaseClosed_NE.png-09aabf37f31b746c1b0c8da2154a867f.ctex"] +dest_files=["res://godot/imported/bookcaseClosed_NE.png-09aabf37f31b746c1b0c8da2154a867f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosed_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosed_NW.png.import index 7947ee2..d47a92b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosed_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosed_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c60vafgnimsh7" -path="res://.godot/imported/bookcaseClosed_NW.png-51936b80ccbb1a9a42110d4875a54ea3.ctex" +path="res://godot/imported/bookcaseClosed_NW.png-51936b80ccbb1a9a42110d4875a54ea3.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bookcaseClosed_NW.png" -dest_files=["res://.godot/imported/bookcaseClosed_NW.png-51936b80ccbb1a9a42110d4875a54ea3.ctex"] +dest_files=["res://godot/imported/bookcaseClosed_NW.png-51936b80ccbb1a9a42110d4875a54ea3.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosed_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosed_SE.png.import index 18b9cfa..f51b6d4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosed_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosed_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://crimbdy0e51am" -path="res://.godot/imported/bookcaseClosed_SE.png-be8845935289ce1d1af2413c7309678f.ctex" +path="res://godot/imported/bookcaseClosed_SE.png-be8845935289ce1d1af2413c7309678f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bookcaseClosed_SE.png" -dest_files=["res://.godot/imported/bookcaseClosed_SE.png-be8845935289ce1d1af2413c7309678f.ctex"] +dest_files=["res://godot/imported/bookcaseClosed_SE.png-be8845935289ce1d1af2413c7309678f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosed_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosed_SW.png.import index 908e268..eb10f55 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosed_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseClosed_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://3edt4w0rga2f" -path="res://.godot/imported/bookcaseClosed_SW.png-48453f83a9abe5846e613fc32f364031.ctex" +path="res://godot/imported/bookcaseClosed_SW.png-48453f83a9abe5846e613fc32f364031.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bookcaseClosed_SW.png" -dest_files=["res://.godot/imported/bookcaseClosed_SW.png-48453f83a9abe5846e613fc32f364031.ctex"] +dest_files=["res://godot/imported/bookcaseClosed_SW.png-48453f83a9abe5846e613fc32f364031.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpenLow_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpenLow_NE.png.import index 294a632..2285b8d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpenLow_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpenLow_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://krgjd52uv2xx" -path="res://.godot/imported/bookcaseOpenLow_NE.png-5de1ac017c754903adfd5b34401fb7de.ctex" +path="res://godot/imported/bookcaseOpenLow_NE.png-5de1ac017c754903adfd5b34401fb7de.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bookcaseOpenLow_NE.png" -dest_files=["res://.godot/imported/bookcaseOpenLow_NE.png-5de1ac017c754903adfd5b34401fb7de.ctex"] +dest_files=["res://godot/imported/bookcaseOpenLow_NE.png-5de1ac017c754903adfd5b34401fb7de.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpenLow_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpenLow_NW.png.import index 9f94ad7..ce1877f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpenLow_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpenLow_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b0634ewohywe0" -path="res://.godot/imported/bookcaseOpenLow_NW.png-10706ba60c6b9255bb9172a396aaf690.ctex" +path="res://godot/imported/bookcaseOpenLow_NW.png-10706ba60c6b9255bb9172a396aaf690.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bookcaseOpenLow_NW.png" -dest_files=["res://.godot/imported/bookcaseOpenLow_NW.png-10706ba60c6b9255bb9172a396aaf690.ctex"] +dest_files=["res://godot/imported/bookcaseOpenLow_NW.png-10706ba60c6b9255bb9172a396aaf690.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpenLow_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpenLow_SE.png.import index 476dc93..b9952dd 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpenLow_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpenLow_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cnq650f4jppn0" -path="res://.godot/imported/bookcaseOpenLow_SE.png-a29aaa944cc97d7c54d42c3261920384.ctex" +path="res://godot/imported/bookcaseOpenLow_SE.png-a29aaa944cc97d7c54d42c3261920384.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bookcaseOpenLow_SE.png" -dest_files=["res://.godot/imported/bookcaseOpenLow_SE.png-a29aaa944cc97d7c54d42c3261920384.ctex"] +dest_files=["res://godot/imported/bookcaseOpenLow_SE.png-a29aaa944cc97d7c54d42c3261920384.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpenLow_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpenLow_SW.png.import index a7913da..cd62b7e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpenLow_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpenLow_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://1gwfm2cj08d8" -path="res://.godot/imported/bookcaseOpenLow_SW.png-075fb38cc9144eca7aed419e276aac40.ctex" +path="res://godot/imported/bookcaseOpenLow_SW.png-075fb38cc9144eca7aed419e276aac40.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bookcaseOpenLow_SW.png" -dest_files=["res://.godot/imported/bookcaseOpenLow_SW.png-075fb38cc9144eca7aed419e276aac40.ctex"] +dest_files=["res://godot/imported/bookcaseOpenLow_SW.png-075fb38cc9144eca7aed419e276aac40.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpen_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpen_NE.png.import index 0022959..3a7e4ac 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpen_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpen_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cr6rgij1bvu81" -path="res://.godot/imported/bookcaseOpen_NE.png-a82a6eda123451ae1076f5008b871866.ctex" +path="res://godot/imported/bookcaseOpen_NE.png-a82a6eda123451ae1076f5008b871866.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bookcaseOpen_NE.png" -dest_files=["res://.godot/imported/bookcaseOpen_NE.png-a82a6eda123451ae1076f5008b871866.ctex"] +dest_files=["res://godot/imported/bookcaseOpen_NE.png-a82a6eda123451ae1076f5008b871866.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpen_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpen_NW.png.import index 15b6a77..2a28f01 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpen_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpen_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://wpgtenof5tlm" -path="res://.godot/imported/bookcaseOpen_NW.png-4f62072cc5f6365183815445ff628488.ctex" +path="res://godot/imported/bookcaseOpen_NW.png-4f62072cc5f6365183815445ff628488.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bookcaseOpen_NW.png" -dest_files=["res://.godot/imported/bookcaseOpen_NW.png-4f62072cc5f6365183815445ff628488.ctex"] +dest_files=["res://godot/imported/bookcaseOpen_NW.png-4f62072cc5f6365183815445ff628488.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpen_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpen_SE.png.import index 350ca30..4675956 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpen_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpen_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cjvyxqj8cnu2c" -path="res://.godot/imported/bookcaseOpen_SE.png-b4a763c246ed96983e70a722a4adb3be.ctex" +path="res://godot/imported/bookcaseOpen_SE.png-b4a763c246ed96983e70a722a4adb3be.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bookcaseOpen_SE.png" -dest_files=["res://.godot/imported/bookcaseOpen_SE.png-b4a763c246ed96983e70a722a4adb3be.ctex"] +dest_files=["res://godot/imported/bookcaseOpen_SE.png-b4a763c246ed96983e70a722a4adb3be.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpen_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpen_SW.png.import index a65d5a5..f70dd05 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpen_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/bookcaseOpen_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cimvrwxx2gci2" -path="res://.godot/imported/bookcaseOpen_SW.png-9993bddd163da738bdea5960d95c5637.ctex" +path="res://godot/imported/bookcaseOpen_SW.png-9993bddd163da738bdea5960d95c5637.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/bookcaseOpen_SW.png" -dest_files=["res://.godot/imported/bookcaseOpen_SW.png-9993bddd163da738bdea5960d95c5637.ctex"] +dest_files=["res://godot/imported/bookcaseOpen_SW.png-9993bddd163da738bdea5960d95c5637.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/books_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/books_NE.png.import index 89cb4d9..16ac280 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/books_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/books_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dnvfwr5e4hlnx" -path="res://.godot/imported/books_NE.png-f16eda64880a32f17940e09fb31e1cee.ctex" +path="res://godot/imported/books_NE.png-f16eda64880a32f17940e09fb31e1cee.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/books_NE.png" -dest_files=["res://.godot/imported/books_NE.png-f16eda64880a32f17940e09fb31e1cee.ctex"] +dest_files=["res://godot/imported/books_NE.png-f16eda64880a32f17940e09fb31e1cee.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/books_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/books_NW.png.import index 4c15fb9..2a39b2f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/books_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/books_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bkrh2nsb18swi" -path="res://.godot/imported/books_NW.png-28b0359bc09e6edfb269f032dea8389c.ctex" +path="res://godot/imported/books_NW.png-28b0359bc09e6edfb269f032dea8389c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/books_NW.png" -dest_files=["res://.godot/imported/books_NW.png-28b0359bc09e6edfb269f032dea8389c.ctex"] +dest_files=["res://godot/imported/books_NW.png-28b0359bc09e6edfb269f032dea8389c.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/books_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/books_SE.png.import index 0240da5..73c97c4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/books_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/books_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://chc75hk2gqg5e" -path="res://.godot/imported/books_SE.png-90928117d27d3049f9fec7b0b807caa9.ctex" +path="res://godot/imported/books_SE.png-90928117d27d3049f9fec7b0b807caa9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/books_SE.png" -dest_files=["res://.godot/imported/books_SE.png-90928117d27d3049f9fec7b0b807caa9.ctex"] +dest_files=["res://godot/imported/books_SE.png-90928117d27d3049f9fec7b0b807caa9.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/books_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/books_SW.png.import index d9f8f4a..bec95ba 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/books_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/books_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://caanig2ferg3" -path="res://.godot/imported/books_SW.png-9288c0b3f79ed550f51f126d4b1b10f7.ctex" +path="res://godot/imported/books_SW.png-9288c0b3f79ed550f51f126d4b1b10f7.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/books_SW.png" -dest_files=["res://.godot/imported/books_SW.png-9288c0b3f79ed550f51f126d4b1b10f7.ctex"] +dest_files=["res://godot/imported/books_SW.png-9288c0b3f79ed550f51f126d4b1b10f7.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawerTable_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawerTable_NE.png.import index 6046517..1a813f7 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawerTable_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawerTable_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cpjaaiyi4fck1" -path="res://.godot/imported/cabinetBedDrawerTable_NE.png-dc85607e79f055c39a845bb8695c9604.ctex" +path="res://godot/imported/cabinetBedDrawerTable_NE.png-dc85607e79f055c39a845bb8695c9604.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawerTable_NE.png" -dest_files=["res://.godot/imported/cabinetBedDrawerTable_NE.png-dc85607e79f055c39a845bb8695c9604.ctex"] +dest_files=["res://godot/imported/cabinetBedDrawerTable_NE.png-dc85607e79f055c39a845bb8695c9604.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawerTable_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawerTable_NW.png.import index f7b7201..da7234a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawerTable_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawerTable_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://opg50x10h03f" -path="res://.godot/imported/cabinetBedDrawerTable_NW.png-16829c44b730c9ddf52a3b2e5838f372.ctex" +path="res://godot/imported/cabinetBedDrawerTable_NW.png-16829c44b730c9ddf52a3b2e5838f372.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawerTable_NW.png" -dest_files=["res://.godot/imported/cabinetBedDrawerTable_NW.png-16829c44b730c9ddf52a3b2e5838f372.ctex"] +dest_files=["res://godot/imported/cabinetBedDrawerTable_NW.png-16829c44b730c9ddf52a3b2e5838f372.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawerTable_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawerTable_SE.png.import index bd4e124..1ac6866 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawerTable_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawerTable_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dqw12m1ejmei3" -path="res://.godot/imported/cabinetBedDrawerTable_SE.png-d1477a5ef3f6552b2b37f0d95cc1a1f3.ctex" +path="res://godot/imported/cabinetBedDrawerTable_SE.png-d1477a5ef3f6552b2b37f0d95cc1a1f3.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawerTable_SE.png" -dest_files=["res://.godot/imported/cabinetBedDrawerTable_SE.png-d1477a5ef3f6552b2b37f0d95cc1a1f3.ctex"] +dest_files=["res://godot/imported/cabinetBedDrawerTable_SE.png-d1477a5ef3f6552b2b37f0d95cc1a1f3.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawerTable_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawerTable_SW.png.import index 3f088a7..49cf13e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawerTable_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawerTable_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://jmn26qpeib5q" -path="res://.godot/imported/cabinetBedDrawerTable_SW.png-97eb58d8a4e9e05dea8ca9d691ed1be0.ctex" +path="res://godot/imported/cabinetBedDrawerTable_SW.png-97eb58d8a4e9e05dea8ca9d691ed1be0.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawerTable_SW.png" -dest_files=["res://.godot/imported/cabinetBedDrawerTable_SW.png-97eb58d8a4e9e05dea8ca9d691ed1be0.ctex"] +dest_files=["res://godot/imported/cabinetBedDrawerTable_SW.png-97eb58d8a4e9e05dea8ca9d691ed1be0.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawer_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawer_NE.png.import index 4fc222a..a534dc0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawer_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawer_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ddlr72ea3w1m0" -path="res://.godot/imported/cabinetBedDrawer_NE.png-e26c7085ccd1a9959b112d9dd64314fb.ctex" +path="res://godot/imported/cabinetBedDrawer_NE.png-e26c7085ccd1a9959b112d9dd64314fb.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawer_NE.png" -dest_files=["res://.godot/imported/cabinetBedDrawer_NE.png-e26c7085ccd1a9959b112d9dd64314fb.ctex"] +dest_files=["res://godot/imported/cabinetBedDrawer_NE.png-e26c7085ccd1a9959b112d9dd64314fb.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawer_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawer_NW.png.import index a5bfe81..76815a3 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawer_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawer_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cqmpahm781all" -path="res://.godot/imported/cabinetBedDrawer_NW.png-fe9d65e5a54ac25cdf727d8776576bda.ctex" +path="res://godot/imported/cabinetBedDrawer_NW.png-fe9d65e5a54ac25cdf727d8776576bda.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawer_NW.png" -dest_files=["res://.godot/imported/cabinetBedDrawer_NW.png-fe9d65e5a54ac25cdf727d8776576bda.ctex"] +dest_files=["res://godot/imported/cabinetBedDrawer_NW.png-fe9d65e5a54ac25cdf727d8776576bda.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawer_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawer_SE.png.import index a4bbde0..a2b2853 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawer_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawer_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://3l0jl2xwxony" -path="res://.godot/imported/cabinetBedDrawer_SE.png-9264551931af2cb5e7718ba3df99a8b3.ctex" +path="res://godot/imported/cabinetBedDrawer_SE.png-9264551931af2cb5e7718ba3df99a8b3.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawer_SE.png" -dest_files=["res://.godot/imported/cabinetBedDrawer_SE.png-9264551931af2cb5e7718ba3df99a8b3.ctex"] +dest_files=["res://godot/imported/cabinetBedDrawer_SE.png-9264551931af2cb5e7718ba3df99a8b3.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawer_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawer_SW.png.import index 1957d8d..7d1bc34 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawer_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawer_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://qsaftmm3qg7g" -path="res://.godot/imported/cabinetBedDrawer_SW.png-0008a447faebbb26f8dcfda357088592.ctex" +path="res://godot/imported/cabinetBedDrawer_SW.png-0008a447faebbb26f8dcfda357088592.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/cabinetBedDrawer_SW.png" -dest_files=["res://.godot/imported/cabinetBedDrawer_SW.png-0008a447faebbb26f8dcfda357088592.ctex"] +dest_files=["res://godot/imported/cabinetBedDrawer_SW.png-0008a447faebbb26f8dcfda357088592.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBed_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBed_NE.png.import index 2c98e8e..fc1594b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBed_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBed_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bvicar50ok846" -path="res://.godot/imported/cabinetBed_NE.png-268a8de1f7545fbe8f3ecdf118462ee7.ctex" +path="res://godot/imported/cabinetBed_NE.png-268a8de1f7545fbe8f3ecdf118462ee7.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/cabinetBed_NE.png" -dest_files=["res://.godot/imported/cabinetBed_NE.png-268a8de1f7545fbe8f3ecdf118462ee7.ctex"] +dest_files=["res://godot/imported/cabinetBed_NE.png-268a8de1f7545fbe8f3ecdf118462ee7.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBed_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBed_NW.png.import index e696d4e..95cf1af 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBed_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBed_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cjkgue5cvib7f" -path="res://.godot/imported/cabinetBed_NW.png-c332b270dbaece369108ac89257291a9.ctex" +path="res://godot/imported/cabinetBed_NW.png-c332b270dbaece369108ac89257291a9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/cabinetBed_NW.png" -dest_files=["res://.godot/imported/cabinetBed_NW.png-c332b270dbaece369108ac89257291a9.ctex"] +dest_files=["res://godot/imported/cabinetBed_NW.png-c332b270dbaece369108ac89257291a9.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBed_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBed_SE.png.import index 07fd3ce..23b92c3 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBed_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBed_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dkmh2qcrx1mx6" -path="res://.godot/imported/cabinetBed_SE.png-4274c18030a09c41bfe4d79487f6a186.ctex" +path="res://godot/imported/cabinetBed_SE.png-4274c18030a09c41bfe4d79487f6a186.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/cabinetBed_SE.png" -dest_files=["res://.godot/imported/cabinetBed_SE.png-4274c18030a09c41bfe4d79487f6a186.ctex"] +dest_files=["res://godot/imported/cabinetBed_SE.png-4274c18030a09c41bfe4d79487f6a186.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBed_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBed_SW.png.import index a34f4a6..1ac7645 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBed_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetBed_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://beqygo2nqbijx" -path="res://.godot/imported/cabinetBed_SW.png-a26bc56ce74eff57de31321343d5001f.ctex" +path="res://godot/imported/cabinetBed_SW.png-a26bc56ce74eff57de31321343d5001f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/cabinetBed_SW.png" -dest_files=["res://.godot/imported/cabinetBed_SW.png-a26bc56ce74eff57de31321343d5001f.ctex"] +dest_files=["res://godot/imported/cabinetBed_SW.png-a26bc56ce74eff57de31321343d5001f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevisionDoors_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevisionDoors_NE.png.import index efb66aa..dbd7beb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevisionDoors_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevisionDoors_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cwwl6fuecy6i0" -path="res://.godot/imported/cabinetTelevisionDoors_NE.png-6e55cf217f22dc2a412a551f20732077.ctex" +path="res://godot/imported/cabinetTelevisionDoors_NE.png-6e55cf217f22dc2a412a551f20732077.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/cabinetTelevisionDoors_NE.png" -dest_files=["res://.godot/imported/cabinetTelevisionDoors_NE.png-6e55cf217f22dc2a412a551f20732077.ctex"] +dest_files=["res://godot/imported/cabinetTelevisionDoors_NE.png-6e55cf217f22dc2a412a551f20732077.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevisionDoors_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevisionDoors_NW.png.import index d0e83a2..01e9179 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevisionDoors_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevisionDoors_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cribf7bswgd4p" -path="res://.godot/imported/cabinetTelevisionDoors_NW.png-602ac0ebf3fff724f365ef24a2529e73.ctex" +path="res://godot/imported/cabinetTelevisionDoors_NW.png-602ac0ebf3fff724f365ef24a2529e73.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/cabinetTelevisionDoors_NW.png" -dest_files=["res://.godot/imported/cabinetTelevisionDoors_NW.png-602ac0ebf3fff724f365ef24a2529e73.ctex"] +dest_files=["res://godot/imported/cabinetTelevisionDoors_NW.png-602ac0ebf3fff724f365ef24a2529e73.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevisionDoors_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevisionDoors_SE.png.import index f56744e..a0b1ed1 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevisionDoors_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevisionDoors_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cugxwvenp0dju" -path="res://.godot/imported/cabinetTelevisionDoors_SE.png-35fcfae2ad59f9eb326dd9012cbe5ae0.ctex" +path="res://godot/imported/cabinetTelevisionDoors_SE.png-35fcfae2ad59f9eb326dd9012cbe5ae0.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/cabinetTelevisionDoors_SE.png" -dest_files=["res://.godot/imported/cabinetTelevisionDoors_SE.png-35fcfae2ad59f9eb326dd9012cbe5ae0.ctex"] +dest_files=["res://godot/imported/cabinetTelevisionDoors_SE.png-35fcfae2ad59f9eb326dd9012cbe5ae0.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevisionDoors_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevisionDoors_SW.png.import index 15a0b2f..9a58e8b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevisionDoors_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevisionDoors_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dj0b6qydd7wn6" -path="res://.godot/imported/cabinetTelevisionDoors_SW.png-902dda8a23411a6642b6a1fa9b18bb3f.ctex" +path="res://godot/imported/cabinetTelevisionDoors_SW.png-902dda8a23411a6642b6a1fa9b18bb3f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/cabinetTelevisionDoors_SW.png" -dest_files=["res://.godot/imported/cabinetTelevisionDoors_SW.png-902dda8a23411a6642b6a1fa9b18bb3f.ctex"] +dest_files=["res://godot/imported/cabinetTelevisionDoors_SW.png-902dda8a23411a6642b6a1fa9b18bb3f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevision_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevision_NE.png.import index 4487e7d..bd35e11 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevision_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevision_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://citq3t3mlqlte" -path="res://.godot/imported/cabinetTelevision_NE.png-e35041a3ba11524cc15b85f399874d85.ctex" +path="res://godot/imported/cabinetTelevision_NE.png-e35041a3ba11524cc15b85f399874d85.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/cabinetTelevision_NE.png" -dest_files=["res://.godot/imported/cabinetTelevision_NE.png-e35041a3ba11524cc15b85f399874d85.ctex"] +dest_files=["res://godot/imported/cabinetTelevision_NE.png-e35041a3ba11524cc15b85f399874d85.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevision_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevision_NW.png.import index ea8c242..1aef6b0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevision_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevision_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b38rauyr2g0qn" -path="res://.godot/imported/cabinetTelevision_NW.png-fa9886ea3ed65a31cd9beeaf1428e7a0.ctex" +path="res://godot/imported/cabinetTelevision_NW.png-fa9886ea3ed65a31cd9beeaf1428e7a0.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/cabinetTelevision_NW.png" -dest_files=["res://.godot/imported/cabinetTelevision_NW.png-fa9886ea3ed65a31cd9beeaf1428e7a0.ctex"] +dest_files=["res://godot/imported/cabinetTelevision_NW.png-fa9886ea3ed65a31cd9beeaf1428e7a0.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevision_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevision_SE.png.import index f7447c9..a4b3a99 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevision_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevision_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://crbhnjjvyp4u8" -path="res://.godot/imported/cabinetTelevision_SE.png-2ddf87aeb954fe3c56abdafb8194f651.ctex" +path="res://godot/imported/cabinetTelevision_SE.png-2ddf87aeb954fe3c56abdafb8194f651.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/cabinetTelevision_SE.png" -dest_files=["res://.godot/imported/cabinetTelevision_SE.png-2ddf87aeb954fe3c56abdafb8194f651.ctex"] +dest_files=["res://godot/imported/cabinetTelevision_SE.png-2ddf87aeb954fe3c56abdafb8194f651.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevision_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevision_SW.png.import index 72dded7..487fe05 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevision_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cabinetTelevision_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cykkhfimi11ll" -path="res://.godot/imported/cabinetTelevision_SW.png-a16d7939df41fd4a40ad98e975b4481a.ctex" +path="res://godot/imported/cabinetTelevision_SW.png-a16d7939df41fd4a40ad98e975b4481a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/cabinetTelevision_SW.png" -dest_files=["res://.godot/imported/cabinetTelevision_SW.png-a16d7939df41fd4a40ad98e975b4481a.ctex"] +dest_files=["res://godot/imported/cabinetTelevision_SW.png-a16d7939df41fd4a40ad98e975b4481a.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxClosed_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxClosed_NE.png.import index 4183ec8..e6d5550 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxClosed_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxClosed_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b4ja6kkp7be01" -path="res://.godot/imported/cardboardBoxClosed_NE.png-0456997bc4fe7472fae0012fe468e518.ctex" +path="res://godot/imported/cardboardBoxClosed_NE.png-0456997bc4fe7472fae0012fe468e518.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/cardboardBoxClosed_NE.png" -dest_files=["res://.godot/imported/cardboardBoxClosed_NE.png-0456997bc4fe7472fae0012fe468e518.ctex"] +dest_files=["res://godot/imported/cardboardBoxClosed_NE.png-0456997bc4fe7472fae0012fe468e518.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxClosed_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxClosed_NW.png.import index e1cf8a3..6706cb3 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxClosed_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxClosed_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ktg2tc27rqgl" -path="res://.godot/imported/cardboardBoxClosed_NW.png-a7d641796b5d51bb5fb4ff7ef7d9df7f.ctex" +path="res://godot/imported/cardboardBoxClosed_NW.png-a7d641796b5d51bb5fb4ff7ef7d9df7f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/cardboardBoxClosed_NW.png" -dest_files=["res://.godot/imported/cardboardBoxClosed_NW.png-a7d641796b5d51bb5fb4ff7ef7d9df7f.ctex"] +dest_files=["res://godot/imported/cardboardBoxClosed_NW.png-a7d641796b5d51bb5fb4ff7ef7d9df7f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxClosed_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxClosed_SE.png.import index 0c033e2..9ea9bcc 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxClosed_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxClosed_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://db8tp364xeusu" -path="res://.godot/imported/cardboardBoxClosed_SE.png-1a88bdc92291bb6b2fe6b8be8dfc4651.ctex" +path="res://godot/imported/cardboardBoxClosed_SE.png-1a88bdc92291bb6b2fe6b8be8dfc4651.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/cardboardBoxClosed_SE.png" -dest_files=["res://.godot/imported/cardboardBoxClosed_SE.png-1a88bdc92291bb6b2fe6b8be8dfc4651.ctex"] +dest_files=["res://godot/imported/cardboardBoxClosed_SE.png-1a88bdc92291bb6b2fe6b8be8dfc4651.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxClosed_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxClosed_SW.png.import index 4ab4d55..10dd292 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxClosed_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxClosed_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://tvmr03ag66fg" -path="res://.godot/imported/cardboardBoxClosed_SW.png-e136ac5a08e134a9b70b2b252180f4ed.ctex" +path="res://godot/imported/cardboardBoxClosed_SW.png-e136ac5a08e134a9b70b2b252180f4ed.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/cardboardBoxClosed_SW.png" -dest_files=["res://.godot/imported/cardboardBoxClosed_SW.png-e136ac5a08e134a9b70b2b252180f4ed.ctex"] +dest_files=["res://godot/imported/cardboardBoxClosed_SW.png-e136ac5a08e134a9b70b2b252180f4ed.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxOpen_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxOpen_NE.png.import index 2ed554f..467bba0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxOpen_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxOpen_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b5dgw1fqbi6k7" -path="res://.godot/imported/cardboardBoxOpen_NE.png-d84d018eff1e2f552bdb543b312dcc7d.ctex" +path="res://godot/imported/cardboardBoxOpen_NE.png-d84d018eff1e2f552bdb543b312dcc7d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/cardboardBoxOpen_NE.png" -dest_files=["res://.godot/imported/cardboardBoxOpen_NE.png-d84d018eff1e2f552bdb543b312dcc7d.ctex"] +dest_files=["res://godot/imported/cardboardBoxOpen_NE.png-d84d018eff1e2f552bdb543b312dcc7d.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxOpen_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxOpen_NW.png.import index c1cc332..42b7fc2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxOpen_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxOpen_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b3lf6ofl3mhnn" -path="res://.godot/imported/cardboardBoxOpen_NW.png-64e6d87993c94b3ccd7e40adcf62554d.ctex" +path="res://godot/imported/cardboardBoxOpen_NW.png-64e6d87993c94b3ccd7e40adcf62554d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/cardboardBoxOpen_NW.png" -dest_files=["res://.godot/imported/cardboardBoxOpen_NW.png-64e6d87993c94b3ccd7e40adcf62554d.ctex"] +dest_files=["res://godot/imported/cardboardBoxOpen_NW.png-64e6d87993c94b3ccd7e40adcf62554d.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxOpen_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxOpen_SE.png.import index 853f871..a22b6a9 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxOpen_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxOpen_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://codvl06uvrs50" -path="res://.godot/imported/cardboardBoxOpen_SE.png-db4b25b711fb41d31fa1a1b144ad02f0.ctex" +path="res://godot/imported/cardboardBoxOpen_SE.png-db4b25b711fb41d31fa1a1b144ad02f0.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/cardboardBoxOpen_SE.png" -dest_files=["res://.godot/imported/cardboardBoxOpen_SE.png-db4b25b711fb41d31fa1a1b144ad02f0.ctex"] +dest_files=["res://godot/imported/cardboardBoxOpen_SE.png-db4b25b711fb41d31fa1a1b144ad02f0.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxOpen_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxOpen_SW.png.import index f5f5a76..2439d09 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxOpen_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/cardboardBoxOpen_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bih5853t3jo1f" -path="res://.godot/imported/cardboardBoxOpen_SW.png-12e735f68885573a82121b742b404052.ctex" +path="res://godot/imported/cardboardBoxOpen_SW.png-12e735f68885573a82121b742b404052.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/cardboardBoxOpen_SW.png" -dest_files=["res://.godot/imported/cardboardBoxOpen_SW.png-12e735f68885573a82121b742b404052.ctex"] +dest_files=["res://godot/imported/cardboardBoxOpen_SW.png-12e735f68885573a82121b742b404052.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/ceilingFan_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/ceilingFan_NE.png.import index c77d141..d58c9c9 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/ceilingFan_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/ceilingFan_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cynpom7cubufo" -path="res://.godot/imported/ceilingFan_NE.png-7216c0f7e14b60d16a9a94c5ddeea77f.ctex" +path="res://godot/imported/ceilingFan_NE.png-7216c0f7e14b60d16a9a94c5ddeea77f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/ceilingFan_NE.png" -dest_files=["res://.godot/imported/ceilingFan_NE.png-7216c0f7e14b60d16a9a94c5ddeea77f.ctex"] +dest_files=["res://godot/imported/ceilingFan_NE.png-7216c0f7e14b60d16a9a94c5ddeea77f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/ceilingFan_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/ceilingFan_NW.png.import index 3a42dfe..d96adee 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/ceilingFan_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/ceilingFan_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bojda8f8l07jv" -path="res://.godot/imported/ceilingFan_NW.png-d2ab26aaed4ac67842a7689bbae00e6e.ctex" +path="res://godot/imported/ceilingFan_NW.png-d2ab26aaed4ac67842a7689bbae00e6e.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/ceilingFan_NW.png" -dest_files=["res://.godot/imported/ceilingFan_NW.png-d2ab26aaed4ac67842a7689bbae00e6e.ctex"] +dest_files=["res://godot/imported/ceilingFan_NW.png-d2ab26aaed4ac67842a7689bbae00e6e.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/ceilingFan_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/ceilingFan_SE.png.import index 5f574eb..64fd599 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/ceilingFan_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/ceilingFan_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dc33be7kcd46j" -path="res://.godot/imported/ceilingFan_SE.png-5f5d54a89a98fb8c572341cd8f608e14.ctex" +path="res://godot/imported/ceilingFan_SE.png-5f5d54a89a98fb8c572341cd8f608e14.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/ceilingFan_SE.png" -dest_files=["res://.godot/imported/ceilingFan_SE.png-5f5d54a89a98fb8c572341cd8f608e14.ctex"] +dest_files=["res://godot/imported/ceilingFan_SE.png-5f5d54a89a98fb8c572341cd8f608e14.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/ceilingFan_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/ceilingFan_SW.png.import index 5010d32..23f5efa 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/ceilingFan_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/ceilingFan_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dmp2ufrlc3xp7" -path="res://.godot/imported/ceilingFan_SW.png-42d1f16647a0638b1fdb78da9c41237d.ctex" +path="res://godot/imported/ceilingFan_SW.png-42d1f16647a0638b1fdb78da9c41237d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/ceilingFan_SW.png" -dest_files=["res://.godot/imported/ceilingFan_SW.png-42d1f16647a0638b1fdb78da9c41237d.ctex"] +dest_files=["res://godot/imported/ceilingFan_SW.png-42d1f16647a0638b1fdb78da9c41237d.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairCushion_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairCushion_NE.png.import index be57f20..1947c12 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairCushion_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairCushion_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cs4l0i3l2jsv5" -path="res://.godot/imported/chairCushion_NE.png-1a8a9bb1d597794a136604c31a8f5b13.ctex" +path="res://godot/imported/chairCushion_NE.png-1a8a9bb1d597794a136604c31a8f5b13.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/chairCushion_NE.png" -dest_files=["res://.godot/imported/chairCushion_NE.png-1a8a9bb1d597794a136604c31a8f5b13.ctex"] +dest_files=["res://godot/imported/chairCushion_NE.png-1a8a9bb1d597794a136604c31a8f5b13.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairCushion_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairCushion_NW.png.import index 33606da..91c2d5f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairCushion_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairCushion_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cg1kvenj7xalh" -path="res://.godot/imported/chairCushion_NW.png-37425f8f03a3edea9a8c7e58e70beb4d.ctex" +path="res://godot/imported/chairCushion_NW.png-37425f8f03a3edea9a8c7e58e70beb4d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/chairCushion_NW.png" -dest_files=["res://.godot/imported/chairCushion_NW.png-37425f8f03a3edea9a8c7e58e70beb4d.ctex"] +dest_files=["res://godot/imported/chairCushion_NW.png-37425f8f03a3edea9a8c7e58e70beb4d.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairCushion_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairCushion_SE.png.import index 7072b52..94aff6e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairCushion_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairCushion_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ek3oyj3266y7" -path="res://.godot/imported/chairCushion_SE.png-a41db0f492d1964e67765d6123098ff9.ctex" +path="res://godot/imported/chairCushion_SE.png-a41db0f492d1964e67765d6123098ff9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/chairCushion_SE.png" -dest_files=["res://.godot/imported/chairCushion_SE.png-a41db0f492d1964e67765d6123098ff9.ctex"] +dest_files=["res://godot/imported/chairCushion_SE.png-a41db0f492d1964e67765d6123098ff9.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairCushion_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairCushion_SW.png.import index d5ebbe3..44a4317 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairCushion_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairCushion_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://qsxp14nq2yeg" -path="res://.godot/imported/chairCushion_SW.png-e9cf15d8481d1e903153e86e34ec1a14.ctex" +path="res://godot/imported/chairCushion_SW.png-e9cf15d8481d1e903153e86e34ec1a14.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/chairCushion_SW.png" -dest_files=["res://.godot/imported/chairCushion_SW.png-e9cf15d8481d1e903153e86e34ec1a14.ctex"] +dest_files=["res://godot/imported/chairCushion_SW.png-e9cf15d8481d1e903153e86e34ec1a14.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairDesk_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairDesk_NE.png.import index ced8168..89546cc 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairDesk_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairDesk_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://txp73vqu5hyc" -path="res://.godot/imported/chairDesk_NE.png-7d596bffd6b4ec7b90dc04c581ff17e5.ctex" +path="res://godot/imported/chairDesk_NE.png-7d596bffd6b4ec7b90dc04c581ff17e5.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/chairDesk_NE.png" -dest_files=["res://.godot/imported/chairDesk_NE.png-7d596bffd6b4ec7b90dc04c581ff17e5.ctex"] +dest_files=["res://godot/imported/chairDesk_NE.png-7d596bffd6b4ec7b90dc04c581ff17e5.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairDesk_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairDesk_NW.png.import index a526e71..191023d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairDesk_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairDesk_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cly5s0xq3geww" -path="res://.godot/imported/chairDesk_NW.png-172fbd24b1e6137ba236ff50ab5bc05e.ctex" +path="res://godot/imported/chairDesk_NW.png-172fbd24b1e6137ba236ff50ab5bc05e.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/chairDesk_NW.png" -dest_files=["res://.godot/imported/chairDesk_NW.png-172fbd24b1e6137ba236ff50ab5bc05e.ctex"] +dest_files=["res://godot/imported/chairDesk_NW.png-172fbd24b1e6137ba236ff50ab5bc05e.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairDesk_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairDesk_SE.png.import index 9f82138..f53ebd2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairDesk_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairDesk_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dywk8qo133v5g" -path="res://.godot/imported/chairDesk_SE.png-a24cfddf0dd63ac674294c695d5a2565.ctex" +path="res://godot/imported/chairDesk_SE.png-a24cfddf0dd63ac674294c695d5a2565.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/chairDesk_SE.png" -dest_files=["res://.godot/imported/chairDesk_SE.png-a24cfddf0dd63ac674294c695d5a2565.ctex"] +dest_files=["res://godot/imported/chairDesk_SE.png-a24cfddf0dd63ac674294c695d5a2565.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairDesk_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairDesk_SW.png.import index 3ce52cd..0b52c1d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairDesk_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairDesk_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ccrhhe4xchwpx" -path="res://.godot/imported/chairDesk_SW.png-6017b2819c57e3931fd0efb5ab9273c2.ctex" +path="res://godot/imported/chairDesk_SW.png-6017b2819c57e3931fd0efb5ab9273c2.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/chairDesk_SW.png" -dest_files=["res://.godot/imported/chairDesk_SW.png-6017b2819c57e3931fd0efb5ab9273c2.ctex"] +dest_files=["res://godot/imported/chairDesk_SW.png-6017b2819c57e3931fd0efb5ab9273c2.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernCushion_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernCushion_NE.png.import index 186e432..8ad1866 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernCushion_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernCushion_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bufpl7xx35c4i" -path="res://.godot/imported/chairModernCushion_NE.png-f57070dd2d28c4cd5151cf01cff034cf.ctex" +path="res://godot/imported/chairModernCushion_NE.png-f57070dd2d28c4cd5151cf01cff034cf.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/chairModernCushion_NE.png" -dest_files=["res://.godot/imported/chairModernCushion_NE.png-f57070dd2d28c4cd5151cf01cff034cf.ctex"] +dest_files=["res://godot/imported/chairModernCushion_NE.png-f57070dd2d28c4cd5151cf01cff034cf.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernCushion_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernCushion_NW.png.import index 01d04f4..b4f0907 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernCushion_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernCushion_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://qj6r3gjfx60b" -path="res://.godot/imported/chairModernCushion_NW.png-43ed1dec581fd6b78b9190ee5c0c96f5.ctex" +path="res://godot/imported/chairModernCushion_NW.png-43ed1dec581fd6b78b9190ee5c0c96f5.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/chairModernCushion_NW.png" -dest_files=["res://.godot/imported/chairModernCushion_NW.png-43ed1dec581fd6b78b9190ee5c0c96f5.ctex"] +dest_files=["res://godot/imported/chairModernCushion_NW.png-43ed1dec581fd6b78b9190ee5c0c96f5.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernCushion_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernCushion_SE.png.import index 2548f62..29aeca5 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernCushion_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernCushion_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cbhpvoisuiv6l" -path="res://.godot/imported/chairModernCushion_SE.png-540d90b73fced7fa1a3535607b1734a2.ctex" +path="res://godot/imported/chairModernCushion_SE.png-540d90b73fced7fa1a3535607b1734a2.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/chairModernCushion_SE.png" -dest_files=["res://.godot/imported/chairModernCushion_SE.png-540d90b73fced7fa1a3535607b1734a2.ctex"] +dest_files=["res://godot/imported/chairModernCushion_SE.png-540d90b73fced7fa1a3535607b1734a2.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernCushion_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernCushion_SW.png.import index 857555d..16d9f83 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernCushion_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernCushion_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ci7jn1m3fj5mu" -path="res://.godot/imported/chairModernCushion_SW.png-88979296e1f8f90966b7825e899f692d.ctex" +path="res://godot/imported/chairModernCushion_SW.png-88979296e1f8f90966b7825e899f692d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/chairModernCushion_SW.png" -dest_files=["res://.godot/imported/chairModernCushion_SW.png-88979296e1f8f90966b7825e899f692d.ctex"] +dest_files=["res://godot/imported/chairModernCushion_SW.png-88979296e1f8f90966b7825e899f692d.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernFrameCushion_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernFrameCushion_NE.png.import index 8e0eed3..9e31c0f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernFrameCushion_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernFrameCushion_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dbsy28efwocqw" -path="res://.godot/imported/chairModernFrameCushion_NE.png-4abc732d2f922cd753f85f1b3f857aeb.ctex" +path="res://godot/imported/chairModernFrameCushion_NE.png-4abc732d2f922cd753f85f1b3f857aeb.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/chairModernFrameCushion_NE.png" -dest_files=["res://.godot/imported/chairModernFrameCushion_NE.png-4abc732d2f922cd753f85f1b3f857aeb.ctex"] +dest_files=["res://godot/imported/chairModernFrameCushion_NE.png-4abc732d2f922cd753f85f1b3f857aeb.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernFrameCushion_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernFrameCushion_NW.png.import index 4a50dfa..8e98430 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernFrameCushion_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernFrameCushion_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c02xglmjm7inl" -path="res://.godot/imported/chairModernFrameCushion_NW.png-dfc5a6f4b2aeeef1f8ba99e817baa911.ctex" +path="res://godot/imported/chairModernFrameCushion_NW.png-dfc5a6f4b2aeeef1f8ba99e817baa911.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/chairModernFrameCushion_NW.png" -dest_files=["res://.godot/imported/chairModernFrameCushion_NW.png-dfc5a6f4b2aeeef1f8ba99e817baa911.ctex"] +dest_files=["res://godot/imported/chairModernFrameCushion_NW.png-dfc5a6f4b2aeeef1f8ba99e817baa911.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernFrameCushion_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernFrameCushion_SE.png.import index d77faa3..4d404cb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernFrameCushion_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernFrameCushion_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bd4lq36nif2dl" -path="res://.godot/imported/chairModernFrameCushion_SE.png-2823702ebcff15d4e72909e598a911cf.ctex" +path="res://godot/imported/chairModernFrameCushion_SE.png-2823702ebcff15d4e72909e598a911cf.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/chairModernFrameCushion_SE.png" -dest_files=["res://.godot/imported/chairModernFrameCushion_SE.png-2823702ebcff15d4e72909e598a911cf.ctex"] +dest_files=["res://godot/imported/chairModernFrameCushion_SE.png-2823702ebcff15d4e72909e598a911cf.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernFrameCushion_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernFrameCushion_SW.png.import index 579ee00..f8a6c45 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernFrameCushion_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairModernFrameCushion_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cxlomvvav3dnb" -path="res://.godot/imported/chairModernFrameCushion_SW.png-983ba687ba827cee903d3baff2780537.ctex" +path="res://godot/imported/chairModernFrameCushion_SW.png-983ba687ba827cee903d3baff2780537.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/chairModernFrameCushion_SW.png" -dest_files=["res://.godot/imported/chairModernFrameCushion_SW.png-983ba687ba827cee903d3baff2780537.ctex"] +dest_files=["res://godot/imported/chairModernFrameCushion_SW.png-983ba687ba827cee903d3baff2780537.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairRounded_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairRounded_NE.png.import index 1b98291..114245b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairRounded_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairRounded_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b8jbyxbipt4sx" -path="res://.godot/imported/chairRounded_NE.png-989bacbb740a104f21d74e6920d43bc0.ctex" +path="res://godot/imported/chairRounded_NE.png-989bacbb740a104f21d74e6920d43bc0.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/chairRounded_NE.png" -dest_files=["res://.godot/imported/chairRounded_NE.png-989bacbb740a104f21d74e6920d43bc0.ctex"] +dest_files=["res://godot/imported/chairRounded_NE.png-989bacbb740a104f21d74e6920d43bc0.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairRounded_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairRounded_NW.png.import index 212e791..8933587 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairRounded_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairRounded_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://480pgskprhlh" -path="res://.godot/imported/chairRounded_NW.png-243dc2f980698cb5e8fadc5882819a15.ctex" +path="res://godot/imported/chairRounded_NW.png-243dc2f980698cb5e8fadc5882819a15.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/chairRounded_NW.png" -dest_files=["res://.godot/imported/chairRounded_NW.png-243dc2f980698cb5e8fadc5882819a15.ctex"] +dest_files=["res://godot/imported/chairRounded_NW.png-243dc2f980698cb5e8fadc5882819a15.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairRounded_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairRounded_SE.png.import index db3deca..b8835e4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairRounded_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairRounded_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c5mb6gaai6ht5" -path="res://.godot/imported/chairRounded_SE.png-983fdb58b00914154a747729841d5bc4.ctex" +path="res://godot/imported/chairRounded_SE.png-983fdb58b00914154a747729841d5bc4.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/chairRounded_SE.png" -dest_files=["res://.godot/imported/chairRounded_SE.png-983fdb58b00914154a747729841d5bc4.ctex"] +dest_files=["res://godot/imported/chairRounded_SE.png-983fdb58b00914154a747729841d5bc4.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairRounded_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairRounded_SW.png.import index 2f0342c..9c50911 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairRounded_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chairRounded_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dlm8e0jjjqxvn" -path="res://.godot/imported/chairRounded_SW.png-3abde6fa109ca725d517c44f750ae425.ctex" +path="res://godot/imported/chairRounded_SW.png-3abde6fa109ca725d517c44f750ae425.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/chairRounded_SW.png" -dest_files=["res://.godot/imported/chairRounded_SW.png-3abde6fa109ca725d517c44f750ae425.ctex"] +dest_files=["res://godot/imported/chairRounded_SW.png-3abde6fa109ca725d517c44f750ae425.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chair_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chair_NE.png.import index 6d2f569..89b7c5c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chair_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chair_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cofobjlol7xwj" -path="res://.godot/imported/chair_NE.png-766a2284e980797892f9276f84699b22.ctex" +path="res://godot/imported/chair_NE.png-766a2284e980797892f9276f84699b22.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/chair_NE.png" -dest_files=["res://.godot/imported/chair_NE.png-766a2284e980797892f9276f84699b22.ctex"] +dest_files=["res://godot/imported/chair_NE.png-766a2284e980797892f9276f84699b22.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chair_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chair_NW.png.import index 133e93f..a6edb96 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chair_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chair_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bjdaceooigwiy" -path="res://.godot/imported/chair_NW.png-197ba6b1bee65b141bfe10d03d0d512b.ctex" +path="res://godot/imported/chair_NW.png-197ba6b1bee65b141bfe10d03d0d512b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/chair_NW.png" -dest_files=["res://.godot/imported/chair_NW.png-197ba6b1bee65b141bfe10d03d0d512b.ctex"] +dest_files=["res://godot/imported/chair_NW.png-197ba6b1bee65b141bfe10d03d0d512b.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chair_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chair_SE.png.import index a997cd8..697c71f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chair_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chair_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://os6visjac5ts" -path="res://.godot/imported/chair_SE.png-ddd762a7d3a08812e3661f4a28242654.ctex" +path="res://godot/imported/chair_SE.png-ddd762a7d3a08812e3661f4a28242654.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/chair_SE.png" -dest_files=["res://.godot/imported/chair_SE.png-ddd762a7d3a08812e3661f4a28242654.ctex"] +dest_files=["res://godot/imported/chair_SE.png-ddd762a7d3a08812e3661f4a28242654.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chair_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chair_SW.png.import index a1194c3..d085cec 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/chair_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/chair_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bv6rttdp3hwma" -path="res://.godot/imported/chair_SW.png-287d68a09be4366a093cd2c84f734980.ctex" +path="res://godot/imported/chair_SW.png-287d68a09be4366a093cd2c84f734980.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/chair_SW.png" -dest_files=["res://.godot/imported/chair_SW.png-287d68a09be4366a093cd2c84f734980.ctex"] +dest_files=["res://godot/imported/chair_SW.png-287d68a09be4366a093cd2c84f734980.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRackStanding_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRackStanding_NE.png.import index 941f210..7ceb13f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRackStanding_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRackStanding_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cf7j03v1mjqsi" -path="res://.godot/imported/coatRackStanding_NE.png-40575fc947db38d969bcddce09c897c5.ctex" +path="res://godot/imported/coatRackStanding_NE.png-40575fc947db38d969bcddce09c897c5.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/coatRackStanding_NE.png" -dest_files=["res://.godot/imported/coatRackStanding_NE.png-40575fc947db38d969bcddce09c897c5.ctex"] +dest_files=["res://godot/imported/coatRackStanding_NE.png-40575fc947db38d969bcddce09c897c5.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRackStanding_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRackStanding_NW.png.import index da49afb..0df31a9 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRackStanding_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRackStanding_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dfrmfp3wfvqsw" -path="res://.godot/imported/coatRackStanding_NW.png-98ef5e3feb94112edb2ac92886ffe763.ctex" +path="res://godot/imported/coatRackStanding_NW.png-98ef5e3feb94112edb2ac92886ffe763.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/coatRackStanding_NW.png" -dest_files=["res://.godot/imported/coatRackStanding_NW.png-98ef5e3feb94112edb2ac92886ffe763.ctex"] +dest_files=["res://godot/imported/coatRackStanding_NW.png-98ef5e3feb94112edb2ac92886ffe763.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRackStanding_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRackStanding_SE.png.import index 3003671..8713697 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRackStanding_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRackStanding_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bhtweapaxu7oc" -path="res://.godot/imported/coatRackStanding_SE.png-e6f891244899916bffcf9b51bf6e7ea4.ctex" +path="res://godot/imported/coatRackStanding_SE.png-e6f891244899916bffcf9b51bf6e7ea4.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/coatRackStanding_SE.png" -dest_files=["res://.godot/imported/coatRackStanding_SE.png-e6f891244899916bffcf9b51bf6e7ea4.ctex"] +dest_files=["res://godot/imported/coatRackStanding_SE.png-e6f891244899916bffcf9b51bf6e7ea4.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRackStanding_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRackStanding_SW.png.import index 95933ec..c95d638 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRackStanding_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRackStanding_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b2ovqyobffqcy" -path="res://.godot/imported/coatRackStanding_SW.png-29fd393e35642a5cc539051c6af54b08.ctex" +path="res://godot/imported/coatRackStanding_SW.png-29fd393e35642a5cc539051c6af54b08.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/coatRackStanding_SW.png" -dest_files=["res://.godot/imported/coatRackStanding_SW.png-29fd393e35642a5cc539051c6af54b08.ctex"] +dest_files=["res://godot/imported/coatRackStanding_SW.png-29fd393e35642a5cc539051c6af54b08.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRack_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRack_NE.png.import index 544692e..c9361ea 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRack_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRack_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cxynwkaagi8nl" -path="res://.godot/imported/coatRack_NE.png-4f09884588deffcb565126b662324946.ctex" +path="res://godot/imported/coatRack_NE.png-4f09884588deffcb565126b662324946.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/coatRack_NE.png" -dest_files=["res://.godot/imported/coatRack_NE.png-4f09884588deffcb565126b662324946.ctex"] +dest_files=["res://godot/imported/coatRack_NE.png-4f09884588deffcb565126b662324946.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRack_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRack_NW.png.import index d889181..d0adf77 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRack_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRack_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://tp5183rxb8i5" -path="res://.godot/imported/coatRack_NW.png-0645e544620875274daac6b082d7ed64.ctex" +path="res://godot/imported/coatRack_NW.png-0645e544620875274daac6b082d7ed64.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/coatRack_NW.png" -dest_files=["res://.godot/imported/coatRack_NW.png-0645e544620875274daac6b082d7ed64.ctex"] +dest_files=["res://godot/imported/coatRack_NW.png-0645e544620875274daac6b082d7ed64.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRack_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRack_SE.png.import index 981a731..f0d99de 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRack_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRack_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://da8yjrqkl7fwr" -path="res://.godot/imported/coatRack_SE.png-0af99ba08d843283afbef86a9ec2bdfa.ctex" +path="res://godot/imported/coatRack_SE.png-0af99ba08d843283afbef86a9ec2bdfa.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/coatRack_SE.png" -dest_files=["res://.godot/imported/coatRack_SE.png-0af99ba08d843283afbef86a9ec2bdfa.ctex"] +dest_files=["res://godot/imported/coatRack_SE.png-0af99ba08d843283afbef86a9ec2bdfa.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRack_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRack_SW.png.import index d4e7273..d1fc892 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRack_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/coatRack_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bu08b52c32w3h" -path="res://.godot/imported/coatRack_SW.png-562bcd2c5d0694a5e75b1454e78d0bac.ctex" +path="res://godot/imported/coatRack_SW.png-562bcd2c5d0694a5e75b1454e78d0bac.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/coatRack_SW.png" -dest_files=["res://.godot/imported/coatRack_SW.png-562bcd2c5d0694a5e75b1454e78d0bac.ctex"] +dest_files=["res://godot/imported/coatRack_SW.png-562bcd2c5d0694a5e75b1454e78d0bac.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerKeyboard_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerKeyboard_NE.png.import index 6a86406..77deb46 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerKeyboard_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerKeyboard_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://3651o12yc4ue" -path="res://.godot/imported/computerKeyboard_NE.png-ec089a4cc64ef8dc8159d03e330d4465.ctex" +path="res://godot/imported/computerKeyboard_NE.png-ec089a4cc64ef8dc8159d03e330d4465.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/computerKeyboard_NE.png" -dest_files=["res://.godot/imported/computerKeyboard_NE.png-ec089a4cc64ef8dc8159d03e330d4465.ctex"] +dest_files=["res://godot/imported/computerKeyboard_NE.png-ec089a4cc64ef8dc8159d03e330d4465.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerKeyboard_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerKeyboard_NW.png.import index b475d4b..3706a97 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerKeyboard_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerKeyboard_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dv4nu08eku54c" -path="res://.godot/imported/computerKeyboard_NW.png-0f5cb0fe11df39ed0a0178c08190584d.ctex" +path="res://godot/imported/computerKeyboard_NW.png-0f5cb0fe11df39ed0a0178c08190584d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/computerKeyboard_NW.png" -dest_files=["res://.godot/imported/computerKeyboard_NW.png-0f5cb0fe11df39ed0a0178c08190584d.ctex"] +dest_files=["res://godot/imported/computerKeyboard_NW.png-0f5cb0fe11df39ed0a0178c08190584d.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerKeyboard_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerKeyboard_SE.png.import index 6109eb9..9c9ff42 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerKeyboard_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerKeyboard_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://fg3r50j4dyb4" -path="res://.godot/imported/computerKeyboard_SE.png-d569065dfc7e8419aa198cfbbcbf120f.ctex" +path="res://godot/imported/computerKeyboard_SE.png-d569065dfc7e8419aa198cfbbcbf120f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/computerKeyboard_SE.png" -dest_files=["res://.godot/imported/computerKeyboard_SE.png-d569065dfc7e8419aa198cfbbcbf120f.ctex"] +dest_files=["res://godot/imported/computerKeyboard_SE.png-d569065dfc7e8419aa198cfbbcbf120f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerKeyboard_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerKeyboard_SW.png.import index d6a23e5..8e20f5f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerKeyboard_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerKeyboard_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cxx6sqlto6a6m" -path="res://.godot/imported/computerKeyboard_SW.png-e01b80758971290c11eeb06fd9528f11.ctex" +path="res://godot/imported/computerKeyboard_SW.png-e01b80758971290c11eeb06fd9528f11.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/computerKeyboard_SW.png" -dest_files=["res://.godot/imported/computerKeyboard_SW.png-e01b80758971290c11eeb06fd9528f11.ctex"] +dest_files=["res://godot/imported/computerKeyboard_SW.png-e01b80758971290c11eeb06fd9528f11.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerMouse_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerMouse_NE.png.import index 6fbd556..f8c582e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerMouse_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerMouse_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://qgnqwcluuwje" -path="res://.godot/imported/computerMouse_NE.png-aff7d076ce1a680d32d0581020fa4431.ctex" +path="res://godot/imported/computerMouse_NE.png-aff7d076ce1a680d32d0581020fa4431.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/computerMouse_NE.png" -dest_files=["res://.godot/imported/computerMouse_NE.png-aff7d076ce1a680d32d0581020fa4431.ctex"] +dest_files=["res://godot/imported/computerMouse_NE.png-aff7d076ce1a680d32d0581020fa4431.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerMouse_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerMouse_NW.png.import index 75ec8df..f4934f3 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerMouse_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerMouse_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ea2rhpbtmoay" -path="res://.godot/imported/computerMouse_NW.png-bc68fb2ccfb9a39d704f9d7c0ec465f8.ctex" +path="res://godot/imported/computerMouse_NW.png-bc68fb2ccfb9a39d704f9d7c0ec465f8.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/computerMouse_NW.png" -dest_files=["res://.godot/imported/computerMouse_NW.png-bc68fb2ccfb9a39d704f9d7c0ec465f8.ctex"] +dest_files=["res://godot/imported/computerMouse_NW.png-bc68fb2ccfb9a39d704f9d7c0ec465f8.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerMouse_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerMouse_SE.png.import index e88d23f..b7b5262 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerMouse_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerMouse_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ha1wgsr0b6m" -path="res://.godot/imported/computerMouse_SE.png-a860253457249fe7aada9d015d76d1dc.ctex" +path="res://godot/imported/computerMouse_SE.png-a860253457249fe7aada9d015d76d1dc.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/computerMouse_SE.png" -dest_files=["res://.godot/imported/computerMouse_SE.png-a860253457249fe7aada9d015d76d1dc.ctex"] +dest_files=["res://godot/imported/computerMouse_SE.png-a860253457249fe7aada9d015d76d1dc.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerMouse_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerMouse_SW.png.import index 706dbce..4fdcbb9 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerMouse_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerMouse_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cyyullg70gd8q" -path="res://.godot/imported/computerMouse_SW.png-235c0b19fbfd4f079a5e87e730ce16bc.ctex" +path="res://godot/imported/computerMouse_SW.png-235c0b19fbfd4f079a5e87e730ce16bc.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/computerMouse_SW.png" -dest_files=["res://.godot/imported/computerMouse_SW.png-235c0b19fbfd4f079a5e87e730ce16bc.ctex"] +dest_files=["res://godot/imported/computerMouse_SW.png-235c0b19fbfd4f079a5e87e730ce16bc.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerScreen_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerScreen_NE.png.import index f00f68a..139ff38 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerScreen_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerScreen_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cn7ckmht0anfo" -path="res://.godot/imported/computerScreen_NE.png-d1b1ff677407ca553019d3c2a71ac09d.ctex" +path="res://godot/imported/computerScreen_NE.png-d1b1ff677407ca553019d3c2a71ac09d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/computerScreen_NE.png" -dest_files=["res://.godot/imported/computerScreen_NE.png-d1b1ff677407ca553019d3c2a71ac09d.ctex"] +dest_files=["res://godot/imported/computerScreen_NE.png-d1b1ff677407ca553019d3c2a71ac09d.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerScreen_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerScreen_NW.png.import index ddbefbe..237a4ce 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerScreen_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerScreen_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bioo3vthlp1kc" -path="res://.godot/imported/computerScreen_NW.png-2498a7b1e8baff914333e7c49bf241ec.ctex" +path="res://godot/imported/computerScreen_NW.png-2498a7b1e8baff914333e7c49bf241ec.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/computerScreen_NW.png" -dest_files=["res://.godot/imported/computerScreen_NW.png-2498a7b1e8baff914333e7c49bf241ec.ctex"] +dest_files=["res://godot/imported/computerScreen_NW.png-2498a7b1e8baff914333e7c49bf241ec.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerScreen_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerScreen_SE.png.import index ebf2189..ea12f65 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerScreen_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerScreen_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cdyrdwyrwydm8" -path="res://.godot/imported/computerScreen_SE.png-d2a1858479df2adf4c2c818167712699.ctex" +path="res://godot/imported/computerScreen_SE.png-d2a1858479df2adf4c2c818167712699.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/computerScreen_SE.png" -dest_files=["res://.godot/imported/computerScreen_SE.png-d2a1858479df2adf4c2c818167712699.ctex"] +dest_files=["res://godot/imported/computerScreen_SE.png-d2a1858479df2adf4c2c818167712699.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerScreen_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerScreen_SW.png.import index ebf32c0..f3b692c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerScreen_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/computerScreen_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ch0gu8p6grw3h" -path="res://.godot/imported/computerScreen_SW.png-15eebdd4fb83e63f3412591f59313627.ctex" +path="res://godot/imported/computerScreen_SW.png-15eebdd4fb83e63f3412591f59313627.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/computerScreen_SW.png" -dest_files=["res://.godot/imported/computerScreen_SW.png-15eebdd4fb83e63f3412591f59313627.ctex"] +dest_files=["res://godot/imported/computerScreen_SW.png-15eebdd4fb83e63f3412591f59313627.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/deskCorner_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/deskCorner_NE.png.import index 511964a..f2d15ec 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/deskCorner_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/deskCorner_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bfysmmddxp8su" -path="res://.godot/imported/deskCorner_NE.png-25960ad6908532c6d97c7e22bc0287d6.ctex" +path="res://godot/imported/deskCorner_NE.png-25960ad6908532c6d97c7e22bc0287d6.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/deskCorner_NE.png" -dest_files=["res://.godot/imported/deskCorner_NE.png-25960ad6908532c6d97c7e22bc0287d6.ctex"] +dest_files=["res://godot/imported/deskCorner_NE.png-25960ad6908532c6d97c7e22bc0287d6.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/deskCorner_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/deskCorner_NW.png.import index 1ac1d93..64b35e7 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/deskCorner_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/deskCorner_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://by2nkmh00vfot" -path="res://.godot/imported/deskCorner_NW.png-449d7882ef111fd50e63d791bf16365f.ctex" +path="res://godot/imported/deskCorner_NW.png-449d7882ef111fd50e63d791bf16365f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/deskCorner_NW.png" -dest_files=["res://.godot/imported/deskCorner_NW.png-449d7882ef111fd50e63d791bf16365f.ctex"] +dest_files=["res://godot/imported/deskCorner_NW.png-449d7882ef111fd50e63d791bf16365f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/deskCorner_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/deskCorner_SE.png.import index c7c8194..836b7f0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/deskCorner_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/deskCorner_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c08ju5vqbt1o5" -path="res://.godot/imported/deskCorner_SE.png-2d00754e73affb9fa88b4b9cb613a899.ctex" +path="res://godot/imported/deskCorner_SE.png-2d00754e73affb9fa88b4b9cb613a899.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/deskCorner_SE.png" -dest_files=["res://.godot/imported/deskCorner_SE.png-2d00754e73affb9fa88b4b9cb613a899.ctex"] +dest_files=["res://godot/imported/deskCorner_SE.png-2d00754e73affb9fa88b4b9cb613a899.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/deskCorner_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/deskCorner_SW.png.import index 0d7c98e..1218207 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/deskCorner_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/deskCorner_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bj5jg8ogtjsng" -path="res://.godot/imported/deskCorner_SW.png-db8e7a3909f9b27a26848ea36eacd528.ctex" +path="res://godot/imported/deskCorner_SW.png-db8e7a3909f9b27a26848ea36eacd528.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/deskCorner_SW.png" -dest_files=["res://.godot/imported/deskCorner_SW.png-db8e7a3909f9b27a26848ea36eacd528.ctex"] +dest_files=["res://godot/imported/deskCorner_SW.png-db8e7a3909f9b27a26848ea36eacd528.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/desk_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/desk_NE.png.import index ba7ac9c..54397c3 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/desk_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/desk_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bsqw3h35nj04d" -path="res://.godot/imported/desk_NE.png-a73c95c31d82e5643c312b06df1379c5.ctex" +path="res://godot/imported/desk_NE.png-a73c95c31d82e5643c312b06df1379c5.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/desk_NE.png" -dest_files=["res://.godot/imported/desk_NE.png-a73c95c31d82e5643c312b06df1379c5.ctex"] +dest_files=["res://godot/imported/desk_NE.png-a73c95c31d82e5643c312b06df1379c5.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/desk_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/desk_NW.png.import index 6a5f25a..e95c0a1 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/desk_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/desk_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ch0g2bu1yo7q6" -path="res://.godot/imported/desk_NW.png-efc53a6aca3016748d5342dffd13a015.ctex" +path="res://godot/imported/desk_NW.png-efc53a6aca3016748d5342dffd13a015.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/desk_NW.png" -dest_files=["res://.godot/imported/desk_NW.png-efc53a6aca3016748d5342dffd13a015.ctex"] +dest_files=["res://godot/imported/desk_NW.png-efc53a6aca3016748d5342dffd13a015.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/desk_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/desk_SE.png.import index 453e2ba..7df22fb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/desk_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/desk_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://brn482x3hqupy" -path="res://.godot/imported/desk_SE.png-9523b132fb65dc273d4861715270a790.ctex" +path="res://godot/imported/desk_SE.png-9523b132fb65dc273d4861715270a790.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/desk_SE.png" -dest_files=["res://.godot/imported/desk_SE.png-9523b132fb65dc273d4861715270a790.ctex"] +dest_files=["res://godot/imported/desk_SE.png-9523b132fb65dc273d4861715270a790.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/desk_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/desk_SW.png.import index 739ce68..299fc7c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/desk_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/desk_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://d2fe8hkh1lapn" -path="res://.godot/imported/desk_SW.png-c68a4a12abc1a6a94fe6134820299de0.ctex" +path="res://godot/imported/desk_SW.png-c68a4a12abc1a6a94fe6134820299de0.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/desk_SW.png" -dest_files=["res://.godot/imported/desk_SW.png-c68a4a12abc1a6a94fe6134820299de0.ctex"] +dest_files=["res://godot/imported/desk_SW.png-c68a4a12abc1a6a94fe6134820299de0.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayFront_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayFront_NE.png.import index b9d33b2..44bb903 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayFront_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayFront_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://iaxc2mu3disw" -path="res://.godot/imported/doorwayFront_NE.png-091d8dfdf6406ab784875b5090f41344.ctex" +path="res://godot/imported/doorwayFront_NE.png-091d8dfdf6406ab784875b5090f41344.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/doorwayFront_NE.png" -dest_files=["res://.godot/imported/doorwayFront_NE.png-091d8dfdf6406ab784875b5090f41344.ctex"] +dest_files=["res://godot/imported/doorwayFront_NE.png-091d8dfdf6406ab784875b5090f41344.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayFront_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayFront_NW.png.import index 4bec1b5..707b976 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayFront_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayFront_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bovxb763ngcei" -path="res://.godot/imported/doorwayFront_NW.png-f516d9af5e5697f94315bfaf74252b9c.ctex" +path="res://godot/imported/doorwayFront_NW.png-f516d9af5e5697f94315bfaf74252b9c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/doorwayFront_NW.png" -dest_files=["res://.godot/imported/doorwayFront_NW.png-f516d9af5e5697f94315bfaf74252b9c.ctex"] +dest_files=["res://godot/imported/doorwayFront_NW.png-f516d9af5e5697f94315bfaf74252b9c.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayFront_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayFront_SE.png.import index 8923f02..f8529ed 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayFront_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayFront_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c7lntph7qhkeu" -path="res://.godot/imported/doorwayFront_SE.png-3ea27d253d3d21fdd28706cd43d6042c.ctex" +path="res://godot/imported/doorwayFront_SE.png-3ea27d253d3d21fdd28706cd43d6042c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/doorwayFront_SE.png" -dest_files=["res://.godot/imported/doorwayFront_SE.png-3ea27d253d3d21fdd28706cd43d6042c.ctex"] +dest_files=["res://godot/imported/doorwayFront_SE.png-3ea27d253d3d21fdd28706cd43d6042c.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayFront_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayFront_SW.png.import index c96c474..a7cd546 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayFront_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayFront_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c0a26wfx4tb36" -path="res://.godot/imported/doorwayFront_SW.png-a673eb2cf203f44e4c3eaa61164c9fec.ctex" +path="res://godot/imported/doorwayFront_SW.png-a673eb2cf203f44e4c3eaa61164c9fec.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/doorwayFront_SW.png" -dest_files=["res://.godot/imported/doorwayFront_SW.png-a673eb2cf203f44e4c3eaa61164c9fec.ctex"] +dest_files=["res://godot/imported/doorwayFront_SW.png-a673eb2cf203f44e4c3eaa61164c9fec.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayOpen_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayOpen_NE.png.import index 4ec3b37..d12d34b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayOpen_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayOpen_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://djopn2824xdmx" -path="res://.godot/imported/doorwayOpen_NE.png-2945d49fe1ccca5cff262baa616c320f.ctex" +path="res://godot/imported/doorwayOpen_NE.png-2945d49fe1ccca5cff262baa616c320f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/doorwayOpen_NE.png" -dest_files=["res://.godot/imported/doorwayOpen_NE.png-2945d49fe1ccca5cff262baa616c320f.ctex"] +dest_files=["res://godot/imported/doorwayOpen_NE.png-2945d49fe1ccca5cff262baa616c320f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayOpen_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayOpen_NW.png.import index 48918ee..ede8411 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayOpen_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayOpen_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dc2nubi2onhtp" -path="res://.godot/imported/doorwayOpen_NW.png-36b5ea920861737f6078c0f48d06736f.ctex" +path="res://godot/imported/doorwayOpen_NW.png-36b5ea920861737f6078c0f48d06736f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/doorwayOpen_NW.png" -dest_files=["res://.godot/imported/doorwayOpen_NW.png-36b5ea920861737f6078c0f48d06736f.ctex"] +dest_files=["res://godot/imported/doorwayOpen_NW.png-36b5ea920861737f6078c0f48d06736f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayOpen_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayOpen_SE.png.import index 41d0c7f..f8019bb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayOpen_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayOpen_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://luxsof71plxp" -path="res://.godot/imported/doorwayOpen_SE.png-25470676ea5b6240444bb4f17a5a4a49.ctex" +path="res://godot/imported/doorwayOpen_SE.png-25470676ea5b6240444bb4f17a5a4a49.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/doorwayOpen_SE.png" -dest_files=["res://.godot/imported/doorwayOpen_SE.png-25470676ea5b6240444bb4f17a5a4a49.ctex"] +dest_files=["res://godot/imported/doorwayOpen_SE.png-25470676ea5b6240444bb4f17a5a4a49.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayOpen_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayOpen_SW.png.import index 02b8ccd..3b8e6df 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayOpen_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorwayOpen_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cex7kas65ukjf" -path="res://.godot/imported/doorwayOpen_SW.png-94a5cbb00896bfd6006791e915d28c8a.ctex" +path="res://godot/imported/doorwayOpen_SW.png-94a5cbb00896bfd6006791e915d28c8a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/doorwayOpen_SW.png" -dest_files=["res://.godot/imported/doorwayOpen_SW.png-94a5cbb00896bfd6006791e915d28c8a.ctex"] +dest_files=["res://godot/imported/doorwayOpen_SW.png-94a5cbb00896bfd6006791e915d28c8a.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorway_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorway_NE.png.import index a302a4a..c92380b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorway_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorway_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://mk6veuw017u5" -path="res://.godot/imported/doorway_NE.png-3e8cb346cf216be6dd8f6cd2a0489cbf.ctex" +path="res://godot/imported/doorway_NE.png-3e8cb346cf216be6dd8f6cd2a0489cbf.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/doorway_NE.png" -dest_files=["res://.godot/imported/doorway_NE.png-3e8cb346cf216be6dd8f6cd2a0489cbf.ctex"] +dest_files=["res://godot/imported/doorway_NE.png-3e8cb346cf216be6dd8f6cd2a0489cbf.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorway_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorway_NW.png.import index 3cf19a6..669ad0c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorway_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorway_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dytkfocxjp8bt" -path="res://.godot/imported/doorway_NW.png-33613f5c2765af825aaef9c8b2b13021.ctex" +path="res://godot/imported/doorway_NW.png-33613f5c2765af825aaef9c8b2b13021.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/doorway_NW.png" -dest_files=["res://.godot/imported/doorway_NW.png-33613f5c2765af825aaef9c8b2b13021.ctex"] +dest_files=["res://godot/imported/doorway_NW.png-33613f5c2765af825aaef9c8b2b13021.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorway_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorway_SE.png.import index c32008c..a6244a1 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorway_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorway_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c6h6wxx58pm3w" -path="res://.godot/imported/doorway_SE.png-d8a7de32c248b2903d496ca63fe47e00.ctex" +path="res://godot/imported/doorway_SE.png-d8a7de32c248b2903d496ca63fe47e00.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/doorway_SE.png" -dest_files=["res://.godot/imported/doorway_SE.png-d8a7de32c248b2903d496ca63fe47e00.ctex"] +dest_files=["res://godot/imported/doorway_SE.png-d8a7de32c248b2903d496ca63fe47e00.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorway_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorway_SW.png.import index 66df7df..0d1d0db 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorway_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/doorway_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bi7fbbs1jtryl" -path="res://.godot/imported/doorway_SW.png-02ebd522215fe5ced6881f7ae2f48e93.ctex" +path="res://godot/imported/doorway_SW.png-02ebd522215fe5ced6881f7ae2f48e93.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/doorway_SW.png" -dest_files=["res://.godot/imported/doorway_SW.png-02ebd522215fe5ced6881f7ae2f48e93.ctex"] +dest_files=["res://godot/imported/doorway_SW.png-02ebd522215fe5ced6881f7ae2f48e93.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/dryer_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/dryer_NE.png.import index 567c67b..331e54a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/dryer_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/dryer_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://d3w5ikdfp3hhu" -path="res://.godot/imported/dryer_NE.png-06f1ad4b3a573ecb353cb70834c849c7.ctex" +path="res://godot/imported/dryer_NE.png-06f1ad4b3a573ecb353cb70834c849c7.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/dryer_NE.png" -dest_files=["res://.godot/imported/dryer_NE.png-06f1ad4b3a573ecb353cb70834c849c7.ctex"] +dest_files=["res://godot/imported/dryer_NE.png-06f1ad4b3a573ecb353cb70834c849c7.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/dryer_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/dryer_NW.png.import index 9d542f9..241f790 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/dryer_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/dryer_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cl0ewopg02wsa" -path="res://.godot/imported/dryer_NW.png-5134827252320647a3670fed3407559a.ctex" +path="res://godot/imported/dryer_NW.png-5134827252320647a3670fed3407559a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/dryer_NW.png" -dest_files=["res://.godot/imported/dryer_NW.png-5134827252320647a3670fed3407559a.ctex"] +dest_files=["res://godot/imported/dryer_NW.png-5134827252320647a3670fed3407559a.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/dryer_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/dryer_SE.png.import index 61621d9..f72dc38 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/dryer_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/dryer_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://77dptc2b347c" -path="res://.godot/imported/dryer_SE.png-34aeca4cc86cd9559b195c8b13174e71.ctex" +path="res://godot/imported/dryer_SE.png-34aeca4cc86cd9559b195c8b13174e71.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/dryer_SE.png" -dest_files=["res://.godot/imported/dryer_SE.png-34aeca4cc86cd9559b195c8b13174e71.ctex"] +dest_files=["res://godot/imported/dryer_SE.png-34aeca4cc86cd9559b195c8b13174e71.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/dryer_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/dryer_SW.png.import index 1a4aa65..24f1d1c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/dryer_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/dryer_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://hrqrje2wi1a2" -path="res://.godot/imported/dryer_SW.png-742fd6473ee1466ffa1b9c8c05509339.ctex" +path="res://godot/imported/dryer_SW.png-742fd6473ee1466ffa1b9c8c05509339.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/dryer_SW.png" -dest_files=["res://.godot/imported/dryer_SW.png-742fd6473ee1466ffa1b9c8c05509339.ctex"] +dest_files=["res://godot/imported/dryer_SW.png-742fd6473ee1466ffa1b9c8c05509339.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCornerRound_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCornerRound_NE.png.import index c079ec3..b2c14df 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCornerRound_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCornerRound_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ds7i807hempf1" -path="res://.godot/imported/floorCornerRound_NE.png-0c9e45b19a0e4c8d6505ea76f7c61406.ctex" +path="res://godot/imported/floorCornerRound_NE.png-0c9e45b19a0e4c8d6505ea76f7c61406.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/floorCornerRound_NE.png" -dest_files=["res://.godot/imported/floorCornerRound_NE.png-0c9e45b19a0e4c8d6505ea76f7c61406.ctex"] +dest_files=["res://godot/imported/floorCornerRound_NE.png-0c9e45b19a0e4c8d6505ea76f7c61406.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCornerRound_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCornerRound_NW.png.import index 0f5e4c5..6415dd4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCornerRound_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCornerRound_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dcenlnptu3m6t" -path="res://.godot/imported/floorCornerRound_NW.png-dba586d19ee87bb6a6d5e108bdc01431.ctex" +path="res://godot/imported/floorCornerRound_NW.png-dba586d19ee87bb6a6d5e108bdc01431.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/floorCornerRound_NW.png" -dest_files=["res://.godot/imported/floorCornerRound_NW.png-dba586d19ee87bb6a6d5e108bdc01431.ctex"] +dest_files=["res://godot/imported/floorCornerRound_NW.png-dba586d19ee87bb6a6d5e108bdc01431.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCornerRound_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCornerRound_SE.png.import index 3a2fc90..c58d509 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCornerRound_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCornerRound_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c1eahxt62344t" -path="res://.godot/imported/floorCornerRound_SE.png-f0c503852390f7864cb01fc298273137.ctex" +path="res://godot/imported/floorCornerRound_SE.png-f0c503852390f7864cb01fc298273137.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/floorCornerRound_SE.png" -dest_files=["res://.godot/imported/floorCornerRound_SE.png-f0c503852390f7864cb01fc298273137.ctex"] +dest_files=["res://godot/imported/floorCornerRound_SE.png-f0c503852390f7864cb01fc298273137.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCornerRound_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCornerRound_SW.png.import index f9a3585..3961ad2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCornerRound_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCornerRound_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bd11ab2v5gplw" -path="res://.godot/imported/floorCornerRound_SW.png-966559c8387269939360be28b2e65f4b.ctex" +path="res://godot/imported/floorCornerRound_SW.png-966559c8387269939360be28b2e65f4b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/floorCornerRound_SW.png" -dest_files=["res://.godot/imported/floorCornerRound_SW.png-966559c8387269939360be28b2e65f4b.ctex"] +dest_files=["res://godot/imported/floorCornerRound_SW.png-966559c8387269939360be28b2e65f4b.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCorner_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCorner_NE.png.import index 499ceb4..c153340 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCorner_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCorner_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bx75qdk22k5pv" -path="res://.godot/imported/floorCorner_NE.png-79a324da22fddb9775e3096411d7eddb.ctex" +path="res://godot/imported/floorCorner_NE.png-79a324da22fddb9775e3096411d7eddb.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/floorCorner_NE.png" -dest_files=["res://.godot/imported/floorCorner_NE.png-79a324da22fddb9775e3096411d7eddb.ctex"] +dest_files=["res://godot/imported/floorCorner_NE.png-79a324da22fddb9775e3096411d7eddb.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCorner_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCorner_NW.png.import index ff6f510..a0275be 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCorner_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCorner_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dnqt7aj5htua0" -path="res://.godot/imported/floorCorner_NW.png-196032a9b6c2c5401b3d85622d710c9c.ctex" +path="res://godot/imported/floorCorner_NW.png-196032a9b6c2c5401b3d85622d710c9c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/floorCorner_NW.png" -dest_files=["res://.godot/imported/floorCorner_NW.png-196032a9b6c2c5401b3d85622d710c9c.ctex"] +dest_files=["res://godot/imported/floorCorner_NW.png-196032a9b6c2c5401b3d85622d710c9c.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCorner_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCorner_SE.png.import index b4e9ef6..c33bf75 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCorner_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCorner_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://chvaxnx142d4p" -path="res://.godot/imported/floorCorner_SE.png-fd6420df8f4a1f4e2f0ba062f6cb8dc9.ctex" +path="res://godot/imported/floorCorner_SE.png-fd6420df8f4a1f4e2f0ba062f6cb8dc9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/floorCorner_SE.png" -dest_files=["res://.godot/imported/floorCorner_SE.png-fd6420df8f4a1f4e2f0ba062f6cb8dc9.ctex"] +dest_files=["res://godot/imported/floorCorner_SE.png-fd6420df8f4a1f4e2f0ba062f6cb8dc9.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCorner_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCorner_SW.png.import index de65d96..c487e9b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCorner_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorCorner_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bql4ml5812lp5" -path="res://.godot/imported/floorCorner_SW.png-1c5e86fa6d1e9bef0ae8a84d60d4a702.ctex" +path="res://godot/imported/floorCorner_SW.png-1c5e86fa6d1e9bef0ae8a84d60d4a702.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/floorCorner_SW.png" -dest_files=["res://.godot/imported/floorCorner_SW.png-1c5e86fa6d1e9bef0ae8a84d60d4a702.ctex"] +dest_files=["res://godot/imported/floorCorner_SW.png-1c5e86fa6d1e9bef0ae8a84d60d4a702.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorFull_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorFull_NE.png.import index be2dc1c..5cca4de 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorFull_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorFull_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dvvimridf8w00" -path="res://.godot/imported/floorFull_NE.png-f783fabf1b7200e3c2292d3daf6defb0.ctex" +path="res://godot/imported/floorFull_NE.png-f783fabf1b7200e3c2292d3daf6defb0.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/floorFull_NE.png" -dest_files=["res://.godot/imported/floorFull_NE.png-f783fabf1b7200e3c2292d3daf6defb0.ctex"] +dest_files=["res://godot/imported/floorFull_NE.png-f783fabf1b7200e3c2292d3daf6defb0.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorFull_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorFull_NW.png.import index 302649b..cce4657 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorFull_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorFull_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://crfe3isklt11m" -path="res://.godot/imported/floorFull_NW.png-fe2e7cc32087303cdb245375155fcb32.ctex" +path="res://godot/imported/floorFull_NW.png-fe2e7cc32087303cdb245375155fcb32.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/floorFull_NW.png" -dest_files=["res://.godot/imported/floorFull_NW.png-fe2e7cc32087303cdb245375155fcb32.ctex"] +dest_files=["res://godot/imported/floorFull_NW.png-fe2e7cc32087303cdb245375155fcb32.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorFull_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorFull_SE.png.import index efe81f1..d24c887 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorFull_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorFull_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ypqievhqn7vh" -path="res://.godot/imported/floorFull_SE.png-36a87c6d6b7a3dd10d661217ce7244d4.ctex" +path="res://godot/imported/floorFull_SE.png-36a87c6d6b7a3dd10d661217ce7244d4.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/floorFull_SE.png" -dest_files=["res://.godot/imported/floorFull_SE.png-36a87c6d6b7a3dd10d661217ce7244d4.ctex"] +dest_files=["res://godot/imported/floorFull_SE.png-36a87c6d6b7a3dd10d661217ce7244d4.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorFull_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorFull_SW.png.import index 905beef..6a14138 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorFull_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorFull_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cmjyym7ob4nel" -path="res://.godot/imported/floorFull_SW.png-4be9115f79edcfed390c6f4ab6f34b72.ctex" +path="res://godot/imported/floorFull_SW.png-4be9115f79edcfed390c6f4ab6f34b72.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/floorFull_SW.png" -dest_files=["res://.godot/imported/floorFull_SW.png-4be9115f79edcfed390c6f4ab6f34b72.ctex"] +dest_files=["res://godot/imported/floorFull_SW.png-4be9115f79edcfed390c6f4ab6f34b72.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorHalf_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorHalf_NE.png.import index 75b4df5..854e6ed 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorHalf_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorHalf_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://co7ixxypj17cy" -path="res://.godot/imported/floorHalf_NE.png-a26a9ee70dd71e69c265bb8c7e14961f.ctex" +path="res://godot/imported/floorHalf_NE.png-a26a9ee70dd71e69c265bb8c7e14961f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/floorHalf_NE.png" -dest_files=["res://.godot/imported/floorHalf_NE.png-a26a9ee70dd71e69c265bb8c7e14961f.ctex"] +dest_files=["res://godot/imported/floorHalf_NE.png-a26a9ee70dd71e69c265bb8c7e14961f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorHalf_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorHalf_NW.png.import index 0766a68..aa0b404 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorHalf_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorHalf_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://d0g80mooeeuu7" -path="res://.godot/imported/floorHalf_NW.png-74e0b34f417ba94d46f992117d1e01e8.ctex" +path="res://godot/imported/floorHalf_NW.png-74e0b34f417ba94d46f992117d1e01e8.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/floorHalf_NW.png" -dest_files=["res://.godot/imported/floorHalf_NW.png-74e0b34f417ba94d46f992117d1e01e8.ctex"] +dest_files=["res://godot/imported/floorHalf_NW.png-74e0b34f417ba94d46f992117d1e01e8.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorHalf_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorHalf_SE.png.import index 0afe6a3..bcd5cbd 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorHalf_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorHalf_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://5eyccv2jqfpg" -path="res://.godot/imported/floorHalf_SE.png-7af6f26c2cf6e8ef1d13609ed83e0311.ctex" +path="res://godot/imported/floorHalf_SE.png-7af6f26c2cf6e8ef1d13609ed83e0311.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/floorHalf_SE.png" -dest_files=["res://.godot/imported/floorHalf_SE.png-7af6f26c2cf6e8ef1d13609ed83e0311.ctex"] +dest_files=["res://godot/imported/floorHalf_SE.png-7af6f26c2cf6e8ef1d13609ed83e0311.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorHalf_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorHalf_SW.png.import index ebe7bdd..8322d67 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorHalf_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/floorHalf_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://crk83eebtjsc7" -path="res://.godot/imported/floorHalf_SW.png-2cc753719d80225f515ad9f093f0c5c6.ctex" +path="res://godot/imported/floorHalf_SW.png-2cc753719d80225f515ad9f093f0c5c6.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/floorHalf_SW.png" -dest_files=["res://.godot/imported/floorHalf_SW.png-2cc753719d80225f515ad9f093f0c5c6.ctex"] +dest_files=["res://godot/imported/floorHalf_SW.png-2cc753719d80225f515ad9f093f0c5c6.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodLarge_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodLarge_NE.png.import index 1200947..45e8e0a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodLarge_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodLarge_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dsa0q05dr0c4u" -path="res://.godot/imported/hoodLarge_NE.png-8fd0e9b94c4b85a21169534c7c488020.ctex" +path="res://godot/imported/hoodLarge_NE.png-8fd0e9b94c4b85a21169534c7c488020.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/hoodLarge_NE.png" -dest_files=["res://.godot/imported/hoodLarge_NE.png-8fd0e9b94c4b85a21169534c7c488020.ctex"] +dest_files=["res://godot/imported/hoodLarge_NE.png-8fd0e9b94c4b85a21169534c7c488020.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodLarge_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodLarge_NW.png.import index 0ef7a0c..bef646b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodLarge_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodLarge_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://fp6ktf54jt32" -path="res://.godot/imported/hoodLarge_NW.png-7667e71993d3b905206b61815581990f.ctex" +path="res://godot/imported/hoodLarge_NW.png-7667e71993d3b905206b61815581990f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/hoodLarge_NW.png" -dest_files=["res://.godot/imported/hoodLarge_NW.png-7667e71993d3b905206b61815581990f.ctex"] +dest_files=["res://godot/imported/hoodLarge_NW.png-7667e71993d3b905206b61815581990f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodLarge_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodLarge_SE.png.import index 5e088ae..09a5787 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodLarge_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodLarge_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dnqiv1vommtj2" -path="res://.godot/imported/hoodLarge_SE.png-37c2b678c632af3bc8a51b485ecafba7.ctex" +path="res://godot/imported/hoodLarge_SE.png-37c2b678c632af3bc8a51b485ecafba7.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/hoodLarge_SE.png" -dest_files=["res://.godot/imported/hoodLarge_SE.png-37c2b678c632af3bc8a51b485ecafba7.ctex"] +dest_files=["res://godot/imported/hoodLarge_SE.png-37c2b678c632af3bc8a51b485ecafba7.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodLarge_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodLarge_SW.png.import index 6af3f5f..1cbc3d0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodLarge_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodLarge_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ffmtm4b35v4c" -path="res://.godot/imported/hoodLarge_SW.png-6a05d9d5be9fba60c729fedcb70bbb78.ctex" +path="res://godot/imported/hoodLarge_SW.png-6a05d9d5be9fba60c729fedcb70bbb78.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/hoodLarge_SW.png" -dest_files=["res://.godot/imported/hoodLarge_SW.png-6a05d9d5be9fba60c729fedcb70bbb78.ctex"] +dest_files=["res://godot/imported/hoodLarge_SW.png-6a05d9d5be9fba60c729fedcb70bbb78.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodModern_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodModern_NE.png.import index 2d3f064..7101965 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodModern_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodModern_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b60okoicd33ra" -path="res://.godot/imported/hoodModern_NE.png-49118f91720b33481bda8e0a2ca54bad.ctex" +path="res://godot/imported/hoodModern_NE.png-49118f91720b33481bda8e0a2ca54bad.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/hoodModern_NE.png" -dest_files=["res://.godot/imported/hoodModern_NE.png-49118f91720b33481bda8e0a2ca54bad.ctex"] +dest_files=["res://godot/imported/hoodModern_NE.png-49118f91720b33481bda8e0a2ca54bad.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodModern_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodModern_NW.png.import index 862db01..0781977 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodModern_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodModern_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cuaddp58pfd1o" -path="res://.godot/imported/hoodModern_NW.png-3b75c1be28d3ae0f350dce88e134c945.ctex" +path="res://godot/imported/hoodModern_NW.png-3b75c1be28d3ae0f350dce88e134c945.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/hoodModern_NW.png" -dest_files=["res://.godot/imported/hoodModern_NW.png-3b75c1be28d3ae0f350dce88e134c945.ctex"] +dest_files=["res://godot/imported/hoodModern_NW.png-3b75c1be28d3ae0f350dce88e134c945.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodModern_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodModern_SE.png.import index 7e8b5f4..ccfb6c6 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodModern_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodModern_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c0eh51rxnxjkr" -path="res://.godot/imported/hoodModern_SE.png-03dd15de30d33173c347a8f1d84e2078.ctex" +path="res://godot/imported/hoodModern_SE.png-03dd15de30d33173c347a8f1d84e2078.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/hoodModern_SE.png" -dest_files=["res://.godot/imported/hoodModern_SE.png-03dd15de30d33173c347a8f1d84e2078.ctex"] +dest_files=["res://godot/imported/hoodModern_SE.png-03dd15de30d33173c347a8f1d84e2078.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodModern_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodModern_SW.png.import index e96431c..1a46e20 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodModern_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/hoodModern_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bkrmlkfseh6qk" -path="res://.godot/imported/hoodModern_SW.png-44f211e0150ba9c36dfcb6e4dfc0c12c.ctex" +path="res://godot/imported/hoodModern_SW.png-44f211e0150ba9c36dfcb6e4dfc0c12c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/hoodModern_SW.png" -dest_files=["res://.godot/imported/hoodModern_SW.png-44f211e0150ba9c36dfcb6e4dfc0c12c.ctex"] +dest_files=["res://godot/imported/hoodModern_SW.png-44f211e0150ba9c36dfcb6e4dfc0c12c.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBarEnd_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBarEnd_NE.png.import index d6af629..358f7ae 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBarEnd_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBarEnd_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c85njsl6e2j21" -path="res://.godot/imported/kitchenBarEnd_NE.png-6ebf9a099fb62e4e58507b75aa4212b8.ctex" +path="res://godot/imported/kitchenBarEnd_NE.png-6ebf9a099fb62e4e58507b75aa4212b8.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenBarEnd_NE.png" -dest_files=["res://.godot/imported/kitchenBarEnd_NE.png-6ebf9a099fb62e4e58507b75aa4212b8.ctex"] +dest_files=["res://godot/imported/kitchenBarEnd_NE.png-6ebf9a099fb62e4e58507b75aa4212b8.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBarEnd_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBarEnd_NW.png.import index 7267957..dcd3028 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBarEnd_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBarEnd_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cc2par8ur5xww" -path="res://.godot/imported/kitchenBarEnd_NW.png-2b85766a8ec9ed750cc6ecec6249759b.ctex" +path="res://godot/imported/kitchenBarEnd_NW.png-2b85766a8ec9ed750cc6ecec6249759b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenBarEnd_NW.png" -dest_files=["res://.godot/imported/kitchenBarEnd_NW.png-2b85766a8ec9ed750cc6ecec6249759b.ctex"] +dest_files=["res://godot/imported/kitchenBarEnd_NW.png-2b85766a8ec9ed750cc6ecec6249759b.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBarEnd_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBarEnd_SE.png.import index 6adced0..aead574 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBarEnd_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBarEnd_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://741b1t6kwctc" -path="res://.godot/imported/kitchenBarEnd_SE.png-e541f28cc9147aff5b0ca91a57d04629.ctex" +path="res://godot/imported/kitchenBarEnd_SE.png-e541f28cc9147aff5b0ca91a57d04629.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenBarEnd_SE.png" -dest_files=["res://.godot/imported/kitchenBarEnd_SE.png-e541f28cc9147aff5b0ca91a57d04629.ctex"] +dest_files=["res://godot/imported/kitchenBarEnd_SE.png-e541f28cc9147aff5b0ca91a57d04629.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBarEnd_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBarEnd_SW.png.import index 5d708b9..5acca95 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBarEnd_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBarEnd_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bi4ek15xvoh2q" -path="res://.godot/imported/kitchenBarEnd_SW.png-54c2edc0c19573839add338c0dc03339.ctex" +path="res://godot/imported/kitchenBarEnd_SW.png-54c2edc0c19573839add338c0dc03339.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenBarEnd_SW.png" -dest_files=["res://.godot/imported/kitchenBarEnd_SW.png-54c2edc0c19573839add338c0dc03339.ctex"] +dest_files=["res://godot/imported/kitchenBarEnd_SW.png-54c2edc0c19573839add338c0dc03339.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBar_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBar_NE.png.import index 0d83fd9..7c341e4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBar_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBar_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ci5s57o5t138n" -path="res://.godot/imported/kitchenBar_NE.png-3a8b9a55e4caa8c18f97bde5ee10bacf.ctex" +path="res://godot/imported/kitchenBar_NE.png-3a8b9a55e4caa8c18f97bde5ee10bacf.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenBar_NE.png" -dest_files=["res://.godot/imported/kitchenBar_NE.png-3a8b9a55e4caa8c18f97bde5ee10bacf.ctex"] +dest_files=["res://godot/imported/kitchenBar_NE.png-3a8b9a55e4caa8c18f97bde5ee10bacf.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBar_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBar_NW.png.import index c43b8df..0ecb25f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBar_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBar_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cmc0ldegfocl5" -path="res://.godot/imported/kitchenBar_NW.png-ddb751d4b4636902c7880c91de1ba7cb.ctex" +path="res://godot/imported/kitchenBar_NW.png-ddb751d4b4636902c7880c91de1ba7cb.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenBar_NW.png" -dest_files=["res://.godot/imported/kitchenBar_NW.png-ddb751d4b4636902c7880c91de1ba7cb.ctex"] +dest_files=["res://godot/imported/kitchenBar_NW.png-ddb751d4b4636902c7880c91de1ba7cb.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBar_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBar_SE.png.import index 6cd1070..d51f056 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBar_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBar_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dqpggmvxfh4bq" -path="res://.godot/imported/kitchenBar_SE.png-b14b44af4bea0185191f4cfc97d0faf1.ctex" +path="res://godot/imported/kitchenBar_SE.png-b14b44af4bea0185191f4cfc97d0faf1.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenBar_SE.png" -dest_files=["res://.godot/imported/kitchenBar_SE.png-b14b44af4bea0185191f4cfc97d0faf1.ctex"] +dest_files=["res://godot/imported/kitchenBar_SE.png-b14b44af4bea0185191f4cfc97d0faf1.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBar_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBar_SW.png.import index 6295236..bf87046 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBar_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBar_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cy6tcvxjcu143" -path="res://.godot/imported/kitchenBar_SW.png-be179781b7c00c7c850adad100fe75f8.ctex" +path="res://godot/imported/kitchenBar_SW.png-be179781b7c00c7c850adad100fe75f8.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenBar_SW.png" -dest_files=["res://.godot/imported/kitchenBar_SW.png-be179781b7c00c7c850adad100fe75f8.ctex"] +dest_files=["res://godot/imported/kitchenBar_SW.png-be179781b7c00c7c850adad100fe75f8.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBlender_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBlender_NE.png.import index c3f2f1a..931a32a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBlender_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBlender_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://isqqx4jkcjts" -path="res://.godot/imported/kitchenBlender_NE.png-131925bedc97db92439f95809c666891.ctex" +path="res://godot/imported/kitchenBlender_NE.png-131925bedc97db92439f95809c666891.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenBlender_NE.png" -dest_files=["res://.godot/imported/kitchenBlender_NE.png-131925bedc97db92439f95809c666891.ctex"] +dest_files=["res://godot/imported/kitchenBlender_NE.png-131925bedc97db92439f95809c666891.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBlender_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBlender_NW.png.import index 62b2f7e..e03ed1e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBlender_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBlender_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cjdtwobktqchr" -path="res://.godot/imported/kitchenBlender_NW.png-f52e1d2f219b6d034a2dea8388f2176d.ctex" +path="res://godot/imported/kitchenBlender_NW.png-f52e1d2f219b6d034a2dea8388f2176d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenBlender_NW.png" -dest_files=["res://.godot/imported/kitchenBlender_NW.png-f52e1d2f219b6d034a2dea8388f2176d.ctex"] +dest_files=["res://godot/imported/kitchenBlender_NW.png-f52e1d2f219b6d034a2dea8388f2176d.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBlender_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBlender_SE.png.import index 126fc02..6501372 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBlender_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBlender_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://rvj2x0gj6oob" -path="res://.godot/imported/kitchenBlender_SE.png-2d7b95ed5ce299f29e3dfe49d23f7761.ctex" +path="res://godot/imported/kitchenBlender_SE.png-2d7b95ed5ce299f29e3dfe49d23f7761.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenBlender_SE.png" -dest_files=["res://.godot/imported/kitchenBlender_SE.png-2d7b95ed5ce299f29e3dfe49d23f7761.ctex"] +dest_files=["res://godot/imported/kitchenBlender_SE.png-2d7b95ed5ce299f29e3dfe49d23f7761.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBlender_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBlender_SW.png.import index 4c44ccd..80f8bd6 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBlender_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenBlender_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cpcxopr0wncn8" -path="res://.godot/imported/kitchenBlender_SW.png-d6bf854b4ca6bed819915fe72d2822c0.ctex" +path="res://godot/imported/kitchenBlender_SW.png-d6bf854b4ca6bed819915fe72d2822c0.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenBlender_SW.png" -dest_files=["res://.godot/imported/kitchenBlender_SW.png-d6bf854b4ca6bed819915fe72d2822c0.ctex"] +dest_files=["res://godot/imported/kitchenBlender_SW.png-d6bf854b4ca6bed819915fe72d2822c0.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerInner_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerInner_NE.png.import index 385c9ba..c5d8cee 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerInner_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerInner_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://2gloiw6chkd0" -path="res://.godot/imported/kitchenCabinetCornerInner_NE.png-72a6a15ec76a97cc55e4fc0a23fd2457.ctex" +path="res://godot/imported/kitchenCabinetCornerInner_NE.png-72a6a15ec76a97cc55e4fc0a23fd2457.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerInner_NE.png" -dest_files=["res://.godot/imported/kitchenCabinetCornerInner_NE.png-72a6a15ec76a97cc55e4fc0a23fd2457.ctex"] +dest_files=["res://godot/imported/kitchenCabinetCornerInner_NE.png-72a6a15ec76a97cc55e4fc0a23fd2457.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerInner_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerInner_NW.png.import index ef9e27a..57c42ae 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerInner_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerInner_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://oin7pn4i3lx5" -path="res://.godot/imported/kitchenCabinetCornerInner_NW.png-7c3667a21d44a54f1e6e94167918f29d.ctex" +path="res://godot/imported/kitchenCabinetCornerInner_NW.png-7c3667a21d44a54f1e6e94167918f29d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerInner_NW.png" -dest_files=["res://.godot/imported/kitchenCabinetCornerInner_NW.png-7c3667a21d44a54f1e6e94167918f29d.ctex"] +dest_files=["res://godot/imported/kitchenCabinetCornerInner_NW.png-7c3667a21d44a54f1e6e94167918f29d.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerInner_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerInner_SE.png.import index 8e7226c..159a8b8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerInner_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerInner_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://n7uk5k8lenfj" -path="res://.godot/imported/kitchenCabinetCornerInner_SE.png-3a3a019c0872cf335e29d8e5b5be9b13.ctex" +path="res://godot/imported/kitchenCabinetCornerInner_SE.png-3a3a019c0872cf335e29d8e5b5be9b13.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerInner_SE.png" -dest_files=["res://.godot/imported/kitchenCabinetCornerInner_SE.png-3a3a019c0872cf335e29d8e5b5be9b13.ctex"] +dest_files=["res://godot/imported/kitchenCabinetCornerInner_SE.png-3a3a019c0872cf335e29d8e5b5be9b13.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerInner_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerInner_SW.png.import index 99807a8..f5a58f3 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerInner_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerInner_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dwqlbnphpqmo" -path="res://.godot/imported/kitchenCabinetCornerInner_SW.png-7e3a8831311b935074c3f982d89e859d.ctex" +path="res://godot/imported/kitchenCabinetCornerInner_SW.png-7e3a8831311b935074c3f982d89e859d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerInner_SW.png" -dest_files=["res://.godot/imported/kitchenCabinetCornerInner_SW.png-7e3a8831311b935074c3f982d89e859d.ctex"] +dest_files=["res://godot/imported/kitchenCabinetCornerInner_SW.png-7e3a8831311b935074c3f982d89e859d.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerRound_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerRound_NE.png.import index babb8ad..ad017d7 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerRound_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerRound_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bs2molowmlrr6" -path="res://.godot/imported/kitchenCabinetCornerRound_NE.png-1b495d67d4e42af581eb91d7e449f17f.ctex" +path="res://godot/imported/kitchenCabinetCornerRound_NE.png-1b495d67d4e42af581eb91d7e449f17f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerRound_NE.png" -dest_files=["res://.godot/imported/kitchenCabinetCornerRound_NE.png-1b495d67d4e42af581eb91d7e449f17f.ctex"] +dest_files=["res://godot/imported/kitchenCabinetCornerRound_NE.png-1b495d67d4e42af581eb91d7e449f17f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerRound_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerRound_NW.png.import index ce440f7..94dc8b9 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerRound_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerRound_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://barm31tf05c5w" -path="res://.godot/imported/kitchenCabinetCornerRound_NW.png-3772f5a996098fd33565d72b06aaed62.ctex" +path="res://godot/imported/kitchenCabinetCornerRound_NW.png-3772f5a996098fd33565d72b06aaed62.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerRound_NW.png" -dest_files=["res://.godot/imported/kitchenCabinetCornerRound_NW.png-3772f5a996098fd33565d72b06aaed62.ctex"] +dest_files=["res://godot/imported/kitchenCabinetCornerRound_NW.png-3772f5a996098fd33565d72b06aaed62.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerRound_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerRound_SE.png.import index 14b2280..3d6e963 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerRound_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerRound_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://csi73yj4d5e2o" -path="res://.godot/imported/kitchenCabinetCornerRound_SE.png-66cd40694564fdee8a42aa618994bbd7.ctex" +path="res://godot/imported/kitchenCabinetCornerRound_SE.png-66cd40694564fdee8a42aa618994bbd7.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerRound_SE.png" -dest_files=["res://.godot/imported/kitchenCabinetCornerRound_SE.png-66cd40694564fdee8a42aa618994bbd7.ctex"] +dest_files=["res://godot/imported/kitchenCabinetCornerRound_SE.png-66cd40694564fdee8a42aa618994bbd7.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerRound_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerRound_SW.png.import index f5a398f..c6563c8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerRound_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerRound_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://d4lb6b0yatwtb" -path="res://.godot/imported/kitchenCabinetCornerRound_SW.png-a237d7617d2a39856467e056c3d6d14f.ctex" +path="res://godot/imported/kitchenCabinetCornerRound_SW.png-a237d7617d2a39856467e056c3d6d14f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetCornerRound_SW.png" -dest_files=["res://.godot/imported/kitchenCabinetCornerRound_SW.png-a237d7617d2a39856467e056c3d6d14f.ctex"] +dest_files=["res://godot/imported/kitchenCabinetCornerRound_SW.png-a237d7617d2a39856467e056c3d6d14f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetDrawer_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetDrawer_NE.png.import index 6f7d36b..aa0f40a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetDrawer_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetDrawer_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://kl813bn0sbb6" -path="res://.godot/imported/kitchenCabinetDrawer_NE.png-9e3bcce2638a5bd4b90e2d88b70d6df0.ctex" +path="res://godot/imported/kitchenCabinetDrawer_NE.png-9e3bcce2638a5bd4b90e2d88b70d6df0.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetDrawer_NE.png" -dest_files=["res://.godot/imported/kitchenCabinetDrawer_NE.png-9e3bcce2638a5bd4b90e2d88b70d6df0.ctex"] +dest_files=["res://godot/imported/kitchenCabinetDrawer_NE.png-9e3bcce2638a5bd4b90e2d88b70d6df0.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetDrawer_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetDrawer_NW.png.import index 5d8eb1e..553e828 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetDrawer_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetDrawer_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dtc1ftdbeawnw" -path="res://.godot/imported/kitchenCabinetDrawer_NW.png-c255105b696da9a5699774b66b4eefa1.ctex" +path="res://godot/imported/kitchenCabinetDrawer_NW.png-c255105b696da9a5699774b66b4eefa1.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetDrawer_NW.png" -dest_files=["res://.godot/imported/kitchenCabinetDrawer_NW.png-c255105b696da9a5699774b66b4eefa1.ctex"] +dest_files=["res://godot/imported/kitchenCabinetDrawer_NW.png-c255105b696da9a5699774b66b4eefa1.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetDrawer_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetDrawer_SE.png.import index 635a4d4..6b687d6 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetDrawer_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetDrawer_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b3ccfrtneyrsg" -path="res://.godot/imported/kitchenCabinetDrawer_SE.png-1819665624eb0ebe3dac306d8b8006ff.ctex" +path="res://godot/imported/kitchenCabinetDrawer_SE.png-1819665624eb0ebe3dac306d8b8006ff.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetDrawer_SE.png" -dest_files=["res://.godot/imported/kitchenCabinetDrawer_SE.png-1819665624eb0ebe3dac306d8b8006ff.ctex"] +dest_files=["res://godot/imported/kitchenCabinetDrawer_SE.png-1819665624eb0ebe3dac306d8b8006ff.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetDrawer_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetDrawer_SW.png.import index 22ca5be..84894ab 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetDrawer_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetDrawer_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://btceue6bnaawt" -path="res://.godot/imported/kitchenCabinetDrawer_SW.png-b7ebea496f1c1191adc1e2f0e0990ed4.ctex" +path="res://godot/imported/kitchenCabinetDrawer_SW.png-b7ebea496f1c1191adc1e2f0e0990ed4.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetDrawer_SW.png" -dest_files=["res://.godot/imported/kitchenCabinetDrawer_SW.png-b7ebea496f1c1191adc1e2f0e0990ed4.ctex"] +dest_files=["res://godot/imported/kitchenCabinetDrawer_SW.png-b7ebea496f1c1191adc1e2f0e0990ed4.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperCorner_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperCorner_NE.png.import index 43db0fb..9318e02 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperCorner_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperCorner_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://2hlgjv60yueh" -path="res://.godot/imported/kitchenCabinetUpperCorner_NE.png-b5e4532a605ebc31e1e32acb9429d210.ctex" +path="res://godot/imported/kitchenCabinetUpperCorner_NE.png-b5e4532a605ebc31e1e32acb9429d210.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperCorner_NE.png" -dest_files=["res://.godot/imported/kitchenCabinetUpperCorner_NE.png-b5e4532a605ebc31e1e32acb9429d210.ctex"] +dest_files=["res://godot/imported/kitchenCabinetUpperCorner_NE.png-b5e4532a605ebc31e1e32acb9429d210.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperCorner_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperCorner_NW.png.import index 36a0230..991bd73 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperCorner_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperCorner_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://difnav2k2j3ee" -path="res://.godot/imported/kitchenCabinetUpperCorner_NW.png-81b38615ac9783b5549c91b7354ac355.ctex" +path="res://godot/imported/kitchenCabinetUpperCorner_NW.png-81b38615ac9783b5549c91b7354ac355.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperCorner_NW.png" -dest_files=["res://.godot/imported/kitchenCabinetUpperCorner_NW.png-81b38615ac9783b5549c91b7354ac355.ctex"] +dest_files=["res://godot/imported/kitchenCabinetUpperCorner_NW.png-81b38615ac9783b5549c91b7354ac355.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperCorner_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperCorner_SE.png.import index 56f80d1..cf21c18 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperCorner_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperCorner_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cj3e6u85spiso" -path="res://.godot/imported/kitchenCabinetUpperCorner_SE.png-02dab07566685e5156ae834d3ab4d129.ctex" +path="res://godot/imported/kitchenCabinetUpperCorner_SE.png-02dab07566685e5156ae834d3ab4d129.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperCorner_SE.png" -dest_files=["res://.godot/imported/kitchenCabinetUpperCorner_SE.png-02dab07566685e5156ae834d3ab4d129.ctex"] +dest_files=["res://godot/imported/kitchenCabinetUpperCorner_SE.png-02dab07566685e5156ae834d3ab4d129.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperCorner_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperCorner_SW.png.import index 84c2043..9731b7b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperCorner_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperCorner_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cmkkkaya8xip2" -path="res://.godot/imported/kitchenCabinetUpperCorner_SW.png-e71a23a9c7e673b7184076a02b496ccd.ctex" +path="res://godot/imported/kitchenCabinetUpperCorner_SW.png-e71a23a9c7e673b7184076a02b496ccd.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperCorner_SW.png" -dest_files=["res://.godot/imported/kitchenCabinetUpperCorner_SW.png-e71a23a9c7e673b7184076a02b496ccd.ctex"] +dest_files=["res://godot/imported/kitchenCabinetUpperCorner_SW.png-e71a23a9c7e673b7184076a02b496ccd.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperDouble_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperDouble_NE.png.import index 670dc51..f19a9e1 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperDouble_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperDouble_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b6yckb4rh0sq0" -path="res://.godot/imported/kitchenCabinetUpperDouble_NE.png-20cc609b55866c6c276596318ccfb322.ctex" +path="res://godot/imported/kitchenCabinetUpperDouble_NE.png-20cc609b55866c6c276596318ccfb322.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperDouble_NE.png" -dest_files=["res://.godot/imported/kitchenCabinetUpperDouble_NE.png-20cc609b55866c6c276596318ccfb322.ctex"] +dest_files=["res://godot/imported/kitchenCabinetUpperDouble_NE.png-20cc609b55866c6c276596318ccfb322.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperDouble_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperDouble_NW.png.import index 4ee4002..277a794 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperDouble_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperDouble_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cqcxbtynhqhjm" -path="res://.godot/imported/kitchenCabinetUpperDouble_NW.png-51ea0d0a89b8577b7511e786b694537e.ctex" +path="res://godot/imported/kitchenCabinetUpperDouble_NW.png-51ea0d0a89b8577b7511e786b694537e.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperDouble_NW.png" -dest_files=["res://.godot/imported/kitchenCabinetUpperDouble_NW.png-51ea0d0a89b8577b7511e786b694537e.ctex"] +dest_files=["res://godot/imported/kitchenCabinetUpperDouble_NW.png-51ea0d0a89b8577b7511e786b694537e.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperDouble_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperDouble_SE.png.import index dbc8367..fb35ed6 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperDouble_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperDouble_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b0mjjnokfogx2" -path="res://.godot/imported/kitchenCabinetUpperDouble_SE.png-298ba8977f70fc1d2c766b9b12e75584.ctex" +path="res://godot/imported/kitchenCabinetUpperDouble_SE.png-298ba8977f70fc1d2c766b9b12e75584.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperDouble_SE.png" -dest_files=["res://.godot/imported/kitchenCabinetUpperDouble_SE.png-298ba8977f70fc1d2c766b9b12e75584.ctex"] +dest_files=["res://godot/imported/kitchenCabinetUpperDouble_SE.png-298ba8977f70fc1d2c766b9b12e75584.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperDouble_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperDouble_SW.png.import index 5e7d28f..3f3192b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperDouble_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperDouble_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://s1lync3rbfw2" -path="res://.godot/imported/kitchenCabinetUpperDouble_SW.png-48ab0bb9a13421bd3edd1a3f338e2139.ctex" +path="res://godot/imported/kitchenCabinetUpperDouble_SW.png-48ab0bb9a13421bd3edd1a3f338e2139.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperDouble_SW.png" -dest_files=["res://.godot/imported/kitchenCabinetUpperDouble_SW.png-48ab0bb9a13421bd3edd1a3f338e2139.ctex"] +dest_files=["res://godot/imported/kitchenCabinetUpperDouble_SW.png-48ab0bb9a13421bd3edd1a3f338e2139.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperLow_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperLow_NE.png.import index 7037584..72d5146 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperLow_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperLow_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dfyloe2jwtd73" -path="res://.godot/imported/kitchenCabinetUpperLow_NE.png-9b50054b1dd5c55fc956283b8b2300db.ctex" +path="res://godot/imported/kitchenCabinetUpperLow_NE.png-9b50054b1dd5c55fc956283b8b2300db.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperLow_NE.png" -dest_files=["res://.godot/imported/kitchenCabinetUpperLow_NE.png-9b50054b1dd5c55fc956283b8b2300db.ctex"] +dest_files=["res://godot/imported/kitchenCabinetUpperLow_NE.png-9b50054b1dd5c55fc956283b8b2300db.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperLow_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperLow_NW.png.import index fff3b0f..6c47be3 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperLow_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperLow_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bg3aa5gguv224" -path="res://.godot/imported/kitchenCabinetUpperLow_NW.png-10a284a7d9d05076a6407076bc69b3af.ctex" +path="res://godot/imported/kitchenCabinetUpperLow_NW.png-10a284a7d9d05076a6407076bc69b3af.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperLow_NW.png" -dest_files=["res://.godot/imported/kitchenCabinetUpperLow_NW.png-10a284a7d9d05076a6407076bc69b3af.ctex"] +dest_files=["res://godot/imported/kitchenCabinetUpperLow_NW.png-10a284a7d9d05076a6407076bc69b3af.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperLow_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperLow_SE.png.import index 1a9d6b0..8313a9e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperLow_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperLow_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bw4d76gnlptub" -path="res://.godot/imported/kitchenCabinetUpperLow_SE.png-d05582adc6118ab8f77fd7c7a7c7eaba.ctex" +path="res://godot/imported/kitchenCabinetUpperLow_SE.png-d05582adc6118ab8f77fd7c7a7c7eaba.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperLow_SE.png" -dest_files=["res://.godot/imported/kitchenCabinetUpperLow_SE.png-d05582adc6118ab8f77fd7c7a7c7eaba.ctex"] +dest_files=["res://godot/imported/kitchenCabinetUpperLow_SE.png-d05582adc6118ab8f77fd7c7a7c7eaba.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperLow_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperLow_SW.png.import index da47271..fb8a3b8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperLow_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperLow_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b206ie7lf012f" -path="res://.godot/imported/kitchenCabinetUpperLow_SW.png-fad3737bf15ecd0db7f9f2ac59745b10.ctex" +path="res://godot/imported/kitchenCabinetUpperLow_SW.png-fad3737bf15ecd0db7f9f2ac59745b10.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpperLow_SW.png" -dest_files=["res://.godot/imported/kitchenCabinetUpperLow_SW.png-fad3737bf15ecd0db7f9f2ac59745b10.ctex"] +dest_files=["res://godot/imported/kitchenCabinetUpperLow_SW.png-fad3737bf15ecd0db7f9f2ac59745b10.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpper_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpper_NE.png.import index 5fb5580..698f4cb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpper_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpper_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dky7jhs7s35ha" -path="res://.godot/imported/kitchenCabinetUpper_NE.png-ecf575cebb96fea18bf9247a992a9a6d.ctex" +path="res://godot/imported/kitchenCabinetUpper_NE.png-ecf575cebb96fea18bf9247a992a9a6d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpper_NE.png" -dest_files=["res://.godot/imported/kitchenCabinetUpper_NE.png-ecf575cebb96fea18bf9247a992a9a6d.ctex"] +dest_files=["res://godot/imported/kitchenCabinetUpper_NE.png-ecf575cebb96fea18bf9247a992a9a6d.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpper_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpper_NW.png.import index 633de2e..e57a98a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpper_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpper_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cmv3fe7docwev" -path="res://.godot/imported/kitchenCabinetUpper_NW.png-f3af95da02d47838fb06ece95eae0498.ctex" +path="res://godot/imported/kitchenCabinetUpper_NW.png-f3af95da02d47838fb06ece95eae0498.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpper_NW.png" -dest_files=["res://.godot/imported/kitchenCabinetUpper_NW.png-f3af95da02d47838fb06ece95eae0498.ctex"] +dest_files=["res://godot/imported/kitchenCabinetUpper_NW.png-f3af95da02d47838fb06ece95eae0498.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpper_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpper_SE.png.import index 07bce47..879eff0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpper_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpper_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://w6ftt3ruvlos" -path="res://.godot/imported/kitchenCabinetUpper_SE.png-9827f3bc9a75901afed1228e1ba8e14a.ctex" +path="res://godot/imported/kitchenCabinetUpper_SE.png-9827f3bc9a75901afed1228e1ba8e14a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpper_SE.png" -dest_files=["res://.godot/imported/kitchenCabinetUpper_SE.png-9827f3bc9a75901afed1228e1ba8e14a.ctex"] +dest_files=["res://godot/imported/kitchenCabinetUpper_SE.png-9827f3bc9a75901afed1228e1ba8e14a.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpper_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpper_SW.png.import index c28fa43..17e731b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpper_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpper_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://g6otq6rxy1tl" -path="res://.godot/imported/kitchenCabinetUpper_SW.png-b83e0ccb8f8cb58329edba90de4e023a.ctex" +path="res://godot/imported/kitchenCabinetUpper_SW.png-b83e0ccb8f8cb58329edba90de4e023a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinetUpper_SW.png" -dest_files=["res://.godot/imported/kitchenCabinetUpper_SW.png-b83e0ccb8f8cb58329edba90de4e023a.ctex"] +dest_files=["res://godot/imported/kitchenCabinetUpper_SW.png-b83e0ccb8f8cb58329edba90de4e023a.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinet_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinet_NE.png.import index 23228c2..b66ff38 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinet_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinet_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bs5v58qlh08nc" -path="res://.godot/imported/kitchenCabinet_NE.png-e7d9ea03560eb55820ba497cfb7b585f.ctex" +path="res://godot/imported/kitchenCabinet_NE.png-e7d9ea03560eb55820ba497cfb7b585f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinet_NE.png" -dest_files=["res://.godot/imported/kitchenCabinet_NE.png-e7d9ea03560eb55820ba497cfb7b585f.ctex"] +dest_files=["res://godot/imported/kitchenCabinet_NE.png-e7d9ea03560eb55820ba497cfb7b585f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinet_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinet_NW.png.import index 34984d4..5e5e6e0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinet_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinet_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://d3o07hamo5ggc" -path="res://.godot/imported/kitchenCabinet_NW.png-8e9df875a3b9ef4f34ac5a59fb86f433.ctex" +path="res://godot/imported/kitchenCabinet_NW.png-8e9df875a3b9ef4f34ac5a59fb86f433.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinet_NW.png" -dest_files=["res://.godot/imported/kitchenCabinet_NW.png-8e9df875a3b9ef4f34ac5a59fb86f433.ctex"] +dest_files=["res://godot/imported/kitchenCabinet_NW.png-8e9df875a3b9ef4f34ac5a59fb86f433.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinet_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinet_SE.png.import index a6446ba..979699f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinet_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinet_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://eo2ar4cjjlyp" -path="res://.godot/imported/kitchenCabinet_SE.png-ab8827864421045d2ac6733598787437.ctex" +path="res://godot/imported/kitchenCabinet_SE.png-ab8827864421045d2ac6733598787437.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinet_SE.png" -dest_files=["res://.godot/imported/kitchenCabinet_SE.png-ab8827864421045d2ac6733598787437.ctex"] +dest_files=["res://godot/imported/kitchenCabinet_SE.png-ab8827864421045d2ac6733598787437.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinet_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinet_SW.png.import index 7698066..e900429 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinet_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCabinet_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ccd8kifw35btx" -path="res://.godot/imported/kitchenCabinet_SW.png-8522cd2dae88654f346a19677af3272a.ctex" +path="res://godot/imported/kitchenCabinet_SW.png-8522cd2dae88654f346a19677af3272a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCabinet_SW.png" -dest_files=["res://.godot/imported/kitchenCabinet_SW.png-8522cd2dae88654f346a19677af3272a.ctex"] +dest_files=["res://godot/imported/kitchenCabinet_SW.png-8522cd2dae88654f346a19677af3272a.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCoffeeMachine_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCoffeeMachine_NE.png.import index cd39d50..299bff9 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCoffeeMachine_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCoffeeMachine_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://tvhnxxuwdupt" -path="res://.godot/imported/kitchenCoffeeMachine_NE.png-a176a3d83f3fd6bccdffdb0a78f21e0e.ctex" +path="res://godot/imported/kitchenCoffeeMachine_NE.png-a176a3d83f3fd6bccdffdb0a78f21e0e.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCoffeeMachine_NE.png" -dest_files=["res://.godot/imported/kitchenCoffeeMachine_NE.png-a176a3d83f3fd6bccdffdb0a78f21e0e.ctex"] +dest_files=["res://godot/imported/kitchenCoffeeMachine_NE.png-a176a3d83f3fd6bccdffdb0a78f21e0e.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCoffeeMachine_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCoffeeMachine_NW.png.import index 234bd96..c39ba1a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCoffeeMachine_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCoffeeMachine_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c5u4iljqqp83k" -path="res://.godot/imported/kitchenCoffeeMachine_NW.png-18041bd0ccc5031610b1d54e379becbb.ctex" +path="res://godot/imported/kitchenCoffeeMachine_NW.png-18041bd0ccc5031610b1d54e379becbb.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCoffeeMachine_NW.png" -dest_files=["res://.godot/imported/kitchenCoffeeMachine_NW.png-18041bd0ccc5031610b1d54e379becbb.ctex"] +dest_files=["res://godot/imported/kitchenCoffeeMachine_NW.png-18041bd0ccc5031610b1d54e379becbb.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCoffeeMachine_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCoffeeMachine_SE.png.import index b5daac0..46a195b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCoffeeMachine_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCoffeeMachine_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://jc6ubd2lyhmu" -path="res://.godot/imported/kitchenCoffeeMachine_SE.png-07a5a93332f9077db487c5b5018fe53f.ctex" +path="res://godot/imported/kitchenCoffeeMachine_SE.png-07a5a93332f9077db487c5b5018fe53f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCoffeeMachine_SE.png" -dest_files=["res://.godot/imported/kitchenCoffeeMachine_SE.png-07a5a93332f9077db487c5b5018fe53f.ctex"] +dest_files=["res://godot/imported/kitchenCoffeeMachine_SE.png-07a5a93332f9077db487c5b5018fe53f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCoffeeMachine_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCoffeeMachine_SW.png.import index 5258d24..9d33c23 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCoffeeMachine_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenCoffeeMachine_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://d2wly1d2bybdo" -path="res://.godot/imported/kitchenCoffeeMachine_SW.png-9b0e57834b31718fe9b8b8a462443917.ctex" +path="res://godot/imported/kitchenCoffeeMachine_SW.png-9b0e57834b31718fe9b8b8a462443917.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenCoffeeMachine_SW.png" -dest_files=["res://.godot/imported/kitchenCoffeeMachine_SW.png-9b0e57834b31718fe9b8b8a462443917.ctex"] +dest_files=["res://godot/imported/kitchenCoffeeMachine_SW.png-9b0e57834b31718fe9b8b8a462443917.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeBuiltIn_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeBuiltIn_NE.png.import index f0ed22c..717bebf 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeBuiltIn_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeBuiltIn_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dpuaqort1a3jc" -path="res://.godot/imported/kitchenFridgeBuiltIn_NE.png-72737b16198f469e80e8da5925a1214f.ctex" +path="res://godot/imported/kitchenFridgeBuiltIn_NE.png-72737b16198f469e80e8da5925a1214f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeBuiltIn_NE.png" -dest_files=["res://.godot/imported/kitchenFridgeBuiltIn_NE.png-72737b16198f469e80e8da5925a1214f.ctex"] +dest_files=["res://godot/imported/kitchenFridgeBuiltIn_NE.png-72737b16198f469e80e8da5925a1214f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeBuiltIn_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeBuiltIn_NW.png.import index 26c22ae..4e0572e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeBuiltIn_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeBuiltIn_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bo50shjpls3hb" -path="res://.godot/imported/kitchenFridgeBuiltIn_NW.png-ff46424b7b9defa9d31a680f5b8c89ba.ctex" +path="res://godot/imported/kitchenFridgeBuiltIn_NW.png-ff46424b7b9defa9d31a680f5b8c89ba.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeBuiltIn_NW.png" -dest_files=["res://.godot/imported/kitchenFridgeBuiltIn_NW.png-ff46424b7b9defa9d31a680f5b8c89ba.ctex"] +dest_files=["res://godot/imported/kitchenFridgeBuiltIn_NW.png-ff46424b7b9defa9d31a680f5b8c89ba.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeBuiltIn_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeBuiltIn_SE.png.import index 47c267d..dcc1e8e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeBuiltIn_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeBuiltIn_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c0e08aq3e0lvi" -path="res://.godot/imported/kitchenFridgeBuiltIn_SE.png-9a5cfe53508b5b88930704c27d907a7c.ctex" +path="res://godot/imported/kitchenFridgeBuiltIn_SE.png-9a5cfe53508b5b88930704c27d907a7c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeBuiltIn_SE.png" -dest_files=["res://.godot/imported/kitchenFridgeBuiltIn_SE.png-9a5cfe53508b5b88930704c27d907a7c.ctex"] +dest_files=["res://godot/imported/kitchenFridgeBuiltIn_SE.png-9a5cfe53508b5b88930704c27d907a7c.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeBuiltIn_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeBuiltIn_SW.png.import index 2ed7e95..3ee213b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeBuiltIn_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeBuiltIn_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c3sisilm0qblu" -path="res://.godot/imported/kitchenFridgeBuiltIn_SW.png-35cea27fa8dac473b9e614dbc6b5683a.ctex" +path="res://godot/imported/kitchenFridgeBuiltIn_SW.png-35cea27fa8dac473b9e614dbc6b5683a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeBuiltIn_SW.png" -dest_files=["res://.godot/imported/kitchenFridgeBuiltIn_SW.png-35cea27fa8dac473b9e614dbc6b5683a.ctex"] +dest_files=["res://godot/imported/kitchenFridgeBuiltIn_SW.png-35cea27fa8dac473b9e614dbc6b5683a.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeLarge_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeLarge_NE.png.import index 6a78676..c107a69 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeLarge_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeLarge_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cqmaq2qa62hwn" -path="res://.godot/imported/kitchenFridgeLarge_NE.png-2ffcdfe1da9e39af0a8c3040534c16f0.ctex" +path="res://godot/imported/kitchenFridgeLarge_NE.png-2ffcdfe1da9e39af0a8c3040534c16f0.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeLarge_NE.png" -dest_files=["res://.godot/imported/kitchenFridgeLarge_NE.png-2ffcdfe1da9e39af0a8c3040534c16f0.ctex"] +dest_files=["res://godot/imported/kitchenFridgeLarge_NE.png-2ffcdfe1da9e39af0a8c3040534c16f0.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeLarge_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeLarge_NW.png.import index b72eea7..1b56b1c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeLarge_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeLarge_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b6tuw8u6m8mug" -path="res://.godot/imported/kitchenFridgeLarge_NW.png-6a54591849821979987f8f43da0573d6.ctex" +path="res://godot/imported/kitchenFridgeLarge_NW.png-6a54591849821979987f8f43da0573d6.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeLarge_NW.png" -dest_files=["res://.godot/imported/kitchenFridgeLarge_NW.png-6a54591849821979987f8f43da0573d6.ctex"] +dest_files=["res://godot/imported/kitchenFridgeLarge_NW.png-6a54591849821979987f8f43da0573d6.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeLarge_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeLarge_SE.png.import index 05a1e6a..ac2b69c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeLarge_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeLarge_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c3vaf461hem2q" -path="res://.godot/imported/kitchenFridgeLarge_SE.png-03bfd749fbb50f1514e8d0576ce7924e.ctex" +path="res://godot/imported/kitchenFridgeLarge_SE.png-03bfd749fbb50f1514e8d0576ce7924e.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeLarge_SE.png" -dest_files=["res://.godot/imported/kitchenFridgeLarge_SE.png-03bfd749fbb50f1514e8d0576ce7924e.ctex"] +dest_files=["res://godot/imported/kitchenFridgeLarge_SE.png-03bfd749fbb50f1514e8d0576ce7924e.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeLarge_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeLarge_SW.png.import index 0b9e669..3fc83ed 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeLarge_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeLarge_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://pe43m36xdeyu" -path="res://.godot/imported/kitchenFridgeLarge_SW.png-f6dec4fdfc1f1c9c6fea4da3e08f855a.ctex" +path="res://godot/imported/kitchenFridgeLarge_SW.png-f6dec4fdfc1f1c9c6fea4da3e08f855a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeLarge_SW.png" -dest_files=["res://.godot/imported/kitchenFridgeLarge_SW.png-f6dec4fdfc1f1c9c6fea4da3e08f855a.ctex"] +dest_files=["res://godot/imported/kitchenFridgeLarge_SW.png-f6dec4fdfc1f1c9c6fea4da3e08f855a.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeSmall_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeSmall_NE.png.import index 74e7fce..3616b80 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeSmall_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeSmall_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ckmdk1bdf07im" -path="res://.godot/imported/kitchenFridgeSmall_NE.png-35082b6140c7f21995aa14e1cbe54908.ctex" +path="res://godot/imported/kitchenFridgeSmall_NE.png-35082b6140c7f21995aa14e1cbe54908.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeSmall_NE.png" -dest_files=["res://.godot/imported/kitchenFridgeSmall_NE.png-35082b6140c7f21995aa14e1cbe54908.ctex"] +dest_files=["res://godot/imported/kitchenFridgeSmall_NE.png-35082b6140c7f21995aa14e1cbe54908.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeSmall_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeSmall_NW.png.import index a2f8016..6c5870a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeSmall_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeSmall_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dhymrc80mmi85" -path="res://.godot/imported/kitchenFridgeSmall_NW.png-48452b15cb25b1480db0dd9ae83f22a8.ctex" +path="res://godot/imported/kitchenFridgeSmall_NW.png-48452b15cb25b1480db0dd9ae83f22a8.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeSmall_NW.png" -dest_files=["res://.godot/imported/kitchenFridgeSmall_NW.png-48452b15cb25b1480db0dd9ae83f22a8.ctex"] +dest_files=["res://godot/imported/kitchenFridgeSmall_NW.png-48452b15cb25b1480db0dd9ae83f22a8.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeSmall_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeSmall_SE.png.import index 4764917..e21a19a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeSmall_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeSmall_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bri2nt7cuxx2a" -path="res://.godot/imported/kitchenFridgeSmall_SE.png-4a565a6959fc54dfb4d166b0a658ba34.ctex" +path="res://godot/imported/kitchenFridgeSmall_SE.png-4a565a6959fc54dfb4d166b0a658ba34.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeSmall_SE.png" -dest_files=["res://.godot/imported/kitchenFridgeSmall_SE.png-4a565a6959fc54dfb4d166b0a658ba34.ctex"] +dest_files=["res://godot/imported/kitchenFridgeSmall_SE.png-4a565a6959fc54dfb4d166b0a658ba34.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeSmall_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeSmall_SW.png.import index 576f7ee..6794184 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeSmall_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeSmall_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b35tq6kye4sxw" -path="res://.godot/imported/kitchenFridgeSmall_SW.png-5a8a2e519215b26c33b884cc536fef29.ctex" +path="res://godot/imported/kitchenFridgeSmall_SW.png-5a8a2e519215b26c33b884cc536fef29.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenFridgeSmall_SW.png" -dest_files=["res://.godot/imported/kitchenFridgeSmall_SW.png-5a8a2e519215b26c33b884cc536fef29.ctex"] +dest_files=["res://godot/imported/kitchenFridgeSmall_SW.png-5a8a2e519215b26c33b884cc536fef29.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridge_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridge_NE.png.import index 8e23383..2a6d005 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridge_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridge_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dqt2srqjfj2xu" -path="res://.godot/imported/kitchenFridge_NE.png-4dc70e215ecc41af1444fa06c15f078b.ctex" +path="res://godot/imported/kitchenFridge_NE.png-4dc70e215ecc41af1444fa06c15f078b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenFridge_NE.png" -dest_files=["res://.godot/imported/kitchenFridge_NE.png-4dc70e215ecc41af1444fa06c15f078b.ctex"] +dest_files=["res://godot/imported/kitchenFridge_NE.png-4dc70e215ecc41af1444fa06c15f078b.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridge_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridge_NW.png.import index 6c2b344..4badc51 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridge_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridge_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://5e7dsokypnmt" -path="res://.godot/imported/kitchenFridge_NW.png-dfb13f35feaa362fca900eaad4c8b13b.ctex" +path="res://godot/imported/kitchenFridge_NW.png-dfb13f35feaa362fca900eaad4c8b13b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenFridge_NW.png" -dest_files=["res://.godot/imported/kitchenFridge_NW.png-dfb13f35feaa362fca900eaad4c8b13b.ctex"] +dest_files=["res://godot/imported/kitchenFridge_NW.png-dfb13f35feaa362fca900eaad4c8b13b.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridge_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridge_SE.png.import index 32005a6..099f235 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridge_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridge_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://chx4wpwt56s0r" -path="res://.godot/imported/kitchenFridge_SE.png-4eba772e1d4f2050f94bd2cc2372bb56.ctex" +path="res://godot/imported/kitchenFridge_SE.png-4eba772e1d4f2050f94bd2cc2372bb56.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenFridge_SE.png" -dest_files=["res://.godot/imported/kitchenFridge_SE.png-4eba772e1d4f2050f94bd2cc2372bb56.ctex"] +dest_files=["res://godot/imported/kitchenFridge_SE.png-4eba772e1d4f2050f94bd2cc2372bb56.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridge_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridge_SW.png.import index 7f467a7..5b73a3e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridge_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenFridge_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cbn6khqb6252q" -path="res://.godot/imported/kitchenFridge_SW.png-b0da4f3a10da3e96769ddc1bcbe97be4.ctex" +path="res://godot/imported/kitchenFridge_SW.png-b0da4f3a10da3e96769ddc1bcbe97be4.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenFridge_SW.png" -dest_files=["res://.godot/imported/kitchenFridge_SW.png-b0da4f3a10da3e96769ddc1bcbe97be4.ctex"] +dest_files=["res://godot/imported/kitchenFridge_SW.png-b0da4f3a10da3e96769ddc1bcbe97be4.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenMicrowave_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenMicrowave_NE.png.import index e1d0129..bd58921 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenMicrowave_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenMicrowave_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b68cn1jrx0oy0" -path="res://.godot/imported/kitchenMicrowave_NE.png-2dee58b62dadefff8036d40675d17da6.ctex" +path="res://godot/imported/kitchenMicrowave_NE.png-2dee58b62dadefff8036d40675d17da6.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenMicrowave_NE.png" -dest_files=["res://.godot/imported/kitchenMicrowave_NE.png-2dee58b62dadefff8036d40675d17da6.ctex"] +dest_files=["res://godot/imported/kitchenMicrowave_NE.png-2dee58b62dadefff8036d40675d17da6.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenMicrowave_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenMicrowave_NW.png.import index 1f6e4c5..8362ce2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenMicrowave_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenMicrowave_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://4pmfgo1ebpw8" -path="res://.godot/imported/kitchenMicrowave_NW.png-335e08a6d062fa15bfa7cad5461a3490.ctex" +path="res://godot/imported/kitchenMicrowave_NW.png-335e08a6d062fa15bfa7cad5461a3490.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenMicrowave_NW.png" -dest_files=["res://.godot/imported/kitchenMicrowave_NW.png-335e08a6d062fa15bfa7cad5461a3490.ctex"] +dest_files=["res://godot/imported/kitchenMicrowave_NW.png-335e08a6d062fa15bfa7cad5461a3490.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenMicrowave_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenMicrowave_SE.png.import index 8c9e23a..be0636e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenMicrowave_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenMicrowave_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dewpsjlwoe1ys" -path="res://.godot/imported/kitchenMicrowave_SE.png-9e8205851a5622573be438706736c4f4.ctex" +path="res://godot/imported/kitchenMicrowave_SE.png-9e8205851a5622573be438706736c4f4.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenMicrowave_SE.png" -dest_files=["res://.godot/imported/kitchenMicrowave_SE.png-9e8205851a5622573be438706736c4f4.ctex"] +dest_files=["res://godot/imported/kitchenMicrowave_SE.png-9e8205851a5622573be438706736c4f4.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenMicrowave_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenMicrowave_SW.png.import index fa44e32..a9604c4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenMicrowave_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenMicrowave_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://yucotpfi78or" -path="res://.godot/imported/kitchenMicrowave_SW.png-da3a3959edcff90d892cffcaf84d4c01.ctex" +path="res://godot/imported/kitchenMicrowave_SW.png-da3a3959edcff90d892cffcaf84d4c01.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenMicrowave_SW.png" -dest_files=["res://.godot/imported/kitchenMicrowave_SW.png-da3a3959edcff90d892cffcaf84d4c01.ctex"] +dest_files=["res://godot/imported/kitchenMicrowave_SW.png-da3a3959edcff90d892cffcaf84d4c01.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenSink_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenSink_NE.png.import index bd55c84..f3d9fc8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenSink_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenSink_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dqkyebh8b04pi" -path="res://.godot/imported/kitchenSink_NE.png-6013777bb043f693adc2f9ce83801e4a.ctex" +path="res://godot/imported/kitchenSink_NE.png-6013777bb043f693adc2f9ce83801e4a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenSink_NE.png" -dest_files=["res://.godot/imported/kitchenSink_NE.png-6013777bb043f693adc2f9ce83801e4a.ctex"] +dest_files=["res://godot/imported/kitchenSink_NE.png-6013777bb043f693adc2f9ce83801e4a.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenSink_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenSink_NW.png.import index 1b59791..9e68d7f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenSink_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenSink_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://qlgyq786jnon" -path="res://.godot/imported/kitchenSink_NW.png-d36fd881e9ad5e57dbdf4a36f39f3741.ctex" +path="res://godot/imported/kitchenSink_NW.png-d36fd881e9ad5e57dbdf4a36f39f3741.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenSink_NW.png" -dest_files=["res://.godot/imported/kitchenSink_NW.png-d36fd881e9ad5e57dbdf4a36f39f3741.ctex"] +dest_files=["res://godot/imported/kitchenSink_NW.png-d36fd881e9ad5e57dbdf4a36f39f3741.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenSink_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenSink_SE.png.import index 8cdd830..85f56a6 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenSink_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenSink_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c8wpq2v7idjeh" -path="res://.godot/imported/kitchenSink_SE.png-2c78859ac9230494d7a4528163742662.ctex" +path="res://godot/imported/kitchenSink_SE.png-2c78859ac9230494d7a4528163742662.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenSink_SE.png" -dest_files=["res://.godot/imported/kitchenSink_SE.png-2c78859ac9230494d7a4528163742662.ctex"] +dest_files=["res://godot/imported/kitchenSink_SE.png-2c78859ac9230494d7a4528163742662.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenSink_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenSink_SW.png.import index 2ac3be4..a67076e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenSink_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenSink_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://blemlhkjlpjdw" -path="res://.godot/imported/kitchenSink_SW.png-5cfac68020ca4b5d9c547c9587b0edbf.ctex" +path="res://godot/imported/kitchenSink_SW.png-5cfac68020ca4b5d9c547c9587b0edbf.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenSink_SW.png" -dest_files=["res://.godot/imported/kitchenSink_SW.png-5cfac68020ca4b5d9c547c9587b0edbf.ctex"] +dest_files=["res://godot/imported/kitchenSink_SW.png-5cfac68020ca4b5d9c547c9587b0edbf.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStoveElectric_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStoveElectric_NE.png.import index bf0c5aa..68cd9ac 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStoveElectric_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStoveElectric_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b2bai5cfh5rg7" -path="res://.godot/imported/kitchenStoveElectric_NE.png-923f391b455141c997946ebf650c0e22.ctex" +path="res://godot/imported/kitchenStoveElectric_NE.png-923f391b455141c997946ebf650c0e22.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenStoveElectric_NE.png" -dest_files=["res://.godot/imported/kitchenStoveElectric_NE.png-923f391b455141c997946ebf650c0e22.ctex"] +dest_files=["res://godot/imported/kitchenStoveElectric_NE.png-923f391b455141c997946ebf650c0e22.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStoveElectric_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStoveElectric_NW.png.import index 33b49af..20a2972 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStoveElectric_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStoveElectric_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bk4oi0l46deb6" -path="res://.godot/imported/kitchenStoveElectric_NW.png-befc637d59f18b76c245dacaf83f43a1.ctex" +path="res://godot/imported/kitchenStoveElectric_NW.png-befc637d59f18b76c245dacaf83f43a1.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenStoveElectric_NW.png" -dest_files=["res://.godot/imported/kitchenStoveElectric_NW.png-befc637d59f18b76c245dacaf83f43a1.ctex"] +dest_files=["res://godot/imported/kitchenStoveElectric_NW.png-befc637d59f18b76c245dacaf83f43a1.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStoveElectric_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStoveElectric_SE.png.import index 79a26e2..446f09e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStoveElectric_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStoveElectric_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bibd2obhq4onj" -path="res://.godot/imported/kitchenStoveElectric_SE.png-3fd9bb70d8350f13dc7334cd1c667301.ctex" +path="res://godot/imported/kitchenStoveElectric_SE.png-3fd9bb70d8350f13dc7334cd1c667301.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenStoveElectric_SE.png" -dest_files=["res://.godot/imported/kitchenStoveElectric_SE.png-3fd9bb70d8350f13dc7334cd1c667301.ctex"] +dest_files=["res://godot/imported/kitchenStoveElectric_SE.png-3fd9bb70d8350f13dc7334cd1c667301.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStoveElectric_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStoveElectric_SW.png.import index c6440cb..267965d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStoveElectric_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStoveElectric_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cuk50mi3ri6wo" -path="res://.godot/imported/kitchenStoveElectric_SW.png-4b5c1738f6b8d38ffa7d671a9d32cdef.ctex" +path="res://godot/imported/kitchenStoveElectric_SW.png-4b5c1738f6b8d38ffa7d671a9d32cdef.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenStoveElectric_SW.png" -dest_files=["res://.godot/imported/kitchenStoveElectric_SW.png-4b5c1738f6b8d38ffa7d671a9d32cdef.ctex"] +dest_files=["res://godot/imported/kitchenStoveElectric_SW.png-4b5c1738f6b8d38ffa7d671a9d32cdef.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStove_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStove_NE.png.import index 3735038..07386cb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStove_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStove_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cv55ooehchnlc" -path="res://.godot/imported/kitchenStove_NE.png-3d7003ad60f355c8b256e74c0cc3fdc0.ctex" +path="res://godot/imported/kitchenStove_NE.png-3d7003ad60f355c8b256e74c0cc3fdc0.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenStove_NE.png" -dest_files=["res://.godot/imported/kitchenStove_NE.png-3d7003ad60f355c8b256e74c0cc3fdc0.ctex"] +dest_files=["res://godot/imported/kitchenStove_NE.png-3d7003ad60f355c8b256e74c0cc3fdc0.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStove_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStove_NW.png.import index eb389ca..2bb7d7f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStove_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStove_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cwwm5mwxm1s3x" -path="res://.godot/imported/kitchenStove_NW.png-544870911d1ff0e81b07d5ef0d67f586.ctex" +path="res://godot/imported/kitchenStove_NW.png-544870911d1ff0e81b07d5ef0d67f586.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenStove_NW.png" -dest_files=["res://.godot/imported/kitchenStove_NW.png-544870911d1ff0e81b07d5ef0d67f586.ctex"] +dest_files=["res://godot/imported/kitchenStove_NW.png-544870911d1ff0e81b07d5ef0d67f586.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStove_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStove_SE.png.import index 527825e..9921fb5 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStove_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStove_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bm8yx6cv2wy8i" -path="res://.godot/imported/kitchenStove_SE.png-c522bf98efe13d9da39453fee9c7e6a1.ctex" +path="res://godot/imported/kitchenStove_SE.png-c522bf98efe13d9da39453fee9c7e6a1.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenStove_SE.png" -dest_files=["res://.godot/imported/kitchenStove_SE.png-c522bf98efe13d9da39453fee9c7e6a1.ctex"] +dest_files=["res://godot/imported/kitchenStove_SE.png-c522bf98efe13d9da39453fee9c7e6a1.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStove_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStove_SW.png.import index 512a26d..34980c4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStove_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/kitchenStove_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dqne1j85ca1ti" -path="res://.godot/imported/kitchenStove_SW.png-0b9a90eea45b66922accea4f579563d3.ctex" +path="res://godot/imported/kitchenStove_SW.png-0b9a90eea45b66922accea4f579563d3.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/kitchenStove_SW.png" -dest_files=["res://.godot/imported/kitchenStove_SW.png-0b9a90eea45b66922accea4f579563d3.ctex"] +dest_files=["res://godot/imported/kitchenStove_SW.png-0b9a90eea45b66922accea4f579563d3.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundFloor_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundFloor_NE.png.import index ebbbbf9..4fdb181 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundFloor_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundFloor_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ctetae7c6l0he" -path="res://.godot/imported/lampRoundFloor_NE.png-877682e795675cf9d864bf42572b1e80.ctex" +path="res://godot/imported/lampRoundFloor_NE.png-877682e795675cf9d864bf42572b1e80.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/lampRoundFloor_NE.png" -dest_files=["res://.godot/imported/lampRoundFloor_NE.png-877682e795675cf9d864bf42572b1e80.ctex"] +dest_files=["res://godot/imported/lampRoundFloor_NE.png-877682e795675cf9d864bf42572b1e80.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundFloor_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundFloor_NW.png.import index b102518..937545a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundFloor_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundFloor_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cn3dcmq2f52qd" -path="res://.godot/imported/lampRoundFloor_NW.png-1f3da1a2f39441104d3b45c884e72273.ctex" +path="res://godot/imported/lampRoundFloor_NW.png-1f3da1a2f39441104d3b45c884e72273.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/lampRoundFloor_NW.png" -dest_files=["res://.godot/imported/lampRoundFloor_NW.png-1f3da1a2f39441104d3b45c884e72273.ctex"] +dest_files=["res://godot/imported/lampRoundFloor_NW.png-1f3da1a2f39441104d3b45c884e72273.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundFloor_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundFloor_SE.png.import index 08bbf2f..6a47a32 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundFloor_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundFloor_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://5au7tgmg5386" -path="res://.godot/imported/lampRoundFloor_SE.png-169bbb042f481cefaa2dc1627ecf7f79.ctex" +path="res://godot/imported/lampRoundFloor_SE.png-169bbb042f481cefaa2dc1627ecf7f79.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/lampRoundFloor_SE.png" -dest_files=["res://.godot/imported/lampRoundFloor_SE.png-169bbb042f481cefaa2dc1627ecf7f79.ctex"] +dest_files=["res://godot/imported/lampRoundFloor_SE.png-169bbb042f481cefaa2dc1627ecf7f79.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundFloor_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundFloor_SW.png.import index 44b6974..10c26d5 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundFloor_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundFloor_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://xs24mxs8u1m0" -path="res://.godot/imported/lampRoundFloor_SW.png-47af3f096ea9934830156964d62e1138.ctex" +path="res://godot/imported/lampRoundFloor_SW.png-47af3f096ea9934830156964d62e1138.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/lampRoundFloor_SW.png" -dest_files=["res://.godot/imported/lampRoundFloor_SW.png-47af3f096ea9934830156964d62e1138.ctex"] +dest_files=["res://godot/imported/lampRoundFloor_SW.png-47af3f096ea9934830156964d62e1138.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundTable_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundTable_NE.png.import index 61bb0bf..3d963eb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundTable_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundTable_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b4ruv70556j62" -path="res://.godot/imported/lampRoundTable_NE.png-00b927aab4f41dc8c086a570c33033c8.ctex" +path="res://godot/imported/lampRoundTable_NE.png-00b927aab4f41dc8c086a570c33033c8.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/lampRoundTable_NE.png" -dest_files=["res://.godot/imported/lampRoundTable_NE.png-00b927aab4f41dc8c086a570c33033c8.ctex"] +dest_files=["res://godot/imported/lampRoundTable_NE.png-00b927aab4f41dc8c086a570c33033c8.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundTable_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundTable_NW.png.import index 9dad9d3..341e20b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundTable_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundTable_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://yy4wt634n308" -path="res://.godot/imported/lampRoundTable_NW.png-830ffe4190d4b5c2ccd406755474de3c.ctex" +path="res://godot/imported/lampRoundTable_NW.png-830ffe4190d4b5c2ccd406755474de3c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/lampRoundTable_NW.png" -dest_files=["res://.godot/imported/lampRoundTable_NW.png-830ffe4190d4b5c2ccd406755474de3c.ctex"] +dest_files=["res://godot/imported/lampRoundTable_NW.png-830ffe4190d4b5c2ccd406755474de3c.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundTable_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundTable_SE.png.import index 30e8a65..be5cebe 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundTable_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundTable_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://po65bcd3shgl" -path="res://.godot/imported/lampRoundTable_SE.png-3e3211f38ce5307c5deff628a03b4979.ctex" +path="res://godot/imported/lampRoundTable_SE.png-3e3211f38ce5307c5deff628a03b4979.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/lampRoundTable_SE.png" -dest_files=["res://.godot/imported/lampRoundTable_SE.png-3e3211f38ce5307c5deff628a03b4979.ctex"] +dest_files=["res://godot/imported/lampRoundTable_SE.png-3e3211f38ce5307c5deff628a03b4979.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundTable_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundTable_SW.png.import index 5455d82..190c96e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundTable_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampRoundTable_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b7hikfg2fwpgn" -path="res://.godot/imported/lampRoundTable_SW.png-779c56be3daa83f268271d0876676325.ctex" +path="res://godot/imported/lampRoundTable_SW.png-779c56be3daa83f268271d0876676325.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/lampRoundTable_SW.png" -dest_files=["res://.godot/imported/lampRoundTable_SW.png-779c56be3daa83f268271d0876676325.ctex"] +dest_files=["res://godot/imported/lampRoundTable_SW.png-779c56be3daa83f268271d0876676325.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareCeiling_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareCeiling_NE.png.import index 672bb81..39f2934 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareCeiling_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareCeiling_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://5chtmr6oxyew" -path="res://.godot/imported/lampSquareCeiling_NE.png-97eb98343d9d0ce15031d83a1e240bcd.ctex" +path="res://godot/imported/lampSquareCeiling_NE.png-97eb98343d9d0ce15031d83a1e240bcd.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/lampSquareCeiling_NE.png" -dest_files=["res://.godot/imported/lampSquareCeiling_NE.png-97eb98343d9d0ce15031d83a1e240bcd.ctex"] +dest_files=["res://godot/imported/lampSquareCeiling_NE.png-97eb98343d9d0ce15031d83a1e240bcd.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareCeiling_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareCeiling_NW.png.import index b95e441..be79214 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareCeiling_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareCeiling_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bql2r830idf6s" -path="res://.godot/imported/lampSquareCeiling_NW.png-6986db2bb5a3c43fc59e9b07e93b3b58.ctex" +path="res://godot/imported/lampSquareCeiling_NW.png-6986db2bb5a3c43fc59e9b07e93b3b58.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/lampSquareCeiling_NW.png" -dest_files=["res://.godot/imported/lampSquareCeiling_NW.png-6986db2bb5a3c43fc59e9b07e93b3b58.ctex"] +dest_files=["res://godot/imported/lampSquareCeiling_NW.png-6986db2bb5a3c43fc59e9b07e93b3b58.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareCeiling_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareCeiling_SE.png.import index 444491e..32c1796 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareCeiling_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareCeiling_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://5vlseq6a6ua2" -path="res://.godot/imported/lampSquareCeiling_SE.png-44870de09ee4131162992a9b6bb93172.ctex" +path="res://godot/imported/lampSquareCeiling_SE.png-44870de09ee4131162992a9b6bb93172.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/lampSquareCeiling_SE.png" -dest_files=["res://.godot/imported/lampSquareCeiling_SE.png-44870de09ee4131162992a9b6bb93172.ctex"] +dest_files=["res://godot/imported/lampSquareCeiling_SE.png-44870de09ee4131162992a9b6bb93172.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareCeiling_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareCeiling_SW.png.import index 30163c9..ce02db8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareCeiling_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareCeiling_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://d2hhyvovntpjt" -path="res://.godot/imported/lampSquareCeiling_SW.png-094401367f9be8b645b16004e7b136e3.ctex" +path="res://godot/imported/lampSquareCeiling_SW.png-094401367f9be8b645b16004e7b136e3.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/lampSquareCeiling_SW.png" -dest_files=["res://.godot/imported/lampSquareCeiling_SW.png-094401367f9be8b645b16004e7b136e3.ctex"] +dest_files=["res://godot/imported/lampSquareCeiling_SW.png-094401367f9be8b645b16004e7b136e3.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareFloor_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareFloor_NE.png.import index d76fff1..c71bed3 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareFloor_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareFloor_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bdxj24e4r0pui" -path="res://.godot/imported/lampSquareFloor_NE.png-be84f38154b615601ef78139b3a02168.ctex" +path="res://godot/imported/lampSquareFloor_NE.png-be84f38154b615601ef78139b3a02168.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/lampSquareFloor_NE.png" -dest_files=["res://.godot/imported/lampSquareFloor_NE.png-be84f38154b615601ef78139b3a02168.ctex"] +dest_files=["res://godot/imported/lampSquareFloor_NE.png-be84f38154b615601ef78139b3a02168.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareFloor_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareFloor_NW.png.import index 6533eb7..589d5fd 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareFloor_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareFloor_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ctduawp1y26tl" -path="res://.godot/imported/lampSquareFloor_NW.png-c85528ebfb584e63512cba7649eb5bf5.ctex" +path="res://godot/imported/lampSquareFloor_NW.png-c85528ebfb584e63512cba7649eb5bf5.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/lampSquareFloor_NW.png" -dest_files=["res://.godot/imported/lampSquareFloor_NW.png-c85528ebfb584e63512cba7649eb5bf5.ctex"] +dest_files=["res://godot/imported/lampSquareFloor_NW.png-c85528ebfb584e63512cba7649eb5bf5.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareFloor_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareFloor_SE.png.import index 860d92c..8ce91df 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareFloor_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareFloor_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://co6ckqpn6b28b" -path="res://.godot/imported/lampSquareFloor_SE.png-b4ba0202a798578cbf59a366aa69cfce.ctex" +path="res://godot/imported/lampSquareFloor_SE.png-b4ba0202a798578cbf59a366aa69cfce.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/lampSquareFloor_SE.png" -dest_files=["res://.godot/imported/lampSquareFloor_SE.png-b4ba0202a798578cbf59a366aa69cfce.ctex"] +dest_files=["res://godot/imported/lampSquareFloor_SE.png-b4ba0202a798578cbf59a366aa69cfce.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareFloor_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareFloor_SW.png.import index befc64f..23feed2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareFloor_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareFloor_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b4ge66njiobt1" -path="res://.godot/imported/lampSquareFloor_SW.png-1d11dfbbb4dfc48995fc3f3e1121a1b5.ctex" +path="res://godot/imported/lampSquareFloor_SW.png-1d11dfbbb4dfc48995fc3f3e1121a1b5.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/lampSquareFloor_SW.png" -dest_files=["res://.godot/imported/lampSquareFloor_SW.png-1d11dfbbb4dfc48995fc3f3e1121a1b5.ctex"] +dest_files=["res://godot/imported/lampSquareFloor_SW.png-1d11dfbbb4dfc48995fc3f3e1121a1b5.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareTable_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareTable_NE.png.import index 3e27464..bd3dd81 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareTable_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareTable_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b4i5qw2fegynt" -path="res://.godot/imported/lampSquareTable_NE.png-f46d4813b98447f2d145e20cdfbb2732.ctex" +path="res://godot/imported/lampSquareTable_NE.png-f46d4813b98447f2d145e20cdfbb2732.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/lampSquareTable_NE.png" -dest_files=["res://.godot/imported/lampSquareTable_NE.png-f46d4813b98447f2d145e20cdfbb2732.ctex"] +dest_files=["res://godot/imported/lampSquareTable_NE.png-f46d4813b98447f2d145e20cdfbb2732.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareTable_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareTable_NW.png.import index 363450e..f59cdd6 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareTable_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareTable_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bvf5r5fxrmcod" -path="res://.godot/imported/lampSquareTable_NW.png-1892eda480b0686a210a4518d5ebc77f.ctex" +path="res://godot/imported/lampSquareTable_NW.png-1892eda480b0686a210a4518d5ebc77f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/lampSquareTable_NW.png" -dest_files=["res://.godot/imported/lampSquareTable_NW.png-1892eda480b0686a210a4518d5ebc77f.ctex"] +dest_files=["res://godot/imported/lampSquareTable_NW.png-1892eda480b0686a210a4518d5ebc77f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareTable_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareTable_SE.png.import index ed7a1fe..70cf9ee 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareTable_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareTable_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dg4bs0d3ha74q" -path="res://.godot/imported/lampSquareTable_SE.png-95f6fc508c37ed8298ed59a313435f14.ctex" +path="res://godot/imported/lampSquareTable_SE.png-95f6fc508c37ed8298ed59a313435f14.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/lampSquareTable_SE.png" -dest_files=["res://.godot/imported/lampSquareTable_SE.png-95f6fc508c37ed8298ed59a313435f14.ctex"] +dest_files=["res://godot/imported/lampSquareTable_SE.png-95f6fc508c37ed8298ed59a313435f14.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareTable_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareTable_SW.png.import index 59b5ef3..23820c0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareTable_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampSquareTable_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cgxk7ciqve5vv" -path="res://.godot/imported/lampSquareTable_SW.png-7f87338a06363c729d5dae1d0aef3706.ctex" +path="res://godot/imported/lampSquareTable_SW.png-7f87338a06363c729d5dae1d0aef3706.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/lampSquareTable_SW.png" -dest_files=["res://.godot/imported/lampSquareTable_SW.png-7f87338a06363c729d5dae1d0aef3706.ctex"] +dest_files=["res://godot/imported/lampSquareTable_SW.png-7f87338a06363c729d5dae1d0aef3706.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampWall_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampWall_NE.png.import index a711a28..5d5f482 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampWall_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampWall_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ddubbo450hhkx" -path="res://.godot/imported/lampWall_NE.png-834ad584cfc0660b2b9c9a57bf0e1ed5.ctex" +path="res://godot/imported/lampWall_NE.png-834ad584cfc0660b2b9c9a57bf0e1ed5.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/lampWall_NE.png" -dest_files=["res://.godot/imported/lampWall_NE.png-834ad584cfc0660b2b9c9a57bf0e1ed5.ctex"] +dest_files=["res://godot/imported/lampWall_NE.png-834ad584cfc0660b2b9c9a57bf0e1ed5.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampWall_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampWall_NW.png.import index aea8d76..34da576 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampWall_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampWall_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bmvbg44jdl7iy" -path="res://.godot/imported/lampWall_NW.png-7f6f6088e5fb3d0564dcccab4b12a4cc.ctex" +path="res://godot/imported/lampWall_NW.png-7f6f6088e5fb3d0564dcccab4b12a4cc.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/lampWall_NW.png" -dest_files=["res://.godot/imported/lampWall_NW.png-7f6f6088e5fb3d0564dcccab4b12a4cc.ctex"] +dest_files=["res://godot/imported/lampWall_NW.png-7f6f6088e5fb3d0564dcccab4b12a4cc.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampWall_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampWall_SE.png.import index a23ce85..2072eae 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampWall_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampWall_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c6xnak51nr1xc" -path="res://.godot/imported/lampWall_SE.png-1976fc930d863a99c786e522bf345805.ctex" +path="res://godot/imported/lampWall_SE.png-1976fc930d863a99c786e522bf345805.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/lampWall_SE.png" -dest_files=["res://.godot/imported/lampWall_SE.png-1976fc930d863a99c786e522bf345805.ctex"] +dest_files=["res://godot/imported/lampWall_SE.png-1976fc930d863a99c786e522bf345805.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampWall_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampWall_SW.png.import index 542ccb9..23df089 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampWall_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/lampWall_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c4i3xqe62q3bv" -path="res://.godot/imported/lampWall_SW.png-73f7973c28fc23d30fdc9efcc3b35d52.ctex" +path="res://godot/imported/lampWall_SW.png-73f7973c28fc23d30fdc9efcc3b35d52.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/lampWall_SW.png" -dest_files=["res://.godot/imported/lampWall_SW.png-73f7973c28fc23d30fdc9efcc3b35d52.ctex"] +dest_files=["res://godot/imported/lampWall_SW.png-73f7973c28fc23d30fdc9efcc3b35d52.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/laptop_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/laptop_NE.png.import index 70c95d4..78149f6 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/laptop_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/laptop_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bngfcx745kemn" -path="res://.godot/imported/laptop_NE.png-a4952c788f4c68ff5efc34a3f3caaff1.ctex" +path="res://godot/imported/laptop_NE.png-a4952c788f4c68ff5efc34a3f3caaff1.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/laptop_NE.png" -dest_files=["res://.godot/imported/laptop_NE.png-a4952c788f4c68ff5efc34a3f3caaff1.ctex"] +dest_files=["res://godot/imported/laptop_NE.png-a4952c788f4c68ff5efc34a3f3caaff1.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/laptop_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/laptop_NW.png.import index 2c611e8..4d08f3e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/laptop_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/laptop_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cvne84gqceh0j" -path="res://.godot/imported/laptop_NW.png-ef5bcc41558d42122bbbc9ff469814d6.ctex" +path="res://godot/imported/laptop_NW.png-ef5bcc41558d42122bbbc9ff469814d6.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/laptop_NW.png" -dest_files=["res://.godot/imported/laptop_NW.png-ef5bcc41558d42122bbbc9ff469814d6.ctex"] +dest_files=["res://godot/imported/laptop_NW.png-ef5bcc41558d42122bbbc9ff469814d6.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/laptop_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/laptop_SE.png.import index b9b2b30..df75cdf 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/laptop_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/laptop_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://7dgtq272ihn8" -path="res://.godot/imported/laptop_SE.png-2048209e11089e1c9d809c9322a1b59f.ctex" +path="res://godot/imported/laptop_SE.png-2048209e11089e1c9d809c9322a1b59f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/laptop_SE.png" -dest_files=["res://.godot/imported/laptop_SE.png-2048209e11089e1c9d809c9322a1b59f.ctex"] +dest_files=["res://godot/imported/laptop_SE.png-2048209e11089e1c9d809c9322a1b59f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/laptop_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/laptop_SW.png.import index b7bccdd..af80f51 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/laptop_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/laptop_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cvmlk7i2f5imb" -path="res://.godot/imported/laptop_SW.png-833c5e07d00260b64b5158837b3e938f.ctex" +path="res://godot/imported/laptop_SW.png-833c5e07d00260b64b5158837b3e938f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/laptop_SW.png" -dest_files=["res://.godot/imported/laptop_SW.png-833c5e07d00260b64b5158837b3e938f.ctex"] +dest_files=["res://godot/imported/laptop_SW.png-833c5e07d00260b64b5158837b3e938f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChairRelax_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChairRelax_NE.png.import index 2a29083..a08a912 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChairRelax_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChairRelax_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://crera07cw8ogl" -path="res://.godot/imported/loungeChairRelax_NE.png-81e98f353f5b6a38301af913ab29e52c.ctex" +path="res://godot/imported/loungeChairRelax_NE.png-81e98f353f5b6a38301af913ab29e52c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeChairRelax_NE.png" -dest_files=["res://.godot/imported/loungeChairRelax_NE.png-81e98f353f5b6a38301af913ab29e52c.ctex"] +dest_files=["res://godot/imported/loungeChairRelax_NE.png-81e98f353f5b6a38301af913ab29e52c.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChairRelax_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChairRelax_NW.png.import index a0c069d..95ed3d0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChairRelax_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChairRelax_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://d0edql1cv4tnj" -path="res://.godot/imported/loungeChairRelax_NW.png-5ba459b4508c508f52ed88e2539ef728.ctex" +path="res://godot/imported/loungeChairRelax_NW.png-5ba459b4508c508f52ed88e2539ef728.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeChairRelax_NW.png" -dest_files=["res://.godot/imported/loungeChairRelax_NW.png-5ba459b4508c508f52ed88e2539ef728.ctex"] +dest_files=["res://godot/imported/loungeChairRelax_NW.png-5ba459b4508c508f52ed88e2539ef728.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChairRelax_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChairRelax_SE.png.import index 674edb8..ce9f2fb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChairRelax_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChairRelax_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bfwuonaqg8kmh" -path="res://.godot/imported/loungeChairRelax_SE.png-dd151c468c0ce9c927fc92b7acd0f8cd.ctex" +path="res://godot/imported/loungeChairRelax_SE.png-dd151c468c0ce9c927fc92b7acd0f8cd.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeChairRelax_SE.png" -dest_files=["res://.godot/imported/loungeChairRelax_SE.png-dd151c468c0ce9c927fc92b7acd0f8cd.ctex"] +dest_files=["res://godot/imported/loungeChairRelax_SE.png-dd151c468c0ce9c927fc92b7acd0f8cd.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChairRelax_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChairRelax_SW.png.import index a441df0..6ebf696 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChairRelax_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChairRelax_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://d3nnsk4p7tk3r" -path="res://.godot/imported/loungeChairRelax_SW.png-0db678bc51eae4dd8a928530bd66a65d.ctex" +path="res://godot/imported/loungeChairRelax_SW.png-0db678bc51eae4dd8a928530bd66a65d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeChairRelax_SW.png" -dest_files=["res://.godot/imported/loungeChairRelax_SW.png-0db678bc51eae4dd8a928530bd66a65d.ctex"] +dest_files=["res://godot/imported/loungeChairRelax_SW.png-0db678bc51eae4dd8a928530bd66a65d.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChair_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChair_NE.png.import index 9e2a055..488f467 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChair_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChair_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b5ut3absyi48f" -path="res://.godot/imported/loungeChair_NE.png-b27cfd92055653949fbfa654dc4659f5.ctex" +path="res://godot/imported/loungeChair_NE.png-b27cfd92055653949fbfa654dc4659f5.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeChair_NE.png" -dest_files=["res://.godot/imported/loungeChair_NE.png-b27cfd92055653949fbfa654dc4659f5.ctex"] +dest_files=["res://godot/imported/loungeChair_NE.png-b27cfd92055653949fbfa654dc4659f5.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChair_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChair_NW.png.import index c7c2b77..b8dcec7 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChair_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChair_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://d0bckk7jdrlcu" -path="res://.godot/imported/loungeChair_NW.png-e8fc9a8edebb84d8a102e49a84bf1242.ctex" +path="res://godot/imported/loungeChair_NW.png-e8fc9a8edebb84d8a102e49a84bf1242.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeChair_NW.png" -dest_files=["res://.godot/imported/loungeChair_NW.png-e8fc9a8edebb84d8a102e49a84bf1242.ctex"] +dest_files=["res://godot/imported/loungeChair_NW.png-e8fc9a8edebb84d8a102e49a84bf1242.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChair_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChair_SE.png.import index 7f95b50..ac7164b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChair_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChair_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bbth1q3mus0nk" -path="res://.godot/imported/loungeChair_SE.png-bf2ded80f6947d623d36ecb765d49933.ctex" +path="res://godot/imported/loungeChair_SE.png-bf2ded80f6947d623d36ecb765d49933.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeChair_SE.png" -dest_files=["res://.godot/imported/loungeChair_SE.png-bf2ded80f6947d623d36ecb765d49933.ctex"] +dest_files=["res://godot/imported/loungeChair_SE.png-bf2ded80f6947d623d36ecb765d49933.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChair_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChair_SW.png.import index c447a24..fa016a8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChair_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeChair_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ckogecuuwk325" -path="res://.godot/imported/loungeChair_SW.png-7be97b6029c6b6fed07ec945b096ba79.ctex" +path="res://godot/imported/loungeChair_SW.png-7be97b6029c6b6fed07ec945b096ba79.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeChair_SW.png" -dest_files=["res://.godot/imported/loungeChair_SW.png-7be97b6029c6b6fed07ec945b096ba79.ctex"] +dest_files=["res://godot/imported/loungeChair_SW.png-7be97b6029c6b6fed07ec945b096ba79.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignChair_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignChair_NE.png.import index 33c40cf..7b1da41 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignChair_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignChair_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://8r3vb1863f7r" -path="res://.godot/imported/loungeDesignChair_NE.png-3f0cc16b0bc270e574e2d51ffdafbf55.ctex" +path="res://godot/imported/loungeDesignChair_NE.png-3f0cc16b0bc270e574e2d51ffdafbf55.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeDesignChair_NE.png" -dest_files=["res://.godot/imported/loungeDesignChair_NE.png-3f0cc16b0bc270e574e2d51ffdafbf55.ctex"] +dest_files=["res://godot/imported/loungeDesignChair_NE.png-3f0cc16b0bc270e574e2d51ffdafbf55.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignChair_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignChair_NW.png.import index 67aa6dc..b557ba4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignChair_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignChair_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://seo41o1iyj15" -path="res://.godot/imported/loungeDesignChair_NW.png-689a29096132a0bbdb74d632444b6f65.ctex" +path="res://godot/imported/loungeDesignChair_NW.png-689a29096132a0bbdb74d632444b6f65.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeDesignChair_NW.png" -dest_files=["res://.godot/imported/loungeDesignChair_NW.png-689a29096132a0bbdb74d632444b6f65.ctex"] +dest_files=["res://godot/imported/loungeDesignChair_NW.png-689a29096132a0bbdb74d632444b6f65.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignChair_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignChair_SE.png.import index df1608d..f22a8cd 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignChair_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignChair_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ckwdf7m21u2xd" -path="res://.godot/imported/loungeDesignChair_SE.png-d540605b183268a2d0aaa05f6c4b02d3.ctex" +path="res://godot/imported/loungeDesignChair_SE.png-d540605b183268a2d0aaa05f6c4b02d3.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeDesignChair_SE.png" -dest_files=["res://.godot/imported/loungeDesignChair_SE.png-d540605b183268a2d0aaa05f6c4b02d3.ctex"] +dest_files=["res://godot/imported/loungeDesignChair_SE.png-d540605b183268a2d0aaa05f6c4b02d3.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignChair_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignChair_SW.png.import index e0eac74..a6ac777 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignChair_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignChair_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dhakc33qfdjdr" -path="res://.godot/imported/loungeDesignChair_SW.png-331c7a5f7339418a058708963fcd114c.ctex" +path="res://godot/imported/loungeDesignChair_SW.png-331c7a5f7339418a058708963fcd114c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeDesignChair_SW.png" -dest_files=["res://.godot/imported/loungeDesignChair_SW.png-331c7a5f7339418a058708963fcd114c.ctex"] +dest_files=["res://godot/imported/loungeDesignChair_SW.png-331c7a5f7339418a058708963fcd114c.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofaCorner_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofaCorner_NE.png.import index 7422aae..8f65756 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofaCorner_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofaCorner_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://23rmqpnmg001" -path="res://.godot/imported/loungeDesignSofaCorner_NE.png-2e7701ea33439d8e8b2c1f20d7847a7d.ctex" +path="res://godot/imported/loungeDesignSofaCorner_NE.png-2e7701ea33439d8e8b2c1f20d7847a7d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofaCorner_NE.png" -dest_files=["res://.godot/imported/loungeDesignSofaCorner_NE.png-2e7701ea33439d8e8b2c1f20d7847a7d.ctex"] +dest_files=["res://godot/imported/loungeDesignSofaCorner_NE.png-2e7701ea33439d8e8b2c1f20d7847a7d.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofaCorner_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofaCorner_NW.png.import index b9d1657..ba6404c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofaCorner_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofaCorner_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dgxm0tkhbploi" -path="res://.godot/imported/loungeDesignSofaCorner_NW.png-5056580d8e2a5336429c1f67ef20e0c1.ctex" +path="res://godot/imported/loungeDesignSofaCorner_NW.png-5056580d8e2a5336429c1f67ef20e0c1.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofaCorner_NW.png" -dest_files=["res://.godot/imported/loungeDesignSofaCorner_NW.png-5056580d8e2a5336429c1f67ef20e0c1.ctex"] +dest_files=["res://godot/imported/loungeDesignSofaCorner_NW.png-5056580d8e2a5336429c1f67ef20e0c1.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofaCorner_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofaCorner_SE.png.import index 9b2ed32..e922ada 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofaCorner_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofaCorner_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dgxall2t8xj7h" -path="res://.godot/imported/loungeDesignSofaCorner_SE.png-3bdafcbf1a16d7436613176e877c5f47.ctex" +path="res://godot/imported/loungeDesignSofaCorner_SE.png-3bdafcbf1a16d7436613176e877c5f47.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofaCorner_SE.png" -dest_files=["res://.godot/imported/loungeDesignSofaCorner_SE.png-3bdafcbf1a16d7436613176e877c5f47.ctex"] +dest_files=["res://godot/imported/loungeDesignSofaCorner_SE.png-3bdafcbf1a16d7436613176e877c5f47.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofaCorner_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofaCorner_SW.png.import index 49564da..a5d7b37 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofaCorner_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofaCorner_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bc0a8xcttynh4" -path="res://.godot/imported/loungeDesignSofaCorner_SW.png-d323e1ce2721ea4fb18b17d293199722.ctex" +path="res://godot/imported/loungeDesignSofaCorner_SW.png-d323e1ce2721ea4fb18b17d293199722.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofaCorner_SW.png" -dest_files=["res://.godot/imported/loungeDesignSofaCorner_SW.png-d323e1ce2721ea4fb18b17d293199722.ctex"] +dest_files=["res://godot/imported/loungeDesignSofaCorner_SW.png-d323e1ce2721ea4fb18b17d293199722.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofa_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofa_NE.png.import index dee452f..05dbeed 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofa_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofa_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b7rj5ojblg8yn" -path="res://.godot/imported/loungeDesignSofa_NE.png-f549f9a2542d401170a4691639c02f85.ctex" +path="res://godot/imported/loungeDesignSofa_NE.png-f549f9a2542d401170a4691639c02f85.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofa_NE.png" -dest_files=["res://.godot/imported/loungeDesignSofa_NE.png-f549f9a2542d401170a4691639c02f85.ctex"] +dest_files=["res://godot/imported/loungeDesignSofa_NE.png-f549f9a2542d401170a4691639c02f85.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofa_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofa_NW.png.import index 8e8afab..72b3a44 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofa_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofa_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://by0jg157barbe" -path="res://.godot/imported/loungeDesignSofa_NW.png-0e0498d544a26cafd232c946f144cb2b.ctex" +path="res://godot/imported/loungeDesignSofa_NW.png-0e0498d544a26cafd232c946f144cb2b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofa_NW.png" -dest_files=["res://.godot/imported/loungeDesignSofa_NW.png-0e0498d544a26cafd232c946f144cb2b.ctex"] +dest_files=["res://godot/imported/loungeDesignSofa_NW.png-0e0498d544a26cafd232c946f144cb2b.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofa_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofa_SE.png.import index a1da3dc..991f34c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofa_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofa_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bux47wgix6y5w" -path="res://.godot/imported/loungeDesignSofa_SE.png-8fe766a2ddadf82db19cde17440121b2.ctex" +path="res://godot/imported/loungeDesignSofa_SE.png-8fe766a2ddadf82db19cde17440121b2.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofa_SE.png" -dest_files=["res://.godot/imported/loungeDesignSofa_SE.png-8fe766a2ddadf82db19cde17440121b2.ctex"] +dest_files=["res://godot/imported/loungeDesignSofa_SE.png-8fe766a2ddadf82db19cde17440121b2.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofa_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofa_SW.png.import index 3aa42f3..8630643 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofa_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofa_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://chqqdqw6p0igj" -path="res://.godot/imported/loungeDesignSofa_SW.png-f9f8f45df83191d27d879b75d611fb7a.ctex" +path="res://godot/imported/loungeDesignSofa_SW.png-f9f8f45df83191d27d879b75d611fb7a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeDesignSofa_SW.png" -dest_files=["res://.godot/imported/loungeDesignSofa_SW.png-f9f8f45df83191d27d879b75d611fb7a.ctex"] +dest_files=["res://godot/imported/loungeDesignSofa_SW.png-f9f8f45df83191d27d879b75d611fb7a.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaCorner_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaCorner_NE.png.import index 9889baf..4b688a0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaCorner_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaCorner_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dosccuhmk0fhf" -path="res://.godot/imported/loungeSofaCorner_NE.png-ef0f6fb604ffb1da66ff9cf10959a036.ctex" +path="res://godot/imported/loungeSofaCorner_NE.png-ef0f6fb604ffb1da66ff9cf10959a036.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeSofaCorner_NE.png" -dest_files=["res://.godot/imported/loungeSofaCorner_NE.png-ef0f6fb604ffb1da66ff9cf10959a036.ctex"] +dest_files=["res://godot/imported/loungeSofaCorner_NE.png-ef0f6fb604ffb1da66ff9cf10959a036.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaCorner_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaCorner_NW.png.import index 1cb5df0..28e1870 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaCorner_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaCorner_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dxbkiwmn58urd" -path="res://.godot/imported/loungeSofaCorner_NW.png-ed208fa90d95516312a7661f0734e077.ctex" +path="res://godot/imported/loungeSofaCorner_NW.png-ed208fa90d95516312a7661f0734e077.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeSofaCorner_NW.png" -dest_files=["res://.godot/imported/loungeSofaCorner_NW.png-ed208fa90d95516312a7661f0734e077.ctex"] +dest_files=["res://godot/imported/loungeSofaCorner_NW.png-ed208fa90d95516312a7661f0734e077.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaCorner_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaCorner_SE.png.import index d41c7b3..14ff64b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaCorner_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaCorner_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cjmuh5uw21iam" -path="res://.godot/imported/loungeSofaCorner_SE.png-dc7ad9e34722fee12c56c21505536006.ctex" +path="res://godot/imported/loungeSofaCorner_SE.png-dc7ad9e34722fee12c56c21505536006.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeSofaCorner_SE.png" -dest_files=["res://.godot/imported/loungeSofaCorner_SE.png-dc7ad9e34722fee12c56c21505536006.ctex"] +dest_files=["res://godot/imported/loungeSofaCorner_SE.png-dc7ad9e34722fee12c56c21505536006.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaCorner_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaCorner_SW.png.import index 7d232df..a19cb12 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaCorner_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaCorner_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c6ax3jnndxluc" -path="res://.godot/imported/loungeSofaCorner_SW.png-2678d496b3eeaee1ce002a74d0ca6f78.ctex" +path="res://godot/imported/loungeSofaCorner_SW.png-2678d496b3eeaee1ce002a74d0ca6f78.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeSofaCorner_SW.png" -dest_files=["res://.godot/imported/loungeSofaCorner_SW.png-2678d496b3eeaee1ce002a74d0ca6f78.ctex"] +dest_files=["res://godot/imported/loungeSofaCorner_SW.png-2678d496b3eeaee1ce002a74d0ca6f78.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaLong_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaLong_NE.png.import index 2b60ab0..bf062ff 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaLong_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaLong_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bkqgqk442if15" -path="res://.godot/imported/loungeSofaLong_NE.png-640de98f7eb267aec0f7e144632fe59b.ctex" +path="res://godot/imported/loungeSofaLong_NE.png-640de98f7eb267aec0f7e144632fe59b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeSofaLong_NE.png" -dest_files=["res://.godot/imported/loungeSofaLong_NE.png-640de98f7eb267aec0f7e144632fe59b.ctex"] +dest_files=["res://godot/imported/loungeSofaLong_NE.png-640de98f7eb267aec0f7e144632fe59b.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaLong_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaLong_NW.png.import index 2f33f73..8b3f53a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaLong_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaLong_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cuvmv1spmgenk" -path="res://.godot/imported/loungeSofaLong_NW.png-6e08261435adcba131e0686e4a0f7e02.ctex" +path="res://godot/imported/loungeSofaLong_NW.png-6e08261435adcba131e0686e4a0f7e02.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeSofaLong_NW.png" -dest_files=["res://.godot/imported/loungeSofaLong_NW.png-6e08261435adcba131e0686e4a0f7e02.ctex"] +dest_files=["res://godot/imported/loungeSofaLong_NW.png-6e08261435adcba131e0686e4a0f7e02.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaLong_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaLong_SE.png.import index a022435..6915f17 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaLong_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaLong_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bl8hlxg1wqg1a" -path="res://.godot/imported/loungeSofaLong_SE.png-c6bf6751f84b7ac4c2a8410519be8d5a.ctex" +path="res://godot/imported/loungeSofaLong_SE.png-c6bf6751f84b7ac4c2a8410519be8d5a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeSofaLong_SE.png" -dest_files=["res://.godot/imported/loungeSofaLong_SE.png-c6bf6751f84b7ac4c2a8410519be8d5a.ctex"] +dest_files=["res://godot/imported/loungeSofaLong_SE.png-c6bf6751f84b7ac4c2a8410519be8d5a.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaLong_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaLong_SW.png.import index 5aea1f0..6fa2197 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaLong_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaLong_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://6vwalgh8ad3j" -path="res://.godot/imported/loungeSofaLong_SW.png-b9ad598a7429d3085d3fc08a033c6d78.ctex" +path="res://godot/imported/loungeSofaLong_SW.png-b9ad598a7429d3085d3fc08a033c6d78.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeSofaLong_SW.png" -dest_files=["res://.godot/imported/loungeSofaLong_SW.png-b9ad598a7429d3085d3fc08a033c6d78.ctex"] +dest_files=["res://godot/imported/loungeSofaLong_SW.png-b9ad598a7429d3085d3fc08a033c6d78.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaOttoman_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaOttoman_NE.png.import index e9e63b8..7cc86fa 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaOttoman_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaOttoman_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cesugwiew4j8b" -path="res://.godot/imported/loungeSofaOttoman_NE.png-e9ad791af6cc1e258126a7b3f5c017f6.ctex" +path="res://godot/imported/loungeSofaOttoman_NE.png-e9ad791af6cc1e258126a7b3f5c017f6.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeSofaOttoman_NE.png" -dest_files=["res://.godot/imported/loungeSofaOttoman_NE.png-e9ad791af6cc1e258126a7b3f5c017f6.ctex"] +dest_files=["res://godot/imported/loungeSofaOttoman_NE.png-e9ad791af6cc1e258126a7b3f5c017f6.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaOttoman_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaOttoman_NW.png.import index 8b2c7a5..885efb8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaOttoman_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaOttoman_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://brvt2yrh1thie" -path="res://.godot/imported/loungeSofaOttoman_NW.png-320eeaabff8698aadc77f723129cf45b.ctex" +path="res://godot/imported/loungeSofaOttoman_NW.png-320eeaabff8698aadc77f723129cf45b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeSofaOttoman_NW.png" -dest_files=["res://.godot/imported/loungeSofaOttoman_NW.png-320eeaabff8698aadc77f723129cf45b.ctex"] +dest_files=["res://godot/imported/loungeSofaOttoman_NW.png-320eeaabff8698aadc77f723129cf45b.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaOttoman_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaOttoman_SE.png.import index a275faa..c7b11e4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaOttoman_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaOttoman_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bnihjhpg5gkgx" -path="res://.godot/imported/loungeSofaOttoman_SE.png-8d7dabf569f59a041226f0103b6cbffc.ctex" +path="res://godot/imported/loungeSofaOttoman_SE.png-8d7dabf569f59a041226f0103b6cbffc.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeSofaOttoman_SE.png" -dest_files=["res://.godot/imported/loungeSofaOttoman_SE.png-8d7dabf569f59a041226f0103b6cbffc.ctex"] +dest_files=["res://godot/imported/loungeSofaOttoman_SE.png-8d7dabf569f59a041226f0103b6cbffc.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaOttoman_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaOttoman_SW.png.import index a0327ec..1cf20d8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaOttoman_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofaOttoman_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bv63ay7inyfi5" -path="res://.godot/imported/loungeSofaOttoman_SW.png-0458c14ccda60c2c3bc696114d0b955e.ctex" +path="res://godot/imported/loungeSofaOttoman_SW.png-0458c14ccda60c2c3bc696114d0b955e.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeSofaOttoman_SW.png" -dest_files=["res://.godot/imported/loungeSofaOttoman_SW.png-0458c14ccda60c2c3bc696114d0b955e.ctex"] +dest_files=["res://godot/imported/loungeSofaOttoman_SW.png-0458c14ccda60c2c3bc696114d0b955e.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofa_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofa_NE.png.import index 02f50c1..76377b2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofa_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofa_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://kk40ady7jhjn" -path="res://.godot/imported/loungeSofa_NE.png-fb3c4155b0f568a9bb2f05b608814248.ctex" +path="res://godot/imported/loungeSofa_NE.png-fb3c4155b0f568a9bb2f05b608814248.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeSofa_NE.png" -dest_files=["res://.godot/imported/loungeSofa_NE.png-fb3c4155b0f568a9bb2f05b608814248.ctex"] +dest_files=["res://godot/imported/loungeSofa_NE.png-fb3c4155b0f568a9bb2f05b608814248.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofa_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofa_NW.png.import index e21952e..bfa88b4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofa_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofa_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cia4ggk8kd7cm" -path="res://.godot/imported/loungeSofa_NW.png-3bd6c6c357f44d9e6eb9a73723fbf359.ctex" +path="res://godot/imported/loungeSofa_NW.png-3bd6c6c357f44d9e6eb9a73723fbf359.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeSofa_NW.png" -dest_files=["res://.godot/imported/loungeSofa_NW.png-3bd6c6c357f44d9e6eb9a73723fbf359.ctex"] +dest_files=["res://godot/imported/loungeSofa_NW.png-3bd6c6c357f44d9e6eb9a73723fbf359.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofa_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofa_SE.png.import index d22d7e3..bd2b4ff 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofa_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofa_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://djxeskntw6uxf" -path="res://.godot/imported/loungeSofa_SE.png-acd4b5f4ffbf04324dc07fcdae4fd9e1.ctex" +path="res://godot/imported/loungeSofa_SE.png-acd4b5f4ffbf04324dc07fcdae4fd9e1.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeSofa_SE.png" -dest_files=["res://.godot/imported/loungeSofa_SE.png-acd4b5f4ffbf04324dc07fcdae4fd9e1.ctex"] +dest_files=["res://godot/imported/loungeSofa_SE.png-acd4b5f4ffbf04324dc07fcdae4fd9e1.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofa_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofa_SW.png.import index 0fde8dc..50479b7 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofa_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/loungeSofa_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b4n1u018nrr54" -path="res://.godot/imported/loungeSofa_SW.png-8926b71ef9df98b44c5b9bc70d0b0764.ctex" +path="res://godot/imported/loungeSofa_SW.png-8926b71ef9df98b44c5b9bc70d0b0764.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/loungeSofa_SW.png" -dest_files=["res://.godot/imported/loungeSofa_SW.png-8926b71ef9df98b44c5b9bc70d0b0764.ctex"] +dest_files=["res://godot/imported/loungeSofa_SW.png-8926b71ef9df98b44c5b9bc70d0b0764.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/paneling_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/paneling_NE.png.import index 377328f..8c75249 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/paneling_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/paneling_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://buoftutps3oq" -path="res://.godot/imported/paneling_NE.png-65e30c876a1d35fd607df1ce2ac014e1.ctex" +path="res://godot/imported/paneling_NE.png-65e30c876a1d35fd607df1ce2ac014e1.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/paneling_NE.png" -dest_files=["res://.godot/imported/paneling_NE.png-65e30c876a1d35fd607df1ce2ac014e1.ctex"] +dest_files=["res://godot/imported/paneling_NE.png-65e30c876a1d35fd607df1ce2ac014e1.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/paneling_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/paneling_NW.png.import index c961d91..8bb2401 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/paneling_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/paneling_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cqh7ijcan1jvs" -path="res://.godot/imported/paneling_NW.png-306cb47c15e24e9ceeb02cc08d50792e.ctex" +path="res://godot/imported/paneling_NW.png-306cb47c15e24e9ceeb02cc08d50792e.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/paneling_NW.png" -dest_files=["res://.godot/imported/paneling_NW.png-306cb47c15e24e9ceeb02cc08d50792e.ctex"] +dest_files=["res://godot/imported/paneling_NW.png-306cb47c15e24e9ceeb02cc08d50792e.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/paneling_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/paneling_SE.png.import index 2f114b3..9c57e76 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/paneling_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/paneling_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://fenb5f76wiil" -path="res://.godot/imported/paneling_SE.png-ec5199838d8a25ea02475082d80cc828.ctex" +path="res://godot/imported/paneling_SE.png-ec5199838d8a25ea02475082d80cc828.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/paneling_SE.png" -dest_files=["res://.godot/imported/paneling_SE.png-ec5199838d8a25ea02475082d80cc828.ctex"] +dest_files=["res://godot/imported/paneling_SE.png-ec5199838d8a25ea02475082d80cc828.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/paneling_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/paneling_SW.png.import index 44583fc..a07546a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/paneling_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/paneling_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bb1qqh5pk6xwy" -path="res://.godot/imported/paneling_SW.png-53ef4edbdda2e270a92829c8029a2475.ctex" +path="res://godot/imported/paneling_SW.png-53ef4edbdda2e270a92829c8029a2475.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/paneling_SW.png" -dest_files=["res://.godot/imported/paneling_SW.png-53ef4edbdda2e270a92829c8029a2475.ctex"] +dest_files=["res://godot/imported/paneling_SW.png-53ef4edbdda2e270a92829c8029a2475.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlueLong_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlueLong_NE.png.import index e675fc4..40a0d2a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlueLong_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlueLong_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dmi0vqm4l5jym" -path="res://.godot/imported/pillowBlueLong_NE.png-b06f9416f276ff02a7c0ef4b9a0e953f.ctex" +path="res://godot/imported/pillowBlueLong_NE.png-b06f9416f276ff02a7c0ef4b9a0e953f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/pillowBlueLong_NE.png" -dest_files=["res://.godot/imported/pillowBlueLong_NE.png-b06f9416f276ff02a7c0ef4b9a0e953f.ctex"] +dest_files=["res://godot/imported/pillowBlueLong_NE.png-b06f9416f276ff02a7c0ef4b9a0e953f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlueLong_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlueLong_NW.png.import index e317eb2..b4c228a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlueLong_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlueLong_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://chxcj3ujpjwtw" -path="res://.godot/imported/pillowBlueLong_NW.png-8769263f3da77297864a8c8a826abb26.ctex" +path="res://godot/imported/pillowBlueLong_NW.png-8769263f3da77297864a8c8a826abb26.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/pillowBlueLong_NW.png" -dest_files=["res://.godot/imported/pillowBlueLong_NW.png-8769263f3da77297864a8c8a826abb26.ctex"] +dest_files=["res://godot/imported/pillowBlueLong_NW.png-8769263f3da77297864a8c8a826abb26.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlueLong_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlueLong_SE.png.import index 6e56489..e9665c4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlueLong_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlueLong_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dsboko7ud3x7p" -path="res://.godot/imported/pillowBlueLong_SE.png-a946184516db875ad57758d15ebae1fc.ctex" +path="res://godot/imported/pillowBlueLong_SE.png-a946184516db875ad57758d15ebae1fc.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/pillowBlueLong_SE.png" -dest_files=["res://.godot/imported/pillowBlueLong_SE.png-a946184516db875ad57758d15ebae1fc.ctex"] +dest_files=["res://godot/imported/pillowBlueLong_SE.png-a946184516db875ad57758d15ebae1fc.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlueLong_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlueLong_SW.png.import index d0dd58c..1f1b145 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlueLong_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlueLong_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dibudgavjaeer" -path="res://.godot/imported/pillowBlueLong_SW.png-b677ff3d25b451eb6612dab2150523f2.ctex" +path="res://godot/imported/pillowBlueLong_SW.png-b677ff3d25b451eb6612dab2150523f2.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/pillowBlueLong_SW.png" -dest_files=["res://.godot/imported/pillowBlueLong_SW.png-b677ff3d25b451eb6612dab2150523f2.ctex"] +dest_files=["res://godot/imported/pillowBlueLong_SW.png-b677ff3d25b451eb6612dab2150523f2.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlue_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlue_NE.png.import index 9aa1434..af84a4a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlue_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlue_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://diici17r6qlu0" -path="res://.godot/imported/pillowBlue_NE.png-8bebaf8142c01272c7552af80544c0a7.ctex" +path="res://godot/imported/pillowBlue_NE.png-8bebaf8142c01272c7552af80544c0a7.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/pillowBlue_NE.png" -dest_files=["res://.godot/imported/pillowBlue_NE.png-8bebaf8142c01272c7552af80544c0a7.ctex"] +dest_files=["res://godot/imported/pillowBlue_NE.png-8bebaf8142c01272c7552af80544c0a7.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlue_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlue_NW.png.import index fe9e5e3..e1fdfb0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlue_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlue_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://be3oitx4agxf7" -path="res://.godot/imported/pillowBlue_NW.png-09ef6f411ecb48a73709a3ebefcd3d8c.ctex" +path="res://godot/imported/pillowBlue_NW.png-09ef6f411ecb48a73709a3ebefcd3d8c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/pillowBlue_NW.png" -dest_files=["res://.godot/imported/pillowBlue_NW.png-09ef6f411ecb48a73709a3ebefcd3d8c.ctex"] +dest_files=["res://godot/imported/pillowBlue_NW.png-09ef6f411ecb48a73709a3ebefcd3d8c.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlue_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlue_SE.png.import index 794421b..a7ff2ed 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlue_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlue_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c45eaqpow4vc4" -path="res://.godot/imported/pillowBlue_SE.png-7d4a971f4284062cadcc113f4b862306.ctex" +path="res://godot/imported/pillowBlue_SE.png-7d4a971f4284062cadcc113f4b862306.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/pillowBlue_SE.png" -dest_files=["res://.godot/imported/pillowBlue_SE.png-7d4a971f4284062cadcc113f4b862306.ctex"] +dest_files=["res://godot/imported/pillowBlue_SE.png-7d4a971f4284062cadcc113f4b862306.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlue_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlue_SW.png.import index 0ae8f2d..e98eff4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlue_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowBlue_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c0477be2mca2t" -path="res://.godot/imported/pillowBlue_SW.png-968565960947086fad59c35c0679dcfa.ctex" +path="res://godot/imported/pillowBlue_SW.png-968565960947086fad59c35c0679dcfa.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/pillowBlue_SW.png" -dest_files=["res://.godot/imported/pillowBlue_SW.png-968565960947086fad59c35c0679dcfa.ctex"] +dest_files=["res://godot/imported/pillowBlue_SW.png-968565960947086fad59c35c0679dcfa.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowLong_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowLong_NE.png.import index a1cce48..b94bb3e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowLong_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowLong_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dbfhdxvsv5m5w" -path="res://.godot/imported/pillowLong_NE.png-8d77582eed7d82a3bfeb2b7ceff04653.ctex" +path="res://godot/imported/pillowLong_NE.png-8d77582eed7d82a3bfeb2b7ceff04653.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/pillowLong_NE.png" -dest_files=["res://.godot/imported/pillowLong_NE.png-8d77582eed7d82a3bfeb2b7ceff04653.ctex"] +dest_files=["res://godot/imported/pillowLong_NE.png-8d77582eed7d82a3bfeb2b7ceff04653.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowLong_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowLong_NW.png.import index e00b496..b0a6461 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowLong_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowLong_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://r4smw7sirkw1" -path="res://.godot/imported/pillowLong_NW.png-bd9560d3bb321e1dcde59978cfb760f9.ctex" +path="res://godot/imported/pillowLong_NW.png-bd9560d3bb321e1dcde59978cfb760f9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/pillowLong_NW.png" -dest_files=["res://.godot/imported/pillowLong_NW.png-bd9560d3bb321e1dcde59978cfb760f9.ctex"] +dest_files=["res://godot/imported/pillowLong_NW.png-bd9560d3bb321e1dcde59978cfb760f9.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowLong_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowLong_SE.png.import index f393795..73bc5e2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowLong_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowLong_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ddfgk1raf2l6h" -path="res://.godot/imported/pillowLong_SE.png-01b8d3d1d99ae611f21a5e24ed0d6a93.ctex" +path="res://godot/imported/pillowLong_SE.png-01b8d3d1d99ae611f21a5e24ed0d6a93.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/pillowLong_SE.png" -dest_files=["res://.godot/imported/pillowLong_SE.png-01b8d3d1d99ae611f21a5e24ed0d6a93.ctex"] +dest_files=["res://godot/imported/pillowLong_SE.png-01b8d3d1d99ae611f21a5e24ed0d6a93.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowLong_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowLong_SW.png.import index 5f7f4a8..5874d8c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowLong_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillowLong_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://khnwdh33d6a5" -path="res://.godot/imported/pillowLong_SW.png-a42458340bc01c1bcfeb7f49b49544dc.ctex" +path="res://godot/imported/pillowLong_SW.png-a42458340bc01c1bcfeb7f49b49544dc.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/pillowLong_SW.png" -dest_files=["res://.godot/imported/pillowLong_SW.png-a42458340bc01c1bcfeb7f49b49544dc.ctex"] +dest_files=["res://godot/imported/pillowLong_SW.png-a42458340bc01c1bcfeb7f49b49544dc.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillow_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillow_NE.png.import index e4badb7..a7061d1 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillow_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillow_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bkiu261vdmdnw" -path="res://.godot/imported/pillow_NE.png-13a6b21284ad6591883a2d44ae750fb5.ctex" +path="res://godot/imported/pillow_NE.png-13a6b21284ad6591883a2d44ae750fb5.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/pillow_NE.png" -dest_files=["res://.godot/imported/pillow_NE.png-13a6b21284ad6591883a2d44ae750fb5.ctex"] +dest_files=["res://godot/imported/pillow_NE.png-13a6b21284ad6591883a2d44ae750fb5.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillow_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillow_NW.png.import index a5781d6..64993ef 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillow_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillow_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dyafjj8fo6ofw" -path="res://.godot/imported/pillow_NW.png-7d0e94365e8b50c52eb53eae8edf64c9.ctex" +path="res://godot/imported/pillow_NW.png-7d0e94365e8b50c52eb53eae8edf64c9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/pillow_NW.png" -dest_files=["res://.godot/imported/pillow_NW.png-7d0e94365e8b50c52eb53eae8edf64c9.ctex"] +dest_files=["res://godot/imported/pillow_NW.png-7d0e94365e8b50c52eb53eae8edf64c9.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillow_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillow_SE.png.import index d2f3679..3a43b98 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillow_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillow_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://brlsjqt4v6k1q" -path="res://.godot/imported/pillow_SE.png-20d7896f10e23cd692e076577db3b239.ctex" +path="res://godot/imported/pillow_SE.png-20d7896f10e23cd692e076577db3b239.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/pillow_SE.png" -dest_files=["res://.godot/imported/pillow_SE.png-20d7896f10e23cd692e076577db3b239.ctex"] +dest_files=["res://godot/imported/pillow_SE.png-20d7896f10e23cd692e076577db3b239.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillow_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillow_SW.png.import index 7f7b9f2..25cdd56 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillow_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pillow_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://djpyfvebvy581" -path="res://.godot/imported/pillow_SW.png-0337a0ebfcd02fab9b2c3d40a1e5d405.ctex" +path="res://godot/imported/pillow_SW.png-0337a0ebfcd02fab9b2c3d40a1e5d405.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/pillow_SW.png" -dest_files=["res://.godot/imported/pillow_SW.png-0337a0ebfcd02fab9b2c3d40a1e5d405.ctex"] +dest_files=["res://godot/imported/pillow_SW.png-0337a0ebfcd02fab9b2c3d40a1e5d405.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall1_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall1_NE.png.import index 1475a0c..10bf759 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall1_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall1_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cfibwjf7m3xxo" -path="res://.godot/imported/plantSmall1_NE.png-f407852cd15a06ac6574a330b47be43c.ctex" +path="res://godot/imported/plantSmall1_NE.png-f407852cd15a06ac6574a330b47be43c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/plantSmall1_NE.png" -dest_files=["res://.godot/imported/plantSmall1_NE.png-f407852cd15a06ac6574a330b47be43c.ctex"] +dest_files=["res://godot/imported/plantSmall1_NE.png-f407852cd15a06ac6574a330b47be43c.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall1_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall1_NW.png.import index d54541f..b50efad 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall1_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall1_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ctcqqpxmv0cvy" -path="res://.godot/imported/plantSmall1_NW.png-a5f184da13aef23aa252688636c72903.ctex" +path="res://godot/imported/plantSmall1_NW.png-a5f184da13aef23aa252688636c72903.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/plantSmall1_NW.png" -dest_files=["res://.godot/imported/plantSmall1_NW.png-a5f184da13aef23aa252688636c72903.ctex"] +dest_files=["res://godot/imported/plantSmall1_NW.png-a5f184da13aef23aa252688636c72903.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall1_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall1_SE.png.import index 100390f..e0a5868 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall1_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall1_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c6v2e6keql1ch" -path="res://.godot/imported/plantSmall1_SE.png-163822939c97c6525b6e6c041d471683.ctex" +path="res://godot/imported/plantSmall1_SE.png-163822939c97c6525b6e6c041d471683.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/plantSmall1_SE.png" -dest_files=["res://.godot/imported/plantSmall1_SE.png-163822939c97c6525b6e6c041d471683.ctex"] +dest_files=["res://godot/imported/plantSmall1_SE.png-163822939c97c6525b6e6c041d471683.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall1_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall1_SW.png.import index 185c6a2..6e255a8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall1_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall1_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cdv448npbxm80" -path="res://.godot/imported/plantSmall1_SW.png-e8d15abc88ca0e3741ccd7f8dead3423.ctex" +path="res://godot/imported/plantSmall1_SW.png-e8d15abc88ca0e3741ccd7f8dead3423.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/plantSmall1_SW.png" -dest_files=["res://.godot/imported/plantSmall1_SW.png-e8d15abc88ca0e3741ccd7f8dead3423.ctex"] +dest_files=["res://godot/imported/plantSmall1_SW.png-e8d15abc88ca0e3741ccd7f8dead3423.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall2_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall2_NE.png.import index f0cf303..3939a81 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall2_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall2_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://beg8modquf6od" -path="res://.godot/imported/plantSmall2_NE.png-5e5c5b7e625bcea590d9f832f14e49c5.ctex" +path="res://godot/imported/plantSmall2_NE.png-5e5c5b7e625bcea590d9f832f14e49c5.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/plantSmall2_NE.png" -dest_files=["res://.godot/imported/plantSmall2_NE.png-5e5c5b7e625bcea590d9f832f14e49c5.ctex"] +dest_files=["res://godot/imported/plantSmall2_NE.png-5e5c5b7e625bcea590d9f832f14e49c5.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall2_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall2_NW.png.import index 7865f34..33d9284 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall2_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall2_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cdlhrqedcpw4l" -path="res://.godot/imported/plantSmall2_NW.png-1ccc4d81d9469c3cf3f861431251f5ff.ctex" +path="res://godot/imported/plantSmall2_NW.png-1ccc4d81d9469c3cf3f861431251f5ff.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/plantSmall2_NW.png" -dest_files=["res://.godot/imported/plantSmall2_NW.png-1ccc4d81d9469c3cf3f861431251f5ff.ctex"] +dest_files=["res://godot/imported/plantSmall2_NW.png-1ccc4d81d9469c3cf3f861431251f5ff.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall2_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall2_SE.png.import index fae4292..f724482 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall2_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall2_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ch4cfcpr0jk31" -path="res://.godot/imported/plantSmall2_SE.png-755b467f398b967f868bf5e616984b5a.ctex" +path="res://godot/imported/plantSmall2_SE.png-755b467f398b967f868bf5e616984b5a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/plantSmall2_SE.png" -dest_files=["res://.godot/imported/plantSmall2_SE.png-755b467f398b967f868bf5e616984b5a.ctex"] +dest_files=["res://godot/imported/plantSmall2_SE.png-755b467f398b967f868bf5e616984b5a.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall2_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall2_SW.png.import index 7432471..a94e767 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall2_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall2_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dvm2gbn321ehc" -path="res://.godot/imported/plantSmall2_SW.png-b7474fa3bdff746d771983eea8d40421.ctex" +path="res://godot/imported/plantSmall2_SW.png-b7474fa3bdff746d771983eea8d40421.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/plantSmall2_SW.png" -dest_files=["res://.godot/imported/plantSmall2_SW.png-b7474fa3bdff746d771983eea8d40421.ctex"] +dest_files=["res://godot/imported/plantSmall2_SW.png-b7474fa3bdff746d771983eea8d40421.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall3_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall3_NE.png.import index 3604977..9b16ee7 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall3_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall3_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dbpk4tam67yjj" -path="res://.godot/imported/plantSmall3_NE.png-d2d2e2293e4a896eb7562458838501cc.ctex" +path="res://godot/imported/plantSmall3_NE.png-d2d2e2293e4a896eb7562458838501cc.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/plantSmall3_NE.png" -dest_files=["res://.godot/imported/plantSmall3_NE.png-d2d2e2293e4a896eb7562458838501cc.ctex"] +dest_files=["res://godot/imported/plantSmall3_NE.png-d2d2e2293e4a896eb7562458838501cc.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall3_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall3_NW.png.import index ebd2279..62b5b17 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall3_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall3_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c38e54xhsqp0o" -path="res://.godot/imported/plantSmall3_NW.png-e325302685be070a22dc10eb5910f89c.ctex" +path="res://godot/imported/plantSmall3_NW.png-e325302685be070a22dc10eb5910f89c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/plantSmall3_NW.png" -dest_files=["res://.godot/imported/plantSmall3_NW.png-e325302685be070a22dc10eb5910f89c.ctex"] +dest_files=["res://godot/imported/plantSmall3_NW.png-e325302685be070a22dc10eb5910f89c.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall3_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall3_SE.png.import index c0c38aa..45eeb94 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall3_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall3_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b0wk007wp64g0" -path="res://.godot/imported/plantSmall3_SE.png-61b60ada1f9baad725a2eb2d8ef2732a.ctex" +path="res://godot/imported/plantSmall3_SE.png-61b60ada1f9baad725a2eb2d8ef2732a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/plantSmall3_SE.png" -dest_files=["res://.godot/imported/plantSmall3_SE.png-61b60ada1f9baad725a2eb2d8ef2732a.ctex"] +dest_files=["res://godot/imported/plantSmall3_SE.png-61b60ada1f9baad725a2eb2d8ef2732a.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall3_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall3_SW.png.import index 027a09c..8b76948 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall3_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/plantSmall3_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bsy5ntqch8xw6" -path="res://.godot/imported/plantSmall3_SW.png-440ae3f7b4bd83b439811bce346e0fa7.ctex" +path="res://godot/imported/plantSmall3_SW.png-440ae3f7b4bd83b439811bce346e0fa7.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/plantSmall3_SW.png" -dest_files=["res://.godot/imported/plantSmall3_SW.png-440ae3f7b4bd83b439811bce346e0fa7.ctex"] +dest_files=["res://godot/imported/plantSmall3_SW.png-440ae3f7b4bd83b439811bce346e0fa7.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pottedPlant_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pottedPlant_NE.png.import index fe21f6d..189b7b3 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pottedPlant_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pottedPlant_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dn60j3cxvqkq0" -path="res://.godot/imported/pottedPlant_NE.png-7b90e07fbfb6278eab2dbe5c6e3091a2.ctex" +path="res://godot/imported/pottedPlant_NE.png-7b90e07fbfb6278eab2dbe5c6e3091a2.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/pottedPlant_NE.png" -dest_files=["res://.godot/imported/pottedPlant_NE.png-7b90e07fbfb6278eab2dbe5c6e3091a2.ctex"] +dest_files=["res://godot/imported/pottedPlant_NE.png-7b90e07fbfb6278eab2dbe5c6e3091a2.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pottedPlant_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pottedPlant_NW.png.import index 5cf67ac..b2ec57c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pottedPlant_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pottedPlant_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bym5ktjpetc5w" -path="res://.godot/imported/pottedPlant_NW.png-d03be8f3b96b11d62963798bd0644cf3.ctex" +path="res://godot/imported/pottedPlant_NW.png-d03be8f3b96b11d62963798bd0644cf3.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/pottedPlant_NW.png" -dest_files=["res://.godot/imported/pottedPlant_NW.png-d03be8f3b96b11d62963798bd0644cf3.ctex"] +dest_files=["res://godot/imported/pottedPlant_NW.png-d03be8f3b96b11d62963798bd0644cf3.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pottedPlant_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pottedPlant_SE.png.import index 28e44fa..3c8a613 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pottedPlant_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pottedPlant_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dmmdbu4q5lf8u" -path="res://.godot/imported/pottedPlant_SE.png-5600b18d335bb4e8dadb6e4f5f04cba0.ctex" +path="res://godot/imported/pottedPlant_SE.png-5600b18d335bb4e8dadb6e4f5f04cba0.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/pottedPlant_SE.png" -dest_files=["res://.godot/imported/pottedPlant_SE.png-5600b18d335bb4e8dadb6e4f5f04cba0.ctex"] +dest_files=["res://godot/imported/pottedPlant_SE.png-5600b18d335bb4e8dadb6e4f5f04cba0.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pottedPlant_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pottedPlant_SW.png.import index f3f5608..19dfa17 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/pottedPlant_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/pottedPlant_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://jk6hx0ax0um" -path="res://.godot/imported/pottedPlant_SW.png-cc2e5e23458e548222057f6f4aceec33.ctex" +path="res://godot/imported/pottedPlant_SW.png-cc2e5e23458e548222057f6f4aceec33.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/pottedPlant_SW.png" -dest_files=["res://.godot/imported/pottedPlant_SW.png-cc2e5e23458e548222057f6f4aceec33.ctex"] +dest_files=["res://godot/imported/pottedPlant_SW.png-cc2e5e23458e548222057f6f4aceec33.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/radio_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/radio_NE.png.import index 19c3262..ff2100b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/radio_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/radio_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://6s3mrfkuxfqa" -path="res://.godot/imported/radio_NE.png-3a9d3431b388afa6e343d72ac91af277.ctex" +path="res://godot/imported/radio_NE.png-3a9d3431b388afa6e343d72ac91af277.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/radio_NE.png" -dest_files=["res://.godot/imported/radio_NE.png-3a9d3431b388afa6e343d72ac91af277.ctex"] +dest_files=["res://godot/imported/radio_NE.png-3a9d3431b388afa6e343d72ac91af277.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/radio_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/radio_NW.png.import index c1f9ead..4ee4956 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/radio_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/radio_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dioqfcdavhbe3" -path="res://.godot/imported/radio_NW.png-83920b0234b9b70332c039df916fda19.ctex" +path="res://godot/imported/radio_NW.png-83920b0234b9b70332c039df916fda19.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/radio_NW.png" -dest_files=["res://.godot/imported/radio_NW.png-83920b0234b9b70332c039df916fda19.ctex"] +dest_files=["res://godot/imported/radio_NW.png-83920b0234b9b70332c039df916fda19.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/radio_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/radio_SE.png.import index d93c243..15a2fa4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/radio_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/radio_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b20lo36qxyg7v" -path="res://.godot/imported/radio_SE.png-7f74454222fc2a1aea1300803adaced9.ctex" +path="res://godot/imported/radio_SE.png-7f74454222fc2a1aea1300803adaced9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/radio_SE.png" -dest_files=["res://.godot/imported/radio_SE.png-7f74454222fc2a1aea1300803adaced9.ctex"] +dest_files=["res://godot/imported/radio_SE.png-7f74454222fc2a1aea1300803adaced9.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/radio_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/radio_SW.png.import index 61e1e98..2c8ba08 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/radio_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/radio_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://d3sy8pvajtgo0" -path="res://.godot/imported/radio_SW.png-e592b4155c87cb264957b0f4fd8a7713.ctex" +path="res://godot/imported/radio_SW.png-e592b4155c87cb264957b0f4fd8a7713.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/radio_SW.png" -dest_files=["res://.godot/imported/radio_SW.png-e592b4155c87cb264957b0f4fd8a7713.ctex"] +dest_files=["res://godot/imported/radio_SW.png-e592b4155c87cb264957b0f4fd8a7713.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugDoormat_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugDoormat_NE.png.import index 20bba76..3bd4ccb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugDoormat_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugDoormat_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b0t2wypuqhvs" -path="res://.godot/imported/rugDoormat_NE.png-eb2f8ae067c65fe307fd42e9e11122cc.ctex" +path="res://godot/imported/rugDoormat_NE.png-eb2f8ae067c65fe307fd42e9e11122cc.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/rugDoormat_NE.png" -dest_files=["res://.godot/imported/rugDoormat_NE.png-eb2f8ae067c65fe307fd42e9e11122cc.ctex"] +dest_files=["res://godot/imported/rugDoormat_NE.png-eb2f8ae067c65fe307fd42e9e11122cc.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugDoormat_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugDoormat_NW.png.import index d706cbe..6956298 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugDoormat_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugDoormat_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cwp22heckeco" -path="res://.godot/imported/rugDoormat_NW.png-59f74080372e0a750dd88d0967540a9f.ctex" +path="res://godot/imported/rugDoormat_NW.png-59f74080372e0a750dd88d0967540a9f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/rugDoormat_NW.png" -dest_files=["res://.godot/imported/rugDoormat_NW.png-59f74080372e0a750dd88d0967540a9f.ctex"] +dest_files=["res://godot/imported/rugDoormat_NW.png-59f74080372e0a750dd88d0967540a9f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugDoormat_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugDoormat_SE.png.import index 0394e38..36e988b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugDoormat_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugDoormat_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b7f26yu74jprj" -path="res://.godot/imported/rugDoormat_SE.png-fcd8f1629f62b55a9c4bfb69cbe9dfe2.ctex" +path="res://godot/imported/rugDoormat_SE.png-fcd8f1629f62b55a9c4bfb69cbe9dfe2.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/rugDoormat_SE.png" -dest_files=["res://.godot/imported/rugDoormat_SE.png-fcd8f1629f62b55a9c4bfb69cbe9dfe2.ctex"] +dest_files=["res://godot/imported/rugDoormat_SE.png-fcd8f1629f62b55a9c4bfb69cbe9dfe2.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugDoormat_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugDoormat_SW.png.import index de1d1e2..7303086 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugDoormat_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugDoormat_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://djbq5slh0g8b" -path="res://.godot/imported/rugDoormat_SW.png-41ce7f983a92b15fa00a586fbc17b3ac.ctex" +path="res://godot/imported/rugDoormat_SW.png-41ce7f983a92b15fa00a586fbc17b3ac.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/rugDoormat_SW.png" -dest_files=["res://.godot/imported/rugDoormat_SW.png-41ce7f983a92b15fa00a586fbc17b3ac.ctex"] +dest_files=["res://godot/imported/rugDoormat_SW.png-41ce7f983a92b15fa00a586fbc17b3ac.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRectangle_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRectangle_NE.png.import index 39d1ea5..7708147 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRectangle_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRectangle_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://btjli1dyc71ho" -path="res://.godot/imported/rugRectangle_NE.png-79aea57c238fa6edfa644ba50aa23a24.ctex" +path="res://godot/imported/rugRectangle_NE.png-79aea57c238fa6edfa644ba50aa23a24.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/rugRectangle_NE.png" -dest_files=["res://.godot/imported/rugRectangle_NE.png-79aea57c238fa6edfa644ba50aa23a24.ctex"] +dest_files=["res://godot/imported/rugRectangle_NE.png-79aea57c238fa6edfa644ba50aa23a24.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRectangle_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRectangle_NW.png.import index 908da23..b113140 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRectangle_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRectangle_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bfmv1r4gbia14" -path="res://.godot/imported/rugRectangle_NW.png-5bf79cdaeb13a5f605b1389b327e3467.ctex" +path="res://godot/imported/rugRectangle_NW.png-5bf79cdaeb13a5f605b1389b327e3467.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/rugRectangle_NW.png" -dest_files=["res://.godot/imported/rugRectangle_NW.png-5bf79cdaeb13a5f605b1389b327e3467.ctex"] +dest_files=["res://godot/imported/rugRectangle_NW.png-5bf79cdaeb13a5f605b1389b327e3467.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRectangle_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRectangle_SE.png.import index 459fb5d..9853b8f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRectangle_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRectangle_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bcpka7rquvch6" -path="res://.godot/imported/rugRectangle_SE.png-e3028348043da01668324d79f07dd343.ctex" +path="res://godot/imported/rugRectangle_SE.png-e3028348043da01668324d79f07dd343.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/rugRectangle_SE.png" -dest_files=["res://.godot/imported/rugRectangle_SE.png-e3028348043da01668324d79f07dd343.ctex"] +dest_files=["res://godot/imported/rugRectangle_SE.png-e3028348043da01668324d79f07dd343.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRectangle_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRectangle_SW.png.import index 4807c34..e48ba7f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRectangle_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRectangle_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b3nrec0nf4ms" -path="res://.godot/imported/rugRectangle_SW.png-85ed0927dbf2c9610767870d90d50139.ctex" +path="res://godot/imported/rugRectangle_SW.png-85ed0927dbf2c9610767870d90d50139.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/rugRectangle_SW.png" -dest_files=["res://.godot/imported/rugRectangle_SW.png-85ed0927dbf2c9610767870d90d50139.ctex"] +dest_files=["res://godot/imported/rugRectangle_SW.png-85ed0927dbf2c9610767870d90d50139.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRound_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRound_NE.png.import index e0fa5e4..019e003 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRound_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRound_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://fnprw4kkwkqn" -path="res://.godot/imported/rugRound_NE.png-a112bafcded1a21b5c128b7b4a7a9560.ctex" +path="res://godot/imported/rugRound_NE.png-a112bafcded1a21b5c128b7b4a7a9560.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/rugRound_NE.png" -dest_files=["res://.godot/imported/rugRound_NE.png-a112bafcded1a21b5c128b7b4a7a9560.ctex"] +dest_files=["res://godot/imported/rugRound_NE.png-a112bafcded1a21b5c128b7b4a7a9560.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRound_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRound_NW.png.import index 7151630..f2654a3 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRound_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRound_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c2qkkv4nftvpd" -path="res://.godot/imported/rugRound_NW.png-96dc973c05bb6b91a059880fb7b327a6.ctex" +path="res://godot/imported/rugRound_NW.png-96dc973c05bb6b91a059880fb7b327a6.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/rugRound_NW.png" -dest_files=["res://.godot/imported/rugRound_NW.png-96dc973c05bb6b91a059880fb7b327a6.ctex"] +dest_files=["res://godot/imported/rugRound_NW.png-96dc973c05bb6b91a059880fb7b327a6.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRound_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRound_SE.png.import index 866b82a..c5e8116 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRound_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRound_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://gwvxbrjp3d2l" -path="res://.godot/imported/rugRound_SE.png-a22add3ab344a106d8f766ae894acb02.ctex" +path="res://godot/imported/rugRound_SE.png-a22add3ab344a106d8f766ae894acb02.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/rugRound_SE.png" -dest_files=["res://.godot/imported/rugRound_SE.png-a22add3ab344a106d8f766ae894acb02.ctex"] +dest_files=["res://godot/imported/rugRound_SE.png-a22add3ab344a106d8f766ae894acb02.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRound_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRound_SW.png.import index 50ba560..45636b2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRound_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRound_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cwojqmpiy5q0v" -path="res://.godot/imported/rugRound_SW.png-e0ae587cc339bbe4b0622eb7ed015991.ctex" +path="res://godot/imported/rugRound_SW.png-e0ae587cc339bbe4b0622eb7ed015991.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/rugRound_SW.png" -dest_files=["res://.godot/imported/rugRound_SW.png-e0ae587cc339bbe4b0622eb7ed015991.ctex"] +dest_files=["res://godot/imported/rugRound_SW.png-e0ae587cc339bbe4b0622eb7ed015991.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRounded_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRounded_NE.png.import index e4fca6f..123ccb9 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRounded_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRounded_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://603gtd3t00lq" -path="res://.godot/imported/rugRounded_NE.png-84eaac3b90ef9cda0be3df3aa74310fe.ctex" +path="res://godot/imported/rugRounded_NE.png-84eaac3b90ef9cda0be3df3aa74310fe.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/rugRounded_NE.png" -dest_files=["res://.godot/imported/rugRounded_NE.png-84eaac3b90ef9cda0be3df3aa74310fe.ctex"] +dest_files=["res://godot/imported/rugRounded_NE.png-84eaac3b90ef9cda0be3df3aa74310fe.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRounded_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRounded_NW.png.import index 2bed546..ad41465 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRounded_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRounded_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ckqcr6blbxg68" -path="res://.godot/imported/rugRounded_NW.png-84274c30789380f6b56a9782189f94ba.ctex" +path="res://godot/imported/rugRounded_NW.png-84274c30789380f6b56a9782189f94ba.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/rugRounded_NW.png" -dest_files=["res://.godot/imported/rugRounded_NW.png-84274c30789380f6b56a9782189f94ba.ctex"] +dest_files=["res://godot/imported/rugRounded_NW.png-84274c30789380f6b56a9782189f94ba.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRounded_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRounded_SE.png.import index fcff11c..dbd90d1 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRounded_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRounded_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://nigt15vx181b" -path="res://.godot/imported/rugRounded_SE.png-45a79e63f2b83c32dfb5bc2c8e24f914.ctex" +path="res://godot/imported/rugRounded_SE.png-45a79e63f2b83c32dfb5bc2c8e24f914.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/rugRounded_SE.png" -dest_files=["res://.godot/imported/rugRounded_SE.png-45a79e63f2b83c32dfb5bc2c8e24f914.ctex"] +dest_files=["res://godot/imported/rugRounded_SE.png-45a79e63f2b83c32dfb5bc2c8e24f914.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRounded_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRounded_SW.png.import index 31b6317..d68db60 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRounded_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugRounded_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://giko062tvob4" -path="res://.godot/imported/rugRounded_SW.png-a173464c89ae72c4da7ec1b2ce39c2dc.ctex" +path="res://godot/imported/rugRounded_SW.png-a173464c89ae72c4da7ec1b2ce39c2dc.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/rugRounded_SW.png" -dest_files=["res://.godot/imported/rugRounded_SW.png-a173464c89ae72c4da7ec1b2ce39c2dc.ctex"] +dest_files=["res://godot/imported/rugRounded_SW.png-a173464c89ae72c4da7ec1b2ce39c2dc.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugSquare_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugSquare_NE.png.import index c4c56f2..0f569a6 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugSquare_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugSquare_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://4sb2fs7fsgvn" -path="res://.godot/imported/rugSquare_NE.png-25be197e5671fe5bf4b05ccbce64a0fc.ctex" +path="res://godot/imported/rugSquare_NE.png-25be197e5671fe5bf4b05ccbce64a0fc.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/rugSquare_NE.png" -dest_files=["res://.godot/imported/rugSquare_NE.png-25be197e5671fe5bf4b05ccbce64a0fc.ctex"] +dest_files=["res://godot/imported/rugSquare_NE.png-25be197e5671fe5bf4b05ccbce64a0fc.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugSquare_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugSquare_NW.png.import index 4b18683..6f4a4b2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugSquare_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugSquare_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dyx8w22g00ts6" -path="res://.godot/imported/rugSquare_NW.png-224e218ea5f37ddd54b3d88d04720300.ctex" +path="res://godot/imported/rugSquare_NW.png-224e218ea5f37ddd54b3d88d04720300.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/rugSquare_NW.png" -dest_files=["res://.godot/imported/rugSquare_NW.png-224e218ea5f37ddd54b3d88d04720300.ctex"] +dest_files=["res://godot/imported/rugSquare_NW.png-224e218ea5f37ddd54b3d88d04720300.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugSquare_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugSquare_SE.png.import index 25ae2d5..0ab313f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugSquare_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugSquare_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://8d7vdda8f3u" -path="res://.godot/imported/rugSquare_SE.png-42ec082d7a913b464d36f167fb244553.ctex" +path="res://godot/imported/rugSquare_SE.png-42ec082d7a913b464d36f167fb244553.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/rugSquare_SE.png" -dest_files=["res://.godot/imported/rugSquare_SE.png-42ec082d7a913b464d36f167fb244553.ctex"] +dest_files=["res://godot/imported/rugSquare_SE.png-42ec082d7a913b464d36f167fb244553.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugSquare_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugSquare_SW.png.import index 09f905d..f32df72 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugSquare_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/rugSquare_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://nr468mhyma6t" -path="res://.godot/imported/rugSquare_SW.png-f51c48702fb704ecc7aee59dd72906b5.ctex" +path="res://godot/imported/rugSquare_SW.png-f51c48702fb704ecc7aee59dd72906b5.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/rugSquare_SW.png" -dest_files=["res://.godot/imported/rugSquare_SW.png-f51c48702fb704ecc7aee59dd72906b5.ctex"] +dest_files=["res://godot/imported/rugSquare_SW.png-f51c48702fb704ecc7aee59dd72906b5.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/showerRound_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/showerRound_NE.png.import index 2d5f6e8..594d471 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/showerRound_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/showerRound_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c2avrg8fo163r" -path="res://.godot/imported/showerRound_NE.png-dde0b608e0900d46179ce70d316b85e0.ctex" +path="res://godot/imported/showerRound_NE.png-dde0b608e0900d46179ce70d316b85e0.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/showerRound_NE.png" -dest_files=["res://.godot/imported/showerRound_NE.png-dde0b608e0900d46179ce70d316b85e0.ctex"] +dest_files=["res://godot/imported/showerRound_NE.png-dde0b608e0900d46179ce70d316b85e0.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/showerRound_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/showerRound_NW.png.import index 5878e5f..2b61274 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/showerRound_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/showerRound_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://be7ety4el7aog" -path="res://.godot/imported/showerRound_NW.png-c336eff5ae8c0bc26713cb4066eeb55b.ctex" +path="res://godot/imported/showerRound_NW.png-c336eff5ae8c0bc26713cb4066eeb55b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/showerRound_NW.png" -dest_files=["res://.godot/imported/showerRound_NW.png-c336eff5ae8c0bc26713cb4066eeb55b.ctex"] +dest_files=["res://godot/imported/showerRound_NW.png-c336eff5ae8c0bc26713cb4066eeb55b.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/showerRound_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/showerRound_SE.png.import index 7d331c5..29e7e12 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/showerRound_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/showerRound_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bi7x67npodvqj" -path="res://.godot/imported/showerRound_SE.png-a72cc9437a4974cda480ccd681d636bf.ctex" +path="res://godot/imported/showerRound_SE.png-a72cc9437a4974cda480ccd681d636bf.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/showerRound_SE.png" -dest_files=["res://.godot/imported/showerRound_SE.png-a72cc9437a4974cda480ccd681d636bf.ctex"] +dest_files=["res://godot/imported/showerRound_SE.png-a72cc9437a4974cda480ccd681d636bf.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/showerRound_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/showerRound_SW.png.import index 0453e3e..bef75b1 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/showerRound_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/showerRound_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dndowdohpiqdw" -path="res://.godot/imported/showerRound_SW.png-42bb47216ec2bd33d46ea7559f57bc71.ctex" +path="res://godot/imported/showerRound_SW.png-42bb47216ec2bd33d46ea7559f57bc71.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/showerRound_SW.png" -dest_files=["res://.godot/imported/showerRound_SW.png-42bb47216ec2bd33d46ea7559f57bc71.ctex"] +dest_files=["res://godot/imported/showerRound_SW.png-42bb47216ec2bd33d46ea7559f57bc71.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/shower_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/shower_NE.png.import index aa51f1a..9b39549 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/shower_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/shower_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b6w1ddw5x2h4n" -path="res://.godot/imported/shower_NE.png-a548d29dee929518fc8bde6f2c63bedc.ctex" +path="res://godot/imported/shower_NE.png-a548d29dee929518fc8bde6f2c63bedc.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/shower_NE.png" -dest_files=["res://.godot/imported/shower_NE.png-a548d29dee929518fc8bde6f2c63bedc.ctex"] +dest_files=["res://godot/imported/shower_NE.png-a548d29dee929518fc8bde6f2c63bedc.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/shower_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/shower_NW.png.import index 4193193..f2f880c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/shower_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/shower_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dmhmoopt5m4mx" -path="res://.godot/imported/shower_NW.png-4e80dfe6e8e165443c72840cdd2a4457.ctex" +path="res://godot/imported/shower_NW.png-4e80dfe6e8e165443c72840cdd2a4457.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/shower_NW.png" -dest_files=["res://.godot/imported/shower_NW.png-4e80dfe6e8e165443c72840cdd2a4457.ctex"] +dest_files=["res://godot/imported/shower_NW.png-4e80dfe6e8e165443c72840cdd2a4457.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/shower_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/shower_SE.png.import index 64d3f5e..780ad6d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/shower_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/shower_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dd3l0lfi43u17" -path="res://.godot/imported/shower_SE.png-a215dcf5725090ef4dbcf8b3b068fe66.ctex" +path="res://godot/imported/shower_SE.png-a215dcf5725090ef4dbcf8b3b068fe66.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/shower_SE.png" -dest_files=["res://.godot/imported/shower_SE.png-a215dcf5725090ef4dbcf8b3b068fe66.ctex"] +dest_files=["res://godot/imported/shower_SE.png-a215dcf5725090ef4dbcf8b3b068fe66.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/shower_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/shower_SW.png.import index 9f77892..cae3aef 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/shower_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/shower_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b71k1tqigfvnl" -path="res://.godot/imported/shower_SW.png-288277b1c867b1556322763ceaee0420.ctex" +path="res://godot/imported/shower_SW.png-288277b1c867b1556322763ceaee0420.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/shower_SW.png" -dest_files=["res://.godot/imported/shower_SW.png-288277b1c867b1556322763ceaee0420.ctex"] +dest_files=["res://godot/imported/shower_SW.png-288277b1c867b1556322763ceaee0420.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTableDrawers_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTableDrawers_NE.png.import index d4324c5..ee777e1 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTableDrawers_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTableDrawers_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cd0i5655o1pcf" -path="res://.godot/imported/sideTableDrawers_NE.png-1677f835f1b9899af5be81058d9674df.ctex" +path="res://godot/imported/sideTableDrawers_NE.png-1677f835f1b9899af5be81058d9674df.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/sideTableDrawers_NE.png" -dest_files=["res://.godot/imported/sideTableDrawers_NE.png-1677f835f1b9899af5be81058d9674df.ctex"] +dest_files=["res://godot/imported/sideTableDrawers_NE.png-1677f835f1b9899af5be81058d9674df.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTableDrawers_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTableDrawers_NW.png.import index 8f08a80..d4703d4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTableDrawers_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTableDrawers_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://80sece3rjpra" -path="res://.godot/imported/sideTableDrawers_NW.png-ec69a0f1c3088e67c92d9fe973949f21.ctex" +path="res://godot/imported/sideTableDrawers_NW.png-ec69a0f1c3088e67c92d9fe973949f21.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/sideTableDrawers_NW.png" -dest_files=["res://.godot/imported/sideTableDrawers_NW.png-ec69a0f1c3088e67c92d9fe973949f21.ctex"] +dest_files=["res://godot/imported/sideTableDrawers_NW.png-ec69a0f1c3088e67c92d9fe973949f21.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTableDrawers_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTableDrawers_SE.png.import index 07358df..c5431df 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTableDrawers_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTableDrawers_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dso74uj10m560" -path="res://.godot/imported/sideTableDrawers_SE.png-1d8cd12fde228563f3d9eabef9c21661.ctex" +path="res://godot/imported/sideTableDrawers_SE.png-1d8cd12fde228563f3d9eabef9c21661.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/sideTableDrawers_SE.png" -dest_files=["res://.godot/imported/sideTableDrawers_SE.png-1d8cd12fde228563f3d9eabef9c21661.ctex"] +dest_files=["res://godot/imported/sideTableDrawers_SE.png-1d8cd12fde228563f3d9eabef9c21661.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTableDrawers_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTableDrawers_SW.png.import index d49700d..f1426b4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTableDrawers_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTableDrawers_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c0j531mmoaadm" -path="res://.godot/imported/sideTableDrawers_SW.png-00b994a64dd60aedc200a52d033d72dc.ctex" +path="res://godot/imported/sideTableDrawers_SW.png-00b994a64dd60aedc200a52d033d72dc.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/sideTableDrawers_SW.png" -dest_files=["res://.godot/imported/sideTableDrawers_SW.png-00b994a64dd60aedc200a52d033d72dc.ctex"] +dest_files=["res://godot/imported/sideTableDrawers_SW.png-00b994a64dd60aedc200a52d033d72dc.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTable_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTable_NE.png.import index 1d62302..99cf386 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTable_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTable_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cfqux8482ec1v" -path="res://.godot/imported/sideTable_NE.png-01f16cf354d168ff0f33d8ed1ec8c2ae.ctex" +path="res://godot/imported/sideTable_NE.png-01f16cf354d168ff0f33d8ed1ec8c2ae.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/sideTable_NE.png" -dest_files=["res://.godot/imported/sideTable_NE.png-01f16cf354d168ff0f33d8ed1ec8c2ae.ctex"] +dest_files=["res://godot/imported/sideTable_NE.png-01f16cf354d168ff0f33d8ed1ec8c2ae.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTable_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTable_NW.png.import index 13e7315..ca1d04a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTable_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTable_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://r8sqq768nust" -path="res://.godot/imported/sideTable_NW.png-19fb62e1b6e1654324730e573dedf566.ctex" +path="res://godot/imported/sideTable_NW.png-19fb62e1b6e1654324730e573dedf566.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/sideTable_NW.png" -dest_files=["res://.godot/imported/sideTable_NW.png-19fb62e1b6e1654324730e573dedf566.ctex"] +dest_files=["res://godot/imported/sideTable_NW.png-19fb62e1b6e1654324730e573dedf566.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTable_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTable_SE.png.import index 20dca94..4a3ec9c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTable_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTable_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c7hfqbm1avpvk" -path="res://.godot/imported/sideTable_SE.png-a8e423daeeeb766c749550ab42dbc992.ctex" +path="res://godot/imported/sideTable_SE.png-a8e423daeeeb766c749550ab42dbc992.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/sideTable_SE.png" -dest_files=["res://.godot/imported/sideTable_SE.png-a8e423daeeeb766c749550ab42dbc992.ctex"] +dest_files=["res://godot/imported/sideTable_SE.png-a8e423daeeeb766c749550ab42dbc992.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTable_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTable_SW.png.import index 8459ce2..f203047 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTable_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/sideTable_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://llxp4x2gxwt2" -path="res://.godot/imported/sideTable_SW.png-b22bce91ab20a8f725fa98531e01f04b.ctex" +path="res://godot/imported/sideTable_SW.png-b22bce91ab20a8f725fa98531e01f04b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/sideTable_SW.png" -dest_files=["res://.godot/imported/sideTable_SW.png-b22bce91ab20a8f725fa98531e01f04b.ctex"] +dest_files=["res://godot/imported/sideTable_SW.png-b22bce91ab20a8f725fa98531e01f04b.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/speakerSmall_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/speakerSmall_NE.png.import index ea2ac6a..82541f7 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/speakerSmall_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/speakerSmall_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://na1ihg6pnhyp" -path="res://.godot/imported/speakerSmall_NE.png-95be022dcd8ac77358ea2591a7efae3d.ctex" +path="res://godot/imported/speakerSmall_NE.png-95be022dcd8ac77358ea2591a7efae3d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/speakerSmall_NE.png" -dest_files=["res://.godot/imported/speakerSmall_NE.png-95be022dcd8ac77358ea2591a7efae3d.ctex"] +dest_files=["res://godot/imported/speakerSmall_NE.png-95be022dcd8ac77358ea2591a7efae3d.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/speakerSmall_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/speakerSmall_NW.png.import index 266696b..c8d3a81 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/speakerSmall_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/speakerSmall_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ccrxswapcci3t" -path="res://.godot/imported/speakerSmall_NW.png-f3a2c97be2e3f54b747282b2a2109043.ctex" +path="res://godot/imported/speakerSmall_NW.png-f3a2c97be2e3f54b747282b2a2109043.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/speakerSmall_NW.png" -dest_files=["res://.godot/imported/speakerSmall_NW.png-f3a2c97be2e3f54b747282b2a2109043.ctex"] +dest_files=["res://godot/imported/speakerSmall_NW.png-f3a2c97be2e3f54b747282b2a2109043.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/speakerSmall_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/speakerSmall_SE.png.import index 8770a31..681b646 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/speakerSmall_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/speakerSmall_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cobwlujrqnsas" -path="res://.godot/imported/speakerSmall_SE.png-a58362f652fa2d5dbedb86e7bc0c9581.ctex" +path="res://godot/imported/speakerSmall_SE.png-a58362f652fa2d5dbedb86e7bc0c9581.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/speakerSmall_SE.png" -dest_files=["res://.godot/imported/speakerSmall_SE.png-a58362f652fa2d5dbedb86e7bc0c9581.ctex"] +dest_files=["res://godot/imported/speakerSmall_SE.png-a58362f652fa2d5dbedb86e7bc0c9581.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/speakerSmall_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/speakerSmall_SW.png.import index b63ada2..d1509ea 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/speakerSmall_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/speakerSmall_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cr2cymbb32yjt" -path="res://.godot/imported/speakerSmall_SW.png-a4be1e40f17c5bccec9e6a689b392a9a.ctex" +path="res://godot/imported/speakerSmall_SW.png-a4be1e40f17c5bccec9e6a689b392a9a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/speakerSmall_SW.png" -dest_files=["res://.godot/imported/speakerSmall_SW.png-a4be1e40f17c5bccec9e6a689b392a9a.ctex"] +dest_files=["res://godot/imported/speakerSmall_SW.png-a4be1e40f17c5bccec9e6a689b392a9a.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/speaker_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/speaker_NE.png.import index 2847108..c3f0fc1 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/speaker_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/speaker_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c52bnr50wh3e3" -path="res://.godot/imported/speaker_NE.png-8de749daf19f398f0ffc9f750e930b9a.ctex" +path="res://godot/imported/speaker_NE.png-8de749daf19f398f0ffc9f750e930b9a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/speaker_NE.png" -dest_files=["res://.godot/imported/speaker_NE.png-8de749daf19f398f0ffc9f750e930b9a.ctex"] +dest_files=["res://godot/imported/speaker_NE.png-8de749daf19f398f0ffc9f750e930b9a.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/speaker_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/speaker_NW.png.import index 84baa84..1f15b9d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/speaker_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/speaker_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://sh371xlsdj6r" -path="res://.godot/imported/speaker_NW.png-b837f29d000dcc107e71c68480b3b9ce.ctex" +path="res://godot/imported/speaker_NW.png-b837f29d000dcc107e71c68480b3b9ce.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/speaker_NW.png" -dest_files=["res://.godot/imported/speaker_NW.png-b837f29d000dcc107e71c68480b3b9ce.ctex"] +dest_files=["res://godot/imported/speaker_NW.png-b837f29d000dcc107e71c68480b3b9ce.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/speaker_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/speaker_SE.png.import index 93c8a9d..72c72de 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/speaker_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/speaker_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bk60nmiayff74" -path="res://.godot/imported/speaker_SE.png-d2fbcfd52717bd23e1a8f2a05aaf71d4.ctex" +path="res://godot/imported/speaker_SE.png-d2fbcfd52717bd23e1a8f2a05aaf71d4.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/speaker_SE.png" -dest_files=["res://.godot/imported/speaker_SE.png-d2fbcfd52717bd23e1a8f2a05aaf71d4.ctex"] +dest_files=["res://godot/imported/speaker_SE.png-d2fbcfd52717bd23e1a8f2a05aaf71d4.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/speaker_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/speaker_SW.png.import index 9858e72..73d26e5 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/speaker_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/speaker_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dsaw8qiyl3c0k" -path="res://.godot/imported/speaker_SW.png-d3ff2e6701cdcb46e8fa287b15f758ec.ctex" +path="res://godot/imported/speaker_SW.png-d3ff2e6701cdcb46e8fa287b15f758ec.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/speaker_SW.png" -dest_files=["res://.godot/imported/speaker_SW.png-d3ff2e6701cdcb46e8fa287b15f758ec.ctex"] +dest_files=["res://godot/imported/speaker_SW.png-d3ff2e6701cdcb46e8fa287b15f758ec.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsCorner_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsCorner_NE.png.import index df615ec..474bb2b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsCorner_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsCorner_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c52bvnatcxypn" -path="res://.godot/imported/stairsCorner_NE.png-960490e5626f0635776192c2cfadfd7c.ctex" +path="res://godot/imported/stairsCorner_NE.png-960490e5626f0635776192c2cfadfd7c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/stairsCorner_NE.png" -dest_files=["res://.godot/imported/stairsCorner_NE.png-960490e5626f0635776192c2cfadfd7c.ctex"] +dest_files=["res://godot/imported/stairsCorner_NE.png-960490e5626f0635776192c2cfadfd7c.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsCorner_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsCorner_NW.png.import index 824404e..255824a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsCorner_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsCorner_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://kivvxphv5wsf" -path="res://.godot/imported/stairsCorner_NW.png-48c6057800467e4e996211c8e52dc7f5.ctex" +path="res://godot/imported/stairsCorner_NW.png-48c6057800467e4e996211c8e52dc7f5.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/stairsCorner_NW.png" -dest_files=["res://.godot/imported/stairsCorner_NW.png-48c6057800467e4e996211c8e52dc7f5.ctex"] +dest_files=["res://godot/imported/stairsCorner_NW.png-48c6057800467e4e996211c8e52dc7f5.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsCorner_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsCorner_SE.png.import index 12cc842..211e575 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsCorner_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsCorner_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bv7h0wy0vrxqs" -path="res://.godot/imported/stairsCorner_SE.png-69600e201e167602e1dfeb96769e5519.ctex" +path="res://godot/imported/stairsCorner_SE.png-69600e201e167602e1dfeb96769e5519.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/stairsCorner_SE.png" -dest_files=["res://.godot/imported/stairsCorner_SE.png-69600e201e167602e1dfeb96769e5519.ctex"] +dest_files=["res://godot/imported/stairsCorner_SE.png-69600e201e167602e1dfeb96769e5519.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsCorner_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsCorner_SW.png.import index c2746c4..7581a55 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsCorner_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsCorner_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://d4cis18f51bqr" -path="res://.godot/imported/stairsCorner_SW.png-b599ab5c5adde6adcf003d825f3e5842.ctex" +path="res://godot/imported/stairsCorner_SW.png-b599ab5c5adde6adcf003d825f3e5842.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/stairsCorner_SW.png" -dest_files=["res://.godot/imported/stairsCorner_SW.png-b599ab5c5adde6adcf003d825f3e5842.ctex"] +dest_files=["res://godot/imported/stairsCorner_SW.png-b599ab5c5adde6adcf003d825f3e5842.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpenSingle_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpenSingle_NE.png.import index 836f569..5dd957e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpenSingle_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpenSingle_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bu1dso7p6n5wi" -path="res://.godot/imported/stairsOpenSingle_NE.png-5b874c8a8bf00fa6c55da2bb265c78d3.ctex" +path="res://godot/imported/stairsOpenSingle_NE.png-5b874c8a8bf00fa6c55da2bb265c78d3.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/stairsOpenSingle_NE.png" -dest_files=["res://.godot/imported/stairsOpenSingle_NE.png-5b874c8a8bf00fa6c55da2bb265c78d3.ctex"] +dest_files=["res://godot/imported/stairsOpenSingle_NE.png-5b874c8a8bf00fa6c55da2bb265c78d3.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpenSingle_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpenSingle_NW.png.import index b416cd1..98b8fd4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpenSingle_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpenSingle_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://pshbkpt5shvu" -path="res://.godot/imported/stairsOpenSingle_NW.png-ea9f400927c262eecb6e7a754f509514.ctex" +path="res://godot/imported/stairsOpenSingle_NW.png-ea9f400927c262eecb6e7a754f509514.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/stairsOpenSingle_NW.png" -dest_files=["res://.godot/imported/stairsOpenSingle_NW.png-ea9f400927c262eecb6e7a754f509514.ctex"] +dest_files=["res://godot/imported/stairsOpenSingle_NW.png-ea9f400927c262eecb6e7a754f509514.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpenSingle_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpenSingle_SE.png.import index b01cfea..7e3f852 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpenSingle_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpenSingle_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bri4poq1xfa6a" -path="res://.godot/imported/stairsOpenSingle_SE.png-088e5ca18ce70cfe9a00a46a95ad3054.ctex" +path="res://godot/imported/stairsOpenSingle_SE.png-088e5ca18ce70cfe9a00a46a95ad3054.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/stairsOpenSingle_SE.png" -dest_files=["res://.godot/imported/stairsOpenSingle_SE.png-088e5ca18ce70cfe9a00a46a95ad3054.ctex"] +dest_files=["res://godot/imported/stairsOpenSingle_SE.png-088e5ca18ce70cfe9a00a46a95ad3054.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpenSingle_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpenSingle_SW.png.import index 46b4c38..cae647f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpenSingle_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpenSingle_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://rjhf0s0jtye6" -path="res://.godot/imported/stairsOpenSingle_SW.png-fc313b02109c44a09894d86989fa18dc.ctex" +path="res://godot/imported/stairsOpenSingle_SW.png-fc313b02109c44a09894d86989fa18dc.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/stairsOpenSingle_SW.png" -dest_files=["res://.godot/imported/stairsOpenSingle_SW.png-fc313b02109c44a09894d86989fa18dc.ctex"] +dest_files=["res://godot/imported/stairsOpenSingle_SW.png-fc313b02109c44a09894d86989fa18dc.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpen_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpen_NE.png.import index 9336ce7..778d93c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpen_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpen_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://co6400ym7nlmd" -path="res://.godot/imported/stairsOpen_NE.png-3f89e97d530829b3b7f0d3f1c549b8ee.ctex" +path="res://godot/imported/stairsOpen_NE.png-3f89e97d530829b3b7f0d3f1c549b8ee.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/stairsOpen_NE.png" -dest_files=["res://.godot/imported/stairsOpen_NE.png-3f89e97d530829b3b7f0d3f1c549b8ee.ctex"] +dest_files=["res://godot/imported/stairsOpen_NE.png-3f89e97d530829b3b7f0d3f1c549b8ee.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpen_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpen_NW.png.import index 90da717..a12f7bf 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpen_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpen_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://d3drotpufpffq" -path="res://.godot/imported/stairsOpen_NW.png-fb466fd7899904f7456b9cbdeee8c8f4.ctex" +path="res://godot/imported/stairsOpen_NW.png-fb466fd7899904f7456b9cbdeee8c8f4.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/stairsOpen_NW.png" -dest_files=["res://.godot/imported/stairsOpen_NW.png-fb466fd7899904f7456b9cbdeee8c8f4.ctex"] +dest_files=["res://godot/imported/stairsOpen_NW.png-fb466fd7899904f7456b9cbdeee8c8f4.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpen_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpen_SE.png.import index ff00797..1c47395 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpen_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpen_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://df16pkwhipil0" -path="res://.godot/imported/stairsOpen_SE.png-a8e3a4124681543834558ac1e66f5b63.ctex" +path="res://godot/imported/stairsOpen_SE.png-a8e3a4124681543834558ac1e66f5b63.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/stairsOpen_SE.png" -dest_files=["res://.godot/imported/stairsOpen_SE.png-a8e3a4124681543834558ac1e66f5b63.ctex"] +dest_files=["res://godot/imported/stairsOpen_SE.png-a8e3a4124681543834558ac1e66f5b63.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpen_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpen_SW.png.import index 730ccf9..eb52d82 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpen_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairsOpen_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://t87vwi8vvca5" -path="res://.godot/imported/stairsOpen_SW.png-28c77cb4fe79e528f1802aba82de9d31.ctex" +path="res://godot/imported/stairsOpen_SW.png-28c77cb4fe79e528f1802aba82de9d31.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/stairsOpen_SW.png" -dest_files=["res://.godot/imported/stairsOpen_SW.png-28c77cb4fe79e528f1802aba82de9d31.ctex"] +dest_files=["res://godot/imported/stairsOpen_SW.png-28c77cb4fe79e528f1802aba82de9d31.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairs_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairs_NE.png.import index c94fc7a..7aa6bc3 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairs_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairs_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ckax8njhjxbr6" -path="res://.godot/imported/stairs_NE.png-aba422444105f06a93c9ef84d9d359f2.ctex" +path="res://godot/imported/stairs_NE.png-aba422444105f06a93c9ef84d9d359f2.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/stairs_NE.png" -dest_files=["res://.godot/imported/stairs_NE.png-aba422444105f06a93c9ef84d9d359f2.ctex"] +dest_files=["res://godot/imported/stairs_NE.png-aba422444105f06a93c9ef84d9d359f2.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairs_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairs_NW.png.import index d3aba88..387d81a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairs_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairs_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://xvc77diyn41f" -path="res://.godot/imported/stairs_NW.png-f875e0765e8575a7ff452c9ad64765fe.ctex" +path="res://godot/imported/stairs_NW.png-f875e0765e8575a7ff452c9ad64765fe.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/stairs_NW.png" -dest_files=["res://.godot/imported/stairs_NW.png-f875e0765e8575a7ff452c9ad64765fe.ctex"] +dest_files=["res://godot/imported/stairs_NW.png-f875e0765e8575a7ff452c9ad64765fe.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairs_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairs_SE.png.import index 01b1546..9eeedbb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairs_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairs_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://omy3mbxjdrkl" -path="res://.godot/imported/stairs_SE.png-ef771e873c4878125d5dacd93576fa4f.ctex" +path="res://godot/imported/stairs_SE.png-ef771e873c4878125d5dacd93576fa4f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/stairs_SE.png" -dest_files=["res://.godot/imported/stairs_SE.png-ef771e873c4878125d5dacd93576fa4f.ctex"] +dest_files=["res://godot/imported/stairs_SE.png-ef771e873c4878125d5dacd93576fa4f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairs_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairs_SW.png.import index 7f0b788..5b1df47 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairs_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stairs_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ccqvin76p88km" -path="res://.godot/imported/stairs_SW.png-6bf2d92adbafc4bbadc99a45c6556361.ctex" +path="res://godot/imported/stairs_SW.png-6bf2d92adbafc4bbadc99a45c6556361.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/stairs_SW.png" -dest_files=["res://.godot/imported/stairs_SW.png-6bf2d92adbafc4bbadc99a45c6556361.ctex"] +dest_files=["res://godot/imported/stairs_SW.png-6bf2d92adbafc4bbadc99a45c6556361.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBarSquare_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBarSquare_NE.png.import index 8b6761b..b8b5399 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBarSquare_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBarSquare_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bn5mb83ak4q7s" -path="res://.godot/imported/stoolBarSquare_NE.png-02ca0291cd112474460bc20a16f9bdfd.ctex" +path="res://godot/imported/stoolBarSquare_NE.png-02ca0291cd112474460bc20a16f9bdfd.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/stoolBarSquare_NE.png" -dest_files=["res://.godot/imported/stoolBarSquare_NE.png-02ca0291cd112474460bc20a16f9bdfd.ctex"] +dest_files=["res://godot/imported/stoolBarSquare_NE.png-02ca0291cd112474460bc20a16f9bdfd.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBarSquare_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBarSquare_NW.png.import index 33902b9..b3a1ab1 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBarSquare_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBarSquare_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://iotqv4b0400d" -path="res://.godot/imported/stoolBarSquare_NW.png-e440539e077e80c7dd38237cbed5fc1d.ctex" +path="res://godot/imported/stoolBarSquare_NW.png-e440539e077e80c7dd38237cbed5fc1d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/stoolBarSquare_NW.png" -dest_files=["res://.godot/imported/stoolBarSquare_NW.png-e440539e077e80c7dd38237cbed5fc1d.ctex"] +dest_files=["res://godot/imported/stoolBarSquare_NW.png-e440539e077e80c7dd38237cbed5fc1d.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBarSquare_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBarSquare_SE.png.import index 50a0298..8ff33df 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBarSquare_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBarSquare_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bti30gq4h6pfe" -path="res://.godot/imported/stoolBarSquare_SE.png-cd1fe7cf73b221fa65004f9be3c0ea81.ctex" +path="res://godot/imported/stoolBarSquare_SE.png-cd1fe7cf73b221fa65004f9be3c0ea81.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/stoolBarSquare_SE.png" -dest_files=["res://.godot/imported/stoolBarSquare_SE.png-cd1fe7cf73b221fa65004f9be3c0ea81.ctex"] +dest_files=["res://godot/imported/stoolBarSquare_SE.png-cd1fe7cf73b221fa65004f9be3c0ea81.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBarSquare_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBarSquare_SW.png.import index 699c338..6ef88f8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBarSquare_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBarSquare_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://juq1vnw82hpu" -path="res://.godot/imported/stoolBarSquare_SW.png-434b89cb1703a4a725db8284223bb3b9.ctex" +path="res://godot/imported/stoolBarSquare_SW.png-434b89cb1703a4a725db8284223bb3b9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/stoolBarSquare_SW.png" -dest_files=["res://.godot/imported/stoolBarSquare_SW.png-434b89cb1703a4a725db8284223bb3b9.ctex"] +dest_files=["res://godot/imported/stoolBarSquare_SW.png-434b89cb1703a4a725db8284223bb3b9.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBar_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBar_NE.png.import index 6910dcd..2a9eb63 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBar_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBar_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bedafmagjb8wh" -path="res://.godot/imported/stoolBar_NE.png-f46a3c6ba27f7abe3b416f8310a56c49.ctex" +path="res://godot/imported/stoolBar_NE.png-f46a3c6ba27f7abe3b416f8310a56c49.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/stoolBar_NE.png" -dest_files=["res://.godot/imported/stoolBar_NE.png-f46a3c6ba27f7abe3b416f8310a56c49.ctex"] +dest_files=["res://godot/imported/stoolBar_NE.png-f46a3c6ba27f7abe3b416f8310a56c49.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBar_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBar_NW.png.import index 5fddc98..4208eff 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBar_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBar_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://y5a4g0law811" -path="res://.godot/imported/stoolBar_NW.png-9fb68e70ad2585e2cc932694ac3d4c35.ctex" +path="res://godot/imported/stoolBar_NW.png-9fb68e70ad2585e2cc932694ac3d4c35.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/stoolBar_NW.png" -dest_files=["res://.godot/imported/stoolBar_NW.png-9fb68e70ad2585e2cc932694ac3d4c35.ctex"] +dest_files=["res://godot/imported/stoolBar_NW.png-9fb68e70ad2585e2cc932694ac3d4c35.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBar_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBar_SE.png.import index 7498391..b7d82d2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBar_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBar_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bjx300i1ww7wh" -path="res://.godot/imported/stoolBar_SE.png-c10d0a537235ccd20250c8acce8c411a.ctex" +path="res://godot/imported/stoolBar_SE.png-c10d0a537235ccd20250c8acce8c411a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/stoolBar_SE.png" -dest_files=["res://.godot/imported/stoolBar_SE.png-c10d0a537235ccd20250c8acce8c411a.ctex"] +dest_files=["res://godot/imported/stoolBar_SE.png-c10d0a537235ccd20250c8acce8c411a.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBar_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBar_SW.png.import index 02959bc..d03036e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBar_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/stoolBar_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bccs7g822ip4p" -path="res://.godot/imported/stoolBar_SW.png-f66ea872e53d97fca8674150f0398a68.ctex" +path="res://godot/imported/stoolBar_SW.png-f66ea872e53d97fca8674150f0398a68.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/stoolBar_SW.png" -dest_files=["res://.godot/imported/stoolBar_SW.png-f66ea872e53d97fca8674150f0398a68.ctex"] +dest_files=["res://godot/imported/stoolBar_SW.png-f66ea872e53d97fca8674150f0398a68.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCloth_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCloth_NE.png.import index f933f2d..b9c58f5 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCloth_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCloth_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c6iajjfbuet1d" -path="res://.godot/imported/tableCloth_NE.png-d0791a9d0c4ea6620bba65fcd903540d.ctex" +path="res://godot/imported/tableCloth_NE.png-d0791a9d0c4ea6620bba65fcd903540d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableCloth_NE.png" -dest_files=["res://.godot/imported/tableCloth_NE.png-d0791a9d0c4ea6620bba65fcd903540d.ctex"] +dest_files=["res://godot/imported/tableCloth_NE.png-d0791a9d0c4ea6620bba65fcd903540d.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCloth_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCloth_NW.png.import index 97879f5..0710025 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCloth_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCloth_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c514g161j3smi" -path="res://.godot/imported/tableCloth_NW.png-7ae6df7759922b5f9b3f2190a8c96ae9.ctex" +path="res://godot/imported/tableCloth_NW.png-7ae6df7759922b5f9b3f2190a8c96ae9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableCloth_NW.png" -dest_files=["res://.godot/imported/tableCloth_NW.png-7ae6df7759922b5f9b3f2190a8c96ae9.ctex"] +dest_files=["res://godot/imported/tableCloth_NW.png-7ae6df7759922b5f9b3f2190a8c96ae9.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCloth_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCloth_SE.png.import index be23dd2..ae8ae06 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCloth_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCloth_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b7tb1prsvjssn" -path="res://.godot/imported/tableCloth_SE.png-23f9c89dac0847781e39ba345b910260.ctex" +path="res://godot/imported/tableCloth_SE.png-23f9c89dac0847781e39ba345b910260.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableCloth_SE.png" -dest_files=["res://.godot/imported/tableCloth_SE.png-23f9c89dac0847781e39ba345b910260.ctex"] +dest_files=["res://godot/imported/tableCloth_SE.png-23f9c89dac0847781e39ba345b910260.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCloth_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCloth_SW.png.import index e77b30e..d42efe0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCloth_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCloth_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bnew7miyg8lar" -path="res://.godot/imported/tableCloth_SW.png-95930ef7531dc3e7cab8d0da0a5ddc73.ctex" +path="res://godot/imported/tableCloth_SW.png-95930ef7531dc3e7cab8d0da0a5ddc73.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableCloth_SW.png" -dest_files=["res://.godot/imported/tableCloth_SW.png-95930ef7531dc3e7cab8d0da0a5ddc73.ctex"] +dest_files=["res://godot/imported/tableCloth_SW.png-95930ef7531dc3e7cab8d0da0a5ddc73.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlassSquare_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlassSquare_NE.png.import index c13ff04..a48f49c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlassSquare_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlassSquare_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bwajby0ktdch4" -path="res://.godot/imported/tableCoffeeGlassSquare_NE.png-6090fa9e7ea72a77e0508752c892eb30.ctex" +path="res://godot/imported/tableCoffeeGlassSquare_NE.png-6090fa9e7ea72a77e0508752c892eb30.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlassSquare_NE.png" -dest_files=["res://.godot/imported/tableCoffeeGlassSquare_NE.png-6090fa9e7ea72a77e0508752c892eb30.ctex"] +dest_files=["res://godot/imported/tableCoffeeGlassSquare_NE.png-6090fa9e7ea72a77e0508752c892eb30.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlassSquare_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlassSquare_NW.png.import index 96fe7f4..70d6ce7 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlassSquare_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlassSquare_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dcnittmxhrtfs" -path="res://.godot/imported/tableCoffeeGlassSquare_NW.png-0d6d5ebcab4f1ab7669eaf613d2bc279.ctex" +path="res://godot/imported/tableCoffeeGlassSquare_NW.png-0d6d5ebcab4f1ab7669eaf613d2bc279.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlassSquare_NW.png" -dest_files=["res://.godot/imported/tableCoffeeGlassSquare_NW.png-0d6d5ebcab4f1ab7669eaf613d2bc279.ctex"] +dest_files=["res://godot/imported/tableCoffeeGlassSquare_NW.png-0d6d5ebcab4f1ab7669eaf613d2bc279.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlassSquare_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlassSquare_SE.png.import index 366fb8d..742299b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlassSquare_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlassSquare_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://coe36ik605osf" -path="res://.godot/imported/tableCoffeeGlassSquare_SE.png-d025ca95d01ad450416616f67c87a654.ctex" +path="res://godot/imported/tableCoffeeGlassSquare_SE.png-d025ca95d01ad450416616f67c87a654.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlassSquare_SE.png" -dest_files=["res://.godot/imported/tableCoffeeGlassSquare_SE.png-d025ca95d01ad450416616f67c87a654.ctex"] +dest_files=["res://godot/imported/tableCoffeeGlassSquare_SE.png-d025ca95d01ad450416616f67c87a654.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlassSquare_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlassSquare_SW.png.import index d59e6fd..3d5a7fb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlassSquare_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlassSquare_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bf7ywiye3m15c" -path="res://.godot/imported/tableCoffeeGlassSquare_SW.png-4861f7aaa583dd0084a393526240137e.ctex" +path="res://godot/imported/tableCoffeeGlassSquare_SW.png-4861f7aaa583dd0084a393526240137e.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlassSquare_SW.png" -dest_files=["res://.godot/imported/tableCoffeeGlassSquare_SW.png-4861f7aaa583dd0084a393526240137e.ctex"] +dest_files=["res://godot/imported/tableCoffeeGlassSquare_SW.png-4861f7aaa583dd0084a393526240137e.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlass_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlass_NE.png.import index 27e500a..1d9699e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlass_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlass_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cunbhvoxa4at6" -path="res://.godot/imported/tableCoffeeGlass_NE.png-d0a6a89ed24372bd47ac63c7e90df705.ctex" +path="res://godot/imported/tableCoffeeGlass_NE.png-d0a6a89ed24372bd47ac63c7e90df705.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlass_NE.png" -dest_files=["res://.godot/imported/tableCoffeeGlass_NE.png-d0a6a89ed24372bd47ac63c7e90df705.ctex"] +dest_files=["res://godot/imported/tableCoffeeGlass_NE.png-d0a6a89ed24372bd47ac63c7e90df705.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlass_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlass_NW.png.import index af68529..d57879c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlass_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlass_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://j5t7fgq8gcm0" -path="res://.godot/imported/tableCoffeeGlass_NW.png-f957b56aa086339b8dbb757be1f97eb2.ctex" +path="res://godot/imported/tableCoffeeGlass_NW.png-f957b56aa086339b8dbb757be1f97eb2.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlass_NW.png" -dest_files=["res://.godot/imported/tableCoffeeGlass_NW.png-f957b56aa086339b8dbb757be1f97eb2.ctex"] +dest_files=["res://godot/imported/tableCoffeeGlass_NW.png-f957b56aa086339b8dbb757be1f97eb2.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlass_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlass_SE.png.import index faf417a..3535463 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlass_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlass_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b1064mk5hsb3d" -path="res://.godot/imported/tableCoffeeGlass_SE.png-2412ac77f5760f861664b510455e4bfc.ctex" +path="res://godot/imported/tableCoffeeGlass_SE.png-2412ac77f5760f861664b510455e4bfc.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlass_SE.png" -dest_files=["res://.godot/imported/tableCoffeeGlass_SE.png-2412ac77f5760f861664b510455e4bfc.ctex"] +dest_files=["res://godot/imported/tableCoffeeGlass_SE.png-2412ac77f5760f861664b510455e4bfc.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlass_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlass_SW.png.import index a9ba4e6..9a0c80d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlass_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlass_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dwmmi5hbugj1p" -path="res://.godot/imported/tableCoffeeGlass_SW.png-0adf34d10a75ff15c2547f1fc879d13f.ctex" +path="res://godot/imported/tableCoffeeGlass_SW.png-0adf34d10a75ff15c2547f1fc879d13f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableCoffeeGlass_SW.png" -dest_files=["res://.godot/imported/tableCoffeeGlass_SW.png-0adf34d10a75ff15c2547f1fc879d13f.ctex"] +dest_files=["res://godot/imported/tableCoffeeGlass_SW.png-0adf34d10a75ff15c2547f1fc879d13f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeSquare_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeSquare_NE.png.import index 755ebd6..33faa80 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeSquare_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeSquare_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bxn8yhwbbgce5" -path="res://.godot/imported/tableCoffeeSquare_NE.png-dc088e1247af553590ae99c2e7e7a7d2.ctex" +path="res://godot/imported/tableCoffeeSquare_NE.png-dc088e1247af553590ae99c2e7e7a7d2.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableCoffeeSquare_NE.png" -dest_files=["res://.godot/imported/tableCoffeeSquare_NE.png-dc088e1247af553590ae99c2e7e7a7d2.ctex"] +dest_files=["res://godot/imported/tableCoffeeSquare_NE.png-dc088e1247af553590ae99c2e7e7a7d2.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeSquare_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeSquare_NW.png.import index dd6bc93..5364113 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeSquare_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeSquare_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://24qv8twev6t4" -path="res://.godot/imported/tableCoffeeSquare_NW.png-b9dfb7ea58268db27fbe9204548e0843.ctex" +path="res://godot/imported/tableCoffeeSquare_NW.png-b9dfb7ea58268db27fbe9204548e0843.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableCoffeeSquare_NW.png" -dest_files=["res://.godot/imported/tableCoffeeSquare_NW.png-b9dfb7ea58268db27fbe9204548e0843.ctex"] +dest_files=["res://godot/imported/tableCoffeeSquare_NW.png-b9dfb7ea58268db27fbe9204548e0843.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeSquare_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeSquare_SE.png.import index a5ba318..ec3bfaf 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeSquare_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeSquare_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dytlcinuqr78o" -path="res://.godot/imported/tableCoffeeSquare_SE.png-0bffdbea133f0ea63d52b53ec016de01.ctex" +path="res://godot/imported/tableCoffeeSquare_SE.png-0bffdbea133f0ea63d52b53ec016de01.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableCoffeeSquare_SE.png" -dest_files=["res://.godot/imported/tableCoffeeSquare_SE.png-0bffdbea133f0ea63d52b53ec016de01.ctex"] +dest_files=["res://godot/imported/tableCoffeeSquare_SE.png-0bffdbea133f0ea63d52b53ec016de01.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeSquare_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeSquare_SW.png.import index 2f882a8..3fff2b7 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeSquare_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffeeSquare_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b0ikrxcv4tpri" -path="res://.godot/imported/tableCoffeeSquare_SW.png-23434b5bda9905efc0fefb7189982706.ctex" +path="res://godot/imported/tableCoffeeSquare_SW.png-23434b5bda9905efc0fefb7189982706.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableCoffeeSquare_SW.png" -dest_files=["res://.godot/imported/tableCoffeeSquare_SW.png-23434b5bda9905efc0fefb7189982706.ctex"] +dest_files=["res://godot/imported/tableCoffeeSquare_SW.png-23434b5bda9905efc0fefb7189982706.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffee_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffee_NE.png.import index 63c6412..2217ced 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffee_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffee_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dy8lcv5xwv56r" -path="res://.godot/imported/tableCoffee_NE.png-6a34da77b094a200975ab55d1aabd891.ctex" +path="res://godot/imported/tableCoffee_NE.png-6a34da77b094a200975ab55d1aabd891.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableCoffee_NE.png" -dest_files=["res://.godot/imported/tableCoffee_NE.png-6a34da77b094a200975ab55d1aabd891.ctex"] +dest_files=["res://godot/imported/tableCoffee_NE.png-6a34da77b094a200975ab55d1aabd891.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffee_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffee_NW.png.import index 217ef5b..d18533c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffee_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffee_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://csh5jff1se1qe" -path="res://.godot/imported/tableCoffee_NW.png-4ca8d8a6a6012abdac82ea1327cf2f72.ctex" +path="res://godot/imported/tableCoffee_NW.png-4ca8d8a6a6012abdac82ea1327cf2f72.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableCoffee_NW.png" -dest_files=["res://.godot/imported/tableCoffee_NW.png-4ca8d8a6a6012abdac82ea1327cf2f72.ctex"] +dest_files=["res://godot/imported/tableCoffee_NW.png-4ca8d8a6a6012abdac82ea1327cf2f72.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffee_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffee_SE.png.import index b7f68bd..ec6f9f5 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffee_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffee_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bppfro7hrm3t8" -path="res://.godot/imported/tableCoffee_SE.png-80bf41dfb5a7281019c338f2df22ca30.ctex" +path="res://godot/imported/tableCoffee_SE.png-80bf41dfb5a7281019c338f2df22ca30.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableCoffee_SE.png" -dest_files=["res://.godot/imported/tableCoffee_SE.png-80bf41dfb5a7281019c338f2df22ca30.ctex"] +dest_files=["res://godot/imported/tableCoffee_SE.png-80bf41dfb5a7281019c338f2df22ca30.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffee_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffee_SW.png.import index 5cb3d76..3de270a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffee_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCoffee_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bgi0haxumd6kj" -path="res://.godot/imported/tableCoffee_SW.png-35f080526e7ea56a2ae1bdb9b412bab8.ctex" +path="res://godot/imported/tableCoffee_SW.png-35f080526e7ea56a2ae1bdb9b412bab8.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableCoffee_SW.png" -dest_files=["res://.godot/imported/tableCoffee_SW.png-35f080526e7ea56a2ae1bdb9b412bab8.ctex"] +dest_files=["res://godot/imported/tableCoffee_SW.png-35f080526e7ea56a2ae1bdb9b412bab8.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCrossCloth_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCrossCloth_NE.png.import index 35d6c71..e0d9206 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCrossCloth_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCrossCloth_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bjvq2ob6ef44j" -path="res://.godot/imported/tableCrossCloth_NE.png-e5fb79a9dbaa55e0d8c331de8b44ff50.ctex" +path="res://godot/imported/tableCrossCloth_NE.png-e5fb79a9dbaa55e0d8c331de8b44ff50.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableCrossCloth_NE.png" -dest_files=["res://.godot/imported/tableCrossCloth_NE.png-e5fb79a9dbaa55e0d8c331de8b44ff50.ctex"] +dest_files=["res://godot/imported/tableCrossCloth_NE.png-e5fb79a9dbaa55e0d8c331de8b44ff50.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCrossCloth_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCrossCloth_NW.png.import index 4131aca..d078be6 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCrossCloth_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCrossCloth_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bc4p0k0vjy8je" -path="res://.godot/imported/tableCrossCloth_NW.png-d6946cdfce01c7de5299b6b448714ea9.ctex" +path="res://godot/imported/tableCrossCloth_NW.png-d6946cdfce01c7de5299b6b448714ea9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableCrossCloth_NW.png" -dest_files=["res://.godot/imported/tableCrossCloth_NW.png-d6946cdfce01c7de5299b6b448714ea9.ctex"] +dest_files=["res://godot/imported/tableCrossCloth_NW.png-d6946cdfce01c7de5299b6b448714ea9.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCrossCloth_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCrossCloth_SE.png.import index 534c929..ca1b7a3 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCrossCloth_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCrossCloth_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://d2m5dk2h2ntoh" -path="res://.godot/imported/tableCrossCloth_SE.png-6d4c18795eef6817685a7c64fefd3e7c.ctex" +path="res://godot/imported/tableCrossCloth_SE.png-6d4c18795eef6817685a7c64fefd3e7c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableCrossCloth_SE.png" -dest_files=["res://.godot/imported/tableCrossCloth_SE.png-6d4c18795eef6817685a7c64fefd3e7c.ctex"] +dest_files=["res://godot/imported/tableCrossCloth_SE.png-6d4c18795eef6817685a7c64fefd3e7c.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCrossCloth_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCrossCloth_SW.png.import index 7e2db29..daa8d00 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCrossCloth_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCrossCloth_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bkcobd5127hqt" -path="res://.godot/imported/tableCrossCloth_SW.png-69fa6cfe306f4b2e610791f0912a8fd6.ctex" +path="res://godot/imported/tableCrossCloth_SW.png-69fa6cfe306f4b2e610791f0912a8fd6.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableCrossCloth_SW.png" -dest_files=["res://.godot/imported/tableCrossCloth_SW.png-69fa6cfe306f4b2e610791f0912a8fd6.ctex"] +dest_files=["res://godot/imported/tableCrossCloth_SW.png-69fa6cfe306f4b2e610791f0912a8fd6.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCross_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCross_NE.png.import index 8cee3b4..a6aa2b0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCross_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCross_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ctk14seyrll6w" -path="res://.godot/imported/tableCross_NE.png-06345ea66058661a466693e1f157b055.ctex" +path="res://godot/imported/tableCross_NE.png-06345ea66058661a466693e1f157b055.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableCross_NE.png" -dest_files=["res://.godot/imported/tableCross_NE.png-06345ea66058661a466693e1f157b055.ctex"] +dest_files=["res://godot/imported/tableCross_NE.png-06345ea66058661a466693e1f157b055.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCross_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCross_NW.png.import index c1d68e2..2d805ec 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCross_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCross_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dx45n47e62rsi" -path="res://.godot/imported/tableCross_NW.png-004247fb5a8fe2127ccc3f3e60987f5c.ctex" +path="res://godot/imported/tableCross_NW.png-004247fb5a8fe2127ccc3f3e60987f5c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableCross_NW.png" -dest_files=["res://.godot/imported/tableCross_NW.png-004247fb5a8fe2127ccc3f3e60987f5c.ctex"] +dest_files=["res://godot/imported/tableCross_NW.png-004247fb5a8fe2127ccc3f3e60987f5c.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCross_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCross_SE.png.import index 2de2536..4016eb0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCross_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCross_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dmul86a3wnhm6" -path="res://.godot/imported/tableCross_SE.png-4c53dba59a793e4c053798679bed1d11.ctex" +path="res://godot/imported/tableCross_SE.png-4c53dba59a793e4c053798679bed1d11.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableCross_SE.png" -dest_files=["res://.godot/imported/tableCross_SE.png-4c53dba59a793e4c053798679bed1d11.ctex"] +dest_files=["res://godot/imported/tableCross_SE.png-4c53dba59a793e4c053798679bed1d11.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCross_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCross_SW.png.import index a396970..efda0aa 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCross_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableCross_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cbv050m8kn5l4" -path="res://.godot/imported/tableCross_SW.png-d487f65e9b9e6552a82233d552c6a4fa.ctex" +path="res://godot/imported/tableCross_SW.png-d487f65e9b9e6552a82233d552c6a4fa.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableCross_SW.png" -dest_files=["res://.godot/imported/tableCross_SW.png-d487f65e9b9e6552a82233d552c6a4fa.ctex"] +dest_files=["res://godot/imported/tableCross_SW.png-d487f65e9b9e6552a82233d552c6a4fa.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableGlass_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableGlass_NE.png.import index fe8f1fd..b35159d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableGlass_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableGlass_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://djsksd2fy48mc" -path="res://.godot/imported/tableGlass_NE.png-9fc95eb8e4558300ae30cd2ba162ffa9.ctex" +path="res://godot/imported/tableGlass_NE.png-9fc95eb8e4558300ae30cd2ba162ffa9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableGlass_NE.png" -dest_files=["res://.godot/imported/tableGlass_NE.png-9fc95eb8e4558300ae30cd2ba162ffa9.ctex"] +dest_files=["res://godot/imported/tableGlass_NE.png-9fc95eb8e4558300ae30cd2ba162ffa9.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableGlass_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableGlass_NW.png.import index e648c7a..688a8f9 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableGlass_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableGlass_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://clw46v2qdgtat" -path="res://.godot/imported/tableGlass_NW.png-80134cdcceda01ccbf48c6af9bf2d11b.ctex" +path="res://godot/imported/tableGlass_NW.png-80134cdcceda01ccbf48c6af9bf2d11b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableGlass_NW.png" -dest_files=["res://.godot/imported/tableGlass_NW.png-80134cdcceda01ccbf48c6af9bf2d11b.ctex"] +dest_files=["res://godot/imported/tableGlass_NW.png-80134cdcceda01ccbf48c6af9bf2d11b.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableGlass_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableGlass_SE.png.import index b179e48..45507c9 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableGlass_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableGlass_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cmgjsyfylmc6i" -path="res://.godot/imported/tableGlass_SE.png-40e4c3cca738d430fdfe2b0281be2263.ctex" +path="res://godot/imported/tableGlass_SE.png-40e4c3cca738d430fdfe2b0281be2263.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableGlass_SE.png" -dest_files=["res://.godot/imported/tableGlass_SE.png-40e4c3cca738d430fdfe2b0281be2263.ctex"] +dest_files=["res://godot/imported/tableGlass_SE.png-40e4c3cca738d430fdfe2b0281be2263.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableGlass_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableGlass_SW.png.import index 2e24ab4..e2ccb42 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableGlass_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableGlass_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://7ito48qa68in" -path="res://.godot/imported/tableGlass_SW.png-ba2a0a56415dac078fdad7bf84562b67.ctex" +path="res://godot/imported/tableGlass_SW.png-ba2a0a56415dac078fdad7bf84562b67.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableGlass_SW.png" -dest_files=["res://.godot/imported/tableGlass_SW.png-ba2a0a56415dac078fdad7bf84562b67.ctex"] +dest_files=["res://godot/imported/tableGlass_SW.png-ba2a0a56415dac078fdad7bf84562b67.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableRound_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableRound_NE.png.import index 183e362..604fd1a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableRound_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableRound_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cjmx50q3xk2us" -path="res://.godot/imported/tableRound_NE.png-ddad3ae943c5adcdd79a3d9d21d1a6b4.ctex" +path="res://godot/imported/tableRound_NE.png-ddad3ae943c5adcdd79a3d9d21d1a6b4.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableRound_NE.png" -dest_files=["res://.godot/imported/tableRound_NE.png-ddad3ae943c5adcdd79a3d9d21d1a6b4.ctex"] +dest_files=["res://godot/imported/tableRound_NE.png-ddad3ae943c5adcdd79a3d9d21d1a6b4.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableRound_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableRound_NW.png.import index 2981032..2da9ed3 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableRound_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableRound_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bxfog05eil5dv" -path="res://.godot/imported/tableRound_NW.png-ff6cef3806cd6f90cbfd7ae49064147e.ctex" +path="res://godot/imported/tableRound_NW.png-ff6cef3806cd6f90cbfd7ae49064147e.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableRound_NW.png" -dest_files=["res://.godot/imported/tableRound_NW.png-ff6cef3806cd6f90cbfd7ae49064147e.ctex"] +dest_files=["res://godot/imported/tableRound_NW.png-ff6cef3806cd6f90cbfd7ae49064147e.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableRound_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableRound_SE.png.import index 519dad8..08b73e8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableRound_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableRound_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cjtbar1wxak31" -path="res://.godot/imported/tableRound_SE.png-2d6f769995d666893cbbd49354a47c15.ctex" +path="res://godot/imported/tableRound_SE.png-2d6f769995d666893cbbd49354a47c15.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableRound_SE.png" -dest_files=["res://.godot/imported/tableRound_SE.png-2d6f769995d666893cbbd49354a47c15.ctex"] +dest_files=["res://godot/imported/tableRound_SE.png-2d6f769995d666893cbbd49354a47c15.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableRound_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableRound_SW.png.import index f5f9429..82758e0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableRound_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/tableRound_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cprmue3if8ara" -path="res://.godot/imported/tableRound_SW.png-cc1ae56097e6db995cbb5f30c340ec27.ctex" +path="res://godot/imported/tableRound_SW.png-cc1ae56097e6db995cbb5f30c340ec27.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/tableRound_SW.png" -dest_files=["res://.godot/imported/tableRound_SW.png-cc1ae56097e6db995cbb5f30c340ec27.ctex"] +dest_files=["res://godot/imported/tableRound_SW.png-cc1ae56097e6db995cbb5f30c340ec27.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/table_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/table_NE.png.import index f9e8b79..d12cd49 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/table_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/table_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://uidxfq4fcvig" -path="res://.godot/imported/table_NE.png-9cc8f869712d22b3dc889fbc00d5c384.ctex" +path="res://godot/imported/table_NE.png-9cc8f869712d22b3dc889fbc00d5c384.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/table_NE.png" -dest_files=["res://.godot/imported/table_NE.png-9cc8f869712d22b3dc889fbc00d5c384.ctex"] +dest_files=["res://godot/imported/table_NE.png-9cc8f869712d22b3dc889fbc00d5c384.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/table_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/table_NW.png.import index ed70048..e5255f1 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/table_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/table_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://3kwmeu1lh5r7" -path="res://.godot/imported/table_NW.png-1640e1fbeb8ef7b0e70f9ca5be2123b6.ctex" +path="res://godot/imported/table_NW.png-1640e1fbeb8ef7b0e70f9ca5be2123b6.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/table_NW.png" -dest_files=["res://.godot/imported/table_NW.png-1640e1fbeb8ef7b0e70f9ca5be2123b6.ctex"] +dest_files=["res://godot/imported/table_NW.png-1640e1fbeb8ef7b0e70f9ca5be2123b6.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/table_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/table_SE.png.import index c2d4799..ebb9aeb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/table_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/table_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cgbimn3xcuxbc" -path="res://.godot/imported/table_SE.png-53672eafa66781fcb6125cb44e11b67b.ctex" +path="res://godot/imported/table_SE.png-53672eafa66781fcb6125cb44e11b67b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/table_SE.png" -dest_files=["res://.godot/imported/table_SE.png-53672eafa66781fcb6125cb44e11b67b.ctex"] +dest_files=["res://godot/imported/table_SE.png-53672eafa66781fcb6125cb44e11b67b.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/table_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/table_SW.png.import index c906ba8..51cd9ea 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/table_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/table_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cboqwrqphptm6" -path="res://.godot/imported/table_SW.png-bbb31776a4c75f538ec12e396c683450.ctex" +path="res://godot/imported/table_SW.png-bbb31776a4c75f538ec12e396c683450.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/table_SW.png" -dest_files=["res://.godot/imported/table_SW.png-bbb31776a4c75f538ec12e396c683450.ctex"] +dest_files=["res://godot/imported/table_SW.png-bbb31776a4c75f538ec12e396c683450.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionAntenna_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionAntenna_NE.png.import index 5b3c196..aa61d04 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionAntenna_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionAntenna_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://p4b1iq72s2ut" -path="res://.godot/imported/televisionAntenna_NE.png-093b4eec046693cb73296e12661d78e2.ctex" +path="res://godot/imported/televisionAntenna_NE.png-093b4eec046693cb73296e12661d78e2.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/televisionAntenna_NE.png" -dest_files=["res://.godot/imported/televisionAntenna_NE.png-093b4eec046693cb73296e12661d78e2.ctex"] +dest_files=["res://godot/imported/televisionAntenna_NE.png-093b4eec046693cb73296e12661d78e2.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionAntenna_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionAntenna_NW.png.import index 6174282..af37ae6 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionAntenna_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionAntenna_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cauthe0wkfdo" -path="res://.godot/imported/televisionAntenna_NW.png-86795305173a26a41db49b4cce23d4c9.ctex" +path="res://godot/imported/televisionAntenna_NW.png-86795305173a26a41db49b4cce23d4c9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/televisionAntenna_NW.png" -dest_files=["res://.godot/imported/televisionAntenna_NW.png-86795305173a26a41db49b4cce23d4c9.ctex"] +dest_files=["res://godot/imported/televisionAntenna_NW.png-86795305173a26a41db49b4cce23d4c9.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionAntenna_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionAntenna_SE.png.import index 83f26d3..b19cc35 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionAntenna_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionAntenna_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://lj54182l2ljn" -path="res://.godot/imported/televisionAntenna_SE.png-fd4548de394a414f6ffc9e527665ba1f.ctex" +path="res://godot/imported/televisionAntenna_SE.png-fd4548de394a414f6ffc9e527665ba1f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/televisionAntenna_SE.png" -dest_files=["res://.godot/imported/televisionAntenna_SE.png-fd4548de394a414f6ffc9e527665ba1f.ctex"] +dest_files=["res://godot/imported/televisionAntenna_SE.png-fd4548de394a414f6ffc9e527665ba1f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionAntenna_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionAntenna_SW.png.import index 6b38460..df6279f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionAntenna_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionAntenna_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c4vj5m5gx4g63" -path="res://.godot/imported/televisionAntenna_SW.png-79c1c8318a1f28d2074d62ebbe6076c4.ctex" +path="res://godot/imported/televisionAntenna_SW.png-79c1c8318a1f28d2074d62ebbe6076c4.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/televisionAntenna_SW.png" -dest_files=["res://.godot/imported/televisionAntenna_SW.png-79c1c8318a1f28d2074d62ebbe6076c4.ctex"] +dest_files=["res://godot/imported/televisionAntenna_SW.png-79c1c8318a1f28d2074d62ebbe6076c4.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionModern_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionModern_NE.png.import index 894b2bc..8125b15 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionModern_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionModern_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cfog2r7pxjwlk" -path="res://.godot/imported/televisionModern_NE.png-ff80aff1f797f995c8319117210baf96.ctex" +path="res://godot/imported/televisionModern_NE.png-ff80aff1f797f995c8319117210baf96.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/televisionModern_NE.png" -dest_files=["res://.godot/imported/televisionModern_NE.png-ff80aff1f797f995c8319117210baf96.ctex"] +dest_files=["res://godot/imported/televisionModern_NE.png-ff80aff1f797f995c8319117210baf96.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionModern_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionModern_NW.png.import index 9daab4e..3d3906a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionModern_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionModern_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b8g1doxn6m0qf" -path="res://.godot/imported/televisionModern_NW.png-284e309c6b8154ee0d6c32d41eaa3b72.ctex" +path="res://godot/imported/televisionModern_NW.png-284e309c6b8154ee0d6c32d41eaa3b72.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/televisionModern_NW.png" -dest_files=["res://.godot/imported/televisionModern_NW.png-284e309c6b8154ee0d6c32d41eaa3b72.ctex"] +dest_files=["res://godot/imported/televisionModern_NW.png-284e309c6b8154ee0d6c32d41eaa3b72.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionModern_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionModern_SE.png.import index 7afe4f8..4f7e1c7 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionModern_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionModern_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cqp05ijc1i5fk" -path="res://.godot/imported/televisionModern_SE.png-2465eb3b6e514aba612fb8b428ad829f.ctex" +path="res://godot/imported/televisionModern_SE.png-2465eb3b6e514aba612fb8b428ad829f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/televisionModern_SE.png" -dest_files=["res://.godot/imported/televisionModern_SE.png-2465eb3b6e514aba612fb8b428ad829f.ctex"] +dest_files=["res://godot/imported/televisionModern_SE.png-2465eb3b6e514aba612fb8b428ad829f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionModern_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionModern_SW.png.import index 5c5b885..9504b78 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionModern_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionModern_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://155k47qb5tq1" -path="res://.godot/imported/televisionModern_SW.png-c4017278ffbe43b480b111ed7b8a3f53.ctex" +path="res://godot/imported/televisionModern_SW.png-c4017278ffbe43b480b111ed7b8a3f53.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/televisionModern_SW.png" -dest_files=["res://.godot/imported/televisionModern_SW.png-c4017278ffbe43b480b111ed7b8a3f53.ctex"] +dest_files=["res://godot/imported/televisionModern_SW.png-c4017278ffbe43b480b111ed7b8a3f53.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionVintage_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionVintage_NE.png.import index 3d6ab70..9c617a4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionVintage_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionVintage_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bfisi2i1hi7yp" -path="res://.godot/imported/televisionVintage_NE.png-c67d6a187499f7dff9a18329e9fc95cd.ctex" +path="res://godot/imported/televisionVintage_NE.png-c67d6a187499f7dff9a18329e9fc95cd.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/televisionVintage_NE.png" -dest_files=["res://.godot/imported/televisionVintage_NE.png-c67d6a187499f7dff9a18329e9fc95cd.ctex"] +dest_files=["res://godot/imported/televisionVintage_NE.png-c67d6a187499f7dff9a18329e9fc95cd.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionVintage_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionVintage_NW.png.import index 1e21443..e8310bc 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionVintage_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionVintage_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://6xpdqg5j35h2" -path="res://.godot/imported/televisionVintage_NW.png-80cc0a091941586dde0b59963206e5b4.ctex" +path="res://godot/imported/televisionVintage_NW.png-80cc0a091941586dde0b59963206e5b4.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/televisionVintage_NW.png" -dest_files=["res://.godot/imported/televisionVintage_NW.png-80cc0a091941586dde0b59963206e5b4.ctex"] +dest_files=["res://godot/imported/televisionVintage_NW.png-80cc0a091941586dde0b59963206e5b4.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionVintage_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionVintage_SE.png.import index c63bdb3..4a4c001 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionVintage_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionVintage_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dp3omsg5p2gvq" -path="res://.godot/imported/televisionVintage_SE.png-316ed4bce8f484352916e548922cd6e8.ctex" +path="res://godot/imported/televisionVintage_SE.png-316ed4bce8f484352916e548922cd6e8.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/televisionVintage_SE.png" -dest_files=["res://.godot/imported/televisionVintage_SE.png-316ed4bce8f484352916e548922cd6e8.ctex"] +dest_files=["res://godot/imported/televisionVintage_SE.png-316ed4bce8f484352916e548922cd6e8.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionVintage_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionVintage_SW.png.import index fd89809..c5c49e5 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionVintage_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/televisionVintage_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://d0q04x56fpjsl" -path="res://.godot/imported/televisionVintage_SW.png-7eeddb130cae94f8e31b4d17d794f655.ctex" +path="res://godot/imported/televisionVintage_SW.png-7eeddb130cae94f8e31b4d17d794f655.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/televisionVintage_SW.png" -dest_files=["res://.godot/imported/televisionVintage_SW.png-7eeddb130cae94f8e31b4d17d794f655.ctex"] +dest_files=["res://godot/imported/televisionVintage_SW.png-7eeddb130cae94f8e31b4d17d794f655.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/toaster_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/toaster_NE.png.import index 7f2aca8..30bfc1a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/toaster_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/toaster_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b8mylqdtc6qsn" -path="res://.godot/imported/toaster_NE.png-0cbd5df5937ba73367156fde054fe571.ctex" +path="res://godot/imported/toaster_NE.png-0cbd5df5937ba73367156fde054fe571.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/toaster_NE.png" -dest_files=["res://.godot/imported/toaster_NE.png-0cbd5df5937ba73367156fde054fe571.ctex"] +dest_files=["res://godot/imported/toaster_NE.png-0cbd5df5937ba73367156fde054fe571.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/toaster_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/toaster_NW.png.import index 95ab96c..6c2cf37 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/toaster_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/toaster_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bxea8t8l0tnmj" -path="res://.godot/imported/toaster_NW.png-c76ae1d8bfa53488e2da51a1d4137889.ctex" +path="res://godot/imported/toaster_NW.png-c76ae1d8bfa53488e2da51a1d4137889.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/toaster_NW.png" -dest_files=["res://.godot/imported/toaster_NW.png-c76ae1d8bfa53488e2da51a1d4137889.ctex"] +dest_files=["res://godot/imported/toaster_NW.png-c76ae1d8bfa53488e2da51a1d4137889.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/toaster_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/toaster_SE.png.import index bc6a83d..75f9f0c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/toaster_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/toaster_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dc6bof5rk0fpn" -path="res://.godot/imported/toaster_SE.png-e9755966c5d4b1f1ff160568bb4154e6.ctex" +path="res://godot/imported/toaster_SE.png-e9755966c5d4b1f1ff160568bb4154e6.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/toaster_SE.png" -dest_files=["res://.godot/imported/toaster_SE.png-e9755966c5d4b1f1ff160568bb4154e6.ctex"] +dest_files=["res://godot/imported/toaster_SE.png-e9755966c5d4b1f1ff160568bb4154e6.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/toaster_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/toaster_SW.png.import index 04715df..ddf7aad 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/toaster_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/toaster_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://den2rhva6bhbn" -path="res://.godot/imported/toaster_SW.png-73cf7100fea9447b6a08431f04638865.ctex" +path="res://godot/imported/toaster_SW.png-73cf7100fea9447b6a08431f04638865.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/toaster_SW.png" -dest_files=["res://.godot/imported/toaster_SW.png-73cf7100fea9447b6a08431f04638865.ctex"] +dest_files=["res://godot/imported/toaster_SW.png-73cf7100fea9447b6a08431f04638865.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/toiletSquare_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/toiletSquare_NE.png.import index d4f273c..9ec1d8a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/toiletSquare_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/toiletSquare_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c08car33qphj4" -path="res://.godot/imported/toiletSquare_NE.png-f50cc6845312e30733e84e5dbb868982.ctex" +path="res://godot/imported/toiletSquare_NE.png-f50cc6845312e30733e84e5dbb868982.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/toiletSquare_NE.png" -dest_files=["res://.godot/imported/toiletSquare_NE.png-f50cc6845312e30733e84e5dbb868982.ctex"] +dest_files=["res://godot/imported/toiletSquare_NE.png-f50cc6845312e30733e84e5dbb868982.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/toiletSquare_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/toiletSquare_NW.png.import index a240ebf..38a92f3 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/toiletSquare_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/toiletSquare_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cttstk0lyrnla" -path="res://.godot/imported/toiletSquare_NW.png-9e393f7978ad1578fb8003dc11d5e2fb.ctex" +path="res://godot/imported/toiletSquare_NW.png-9e393f7978ad1578fb8003dc11d5e2fb.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/toiletSquare_NW.png" -dest_files=["res://.godot/imported/toiletSquare_NW.png-9e393f7978ad1578fb8003dc11d5e2fb.ctex"] +dest_files=["res://godot/imported/toiletSquare_NW.png-9e393f7978ad1578fb8003dc11d5e2fb.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/toiletSquare_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/toiletSquare_SE.png.import index a5c7e92..c2e6faa 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/toiletSquare_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/toiletSquare_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://1md5334vprhc" -path="res://.godot/imported/toiletSquare_SE.png-68760dd4ca619c7ca5b1d95682334c6f.ctex" +path="res://godot/imported/toiletSquare_SE.png-68760dd4ca619c7ca5b1d95682334c6f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/toiletSquare_SE.png" -dest_files=["res://.godot/imported/toiletSquare_SE.png-68760dd4ca619c7ca5b1d95682334c6f.ctex"] +dest_files=["res://godot/imported/toiletSquare_SE.png-68760dd4ca619c7ca5b1d95682334c6f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/toiletSquare_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/toiletSquare_SW.png.import index 3462b33..46d1233 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/toiletSquare_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/toiletSquare_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://l761knknonl7" -path="res://.godot/imported/toiletSquare_SW.png-d4cf84e82b91952fc8ff14598176d6c5.ctex" +path="res://godot/imported/toiletSquare_SW.png-d4cf84e82b91952fc8ff14598176d6c5.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/toiletSquare_SW.png" -dest_files=["res://.godot/imported/toiletSquare_SW.png-d4cf84e82b91952fc8ff14598176d6c5.ctex"] +dest_files=["res://godot/imported/toiletSquare_SW.png-d4cf84e82b91952fc8ff14598176d6c5.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/toilet_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/toilet_NE.png.import index 5b9608d..ca48f6a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/toilet_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/toilet_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://hmmmmpkejayu" -path="res://.godot/imported/toilet_NE.png-9599c5d697cf6665b746668e61e70d92.ctex" +path="res://godot/imported/toilet_NE.png-9599c5d697cf6665b746668e61e70d92.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/toilet_NE.png" -dest_files=["res://.godot/imported/toilet_NE.png-9599c5d697cf6665b746668e61e70d92.ctex"] +dest_files=["res://godot/imported/toilet_NE.png-9599c5d697cf6665b746668e61e70d92.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/toilet_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/toilet_NW.png.import index 8b76a88..497cab3 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/toilet_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/toilet_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://becg04w3kcr70" -path="res://.godot/imported/toilet_NW.png-d806e752f6e635338c4c7cc96de36d3e.ctex" +path="res://godot/imported/toilet_NW.png-d806e752f6e635338c4c7cc96de36d3e.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/toilet_NW.png" -dest_files=["res://.godot/imported/toilet_NW.png-d806e752f6e635338c4c7cc96de36d3e.ctex"] +dest_files=["res://godot/imported/toilet_NW.png-d806e752f6e635338c4c7cc96de36d3e.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/toilet_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/toilet_SE.png.import index a7c4902..dc18165 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/toilet_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/toilet_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cdptuvv7nb4hx" -path="res://.godot/imported/toilet_SE.png-ce7d7965e128369486f66fce59ba1d1f.ctex" +path="res://godot/imported/toilet_SE.png-ce7d7965e128369486f66fce59ba1d1f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/toilet_SE.png" -dest_files=["res://.godot/imported/toilet_SE.png-ce7d7965e128369486f66fce59ba1d1f.ctex"] +dest_files=["res://godot/imported/toilet_SE.png-ce7d7965e128369486f66fce59ba1d1f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/toilet_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/toilet_SW.png.import index 0451157..3a826c9 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/toilet_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/toilet_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c8gc80ukk5kgb" -path="res://.godot/imported/toilet_SW.png-dee7713359003bc1b67d79fe8d5e88d3.ctex" +path="res://godot/imported/toilet_SW.png-dee7713359003bc1b67d79fe8d5e88d3.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/toilet_SW.png" -dest_files=["res://.godot/imported/toilet_SW.png-dee7713359003bc1b67d79fe8d5e88d3.ctex"] +dest_files=["res://godot/imported/toilet_SW.png-dee7713359003bc1b67d79fe8d5e88d3.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/trashcan_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/trashcan_NE.png.import index 1328d0d..11fc2c9 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/trashcan_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/trashcan_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://42j2t58ltrmk" -path="res://.godot/imported/trashcan_NE.png-2564eb340860cac3de397e1473bffa7f.ctex" +path="res://godot/imported/trashcan_NE.png-2564eb340860cac3de397e1473bffa7f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/trashcan_NE.png" -dest_files=["res://.godot/imported/trashcan_NE.png-2564eb340860cac3de397e1473bffa7f.ctex"] +dest_files=["res://godot/imported/trashcan_NE.png-2564eb340860cac3de397e1473bffa7f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/trashcan_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/trashcan_NW.png.import index 7c032e9..3cb3744 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/trashcan_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/trashcan_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://briyn2yro8y0y" -path="res://.godot/imported/trashcan_NW.png-6e733be3af56f144281cc865f17342d4.ctex" +path="res://godot/imported/trashcan_NW.png-6e733be3af56f144281cc865f17342d4.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/trashcan_NW.png" -dest_files=["res://.godot/imported/trashcan_NW.png-6e733be3af56f144281cc865f17342d4.ctex"] +dest_files=["res://godot/imported/trashcan_NW.png-6e733be3af56f144281cc865f17342d4.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/trashcan_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/trashcan_SE.png.import index 24be9bf..53681d6 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/trashcan_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/trashcan_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dse7ypjdmryy7" -path="res://.godot/imported/trashcan_SE.png-de4c1f56b4d39a6568bee62ca036f00e.ctex" +path="res://godot/imported/trashcan_SE.png-de4c1f56b4d39a6568bee62ca036f00e.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/trashcan_SE.png" -dest_files=["res://.godot/imported/trashcan_SE.png-de4c1f56b4d39a6568bee62ca036f00e.ctex"] +dest_files=["res://godot/imported/trashcan_SE.png-de4c1f56b4d39a6568bee62ca036f00e.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/trashcan_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/trashcan_SW.png.import index b559fda..e17a0e1 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/trashcan_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/trashcan_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dxdxwvvdsky26" -path="res://.godot/imported/trashcan_SW.png-20f75dc8be20c9a01e09d7e4f43044d3.ctex" +path="res://godot/imported/trashcan_SW.png-20f75dc8be20c9a01e09d7e4f43044d3.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/trashcan_SW.png" -dest_files=["res://.godot/imported/trashcan_SW.png-20f75dc8be20c9a01e09d7e4f43044d3.ctex"] +dest_files=["res://godot/imported/trashcan_SW.png-20f75dc8be20c9a01e09d7e4f43044d3.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCornerRond_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCornerRond_NE.png.import index 7250d80..dd2fbb2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCornerRond_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCornerRond_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://lmsghb66t0c" -path="res://.godot/imported/wallCornerRond_NE.png-305949f7e9e42740275d30935c452074.ctex" +path="res://godot/imported/wallCornerRond_NE.png-305949f7e9e42740275d30935c452074.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wallCornerRond_NE.png" -dest_files=["res://.godot/imported/wallCornerRond_NE.png-305949f7e9e42740275d30935c452074.ctex"] +dest_files=["res://godot/imported/wallCornerRond_NE.png-305949f7e9e42740275d30935c452074.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCornerRond_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCornerRond_NW.png.import index ed34ffa..bbf47bf 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCornerRond_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCornerRond_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://drtsdarwoera4" -path="res://.godot/imported/wallCornerRond_NW.png-fa6ed9e3160210d1cb7adefc7999bb98.ctex" +path="res://godot/imported/wallCornerRond_NW.png-fa6ed9e3160210d1cb7adefc7999bb98.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wallCornerRond_NW.png" -dest_files=["res://.godot/imported/wallCornerRond_NW.png-fa6ed9e3160210d1cb7adefc7999bb98.ctex"] +dest_files=["res://godot/imported/wallCornerRond_NW.png-fa6ed9e3160210d1cb7adefc7999bb98.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCornerRond_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCornerRond_SE.png.import index 9fcfb28..6b4bbec 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCornerRond_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCornerRond_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://jl371lbtupu7" -path="res://.godot/imported/wallCornerRond_SE.png-5ee963accefc3a284cf12151679509d6.ctex" +path="res://godot/imported/wallCornerRond_SE.png-5ee963accefc3a284cf12151679509d6.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wallCornerRond_SE.png" -dest_files=["res://.godot/imported/wallCornerRond_SE.png-5ee963accefc3a284cf12151679509d6.ctex"] +dest_files=["res://godot/imported/wallCornerRond_SE.png-5ee963accefc3a284cf12151679509d6.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCornerRond_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCornerRond_SW.png.import index 2b2ea3b..2e0df6a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCornerRond_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCornerRond_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cqxwv5jw5l3bf" -path="res://.godot/imported/wallCornerRond_SW.png-c8109f36a00a921b851820ca2aaf3107.ctex" +path="res://godot/imported/wallCornerRond_SW.png-c8109f36a00a921b851820ca2aaf3107.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wallCornerRond_SW.png" -dest_files=["res://.godot/imported/wallCornerRond_SW.png-c8109f36a00a921b851820ca2aaf3107.ctex"] +dest_files=["res://godot/imported/wallCornerRond_SW.png-c8109f36a00a921b851820ca2aaf3107.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCorner_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCorner_NE.png.import index a70dd87..b2d303c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCorner_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCorner_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cl5s8j1mtnew4" -path="res://.godot/imported/wallCorner_NE.png-5ead0aee2629ababe95fdebc6970e8f5.ctex" +path="res://godot/imported/wallCorner_NE.png-5ead0aee2629ababe95fdebc6970e8f5.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wallCorner_NE.png" -dest_files=["res://.godot/imported/wallCorner_NE.png-5ead0aee2629ababe95fdebc6970e8f5.ctex"] +dest_files=["res://godot/imported/wallCorner_NE.png-5ead0aee2629ababe95fdebc6970e8f5.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCorner_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCorner_NW.png.import index 66cef9f..72bfcaf 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCorner_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCorner_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bo7v68n2jgcij" -path="res://.godot/imported/wallCorner_NW.png-27d5a489f87cb4691abfd5187b820942.ctex" +path="res://godot/imported/wallCorner_NW.png-27d5a489f87cb4691abfd5187b820942.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wallCorner_NW.png" -dest_files=["res://.godot/imported/wallCorner_NW.png-27d5a489f87cb4691abfd5187b820942.ctex"] +dest_files=["res://godot/imported/wallCorner_NW.png-27d5a489f87cb4691abfd5187b820942.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCorner_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCorner_SE.png.import index 8fa7815..e22043a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCorner_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCorner_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b2fj3cb8rs17g" -path="res://.godot/imported/wallCorner_SE.png-f63828ccca535c0795ce583b0d8886ef.ctex" +path="res://godot/imported/wallCorner_SE.png-f63828ccca535c0795ce583b0d8886ef.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wallCorner_SE.png" -dest_files=["res://.godot/imported/wallCorner_SE.png-f63828ccca535c0795ce583b0d8886ef.ctex"] +dest_files=["res://godot/imported/wallCorner_SE.png-f63828ccca535c0795ce583b0d8886ef.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCorner_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCorner_SW.png.import index 12dd857..a643427 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCorner_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallCorner_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cx4t1ukjpbyqd" -path="res://.godot/imported/wallCorner_SW.png-119e8690c52b458f47ce7765a672f441.ctex" +path="res://godot/imported/wallCorner_SW.png-119e8690c52b458f47ce7765a672f441.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wallCorner_SW.png" -dest_files=["res://.godot/imported/wallCorner_SW.png-119e8690c52b458f47ce7765a672f441.ctex"] +dest_files=["res://godot/imported/wallCorner_SW.png-119e8690c52b458f47ce7765a672f441.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorwayWide_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorwayWide_NE.png.import index e17001f..dfd58d0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorwayWide_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorwayWide_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bxu46kmctanbq" -path="res://.godot/imported/wallDoorwayWide_NE.png-73a701810bc6c44d2abc44405a02ef77.ctex" +path="res://godot/imported/wallDoorwayWide_NE.png-73a701810bc6c44d2abc44405a02ef77.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wallDoorwayWide_NE.png" -dest_files=["res://.godot/imported/wallDoorwayWide_NE.png-73a701810bc6c44d2abc44405a02ef77.ctex"] +dest_files=["res://godot/imported/wallDoorwayWide_NE.png-73a701810bc6c44d2abc44405a02ef77.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorwayWide_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorwayWide_NW.png.import index 3f50b16..5c0769b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorwayWide_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorwayWide_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dqypxlp0xovre" -path="res://.godot/imported/wallDoorwayWide_NW.png-60ecd8b93966c244522ad60821dafe39.ctex" +path="res://godot/imported/wallDoorwayWide_NW.png-60ecd8b93966c244522ad60821dafe39.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wallDoorwayWide_NW.png" -dest_files=["res://.godot/imported/wallDoorwayWide_NW.png-60ecd8b93966c244522ad60821dafe39.ctex"] +dest_files=["res://godot/imported/wallDoorwayWide_NW.png-60ecd8b93966c244522ad60821dafe39.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorwayWide_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorwayWide_SE.png.import index 200987c..3e6695e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorwayWide_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorwayWide_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://csedcx6ojy7c" -path="res://.godot/imported/wallDoorwayWide_SE.png-c258c22409b1cc58e12b152968a86af8.ctex" +path="res://godot/imported/wallDoorwayWide_SE.png-c258c22409b1cc58e12b152968a86af8.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wallDoorwayWide_SE.png" -dest_files=["res://.godot/imported/wallDoorwayWide_SE.png-c258c22409b1cc58e12b152968a86af8.ctex"] +dest_files=["res://godot/imported/wallDoorwayWide_SE.png-c258c22409b1cc58e12b152968a86af8.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorwayWide_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorwayWide_SW.png.import index 965b02f..767ce57 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorwayWide_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorwayWide_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c2qddxhkeyfrs" -path="res://.godot/imported/wallDoorwayWide_SW.png-31eefec2d2fc204746940e8b57c1941f.ctex" +path="res://godot/imported/wallDoorwayWide_SW.png-31eefec2d2fc204746940e8b57c1941f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wallDoorwayWide_SW.png" -dest_files=["res://.godot/imported/wallDoorwayWide_SW.png-31eefec2d2fc204746940e8b57c1941f.ctex"] +dest_files=["res://godot/imported/wallDoorwayWide_SW.png-31eefec2d2fc204746940e8b57c1941f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorway_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorway_NE.png.import index 964e729..fa7a7c9 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorway_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorway_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://6ivkmgwkkil1" -path="res://.godot/imported/wallDoorway_NE.png-0e939daa26cbb1518e6692fd0fe227dd.ctex" +path="res://godot/imported/wallDoorway_NE.png-0e939daa26cbb1518e6692fd0fe227dd.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wallDoorway_NE.png" -dest_files=["res://.godot/imported/wallDoorway_NE.png-0e939daa26cbb1518e6692fd0fe227dd.ctex"] +dest_files=["res://godot/imported/wallDoorway_NE.png-0e939daa26cbb1518e6692fd0fe227dd.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorway_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorway_NW.png.import index 33973ca..1f45fe1 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorway_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorway_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bti8eeap5chwd" -path="res://.godot/imported/wallDoorway_NW.png-24740ef0393bde8e417389006b16ec21.ctex" +path="res://godot/imported/wallDoorway_NW.png-24740ef0393bde8e417389006b16ec21.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wallDoorway_NW.png" -dest_files=["res://.godot/imported/wallDoorway_NW.png-24740ef0393bde8e417389006b16ec21.ctex"] +dest_files=["res://godot/imported/wallDoorway_NW.png-24740ef0393bde8e417389006b16ec21.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorway_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorway_SE.png.import index e5d2cfe..f0f011c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorway_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorway_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://u1one23h326t" -path="res://.godot/imported/wallDoorway_SE.png-b09760b23d18b9f9be45c87aefaec207.ctex" +path="res://godot/imported/wallDoorway_SE.png-b09760b23d18b9f9be45c87aefaec207.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wallDoorway_SE.png" -dest_files=["res://.godot/imported/wallDoorway_SE.png-b09760b23d18b9f9be45c87aefaec207.ctex"] +dest_files=["res://godot/imported/wallDoorway_SE.png-b09760b23d18b9f9be45c87aefaec207.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorway_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorway_SW.png.import index 1a0f16c..464eac3 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorway_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallDoorway_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://rkqreoth7qbf" -path="res://.godot/imported/wallDoorway_SW.png-67b4173d8eef86da13cc5923207bf7fe.ctex" +path="res://godot/imported/wallDoorway_SW.png-67b4173d8eef86da13cc5923207bf7fe.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wallDoorway_SW.png" -dest_files=["res://.godot/imported/wallDoorway_SW.png-67b4173d8eef86da13cc5923207bf7fe.ctex"] +dest_files=["res://godot/imported/wallDoorway_SW.png-67b4173d8eef86da13cc5923207bf7fe.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallHalf_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallHalf_NE.png.import index 6280c17..e136062 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallHalf_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallHalf_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://da6iscfvluxek" -path="res://.godot/imported/wallHalf_NE.png-8824d6f6ead429b2de541937569634bc.ctex" +path="res://godot/imported/wallHalf_NE.png-8824d6f6ead429b2de541937569634bc.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wallHalf_NE.png" -dest_files=["res://.godot/imported/wallHalf_NE.png-8824d6f6ead429b2de541937569634bc.ctex"] +dest_files=["res://godot/imported/wallHalf_NE.png-8824d6f6ead429b2de541937569634bc.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallHalf_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallHalf_NW.png.import index 7e79655..79d3096 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallHalf_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallHalf_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ce0m11ncyrenn" -path="res://.godot/imported/wallHalf_NW.png-a08ec5515e6e83910ee456062c20a66c.ctex" +path="res://godot/imported/wallHalf_NW.png-a08ec5515e6e83910ee456062c20a66c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wallHalf_NW.png" -dest_files=["res://.godot/imported/wallHalf_NW.png-a08ec5515e6e83910ee456062c20a66c.ctex"] +dest_files=["res://godot/imported/wallHalf_NW.png-a08ec5515e6e83910ee456062c20a66c.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallHalf_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallHalf_SE.png.import index 7b9fe56..c7a31ee 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallHalf_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallHalf_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bu2iqb4awjdov" -path="res://.godot/imported/wallHalf_SE.png-c40726a3d528d10b00393e78ec5fff8c.ctex" +path="res://godot/imported/wallHalf_SE.png-c40726a3d528d10b00393e78ec5fff8c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wallHalf_SE.png" -dest_files=["res://.godot/imported/wallHalf_SE.png-c40726a3d528d10b00393e78ec5fff8c.ctex"] +dest_files=["res://godot/imported/wallHalf_SE.png-c40726a3d528d10b00393e78ec5fff8c.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallHalf_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallHalf_SW.png.import index adce871..92cb635 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallHalf_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallHalf_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b57fm0at8ew4v" -path="res://.godot/imported/wallHalf_SW.png-b9d2bb55212bf66e1931312cf4618807.ctex" +path="res://godot/imported/wallHalf_SW.png-b9d2bb55212bf66e1931312cf4618807.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wallHalf_SW.png" -dest_files=["res://.godot/imported/wallHalf_SW.png-b9d2bb55212bf66e1931312cf4618807.ctex"] +dest_files=["res://godot/imported/wallHalf_SW.png-b9d2bb55212bf66e1931312cf4618807.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindowSlide_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindowSlide_NE.png.import index c74088a..a732f4b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindowSlide_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindowSlide_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dbae0kmm6wg4f" -path="res://.godot/imported/wallWindowSlide_NE.png-82c7883aeb943e9069a72ba9ad15d066.ctex" +path="res://godot/imported/wallWindowSlide_NE.png-82c7883aeb943e9069a72ba9ad15d066.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wallWindowSlide_NE.png" -dest_files=["res://.godot/imported/wallWindowSlide_NE.png-82c7883aeb943e9069a72ba9ad15d066.ctex"] +dest_files=["res://godot/imported/wallWindowSlide_NE.png-82c7883aeb943e9069a72ba9ad15d066.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindowSlide_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindowSlide_NW.png.import index 3aa4551..3673875 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindowSlide_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindowSlide_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cjt3um1xsou8x" -path="res://.godot/imported/wallWindowSlide_NW.png-2db3010cbe31aed38575350601f7e40a.ctex" +path="res://godot/imported/wallWindowSlide_NW.png-2db3010cbe31aed38575350601f7e40a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wallWindowSlide_NW.png" -dest_files=["res://.godot/imported/wallWindowSlide_NW.png-2db3010cbe31aed38575350601f7e40a.ctex"] +dest_files=["res://godot/imported/wallWindowSlide_NW.png-2db3010cbe31aed38575350601f7e40a.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindowSlide_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindowSlide_SE.png.import index 0d4e3ec..3bb4dd5 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindowSlide_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindowSlide_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c506i2t3hj6uj" -path="res://.godot/imported/wallWindowSlide_SE.png-dbce9c390c2c2a5de1ebd9becd877fe7.ctex" +path="res://godot/imported/wallWindowSlide_SE.png-dbce9c390c2c2a5de1ebd9becd877fe7.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wallWindowSlide_SE.png" -dest_files=["res://.godot/imported/wallWindowSlide_SE.png-dbce9c390c2c2a5de1ebd9becd877fe7.ctex"] +dest_files=["res://godot/imported/wallWindowSlide_SE.png-dbce9c390c2c2a5de1ebd9becd877fe7.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindowSlide_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindowSlide_SW.png.import index 5fedb27..23698b2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindowSlide_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindowSlide_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bnqon75s76ms4" -path="res://.godot/imported/wallWindowSlide_SW.png-33f0ccbd45b3022293c478e3fb90b1b9.ctex" +path="res://godot/imported/wallWindowSlide_SW.png-33f0ccbd45b3022293c478e3fb90b1b9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wallWindowSlide_SW.png" -dest_files=["res://.godot/imported/wallWindowSlide_SW.png-33f0ccbd45b3022293c478e3fb90b1b9.ctex"] +dest_files=["res://godot/imported/wallWindowSlide_SW.png-33f0ccbd45b3022293c478e3fb90b1b9.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindow_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindow_NE.png.import index 990a55c..4604232 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindow_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindow_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b1l5v1uyfmult" -path="res://.godot/imported/wallWindow_NE.png-9aee916c17ac86884c98ce8bbe39b156.ctex" +path="res://godot/imported/wallWindow_NE.png-9aee916c17ac86884c98ce8bbe39b156.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wallWindow_NE.png" -dest_files=["res://.godot/imported/wallWindow_NE.png-9aee916c17ac86884c98ce8bbe39b156.ctex"] +dest_files=["res://godot/imported/wallWindow_NE.png-9aee916c17ac86884c98ce8bbe39b156.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindow_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindow_NW.png.import index af4641d..e0cc8c0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindow_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindow_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://0yyi4tbl2crm" -path="res://.godot/imported/wallWindow_NW.png-4b353f0efef16ddf163c6349fcc9de09.ctex" +path="res://godot/imported/wallWindow_NW.png-4b353f0efef16ddf163c6349fcc9de09.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wallWindow_NW.png" -dest_files=["res://.godot/imported/wallWindow_NW.png-4b353f0efef16ddf163c6349fcc9de09.ctex"] +dest_files=["res://godot/imported/wallWindow_NW.png-4b353f0efef16ddf163c6349fcc9de09.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindow_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindow_SE.png.import index ce81203..187e51c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindow_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindow_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cy4kh1uf0tngh" -path="res://.godot/imported/wallWindow_SE.png-c80c92e1bbe406902b9e6342250fec4a.ctex" +path="res://godot/imported/wallWindow_SE.png-c80c92e1bbe406902b9e6342250fec4a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wallWindow_SE.png" -dest_files=["res://.godot/imported/wallWindow_SE.png-c80c92e1bbe406902b9e6342250fec4a.ctex"] +dest_files=["res://godot/imported/wallWindow_SE.png-c80c92e1bbe406902b9e6342250fec4a.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindow_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindow_SW.png.import index 7986b69..0dd439b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindow_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wallWindow_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://btqayg4magq8h" -path="res://.godot/imported/wallWindow_SW.png-5b853c707db5c52f794581c312cc17a0.ctex" +path="res://godot/imported/wallWindow_SW.png-5b853c707db5c52f794581c312cc17a0.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wallWindow_SW.png" -dest_files=["res://.godot/imported/wallWindow_SW.png-5b853c707db5c52f794581c312cc17a0.ctex"] +dest_files=["res://godot/imported/wallWindow_SW.png-5b853c707db5c52f794581c312cc17a0.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wall_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wall_NE.png.import index 2821788..f8e9377 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wall_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wall_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dbj07wyirilr7" -path="res://.godot/imported/wall_NE.png-2c0aac2ce985f523b2e29ce2f01372c2.ctex" +path="res://godot/imported/wall_NE.png-2c0aac2ce985f523b2e29ce2f01372c2.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wall_NE.png" -dest_files=["res://.godot/imported/wall_NE.png-2c0aac2ce985f523b2e29ce2f01372c2.ctex"] +dest_files=["res://godot/imported/wall_NE.png-2c0aac2ce985f523b2e29ce2f01372c2.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wall_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wall_NW.png.import index dab2cf7..fa09e0f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wall_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wall_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://d266ntabl6sh7" -path="res://.godot/imported/wall_NW.png-47cc52483c7cd71bf8557576d983298d.ctex" +path="res://godot/imported/wall_NW.png-47cc52483c7cd71bf8557576d983298d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wall_NW.png" -dest_files=["res://.godot/imported/wall_NW.png-47cc52483c7cd71bf8557576d983298d.ctex"] +dest_files=["res://godot/imported/wall_NW.png-47cc52483c7cd71bf8557576d983298d.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wall_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wall_SE.png.import index 0c0bc96..b275f23 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wall_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wall_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c56a3d5nfxk41" -path="res://.godot/imported/wall_SE.png-addc218e7e6aba3ac05645aa3f1cc0e5.ctex" +path="res://godot/imported/wall_SE.png-addc218e7e6aba3ac05645aa3f1cc0e5.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wall_SE.png" -dest_files=["res://.godot/imported/wall_SE.png-addc218e7e6aba3ac05645aa3f1cc0e5.ctex"] +dest_files=["res://godot/imported/wall_SE.png-addc218e7e6aba3ac05645aa3f1cc0e5.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wall_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wall_SW.png.import index f7636c7..b859b49 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/wall_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/wall_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dn56ba0xeo6ec" -path="res://.godot/imported/wall_SW.png-2c27174fb8da5c1941dc25003fe1a965.ctex" +path="res://godot/imported/wall_SW.png-2c27174fb8da5c1941dc25003fe1a965.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/wall_SW.png" -dest_files=["res://.godot/imported/wall_SW.png-2c27174fb8da5c1941dc25003fe1a965.ctex"] +dest_files=["res://godot/imported/wall_SW.png-2c27174fb8da5c1941dc25003fe1a965.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/washerDryerStacked_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/washerDryerStacked_NE.png.import index 81b2ffb..2954a79 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/washerDryerStacked_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/washerDryerStacked_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ic4ssy78i4w4" -path="res://.godot/imported/washerDryerStacked_NE.png-80bb797c50dc283c0afef565c1513bbe.ctex" +path="res://godot/imported/washerDryerStacked_NE.png-80bb797c50dc283c0afef565c1513bbe.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/washerDryerStacked_NE.png" -dest_files=["res://.godot/imported/washerDryerStacked_NE.png-80bb797c50dc283c0afef565c1513bbe.ctex"] +dest_files=["res://godot/imported/washerDryerStacked_NE.png-80bb797c50dc283c0afef565c1513bbe.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/washerDryerStacked_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/washerDryerStacked_NW.png.import index a4cf5e6..ff6808c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/washerDryerStacked_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/washerDryerStacked_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://xqhlma22l7py" -path="res://.godot/imported/washerDryerStacked_NW.png-a3015676da39251ab76a0f0354f1bc66.ctex" +path="res://godot/imported/washerDryerStacked_NW.png-a3015676da39251ab76a0f0354f1bc66.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/washerDryerStacked_NW.png" -dest_files=["res://.godot/imported/washerDryerStacked_NW.png-a3015676da39251ab76a0f0354f1bc66.ctex"] +dest_files=["res://godot/imported/washerDryerStacked_NW.png-a3015676da39251ab76a0f0354f1bc66.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/washerDryerStacked_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/washerDryerStacked_SE.png.import index 50e940a..80569cd 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/washerDryerStacked_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/washerDryerStacked_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cb0mc3mxv8rc2" -path="res://.godot/imported/washerDryerStacked_SE.png-c97ad9967774aefd6599ef143ca47a24.ctex" +path="res://godot/imported/washerDryerStacked_SE.png-c97ad9967774aefd6599ef143ca47a24.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/washerDryerStacked_SE.png" -dest_files=["res://.godot/imported/washerDryerStacked_SE.png-c97ad9967774aefd6599ef143ca47a24.ctex"] +dest_files=["res://godot/imported/washerDryerStacked_SE.png-c97ad9967774aefd6599ef143ca47a24.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/washerDryerStacked_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/washerDryerStacked_SW.png.import index 74f8f93..f0895f7 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/washerDryerStacked_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/washerDryerStacked_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://tlu6ysm880f" -path="res://.godot/imported/washerDryerStacked_SW.png-8bc8b0a3f2c1f1cb2bca8645114ee4e2.ctex" +path="res://godot/imported/washerDryerStacked_SW.png-8bc8b0a3f2c1f1cb2bca8645114ee4e2.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/washerDryerStacked_SW.png" -dest_files=["res://.godot/imported/washerDryerStacked_SW.png-8bc8b0a3f2c1f1cb2bca8645114ee4e2.ctex"] +dest_files=["res://godot/imported/washerDryerStacked_SW.png-8bc8b0a3f2c1f1cb2bca8645114ee4e2.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/washer_NE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/washer_NE.png.import index af25330..a3b7dc5 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/washer_NE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/washer_NE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://idlxoov7dfya" -path="res://.godot/imported/washer_NE.png-f681190e38902300f80b1b11212fa302.ctex" +path="res://godot/imported/washer_NE.png-f681190e38902300f80b1b11212fa302.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/washer_NE.png" -dest_files=["res://.godot/imported/washer_NE.png-f681190e38902300f80b1b11212fa302.ctex"] +dest_files=["res://godot/imported/washer_NE.png-f681190e38902300f80b1b11212fa302.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/washer_NW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/washer_NW.png.import index 4c1d74f..c976f0b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/washer_NW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/washer_NW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://2ed1sehjw6q6" -path="res://.godot/imported/washer_NW.png-03a8663772c0d1c70141f9a683c38da6.ctex" +path="res://godot/imported/washer_NW.png-03a8663772c0d1c70141f9a683c38da6.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/washer_NW.png" -dest_files=["res://.godot/imported/washer_NW.png-03a8663772c0d1c70141f9a683c38da6.ctex"] +dest_files=["res://godot/imported/washer_NW.png-03a8663772c0d1c70141f9a683c38da6.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/washer_SE.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/washer_SE.png.import index fea2936..1a4a7e6 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/washer_SE.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/washer_SE.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bi335a7liqefj" -path="res://.godot/imported/washer_SE.png-00d6cc8b4bd420dc8ee0256ecefdca20.ctex" +path="res://godot/imported/washer_SE.png-00d6cc8b4bd420dc8ee0256ecefdca20.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/washer_SE.png" -dest_files=["res://.godot/imported/washer_SE.png-00d6cc8b4bd420dc8ee0256ecefdca20.ctex"] +dest_files=["res://godot/imported/washer_SE.png-00d6cc8b4bd420dc8ee0256ecefdca20.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Isometric/washer_SW.png.import b/escape-room/assets-lib/kenney_furniture-kit/Isometric/washer_SW.png.import index b9c95d9..26c13d6 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Isometric/washer_SW.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Isometric/washer_SW.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b0e3u3dbsdlk5" -path="res://.godot/imported/washer_SW.png-874ad441b568f66f1ca2158defe81b17.ctex" +path="res://godot/imported/washer_SW.png-874ad441b568f66f1ca2158defe81b17.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Isometric/washer_SW.png" -dest_files=["res://.godot/imported/washer_SW.png-874ad441b568f66f1ca2158defe81b17.ctex"] +dest_files=["res://godot/imported/washer_SW.png-874ad441b568f66f1ca2158defe81b17.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bathroomCabinet.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bathroomCabinet.dae.import index a2d0927..f9c771b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bathroomCabinet.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bathroomCabinet.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bqrkk6lansrod" -path="res://.godot/imported/bathroomCabinet.dae-9a102a5c0f982157a6bedc672f62b595.scn" +path="res://godot/imported/bathroomCabinet.dae-9a102a5c0f982157a6bedc672f62b595.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/bathroomCabinet.dae" -dest_files=["res://.godot/imported/bathroomCabinet.dae-9a102a5c0f982157a6bedc672f62b595.scn"] +dest_files=["res://godot/imported/bathroomCabinet.dae-9a102a5c0f982157a6bedc672f62b595.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bathroomCabinetDrawer.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bathroomCabinetDrawer.dae.import index d957433..0175e74 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bathroomCabinetDrawer.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bathroomCabinetDrawer.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b75ot8m4i0a6a" -path="res://.godot/imported/bathroomCabinetDrawer.dae-da075ac73cf3affa9b42755e10f5488e.scn" +path="res://godot/imported/bathroomCabinetDrawer.dae-da075ac73cf3affa9b42755e10f5488e.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/bathroomCabinetDrawer.dae" -dest_files=["res://.godot/imported/bathroomCabinetDrawer.dae-da075ac73cf3affa9b42755e10f5488e.scn"] +dest_files=["res://godot/imported/bathroomCabinetDrawer.dae-da075ac73cf3affa9b42755e10f5488e.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bathroomMirror.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bathroomMirror.dae.import index 9de3153..8f4a9c8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bathroomMirror.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bathroomMirror.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://balmkvay5uhsm" -path="res://.godot/imported/bathroomMirror.dae-107938643051e7c477a7e11a57bb39c1.scn" +path="res://godot/imported/bathroomMirror.dae-107938643051e7c477a7e11a57bb39c1.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/bathroomMirror.dae" -dest_files=["res://.godot/imported/bathroomMirror.dae-107938643051e7c477a7e11a57bb39c1.scn"] +dest_files=["res://godot/imported/bathroomMirror.dae-107938643051e7c477a7e11a57bb39c1.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bathroomSink.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bathroomSink.dae.import index caba009..080251b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bathroomSink.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bathroomSink.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cr0tuldldb1tr" -path="res://.godot/imported/bathroomSink.dae-7533d3592f7c88923485033e1f469c47.scn" +path="res://godot/imported/bathroomSink.dae-7533d3592f7c88923485033e1f469c47.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/bathroomSink.dae" -dest_files=["res://.godot/imported/bathroomSink.dae-7533d3592f7c88923485033e1f469c47.scn"] +dest_files=["res://godot/imported/bathroomSink.dae-7533d3592f7c88923485033e1f469c47.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bathroomSinkSquare.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bathroomSinkSquare.dae.import index eb251c5..9b91710 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bathroomSinkSquare.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bathroomSinkSquare.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bb3eem45wcrjy" -path="res://.godot/imported/bathroomSinkSquare.dae-2aacb110f20c88dd6197d89ad3c4fac1.scn" +path="res://godot/imported/bathroomSinkSquare.dae-2aacb110f20c88dd6197d89ad3c4fac1.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/bathroomSinkSquare.dae" -dest_files=["res://.godot/imported/bathroomSinkSquare.dae-2aacb110f20c88dd6197d89ad3c4fac1.scn"] +dest_files=["res://godot/imported/bathroomSinkSquare.dae-2aacb110f20c88dd6197d89ad3c4fac1.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bathtub.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bathtub.dae.import index 5fc6f88..0681815 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bathtub.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bathtub.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cagyf5lh3nryh" -path="res://.godot/imported/bathtub.dae-6d5f6d407a0b753da9ccfe2ef49d1b81.scn" +path="res://godot/imported/bathtub.dae-6d5f6d407a0b753da9ccfe2ef49d1b81.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/bathtub.dae" -dest_files=["res://.godot/imported/bathtub.dae-6d5f6d407a0b753da9ccfe2ef49d1b81.scn"] +dest_files=["res://godot/imported/bathtub.dae-6d5f6d407a0b753da9ccfe2ef49d1b81.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bear.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bear.dae.import index bec0d0f..1e48dc5 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bear.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bear.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://53y4q5d2tmva" -path="res://.godot/imported/bear.dae-286e826221b4f38d8ba884146198f202.scn" +path="res://godot/imported/bear.dae-286e826221b4f38d8ba884146198f202.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/bear.dae" -dest_files=["res://.godot/imported/bear.dae-286e826221b4f38d8ba884146198f202.scn"] +dest_files=["res://godot/imported/bear.dae-286e826221b4f38d8ba884146198f202.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bedBunk.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bedBunk.dae.import index 70fba7b..0067d7a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bedBunk.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bedBunk.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dwdipuhfnoq73" -path="res://.godot/imported/bedBunk.dae-ebe727c6ee5eff15f3aa818f3aec568b.scn" +path="res://godot/imported/bedBunk.dae-ebe727c6ee5eff15f3aa818f3aec568b.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/bedBunk.dae" -dest_files=["res://.godot/imported/bedBunk.dae-ebe727c6ee5eff15f3aa818f3aec568b.scn"] +dest_files=["res://godot/imported/bedBunk.dae-ebe727c6ee5eff15f3aa818f3aec568b.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bedDouble.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bedDouble.dae.import index e5da345..03ec5d7 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bedDouble.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bedDouble.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://btbhbip7b17q4" -path="res://.godot/imported/bedDouble.dae-ccb13c8cf1cf529a1d70b0e0b52ffd7f.scn" +path="res://godot/imported/bedDouble.dae-ccb13c8cf1cf529a1d70b0e0b52ffd7f.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/bedDouble.dae" -dest_files=["res://.godot/imported/bedDouble.dae-ccb13c8cf1cf529a1d70b0e0b52ffd7f.scn"] +dest_files=["res://godot/imported/bedDouble.dae-ccb13c8cf1cf529a1d70b0e0b52ffd7f.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bedSingle.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bedSingle.dae.import index ba71a74..da55464 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bedSingle.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bedSingle.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bxvxwy6b1oy23" -path="res://.godot/imported/bedSingle.dae-051d37d13b3a8c565fd016b8f8291c8a.scn" +path="res://godot/imported/bedSingle.dae-051d37d13b3a8c565fd016b8f8291c8a.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/bedSingle.dae" -dest_files=["res://.godot/imported/bedSingle.dae-051d37d13b3a8c565fd016b8f8291c8a.scn"] +dest_files=["res://godot/imported/bedSingle.dae-051d37d13b3a8c565fd016b8f8291c8a.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bench.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bench.dae.import index fabe126..c4fa7c0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bench.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bench.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c5iv08peiawoy" -path="res://.godot/imported/bench.dae-5f5463baaca986d5642a1dea59c43c8e.scn" +path="res://godot/imported/bench.dae-5f5463baaca986d5642a1dea59c43c8e.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/bench.dae" -dest_files=["res://.godot/imported/bench.dae-5f5463baaca986d5642a1dea59c43c8e.scn"] +dest_files=["res://godot/imported/bench.dae-5f5463baaca986d5642a1dea59c43c8e.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/benchCushion.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/benchCushion.dae.import index eb515c2..c74ac4e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/benchCushion.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/benchCushion.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://hladq5ldbem6" -path="res://.godot/imported/benchCushion.dae-fc6f733fff20700ef9584ce623512e4a.scn" +path="res://godot/imported/benchCushion.dae-fc6f733fff20700ef9584ce623512e4a.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/benchCushion.dae" -dest_files=["res://.godot/imported/benchCushion.dae-fc6f733fff20700ef9584ce623512e4a.scn"] +dest_files=["res://godot/imported/benchCushion.dae-fc6f733fff20700ef9584ce623512e4a.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/benchCushionLow.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/benchCushionLow.dae.import index 009b1e9..6d32664 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/benchCushionLow.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/benchCushionLow.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bdjlkx76ry4qn" -path="res://.godot/imported/benchCushionLow.dae-423c10a4989c45e5827edf1901903c35.scn" +path="res://godot/imported/benchCushionLow.dae-423c10a4989c45e5827edf1901903c35.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/benchCushionLow.dae" -dest_files=["res://.godot/imported/benchCushionLow.dae-423c10a4989c45e5827edf1901903c35.scn"] +dest_files=["res://godot/imported/benchCushionLow.dae-423c10a4989c45e5827edf1901903c35.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bookcaseClosed.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bookcaseClosed.dae.import index 0b6a9b9..083b8c4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bookcaseClosed.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bookcaseClosed.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c15dpu4mxcy2a" -path="res://.godot/imported/bookcaseClosed.dae-cbe0e891ce8370a833ddfe14af5b6851.scn" +path="res://godot/imported/bookcaseClosed.dae-cbe0e891ce8370a833ddfe14af5b6851.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/bookcaseClosed.dae" -dest_files=["res://.godot/imported/bookcaseClosed.dae-cbe0e891ce8370a833ddfe14af5b6851.scn"] +dest_files=["res://godot/imported/bookcaseClosed.dae-cbe0e891ce8370a833ddfe14af5b6851.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bookcaseClosedDoors.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bookcaseClosedDoors.dae.import index 478689e..5df26a0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bookcaseClosedDoors.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bookcaseClosedDoors.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b2kjqlwye1fmf" -path="res://.godot/imported/bookcaseClosedDoors.dae-a4cd40ea730af4d05fd295fe5adeea3f.scn" +path="res://godot/imported/bookcaseClosedDoors.dae-a4cd40ea730af4d05fd295fe5adeea3f.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/bookcaseClosedDoors.dae" -dest_files=["res://.godot/imported/bookcaseClosedDoors.dae-a4cd40ea730af4d05fd295fe5adeea3f.scn"] +dest_files=["res://godot/imported/bookcaseClosedDoors.dae-a4cd40ea730af4d05fd295fe5adeea3f.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bookcaseClosedWide.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bookcaseClosedWide.dae.import index cac227c..2f65e5d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bookcaseClosedWide.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bookcaseClosedWide.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cs4j11qyavpbb" -path="res://.godot/imported/bookcaseClosedWide.dae-4672d02411cd97de6757c940766044c4.scn" +path="res://godot/imported/bookcaseClosedWide.dae-4672d02411cd97de6757c940766044c4.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/bookcaseClosedWide.dae" -dest_files=["res://.godot/imported/bookcaseClosedWide.dae-4672d02411cd97de6757c940766044c4.scn"] +dest_files=["res://godot/imported/bookcaseClosedWide.dae-4672d02411cd97de6757c940766044c4.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bookcaseOpen.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bookcaseOpen.dae.import index 6367408..921dfa6 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bookcaseOpen.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bookcaseOpen.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://butsev47cm5n5" -path="res://.godot/imported/bookcaseOpen.dae-767ae9ad73aa3b0824a55deca44ed291.scn" +path="res://godot/imported/bookcaseOpen.dae-767ae9ad73aa3b0824a55deca44ed291.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/bookcaseOpen.dae" -dest_files=["res://.godot/imported/bookcaseOpen.dae-767ae9ad73aa3b0824a55deca44ed291.scn"] +dest_files=["res://godot/imported/bookcaseOpen.dae-767ae9ad73aa3b0824a55deca44ed291.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bookcaseOpenLow.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bookcaseOpenLow.dae.import index 7621972..aebd92b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bookcaseOpenLow.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/bookcaseOpenLow.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b5neop7s6yrxx" -path="res://.godot/imported/bookcaseOpenLow.dae-ad1a77f3be62020c0d9815effa21b3cc.scn" +path="res://godot/imported/bookcaseOpenLow.dae-ad1a77f3be62020c0d9815effa21b3cc.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/bookcaseOpenLow.dae" -dest_files=["res://.godot/imported/bookcaseOpenLow.dae-ad1a77f3be62020c0d9815effa21b3cc.scn"] +dest_files=["res://godot/imported/bookcaseOpenLow.dae-ad1a77f3be62020c0d9815effa21b3cc.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/books.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/books.dae.import index 06c98ea..23fb87f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/books.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/books.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://burn3gkeje8ja" -path="res://.godot/imported/books.dae-e10f5e1c5c59132ea73686c889ee5202.scn" +path="res://godot/imported/books.dae-e10f5e1c5c59132ea73686c889ee5202.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/books.dae" -dest_files=["res://.godot/imported/books.dae-e10f5e1c5c59132ea73686c889ee5202.scn"] +dest_files=["res://godot/imported/books.dae-e10f5e1c5c59132ea73686c889ee5202.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/cabinetBed.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/cabinetBed.dae.import index 3e26aec..bb7efa7 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/cabinetBed.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/cabinetBed.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://eimdynqw3wu4" -path="res://.godot/imported/cabinetBed.dae-2fcfaf3dd9cbf241607593ee6ef5e375.scn" +path="res://godot/imported/cabinetBed.dae-2fcfaf3dd9cbf241607593ee6ef5e375.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/cabinetBed.dae" -dest_files=["res://.godot/imported/cabinetBed.dae-2fcfaf3dd9cbf241607593ee6ef5e375.scn"] +dest_files=["res://godot/imported/cabinetBed.dae-2fcfaf3dd9cbf241607593ee6ef5e375.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/cabinetBedDrawer.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/cabinetBedDrawer.dae.import index d0cc3e8..781d8bc 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/cabinetBedDrawer.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/cabinetBedDrawer.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dtrpgks1nf1gn" -path="res://.godot/imported/cabinetBedDrawer.dae-3583eb6f8b1e11dad38ee90817b4ad9f.scn" +path="res://godot/imported/cabinetBedDrawer.dae-3583eb6f8b1e11dad38ee90817b4ad9f.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/cabinetBedDrawer.dae" -dest_files=["res://.godot/imported/cabinetBedDrawer.dae-3583eb6f8b1e11dad38ee90817b4ad9f.scn"] +dest_files=["res://godot/imported/cabinetBedDrawer.dae-3583eb6f8b1e11dad38ee90817b4ad9f.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/cabinetBedDrawerTable.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/cabinetBedDrawerTable.dae.import index 1d75cce..72df1b9 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/cabinetBedDrawerTable.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/cabinetBedDrawerTable.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c5ex85cshh5a7" -path="res://.godot/imported/cabinetBedDrawerTable.dae-4051b38077d712a436e75f671242128c.scn" +path="res://godot/imported/cabinetBedDrawerTable.dae-4051b38077d712a436e75f671242128c.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/cabinetBedDrawerTable.dae" -dest_files=["res://.godot/imported/cabinetBedDrawerTable.dae-4051b38077d712a436e75f671242128c.scn"] +dest_files=["res://godot/imported/cabinetBedDrawerTable.dae-4051b38077d712a436e75f671242128c.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/cabinetTelevision.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/cabinetTelevision.dae.import index c31a02d..97862e8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/cabinetTelevision.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/cabinetTelevision.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://63lpmdnxvsv" -path="res://.godot/imported/cabinetTelevision.dae-cc62371d276996bc7a452a1d16c4ac66.scn" +path="res://godot/imported/cabinetTelevision.dae-cc62371d276996bc7a452a1d16c4ac66.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/cabinetTelevision.dae" -dest_files=["res://.godot/imported/cabinetTelevision.dae-cc62371d276996bc7a452a1d16c4ac66.scn"] +dest_files=["res://godot/imported/cabinetTelevision.dae-cc62371d276996bc7a452a1d16c4ac66.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/cabinetTelevisionDoors.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/cabinetTelevisionDoors.dae.import index a01c7fb..aa4c1fb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/cabinetTelevisionDoors.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/cabinetTelevisionDoors.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://drvr20a6dyolc" -path="res://.godot/imported/cabinetTelevisionDoors.dae-1f366e17c7faaf6f676a9c3614988381.scn" +path="res://godot/imported/cabinetTelevisionDoors.dae-1f366e17c7faaf6f676a9c3614988381.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/cabinetTelevisionDoors.dae" -dest_files=["res://.godot/imported/cabinetTelevisionDoors.dae-1f366e17c7faaf6f676a9c3614988381.scn"] +dest_files=["res://godot/imported/cabinetTelevisionDoors.dae-1f366e17c7faaf6f676a9c3614988381.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/cardboardBoxClosed.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/cardboardBoxClosed.dae.import index 676306f..55c2fc4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/cardboardBoxClosed.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/cardboardBoxClosed.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://08dmb7e1fehf" -path="res://.godot/imported/cardboardBoxClosed.dae-224e11c5139c5c3a094553244449fe56.scn" +path="res://godot/imported/cardboardBoxClosed.dae-224e11c5139c5c3a094553244449fe56.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/cardboardBoxClosed.dae" -dest_files=["res://.godot/imported/cardboardBoxClosed.dae-224e11c5139c5c3a094553244449fe56.scn"] +dest_files=["res://godot/imported/cardboardBoxClosed.dae-224e11c5139c5c3a094553244449fe56.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/cardboardBoxOpen.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/cardboardBoxOpen.dae.import index 0388e6e..c66ee08 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/cardboardBoxOpen.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/cardboardBoxOpen.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://vqkmwgamcrt0" -path="res://.godot/imported/cardboardBoxOpen.dae-aac91ee7cbf2935151736a008063e2af.scn" +path="res://godot/imported/cardboardBoxOpen.dae-aac91ee7cbf2935151736a008063e2af.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/cardboardBoxOpen.dae" -dest_files=["res://.godot/imported/cardboardBoxOpen.dae-aac91ee7cbf2935151736a008063e2af.scn"] +dest_files=["res://godot/imported/cardboardBoxOpen.dae-aac91ee7cbf2935151736a008063e2af.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/ceilingFan.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/ceilingFan.dae.import index d028961..e0d3cdb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/ceilingFan.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/ceilingFan.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dsspk06sihbto" -path="res://.godot/imported/ceilingFan.dae-1197297a5ce45a1e98bf2948024f42ff.scn" +path="res://godot/imported/ceilingFan.dae-1197297a5ce45a1e98bf2948024f42ff.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/ceilingFan.dae" -dest_files=["res://.godot/imported/ceilingFan.dae-1197297a5ce45a1e98bf2948024f42ff.scn"] +dest_files=["res://godot/imported/ceilingFan.dae-1197297a5ce45a1e98bf2948024f42ff.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/chair.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/chair.dae.import index 137e724..fbacac2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/chair.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/chair.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dn6mguhi1s4ys" -path="res://.godot/imported/chair.dae-3bec9d20d7faed7523d98658d812ea9d.scn" +path="res://godot/imported/chair.dae-3bec9d20d7faed7523d98658d812ea9d.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/chair.dae" -dest_files=["res://.godot/imported/chair.dae-3bec9d20d7faed7523d98658d812ea9d.scn"] +dest_files=["res://godot/imported/chair.dae-3bec9d20d7faed7523d98658d812ea9d.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/chairCushion.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/chairCushion.dae.import index 8e9caca..681d0fb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/chairCushion.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/chairCushion.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://di3q4enprn0p7" -path="res://.godot/imported/chairCushion.dae-2e5f4021462c28ae5011eb6793f90a9f.scn" +path="res://godot/imported/chairCushion.dae-2e5f4021462c28ae5011eb6793f90a9f.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/chairCushion.dae" -dest_files=["res://.godot/imported/chairCushion.dae-2e5f4021462c28ae5011eb6793f90a9f.scn"] +dest_files=["res://godot/imported/chairCushion.dae-2e5f4021462c28ae5011eb6793f90a9f.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/chairDesk.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/chairDesk.dae.import index b33ff40..e7e60e4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/chairDesk.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/chairDesk.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b6wa3bux8n2ft" -path="res://.godot/imported/chairDesk.dae-c336c8a667749b117dd24080fd8b6f6d.scn" +path="res://godot/imported/chairDesk.dae-c336c8a667749b117dd24080fd8b6f6d.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/chairDesk.dae" -dest_files=["res://.godot/imported/chairDesk.dae-c336c8a667749b117dd24080fd8b6f6d.scn"] +dest_files=["res://godot/imported/chairDesk.dae-c336c8a667749b117dd24080fd8b6f6d.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/chairModernCushion.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/chairModernCushion.dae.import index 7deee68..cacfc34 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/chairModernCushion.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/chairModernCushion.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dhb8qw8obq7oy" -path="res://.godot/imported/chairModernCushion.dae-fcee9324649617ab3c74623895344da3.scn" +path="res://godot/imported/chairModernCushion.dae-fcee9324649617ab3c74623895344da3.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/chairModernCushion.dae" -dest_files=["res://.godot/imported/chairModernCushion.dae-fcee9324649617ab3c74623895344da3.scn"] +dest_files=["res://godot/imported/chairModernCushion.dae-fcee9324649617ab3c74623895344da3.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/chairModernFrameCushion.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/chairModernFrameCushion.dae.import index d722e1c..40bbaa2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/chairModernFrameCushion.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/chairModernFrameCushion.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dm5coprr0lf7p" -path="res://.godot/imported/chairModernFrameCushion.dae-dff14f02772ba7d9c82dfea0f0be6769.scn" +path="res://godot/imported/chairModernFrameCushion.dae-dff14f02772ba7d9c82dfea0f0be6769.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/chairModernFrameCushion.dae" -dest_files=["res://.godot/imported/chairModernFrameCushion.dae-dff14f02772ba7d9c82dfea0f0be6769.scn"] +dest_files=["res://godot/imported/chairModernFrameCushion.dae-dff14f02772ba7d9c82dfea0f0be6769.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/chairRounded.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/chairRounded.dae.import index 0413465..ef06b6e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/chairRounded.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/chairRounded.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cxhjt3itde54g" -path="res://.godot/imported/chairRounded.dae-6ad5aaf49a02a130f16be08e672e4a42.scn" +path="res://godot/imported/chairRounded.dae-6ad5aaf49a02a130f16be08e672e4a42.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/chairRounded.dae" -dest_files=["res://.godot/imported/chairRounded.dae-6ad5aaf49a02a130f16be08e672e4a42.scn"] +dest_files=["res://godot/imported/chairRounded.dae-6ad5aaf49a02a130f16be08e672e4a42.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/coatRack.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/coatRack.dae.import index 1b21e55..3fb1706 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/coatRack.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/coatRack.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://pdxdh6yyp74h" -path="res://.godot/imported/coatRack.dae-c89f9d68e3de5bb299500d0753495294.scn" +path="res://godot/imported/coatRack.dae-c89f9d68e3de5bb299500d0753495294.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/coatRack.dae" -dest_files=["res://.godot/imported/coatRack.dae-c89f9d68e3de5bb299500d0753495294.scn"] +dest_files=["res://godot/imported/coatRack.dae-c89f9d68e3de5bb299500d0753495294.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/coatRackStanding.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/coatRackStanding.dae.import index 972c818..43296e4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/coatRackStanding.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/coatRackStanding.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bjniy1j0bou1m" -path="res://.godot/imported/coatRackStanding.dae-29b99ce5ff50e7139f9dcb8490ac6841.scn" +path="res://godot/imported/coatRackStanding.dae-29b99ce5ff50e7139f9dcb8490ac6841.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/coatRackStanding.dae" -dest_files=["res://.godot/imported/coatRackStanding.dae-29b99ce5ff50e7139f9dcb8490ac6841.scn"] +dest_files=["res://godot/imported/coatRackStanding.dae-29b99ce5ff50e7139f9dcb8490ac6841.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/computerKeyboard.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/computerKeyboard.dae.import index e73e465..af1451c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/computerKeyboard.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/computerKeyboard.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dtnyb7udxrs8j" -path="res://.godot/imported/computerKeyboard.dae-0f481aa7f629d5f9504b20ee48a437ef.scn" +path="res://godot/imported/computerKeyboard.dae-0f481aa7f629d5f9504b20ee48a437ef.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/computerKeyboard.dae" -dest_files=["res://.godot/imported/computerKeyboard.dae-0f481aa7f629d5f9504b20ee48a437ef.scn"] +dest_files=["res://godot/imported/computerKeyboard.dae-0f481aa7f629d5f9504b20ee48a437ef.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/computerMouse.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/computerMouse.dae.import index 47ef080..846adcf 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/computerMouse.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/computerMouse.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://nxis6n7bia8v" -path="res://.godot/imported/computerMouse.dae-a73e828e0959500a28fed98a4f4d1a30.scn" +path="res://godot/imported/computerMouse.dae-a73e828e0959500a28fed98a4f4d1a30.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/computerMouse.dae" -dest_files=["res://.godot/imported/computerMouse.dae-a73e828e0959500a28fed98a4f4d1a30.scn"] +dest_files=["res://godot/imported/computerMouse.dae-a73e828e0959500a28fed98a4f4d1a30.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/computerScreen.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/computerScreen.dae.import index c61de1c..7186143 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/computerScreen.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/computerScreen.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c7bcvc1dkctpi" -path="res://.godot/imported/computerScreen.dae-61b9a37e2daf57670627a28d422d2c55.scn" +path="res://godot/imported/computerScreen.dae-61b9a37e2daf57670627a28d422d2c55.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/computerScreen.dae" -dest_files=["res://.godot/imported/computerScreen.dae-61b9a37e2daf57670627a28d422d2c55.scn"] +dest_files=["res://godot/imported/computerScreen.dae-61b9a37e2daf57670627a28d422d2c55.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/desk.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/desk.dae.import index f3fc818..e261cbf 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/desk.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/desk.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bii4wss4hagkg" -path="res://.godot/imported/desk.dae-6e884a851d4863a9ba5847d9b4b9e2f1.scn" +path="res://godot/imported/desk.dae-6e884a851d4863a9ba5847d9b4b9e2f1.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/desk.dae" -dest_files=["res://.godot/imported/desk.dae-6e884a851d4863a9ba5847d9b4b9e2f1.scn"] +dest_files=["res://godot/imported/desk.dae-6e884a851d4863a9ba5847d9b4b9e2f1.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/deskCorner.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/deskCorner.dae.import index 8a5cb7c..c283e99 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/deskCorner.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/deskCorner.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cextsine6elkr" -path="res://.godot/imported/deskCorner.dae-062e1439e7cbf1595f8f1a7a2c1fdc27.scn" +path="res://godot/imported/deskCorner.dae-062e1439e7cbf1595f8f1a7a2c1fdc27.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/deskCorner.dae" -dest_files=["res://.godot/imported/deskCorner.dae-062e1439e7cbf1595f8f1a7a2c1fdc27.scn"] +dest_files=["res://godot/imported/deskCorner.dae-062e1439e7cbf1595f8f1a7a2c1fdc27.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/doorway.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/doorway.dae.import index 5f176cc..97e645f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/doorway.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/doorway.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dyjuefkxmjd28" -path="res://.godot/imported/doorway.dae-fe76e21c4aacaa8fc8e03240eb0369b3.scn" +path="res://godot/imported/doorway.dae-fe76e21c4aacaa8fc8e03240eb0369b3.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/doorway.dae" -dest_files=["res://.godot/imported/doorway.dae-fe76e21c4aacaa8fc8e03240eb0369b3.scn"] +dest_files=["res://godot/imported/doorway.dae-fe76e21c4aacaa8fc8e03240eb0369b3.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/doorwayFront.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/doorwayFront.dae.import index c6b7681..5a89419 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/doorwayFront.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/doorwayFront.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cbq68k50nfg8o" -path="res://.godot/imported/doorwayFront.dae-864fefb48f16cc88670b3318d18fafa3.scn" +path="res://godot/imported/doorwayFront.dae-864fefb48f16cc88670b3318d18fafa3.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/doorwayFront.dae" -dest_files=["res://.godot/imported/doorwayFront.dae-864fefb48f16cc88670b3318d18fafa3.scn"] +dest_files=["res://godot/imported/doorwayFront.dae-864fefb48f16cc88670b3318d18fafa3.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/doorwayOpen.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/doorwayOpen.dae.import index 1f9b034..3a4f15b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/doorwayOpen.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/doorwayOpen.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b05h3hu1ffurx" -path="res://.godot/imported/doorwayOpen.dae-4b65c2860778cfc517e948af25b043ec.scn" +path="res://godot/imported/doorwayOpen.dae-4b65c2860778cfc517e948af25b043ec.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/doorwayOpen.dae" -dest_files=["res://.godot/imported/doorwayOpen.dae-4b65c2860778cfc517e948af25b043ec.scn"] +dest_files=["res://godot/imported/doorwayOpen.dae-4b65c2860778cfc517e948af25b043ec.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/dryer.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/dryer.dae.import index e73c9a6..f30c33c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/dryer.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/dryer.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bsef5ksugt7qc" -path="res://.godot/imported/dryer.dae-f14e06448b5b2fa56a1710a39db454c4.scn" +path="res://godot/imported/dryer.dae-f14e06448b5b2fa56a1710a39db454c4.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/dryer.dae" -dest_files=["res://.godot/imported/dryer.dae-f14e06448b5b2fa56a1710a39db454c4.scn"] +dest_files=["res://godot/imported/dryer.dae-f14e06448b5b2fa56a1710a39db454c4.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/floorCorner.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/floorCorner.dae.import index 7b48c07..58cf059 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/floorCorner.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/floorCorner.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://beflxq1b3nck4" -path="res://.godot/imported/floorCorner.dae-7ccf3892027741effacf73b89df7f3e4.scn" +path="res://godot/imported/floorCorner.dae-7ccf3892027741effacf73b89df7f3e4.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/floorCorner.dae" -dest_files=["res://.godot/imported/floorCorner.dae-7ccf3892027741effacf73b89df7f3e4.scn"] +dest_files=["res://godot/imported/floorCorner.dae-7ccf3892027741effacf73b89df7f3e4.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/floorCornerRound.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/floorCornerRound.dae.import index a3ad08d..304e326 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/floorCornerRound.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/floorCornerRound.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dnx4kjheqnjh3" -path="res://.godot/imported/floorCornerRound.dae-807b42a386d593f439c066e410a38797.scn" +path="res://godot/imported/floorCornerRound.dae-807b42a386d593f439c066e410a38797.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/floorCornerRound.dae" -dest_files=["res://.godot/imported/floorCornerRound.dae-807b42a386d593f439c066e410a38797.scn"] +dest_files=["res://godot/imported/floorCornerRound.dae-807b42a386d593f439c066e410a38797.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/floorFull.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/floorFull.dae.import index 93c7dfd..160ed4e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/floorFull.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/floorFull.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://3t428gp0c3c0" -path="res://.godot/imported/floorFull.dae-e18a7dc24632d7fa344b64c24c94295d.scn" +path="res://godot/imported/floorFull.dae-e18a7dc24632d7fa344b64c24c94295d.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/floorFull.dae" -dest_files=["res://.godot/imported/floorFull.dae-e18a7dc24632d7fa344b64c24c94295d.scn"] +dest_files=["res://godot/imported/floorFull.dae-e18a7dc24632d7fa344b64c24c94295d.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/floorHalf.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/floorHalf.dae.import index 3123906..801325f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/floorHalf.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/floorHalf.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b1r3is0udri56" -path="res://.godot/imported/floorHalf.dae-72d992abeca63ec799156235f82426e0.scn" +path="res://godot/imported/floorHalf.dae-72d992abeca63ec799156235f82426e0.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/floorHalf.dae" -dest_files=["res://.godot/imported/floorHalf.dae-72d992abeca63ec799156235f82426e0.scn"] +dest_files=["res://godot/imported/floorHalf.dae-72d992abeca63ec799156235f82426e0.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/hoodLarge.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/hoodLarge.dae.import index c0b95d5..eacf83a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/hoodLarge.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/hoodLarge.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://d1fk5p7684p3i" -path="res://.godot/imported/hoodLarge.dae-ae6dd8a2646a0bd7c5104378af98fcb1.scn" +path="res://godot/imported/hoodLarge.dae-ae6dd8a2646a0bd7c5104378af98fcb1.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/hoodLarge.dae" -dest_files=["res://.godot/imported/hoodLarge.dae-ae6dd8a2646a0bd7c5104378af98fcb1.scn"] +dest_files=["res://godot/imported/hoodLarge.dae-ae6dd8a2646a0bd7c5104378af98fcb1.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/hoodModern.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/hoodModern.dae.import index 99989a7..c490b56 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/hoodModern.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/hoodModern.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dixycbgjia0rs" -path="res://.godot/imported/hoodModern.dae-1fe3224e84abc0dfab04280e48d879dc.scn" +path="res://godot/imported/hoodModern.dae-1fe3224e84abc0dfab04280e48d879dc.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/hoodModern.dae" -dest_files=["res://.godot/imported/hoodModern.dae-1fe3224e84abc0dfab04280e48d879dc.scn"] +dest_files=["res://godot/imported/hoodModern.dae-1fe3224e84abc0dfab04280e48d879dc.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenBar.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenBar.dae.import index bd0d9c0..6ac1531 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenBar.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenBar.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://beh44nxwf5ge4" -path="res://.godot/imported/kitchenBar.dae-8c085ae35efd40558ed14af1dd393815.scn" +path="res://godot/imported/kitchenBar.dae-8c085ae35efd40558ed14af1dd393815.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/kitchenBar.dae" -dest_files=["res://.godot/imported/kitchenBar.dae-8c085ae35efd40558ed14af1dd393815.scn"] +dest_files=["res://godot/imported/kitchenBar.dae-8c085ae35efd40558ed14af1dd393815.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenBarEnd.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenBarEnd.dae.import index 47c6aef..3e48514 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenBarEnd.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenBarEnd.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bptafivpj86qq" -path="res://.godot/imported/kitchenBarEnd.dae-73d81e47f62fe6e32528646e381fc125.scn" +path="res://godot/imported/kitchenBarEnd.dae-73d81e47f62fe6e32528646e381fc125.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/kitchenBarEnd.dae" -dest_files=["res://.godot/imported/kitchenBarEnd.dae-73d81e47f62fe6e32528646e381fc125.scn"] +dest_files=["res://godot/imported/kitchenBarEnd.dae-73d81e47f62fe6e32528646e381fc125.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenBlender.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenBlender.dae.import index b5ddbb4..d0a2dc2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenBlender.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenBlender.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bb4ahq5qap0hn" -path="res://.godot/imported/kitchenBlender.dae-2272e01a09d6781ec5ea86d61657fc99.scn" +path="res://godot/imported/kitchenBlender.dae-2272e01a09d6781ec5ea86d61657fc99.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/kitchenBlender.dae" -dest_files=["res://.godot/imported/kitchenBlender.dae-2272e01a09d6781ec5ea86d61657fc99.scn"] +dest_files=["res://godot/imported/kitchenBlender.dae-2272e01a09d6781ec5ea86d61657fc99.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinet.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinet.dae.import index e6e5142..eb23b5c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinet.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinet.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bd1exfww50mel" -path="res://.godot/imported/kitchenCabinet.dae-49b55680cd246c2a8e7b0c2922e9f646.scn" +path="res://godot/imported/kitchenCabinet.dae-49b55680cd246c2a8e7b0c2922e9f646.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinet.dae" -dest_files=["res://.godot/imported/kitchenCabinet.dae-49b55680cd246c2a8e7b0c2922e9f646.scn"] +dest_files=["res://godot/imported/kitchenCabinet.dae-49b55680cd246c2a8e7b0c2922e9f646.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetCornerInner.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetCornerInner.dae.import index 6508630..3212f47 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetCornerInner.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetCornerInner.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bfsos4pp3mgf" -path="res://.godot/imported/kitchenCabinetCornerInner.dae-83fceb6bf29ac2f8134090045664da20.scn" +path="res://godot/imported/kitchenCabinetCornerInner.dae-83fceb6bf29ac2f8134090045664da20.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetCornerInner.dae" -dest_files=["res://.godot/imported/kitchenCabinetCornerInner.dae-83fceb6bf29ac2f8134090045664da20.scn"] +dest_files=["res://godot/imported/kitchenCabinetCornerInner.dae-83fceb6bf29ac2f8134090045664da20.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetCornerRound.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetCornerRound.dae.import index e45b173..5db476b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetCornerRound.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetCornerRound.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c541uj2olxme8" -path="res://.godot/imported/kitchenCabinetCornerRound.dae-56697f4f649526d331ba00fcc34eb89e.scn" +path="res://godot/imported/kitchenCabinetCornerRound.dae-56697f4f649526d331ba00fcc34eb89e.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetCornerRound.dae" -dest_files=["res://.godot/imported/kitchenCabinetCornerRound.dae-56697f4f649526d331ba00fcc34eb89e.scn"] +dest_files=["res://godot/imported/kitchenCabinetCornerRound.dae-56697f4f649526d331ba00fcc34eb89e.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetDrawer.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetDrawer.dae.import index 0d52be7..819fc19 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetDrawer.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetDrawer.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://kfh26cgfxrt7" -path="res://.godot/imported/kitchenCabinetDrawer.dae-41bdb09877cc31c2fd190782a8ac3e93.scn" +path="res://godot/imported/kitchenCabinetDrawer.dae-41bdb09877cc31c2fd190782a8ac3e93.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetDrawer.dae" -dest_files=["res://.godot/imported/kitchenCabinetDrawer.dae-41bdb09877cc31c2fd190782a8ac3e93.scn"] +dest_files=["res://godot/imported/kitchenCabinetDrawer.dae-41bdb09877cc31c2fd190782a8ac3e93.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetUpper.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetUpper.dae.import index 31564bc..7ee90ff 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetUpper.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetUpper.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://muxd42ugoyjl" -path="res://.godot/imported/kitchenCabinetUpper.dae-12b586c407d1c4ebe3b3b67294ab5948.scn" +path="res://godot/imported/kitchenCabinetUpper.dae-12b586c407d1c4ebe3b3b67294ab5948.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetUpper.dae" -dest_files=["res://.godot/imported/kitchenCabinetUpper.dae-12b586c407d1c4ebe3b3b67294ab5948.scn"] +dest_files=["res://godot/imported/kitchenCabinetUpper.dae-12b586c407d1c4ebe3b3b67294ab5948.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetUpperCorner.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetUpperCorner.dae.import index 44b2899..e7f1f06 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetUpperCorner.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetUpperCorner.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cb2t6u84uiiod" -path="res://.godot/imported/kitchenCabinetUpperCorner.dae-5a828d6a64be0ca8934fe59b923145b4.scn" +path="res://godot/imported/kitchenCabinetUpperCorner.dae-5a828d6a64be0ca8934fe59b923145b4.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetUpperCorner.dae" -dest_files=["res://.godot/imported/kitchenCabinetUpperCorner.dae-5a828d6a64be0ca8934fe59b923145b4.scn"] +dest_files=["res://godot/imported/kitchenCabinetUpperCorner.dae-5a828d6a64be0ca8934fe59b923145b4.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetUpperDouble.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetUpperDouble.dae.import index 01dbeab..47dd28c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetUpperDouble.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetUpperDouble.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://d23r8x5vyfq88" -path="res://.godot/imported/kitchenCabinetUpperDouble.dae-b69280eed65aca60c288eda2650b7f99.scn" +path="res://godot/imported/kitchenCabinetUpperDouble.dae-b69280eed65aca60c288eda2650b7f99.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetUpperDouble.dae" -dest_files=["res://.godot/imported/kitchenCabinetUpperDouble.dae-b69280eed65aca60c288eda2650b7f99.scn"] +dest_files=["res://godot/imported/kitchenCabinetUpperDouble.dae-b69280eed65aca60c288eda2650b7f99.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetUpperLow.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetUpperLow.dae.import index 7a93213..c0ee651 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetUpperLow.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetUpperLow.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://2f4e6qgk73b2" -path="res://.godot/imported/kitchenCabinetUpperLow.dae-625b56e306b073b9fd8d23ec05cf4280.scn" +path="res://godot/imported/kitchenCabinetUpperLow.dae-625b56e306b073b9fd8d23ec05cf4280.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCabinetUpperLow.dae" -dest_files=["res://.godot/imported/kitchenCabinetUpperLow.dae-625b56e306b073b9fd8d23ec05cf4280.scn"] +dest_files=["res://godot/imported/kitchenCabinetUpperLow.dae-625b56e306b073b9fd8d23ec05cf4280.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCoffeeMachine.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCoffeeMachine.dae.import index 0669b95..8c1ca7e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCoffeeMachine.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCoffeeMachine.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://djxejyqer5814" -path="res://.godot/imported/kitchenCoffeeMachine.dae-5441acf51edd05e844e512f080b15270.scn" +path="res://godot/imported/kitchenCoffeeMachine.dae-5441acf51edd05e844e512f080b15270.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/kitchenCoffeeMachine.dae" -dest_files=["res://.godot/imported/kitchenCoffeeMachine.dae-5441acf51edd05e844e512f080b15270.scn"] +dest_files=["res://godot/imported/kitchenCoffeeMachine.dae-5441acf51edd05e844e512f080b15270.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenFridge.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenFridge.dae.import index 1653c93..cdd61a7 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenFridge.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenFridge.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ubnkllpkqrfm" -path="res://.godot/imported/kitchenFridge.dae-25ce3cc486a535fdb620d67f81f073fd.scn" +path="res://godot/imported/kitchenFridge.dae-25ce3cc486a535fdb620d67f81f073fd.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/kitchenFridge.dae" -dest_files=["res://.godot/imported/kitchenFridge.dae-25ce3cc486a535fdb620d67f81f073fd.scn"] +dest_files=["res://godot/imported/kitchenFridge.dae-25ce3cc486a535fdb620d67f81f073fd.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenFridgeBuiltIn.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenFridgeBuiltIn.dae.import index 16392b5..c95e164 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenFridgeBuiltIn.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenFridgeBuiltIn.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bvmdpxufs3s3k" -path="res://.godot/imported/kitchenFridgeBuiltIn.dae-dda428bef0b44838bb0ba1937c1ff840.scn" +path="res://godot/imported/kitchenFridgeBuiltIn.dae-dda428bef0b44838bb0ba1937c1ff840.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/kitchenFridgeBuiltIn.dae" -dest_files=["res://.godot/imported/kitchenFridgeBuiltIn.dae-dda428bef0b44838bb0ba1937c1ff840.scn"] +dest_files=["res://godot/imported/kitchenFridgeBuiltIn.dae-dda428bef0b44838bb0ba1937c1ff840.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenFridgeLarge.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenFridgeLarge.dae.import index b8eca06..e66a6b8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenFridgeLarge.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenFridgeLarge.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cwo8gyab4rkgj" -path="res://.godot/imported/kitchenFridgeLarge.dae-b41d42afa9a7d539a12c0c2d46e26645.scn" +path="res://godot/imported/kitchenFridgeLarge.dae-b41d42afa9a7d539a12c0c2d46e26645.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/kitchenFridgeLarge.dae" -dest_files=["res://.godot/imported/kitchenFridgeLarge.dae-b41d42afa9a7d539a12c0c2d46e26645.scn"] +dest_files=["res://godot/imported/kitchenFridgeLarge.dae-b41d42afa9a7d539a12c0c2d46e26645.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenFridgeSmall.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenFridgeSmall.dae.import index ea32995..560a6ca 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenFridgeSmall.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenFridgeSmall.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://lma113va3inw" -path="res://.godot/imported/kitchenFridgeSmall.dae-e735c3c031f22a887170c9383a3a581d.scn" +path="res://godot/imported/kitchenFridgeSmall.dae-e735c3c031f22a887170c9383a3a581d.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/kitchenFridgeSmall.dae" -dest_files=["res://.godot/imported/kitchenFridgeSmall.dae-e735c3c031f22a887170c9383a3a581d.scn"] +dest_files=["res://godot/imported/kitchenFridgeSmall.dae-e735c3c031f22a887170c9383a3a581d.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenMicrowave.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenMicrowave.dae.import index c94fbe2..63bac21 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenMicrowave.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenMicrowave.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bx62wf58ul8qt" -path="res://.godot/imported/kitchenMicrowave.dae-0dd9eddc1963053695ec99dcd49a75c3.scn" +path="res://godot/imported/kitchenMicrowave.dae-0dd9eddc1963053695ec99dcd49a75c3.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/kitchenMicrowave.dae" -dest_files=["res://.godot/imported/kitchenMicrowave.dae-0dd9eddc1963053695ec99dcd49a75c3.scn"] +dest_files=["res://godot/imported/kitchenMicrowave.dae-0dd9eddc1963053695ec99dcd49a75c3.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenSink.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenSink.dae.import index 4ece88f..eb214ad 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenSink.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenSink.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cygs06es71npi" -path="res://.godot/imported/kitchenSink.dae-728da88eb643f1f7bf2baa600f34c37f.scn" +path="res://godot/imported/kitchenSink.dae-728da88eb643f1f7bf2baa600f34c37f.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/kitchenSink.dae" -dest_files=["res://.godot/imported/kitchenSink.dae-728da88eb643f1f7bf2baa600f34c37f.scn"] +dest_files=["res://godot/imported/kitchenSink.dae-728da88eb643f1f7bf2baa600f34c37f.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenStove.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenStove.dae.import index e7dbc6c..0095781 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenStove.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenStove.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://s4gow6qahq2d" -path="res://.godot/imported/kitchenStove.dae-6d4a4a3dc725418303ad7b0ef5acc3fb.scn" +path="res://godot/imported/kitchenStove.dae-6d4a4a3dc725418303ad7b0ef5acc3fb.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/kitchenStove.dae" -dest_files=["res://.godot/imported/kitchenStove.dae-6d4a4a3dc725418303ad7b0ef5acc3fb.scn"] +dest_files=["res://godot/imported/kitchenStove.dae-6d4a4a3dc725418303ad7b0ef5acc3fb.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenStoveElectric.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenStoveElectric.dae.import index 6b3f265..109286c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenStoveElectric.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/kitchenStoveElectric.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ddq57wsmdw7y7" -path="res://.godot/imported/kitchenStoveElectric.dae-594dc577f4a75e076d506324b360c01b.scn" +path="res://godot/imported/kitchenStoveElectric.dae-594dc577f4a75e076d506324b360c01b.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/kitchenStoveElectric.dae" -dest_files=["res://.godot/imported/kitchenStoveElectric.dae-594dc577f4a75e076d506324b360c01b.scn"] +dest_files=["res://godot/imported/kitchenStoveElectric.dae-594dc577f4a75e076d506324b360c01b.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/lampRoundFloor.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/lampRoundFloor.dae.import index 55f9cf3..427aca2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/lampRoundFloor.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/lampRoundFloor.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bo64dpqfk7tvo" -path="res://.godot/imported/lampRoundFloor.dae-054608fe6d0e628d7dd2847bc9f7d7b8.scn" +path="res://godot/imported/lampRoundFloor.dae-054608fe6d0e628d7dd2847bc9f7d7b8.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/lampRoundFloor.dae" -dest_files=["res://.godot/imported/lampRoundFloor.dae-054608fe6d0e628d7dd2847bc9f7d7b8.scn"] +dest_files=["res://godot/imported/lampRoundFloor.dae-054608fe6d0e628d7dd2847bc9f7d7b8.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/lampRoundTable.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/lampRoundTable.dae.import index 838df59..550ced1 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/lampRoundTable.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/lampRoundTable.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://n6sqyco6n7e1" -path="res://.godot/imported/lampRoundTable.dae-36bc5b68f93e0996933b540747b863c7.scn" +path="res://godot/imported/lampRoundTable.dae-36bc5b68f93e0996933b540747b863c7.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/lampRoundTable.dae" -dest_files=["res://.godot/imported/lampRoundTable.dae-36bc5b68f93e0996933b540747b863c7.scn"] +dest_files=["res://godot/imported/lampRoundTable.dae-36bc5b68f93e0996933b540747b863c7.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/lampSquareCeiling.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/lampSquareCeiling.dae.import index 31b87ef..f8b84e6 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/lampSquareCeiling.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/lampSquareCeiling.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ca7rgxt4ltkf1" -path="res://.godot/imported/lampSquareCeiling.dae-27a4e70ef18a57d3c18239fab2caa716.scn" +path="res://godot/imported/lampSquareCeiling.dae-27a4e70ef18a57d3c18239fab2caa716.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/lampSquareCeiling.dae" -dest_files=["res://.godot/imported/lampSquareCeiling.dae-27a4e70ef18a57d3c18239fab2caa716.scn"] +dest_files=["res://godot/imported/lampSquareCeiling.dae-27a4e70ef18a57d3c18239fab2caa716.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/lampSquareFloor.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/lampSquareFloor.dae.import index 68b95e0..d11fc85 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/lampSquareFloor.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/lampSquareFloor.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cjtd7jsn3mhnn" -path="res://.godot/imported/lampSquareFloor.dae-58d16db19023fe7f10bf4821cf8c2eaa.scn" +path="res://godot/imported/lampSquareFloor.dae-58d16db19023fe7f10bf4821cf8c2eaa.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/lampSquareFloor.dae" -dest_files=["res://.godot/imported/lampSquareFloor.dae-58d16db19023fe7f10bf4821cf8c2eaa.scn"] +dest_files=["res://godot/imported/lampSquareFloor.dae-58d16db19023fe7f10bf4821cf8c2eaa.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/lampSquareTable.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/lampSquareTable.dae.import index 5b7d8ae..5cb39e1 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/lampSquareTable.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/lampSquareTable.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cemvigrrlxenc" -path="res://.godot/imported/lampSquareTable.dae-e0c298f107f19248b764a6a4c1329ad9.scn" +path="res://godot/imported/lampSquareTable.dae-e0c298f107f19248b764a6a4c1329ad9.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/lampSquareTable.dae" -dest_files=["res://.godot/imported/lampSquareTable.dae-e0c298f107f19248b764a6a4c1329ad9.scn"] +dest_files=["res://godot/imported/lampSquareTable.dae-e0c298f107f19248b764a6a4c1329ad9.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/lampWall.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/lampWall.dae.import index a547523..04c26cc 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/lampWall.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/lampWall.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dbj2tl3ipbaji" -path="res://.godot/imported/lampWall.dae-3af4d512e821aaa47ddc0941f79a56c4.scn" +path="res://godot/imported/lampWall.dae-3af4d512e821aaa47ddc0941f79a56c4.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/lampWall.dae" -dest_files=["res://.godot/imported/lampWall.dae-3af4d512e821aaa47ddc0941f79a56c4.scn"] +dest_files=["res://godot/imported/lampWall.dae-3af4d512e821aaa47ddc0941f79a56c4.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/laptop.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/laptop.dae.import index 83cae51..81f83a2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/laptop.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/laptop.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c2nl5xfghkd5y" -path="res://.godot/imported/laptop.dae-7b63c9d653d576a583311de51e4e2b2f.scn" +path="res://godot/imported/laptop.dae-7b63c9d653d576a583311de51e4e2b2f.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/laptop.dae" -dest_files=["res://.godot/imported/laptop.dae-7b63c9d653d576a583311de51e4e2b2f.scn"] +dest_files=["res://godot/imported/laptop.dae-7b63c9d653d576a583311de51e4e2b2f.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeChair.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeChair.dae.import index 0bf7925..5fbf3cd 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeChair.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeChair.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b3wdly58c6byi" -path="res://.godot/imported/loungeChair.dae-b9e51ff9b51945a323bf5a7a2618af60.scn" +path="res://godot/imported/loungeChair.dae-b9e51ff9b51945a323bf5a7a2618af60.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/loungeChair.dae" -dest_files=["res://.godot/imported/loungeChair.dae-b9e51ff9b51945a323bf5a7a2618af60.scn"] +dest_files=["res://godot/imported/loungeChair.dae-b9e51ff9b51945a323bf5a7a2618af60.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeChairRelax.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeChairRelax.dae.import index bd75e7b..6f7af6a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeChairRelax.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeChairRelax.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cv02ua0wdhxd1" -path="res://.godot/imported/loungeChairRelax.dae-a6ca87c9e7dda95ca02edf01f1a34230.scn" +path="res://godot/imported/loungeChairRelax.dae-a6ca87c9e7dda95ca02edf01f1a34230.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/loungeChairRelax.dae" -dest_files=["res://.godot/imported/loungeChairRelax.dae-a6ca87c9e7dda95ca02edf01f1a34230.scn"] +dest_files=["res://godot/imported/loungeChairRelax.dae-a6ca87c9e7dda95ca02edf01f1a34230.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeDesignChair.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeDesignChair.dae.import index bee3e2c..edb8d18 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeDesignChair.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeDesignChair.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bu3msmsj3rrsw" -path="res://.godot/imported/loungeDesignChair.dae-9690bce38ea6fd9f3d846efda7aa780f.scn" +path="res://godot/imported/loungeDesignChair.dae-9690bce38ea6fd9f3d846efda7aa780f.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/loungeDesignChair.dae" -dest_files=["res://.godot/imported/loungeDesignChair.dae-9690bce38ea6fd9f3d846efda7aa780f.scn"] +dest_files=["res://godot/imported/loungeDesignChair.dae-9690bce38ea6fd9f3d846efda7aa780f.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeDesignSofa.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeDesignSofa.dae.import index 5b5aefc..50e0db0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeDesignSofa.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeDesignSofa.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b6amp5cai1we2" -path="res://.godot/imported/loungeDesignSofa.dae-ce9bfef65b4182783ee509a8d926d7fd.scn" +path="res://godot/imported/loungeDesignSofa.dae-ce9bfef65b4182783ee509a8d926d7fd.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/loungeDesignSofa.dae" -dest_files=["res://.godot/imported/loungeDesignSofa.dae-ce9bfef65b4182783ee509a8d926d7fd.scn"] +dest_files=["res://godot/imported/loungeDesignSofa.dae-ce9bfef65b4182783ee509a8d926d7fd.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeDesignSofaCorner.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeDesignSofaCorner.dae.import index acb778e..0081a5f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeDesignSofaCorner.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeDesignSofaCorner.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dvty688u520g6" -path="res://.godot/imported/loungeDesignSofaCorner.dae-f51995d2ffdf62908f7c1c56fe900807.scn" +path="res://godot/imported/loungeDesignSofaCorner.dae-f51995d2ffdf62908f7c1c56fe900807.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/loungeDesignSofaCorner.dae" -dest_files=["res://.godot/imported/loungeDesignSofaCorner.dae-f51995d2ffdf62908f7c1c56fe900807.scn"] +dest_files=["res://godot/imported/loungeDesignSofaCorner.dae-f51995d2ffdf62908f7c1c56fe900807.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeSofa.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeSofa.dae.import index 3fb6624..d9b8f04 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeSofa.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeSofa.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cp18qdp4c6f6d" -path="res://.godot/imported/loungeSofa.dae-463977931e8c2d1075aef83e0254d652.scn" +path="res://godot/imported/loungeSofa.dae-463977931e8c2d1075aef83e0254d652.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/loungeSofa.dae" -dest_files=["res://.godot/imported/loungeSofa.dae-463977931e8c2d1075aef83e0254d652.scn"] +dest_files=["res://godot/imported/loungeSofa.dae-463977931e8c2d1075aef83e0254d652.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeSofaCorner.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeSofaCorner.dae.import index 3922fbb..2bac55a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeSofaCorner.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeSofaCorner.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b4il2tysthbeg" -path="res://.godot/imported/loungeSofaCorner.dae-f96a26309c9f2bf98d2bdffc01d05b86.scn" +path="res://godot/imported/loungeSofaCorner.dae-f96a26309c9f2bf98d2bdffc01d05b86.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/loungeSofaCorner.dae" -dest_files=["res://.godot/imported/loungeSofaCorner.dae-f96a26309c9f2bf98d2bdffc01d05b86.scn"] +dest_files=["res://godot/imported/loungeSofaCorner.dae-f96a26309c9f2bf98d2bdffc01d05b86.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeSofaLong.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeSofaLong.dae.import index adedd3f..575806f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeSofaLong.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeSofaLong.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dc20fgnarel0q" -path="res://.godot/imported/loungeSofaLong.dae-58338b7a7d7f24e530fa6332af94fbad.scn" +path="res://godot/imported/loungeSofaLong.dae-58338b7a7d7f24e530fa6332af94fbad.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/loungeSofaLong.dae" -dest_files=["res://.godot/imported/loungeSofaLong.dae-58338b7a7d7f24e530fa6332af94fbad.scn"] +dest_files=["res://godot/imported/loungeSofaLong.dae-58338b7a7d7f24e530fa6332af94fbad.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeSofaOttoman.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeSofaOttoman.dae.import index f9cbc94..b0a0f77 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeSofaOttoman.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/loungeSofaOttoman.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dw632b7dpqg3s" -path="res://.godot/imported/loungeSofaOttoman.dae-c23dd4d0be45276ee0187d77fa343558.scn" +path="res://godot/imported/loungeSofaOttoman.dae-c23dd4d0be45276ee0187d77fa343558.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/loungeSofaOttoman.dae" -dest_files=["res://.godot/imported/loungeSofaOttoman.dae-c23dd4d0be45276ee0187d77fa343558.scn"] +dest_files=["res://godot/imported/loungeSofaOttoman.dae-c23dd4d0be45276ee0187d77fa343558.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/paneling.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/paneling.dae.import index 586c172..2a3317b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/paneling.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/paneling.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dvlwc3aldvr3f" -path="res://.godot/imported/paneling.dae-ed49ef877f3cbc90c002ef729436ea4f.scn" +path="res://godot/imported/paneling.dae-ed49ef877f3cbc90c002ef729436ea4f.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/paneling.dae" -dest_files=["res://.godot/imported/paneling.dae-ed49ef877f3cbc90c002ef729436ea4f.scn"] +dest_files=["res://godot/imported/paneling.dae-ed49ef877f3cbc90c002ef729436ea4f.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/pillow.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/pillow.dae.import index 86d4f62..bfa46eb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/pillow.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/pillow.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://beogs65uffgw8" -path="res://.godot/imported/pillow.dae-d3e37dd8345aeff54806f72632e422cf.scn" +path="res://godot/imported/pillow.dae-d3e37dd8345aeff54806f72632e422cf.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/pillow.dae" -dest_files=["res://.godot/imported/pillow.dae-d3e37dd8345aeff54806f72632e422cf.scn"] +dest_files=["res://godot/imported/pillow.dae-d3e37dd8345aeff54806f72632e422cf.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/pillowBlue.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/pillowBlue.dae.import index 9ceb209..52d5d47 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/pillowBlue.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/pillowBlue.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dp0c0s1aayo53" -path="res://.godot/imported/pillowBlue.dae-a040e345fc07e3a7df1ad86f30d40d7f.scn" +path="res://godot/imported/pillowBlue.dae-a040e345fc07e3a7df1ad86f30d40d7f.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/pillowBlue.dae" -dest_files=["res://.godot/imported/pillowBlue.dae-a040e345fc07e3a7df1ad86f30d40d7f.scn"] +dest_files=["res://godot/imported/pillowBlue.dae-a040e345fc07e3a7df1ad86f30d40d7f.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/pillowBlueLong.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/pillowBlueLong.dae.import index 5a18b50..23b388d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/pillowBlueLong.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/pillowBlueLong.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bdnbddg1ejuvc" -path="res://.godot/imported/pillowBlueLong.dae-2644a0cfe55d7e96803b1ca61d9735dc.scn" +path="res://godot/imported/pillowBlueLong.dae-2644a0cfe55d7e96803b1ca61d9735dc.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/pillowBlueLong.dae" -dest_files=["res://.godot/imported/pillowBlueLong.dae-2644a0cfe55d7e96803b1ca61d9735dc.scn"] +dest_files=["res://godot/imported/pillowBlueLong.dae-2644a0cfe55d7e96803b1ca61d9735dc.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/pillowLong.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/pillowLong.dae.import index 74e7dbe..d902c3d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/pillowLong.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/pillowLong.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b4a8uisbapc0u" -path="res://.godot/imported/pillowLong.dae-374bdeda3a4ec70b78f394e7e313b78b.scn" +path="res://godot/imported/pillowLong.dae-374bdeda3a4ec70b78f394e7e313b78b.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/pillowLong.dae" -dest_files=["res://.godot/imported/pillowLong.dae-374bdeda3a4ec70b78f394e7e313b78b.scn"] +dest_files=["res://godot/imported/pillowLong.dae-374bdeda3a4ec70b78f394e7e313b78b.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/plantSmall1.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/plantSmall1.dae.import index a377b64..aa902f9 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/plantSmall1.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/plantSmall1.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bnmdrnesnly88" -path="res://.godot/imported/plantSmall1.dae-3bcf934766d91143432ca9c42b960a90.scn" +path="res://godot/imported/plantSmall1.dae-3bcf934766d91143432ca9c42b960a90.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/plantSmall1.dae" -dest_files=["res://.godot/imported/plantSmall1.dae-3bcf934766d91143432ca9c42b960a90.scn"] +dest_files=["res://godot/imported/plantSmall1.dae-3bcf934766d91143432ca9c42b960a90.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/plantSmall2.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/plantSmall2.dae.import index 4eed5db..e0ac213 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/plantSmall2.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/plantSmall2.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cxni33qa2q5w5" -path="res://.godot/imported/plantSmall2.dae-7b2c0fe918e33c0b8f0f42e168805e41.scn" +path="res://godot/imported/plantSmall2.dae-7b2c0fe918e33c0b8f0f42e168805e41.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/plantSmall2.dae" -dest_files=["res://.godot/imported/plantSmall2.dae-7b2c0fe918e33c0b8f0f42e168805e41.scn"] +dest_files=["res://godot/imported/plantSmall2.dae-7b2c0fe918e33c0b8f0f42e168805e41.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/plantSmall3.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/plantSmall3.dae.import index 4913f9e..45c47b8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/plantSmall3.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/plantSmall3.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://wsrl37u22qkx" -path="res://.godot/imported/plantSmall3.dae-7e9fc729f7e9fed12cdefc386ff0f254.scn" +path="res://godot/imported/plantSmall3.dae-7e9fc729f7e9fed12cdefc386ff0f254.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/plantSmall3.dae" -dest_files=["res://.godot/imported/plantSmall3.dae-7e9fc729f7e9fed12cdefc386ff0f254.scn"] +dest_files=["res://godot/imported/plantSmall3.dae-7e9fc729f7e9fed12cdefc386ff0f254.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/pottedPlant.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/pottedPlant.dae.import index 3a5bbe3..39069f2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/pottedPlant.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/pottedPlant.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cc13s2jvodm1i" -path="res://.godot/imported/pottedPlant.dae-74659032b4766d7b5a9a6ff31f9dce9d.scn" +path="res://godot/imported/pottedPlant.dae-74659032b4766d7b5a9a6ff31f9dce9d.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/pottedPlant.dae" -dest_files=["res://.godot/imported/pottedPlant.dae-74659032b4766d7b5a9a6ff31f9dce9d.scn"] +dest_files=["res://godot/imported/pottedPlant.dae-74659032b4766d7b5a9a6ff31f9dce9d.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/radio.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/radio.dae.import index c801e03..304ec67 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/radio.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/radio.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bykmby2k6evst" -path="res://.godot/imported/radio.dae-b0fe588f2772b11da811ef5c272d9882.scn" +path="res://godot/imported/radio.dae-b0fe588f2772b11da811ef5c272d9882.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/radio.dae" -dest_files=["res://.godot/imported/radio.dae-b0fe588f2772b11da811ef5c272d9882.scn"] +dest_files=["res://godot/imported/radio.dae-b0fe588f2772b11da811ef5c272d9882.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/rugDoormat.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/rugDoormat.dae.import index 7a841aa..ca4eded 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/rugDoormat.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/rugDoormat.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://qyjtmgvc1rox" -path="res://.godot/imported/rugDoormat.dae-9d6d585926e3a3502b953c6201ec8a10.scn" +path="res://godot/imported/rugDoormat.dae-9d6d585926e3a3502b953c6201ec8a10.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/rugDoormat.dae" -dest_files=["res://.godot/imported/rugDoormat.dae-9d6d585926e3a3502b953c6201ec8a10.scn"] +dest_files=["res://godot/imported/rugDoormat.dae-9d6d585926e3a3502b953c6201ec8a10.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/rugRectangle.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/rugRectangle.dae.import index f851245..3d63ee0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/rugRectangle.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/rugRectangle.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bxr0du6jtct6d" -path="res://.godot/imported/rugRectangle.dae-e26e416ea4be3f811fdfbb1191eeeeff.scn" +path="res://godot/imported/rugRectangle.dae-e26e416ea4be3f811fdfbb1191eeeeff.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/rugRectangle.dae" -dest_files=["res://.godot/imported/rugRectangle.dae-e26e416ea4be3f811fdfbb1191eeeeff.scn"] +dest_files=["res://godot/imported/rugRectangle.dae-e26e416ea4be3f811fdfbb1191eeeeff.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/rugRound.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/rugRound.dae.import index 5c9fe9a..113da54 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/rugRound.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/rugRound.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cf2fxdemgi3ub" -path="res://.godot/imported/rugRound.dae-54f4a3efe64896dcabab7a8182d1eb6a.scn" +path="res://godot/imported/rugRound.dae-54f4a3efe64896dcabab7a8182d1eb6a.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/rugRound.dae" -dest_files=["res://.godot/imported/rugRound.dae-54f4a3efe64896dcabab7a8182d1eb6a.scn"] +dest_files=["res://godot/imported/rugRound.dae-54f4a3efe64896dcabab7a8182d1eb6a.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/rugRounded.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/rugRounded.dae.import index 3e4883e..e1636c9 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/rugRounded.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/rugRounded.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c67btcfpefvty" -path="res://.godot/imported/rugRounded.dae-c9e1e5a0070575a7b34389c4512ad764.scn" +path="res://godot/imported/rugRounded.dae-c9e1e5a0070575a7b34389c4512ad764.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/rugRounded.dae" -dest_files=["res://.godot/imported/rugRounded.dae-c9e1e5a0070575a7b34389c4512ad764.scn"] +dest_files=["res://godot/imported/rugRounded.dae-c9e1e5a0070575a7b34389c4512ad764.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/rugSquare.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/rugSquare.dae.import index 67c7d48..ecd5366 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/rugSquare.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/rugSquare.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://1gpmtw0b34bd" -path="res://.godot/imported/rugSquare.dae-004a3f5f0c1f118cddf4855691d4fd67.scn" +path="res://godot/imported/rugSquare.dae-004a3f5f0c1f118cddf4855691d4fd67.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/rugSquare.dae" -dest_files=["res://.godot/imported/rugSquare.dae-004a3f5f0c1f118cddf4855691d4fd67.scn"] +dest_files=["res://godot/imported/rugSquare.dae-004a3f5f0c1f118cddf4855691d4fd67.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/shower.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/shower.dae.import index be739ca..d1b14c3 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/shower.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/shower.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://pqpaougembsl" -path="res://.godot/imported/shower.dae-f46c2664073d40c6327945641c519879.scn" +path="res://godot/imported/shower.dae-f46c2664073d40c6327945641c519879.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/shower.dae" -dest_files=["res://.godot/imported/shower.dae-f46c2664073d40c6327945641c519879.scn"] +dest_files=["res://godot/imported/shower.dae-f46c2664073d40c6327945641c519879.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/showerRound.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/showerRound.dae.import index 297f867..ef859fd 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/showerRound.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/showerRound.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bbxna7xsa7jxo" -path="res://.godot/imported/showerRound.dae-7050d6066dade9c9547647d7092c4d5a.scn" +path="res://godot/imported/showerRound.dae-7050d6066dade9c9547647d7092c4d5a.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/showerRound.dae" -dest_files=["res://.godot/imported/showerRound.dae-7050d6066dade9c9547647d7092c4d5a.scn"] +dest_files=["res://godot/imported/showerRound.dae-7050d6066dade9c9547647d7092c4d5a.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/sideTable.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/sideTable.dae.import index eb3d9a8..0543e91 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/sideTable.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/sideTable.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://copl81kkdfng2" -path="res://.godot/imported/sideTable.dae-17d225a24171e404e45ef6575e751fc5.scn" +path="res://godot/imported/sideTable.dae-17d225a24171e404e45ef6575e751fc5.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/sideTable.dae" -dest_files=["res://.godot/imported/sideTable.dae-17d225a24171e404e45ef6575e751fc5.scn"] +dest_files=["res://godot/imported/sideTable.dae-17d225a24171e404e45ef6575e751fc5.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/sideTableDrawers.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/sideTableDrawers.dae.import index 4655e48..fb25161 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/sideTableDrawers.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/sideTableDrawers.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ly43sd6t6aho" -path="res://.godot/imported/sideTableDrawers.dae-fe3db42dd12f90ff10db33ae070dc9ee.scn" +path="res://godot/imported/sideTableDrawers.dae-fe3db42dd12f90ff10db33ae070dc9ee.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/sideTableDrawers.dae" -dest_files=["res://.godot/imported/sideTableDrawers.dae-fe3db42dd12f90ff10db33ae070dc9ee.scn"] +dest_files=["res://godot/imported/sideTableDrawers.dae-fe3db42dd12f90ff10db33ae070dc9ee.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/speaker.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/speaker.dae.import index 9074935..fac4cd5 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/speaker.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/speaker.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cusby474ooqxw" -path="res://.godot/imported/speaker.dae-90257942f6ead75f839bf0854b5c9753.scn" +path="res://godot/imported/speaker.dae-90257942f6ead75f839bf0854b5c9753.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/speaker.dae" -dest_files=["res://.godot/imported/speaker.dae-90257942f6ead75f839bf0854b5c9753.scn"] +dest_files=["res://godot/imported/speaker.dae-90257942f6ead75f839bf0854b5c9753.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/speakerSmall.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/speakerSmall.dae.import index 264a942..96b59d2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/speakerSmall.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/speakerSmall.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c0th72p0kc1gv" -path="res://.godot/imported/speakerSmall.dae-eceec34981efe4d0fea8f56a7058d0d8.scn" +path="res://godot/imported/speakerSmall.dae-eceec34981efe4d0fea8f56a7058d0d8.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/speakerSmall.dae" -dest_files=["res://.godot/imported/speakerSmall.dae-eceec34981efe4d0fea8f56a7058d0d8.scn"] +dest_files=["res://godot/imported/speakerSmall.dae-eceec34981efe4d0fea8f56a7058d0d8.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/stairs.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/stairs.dae.import index da6bb6a..bfa9581 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/stairs.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/stairs.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bnf3sxhewr6ux" -path="res://.godot/imported/stairs.dae-b674424fa1f7b496bca6f721c2f9f678.scn" +path="res://godot/imported/stairs.dae-b674424fa1f7b496bca6f721c2f9f678.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/stairs.dae" -dest_files=["res://.godot/imported/stairs.dae-b674424fa1f7b496bca6f721c2f9f678.scn"] +dest_files=["res://godot/imported/stairs.dae-b674424fa1f7b496bca6f721c2f9f678.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/stairsCorner.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/stairsCorner.dae.import index 8a89902..671680f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/stairsCorner.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/stairsCorner.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dyxmmlq32ierf" -path="res://.godot/imported/stairsCorner.dae-f57988aeb9a882d725fef0a152fd1161.scn" +path="res://godot/imported/stairsCorner.dae-f57988aeb9a882d725fef0a152fd1161.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/stairsCorner.dae" -dest_files=["res://.godot/imported/stairsCorner.dae-f57988aeb9a882d725fef0a152fd1161.scn"] +dest_files=["res://godot/imported/stairsCorner.dae-f57988aeb9a882d725fef0a152fd1161.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/stairsOpen.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/stairsOpen.dae.import index e8f128f..50ab4fb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/stairsOpen.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/stairsOpen.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ceiokm45cbffs" -path="res://.godot/imported/stairsOpen.dae-f39fb5c474c651e59be1e295bd388fa6.scn" +path="res://godot/imported/stairsOpen.dae-f39fb5c474c651e59be1e295bd388fa6.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/stairsOpen.dae" -dest_files=["res://.godot/imported/stairsOpen.dae-f39fb5c474c651e59be1e295bd388fa6.scn"] +dest_files=["res://godot/imported/stairsOpen.dae-f39fb5c474c651e59be1e295bd388fa6.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/stairsOpenSingle.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/stairsOpenSingle.dae.import index 5b11216..8ee1836 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/stairsOpenSingle.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/stairsOpenSingle.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://xh1hor4ytruk" -path="res://.godot/imported/stairsOpenSingle.dae-8620b737faeb3537cf55d510f7491de6.scn" +path="res://godot/imported/stairsOpenSingle.dae-8620b737faeb3537cf55d510f7491de6.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/stairsOpenSingle.dae" -dest_files=["res://.godot/imported/stairsOpenSingle.dae-8620b737faeb3537cf55d510f7491de6.scn"] +dest_files=["res://godot/imported/stairsOpenSingle.dae-8620b737faeb3537cf55d510f7491de6.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/stoolBar.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/stoolBar.dae.import index f39a06a..e910ff3 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/stoolBar.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/stoolBar.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bgtemx3u577pi" -path="res://.godot/imported/stoolBar.dae-6424438bac6d285434e2e2ef5da2ffd6.scn" +path="res://godot/imported/stoolBar.dae-6424438bac6d285434e2e2ef5da2ffd6.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/stoolBar.dae" -dest_files=["res://.godot/imported/stoolBar.dae-6424438bac6d285434e2e2ef5da2ffd6.scn"] +dest_files=["res://godot/imported/stoolBar.dae-6424438bac6d285434e2e2ef5da2ffd6.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/stoolBarSquare.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/stoolBarSquare.dae.import index 531b2de..b7770cc 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/stoolBarSquare.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/stoolBarSquare.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b7ibkk0s16cxr" -path="res://.godot/imported/stoolBarSquare.dae-ca1598c33e001ca6a6e742c897bbb189.scn" +path="res://godot/imported/stoolBarSquare.dae-ca1598c33e001ca6a6e742c897bbb189.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/stoolBarSquare.dae" -dest_files=["res://.godot/imported/stoolBarSquare.dae-ca1598c33e001ca6a6e742c897bbb189.scn"] +dest_files=["res://godot/imported/stoolBarSquare.dae-ca1598c33e001ca6a6e742c897bbb189.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/table.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/table.dae.import index f1e4c8e..22d05f0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/table.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/table.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dvrq46q0t5s4e" -path="res://.godot/imported/table.dae-8e3558bf9079918fee6135af6aaf0d1a.scn" +path="res://godot/imported/table.dae-8e3558bf9079918fee6135af6aaf0d1a.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/table.dae" -dest_files=["res://.godot/imported/table.dae-8e3558bf9079918fee6135af6aaf0d1a.scn"] +dest_files=["res://godot/imported/table.dae-8e3558bf9079918fee6135af6aaf0d1a.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableCloth.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableCloth.dae.import index 47c4145..0e87063 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableCloth.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableCloth.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bviudk4nltiom" -path="res://.godot/imported/tableCloth.dae-20e19e6b33f82ff1984db153928b62a0.scn" +path="res://godot/imported/tableCloth.dae-20e19e6b33f82ff1984db153928b62a0.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/tableCloth.dae" -dest_files=["res://.godot/imported/tableCloth.dae-20e19e6b33f82ff1984db153928b62a0.scn"] +dest_files=["res://godot/imported/tableCloth.dae-20e19e6b33f82ff1984db153928b62a0.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableCoffee.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableCoffee.dae.import index d98ec60..696059c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableCoffee.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableCoffee.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cquuwkdclo0x8" -path="res://.godot/imported/tableCoffee.dae-4acf268861f32313d56462ecfd52e0f5.scn" +path="res://godot/imported/tableCoffee.dae-4acf268861f32313d56462ecfd52e0f5.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/tableCoffee.dae" -dest_files=["res://.godot/imported/tableCoffee.dae-4acf268861f32313d56462ecfd52e0f5.scn"] +dest_files=["res://godot/imported/tableCoffee.dae-4acf268861f32313d56462ecfd52e0f5.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableCoffeeGlass.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableCoffeeGlass.dae.import index 6d0e0cf..2622fb8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableCoffeeGlass.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableCoffeeGlass.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://diidpeg17ygjm" -path="res://.godot/imported/tableCoffeeGlass.dae-24cfedbf9ad3ba34f1018d6d570b6e51.scn" +path="res://godot/imported/tableCoffeeGlass.dae-24cfedbf9ad3ba34f1018d6d570b6e51.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/tableCoffeeGlass.dae" -dest_files=["res://.godot/imported/tableCoffeeGlass.dae-24cfedbf9ad3ba34f1018d6d570b6e51.scn"] +dest_files=["res://godot/imported/tableCoffeeGlass.dae-24cfedbf9ad3ba34f1018d6d570b6e51.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableCoffeeGlassSquare.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableCoffeeGlassSquare.dae.import index e014670..0f7eb84 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableCoffeeGlassSquare.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableCoffeeGlassSquare.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://rooharf020vo" -path="res://.godot/imported/tableCoffeeGlassSquare.dae-4957994039b9496f6a28c7e6e30802b9.scn" +path="res://godot/imported/tableCoffeeGlassSquare.dae-4957994039b9496f6a28c7e6e30802b9.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/tableCoffeeGlassSquare.dae" -dest_files=["res://.godot/imported/tableCoffeeGlassSquare.dae-4957994039b9496f6a28c7e6e30802b9.scn"] +dest_files=["res://godot/imported/tableCoffeeGlassSquare.dae-4957994039b9496f6a28c7e6e30802b9.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableCoffeeSquare.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableCoffeeSquare.dae.import index 20f6315..bddad52 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableCoffeeSquare.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableCoffeeSquare.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cot6ieyrwqjje" -path="res://.godot/imported/tableCoffeeSquare.dae-5ec08b4e26d3a86848b4925d66a1bece.scn" +path="res://godot/imported/tableCoffeeSquare.dae-5ec08b4e26d3a86848b4925d66a1bece.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/tableCoffeeSquare.dae" -dest_files=["res://.godot/imported/tableCoffeeSquare.dae-5ec08b4e26d3a86848b4925d66a1bece.scn"] +dest_files=["res://godot/imported/tableCoffeeSquare.dae-5ec08b4e26d3a86848b4925d66a1bece.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableCross.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableCross.dae.import index f3f6747..5f072a1 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableCross.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableCross.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c7h84knqkf7qf" -path="res://.godot/imported/tableCross.dae-199131e3d624aaece033a2cdd723deb8.scn" +path="res://godot/imported/tableCross.dae-199131e3d624aaece033a2cdd723deb8.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/tableCross.dae" -dest_files=["res://.godot/imported/tableCross.dae-199131e3d624aaece033a2cdd723deb8.scn"] +dest_files=["res://godot/imported/tableCross.dae-199131e3d624aaece033a2cdd723deb8.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableCrossCloth.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableCrossCloth.dae.import index fe13a5e..ef1617c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableCrossCloth.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableCrossCloth.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dgi06e8vn3yck" -path="res://.godot/imported/tableCrossCloth.dae-56b03e60e388b5409d1e034d99fcb409.scn" +path="res://godot/imported/tableCrossCloth.dae-56b03e60e388b5409d1e034d99fcb409.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/tableCrossCloth.dae" -dest_files=["res://.godot/imported/tableCrossCloth.dae-56b03e60e388b5409d1e034d99fcb409.scn"] +dest_files=["res://godot/imported/tableCrossCloth.dae-56b03e60e388b5409d1e034d99fcb409.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableGlass.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableGlass.dae.import index e2a6b5f..f164dad 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableGlass.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableGlass.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dcpfxrgdtbrxq" -path="res://.godot/imported/tableGlass.dae-873503784badcf4e89be928da28a7638.scn" +path="res://godot/imported/tableGlass.dae-873503784badcf4e89be928da28a7638.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/tableGlass.dae" -dest_files=["res://.godot/imported/tableGlass.dae-873503784badcf4e89be928da28a7638.scn"] +dest_files=["res://godot/imported/tableGlass.dae-873503784badcf4e89be928da28a7638.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableRound.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableRound.dae.import index 986de7b..ecfff0a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableRound.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/tableRound.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cryj21ents1nr" -path="res://.godot/imported/tableRound.dae-fb67dc0ddd4daf4604ec9c86babf3ea8.scn" +path="res://godot/imported/tableRound.dae-fb67dc0ddd4daf4604ec9c86babf3ea8.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/tableRound.dae" -dest_files=["res://.godot/imported/tableRound.dae-fb67dc0ddd4daf4604ec9c86babf3ea8.scn"] +dest_files=["res://godot/imported/tableRound.dae-fb67dc0ddd4daf4604ec9c86babf3ea8.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/televisionAntenna.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/televisionAntenna.dae.import index abe3b19..9a2c21d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/televisionAntenna.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/televisionAntenna.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ufv5356cflue" -path="res://.godot/imported/televisionAntenna.dae-2148228c2429ebc9885b4ae157d0b2f0.scn" +path="res://godot/imported/televisionAntenna.dae-2148228c2429ebc9885b4ae157d0b2f0.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/televisionAntenna.dae" -dest_files=["res://.godot/imported/televisionAntenna.dae-2148228c2429ebc9885b4ae157d0b2f0.scn"] +dest_files=["res://godot/imported/televisionAntenna.dae-2148228c2429ebc9885b4ae157d0b2f0.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/televisionModern.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/televisionModern.dae.import index 2f0c8e5..20567d9 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/televisionModern.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/televisionModern.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c1v0xdeblnpn0" -path="res://.godot/imported/televisionModern.dae-c4bfeb3bf325fd92a329bb838c40ce4b.scn" +path="res://godot/imported/televisionModern.dae-c4bfeb3bf325fd92a329bb838c40ce4b.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/televisionModern.dae" -dest_files=["res://.godot/imported/televisionModern.dae-c4bfeb3bf325fd92a329bb838c40ce4b.scn"] +dest_files=["res://godot/imported/televisionModern.dae-c4bfeb3bf325fd92a329bb838c40ce4b.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/televisionVintage.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/televisionVintage.dae.import index c45ff67..4d529d5 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/televisionVintage.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/televisionVintage.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://n1586oaprkpl" -path="res://.godot/imported/televisionVintage.dae-70cf3a277e469576d33194bc034f0f54.scn" +path="res://godot/imported/televisionVintage.dae-70cf3a277e469576d33194bc034f0f54.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/televisionVintage.dae" -dest_files=["res://.godot/imported/televisionVintage.dae-70cf3a277e469576d33194bc034f0f54.scn"] +dest_files=["res://godot/imported/televisionVintage.dae-70cf3a277e469576d33194bc034f0f54.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/toaster.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/toaster.dae.import index 1b3692f..26db0ef 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/toaster.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/toaster.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ecbuc26a7j1m" -path="res://.godot/imported/toaster.dae-6ce6ed5d33a41f129b222161fbbfa99a.scn" +path="res://godot/imported/toaster.dae-6ce6ed5d33a41f129b222161fbbfa99a.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/toaster.dae" -dest_files=["res://.godot/imported/toaster.dae-6ce6ed5d33a41f129b222161fbbfa99a.scn"] +dest_files=["res://godot/imported/toaster.dae-6ce6ed5d33a41f129b222161fbbfa99a.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/toilet.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/toilet.dae.import index ec8d89a..5ba67be 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/toilet.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/toilet.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dpv8e148k3t7" -path="res://.godot/imported/toilet.dae-2a8a365cc28358c42015f30911287840.scn" +path="res://godot/imported/toilet.dae-2a8a365cc28358c42015f30911287840.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/toilet.dae" -dest_files=["res://.godot/imported/toilet.dae-2a8a365cc28358c42015f30911287840.scn"] +dest_files=["res://godot/imported/toilet.dae-2a8a365cc28358c42015f30911287840.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/toiletSquare.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/toiletSquare.dae.import index 85e410e..9839500 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/toiletSquare.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/toiletSquare.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c5qip3r1pdcjq" -path="res://.godot/imported/toiletSquare.dae-098fa163e50894b3e46b0586af2ec52e.scn" +path="res://godot/imported/toiletSquare.dae-098fa163e50894b3e46b0586af2ec52e.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/toiletSquare.dae" -dest_files=["res://.godot/imported/toiletSquare.dae-098fa163e50894b3e46b0586af2ec52e.scn"] +dest_files=["res://godot/imported/toiletSquare.dae-098fa163e50894b3e46b0586af2ec52e.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/trashcan.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/trashcan.dae.import index 624947e..6ecb852 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/trashcan.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/trashcan.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ok5j752lxqr" -path="res://.godot/imported/trashcan.dae-7fcec145ed8b6a46e9535f2a3567b7fd.scn" +path="res://godot/imported/trashcan.dae-7fcec145ed8b6a46e9535f2a3567b7fd.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/trashcan.dae" -dest_files=["res://.godot/imported/trashcan.dae-7fcec145ed8b6a46e9535f2a3567b7fd.scn"] +dest_files=["res://godot/imported/trashcan.dae-7fcec145ed8b6a46e9535f2a3567b7fd.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wall.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wall.dae.import index 6c6e0a4..9a46623 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wall.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wall.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://3ipj2l0pbgcd" -path="res://.godot/imported/wall.dae-0c4cb3f0e86d1e40982f77ba3e188202.scn" +path="res://godot/imported/wall.dae-0c4cb3f0e86d1e40982f77ba3e188202.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/wall.dae" -dest_files=["res://.godot/imported/wall.dae-0c4cb3f0e86d1e40982f77ba3e188202.scn"] +dest_files=["res://godot/imported/wall.dae-0c4cb3f0e86d1e40982f77ba3e188202.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wallCorner.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wallCorner.dae.import index b192428..8456609 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wallCorner.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wallCorner.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://baeux0ob0ykdd" -path="res://.godot/imported/wallCorner.dae-c1d402b311ee881306a1a593fe75b1ff.scn" +path="res://godot/imported/wallCorner.dae-c1d402b311ee881306a1a593fe75b1ff.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/wallCorner.dae" -dest_files=["res://.godot/imported/wallCorner.dae-c1d402b311ee881306a1a593fe75b1ff.scn"] +dest_files=["res://godot/imported/wallCorner.dae-c1d402b311ee881306a1a593fe75b1ff.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wallCornerRond.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wallCornerRond.dae.import index 1638ad9..d2a649d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wallCornerRond.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wallCornerRond.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c8xxuee6avfvr" -path="res://.godot/imported/wallCornerRond.dae-8e656d675a128c8b42f5922dac286438.scn" +path="res://godot/imported/wallCornerRond.dae-8e656d675a128c8b42f5922dac286438.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/wallCornerRond.dae" -dest_files=["res://.godot/imported/wallCornerRond.dae-8e656d675a128c8b42f5922dac286438.scn"] +dest_files=["res://godot/imported/wallCornerRond.dae-8e656d675a128c8b42f5922dac286438.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wallDoorway.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wallDoorway.dae.import index a736339..4ea96fe 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wallDoorway.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wallDoorway.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://xunoahi077ol" -path="res://.godot/imported/wallDoorway.dae-41382f248d6102828769eda8f683ae07.scn" +path="res://godot/imported/wallDoorway.dae-41382f248d6102828769eda8f683ae07.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/wallDoorway.dae" -dest_files=["res://.godot/imported/wallDoorway.dae-41382f248d6102828769eda8f683ae07.scn"] +dest_files=["res://godot/imported/wallDoorway.dae-41382f248d6102828769eda8f683ae07.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wallDoorwayWide.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wallDoorwayWide.dae.import index 5f59d29..415e401 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wallDoorwayWide.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wallDoorwayWide.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c7sdn3dknt5hq" -path="res://.godot/imported/wallDoorwayWide.dae-cd21cd539d77f39dd11b8897e4c22266.scn" +path="res://godot/imported/wallDoorwayWide.dae-cd21cd539d77f39dd11b8897e4c22266.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/wallDoorwayWide.dae" -dest_files=["res://.godot/imported/wallDoorwayWide.dae-cd21cd539d77f39dd11b8897e4c22266.scn"] +dest_files=["res://godot/imported/wallDoorwayWide.dae-cd21cd539d77f39dd11b8897e4c22266.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wallHalf.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wallHalf.dae.import index 03994eb..5aba225 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wallHalf.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wallHalf.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://stx5hf3vw24i" -path="res://.godot/imported/wallHalf.dae-1f26a72bd9f3751268b762a900488dc6.scn" +path="res://godot/imported/wallHalf.dae-1f26a72bd9f3751268b762a900488dc6.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/wallHalf.dae" -dest_files=["res://.godot/imported/wallHalf.dae-1f26a72bd9f3751268b762a900488dc6.scn"] +dest_files=["res://godot/imported/wallHalf.dae-1f26a72bd9f3751268b762a900488dc6.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wallWindow.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wallWindow.dae.import index 62b180f..43c1867 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wallWindow.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wallWindow.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://mkmfd1l6c63r" -path="res://.godot/imported/wallWindow.dae-d724508d9adee7ea8c95c82232ce2d04.scn" +path="res://godot/imported/wallWindow.dae-d724508d9adee7ea8c95c82232ce2d04.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/wallWindow.dae" -dest_files=["res://.godot/imported/wallWindow.dae-d724508d9adee7ea8c95c82232ce2d04.scn"] +dest_files=["res://godot/imported/wallWindow.dae-d724508d9adee7ea8c95c82232ce2d04.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wallWindowSlide.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wallWindowSlide.dae.import index 5d42f84..0773915 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wallWindowSlide.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/wallWindowSlide.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dmfxp2ex6ivdn" -path="res://.godot/imported/wallWindowSlide.dae-10be3544ca73012a118bb9d915915b34.scn" +path="res://godot/imported/wallWindowSlide.dae-10be3544ca73012a118bb9d915915b34.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/wallWindowSlide.dae" -dest_files=["res://.godot/imported/wallWindowSlide.dae-10be3544ca73012a118bb9d915915b34.scn"] +dest_files=["res://godot/imported/wallWindowSlide.dae-10be3544ca73012a118bb9d915915b34.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/washer.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/washer.dae.import index 0675d4d..f9f964b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/washer.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/washer.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://d17cermhmqs2x" -path="res://.godot/imported/washer.dae-0c77febd02e3684a4a9261d7ea8d59ec.scn" +path="res://godot/imported/washer.dae-0c77febd02e3684a4a9261d7ea8d59ec.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/washer.dae" -dest_files=["res://.godot/imported/washer.dae-0c77febd02e3684a4a9261d7ea8d59ec.scn"] +dest_files=["res://godot/imported/washer.dae-0c77febd02e3684a4a9261d7ea8d59ec.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/washerDryerStacked.dae.import b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/washerDryerStacked.dae.import index ad6824b..8c2eb25 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/washerDryerStacked.dae.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/DAE format/washerDryerStacked.dae.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cdjp4r133saev" -path="res://.godot/imported/washerDryerStacked.dae-d146a1d9574ba30b35690dd5b5fb20ba.scn" +path="res://godot/imported/washerDryerStacked.dae-d146a1d9574ba30b35690dd5b5fb20ba.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/DAE format/washerDryerStacked.dae" -dest_files=["res://.godot/imported/washerDryerStacked.dae-d146a1d9574ba30b35690dd5b5fb20ba.scn"] +dest_files=["res://godot/imported/washerDryerStacked.dae-d146a1d9574ba30b35690dd5b5fb20ba.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bathroomCabinet.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bathroomCabinet.fbx.import index 4fffd31..9c34fc6 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bathroomCabinet.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bathroomCabinet.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://vh23ryxpssmo" -path="res://.godot/imported/bathroomCabinet.fbx-36b87f18e336aeecaa03e3f2927d3b8f.scn" +path="res://godot/imported/bathroomCabinet.fbx-36b87f18e336aeecaa03e3f2927d3b8f.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/bathroomCabinet.fbx" -dest_files=["res://.godot/imported/bathroomCabinet.fbx-36b87f18e336aeecaa03e3f2927d3b8f.scn"] +dest_files=["res://godot/imported/bathroomCabinet.fbx-36b87f18e336aeecaa03e3f2927d3b8f.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bathroomCabinetDrawer.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bathroomCabinetDrawer.fbx.import index 2ccafb5..0a223ff 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bathroomCabinetDrawer.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bathroomCabinetDrawer.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c86eu2odtubiv" -path="res://.godot/imported/bathroomCabinetDrawer.fbx-ef754e30afdb99473d614955e9fc81f3.scn" +path="res://godot/imported/bathroomCabinetDrawer.fbx-ef754e30afdb99473d614955e9fc81f3.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/bathroomCabinetDrawer.fbx" -dest_files=["res://.godot/imported/bathroomCabinetDrawer.fbx-ef754e30afdb99473d614955e9fc81f3.scn"] +dest_files=["res://godot/imported/bathroomCabinetDrawer.fbx-ef754e30afdb99473d614955e9fc81f3.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bathroomMirror.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bathroomMirror.fbx.import index c2bdfc1..66a1b46 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bathroomMirror.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bathroomMirror.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c8hqi7wg81a81" -path="res://.godot/imported/bathroomMirror.fbx-7ccd65cf428a825021044f3a3fd13723.scn" +path="res://godot/imported/bathroomMirror.fbx-7ccd65cf428a825021044f3a3fd13723.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/bathroomMirror.fbx" -dest_files=["res://.godot/imported/bathroomMirror.fbx-7ccd65cf428a825021044f3a3fd13723.scn"] +dest_files=["res://godot/imported/bathroomMirror.fbx-7ccd65cf428a825021044f3a3fd13723.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bathroomSink.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bathroomSink.fbx.import index ed2094b..233e05a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bathroomSink.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bathroomSink.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://11m26mef1r6e" -path="res://.godot/imported/bathroomSink.fbx-e5f1cd1a270f7b1b6a82e9c16ddbd522.scn" +path="res://godot/imported/bathroomSink.fbx-e5f1cd1a270f7b1b6a82e9c16ddbd522.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/bathroomSink.fbx" -dest_files=["res://.godot/imported/bathroomSink.fbx-e5f1cd1a270f7b1b6a82e9c16ddbd522.scn"] +dest_files=["res://godot/imported/bathroomSink.fbx-e5f1cd1a270f7b1b6a82e9c16ddbd522.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bathroomSinkSquare.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bathroomSinkSquare.fbx.import index 332dfb7..e792e79 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bathroomSinkSquare.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bathroomSinkSquare.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://4n1y3jbf3pwo" -path="res://.godot/imported/bathroomSinkSquare.fbx-f8edaa271e09d166ee23411e72be4644.scn" +path="res://godot/imported/bathroomSinkSquare.fbx-f8edaa271e09d166ee23411e72be4644.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/bathroomSinkSquare.fbx" -dest_files=["res://.godot/imported/bathroomSinkSquare.fbx-f8edaa271e09d166ee23411e72be4644.scn"] +dest_files=["res://godot/imported/bathroomSinkSquare.fbx-f8edaa271e09d166ee23411e72be4644.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bathtub.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bathtub.fbx.import index 2635beb..abed6ad 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bathtub.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bathtub.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cm7ja8de4k54g" -path="res://.godot/imported/bathtub.fbx-9b740c41c83c0c3e713da090585ae13d.scn" +path="res://godot/imported/bathtub.fbx-9b740c41c83c0c3e713da090585ae13d.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/bathtub.fbx" -dest_files=["res://.godot/imported/bathtub.fbx-9b740c41c83c0c3e713da090585ae13d.scn"] +dest_files=["res://godot/imported/bathtub.fbx-9b740c41c83c0c3e713da090585ae13d.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bear.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bear.fbx.import index 20918f8..4459b3a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bear.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bear.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dd8qk0sgvqi2q" -path="res://.godot/imported/bear.fbx-2cbde97ef03f1d22ce6c77f33cffa017.scn" +path="res://godot/imported/bear.fbx-2cbde97ef03f1d22ce6c77f33cffa017.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/bear.fbx" -dest_files=["res://.godot/imported/bear.fbx-2cbde97ef03f1d22ce6c77f33cffa017.scn"] +dest_files=["res://godot/imported/bear.fbx-2cbde97ef03f1d22ce6c77f33cffa017.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bedBunk.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bedBunk.fbx.import index 9dbd7c0..94d61a4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bedBunk.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bedBunk.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c3p0vsgso2tq" -path="res://.godot/imported/bedBunk.fbx-20c47d47993a497a55636d820126df68.scn" +path="res://godot/imported/bedBunk.fbx-20c47d47993a497a55636d820126df68.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/bedBunk.fbx" -dest_files=["res://.godot/imported/bedBunk.fbx-20c47d47993a497a55636d820126df68.scn"] +dest_files=["res://godot/imported/bedBunk.fbx-20c47d47993a497a55636d820126df68.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bedDouble.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bedDouble.fbx.import index 3d2bdb6..451031d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bedDouble.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bedDouble.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://brppy46wpvcld" -path="res://.godot/imported/bedDouble.fbx-84aaf29a4a60f41802b1d680deebb170.scn" +path="res://godot/imported/bedDouble.fbx-84aaf29a4a60f41802b1d680deebb170.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/bedDouble.fbx" -dest_files=["res://.godot/imported/bedDouble.fbx-84aaf29a4a60f41802b1d680deebb170.scn"] +dest_files=["res://godot/imported/bedDouble.fbx-84aaf29a4a60f41802b1d680deebb170.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bedSingle.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bedSingle.fbx.import index 199fd14..3fe943f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bedSingle.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bedSingle.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dwtmmkl5y7ok2" -path="res://.godot/imported/bedSingle.fbx-ac742e159be837bbf0a9cc20e3686f89.scn" +path="res://godot/imported/bedSingle.fbx-ac742e159be837bbf0a9cc20e3686f89.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/bedSingle.fbx" -dest_files=["res://.godot/imported/bedSingle.fbx-ac742e159be837bbf0a9cc20e3686f89.scn"] +dest_files=["res://godot/imported/bedSingle.fbx-ac742e159be837bbf0a9cc20e3686f89.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bench.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bench.fbx.import index 8847fce..80155f1 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bench.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bench.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dddxxjwer4jwf" -path="res://.godot/imported/bench.fbx-28b316562c1f5461773b724718b43d17.scn" +path="res://godot/imported/bench.fbx-28b316562c1f5461773b724718b43d17.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/bench.fbx" -dest_files=["res://.godot/imported/bench.fbx-28b316562c1f5461773b724718b43d17.scn"] +dest_files=["res://godot/imported/bench.fbx-28b316562c1f5461773b724718b43d17.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/benchCushion.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/benchCushion.fbx.import index 0a504cc..edbbbbc 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/benchCushion.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/benchCushion.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://wlxsoj8g0awd" -path="res://.godot/imported/benchCushion.fbx-46d6f4db93186274f97eca94d233d3d9.scn" +path="res://godot/imported/benchCushion.fbx-46d6f4db93186274f97eca94d233d3d9.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/benchCushion.fbx" -dest_files=["res://.godot/imported/benchCushion.fbx-46d6f4db93186274f97eca94d233d3d9.scn"] +dest_files=["res://godot/imported/benchCushion.fbx-46d6f4db93186274f97eca94d233d3d9.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/benchCushionLow.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/benchCushionLow.fbx.import index ca65803..94f20ea 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/benchCushionLow.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/benchCushionLow.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dqww7ab1cy1c3" -path="res://.godot/imported/benchCushionLow.fbx-b0f246998fe459bdfea99a5a164fce47.scn" +path="res://godot/imported/benchCushionLow.fbx-b0f246998fe459bdfea99a5a164fce47.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/benchCushionLow.fbx" -dest_files=["res://.godot/imported/benchCushionLow.fbx-b0f246998fe459bdfea99a5a164fce47.scn"] +dest_files=["res://godot/imported/benchCushionLow.fbx-b0f246998fe459bdfea99a5a164fce47.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bookcaseClosed.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bookcaseClosed.fbx.import index d4ec515..b3d1ea0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bookcaseClosed.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bookcaseClosed.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cdetjm4t6h00j" -path="res://.godot/imported/bookcaseClosed.fbx-0aba08bd72ea4cd508459b72d9583293.scn" +path="res://godot/imported/bookcaseClosed.fbx-0aba08bd72ea4cd508459b72d9583293.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/bookcaseClosed.fbx" -dest_files=["res://.godot/imported/bookcaseClosed.fbx-0aba08bd72ea4cd508459b72d9583293.scn"] +dest_files=["res://godot/imported/bookcaseClosed.fbx-0aba08bd72ea4cd508459b72d9583293.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bookcaseClosedDoors.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bookcaseClosedDoors.fbx.import index bc6bbcd..2bc8fe0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bookcaseClosedDoors.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bookcaseClosedDoors.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cce1xcioch4xv" -path="res://.godot/imported/bookcaseClosedDoors.fbx-58b021ae66d08c40068a2d2469aa61bc.scn" +path="res://godot/imported/bookcaseClosedDoors.fbx-58b021ae66d08c40068a2d2469aa61bc.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/bookcaseClosedDoors.fbx" -dest_files=["res://.godot/imported/bookcaseClosedDoors.fbx-58b021ae66d08c40068a2d2469aa61bc.scn"] +dest_files=["res://godot/imported/bookcaseClosedDoors.fbx-58b021ae66d08c40068a2d2469aa61bc.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bookcaseClosedWide.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bookcaseClosedWide.fbx.import index 5815914..2a97323 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bookcaseClosedWide.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bookcaseClosedWide.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cmt4tk4d8700o" -path="res://.godot/imported/bookcaseClosedWide.fbx-213de22b944e6db97540bd1b426c7b51.scn" +path="res://godot/imported/bookcaseClosedWide.fbx-213de22b944e6db97540bd1b426c7b51.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/bookcaseClosedWide.fbx" -dest_files=["res://.godot/imported/bookcaseClosedWide.fbx-213de22b944e6db97540bd1b426c7b51.scn"] +dest_files=["res://godot/imported/bookcaseClosedWide.fbx-213de22b944e6db97540bd1b426c7b51.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bookcaseOpen.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bookcaseOpen.fbx.import index 72f6363..3afadc2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bookcaseOpen.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bookcaseOpen.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dncayoxeinr0a" -path="res://.godot/imported/bookcaseOpen.fbx-2de42086479f312328ace8e352e220ae.scn" +path="res://godot/imported/bookcaseOpen.fbx-2de42086479f312328ace8e352e220ae.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/bookcaseOpen.fbx" -dest_files=["res://.godot/imported/bookcaseOpen.fbx-2de42086479f312328ace8e352e220ae.scn"] +dest_files=["res://godot/imported/bookcaseOpen.fbx-2de42086479f312328ace8e352e220ae.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bookcaseOpenLow.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bookcaseOpenLow.fbx.import index de5a6e0..a67dbc9 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bookcaseOpenLow.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/bookcaseOpenLow.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://df7kd3dluw1jh" -path="res://.godot/imported/bookcaseOpenLow.fbx-8e1eead0b7ed3a2849ed8ae81f3b39c2.scn" +path="res://godot/imported/bookcaseOpenLow.fbx-8e1eead0b7ed3a2849ed8ae81f3b39c2.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/bookcaseOpenLow.fbx" -dest_files=["res://.godot/imported/bookcaseOpenLow.fbx-8e1eead0b7ed3a2849ed8ae81f3b39c2.scn"] +dest_files=["res://godot/imported/bookcaseOpenLow.fbx-8e1eead0b7ed3a2849ed8ae81f3b39c2.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/books.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/books.fbx.import index 9bd58c8..e96a7fd 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/books.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/books.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cmvrsgihl3ngb" -path="res://.godot/imported/books.fbx-4eb9270971cfa04fb6fca79d7be6d2b9.scn" +path="res://godot/imported/books.fbx-4eb9270971cfa04fb6fca79d7be6d2b9.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/books.fbx" -dest_files=["res://.godot/imported/books.fbx-4eb9270971cfa04fb6fca79d7be6d2b9.scn"] +dest_files=["res://godot/imported/books.fbx-4eb9270971cfa04fb6fca79d7be6d2b9.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/cabinetBed.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/cabinetBed.fbx.import index 61c575f..a362012 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/cabinetBed.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/cabinetBed.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c7i1scwjptigi" -path="res://.godot/imported/cabinetBed.fbx-874ef1db4cd211d88bb9ee74efe11239.scn" +path="res://godot/imported/cabinetBed.fbx-874ef1db4cd211d88bb9ee74efe11239.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/cabinetBed.fbx" -dest_files=["res://.godot/imported/cabinetBed.fbx-874ef1db4cd211d88bb9ee74efe11239.scn"] +dest_files=["res://godot/imported/cabinetBed.fbx-874ef1db4cd211d88bb9ee74efe11239.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/cabinetBedDrawer.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/cabinetBedDrawer.fbx.import index f531693..17b5f9a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/cabinetBedDrawer.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/cabinetBedDrawer.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c7cuia22egtpx" -path="res://.godot/imported/cabinetBedDrawer.fbx-ca9fe1cb67047c8cef5be42f1263c3a3.scn" +path="res://godot/imported/cabinetBedDrawer.fbx-ca9fe1cb67047c8cef5be42f1263c3a3.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/cabinetBedDrawer.fbx" -dest_files=["res://.godot/imported/cabinetBedDrawer.fbx-ca9fe1cb67047c8cef5be42f1263c3a3.scn"] +dest_files=["res://godot/imported/cabinetBedDrawer.fbx-ca9fe1cb67047c8cef5be42f1263c3a3.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/cabinetBedDrawerTable.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/cabinetBedDrawerTable.fbx.import index 5cb56a1..4778431 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/cabinetBedDrawerTable.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/cabinetBedDrawerTable.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://h1rjvfuieo74" -path="res://.godot/imported/cabinetBedDrawerTable.fbx-4dbcbb3dba2aeb0b541334682e6af329.scn" +path="res://godot/imported/cabinetBedDrawerTable.fbx-4dbcbb3dba2aeb0b541334682e6af329.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/cabinetBedDrawerTable.fbx" -dest_files=["res://.godot/imported/cabinetBedDrawerTable.fbx-4dbcbb3dba2aeb0b541334682e6af329.scn"] +dest_files=["res://godot/imported/cabinetBedDrawerTable.fbx-4dbcbb3dba2aeb0b541334682e6af329.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/cabinetTelevision.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/cabinetTelevision.fbx.import index 43cab5f..938459d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/cabinetTelevision.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/cabinetTelevision.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bqnwweqonuls2" -path="res://.godot/imported/cabinetTelevision.fbx-67ea94f172bc545be8aab7865860c933.scn" +path="res://godot/imported/cabinetTelevision.fbx-67ea94f172bc545be8aab7865860c933.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/cabinetTelevision.fbx" -dest_files=["res://.godot/imported/cabinetTelevision.fbx-67ea94f172bc545be8aab7865860c933.scn"] +dest_files=["res://godot/imported/cabinetTelevision.fbx-67ea94f172bc545be8aab7865860c933.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/cabinetTelevisionDoors.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/cabinetTelevisionDoors.fbx.import index bf9f052..0a559bd 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/cabinetTelevisionDoors.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/cabinetTelevisionDoors.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b4u4atir8irrg" -path="res://.godot/imported/cabinetTelevisionDoors.fbx-607ddd4449ffab1343668fb237a92126.scn" +path="res://godot/imported/cabinetTelevisionDoors.fbx-607ddd4449ffab1343668fb237a92126.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/cabinetTelevisionDoors.fbx" -dest_files=["res://.godot/imported/cabinetTelevisionDoors.fbx-607ddd4449ffab1343668fb237a92126.scn"] +dest_files=["res://godot/imported/cabinetTelevisionDoors.fbx-607ddd4449ffab1343668fb237a92126.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/cardboardBoxClosed.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/cardboardBoxClosed.fbx.import index 82b43c6..614e2a7 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/cardboardBoxClosed.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/cardboardBoxClosed.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dtiwi7urg7agy" -path="res://.godot/imported/cardboardBoxClosed.fbx-726cc07f12085ad8ead4a4ec0785d607.scn" +path="res://godot/imported/cardboardBoxClosed.fbx-726cc07f12085ad8ead4a4ec0785d607.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/cardboardBoxClosed.fbx" -dest_files=["res://.godot/imported/cardboardBoxClosed.fbx-726cc07f12085ad8ead4a4ec0785d607.scn"] +dest_files=["res://godot/imported/cardboardBoxClosed.fbx-726cc07f12085ad8ead4a4ec0785d607.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/cardboardBoxOpen.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/cardboardBoxOpen.fbx.import index 0394b97..c83321a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/cardboardBoxOpen.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/cardboardBoxOpen.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dyj7kt4ndjr4p" -path="res://.godot/imported/cardboardBoxOpen.fbx-9af96ccec4129c043b0aff7bdec5850b.scn" +path="res://godot/imported/cardboardBoxOpen.fbx-9af96ccec4129c043b0aff7bdec5850b.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/cardboardBoxOpen.fbx" -dest_files=["res://.godot/imported/cardboardBoxOpen.fbx-9af96ccec4129c043b0aff7bdec5850b.scn"] +dest_files=["res://godot/imported/cardboardBoxOpen.fbx-9af96ccec4129c043b0aff7bdec5850b.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/ceilingFan.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/ceilingFan.fbx.import index 8c4c7a2..2e3a2de 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/ceilingFan.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/ceilingFan.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://clswumsysa8os" -path="res://.godot/imported/ceilingFan.fbx-7b1e6cc1ed682bdf120898a8eacc5f56.scn" +path="res://godot/imported/ceilingFan.fbx-7b1e6cc1ed682bdf120898a8eacc5f56.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/ceilingFan.fbx" -dest_files=["res://.godot/imported/ceilingFan.fbx-7b1e6cc1ed682bdf120898a8eacc5f56.scn"] +dest_files=["res://godot/imported/ceilingFan.fbx-7b1e6cc1ed682bdf120898a8eacc5f56.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/chair.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/chair.fbx.import index 68bff94..ea2f43b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/chair.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/chair.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://o2q8t383xdyf" -path="res://.godot/imported/chair.fbx-22f377b03b834756216776206daaedea.scn" +path="res://godot/imported/chair.fbx-22f377b03b834756216776206daaedea.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/chair.fbx" -dest_files=["res://.godot/imported/chair.fbx-22f377b03b834756216776206daaedea.scn"] +dest_files=["res://godot/imported/chair.fbx-22f377b03b834756216776206daaedea.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/chairCushion.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/chairCushion.fbx.import index 2d6d59b..66d5fab 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/chairCushion.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/chairCushion.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cme37u1xuoy6p" -path="res://.godot/imported/chairCushion.fbx-21efdd30197f19ac17fd92e782311d0b.scn" +path="res://godot/imported/chairCushion.fbx-21efdd30197f19ac17fd92e782311d0b.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/chairCushion.fbx" -dest_files=["res://.godot/imported/chairCushion.fbx-21efdd30197f19ac17fd92e782311d0b.scn"] +dest_files=["res://godot/imported/chairCushion.fbx-21efdd30197f19ac17fd92e782311d0b.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/chairDesk.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/chairDesk.fbx.import index 965e85b..0530d56 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/chairDesk.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/chairDesk.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c2ctwgf1mqyqg" -path="res://.godot/imported/chairDesk.fbx-b198914f1537a86a8c68e4842cfd3ae1.scn" +path="res://godot/imported/chairDesk.fbx-b198914f1537a86a8c68e4842cfd3ae1.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/chairDesk.fbx" -dest_files=["res://.godot/imported/chairDesk.fbx-b198914f1537a86a8c68e4842cfd3ae1.scn"] +dest_files=["res://godot/imported/chairDesk.fbx-b198914f1537a86a8c68e4842cfd3ae1.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/chairModernCushion.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/chairModernCushion.fbx.import index 9fdb7f9..75d5d49 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/chairModernCushion.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/chairModernCushion.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://d2q6u8flk6ogq" -path="res://.godot/imported/chairModernCushion.fbx-c08b414ae6de13e09789a4f942ad4262.scn" +path="res://godot/imported/chairModernCushion.fbx-c08b414ae6de13e09789a4f942ad4262.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/chairModernCushion.fbx" -dest_files=["res://.godot/imported/chairModernCushion.fbx-c08b414ae6de13e09789a4f942ad4262.scn"] +dest_files=["res://godot/imported/chairModernCushion.fbx-c08b414ae6de13e09789a4f942ad4262.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/chairModernFrameCushion.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/chairModernFrameCushion.fbx.import index 2b1d9e4..a053060 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/chairModernFrameCushion.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/chairModernFrameCushion.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dwajknsmif27x" -path="res://.godot/imported/chairModernFrameCushion.fbx-0b7b97988a9a7e19e602fc61ad0634c6.scn" +path="res://godot/imported/chairModernFrameCushion.fbx-0b7b97988a9a7e19e602fc61ad0634c6.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/chairModernFrameCushion.fbx" -dest_files=["res://.godot/imported/chairModernFrameCushion.fbx-0b7b97988a9a7e19e602fc61ad0634c6.scn"] +dest_files=["res://godot/imported/chairModernFrameCushion.fbx-0b7b97988a9a7e19e602fc61ad0634c6.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/chairRounded.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/chairRounded.fbx.import index 81613a9..048d286 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/chairRounded.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/chairRounded.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c05h8xubk0skw" -path="res://.godot/imported/chairRounded.fbx-9ca4322f773a44f7b5dd19305d5a3db3.scn" +path="res://godot/imported/chairRounded.fbx-9ca4322f773a44f7b5dd19305d5a3db3.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/chairRounded.fbx" -dest_files=["res://.godot/imported/chairRounded.fbx-9ca4322f773a44f7b5dd19305d5a3db3.scn"] +dest_files=["res://godot/imported/chairRounded.fbx-9ca4322f773a44f7b5dd19305d5a3db3.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/coatRack.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/coatRack.fbx.import index 85e8a8a..5405d11 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/coatRack.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/coatRack.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://hsikalos3c83" -path="res://.godot/imported/coatRack.fbx-e72c6bc46dd16074fb3ba1bba64ef345.scn" +path="res://godot/imported/coatRack.fbx-e72c6bc46dd16074fb3ba1bba64ef345.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/coatRack.fbx" -dest_files=["res://.godot/imported/coatRack.fbx-e72c6bc46dd16074fb3ba1bba64ef345.scn"] +dest_files=["res://godot/imported/coatRack.fbx-e72c6bc46dd16074fb3ba1bba64ef345.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/coatRackStanding.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/coatRackStanding.fbx.import index e4a7f26..b7d260b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/coatRackStanding.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/coatRackStanding.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cso68mfs62i7q" -path="res://.godot/imported/coatRackStanding.fbx-b14aa71b2655f04ff90246a4917c5d91.scn" +path="res://godot/imported/coatRackStanding.fbx-b14aa71b2655f04ff90246a4917c5d91.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/coatRackStanding.fbx" -dest_files=["res://.godot/imported/coatRackStanding.fbx-b14aa71b2655f04ff90246a4917c5d91.scn"] +dest_files=["res://godot/imported/coatRackStanding.fbx-b14aa71b2655f04ff90246a4917c5d91.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/computerKeyboard.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/computerKeyboard.fbx.import index 537f23d..8a274ac 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/computerKeyboard.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/computerKeyboard.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://q4d1y684g2il" -path="res://.godot/imported/computerKeyboard.fbx-2a043b55c135f20181efdcd48497ee92.scn" +path="res://godot/imported/computerKeyboard.fbx-2a043b55c135f20181efdcd48497ee92.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/computerKeyboard.fbx" -dest_files=["res://.godot/imported/computerKeyboard.fbx-2a043b55c135f20181efdcd48497ee92.scn"] +dest_files=["res://godot/imported/computerKeyboard.fbx-2a043b55c135f20181efdcd48497ee92.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/computerMouse.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/computerMouse.fbx.import index bdb2337..8fd3fb8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/computerMouse.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/computerMouse.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://caolwe6s67fnc" -path="res://.godot/imported/computerMouse.fbx-8c2c88a35bececc2fd2a23b031bb8ee1.scn" +path="res://godot/imported/computerMouse.fbx-8c2c88a35bececc2fd2a23b031bb8ee1.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/computerMouse.fbx" -dest_files=["res://.godot/imported/computerMouse.fbx-8c2c88a35bececc2fd2a23b031bb8ee1.scn"] +dest_files=["res://godot/imported/computerMouse.fbx-8c2c88a35bececc2fd2a23b031bb8ee1.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/computerScreen.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/computerScreen.fbx.import index 79de761..89e5c4e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/computerScreen.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/computerScreen.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://drnbbrh2grqta" -path="res://.godot/imported/computerScreen.fbx-d5d0351410a6811378d810c12ba9fc8b.scn" +path="res://godot/imported/computerScreen.fbx-d5d0351410a6811378d810c12ba9fc8b.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/computerScreen.fbx" -dest_files=["res://.godot/imported/computerScreen.fbx-d5d0351410a6811378d810c12ba9fc8b.scn"] +dest_files=["res://godot/imported/computerScreen.fbx-d5d0351410a6811378d810c12ba9fc8b.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/desk.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/desk.fbx.import index faba51e..a9b031e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/desk.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/desk.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dw1nwpno2hy14" -path="res://.godot/imported/desk.fbx-60408ba6895671edbbc509a97287ae93.scn" +path="res://godot/imported/desk.fbx-60408ba6895671edbbc509a97287ae93.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/desk.fbx" -dest_files=["res://.godot/imported/desk.fbx-60408ba6895671edbbc509a97287ae93.scn"] +dest_files=["res://godot/imported/desk.fbx-60408ba6895671edbbc509a97287ae93.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/deskCorner.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/deskCorner.fbx.import index cc4f166..4302ff6 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/deskCorner.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/deskCorner.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dyftxr5y117w" -path="res://.godot/imported/deskCorner.fbx-41f6222f28ca04026a3099830e68a8e6.scn" +path="res://godot/imported/deskCorner.fbx-41f6222f28ca04026a3099830e68a8e6.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/deskCorner.fbx" -dest_files=["res://.godot/imported/deskCorner.fbx-41f6222f28ca04026a3099830e68a8e6.scn"] +dest_files=["res://godot/imported/deskCorner.fbx-41f6222f28ca04026a3099830e68a8e6.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/doorway.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/doorway.fbx.import index 29f5a9c..f16d80e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/doorway.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/doorway.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://daqvkt26d001a" -path="res://.godot/imported/doorway.fbx-216b1fd40c587d67dd9d9f06780efff9.scn" +path="res://godot/imported/doorway.fbx-216b1fd40c587d67dd9d9f06780efff9.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/doorway.fbx" -dest_files=["res://.godot/imported/doorway.fbx-216b1fd40c587d67dd9d9f06780efff9.scn"] +dest_files=["res://godot/imported/doorway.fbx-216b1fd40c587d67dd9d9f06780efff9.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/doorwayFront.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/doorwayFront.fbx.import index d409a02..bf5f657 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/doorwayFront.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/doorwayFront.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bb8cie3wvdt3e" -path="res://.godot/imported/doorwayFront.fbx-50fc7444a3b030d8ef1d42e661eb78ca.scn" +path="res://godot/imported/doorwayFront.fbx-50fc7444a3b030d8ef1d42e661eb78ca.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/doorwayFront.fbx" -dest_files=["res://.godot/imported/doorwayFront.fbx-50fc7444a3b030d8ef1d42e661eb78ca.scn"] +dest_files=["res://godot/imported/doorwayFront.fbx-50fc7444a3b030d8ef1d42e661eb78ca.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/doorwayOpen.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/doorwayOpen.fbx.import index af1afbc..1e37903 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/doorwayOpen.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/doorwayOpen.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://duov0exx46b6q" -path="res://.godot/imported/doorwayOpen.fbx-6c9a07e9165764aba83f86639ca92300.scn" +path="res://godot/imported/doorwayOpen.fbx-6c9a07e9165764aba83f86639ca92300.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/doorwayOpen.fbx" -dest_files=["res://.godot/imported/doorwayOpen.fbx-6c9a07e9165764aba83f86639ca92300.scn"] +dest_files=["res://godot/imported/doorwayOpen.fbx-6c9a07e9165764aba83f86639ca92300.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/dryer.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/dryer.fbx.import index 3776d57..6b0c8d8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/dryer.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/dryer.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bf8wt3xt78s76" -path="res://.godot/imported/dryer.fbx-865a3d433bb4b7fe1e6211ffc7409a3e.scn" +path="res://godot/imported/dryer.fbx-865a3d433bb4b7fe1e6211ffc7409a3e.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/dryer.fbx" -dest_files=["res://.godot/imported/dryer.fbx-865a3d433bb4b7fe1e6211ffc7409a3e.scn"] +dest_files=["res://godot/imported/dryer.fbx-865a3d433bb4b7fe1e6211ffc7409a3e.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/floorCorner.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/floorCorner.fbx.import index 2274b2e..95a9c8c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/floorCorner.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/floorCorner.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dc1jpdrqneisw" -path="res://.godot/imported/floorCorner.fbx-215bdae1955ce58a62482a11d1ee3f6f.scn" +path="res://godot/imported/floorCorner.fbx-215bdae1955ce58a62482a11d1ee3f6f.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/floorCorner.fbx" -dest_files=["res://.godot/imported/floorCorner.fbx-215bdae1955ce58a62482a11d1ee3f6f.scn"] +dest_files=["res://godot/imported/floorCorner.fbx-215bdae1955ce58a62482a11d1ee3f6f.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/floorCornerRound.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/floorCornerRound.fbx.import index aba83ab..7e0fc93 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/floorCornerRound.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/floorCornerRound.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cusfgyeqo8gvl" -path="res://.godot/imported/floorCornerRound.fbx-84de9a39c26da0a1e156d30a56ecf693.scn" +path="res://godot/imported/floorCornerRound.fbx-84de9a39c26da0a1e156d30a56ecf693.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/floorCornerRound.fbx" -dest_files=["res://.godot/imported/floorCornerRound.fbx-84de9a39c26da0a1e156d30a56ecf693.scn"] +dest_files=["res://godot/imported/floorCornerRound.fbx-84de9a39c26da0a1e156d30a56ecf693.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/floorFull.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/floorFull.fbx.import index 662633f..8b87c32 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/floorFull.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/floorFull.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bknr7867yvw04" -path="res://.godot/imported/floorFull.fbx-9dac294a3db8acaa78b83134c7106a36.scn" +path="res://godot/imported/floorFull.fbx-9dac294a3db8acaa78b83134c7106a36.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/floorFull.fbx" -dest_files=["res://.godot/imported/floorFull.fbx-9dac294a3db8acaa78b83134c7106a36.scn"] +dest_files=["res://godot/imported/floorFull.fbx-9dac294a3db8acaa78b83134c7106a36.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/floorHalf.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/floorHalf.fbx.import index e519417..445e993 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/floorHalf.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/floorHalf.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://23mt3jl6246v" -path="res://.godot/imported/floorHalf.fbx-6c5ad41df8f24947a7a124d863012ac5.scn" +path="res://godot/imported/floorHalf.fbx-6c5ad41df8f24947a7a124d863012ac5.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/floorHalf.fbx" -dest_files=["res://.godot/imported/floorHalf.fbx-6c5ad41df8f24947a7a124d863012ac5.scn"] +dest_files=["res://godot/imported/floorHalf.fbx-6c5ad41df8f24947a7a124d863012ac5.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/hoodLarge.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/hoodLarge.fbx.import index becad2b..17df9db 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/hoodLarge.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/hoodLarge.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://wamec54hj6yq" -path="res://.godot/imported/hoodLarge.fbx-f74c39e18170ae65dd2019e8f1924132.scn" +path="res://godot/imported/hoodLarge.fbx-f74c39e18170ae65dd2019e8f1924132.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/hoodLarge.fbx" -dest_files=["res://.godot/imported/hoodLarge.fbx-f74c39e18170ae65dd2019e8f1924132.scn"] +dest_files=["res://godot/imported/hoodLarge.fbx-f74c39e18170ae65dd2019e8f1924132.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/hoodModern.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/hoodModern.fbx.import index cec3fb0..1a3db11 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/hoodModern.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/hoodModern.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cax1k23ywyptn" -path="res://.godot/imported/hoodModern.fbx-37808365901cbf7c58b600460f63ef46.scn" +path="res://godot/imported/hoodModern.fbx-37808365901cbf7c58b600460f63ef46.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/hoodModern.fbx" -dest_files=["res://.godot/imported/hoodModern.fbx-37808365901cbf7c58b600460f63ef46.scn"] +dest_files=["res://godot/imported/hoodModern.fbx-37808365901cbf7c58b600460f63ef46.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenBar.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenBar.fbx.import index a2e95ea..89e2f2d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenBar.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenBar.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ccw5th8lekxqy" -path="res://.godot/imported/kitchenBar.fbx-d29d82096beb8ffde02ecc6ec4821455.scn" +path="res://godot/imported/kitchenBar.fbx-d29d82096beb8ffde02ecc6ec4821455.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/kitchenBar.fbx" -dest_files=["res://.godot/imported/kitchenBar.fbx-d29d82096beb8ffde02ecc6ec4821455.scn"] +dest_files=["res://godot/imported/kitchenBar.fbx-d29d82096beb8ffde02ecc6ec4821455.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenBarEnd.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenBarEnd.fbx.import index e33c2c7..c9a7027 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenBarEnd.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenBarEnd.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bqkg5hdtnhxb1" -path="res://.godot/imported/kitchenBarEnd.fbx-a74a37091ac892a870e7413ed0a129a7.scn" +path="res://godot/imported/kitchenBarEnd.fbx-a74a37091ac892a870e7413ed0a129a7.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/kitchenBarEnd.fbx" -dest_files=["res://.godot/imported/kitchenBarEnd.fbx-a74a37091ac892a870e7413ed0a129a7.scn"] +dest_files=["res://godot/imported/kitchenBarEnd.fbx-a74a37091ac892a870e7413ed0a129a7.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenBlender.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenBlender.fbx.import index 0ca2740..5f09e55 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenBlender.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenBlender.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c1yqyijy3jdky" -path="res://.godot/imported/kitchenBlender.fbx-1c8aea6ba8f398ccf6e8ceef10f9d981.scn" +path="res://godot/imported/kitchenBlender.fbx-1c8aea6ba8f398ccf6e8ceef10f9d981.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/kitchenBlender.fbx" -dest_files=["res://.godot/imported/kitchenBlender.fbx-1c8aea6ba8f398ccf6e8ceef10f9d981.scn"] +dest_files=["res://godot/imported/kitchenBlender.fbx-1c8aea6ba8f398ccf6e8ceef10f9d981.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinet.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinet.fbx.import index 1358eb6..3860798 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinet.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinet.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://vlrhag3a4xrv" -path="res://.godot/imported/kitchenCabinet.fbx-cda21e13f53717ce7a4ef255b8addce0.scn" +path="res://godot/imported/kitchenCabinet.fbx-cda21e13f53717ce7a4ef255b8addce0.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinet.fbx" -dest_files=["res://.godot/imported/kitchenCabinet.fbx-cda21e13f53717ce7a4ef255b8addce0.scn"] +dest_files=["res://godot/imported/kitchenCabinet.fbx-cda21e13f53717ce7a4ef255b8addce0.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetCornerInner.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetCornerInner.fbx.import index fb4114e..2c25596 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetCornerInner.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetCornerInner.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://e8o7b03kxr34" -path="res://.godot/imported/kitchenCabinetCornerInner.fbx-8fbd76a3f59467d2ade12d1165b06d67.scn" +path="res://godot/imported/kitchenCabinetCornerInner.fbx-8fbd76a3f59467d2ade12d1165b06d67.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetCornerInner.fbx" -dest_files=["res://.godot/imported/kitchenCabinetCornerInner.fbx-8fbd76a3f59467d2ade12d1165b06d67.scn"] +dest_files=["res://godot/imported/kitchenCabinetCornerInner.fbx-8fbd76a3f59467d2ade12d1165b06d67.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetCornerRound.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetCornerRound.fbx.import index ce7de1a..702b4b1 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetCornerRound.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetCornerRound.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c4orv5w04dvur" -path="res://.godot/imported/kitchenCabinetCornerRound.fbx-d00fdadc27e4e831e8b8005bf22a5434.scn" +path="res://godot/imported/kitchenCabinetCornerRound.fbx-d00fdadc27e4e831e8b8005bf22a5434.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetCornerRound.fbx" -dest_files=["res://.godot/imported/kitchenCabinetCornerRound.fbx-d00fdadc27e4e831e8b8005bf22a5434.scn"] +dest_files=["res://godot/imported/kitchenCabinetCornerRound.fbx-d00fdadc27e4e831e8b8005bf22a5434.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetDrawer.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetDrawer.fbx.import index 2e0d7b0..1b78615 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetDrawer.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetDrawer.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://hi5pdv3kkbvr" -path="res://.godot/imported/kitchenCabinetDrawer.fbx-c99db47dc0800affdc7cea4ac6c7d624.scn" +path="res://godot/imported/kitchenCabinetDrawer.fbx-c99db47dc0800affdc7cea4ac6c7d624.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetDrawer.fbx" -dest_files=["res://.godot/imported/kitchenCabinetDrawer.fbx-c99db47dc0800affdc7cea4ac6c7d624.scn"] +dest_files=["res://godot/imported/kitchenCabinetDrawer.fbx-c99db47dc0800affdc7cea4ac6c7d624.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetUpper.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetUpper.fbx.import index 9db9aef..d78ba75 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetUpper.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetUpper.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bxkr2tqnqqiu8" -path="res://.godot/imported/kitchenCabinetUpper.fbx-e347fdafc4eb2f3b33d3da88c23420b6.scn" +path="res://godot/imported/kitchenCabinetUpper.fbx-e347fdafc4eb2f3b33d3da88c23420b6.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetUpper.fbx" -dest_files=["res://.godot/imported/kitchenCabinetUpper.fbx-e347fdafc4eb2f3b33d3da88c23420b6.scn"] +dest_files=["res://godot/imported/kitchenCabinetUpper.fbx-e347fdafc4eb2f3b33d3da88c23420b6.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetUpperCorner.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetUpperCorner.fbx.import index 3a1f16b..bf301cb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetUpperCorner.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetUpperCorner.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bsxhqjit5yjyj" -path="res://.godot/imported/kitchenCabinetUpperCorner.fbx-42465e9b55f4389502f090afcfd7839f.scn" +path="res://godot/imported/kitchenCabinetUpperCorner.fbx-42465e9b55f4389502f090afcfd7839f.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetUpperCorner.fbx" -dest_files=["res://.godot/imported/kitchenCabinetUpperCorner.fbx-42465e9b55f4389502f090afcfd7839f.scn"] +dest_files=["res://godot/imported/kitchenCabinetUpperCorner.fbx-42465e9b55f4389502f090afcfd7839f.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetUpperDouble.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetUpperDouble.fbx.import index d22c9ba..30db53f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetUpperDouble.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetUpperDouble.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://crdkagftnxpow" -path="res://.godot/imported/kitchenCabinetUpperDouble.fbx-eea692a4519d9a240bf2d8af3d3ca607.scn" +path="res://godot/imported/kitchenCabinetUpperDouble.fbx-eea692a4519d9a240bf2d8af3d3ca607.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetUpperDouble.fbx" -dest_files=["res://.godot/imported/kitchenCabinetUpperDouble.fbx-eea692a4519d9a240bf2d8af3d3ca607.scn"] +dest_files=["res://godot/imported/kitchenCabinetUpperDouble.fbx-eea692a4519d9a240bf2d8af3d3ca607.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetUpperLow.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetUpperLow.fbx.import index 41e43fa..8285fdb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetUpperLow.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetUpperLow.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cdc218ykfjjh" -path="res://.godot/imported/kitchenCabinetUpperLow.fbx-4f2b1bc41510a33798b5d1350d54fbcd.scn" +path="res://godot/imported/kitchenCabinetUpperLow.fbx-4f2b1bc41510a33798b5d1350d54fbcd.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCabinetUpperLow.fbx" -dest_files=["res://.godot/imported/kitchenCabinetUpperLow.fbx-4f2b1bc41510a33798b5d1350d54fbcd.scn"] +dest_files=["res://godot/imported/kitchenCabinetUpperLow.fbx-4f2b1bc41510a33798b5d1350d54fbcd.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCoffeeMachine.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCoffeeMachine.fbx.import index 6d6f30d..ab85fae 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCoffeeMachine.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCoffeeMachine.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c5b03w6pprpap" -path="res://.godot/imported/kitchenCoffeeMachine.fbx-262cdb9d82d23886338980f8c81eae23.scn" +path="res://godot/imported/kitchenCoffeeMachine.fbx-262cdb9d82d23886338980f8c81eae23.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/kitchenCoffeeMachine.fbx" -dest_files=["res://.godot/imported/kitchenCoffeeMachine.fbx-262cdb9d82d23886338980f8c81eae23.scn"] +dest_files=["res://godot/imported/kitchenCoffeeMachine.fbx-262cdb9d82d23886338980f8c81eae23.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenFridge.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenFridge.fbx.import index 090775c..3edb3e5 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenFridge.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenFridge.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ijfh7vg54dnt" -path="res://.godot/imported/kitchenFridge.fbx-e41bafbf79be52a18765dd3a49b549f3.scn" +path="res://godot/imported/kitchenFridge.fbx-e41bafbf79be52a18765dd3a49b549f3.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/kitchenFridge.fbx" -dest_files=["res://.godot/imported/kitchenFridge.fbx-e41bafbf79be52a18765dd3a49b549f3.scn"] +dest_files=["res://godot/imported/kitchenFridge.fbx-e41bafbf79be52a18765dd3a49b549f3.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenFridgeBuiltIn.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenFridgeBuiltIn.fbx.import index 0c6955b..f4c1801 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenFridgeBuiltIn.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenFridgeBuiltIn.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dahb3guteg0vb" -path="res://.godot/imported/kitchenFridgeBuiltIn.fbx-9cb0e8ddd67860642131baf40841a6e1.scn" +path="res://godot/imported/kitchenFridgeBuiltIn.fbx-9cb0e8ddd67860642131baf40841a6e1.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/kitchenFridgeBuiltIn.fbx" -dest_files=["res://.godot/imported/kitchenFridgeBuiltIn.fbx-9cb0e8ddd67860642131baf40841a6e1.scn"] +dest_files=["res://godot/imported/kitchenFridgeBuiltIn.fbx-9cb0e8ddd67860642131baf40841a6e1.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenFridgeLarge.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenFridgeLarge.fbx.import index be79ebe..0a3514d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenFridgeLarge.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenFridgeLarge.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b5pmsnqhf3sf0" -path="res://.godot/imported/kitchenFridgeLarge.fbx-b159e142fba02915b79d8a074196bdbe.scn" +path="res://godot/imported/kitchenFridgeLarge.fbx-b159e142fba02915b79d8a074196bdbe.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/kitchenFridgeLarge.fbx" -dest_files=["res://.godot/imported/kitchenFridgeLarge.fbx-b159e142fba02915b79d8a074196bdbe.scn"] +dest_files=["res://godot/imported/kitchenFridgeLarge.fbx-b159e142fba02915b79d8a074196bdbe.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenFridgeSmall.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenFridgeSmall.fbx.import index 45fae37..7b4d698 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenFridgeSmall.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenFridgeSmall.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b1bkggw4exbke" -path="res://.godot/imported/kitchenFridgeSmall.fbx-73dc58e205663c43a933fd85bbd75ff5.scn" +path="res://godot/imported/kitchenFridgeSmall.fbx-73dc58e205663c43a933fd85bbd75ff5.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/kitchenFridgeSmall.fbx" -dest_files=["res://.godot/imported/kitchenFridgeSmall.fbx-73dc58e205663c43a933fd85bbd75ff5.scn"] +dest_files=["res://godot/imported/kitchenFridgeSmall.fbx-73dc58e205663c43a933fd85bbd75ff5.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenMicrowave.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenMicrowave.fbx.import index fabcae9..b7abc1b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenMicrowave.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenMicrowave.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dnfv11afiw0u1" -path="res://.godot/imported/kitchenMicrowave.fbx-988086cf02b3608c3ec39b470e0b7e9b.scn" +path="res://godot/imported/kitchenMicrowave.fbx-988086cf02b3608c3ec39b470e0b7e9b.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/kitchenMicrowave.fbx" -dest_files=["res://.godot/imported/kitchenMicrowave.fbx-988086cf02b3608c3ec39b470e0b7e9b.scn"] +dest_files=["res://godot/imported/kitchenMicrowave.fbx-988086cf02b3608c3ec39b470e0b7e9b.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenSink.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenSink.fbx.import index b19718a..d34c3e7 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenSink.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenSink.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cm6v4mu1rkgsf" -path="res://.godot/imported/kitchenSink.fbx-cea4aad9aa8f796bf4f5f6c3b44ca9e1.scn" +path="res://godot/imported/kitchenSink.fbx-cea4aad9aa8f796bf4f5f6c3b44ca9e1.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/kitchenSink.fbx" -dest_files=["res://.godot/imported/kitchenSink.fbx-cea4aad9aa8f796bf4f5f6c3b44ca9e1.scn"] +dest_files=["res://godot/imported/kitchenSink.fbx-cea4aad9aa8f796bf4f5f6c3b44ca9e1.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenStove.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenStove.fbx.import index 7a6ef3c..ae92289 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenStove.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenStove.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cscsdnil47vdv" -path="res://.godot/imported/kitchenStove.fbx-eadd51b8791ec3f8392881cf2dc18f85.scn" +path="res://godot/imported/kitchenStove.fbx-eadd51b8791ec3f8392881cf2dc18f85.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/kitchenStove.fbx" -dest_files=["res://.godot/imported/kitchenStove.fbx-eadd51b8791ec3f8392881cf2dc18f85.scn"] +dest_files=["res://godot/imported/kitchenStove.fbx-eadd51b8791ec3f8392881cf2dc18f85.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenStoveElectric.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenStoveElectric.fbx.import index 3848b80..2c45ce3 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenStoveElectric.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/kitchenStoveElectric.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://crkv522131s35" -path="res://.godot/imported/kitchenStoveElectric.fbx-feea2a02035ed779d868779df8e9ceeb.scn" +path="res://godot/imported/kitchenStoveElectric.fbx-feea2a02035ed779d868779df8e9ceeb.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/kitchenStoveElectric.fbx" -dest_files=["res://.godot/imported/kitchenStoveElectric.fbx-feea2a02035ed779d868779df8e9ceeb.scn"] +dest_files=["res://godot/imported/kitchenStoveElectric.fbx-feea2a02035ed779d868779df8e9ceeb.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/lampRoundFloor.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/lampRoundFloor.fbx.import index 179f8be..447f5d5 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/lampRoundFloor.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/lampRoundFloor.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cxxrnlkb10hlr" -path="res://.godot/imported/lampRoundFloor.fbx-ea650c795866d4da9e0ea5063ba5dbf3.scn" +path="res://godot/imported/lampRoundFloor.fbx-ea650c795866d4da9e0ea5063ba5dbf3.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/lampRoundFloor.fbx" -dest_files=["res://.godot/imported/lampRoundFloor.fbx-ea650c795866d4da9e0ea5063ba5dbf3.scn"] +dest_files=["res://godot/imported/lampRoundFloor.fbx-ea650c795866d4da9e0ea5063ba5dbf3.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/lampRoundTable.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/lampRoundTable.fbx.import index d5a8800..3f03216 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/lampRoundTable.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/lampRoundTable.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://kdk5y3401fi0" -path="res://.godot/imported/lampRoundTable.fbx-be51e6ff58efbac7fd15f437f8bbbb20.scn" +path="res://godot/imported/lampRoundTable.fbx-be51e6ff58efbac7fd15f437f8bbbb20.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/lampRoundTable.fbx" -dest_files=["res://.godot/imported/lampRoundTable.fbx-be51e6ff58efbac7fd15f437f8bbbb20.scn"] +dest_files=["res://godot/imported/lampRoundTable.fbx-be51e6ff58efbac7fd15f437f8bbbb20.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/lampSquareCeiling.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/lampSquareCeiling.fbx.import index dc2e7de..0e51e71 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/lampSquareCeiling.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/lampSquareCeiling.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://7jop2l6volij" -path="res://.godot/imported/lampSquareCeiling.fbx-7efec6673a76281cc96f0c08b2a6e4d4.scn" +path="res://godot/imported/lampSquareCeiling.fbx-7efec6673a76281cc96f0c08b2a6e4d4.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/lampSquareCeiling.fbx" -dest_files=["res://.godot/imported/lampSquareCeiling.fbx-7efec6673a76281cc96f0c08b2a6e4d4.scn"] +dest_files=["res://godot/imported/lampSquareCeiling.fbx-7efec6673a76281cc96f0c08b2a6e4d4.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/lampSquareFloor.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/lampSquareFloor.fbx.import index 87be02a..cf626b3 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/lampSquareFloor.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/lampSquareFloor.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://mjmbdxnm7oqh" -path="res://.godot/imported/lampSquareFloor.fbx-70408c173acf950d81ee5d57e84196ae.scn" +path="res://godot/imported/lampSquareFloor.fbx-70408c173acf950d81ee5d57e84196ae.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/lampSquareFloor.fbx" -dest_files=["res://.godot/imported/lampSquareFloor.fbx-70408c173acf950d81ee5d57e84196ae.scn"] +dest_files=["res://godot/imported/lampSquareFloor.fbx-70408c173acf950d81ee5d57e84196ae.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/lampSquareTable.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/lampSquareTable.fbx.import index 0f06dd2..1a461ab 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/lampSquareTable.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/lampSquareTable.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cydenssxv20m8" -path="res://.godot/imported/lampSquareTable.fbx-f85a4951aafdfbfc9598fd40b7d1b16f.scn" +path="res://godot/imported/lampSquareTable.fbx-f85a4951aafdfbfc9598fd40b7d1b16f.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/lampSquareTable.fbx" -dest_files=["res://.godot/imported/lampSquareTable.fbx-f85a4951aafdfbfc9598fd40b7d1b16f.scn"] +dest_files=["res://godot/imported/lampSquareTable.fbx-f85a4951aafdfbfc9598fd40b7d1b16f.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/lampWall.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/lampWall.fbx.import index 4d648aa..2f4d2d6 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/lampWall.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/lampWall.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cv7gyrcb8d0gw" -path="res://.godot/imported/lampWall.fbx-de83a1edbfc7f2f88eb3efd821b722fe.scn" +path="res://godot/imported/lampWall.fbx-de83a1edbfc7f2f88eb3efd821b722fe.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/lampWall.fbx" -dest_files=["res://.godot/imported/lampWall.fbx-de83a1edbfc7f2f88eb3efd821b722fe.scn"] +dest_files=["res://godot/imported/lampWall.fbx-de83a1edbfc7f2f88eb3efd821b722fe.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/laptop.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/laptop.fbx.import index ac81d86..67fccde 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/laptop.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/laptop.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://33hwrkdb1gjk" -path="res://.godot/imported/laptop.fbx-312e0d49d2e746c654eccde3cfcdbdcf.scn" +path="res://godot/imported/laptop.fbx-312e0d49d2e746c654eccde3cfcdbdcf.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/laptop.fbx" -dest_files=["res://.godot/imported/laptop.fbx-312e0d49d2e746c654eccde3cfcdbdcf.scn"] +dest_files=["res://godot/imported/laptop.fbx-312e0d49d2e746c654eccde3cfcdbdcf.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeChair.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeChair.fbx.import index 734375a..e1c8e06 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeChair.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeChair.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://0yr135w3qwm2" -path="res://.godot/imported/loungeChair.fbx-d81687bc6ac100adcfc636db57b8cc6e.scn" +path="res://godot/imported/loungeChair.fbx-d81687bc6ac100adcfc636db57b8cc6e.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/loungeChair.fbx" -dest_files=["res://.godot/imported/loungeChair.fbx-d81687bc6ac100adcfc636db57b8cc6e.scn"] +dest_files=["res://godot/imported/loungeChair.fbx-d81687bc6ac100adcfc636db57b8cc6e.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeChairRelax.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeChairRelax.fbx.import index 1a5a68f..dda5cea 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeChairRelax.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeChairRelax.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://e31iuhrk05s" -path="res://.godot/imported/loungeChairRelax.fbx-b0c30260bd833b43cf9e37c1e7c9202a.scn" +path="res://godot/imported/loungeChairRelax.fbx-b0c30260bd833b43cf9e37c1e7c9202a.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/loungeChairRelax.fbx" -dest_files=["res://.godot/imported/loungeChairRelax.fbx-b0c30260bd833b43cf9e37c1e7c9202a.scn"] +dest_files=["res://godot/imported/loungeChairRelax.fbx-b0c30260bd833b43cf9e37c1e7c9202a.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeDesignChair.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeDesignChair.fbx.import index 2cab5f9..9790460 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeDesignChair.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeDesignChair.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bxp7tm8bhxm4v" -path="res://.godot/imported/loungeDesignChair.fbx-cae977cb8f76fd1e24467eebbb7c1632.scn" +path="res://godot/imported/loungeDesignChair.fbx-cae977cb8f76fd1e24467eebbb7c1632.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/loungeDesignChair.fbx" -dest_files=["res://.godot/imported/loungeDesignChair.fbx-cae977cb8f76fd1e24467eebbb7c1632.scn"] +dest_files=["res://godot/imported/loungeDesignChair.fbx-cae977cb8f76fd1e24467eebbb7c1632.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeDesignSofa.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeDesignSofa.fbx.import index 78b7431..66cf188 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeDesignSofa.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeDesignSofa.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://clxfcvoj3h68n" -path="res://.godot/imported/loungeDesignSofa.fbx-25ca5a8c3e196e541cf093fd63b435e9.scn" +path="res://godot/imported/loungeDesignSofa.fbx-25ca5a8c3e196e541cf093fd63b435e9.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/loungeDesignSofa.fbx" -dest_files=["res://.godot/imported/loungeDesignSofa.fbx-25ca5a8c3e196e541cf093fd63b435e9.scn"] +dest_files=["res://godot/imported/loungeDesignSofa.fbx-25ca5a8c3e196e541cf093fd63b435e9.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeDesignSofaCorner.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeDesignSofaCorner.fbx.import index 6b7b3ee..019b344 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeDesignSofaCorner.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeDesignSofaCorner.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dbptgr5vxqnv6" -path="res://.godot/imported/loungeDesignSofaCorner.fbx-421b3839cd7d5be84e8569160ae0b027.scn" +path="res://godot/imported/loungeDesignSofaCorner.fbx-421b3839cd7d5be84e8569160ae0b027.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/loungeDesignSofaCorner.fbx" -dest_files=["res://.godot/imported/loungeDesignSofaCorner.fbx-421b3839cd7d5be84e8569160ae0b027.scn"] +dest_files=["res://godot/imported/loungeDesignSofaCorner.fbx-421b3839cd7d5be84e8569160ae0b027.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeSofa.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeSofa.fbx.import index 1ff871a..af692b7 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeSofa.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeSofa.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bdrp2yqfhydw6" -path="res://.godot/imported/loungeSofa.fbx-f5aef4f5fffb1c90bb1a7878cad822e8.scn" +path="res://godot/imported/loungeSofa.fbx-f5aef4f5fffb1c90bb1a7878cad822e8.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/loungeSofa.fbx" -dest_files=["res://.godot/imported/loungeSofa.fbx-f5aef4f5fffb1c90bb1a7878cad822e8.scn"] +dest_files=["res://godot/imported/loungeSofa.fbx-f5aef4f5fffb1c90bb1a7878cad822e8.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeSofaCorner.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeSofaCorner.fbx.import index 5eca144..e765693 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeSofaCorner.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeSofaCorner.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://d0jqad2tu2w5r" -path="res://.godot/imported/loungeSofaCorner.fbx-08349f87d30fb3c0fe0bf93768f1c4ad.scn" +path="res://godot/imported/loungeSofaCorner.fbx-08349f87d30fb3c0fe0bf93768f1c4ad.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/loungeSofaCorner.fbx" -dest_files=["res://.godot/imported/loungeSofaCorner.fbx-08349f87d30fb3c0fe0bf93768f1c4ad.scn"] +dest_files=["res://godot/imported/loungeSofaCorner.fbx-08349f87d30fb3c0fe0bf93768f1c4ad.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeSofaLong.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeSofaLong.fbx.import index 6f75fd1..8969bbe 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeSofaLong.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeSofaLong.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://mdennfbd4prb" -path="res://.godot/imported/loungeSofaLong.fbx-0901fd69ee0470d94e447bcfe21229cc.scn" +path="res://godot/imported/loungeSofaLong.fbx-0901fd69ee0470d94e447bcfe21229cc.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/loungeSofaLong.fbx" -dest_files=["res://.godot/imported/loungeSofaLong.fbx-0901fd69ee0470d94e447bcfe21229cc.scn"] +dest_files=["res://godot/imported/loungeSofaLong.fbx-0901fd69ee0470d94e447bcfe21229cc.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeSofaOttoman.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeSofaOttoman.fbx.import index 81348b5..05b4318 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeSofaOttoman.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/loungeSofaOttoman.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bvrs31h1pl37c" -path="res://.godot/imported/loungeSofaOttoman.fbx-45ec48ed5a02d0247db0bad06ddd3883.scn" +path="res://godot/imported/loungeSofaOttoman.fbx-45ec48ed5a02d0247db0bad06ddd3883.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/loungeSofaOttoman.fbx" -dest_files=["res://.godot/imported/loungeSofaOttoman.fbx-45ec48ed5a02d0247db0bad06ddd3883.scn"] +dest_files=["res://godot/imported/loungeSofaOttoman.fbx-45ec48ed5a02d0247db0bad06ddd3883.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/paneling.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/paneling.fbx.import index 0200808..862a1ee 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/paneling.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/paneling.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ccj0jpguddq2g" -path="res://.godot/imported/paneling.fbx-87bdb60c53cc2b6fcbeb863f75be31d1.scn" +path="res://godot/imported/paneling.fbx-87bdb60c53cc2b6fcbeb863f75be31d1.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/paneling.fbx" -dest_files=["res://.godot/imported/paneling.fbx-87bdb60c53cc2b6fcbeb863f75be31d1.scn"] +dest_files=["res://godot/imported/paneling.fbx-87bdb60c53cc2b6fcbeb863f75be31d1.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/pillow.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/pillow.fbx.import index bf92a53..6f9f51b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/pillow.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/pillow.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://4rcimuclrdqu" -path="res://.godot/imported/pillow.fbx-1d30467231e03955d2bd3fb0c61243e7.scn" +path="res://godot/imported/pillow.fbx-1d30467231e03955d2bd3fb0c61243e7.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/pillow.fbx" -dest_files=["res://.godot/imported/pillow.fbx-1d30467231e03955d2bd3fb0c61243e7.scn"] +dest_files=["res://godot/imported/pillow.fbx-1d30467231e03955d2bd3fb0c61243e7.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/pillowBlue.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/pillowBlue.fbx.import index c4c501c..b058b38 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/pillowBlue.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/pillowBlue.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cc4pkdy1o6gsl" -path="res://.godot/imported/pillowBlue.fbx-fa357270f7ce460af9cfa9733ea77394.scn" +path="res://godot/imported/pillowBlue.fbx-fa357270f7ce460af9cfa9733ea77394.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/pillowBlue.fbx" -dest_files=["res://.godot/imported/pillowBlue.fbx-fa357270f7ce460af9cfa9733ea77394.scn"] +dest_files=["res://godot/imported/pillowBlue.fbx-fa357270f7ce460af9cfa9733ea77394.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/pillowBlueLong.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/pillowBlueLong.fbx.import index 8117476..7b9e3b4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/pillowBlueLong.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/pillowBlueLong.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://crqfknpa1hxjx" -path="res://.godot/imported/pillowBlueLong.fbx-79ddcd8406aad042d96954c72c22b799.scn" +path="res://godot/imported/pillowBlueLong.fbx-79ddcd8406aad042d96954c72c22b799.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/pillowBlueLong.fbx" -dest_files=["res://.godot/imported/pillowBlueLong.fbx-79ddcd8406aad042d96954c72c22b799.scn"] +dest_files=["res://godot/imported/pillowBlueLong.fbx-79ddcd8406aad042d96954c72c22b799.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/pillowLong.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/pillowLong.fbx.import index 76fc679..c2211d1 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/pillowLong.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/pillowLong.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cq8th1hsf6lis" -path="res://.godot/imported/pillowLong.fbx-159071fbad0f81516ec97137f2aeb854.scn" +path="res://godot/imported/pillowLong.fbx-159071fbad0f81516ec97137f2aeb854.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/pillowLong.fbx" -dest_files=["res://.godot/imported/pillowLong.fbx-159071fbad0f81516ec97137f2aeb854.scn"] +dest_files=["res://godot/imported/pillowLong.fbx-159071fbad0f81516ec97137f2aeb854.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/plantSmall1.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/plantSmall1.fbx.import index 3ce2994..9694412 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/plantSmall1.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/plantSmall1.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://d08k8m0iojjeg" -path="res://.godot/imported/plantSmall1.fbx-4bcdc7347aa6150fa740bba0f16cafe0.scn" +path="res://godot/imported/plantSmall1.fbx-4bcdc7347aa6150fa740bba0f16cafe0.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/plantSmall1.fbx" -dest_files=["res://.godot/imported/plantSmall1.fbx-4bcdc7347aa6150fa740bba0f16cafe0.scn"] +dest_files=["res://godot/imported/plantSmall1.fbx-4bcdc7347aa6150fa740bba0f16cafe0.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/plantSmall2.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/plantSmall2.fbx.import index 594b7b7..226dc5a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/plantSmall2.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/plantSmall2.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://17cj0n0ge2s1" -path="res://.godot/imported/plantSmall2.fbx-47eacc8dc29524d591a439710a7d4396.scn" +path="res://godot/imported/plantSmall2.fbx-47eacc8dc29524d591a439710a7d4396.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/plantSmall2.fbx" -dest_files=["res://.godot/imported/plantSmall2.fbx-47eacc8dc29524d591a439710a7d4396.scn"] +dest_files=["res://godot/imported/plantSmall2.fbx-47eacc8dc29524d591a439710a7d4396.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/plantSmall3.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/plantSmall3.fbx.import index 13ea67e..f2a6bf8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/plantSmall3.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/plantSmall3.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b1hshr8ffyn8d" -path="res://.godot/imported/plantSmall3.fbx-44080f18259adf0669904a86fdda65c9.scn" +path="res://godot/imported/plantSmall3.fbx-44080f18259adf0669904a86fdda65c9.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/plantSmall3.fbx" -dest_files=["res://.godot/imported/plantSmall3.fbx-44080f18259adf0669904a86fdda65c9.scn"] +dest_files=["res://godot/imported/plantSmall3.fbx-44080f18259adf0669904a86fdda65c9.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/pottedPlant.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/pottedPlant.fbx.import index 05861d1..d4368d0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/pottedPlant.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/pottedPlant.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://beq87j07w8ovx" -path="res://.godot/imported/pottedPlant.fbx-cab08f129ec90b63b58cae6ecf405de8.scn" +path="res://godot/imported/pottedPlant.fbx-cab08f129ec90b63b58cae6ecf405de8.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/pottedPlant.fbx" -dest_files=["res://.godot/imported/pottedPlant.fbx-cab08f129ec90b63b58cae6ecf405de8.scn"] +dest_files=["res://godot/imported/pottedPlant.fbx-cab08f129ec90b63b58cae6ecf405de8.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/radio.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/radio.fbx.import index df497b5..0a89629 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/radio.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/radio.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://jpoxjxhtvqb0" -path="res://.godot/imported/radio.fbx-b29998ad3207ad847a30476bd6567be6.scn" +path="res://godot/imported/radio.fbx-b29998ad3207ad847a30476bd6567be6.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/radio.fbx" -dest_files=["res://.godot/imported/radio.fbx-b29998ad3207ad847a30476bd6567be6.scn"] +dest_files=["res://godot/imported/radio.fbx-b29998ad3207ad847a30476bd6567be6.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/rugDoormat.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/rugDoormat.fbx.import index d1d3cc6..c373f12 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/rugDoormat.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/rugDoormat.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://qlvhepe8mtwu" -path="res://.godot/imported/rugDoormat.fbx-eb08f8c381ffdb51e93c8b26f8976491.scn" +path="res://godot/imported/rugDoormat.fbx-eb08f8c381ffdb51e93c8b26f8976491.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/rugDoormat.fbx" -dest_files=["res://.godot/imported/rugDoormat.fbx-eb08f8c381ffdb51e93c8b26f8976491.scn"] +dest_files=["res://godot/imported/rugDoormat.fbx-eb08f8c381ffdb51e93c8b26f8976491.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/rugRectangle.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/rugRectangle.fbx.import index ee53c30..c2cd9b3 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/rugRectangle.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/rugRectangle.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bnsmufcx8peas" -path="res://.godot/imported/rugRectangle.fbx-4bf30617d1458a70fb3322712d7893df.scn" +path="res://godot/imported/rugRectangle.fbx-4bf30617d1458a70fb3322712d7893df.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/rugRectangle.fbx" -dest_files=["res://.godot/imported/rugRectangle.fbx-4bf30617d1458a70fb3322712d7893df.scn"] +dest_files=["res://godot/imported/rugRectangle.fbx-4bf30617d1458a70fb3322712d7893df.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/rugRound.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/rugRound.fbx.import index d0598a7..a23a119 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/rugRound.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/rugRound.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ywye1xxex1hd" -path="res://.godot/imported/rugRound.fbx-aa035299a27b9cc2fe6a5bc18e167cb5.scn" +path="res://godot/imported/rugRound.fbx-aa035299a27b9cc2fe6a5bc18e167cb5.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/rugRound.fbx" -dest_files=["res://.godot/imported/rugRound.fbx-aa035299a27b9cc2fe6a5bc18e167cb5.scn"] +dest_files=["res://godot/imported/rugRound.fbx-aa035299a27b9cc2fe6a5bc18e167cb5.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/rugRounded.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/rugRounded.fbx.import index 51b5c56..23bffc8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/rugRounded.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/rugRounded.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c33bpqybcer7e" -path="res://.godot/imported/rugRounded.fbx-06da60b85725e0414ee9f3ec211e6ca3.scn" +path="res://godot/imported/rugRounded.fbx-06da60b85725e0414ee9f3ec211e6ca3.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/rugRounded.fbx" -dest_files=["res://.godot/imported/rugRounded.fbx-06da60b85725e0414ee9f3ec211e6ca3.scn"] +dest_files=["res://godot/imported/rugRounded.fbx-06da60b85725e0414ee9f3ec211e6ca3.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/rugSquare.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/rugSquare.fbx.import index 05fafe2..3d86e95 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/rugSquare.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/rugSquare.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bv5kwymrlc7lo" -path="res://.godot/imported/rugSquare.fbx-58e5b5ce3f3c3a6f1d405aaea9ddefbe.scn" +path="res://godot/imported/rugSquare.fbx-58e5b5ce3f3c3a6f1d405aaea9ddefbe.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/rugSquare.fbx" -dest_files=["res://.godot/imported/rugSquare.fbx-58e5b5ce3f3c3a6f1d405aaea9ddefbe.scn"] +dest_files=["res://godot/imported/rugSquare.fbx-58e5b5ce3f3c3a6f1d405aaea9ddefbe.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/shower.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/shower.fbx.import index 780652e..3cb98d0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/shower.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/shower.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bgrmxrmpniyw2" -path="res://.godot/imported/shower.fbx-99b2461f732c30ea1e984e22d8ad6dbc.scn" +path="res://godot/imported/shower.fbx-99b2461f732c30ea1e984e22d8ad6dbc.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/shower.fbx" -dest_files=["res://.godot/imported/shower.fbx-99b2461f732c30ea1e984e22d8ad6dbc.scn"] +dest_files=["res://godot/imported/shower.fbx-99b2461f732c30ea1e984e22d8ad6dbc.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/showerRound.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/showerRound.fbx.import index da8d18d..7397d90 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/showerRound.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/showerRound.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://nrp5be2m3f6t" -path="res://.godot/imported/showerRound.fbx-d75c04e50bbbb4f3835d9f1caee94971.scn" +path="res://godot/imported/showerRound.fbx-d75c04e50bbbb4f3835d9f1caee94971.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/showerRound.fbx" -dest_files=["res://.godot/imported/showerRound.fbx-d75c04e50bbbb4f3835d9f1caee94971.scn"] +dest_files=["res://godot/imported/showerRound.fbx-d75c04e50bbbb4f3835d9f1caee94971.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/sideTable.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/sideTable.fbx.import index 33f21a4..fd071d0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/sideTable.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/sideTable.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://blulhokwxsygu" -path="res://.godot/imported/sideTable.fbx-4537a6785de8130182c44749ccdd0815.scn" +path="res://godot/imported/sideTable.fbx-4537a6785de8130182c44749ccdd0815.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/sideTable.fbx" -dest_files=["res://.godot/imported/sideTable.fbx-4537a6785de8130182c44749ccdd0815.scn"] +dest_files=["res://godot/imported/sideTable.fbx-4537a6785de8130182c44749ccdd0815.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/sideTableDrawers.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/sideTableDrawers.fbx.import index 5d48923..10b579c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/sideTableDrawers.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/sideTableDrawers.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://t0gns23jg28l" -path="res://.godot/imported/sideTableDrawers.fbx-5445303c0da2769aabd9b87633900535.scn" +path="res://godot/imported/sideTableDrawers.fbx-5445303c0da2769aabd9b87633900535.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/sideTableDrawers.fbx" -dest_files=["res://.godot/imported/sideTableDrawers.fbx-5445303c0da2769aabd9b87633900535.scn"] +dest_files=["res://godot/imported/sideTableDrawers.fbx-5445303c0da2769aabd9b87633900535.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/speaker.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/speaker.fbx.import index 5780c24..9c5ed79 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/speaker.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/speaker.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dtffhdr50gk2i" -path="res://.godot/imported/speaker.fbx-084c8269f3ad69b48188cbb527456065.scn" +path="res://godot/imported/speaker.fbx-084c8269f3ad69b48188cbb527456065.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/speaker.fbx" -dest_files=["res://.godot/imported/speaker.fbx-084c8269f3ad69b48188cbb527456065.scn"] +dest_files=["res://godot/imported/speaker.fbx-084c8269f3ad69b48188cbb527456065.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/speakerSmall.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/speakerSmall.fbx.import index c048770..0546fc6 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/speakerSmall.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/speakerSmall.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://f21fbbbrm20f" -path="res://.godot/imported/speakerSmall.fbx-540864929c661bf439e9015e3f2c8b25.scn" +path="res://godot/imported/speakerSmall.fbx-540864929c661bf439e9015e3f2c8b25.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/speakerSmall.fbx" -dest_files=["res://.godot/imported/speakerSmall.fbx-540864929c661bf439e9015e3f2c8b25.scn"] +dest_files=["res://godot/imported/speakerSmall.fbx-540864929c661bf439e9015e3f2c8b25.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/stairs.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/stairs.fbx.import index 174ec5e..89934a5 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/stairs.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/stairs.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bjy6ibmnnahyl" -path="res://.godot/imported/stairs.fbx-c217f3355eac7344d1f19d2dcf620d62.scn" +path="res://godot/imported/stairs.fbx-c217f3355eac7344d1f19d2dcf620d62.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/stairs.fbx" -dest_files=["res://.godot/imported/stairs.fbx-c217f3355eac7344d1f19d2dcf620d62.scn"] +dest_files=["res://godot/imported/stairs.fbx-c217f3355eac7344d1f19d2dcf620d62.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/stairsCorner.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/stairsCorner.fbx.import index 3e47dbd..163d824 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/stairsCorner.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/stairsCorner.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bqkwna8b1v70c" -path="res://.godot/imported/stairsCorner.fbx-490cf7a282c55a2c1bf8a7027e76011f.scn" +path="res://godot/imported/stairsCorner.fbx-490cf7a282c55a2c1bf8a7027e76011f.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/stairsCorner.fbx" -dest_files=["res://.godot/imported/stairsCorner.fbx-490cf7a282c55a2c1bf8a7027e76011f.scn"] +dest_files=["res://godot/imported/stairsCorner.fbx-490cf7a282c55a2c1bf8a7027e76011f.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/stairsOpen.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/stairsOpen.fbx.import index 946f9f7..674b67a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/stairsOpen.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/stairsOpen.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://jphyh5031qnj" -path="res://.godot/imported/stairsOpen.fbx-5cb8b9c58c9898aa04caf8e56da02d60.scn" +path="res://godot/imported/stairsOpen.fbx-5cb8b9c58c9898aa04caf8e56da02d60.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/stairsOpen.fbx" -dest_files=["res://.godot/imported/stairsOpen.fbx-5cb8b9c58c9898aa04caf8e56da02d60.scn"] +dest_files=["res://godot/imported/stairsOpen.fbx-5cb8b9c58c9898aa04caf8e56da02d60.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/stairsOpenSingle.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/stairsOpenSingle.fbx.import index a3b55e7..426f2e5 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/stairsOpenSingle.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/stairsOpenSingle.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cfyrup4vfenw7" -path="res://.godot/imported/stairsOpenSingle.fbx-22cb8888580922640967948b4389f19e.scn" +path="res://godot/imported/stairsOpenSingle.fbx-22cb8888580922640967948b4389f19e.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/stairsOpenSingle.fbx" -dest_files=["res://.godot/imported/stairsOpenSingle.fbx-22cb8888580922640967948b4389f19e.scn"] +dest_files=["res://godot/imported/stairsOpenSingle.fbx-22cb8888580922640967948b4389f19e.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/stoolBar.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/stoolBar.fbx.import index 6033a0e..5d72dbc 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/stoolBar.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/stoolBar.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dxsww6i34718l" -path="res://.godot/imported/stoolBar.fbx-2fa2f4e682371ecc6c58c7295128bd69.scn" +path="res://godot/imported/stoolBar.fbx-2fa2f4e682371ecc6c58c7295128bd69.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/stoolBar.fbx" -dest_files=["res://.godot/imported/stoolBar.fbx-2fa2f4e682371ecc6c58c7295128bd69.scn"] +dest_files=["res://godot/imported/stoolBar.fbx-2fa2f4e682371ecc6c58c7295128bd69.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/stoolBarSquare.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/stoolBarSquare.fbx.import index ec2e67f..683dd0b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/stoolBarSquare.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/stoolBarSquare.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dj4ug267rbdal" -path="res://.godot/imported/stoolBarSquare.fbx-90e99ac6b5c67d00eedd26dee9211db7.scn" +path="res://godot/imported/stoolBarSquare.fbx-90e99ac6b5c67d00eedd26dee9211db7.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/stoolBarSquare.fbx" -dest_files=["res://.godot/imported/stoolBarSquare.fbx-90e99ac6b5c67d00eedd26dee9211db7.scn"] +dest_files=["res://godot/imported/stoolBarSquare.fbx-90e99ac6b5c67d00eedd26dee9211db7.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/table.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/table.fbx.import index 5bd7df5..1457ee3 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/table.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/table.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bey6jdxl0ukh0" -path="res://.godot/imported/table.fbx-78f9cf8456084cd217a16b0721d957bf.scn" +path="res://godot/imported/table.fbx-78f9cf8456084cd217a16b0721d957bf.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/table.fbx" -dest_files=["res://.godot/imported/table.fbx-78f9cf8456084cd217a16b0721d957bf.scn"] +dest_files=["res://godot/imported/table.fbx-78f9cf8456084cd217a16b0721d957bf.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableCloth.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableCloth.fbx.import index 6570d6d..c657bd9 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableCloth.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableCloth.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bcx1koweolx6m" -path="res://.godot/imported/tableCloth.fbx-7322d2e7b072f0f53af82bc65d95b07d.scn" +path="res://godot/imported/tableCloth.fbx-7322d2e7b072f0f53af82bc65d95b07d.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/tableCloth.fbx" -dest_files=["res://.godot/imported/tableCloth.fbx-7322d2e7b072f0f53af82bc65d95b07d.scn"] +dest_files=["res://godot/imported/tableCloth.fbx-7322d2e7b072f0f53af82bc65d95b07d.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableCoffee.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableCoffee.fbx.import index 1d1fe77..44ece18 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableCoffee.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableCoffee.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bc84ejkvrvgaq" -path="res://.godot/imported/tableCoffee.fbx-d09622c18dbfb6c63551ec87144accfe.scn" +path="res://godot/imported/tableCoffee.fbx-d09622c18dbfb6c63551ec87144accfe.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/tableCoffee.fbx" -dest_files=["res://.godot/imported/tableCoffee.fbx-d09622c18dbfb6c63551ec87144accfe.scn"] +dest_files=["res://godot/imported/tableCoffee.fbx-d09622c18dbfb6c63551ec87144accfe.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableCoffeeGlass.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableCoffeeGlass.fbx.import index 34363eb..2874b72 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableCoffeeGlass.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableCoffeeGlass.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c4i2bhp47onn" -path="res://.godot/imported/tableCoffeeGlass.fbx-b233915b316389bfd9058965b7ac685c.scn" +path="res://godot/imported/tableCoffeeGlass.fbx-b233915b316389bfd9058965b7ac685c.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/tableCoffeeGlass.fbx" -dest_files=["res://.godot/imported/tableCoffeeGlass.fbx-b233915b316389bfd9058965b7ac685c.scn"] +dest_files=["res://godot/imported/tableCoffeeGlass.fbx-b233915b316389bfd9058965b7ac685c.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableCoffeeGlassSquare.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableCoffeeGlassSquare.fbx.import index bb8071e..b88a82b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableCoffeeGlassSquare.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableCoffeeGlassSquare.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ceds0a3fdq55p" -path="res://.godot/imported/tableCoffeeGlassSquare.fbx-c805f97b8d35d011aefd79b55bdf5cb4.scn" +path="res://godot/imported/tableCoffeeGlassSquare.fbx-c805f97b8d35d011aefd79b55bdf5cb4.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/tableCoffeeGlassSquare.fbx" -dest_files=["res://.godot/imported/tableCoffeeGlassSquare.fbx-c805f97b8d35d011aefd79b55bdf5cb4.scn"] +dest_files=["res://godot/imported/tableCoffeeGlassSquare.fbx-c805f97b8d35d011aefd79b55bdf5cb4.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableCoffeeSquare.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableCoffeeSquare.fbx.import index da7bb9b..4721921 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableCoffeeSquare.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableCoffeeSquare.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bgilne4k80i03" -path="res://.godot/imported/tableCoffeeSquare.fbx-d2e2d28ea00b3e45374623a949342bae.scn" +path="res://godot/imported/tableCoffeeSquare.fbx-d2e2d28ea00b3e45374623a949342bae.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/tableCoffeeSquare.fbx" -dest_files=["res://.godot/imported/tableCoffeeSquare.fbx-d2e2d28ea00b3e45374623a949342bae.scn"] +dest_files=["res://godot/imported/tableCoffeeSquare.fbx-d2e2d28ea00b3e45374623a949342bae.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableCross.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableCross.fbx.import index c557fae..eb76b2b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableCross.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableCross.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cf0t5qhefi1q0" -path="res://.godot/imported/tableCross.fbx-94d1637a52220630ce1fad48e2a4eae4.scn" +path="res://godot/imported/tableCross.fbx-94d1637a52220630ce1fad48e2a4eae4.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/tableCross.fbx" -dest_files=["res://.godot/imported/tableCross.fbx-94d1637a52220630ce1fad48e2a4eae4.scn"] +dest_files=["res://godot/imported/tableCross.fbx-94d1637a52220630ce1fad48e2a4eae4.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableCrossCloth.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableCrossCloth.fbx.import index b97ce29..a29e8ba 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableCrossCloth.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableCrossCloth.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://be1os05oh8wie" -path="res://.godot/imported/tableCrossCloth.fbx-9aab7b59e0718abf887df40b92e3d58b.scn" +path="res://godot/imported/tableCrossCloth.fbx-9aab7b59e0718abf887df40b92e3d58b.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/tableCrossCloth.fbx" -dest_files=["res://.godot/imported/tableCrossCloth.fbx-9aab7b59e0718abf887df40b92e3d58b.scn"] +dest_files=["res://godot/imported/tableCrossCloth.fbx-9aab7b59e0718abf887df40b92e3d58b.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableGlass.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableGlass.fbx.import index ddcf25c..e8127bc 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableGlass.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableGlass.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dsbmvfbhxe400" -path="res://.godot/imported/tableGlass.fbx-88aae2d9e68a987883537907ae3cfd22.scn" +path="res://godot/imported/tableGlass.fbx-88aae2d9e68a987883537907ae3cfd22.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/tableGlass.fbx" -dest_files=["res://.godot/imported/tableGlass.fbx-88aae2d9e68a987883537907ae3cfd22.scn"] +dest_files=["res://godot/imported/tableGlass.fbx-88aae2d9e68a987883537907ae3cfd22.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableRound.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableRound.fbx.import index 5784ab0..e634d05 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableRound.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/tableRound.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://btrbs8ppji860" -path="res://.godot/imported/tableRound.fbx-f07acd7fc99198bd70e72eccd082e25c.scn" +path="res://godot/imported/tableRound.fbx-f07acd7fc99198bd70e72eccd082e25c.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/tableRound.fbx" -dest_files=["res://.godot/imported/tableRound.fbx-f07acd7fc99198bd70e72eccd082e25c.scn"] +dest_files=["res://godot/imported/tableRound.fbx-f07acd7fc99198bd70e72eccd082e25c.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/televisionAntenna.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/televisionAntenna.fbx.import index 2973794..397a176 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/televisionAntenna.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/televisionAntenna.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dd5tlnpfnsnsj" -path="res://.godot/imported/televisionAntenna.fbx-21b75c0daac056ef1716bbc78db82d8d.scn" +path="res://godot/imported/televisionAntenna.fbx-21b75c0daac056ef1716bbc78db82d8d.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/televisionAntenna.fbx" -dest_files=["res://.godot/imported/televisionAntenna.fbx-21b75c0daac056ef1716bbc78db82d8d.scn"] +dest_files=["res://godot/imported/televisionAntenna.fbx-21b75c0daac056ef1716bbc78db82d8d.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/televisionModern.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/televisionModern.fbx.import index 45e5598..0bee48c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/televisionModern.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/televisionModern.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bkgfauqltd83r" -path="res://.godot/imported/televisionModern.fbx-e868a764bf75e4b1a7f2bfd66caf7175.scn" +path="res://godot/imported/televisionModern.fbx-e868a764bf75e4b1a7f2bfd66caf7175.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/televisionModern.fbx" -dest_files=["res://.godot/imported/televisionModern.fbx-e868a764bf75e4b1a7f2bfd66caf7175.scn"] +dest_files=["res://godot/imported/televisionModern.fbx-e868a764bf75e4b1a7f2bfd66caf7175.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/televisionVintage.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/televisionVintage.fbx.import index 2e0bc86..e139e09 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/televisionVintage.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/televisionVintage.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://drhryvptr5x4" -path="res://.godot/imported/televisionVintage.fbx-ddc80c7e514b7f08039eb7d34370de68.scn" +path="res://godot/imported/televisionVintage.fbx-ddc80c7e514b7f08039eb7d34370de68.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/televisionVintage.fbx" -dest_files=["res://.godot/imported/televisionVintage.fbx-ddc80c7e514b7f08039eb7d34370de68.scn"] +dest_files=["res://godot/imported/televisionVintage.fbx-ddc80c7e514b7f08039eb7d34370de68.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/toaster.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/toaster.fbx.import index 40f4aaf..8c471fd 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/toaster.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/toaster.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ct3aqkpbml7g0" -path="res://.godot/imported/toaster.fbx-5d49e584a582849e3916f772a994b27c.scn" +path="res://godot/imported/toaster.fbx-5d49e584a582849e3916f772a994b27c.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/toaster.fbx" -dest_files=["res://.godot/imported/toaster.fbx-5d49e584a582849e3916f772a994b27c.scn"] +dest_files=["res://godot/imported/toaster.fbx-5d49e584a582849e3916f772a994b27c.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/toilet.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/toilet.fbx.import index 70b7cad..a877619 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/toilet.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/toilet.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bj3al33biq56e" -path="res://.godot/imported/toilet.fbx-9207eeabfc9af570208f863c686665e5.scn" +path="res://godot/imported/toilet.fbx-9207eeabfc9af570208f863c686665e5.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/toilet.fbx" -dest_files=["res://.godot/imported/toilet.fbx-9207eeabfc9af570208f863c686665e5.scn"] +dest_files=["res://godot/imported/toilet.fbx-9207eeabfc9af570208f863c686665e5.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/toiletSquare.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/toiletSquare.fbx.import index 4e45869..9149238 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/toiletSquare.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/toiletSquare.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cr3oiq4k8n33a" -path="res://.godot/imported/toiletSquare.fbx-a50e77c6a3fa8e81b2d39a8dab6d13f4.scn" +path="res://godot/imported/toiletSquare.fbx-a50e77c6a3fa8e81b2d39a8dab6d13f4.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/toiletSquare.fbx" -dest_files=["res://.godot/imported/toiletSquare.fbx-a50e77c6a3fa8e81b2d39a8dab6d13f4.scn"] +dest_files=["res://godot/imported/toiletSquare.fbx-a50e77c6a3fa8e81b2d39a8dab6d13f4.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/trashcan.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/trashcan.fbx.import index 6a69d5b..3adbb8b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/trashcan.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/trashcan.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b6v46rkop80x5" -path="res://.godot/imported/trashcan.fbx-c29e1612dae594ff11c682cb8b9363bb.scn" +path="res://godot/imported/trashcan.fbx-c29e1612dae594ff11c682cb8b9363bb.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/trashcan.fbx" -dest_files=["res://.godot/imported/trashcan.fbx-c29e1612dae594ff11c682cb8b9363bb.scn"] +dest_files=["res://godot/imported/trashcan.fbx-c29e1612dae594ff11c682cb8b9363bb.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wall.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wall.fbx.import index 010f4a5..4458406 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wall.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wall.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cipihuf3qqy4o" -path="res://.godot/imported/wall.fbx-7b55b0c8e53e8fd2669b76fda1a708ef.scn" +path="res://godot/imported/wall.fbx-7b55b0c8e53e8fd2669b76fda1a708ef.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/wall.fbx" -dest_files=["res://.godot/imported/wall.fbx-7b55b0c8e53e8fd2669b76fda1a708ef.scn"] +dest_files=["res://godot/imported/wall.fbx-7b55b0c8e53e8fd2669b76fda1a708ef.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wallCorner.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wallCorner.fbx.import index 7ccc1ec..af5f198 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wallCorner.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wallCorner.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cbucnd43xn6j8" -path="res://.godot/imported/wallCorner.fbx-f8ca0583af4532afbb94a19a0695213b.scn" +path="res://godot/imported/wallCorner.fbx-f8ca0583af4532afbb94a19a0695213b.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/wallCorner.fbx" -dest_files=["res://.godot/imported/wallCorner.fbx-f8ca0583af4532afbb94a19a0695213b.scn"] +dest_files=["res://godot/imported/wallCorner.fbx-f8ca0583af4532afbb94a19a0695213b.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wallCornerRond.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wallCornerRond.fbx.import index 2086c8c..296b42a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wallCornerRond.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wallCornerRond.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ctl2kc14ej7vq" -path="res://.godot/imported/wallCornerRond.fbx-3665f4410dbfb6c1bc65785977f58484.scn" +path="res://godot/imported/wallCornerRond.fbx-3665f4410dbfb6c1bc65785977f58484.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/wallCornerRond.fbx" -dest_files=["res://.godot/imported/wallCornerRond.fbx-3665f4410dbfb6c1bc65785977f58484.scn"] +dest_files=["res://godot/imported/wallCornerRond.fbx-3665f4410dbfb6c1bc65785977f58484.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wallDoorway.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wallDoorway.fbx.import index f73d1fa..fbd6d2e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wallDoorway.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wallDoorway.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ciaiu7j2pvyhr" -path="res://.godot/imported/wallDoorway.fbx-89e5addfef9bd19dff2036b3755b8bee.scn" +path="res://godot/imported/wallDoorway.fbx-89e5addfef9bd19dff2036b3755b8bee.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/wallDoorway.fbx" -dest_files=["res://.godot/imported/wallDoorway.fbx-89e5addfef9bd19dff2036b3755b8bee.scn"] +dest_files=["res://godot/imported/wallDoorway.fbx-89e5addfef9bd19dff2036b3755b8bee.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wallDoorwayWide.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wallDoorwayWide.fbx.import index 5a62572..a30168f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wallDoorwayWide.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wallDoorwayWide.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bvv2ufwrm4b04" -path="res://.godot/imported/wallDoorwayWide.fbx-dd95e8e0a6d23646d9c409c82a61a4e1.scn" +path="res://godot/imported/wallDoorwayWide.fbx-dd95e8e0a6d23646d9c409c82a61a4e1.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/wallDoorwayWide.fbx" -dest_files=["res://.godot/imported/wallDoorwayWide.fbx-dd95e8e0a6d23646d9c409c82a61a4e1.scn"] +dest_files=["res://godot/imported/wallDoorwayWide.fbx-dd95e8e0a6d23646d9c409c82a61a4e1.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wallHalf.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wallHalf.fbx.import index 94b0f38..9b929fb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wallHalf.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wallHalf.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c6o3qowj0g3x7" -path="res://.godot/imported/wallHalf.fbx-1d7266acad62d0c91b81af7bb5003f54.scn" +path="res://godot/imported/wallHalf.fbx-1d7266acad62d0c91b81af7bb5003f54.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/wallHalf.fbx" -dest_files=["res://.godot/imported/wallHalf.fbx-1d7266acad62d0c91b81af7bb5003f54.scn"] +dest_files=["res://godot/imported/wallHalf.fbx-1d7266acad62d0c91b81af7bb5003f54.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wallWindow.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wallWindow.fbx.import index 3002b29..f1d24f7 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wallWindow.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wallWindow.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c83yfku26n7fu" -path="res://.godot/imported/wallWindow.fbx-fbb03947cee0760c2ed7dca167fc2da8.scn" +path="res://godot/imported/wallWindow.fbx-fbb03947cee0760c2ed7dca167fc2da8.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/wallWindow.fbx" -dest_files=["res://.godot/imported/wallWindow.fbx-fbb03947cee0760c2ed7dca167fc2da8.scn"] +dest_files=["res://godot/imported/wallWindow.fbx-fbb03947cee0760c2ed7dca167fc2da8.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wallWindowSlide.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wallWindowSlide.fbx.import index 4fb3eca..358ec51 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wallWindowSlide.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/wallWindowSlide.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cn4gidk6ebk05" -path="res://.godot/imported/wallWindowSlide.fbx-e55cad9a9079fee41395a3569b97c967.scn" +path="res://godot/imported/wallWindowSlide.fbx-e55cad9a9079fee41395a3569b97c967.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/wallWindowSlide.fbx" -dest_files=["res://.godot/imported/wallWindowSlide.fbx-e55cad9a9079fee41395a3569b97c967.scn"] +dest_files=["res://godot/imported/wallWindowSlide.fbx-e55cad9a9079fee41395a3569b97c967.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/washer.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/washer.fbx.import index cadeca1..32af211 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/washer.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/washer.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://5mp6xsn0spgg" -path="res://.godot/imported/washer.fbx-ecc52b1a73285e4d48e4722b4432adf2.scn" +path="res://godot/imported/washer.fbx-ecc52b1a73285e4d48e4722b4432adf2.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/washer.fbx" -dest_files=["res://.godot/imported/washer.fbx-ecc52b1a73285e4d48e4722b4432adf2.scn"] +dest_files=["res://godot/imported/washer.fbx-ecc52b1a73285e4d48e4722b4432adf2.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/washerDryerStacked.fbx.import b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/washerDryerStacked.fbx.import index ad8479b..c67e1d6 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/washerDryerStacked.fbx.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/FBX format/washerDryerStacked.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c6mh3cjwp75uk" -path="res://.godot/imported/washerDryerStacked.fbx-91631ad3e3139d662c10aab3042c8d43.scn" +path="res://godot/imported/washerDryerStacked.fbx-91631ad3e3139d662c10aab3042c8d43.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/FBX format/washerDryerStacked.fbx" -dest_files=["res://.godot/imported/washerDryerStacked.fbx-91631ad3e3139d662c10aab3042c8d43.scn"] +dest_files=["res://godot/imported/washerDryerStacked.fbx-91631ad3e3139d662c10aab3042c8d43.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bathroomCabinet.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bathroomCabinet.glb.import index d0742bf..fea5ac8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bathroomCabinet.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bathroomCabinet.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://duhb6a58dxfkt" -path="res://.godot/imported/bathroomCabinet.glb-20aaf7d1bd5ab058f7f099ee1329bb41.scn" +path="res://godot/imported/bathroomCabinet.glb-20aaf7d1bd5ab058f7f099ee1329bb41.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/bathroomCabinet.glb" -dest_files=["res://.godot/imported/bathroomCabinet.glb-20aaf7d1bd5ab058f7f099ee1329bb41.scn"] +dest_files=["res://godot/imported/bathroomCabinet.glb-20aaf7d1bd5ab058f7f099ee1329bb41.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bathroomCabinetDrawer.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bathroomCabinetDrawer.glb.import index 8b51133..7c9ec22 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bathroomCabinetDrawer.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bathroomCabinetDrawer.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ra1bo3yyofrv" -path="res://.godot/imported/bathroomCabinetDrawer.glb-1d15f3174b639b5f9b1516753007f10e.scn" +path="res://godot/imported/bathroomCabinetDrawer.glb-1d15f3174b639b5f9b1516753007f10e.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/bathroomCabinetDrawer.glb" -dest_files=["res://.godot/imported/bathroomCabinetDrawer.glb-1d15f3174b639b5f9b1516753007f10e.scn"] +dest_files=["res://godot/imported/bathroomCabinetDrawer.glb-1d15f3174b639b5f9b1516753007f10e.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bathroomMirror.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bathroomMirror.glb.import index cf43cc0..aa85c33 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bathroomMirror.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bathroomMirror.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://1xuv0nexmdds" -path="res://.godot/imported/bathroomMirror.glb-30bc0da64bd749cfa6eeb26c0745f739.scn" +path="res://godot/imported/bathroomMirror.glb-30bc0da64bd749cfa6eeb26c0745f739.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/bathroomMirror.glb" -dest_files=["res://.godot/imported/bathroomMirror.glb-30bc0da64bd749cfa6eeb26c0745f739.scn"] +dest_files=["res://godot/imported/bathroomMirror.glb-30bc0da64bd749cfa6eeb26c0745f739.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bathroomSink.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bathroomSink.glb.import index 0362962..dfb6185 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bathroomSink.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bathroomSink.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bwm1orn5pj5le" -path="res://.godot/imported/bathroomSink.glb-c8467c127fb183a4432ef63672adda9e.scn" +path="res://godot/imported/bathroomSink.glb-c8467c127fb183a4432ef63672adda9e.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/bathroomSink.glb" -dest_files=["res://.godot/imported/bathroomSink.glb-c8467c127fb183a4432ef63672adda9e.scn"] +dest_files=["res://godot/imported/bathroomSink.glb-c8467c127fb183a4432ef63672adda9e.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bathroomSinkSquare.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bathroomSinkSquare.glb.import index 1c85085..caa1aef 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bathroomSinkSquare.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bathroomSinkSquare.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://4n6sjaw3fnhl" -path="res://.godot/imported/bathroomSinkSquare.glb-374a52b01488b72d7a77e69e668fe21c.scn" +path="res://godot/imported/bathroomSinkSquare.glb-374a52b01488b72d7a77e69e668fe21c.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/bathroomSinkSquare.glb" -dest_files=["res://.godot/imported/bathroomSinkSquare.glb-374a52b01488b72d7a77e69e668fe21c.scn"] +dest_files=["res://godot/imported/bathroomSinkSquare.glb-374a52b01488b72d7a77e69e668fe21c.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bathtub.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bathtub.glb.import index c1d757b..c31f6b0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bathtub.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bathtub.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bkt2cnl5jen15" -path="res://.godot/imported/bathtub.glb-8d308c19f911b2a089025729f0ff3eb9.scn" +path="res://godot/imported/bathtub.glb-8d308c19f911b2a089025729f0ff3eb9.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/bathtub.glb" -dest_files=["res://.godot/imported/bathtub.glb-8d308c19f911b2a089025729f0ff3eb9.scn"] +dest_files=["res://godot/imported/bathtub.glb-8d308c19f911b2a089025729f0ff3eb9.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bear.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bear.glb.import index ca8a24d..77c64c4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bear.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bear.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dhwitcmqiepp" -path="res://.godot/imported/bear.glb-164ae5dffa9683124406fb52cf93adc8.scn" +path="res://godot/imported/bear.glb-164ae5dffa9683124406fb52cf93adc8.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/bear.glb" -dest_files=["res://.godot/imported/bear.glb-164ae5dffa9683124406fb52cf93adc8.scn"] +dest_files=["res://godot/imported/bear.glb-164ae5dffa9683124406fb52cf93adc8.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bedBunk.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bedBunk.glb.import index 13d4fa2..a39d3bb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bedBunk.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bedBunk.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://4tdwwwc0dbgs" -path="res://.godot/imported/bedBunk.glb-daf11616c05813df442f796ce27b7f1a.scn" +path="res://godot/imported/bedBunk.glb-daf11616c05813df442f796ce27b7f1a.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/bedBunk.glb" -dest_files=["res://.godot/imported/bedBunk.glb-daf11616c05813df442f796ce27b7f1a.scn"] +dest_files=["res://godot/imported/bedBunk.glb-daf11616c05813df442f796ce27b7f1a.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bedDouble.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bedDouble.glb.import index 57e0d9c..bf2ad87 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bedDouble.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bedDouble.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cxe7nsp448hp0" -path="res://.godot/imported/bedDouble.glb-2d023d257f51acd5847804f06d526f7f.scn" +path="res://godot/imported/bedDouble.glb-2d023d257f51acd5847804f06d526f7f.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/bedDouble.glb" -dest_files=["res://.godot/imported/bedDouble.glb-2d023d257f51acd5847804f06d526f7f.scn"] +dest_files=["res://godot/imported/bedDouble.glb-2d023d257f51acd5847804f06d526f7f.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bedSingle.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bedSingle.glb.import index 05f7715..2e54dc4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bedSingle.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bedSingle.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://3fsabfbd630n" -path="res://.godot/imported/bedSingle.glb-95e135c35e1f5cad5d3d8898974d7319.scn" +path="res://godot/imported/bedSingle.glb-95e135c35e1f5cad5d3d8898974d7319.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/bedSingle.glb" -dest_files=["res://.godot/imported/bedSingle.glb-95e135c35e1f5cad5d3d8898974d7319.scn"] +dest_files=["res://godot/imported/bedSingle.glb-95e135c35e1f5cad5d3d8898974d7319.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bench.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bench.glb.import index bf276be..4768481 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bench.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bench.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b1dvnifw6ylpw" -path="res://.godot/imported/bench.glb-40bb7d055849c2313a777e48a2acdebc.scn" +path="res://godot/imported/bench.glb-40bb7d055849c2313a777e48a2acdebc.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/bench.glb" -dest_files=["res://.godot/imported/bench.glb-40bb7d055849c2313a777e48a2acdebc.scn"] +dest_files=["res://godot/imported/bench.glb-40bb7d055849c2313a777e48a2acdebc.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/benchCushion.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/benchCushion.glb.import index 757e364..0bc0527 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/benchCushion.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/benchCushion.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bpoxtso7g3vt4" -path="res://.godot/imported/benchCushion.glb-4b543fbcc6e895d2c213819278261d0e.scn" +path="res://godot/imported/benchCushion.glb-4b543fbcc6e895d2c213819278261d0e.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/benchCushion.glb" -dest_files=["res://.godot/imported/benchCushion.glb-4b543fbcc6e895d2c213819278261d0e.scn"] +dest_files=["res://godot/imported/benchCushion.glb-4b543fbcc6e895d2c213819278261d0e.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/benchCushionLow.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/benchCushionLow.glb.import index 102e2bf..b190bde 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/benchCushionLow.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/benchCushionLow.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b5ocys5w64pmv" -path="res://.godot/imported/benchCushionLow.glb-0d5c75031bc3f38312b7200c38a3eb9c.scn" +path="res://godot/imported/benchCushionLow.glb-0d5c75031bc3f38312b7200c38a3eb9c.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/benchCushionLow.glb" -dest_files=["res://.godot/imported/benchCushionLow.glb-0d5c75031bc3f38312b7200c38a3eb9c.scn"] +dest_files=["res://godot/imported/benchCushionLow.glb-0d5c75031bc3f38312b7200c38a3eb9c.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bookcaseClosed.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bookcaseClosed.glb.import index 2818946..892d143 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bookcaseClosed.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bookcaseClosed.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://qx6v1u2rbqrs" -path="res://.godot/imported/bookcaseClosed.glb-56ee86d5d85ebe6601226cc4a8399cdf.scn" +path="res://godot/imported/bookcaseClosed.glb-56ee86d5d85ebe6601226cc4a8399cdf.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/bookcaseClosed.glb" -dest_files=["res://.godot/imported/bookcaseClosed.glb-56ee86d5d85ebe6601226cc4a8399cdf.scn"] +dest_files=["res://godot/imported/bookcaseClosed.glb-56ee86d5d85ebe6601226cc4a8399cdf.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bookcaseClosedDoors.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bookcaseClosedDoors.glb.import index a5f91e1..613276e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bookcaseClosedDoors.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bookcaseClosedDoors.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dxvrba16twcwi" -path="res://.godot/imported/bookcaseClosedDoors.glb-e6671ace2fd8e786e4e7b1e52b82858e.scn" +path="res://godot/imported/bookcaseClosedDoors.glb-e6671ace2fd8e786e4e7b1e52b82858e.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/bookcaseClosedDoors.glb" -dest_files=["res://.godot/imported/bookcaseClosedDoors.glb-e6671ace2fd8e786e4e7b1e52b82858e.scn"] +dest_files=["res://godot/imported/bookcaseClosedDoors.glb-e6671ace2fd8e786e4e7b1e52b82858e.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bookcaseClosedWide.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bookcaseClosedWide.glb.import index bf0fc74..b2f1689 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bookcaseClosedWide.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bookcaseClosedWide.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bef4fjl0xl8o6" -path="res://.godot/imported/bookcaseClosedWide.glb-cb1a9dceba4ac7d2fe14e4fa532b79b3.scn" +path="res://godot/imported/bookcaseClosedWide.glb-cb1a9dceba4ac7d2fe14e4fa532b79b3.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/bookcaseClosedWide.glb" -dest_files=["res://.godot/imported/bookcaseClosedWide.glb-cb1a9dceba4ac7d2fe14e4fa532b79b3.scn"] +dest_files=["res://godot/imported/bookcaseClosedWide.glb-cb1a9dceba4ac7d2fe14e4fa532b79b3.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bookcaseOpen.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bookcaseOpen.glb.import index f8f0785..213078f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bookcaseOpen.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bookcaseOpen.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b3akwt7qnyv5a" -path="res://.godot/imported/bookcaseOpen.glb-8d4367cbbab1a1d11243d2278d2543ee.scn" +path="res://godot/imported/bookcaseOpen.glb-8d4367cbbab1a1d11243d2278d2543ee.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/bookcaseOpen.glb" -dest_files=["res://.godot/imported/bookcaseOpen.glb-8d4367cbbab1a1d11243d2278d2543ee.scn"] +dest_files=["res://godot/imported/bookcaseOpen.glb-8d4367cbbab1a1d11243d2278d2543ee.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bookcaseOpenLow.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bookcaseOpenLow.glb.import index 552962f..27e0b01 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bookcaseOpenLow.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/bookcaseOpenLow.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cvh17qse6fv6l" -path="res://.godot/imported/bookcaseOpenLow.glb-6416e251011b89fdb211cbd85f8901dc.scn" +path="res://godot/imported/bookcaseOpenLow.glb-6416e251011b89fdb211cbd85f8901dc.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/bookcaseOpenLow.glb" -dest_files=["res://.godot/imported/bookcaseOpenLow.glb-6416e251011b89fdb211cbd85f8901dc.scn"] +dest_files=["res://godot/imported/bookcaseOpenLow.glb-6416e251011b89fdb211cbd85f8901dc.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/books.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/books.glb.import index e46e2e5..6dd12a0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/books.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/books.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cs0mtevv1vngi" -path="res://.godot/imported/books.glb-7988238a6b9e3e5b8c683a6dcd479ac2.scn" +path="res://godot/imported/books.glb-7988238a6b9e3e5b8c683a6dcd479ac2.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/books.glb" -dest_files=["res://.godot/imported/books.glb-7988238a6b9e3e5b8c683a6dcd479ac2.scn"] +dest_files=["res://godot/imported/books.glb-7988238a6b9e3e5b8c683a6dcd479ac2.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/cabinetBed.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/cabinetBed.glb.import index 74a24dc..f876142 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/cabinetBed.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/cabinetBed.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b2tb5yomr68gj" -path="res://.godot/imported/cabinetBed.glb-679041d815af0addf95f35c2222a3476.scn" +path="res://godot/imported/cabinetBed.glb-679041d815af0addf95f35c2222a3476.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/cabinetBed.glb" -dest_files=["res://.godot/imported/cabinetBed.glb-679041d815af0addf95f35c2222a3476.scn"] +dest_files=["res://godot/imported/cabinetBed.glb-679041d815af0addf95f35c2222a3476.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/cabinetBedDrawer.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/cabinetBedDrawer.glb.import index ccb609f..029cb56 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/cabinetBedDrawer.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/cabinetBedDrawer.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://j7i8g6k4a8bt" -path="res://.godot/imported/cabinetBedDrawer.glb-8d9a67134e6984a6e1319ff616cc937b.scn" +path="res://godot/imported/cabinetBedDrawer.glb-8d9a67134e6984a6e1319ff616cc937b.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/cabinetBedDrawer.glb" -dest_files=["res://.godot/imported/cabinetBedDrawer.glb-8d9a67134e6984a6e1319ff616cc937b.scn"] +dest_files=["res://godot/imported/cabinetBedDrawer.glb-8d9a67134e6984a6e1319ff616cc937b.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/cabinetBedDrawerTable.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/cabinetBedDrawerTable.glb.import index 046ada3..4264607 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/cabinetBedDrawerTable.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/cabinetBedDrawerTable.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cwpioe58i0bjk" -path="res://.godot/imported/cabinetBedDrawerTable.glb-4ed7992e96c2ba8b94784461af653b15.scn" +path="res://godot/imported/cabinetBedDrawerTable.glb-4ed7992e96c2ba8b94784461af653b15.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/cabinetBedDrawerTable.glb" -dest_files=["res://.godot/imported/cabinetBedDrawerTable.glb-4ed7992e96c2ba8b94784461af653b15.scn"] +dest_files=["res://godot/imported/cabinetBedDrawerTable.glb-4ed7992e96c2ba8b94784461af653b15.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/cabinetTelevision.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/cabinetTelevision.glb.import index 61df486..53f06f9 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/cabinetTelevision.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/cabinetTelevision.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bw56yp56tyv6g" -path="res://.godot/imported/cabinetTelevision.glb-d2877cf49fc12e07b82a163d55267476.scn" +path="res://godot/imported/cabinetTelevision.glb-d2877cf49fc12e07b82a163d55267476.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/cabinetTelevision.glb" -dest_files=["res://.godot/imported/cabinetTelevision.glb-d2877cf49fc12e07b82a163d55267476.scn"] +dest_files=["res://godot/imported/cabinetTelevision.glb-d2877cf49fc12e07b82a163d55267476.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/cabinetTelevisionDoors.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/cabinetTelevisionDoors.glb.import index f64a458..6397400 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/cabinetTelevisionDoors.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/cabinetTelevisionDoors.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bhfisjujl8mli" -path="res://.godot/imported/cabinetTelevisionDoors.glb-5fc32d86960473ed7c38dd6913fb8de7.scn" +path="res://godot/imported/cabinetTelevisionDoors.glb-5fc32d86960473ed7c38dd6913fb8de7.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/cabinetTelevisionDoors.glb" -dest_files=["res://.godot/imported/cabinetTelevisionDoors.glb-5fc32d86960473ed7c38dd6913fb8de7.scn"] +dest_files=["res://godot/imported/cabinetTelevisionDoors.glb-5fc32d86960473ed7c38dd6913fb8de7.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/cardboardBoxClosed.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/cardboardBoxClosed.glb.import index 26cfe76..efad806 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/cardboardBoxClosed.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/cardboardBoxClosed.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dfghujseojjfj" -path="res://.godot/imported/cardboardBoxClosed.glb-e3a709b67aebb8142a34bda748efa22c.scn" +path="res://godot/imported/cardboardBoxClosed.glb-e3a709b67aebb8142a34bda748efa22c.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/cardboardBoxClosed.glb" -dest_files=["res://.godot/imported/cardboardBoxClosed.glb-e3a709b67aebb8142a34bda748efa22c.scn"] +dest_files=["res://godot/imported/cardboardBoxClosed.glb-e3a709b67aebb8142a34bda748efa22c.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/cardboardBoxOpen.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/cardboardBoxOpen.glb.import index ea1a059..af3446d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/cardboardBoxOpen.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/cardboardBoxOpen.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cxdc51f0hxy2t" -path="res://.godot/imported/cardboardBoxOpen.glb-4a8c36dfeee57bbf3d3e84b93c5577e4.scn" +path="res://godot/imported/cardboardBoxOpen.glb-4a8c36dfeee57bbf3d3e84b93c5577e4.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/cardboardBoxOpen.glb" -dest_files=["res://.godot/imported/cardboardBoxOpen.glb-4a8c36dfeee57bbf3d3e84b93c5577e4.scn"] +dest_files=["res://godot/imported/cardboardBoxOpen.glb-4a8c36dfeee57bbf3d3e84b93c5577e4.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/ceilingFan.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/ceilingFan.glb.import index 2c08c4f..7293850 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/ceilingFan.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/ceilingFan.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bql07tybv2vb1" -path="res://.godot/imported/ceilingFan.glb-36b00f14787ebe99992c2657fb3360f8.scn" +path="res://godot/imported/ceilingFan.glb-36b00f14787ebe99992c2657fb3360f8.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/ceilingFan.glb" -dest_files=["res://.godot/imported/ceilingFan.glb-36b00f14787ebe99992c2657fb3360f8.scn"] +dest_files=["res://godot/imported/ceilingFan.glb-36b00f14787ebe99992c2657fb3360f8.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/chair.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/chair.glb.import index b95c81e..235693e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/chair.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/chair.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c5verbfp5hmk0" -path="res://.godot/imported/chair.glb-5a5f11be344d742531d4f0a490438742.scn" +path="res://godot/imported/chair.glb-5a5f11be344d742531d4f0a490438742.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/chair.glb" -dest_files=["res://.godot/imported/chair.glb-5a5f11be344d742531d4f0a490438742.scn"] +dest_files=["res://godot/imported/chair.glb-5a5f11be344d742531d4f0a490438742.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/chairCushion.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/chairCushion.glb.import index 89f6e86..c70a7f3 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/chairCushion.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/chairCushion.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dmbx76l66efke" -path="res://.godot/imported/chairCushion.glb-88e9a2d9a11391d43dea286b5863deb6.scn" +path="res://godot/imported/chairCushion.glb-88e9a2d9a11391d43dea286b5863deb6.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/chairCushion.glb" -dest_files=["res://.godot/imported/chairCushion.glb-88e9a2d9a11391d43dea286b5863deb6.scn"] +dest_files=["res://godot/imported/chairCushion.glb-88e9a2d9a11391d43dea286b5863deb6.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/chairDesk.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/chairDesk.glb.import index 866d6fd..eafafd7 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/chairDesk.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/chairDesk.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://p4s86fhr24b" -path="res://.godot/imported/chairDesk.glb-829165b3556fc1ddd9e59b444fba27a0.scn" +path="res://godot/imported/chairDesk.glb-829165b3556fc1ddd9e59b444fba27a0.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/chairDesk.glb" -dest_files=["res://.godot/imported/chairDesk.glb-829165b3556fc1ddd9e59b444fba27a0.scn"] +dest_files=["res://godot/imported/chairDesk.glb-829165b3556fc1ddd9e59b444fba27a0.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/chairModernCushion.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/chairModernCushion.glb.import index 817043f..7b7f890 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/chairModernCushion.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/chairModernCushion.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://qruche8q85pn" -path="res://.godot/imported/chairModernCushion.glb-88c042f358ccadd2177e95b280f1ba1e.scn" +path="res://godot/imported/chairModernCushion.glb-88c042f358ccadd2177e95b280f1ba1e.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/chairModernCushion.glb" -dest_files=["res://.godot/imported/chairModernCushion.glb-88c042f358ccadd2177e95b280f1ba1e.scn"] +dest_files=["res://godot/imported/chairModernCushion.glb-88c042f358ccadd2177e95b280f1ba1e.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/chairModernFrameCushion.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/chairModernFrameCushion.glb.import index fa3542a..0d917ca 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/chairModernFrameCushion.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/chairModernFrameCushion.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://clf1ontb8ohwm" -path="res://.godot/imported/chairModernFrameCushion.glb-5493346171de437d2d4674e720f97d68.scn" +path="res://godot/imported/chairModernFrameCushion.glb-5493346171de437d2d4674e720f97d68.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/chairModernFrameCushion.glb" -dest_files=["res://.godot/imported/chairModernFrameCushion.glb-5493346171de437d2d4674e720f97d68.scn"] +dest_files=["res://godot/imported/chairModernFrameCushion.glb-5493346171de437d2d4674e720f97d68.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/chairRounded.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/chairRounded.glb.import index 236f99f..c591338 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/chairRounded.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/chairRounded.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ujx8pmwcnhvy" -path="res://.godot/imported/chairRounded.glb-c439952aa8109bc361c42e89b1560930.scn" +path="res://godot/imported/chairRounded.glb-c439952aa8109bc361c42e89b1560930.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/chairRounded.glb" -dest_files=["res://.godot/imported/chairRounded.glb-c439952aa8109bc361c42e89b1560930.scn"] +dest_files=["res://godot/imported/chairRounded.glb-c439952aa8109bc361c42e89b1560930.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/coatRack.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/coatRack.glb.import index f6fe205..9a088a2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/coatRack.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/coatRack.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cf7h1ias2lb22" -path="res://.godot/imported/coatRack.glb-8187bdfb4629c903161a5d5d3ade7914.scn" +path="res://godot/imported/coatRack.glb-8187bdfb4629c903161a5d5d3ade7914.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/coatRack.glb" -dest_files=["res://.godot/imported/coatRack.glb-8187bdfb4629c903161a5d5d3ade7914.scn"] +dest_files=["res://godot/imported/coatRack.glb-8187bdfb4629c903161a5d5d3ade7914.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/coatRackStanding.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/coatRackStanding.glb.import index c9793ba..c0a1335 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/coatRackStanding.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/coatRackStanding.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://d32yp4poplgag" -path="res://.godot/imported/coatRackStanding.glb-25bbe00cf708ccfc74a890bb21c16392.scn" +path="res://godot/imported/coatRackStanding.glb-25bbe00cf708ccfc74a890bb21c16392.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/coatRackStanding.glb" -dest_files=["res://.godot/imported/coatRackStanding.glb-25bbe00cf708ccfc74a890bb21c16392.scn"] +dest_files=["res://godot/imported/coatRackStanding.glb-25bbe00cf708ccfc74a890bb21c16392.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/computerKeyboard.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/computerKeyboard.glb.import index d0a0bf4..d23e3ce 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/computerKeyboard.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/computerKeyboard.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bqgcxk1ux4fvq" -path="res://.godot/imported/computerKeyboard.glb-1a5b4ab6315c4d3e2101332e8edac74d.scn" +path="res://godot/imported/computerKeyboard.glb-1a5b4ab6315c4d3e2101332e8edac74d.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/computerKeyboard.glb" -dest_files=["res://.godot/imported/computerKeyboard.glb-1a5b4ab6315c4d3e2101332e8edac74d.scn"] +dest_files=["res://godot/imported/computerKeyboard.glb-1a5b4ab6315c4d3e2101332e8edac74d.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/computerMouse.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/computerMouse.glb.import index 5ed7e5e..940fd6e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/computerMouse.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/computerMouse.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cbp2oxcchlg78" -path="res://.godot/imported/computerMouse.glb-0f2003799dbbffb79f7ef5106c502f84.scn" +path="res://godot/imported/computerMouse.glb-0f2003799dbbffb79f7ef5106c502f84.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/computerMouse.glb" -dest_files=["res://.godot/imported/computerMouse.glb-0f2003799dbbffb79f7ef5106c502f84.scn"] +dest_files=["res://godot/imported/computerMouse.glb-0f2003799dbbffb79f7ef5106c502f84.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/computerScreen.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/computerScreen.glb.import index 69266f3..c3f1d19 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/computerScreen.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/computerScreen.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c1srxuhyfhsm2" -path="res://.godot/imported/computerScreen.glb-ed0656d849fec07db9a00bef419c1b33.scn" +path="res://godot/imported/computerScreen.glb-ed0656d849fec07db9a00bef419c1b33.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/computerScreen.glb" -dest_files=["res://.godot/imported/computerScreen.glb-ed0656d849fec07db9a00bef419c1b33.scn"] +dest_files=["res://godot/imported/computerScreen.glb-ed0656d849fec07db9a00bef419c1b33.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/desk.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/desk.glb.import index 3593494..3da2e68 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/desk.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/desk.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cfpf351o80via" -path="res://.godot/imported/desk.glb-6f71c68d639a81ad47aa6175a5d829aa.scn" +path="res://godot/imported/desk.glb-6f71c68d639a81ad47aa6175a5d829aa.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/desk.glb" -dest_files=["res://.godot/imported/desk.glb-6f71c68d639a81ad47aa6175a5d829aa.scn"] +dest_files=["res://godot/imported/desk.glb-6f71c68d639a81ad47aa6175a5d829aa.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/deskCorner.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/deskCorner.glb.import index 3d45745..c3c7a0a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/deskCorner.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/deskCorner.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dkhstf48v8fs3" -path="res://.godot/imported/deskCorner.glb-97e8708a8d6060019d8f7a0cdca8c07b.scn" +path="res://godot/imported/deskCorner.glb-97e8708a8d6060019d8f7a0cdca8c07b.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/deskCorner.glb" -dest_files=["res://.godot/imported/deskCorner.glb-97e8708a8d6060019d8f7a0cdca8c07b.scn"] +dest_files=["res://godot/imported/deskCorner.glb-97e8708a8d6060019d8f7a0cdca8c07b.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/doorway.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/doorway.glb.import index 637b788..95e597c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/doorway.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/doorway.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bf7by4fnlsymj" -path="res://.godot/imported/doorway.glb-75073bfb16a01232347f2b19ad115c2a.scn" +path="res://godot/imported/doorway.glb-75073bfb16a01232347f2b19ad115c2a.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/doorway.glb" -dest_files=["res://.godot/imported/doorway.glb-75073bfb16a01232347f2b19ad115c2a.scn"] +dest_files=["res://godot/imported/doorway.glb-75073bfb16a01232347f2b19ad115c2a.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/doorwayFront.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/doorwayFront.glb.import index 774f738..028efd5 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/doorwayFront.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/doorwayFront.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dda8bish72uso" -path="res://.godot/imported/doorwayFront.glb-dd0c8c67e26fa1a0b919f39801002104.scn" +path="res://godot/imported/doorwayFront.glb-dd0c8c67e26fa1a0b919f39801002104.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/doorwayFront.glb" -dest_files=["res://.godot/imported/doorwayFront.glb-dd0c8c67e26fa1a0b919f39801002104.scn"] +dest_files=["res://godot/imported/doorwayFront.glb-dd0c8c67e26fa1a0b919f39801002104.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/doorwayOpen.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/doorwayOpen.glb.import index c42770c..83226ea 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/doorwayOpen.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/doorwayOpen.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cjj25g5lq7vei" -path="res://.godot/imported/doorwayOpen.glb-4cfedb68a40d79c023e819c6cba03178.scn" +path="res://godot/imported/doorwayOpen.glb-4cfedb68a40d79c023e819c6cba03178.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/doorwayOpen.glb" -dest_files=["res://.godot/imported/doorwayOpen.glb-4cfedb68a40d79c023e819c6cba03178.scn"] +dest_files=["res://godot/imported/doorwayOpen.glb-4cfedb68a40d79c023e819c6cba03178.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/dryer.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/dryer.glb.import index f4b08f8..1a3d1e2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/dryer.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/dryer.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dhsvvlbhbqfcj" -path="res://.godot/imported/dryer.glb-b8eca567a97a78965ac982b34ff0dc1c.scn" +path="res://godot/imported/dryer.glb-b8eca567a97a78965ac982b34ff0dc1c.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/dryer.glb" -dest_files=["res://.godot/imported/dryer.glb-b8eca567a97a78965ac982b34ff0dc1c.scn"] +dest_files=["res://godot/imported/dryer.glb-b8eca567a97a78965ac982b34ff0dc1c.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/floorCorner.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/floorCorner.glb.import index 2209080..272d5cb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/floorCorner.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/floorCorner.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c5etne4j4w7yh" -path="res://.godot/imported/floorCorner.glb-b369bb86a1aaba34000d5877f8ec7d40.scn" +path="res://godot/imported/floorCorner.glb-b369bb86a1aaba34000d5877f8ec7d40.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/floorCorner.glb" -dest_files=["res://.godot/imported/floorCorner.glb-b369bb86a1aaba34000d5877f8ec7d40.scn"] +dest_files=["res://godot/imported/floorCorner.glb-b369bb86a1aaba34000d5877f8ec7d40.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/floorCornerRound.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/floorCornerRound.glb.import index d1d9104..39292a2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/floorCornerRound.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/floorCornerRound.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bawnt3cuh35gm" -path="res://.godot/imported/floorCornerRound.glb-bcc4f38cec71ae1447b5ee39bc402561.scn" +path="res://godot/imported/floorCornerRound.glb-bcc4f38cec71ae1447b5ee39bc402561.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/floorCornerRound.glb" -dest_files=["res://.godot/imported/floorCornerRound.glb-bcc4f38cec71ae1447b5ee39bc402561.scn"] +dest_files=["res://godot/imported/floorCornerRound.glb-bcc4f38cec71ae1447b5ee39bc402561.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/floorFull.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/floorFull.glb.import index 90750be..2b9e427 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/floorFull.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/floorFull.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bkhqt5h78mvf8" -path="res://.godot/imported/floorFull.glb-317dd0535bb0949e633f900bb08cb7e5.scn" +path="res://godot/imported/floorFull.glb-317dd0535bb0949e633f900bb08cb7e5.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/floorFull.glb" -dest_files=["res://.godot/imported/floorFull.glb-317dd0535bb0949e633f900bb08cb7e5.scn"] +dest_files=["res://godot/imported/floorFull.glb-317dd0535bb0949e633f900bb08cb7e5.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/floorHalf.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/floorHalf.glb.import index efd8937..85fff15 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/floorHalf.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/floorHalf.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dy45owcvi60e" -path="res://.godot/imported/floorHalf.glb-cbc48761e083b8e11fe8366a72c222a0.scn" +path="res://godot/imported/floorHalf.glb-cbc48761e083b8e11fe8366a72c222a0.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/floorHalf.glb" -dest_files=["res://.godot/imported/floorHalf.glb-cbc48761e083b8e11fe8366a72c222a0.scn"] +dest_files=["res://godot/imported/floorHalf.glb-cbc48761e083b8e11fe8366a72c222a0.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/hoodLarge.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/hoodLarge.glb.import index b9bbc90..44d2e68 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/hoodLarge.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/hoodLarge.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://sca7cirjjtx7" -path="res://.godot/imported/hoodLarge.glb-7a1b5948b62225752bf06a8831f0909f.scn" +path="res://godot/imported/hoodLarge.glb-7a1b5948b62225752bf06a8831f0909f.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/hoodLarge.glb" -dest_files=["res://.godot/imported/hoodLarge.glb-7a1b5948b62225752bf06a8831f0909f.scn"] +dest_files=["res://godot/imported/hoodLarge.glb-7a1b5948b62225752bf06a8831f0909f.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/hoodModern.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/hoodModern.glb.import index 9c25c8c..91a9428 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/hoodModern.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/hoodModern.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ckbmo3ty5j1ph" -path="res://.godot/imported/hoodModern.glb-052c7f440d095879750ee510dae417b2.scn" +path="res://godot/imported/hoodModern.glb-052c7f440d095879750ee510dae417b2.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/hoodModern.glb" -dest_files=["res://.godot/imported/hoodModern.glb-052c7f440d095879750ee510dae417b2.scn"] +dest_files=["res://godot/imported/hoodModern.glb-052c7f440d095879750ee510dae417b2.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenBar.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenBar.glb.import index 76a8924..83d3e51 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenBar.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenBar.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://by8swq6xeu4pu" -path="res://.godot/imported/kitchenBar.glb-db84b7fd27942fcc6df6edec2dc47e91.scn" +path="res://godot/imported/kitchenBar.glb-db84b7fd27942fcc6df6edec2dc47e91.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenBar.glb" -dest_files=["res://.godot/imported/kitchenBar.glb-db84b7fd27942fcc6df6edec2dc47e91.scn"] +dest_files=["res://godot/imported/kitchenBar.glb-db84b7fd27942fcc6df6edec2dc47e91.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenBarEnd.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenBarEnd.glb.import index 3e54d0b..0d7da75 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenBarEnd.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenBarEnd.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://1cd7m62qocyc" -path="res://.godot/imported/kitchenBarEnd.glb-3f6ecc5f065497c75788c9b45ffce106.scn" +path="res://godot/imported/kitchenBarEnd.glb-3f6ecc5f065497c75788c9b45ffce106.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenBarEnd.glb" -dest_files=["res://.godot/imported/kitchenBarEnd.glb-3f6ecc5f065497c75788c9b45ffce106.scn"] +dest_files=["res://godot/imported/kitchenBarEnd.glb-3f6ecc5f065497c75788c9b45ffce106.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenBlender.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenBlender.glb.import index 10d4e1b..5ec11cb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenBlender.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenBlender.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dvfligae5vkny" -path="res://.godot/imported/kitchenBlender.glb-1d19e175f647b924bf48410c5034bc53.scn" +path="res://godot/imported/kitchenBlender.glb-1d19e175f647b924bf48410c5034bc53.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenBlender.glb" -dest_files=["res://.godot/imported/kitchenBlender.glb-1d19e175f647b924bf48410c5034bc53.scn"] +dest_files=["res://godot/imported/kitchenBlender.glb-1d19e175f647b924bf48410c5034bc53.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinet.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinet.glb.import index 6f0e6bd..24eac99 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinet.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinet.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://o481s4ih3vfa" -path="res://.godot/imported/kitchenCabinet.glb-c076b919417aa4aeff6f16cf80f22791.scn" +path="res://godot/imported/kitchenCabinet.glb-c076b919417aa4aeff6f16cf80f22791.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinet.glb" -dest_files=["res://.godot/imported/kitchenCabinet.glb-c076b919417aa4aeff6f16cf80f22791.scn"] +dest_files=["res://godot/imported/kitchenCabinet.glb-c076b919417aa4aeff6f16cf80f22791.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetCornerInner.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetCornerInner.glb.import index 8391456..562a1da 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetCornerInner.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetCornerInner.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bfbrhdpidonx2" -path="res://.godot/imported/kitchenCabinetCornerInner.glb-11ecf72d8b8bf5b3f69f1b9c93dc4b5e.scn" +path="res://godot/imported/kitchenCabinetCornerInner.glb-11ecf72d8b8bf5b3f69f1b9c93dc4b5e.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetCornerInner.glb" -dest_files=["res://.godot/imported/kitchenCabinetCornerInner.glb-11ecf72d8b8bf5b3f69f1b9c93dc4b5e.scn"] +dest_files=["res://godot/imported/kitchenCabinetCornerInner.glb-11ecf72d8b8bf5b3f69f1b9c93dc4b5e.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetCornerRound.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetCornerRound.glb.import index 490f98e..eb7ccbc 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetCornerRound.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetCornerRound.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://0fy2kmdg7ymw" -path="res://.godot/imported/kitchenCabinetCornerRound.glb-f7e92a59fd5a821a27daf3e8c66938b3.scn" +path="res://godot/imported/kitchenCabinetCornerRound.glb-f7e92a59fd5a821a27daf3e8c66938b3.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetCornerRound.glb" -dest_files=["res://.godot/imported/kitchenCabinetCornerRound.glb-f7e92a59fd5a821a27daf3e8c66938b3.scn"] +dest_files=["res://godot/imported/kitchenCabinetCornerRound.glb-f7e92a59fd5a821a27daf3e8c66938b3.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetDrawer.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetDrawer.glb.import index e5c957b..c68d5e2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetDrawer.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetDrawer.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ife1jci4uiaj" -path="res://.godot/imported/kitchenCabinetDrawer.glb-bc8d54d47b5eabf25f5dc397b6878cdc.scn" +path="res://godot/imported/kitchenCabinetDrawer.glb-bc8d54d47b5eabf25f5dc397b6878cdc.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetDrawer.glb" -dest_files=["res://.godot/imported/kitchenCabinetDrawer.glb-bc8d54d47b5eabf25f5dc397b6878cdc.scn"] +dest_files=["res://godot/imported/kitchenCabinetDrawer.glb-bc8d54d47b5eabf25f5dc397b6878cdc.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetUpper.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetUpper.glb.import index 0f70983..f16a50a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetUpper.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetUpper.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ddxll6b3qi662" -path="res://.godot/imported/kitchenCabinetUpper.glb-29967545fb45da372ec1b0f3322ac963.scn" +path="res://godot/imported/kitchenCabinetUpper.glb-29967545fb45da372ec1b0f3322ac963.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetUpper.glb" -dest_files=["res://.godot/imported/kitchenCabinetUpper.glb-29967545fb45da372ec1b0f3322ac963.scn"] +dest_files=["res://godot/imported/kitchenCabinetUpper.glb-29967545fb45da372ec1b0f3322ac963.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetUpperCorner.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetUpperCorner.glb.import index 3ff4fcf..9c973f3 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetUpperCorner.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetUpperCorner.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dvsvsopgir06h" -path="res://.godot/imported/kitchenCabinetUpperCorner.glb-51ab6ab75d6e09449f07a81bfc0abf1b.scn" +path="res://godot/imported/kitchenCabinetUpperCorner.glb-51ab6ab75d6e09449f07a81bfc0abf1b.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetUpperCorner.glb" -dest_files=["res://.godot/imported/kitchenCabinetUpperCorner.glb-51ab6ab75d6e09449f07a81bfc0abf1b.scn"] +dest_files=["res://godot/imported/kitchenCabinetUpperCorner.glb-51ab6ab75d6e09449f07a81bfc0abf1b.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetUpperDouble.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetUpperDouble.glb.import index 6d3a900..948aaad 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetUpperDouble.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetUpperDouble.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ccl3ft3y77va0" -path="res://.godot/imported/kitchenCabinetUpperDouble.glb-4157506751a49a8fa38a9b7f9b295f53.scn" +path="res://godot/imported/kitchenCabinetUpperDouble.glb-4157506751a49a8fa38a9b7f9b295f53.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetUpperDouble.glb" -dest_files=["res://.godot/imported/kitchenCabinetUpperDouble.glb-4157506751a49a8fa38a9b7f9b295f53.scn"] +dest_files=["res://godot/imported/kitchenCabinetUpperDouble.glb-4157506751a49a8fa38a9b7f9b295f53.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetUpperLow.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetUpperLow.glb.import index 5a53654..61ed6e0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetUpperLow.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetUpperLow.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dysy6amxywbvs" -path="res://.godot/imported/kitchenCabinetUpperLow.glb-25edb9e26e7dd3d6b4be9ce00237659b.scn" +path="res://godot/imported/kitchenCabinetUpperLow.glb-25edb9e26e7dd3d6b4be9ce00237659b.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCabinetUpperLow.glb" -dest_files=["res://.godot/imported/kitchenCabinetUpperLow.glb-25edb9e26e7dd3d6b4be9ce00237659b.scn"] +dest_files=["res://godot/imported/kitchenCabinetUpperLow.glb-25edb9e26e7dd3d6b4be9ce00237659b.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCoffeeMachine.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCoffeeMachine.glb.import index 1c6ea9c..a63080d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCoffeeMachine.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCoffeeMachine.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c8hqxmk8pff82" -path="res://.godot/imported/kitchenCoffeeMachine.glb-351c260448e18d95747f69f2cd2d2e9b.scn" +path="res://godot/imported/kitchenCoffeeMachine.glb-351c260448e18d95747f69f2cd2d2e9b.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenCoffeeMachine.glb" -dest_files=["res://.godot/imported/kitchenCoffeeMachine.glb-351c260448e18d95747f69f2cd2d2e9b.scn"] +dest_files=["res://godot/imported/kitchenCoffeeMachine.glb-351c260448e18d95747f69f2cd2d2e9b.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenFridge.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenFridge.glb.import index d58b24c..5716e3d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenFridge.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenFridge.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ddfyf0xiggcqc" -path="res://.godot/imported/kitchenFridge.glb-0efb8636d0639dddfd89779c1efa758a.scn" +path="res://godot/imported/kitchenFridge.glb-0efb8636d0639dddfd89779c1efa758a.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenFridge.glb" -dest_files=["res://.godot/imported/kitchenFridge.glb-0efb8636d0639dddfd89779c1efa758a.scn"] +dest_files=["res://godot/imported/kitchenFridge.glb-0efb8636d0639dddfd89779c1efa758a.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenFridgeBuiltIn.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenFridgeBuiltIn.glb.import index 896b419..348dc4a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenFridgeBuiltIn.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenFridgeBuiltIn.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://qigqys1xauq3" -path="res://.godot/imported/kitchenFridgeBuiltIn.glb-d91e6ff5a518ee7594a241cc161f26ff.scn" +path="res://godot/imported/kitchenFridgeBuiltIn.glb-d91e6ff5a518ee7594a241cc161f26ff.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenFridgeBuiltIn.glb" -dest_files=["res://.godot/imported/kitchenFridgeBuiltIn.glb-d91e6ff5a518ee7594a241cc161f26ff.scn"] +dest_files=["res://godot/imported/kitchenFridgeBuiltIn.glb-d91e6ff5a518ee7594a241cc161f26ff.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenFridgeLarge.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenFridgeLarge.glb.import index cca4a2d..81ab97a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenFridgeLarge.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenFridgeLarge.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b2c582ejrh215" -path="res://.godot/imported/kitchenFridgeLarge.glb-43304493d788511b01e7aeff28763822.scn" +path="res://godot/imported/kitchenFridgeLarge.glb-43304493d788511b01e7aeff28763822.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenFridgeLarge.glb" -dest_files=["res://.godot/imported/kitchenFridgeLarge.glb-43304493d788511b01e7aeff28763822.scn"] +dest_files=["res://godot/imported/kitchenFridgeLarge.glb-43304493d788511b01e7aeff28763822.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenFridgeSmall.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenFridgeSmall.glb.import index de62428..07bc422 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenFridgeSmall.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenFridgeSmall.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cvobfwkcmqn23" -path="res://.godot/imported/kitchenFridgeSmall.glb-20363f95b7bca8860a8119cbd9611d3c.scn" +path="res://godot/imported/kitchenFridgeSmall.glb-20363f95b7bca8860a8119cbd9611d3c.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenFridgeSmall.glb" -dest_files=["res://.godot/imported/kitchenFridgeSmall.glb-20363f95b7bca8860a8119cbd9611d3c.scn"] +dest_files=["res://godot/imported/kitchenFridgeSmall.glb-20363f95b7bca8860a8119cbd9611d3c.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenMicrowave.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenMicrowave.glb.import index b2bd228..53dd12a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenMicrowave.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenMicrowave.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bd7o1k64tbolj" -path="res://.godot/imported/kitchenMicrowave.glb-db16eb2247b755db877f3e35a499de1e.scn" +path="res://godot/imported/kitchenMicrowave.glb-db16eb2247b755db877f3e35a499de1e.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenMicrowave.glb" -dest_files=["res://.godot/imported/kitchenMicrowave.glb-db16eb2247b755db877f3e35a499de1e.scn"] +dest_files=["res://godot/imported/kitchenMicrowave.glb-db16eb2247b755db877f3e35a499de1e.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenSink.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenSink.glb.import index 8f25906..f02177a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenSink.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenSink.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cqlpf78tbr6is" -path="res://.godot/imported/kitchenSink.glb-b75f90d375ba00db41d4b80f0c062d58.scn" +path="res://godot/imported/kitchenSink.glb-b75f90d375ba00db41d4b80f0c062d58.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenSink.glb" -dest_files=["res://.godot/imported/kitchenSink.glb-b75f90d375ba00db41d4b80f0c062d58.scn"] +dest_files=["res://godot/imported/kitchenSink.glb-b75f90d375ba00db41d4b80f0c062d58.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenStove.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenStove.glb.import index 7f18a3e..9b029bb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenStove.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenStove.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://csue1bxnn618s" -path="res://.godot/imported/kitchenStove.glb-71a7bd4250c3cca222f44e1029ac54d8.scn" +path="res://godot/imported/kitchenStove.glb-71a7bd4250c3cca222f44e1029ac54d8.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenStove.glb" -dest_files=["res://.godot/imported/kitchenStove.glb-71a7bd4250c3cca222f44e1029ac54d8.scn"] +dest_files=["res://godot/imported/kitchenStove.glb-71a7bd4250c3cca222f44e1029ac54d8.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenStoveElectric.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenStoveElectric.glb.import index a3ff680..d7418aa 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenStoveElectric.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenStoveElectric.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://d1x0kkls3hapo" -path="res://.godot/imported/kitchenStoveElectric.glb-e63afc1356f28862fc7a5fc955e532ab.scn" +path="res://godot/imported/kitchenStoveElectric.glb-e63afc1356f28862fc7a5fc955e532ab.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/kitchenStoveElectric.glb" -dest_files=["res://.godot/imported/kitchenStoveElectric.glb-e63afc1356f28862fc7a5fc955e532ab.scn"] +dest_files=["res://godot/imported/kitchenStoveElectric.glb-e63afc1356f28862fc7a5fc955e532ab.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/lampRoundFloor.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/lampRoundFloor.glb.import index 98bc9ee..0aae309 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/lampRoundFloor.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/lampRoundFloor.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://vrnimusgor43" -path="res://.godot/imported/lampRoundFloor.glb-56ee75aa4c63f4cc3b6224154ee9cd33.scn" +path="res://godot/imported/lampRoundFloor.glb-56ee75aa4c63f4cc3b6224154ee9cd33.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/lampRoundFloor.glb" -dest_files=["res://.godot/imported/lampRoundFloor.glb-56ee75aa4c63f4cc3b6224154ee9cd33.scn"] +dest_files=["res://godot/imported/lampRoundFloor.glb-56ee75aa4c63f4cc3b6224154ee9cd33.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/lampRoundTable.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/lampRoundTable.glb.import index 4495fb7..26f1631 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/lampRoundTable.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/lampRoundTable.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bl5wd4mm1wtb7" -path="res://.godot/imported/lampRoundTable.glb-b628c9f39cbf54de9f05205ed3b76a4f.scn" +path="res://godot/imported/lampRoundTable.glb-b628c9f39cbf54de9f05205ed3b76a4f.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/lampRoundTable.glb" -dest_files=["res://.godot/imported/lampRoundTable.glb-b628c9f39cbf54de9f05205ed3b76a4f.scn"] +dest_files=["res://godot/imported/lampRoundTable.glb-b628c9f39cbf54de9f05205ed3b76a4f.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/lampSquareCeiling.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/lampSquareCeiling.glb.import index 74eacc5..67e6cc1 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/lampSquareCeiling.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/lampSquareCeiling.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c7816f4ap1cp1" -path="res://.godot/imported/lampSquareCeiling.glb-8c7889b0980819160e144c01a003035a.scn" +path="res://godot/imported/lampSquareCeiling.glb-8c7889b0980819160e144c01a003035a.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/lampSquareCeiling.glb" -dest_files=["res://.godot/imported/lampSquareCeiling.glb-8c7889b0980819160e144c01a003035a.scn"] +dest_files=["res://godot/imported/lampSquareCeiling.glb-8c7889b0980819160e144c01a003035a.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/lampSquareFloor.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/lampSquareFloor.glb.import index e5e7d37..a43cd4b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/lampSquareFloor.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/lampSquareFloor.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://df218qda8jayo" -path="res://.godot/imported/lampSquareFloor.glb-68be69b20b27607321a13bce4ca945fb.scn" +path="res://godot/imported/lampSquareFloor.glb-68be69b20b27607321a13bce4ca945fb.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/lampSquareFloor.glb" -dest_files=["res://.godot/imported/lampSquareFloor.glb-68be69b20b27607321a13bce4ca945fb.scn"] +dest_files=["res://godot/imported/lampSquareFloor.glb-68be69b20b27607321a13bce4ca945fb.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/lampSquareTable.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/lampSquareTable.glb.import index d6ba001..e50e6eb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/lampSquareTable.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/lampSquareTable.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://q4gm82bq1sp0" -path="res://.godot/imported/lampSquareTable.glb-214592010f560a90908d9b89d8ce2dcf.scn" +path="res://godot/imported/lampSquareTable.glb-214592010f560a90908d9b89d8ce2dcf.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/lampSquareTable.glb" -dest_files=["res://.godot/imported/lampSquareTable.glb-214592010f560a90908d9b89d8ce2dcf.scn"] +dest_files=["res://godot/imported/lampSquareTable.glb-214592010f560a90908d9b89d8ce2dcf.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/lampWall.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/lampWall.glb.import index 677e6cd..f16ac5f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/lampWall.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/lampWall.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://l6pbgbfv6i8r" -path="res://.godot/imported/lampWall.glb-4f1147385ec7407f210d19b165f3459e.scn" +path="res://godot/imported/lampWall.glb-4f1147385ec7407f210d19b165f3459e.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/lampWall.glb" -dest_files=["res://.godot/imported/lampWall.glb-4f1147385ec7407f210d19b165f3459e.scn"] +dest_files=["res://godot/imported/lampWall.glb-4f1147385ec7407f210d19b165f3459e.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/laptop.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/laptop.glb.import index 389d972..550fc2b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/laptop.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/laptop.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b8tm58iivhepn" -path="res://.godot/imported/laptop.glb-1cc25801992430566e7b152ec549e278.scn" +path="res://godot/imported/laptop.glb-1cc25801992430566e7b152ec549e278.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/laptop.glb" -dest_files=["res://.godot/imported/laptop.glb-1cc25801992430566e7b152ec549e278.scn"] +dest_files=["res://godot/imported/laptop.glb-1cc25801992430566e7b152ec549e278.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeChair.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeChair.glb.import index d2c1b49..fbe776b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeChair.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeChair.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ynpixs13gqdn" -path="res://.godot/imported/loungeChair.glb-828a1b8afea5b40f3ae27adb44742aaf.scn" +path="res://godot/imported/loungeChair.glb-828a1b8afea5b40f3ae27adb44742aaf.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/loungeChair.glb" -dest_files=["res://.godot/imported/loungeChair.glb-828a1b8afea5b40f3ae27adb44742aaf.scn"] +dest_files=["res://godot/imported/loungeChair.glb-828a1b8afea5b40f3ae27adb44742aaf.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeChairRelax.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeChairRelax.glb.import index 99ff2fa..3197fff 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeChairRelax.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeChairRelax.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bqui3kwbuwkh8" -path="res://.godot/imported/loungeChairRelax.glb-3e8f961bb54e851245789d2c0637fb44.scn" +path="res://godot/imported/loungeChairRelax.glb-3e8f961bb54e851245789d2c0637fb44.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/loungeChairRelax.glb" -dest_files=["res://.godot/imported/loungeChairRelax.glb-3e8f961bb54e851245789d2c0637fb44.scn"] +dest_files=["res://godot/imported/loungeChairRelax.glb-3e8f961bb54e851245789d2c0637fb44.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeDesignChair.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeDesignChair.glb.import index ea91eee..a0e8076 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeDesignChair.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeDesignChair.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://t4gikri8l3pv" -path="res://.godot/imported/loungeDesignChair.glb-b5acd44fdcefd1da285fc90ea8a63773.scn" +path="res://godot/imported/loungeDesignChair.glb-b5acd44fdcefd1da285fc90ea8a63773.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/loungeDesignChair.glb" -dest_files=["res://.godot/imported/loungeDesignChair.glb-b5acd44fdcefd1da285fc90ea8a63773.scn"] +dest_files=["res://godot/imported/loungeDesignChair.glb-b5acd44fdcefd1da285fc90ea8a63773.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeDesignSofa.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeDesignSofa.glb.import index 8cf2dc4..ffc3b7b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeDesignSofa.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeDesignSofa.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dm3xb675sb0vv" -path="res://.godot/imported/loungeDesignSofa.glb-fab02968514f822e8c11a81c682c66a6.scn" +path="res://godot/imported/loungeDesignSofa.glb-fab02968514f822e8c11a81c682c66a6.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/loungeDesignSofa.glb" -dest_files=["res://.godot/imported/loungeDesignSofa.glb-fab02968514f822e8c11a81c682c66a6.scn"] +dest_files=["res://godot/imported/loungeDesignSofa.glb-fab02968514f822e8c11a81c682c66a6.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeDesignSofaCorner.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeDesignSofaCorner.glb.import index 22d61e4..50ef312 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeDesignSofaCorner.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeDesignSofaCorner.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://im2lkvfrdc4t" -path="res://.godot/imported/loungeDesignSofaCorner.glb-16cd0bd4123678d2524231e868039ca9.scn" +path="res://godot/imported/loungeDesignSofaCorner.glb-16cd0bd4123678d2524231e868039ca9.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/loungeDesignSofaCorner.glb" -dest_files=["res://.godot/imported/loungeDesignSofaCorner.glb-16cd0bd4123678d2524231e868039ca9.scn"] +dest_files=["res://godot/imported/loungeDesignSofaCorner.glb-16cd0bd4123678d2524231e868039ca9.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeSofa.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeSofa.glb.import index 8af3cd7..751bfa7 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeSofa.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeSofa.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://mi5ws61ek0jr" -path="res://.godot/imported/loungeSofa.glb-b04e4c7fc5c18bed4dec03db9f8d053e.scn" +path="res://godot/imported/loungeSofa.glb-b04e4c7fc5c18bed4dec03db9f8d053e.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/loungeSofa.glb" -dest_files=["res://.godot/imported/loungeSofa.glb-b04e4c7fc5c18bed4dec03db9f8d053e.scn"] +dest_files=["res://godot/imported/loungeSofa.glb-b04e4c7fc5c18bed4dec03db9f8d053e.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeSofaCorner.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeSofaCorner.glb.import index 7979410..fe39b25 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeSofaCorner.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeSofaCorner.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bqivjt7n2f4k8" -path="res://.godot/imported/loungeSofaCorner.glb-c960a2c7b650098f1d29066371e9e611.scn" +path="res://godot/imported/loungeSofaCorner.glb-c960a2c7b650098f1d29066371e9e611.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/loungeSofaCorner.glb" -dest_files=["res://.godot/imported/loungeSofaCorner.glb-c960a2c7b650098f1d29066371e9e611.scn"] +dest_files=["res://godot/imported/loungeSofaCorner.glb-c960a2c7b650098f1d29066371e9e611.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeSofaLong.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeSofaLong.glb.import index 412ff5f..390d75a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeSofaLong.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeSofaLong.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bxf353grlwgwv" -path="res://.godot/imported/loungeSofaLong.glb-bd2660d1d1a038455d3ab20585dedd13.scn" +path="res://godot/imported/loungeSofaLong.glb-bd2660d1d1a038455d3ab20585dedd13.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/loungeSofaLong.glb" -dest_files=["res://.godot/imported/loungeSofaLong.glb-bd2660d1d1a038455d3ab20585dedd13.scn"] +dest_files=["res://godot/imported/loungeSofaLong.glb-bd2660d1d1a038455d3ab20585dedd13.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeSofaOttoman.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeSofaOttoman.glb.import index 6ff593e..cc2d660 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeSofaOttoman.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/loungeSofaOttoman.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dblrytcwi61g7" -path="res://.godot/imported/loungeSofaOttoman.glb-c713e815213550b98ab4247bf36f9ab6.scn" +path="res://godot/imported/loungeSofaOttoman.glb-c713e815213550b98ab4247bf36f9ab6.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/loungeSofaOttoman.glb" -dest_files=["res://.godot/imported/loungeSofaOttoman.glb-c713e815213550b98ab4247bf36f9ab6.scn"] +dest_files=["res://godot/imported/loungeSofaOttoman.glb-c713e815213550b98ab4247bf36f9ab6.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/paneling.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/paneling.glb.import index 64ebfee..1343354 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/paneling.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/paneling.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cdabh34sj5smj" -path="res://.godot/imported/paneling.glb-b878dccb441f807635297501b2487ef1.scn" +path="res://godot/imported/paneling.glb-b878dccb441f807635297501b2487ef1.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/paneling.glb" -dest_files=["res://.godot/imported/paneling.glb-b878dccb441f807635297501b2487ef1.scn"] +dest_files=["res://godot/imported/paneling.glb-b878dccb441f807635297501b2487ef1.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/pillow.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/pillow.glb.import index ce0b3ba..f97d661 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/pillow.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/pillow.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://deab6p71turg5" -path="res://.godot/imported/pillow.glb-eb45fa5485aa0e4aa21159e2f168c758.scn" +path="res://godot/imported/pillow.glb-eb45fa5485aa0e4aa21159e2f168c758.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/pillow.glb" -dest_files=["res://.godot/imported/pillow.glb-eb45fa5485aa0e4aa21159e2f168c758.scn"] +dest_files=["res://godot/imported/pillow.glb-eb45fa5485aa0e4aa21159e2f168c758.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/pillowBlue.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/pillowBlue.glb.import index 36788c1..a94317d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/pillowBlue.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/pillowBlue.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://x8eynp1eh1em" -path="res://.godot/imported/pillowBlue.glb-9c2faac3eb244205787d09665cb179c7.scn" +path="res://godot/imported/pillowBlue.glb-9c2faac3eb244205787d09665cb179c7.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/pillowBlue.glb" -dest_files=["res://.godot/imported/pillowBlue.glb-9c2faac3eb244205787d09665cb179c7.scn"] +dest_files=["res://godot/imported/pillowBlue.glb-9c2faac3eb244205787d09665cb179c7.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/pillowBlueLong.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/pillowBlueLong.glb.import index 0849245..f3d7b1c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/pillowBlueLong.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/pillowBlueLong.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bi0buwmk7mmc4" -path="res://.godot/imported/pillowBlueLong.glb-432c7d7c5b87591382a8aa963e9d0fc4.scn" +path="res://godot/imported/pillowBlueLong.glb-432c7d7c5b87591382a8aa963e9d0fc4.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/pillowBlueLong.glb" -dest_files=["res://.godot/imported/pillowBlueLong.glb-432c7d7c5b87591382a8aa963e9d0fc4.scn"] +dest_files=["res://godot/imported/pillowBlueLong.glb-432c7d7c5b87591382a8aa963e9d0fc4.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/pillowLong.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/pillowLong.glb.import index dc6b12a..fbb6e88 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/pillowLong.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/pillowLong.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://d124rrpapaa04" -path="res://.godot/imported/pillowLong.glb-691b39b49d84e3e567922e7891da6557.scn" +path="res://godot/imported/pillowLong.glb-691b39b49d84e3e567922e7891da6557.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/pillowLong.glb" -dest_files=["res://.godot/imported/pillowLong.glb-691b39b49d84e3e567922e7891da6557.scn"] +dest_files=["res://godot/imported/pillowLong.glb-691b39b49d84e3e567922e7891da6557.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/plantSmall1.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/plantSmall1.glb.import index 64e3d80..a1577fb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/plantSmall1.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/plantSmall1.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://1ru3kv4agqvw" -path="res://.godot/imported/plantSmall1.glb-f1028d0252090a67e1657f9e66536711.scn" +path="res://godot/imported/plantSmall1.glb-f1028d0252090a67e1657f9e66536711.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/plantSmall1.glb" -dest_files=["res://.godot/imported/plantSmall1.glb-f1028d0252090a67e1657f9e66536711.scn"] +dest_files=["res://godot/imported/plantSmall1.glb-f1028d0252090a67e1657f9e66536711.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/plantSmall2.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/plantSmall2.glb.import index 471250c..3bb23a6 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/plantSmall2.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/plantSmall2.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://d4hehgmfjyx72" -path="res://.godot/imported/plantSmall2.glb-98387ea502cf6e49654d31bdc6410447.scn" +path="res://godot/imported/plantSmall2.glb-98387ea502cf6e49654d31bdc6410447.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/plantSmall2.glb" -dest_files=["res://.godot/imported/plantSmall2.glb-98387ea502cf6e49654d31bdc6410447.scn"] +dest_files=["res://godot/imported/plantSmall2.glb-98387ea502cf6e49654d31bdc6410447.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/plantSmall3.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/plantSmall3.glb.import index 1e537f2..d38a29c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/plantSmall3.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/plantSmall3.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bbedr8qoy7hd7" -path="res://.godot/imported/plantSmall3.glb-31bc597c49243e29640c7e1869956a7e.scn" +path="res://godot/imported/plantSmall3.glb-31bc597c49243e29640c7e1869956a7e.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/plantSmall3.glb" -dest_files=["res://.godot/imported/plantSmall3.glb-31bc597c49243e29640c7e1869956a7e.scn"] +dest_files=["res://godot/imported/plantSmall3.glb-31bc597c49243e29640c7e1869956a7e.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/pottedPlant.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/pottedPlant.glb.import index 2e3a0cd..e06864b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/pottedPlant.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/pottedPlant.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b2diqf1knjpgf" -path="res://.godot/imported/pottedPlant.glb-b1f88e448ad46b614c73e7cc670e9f1d.scn" +path="res://godot/imported/pottedPlant.glb-b1f88e448ad46b614c73e7cc670e9f1d.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/pottedPlant.glb" -dest_files=["res://.godot/imported/pottedPlant.glb-b1f88e448ad46b614c73e7cc670e9f1d.scn"] +dest_files=["res://godot/imported/pottedPlant.glb-b1f88e448ad46b614c73e7cc670e9f1d.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/radio.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/radio.glb.import index f4bd540..25ee118 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/radio.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/radio.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://chdyakekn467s" -path="res://.godot/imported/radio.glb-a4bb1fc85c33170153bd97c6162d5fdf.scn" +path="res://godot/imported/radio.glb-a4bb1fc85c33170153bd97c6162d5fdf.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/radio.glb" -dest_files=["res://.godot/imported/radio.glb-a4bb1fc85c33170153bd97c6162d5fdf.scn"] +dest_files=["res://godot/imported/radio.glb-a4bb1fc85c33170153bd97c6162d5fdf.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/rugDoormat.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/rugDoormat.glb.import index db92b60..af87936 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/rugDoormat.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/rugDoormat.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dbfdu1qk7uqcx" -path="res://.godot/imported/rugDoormat.glb-818307069311ae7040563eaaf0768234.scn" +path="res://godot/imported/rugDoormat.glb-818307069311ae7040563eaaf0768234.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/rugDoormat.glb" -dest_files=["res://.godot/imported/rugDoormat.glb-818307069311ae7040563eaaf0768234.scn"] +dest_files=["res://godot/imported/rugDoormat.glb-818307069311ae7040563eaaf0768234.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/rugRectangle.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/rugRectangle.glb.import index 5173728..96b579d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/rugRectangle.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/rugRectangle.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dv57mquyeyexa" -path="res://.godot/imported/rugRectangle.glb-2961f9a86787b8c4363bce49561043fa.scn" +path="res://godot/imported/rugRectangle.glb-2961f9a86787b8c4363bce49561043fa.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/rugRectangle.glb" -dest_files=["res://.godot/imported/rugRectangle.glb-2961f9a86787b8c4363bce49561043fa.scn"] +dest_files=["res://godot/imported/rugRectangle.glb-2961f9a86787b8c4363bce49561043fa.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/rugRound.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/rugRound.glb.import index 9166c56..3bea5c7 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/rugRound.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/rugRound.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://gvosw8bk0jwh" -path="res://.godot/imported/rugRound.glb-a6f390bea5bf3abddd4fdb97dc8bfa64.scn" +path="res://godot/imported/rugRound.glb-a6f390bea5bf3abddd4fdb97dc8bfa64.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/rugRound.glb" -dest_files=["res://.godot/imported/rugRound.glb-a6f390bea5bf3abddd4fdb97dc8bfa64.scn"] +dest_files=["res://godot/imported/rugRound.glb-a6f390bea5bf3abddd4fdb97dc8bfa64.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/rugRounded.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/rugRounded.glb.import index 9b38392..922b815 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/rugRounded.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/rugRounded.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dw6u7sm4t5kod" -path="res://.godot/imported/rugRounded.glb-c1cc018803fae40fee2a1970f33cd550.scn" +path="res://godot/imported/rugRounded.glb-c1cc018803fae40fee2a1970f33cd550.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/rugRounded.glb" -dest_files=["res://.godot/imported/rugRounded.glb-c1cc018803fae40fee2a1970f33cd550.scn"] +dest_files=["res://godot/imported/rugRounded.glb-c1cc018803fae40fee2a1970f33cd550.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/rugSquare.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/rugSquare.glb.import index 5592587..bb62c87 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/rugSquare.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/rugSquare.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bl7bjrr8rh84f" -path="res://.godot/imported/rugSquare.glb-41e46136390b394a4a6c9598c3c3566e.scn" +path="res://godot/imported/rugSquare.glb-41e46136390b394a4a6c9598c3c3566e.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/rugSquare.glb" -dest_files=["res://.godot/imported/rugSquare.glb-41e46136390b394a4a6c9598c3c3566e.scn"] +dest_files=["res://godot/imported/rugSquare.glb-41e46136390b394a4a6c9598c3c3566e.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/shower.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/shower.glb.import index 8ae60cf..2ae587a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/shower.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/shower.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b6i1hs0pdtelx" -path="res://.godot/imported/shower.glb-790001c8c355ed5f462c387adbd61e1a.scn" +path="res://godot/imported/shower.glb-790001c8c355ed5f462c387adbd61e1a.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/shower.glb" -dest_files=["res://.godot/imported/shower.glb-790001c8c355ed5f462c387adbd61e1a.scn"] +dest_files=["res://godot/imported/shower.glb-790001c8c355ed5f462c387adbd61e1a.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/showerRound.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/showerRound.glb.import index 42373d6..6625355 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/showerRound.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/showerRound.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://7cq74jevi5ap" -path="res://.godot/imported/showerRound.glb-7ba0711657e62a6ed366cd2697e96bd9.scn" +path="res://godot/imported/showerRound.glb-7ba0711657e62a6ed366cd2697e96bd9.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/showerRound.glb" -dest_files=["res://.godot/imported/showerRound.glb-7ba0711657e62a6ed366cd2697e96bd9.scn"] +dest_files=["res://godot/imported/showerRound.glb-7ba0711657e62a6ed366cd2697e96bd9.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/sideTable.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/sideTable.glb.import index 0ef4be2..cc8eb00 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/sideTable.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/sideTable.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dyifejxuem0eh" -path="res://.godot/imported/sideTable.glb-725cd1054c1c24ed23dbdcd5d673627c.scn" +path="res://godot/imported/sideTable.glb-725cd1054c1c24ed23dbdcd5d673627c.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/sideTable.glb" -dest_files=["res://.godot/imported/sideTable.glb-725cd1054c1c24ed23dbdcd5d673627c.scn"] +dest_files=["res://godot/imported/sideTable.glb-725cd1054c1c24ed23dbdcd5d673627c.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/sideTableDrawers.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/sideTableDrawers.glb.import index e1a9fba..5cb8a55 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/sideTableDrawers.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/sideTableDrawers.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://de347fnh5s4yh" -path="res://.godot/imported/sideTableDrawers.glb-9a17508c87eee8fcbbe50b070326dcbc.scn" +path="res://godot/imported/sideTableDrawers.glb-9a17508c87eee8fcbbe50b070326dcbc.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/sideTableDrawers.glb" -dest_files=["res://.godot/imported/sideTableDrawers.glb-9a17508c87eee8fcbbe50b070326dcbc.scn"] +dest_files=["res://godot/imported/sideTableDrawers.glb-9a17508c87eee8fcbbe50b070326dcbc.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/speaker.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/speaker.glb.import index 640cd66..3efb1b1 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/speaker.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/speaker.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c5v5de4i8otfs" -path="res://.godot/imported/speaker.glb-942be2439860ee8c276be7e11ee361a5.scn" +path="res://godot/imported/speaker.glb-942be2439860ee8c276be7e11ee361a5.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/speaker.glb" -dest_files=["res://.godot/imported/speaker.glb-942be2439860ee8c276be7e11ee361a5.scn"] +dest_files=["res://godot/imported/speaker.glb-942be2439860ee8c276be7e11ee361a5.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/speakerSmall.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/speakerSmall.glb.import index 0168ae6..720e513 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/speakerSmall.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/speakerSmall.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ck8fqppnvnfw7" -path="res://.godot/imported/speakerSmall.glb-49deeda30526a4952da7dc9cdc6032a5.scn" +path="res://godot/imported/speakerSmall.glb-49deeda30526a4952da7dc9cdc6032a5.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/speakerSmall.glb" -dest_files=["res://.godot/imported/speakerSmall.glb-49deeda30526a4952da7dc9cdc6032a5.scn"] +dest_files=["res://godot/imported/speakerSmall.glb-49deeda30526a4952da7dc9cdc6032a5.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/stairs.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/stairs.glb.import index 0fbe745..ad660f8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/stairs.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/stairs.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://1rvwgsufyvbo" -path="res://.godot/imported/stairs.glb-930750f36f3f7b4ece9f9dc256d29f02.scn" +path="res://godot/imported/stairs.glb-930750f36f3f7b4ece9f9dc256d29f02.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/stairs.glb" -dest_files=["res://.godot/imported/stairs.glb-930750f36f3f7b4ece9f9dc256d29f02.scn"] +dest_files=["res://godot/imported/stairs.glb-930750f36f3f7b4ece9f9dc256d29f02.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/stairsCorner.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/stairsCorner.glb.import index bdf4ba5..90fe1d2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/stairsCorner.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/stairsCorner.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://34kfkkn5k27j" -path="res://.godot/imported/stairsCorner.glb-aa58eccee66518a823dc647467b4ecd2.scn" +path="res://godot/imported/stairsCorner.glb-aa58eccee66518a823dc647467b4ecd2.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/stairsCorner.glb" -dest_files=["res://.godot/imported/stairsCorner.glb-aa58eccee66518a823dc647467b4ecd2.scn"] +dest_files=["res://godot/imported/stairsCorner.glb-aa58eccee66518a823dc647467b4ecd2.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/stairsOpen.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/stairsOpen.glb.import index 29e010e..9dc71fd 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/stairsOpen.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/stairsOpen.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dv2n77ramxs5s" -path="res://.godot/imported/stairsOpen.glb-3086225b3ee0d02b0e00dd0005b39fe4.scn" +path="res://godot/imported/stairsOpen.glb-3086225b3ee0d02b0e00dd0005b39fe4.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/stairsOpen.glb" -dest_files=["res://.godot/imported/stairsOpen.glb-3086225b3ee0d02b0e00dd0005b39fe4.scn"] +dest_files=["res://godot/imported/stairsOpen.glb-3086225b3ee0d02b0e00dd0005b39fe4.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/stairsOpenSingle.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/stairsOpenSingle.glb.import index 7d70b4b..5f2702e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/stairsOpenSingle.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/stairsOpenSingle.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bvb3orjk2ol1f" -path="res://.godot/imported/stairsOpenSingle.glb-531ba097b18ce6f5149ab42e87c73e5f.scn" +path="res://godot/imported/stairsOpenSingle.glb-531ba097b18ce6f5149ab42e87c73e5f.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/stairsOpenSingle.glb" -dest_files=["res://.godot/imported/stairsOpenSingle.glb-531ba097b18ce6f5149ab42e87c73e5f.scn"] +dest_files=["res://godot/imported/stairsOpenSingle.glb-531ba097b18ce6f5149ab42e87c73e5f.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/stoolBar.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/stoolBar.glb.import index 9c355fa..99f953d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/stoolBar.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/stoolBar.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dc8nqdtayx4g6" -path="res://.godot/imported/stoolBar.glb-1b877402e353103661f17c552c8be8d6.scn" +path="res://godot/imported/stoolBar.glb-1b877402e353103661f17c552c8be8d6.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/stoolBar.glb" -dest_files=["res://.godot/imported/stoolBar.glb-1b877402e353103661f17c552c8be8d6.scn"] +dest_files=["res://godot/imported/stoolBar.glb-1b877402e353103661f17c552c8be8d6.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/stoolBarSquare.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/stoolBarSquare.glb.import index ae2c20f..c997368 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/stoolBarSquare.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/stoolBarSquare.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://df2kparytvad8" -path="res://.godot/imported/stoolBarSquare.glb-9c15a10ff3cfd76b8eb9639a5c85e87e.scn" +path="res://godot/imported/stoolBarSquare.glb-9c15a10ff3cfd76b8eb9639a5c85e87e.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/stoolBarSquare.glb" -dest_files=["res://.godot/imported/stoolBarSquare.glb-9c15a10ff3cfd76b8eb9639a5c85e87e.scn"] +dest_files=["res://godot/imported/stoolBarSquare.glb-9c15a10ff3cfd76b8eb9639a5c85e87e.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/table.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/table.glb.import index 722c1c5..5032689 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/table.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/table.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ccqe71w0a12f0" -path="res://.godot/imported/table.glb-ac1ac08cf6f9b71789bfe79c31d0bb77.scn" +path="res://godot/imported/table.glb-ac1ac08cf6f9b71789bfe79c31d0bb77.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/table.glb" -dest_files=["res://.godot/imported/table.glb-ac1ac08cf6f9b71789bfe79c31d0bb77.scn"] +dest_files=["res://godot/imported/table.glb-ac1ac08cf6f9b71789bfe79c31d0bb77.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableCloth.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableCloth.glb.import index 65aa9da..deca5d8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableCloth.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableCloth.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bl2kdqyco6p8n" -path="res://.godot/imported/tableCloth.glb-9cd21136efea945ef390ab58b9133d5a.scn" +path="res://godot/imported/tableCloth.glb-9cd21136efea945ef390ab58b9133d5a.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/tableCloth.glb" -dest_files=["res://.godot/imported/tableCloth.glb-9cd21136efea945ef390ab58b9133d5a.scn"] +dest_files=["res://godot/imported/tableCloth.glb-9cd21136efea945ef390ab58b9133d5a.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableCoffee.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableCoffee.glb.import index 7cefe4c..a2492fb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableCoffee.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableCoffee.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dexmuhlqc7ovs" -path="res://.godot/imported/tableCoffee.glb-b6771464efbb94b44a7102554dd8500f.scn" +path="res://godot/imported/tableCoffee.glb-b6771464efbb94b44a7102554dd8500f.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/tableCoffee.glb" -dest_files=["res://.godot/imported/tableCoffee.glb-b6771464efbb94b44a7102554dd8500f.scn"] +dest_files=["res://godot/imported/tableCoffee.glb-b6771464efbb94b44a7102554dd8500f.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableCoffeeGlass.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableCoffeeGlass.glb.import index 5bed05c..e9b0617 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableCoffeeGlass.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableCoffeeGlass.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://q5qvvar4w36x" -path="res://.godot/imported/tableCoffeeGlass.glb-d8669cac13b7bc9fcb0a999d9a87cefb.scn" +path="res://godot/imported/tableCoffeeGlass.glb-d8669cac13b7bc9fcb0a999d9a87cefb.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/tableCoffeeGlass.glb" -dest_files=["res://.godot/imported/tableCoffeeGlass.glb-d8669cac13b7bc9fcb0a999d9a87cefb.scn"] +dest_files=["res://godot/imported/tableCoffeeGlass.glb-d8669cac13b7bc9fcb0a999d9a87cefb.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableCoffeeGlassSquare.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableCoffeeGlassSquare.glb.import index b74581d..fd4fc77 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableCoffeeGlassSquare.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableCoffeeGlassSquare.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dca6nuwmpxqmx" -path="res://.godot/imported/tableCoffeeGlassSquare.glb-c4853936a2be9f4f88148b495fdfe00a.scn" +path="res://godot/imported/tableCoffeeGlassSquare.glb-c4853936a2be9f4f88148b495fdfe00a.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/tableCoffeeGlassSquare.glb" -dest_files=["res://.godot/imported/tableCoffeeGlassSquare.glb-c4853936a2be9f4f88148b495fdfe00a.scn"] +dest_files=["res://godot/imported/tableCoffeeGlassSquare.glb-c4853936a2be9f4f88148b495fdfe00a.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableCoffeeSquare.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableCoffeeSquare.glb.import index 0ee6919..84391a2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableCoffeeSquare.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableCoffeeSquare.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bsb333jncud5a" -path="res://.godot/imported/tableCoffeeSquare.glb-4fbcd64203cdf5af6ecb609a751d1b70.scn" +path="res://godot/imported/tableCoffeeSquare.glb-4fbcd64203cdf5af6ecb609a751d1b70.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/tableCoffeeSquare.glb" -dest_files=["res://.godot/imported/tableCoffeeSquare.glb-4fbcd64203cdf5af6ecb609a751d1b70.scn"] +dest_files=["res://godot/imported/tableCoffeeSquare.glb-4fbcd64203cdf5af6ecb609a751d1b70.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableCross.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableCross.glb.import index 951c0b2..1e302ca 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableCross.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableCross.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://buqew7pdcys8y" -path="res://.godot/imported/tableCross.glb-b309085058ca5e7d557517e4217f8178.scn" +path="res://godot/imported/tableCross.glb-b309085058ca5e7d557517e4217f8178.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/tableCross.glb" -dest_files=["res://.godot/imported/tableCross.glb-b309085058ca5e7d557517e4217f8178.scn"] +dest_files=["res://godot/imported/tableCross.glb-b309085058ca5e7d557517e4217f8178.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableCrossCloth.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableCrossCloth.glb.import index 6b0e25f..be31f59 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableCrossCloth.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableCrossCloth.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b6iqt1dcb0nsb" -path="res://.godot/imported/tableCrossCloth.glb-e677a2ac4e368d10e8b2afb02f7f4865.scn" +path="res://godot/imported/tableCrossCloth.glb-e677a2ac4e368d10e8b2afb02f7f4865.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/tableCrossCloth.glb" -dest_files=["res://.godot/imported/tableCrossCloth.glb-e677a2ac4e368d10e8b2afb02f7f4865.scn"] +dest_files=["res://godot/imported/tableCrossCloth.glb-e677a2ac4e368d10e8b2afb02f7f4865.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableGlass.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableGlass.glb.import index 9a6b24f..e0d26f0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableGlass.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableGlass.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dx54ir7cw8v36" -path="res://.godot/imported/tableGlass.glb-87e07c7fb691f6dbb4e15d2b313bc8b9.scn" +path="res://godot/imported/tableGlass.glb-87e07c7fb691f6dbb4e15d2b313bc8b9.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/tableGlass.glb" -dest_files=["res://.godot/imported/tableGlass.glb-87e07c7fb691f6dbb4e15d2b313bc8b9.scn"] +dest_files=["res://godot/imported/tableGlass.glb-87e07c7fb691f6dbb4e15d2b313bc8b9.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableRound.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableRound.glb.import index 4a0b71a..dbefe94 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableRound.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/tableRound.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bfl2hxiv52x8j" -path="res://.godot/imported/tableRound.glb-44914d7b599f3b300814d7d8bdafb2e7.scn" +path="res://godot/imported/tableRound.glb-44914d7b599f3b300814d7d8bdafb2e7.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/tableRound.glb" -dest_files=["res://.godot/imported/tableRound.glb-44914d7b599f3b300814d7d8bdafb2e7.scn"] +dest_files=["res://godot/imported/tableRound.glb-44914d7b599f3b300814d7d8bdafb2e7.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/televisionAntenna.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/televisionAntenna.glb.import index c8557fb..031cc2a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/televisionAntenna.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/televisionAntenna.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cuqvu5j8kabb2" -path="res://.godot/imported/televisionAntenna.glb-3d45b4cb29c58fc785c6d15ead88e327.scn" +path="res://godot/imported/televisionAntenna.glb-3d45b4cb29c58fc785c6d15ead88e327.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/televisionAntenna.glb" -dest_files=["res://.godot/imported/televisionAntenna.glb-3d45b4cb29c58fc785c6d15ead88e327.scn"] +dest_files=["res://godot/imported/televisionAntenna.glb-3d45b4cb29c58fc785c6d15ead88e327.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/televisionModern.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/televisionModern.glb.import index ea3252e..1956948 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/televisionModern.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/televisionModern.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cpj8uvhapd1os" -path="res://.godot/imported/televisionModern.glb-ff8c2860c1a78a74d1a36081c9239c1a.scn" +path="res://godot/imported/televisionModern.glb-ff8c2860c1a78a74d1a36081c9239c1a.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/televisionModern.glb" -dest_files=["res://.godot/imported/televisionModern.glb-ff8c2860c1a78a74d1a36081c9239c1a.scn"] +dest_files=["res://godot/imported/televisionModern.glb-ff8c2860c1a78a74d1a36081c9239c1a.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/televisionVintage.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/televisionVintage.glb.import index 5d58633..6904a53 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/televisionVintage.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/televisionVintage.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://j6ryywy87khq" -path="res://.godot/imported/televisionVintage.glb-5618477b841bfcf1a03bea0f03d1e9fc.scn" +path="res://godot/imported/televisionVintage.glb-5618477b841bfcf1a03bea0f03d1e9fc.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/televisionVintage.glb" -dest_files=["res://.godot/imported/televisionVintage.glb-5618477b841bfcf1a03bea0f03d1e9fc.scn"] +dest_files=["res://godot/imported/televisionVintage.glb-5618477b841bfcf1a03bea0f03d1e9fc.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/toaster.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/toaster.glb.import index 462fd80..b9239e2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/toaster.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/toaster.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c7ys6cvn7jlon" -path="res://.godot/imported/toaster.glb-13e1a46dc5ad202818f679de85ea7173.scn" +path="res://godot/imported/toaster.glb-13e1a46dc5ad202818f679de85ea7173.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/toaster.glb" -dest_files=["res://.godot/imported/toaster.glb-13e1a46dc5ad202818f679de85ea7173.scn"] +dest_files=["res://godot/imported/toaster.glb-13e1a46dc5ad202818f679de85ea7173.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/toilet.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/toilet.glb.import index b08538d..83be502 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/toilet.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/toilet.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://q5pprf37i65s" -path="res://.godot/imported/toilet.glb-10b73f908e6ea796032441a716beb7cb.scn" +path="res://godot/imported/toilet.glb-10b73f908e6ea796032441a716beb7cb.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/toilet.glb" -dest_files=["res://.godot/imported/toilet.glb-10b73f908e6ea796032441a716beb7cb.scn"] +dest_files=["res://godot/imported/toilet.glb-10b73f908e6ea796032441a716beb7cb.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/toiletSquare.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/toiletSquare.glb.import index 742f3e1..152d528 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/toiletSquare.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/toiletSquare.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://qop8r7cepaq1" -path="res://.godot/imported/toiletSquare.glb-33f576dba3b0fb06997c204eeaecfc16.scn" +path="res://godot/imported/toiletSquare.glb-33f576dba3b0fb06997c204eeaecfc16.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/toiletSquare.glb" -dest_files=["res://.godot/imported/toiletSquare.glb-33f576dba3b0fb06997c204eeaecfc16.scn"] +dest_files=["res://godot/imported/toiletSquare.glb-33f576dba3b0fb06997c204eeaecfc16.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/trashcan.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/trashcan.glb.import index b4b8d87..a16e3db 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/trashcan.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/trashcan.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dicndae1x8cmt" -path="res://.godot/imported/trashcan.glb-f2664dfe33298d2d4c67a105039c3a8f.scn" +path="res://godot/imported/trashcan.glb-f2664dfe33298d2d4c67a105039c3a8f.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/trashcan.glb" -dest_files=["res://.godot/imported/trashcan.glb-f2664dfe33298d2d4c67a105039c3a8f.scn"] +dest_files=["res://godot/imported/trashcan.glb-f2664dfe33298d2d4c67a105039c3a8f.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wall.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wall.glb.import index 825282b..fd85f24 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wall.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wall.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://d88jnxougdgp" -path="res://.godot/imported/wall.glb-65173597abe3a345aa74424e7e71a272.scn" +path="res://godot/imported/wall.glb-65173597abe3a345aa74424e7e71a272.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/wall.glb" -dest_files=["res://.godot/imported/wall.glb-65173597abe3a345aa74424e7e71a272.scn"] +dest_files=["res://godot/imported/wall.glb-65173597abe3a345aa74424e7e71a272.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wallCorner.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wallCorner.glb.import index 32e58d4..fc47f0b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wallCorner.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wallCorner.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ci2pbtvx7a0yw" -path="res://.godot/imported/wallCorner.glb-8e83b8919f6d0c55316d4e67da9a8849.scn" +path="res://godot/imported/wallCorner.glb-8e83b8919f6d0c55316d4e67da9a8849.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/wallCorner.glb" -dest_files=["res://.godot/imported/wallCorner.glb-8e83b8919f6d0c55316d4e67da9a8849.scn"] +dest_files=["res://godot/imported/wallCorner.glb-8e83b8919f6d0c55316d4e67da9a8849.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wallCornerRond.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wallCornerRond.glb.import index 0811ee6..46ca68f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wallCornerRond.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wallCornerRond.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bpxyy6cclwwfd" -path="res://.godot/imported/wallCornerRond.glb-e70821d88df9c57038c512773467c5ee.scn" +path="res://godot/imported/wallCornerRond.glb-e70821d88df9c57038c512773467c5ee.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/wallCornerRond.glb" -dest_files=["res://.godot/imported/wallCornerRond.glb-e70821d88df9c57038c512773467c5ee.scn"] +dest_files=["res://godot/imported/wallCornerRond.glb-e70821d88df9c57038c512773467c5ee.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wallDoorway.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wallDoorway.glb.import index 11350c6..e930668 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wallDoorway.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wallDoorway.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dar7bjuqk13ed" -path="res://.godot/imported/wallDoorway.glb-7303ce0e766975dda1c2632da5b64f18.scn" +path="res://godot/imported/wallDoorway.glb-7303ce0e766975dda1c2632da5b64f18.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/wallDoorway.glb" -dest_files=["res://.godot/imported/wallDoorway.glb-7303ce0e766975dda1c2632da5b64f18.scn"] +dest_files=["res://godot/imported/wallDoorway.glb-7303ce0e766975dda1c2632da5b64f18.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wallDoorwayWide.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wallDoorwayWide.glb.import index 28c1191..bc739b9 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wallDoorwayWide.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wallDoorwayWide.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bjipi6a6ns4ri" -path="res://.godot/imported/wallDoorwayWide.glb-d662f50ca4e4c8eb2ee24fb8d0787362.scn" +path="res://godot/imported/wallDoorwayWide.glb-d662f50ca4e4c8eb2ee24fb8d0787362.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/wallDoorwayWide.glb" -dest_files=["res://.godot/imported/wallDoorwayWide.glb-d662f50ca4e4c8eb2ee24fb8d0787362.scn"] +dest_files=["res://godot/imported/wallDoorwayWide.glb-d662f50ca4e4c8eb2ee24fb8d0787362.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wallHalf.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wallHalf.glb.import index 2bac5b5..db69506 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wallHalf.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wallHalf.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://crm8p6jst6se2" -path="res://.godot/imported/wallHalf.glb-d267e365fd23f750a10c500aba683f55.scn" +path="res://godot/imported/wallHalf.glb-d267e365fd23f750a10c500aba683f55.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/wallHalf.glb" -dest_files=["res://.godot/imported/wallHalf.glb-d267e365fd23f750a10c500aba683f55.scn"] +dest_files=["res://godot/imported/wallHalf.glb-d267e365fd23f750a10c500aba683f55.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wallWindow.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wallWindow.glb.import index 3a658cd..914892f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wallWindow.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wallWindow.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ckjuhbjix3mf2" -path="res://.godot/imported/wallWindow.glb-9c2cd714c34bcb13cc90df121ee5093d.scn" +path="res://godot/imported/wallWindow.glb-9c2cd714c34bcb13cc90df121ee5093d.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/wallWindow.glb" -dest_files=["res://.godot/imported/wallWindow.glb-9c2cd714c34bcb13cc90df121ee5093d.scn"] +dest_files=["res://godot/imported/wallWindow.glb-9c2cd714c34bcb13cc90df121ee5093d.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wallWindowSlide.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wallWindowSlide.glb.import index 2981a2e..9a74253 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wallWindowSlide.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/wallWindowSlide.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bfr8clhwu4foc" -path="res://.godot/imported/wallWindowSlide.glb-a88dc9792edccb4ff63fa582c28077f0.scn" +path="res://godot/imported/wallWindowSlide.glb-a88dc9792edccb4ff63fa582c28077f0.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/wallWindowSlide.glb" -dest_files=["res://.godot/imported/wallWindowSlide.glb-a88dc9792edccb4ff63fa582c28077f0.scn"] +dest_files=["res://godot/imported/wallWindowSlide.glb-a88dc9792edccb4ff63fa582c28077f0.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/washer.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/washer.glb.import index 8bab7e2..16ac4bc 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/washer.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/washer.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dfksh4drsxj63" -path="res://.godot/imported/washer.glb-a228e0f859f6bd83db8003e488cec60a.scn" +path="res://godot/imported/washer.glb-a228e0f859f6bd83db8003e488cec60a.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/washer.glb" -dest_files=["res://.godot/imported/washer.glb-a228e0f859f6bd83db8003e488cec60a.scn"] +dest_files=["res://godot/imported/washer.glb-a228e0f859f6bd83db8003e488cec60a.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/washerDryerStacked.glb.import b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/washerDryerStacked.glb.import index e6e188b..5c61f9a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/washerDryerStacked.glb.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/GLTF format/washerDryerStacked.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://br5a0dbjpl1jk" -path="res://.godot/imported/washerDryerStacked.glb-5a7210ab7ae2a3a7ded867b37f5ea2eb.scn" +path="res://godot/imported/washerDryerStacked.glb-5a7210ab7ae2a3a7ded867b37f5ea2eb.scn" [deps] source_file="res://assets-lib/kenney_furniture-kit/Models/GLTF format/washerDryerStacked.glb" -dest_files=["res://.godot/imported/washerDryerStacked.glb-5a7210ab7ae2a3a7ded867b37f5ea2eb.scn"] +dest_files=["res://godot/imported/washerDryerStacked.glb-5a7210ab7ae2a3a7ded867b37f5ea2eb.scn"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bathroomCabinet.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bathroomCabinet.obj.import index 819552a..d8c157f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bathroomCabinet.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bathroomCabinet.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://ph75l763wl8p" -path="res://.godot/imported/bathroomCabinet.obj-9f119079b41d9a9ed9d339dc7fbc377d.mesh" +path="res://godot/imported/bathroomCabinet.obj-9f119079b41d9a9ed9d339dc7fbc377d.mesh" [deps] -files=["res://.godot/imported/bathroomCabinet.obj-9f119079b41d9a9ed9d339dc7fbc377d.mesh"] +files=["res://godot/imported/bathroomCabinet.obj-9f119079b41d9a9ed9d339dc7fbc377d.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/bathroomCabinet.obj" -dest_files=["res://.godot/imported/bathroomCabinet.obj-9f119079b41d9a9ed9d339dc7fbc377d.mesh", "res://.godot/imported/bathroomCabinet.obj-9f119079b41d9a9ed9d339dc7fbc377d.mesh"] +dest_files=["res://godot/imported/bathroomCabinet.obj-9f119079b41d9a9ed9d339dc7fbc377d.mesh", "res://godot/imported/bathroomCabinet.obj-9f119079b41d9a9ed9d339dc7fbc377d.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bathroomCabinetDrawer.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bathroomCabinetDrawer.obj.import index 480307f..f27665c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bathroomCabinetDrawer.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bathroomCabinetDrawer.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://cidfgrfasdscc" -path="res://.godot/imported/bathroomCabinetDrawer.obj-3ee036344523da7fb506d2a7721f63eb.mesh" +path="res://godot/imported/bathroomCabinetDrawer.obj-3ee036344523da7fb506d2a7721f63eb.mesh" [deps] -files=["res://.godot/imported/bathroomCabinetDrawer.obj-3ee036344523da7fb506d2a7721f63eb.mesh"] +files=["res://godot/imported/bathroomCabinetDrawer.obj-3ee036344523da7fb506d2a7721f63eb.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/bathroomCabinetDrawer.obj" -dest_files=["res://.godot/imported/bathroomCabinetDrawer.obj-3ee036344523da7fb506d2a7721f63eb.mesh", "res://.godot/imported/bathroomCabinetDrawer.obj-3ee036344523da7fb506d2a7721f63eb.mesh"] +dest_files=["res://godot/imported/bathroomCabinetDrawer.obj-3ee036344523da7fb506d2a7721f63eb.mesh", "res://godot/imported/bathroomCabinetDrawer.obj-3ee036344523da7fb506d2a7721f63eb.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bathroomMirror.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bathroomMirror.obj.import index f9db22a..9a56362 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bathroomMirror.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bathroomMirror.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dlpsu4du17t0n" -path="res://.godot/imported/bathroomMirror.obj-797fb0395b0fe72fe6ef676bc8da4884.mesh" +path="res://godot/imported/bathroomMirror.obj-797fb0395b0fe72fe6ef676bc8da4884.mesh" [deps] -files=["res://.godot/imported/bathroomMirror.obj-797fb0395b0fe72fe6ef676bc8da4884.mesh"] +files=["res://godot/imported/bathroomMirror.obj-797fb0395b0fe72fe6ef676bc8da4884.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/bathroomMirror.obj" -dest_files=["res://.godot/imported/bathroomMirror.obj-797fb0395b0fe72fe6ef676bc8da4884.mesh", "res://.godot/imported/bathroomMirror.obj-797fb0395b0fe72fe6ef676bc8da4884.mesh"] +dest_files=["res://godot/imported/bathroomMirror.obj-797fb0395b0fe72fe6ef676bc8da4884.mesh", "res://godot/imported/bathroomMirror.obj-797fb0395b0fe72fe6ef676bc8da4884.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bathroomSink.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bathroomSink.obj.import index 86cfca7..746a058 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bathroomSink.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bathroomSink.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://xmo1otqyo6c4" -path="res://.godot/imported/bathroomSink.obj-4341b5bae1edfc031ccf9c2e618790f6.mesh" +path="res://godot/imported/bathroomSink.obj-4341b5bae1edfc031ccf9c2e618790f6.mesh" [deps] -files=["res://.godot/imported/bathroomSink.obj-4341b5bae1edfc031ccf9c2e618790f6.mesh"] +files=["res://godot/imported/bathroomSink.obj-4341b5bae1edfc031ccf9c2e618790f6.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/bathroomSink.obj" -dest_files=["res://.godot/imported/bathroomSink.obj-4341b5bae1edfc031ccf9c2e618790f6.mesh", "res://.godot/imported/bathroomSink.obj-4341b5bae1edfc031ccf9c2e618790f6.mesh"] +dest_files=["res://godot/imported/bathroomSink.obj-4341b5bae1edfc031ccf9c2e618790f6.mesh", "res://godot/imported/bathroomSink.obj-4341b5bae1edfc031ccf9c2e618790f6.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bathroomSinkSquare.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bathroomSinkSquare.obj.import index c3fd80d..ce67350 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bathroomSinkSquare.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bathroomSinkSquare.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dtppegvnq87ff" -path="res://.godot/imported/bathroomSinkSquare.obj-c518c6e60bea3b89d401dbdb56e6ad7b.mesh" +path="res://godot/imported/bathroomSinkSquare.obj-c518c6e60bea3b89d401dbdb56e6ad7b.mesh" [deps] -files=["res://.godot/imported/bathroomSinkSquare.obj-c518c6e60bea3b89d401dbdb56e6ad7b.mesh"] +files=["res://godot/imported/bathroomSinkSquare.obj-c518c6e60bea3b89d401dbdb56e6ad7b.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/bathroomSinkSquare.obj" -dest_files=["res://.godot/imported/bathroomSinkSquare.obj-c518c6e60bea3b89d401dbdb56e6ad7b.mesh", "res://.godot/imported/bathroomSinkSquare.obj-c518c6e60bea3b89d401dbdb56e6ad7b.mesh"] +dest_files=["res://godot/imported/bathroomSinkSquare.obj-c518c6e60bea3b89d401dbdb56e6ad7b.mesh", "res://godot/imported/bathroomSinkSquare.obj-c518c6e60bea3b89d401dbdb56e6ad7b.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bathtub.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bathtub.obj.import index d36da56..83ded5b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bathtub.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bathtub.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://deya7tcytea5a" -path="res://.godot/imported/bathtub.obj-02a87b4986bc571dd937da910eca7281.mesh" +path="res://godot/imported/bathtub.obj-02a87b4986bc571dd937da910eca7281.mesh" [deps] -files=["res://.godot/imported/bathtub.obj-02a87b4986bc571dd937da910eca7281.mesh"] +files=["res://godot/imported/bathtub.obj-02a87b4986bc571dd937da910eca7281.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/bathtub.obj" -dest_files=["res://.godot/imported/bathtub.obj-02a87b4986bc571dd937da910eca7281.mesh", "res://.godot/imported/bathtub.obj-02a87b4986bc571dd937da910eca7281.mesh"] +dest_files=["res://godot/imported/bathtub.obj-02a87b4986bc571dd937da910eca7281.mesh", "res://godot/imported/bathtub.obj-02a87b4986bc571dd937da910eca7281.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bear.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bear.obj.import index bd1cc0a..4f88360 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bear.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bear.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://ce2nv5ye5jx0f" -path="res://.godot/imported/bear.obj-3c0ddd56f445707f54f76b1f5b26b06f.mesh" +path="res://godot/imported/bear.obj-3c0ddd56f445707f54f76b1f5b26b06f.mesh" [deps] -files=["res://.godot/imported/bear.obj-3c0ddd56f445707f54f76b1f5b26b06f.mesh"] +files=["res://godot/imported/bear.obj-3c0ddd56f445707f54f76b1f5b26b06f.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/bear.obj" -dest_files=["res://.godot/imported/bear.obj-3c0ddd56f445707f54f76b1f5b26b06f.mesh", "res://.godot/imported/bear.obj-3c0ddd56f445707f54f76b1f5b26b06f.mesh"] +dest_files=["res://godot/imported/bear.obj-3c0ddd56f445707f54f76b1f5b26b06f.mesh", "res://godot/imported/bear.obj-3c0ddd56f445707f54f76b1f5b26b06f.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bedBunk.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bedBunk.obj.import index 1ba012e..372dbf5 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bedBunk.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bedBunk.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://b22gssc0x4x7l" -path="res://.godot/imported/bedBunk.obj-36a9aa93e416a994aca86d7f4343a738.mesh" +path="res://godot/imported/bedBunk.obj-36a9aa93e416a994aca86d7f4343a738.mesh" [deps] -files=["res://.godot/imported/bedBunk.obj-36a9aa93e416a994aca86d7f4343a738.mesh"] +files=["res://godot/imported/bedBunk.obj-36a9aa93e416a994aca86d7f4343a738.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/bedBunk.obj" -dest_files=["res://.godot/imported/bedBunk.obj-36a9aa93e416a994aca86d7f4343a738.mesh", "res://.godot/imported/bedBunk.obj-36a9aa93e416a994aca86d7f4343a738.mesh"] +dest_files=["res://godot/imported/bedBunk.obj-36a9aa93e416a994aca86d7f4343a738.mesh", "res://godot/imported/bedBunk.obj-36a9aa93e416a994aca86d7f4343a738.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bedDouble.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bedDouble.obj.import index 7cbe1ca..6b6fe0f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bedDouble.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bedDouble.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://citj4kw758rlk" -path="res://.godot/imported/bedDouble.obj-7d430932f8ea81fc00879e7181ed26df.mesh" +path="res://godot/imported/bedDouble.obj-7d430932f8ea81fc00879e7181ed26df.mesh" [deps] -files=["res://.godot/imported/bedDouble.obj-7d430932f8ea81fc00879e7181ed26df.mesh"] +files=["res://godot/imported/bedDouble.obj-7d430932f8ea81fc00879e7181ed26df.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/bedDouble.obj" -dest_files=["res://.godot/imported/bedDouble.obj-7d430932f8ea81fc00879e7181ed26df.mesh", "res://.godot/imported/bedDouble.obj-7d430932f8ea81fc00879e7181ed26df.mesh"] +dest_files=["res://godot/imported/bedDouble.obj-7d430932f8ea81fc00879e7181ed26df.mesh", "res://godot/imported/bedDouble.obj-7d430932f8ea81fc00879e7181ed26df.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bedSingle.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bedSingle.obj.import index f87a799..e977cb9 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bedSingle.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bedSingle.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dg1npnhmpqebk" -path="res://.godot/imported/bedSingle.obj-071f5102c5af0740de608793dc34b618.mesh" +path="res://godot/imported/bedSingle.obj-071f5102c5af0740de608793dc34b618.mesh" [deps] -files=["res://.godot/imported/bedSingle.obj-071f5102c5af0740de608793dc34b618.mesh"] +files=["res://godot/imported/bedSingle.obj-071f5102c5af0740de608793dc34b618.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/bedSingle.obj" -dest_files=["res://.godot/imported/bedSingle.obj-071f5102c5af0740de608793dc34b618.mesh", "res://.godot/imported/bedSingle.obj-071f5102c5af0740de608793dc34b618.mesh"] +dest_files=["res://godot/imported/bedSingle.obj-071f5102c5af0740de608793dc34b618.mesh", "res://godot/imported/bedSingle.obj-071f5102c5af0740de608793dc34b618.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bench.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bench.obj.import index d963fbd..ae94f07 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bench.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bench.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://2j7c3vveksfc" -path="res://.godot/imported/bench.obj-6da0f3f5a4a81483591f929c14b5cd6e.mesh" +path="res://godot/imported/bench.obj-6da0f3f5a4a81483591f929c14b5cd6e.mesh" [deps] -files=["res://.godot/imported/bench.obj-6da0f3f5a4a81483591f929c14b5cd6e.mesh"] +files=["res://godot/imported/bench.obj-6da0f3f5a4a81483591f929c14b5cd6e.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/bench.obj" -dest_files=["res://.godot/imported/bench.obj-6da0f3f5a4a81483591f929c14b5cd6e.mesh", "res://.godot/imported/bench.obj-6da0f3f5a4a81483591f929c14b5cd6e.mesh"] +dest_files=["res://godot/imported/bench.obj-6da0f3f5a4a81483591f929c14b5cd6e.mesh", "res://godot/imported/bench.obj-6da0f3f5a4a81483591f929c14b5cd6e.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/benchCushion.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/benchCushion.obj.import index 07a52dd..28414e4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/benchCushion.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/benchCushion.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://858xdg64f3dm" -path="res://.godot/imported/benchCushion.obj-03b4c256b6557437bddf13f2dcebc6ad.mesh" +path="res://godot/imported/benchCushion.obj-03b4c256b6557437bddf13f2dcebc6ad.mesh" [deps] -files=["res://.godot/imported/benchCushion.obj-03b4c256b6557437bddf13f2dcebc6ad.mesh"] +files=["res://godot/imported/benchCushion.obj-03b4c256b6557437bddf13f2dcebc6ad.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/benchCushion.obj" -dest_files=["res://.godot/imported/benchCushion.obj-03b4c256b6557437bddf13f2dcebc6ad.mesh", "res://.godot/imported/benchCushion.obj-03b4c256b6557437bddf13f2dcebc6ad.mesh"] +dest_files=["res://godot/imported/benchCushion.obj-03b4c256b6557437bddf13f2dcebc6ad.mesh", "res://godot/imported/benchCushion.obj-03b4c256b6557437bddf13f2dcebc6ad.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/benchCushionLow.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/benchCushionLow.obj.import index eae527c..54d1c7e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/benchCushionLow.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/benchCushionLow.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://d3n1wktd5tsdr" -path="res://.godot/imported/benchCushionLow.obj-e254fb0d1eacabd7a9eb0b18a584316d.mesh" +path="res://godot/imported/benchCushionLow.obj-e254fb0d1eacabd7a9eb0b18a584316d.mesh" [deps] -files=["res://.godot/imported/benchCushionLow.obj-e254fb0d1eacabd7a9eb0b18a584316d.mesh"] +files=["res://godot/imported/benchCushionLow.obj-e254fb0d1eacabd7a9eb0b18a584316d.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/benchCushionLow.obj" -dest_files=["res://.godot/imported/benchCushionLow.obj-e254fb0d1eacabd7a9eb0b18a584316d.mesh", "res://.godot/imported/benchCushionLow.obj-e254fb0d1eacabd7a9eb0b18a584316d.mesh"] +dest_files=["res://godot/imported/benchCushionLow.obj-e254fb0d1eacabd7a9eb0b18a584316d.mesh", "res://godot/imported/benchCushionLow.obj-e254fb0d1eacabd7a9eb0b18a584316d.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bookcaseClosed.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bookcaseClosed.obj.import index 1007226..7c73904 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bookcaseClosed.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bookcaseClosed.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://uh0dtoli7p52" -path="res://.godot/imported/bookcaseClosed.obj-9a8394029ad181b4751e7399133b84ef.mesh" +path="res://godot/imported/bookcaseClosed.obj-9a8394029ad181b4751e7399133b84ef.mesh" [deps] -files=["res://.godot/imported/bookcaseClosed.obj-9a8394029ad181b4751e7399133b84ef.mesh"] +files=["res://godot/imported/bookcaseClosed.obj-9a8394029ad181b4751e7399133b84ef.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/bookcaseClosed.obj" -dest_files=["res://.godot/imported/bookcaseClosed.obj-9a8394029ad181b4751e7399133b84ef.mesh", "res://.godot/imported/bookcaseClosed.obj-9a8394029ad181b4751e7399133b84ef.mesh"] +dest_files=["res://godot/imported/bookcaseClosed.obj-9a8394029ad181b4751e7399133b84ef.mesh", "res://godot/imported/bookcaseClosed.obj-9a8394029ad181b4751e7399133b84ef.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bookcaseClosedDoors.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bookcaseClosedDoors.obj.import index c007a8e..71e28d6 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bookcaseClosedDoors.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bookcaseClosedDoors.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://cmo7xuggg1xku" -path="res://.godot/imported/bookcaseClosedDoors.obj-5e7b05ebf25c15420a09297f02a7ee6a.mesh" +path="res://godot/imported/bookcaseClosedDoors.obj-5e7b05ebf25c15420a09297f02a7ee6a.mesh" [deps] -files=["res://.godot/imported/bookcaseClosedDoors.obj-5e7b05ebf25c15420a09297f02a7ee6a.mesh"] +files=["res://godot/imported/bookcaseClosedDoors.obj-5e7b05ebf25c15420a09297f02a7ee6a.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/bookcaseClosedDoors.obj" -dest_files=["res://.godot/imported/bookcaseClosedDoors.obj-5e7b05ebf25c15420a09297f02a7ee6a.mesh", "res://.godot/imported/bookcaseClosedDoors.obj-5e7b05ebf25c15420a09297f02a7ee6a.mesh"] +dest_files=["res://godot/imported/bookcaseClosedDoors.obj-5e7b05ebf25c15420a09297f02a7ee6a.mesh", "res://godot/imported/bookcaseClosedDoors.obj-5e7b05ebf25c15420a09297f02a7ee6a.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bookcaseClosedWide.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bookcaseClosedWide.obj.import index e255715..ff2b18d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bookcaseClosedWide.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bookcaseClosedWide.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://duf3kdyh072d5" -path="res://.godot/imported/bookcaseClosedWide.obj-39b55e19ff38299f6774b328f787cb24.mesh" +path="res://godot/imported/bookcaseClosedWide.obj-39b55e19ff38299f6774b328f787cb24.mesh" [deps] -files=["res://.godot/imported/bookcaseClosedWide.obj-39b55e19ff38299f6774b328f787cb24.mesh"] +files=["res://godot/imported/bookcaseClosedWide.obj-39b55e19ff38299f6774b328f787cb24.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/bookcaseClosedWide.obj" -dest_files=["res://.godot/imported/bookcaseClosedWide.obj-39b55e19ff38299f6774b328f787cb24.mesh", "res://.godot/imported/bookcaseClosedWide.obj-39b55e19ff38299f6774b328f787cb24.mesh"] +dest_files=["res://godot/imported/bookcaseClosedWide.obj-39b55e19ff38299f6774b328f787cb24.mesh", "res://godot/imported/bookcaseClosedWide.obj-39b55e19ff38299f6774b328f787cb24.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bookcaseOpen.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bookcaseOpen.obj.import index f796fc1..1b2c9bc 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bookcaseOpen.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bookcaseOpen.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://bodua5jbtlpcq" -path="res://.godot/imported/bookcaseOpen.obj-32e8e703c4e66e32ef23b1bc6ce65e05.mesh" +path="res://godot/imported/bookcaseOpen.obj-32e8e703c4e66e32ef23b1bc6ce65e05.mesh" [deps] -files=["res://.godot/imported/bookcaseOpen.obj-32e8e703c4e66e32ef23b1bc6ce65e05.mesh"] +files=["res://godot/imported/bookcaseOpen.obj-32e8e703c4e66e32ef23b1bc6ce65e05.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/bookcaseOpen.obj" -dest_files=["res://.godot/imported/bookcaseOpen.obj-32e8e703c4e66e32ef23b1bc6ce65e05.mesh", "res://.godot/imported/bookcaseOpen.obj-32e8e703c4e66e32ef23b1bc6ce65e05.mesh"] +dest_files=["res://godot/imported/bookcaseOpen.obj-32e8e703c4e66e32ef23b1bc6ce65e05.mesh", "res://godot/imported/bookcaseOpen.obj-32e8e703c4e66e32ef23b1bc6ce65e05.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bookcaseOpenLow.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bookcaseOpenLow.obj.import index fb106a2..d690f7f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bookcaseOpenLow.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/bookcaseOpenLow.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dmluljl88cktl" -path="res://.godot/imported/bookcaseOpenLow.obj-749f868b9aa8494d4d5281b0dfcabad6.mesh" +path="res://godot/imported/bookcaseOpenLow.obj-749f868b9aa8494d4d5281b0dfcabad6.mesh" [deps] -files=["res://.godot/imported/bookcaseOpenLow.obj-749f868b9aa8494d4d5281b0dfcabad6.mesh"] +files=["res://godot/imported/bookcaseOpenLow.obj-749f868b9aa8494d4d5281b0dfcabad6.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/bookcaseOpenLow.obj" -dest_files=["res://.godot/imported/bookcaseOpenLow.obj-749f868b9aa8494d4d5281b0dfcabad6.mesh", "res://.godot/imported/bookcaseOpenLow.obj-749f868b9aa8494d4d5281b0dfcabad6.mesh"] +dest_files=["res://godot/imported/bookcaseOpenLow.obj-749f868b9aa8494d4d5281b0dfcabad6.mesh", "res://godot/imported/bookcaseOpenLow.obj-749f868b9aa8494d4d5281b0dfcabad6.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/books.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/books.obj.import index 4883e89..db23d6b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/books.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/books.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://pme1euqw4kuy" -path="res://.godot/imported/books.obj-2414a69592be75564faa944a297e04e1.mesh" +path="res://godot/imported/books.obj-2414a69592be75564faa944a297e04e1.mesh" [deps] -files=["res://.godot/imported/books.obj-2414a69592be75564faa944a297e04e1.mesh"] +files=["res://godot/imported/books.obj-2414a69592be75564faa944a297e04e1.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/books.obj" -dest_files=["res://.godot/imported/books.obj-2414a69592be75564faa944a297e04e1.mesh", "res://.godot/imported/books.obj-2414a69592be75564faa944a297e04e1.mesh"] +dest_files=["res://godot/imported/books.obj-2414a69592be75564faa944a297e04e1.mesh", "res://godot/imported/books.obj-2414a69592be75564faa944a297e04e1.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/cabinetBed.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/cabinetBed.obj.import index 082852d..4da6b03 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/cabinetBed.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/cabinetBed.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://bpohd2o1l1sh3" -path="res://.godot/imported/cabinetBed.obj-e78f64d45d688ac6c03431e45b2867c6.mesh" +path="res://godot/imported/cabinetBed.obj-e78f64d45d688ac6c03431e45b2867c6.mesh" [deps] -files=["res://.godot/imported/cabinetBed.obj-e78f64d45d688ac6c03431e45b2867c6.mesh"] +files=["res://godot/imported/cabinetBed.obj-e78f64d45d688ac6c03431e45b2867c6.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/cabinetBed.obj" -dest_files=["res://.godot/imported/cabinetBed.obj-e78f64d45d688ac6c03431e45b2867c6.mesh", "res://.godot/imported/cabinetBed.obj-e78f64d45d688ac6c03431e45b2867c6.mesh"] +dest_files=["res://godot/imported/cabinetBed.obj-e78f64d45d688ac6c03431e45b2867c6.mesh", "res://godot/imported/cabinetBed.obj-e78f64d45d688ac6c03431e45b2867c6.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/cabinetBedDrawer.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/cabinetBedDrawer.obj.import index acac7fd..5e418ab 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/cabinetBedDrawer.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/cabinetBedDrawer.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://u3ki40qx6gv" -path="res://.godot/imported/cabinetBedDrawer.obj-b1befbceac9b90f69b64e329be420981.mesh" +path="res://godot/imported/cabinetBedDrawer.obj-b1befbceac9b90f69b64e329be420981.mesh" [deps] -files=["res://.godot/imported/cabinetBedDrawer.obj-b1befbceac9b90f69b64e329be420981.mesh"] +files=["res://godot/imported/cabinetBedDrawer.obj-b1befbceac9b90f69b64e329be420981.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/cabinetBedDrawer.obj" -dest_files=["res://.godot/imported/cabinetBedDrawer.obj-b1befbceac9b90f69b64e329be420981.mesh", "res://.godot/imported/cabinetBedDrawer.obj-b1befbceac9b90f69b64e329be420981.mesh"] +dest_files=["res://godot/imported/cabinetBedDrawer.obj-b1befbceac9b90f69b64e329be420981.mesh", "res://godot/imported/cabinetBedDrawer.obj-b1befbceac9b90f69b64e329be420981.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/cabinetBedDrawerTable.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/cabinetBedDrawerTable.obj.import index d351990..b74091b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/cabinetBedDrawerTable.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/cabinetBedDrawerTable.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://d2tcihgls77ha" -path="res://.godot/imported/cabinetBedDrawerTable.obj-b7a3fe317de52c427de79ed30a7ba977.mesh" +path="res://godot/imported/cabinetBedDrawerTable.obj-b7a3fe317de52c427de79ed30a7ba977.mesh" [deps] -files=["res://.godot/imported/cabinetBedDrawerTable.obj-b7a3fe317de52c427de79ed30a7ba977.mesh"] +files=["res://godot/imported/cabinetBedDrawerTable.obj-b7a3fe317de52c427de79ed30a7ba977.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/cabinetBedDrawerTable.obj" -dest_files=["res://.godot/imported/cabinetBedDrawerTable.obj-b7a3fe317de52c427de79ed30a7ba977.mesh", "res://.godot/imported/cabinetBedDrawerTable.obj-b7a3fe317de52c427de79ed30a7ba977.mesh"] +dest_files=["res://godot/imported/cabinetBedDrawerTable.obj-b7a3fe317de52c427de79ed30a7ba977.mesh", "res://godot/imported/cabinetBedDrawerTable.obj-b7a3fe317de52c427de79ed30a7ba977.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/cabinetTelevision.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/cabinetTelevision.obj.import index f76b2a9..b6ecc94 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/cabinetTelevision.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/cabinetTelevision.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dx04taov8182o" -path="res://.godot/imported/cabinetTelevision.obj-31fd3b546d83a08d96f1d18a51c84537.mesh" +path="res://godot/imported/cabinetTelevision.obj-31fd3b546d83a08d96f1d18a51c84537.mesh" [deps] -files=["res://.godot/imported/cabinetTelevision.obj-31fd3b546d83a08d96f1d18a51c84537.mesh"] +files=["res://godot/imported/cabinetTelevision.obj-31fd3b546d83a08d96f1d18a51c84537.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/cabinetTelevision.obj" -dest_files=["res://.godot/imported/cabinetTelevision.obj-31fd3b546d83a08d96f1d18a51c84537.mesh", "res://.godot/imported/cabinetTelevision.obj-31fd3b546d83a08d96f1d18a51c84537.mesh"] +dest_files=["res://godot/imported/cabinetTelevision.obj-31fd3b546d83a08d96f1d18a51c84537.mesh", "res://godot/imported/cabinetTelevision.obj-31fd3b546d83a08d96f1d18a51c84537.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/cabinetTelevisionDoors.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/cabinetTelevisionDoors.obj.import index fbc68bc..8d4acee 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/cabinetTelevisionDoors.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/cabinetTelevisionDoors.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://7mftusko8mft" -path="res://.godot/imported/cabinetTelevisionDoors.obj-bc2ced7eb4818b3cf2f803bd94a1ef81.mesh" +path="res://godot/imported/cabinetTelevisionDoors.obj-bc2ced7eb4818b3cf2f803bd94a1ef81.mesh" [deps] -files=["res://.godot/imported/cabinetTelevisionDoors.obj-bc2ced7eb4818b3cf2f803bd94a1ef81.mesh"] +files=["res://godot/imported/cabinetTelevisionDoors.obj-bc2ced7eb4818b3cf2f803bd94a1ef81.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/cabinetTelevisionDoors.obj" -dest_files=["res://.godot/imported/cabinetTelevisionDoors.obj-bc2ced7eb4818b3cf2f803bd94a1ef81.mesh", "res://.godot/imported/cabinetTelevisionDoors.obj-bc2ced7eb4818b3cf2f803bd94a1ef81.mesh"] +dest_files=["res://godot/imported/cabinetTelevisionDoors.obj-bc2ced7eb4818b3cf2f803bd94a1ef81.mesh", "res://godot/imported/cabinetTelevisionDoors.obj-bc2ced7eb4818b3cf2f803bd94a1ef81.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/cardboardBoxClosed.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/cardboardBoxClosed.obj.import index 53b72e5..bbaed75 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/cardboardBoxClosed.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/cardboardBoxClosed.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://shry120y7ren" -path="res://.godot/imported/cardboardBoxClosed.obj-c41e2535c17067675a6f94d7c38ed106.mesh" +path="res://godot/imported/cardboardBoxClosed.obj-c41e2535c17067675a6f94d7c38ed106.mesh" [deps] -files=["res://.godot/imported/cardboardBoxClosed.obj-c41e2535c17067675a6f94d7c38ed106.mesh"] +files=["res://godot/imported/cardboardBoxClosed.obj-c41e2535c17067675a6f94d7c38ed106.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/cardboardBoxClosed.obj" -dest_files=["res://.godot/imported/cardboardBoxClosed.obj-c41e2535c17067675a6f94d7c38ed106.mesh", "res://.godot/imported/cardboardBoxClosed.obj-c41e2535c17067675a6f94d7c38ed106.mesh"] +dest_files=["res://godot/imported/cardboardBoxClosed.obj-c41e2535c17067675a6f94d7c38ed106.mesh", "res://godot/imported/cardboardBoxClosed.obj-c41e2535c17067675a6f94d7c38ed106.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/cardboardBoxOpen.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/cardboardBoxOpen.obj.import index 67acc6e..7600111 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/cardboardBoxOpen.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/cardboardBoxOpen.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://bms3ud6wxosb1" -path="res://.godot/imported/cardboardBoxOpen.obj-121c01e143a1b30bae8671a83962df14.mesh" +path="res://godot/imported/cardboardBoxOpen.obj-121c01e143a1b30bae8671a83962df14.mesh" [deps] -files=["res://.godot/imported/cardboardBoxOpen.obj-121c01e143a1b30bae8671a83962df14.mesh"] +files=["res://godot/imported/cardboardBoxOpen.obj-121c01e143a1b30bae8671a83962df14.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/cardboardBoxOpen.obj" -dest_files=["res://.godot/imported/cardboardBoxOpen.obj-121c01e143a1b30bae8671a83962df14.mesh", "res://.godot/imported/cardboardBoxOpen.obj-121c01e143a1b30bae8671a83962df14.mesh"] +dest_files=["res://godot/imported/cardboardBoxOpen.obj-121c01e143a1b30bae8671a83962df14.mesh", "res://godot/imported/cardboardBoxOpen.obj-121c01e143a1b30bae8671a83962df14.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/ceilingFan.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/ceilingFan.obj.import index 96c3e22..56f77c4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/ceilingFan.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/ceilingFan.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://buf3p5tnlt7ke" -path="res://.godot/imported/ceilingFan.obj-a42554be7910e8defce5ff96082231e0.mesh" +path="res://godot/imported/ceilingFan.obj-a42554be7910e8defce5ff96082231e0.mesh" [deps] -files=["res://.godot/imported/ceilingFan.obj-a42554be7910e8defce5ff96082231e0.mesh"] +files=["res://godot/imported/ceilingFan.obj-a42554be7910e8defce5ff96082231e0.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/ceilingFan.obj" -dest_files=["res://.godot/imported/ceilingFan.obj-a42554be7910e8defce5ff96082231e0.mesh", "res://.godot/imported/ceilingFan.obj-a42554be7910e8defce5ff96082231e0.mesh"] +dest_files=["res://godot/imported/ceilingFan.obj-a42554be7910e8defce5ff96082231e0.mesh", "res://godot/imported/ceilingFan.obj-a42554be7910e8defce5ff96082231e0.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/chair.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/chair.obj.import index 61d6b1f..23972c8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/chair.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/chair.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://ofglqynx44nj" -path="res://.godot/imported/chair.obj-003178d4f3f0960f9cafd3ec04d8dbd8.mesh" +path="res://godot/imported/chair.obj-003178d4f3f0960f9cafd3ec04d8dbd8.mesh" [deps] -files=["res://.godot/imported/chair.obj-003178d4f3f0960f9cafd3ec04d8dbd8.mesh"] +files=["res://godot/imported/chair.obj-003178d4f3f0960f9cafd3ec04d8dbd8.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/chair.obj" -dest_files=["res://.godot/imported/chair.obj-003178d4f3f0960f9cafd3ec04d8dbd8.mesh", "res://.godot/imported/chair.obj-003178d4f3f0960f9cafd3ec04d8dbd8.mesh"] +dest_files=["res://godot/imported/chair.obj-003178d4f3f0960f9cafd3ec04d8dbd8.mesh", "res://godot/imported/chair.obj-003178d4f3f0960f9cafd3ec04d8dbd8.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/chairCushion.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/chairCushion.obj.import index db38ac7..2f21fef 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/chairCushion.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/chairCushion.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://bvtkys2jhng6i" -path="res://.godot/imported/chairCushion.obj-234f0e901be3bab45ab8dad3f676ed3a.mesh" +path="res://godot/imported/chairCushion.obj-234f0e901be3bab45ab8dad3f676ed3a.mesh" [deps] -files=["res://.godot/imported/chairCushion.obj-234f0e901be3bab45ab8dad3f676ed3a.mesh"] +files=["res://godot/imported/chairCushion.obj-234f0e901be3bab45ab8dad3f676ed3a.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/chairCushion.obj" -dest_files=["res://.godot/imported/chairCushion.obj-234f0e901be3bab45ab8dad3f676ed3a.mesh", "res://.godot/imported/chairCushion.obj-234f0e901be3bab45ab8dad3f676ed3a.mesh"] +dest_files=["res://godot/imported/chairCushion.obj-234f0e901be3bab45ab8dad3f676ed3a.mesh", "res://godot/imported/chairCushion.obj-234f0e901be3bab45ab8dad3f676ed3a.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/chairDesk.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/chairDesk.obj.import index 009ce02..20f843d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/chairDesk.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/chairDesk.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://bf6hc5xedwilg" -path="res://.godot/imported/chairDesk.obj-a9c7364b3984e56da9b6cd463a6c88bf.mesh" +path="res://godot/imported/chairDesk.obj-a9c7364b3984e56da9b6cd463a6c88bf.mesh" [deps] -files=["res://.godot/imported/chairDesk.obj-a9c7364b3984e56da9b6cd463a6c88bf.mesh"] +files=["res://godot/imported/chairDesk.obj-a9c7364b3984e56da9b6cd463a6c88bf.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/chairDesk.obj" -dest_files=["res://.godot/imported/chairDesk.obj-a9c7364b3984e56da9b6cd463a6c88bf.mesh", "res://.godot/imported/chairDesk.obj-a9c7364b3984e56da9b6cd463a6c88bf.mesh"] +dest_files=["res://godot/imported/chairDesk.obj-a9c7364b3984e56da9b6cd463a6c88bf.mesh", "res://godot/imported/chairDesk.obj-a9c7364b3984e56da9b6cd463a6c88bf.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/chairModernCushion.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/chairModernCushion.obj.import index 20265b9..dc9303e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/chairModernCushion.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/chairModernCushion.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://b7jff4jgq1gqx" -path="res://.godot/imported/chairModernCushion.obj-ffde4334142bede347d9f3cb044eef55.mesh" +path="res://godot/imported/chairModernCushion.obj-ffde4334142bede347d9f3cb044eef55.mesh" [deps] -files=["res://.godot/imported/chairModernCushion.obj-ffde4334142bede347d9f3cb044eef55.mesh"] +files=["res://godot/imported/chairModernCushion.obj-ffde4334142bede347d9f3cb044eef55.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/chairModernCushion.obj" -dest_files=["res://.godot/imported/chairModernCushion.obj-ffde4334142bede347d9f3cb044eef55.mesh", "res://.godot/imported/chairModernCushion.obj-ffde4334142bede347d9f3cb044eef55.mesh"] +dest_files=["res://godot/imported/chairModernCushion.obj-ffde4334142bede347d9f3cb044eef55.mesh", "res://godot/imported/chairModernCushion.obj-ffde4334142bede347d9f3cb044eef55.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/chairModernFrameCushion.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/chairModernFrameCushion.obj.import index 4fc2f75..f2b46f8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/chairModernFrameCushion.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/chairModernFrameCushion.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://cog1l8hwf73wn" -path="res://.godot/imported/chairModernFrameCushion.obj-b721098882dc1693feca5b9b2eb2ad58.mesh" +path="res://godot/imported/chairModernFrameCushion.obj-b721098882dc1693feca5b9b2eb2ad58.mesh" [deps] -files=["res://.godot/imported/chairModernFrameCushion.obj-b721098882dc1693feca5b9b2eb2ad58.mesh"] +files=["res://godot/imported/chairModernFrameCushion.obj-b721098882dc1693feca5b9b2eb2ad58.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/chairModernFrameCushion.obj" -dest_files=["res://.godot/imported/chairModernFrameCushion.obj-b721098882dc1693feca5b9b2eb2ad58.mesh", "res://.godot/imported/chairModernFrameCushion.obj-b721098882dc1693feca5b9b2eb2ad58.mesh"] +dest_files=["res://godot/imported/chairModernFrameCushion.obj-b721098882dc1693feca5b9b2eb2ad58.mesh", "res://godot/imported/chairModernFrameCushion.obj-b721098882dc1693feca5b9b2eb2ad58.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/chairRounded.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/chairRounded.obj.import index c18d86a..c6cd26f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/chairRounded.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/chairRounded.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://cy4vgo3k8705v" -path="res://.godot/imported/chairRounded.obj-df29e962a3c777df1b74cec9c653aab7.mesh" +path="res://godot/imported/chairRounded.obj-df29e962a3c777df1b74cec9c653aab7.mesh" [deps] -files=["res://.godot/imported/chairRounded.obj-df29e962a3c777df1b74cec9c653aab7.mesh"] +files=["res://godot/imported/chairRounded.obj-df29e962a3c777df1b74cec9c653aab7.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/chairRounded.obj" -dest_files=["res://.godot/imported/chairRounded.obj-df29e962a3c777df1b74cec9c653aab7.mesh", "res://.godot/imported/chairRounded.obj-df29e962a3c777df1b74cec9c653aab7.mesh"] +dest_files=["res://godot/imported/chairRounded.obj-df29e962a3c777df1b74cec9c653aab7.mesh", "res://godot/imported/chairRounded.obj-df29e962a3c777df1b74cec9c653aab7.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/coatRack.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/coatRack.obj.import index 8035a2c..6f4cadb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/coatRack.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/coatRack.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://b0d6pj1j7qu0u" -path="res://.godot/imported/coatRack.obj-e35f6b3dc950d315eb4df48fd32e6d27.mesh" +path="res://godot/imported/coatRack.obj-e35f6b3dc950d315eb4df48fd32e6d27.mesh" [deps] -files=["res://.godot/imported/coatRack.obj-e35f6b3dc950d315eb4df48fd32e6d27.mesh"] +files=["res://godot/imported/coatRack.obj-e35f6b3dc950d315eb4df48fd32e6d27.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/coatRack.obj" -dest_files=["res://.godot/imported/coatRack.obj-e35f6b3dc950d315eb4df48fd32e6d27.mesh", "res://.godot/imported/coatRack.obj-e35f6b3dc950d315eb4df48fd32e6d27.mesh"] +dest_files=["res://godot/imported/coatRack.obj-e35f6b3dc950d315eb4df48fd32e6d27.mesh", "res://godot/imported/coatRack.obj-e35f6b3dc950d315eb4df48fd32e6d27.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/coatRackStanding.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/coatRackStanding.obj.import index aff18c6..6990df4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/coatRackStanding.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/coatRackStanding.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://clm1v3fa08dbg" -path="res://.godot/imported/coatRackStanding.obj-5053cee3efe39506e8996350640e0e58.mesh" +path="res://godot/imported/coatRackStanding.obj-5053cee3efe39506e8996350640e0e58.mesh" [deps] -files=["res://.godot/imported/coatRackStanding.obj-5053cee3efe39506e8996350640e0e58.mesh"] +files=["res://godot/imported/coatRackStanding.obj-5053cee3efe39506e8996350640e0e58.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/coatRackStanding.obj" -dest_files=["res://.godot/imported/coatRackStanding.obj-5053cee3efe39506e8996350640e0e58.mesh", "res://.godot/imported/coatRackStanding.obj-5053cee3efe39506e8996350640e0e58.mesh"] +dest_files=["res://godot/imported/coatRackStanding.obj-5053cee3efe39506e8996350640e0e58.mesh", "res://godot/imported/coatRackStanding.obj-5053cee3efe39506e8996350640e0e58.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/computerKeyboard.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/computerKeyboard.obj.import index ef63459..4e29eab 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/computerKeyboard.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/computerKeyboard.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://crcii0viw4i1k" -path="res://.godot/imported/computerKeyboard.obj-a92efafef387e558f35a3c1e2d5e1008.mesh" +path="res://godot/imported/computerKeyboard.obj-a92efafef387e558f35a3c1e2d5e1008.mesh" [deps] -files=["res://.godot/imported/computerKeyboard.obj-a92efafef387e558f35a3c1e2d5e1008.mesh"] +files=["res://godot/imported/computerKeyboard.obj-a92efafef387e558f35a3c1e2d5e1008.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/computerKeyboard.obj" -dest_files=["res://.godot/imported/computerKeyboard.obj-a92efafef387e558f35a3c1e2d5e1008.mesh", "res://.godot/imported/computerKeyboard.obj-a92efafef387e558f35a3c1e2d5e1008.mesh"] +dest_files=["res://godot/imported/computerKeyboard.obj-a92efafef387e558f35a3c1e2d5e1008.mesh", "res://godot/imported/computerKeyboard.obj-a92efafef387e558f35a3c1e2d5e1008.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/computerMouse.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/computerMouse.obj.import index ae23a63..a689b25 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/computerMouse.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/computerMouse.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://t030pvsvohq5" -path="res://.godot/imported/computerMouse.obj-787a66ad2f4930e8a0b5d3a7d8009436.mesh" +path="res://godot/imported/computerMouse.obj-787a66ad2f4930e8a0b5d3a7d8009436.mesh" [deps] -files=["res://.godot/imported/computerMouse.obj-787a66ad2f4930e8a0b5d3a7d8009436.mesh"] +files=["res://godot/imported/computerMouse.obj-787a66ad2f4930e8a0b5d3a7d8009436.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/computerMouse.obj" -dest_files=["res://.godot/imported/computerMouse.obj-787a66ad2f4930e8a0b5d3a7d8009436.mesh", "res://.godot/imported/computerMouse.obj-787a66ad2f4930e8a0b5d3a7d8009436.mesh"] +dest_files=["res://godot/imported/computerMouse.obj-787a66ad2f4930e8a0b5d3a7d8009436.mesh", "res://godot/imported/computerMouse.obj-787a66ad2f4930e8a0b5d3a7d8009436.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/computerScreen.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/computerScreen.obj.import index 668813b..fda2d2d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/computerScreen.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/computerScreen.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dlhi8kotmqe8g" -path="res://.godot/imported/computerScreen.obj-e0faa3c32f49a28d09b3754bccb22d09.mesh" +path="res://godot/imported/computerScreen.obj-e0faa3c32f49a28d09b3754bccb22d09.mesh" [deps] -files=["res://.godot/imported/computerScreen.obj-e0faa3c32f49a28d09b3754bccb22d09.mesh"] +files=["res://godot/imported/computerScreen.obj-e0faa3c32f49a28d09b3754bccb22d09.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/computerScreen.obj" -dest_files=["res://.godot/imported/computerScreen.obj-e0faa3c32f49a28d09b3754bccb22d09.mesh", "res://.godot/imported/computerScreen.obj-e0faa3c32f49a28d09b3754bccb22d09.mesh"] +dest_files=["res://godot/imported/computerScreen.obj-e0faa3c32f49a28d09b3754bccb22d09.mesh", "res://godot/imported/computerScreen.obj-e0faa3c32f49a28d09b3754bccb22d09.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/desk.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/desk.obj.import index 44f416d..be7feda 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/desk.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/desk.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://burugm31gstvf" -path="res://.godot/imported/desk.obj-17e3728e42bbcffa5d81d637f5194552.mesh" +path="res://godot/imported/desk.obj-17e3728e42bbcffa5d81d637f5194552.mesh" [deps] -files=["res://.godot/imported/desk.obj-17e3728e42bbcffa5d81d637f5194552.mesh"] +files=["res://godot/imported/desk.obj-17e3728e42bbcffa5d81d637f5194552.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/desk.obj" -dest_files=["res://.godot/imported/desk.obj-17e3728e42bbcffa5d81d637f5194552.mesh", "res://.godot/imported/desk.obj-17e3728e42bbcffa5d81d637f5194552.mesh"] +dest_files=["res://godot/imported/desk.obj-17e3728e42bbcffa5d81d637f5194552.mesh", "res://godot/imported/desk.obj-17e3728e42bbcffa5d81d637f5194552.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/deskCorner.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/deskCorner.obj.import index d0d77fe..b133883 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/deskCorner.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/deskCorner.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://sadry14uvtur" -path="res://.godot/imported/deskCorner.obj-2ef47c2d0410bf8429c5315628922e1a.mesh" +path="res://godot/imported/deskCorner.obj-2ef47c2d0410bf8429c5315628922e1a.mesh" [deps] -files=["res://.godot/imported/deskCorner.obj-2ef47c2d0410bf8429c5315628922e1a.mesh"] +files=["res://godot/imported/deskCorner.obj-2ef47c2d0410bf8429c5315628922e1a.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/deskCorner.obj" -dest_files=["res://.godot/imported/deskCorner.obj-2ef47c2d0410bf8429c5315628922e1a.mesh", "res://.godot/imported/deskCorner.obj-2ef47c2d0410bf8429c5315628922e1a.mesh"] +dest_files=["res://godot/imported/deskCorner.obj-2ef47c2d0410bf8429c5315628922e1a.mesh", "res://godot/imported/deskCorner.obj-2ef47c2d0410bf8429c5315628922e1a.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/doorway.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/doorway.obj.import index a6397e1..cde7c1a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/doorway.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/doorway.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://c1038t7vqooqg" -path="res://.godot/imported/doorway.obj-125b7133bf988d5610339ef5daac9d87.mesh" +path="res://godot/imported/doorway.obj-125b7133bf988d5610339ef5daac9d87.mesh" [deps] -files=["res://.godot/imported/doorway.obj-125b7133bf988d5610339ef5daac9d87.mesh"] +files=["res://godot/imported/doorway.obj-125b7133bf988d5610339ef5daac9d87.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/doorway.obj" -dest_files=["res://.godot/imported/doorway.obj-125b7133bf988d5610339ef5daac9d87.mesh", "res://.godot/imported/doorway.obj-125b7133bf988d5610339ef5daac9d87.mesh"] +dest_files=["res://godot/imported/doorway.obj-125b7133bf988d5610339ef5daac9d87.mesh", "res://godot/imported/doorway.obj-125b7133bf988d5610339ef5daac9d87.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/doorwayFront.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/doorwayFront.obj.import index 3239337..14b3d68 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/doorwayFront.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/doorwayFront.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://cvqwtni6u3d47" -path="res://.godot/imported/doorwayFront.obj-14c33b939b445884dd22dc353f2a8209.mesh" +path="res://godot/imported/doorwayFront.obj-14c33b939b445884dd22dc353f2a8209.mesh" [deps] -files=["res://.godot/imported/doorwayFront.obj-14c33b939b445884dd22dc353f2a8209.mesh"] +files=["res://godot/imported/doorwayFront.obj-14c33b939b445884dd22dc353f2a8209.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/doorwayFront.obj" -dest_files=["res://.godot/imported/doorwayFront.obj-14c33b939b445884dd22dc353f2a8209.mesh", "res://.godot/imported/doorwayFront.obj-14c33b939b445884dd22dc353f2a8209.mesh"] +dest_files=["res://godot/imported/doorwayFront.obj-14c33b939b445884dd22dc353f2a8209.mesh", "res://godot/imported/doorwayFront.obj-14c33b939b445884dd22dc353f2a8209.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/doorwayOpen.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/doorwayOpen.obj.import index ef40ec5..3bb469e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/doorwayOpen.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/doorwayOpen.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://jxsv2gti56sg" -path="res://.godot/imported/doorwayOpen.obj-2d9e3f7c03a88d3a0d5b595c12c9bf7d.mesh" +path="res://godot/imported/doorwayOpen.obj-2d9e3f7c03a88d3a0d5b595c12c9bf7d.mesh" [deps] -files=["res://.godot/imported/doorwayOpen.obj-2d9e3f7c03a88d3a0d5b595c12c9bf7d.mesh"] +files=["res://godot/imported/doorwayOpen.obj-2d9e3f7c03a88d3a0d5b595c12c9bf7d.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/doorwayOpen.obj" -dest_files=["res://.godot/imported/doorwayOpen.obj-2d9e3f7c03a88d3a0d5b595c12c9bf7d.mesh", "res://.godot/imported/doorwayOpen.obj-2d9e3f7c03a88d3a0d5b595c12c9bf7d.mesh"] +dest_files=["res://godot/imported/doorwayOpen.obj-2d9e3f7c03a88d3a0d5b595c12c9bf7d.mesh", "res://godot/imported/doorwayOpen.obj-2d9e3f7c03a88d3a0d5b595c12c9bf7d.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/dryer.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/dryer.obj.import index 1d29d45..3227b95 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/dryer.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/dryer.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dugsje4b4ltrx" -path="res://.godot/imported/dryer.obj-e927db638984ab08f0ac36ee0f6445f8.mesh" +path="res://godot/imported/dryer.obj-e927db638984ab08f0ac36ee0f6445f8.mesh" [deps] -files=["res://.godot/imported/dryer.obj-e927db638984ab08f0ac36ee0f6445f8.mesh"] +files=["res://godot/imported/dryer.obj-e927db638984ab08f0ac36ee0f6445f8.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/dryer.obj" -dest_files=["res://.godot/imported/dryer.obj-e927db638984ab08f0ac36ee0f6445f8.mesh", "res://.godot/imported/dryer.obj-e927db638984ab08f0ac36ee0f6445f8.mesh"] +dest_files=["res://godot/imported/dryer.obj-e927db638984ab08f0ac36ee0f6445f8.mesh", "res://godot/imported/dryer.obj-e927db638984ab08f0ac36ee0f6445f8.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/floorCorner.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/floorCorner.obj.import index f1031a8..94b30c1 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/floorCorner.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/floorCorner.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://706hjlxihubj" -path="res://.godot/imported/floorCorner.obj-55f4f926341a2d78c3ab83c157c008f4.mesh" +path="res://godot/imported/floorCorner.obj-55f4f926341a2d78c3ab83c157c008f4.mesh" [deps] -files=["res://.godot/imported/floorCorner.obj-55f4f926341a2d78c3ab83c157c008f4.mesh"] +files=["res://godot/imported/floorCorner.obj-55f4f926341a2d78c3ab83c157c008f4.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/floorCorner.obj" -dest_files=["res://.godot/imported/floorCorner.obj-55f4f926341a2d78c3ab83c157c008f4.mesh", "res://.godot/imported/floorCorner.obj-55f4f926341a2d78c3ab83c157c008f4.mesh"] +dest_files=["res://godot/imported/floorCorner.obj-55f4f926341a2d78c3ab83c157c008f4.mesh", "res://godot/imported/floorCorner.obj-55f4f926341a2d78c3ab83c157c008f4.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/floorCornerRound.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/floorCornerRound.obj.import index 737096a..b74493a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/floorCornerRound.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/floorCornerRound.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://xnbifeewnivi" -path="res://.godot/imported/floorCornerRound.obj-d017a663ab0d976586fc06451d921947.mesh" +path="res://godot/imported/floorCornerRound.obj-d017a663ab0d976586fc06451d921947.mesh" [deps] -files=["res://.godot/imported/floorCornerRound.obj-d017a663ab0d976586fc06451d921947.mesh"] +files=["res://godot/imported/floorCornerRound.obj-d017a663ab0d976586fc06451d921947.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/floorCornerRound.obj" -dest_files=["res://.godot/imported/floorCornerRound.obj-d017a663ab0d976586fc06451d921947.mesh", "res://.godot/imported/floorCornerRound.obj-d017a663ab0d976586fc06451d921947.mesh"] +dest_files=["res://godot/imported/floorCornerRound.obj-d017a663ab0d976586fc06451d921947.mesh", "res://godot/imported/floorCornerRound.obj-d017a663ab0d976586fc06451d921947.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/floorFull.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/floorFull.obj.import index a8ebe3e..bb4fd6b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/floorFull.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/floorFull.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://d2qiewj8dk7lb" -path="res://.godot/imported/floorFull.obj-e6dcf4acdfb2ff048521064f7d92f6a3.mesh" +path="res://godot/imported/floorFull.obj-e6dcf4acdfb2ff048521064f7d92f6a3.mesh" [deps] -files=["res://.godot/imported/floorFull.obj-e6dcf4acdfb2ff048521064f7d92f6a3.mesh"] +files=["res://godot/imported/floorFull.obj-e6dcf4acdfb2ff048521064f7d92f6a3.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/floorFull.obj" -dest_files=["res://.godot/imported/floorFull.obj-e6dcf4acdfb2ff048521064f7d92f6a3.mesh", "res://.godot/imported/floorFull.obj-e6dcf4acdfb2ff048521064f7d92f6a3.mesh"] +dest_files=["res://godot/imported/floorFull.obj-e6dcf4acdfb2ff048521064f7d92f6a3.mesh", "res://godot/imported/floorFull.obj-e6dcf4acdfb2ff048521064f7d92f6a3.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/floorHalf.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/floorHalf.obj.import index 06cf98d..7de0cae 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/floorHalf.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/floorHalf.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://beqay633hmfys" -path="res://.godot/imported/floorHalf.obj-a62c735a61351a98c5ca731ac6598833.mesh" +path="res://godot/imported/floorHalf.obj-a62c735a61351a98c5ca731ac6598833.mesh" [deps] -files=["res://.godot/imported/floorHalf.obj-a62c735a61351a98c5ca731ac6598833.mesh"] +files=["res://godot/imported/floorHalf.obj-a62c735a61351a98c5ca731ac6598833.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/floorHalf.obj" -dest_files=["res://.godot/imported/floorHalf.obj-a62c735a61351a98c5ca731ac6598833.mesh", "res://.godot/imported/floorHalf.obj-a62c735a61351a98c5ca731ac6598833.mesh"] +dest_files=["res://godot/imported/floorHalf.obj-a62c735a61351a98c5ca731ac6598833.mesh", "res://godot/imported/floorHalf.obj-a62c735a61351a98c5ca731ac6598833.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/hoodLarge.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/hoodLarge.obj.import index fe740ee..1de5865 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/hoodLarge.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/hoodLarge.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://cnc04wb3bteh7" -path="res://.godot/imported/hoodLarge.obj-e35ce027682569e214d85bbfcfd505b1.mesh" +path="res://godot/imported/hoodLarge.obj-e35ce027682569e214d85bbfcfd505b1.mesh" [deps] -files=["res://.godot/imported/hoodLarge.obj-e35ce027682569e214d85bbfcfd505b1.mesh"] +files=["res://godot/imported/hoodLarge.obj-e35ce027682569e214d85bbfcfd505b1.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/hoodLarge.obj" -dest_files=["res://.godot/imported/hoodLarge.obj-e35ce027682569e214d85bbfcfd505b1.mesh", "res://.godot/imported/hoodLarge.obj-e35ce027682569e214d85bbfcfd505b1.mesh"] +dest_files=["res://godot/imported/hoodLarge.obj-e35ce027682569e214d85bbfcfd505b1.mesh", "res://godot/imported/hoodLarge.obj-e35ce027682569e214d85bbfcfd505b1.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/hoodModern.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/hoodModern.obj.import index 532437b..21f69b3 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/hoodModern.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/hoodModern.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://cwvnopiixidrw" -path="res://.godot/imported/hoodModern.obj-bf1c81e7fdf5e8b90bfc3e58fca362cf.mesh" +path="res://godot/imported/hoodModern.obj-bf1c81e7fdf5e8b90bfc3e58fca362cf.mesh" [deps] -files=["res://.godot/imported/hoodModern.obj-bf1c81e7fdf5e8b90bfc3e58fca362cf.mesh"] +files=["res://godot/imported/hoodModern.obj-bf1c81e7fdf5e8b90bfc3e58fca362cf.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/hoodModern.obj" -dest_files=["res://.godot/imported/hoodModern.obj-bf1c81e7fdf5e8b90bfc3e58fca362cf.mesh", "res://.godot/imported/hoodModern.obj-bf1c81e7fdf5e8b90bfc3e58fca362cf.mesh"] +dest_files=["res://godot/imported/hoodModern.obj-bf1c81e7fdf5e8b90bfc3e58fca362cf.mesh", "res://godot/imported/hoodModern.obj-bf1c81e7fdf5e8b90bfc3e58fca362cf.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenBar.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenBar.obj.import index 0c163ba..d9d41bf 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenBar.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenBar.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://cf4457k755h18" -path="res://.godot/imported/kitchenBar.obj-f99ded109a14ad06e1fdf6fa51e1447d.mesh" +path="res://godot/imported/kitchenBar.obj-f99ded109a14ad06e1fdf6fa51e1447d.mesh" [deps] -files=["res://.godot/imported/kitchenBar.obj-f99ded109a14ad06e1fdf6fa51e1447d.mesh"] +files=["res://godot/imported/kitchenBar.obj-f99ded109a14ad06e1fdf6fa51e1447d.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenBar.obj" -dest_files=["res://.godot/imported/kitchenBar.obj-f99ded109a14ad06e1fdf6fa51e1447d.mesh", "res://.godot/imported/kitchenBar.obj-f99ded109a14ad06e1fdf6fa51e1447d.mesh"] +dest_files=["res://godot/imported/kitchenBar.obj-f99ded109a14ad06e1fdf6fa51e1447d.mesh", "res://godot/imported/kitchenBar.obj-f99ded109a14ad06e1fdf6fa51e1447d.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenBarEnd.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenBarEnd.obj.import index 65f9264..9513942 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenBarEnd.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenBarEnd.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://bjayvbcbwbo7" -path="res://.godot/imported/kitchenBarEnd.obj-3875f3a6660ab8ef8ffe87d104062a7c.mesh" +path="res://godot/imported/kitchenBarEnd.obj-3875f3a6660ab8ef8ffe87d104062a7c.mesh" [deps] -files=["res://.godot/imported/kitchenBarEnd.obj-3875f3a6660ab8ef8ffe87d104062a7c.mesh"] +files=["res://godot/imported/kitchenBarEnd.obj-3875f3a6660ab8ef8ffe87d104062a7c.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenBarEnd.obj" -dest_files=["res://.godot/imported/kitchenBarEnd.obj-3875f3a6660ab8ef8ffe87d104062a7c.mesh", "res://.godot/imported/kitchenBarEnd.obj-3875f3a6660ab8ef8ffe87d104062a7c.mesh"] +dest_files=["res://godot/imported/kitchenBarEnd.obj-3875f3a6660ab8ef8ffe87d104062a7c.mesh", "res://godot/imported/kitchenBarEnd.obj-3875f3a6660ab8ef8ffe87d104062a7c.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenBlender.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenBlender.obj.import index a29a9d5..718be66 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenBlender.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenBlender.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://b026qo4588k0y" -path="res://.godot/imported/kitchenBlender.obj-43536eed2d8c25ddbaab29ddfbc999d1.mesh" +path="res://godot/imported/kitchenBlender.obj-43536eed2d8c25ddbaab29ddfbc999d1.mesh" [deps] -files=["res://.godot/imported/kitchenBlender.obj-43536eed2d8c25ddbaab29ddfbc999d1.mesh"] +files=["res://godot/imported/kitchenBlender.obj-43536eed2d8c25ddbaab29ddfbc999d1.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenBlender.obj" -dest_files=["res://.godot/imported/kitchenBlender.obj-43536eed2d8c25ddbaab29ddfbc999d1.mesh", "res://.godot/imported/kitchenBlender.obj-43536eed2d8c25ddbaab29ddfbc999d1.mesh"] +dest_files=["res://godot/imported/kitchenBlender.obj-43536eed2d8c25ddbaab29ddfbc999d1.mesh", "res://godot/imported/kitchenBlender.obj-43536eed2d8c25ddbaab29ddfbc999d1.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinet.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinet.obj.import index 1a0aa7c..afc1dd4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinet.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinet.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://ca8iwx51egges" -path="res://.godot/imported/kitchenCabinet.obj-a8fc8f62622a0870759eb8aafd4aa101.mesh" +path="res://godot/imported/kitchenCabinet.obj-a8fc8f62622a0870759eb8aafd4aa101.mesh" [deps] -files=["res://.godot/imported/kitchenCabinet.obj-a8fc8f62622a0870759eb8aafd4aa101.mesh"] +files=["res://godot/imported/kitchenCabinet.obj-a8fc8f62622a0870759eb8aafd4aa101.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinet.obj" -dest_files=["res://.godot/imported/kitchenCabinet.obj-a8fc8f62622a0870759eb8aafd4aa101.mesh", "res://.godot/imported/kitchenCabinet.obj-a8fc8f62622a0870759eb8aafd4aa101.mesh"] +dest_files=["res://godot/imported/kitchenCabinet.obj-a8fc8f62622a0870759eb8aafd4aa101.mesh", "res://godot/imported/kitchenCabinet.obj-a8fc8f62622a0870759eb8aafd4aa101.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetCornerInner.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetCornerInner.obj.import index e5216bd..ec89c69 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetCornerInner.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetCornerInner.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://br8pdm88cww1u" -path="res://.godot/imported/kitchenCabinetCornerInner.obj-ee5ffe3e7b5d16391a888952db29769c.mesh" +path="res://godot/imported/kitchenCabinetCornerInner.obj-ee5ffe3e7b5d16391a888952db29769c.mesh" [deps] -files=["res://.godot/imported/kitchenCabinetCornerInner.obj-ee5ffe3e7b5d16391a888952db29769c.mesh"] +files=["res://godot/imported/kitchenCabinetCornerInner.obj-ee5ffe3e7b5d16391a888952db29769c.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetCornerInner.obj" -dest_files=["res://.godot/imported/kitchenCabinetCornerInner.obj-ee5ffe3e7b5d16391a888952db29769c.mesh", "res://.godot/imported/kitchenCabinetCornerInner.obj-ee5ffe3e7b5d16391a888952db29769c.mesh"] +dest_files=["res://godot/imported/kitchenCabinetCornerInner.obj-ee5ffe3e7b5d16391a888952db29769c.mesh", "res://godot/imported/kitchenCabinetCornerInner.obj-ee5ffe3e7b5d16391a888952db29769c.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetCornerRound.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetCornerRound.obj.import index 4fc0a5b..a2d2cce 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetCornerRound.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetCornerRound.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://c3jyxt0kg0eus" -path="res://.godot/imported/kitchenCabinetCornerRound.obj-4fe69ff848d42b5c63c6d1f15512e3f0.mesh" +path="res://godot/imported/kitchenCabinetCornerRound.obj-4fe69ff848d42b5c63c6d1f15512e3f0.mesh" [deps] -files=["res://.godot/imported/kitchenCabinetCornerRound.obj-4fe69ff848d42b5c63c6d1f15512e3f0.mesh"] +files=["res://godot/imported/kitchenCabinetCornerRound.obj-4fe69ff848d42b5c63c6d1f15512e3f0.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetCornerRound.obj" -dest_files=["res://.godot/imported/kitchenCabinetCornerRound.obj-4fe69ff848d42b5c63c6d1f15512e3f0.mesh", "res://.godot/imported/kitchenCabinetCornerRound.obj-4fe69ff848d42b5c63c6d1f15512e3f0.mesh"] +dest_files=["res://godot/imported/kitchenCabinetCornerRound.obj-4fe69ff848d42b5c63c6d1f15512e3f0.mesh", "res://godot/imported/kitchenCabinetCornerRound.obj-4fe69ff848d42b5c63c6d1f15512e3f0.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetDrawer.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetDrawer.obj.import index 6d59c0d..5150f8f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetDrawer.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetDrawer.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://cyccg767i1sm" -path="res://.godot/imported/kitchenCabinetDrawer.obj-020b8081bc4c36eb2a81fc85ff20c496.mesh" +path="res://godot/imported/kitchenCabinetDrawer.obj-020b8081bc4c36eb2a81fc85ff20c496.mesh" [deps] -files=["res://.godot/imported/kitchenCabinetDrawer.obj-020b8081bc4c36eb2a81fc85ff20c496.mesh"] +files=["res://godot/imported/kitchenCabinetDrawer.obj-020b8081bc4c36eb2a81fc85ff20c496.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetDrawer.obj" -dest_files=["res://.godot/imported/kitchenCabinetDrawer.obj-020b8081bc4c36eb2a81fc85ff20c496.mesh", "res://.godot/imported/kitchenCabinetDrawer.obj-020b8081bc4c36eb2a81fc85ff20c496.mesh"] +dest_files=["res://godot/imported/kitchenCabinetDrawer.obj-020b8081bc4c36eb2a81fc85ff20c496.mesh", "res://godot/imported/kitchenCabinetDrawer.obj-020b8081bc4c36eb2a81fc85ff20c496.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetUpper.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetUpper.obj.import index 0078582..84a33d6 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetUpper.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetUpper.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://b2ebkw2omh57j" -path="res://.godot/imported/kitchenCabinetUpper.obj-a11c5e8934d33f00d8f14dfdd0711478.mesh" +path="res://godot/imported/kitchenCabinetUpper.obj-a11c5e8934d33f00d8f14dfdd0711478.mesh" [deps] -files=["res://.godot/imported/kitchenCabinetUpper.obj-a11c5e8934d33f00d8f14dfdd0711478.mesh"] +files=["res://godot/imported/kitchenCabinetUpper.obj-a11c5e8934d33f00d8f14dfdd0711478.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetUpper.obj" -dest_files=["res://.godot/imported/kitchenCabinetUpper.obj-a11c5e8934d33f00d8f14dfdd0711478.mesh", "res://.godot/imported/kitchenCabinetUpper.obj-a11c5e8934d33f00d8f14dfdd0711478.mesh"] +dest_files=["res://godot/imported/kitchenCabinetUpper.obj-a11c5e8934d33f00d8f14dfdd0711478.mesh", "res://godot/imported/kitchenCabinetUpper.obj-a11c5e8934d33f00d8f14dfdd0711478.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetUpperCorner.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetUpperCorner.obj.import index 6b6c915..d693f93 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetUpperCorner.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetUpperCorner.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://bs6jmce0lc75n" -path="res://.godot/imported/kitchenCabinetUpperCorner.obj-e92b9132eb2b0b1cafccc2efd196885d.mesh" +path="res://godot/imported/kitchenCabinetUpperCorner.obj-e92b9132eb2b0b1cafccc2efd196885d.mesh" [deps] -files=["res://.godot/imported/kitchenCabinetUpperCorner.obj-e92b9132eb2b0b1cafccc2efd196885d.mesh"] +files=["res://godot/imported/kitchenCabinetUpperCorner.obj-e92b9132eb2b0b1cafccc2efd196885d.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetUpperCorner.obj" -dest_files=["res://.godot/imported/kitchenCabinetUpperCorner.obj-e92b9132eb2b0b1cafccc2efd196885d.mesh", "res://.godot/imported/kitchenCabinetUpperCorner.obj-e92b9132eb2b0b1cafccc2efd196885d.mesh"] +dest_files=["res://godot/imported/kitchenCabinetUpperCorner.obj-e92b9132eb2b0b1cafccc2efd196885d.mesh", "res://godot/imported/kitchenCabinetUpperCorner.obj-e92b9132eb2b0b1cafccc2efd196885d.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetUpperDouble.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetUpperDouble.obj.import index 03bac38..f72f925 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetUpperDouble.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetUpperDouble.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dhrphtxbnj5ig" -path="res://.godot/imported/kitchenCabinetUpperDouble.obj-eca3853c16cc677f2f78c784e30a9ac5.mesh" +path="res://godot/imported/kitchenCabinetUpperDouble.obj-eca3853c16cc677f2f78c784e30a9ac5.mesh" [deps] -files=["res://.godot/imported/kitchenCabinetUpperDouble.obj-eca3853c16cc677f2f78c784e30a9ac5.mesh"] +files=["res://godot/imported/kitchenCabinetUpperDouble.obj-eca3853c16cc677f2f78c784e30a9ac5.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetUpperDouble.obj" -dest_files=["res://.godot/imported/kitchenCabinetUpperDouble.obj-eca3853c16cc677f2f78c784e30a9ac5.mesh", "res://.godot/imported/kitchenCabinetUpperDouble.obj-eca3853c16cc677f2f78c784e30a9ac5.mesh"] +dest_files=["res://godot/imported/kitchenCabinetUpperDouble.obj-eca3853c16cc677f2f78c784e30a9ac5.mesh", "res://godot/imported/kitchenCabinetUpperDouble.obj-eca3853c16cc677f2f78c784e30a9ac5.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetUpperLow.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetUpperLow.obj.import index c33b989..fb4eacb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetUpperLow.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetUpperLow.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dv5qdx0pxdp6b" -path="res://.godot/imported/kitchenCabinetUpperLow.obj-fc4bd5f77e11cc66a6fed370541ccf2e.mesh" +path="res://godot/imported/kitchenCabinetUpperLow.obj-fc4bd5f77e11cc66a6fed370541ccf2e.mesh" [deps] -files=["res://.godot/imported/kitchenCabinetUpperLow.obj-fc4bd5f77e11cc66a6fed370541ccf2e.mesh"] +files=["res://godot/imported/kitchenCabinetUpperLow.obj-fc4bd5f77e11cc66a6fed370541ccf2e.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCabinetUpperLow.obj" -dest_files=["res://.godot/imported/kitchenCabinetUpperLow.obj-fc4bd5f77e11cc66a6fed370541ccf2e.mesh", "res://.godot/imported/kitchenCabinetUpperLow.obj-fc4bd5f77e11cc66a6fed370541ccf2e.mesh"] +dest_files=["res://godot/imported/kitchenCabinetUpperLow.obj-fc4bd5f77e11cc66a6fed370541ccf2e.mesh", "res://godot/imported/kitchenCabinetUpperLow.obj-fc4bd5f77e11cc66a6fed370541ccf2e.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCoffeeMachine.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCoffeeMachine.obj.import index d5a44ab..e853363 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCoffeeMachine.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCoffeeMachine.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://rdogt7nbnksw" -path="res://.godot/imported/kitchenCoffeeMachine.obj-64a2b88d7e3f1b8aa807f2c6bca6a9c3.mesh" +path="res://godot/imported/kitchenCoffeeMachine.obj-64a2b88d7e3f1b8aa807f2c6bca6a9c3.mesh" [deps] -files=["res://.godot/imported/kitchenCoffeeMachine.obj-64a2b88d7e3f1b8aa807f2c6bca6a9c3.mesh"] +files=["res://godot/imported/kitchenCoffeeMachine.obj-64a2b88d7e3f1b8aa807f2c6bca6a9c3.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenCoffeeMachine.obj" -dest_files=["res://.godot/imported/kitchenCoffeeMachine.obj-64a2b88d7e3f1b8aa807f2c6bca6a9c3.mesh", "res://.godot/imported/kitchenCoffeeMachine.obj-64a2b88d7e3f1b8aa807f2c6bca6a9c3.mesh"] +dest_files=["res://godot/imported/kitchenCoffeeMachine.obj-64a2b88d7e3f1b8aa807f2c6bca6a9c3.mesh", "res://godot/imported/kitchenCoffeeMachine.obj-64a2b88d7e3f1b8aa807f2c6bca6a9c3.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenFridge.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenFridge.obj.import index e317937..36f5cb2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenFridge.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenFridge.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://84oohwkb47m4" -path="res://.godot/imported/kitchenFridge.obj-c53abe6fdaab4139813e265aeb8a0224.mesh" +path="res://godot/imported/kitchenFridge.obj-c53abe6fdaab4139813e265aeb8a0224.mesh" [deps] -files=["res://.godot/imported/kitchenFridge.obj-c53abe6fdaab4139813e265aeb8a0224.mesh"] +files=["res://godot/imported/kitchenFridge.obj-c53abe6fdaab4139813e265aeb8a0224.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenFridge.obj" -dest_files=["res://.godot/imported/kitchenFridge.obj-c53abe6fdaab4139813e265aeb8a0224.mesh", "res://.godot/imported/kitchenFridge.obj-c53abe6fdaab4139813e265aeb8a0224.mesh"] +dest_files=["res://godot/imported/kitchenFridge.obj-c53abe6fdaab4139813e265aeb8a0224.mesh", "res://godot/imported/kitchenFridge.obj-c53abe6fdaab4139813e265aeb8a0224.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenFridgeBuiltIn.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenFridgeBuiltIn.obj.import index 47e1713..79100d9 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenFridgeBuiltIn.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenFridgeBuiltIn.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://c381alhw7um2m" -path="res://.godot/imported/kitchenFridgeBuiltIn.obj-e76753b7135488265a8a9b7ba6b7ea19.mesh" +path="res://godot/imported/kitchenFridgeBuiltIn.obj-e76753b7135488265a8a9b7ba6b7ea19.mesh" [deps] -files=["res://.godot/imported/kitchenFridgeBuiltIn.obj-e76753b7135488265a8a9b7ba6b7ea19.mesh"] +files=["res://godot/imported/kitchenFridgeBuiltIn.obj-e76753b7135488265a8a9b7ba6b7ea19.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenFridgeBuiltIn.obj" -dest_files=["res://.godot/imported/kitchenFridgeBuiltIn.obj-e76753b7135488265a8a9b7ba6b7ea19.mesh", "res://.godot/imported/kitchenFridgeBuiltIn.obj-e76753b7135488265a8a9b7ba6b7ea19.mesh"] +dest_files=["res://godot/imported/kitchenFridgeBuiltIn.obj-e76753b7135488265a8a9b7ba6b7ea19.mesh", "res://godot/imported/kitchenFridgeBuiltIn.obj-e76753b7135488265a8a9b7ba6b7ea19.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenFridgeLarge.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenFridgeLarge.obj.import index 765aadf..8a2e369 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenFridgeLarge.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenFridgeLarge.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://8paxvyx15oqj" -path="res://.godot/imported/kitchenFridgeLarge.obj-6f59256c2e1ac5ee52afbe9f6c7cfb73.mesh" +path="res://godot/imported/kitchenFridgeLarge.obj-6f59256c2e1ac5ee52afbe9f6c7cfb73.mesh" [deps] -files=["res://.godot/imported/kitchenFridgeLarge.obj-6f59256c2e1ac5ee52afbe9f6c7cfb73.mesh"] +files=["res://godot/imported/kitchenFridgeLarge.obj-6f59256c2e1ac5ee52afbe9f6c7cfb73.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenFridgeLarge.obj" -dest_files=["res://.godot/imported/kitchenFridgeLarge.obj-6f59256c2e1ac5ee52afbe9f6c7cfb73.mesh", "res://.godot/imported/kitchenFridgeLarge.obj-6f59256c2e1ac5ee52afbe9f6c7cfb73.mesh"] +dest_files=["res://godot/imported/kitchenFridgeLarge.obj-6f59256c2e1ac5ee52afbe9f6c7cfb73.mesh", "res://godot/imported/kitchenFridgeLarge.obj-6f59256c2e1ac5ee52afbe9f6c7cfb73.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenFridgeSmall.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenFridgeSmall.obj.import index ccaeace..8b3a198 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenFridgeSmall.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenFridgeSmall.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://b4ixins1vjhwd" -path="res://.godot/imported/kitchenFridgeSmall.obj-a5c45b1d8b12292f3060330683b2f120.mesh" +path="res://godot/imported/kitchenFridgeSmall.obj-a5c45b1d8b12292f3060330683b2f120.mesh" [deps] -files=["res://.godot/imported/kitchenFridgeSmall.obj-a5c45b1d8b12292f3060330683b2f120.mesh"] +files=["res://godot/imported/kitchenFridgeSmall.obj-a5c45b1d8b12292f3060330683b2f120.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenFridgeSmall.obj" -dest_files=["res://.godot/imported/kitchenFridgeSmall.obj-a5c45b1d8b12292f3060330683b2f120.mesh", "res://.godot/imported/kitchenFridgeSmall.obj-a5c45b1d8b12292f3060330683b2f120.mesh"] +dest_files=["res://godot/imported/kitchenFridgeSmall.obj-a5c45b1d8b12292f3060330683b2f120.mesh", "res://godot/imported/kitchenFridgeSmall.obj-a5c45b1d8b12292f3060330683b2f120.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenMicrowave.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenMicrowave.obj.import index 41f8f13..6b1e9ab 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenMicrowave.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenMicrowave.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://wbrt6raf0lwk" -path="res://.godot/imported/kitchenMicrowave.obj-7556c16072461c354de60843506f7fa3.mesh" +path="res://godot/imported/kitchenMicrowave.obj-7556c16072461c354de60843506f7fa3.mesh" [deps] -files=["res://.godot/imported/kitchenMicrowave.obj-7556c16072461c354de60843506f7fa3.mesh"] +files=["res://godot/imported/kitchenMicrowave.obj-7556c16072461c354de60843506f7fa3.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenMicrowave.obj" -dest_files=["res://.godot/imported/kitchenMicrowave.obj-7556c16072461c354de60843506f7fa3.mesh", "res://.godot/imported/kitchenMicrowave.obj-7556c16072461c354de60843506f7fa3.mesh"] +dest_files=["res://godot/imported/kitchenMicrowave.obj-7556c16072461c354de60843506f7fa3.mesh", "res://godot/imported/kitchenMicrowave.obj-7556c16072461c354de60843506f7fa3.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenSink.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenSink.obj.import index 27e267a..6ea2f44 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenSink.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenSink.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://b25x32iyax6vj" -path="res://.godot/imported/kitchenSink.obj-469810e978bfcc81f2c83762e5d8eb1e.mesh" +path="res://godot/imported/kitchenSink.obj-469810e978bfcc81f2c83762e5d8eb1e.mesh" [deps] -files=["res://.godot/imported/kitchenSink.obj-469810e978bfcc81f2c83762e5d8eb1e.mesh"] +files=["res://godot/imported/kitchenSink.obj-469810e978bfcc81f2c83762e5d8eb1e.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenSink.obj" -dest_files=["res://.godot/imported/kitchenSink.obj-469810e978bfcc81f2c83762e5d8eb1e.mesh", "res://.godot/imported/kitchenSink.obj-469810e978bfcc81f2c83762e5d8eb1e.mesh"] +dest_files=["res://godot/imported/kitchenSink.obj-469810e978bfcc81f2c83762e5d8eb1e.mesh", "res://godot/imported/kitchenSink.obj-469810e978bfcc81f2c83762e5d8eb1e.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenStove.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenStove.obj.import index 5b58acb..4c7bfb9 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenStove.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenStove.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://d3oqjvaxkumon" -path="res://.godot/imported/kitchenStove.obj-9730d689fb3870dbb52781b6dd6ce12c.mesh" +path="res://godot/imported/kitchenStove.obj-9730d689fb3870dbb52781b6dd6ce12c.mesh" [deps] -files=["res://.godot/imported/kitchenStove.obj-9730d689fb3870dbb52781b6dd6ce12c.mesh"] +files=["res://godot/imported/kitchenStove.obj-9730d689fb3870dbb52781b6dd6ce12c.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenStove.obj" -dest_files=["res://.godot/imported/kitchenStove.obj-9730d689fb3870dbb52781b6dd6ce12c.mesh", "res://.godot/imported/kitchenStove.obj-9730d689fb3870dbb52781b6dd6ce12c.mesh"] +dest_files=["res://godot/imported/kitchenStove.obj-9730d689fb3870dbb52781b6dd6ce12c.mesh", "res://godot/imported/kitchenStove.obj-9730d689fb3870dbb52781b6dd6ce12c.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenStoveElectric.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenStoveElectric.obj.import index fcb0788..b366ed1 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenStoveElectric.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenStoveElectric.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dfl86nmw1r8vx" -path="res://.godot/imported/kitchenStoveElectric.obj-cb4b31315a31bb7a16a0e755023876b6.mesh" +path="res://godot/imported/kitchenStoveElectric.obj-cb4b31315a31bb7a16a0e755023876b6.mesh" [deps] -files=["res://.godot/imported/kitchenStoveElectric.obj-cb4b31315a31bb7a16a0e755023876b6.mesh"] +files=["res://godot/imported/kitchenStoveElectric.obj-cb4b31315a31bb7a16a0e755023876b6.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/kitchenStoveElectric.obj" -dest_files=["res://.godot/imported/kitchenStoveElectric.obj-cb4b31315a31bb7a16a0e755023876b6.mesh", "res://.godot/imported/kitchenStoveElectric.obj-cb4b31315a31bb7a16a0e755023876b6.mesh"] +dest_files=["res://godot/imported/kitchenStoveElectric.obj-cb4b31315a31bb7a16a0e755023876b6.mesh", "res://godot/imported/kitchenStoveElectric.obj-cb4b31315a31bb7a16a0e755023876b6.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/lampRoundFloor.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/lampRoundFloor.obj.import index c3015ba..92459c4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/lampRoundFloor.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/lampRoundFloor.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dd8mgpawjalxu" -path="res://.godot/imported/lampRoundFloor.obj-82b9f2c20a66321ec2bd637b84325d13.mesh" +path="res://godot/imported/lampRoundFloor.obj-82b9f2c20a66321ec2bd637b84325d13.mesh" [deps] -files=["res://.godot/imported/lampRoundFloor.obj-82b9f2c20a66321ec2bd637b84325d13.mesh"] +files=["res://godot/imported/lampRoundFloor.obj-82b9f2c20a66321ec2bd637b84325d13.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/lampRoundFloor.obj" -dest_files=["res://.godot/imported/lampRoundFloor.obj-82b9f2c20a66321ec2bd637b84325d13.mesh", "res://.godot/imported/lampRoundFloor.obj-82b9f2c20a66321ec2bd637b84325d13.mesh"] +dest_files=["res://godot/imported/lampRoundFloor.obj-82b9f2c20a66321ec2bd637b84325d13.mesh", "res://godot/imported/lampRoundFloor.obj-82b9f2c20a66321ec2bd637b84325d13.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/lampRoundTable.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/lampRoundTable.obj.import index 9afe1e6..097728a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/lampRoundTable.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/lampRoundTable.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dq82xwrp0wdpm" -path="res://.godot/imported/lampRoundTable.obj-ea79752a3f637a57f78d39465154dde1.mesh" +path="res://godot/imported/lampRoundTable.obj-ea79752a3f637a57f78d39465154dde1.mesh" [deps] -files=["res://.godot/imported/lampRoundTable.obj-ea79752a3f637a57f78d39465154dde1.mesh"] +files=["res://godot/imported/lampRoundTable.obj-ea79752a3f637a57f78d39465154dde1.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/lampRoundTable.obj" -dest_files=["res://.godot/imported/lampRoundTable.obj-ea79752a3f637a57f78d39465154dde1.mesh", "res://.godot/imported/lampRoundTable.obj-ea79752a3f637a57f78d39465154dde1.mesh"] +dest_files=["res://godot/imported/lampRoundTable.obj-ea79752a3f637a57f78d39465154dde1.mesh", "res://godot/imported/lampRoundTable.obj-ea79752a3f637a57f78d39465154dde1.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/lampSquareCeiling.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/lampSquareCeiling.obj.import index 4804168..61efb25 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/lampSquareCeiling.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/lampSquareCeiling.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://ely7hy07dwa4" -path="res://.godot/imported/lampSquareCeiling.obj-e170354a6473e037619b150e2123f0d5.mesh" +path="res://godot/imported/lampSquareCeiling.obj-e170354a6473e037619b150e2123f0d5.mesh" [deps] -files=["res://.godot/imported/lampSquareCeiling.obj-e170354a6473e037619b150e2123f0d5.mesh"] +files=["res://godot/imported/lampSquareCeiling.obj-e170354a6473e037619b150e2123f0d5.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/lampSquareCeiling.obj" -dest_files=["res://.godot/imported/lampSquareCeiling.obj-e170354a6473e037619b150e2123f0d5.mesh", "res://.godot/imported/lampSquareCeiling.obj-e170354a6473e037619b150e2123f0d5.mesh"] +dest_files=["res://godot/imported/lampSquareCeiling.obj-e170354a6473e037619b150e2123f0d5.mesh", "res://godot/imported/lampSquareCeiling.obj-e170354a6473e037619b150e2123f0d5.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/lampSquareFloor.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/lampSquareFloor.obj.import index 462f43a..3d0ccdc 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/lampSquareFloor.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/lampSquareFloor.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://tr7fy70qrwrc" -path="res://.godot/imported/lampSquareFloor.obj-0503b6e9426293a896b54d8a7491d1c7.mesh" +path="res://godot/imported/lampSquareFloor.obj-0503b6e9426293a896b54d8a7491d1c7.mesh" [deps] -files=["res://.godot/imported/lampSquareFloor.obj-0503b6e9426293a896b54d8a7491d1c7.mesh"] +files=["res://godot/imported/lampSquareFloor.obj-0503b6e9426293a896b54d8a7491d1c7.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/lampSquareFloor.obj" -dest_files=["res://.godot/imported/lampSquareFloor.obj-0503b6e9426293a896b54d8a7491d1c7.mesh", "res://.godot/imported/lampSquareFloor.obj-0503b6e9426293a896b54d8a7491d1c7.mesh"] +dest_files=["res://godot/imported/lampSquareFloor.obj-0503b6e9426293a896b54d8a7491d1c7.mesh", "res://godot/imported/lampSquareFloor.obj-0503b6e9426293a896b54d8a7491d1c7.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/lampSquareTable.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/lampSquareTable.obj.import index 4609efa..8ed9e78 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/lampSquareTable.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/lampSquareTable.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://nktumrd5e3ly" -path="res://.godot/imported/lampSquareTable.obj-54120d2e545861acb09c15d3c97d61ef.mesh" +path="res://godot/imported/lampSquareTable.obj-54120d2e545861acb09c15d3c97d61ef.mesh" [deps] -files=["res://.godot/imported/lampSquareTable.obj-54120d2e545861acb09c15d3c97d61ef.mesh"] +files=["res://godot/imported/lampSquareTable.obj-54120d2e545861acb09c15d3c97d61ef.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/lampSquareTable.obj" -dest_files=["res://.godot/imported/lampSquareTable.obj-54120d2e545861acb09c15d3c97d61ef.mesh", "res://.godot/imported/lampSquareTable.obj-54120d2e545861acb09c15d3c97d61ef.mesh"] +dest_files=["res://godot/imported/lampSquareTable.obj-54120d2e545861acb09c15d3c97d61ef.mesh", "res://godot/imported/lampSquareTable.obj-54120d2e545861acb09c15d3c97d61ef.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/lampWall.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/lampWall.obj.import index 0efea0d..74f5325 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/lampWall.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/lampWall.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://cjw4vogpt2j7i" -path="res://.godot/imported/lampWall.obj-23d0b3d0f8b5b3f8bc56237ba87cddae.mesh" +path="res://godot/imported/lampWall.obj-23d0b3d0f8b5b3f8bc56237ba87cddae.mesh" [deps] -files=["res://.godot/imported/lampWall.obj-23d0b3d0f8b5b3f8bc56237ba87cddae.mesh"] +files=["res://godot/imported/lampWall.obj-23d0b3d0f8b5b3f8bc56237ba87cddae.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/lampWall.obj" -dest_files=["res://.godot/imported/lampWall.obj-23d0b3d0f8b5b3f8bc56237ba87cddae.mesh", "res://.godot/imported/lampWall.obj-23d0b3d0f8b5b3f8bc56237ba87cddae.mesh"] +dest_files=["res://godot/imported/lampWall.obj-23d0b3d0f8b5b3f8bc56237ba87cddae.mesh", "res://godot/imported/lampWall.obj-23d0b3d0f8b5b3f8bc56237ba87cddae.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/laptop.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/laptop.obj.import index 0054b2d..b20e0c6 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/laptop.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/laptop.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://cmn8bt68k8yve" -path="res://.godot/imported/laptop.obj-deb77daffb05a2a8afbc62c8ed99490b.mesh" +path="res://godot/imported/laptop.obj-deb77daffb05a2a8afbc62c8ed99490b.mesh" [deps] -files=["res://.godot/imported/laptop.obj-deb77daffb05a2a8afbc62c8ed99490b.mesh"] +files=["res://godot/imported/laptop.obj-deb77daffb05a2a8afbc62c8ed99490b.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/laptop.obj" -dest_files=["res://.godot/imported/laptop.obj-deb77daffb05a2a8afbc62c8ed99490b.mesh", "res://.godot/imported/laptop.obj-deb77daffb05a2a8afbc62c8ed99490b.mesh"] +dest_files=["res://godot/imported/laptop.obj-deb77daffb05a2a8afbc62c8ed99490b.mesh", "res://godot/imported/laptop.obj-deb77daffb05a2a8afbc62c8ed99490b.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeChair.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeChair.obj.import index e279e4b..ccb1458 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeChair.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeChair.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://vig5iw0j1fp" -path="res://.godot/imported/loungeChair.obj-17edc5f04044a3339336e2bf9f4c2f21.mesh" +path="res://godot/imported/loungeChair.obj-17edc5f04044a3339336e2bf9f4c2f21.mesh" [deps] -files=["res://.godot/imported/loungeChair.obj-17edc5f04044a3339336e2bf9f4c2f21.mesh"] +files=["res://godot/imported/loungeChair.obj-17edc5f04044a3339336e2bf9f4c2f21.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/loungeChair.obj" -dest_files=["res://.godot/imported/loungeChair.obj-17edc5f04044a3339336e2bf9f4c2f21.mesh", "res://.godot/imported/loungeChair.obj-17edc5f04044a3339336e2bf9f4c2f21.mesh"] +dest_files=["res://godot/imported/loungeChair.obj-17edc5f04044a3339336e2bf9f4c2f21.mesh", "res://godot/imported/loungeChair.obj-17edc5f04044a3339336e2bf9f4c2f21.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeChairRelax.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeChairRelax.obj.import index 5aa5770..0bc8f0c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeChairRelax.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeChairRelax.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://d0g14o7bxm4fh" -path="res://.godot/imported/loungeChairRelax.obj-ea0550a940bde8023793ad5d17647ce5.mesh" +path="res://godot/imported/loungeChairRelax.obj-ea0550a940bde8023793ad5d17647ce5.mesh" [deps] -files=["res://.godot/imported/loungeChairRelax.obj-ea0550a940bde8023793ad5d17647ce5.mesh"] +files=["res://godot/imported/loungeChairRelax.obj-ea0550a940bde8023793ad5d17647ce5.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/loungeChairRelax.obj" -dest_files=["res://.godot/imported/loungeChairRelax.obj-ea0550a940bde8023793ad5d17647ce5.mesh", "res://.godot/imported/loungeChairRelax.obj-ea0550a940bde8023793ad5d17647ce5.mesh"] +dest_files=["res://godot/imported/loungeChairRelax.obj-ea0550a940bde8023793ad5d17647ce5.mesh", "res://godot/imported/loungeChairRelax.obj-ea0550a940bde8023793ad5d17647ce5.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeDesignChair.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeDesignChair.obj.import index dc94263..e5290c5 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeDesignChair.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeDesignChair.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dg5xumycvpccq" -path="res://.godot/imported/loungeDesignChair.obj-0ffa696fcb752594b7d852a120c3a3e2.mesh" +path="res://godot/imported/loungeDesignChair.obj-0ffa696fcb752594b7d852a120c3a3e2.mesh" [deps] -files=["res://.godot/imported/loungeDesignChair.obj-0ffa696fcb752594b7d852a120c3a3e2.mesh"] +files=["res://godot/imported/loungeDesignChair.obj-0ffa696fcb752594b7d852a120c3a3e2.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/loungeDesignChair.obj" -dest_files=["res://.godot/imported/loungeDesignChair.obj-0ffa696fcb752594b7d852a120c3a3e2.mesh", "res://.godot/imported/loungeDesignChair.obj-0ffa696fcb752594b7d852a120c3a3e2.mesh"] +dest_files=["res://godot/imported/loungeDesignChair.obj-0ffa696fcb752594b7d852a120c3a3e2.mesh", "res://godot/imported/loungeDesignChair.obj-0ffa696fcb752594b7d852a120c3a3e2.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeDesignSofa.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeDesignSofa.obj.import index 8ccedfc..4bbd8c4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeDesignSofa.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeDesignSofa.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://4g6wof4u0hug" -path="res://.godot/imported/loungeDesignSofa.obj-edb589c42a5a07164613d14b0aa94a08.mesh" +path="res://godot/imported/loungeDesignSofa.obj-edb589c42a5a07164613d14b0aa94a08.mesh" [deps] -files=["res://.godot/imported/loungeDesignSofa.obj-edb589c42a5a07164613d14b0aa94a08.mesh"] +files=["res://godot/imported/loungeDesignSofa.obj-edb589c42a5a07164613d14b0aa94a08.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/loungeDesignSofa.obj" -dest_files=["res://.godot/imported/loungeDesignSofa.obj-edb589c42a5a07164613d14b0aa94a08.mesh", "res://.godot/imported/loungeDesignSofa.obj-edb589c42a5a07164613d14b0aa94a08.mesh"] +dest_files=["res://godot/imported/loungeDesignSofa.obj-edb589c42a5a07164613d14b0aa94a08.mesh", "res://godot/imported/loungeDesignSofa.obj-edb589c42a5a07164613d14b0aa94a08.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeDesignSofaCorner.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeDesignSofaCorner.obj.import index 0159538..d6b6572 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeDesignSofaCorner.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeDesignSofaCorner.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://eebhgfyhin8n" -path="res://.godot/imported/loungeDesignSofaCorner.obj-6fc04603206d5e6d88f897c40e473689.mesh" +path="res://godot/imported/loungeDesignSofaCorner.obj-6fc04603206d5e6d88f897c40e473689.mesh" [deps] -files=["res://.godot/imported/loungeDesignSofaCorner.obj-6fc04603206d5e6d88f897c40e473689.mesh"] +files=["res://godot/imported/loungeDesignSofaCorner.obj-6fc04603206d5e6d88f897c40e473689.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/loungeDesignSofaCorner.obj" -dest_files=["res://.godot/imported/loungeDesignSofaCorner.obj-6fc04603206d5e6d88f897c40e473689.mesh", "res://.godot/imported/loungeDesignSofaCorner.obj-6fc04603206d5e6d88f897c40e473689.mesh"] +dest_files=["res://godot/imported/loungeDesignSofaCorner.obj-6fc04603206d5e6d88f897c40e473689.mesh", "res://godot/imported/loungeDesignSofaCorner.obj-6fc04603206d5e6d88f897c40e473689.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeSofa.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeSofa.obj.import index 58dc295..400dc96 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeSofa.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeSofa.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dcwqxl6ik6t84" -path="res://.godot/imported/loungeSofa.obj-dbdd8e9528051a9b619891c8657540fa.mesh" +path="res://godot/imported/loungeSofa.obj-dbdd8e9528051a9b619891c8657540fa.mesh" [deps] -files=["res://.godot/imported/loungeSofa.obj-dbdd8e9528051a9b619891c8657540fa.mesh"] +files=["res://godot/imported/loungeSofa.obj-dbdd8e9528051a9b619891c8657540fa.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/loungeSofa.obj" -dest_files=["res://.godot/imported/loungeSofa.obj-dbdd8e9528051a9b619891c8657540fa.mesh", "res://.godot/imported/loungeSofa.obj-dbdd8e9528051a9b619891c8657540fa.mesh"] +dest_files=["res://godot/imported/loungeSofa.obj-dbdd8e9528051a9b619891c8657540fa.mesh", "res://godot/imported/loungeSofa.obj-dbdd8e9528051a9b619891c8657540fa.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeSofaCorner.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeSofaCorner.obj.import index 66e73e3..aa2b71b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeSofaCorner.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeSofaCorner.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://df8xuw0nkltrt" -path="res://.godot/imported/loungeSofaCorner.obj-c2a6d8d45ced3196b3f8a3d8210e7653.mesh" +path="res://godot/imported/loungeSofaCorner.obj-c2a6d8d45ced3196b3f8a3d8210e7653.mesh" [deps] -files=["res://.godot/imported/loungeSofaCorner.obj-c2a6d8d45ced3196b3f8a3d8210e7653.mesh"] +files=["res://godot/imported/loungeSofaCorner.obj-c2a6d8d45ced3196b3f8a3d8210e7653.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/loungeSofaCorner.obj" -dest_files=["res://.godot/imported/loungeSofaCorner.obj-c2a6d8d45ced3196b3f8a3d8210e7653.mesh", "res://.godot/imported/loungeSofaCorner.obj-c2a6d8d45ced3196b3f8a3d8210e7653.mesh"] +dest_files=["res://godot/imported/loungeSofaCorner.obj-c2a6d8d45ced3196b3f8a3d8210e7653.mesh", "res://godot/imported/loungeSofaCorner.obj-c2a6d8d45ced3196b3f8a3d8210e7653.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeSofaLong.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeSofaLong.obj.import index c0b55dc..235a3f2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeSofaLong.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeSofaLong.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://4yqcrqu54lmh" -path="res://.godot/imported/loungeSofaLong.obj-4a3c26818e1095d484840b26cc1d9f96.mesh" +path="res://godot/imported/loungeSofaLong.obj-4a3c26818e1095d484840b26cc1d9f96.mesh" [deps] -files=["res://.godot/imported/loungeSofaLong.obj-4a3c26818e1095d484840b26cc1d9f96.mesh"] +files=["res://godot/imported/loungeSofaLong.obj-4a3c26818e1095d484840b26cc1d9f96.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/loungeSofaLong.obj" -dest_files=["res://.godot/imported/loungeSofaLong.obj-4a3c26818e1095d484840b26cc1d9f96.mesh", "res://.godot/imported/loungeSofaLong.obj-4a3c26818e1095d484840b26cc1d9f96.mesh"] +dest_files=["res://godot/imported/loungeSofaLong.obj-4a3c26818e1095d484840b26cc1d9f96.mesh", "res://godot/imported/loungeSofaLong.obj-4a3c26818e1095d484840b26cc1d9f96.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeSofaOttoman.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeSofaOttoman.obj.import index 1a91350..49eab9c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeSofaOttoman.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/loungeSofaOttoman.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://ckie3dfca3x7q" -path="res://.godot/imported/loungeSofaOttoman.obj-ccb0d3a907819be5e024b9cc8821a45c.mesh" +path="res://godot/imported/loungeSofaOttoman.obj-ccb0d3a907819be5e024b9cc8821a45c.mesh" [deps] -files=["res://.godot/imported/loungeSofaOttoman.obj-ccb0d3a907819be5e024b9cc8821a45c.mesh"] +files=["res://godot/imported/loungeSofaOttoman.obj-ccb0d3a907819be5e024b9cc8821a45c.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/loungeSofaOttoman.obj" -dest_files=["res://.godot/imported/loungeSofaOttoman.obj-ccb0d3a907819be5e024b9cc8821a45c.mesh", "res://.godot/imported/loungeSofaOttoman.obj-ccb0d3a907819be5e024b9cc8821a45c.mesh"] +dest_files=["res://godot/imported/loungeSofaOttoman.obj-ccb0d3a907819be5e024b9cc8821a45c.mesh", "res://godot/imported/loungeSofaOttoman.obj-ccb0d3a907819be5e024b9cc8821a45c.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/paneling.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/paneling.obj.import index f38e8fe..1024390 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/paneling.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/paneling.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://bdkvf2l52gnxo" -path="res://.godot/imported/paneling.obj-c9617e345d32906addb13e973535e487.mesh" +path="res://godot/imported/paneling.obj-c9617e345d32906addb13e973535e487.mesh" [deps] -files=["res://.godot/imported/paneling.obj-c9617e345d32906addb13e973535e487.mesh"] +files=["res://godot/imported/paneling.obj-c9617e345d32906addb13e973535e487.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/paneling.obj" -dest_files=["res://.godot/imported/paneling.obj-c9617e345d32906addb13e973535e487.mesh", "res://.godot/imported/paneling.obj-c9617e345d32906addb13e973535e487.mesh"] +dest_files=["res://godot/imported/paneling.obj-c9617e345d32906addb13e973535e487.mesh", "res://godot/imported/paneling.obj-c9617e345d32906addb13e973535e487.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/pillow.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/pillow.obj.import index f249545..231e0c2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/pillow.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/pillow.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://bj2bwcsi0vrmh" -path="res://.godot/imported/pillow.obj-63f09e33a89408e8b9504320e9b3c31d.mesh" +path="res://godot/imported/pillow.obj-63f09e33a89408e8b9504320e9b3c31d.mesh" [deps] -files=["res://.godot/imported/pillow.obj-63f09e33a89408e8b9504320e9b3c31d.mesh"] +files=["res://godot/imported/pillow.obj-63f09e33a89408e8b9504320e9b3c31d.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/pillow.obj" -dest_files=["res://.godot/imported/pillow.obj-63f09e33a89408e8b9504320e9b3c31d.mesh", "res://.godot/imported/pillow.obj-63f09e33a89408e8b9504320e9b3c31d.mesh"] +dest_files=["res://godot/imported/pillow.obj-63f09e33a89408e8b9504320e9b3c31d.mesh", "res://godot/imported/pillow.obj-63f09e33a89408e8b9504320e9b3c31d.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/pillowBlue.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/pillowBlue.obj.import index bb9b944..63d1836 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/pillowBlue.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/pillowBlue.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://xommxcm5nixn" -path="res://.godot/imported/pillowBlue.obj-f3103ee2ce1ca82dc47703ba2ac4081f.mesh" +path="res://godot/imported/pillowBlue.obj-f3103ee2ce1ca82dc47703ba2ac4081f.mesh" [deps] -files=["res://.godot/imported/pillowBlue.obj-f3103ee2ce1ca82dc47703ba2ac4081f.mesh"] +files=["res://godot/imported/pillowBlue.obj-f3103ee2ce1ca82dc47703ba2ac4081f.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/pillowBlue.obj" -dest_files=["res://.godot/imported/pillowBlue.obj-f3103ee2ce1ca82dc47703ba2ac4081f.mesh", "res://.godot/imported/pillowBlue.obj-f3103ee2ce1ca82dc47703ba2ac4081f.mesh"] +dest_files=["res://godot/imported/pillowBlue.obj-f3103ee2ce1ca82dc47703ba2ac4081f.mesh", "res://godot/imported/pillowBlue.obj-f3103ee2ce1ca82dc47703ba2ac4081f.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/pillowBlueLong.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/pillowBlueLong.obj.import index 2dd9980..e5473e8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/pillowBlueLong.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/pillowBlueLong.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dbs5u0jn6g4w2" -path="res://.godot/imported/pillowBlueLong.obj-647d7714971f1e8737535de7a207c1a3.mesh" +path="res://godot/imported/pillowBlueLong.obj-647d7714971f1e8737535de7a207c1a3.mesh" [deps] -files=["res://.godot/imported/pillowBlueLong.obj-647d7714971f1e8737535de7a207c1a3.mesh"] +files=["res://godot/imported/pillowBlueLong.obj-647d7714971f1e8737535de7a207c1a3.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/pillowBlueLong.obj" -dest_files=["res://.godot/imported/pillowBlueLong.obj-647d7714971f1e8737535de7a207c1a3.mesh", "res://.godot/imported/pillowBlueLong.obj-647d7714971f1e8737535de7a207c1a3.mesh"] +dest_files=["res://godot/imported/pillowBlueLong.obj-647d7714971f1e8737535de7a207c1a3.mesh", "res://godot/imported/pillowBlueLong.obj-647d7714971f1e8737535de7a207c1a3.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/pillowLong.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/pillowLong.obj.import index 95253a3..536ff5b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/pillowLong.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/pillowLong.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://46wm0jvke0qs" -path="res://.godot/imported/pillowLong.obj-f7e2a7291b574dda7b8eddcdcb4c8182.mesh" +path="res://godot/imported/pillowLong.obj-f7e2a7291b574dda7b8eddcdcb4c8182.mesh" [deps] -files=["res://.godot/imported/pillowLong.obj-f7e2a7291b574dda7b8eddcdcb4c8182.mesh"] +files=["res://godot/imported/pillowLong.obj-f7e2a7291b574dda7b8eddcdcb4c8182.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/pillowLong.obj" -dest_files=["res://.godot/imported/pillowLong.obj-f7e2a7291b574dda7b8eddcdcb4c8182.mesh", "res://.godot/imported/pillowLong.obj-f7e2a7291b574dda7b8eddcdcb4c8182.mesh"] +dest_files=["res://godot/imported/pillowLong.obj-f7e2a7291b574dda7b8eddcdcb4c8182.mesh", "res://godot/imported/pillowLong.obj-f7e2a7291b574dda7b8eddcdcb4c8182.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/plantSmall1.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/plantSmall1.obj.import index b67cc2a..b1ecb41 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/plantSmall1.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/plantSmall1.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://cnl5iui3gws3p" -path="res://.godot/imported/plantSmall1.obj-cf7908db16173b9baa668264b548d926.mesh" +path="res://godot/imported/plantSmall1.obj-cf7908db16173b9baa668264b548d926.mesh" [deps] -files=["res://.godot/imported/plantSmall1.obj-cf7908db16173b9baa668264b548d926.mesh"] +files=["res://godot/imported/plantSmall1.obj-cf7908db16173b9baa668264b548d926.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/plantSmall1.obj" -dest_files=["res://.godot/imported/plantSmall1.obj-cf7908db16173b9baa668264b548d926.mesh", "res://.godot/imported/plantSmall1.obj-cf7908db16173b9baa668264b548d926.mesh"] +dest_files=["res://godot/imported/plantSmall1.obj-cf7908db16173b9baa668264b548d926.mesh", "res://godot/imported/plantSmall1.obj-cf7908db16173b9baa668264b548d926.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/plantSmall2.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/plantSmall2.obj.import index b519c4b..1c6881c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/plantSmall2.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/plantSmall2.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://bb8j17rfkfy0m" -path="res://.godot/imported/plantSmall2.obj-045979a5d411ecfb20e7c499c3cf4e8a.mesh" +path="res://godot/imported/plantSmall2.obj-045979a5d411ecfb20e7c499c3cf4e8a.mesh" [deps] -files=["res://.godot/imported/plantSmall2.obj-045979a5d411ecfb20e7c499c3cf4e8a.mesh"] +files=["res://godot/imported/plantSmall2.obj-045979a5d411ecfb20e7c499c3cf4e8a.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/plantSmall2.obj" -dest_files=["res://.godot/imported/plantSmall2.obj-045979a5d411ecfb20e7c499c3cf4e8a.mesh", "res://.godot/imported/plantSmall2.obj-045979a5d411ecfb20e7c499c3cf4e8a.mesh"] +dest_files=["res://godot/imported/plantSmall2.obj-045979a5d411ecfb20e7c499c3cf4e8a.mesh", "res://godot/imported/plantSmall2.obj-045979a5d411ecfb20e7c499c3cf4e8a.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/plantSmall3.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/plantSmall3.obj.import index 9857bab..16a9b27 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/plantSmall3.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/plantSmall3.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://c7yc0e1qe67of" -path="res://.godot/imported/plantSmall3.obj-994c3d14294b6cd6b83d2a1ea9181acb.mesh" +path="res://godot/imported/plantSmall3.obj-994c3d14294b6cd6b83d2a1ea9181acb.mesh" [deps] -files=["res://.godot/imported/plantSmall3.obj-994c3d14294b6cd6b83d2a1ea9181acb.mesh"] +files=["res://godot/imported/plantSmall3.obj-994c3d14294b6cd6b83d2a1ea9181acb.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/plantSmall3.obj" -dest_files=["res://.godot/imported/plantSmall3.obj-994c3d14294b6cd6b83d2a1ea9181acb.mesh", "res://.godot/imported/plantSmall3.obj-994c3d14294b6cd6b83d2a1ea9181acb.mesh"] +dest_files=["res://godot/imported/plantSmall3.obj-994c3d14294b6cd6b83d2a1ea9181acb.mesh", "res://godot/imported/plantSmall3.obj-994c3d14294b6cd6b83d2a1ea9181acb.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/pottedPlant.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/pottedPlant.obj.import index ddde5aa..43d1b70 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/pottedPlant.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/pottedPlant.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://cqlgdyta7bfqf" -path="res://.godot/imported/pottedPlant.obj-8505c85204248fadfe47c9f78d01b5de.mesh" +path="res://godot/imported/pottedPlant.obj-8505c85204248fadfe47c9f78d01b5de.mesh" [deps] -files=["res://.godot/imported/pottedPlant.obj-8505c85204248fadfe47c9f78d01b5de.mesh"] +files=["res://godot/imported/pottedPlant.obj-8505c85204248fadfe47c9f78d01b5de.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/pottedPlant.obj" -dest_files=["res://.godot/imported/pottedPlant.obj-8505c85204248fadfe47c9f78d01b5de.mesh", "res://.godot/imported/pottedPlant.obj-8505c85204248fadfe47c9f78d01b5de.mesh"] +dest_files=["res://godot/imported/pottedPlant.obj-8505c85204248fadfe47c9f78d01b5de.mesh", "res://godot/imported/pottedPlant.obj-8505c85204248fadfe47c9f78d01b5de.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/radio.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/radio.obj.import index 1706baa..c74eae4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/radio.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/radio.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://e6wi6a8gt114" -path="res://.godot/imported/radio.obj-7a4efbd125a49df4e99283e0f486e5e8.mesh" +path="res://godot/imported/radio.obj-7a4efbd125a49df4e99283e0f486e5e8.mesh" [deps] -files=["res://.godot/imported/radio.obj-7a4efbd125a49df4e99283e0f486e5e8.mesh"] +files=["res://godot/imported/radio.obj-7a4efbd125a49df4e99283e0f486e5e8.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/radio.obj" -dest_files=["res://.godot/imported/radio.obj-7a4efbd125a49df4e99283e0f486e5e8.mesh", "res://.godot/imported/radio.obj-7a4efbd125a49df4e99283e0f486e5e8.mesh"] +dest_files=["res://godot/imported/radio.obj-7a4efbd125a49df4e99283e0f486e5e8.mesh", "res://godot/imported/radio.obj-7a4efbd125a49df4e99283e0f486e5e8.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/rugDoormat.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/rugDoormat.obj.import index 591bafe..e742124 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/rugDoormat.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/rugDoormat.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://b8sye1pyddumm" -path="res://.godot/imported/rugDoormat.obj-f539c02c88e1f4dc7a52daa533f962cc.mesh" +path="res://godot/imported/rugDoormat.obj-f539c02c88e1f4dc7a52daa533f962cc.mesh" [deps] -files=["res://.godot/imported/rugDoormat.obj-f539c02c88e1f4dc7a52daa533f962cc.mesh"] +files=["res://godot/imported/rugDoormat.obj-f539c02c88e1f4dc7a52daa533f962cc.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/rugDoormat.obj" -dest_files=["res://.godot/imported/rugDoormat.obj-f539c02c88e1f4dc7a52daa533f962cc.mesh", "res://.godot/imported/rugDoormat.obj-f539c02c88e1f4dc7a52daa533f962cc.mesh"] +dest_files=["res://godot/imported/rugDoormat.obj-f539c02c88e1f4dc7a52daa533f962cc.mesh", "res://godot/imported/rugDoormat.obj-f539c02c88e1f4dc7a52daa533f962cc.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/rugRectangle.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/rugRectangle.obj.import index 80a720e..842cd70 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/rugRectangle.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/rugRectangle.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://b5jud0s60iec8" -path="res://.godot/imported/rugRectangle.obj-32853e3ed9dbd0a8db9a9dca255529b8.mesh" +path="res://godot/imported/rugRectangle.obj-32853e3ed9dbd0a8db9a9dca255529b8.mesh" [deps] -files=["res://.godot/imported/rugRectangle.obj-32853e3ed9dbd0a8db9a9dca255529b8.mesh"] +files=["res://godot/imported/rugRectangle.obj-32853e3ed9dbd0a8db9a9dca255529b8.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/rugRectangle.obj" -dest_files=["res://.godot/imported/rugRectangle.obj-32853e3ed9dbd0a8db9a9dca255529b8.mesh", "res://.godot/imported/rugRectangle.obj-32853e3ed9dbd0a8db9a9dca255529b8.mesh"] +dest_files=["res://godot/imported/rugRectangle.obj-32853e3ed9dbd0a8db9a9dca255529b8.mesh", "res://godot/imported/rugRectangle.obj-32853e3ed9dbd0a8db9a9dca255529b8.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/rugRound.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/rugRound.obj.import index c06eb74..1b5bb07 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/rugRound.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/rugRound.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dptu5fxsv5vaq" -path="res://.godot/imported/rugRound.obj-4ec007fee0a124896ef699db43eec7ab.mesh" +path="res://godot/imported/rugRound.obj-4ec007fee0a124896ef699db43eec7ab.mesh" [deps] -files=["res://.godot/imported/rugRound.obj-4ec007fee0a124896ef699db43eec7ab.mesh"] +files=["res://godot/imported/rugRound.obj-4ec007fee0a124896ef699db43eec7ab.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/rugRound.obj" -dest_files=["res://.godot/imported/rugRound.obj-4ec007fee0a124896ef699db43eec7ab.mesh", "res://.godot/imported/rugRound.obj-4ec007fee0a124896ef699db43eec7ab.mesh"] +dest_files=["res://godot/imported/rugRound.obj-4ec007fee0a124896ef699db43eec7ab.mesh", "res://godot/imported/rugRound.obj-4ec007fee0a124896ef699db43eec7ab.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/rugRounded.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/rugRounded.obj.import index 9d84a96..8cabf2c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/rugRounded.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/rugRounded.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://8giayamg4snm" -path="res://.godot/imported/rugRounded.obj-6ff85e4696f73dcd9f487842ab76bf6b.mesh" +path="res://godot/imported/rugRounded.obj-6ff85e4696f73dcd9f487842ab76bf6b.mesh" [deps] -files=["res://.godot/imported/rugRounded.obj-6ff85e4696f73dcd9f487842ab76bf6b.mesh"] +files=["res://godot/imported/rugRounded.obj-6ff85e4696f73dcd9f487842ab76bf6b.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/rugRounded.obj" -dest_files=["res://.godot/imported/rugRounded.obj-6ff85e4696f73dcd9f487842ab76bf6b.mesh", "res://.godot/imported/rugRounded.obj-6ff85e4696f73dcd9f487842ab76bf6b.mesh"] +dest_files=["res://godot/imported/rugRounded.obj-6ff85e4696f73dcd9f487842ab76bf6b.mesh", "res://godot/imported/rugRounded.obj-6ff85e4696f73dcd9f487842ab76bf6b.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/rugSquare.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/rugSquare.obj.import index d120e4f..873c34f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/rugSquare.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/rugSquare.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://b46hncuah7xik" -path="res://.godot/imported/rugSquare.obj-a1ee8ff39a4d4a3985203b9ad3324530.mesh" +path="res://godot/imported/rugSquare.obj-a1ee8ff39a4d4a3985203b9ad3324530.mesh" [deps] -files=["res://.godot/imported/rugSquare.obj-a1ee8ff39a4d4a3985203b9ad3324530.mesh"] +files=["res://godot/imported/rugSquare.obj-a1ee8ff39a4d4a3985203b9ad3324530.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/rugSquare.obj" -dest_files=["res://.godot/imported/rugSquare.obj-a1ee8ff39a4d4a3985203b9ad3324530.mesh", "res://.godot/imported/rugSquare.obj-a1ee8ff39a4d4a3985203b9ad3324530.mesh"] +dest_files=["res://godot/imported/rugSquare.obj-a1ee8ff39a4d4a3985203b9ad3324530.mesh", "res://godot/imported/rugSquare.obj-a1ee8ff39a4d4a3985203b9ad3324530.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/shower.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/shower.obj.import index 1ef39d4..f881957 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/shower.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/shower.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://c4fxfxde1gk8t" -path="res://.godot/imported/shower.obj-07d56eaceafefe24dac1c7e1ce6e9bc5.mesh" +path="res://godot/imported/shower.obj-07d56eaceafefe24dac1c7e1ce6e9bc5.mesh" [deps] -files=["res://.godot/imported/shower.obj-07d56eaceafefe24dac1c7e1ce6e9bc5.mesh"] +files=["res://godot/imported/shower.obj-07d56eaceafefe24dac1c7e1ce6e9bc5.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/shower.obj" -dest_files=["res://.godot/imported/shower.obj-07d56eaceafefe24dac1c7e1ce6e9bc5.mesh", "res://.godot/imported/shower.obj-07d56eaceafefe24dac1c7e1ce6e9bc5.mesh"] +dest_files=["res://godot/imported/shower.obj-07d56eaceafefe24dac1c7e1ce6e9bc5.mesh", "res://godot/imported/shower.obj-07d56eaceafefe24dac1c7e1ce6e9bc5.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/showerRound.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/showerRound.obj.import index ece7180..6daa2ed 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/showerRound.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/showerRound.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://yrcfj4x03m4p" -path="res://.godot/imported/showerRound.obj-112eaa2fb0832b822c8aaeeb68e4fae8.mesh" +path="res://godot/imported/showerRound.obj-112eaa2fb0832b822c8aaeeb68e4fae8.mesh" [deps] -files=["res://.godot/imported/showerRound.obj-112eaa2fb0832b822c8aaeeb68e4fae8.mesh"] +files=["res://godot/imported/showerRound.obj-112eaa2fb0832b822c8aaeeb68e4fae8.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/showerRound.obj" -dest_files=["res://.godot/imported/showerRound.obj-112eaa2fb0832b822c8aaeeb68e4fae8.mesh", "res://.godot/imported/showerRound.obj-112eaa2fb0832b822c8aaeeb68e4fae8.mesh"] +dest_files=["res://godot/imported/showerRound.obj-112eaa2fb0832b822c8aaeeb68e4fae8.mesh", "res://godot/imported/showerRound.obj-112eaa2fb0832b822c8aaeeb68e4fae8.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/sideTable.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/sideTable.obj.import index 6761a03..d93ba4d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/sideTable.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/sideTable.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://d0ta4lj1nf842" -path="res://.godot/imported/sideTable.obj-00d5fa6861152ee5ea319f28bcf0d580.mesh" +path="res://godot/imported/sideTable.obj-00d5fa6861152ee5ea319f28bcf0d580.mesh" [deps] -files=["res://.godot/imported/sideTable.obj-00d5fa6861152ee5ea319f28bcf0d580.mesh"] +files=["res://godot/imported/sideTable.obj-00d5fa6861152ee5ea319f28bcf0d580.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/sideTable.obj" -dest_files=["res://.godot/imported/sideTable.obj-00d5fa6861152ee5ea319f28bcf0d580.mesh", "res://.godot/imported/sideTable.obj-00d5fa6861152ee5ea319f28bcf0d580.mesh"] +dest_files=["res://godot/imported/sideTable.obj-00d5fa6861152ee5ea319f28bcf0d580.mesh", "res://godot/imported/sideTable.obj-00d5fa6861152ee5ea319f28bcf0d580.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/sideTableDrawers.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/sideTableDrawers.obj.import index 44f2912..714b4ac 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/sideTableDrawers.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/sideTableDrawers.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://c4cerdxoay76p" -path="res://.godot/imported/sideTableDrawers.obj-5d9648ed903c16a8669cef217e513f78.mesh" +path="res://godot/imported/sideTableDrawers.obj-5d9648ed903c16a8669cef217e513f78.mesh" [deps] -files=["res://.godot/imported/sideTableDrawers.obj-5d9648ed903c16a8669cef217e513f78.mesh"] +files=["res://godot/imported/sideTableDrawers.obj-5d9648ed903c16a8669cef217e513f78.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/sideTableDrawers.obj" -dest_files=["res://.godot/imported/sideTableDrawers.obj-5d9648ed903c16a8669cef217e513f78.mesh", "res://.godot/imported/sideTableDrawers.obj-5d9648ed903c16a8669cef217e513f78.mesh"] +dest_files=["res://godot/imported/sideTableDrawers.obj-5d9648ed903c16a8669cef217e513f78.mesh", "res://godot/imported/sideTableDrawers.obj-5d9648ed903c16a8669cef217e513f78.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/speaker.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/speaker.obj.import index a989f10..daa7944 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/speaker.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/speaker.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://6rj66j4vuvnm" -path="res://.godot/imported/speaker.obj-0fff68220e799dffc5720fd2b8438405.mesh" +path="res://godot/imported/speaker.obj-0fff68220e799dffc5720fd2b8438405.mesh" [deps] -files=["res://.godot/imported/speaker.obj-0fff68220e799dffc5720fd2b8438405.mesh"] +files=["res://godot/imported/speaker.obj-0fff68220e799dffc5720fd2b8438405.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/speaker.obj" -dest_files=["res://.godot/imported/speaker.obj-0fff68220e799dffc5720fd2b8438405.mesh", "res://.godot/imported/speaker.obj-0fff68220e799dffc5720fd2b8438405.mesh"] +dest_files=["res://godot/imported/speaker.obj-0fff68220e799dffc5720fd2b8438405.mesh", "res://godot/imported/speaker.obj-0fff68220e799dffc5720fd2b8438405.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/speakerSmall.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/speakerSmall.obj.import index 218d502..765a10e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/speakerSmall.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/speakerSmall.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://c8j8ml0aloqjv" -path="res://.godot/imported/speakerSmall.obj-675b260e5ec53116cede8bb0afe13e34.mesh" +path="res://godot/imported/speakerSmall.obj-675b260e5ec53116cede8bb0afe13e34.mesh" [deps] -files=["res://.godot/imported/speakerSmall.obj-675b260e5ec53116cede8bb0afe13e34.mesh"] +files=["res://godot/imported/speakerSmall.obj-675b260e5ec53116cede8bb0afe13e34.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/speakerSmall.obj" -dest_files=["res://.godot/imported/speakerSmall.obj-675b260e5ec53116cede8bb0afe13e34.mesh", "res://.godot/imported/speakerSmall.obj-675b260e5ec53116cede8bb0afe13e34.mesh"] +dest_files=["res://godot/imported/speakerSmall.obj-675b260e5ec53116cede8bb0afe13e34.mesh", "res://godot/imported/speakerSmall.obj-675b260e5ec53116cede8bb0afe13e34.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/stairs.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/stairs.obj.import index 4764800..4c1ebc8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/stairs.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/stairs.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dm2tcu4h4dyg3" -path="res://.godot/imported/stairs.obj-ea789947d03a5d21ca11c616c2199313.mesh" +path="res://godot/imported/stairs.obj-ea789947d03a5d21ca11c616c2199313.mesh" [deps] -files=["res://.godot/imported/stairs.obj-ea789947d03a5d21ca11c616c2199313.mesh"] +files=["res://godot/imported/stairs.obj-ea789947d03a5d21ca11c616c2199313.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/stairs.obj" -dest_files=["res://.godot/imported/stairs.obj-ea789947d03a5d21ca11c616c2199313.mesh", "res://.godot/imported/stairs.obj-ea789947d03a5d21ca11c616c2199313.mesh"] +dest_files=["res://godot/imported/stairs.obj-ea789947d03a5d21ca11c616c2199313.mesh", "res://godot/imported/stairs.obj-ea789947d03a5d21ca11c616c2199313.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/stairsCorner.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/stairsCorner.obj.import index 4ef43d0..cda5559 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/stairsCorner.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/stairsCorner.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://lqq76gi2aflb" -path="res://.godot/imported/stairsCorner.obj-c2da352d1583a27abcd50885e7f837b7.mesh" +path="res://godot/imported/stairsCorner.obj-c2da352d1583a27abcd50885e7f837b7.mesh" [deps] -files=["res://.godot/imported/stairsCorner.obj-c2da352d1583a27abcd50885e7f837b7.mesh"] +files=["res://godot/imported/stairsCorner.obj-c2da352d1583a27abcd50885e7f837b7.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/stairsCorner.obj" -dest_files=["res://.godot/imported/stairsCorner.obj-c2da352d1583a27abcd50885e7f837b7.mesh", "res://.godot/imported/stairsCorner.obj-c2da352d1583a27abcd50885e7f837b7.mesh"] +dest_files=["res://godot/imported/stairsCorner.obj-c2da352d1583a27abcd50885e7f837b7.mesh", "res://godot/imported/stairsCorner.obj-c2da352d1583a27abcd50885e7f837b7.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/stairsOpen.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/stairsOpen.obj.import index 70b5b85..2a2bd7f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/stairsOpen.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/stairsOpen.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://bh23gw6fleh67" -path="res://.godot/imported/stairsOpen.obj-9462044a5fac4da1fa165511b39a81e2.mesh" +path="res://godot/imported/stairsOpen.obj-9462044a5fac4da1fa165511b39a81e2.mesh" [deps] -files=["res://.godot/imported/stairsOpen.obj-9462044a5fac4da1fa165511b39a81e2.mesh"] +files=["res://godot/imported/stairsOpen.obj-9462044a5fac4da1fa165511b39a81e2.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/stairsOpen.obj" -dest_files=["res://.godot/imported/stairsOpen.obj-9462044a5fac4da1fa165511b39a81e2.mesh", "res://.godot/imported/stairsOpen.obj-9462044a5fac4da1fa165511b39a81e2.mesh"] +dest_files=["res://godot/imported/stairsOpen.obj-9462044a5fac4da1fa165511b39a81e2.mesh", "res://godot/imported/stairsOpen.obj-9462044a5fac4da1fa165511b39a81e2.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/stairsOpenSingle.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/stairsOpenSingle.obj.import index 49da00b..6f52452 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/stairsOpenSingle.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/stairsOpenSingle.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://cmsshstauoqf8" -path="res://.godot/imported/stairsOpenSingle.obj-7860c4dd47da31a898b39186cb7b2e2c.mesh" +path="res://godot/imported/stairsOpenSingle.obj-7860c4dd47da31a898b39186cb7b2e2c.mesh" [deps] -files=["res://.godot/imported/stairsOpenSingle.obj-7860c4dd47da31a898b39186cb7b2e2c.mesh"] +files=["res://godot/imported/stairsOpenSingle.obj-7860c4dd47da31a898b39186cb7b2e2c.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/stairsOpenSingle.obj" -dest_files=["res://.godot/imported/stairsOpenSingle.obj-7860c4dd47da31a898b39186cb7b2e2c.mesh", "res://.godot/imported/stairsOpenSingle.obj-7860c4dd47da31a898b39186cb7b2e2c.mesh"] +dest_files=["res://godot/imported/stairsOpenSingle.obj-7860c4dd47da31a898b39186cb7b2e2c.mesh", "res://godot/imported/stairsOpenSingle.obj-7860c4dd47da31a898b39186cb7b2e2c.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/stoolBar.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/stoolBar.obj.import index 033a57c..e7b2dcd 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/stoolBar.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/stoolBar.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://ch0ybo6fd7pg" -path="res://.godot/imported/stoolBar.obj-bf9905f790f002b7cd802b788203532a.mesh" +path="res://godot/imported/stoolBar.obj-bf9905f790f002b7cd802b788203532a.mesh" [deps] -files=["res://.godot/imported/stoolBar.obj-bf9905f790f002b7cd802b788203532a.mesh"] +files=["res://godot/imported/stoolBar.obj-bf9905f790f002b7cd802b788203532a.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/stoolBar.obj" -dest_files=["res://.godot/imported/stoolBar.obj-bf9905f790f002b7cd802b788203532a.mesh", "res://.godot/imported/stoolBar.obj-bf9905f790f002b7cd802b788203532a.mesh"] +dest_files=["res://godot/imported/stoolBar.obj-bf9905f790f002b7cd802b788203532a.mesh", "res://godot/imported/stoolBar.obj-bf9905f790f002b7cd802b788203532a.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/stoolBarSquare.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/stoolBarSquare.obj.import index fada28b..ab89d58 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/stoolBarSquare.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/stoolBarSquare.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://cicxt2bfptb73" -path="res://.godot/imported/stoolBarSquare.obj-cf57437ccc3dc219d703bcea1386bc69.mesh" +path="res://godot/imported/stoolBarSquare.obj-cf57437ccc3dc219d703bcea1386bc69.mesh" [deps] -files=["res://.godot/imported/stoolBarSquare.obj-cf57437ccc3dc219d703bcea1386bc69.mesh"] +files=["res://godot/imported/stoolBarSquare.obj-cf57437ccc3dc219d703bcea1386bc69.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/stoolBarSquare.obj" -dest_files=["res://.godot/imported/stoolBarSquare.obj-cf57437ccc3dc219d703bcea1386bc69.mesh", "res://.godot/imported/stoolBarSquare.obj-cf57437ccc3dc219d703bcea1386bc69.mesh"] +dest_files=["res://godot/imported/stoolBarSquare.obj-cf57437ccc3dc219d703bcea1386bc69.mesh", "res://godot/imported/stoolBarSquare.obj-cf57437ccc3dc219d703bcea1386bc69.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/table.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/table.obj.import index 9abaff5..36b7827 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/table.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/table.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://ca7tsk74wv4vw" -path="res://.godot/imported/table.obj-24bc4ff38832d67fe7aa8ac9d29cfef7.mesh" +path="res://godot/imported/table.obj-24bc4ff38832d67fe7aa8ac9d29cfef7.mesh" [deps] -files=["res://.godot/imported/table.obj-24bc4ff38832d67fe7aa8ac9d29cfef7.mesh"] +files=["res://godot/imported/table.obj-24bc4ff38832d67fe7aa8ac9d29cfef7.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/table.obj" -dest_files=["res://.godot/imported/table.obj-24bc4ff38832d67fe7aa8ac9d29cfef7.mesh", "res://.godot/imported/table.obj-24bc4ff38832d67fe7aa8ac9d29cfef7.mesh"] +dest_files=["res://godot/imported/table.obj-24bc4ff38832d67fe7aa8ac9d29cfef7.mesh", "res://godot/imported/table.obj-24bc4ff38832d67fe7aa8ac9d29cfef7.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableCloth.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableCloth.obj.import index fe86097..1d07a31 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableCloth.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableCloth.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://drvw8q4oauvoi" -path="res://.godot/imported/tableCloth.obj-4aa9e07536de70572afe8c652dd3e148.mesh" +path="res://godot/imported/tableCloth.obj-4aa9e07536de70572afe8c652dd3e148.mesh" [deps] -files=["res://.godot/imported/tableCloth.obj-4aa9e07536de70572afe8c652dd3e148.mesh"] +files=["res://godot/imported/tableCloth.obj-4aa9e07536de70572afe8c652dd3e148.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/tableCloth.obj" -dest_files=["res://.godot/imported/tableCloth.obj-4aa9e07536de70572afe8c652dd3e148.mesh", "res://.godot/imported/tableCloth.obj-4aa9e07536de70572afe8c652dd3e148.mesh"] +dest_files=["res://godot/imported/tableCloth.obj-4aa9e07536de70572afe8c652dd3e148.mesh", "res://godot/imported/tableCloth.obj-4aa9e07536de70572afe8c652dd3e148.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableCoffee.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableCoffee.obj.import index 9e7b690..a4c8293 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableCoffee.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableCoffee.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://b0mgjr5fq1mcu" -path="res://.godot/imported/tableCoffee.obj-27af88775034ccd7008f3c5c8f30bc08.mesh" +path="res://godot/imported/tableCoffee.obj-27af88775034ccd7008f3c5c8f30bc08.mesh" [deps] -files=["res://.godot/imported/tableCoffee.obj-27af88775034ccd7008f3c5c8f30bc08.mesh"] +files=["res://godot/imported/tableCoffee.obj-27af88775034ccd7008f3c5c8f30bc08.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/tableCoffee.obj" -dest_files=["res://.godot/imported/tableCoffee.obj-27af88775034ccd7008f3c5c8f30bc08.mesh", "res://.godot/imported/tableCoffee.obj-27af88775034ccd7008f3c5c8f30bc08.mesh"] +dest_files=["res://godot/imported/tableCoffee.obj-27af88775034ccd7008f3c5c8f30bc08.mesh", "res://godot/imported/tableCoffee.obj-27af88775034ccd7008f3c5c8f30bc08.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableCoffeeGlass.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableCoffeeGlass.obj.import index 4cf7a99..4a3c8b8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableCoffeeGlass.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableCoffeeGlass.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://1ivatq2glqxw" -path="res://.godot/imported/tableCoffeeGlass.obj-6dd066b0749c37e9833621fe5c3ed6f9.mesh" +path="res://godot/imported/tableCoffeeGlass.obj-6dd066b0749c37e9833621fe5c3ed6f9.mesh" [deps] -files=["res://.godot/imported/tableCoffeeGlass.obj-6dd066b0749c37e9833621fe5c3ed6f9.mesh"] +files=["res://godot/imported/tableCoffeeGlass.obj-6dd066b0749c37e9833621fe5c3ed6f9.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/tableCoffeeGlass.obj" -dest_files=["res://.godot/imported/tableCoffeeGlass.obj-6dd066b0749c37e9833621fe5c3ed6f9.mesh", "res://.godot/imported/tableCoffeeGlass.obj-6dd066b0749c37e9833621fe5c3ed6f9.mesh"] +dest_files=["res://godot/imported/tableCoffeeGlass.obj-6dd066b0749c37e9833621fe5c3ed6f9.mesh", "res://godot/imported/tableCoffeeGlass.obj-6dd066b0749c37e9833621fe5c3ed6f9.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableCoffeeGlassSquare.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableCoffeeGlassSquare.obj.import index 1b76db7..14e1437 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableCoffeeGlassSquare.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableCoffeeGlassSquare.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://jpt8w5vsikcc" -path="res://.godot/imported/tableCoffeeGlassSquare.obj-e617ea4825882bd1ac569579622faa48.mesh" +path="res://godot/imported/tableCoffeeGlassSquare.obj-e617ea4825882bd1ac569579622faa48.mesh" [deps] -files=["res://.godot/imported/tableCoffeeGlassSquare.obj-e617ea4825882bd1ac569579622faa48.mesh"] +files=["res://godot/imported/tableCoffeeGlassSquare.obj-e617ea4825882bd1ac569579622faa48.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/tableCoffeeGlassSquare.obj" -dest_files=["res://.godot/imported/tableCoffeeGlassSquare.obj-e617ea4825882bd1ac569579622faa48.mesh", "res://.godot/imported/tableCoffeeGlassSquare.obj-e617ea4825882bd1ac569579622faa48.mesh"] +dest_files=["res://godot/imported/tableCoffeeGlassSquare.obj-e617ea4825882bd1ac569579622faa48.mesh", "res://godot/imported/tableCoffeeGlassSquare.obj-e617ea4825882bd1ac569579622faa48.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableCoffeeSquare.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableCoffeeSquare.obj.import index 5502965..b437c07 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableCoffeeSquare.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableCoffeeSquare.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://onalig1r6qj5" -path="res://.godot/imported/tableCoffeeSquare.obj-787e32bc6970fbd5e01f53e999705c17.mesh" +path="res://godot/imported/tableCoffeeSquare.obj-787e32bc6970fbd5e01f53e999705c17.mesh" [deps] -files=["res://.godot/imported/tableCoffeeSquare.obj-787e32bc6970fbd5e01f53e999705c17.mesh"] +files=["res://godot/imported/tableCoffeeSquare.obj-787e32bc6970fbd5e01f53e999705c17.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/tableCoffeeSquare.obj" -dest_files=["res://.godot/imported/tableCoffeeSquare.obj-787e32bc6970fbd5e01f53e999705c17.mesh", "res://.godot/imported/tableCoffeeSquare.obj-787e32bc6970fbd5e01f53e999705c17.mesh"] +dest_files=["res://godot/imported/tableCoffeeSquare.obj-787e32bc6970fbd5e01f53e999705c17.mesh", "res://godot/imported/tableCoffeeSquare.obj-787e32bc6970fbd5e01f53e999705c17.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableCross.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableCross.obj.import index e524e14..a7173c7 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableCross.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableCross.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://crob4h2brnj5u" -path="res://.godot/imported/tableCross.obj-932e7e7099be9ead5bbfd55fe44e9ae3.mesh" +path="res://godot/imported/tableCross.obj-932e7e7099be9ead5bbfd55fe44e9ae3.mesh" [deps] -files=["res://.godot/imported/tableCross.obj-932e7e7099be9ead5bbfd55fe44e9ae3.mesh"] +files=["res://godot/imported/tableCross.obj-932e7e7099be9ead5bbfd55fe44e9ae3.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/tableCross.obj" -dest_files=["res://.godot/imported/tableCross.obj-932e7e7099be9ead5bbfd55fe44e9ae3.mesh", "res://.godot/imported/tableCross.obj-932e7e7099be9ead5bbfd55fe44e9ae3.mesh"] +dest_files=["res://godot/imported/tableCross.obj-932e7e7099be9ead5bbfd55fe44e9ae3.mesh", "res://godot/imported/tableCross.obj-932e7e7099be9ead5bbfd55fe44e9ae3.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableCrossCloth.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableCrossCloth.obj.import index eebdd76..32c8f29 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableCrossCloth.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableCrossCloth.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://rnff7sh23tun" -path="res://.godot/imported/tableCrossCloth.obj-f1e66343998706eb29e95356e554e69f.mesh" +path="res://godot/imported/tableCrossCloth.obj-f1e66343998706eb29e95356e554e69f.mesh" [deps] -files=["res://.godot/imported/tableCrossCloth.obj-f1e66343998706eb29e95356e554e69f.mesh"] +files=["res://godot/imported/tableCrossCloth.obj-f1e66343998706eb29e95356e554e69f.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/tableCrossCloth.obj" -dest_files=["res://.godot/imported/tableCrossCloth.obj-f1e66343998706eb29e95356e554e69f.mesh", "res://.godot/imported/tableCrossCloth.obj-f1e66343998706eb29e95356e554e69f.mesh"] +dest_files=["res://godot/imported/tableCrossCloth.obj-f1e66343998706eb29e95356e554e69f.mesh", "res://godot/imported/tableCrossCloth.obj-f1e66343998706eb29e95356e554e69f.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableGlass.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableGlass.obj.import index 64b7c04..376bcd7 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableGlass.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableGlass.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://ccndvcd3rgi8y" -path="res://.godot/imported/tableGlass.obj-1fcbe2bdaad401ed6389082dcc91aa1c.mesh" +path="res://godot/imported/tableGlass.obj-1fcbe2bdaad401ed6389082dcc91aa1c.mesh" [deps] -files=["res://.godot/imported/tableGlass.obj-1fcbe2bdaad401ed6389082dcc91aa1c.mesh"] +files=["res://godot/imported/tableGlass.obj-1fcbe2bdaad401ed6389082dcc91aa1c.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/tableGlass.obj" -dest_files=["res://.godot/imported/tableGlass.obj-1fcbe2bdaad401ed6389082dcc91aa1c.mesh", "res://.godot/imported/tableGlass.obj-1fcbe2bdaad401ed6389082dcc91aa1c.mesh"] +dest_files=["res://godot/imported/tableGlass.obj-1fcbe2bdaad401ed6389082dcc91aa1c.mesh", "res://godot/imported/tableGlass.obj-1fcbe2bdaad401ed6389082dcc91aa1c.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableRound.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableRound.obj.import index d92e769..0a5a0e6 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableRound.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/tableRound.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://bm6qlmvfa7w1k" -path="res://.godot/imported/tableRound.obj-3420162c930bad583f3418f176d9133a.mesh" +path="res://godot/imported/tableRound.obj-3420162c930bad583f3418f176d9133a.mesh" [deps] -files=["res://.godot/imported/tableRound.obj-3420162c930bad583f3418f176d9133a.mesh"] +files=["res://godot/imported/tableRound.obj-3420162c930bad583f3418f176d9133a.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/tableRound.obj" -dest_files=["res://.godot/imported/tableRound.obj-3420162c930bad583f3418f176d9133a.mesh", "res://.godot/imported/tableRound.obj-3420162c930bad583f3418f176d9133a.mesh"] +dest_files=["res://godot/imported/tableRound.obj-3420162c930bad583f3418f176d9133a.mesh", "res://godot/imported/tableRound.obj-3420162c930bad583f3418f176d9133a.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/televisionAntenna.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/televisionAntenna.obj.import index 4611b99..9fd1d2c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/televisionAntenna.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/televisionAntenna.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://cqdcalr7fkxuo" -path="res://.godot/imported/televisionAntenna.obj-7f34bcbcf0abf03756b6ac0168186ef5.mesh" +path="res://godot/imported/televisionAntenna.obj-7f34bcbcf0abf03756b6ac0168186ef5.mesh" [deps] -files=["res://.godot/imported/televisionAntenna.obj-7f34bcbcf0abf03756b6ac0168186ef5.mesh"] +files=["res://godot/imported/televisionAntenna.obj-7f34bcbcf0abf03756b6ac0168186ef5.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/televisionAntenna.obj" -dest_files=["res://.godot/imported/televisionAntenna.obj-7f34bcbcf0abf03756b6ac0168186ef5.mesh", "res://.godot/imported/televisionAntenna.obj-7f34bcbcf0abf03756b6ac0168186ef5.mesh"] +dest_files=["res://godot/imported/televisionAntenna.obj-7f34bcbcf0abf03756b6ac0168186ef5.mesh", "res://godot/imported/televisionAntenna.obj-7f34bcbcf0abf03756b6ac0168186ef5.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/televisionModern.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/televisionModern.obj.import index 8840a9c..7073b93 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/televisionModern.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/televisionModern.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://c41iab44lxi1" -path="res://.godot/imported/televisionModern.obj-0544cf69a579877b90c46a4f97ed1f44.mesh" +path="res://godot/imported/televisionModern.obj-0544cf69a579877b90c46a4f97ed1f44.mesh" [deps] -files=["res://.godot/imported/televisionModern.obj-0544cf69a579877b90c46a4f97ed1f44.mesh"] +files=["res://godot/imported/televisionModern.obj-0544cf69a579877b90c46a4f97ed1f44.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/televisionModern.obj" -dest_files=["res://.godot/imported/televisionModern.obj-0544cf69a579877b90c46a4f97ed1f44.mesh", "res://.godot/imported/televisionModern.obj-0544cf69a579877b90c46a4f97ed1f44.mesh"] +dest_files=["res://godot/imported/televisionModern.obj-0544cf69a579877b90c46a4f97ed1f44.mesh", "res://godot/imported/televisionModern.obj-0544cf69a579877b90c46a4f97ed1f44.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/televisionVintage.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/televisionVintage.obj.import index 857418a..0055906 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/televisionVintage.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/televisionVintage.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://cptwv26f6b187" -path="res://.godot/imported/televisionVintage.obj-e08eda97f8ac0dd89e869a2dab1a037b.mesh" +path="res://godot/imported/televisionVintage.obj-e08eda97f8ac0dd89e869a2dab1a037b.mesh" [deps] -files=["res://.godot/imported/televisionVintage.obj-e08eda97f8ac0dd89e869a2dab1a037b.mesh"] +files=["res://godot/imported/televisionVintage.obj-e08eda97f8ac0dd89e869a2dab1a037b.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/televisionVintage.obj" -dest_files=["res://.godot/imported/televisionVintage.obj-e08eda97f8ac0dd89e869a2dab1a037b.mesh", "res://.godot/imported/televisionVintage.obj-e08eda97f8ac0dd89e869a2dab1a037b.mesh"] +dest_files=["res://godot/imported/televisionVintage.obj-e08eda97f8ac0dd89e869a2dab1a037b.mesh", "res://godot/imported/televisionVintage.obj-e08eda97f8ac0dd89e869a2dab1a037b.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/toaster.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/toaster.obj.import index 23bbcd0..5cefb5d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/toaster.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/toaster.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://spofog1su0g3" -path="res://.godot/imported/toaster.obj-b3ad517451980690cf5e5790fa597ad6.mesh" +path="res://godot/imported/toaster.obj-b3ad517451980690cf5e5790fa597ad6.mesh" [deps] -files=["res://.godot/imported/toaster.obj-b3ad517451980690cf5e5790fa597ad6.mesh"] +files=["res://godot/imported/toaster.obj-b3ad517451980690cf5e5790fa597ad6.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/toaster.obj" -dest_files=["res://.godot/imported/toaster.obj-b3ad517451980690cf5e5790fa597ad6.mesh", "res://.godot/imported/toaster.obj-b3ad517451980690cf5e5790fa597ad6.mesh"] +dest_files=["res://godot/imported/toaster.obj-b3ad517451980690cf5e5790fa597ad6.mesh", "res://godot/imported/toaster.obj-b3ad517451980690cf5e5790fa597ad6.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/toilet.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/toilet.obj.import index 63d9eee..502c210 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/toilet.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/toilet.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://267u65x22ero" -path="res://.godot/imported/toilet.obj-e9b13f9ae03d13b032969bb47ce413b1.mesh" +path="res://godot/imported/toilet.obj-e9b13f9ae03d13b032969bb47ce413b1.mesh" [deps] -files=["res://.godot/imported/toilet.obj-e9b13f9ae03d13b032969bb47ce413b1.mesh"] +files=["res://godot/imported/toilet.obj-e9b13f9ae03d13b032969bb47ce413b1.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/toilet.obj" -dest_files=["res://.godot/imported/toilet.obj-e9b13f9ae03d13b032969bb47ce413b1.mesh", "res://.godot/imported/toilet.obj-e9b13f9ae03d13b032969bb47ce413b1.mesh"] +dest_files=["res://godot/imported/toilet.obj-e9b13f9ae03d13b032969bb47ce413b1.mesh", "res://godot/imported/toilet.obj-e9b13f9ae03d13b032969bb47ce413b1.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/toiletSquare.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/toiletSquare.obj.import index 0c5f0e6..b1af36c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/toiletSquare.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/toiletSquare.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://cgnj0hucjvirb" -path="res://.godot/imported/toiletSquare.obj-117e853b1f83bd56d300043434f54f91.mesh" +path="res://godot/imported/toiletSquare.obj-117e853b1f83bd56d300043434f54f91.mesh" [deps] -files=["res://.godot/imported/toiletSquare.obj-117e853b1f83bd56d300043434f54f91.mesh"] +files=["res://godot/imported/toiletSquare.obj-117e853b1f83bd56d300043434f54f91.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/toiletSquare.obj" -dest_files=["res://.godot/imported/toiletSquare.obj-117e853b1f83bd56d300043434f54f91.mesh", "res://.godot/imported/toiletSquare.obj-117e853b1f83bd56d300043434f54f91.mesh"] +dest_files=["res://godot/imported/toiletSquare.obj-117e853b1f83bd56d300043434f54f91.mesh", "res://godot/imported/toiletSquare.obj-117e853b1f83bd56d300043434f54f91.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/trashcan.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/trashcan.obj.import index af3bfd9..e5529b2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/trashcan.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/trashcan.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://nr7igs7irtc8" -path="res://.godot/imported/trashcan.obj-74110294bd4651dd6e4a369baea69f9e.mesh" +path="res://godot/imported/trashcan.obj-74110294bd4651dd6e4a369baea69f9e.mesh" [deps] -files=["res://.godot/imported/trashcan.obj-74110294bd4651dd6e4a369baea69f9e.mesh"] +files=["res://godot/imported/trashcan.obj-74110294bd4651dd6e4a369baea69f9e.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/trashcan.obj" -dest_files=["res://.godot/imported/trashcan.obj-74110294bd4651dd6e4a369baea69f9e.mesh", "res://.godot/imported/trashcan.obj-74110294bd4651dd6e4a369baea69f9e.mesh"] +dest_files=["res://godot/imported/trashcan.obj-74110294bd4651dd6e4a369baea69f9e.mesh", "res://godot/imported/trashcan.obj-74110294bd4651dd6e4a369baea69f9e.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wall.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wall.obj.import index b443758..db4cc19 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wall.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wall.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://116io06bbnjk" -path="res://.godot/imported/wall.obj-de4e7cf48586476a440cca4e714228ef.mesh" +path="res://godot/imported/wall.obj-de4e7cf48586476a440cca4e714228ef.mesh" [deps] -files=["res://.godot/imported/wall.obj-de4e7cf48586476a440cca4e714228ef.mesh"] +files=["res://godot/imported/wall.obj-de4e7cf48586476a440cca4e714228ef.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/wall.obj" -dest_files=["res://.godot/imported/wall.obj-de4e7cf48586476a440cca4e714228ef.mesh", "res://.godot/imported/wall.obj-de4e7cf48586476a440cca4e714228ef.mesh"] +dest_files=["res://godot/imported/wall.obj-de4e7cf48586476a440cca4e714228ef.mesh", "res://godot/imported/wall.obj-de4e7cf48586476a440cca4e714228ef.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wallCorner.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wallCorner.obj.import index 8a8e26c..0a5f4d5 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wallCorner.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wallCorner.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dcesoaqyvt26d" -path="res://.godot/imported/wallCorner.obj-4500c6a58dc9baf63fb0317126e623cb.mesh" +path="res://godot/imported/wallCorner.obj-4500c6a58dc9baf63fb0317126e623cb.mesh" [deps] -files=["res://.godot/imported/wallCorner.obj-4500c6a58dc9baf63fb0317126e623cb.mesh"] +files=["res://godot/imported/wallCorner.obj-4500c6a58dc9baf63fb0317126e623cb.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/wallCorner.obj" -dest_files=["res://.godot/imported/wallCorner.obj-4500c6a58dc9baf63fb0317126e623cb.mesh", "res://.godot/imported/wallCorner.obj-4500c6a58dc9baf63fb0317126e623cb.mesh"] +dest_files=["res://godot/imported/wallCorner.obj-4500c6a58dc9baf63fb0317126e623cb.mesh", "res://godot/imported/wallCorner.obj-4500c6a58dc9baf63fb0317126e623cb.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wallCornerRond.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wallCornerRond.obj.import index 1cac843..21fa3e3 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wallCornerRond.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wallCornerRond.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://deoyqy4c7xko2" -path="res://.godot/imported/wallCornerRond.obj-9d1f16294e79cf6e0380d9d3411a0006.mesh" +path="res://godot/imported/wallCornerRond.obj-9d1f16294e79cf6e0380d9d3411a0006.mesh" [deps] -files=["res://.godot/imported/wallCornerRond.obj-9d1f16294e79cf6e0380d9d3411a0006.mesh"] +files=["res://godot/imported/wallCornerRond.obj-9d1f16294e79cf6e0380d9d3411a0006.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/wallCornerRond.obj" -dest_files=["res://.godot/imported/wallCornerRond.obj-9d1f16294e79cf6e0380d9d3411a0006.mesh", "res://.godot/imported/wallCornerRond.obj-9d1f16294e79cf6e0380d9d3411a0006.mesh"] +dest_files=["res://godot/imported/wallCornerRond.obj-9d1f16294e79cf6e0380d9d3411a0006.mesh", "res://godot/imported/wallCornerRond.obj-9d1f16294e79cf6e0380d9d3411a0006.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wallDoorway.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wallDoorway.obj.import index 386a469..15be013 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wallDoorway.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wallDoorway.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://bgum7dp6ixufd" -path="res://.godot/imported/wallDoorway.obj-15a8cd13dd53fb63d3ec36873d7e086c.mesh" +path="res://godot/imported/wallDoorway.obj-15a8cd13dd53fb63d3ec36873d7e086c.mesh" [deps] -files=["res://.godot/imported/wallDoorway.obj-15a8cd13dd53fb63d3ec36873d7e086c.mesh"] +files=["res://godot/imported/wallDoorway.obj-15a8cd13dd53fb63d3ec36873d7e086c.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/wallDoorway.obj" -dest_files=["res://.godot/imported/wallDoorway.obj-15a8cd13dd53fb63d3ec36873d7e086c.mesh", "res://.godot/imported/wallDoorway.obj-15a8cd13dd53fb63d3ec36873d7e086c.mesh"] +dest_files=["res://godot/imported/wallDoorway.obj-15a8cd13dd53fb63d3ec36873d7e086c.mesh", "res://godot/imported/wallDoorway.obj-15a8cd13dd53fb63d3ec36873d7e086c.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wallDoorwayWide.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wallDoorwayWide.obj.import index 237f554..eed9784 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wallDoorwayWide.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wallDoorwayWide.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://d24fvpwocmqto" -path="res://.godot/imported/wallDoorwayWide.obj-3fbec24c08f494d47555abe0f917f9c6.mesh" +path="res://godot/imported/wallDoorwayWide.obj-3fbec24c08f494d47555abe0f917f9c6.mesh" [deps] -files=["res://.godot/imported/wallDoorwayWide.obj-3fbec24c08f494d47555abe0f917f9c6.mesh"] +files=["res://godot/imported/wallDoorwayWide.obj-3fbec24c08f494d47555abe0f917f9c6.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/wallDoorwayWide.obj" -dest_files=["res://.godot/imported/wallDoorwayWide.obj-3fbec24c08f494d47555abe0f917f9c6.mesh", "res://.godot/imported/wallDoorwayWide.obj-3fbec24c08f494d47555abe0f917f9c6.mesh"] +dest_files=["res://godot/imported/wallDoorwayWide.obj-3fbec24c08f494d47555abe0f917f9c6.mesh", "res://godot/imported/wallDoorwayWide.obj-3fbec24c08f494d47555abe0f917f9c6.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wallHalf.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wallHalf.obj.import index d73d48d..60ca5b5 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wallHalf.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wallHalf.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://wbn21c1lda4t" -path="res://.godot/imported/wallHalf.obj-9a5dd1001439578598a72ac4865f3ce7.mesh" +path="res://godot/imported/wallHalf.obj-9a5dd1001439578598a72ac4865f3ce7.mesh" [deps] -files=["res://.godot/imported/wallHalf.obj-9a5dd1001439578598a72ac4865f3ce7.mesh"] +files=["res://godot/imported/wallHalf.obj-9a5dd1001439578598a72ac4865f3ce7.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/wallHalf.obj" -dest_files=["res://.godot/imported/wallHalf.obj-9a5dd1001439578598a72ac4865f3ce7.mesh", "res://.godot/imported/wallHalf.obj-9a5dd1001439578598a72ac4865f3ce7.mesh"] +dest_files=["res://godot/imported/wallHalf.obj-9a5dd1001439578598a72ac4865f3ce7.mesh", "res://godot/imported/wallHalf.obj-9a5dd1001439578598a72ac4865f3ce7.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wallWindow.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wallWindow.obj.import index 01310a0..705ad31 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wallWindow.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wallWindow.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://c26odpxpa358r" -path="res://.godot/imported/wallWindow.obj-845b6a4dd39fd987299c1132b3b5bb45.mesh" +path="res://godot/imported/wallWindow.obj-845b6a4dd39fd987299c1132b3b5bb45.mesh" [deps] -files=["res://.godot/imported/wallWindow.obj-845b6a4dd39fd987299c1132b3b5bb45.mesh"] +files=["res://godot/imported/wallWindow.obj-845b6a4dd39fd987299c1132b3b5bb45.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/wallWindow.obj" -dest_files=["res://.godot/imported/wallWindow.obj-845b6a4dd39fd987299c1132b3b5bb45.mesh", "res://.godot/imported/wallWindow.obj-845b6a4dd39fd987299c1132b3b5bb45.mesh"] +dest_files=["res://godot/imported/wallWindow.obj-845b6a4dd39fd987299c1132b3b5bb45.mesh", "res://godot/imported/wallWindow.obj-845b6a4dd39fd987299c1132b3b5bb45.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wallWindowSlide.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wallWindowSlide.obj.import index ccfd583..6ba47c6 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wallWindowSlide.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/wallWindowSlide.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://cjpxkofpa8u56" -path="res://.godot/imported/wallWindowSlide.obj-57753fa0a60671ca9bcd2586342579a6.mesh" +path="res://godot/imported/wallWindowSlide.obj-57753fa0a60671ca9bcd2586342579a6.mesh" [deps] -files=["res://.godot/imported/wallWindowSlide.obj-57753fa0a60671ca9bcd2586342579a6.mesh"] +files=["res://godot/imported/wallWindowSlide.obj-57753fa0a60671ca9bcd2586342579a6.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/wallWindowSlide.obj" -dest_files=["res://.godot/imported/wallWindowSlide.obj-57753fa0a60671ca9bcd2586342579a6.mesh", "res://.godot/imported/wallWindowSlide.obj-57753fa0a60671ca9bcd2586342579a6.mesh"] +dest_files=["res://godot/imported/wallWindowSlide.obj-57753fa0a60671ca9bcd2586342579a6.mesh", "res://godot/imported/wallWindowSlide.obj-57753fa0a60671ca9bcd2586342579a6.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/washer.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/washer.obj.import index 1d30fa9..366b421 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/washer.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/washer.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://d2kd1cylya4gp" -path="res://.godot/imported/washer.obj-f9806c880a5c801817c49db7682b66be.mesh" +path="res://godot/imported/washer.obj-f9806c880a5c801817c49db7682b66be.mesh" [deps] -files=["res://.godot/imported/washer.obj-f9806c880a5c801817c49db7682b66be.mesh"] +files=["res://godot/imported/washer.obj-f9806c880a5c801817c49db7682b66be.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/washer.obj" -dest_files=["res://.godot/imported/washer.obj-f9806c880a5c801817c49db7682b66be.mesh", "res://.godot/imported/washer.obj-f9806c880a5c801817c49db7682b66be.mesh"] +dest_files=["res://godot/imported/washer.obj-f9806c880a5c801817c49db7682b66be.mesh", "res://godot/imported/washer.obj-f9806c880a5c801817c49db7682b66be.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/washerDryerStacked.obj.import b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/washerDryerStacked.obj.import index 2bf8919..7464360 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/washerDryerStacked.obj.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Models/OBJ format/washerDryerStacked.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://baxqvoet18kwi" -path="res://.godot/imported/washerDryerStacked.obj-3d5d0e6a4e2ac5a02df49e2b58bb517f.mesh" +path="res://godot/imported/washerDryerStacked.obj-3d5d0e6a4e2ac5a02df49e2b58bb517f.mesh" [deps] -files=["res://.godot/imported/washerDryerStacked.obj-3d5d0e6a4e2ac5a02df49e2b58bb517f.mesh"] +files=["res://godot/imported/washerDryerStacked.obj-3d5d0e6a4e2ac5a02df49e2b58bb517f.mesh"] source_file="res://assets-lib/kenney_furniture-kit/Models/OBJ format/washerDryerStacked.obj" -dest_files=["res://.godot/imported/washerDryerStacked.obj-3d5d0e6a4e2ac5a02df49e2b58bb517f.mesh", "res://.godot/imported/washerDryerStacked.obj-3d5d0e6a4e2ac5a02df49e2b58bb517f.mesh"] +dest_files=["res://godot/imported/washerDryerStacked.obj-3d5d0e6a4e2ac5a02df49e2b58bb517f.mesh", "res://godot/imported/washerDryerStacked.obj-3d5d0e6a4e2ac5a02df49e2b58bb517f.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Preview.png.import b/escape-room/assets-lib/kenney_furniture-kit/Preview.png.import index 8f3b654..9f5ea75 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Preview.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Preview.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://mcfnl0fxwykm" -path="res://.godot/imported/Preview.png-9902d8cdc4e553f4542b5dc1afc0130b.ctex" +path="res://godot/imported/Preview.png-9902d8cdc4e553f4542b5dc1afc0130b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Preview.png" -dest_files=["res://.godot/imported/Preview.png-9902d8cdc4e553f4542b5dc1afc0130b.ctex"] +dest_files=["res://godot/imported/Preview.png-9902d8cdc4e553f4542b5dc1afc0130b.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Sample.png.import b/escape-room/assets-lib/kenney_furniture-kit/Sample.png.import index 7820db8..9edda2e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Sample.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Sample.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://damrqnww1cql7" -path="res://.godot/imported/Sample.png-b36b4221176fe2c17d4a519b932b5f37.ctex" +path="res://godot/imported/Sample.png-b36b4221176fe2c17d4a519b932b5f37.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Sample.png" -dest_files=["res://.godot/imported/Sample.png-b36b4221176fe2c17d4a519b932b5f37.ctex"] +dest_files=["res://godot/imported/Sample.png-b36b4221176fe2c17d4a519b932b5f37.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/bathroomCabinet.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/bathroomCabinet.png.import index 1319e8d..de1d16e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/bathroomCabinet.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/bathroomCabinet.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cmmfrluvtav10" -path="res://.godot/imported/bathroomCabinet.png-615c9a5d7fd477fe165a20626a12fd8f.ctex" +path="res://godot/imported/bathroomCabinet.png-615c9a5d7fd477fe165a20626a12fd8f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/bathroomCabinet.png" -dest_files=["res://.godot/imported/bathroomCabinet.png-615c9a5d7fd477fe165a20626a12fd8f.ctex"] +dest_files=["res://godot/imported/bathroomCabinet.png-615c9a5d7fd477fe165a20626a12fd8f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/bathroomCabinetDrawer.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/bathroomCabinetDrawer.png.import index 4153916..5fe4292 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/bathroomCabinetDrawer.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/bathroomCabinetDrawer.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b2cpr5duit7r4" -path="res://.godot/imported/bathroomCabinetDrawer.png-f084de4c32b07f9d2b43731f27fd79e4.ctex" +path="res://godot/imported/bathroomCabinetDrawer.png-f084de4c32b07f9d2b43731f27fd79e4.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/bathroomCabinetDrawer.png" -dest_files=["res://.godot/imported/bathroomCabinetDrawer.png-f084de4c32b07f9d2b43731f27fd79e4.ctex"] +dest_files=["res://godot/imported/bathroomCabinetDrawer.png-f084de4c32b07f9d2b43731f27fd79e4.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/bathroomMirror.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/bathroomMirror.png.import index 2305898..ed32f69 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/bathroomMirror.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/bathroomMirror.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://grd6q8wy5kkf" -path="res://.godot/imported/bathroomMirror.png-c3bbebb6aabf636b2bb10c701e7376af.ctex" +path="res://godot/imported/bathroomMirror.png-c3bbebb6aabf636b2bb10c701e7376af.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/bathroomMirror.png" -dest_files=["res://.godot/imported/bathroomMirror.png-c3bbebb6aabf636b2bb10c701e7376af.ctex"] +dest_files=["res://godot/imported/bathroomMirror.png-c3bbebb6aabf636b2bb10c701e7376af.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/bathroomSink.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/bathroomSink.png.import index d202313..f964444 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/bathroomSink.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/bathroomSink.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cyxqa1ohed328" -path="res://.godot/imported/bathroomSink.png-ae0e7b737230f1628bcf35d8b23b07be.ctex" +path="res://godot/imported/bathroomSink.png-ae0e7b737230f1628bcf35d8b23b07be.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/bathroomSink.png" -dest_files=["res://.godot/imported/bathroomSink.png-ae0e7b737230f1628bcf35d8b23b07be.ctex"] +dest_files=["res://godot/imported/bathroomSink.png-ae0e7b737230f1628bcf35d8b23b07be.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/bathroomSinkSquare.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/bathroomSinkSquare.png.import index 8f41429..d717257 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/bathroomSinkSquare.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/bathroomSinkSquare.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cv8dn7bojx77y" -path="res://.godot/imported/bathroomSinkSquare.png-7f3762679595d6174bb26ac5bd9ca7d9.ctex" +path="res://godot/imported/bathroomSinkSquare.png-7f3762679595d6174bb26ac5bd9ca7d9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/bathroomSinkSquare.png" -dest_files=["res://.godot/imported/bathroomSinkSquare.png-7f3762679595d6174bb26ac5bd9ca7d9.ctex"] +dest_files=["res://godot/imported/bathroomSinkSquare.png-7f3762679595d6174bb26ac5bd9ca7d9.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/bathtub.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/bathtub.png.import index 357d3da..bad5751 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/bathtub.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/bathtub.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c2gp3mfys41je" -path="res://.godot/imported/bathtub.png-06151cbfe932010c7963825817f53c61.ctex" +path="res://godot/imported/bathtub.png-06151cbfe932010c7963825817f53c61.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/bathtub.png" -dest_files=["res://.godot/imported/bathtub.png-06151cbfe932010c7963825817f53c61.ctex"] +dest_files=["res://godot/imported/bathtub.png-06151cbfe932010c7963825817f53c61.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/bear.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/bear.png.import index c470e51..86431bb 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/bear.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/bear.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://br5c7axn25psf" -path="res://.godot/imported/bear.png-4b09177fbac98a599c40b9a77d1bdf0c.ctex" +path="res://godot/imported/bear.png-4b09177fbac98a599c40b9a77d1bdf0c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/bear.png" -dest_files=["res://.godot/imported/bear.png-4b09177fbac98a599c40b9a77d1bdf0c.ctex"] +dest_files=["res://godot/imported/bear.png-4b09177fbac98a599c40b9a77d1bdf0c.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/bedBunk.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/bedBunk.png.import index 4e92241..fa135dd 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/bedBunk.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/bedBunk.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dwdldb1qab1iy" -path="res://.godot/imported/bedBunk.png-c84f8179b2680ad243965ebabe59472d.ctex" +path="res://godot/imported/bedBunk.png-c84f8179b2680ad243965ebabe59472d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/bedBunk.png" -dest_files=["res://.godot/imported/bedBunk.png-c84f8179b2680ad243965ebabe59472d.ctex"] +dest_files=["res://godot/imported/bedBunk.png-c84f8179b2680ad243965ebabe59472d.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/bedDouble.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/bedDouble.png.import index 25a66dd..5411023 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/bedDouble.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/bedDouble.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://clj1qufklesjx" -path="res://.godot/imported/bedDouble.png-79001cb88fc14ee3dd55f02bb9377444.ctex" +path="res://godot/imported/bedDouble.png-79001cb88fc14ee3dd55f02bb9377444.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/bedDouble.png" -dest_files=["res://.godot/imported/bedDouble.png-79001cb88fc14ee3dd55f02bb9377444.ctex"] +dest_files=["res://godot/imported/bedDouble.png-79001cb88fc14ee3dd55f02bb9377444.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/bedSingle.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/bedSingle.png.import index fc8171a..1915a24 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/bedSingle.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/bedSingle.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c0fdirt1qjtuy" -path="res://.godot/imported/bedSingle.png-69c6d09add7c6538372f964faee7ebb4.ctex" +path="res://godot/imported/bedSingle.png-69c6d09add7c6538372f964faee7ebb4.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/bedSingle.png" -dest_files=["res://.godot/imported/bedSingle.png-69c6d09add7c6538372f964faee7ebb4.ctex"] +dest_files=["res://godot/imported/bedSingle.png-69c6d09add7c6538372f964faee7ebb4.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/bench.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/bench.png.import index f03372c..ba289b9 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/bench.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/bench.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://yvjpdayawqc7" -path="res://.godot/imported/bench.png-bed511594eba0a6bdac01aab074cddf6.ctex" +path="res://godot/imported/bench.png-bed511594eba0a6bdac01aab074cddf6.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/bench.png" -dest_files=["res://.godot/imported/bench.png-bed511594eba0a6bdac01aab074cddf6.ctex"] +dest_files=["res://godot/imported/bench.png-bed511594eba0a6bdac01aab074cddf6.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/benchCushion.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/benchCushion.png.import index 02e195c..749d380 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/benchCushion.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/benchCushion.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b17hir6nrhdka" -path="res://.godot/imported/benchCushion.png-1382c7b521956a70fa188960565c768b.ctex" +path="res://godot/imported/benchCushion.png-1382c7b521956a70fa188960565c768b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/benchCushion.png" -dest_files=["res://.godot/imported/benchCushion.png-1382c7b521956a70fa188960565c768b.ctex"] +dest_files=["res://godot/imported/benchCushion.png-1382c7b521956a70fa188960565c768b.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/benchCushionLow.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/benchCushionLow.png.import index 6ca8692..aaf8ba8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/benchCushionLow.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/benchCushionLow.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cgbui28wjfjd7" -path="res://.godot/imported/benchCushionLow.png-d00e465bfc6445bbe3c1e26011763487.ctex" +path="res://godot/imported/benchCushionLow.png-d00e465bfc6445bbe3c1e26011763487.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/benchCushionLow.png" -dest_files=["res://.godot/imported/benchCushionLow.png-d00e465bfc6445bbe3c1e26011763487.ctex"] +dest_files=["res://godot/imported/benchCushionLow.png-d00e465bfc6445bbe3c1e26011763487.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/bookcaseClosed.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/bookcaseClosed.png.import index 692adb7..f851911 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/bookcaseClosed.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/bookcaseClosed.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://do5a44jqwctb8" -path="res://.godot/imported/bookcaseClosed.png-8320705486e1b3d85637c6e5fe81052a.ctex" +path="res://godot/imported/bookcaseClosed.png-8320705486e1b3d85637c6e5fe81052a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/bookcaseClosed.png" -dest_files=["res://.godot/imported/bookcaseClosed.png-8320705486e1b3d85637c6e5fe81052a.ctex"] +dest_files=["res://godot/imported/bookcaseClosed.png-8320705486e1b3d85637c6e5fe81052a.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/bookcaseClosedDoors.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/bookcaseClosedDoors.png.import index 3f4adf9..e4000f8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/bookcaseClosedDoors.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/bookcaseClosedDoors.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://iabjoi5lxcmi" -path="res://.godot/imported/bookcaseClosedDoors.png-ec3400527b6d582038ae2e20a7275fc1.ctex" +path="res://godot/imported/bookcaseClosedDoors.png-ec3400527b6d582038ae2e20a7275fc1.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/bookcaseClosedDoors.png" -dest_files=["res://.godot/imported/bookcaseClosedDoors.png-ec3400527b6d582038ae2e20a7275fc1.ctex"] +dest_files=["res://godot/imported/bookcaseClosedDoors.png-ec3400527b6d582038ae2e20a7275fc1.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/bookcaseClosedWide.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/bookcaseClosedWide.png.import index 3ce85e9..c07a48d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/bookcaseClosedWide.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/bookcaseClosedWide.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://oisaf4sv2ahw" -path="res://.godot/imported/bookcaseClosedWide.png-b376ffc44c7a4c44b87796802fd05dfc.ctex" +path="res://godot/imported/bookcaseClosedWide.png-b376ffc44c7a4c44b87796802fd05dfc.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/bookcaseClosedWide.png" -dest_files=["res://.godot/imported/bookcaseClosedWide.png-b376ffc44c7a4c44b87796802fd05dfc.ctex"] +dest_files=["res://godot/imported/bookcaseClosedWide.png-b376ffc44c7a4c44b87796802fd05dfc.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/bookcaseOpen.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/bookcaseOpen.png.import index 703c69a..cfb0ee8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/bookcaseOpen.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/bookcaseOpen.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dfckcy0uesfh5" -path="res://.godot/imported/bookcaseOpen.png-80fc2f0f66a4278cc7492c4d834594b5.ctex" +path="res://godot/imported/bookcaseOpen.png-80fc2f0f66a4278cc7492c4d834594b5.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/bookcaseOpen.png" -dest_files=["res://.godot/imported/bookcaseOpen.png-80fc2f0f66a4278cc7492c4d834594b5.ctex"] +dest_files=["res://godot/imported/bookcaseOpen.png-80fc2f0f66a4278cc7492c4d834594b5.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/bookcaseOpenLow.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/bookcaseOpenLow.png.import index 078bdbd..e1dd746 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/bookcaseOpenLow.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/bookcaseOpenLow.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cxk8mn5ou8i40" -path="res://.godot/imported/bookcaseOpenLow.png-f5367c660daec880379b1f5f40329650.ctex" +path="res://godot/imported/bookcaseOpenLow.png-f5367c660daec880379b1f5f40329650.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/bookcaseOpenLow.png" -dest_files=["res://.godot/imported/bookcaseOpenLow.png-f5367c660daec880379b1f5f40329650.ctex"] +dest_files=["res://godot/imported/bookcaseOpenLow.png-f5367c660daec880379b1f5f40329650.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/books.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/books.png.import index bad417d..cca2ee7 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/books.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/books.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dib4ykdw5w41m" -path="res://.godot/imported/books.png-b303ebbb337ee9e7b2d69e1125968532.ctex" +path="res://godot/imported/books.png-b303ebbb337ee9e7b2d69e1125968532.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/books.png" -dest_files=["res://.godot/imported/books.png-b303ebbb337ee9e7b2d69e1125968532.ctex"] +dest_files=["res://godot/imported/books.png-b303ebbb337ee9e7b2d69e1125968532.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/cabinetBed.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/cabinetBed.png.import index 385a12d..87e189b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/cabinetBed.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/cabinetBed.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dl6v4j0lqj18l" -path="res://.godot/imported/cabinetBed.png-a05ea91f5d1e5ff79729cf7785e69a56.ctex" +path="res://godot/imported/cabinetBed.png-a05ea91f5d1e5ff79729cf7785e69a56.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/cabinetBed.png" -dest_files=["res://.godot/imported/cabinetBed.png-a05ea91f5d1e5ff79729cf7785e69a56.ctex"] +dest_files=["res://godot/imported/cabinetBed.png-a05ea91f5d1e5ff79729cf7785e69a56.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/cabinetBedDrawer.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/cabinetBedDrawer.png.import index a953cf6..f6a9ee1 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/cabinetBedDrawer.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/cabinetBedDrawer.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://8wro662u4bvm" -path="res://.godot/imported/cabinetBedDrawer.png-348c2dedde93b6a37117f49485e68d28.ctex" +path="res://godot/imported/cabinetBedDrawer.png-348c2dedde93b6a37117f49485e68d28.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/cabinetBedDrawer.png" -dest_files=["res://.godot/imported/cabinetBedDrawer.png-348c2dedde93b6a37117f49485e68d28.ctex"] +dest_files=["res://godot/imported/cabinetBedDrawer.png-348c2dedde93b6a37117f49485e68d28.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/cabinetBedDrawerTable.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/cabinetBedDrawerTable.png.import index f05b138..d611f1a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/cabinetBedDrawerTable.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/cabinetBedDrawerTable.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ck8jt28ytocfr" -path="res://.godot/imported/cabinetBedDrawerTable.png-484f5752c7cf19db0deef5f3eb1c9ac8.ctex" +path="res://godot/imported/cabinetBedDrawerTable.png-484f5752c7cf19db0deef5f3eb1c9ac8.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/cabinetBedDrawerTable.png" -dest_files=["res://.godot/imported/cabinetBedDrawerTable.png-484f5752c7cf19db0deef5f3eb1c9ac8.ctex"] +dest_files=["res://godot/imported/cabinetBedDrawerTable.png-484f5752c7cf19db0deef5f3eb1c9ac8.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/cabinetTelevision.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/cabinetTelevision.png.import index 20b981e..8804538 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/cabinetTelevision.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/cabinetTelevision.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b1xhulo6n55wu" -path="res://.godot/imported/cabinetTelevision.png-89d652ee399102691d9003b4da2c5e62.ctex" +path="res://godot/imported/cabinetTelevision.png-89d652ee399102691d9003b4da2c5e62.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/cabinetTelevision.png" -dest_files=["res://.godot/imported/cabinetTelevision.png-89d652ee399102691d9003b4da2c5e62.ctex"] +dest_files=["res://godot/imported/cabinetTelevision.png-89d652ee399102691d9003b4da2c5e62.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/cabinetTelevisionDoors.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/cabinetTelevisionDoors.png.import index 141ffb0..cdbb103 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/cabinetTelevisionDoors.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/cabinetTelevisionDoors.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dccwaw1nlwvyg" -path="res://.godot/imported/cabinetTelevisionDoors.png-21072c7c02d2cec1ce090871962705cd.ctex" +path="res://godot/imported/cabinetTelevisionDoors.png-21072c7c02d2cec1ce090871962705cd.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/cabinetTelevisionDoors.png" -dest_files=["res://.godot/imported/cabinetTelevisionDoors.png-21072c7c02d2cec1ce090871962705cd.ctex"] +dest_files=["res://godot/imported/cabinetTelevisionDoors.png-21072c7c02d2cec1ce090871962705cd.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/cardboardBoxClosed.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/cardboardBoxClosed.png.import index 8daaf90..e899af5 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/cardboardBoxClosed.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/cardboardBoxClosed.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dspyjvbfxxp71" -path="res://.godot/imported/cardboardBoxClosed.png-d069314520acd1f32c48e74bb6797dd9.ctex" +path="res://godot/imported/cardboardBoxClosed.png-d069314520acd1f32c48e74bb6797dd9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/cardboardBoxClosed.png" -dest_files=["res://.godot/imported/cardboardBoxClosed.png-d069314520acd1f32c48e74bb6797dd9.ctex"] +dest_files=["res://godot/imported/cardboardBoxClosed.png-d069314520acd1f32c48e74bb6797dd9.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/cardboardBoxOpen.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/cardboardBoxOpen.png.import index e2fa2de..701f3ce 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/cardboardBoxOpen.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/cardboardBoxOpen.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://4tos0vs2fpvr" -path="res://.godot/imported/cardboardBoxOpen.png-ae8addefbde75c4566e48b9652134654.ctex" +path="res://godot/imported/cardboardBoxOpen.png-ae8addefbde75c4566e48b9652134654.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/cardboardBoxOpen.png" -dest_files=["res://.godot/imported/cardboardBoxOpen.png-ae8addefbde75c4566e48b9652134654.ctex"] +dest_files=["res://godot/imported/cardboardBoxOpen.png-ae8addefbde75c4566e48b9652134654.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/ceilingFan.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/ceilingFan.png.import index a20de22..52a54bd 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/ceilingFan.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/ceilingFan.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dh82wsix2s248" -path="res://.godot/imported/ceilingFan.png-9bb5d4ee45ed641a7a6c706e41e913b8.ctex" +path="res://godot/imported/ceilingFan.png-9bb5d4ee45ed641a7a6c706e41e913b8.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/ceilingFan.png" -dest_files=["res://.godot/imported/ceilingFan.png-9bb5d4ee45ed641a7a6c706e41e913b8.ctex"] +dest_files=["res://godot/imported/ceilingFan.png-9bb5d4ee45ed641a7a6c706e41e913b8.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/chair.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/chair.png.import index 235b1da..f558169 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/chair.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/chair.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c1sdt55ciq43w" -path="res://.godot/imported/chair.png-9076040a87160a29966173d61d3ab7b2.ctex" +path="res://godot/imported/chair.png-9076040a87160a29966173d61d3ab7b2.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/chair.png" -dest_files=["res://.godot/imported/chair.png-9076040a87160a29966173d61d3ab7b2.ctex"] +dest_files=["res://godot/imported/chair.png-9076040a87160a29966173d61d3ab7b2.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/chairCushion.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/chairCushion.png.import index d5dd326..a225f35 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/chairCushion.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/chairCushion.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bdusx4idc7v1k" -path="res://.godot/imported/chairCushion.png-9359a92db918307549f6992d0b23c842.ctex" +path="res://godot/imported/chairCushion.png-9359a92db918307549f6992d0b23c842.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/chairCushion.png" -dest_files=["res://.godot/imported/chairCushion.png-9359a92db918307549f6992d0b23c842.ctex"] +dest_files=["res://godot/imported/chairCushion.png-9359a92db918307549f6992d0b23c842.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/chairDesk.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/chairDesk.png.import index 7c336b9..6dc527b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/chairDesk.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/chairDesk.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b4mwnubtxti63" -path="res://.godot/imported/chairDesk.png-5a993f30c8cd405df24d9bbedffa692c.ctex" +path="res://godot/imported/chairDesk.png-5a993f30c8cd405df24d9bbedffa692c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/chairDesk.png" -dest_files=["res://.godot/imported/chairDesk.png-5a993f30c8cd405df24d9bbedffa692c.ctex"] +dest_files=["res://godot/imported/chairDesk.png-5a993f30c8cd405df24d9bbedffa692c.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/chairModernCushion.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/chairModernCushion.png.import index 657c03f..d38c8a5 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/chairModernCushion.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/chairModernCushion.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bp8fpsj6ijl33" -path="res://.godot/imported/chairModernCushion.png-a15d6179dd9a376e22576900d02a1d5d.ctex" +path="res://godot/imported/chairModernCushion.png-a15d6179dd9a376e22576900d02a1d5d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/chairModernCushion.png" -dest_files=["res://.godot/imported/chairModernCushion.png-a15d6179dd9a376e22576900d02a1d5d.ctex"] +dest_files=["res://godot/imported/chairModernCushion.png-a15d6179dd9a376e22576900d02a1d5d.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/chairModernFrameCushion.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/chairModernFrameCushion.png.import index 4dec614..e91b9f3 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/chairModernFrameCushion.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/chairModernFrameCushion.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b12h5pjw37wii" -path="res://.godot/imported/chairModernFrameCushion.png-a9c360e9bad18668c3843fb326bd9b4a.ctex" +path="res://godot/imported/chairModernFrameCushion.png-a9c360e9bad18668c3843fb326bd9b4a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/chairModernFrameCushion.png" -dest_files=["res://.godot/imported/chairModernFrameCushion.png-a9c360e9bad18668c3843fb326bd9b4a.ctex"] +dest_files=["res://godot/imported/chairModernFrameCushion.png-a9c360e9bad18668c3843fb326bd9b4a.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/chairRounded.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/chairRounded.png.import index 9207b3a..894c56b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/chairRounded.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/chairRounded.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dsy4dmw0b3mpv" -path="res://.godot/imported/chairRounded.png-e9346b489a46e6e36203a11867237ab9.ctex" +path="res://godot/imported/chairRounded.png-e9346b489a46e6e36203a11867237ab9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/chairRounded.png" -dest_files=["res://.godot/imported/chairRounded.png-e9346b489a46e6e36203a11867237ab9.ctex"] +dest_files=["res://godot/imported/chairRounded.png-e9346b489a46e6e36203a11867237ab9.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/coatRack.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/coatRack.png.import index 8d87cfb..d7d8b4f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/coatRack.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/coatRack.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b6urfk78dqqma" -path="res://.godot/imported/coatRack.png-bf6bae6a911567129eb4fc5d5b087fce.ctex" +path="res://godot/imported/coatRack.png-bf6bae6a911567129eb4fc5d5b087fce.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/coatRack.png" -dest_files=["res://.godot/imported/coatRack.png-bf6bae6a911567129eb4fc5d5b087fce.ctex"] +dest_files=["res://godot/imported/coatRack.png-bf6bae6a911567129eb4fc5d5b087fce.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/coatRackStanding.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/coatRackStanding.png.import index a255a19..85e889c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/coatRackStanding.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/coatRackStanding.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c2b6sysv5gwtc" -path="res://.godot/imported/coatRackStanding.png-8126f8bf9b86f6540f024ddb51e75930.ctex" +path="res://godot/imported/coatRackStanding.png-8126f8bf9b86f6540f024ddb51e75930.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/coatRackStanding.png" -dest_files=["res://.godot/imported/coatRackStanding.png-8126f8bf9b86f6540f024ddb51e75930.ctex"] +dest_files=["res://godot/imported/coatRackStanding.png-8126f8bf9b86f6540f024ddb51e75930.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/computerKeyboard.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/computerKeyboard.png.import index 7b1f5f7..bdccac0 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/computerKeyboard.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/computerKeyboard.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://drma8m037p2uy" -path="res://.godot/imported/computerKeyboard.png-402fd0c0f38e8b605d167c8b2d610320.ctex" +path="res://godot/imported/computerKeyboard.png-402fd0c0f38e8b605d167c8b2d610320.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/computerKeyboard.png" -dest_files=["res://.godot/imported/computerKeyboard.png-402fd0c0f38e8b605d167c8b2d610320.ctex"] +dest_files=["res://godot/imported/computerKeyboard.png-402fd0c0f38e8b605d167c8b2d610320.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/computerMouse.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/computerMouse.png.import index 5c0fd6b..46379ff 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/computerMouse.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/computerMouse.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://boo4veecfkkyr" -path="res://.godot/imported/computerMouse.png-0545aac224770f192fe0177d18bf07d4.ctex" +path="res://godot/imported/computerMouse.png-0545aac224770f192fe0177d18bf07d4.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/computerMouse.png" -dest_files=["res://.godot/imported/computerMouse.png-0545aac224770f192fe0177d18bf07d4.ctex"] +dest_files=["res://godot/imported/computerMouse.png-0545aac224770f192fe0177d18bf07d4.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/computerScreen.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/computerScreen.png.import index 535f524..6bb95c8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/computerScreen.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/computerScreen.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c2oge1ghprgga" -path="res://.godot/imported/computerScreen.png-c28b1bc6b029621b223fc54e97094f83.ctex" +path="res://godot/imported/computerScreen.png-c28b1bc6b029621b223fc54e97094f83.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/computerScreen.png" -dest_files=["res://.godot/imported/computerScreen.png-c28b1bc6b029621b223fc54e97094f83.ctex"] +dest_files=["res://godot/imported/computerScreen.png-c28b1bc6b029621b223fc54e97094f83.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/desk.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/desk.png.import index a60ac71..64abd46 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/desk.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/desk.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dwg3xt77aqbpe" -path="res://.godot/imported/desk.png-da1bd6f281f8ccb2a073990cdc875b97.ctex" +path="res://godot/imported/desk.png-da1bd6f281f8ccb2a073990cdc875b97.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/desk.png" -dest_files=["res://.godot/imported/desk.png-da1bd6f281f8ccb2a073990cdc875b97.ctex"] +dest_files=["res://godot/imported/desk.png-da1bd6f281f8ccb2a073990cdc875b97.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/deskCorner.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/deskCorner.png.import index 42170b4..2ee23a4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/deskCorner.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/deskCorner.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://qpx2cxi1y1vm" -path="res://.godot/imported/deskCorner.png-48479977702667fb6f05fe25f111b689.ctex" +path="res://godot/imported/deskCorner.png-48479977702667fb6f05fe25f111b689.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/deskCorner.png" -dest_files=["res://.godot/imported/deskCorner.png-48479977702667fb6f05fe25f111b689.ctex"] +dest_files=["res://godot/imported/deskCorner.png-48479977702667fb6f05fe25f111b689.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/doorway.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/doorway.png.import index 861887c..de9677f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/doorway.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/doorway.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cgo55me288lio" -path="res://.godot/imported/doorway.png-3b4f7614bb369ba292734ca478e1a83b.ctex" +path="res://godot/imported/doorway.png-3b4f7614bb369ba292734ca478e1a83b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/doorway.png" -dest_files=["res://.godot/imported/doorway.png-3b4f7614bb369ba292734ca478e1a83b.ctex"] +dest_files=["res://godot/imported/doorway.png-3b4f7614bb369ba292734ca478e1a83b.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/doorwayFront.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/doorwayFront.png.import index 49dea36..9c64d99 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/doorwayFront.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/doorwayFront.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://fwtyogf7alt1" -path="res://.godot/imported/doorwayFront.png-947015130fbfdbb7ca64b515e0360db5.ctex" +path="res://godot/imported/doorwayFront.png-947015130fbfdbb7ca64b515e0360db5.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/doorwayFront.png" -dest_files=["res://.godot/imported/doorwayFront.png-947015130fbfdbb7ca64b515e0360db5.ctex"] +dest_files=["res://godot/imported/doorwayFront.png-947015130fbfdbb7ca64b515e0360db5.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/doorwayOpen.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/doorwayOpen.png.import index be1394b..39c4c18 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/doorwayOpen.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/doorwayOpen.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dql2728p34rw5" -path="res://.godot/imported/doorwayOpen.png-0b30772def01887c109f6f6facf6b90d.ctex" +path="res://godot/imported/doorwayOpen.png-0b30772def01887c109f6f6facf6b90d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/doorwayOpen.png" -dest_files=["res://.godot/imported/doorwayOpen.png-0b30772def01887c109f6f6facf6b90d.ctex"] +dest_files=["res://godot/imported/doorwayOpen.png-0b30772def01887c109f6f6facf6b90d.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/dryer.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/dryer.png.import index 3cb2a0d..7714d3d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/dryer.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/dryer.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://oto8jlfnw2d5" -path="res://.godot/imported/dryer.png-c08af3c5b27cf8c08f4d069bc6ce7485.ctex" +path="res://godot/imported/dryer.png-c08af3c5b27cf8c08f4d069bc6ce7485.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/dryer.png" -dest_files=["res://.godot/imported/dryer.png-c08af3c5b27cf8c08f4d069bc6ce7485.ctex"] +dest_files=["res://godot/imported/dryer.png-c08af3c5b27cf8c08f4d069bc6ce7485.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/floorCorner.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/floorCorner.png.import index ae83464..aa1121c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/floorCorner.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/floorCorner.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://gi2pvg4mp7ni" -path="res://.godot/imported/floorCorner.png-6ed99479e6c26aafdd56d668518eee33.ctex" +path="res://godot/imported/floorCorner.png-6ed99479e6c26aafdd56d668518eee33.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/floorCorner.png" -dest_files=["res://.godot/imported/floorCorner.png-6ed99479e6c26aafdd56d668518eee33.ctex"] +dest_files=["res://godot/imported/floorCorner.png-6ed99479e6c26aafdd56d668518eee33.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/floorCornerRound.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/floorCornerRound.png.import index b6d576d..224cfe5 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/floorCornerRound.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/floorCornerRound.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bwe5afflerrxv" -path="res://.godot/imported/floorCornerRound.png-0874b9e05a9fbe1f6fddec2896bc80d4.ctex" +path="res://godot/imported/floorCornerRound.png-0874b9e05a9fbe1f6fddec2896bc80d4.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/floorCornerRound.png" -dest_files=["res://.godot/imported/floorCornerRound.png-0874b9e05a9fbe1f6fddec2896bc80d4.ctex"] +dest_files=["res://godot/imported/floorCornerRound.png-0874b9e05a9fbe1f6fddec2896bc80d4.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/floorFull.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/floorFull.png.import index 614473c..b7cfb1f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/floorFull.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/floorFull.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://beiyls5t7mu1g" -path="res://.godot/imported/floorFull.png-e0a8530322594105a47abd7d5e2e2bd9.ctex" +path="res://godot/imported/floorFull.png-e0a8530322594105a47abd7d5e2e2bd9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/floorFull.png" -dest_files=["res://.godot/imported/floorFull.png-e0a8530322594105a47abd7d5e2e2bd9.ctex"] +dest_files=["res://godot/imported/floorFull.png-e0a8530322594105a47abd7d5e2e2bd9.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/floorHalf.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/floorHalf.png.import index fb11430..f4d33a5 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/floorHalf.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/floorHalf.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://jb02b2gws7du" -path="res://.godot/imported/floorHalf.png-1024b634e2fde057982e30390f8e55a8.ctex" +path="res://godot/imported/floorHalf.png-1024b634e2fde057982e30390f8e55a8.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/floorHalf.png" -dest_files=["res://.godot/imported/floorHalf.png-1024b634e2fde057982e30390f8e55a8.ctex"] +dest_files=["res://godot/imported/floorHalf.png-1024b634e2fde057982e30390f8e55a8.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/hoodLarge.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/hoodLarge.png.import index d2ef6d1..fde9818 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/hoodLarge.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/hoodLarge.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://46u8f8nyahe2" -path="res://.godot/imported/hoodLarge.png-5c918243b1cc0b960959a657405f5309.ctex" +path="res://godot/imported/hoodLarge.png-5c918243b1cc0b960959a657405f5309.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/hoodLarge.png" -dest_files=["res://.godot/imported/hoodLarge.png-5c918243b1cc0b960959a657405f5309.ctex"] +dest_files=["res://godot/imported/hoodLarge.png-5c918243b1cc0b960959a657405f5309.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/hoodModern.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/hoodModern.png.import index d5fded5..507f335 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/hoodModern.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/hoodModern.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://crctpsefu4q32" -path="res://.godot/imported/hoodModern.png-4950ec9bb6219bb87446aa079c4e180f.ctex" +path="res://godot/imported/hoodModern.png-4950ec9bb6219bb87446aa079c4e180f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/hoodModern.png" -dest_files=["res://.godot/imported/hoodModern.png-4950ec9bb6219bb87446aa079c4e180f.ctex"] +dest_files=["res://godot/imported/hoodModern.png-4950ec9bb6219bb87446aa079c4e180f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenBar.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenBar.png.import index c196147..c1f1f86 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenBar.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenBar.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c5i4ww4x15o3u" -path="res://.godot/imported/kitchenBar.png-0c255ebadda523a326c2a3be6599e871.ctex" +path="res://godot/imported/kitchenBar.png-0c255ebadda523a326c2a3be6599e871.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/kitchenBar.png" -dest_files=["res://.godot/imported/kitchenBar.png-0c255ebadda523a326c2a3be6599e871.ctex"] +dest_files=["res://godot/imported/kitchenBar.png-0c255ebadda523a326c2a3be6599e871.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenBarEnd.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenBarEnd.png.import index 0b6bc15..8e1a239 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenBarEnd.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenBarEnd.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b70oebsn6y87b" -path="res://.godot/imported/kitchenBarEnd.png-9da6124683a212b48b4c03f87ca2bd50.ctex" +path="res://godot/imported/kitchenBarEnd.png-9da6124683a212b48b4c03f87ca2bd50.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/kitchenBarEnd.png" -dest_files=["res://.godot/imported/kitchenBarEnd.png-9da6124683a212b48b4c03f87ca2bd50.ctex"] +dest_files=["res://godot/imported/kitchenBarEnd.png-9da6124683a212b48b4c03f87ca2bd50.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenBlender.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenBlender.png.import index 92022c0..365afe2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenBlender.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenBlender.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c83q66ksv1lgy" -path="res://.godot/imported/kitchenBlender.png-269c4da28519ce45cbebaca0b6c3268f.ctex" +path="res://godot/imported/kitchenBlender.png-269c4da28519ce45cbebaca0b6c3268f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/kitchenBlender.png" -dest_files=["res://.godot/imported/kitchenBlender.png-269c4da28519ce45cbebaca0b6c3268f.ctex"] +dest_files=["res://godot/imported/kitchenBlender.png-269c4da28519ce45cbebaca0b6c3268f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinet.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinet.png.import index 0983b0e..6e464ff 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinet.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinet.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bgfm8xwb6hpv7" -path="res://.godot/imported/kitchenCabinet.png-78eba34c5edf43114a4dc2a562ab353c.ctex" +path="res://godot/imported/kitchenCabinet.png-78eba34c5edf43114a4dc2a562ab353c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/kitchenCabinet.png" -dest_files=["res://.godot/imported/kitchenCabinet.png-78eba34c5edf43114a4dc2a562ab353c.ctex"] +dest_files=["res://godot/imported/kitchenCabinet.png-78eba34c5edf43114a4dc2a562ab353c.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinetCornerInner.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinetCornerInner.png.import index e49f809..1378bb1 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinetCornerInner.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinetCornerInner.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cpkraqm4cgkf2" -path="res://.godot/imported/kitchenCabinetCornerInner.png-769e16e64b08fe5e267ea647d9d375d9.ctex" +path="res://godot/imported/kitchenCabinetCornerInner.png-769e16e64b08fe5e267ea647d9d375d9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/kitchenCabinetCornerInner.png" -dest_files=["res://.godot/imported/kitchenCabinetCornerInner.png-769e16e64b08fe5e267ea647d9d375d9.ctex"] +dest_files=["res://godot/imported/kitchenCabinetCornerInner.png-769e16e64b08fe5e267ea647d9d375d9.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinetCornerRound.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinetCornerRound.png.import index 4bee205..7de58fc 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinetCornerRound.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinetCornerRound.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://8f2xn46cfvv8" -path="res://.godot/imported/kitchenCabinetCornerRound.png-e0e627c4108f610fa9bdbfe99cdaaa62.ctex" +path="res://godot/imported/kitchenCabinetCornerRound.png-e0e627c4108f610fa9bdbfe99cdaaa62.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/kitchenCabinetCornerRound.png" -dest_files=["res://.godot/imported/kitchenCabinetCornerRound.png-e0e627c4108f610fa9bdbfe99cdaaa62.ctex"] +dest_files=["res://godot/imported/kitchenCabinetCornerRound.png-e0e627c4108f610fa9bdbfe99cdaaa62.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinetDrawer.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinetDrawer.png.import index 5ff6a9a..c249626 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinetDrawer.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinetDrawer.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dw6rdj0fy6s46" -path="res://.godot/imported/kitchenCabinetDrawer.png-8a04f8ceaad3f2eefc54fe031023f303.ctex" +path="res://godot/imported/kitchenCabinetDrawer.png-8a04f8ceaad3f2eefc54fe031023f303.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/kitchenCabinetDrawer.png" -dest_files=["res://.godot/imported/kitchenCabinetDrawer.png-8a04f8ceaad3f2eefc54fe031023f303.ctex"] +dest_files=["res://godot/imported/kitchenCabinetDrawer.png-8a04f8ceaad3f2eefc54fe031023f303.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinetUpper.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinetUpper.png.import index 34eac4f..494be3c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinetUpper.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinetUpper.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b3k0apbloith6" -path="res://.godot/imported/kitchenCabinetUpper.png-5299145ae0184267ed4b3366d1c9d235.ctex" +path="res://godot/imported/kitchenCabinetUpper.png-5299145ae0184267ed4b3366d1c9d235.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/kitchenCabinetUpper.png" -dest_files=["res://.godot/imported/kitchenCabinetUpper.png-5299145ae0184267ed4b3366d1c9d235.ctex"] +dest_files=["res://godot/imported/kitchenCabinetUpper.png-5299145ae0184267ed4b3366d1c9d235.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinetUpperCorner.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinetUpperCorner.png.import index 8f65be4..73050b8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinetUpperCorner.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinetUpperCorner.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ddp7xuvitwm8j" -path="res://.godot/imported/kitchenCabinetUpperCorner.png-91dd7c3c778c9f1fc3c34fec638c94b1.ctex" +path="res://godot/imported/kitchenCabinetUpperCorner.png-91dd7c3c778c9f1fc3c34fec638c94b1.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/kitchenCabinetUpperCorner.png" -dest_files=["res://.godot/imported/kitchenCabinetUpperCorner.png-91dd7c3c778c9f1fc3c34fec638c94b1.ctex"] +dest_files=["res://godot/imported/kitchenCabinetUpperCorner.png-91dd7c3c778c9f1fc3c34fec638c94b1.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinetUpperDouble.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinetUpperDouble.png.import index 67669b5..0bd9751 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinetUpperDouble.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinetUpperDouble.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://4khahj7qbi1x" -path="res://.godot/imported/kitchenCabinetUpperDouble.png-18a01f1908844daf32de2570cfe81da6.ctex" +path="res://godot/imported/kitchenCabinetUpperDouble.png-18a01f1908844daf32de2570cfe81da6.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/kitchenCabinetUpperDouble.png" -dest_files=["res://.godot/imported/kitchenCabinetUpperDouble.png-18a01f1908844daf32de2570cfe81da6.ctex"] +dest_files=["res://godot/imported/kitchenCabinetUpperDouble.png-18a01f1908844daf32de2570cfe81da6.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinetUpperLow.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinetUpperLow.png.import index d54515a..2fffa16 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinetUpperLow.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCabinetUpperLow.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ydbvo1b705ct" -path="res://.godot/imported/kitchenCabinetUpperLow.png-06349097234d447db3a28c1b6619b75b.ctex" +path="res://godot/imported/kitchenCabinetUpperLow.png-06349097234d447db3a28c1b6619b75b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/kitchenCabinetUpperLow.png" -dest_files=["res://.godot/imported/kitchenCabinetUpperLow.png-06349097234d447db3a28c1b6619b75b.ctex"] +dest_files=["res://godot/imported/kitchenCabinetUpperLow.png-06349097234d447db3a28c1b6619b75b.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCoffeeMachine.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCoffeeMachine.png.import index c66fd23..4c9960b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCoffeeMachine.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenCoffeeMachine.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bktj5t2gfyj7q" -path="res://.godot/imported/kitchenCoffeeMachine.png-03679d358589030ae2fb966fa8af8ee3.ctex" +path="res://godot/imported/kitchenCoffeeMachine.png-03679d358589030ae2fb966fa8af8ee3.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/kitchenCoffeeMachine.png" -dest_files=["res://.godot/imported/kitchenCoffeeMachine.png-03679d358589030ae2fb966fa8af8ee3.ctex"] +dest_files=["res://godot/imported/kitchenCoffeeMachine.png-03679d358589030ae2fb966fa8af8ee3.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenFridge.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenFridge.png.import index 7792080..3c8ba66 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenFridge.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenFridge.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dlckrs24u0c1l" -path="res://.godot/imported/kitchenFridge.png-65e0a799ca37b4687e234b9e963c29f2.ctex" +path="res://godot/imported/kitchenFridge.png-65e0a799ca37b4687e234b9e963c29f2.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/kitchenFridge.png" -dest_files=["res://.godot/imported/kitchenFridge.png-65e0a799ca37b4687e234b9e963c29f2.ctex"] +dest_files=["res://godot/imported/kitchenFridge.png-65e0a799ca37b4687e234b9e963c29f2.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenFridgeBuiltIn.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenFridgeBuiltIn.png.import index 54e0896..ec78b37 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenFridgeBuiltIn.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenFridgeBuiltIn.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://djbpyxbtrotwr" -path="res://.godot/imported/kitchenFridgeBuiltIn.png-d2b101f70f440846de2861461b7c1462.ctex" +path="res://godot/imported/kitchenFridgeBuiltIn.png-d2b101f70f440846de2861461b7c1462.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/kitchenFridgeBuiltIn.png" -dest_files=["res://.godot/imported/kitchenFridgeBuiltIn.png-d2b101f70f440846de2861461b7c1462.ctex"] +dest_files=["res://godot/imported/kitchenFridgeBuiltIn.png-d2b101f70f440846de2861461b7c1462.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenFridgeLarge.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenFridgeLarge.png.import index 0d04922..40892b4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenFridgeLarge.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenFridgeLarge.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ce0sjowmfqwr1" -path="res://.godot/imported/kitchenFridgeLarge.png-80601aeb95d748734f29f009076bf1ba.ctex" +path="res://godot/imported/kitchenFridgeLarge.png-80601aeb95d748734f29f009076bf1ba.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/kitchenFridgeLarge.png" -dest_files=["res://.godot/imported/kitchenFridgeLarge.png-80601aeb95d748734f29f009076bf1ba.ctex"] +dest_files=["res://godot/imported/kitchenFridgeLarge.png-80601aeb95d748734f29f009076bf1ba.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenFridgeSmall.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenFridgeSmall.png.import index 68101d0..f901f24 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenFridgeSmall.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenFridgeSmall.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://crayyd7ubwyrc" -path="res://.godot/imported/kitchenFridgeSmall.png-9c4a7eefbf0b208590e65aff37fd06d5.ctex" +path="res://godot/imported/kitchenFridgeSmall.png-9c4a7eefbf0b208590e65aff37fd06d5.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/kitchenFridgeSmall.png" -dest_files=["res://.godot/imported/kitchenFridgeSmall.png-9c4a7eefbf0b208590e65aff37fd06d5.ctex"] +dest_files=["res://godot/imported/kitchenFridgeSmall.png-9c4a7eefbf0b208590e65aff37fd06d5.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenMicrowave.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenMicrowave.png.import index 7fcb66d..25a7fb5 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenMicrowave.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenMicrowave.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cyutecsquwpfv" -path="res://.godot/imported/kitchenMicrowave.png-96004204b45fea2d2aa6d5a7f602c17d.ctex" +path="res://godot/imported/kitchenMicrowave.png-96004204b45fea2d2aa6d5a7f602c17d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/kitchenMicrowave.png" -dest_files=["res://.godot/imported/kitchenMicrowave.png-96004204b45fea2d2aa6d5a7f602c17d.ctex"] +dest_files=["res://godot/imported/kitchenMicrowave.png-96004204b45fea2d2aa6d5a7f602c17d.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenSink.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenSink.png.import index f267139..2931aff 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenSink.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenSink.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ynsx27n0pqt3" -path="res://.godot/imported/kitchenSink.png-4e3f3ea25f8df3a1be8f3860324b2dd6.ctex" +path="res://godot/imported/kitchenSink.png-4e3f3ea25f8df3a1be8f3860324b2dd6.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/kitchenSink.png" -dest_files=["res://.godot/imported/kitchenSink.png-4e3f3ea25f8df3a1be8f3860324b2dd6.ctex"] +dest_files=["res://godot/imported/kitchenSink.png-4e3f3ea25f8df3a1be8f3860324b2dd6.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenStove.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenStove.png.import index 311f47c..b8077ff 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenStove.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenStove.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b18h13e4m1ngu" -path="res://.godot/imported/kitchenStove.png-34f754311f6ca42bfdee7992d97e0c22.ctex" +path="res://godot/imported/kitchenStove.png-34f754311f6ca42bfdee7992d97e0c22.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/kitchenStove.png" -dest_files=["res://.godot/imported/kitchenStove.png-34f754311f6ca42bfdee7992d97e0c22.ctex"] +dest_files=["res://godot/imported/kitchenStove.png-34f754311f6ca42bfdee7992d97e0c22.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenStoveElectric.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenStoveElectric.png.import index a825f6f..28dfe84 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenStoveElectric.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/kitchenStoveElectric.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dpfjwmdv2rp5v" -path="res://.godot/imported/kitchenStoveElectric.png-ddd6006a41d2fd679b4c3f0c79286879.ctex" +path="res://godot/imported/kitchenStoveElectric.png-ddd6006a41d2fd679b4c3f0c79286879.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/kitchenStoveElectric.png" -dest_files=["res://.godot/imported/kitchenStoveElectric.png-ddd6006a41d2fd679b4c3f0c79286879.ctex"] +dest_files=["res://godot/imported/kitchenStoveElectric.png-ddd6006a41d2fd679b4c3f0c79286879.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/lampRoundFloor.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/lampRoundFloor.png.import index dad79d9..fb27801 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/lampRoundFloor.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/lampRoundFloor.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b855tud58r40o" -path="res://.godot/imported/lampRoundFloor.png-45aaa536684ff8db87587ced46575052.ctex" +path="res://godot/imported/lampRoundFloor.png-45aaa536684ff8db87587ced46575052.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/lampRoundFloor.png" -dest_files=["res://.godot/imported/lampRoundFloor.png-45aaa536684ff8db87587ced46575052.ctex"] +dest_files=["res://godot/imported/lampRoundFloor.png-45aaa536684ff8db87587ced46575052.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/lampRoundTable.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/lampRoundTable.png.import index 866cfd5..c0dc51e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/lampRoundTable.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/lampRoundTable.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://j3qjbhnws3gg" -path="res://.godot/imported/lampRoundTable.png-a1c4d3dc254a68e92362ae400dcb8403.ctex" +path="res://godot/imported/lampRoundTable.png-a1c4d3dc254a68e92362ae400dcb8403.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/lampRoundTable.png" -dest_files=["res://.godot/imported/lampRoundTable.png-a1c4d3dc254a68e92362ae400dcb8403.ctex"] +dest_files=["res://godot/imported/lampRoundTable.png-a1c4d3dc254a68e92362ae400dcb8403.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/lampSquareCeiling.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/lampSquareCeiling.png.import index 2f0f48b..531e468 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/lampSquareCeiling.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/lampSquareCeiling.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://baep4mi7w8je" -path="res://.godot/imported/lampSquareCeiling.png-ede5f25543f3c4f288aeaa1a59837d9e.ctex" +path="res://godot/imported/lampSquareCeiling.png-ede5f25543f3c4f288aeaa1a59837d9e.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/lampSquareCeiling.png" -dest_files=["res://.godot/imported/lampSquareCeiling.png-ede5f25543f3c4f288aeaa1a59837d9e.ctex"] +dest_files=["res://godot/imported/lampSquareCeiling.png-ede5f25543f3c4f288aeaa1a59837d9e.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/lampSquareFloor.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/lampSquareFloor.png.import index 2638cfd..7fe1298 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/lampSquareFloor.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/lampSquareFloor.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://46q4ioky02q8" -path="res://.godot/imported/lampSquareFloor.png-ed04c20fc5ee46883ec20ed70cf8a180.ctex" +path="res://godot/imported/lampSquareFloor.png-ed04c20fc5ee46883ec20ed70cf8a180.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/lampSquareFloor.png" -dest_files=["res://.godot/imported/lampSquareFloor.png-ed04c20fc5ee46883ec20ed70cf8a180.ctex"] +dest_files=["res://godot/imported/lampSquareFloor.png-ed04c20fc5ee46883ec20ed70cf8a180.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/lampSquareTable.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/lampSquareTable.png.import index 422e1b4..bdbe163 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/lampSquareTable.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/lampSquareTable.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c6nv38lerxs5j" -path="res://.godot/imported/lampSquareTable.png-1f81ba9c5e8f70d1e9720c36ac039194.ctex" +path="res://godot/imported/lampSquareTable.png-1f81ba9c5e8f70d1e9720c36ac039194.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/lampSquareTable.png" -dest_files=["res://.godot/imported/lampSquareTable.png-1f81ba9c5e8f70d1e9720c36ac039194.ctex"] +dest_files=["res://godot/imported/lampSquareTable.png-1f81ba9c5e8f70d1e9720c36ac039194.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/lampWall.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/lampWall.png.import index 5732b41..95b858f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/lampWall.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/lampWall.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bgaqpyj48b8nm" -path="res://.godot/imported/lampWall.png-213e24b977287fa8aa8ec20570277341.ctex" +path="res://godot/imported/lampWall.png-213e24b977287fa8aa8ec20570277341.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/lampWall.png" -dest_files=["res://.godot/imported/lampWall.png-213e24b977287fa8aa8ec20570277341.ctex"] +dest_files=["res://godot/imported/lampWall.png-213e24b977287fa8aa8ec20570277341.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/laptop.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/laptop.png.import index 1aba94f..b5f76fa 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/laptop.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/laptop.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://oyw5u6x5vuti" -path="res://.godot/imported/laptop.png-439fafe9be1cc595844ddd0aecbb6637.ctex" +path="res://godot/imported/laptop.png-439fafe9be1cc595844ddd0aecbb6637.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/laptop.png" -dest_files=["res://.godot/imported/laptop.png-439fafe9be1cc595844ddd0aecbb6637.ctex"] +dest_files=["res://godot/imported/laptop.png-439fafe9be1cc595844ddd0aecbb6637.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/loungeChair.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/loungeChair.png.import index c4f2eea..cd39100 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/loungeChair.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/loungeChair.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://1ufswnef6gjt" -path="res://.godot/imported/loungeChair.png-74e1f0e2980c4004497593c27a10e774.ctex" +path="res://godot/imported/loungeChair.png-74e1f0e2980c4004497593c27a10e774.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/loungeChair.png" -dest_files=["res://.godot/imported/loungeChair.png-74e1f0e2980c4004497593c27a10e774.ctex"] +dest_files=["res://godot/imported/loungeChair.png-74e1f0e2980c4004497593c27a10e774.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/loungeChairRelax.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/loungeChairRelax.png.import index c2ee812..b0d6239 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/loungeChairRelax.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/loungeChairRelax.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bjxuatr61jupe" -path="res://.godot/imported/loungeChairRelax.png-8d0557d1ff0d69bcf9305a36a378cde9.ctex" +path="res://godot/imported/loungeChairRelax.png-8d0557d1ff0d69bcf9305a36a378cde9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/loungeChairRelax.png" -dest_files=["res://.godot/imported/loungeChairRelax.png-8d0557d1ff0d69bcf9305a36a378cde9.ctex"] +dest_files=["res://godot/imported/loungeChairRelax.png-8d0557d1ff0d69bcf9305a36a378cde9.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/loungeDesignChair.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/loungeDesignChair.png.import index cbc9377..54d7b9e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/loungeDesignChair.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/loungeDesignChair.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://87t4dp32eorw" -path="res://.godot/imported/loungeDesignChair.png-dd5d8d94d02339164a6695a4575ed967.ctex" +path="res://godot/imported/loungeDesignChair.png-dd5d8d94d02339164a6695a4575ed967.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/loungeDesignChair.png" -dest_files=["res://.godot/imported/loungeDesignChair.png-dd5d8d94d02339164a6695a4575ed967.ctex"] +dest_files=["res://godot/imported/loungeDesignChair.png-dd5d8d94d02339164a6695a4575ed967.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/loungeDesignSofa.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/loungeDesignSofa.png.import index 781fbe9..0683243 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/loungeDesignSofa.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/loungeDesignSofa.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://f8b0xyfx43ch" -path="res://.godot/imported/loungeDesignSofa.png-56a0ce9d6e05e95cb034af16e2fb6900.ctex" +path="res://godot/imported/loungeDesignSofa.png-56a0ce9d6e05e95cb034af16e2fb6900.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/loungeDesignSofa.png" -dest_files=["res://.godot/imported/loungeDesignSofa.png-56a0ce9d6e05e95cb034af16e2fb6900.ctex"] +dest_files=["res://godot/imported/loungeDesignSofa.png-56a0ce9d6e05e95cb034af16e2fb6900.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/loungeDesignSofaCorner.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/loungeDesignSofaCorner.png.import index 7242d71..ade3a25 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/loungeDesignSofaCorner.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/loungeDesignSofaCorner.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dsb5hucj6j54" -path="res://.godot/imported/loungeDesignSofaCorner.png-3a4906c8a61ba45798455d1c7891bb54.ctex" +path="res://godot/imported/loungeDesignSofaCorner.png-3a4906c8a61ba45798455d1c7891bb54.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/loungeDesignSofaCorner.png" -dest_files=["res://.godot/imported/loungeDesignSofaCorner.png-3a4906c8a61ba45798455d1c7891bb54.ctex"] +dest_files=["res://godot/imported/loungeDesignSofaCorner.png-3a4906c8a61ba45798455d1c7891bb54.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/loungeSofa.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/loungeSofa.png.import index eadb36d..ed1fbaf 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/loungeSofa.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/loungeSofa.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dm40ag6oeoq3a" -path="res://.godot/imported/loungeSofa.png-0ff165d69539f7e09ecc91d7b1b47785.ctex" +path="res://godot/imported/loungeSofa.png-0ff165d69539f7e09ecc91d7b1b47785.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/loungeSofa.png" -dest_files=["res://.godot/imported/loungeSofa.png-0ff165d69539f7e09ecc91d7b1b47785.ctex"] +dest_files=["res://godot/imported/loungeSofa.png-0ff165d69539f7e09ecc91d7b1b47785.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/loungeSofaCorner.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/loungeSofaCorner.png.import index 723c48c..c8ce706 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/loungeSofaCorner.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/loungeSofaCorner.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dsfpcd6ll4dlo" -path="res://.godot/imported/loungeSofaCorner.png-60bcef61d68e3dc20eacfa3979f934c5.ctex" +path="res://godot/imported/loungeSofaCorner.png-60bcef61d68e3dc20eacfa3979f934c5.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/loungeSofaCorner.png" -dest_files=["res://.godot/imported/loungeSofaCorner.png-60bcef61d68e3dc20eacfa3979f934c5.ctex"] +dest_files=["res://godot/imported/loungeSofaCorner.png-60bcef61d68e3dc20eacfa3979f934c5.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/loungeSofaLong.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/loungeSofaLong.png.import index 125c885..2891efc 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/loungeSofaLong.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/loungeSofaLong.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cnk6e24fijy0q" -path="res://.godot/imported/loungeSofaLong.png-b5757926ac5d15184b2bef05efa3208b.ctex" +path="res://godot/imported/loungeSofaLong.png-b5757926ac5d15184b2bef05efa3208b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/loungeSofaLong.png" -dest_files=["res://.godot/imported/loungeSofaLong.png-b5757926ac5d15184b2bef05efa3208b.ctex"] +dest_files=["res://godot/imported/loungeSofaLong.png-b5757926ac5d15184b2bef05efa3208b.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/loungeSofaOttoman.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/loungeSofaOttoman.png.import index 04e6c44..694798b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/loungeSofaOttoman.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/loungeSofaOttoman.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cfwpv3m5socdp" -path="res://.godot/imported/loungeSofaOttoman.png-626f8dec5a7bdb99d67d25dc3d6b1873.ctex" +path="res://godot/imported/loungeSofaOttoman.png-626f8dec5a7bdb99d67d25dc3d6b1873.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/loungeSofaOttoman.png" -dest_files=["res://.godot/imported/loungeSofaOttoman.png-626f8dec5a7bdb99d67d25dc3d6b1873.ctex"] +dest_files=["res://godot/imported/loungeSofaOttoman.png-626f8dec5a7bdb99d67d25dc3d6b1873.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/paneling.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/paneling.png.import index 1955a18..d04c438 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/paneling.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/paneling.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ci2p8q7xj336g" -path="res://.godot/imported/paneling.png-a5c9df48b466c99601d835bb59a70744.ctex" +path="res://godot/imported/paneling.png-a5c9df48b466c99601d835bb59a70744.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/paneling.png" -dest_files=["res://.godot/imported/paneling.png-a5c9df48b466c99601d835bb59a70744.ctex"] +dest_files=["res://godot/imported/paneling.png-a5c9df48b466c99601d835bb59a70744.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/pillow.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/pillow.png.import index 69d9b91..afec01c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/pillow.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/pillow.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cur4tyuq35pee" -path="res://.godot/imported/pillow.png-d3d9c928d3ac04e37118f9ee7f3cedac.ctex" +path="res://godot/imported/pillow.png-d3d9c928d3ac04e37118f9ee7f3cedac.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/pillow.png" -dest_files=["res://.godot/imported/pillow.png-d3d9c928d3ac04e37118f9ee7f3cedac.ctex"] +dest_files=["res://godot/imported/pillow.png-d3d9c928d3ac04e37118f9ee7f3cedac.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/pillowBlue.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/pillowBlue.png.import index 7dcc54c..2c8debd 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/pillowBlue.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/pillowBlue.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bevybwsjedejh" -path="res://.godot/imported/pillowBlue.png-17f7c4ec4a9929a34b678a35236a967f.ctex" +path="res://godot/imported/pillowBlue.png-17f7c4ec4a9929a34b678a35236a967f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/pillowBlue.png" -dest_files=["res://.godot/imported/pillowBlue.png-17f7c4ec4a9929a34b678a35236a967f.ctex"] +dest_files=["res://godot/imported/pillowBlue.png-17f7c4ec4a9929a34b678a35236a967f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/pillowBlueLong.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/pillowBlueLong.png.import index 53b39d5..06a07e7 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/pillowBlueLong.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/pillowBlueLong.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cjc1oyvkqk478" -path="res://.godot/imported/pillowBlueLong.png-c7ab16f107a89a2a4929271dca70f7d8.ctex" +path="res://godot/imported/pillowBlueLong.png-c7ab16f107a89a2a4929271dca70f7d8.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/pillowBlueLong.png" -dest_files=["res://.godot/imported/pillowBlueLong.png-c7ab16f107a89a2a4929271dca70f7d8.ctex"] +dest_files=["res://godot/imported/pillowBlueLong.png-c7ab16f107a89a2a4929271dca70f7d8.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/pillowLong.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/pillowLong.png.import index 65e8dc4..6498c16 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/pillowLong.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/pillowLong.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c711aniqfbbgk" -path="res://.godot/imported/pillowLong.png-586b32d470009c5009cbee3637942e78.ctex" +path="res://godot/imported/pillowLong.png-586b32d470009c5009cbee3637942e78.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/pillowLong.png" -dest_files=["res://.godot/imported/pillowLong.png-586b32d470009c5009cbee3637942e78.ctex"] +dest_files=["res://godot/imported/pillowLong.png-586b32d470009c5009cbee3637942e78.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/plantSmall1.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/plantSmall1.png.import index 673bec6..371c68b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/plantSmall1.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/plantSmall1.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://be06kq4dma3cn" -path="res://.godot/imported/plantSmall1.png-118769f48817bdb598a3ee9b369b43c6.ctex" +path="res://godot/imported/plantSmall1.png-118769f48817bdb598a3ee9b369b43c6.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/plantSmall1.png" -dest_files=["res://.godot/imported/plantSmall1.png-118769f48817bdb598a3ee9b369b43c6.ctex"] +dest_files=["res://godot/imported/plantSmall1.png-118769f48817bdb598a3ee9b369b43c6.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/plantSmall2.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/plantSmall2.png.import index 31cb0ec..35c51a5 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/plantSmall2.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/plantSmall2.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cm86u8vj580qk" -path="res://.godot/imported/plantSmall2.png-f9e3f3f52800a3880a2467889da084ca.ctex" +path="res://godot/imported/plantSmall2.png-f9e3f3f52800a3880a2467889da084ca.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/plantSmall2.png" -dest_files=["res://.godot/imported/plantSmall2.png-f9e3f3f52800a3880a2467889da084ca.ctex"] +dest_files=["res://godot/imported/plantSmall2.png-f9e3f3f52800a3880a2467889da084ca.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/plantSmall3.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/plantSmall3.png.import index 4d7d6fe..9ad781c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/plantSmall3.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/plantSmall3.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bxy5ilw7l4v1" -path="res://.godot/imported/plantSmall3.png-e29d766c4e046f26a082872565eafe8a.ctex" +path="res://godot/imported/plantSmall3.png-e29d766c4e046f26a082872565eafe8a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/plantSmall3.png" -dest_files=["res://.godot/imported/plantSmall3.png-e29d766c4e046f26a082872565eafe8a.ctex"] +dest_files=["res://godot/imported/plantSmall3.png-e29d766c4e046f26a082872565eafe8a.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/pottedPlant.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/pottedPlant.png.import index 2f525d9..b0f9bf1 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/pottedPlant.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/pottedPlant.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dfxn17f45kqys" -path="res://.godot/imported/pottedPlant.png-1dc18accc1496e1672c59783545390cd.ctex" +path="res://godot/imported/pottedPlant.png-1dc18accc1496e1672c59783545390cd.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/pottedPlant.png" -dest_files=["res://.godot/imported/pottedPlant.png-1dc18accc1496e1672c59783545390cd.ctex"] +dest_files=["res://godot/imported/pottedPlant.png-1dc18accc1496e1672c59783545390cd.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/radio.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/radio.png.import index f8bab76..e93d01a 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/radio.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/radio.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://3ygj4qrtnp38" -path="res://.godot/imported/radio.png-ae51f933c76420a404c8f6ce10eb9879.ctex" +path="res://godot/imported/radio.png-ae51f933c76420a404c8f6ce10eb9879.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/radio.png" -dest_files=["res://.godot/imported/radio.png-ae51f933c76420a404c8f6ce10eb9879.ctex"] +dest_files=["res://godot/imported/radio.png-ae51f933c76420a404c8f6ce10eb9879.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/rugDoormat.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/rugDoormat.png.import index 018fe4c..d1fa903 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/rugDoormat.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/rugDoormat.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bpisp33wr2wk4" -path="res://.godot/imported/rugDoormat.png-b26d89b2656e20a2337d4d9ed1bcefd7.ctex" +path="res://godot/imported/rugDoormat.png-b26d89b2656e20a2337d4d9ed1bcefd7.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/rugDoormat.png" -dest_files=["res://.godot/imported/rugDoormat.png-b26d89b2656e20a2337d4d9ed1bcefd7.ctex"] +dest_files=["res://godot/imported/rugDoormat.png-b26d89b2656e20a2337d4d9ed1bcefd7.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/rugRectangle.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/rugRectangle.png.import index 1d6db0c..ec2fcce 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/rugRectangle.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/rugRectangle.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://buk5ehgakhbvq" -path="res://.godot/imported/rugRectangle.png-5a5b8d9e9ccb03fa964ae21d1896f35f.ctex" +path="res://godot/imported/rugRectangle.png-5a5b8d9e9ccb03fa964ae21d1896f35f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/rugRectangle.png" -dest_files=["res://.godot/imported/rugRectangle.png-5a5b8d9e9ccb03fa964ae21d1896f35f.ctex"] +dest_files=["res://godot/imported/rugRectangle.png-5a5b8d9e9ccb03fa964ae21d1896f35f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/rugRound.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/rugRound.png.import index 454425d..a420b54 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/rugRound.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/rugRound.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://deo1v3pvq1vs" -path="res://.godot/imported/rugRound.png-177788a962e92cae2d80fcb54c19eba7.ctex" +path="res://godot/imported/rugRound.png-177788a962e92cae2d80fcb54c19eba7.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/rugRound.png" -dest_files=["res://.godot/imported/rugRound.png-177788a962e92cae2d80fcb54c19eba7.ctex"] +dest_files=["res://godot/imported/rugRound.png-177788a962e92cae2d80fcb54c19eba7.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/rugRounded.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/rugRounded.png.import index d22dc2a..7f3541e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/rugRounded.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/rugRounded.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c1fpw5c0k3k86" -path="res://.godot/imported/rugRounded.png-a22d9c0ec92bd9805d65aeaf4c074dba.ctex" +path="res://godot/imported/rugRounded.png-a22d9c0ec92bd9805d65aeaf4c074dba.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/rugRounded.png" -dest_files=["res://.godot/imported/rugRounded.png-a22d9c0ec92bd9805d65aeaf4c074dba.ctex"] +dest_files=["res://godot/imported/rugRounded.png-a22d9c0ec92bd9805d65aeaf4c074dba.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/rugSquare.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/rugSquare.png.import index 6b46ad0..3eba1ab 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/rugSquare.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/rugSquare.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bj4ivuvcbp66r" -path="res://.godot/imported/rugSquare.png-1d4f3b11a6c3bd45c26dedf90ee5ae54.ctex" +path="res://godot/imported/rugSquare.png-1d4f3b11a6c3bd45c26dedf90ee5ae54.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/rugSquare.png" -dest_files=["res://.godot/imported/rugSquare.png-1d4f3b11a6c3bd45c26dedf90ee5ae54.ctex"] +dest_files=["res://godot/imported/rugSquare.png-1d4f3b11a6c3bd45c26dedf90ee5ae54.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/shower.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/shower.png.import index a330583..f3c0199 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/shower.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/shower.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dlpfggiqfifpp" -path="res://.godot/imported/shower.png-27ca53912c1a02a6e4abce859c1116c7.ctex" +path="res://godot/imported/shower.png-27ca53912c1a02a6e4abce859c1116c7.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/shower.png" -dest_files=["res://.godot/imported/shower.png-27ca53912c1a02a6e4abce859c1116c7.ctex"] +dest_files=["res://godot/imported/shower.png-27ca53912c1a02a6e4abce859c1116c7.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/showerRound.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/showerRound.png.import index d37a4e5..ea3e2b8 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/showerRound.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/showerRound.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bivv607vck0xt" -path="res://.godot/imported/showerRound.png-1c9198505208ff43cb1ae5240f24e49e.ctex" +path="res://godot/imported/showerRound.png-1c9198505208ff43cb1ae5240f24e49e.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/showerRound.png" -dest_files=["res://.godot/imported/showerRound.png-1c9198505208ff43cb1ae5240f24e49e.ctex"] +dest_files=["res://godot/imported/showerRound.png-1c9198505208ff43cb1ae5240f24e49e.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/sideTable.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/sideTable.png.import index 5eff0be..bb4fbd7 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/sideTable.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/sideTable.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cmibjor1rjtt5" -path="res://.godot/imported/sideTable.png-a9793d7173489b29888b082322a110a5.ctex" +path="res://godot/imported/sideTable.png-a9793d7173489b29888b082322a110a5.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/sideTable.png" -dest_files=["res://.godot/imported/sideTable.png-a9793d7173489b29888b082322a110a5.ctex"] +dest_files=["res://godot/imported/sideTable.png-a9793d7173489b29888b082322a110a5.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/sideTableDrawers.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/sideTableDrawers.png.import index 713fa49..9696f66 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/sideTableDrawers.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/sideTableDrawers.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bgyrxnxrykygg" -path="res://.godot/imported/sideTableDrawers.png-d12af97f7a6a9e40d53ba6298ba10ebf.ctex" +path="res://godot/imported/sideTableDrawers.png-d12af97f7a6a9e40d53ba6298ba10ebf.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/sideTableDrawers.png" -dest_files=["res://.godot/imported/sideTableDrawers.png-d12af97f7a6a9e40d53ba6298ba10ebf.ctex"] +dest_files=["res://godot/imported/sideTableDrawers.png-d12af97f7a6a9e40d53ba6298ba10ebf.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/speaker.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/speaker.png.import index e7eaa13..c41824b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/speaker.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/speaker.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bxhenkq1ympqg" -path="res://.godot/imported/speaker.png-c6ac50971ad295c2e700f9c27c568556.ctex" +path="res://godot/imported/speaker.png-c6ac50971ad295c2e700f9c27c568556.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/speaker.png" -dest_files=["res://.godot/imported/speaker.png-c6ac50971ad295c2e700f9c27c568556.ctex"] +dest_files=["res://godot/imported/speaker.png-c6ac50971ad295c2e700f9c27c568556.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/speakerSmall.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/speakerSmall.png.import index e155d5d..1894bd7 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/speakerSmall.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/speakerSmall.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dhwa1khxxouhj" -path="res://.godot/imported/speakerSmall.png-2ffcce2264e7f979dc30e8d15db45c37.ctex" +path="res://godot/imported/speakerSmall.png-2ffcce2264e7f979dc30e8d15db45c37.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/speakerSmall.png" -dest_files=["res://.godot/imported/speakerSmall.png-2ffcce2264e7f979dc30e8d15db45c37.ctex"] +dest_files=["res://godot/imported/speakerSmall.png-2ffcce2264e7f979dc30e8d15db45c37.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/stairs.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/stairs.png.import index 96b5563..505aee2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/stairs.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/stairs.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bwaxluf72jb6h" -path="res://.godot/imported/stairs.png-bc439d46ebb192e8a06400f73bce8a3c.ctex" +path="res://godot/imported/stairs.png-bc439d46ebb192e8a06400f73bce8a3c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/stairs.png" -dest_files=["res://.godot/imported/stairs.png-bc439d46ebb192e8a06400f73bce8a3c.ctex"] +dest_files=["res://godot/imported/stairs.png-bc439d46ebb192e8a06400f73bce8a3c.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/stairsCorner.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/stairsCorner.png.import index 7b513b4..dd8b07d 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/stairsCorner.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/stairsCorner.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bwgovc6t4yhis" -path="res://.godot/imported/stairsCorner.png-444629235609985eb0e406f03c22a0e9.ctex" +path="res://godot/imported/stairsCorner.png-444629235609985eb0e406f03c22a0e9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/stairsCorner.png" -dest_files=["res://.godot/imported/stairsCorner.png-444629235609985eb0e406f03c22a0e9.ctex"] +dest_files=["res://godot/imported/stairsCorner.png-444629235609985eb0e406f03c22a0e9.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/stairsOpen.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/stairsOpen.png.import index 9d14fe4..b073886 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/stairsOpen.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/stairsOpen.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://boxua3dlqne2r" -path="res://.godot/imported/stairsOpen.png-f018ee15973445640cd354f37fb28ed3.ctex" +path="res://godot/imported/stairsOpen.png-f018ee15973445640cd354f37fb28ed3.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/stairsOpen.png" -dest_files=["res://.godot/imported/stairsOpen.png-f018ee15973445640cd354f37fb28ed3.ctex"] +dest_files=["res://godot/imported/stairsOpen.png-f018ee15973445640cd354f37fb28ed3.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/stairsOpenSingle.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/stairsOpenSingle.png.import index d9c010c..3b7efe2 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/stairsOpenSingle.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/stairsOpenSingle.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b1yucotlier3n" -path="res://.godot/imported/stairsOpenSingle.png-4986d351ed144dd89833e93aa8c2c258.ctex" +path="res://godot/imported/stairsOpenSingle.png-4986d351ed144dd89833e93aa8c2c258.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/stairsOpenSingle.png" -dest_files=["res://.godot/imported/stairsOpenSingle.png-4986d351ed144dd89833e93aa8c2c258.ctex"] +dest_files=["res://godot/imported/stairsOpenSingle.png-4986d351ed144dd89833e93aa8c2c258.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/stoolBar.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/stoolBar.png.import index a7185b1..d486470 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/stoolBar.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/stoolBar.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cyjhawn1ru2ef" -path="res://.godot/imported/stoolBar.png-3ee83b6a36e4f6941dc95a1e5bd515dd.ctex" +path="res://godot/imported/stoolBar.png-3ee83b6a36e4f6941dc95a1e5bd515dd.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/stoolBar.png" -dest_files=["res://.godot/imported/stoolBar.png-3ee83b6a36e4f6941dc95a1e5bd515dd.ctex"] +dest_files=["res://godot/imported/stoolBar.png-3ee83b6a36e4f6941dc95a1e5bd515dd.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/stoolBarSquare.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/stoolBarSquare.png.import index 41dba02..ab15ddd 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/stoolBarSquare.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/stoolBarSquare.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cmjxnxgfio38r" -path="res://.godot/imported/stoolBarSquare.png-24e1e7edf4047f649e9191c10b06a910.ctex" +path="res://godot/imported/stoolBarSquare.png-24e1e7edf4047f649e9191c10b06a910.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/stoolBarSquare.png" -dest_files=["res://.godot/imported/stoolBarSquare.png-24e1e7edf4047f649e9191c10b06a910.ctex"] +dest_files=["res://godot/imported/stoolBarSquare.png-24e1e7edf4047f649e9191c10b06a910.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/table.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/table.png.import index e297b7f..609d5e1 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/table.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/table.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://p76hfd0d1fst" -path="res://.godot/imported/table.png-a33421c51b069c36a924078ed31a7742.ctex" +path="res://godot/imported/table.png-a33421c51b069c36a924078ed31a7742.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/table.png" -dest_files=["res://.godot/imported/table.png-a33421c51b069c36a924078ed31a7742.ctex"] +dest_files=["res://godot/imported/table.png-a33421c51b069c36a924078ed31a7742.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/tableCloth.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/tableCloth.png.import index 8f95af3..fdb9740 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/tableCloth.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/tableCloth.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dwlombsj1rx1s" -path="res://.godot/imported/tableCloth.png-27da61323378d3bd3d4cbf54ecf5bfa1.ctex" +path="res://godot/imported/tableCloth.png-27da61323378d3bd3d4cbf54ecf5bfa1.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/tableCloth.png" -dest_files=["res://.godot/imported/tableCloth.png-27da61323378d3bd3d4cbf54ecf5bfa1.ctex"] +dest_files=["res://godot/imported/tableCloth.png-27da61323378d3bd3d4cbf54ecf5bfa1.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/tableCoffee.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/tableCoffee.png.import index 77357b3..806befc 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/tableCoffee.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/tableCoffee.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ccxpf8tajgvfn" -path="res://.godot/imported/tableCoffee.png-4006ce807d8f516c8661965ad303051e.ctex" +path="res://godot/imported/tableCoffee.png-4006ce807d8f516c8661965ad303051e.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/tableCoffee.png" -dest_files=["res://.godot/imported/tableCoffee.png-4006ce807d8f516c8661965ad303051e.ctex"] +dest_files=["res://godot/imported/tableCoffee.png-4006ce807d8f516c8661965ad303051e.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/tableCoffeeGlass.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/tableCoffeeGlass.png.import index f863651..e5e972c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/tableCoffeeGlass.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/tableCoffeeGlass.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b8cbd3sdkgsn7" -path="res://.godot/imported/tableCoffeeGlass.png-c5d7466f2f3f2e247c231f38ec19f865.ctex" +path="res://godot/imported/tableCoffeeGlass.png-c5d7466f2f3f2e247c231f38ec19f865.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/tableCoffeeGlass.png" -dest_files=["res://.godot/imported/tableCoffeeGlass.png-c5d7466f2f3f2e247c231f38ec19f865.ctex"] +dest_files=["res://godot/imported/tableCoffeeGlass.png-c5d7466f2f3f2e247c231f38ec19f865.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/tableCoffeeGlassSquare.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/tableCoffeeGlassSquare.png.import index e22f48c..f94b23c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/tableCoffeeGlassSquare.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/tableCoffeeGlassSquare.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://didkg1rxdl57l" -path="res://.godot/imported/tableCoffeeGlassSquare.png-891e8a48176991b0da52b924fc961e22.ctex" +path="res://godot/imported/tableCoffeeGlassSquare.png-891e8a48176991b0da52b924fc961e22.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/tableCoffeeGlassSquare.png" -dest_files=["res://.godot/imported/tableCoffeeGlassSquare.png-891e8a48176991b0da52b924fc961e22.ctex"] +dest_files=["res://godot/imported/tableCoffeeGlassSquare.png-891e8a48176991b0da52b924fc961e22.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/tableCoffeeSquare.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/tableCoffeeSquare.png.import index 0ca1bf3..a00c3bc 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/tableCoffeeSquare.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/tableCoffeeSquare.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://btycs8g53w616" -path="res://.godot/imported/tableCoffeeSquare.png-e7e3e7b2e109f4c52524b24e62a57768.ctex" +path="res://godot/imported/tableCoffeeSquare.png-e7e3e7b2e109f4c52524b24e62a57768.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/tableCoffeeSquare.png" -dest_files=["res://.godot/imported/tableCoffeeSquare.png-e7e3e7b2e109f4c52524b24e62a57768.ctex"] +dest_files=["res://godot/imported/tableCoffeeSquare.png-e7e3e7b2e109f4c52524b24e62a57768.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/tableCross.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/tableCross.png.import index 21f2666..7aea286 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/tableCross.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/tableCross.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cnr2cvik6k5d6" -path="res://.godot/imported/tableCross.png-0aeabc14b536b3e982b5ac44a1ff8c9d.ctex" +path="res://godot/imported/tableCross.png-0aeabc14b536b3e982b5ac44a1ff8c9d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/tableCross.png" -dest_files=["res://.godot/imported/tableCross.png-0aeabc14b536b3e982b5ac44a1ff8c9d.ctex"] +dest_files=["res://godot/imported/tableCross.png-0aeabc14b536b3e982b5ac44a1ff8c9d.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/tableCrossCloth.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/tableCrossCloth.png.import index 72c0126..a48029f 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/tableCrossCloth.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/tableCrossCloth.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cnlx6ryp6nf1c" -path="res://.godot/imported/tableCrossCloth.png-70ffb9a041483fde11d6f1d4c5bc9dfd.ctex" +path="res://godot/imported/tableCrossCloth.png-70ffb9a041483fde11d6f1d4c5bc9dfd.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/tableCrossCloth.png" -dest_files=["res://.godot/imported/tableCrossCloth.png-70ffb9a041483fde11d6f1d4c5bc9dfd.ctex"] +dest_files=["res://godot/imported/tableCrossCloth.png-70ffb9a041483fde11d6f1d4c5bc9dfd.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/tableGlass.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/tableGlass.png.import index 56ce604..9265c67 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/tableGlass.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/tableGlass.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cgqd3van8hi71" -path="res://.godot/imported/tableGlass.png-7d0700e34746d87b82b389cfe09e6816.ctex" +path="res://godot/imported/tableGlass.png-7d0700e34746d87b82b389cfe09e6816.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/tableGlass.png" -dest_files=["res://.godot/imported/tableGlass.png-7d0700e34746d87b82b389cfe09e6816.ctex"] +dest_files=["res://godot/imported/tableGlass.png-7d0700e34746d87b82b389cfe09e6816.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/tableRound.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/tableRound.png.import index ae9ad19..c1743dc 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/tableRound.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/tableRound.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c8fsgyfifsvqp" -path="res://.godot/imported/tableRound.png-13995db9ea1e70d78b996a0dd174bcd0.ctex" +path="res://godot/imported/tableRound.png-13995db9ea1e70d78b996a0dd174bcd0.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/tableRound.png" -dest_files=["res://.godot/imported/tableRound.png-13995db9ea1e70d78b996a0dd174bcd0.ctex"] +dest_files=["res://godot/imported/tableRound.png-13995db9ea1e70d78b996a0dd174bcd0.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/televisionAntenna.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/televisionAntenna.png.import index 1115688..c861e39 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/televisionAntenna.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/televisionAntenna.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dyolmw3medimn" -path="res://.godot/imported/televisionAntenna.png-4fef51a8c49440a8171a2d0ed3dc6c3d.ctex" +path="res://godot/imported/televisionAntenna.png-4fef51a8c49440a8171a2d0ed3dc6c3d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/televisionAntenna.png" -dest_files=["res://.godot/imported/televisionAntenna.png-4fef51a8c49440a8171a2d0ed3dc6c3d.ctex"] +dest_files=["res://godot/imported/televisionAntenna.png-4fef51a8c49440a8171a2d0ed3dc6c3d.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/televisionModern.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/televisionModern.png.import index 80d36f2..8873556 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/televisionModern.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/televisionModern.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://df2ntc4a8gljv" -path="res://.godot/imported/televisionModern.png-88c8445311730e8626c664c8974c565d.ctex" +path="res://godot/imported/televisionModern.png-88c8445311730e8626c664c8974c565d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/televisionModern.png" -dest_files=["res://.godot/imported/televisionModern.png-88c8445311730e8626c664c8974c565d.ctex"] +dest_files=["res://godot/imported/televisionModern.png-88c8445311730e8626c664c8974c565d.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/televisionVintage.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/televisionVintage.png.import index 9b505ff..e01ecab 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/televisionVintage.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/televisionVintage.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://xhv3m3x4qt0f" -path="res://.godot/imported/televisionVintage.png-7f3e40f5d3924af57f402a10015f2859.ctex" +path="res://godot/imported/televisionVintage.png-7f3e40f5d3924af57f402a10015f2859.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/televisionVintage.png" -dest_files=["res://.godot/imported/televisionVintage.png-7f3e40f5d3924af57f402a10015f2859.ctex"] +dest_files=["res://godot/imported/televisionVintage.png-7f3e40f5d3924af57f402a10015f2859.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/toaster.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/toaster.png.import index 14220f2..295796c 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/toaster.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/toaster.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cpdifq1l47qjf" -path="res://.godot/imported/toaster.png-8b5aa620bd1301b14867c182f817ff4a.ctex" +path="res://godot/imported/toaster.png-8b5aa620bd1301b14867c182f817ff4a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/toaster.png" -dest_files=["res://.godot/imported/toaster.png-8b5aa620bd1301b14867c182f817ff4a.ctex"] +dest_files=["res://godot/imported/toaster.png-8b5aa620bd1301b14867c182f817ff4a.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/toilet.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/toilet.png.import index d394d87..8a2c614 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/toilet.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/toilet.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://j8qqfgj4xxsv" -path="res://.godot/imported/toilet.png-87bb5e99b5d8de83f280be1aa9a34bc0.ctex" +path="res://godot/imported/toilet.png-87bb5e99b5d8de83f280be1aa9a34bc0.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/toilet.png" -dest_files=["res://.godot/imported/toilet.png-87bb5e99b5d8de83f280be1aa9a34bc0.ctex"] +dest_files=["res://godot/imported/toilet.png-87bb5e99b5d8de83f280be1aa9a34bc0.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/toiletSquare.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/toiletSquare.png.import index be23a87..6fa0437 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/toiletSquare.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/toiletSquare.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://beg0a2fpsux7j" -path="res://.godot/imported/toiletSquare.png-cca7a46324a25e34094658427f583dab.ctex" +path="res://godot/imported/toiletSquare.png-cca7a46324a25e34094658427f583dab.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/toiletSquare.png" -dest_files=["res://.godot/imported/toiletSquare.png-cca7a46324a25e34094658427f583dab.ctex"] +dest_files=["res://godot/imported/toiletSquare.png-cca7a46324a25e34094658427f583dab.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/trashcan.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/trashcan.png.import index 02c7cf0..33728dd 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/trashcan.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/trashcan.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c0nldvqh41jda" -path="res://.godot/imported/trashcan.png-85e3ce6f7e320cdba1db5af8d89cabe7.ctex" +path="res://godot/imported/trashcan.png-85e3ce6f7e320cdba1db5af8d89cabe7.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/trashcan.png" -dest_files=["res://.godot/imported/trashcan.png-85e3ce6f7e320cdba1db5af8d89cabe7.ctex"] +dest_files=["res://godot/imported/trashcan.png-85e3ce6f7e320cdba1db5af8d89cabe7.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/wall.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/wall.png.import index de7b243..49a3d3e 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/wall.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/wall.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c48cnbkpntolm" -path="res://.godot/imported/wall.png-813355f5884b15e6c8df60833f585f01.ctex" +path="res://godot/imported/wall.png-813355f5884b15e6c8df60833f585f01.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/wall.png" -dest_files=["res://.godot/imported/wall.png-813355f5884b15e6c8df60833f585f01.ctex"] +dest_files=["res://godot/imported/wall.png-813355f5884b15e6c8df60833f585f01.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/wallCorner.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/wallCorner.png.import index 6256e4f..d2ed983 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/wallCorner.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/wallCorner.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bpwy0ymlg5r1l" -path="res://.godot/imported/wallCorner.png-55e4669d94c1774c4df8a4266e9534a7.ctex" +path="res://godot/imported/wallCorner.png-55e4669d94c1774c4df8a4266e9534a7.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/wallCorner.png" -dest_files=["res://.godot/imported/wallCorner.png-55e4669d94c1774c4df8a4266e9534a7.ctex"] +dest_files=["res://godot/imported/wallCorner.png-55e4669d94c1774c4df8a4266e9534a7.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/wallCornerRond.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/wallCornerRond.png.import index cadbf6a..eabda24 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/wallCornerRond.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/wallCornerRond.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b7djxgt1smcwu" -path="res://.godot/imported/wallCornerRond.png-116e8a708861dd387819772c60e93cb8.ctex" +path="res://godot/imported/wallCornerRond.png-116e8a708861dd387819772c60e93cb8.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/wallCornerRond.png" -dest_files=["res://.godot/imported/wallCornerRond.png-116e8a708861dd387819772c60e93cb8.ctex"] +dest_files=["res://godot/imported/wallCornerRond.png-116e8a708861dd387819772c60e93cb8.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/wallDoorway.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/wallDoorway.png.import index c832089..704edd4 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/wallDoorway.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/wallDoorway.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://eboa7ddtfxma" -path="res://.godot/imported/wallDoorway.png-5b976bbe1ea259d1c187a7649a2427fa.ctex" +path="res://godot/imported/wallDoorway.png-5b976bbe1ea259d1c187a7649a2427fa.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/wallDoorway.png" -dest_files=["res://.godot/imported/wallDoorway.png-5b976bbe1ea259d1c187a7649a2427fa.ctex"] +dest_files=["res://godot/imported/wallDoorway.png-5b976bbe1ea259d1c187a7649a2427fa.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/wallDoorwayWide.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/wallDoorwayWide.png.import index 63e3d20..bfdc8a7 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/wallDoorwayWide.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/wallDoorwayWide.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c8gonfo8ujryo" -path="res://.godot/imported/wallDoorwayWide.png-ae58372ee97147e9099e0119b95ca3e2.ctex" +path="res://godot/imported/wallDoorwayWide.png-ae58372ee97147e9099e0119b95ca3e2.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/wallDoorwayWide.png" -dest_files=["res://.godot/imported/wallDoorwayWide.png-ae58372ee97147e9099e0119b95ca3e2.ctex"] +dest_files=["res://godot/imported/wallDoorwayWide.png-ae58372ee97147e9099e0119b95ca3e2.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/wallHalf.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/wallHalf.png.import index c6d2faf..1f500d1 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/wallHalf.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/wallHalf.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://yg1jsecitjb4" -path="res://.godot/imported/wallHalf.png-5b09e2be542597ba812d7cee473d0fdc.ctex" +path="res://godot/imported/wallHalf.png-5b09e2be542597ba812d7cee473d0fdc.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/wallHalf.png" -dest_files=["res://.godot/imported/wallHalf.png-5b09e2be542597ba812d7cee473d0fdc.ctex"] +dest_files=["res://godot/imported/wallHalf.png-5b09e2be542597ba812d7cee473d0fdc.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/wallWindow.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/wallWindow.png.import index 3b1115b..bfc27df 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/wallWindow.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/wallWindow.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://wfv88wsa1j5" -path="res://.godot/imported/wallWindow.png-a721654f8f7db2819049ee4206274895.ctex" +path="res://godot/imported/wallWindow.png-a721654f8f7db2819049ee4206274895.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/wallWindow.png" -dest_files=["res://.godot/imported/wallWindow.png-a721654f8f7db2819049ee4206274895.ctex"] +dest_files=["res://godot/imported/wallWindow.png-a721654f8f7db2819049ee4206274895.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/wallWindowSlide.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/wallWindowSlide.png.import index 94089e2..0af7318 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/wallWindowSlide.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/wallWindowSlide.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://f345wk8c13pi" -path="res://.godot/imported/wallWindowSlide.png-0ce1671d2f623c291a9c3511b2c4384f.ctex" +path="res://godot/imported/wallWindowSlide.png-0ce1671d2f623c291a9c3511b2c4384f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/wallWindowSlide.png" -dest_files=["res://.godot/imported/wallWindowSlide.png-0ce1671d2f623c291a9c3511b2c4384f.ctex"] +dest_files=["res://godot/imported/wallWindowSlide.png-0ce1671d2f623c291a9c3511b2c4384f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/washer.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/washer.png.import index ab914d5..d68449b 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/washer.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/washer.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b0xhwihj6nhh0" -path="res://.godot/imported/washer.png-9be4e4544cdf9854d287c30618316b12.ctex" +path="res://godot/imported/washer.png-9be4e4544cdf9854d287c30618316b12.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/washer.png" -dest_files=["res://.godot/imported/washer.png-9be4e4544cdf9854d287c30618316b12.ctex"] +dest_files=["res://godot/imported/washer.png-9be4e4544cdf9854d287c30618316b12.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_furniture-kit/Side/washerDryerStacked.png.import b/escape-room/assets-lib/kenney_furniture-kit/Side/washerDryerStacked.png.import index 0a66727..b9cab10 100644 --- a/escape-room/assets-lib/kenney_furniture-kit/Side/washerDryerStacked.png.import +++ b/escape-room/assets-lib/kenney_furniture-kit/Side/washerDryerStacked.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dk5lfott38fmp" -path="res://.godot/imported/washerDryerStacked.png-fc5404047355b20ee892e12caf6192eb.ctex" +path="res://godot/imported/washerDryerStacked.png-fc5404047355b20ee892e12caf6192eb.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_furniture-kit/Side/washerDryerStacked.png" -dest_files=["res://.godot/imported/washerDryerStacked.png-fc5404047355b20ee892e12caf6192eb.ctex"] +dest_files=["res://godot/imported/washerDryerStacked.png-fc5404047355b20ee892e12caf6192eb.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png.import index 021ebfd..23d5831 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png.import @@ -3,8 +3,8 @@ importer="texture" type="CompressedTexture2D" uid="uid://dtgm31n6hdkw3" -path.s3tc="res://.godot/imported/colormap.png-8658f77c81c9f6c95b8835945bf65e1c.s3tc.ctex" -path.etc2="res://.godot/imported/colormap.png-8658f77c81c9f6c95b8835945bf65e1c.etc2.ctex" +path.s3tc="res://godot/imported/colormap.png-8658f77c81c9f6c95b8835945bf65e1c.s3tc.ctex" +path.etc2="res://godot/imported/colormap.png-8658f77c81c9f6c95b8835945bf65e1c.etc2.ctex" metadata={ "imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true @@ -13,7 +13,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png" -dest_files=["res://.godot/imported/colormap.png-8658f77c81c9f6c95b8835945bf65e1c.s3tc.ctex", "res://.godot/imported/colormap.png-8658f77c81c9f6c95b8835945bf65e1c.etc2.ctex"] +dest_files=["res://godot/imported/colormap.png-8658f77c81c9f6c95b8835945bf65e1c.s3tc.ctex", "res://godot/imported/colormap.png-8658f77c81c9f6c95b8835945bf65e1c.etc2.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-corner.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-corner.fbx.import index 411eb5f..f85664d 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-corner.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-corner.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dkbpqwm0buot7" -path="res://.godot/imported/corridor-corner.fbx-5101e7785935dedcaf222b0d738acf5b.scn" +path="res://godot/imported/corridor-corner.fbx-5101e7785935dedcaf222b0d738acf5b.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-corner.fbx" -dest_files=["res://.godot/imported/corridor-corner.fbx-5101e7785935dedcaf222b0d738acf5b.scn"] +dest_files=["res://godot/imported/corridor-corner.fbx-5101e7785935dedcaf222b0d738acf5b.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-end.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-end.fbx.import index f31880c..432ece8 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-end.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-end.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dfer316qkn71l" -path="res://.godot/imported/corridor-end.fbx-0f51b72318df98c0c37d15a061195c9e.scn" +path="res://godot/imported/corridor-end.fbx-0f51b72318df98c0c37d15a061195c9e.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-end.fbx" -dest_files=["res://.godot/imported/corridor-end.fbx-0f51b72318df98c0c37d15a061195c9e.scn"] +dest_files=["res://godot/imported/corridor-end.fbx-0f51b72318df98c0c37d15a061195c9e.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-intersection.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-intersection.fbx.import index 11fa657..a5bb361 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-intersection.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-intersection.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bhmvsk34uwbvr" -path="res://.godot/imported/corridor-intersection.fbx-c9c6aaa725b119063b58ceacf64490aa.scn" +path="res://godot/imported/corridor-intersection.fbx-c9c6aaa725b119063b58ceacf64490aa.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-intersection.fbx" -dest_files=["res://.godot/imported/corridor-intersection.fbx-c9c6aaa725b119063b58ceacf64490aa.scn"] +dest_files=["res://godot/imported/corridor-intersection.fbx-c9c6aaa725b119063b58ceacf64490aa.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-junction.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-junction.fbx.import index ffbb571..c1e7a36 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-junction.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-junction.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bjlb8rxk5beub" -path="res://.godot/imported/corridor-junction.fbx-fa44e750de9124a35d34e779fd0eeaee.scn" +path="res://godot/imported/corridor-junction.fbx-fa44e750de9124a35d34e779fd0eeaee.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-junction.fbx" -dest_files=["res://.godot/imported/corridor-junction.fbx-fa44e750de9124a35d34e779fd0eeaee.scn"] +dest_files=["res://godot/imported/corridor-junction.fbx-fa44e750de9124a35d34e779fd0eeaee.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-transition.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-transition.fbx.import index fcbc698..fe6c890 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-transition.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-transition.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://0bjnaqdoo4w0" -path="res://.godot/imported/corridor-transition.fbx-e61a5ede85773251c5c84d4d73ae5599.scn" +path="res://godot/imported/corridor-transition.fbx-e61a5ede85773251c5c84d4d73ae5599.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-transition.fbx" -dest_files=["res://.godot/imported/corridor-transition.fbx-e61a5ede85773251c5c84d4d73ae5599.scn"] +dest_files=["res://godot/imported/corridor-transition.fbx-e61a5ede85773251c5c84d4d73ae5599.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-corner.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-corner.fbx.import index dd3435a..1764bc1 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-corner.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-corner.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://4fkxoohsoa5i" -path="res://.godot/imported/corridor-wide-corner.fbx-62edd4240516c9033810638b65350ba1.scn" +path="res://godot/imported/corridor-wide-corner.fbx-62edd4240516c9033810638b65350ba1.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-corner.fbx" -dest_files=["res://.godot/imported/corridor-wide-corner.fbx-62edd4240516c9033810638b65350ba1.scn"] +dest_files=["res://godot/imported/corridor-wide-corner.fbx-62edd4240516c9033810638b65350ba1.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-end.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-end.fbx.import index 60d208d..5201ea0 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-end.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-end.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bu8ic83dqj83m" -path="res://.godot/imported/corridor-wide-end.fbx-6dcff348dabd8a14e4e73eef2fe75a59.scn" +path="res://godot/imported/corridor-wide-end.fbx-6dcff348dabd8a14e4e73eef2fe75a59.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-end.fbx" -dest_files=["res://.godot/imported/corridor-wide-end.fbx-6dcff348dabd8a14e4e73eef2fe75a59.scn"] +dest_files=["res://godot/imported/corridor-wide-end.fbx-6dcff348dabd8a14e4e73eef2fe75a59.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-intersection.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-intersection.fbx.import index c5972da..45f15e8 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-intersection.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-intersection.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b03hdv8g5h4dq" -path="res://.godot/imported/corridor-wide-intersection.fbx-2e385cd9ad38d24674ee19b3632647bb.scn" +path="res://godot/imported/corridor-wide-intersection.fbx-2e385cd9ad38d24674ee19b3632647bb.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-intersection.fbx" -dest_files=["res://.godot/imported/corridor-wide-intersection.fbx-2e385cd9ad38d24674ee19b3632647bb.scn"] +dest_files=["res://godot/imported/corridor-wide-intersection.fbx-2e385cd9ad38d24674ee19b3632647bb.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-junction.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-junction.fbx.import index 72588ae..dd2680f 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-junction.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-junction.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://br1pnml8cceml" -path="res://.godot/imported/corridor-wide-junction.fbx-cabd526f678c8b27be5fbcafa1835067.scn" +path="res://godot/imported/corridor-wide-junction.fbx-cabd526f678c8b27be5fbcafa1835067.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide-junction.fbx" -dest_files=["res://.godot/imported/corridor-wide-junction.fbx-cabd526f678c8b27be5fbcafa1835067.scn"] +dest_files=["res://godot/imported/corridor-wide-junction.fbx-cabd526f678c8b27be5fbcafa1835067.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide.fbx.import index 81e3007..ea4ea5a 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://5b28vn6upvrb" -path="res://.godot/imported/corridor-wide.fbx-9cc2a53e12956b304f2a2372bdd073cc.scn" +path="res://godot/imported/corridor-wide.fbx-9cc2a53e12956b304f2a2372bdd073cc.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor-wide.fbx" -dest_files=["res://.godot/imported/corridor-wide.fbx-9cc2a53e12956b304f2a2372bdd073cc.scn"] +dest_files=["res://godot/imported/corridor-wide.fbx-9cc2a53e12956b304f2a2372bdd073cc.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor.fbx.import index 2ad2544..a1c41ad 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b7a6emk0yjxc3" -path="res://.godot/imported/corridor.fbx-daaee2309523249461cfc0a5c952e20e.scn" +path="res://godot/imported/corridor.fbx-daaee2309523249461cfc0a5c952e20e.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/corridor.fbx" -dest_files=["res://.godot/imported/corridor.fbx-daaee2309523249461cfc0a5c952e20e.scn"] +dest_files=["res://godot/imported/corridor.fbx-daaee2309523249461cfc0a5c952e20e.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate-door-window.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate-door-window.fbx.import index a480507..81a2107 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate-door-window.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate-door-window.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://0nw16rrhw883" -path="res://.godot/imported/gate-door-window.fbx-a986272eb81e546669b6b18ac7d1cace.scn" +path="res://godot/imported/gate-door-window.fbx-a986272eb81e546669b6b18ac7d1cace.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate-door-window.fbx" -dest_files=["res://.godot/imported/gate-door-window.fbx-a986272eb81e546669b6b18ac7d1cace.scn"] +dest_files=["res://godot/imported/gate-door-window.fbx-a986272eb81e546669b6b18ac7d1cace.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate-door.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate-door.fbx.import index 901ab5b..73fe1ac 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate-door.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate-door.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c2o8tjmh8ga2p" -path="res://.godot/imported/gate-door.fbx-c3bd94c7ef1d17cb34f6e39f7d64304b.scn" +path="res://godot/imported/gate-door.fbx-c3bd94c7ef1d17cb34f6e39f7d64304b.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate-door.fbx" -dest_files=["res://.godot/imported/gate-door.fbx-c3bd94c7ef1d17cb34f6e39f7d64304b.scn"] +dest_files=["res://godot/imported/gate-door.fbx-c3bd94c7ef1d17cb34f6e39f7d64304b.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate.fbx.import index 7645960..0bdffdf 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://fgkqfdyaep6k" -path="res://.godot/imported/gate.fbx-f0fd6dafcdd45c12484880a8e14cf94f.scn" +path="res://godot/imported/gate.fbx-f0fd6dafcdd45c12484880a8e14cf94f.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/gate.fbx" -dest_files=["res://.godot/imported/gate.fbx-f0fd6dafcdd45c12484880a8e14cf94f.scn"] +dest_files=["res://godot/imported/gate.fbx-f0fd6dafcdd45c12484880a8e14cf94f.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-corner.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-corner.fbx.import index 8904607..21f08f7 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-corner.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-corner.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bvj78v5dkj1or" -path="res://.godot/imported/room-corner.fbx-a7e99b91d1fc252756978d5d8acb96c1.scn" +path="res://godot/imported/room-corner.fbx-a7e99b91d1fc252756978d5d8acb96c1.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-corner.fbx" -dest_files=["res://.godot/imported/room-corner.fbx-a7e99b91d1fc252756978d5d8acb96c1.scn"] +dest_files=["res://godot/imported/room-corner.fbx-a7e99b91d1fc252756978d5d8acb96c1.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-large-variation.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-large-variation.fbx.import index 9c48b9c..a1110b3 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-large-variation.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-large-variation.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dnxnyuq1dmsur" -path="res://.godot/imported/room-large-variation.fbx-4d1e7a0d599be33cc155ef76f6f0d61b.scn" +path="res://godot/imported/room-large-variation.fbx-4d1e7a0d599be33cc155ef76f6f0d61b.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-large-variation.fbx" -dest_files=["res://.godot/imported/room-large-variation.fbx-4d1e7a0d599be33cc155ef76f6f0d61b.scn"] +dest_files=["res://godot/imported/room-large-variation.fbx-4d1e7a0d599be33cc155ef76f6f0d61b.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-large.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-large.fbx.import index 2f329e1..910ab8c 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-large.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-large.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cbkvfslr7yfk" -path="res://.godot/imported/room-large.fbx-2d582c3d1273c64eca4ef056ce277fb6.scn" +path="res://godot/imported/room-large.fbx-2d582c3d1273c64eca4ef056ce277fb6.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-large.fbx" -dest_files=["res://.godot/imported/room-large.fbx-2d582c3d1273c64eca4ef056ce277fb6.scn"] +dest_files=["res://godot/imported/room-large.fbx-2d582c3d1273c64eca4ef056ce277fb6.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-small-variation.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-small-variation.fbx.import index d4c03ad..599c3ed 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-small-variation.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-small-variation.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://d1glt8o5ibfx0" -path="res://.godot/imported/room-small-variation.fbx-78ca6e409f3e759008c9777886208ca2.scn" +path="res://godot/imported/room-small-variation.fbx-78ca6e409f3e759008c9777886208ca2.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-small-variation.fbx" -dest_files=["res://.godot/imported/room-small-variation.fbx-78ca6e409f3e759008c9777886208ca2.scn"] +dest_files=["res://godot/imported/room-small-variation.fbx-78ca6e409f3e759008c9777886208ca2.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-small.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-small.fbx.import index f0e0d3f..9d91084 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-small.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-small.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dydmmqllb4olg" -path="res://.godot/imported/room-small.fbx-cf53eb1bd974d607614f77933379d9ad.scn" +path="res://godot/imported/room-small.fbx-cf53eb1bd974d607614f77933379d9ad.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-small.fbx" -dest_files=["res://.godot/imported/room-small.fbx-cf53eb1bd974d607614f77933379d9ad.scn"] +dest_files=["res://godot/imported/room-small.fbx-cf53eb1bd974d607614f77933379d9ad.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-wide-variation.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-wide-variation.fbx.import index 0a51d42..b28b510 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-wide-variation.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-wide-variation.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://d2iwidctndw4n" -path="res://.godot/imported/room-wide-variation.fbx-2fa33f45d4f44f66d1b748b8240c4d4d.scn" +path="res://godot/imported/room-wide-variation.fbx-2fa33f45d4f44f66d1b748b8240c4d4d.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-wide-variation.fbx" -dest_files=["res://.godot/imported/room-wide-variation.fbx-2fa33f45d4f44f66d1b748b8240c4d4d.scn"] +dest_files=["res://godot/imported/room-wide-variation.fbx-2fa33f45d4f44f66d1b748b8240c4d4d.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-wide.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-wide.fbx.import index 9024189..a4c26ec 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-wide.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-wide.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c1grchjhwtc3j" -path="res://.godot/imported/room-wide.fbx-aa937696679914433c5491cda34993ca.scn" +path="res://godot/imported/room-wide.fbx-aa937696679914433c5491cda34993ca.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/room-wide.fbx" -dest_files=["res://.godot/imported/room-wide.fbx-aa937696679914433c5491cda34993ca.scn"] +dest_files=["res://godot/imported/room-wide.fbx-aa937696679914433c5491cda34993ca.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/stairs-wide.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/stairs-wide.fbx.import index 806940b..d668914 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/stairs-wide.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/stairs-wide.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bt7r864injlbb" -path="res://.godot/imported/stairs-wide.fbx-f97c40999c96283cc59fe3750e7b3286.scn" +path="res://godot/imported/stairs-wide.fbx-f97c40999c96283cc59fe3750e7b3286.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/stairs-wide.fbx" -dest_files=["res://.godot/imported/stairs-wide.fbx-f97c40999c96283cc59fe3750e7b3286.scn"] +dest_files=["res://godot/imported/stairs-wide.fbx-f97c40999c96283cc59fe3750e7b3286.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/stairs.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/stairs.fbx.import index cd02a55..c4d98cc 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/stairs.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/stairs.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://23vhv3u8q25g" -path="res://.godot/imported/stairs.fbx-c9ee0ea064718f199cd32709935cf6f3.scn" +path="res://godot/imported/stairs.fbx-c9ee0ea064718f199cd32709935cf6f3.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/stairs.fbx" -dest_files=["res://.godot/imported/stairs.fbx-c9ee0ea064718f199cd32709935cf6f3.scn"] +dest_files=["res://godot/imported/stairs.fbx-c9ee0ea064718f199cd32709935cf6f3.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-corner.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-corner.fbx.import index 7deae5f..1fe0650 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-corner.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-corner.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://r0imr31jqpxk" -path="res://.godot/imported/template-corner.fbx-07d84c80386a7cb09b2174d34b5f5069.scn" +path="res://godot/imported/template-corner.fbx-07d84c80386a7cb09b2174d34b5f5069.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-corner.fbx" -dest_files=["res://.godot/imported/template-corner.fbx-07d84c80386a7cb09b2174d34b5f5069.scn"] +dest_files=["res://godot/imported/template-corner.fbx-07d84c80386a7cb09b2174d34b5f5069.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-detail.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-detail.fbx.import index e81787b..d533a0d 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-detail.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-detail.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://sxitq1l75jtn" -path="res://.godot/imported/template-detail.fbx-aa74f7682bc6d2a2d3e5daf3719b7299.scn" +path="res://godot/imported/template-detail.fbx-aa74f7682bc6d2a2d3e5daf3719b7299.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-detail.fbx" -dest_files=["res://.godot/imported/template-detail.fbx-aa74f7682bc6d2a2d3e5daf3719b7299.scn"] +dest_files=["res://godot/imported/template-detail.fbx-aa74f7682bc6d2a2d3e5daf3719b7299.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-big.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-big.fbx.import index f75fe69..ef204da 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-big.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-big.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dbbqnmwvlitdl" -path="res://.godot/imported/template-floor-big.fbx-8c9d4eeca9a939fe817b4909887e3e0c.scn" +path="res://godot/imported/template-floor-big.fbx-8c9d4eeca9a939fe817b4909887e3e0c.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-big.fbx" -dest_files=["res://.godot/imported/template-floor-big.fbx-8c9d4eeca9a939fe817b4909887e3e0c.scn"] +dest_files=["res://godot/imported/template-floor-big.fbx-8c9d4eeca9a939fe817b4909887e3e0c.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-detail-a.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-detail-a.fbx.import index 5cb9a73..e20bfb8 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-detail-a.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-detail-a.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dil7swolj2vbu" -path="res://.godot/imported/template-floor-detail-a.fbx-c4fcfe850f2e39e1a2375532d2a0bf4c.scn" +path="res://godot/imported/template-floor-detail-a.fbx-c4fcfe850f2e39e1a2375532d2a0bf4c.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-detail-a.fbx" -dest_files=["res://.godot/imported/template-floor-detail-a.fbx-c4fcfe850f2e39e1a2375532d2a0bf4c.scn"] +dest_files=["res://godot/imported/template-floor-detail-a.fbx-c4fcfe850f2e39e1a2375532d2a0bf4c.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-detail.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-detail.fbx.import index a5d0cf3..1f00cd2 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-detail.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-detail.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bmv23gqa21cv" -path="res://.godot/imported/template-floor-detail.fbx-a645a9c2ffe389448d1e7887382afdea.scn" +path="res://godot/imported/template-floor-detail.fbx-a645a9c2ffe389448d1e7887382afdea.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-detail.fbx" -dest_files=["res://.godot/imported/template-floor-detail.fbx-a645a9c2ffe389448d1e7887382afdea.scn"] +dest_files=["res://godot/imported/template-floor-detail.fbx-a645a9c2ffe389448d1e7887382afdea.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-layer-raised.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-layer-raised.fbx.import index b1c58e1..0839a25 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-layer-raised.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-layer-raised.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b2lf0m8e8765l" -path="res://.godot/imported/template-floor-layer-raised.fbx-21d68bcbb8971cc1be22c6421a7ee864.scn" +path="res://godot/imported/template-floor-layer-raised.fbx-21d68bcbb8971cc1be22c6421a7ee864.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-layer-raised.fbx" -dest_files=["res://.godot/imported/template-floor-layer-raised.fbx-21d68bcbb8971cc1be22c6421a7ee864.scn"] +dest_files=["res://godot/imported/template-floor-layer-raised.fbx-21d68bcbb8971cc1be22c6421a7ee864.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-layer.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-layer.fbx.import index 0c13cd2..0f80c1e 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-layer.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-layer.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c3elyr0yj1uue" -path="res://.godot/imported/template-floor-layer.fbx-df8155f966d28c810ddc7a1aa4338cf0.scn" +path="res://godot/imported/template-floor-layer.fbx-df8155f966d28c810ddc7a1aa4338cf0.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor-layer.fbx" -dest_files=["res://.godot/imported/template-floor-layer.fbx-df8155f966d28c810ddc7a1aa4338cf0.scn"] +dest_files=["res://godot/imported/template-floor-layer.fbx-df8155f966d28c810ddc7a1aa4338cf0.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor.fbx.import index d836e4d..b14762c 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cidxonpkhha1c" -path="res://.godot/imported/template-floor.fbx-306ed4205a243e12411297b9d67f52a0.scn" +path="res://godot/imported/template-floor.fbx-306ed4205a243e12411297b9d67f52a0.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-floor.fbx" -dest_files=["res://.godot/imported/template-floor.fbx-306ed4205a243e12411297b9d67f52a0.scn"] +dest_files=["res://godot/imported/template-floor.fbx-306ed4205a243e12411297b9d67f52a0.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-corner.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-corner.fbx.import index 283da1c..b166d05 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-corner.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-corner.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://d3lwa7iq25ufq" -path="res://.godot/imported/template-wall-corner.fbx-7b69d7b74342381f982515c8c0b7c2bb.scn" +path="res://godot/imported/template-wall-corner.fbx-7b69d7b74342381f982515c8c0b7c2bb.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-corner.fbx" -dest_files=["res://.godot/imported/template-wall-corner.fbx-7b69d7b74342381f982515c8c0b7c2bb.scn"] +dest_files=["res://godot/imported/template-wall-corner.fbx-7b69d7b74342381f982515c8c0b7c2bb.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-detail-a.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-detail-a.fbx.import index f6d12f7..8c56c2b 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-detail-a.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-detail-a.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dlj3e8g1hbvfi" -path="res://.godot/imported/template-wall-detail-a.fbx-be175a79160fcd12b9f8e0d0c1d76530.scn" +path="res://godot/imported/template-wall-detail-a.fbx-be175a79160fcd12b9f8e0d0c1d76530.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-detail-a.fbx" -dest_files=["res://.godot/imported/template-wall-detail-a.fbx-be175a79160fcd12b9f8e0d0c1d76530.scn"] +dest_files=["res://godot/imported/template-wall-detail-a.fbx-be175a79160fcd12b9f8e0d0c1d76530.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-half.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-half.fbx.import index 039ed3f..4b28b89 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-half.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-half.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cda5tlt4a3ar3" -path="res://.godot/imported/template-wall-half.fbx-3bc118ec6b578069004f8b8520a344e8.scn" +path="res://godot/imported/template-wall-half.fbx-3bc118ec6b578069004f8b8520a344e8.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-half.fbx" -dest_files=["res://.godot/imported/template-wall-half.fbx-3bc118ec6b578069004f8b8520a344e8.scn"] +dest_files=["res://godot/imported/template-wall-half.fbx-3bc118ec6b578069004f8b8520a344e8.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-stairs.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-stairs.fbx.import index e5afdf1..6da5cab 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-stairs.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-stairs.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ciftk2k2ftfdn" -path="res://.godot/imported/template-wall-stairs.fbx-1fa683955f32c96405d50b4d532722a2.scn" +path="res://godot/imported/template-wall-stairs.fbx-1fa683955f32c96405d50b4d532722a2.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-stairs.fbx" -dest_files=["res://.godot/imported/template-wall-stairs.fbx-1fa683955f32c96405d50b4d532722a2.scn"] +dest_files=["res://godot/imported/template-wall-stairs.fbx-1fa683955f32c96405d50b4d532722a2.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-top.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-top.fbx.import index b3f09da..29fc4cb 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-top.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-top.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://ln1sd40foxus" -path="res://.godot/imported/template-wall-top.fbx-64e5b894fd1fe98721427e32ed7a76ff.scn" +path="res://godot/imported/template-wall-top.fbx-64e5b894fd1fe98721427e32ed7a76ff.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall-top.fbx" -dest_files=["res://.godot/imported/template-wall-top.fbx-64e5b894fd1fe98721427e32ed7a76ff.scn"] +dest_files=["res://godot/imported/template-wall-top.fbx-64e5b894fd1fe98721427e32ed7a76ff.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall.fbx.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall.fbx.import index 2f19aa5..af90b69 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall.fbx.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall.fbx.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b7acbcom11211" -path="res://.godot/imported/template-wall.fbx-88bd5549df267bcf515ef7d03bdc0b3a.scn" +path="res://godot/imported/template-wall.fbx-88bd5549df267bcf515ef7d03bdc0b3a.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/template-wall.fbx" -dest_files=["res://.godot/imported/template-wall.fbx-88bd5549df267bcf515ef7d03bdc0b3a.scn"] +dest_files=["res://godot/imported/template-wall.fbx-88bd5549df267bcf515ef7d03bdc0b3a.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png.import index da3812d..7a8c10c 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png.import @@ -2,9 +2,9 @@ importer="texture" type="CompressedTexture2D" -uid="uid://b75l54gc7kxfp" -path.s3tc="res://.godot/imported/colormap.png-c4422ccd6571abce387131e6ff9c1e01.s3tc.ctex" -path.etc2="res://.godot/imported/colormap.png-c4422ccd6571abce387131e6ff9c1e01.etc2.ctex" +uid="uid://cp64fqfs74o66" +path.s3tc="res://godot/imported/colormap.png-c4422ccd6571abce387131e6ff9c1e01.s3tc.ctex" +path.etc2="res://godot/imported/colormap.png-c4422ccd6571abce387131e6ff9c1e01.etc2.ctex" metadata={ "imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true @@ -13,7 +13,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png" -dest_files=["res://.godot/imported/colormap.png-c4422ccd6571abce387131e6ff9c1e01.s3tc.ctex", "res://.godot/imported/colormap.png-c4422ccd6571abce387131e6ff9c1e01.etc2.ctex"] +dest_files=["res://godot/imported/colormap.png-c4422ccd6571abce387131e6ff9c1e01.s3tc.ctex", "res://godot/imported/colormap.png-c4422ccd6571abce387131e6ff9c1e01.etc2.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-corner.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-corner.glb.import index a8c86ea..fb3bf44 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-corner.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-corner.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b8ntw1us45lil" -path="res://.godot/imported/corridor-corner.glb-ff5886a0d5c31c599a4e00bbe8cc53ac.scn" +path="res://godot/imported/corridor-corner.glb-ff5886a0d5c31c599a4e00bbe8cc53ac.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-corner.glb" -dest_files=["res://.godot/imported/corridor-corner.glb-ff5886a0d5c31c599a4e00bbe8cc53ac.scn"] +dest_files=["res://godot/imported/corridor-corner.glb-ff5886a0d5c31c599a4e00bbe8cc53ac.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-end.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-end.glb.import index 886e968..3365463 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-end.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-end.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bsww0uappvax8" -path="res://.godot/imported/corridor-end.glb-db14e94a2af416b16a93a8e86b26c1ea.scn" +path="res://godot/imported/corridor-end.glb-db14e94a2af416b16a93a8e86b26c1ea.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-end.glb" -dest_files=["res://.godot/imported/corridor-end.glb-db14e94a2af416b16a93a8e86b26c1ea.scn"] +dest_files=["res://godot/imported/corridor-end.glb-db14e94a2af416b16a93a8e86b26c1ea.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-intersection.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-intersection.glb.import index 787ef1a..b3626bb 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-intersection.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-intersection.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dqus0rrd3r44n" -path="res://.godot/imported/corridor-intersection.glb-876db45ea8b11e5a2eafce52860a5bad.scn" +path="res://godot/imported/corridor-intersection.glb-876db45ea8b11e5a2eafce52860a5bad.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-intersection.glb" -dest_files=["res://.godot/imported/corridor-intersection.glb-876db45ea8b11e5a2eafce52860a5bad.scn"] +dest_files=["res://godot/imported/corridor-intersection.glb-876db45ea8b11e5a2eafce52860a5bad.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-junction.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-junction.glb.import index 6e5f9e1..e26496d 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-junction.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-junction.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://rywvwx5qpyup" -path="res://.godot/imported/corridor-junction.glb-7eda4b419e21f0bcf71207c7f8e04202.scn" +path="res://godot/imported/corridor-junction.glb-7eda4b419e21f0bcf71207c7f8e04202.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-junction.glb" -dest_files=["res://.godot/imported/corridor-junction.glb-7eda4b419e21f0bcf71207c7f8e04202.scn"] +dest_files=["res://godot/imported/corridor-junction.glb-7eda4b419e21f0bcf71207c7f8e04202.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-transition.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-transition.glb.import index 7e879c1..2ac6909 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-transition.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-transition.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cxw8l0hf1txy3" -path="res://.godot/imported/corridor-transition.glb-71446d8e1739dfce0296aec5b92e11eb.scn" +path="res://godot/imported/corridor-transition.glb-71446d8e1739dfce0296aec5b92e11eb.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-transition.glb" -dest_files=["res://.godot/imported/corridor-transition.glb-71446d8e1739dfce0296aec5b92e11eb.scn"] +dest_files=["res://godot/imported/corridor-transition.glb-71446d8e1739dfce0296aec5b92e11eb.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-corner.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-corner.glb.import index 6b85d98..64213cf 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-corner.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-corner.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://csu1mm5qxng7p" -path="res://.godot/imported/corridor-wide-corner.glb-8b1ac4fe2a8a7d0e148df6b294b30228.scn" +path="res://godot/imported/corridor-wide-corner.glb-8b1ac4fe2a8a7d0e148df6b294b30228.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-corner.glb" -dest_files=["res://.godot/imported/corridor-wide-corner.glb-8b1ac4fe2a8a7d0e148df6b294b30228.scn"] +dest_files=["res://godot/imported/corridor-wide-corner.glb-8b1ac4fe2a8a7d0e148df6b294b30228.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-end.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-end.glb.import index 61771d3..d555b9c 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-end.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-end.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bqkvktmmk56jg" -path="res://.godot/imported/corridor-wide-end.glb-76678eea068dd285deb73674be95408f.scn" +path="res://godot/imported/corridor-wide-end.glb-76678eea068dd285deb73674be95408f.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-end.glb" -dest_files=["res://.godot/imported/corridor-wide-end.glb-76678eea068dd285deb73674be95408f.scn"] +dest_files=["res://godot/imported/corridor-wide-end.glb-76678eea068dd285deb73674be95408f.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-intersection.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-intersection.glb.import index 21f2357..98c71d5 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-intersection.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-intersection.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bcsw8v8qnjdls" -path="res://.godot/imported/corridor-wide-intersection.glb-16f9b6a04fcc1a26e799ee7e394b2bc9.scn" +path="res://godot/imported/corridor-wide-intersection.glb-16f9b6a04fcc1a26e799ee7e394b2bc9.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-intersection.glb" -dest_files=["res://.godot/imported/corridor-wide-intersection.glb-16f9b6a04fcc1a26e799ee7e394b2bc9.scn"] +dest_files=["res://godot/imported/corridor-wide-intersection.glb-16f9b6a04fcc1a26e799ee7e394b2bc9.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-junction.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-junction.glb.import index 204c2e8..db8499d 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-junction.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-junction.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dake07uk2urvw" -path="res://.godot/imported/corridor-wide-junction.glb-c81309e7cfc76fbccb7c63e38ab994f5.scn" +path="res://godot/imported/corridor-wide-junction.glb-c81309e7cfc76fbccb7c63e38ab994f5.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide-junction.glb" -dest_files=["res://.godot/imported/corridor-wide-junction.glb-c81309e7cfc76fbccb7c63e38ab994f5.scn"] +dest_files=["res://godot/imported/corridor-wide-junction.glb-c81309e7cfc76fbccb7c63e38ab994f5.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide.glb.import index ec97a0c..13db0bf 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cisvlwon3wnwl" -path="res://.godot/imported/corridor-wide.glb-e5c597240c6801d85c38dac52e2f7873.scn" +path="res://godot/imported/corridor-wide.glb-e5c597240c6801d85c38dac52e2f7873.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor-wide.glb" -dest_files=["res://.godot/imported/corridor-wide.glb-e5c597240c6801d85c38dac52e2f7873.scn"] +dest_files=["res://godot/imported/corridor-wide.glb-e5c597240c6801d85c38dac52e2f7873.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor.glb.import index f7394e3..14e68ff 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cvcyr7cfyosbu" -path="res://.godot/imported/corridor.glb-71b0f86571f115ac7691fafde3d6ea20.scn" +path="res://godot/imported/corridor.glb-71b0f86571f115ac7691fafde3d6ea20.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/corridor.glb" -dest_files=["res://.godot/imported/corridor.glb-71b0f86571f115ac7691fafde3d6ea20.scn"] +dest_files=["res://godot/imported/corridor.glb-71b0f86571f115ac7691fafde3d6ea20.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate-door-window.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate-door-window.glb.import index 6913fc1..053f827 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate-door-window.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate-door-window.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://5m5q0sjhcoa4" -path="res://.godot/imported/gate-door-window.glb-e6a51394295c070fb5f28b1a090ccb78.scn" +path="res://godot/imported/gate-door-window.glb-e6a51394295c070fb5f28b1a090ccb78.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate-door-window.glb" -dest_files=["res://.godot/imported/gate-door-window.glb-e6a51394295c070fb5f28b1a090ccb78.scn"] +dest_files=["res://godot/imported/gate-door-window.glb-e6a51394295c070fb5f28b1a090ccb78.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate-door.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate-door.glb.import index 9ef7177..452d33b 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate-door.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate-door.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://4ntjby11oqyd" -path="res://.godot/imported/gate-door.glb-4872f37094a9ae5637552d63d0afef38.scn" +path="res://godot/imported/gate-door.glb-4872f37094a9ae5637552d63d0afef38.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate-door.glb" -dest_files=["res://.godot/imported/gate-door.glb-4872f37094a9ae5637552d63d0afef38.scn"] +dest_files=["res://godot/imported/gate-door.glb-4872f37094a9ae5637552d63d0afef38.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate.glb.import index a7fe089..f1ca2f8 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c0axivdtxepyc" -path="res://.godot/imported/gate.glb-48e9fdb4ce2771a2438e91deaaa8cbc6.scn" +path="res://godot/imported/gate.glb-48e9fdb4ce2771a2438e91deaaa8cbc6.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate.glb" -dest_files=["res://.godot/imported/gate.glb-48e9fdb4ce2771a2438e91deaaa8cbc6.scn"] +dest_files=["res://godot/imported/gate.glb-48e9fdb4ce2771a2438e91deaaa8cbc6.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-corner.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-corner.glb.import index 1431e98..f99f3b8 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-corner.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-corner.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c8ibkaavtl3lh" -path="res://.godot/imported/room-corner.glb-fd86a1a9dd1c8ea732b2071625e06eed.scn" +path="res://godot/imported/room-corner.glb-fd86a1a9dd1c8ea732b2071625e06eed.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-corner.glb" -dest_files=["res://.godot/imported/room-corner.glb-fd86a1a9dd1c8ea732b2071625e06eed.scn"] +dest_files=["res://godot/imported/room-corner.glb-fd86a1a9dd1c8ea732b2071625e06eed.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-large-variation.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-large-variation.glb.import index 6023b3e..e7677e8 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-large-variation.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-large-variation.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://loja46ich74j" -path="res://.godot/imported/room-large-variation.glb-efbb4f9bc3a7ff853b41129d8dbf2c26.scn" +path="res://godot/imported/room-large-variation.glb-efbb4f9bc3a7ff853b41129d8dbf2c26.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-large-variation.glb" -dest_files=["res://.godot/imported/room-large-variation.glb-efbb4f9bc3a7ff853b41129d8dbf2c26.scn"] +dest_files=["res://godot/imported/room-large-variation.glb-efbb4f9bc3a7ff853b41129d8dbf2c26.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-large.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-large.glb.import index 9da90d7..c2cd045 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-large.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-large.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dbjesdsc0c8bu" -path="res://.godot/imported/room-large.glb-f78cab70b1c629cd394d7a949ef85f84.scn" +path="res://godot/imported/room-large.glb-f78cab70b1c629cd394d7a949ef85f84.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-large.glb" -dest_files=["res://.godot/imported/room-large.glb-f78cab70b1c629cd394d7a949ef85f84.scn"] +dest_files=["res://godot/imported/room-large.glb-f78cab70b1c629cd394d7a949ef85f84.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-small-variation.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-small-variation.glb.import index a436fdb..0a6f810 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-small-variation.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-small-variation.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b7no6u7btm5l0" -path="res://.godot/imported/room-small-variation.glb-49326f43ccc3122160c034bd43d7857c.scn" +path="res://godot/imported/room-small-variation.glb-49326f43ccc3122160c034bd43d7857c.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-small-variation.glb" -dest_files=["res://.godot/imported/room-small-variation.glb-49326f43ccc3122160c034bd43d7857c.scn"] +dest_files=["res://godot/imported/room-small-variation.glb-49326f43ccc3122160c034bd43d7857c.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-small.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-small.glb.import index 94c1231..711f129 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-small.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-small.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b2l8kpua01vm4" -path="res://.godot/imported/room-small.glb-ff97fe3b404d31e9a0ef7e19ee195d50.scn" +path="res://godot/imported/room-small.glb-ff97fe3b404d31e9a0ef7e19ee195d50.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-small.glb" -dest_files=["res://.godot/imported/room-small.glb-ff97fe3b404d31e9a0ef7e19ee195d50.scn"] +dest_files=["res://godot/imported/room-small.glb-ff97fe3b404d31e9a0ef7e19ee195d50.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-wide-variation.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-wide-variation.glb.import index e07927b..291bf17 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-wide-variation.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-wide-variation.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://btq2i4qa3kwdn" -path="res://.godot/imported/room-wide-variation.glb-5c83c61fd25960ed0ace04a788e6c8a7.scn" +path="res://godot/imported/room-wide-variation.glb-5c83c61fd25960ed0ace04a788e6c8a7.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-wide-variation.glb" -dest_files=["res://.godot/imported/room-wide-variation.glb-5c83c61fd25960ed0ace04a788e6c8a7.scn"] +dest_files=["res://godot/imported/room-wide-variation.glb-5c83c61fd25960ed0ace04a788e6c8a7.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-wide.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-wide.glb.import index c345980..a68240e 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-wide.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-wide.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bq74kq5duydfa" -path="res://.godot/imported/room-wide.glb-632b6a388b13ba0643e82784e7e3e4c8.scn" +path="res://godot/imported/room-wide.glb-632b6a388b13ba0643e82784e7e3e4c8.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-wide.glb" -dest_files=["res://.godot/imported/room-wide.glb-632b6a388b13ba0643e82784e7e3e4c8.scn"] +dest_files=["res://godot/imported/room-wide.glb-632b6a388b13ba0643e82784e7e3e4c8.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/stairs-wide.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/stairs-wide.glb.import index 89b5978..e311148 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/stairs-wide.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/stairs-wide.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://flnsgcew2sdy" -path="res://.godot/imported/stairs-wide.glb-b79c819addb891029a101f478eb14821.scn" +path="res://godot/imported/stairs-wide.glb-b79c819addb891029a101f478eb14821.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/stairs-wide.glb" -dest_files=["res://.godot/imported/stairs-wide.glb-b79c819addb891029a101f478eb14821.scn"] +dest_files=["res://godot/imported/stairs-wide.glb-b79c819addb891029a101f478eb14821.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/stairs.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/stairs.glb.import index 9efd901..b398bf2 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/stairs.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/stairs.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://cxt346pgqnbjm" -path="res://.godot/imported/stairs.glb-f1128659cd04ac885698c1cef855cef7.scn" +path="res://godot/imported/stairs.glb-f1128659cd04ac885698c1cef855cef7.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/stairs.glb" -dest_files=["res://.godot/imported/stairs.glb-f1128659cd04ac885698c1cef855cef7.scn"] +dest_files=["res://godot/imported/stairs.glb-f1128659cd04ac885698c1cef855cef7.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-corner.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-corner.glb.import index 59707e8..b8bf12a 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-corner.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-corner.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://i4sas5ymx3r0" -path="res://.godot/imported/template-corner.glb-0faa04c69bd30ef65e9873ff88ee8adb.scn" +path="res://godot/imported/template-corner.glb-0faa04c69bd30ef65e9873ff88ee8adb.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-corner.glb" -dest_files=["res://.godot/imported/template-corner.glb-0faa04c69bd30ef65e9873ff88ee8adb.scn"] +dest_files=["res://godot/imported/template-corner.glb-0faa04c69bd30ef65e9873ff88ee8adb.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-detail.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-detail.glb.import index e749aa4..e63778b 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-detail.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-detail.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://h1cghkh3ocjc" -path="res://.godot/imported/template-detail.glb-4940fb61cb267568b8d9c4cb8500e923.scn" +path="res://godot/imported/template-detail.glb-4940fb61cb267568b8d9c4cb8500e923.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-detail.glb" -dest_files=["res://.godot/imported/template-detail.glb-4940fb61cb267568b8d9c4cb8500e923.scn"] +dest_files=["res://godot/imported/template-detail.glb-4940fb61cb267568b8d9c4cb8500e923.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-big.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-big.glb.import index fa38f46..b063650 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-big.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-big.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bv14xhtqm3ptc" -path="res://.godot/imported/template-floor-big.glb-4693ca042e8ffecae55791597f731089.scn" +path="res://godot/imported/template-floor-big.glb-4693ca042e8ffecae55791597f731089.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-big.glb" -dest_files=["res://.godot/imported/template-floor-big.glb-4693ca042e8ffecae55791597f731089.scn"] +dest_files=["res://godot/imported/template-floor-big.glb-4693ca042e8ffecae55791597f731089.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-detail-a.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-detail-a.glb.import index d68069b..64fe7c8 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-detail-a.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-detail-a.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://c7am1715h8uwm" -path="res://.godot/imported/template-floor-detail-a.glb-de04504a005052adcad355833a2d60bf.scn" +path="res://godot/imported/template-floor-detail-a.glb-de04504a005052adcad355833a2d60bf.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-detail-a.glb" -dest_files=["res://.godot/imported/template-floor-detail-a.glb-de04504a005052adcad355833a2d60bf.scn"] +dest_files=["res://godot/imported/template-floor-detail-a.glb-de04504a005052adcad355833a2d60bf.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-detail.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-detail.glb.import index f6f7a16..1609bb0 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-detail.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-detail.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dqb5lpjgfdm18" -path="res://.godot/imported/template-floor-detail.glb-8edf8a4e66187dc8f2fd912cf4e13272.scn" +path="res://godot/imported/template-floor-detail.glb-8edf8a4e66187dc8f2fd912cf4e13272.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-detail.glb" -dest_files=["res://.godot/imported/template-floor-detail.glb-8edf8a4e66187dc8f2fd912cf4e13272.scn"] +dest_files=["res://godot/imported/template-floor-detail.glb-8edf8a4e66187dc8f2fd912cf4e13272.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-layer-raised.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-layer-raised.glb.import index aa4307b..3db2b71 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-layer-raised.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-layer-raised.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b8re12om6xsnb" -path="res://.godot/imported/template-floor-layer-raised.glb-fe3179f033d07a1112847e8077fd1fb2.scn" +path="res://godot/imported/template-floor-layer-raised.glb-fe3179f033d07a1112847e8077fd1fb2.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-layer-raised.glb" -dest_files=["res://.godot/imported/template-floor-layer-raised.glb-fe3179f033d07a1112847e8077fd1fb2.scn"] +dest_files=["res://godot/imported/template-floor-layer-raised.glb-fe3179f033d07a1112847e8077fd1fb2.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-layer.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-layer.glb.import index e9f52ae..790fc3e 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-layer.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-layer.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bg5f8ehkhtvm1" -path="res://.godot/imported/template-floor-layer.glb-5e1e4570221d6e029f7fc53b37018c5b.scn" +path="res://godot/imported/template-floor-layer.glb-5e1e4570221d6e029f7fc53b37018c5b.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor-layer.glb" -dest_files=["res://.godot/imported/template-floor-layer.glb-5e1e4570221d6e029f7fc53b37018c5b.scn"] +dest_files=["res://godot/imported/template-floor-layer.glb-5e1e4570221d6e029f7fc53b37018c5b.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor.glb.import index 4f355da..7538f8e 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://u10h24fvtcf7" -path="res://.godot/imported/template-floor.glb-ce9ea7e8bf99c5888c706fe0386504d4.scn" +path="res://godot/imported/template-floor.glb-ce9ea7e8bf99c5888c706fe0386504d4.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-floor.glb" -dest_files=["res://.godot/imported/template-floor.glb-ce9ea7e8bf99c5888c706fe0386504d4.scn"] +dest_files=["res://godot/imported/template-floor.glb-ce9ea7e8bf99c5888c706fe0386504d4.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-corner.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-corner.glb.import index 439feda..7ed6b0e 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-corner.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-corner.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://742pj20jb8fu" -path="res://.godot/imported/template-wall-corner.glb-1caef549d8c8eb2c8b3557257aa7d5f1.scn" +path="res://godot/imported/template-wall-corner.glb-1caef549d8c8eb2c8b3557257aa7d5f1.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-corner.glb" -dest_files=["res://.godot/imported/template-wall-corner.glb-1caef549d8c8eb2c8b3557257aa7d5f1.scn"] +dest_files=["res://godot/imported/template-wall-corner.glb-1caef549d8c8eb2c8b3557257aa7d5f1.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-detail-a.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-detail-a.glb.import index 93c9a5d..bb95a13 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-detail-a.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-detail-a.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://d10kc8j2jivbh" -path="res://.godot/imported/template-wall-detail-a.glb-1324dace374c6c4c4e1f273e9d5dee19.scn" +path="res://godot/imported/template-wall-detail-a.glb-1324dace374c6c4c4e1f273e9d5dee19.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-detail-a.glb" -dest_files=["res://.godot/imported/template-wall-detail-a.glb-1324dace374c6c4c4e1f273e9d5dee19.scn"] +dest_files=["res://godot/imported/template-wall-detail-a.glb-1324dace374c6c4c4e1f273e9d5dee19.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-half.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-half.glb.import index 8223059..a036171 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-half.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-half.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://dnkpyar2sxtot" -path="res://.godot/imported/template-wall-half.glb-969333f6740cc475c599730322c1020f.scn" +path="res://godot/imported/template-wall-half.glb-969333f6740cc475c599730322c1020f.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-half.glb" -dest_files=["res://.godot/imported/template-wall-half.glb-969333f6740cc475c599730322c1020f.scn"] +dest_files=["res://godot/imported/template-wall-half.glb-969333f6740cc475c599730322c1020f.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-stairs.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-stairs.glb.import index 32361e6..8a75fce 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-stairs.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-stairs.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://bbdb3acdfhs2c" -path="res://.godot/imported/template-wall-stairs.glb-b5015b8de85d963173b64ff66d556679.scn" +path="res://godot/imported/template-wall-stairs.glb-b5015b8de85d963173b64ff66d556679.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-stairs.glb" -dest_files=["res://.godot/imported/template-wall-stairs.glb-b5015b8de85d963173b64ff66d556679.scn"] +dest_files=["res://godot/imported/template-wall-stairs.glb-b5015b8de85d963173b64ff66d556679.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-top.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-top.glb.import index 24ebc0a..020420a 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-top.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-top.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://v4xtwvw6wab1" -path="res://.godot/imported/template-wall-top.glb-d6de0e5ca9f2c5dc16e1c53d6668a959.scn" +path="res://godot/imported/template-wall-top.glb-d6de0e5ca9f2c5dc16e1c53d6668a959.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall-top.glb" -dest_files=["res://.godot/imported/template-wall-top.glb-d6de0e5ca9f2c5dc16e1c53d6668a959.scn"] +dest_files=["res://godot/imported/template-wall-top.glb-d6de0e5ca9f2c5dc16e1c53d6668a959.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall.glb.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall.glb.import index 13747e5..42261f9 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall.glb.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall.glb.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://b3nrtkwdx53bp" -path="res://.godot/imported/template-wall.glb-ac4f7a1e6fc08d213c224942290f363d.scn" +path="res://godot/imported/template-wall.glb-ac4f7a1e6fc08d213c224942290f363d.scn" [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall.glb" -dest_files=["res://.godot/imported/template-wall.glb-ac4f7a1e6fc08d213c224942290f363d.scn"] +dest_files=["res://godot/imported/template-wall.glb-ac4f7a1e6fc08d213c224942290f363d.scn"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png.import index 4d44593..f777f41 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png.import @@ -2,9 +2,9 @@ importer="texture" type="CompressedTexture2D" -uid="uid://dheunho7fvexc" -path.s3tc="res://.godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.s3tc.ctex" -path.etc2="res://.godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.etc2.ctex" +uid="uid://u5uw0bol76tu" +path.s3tc="res://godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.s3tc.ctex" +path.etc2="res://godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.etc2.ctex" metadata={ "imported_formats": ["s3tc_bptc", "etc2_astc"], "vram_texture": true @@ -13,7 +13,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png" -dest_files=["res://.godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.s3tc.ctex", "res://.godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.etc2.ctex"] +dest_files=["res://godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.s3tc.ctex", "res://godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.etc2.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png.import~RF2aa8335.TMP b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png.import~RF2aa8335.TMP new file mode 100644 index 0000000..43b5076 --- /dev/null +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png.import~RF2aa8335.TMP @@ -0,0 +1,42 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dheunho7fvexc" +path.s3tc="res://godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.s3tc.ctex" +path.etc2="res://godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png" +dest_files=["res://godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.s3tc.ctex", "res://godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.etc2.ctex"] + +[params] + +compress/mode=2 +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 +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/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-corner.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-corner.obj.import index 4bd299c..3ae9984 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-corner.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-corner.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dbehx35a35ywv" -path="res://.godot/imported/corridor-corner.obj-d41f6a20cc8e7a5c98f186aec11c512d.mesh" +path="res://godot/imported/corridor-corner.obj-d41f6a20cc8e7a5c98f186aec11c512d.mesh" [deps] -files=["res://.godot/imported/corridor-corner.obj-d41f6a20cc8e7a5c98f186aec11c512d.mesh"] +files=["res://godot/imported/corridor-corner.obj-d41f6a20cc8e7a5c98f186aec11c512d.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-corner.obj" -dest_files=["res://.godot/imported/corridor-corner.obj-d41f6a20cc8e7a5c98f186aec11c512d.mesh", "res://.godot/imported/corridor-corner.obj-d41f6a20cc8e7a5c98f186aec11c512d.mesh"] +dest_files=["res://godot/imported/corridor-corner.obj-d41f6a20cc8e7a5c98f186aec11c512d.mesh", "res://godot/imported/corridor-corner.obj-d41f6a20cc8e7a5c98f186aec11c512d.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-end.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-end.obj.import index 7ec4d6c..788f57a 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-end.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-end.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dek8tlms7uohk" -path="res://.godot/imported/corridor-end.obj-a92932b3a8ea0b0aa8f88ebe82f1315e.mesh" +path="res://godot/imported/corridor-end.obj-a92932b3a8ea0b0aa8f88ebe82f1315e.mesh" [deps] -files=["res://.godot/imported/corridor-end.obj-a92932b3a8ea0b0aa8f88ebe82f1315e.mesh"] +files=["res://godot/imported/corridor-end.obj-a92932b3a8ea0b0aa8f88ebe82f1315e.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-end.obj" -dest_files=["res://.godot/imported/corridor-end.obj-a92932b3a8ea0b0aa8f88ebe82f1315e.mesh", "res://.godot/imported/corridor-end.obj-a92932b3a8ea0b0aa8f88ebe82f1315e.mesh"] +dest_files=["res://godot/imported/corridor-end.obj-a92932b3a8ea0b0aa8f88ebe82f1315e.mesh", "res://godot/imported/corridor-end.obj-a92932b3a8ea0b0aa8f88ebe82f1315e.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-intersection.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-intersection.obj.import index 71a616a..469afd9 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-intersection.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-intersection.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dnv4taldc240u" -path="res://.godot/imported/corridor-intersection.obj-1bf95eb1db1dc9bffc7cdb7ae83fad32.mesh" +path="res://godot/imported/corridor-intersection.obj-1bf95eb1db1dc9bffc7cdb7ae83fad32.mesh" [deps] -files=["res://.godot/imported/corridor-intersection.obj-1bf95eb1db1dc9bffc7cdb7ae83fad32.mesh"] +files=["res://godot/imported/corridor-intersection.obj-1bf95eb1db1dc9bffc7cdb7ae83fad32.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-intersection.obj" -dest_files=["res://.godot/imported/corridor-intersection.obj-1bf95eb1db1dc9bffc7cdb7ae83fad32.mesh", "res://.godot/imported/corridor-intersection.obj-1bf95eb1db1dc9bffc7cdb7ae83fad32.mesh"] +dest_files=["res://godot/imported/corridor-intersection.obj-1bf95eb1db1dc9bffc7cdb7ae83fad32.mesh", "res://godot/imported/corridor-intersection.obj-1bf95eb1db1dc9bffc7cdb7ae83fad32.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-junction.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-junction.obj.import index d51fc49..2ea026d 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-junction.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-junction.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://bjod77o88pieg" -path="res://.godot/imported/corridor-junction.obj-449e37ccf29b17fa290610ab6baa7734.mesh" +path="res://godot/imported/corridor-junction.obj-449e37ccf29b17fa290610ab6baa7734.mesh" [deps] -files=["res://.godot/imported/corridor-junction.obj-449e37ccf29b17fa290610ab6baa7734.mesh"] +files=["res://godot/imported/corridor-junction.obj-449e37ccf29b17fa290610ab6baa7734.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-junction.obj" -dest_files=["res://.godot/imported/corridor-junction.obj-449e37ccf29b17fa290610ab6baa7734.mesh", "res://.godot/imported/corridor-junction.obj-449e37ccf29b17fa290610ab6baa7734.mesh"] +dest_files=["res://godot/imported/corridor-junction.obj-449e37ccf29b17fa290610ab6baa7734.mesh", "res://godot/imported/corridor-junction.obj-449e37ccf29b17fa290610ab6baa7734.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-transition.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-transition.obj.import index c24f000..120ba01 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-transition.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-transition.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dsfr2xrwypl6o" -path="res://.godot/imported/corridor-transition.obj-b6cca30edeb9df9de484b65e25af818c.mesh" +path="res://godot/imported/corridor-transition.obj-b6cca30edeb9df9de484b65e25af818c.mesh" [deps] -files=["res://.godot/imported/corridor-transition.obj-b6cca30edeb9df9de484b65e25af818c.mesh"] +files=["res://godot/imported/corridor-transition.obj-b6cca30edeb9df9de484b65e25af818c.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-transition.obj" -dest_files=["res://.godot/imported/corridor-transition.obj-b6cca30edeb9df9de484b65e25af818c.mesh", "res://.godot/imported/corridor-transition.obj-b6cca30edeb9df9de484b65e25af818c.mesh"] +dest_files=["res://godot/imported/corridor-transition.obj-b6cca30edeb9df9de484b65e25af818c.mesh", "res://godot/imported/corridor-transition.obj-b6cca30edeb9df9de484b65e25af818c.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-corner.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-corner.obj.import index c403061..470c150 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-corner.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-corner.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://bipeslk7umclj" -path="res://.godot/imported/corridor-wide-corner.obj-36d22d31e81191f807e872f955a1b492.mesh" +path="res://godot/imported/corridor-wide-corner.obj-36d22d31e81191f807e872f955a1b492.mesh" [deps] -files=["res://.godot/imported/corridor-wide-corner.obj-36d22d31e81191f807e872f955a1b492.mesh"] +files=["res://godot/imported/corridor-wide-corner.obj-36d22d31e81191f807e872f955a1b492.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-corner.obj" -dest_files=["res://.godot/imported/corridor-wide-corner.obj-36d22d31e81191f807e872f955a1b492.mesh", "res://.godot/imported/corridor-wide-corner.obj-36d22d31e81191f807e872f955a1b492.mesh"] +dest_files=["res://godot/imported/corridor-wide-corner.obj-36d22d31e81191f807e872f955a1b492.mesh", "res://godot/imported/corridor-wide-corner.obj-36d22d31e81191f807e872f955a1b492.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-end.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-end.obj.import index d3db62e..a7a41a5 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-end.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-end.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://ci38yy37dxdi" -path="res://.godot/imported/corridor-wide-end.obj-52a35bf56856dfd4a982e3cf89239deb.mesh" +path="res://godot/imported/corridor-wide-end.obj-52a35bf56856dfd4a982e3cf89239deb.mesh" [deps] -files=["res://.godot/imported/corridor-wide-end.obj-52a35bf56856dfd4a982e3cf89239deb.mesh"] +files=["res://godot/imported/corridor-wide-end.obj-52a35bf56856dfd4a982e3cf89239deb.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-end.obj" -dest_files=["res://.godot/imported/corridor-wide-end.obj-52a35bf56856dfd4a982e3cf89239deb.mesh", "res://.godot/imported/corridor-wide-end.obj-52a35bf56856dfd4a982e3cf89239deb.mesh"] +dest_files=["res://godot/imported/corridor-wide-end.obj-52a35bf56856dfd4a982e3cf89239deb.mesh", "res://godot/imported/corridor-wide-end.obj-52a35bf56856dfd4a982e3cf89239deb.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-intersection.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-intersection.obj.import index 661f58d..6f3e23d 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-intersection.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-intersection.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://bc7p3lbm2infs" -path="res://.godot/imported/corridor-wide-intersection.obj-77859c418665594ea8ffb8ddaf2f8620.mesh" +path="res://godot/imported/corridor-wide-intersection.obj-77859c418665594ea8ffb8ddaf2f8620.mesh" [deps] -files=["res://.godot/imported/corridor-wide-intersection.obj-77859c418665594ea8ffb8ddaf2f8620.mesh"] +files=["res://godot/imported/corridor-wide-intersection.obj-77859c418665594ea8ffb8ddaf2f8620.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-intersection.obj" -dest_files=["res://.godot/imported/corridor-wide-intersection.obj-77859c418665594ea8ffb8ddaf2f8620.mesh", "res://.godot/imported/corridor-wide-intersection.obj-77859c418665594ea8ffb8ddaf2f8620.mesh"] +dest_files=["res://godot/imported/corridor-wide-intersection.obj-77859c418665594ea8ffb8ddaf2f8620.mesh", "res://godot/imported/corridor-wide-intersection.obj-77859c418665594ea8ffb8ddaf2f8620.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-junction.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-junction.obj.import index 418ab91..4b2c49e 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-junction.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-junction.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://cwpy4kq56i1fw" -path="res://.godot/imported/corridor-wide-junction.obj-191ed6548c650c04b20251c243dcbeaf.mesh" +path="res://godot/imported/corridor-wide-junction.obj-191ed6548c650c04b20251c243dcbeaf.mesh" [deps] -files=["res://.godot/imported/corridor-wide-junction.obj-191ed6548c650c04b20251c243dcbeaf.mesh"] +files=["res://godot/imported/corridor-wide-junction.obj-191ed6548c650c04b20251c243dcbeaf.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide-junction.obj" -dest_files=["res://.godot/imported/corridor-wide-junction.obj-191ed6548c650c04b20251c243dcbeaf.mesh", "res://.godot/imported/corridor-wide-junction.obj-191ed6548c650c04b20251c243dcbeaf.mesh"] +dest_files=["res://godot/imported/corridor-wide-junction.obj-191ed6548c650c04b20251c243dcbeaf.mesh", "res://godot/imported/corridor-wide-junction.obj-191ed6548c650c04b20251c243dcbeaf.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide.obj.import index a791a52..24117ca 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://vdbclqm1mf70" -path="res://.godot/imported/corridor-wide.obj-9bd782323c2e5aa22dc226ef93bf608c.mesh" +path="res://godot/imported/corridor-wide.obj-9bd782323c2e5aa22dc226ef93bf608c.mesh" [deps] -files=["res://.godot/imported/corridor-wide.obj-9bd782323c2e5aa22dc226ef93bf608c.mesh"] +files=["res://godot/imported/corridor-wide.obj-9bd782323c2e5aa22dc226ef93bf608c.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-wide.obj" -dest_files=["res://.godot/imported/corridor-wide.obj-9bd782323c2e5aa22dc226ef93bf608c.mesh", "res://.godot/imported/corridor-wide.obj-9bd782323c2e5aa22dc226ef93bf608c.mesh"] +dest_files=["res://godot/imported/corridor-wide.obj-9bd782323c2e5aa22dc226ef93bf608c.mesh", "res://godot/imported/corridor-wide.obj-9bd782323c2e5aa22dc226ef93bf608c.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor.obj.import index 1d2963b..ea396f2 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://8s1equk13ycu" -path="res://.godot/imported/corridor.obj-82feb29a785113da5379b65bef2a8871.mesh" +path="res://godot/imported/corridor.obj-82feb29a785113da5379b65bef2a8871.mesh" [deps] -files=["res://.godot/imported/corridor.obj-82feb29a785113da5379b65bef2a8871.mesh"] +files=["res://godot/imported/corridor.obj-82feb29a785113da5379b65bef2a8871.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor.obj" -dest_files=["res://.godot/imported/corridor.obj-82feb29a785113da5379b65bef2a8871.mesh", "res://.godot/imported/corridor.obj-82feb29a785113da5379b65bef2a8871.mesh"] +dest_files=["res://godot/imported/corridor.obj-82feb29a785113da5379b65bef2a8871.mesh", "res://godot/imported/corridor.obj-82feb29a785113da5379b65bef2a8871.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door-window.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door-window.obj.import index 16c451e..010c06d 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door-window.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door-window.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://oaquaq7sxj1r" -path="res://.godot/imported/gate-door-window.obj-cc06ac914806ac6ddc6c9a21b918c865.mesh" +path="res://godot/imported/gate-door-window.obj-cc06ac914806ac6ddc6c9a21b918c865.mesh" [deps] -files=["res://.godot/imported/gate-door-window.obj-cc06ac914806ac6ddc6c9a21b918c865.mesh"] +files=["res://godot/imported/gate-door-window.obj-cc06ac914806ac6ddc6c9a21b918c865.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door-window.obj" -dest_files=["res://.godot/imported/gate-door-window.obj-cc06ac914806ac6ddc6c9a21b918c865.mesh", "res://.godot/imported/gate-door-window.obj-cc06ac914806ac6ddc6c9a21b918c865.mesh"] +dest_files=["res://godot/imported/gate-door-window.obj-cc06ac914806ac6ddc6c9a21b918c865.mesh", "res://godot/imported/gate-door-window.obj-cc06ac914806ac6ddc6c9a21b918c865.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door.obj.import index 2f94aec..66b0329 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dl6i6qy2ujce5" -path="res://.godot/imported/gate-door.obj-4c165e4fecd9cca2fe32f75d53095d29.mesh" +path="res://godot/imported/gate-door.obj-4c165e4fecd9cca2fe32f75d53095d29.mesh" [deps] -files=["res://.godot/imported/gate-door.obj-4c165e4fecd9cca2fe32f75d53095d29.mesh"] +files=["res://godot/imported/gate-door.obj-4c165e4fecd9cca2fe32f75d53095d29.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door.obj" -dest_files=["res://.godot/imported/gate-door.obj-4c165e4fecd9cca2fe32f75d53095d29.mesh", "res://.godot/imported/gate-door.obj-4c165e4fecd9cca2fe32f75d53095d29.mesh"] +dest_files=["res://godot/imported/gate-door.obj-4c165e4fecd9cca2fe32f75d53095d29.mesh", "res://godot/imported/gate-door.obj-4c165e4fecd9cca2fe32f75d53095d29.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate.obj.import index ff6ddb5..0c5e944 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://b4fwf34p6ws5k" -path="res://.godot/imported/gate.obj-87e572f43f8e4c4ec8f0e9e95e6b4d48.mesh" +path="res://godot/imported/gate.obj-87e572f43f8e4c4ec8f0e9e95e6b4d48.mesh" [deps] -files=["res://.godot/imported/gate.obj-87e572f43f8e4c4ec8f0e9e95e6b4d48.mesh"] +files=["res://godot/imported/gate.obj-87e572f43f8e4c4ec8f0e9e95e6b4d48.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate.obj" -dest_files=["res://.godot/imported/gate.obj-87e572f43f8e4c4ec8f0e9e95e6b4d48.mesh", "res://.godot/imported/gate.obj-87e572f43f8e4c4ec8f0e9e95e6b4d48.mesh"] +dest_files=["res://godot/imported/gate.obj-87e572f43f8e4c4ec8f0e9e95e6b4d48.mesh", "res://godot/imported/gate.obj-87e572f43f8e4c4ec8f0e9e95e6b4d48.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-corner.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-corner.obj.import index e96d24b..0e34c25 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-corner.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-corner.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://c8hqyavxygkno" -path="res://.godot/imported/room-corner.obj-85f58fb458751404189f66b47bfeeffd.mesh" +path="res://godot/imported/room-corner.obj-85f58fb458751404189f66b47bfeeffd.mesh" [deps] -files=["res://.godot/imported/room-corner.obj-85f58fb458751404189f66b47bfeeffd.mesh"] +files=["res://godot/imported/room-corner.obj-85f58fb458751404189f66b47bfeeffd.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-corner.obj" -dest_files=["res://.godot/imported/room-corner.obj-85f58fb458751404189f66b47bfeeffd.mesh", "res://.godot/imported/room-corner.obj-85f58fb458751404189f66b47bfeeffd.mesh"] +dest_files=["res://godot/imported/room-corner.obj-85f58fb458751404189f66b47bfeeffd.mesh", "res://godot/imported/room-corner.obj-85f58fb458751404189f66b47bfeeffd.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large-variation.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large-variation.obj.import index fe76ce6..4697c1a 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large-variation.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large-variation.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://ty6ix34q6ba4" -path="res://.godot/imported/room-large-variation.obj-bba9d86904d8bb3592b090addb693309.mesh" +path="res://godot/imported/room-large-variation.obj-bba9d86904d8bb3592b090addb693309.mesh" [deps] -files=["res://.godot/imported/room-large-variation.obj-bba9d86904d8bb3592b090addb693309.mesh"] +files=["res://godot/imported/room-large-variation.obj-bba9d86904d8bb3592b090addb693309.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large-variation.obj" -dest_files=["res://.godot/imported/room-large-variation.obj-bba9d86904d8bb3592b090addb693309.mesh", "res://.godot/imported/room-large-variation.obj-bba9d86904d8bb3592b090addb693309.mesh"] +dest_files=["res://godot/imported/room-large-variation.obj-bba9d86904d8bb3592b090addb693309.mesh", "res://godot/imported/room-large-variation.obj-bba9d86904d8bb3592b090addb693309.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large.obj.import index f0c860a..fcc7481 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://b1e2j8otm6dle" -path="res://.godot/imported/room-large.obj-a5e3f9a9fb76a449b71fa9b65276163f.mesh" +path="res://godot/imported/room-large.obj-a5e3f9a9fb76a449b71fa9b65276163f.mesh" [deps] -files=["res://.godot/imported/room-large.obj-a5e3f9a9fb76a449b71fa9b65276163f.mesh"] +files=["res://godot/imported/room-large.obj-a5e3f9a9fb76a449b71fa9b65276163f.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large.obj" -dest_files=["res://.godot/imported/room-large.obj-a5e3f9a9fb76a449b71fa9b65276163f.mesh", "res://.godot/imported/room-large.obj-a5e3f9a9fb76a449b71fa9b65276163f.mesh"] +dest_files=["res://godot/imported/room-large.obj-a5e3f9a9fb76a449b71fa9b65276163f.mesh", "res://godot/imported/room-large.obj-a5e3f9a9fb76a449b71fa9b65276163f.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small-variation.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small-variation.obj.import index e196459..29de9c7 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small-variation.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small-variation.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://l7uytvrmvqx6" -path="res://.godot/imported/room-small-variation.obj-c0d55885886fe252350ef28e9e84ec32.mesh" +path="res://godot/imported/room-small-variation.obj-c0d55885886fe252350ef28e9e84ec32.mesh" [deps] -files=["res://.godot/imported/room-small-variation.obj-c0d55885886fe252350ef28e9e84ec32.mesh"] +files=["res://godot/imported/room-small-variation.obj-c0d55885886fe252350ef28e9e84ec32.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small-variation.obj" -dest_files=["res://.godot/imported/room-small-variation.obj-c0d55885886fe252350ef28e9e84ec32.mesh", "res://.godot/imported/room-small-variation.obj-c0d55885886fe252350ef28e9e84ec32.mesh"] +dest_files=["res://godot/imported/room-small-variation.obj-c0d55885886fe252350ef28e9e84ec32.mesh", "res://godot/imported/room-small-variation.obj-c0d55885886fe252350ef28e9e84ec32.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small.obj.import index f74bd27..96fc099 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://x1er82qovvnq" -path="res://.godot/imported/room-small.obj-2843060cf7821e39902dc8528443833f.mesh" +path="res://godot/imported/room-small.obj-2843060cf7821e39902dc8528443833f.mesh" [deps] -files=["res://.godot/imported/room-small.obj-2843060cf7821e39902dc8528443833f.mesh"] +files=["res://godot/imported/room-small.obj-2843060cf7821e39902dc8528443833f.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-small.obj" -dest_files=["res://.godot/imported/room-small.obj-2843060cf7821e39902dc8528443833f.mesh", "res://.godot/imported/room-small.obj-2843060cf7821e39902dc8528443833f.mesh"] +dest_files=["res://godot/imported/room-small.obj-2843060cf7821e39902dc8528443833f.mesh", "res://godot/imported/room-small.obj-2843060cf7821e39902dc8528443833f.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide-variation.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide-variation.obj.import index 3aa8d12..6bd95f7 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide-variation.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide-variation.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://blg4y5sw81kr5" -path="res://.godot/imported/room-wide-variation.obj-7e710eb551b6fb531d13c9233192fe86.mesh" +path="res://godot/imported/room-wide-variation.obj-7e710eb551b6fb531d13c9233192fe86.mesh" [deps] -files=["res://.godot/imported/room-wide-variation.obj-7e710eb551b6fb531d13c9233192fe86.mesh"] +files=["res://godot/imported/room-wide-variation.obj-7e710eb551b6fb531d13c9233192fe86.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide-variation.obj" -dest_files=["res://.godot/imported/room-wide-variation.obj-7e710eb551b6fb531d13c9233192fe86.mesh", "res://.godot/imported/room-wide-variation.obj-7e710eb551b6fb531d13c9233192fe86.mesh"] +dest_files=["res://godot/imported/room-wide-variation.obj-7e710eb551b6fb531d13c9233192fe86.mesh", "res://godot/imported/room-wide-variation.obj-7e710eb551b6fb531d13c9233192fe86.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide.obj.import index aace7d2..4427630 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://b7ft08d4ckqoy" -path="res://.godot/imported/room-wide.obj-e4ecb96d96c54e8d2696f1c92267a009.mesh" +path="res://godot/imported/room-wide.obj-e4ecb96d96c54e8d2696f1c92267a009.mesh" [deps] -files=["res://.godot/imported/room-wide.obj-e4ecb96d96c54e8d2696f1c92267a009.mesh"] +files=["res://godot/imported/room-wide.obj-e4ecb96d96c54e8d2696f1c92267a009.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-wide.obj" -dest_files=["res://.godot/imported/room-wide.obj-e4ecb96d96c54e8d2696f1c92267a009.mesh", "res://.godot/imported/room-wide.obj-e4ecb96d96c54e8d2696f1c92267a009.mesh"] +dest_files=["res://godot/imported/room-wide.obj-e4ecb96d96c54e8d2696f1c92267a009.mesh", "res://godot/imported/room-wide.obj-e4ecb96d96c54e8d2696f1c92267a009.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs-wide.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs-wide.obj.import index 479b409..00af2e0 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs-wide.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs-wide.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://cxhehf5tjwp0x" -path="res://.godot/imported/stairs-wide.obj-18799abdfd2a372601cddb053d30aec2.mesh" +path="res://godot/imported/stairs-wide.obj-18799abdfd2a372601cddb053d30aec2.mesh" [deps] -files=["res://.godot/imported/stairs-wide.obj-18799abdfd2a372601cddb053d30aec2.mesh"] +files=["res://godot/imported/stairs-wide.obj-18799abdfd2a372601cddb053d30aec2.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs-wide.obj" -dest_files=["res://.godot/imported/stairs-wide.obj-18799abdfd2a372601cddb053d30aec2.mesh", "res://.godot/imported/stairs-wide.obj-18799abdfd2a372601cddb053d30aec2.mesh"] +dest_files=["res://godot/imported/stairs-wide.obj-18799abdfd2a372601cddb053d30aec2.mesh", "res://godot/imported/stairs-wide.obj-18799abdfd2a372601cddb053d30aec2.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs.obj.import index 2b91e02..a690bc0 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://cf7yrpdbjca8c" -path="res://.godot/imported/stairs.obj-138a11495d211e7175e6c9e39d49946a.mesh" +path="res://godot/imported/stairs.obj-138a11495d211e7175e6c9e39d49946a.mesh" [deps] -files=["res://.godot/imported/stairs.obj-138a11495d211e7175e6c9e39d49946a.mesh"] +files=["res://godot/imported/stairs.obj-138a11495d211e7175e6c9e39d49946a.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/stairs.obj" -dest_files=["res://.godot/imported/stairs.obj-138a11495d211e7175e6c9e39d49946a.mesh", "res://.godot/imported/stairs.obj-138a11495d211e7175e6c9e39d49946a.mesh"] +dest_files=["res://godot/imported/stairs.obj-138a11495d211e7175e6c9e39d49946a.mesh", "res://godot/imported/stairs.obj-138a11495d211e7175e6c9e39d49946a.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-corner.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-corner.obj.import index 80c8e89..18a419c 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-corner.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-corner.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://wwjwqx8gvuwh" -path="res://.godot/imported/template-corner.obj-9908fc24a09613ca09494245ae65a849.mesh" +path="res://godot/imported/template-corner.obj-9908fc24a09613ca09494245ae65a849.mesh" [deps] -files=["res://.godot/imported/template-corner.obj-9908fc24a09613ca09494245ae65a849.mesh"] +files=["res://godot/imported/template-corner.obj-9908fc24a09613ca09494245ae65a849.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-corner.obj" -dest_files=["res://.godot/imported/template-corner.obj-9908fc24a09613ca09494245ae65a849.mesh", "res://.godot/imported/template-corner.obj-9908fc24a09613ca09494245ae65a849.mesh"] +dest_files=["res://godot/imported/template-corner.obj-9908fc24a09613ca09494245ae65a849.mesh", "res://godot/imported/template-corner.obj-9908fc24a09613ca09494245ae65a849.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-detail.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-detail.obj.import index 4691a30..fdf354b 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-detail.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-detail.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dx1lkd61te57t" -path="res://.godot/imported/template-detail.obj-38b61b7ed031bb64de8e625cd7439b86.mesh" +path="res://godot/imported/template-detail.obj-38b61b7ed031bb64de8e625cd7439b86.mesh" [deps] -files=["res://.godot/imported/template-detail.obj-38b61b7ed031bb64de8e625cd7439b86.mesh"] +files=["res://godot/imported/template-detail.obj-38b61b7ed031bb64de8e625cd7439b86.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-detail.obj" -dest_files=["res://.godot/imported/template-detail.obj-38b61b7ed031bb64de8e625cd7439b86.mesh", "res://.godot/imported/template-detail.obj-38b61b7ed031bb64de8e625cd7439b86.mesh"] +dest_files=["res://godot/imported/template-detail.obj-38b61b7ed031bb64de8e625cd7439b86.mesh", "res://godot/imported/template-detail.obj-38b61b7ed031bb64de8e625cd7439b86.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-big.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-big.obj.import index 4041bad..a77b966 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-big.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-big.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://dqp6x2yqxln0n" -path="res://.godot/imported/template-floor-big.obj-5189864671c995c8f11f4ae4abf758bb.mesh" +path="res://godot/imported/template-floor-big.obj-5189864671c995c8f11f4ae4abf758bb.mesh" [deps] -files=["res://.godot/imported/template-floor-big.obj-5189864671c995c8f11f4ae4abf758bb.mesh"] +files=["res://godot/imported/template-floor-big.obj-5189864671c995c8f11f4ae4abf758bb.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-big.obj" -dest_files=["res://.godot/imported/template-floor-big.obj-5189864671c995c8f11f4ae4abf758bb.mesh", "res://.godot/imported/template-floor-big.obj-5189864671c995c8f11f4ae4abf758bb.mesh"] +dest_files=["res://godot/imported/template-floor-big.obj-5189864671c995c8f11f4ae4abf758bb.mesh", "res://godot/imported/template-floor-big.obj-5189864671c995c8f11f4ae4abf758bb.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail-a.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail-a.obj.import index 8eaa673..ea0b7d4 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail-a.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail-a.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://bkqcl0vf6vk34" -path="res://.godot/imported/template-floor-detail-a.obj-e354a976ff7eef733b6735ef486a0046.mesh" +path="res://godot/imported/template-floor-detail-a.obj-e354a976ff7eef733b6735ef486a0046.mesh" [deps] -files=["res://.godot/imported/template-floor-detail-a.obj-e354a976ff7eef733b6735ef486a0046.mesh"] +files=["res://godot/imported/template-floor-detail-a.obj-e354a976ff7eef733b6735ef486a0046.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail-a.obj" -dest_files=["res://.godot/imported/template-floor-detail-a.obj-e354a976ff7eef733b6735ef486a0046.mesh", "res://.godot/imported/template-floor-detail-a.obj-e354a976ff7eef733b6735ef486a0046.mesh"] +dest_files=["res://godot/imported/template-floor-detail-a.obj-e354a976ff7eef733b6735ef486a0046.mesh", "res://godot/imported/template-floor-detail-a.obj-e354a976ff7eef733b6735ef486a0046.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail.obj.import index 6e29ef8..ddbf7bb 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://c3w61gn236w1b" -path="res://.godot/imported/template-floor-detail.obj-9f15a73a5178e06c67b0092dd5835e39.mesh" +path="res://godot/imported/template-floor-detail.obj-9f15a73a5178e06c67b0092dd5835e39.mesh" [deps] -files=["res://.godot/imported/template-floor-detail.obj-9f15a73a5178e06c67b0092dd5835e39.mesh"] +files=["res://godot/imported/template-floor-detail.obj-9f15a73a5178e06c67b0092dd5835e39.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-detail.obj" -dest_files=["res://.godot/imported/template-floor-detail.obj-9f15a73a5178e06c67b0092dd5835e39.mesh", "res://.godot/imported/template-floor-detail.obj-9f15a73a5178e06c67b0092dd5835e39.mesh"] +dest_files=["res://godot/imported/template-floor-detail.obj-9f15a73a5178e06c67b0092dd5835e39.mesh", "res://godot/imported/template-floor-detail.obj-9f15a73a5178e06c67b0092dd5835e39.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer-raised.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer-raised.obj.import index b0225f1..dcdd034 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer-raised.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer-raised.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://by6tug4b321ip" -path="res://.godot/imported/template-floor-layer-raised.obj-b0aefcae7fa4876b3679fdc156f54088.mesh" +path="res://godot/imported/template-floor-layer-raised.obj-b0aefcae7fa4876b3679fdc156f54088.mesh" [deps] -files=["res://.godot/imported/template-floor-layer-raised.obj-b0aefcae7fa4876b3679fdc156f54088.mesh"] +files=["res://godot/imported/template-floor-layer-raised.obj-b0aefcae7fa4876b3679fdc156f54088.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer-raised.obj" -dest_files=["res://.godot/imported/template-floor-layer-raised.obj-b0aefcae7fa4876b3679fdc156f54088.mesh", "res://.godot/imported/template-floor-layer-raised.obj-b0aefcae7fa4876b3679fdc156f54088.mesh"] +dest_files=["res://godot/imported/template-floor-layer-raised.obj-b0aefcae7fa4876b3679fdc156f54088.mesh", "res://godot/imported/template-floor-layer-raised.obj-b0aefcae7fa4876b3679fdc156f54088.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer.obj.import index 1be8bc9..9d703fc 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://b7xrtf7sybl6c" -path="res://.godot/imported/template-floor-layer.obj-67c53699068c55502b89bb4c0f859306.mesh" +path="res://godot/imported/template-floor-layer.obj-67c53699068c55502b89bb4c0f859306.mesh" [deps] -files=["res://.godot/imported/template-floor-layer.obj-67c53699068c55502b89bb4c0f859306.mesh"] +files=["res://godot/imported/template-floor-layer.obj-67c53699068c55502b89bb4c0f859306.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor-layer.obj" -dest_files=["res://.godot/imported/template-floor-layer.obj-67c53699068c55502b89bb4c0f859306.mesh", "res://.godot/imported/template-floor-layer.obj-67c53699068c55502b89bb4c0f859306.mesh"] +dest_files=["res://godot/imported/template-floor-layer.obj-67c53699068c55502b89bb4c0f859306.mesh", "res://godot/imported/template-floor-layer.obj-67c53699068c55502b89bb4c0f859306.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor.obj.import index 021420c..56f3e7a 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://cjhgim18nh1ed" -path="res://.godot/imported/template-floor.obj-f750879d16d5b7c092a75ae4ab70ad65.mesh" +path="res://godot/imported/template-floor.obj-f750879d16d5b7c092a75ae4ab70ad65.mesh" [deps] -files=["res://.godot/imported/template-floor.obj-f750879d16d5b7c092a75ae4ab70ad65.mesh"] +files=["res://godot/imported/template-floor.obj-f750879d16d5b7c092a75ae4ab70ad65.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-floor.obj" -dest_files=["res://.godot/imported/template-floor.obj-f750879d16d5b7c092a75ae4ab70ad65.mesh", "res://.godot/imported/template-floor.obj-f750879d16d5b7c092a75ae4ab70ad65.mesh"] +dest_files=["res://godot/imported/template-floor.obj-f750879d16d5b7c092a75ae4ab70ad65.mesh", "res://godot/imported/template-floor.obj-f750879d16d5b7c092a75ae4ab70ad65.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-corner.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-corner.obj.import index c1ea74d..c227913 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-corner.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-corner.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://bk5nxt5gdsy0m" -path="res://.godot/imported/template-wall-corner.obj-2608afdaa585c5c7c11e955770f74c03.mesh" +path="res://godot/imported/template-wall-corner.obj-2608afdaa585c5c7c11e955770f74c03.mesh" [deps] -files=["res://.godot/imported/template-wall-corner.obj-2608afdaa585c5c7c11e955770f74c03.mesh"] +files=["res://godot/imported/template-wall-corner.obj-2608afdaa585c5c7c11e955770f74c03.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-corner.obj" -dest_files=["res://.godot/imported/template-wall-corner.obj-2608afdaa585c5c7c11e955770f74c03.mesh", "res://.godot/imported/template-wall-corner.obj-2608afdaa585c5c7c11e955770f74c03.mesh"] +dest_files=["res://godot/imported/template-wall-corner.obj-2608afdaa585c5c7c11e955770f74c03.mesh", "res://godot/imported/template-wall-corner.obj-2608afdaa585c5c7c11e955770f74c03.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-detail-a.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-detail-a.obj.import index 700bc1b..63970e2 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-detail-a.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-detail-a.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://mhrb8ogfuxon" -path="res://.godot/imported/template-wall-detail-a.obj-eb6ccfc943fe6318c7a2325bf51801e5.mesh" +path="res://godot/imported/template-wall-detail-a.obj-eb6ccfc943fe6318c7a2325bf51801e5.mesh" [deps] -files=["res://.godot/imported/template-wall-detail-a.obj-eb6ccfc943fe6318c7a2325bf51801e5.mesh"] +files=["res://godot/imported/template-wall-detail-a.obj-eb6ccfc943fe6318c7a2325bf51801e5.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-detail-a.obj" -dest_files=["res://.godot/imported/template-wall-detail-a.obj-eb6ccfc943fe6318c7a2325bf51801e5.mesh", "res://.godot/imported/template-wall-detail-a.obj-eb6ccfc943fe6318c7a2325bf51801e5.mesh"] +dest_files=["res://godot/imported/template-wall-detail-a.obj-eb6ccfc943fe6318c7a2325bf51801e5.mesh", "res://godot/imported/template-wall-detail-a.obj-eb6ccfc943fe6318c7a2325bf51801e5.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-half.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-half.obj.import index 996c4d8..235f92e 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-half.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-half.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://clfwhs6jwxqoj" -path="res://.godot/imported/template-wall-half.obj-2bb0f2d9449639355e720e6d8b71bfa4.mesh" +path="res://godot/imported/template-wall-half.obj-2bb0f2d9449639355e720e6d8b71bfa4.mesh" [deps] -files=["res://.godot/imported/template-wall-half.obj-2bb0f2d9449639355e720e6d8b71bfa4.mesh"] +files=["res://godot/imported/template-wall-half.obj-2bb0f2d9449639355e720e6d8b71bfa4.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-half.obj" -dest_files=["res://.godot/imported/template-wall-half.obj-2bb0f2d9449639355e720e6d8b71bfa4.mesh", "res://.godot/imported/template-wall-half.obj-2bb0f2d9449639355e720e6d8b71bfa4.mesh"] +dest_files=["res://godot/imported/template-wall-half.obj-2bb0f2d9449639355e720e6d8b71bfa4.mesh", "res://godot/imported/template-wall-half.obj-2bb0f2d9449639355e720e6d8b71bfa4.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-stairs.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-stairs.obj.import index f4b5fba..ad64224 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-stairs.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-stairs.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://bcwxykfosfmx4" -path="res://.godot/imported/template-wall-stairs.obj-4b6e5461ae26981f12c46f6f2496b79c.mesh" +path="res://godot/imported/template-wall-stairs.obj-4b6e5461ae26981f12c46f6f2496b79c.mesh" [deps] -files=["res://.godot/imported/template-wall-stairs.obj-4b6e5461ae26981f12c46f6f2496b79c.mesh"] +files=["res://godot/imported/template-wall-stairs.obj-4b6e5461ae26981f12c46f6f2496b79c.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-stairs.obj" -dest_files=["res://.godot/imported/template-wall-stairs.obj-4b6e5461ae26981f12c46f6f2496b79c.mesh", "res://.godot/imported/template-wall-stairs.obj-4b6e5461ae26981f12c46f6f2496b79c.mesh"] +dest_files=["res://godot/imported/template-wall-stairs.obj-4b6e5461ae26981f12c46f6f2496b79c.mesh", "res://godot/imported/template-wall-stairs.obj-4b6e5461ae26981f12c46f6f2496b79c.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-top.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-top.obj.import index 130be64..ea25bf3 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-top.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-top.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://3o7s3enatvs1" -path="res://.godot/imported/template-wall-top.obj-4a56adc577ee0aa1c89ffc953c20a57f.mesh" +path="res://godot/imported/template-wall-top.obj-4a56adc577ee0aa1c89ffc953c20a57f.mesh" [deps] -files=["res://.godot/imported/template-wall-top.obj-4a56adc577ee0aa1c89ffc953c20a57f.mesh"] +files=["res://godot/imported/template-wall-top.obj-4a56adc577ee0aa1c89ffc953c20a57f.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-top.obj" -dest_files=["res://.godot/imported/template-wall-top.obj-4a56adc577ee0aa1c89ffc953c20a57f.mesh", "res://.godot/imported/template-wall-top.obj-4a56adc577ee0aa1c89ffc953c20a57f.mesh"] +dest_files=["res://godot/imported/template-wall-top.obj-4a56adc577ee0aa1c89ffc953c20a57f.mesh", "res://godot/imported/template-wall-top.obj-4a56adc577ee0aa1c89ffc953c20a57f.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall.obj.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall.obj.import index 7e4453a..970a5ab 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall.obj.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://u5qk4tyitmcv" -path="res://.godot/imported/template-wall.obj-5026bdaac1bcaaef3e9bad6cfbb0b3bd.mesh" +path="res://godot/imported/template-wall.obj-5026bdaac1bcaaef3e9bad6cfbb0b3bd.mesh" [deps] -files=["res://.godot/imported/template-wall.obj-5026bdaac1bcaaef3e9bad6cfbb0b3bd.mesh"] +files=["res://godot/imported/template-wall.obj-5026bdaac1bcaaef3e9bad6cfbb0b3bd.mesh"] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall.obj" -dest_files=["res://.godot/imported/template-wall.obj-5026bdaac1bcaaef3e9bad6cfbb0b3bd.mesh", "res://.godot/imported/template-wall.obj-5026bdaac1bcaaef3e9bad6cfbb0b3bd.mesh"] +dest_files=["res://godot/imported/template-wall.obj-5026bdaac1bcaaef3e9bad6cfbb0b3bd.mesh", "res://godot/imported/template-wall.obj-5026bdaac1bcaaef3e9bad6cfbb0b3bd.mesh"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Preview.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Preview.png.import index 2004f6f..271a119 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Preview.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Preview.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cx7ehdlgrq1ti" -path="res://.godot/imported/Preview.png-b02e73ecaa64b14d204e2dea65e5c39f.ctex" +path="res://godot/imported/Preview.png-b02e73ecaa64b14d204e2dea65e5c39f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Preview.png" -dest_files=["res://.godot/imported/Preview.png-b02e73ecaa64b14d204e2dea65e5c39f.ctex"] +dest_files=["res://godot/imported/Preview.png-b02e73ecaa64b14d204e2dea65e5c39f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-corner.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-corner.png.import index b69c345..37d4958 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-corner.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-corner.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bgrq36se5u8ki" -path="res://.godot/imported/corridor-corner.png-cbdea1d664ce40090a9598627035bd6a.ctex" +path="res://godot/imported/corridor-corner.png-cbdea1d664ce40090a9598627035bd6a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-corner.png" -dest_files=["res://.godot/imported/corridor-corner.png-cbdea1d664ce40090a9598627035bd6a.ctex"] +dest_files=["res://godot/imported/corridor-corner.png-cbdea1d664ce40090a9598627035bd6a.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-end.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-end.png.import index 008f0d6..09edf2d 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-end.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-end.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bm8v7nd5sf6ts" -path="res://.godot/imported/corridor-end.png-5d7fe1ebfbdb93095749c71a12e48d4c.ctex" +path="res://godot/imported/corridor-end.png-5d7fe1ebfbdb93095749c71a12e48d4c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-end.png" -dest_files=["res://.godot/imported/corridor-end.png-5d7fe1ebfbdb93095749c71a12e48d4c.ctex"] +dest_files=["res://godot/imported/corridor-end.png-5d7fe1ebfbdb93095749c71a12e48d4c.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-intersection.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-intersection.png.import index d494380..1daba1a 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-intersection.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-intersection.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://djgowg4vo60gb" -path="res://.godot/imported/corridor-intersection.png-73b04166b192d6f7c17d40665a0b975a.ctex" +path="res://godot/imported/corridor-intersection.png-73b04166b192d6f7c17d40665a0b975a.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-intersection.png" -dest_files=["res://.godot/imported/corridor-intersection.png-73b04166b192d6f7c17d40665a0b975a.ctex"] +dest_files=["res://godot/imported/corridor-intersection.png-73b04166b192d6f7c17d40665a0b975a.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-junction.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-junction.png.import index d92a4a2..811e2ae 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-junction.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-junction.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cug3qynqvv8te" -path="res://.godot/imported/corridor-junction.png-50507f4a89b7fe7e44c1b4a252a0fc89.ctex" +path="res://godot/imported/corridor-junction.png-50507f4a89b7fe7e44c1b4a252a0fc89.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-junction.png" -dest_files=["res://.godot/imported/corridor-junction.png-50507f4a89b7fe7e44c1b4a252a0fc89.ctex"] +dest_files=["res://godot/imported/corridor-junction.png-50507f4a89b7fe7e44c1b4a252a0fc89.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-transition.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-transition.png.import index fb0ea99..cdefb7b 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-transition.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-transition.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cldm5cixl1qic" -path="res://.godot/imported/corridor-transition.png-c3a1793f88d332f9db792e4782ebcc8f.ctex" +path="res://godot/imported/corridor-transition.png-c3a1793f88d332f9db792e4782ebcc8f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-transition.png" -dest_files=["res://.godot/imported/corridor-transition.png-c3a1793f88d332f9db792e4782ebcc8f.ctex"] +dest_files=["res://godot/imported/corridor-transition.png-c3a1793f88d332f9db792e4782ebcc8f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-corner.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-corner.png.import index 9807142..cb6f58a 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-corner.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-corner.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dlxpmc5juecdq" -path="res://.godot/imported/corridor-wide-corner.png-acafa2e11e1650213440a94f6cc444c9.ctex" +path="res://godot/imported/corridor-wide-corner.png-acafa2e11e1650213440a94f6cc444c9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-corner.png" -dest_files=["res://.godot/imported/corridor-wide-corner.png-acafa2e11e1650213440a94f6cc444c9.ctex"] +dest_files=["res://godot/imported/corridor-wide-corner.png-acafa2e11e1650213440a94f6cc444c9.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-end.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-end.png.import index 19cb9ef..8fd8b76 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-end.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-end.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b5yvcrb8y2ilf" -path="res://.godot/imported/corridor-wide-end.png-0e2485d6c08694f3a428c8934b606ea2.ctex" +path="res://godot/imported/corridor-wide-end.png-0e2485d6c08694f3a428c8934b606ea2.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-end.png" -dest_files=["res://.godot/imported/corridor-wide-end.png-0e2485d6c08694f3a428c8934b606ea2.ctex"] +dest_files=["res://godot/imported/corridor-wide-end.png-0e2485d6c08694f3a428c8934b606ea2.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-intersection.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-intersection.png.import index e3bea5a..3676b24 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-intersection.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-intersection.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bguiuw18n1jv4" -path="res://.godot/imported/corridor-wide-intersection.png-a54f91d43420b8e7861d695759f7c3a0.ctex" +path="res://godot/imported/corridor-wide-intersection.png-a54f91d43420b8e7861d695759f7c3a0.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-intersection.png" -dest_files=["res://.godot/imported/corridor-wide-intersection.png-a54f91d43420b8e7861d695759f7c3a0.ctex"] +dest_files=["res://godot/imported/corridor-wide-intersection.png-a54f91d43420b8e7861d695759f7c3a0.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-junction.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-junction.png.import index 9a36dd8..dfc18ef 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-junction.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-junction.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://nustsbx2mp23" -path="res://.godot/imported/corridor-wide-junction.png-d305f87c7e2db5f4fb179aeb66ffe308.ctex" +path="res://godot/imported/corridor-wide-junction.png-d305f87c7e2db5f4fb179aeb66ffe308.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide-junction.png" -dest_files=["res://.godot/imported/corridor-wide-junction.png-d305f87c7e2db5f4fb179aeb66ffe308.ctex"] +dest_files=["res://godot/imported/corridor-wide-junction.png-d305f87c7e2db5f4fb179aeb66ffe308.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide.png.import index a4e20e0..cdf5dba 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://8mru6rtcgmk4" -path="res://.godot/imported/corridor-wide.png-f67749ca11d3313fb26689f40a870907.ctex" +path="res://godot/imported/corridor-wide.png-f67749ca11d3313fb26689f40a870907.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor-wide.png" -dest_files=["res://.godot/imported/corridor-wide.png-f67749ca11d3313fb26689f40a870907.ctex"] +dest_files=["res://godot/imported/corridor-wide.png-f67749ca11d3313fb26689f40a870907.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor.png.import index 767598e..e54b089 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://daqmf6u3scvwg" -path="res://.godot/imported/corridor.png-0af407b2d461928620b4fd253dd03603.ctex" +path="res://godot/imported/corridor.png-0af407b2d461928620b4fd253dd03603.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/corridor.png" -dest_files=["res://.godot/imported/corridor.png-0af407b2d461928620b4fd253dd03603.ctex"] +dest_files=["res://godot/imported/corridor.png-0af407b2d461928620b4fd253dd03603.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/gate-door-window.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/gate-door-window.png.import index 3940c0e..f4ace73 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/gate-door-window.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/gate-door-window.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://jk8cmu2imvsu" -path="res://.godot/imported/gate-door-window.png-abefa64908c443f10f4b57f90ab9ca62.ctex" +path="res://godot/imported/gate-door-window.png-abefa64908c443f10f4b57f90ab9ca62.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/gate-door-window.png" -dest_files=["res://.godot/imported/gate-door-window.png-abefa64908c443f10f4b57f90ab9ca62.ctex"] +dest_files=["res://godot/imported/gate-door-window.png-abefa64908c443f10f4b57f90ab9ca62.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/gate-door.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/gate-door.png.import index 22c057b..42e41f3 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/gate-door.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/gate-door.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b40rml1ii233f" -path="res://.godot/imported/gate-door.png-8fcd2acb8975f6f149510ddfa382a956.ctex" +path="res://godot/imported/gate-door.png-8fcd2acb8975f6f149510ddfa382a956.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/gate-door.png" -dest_files=["res://.godot/imported/gate-door.png-8fcd2acb8975f6f149510ddfa382a956.ctex"] +dest_files=["res://godot/imported/gate-door.png-8fcd2acb8975f6f149510ddfa382a956.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/gate.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/gate.png.import index 61fc6a9..af8d195 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/gate.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/gate.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://6ydifwunx4l0" -path="res://.godot/imported/gate.png-61fd38ad6416cb9ef43b1845e6878368.ctex" +path="res://godot/imported/gate.png-61fd38ad6416cb9ef43b1845e6878368.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/gate.png" -dest_files=["res://.godot/imported/gate.png-61fd38ad6416cb9ef43b1845e6878368.ctex"] +dest_files=["res://godot/imported/gate.png-61fd38ad6416cb9ef43b1845e6878368.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-corner.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-corner.png.import index 9e18cac..30c0f8c 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-corner.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-corner.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://wd72rygxlmy2" -path="res://.godot/imported/room-corner.png-c1b3c7c412c084139d525fc70be06699.ctex" +path="res://godot/imported/room-corner.png-c1b3c7c412c084139d525fc70be06699.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-corner.png" -dest_files=["res://.godot/imported/room-corner.png-c1b3c7c412c084139d525fc70be06699.ctex"] +dest_files=["res://godot/imported/room-corner.png-c1b3c7c412c084139d525fc70be06699.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-large-variation.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-large-variation.png.import index 6a04cf5..fe8adf1 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-large-variation.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-large-variation.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://j3mbv3t3spmd" -path="res://.godot/imported/room-large-variation.png-b03f6d076fec29bc030f08dc27408a33.ctex" +path="res://godot/imported/room-large-variation.png-b03f6d076fec29bc030f08dc27408a33.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-large-variation.png" -dest_files=["res://.godot/imported/room-large-variation.png-b03f6d076fec29bc030f08dc27408a33.ctex"] +dest_files=["res://godot/imported/room-large-variation.png-b03f6d076fec29bc030f08dc27408a33.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-large.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-large.png.import index 6b27058..912658b 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-large.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-large.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b7e411rdvmc7g" -path="res://.godot/imported/room-large.png-d579ee7accf2d529f147eac5cc7baa99.ctex" +path="res://godot/imported/room-large.png-d579ee7accf2d529f147eac5cc7baa99.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-large.png" -dest_files=["res://.godot/imported/room-large.png-d579ee7accf2d529f147eac5cc7baa99.ctex"] +dest_files=["res://godot/imported/room-large.png-d579ee7accf2d529f147eac5cc7baa99.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-small-variation.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-small-variation.png.import index cb6253c..6fffd73 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-small-variation.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-small-variation.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://covynms8o2tsp" -path="res://.godot/imported/room-small-variation.png-f987471c498f96841bf7c9855afb7064.ctex" +path="res://godot/imported/room-small-variation.png-f987471c498f96841bf7c9855afb7064.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-small-variation.png" -dest_files=["res://.godot/imported/room-small-variation.png-f987471c498f96841bf7c9855afb7064.ctex"] +dest_files=["res://godot/imported/room-small-variation.png-f987471c498f96841bf7c9855afb7064.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-small.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-small.png.import index a81c561..d00c68c 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-small.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-small.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://v7ubih0mg5xa" -path="res://.godot/imported/room-small.png-77610b6db880d60dbcaf96756f2211af.ctex" +path="res://godot/imported/room-small.png-77610b6db880d60dbcaf96756f2211af.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-small.png" -dest_files=["res://.godot/imported/room-small.png-77610b6db880d60dbcaf96756f2211af.ctex"] +dest_files=["res://godot/imported/room-small.png-77610b6db880d60dbcaf96756f2211af.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-wide-variation.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-wide-variation.png.import index 62eda72..f30a028 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-wide-variation.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-wide-variation.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c0m7cka11slh1" -path="res://.godot/imported/room-wide-variation.png-0af51564d80881c93846e22cfd54de3c.ctex" +path="res://godot/imported/room-wide-variation.png-0af51564d80881c93846e22cfd54de3c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-wide-variation.png" -dest_files=["res://.godot/imported/room-wide-variation.png-0af51564d80881c93846e22cfd54de3c.ctex"] +dest_files=["res://godot/imported/room-wide-variation.png-0af51564d80881c93846e22cfd54de3c.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-wide.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-wide.png.import index b7441ac..52d2067 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-wide.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-wide.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://d2o451sqwug47" -path="res://.godot/imported/room-wide.png-4487a6ba275f8b5b89593ccb9b916303.ctex" +path="res://godot/imported/room-wide.png-4487a6ba275f8b5b89593ccb9b916303.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/room-wide.png" -dest_files=["res://.godot/imported/room-wide.png-4487a6ba275f8b5b89593ccb9b916303.ctex"] +dest_files=["res://godot/imported/room-wide.png-4487a6ba275f8b5b89593ccb9b916303.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/stairs-wide.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/stairs-wide.png.import index 6afb923..24f692e 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/stairs-wide.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/stairs-wide.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://6o07hsk6in8u" -path="res://.godot/imported/stairs-wide.png-398081fd4354a07d902ba210174426f5.ctex" +path="res://godot/imported/stairs-wide.png-398081fd4354a07d902ba210174426f5.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/stairs-wide.png" -dest_files=["res://.godot/imported/stairs-wide.png-398081fd4354a07d902ba210174426f5.ctex"] +dest_files=["res://godot/imported/stairs-wide.png-398081fd4354a07d902ba210174426f5.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/stairs.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/stairs.png.import index 78624b1..1905d95 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/stairs.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/stairs.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dbx6eiufqm5aj" -path="res://.godot/imported/stairs.png-d111cc5efe2f5c747f759ef2a5b15e7f.ctex" +path="res://godot/imported/stairs.png-d111cc5efe2f5c747f759ef2a5b15e7f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/stairs.png" -dest_files=["res://.godot/imported/stairs.png-d111cc5efe2f5c747f759ef2a5b15e7f.ctex"] +dest_files=["res://godot/imported/stairs.png-d111cc5efe2f5c747f759ef2a5b15e7f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-corner.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-corner.png.import index dd1d106..0818d8c 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-corner.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-corner.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ev5yvoi3c418" -path="res://.godot/imported/template-corner.png-b74e05cdae4e1c451041e632a9d90d64.ctex" +path="res://godot/imported/template-corner.png-b74e05cdae4e1c451041e632a9d90d64.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-corner.png" -dest_files=["res://.godot/imported/template-corner.png-b74e05cdae4e1c451041e632a9d90d64.ctex"] +dest_files=["res://godot/imported/template-corner.png-b74e05cdae4e1c451041e632a9d90d64.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-detail.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-detail.png.import index 65a10ca..2d42104 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-detail.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-detail.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dwoyeboxrlakd" -path="res://.godot/imported/template-detail.png-0aba497e54ea1deed0fa10c4480e2f7c.ctex" +path="res://godot/imported/template-detail.png-0aba497e54ea1deed0fa10c4480e2f7c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-detail.png" -dest_files=["res://.godot/imported/template-detail.png-0aba497e54ea1deed0fa10c4480e2f7c.ctex"] +dest_files=["res://godot/imported/template-detail.png-0aba497e54ea1deed0fa10c4480e2f7c.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor-big.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor-big.png.import index 17df57c..e98dc36 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor-big.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor-big.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dkllhvc6spm13" -path="res://.godot/imported/template-floor-big.png-c72990c781242970cb1b758201734e85.ctex" +path="res://godot/imported/template-floor-big.png-c72990c781242970cb1b758201734e85.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor-big.png" -dest_files=["res://.godot/imported/template-floor-big.png-c72990c781242970cb1b758201734e85.ctex"] +dest_files=["res://godot/imported/template-floor-big.png-c72990c781242970cb1b758201734e85.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor-detail-a.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor-detail-a.png.import index 6d6827e..86299e6 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor-detail-a.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor-detail-a.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://31o04g3bi65r" -path="res://.godot/imported/template-floor-detail-a.png-0c22955b03472373b6ec05dd29573487.ctex" +path="res://godot/imported/template-floor-detail-a.png-0c22955b03472373b6ec05dd29573487.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor-detail-a.png" -dest_files=["res://.godot/imported/template-floor-detail-a.png-0c22955b03472373b6ec05dd29573487.ctex"] +dest_files=["res://godot/imported/template-floor-detail-a.png-0c22955b03472373b6ec05dd29573487.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor-detail.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor-detail.png.import index 6591bfb..8f69f24 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor-detail.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor-detail.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c6gapdnedtrd2" -path="res://.godot/imported/template-floor-detail.png-437a55b98658e42fc6504748c54eabad.ctex" +path="res://godot/imported/template-floor-detail.png-437a55b98658e42fc6504748c54eabad.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor-detail.png" -dest_files=["res://.godot/imported/template-floor-detail.png-437a55b98658e42fc6504748c54eabad.ctex"] +dest_files=["res://godot/imported/template-floor-detail.png-437a55b98658e42fc6504748c54eabad.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor-layer-raised.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor-layer-raised.png.import index 8d56ba7..d333d41 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor-layer-raised.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor-layer-raised.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bhqjmhk4semwk" -path="res://.godot/imported/template-floor-layer-raised.png-6adc3934a7f0b625204023cb52683946.ctex" +path="res://godot/imported/template-floor-layer-raised.png-6adc3934a7f0b625204023cb52683946.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor-layer-raised.png" -dest_files=["res://.godot/imported/template-floor-layer-raised.png-6adc3934a7f0b625204023cb52683946.ctex"] +dest_files=["res://godot/imported/template-floor-layer-raised.png-6adc3934a7f0b625204023cb52683946.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor-layer.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor-layer.png.import index 57ab181..8626615 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor-layer.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor-layer.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cedi4otuf3qd8" -path="res://.godot/imported/template-floor-layer.png-9d18b1301f9df0d9a0115fc808a1a5e4.ctex" +path="res://godot/imported/template-floor-layer.png-9d18b1301f9df0d9a0115fc808a1a5e4.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor-layer.png" -dest_files=["res://.godot/imported/template-floor-layer.png-9d18b1301f9df0d9a0115fc808a1a5e4.ctex"] +dest_files=["res://godot/imported/template-floor-layer.png-9d18b1301f9df0d9a0115fc808a1a5e4.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor.png.import index 0691ad1..573ff79 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bhvcg1c6mmepw" -path="res://.godot/imported/template-floor.png-93384e67e78db4a52928ccf3e5b0c1c3.ctex" +path="res://godot/imported/template-floor.png-93384e67e78db4a52928ccf3e5b0c1c3.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-floor.png" -dest_files=["res://.godot/imported/template-floor.png-93384e67e78db4a52928ccf3e5b0c1c3.ctex"] +dest_files=["res://godot/imported/template-floor.png-93384e67e78db4a52928ccf3e5b0c1c3.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall-corner.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall-corner.png.import index 644a637..1b4c0df 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall-corner.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall-corner.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://8iiuytx1eqqm" -path="res://.godot/imported/template-wall-corner.png-26906b51626ede4724220265f90a8db4.ctex" +path="res://godot/imported/template-wall-corner.png-26906b51626ede4724220265f90a8db4.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall-corner.png" -dest_files=["res://.godot/imported/template-wall-corner.png-26906b51626ede4724220265f90a8db4.ctex"] +dest_files=["res://godot/imported/template-wall-corner.png-26906b51626ede4724220265f90a8db4.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall-detail-a.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall-detail-a.png.import index 62a6859..7eb5a5a 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall-detail-a.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall-detail-a.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b74v5itu6eiu1" -path="res://.godot/imported/template-wall-detail-a.png-16187bc754e95ddaf2a87ef42087c17e.ctex" +path="res://godot/imported/template-wall-detail-a.png-16187bc754e95ddaf2a87ef42087c17e.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall-detail-a.png" -dest_files=["res://.godot/imported/template-wall-detail-a.png-16187bc754e95ddaf2a87ef42087c17e.ctex"] +dest_files=["res://godot/imported/template-wall-detail-a.png-16187bc754e95ddaf2a87ef42087c17e.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall-half.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall-half.png.import index 23d094f..0a962b6 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall-half.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall-half.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dru51twolf1to" -path="res://.godot/imported/template-wall-half.png-39cd501bf50aaa59036fac4e4db0597c.ctex" +path="res://godot/imported/template-wall-half.png-39cd501bf50aaa59036fac4e4db0597c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall-half.png" -dest_files=["res://.godot/imported/template-wall-half.png-39cd501bf50aaa59036fac4e4db0597c.ctex"] +dest_files=["res://godot/imported/template-wall-half.png-39cd501bf50aaa59036fac4e4db0597c.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall-stairs.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall-stairs.png.import index cc5b60e..c9e04c8 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall-stairs.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall-stairs.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bfxg8foru3w7u" -path="res://.godot/imported/template-wall-stairs.png-9d29da8d86a4f06c2a0d61327ae06bc3.ctex" +path="res://godot/imported/template-wall-stairs.png-9d29da8d86a4f06c2a0d61327ae06bc3.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall-stairs.png" -dest_files=["res://.godot/imported/template-wall-stairs.png-9d29da8d86a4f06c2a0d61327ae06bc3.ctex"] +dest_files=["res://godot/imported/template-wall-stairs.png-9d29da8d86a4f06c2a0d61327ae06bc3.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall-top.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall-top.png.import index 4906593..58b3478 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall-top.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall-top.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://td7q1k3yrb0y" -path="res://.godot/imported/template-wall-top.png-df639399549568123f6232653771159f.ctex" +path="res://godot/imported/template-wall-top.png-df639399549568123f6232653771159f.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall-top.png" -dest_files=["res://.godot/imported/template-wall-top.png-df639399549568123f6232653771159f.ctex"] +dest_files=["res://godot/imported/template-wall-top.png-df639399549568123f6232653771159f.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall.png.import index 5e8409b..4007bb6 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b6phsasmqab3d" -path="res://.godot/imported/template-wall.png-af5794349d212936c7b7ad53288ccfc9.ctex" +path="res://godot/imported/template-wall.png-af5794349d212936c7b7ad53288ccfc9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/template-wall.png" -dest_files=["res://.godot/imported/template-wall.png-af5794349d212936c7b7ad53288ccfc9.ctex"] +dest_files=["res://godot/imported/template-wall.png-af5794349d212936c7b7ad53288ccfc9.ctex"] [params] diff --git a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Sample.png.import b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Sample.png.import index 2513aea..5235288 100644 --- a/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Sample.png.import +++ b/escape-room/assets-lib/kenney_modular-dungeon-kit_1.0/Sample.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dmofmpghrxxpn" -path="res://.godot/imported/Sample.png-5933d4c49e9ad7dab67657addfe69e77.ctex" +path="res://godot/imported/Sample.png-5933d4c49e9ad7dab67657addfe69e77.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/kenney_modular-dungeon-kit_1.0/Sample.png" -dest_files=["res://.godot/imported/Sample.png-5933d4c49e9ad7dab67657addfe69e77.ctex"] +dest_files=["res://godot/imported/Sample.png-5933d4c49e9ad7dab67657addfe69e77.ctex"] [params] diff --git a/escape-room/assets-lib/metal_barrel/diffus_black.tga.import b/escape-room/assets-lib/metal_barrel/diffus_black.tga.import index 49fd0c9..4555a8d 100644 --- a/escape-room/assets-lib/metal_barrel/diffus_black.tga.import +++ b/escape-room/assets-lib/metal_barrel/diffus_black.tga.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cg8dl65f0qlrg" -path="res://.godot/imported/diffus_black.tga-31a2aff5277604d18bb2601e33d642df.ctex" +path="res://godot/imported/diffus_black.tga-31a2aff5277604d18bb2601e33d642df.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/metal_barrel/diffus_black.tga" -dest_files=["res://.godot/imported/diffus_black.tga-31a2aff5277604d18bb2601e33d642df.ctex"] +dest_files=["res://godot/imported/diffus_black.tga-31a2aff5277604d18bb2601e33d642df.ctex"] [params] diff --git a/escape-room/assets-lib/metal_barrel/diffus_blue.tga.import b/escape-room/assets-lib/metal_barrel/diffus_blue.tga.import index 3b73424..be7948f 100644 --- a/escape-room/assets-lib/metal_barrel/diffus_blue.tga.import +++ b/escape-room/assets-lib/metal_barrel/diffus_blue.tga.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b0brh60tbltxv" -path="res://.godot/imported/diffus_blue.tga-e1139b8dedaa8979ff389ac25be18db8.ctex" +path="res://godot/imported/diffus_blue.tga-e1139b8dedaa8979ff389ac25be18db8.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/metal_barrel/diffus_blue.tga" -dest_files=["res://.godot/imported/diffus_blue.tga-e1139b8dedaa8979ff389ac25be18db8.ctex"] +dest_files=["res://godot/imported/diffus_blue.tga-e1139b8dedaa8979ff389ac25be18db8.ctex"] [params] diff --git a/escape-room/assets-lib/metal_barrel/diffus_green.tga.import b/escape-room/assets-lib/metal_barrel/diffus_green.tga.import index 79be92f..6fd4117 100644 --- a/escape-room/assets-lib/metal_barrel/diffus_green.tga.import +++ b/escape-room/assets-lib/metal_barrel/diffus_green.tga.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c0bud4v38xhmx" -path="res://.godot/imported/diffus_green.tga-00cd25fb2e80ddfcc96f725f406fcde4.ctex" +path="res://godot/imported/diffus_green.tga-00cd25fb2e80ddfcc96f725f406fcde4.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/metal_barrel/diffus_green.tga" -dest_files=["res://.godot/imported/diffus_green.tga-00cd25fb2e80ddfcc96f725f406fcde4.ctex"] +dest_files=["res://godot/imported/diffus_green.tga-00cd25fb2e80ddfcc96f725f406fcde4.ctex"] [params] diff --git a/escape-room/assets-lib/metal_barrel/diffus_red.tga.import b/escape-room/assets-lib/metal_barrel/diffus_red.tga.import index 2fe3319..6b6a13e 100644 --- a/escape-room/assets-lib/metal_barrel/diffus_red.tga.import +++ b/escape-room/assets-lib/metal_barrel/diffus_red.tga.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://6o775syu1r4o" -path="res://.godot/imported/diffus_red.tga-b2df8d8272cb712d3583fc23f8e1cd01.ctex" +path="res://godot/imported/diffus_red.tga-b2df8d8272cb712d3583fc23f8e1cd01.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/metal_barrel/diffus_red.tga" -dest_files=["res://.godot/imported/diffus_red.tga-b2df8d8272cb712d3583fc23f8e1cd01.ctex"] +dest_files=["res://godot/imported/diffus_red.tga-b2df8d8272cb712d3583fc23f8e1cd01.ctex"] [params] diff --git a/escape-room/assets-lib/metal_barrel/diffus_rust.tga.import b/escape-room/assets-lib/metal_barrel/diffus_rust.tga.import index 6733c29..d9bba2a 100644 --- a/escape-room/assets-lib/metal_barrel/diffus_rust.tga.import +++ b/escape-room/assets-lib/metal_barrel/diffus_rust.tga.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ch6q43cyo8bm5" -path="res://.godot/imported/diffus_rust.tga-79b137ae93aa42cae348935af299b654.ctex" +path="res://godot/imported/diffus_rust.tga-79b137ae93aa42cae348935af299b654.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/metal_barrel/diffus_rust.tga" -dest_files=["res://.godot/imported/diffus_rust.tga-79b137ae93aa42cae348935af299b654.ctex"] +dest_files=["res://godot/imported/diffus_rust.tga-79b137ae93aa42cae348935af299b654.ctex"] [params] diff --git a/escape-room/assets-lib/metal_barrel/diffus_stainless_steel.tga.import b/escape-room/assets-lib/metal_barrel/diffus_stainless_steel.tga.import index 0e896fe..bb444bc 100644 --- a/escape-room/assets-lib/metal_barrel/diffus_stainless_steel.tga.import +++ b/escape-room/assets-lib/metal_barrel/diffus_stainless_steel.tga.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://csd7clfq1lk8" -path="res://.godot/imported/diffus_stainless_steel.tga-3c4fab3761829dd01bb4b36740e3796d.ctex" +path="res://godot/imported/diffus_stainless_steel.tga-3c4fab3761829dd01bb4b36740e3796d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/metal_barrel/diffus_stainless_steel.tga" -dest_files=["res://.godot/imported/diffus_stainless_steel.tga-3c4fab3761829dd01bb4b36740e3796d.ctex"] +dest_files=["res://godot/imported/diffus_stainless_steel.tga-3c4fab3761829dd01bb4b36740e3796d.ctex"] [params] diff --git a/escape-room/assets-lib/metal_barrel/diffus_yellow.tga.import b/escape-room/assets-lib/metal_barrel/diffus_yellow.tga.import index a557195..401e26b 100644 --- a/escape-room/assets-lib/metal_barrel/diffus_yellow.tga.import +++ b/escape-room/assets-lib/metal_barrel/diffus_yellow.tga.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://byxb3lyaxgksj" -path="res://.godot/imported/diffus_yellow.tga-954f4b910027580006f59cd605c895c9.ctex" +path="res://godot/imported/diffus_yellow.tga-954f4b910027580006f59cd605c895c9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/metal_barrel/diffus_yellow.tga" -dest_files=["res://.godot/imported/diffus_yellow.tga-954f4b910027580006f59cd605c895c9.ctex"] +dest_files=["res://godot/imported/diffus_yellow.tga-954f4b910027580006f59cd605c895c9.ctex"] [params] diff --git a/escape-room/assets-lib/metal_barrel/metal_barrel.FBX.import b/escape-room/assets-lib/metal_barrel/metal_barrel.FBX.import index 57948f0..3fe49f5 100644 --- a/escape-room/assets-lib/metal_barrel/metal_barrel.FBX.import +++ b/escape-room/assets-lib/metal_barrel/metal_barrel.FBX.import @@ -4,12 +4,12 @@ importer="scene" importer_version=1 type="PackedScene" uid="uid://p6qkq8xnf276" -path="res://.godot/imported/metal_barrel.FBX-ad00f641658774a230ffeb68a071f69a.scn" +path="res://godot/imported/metal_barrel.FBX-ad00f641658774a230ffeb68a071f69a.scn" [deps] source_file="res://assets-lib/metal_barrel/metal_barrel.FBX" -dest_files=["res://.godot/imported/metal_barrel.FBX-ad00f641658774a230ffeb68a071f69a.scn"] +dest_files=["res://godot/imported/metal_barrel.FBX-ad00f641658774a230ffeb68a071f69a.scn"] [params] diff --git a/escape-room/assets-lib/metal_barrel/metal_barrel.obj.import b/escape-room/assets-lib/metal_barrel/metal_barrel.obj.import index 1414b46..98ad35e 100644 --- a/escape-room/assets-lib/metal_barrel/metal_barrel.obj.import +++ b/escape-room/assets-lib/metal_barrel/metal_barrel.obj.import @@ -4,14 +4,14 @@ importer="wavefront_obj" importer_version=1 type="Mesh" uid="uid://b42uhw47v2voi" -path="res://.godot/imported/metal_barrel.obj-19b7f104aef5995bfb6344e801540803.mesh" +path="res://godot/imported/metal_barrel.obj-19b7f104aef5995bfb6344e801540803.mesh" [deps] -files=["res://.godot/imported/metal_barrel.obj-19b7f104aef5995bfb6344e801540803.mesh"] +files=["res://godot/imported/metal_barrel.obj-19b7f104aef5995bfb6344e801540803.mesh"] source_file="res://assets-lib/metal_barrel/metal_barrel.obj" -dest_files=["res://.godot/imported/metal_barrel.obj-19b7f104aef5995bfb6344e801540803.mesh", "res://.godot/imported/metal_barrel.obj-19b7f104aef5995bfb6344e801540803.mesh"] +dest_files=["res://godot/imported/metal_barrel.obj-19b7f104aef5995bfb6344e801540803.mesh", "res://godot/imported/metal_barrel.obj-19b7f104aef5995bfb6344e801540803.mesh"] [params] diff --git a/escape-room/assets-lib/metal_barrel/normal_hard_bumps.tga.import b/escape-room/assets-lib/metal_barrel/normal_hard_bumps.tga.import index 2dca1e4..76a144a 100644 --- a/escape-room/assets-lib/metal_barrel/normal_hard_bumps.tga.import +++ b/escape-room/assets-lib/metal_barrel/normal_hard_bumps.tga.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://c50vmrwoqfr7q" -path="res://.godot/imported/normal_hard_bumps.tga-e93e264483b6bf218d1fb709820697a7.ctex" +path="res://godot/imported/normal_hard_bumps.tga-e93e264483b6bf218d1fb709820697a7.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/metal_barrel/normal_hard_bumps.tga" -dest_files=["res://.godot/imported/normal_hard_bumps.tga-e93e264483b6bf218d1fb709820697a7.ctex"] +dest_files=["res://godot/imported/normal_hard_bumps.tga-e93e264483b6bf218d1fb709820697a7.ctex"] [params] diff --git a/escape-room/assets-lib/metal_barrel/normal_middle_bumps.tga.import b/escape-room/assets-lib/metal_barrel/normal_middle_bumps.tga.import index 82f46e4..61ad629 100644 --- a/escape-room/assets-lib/metal_barrel/normal_middle_bumps.tga.import +++ b/escape-room/assets-lib/metal_barrel/normal_middle_bumps.tga.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ctm6uafbql28a" -path="res://.godot/imported/normal_middle_bumps.tga-4b02f8959bc70a4409d8a11f48fa6272.ctex" +path="res://godot/imported/normal_middle_bumps.tga-4b02f8959bc70a4409d8a11f48fa6272.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/metal_barrel/normal_middle_bumps.tga" -dest_files=["res://.godot/imported/normal_middle_bumps.tga-4b02f8959bc70a4409d8a11f48fa6272.ctex"] +dest_files=["res://godot/imported/normal_middle_bumps.tga-4b02f8959bc70a4409d8a11f48fa6272.ctex"] [params] diff --git a/escape-room/assets-lib/metal_barrel/normal_no_bumps.tga.import b/escape-room/assets-lib/metal_barrel/normal_no_bumps.tga.import index cc71d59..ab86493 100644 --- a/escape-room/assets-lib/metal_barrel/normal_no_bumps.tga.import +++ b/escape-room/assets-lib/metal_barrel/normal_no_bumps.tga.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://b62fh5pwgck71" -path="res://.godot/imported/normal_no_bumps.tga-4c7ee9b12c7b40ac5be8fbf4d44a8c19.ctex" +path="res://godot/imported/normal_no_bumps.tga-4c7ee9b12c7b40ac5be8fbf4d44a8c19.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/metal_barrel/normal_no_bumps.tga" -dest_files=["res://.godot/imported/normal_no_bumps.tga-4c7ee9b12c7b40ac5be8fbf4d44a8c19.ctex"] +dest_files=["res://godot/imported/normal_no_bumps.tga-4c7ee9b12c7b40ac5be8fbf4d44a8c19.ctex"] [params] diff --git a/escape-room/assets-lib/metal_barrel/normal_soft_bumps.tga.import b/escape-room/assets-lib/metal_barrel/normal_soft_bumps.tga.import index c1955e2..840fb42 100644 --- a/escape-room/assets-lib/metal_barrel/normal_soft_bumps.tga.import +++ b/escape-room/assets-lib/metal_barrel/normal_soft_bumps.tga.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bnq2pc1lo0teg" -path="res://.godot/imported/normal_soft_bumps.tga-7c9336c5fff66fdcbddee05e9958979e.ctex" +path="res://godot/imported/normal_soft_bumps.tga-7c9336c5fff66fdcbddee05e9958979e.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/metal_barrel/normal_soft_bumps.tga" -dest_files=["res://.godot/imported/normal_soft_bumps.tga-7c9336c5fff66fdcbddee05e9958979e.ctex"] +dest_files=["res://godot/imported/normal_soft_bumps.tga-7c9336c5fff66fdcbddee05e9958979e.ctex"] [params] diff --git a/escape-room/assets-lib/metal_barrel/preview.jpg.import b/escape-room/assets-lib/metal_barrel/preview.jpg.import index 370ecf9..ed1395f 100644 --- a/escape-room/assets-lib/metal_barrel/preview.jpg.import +++ b/escape-room/assets-lib/metal_barrel/preview.jpg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bvmf7s0g7j0t0" -path="res://.godot/imported/preview.jpg-def4c7084348553cd883d46201f0496b.ctex" +path="res://godot/imported/preview.jpg-def4c7084348553cd883d46201f0496b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/metal_barrel/preview.jpg" -dest_files=["res://.godot/imported/preview.jpg-def4c7084348553cd883d46201f0496b.ctex"] +dest_files=["res://godot/imported/preview.jpg-def4c7084348553cd883d46201f0496b.ctex"] [params] diff --git a/escape-room/assets-lib/metal_barrel/specular.tga.import b/escape-room/assets-lib/metal_barrel/specular.tga.import index da22d30..5ba3bf2 100644 --- a/escape-room/assets-lib/metal_barrel/specular.tga.import +++ b/escape-room/assets-lib/metal_barrel/specular.tga.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://de6uug7ev4ahd" -path="res://.godot/imported/specular.tga-e10359e2f34698531c9863cf2ece4a92.ctex" +path="res://godot/imported/specular.tga-e10359e2f34698531c9863cf2ece4a92.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/metal_barrel/specular.tga" -dest_files=["res://.godot/imported/specular.tga-e10359e2f34698531c9863cf2ece4a92.ctex"] +dest_files=["res://godot/imported/specular.tga-e10359e2f34698531c9863cf2ece4a92.ctex"] [params] diff --git a/escape-room/assets-lib/metal_barrel/specular_rust.tga.import b/escape-room/assets-lib/metal_barrel/specular_rust.tga.import index e95a271..576b604 100644 --- a/escape-room/assets-lib/metal_barrel/specular_rust.tga.import +++ b/escape-room/assets-lib/metal_barrel/specular_rust.tga.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://qpmjfmk3g6xf" -path="res://.godot/imported/specular_rust.tga-ed0849b1c5691ee82145d4327fb511e7.ctex" +path="res://godot/imported/specular_rust.tga-ed0849b1c5691ee82145d4327fb511e7.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/metal_barrel/specular_rust.tga" -dest_files=["res://.godot/imported/specular_rust.tga-ed0849b1c5691ee82145d4327fb511e7.ctex"] +dest_files=["res://godot/imported/specular_rust.tga-ed0849b1c5691ee82145d4327fb511e7.ctex"] [params] diff --git a/escape-room/assets-lib/metal_barrel/specular_stainless_steel.tga.import b/escape-room/assets-lib/metal_barrel/specular_stainless_steel.tga.import index dfe1ee3..7405132 100644 --- a/escape-room/assets-lib/metal_barrel/specular_stainless_steel.tga.import +++ b/escape-room/assets-lib/metal_barrel/specular_stainless_steel.tga.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cr73j4jvl8ko0" -path="res://.godot/imported/specular_stainless_steel.tga-c4916e72954fe14557e00afde01e24d9.ctex" +path="res://godot/imported/specular_stainless_steel.tga-c4916e72954fe14557e00afde01e24d9.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/metal_barrel/specular_stainless_steel.tga" -dest_files=["res://.godot/imported/specular_stainless_steel.tga-c4916e72954fe14557e00afde01e24d9.ctex"] +dest_files=["res://godot/imported/specular_stainless_steel.tga-c4916e72954fe14557e00afde01e24d9.ctex"] [params] diff --git a/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelBlack.png.import b/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelBlack.png.import index 50abb4c..e15cef8 100644 --- a/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelBlack.png.import +++ b/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelBlack.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://btlfpitghnjsd" -path="res://.godot/imported/JewelBlack.png-fc4d3bb6ddd5f138aa23063b28505a4c.ctex" +path="res://godot/imported/JewelBlack.png-fc4d3bb6ddd5f138aa23063b28505a4c.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/puzzle_jewels/Puzzle Jewels/JewelBlack.png" -dest_files=["res://.godot/imported/JewelBlack.png-fc4d3bb6ddd5f138aa23063b28505a4c.ctex"] +dest_files=["res://godot/imported/JewelBlack.png-fc4d3bb6ddd5f138aa23063b28505a4c.ctex"] [params] diff --git a/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelBlue.png.import b/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelBlue.png.import index 1931f13..f5cc0bd 100644 --- a/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelBlue.png.import +++ b/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelBlue.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://ba8f2lpahe22h" -path="res://.godot/imported/JewelBlue.png-d92b3d5f731100f6b50b58071b7cbbcd.ctex" +path="res://godot/imported/JewelBlue.png-d92b3d5f731100f6b50b58071b7cbbcd.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/puzzle_jewels/Puzzle Jewels/JewelBlue.png" -dest_files=["res://.godot/imported/JewelBlue.png-d92b3d5f731100f6b50b58071b7cbbcd.ctex"] +dest_files=["res://godot/imported/JewelBlue.png-d92b3d5f731100f6b50b58071b7cbbcd.ctex"] [params] diff --git a/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelBrown.png.import b/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelBrown.png.import index d24a6c7..d28cb76 100644 --- a/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelBrown.png.import +++ b/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelBrown.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://clhms747j44qy" -path="res://.godot/imported/JewelBrown.png-19733e2dd3f1a5be8455d70fe6cc6743.ctex" +path="res://godot/imported/JewelBrown.png-19733e2dd3f1a5be8455d70fe6cc6743.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/puzzle_jewels/Puzzle Jewels/JewelBrown.png" -dest_files=["res://.godot/imported/JewelBrown.png-19733e2dd3f1a5be8455d70fe6cc6743.ctex"] +dest_files=["res://godot/imported/JewelBrown.png-19733e2dd3f1a5be8455d70fe6cc6743.ctex"] [params] diff --git a/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelGreen.png.import b/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelGreen.png.import index fe3050a..f2ab2d8 100644 --- a/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelGreen.png.import +++ b/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelGreen.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dktmjt50qderj" -path="res://.godot/imported/JewelGreen.png-d0b9f30e91dc8e248afa16b3edeb2180.ctex" +path="res://godot/imported/JewelGreen.png-d0b9f30e91dc8e248afa16b3edeb2180.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/puzzle_jewels/Puzzle Jewels/JewelGreen.png" -dest_files=["res://.godot/imported/JewelGreen.png-d0b9f30e91dc8e248afa16b3edeb2180.ctex"] +dest_files=["res://godot/imported/JewelGreen.png-d0b9f30e91dc8e248afa16b3edeb2180.ctex"] [params] diff --git a/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelOrange.png.import b/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelOrange.png.import index 386e30c..dbeeb09 100644 --- a/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelOrange.png.import +++ b/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelOrange.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cbs6bynwbhdul" -path="res://.godot/imported/JewelOrange.png-9fb2da21dae3016728b586fbc64d5eb5.ctex" +path="res://godot/imported/JewelOrange.png-9fb2da21dae3016728b586fbc64d5eb5.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/puzzle_jewels/Puzzle Jewels/JewelOrange.png" -dest_files=["res://.godot/imported/JewelOrange.png-9fb2da21dae3016728b586fbc64d5eb5.ctex"] +dest_files=["res://godot/imported/JewelOrange.png-9fb2da21dae3016728b586fbc64d5eb5.ctex"] [params] diff --git a/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelRed.png.import b/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelRed.png.import index 3aa6d91..6984fab 100644 --- a/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelRed.png.import +++ b/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelRed.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://cxqtfx1w7dapt" -path="res://.godot/imported/JewelRed.png-913214f163b319b647dece856f610dad.ctex" +path="res://godot/imported/JewelRed.png-913214f163b319b647dece856f610dad.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/puzzle_jewels/Puzzle Jewels/JewelRed.png" -dest_files=["res://.godot/imported/JewelRed.png-913214f163b319b647dece856f610dad.ctex"] +dest_files=["res://godot/imported/JewelRed.png-913214f163b319b647dece856f610dad.ctex"] [params] diff --git a/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelViolet.png.import b/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelViolet.png.import index 2b238c6..aa31641 100644 --- a/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelViolet.png.import +++ b/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelViolet.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://rotuafxg8nn0" -path="res://.godot/imported/JewelViolet.png-7528c10ff75f59ab812862390dc7510b.ctex" +path="res://godot/imported/JewelViolet.png-7528c10ff75f59ab812862390dc7510b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/puzzle_jewels/Puzzle Jewels/JewelViolet.png" -dest_files=["res://.godot/imported/JewelViolet.png-7528c10ff75f59ab812862390dc7510b.ctex"] +dest_files=["res://godot/imported/JewelViolet.png-7528c10ff75f59ab812862390dc7510b.ctex"] [params] diff --git a/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelWhite.png.import b/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelWhite.png.import index 455ee9f..bedc012 100644 --- a/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelWhite.png.import +++ b/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelWhite.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://dckodab5qrsav" -path="res://.godot/imported/JewelWhite.png-422c127fba42b04dbeac4e96b197b79d.ctex" +path="res://godot/imported/JewelWhite.png-422c127fba42b04dbeac4e96b197b79d.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/puzzle_jewels/Puzzle Jewels/JewelWhite.png" -dest_files=["res://.godot/imported/JewelWhite.png-422c127fba42b04dbeac4e96b197b79d.ctex"] +dest_files=["res://godot/imported/JewelWhite.png-422c127fba42b04dbeac4e96b197b79d.ctex"] [params] diff --git a/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelYellow.png.import b/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelYellow.png.import index 7ada962..ec4a067 100644 --- a/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelYellow.png.import +++ b/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/JewelYellow.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://domcjd81ks2g7" -path="res://.godot/imported/JewelYellow.png-1d6a2d4715db831cd933664c96c42e39.ctex" +path="res://godot/imported/JewelYellow.png-1d6a2d4715db831cd933664c96c42e39.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/puzzle_jewels/Puzzle Jewels/JewelYellow.png" -dest_files=["res://.godot/imported/JewelYellow.png-1d6a2d4715db831cd933664c96c42e39.ctex"] +dest_files=["res://godot/imported/JewelYellow.png-1d6a2d4715db831cd933664c96c42e39.ctex"] [params] diff --git a/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/Preview.png.import b/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/Preview.png.import index f2a3785..838976a 100644 --- a/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/Preview.png.import +++ b/escape-room/assets-lib/puzzle_jewels/Puzzle Jewels/Preview.png.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://f8fjdtdk36j5" -path="res://.godot/imported/Preview.png-d42a9938a1a76660758a9a9f22f9f2e0.ctex" +path="res://godot/imported/Preview.png-d42a9938a1a76660758a9a9f22f9f2e0.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://assets-lib/puzzle_jewels/Puzzle Jewels/Preview.png" -dest_files=["res://.godot/imported/Preview.png-d42a9938a1a76660758a9a9f22f9f2e0.ctex"] +dest_files=["res://godot/imported/Preview.png-d42a9938a1a76660758a9a9f22f9f2e0.ctex"] [params] diff --git a/escape-room/atmo2.mp3 b/escape-room/atmo2.mp3 deleted file mode 100644 index 0d71425..0000000 Binary files a/escape-room/atmo2.mp3 and /dev/null differ diff --git a/escape-room/atmo2.mp3.import b/escape-room/atmo2.mp3.import deleted file mode 100644 index d8842a4..0000000 --- a/escape-room/atmo2.mp3.import +++ /dev/null @@ -1,19 +0,0 @@ -[remap] - -importer="mp3" -type="AudioStreamMP3" -uid="uid://w3lliskxsv65" -path="res://.godot/imported/atmo2.mp3-876f84da75376cdca00892cdb591bc05.mp3str" - -[deps] - -source_file="res://atmo2.mp3" -dest_files=["res://.godot/imported/atmo2.mp3-876f84da75376cdca00892cdb591bc05.mp3str"] - -[params] - -loop=false -loop_offset=0 -bpm=0 -beat_count=0 -bar_beats=4 diff --git a/escape-room/escape-room-szene-room.tscn b/escape-room/escape-room-szene-room.tscn index 8188ec7..619adf8 100644 --- a/escape-room/escape-room-szene-room.tscn +++ b/escape-room/escape-room-szene-room.tscn @@ -1,7 +1,6 @@ -[gd_scene load_steps=91 format=3 uid="uid://bidp3paljsym7"] +[gd_scene load_steps=89 format=3 uid="uid://bidp3paljsym7"] -[ext_resource type="Script" uid="uid://ci02ru6m6uoic" path="res://escape_room_szene_room.gd" id="1_p85ca"] -[ext_resource type="PackedScene" uid="uid://clc5dre31iskm" path="res://addons/godot-xr-tools/xr/start_xr.tscn" id="2_risro"] +[ext_resource type="Script" uid="uid://ci02ru6m6uoic" path="res://escape_room_szene_room.gd" id="1_03kae"] [ext_resource type="PackedScene" uid="uid://btknduttnmoxf" path="res://addons/godot-xr-tools/misc/vr_common_shader_cache.tscn" id="3_snjn2"] [ext_resource type="PackedScene" uid="uid://bl2nuu3qhlb5k" path="res://addons/godot-xr-tools/functions/movement_direct.tscn" id="4_ted65"] [ext_resource type="PackedScene" uid="uid://b4ysuy43poobf" path="res://addons/godot-xr-tools/functions/function_pickup.tscn" id="5_8osd2"] @@ -29,7 +28,6 @@ [ext_resource type="Script" uid="uid://bd5mvijg4kr3m" path="res://audio_button.gd" id="23_dfniq"] [ext_resource type="Script" uid="uid://ye1atngu860x" path="res://kill_zone.gd" id="23_mrobn"] [ext_resource type="Script" uid="uid://caxqqgxio7qhg" path="res://omni_light_3d.gd" id="24_dikdg"] -[ext_resource type="Script" uid="uid://cxlgf8m1dir5s" path="res://objekte/book_holder.gd" id="24_gkcf5"] [ext_resource type="AudioStream" uid="uid://c56s0llngavuo" path="res://music/10-Portishead-Glory_Box-cbm.mp3" id="25_usjio"] [ext_resource type="PackedScene" uid="uid://bvytoh8cgfsv2" path="res://assets-lib/Disco_Ball/disco_ball.blend" id="25_w0lgv"] [ext_resource type="AudioStream" uid="uid://cqs7cfnkrgdql" path="res://music/07-Portishead-Roads-cbm.mp3" id="26_dikdg"] @@ -254,7 +252,7 @@ size = Vector3(42.438, 3, 1) [sub_resource type="BoxShape3D" id="BoxShape3D_i1fkd"] margin = 0.01 -size = Vector3(50, 0.1, 50) +size = Vector3(50, 1, 50) [sub_resource type="BoxShape3D" id="BoxShape3D_6lprk"] size = Vector3(42.606, 3, 1) @@ -294,7 +292,7 @@ albedo_color = Color(0, 1, 0, 1) size = Vector3(0.2, 0.2, 0.2) [node name="Node3D" type="Node3D"] -script = ExtResource("1_p85ca") +script = ExtResource("1_03kae") [node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] transform = Transform3D(-0.8660254, -0.43301278, 0.25, 0, 0.49999997, 0.86602545, -0.50000006, 0.75, -0.43301266, 0, 0, 0) @@ -525,14 +523,14 @@ hand_pose = SubResource("Resource_nvyc4") hand_pose = SubResource("Resource_e0pj3") [node name="RiddelCubeBoard" parent="Interactions" instance=ExtResource("10_i1fkd")] -transform = Transform3D(0.99999994, 0, 0, 0, 1, 0, 0, 0, 0.99999994, -9.376135, 0, 0) +transform = Transform3D(0.99999994, 0, 0, 0, 1, 0, 0, 0, 0.99999994, -9.376, 0, 0) [node name="NodeTable" type="RigidBody3D" parent="Interactions"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.6, 0, 7.5) mass = 1000.0 [node name="RiddelNodeBoard" parent="Interactions/NodeTable" instance=ExtResource("13_8osd2")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.587, 0, 2.505) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.587, -0.02, 2.6) script = ExtResource("13_58sqr") [node name="CollisionShape3D" type="CollisionShape3D" parent="Interactions/NodeTable"] @@ -647,39 +645,44 @@ shape = SubResource("BoxShape3D_gqhg5") [node name="Jewels" parent="Interactions" groups=["pickable"] instance=ExtResource("19_gqhg5")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.10403967, 0.8900795, 11.824045) -[node name="BookHolder1" parent="Interactions" instance=ExtResource("23_d7g0e")] -transform = Transform3D(0.85811865, 0, 0.5134514, 0, 1, 0, -0.5134514, 0, 0.85811865, -6.5540977, 0.05, -7.8741584) -script = ExtResource("24_gkcf5") - -[node name="MeshInstance3D" type="MeshInstance3D" parent="Interactions/BookHolder1"] - -[node name="Label3D" type="Label3D" parent="Interactions/BookHolder1/MeshInstance3D"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.7948583, 0) +[node name="Lamp_001" parent="Interactions/Jewels/MeshInstance3D/Sapphire-200" index="0"] visible = false -text = "hier steht der Text" -font_size = 12 -outline_size = 2 -horizontal_alignment = 0 -vertical_alignment = 2 + +[node name="Lamp" parent="Interactions/Jewels/MeshInstance3D/Sapphire-200" index="2"] +visible = false + +[node name="BookHolder" parent="Interactions" instance=ExtResource("23_d7g0e")] +transform = Transform3D(0.88781536, 0, 0.4601998, 0, 1, 0, -0.4601998, 0, 0.88781536, -6.8085814, 0, -8.211998) + +[node name="Label3D" parent="Interactions/BookHolder/MeshInstance3D2" index="1"] +transform = Transform3D(1, 0, 0, 0, 0.71869695, 0.69532347, 0, -0.69532347, 0.71869695, -0.37568903, 1.0216228, 0) +text = "Funktion: +Linker Controller + - Grip_Click = greifen + - Joystick = bewegen +Rechter Controller + - Grip_Click = greifen + - Trigger_Click = Teleport + - By-Button = Interaktion" [node name="BookHolder2" parent="Interactions" instance=ExtResource("23_d7g0e")] -transform = Transform3D(-0.91355264, 0, -0.4067208, 0, 1, 0, 0.4067208, 0, -0.91355264, 2.5342276, 0, 8.188446) -script = ExtResource("24_gkcf5") +transform = Transform3D(-0.91355264, 0, -0.4067208, 0, 1, 0, 0.4067208, 0, -0.91355264, 2.335735, 0, 8.469848) [node name="Label3D" parent="Interactions/BookHolder2/MeshInstance3D2" index="1"] +transform = Transform3D(1, -5.9604645e-08, -5.9604645e-08, 0, 0.71869695, 0.69532347, 5.9604645e-08, -0.69532347, 0.7186969, -0.4317851, 1.0743098, -0.19185066) +visibility_range_end = 2.0 text = "Hinweis: Ein Array mit 10 Positionen wird instanziiert. Das Lösungswort -nennt die Idizies, -wenn man es umdreht." +nennt die Indizies, +jedoch in verkehrter Reihenfolge." [node name="BookHolder3" parent="Interactions" instance=ExtResource("23_d7g0e")] -transform = Transform3D(-0.46355888, 0, 0.88606614, 0, 1, 0, -0.88606614, 0, -0.46355888, -7.878164, 0, 3.4641764) -script = ExtResource("24_gkcf5") +transform = Transform3D(0.5012994, 0, 0.86527395, 0, 1, 0, -0.86527395, 0, 0.5012994, -7.244373, 0, -1.5018845) [node name="Label3D" parent="Interactions/BookHolder3/MeshInstance3D2" index="1"] -transform = Transform3D(0.99916327, -0.028438076, 0.02939403, 0, 0.71869695, 0.69532347, -0.040899068, -0.6947417, 0.71809566, -0.427099, 1.7251701, 9.536743e-07) +transform = Transform3D(0.99916327, -0.028438091, 0.02939403, 0, 0.71869695, 0.69532347, -0.040899068, -0.6947417, 0.7180957, -0.42709923, 1.0549136, 9.536743e-07) text = "Hinweis: Von Oben nach unten. Von links nach rechts. @@ -697,36 +700,43 @@ disable_mode = 1 collision_mask = 8388607 metadata/_edit_lock_ = true -[node name="CSGBox3D" type="CSGBox3D" parent="static_room/ground"] +[node name="Bodenplatte" type="CSGBox3D" parent="static_room/ground"] size = Vector3(42, 0.1, 42) material = SubResource("StandardMaterial3D_ted65") metadata/_edit_lock_ = true -[node name="CSGCylinder3D" type="CSGCylinder3D" parent="static_room/ground/CSGBox3D"] +[node name="Respawn_Point" type="CSGCylinder3D" parent="static_room/ground/Bodenplatte"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 5, 0.05, 5) height = 0.01 material = SubResource("StandardMaterial3D_mrobn") -[node name="CollisionShape3D3" type="CollisionShape3D" parent="static_room/ground"] +[node name="Label3D" type="Label3D" parent="static_room/ground/Bodenplatte/Respawn_Point"] +transform = Transform3D(-0.4960649, 0, -0.86828536, 0, 1, 0, 0.86828536, 0, -0.4960649, 0, 0.76455307, 0) +visibility_range_begin = 0.1 +visibility_range_end = 2.0 +text = "Respawn- +Punkt" + +[node name="Umrandung_Nord" type="CollisionShape3D" parent="static_room/ground"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.04751587, 0, -21.236517) shape = SubResource("BoxShape3D_w0lgv") -[node name="CollisionShape3D" type="CollisionShape3D" parent="static_room/ground"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.01, 0) +[node name="Coll_Bodenplatte" type="CollisionShape3D" parent="static_room/ground"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.4, 0) shape = SubResource("BoxShape3D_i1fkd") debug_color = Color(3.2262845, 3.1502776, 1.7314806, 1) debug_fill = false metadata/_edit_lock_ = true -[node name="CollisionShape3D2" type="CollisionShape3D" parent="static_room/ground"] +[node name="Umrandung_Süd" type="CollisionShape3D" parent="static_room/ground"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.06323242, 0, 21.125128) shape = SubResource("BoxShape3D_6lprk") -[node name="CollisionShape3D4" type="CollisionShape3D" parent="static_room/ground"] +[node name="Umrandung_West" type="CollisionShape3D" parent="static_room/ground"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -21.21872, 0, -0.025482178) shape = SubResource("BoxShape3D_mrobn") -[node name="CollisionShape3D5" type="CollisionShape3D" parent="static_room/ground"] +[node name="Umrandung_Ost" type="CollisionShape3D" parent="static_room/ground"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 21.19133, 0, -0.03967285) shape = SubResource("BoxShape3D_dfniq") @@ -814,7 +824,6 @@ colors = Array[Color]([Color(1, 0, 0, 1), Color(0.050980393, 0.8509804, 0.082352 [node name="Roof" type="CSGBox3D" parent="static_room"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3.3, 0) -visible = false material_override = SubResource("StandardMaterial3D_dikdg") calculate_tangents = false size = Vector3(40, 0.1, 40) @@ -827,16 +836,15 @@ shape = SubResource("BoxShape3D_gkcf5") [node name="disco_ball" parent="static_room" instance=ExtResource("25_w0lgv")] transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 4.544, 2.7884974, -2.478) -[node name="StartXR" parent="." instance=ExtResource("2_risro")] - [node name="AudioStreamPlayer3D" type="AudioStreamPlayer3D" parent="."] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.9410114, 3.4543827, -1.9874656) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.9410114, 3.8883913, -1.9874656) stream = SubResource("AudioStreamPlaylist_w0lgv") -volume_db = -18.0 -unit_size = 20.0 -max_db = 1.5 +attenuation_model = 2 +volume_db = -20.0 +unit_size = 30.0 +max_db = 1.0 autoplay = true -max_distance = 100.0 +max_distance = 200.0 [node name="AudioButton" type="Area3D" parent="." node_paths=PackedStringArray("audio_player", "right_controller")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.9765996, 1.6897091, -1.6324799) @@ -888,6 +896,7 @@ outline_size = 2 [editable path="Interactions/NodeTable/RiddelNode10"] [editable path="Interactions/Jewels"] [editable path="Interactions/Jewels/MeshInstance3D/Sapphire-200"] +[editable path="Interactions/BookHolder"] [editable path="Interactions/BookHolder2"] [editable path="Interactions/BookHolder3"] [editable path="static_room/disco_ball"] diff --git a/escape-room/escape_room_szene_room.gd b/escape-room/escape_room_szene_room.gd index 79274a7..6873953 100644 --- a/escape-room/escape_room_szene_room.gd +++ b/escape-room/escape_room_szene_room.gd @@ -1,3 +1,4 @@ + extends Node3D var xr_interface: XRInterface diff --git a/escape-room/godot/.gdignore b/escape-room/godot/.gdignore new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/escape-room/godot/.gdignore @@ -0,0 +1 @@ + diff --git a/escape-room/godot/editor/03-Enkelz_-_Ich_hass_Dich.mp3-fc8ebf18775d307a681b8893f81658f7.mp3str-folding-adbf5614eca70923b93a2d00398bac66.cfg b/escape-room/godot/editor/03-Enkelz_-_Ich_hass_Dich.mp3-fc8ebf18775d307a681b8893f81658f7.mp3str-folding-adbf5614eca70923b93a2d00398bac66.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/03-Enkelz_-_Ich_hass_Dich.mp3-fc8ebf18775d307a681b8893f81658f7.mp3str-folding-adbf5614eca70923b93a2d00398bac66.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/04-Enkelz_-_Falsche_Freundschaft.mp3-2d63af6eb1a70c6fb4b3144cdf4e6643.mp3str-folding-a0fe717cc655a8cd48ef24388992fce5.cfg b/escape-room/godot/editor/04-Enkelz_-_Falsche_Freundschaft.mp3-2d63af6eb1a70c6fb4b3144cdf4e6643.mp3str-folding-a0fe717cc655a8cd48ef24388992fce5.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/04-Enkelz_-_Falsche_Freundschaft.mp3-2d63af6eb1a70c6fb4b3144cdf4e6643.mp3str-folding-a0fe717cc655a8cd48ef24388992fce5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/07-Portishead-Roads-cbm.mp3-662dbbfceef8cedd8718951f6d094bf5.mp3str-folding-b980dffa69087b0cf98638c1ebcc86e9.cfg b/escape-room/godot/editor/07-Portishead-Roads-cbm.mp3-662dbbfceef8cedd8718951f6d094bf5.mp3str-folding-b980dffa69087b0cf98638c1ebcc86e9.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/07-Portishead-Roads-cbm.mp3-662dbbfceef8cedd8718951f6d094bf5.mp3str-folding-b980dffa69087b0cf98638c1ebcc86e9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/10-Portishead-Glory_Box-cbm.mp3-010b074e8683747eac6077f1cb989d4d.mp3str-folding-fbf88efe74f994e0011e2a3a940e0f69.cfg b/escape-room/godot/editor/10-Portishead-Glory_Box-cbm.mp3-010b074e8683747eac6077f1cb989d4d.mp3str-folding-fbf88efe74f994e0011e2a3a940e0f69.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/10-Portishead-Glory_Box-cbm.mp3-010b074e8683747eac6077f1cb989d4d.mp3str-folding-fbf88efe74f994e0011e2a3a940e0f69.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/12-Never let me down again (agro mix).mp3-8d38290f5fc237c56095179e7a221869.mp3str-folding-1fa4c10960c8596efd4c267bd856e4aa.cfg b/escape-room/godot/editor/12-Never let me down again (agro mix).mp3-8d38290f5fc237c56095179e7a221869.mp3str-folding-1fa4c10960c8596efd4c267bd856e4aa.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/12-Never let me down again (agro mix).mp3-8d38290f5fc237c56095179e7a221869.mp3str-folding-1fa4c10960c8596efd4c267bd856e4aa.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Barril pixel.blend-785c5d7ae552a6445c8545c14e4318d8.scn-folding-9ae3e2572f709b191618abbb842898f9.cfg b/escape-room/godot/editor/Barril pixel.blend-785c5d7ae552a6445c8545c14e4318d8.scn-folding-9ae3e2572f709b191618abbb842898f9.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Barril pixel.blend-785c5d7ae552a6445c8545c14e4318d8.scn-folding-9ae3e2572f709b191618abbb842898f9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Barril pixel.blend-7cee723cdac5ef29e4e8a544f85aedec.scn-folding-28326b2f38dc97433c3da6c0d8edcd34.cfg b/escape-room/godot/editor/Barril pixel.blend-7cee723cdac5ef29e4e8a544f85aedec.scn-folding-28326b2f38dc97433c3da6c0d8edcd34.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Barril pixel.blend-7cee723cdac5ef29e4e8a544f85aedec.scn-folding-28326b2f38dc97433c3da6c0d8edcd34.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Bed.blend-fbac3ea2da232388351bb2c1882d21d9.scn-folding-7321aa1d3a887d884ba96d6c65bb0477.cfg b/escape-room/godot/editor/Bed.blend-fbac3ea2da232388351bb2c1882d21d9.scn-folding-7321aa1d3a887d884ba96d6c65bb0477.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Bed.blend-fbac3ea2da232388351bb2c1882d21d9.scn-folding-7321aa1d3a887d884ba96d6c65bb0477.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Bed.fbx-2a95dd903d53807ceac4ff5028f59533.scn-folding-705053d44d1b4739b3c2da8dda70463e.cfg b/escape-room/godot/editor/Bed.fbx-2a95dd903d53807ceac4ff5028f59533.scn-folding-705053d44d1b4739b3c2da8dda70463e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Bed.fbx-2a95dd903d53807ceac4ff5028f59533.scn-folding-705053d44d1b4739b3c2da8dda70463e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Bed.obj-e637637384a94b54189e833d61b05d12.mesh-folding-48c536d7fc775e245beba3c2df72fc4f.cfg b/escape-room/godot/editor/Bed.obj-e637637384a94b54189e833d61b05d12.mesh-folding-48c536d7fc775e245beba3c2df72fc4f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Bed.obj-e637637384a94b54189e833d61b05d12.mesh-folding-48c536d7fc775e245beba3c2df72fc4f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/BedKing.blend-84ea8585d5d92865a1076a2b6bfa8b5e.scn-folding-6c17de5f95555013aae2a23092833014.cfg b/escape-room/godot/editor/BedKing.blend-84ea8585d5d92865a1076a2b6bfa8b5e.scn-folding-6c17de5f95555013aae2a23092833014.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/BedKing.blend-84ea8585d5d92865a1076a2b6bfa8b5e.scn-folding-6c17de5f95555013aae2a23092833014.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/BedKing.fbx-dfc408c5263a7877ac40302f8345f9bd.scn-folding-64450ce0cf01735dd863e6d25d1c2149.cfg b/escape-room/godot/editor/BedKing.fbx-dfc408c5263a7877ac40302f8345f9bd.scn-folding-64450ce0cf01735dd863e6d25d1c2149.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/BedKing.fbx-dfc408c5263a7877ac40302f8345f9bd.scn-folding-64450ce0cf01735dd863e6d25d1c2149.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/BedKing.obj-326294b5f4ff922b85ea3e134525fa4e.mesh-folding-656edfe61e671cb35bd50a33c175b56d.cfg b/escape-room/godot/editor/BedKing.obj-326294b5f4ff922b85ea3e134525fa4e.mesh-folding-656edfe61e671cb35bd50a33c175b56d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/BedKing.obj-326294b5f4ff922b85ea3e134525fa4e.mesh-folding-656edfe61e671cb35bd50a33c175b56d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Book holder.blend-d3257e331450bab2f782934352929874.scn-folding-30f974cde22e302aa1c1dbe40eeeb161.cfg b/escape-room/godot/editor/Book holder.blend-d3257e331450bab2f782934352929874.scn-folding-30f974cde22e302aa1c1dbe40eeeb161.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Book holder.blend-d3257e331450bab2f782934352929874.scn-folding-30f974cde22e302aa1c1dbe40eeeb161.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/BookCase.blend-a5e519a5ce034c33af03fce8d5a638c8.scn-folding-a6f41227414c53270aadba477a48355c.cfg b/escape-room/godot/editor/BookCase.blend-a5e519a5ce034c33af03fce8d5a638c8.scn-folding-a6f41227414c53270aadba477a48355c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/BookCase.blend-a5e519a5ce034c33af03fce8d5a638c8.scn-folding-a6f41227414c53270aadba477a48355c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/BookCase.fbx-70965f7e4dc656a6fbab78ed5e5e3571.scn-folding-5dd8950542153f69fc618f4bc2fd8f97.cfg b/escape-room/godot/editor/BookCase.fbx-70965f7e4dc656a6fbab78ed5e5e3571.scn-folding-5dd8950542153f69fc618f4bc2fd8f97.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/BookCase.fbx-70965f7e4dc656a6fbab78ed5e5e3571.scn-folding-5dd8950542153f69fc618f4bc2fd8f97.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/BookCase.obj-b11adf15d143437c7ed857c23de77ebb.mesh-folding-1ba3e5d5df085238a8b1949ebfe548a7.cfg b/escape-room/godot/editor/BookCase.obj-b11adf15d143437c7ed857c23de77ebb.mesh-folding-1ba3e5d5df085238a8b1949ebfe548a7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/BookCase.obj-b11adf15d143437c7ed857c23de77ebb.mesh-folding-1ba3e5d5df085238a8b1949ebfe548a7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/BookCaseBooks.blend-680e0e4cc1ae3cd1804ae598036bdc7f.scn-folding-e067a42aa3416c3e327e54ba15f080fb.cfg b/escape-room/godot/editor/BookCaseBooks.blend-680e0e4cc1ae3cd1804ae598036bdc7f.scn-folding-e067a42aa3416c3e327e54ba15f080fb.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/BookCaseBooks.blend-680e0e4cc1ae3cd1804ae598036bdc7f.scn-folding-e067a42aa3416c3e327e54ba15f080fb.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/BookCaseBooks.fbx-47dc04ec63c4b0f0795088e0cf1942c7.scn-folding-88d68f98ab68cc4af9086a8c3ba3de7f.cfg b/escape-room/godot/editor/BookCaseBooks.fbx-47dc04ec63c4b0f0795088e0cf1942c7.scn-folding-88d68f98ab68cc4af9086a8c3ba3de7f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/BookCaseBooks.fbx-47dc04ec63c4b0f0795088e0cf1942c7.scn-folding-88d68f98ab68cc4af9086a8c3ba3de7f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/BookCaseBooks.obj-94d2b61b859c79b6caeeec00fc68c388.mesh-folding-178c035f3cd27c4dcec32d36d13e1446.cfg b/escape-room/godot/editor/BookCaseBooks.obj-94d2b61b859c79b6caeeec00fc68c388.mesh-folding-178c035f3cd27c4dcec32d36d13e1446.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/BookCaseBooks.obj-94d2b61b859c79b6caeeec00fc68c388.mesh-folding-178c035f3cd27c4dcec32d36d13e1446.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/BookCaseLarge.blend-eea7ddeb0a5135a66c115de045e28014.scn-folding-0e6b28102a00fa811f1c6880deb81e70.cfg b/escape-room/godot/editor/BookCaseLarge.blend-eea7ddeb0a5135a66c115de045e28014.scn-folding-0e6b28102a00fa811f1c6880deb81e70.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/BookCaseLarge.blend-eea7ddeb0a5135a66c115de045e28014.scn-folding-0e6b28102a00fa811f1c6880deb81e70.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/BookCaseLarge.fbx-351b3b550f5cab2bb92567d82e951a4f.scn-folding-2d7b9de3f3c2013018de42f2d524bf5a.cfg b/escape-room/godot/editor/BookCaseLarge.fbx-351b3b550f5cab2bb92567d82e951a4f.scn-folding-2d7b9de3f3c2013018de42f2d524bf5a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/BookCaseLarge.fbx-351b3b550f5cab2bb92567d82e951a4f.scn-folding-2d7b9de3f3c2013018de42f2d524bf5a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/BookCaseLarge.obj-d48f5866dc0c6829a0216f7c09b180d6.mesh-folding-6bbf98e5ba4a247123c5886aae7b346b.cfg b/escape-room/godot/editor/BookCaseLarge.obj-d48f5866dc0c6829a0216f7c09b180d6.mesh-folding-6bbf98e5ba4a247123c5886aae7b346b.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/BookCaseLarge.obj-d48f5866dc0c6829a0216f7c09b180d6.mesh-folding-6bbf98e5ba4a247123c5886aae7b346b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/BookCaseLargeBooks.blend-45f92b6b991a2d7d5ae9b534408a7ea8.scn-folding-7a210e1839876bcabbb8132ee807520c.cfg b/escape-room/godot/editor/BookCaseLargeBooks.blend-45f92b6b991a2d7d5ae9b534408a7ea8.scn-folding-7a210e1839876bcabbb8132ee807520c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/BookCaseLargeBooks.blend-45f92b6b991a2d7d5ae9b534408a7ea8.scn-folding-7a210e1839876bcabbb8132ee807520c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/BookCaseLargeBooks.fbx-61f4500143a917f4c0cdf5ba03f91558.scn-folding-7ecb77a74603ee6e3f2f638dbc440cd3.cfg b/escape-room/godot/editor/BookCaseLargeBooks.fbx-61f4500143a917f4c0cdf5ba03f91558.scn-folding-7ecb77a74603ee6e3f2f638dbc440cd3.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/BookCaseLargeBooks.fbx-61f4500143a917f4c0cdf5ba03f91558.scn-folding-7ecb77a74603ee6e3f2f638dbc440cd3.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/BookCaseLargeBooks.obj-5767f9c92e320119416b193570049a74.mesh-folding-d51a83683ebb69d8124c8946513addf3.cfg b/escape-room/godot/editor/BookCaseLargeBooks.obj-5767f9c92e320119416b193570049a74.mesh-folding-d51a83683ebb69d8124c8946513addf3.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/BookCaseLargeBooks.obj-5767f9c92e320119416b193570049a74.mesh-folding-d51a83683ebb69d8124c8946513addf3.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Bookholder stone.blend-1de7d8a5b2d77e30214cd4cd6ce3c5bc.scn-folding-4ef01ed36e216ef7a164fc1f1a2cd44b.cfg b/escape-room/godot/editor/Bookholder stone.blend-1de7d8a5b2d77e30214cd4cd6ce3c5bc.scn-folding-4ef01ed36e216ef7a164fc1f1a2cd44b.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Bookholder stone.blend-1de7d8a5b2d77e30214cd4cd6ce3c5bc.scn-folding-4ef01ed36e216ef7a164fc1f1a2cd44b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Bread.blend-26f4593fb9137e5fab383d2d2272ca4a.scn-folding-4d36c2da2fbacbece02954f6ad3e6468.cfg b/escape-room/godot/editor/Bread.blend-26f4593fb9137e5fab383d2d2272ca4a.scn-folding-4d36c2da2fbacbece02954f6ad3e6468.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Bread.blend-26f4593fb9137e5fab383d2d2272ca4a.scn-folding-4d36c2da2fbacbece02954f6ad3e6468.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Candelier.blend-6c25c5b53e0e559bf54d03a0dc17d69d.scn-folding-7bb9fcaaff31f9e99fdce79d253b58b0.cfg b/escape-room/godot/editor/Candelier.blend-6c25c5b53e0e559bf54d03a0dc17d69d.scn-folding-7bb9fcaaff31f9e99fdce79d253b58b0.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Candelier.blend-6c25c5b53e0e559bf54d03a0dc17d69d.scn-folding-7bb9fcaaff31f9e99fdce79d253b58b0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Carrot.blend-fe92b6560a2f9029eb3e9aed059f96e1.scn-folding-54da9109522db7f4c0c42727e438a1ba.cfg b/escape-room/godot/editor/Carrot.blend-fe92b6560a2f9029eb3e9aed059f96e1.scn-folding-54da9109522db7f4c0c42727e438a1ba.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Carrot.blend-fe92b6560a2f9029eb3e9aed059f96e1.scn-folding-54da9109522db7f4c0c42727e438a1ba.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Chair.blend-26fef1cf4923b5753f1623fcb4b5b814.scn-folding-095122eb0c1b6e4d2227ebf61b7868a0.cfg b/escape-room/godot/editor/Chair.blend-26fef1cf4923b5753f1623fcb4b5b814.scn-folding-095122eb0c1b6e4d2227ebf61b7868a0.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Chair.blend-26fef1cf4923b5753f1623fcb4b5b814.scn-folding-095122eb0c1b6e4d2227ebf61b7868a0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Chair.blend-9a6995fa74e9f285505531dec989ec81.scn-folding-5446f551650058a895d7149f3cd2451d.cfg b/escape-room/godot/editor/Chair.blend-9a6995fa74e9f285505531dec989ec81.scn-folding-5446f551650058a895d7149f3cd2451d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Chair.blend-9a6995fa74e9f285505531dec989ec81.scn-folding-5446f551650058a895d7149f3cd2451d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Chair.fbx-8bb338a08758c0296d20f6ef0968c3f0.scn-folding-1d25d2b210aa0678d28eabd786c2d28e.cfg b/escape-room/godot/editor/Chair.fbx-8bb338a08758c0296d20f6ef0968c3f0.scn-folding-1d25d2b210aa0678d28eabd786c2d28e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Chair.fbx-8bb338a08758c0296d20f6ef0968c3f0.scn-folding-1d25d2b210aa0678d28eabd786c2d28e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Chair.obj-07ff7716b657f106a0b4783dc9e571ee.mesh-folding-2beea377d1af19ad1bec4e73fa4d3fc9.cfg b/escape-room/godot/editor/Chair.obj-07ff7716b657f106a0b4783dc9e571ee.mesh-folding-2beea377d1af19ad1bec4e73fa4d3fc9.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Chair.obj-07ff7716b657f106a0b4783dc9e571ee.mesh-folding-2beea377d1af19ad1bec4e73fa4d3fc9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/ChairCushioned.blend-f908906410282798e5ebbd339cf4f92a.scn-folding-5683924b49d7e5933651a2f1d531c456.cfg b/escape-room/godot/editor/ChairCushioned.blend-f908906410282798e5ebbd339cf4f92a.scn-folding-5683924b49d7e5933651a2f1d531c456.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/ChairCushioned.blend-f908906410282798e5ebbd339cf4f92a.scn-folding-5683924b49d7e5933651a2f1d531c456.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/ChairCushioned.fbx-88ae34ae00dcc597db340d64d6b6cfd0.scn-folding-c171f3522c5af545fab70643896f7c15.cfg b/escape-room/godot/editor/ChairCushioned.fbx-88ae34ae00dcc597db340d64d6b6cfd0.scn-folding-c171f3522c5af545fab70643896f7c15.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/ChairCushioned.fbx-88ae34ae00dcc597db340d64d6b6cfd0.scn-folding-c171f3522c5af545fab70643896f7c15.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/ChairCushioned.obj-d8924e863a64109eeb0801ea5a6ca246.mesh-folding-c381efee245a76266cfb2f6e2e481bd9.cfg b/escape-room/godot/editor/ChairCushioned.obj-d8924e863a64109eeb0801ea5a6ca246.mesh-folding-c381efee245a76266cfb2f6e2e481bd9.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/ChairCushioned.obj-d8924e863a64109eeb0801ea5a6ca246.mesh-folding-c381efee245a76266cfb2f6e2e481bd9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/ChairHandle.blend-91aa0e27330f17732ec57da3d0c1c8c4.scn-folding-688275b294f5ca41af81d3f9df664a6e.cfg b/escape-room/godot/editor/ChairHandle.blend-91aa0e27330f17732ec57da3d0c1c8c4.scn-folding-688275b294f5ca41af81d3f9df664a6e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/ChairHandle.blend-91aa0e27330f17732ec57da3d0c1c8c4.scn-folding-688275b294f5ca41af81d3f9df664a6e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/ChairHandle.fbx-8195be04d84f8ae7a0df61de83534b53.scn-folding-2ea5c250dcec5175291760765a0bfc0a.cfg b/escape-room/godot/editor/ChairHandle.fbx-8195be04d84f8ae7a0df61de83534b53.scn-folding-2ea5c250dcec5175291760765a0bfc0a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/ChairHandle.fbx-8195be04d84f8ae7a0df61de83534b53.scn-folding-2ea5c250dcec5175291760765a0bfc0a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/ChairHandle.obj-dbf566ac1ca41b4f3a141bb2800d00b4.mesh-folding-fcce15a60d02bd1b2f1ca66b09f1dc34.cfg b/escape-room/godot/editor/ChairHandle.obj-dbf566ac1ca41b4f3a141bb2800d00b4.mesh-folding-fcce15a60d02bd1b2f1ca66b09f1dc34.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/ChairHandle.obj-dbf566ac1ca41b4f3a141bb2800d00b4.mesh-folding-fcce15a60d02bd1b2f1ca66b09f1dc34.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Cheese.blend-7cc5c9c29958120fbe913389f4309d21.scn-folding-2f2b910bc2ebcb68d787e08c83ca7799.cfg b/escape-room/godot/editor/Cheese.blend-7cc5c9c29958120fbe913389f4309d21.scn-folding-2f2b910bc2ebcb68d787e08c83ca7799.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Cheese.blend-7cc5c9c29958120fbe913389f4309d21.scn-folding-2f2b910bc2ebcb68d787e08c83ca7799.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Closet.blend-fc2fe20ffe53d20c1e36bc25e0984ad5.scn-folding-5ec7e7c7371dc2c6de15eb2cc43f4ac9.cfg b/escape-room/godot/editor/Closet.blend-fc2fe20ffe53d20c1e36bc25e0984ad5.scn-folding-5ec7e7c7371dc2c6de15eb2cc43f4ac9.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Closet.blend-fc2fe20ffe53d20c1e36bc25e0984ad5.scn-folding-5ec7e7c7371dc2c6de15eb2cc43f4ac9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Closet.fbx-df4ad68889a886a9254729cb8d6b1a05.scn-folding-b67b60730a55cb1383a2311c4c71cf75.cfg b/escape-room/godot/editor/Closet.fbx-df4ad68889a886a9254729cb8d6b1a05.scn-folding-b67b60730a55cb1383a2311c4c71cf75.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Closet.fbx-df4ad68889a886a9254729cb8d6b1a05.scn-folding-b67b60730a55cb1383a2311c4c71cf75.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Closet.obj-7e2b0b91f11fb839126b16c818e6ed97.mesh-folding-82a0184f2ea1c457db86c5504cbf5626.cfg b/escape-room/godot/editor/Closet.obj-7e2b0b91f11fb839126b16c818e6ed97.mesh-folding-82a0184f2ea1c457db86c5504cbf5626.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Closet.obj-7e2b0b91f11fb839126b16c818e6ed97.mesh-folding-82a0184f2ea1c457db86c5504cbf5626.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Closet2.blend-6c38e6f7765c312fc482b1578c410f4c.scn-folding-ab8b8f3c7a61709c13c8b188e95d7e0c.cfg b/escape-room/godot/editor/Closet2.blend-6c38e6f7765c312fc482b1578c410f4c.scn-folding-ab8b8f3c7a61709c13c8b188e95d7e0c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Closet2.blend-6c38e6f7765c312fc482b1578c410f4c.scn-folding-ab8b8f3c7a61709c13c8b188e95d7e0c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Closet2.fbx-28a8465a9ea3b1b093415008ab9216eb.scn-folding-ea0a4d5e7d991698062e4277c8a5ced7.cfg b/escape-room/godot/editor/Closet2.fbx-28a8465a9ea3b1b093415008ab9216eb.scn-folding-ea0a4d5e7d991698062e4277c8a5ced7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Closet2.fbx-28a8465a9ea3b1b093415008ab9216eb.scn-folding-ea0a4d5e7d991698062e4277c8a5ced7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Closet2.obj-aac76c561fe84f741c699c3d3c5715a1.mesh-folding-b55cb323e7b274195408ca524726df60.cfg b/escape-room/godot/editor/Closet2.obj-aac76c561fe84f741c699c3d3c5715a1.mesh-folding-b55cb323e7b274195408ca524726df60.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Closet2.obj-aac76c561fe84f741c699c3d3c5715a1.mesh-folding-b55cb323e7b274195408ca524726df60.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Coffee Table 2.blend-d59822878b7db6fd2bde9379091f0a6f.scn-folding-0188e648e8ecb2efd7ec0871f7928de2.cfg b/escape-room/godot/editor/Coffee Table 2.blend-d59822878b7db6fd2bde9379091f0a6f.scn-folding-0188e648e8ecb2efd7ec0871f7928de2.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Coffee Table 2.blend-d59822878b7db6fd2bde9379091f0a6f.scn-folding-0188e648e8ecb2efd7ec0871f7928de2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/CoffeeTable.blend-4e32d6741e50ddd133e5a5bed3697a6d.scn-folding-cc590f566014d75411d0c9dc5c285685.cfg b/escape-room/godot/editor/CoffeeTable.blend-4e32d6741e50ddd133e5a5bed3697a6d.scn-folding-cc590f566014d75411d0c9dc5c285685.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/CoffeeTable.blend-4e32d6741e50ddd133e5a5bed3697a6d.scn-folding-cc590f566014d75411d0c9dc5c285685.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/CoffeeTable.fbx-faff39621fa6a6ffe3d9c1afc267e34f.scn-folding-b19082bc17564f2ddb2ad0ebd2a843f7.cfg b/escape-room/godot/editor/CoffeeTable.fbx-faff39621fa6a6ffe3d9c1afc267e34f.scn-folding-b19082bc17564f2ddb2ad0ebd2a843f7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/CoffeeTable.fbx-faff39621fa6a6ffe3d9c1afc267e34f.scn-folding-b19082bc17564f2ddb2ad0ebd2a843f7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/CoffeeTable.obj-432b955735ab33bfa8ef2f31d9f8b01f.mesh-folding-70e96ea36e3e05470fd7ee2b82945694.cfg b/escape-room/godot/editor/CoffeeTable.obj-432b955735ab33bfa8ef2f31d9f8b01f.mesh-folding-70e96ea36e3e05470fd7ee2b82945694.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/CoffeeTable.obj-432b955735ab33bfa8ef2f31d9f8b01f.mesh-folding-70e96ea36e3e05470fd7ee2b82945694.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/CoffeeTable2.fbx-6e30739da131515258f8df4d35f20ab9.scn-folding-0cb6b3447fceb702846b1ad3205fe369.cfg b/escape-room/godot/editor/CoffeeTable2.fbx-6e30739da131515258f8df4d35f20ab9.scn-folding-0cb6b3447fceb702846b1ad3205fe369.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/CoffeeTable2.fbx-6e30739da131515258f8df4d35f20ab9.scn-folding-0cb6b3447fceb702846b1ad3205fe369.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/CoffeeTable2.obj-b76e0f20035314c1242035fd441d268a.mesh-folding-f7249e2431d7a877a2192020bf33c2eb.cfg b/escape-room/godot/editor/CoffeeTable2.obj-b76e0f20035314c1242035fd441d268a.mesh-folding-f7249e2431d7a877a2192020bf33c2eb.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/CoffeeTable2.obj-b76e0f20035314c1242035fd441d268a.mesh-folding-f7249e2431d7a877a2192020bf33c2eb.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Cooper coin.blend-b335faa30125b308536e698acff59074.scn-folding-c8258bfae513587986c36326633a99e3.cfg b/escape-room/godot/editor/Cooper coin.blend-b335faa30125b308536e698acff59074.scn-folding-c8258bfae513587986c36326633a99e3.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Cooper coin.blend-b335faa30125b308536e698acff59074.scn-folding-c8258bfae513587986c36326633a99e3.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Corn.blend-c8ec0f599904b27a941e68d9d76565d4.scn-folding-9690c1be3c362f194081bc0fa16914a5.cfg b/escape-room/godot/editor/Corn.blend-c8ec0f599904b27a941e68d9d76565d4.scn-folding-9690c1be3c362f194081bc0fa16914a5.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Corn.blend-c8ec0f599904b27a941e68d9d76565d4.scn-folding-9690c1be3c362f194081bc0fa16914a5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Crate.blend-c1c0fc712d961d92be70f388bdaed5d6.scn-folding-efd2be963b1864c6d2ad8c77fa2e364e.cfg b/escape-room/godot/editor/Crate.blend-c1c0fc712d961d92be70f388bdaed5d6.scn-folding-efd2be963b1864c6d2ad8c77fa2e364e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Crate.blend-c1c0fc712d961d92be70f388bdaed5d6.scn-folding-efd2be963b1864c6d2ad8c77fa2e364e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Diamond-1000.blend-1e12ad70f487fd98458a8081cffd90ec.scn-folding-c20038ba95f8b3d0192186995a0bd71a.cfg b/escape-room/godot/editor/Diamond-1000.blend-1e12ad70f487fd98458a8081cffd90ec.scn-folding-c20038ba95f8b3d0192186995a0bd71a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Diamond-1000.blend-1e12ad70f487fd98458a8081cffd90ec.scn-folding-c20038ba95f8b3d0192186995a0bd71a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Emerald-100.blend-c15c57691f78d56d141b8cb2ed000499.scn-folding-6f71974216cdb4bfef1efa6027f002b8.cfg b/escape-room/godot/editor/Emerald-100.blend-c15c57691f78d56d141b8cb2ed000499.scn-folding-6f71974216cdb4bfef1efa6027f002b8.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Emerald-100.blend-c15c57691f78d56d141b8cb2ed000499.scn-folding-6f71974216cdb4bfef1efa6027f002b8.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Error or failed.mp3-e5b009e0f77167ac40cbf6787dd9b02b.mp3str-folding-f19bb96b9e6324cb67e40c482de071cf.cfg b/escape-room/godot/editor/Error or failed.mp3-e5b009e0f77167ac40cbf6787dd9b02b.mp3str-folding-f19bb96b9e6324cb67e40c482de071cf.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Error or failed.mp3-e5b009e0f77167ac40cbf6787dd9b02b.mp3str-folding-f19bb96b9e6324cb67e40c482de071cf.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Everything.blend-2f33069280acf33350d9d81808f1a0c2.scn-folding-fa700a90b402c038cd5bd98f661ecaf1.cfg b/escape-room/godot/editor/Everything.blend-2f33069280acf33350d9d81808f1a0c2.scn-folding-fa700a90b402c038cd5bd98f661ecaf1.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Everything.blend-2f33069280acf33350d9d81808f1a0c2.scn-folding-fa700a90b402c038cd5bd98f661ecaf1.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Fish.blend-1013abcde02c038fd261f26ef2dd72e8.scn-folding-416ddea18b0ced470a4a1f518916d08a.cfg b/escape-room/godot/editor/Fish.blend-1013abcde02c038fd261f26ef2dd72e8.scn-folding-416ddea18b0ced470a4a1f518916d08a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Fish.blend-1013abcde02c038fd261f26ef2dd72e8.scn-folding-416ddea18b0ced470a4a1f518916d08a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Fish2.blend-310615ae19680825575d4d4393b40cf5.scn-folding-013c4d61dec49a36a146539564ed54ce.cfg b/escape-room/godot/editor/Fish2.blend-310615ae19680825575d4d4393b40cf5.scn-folding-013c4d61dec49a36a146539564ed54ce.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Fish2.blend-310615ae19680825575d4d4393b40cf5.scn-folding-013c4d61dec49a36a146539564ed54ce.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Fish3.blend-63c37b10ea7aba75261478ae237c0171.scn-folding-5c0428753ed82b33598396b13c9e246a.cfg b/escape-room/godot/editor/Fish3.blend-63c37b10ea7aba75261478ae237c0171.scn-folding-5c0428753ed82b33598396b13c9e246a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Fish3.blend-63c37b10ea7aba75261478ae237c0171.scn-folding-5c0428753ed82b33598396b13c9e246a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Gold coin.blend-e3e15943e8220ce49592d80b7e7f672e.scn-folding-cbbf61341c460bcc556cd87c894d59e4.cfg b/escape-room/godot/editor/Gold coin.blend-e3e15943e8220ce49592d80b7e7f672e.scn-folding-cbbf61341c460bcc556cd87c894d59e4.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Gold coin.blend-e3e15943e8220ce49592d80b7e7f672e.scn-folding-cbbf61341c460bcc556cd87c894d59e4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Ham.blend-946a439f440c471621498da67b0370c8.scn-folding-1482ecd733411afa4e367a65653d911d.cfg b/escape-room/godot/editor/Ham.blend-946a439f440c471621498da67b0370c8.scn-folding-1482ecd733411afa4e367a65653d911d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Ham.blend-946a439f440c471621498da67b0370c8.scn-folding-1482ecd733411afa4e367a65653d911d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Hand_Glove_L.gltf-ac6c06fe48ca0d7ce0f9faffd177a897.scn-folding-7ed1f875455e875328064016460aa0a7.cfg b/escape-room/godot/editor/Hand_Glove_L.gltf-ac6c06fe48ca0d7ce0f9faffd177a897.scn-folding-7ed1f875455e875328064016460aa0a7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Hand_Glove_L.gltf-ac6c06fe48ca0d7ce0f9faffd177a897.scn-folding-7ed1f875455e875328064016460aa0a7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Hand_Glove_R.gltf-0e99922c663867da8d37af9597ab1ce8.scn-folding-6ec5d369413b9ce9f196654d29466ae2.cfg b/escape-room/godot/editor/Hand_Glove_R.gltf-0e99922c663867da8d37af9597ab1ce8.scn-folding-6ec5d369413b9ce9f196654d29466ae2.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Hand_Glove_R.gltf-0e99922c663867da8d37af9597ab1ce8.scn-folding-6ec5d369413b9ce9f196654d29466ae2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Hand_Glove_low_L.gltf-7b94b12c0dff159d494da6cafd52895d.scn-folding-4fe79724eac1fb269f9658f809ff44e1.cfg b/escape-room/godot/editor/Hand_Glove_low_L.gltf-7b94b12c0dff159d494da6cafd52895d.scn-folding-4fe79724eac1fb269f9658f809ff44e1.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Hand_Glove_low_L.gltf-7b94b12c0dff159d494da6cafd52895d.scn-folding-4fe79724eac1fb269f9658f809ff44e1.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Hand_Glove_low_R.gltf-c32907596b2287c95aff0e704780ef3d.scn-folding-838fadb54125e6a5d604ff753846143e.cfg b/escape-room/godot/editor/Hand_Glove_low_R.gltf-c32907596b2287c95aff0e704780ef3d.scn-folding-838fadb54125e6a5d604ff753846143e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Hand_Glove_low_R.gltf-c32907596b2287c95aff0e704780ef3d.scn-folding-838fadb54125e6a5d604ff753846143e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Hand_Nails_L.gltf-22452b307072e9d363b1f547e2b6a365.scn-folding-e4ddec5e5e5fb3d093536d720ac0de12.cfg b/escape-room/godot/editor/Hand_Nails_L.gltf-22452b307072e9d363b1f547e2b6a365.scn-folding-e4ddec5e5e5fb3d093536d720ac0de12.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Hand_Nails_L.gltf-22452b307072e9d363b1f547e2b6a365.scn-folding-e4ddec5e5e5fb3d093536d720ac0de12.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Hand_Nails_R.gltf-35869d6a39400588d95465aa5e3b528d.scn-folding-48bae25abde51e4de05c4b5c871c017f.cfg b/escape-room/godot/editor/Hand_Nails_R.gltf-35869d6a39400588d95465aa5e3b528d.scn-folding-48bae25abde51e4de05c4b5c871c017f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Hand_Nails_R.gltf-35869d6a39400588d95465aa5e3b528d.scn-folding-48bae25abde51e4de05c4b5c871c017f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Hand_Nails_low_L.gltf-60d8096917582bfe1d760ff1ad173fc8.scn-folding-20cf14aa672f855c66bdddcae4f6cfd6.cfg b/escape-room/godot/editor/Hand_Nails_low_L.gltf-60d8096917582bfe1d760ff1ad173fc8.scn-folding-20cf14aa672f855c66bdddcae4f6cfd6.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Hand_Nails_low_L.gltf-60d8096917582bfe1d760ff1ad173fc8.scn-folding-20cf14aa672f855c66bdddcae4f6cfd6.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Hand_Nails_low_R.gltf-7d9fc9507def4b4fd9c10cdae7aa6e11.scn-folding-f4f20b544681bc946a2dd9fc8f41c542.cfg b/escape-room/godot/editor/Hand_Nails_low_R.gltf-7d9fc9507def4b4fd9c10cdae7aa6e11.scn-folding-f4f20b544681bc946a2dd9fc8f41c542.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Hand_Nails_low_R.gltf-7d9fc9507def4b4fd9c10cdae7aa6e11.scn-folding-f4f20b544681bc946a2dd9fc8f41c542.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Hand_low_L.gltf-a83bdf9115e4fb62c63deabade61cbbb.scn-folding-6cb81f62b9579e2ae44b2ae19c96e977.cfg b/escape-room/godot/editor/Hand_low_L.gltf-a83bdf9115e4fb62c63deabade61cbbb.scn-folding-6cb81f62b9579e2ae44b2ae19c96e977.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Hand_low_L.gltf-a83bdf9115e4fb62c63deabade61cbbb.scn-folding-6cb81f62b9579e2ae44b2ae19c96e977.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Hand_low_R.gltf-8b164aff014e5c5bfa2eccc8e40e7e97.scn-folding-ddf27984c9c17fd2f50740e88693406f.cfg b/escape-room/godot/editor/Hand_low_R.gltf-8b164aff014e5c5bfa2eccc8e40e7e97.scn-folding-ddf27984c9c17fd2f50740e88693406f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Hand_low_R.gltf-8b164aff014e5c5bfa2eccc8e40e7e97.scn-folding-ddf27984c9c17fd2f50740e88693406f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Household_Props_001.fbx-7ac8465e9cd62e317f20f61d43c1a3dd.scn-folding-3a0c0cbd2f5d60a696bdc0c4932439ee.cfg b/escape-room/godot/editor/Household_Props_001.fbx-7ac8465e9cd62e317f20f61d43c1a3dd.scn-folding-3a0c0cbd2f5d60a696bdc0c4932439ee.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Household_Props_001.fbx-7ac8465e9cd62e317f20f61d43c1a3dd.scn-folding-3a0c0cbd2f5d60a696bdc0c4932439ee.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Household_Props_001.obj-dbfe2829e59fab0f03d5479389c0b0ed.mesh-folding-d3e2476604ee8305f0aaeabf74fcc0a6.cfg b/escape-room/godot/editor/Household_Props_001.obj-dbfe2829e59fab0f03d5479389c0b0ed.mesh-folding-d3e2476604ee8305f0aaeabf74fcc0a6.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Household_Props_001.obj-dbfe2829e59fab0f03d5479389c0b0ed.mesh-folding-d3e2476604ee8305f0aaeabf74fcc0a6.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Jar.blend-bd2df35e5e5d9c4a7d5abccf8e7957bc.scn-folding-ab39d2e92906811b607dd19397f897f8.cfg b/escape-room/godot/editor/Jar.blend-bd2df35e5e5d9c4a7d5abccf8e7957bc.scn-folding-ab39d2e92906811b607dd19397f897f8.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Jar.blend-bd2df35e5e5d9c4a7d5abccf8e7957bc.scn-folding-ab39d2e92906811b607dd19397f897f8.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Jar2.blend-a3697a00a84789dca38ec9f25d792c41.scn-folding-58c0d65d76caabbcd2e43fff821c4155.cfg b/escape-room/godot/editor/Jar2.blend-a3697a00a84789dca38ec9f25d792c41.scn-folding-58c0d65d76caabbcd2e43fff821c4155.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Jar2.blend-a3697a00a84789dca38ec9f25d792c41.scn-folding-58c0d65d76caabbcd2e43fff821c4155.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Jar3.blend-3c55d4530ab319b979fe6343ef33c44b.scn-folding-a75f01b01883a5bdf3b3ba85c15debf5.cfg b/escape-room/godot/editor/Jar3.blend-3c55d4530ab319b979fe6343ef33c44b.scn-folding-a75f01b01883a5bdf3b3ba85c15debf5.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Jar3.blend-3c55d4530ab319b979fe6343ef33c44b.scn-folding-a75f01b01883a5bdf3b3ba85c15debf5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Lamp.blend-7a99ede60a460d68a629388b27725274.scn-folding-6d1ab9f73a7c33353acf26f7066aef27.cfg b/escape-room/godot/editor/Lamp.blend-7a99ede60a460d68a629388b27725274.scn-folding-6d1ab9f73a7c33353acf26f7066aef27.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Lamp.blend-7a99ede60a460d68a629388b27725274.scn-folding-6d1ab9f73a7c33353acf26f7066aef27.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Lamp.blend-b8e888dc885fc3b5abe6ee570aba3b16.scn-folding-2c79ab15e77853abce4c41c8083e4614.cfg b/escape-room/godot/editor/Lamp.blend-b8e888dc885fc3b5abe6ee570aba3b16.scn-folding-2c79ab15e77853abce4c41c8083e4614.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Lamp.blend-b8e888dc885fc3b5abe6ee570aba3b16.scn-folding-2c79ab15e77853abce4c41c8083e4614.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Lamp.fbx-64e2a5de2ee107440595e2b52dd0a47b.scn-folding-4ba624564a733ca15d086d885d484974.cfg b/escape-room/godot/editor/Lamp.fbx-64e2a5de2ee107440595e2b52dd0a47b.scn-folding-4ba624564a733ca15d086d885d484974.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Lamp.fbx-64e2a5de2ee107440595e2b52dd0a47b.scn-folding-4ba624564a733ca15d086d885d484974.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Lamp.obj-f3bea9527aa125608504d84cd6f66c5a.mesh-folding-85ee65ad836498cfdf04064dba1b4f17.cfg b/escape-room/godot/editor/Lamp.obj-f3bea9527aa125608504d84cd6f66c5a.mesh-folding-85ee65ad836498cfdf04064dba1b4f17.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Lamp.obj-f3bea9527aa125608504d84cd6f66c5a.mesh-folding-85ee65ad836498cfdf04064dba1b4f17.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Lamp2.blend-3cfa91dab89355d09e2e60c536112895.scn-folding-43bb0ff58d79853596934743b0e959ae.cfg b/escape-room/godot/editor/Lamp2.blend-3cfa91dab89355d09e2e60c536112895.scn-folding-43bb0ff58d79853596934743b0e959ae.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Lamp2.blend-3cfa91dab89355d09e2e60c536112895.scn-folding-43bb0ff58d79853596934743b0e959ae.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Lamp2.fbx-d6348bb0c415d552ac8cbbaff4f5e74d.scn-folding-69b52568c4aa3ae57e25a883f93165f9.cfg b/escape-room/godot/editor/Lamp2.fbx-d6348bb0c415d552ac8cbbaff4f5e74d.scn-folding-69b52568c4aa3ae57e25a883f93165f9.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Lamp2.fbx-d6348bb0c415d552ac8cbbaff4f5e74d.scn-folding-69b52568c4aa3ae57e25a883f93165f9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Lamp2.obj-3cc04e77d5d16b1ff97f89a5abc0f3d6.mesh-folding-4e74d47b4f13291594d23182aa88c7d0.cfg b/escape-room/godot/editor/Lamp2.obj-3cc04e77d5d16b1ff97f89a5abc0f3d6.mesh-folding-4e74d47b4f13291594d23182aa88c7d0.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Lamp2.obj-3cc04e77d5d16b1ff97f89a5abc0f3d6.mesh-folding-4e74d47b4f13291594d23182aa88c7d0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Library.blend-99a84d238a8e351977f2c77b04237a9e.scn-folding-510cab0f92d5325c6ff457c2cacc001d.cfg b/escape-room/godot/editor/Library.blend-99a84d238a8e351977f2c77b04237a9e.scn-folding-510cab0f92d5325c6ff457c2cacc001d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Library.blend-99a84d238a8e351977f2c77b04237a9e.scn-folding-510cab0f92d5325c6ff457c2cacc001d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Marketplace.blend-1839c7781df85d7d83d453bbb1294cae.scn-folding-fb53e8105f7d4d1cd124a4367cb0c96d.cfg b/escape-room/godot/editor/Marketplace.blend-1839c7781df85d7d83d453bbb1294cae.scn-folding-fb53e8105f7d4d1cd124a4367cb0c96d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Marketplace.blend-1839c7781df85d7d83d453bbb1294cae.scn-folding-fb53e8105f7d4d1cd124a4367cb0c96d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Plant.blend-caa88e85b27881f01b4dc09b385033c5.scn-folding-f86c86b571b14445f90d0d845d6279db.cfg b/escape-room/godot/editor/Plant.blend-caa88e85b27881f01b4dc09b385033c5.scn-folding-f86c86b571b14445f90d0d845d6279db.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Plant.blend-caa88e85b27881f01b4dc09b385033c5.scn-folding-f86c86b571b14445f90d0d845d6279db.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Plant.fbx-02bb75cd7297eed3e45791a91e01a4ed.scn-folding-8f4226f3b332ebb2b717b3dc4b5c21b4.cfg b/escape-room/godot/editor/Plant.fbx-02bb75cd7297eed3e45791a91e01a4ed.scn-folding-8f4226f3b332ebb2b717b3dc4b5c21b4.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Plant.fbx-02bb75cd7297eed3e45791a91e01a4ed.scn-folding-8f4226f3b332ebb2b717b3dc4b5c21b4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Plant.obj-af7234f8eb3f4d61e2367bfb57f7fb42.mesh-folding-7a4f3891df4e061f6cdf1550c788ea0f.cfg b/escape-room/godot/editor/Plant.obj-af7234f8eb3f4d61e2367bfb57f7fb42.mesh-folding-7a4f3891df4e061f6cdf1550c788ea0f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Plant.obj-af7234f8eb3f4d61e2367bfb57f7fb42.mesh-folding-7a4f3891df4e061f6cdf1550c788ea0f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Rammstein - Sonne.mp3-af105dfa30f6784a46e745e48a461107.mp3str-folding-75bbcc0c55e9eccf82953b941fe96408.cfg b/escape-room/godot/editor/Rammstein - Sonne.mp3-af105dfa30f6784a46e745e48a461107.mp3str-folding-75bbcc0c55e9eccf82953b941fe96408.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Rammstein - Sonne.mp3-af105dfa30f6784a46e745e48a461107.mp3str-folding-75bbcc0c55e9eccf82953b941fe96408.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Ruby-500.blend-07262ebbe720c961b3d496f725710dba.scn-folding-86f1edfefa84d968040a28cfe2c6075b.cfg b/escape-room/godot/editor/Ruby-500.blend-07262ebbe720c961b3d496f725710dba.scn-folding-86f1edfefa84d968040a28cfe2c6075b.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Ruby-500.blend-07262ebbe720c961b3d496f725710dba.scn-folding-86f1edfefa84d968040a28cfe2c6075b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Sapphire-200.blend-06202acb9d93736afd0254c6104f8630.scn-folding-05cfb848fa3ba612daa500901e282f6d.cfg b/escape-room/godot/editor/Sapphire-200.blend-06202acb9d93736afd0254c6104f8630.scn-folding-05cfb848fa3ba612daa500901e282f6d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Sapphire-200.blend-06202acb9d93736afd0254c6104f8630.scn-folding-05cfb848fa3ba612daa500901e282f6d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Sarcofagus.blend-c1b4ef8acad19476f55fdebb2cf04438.scn-folding-9dd50a6ad2cafe2ffcfcd71ca33ede4f.cfg b/escape-room/godot/editor/Sarcofagus.blend-c1b4ef8acad19476f55fdebb2cf04438.scn-folding-9dd50a6ad2cafe2ffcfcd71ca33ede4f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Sarcofagus.blend-c1b4ef8acad19476f55fdebb2cf04438.scn-folding-9dd50a6ad2cafe2ffcfcd71ca33ede4f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Showcase.blend-8726fcc3e239257fda9799803a5c045b.scn-folding-40419267595904f6a2f22b3235d1e515.cfg b/escape-room/godot/editor/Showcase.blend-8726fcc3e239257fda9799803a5c045b.scn-folding-40419267595904f6a2f22b3235d1e515.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Showcase.blend-8726fcc3e239257fda9799803a5c045b.scn-folding-40419267595904f6a2f22b3235d1e515.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Silver coin.blend-8bd312e22d04091ab9ac30b24dc69f58.scn-folding-bddc33455ab4cdbd729fabda180b06f6.cfg b/escape-room/godot/editor/Silver coin.blend-8bd312e22d04091ab9ac30b24dc69f58.scn-folding-bddc33455ab4cdbd729fabda180b06f6.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Silver coin.blend-8bd312e22d04091ab9ac30b24dc69f58.scn-folding-bddc33455ab4cdbd729fabda180b06f6.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Sofa.blend-a2d10c5f707fcc5f0a8113c6d1a38f0f.scn-folding-0feded699733ff19ef503eb36e2a2569.cfg b/escape-room/godot/editor/Sofa.blend-a2d10c5f707fcc5f0a8113c6d1a38f0f.scn-folding-0feded699733ff19ef503eb36e2a2569.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Sofa.blend-a2d10c5f707fcc5f0a8113c6d1a38f0f.scn-folding-0feded699733ff19ef503eb36e2a2569.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Sofa.fbx-d7799f15a6b4f0e6cc1922384df4478d.scn-folding-099ee797f2e426f5d592431331665626.cfg b/escape-room/godot/editor/Sofa.fbx-d7799f15a6b4f0e6cc1922384df4478d.scn-folding-099ee797f2e426f5d592431331665626.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Sofa.fbx-d7799f15a6b4f0e6cc1922384df4478d.scn-folding-099ee797f2e426f5d592431331665626.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Sofa.obj-4dc8e8b73b1ac7cbf55ab7cc614c538f.mesh-folding-26c2cfabdcaea0d50a8bd407fd75e445.cfg b/escape-room/godot/editor/Sofa.obj-4dc8e8b73b1ac7cbf55ab7cc614c538f.mesh-folding-26c2cfabdcaea0d50a8bd407fd75e445.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Sofa.obj-4dc8e8b73b1ac7cbf55ab7cc614c538f.mesh-folding-26c2cfabdcaea0d50a8bd407fd75e445.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/SofaDouble.blend-52cd2e520b3a84857648bd15105cdad5.scn-folding-453851b301f1e9b56e141035d9184a24.cfg b/escape-room/godot/editor/SofaDouble.blend-52cd2e520b3a84857648bd15105cdad5.scn-folding-453851b301f1e9b56e141035d9184a24.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/SofaDouble.blend-52cd2e520b3a84857648bd15105cdad5.scn-folding-453851b301f1e9b56e141035d9184a24.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/SofaDouble.fbx-b412896dbd7c1b4e871febcdc8697ded.scn-folding-a8c34209556576a7b4d819da7e6d633b.cfg b/escape-room/godot/editor/SofaDouble.fbx-b412896dbd7c1b4e871febcdc8697ded.scn-folding-a8c34209556576a7b4d819da7e6d633b.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/SofaDouble.fbx-b412896dbd7c1b4e871febcdc8697ded.scn-folding-a8c34209556576a7b4d819da7e6d633b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/SofaDouble.obj-60c78aa6cb78f9310d8ed4db4fcbe977.mesh-folding-4da698dd71780a065a8e96dc54fd8a32.cfg b/escape-room/godot/editor/SofaDouble.obj-60c78aa6cb78f9310d8ed4db4fcbe977.mesh-folding-4da698dd71780a065a8e96dc54fd8a32.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/SofaDouble.obj-60c78aa6cb78f9310d8ed4db4fcbe977.mesh-folding-4da698dd71780a065a8e96dc54fd8a32.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/SofaLong.blend-6455ee46dd25c7d9b7c463c6df117da4.scn-folding-9752b7a87970833eb0f1f2da8f00eaea.cfg b/escape-room/godot/editor/SofaLong.blend-6455ee46dd25c7d9b7c463c6df117da4.scn-folding-9752b7a87970833eb0f1f2da8f00eaea.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/SofaLong.blend-6455ee46dd25c7d9b7c463c6df117da4.scn-folding-9752b7a87970833eb0f1f2da8f00eaea.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/SofaLong.fbx-a648f2100f14543265cce15e0912833d.scn-folding-4e3af2d5583dc83990cb19e626f02be5.cfg b/escape-room/godot/editor/SofaLong.fbx-a648f2100f14543265cce15e0912833d.scn-folding-4e3af2d5583dc83990cb19e626f02be5.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/SofaLong.fbx-a648f2100f14543265cce15e0912833d.scn-folding-4e3af2d5583dc83990cb19e626f02be5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/SofaLong.obj-ae095d36bcf310d4881edfa515e63022.mesh-folding-525059843ab13c310cbd0c947039a6fe.cfg b/escape-room/godot/editor/SofaLong.obj-ae095d36bcf310d4881edfa515e63022.mesh-folding-525059843ab13c310cbd0c947039a6fe.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/SofaLong.obj-ae095d36bcf310d4881edfa515e63022.mesh-folding-525059843ab13c310cbd0c947039a6fe.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/SpeakerAHighPoly.obj-d37b5dff28dcbff06da58a22981b0e8c.mesh-folding-1a26649d66c73b8666add86d1eeb31bb.cfg b/escape-room/godot/editor/SpeakerAHighPoly.obj-d37b5dff28dcbff06da58a22981b0e8c.mesh-folding-1a26649d66c73b8666add86d1eeb31bb.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/SpeakerAHighPoly.obj-d37b5dff28dcbff06da58a22981b0e8c.mesh-folding-1a26649d66c73b8666add86d1eeb31bb.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/SpeakerALowPoly.obj-3d6da5876738b4222f1ff76efae9e983.mesh-folding-ae3b4ea5718a3d4134bfbec5bc97aa7e.cfg b/escape-room/godot/editor/SpeakerALowPoly.obj-3d6da5876738b4222f1ff76efae9e983.mesh-folding-ae3b4ea5718a3d4134bfbec5bc97aa7e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/SpeakerALowPoly.obj-3d6da5876738b4222f1ff76efae9e983.mesh-folding-ae3b4ea5718a3d4134bfbec5bc97aa7e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/SpeakerBHighPoly.obj-fdec3104c6f05615d7cb1bbfa273561d.mesh-folding-e8bafd34bcb8ad2b0b7f772e9a46cbce.cfg b/escape-room/godot/editor/SpeakerBHighPoly.obj-fdec3104c6f05615d7cb1bbfa273561d.mesh-folding-e8bafd34bcb8ad2b0b7f772e9a46cbce.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/SpeakerBHighPoly.obj-fdec3104c6f05615d7cb1bbfa273561d.mesh-folding-e8bafd34bcb8ad2b0b7f772e9a46cbce.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/SpeakerBLowPoly.obj-7da287f9e05d4a1486912906763133de.mesh-folding-e126c2de101ad33e4d43b6a636708496.cfg b/escape-room/godot/editor/SpeakerBLowPoly.obj-7da287f9e05d4a1486912906763133de.mesh-folding-e126c2de101ad33e4d43b6a636708496.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/SpeakerBLowPoly.obj-7da287f9e05d4a1486912906763133de.mesh-folding-e126c2de101ad33e4d43b6a636708496.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Stool.blend-151ba8071f17c870e27fcc8a91874975.scn-folding-8cad7a2722ff046eb6774f2f0dd414a1.cfg b/escape-room/godot/editor/Stool.blend-151ba8071f17c870e27fcc8a91874975.scn-folding-8cad7a2722ff046eb6774f2f0dd414a1.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Stool.blend-151ba8071f17c870e27fcc8a91874975.scn-folding-8cad7a2722ff046eb6774f2f0dd414a1.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Stool.blend-c36c6aeb242012af04ea2eeaefa3269c.scn-folding-3beec2c4a3489e8ea42e537c392a067e.cfg b/escape-room/godot/editor/Stool.blend-c36c6aeb242012af04ea2eeaefa3269c.scn-folding-3beec2c4a3489e8ea42e537c392a067e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Stool.blend-c36c6aeb242012af04ea2eeaefa3269c.scn-folding-3beec2c4a3489e8ea42e537c392a067e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Stool.fbx-c16104ef5be123997136100f9d823ab4.scn-folding-59ba921980165f8893918aac0eabd9e5.cfg b/escape-room/godot/editor/Stool.fbx-c16104ef5be123997136100f9d823ab4.scn-folding-59ba921980165f8893918aac0eabd9e5.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Stool.fbx-c16104ef5be123997136100f9d823ab4.scn-folding-59ba921980165f8893918aac0eabd9e5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Stool.obj-dafd09fe4271a926794633bdc70211dc.mesh-folding-c7668443554e72093ca89bbdf39fa5c2.cfg b/escape-room/godot/editor/Stool.obj-dafd09fe4271a926794633bdc70211dc.mesh-folding-c7668443554e72093ca89bbdf39fa5c2.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Stool.obj-dafd09fe4271a926794633bdc70211dc.mesh-folding-c7668443554e72093ca89bbdf39fa5c2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Table.blend-0d66b4bb7f2182c8b86991ab5dafb9d8.scn-folding-dabe3aa717c120f05e11392dca41433a.cfg b/escape-room/godot/editor/Table.blend-0d66b4bb7f2182c8b86991ab5dafb9d8.scn-folding-dabe3aa717c120f05e11392dca41433a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Table.blend-0d66b4bb7f2182c8b86991ab5dafb9d8.scn-folding-dabe3aa717c120f05e11392dca41433a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Table.blend-a5ddba4c46d33fabae8e78e5dbd49e79.scn-folding-3e55f32738aab8151112b2fda9b935c9.cfg b/escape-room/godot/editor/Table.blend-a5ddba4c46d33fabae8e78e5dbd49e79.scn-folding-3e55f32738aab8151112b2fda9b935c9.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Table.blend-a5ddba4c46d33fabae8e78e5dbd49e79.scn-folding-3e55f32738aab8151112b2fda9b935c9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Table.fbx-70dedde87d073ca8d6c54ea77d25309d.scn-folding-18be3e541a768177367dc0a114344a99.cfg b/escape-room/godot/editor/Table.fbx-70dedde87d073ca8d6c54ea77d25309d.scn-folding-18be3e541a768177367dc0a114344a99.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Table.fbx-70dedde87d073ca8d6c54ea77d25309d.scn-folding-18be3e541a768177367dc0a114344a99.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Table.obj-5688284fdd07e55b2013e71ba7a50985.mesh-folding-563e04e06f3d0a60f35ad91170a225ad.cfg b/escape-room/godot/editor/Table.obj-5688284fdd07e55b2013e71ba7a50985.mesh-folding-563e04e06f3d0a60f35ad91170a225ad.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Table.obj-5688284fdd07e55b2013e71ba7a50985.mesh-folding-563e04e06f3d0a60f35ad91170a225ad.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Torch.blend-789a571a7969ee059dfa7db5d4f6a127.scn-folding-08237d2a3a21e18c59638d416d6454ed.cfg b/escape-room/godot/editor/Torch.blend-789a571a7969ee059dfa7db5d4f6a127.scn-folding-08237d2a3a21e18c59638d416d6454ed.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Torch.blend-789a571a7969ee059dfa7db5d4f6a127.scn-folding-08237d2a3a21e18c59638d416d6454ed.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Vase.blend-1daa0112e5526208d4da750478bde46b.scn-folding-bc3d6482baf20e758d4a566088f3f7ae.cfg b/escape-room/godot/editor/Vase.blend-1daa0112e5526208d4da750478bde46b.scn-folding-bc3d6482baf20e758d4a566088f3f7ae.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Vase.blend-1daa0112e5526208d4da750478bde46b.scn-folding-bc3d6482baf20e758d4a566088f3f7ae.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Vase.fbx-d1078b4b42cb8a28b1fcf9ea7b04cb63.scn-folding-5a75fcac672451abd030cb37e2caa898.cfg b/escape-room/godot/editor/Vase.fbx-d1078b4b42cb8a28b1fcf9ea7b04cb63.scn-folding-5a75fcac672451abd030cb37e2caa898.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Vase.fbx-d1078b4b42cb8a28b1fcf9ea7b04cb63.scn-folding-5a75fcac672451abd030cb37e2caa898.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Vase.obj-f776b0aa65e95a23e4b1701cdb23eef5.mesh-folding-d020a7716da222f7753c5665b4e391d7.cfg b/escape-room/godot/editor/Vase.obj-f776b0aa65e95a23e4b1701cdb23eef5.mesh-folding-d020a7716da222f7753c5665b4e391d7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Vase.obj-f776b0aa65e95a23e4b1701cdb23eef5.mesh-folding-d020a7716da222f7753c5665b4e391d7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Vase2.blend-fe244a3fad55afffa03c50f40bdb4317.scn-folding-c4b32b0e2ed3904d8ff28589f630152b.cfg b/escape-room/godot/editor/Vase2.blend-fe244a3fad55afffa03c50f40bdb4317.scn-folding-c4b32b0e2ed3904d8ff28589f630152b.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Vase2.blend-fe244a3fad55afffa03c50f40bdb4317.scn-folding-c4b32b0e2ed3904d8ff28589f630152b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Vase2.fbx-e892278cbb6708ee94ff94ff4a90d96f.scn-folding-920b10f4e5e2365ca2f9dbf84f6beed8.cfg b/escape-room/godot/editor/Vase2.fbx-e892278cbb6708ee94ff94ff4a90d96f.scn-folding-920b10f4e5e2365ca2f9dbf84f6beed8.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Vase2.fbx-e892278cbb6708ee94ff94ff4a90d96f.scn-folding-920b10f4e5e2365ca2f9dbf84f6beed8.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/Vase2.obj-3d34094ef60474099f9e656bb284b645.mesh-folding-8d74088ef1200b13c86ba1249f1b855e.cfg b/escape-room/godot/editor/Vase2.obj-3d34094ef60474099f9e656bb284b645.mesh-folding-8d74088ef1200b13c86ba1249f1b855e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/Vase2.obj-3d34094ef60474099f9e656bb284b645.mesh-folding-8d74088ef1200b13c86ba1249f1b855e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/achievement.wav-c1ce8e703b000ba2f37543f6e3600ec9.sample-folding-2727c9674597886c6d7fb587960059f4.cfg b/escape-room/godot/editor/achievement.wav-c1ce8e703b000ba2f37543f6e3600ec9.sample-folding-2727c9674597886c6d7fb587960059f4.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/achievement.wav-c1ce8e703b000ba2f37543f6e3600ec9.sample-folding-2727c9674597886c6d7fb587960059f4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/apple.blend-4fe9546903263eac262ae1679db62fd9.scn-folding-95fdbf264e60666af4838e44cda65e77.cfg b/escape-room/godot/editor/apple.blend-4fe9546903263eac262ae1679db62fd9.scn-folding-95fdbf264e60666af4838e44cda65e77.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/apple.blend-4fe9546903263eac262ae1679db62fd9.scn-folding-95fdbf264e60666af4838e44cda65e77.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/armchair.blend-8b754e42c49549d3709db48ba4fab442.scn-folding-d74176fdf409181253e4616cf4c90728.cfg b/escape-room/godot/editor/armchair.blend-8b754e42c49549d3709db48ba4fab442.scn-folding-d74176fdf409181253e4616cf4c90728.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/armchair.blend-8b754e42c49549d3709db48ba4fab442.scn-folding-d74176fdf409181253e4616cf4c90728.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bathroomCabinet.dae-9a102a5c0f982157a6bedc672f62b595.scn-folding-db55549cf9e493eaed045e9aec8858b2.cfg b/escape-room/godot/editor/bathroomCabinet.dae-9a102a5c0f982157a6bedc672f62b595.scn-folding-db55549cf9e493eaed045e9aec8858b2.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bathroomCabinet.dae-9a102a5c0f982157a6bedc672f62b595.scn-folding-db55549cf9e493eaed045e9aec8858b2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bathroomCabinet.fbx-36b87f18e336aeecaa03e3f2927d3b8f.scn-folding-ca67479d591c2f1aa98460bd837ecaef.cfg b/escape-room/godot/editor/bathroomCabinet.fbx-36b87f18e336aeecaa03e3f2927d3b8f.scn-folding-ca67479d591c2f1aa98460bd837ecaef.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bathroomCabinet.fbx-36b87f18e336aeecaa03e3f2927d3b8f.scn-folding-ca67479d591c2f1aa98460bd837ecaef.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bathroomCabinet.glb-20aaf7d1bd5ab058f7f099ee1329bb41.scn-folding-663ce239d594137888bf317410fb61ad.cfg b/escape-room/godot/editor/bathroomCabinet.glb-20aaf7d1bd5ab058f7f099ee1329bb41.scn-folding-663ce239d594137888bf317410fb61ad.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bathroomCabinet.glb-20aaf7d1bd5ab058f7f099ee1329bb41.scn-folding-663ce239d594137888bf317410fb61ad.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bathroomCabinet.obj-9f119079b41d9a9ed9d339dc7fbc377d.mesh-folding-8a7bdfe78c0cbb721eaa8748f00d0b9e.cfg b/escape-room/godot/editor/bathroomCabinet.obj-9f119079b41d9a9ed9d339dc7fbc377d.mesh-folding-8a7bdfe78c0cbb721eaa8748f00d0b9e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bathroomCabinet.obj-9f119079b41d9a9ed9d339dc7fbc377d.mesh-folding-8a7bdfe78c0cbb721eaa8748f00d0b9e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bathroomCabinetDrawer.dae-da075ac73cf3affa9b42755e10f5488e.scn-folding-456bfc64391b952614855592295c9ca1.cfg b/escape-room/godot/editor/bathroomCabinetDrawer.dae-da075ac73cf3affa9b42755e10f5488e.scn-folding-456bfc64391b952614855592295c9ca1.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bathroomCabinetDrawer.dae-da075ac73cf3affa9b42755e10f5488e.scn-folding-456bfc64391b952614855592295c9ca1.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bathroomCabinetDrawer.fbx-ef754e30afdb99473d614955e9fc81f3.scn-folding-e1f1824b3a5a7951c33b9bc8fcfcd134.cfg b/escape-room/godot/editor/bathroomCabinetDrawer.fbx-ef754e30afdb99473d614955e9fc81f3.scn-folding-e1f1824b3a5a7951c33b9bc8fcfcd134.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bathroomCabinetDrawer.fbx-ef754e30afdb99473d614955e9fc81f3.scn-folding-e1f1824b3a5a7951c33b9bc8fcfcd134.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bathroomCabinetDrawer.glb-1d15f3174b639b5f9b1516753007f10e.scn-folding-c0c37a27228b3d7d02e5bddb64fa367c.cfg b/escape-room/godot/editor/bathroomCabinetDrawer.glb-1d15f3174b639b5f9b1516753007f10e.scn-folding-c0c37a27228b3d7d02e5bddb64fa367c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bathroomCabinetDrawer.glb-1d15f3174b639b5f9b1516753007f10e.scn-folding-c0c37a27228b3d7d02e5bddb64fa367c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bathroomCabinetDrawer.obj-3ee036344523da7fb506d2a7721f63eb.mesh-folding-f254015e4fc807f3d8dbbf77b2854702.cfg b/escape-room/godot/editor/bathroomCabinetDrawer.obj-3ee036344523da7fb506d2a7721f63eb.mesh-folding-f254015e4fc807f3d8dbbf77b2854702.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bathroomCabinetDrawer.obj-3ee036344523da7fb506d2a7721f63eb.mesh-folding-f254015e4fc807f3d8dbbf77b2854702.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bathroomMirror.dae-107938643051e7c477a7e11a57bb39c1.scn-folding-4e5c1b93534c593a58db65fd34b0e034.cfg b/escape-room/godot/editor/bathroomMirror.dae-107938643051e7c477a7e11a57bb39c1.scn-folding-4e5c1b93534c593a58db65fd34b0e034.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bathroomMirror.dae-107938643051e7c477a7e11a57bb39c1.scn-folding-4e5c1b93534c593a58db65fd34b0e034.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bathroomMirror.fbx-7ccd65cf428a825021044f3a3fd13723.scn-folding-729163679da8e02369361a140a484211.cfg b/escape-room/godot/editor/bathroomMirror.fbx-7ccd65cf428a825021044f3a3fd13723.scn-folding-729163679da8e02369361a140a484211.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bathroomMirror.fbx-7ccd65cf428a825021044f3a3fd13723.scn-folding-729163679da8e02369361a140a484211.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bathroomMirror.glb-30bc0da64bd749cfa6eeb26c0745f739.scn-folding-84b2c55154ae69df59894c0a3dba4d33.cfg b/escape-room/godot/editor/bathroomMirror.glb-30bc0da64bd749cfa6eeb26c0745f739.scn-folding-84b2c55154ae69df59894c0a3dba4d33.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bathroomMirror.glb-30bc0da64bd749cfa6eeb26c0745f739.scn-folding-84b2c55154ae69df59894c0a3dba4d33.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bathroomMirror.obj-797fb0395b0fe72fe6ef676bc8da4884.mesh-folding-e2dcb4ccdecc77780ffc1941fb6fe2d0.cfg b/escape-room/godot/editor/bathroomMirror.obj-797fb0395b0fe72fe6ef676bc8da4884.mesh-folding-e2dcb4ccdecc77780ffc1941fb6fe2d0.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bathroomMirror.obj-797fb0395b0fe72fe6ef676bc8da4884.mesh-folding-e2dcb4ccdecc77780ffc1941fb6fe2d0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bathroomSink.dae-7533d3592f7c88923485033e1f469c47.scn-folding-972f9acc22be3bf5d9b2d1b710c52a36.cfg b/escape-room/godot/editor/bathroomSink.dae-7533d3592f7c88923485033e1f469c47.scn-folding-972f9acc22be3bf5d9b2d1b710c52a36.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bathroomSink.dae-7533d3592f7c88923485033e1f469c47.scn-folding-972f9acc22be3bf5d9b2d1b710c52a36.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bathroomSink.fbx-e5f1cd1a270f7b1b6a82e9c16ddbd522.scn-folding-f646761339787afc3f005ee1da92f659.cfg b/escape-room/godot/editor/bathroomSink.fbx-e5f1cd1a270f7b1b6a82e9c16ddbd522.scn-folding-f646761339787afc3f005ee1da92f659.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bathroomSink.fbx-e5f1cd1a270f7b1b6a82e9c16ddbd522.scn-folding-f646761339787afc3f005ee1da92f659.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bathroomSink.glb-c8467c127fb183a4432ef63672adda9e.scn-folding-5de908cf4d0761c9433771b09c6a462f.cfg b/escape-room/godot/editor/bathroomSink.glb-c8467c127fb183a4432ef63672adda9e.scn-folding-5de908cf4d0761c9433771b09c6a462f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bathroomSink.glb-c8467c127fb183a4432ef63672adda9e.scn-folding-5de908cf4d0761c9433771b09c6a462f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bathroomSink.obj-4341b5bae1edfc031ccf9c2e618790f6.mesh-folding-817f15a194ede0f4ea003a39e9af80bc.cfg b/escape-room/godot/editor/bathroomSink.obj-4341b5bae1edfc031ccf9c2e618790f6.mesh-folding-817f15a194ede0f4ea003a39e9af80bc.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bathroomSink.obj-4341b5bae1edfc031ccf9c2e618790f6.mesh-folding-817f15a194ede0f4ea003a39e9af80bc.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bathroomSinkSquare.dae-2aacb110f20c88dd6197d89ad3c4fac1.scn-folding-42dbe8d83308365d04b12ec420b94e25.cfg b/escape-room/godot/editor/bathroomSinkSquare.dae-2aacb110f20c88dd6197d89ad3c4fac1.scn-folding-42dbe8d83308365d04b12ec420b94e25.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bathroomSinkSquare.dae-2aacb110f20c88dd6197d89ad3c4fac1.scn-folding-42dbe8d83308365d04b12ec420b94e25.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bathroomSinkSquare.fbx-f8edaa271e09d166ee23411e72be4644.scn-folding-811ba92fb7b85a2a4d6ee497333ea368.cfg b/escape-room/godot/editor/bathroomSinkSquare.fbx-f8edaa271e09d166ee23411e72be4644.scn-folding-811ba92fb7b85a2a4d6ee497333ea368.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bathroomSinkSquare.fbx-f8edaa271e09d166ee23411e72be4644.scn-folding-811ba92fb7b85a2a4d6ee497333ea368.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bathroomSinkSquare.glb-374a52b01488b72d7a77e69e668fe21c.scn-folding-90869be134e0e46ddc95ba85b6a8cfe5.cfg b/escape-room/godot/editor/bathroomSinkSquare.glb-374a52b01488b72d7a77e69e668fe21c.scn-folding-90869be134e0e46ddc95ba85b6a8cfe5.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bathroomSinkSquare.glb-374a52b01488b72d7a77e69e668fe21c.scn-folding-90869be134e0e46ddc95ba85b6a8cfe5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bathroomSinkSquare.obj-c518c6e60bea3b89d401dbdb56e6ad7b.mesh-folding-edf100094b2d0ef0859b266f83477f85.cfg b/escape-room/godot/editor/bathroomSinkSquare.obj-c518c6e60bea3b89d401dbdb56e6ad7b.mesh-folding-edf100094b2d0ef0859b266f83477f85.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bathroomSinkSquare.obj-c518c6e60bea3b89d401dbdb56e6ad7b.mesh-folding-edf100094b2d0ef0859b266f83477f85.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bathtub.dae-6d5f6d407a0b753da9ccfe2ef49d1b81.scn-folding-70e4426b0fe83a029afe0697383a2864.cfg b/escape-room/godot/editor/bathtub.dae-6d5f6d407a0b753da9ccfe2ef49d1b81.scn-folding-70e4426b0fe83a029afe0697383a2864.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bathtub.dae-6d5f6d407a0b753da9ccfe2ef49d1b81.scn-folding-70e4426b0fe83a029afe0697383a2864.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bathtub.fbx-9b740c41c83c0c3e713da090585ae13d.scn-folding-02d562ac8b6045545385e527d7e2b015.cfg b/escape-room/godot/editor/bathtub.fbx-9b740c41c83c0c3e713da090585ae13d.scn-folding-02d562ac8b6045545385e527d7e2b015.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bathtub.fbx-9b740c41c83c0c3e713da090585ae13d.scn-folding-02d562ac8b6045545385e527d7e2b015.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bathtub.glb-8d308c19f911b2a089025729f0ff3eb9.scn-folding-dbdfec2b9bc67044bac1e34c1fdf6771.cfg b/escape-room/godot/editor/bathtub.glb-8d308c19f911b2a089025729f0ff3eb9.scn-folding-dbdfec2b9bc67044bac1e34c1fdf6771.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bathtub.glb-8d308c19f911b2a089025729f0ff3eb9.scn-folding-dbdfec2b9bc67044bac1e34c1fdf6771.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bathtub.obj-02a87b4986bc571dd937da910eca7281.mesh-folding-956007d08a838054d7bb5a7edaa73227.cfg b/escape-room/godot/editor/bathtub.obj-02a87b4986bc571dd937da910eca7281.mesh-folding-956007d08a838054d7bb5a7edaa73227.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bathtub.obj-02a87b4986bc571dd937da910eca7281.mesh-folding-956007d08a838054d7bb5a7edaa73227.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bear.dae-286e826221b4f38d8ba884146198f202.scn-folding-fa8aea85bf234e46a5db1d959a543918.cfg b/escape-room/godot/editor/bear.dae-286e826221b4f38d8ba884146198f202.scn-folding-fa8aea85bf234e46a5db1d959a543918.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bear.dae-286e826221b4f38d8ba884146198f202.scn-folding-fa8aea85bf234e46a5db1d959a543918.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bear.fbx-2cbde97ef03f1d22ce6c77f33cffa017.scn-folding-c8eaa47e79b119b7926ba76246b2c7c5.cfg b/escape-room/godot/editor/bear.fbx-2cbde97ef03f1d22ce6c77f33cffa017.scn-folding-c8eaa47e79b119b7926ba76246b2c7c5.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bear.fbx-2cbde97ef03f1d22ce6c77f33cffa017.scn-folding-c8eaa47e79b119b7926ba76246b2c7c5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bear.glb-164ae5dffa9683124406fb52cf93adc8.scn-folding-ca9634c67a259cca0607f44c2a1c5398.cfg b/escape-room/godot/editor/bear.glb-164ae5dffa9683124406fb52cf93adc8.scn-folding-ca9634c67a259cca0607f44c2a1c5398.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bear.glb-164ae5dffa9683124406fb52cf93adc8.scn-folding-ca9634c67a259cca0607f44c2a1c5398.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bear.obj-3c0ddd56f445707f54f76b1f5b26b06f.mesh-folding-3cc30d34ce9ca6a9ba67085a6c7d89a3.cfg b/escape-room/godot/editor/bear.obj-3c0ddd56f445707f54f76b1f5b26b06f.mesh-folding-3cc30d34ce9ca6a9ba67085a6c7d89a3.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bear.obj-3c0ddd56f445707f54f76b1f5b26b06f.mesh-folding-3cc30d34ce9ca6a9ba67085a6c7d89a3.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bedBunk.dae-ebe727c6ee5eff15f3aa818f3aec568b.scn-folding-29e2179dcc0d8a23974278cbcf974da0.cfg b/escape-room/godot/editor/bedBunk.dae-ebe727c6ee5eff15f3aa818f3aec568b.scn-folding-29e2179dcc0d8a23974278cbcf974da0.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bedBunk.dae-ebe727c6ee5eff15f3aa818f3aec568b.scn-folding-29e2179dcc0d8a23974278cbcf974da0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bedBunk.fbx-20c47d47993a497a55636d820126df68.scn-folding-9dd06bb0d497109c458d60d9582bcf76.cfg b/escape-room/godot/editor/bedBunk.fbx-20c47d47993a497a55636d820126df68.scn-folding-9dd06bb0d497109c458d60d9582bcf76.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bedBunk.fbx-20c47d47993a497a55636d820126df68.scn-folding-9dd06bb0d497109c458d60d9582bcf76.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bedBunk.glb-daf11616c05813df442f796ce27b7f1a.scn-folding-eade1c28c47dc280cba40a4363e6e4a5.cfg b/escape-room/godot/editor/bedBunk.glb-daf11616c05813df442f796ce27b7f1a.scn-folding-eade1c28c47dc280cba40a4363e6e4a5.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bedBunk.glb-daf11616c05813df442f796ce27b7f1a.scn-folding-eade1c28c47dc280cba40a4363e6e4a5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bedBunk.obj-36a9aa93e416a994aca86d7f4343a738.mesh-folding-adf07c751ae21f10c63ba1586357caf0.cfg b/escape-room/godot/editor/bedBunk.obj-36a9aa93e416a994aca86d7f4343a738.mesh-folding-adf07c751ae21f10c63ba1586357caf0.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bedBunk.obj-36a9aa93e416a994aca86d7f4343a738.mesh-folding-adf07c751ae21f10c63ba1586357caf0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bedDouble.dae-ccb13c8cf1cf529a1d70b0e0b52ffd7f.scn-folding-554e312e9e339c5f65c3f330db49dc93.cfg b/escape-room/godot/editor/bedDouble.dae-ccb13c8cf1cf529a1d70b0e0b52ffd7f.scn-folding-554e312e9e339c5f65c3f330db49dc93.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bedDouble.dae-ccb13c8cf1cf529a1d70b0e0b52ffd7f.scn-folding-554e312e9e339c5f65c3f330db49dc93.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bedDouble.fbx-84aaf29a4a60f41802b1d680deebb170.scn-folding-48958cce81bbba221e1ef9279ec5174a.cfg b/escape-room/godot/editor/bedDouble.fbx-84aaf29a4a60f41802b1d680deebb170.scn-folding-48958cce81bbba221e1ef9279ec5174a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bedDouble.fbx-84aaf29a4a60f41802b1d680deebb170.scn-folding-48958cce81bbba221e1ef9279ec5174a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bedDouble.glb-2d023d257f51acd5847804f06d526f7f.scn-folding-21d7486bb1fd38fd37f314eb131c4075.cfg b/escape-room/godot/editor/bedDouble.glb-2d023d257f51acd5847804f06d526f7f.scn-folding-21d7486bb1fd38fd37f314eb131c4075.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bedDouble.glb-2d023d257f51acd5847804f06d526f7f.scn-folding-21d7486bb1fd38fd37f314eb131c4075.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bedDouble.obj-7d430932f8ea81fc00879e7181ed26df.mesh-folding-cece30bdbffbc2c29a047585a2e1bb80.cfg b/escape-room/godot/editor/bedDouble.obj-7d430932f8ea81fc00879e7181ed26df.mesh-folding-cece30bdbffbc2c29a047585a2e1bb80.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bedDouble.obj-7d430932f8ea81fc00879e7181ed26df.mesh-folding-cece30bdbffbc2c29a047585a2e1bb80.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bedSingle.dae-051d37d13b3a8c565fd016b8f8291c8a.scn-folding-efb95fd7721164a41c1b56202f735bf0.cfg b/escape-room/godot/editor/bedSingle.dae-051d37d13b3a8c565fd016b8f8291c8a.scn-folding-efb95fd7721164a41c1b56202f735bf0.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bedSingle.dae-051d37d13b3a8c565fd016b8f8291c8a.scn-folding-efb95fd7721164a41c1b56202f735bf0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bedSingle.fbx-ac742e159be837bbf0a9cc20e3686f89.scn-folding-fb50a8ac17b78685cf3e34cd5ac24934.cfg b/escape-room/godot/editor/bedSingle.fbx-ac742e159be837bbf0a9cc20e3686f89.scn-folding-fb50a8ac17b78685cf3e34cd5ac24934.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bedSingle.fbx-ac742e159be837bbf0a9cc20e3686f89.scn-folding-fb50a8ac17b78685cf3e34cd5ac24934.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bedSingle.glb-95e135c35e1f5cad5d3d8898974d7319.scn-folding-0f51eb3a9d1d4bd97a2e8a9e695d3cba.cfg b/escape-room/godot/editor/bedSingle.glb-95e135c35e1f5cad5d3d8898974d7319.scn-folding-0f51eb3a9d1d4bd97a2e8a9e695d3cba.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bedSingle.glb-95e135c35e1f5cad5d3d8898974d7319.scn-folding-0f51eb3a9d1d4bd97a2e8a9e695d3cba.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bedSingle.obj-071f5102c5af0740de608793dc34b618.mesh-folding-4e9285434f76769a11c0a6280ed7f3f7.cfg b/escape-room/godot/editor/bedSingle.obj-071f5102c5af0740de608793dc34b618.mesh-folding-4e9285434f76769a11c0a6280ed7f3f7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bedSingle.obj-071f5102c5af0740de608793dc34b618.mesh-folding-4e9285434f76769a11c0a6280ed7f3f7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bench.dae-5f5463baaca986d5642a1dea59c43c8e.scn-folding-2a672d017ffd0e8cd11d7ee3f640ec54.cfg b/escape-room/godot/editor/bench.dae-5f5463baaca986d5642a1dea59c43c8e.scn-folding-2a672d017ffd0e8cd11d7ee3f640ec54.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bench.dae-5f5463baaca986d5642a1dea59c43c8e.scn-folding-2a672d017ffd0e8cd11d7ee3f640ec54.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bench.fbx-28b316562c1f5461773b724718b43d17.scn-folding-cff2d5de346b7b95b7821ae00982d601.cfg b/escape-room/godot/editor/bench.fbx-28b316562c1f5461773b724718b43d17.scn-folding-cff2d5de346b7b95b7821ae00982d601.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bench.fbx-28b316562c1f5461773b724718b43d17.scn-folding-cff2d5de346b7b95b7821ae00982d601.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bench.glb-40bb7d055849c2313a777e48a2acdebc.scn-folding-0c56cd0884f0a7a8afb4208ca8030446.cfg b/escape-room/godot/editor/bench.glb-40bb7d055849c2313a777e48a2acdebc.scn-folding-0c56cd0884f0a7a8afb4208ca8030446.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bench.glb-40bb7d055849c2313a777e48a2acdebc.scn-folding-0c56cd0884f0a7a8afb4208ca8030446.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bench.obj-6da0f3f5a4a81483591f929c14b5cd6e.mesh-folding-7397f83965257b3210811db61174194e.cfg b/escape-room/godot/editor/bench.obj-6da0f3f5a4a81483591f929c14b5cd6e.mesh-folding-7397f83965257b3210811db61174194e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bench.obj-6da0f3f5a4a81483591f929c14b5cd6e.mesh-folding-7397f83965257b3210811db61174194e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/benchCushion.dae-fc6f733fff20700ef9584ce623512e4a.scn-folding-526187813f0801a110e1b2042b46968c.cfg b/escape-room/godot/editor/benchCushion.dae-fc6f733fff20700ef9584ce623512e4a.scn-folding-526187813f0801a110e1b2042b46968c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/benchCushion.dae-fc6f733fff20700ef9584ce623512e4a.scn-folding-526187813f0801a110e1b2042b46968c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/benchCushion.fbx-46d6f4db93186274f97eca94d233d3d9.scn-folding-67a10461578320d46bcb369c01bbb6d6.cfg b/escape-room/godot/editor/benchCushion.fbx-46d6f4db93186274f97eca94d233d3d9.scn-folding-67a10461578320d46bcb369c01bbb6d6.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/benchCushion.fbx-46d6f4db93186274f97eca94d233d3d9.scn-folding-67a10461578320d46bcb369c01bbb6d6.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/benchCushion.glb-4b543fbcc6e895d2c213819278261d0e.scn-folding-9f775731137fa675bf598ef726f361c9.cfg b/escape-room/godot/editor/benchCushion.glb-4b543fbcc6e895d2c213819278261d0e.scn-folding-9f775731137fa675bf598ef726f361c9.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/benchCushion.glb-4b543fbcc6e895d2c213819278261d0e.scn-folding-9f775731137fa675bf598ef726f361c9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/benchCushion.obj-03b4c256b6557437bddf13f2dcebc6ad.mesh-folding-e47b77630ca66e6d07a2d3d79a9099e9.cfg b/escape-room/godot/editor/benchCushion.obj-03b4c256b6557437bddf13f2dcebc6ad.mesh-folding-e47b77630ca66e6d07a2d3d79a9099e9.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/benchCushion.obj-03b4c256b6557437bddf13f2dcebc6ad.mesh-folding-e47b77630ca66e6d07a2d3d79a9099e9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/benchCushionLow.dae-423c10a4989c45e5827edf1901903c35.scn-folding-afe212ffa2ebdafb7136193aeeef2f92.cfg b/escape-room/godot/editor/benchCushionLow.dae-423c10a4989c45e5827edf1901903c35.scn-folding-afe212ffa2ebdafb7136193aeeef2f92.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/benchCushionLow.dae-423c10a4989c45e5827edf1901903c35.scn-folding-afe212ffa2ebdafb7136193aeeef2f92.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/benchCushionLow.fbx-b0f246998fe459bdfea99a5a164fce47.scn-folding-6bcaafd3786e5e5580c915177cc42a24.cfg b/escape-room/godot/editor/benchCushionLow.fbx-b0f246998fe459bdfea99a5a164fce47.scn-folding-6bcaafd3786e5e5580c915177cc42a24.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/benchCushionLow.fbx-b0f246998fe459bdfea99a5a164fce47.scn-folding-6bcaafd3786e5e5580c915177cc42a24.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/benchCushionLow.glb-0d5c75031bc3f38312b7200c38a3eb9c.scn-folding-5041ec640db1650b00d1b92ebcd1adf7.cfg b/escape-room/godot/editor/benchCushionLow.glb-0d5c75031bc3f38312b7200c38a3eb9c.scn-folding-5041ec640db1650b00d1b92ebcd1adf7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/benchCushionLow.glb-0d5c75031bc3f38312b7200c38a3eb9c.scn-folding-5041ec640db1650b00d1b92ebcd1adf7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/benchCushionLow.obj-e254fb0d1eacabd7a9eb0b18a584316d.mesh-folding-64fda228ed8c29238c59efe960e54db3.cfg b/escape-room/godot/editor/benchCushionLow.obj-e254fb0d1eacabd7a9eb0b18a584316d.mesh-folding-64fda228ed8c29238c59efe960e54db3.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/benchCushionLow.obj-e254fb0d1eacabd7a9eb0b18a584316d.mesh-folding-64fda228ed8c29238c59efe960e54db3.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bookcaseClosed.dae-cbe0e891ce8370a833ddfe14af5b6851.scn-folding-57835d0c6dc91d9a21fb8f2da60384a0.cfg b/escape-room/godot/editor/bookcaseClosed.dae-cbe0e891ce8370a833ddfe14af5b6851.scn-folding-57835d0c6dc91d9a21fb8f2da60384a0.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bookcaseClosed.dae-cbe0e891ce8370a833ddfe14af5b6851.scn-folding-57835d0c6dc91d9a21fb8f2da60384a0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bookcaseClosed.fbx-0aba08bd72ea4cd508459b72d9583293.scn-folding-04eed8ac49629afa0882de869ce0ce9d.cfg b/escape-room/godot/editor/bookcaseClosed.fbx-0aba08bd72ea4cd508459b72d9583293.scn-folding-04eed8ac49629afa0882de869ce0ce9d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bookcaseClosed.fbx-0aba08bd72ea4cd508459b72d9583293.scn-folding-04eed8ac49629afa0882de869ce0ce9d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bookcaseClosed.glb-56ee86d5d85ebe6601226cc4a8399cdf.scn-folding-7c8fab93919e27957e3df10f977bc922.cfg b/escape-room/godot/editor/bookcaseClosed.glb-56ee86d5d85ebe6601226cc4a8399cdf.scn-folding-7c8fab93919e27957e3df10f977bc922.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bookcaseClosed.glb-56ee86d5d85ebe6601226cc4a8399cdf.scn-folding-7c8fab93919e27957e3df10f977bc922.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bookcaseClosed.obj-9a8394029ad181b4751e7399133b84ef.mesh-folding-0faceeaad0607c720dd6d203abcc5c94.cfg b/escape-room/godot/editor/bookcaseClosed.obj-9a8394029ad181b4751e7399133b84ef.mesh-folding-0faceeaad0607c720dd6d203abcc5c94.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bookcaseClosed.obj-9a8394029ad181b4751e7399133b84ef.mesh-folding-0faceeaad0607c720dd6d203abcc5c94.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bookcaseClosedDoors.dae-a4cd40ea730af4d05fd295fe5adeea3f.scn-folding-c5f80b2900c0ddc0de0faf757b30b000.cfg b/escape-room/godot/editor/bookcaseClosedDoors.dae-a4cd40ea730af4d05fd295fe5adeea3f.scn-folding-c5f80b2900c0ddc0de0faf757b30b000.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bookcaseClosedDoors.dae-a4cd40ea730af4d05fd295fe5adeea3f.scn-folding-c5f80b2900c0ddc0de0faf757b30b000.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bookcaseClosedDoors.fbx-58b021ae66d08c40068a2d2469aa61bc.scn-folding-847edc4b60cd147c080c7dd441dda94e.cfg b/escape-room/godot/editor/bookcaseClosedDoors.fbx-58b021ae66d08c40068a2d2469aa61bc.scn-folding-847edc4b60cd147c080c7dd441dda94e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bookcaseClosedDoors.fbx-58b021ae66d08c40068a2d2469aa61bc.scn-folding-847edc4b60cd147c080c7dd441dda94e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bookcaseClosedDoors.glb-e6671ace2fd8e786e4e7b1e52b82858e.scn-folding-87615f1dc4ac43f019bd716f3e9eff4f.cfg b/escape-room/godot/editor/bookcaseClosedDoors.glb-e6671ace2fd8e786e4e7b1e52b82858e.scn-folding-87615f1dc4ac43f019bd716f3e9eff4f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bookcaseClosedDoors.glb-e6671ace2fd8e786e4e7b1e52b82858e.scn-folding-87615f1dc4ac43f019bd716f3e9eff4f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bookcaseClosedDoors.obj-5e7b05ebf25c15420a09297f02a7ee6a.mesh-folding-3ae9e1642e927aab4468dce845ec3eb7.cfg b/escape-room/godot/editor/bookcaseClosedDoors.obj-5e7b05ebf25c15420a09297f02a7ee6a.mesh-folding-3ae9e1642e927aab4468dce845ec3eb7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bookcaseClosedDoors.obj-5e7b05ebf25c15420a09297f02a7ee6a.mesh-folding-3ae9e1642e927aab4468dce845ec3eb7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bookcaseClosedWide.dae-4672d02411cd97de6757c940766044c4.scn-folding-4d9ae8479ee4789541b33eb834ac7d12.cfg b/escape-room/godot/editor/bookcaseClosedWide.dae-4672d02411cd97de6757c940766044c4.scn-folding-4d9ae8479ee4789541b33eb834ac7d12.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bookcaseClosedWide.dae-4672d02411cd97de6757c940766044c4.scn-folding-4d9ae8479ee4789541b33eb834ac7d12.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bookcaseClosedWide.fbx-213de22b944e6db97540bd1b426c7b51.scn-folding-cb1329bcb4c59e53b8e282f11b3129ea.cfg b/escape-room/godot/editor/bookcaseClosedWide.fbx-213de22b944e6db97540bd1b426c7b51.scn-folding-cb1329bcb4c59e53b8e282f11b3129ea.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bookcaseClosedWide.fbx-213de22b944e6db97540bd1b426c7b51.scn-folding-cb1329bcb4c59e53b8e282f11b3129ea.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bookcaseClosedWide.glb-cb1a9dceba4ac7d2fe14e4fa532b79b3.scn-folding-612816675efd062ba7fa55f657a8932e.cfg b/escape-room/godot/editor/bookcaseClosedWide.glb-cb1a9dceba4ac7d2fe14e4fa532b79b3.scn-folding-612816675efd062ba7fa55f657a8932e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bookcaseClosedWide.glb-cb1a9dceba4ac7d2fe14e4fa532b79b3.scn-folding-612816675efd062ba7fa55f657a8932e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bookcaseClosedWide.obj-39b55e19ff38299f6774b328f787cb24.mesh-folding-f1f9599549d971d90015ac4978dec0f4.cfg b/escape-room/godot/editor/bookcaseClosedWide.obj-39b55e19ff38299f6774b328f787cb24.mesh-folding-f1f9599549d971d90015ac4978dec0f4.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bookcaseClosedWide.obj-39b55e19ff38299f6774b328f787cb24.mesh-folding-f1f9599549d971d90015ac4978dec0f4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bookcaseOpen.dae-767ae9ad73aa3b0824a55deca44ed291.scn-folding-7da8b3f9300953735c75d3fb9ba3434e.cfg b/escape-room/godot/editor/bookcaseOpen.dae-767ae9ad73aa3b0824a55deca44ed291.scn-folding-7da8b3f9300953735c75d3fb9ba3434e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bookcaseOpen.dae-767ae9ad73aa3b0824a55deca44ed291.scn-folding-7da8b3f9300953735c75d3fb9ba3434e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bookcaseOpen.fbx-2de42086479f312328ace8e352e220ae.scn-folding-ba59b945e40c372a3f0a8d6e55b041cc.cfg b/escape-room/godot/editor/bookcaseOpen.fbx-2de42086479f312328ace8e352e220ae.scn-folding-ba59b945e40c372a3f0a8d6e55b041cc.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bookcaseOpen.fbx-2de42086479f312328ace8e352e220ae.scn-folding-ba59b945e40c372a3f0a8d6e55b041cc.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bookcaseOpen.glb-8d4367cbbab1a1d11243d2278d2543ee.scn-folding-3557ef851cca0e6f300c68cc237f25df.cfg b/escape-room/godot/editor/bookcaseOpen.glb-8d4367cbbab1a1d11243d2278d2543ee.scn-folding-3557ef851cca0e6f300c68cc237f25df.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bookcaseOpen.glb-8d4367cbbab1a1d11243d2278d2543ee.scn-folding-3557ef851cca0e6f300c68cc237f25df.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bookcaseOpen.obj-32e8e703c4e66e32ef23b1bc6ce65e05.mesh-folding-1b9b66c9b1b4c5a1701b34dd50ca352f.cfg b/escape-room/godot/editor/bookcaseOpen.obj-32e8e703c4e66e32ef23b1bc6ce65e05.mesh-folding-1b9b66c9b1b4c5a1701b34dd50ca352f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bookcaseOpen.obj-32e8e703c4e66e32ef23b1bc6ce65e05.mesh-folding-1b9b66c9b1b4c5a1701b34dd50ca352f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bookcaseOpenLow.dae-ad1a77f3be62020c0d9815effa21b3cc.scn-folding-35699d409ae1bfdc3b4bef33f02d2188.cfg b/escape-room/godot/editor/bookcaseOpenLow.dae-ad1a77f3be62020c0d9815effa21b3cc.scn-folding-35699d409ae1bfdc3b4bef33f02d2188.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bookcaseOpenLow.dae-ad1a77f3be62020c0d9815effa21b3cc.scn-folding-35699d409ae1bfdc3b4bef33f02d2188.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bookcaseOpenLow.fbx-8e1eead0b7ed3a2849ed8ae81f3b39c2.scn-folding-22b8f21f4ec0922bd370db62ba2beb45.cfg b/escape-room/godot/editor/bookcaseOpenLow.fbx-8e1eead0b7ed3a2849ed8ae81f3b39c2.scn-folding-22b8f21f4ec0922bd370db62ba2beb45.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bookcaseOpenLow.fbx-8e1eead0b7ed3a2849ed8ae81f3b39c2.scn-folding-22b8f21f4ec0922bd370db62ba2beb45.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bookcaseOpenLow.glb-6416e251011b89fdb211cbd85f8901dc.scn-folding-2141b8f8ecd87046eca20024148b0528.cfg b/escape-room/godot/editor/bookcaseOpenLow.glb-6416e251011b89fdb211cbd85f8901dc.scn-folding-2141b8f8ecd87046eca20024148b0528.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bookcaseOpenLow.glb-6416e251011b89fdb211cbd85f8901dc.scn-folding-2141b8f8ecd87046eca20024148b0528.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/bookcaseOpenLow.obj-749f868b9aa8494d4d5281b0dfcabad6.mesh-folding-2a4327b6fb0828c908ae17b913c8c2ad.cfg b/escape-room/godot/editor/bookcaseOpenLow.obj-749f868b9aa8494d4d5281b0dfcabad6.mesh-folding-2a4327b6fb0828c908ae17b913c8c2ad.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/bookcaseOpenLow.obj-749f868b9aa8494d4d5281b0dfcabad6.mesh-folding-2a4327b6fb0828c908ae17b913c8c2ad.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/books.dae-e10f5e1c5c59132ea73686c889ee5202.scn-folding-a3e31720c03eb15606f6e3f4cb5c35ac.cfg b/escape-room/godot/editor/books.dae-e10f5e1c5c59132ea73686c889ee5202.scn-folding-a3e31720c03eb15606f6e3f4cb5c35ac.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/books.dae-e10f5e1c5c59132ea73686c889ee5202.scn-folding-a3e31720c03eb15606f6e3f4cb5c35ac.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/books.fbx-4eb9270971cfa04fb6fca79d7be6d2b9.scn-folding-2d774eef83f1fc9cacb64f2075a0b15d.cfg b/escape-room/godot/editor/books.fbx-4eb9270971cfa04fb6fca79d7be6d2b9.scn-folding-2d774eef83f1fc9cacb64f2075a0b15d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/books.fbx-4eb9270971cfa04fb6fca79d7be6d2b9.scn-folding-2d774eef83f1fc9cacb64f2075a0b15d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/books.glb-7988238a6b9e3e5b8c683a6dcd479ac2.scn-folding-84d6648d9abd5cdb5771f50052352c42.cfg b/escape-room/godot/editor/books.glb-7988238a6b9e3e5b8c683a6dcd479ac2.scn-folding-84d6648d9abd5cdb5771f50052352c42.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/books.glb-7988238a6b9e3e5b8c683a6dcd479ac2.scn-folding-84d6648d9abd5cdb5771f50052352c42.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/books.obj-2414a69592be75564faa944a297e04e1.mesh-folding-c576d6705ddadd67ec243e230fe46b26.cfg b/escape-room/godot/editor/books.obj-2414a69592be75564faa944a297e04e1.mesh-folding-c576d6705ddadd67ec243e230fe46b26.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/books.obj-2414a69592be75564faa944a297e04e1.mesh-folding-c576d6705ddadd67ec243e230fe46b26.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/cabinetBed.dae-2fcfaf3dd9cbf241607593ee6ef5e375.scn-folding-c076f990fed96eb6e9bbaca18ab17fbb.cfg b/escape-room/godot/editor/cabinetBed.dae-2fcfaf3dd9cbf241607593ee6ef5e375.scn-folding-c076f990fed96eb6e9bbaca18ab17fbb.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/cabinetBed.dae-2fcfaf3dd9cbf241607593ee6ef5e375.scn-folding-c076f990fed96eb6e9bbaca18ab17fbb.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/cabinetBed.fbx-874ef1db4cd211d88bb9ee74efe11239.scn-folding-5eee21d554047567022845340782268c.cfg b/escape-room/godot/editor/cabinetBed.fbx-874ef1db4cd211d88bb9ee74efe11239.scn-folding-5eee21d554047567022845340782268c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/cabinetBed.fbx-874ef1db4cd211d88bb9ee74efe11239.scn-folding-5eee21d554047567022845340782268c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/cabinetBed.glb-679041d815af0addf95f35c2222a3476.scn-folding-bda1db7a1a6ebfbb27a71cd89e087242.cfg b/escape-room/godot/editor/cabinetBed.glb-679041d815af0addf95f35c2222a3476.scn-folding-bda1db7a1a6ebfbb27a71cd89e087242.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/cabinetBed.glb-679041d815af0addf95f35c2222a3476.scn-folding-bda1db7a1a6ebfbb27a71cd89e087242.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/cabinetBed.obj-e78f64d45d688ac6c03431e45b2867c6.mesh-folding-48769a4fee1168306ba34de481846798.cfg b/escape-room/godot/editor/cabinetBed.obj-e78f64d45d688ac6c03431e45b2867c6.mesh-folding-48769a4fee1168306ba34de481846798.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/cabinetBed.obj-e78f64d45d688ac6c03431e45b2867c6.mesh-folding-48769a4fee1168306ba34de481846798.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/cabinetBedDrawer.dae-3583eb6f8b1e11dad38ee90817b4ad9f.scn-folding-073f4b25615bff5bd0a1a06799e8719b.cfg b/escape-room/godot/editor/cabinetBedDrawer.dae-3583eb6f8b1e11dad38ee90817b4ad9f.scn-folding-073f4b25615bff5bd0a1a06799e8719b.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/cabinetBedDrawer.dae-3583eb6f8b1e11dad38ee90817b4ad9f.scn-folding-073f4b25615bff5bd0a1a06799e8719b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/cabinetBedDrawer.fbx-ca9fe1cb67047c8cef5be42f1263c3a3.scn-folding-2cab5fca70bfc7ea58a730502ba4c96b.cfg b/escape-room/godot/editor/cabinetBedDrawer.fbx-ca9fe1cb67047c8cef5be42f1263c3a3.scn-folding-2cab5fca70bfc7ea58a730502ba4c96b.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/cabinetBedDrawer.fbx-ca9fe1cb67047c8cef5be42f1263c3a3.scn-folding-2cab5fca70bfc7ea58a730502ba4c96b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/cabinetBedDrawer.glb-8d9a67134e6984a6e1319ff616cc937b.scn-folding-15aca83e9863b434e7cdb6b13d7340c7.cfg b/escape-room/godot/editor/cabinetBedDrawer.glb-8d9a67134e6984a6e1319ff616cc937b.scn-folding-15aca83e9863b434e7cdb6b13d7340c7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/cabinetBedDrawer.glb-8d9a67134e6984a6e1319ff616cc937b.scn-folding-15aca83e9863b434e7cdb6b13d7340c7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/cabinetBedDrawer.obj-b1befbceac9b90f69b64e329be420981.mesh-folding-380abdd57b8ca206b254d9b354c29746.cfg b/escape-room/godot/editor/cabinetBedDrawer.obj-b1befbceac9b90f69b64e329be420981.mesh-folding-380abdd57b8ca206b254d9b354c29746.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/cabinetBedDrawer.obj-b1befbceac9b90f69b64e329be420981.mesh-folding-380abdd57b8ca206b254d9b354c29746.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/cabinetBedDrawerTable.dae-4051b38077d712a436e75f671242128c.scn-folding-69932ec81b4c67490daea62767503095.cfg b/escape-room/godot/editor/cabinetBedDrawerTable.dae-4051b38077d712a436e75f671242128c.scn-folding-69932ec81b4c67490daea62767503095.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/cabinetBedDrawerTable.dae-4051b38077d712a436e75f671242128c.scn-folding-69932ec81b4c67490daea62767503095.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/cabinetBedDrawerTable.fbx-4dbcbb3dba2aeb0b541334682e6af329.scn-folding-83fc6b469325f61c0984045497939eb7.cfg b/escape-room/godot/editor/cabinetBedDrawerTable.fbx-4dbcbb3dba2aeb0b541334682e6af329.scn-folding-83fc6b469325f61c0984045497939eb7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/cabinetBedDrawerTable.fbx-4dbcbb3dba2aeb0b541334682e6af329.scn-folding-83fc6b469325f61c0984045497939eb7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/cabinetBedDrawerTable.glb-4ed7992e96c2ba8b94784461af653b15.scn-folding-b842bccd605bbf4ecfad848f4bc2e96c.cfg b/escape-room/godot/editor/cabinetBedDrawerTable.glb-4ed7992e96c2ba8b94784461af653b15.scn-folding-b842bccd605bbf4ecfad848f4bc2e96c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/cabinetBedDrawerTable.glb-4ed7992e96c2ba8b94784461af653b15.scn-folding-b842bccd605bbf4ecfad848f4bc2e96c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/cabinetBedDrawerTable.obj-b7a3fe317de52c427de79ed30a7ba977.mesh-folding-f996502c2fdcc06d53d8447a9ee26f56.cfg b/escape-room/godot/editor/cabinetBedDrawerTable.obj-b7a3fe317de52c427de79ed30a7ba977.mesh-folding-f996502c2fdcc06d53d8447a9ee26f56.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/cabinetBedDrawerTable.obj-b7a3fe317de52c427de79ed30a7ba977.mesh-folding-f996502c2fdcc06d53d8447a9ee26f56.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/cabinetTelevision.dae-cc62371d276996bc7a452a1d16c4ac66.scn-folding-a56365b1d6a7df07205e52a23ae550e8.cfg b/escape-room/godot/editor/cabinetTelevision.dae-cc62371d276996bc7a452a1d16c4ac66.scn-folding-a56365b1d6a7df07205e52a23ae550e8.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/cabinetTelevision.dae-cc62371d276996bc7a452a1d16c4ac66.scn-folding-a56365b1d6a7df07205e52a23ae550e8.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/cabinetTelevision.fbx-67ea94f172bc545be8aab7865860c933.scn-folding-401f0016c0112a3f995d7ecefdda9600.cfg b/escape-room/godot/editor/cabinetTelevision.fbx-67ea94f172bc545be8aab7865860c933.scn-folding-401f0016c0112a3f995d7ecefdda9600.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/cabinetTelevision.fbx-67ea94f172bc545be8aab7865860c933.scn-folding-401f0016c0112a3f995d7ecefdda9600.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/cabinetTelevision.glb-d2877cf49fc12e07b82a163d55267476.scn-folding-151ada8b4d9a455778504f2fda400098.cfg b/escape-room/godot/editor/cabinetTelevision.glb-d2877cf49fc12e07b82a163d55267476.scn-folding-151ada8b4d9a455778504f2fda400098.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/cabinetTelevision.glb-d2877cf49fc12e07b82a163d55267476.scn-folding-151ada8b4d9a455778504f2fda400098.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/cabinetTelevision.obj-31fd3b546d83a08d96f1d18a51c84537.mesh-folding-2874540ecc1b0ff5eda690dda9888acd.cfg b/escape-room/godot/editor/cabinetTelevision.obj-31fd3b546d83a08d96f1d18a51c84537.mesh-folding-2874540ecc1b0ff5eda690dda9888acd.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/cabinetTelevision.obj-31fd3b546d83a08d96f1d18a51c84537.mesh-folding-2874540ecc1b0ff5eda690dda9888acd.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/cabinetTelevisionDoors.dae-1f366e17c7faaf6f676a9c3614988381.scn-folding-56c56e3089de72dbfbae3a0930253924.cfg b/escape-room/godot/editor/cabinetTelevisionDoors.dae-1f366e17c7faaf6f676a9c3614988381.scn-folding-56c56e3089de72dbfbae3a0930253924.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/cabinetTelevisionDoors.dae-1f366e17c7faaf6f676a9c3614988381.scn-folding-56c56e3089de72dbfbae3a0930253924.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/cabinetTelevisionDoors.fbx-607ddd4449ffab1343668fb237a92126.scn-folding-657ed9458860635a0d57cbb1a99ba97f.cfg b/escape-room/godot/editor/cabinetTelevisionDoors.fbx-607ddd4449ffab1343668fb237a92126.scn-folding-657ed9458860635a0d57cbb1a99ba97f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/cabinetTelevisionDoors.fbx-607ddd4449ffab1343668fb237a92126.scn-folding-657ed9458860635a0d57cbb1a99ba97f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/cabinetTelevisionDoors.glb-5fc32d86960473ed7c38dd6913fb8de7.scn-folding-d7e95d386560b3b68b1ad4ce0f045582.cfg b/escape-room/godot/editor/cabinetTelevisionDoors.glb-5fc32d86960473ed7c38dd6913fb8de7.scn-folding-d7e95d386560b3b68b1ad4ce0f045582.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/cabinetTelevisionDoors.glb-5fc32d86960473ed7c38dd6913fb8de7.scn-folding-d7e95d386560b3b68b1ad4ce0f045582.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/cabinetTelevisionDoors.obj-bc2ced7eb4818b3cf2f803bd94a1ef81.mesh-folding-5319b23ea05428a7e1eead8ffa570531.cfg b/escape-room/godot/editor/cabinetTelevisionDoors.obj-bc2ced7eb4818b3cf2f803bd94a1ef81.mesh-folding-5319b23ea05428a7e1eead8ffa570531.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/cabinetTelevisionDoors.obj-bc2ced7eb4818b3cf2f803bd94a1ef81.mesh-folding-5319b23ea05428a7e1eead8ffa570531.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/cardboardBoxClosed.dae-224e11c5139c5c3a094553244449fe56.scn-folding-af3ac1de5d60ce8f2114aa835c241783.cfg b/escape-room/godot/editor/cardboardBoxClosed.dae-224e11c5139c5c3a094553244449fe56.scn-folding-af3ac1de5d60ce8f2114aa835c241783.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/cardboardBoxClosed.dae-224e11c5139c5c3a094553244449fe56.scn-folding-af3ac1de5d60ce8f2114aa835c241783.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/cardboardBoxClosed.fbx-726cc07f12085ad8ead4a4ec0785d607.scn-folding-d9e97f20845fbd7c37d10bfa4330a287.cfg b/escape-room/godot/editor/cardboardBoxClosed.fbx-726cc07f12085ad8ead4a4ec0785d607.scn-folding-d9e97f20845fbd7c37d10bfa4330a287.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/cardboardBoxClosed.fbx-726cc07f12085ad8ead4a4ec0785d607.scn-folding-d9e97f20845fbd7c37d10bfa4330a287.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/cardboardBoxClosed.glb-e3a709b67aebb8142a34bda748efa22c.scn-folding-70f489b8f75faefbca5e5437a80099dc.cfg b/escape-room/godot/editor/cardboardBoxClosed.glb-e3a709b67aebb8142a34bda748efa22c.scn-folding-70f489b8f75faefbca5e5437a80099dc.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/cardboardBoxClosed.glb-e3a709b67aebb8142a34bda748efa22c.scn-folding-70f489b8f75faefbca5e5437a80099dc.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/cardboardBoxClosed.obj-c41e2535c17067675a6f94d7c38ed106.mesh-folding-efa42ad04604b7396bb8d581bf64568d.cfg b/escape-room/godot/editor/cardboardBoxClosed.obj-c41e2535c17067675a6f94d7c38ed106.mesh-folding-efa42ad04604b7396bb8d581bf64568d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/cardboardBoxClosed.obj-c41e2535c17067675a6f94d7c38ed106.mesh-folding-efa42ad04604b7396bb8d581bf64568d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/cardboardBoxOpen.dae-aac91ee7cbf2935151736a008063e2af.scn-folding-384f77bf05a1339552da17765febd228.cfg b/escape-room/godot/editor/cardboardBoxOpen.dae-aac91ee7cbf2935151736a008063e2af.scn-folding-384f77bf05a1339552da17765febd228.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/cardboardBoxOpen.dae-aac91ee7cbf2935151736a008063e2af.scn-folding-384f77bf05a1339552da17765febd228.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/cardboardBoxOpen.fbx-9af96ccec4129c043b0aff7bdec5850b.scn-folding-2b782d5b05833db880c12e1ed26b1c1c.cfg b/escape-room/godot/editor/cardboardBoxOpen.fbx-9af96ccec4129c043b0aff7bdec5850b.scn-folding-2b782d5b05833db880c12e1ed26b1c1c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/cardboardBoxOpen.fbx-9af96ccec4129c043b0aff7bdec5850b.scn-folding-2b782d5b05833db880c12e1ed26b1c1c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/cardboardBoxOpen.glb-4a8c36dfeee57bbf3d3e84b93c5577e4.scn-folding-52fd0e9817af967f706eded419c0b817.cfg b/escape-room/godot/editor/cardboardBoxOpen.glb-4a8c36dfeee57bbf3d3e84b93c5577e4.scn-folding-52fd0e9817af967f706eded419c0b817.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/cardboardBoxOpen.glb-4a8c36dfeee57bbf3d3e84b93c5577e4.scn-folding-52fd0e9817af967f706eded419c0b817.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/cardboardBoxOpen.obj-121c01e143a1b30bae8671a83962df14.mesh-folding-fc9925a32052a564d5c40f517662e3e6.cfg b/escape-room/godot/editor/cardboardBoxOpen.obj-121c01e143a1b30bae8671a83962df14.mesh-folding-fc9925a32052a564d5c40f517662e3e6.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/cardboardBoxOpen.obj-121c01e143a1b30bae8671a83962df14.mesh-folding-fc9925a32052a564d5c40f517662e3e6.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/ceilingFan.dae-1197297a5ce45a1e98bf2948024f42ff.scn-folding-3db0281f45e46cb7aef6931e58f43577.cfg b/escape-room/godot/editor/ceilingFan.dae-1197297a5ce45a1e98bf2948024f42ff.scn-folding-3db0281f45e46cb7aef6931e58f43577.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/ceilingFan.dae-1197297a5ce45a1e98bf2948024f42ff.scn-folding-3db0281f45e46cb7aef6931e58f43577.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/ceilingFan.fbx-7b1e6cc1ed682bdf120898a8eacc5f56.scn-folding-72cbebb434eab5549dca184596ea8996.cfg b/escape-room/godot/editor/ceilingFan.fbx-7b1e6cc1ed682bdf120898a8eacc5f56.scn-folding-72cbebb434eab5549dca184596ea8996.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/ceilingFan.fbx-7b1e6cc1ed682bdf120898a8eacc5f56.scn-folding-72cbebb434eab5549dca184596ea8996.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/ceilingFan.glb-36b00f14787ebe99992c2657fb3360f8.scn-folding-d48eb04562d9ea10550e819f868b44b4.cfg b/escape-room/godot/editor/ceilingFan.glb-36b00f14787ebe99992c2657fb3360f8.scn-folding-d48eb04562d9ea10550e819f868b44b4.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/ceilingFan.glb-36b00f14787ebe99992c2657fb3360f8.scn-folding-d48eb04562d9ea10550e819f868b44b4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/ceilingFan.obj-a42554be7910e8defce5ff96082231e0.mesh-folding-76a1107c671dafdabdd0ed904464576d.cfg b/escape-room/godot/editor/ceilingFan.obj-a42554be7910e8defce5ff96082231e0.mesh-folding-76a1107c671dafdabdd0ed904464576d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/ceilingFan.obj-a42554be7910e8defce5ff96082231e0.mesh-folding-76a1107c671dafdabdd0ed904464576d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/chair.dae-3bec9d20d7faed7523d98658d812ea9d.scn-folding-d58a8e2fabbb86e9f223260bad5f940c.cfg b/escape-room/godot/editor/chair.dae-3bec9d20d7faed7523d98658d812ea9d.scn-folding-d58a8e2fabbb86e9f223260bad5f940c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/chair.dae-3bec9d20d7faed7523d98658d812ea9d.scn-folding-d58a8e2fabbb86e9f223260bad5f940c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/chair.fbx-22f377b03b834756216776206daaedea.scn-folding-3e7ffeeb3ceb41854ce41196db684df7.cfg b/escape-room/godot/editor/chair.fbx-22f377b03b834756216776206daaedea.scn-folding-3e7ffeeb3ceb41854ce41196db684df7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/chair.fbx-22f377b03b834756216776206daaedea.scn-folding-3e7ffeeb3ceb41854ce41196db684df7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/chair.glb-5a5f11be344d742531d4f0a490438742.scn-folding-de7a03e7cdfe37dbd82148df879d2ca4.cfg b/escape-room/godot/editor/chair.glb-5a5f11be344d742531d4f0a490438742.scn-folding-de7a03e7cdfe37dbd82148df879d2ca4.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/chair.glb-5a5f11be344d742531d4f0a490438742.scn-folding-de7a03e7cdfe37dbd82148df879d2ca4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/chair.obj-003178d4f3f0960f9cafd3ec04d8dbd8.mesh-folding-522995bc8b68270866cc2de78195f06e.cfg b/escape-room/godot/editor/chair.obj-003178d4f3f0960f9cafd3ec04d8dbd8.mesh-folding-522995bc8b68270866cc2de78195f06e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/chair.obj-003178d4f3f0960f9cafd3ec04d8dbd8.mesh-folding-522995bc8b68270866cc2de78195f06e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/chair02.obj-6abacffda2be8a945f7b469832950a94.mesh-folding-ec488b359264e1ffd621e55097ebdeaa.cfg b/escape-room/godot/editor/chair02.obj-6abacffda2be8a945f7b469832950a94.mesh-folding-ec488b359264e1ffd621e55097ebdeaa.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/chair02.obj-6abacffda2be8a945f7b469832950a94.mesh-folding-ec488b359264e1ffd621e55097ebdeaa.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/chairCushion.dae-2e5f4021462c28ae5011eb6793f90a9f.scn-folding-a755cfbff553d5503c4d2b24bb68a604.cfg b/escape-room/godot/editor/chairCushion.dae-2e5f4021462c28ae5011eb6793f90a9f.scn-folding-a755cfbff553d5503c4d2b24bb68a604.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/chairCushion.dae-2e5f4021462c28ae5011eb6793f90a9f.scn-folding-a755cfbff553d5503c4d2b24bb68a604.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/chairCushion.fbx-21efdd30197f19ac17fd92e782311d0b.scn-folding-387af153d9532852667910b053b09da7.cfg b/escape-room/godot/editor/chairCushion.fbx-21efdd30197f19ac17fd92e782311d0b.scn-folding-387af153d9532852667910b053b09da7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/chairCushion.fbx-21efdd30197f19ac17fd92e782311d0b.scn-folding-387af153d9532852667910b053b09da7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/chairCushion.glb-88e9a2d9a11391d43dea286b5863deb6.scn-folding-073496880b6590a3d69fa65fd174eb12.cfg b/escape-room/godot/editor/chairCushion.glb-88e9a2d9a11391d43dea286b5863deb6.scn-folding-073496880b6590a3d69fa65fd174eb12.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/chairCushion.glb-88e9a2d9a11391d43dea286b5863deb6.scn-folding-073496880b6590a3d69fa65fd174eb12.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/chairCushion.obj-234f0e901be3bab45ab8dad3f676ed3a.mesh-folding-cbbdc65b43fcaff3b533306e3fe5f143.cfg b/escape-room/godot/editor/chairCushion.obj-234f0e901be3bab45ab8dad3f676ed3a.mesh-folding-cbbdc65b43fcaff3b533306e3fe5f143.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/chairCushion.obj-234f0e901be3bab45ab8dad3f676ed3a.mesh-folding-cbbdc65b43fcaff3b533306e3fe5f143.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/chairDesk.dae-c336c8a667749b117dd24080fd8b6f6d.scn-folding-e83ba90b0b26297a11e8edbb98380138.cfg b/escape-room/godot/editor/chairDesk.dae-c336c8a667749b117dd24080fd8b6f6d.scn-folding-e83ba90b0b26297a11e8edbb98380138.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/chairDesk.dae-c336c8a667749b117dd24080fd8b6f6d.scn-folding-e83ba90b0b26297a11e8edbb98380138.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/chairDesk.fbx-b198914f1537a86a8c68e4842cfd3ae1.scn-folding-8f013f92a282f161fb6dc7d157e8ac8c.cfg b/escape-room/godot/editor/chairDesk.fbx-b198914f1537a86a8c68e4842cfd3ae1.scn-folding-8f013f92a282f161fb6dc7d157e8ac8c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/chairDesk.fbx-b198914f1537a86a8c68e4842cfd3ae1.scn-folding-8f013f92a282f161fb6dc7d157e8ac8c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/chairDesk.glb-829165b3556fc1ddd9e59b444fba27a0.scn-folding-c055e206af424e50cb2194bfd4db0baf.cfg b/escape-room/godot/editor/chairDesk.glb-829165b3556fc1ddd9e59b444fba27a0.scn-folding-c055e206af424e50cb2194bfd4db0baf.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/chairDesk.glb-829165b3556fc1ddd9e59b444fba27a0.scn-folding-c055e206af424e50cb2194bfd4db0baf.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/chairDesk.obj-a9c7364b3984e56da9b6cd463a6c88bf.mesh-folding-13df77c1ee1f7920f3cdfde54a79b08c.cfg b/escape-room/godot/editor/chairDesk.obj-a9c7364b3984e56da9b6cd463a6c88bf.mesh-folding-13df77c1ee1f7920f3cdfde54a79b08c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/chairDesk.obj-a9c7364b3984e56da9b6cd463a6c88bf.mesh-folding-13df77c1ee1f7920f3cdfde54a79b08c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/chairModernCushion.dae-fcee9324649617ab3c74623895344da3.scn-folding-2c099225bc8f5a4fec30d19d0defb352.cfg b/escape-room/godot/editor/chairModernCushion.dae-fcee9324649617ab3c74623895344da3.scn-folding-2c099225bc8f5a4fec30d19d0defb352.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/chairModernCushion.dae-fcee9324649617ab3c74623895344da3.scn-folding-2c099225bc8f5a4fec30d19d0defb352.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/chairModernCushion.fbx-c08b414ae6de13e09789a4f942ad4262.scn-folding-7808e5794902cf8a65bb0e9e53546599.cfg b/escape-room/godot/editor/chairModernCushion.fbx-c08b414ae6de13e09789a4f942ad4262.scn-folding-7808e5794902cf8a65bb0e9e53546599.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/chairModernCushion.fbx-c08b414ae6de13e09789a4f942ad4262.scn-folding-7808e5794902cf8a65bb0e9e53546599.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/chairModernCushion.glb-88c042f358ccadd2177e95b280f1ba1e.scn-folding-7492e0251df91184eecd83086d355814.cfg b/escape-room/godot/editor/chairModernCushion.glb-88c042f358ccadd2177e95b280f1ba1e.scn-folding-7492e0251df91184eecd83086d355814.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/chairModernCushion.glb-88c042f358ccadd2177e95b280f1ba1e.scn-folding-7492e0251df91184eecd83086d355814.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/chairModernCushion.obj-ffde4334142bede347d9f3cb044eef55.mesh-folding-dbf6682e2c7ab00dd37efa158bc81ed2.cfg b/escape-room/godot/editor/chairModernCushion.obj-ffde4334142bede347d9f3cb044eef55.mesh-folding-dbf6682e2c7ab00dd37efa158bc81ed2.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/chairModernCushion.obj-ffde4334142bede347d9f3cb044eef55.mesh-folding-dbf6682e2c7ab00dd37efa158bc81ed2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/chairModernFrameCushion.dae-dff14f02772ba7d9c82dfea0f0be6769.scn-folding-f128b772e6f87ef91230d626debf78fa.cfg b/escape-room/godot/editor/chairModernFrameCushion.dae-dff14f02772ba7d9c82dfea0f0be6769.scn-folding-f128b772e6f87ef91230d626debf78fa.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/chairModernFrameCushion.dae-dff14f02772ba7d9c82dfea0f0be6769.scn-folding-f128b772e6f87ef91230d626debf78fa.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/chairModernFrameCushion.fbx-0b7b97988a9a7e19e602fc61ad0634c6.scn-folding-e9f0a50f1aeee59f7c1c39e54d59b5fb.cfg b/escape-room/godot/editor/chairModernFrameCushion.fbx-0b7b97988a9a7e19e602fc61ad0634c6.scn-folding-e9f0a50f1aeee59f7c1c39e54d59b5fb.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/chairModernFrameCushion.fbx-0b7b97988a9a7e19e602fc61ad0634c6.scn-folding-e9f0a50f1aeee59f7c1c39e54d59b5fb.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/chairModernFrameCushion.glb-5493346171de437d2d4674e720f97d68.scn-folding-e324f157fc2a7335444dd2e56d8de2b9.cfg b/escape-room/godot/editor/chairModernFrameCushion.glb-5493346171de437d2d4674e720f97d68.scn-folding-e324f157fc2a7335444dd2e56d8de2b9.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/chairModernFrameCushion.glb-5493346171de437d2d4674e720f97d68.scn-folding-e324f157fc2a7335444dd2e56d8de2b9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/chairModernFrameCushion.obj-b721098882dc1693feca5b9b2eb2ad58.mesh-folding-ec0a3dbf52facd3995bf511cb3d60b9f.cfg b/escape-room/godot/editor/chairModernFrameCushion.obj-b721098882dc1693feca5b9b2eb2ad58.mesh-folding-ec0a3dbf52facd3995bf511cb3d60b9f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/chairModernFrameCushion.obj-b721098882dc1693feca5b9b2eb2ad58.mesh-folding-ec0a3dbf52facd3995bf511cb3d60b9f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/chairRounded.dae-6ad5aaf49a02a130f16be08e672e4a42.scn-folding-3c0d1936070948d95cd30e9bb15cd133.cfg b/escape-room/godot/editor/chairRounded.dae-6ad5aaf49a02a130f16be08e672e4a42.scn-folding-3c0d1936070948d95cd30e9bb15cd133.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/chairRounded.dae-6ad5aaf49a02a130f16be08e672e4a42.scn-folding-3c0d1936070948d95cd30e9bb15cd133.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/chairRounded.fbx-9ca4322f773a44f7b5dd19305d5a3db3.scn-folding-539e803aae73cff36e2d6349d4841b7c.cfg b/escape-room/godot/editor/chairRounded.fbx-9ca4322f773a44f7b5dd19305d5a3db3.scn-folding-539e803aae73cff36e2d6349d4841b7c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/chairRounded.fbx-9ca4322f773a44f7b5dd19305d5a3db3.scn-folding-539e803aae73cff36e2d6349d4841b7c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/chairRounded.glb-c439952aa8109bc361c42e89b1560930.scn-folding-46aff045cf7d0a1c6760f05f0265c231.cfg b/escape-room/godot/editor/chairRounded.glb-c439952aa8109bc361c42e89b1560930.scn-folding-46aff045cf7d0a1c6760f05f0265c231.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/chairRounded.glb-c439952aa8109bc361c42e89b1560930.scn-folding-46aff045cf7d0a1c6760f05f0265c231.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/chairRounded.obj-df29e962a3c777df1b74cec9c653aab7.mesh-folding-256132969bceadf30ff27f0cdfd53b5a.cfg b/escape-room/godot/editor/chairRounded.obj-df29e962a3c777df1b74cec9c653aab7.mesh-folding-256132969bceadf30ff27f0cdfd53b5a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/chairRounded.obj-df29e962a3c777df1b74cec9c653aab7.mesh-folding-256132969bceadf30ff27f0cdfd53b5a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/characterMedium.fbx-64fcfdfae61684cbb114f2416f0257ed.scn-folding-5412294282dff5aa76591c69faf8fcaf.cfg b/escape-room/godot/editor/characterMedium.fbx-64fcfdfae61684cbb114f2416f0257ed.scn-folding-5412294282dff5aa76591c69faf8fcaf.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/characterMedium.fbx-64fcfdfae61684cbb114f2416f0257ed.scn-folding-5412294282dff5aa76591c69faf8fcaf.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/chest.blend-7ef1836273883b248ae548ed9ab19b16.scn-folding-0b57deb83c39fd854c2f4b5230ff9515.cfg b/escape-room/godot/editor/chest.blend-7ef1836273883b248ae548ed9ab19b16.scn-folding-0b57deb83c39fd854c2f4b5230ff9515.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/chest.blend-7ef1836273883b248ae548ed9ab19b16.scn-folding-0b57deb83c39fd854c2f4b5230ff9515.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/coatRack.dae-c89f9d68e3de5bb299500d0753495294.scn-folding-2e85bb103dd8ebf5858eb13a12bc6b3e.cfg b/escape-room/godot/editor/coatRack.dae-c89f9d68e3de5bb299500d0753495294.scn-folding-2e85bb103dd8ebf5858eb13a12bc6b3e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/coatRack.dae-c89f9d68e3de5bb299500d0753495294.scn-folding-2e85bb103dd8ebf5858eb13a12bc6b3e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/coatRack.fbx-e72c6bc46dd16074fb3ba1bba64ef345.scn-folding-8bcbe2da9c3122184bcc400943427144.cfg b/escape-room/godot/editor/coatRack.fbx-e72c6bc46dd16074fb3ba1bba64ef345.scn-folding-8bcbe2da9c3122184bcc400943427144.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/coatRack.fbx-e72c6bc46dd16074fb3ba1bba64ef345.scn-folding-8bcbe2da9c3122184bcc400943427144.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/coatRack.glb-8187bdfb4629c903161a5d5d3ade7914.scn-folding-26a66f4b3f205608a85e93457dcb723f.cfg b/escape-room/godot/editor/coatRack.glb-8187bdfb4629c903161a5d5d3ade7914.scn-folding-26a66f4b3f205608a85e93457dcb723f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/coatRack.glb-8187bdfb4629c903161a5d5d3ade7914.scn-folding-26a66f4b3f205608a85e93457dcb723f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/coatRack.obj-e35f6b3dc950d315eb4df48fd32e6d27.mesh-folding-8b42a391ea4a5fcbce5056a6ff325ae3.cfg b/escape-room/godot/editor/coatRack.obj-e35f6b3dc950d315eb4df48fd32e6d27.mesh-folding-8b42a391ea4a5fcbce5056a6ff325ae3.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/coatRack.obj-e35f6b3dc950d315eb4df48fd32e6d27.mesh-folding-8b42a391ea4a5fcbce5056a6ff325ae3.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/coatRackStanding.dae-29b99ce5ff50e7139f9dcb8490ac6841.scn-folding-47ef4dafd60b46bd88fcc4171105cdad.cfg b/escape-room/godot/editor/coatRackStanding.dae-29b99ce5ff50e7139f9dcb8490ac6841.scn-folding-47ef4dafd60b46bd88fcc4171105cdad.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/coatRackStanding.dae-29b99ce5ff50e7139f9dcb8490ac6841.scn-folding-47ef4dafd60b46bd88fcc4171105cdad.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/coatRackStanding.fbx-b14aa71b2655f04ff90246a4917c5d91.scn-folding-b5cd735c852ae17c1f903f483f72e0e0.cfg b/escape-room/godot/editor/coatRackStanding.fbx-b14aa71b2655f04ff90246a4917c5d91.scn-folding-b5cd735c852ae17c1f903f483f72e0e0.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/coatRackStanding.fbx-b14aa71b2655f04ff90246a4917c5d91.scn-folding-b5cd735c852ae17c1f903f483f72e0e0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/coatRackStanding.glb-25bbe00cf708ccfc74a890bb21c16392.scn-folding-8b1e7969ab227e2a79ed4189c9f40932.cfg b/escape-room/godot/editor/coatRackStanding.glb-25bbe00cf708ccfc74a890bb21c16392.scn-folding-8b1e7969ab227e2a79ed4189c9f40932.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/coatRackStanding.glb-25bbe00cf708ccfc74a890bb21c16392.scn-folding-8b1e7969ab227e2a79ed4189c9f40932.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/coatRackStanding.obj-5053cee3efe39506e8996350640e0e58.mesh-folding-4437a9726b0a04549cbc66930b883343.cfg b/escape-room/godot/editor/coatRackStanding.obj-5053cee3efe39506e8996350640e0e58.mesh-folding-4437a9726b0a04549cbc66930b883343.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/coatRackStanding.obj-5053cee3efe39506e8996350640e0e58.mesh-folding-4437a9726b0a04549cbc66930b883343.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/computerKeyboard.dae-0f481aa7f629d5f9504b20ee48a437ef.scn-folding-92eded230c1b69007d7954c42eb67071.cfg b/escape-room/godot/editor/computerKeyboard.dae-0f481aa7f629d5f9504b20ee48a437ef.scn-folding-92eded230c1b69007d7954c42eb67071.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/computerKeyboard.dae-0f481aa7f629d5f9504b20ee48a437ef.scn-folding-92eded230c1b69007d7954c42eb67071.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/computerKeyboard.fbx-2a043b55c135f20181efdcd48497ee92.scn-folding-fe504aafb299f996272c1f2a4fa8d0a5.cfg b/escape-room/godot/editor/computerKeyboard.fbx-2a043b55c135f20181efdcd48497ee92.scn-folding-fe504aafb299f996272c1f2a4fa8d0a5.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/computerKeyboard.fbx-2a043b55c135f20181efdcd48497ee92.scn-folding-fe504aafb299f996272c1f2a4fa8d0a5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/computerKeyboard.glb-1a5b4ab6315c4d3e2101332e8edac74d.scn-folding-365917c891367e0e85ade55489707d6e.cfg b/escape-room/godot/editor/computerKeyboard.glb-1a5b4ab6315c4d3e2101332e8edac74d.scn-folding-365917c891367e0e85ade55489707d6e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/computerKeyboard.glb-1a5b4ab6315c4d3e2101332e8edac74d.scn-folding-365917c891367e0e85ade55489707d6e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/computerKeyboard.obj-a92efafef387e558f35a3c1e2d5e1008.mesh-folding-cdffe0dda2facddec2dfc9dfae597a50.cfg b/escape-room/godot/editor/computerKeyboard.obj-a92efafef387e558f35a3c1e2d5e1008.mesh-folding-cdffe0dda2facddec2dfc9dfae597a50.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/computerKeyboard.obj-a92efafef387e558f35a3c1e2d5e1008.mesh-folding-cdffe0dda2facddec2dfc9dfae597a50.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/computerMouse.dae-a73e828e0959500a28fed98a4f4d1a30.scn-folding-b83bf067d7701c19643a8d5168c1175d.cfg b/escape-room/godot/editor/computerMouse.dae-a73e828e0959500a28fed98a4f4d1a30.scn-folding-b83bf067d7701c19643a8d5168c1175d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/computerMouse.dae-a73e828e0959500a28fed98a4f4d1a30.scn-folding-b83bf067d7701c19643a8d5168c1175d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/computerMouse.fbx-8c2c88a35bececc2fd2a23b031bb8ee1.scn-folding-9232e8b68daeff667a315442d2916ce6.cfg b/escape-room/godot/editor/computerMouse.fbx-8c2c88a35bececc2fd2a23b031bb8ee1.scn-folding-9232e8b68daeff667a315442d2916ce6.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/computerMouse.fbx-8c2c88a35bececc2fd2a23b031bb8ee1.scn-folding-9232e8b68daeff667a315442d2916ce6.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/computerMouse.glb-0f2003799dbbffb79f7ef5106c502f84.scn-folding-b2fa16dd4998c9bcd937337048d8397f.cfg b/escape-room/godot/editor/computerMouse.glb-0f2003799dbbffb79f7ef5106c502f84.scn-folding-b2fa16dd4998c9bcd937337048d8397f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/computerMouse.glb-0f2003799dbbffb79f7ef5106c502f84.scn-folding-b2fa16dd4998c9bcd937337048d8397f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/computerMouse.obj-787a66ad2f4930e8a0b5d3a7d8009436.mesh-folding-c2ea7d100374fb31896bc051e7d965e7.cfg b/escape-room/godot/editor/computerMouse.obj-787a66ad2f4930e8a0b5d3a7d8009436.mesh-folding-c2ea7d100374fb31896bc051e7d965e7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/computerMouse.obj-787a66ad2f4930e8a0b5d3a7d8009436.mesh-folding-c2ea7d100374fb31896bc051e7d965e7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/computerScreen.dae-61b9a37e2daf57670627a28d422d2c55.scn-folding-98615c0b4873a3b1a5d6a74ae31d729a.cfg b/escape-room/godot/editor/computerScreen.dae-61b9a37e2daf57670627a28d422d2c55.scn-folding-98615c0b4873a3b1a5d6a74ae31d729a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/computerScreen.dae-61b9a37e2daf57670627a28d422d2c55.scn-folding-98615c0b4873a3b1a5d6a74ae31d729a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/computerScreen.fbx-d5d0351410a6811378d810c12ba9fc8b.scn-folding-59d01a24043d181897bcc32613dfe049.cfg b/escape-room/godot/editor/computerScreen.fbx-d5d0351410a6811378d810c12ba9fc8b.scn-folding-59d01a24043d181897bcc32613dfe049.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/computerScreen.fbx-d5d0351410a6811378d810c12ba9fc8b.scn-folding-59d01a24043d181897bcc32613dfe049.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/computerScreen.glb-ed0656d849fec07db9a00bef419c1b33.scn-folding-0bbc13b75ffef7aeb017785e67150619.cfg b/escape-room/godot/editor/computerScreen.glb-ed0656d849fec07db9a00bef419c1b33.scn-folding-0bbc13b75ffef7aeb017785e67150619.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/computerScreen.glb-ed0656d849fec07db9a00bef419c1b33.scn-folding-0bbc13b75ffef7aeb017785e67150619.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/computerScreen.obj-e0faa3c32f49a28d09b3754bccb22d09.mesh-folding-10c4f07c454305cd0747418fb3269757.cfg b/escape-room/godot/editor/computerScreen.obj-e0faa3c32f49a28d09b3754bccb22d09.mesh-folding-10c4f07c454305cd0747418fb3269757.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/computerScreen.obj-e0faa3c32f49a28d09b3754bccb22d09.mesh-folding-10c4f07c454305cd0747418fb3269757.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/cooking pot.blend-73def5538fa7c24238f9a5f42bd414b8.scn-folding-b03244c2bf65cbfbda5fcad45f62c94c.cfg b/escape-room/godot/editor/cooking pot.blend-73def5538fa7c24238f9a5f42bd414b8.scn-folding-b03244c2bf65cbfbda5fcad45f62c94c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/cooking pot.blend-73def5538fa7c24238f9a5f42bd414b8.scn-folding-b03244c2bf65cbfbda5fcad45f62c94c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-corner.fbx-5101e7785935dedcaf222b0d738acf5b.scn-folding-223825c7ea79e1ff2affa861429c2ff9.cfg b/escape-room/godot/editor/corridor-corner.fbx-5101e7785935dedcaf222b0d738acf5b.scn-folding-223825c7ea79e1ff2affa861429c2ff9.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-corner.fbx-5101e7785935dedcaf222b0d738acf5b.scn-folding-223825c7ea79e1ff2affa861429c2ff9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-corner.glb-ff5886a0d5c31c599a4e00bbe8cc53ac.scn-folding-ee5ba0a041bb690631692e7fcd4d34cd.cfg b/escape-room/godot/editor/corridor-corner.glb-ff5886a0d5c31c599a4e00bbe8cc53ac.scn-folding-ee5ba0a041bb690631692e7fcd4d34cd.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-corner.glb-ff5886a0d5c31c599a4e00bbe8cc53ac.scn-folding-ee5ba0a041bb690631692e7fcd4d34cd.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-corner.obj-d41f6a20cc8e7a5c98f186aec11c512d.mesh-folding-440e27084562d032bee96f06286c615d.cfg b/escape-room/godot/editor/corridor-corner.obj-d41f6a20cc8e7a5c98f186aec11c512d.mesh-folding-440e27084562d032bee96f06286c615d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-corner.obj-d41f6a20cc8e7a5c98f186aec11c512d.mesh-folding-440e27084562d032bee96f06286c615d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-end.fbx-0f51b72318df98c0c37d15a061195c9e.scn-folding-3055a6a1af1df16465034c89a0c7c2bf.cfg b/escape-room/godot/editor/corridor-end.fbx-0f51b72318df98c0c37d15a061195c9e.scn-folding-3055a6a1af1df16465034c89a0c7c2bf.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-end.fbx-0f51b72318df98c0c37d15a061195c9e.scn-folding-3055a6a1af1df16465034c89a0c7c2bf.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-end.glb-db14e94a2af416b16a93a8e86b26c1ea.scn-folding-e2af05df049b4d6d8a6422ee2579faa0.cfg b/escape-room/godot/editor/corridor-end.glb-db14e94a2af416b16a93a8e86b26c1ea.scn-folding-e2af05df049b4d6d8a6422ee2579faa0.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-end.glb-db14e94a2af416b16a93a8e86b26c1ea.scn-folding-e2af05df049b4d6d8a6422ee2579faa0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-end.obj-a92932b3a8ea0b0aa8f88ebe82f1315e.mesh-folding-9098aecdc98437b42d046a633209579b.cfg b/escape-room/godot/editor/corridor-end.obj-a92932b3a8ea0b0aa8f88ebe82f1315e.mesh-folding-9098aecdc98437b42d046a633209579b.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-end.obj-a92932b3a8ea0b0aa8f88ebe82f1315e.mesh-folding-9098aecdc98437b42d046a633209579b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-intersection.fbx-c9c6aaa725b119063b58ceacf64490aa.scn-folding-973281a9c7f1863cad66fa818c9cd2e7.cfg b/escape-room/godot/editor/corridor-intersection.fbx-c9c6aaa725b119063b58ceacf64490aa.scn-folding-973281a9c7f1863cad66fa818c9cd2e7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-intersection.fbx-c9c6aaa725b119063b58ceacf64490aa.scn-folding-973281a9c7f1863cad66fa818c9cd2e7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-intersection.glb-876db45ea8b11e5a2eafce52860a5bad.scn-folding-30e09dda4e7501bc8a12fe28c46c5ad4.cfg b/escape-room/godot/editor/corridor-intersection.glb-876db45ea8b11e5a2eafce52860a5bad.scn-folding-30e09dda4e7501bc8a12fe28c46c5ad4.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-intersection.glb-876db45ea8b11e5a2eafce52860a5bad.scn-folding-30e09dda4e7501bc8a12fe28c46c5ad4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-intersection.obj-1bf95eb1db1dc9bffc7cdb7ae83fad32.mesh-folding-acdcfd3fc93675933e9c2b7a509caf21.cfg b/escape-room/godot/editor/corridor-intersection.obj-1bf95eb1db1dc9bffc7cdb7ae83fad32.mesh-folding-acdcfd3fc93675933e9c2b7a509caf21.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-intersection.obj-1bf95eb1db1dc9bffc7cdb7ae83fad32.mesh-folding-acdcfd3fc93675933e9c2b7a509caf21.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-junction.fbx-fa44e750de9124a35d34e779fd0eeaee.scn-folding-86a798501abef5b06b7ec1cc228294e0.cfg b/escape-room/godot/editor/corridor-junction.fbx-fa44e750de9124a35d34e779fd0eeaee.scn-folding-86a798501abef5b06b7ec1cc228294e0.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-junction.fbx-fa44e750de9124a35d34e779fd0eeaee.scn-folding-86a798501abef5b06b7ec1cc228294e0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-junction.glb-7eda4b419e21f0bcf71207c7f8e04202.scn-folding-5405f488c5f78a4d035d15f056a2e6d7.cfg b/escape-room/godot/editor/corridor-junction.glb-7eda4b419e21f0bcf71207c7f8e04202.scn-folding-5405f488c5f78a4d035d15f056a2e6d7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-junction.glb-7eda4b419e21f0bcf71207c7f8e04202.scn-folding-5405f488c5f78a4d035d15f056a2e6d7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-junction.obj-449e37ccf29b17fa290610ab6baa7734.mesh-folding-6bd4c29751fb66b9d53e28f3ce0e171c.cfg b/escape-room/godot/editor/corridor-junction.obj-449e37ccf29b17fa290610ab6baa7734.mesh-folding-6bd4c29751fb66b9d53e28f3ce0e171c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-junction.obj-449e37ccf29b17fa290610ab6baa7734.mesh-folding-6bd4c29751fb66b9d53e28f3ce0e171c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-transition.fbx-e61a5ede85773251c5c84d4d73ae5599.scn-folding-fec173136f2523931a90136a0ec968fa.cfg b/escape-room/godot/editor/corridor-transition.fbx-e61a5ede85773251c5c84d4d73ae5599.scn-folding-fec173136f2523931a90136a0ec968fa.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-transition.fbx-e61a5ede85773251c5c84d4d73ae5599.scn-folding-fec173136f2523931a90136a0ec968fa.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-transition.glb-71446d8e1739dfce0296aec5b92e11eb.scn-folding-4adbec6ceb41dc4edda93157d3c66875.cfg b/escape-room/godot/editor/corridor-transition.glb-71446d8e1739dfce0296aec5b92e11eb.scn-folding-4adbec6ceb41dc4edda93157d3c66875.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-transition.glb-71446d8e1739dfce0296aec5b92e11eb.scn-folding-4adbec6ceb41dc4edda93157d3c66875.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-transition.obj-b6cca30edeb9df9de484b65e25af818c.mesh-folding-dfc0e3f1100d18dc8a6dcefbb276ec28.cfg b/escape-room/godot/editor/corridor-transition.obj-b6cca30edeb9df9de484b65e25af818c.mesh-folding-dfc0e3f1100d18dc8a6dcefbb276ec28.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-transition.obj-b6cca30edeb9df9de484b65e25af818c.mesh-folding-dfc0e3f1100d18dc8a6dcefbb276ec28.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-wide-corner.fbx-62edd4240516c9033810638b65350ba1.scn-folding-004083b61d4e072706f356ae10114ff8.cfg b/escape-room/godot/editor/corridor-wide-corner.fbx-62edd4240516c9033810638b65350ba1.scn-folding-004083b61d4e072706f356ae10114ff8.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-wide-corner.fbx-62edd4240516c9033810638b65350ba1.scn-folding-004083b61d4e072706f356ae10114ff8.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-wide-corner.glb-8b1ac4fe2a8a7d0e148df6b294b30228.scn-folding-05ec880341c60ea2be221be051d3bc1a.cfg b/escape-room/godot/editor/corridor-wide-corner.glb-8b1ac4fe2a8a7d0e148df6b294b30228.scn-folding-05ec880341c60ea2be221be051d3bc1a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-wide-corner.glb-8b1ac4fe2a8a7d0e148df6b294b30228.scn-folding-05ec880341c60ea2be221be051d3bc1a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-wide-corner.obj-36d22d31e81191f807e872f955a1b492.mesh-folding-4e25e7459339745267cdd481e2a3d231.cfg b/escape-room/godot/editor/corridor-wide-corner.obj-36d22d31e81191f807e872f955a1b492.mesh-folding-4e25e7459339745267cdd481e2a3d231.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-wide-corner.obj-36d22d31e81191f807e872f955a1b492.mesh-folding-4e25e7459339745267cdd481e2a3d231.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-wide-end.fbx-6dcff348dabd8a14e4e73eef2fe75a59.scn-folding-8cc8cf3d67e3ba0c5cd3f93c78e0178c.cfg b/escape-room/godot/editor/corridor-wide-end.fbx-6dcff348dabd8a14e4e73eef2fe75a59.scn-folding-8cc8cf3d67e3ba0c5cd3f93c78e0178c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-wide-end.fbx-6dcff348dabd8a14e4e73eef2fe75a59.scn-folding-8cc8cf3d67e3ba0c5cd3f93c78e0178c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-wide-end.glb-76678eea068dd285deb73674be95408f.scn-folding-ff98c55851e5501daf3459754fc43d84.cfg b/escape-room/godot/editor/corridor-wide-end.glb-76678eea068dd285deb73674be95408f.scn-folding-ff98c55851e5501daf3459754fc43d84.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-wide-end.glb-76678eea068dd285deb73674be95408f.scn-folding-ff98c55851e5501daf3459754fc43d84.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-wide-end.obj-52a35bf56856dfd4a982e3cf89239deb.mesh-folding-2255cac46747f9209d04fdb3b26a6668.cfg b/escape-room/godot/editor/corridor-wide-end.obj-52a35bf56856dfd4a982e3cf89239deb.mesh-folding-2255cac46747f9209d04fdb3b26a6668.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-wide-end.obj-52a35bf56856dfd4a982e3cf89239deb.mesh-folding-2255cac46747f9209d04fdb3b26a6668.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-wide-intersection.fbx-2e385cd9ad38d24674ee19b3632647bb.scn-folding-ccaa19eb782296ee7a266c60741590e5.cfg b/escape-room/godot/editor/corridor-wide-intersection.fbx-2e385cd9ad38d24674ee19b3632647bb.scn-folding-ccaa19eb782296ee7a266c60741590e5.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-wide-intersection.fbx-2e385cd9ad38d24674ee19b3632647bb.scn-folding-ccaa19eb782296ee7a266c60741590e5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-wide-intersection.glb-16f9b6a04fcc1a26e799ee7e394b2bc9.scn-folding-2821453cd2de3f1fc8596637ec174207.cfg b/escape-room/godot/editor/corridor-wide-intersection.glb-16f9b6a04fcc1a26e799ee7e394b2bc9.scn-folding-2821453cd2de3f1fc8596637ec174207.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-wide-intersection.glb-16f9b6a04fcc1a26e799ee7e394b2bc9.scn-folding-2821453cd2de3f1fc8596637ec174207.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-wide-intersection.obj-77859c418665594ea8ffb8ddaf2f8620.mesh-folding-8a371f002503b910f118111f61e161fd.cfg b/escape-room/godot/editor/corridor-wide-intersection.obj-77859c418665594ea8ffb8ddaf2f8620.mesh-folding-8a371f002503b910f118111f61e161fd.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-wide-intersection.obj-77859c418665594ea8ffb8ddaf2f8620.mesh-folding-8a371f002503b910f118111f61e161fd.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-wide-junction.fbx-cabd526f678c8b27be5fbcafa1835067.scn-folding-e58c26cae464c4056f18d25d7edc1cd1.cfg b/escape-room/godot/editor/corridor-wide-junction.fbx-cabd526f678c8b27be5fbcafa1835067.scn-folding-e58c26cae464c4056f18d25d7edc1cd1.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-wide-junction.fbx-cabd526f678c8b27be5fbcafa1835067.scn-folding-e58c26cae464c4056f18d25d7edc1cd1.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-wide-junction.glb-c81309e7cfc76fbccb7c63e38ab994f5.scn-folding-ea9a77bd9d4a0edc2d21b86ba24fa7a8.cfg b/escape-room/godot/editor/corridor-wide-junction.glb-c81309e7cfc76fbccb7c63e38ab994f5.scn-folding-ea9a77bd9d4a0edc2d21b86ba24fa7a8.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-wide-junction.glb-c81309e7cfc76fbccb7c63e38ab994f5.scn-folding-ea9a77bd9d4a0edc2d21b86ba24fa7a8.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-wide-junction.obj-191ed6548c650c04b20251c243dcbeaf.mesh-folding-e26bd6129b672e47bea3d97ad78a61ae.cfg b/escape-room/godot/editor/corridor-wide-junction.obj-191ed6548c650c04b20251c243dcbeaf.mesh-folding-e26bd6129b672e47bea3d97ad78a61ae.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-wide-junction.obj-191ed6548c650c04b20251c243dcbeaf.mesh-folding-e26bd6129b672e47bea3d97ad78a61ae.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-wide.fbx-9cc2a53e12956b304f2a2372bdd073cc.scn-folding-e08e7f62c87fc127c5048bb285ce5621.cfg b/escape-room/godot/editor/corridor-wide.fbx-9cc2a53e12956b304f2a2372bdd073cc.scn-folding-e08e7f62c87fc127c5048bb285ce5621.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-wide.fbx-9cc2a53e12956b304f2a2372bdd073cc.scn-folding-e08e7f62c87fc127c5048bb285ce5621.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-wide.glb-e5c597240c6801d85c38dac52e2f7873.scn-folding-cc045a0f4938ee75ea6aa3b934d2e794.cfg b/escape-room/godot/editor/corridor-wide.glb-e5c597240c6801d85c38dac52e2f7873.scn-folding-cc045a0f4938ee75ea6aa3b934d2e794.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-wide.glb-e5c597240c6801d85c38dac52e2f7873.scn-folding-cc045a0f4938ee75ea6aa3b934d2e794.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor-wide.obj-9bd782323c2e5aa22dc226ef93bf608c.mesh-folding-6d9fff5bb782dd184ec6d9a488da803c.cfg b/escape-room/godot/editor/corridor-wide.obj-9bd782323c2e5aa22dc226ef93bf608c.mesh-folding-6d9fff5bb782dd184ec6d9a488da803c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor-wide.obj-9bd782323c2e5aa22dc226ef93bf608c.mesh-folding-6d9fff5bb782dd184ec6d9a488da803c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor.fbx-daaee2309523249461cfc0a5c952e20e.scn-folding-1f62a8da40e92a5d6db453e276442bee.cfg b/escape-room/godot/editor/corridor.fbx-daaee2309523249461cfc0a5c952e20e.scn-folding-1f62a8da40e92a5d6db453e276442bee.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor.fbx-daaee2309523249461cfc0a5c952e20e.scn-folding-1f62a8da40e92a5d6db453e276442bee.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor.glb-71b0f86571f115ac7691fafde3d6ea20.scn-folding-8774a2111c9b65e1a2d72f332f690a2f.cfg b/escape-room/godot/editor/corridor.glb-71b0f86571f115ac7691fafde3d6ea20.scn-folding-8774a2111c9b65e1a2d72f332f690a2f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor.glb-71b0f86571f115ac7691fafde3d6ea20.scn-folding-8774a2111c9b65e1a2d72f332f690a2f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/corridor.obj-82feb29a785113da5379b65bef2a8871.mesh-folding-2e2065612f5d62838f6e4007bca23a71.cfg b/escape-room/godot/editor/corridor.obj-82feb29a785113da5379b65bef2a8871.mesh-folding-2e2065612f5d62838f6e4007bca23a71.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/corridor.obj-82feb29a785113da5379b65bef2a8871.mesh-folding-2e2065612f5d62838f6e4007bca23a71.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/desk.dae-6e884a851d4863a9ba5847d9b4b9e2f1.scn-folding-71fa9a628fbc3e894549f670c25e272e.cfg b/escape-room/godot/editor/desk.dae-6e884a851d4863a9ba5847d9b4b9e2f1.scn-folding-71fa9a628fbc3e894549f670c25e272e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/desk.dae-6e884a851d4863a9ba5847d9b4b9e2f1.scn-folding-71fa9a628fbc3e894549f670c25e272e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/desk.fbx-60408ba6895671edbbc509a97287ae93.scn-folding-1f695b6c49d64e5530fd8e63c8ae979a.cfg b/escape-room/godot/editor/desk.fbx-60408ba6895671edbbc509a97287ae93.scn-folding-1f695b6c49d64e5530fd8e63c8ae979a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/desk.fbx-60408ba6895671edbbc509a97287ae93.scn-folding-1f695b6c49d64e5530fd8e63c8ae979a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/desk.glb-6f71c68d639a81ad47aa6175a5d829aa.scn-folding-aaf2881147816950163f8f70f7bac8cb.cfg b/escape-room/godot/editor/desk.glb-6f71c68d639a81ad47aa6175a5d829aa.scn-folding-aaf2881147816950163f8f70f7bac8cb.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/desk.glb-6f71c68d639a81ad47aa6175a5d829aa.scn-folding-aaf2881147816950163f8f70f7bac8cb.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/desk.obj-17e3728e42bbcffa5d81d637f5194552.mesh-folding-755f0ef82fad1652bdaf7d8505ab9e44.cfg b/escape-room/godot/editor/desk.obj-17e3728e42bbcffa5d81d637f5194552.mesh-folding-755f0ef82fad1652bdaf7d8505ab9e44.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/desk.obj-17e3728e42bbcffa5d81d637f5194552.mesh-folding-755f0ef82fad1652bdaf7d8505ab9e44.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/deskCorner.dae-062e1439e7cbf1595f8f1a7a2c1fdc27.scn-folding-15b03d83343a5a117e273dcbd7cec293.cfg b/escape-room/godot/editor/deskCorner.dae-062e1439e7cbf1595f8f1a7a2c1fdc27.scn-folding-15b03d83343a5a117e273dcbd7cec293.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/deskCorner.dae-062e1439e7cbf1595f8f1a7a2c1fdc27.scn-folding-15b03d83343a5a117e273dcbd7cec293.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/deskCorner.fbx-41f6222f28ca04026a3099830e68a8e6.scn-folding-10638aa65d34852d938e51f9a8cc32d5.cfg b/escape-room/godot/editor/deskCorner.fbx-41f6222f28ca04026a3099830e68a8e6.scn-folding-10638aa65d34852d938e51f9a8cc32d5.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/deskCorner.fbx-41f6222f28ca04026a3099830e68a8e6.scn-folding-10638aa65d34852d938e51f9a8cc32d5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/deskCorner.glb-97e8708a8d6060019d8f7a0cdca8c07b.scn-folding-f872c906bdd6efbb3c696ba570393b8f.cfg b/escape-room/godot/editor/deskCorner.glb-97e8708a8d6060019d8f7a0cdca8c07b.scn-folding-f872c906bdd6efbb3c696ba570393b8f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/deskCorner.glb-97e8708a8d6060019d8f7a0cdca8c07b.scn-folding-f872c906bdd6efbb3c696ba570393b8f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/deskCorner.obj-2ef47c2d0410bf8429c5315628922e1a.mesh-folding-de255add6a0b2bb05a8f5757ac0c35df.cfg b/escape-room/godot/editor/deskCorner.obj-2ef47c2d0410bf8429c5315628922e1a.mesh-folding-de255add6a0b2bb05a8f5757ac0c35df.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/deskCorner.obj-2ef47c2d0410bf8429c5315628922e1a.mesh-folding-de255add6a0b2bb05a8f5757ac0c35df.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/disco_ball.blend-cc9fbad73ba9c604b04283c14d8910e8.scn-folding-60f4be4838592cb9d5db6c7b04c2e7a5.cfg b/escape-room/godot/editor/disco_ball.blend-cc9fbad73ba9c604b04283c14d8910e8.scn-folding-60f4be4838592cb9d5db6c7b04c2e7a5.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/disco_ball.blend-cc9fbad73ba9c604b04283c14d8910e8.scn-folding-60f4be4838592cb9d5db6c7b04c2e7a5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/doorway.dae-fe76e21c4aacaa8fc8e03240eb0369b3.scn-folding-23926839acd93609165ca4a29fda9a7c.cfg b/escape-room/godot/editor/doorway.dae-fe76e21c4aacaa8fc8e03240eb0369b3.scn-folding-23926839acd93609165ca4a29fda9a7c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/doorway.dae-fe76e21c4aacaa8fc8e03240eb0369b3.scn-folding-23926839acd93609165ca4a29fda9a7c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/doorway.fbx-216b1fd40c587d67dd9d9f06780efff9.scn-folding-b79ef7f0def0062abd99537a08862118.cfg b/escape-room/godot/editor/doorway.fbx-216b1fd40c587d67dd9d9f06780efff9.scn-folding-b79ef7f0def0062abd99537a08862118.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/doorway.fbx-216b1fd40c587d67dd9d9f06780efff9.scn-folding-b79ef7f0def0062abd99537a08862118.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/doorway.glb-75073bfb16a01232347f2b19ad115c2a.scn-folding-4a2ce05e238d8a3804e34b540c70d0fb.cfg b/escape-room/godot/editor/doorway.glb-75073bfb16a01232347f2b19ad115c2a.scn-folding-4a2ce05e238d8a3804e34b540c70d0fb.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/doorway.glb-75073bfb16a01232347f2b19ad115c2a.scn-folding-4a2ce05e238d8a3804e34b540c70d0fb.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/doorway.obj-125b7133bf988d5610339ef5daac9d87.mesh-folding-881c2c4ea8176af59080aedd8420e8fa.cfg b/escape-room/godot/editor/doorway.obj-125b7133bf988d5610339ef5daac9d87.mesh-folding-881c2c4ea8176af59080aedd8420e8fa.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/doorway.obj-125b7133bf988d5610339ef5daac9d87.mesh-folding-881c2c4ea8176af59080aedd8420e8fa.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/doorwayFront.dae-864fefb48f16cc88670b3318d18fafa3.scn-folding-69c72d2deb700ef99dd893ba2e458bad.cfg b/escape-room/godot/editor/doorwayFront.dae-864fefb48f16cc88670b3318d18fafa3.scn-folding-69c72d2deb700ef99dd893ba2e458bad.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/doorwayFront.dae-864fefb48f16cc88670b3318d18fafa3.scn-folding-69c72d2deb700ef99dd893ba2e458bad.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/doorwayFront.fbx-50fc7444a3b030d8ef1d42e661eb78ca.scn-folding-bc311a482824916ef7cb5afe3227d557.cfg b/escape-room/godot/editor/doorwayFront.fbx-50fc7444a3b030d8ef1d42e661eb78ca.scn-folding-bc311a482824916ef7cb5afe3227d557.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/doorwayFront.fbx-50fc7444a3b030d8ef1d42e661eb78ca.scn-folding-bc311a482824916ef7cb5afe3227d557.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/doorwayFront.glb-dd0c8c67e26fa1a0b919f39801002104.scn-folding-59e33226b86779b625f619577fca4970.cfg b/escape-room/godot/editor/doorwayFront.glb-dd0c8c67e26fa1a0b919f39801002104.scn-folding-59e33226b86779b625f619577fca4970.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/doorwayFront.glb-dd0c8c67e26fa1a0b919f39801002104.scn-folding-59e33226b86779b625f619577fca4970.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/doorwayFront.obj-14c33b939b445884dd22dc353f2a8209.mesh-folding-3d8894e4748178c61a40249aed4d0df5.cfg b/escape-room/godot/editor/doorwayFront.obj-14c33b939b445884dd22dc353f2a8209.mesh-folding-3d8894e4748178c61a40249aed4d0df5.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/doorwayFront.obj-14c33b939b445884dd22dc353f2a8209.mesh-folding-3d8894e4748178c61a40249aed4d0df5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/doorwayOpen.dae-4b65c2860778cfc517e948af25b043ec.scn-folding-a132a563896de31096ede5ce7a9625bd.cfg b/escape-room/godot/editor/doorwayOpen.dae-4b65c2860778cfc517e948af25b043ec.scn-folding-a132a563896de31096ede5ce7a9625bd.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/doorwayOpen.dae-4b65c2860778cfc517e948af25b043ec.scn-folding-a132a563896de31096ede5ce7a9625bd.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/doorwayOpen.fbx-6c9a07e9165764aba83f86639ca92300.scn-folding-e10b5cc2846ad08c72de44041dafc543.cfg b/escape-room/godot/editor/doorwayOpen.fbx-6c9a07e9165764aba83f86639ca92300.scn-folding-e10b5cc2846ad08c72de44041dafc543.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/doorwayOpen.fbx-6c9a07e9165764aba83f86639ca92300.scn-folding-e10b5cc2846ad08c72de44041dafc543.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/doorwayOpen.glb-4cfedb68a40d79c023e819c6cba03178.scn-folding-e6222592c2a500b24221f730b0eb91d8.cfg b/escape-room/godot/editor/doorwayOpen.glb-4cfedb68a40d79c023e819c6cba03178.scn-folding-e6222592c2a500b24221f730b0eb91d8.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/doorwayOpen.glb-4cfedb68a40d79c023e819c6cba03178.scn-folding-e6222592c2a500b24221f730b0eb91d8.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/doorwayOpen.obj-2d9e3f7c03a88d3a0d5b595c12c9bf7d.mesh-folding-f47934823fa4a5ffd74756c55a696668.cfg b/escape-room/godot/editor/doorwayOpen.obj-2d9e3f7c03a88d3a0d5b595c12c9bf7d.mesh-folding-f47934823fa4a5ffd74756c55a696668.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/doorwayOpen.obj-2d9e3f7c03a88d3a0d5b595c12c9bf7d.mesh-folding-f47934823fa4a5ffd74756c55a696668.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/dryer.dae-f14e06448b5b2fa56a1710a39db454c4.scn-folding-7e46cda5c63182e264fca7e7e9009332.cfg b/escape-room/godot/editor/dryer.dae-f14e06448b5b2fa56a1710a39db454c4.scn-folding-7e46cda5c63182e264fca7e7e9009332.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/dryer.dae-f14e06448b5b2fa56a1710a39db454c4.scn-folding-7e46cda5c63182e264fca7e7e9009332.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/dryer.fbx-865a3d433bb4b7fe1e6211ffc7409a3e.scn-folding-8325910f4a891a3e69e9950ed7ab130d.cfg b/escape-room/godot/editor/dryer.fbx-865a3d433bb4b7fe1e6211ffc7409a3e.scn-folding-8325910f4a891a3e69e9950ed7ab130d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/dryer.fbx-865a3d433bb4b7fe1e6211ffc7409a3e.scn-folding-8325910f4a891a3e69e9950ed7ab130d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/dryer.glb-b8eca567a97a78965ac982b34ff0dc1c.scn-folding-8fd069b5e0ba7cd63b99fa59ad28df9d.cfg b/escape-room/godot/editor/dryer.glb-b8eca567a97a78965ac982b34ff0dc1c.scn-folding-8fd069b5e0ba7cd63b99fa59ad28df9d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/dryer.glb-b8eca567a97a78965ac982b34ff0dc1c.scn-folding-8fd069b5e0ba7cd63b99fa59ad28df9d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/dryer.obj-e927db638984ab08f0ac36ee0f6445f8.mesh-folding-0c0cc7cdf76370b3af8710d83c1bd8ea.cfg b/escape-room/godot/editor/dryer.obj-e927db638984ab08f0ac36ee0f6445f8.mesh-folding-0c0cc7cdf76370b3af8710d83c1bd8ea.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/dryer.obj-e927db638984ab08f0ac36ee0f6445f8.mesh-folding-0c0cc7cdf76370b3af8710d83c1bd8ea.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/editor_layout.cfg b/escape-room/godot/editor/editor_layout.cfg new file mode 100644 index 0000000..beb8348 --- /dev/null +++ b/escape-room/godot/editor/editor_layout.cfg @@ -0,0 +1,63 @@ +[docks] + +dock_3_selected_tab_idx=0 +dock_4_selected_tab_idx=0 +dock_5_selected_tab_idx=1 +dock_floating={} +dock_filesystem_h_split_offset=240 +dock_filesystem_v_split_offset=0 +dock_filesystem_display_mode=0 +dock_filesystem_file_sort=0 +dock_filesystem_file_list_display_mode=1 +dock_filesystem_selected_paths=PackedStringArray("res://objekte/riddel_cube_board.tscn") +dock_filesystem_uncollapsed_paths=PackedStringArray("Favorites", "res://", "res://objekte/") +dock_node_current_tab=0 +dock_history_include_scene=true +dock_history_include_global=true +dock_bottom=[] +dock_closed=[] +dock_split_2=0 +dock_split_3=0 +dock_hsplit_1=0 +dock_hsplit_2=362 +dock_hsplit_3=-270 +dock_hsplit_4=0 +dock_3="Scene,Import" +dock_4="FileSystem" +dock_5="Inspector,Node,History" + +[EditorNode] + +open_scenes=PackedStringArray("res://escape-room-szene-room.tscn") +current_scene="res://escape-room-szene-room.tscn" +center_split_offset=0 +selected_default_debugger_tab_idx=1 +selected_main_editor_idx=1 +selected_bottom_panel_item=0 + +[EditorWindow] + +screen=1 +mode="maximized" +position=Vector2i(2400, 29) + +[ScriptEditor] + +open_scripts=["res://escape_room_szene_room.gd", "res://addons/godot-xr-tools/objects/grab_points/grab_point_snap.gd", "res://addons/godot-xr-tools/objects/highlight/highlight_visible.gd", "res://addons/godot-xr-tools/objects/pickable.gd", "res://objekte/riddel_cube_board.gd", "res://addons/godot-xr-tools/objects/snap_zone.gd"] +selected_script="res://escape_room_szene_room.gd" +open_help=[] +script_split_offset=200 +list_split_offset=0 +zoom_factor=1.0 + +[GameView] + +floating_window_rect=Rect2i(3018, 280, 1164, 695) +floating_window_screen=1 + +[ShaderEditor] + +open_shaders=[] +split_offset=200 +selected_shader="" +text_shader_zoom_factor=1.0 diff --git a/escape-room/godot/editor/editor_script_doc_cache.res b/escape-room/godot/editor/editor_script_doc_cache.res new file mode 100644 index 0000000..e13275e Binary files /dev/null and b/escape-room/godot/editor/editor_script_doc_cache.res differ diff --git a/escape-room/godot/editor/editor_script_doc_cache.res-folding-d3ac9066d5e7dc72dba7e40d26d8cf41.cfg b/escape-room/godot/editor/editor_script_doc_cache.res-folding-d3ac9066d5e7dc72dba7e40d26d8cf41.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/editor_script_doc_cache.res-folding-d3ac9066d5e7dc72dba7e40d26d8cf41.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/escape-room-szene-room.tscn-editstate-813aa6a3e6a99f4fc0b826a3753849c0.cfg b/escape-room/godot/editor/escape-room-szene-room.tscn-editstate-813aa6a3e6a99f4fc0b826a3753849c0.cfg new file mode 100644 index 0000000..55cb237 --- /dev/null +++ b/escape-room/godot/editor/escape-room-szene-room.tscn-editstate-813aa6a3e6a99f4fc0b826a3753849c0.cfg @@ -0,0 +1,190 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-166, -111), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.2617994, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationObstacle3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Particles3DEmissionShape": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"SpringBoneCollision3D": 0, +"SpringBoneSimulator3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_rotation": Vector2(-1.0471976, 2.6179938), +"sun_shadow_max_distance": 100.0 +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 22, +"distance": 15.050607, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(-15.748469, -1.4988912, -3.30836), +"transform_gizmo": true, +"use_environment": false, +"view_type": 0, +"x_rotation": 0.2871837, +"y_rotation": -1.221725 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 22, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"transform_gizmo": true, +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 22, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"transform_gizmo": true, +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 22, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"transform_gizmo": true, +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([]) diff --git a/escape-room/godot/editor/escape-room-szene-room.tscn-folding-813aa6a3e6a99f4fc0b826a3753849c0.cfg b/escape-room/godot/editor/escape-room-szene-room.tscn-folding-813aa6a3e6a99f4fc0b826a3753849c0.cfg new file mode 100644 index 0000000..dca66b4 --- /dev/null +++ b/escape-room/godot/editor/escape-room-szene-room.tscn-folding-813aa6a3e6a99f4fc0b826a3753849c0.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Visibility", "Transform"), NodePath("DirectionalLight3D"), PackedStringArray("Transform", "Light", "Shadow", "Directional Shadow"), NodePath("XROrigin3D/XRCamera3D"), PackedStringArray("Transform"), NodePath("XROrigin3D/XRController3D_Left"), PackedStringArray("Transform"), NodePath("XROrigin3D/XRController3D_Left/FunctionPointer"), PackedStringArray("General", "Laser", "Target"), NodePath("XROrigin3D/XRController3D_Right"), PackedStringArray("Transform"), NodePath("XROrigin3D/XRController3D_Right/FunctionPointer"), PackedStringArray("General", "Laser", "Target"), NodePath("Interactions/Würfeltisch/CSGBox3D"), PackedStringArray("Transform", "Geometry"), NodePath("Interactions/Würfeltisch/CollisionShape3D"), PackedStringArray("Transform"), NodePath("Interactions/Würfeltisch/Würfel01"), PackedStringArray("Transform"), NodePath("Interactions/Würfeltisch/Würfel01/Label3D"), PackedStringArray("Transform", "Text"), NodePath("Interactions/Würfeltisch/Würfel02"), PackedStringArray("Transform"), NodePath("Interactions/Würfeltisch/Würfel02/Label3D"), PackedStringArray("Transform", "Text"), NodePath("Interactions/Würfeltisch/Würfel03"), PackedStringArray("Transform"), NodePath("Interactions/Würfeltisch/Würfel03/Label3D"), PackedStringArray("Transform", "Text"), NodePath("Interactions/Würfeltisch/Würfel04"), PackedStringArray("Transform"), NodePath("Interactions/Würfeltisch/Würfel04/Label3D"), PackedStringArray("Transform", "Text"), NodePath("Interactions/CubeTable"), PackedStringArray("Transform"), NodePath("Interactions/CubeTable/CollisionShape3D"), PackedStringArray("Transform"), NodePath("Interactions/CubeTable/CSGBox3D"), PackedStringArray("Transform", "Geometry"), NodePath("Interactions/CubeTable/RiddleCube"), PackedStringArray("Transform"), NodePath("Interactions/CubeTable/RiddleCube2"), PackedStringArray("Transform"), NodePath("Interactions/CubeTable/RiddleCube3"), PackedStringArray("Transform"), NodePath("Interactions/CubeTable/RiddleCube4"), PackedStringArray("Transform"), NodePath("Interactions/CubeTable/RiddleCube5"), PackedStringArray("Transform"), NodePath("Interactions/CubeTable/RiddleCube6"), PackedStringArray("Transform"), NodePath("Interactions/CubeTable/RiddleCube7"), PackedStringArray("Transform"), NodePath("Interactions/CubeTable/RiddleCube8"), PackedStringArray("Transform"), NodePath("Interactions/RiddelCubeBoard"), PackedStringArray("Transform"), NodePath("Interactions/NodeTable"), PackedStringArray("Transform"), NodePath("Interactions/NodeTable/RiddelNodeBoard"), PackedStringArray("Transform", "Visibility"), NodePath("Interactions/NodeTable/CollisionShape3D"), PackedStringArray("Transform"), NodePath("Interactions/NodeTable/CSGBox3D"), PackedStringArray("Transform"), NodePath("Interactions/NodeTable/RiddelNode"), PackedStringArray("Transform"), NodePath("Interactions/NodeTable/RiddelNode2"), PackedStringArray("Transform"), NodePath("Interactions/NodeTable/RiddelNode3"), PackedStringArray("Transform"), NodePath("Interactions/NodeTable/RiddelNode4"), PackedStringArray("Transform"), NodePath("Interactions/NodeTable/RiddelNode5"), PackedStringArray("Transform"), NodePath("Interactions/NodeTable/RiddelNode6"), PackedStringArray("Transform"), NodePath("Interactions/NodeTable/RiddelNode7"), PackedStringArray("Transform"), NodePath("Interactions/NodeTable/RiddelNode8"), PackedStringArray("Transform"), NodePath("Interactions/NodeTable/RiddelNode9"), PackedStringArray("Transform"), NodePath("Interactions/NodeTable/RiddelNode10"), PackedStringArray("Transform"), NodePath("Interactions/Exit/MeshInstance3D"), PackedStringArray("Transform"), NodePath("Interactions/Exit/coll_noch_setzen"), PackedStringArray("Transform"), NodePath("Interactions/Jewels"), PackedStringArray("Transform"), NodePath("Interactions/BookHolder"), PackedStringArray("Transform"), NodePath("Interactions/BookHolder2"), PackedStringArray("Transform"), NodePath("Interactions/BookHolder3"), PackedStringArray("Transform"), NodePath("static_room/ground"), PackedStringArray("Collision"), NodePath("static_room/ground/Bodenplatte/Respawn_Point"), PackedStringArray("Transform"), NodePath("static_room/ground/Bodenplatte/Respawn_Point/Label3D"), PackedStringArray("Transform", "Visibility Range", "Text"), NodePath("static_room/ground/Umrandung_Nord"), PackedStringArray("Transform"), NodePath("static_room/ground/Coll_Bodenplatte"), PackedStringArray("Transform", "shape"), NodePath("static_room/ground/Umrandung_Süd"), PackedStringArray("Transform"), NodePath("static_room/ground/Umrandung_West"), PackedStringArray("Transform"), NodePath("static_room/ground/Umrandung_Ost"), PackedStringArray("Transform"), NodePath("static_room/ground/KillZone/CollisionShape3D"), PackedStringArray("Transform"), NodePath("static_room/room-large"), PackedStringArray("Transform"), NodePath("static_room/Speaker/speaker01"), PackedStringArray("Transform", "Skeleton"), NodePath("static_room/Speaker/speaker02"), PackedStringArray("Transform", "Skeleton"), NodePath("static_room/Speaker/speaker03"), PackedStringArray("Transform", "Skeleton"), NodePath("static_room/Speaker/speaker04"), PackedStringArray("Transform", "Skeleton"), NodePath("static_room/Speaker/speaker05"), PackedStringArray("Transform", "Skeleton"), NodePath("static_room/Speaker/speaker06"), PackedStringArray("Transform", "Skeleton"), NodePath("static_room/Speaker/speaker07"), PackedStringArray("Transform", "Skeleton"), NodePath("static_room/Speaker/speaker08"), PackedStringArray("Transform", "Skeleton"), NodePath("static_room/OmniLightsX4/OmniLight3D"), PackedStringArray("Transform", "Light"), NodePath("static_room/OmniLightsX4/OmniLight3D2"), PackedStringArray("Transform", "Light"), NodePath("static_room/OmniLightsX4/OmniLight3D3"), PackedStringArray("Transform", "Light"), NodePath("static_room/OmniLightsX4/OmniLight3D4"), PackedStringArray("Transform", "Light"), NodePath("static_room/Roof"), PackedStringArray("Transform", "Geometry"), NodePath("static_room/disco_ball"), PackedStringArray("Transform"), NodePath("AudioStreamPlayer3D"), PackedStringArray("Transform"), NodePath("AudioButton"), PackedStringArray("Transform", "Audio Bus"), NodePath("AudioButton/MeshInstance3D"), PackedStringArray("Geometry"), NodePath("AudioButton/MeshInstance3D/Label3D"), PackedStringArray("Transform", "Text"), NodePath("AudioButton/MeshInstance3D/Label3D2"), PackedStringArray("Transform", "Visibility Range", "Text")] +resource_unfolds=["res://escape-room-szene-room.tscn::Environment_58sqr", PackedStringArray("Resource", "Background", "Sky", "Tonemap"), "res://escape-room-szene-room.tscn::Resource_u8tsx", PackedStringArray("Resource"), "res://escape-room-szene-room.tscn::StandardMaterial3D_u4sjt", PackedStringArray("Resource", "Vertex Color", "Albedo"), "res://escape-room-szene-room.tscn::Resource_f16g6", PackedStringArray("Resource"), "res://escape-room-szene-room.tscn::StandardMaterial3D_enjo3", PackedStringArray("Resource", "Vertex Color", "Albedo"), "res://escape-room-szene-room.tscn::StandardMaterial3D_i1fkd", PackedStringArray("Resource", "Albedo"), "res://escape-room-szene-room.tscn::BoxShape3D_8osd2", PackedStringArray("Resource"), "res://escape-room-szene-room.tscn::BoxShape3D_n3dbl", PackedStringArray("Resource"), "res://escape-room-szene-room.tscn::StandardMaterial3D_8osd2", PackedStringArray("Resource", "Albedo"), "res://objekte/riddel_cube.tscn::BoxShape3D_xlrml", PackedStringArray("Resource"), "res://objekte/riddel_cube.tscn::StandardMaterial3D_huxfx", PackedStringArray("Resource", "Albedo"), "res://objekte/riddel_cube.tscn::BoxMesh_bcp45", PackedStringArray("Resource"), "res://escape-room-szene-room.tscn::Resource_usjio", PackedStringArray(), "res://escape-room-szene-room.tscn::Resource_dikdg", PackedStringArray(), "res://objekte/riddel_cube.tscn::StandardMaterial3D_qqmwf", PackedStringArray("Resource", "Shading", "Albedo"), "res://objekte/riddel_cube.tscn::BoxMesh_mg0ia", PackedStringArray("Resource"), "res://escape-room-szene-room.tscn::Resource_w0lgv", PackedStringArray(), "res://escape-room-szene-room.tscn::Resource_6lprk", PackedStringArray(), "res://escape-room-szene-room.tscn::Resource_mrobn", PackedStringArray(), "res://escape-room-szene-room.tscn::Resource_dfniq", PackedStringArray(), "res://escape-room-szene-room.tscn::Resource_3fe8x", PackedStringArray(), "res://escape-room-szene-room.tscn::Resource_d7g0e", PackedStringArray(), "res://escape-room-szene-room.tscn::Resource_gkcf5", PackedStringArray(), "res://escape-room-szene-room.tscn::Resource_03kae", PackedStringArray(), "res://escape-room-szene-room.tscn::Resource_wa7jn", PackedStringArray(), "res://escape-room-szene-room.tscn::Resource_pq045", PackedStringArray(), "res://escape-room-szene-room.tscn::Resource_uoj1h", PackedStringArray(), "res://escape-room-szene-room.tscn::Resource_f2doa", PackedStringArray(), "res://escape-room-szene-room.tscn::Resource_nvyc4", PackedStringArray(), "res://escape-room-szene-room.tscn::Resource_e0pj3", PackedStringArray(), "res://objekte/riddel_cube_board.tscn::BoxShape3D_5vce8", PackedStringArray("Resource"), "res://objekte/riddel_cube_board.tscn::BoxShape3D_bn1yc", PackedStringArray("Resource"), "res://objekte/riddel_cube_board.tscn::BoxShape3D_3w5dj", PackedStringArray("Resource"), "res://objekte/riddel_cube_board.tscn::StandardMaterial3D_bn1yc", PackedStringArray("Resource"), "res://escape-room-szene-room.tscn::BoxShape3D_ted65", PackedStringArray("Resource"), "res://objekte/riddel_node.tscn::BoxShape3D_x0287", PackedStringArray(), "res://objekte/riddel_node.tscn::StandardMaterial3D_mtwg6", PackedStringArray(), "res://objekte/riddel_node.tscn::BoxMesh_8ji1x", PackedStringArray(), "res://escape-room-szene-room.tscn::Resource_pa4rw", PackedStringArray(), "res://objekte/riddel_node.tscn::Resource_x0287", PackedStringArray(), "res://objekte/riddel_node.tscn::StandardMaterial3D_assmp", PackedStringArray(), "res://objekte/riddel_node.tscn::BoxMesh_qy3q5", PackedStringArray(), "res://escape-room-szene-room.tscn::Resource_yyt7h", PackedStringArray(), "res://escape-room-szene-room.tscn::Resource_skccp", PackedStringArray(), "res://escape-room-szene-room.tscn::Resource_313nu", PackedStringArray(), "res://escape-room-szene-room.tscn::Resource_rkp2n", PackedStringArray(), "res://escape-room-szene-room.tscn::Resource_8ni3a", PackedStringArray(), "res://escape-room-szene-room.tscn::Resource_hj2lu", PackedStringArray(), "res://escape-room-szene-room.tscn::Resource_omsmn", PackedStringArray(), "res://escape-room-szene-room.tscn::Resource_65cp7", PackedStringArray(), "res://escape-room-szene-room.tscn::Resource_ha51e", PackedStringArray(), "res://escape-room-szene-room.tscn::BoxShape3D_gqhg5", PackedStringArray("Resource"), "res://objekte/jewels.tscn::SphereShape3D_ngsdk", PackedStringArray(), "res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Sapphire-200.blend::ArrayMesh_uxgq7", PackedStringArray(), "res://objekte/book_holder.tscn::BoxShape3D_67j7i", PackedStringArray(), "res://objekte/book_holder.tscn::ArrayMesh_ynv1l", PackedStringArray(), "res://escape-room-szene-room.tscn::StandardMaterial3D_ted65", PackedStringArray("Resource", "Albedo"), "res://escape-room-szene-room.tscn::StandardMaterial3D_mrobn", PackedStringArray("Resource", "Albedo"), "res://escape-room-szene-room.tscn::BoxShape3D_w0lgv", PackedStringArray("Resource"), "res://escape-room-szene-room.tscn::BoxShape3D_i1fkd", PackedStringArray("Resource"), "res://escape-room-szene-room.tscn::BoxShape3D_6lprk", PackedStringArray("Resource"), "res://escape-room-szene-room.tscn::BoxShape3D_mrobn", PackedStringArray("Resource"), "res://escape-room-szene-room.tscn::BoxShape3D_dfniq", PackedStringArray("Resource"), "res://escape-room-szene-room.tscn::BoxShape3D_3fe8x", PackedStringArray("Resource"), "res://escape-room-szene-room.tscn::StandardMaterial3D_dikdg", PackedStringArray("Resource", "Albedo"), "res://escape-room-szene-room.tscn::BoxShape3D_gkcf5", PackedStringArray("Resource"), "res://assets-lib/Disco_Ball/disco_ball.blend::ArrayMesh_7l5yg", PackedStringArray(), "res://assets-lib/Disco_Ball/disco_ball.blend::ArrayMesh_e0wqr", PackedStringArray(), "res://escape-room-szene-room.tscn::AudioStreamPlaylist_w0lgv", PackedStringArray("Resource"), "res://escape-room-szene-room.tscn::BoxShape3D_d7g0e", PackedStringArray("Resource"), "res://escape-room-szene-room.tscn::StandardMaterial3D_dfniq", PackedStringArray("Resource", "Albedo"), "res://escape-room-szene-room.tscn::BoxMesh_gkcf5", PackedStringArray("Resource")] +nodes_folded=[NodePath("XROrigin3D"), NodePath("XROrigin3D/XRCamera3D"), NodePath("XROrigin3D/XRController3D_Left"), NodePath("XROrigin3D/XRController3D_Right"), NodePath("Interactions/Würfeltisch"), NodePath("Interactions/CubeTable"), NodePath("Interactions/CubeTable/RiddleCube"), NodePath("Interactions/CubeTable/RiddleCube2"), NodePath("Interactions/CubeTable/RiddleCube3"), NodePath("Interactions/CubeTable/RiddleCube4"), NodePath("Interactions/CubeTable/RiddleCube5"), NodePath("Interactions/CubeTable/RiddleCube6"), NodePath("Interactions/CubeTable/RiddleCube7"), NodePath("Interactions/CubeTable/RiddleCube8"), NodePath("Interactions/RiddelCubeBoard"), NodePath("Interactions/NodeTable"), NodePath("Interactions/NodeTable/RiddelNode"), NodePath("Interactions/NodeTable/RiddelNode2"), NodePath("Interactions/NodeTable/RiddelNode3"), NodePath("Interactions/NodeTable/RiddelNode4"), NodePath("Interactions/NodeTable/RiddelNode5"), NodePath("Interactions/NodeTable/RiddelNode6"), NodePath("Interactions/NodeTable/RiddelNode7"), NodePath("Interactions/NodeTable/RiddelNode8"), NodePath("Interactions/NodeTable/RiddelNode9"), NodePath("Interactions/NodeTable/RiddelNode10"), NodePath("Interactions/Exit"), NodePath("Interactions/Jewels"), NodePath("Interactions/BookHolder"), NodePath("Interactions/BookHolder2"), NodePath("Interactions/BookHolder3"), NodePath("static_room"), NodePath("static_room/ground"), NodePath("static_room/Speaker"), NodePath("static_room/OmniLightsX4"), NodePath("static_room/Roof"), NodePath("static_room/disco_ball"), NodePath("AudioButton")] diff --git a/escape-room/godot/editor/export-00894985b1a59738a8c8d8d5bf1339dd-loading_szene.scn-folding-2b988ab789b8e68b5c8df537f7ee152d.cfg b/escape-room/godot/editor/export-00894985b1a59738a8c8d8d5bf1339dd-loading_szene.scn-folding-2b988ab789b8e68b5c8df537f7ee152d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-00894985b1a59738a8c8d8d5bf1339dd-loading_szene.scn-folding-2b988ab789b8e68b5c8df537f7ee152d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-02373f2a9b8525c05138dc76497a35b1-movement_jog.scn-folding-b0de6895e3ee48e64c40b90f12d9fc46.cfg b/escape-room/godot/editor/export-02373f2a9b8525c05138dc76497a35b1-movement_jog.scn-folding-b0de6895e3ee48e64c40b90f12d9fc46.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-02373f2a9b8525c05138dc76497a35b1-movement_jog.scn-folding-b0de6895e3ee48e64c40b90f12d9fc46.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-0369b4df78c17d922534b7d77bb2c146-loading_screen_shader.res-folding-e85ae2fe72446ed2d0edd05a8da4dab7.cfg b/escape-room/godot/editor/export-0369b4df78c17d922534b7d77bb2c146-loading_screen_shader.res-folding-e85ae2fe72446ed2d0edd05a8da4dab7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-0369b4df78c17d922534b7d77bb2c146-loading_screen_shader.res-folding-e85ae2fe72446ed2d0edd05a8da4dab7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-05e0bce8f6d504198509df16311965ac-pose_default_right.res-folding-7ece7570cc841c98f84194376136862f.cfg b/escape-room/godot/editor/export-05e0bce8f6d504198509df16311965ac-pose_default_right.res-folding-7ece7570cc841c98f84194376136862f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-05e0bce8f6d504198509df16311965ac-pose_default_right.res-folding-7ece7570cc841c98f84194376136862f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-0632b34786f60c1b725f4ea05eece005-glove_african_dark_camo.res-folding-d8e1855acecca64cbe29ed85b203c928.cfg b/escape-room/godot/editor/export-0632b34786f60c1b725f4ea05eece005-glove_african_dark_camo.res-folding-d8e1855acecca64cbe29ed85b203c928.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-0632b34786f60c1b725f4ea05eece005-glove_african_dark_camo.res-folding-d8e1855acecca64cbe29ed85b203c928.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-0798c09b74bfa9f3e821955bfdf5c79f-left_fullglove_physics_hand.scn-folding-02b33bd4cacf638955b4f858b294b231.cfg b/escape-room/godot/editor/export-0798c09b74bfa9f3e821955bfdf5c79f-left_fullglove_physics_hand.scn-folding-02b33bd4cacf638955b4f858b294b231.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-0798c09b74bfa9f3e821955bfdf5c79f-left_fullglove_physics_hand.scn-folding-02b33bd4cacf638955b4f858b294b231.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-08c3ddd30095a0edb95d1ade3fdb60cc-ground_physics.scn-folding-8667dde350b9c22a3105672c117e2203.cfg b/escape-room/godot/editor/export-08c3ddd30095a0edb95d1ade3fdb60cc-ground_physics.scn-folding-8667dde350b9c22a3105672c117e2203.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-08c3ddd30095a0edb95d1ade3fdb60cc-ground_physics.scn-folding-8667dde350b9c22a3105672c117e2203.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-0b93ef9408d87d39085ade00f1b95127-staging_env.res-folding-53313951f67c01083d16f10fe94457f0.cfg b/escape-room/godot/editor/export-0b93ef9408d87d39085ade00f1b95127-staging_env.res-folding-53313951f67c01083d16f10fe94457f0.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-0b93ef9408d87d39085ade00f1b95127-staging_env.res-folding-53313951f67c01083d16f10fe94457f0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-0c32eba7390f9e04d044a48029d1bcba-zahnrad_stange.scn-folding-83cece08dfa8783967c76fae6ada7b12.cfg b/escape-room/godot/editor/export-0c32eba7390f9e04d044a48029d1bcba-zahnrad_stange.scn-folding-83cece08dfa8783967c76fae6ada7b12.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-0c32eba7390f9e04d044a48029d1bcba-zahnrad_stange.scn-folding-83cece08dfa8783967c76fae6ada7b12.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-0f1c1b848552ead5014a4c214d67cb74-african_hands_realistic.res-folding-023902cdf475937117a4e5d6fea92317.cfg b/escape-room/godot/editor/export-0f1c1b848552ead5014a4c214d67cb74-african_hands_realistic.res-folding-023902cdf475937117a4e5d6fea92317.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-0f1c1b848552ead5014a4c214d67cb74-african_hands_realistic.res-folding-023902cdf475937117a4e5d6fea92317.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-1295e10272b525f693d3de45f7c1e2ed-right_tac_glove.scn-folding-ee735217de86593d5b56f1df609813a7.cfg b/escape-room/godot/editor/export-1295e10272b525f693d3de45f7c1e2ed-right_tac_glove.scn-folding-ee735217de86593d5b56f1df609813a7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-1295e10272b525f693d3de45f7c1e2ed-right_tac_glove.scn-folding-ee735217de86593d5b56f1df609813a7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-1366cb2f6bd8b61ff906069370372eab-left_physics_hand_low.scn-folding-f685d9d597f2333f0cb21c0c2536b22f.cfg b/escape-room/godot/editor/export-1366cb2f6bd8b61ff906069370372eab-left_physics_hand_low.scn-folding-f685d9d597f2333f0cb21c0c2536b22f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-1366cb2f6bd8b61ff906069370372eab-left_physics_hand_low.scn-folding-f685d9d597f2333f0cb21c0c2536b22f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-142aa9e821c9057168d3959b4245dde1-poke.scn-folding-0238e9b24e65775bb1211e9fc1536cf4.cfg b/escape-room/godot/editor/export-142aa9e821c9057168d3959b4245dde1-poke.scn-folding-0238e9b24e65775bb1211e9fc1536cf4.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-142aa9e821c9057168d3959b4245dde1-poke.scn-folding-0238e9b24e65775bb1211e9fc1536cf4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-1431f6dc6671077e2cbd3ffe3ec1d87c-cleaning_glove.res-folding-6cbca06fec1be7d2da95c83fce6243f8.cfg b/escape-room/godot/editor/export-1431f6dc6671077e2cbd3ffe3ec1d87c-cleaning_glove.res-folding-6cbca06fec1be7d2da95c83fce6243f8.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-1431f6dc6671077e2cbd3ffe3ec1d87c-cleaning_glove.res-folding-6cbca06fec1be7d2da95c83fce6243f8.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-14b9630947de5b34cdadca16b331a59c-function_pose_detector.scn-folding-e902cc503549fa9eda1f6af4359b775e.cfg b/escape-room/godot/editor/export-14b9630947de5b34cdadca16b331a59c-function_pose_detector.scn-folding-e902cc503549fa9eda1f6af4359b775e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-14b9630947de5b34cdadca16b331a59c-function_pose_detector.scn-folding-e902cc503549fa9eda1f6af4359b775e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-153df05da6e32e899d34e1e6d4f5bdf7-right_fullglove_low.scn-folding-b87b834ac1477f5669ca555c667c4b85.cfg b/escape-room/godot/editor/export-153df05da6e32e899d34e1e6d4f5bdf7-right_fullglove_low.scn-folding-b87b834ac1477f5669ca555c667c4b85.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-153df05da6e32e899d34e1e6d4f5bdf7-right_fullglove_low.scn-folding-b87b834ac1477f5669ca555c667c4b85.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-16f53fc66ca1e26baef3bd95fe61204d-right_physics_hand_low.scn-folding-14651ad5d68ce7908f8d4761c73701e1.cfg b/escape-room/godot/editor/export-16f53fc66ca1e26baef3bd95fe61204d-right_physics_hand_low.scn-folding-14651ad5d68ce7908f8d4761c73701e1.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-16f53fc66ca1e26baef3bd95fe61204d-right_physics_hand_low.scn-folding-14651ad5d68ce7908f8d4761c73701e1.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-17565d1c003b734a1c3e145b8d4057bd-grab_point_snap.scn-folding-22a87b828dc92091525391af24f85c30.cfg b/escape-room/godot/editor/export-17565d1c003b734a1c3e145b8d4057bd-grab_point_snap.scn-folding-22a87b828dc92091525391af24f85c30.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-17565d1c003b734a1c3e145b8d4057bd-grab_point_snap.scn-folding-22a87b828dc92091525391af24f85c30.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-17605c1ed8ba98c6ada09a73ad0a6350-controler_hider.scn-folding-f9139217d6e64e99f3d33593ef4a3999.cfg b/escape-room/godot/editor/export-17605c1ed8ba98c6ada09a73ad0a6350-controler_hider.scn-folding-f9139217d6e64e99f3d33593ef4a3999.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-17605c1ed8ba98c6ada09a73ad0a6350-controler_hider.scn-folding-f9139217d6e64e99f3d33593ef4a3999.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-181fe7af6ec1d43e7d9954544ca617e0-function_teleport.scn-folding-834c04cc9a99fbcbf6fa91ca2d555f59.cfg b/escape-room/godot/editor/export-181fe7af6ec1d43e7d9954544ca617e0-function_teleport.scn-folding-834c04cc9a99fbcbf6fa91ca2d555f59.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-181fe7af6ec1d43e7d9954544ca617e0-function_teleport.scn-folding-834c04cc9a99fbcbf6fa91ca2d555f59.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-183aa1d36c635b94e8f149867fca0e84-grab_point_redirect.scn-folding-afe51a6f6ecc8d90494d044b2ba943d0.cfg b/escape-room/godot/editor/export-183aa1d36c635b94e8f149867fca0e84-grab_point_redirect.scn-folding-afe51a6f6ecc8d90494d044b2ba943d0.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-183aa1d36c635b94e8f149867fca0e84-grab_point_redirect.scn-folding-afe51a6f6ecc8d90494d044b2ba943d0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-1b16b50beedad016f8e04982e8fba3c4-riddel_cube_board.scn-folding-0722ce82f0d112dac8468cdb8b15d395.cfg b/escape-room/godot/editor/export-1b16b50beedad016f8e04982e8fba3c4-riddel_cube_board.scn-folding-0722ce82f0d112dac8468cdb8b15d395.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-1b16b50beedad016f8e04982e8fba3c4-riddel_cube_board.scn-folding-0722ce82f0d112dac8468cdb8b15d395.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-1b8da3a71a5e4508c4b82260d02b7a51-fade.scn-folding-78f3bfde5d185665efbae1833737c440.cfg b/escape-room/godot/editor/export-1b8da3a71a5e4508c4b82260d02b7a51-fade.scn-folding-78f3bfde5d185665efbae1833737c440.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-1b8da3a71a5e4508c4b82260d02b7a51-fade.scn-folding-78f3bfde5d185665efbae1833737c440.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-22bb276dafeacbc0f32f041feb719f49-collision_hand_left.scn-folding-97f488bbffc20fb584f8a4c44e66812e.cfg b/escape-room/godot/editor/export-22bb276dafeacbc0f32f041feb719f49-collision_hand_left.scn-folding-97f488bbffc20fb584f8a4c44e66812e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-22bb276dafeacbc0f32f041feb719f49-collision_hand_left.scn-folding-97f488bbffc20fb584f8a4c44e66812e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-26747514dd9a8de79c3ecc39ef1413e4-virtual_keyboard_2d.scn-folding-5dfe191fc47ba3b21363e069992b24ce.cfg b/escape-room/godot/editor/export-26747514dd9a8de79c3ecc39ef1413e4-virtual_keyboard_2d.scn-folding-5dfe191fc47ba3b21363e069992b24ce.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-26747514dd9a8de79c3ecc39ef1413e4-virtual_keyboard_2d.scn-folding-5dfe191fc47ba3b21363e069992b24ce.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-268c2f8cbe5151a041b59741e856bc3a-viewport_2d_in_3d.scn-folding-94756dd08d40b5bcc838968e71b9ee82.cfg b/escape-room/godot/editor/export-268c2f8cbe5151a041b59741e856bc3a-viewport_2d_in_3d.scn-folding-94756dd08d40b5bcc838968e71b9ee82.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-268c2f8cbe5151a041b59741e856bc3a-viewport_2d_in_3d.scn-folding-94756dd08d40b5bcc838968e71b9ee82.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-2e05d43d57e0e028971490bce297ea3b-vignette.res-folding-b2435281ab35fa8da8136c1f3237510b.cfg b/escape-room/godot/editor/export-2e05d43d57e0e028971490bce297ea3b-vignette.res-folding-b2435281ab35fa8da8136c1f3237510b.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-2e05d43d57e0e028971490bce297ea3b-vignette.res-folding-b2435281ab35fa8da8136c1f3237510b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-2f4fcae52227a86d2425b56780d1da60-movement_crouch.scn-folding-9fbf12385daa577875480226c9fd528e.cfg b/escape-room/godot/editor/export-2f4fcae52227a86d2425b56780d1da60-movement_crouch.scn-folding-9fbf12385daa577875480226c9fd528e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-2f4fcae52227a86d2425b56780d1da60-movement_crouch.scn-folding-9fbf12385daa577875480226c9fd528e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-3003025ee1318f8dde41c9b3864e2f8d-highlight_ring.res-folding-0df0c2f3df84aa87b91659348f3b41ec.cfg b/escape-room/godot/editor/export-3003025ee1318f8dde41c9b3864e2f8d-highlight_ring.res-folding-0df0c2f3df84aa87b91659348f3b41ec.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-3003025ee1318f8dde41c9b3864e2f8d-highlight_ring.res-folding-0df0c2f3df84aa87b91659348f3b41ec.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-32ceb956965dce6781aacd87bc759fe4-movement_desktop_crouch.scn-folding-2bd8fb50a5caa21152092ad364b73100.cfg b/escape-room/godot/editor/export-32ceb956965dce6781aacd87bc759fe4-movement_desktop_crouch.scn-folding-2bd8fb50a5caa21152092ad364b73100.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-32ceb956965dce6781aacd87bc759fe4-movement_desktop_crouch.scn-folding-2bd8fb50a5caa21152092ad364b73100.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-3307065d1f8c1fc6d1a18240e605fdf2-right_physics_tac_glove_low.scn-folding-15744df49c8086dbdab544b5c62d7000.cfg b/escape-room/godot/editor/export-3307065d1f8c1fc6d1a18240e605fdf2-right_physics_tac_glove_low.scn-folding-15744df49c8086dbdab544b5c62d7000.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-3307065d1f8c1fc6d1a18240e605fdf2-right_physics_tac_glove_low.scn-folding-15744df49c8086dbdab544b5c62d7000.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-3464ddc2c2b11c2e8ee12523bab09081-riddel_node_board.scn-folding-0eba0137ab3e848f553ab338f51095b1.cfg b/escape-room/godot/editor/export-3464ddc2c2b11c2e8ee12523bab09081-riddel_node_board.scn-folding-0eba0137ab3e848f553ab338f51095b1.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-3464ddc2c2b11c2e8ee12523bab09081-riddel_node_board.scn-folding-0eba0137ab3e848f553ab338f51095b1.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-36d4a11bc5808dfbfd2d908643d5af0b-surface_audio.scn-folding-b4a6ae42c3d6c0cd85cf44aa7bd50a5c.cfg b/escape-room/godot/editor/export-36d4a11bc5808dfbfd2d908643d5af0b-surface_audio.scn-folding-b4a6ae42c3d6c0cd85cf44aa7bd50a5c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-36d4a11bc5808dfbfd2d908643d5af0b-surface_audio.scn-folding-b4a6ae42c3d6c0cd85cf44aa7bd50a5c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-380012e2d0d6d63826ac7412f42d314f-glove_african_green_camo.res-folding-410e0a156f25e377b665bbb19da69ba0.cfg b/escape-room/godot/editor/export-380012e2d0d6d63826ac7412f42d314f-glove_african_green_camo.res-folding-410e0a156f25e377b665bbb19da69ba0.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-380012e2d0d6d63826ac7412f42d314f-glove_african_green_camo.res-folding-410e0a156f25e377b665bbb19da69ba0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-38978ca2b6ae8a5130255e26e290a2c4-movement_sprint.scn-folding-1e0492c6a9a4bf84888090ea8041c572.cfg b/escape-room/godot/editor/export-38978ca2b6ae8a5130255e26e290a2c4-movement_sprint.scn-folding-1e0492c6a9a4bf84888090ea8041c572.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-38978ca2b6ae8a5130255e26e290a2c4-movement_sprint.scn-folding-1e0492c6a9a4bf84888090ea8041c572.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-41d893a8b76968b6e502f35afad7699a-movement_direct.scn-folding-8b4eeb730ad30a6955d5aee90a04bfa9.cfg b/escape-room/godot/editor/export-41d893a8b76968b6e502f35afad7699a-movement_direct.scn-folding-8b4eeb730ad30a6955d5aee90a04bfa9.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-41d893a8b76968b6e502f35afad7699a-movement_direct.scn-folding-8b4eeb730ad30a6955d5aee90a04bfa9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-42e2e9fcdacdf2ef83d9bd8553304a4f-grab_point_hand_left.scn-folding-340303a013285f267c530c7bda57f6f2.cfg b/escape-room/godot/editor/export-42e2e9fcdacdf2ef83d9bd8553304a4f-grab_point_hand_left.scn-folding-340303a013285f267c530c7bda57f6f2.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-42e2e9fcdacdf2ef83d9bd8553304a4f-grab_point_hand_left.scn-folding-340303a013285f267c530c7bda57f6f2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-47e0f728873c652dfeab9d9dbf5d2b4b-movement_wall_walk.scn-folding-71337cf0f92bc605e558a066b636c384.cfg b/escape-room/godot/editor/export-47e0f728873c652dfeab9d9dbf5d2b4b-movement_wall_walk.scn-folding-71337cf0f92bc605e558a066b636c384.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-47e0f728873c652dfeab9d9dbf5d2b4b-movement_wall_walk.scn-folding-71337cf0f92bc605e558a066b636c384.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-4dc257ce1843195a52c761bf315d8994-riddel_cube_board_snap_zone.scn-folding-edd89114e81e013202530c475de30efb.cfg b/escape-room/godot/editor/export-4dc257ce1843195a52c761bf315d8994-riddel_cube_board_snap_zone.scn-folding-edd89114e81e013202530c475de30efb.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-4dc257ce1843195a52c761bf315d8994-riddel_cube_board_snap_zone.scn-folding-edd89114e81e013202530c475de30efb.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-4fe17e820cd7fe3e3cadba83b35bab27-movement_desktop_direct.scn-folding-4a4a75ce1c9830f1ab97ca6267bf976d.cfg b/escape-room/godot/editor/export-4fe17e820cd7fe3e3cadba83b35bab27-movement_desktop_direct.scn-folding-4a4a75ce1c9830f1ab97ca6267bf976d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-4fe17e820cd7fe3e3cadba83b35bab27-movement_desktop_direct.scn-folding-4a4a75ce1c9830f1ab97ca6267bf976d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-4ffbd19818b5991dbf7b5e89306c898c-movement_desktop_sprint.scn-folding-840d96512e35b5bccf5d9dad7a7b2923.cfg b/escape-room/godot/editor/export-4ffbd19818b5991dbf7b5e89306c898c-movement_desktop_sprint.scn-folding-840d96512e35b5bccf5d9dad7a7b2923.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-4ffbd19818b5991dbf7b5e89306c898c-movement_desktop_sprint.scn-folding-840d96512e35b5bccf5d9dad7a7b2923.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-50ac81e9d6a1e585f9981e7c251d2987-alternative.scn-folding-eb1421b5735107fa8458fc602fbc9229.cfg b/escape-room/godot/editor/export-50ac81e9d6a1e585f9981e7c251d2987-alternative.scn-folding-eb1421b5735107fa8458fc602fbc9229.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-50ac81e9d6a1e585f9981e7c251d2987-alternative.scn-folding-eb1421b5735107fa8458fc602fbc9229.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-512f415c9de5da37f498bf4c80454689-interactable_area_button.scn-folding-04130806b451891b17c6314240fa03d3.cfg b/escape-room/godot/editor/export-512f415c9de5da37f498bf4c80454689-interactable_area_button.scn-folding-04130806b451891b17c6314240fa03d3.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-512f415c9de5da37f498bf4c80454689-interactable_area_button.scn-folding-04130806b451891b17c6314240fa03d3.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-518ac0d9ea2110c7fdcd4881a4ff99ed-african_hands.res-folding-30bde54e33011f3ca11f98d266a0aaa7.cfg b/escape-room/godot/editor/export-518ac0d9ea2110c7fdcd4881a4ff99ed-african_hands.res-folding-30bde54e33011f3ca11f98d266a0aaa7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-518ac0d9ea2110c7fdcd4881a4ff99ed-african_hands.res-folding-30bde54e33011f3ca11f98d266a0aaa7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-535fd36bc0375625ee25e2a9129f567f-movement_jump.scn-folding-a6c4caf351d84ed1cbd9abde8408950f.cfg b/escape-room/godot/editor/export-535fd36bc0375625ee25e2a9129f567f-movement_jump.scn-folding-a6c4caf351d84ed1cbd9abde8408950f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-535fd36bc0375625ee25e2a9129f567f-movement_jump.scn-folding-a6c4caf351d84ed1cbd9abde8408950f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-53740c9ce795e76941fbdf5ad49fc2da-interactable_handle.scn-folding-b27f9c27465fcb420ec6326246332a07.cfg b/escape-room/godot/editor/export-53740c9ce795e76941fbdf5ad49fc2da-interactable_handle.scn-folding-b27f9c27465fcb420ec6326246332a07.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-53740c9ce795e76941fbdf5ad49fc2da-interactable_handle.scn-folding-b27f9c27465fcb420ec6326246332a07.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-55e8e7a43864322e40e41d6f18c9b13e-hold_button.scn-folding-ef777b79ea63f105ab5c3366e3498360.cfg b/escape-room/godot/editor/export-55e8e7a43864322e40e41d6f18c9b13e-hold_button.scn-folding-ef777b79ea63f105ab5c3366e3498360.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-55e8e7a43864322e40e41d6f18c9b13e-hold_button.scn-folding-ef777b79ea63f105ab5c3366e3498360.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-57e852f6be2e54c0a5f083ad11300876-target.res-folding-f0cff80bdc6b9d4f5c3da3063415cb4f.cfg b/escape-room/godot/editor/export-57e852f6be2e54c0a5f083ad11300876-target.res-folding-f0cff80bdc6b9d4f5c3da3063415cb4f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-57e852f6be2e54c0a5f083ad11300876-target.res-folding-f0cff80bdc6b9d4f5c3da3063415cb4f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-58d7607a2e84b6d22aafaab29aa4695e-left_fullglove_low.scn-folding-6ff79881cef167face6846a4ac33f108.cfg b/escape-room/godot/editor/export-58d7607a2e84b6d22aafaab29aa4695e-left_fullglove_low.scn-folding-6ff79881cef167face6846a4ac33f108.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-58d7607a2e84b6d22aafaab29aa4695e-left_fullglove_low.scn-folding-6ff79881cef167face6846a4ac33f108.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-5cd45c730cf997435777b25d105911a8-area_audio.scn-folding-fbf19e222313586bd34e7f202d393003.cfg b/escape-room/godot/editor/export-5cd45c730cf997435777b25d105911a8-area_audio.scn-folding-fbf19e222313586bd34e7f202d393003.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-5cd45c730cf997435777b25d105911a8-area_audio.scn-folding-fbf19e222313586bd34e7f202d393003.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-5d0c6f4552e080b1bd8676ac1ca50f71-right_physics_tac_glove.scn-folding-1f67e85e9b91e0010f5dfe5ad3d07bce.cfg b/escape-room/godot/editor/export-5d0c6f4552e080b1bd8676ac1ca50f71-right_physics_tac_glove.scn-folding-1f67e85e9b91e0010f5dfe5ad3d07bce.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-5d0c6f4552e080b1bd8676ac1ca50f71-right_physics_tac_glove.scn-folding-1f67e85e9b91e0010f5dfe5ad3d07bce.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-5d93c115ab697c2a153bf8c97800e331-vr_common_shader_cache.scn-folding-011c5084567316adedd9b1ced71996e2.cfg b/escape-room/godot/editor/export-5d93c115ab697c2a153bf8c97800e331-vr_common_shader_cache.scn-folding-011c5084567316adedd9b1ced71996e2.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-5d93c115ab697c2a153bf8c97800e331-vr_common_shader_cache.scn-folding-011c5084567316adedd9b1ced71996e2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-5fa8cf6c13c11fdc72325e56972f7fd8-left_hand.scn-folding-0ca364207ec869f9d7c8d71e130926b1.cfg b/escape-room/godot/editor/export-5fa8cf6c13c11fdc72325e56972f7fd8-left_hand.scn-folding-0ca364207ec869f9d7c8d71e130926b1.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-5fa8cf6c13c11fdc72325e56972f7fd8-left_hand.scn-folding-0ca364207ec869f9d7c8d71e130926b1.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-6075f82bcb0ff7c0a24b1f8b25af85a8-riddel_cube.scn-folding-a8021fca8d7929b1c74db7244c89d92a.cfg b/escape-room/godot/editor/export-6075f82bcb0ff7c0a24b1f8b25af85a8-riddel_cube.scn-folding-a8021fca8d7929b1c74db7244c89d92a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-6075f82bcb0ff7c0a24b1f8b25af85a8-riddel_cube.scn-folding-a8021fca8d7929b1c74db7244c89d92a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-609a3b037ca2c3b62fb54f3d304c63f2-ghost_hand.res-folding-fb9c83fc653ed29bd0c046a4ddd25598.cfg b/escape-room/godot/editor/export-609a3b037ca2c3b62fb54f3d304c63f2-ghost_hand.res-folding-fb9c83fc653ed29bd0c046a4ddd25598.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-609a3b037ca2c3b62fb54f3d304c63f2-ghost_hand.res-folding-fb9c83fc653ed29bd0c046a4ddd25598.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-610b029319bfa9f4c54917e41d0c9ff4-highlight.res-folding-73bbd9495fe001b741c97c7c8a82baa3.cfg b/escape-room/godot/editor/export-610b029319bfa9f4c54917e41d0c9ff4-highlight.res-folding-73bbd9495fe001b741c97c7c8a82baa3.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-610b029319bfa9f4c54917e41d0c9ff4-highlight.res-folding-73bbd9495fe001b741c97c7c8a82baa3.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-61d3133c344c3b952e285c36dec88f8b-XRSimulator.scn-folding-3eaf904abea5efda6eeb3e24e862c86e.cfg b/escape-room/godot/editor/export-61d3133c344c3b952e285c36dec88f8b-XRSimulator.scn-folding-3eaf904abea5efda6eeb3e24e862c86e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-61d3133c344c3b952e285c36dec88f8b-XRSimulator.scn-folding-3eaf904abea5efda6eeb3e24e862c86e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-64c88b03a9bcb6be2e536ff49f0a10c8-pose_point_right.res-folding-4d876c9934b5732f8a898ad4d1f7c54f.cfg b/escape-room/godot/editor/export-64c88b03a9bcb6be2e536ff49f0a10c8-pose_point_right.res-folding-4d876c9934b5732f8a898ad4d1f7c54f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-64c88b03a9bcb6be2e536ff49f0a10c8-pose_point_right.res-folding-4d876c9934b5732f8a898ad4d1f7c54f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-663f42ccd439ab0d36894f21e5c690e7-movement_grapple.scn-folding-7d0f60a781cf15e1b52ae0718808567d.cfg b/escape-room/godot/editor/export-663f42ccd439ab0d36894f21e5c690e7-movement_grapple.scn-folding-7d0f60a781cf15e1b52ae0718808567d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-663f42ccd439ab0d36894f21e5c690e7-movement_grapple.scn-folding-7d0f60a781cf15e1b52ae0718808567d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-68f263333ec344ed4f046c7925ec528c-teleport_area.scn-folding-cc7a9fe44e8b55a4e7529e7321b09d88.cfg b/escape-room/godot/editor/export-68f263333ec344ed4f046c7925ec528c-teleport_area.scn-folding-cc7a9fe44e8b55a4e7529e7321b09d88.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-68f263333ec344ed4f046c7925ec528c-teleport_area.scn-folding-cc7a9fe44e8b55a4e7529e7321b09d88.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-6be1df8df9b46d097bde97e0e871f98a-AnimationPlayer.scn-folding-4fa77828362c02c9d8e6f825d549476b.cfg b/escape-room/godot/editor/export-6be1df8df9b46d097bde97e0e871f98a-AnimationPlayer.scn-folding-4fa77828362c02c9d8e6f825d549476b.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-6be1df8df9b46d097bde97e0e871f98a-AnimationPlayer.scn-folding-4fa77828362c02c9d8e6f825d549476b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-6c340b06e785d996b1823d614d9f4c9d-AnimationPlayer.scn-folding-85c31a14f4f55c0e7f9aa383d3795949.cfg b/escape-room/godot/editor/export-6c340b06e785d996b1823d614d9f4c9d-AnimationPlayer.scn-folding-85c31a14f4f55c0e7f9aa383d3795949.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-6c340b06e785d996b1823d614d9f4c9d-AnimationPlayer.scn-folding-85c31a14f4f55c0e7f9aa383d3795949.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-6e2197aa464cbabc2fe531db316746c2-riddel_node.scn-folding-bd2654f8a792b51d3e0a019bbbb38702.cfg b/escape-room/godot/editor/export-6e2197aa464cbabc2fe531db316746c2-riddel_node.scn-folding-bd2654f8a792b51d3e0a019bbbb38702.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-6e2197aa464cbabc2fe531db316746c2-riddel_node.scn-folding-bd2654f8a792b51d3e0a019bbbb38702.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-6e5c7f3ceae9ce634258cd176789c396-movement_gravity_zones.scn-folding-796189b74192979227b37198f8013ce2.cfg b/escape-room/godot/editor/export-6e5c7f3ceae9ce634258cd176789c396-movement_gravity_zones.scn-folding-796189b74192979227b37198f8013ce2.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-6e5c7f3ceae9ce634258cd176789c396-movement_gravity_zones.scn-folding-796189b74192979227b37198f8013ce2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-7123d8d7bcc39744ae4aa6c7305faea0-function_gaze_pointer.scn-folding-df1f4bbe041243b14b788c3c9600b465.cfg b/escape-room/godot/editor/export-7123d8d7bcc39744ae4aa6c7305faea0-function_gaze_pointer.scn-folding-df1f4bbe041243b14b788c3c9600b465.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-7123d8d7bcc39744ae4aa6c7305faea0-function_gaze_pointer.scn-folding-df1f4bbe041243b14b788c3c9600b465.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-72f2e7e530aee4861566bee38de03013-loading_screen.scn-folding-e7283686c76723f37fcab4299e7ce5c2.cfg b/escape-room/godot/editor/export-72f2e7e530aee4861566bee38de03013-loading_screen.scn-folding-e7283686c76723f37fcab4299e7ce5c2.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-72f2e7e530aee4861566bee38de03013-loading_screen.scn-folding-e7283686c76723f37fcab4299e7ce5c2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-73667aab5718ad307e1453e10afcb606-function_pickup.scn-folding-4b5c6766af0e36cb3757b07d4d65c1c5.cfg b/escape-room/godot/editor/export-73667aab5718ad307e1453e10afcb606-function_pickup.scn-folding-4b5c6766af0e36cb3757b07d4d65c1c5.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-73667aab5718ad307e1453e10afcb606-function_pickup.scn-folding-4b5c6766af0e36cb3757b07d4d65c1c5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-7477e6c4ed60fd3bed0f46055d48cb7b-fall_damage.scn-folding-4e079f9cf017a6b9f3c67a959ce0dbfe.cfg b/escape-room/godot/editor/export-7477e6c4ed60fd3bed0f46055d48cb7b-fall_damage.scn-folding-4e079f9cf017a6b9f3c67a959ce0dbfe.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-7477e6c4ed60fd3bed0f46055d48cb7b-fall_damage.scn-folding-4e079f9cf017a6b9f3c67a959ce0dbfe.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-75d2ed0e311963d9ab53c0556cb31eed-movement_footstep.scn-folding-28efb2bef634aba80027d1d3fc179efa.cfg b/escape-room/godot/editor/export-75d2ed0e311963d9ab53c0556cb31eed-movement_footstep.scn-folding-28efb2bef634aba80027d1d3fc179efa.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-75d2ed0e311963d9ab53c0556cb31eed-movement_footstep.scn-folding-28efb2bef634aba80027d1d3fc179efa.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-79488485072c5f4895977fa2bb809314-virtual_keyboard.scn-folding-15465b66285680f1c78f14cba6983409.cfg b/escape-room/godot/editor/export-79488485072c5f4895977fa2bb809314-virtual_keyboard.scn-folding-15465b66285680f1c78f14cba6983409.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-79488485072c5f4895977fa2bb809314-virtual_keyboard.scn-folding-15465b66285680f1c78f14cba6983409.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-7afe4af13a8d6145adf403808af4e04e-movement_world_grab.scn-folding-cf4d8337db7a7218572e172883b79b2c.cfg b/escape-room/godot/editor/export-7afe4af13a8d6145adf403808af4e04e-movement_world_grab.scn-folding-cf4d8337db7a7218572e172883b79b2c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-7afe4af13a8d6145adf403808af4e04e-movement_world_grab.scn-folding-cf4d8337db7a7218572e172883b79b2c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-7b7f88815c0d510b4579d1b2c886b10c-book_holder.scn-folding-ed4a204744847955d5c5c2c348706636.cfg b/escape-room/godot/editor/export-7b7f88815c0d510b4579d1b2c886b10c-book_holder.scn-folding-ed4a204744847955d5c5c2c348706636.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-7b7f88815c0d510b4579d1b2c886b10c-book_holder.scn-folding-ed4a204744847955d5c5c2c348706636.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-7c9eefd63cd222b53970d57af9721b94-fade_collision.scn-folding-8e79e7e1560868026a8583f36dd0342f.cfg b/escape-room/godot/editor/export-7c9eefd63cd222b53970d57af9721b94-fade_collision.scn-folding-8e79e7e1560868026a8583f36dd0342f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-7c9eefd63cd222b53970d57af9721b94-fade_collision.scn-folding-8e79e7e1560868026a8583f36dd0342f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-7cd24a361b86088415c2295e3961a903-grab_point_hand_right.scn-folding-5bef644aa2558d82a142a6070f7ad26b.cfg b/escape-room/godot/editor/export-7cd24a361b86088415c2295e3961a903-grab_point_hand_right.scn-folding-5bef644aa2558d82a142a6070f7ad26b.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-7cd24a361b86088415c2295e3961a903-grab_point_hand_right.scn-folding-5bef644aa2558d82a142a6070f7ad26b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-7d61892ff1183fe22d17f251c010ad85-collision_hand.scn-folding-57aad3ee21b7b3e90731bf73162b80e7.cfg b/escape-room/godot/editor/export-7d61892ff1183fe22d17f251c010ad85-collision_hand.scn-folding-57aad3ee21b7b3e90731bf73162b80e7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-7d61892ff1183fe22d17f251c010ad85-collision_hand.scn-folding-57aad3ee21b7b3e90731bf73162b80e7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-7ed9237f9994b319c3dd6ebd3860023d-right_fullglove_physics_hand.scn-folding-029f4314943511ccdd21960e6d4dd3e6.cfg b/escape-room/godot/editor/export-7ed9237f9994b319c3dd6ebd3860023d-right_fullglove_physics_hand.scn-folding-029f4314943511ccdd21960e6d4dd3e6.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-7ed9237f9994b319c3dd6ebd3860023d-right_fullglove_physics_hand.scn-folding-029f4314943511ccdd21960e6d4dd3e6.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-7fd0d6b3a962be10043f7b02735e295c-start_xr.scn-folding-36b5500ee873709908f912f0ac2ced39.cfg b/escape-room/godot/editor/export-7fd0d6b3a962be10043f7b02735e295c-start_xr.scn-folding-36b5500ee873709908f912f0ac2ced39.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-7fd0d6b3a962be10043f7b02735e295c-start_xr.scn-folding-36b5500ee873709908f912f0ac2ced39.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-813aa6a3e6a99f4fc0b826a3753849c0-escape-room-szene-room.scn-folding-dfb45bcbbcd5212b6c2a5a65ee9502ba.cfg b/escape-room/godot/editor/export-813aa6a3e6a99f4fc0b826a3753849c0-escape-room-szene-room.scn-folding-dfb45bcbbcd5212b6c2a5a65ee9502ba.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-813aa6a3e6a99f4fc0b826a3753849c0-escape-room-szene-room.scn-folding-dfb45bcbbcd5212b6c2a5a65ee9502ba.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-897118bb8074166298804af3978a03e9-hand_blend_tree.res-folding-845f14dd3bcf9e0b4b1f800fb0844364.cfg b/escape-room/godot/editor/export-897118bb8074166298804af3978a03e9-hand_blend_tree.res-folding-845f14dd3bcf9e0b4b1f800fb0844364.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-897118bb8074166298804af3978a03e9-hand_blend_tree.res-folding-845f14dd3bcf9e0b4b1f800fb0844364.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-8dc62574d7254fdc47196c4250881c8c-left_hand_low.scn-folding-521ac560363e4e4370f4075b7d677bf3.cfg b/escape-room/godot/editor/export-8dc62574d7254fdc47196c4250881c8c-left_hand_low.scn-folding-521ac560363e4e4370f4075b7d677bf3.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-8dc62574d7254fdc47196c4250881c8c-left_hand_low.scn-folding-521ac560363e4e4370f4075b7d677bf3.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-8e5cdf6a95e0298d784c5cc4bb19f00a-movement_physical_jump.scn-folding-7ab0d822a58826e32947808209e5a57b.cfg b/escape-room/godot/editor/export-8e5cdf6a95e0298d784c5cc4bb19f00a-movement_physical_jump.scn-folding-7ab0d822a58826e32947808209e5a57b.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-8e5cdf6a95e0298d784c5cc4bb19f00a-movement_physical_jump.scn-folding-7ab0d822a58826e32947808209e5a57b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-8fc87f1a1d91065ef2fc36eb47ccdf02-movement_flight.scn-folding-b8ceed2682cdbcbd9cf146397db6238a.cfg b/escape-room/godot/editor/export-8fc87f1a1d91065ef2fc36eb47ccdf02-movement_flight.scn-folding-b8ceed2682cdbcbd9cf146397db6238a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-8fc87f1a1d91065ef2fc36eb47ccdf02-movement_flight.scn-folding-b8ceed2682cdbcbd9cf146397db6238a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-94877f70cc689cd6d288e431d56c6cf4-capsule.res-folding-bef61b029e72f1d7b623885ee840bb77.cfg b/escape-room/godot/editor/export-94877f70cc689cd6d288e431d56c6cf4-capsule.res-folding-bef61b029e72f1d7b623885ee840bb77.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-94877f70cc689cd6d288e431d56c6cf4-capsule.res-folding-bef61b029e72f1d7b623885ee840bb77.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-9650650d91c462121c2f44c921345437-interactable_hinge.scn-folding-707455e9e5599e617fdf997d7534e256.cfg b/escape-room/godot/editor/export-9650650d91c462121c2f44c921345437-interactable_hinge.scn-folding-707455e9e5599e617fdf997d7534e256.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-9650650d91c462121c2f44c921345437-interactable_hinge.scn-folding-707455e9e5599e617fdf997d7534e256.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-98140d96770f9304c6fee9094131c1f8-loading_screen_shader.res-folding-8235ed8864e6deb8b1d6349101fda8f2.cfg b/escape-room/godot/editor/export-98140d96770f9304c6fee9094131c1f8-loading_screen_shader.res-folding-8235ed8864e6deb8b1d6349101fda8f2.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-98140d96770f9304c6fee9094131c1f8-loading_screen_shader.res-folding-8235ed8864e6deb8b1d6349101fda8f2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-9e6c777065cd504ec8822d94065db90d-teleport.res-folding-f2234ccd9fd4d67882c8d9e2b346effd.cfg b/escape-room/godot/editor/export-9e6c777065cd504ec8822d94065db90d-teleport.res-folding-f2234ccd9fd4d67882c8d9e2b346effd.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-9e6c777065cd504ec8822d94065db90d-teleport.res-folding-f2234ccd9fd4d67882c8d9e2b346effd.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-a0ca7a13de3b4c7e60a99e89fda9d69b-escape_room_large.scn-folding-b86f86daf4c4ae1b98fe7288042d53b0.cfg b/escape-room/godot/editor/export-a0ca7a13de3b4c7e60a99e89fda9d69b-escape_room_large.scn-folding-b86f86daf4c4ae1b98fe7288042d53b0.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-a0ca7a13de3b4c7e60a99e89fda9d69b-escape_room_large.scn-folding-b86f86daf4c4ae1b98fe7288042d53b0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-a1ac4a9e0caa87c073ee4233a3c1641e-function_desktop_pointer.scn-folding-4d4b3418584e15cad822e8340dcebde7.cfg b/escape-room/godot/editor/export-a1ac4a9e0caa87c073ee4233a3c1641e-function_desktop_pointer.scn-folding-4d4b3418584e15cad822e8340dcebde7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-a1ac4a9e0caa87c073ee4233a3c1641e-function_desktop_pointer.scn-folding-4d4b3418584e15cad822e8340dcebde7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-a21ceb3cdde66b7e33f164a687e8c62e-movement_wind.scn-folding-66365e6e598754552b58c927b90368a4.cfg b/escape-room/godot/editor/export-a21ceb3cdde66b7e33f164a687e8c62e-movement_wind.scn-folding-66365e6e598754552b58c927b90368a4.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-a21ceb3cdde66b7e33f164a687e8c62e-movement_wind.scn-folding-66365e6e598754552b58c927b90368a4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-a382ad0b9ce2f31e5398d168f378d898-movement_turn.scn-folding-c8c8bbdecc23345178d500ad081151b4.cfg b/escape-room/godot/editor/export-a382ad0b9ce2f31e5398d168f378d898-movement_turn.scn-folding-c8c8bbdecc23345178d500ad081151b4.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-a382ad0b9ce2f31e5398d168f378d898-movement_turn.scn-folding-c8c8bbdecc23345178d500ad081151b4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-a44615fde2c174f23c7bec06482bf0c9-interactable_joystick.scn-folding-e713b2b89807bb7128f8cda0bc1e4ecf.cfg b/escape-room/godot/editor/export-a44615fde2c174f23c7bec06482bf0c9-interactable_joystick.scn-folding-e713b2b89807bb7128f8cda0bc1e4ecf.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-a44615fde2c174f23c7bec06482bf0c9-interactable_joystick.scn-folding-e713b2b89807bb7128f8cda0bc1e4ecf.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-a460a64c6beec4d60a067220e48cd3df-hand_pose_area.scn-folding-10c22f84e1cf6cbb71ce21500e840976.cfg b/escape-room/godot/editor/export-a460a64c6beec4d60a067220e48cd3df-hand_pose_area.scn-folding-10c22f84e1cf6cbb71ce21500e840976.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-a460a64c6beec4d60a067220e48cd3df-hand_pose_area.scn-folding-10c22f84e1cf6cbb71ce21500e840976.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-a5d873331a26fb1b0106799bad778aa1-hand_blend_tree.res-folding-44f7ad25ac970b59a7b1bdd83f1dcdbc.cfg b/escape-room/godot/editor/export-a5d873331a26fb1b0106799bad778aa1-hand_blend_tree.res-folding-44f7ad25ac970b59a7b1bdd83f1dcdbc.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-a5d873331a26fb1b0106799bad778aa1-hand_blend_tree.res-folding-44f7ad25ac970b59a7b1bdd83f1dcdbc.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-a7a12625f10e3ad317855fea933e6bce-hold_button_visualshader.res-folding-4070b9fae465666e845d3af3a28e70af.cfg b/escape-room/godot/editor/export-a7a12625f10e3ad317855fea933e6bce-hold_button_visualshader.res-folding-4070b9fae465666e845d3af3a28e70af.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-a7a12625f10e3ad317855fea933e6bce-hold_button_visualshader.res-folding-4070b9fae465666e845d3af3a28e70af.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-a7f5d6eac8862b3fd83d9a27e1eb01af-caucasian_hands_realistic.res-folding-d29b84677b461b44821eda10170999a7.cfg b/escape-room/godot/editor/export-a7f5d6eac8862b3fd83d9a27e1eb01af-caucasian_hands_realistic.res-folding-d29b84677b461b44821eda10170999a7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-a7f5d6eac8862b3fd83d9a27e1eb01af-caucasian_hands_realistic.res-folding-d29b84677b461b44821eda10170999a7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-a83bdb094d26363d2caa26e22dd444e2-function_pointer.scn-folding-770dd53c2b98b92012291552c880c0f6.cfg b/escape-room/godot/editor/export-a83bdb094d26363d2caa26e22dd444e2-function_pointer.scn-folding-770dd53c2b98b92012291552c880c0f6.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-a83bdb094d26363d2caa26e22dd444e2-function_pointer.scn-folding-770dd53c2b98b92012291552c880c0f6.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-a9d757fdde490682a87dc1ad8c7d3357-openxr_action_map.res-folding-c31c60ce0247aadd5622a6cda946053a.cfg b/escape-room/godot/editor/export-a9d757fdde490682a87dc1ad8c7d3357-openxr_action_map.res-folding-c31c60ce0247aadd5622a6cda946053a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-a9d757fdde490682a87dc1ad8c7d3357-openxr_action_map.res-folding-c31c60ce0247aadd5622a6cda946053a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-ab2a02b46b1461b01b11fbb15c89c180-user_settings_ui.scn-folding-00cb7e7bdba9cf72f11be1a0054a58e1.cfg b/escape-room/godot/editor/export-ab2a02b46b1461b01b11fbb15c89c180-user_settings_ui.scn-folding-00cb7e7bdba9cf72f11be1a0054a58e1.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-ab2a02b46b1461b01b11fbb15c89c180-user_settings_ui.scn-folding-00cb7e7bdba9cf72f11be1a0054a58e1.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-abf59e324f9edf8912bec80dba57b0e0-caucasian_hand.res-folding-940751e5835ab50b2965478aa958406a.cfg b/escape-room/godot/editor/export-abf59e324f9edf8912bec80dba57b0e0-caucasian_hand.res-folding-940751e5835ab50b2965478aa958406a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-abf59e324f9edf8912bec80dba57b0e0-caucasian_hand.res-folding-940751e5835ab50b2965478aa958406a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-ad0bfc02dffb62f5d9f6d447a67d955e-left_tac_glove_low.scn-folding-9b723790112a2b54b12488fbdeae279c.cfg b/escape-room/godot/editor/export-ad0bfc02dffb62f5d9f6d447a67d955e-left_tac_glove_low.scn-folding-9b723790112a2b54b12488fbdeae279c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-ad0bfc02dffb62f5d9f6d447a67d955e-left_tac_glove_low.scn-folding-9b723790112a2b54b12488fbdeae279c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-b16e027165e7e1425cb8bdfc871a9bc3-right_hand_low.scn-folding-0b0b83e770e166722f9bce8ee6f712b9.cfg b/escape-room/godot/editor/export-b16e027165e7e1425cb8bdfc871a9bc3-right_hand_low.scn-folding-0b0b83e770e166722f9bce8ee6f712b9.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-b16e027165e7e1425cb8bdfc871a9bc3-right_hand_low.scn-folding-0b0b83e770e166722f9bce8ee6f712b9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-b316b405628c5227b69f6ce9f3b35baf-left_physics_tac_glove_low.scn-folding-8a190644cb1991d494778b5b5d492022.cfg b/escape-room/godot/editor/export-b316b405628c5227b69f6ce9f3b35baf-left_physics_tac_glove_low.scn-folding-8a190644cb1991d494778b5b5d492022.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-b316b405628c5227b69f6ce9f3b35baf-left_physics_tac_glove_low.scn-folding-8a190644cb1991d494778b5b5d492022.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-b4ffd5a2b7476ef34045c5c97b0ef8de-movement_desktop_flight.scn-folding-358d2eabad181159f8674d5485df5dc6.cfg b/escape-room/godot/editor/export-b4ffd5a2b7476ef34045c5c97b0ef8de-movement_desktop_flight.scn-folding-358d2eabad181159f8674d5485df5dc6.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-b4ffd5a2b7476ef34045c5c97b0ef8de-movement_desktop_flight.scn-folding-358d2eabad181159f8674d5485df5dc6.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-b581ee702914cc70fa65d9928b352c8e-pointer.res-folding-a58d466258ba867dd4a563c33b8e2723.cfg b/escape-room/godot/editor/export-b581ee702914cc70fa65d9928b352c8e-pointer.res-folding-a58d466258ba867dd4a563c33b8e2723.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-b581ee702914cc70fa65d9928b352c8e-pointer.res-folding-a58d466258ba867dd4a563c33b8e2723.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-b70482d875a54e2b947d025e08af87eb-left_physics_hand.scn-folding-121a57a376c1b626b88e8cbd02485a9a.cfg b/escape-room/godot/editor/export-b70482d875a54e2b947d025e08af87eb-left_physics_hand.scn-folding-121a57a376c1b626b88e8cbd02485a9a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-b70482d875a54e2b947d025e08af87eb-left_physics_hand.scn-folding-121a57a376c1b626b88e8cbd02485a9a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-b93031f49fdd347874ca8c01984822aa-movement_climb.scn-folding-e266575c35adb5ff7b5f6b0118223219.cfg b/escape-room/godot/editor/export-b93031f49fdd347874ca8c01984822aa-movement_climb.scn-folding-e266575c35adb5ff7b5f6b0118223219.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-b93031f49fdd347874ca8c01984822aa-movement_climb.scn-folding-e266575c35adb5ff7b5f6b0118223219.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-bcb55df16931d31c47f5a40a08a05d2d-left_physics_tac_glove.scn-folding-0f1f938a4ccbc1ff1e38929d171f6603.cfg b/escape-room/godot/editor/export-bcb55df16931d31c47f5a40a08a05d2d-left_physics_tac_glove.scn-folding-0f1f938a4ccbc1ff1e38929d171f6603.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-bcb55df16931d31c47f5a40a08a05d2d-left_physics_tac_glove.scn-folding-0f1f938a4ccbc1ff1e38929d171f6603.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-bcfccf26d49a0b214927c4d4466c377c-loading_screen.scn-folding-f9dbc63860e81da05ebe282808e3f63f.cfg b/escape-room/godot/editor/export-bcfccf26d49a0b214927c4d4466c377c-loading_screen.scn-folding-f9dbc63860e81da05ebe282808e3f63f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-bcfccf26d49a0b214927c4d4466c377c-loading_screen.scn-folding-f9dbc63860e81da05ebe282808e3f63f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-c0143afd8adea954dd86677a7c29ccaa-tap_rumble.res-folding-bd8a67853feb06ba27c0369457576873.cfg b/escape-room/godot/editor/export-c0143afd8adea954dd86677a7c29ccaa-tap_rumble.res-folding-bd8a67853feb06ba27c0369457576873.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-c0143afd8adea954dd86677a7c29ccaa-tap_rumble.res-folding-bd8a67853feb06ba27c0369457576873.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-c01e7f92d42a8445e14e5995c3df0a63-climbable.scn-folding-162a271b9954be14cbd25cacb877ba33.cfg b/escape-room/godot/editor/export-c01e7f92d42a8445e14e5995c3df0a63-climbable.scn-folding-162a271b9954be14cbd25cacb877ba33.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-c01e7f92d42a8445e14e5995c3df0a63-climbable.scn-folding-162a271b9954be14cbd25cacb877ba33.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-c03313e65a2c2d1090e49cee589d7d5c-right_fullglove_hand.scn-folding-18a6327e549c478ca712a8bbdd89e77c.cfg b/escape-room/godot/editor/export-c03313e65a2c2d1090e49cee589d7d5c-right_fullglove_hand.scn-folding-18a6327e549c478ca712a8bbdd89e77c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-c03313e65a2c2d1090e49cee589d7d5c-right_fullglove_hand.scn-folding-18a6327e549c478ca712a8bbdd89e77c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-c1d3862875e02767e724a3bf0bd1204f-movement_desktop_jump.scn-folding-b7ceb2ea2d1500394228134e8dac52eb.cfg b/escape-room/godot/editor/export-c1d3862875e02767e724a3bf0bd1204f-movement_desktop_jump.scn-folding-b7ceb2ea2d1500394228134e8dac52eb.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-c1d3862875e02767e724a3bf0bd1204f-movement_desktop_jump.scn-folding-b7ceb2ea2d1500394228134e8dac52eb.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-c2db13c3d3fb2326cb2bacc6b9e2f3b5-vignette.scn-folding-6b637a1c1f01f9405d61c7370cd565f6.cfg b/escape-room/godot/editor/export-c2db13c3d3fb2326cb2bacc6b9e2f3b5-vignette.scn-folding-6b637a1c1f01f9405d61c7370cd565f6.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-c2db13c3d3fb2326cb2bacc6b9e2f3b5-vignette.scn-folding-6b637a1c1f01f9405d61c7370cd565f6.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-c3790d9072cff4e29910e0f5164d698d-highlight_ring.scn-folding-df7d80362157b18755b6ce5c339a2e2b.cfg b/escape-room/godot/editor/export-c3790d9072cff4e29910e0f5164d698d-highlight_ring.scn-folding-df7d80362157b18755b6ce5c339a2e2b.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-c3790d9072cff4e29910e0f5164d698d-highlight_ring.scn-folding-df7d80362157b18755b6ce5c339a2e2b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-c45eccfb547c8842f4f6da2b287f7acc-movement_glide.scn-folding-79a466833981d635d7ea8356f6e85b77.cfg b/escape-room/godot/editor/export-c45eccfb547c8842f4f6da2b287f7acc-movement_glide.scn-folding-79a466833981d635d7ea8356f6e85b77.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-c45eccfb547c8842f4f6da2b287f7acc-movement_glide.scn-folding-79a466833981d635d7ea8356f6e85b77.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-c6a1e929824d4087a7d664cd9f0abc27-pickable.scn-folding-cfa0c31b0750d4557f8ad1db70b00654.cfg b/escape-room/godot/editor/export-c6a1e929824d4087a7d664cd9f0abc27-pickable.scn-folding-cfa0c31b0750d4557f8ad1db70b00654.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-c6a1e929824d4087a7d664cd9f0abc27-pickable.scn-folding-cfa0c31b0750d4557f8ad1db70b00654.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-c6b27048cc3d0e2172dbf5ea8ceefbd6-right_tac_glove_low.scn-folding-9fd7f4f8555c6334a8f019288cce9e32.cfg b/escape-room/godot/editor/export-c6b27048cc3d0e2172dbf5ea8ceefbd6-right_tac_glove_low.scn-folding-9fd7f4f8555c6334a8f019288cce9e32.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-c6b27048cc3d0e2172dbf5ea8ceefbd6-right_tac_glove_low.scn-folding-9fd7f4f8555c6334a8f019288cce9e32.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-c8b9b2ff6bc2d1ecbd0a3af51cebf414-pickable_audio.scn-folding-3dbfe3032c68ba366f03195126d28e00.cfg b/escape-room/godot/editor/export-c8b9b2ff6bc2d1ecbd0a3af51cebf414-pickable_audio.scn-folding-3dbfe3032c68ba366f03195126d28e00.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-c8b9b2ff6bc2d1ecbd0a3af51cebf414-pickable_audio.scn-folding-3dbfe3032c68ba366f03195126d28e00.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-c965598b6541c8ae6e0750b543c058eb-right_physics_hand.scn-folding-39a93b2e316b14f41ed7df06963cc543.cfg b/escape-room/godot/editor/export-c965598b6541c8ae6e0750b543c058eb-right_physics_hand.scn-folding-39a93b2e316b14f41ed7df06963cc543.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-c965598b6541c8ae6e0750b543c058eb-right_physics_hand.scn-folding-39a93b2e316b14f41ed7df06963cc543.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-c96ee4bc1c7b7e37cf645caffde407d0-pose_default_left.res-folding-7082d5df0d8a501e664faa9c58193817.cfg b/escape-room/godot/editor/export-c96ee4bc1c7b7e37cf645caffde407d0-pose_default_left.res-folding-7082d5df0d8a501e664faa9c58193817.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-c96ee4bc1c7b7e37cf645caffde407d0-pose_default_left.res-folding-7082d5df0d8a501e664faa9c58193817.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-c9e52c2488d51e3bf182b575fc323004-left_tac_glove.scn-folding-16533a661733a6fbee840b66eb6ed328.cfg b/escape-room/godot/editor/export-c9e52c2488d51e3bf182b575fc323004-left_tac_glove.scn-folding-16533a661733a6fbee840b66eb6ed328.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-c9e52c2488d51e3bf182b575fc323004-left_tac_glove.scn-folding-16533a661733a6fbee840b66eb6ed328.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-cba9486e9d96b5a41982e739b94dfa51-mouse_capture.scn-folding-b14ad733053619e12bb59f3fefee8099.cfg b/escape-room/godot/editor/export-cba9486e9d96b5a41982e739b94dfa51-mouse_capture.scn-folding-b14ad733053619e12bb59f3fefee8099.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-cba9486e9d96b5a41982e739b94dfa51-mouse_capture.scn-folding-b14ad733053619e12bb59f3fefee8099.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-cd60429654017dcfe37ffcb748549c07-riddel_node_snap_zone.scn-folding-b33a2fa296c8b1cc71f68af1e03015a3.cfg b/escape-room/godot/editor/export-cd60429654017dcfe37ffcb748549c07-riddel_node_snap_zone.scn-folding-b33a2fa296c8b1cc71f68af1e03015a3.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-cd60429654017dcfe37ffcb748549c07-riddel_node_snap_zone.scn-folding-b33a2fa296c8b1cc71f68af1e03015a3.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-d0e1a355ae1d0b837a5edbf4df1cfe64-glove_caucasian_dark_camo.res-folding-e15c1c8320a85a2c01435c6495c02ca7.cfg b/escape-room/godot/editor/export-d0e1a355ae1d0b837a5edbf4df1cfe64-glove_caucasian_dark_camo.res-folding-e15c1c8320a85a2c01435c6495c02ca7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-d0e1a355ae1d0b837a5edbf4df1cfe64-glove_caucasian_dark_camo.res-folding-e15c1c8320a85a2c01435c6495c02ca7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-d1132cee509e0c1380b615137cd3bbe0-staging.scn-folding-ba4ad7033d7fd3a4d80f3a26cea349df.cfg b/escape-room/godot/editor/export-d1132cee509e0c1380b615137cd3bbe0-staging.scn-folding-ba4ad7033d7fd3a4d80f3a26cea349df.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-d1132cee509e0c1380b615137cd3bbe0-staging.scn-folding-ba4ad7033d7fd3a4d80f3a26cea349df.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-d2bb7a64505e37d48cbf67708c8381dc-snap_zone.scn-folding-cb7dbc220c5958b85cddb8ee539ce822.cfg b/escape-room/godot/editor/export-d2bb7a64505e37d48cbf67708c8381dc-snap_zone.scn-folding-cb7dbc220c5958b85cddb8ee539ce822.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-d2bb7a64505e37d48cbf67708c8381dc-snap_zone.scn-folding-cb7dbc220c5958b85cddb8ee539ce822.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-d32c6c21a8ec0713f5291e00a9b4cc6c-right_hand.scn-folding-abe71217f82864d9d739c36cbe9ef453.cfg b/escape-room/godot/editor/export-d32c6c21a8ec0713f5291e00a9b4cc6c-right_hand.scn-folding-abe71217f82864d9d739c36cbe9ef453.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-d32c6c21a8ec0713f5291e00a9b4cc6c-right_hand.scn-folding-abe71217f82864d9d739c36cbe9ef453.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-d5708331eebf56c96efe435a62e3b40d-pose_point_left.res-folding-a4983a2f0eb703f93c7b3ad5158c1b41.cfg b/escape-room/godot/editor/export-d5708331eebf56c96efe435a62e3b40d-pose_point_left.res-folding-a4983a2f0eb703f93c7b3ad5158c1b41.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-d5708331eebf56c96efe435a62e3b40d-pose_point_left.res-folding-a4983a2f0eb703f93c7b3ad5158c1b41.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-d66919436916dd06584935c1a163330e-player_body.scn-folding-41d3990d099d4800fbcc67ae5ddc3be3.cfg b/escape-room/godot/editor/export-d66919436916dd06584935c1a163330e-player_body.scn-folding-41d3990d099d4800fbcc67ae5ddc3be3.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-d66919436916dd06584935c1a163330e-player_body.scn-folding-41d3990d099d4800fbcc67ae5ddc3be3.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-d8124989063e1ea705201d4f50aa91b6-wind_area.scn-folding-f1ba9af06dc19400109a5799d1d03e87.cfg b/escape-room/godot/editor/export-d8124989063e1ea705201d4f50aa91b6-wind_area.scn-folding-f1ba9af06dc19400109a5799d1d03e87.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-d8124989063e1ea705201d4f50aa91b6-wind_area.scn-folding-f1ba9af06dc19400109a5799d1d03e87.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-d9b8b7fc6287b0a6744d1400a3747d9e-glove_caucasian_green_camo.res-folding-f2493ed57a0ff0acb01c91fb7e8de675.cfg b/escape-room/godot/editor/export-d9b8b7fc6287b0a6744d1400a3747d9e-glove_caucasian_green_camo.res-folding-f2493ed57a0ff0acb01c91fb7e8de675.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-d9b8b7fc6287b0a6744d1400a3747d9e-glove_caucasian_green_camo.res-folding-f2493ed57a0ff0acb01c91fb7e8de675.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-e6ab060a29b7c2a8e86205a7dbbb11a2-scene_base.scn-folding-26eb76b9a389a43d3b6ee00ac3d64722.cfg b/escape-room/godot/editor/export-e6ab060a29b7c2a8e86205a7dbbb11a2-scene_base.scn-folding-26eb76b9a389a43d3b6ee00ac3d64722.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-e6ab060a29b7c2a8e86205a7dbbb11a2-scene_base.scn-folding-26eb76b9a389a43d3b6ee00ac3d64722.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-e78146aaa77b7e2c45299cd9375fad2a-left_fullglove_hand.scn-folding-388c0622a627664c5844637407d4d122.cfg b/escape-room/godot/editor/export-e78146aaa77b7e2c45299cd9375fad2a-left_fullglove_hand.scn-folding-388c0622a627664c5844637407d4d122.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-e78146aaa77b7e2c45299cd9375fad2a-left_fullglove_hand.scn-folding-388c0622a627664c5844637407d4d122.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-edd444d95698007fafe747770e5634c6-labglove.res-folding-80864eff42d579c122916fecc791296c.cfg b/escape-room/godot/editor/export-edd444d95698007fafe747770e5634c6-labglove.res-folding-80864eff42d579c122916fecc791296c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-edd444d95698007fafe747770e5634c6-labglove.res-folding-80864eff42d579c122916fecc791296c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-ee872619b8a708dc752122ce1c360f57-würfel.scn-folding-150e3e985a0da521634af238a66eba8b.cfg b/escape-room/godot/editor/export-ee872619b8a708dc752122ce1c360f57-würfel.scn-folding-150e3e985a0da521634af238a66eba8b.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-ee872619b8a708dc752122ce1c360f57-würfel.scn-folding-150e3e985a0da521634af238a66eba8b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-ef8617f14db79872e52744e30df242cd-left_physics_fullglove_low.scn-folding-20fc9a590856be47ed52beb90e901fc2.cfg b/escape-room/godot/editor/export-ef8617f14db79872e52744e30df242cd-left_physics_fullglove_low.scn-folding-20fc9a590856be47ed52beb90e901fc2.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-ef8617f14db79872e52744e30df242cd-left_physics_fullglove_low.scn-folding-20fc9a590856be47ed52beb90e901fc2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-f7a52ed42fb64460575ea49603929ad6-right_physics_fullglove_low.scn-folding-026326588e834ffc2e6da9d4e316117b.cfg b/escape-room/godot/editor/export-f7a52ed42fb64460575ea49603929ad6-right_physics_fullglove_low.scn-folding-026326588e834ffc2e6da9d4e316117b.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-f7a52ed42fb64460575ea49603929ad6-right_physics_fullglove_low.scn-folding-026326588e834ffc2e6da9d4e316117b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-f8f0f8e2247a1d75c2e6a483061c74c5-jewels.scn-folding-4819f9ba7e725f2c4372696192adea1e.cfg b/escape-room/godot/editor/export-f8f0f8e2247a1d75c2e6a483061c74c5-jewels.scn-folding-4819f9ba7e725f2c4372696192adea1e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-f8f0f8e2247a1d75c2e6a483061c74c5-jewels.scn-folding-4819f9ba7e725f2c4372696192adea1e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-f9486afd06de3eda19fb852283dc52e5-hold_button_gaze_pointer_visualshader.res-folding-1a301c8425083d04c1a5a5b7a304015f.cfg b/escape-room/godot/editor/export-f9486afd06de3eda19fb852283dc52e5-hold_button_gaze_pointer_visualshader.res-folding-1a301c8425083d04c1a5a5b7a304015f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-f9486afd06de3eda19fb852283dc52e5-hold_button_gaze_pointer_visualshader.res-folding-1a301c8425083d04c1a5a5b7a304015f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-fa110bf54e0bd15ef3cbf6a0f5d5b1ec-collision_hand_right.scn-folding-b16cf0214aa4e8bc41832633be6c3a0c.cfg b/escape-room/godot/editor/export-fa110bf54e0bd15ef3cbf6a0f5d5b1ec-collision_hand_right.scn-folding-b16cf0214aa4e8bc41832633be6c3a0c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-fa110bf54e0bd15ef3cbf6a0f5d5b1ec-collision_hand_right.scn-folding-b16cf0214aa4e8bc41832633be6c3a0c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-fd30517d951347dcc06bf55a10b9a3ec-movement_desktop_turn.scn-folding-6f4cc749438fc830c5a971afed805d4e.cfg b/escape-room/godot/editor/export-fd30517d951347dcc06bf55a10b9a3ec-movement_desktop_turn.scn-folding-6f4cc749438fc830c5a971afed805d4e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-fd30517d951347dcc06bf55a10b9a3ec-movement_desktop_turn.scn-folding-6f4cc749438fc830c5a971afed805d4e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-fd469d0204e6aa90563fd524c432ce91-world_grab_area.scn-folding-c91f4f1ba8fdb6f10c547b711767b46e.cfg b/escape-room/godot/editor/export-fd469d0204e6aa90563fd524c432ce91-world_grab_area.scn-folding-c91f4f1ba8fdb6f10c547b711767b46e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-fd469d0204e6aa90563fd524c432ce91-world_grab_area.scn-folding-c91f4f1ba8fdb6f10c547b711767b46e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-fe6df5e5cbaa990a9e1a3aac54826eb4-interactable_slider.scn-folding-4b4eede33550bea79a850f72cdd240d0.cfg b/escape-room/godot/editor/export-fe6df5e5cbaa990a9e1a3aac54826eb4-interactable_slider.scn-folding-4b4eede33550bea79a850f72cdd240d0.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-fe6df5e5cbaa990a9e1a3aac54826eb4-interactable_slider.scn-folding-4b4eede33550bea79a850f72cdd240d0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/export-fff29f918a4ad74969b0fade41346c7e-snap_path.scn-folding-3fa9824d873d0b5c07535a91ff07a88d.cfg b/escape-room/godot/editor/export-fff29f918a4ad74969b0fade41346c7e-snap_path.scn-folding-3fa9824d873d0b5c07535a91ff07a88d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/export-fff29f918a4ad74969b0fade41346c7e-snap_path.scn-folding-3fa9824d873d0b5c07535a91ff07a88d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/filesystem_cache10 b/escape-room/godot/editor/filesystem_cache10 new file mode 100644 index 0000000..6dc2415 --- /dev/null +++ b/escape-room/godot/editor/filesystem_cache10 @@ -0,0 +1,2344 @@ +72322a848ab928aa5c89f0cb78209805 +::res://::1762597078 +audio_button.gd::GDScript::2659685087216012712::1762351419::0::1::::<>Area3D<><>0<>0<><>:: +escape-room-szene-room.tscn::PackedScene::2955086111543178008::1762552366::0::1::::<><><>0<>0<><>::uid://ci02ru6m6uoic::::res://escape_room_szene_room.gd<>uid://btknduttnmoxf::::res://addons/godot-xr-tools/misc/vr_common_shader_cache.tscn<>uid://bl2nuu3qhlb5k::::res://addons/godot-xr-tools/functions/movement_direct.tscn<>uid://b4ysuy43poobf::::res://addons/godot-xr-tools/functions/function_pickup.tscn<>uid://njx823gyk04n::::res://addons/godot-xr-tools/hands/scenes/highpoly/left_hand.tscn<>uid://b6bk2pj8vbj28::::res://addons/godot-xr-tools/functions/movement_turn.tscn<>uid://cqhw276realc::::res://addons/godot-xr-tools/functions/function_pointer.tscn<>uid://raeeicvvindd::::res://addons/godot-xr-tools/hands/scenes/highpoly/right_hand.tscn<>uid://diyu06cw06syv::::res://addons/godot-xr-tools/player/player_body.tscn<>uid://fiul51tsyoop::::res://addons/godot-xr-tools/functions/function_teleport.tscn<>uid://cuog4dnr6da4q::::res://objekte/würfel.tscn<>uid://c211w30s0sq2r::::res://objekte/riddel_cube_board.tscn<>uid://cc5oq67yhci3w::::res://objekte/riddel_cube.tscn<>uid://nq3xh1olqipq::::res://addons/godot-xr-tools/hands/animations/left/Grip Shaft.res<>uid://c4we3yvdk1o5w::::res://addons/godot-xr-tools/hands/poses/hand_pose_settings.gd<>uid://bsxptq5bplrew::::res://objekte/riddel_node.tscn<>uid://bx1rqc4aaet7h::::res://objekte/escape_room_large.tscn<>uid://db5t48e250adl::::res://objekte/riddel_node_board.tscn<>uid://i5xy8k4desyr::::res://objekte/riddel_node_board.gd<>uid://c8dghcftg1thx::::res://addons/godot-xr-tools/hands/animations/right/Grip Shaft.res<>uid://bacjgnr1hkcmw::::res://assets-lib/Speakers/SpeakersLowPoly/SpeakerALowPoly.obj<>uid://di384xtde8ydf::::res://addons/godot-xr-tools/hands/animations/left/Grip 2.res<>uid://bt6qnh6ato1vh::::res://objekte/jewels.tscn<>uid://oaquaq7sxj1r::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/gate-door-window.obj<>uid://cgue6x2lkbduf::::res://objekte/book_holder.tscn<>uid://bd5mvijg4kr3m::::res://audio_button.gd<>uid://ye1atngu860x::::res://kill_zone.gd<>uid://caxqqgxio7qhg::::res://omni_light_3d.gd<>uid://c56s0llngavuo::::res://music/10-Portishead-Glory_Box-cbm.mp3<>uid://bvytoh8cgfsv2::::res://assets-lib/Disco_Ball/disco_ball.blend<>uid://cqs7cfnkrgdql::::res://music/07-Portishead-Roads-cbm.mp3<>uid://bffrjr3idr414::::res://music/Rammstein - Sonne.mp3<>uid://myovxwpyhy2p::::res://music/03-Enkelz_-_Ich_hass_Dich.mp3<>uid://d20xxkuori4qa::::res://music/04-Enkelz_-_Falsche_Freundschaft.mp3<>uid://cxv82wfygpah8::::res://music/12-Never let me down again (agro mix).mp3 +escape_room_szene_room.gd::GDScript::5387632376586427162::1762548366::0::1::::<>Node3D<><>0<>0<><>:: +export_presets.cfg::TextFile::-1::1762354725::0::1::::<><><>0<>0<><>:: +icon.svg::CompressedTexture2D::3296784940220079268::1761468363::1762549936::1::::<><><>0<>0<>c16f40c24d2e6cd5b4e47da363deebad<>res://godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex:: +kill_zone.gd::GDScript::1694369418467727533::1762249599::0::1::::<>Area3D<><>0<>0<><>:: +omni_light_3d.gd::GDScript::4821322451370389716::1762226293::0::1::::<>OmniLight3D<><>0<>0<><>:: +openxr_action_map.tres::OpenXRActionMap::8592345792104059474::1762557788::0::1::::<><><>0<>0<><>:: +::res://addons/::1762352673 +::res://addons/godot-xr-tools/::1762352688 +CONTRIBUTORS.md::TextFile::-1::1762352674::0::1::::<><><>0<>0<><>:: +plugin.cfg::TextFile::-1::1762352687::0::1::::<><><>0<>0<><>:: +plugin.gd::GDScript::9100105155695547295::1762352687::0::1::::<>EditorPlugin<><>0<>1<><>:: +VERSIONS.md::TextFile::-1::1762352674::0::1::::<><><>0<>0<><>:: +xr_tools.gd::GDScript::4391819877331876273::1762352679::0::1::::XRTools<>Node<><>0<>0<><>:: +::res://addons/godot-xr-tools/assets/::1762352687 +::res://addons/godot-xr-tools/assets/misc/::1762549938 +Hold trigger to continue.png::CompressedTexture2D::988247200746379666::1762352688::1762549938::1::::<><><>0<>0<>ffe81714456566925791c4806ab149cc<>res://godot/imported/Hold trigger to continue.png-ce0a3a4de13c262f7015326bad2cb09d.s3tc.ctex<*>res://godot/imported/Hold trigger to continue.png-ce0a3a4de13c262f7015326bad2cb09d.etc2.ctex:: +progress_bar.png::CompressedTexture2D::5548169093557756382::1762352688::1762549938::1::::<><><>0<>0<>e43b7e14b68091564b698162d7810946<>res://godot/imported/progress_bar.png-2ef3cbffca173889900be004fdeb1700.s3tc.ctex<*>res://godot/imported/progress_bar.png-2ef3cbffca173889900be004fdeb1700.etc2.ctex:: +::res://addons/godot-xr-tools/audio/::1762352688 +area_audio.gd::GDScript::2272447369653339365::1762352674::0::1::::XRToolsAreaAudio<>AudioStreamPlayer3D<>res://addons/godot-xr-tools/editor/icons/audio.svg<>0<>1<><>:: +area_audio.tscn::PackedScene::8596324765786865176::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/audio/area_audio.gd +area_audio_type.gd::GDScript::4441650924950515925::1762352674::0::1::::XRToolsAreaAudioType<>Resource<>res://addons/godot-xr-tools/editor/icons/audio.svg<>0<>1<><>:: +pickable_audio.gd::GDScript::3111525396247421684::1762352674::0::1::::XRToolsPickableAudio<>AudioStreamPlayer3D<>res://addons/godot-xr-tools/editor/icons/audio.svg<>0<>1<><>:: +pickable_audio.tscn::PackedScene::2969224401171678767::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/audio/pickable_audio.gd +pickable_audio_type.gd::GDScript::7838189376395685365::1762352674::0::1::::XRToolsPickableAudioType<>Resource<>res://addons/godot-xr-tools/editor/icons/audio.svg<>0<>1<><>:: +surface_audio.gd::GDScript::9212297256101359972::1762352674::0::1::::XRToolsSurfaceAudio<>Node<>res://addons/godot-xr-tools/editor/icons/foot.svg<>0<>1<><>:: +surface_audio.tscn::PackedScene::7108828688830029100::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/audio/surface_audio.gd +surface_audio_type.gd::GDScript::3083004831848548041::1762352674::0::1::::XRToolsSurfaceAudioType<>Resource<>res://addons/godot-xr-tools/editor/icons/body.svg<>0<>1<><>:: +::res://addons/godot-xr-tools/desktop-support/::1762352688 +controler_hider.gd::GDScript::1768997967826417104::1762352674::0::1::::XRToolsDesktopControlerHider<>Node<>res://addons/godot-xr-tools/editor/icons/function.svg<>0<>1<><>:: +controler_hider.tscn::PackedScene::5268284838160095702::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/desktop-support/controler_hider.gd +function_desktop_pointer.gd::GDScript::7101663663817055155::1762352673::0::1::::XRToolsDesktopFunctionPointer<>Node3D<>res://addons/godot-xr-tools/editor/icons/function.svg<>0<>1<><>:: +function_desktop_pointer.tscn::PackedScene::2092613172344079492::1762352673::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/materials/pointer.tres<>res://addons/godot-xr-tools/desktop-support/function_desktop_pointer.gd +mouse_capture.gd::GDScript::4621810126747979714::1762352674::0::1::::XRToolsDesktopMouseCapture<>XRToolsMovementProvider<><>0<>1<><>:: +mouse_capture.tscn::PackedScene::3125765290711942122::1762352673::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/desktop-support/mouse_capture.gd +movement_desktop_crouch.gd::GDScript::8021894090389688229::1762352673::0::1::::XRToolsDesktopMovementCrouch<>XRToolsMovementProvider<><>0<>1<><>:: +movement_desktop_crouch.tscn::PackedScene::9071851042963121288::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/desktop-support/movement_desktop_crouch.gd +movement_desktop_direct.gd::GDScript::2809602076250966121::1762352674::0::1::::XRToolsDesktopMovementDirect<>XRToolsMovementProvider<><>0<>1<><>:: +movement_desktop_direct.tscn::PackedScene::2218389430253965100::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/desktop-support/movement_desktop_direct.gd +movement_desktop_flight.gd::GDScript::5756216497562553122::1762352673::0::1::::XRToolsDesktopMovementFlight<>XRToolsMovementProvider<><>0<>1<><>:: +movement_desktop_flight.tscn::PackedScene::5125618777715491887::1762352673::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/desktop-support/movement_desktop_flight.gd +movement_desktop_jump.gd::GDScript::5852120712551368100::1762352674::0::1::::XRToolsDesktopMovementJump<>XRToolsMovementProvider<><>0<>1<><>:: +movement_desktop_jump.tscn::PackedScene::7973319667574827546::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/desktop-support/movement_desktop_jump.gd +movement_desktop_sprint.gd::GDScript::1835269042138197351::1762352674::0::1::::XRToolsDesktopMovementSprint<>XRToolsMovementProvider<><>0<>1<><>:: +movement_desktop_sprint.tscn::PackedScene::7607014985187899858::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/desktop-support/movement_desktop_sprint.gd +movement_desktop_turn.gd::GDScript::6685822763537347079::1762352674::0::1::::XRToolsDesktopMovementTurn<>XRToolsMovementProvider<><>0<>1<><>:: +movement_desktop_turn.tscn::PackedScene::6816140549149322053::1762352673::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/desktop-support/movement_desktop_turn.gd +movement_gravity_zones.gd::GDScript::6104002579766749437::1762352673::0::1::::XRToolsMovementGravityZones<>XRToolsMovementProvider<><>0<>1<><>:: +movement_gravity_zones.tscn::PackedScene::-1::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/desktop-support/movement_gravity_zones.gd +::res://addons/godot-xr-tools/editor/::1762352674 +::res://addons/godot-xr-tools/editor/icons/::1762549938 +audio.svg::CompressedTexture2D::225815486654053181::1762352674::1762549938::1::::<><><>0<>0<>e8ea273880178a468d094d31b4c33142<>res://godot/imported/audio.svg-20d7f0b624a1b2ef54f1b4d12970c8d0.ctex:: +body.svg::CompressedTexture2D::6471510467601371001::1762352674::1762549938::1::::<><><>0<>0<>eb0ad112d4ff162fcac48db9cdcab772<>res://godot/imported/body.svg-324e141d452c32f3136ca97c338025b4.ctex:: +foot.svg::CompressedTexture2D::2758136949655369424::1762352674::1762549938::1::::<><><>0<>0<>08edff2e571c17dae6ca35607d0e0588<>res://godot/imported/foot.svg-9e361563e010aa07be49bfb25fdb6639.ctex:: +function.svg::CompressedTexture2D::4536849328116118386::1762352674::1762549938::1::::<><><>0<>0<>b3c46482b61e59206d5845af21b64fc6<>res://godot/imported/function.svg-52c5f936037e0f38a4da2b1e16ae67fe.ctex:: +hand.svg::CompressedTexture2D::2688717156635908584::1762352674::1762549938::1::::<><><>0<>0<>6420e89146db73e154dcd7ffc7c63a41<>res://godot/imported/hand.svg-a05486d804ef16320d6cf54e06292b8f.ctex:: +movement_provider.svg::CompressedTexture2D::1814916258412114348::1762352674::1762549938::1::::<><><>0<>0<>813a34049bc39d7fc446497130b784cc<>res://godot/imported/movement_provider.svg-3c994cf0a3775c20f333be563d69fbf8.ctex:: +node.svg::CompressedTexture2D::4575998527958552630::1762352674::1762549938::1::::<><><>0<>0<>a21528ae3887edeaedc0208af23a7ad9<>res://godot/imported/node.svg-37d53571b4a4459efefcc791c5402b4f.ctex:: +rumble.svg::CompressedTexture2D::8432346545401010647::1762352674::1762549938::1::::<><><>0<>0<>405b1b05e61ad8cc7fcbce5fd23a2888<>res://godot/imported/rumble.svg-104961f6551a931675972887ab17d2bc.ctex:: +::res://addons/godot-xr-tools/effects/::1762352688 +fade.gd::GDScript::1815724957932837018::1762352679::0::1::::XRToolsFade<>Node3D<><>0<>1<><>:: +fade.gdshader::Shader::1052895133417070651::1762352679::0::1::::<><><>0<>0<><>:: +fade.tscn::PackedScene::1584314751426972911::1762352679::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/effects/fade.gd<>res://addons/godot-xr-tools/effects/fade.gdshader +vignette.gd::GDScript::3736200973736122964::1762352679::0::1::::XRToolsVignette<>Node3D<><>0<>1<><>:: +vignette.gdshader::Shader::7731673939649745736::1762352679::0::1::::<><><>0<>0<><>:: +vignette.tres::ShaderMaterial::5091270040310509822::1762352679::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/effects/vignette.gdshader +vignette.tscn::PackedScene::4978014983364577508::1762352679::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/effects/vignette.gd<>uid://cesiqdvdfojle::::res://addons/godot-xr-tools/effects/vignette.tres +::res://addons/godot-xr-tools/events/::1762352688 +pointer_event.gd::GDScript::3992838850016770476::1762352674::0::1::::XRToolsPointerEvent<>RefCounted<><>0<>0<><>:: +::res://addons/godot-xr-tools/examples/::1762352688 +fall_damage.gd::GDScript::4912647659827076405::1762352680::0::1::::XRToolsFallDamage<>XRToolsMovementProvider<><>0<>1<><>:: +fall_damage.tscn::PackedScene::9104166004391612345::1762352681::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/examples/fall_damage.gd +::res://addons/godot-xr-tools/functions/::1762352688 +function_gaze_pointer.gd::GDScript::1681232234622571256::1762352674::0::1::::XRToolsFunctionGazePointer<>Node3D<>res://addons/godot-xr-tools/editor/icons/function.svg<>0<>1<><>:: +function_gaze_pointer.tscn::PackedScene::8196930058197807377::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/functions/function_gaze_pointer.gd<>res://addons/godot-xr-tools/materials/pointer.tres<>uid://dncfip67nl2sf::::res://addons/godot-xr-tools/misc/hold_button_gaze_pointer_visualshader.tres +function_pickup.gd::GDScript::5904904470977215200::1762352674::0::1::::XRToolsFunctionPickup<>Node3D<>res://addons/godot-xr-tools/editor/icons/function.svg<>0<>1<><>:: +function_pickup.tscn::PackedScene::4472572143693903999::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/functions/function_pickup.gd +function_pointer.gd::GDScript::7243984159537285971::1762352674::0::1::::XRToolsFunctionPointer<>Node3D<>res://addons/godot-xr-tools/editor/icons/function.svg<>0<>1<><>:: +function_pointer.tscn::PackedScene::173873506751862792::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/materials/pointer.tres<>res://addons/godot-xr-tools/functions/function_pointer.gd +function_pose_detector.gd::GDScript::3228046086905430518::1762352674::0::1::::XRToolsFunctionPoseDetector<>Node3D<>res://addons/godot-xr-tools/editor/icons/hand.svg<>0<>1<><>:: +function_pose_detector.tscn::PackedScene::2778330525214856900::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/functions/function_pose_detector.gd +function_teleport.gd::GDScript::8018577177248044755::1762352674::0::1::::XRToolsFunctionTeleport<>Node3D<>res://addons/godot-xr-tools/editor/icons/function.svg<>0<>1<><>:: +function_teleport.tscn::PackedScene::368694840564629475::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/functions/function_teleport.gd<>uid://bk72wfw25ff0v::::res://addons/godot-xr-tools/materials/teleport.tres<>res://addons/godot-xr-tools/materials/target.tres<>res://addons/godot-xr-tools/materials/capsule.tres +movement_climb.gd::GDScript::735163094944131329::1762352674::0::1::::XRToolsMovementClimb<>XRToolsMovementProvider<><>0<>1<><>:: +movement_climb.tscn::PackedScene::4027142665330437717::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/functions/movement_climb.gd +movement_crouch.gd::GDScript::9188889450699297101::1762352674::0::1::::XRToolsMovementCrouch<>XRToolsMovementProvider<><>0<>1<><>:: +movement_crouch.tscn::PackedScene::5586204620777211361::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/functions/movement_crouch.gd +movement_direct.gd::GDScript::8067245156998601398::1762352674::0::1::::XRToolsMovementDirect<>XRToolsMovementProvider<><>0<>1<><>:: +movement_direct.tscn::PackedScene::3215062294313415378::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/functions/movement_direct.gd +movement_flight.gd::GDScript::6057911117759039688::1762352674::0::1::::XRToolsMovementFlight<>XRToolsMovementProvider<><>0<>1<><>:: +movement_flight.tscn::PackedScene::751859266919567781::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/functions/movement_flight.gd +movement_footstep.gd::GDScript::2404609420398624480::1762352674::0::1::::XRToolsMovementFootstep<>XRToolsMovementProvider<><>0<>1<><>:: +movement_footstep.tscn::PackedScene::1802902260752306316::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/functions/movement_footstep.gd +movement_glide.gd::GDScript::5573222359652937250::1762352674::0::1::::XRToolsMovementGlide<>XRToolsMovementProvider<><>0<>1<><>:: +movement_glide.tscn::PackedScene::6276320169737901774::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/functions/movement_glide.gd +movement_grapple.gd::GDScript::2028526965100477873::1762352674::0::1::::XRToolsMovementGrapple<>XRToolsMovementProvider<><>0<>1<><>:: +movement_grapple.tscn::PackedScene::7088179447339353621::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/functions/movement_grapple.gd<>res://addons/godot-xr-tools/materials/pointer.tres +movement_jog.gd::GDScript::1921576471699429749::1762352674::0::1::::XRToolsMovementJog<>XRToolsMovementProvider<><>0<>1<><>:: +movement_jog.tscn::PackedScene::5269523926032901841::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/functions/movement_jog.gd +movement_jump.gd::GDScript::6884911302928301548::1762352674::0::1::::XRToolsMovementJump<>XRToolsMovementProvider<><>0<>1<><>:: +movement_jump.tscn::PackedScene::197141731318578452::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/functions/movement_jump.gd +movement_physical_jump.gd::GDScript::2238014172174038962::1762352674::0::1::::XRToolsMovementPhysicalJump<>XRToolsMovementProvider<><>0<>1<><>:: +movement_physical_jump.tscn::PackedScene::5515579819369972802::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/functions/movement_physical_jump.gd +movement_provider.gd::GDScript::6210801633745627125::1762352674::0::1::::XRToolsMovementProvider<>Node<>res://addons/godot-xr-tools/editor/icons/movement_provider.svg<>0<>1<><>:: +movement_sprint.gd::GDScript::766150011956800873::1762352674::0::1::::XRToolsMovementSprint<>XRToolsMovementProvider<><>0<>1<><>:: +movement_sprint.tscn::PackedScene::8391399364766100983::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/functions/movement_sprint.gd +movement_turn.gd::GDScript::7334374571329882449::1762352674::0::1::::XRToolsMovementTurn<>XRToolsMovementProvider<><>0<>1<><>:: +movement_turn.tscn::PackedScene::4564995403870236179::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/functions/movement_turn.gd +movement_wall_walk.gd::GDScript::619577816407749263::1762352674::0::1::::XRToolsMovementWallWalk<>XRToolsMovementProvider<><>0<>1<><>:: +movement_wall_walk.tscn::PackedScene::3152366269187202676::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/functions/movement_wall_walk.gd +movement_wind.gd::GDScript::1345049158388104503::1762352674::0::1::::XRToolsMovementWind<>XRToolsMovementProvider<><>0<>1<><>:: +movement_wind.tscn::PackedScene::2847920957667782743::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/functions/movement_wind.gd +movement_world_grab.gd::GDScript::6675990038009924725::1762352674::0::1::::XRToolsMovementWorldGrab<>XRToolsMovementProvider<><>0<>1<><>:: +movement_world_grab.tscn::PackedScene::7638594000557781219::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/functions/movement_world_grab.gd +::res://addons/godot-xr-tools/hands/::1762352688 +About.md::TextFile::-1::1762352675::0::1::::<><><>0<>0<><>:: +collision_hand.gd::GDScript::3432631058678253974::1762352677::0::1::::XRToolsCollisionHand<>XRToolsForceBody<><>0<>1<><>:: +hand.gd::GDScript::8230901748501773479::1762352677::0::1::::XRToolsHand<>Node3D<>res://addons/godot-xr-tools/editor/icons/hand.svg<>0<>1<><>:: +hand_physics_bone.gd::GDScript::396500332658990064::1762352677::0::1::::XRToolsHandPhysicsBone<>BoneAttachment3D<><>0<>1<><>:: +License.md::TextFile::-1::1762352675::0::1::::<><><>0<>0<><>:: +physics_hand.gd::GDScript::9092851543749694229::1762352675::0::1::::XRToolsPhysicsHand<>XRToolsHand<><>0<>1<><>:: +::res://addons/godot-xr-tools/hands/animations/::1762352675 +::res://addons/godot-xr-tools/hands/animations/left/::1762557788 +AnimationPlayer.tscn::PackedScene::1348338211824726535::1762352675::0::1::::<><><>0<>0<><>::uid://dgfeikrugfewi::::res://addons/godot-xr-tools/hands/animations/left/Cup.res<>uid://dlxa6f6hwurka::::res://addons/godot-xr-tools/hands/animations/left/Default pose.res<>uid://dqa0h82y3qn1t::::res://addons/godot-xr-tools/hands/animations/left/Grip 1.res<>uid://di384xtde8ydf::::res://addons/godot-xr-tools/hands/animations/left/Grip 2.res<>uid://dd67rufxwj2u::::res://addons/godot-xr-tools/hands/animations/left/Grip 3.res<>uid://db62hs5s4n2b3::::res://addons/godot-xr-tools/hands/animations/left/Grip 4.res<>uid://bediglpx0rj7i::::res://addons/godot-xr-tools/hands/animations/left/Grip 5.res<>uid://nq3xh1olqipq::::res://addons/godot-xr-tools/hands/animations/left/Grip Shaft.res<>uid://plad1r85f7ws::::res://addons/godot-xr-tools/hands/animations/left/Grip.res<>uid://bi1l6lre2w2lp::::res://addons/godot-xr-tools/hands/animations/left/Hold.res<>uid://c3e6h0rv2uw2d::::res://addons/godot-xr-tools/hands/animations/left/Horns.res<>uid://dfekure1r6q13::::res://addons/godot-xr-tools/hands/animations/left/Metal.res<>uid://b0rhk4r0r0t32::::res://addons/godot-xr-tools/hands/animations/left/Middle.res<>uid://f5k0gh4qnmv5::::res://addons/godot-xr-tools/hands/animations/left/OK.res<>uid://1nlkfvitq7ku::::res://addons/godot-xr-tools/hands/animations/left/Peace.res<>uid://dhjb0e334tfwl::::res://addons/godot-xr-tools/hands/animations/left/Pinch Flat.res<>uid://dkjsnihi81b7p::::res://addons/godot-xr-tools/hands/animations/left/Pinch Large.res<>uid://bn0fdhe2jwq3h::::res://addons/godot-xr-tools/hands/animations/left/Pinch Middle.res<>uid://bo1b8w0s4ci81::::res://addons/godot-xr-tools/hands/animations/left/Pinch Ring.res<>uid://m5x2m8x3tcel::::res://addons/godot-xr-tools/hands/animations/left/Pinch Tight.res<>uid://fi23m6i7orhw::::res://addons/godot-xr-tools/hands/animations/left/Pinch Up.res<>uid://c8qmcuyaltdnw::::res://addons/godot-xr-tools/hands/animations/left/PingPong.res<>uid://bqnoubqq7ogwu::::res://addons/godot-xr-tools/hands/animations/left/Pinky.res<>uid://ddbo6ioa282en::::res://addons/godot-xr-tools/hands/animations/left/Pistol.res<>uid://brkptjihht3ae::::res://addons/godot-xr-tools/hands/animations/left/Ring.res<>uid://cnng6xumhw7cx::::res://addons/godot-xr-tools/hands/animations/left/Rounded.res<>uid://cevirj0eagdrq::::res://addons/godot-xr-tools/hands/animations/left/Sign 1.res<>uid://cc6phxovf1ban::::res://addons/godot-xr-tools/hands/animations/left/Sign 2.res<>uid://ohthjp8qbcc4::::res://addons/godot-xr-tools/hands/animations/left/Sign 3.res<>uid://dmx42g64577g5::::res://addons/godot-xr-tools/hands/animations/left/Sign 4.res<>uid://dhsoxntrktx0p::::res://addons/godot-xr-tools/hands/animations/left/Sign 5.res<>uid://c0u2a3yc2vhg8::::res://addons/godot-xr-tools/hands/animations/left/Sign_Point.res<>uid://4g211my0hoiw::::res://addons/godot-xr-tools/hands/animations/left/Straight.res<>uid://d06l7hygl4qt3::::res://addons/godot-xr-tools/hands/animations/left/Surfer.res<>uid://bxei4oebd4hu3::::res://addons/godot-xr-tools/hands/animations/left/Thumb.res +Cup.res::Animation::7590974708412206284::1762352675::0::1::::<><><>0<>0<><>:: +Default pose.res::Animation::7978875689906027064::1762352675::0::1::::<><><>0<>0<><>:: +Grip 1.res::Animation::8283815750773103547::1762352675::0::1::::<><><>0<>0<><>:: +Grip 2.res::Animation::7780632063613084979::1762352675::0::1::::<><><>0<>0<><>:: +Grip 3.res::Animation::218699960408823182::1762352675::0::1::::<><><>0<>0<><>:: +Grip 4.res::Animation::7295099457076786082::1762352675::0::1::::<><><>0<>0<><>:: +Grip 5.res::Animation::2673866244220991652::1762352675::0::1::::<><><>0<>0<><>:: +Grip Shaft.res::Animation::947226568896451102::1762352675::0::1::::<><><>0<>0<><>:: +Grip.res::Animation::1075547560655330150::1762352675::0::1::::<><><>0<>0<><>:: +hand_blend_tree.tres::AnimationNodeBlendTree::8000931627586676636::1762557788::0::1::::<><><>0<>0<><>:: +Hold.res::Animation::3002329105171642897::1762352675::0::1::::<><><>0<>0<><>:: +Horns.res::Animation::6748282567936908705::1762352675::0::1::::<><><>0<>0<><>:: +Metal.res::Animation::7519107566372913432::1762352675::0::1::::<><><>0<>0<><>:: +Middle.res::Animation::4176680623949779159::1762352675::0::1::::<><><>0<>0<><>:: +OK.res::Animation::413527692880508256::1762352675::0::1::::<><><>0<>0<><>:: +Peace.res::Animation::1852432885698282584::1762352675::0::1::::<><><>0<>0<><>:: +Pinch Flat.res::Animation::7669268972832079859::1762352675::0::1::::<><><>0<>0<><>:: +Pinch Large.res::Animation::7880846439845763699::1762352675::0::1::::<><><>0<>0<><>:: +Pinch Middle.res::Animation::3350794412266899743::1762352675::0::1::::<><><>0<>0<><>:: +Pinch Ring.res::Animation::3422859159413230588::1762352675::0::1::::<><><>0<>0<><>:: +Pinch Tight.res::Animation::905642845889171603::1762352675::0::1::::<><><>0<>0<><>:: +Pinch Up.res::Animation::369149279832626680::1762352675::0::1::::<><><>0<>0<><>:: +PingPong.res::Animation::7122836514564993828::1762352675::0::1::::<><><>0<>0<><>:: +Pinky.res::Animation::3537164924491733000::1762352675::0::1::::<><><>0<>0<><>:: +Pistol.res::Animation::7372798799108714809::1762352675::0::1::::<><><>0<>0<><>:: +Ring.res::Animation::3601219973452707420::1762352675::0::1::::<><><>0<>0<><>:: +Rounded.res::Animation::5712554146539673595::1762352675::0::1::::<><><>0<>0<><>:: +Sign 1.res::Animation::5097465280724345166::1762352675::0::1::::<><><>0<>0<><>:: +Sign 2.res::Animation::4978139251113114961::1762352675::0::1::::<><><>0<>0<><>:: +Sign 3.res::Animation::998261076033778513::1762352675::0::1::::<><><>0<>0<><>:: +Sign 4.res::Animation::8050818236692776362::1762352675::0::1::::<><><>0<>0<><>:: +Sign 5.res::Animation::7688634580218524501::1762352675::0::1::::<><><>0<>0<><>:: +Sign_Point.res::Animation::6570490880079797409::1762352675::0::1::::<><><>0<>0<><>:: +Straight.res::Animation::2049549906742426534::1762352675::0::1::::<><><>0<>0<><>:: +Surfer.res::Animation::8978704289758581818::1762352675::0::1::::<><><>0<>0<><>:: +Thumb.res::Animation::4009559863906171416::1762352675::0::1::::<><><>0<>0<><>:: +::res://addons/godot-xr-tools/hands/animations/right/::1762557788 +AnimationPlayer.tscn::PackedScene::4018207629101171331::1762352674::0::1::::<><><>0<>0<><>::uid://do01jton6rk42::::res://addons/godot-xr-tools/hands/animations/right/Cup.res<>uid://ky28birj4su6::::res://addons/godot-xr-tools/hands/animations/right/Default pose.res<>uid://daqddcrbpam0c::::res://addons/godot-xr-tools/hands/animations/right/Grip 1.res<>uid://r8hleealhrqt::::res://addons/godot-xr-tools/hands/animations/right/Grip 2.res<>uid://rs7vpclot07o::::res://addons/godot-xr-tools/hands/animations/right/Grip 3.res<>uid://d1xnpyc08njjx::::res://addons/godot-xr-tools/hands/animations/right/Grip 4.res<>uid://s1vqcxyqcvea::::res://addons/godot-xr-tools/hands/animations/right/Grip 5.res<>uid://c8dghcftg1thx::::res://addons/godot-xr-tools/hands/animations/right/Grip Shaft.res<>uid://ccds2u22gbxn7::::res://addons/godot-xr-tools/hands/animations/right/Grip.res<>uid://bv5tuc1kjv0k5::::res://addons/godot-xr-tools/hands/animations/right/Hold.res<>uid://cdjfhqnr4n2mr::::res://addons/godot-xr-tools/hands/animations/right/Horns.res<>uid://b1kqsodcr1til::::res://addons/godot-xr-tools/hands/animations/right/Metal.res<>uid://cg6fsqb2iuuih::::res://addons/godot-xr-tools/hands/animations/right/Middle.res<>uid://c3isimdlxg54a::::res://addons/godot-xr-tools/hands/animations/right/OK.res<>uid://bxmc3vlfih764::::res://addons/godot-xr-tools/hands/animations/right/Peace.res<>uid://dg4v7rqiaje2h::::res://addons/godot-xr-tools/hands/animations/right/Pinch Flat.res<>uid://cuwwpxi44vwpm::::res://addons/godot-xr-tools/hands/animations/right/Pinch Large.res<>uid://c6vghurk7t5yb::::res://addons/godot-xr-tools/hands/animations/right/Pinch Middle.res<>uid://mjotm5uukoo3::::res://addons/godot-xr-tools/hands/animations/right/Pinch Ring.res<>uid://ca21ej1p3g2yt::::res://addons/godot-xr-tools/hands/animations/right/Pinch Tight.res<>uid://cseojxi8rrqc::::res://addons/godot-xr-tools/hands/animations/right/Pinch Up.res<>uid://c8hn123uon74u::::res://addons/godot-xr-tools/hands/animations/right/PingPong.res<>uid://b6ra3rqia1gvb::::res://addons/godot-xr-tools/hands/animations/right/Pinky.res<>uid://csp3fdknowmi5::::res://addons/godot-xr-tools/hands/animations/right/Pistol.res<>uid://2ttepgvf634h::::res://addons/godot-xr-tools/hands/animations/right/Ring.res<>uid://wcwa3p1qrhwr::::res://addons/godot-xr-tools/hands/animations/right/Rounded.res<>uid://bcwx6a6mhsoj2::::res://addons/godot-xr-tools/hands/animations/right/Sign 1.res<>uid://btnsp36fjkldf::::res://addons/godot-xr-tools/hands/animations/right/Sign 2.res<>uid://c35i6glt1ov2m::::res://addons/godot-xr-tools/hands/animations/right/Sign 3.res<>uid://b8mmk2ufmlyf::::res://addons/godot-xr-tools/hands/animations/right/Sign 4.res<>uid://ddgl3lsnlfiny::::res://addons/godot-xr-tools/hands/animations/right/Sign 5.res<>uid://ccy3e7a0hvxyl::::res://addons/godot-xr-tools/hands/animations/right/Sign_Point.res<>uid://d3h36bkauutoq::::res://addons/godot-xr-tools/hands/animations/right/Straight.res<>uid://bq7cjxdn28jcv::::res://addons/godot-xr-tools/hands/animations/right/Surfer.res<>uid://d2ukhr3n2r1u8::::res://addons/godot-xr-tools/hands/animations/right/Thumb.res +Cup.res::Animation::8195111040024005301::1762352674::0::1::::<><><>0<>0<><>:: +Default pose.res::Animation::753131858148690599::1762352674::0::1::::<><><>0<>0<><>:: +Grip 1.res::Animation::7192479734878144212::1762352674::0::1::::<><><>0<>0<><>:: +Grip 2.res::Animation::1261779686700455519::1762352674::0::1::::<><><>0<>0<><>:: +Grip 3.res::Animation::1232350378319292298::1762352674::0::1::::<><><>0<>0<><>:: +Grip 4.res::Animation::9032470046656576133::1762352674::0::1::::<><><>0<>0<><>:: +Grip 5.res::Animation::1318376778329847596::1762352674::0::1::::<><><>0<>0<><>:: +Grip Shaft.res::Animation::7095643256860440737::1762352674::0::1::::<><><>0<>0<><>:: +Grip.res::Animation::4920554403641237694::1762352674::0::1::::<><><>0<>0<><>:: +hand_blend_tree.tres::AnimationNodeBlendTree::912215260637445682::1762557788::0::1::::<><><>0<>0<><>:: +Hold.res::Animation::3923507217133086158::1762352674::0::1::::<><><>0<>0<><>:: +Horns.res::Animation::5002304244875762093::1762352674::0::1::::<><><>0<>0<><>:: +Metal.res::Animation::4232978752073040327::1762352674::0::1::::<><><>0<>0<><>:: +Middle.res::Animation::5258306712001033255::1762352674::0::1::::<><><>0<>0<><>:: +OK.res::Animation::6755751838950034450::1762352674::0::1::::<><><>0<>0<><>:: +Peace.res::Animation::4025709176852815827::1762352674::0::1::::<><><>0<>0<><>:: +Pinch Flat.res::Animation::7641595188005949173::1762352675::0::1::::<><><>0<>0<><>:: +Pinch Large.res::Animation::6223398333238321530::1762352674::0::1::::<><><>0<>0<><>:: +Pinch Middle.res::Animation::6992425332740971585::1762352674::0::1::::<><><>0<>0<><>:: +Pinch Ring.res::Animation::861730168986029248::1762352674::0::1::::<><><>0<>0<><>:: +Pinch Tight.res::Animation::4830165865327646463::1762352674::0::1::::<><><>0<>0<><>:: +Pinch Up.res::Animation::177804864583798846::1762352674::0::1::::<><><>0<>0<><>:: +PingPong.res::Animation::7104361065580124214::1762352674::0::1::::<><><>0<>0<><>:: +Pinky.res::Animation::4597420178498794291::1762352674::0::1::::<><><>0<>0<><>:: +Pistol.res::Animation::6068915397577009806::1762352674::0::1::::<><><>0<>0<><>:: +Ring.res::Animation::1935483519673348537::1762352674::0::1::::<><><>0<>0<><>:: +Rounded.res::Animation::1549620584414943905::1762352674::0::1::::<><><>0<>0<><>:: +Sign 1.res::Animation::2573666580447401669::1762352674::0::1::::<><><>0<>0<><>:: +Sign 2.res::Animation::3747966835179214167::1762352674::0::1::::<><><>0<>0<><>:: +Sign 3.res::Animation::6800601750457628326::1762352674::0::1::::<><><>0<>0<><>:: +Sign 4.res::Animation::139063910821157329::1762352675::0::1::::<><><>0<>0<><>:: +Sign 5.res::Animation::7382933343836424682::1762352674::0::1::::<><><>0<>0<><>:: +Sign_Point.res::Animation::4964473021626079439::1762352674::0::1::::<><><>0<>0<><>:: +Straight.res::Animation::9140755820630070680::1762352674::0::1::::<><><>0<>0<><>:: +Surfer.res::Animation::3575640989461724693::1762352674::0::1::::<><><>0<>0<><>:: +Thumb.res::Animation::9096268991651288585::1762352674::0::1::::<><><>0<>0<><>:: +::res://addons/godot-xr-tools/hands/blend/::1762352674 +hand_l.blend::::-1::1762352674::1762352674::1::::<><><>0<>0<>eee310571a4cbc4a9673c1f44f9e584b<>:: +hand_r.blend::::-1::1762352674::1762352674::1::::<><><>0<>0<>eee310571a4cbc4a9673c1f44f9e584b<>:: +::res://addons/godot-xr-tools/hands/blend/animations/::1762352674 +animations_hand_l.blend::::-1::1762352674::1762352674::1::::<><><>0<>0<>eee310571a4cbc4a9673c1f44f9e584b<>:: +animations_hand_r.blend::::-1::1762352674::1762352674::1::::<><><>0<>0<>eee310571a4cbc4a9673c1f44f9e584b<>:: +::res://addons/godot-xr-tools/hands/materials/::1762352675 +african_hands.tres::ORMMaterial3D::2606828566477310640::1762352675::0::1::::<><><>0<>0<><>::uid://cs7m7m0k2506g::::res://addons/godot-xr-tools/hands/textures/african_baseColor.png<>uid://h3sjbnu6uplb::::res://addons/godot-xr-tools/hands/textures/hands_occlusionRoughnessMetallic.png +african_hands_realistic.tres::ORMMaterial3D::1960110150632476034::1762352675::0::1::::<><><>0<>0<><>::uid://dk8o82rjww802::::res://addons/godot-xr-tools/hands/textures/african_realistic_baseColor.png<>uid://b6tgv6ucbgv3r::::res://addons/godot-xr-tools/hands/textures/hands_normal.png<>uid://h3sjbnu6uplb::::res://addons/godot-xr-tools/hands/textures/hands_occlusionRoughnessMetallic.png +caucasian_hand.tres::ORMMaterial3D::8908592259124748572::1762352675::0::1::::<><><>0<>0<><>::uid://c506svon268ms::::res://addons/godot-xr-tools/hands/textures/caucasian_baseColor.png<>uid://h3sjbnu6uplb::::res://addons/godot-xr-tools/hands/textures/hands_occlusionRoughnessMetallic.png +caucasian_hands_realistic.tres::ORMMaterial3D::1238960741338972017::1762352675::0::1::::<><><>0<>0<><>::uid://n1xq4cm67o07::::res://addons/godot-xr-tools/hands/textures/caucasian_realistic_baseColor.png<>uid://b6tgv6ucbgv3r::::res://addons/godot-xr-tools/hands/textures/hands_normal.png<>uid://h3sjbnu6uplb::::res://addons/godot-xr-tools/hands/textures/hands_occlusionRoughnessMetallic.png +cleaning_glove.tres::ORMMaterial3D::4987277885630824142::1762352675::0::1::::<><><>0<>0<><>::uid://dv711ytktesj2::::res://addons/godot-xr-tools/hands/textures/cleaning_glove_baseColor.png<>uid://dt6k4nuvpo38o::::res://addons/godot-xr-tools/hands/textures/glove_normal.png<>uid://yslwgnpbpeen::::res://addons/godot-xr-tools/hands/textures/glove_occlusionRoughnessMetallic.png +ghost_hand.tres::StandardMaterial3D::1105461953267014217::1762352675::0::1::::<><><>0<>0<><>::uid://dgkfppran5j1f::::res://addons/godot-xr-tools/hands/textures/glove_caucasian_green_camo.png<>uid://d2iocwfr47kqp::::res://addons/godot-xr-tools/hands/textures/glove_fingerless_occlusionRoughnessMetallic.png +glove_african_dark_camo.tres::ORMMaterial3D::7789923642270872113::1762352675::0::1::::<><><>0<>0<><>::uid://cocorrka3dtq3::::res://addons/godot-xr-tools/hands/textures/glove_african_dark_camo.png<>uid://bw8rmigwt5pr4::::res://addons/godot-xr-tools/hands/textures/glove_fingerless_normal.png<>uid://d2iocwfr47kqp::::res://addons/godot-xr-tools/hands/textures/glove_fingerless_occlusionRoughnessMetallic.png +glove_african_green_camo.tres::ORMMaterial3D::1382218268740466671::1762352675::0::1::::<><><>0<>0<><>::uid://bidphehpipwhg::::res://addons/godot-xr-tools/hands/textures/glove_african_green_camo.png<>uid://bw8rmigwt5pr4::::res://addons/godot-xr-tools/hands/textures/glove_fingerless_normal.png<>uid://d2iocwfr47kqp::::res://addons/godot-xr-tools/hands/textures/glove_fingerless_occlusionRoughnessMetallic.png +glove_caucasian_dark_camo.tres::ORMMaterial3D::8154961735867839641::1762352675::0::1::::<><><>0<>0<><>::uid://c7jutkax2fd1k::::res://addons/godot-xr-tools/hands/textures/glove_caucasian_dark_camo.png<>uid://bw8rmigwt5pr4::::res://addons/godot-xr-tools/hands/textures/glove_fingerless_normal.png<>uid://d2iocwfr47kqp::::res://addons/godot-xr-tools/hands/textures/glove_fingerless_occlusionRoughnessMetallic.png +glove_caucasian_green_camo.tres::ORMMaterial3D::407909388497815253::1762352675::0::1::::<><><>0<>0<><>::uid://dgkfppran5j1f::::res://addons/godot-xr-tools/hands/textures/glove_caucasian_green_camo.png<>uid://bw8rmigwt5pr4::::res://addons/godot-xr-tools/hands/textures/glove_fingerless_normal.png<>uid://d2iocwfr47kqp::::res://addons/godot-xr-tools/hands/textures/glove_fingerless_occlusionRoughnessMetallic.png +labglove.tres::ORMMaterial3D::8478609479037191828::1762352675::0::1::::<><><>0<>0<><>::uid://d4gbpgjwjuovb::::res://addons/godot-xr-tools/hands/textures/labglove_baseColor.png<>uid://dt6k4nuvpo38o::::res://addons/godot-xr-tools/hands/textures/glove_normal.png<>uid://yslwgnpbpeen::::res://addons/godot-xr-tools/hands/textures/glove_occlusionRoughnessMetallic.png +::res://addons/godot-xr-tools/hands/model/::1762549955 +Hand_Glove_L.gltf::PackedScene::3843750552618860884::1762352675::1762549955::1::::<><><>0<>0<>67a178c99299d04aafaff53700c4f2b3<>res://godot/imported/Hand_Glove_L.gltf-ac6c06fe48ca0d7ce0f9faffd177a897.scn:: +Hand_Glove_low_L.gltf::PackedScene::3348130082537590234::1762352675::1762549955::1::::<><><>0<>0<>6cadb5466285a8839dd17119bcab54d9<>res://godot/imported/Hand_Glove_low_L.gltf-7b94b12c0dff159d494da6cafd52895d.scn:: +Hand_Glove_low_R.gltf::PackedScene::6049747860182392340::1762352675::1762549954::1::::<><><>0<>0<>eff72580b3faf0ffe944cc9d450be7d4<>res://godot/imported/Hand_Glove_low_R.gltf-c32907596b2287c95aff0e704780ef3d.scn:: +Hand_Glove_R.gltf::PackedScene::1611382248111319848::1762352675::1762549954::1::::<><><>0<>0<>7d53fa965ce453389a191b5214cd4a23<>res://godot/imported/Hand_Glove_R.gltf-0e99922c663867da8d37af9597ab1ce8.scn:: +hand_l.gltf::PackedScene::7651589774834400799::1762352675::1762549954::1::::<><><>0<>0<>57001ca86f709167783413ca4be9e1d7<>res://godot/imported/hand_l.gltf-6ba1595ac4c28aef3719b7f0b4f2f4f2.scn:: +Hand_low_L.gltf::PackedScene::1889052668159204047::1762352675::1762549954::1::::<><><>0<>0<>4fc48857d7f53bbe48cdef4497cb2c04<>res://godot/imported/Hand_low_L.gltf-a83bdf9115e4fb62c63deabade61cbbb.scn:: +Hand_low_R.gltf::PackedScene::5439640570425151874::1762352675::1762549953::1::::<><><>0<>0<>2cc1b0bd25d570790f85593945c8c62d<>res://godot/imported/Hand_low_R.gltf-8b164aff014e5c5bfa2eccc8e40e7e97.scn:: +Hand_Nails_L.gltf::PackedScene::1177413487644106581::1762352675::1762549953::1::::<><><>0<>0<>667de0056458c78db011bc360eca28bf<>res://godot/imported/Hand_Nails_L.gltf-22452b307072e9d363b1f547e2b6a365.scn:: +Hand_Nails_low_L.gltf::PackedScene::6835216799178537216::1762352675::1762549953::1::::<><><>0<>0<>af39ebd41c010405214a6af90b8c8c37<>res://godot/imported/Hand_Nails_low_L.gltf-60d8096917582bfe1d760ff1ad173fc8.scn:: +Hand_Nails_low_R.gltf::PackedScene::8591136319482557373::1762352675::1762549953::1::::<><><>0<>0<>ddf58015053e0cda7aae759f4dc59f10<>res://godot/imported/Hand_Nails_low_R.gltf-7d9fc9507def4b4fd9c10cdae7aa6e11.scn:: +Hand_Nails_R.gltf::PackedScene::6987700154474974956::1762352675::1762549953::1::::<><><>0<>0<>03ad11ad871332495eac6d92421d4609<>res://godot/imported/Hand_Nails_R.gltf-35869d6a39400588d95465aa5e3b528d.scn:: +hand_r.gltf::PackedScene::8477548719460995782::1762352675::1762549952::1::::<><><>0<>0<>9f210ff760e4edbcce63a944c184d3ba<>res://godot/imported/hand_r.gltf-dd429687cadefbc3e7a21ae26addfb30.scn:: +::res://addons/godot-xr-tools/hands/poses/::1762352688 +hand_pose_settings.gd::GDScript::6854028306830864218::1762352675::0::1::::XRToolsHandPoseSettings<>Resource<>res://addons/godot-xr-tools/editor/icons/hand.svg<>0<>1<><>:: +pose_default_left.tres::Resource::7476277285475651716::1762352675::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/hands/poses/hand_pose_settings.gd<>uid://plad1r85f7ws::::res://addons/godot-xr-tools/hands/animations/left/Grip.res<>uid://bediglpx0rj7i::::res://addons/godot-xr-tools/hands/animations/left/Grip 5.res +pose_default_right.tres::Resource::8033074788464014759::1762352675::0::1::::<><><>0<>0<><>::uid://ccds2u22gbxn7::::res://addons/godot-xr-tools/hands/animations/right/Grip.res<>res://addons/godot-xr-tools/hands/poses/hand_pose_settings.gd<>uid://s1vqcxyqcvea::::res://addons/godot-xr-tools/hands/animations/right/Grip 5.res +pose_point_left.tres::Resource::5381296980464696332::1762352675::0::1::::<><><>0<>0<><>::uid://cevirj0eagdrq::::res://addons/godot-xr-tools/hands/animations/left/Sign 1.res<>res://addons/godot-xr-tools/hands/poses/hand_pose_settings.gd +pose_point_right.tres::Resource::2922153783347251997::1762352675::0::1::::<><><>0<>0<><>::uid://bcwx6a6mhsoj2::::res://addons/godot-xr-tools/hands/animations/right/Sign 1.res<>res://addons/godot-xr-tools/hands/poses/hand_pose_settings.gd +::res://addons/godot-xr-tools/hands/scenes/::1762352675 +::res://addons/godot-xr-tools/hands/scenes/collision/::1762352675 +collision_hand.tscn::PackedScene::1720045835986012692::1762352675::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/hands/collision_hand.gd +collision_hand_left.tscn::PackedScene::3133472062522702598::1762352675::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/hands/collision_hand.gd<>uid://uc7owi5j7ib0::::res://addons/godot-xr-tools/hands/scenes/collision/hand_palm.shape +collision_hand_right.tscn::PackedScene::6780291984065036931::1762352675::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/hands/collision_hand.gd<>uid://uc7owi5j7ib0::::res://addons/godot-xr-tools/hands/scenes/collision/hand_palm.shape +hand_digit.shape::CapsuleShape3D::7825947223523555301::1762352675::0::1::::<><><>0<>0<><>:: +hand_palm.shape::BoxShape3D::1409874742400457899::1762352675::0::1::::<><><>0<>0<><>:: +::res://addons/godot-xr-tools/hands/scenes/highpoly/::1762352675 +left_fullglove_hand.tscn::PackedScene::3446047195074656867::1762352675::0::1::::<><><>0<>0<><>::uid://the6y7swe6j0::::res://addons/godot-xr-tools/hands/animations/left/AnimationPlayer.tscn<>uid://dhaqth6q5yw4n::::res://addons/godot-xr-tools/hands/model/hand_l.gltf<>res://addons/godot-xr-tools/hands/hand.gd<>uid://dertgu7k8alls::::res://addons/godot-xr-tools/hands/poses/pose_default_left.tres<>uid://cdb40djkihelq::::res://addons/godot-xr-tools/hands/materials/cleaning_glove.tres<>uid://dl8yf7ipqotd1::::res://addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres +left_fullglove_physics_hand.tscn::PackedScene::946014467896130992::1762352675::0::1::::<><><>0<>0<><>::uid://dhaqth6q5yw4n::::res://addons/godot-xr-tools/hands/model/hand_l.gltf<>uid://the6y7swe6j0::::res://addons/godot-xr-tools/hands/animations/left/AnimationPlayer.tscn<>res://addons/godot-xr-tools/hands/physics_hand.gd<>uid://dertgu7k8alls::::res://addons/godot-xr-tools/hands/poses/pose_default_left.tres<>res://addons/godot-xr-tools/hands/hand_physics_bone.gd<>uid://ds2dpvbpht0ea::::res://addons/godot-xr-tools/hands/materials/labglove.tres<>uid://dl8yf7ipqotd1::::res://addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres +left_hand.tscn::PackedScene::932491250803534299::1762352675::0::1::::<><><>0<>0<><>::uid://q1l3fknstir2::::res://addons/godot-xr-tools/hands/model/Hand_Nails_L.gltf<>uid://the6y7swe6j0::::res://addons/godot-xr-tools/hands/animations/left/AnimationPlayer.tscn<>res://addons/godot-xr-tools/hands/hand.gd<>uid://dertgu7k8alls::::res://addons/godot-xr-tools/hands/poses/pose_default_left.tres<>uid://dl8yf7ipqotd1::::res://addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres<>uid://dy6nhifvvmm73::::res://addons/godot-xr-tools/hands/materials/caucasian_hand.tres +left_physics_hand.tscn::PackedScene::191490885801768272::1762352675::0::1::::<><><>0<>0<><>::uid://the6y7swe6j0::::res://addons/godot-xr-tools/hands/animations/left/AnimationPlayer.tscn<>uid://q1l3fknstir2::::res://addons/godot-xr-tools/hands/model/Hand_Nails_L.gltf<>res://addons/godot-xr-tools/hands/physics_hand.gd<>uid://dertgu7k8alls::::res://addons/godot-xr-tools/hands/poses/pose_default_left.tres<>res://addons/godot-xr-tools/hands/hand_physics_bone.gd<>uid://dy6nhifvvmm73::::res://addons/godot-xr-tools/hands/materials/caucasian_hand.tres<>uid://dl8yf7ipqotd1::::res://addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres +left_physics_tac_glove.tscn::PackedScene::7407592514605071637::1762352675::0::1::::<><><>0<>0<><>::uid://bu07alt6vkbaq::::res://addons/godot-xr-tools/hands/model/Hand_Glove_L.gltf<>uid://the6y7swe6j0::::res://addons/godot-xr-tools/hands/animations/left/AnimationPlayer.tscn<>uid://dl8yf7ipqotd1::::res://addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres<>uid://dertgu7k8alls::::res://addons/godot-xr-tools/hands/poses/pose_default_left.tres<>uid://dogla70w8hvo8::::res://addons/godot-xr-tools/hands/materials/glove_caucasian_dark_camo.tres<>res://addons/godot-xr-tools/hands/hand_physics_bone.gd<>res://addons/godot-xr-tools/hands/physics_hand.gd +left_tac_glove.tscn::PackedScene::523365548329885665::1762352675::0::1::::<><><>0<>0<><>::uid://bu07alt6vkbaq::::res://addons/godot-xr-tools/hands/model/Hand_Glove_L.gltf<>uid://the6y7swe6j0::::res://addons/godot-xr-tools/hands/animations/left/AnimationPlayer.tscn<>res://addons/godot-xr-tools/hands/hand.gd<>uid://dertgu7k8alls::::res://addons/godot-xr-tools/hands/poses/pose_default_left.tres<>uid://dl8yf7ipqotd1::::res://addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres<>uid://f2uhcqq8s2jx::::res://addons/godot-xr-tools/hands/materials/glove_caucasian_green_camo.tres +right_fullglove_hand.tscn::PackedScene::9024109384982995702::1762352675::0::1::::<><><>0<>0<><>::uid://ds1t8vc0kxoeo::::res://addons/godot-xr-tools/hands/model/hand_r.gltf<>uid://bxipj7hyjwy6f::::res://addons/godot-xr-tools/hands/animations/right/AnimationPlayer.tscn<>res://addons/godot-xr-tools/hands/hand.gd<>uid://dmpjtk0l8vh6v::::res://addons/godot-xr-tools/hands/poses/pose_default_right.tres<>uid://cdb40djkihelq::::res://addons/godot-xr-tools/hands/materials/cleaning_glove.tres<>uid://m85b1gogdums::::res://addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres +right_fullglove_physics_hand.tscn::PackedScene::5348183425773124541::1762352675::0::1::::<><><>0<>0<><>::uid://ds1t8vc0kxoeo::::res://addons/godot-xr-tools/hands/model/hand_r.gltf<>uid://bxipj7hyjwy6f::::res://addons/godot-xr-tools/hands/animations/right/AnimationPlayer.tscn<>res://addons/godot-xr-tools/hands/physics_hand.gd<>uid://dmpjtk0l8vh6v::::res://addons/godot-xr-tools/hands/poses/pose_default_right.tres<>res://addons/godot-xr-tools/hands/hand_physics_bone.gd<>uid://ds2dpvbpht0ea::::res://addons/godot-xr-tools/hands/materials/labglove.tres<>uid://m85b1gogdums::::res://addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres +right_hand.tscn::PackedScene::1193460777252182477::1762352675::0::1::::<><><>0<>0<><>::uid://c6s5nvekg0isa::::res://addons/godot-xr-tools/hands/model/Hand_Nails_R.gltf<>uid://bxipj7hyjwy6f::::res://addons/godot-xr-tools/hands/animations/right/AnimationPlayer.tscn<>res://addons/godot-xr-tools/hands/hand.gd<>uid://dmpjtk0l8vh6v::::res://addons/godot-xr-tools/hands/poses/pose_default_right.tres<>uid://dy6nhifvvmm73::::res://addons/godot-xr-tools/hands/materials/caucasian_hand.tres<>uid://m85b1gogdums::::res://addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres +right_physics_hand.tscn::PackedScene::707014298688696901::1762352675::0::1::::<><><>0<>0<><>::uid://bxipj7hyjwy6f::::res://addons/godot-xr-tools/hands/animations/right/AnimationPlayer.tscn<>uid://c6s5nvekg0isa::::res://addons/godot-xr-tools/hands/model/Hand_Nails_R.gltf<>res://addons/godot-xr-tools/hands/physics_hand.gd<>uid://dmpjtk0l8vh6v::::res://addons/godot-xr-tools/hands/poses/pose_default_right.tres<>res://addons/godot-xr-tools/hands/hand_physics_bone.gd<>uid://dy6nhifvvmm73::::res://addons/godot-xr-tools/hands/materials/caucasian_hand.tres<>uid://m85b1gogdums::::res://addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres +right_physics_tac_glove.tscn::PackedScene::4610031249816282394::1762352675::0::1::::<><><>0<>0<><>::uid://bxipj7hyjwy6f::::res://addons/godot-xr-tools/hands/animations/right/AnimationPlayer.tscn<>uid://w7th3d2hl7b5::::res://addons/godot-xr-tools/hands/model/Hand_Glove_R.gltf<>uid://m85b1gogdums::::res://addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres<>uid://dmpjtk0l8vh6v::::res://addons/godot-xr-tools/hands/poses/pose_default_right.tres<>uid://dogla70w8hvo8::::res://addons/godot-xr-tools/hands/materials/glove_caucasian_dark_camo.tres<>res://addons/godot-xr-tools/hands/hand_physics_bone.gd<>res://addons/godot-xr-tools/hands/physics_hand.gd +right_tac_glove.tscn::PackedScene::8595682290451262514::1762352675::0::1::::<><><>0<>0<><>::uid://bxipj7hyjwy6f::::res://addons/godot-xr-tools/hands/animations/right/AnimationPlayer.tscn<>uid://w7th3d2hl7b5::::res://addons/godot-xr-tools/hands/model/Hand_Glove_R.gltf<>res://addons/godot-xr-tools/hands/hand.gd<>uid://dmpjtk0l8vh6v::::res://addons/godot-xr-tools/hands/poses/pose_default_right.tres<>uid://m85b1gogdums::::res://addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres<>uid://f2uhcqq8s2jx::::res://addons/godot-xr-tools/hands/materials/glove_caucasian_green_camo.tres +::res://addons/godot-xr-tools/hands/scenes/lowpoly/::1762352675 +left_fullglove_low.tscn::PackedScene::105278846877235288::1762352675::0::1::::<><><>0<>0<><>::uid://the6y7swe6j0::::res://addons/godot-xr-tools/hands/animations/left/AnimationPlayer.tscn<>uid://16colgxrw27d::::res://addons/godot-xr-tools/hands/model/Hand_low_L.gltf<>res://addons/godot-xr-tools/hands/hand.gd<>uid://dertgu7k8alls::::res://addons/godot-xr-tools/hands/poses/pose_default_left.tres<>uid://dl8yf7ipqotd1::::res://addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres<>uid://cdb40djkihelq::::res://addons/godot-xr-tools/hands/materials/cleaning_glove.tres +left_hand_low.tscn::PackedScene::4442547718606926389::1762352675::0::1::::<><><>0<>0<><>::uid://c4nba0qpi0uls::::res://addons/godot-xr-tools/hands/model/Hand_Nails_low_L.gltf<>uid://the6y7swe6j0::::res://addons/godot-xr-tools/hands/animations/left/AnimationPlayer.tscn<>res://addons/godot-xr-tools/hands/hand.gd<>uid://dertgu7k8alls::::res://addons/godot-xr-tools/hands/poses/pose_default_left.tres<>uid://dy6nhifvvmm73::::res://addons/godot-xr-tools/hands/materials/caucasian_hand.tres<>uid://dl8yf7ipqotd1::::res://addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres +left_physics_fullglove_low.tscn::PackedScene::4717273065333781627::1762352675::0::1::::<><><>0<>0<><>::uid://16colgxrw27d::::res://addons/godot-xr-tools/hands/model/Hand_low_L.gltf<>uid://the6y7swe6j0::::res://addons/godot-xr-tools/hands/animations/left/AnimationPlayer.tscn<>res://addons/godot-xr-tools/hands/physics_hand.gd<>uid://dertgu7k8alls::::res://addons/godot-xr-tools/hands/poses/pose_default_left.tres<>res://addons/godot-xr-tools/hands/hand_physics_bone.gd<>uid://ds2dpvbpht0ea::::res://addons/godot-xr-tools/hands/materials/labglove.tres<>uid://dl8yf7ipqotd1::::res://addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres +left_physics_hand_low.tscn::PackedScene::2643164510094514243::1762352675::0::1::::<><><>0<>0<><>::uid://the6y7swe6j0::::res://addons/godot-xr-tools/hands/animations/left/AnimationPlayer.tscn<>uid://c4nba0qpi0uls::::res://addons/godot-xr-tools/hands/model/Hand_Nails_low_L.gltf<>res://addons/godot-xr-tools/hands/physics_hand.gd<>uid://dertgu7k8alls::::res://addons/godot-xr-tools/hands/poses/pose_default_left.tres<>res://addons/godot-xr-tools/hands/hand_physics_bone.gd<>uid://dy6nhifvvmm73::::res://addons/godot-xr-tools/hands/materials/caucasian_hand.tres<>uid://dl8yf7ipqotd1::::res://addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres +left_physics_tac_glove_low.tscn::PackedScene::3071795091830907031::1762352675::0::1::::<><><>0<>0<><>::uid://the6y7swe6j0::::res://addons/godot-xr-tools/hands/animations/left/AnimationPlayer.tscn<>uid://bnx4hithcij6y::::res://addons/godot-xr-tools/hands/model/Hand_Glove_low_L.gltf<>uid://dl8yf7ipqotd1::::res://addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres<>uid://dertgu7k8alls::::res://addons/godot-xr-tools/hands/poses/pose_default_left.tres<>uid://dogla70w8hvo8::::res://addons/godot-xr-tools/hands/materials/glove_caucasian_dark_camo.tres<>res://addons/godot-xr-tools/hands/hand_physics_bone.gd<>res://addons/godot-xr-tools/hands/physics_hand.gd +left_tac_glove_low.tscn::PackedScene::4055840205840081889::1762352675::0::1::::<><><>0<>0<><>::uid://bnx4hithcij6y::::res://addons/godot-xr-tools/hands/model/Hand_Glove_low_L.gltf<>uid://the6y7swe6j0::::res://addons/godot-xr-tools/hands/animations/left/AnimationPlayer.tscn<>res://addons/godot-xr-tools/hands/hand.gd<>uid://dertgu7k8alls::::res://addons/godot-xr-tools/hands/poses/pose_default_left.tres<>uid://dl8yf7ipqotd1::::res://addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres<>uid://f2uhcqq8s2jx::::res://addons/godot-xr-tools/hands/materials/glove_caucasian_green_camo.tres +right_fullglove_low.tscn::PackedScene::1647880727240317933::1762352675::0::1::::<><><>0<>0<><>::uid://bxipj7hyjwy6f::::res://addons/godot-xr-tools/hands/animations/right/AnimationPlayer.tscn<>uid://cjrac51wst3tu::::res://addons/godot-xr-tools/hands/model/Hand_low_R.gltf<>uid://cdb40djkihelq::::res://addons/godot-xr-tools/hands/materials/cleaning_glove.tres<>uid://dmpjtk0l8vh6v::::res://addons/godot-xr-tools/hands/poses/pose_default_right.tres<>res://addons/godot-xr-tools/hands/hand.gd<>uid://m85b1gogdums::::res://addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres +right_hand_low.tscn::PackedScene::828656134817942930::1762352675::0::1::::<><><>0<>0<><>::uid://bxipj7hyjwy6f::::res://addons/godot-xr-tools/hands/animations/right/AnimationPlayer.tscn<>uid://dunu03tc5vdbh::::res://addons/godot-xr-tools/hands/model/Hand_Nails_low_R.gltf<>res://addons/godot-xr-tools/hands/hand.gd<>uid://dmpjtk0l8vh6v::::res://addons/godot-xr-tools/hands/poses/pose_default_right.tres<>uid://dy6nhifvvmm73::::res://addons/godot-xr-tools/hands/materials/caucasian_hand.tres<>uid://m85b1gogdums::::res://addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres +right_physics_fullglove_low.tscn::PackedScene::3094752582697080031::1762352675::0::1::::<><><>0<>0<><>::uid://bxipj7hyjwy6f::::res://addons/godot-xr-tools/hands/animations/right/AnimationPlayer.tscn<>uid://cjrac51wst3tu::::res://addons/godot-xr-tools/hands/model/Hand_low_R.gltf<>uid://ds2dpvbpht0ea::::res://addons/godot-xr-tools/hands/materials/labglove.tres<>uid://dmpjtk0l8vh6v::::res://addons/godot-xr-tools/hands/poses/pose_default_right.tres<>res://addons/godot-xr-tools/hands/physics_hand.gd<>uid://m85b1gogdums::::res://addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres<>res://addons/godot-xr-tools/hands/hand_physics_bone.gd +right_physics_hand_low.tscn::PackedScene::3731902482501176080::1762352675::0::1::::<><><>0<>0<><>::uid://bxipj7hyjwy6f::::res://addons/godot-xr-tools/hands/animations/right/AnimationPlayer.tscn<>uid://dunu03tc5vdbh::::res://addons/godot-xr-tools/hands/model/Hand_Nails_low_R.gltf<>res://addons/godot-xr-tools/hands/physics_hand.gd<>uid://dmpjtk0l8vh6v::::res://addons/godot-xr-tools/hands/poses/pose_default_right.tres<>res://addons/godot-xr-tools/hands/hand_physics_bone.gd<>uid://dy6nhifvvmm73::::res://addons/godot-xr-tools/hands/materials/caucasian_hand.tres<>uid://m85b1gogdums::::res://addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres +right_physics_tac_glove_low.tscn::PackedScene::6710543153157105231::1762352675::0::1::::<><><>0<>0<><>::uid://bxipj7hyjwy6f::::res://addons/godot-xr-tools/hands/animations/right/AnimationPlayer.tscn<>uid://csgsp0wuw8ucy::::res://addons/godot-xr-tools/hands/model/Hand_Glove_low_R.gltf<>uid://m85b1gogdums::::res://addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres<>uid://dmpjtk0l8vh6v::::res://addons/godot-xr-tools/hands/poses/pose_default_right.tres<>uid://dogla70w8hvo8::::res://addons/godot-xr-tools/hands/materials/glove_caucasian_dark_camo.tres<>res://addons/godot-xr-tools/hands/hand_physics_bone.gd<>res://addons/godot-xr-tools/hands/physics_hand.gd +right_tac_glove_low.tscn::PackedScene::5306206443763093993::1762352675::0::1::::<><><>0<>0<><>::uid://csgsp0wuw8ucy::::res://addons/godot-xr-tools/hands/model/Hand_Glove_low_R.gltf<>uid://bxipj7hyjwy6f::::res://addons/godot-xr-tools/hands/animations/right/AnimationPlayer.tscn<>res://addons/godot-xr-tools/hands/hand.gd<>uid://dmpjtk0l8vh6v::::res://addons/godot-xr-tools/hands/poses/pose_default_right.tres<>uid://m85b1gogdums::::res://addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres<>uid://f2uhcqq8s2jx::::res://addons/godot-xr-tools/hands/materials/glove_caucasian_green_camo.tres +::res://addons/godot-xr-tools/hands/textures/::1762549938 +african_baseColor.png::CompressedTexture2D::6103087059710808616::1762352677::1762549938::1::::<><><>0<>0<>a163b8326fd1c41786012f28d3ff3a0e<>res://godot/imported/african_baseColor.png-c1a63b2c85973a5f7673482d994697e9.s3tc.ctex<*>res://godot/imported/african_baseColor.png-c1a63b2c85973a5f7673482d994697e9.etc2.ctex:: +african_realistic_baseColor.png::CompressedTexture2D::7930185367272542561::1762352675::1762549938::1::::<><><>0<>0<>b056076d1b09eb2b77956584d9f051a9<>res://godot/imported/african_realistic_baseColor.png-67cf0f3230115c16edbeaf7b76430f7c.s3tc.ctex<*>res://godot/imported/african_realistic_baseColor.png-67cf0f3230115c16edbeaf7b76430f7c.etc2.ctex:: +caucasian_baseColor.png::CompressedTexture2D::6932031616690329974::1762352675::1762549938::1::::<><><>0<>0<>30eb97c021f193a94d2f1ad9751f0d69<>res://godot/imported/caucasian_baseColor.png-2ffa4b91e9a1b3bcc11c22eccd941be7.s3tc.ctex<*>res://godot/imported/caucasian_baseColor.png-2ffa4b91e9a1b3bcc11c22eccd941be7.etc2.ctex:: +caucasian_realistic_baseColor.png::CompressedTexture2D::967555379290771482::1762352675::1762549938::1::::<><><>0<>0<>d5d26f0f4f7f1c691a6727ca1ed9c043<>res://godot/imported/caucasian_realistic_baseColor.png-6d28d56c1e76917b749358861074492c.s3tc.ctex<*>res://godot/imported/caucasian_realistic_baseColor.png-6d28d56c1e76917b749358861074492c.etc2.ctex:: +cleaning_glove_baseColor.png::CompressedTexture2D::8700914218452961765::1762352675::1762549938::1::::<><><>0<>0<>4c87f16938558851acdf2317c9384a3a<>res://godot/imported/cleaning_glove_baseColor.png-775896445d04c5f9ecad1dcd0609e336.s3tc.ctex<*>res://godot/imported/cleaning_glove_baseColor.png-775896445d04c5f9ecad1dcd0609e336.etc2.ctex:: +glove_african_dark_camo.png::CompressedTexture2D::5760495238604443232::1762352675::1762549938::1::::<><><>0<>0<>4abe92c349bb2c03153b9be60edf4886<>res://godot/imported/glove_african_dark_camo.png-3a526d8d251e73995f6fd3ba5cdd0b4e.s3tc.ctex<*>res://godot/imported/glove_african_dark_camo.png-3a526d8d251e73995f6fd3ba5cdd0b4e.etc2.ctex:: +glove_african_green_camo.png::CompressedTexture2D::2955048043108239460::1762352675::1762549938::1::::<><><>0<>0<>1bcbc0352faec24e6886f43d9a55412a<>res://godot/imported/glove_african_green_camo.png-b4a9e045aac0313108230034e03317fd.s3tc.ctex<*>res://godot/imported/glove_african_green_camo.png-b4a9e045aac0313108230034e03317fd.etc2.ctex:: +glove_caucasian_dark_camo.png::CompressedTexture2D::7038712559844096834::1762352675::1762549938::1::::<><><>0<>0<>08c803188035b26a62639d09e4a47976<>res://godot/imported/glove_caucasian_dark_camo.png-338e35680a2de0f7c6ad596eba6a3d5f.s3tc.ctex<*>res://godot/imported/glove_caucasian_dark_camo.png-338e35680a2de0f7c6ad596eba6a3d5f.etc2.ctex:: +glove_caucasian_green_camo.png::CompressedTexture2D::7601370076450991005::1762352676::1762549938::1::::<><><>0<>0<>29cce04e8e1beebcf6bbecc5b092cb3a<>res://godot/imported/glove_caucasian_green_camo.png-009f6b98bc0f9d73ac78a6b6900a0d00.s3tc.ctex<*>res://godot/imported/glove_caucasian_green_camo.png-009f6b98bc0f9d73ac78a6b6900a0d00.etc2.ctex:: +glove_fingerless_normal.png::CompressedTexture2D::3999753758499469179::1762352676::1762549938::1::::<><><>0<>0<>e8cc46f33c4ac0ea8a651892651ef0d3<>res://godot/imported/glove_fingerless_normal.png-46736b8f0a977e37b17257f7bbbb718f.s3tc.ctex<*>res://godot/imported/glove_fingerless_normal.png-46736b8f0a977e37b17257f7bbbb718f.etc2.ctex:: +glove_fingerless_occlusionRoughnessMetallic.png::CompressedTexture2D::9071730624875347079::1762352676::1762549938::1::::<><><>0<>0<>8620307da2cd6b1611f4144e7261a95c<>res://godot/imported/glove_fingerless_occlusionRoughnessMetallic.png-441bf1f84442c3cd6ae3834c9c982565.s3tc.ctex<*>res://godot/imported/glove_fingerless_occlusionRoughnessMetallic.png-441bf1f84442c3cd6ae3834c9c982565.etc2.ctex:: +glove_normal.png::CompressedTexture2D::8557505463203091040::1762352675::1762549938::1::::<><><>0<>0<>b83def16b8b9a0514e76e60f0fc8b4bc<>res://godot/imported/glove_normal.png-da82759e655cb7106cb0172b7076b948.s3tc.ctex<*>res://godot/imported/glove_normal.png-da82759e655cb7106cb0172b7076b948.etc2.ctex:: +glove_occlusionRoughnessMetallic.png::CompressedTexture2D::1722398557178212301::1762352675::1762549938::1::::<><><>0<>0<>ca8f001149eef516cde9b177d066906e<>res://godot/imported/glove_occlusionRoughnessMetallic.png-1a61c4638e30c81daa59d92c8681eb2c.s3tc.ctex<*>res://godot/imported/glove_occlusionRoughnessMetallic.png-1a61c4638e30c81daa59d92c8681eb2c.etc2.ctex:: +hands_normal.png::CompressedTexture2D::4601901476640253341::1762352675::1762549938::1::::<><><>0<>0<>8a3f3a1328b9b38d5358d64020ef4aff<>res://godot/imported/hands_normal.png-291c7217751274bfe1199e3de899450f.s3tc.ctex<*>res://godot/imported/hands_normal.png-291c7217751274bfe1199e3de899450f.etc2.ctex:: +hands_occlusionRoughnessMetallic.png::CompressedTexture2D::550233534151587075::1762352675::1762549938::1::::<><><>0<>0<>fdcad31f1a3ae91c24cf27530a83dd24<>res://godot/imported/hands_occlusionRoughnessMetallic.png-73229fc54301aa8833117ebde8abfd4e.s3tc.ctex<*>res://godot/imported/hands_occlusionRoughnessMetallic.png-73229fc54301aa8833117ebde8abfd4e.etc2.ctex:: +labglove_baseColor.png::CompressedTexture2D::9207212617063690803::1762352675::1762549938::1::::<><><>0<>0<>355ffac9bfda4ffb22087c4f5f24ed52<>res://godot/imported/labglove_baseColor.png-2eb9fa4d9955a5755a96f0663ee3ceb2.s3tc.ctex<*>res://godot/imported/labglove_baseColor.png-2eb9fa4d9955a5755a96f0663ee3ceb2.etc2.ctex:: +::res://addons/godot-xr-tools/images/::1762549938 +icon.png::CompressedTexture2D::2550219196814699386::1762352677::1762549938::1::::<><><>0<>0<>074f3db5c3517a9d285d0120c5be3b97<>res://godot/imported/icon.png-1d8efcc4c33e64800e22ea3150ef148d.ctex:: +ring.png::CompressedTexture2D::2354959461098973867::1762352678::1762549938::1::::<><><>0<>0<>8c9ce23304984af92f8ceab431244a8d<>res://godot/imported/ring.png-34d9c9e9780f2732148a5b14fcac48dd.s3tc.ctex<*>res://godot/imported/ring.png-34d9c9e9780f2732148a5b14fcac48dd.etc2.ctex:: +teleport_arrow.png::CompressedTexture2D::7399331832755209064::1762352677::1762549938::1::::<><><>0<>0<>2dc7812df39fcda02996bc9043096b63<>res://godot/imported/teleport_arrow.png-f1bd44b6f478277692b3fa29171b62d3.s3tc.ctex<*>res://godot/imported/teleport_arrow.png-f1bd44b6f478277692b3fa29171b62d3.etc2.ctex:: +teleport_target.png::CompressedTexture2D::6237079075740583462::1762352678::1762549938::1::::<><><>0<>0<>59722233622e5f3f8ba1cd4c3c29522c<>res://godot/imported/teleport_target.png-cd812f7d5692711ac91f6c8a4753ad73.s3tc.ctex<*>res://godot/imported/teleport_target.png-cd812f7d5692711ac91f6c8a4753ad73.etc2.ctex:: +::res://addons/godot-xr-tools/interactables/::1762352688 +interactable_area_button.gd::GDScript::5903581730412310569::1762352680::0::1::::XRToolsInteractableAreaButton<>Area3D<><>0<>1<><>:: +interactable_area_button.tscn::PackedScene::5625303656064884802::1762352680::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/interactables/interactable_area_button.gd +interactable_handle.gd::GDScript::1529582335798338160::1762352680::0::1::::XRToolsInteractableHandle<>XRToolsPickable<><>0<>1<><>:: +interactable_handle.tscn::PackedScene::2603781055259242217::1762352680::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/interactables/interactable_handle.gd +interactable_handle_driven.gd::GDScript::7022176098514796678::1762352680::0::1::::XRToolsInteractableHandleDriven<>Node3D<><>0<>1<><>:: +interactable_hinge.gd::GDScript::2901879981398320532::1762352680::0::1::::XRToolsInteractableHinge<>XRToolsInteractableHandleDriven<><>0<>1<><>:: +interactable_hinge.tscn::PackedScene::3343652744424104437::1762352679::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/interactables/interactable_hinge.gd +interactable_joystick.gd::GDScript::8403721276392020869::1762352680::0::1::::XRToolsInteractableJoystick<>XRToolsInteractableHandleDriven<><>0<>1<><>:: +interactable_joystick.tscn::PackedScene::8622516174069182979::1762352680::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/interactables/interactable_joystick.gd +interactable_slider.gd::GDScript::1172584968487830729::1762352679::0::1::::XRToolsInteractableSlider<>XRToolsInteractableHandleDriven<><>0<>1<><>:: +interactable_slider.tscn::PackedScene::4178125742470015024::1762352680::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/interactables/interactable_slider.gd +::res://addons/godot-xr-tools/materials/::1762557788 +capsule.tres::StandardMaterial3D::-1::1762352678::0::1::::<><><>0<>0<><>:: +highlight.tres::ShaderMaterial::261327140198664712::1762557788::0::1::::<><><>0<>0<><>:: +pointer.tres::StandardMaterial3D::-1::1762352678::0::1::::<><><>0<>0<><>:: +target.tres::StandardMaterial3D::-1::1762352678::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/images/teleport_target.png +teleport.gdshader::Shader::1123217347969167326::1762352678::0::1::::<><><>0<>0<><>:: +teleport.tres::ShaderMaterial::3156048152343437539::1762352678::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/materials/teleport.gdshader<>uid://ddoj6c345cb0c::::res://addons/godot-xr-tools/images/teleport_arrow.png +::res://addons/godot-xr-tools/misc/::1762549558 +hold_button.gd::GDScript::5200587771237217794::1762352674::0::1::::XRToolsHoldButton<>Node3D<><>0<>1<><>:: +hold_button.tscn::PackedScene::6483308179465793173::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/misc/hold_button.gd<>uid://c6okm2ay0fkjf::::res://addons/godot-xr-tools/misc/hold_button_visualshader.tres +hold_button_gaze_pointer_visualshader.tres::VisualShader::8076164482407874365::1762352674::0::1::::<><><>0<>0<><>:: +hold_button_visualshader.tres::VisualShader::6978226827431087127::1762549558::0::1::::<><><>0<>0<><>:: +move_to.gd::GDScript::1881289748285890001::1762352674::0::1::::XRToolsMoveTo<>Node<><>0<>0<><>:: +velocity_averager.gd::GDScript::4122284447072194431::1762352674::0::1::::XRToolsVelocityAverager<>RefCounted<><>0<>0<><>:: +velocity_averager_linear.gd::GDScript::520158295202731076::1762352674::0::1::::XRToolsVelocityAveragerLinear<>RefCounted<><>0<>0<><>:: +vr_common_shader_cache.gd::GDScript::7505898275128486556::1762352674::0::1::::<>Node3D<><>0<>0<><>:: +vr_common_shader_cache.tscn::PackedScene::3741448249343413659::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/misc/vr_common_shader_cache.gd<>uid://bk72wfw25ff0v::::res://addons/godot-xr-tools/materials/teleport.tres<>res://addons/godot-xr-tools/materials/target.tres<>res://addons/godot-xr-tools/materials/capsule.tres<>res://addons/godot-xr-tools/materials/pointer.tres<>uid://dyuaw57o8y3i::::res://addons/godot-xr-tools/materials/highlight.tres +xr_helpers.gd::GDScript::1905626345066924025::1762352674::0::1::::XRHelpers<>RefCounted<><>0<>1<><>:: +::res://addons/godot-xr-tools/objects/::1762352688 +climbable.gd::GDScript::4733714975654178295::1762352681::0::1::::XRToolsClimbable<>Node3D<>res://addons/godot-xr-tools/editor/icons/hand.svg<>0<>1<><>:: +climbable.tscn::PackedScene::5454591478306452938::1762352681::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/objects/climbable.gd +hand_pose_area.gd::GDScript::6078226035905287531::1762352685::0::1::::XRToolsHandPoseArea<>Area3D<>res://addons/godot-xr-tools/editor/icons/hand.svg<>0<>1<><>:: +hand_pose_area.tscn::PackedScene::7362773760472235427::1762352685::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/objects/hand_pose_area.gd +interactable_area.gd::GDScript::2445021572526007122::1762352684::0::1::::XRToolsInteractableArea<>Area3D<><>0<>1<><>:: +interactable_body.gd::GDScript::8773028330069149543::1762352685::0::1::::XRToolsInteractableBody<>Node3D<><>0<>0<><>:: +pickable.gd::GDScript::590360122800565123::1762352681::0::1::::XRToolsPickable<>RigidBody3D<><>0<>1<><>:: +pickable.tscn::PackedScene::7113709148256139755::1762352683::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/objects/pickable.gd +return_to_snap_zone.gd::GDScript::5888085744604281792::1762352681::0::1::::XRToolsReturnToSnapZone<>Node<>res://addons/godot-xr-tools/editor/icons/hand.svg<>0<>1<><>:: +snap_path.gd::GDScript::8059422228906104619::1762352683::0::1::::XRToolsSnapPath<>XRToolsSnapZone<><>0<>1<><>:: +snap_path.tscn::PackedScene::8461011181758791295::1762352684::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/objects/snap_path.gd +snap_path_guide.gd::GDScript::6665737170240260026::1762352685::0::1::::XRToolsSnapPathGuide<>Marker3D<><>0<>1<><>:: +snap_zone.gd::GDScript::7157783101673760614::1762352684::0::1::::XRToolsSnapZone<>Area3D<><>0<>1<><>:: +snap_zone.tscn::PackedScene::5120975729439033535::1762352681::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/objects/snap_zone.gd +teleport_area.gd::GDScript::4958592005849499616::1762352681::0::1::::XRToolsTeleportArea<>Area3D<><>0<>1<><>:: +teleport_area.tscn::PackedScene::8263225915531427696::1762352684::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/objects/teleport_area.gd +viewport_2d_in_3d.gd::GDScript::7386685096797941186::1762352685::0::1::::XRToolsViewport2DIn3D<>Node3D<><>0<>1<><>:: +viewport_2d_in_3d.tscn::PackedScene::5586752962244691224::1762352683::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/objects/viewport_2d_in_3d.gd<>res://addons/godot-xr-tools/objects/viewport_2d_in_3d_body.gd +viewport_2d_in_3d_body.gd::GDScript::6114412023638753040::1762352683::0::1::::<>XRToolsInteractableBody<><>0<>0<><>:: +virtual_keyboard.tscn::PackedScene::7586696399004442898::1762352681::0::1::::<><><>0<>0<><>::uid://clujaf3u776a3::::res://addons/godot-xr-tools/objects/viewport_2d_in_3d.tscn<>uid://lauwp8okd1vh::::res://addons/godot-xr-tools/objects/keyboard/virtual_keyboard_2d.tscn +wind_area.gd::GDScript::5596135747849465099::1762352683::0::1::::XRToolsWindArea<>Area3D<><>0<>1<><>:: +wind_area.tscn::PackedScene::912595649932044505::1762352684::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/objects/wind_area.gd +world_grab_area.gd::GDScript::3588959690478283416::1762352684::0::1::::XRToolsWorldGrabArea<>Area3D<>res://addons/godot-xr-tools/editor/icons/hand.svg<>0<>1<><>:: +world_grab_area.tscn::PackedScene::2172754393689871013::1762352681::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/objects/world_grab_area.gd +::res://addons/godot-xr-tools/objects/force_body/::1762352688 +force_body.gd::GDScript::5853134031821982360::1762352683::0::1::::XRToolsForceBody<>AnimatableBody3D<><>0<>1<><>:: +::res://addons/godot-xr-tools/objects/grab_points/::1762352688 +grab.gd::GDScript::5102011323244136347::1762352682::0::1::::Grab<>Grabber<><>0<>0<><>:: +grabber.gd::GDScript::6672561568136730402::1762352682::0::1::::Grabber<>RefCounted<><>0<>0<><>:: +grab_driver.gd::GDScript::5434354505006032359::1762352682::0::1::::XRToolsGrabDriver<>RemoteTransform3D<><>0<>0<><>:: +grab_point.gd::GDScript::4484898624130167369::1762352682::0::1::::XRToolsGrabPoint<>Marker3D<><>0<>0<><>:: +grab_point_hand.gd::GDScript::3842710549670985433::1762352682::0::1::::XRToolsGrabPointHand<>XRToolsGrabPoint<><>0<>1<><>:: +grab_point_hand_left.tscn::PackedScene::6731369851445284540::1762352682::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/objects/grab_points/grab_point_hand.gd +grab_point_hand_right.tscn::PackedScene::6153811939661709129::1762352682::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/objects/grab_points/grab_point_hand.gd +grab_point_redirect.gd::GDScript::4298072008865658693::1762352682::0::1::::XRToolsGrabPointRedirect<>XRToolsGrabPoint<><>0<>1<><>:: +grab_point_redirect.tscn::PackedScene::4830826955090675836::1762352681::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/objects/grab_points/grab_point_redirect.gd +grab_point_snap.gd::GDScript::7276091895868125307::1762352682::0::1::::XRToolsGrabPointSnap<>XRToolsGrabPoint<><>0<>1<><>:: +grab_point_snap.tscn::PackedScene::7719103290742080710::1762352682::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/objects/grab_points/grab_point_snap.gd +::res://addons/godot-xr-tools/objects/highlight/::1762352688 +highlight_material.gd::GDScript::6218579325231462073::1762352685::0::1::::XRToolsHighlightMaterial<>Node<><>0<>1<><>:: +highlight_ring.gd::GDScript::1819477116977106215::1762352684::0::1::::XRToolsHighlightRing<>MeshInstance3D<><>0<>1<><>:: +highlight_ring.tres::StandardMaterial3D::-1::1762352684::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/images/ring.png +highlight_ring.tscn::PackedScene::7215983681683480321::1762352684::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/objects/highlight/highlight_ring.gd<>res://addons/godot-xr-tools/objects/highlight/highlight_ring.tres +highlight_visible.gd::GDScript::3274878945969874421::1762352684::0::1::::XRToolsHighlightVisible<>Node3D<><>0<>1<><>:: +::res://addons/godot-xr-tools/objects/keyboard/::1762352688 +virtual_key.gd::GDScript::8204904017674119989::1762352683::0::1::::XRToolsVirtualKey<>Node2D<><>0<>1<><>:: +virtual_keyboard_2d.gd::GDScript::4963852313335577253::1762352683::0::1::::XRToolsVirtualKeyboard2D<>CanvasLayer<><>0<>1<><>:: +virtual_keyboard_2d.tscn::PackedScene::773331746817999089::1762352683::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/objects/keyboard/virtual_keyboard_2d.gd<>res://addons/godot-xr-tools/objects/keyboard/virtual_key_char.gd<>res://addons/godot-xr-tools/objects/keyboard/virtual_key.gd +virtual_key_char.gd::GDScript::6112671304323837325::1762352683::0::1::::XRToolsVirtualKeyChar<>XRToolsVirtualKey<><>0<>1<><>:: +::res://addons/godot-xr-tools/overrides/::1762352688 +ground_physics.gd::GDScript::5304013128544877012::1762352674::0::1::::XRToolsGroundPhysics<>Node<><>0<>1<><>:: +ground_physics.tscn::PackedScene::997832555570006567::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/overrides/ground_physics.gd +ground_physics_settings.gd::GDScript::6910545859329076515::1762352674::0::1::::XRToolsGroundPhysicsSettings<>Resource<><>0<>1<><>:: +::res://addons/godot-xr-tools/player/::1762352688 +player_body.gd::GDScript::90645248852892330::1762352687::0::1::::XRToolsPlayerBody<>CharacterBody3D<>res://addons/godot-xr-tools/editor/icons/body.svg<>0<>1<><>:: +player_body.tscn::PackedScene::7771578483331639637::1762352687::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/player/player_body.gd +::res://addons/godot-xr-tools/player/fade/::1762352688 +fade_collision.gd::GDScript::6777575462591931688::1762352687::0::1::::XRToolsFadeCollision<>Node3D<><>0<>1<><>:: +fade_collision.tscn::PackedScene::4339289859101173234::1762352687::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/player/fade/fade_collision.gd +::res://addons/godot-xr-tools/player/poke/::1762352688 +poke.gd::GDScript::9161530233055514649::1762352687::0::1::::XRToolsPoke<>Node3D<><>0<>1<><>:: +poke.tscn::PackedScene::3023656018114741839::1762352687::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/player/poke/poke.gd<>res://addons/godot-xr-tools/player/poke/poke_body.gd<>res://addons/godot-xr-tools/rumble/rumbler.gd<>uid://brci6umrcd157::::res://addons/godot-xr-tools/rumble/tap_rumble.tres +poke_body.gd::GDScript::2023906723320735019::1762352687::0::1::::<>XRToolsForceBody<><>0<>1<><>:: +::res://addons/godot-xr-tools/rumble/::1762352688 +rumbler.gd::GDScript::1199789192774384649::1762352686::0::1::::XRToolsRumbler<>Node<>res://addons/godot-xr-tools/editor/icons/rumble.svg<>0<>1<><>:: +rumble_event.gd::GDScript::7502961460864713948::1762352686::0::1::::XRToolsRumbleEvent<>Resource<>res://addons/godot-xr-tools/editor/icons/rumble.svg<>0<>0<><>:: +rumble_manager.gd::GDScript::3459018480688054121::1762352686::0::1::::<>Node<><>0<>0<><>:: +rumble_manager_queue.gd::GDScript::6591962009589802191::1762352686::0::1::::XRToolsRumbleManagerQueue<>Resource<><>0<>0<><>:: +tap_rumble.tres::Resource/XRToolsRumbleEvent::3584301946380834396::1762352686::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/rumble/rumble_event.gd +::res://addons/godot-xr-tools/staging/::1762547695 +loading_screen.gd::GDScript::670477005584877050::1762352685::0::1::::<>Node3D<><>0<>1<><>:: +loading_screen.tscn::PackedScene::3551494409957125895::1762352685::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/staging/loading_screen.gd<>uid://4i0pwdtfmtsv::::res://addons/godot-xr-tools/staging/loading_screen/loading_screen_shader.tres<>uid://clbtsf0ahb3fm::::res://addons/godot-xr-tools/assets/misc/progress_bar.png<>uid://ocyj01x5mtt7::::res://addons/godot-xr-tools/assets/misc/Hold trigger to continue.png<>uid://cymteydkxagpp::::res://addons/godot-xr-tools/misc/hold_button.tscn +loading_screen_shader.tres::VisualShader::-1::1762352686::0::1::::<><><>0<>0<><>:: +scene_base.gd::GDScript::6138178932969129039::1762352686::0::1::::XRToolsSceneBase<>Node3D<><>0<>1<><>:: +scene_base.tscn::PackedScene::1125856909848102548::1762352685::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/staging/scene_base.gd +staging.gd::GDScript::7943576479908872302::1762547695::0::1::::XRToolsStaging<>Node3D<><>0<>1<><>:: +staging.tscn::PackedScene::3332718921164146735::1762352686::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/staging/staging.gd<>uid://bqumugyvkct4r::::res://addons/godot-xr-tools/staging/loading_screen.tscn<>uid://wtpox7m5vu2b::::res://addons/godot-xr-tools/effects/fade.tscn<>uid://ckiwtcdsam7ed::::res://addons/godot-xr-tools/staging/staging_env.tres<>uid://btknduttnmoxf::::res://addons/godot-xr-tools/misc/vr_common_shader_cache.tscn<>uid://clc5dre31iskm::::res://addons/godot-xr-tools/xr/start_xr.tscn +staging_env.tres::Environment::5492614640223519339::1762352686::0::1::::<><><>0<>0<><>:: +::res://addons/godot-xr-tools/staging/loading_screen/::1762549558 +loading_screen_shader.tres::VisualShader::2053537360281717781::1762549558::0::1::::<><><>0<>0<><>:: +::res://addons/godot-xr-tools/user_settings/::1762352688 +user_settings.gd::GDScript::5274967792176605750::1762352674::0::1::::<>Node<><>0<>0<><>:: +user_settings_ui.gd::GDScript::4293634491097850291::1762352674::0::1::::<>TabContainer<><>0<>0<><>:: +user_settings_ui.tscn::PackedScene::1724889644455503399::1762352674::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/user_settings/user_settings_ui.gd +::res://addons/godot-xr-tools/xr/::1762352688 +start_xr.gd::GDScript::607452860673660868::1762352677::0::1::::XRToolsStartXR<>Node<><>0<>1<><>:: +start_xr.tscn::PackedScene::5550875170460828808::1762352677::0::1::::<><><>0<>0<><>::res://addons/godot-xr-tools/xr/start_xr.gd +::res://addons/godotopenxrvendors/::1762352637 +GodotOpenXRVendors_CHANGES.md::TextFile::-1::1762352636::0::1::::<><><>0<>0<><>:: +plugin.gdextension::GDExtension::1463254363320245019::1762352637::0::1::::<><><>0<>0<><>:: +::res://addons/godotopenxrvendors/khronos/::1762352636 +::res://addons/godotopenxrvendors/magicleap/::1762352636 +::res://addons/godotopenxrvendors/meta/::1762352637 +::res://addons/godotopenxrvendors/pico/::1762352636 +::res://addons/xr-simulator/::1762352648 +XRSimulator.gd::GDScript::7096969888375139901::1762352648::0::1::::<>Node<><>0<>0<><>:: +XRSimulator.tscn::PackedScene::6130295131173790883::1762352648::0::1::::<><><>0<>0<><>::res://addons/xr-simulator/XRSimulator.gd +::res://android/::1761610065 +::res://assets-lib/::1762543943 +::res://assets-lib/chair02/::1762549941 +chair2.jpg::CompressedTexture2D::4545801232483908566::1762034517::1762549938::1::::<><><>0<>0<>44e778aadc71acb6baacca0dbb586035<>res://godot/imported/chair2.jpg-d81be2f2c55a1e67ca877f244f907466.ctex:: +chair02.obj::Mesh::7733459233718433812::1762034517::1762549941::1::::<><><>0<>0<>e76d2879f1cf010ce8c129c7b355ebed<>res://godot/imported/chair02.obj-6abacffda2be8a945f7b469832950a94.mesh<*>res://godot/imported/chair02.obj-6abacffda2be8a945f7b469832950a94.mesh:: +chair02_texture.tga::CompressedTexture2D::7706024369607546342::1762034517::1762549938::1::::<><><>0<>0<>a2bf11e01ecd58c7f1b9457a8b1ee327<>res://godot/imported/chair02_texture.tga-4be66dce5a71ef2ac86c6d4afdb4f13f.ctex:: +readme.txt::TextFile::-1::1762034517::0::1::::<><><>0<>0<><>:: +::res://assets-lib/Chess(scifi)/::1762549941 +black-chess-scifi.png::CompressedTexture2D::5565634868639244774::1762034497::1762549938::1::::<><><>0<>0<>8cfe1b622d12968501814e8c517981fa<>res://godot/imported/black-chess-scifi.png-205c18d1d63a185605e9e4320065e245.ctex:: +scifichess-bishop.obj::Mesh::5940170965374178587::1762034497::1762549941::1::::<><><>0<>0<>fe8f34cd03d56119a604a0cf3dfe146d<>res://godot/imported/scifichess-bishop.obj-efddcde0b4b4fc852ab64041cf54375a.mesh<*>res://godot/imported/scifichess-bishop.obj-efddcde0b4b4fc852ab64041cf54375a.mesh:: +scifichess-king.obj::Mesh::2515434207086769567::1762034497::1762549941::1::::<><><>0<>0<>a564333990c3841e76f9eac2a263c9d1<>res://godot/imported/scifichess-king.obj-eccc72afc3e8e0658f72aac639e86d61.mesh<*>res://godot/imported/scifichess-king.obj-eccc72afc3e8e0658f72aac639e86d61.mesh:: +scifichess-knight.obj::Mesh::8282644571376419776::1762034497::1762549941::1::::<><><>0<>0<>f63cb44189fb8d7e0ec388a7ecadf5b7<>res://godot/imported/scifichess-knight.obj-ebfd833573b82083e7ad30fa511b3180.mesh<*>res://godot/imported/scifichess-knight.obj-ebfd833573b82083e7ad30fa511b3180.mesh:: +scifichess-pawn.obj::Mesh::6606343792952915421::1762034497::1762549941::1::::<><><>0<>0<>ae3c6481bc2f699c9780978ffad3d671<>res://godot/imported/scifichess-pawn.obj-6947e135d349774e8028eb65873facbf.mesh<*>res://godot/imported/scifichess-pawn.obj-6947e135d349774e8028eb65873facbf.mesh:: +scifichess-queen.obj::Mesh::563232525003557952::1762034497::1762549941::1::::<><><>0<>0<>bc693dc022495ccd1fc7de42fc6d0cae<>res://godot/imported/scifichess-queen.obj-e32a972326ac85ab556d38c524491c19.mesh<*>res://godot/imported/scifichess-queen.obj-e32a972326ac85ab556d38c524491c19.mesh:: +scifichess-rook.obj::Mesh::88756733031343263::1762034497::1762549941::1::::<><><>0<>0<>96d012a542b29b03c3d3bfc6c25e78c4<>res://godot/imported/scifichess-rook.obj-ac62ff1384057c88d81b1cc99bd9b7c3.mesh<*>res://godot/imported/scifichess-rook.obj-ac62ff1384057c88d81b1cc99bd9b7c3.mesh:: +white-chess-scifi.png::CompressedTexture2D::7935919186831917762::1762034497::1762549938::1::::<><><>0<>0<>19800f19ebe6a503b4883bb541286642<>res://godot/imported/white-chess-scifi.png-b4876bd6cc4f3a3d5411fb93725bf6aa.ctex:: +::res://assets-lib/Disco_Ball/::1762549969 +disco_ball.blend::PackedScene::3911110508907550773::1762224660::1762549969::1::::<><><>0<>0<>ecde802f400eaed2670633e7fbaeee48<>res://godot/imported/disco_ball.blend-cc9fbad73ba9c604b04283c14d8910e8.scn:: +disco_ball_diff.png::CompressedTexture2D::145515268449734070::1762224660::1762549938::1::::<><><>0<>0<>5c828a59eef01be98df98cfc98ae62da<>res://godot/imported/disco_ball_diff.png-522876dedd17e1daf4338329aa13c4d8.ctex:: +disco_ball_normal.png::CompressedTexture2D::8034818026047450614::1762224660::1762549938::1::::<><><>0<>0<>b3d0b41e0ad2be0bb109f1a9ea4784bf<>res://godot/imported/disco_ball_normal.png-c5671fb2f6ced86f8ee2566b0531b50e.ctex:: +::res://assets-lib/Disco_Ball/Materials/::1762224676 +::res://assets-lib/Furniture Pack by @Quaternius/::1762076347 +::res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/::1762549938 +Furniturepack2.jpg::CompressedTexture2D::4470055574374469222::1762034501::1762549937::1::::<><><>0<>0<>cbc37f4acf82680337cbd5364d7df754<>res://godot/imported/Furniturepack2.jpg-62f8967e8298a6e37fe0adb21e11a9fc.ctex:: +FurniturePreview.png::CompressedTexture2D::6834798147603484789::1762034501::1762549938::1::::<><><>0<>0<>7a6f15b87ffd532deacd985342b6cbf0<>res://godot/imported/FurniturePreview.png-797413592c574c4edc462ae6acd27cae.ctex:: +::res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/Blends/::1762549974 +Bed.blend::PackedScene::1317626953670230118::1762034501::1762549969::1::::<><><>0<>0<>3f1ff9c703ece9414a872cc89ed2dcf0<>res://godot/imported/Bed.blend-fbac3ea2da232388351bb2c1882d21d9.scn:: +BedKing.blend::PackedScene::3285693913631429497::1762034501::1762549970::1::::<><><>0<>0<>0904b09d22ab93bac979c4ec297f858b<>res://godot/imported/BedKing.blend-84ea8585d5d92865a1076a2b6bfa8b5e.scn:: +BookCase.blend::PackedScene::1870583888288201700::1762034501::1762549970::1::::<><><>0<>0<>27c0bd17e98389cd922174fe658f18dd<>res://godot/imported/BookCase.blend-a5e519a5ce034c33af03fce8d5a638c8.scn:: +BookCaseBooks.blend::PackedScene::2405122314026637642::1762034501::1762549970::1::::<><><>0<>0<>7f0eaf1f5f237e2dc09c63048b01822e<>res://godot/imported/BookCaseBooks.blend-680e0e4cc1ae3cd1804ae598036bdc7f.scn:: +BookCaseLarge.blend::PackedScene::7808607200190900673::1762034501::1762549970::1::::<><><>0<>0<>1674e75a01dfe240714b353a80d8b59e<>res://godot/imported/BookCaseLarge.blend-eea7ddeb0a5135a66c115de045e28014.scn:: +BookCaseLargeBooks.blend::PackedScene::7649513048786502402::1762034501::1762549971::1::::<><><>0<>0<>cc6b9824b9196a122e9daf741924653b<>res://godot/imported/BookCaseLargeBooks.blend-45f92b6b991a2d7d5ae9b534408a7ea8.scn:: +Chair.blend::PackedScene::2402735469716557609::1762034501::1762549971::1::::<><><>0<>0<>7f0836b1009d60ee90385c522500d66a<>res://godot/imported/Chair.blend-26fef1cf4923b5753f1623fcb4b5b814.scn:: +ChairCushioned.blend::PackedScene::3645366123477634829::1762034501::1762549971::1::::<><><>0<>0<>ea86fd766ef1c100a5e55ca733bd89b3<>res://godot/imported/ChairCushioned.blend-f908906410282798e5ebbd339cf4f92a.scn:: +ChairHandle.blend::PackedScene::569816780125346204::1762034501::1762549971::1::::<><><>0<>0<>065c9b8815c34f0b20ea09c43ad68172<>res://godot/imported/ChairHandle.blend-91aa0e27330f17732ec57da3d0c1c8c4.scn:: +Closet2.blend::PackedScene::1982738664197655540::1762034501::1762549971::1::::<><><>0<>0<>b3914de4ea59415efb0ac3df4774471d<>res://godot/imported/Closet2.blend-6c38e6f7765c312fc482b1578c410f4c.scn:: +Closet.blend::PackedScene::2251660702962487464::1762034501::1762549972::1::::<><><>0<>0<>18fa472709a6ac9386710d3bad8d03a4<>res://godot/imported/Closet.blend-fc2fe20ffe53d20c1e36bc25e0984ad5.scn:: +Coffee Table 2.blend::PackedScene::5840127172885230409::1762034501::1762549972::1::::<><><>0<>0<>f395220bb03ccc20cc4804f074d68a71<>res://godot/imported/Coffee Table 2.blend-d59822878b7db6fd2bde9379091f0a6f.scn:: +CoffeeTable.blend::PackedScene::1397005670160794242::1762034501::1762549972::1::::<><><>0<>0<>18247984f440400ed47cc8697f5d194c<>res://godot/imported/CoffeeTable.blend-4e32d6741e50ddd133e5a5bed3697a6d.scn:: +Lamp2.blend::PackedScene::1429788122517287891::1762034501::1762549972::1::::<><><>0<>0<>b812c9d1615cb072dd8738210d250abc<>res://godot/imported/Lamp2.blend-3cfa91dab89355d09e2e60c536112895.scn:: +Lamp.blend::PackedScene::5054306459237833741::1762034501::1762549973::1::::<><><>0<>0<>ec9230a397c3626f61dd69ba21e8f625<>res://godot/imported/Lamp.blend-7a99ede60a460d68a629388b27725274.scn:: +Plant.blend::PackedScene::2349110537525228883::1762034501::1762549973::1::::<><><>0<>0<>172ebbce6c50be4f65d481b85ad49f9a<>res://godot/imported/Plant.blend-caa88e85b27881f01b4dc09b385033c5.scn:: +Sofa.blend::PackedScene::858134822864167872::1762034501::1762549974::1::::<><><>0<>0<>11ad38eec53b22b1d4b2c58edee990e4<>res://godot/imported/Sofa.blend-a2d10c5f707fcc5f0a8113c6d1a38f0f.scn:: +SofaDouble.blend::PackedScene::3778309855818170844::1762034501::1762549974::1::::<><><>0<>0<>f3e76590530e3232f9be67ab62205820<>res://godot/imported/SofaDouble.blend-52cd2e520b3a84857648bd15105cdad5.scn:: +SofaLong.blend::PackedScene::7419055492113824826::1762034501::1762549974::1::::<><><>0<>0<>64c7cf494bbc1f3c2f68227a5d5ddfb0<>res://godot/imported/SofaLong.blend-6455ee46dd25c7d9b7c463c6df117da4.scn:: +Stool.blend::PackedScene::6609037587150452741::1762034501::1762549963::1::::<><><>0<>0<>118944c49ca1b7fce90ead71f6fd795a<>res://godot/imported/Stool.blend-c36c6aeb242012af04ea2eeaefa3269c.scn:: +Table.blend::PackedScene::5528317879224450325::1762034501::1762549964::1::::<><><>0<>0<>e77c47013e01336de6ab51760e4594d3<>res://godot/imported/Table.blend-a5ddba4c46d33fabae8e78e5dbd49e79.scn:: +Vase2.blend::PackedScene::5923613338275997909::1762034501::1762549964::1::::<><><>0<>0<>93b00a62b6b171631bbbbce186ab1643<>res://godot/imported/Vase2.blend-fe244a3fad55afffa03c50f40bdb4317.scn:: +Vase.blend::PackedScene::4485267392516902996::1762034501::1762549964::1::::<><><>0<>0<>26872d8509ce8dedef4a5db27c4edf5d<>res://godot/imported/Vase.blend-1daa0112e5526208d4da750478bde46b.scn:: +::res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/FBX/::1762549985 +Bed.fbx::PackedScene::1107176007209710988::1762034501::1762549965::1::::<><><>0<>0<>53f481dd944811e1bb465f23ba958918<>res://godot/imported/Bed.fbx-2a95dd903d53807ceac4ff5028f59533.scn:: +BedKing.fbx::PackedScene::2658483446042129482::1762034501::1762549965::1::::<><><>0<>0<>3425f35931f44439726943492cfd25c1<>res://godot/imported/BedKing.fbx-dfc408c5263a7877ac40302f8345f9bd.scn:: +BookCase.fbx::PackedScene::7278516755460927113::1762034501::1762549966::1::::<><><>0<>0<>912da4d4627adbc78fd0ba48f780211b<>res://godot/imported/BookCase.fbx-70965f7e4dc656a6fbab78ed5e5e3571.scn:: +BookCaseBooks.fbx::PackedScene::1970382884090140935::1762034501::1762549966::1::::<><><>0<>0<>0ea384ad23cc8151eb0659c1716c130f<>res://godot/imported/BookCaseBooks.fbx-47dc04ec63c4b0f0795088e0cf1942c7.scn:: +BookCaseLarge.fbx::PackedScene::8231998132142861802::1762034501::1762549966::1::::<><><>0<>0<>1b3b4dad6ce9281c8920e8511719d854<>res://godot/imported/BookCaseLarge.fbx-351b3b550f5cab2bb92567d82e951a4f.scn:: +BookCaseLargeBooks.fbx::PackedScene::627247114224018740::1762034501::1762549967::1::::<><><>0<>0<>8a20049e84c3a01f1cafc4632ea13059<>res://godot/imported/BookCaseLargeBooks.fbx-61f4500143a917f4c0cdf5ba03f91558.scn:: +Chair.fbx::PackedScene::6006458399768695521::1762034501::1762549967::1::::<><><>0<>0<>21cbceca4cdf89cbe992f32ea1b06cc5<>res://godot/imported/Chair.fbx-8bb338a08758c0296d20f6ef0968c3f0.scn:: +ChairCushioned.fbx::PackedScene::8831113040792779434::1762034501::1762549967::1::::<><><>0<>0<>0cd736520ac9df709f84dea400a168ab<>res://godot/imported/ChairCushioned.fbx-88ae34ae00dcc597db340d64d6b6cfd0.scn:: +ChairHandle.fbx::PackedScene::1837726789201294528::1762034501::1762549968::1::::<><><>0<>0<>2806bea62de864a7cf15ef6feaed2e28<>res://godot/imported/ChairHandle.fbx-8195be04d84f8ae7a0df61de83534b53.scn:: +Closet2.fbx::PackedScene::2561953042788621140::1762034501::1762549968::1::::<><><>0<>0<>ee0f5409f05c3f7543c246f16e84a8df<>res://godot/imported/Closet2.fbx-28a8465a9ea3b1b093415008ab9216eb.scn:: +Closet.fbx::PackedScene::8368815841960848058::1762034501::1762549980::1::::<><><>0<>0<>f72a2481d961b9e3d0e1f2de9749252b<>res://godot/imported/Closet.fbx-df4ad68889a886a9254729cb8d6b1a05.scn:: +CoffeeTable2.fbx::PackedScene::2347536423331407940::1762034501::1762549980::1::::<><><>0<>0<>48d9f35d4bda84985eb1ace2e92344aa<>res://godot/imported/CoffeeTable2.fbx-6e30739da131515258f8df4d35f20ab9.scn:: +CoffeeTable.fbx::PackedScene::3055348382008186450::1762034501::1762549981::1::::<><><>0<>0<>5b22942930a1c55d1f3c6245e72f61f8<>res://godot/imported/CoffeeTable.fbx-faff39621fa6a6ffe3d9c1afc267e34f.scn:: +Lamp2.fbx::PackedScene::4165326983918361910::1762034501::1762549981::1::::<><><>0<>0<>b5505ec5d11692319ed0c83250b4cfad<>res://godot/imported/Lamp2.fbx-d6348bb0c415d552ac8cbbaff4f5e74d.scn:: +Lamp.fbx::PackedScene::9083682130139247918::1762034501::1762549981::1::::<><><>0<>0<>71e9851bf7dc79cb6311a64175cbbe81<>res://godot/imported/Lamp.fbx-64e2a5de2ee107440595e2b52dd0a47b.scn:: +Plant.fbx::PackedScene::6831613383921713539::1762034501::1762549982::1::::<><><>0<>0<>9182e0d5e23f98c425de0f7f312cba79<>res://godot/imported/Plant.fbx-02bb75cd7297eed3e45791a91e01a4ed.scn:: +Sofa.fbx::PackedScene::3522682479551496646::1762034501::1762549982::1::::<><><>0<>0<>4d5fa880558160af0bb4878535542142<>res://godot/imported/Sofa.fbx-d7799f15a6b4f0e6cc1922384df4478d.scn:: +SofaDouble.fbx::PackedScene::2705713744278552705::1762034501::1762549983::1::::<><><>0<>0<>a17946baa15e58d4e960178c54c144a9<>res://godot/imported/SofaDouble.fbx-b412896dbd7c1b4e871febcdc8697ded.scn:: +SofaLong.fbx::PackedScene::7988009665263156286::1762034501::1762549983::1::::<><><>0<>0<>f4d66b9720f36961b1de6ce0ab5d7592<>res://godot/imported/SofaLong.fbx-a648f2100f14543265cce15e0912833d.scn:: +Stool.fbx::PackedScene::8777155620992842638::1762034501::1762549984::1::::<><><>0<>0<>9d48995f4153f0152d768c13e8435f83<>res://godot/imported/Stool.fbx-c16104ef5be123997136100f9d823ab4.scn:: +Table.fbx::PackedScene::9031138434233665759::1762034501::1762549984::1::::<><><>0<>0<>53738c572bd2a59080ad1890fa7949fb<>res://godot/imported/Table.fbx-70dedde87d073ca8d6c54ea77d25309d.scn:: +Vase2.fbx::PackedScene::6275682133588408347::1762034501::1762549985::1::::<><><>0<>0<>176b33e056004febd93ea9b035f400a4<>res://godot/imported/Vase2.fbx-e892278cbb6708ee94ff94ff4a90d96f.scn:: +Vase.fbx::PackedScene::9027794887759456388::1762034501::1762549975::1::::<><><>0<>0<>fd8b8a8bc034a87645ea5b67cf6a1045<>res://godot/imported/Vase.fbx-d1078b4b42cb8a28b1fcf9ea7b04cb63.scn:: +::res://assets-lib/Furniture Pack by @Quaternius/Furniture Pack by @Quaternius/OBJ/::1762549942 +Bed.obj::Mesh::3054073230434784631::1762034501::1762549941::1::::<><><>0<>0<>fd12dca600b26eb12b38aa213fc34194<>res://godot/imported/Bed.obj-e637637384a94b54189e833d61b05d12.mesh<*>res://godot/imported/Bed.obj-e637637384a94b54189e833d61b05d12.mesh:: +BedKing.obj::Mesh::7603394231678867479::1762034501::1762549941::1::::<><><>0<>0<>7ff4558272e1c1e78f743b3e1bdb6c4a<>res://godot/imported/BedKing.obj-326294b5f4ff922b85ea3e134525fa4e.mesh<*>res://godot/imported/BedKing.obj-326294b5f4ff922b85ea3e134525fa4e.mesh:: +BookCase.obj::Mesh::4836078841956691672::1762034501::1762549941::1::::<><><>0<>0<>62a98c58385e8c1f0ee43aa458035fc7<>res://godot/imported/BookCase.obj-b11adf15d143437c7ed857c23de77ebb.mesh<*>res://godot/imported/BookCase.obj-b11adf15d143437c7ed857c23de77ebb.mesh:: +BookCaseBooks.obj::Mesh::7118339478098529670::1762034501::1762549941::1::::<><><>0<>0<>d228be7460ac72f73426b28de57e6104<>res://godot/imported/BookCaseBooks.obj-94d2b61b859c79b6caeeec00fc68c388.mesh<*>res://godot/imported/BookCaseBooks.obj-94d2b61b859c79b6caeeec00fc68c388.mesh:: +BookCaseLarge.obj::Mesh::1184159673160067095::1762034501::1762549941::1::::<><><>0<>0<>f9cbacd7f4ab974cad491bacccf9253f<>res://godot/imported/BookCaseLarge.obj-d48f5866dc0c6829a0216f7c09b180d6.mesh<*>res://godot/imported/BookCaseLarge.obj-d48f5866dc0c6829a0216f7c09b180d6.mesh:: +BookCaseLargeBooks.obj::Mesh::8587833839206155272::1762034501::1762549941::1::::<><><>0<>0<>5ab9978410e1984513fc3482ce29a62e<>res://godot/imported/BookCaseLargeBooks.obj-5767f9c92e320119416b193570049a74.mesh<*>res://godot/imported/BookCaseLargeBooks.obj-5767f9c92e320119416b193570049a74.mesh:: +Chair.obj::Mesh::5324171515174941457::1762034501::1762549942::1::::<><><>0<>0<>704322f0934b119f5947764583ffba14<>res://godot/imported/Chair.obj-07ff7716b657f106a0b4783dc9e571ee.mesh<*>res://godot/imported/Chair.obj-07ff7716b657f106a0b4783dc9e571ee.mesh:: +ChairCushioned.obj::Mesh::8032294205275468506::1762034501::1762549941::1::::<><><>0<>0<>af728bcfb5e9d5caa0106802619884ff<>res://godot/imported/ChairCushioned.obj-d8924e863a64109eeb0801ea5a6ca246.mesh<*>res://godot/imported/ChairCushioned.obj-d8924e863a64109eeb0801ea5a6ca246.mesh:: +ChairHandle.obj::Mesh::5717834881184768309::1762034501::1762549941::1::::<><><>0<>0<>72891c8118631bf2077ce649e30e41e8<>res://godot/imported/ChairHandle.obj-dbf566ac1ca41b4f3a141bb2800d00b4.mesh<*>res://godot/imported/ChairHandle.obj-dbf566ac1ca41b4f3a141bb2800d00b4.mesh:: +Closet2.obj::Mesh::8896630351749342029::1762034501::1762549941::1::::<><><>0<>0<>a08ba1a06635c5d0356e0b4c57a9f505<>res://godot/imported/Closet2.obj-aac76c561fe84f741c699c3d3c5715a1.mesh<*>res://godot/imported/Closet2.obj-aac76c561fe84f741c699c3d3c5715a1.mesh:: +Closet.obj::Mesh::9056106155013860982::1762034501::1762549941::1::::<><><>0<>0<>2fe2ce612aa58eaeb1c76699040c349c<>res://godot/imported/Closet.obj-7e2b0b91f11fb839126b16c818e6ed97.mesh<*>res://godot/imported/Closet.obj-7e2b0b91f11fb839126b16c818e6ed97.mesh:: +CoffeeTable2.obj::Mesh::2349904592013196614::1762034501::1762549942::1::::<><><>0<>0<>602a858e13bf58b4d56b59061f02b2f3<>res://godot/imported/CoffeeTable2.obj-b76e0f20035314c1242035fd441d268a.mesh<*>res://godot/imported/CoffeeTable2.obj-b76e0f20035314c1242035fd441d268a.mesh:: +CoffeeTable.obj::Mesh::699258530732312609::1762034501::1762549942::1::::<><><>0<>0<>41ff56d5df035f26dced4ab5d69f915a<>res://godot/imported/CoffeeTable.obj-432b955735ab33bfa8ef2f31d9f8b01f.mesh<*>res://godot/imported/CoffeeTable.obj-432b955735ab33bfa8ef2f31d9f8b01f.mesh:: +Lamp2.obj::Mesh::2330712492016692485::1762034501::1762549942::1::::<><><>0<>0<>c3d0c5d114c36df941d60c5c633fccc9<>res://godot/imported/Lamp2.obj-3cc04e77d5d16b1ff97f89a5abc0f3d6.mesh<*>res://godot/imported/Lamp2.obj-3cc04e77d5d16b1ff97f89a5abc0f3d6.mesh:: +Lamp.obj::Mesh::7798785106592580560::1762034501::1762549942::1::::<><><>0<>0<>749cf6a5b8dd3199b53cba6b32b0ac43<>res://godot/imported/Lamp.obj-f3bea9527aa125608504d84cd6f66c5a.mesh<*>res://godot/imported/Lamp.obj-f3bea9527aa125608504d84cd6f66c5a.mesh:: +Plant.obj::Mesh::2169622910981945102::1762034501::1762549942::1::::<><><>0<>0<>8a4a32d36872afe4523f633d5b7a5271<>res://godot/imported/Plant.obj-af7234f8eb3f4d61e2367bfb57f7fb42.mesh<*>res://godot/imported/Plant.obj-af7234f8eb3f4d61e2367bfb57f7fb42.mesh:: +Sofa.obj::Mesh::1922071622973289596::1762034501::1762549942::1::::<><><>0<>0<>b7fd931d00f5ee82ff110148babc4572<>res://godot/imported/Sofa.obj-4dc8e8b73b1ac7cbf55ab7cc614c538f.mesh<*>res://godot/imported/Sofa.obj-4dc8e8b73b1ac7cbf55ab7cc614c538f.mesh:: +SofaDouble.obj::Mesh::1870102472369549259::1762034501::1762549942::1::::<><><>0<>0<>ac28eac3f1f7af29c19e50158185cdc2<>res://godot/imported/SofaDouble.obj-60c78aa6cb78f9310d8ed4db4fcbe977.mesh<*>res://godot/imported/SofaDouble.obj-60c78aa6cb78f9310d8ed4db4fcbe977.mesh:: +SofaLong.obj::Mesh::7638131972476415055::1762034501::1762549942::1::::<><><>0<>0<>2ba62cbb26939943c0acabad47a50c31<>res://godot/imported/SofaLong.obj-ae095d36bcf310d4881edfa515e63022.mesh<*>res://godot/imported/SofaLong.obj-ae095d36bcf310d4881edfa515e63022.mesh:: +Stool.obj::Mesh::8478396612032474850::1762034501::1762549942::1::::<><><>0<>0<>534aff6265aa0338d08cca5f649d9e0d<>res://godot/imported/Stool.obj-dafd09fe4271a926794633bdc70211dc.mesh<*>res://godot/imported/Stool.obj-dafd09fe4271a926794633bdc70211dc.mesh:: +Table.obj::Mesh::238336719883877055::1762034501::1762549942::1::::<><><>0<>0<>0394044333a738b3fd89abc42dc9c197<>res://godot/imported/Table.obj-5688284fdd07e55b2013e71ba7a50985.mesh<*>res://godot/imported/Table.obj-5688284fdd07e55b2013e71ba7a50985.mesh:: +Vase2.obj::Mesh::937589943705378802::1762034501::1762549942::1::::<><><>0<>0<>a131bdfb15d9064cbf0400be4530eb05<>res://godot/imported/Vase2.obj-3d34094ef60474099f9e656bb284b645.mesh<*>res://godot/imported/Vase2.obj-3d34094ef60474099f9e656bb284b645.mesh:: +Vase.obj::Mesh::5154420123533598269::1762034501::1762549942::1::::<><><>0<>0<>b58375a7efc24a1c3bd3260d6ecb3675<>res://godot/imported/Vase.obj-f776b0aa65e95a23e4b1701cdb23eef5.mesh<*>res://godot/imported/Vase.obj-f776b0aa65e95a23e4b1701cdb23eef5.mesh:: +::res://assets-lib/game_cartridges_fbx_obj_3ds/::1762076348 +::res://assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/::1762549977 +gameCartridge1.fbx::PackedScene::376873225195803498::1762034510::1762549977::1::::<><><>0<>0<>5091acaf18d2525bd4e26b106987d0f7<>res://godot/imported/gameCartridge1.fbx-a178f36c417aef2a81b614567613bfd5.scn:: +gameCartridge1.obj::Mesh::2424884448875239912::1762034510::1762549941::1::::<><><>0<>0<>c719d586412d2ab17aebd2155023a2d7<>res://godot/imported/gameCartridge1.obj-576b8f6c05cb72b015fadc839285aebf.mesh<*>res://godot/imported/gameCartridge1.obj-576b8f6c05cb72b015fadc839285aebf.mesh::uid://diw6ew1hpggp0::::res://assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/gameCartridge1.png +gameCartridge1.png::CompressedTexture2D::7768079676741211567::1762034510::1762549937::1::::<><><>0<>0<>a4af97d3a32d189d1bdc39fcee71407b<>res://godot/imported/gameCartridge1.png-1e9f96ba78d4ac16bcbf77af11b53a9f.s3tc.ctex<*>res://godot/imported/gameCartridge1.png-1e9f96ba78d4ac16bcbf77af11b53a9f.etc2.ctex:: +handheldCartridge1.fbx::PackedScene::2672632756411202672::1762034510::1762549977::1::::<><><>0<>0<>9ce3e48c3e15da4256a1c176cda27203<>res://godot/imported/handheldCartridge1.fbx-12c2d6a5abf7a941b2f07513588e978a.scn:: +handheldCartridge1.obj::Mesh::2144822315590700480::1762034510::1762549941::1::::<><><>0<>0<>2445f5b478825a6195ae3a39ea015b66<>res://godot/imported/handheldCartridge1.obj-e0ba1c5a1bc5e316729bc1d042eb6e56.mesh<*>res://godot/imported/handheldCartridge1.obj-e0ba1c5a1bc5e316729bc1d042eb6e56.mesh::uid://ddtgjk6jwij56::::res://assets-lib/game_cartridges_fbx_obj_3ds/game_cartridges_fbx_obj_3ds/handheldCartridge1.png +handheldCartridge1.png::CompressedTexture2D::7409432706983361343::1762034510::1762549937::1::::<><><>0<>0<>2b499df6332c1c9e36e62d8cd2f49b97<>res://godot/imported/handheldCartridge1.png-53a11ecc1a4e4c442e069fbb1444222a.s3tc.ctex<*>res://godot/imported/handheldCartridge1.png-53a11ecc1a4e4c442e069fbb1444222a.etc2.ctex:: +README.txt::TextFile::-1::1762034510::0::1::::<><><>0<>0<><>:: +::res://assets-lib/gear_door_study/::1762210691 +::res://assets-lib/gear_door_study/gear_door_study/::1762549976 +doorUV.png::CompressedTexture2D::8263623043410306840::1617115320::1762549938::1::::<><><>0<>0<>583a85ea842a6f70e6f8694b168056eb<>res://godot/imported/doorUV.png-e15592ff003b5085ef424ba37eaa621d.ctex:: +door_color.png::CompressedTexture2D::3402062474085180296::1617130280::1762549937::1::::<><><>0<>0<>b1f7c051983f39ac6289021e80cfea5b<>res://godot/imported/door_color.png-ca7983ad08050bef7419bf9ad75d150d.s3tc.ctex<*>res://godot/imported/door_color.png-ca7983ad08050bef7419bf9ad75d150d.etc2.ctex:: +door_height.png::CompressedTexture2D::1228051551370808312::1617130210::1762549938::1::::<><><>0<>0<>48c75eebbdde4eff94245af7cf3e014c<>res://godot/imported/door_height.png-ad465bb2d075e8ee09aea74ab3a97965.ctex:: +door_metal.png::CompressedTexture2D::7686057959795481997::1617130175::1762549938::1::::<><><>0<>0<>45fb2175979b3b8eea916b61517c2c90<>res://godot/imported/door_metal.png-6e57b81cc86ae8b51cafa418de97702f.s3tc.ctex<*>res://godot/imported/door_metal.png-6e57b81cc86ae8b51cafa418de97702f.etc2.ctex:: +door_normal.png::CompressedTexture2D::4352457328492007641::1617129198::1762549937::1::::<><><>0<>0<>0a2d25a662274892b0a8784bfd06ca93<>res://godot/imported/door_normal.png-1fafd9598d6bdc1e4afd6d6f98de062b.s3tc.ctex<*>res://godot/imported/door_normal.png-1fafd9598d6bdc1e4afd6d6f98de062b.etc2.ctex:: +gear_door_study.blend::PackedScene::8195131442033640267::1617130556::1762549976::1::::<><><>0<>0<>9b8516fe9c08a896d11c26f5baba3b28<>res://godot/imported/gear_door_study.blend-49207bb51cc05665e3ec9cdbb241b778.scn::uid://bop8qbrt2oyg3::::res://assets-lib/gear_door_study/gear_door_study/door_color.png<>uid://dhrgis545yb7j::::res://assets-lib/gear_door_study/gear_door_study/door_metal.png<>uid://b3amlo04rmqy0::::res://assets-lib/gear_door_study/gear_door_study/door_normal.png +::res://assets-lib/HouseHold Props 001/::1762549976 +Household_Props_001.fbx::PackedScene::4752785607132098329::1762034505::1762549976::1::::<><><>0<>0<>62ecc472b8a8a23b32ce9a573c05b10f<>res://godot/imported/Household_Props_001.fbx-7ac8465e9cd62e317f20f61d43c1a3dd.scn:: +Household_Props_001.obj::Mesh::7971024174877561957::1762034505::1762549941::1::::<><><>0<>0<>dd5015c845a30fa8ce64ecc9a874dff4<>res://godot/imported/Household_Props_001.obj-dbfe2829e59fab0f03d5479389c0b0ed.mesh<*>res://godot/imported/Household_Props_001.obj-dbfe2829e59fab0f03d5479389c0b0ed.mesh:: +House_Props_Diffuse.png::CompressedTexture2D::4941759728622743716::1762034505::1762549937::1::::<><><>0<>0<>f19a1ee0c3918120a9f5d7c11e34a51c<>res://godot/imported/House_Props_Diffuse.png-625f90c71ac8ef1b7b4afe36d690d18a.ctex:: +::res://assets-lib/kenney_animated-characters-2/::1762549937 +License.txt::TextFile::-1::1761948930::0::1::::<><><>0<>0<><>:: +Preview.png::CompressedTexture2D::4478326066355977894::1761948930::1762549937::1::::<><><>0<>0<>c1754e92b0a8bd738ff9806a1b77b26a<>res://godot/imported/Preview.png-878a71eb3a0b5a82a2a0530225307d62.ctex:: +::res://assets-lib/kenney_animated-characters-2/Animations/::1762549975 +idle.fbx::PackedScene::3367826284465840397::1761948930::1762549975::1::::<><><>0<>0<>7077035fa8a434cbd465722a33f92fa3<>res://godot/imported/idle.fbx-a6f33b6e3e6c930f5a093d2eed1000a3.scn:: +jump.fbx::PackedScene::7951739978410920859::1761948930::1762549975::1::::<><><>0<>0<>8e69e8d03869da0ebea7092e0f5d01e8<>res://godot/imported/jump.fbx-f406e18554c04f5960def2135141fd59.scn:: +run.fbx::PackedScene::1446609630508950818::1761948930::1762549974::1::::<><><>0<>0<>0b1aa3246377d0d6f56c1d0b856522a8<>res://godot/imported/run.fbx-bd4f3e596c34574b1f60113850bef66d.scn:: +::res://assets-lib/kenney_animated-characters-2/Model/::1762549985 +characterMedium.fbx::PackedScene::8537485707841701415::1761948930::1762549985::1::::<><><>0<>0<>8665e184a2255c856fc62cfba5bd8650<>res://godot/imported/characterMedium.fbx-64fcfdfae61684cbb114f2416f0257ed.scn:: +::res://assets-lib/kenney_animated-characters-2/Skins/::1762549937 +criminalMaleA.png::CompressedTexture2D::8248115709867476532::1761948930::1762549937::1::::<><><>0<>0<>df8ec8a651c887b073b382a133dc704f<>res://godot/imported/criminalMaleA.png-4f73f50f188d249bbe162402bf42fb0d.ctex:: +cyborgFemaleA.png::CompressedTexture2D::565850075634117512::1761948930::1762549937::1::::<><><>0<>0<>e8228671f641402d934fd44f490b28f3<>res://godot/imported/cyborgFemaleA.png-98238d8e04fb0e2a1925b0ae4c8f2a4a.ctex:: +skaterFemaleA.png::CompressedTexture2D::7700851348523005972::1761948930::1762549937::1::::<><><>0<>0<>1eb3d357a1778b53264695e87d97683c<>res://godot/imported/skaterFemaleA.png-a399ff988a06dc5b63e580cd396d74bb.ctex:: +skaterMaleA.png::CompressedTexture2D::1014991459083403475::1761948930::1762549937::1::::<><><>0<>0<>e41d18a096e856d98b251a58cdf38be7<>res://godot/imported/skaterMaleA.png-a43ab84809a7392a63ae05a9c930edfd.ctex:: +::res://assets-lib/kenney_animated-characters-2/Skins/Source/::1762549937 +criminalMaleA.svg::CompressedTexture2D::2728265371812147141::1761948930::1762549937::1::::<><><>0<>0<>beda5d9ec4390f7e19c2b8e1c945ed94<>res://godot/imported/criminalMaleA.svg-eb46e77930ce17f817b53216dc3afc1d.ctex:: +cyborgFemaleA.svg::CompressedTexture2D::5272048588386355956::1761948930::1762549937::1::::<><><>0<>0<>4067a4378c17ed73cd2ec7a1b9ef8ab3<>res://godot/imported/cyborgFemaleA.svg-3dc6c3db3b662027da1a70a6d358aef2.ctex:: +skaterFemaleA.svg::CompressedTexture2D::635559040603705814::1761948930::1762549937::1::::<><><>0<>0<>eb393a83c4932b90c248ef18c3057e50<>res://godot/imported/skaterFemaleA.svg-dd0a4f1cb44ee69670530d8fdf6af919.ctex:: +skaterMaleA.svg::CompressedTexture2D::8289178735202799320::1761948930::1762549937::1::::<><><>0<>0<>43b717abe75e36e34dc1ea927b1f78ed<>res://godot/imported/skaterMaleA.svg-15a8557d1aae44598a69ccdc4562f426.ctex:: +::res://assets-lib/kenney_furniture-kit/::1762549936 +License.txt::TextFile::-1::1762034525::0::1::::<><><>0<>0<><>:: +Preview.png::CompressedTexture2D::846722296084871744::1762034528::1762549936::1::::<><><>0<>0<>5a5de318545f3cc119f31167988b1333<>res://godot/imported/Preview.png-9902d8cdc4e553f4542b5dc1afc0130b.ctex:: +Sample.png::CompressedTexture2D::7185096063531199302::1762034528::1762549936::1::::<><><>0<>0<>3899ee32277878a7000999bdcfd94c03<>res://godot/imported/Sample.png-b36b4221176fe2c17d4a519b932b5f37.ctex:: +::res://assets-lib/kenney_furniture-kit/Isometric/::1762549938 +bathroomCabinetDrawer_NE.png::CompressedTexture2D::1998645401662216753::1762034522::1762549937::1::::<><><>0<>0<>1cb313858a13d7c261273b6a2add390b<>res://godot/imported/bathroomCabinetDrawer_NE.png-b6eb2b32366500c13b66ead34c669165.ctex:: +bathroomCabinetDrawer_NW.png::CompressedTexture2D::1461299670764436231::1762034522::1762549937::1::::<><><>0<>0<>1ec586128cbc79b3dcaa1bcc724a12f3<>res://godot/imported/bathroomCabinetDrawer_NW.png-907c475df9b1e758e96a0b1917c8a874.ctex:: +bathroomCabinetDrawer_SE.png::CompressedTexture2D::2352675292894268968::1762034522::1762549937::1::::<><><>0<>0<>155cb59428c22c95dd21b14dabe9f59a<>res://godot/imported/bathroomCabinetDrawer_SE.png-a3211f0f4c3a9ef4688d0319ef7e3cd0.ctex:: +bathroomCabinetDrawer_SW.png::CompressedTexture2D::945847929358400986::1762034522::1762549937::1::::<><><>0<>0<>8546625fa92691b9663d1f73cc3471fe<>res://godot/imported/bathroomCabinetDrawer_SW.png-2eb2cc8bb0ce5f911f0d7fae77821f21.ctex:: +bathroomCabinet_NE.png::CompressedTexture2D::3728398947914187933::1762034522::1762549937::1::::<><><>0<>0<>8f11ff1f44182defb292879dd05be317<>res://godot/imported/bathroomCabinet_NE.png-d02a97eee5c40d00e0fdbeadcc684087.ctex:: +bathroomCabinet_NW.png::CompressedTexture2D::5776601440576557318::1762034522::1762549937::1::::<><><>0<>0<>82dac4efce774183c4ca5c06a53c5672<>res://godot/imported/bathroomCabinet_NW.png-6611828c521a2a5110eb894cb140a045.ctex:: +bathroomCabinet_SE.png::CompressedTexture2D::1608433020002111203::1762034522::1762549937::1::::<><><>0<>0<>8b549eaf0aaae9b29c859ae53bc246f5<>res://godot/imported/bathroomCabinet_SE.png-19595031d7bde3051dfa4bf580bd0acf.ctex:: +bathroomCabinet_SW.png::CompressedTexture2D::4793970831049977609::1762034522::1762549937::1::::<><><>0<>0<>0cb4cb5010cb821594ed4ead67f11333<>res://godot/imported/bathroomCabinet_SW.png-d7d20552f8a7c65bed449a42be5b105f.ctex:: +bathroomMirror_NE.png::CompressedTexture2D::568104354158501158::1762034522::1762549937::1::::<><><>0<>0<>9ed8400a8fe8e37df5fda5775bbbad86<>res://godot/imported/bathroomMirror_NE.png-1f12128d7f8322c21387d54ab846fe18.ctex:: +bathroomMirror_NW.png::CompressedTexture2D::3606253484476989235::1762034522::1762549937::1::::<><><>0<>0<>d2fe2e6cb67bd0a1a8b4f55219d84179<>res://godot/imported/bathroomMirror_NW.png-62430f67b2bcf602220423c2d8039f84.ctex:: +bathroomMirror_SE.png::CompressedTexture2D::4492101162078492286::1762034522::1762549937::1::::<><><>0<>0<>d4d347cc56b66b1446bf62d51de1e993<>res://godot/imported/bathroomMirror_SE.png-140920250f807078be92621e1bac0c7f.ctex:: +bathroomMirror_SW.png::CompressedTexture2D::4354987305510254917::1762034522::1762549937::1::::<><><>0<>0<>57124e40499b8321384fd37c740c5cc0<>res://godot/imported/bathroomMirror_SW.png-04d009ddf9b3893243c60993eacc6725.ctex:: +bathroomSinkSquare_NE.png::CompressedTexture2D::1269435596053150947::1762034522::1762549937::1::::<><><>0<>0<>6700e22b1999635ffb42867c5801d071<>res://godot/imported/bathroomSinkSquare_NE.png-326b6299f9d3b509faf9ed59c43494f9.ctex:: +bathroomSinkSquare_NW.png::CompressedTexture2D::804919795509778554::1762034522::1762549937::1::::<><><>0<>0<>3cd399768edb664b703e4ea0799e209d<>res://godot/imported/bathroomSinkSquare_NW.png-0cc877f2f2284b826165f940c3273e71.ctex:: +bathroomSinkSquare_SE.png::CompressedTexture2D::2662278794008271082::1762034522::1762549937::1::::<><><>0<>0<>8af535d9b47f1dc6de2840072f3f2fca<>res://godot/imported/bathroomSinkSquare_SE.png-223bfaf9396993d5b955980b16757786.ctex:: +bathroomSinkSquare_SW.png::CompressedTexture2D::2907312716635709100::1762034522::1762549938::1::::<><><>0<>0<>5aadf892f50b7a1662f31271d121c58c<>res://godot/imported/bathroomSinkSquare_SW.png-8e57132ccaae1555fd1c576ef14a85fc.ctex:: +bathroomSink_NE.png::CompressedTexture2D::6574073311406531560::1762034522::1762549938::1::::<><><>0<>0<>526b71bd86c2f4b3e0b38a7b21e6cec4<>res://godot/imported/bathroomSink_NE.png-a7634f153088c5959ba11400c43a1ef5.ctex:: +bathroomSink_NW.png::CompressedTexture2D::7989923740129504815::1762034522::1762549938::1::::<><><>0<>0<>9337c2534cea30a22b132b931ade76c1<>res://godot/imported/bathroomSink_NW.png-4eb100d11f90cf8e33cee45a59989136.ctex:: +bathroomSink_SE.png::CompressedTexture2D::6193227012911598752::1762034522::1762549938::1::::<><><>0<>0<>d46b4cc01b6f16202cf83c3ed5688d91<>res://godot/imported/bathroomSink_SE.png-fcf8cd5a5cb8beaf554832842fdf2034.ctex:: +bathroomSink_SW.png::CompressedTexture2D::6197399749749356391::1762034522::1762549938::1::::<><><>0<>0<>eb4234e10dd36d30409e74224dbfba7d<>res://godot/imported/bathroomSink_SW.png-345ebc0f50494262287438bd2a9fe0bf.ctex:: +bathtub_NE.png::CompressedTexture2D::4536015059039223771::1762034522::1762549938::1::::<><><>0<>0<>1b4766295b5065df9199aca9b178334d<>res://godot/imported/bathtub_NE.png-4918a5683989e741ac5a99a438fac98a.ctex:: +bathtub_NW.png::CompressedTexture2D::108417415518603626::1762034522::1762549938::1::::<><><>0<>0<>22b842431bffb8cef9cd8dcb68801a07<>res://godot/imported/bathtub_NW.png-3a9da64094c5fcb07d562148e92d518c.ctex:: +bathtub_SE.png::CompressedTexture2D::8933270607296534243::1762034522::1762549938::1::::<><><>0<>0<>66392bde3f0dcb18634617a0d83099f9<>res://godot/imported/bathtub_SE.png-9865ea6538c2e0888c4d4d61efac6ee5.ctex:: +bathtub_SW.png::CompressedTexture2D::4750749537286784542::1762034522::1762549938::1::::<><><>0<>0<>d8b03eecf77fe57f8a213ca8c36d3379<>res://godot/imported/bathtub_SW.png-e088b0b1ad34b2c2da2c08029a17fff7.ctex:: +bear_NE.png::CompressedTexture2D::4742671685013382468::1762034522::1762549938::1::::<><><>0<>0<>77076c6c2413e02dbdf3e863e165b512<>res://godot/imported/bear_NE.png-b5c72b22464b132927b5d4e748a5ff05.ctex:: +bear_NW.png::CompressedTexture2D::7060900928996352703::1762034522::1762549938::1::::<><><>0<>0<>57b658e3c09b56875ab25413a8763925<>res://godot/imported/bear_NW.png-d87e77bb9b682d4e49269b078f32bfa2.ctex:: +bear_SE.png::CompressedTexture2D::4555576010937043568::1762034522::1762549938::1::::<><><>0<>0<>06ec242d612f9516bd384eb7e93f265f<>res://godot/imported/bear_SE.png-7165022763355288c379b1b79aa51afd.ctex:: +bear_SW.png::CompressedTexture2D::5422378589896475013::1762034522::1762549938::1::::<><><>0<>0<>a2f86957b16769f957dabb3540e241ac<>res://godot/imported/bear_SW.png-177281c7a393473df7f65d0a7f627873.ctex:: +bedBunk_NE.png::CompressedTexture2D::3122792562770906230::1762034522::1762549938::1::::<><><>0<>0<>be20fec80c2e69f4d49b1c1b9686958d<>res://godot/imported/bedBunk_NE.png-3220c5fa89b9e6e61a119ea72c4ea49e.ctex:: +bedBunk_NW.png::CompressedTexture2D::434978862284891230::1762034522::1762549938::1::::<><><>0<>0<>8e5b6bf79df4552f913055ab761cd985<>res://godot/imported/bedBunk_NW.png-de506bfe497d98e816af46ee3f08a579.ctex:: +bedBunk_SE.png::CompressedTexture2D::8904844354205003469::1762034522::1762549938::1::::<><><>0<>0<>782f56b447ac6a07c38b9881e7724649<>res://godot/imported/bedBunk_SE.png-1ffc433f23e51c53c3671757195b85fe.ctex:: +bedBunk_SW.png::CompressedTexture2D::3327226848653278298::1762034522::1762549938::1::::<><><>0<>0<>846329794e35a38ea64068345a8e0631<>res://godot/imported/bedBunk_SW.png-096ecea63c7edd193263d77dc3e76867.ctex:: +bedDouble_NE.png::CompressedTexture2D::2891613445793036310::1762034522::1762549938::1::::<><><>0<>0<>658ae1248ca2050d740b5b20fe8ccdd4<>res://godot/imported/bedDouble_NE.png-d670f4280e71df4044086dfad421fa4d.ctex:: +bedDouble_NW.png::CompressedTexture2D::7491280681651686723::1762034522::1762549938::1::::<><><>0<>0<>120273d9b3c996faeba75fa6717196c4<>res://godot/imported/bedDouble_NW.png-77aca5cf7acb46e354b30dfc84804c23.ctex:: +bedDouble_SE.png::CompressedTexture2D::8104377150243075010::1762034522::1762549938::1::::<><><>0<>0<>a893fefb77a4e2766f0374488ccdcddc<>res://godot/imported/bedDouble_SE.png-34c755ba5bf0835a8018cad6985de836.ctex:: +bedDouble_SW.png::CompressedTexture2D::4689576662533896662::1762034523::1762549938::1::::<><><>0<>0<>f1dc1279437e3394c887f019b807a8d9<>res://godot/imported/bedDouble_SW.png-7bf526b096ea6b20de8e91a92c5facae.ctex:: +bedSingle_NE.png::CompressedTexture2D::8883728172664643942::1762034523::1762549938::1::::<><><>0<>0<>091b4708b83a928c935d63b1020348d0<>res://godot/imported/bedSingle_NE.png-510e35c81c3c855286e098e93bfd4498.ctex:: +bedSingle_NW.png::CompressedTexture2D::144636386269647811::1762034523::1762549938::1::::<><><>0<>0<>8450ea518da7bf0770ea7726e02a5f78<>res://godot/imported/bedSingle_NW.png-f2182b74049c6f8011946bed56f670d5.ctex:: +bedSingle_SE.png::CompressedTexture2D::6107255444941709195::1762034523::1762549938::1::::<><><>0<>0<>81cbdd9356c2bee62378389afc3bccc7<>res://godot/imported/bedSingle_SE.png-b5ed33d903383d45d98436831bcd4913.ctex:: +bedSingle_SW.png::CompressedTexture2D::2712819919802177857::1762034523::1762549938::1::::<><><>0<>0<>3721f5b7f4d03faaf6979dd83ba95eae<>res://godot/imported/bedSingle_SW.png-1745bfc417ab932804b6751bc5a71492.ctex:: +benchCushionLow_NE.png::CompressedTexture2D::689532273845922819::1762034523::1762549938::1::::<><><>0<>0<>6b29852c7599e392f6c7ad092c547f0d<>res://godot/imported/benchCushionLow_NE.png-3664a8d83b6a141b2b005d3f712d64b4.ctex:: +benchCushionLow_NW.png::CompressedTexture2D::5269844838446177980::1762034523::1762549938::1::::<><><>0<>0<>df6dde2a3832a4ac6fe5971b0c16c584<>res://godot/imported/benchCushionLow_NW.png-b7a6673363c49affc7546b2d92eafb07.ctex:: +benchCushionLow_SE.png::CompressedTexture2D::7134464268561623753::1762034523::1762549938::1::::<><><>0<>0<>3c08612ea8f74bcb5a92f7991f2b48f8<>res://godot/imported/benchCushionLow_SE.png-21a542950c27c659f48ceecbcaf9d649.ctex:: +benchCushionLow_SW.png::CompressedTexture2D::1366314300591236684::1762034523::1762549938::1::::<><><>0<>0<>b761be87ff289551bd2f2ef3f07276b7<>res://godot/imported/benchCushionLow_SW.png-0f65c6babaf8608bfefaa4ab271ef4b7.ctex:: +benchCushion_NE.png::CompressedTexture2D::7969842697913710397::1762034523::1762549938::1::::<><><>0<>0<>5c64be1c0d27d71a50fdceb63da1370a<>res://godot/imported/benchCushion_NE.png-a714e4810a69beb0f9b02232bfdc0dc9.ctex:: +benchCushion_NW.png::CompressedTexture2D::557958985068342275::1762034523::1762549938::1::::<><><>0<>0<>a5e67810f73f0fcbd576963e9f208c4c<>res://godot/imported/benchCushion_NW.png-4176f3393d4cfa3b0429aad577e693e3.ctex:: +benchCushion_SE.png::CompressedTexture2D::2274168015946488407::1762034523::1762549938::1::::<><><>0<>0<>a4d6f0407d610f093ad4db9ea8ac463e<>res://godot/imported/benchCushion_SE.png-e8b416ae67599a2d8268ca16ba5e534b.ctex:: +benchCushion_SW.png::CompressedTexture2D::5773110766490195012::1762034523::1762549938::1::::<><><>0<>0<>65ad4dc51ae2cd76cf886423f16f6f0b<>res://godot/imported/benchCushion_SW.png-6536d61796fc6f3278affde9804af94b.ctex:: +bench_NE.png::CompressedTexture2D::7492436813350424074::1762034523::1762549938::1::::<><><>0<>0<>6684ba0300c840a7f6114494bceb373e<>res://godot/imported/bench_NE.png-8cce92c51bb68ddaf2f23434a91aab82.ctex:: +bench_NW.png::CompressedTexture2D::2137056045226480598::1762034523::1762549938::1::::<><><>0<>0<>f83eac1265bd7009deb2488ef97d3d24<>res://godot/imported/bench_NW.png-306610cb297c289464ad60a046d5ffef.ctex:: +bench_SE.png::CompressedTexture2D::6988518375343003503::1762034523::1762549938::1::::<><><>0<>0<>47e09e5a567da1dcfa26aafa6364d7fa<>res://godot/imported/bench_SE.png-03adf5dd899237da05bfb99b0e0d9418.ctex:: +bench_SW.png::CompressedTexture2D::1858572216264438180::1762034523::1762549938::1::::<><><>0<>0<>9d3cc45beddedf23d2871f886c5e5803<>res://godot/imported/bench_SW.png-52d9170b4fcf1ef12bb8065fbb8ad73a.ctex:: +bookcaseClosedDoors_NE.png::CompressedTexture2D::9039368045561200347::1762034523::1762549938::1::::<><><>0<>0<>3c08097df7191f390778695e31b7a1c8<>res://godot/imported/bookcaseClosedDoors_NE.png-8f1b60931ffddfc79d10eb8463952d16.ctex:: +bookcaseClosedDoors_NW.png::CompressedTexture2D::8981483514784468381::1762034523::1762549938::1::::<><><>0<>0<>ef2b02fd283402413237414667f7f287<>res://godot/imported/bookcaseClosedDoors_NW.png-0dc1d9c73cccaf8bd3257d97c5dddf96.ctex:: +bookcaseClosedDoors_SE.png::CompressedTexture2D::1841873096769346382::1762034523::1762549938::1::::<><><>0<>0<>a906b716cb251742bcd31151184da448<>res://godot/imported/bookcaseClosedDoors_SE.png-52fcf15e48fa4f9b41423226d72e1e1d.ctex:: +bookcaseClosedDoors_SW.png::CompressedTexture2D::2764564723265978801::1762034523::1762549938::1::::<><><>0<>0<>359006b04cf3e179d388c76cfcf0e895<>res://godot/imported/bookcaseClosedDoors_SW.png-2a908728e22820a4eda1fe84b5de11a3.ctex:: +bookcaseClosedWide_NE.png::CompressedTexture2D::4011487363414962652::1762034523::1762549938::1::::<><><>0<>0<>b8466f7fd2deaa9ee4ff0cecf8b6c3c3<>res://godot/imported/bookcaseClosedWide_NE.png-a5e2117da71ba1485f7cf87636458f4b.ctex:: +bookcaseClosedWide_NW.png::CompressedTexture2D::8464952641857575286::1762034523::1762549938::1::::<><><>0<>0<>df7197ca788bf81cc93594910b87b523<>res://godot/imported/bookcaseClosedWide_NW.png-b375acb83885112011f4888bb82af118.ctex:: +bookcaseClosedWide_SE.png::CompressedTexture2D::6072758190447748323::1762034523::1762549938::1::::<><><>0<>0<>29b8af9ad3e6ea9b97c6e20b70bd5fb9<>res://godot/imported/bookcaseClosedWide_SE.png-b9280eb31f69da86252ab710277a29ee.ctex:: +bookcaseClosedWide_SW.png::CompressedTexture2D::8366354193274942471::1762034523::1762549938::1::::<><><>0<>0<>76e4945107d9e15ad73ff651d5db9c3e<>res://godot/imported/bookcaseClosedWide_SW.png-1b3a3089a034e8304eb5899ef58d7b99.ctex:: +bookcaseClosed_NE.png::CompressedTexture2D::57446212949120527::1762034523::1762549938::1::::<><><>0<>0<>cb2703dcaa0772d9464513ca9f6a7153<>res://godot/imported/bookcaseClosed_NE.png-09aabf37f31b746c1b0c8da2154a867f.ctex:: +bookcaseClosed_NW.png::CompressedTexture2D::7001580293352217302::1762034523::1762549938::1::::<><><>0<>0<>1a70557636af696cd7797f451918e8bc<>res://godot/imported/bookcaseClosed_NW.png-51936b80ccbb1a9a42110d4875a54ea3.ctex:: +bookcaseClosed_SE.png::CompressedTexture2D::5983297316760129860::1762034523::1762549938::1::::<><><>0<>0<>a1607b8f4047469b2d677a764069f485<>res://godot/imported/bookcaseClosed_SE.png-be8845935289ce1d1af2413c7309678f.ctex:: +bookcaseClosed_SW.png::CompressedTexture2D::1973762772265329659::1762034523::1762549938::1::::<><><>0<>0<>b2edaf49c89bdf2f397f917580466126<>res://godot/imported/bookcaseClosed_SW.png-48453f83a9abe5846e613fc32f364031.ctex:: +bookcaseOpenLow_NE.png::CompressedTexture2D::737363437469606361::1762034523::1762549938::1::::<><><>0<>0<>915a12ef53b87b55d856de35f039b30e<>res://godot/imported/bookcaseOpenLow_NE.png-5de1ac017c754903adfd5b34401fb7de.ctex:: +bookcaseOpenLow_NW.png::CompressedTexture2D::4206889593565983593::1762034523::1762549938::1::::<><><>0<>0<>4a2e6d68f0abbb916cc4e1cf9b9fc6d7<>res://godot/imported/bookcaseOpenLow_NW.png-10706ba60c6b9255bb9172a396aaf690.ctex:: +bookcaseOpenLow_SE.png::CompressedTexture2D::5720263501476524151::1762034523::1762549938::1::::<><><>0<>0<>87d5cac28fb097e98caafe00e9a3c63f<>res://godot/imported/bookcaseOpenLow_SE.png-a29aaa944cc97d7c54d42c3261920384.ctex:: +bookcaseOpenLow_SW.png::CompressedTexture2D::1838641576017427043::1762034523::1762549938::1::::<><><>0<>0<>bda33444d89a8a234d984adfaa1ed2e5<>res://godot/imported/bookcaseOpenLow_SW.png-075fb38cc9144eca7aed419e276aac40.ctex:: +bookcaseOpen_NE.png::CompressedTexture2D::6031090758522612868::1762034523::1762549938::1::::<><><>0<>0<>4074060cdb37304f22bc4fccde83cac3<>res://godot/imported/bookcaseOpen_NE.png-a82a6eda123451ae1076f5008b871866.ctex:: +bookcaseOpen_NW.png::CompressedTexture2D::1575518689208237966::1762034523::1762549938::1::::<><><>0<>0<>bd1ac14530a1cd15eeca8fe5a9c29386<>res://godot/imported/bookcaseOpen_NW.png-4f62072cc5f6365183815445ff628488.ctex:: +bookcaseOpen_SE.png::CompressedTexture2D::5449392029829375312::1762034523::1762549938::1::::<><><>0<>0<>556bbf946e8796beb1628be9da11636f<>res://godot/imported/bookcaseOpen_SE.png-b4a763c246ed96983e70a722a4adb3be.ctex:: +bookcaseOpen_SW.png::CompressedTexture2D::5360431257009196467::1762034523::1762549938::1::::<><><>0<>0<>01a949ee89daa9376fa5bf9fd8e626dc<>res://godot/imported/bookcaseOpen_SW.png-9993bddd163da738bdea5960d95c5637.ctex:: +books_NE.png::CompressedTexture2D::8115412763100588165::1762034523::1762549938::1::::<><><>0<>0<>ae5c9324eea20bfa3eadfade07202a53<>res://godot/imported/books_NE.png-f16eda64880a32f17940e09fb31e1cee.ctex:: +books_NW.png::CompressedTexture2D::3123877487968768644::1762034523::1762549938::1::::<><><>0<>0<>f0a60d59d159e7ac90a1f18b0039f1d3<>res://godot/imported/books_NW.png-28b0359bc09e6edfb269f032dea8389c.ctex:: +books_SE.png::CompressedTexture2D::5270288930293128536::1762034523::1762549938::1::::<><><>0<>0<>94b2be4db8078a7a0e9d7f582b581ac4<>res://godot/imported/books_SE.png-90928117d27d3049f9fec7b0b807caa9.ctex:: +books_SW.png::CompressedTexture2D::140401333286071292::1762034523::1762549938::1::::<><><>0<>0<>fa354a72d0151d95f46439f3c5c633ca<>res://godot/imported/books_SW.png-9288c0b3f79ed550f51f126d4b1b10f7.ctex:: +cabinetBedDrawerTable_NE.png::CompressedTexture2D::5844253879407769326::1762034523::1762549938::1::::<><><>0<>0<>e67f5ad8ad2cfebaf9ce551bfbba6355<>res://godot/imported/cabinetBedDrawerTable_NE.png-dc85607e79f055c39a845bb8695c9604.ctex:: +cabinetBedDrawerTable_NW.png::CompressedTexture2D::1014028702846385257::1762034523::1762549938::1::::<><><>0<>0<>66cce8a6d32310918d5411f61d12d6c6<>res://godot/imported/cabinetBedDrawerTable_NW.png-16829c44b730c9ddf52a3b2e5838f372.ctex:: +cabinetBedDrawerTable_SE.png::CompressedTexture2D::8329327388763858476::1762034523::1762549938::1::::<><><>0<>0<>9de1f85e4de1493861d05c6a8cc3d916<>res://godot/imported/cabinetBedDrawerTable_SE.png-d1477a5ef3f6552b2b37f0d95cc1a1f3.ctex:: +cabinetBedDrawerTable_SW.png::CompressedTexture2D::657311316760323440::1762034523::1762549938::1::::<><><>0<>0<>a584e3b5f569a9e89d69ef206112d111<>res://godot/imported/cabinetBedDrawerTable_SW.png-97eb58d8a4e9e05dea8ca9d691ed1be0.ctex:: +cabinetBedDrawer_NE.png::CompressedTexture2D::7393627495918028553::1762034523::1762549938::1::::<><><>0<>0<>0bb94a59f05a0763eae6b62fdb52052e<>res://godot/imported/cabinetBedDrawer_NE.png-e26c7085ccd1a9959b112d9dd64314fb.ctex:: +cabinetBedDrawer_NW.png::CompressedTexture2D::5921546541235093473::1762034523::1762549938::1::::<><><>0<>0<>2657c6ceb4da5a262b056aa349266581<>res://godot/imported/cabinetBedDrawer_NW.png-fe9d65e5a54ac25cdf727d8776576bda.ctex:: +cabinetBedDrawer_SE.png::CompressedTexture2D::1989530394665775554::1762034523::1762549938::1::::<><><>0<>0<>978762e6c34a6bc1cdef466ab9d60a82<>res://godot/imported/cabinetBedDrawer_SE.png-9264551931af2cb5e7718ba3df99a8b3.ctex:: +cabinetBedDrawer_SW.png::CompressedTexture2D::1160190243815703710::1762034523::1762549938::1::::<><><>0<>0<>f686cd8063b0194c99406738e01271b9<>res://godot/imported/cabinetBedDrawer_SW.png-0008a447faebbb26f8dcfda357088592.ctex:: +cabinetBed_NE.png::CompressedTexture2D::3877023796505903693::1762034523::1762549938::1::::<><><>0<>0<>b100b2c47a3ae2fd66117a2feb7c9791<>res://godot/imported/cabinetBed_NE.png-268a8de1f7545fbe8f3ecdf118462ee7.ctex:: +cabinetBed_NW.png::CompressedTexture2D::5425585012060571673::1762034523::1762549938::1::::<><><>0<>0<>9f8ba6bdbc7d85fe6971e7b4f74a0209<>res://godot/imported/cabinetBed_NW.png-c332b270dbaece369108ac89257291a9.ctex:: +cabinetBed_SE.png::CompressedTexture2D::7886397100160527421::1762034523::1762549937::1::::<><><>0<>0<>9f3cc846ddff6a3a135e2e5e847b0a3b<>res://godot/imported/cabinetBed_SE.png-4274c18030a09c41bfe4d79487f6a186.ctex:: +cabinetBed_SW.png::CompressedTexture2D::2701674802548723537::1762034523::1762549937::1::::<><><>0<>0<>fbcf6b9a32fb86e1a53d203506bd5355<>res://godot/imported/cabinetBed_SW.png-a26bc56ce74eff57de31321343d5001f.ctex:: +cabinetTelevisionDoors_NE.png::CompressedTexture2D::6363135778241945349::1762034523::1762549937::1::::<><><>0<>0<>f73622e7d98e14607dae5307190ab8be<>res://godot/imported/cabinetTelevisionDoors_NE.png-6e55cf217f22dc2a412a551f20732077.ctex:: +cabinetTelevisionDoors_NW.png::CompressedTexture2D::5982638060367008133::1762034523::1762549937::1::::<><><>0<>0<>4e86a1e0c901f735783ab2ff63b94412<>res://godot/imported/cabinetTelevisionDoors_NW.png-602ac0ebf3fff724f365ef24a2529e73.ctex:: +cabinetTelevisionDoors_SE.png::CompressedTexture2D::6190441394752007466::1762034523::1762549937::1::::<><><>0<>0<>29920858540ad38ad659a01717f85518<>res://godot/imported/cabinetTelevisionDoors_SE.png-35fcfae2ad59f9eb326dd9012cbe5ae0.ctex:: +cabinetTelevisionDoors_SW.png::CompressedTexture2D::7842688041867414465::1762034523::1762549937::1::::<><><>0<>0<>52970d1e84a5bfdec93cdd1ceb01c165<>res://godot/imported/cabinetTelevisionDoors_SW.png-902dda8a23411a6642b6a1fa9b18bb3f.ctex:: +cabinetTelevision_NE.png::CompressedTexture2D::5374597809689940838::1762034523::1762549937::1::::<><><>0<>0<>adaf37ecde357fbf4aa11750cc9742d2<>res://godot/imported/cabinetTelevision_NE.png-e35041a3ba11524cc15b85f399874d85.ctex:: +cabinetTelevision_NW.png::CompressedTexture2D::4420866048670067729::1762034523::1762549937::1::::<><><>0<>0<>a4affd35d9a1540536a635c6d6108c14<>res://godot/imported/cabinetTelevision_NW.png-fa9886ea3ed65a31cd9beeaf1428e7a0.ctex:: +cabinetTelevision_SE.png::CompressedTexture2D::5968564808857172117::1762034523::1762549937::1::::<><><>0<>0<>772cfe7ff14cac67b9d5d05740545a0c<>res://godot/imported/cabinetTelevision_SE.png-2ddf87aeb954fe3c56abdafb8194f651.ctex:: +cabinetTelevision_SW.png::CompressedTexture2D::6478637338256730169::1762034523::1762549937::1::::<><><>0<>0<>a58fda3ed4de226519a7e676354d9c75<>res://godot/imported/cabinetTelevision_SW.png-a16d7939df41fd4a40ad98e975b4481a.ctex:: +cardboardBoxClosed_NE.png::CompressedTexture2D::4440532449999514468::1762034523::1762549937::1::::<><><>0<>0<>eef329d22c4edd83b712c1a10fd40233<>res://godot/imported/cardboardBoxClosed_NE.png-0456997bc4fe7472fae0012fe468e518.ctex:: +cardboardBoxClosed_NW.png::CompressedTexture2D::741525134402958207::1762034523::1762549937::1::::<><><>0<>0<>0f45cb6535e538827895e1de9bb8f983<>res://godot/imported/cardboardBoxClosed_NW.png-a7d641796b5d51bb5fb4ff7ef7d9df7f.ctex:: +cardboardBoxClosed_SE.png::CompressedTexture2D::7298757290263729336::1762034523::1762549937::1::::<><><>0<>0<>25ea6f8377417952ee883b2fd26cfe25<>res://godot/imported/cardboardBoxClosed_SE.png-1a88bdc92291bb6b2fe6b8be8dfc4651.ctex:: +cardboardBoxClosed_SW.png::CompressedTexture2D::1377700280715001092::1762034523::1762549937::1::::<><><>0<>0<>2668a48bf82d36e49d764f7f9631466d<>res://godot/imported/cardboardBoxClosed_SW.png-e136ac5a08e134a9b70b2b252180f4ed.ctex:: +cardboardBoxOpen_NE.png::CompressedTexture2D::4498684089578537984::1762034523::1762549937::1::::<><><>0<>0<>7e45b5ad8b586cd8612d73677e87e3a4<>res://godot/imported/cardboardBoxOpen_NE.png-d84d018eff1e2f552bdb543b312dcc7d.ctex:: +cardboardBoxOpen_NW.png::CompressedTexture2D::4374776149016160803::1762034523::1762549937::1::::<><><>0<>0<>896f8cdc0aacb4682deb5ef090edaa3c<>res://godot/imported/cardboardBoxOpen_NW.png-64e6d87993c94b3ccd7e40adcf62554d.ctex:: +cardboardBoxOpen_SE.png::CompressedTexture2D::5762974374072036469::1762034523::1762549937::1::::<><><>0<>0<>ea41165127c4224025fb7297b3b71a10<>res://godot/imported/cardboardBoxOpen_SE.png-db4b25b711fb41d31fa1a1b144ad02f0.ctex:: +cardboardBoxOpen_SW.png::CompressedTexture2D::2964264137913723289::1762034523::1762549937::1::::<><><>0<>0<>210336435d61d0a981d77b80b3cb9bc8<>res://godot/imported/cardboardBoxOpen_SW.png-12e735f68885573a82121b742b404052.ctex:: +ceilingFan_NE.png::CompressedTexture2D::6485146961339525136::1762034523::1762549937::1::::<><><>0<>0<>eacb41bc8b2d1108b80a51a94cd1df3d<>res://godot/imported/ceilingFan_NE.png-7216c0f7e14b60d16a9a94c5ddeea77f.ctex:: +ceilingFan_NW.png::CompressedTexture2D::3387827787900057247::1762034523::1762549937::1::::<><><>0<>0<>2bb39a25f2681db4d7d9c1481ceaa726<>res://godot/imported/ceilingFan_NW.png-d2ab26aaed4ac67842a7689bbae00e6e.ctex:: +ceilingFan_SE.png::CompressedTexture2D::7359144437044728851::1762034523::1762549937::1::::<><><>0<>0<>9929715fab69192667cf0a40a7db50f3<>res://godot/imported/ceilingFan_SE.png-5f5d54a89a98fb8c572341cd8f608e14.ctex:: +ceilingFan_SW.png::CompressedTexture2D::8034169205111396634::1762034523::1762549937::1::::<><><>0<>0<>fecea4025c5acc776b675b7bff535e22<>res://godot/imported/ceilingFan_SW.png-42d1f16647a0638b1fdb78da9c41237d.ctex:: +chairCushion_NE.png::CompressedTexture2D::6096820503484142856::1762034523::1762549937::1::::<><><>0<>0<>3c226fcea4e058a5bc0ca891731c6ec0<>res://godot/imported/chairCushion_NE.png-1a8a9bb1d597794a136604c31a8f5b13.ctex:: +chairCushion_NW.png::CompressedTexture2D::5248293153048061973::1762034523::1762549937::1::::<><><>0<>0<>30a3461a59847cbcffea3e76ad9f423b<>res://godot/imported/chairCushion_NW.png-37425f8f03a3edea9a8c7e58e70beb4d.ctex:: +chairCushion_SE.png::CompressedTexture2D::303125504778028084::1762034523::1762549937::1::::<><><>0<>0<>499d6dfe9c9a4df55c849307beea3e48<>res://godot/imported/chairCushion_SE.png-a41db0f492d1964e67765d6123098ff9.ctex:: +chairCushion_SW.png::CompressedTexture2D::1161604986543359014::1762034523::1762549937::1::::<><><>0<>0<>12797ccf1887894a24a25a356c611890<>res://godot/imported/chairCushion_SW.png-e9cf15d8481d1e903153e86e34ec1a14.ctex:: +chairDesk_NE.png::CompressedTexture2D::1382038121612022078::1762034523::1762549937::1::::<><><>0<>0<>1361019dcbbc0fa29d0a55ecff2c213f<>res://godot/imported/chairDesk_NE.png-7d596bffd6b4ec7b90dc04c581ff17e5.ctex:: +chairDesk_NW.png::CompressedTexture2D::5596318716954155586::1762034523::1762549937::1::::<><><>0<>0<>7f12299f48281c64d167dd6428ba4f19<>res://godot/imported/chairDesk_NW.png-172fbd24b1e6137ba236ff50ab5bc05e.ctex:: +chairDesk_SE.png::CompressedTexture2D::8889877573328650038::1762034523::1762549937::1::::<><><>0<>0<>ed081d15b0c7984bf165428658efe7eb<>res://godot/imported/chairDesk_SE.png-a24cfddf0dd63ac674294c695d5a2565.ctex:: +chairDesk_SW.png::CompressedTexture2D::4948751251928699749::1762034523::1762549937::1::::<><><>0<>0<>0dbe6d7e20beac97837dfb596bfb8d42<>res://godot/imported/chairDesk_SW.png-6017b2819c57e3931fd0efb5ab9273c2.ctex:: +chairModernCushion_NE.png::CompressedTexture2D::3801451561209819194::1762034523::1762549937::1::::<><><>0<>0<>4f69191b2eb814776a6fd41a3a008eb7<>res://godot/imported/chairModernCushion_NE.png-f57070dd2d28c4cd5151cf01cff034cf.ctex:: +chairModernCushion_NW.png::CompressedTexture2D::1143514963606371447::1762034523::1762549937::1::::<><><>0<>0<>f6b45c63ed84fb86c25288cb1a4d1666<>res://godot/imported/chairModernCushion_NW.png-43ed1dec581fd6b78b9190ee5c0c96f5.ctex:: +chairModernCushion_SE.png::CompressedTexture2D::4858429860396394173::1762034523::1762549937::1::::<><><>0<>0<>dc46ee7933bfdbf5269ad9f683f0785c<>res://godot/imported/chairModernCushion_SE.png-540d90b73fced7fa1a3535607b1734a2.ctex:: +chairModernCushion_SW.png::CompressedTexture2D::5400983258300054972::1762034523::1762549937::1::::<><><>0<>0<>4451db2bbf959055129ace8a00d45d16<>res://godot/imported/chairModernCushion_SW.png-88979296e1f8f90966b7825e899f692d.ctex:: +chairModernFrameCushion_NE.png::CompressedTexture2D::7268116858259140910::1762034523::1762549937::1::::<><><>0<>0<>3b23582a1f76029f8f7ec727383b0df8<>res://godot/imported/chairModernFrameCushion_NE.png-4abc732d2f922cd753f85f1b3f857aeb.ctex:: +chairModernFrameCushion_NW.png::CompressedTexture2D::6584708460014410565::1762034523::1762549937::1::::<><><>0<>0<>dd8e8073843e987d94a8e9ef1fe583ec<>res://godot/imported/chairModernFrameCushion_NW.png-dfc5a6f4b2aeeef1f8ba99e817baa911.ctex:: +chairModernFrameCushion_SE.png::CompressedTexture2D::2657552148242161125::1762034523::1762549937::1::::<><><>0<>0<>a05631162237cfa4d52cc2893c999060<>res://godot/imported/chairModernFrameCushion_SE.png-2823702ebcff15d4e72909e598a911cf.ctex:: +chairModernFrameCushion_SW.png::CompressedTexture2D::6410765529241606967::1762034523::1762549937::1::::<><><>0<>0<>8c6eaa5931265d06d14dfee04ed124ec<>res://godot/imported/chairModernFrameCushion_SW.png-983ba687ba827cee903d3baff2780537.ctex:: +chairRounded_NE.png::CompressedTexture2D::4721336709547358775::1762034523::1762549937::1::::<><><>0<>0<>f90e1730eb9dc9f2ea81c0050b8a7a9c<>res://godot/imported/chairRounded_NE.png-989bacbb740a104f21d74e6920d43bc0.ctex:: +chairRounded_NW.png::CompressedTexture2D::2105145986536303057::1762034523::1762549937::1::::<><><>0<>0<>35dbac2870f663d4735294b00ffb419e<>res://godot/imported/chairRounded_NW.png-243dc2f980698cb5e8fadc5882819a15.ctex:: +chairRounded_SE.png::CompressedTexture2D::6903395601331727928::1762034523::1762549937::1::::<><><>0<>0<>6107c0a31e79fe460fd996d31242987f<>res://godot/imported/chairRounded_SE.png-983fdb58b00914154a747729841d5bc4.ctex:: +chairRounded_SW.png::CompressedTexture2D::7958123995491884963::1762034523::1762549937::1::::<><><>0<>0<>7cf932c1c3e8e12ff1f8d4cc13d27fd1<>res://godot/imported/chairRounded_SW.png-3abde6fa109ca725d517c44f750ae425.ctex:: +chair_NE.png::CompressedTexture2D::5766659381136670337::1762034523::1762549937::1::::<><><>0<>0<>4a3d6728c8ffd08963b23174908d37a2<>res://godot/imported/chair_NE.png-766a2284e980797892f9276f84699b22.ctex:: +chair_NW.png::CompressedTexture2D::3024317213653092208::1762034523::1762549937::1::::<><><>0<>0<>6ea882561b8c63b621d47492dc80d20c<>res://godot/imported/chair_NW.png-197ba6b1bee65b141bfe10d03d0d512b.ctex:: +chair_SE.png::CompressedTexture2D::1021722787355605952::1762034523::1762549937::1::::<><><>0<>0<>2298baf1f818250317eee557ba502c6e<>res://godot/imported/chair_SE.png-ddd762a7d3a08812e3661f4a28242654.ctex:: +chair_SW.png::CompressedTexture2D::3925449232726172808::1762034523::1762549937::1::::<><><>0<>0<>de25cd5297e143873b180f1843ad243e<>res://godot/imported/chair_SW.png-287d68a09be4366a093cd2c84f734980.ctex:: +coatRackStanding_NE.png::CompressedTexture2D::5190438275781224116::1762034523::1762549937::1::::<><><>0<>0<>13d27a97af0415d92a1a975d49dd800e<>res://godot/imported/coatRackStanding_NE.png-40575fc947db38d969bcddce09c897c5.ctex:: +coatRackStanding_NW.png::CompressedTexture2D::7546039056083084658::1762034523::1762549937::1::::<><><>0<>0<>2bc0a503fd8f5610843dc0ddf378571b<>res://godot/imported/coatRackStanding_NW.png-98ef5e3feb94112edb2ac92886ffe763.ctex:: +coatRackStanding_SE.png::CompressedTexture2D::2918308706706570798::1762034523::1762549937::1::::<><><>0<>0<>7083706d76382dcc3f0981fac4fc0899<>res://godot/imported/coatRackStanding_SE.png-e6f891244899916bffcf9b51bf6e7ea4.ctex:: +coatRackStanding_SW.png::CompressedTexture2D::4311725662267383860::1762034523::1762549937::1::::<><><>0<>0<>dcf23bebe7beac07af56b930c6c34bb7<>res://godot/imported/coatRackStanding_SW.png-29fd393e35642a5cc539051c6af54b08.ctex:: +coatRack_NE.png::CompressedTexture2D::6437558970772125801::1762034523::1762549937::1::::<><><>0<>0<>abbe42a88158307c161836eaceb74fa1<>res://godot/imported/coatRack_NE.png-4f09884588deffcb565126b662324946.ctex:: +coatRack_NW.png::CompressedTexture2D::1366423413186327242::1762034523::1762549937::1::::<><><>0<>0<>cc50b639aa74b54216143eae9209d632<>res://godot/imported/coatRack_NW.png-0645e544620875274daac6b082d7ed64.ctex:: +coatRack_SE.png::CompressedTexture2D::7228860715018956289::1762034523::1762549937::1::::<><><>0<>0<>ca6593a2a5edb74738a1bbb4ff7db56b<>res://godot/imported/coatRack_SE.png-0af99ba08d843283afbef86a9ec2bdfa.ctex:: +coatRack_SW.png::CompressedTexture2D::3843814064400040751::1762034523::1762549937::1::::<><><>0<>0<>115e565e815db3fecb6a943b11ed5425<>res://godot/imported/coatRack_SW.png-562bcd2c5d0694a5e75b1454e78d0bac.ctex:: +computerKeyboard_NE.png::CompressedTexture2D::2031152049416039184::1762034523::1762549937::1::::<><><>0<>0<>a1e0598568a9d59bd664e5d95bd8e1dd<>res://godot/imported/computerKeyboard_NE.png-ec089a4cc64ef8dc8159d03e330d4465.ctex:: +computerKeyboard_NW.png::CompressedTexture2D::8693921123388004820::1762034523::1762549937::1::::<><><>0<>0<>d7dfaeddf92944547de7ae525033d305<>res://godot/imported/computerKeyboard_NW.png-0f5cb0fe11df39ed0a0178c08190584d.ctex:: +computerKeyboard_SE.png::CompressedTexture2D::365062533776797799::1762034523::1762549937::1::::<><><>0<>0<>7a6827598d4052cbf01330d621731af9<>res://godot/imported/computerKeyboard_SE.png-d569065dfc7e8419aa198cfbbcbf120f.ctex:: +computerKeyboard_SW.png::CompressedTexture2D::6436580688720022434::1762034523::1762549937::1::::<><><>0<>0<>2535c4787ef60056faf9ff0b7afa6f0c<>res://godot/imported/computerKeyboard_SW.png-e01b80758971290c11eeb06fd9528f11.ctex:: +computerMouse_NE.png::CompressedTexture2D::1136226817471959374::1762034523::1762549937::1::::<><><>0<>0<>b104e1b28d0dc0df7d824d5417f4e800<>res://godot/imported/computerMouse_NE.png-aff7d076ce1a680d32d0581020fa4431.ctex:: +computerMouse_NW.png::CompressedTexture2D::282425482760038208::1762034523::1762549937::1::::<><><>0<>0<>ef5a2f56b3273cefac4e35470566ce1c<>res://godot/imported/computerMouse_NW.png-bc68fb2ccfb9a39d704f9d7c0ec465f8.ctex:: +computerMouse_SE.png::CompressedTexture2D::14498240544015558::1762034523::1762549937::1::::<><><>0<>0<>a15dc3aa2309a2ab3d1a0965fc1522cd<>res://godot/imported/computerMouse_SE.png-a860253457249fe7aada9d015d76d1dc.ctex:: +computerMouse_SW.png::CompressedTexture2D::6508153252897957566::1762034523::1762549937::1::::<><><>0<>0<>afd0b27685f5be7942c199113f2a9555<>res://godot/imported/computerMouse_SW.png-235c0b19fbfd4f079a5e87e730ce16bc.ctex:: +computerScreen_NE.png::CompressedTexture2D::5751496356725647132::1762034523::1762549937::1::::<><><>0<>0<>a9ca34252f67ef0e355d55076da518d7<>res://godot/imported/computerScreen_NE.png-d1b1ff677407ca553019d3c2a71ac09d.ctex:: +computerScreen_NW.png::CompressedTexture2D::2977733894157269126::1762034523::1762549937::1::::<><><>0<>0<>8d2483a5da1fee11559f3fe4163dc74f<>res://godot/imported/computerScreen_NW.png-2498a7b1e8baff914333e7c49bf241ec.ctex:: +computerScreen_SE.png::CompressedTexture2D::5033991704048236421::1762034523::1762549937::1::::<><><>0<>0<>df8cd3ad7860ab50d6156a64d481deae<>res://godot/imported/computerScreen_SE.png-d2a1858479df2adf4c2c818167712699.ctex:: +computerScreen_SW.png::CompressedTexture2D::5316174492398451615::1762034523::1762549937::1::::<><><>0<>0<>b156308833d566ade3e91d4dde74ae52<>res://godot/imported/computerScreen_SW.png-15eebdd4fb83e63f3412591f59313627.ctex:: +deskCorner_NE.png::CompressedTexture2D::2788024938459638020::1762034523::1762549937::1::::<><><>0<>0<>1ec5013ad8c6dc19cb83618d04a489d1<>res://godot/imported/deskCorner_NE.png-25960ad6908532c6d97c7e22bc0287d6.ctex:: +deskCorner_NW.png::CompressedTexture2D::4127498951474463515::1762034523::1762549937::1::::<><><>0<>0<>9f8d56057afcb98a04865da2f8981e70<>res://godot/imported/deskCorner_NW.png-449d7882ef111fd50e63d791bf16365f.ctex:: +deskCorner_SE.png::CompressedTexture2D::6596270701904457930::1762034523::1762549937::1::::<><><>0<>0<>41afd25d2e253b63d0130028270525bd<>res://godot/imported/deskCorner_SE.png-2d00754e73affb9fa88b4b9cb613a899.ctex:: +deskCorner_SW.png::CompressedTexture2D::3080610531951707840::1762034523::1762549937::1::::<><><>0<>0<>d4d1b5b40c66be9184cf05b31cbe98c8<>res://godot/imported/deskCorner_SW.png-db8e7a3909f9b27a26848ea36eacd528.ctex:: +desk_NE.png::CompressedTexture2D::3684236101611633049::1762034523::1762549937::1::::<><><>0<>0<>55e2f176a6cf70b95518ba2e3b476782<>res://godot/imported/desk_NE.png-a73c95c31d82e5643c312b06df1379c5.ctex:: +desk_NW.png::CompressedTexture2D::5316185319729373551::1762034523::1762549937::1::::<><><>0<>0<>5c75a8c677a1fa2c97b554ebff43efb7<>res://godot/imported/desk_NW.png-efc53a6aca3016748d5342dffd13a015.ctex:: +desk_SE.png::CompressedTexture2D::3608289115274671894::1762034523::1762549937::1::::<><><>0<>0<>5a5a91337b023424d8eb58332351c4bc<>res://godot/imported/desk_SE.png-9523b132fb65dc273d4861715270a790.ctex:: +desk_SW.png::CompressedTexture2D::9064984900711124579::1762034523::1762549937::1::::<><><>0<>0<>927654b1b3173619d4b63dd448317c18<>res://godot/imported/desk_SW.png-c68a4a12abc1a6a94fe6134820299de0.ctex:: +doorwayFront_NE.png::CompressedTexture2D::562912249140058098::1762034523::1762549937::1::::<><><>0<>0<>ce55840b9436f314e3a954bbc1599c56<>res://godot/imported/doorwayFront_NE.png-091d8dfdf6406ab784875b5090f41344.ctex:: +doorwayFront_NW.png::CompressedTexture2D::3413816434014287320::1762034523::1762549937::1::::<><><>0<>0<>bb1dcc7e02562b0585997fb61d96b8af<>res://godot/imported/doorwayFront_NW.png-f516d9af5e5697f94315bfaf74252b9c.ctex:: +doorwayFront_SE.png::CompressedTexture2D::7042416570227537852::1762034523::1762549937::1::::<><><>0<>0<>824ce9797cb3563725703b8b3e06b47a<>res://godot/imported/doorwayFront_SE.png-3ea27d253d3d21fdd28706cd43d6042c.ctex:: +doorwayFront_SW.png::CompressedTexture2D::6529258341075000675::1762034523::1762549937::1::::<><><>0<>0<>6f57c5759313518664ff45e8bb0ad05f<>res://godot/imported/doorwayFront_SW.png-a673eb2cf203f44e4c3eaa61164c9fec.ctex:: +doorwayOpen_NE.png::CompressedTexture2D::7820798372966109795::1762034523::1762549937::1::::<><><>0<>0<>12cddfda248d2e1599fafb7d69bf165f<>res://godot/imported/doorwayOpen_NE.png-2945d49fe1ccca5cff262baa616c320f.ctex:: +doorwayOpen_NW.png::CompressedTexture2D::7356203040626814169::1762034523::1762549937::1::::<><><>0<>0<>484ef5baa1d2d4fc9ac646e62846461d<>res://godot/imported/doorwayOpen_NW.png-36b5ea920861737f6078c0f48d06736f.ctex:: +doorwayOpen_SE.png::CompressedTexture2D::814794214763674017::1762034523::1762549937::1::::<><><>0<>0<>1aa864c92421e2c918068615d200ac1f<>res://godot/imported/doorwayOpen_SE.png-25470676ea5b6240444bb4f17a5a4a49.ctex:: +doorwayOpen_SW.png::CompressedTexture2D::5103038261245147967::1762034523::1762549937::1::::<><><>0<>0<>8db65dd16b5b2880ac9328eda8f6aff1<>res://godot/imported/doorwayOpen_SW.png-94a5cbb00896bfd6006791e915d28c8a.ctex:: +doorway_NE.png::CompressedTexture2D::864829871668285798::1762034523::1762549937::1::::<><><>0<>0<>4a8be8dfc817b780bdd9aad60beaac9d<>res://godot/imported/doorway_NE.png-3e8cb346cf216be6dd8f6cd2a0489cbf.ctex:: +doorway_NW.png::CompressedTexture2D::8883634314090585633::1762034523::1762549937::1::::<><><>0<>0<>679e9559e754fa6679fe9bdd9896cf1d<>res://godot/imported/doorway_NW.png-33613f5c2765af825aaef9c8b2b13021.ctex:: +doorway_SE.png::CompressedTexture2D::6965068923660613638::1762034523::1762549937::1::::<><><>0<>0<>9a2a224eeafbaf6eae67100631996683<>res://godot/imported/doorway_SE.png-d8a7de32c248b2903d496ca63fe47e00.ctex:: +doorway_SW.png::CompressedTexture2D::3014296973208955111::1762034523::1762549937::1::::<><><>0<>0<>b953d35942bd4a979bb1e27768c11c47<>res://godot/imported/doorway_SW.png-02ebd522215fe5ced6881f7ae2f48e93.ctex:: +dryer_NE.png::CompressedTexture2D::9171802309784003790::1762034523::1762549937::1::::<><><>0<>0<>7b40a137a126a8ff6cf8b3cc9b842399<>res://godot/imported/dryer_NE.png-06f1ad4b3a573ecb353cb70834c849c7.ctex:: +dryer_NW.png::CompressedTexture2D::5596811005499102756::1762034523::1762549937::1::::<><><>0<>0<>9322d27d901c4086eb1875fe3f7f0bc1<>res://godot/imported/dryer_NW.png-5134827252320647a3670fed3407559a.ctex:: +dryer_SE.png::CompressedTexture2D::2312313024696311430::1762034523::1762549937::1::::<><><>0<>0<>ec612923034ea2a6898681ff29759bf7<>res://godot/imported/dryer_SE.png-34aeca4cc86cd9559b195c8b13174e71.ctex:: +dryer_SW.png::CompressedTexture2D::527418637811758851::1762034523::1762549937::1::::<><><>0<>0<>80071254c44c86881bef2f3caf612112<>res://godot/imported/dryer_SW.png-742fd6473ee1466ffa1b9c8c05509339.ctex:: +floorCornerRound_NE.png::CompressedTexture2D::8489267354676169600::1762034523::1762549937::1::::<><><>0<>0<>2c3509c84bc9036963613b96a0399ea2<>res://godot/imported/floorCornerRound_NE.png-0c9e45b19a0e4c8d6505ea76f7c61406.ctex:: +floorCornerRound_NW.png::CompressedTexture2D::7308706920877258273::1762034523::1762549937::1::::<><><>0<>0<>4497816bcf4a994d31d3282e77495a7f<>res://godot/imported/floorCornerRound_NW.png-dba586d19ee87bb6a6d5e108bdc01431.ctex:: +floorCornerRound_SE.png::CompressedTexture2D::6606022552382668945::1762034523::1762549937::1::::<><><>0<>0<>a85064a2722c194910193583d30e0507<>res://godot/imported/floorCornerRound_SE.png-f0c503852390f7864cb01fc298273137.ctex:: +floorCornerRound_SW.png::CompressedTexture2D::2652239773252237368::1762034523::1762549937::1::::<><><>0<>0<>1b52fba735591dc879f47c519e2c21a7<>res://godot/imported/floorCornerRound_SW.png-966559c8387269939360be28b2e65f4b.ctex:: +floorCorner_NE.png::CompressedTexture2D::4068674432264591339::1762034523::1762549937::1::::<><><>0<>0<>69a1365a732d899cb3d74c779b45b4bf<>res://godot/imported/floorCorner_NE.png-79a324da22fddb9775e3096411d7eddb.ctex:: +floorCorner_NW.png::CompressedTexture2D::8105957845982626801::1762034523::1762549937::1::::<><><>0<>0<>eba1ad0938508bbd0054ac0ccd72237e<>res://godot/imported/floorCorner_NW.png-196032a9b6c2c5401b3d85622d710c9c.ctex:: +floorCorner_SE.png::CompressedTexture2D::5307556998502690589::1762034523::1762549937::1::::<><><>0<>0<>4fd927a90b9db4192944f66065f0df77<>res://godot/imported/floorCorner_SE.png-fd6420df8f4a1f4e2f0ba062f6cb8dc9.ctex:: +floorCorner_SW.png::CompressedTexture2D::3533933185149535200::1762034523::1762549937::1::::<><><>0<>0<>97be21bdfb919974fc3d2164ef1acb99<>res://godot/imported/floorCorner_SW.png-1c5e86fa6d1e9bef0ae8a84d60d4a702.ctex:: +floorFull_NE.png::CompressedTexture2D::8677087771181928059::1762034523::1762549937::1::::<><><>0<>0<>fce984dc46d33a885e84739a03991d35<>res://godot/imported/floorFull_NE.png-f783fabf1b7200e3c2292d3daf6defb0.ctex:: +floorFull_NW.png::CompressedTexture2D::5976666916666566768::1762034523::1762549937::1::::<><><>0<>0<>2ab0322c257824bbc7f0a7bd1171f2fe<>res://godot/imported/floorFull_NW.png-fe2e7cc32087303cdb245375155fcb32.ctex:: +floorFull_SE.png::CompressedTexture2D::1716483914733447769::1762034523::1762549937::1::::<><><>0<>0<>c2ac3cf2480fca5f02797a8a6e116d00<>res://godot/imported/floorFull_SE.png-36a87c6d6b7a3dd10d661217ce7244d4.ctex:: +floorFull_SW.png::CompressedTexture2D::5635187638061771647::1762034523::1762549937::1::::<><><>0<>0<>a03a714d416e6483fbcfcef4ae08176c<>res://godot/imported/floorFull_SW.png-4be9115f79edcfed390c6f4ab6f34b72.ctex:: +floorHalf_NE.png::CompressedTexture2D::5822073321457489308::1762034523::1762549937::1::::<><><>0<>0<>ff46269770ad837ba74ded9f04046c8c<>res://godot/imported/floorHalf_NE.png-a26a9ee70dd71e69c265bb8c7e14961f.ctex:: +floorHalf_NW.png::CompressedTexture2D::8928418366712473016::1762034523::1762549937::1::::<><><>0<>0<>2ba3047e109d8057c716efe603e04bd1<>res://godot/imported/floorHalf_NW.png-74e0b34f417ba94d46f992117d1e01e8.ctex:: +floorHalf_SE.png::CompressedTexture2D::2115383738298427208::1762034523::1762549937::1::::<><><>0<>0<>7da20ccc39532b865d12ddc0e556d5b2<>res://godot/imported/floorHalf_SE.png-7af6f26c2cf6e8ef1d13609ed83e0311.ctex:: +floorHalf_SW.png::CompressedTexture2D::5988749366107799492::1762034523::1762549937::1::::<><><>0<>0<>ebb3fca8b389c6db57e6de691b8ea6f0<>res://godot/imported/floorHalf_SW.png-2cc753719d80225f515ad9f093f0c5c6.ctex:: +hoodLarge_NE.png::CompressedTexture2D::8424209093673421998::1762034523::1762549937::1::::<><><>0<>0<>94b9378569d2b6ba594bbbd4771e12b1<>res://godot/imported/hoodLarge_NE.png-8fd0e9b94c4b85a21169534c7c488020.ctex:: +hoodLarge_NW.png::CompressedTexture2D::383810976285735863::1762034523::1762549937::1::::<><><>0<>0<>5fe271f69c47bddc05f4b7365626ee0a<>res://godot/imported/hoodLarge_NW.png-7667e71993d3b905206b61815581990f.ctex:: +hoodLarge_SE.png::CompressedTexture2D::8105271698753437497::1762034523::1762549937::1::::<><><>0<>0<>80b74d773d50b85a2ee33d6512c446df<>res://godot/imported/hoodLarge_SE.png-37c2b678c632af3bc8a51b485ecafba7.ctex:: +hoodLarge_SW.png::CompressedTexture2D::362029316121438400::1762034523::1762549937::1::::<><><>0<>0<>4d989e25b07b4cbf8c7ced77cb006ec9<>res://godot/imported/hoodLarge_SW.png-6a05d9d5be9fba60c729fedcb70bbb78.ctex:: +hoodModern_NE.png::CompressedTexture2D::4614752923942729474::1762034523::1762549937::1::::<><><>0<>0<>cf0f754e8290c009f2e5ed1dfc5ec3b2<>res://godot/imported/hoodModern_NE.png-49118f91720b33481bda8e0a2ca54bad.ctex:: +hoodModern_NW.png::CompressedTexture2D::6176806584220863430::1762034523::1762549937::1::::<><><>0<>0<>608288f6518ffad7cf91788f7309a73c<>res://godot/imported/hoodModern_NW.png-3b75c1be28d3ae0f350dce88e134c945.ctex:: +hoodModern_SE.png::CompressedTexture2D::6536299955051843633::1762034523::1762549937::1::::<><><>0<>0<>2910dcdef07f9fbec2666f7a07defea8<>res://godot/imported/hoodModern_SE.png-03dd15de30d33173c347a8f1d84e2078.ctex:: +hoodModern_SW.png::CompressedTexture2D::3124152323319610526::1762034523::1762549937::1::::<><><>0<>0<>3a02b70769f3b1e66a112f9dab7e0410<>res://godot/imported/hoodModern_SW.png-44f211e0150ba9c36dfcb6e4dfc0c12c.ctex:: +kitchenBarEnd_NE.png::CompressedTexture2D::7151810896942239372::1762034523::1762549937::1::::<><><>0<>0<>0e44f3bedcf50335e5f7db865d944e13<>res://godot/imported/kitchenBarEnd_NE.png-6ebf9a099fb62e4e58507b75aa4212b8.ctex:: +kitchenBarEnd_NW.png::CompressedTexture2D::4969868953721508638::1762034523::1762549937::1::::<><><>0<>0<>79fded5f19b9e34977db517e5f4e1c65<>res://godot/imported/kitchenBarEnd_NW.png-2b85766a8ec9ed750cc6ecec6249759b.ctex:: +kitchenBarEnd_SE.png::CompressedTexture2D::2307491775271719552::1762034523::1762549937::1::::<><><>0<>0<>bd3ed0e878096d41e0794e9649e55667<>res://godot/imported/kitchenBarEnd_SE.png-e541f28cc9147aff5b0ca91a57d04629.ctex:: +kitchenBarEnd_SW.png::CompressedTexture2D::3008060526600081762::1762034523::1762549937::1::::<><><>0<>0<>edd65818ba9a42cdcc40f3fbcbd77076<>res://godot/imported/kitchenBarEnd_SW.png-54c2edc0c19573839add338c0dc03339.ctex:: +kitchenBar_NE.png::CompressedTexture2D::5397431632563172639::1762034523::1762549937::1::::<><><>0<>0<>37ee055a2f7a277c1b2773c9e652e6f6<>res://godot/imported/kitchenBar_NE.png-3a8b9a55e4caa8c18f97bde5ee10bacf.ctex:: +kitchenBar_NW.png::CompressedTexture2D::5620773979131941020::1762034523::1762549937::1::::<><><>0<>0<>d4dba90334158519dd343c24f6f460a5<>res://godot/imported/kitchenBar_NW.png-ddb751d4b4636902c7880c91de1ba7cb.ctex:: +kitchenBar_SE.png::CompressedTexture2D::8313624896091845710::1762034523::1762549937::1::::<><><>0<>0<>d20afe79cb9883583046c6ec2663adf3<>res://godot/imported/kitchenBar_SE.png-b14b44af4bea0185191f4cfc97d0faf1.ctex:: +kitchenBar_SW.png::CompressedTexture2D::6522527658458468222::1762034523::1762549937::1::::<><><>0<>0<>4ca5f86d6d449297b9dea6bcac53a072<>res://godot/imported/kitchenBar_SW.png-be179781b7c00c7c850adad100fe75f8.ctex:: +kitchenBlender_NE.png::CompressedTexture2D::599670846522830028::1762034523::1762549937::1::::<><><>0<>0<>972f5423c250f141ce2d6847aff7e271<>res://godot/imported/kitchenBlender_NE.png-131925bedc97db92439f95809c666891.ctex:: +kitchenBlender_NW.png::CompressedTexture2D::5411927741071225911::1762034523::1762549937::1::::<><><>0<>0<>e0b9182f0909757927eb1089177eca8e<>res://godot/imported/kitchenBlender_NW.png-f52e1d2f219b6d034a2dea8388f2176d.ctex:: +kitchenBlender_SE.png::CompressedTexture2D::1237158190995174557::1762034523::1762549937::1::::<><><>0<>0<>663c0a088b8e7960615bd26ec516995c<>res://godot/imported/kitchenBlender_SE.png-2d7b95ed5ce299f29e3dfe49d23f7761.ctex:: +kitchenBlender_SW.png::CompressedTexture2D::5831225084690830603::1762034523::1762549937::1::::<><><>0<>0<>511c16700e972515a5d8a0fae8c59b3f<>res://godot/imported/kitchenBlender_SW.png-d6bf854b4ca6bed819915fe72d2822c0.ctex:: +kitchenCabinetCornerInner_NE.png::CompressedTexture2D::1908178388370288607::1762034523::1762549937::1::::<><><>0<>0<>e7c2c6e304f5acf25155afa169e1a08b<>res://godot/imported/kitchenCabinetCornerInner_NE.png-72a6a15ec76a97cc55e4fc0a23fd2457.ctex:: +kitchenCabinetCornerInner_NW.png::CompressedTexture2D::1000006108537993880::1762034523::1762549937::1::::<><><>0<>0<>01e94c54d76f7859b39c6f424aac0dfe<>res://godot/imported/kitchenCabinetCornerInner_NW.png-7c3667a21d44a54f1e6e94167918f29d.ctex:: +kitchenCabinetCornerInner_SE.png::CompressedTexture2D::979748845881501655::1762034523::1762549937::1::::<><><>0<>0<>76316991e17ca41b3a26e65c1658aa54<>res://godot/imported/kitchenCabinetCornerInner_SE.png-3a3a019c0872cf335e29d8e5b5be9b13.ctex:: +kitchenCabinetCornerInner_SW.png::CompressedTexture2D::256974030417931246::1762034523::1762549937::1::::<><><>0<>0<>ef9f08f39b3b1ec7f0b81d81609f3aba<>res://godot/imported/kitchenCabinetCornerInner_SW.png-7e3a8831311b935074c3f982d89e859d.ctex:: +kitchenCabinetCornerRound_NE.png::CompressedTexture2D::3706312273965345405::1762034523::1762549937::1::::<><><>0<>0<>0f2b70a663cac824b34f2a2d8aef6cc9<>res://godot/imported/kitchenCabinetCornerRound_NE.png-1b495d67d4e42af581eb91d7e449f17f.ctex:: +kitchenCabinetCornerRound_NW.png::CompressedTexture2D::2422295106874807546::1762034523::1762549937::1::::<><><>0<>0<>ab070f5907a2e4400f1ccc9f8b56c9c2<>res://godot/imported/kitchenCabinetCornerRound_NW.png-3772f5a996098fd33565d72b06aaed62.ctex:: +kitchenCabinetCornerRound_SE.png::CompressedTexture2D::6054749796687591348::1762034523::1762549937::1::::<><><>0<>0<>5366043d98f1dba77d8a8988038f3f43<>res://godot/imported/kitchenCabinetCornerRound_SE.png-66cd40694564fdee8a42aa618994bbd7.ctex:: +kitchenCabinetCornerRound_SW.png::CompressedTexture2D::9217562840715401655::1762034523::1762549937::1::::<><><>0<>0<>05a4dd02c62469ac9d5f185b35c95cf9<>res://godot/imported/kitchenCabinetCornerRound_SW.png-a237d7617d2a39856467e056c3d6d14f.ctex:: +kitchenCabinetDrawer_NE.png::CompressedTexture2D::726648155901188037::1762034523::1762549937::1::::<><><>0<>0<>0bbdcbf412915d6653ccc2cce1f5db56<>res://godot/imported/kitchenCabinetDrawer_NE.png-9e3bcce2638a5bd4b90e2d88b70d6df0.ctex:: +kitchenCabinetDrawer_NW.png::CompressedTexture2D::8498567409120363208::1762034523::1762549937::1::::<><><>0<>0<>b18bfddfac33fed6a6fe50b430bc1ee9<>res://godot/imported/kitchenCabinetDrawer_NW.png-c255105b696da9a5699774b66b4eefa1.ctex:: +kitchenCabinetDrawer_SE.png::CompressedTexture2D::4355968346866390542::1762034523::1762549937::1::::<><><>0<>0<>d9772176a5c1bcc9c17207ae5099e771<>res://godot/imported/kitchenCabinetDrawer_SE.png-1819665624eb0ebe3dac306d8b8006ff.ctex:: +kitchenCabinetDrawer_SW.png::CompressedTexture2D::3724416310218145711::1762034523::1762549937::1::::<><><>0<>0<>325f9ccfff6e4dd919ecc0dd9df66c4d<>res://godot/imported/kitchenCabinetDrawer_SW.png-b7ebea496f1c1191adc1e2f0e0990ed4.ctex:: +kitchenCabinetUpperCorner_NE.png::CompressedTexture2D::1910228530783070415::1762034523::1762549937::1::::<><><>0<>0<>cafae03a251f6406d1274dd65f4e55ab<>res://godot/imported/kitchenCabinetUpperCorner_NE.png-b5e4532a605ebc31e1e32acb9429d210.ctex:: +kitchenCabinetUpperCorner_NW.png::CompressedTexture2D::7731885155050718964::1762034523::1762549937::1::::<><><>0<>0<>48a7482c6072dba8c05429c6ce3eda56<>res://godot/imported/kitchenCabinetUpperCorner_NW.png-81b38615ac9783b5549c91b7354ac355.ctex:: +kitchenCabinetUpperCorner_SE.png::CompressedTexture2D::5462642867657549738::1762034523::1762549937::1::::<><><>0<>0<>f35eff3d796844ded43eb5e7bf1f6009<>res://godot/imported/kitchenCabinetUpperCorner_SE.png-02dab07566685e5156ae834d3ab4d129.ctex:: +kitchenCabinetUpperCorner_SW.png::CompressedTexture2D::5636376333570220929::1762034523::1762549938::1::::<><><>0<>0<>cf4415cff53c3a85e94f514b8bae596b<>res://godot/imported/kitchenCabinetUpperCorner_SW.png-e71a23a9c7e673b7184076a02b496ccd.ctex:: +kitchenCabinetUpperDouble_NE.png::CompressedTexture2D::4611959292599560217::1762034523::1762549938::1::::<><><>0<>0<>e848df1308b6e5459e8f2bc4be829e0f<>res://godot/imported/kitchenCabinetUpperDouble_NE.png-20cc609b55866c6c276596318ccfb322.ctex:: +kitchenCabinetUpperDouble_NW.png::CompressedTexture2D::5901390933349984234::1762034523::1762549938::1::::<><><>0<>0<>efe563cb7c9c652187a8b05ea5d46c28<>res://godot/imported/kitchenCabinetUpperDouble_NW.png-51ea0d0a89b8577b7511e786b694537e.ctex:: +kitchenCabinetUpperDouble_SE.png::CompressedTexture2D::4166477537665077825::1762034523::1762549938::1::::<><><>0<>0<>0d58984a414dacfca88523a60e485828<>res://godot/imported/kitchenCabinetUpperDouble_SE.png-298ba8977f70fc1d2c766b9b12e75584.ctex:: +kitchenCabinetUpperDouble_SW.png::CompressedTexture2D::1317784440252401843::1762034523::1762549938::1::::<><><>0<>0<>8711ed6695f4d93b98097f40a65a5bd8<>res://godot/imported/kitchenCabinetUpperDouble_SW.png-48ab0bb9a13421bd3edd1a3f338e2139.ctex:: +kitchenCabinetUpperLow_NE.png::CompressedTexture2D::7560444475644188736::1762034523::1762549938::1::::<><><>0<>0<>cfb2a70004dcc400798a29bf92fa0b17<>res://godot/imported/kitchenCabinetUpperLow_NE.png-9b50054b1dd5c55fc956283b8b2300db.ctex:: +kitchenCabinetUpperLow_NW.png::CompressedTexture2D::2865357907904496711::1762034523::1762549938::1::::<><><>0<>0<>f7d4c545b0e015aa15089e0e3e04a430<>res://godot/imported/kitchenCabinetUpperLow_NW.png-10a284a7d9d05076a6407076bc69b3af.ctex:: +kitchenCabinetUpperLow_SE.png::CompressedTexture2D::3990683133079456445::1762034523::1762549938::1::::<><><>0<>0<>f6ba300bd66a9d7856496f37f5459f1c<>res://godot/imported/kitchenCabinetUpperLow_SE.png-d05582adc6118ab8f77fd7c7a7c7eaba.ctex:: +kitchenCabinetUpperLow_SW.png::CompressedTexture2D::4335025678933096187::1762034523::1762549938::1::::<><><>0<>0<>ea0ee15fbb3ae8c937d9af46d298c709<>res://godot/imported/kitchenCabinetUpperLow_SW.png-fad3737bf15ecd0db7f9f2ac59745b10.ctex:: +kitchenCabinetUpper_NE.png::CompressedTexture2D::7912654966419786086::1762034523::1762549938::1::::<><><>0<>0<>73f42af30dcb075f934a59231bbf4fd2<>res://godot/imported/kitchenCabinetUpper_NE.png-ecf575cebb96fea18bf9247a992a9a6d.ctex:: +kitchenCabinetUpper_NW.png::CompressedTexture2D::5660168688327092549::1762034523::1762549938::1::::<><><>0<>0<>d9af6cb025c552921baab181b232a154<>res://godot/imported/kitchenCabinetUpper_NW.png-f3af95da02d47838fb06ece95eae0498.ctex:: +kitchenCabinetUpper_SE.png::CompressedTexture2D::1608488827458734754::1762034523::1762549938::1::::<><><>0<>0<>8f6373765a0ca299538b93793146f5ac<>res://godot/imported/kitchenCabinetUpper_SE.png-9827f3bc9a75901afed1228e1ba8e14a.ctex:: +kitchenCabinetUpper_SW.png::CompressedTexture2D::486013629253622025::1762034523::1762549938::1::::<><><>0<>0<>5a070768cf1398bf090804de960cffc3<>res://godot/imported/kitchenCabinetUpper_SW.png-b83e0ccb8f8cb58329edba90de4e023a.ctex:: +kitchenCabinet_NE.png::CompressedTexture2D::3713081590962310488::1762034523::1762549938::1::::<><><>0<>0<>7959ef0c31085ebcae9ae2c5ef012062<>res://godot/imported/kitchenCabinet_NE.png-e7d9ea03560eb55820ba497cfb7b585f.ctex:: +kitchenCabinet_NW.png::CompressedTexture2D::9155026399953736118::1762034523::1762549938::1::::<><><>0<>0<>d6056ee6669f37fa173dc6971eedd896<>res://godot/imported/kitchenCabinet_NW.png-8e9df875a3b9ef4f34ac5a59fb86f433.ctex:: +kitchenCabinet_SE.png::CompressedTexture2D::311296959713206595::1762034523::1762549938::1::::<><><>0<>0<>411e55d624eaf27208b8894743315eeb<>res://godot/imported/kitchenCabinet_SE.png-ab8827864421045d2ac6733598787437.ctex:: +kitchenCabinet_SW.png::CompressedTexture2D::4921434135573789393::1762034523::1762549938::1::::<><><>0<>0<>63e161b9ba45404a27f195c6b3ac040b<>res://godot/imported/kitchenCabinet_SW.png-8522cd2dae88654f346a19677af3272a.ctex:: +kitchenCoffeeMachine_NE.png::CompressedTexture2D::1377389440733803801::1762034523::1762549938::1::::<><><>0<>0<>71a81cb0b62010f6102c9f99bd952892<>res://godot/imported/kitchenCoffeeMachine_NE.png-a176a3d83f3fd6bccdffdb0a78f21e0e.ctex:: +kitchenCoffeeMachine_NW.png::CompressedTexture2D::6921569903158903934::1762034523::1762549938::1::::<><><>0<>0<>a7f267611cb0884c207ef31e4f38e0dc<>res://godot/imported/kitchenCoffeeMachine_NW.png-18041bd0ccc5031610b1d54e379becbb.ctex:: +kitchenCoffeeMachine_SE.png::CompressedTexture2D::637746349304440664::1762034523::1762549938::1::::<><><>0<>0<>e36de3e9e6e994e539011d28341485bb<>res://godot/imported/kitchenCoffeeMachine_SE.png-07a5a93332f9077db487c5b5018fe53f.ctex:: +kitchenCoffeeMachine_SW.png::CompressedTexture2D::9100489257340195560::1762034523::1762549938::1::::<><><>0<>0<>da3f1ed65e419ed0b7418c4cca07bf7f<>res://godot/imported/kitchenCoffeeMachine_SW.png-9b0e57834b31718fe9b8b8a462443917.ctex:: +kitchenFridgeBuiltIn_NE.png::CompressedTexture2D::8253411595920090340::1762034523::1762549938::1::::<><><>0<>0<>5c04368ace2b0fbaaac25ac941700392<>res://godot/imported/kitchenFridgeBuiltIn_NE.png-72737b16198f469e80e8da5925a1214f.ctex:: +kitchenFridgeBuiltIn_NW.png::CompressedTexture2D::3432546278620459327::1762034523::1762549938::1::::<><><>0<>0<>ea2b09daa2d2cbc9244789bf0e5026ae<>res://godot/imported/kitchenFridgeBuiltIn_NW.png-ff46424b7b9defa9d31a680f5b8c89ba.ctex:: +kitchenFridgeBuiltIn_SE.png::CompressedTexture2D::6537396851366677894::1762034523::1762549938::1::::<><><>0<>0<>c78df43f02c36e07538f285d4c8b3929<>res://godot/imported/kitchenFridgeBuiltIn_SE.png-9a5cfe53508b5b88930704c27d907a7c.ctex:: +kitchenFridgeBuiltIn_SW.png::CompressedTexture2D::6775806106815518302::1762034523::1762549938::1::::<><><>0<>0<>972af98dd37dbad88535bf4c063cb64d<>res://godot/imported/kitchenFridgeBuiltIn_SW.png-35cea27fa8dac473b9e614dbc6b5683a.ctex:: +kitchenFridgeLarge_NE.png::CompressedTexture2D::5920665414235736925::1762034523::1762549938::1::::<><><>0<>0<>79ba82358d6c59cb4419850c3ebcebdc<>res://godot/imported/kitchenFridgeLarge_NE.png-2ffcdfe1da9e39af0a8c3040534c16f0.ctex:: +kitchenFridgeLarge_NW.png::CompressedTexture2D::4602753406712966534::1762034523::1762549938::1::::<><><>0<>0<>598f4b2266b0d0b9e6710cf648201a60<>res://godot/imported/kitchenFridgeLarge_NW.png-6a54591849821979987f8f43da0573d6.ctex:: +kitchenFridgeLarge_SE.png::CompressedTexture2D::6781491423312827110::1762034523::1762549938::1::::<><><>0<>0<>8c1992246865b8ce5cebb49c2dc221a9<>res://godot/imported/kitchenFridgeLarge_SE.png-03bfd749fbb50f1514e8d0576ce7924e.ctex:: +kitchenFridgeLarge_SW.png::CompressedTexture2D::1062901635580372028::1762034523::1762549938::1::::<><><>0<>0<>64afd38a626932d7ca241d08c6f0d55f<>res://godot/imported/kitchenFridgeLarge_SW.png-f6dec4fdfc1f1c9c6fea4da3e08f855a.ctex:: +kitchenFridgeSmall_NE.png::CompressedTexture2D::5499703713028507604::1762034523::1762549938::1::::<><><>0<>0<>5eac501aff869139cac540cbb4817518<>res://godot/imported/kitchenFridgeSmall_NE.png-35082b6140c7f21995aa14e1cbe54908.ctex:: +kitchenFridgeSmall_NW.png::CompressedTexture2D::7700888142230194976::1762034523::1762549938::1::::<><><>0<>0<>369f151e665a6d627ca250642226b2cb<>res://godot/imported/kitchenFridgeSmall_NW.png-48452b15cb25b1480db0dd9ae83f22a8.ctex:: +kitchenFridgeSmall_SE.png::CompressedTexture2D::3597809669193511082::1762034523::1762549938::1::::<><><>0<>0<>67fded73fe01f3352841c28e381d81e8<>res://godot/imported/kitchenFridgeSmall_SE.png-4a565a6959fc54dfb4d166b0a658ba34.ctex:: +kitchenFridgeSmall_SW.png::CompressedTexture2D::4414823478513697812::1762034523::1762549938::1::::<><><>0<>0<>f8dcf8ddf5d21487c9ccd45eead2318b<>res://godot/imported/kitchenFridgeSmall_SW.png-5a8a2e519215b26c33b884cc536fef29.ctex:: +kitchenFridge_NE.png::CompressedTexture2D::8323179147739749062::1762034523::1762549938::1::::<><><>0<>0<>bac0f862806fa24fee66f81ccddb451f<>res://godot/imported/kitchenFridge_NE.png-4dc70e215ecc41af1444fa06c15f078b.ctex:: +kitchenFridge_NW.png::CompressedTexture2D::2115872088842047895::1762034523::1762549938::1::::<><><>0<>0<>54e0a23b907705aaff51b34bd2139cf5<>res://godot/imported/kitchenFridge_NW.png-dfb13f35feaa362fca900eaad4c8b13b.ctex:: +kitchenFridge_SE.png::CompressedTexture2D::5313444864192491363::1762034523::1762549938::1::::<><><>0<>0<>c53b2bc0dc6385c83bca9978bc33e9eb<>res://godot/imported/kitchenFridge_SE.png-4eba772e1d4f2050f94bd2cc2372bb56.ctex:: +kitchenFridge_SW.png::CompressedTexture2D::4871767599010101254::1762034523::1762549938::1::::<><><>0<>0<>533a55a10f303d8c89b177baba5f9c06<>res://godot/imported/kitchenFridge_SW.png-b0da4f3a10da3e96769ddc1bcbe97be4.ctex:: +kitchenMicrowave_NE.png::CompressedTexture2D::4630545331976855193::1762034523::1762549938::1::::<><><>0<>0<>85ff7074ca978722959776903a8f916e<>res://godot/imported/kitchenMicrowave_NE.png-2dee58b62dadefff8036d40675d17da6.ctex:: +kitchenMicrowave_NW.png::CompressedTexture2D::2067180002650644305::1762034523::1762549938::1::::<><><>0<>0<>396f050734c0b6f530179560587f06e1<>res://godot/imported/kitchenMicrowave_NW.png-335e08a6d062fa15bfa7cad5461a3490.ctex:: +kitchenMicrowave_SE.png::CompressedTexture2D::7486377126124008874::1762034523::1762549938::1::::<><><>0<>0<>f74c245c238f32460a08d964fb8520f1<>res://godot/imported/kitchenMicrowave_SE.png-9e8205851a5622573be438706736c4f4.ctex:: +kitchenMicrowave_SW.png::CompressedTexture2D::1725967258849057361::1762034523::1762549938::1::::<><><>0<>0<>9a65c6b549e215b2c891de0723a86478<>res://godot/imported/kitchenMicrowave_SW.png-da3a3959edcff90d892cffcaf84d4c01.ctex:: +kitchenSink_NE.png::CompressedTexture2D::8304391742669136818::1762034523::1762549938::1::::<><><>0<>0<>6fffd5d6cd34fa3fd536b7e8fd0e7789<>res://godot/imported/kitchenSink_NE.png-6013777bb043f693adc2f9ce83801e4a.ctex:: +kitchenSink_NW.png::CompressedTexture2D::1146137705862000245::1762034523::1762549938::1::::<><><>0<>0<>8cb0fc1df0fbd17e8d1a86c69e28bfde<>res://godot/imported/kitchenSink_NW.png-d36fd881e9ad5e57dbdf4a36f39f3741.ctex:: +kitchenSink_SE.png::CompressedTexture2D::7135430297660660491::1762034523::1762549938::1::::<><><>0<>0<>f4fc6d0e8bb308b151dcb999eef36bc8<>res://godot/imported/kitchenSink_SE.png-2c78859ac9230494d7a4528163742662.ctex:: +kitchenSink_SW.png::CompressedTexture2D::3167504105909561576::1762034523::1762549938::1::::<><><>0<>0<>967982c96e930a7ef02d95a307d7eb15<>res://godot/imported/kitchenSink_SW.png-5cfac68020ca4b5d9c547c9587b0edbf.ctex:: +kitchenStoveElectric_NE.png::CompressedTexture2D::4283599705053118000::1762034523::1762549938::1::::<><><>0<>0<>7200bc5fd16a32f5a255b73417280d5e<>res://godot/imported/kitchenStoveElectric_NE.png-923f391b455141c997946ebf650c0e22.ctex:: +kitchenStoveElectric_NW.png::CompressedTexture2D::3149041730626906553::1762034523::1762549938::1::::<><><>0<>0<>719533817a740fbfd23635bc107f665c<>res://godot/imported/kitchenStoveElectric_NW.png-befc637d59f18b76c245dacaf83f43a1.ctex:: +kitchenStoveElectric_SE.png::CompressedTexture2D::2950226915177443715::1762034523::1762549938::1::::<><><>0<>0<>241197fdcaac3f947155934101ef35a7<>res://godot/imported/kitchenStoveElectric_SE.png-3fd9bb70d8350f13dc7334cd1c667301.ctex:: +kitchenStoveElectric_SW.png::CompressedTexture2D::6199128816251961542::1762034523::1762549938::1::::<><><>0<>0<>63a14c7d2d941afbf877281f2697184c<>res://godot/imported/kitchenStoveElectric_SW.png-4b5c1738f6b8d38ffa7d671a9d32cdef.ctex:: +kitchenStove_NE.png::CompressedTexture2D::6310585669131468772::1762034523::1762549938::1::::<><><>0<>0<>c20757a6a8d3f0ed9c68551c1919d687<>res://godot/imported/kitchenStove_NE.png-3d7003ad60f355c8b256e74c0cc3fdc0.ctex:: +kitchenStove_NW.png::CompressedTexture2D::6363195081070567431::1762034523::1762549938::1::::<><><>0<>0<>e8109157f9ab88e299e73607eaca319a<>res://godot/imported/kitchenStove_NW.png-544870911d1ff0e81b07d5ef0d67f586.ctex:: +kitchenStove_SE.png::CompressedTexture2D::3298311186624251850::1762034523::1762549938::1::::<><><>0<>0<>c3edce6bd09dac7820b7f5b53c11124c<>res://godot/imported/kitchenStove_SE.png-c522bf98efe13d9da39453fee9c7e6a1.ctex:: +kitchenStove_SW.png::CompressedTexture2D::8309410283757654678::1762034523::1762549938::1::::<><><>0<>0<>52cd60937651d27e54c49d15c0ab7a07<>res://godot/imported/kitchenStove_SW.png-0b9a90eea45b66922accea4f579563d3.ctex:: +lampRoundFloor_NE.png::CompressedTexture2D::6115840790047519966::1762034523::1762549938::1::::<><><>0<>0<>ecae48310e239986605fd7bee32c61c5<>res://godot/imported/lampRoundFloor_NE.png-877682e795675cf9d864bf42572b1e80.ctex:: +lampRoundFloor_NW.png::CompressedTexture2D::5743285290592127407::1762034523::1762549938::1::::<><><>0<>0<>c94ca71b3772d9c7a4069402090d11e2<>res://godot/imported/lampRoundFloor_NW.png-1f3da1a2f39441104d3b45c884e72273.ctex:: +lampRoundFloor_SE.png::CompressedTexture2D::2106937802168192449::1762034523::1762549938::1::::<><><>0<>0<>c06de57d985dc3d40984679678e6cac0<>res://godot/imported/lampRoundFloor_SE.png-169bbb042f481cefaa2dc1627ecf7f79.ctex:: +lampRoundFloor_SW.png::CompressedTexture2D::1653194016749213897::1762034523::1762549938::1::::<><><>0<>0<>60cbd60599ba29e50ddbbe9e566840b6<>res://godot/imported/lampRoundFloor_SW.png-47af3f096ea9934830156964d62e1138.ctex:: +lampRoundTable_NE.png::CompressedTexture2D::4458245133314086197::1762034523::1762549938::1::::<><><>0<>0<>62be34fe35be8c29ac99104ffc51434b<>res://godot/imported/lampRoundTable_NE.png-00b927aab4f41dc8c086a570c33033c8.ctex:: +lampRoundTable_NW.png::CompressedTexture2D::1735878440810426459::1762034523::1762549938::1::::<><><>0<>0<>74ad0df937fa362db26b31b950d858d6<>res://godot/imported/lampRoundTable_NW.png-830ffe4190d4b5c2ccd406755474de3c.ctex:: +lampRoundTable_SE.png::CompressedTexture2D::1083669799507628323::1762034523::1762549938::1::::<><><>0<>0<>e320fff4930b9e7c49b5693b97b6b2cf<>res://godot/imported/lampRoundTable_SE.png-3e3211f38ce5307c5deff628a03b4979.ctex:: +lampRoundTable_SW.png::CompressedTexture2D::4647418191389634037::1762034523::1762549938::1::::<><><>0<>0<>f2eebf87061377a430c0315879be2eec<>res://godot/imported/lampRoundTable_SW.png-779c56be3daa83f268271d0876676325.ctex:: +lampSquareCeiling_NE.png::CompressedTexture2D::2110253671652664886::1762034523::1762549938::1::::<><><>0<>0<>42a7b506d63bbceaf28d9b347ef44fa3<>res://godot/imported/lampSquareCeiling_NE.png-97eb98343d9d0ce15031d83a1e240bcd.ctex:: +lampSquareCeiling_NW.png::CompressedTexture2D::3533821832169133948::1762034523::1762549938::1::::<><><>0<>0<>807e5ddd362000779646a0ab77adf558<>res://godot/imported/lampSquareCeiling_NW.png-6986db2bb5a3c43fc59e9b07e93b3b58.ctex:: +lampSquareCeiling_SE.png::CompressedTexture2D::2149717509406956995::1762034523::1762549938::1::::<><><>0<>0<>d585181a55fa72e109430a22c30712d4<>res://godot/imported/lampSquareCeiling_SE.png-44870de09ee4131162992a9b6bb93172.ctex:: +lampSquareCeiling_SW.png::CompressedTexture2D::9069280477177574281::1762034523::1762549938::1::::<><><>0<>0<>c3db129c939d42101a9fb211c6dbd6a8<>res://godot/imported/lampSquareCeiling_SW.png-094401367f9be8b645b16004e7b136e3.ctex:: +lampSquareFloor_NE.png::CompressedTexture2D::2645064103018620900::1762034523::1762549938::1::::<><><>0<>0<>0fe6814a68bb75161755439c2d578315<>res://godot/imported/lampSquareFloor_NE.png-be84f38154b615601ef78139b3a02168.ctex:: +lampSquareFloor_NW.png::CompressedTexture2D::6113838049526586213::1762034523::1762549938::1::::<><><>0<>0<>e626bd47c0af5c409bf213f9f31c0fa5<>res://godot/imported/lampSquareFloor_NW.png-c85528ebfb584e63512cba7649eb5bf5.ctex:: +lampSquareFloor_SE.png::CompressedTexture2D::5819621044796917543::1762034523::1762549938::1::::<><><>0<>0<>e885ae5942bc8a5bb5e4363bce19d3be<>res://godot/imported/lampSquareFloor_SE.png-b4ba0202a798578cbf59a366aa69cfce.ctex:: +lampSquareFloor_SW.png::CompressedTexture2D::4434583292028989940::1762034523::1762549938::1::::<><><>0<>0<>dc56339daba43940b22aae93df72865b<>res://godot/imported/lampSquareFloor_SW.png-1d11dfbbb4dfc48995fc3f3e1121a1b5.ctex:: +lampSquareTable_NE.png::CompressedTexture2D::4440263451170199549::1762034523::1762549938::1::::<><><>0<>0<>255b04b88ac1e368dfffa64674d86148<>res://godot/imported/lampSquareTable_NE.png-f46d4813b98447f2d145e20cdfbb2732.ctex:: +lampSquareTable_NW.png::CompressedTexture2D::3872561741634190455::1762034523::1762549938::1::::<><><>0<>0<>e1aae19d382e6359ec16fc74ee9c86bc<>res://godot/imported/lampSquareTable_NW.png-1892eda480b0686a210a4518d5ebc77f.ctex:: +lampSquareTable_SE.png::CompressedTexture2D::7640356248058036634::1762034523::1762549938::1::::<><><>0<>0<>50ab558ec3e5cacda313b5eacf6af87f<>res://godot/imported/lampSquareTable_SE.png-95f6fc508c37ed8298ed59a313435f14.ctex:: +lampSquareTable_SW.png::CompressedTexture2D::5242119551050750663::1762034523::1762549938::1::::<><><>0<>0<>f6c24e2861aede6b47d38c8e67396cfe<>res://godot/imported/lampSquareTable_SW.png-7f87338a06363c729d5dae1d0aef3706.ctex:: +lampWall_NE.png::CompressedTexture2D::7411179421384251983::1762034523::1762549938::1::::<><><>0<>0<>6acae6553775f35fe70e4bb85d02a2f7<>res://godot/imported/lampWall_NE.png-834ad584cfc0660b2b9c9a57bf0e1ed5.ctex:: +lampWall_NW.png::CompressedTexture2D::3272111740330820496::1762034523::1762549938::1::::<><><>0<>0<>abb7c070fb462d91ca75085ddc8bf1cd<>res://godot/imported/lampWall_NW.png-7f6f6088e5fb3d0564dcccab4b12a4cc.ctex:: +lampWall_SE.png::CompressedTexture2D::6996966102191571216::1762034523::1762549938::1::::<><><>0<>0<>a46eace427cb07dedfc17fd8f988c876<>res://godot/imported/lampWall_SE.png-1976fc930d863a99c786e522bf345805.ctex:: +lampWall_SW.png::CompressedTexture2D::6826574851976953527::1762034523::1762549938::1::::<><><>0<>0<>216f54fd442907029c4eda19e2df1cd8<>res://godot/imported/lampWall_SW.png-73f7973c28fc23d30fdc9efcc3b35d52.ctex:: +laptop_NE.png::CompressedTexture2D::3311570332892432901::1762034523::1762549938::1::::<><><>0<>0<>2aa4bc3f840eb1b357096466e67b15f0<>res://godot/imported/laptop_NE.png-a4952c788f4c68ff5efc34a3f3caaff1.ctex:: +laptop_NW.png::CompressedTexture2D::6273947326933372983::1762034523::1762549938::1::::<><><>0<>0<>f0df0e1d6dad322ede15e48ee95e1d0b<>res://godot/imported/laptop_NW.png-ef5bcc41558d42122bbbc9ff469814d6.ctex:: +laptop_SE.png::CompressedTexture2D::2252635245293666599::1762034523::1762549938::1::::<><><>0<>0<>ea6e0ad1a5ece1444674ea72082f8f25<>res://godot/imported/laptop_SE.png-2048209e11089e1c9d809c9322a1b59f.ctex:: +laptop_SW.png::CompressedTexture2D::6272267056033346393::1762034523::1762549938::1::::<><><>0<>0<>0a256899c7ce067dc7442c6bb1d707a2<>res://godot/imported/laptop_SW.png-833c5e07d00260b64b5158837b3e938f.ctex:: +loungeChairRelax_NE.png::CompressedTexture2D::5975342771765100215::1762034523::1762549938::1::::<><><>0<>0<>afa2fcb23a48add2aa741431541d8878<>res://godot/imported/loungeChairRelax_NE.png-81e98f353f5b6a38301af913ab29e52c.ctex:: +loungeChairRelax_NW.png::CompressedTexture2D::8922451994768992135::1762034523::1762549938::1::::<><><>0<>0<>71456abb71b5406b1e854bb5432f0a07<>res://godot/imported/loungeChairRelax_NW.png-5ba459b4508c508f52ed88e2539ef728.ctex:: +loungeChairRelax_SE.png::CompressedTexture2D::2784021236982421551::1762034524::1762549938::1::::<><><>0<>0<>cb35edef8c71eae1a6e6f57f3c564e61<>res://godot/imported/loungeChairRelax_SE.png-dd151c468c0ce9c927fc92b7acd0f8cd.ctex:: +loungeChairRelax_SW.png::CompressedTexture2D::9152208619701122089::1762034524::1762549938::1::::<><><>0<>0<>1cf3f0e0b16d2c847c86734351429467<>res://godot/imported/loungeChairRelax_SW.png-0db678bc51eae4dd8a928530bd66a65d.ctex:: +loungeChair_NE.png::CompressedTexture2D::4534577175402231195::1762034524::1762549938::1::::<><><>0<>0<>548d3b897ebad012fdacd2c37ca543d7<>res://godot/imported/loungeChair_NE.png-b27cfd92055653949fbfa654dc4659f5.ctex:: +loungeChair_NW.png::CompressedTexture2D::8916187386789605980::1762034524::1762549938::1::::<><><>0<>0<>4bdd0be43a02830273f7763e0bd918f1<>res://godot/imported/loungeChair_NW.png-e8fc9a8edebb84d8a102e49a84bf1242.ctex:: +loungeChair_SE.png::CompressedTexture2D::2496305038449976312::1762034524::1762549938::1::::<><><>0<>0<>e23d4892f07a5aa97bda9946862e4691<>res://godot/imported/loungeChair_SE.png-bf2ded80f6947d623d36ecb765d49933.ctex:: +loungeChair_SW.png::CompressedTexture2D::5504002674336904020::1762034524::1762549938::1::::<><><>0<>0<>06c2ee0e4fc0039eadd990f08f979f65<>res://godot/imported/loungeChair_SW.png-7be97b6029c6b6fed07ec945b096ba79.ctex:: +loungeDesignChair_NE.png::CompressedTexture2D::2353063933573716437::1762034524::1762549938::1::::<><><>0<>0<>3da38d21fca00d25345d3106e81dc09a<>res://godot/imported/loungeDesignChair_NE.png-3f0cc16b0bc270e574e2d51ffdafbf55.ctex:: +loungeDesignChair_NW.png::CompressedTexture2D::1272559910850126390::1762034524::1762549938::1::::<><><>0<>0<>7a592b2d4e2ee06723a2b5a1af4a005f<>res://godot/imported/loungeDesignChair_NW.png-689a29096132a0bbdb74d632444b6f65.ctex:: +loungeDesignChair_SE.png::CompressedTexture2D::5520338894850841757::1762034524::1762549938::1::::<><><>0<>0<>9a7043a31821add9ef3f0b44f5360c61<>res://godot/imported/loungeDesignChair_SE.png-d540605b183268a2d0aaa05f6c4b02d3.ctex:: +loungeDesignChair_SW.png::CompressedTexture2D::7651196212703108867::1762034524::1762549938::1::::<><><>0<>0<>cca9f52573114b16bdb60e74641e2a71<>res://godot/imported/loungeDesignChair_SW.png-331c7a5f7339418a058708963fcd114c.ctex:: +loungeDesignSofaCorner_NE.png::CompressedTexture2D::1953955837897067424::1762034524::1762549938::1::::<><><>0<>0<>c6f49473318b808e570036bcfd11aa3d<>res://godot/imported/loungeDesignSofaCorner_NE.png-2e7701ea33439d8e8b2c1f20d7847a7d.ctex:: +loungeDesignSofaCorner_NW.png::CompressedTexture2D::7628650063723376248::1762034524::1762549938::1::::<><><>0<>0<>cd5e2e931f57688a30cd87593474fd6d<>res://godot/imported/loungeDesignSofaCorner_NW.png-5056580d8e2a5336429c1f67ef20e0c1.ctex:: +loungeDesignSofaCorner_SE.png::CompressedTexture2D::7627896065358684627::1762034524::1762549938::1::::<><><>0<>0<>25b1e4d1012d01131e2e72a164b6caf0<>res://godot/imported/loungeDesignSofaCorner_SE.png-3bdafcbf1a16d7436613176e877c5f47.ctex:: +loungeDesignSofaCorner_SW.png::CompressedTexture2D::2578467958035805967::1762034524::1762549938::1::::<><><>0<>0<>dedd78e2c90149552d3f831a97dee009<>res://godot/imported/loungeDesignSofaCorner_SW.png-d323e1ce2721ea4fb18b17d293199722.ctex:: +loungeDesignSofa_NE.png::CompressedTexture2D::4668158877971750273::1762034524::1762549938::1::::<><><>0<>0<>4843090087e6a58b03372c9a839d03e0<>res://godot/imported/loungeDesignSofa_NE.png-f549f9a2542d401170a4691639c02f85.ctex:: +loungeDesignSofa_NW.png::CompressedTexture2D::4123120955962226042::1762034524::1762549938::1::::<><><>0<>0<>10337d7aaa99aacb1064d5592c275dec<>res://godot/imported/loungeDesignSofa_NW.png-0e0498d544a26cafd232c946f144cb2b.ctex:: +loungeDesignSofa_SE.png::CompressedTexture2D::3839497348170303706::1762034524::1762549938::1::::<><><>0<>0<>36ae8b7e9c81e160377cd0fbbf5dbe75<>res://godot/imported/loungeDesignSofa_SE.png-8fe766a2ddadf82db19cde17440121b2.ctex:: +loungeDesignSofa_SW.png::CompressedTexture2D::5298171021972198029::1762034524::1762549938::1::::<><><>0<>0<>fa493077712754e94987a31e0fa8cef8<>res://godot/imported/loungeDesignSofa_SW.png-f9f8f45df83191d27d879b75d611fb7a.ctex:: +loungeSofaCorner_NE.png::CompressedTexture2D::8179190728998386095::1762034524::1762549938::1::::<><><>0<>0<>992165f0a3635a5354e6afca00c3476f<>res://godot/imported/loungeSofaCorner_NE.png-ef0f6fb604ffb1da66ff9cf10959a036.ctex:: +loungeSofaCorner_NW.png::CompressedTexture2D::8776292463470439069::1762034524::1762549938::1::::<><><>0<>0<>20458027efc4f6acfbc2a62ff93c44e0<>res://godot/imported/loungeSofaCorner_NW.png-ed208fa90d95516312a7661f0734e077.ctex:: +loungeSofaCorner_SE.png::CompressedTexture2D::5430541941223158636::1762034524::1762549938::1::::<><><>0<>0<>b99116b25fe66f2ed1aebfbc007a7705<>res://godot/imported/loungeSofaCorner_SE.png-dc7ad9e34722fee12c56c21505536006.ctex:: +loungeSofaCorner_SW.png::CompressedTexture2D::6950142506616367390::1762034524::1762549938::1::::<><><>0<>0<>d68c41b70398c5f5f0a319db283e0933<>res://godot/imported/loungeSofaCorner_SW.png-2678d496b3eeaee1ce002a74d0ca6f78.ctex:: +loungeSofaLong_NE.png::CompressedTexture2D::3121732610184317430::1762034524::1762549938::1::::<><><>0<>0<>e737d640b0563682ddaba4cfeedd27af<>res://godot/imported/loungeSofaLong_NE.png-640de98f7eb267aec0f7e144632fe59b.ctex:: +loungeSofaLong_NW.png::CompressedTexture2D::6220737672678696996::1762034524::1762549938::1::::<><><>0<>0<>03e83626bd144275a9a949cbdd1485a3<>res://godot/imported/loungeSofaLong_NW.png-6e08261435adcba131e0686e4a0f7e02.ctex:: +loungeSofaLong_SE.png::CompressedTexture2D::3227068310794985900::1762034524::1762549938::1::::<><><>0<>0<>79e2edc3bb989929729c4f104b706899<>res://godot/imported/loungeSofaLong_SE.png-c6bf6751f84b7ac4c2a8410519be8d5a.ctex:: +loungeSofaLong_SW.png::CompressedTexture2D::2220542446842950973::1762034524::1762549938::1::::<><><>0<>0<>d46a3eeb1b625c3a2f73bbdf979b98e5<>res://godot/imported/loungeSofaLong_SW.png-b9ad598a7429d3085d3fc08a033c6d78.ctex:: +loungeSofaOttoman_NE.png::CompressedTexture2D::5091981764214597199::1762034524::1762549938::1::::<><><>0<>0<>94c691b85e42774b2a61b780fe9df5d5<>res://godot/imported/loungeSofaOttoman_NE.png-e9ad791af6cc1e258126a7b3f5c017f6.ctex:: +loungeSofaOttoman_NW.png::CompressedTexture2D::3624186084848528264::1762034524::1762549938::1::::<><><>0<>0<>810411a014599b4ee67b147e5498ff6d<>res://godot/imported/loungeSofaOttoman_NW.png-320eeaabff8698aadc77f723129cf45b.ctex:: +loungeSofaOttoman_SE.png::CompressedTexture2D::3315832155262977051::1762034524::1762549938::1::::<><><>0<>0<>263032d039e077085062caaade63889a<>res://godot/imported/loungeSofaOttoman_SE.png-8d7dabf569f59a041226f0103b6cbffc.ctex:: +loungeSofaOttoman_SW.png::CompressedTexture2D::3926083496641045074::1762034524::1762549938::1::::<><><>0<>0<>81356373ef0178b24f2efa38a4e13d58<>res://godot/imported/loungeSofaOttoman_SW.png-0458c14ccda60c2c3bc696114d0b955e.ctex:: +loungeSofa_NE.png::CompressedTexture2D::724337657326759779::1762034524::1762549938::1::::<><><>0<>0<>d69e71de5bafb9a518b86b4e63c7882a<>res://godot/imported/loungeSofa_NE.png-fb3c4155b0f568a9bb2f05b608814248.ctex:: +loungeSofa_NW.png::CompressedTexture2D::5336123956145150376::1762034524::1762549938::1::::<><><>0<>0<>026583ccd9b108fabe9b9631901949a4<>res://godot/imported/loungeSofa_NW.png-3bd6c6c357f44d9e6eb9a73723fbf359.ctex:: +loungeSofa_SE.png::CompressedTexture2D::7838717890636197083::1762034524::1762549938::1::::<><><>0<>0<>fded3efc644e1f02f3b4a11a0e899ea1<>res://godot/imported/loungeSofa_SE.png-acd4b5f4ffbf04324dc07fcdae4fd9e1.ctex:: +loungeSofa_SW.png::CompressedTexture2D::4450349772454941909::1762034524::1762549938::1::::<><><>0<>0<>992a192b0ffea8dcfae5016a15b2f439<>res://godot/imported/loungeSofa_SW.png-8926b71ef9df98b44c5b9bc70d0b0764.ctex:: +paneling_NE.png::CompressedTexture2D::112336395311282364::1762034524::1762549938::1::::<><><>0<>0<>ab62cc85f97d829c708a0b0cad6568c2<>res://godot/imported/paneling_NE.png-65e30c876a1d35fd607df1ce2ac014e1.ctex:: +paneling_NW.png::CompressedTexture2D::5912271215811070240::1762034524::1762549938::1::::<><><>0<>0<>faf61a232d7b705437ed8974dd7ca4da<>res://godot/imported/paneling_NW.png-306cb47c15e24e9ceeb02cc08d50792e.ctex:: +paneling_SE.png::CompressedTexture2D::359994420827030555::1762034524::1762549938::1::::<><><>0<>0<>6096963f6a0603dd4daf320f89dfe301<>res://godot/imported/paneling_SE.png-ec5199838d8a25ea02475082d80cc828.ctex:: +paneling_SW.png::CompressedTexture2D::2511283808227153368::1762034524::1762549938::1::::<><><>0<>0<>a208c4a02b5056e0875c09206c7acb0c<>res://godot/imported/paneling_SW.png-53ef4edbdda2e270a92829c8029a2475.ctex:: +pillowBlueLong_NE.png::CompressedTexture2D::8019599483504107040::1762034524::1762549938::1::::<><><>0<>0<>b494334084819020e9661d56f93c2e3a<>res://godot/imported/pillowBlueLong_NE.png-b06f9416f276ff02a7c0ef4b9a0e953f.ctex:: +pillowBlueLong_NW.png::CompressedTexture2D::5311782969305716684::1762034524::1762549938::1::::<><><>0<>0<>d60c8069335e0e48b6aa7b031a7cd8ff<>res://godot/imported/pillowBlueLong_NW.png-8769263f3da77297864a8c8a826abb26.ctex:: +pillowBlueLong_SE.png::CompressedTexture2D::8425594295830214331::1762034524::1762549938::1::::<><><>0<>0<>1bd684b02aecb2a6a3821f618212964a<>res://godot/imported/pillowBlueLong_SE.png-a946184516db875ad57758d15ebae1fc.ctex:: +pillowBlueLong_SW.png::CompressedTexture2D::7724057191280942553::1762034524::1762549938::1::::<><><>0<>0<>72688e5120f54a63c11658fc9cd428b4<>res://godot/imported/pillowBlueLong_SW.png-b677ff3d25b451eb6612dab2150523f2.ctex:: +pillowBlue_NE.png::CompressedTexture2D::7737424958408128509::1762034524::1762549938::1::::<><><>0<>0<>82350048074f9088511e3100a6afbad0<>res://godot/imported/pillowBlue_NE.png-8bebaf8142c01272c7552af80544c0a7.ctex:: +pillowBlue_NW.png::CompressedTexture2D::2725843994400918198::1762034524::1762549938::1::::<><><>0<>0<>a1a6c1b3c38a34ce1f697f70aa80fb6a<>res://godot/imported/pillowBlue_NW.png-09ef6f411ecb48a73709a3ebefcd3d8c.ctex:: +pillowBlue_SE.png::CompressedTexture2D::6870492897694328445::1762034524::1762549938::1::::<><><>0<>0<>c54ea5b9b7abfb97a65d294b90752ed0<>res://godot/imported/pillowBlue_SE.png-7d4a971f4284062cadcc113f4b862306.ctex:: +pillowBlue_SW.png::CompressedTexture2D::6589429562323668569::1762034524::1762549938::1::::<><><>0<>0<>f4ea72e133611d057c2121f1a29d0b1b<>res://godot/imported/pillowBlue_SW.png-968565960947086fad59c35c0679dcfa.ctex:: +pillowLong_NE.png::CompressedTexture2D::7240204401143755138::1762034524::1762549938::1::::<><><>0<>0<>f738f1c3a5134df9eccbaf01fe58005c<>res://godot/imported/pillowLong_NE.png-8d77582eed7d82a3bfeb2b7ceff04653.ctex:: +pillowLong_NW.png::CompressedTexture2D::1254192837887592438::1762034524::1762549938::1::::<><><>0<>0<>60e18f5089d21e567a0efa7539b8f2c9<>res://godot/imported/pillowLong_NW.png-bd9560d3bb321e1dcde59978cfb760f9.ctex:: +pillowLong_SE.png::CompressedTexture2D::7380534022535882425::1762034524::1762549938::1::::<><><>0<>0<>431c0903454bd922e4c8d8fd38f7eb55<>res://godot/imported/pillowLong_SE.png-01b8d3d1d99ae611f21a5e24ed0d6a93.ctex:: +pillowLong_SW.png::CompressedTexture2D::717167858724058418::1762034524::1762549938::1::::<><><>0<>0<>0ccdb060ee38f50de05e560953a502e1<>res://godot/imported/pillowLong_SW.png-a42458340bc01c1bcfeb7f49b49544dc.ctex:: +pillow_NE.png::CompressedTexture2D::3106088367744062348::1762034524::1762549938::1::::<><><>0<>0<>17e0b56ff083d2425261d16aa598c4ce<>res://godot/imported/pillow_NE.png-13a6b21284ad6591883a2d44ae750fb5.ctex:: +pillow_NW.png::CompressedTexture2D::8844114479436874416::1762034524::1762549938::1::::<><><>0<>0<>f223b3a7b45dd0a83baaf2ce04ddf699<>res://godot/imported/pillow_NW.png-7d0e94365e8b50c52eb53eae8edf64c9.ctex:: +pillow_SE.png::CompressedTexture2D::3603449029921056980::1762034524::1762549938::1::::<><><>0<>0<>a8e21a5e41ba686c37eaa174614482a6<>res://godot/imported/pillow_SE.png-20d7896f10e23cd692e076577db3b239.ctex:: +pillow_SW.png::CompressedTexture2D::7823394556172459172::1762034524::1762549938::1::::<><><>0<>0<>657eebea3f084b50e0bee720dbf15eec<>res://godot/imported/pillow_SW.png-0337a0ebfcd02fab9b2c3d40a1e5d405.ctex:: +plantSmall1_NE.png::CompressedTexture2D::5140401093972787288::1762034524::1762549938::1::::<><><>0<>0<>86ffc50935476572aa24b365d5c38350<>res://godot/imported/plantSmall1_NE.png-f407852cd15a06ac6574a330b47be43c.ctex:: +plantSmall1_NW.png::CompressedTexture2D::6111559020558706242::1762034524::1762549938::1::::<><><>0<>0<>f0429c913794d83634e788466fad5b0e<>res://godot/imported/plantSmall1_NW.png-a5f184da13aef23aa252688636c72903.ctex:: +plantSmall1_SE.png::CompressedTexture2D::6993695598856259595::1762034524::1762549938::1::::<><><>0<>0<>fb75cfd98fd33f39eab394a6a8715e85<>res://godot/imported/plantSmall1_SE.png-163822939c97c6525b6e6c041d471683.ctex:: +plantSmall1_SW.png::CompressedTexture2D::5028574165985822867::1762034524::1762549938::1::::<><><>0<>0<>6707e7780acf7ba5b81ac60a6df57905<>res://godot/imported/plantSmall1_SW.png-e8d15abc88ca0e3741ccd7f8dead3423.ctex:: +plantSmall2_NE.png::CompressedTexture2D::2681588155772982915::1762034524::1762549938::1::::<><><>0<>0<>989072f0c6298d06a527d290703ff65c<>res://godot/imported/plantSmall2_NE.png-5e5c5b7e625bcea590d9f832f14e49c5.ctex:: +plantSmall2_NW.png::CompressedTexture2D::5006572277733120181::1762034524::1762549938::1::::<><><>0<>0<>34d8435506b38449921c371e9cb7f01b<>res://godot/imported/plantSmall2_NW.png-1ccc4d81d9469c3cf3f861431251f5ff.ctex:: +plantSmall2_SE.png::CompressedTexture2D::5324160719700163122::1762034524::1762549938::1::::<><><>0<>0<>cec8e0985727206a34a23af92088ecc7<>res://godot/imported/plantSmall2_SE.png-755b467f398b967f868bf5e616984b5a.ctex:: +plantSmall2_SW.png::CompressedTexture2D::8659650448009931712::1762034524::1762549938::1::::<><><>0<>0<>db70fa39a88c96088841dbdea3935edc<>res://godot/imported/plantSmall2_SW.png-b7474fa3bdff746d771983eea8d40421.ctex:: +plantSmall3_NE.png::CompressedTexture2D::7261076517510728843::1762034524::1762549938::1::::<><><>0<>0<>76256098c2dd4746d84928f590f0a5b9<>res://godot/imported/plantSmall3_NE.png-d2d2e2293e4a896eb7562458838501cc.ctex:: +plantSmall3_NW.png::CompressedTexture2D::6806551455973699036::1762034524::1762549938::1::::<><><>0<>0<>c32354dd6c1bbc5b3555a5e5a7ef03ae<>res://godot/imported/plantSmall3_NW.png-e325302685be070a22dc10eb5910f89c.ctex:: +plantSmall3_SE.png::CompressedTexture2D::4187211263546884225::1762034524::1762549938::1::::<><><>0<>0<>2bd9deff62493676bc246e4c7efcd6fd<>res://godot/imported/plantSmall3_SE.png-61b60ada1f9baad725a2eb2d8ef2732a.ctex:: +plantSmall3_SW.png::CompressedTexture2D::3701210683140949151::1762034524::1762549938::1::::<><><>0<>0<>8e79d764f534b2a603275ee19b2321ab<>res://godot/imported/plantSmall3_SW.png-440ae3f7b4bd83b439811bce346e0fa7.ctex:: +pottedPlant_NE.png::CompressedTexture2D::8137248200531014545::1762034524::1762549938::1::::<><><>0<>0<>cc64fdd75c5eef33ab54800bfec6a7a8<>res://godot/imported/pottedPlant_NE.png-7b90e07fbfb6278eab2dbe5c6e3091a2.ctex:: +pottedPlant_NW.png::CompressedTexture2D::4097565844311157778::1762034524::1762549938::1::::<><><>0<>0<>8f4e193c3edf51fa37c33d88f2dc0a15<>res://godot/imported/pottedPlant_NW.png-d03be8f3b96b11d62963798bd0644cf3.ctex:: +pottedPlant_SE.png::CompressedTexture2D::8026485740590440450::1762034524::1762549938::1::::<><><>0<>0<>e460e6292f75e2258affad18c1272701<>res://godot/imported/pottedPlant_SE.png-5600b18d335bb4e8dadb6e4f5f04cba0.ctex:: +pottedPlant_SW.png::CompressedTexture2D::19242333656026160::1762034524::1762549938::1::::<><><>0<>0<>daf3947559b6eeba70b9f6c0d9683544<>res://godot/imported/pottedPlant_SW.png-cc2e5e23458e548222057f6f4aceec33.ctex:: +radio_NE.png::CompressedTexture2D::2214735358779365420::1762034524::1762549938::1::::<><><>0<>0<>3f5bf45ccb67ee1e4fc0f79ef78860de<>res://godot/imported/radio_NE.png-3a9d3431b388afa6e343d72ac91af277.ctex:: +radio_NW.png::CompressedTexture2D::7750654599303640048::1762034524::1762549938::1::::<><><>0<>0<>514db347dbedcf6857cb1d6b2296b2e4<>res://godot/imported/radio_NW.png-83920b0234b9b70332c039df916fda19.ctex:: +radio_SE.png::CompressedTexture2D::4333823313107964253::1762034524::1762549938::1::::<><><>0<>0<>3ea2255f3044f9ac63d9e0fc15887fdc<>res://godot/imported/radio_SE.png-7f74454222fc2a1aea1300803adaced9.ctex:: +radio_SW.png::CompressedTexture2D::9163225431846468725::1762034524::1762549938::1::::<><><>0<>0<>df705bf61f6d6a2b3958ba490bd75bad<>res://godot/imported/radio_SW.png-e592b4155c87cb264957b0f4fd8a7713.ctex:: +rugDoormat_NE.png::CompressedTexture2D::123001320085426712::1762034524::1762549938::1::::<><><>0<>0<>26f1f84e361b6f8bdfb938b51a7e8495<>res://godot/imported/rugDoormat_NE.png-eb2f8ae067c65fe307fd42e9e11122cc.ctex:: +rugDoormat_NW.png::CompressedTexture2D::186754398321205906::1762034524::1762549938::1::::<><><>0<>0<>ca7740df6ddd5c9afe6aa97afa4f22a7<>res://godot/imported/rugDoormat_NW.png-59f74080372e0a750dd88d0967540a9f.ctex:: +rugDoormat_SE.png::CompressedTexture2D::4644481580245733279::1762034524::1762549938::1::::<><><>0<>0<>c12d7bd62d5507e3f0ea965d83a59db8<>res://godot/imported/rugDoormat_SE.png-fcd8f1629f62b55a9c4bfb69cbe9dfe2.ctex:: +rugDoormat_SW.png::CompressedTexture2D::229236824412998419::1762034524::1762549938::1::::<><><>0<>0<>b9a0a7ffaec6179a8ad9d929b3f567f9<>res://godot/imported/rugDoormat_SW.png-41ce7f983a92b15fa00a586fbc17b3ac.ctex:: +rugRectangle_NE.png::CompressedTexture2D::3739271657209852484::1762034524::1762549938::1::::<><><>0<>0<>8031ca9fe11550cfdd8cfa6b38bd1961<>res://godot/imported/rugRectangle_NE.png-79aea57c238fa6edfa644ba50aa23a24.ctex:: +rugRectangle_NW.png::CompressedTexture2D::2763459860392148065::1762034524::1762549938::1::::<><><>0<>0<>62e054f9ad3fb572d3f708927701fcb8<>res://godot/imported/rugRectangle_NW.png-5bf79cdaeb13a5f605b1389b327e3467.ctex:: +rugRectangle_SE.png::CompressedTexture2D::2558372914971128253::1762034524::1762549938::1::::<><><>0<>0<>a95a22c2334dacef68e76a793acd5d18<>res://godot/imported/rugRectangle_SE.png-e3028348043da01668324d79f07dd343.ctex:: +rugRectangle_SW.png::CompressedTexture2D::128811314490551222::1762034524::1762549938::1::::<><><>0<>0<>d8cebba2f553ca1322dfc16b1111c7eb<>res://godot/imported/rugRectangle_SW.png-85ed0927dbf2c9610767870d90d50139.ctex:: +rugRounded_NE.png::CompressedTexture2D::2229175391068048802::1762034524::1762549938::1::::<><><>0<>0<>b60881fb827fa77b83a5db1d946cd04e<>res://godot/imported/rugRounded_NE.png-84eaac3b90ef9cda0be3df3aa74310fe.ctex:: +rugRounded_NW.png::CompressedTexture2D::5507913270584095423::1762034524::1762549938::1::::<><><>0<>0<>d307d8c24a7c007f09da17d954d65fb2<>res://godot/imported/rugRounded_NW.png-84274c30789380f6b56a9782189f94ba.ctex:: +rugRounded_SE.png::CompressedTexture2D::929369634304867801::1762034524::1762549935::1::::<><><>0<>0<>67c70d424e274fae44b232f9f5cac08e<>res://godot/imported/rugRounded_SE.png-45a79e63f2b83c32dfb5bc2c8e24f914.ctex:: +rugRounded_SW.png::CompressedTexture2D::438281617128684655::1762034524::1762549935::1::::<><><>0<>0<>43706538522d961eb3ab7f1b88156958<>res://godot/imported/rugRounded_SW.png-a173464c89ae72c4da7ec1b2ce39c2dc.ctex:: +rugRound_NE.png::CompressedTexture2D::378723443162444837::1762034524::1762549935::1::::<><><>0<>0<>7d2ba5e59427146b3d343a02ee6a1ca2<>res://godot/imported/rugRound_NE.png-a112bafcded1a21b5c128b7b4a7a9560.ctex:: +rugRound_NW.png::CompressedTexture2D::6701596365932541341::1762034524::1762549935::1::::<><><>0<>0<>7b02a3b91325478a893b94118b1228f8<>res://godot/imported/rugRound_NW.png-96dc973c05bb6b91a059880fb7b327a6.ctex:: +rugRound_SE.png::CompressedTexture2D::467865581740511709::1762034524::1762549935::1::::<><><>0<>0<>60a25cad6cf002347712e31b86781a74<>res://godot/imported/rugRound_SE.png-a22add3ab344a106d8f766ae894acb02.ctex:: +rugRound_SW.png::CompressedTexture2D::6346472895466149847::1762034524::1762549935::1::::<><><>0<>0<>fb78151c8033a477d54c34cd76944aa4<>res://godot/imported/rugRound_SW.png-e0ae587cc339bbe4b0622eb7ed015991.ctex:: +rugSquare_NE.png::CompressedTexture2D::2072744490388774351::1762034524::1762549935::1::::<><><>0<>0<>77017e4ca265a6f32e548490be6a7d4f<>res://godot/imported/rugSquare_NE.png-25be197e5671fe5bf4b05ccbce64a0fc.ctex:: +rugSquare_NW.png::CompressedTexture2D::8893319395109855527::1762034524::1762549935::1::::<><><>0<>0<>a3e4f83891fbd601a628d067365f23e8<>res://godot/imported/rugSquare_NW.png-224e218ea5f37ddd54b3d88d04720300.ctex:: +rugSquare_SE.png::CompressedTexture2D::68364870029605000::1762034524::1762549935::1::::<><><>0<>0<>b0ea70646a2c9e7aa23c8ef8797f19f7<>res://godot/imported/rugSquare_SE.png-42ec082d7a913b464d36f167fb244553.ctex:: +rugSquare_SW.png::CompressedTexture2D::949367293673516913::1762034524::1762549935::1::::<><><>0<>0<>0d7d520f5259fde4745799b7f9cd3399<>res://godot/imported/rugSquare_SW.png-f51c48702fb704ecc7aee59dd72906b5.ctex:: +showerRound_NE.png::CompressedTexture2D::6669245927323146581::1762034524::1762549935::1::::<><><>0<>0<>fb1c2fdc075dc2ce2dd21d1f89ca3195<>res://godot/imported/showerRound_NE.png-dde0b608e0900d46179ce70d316b85e0.ctex:: +showerRound_NW.png::CompressedTexture2D::2733514249987833426::1762034524::1762549935::1::::<><><>0<>0<>2169803c809f1b2f5bc27db569a131da<>res://godot/imported/showerRound_NW.png-c336eff5ae8c0bc26713cb4066eeb55b.ctex:: +showerRound_SE.png::CompressedTexture2D::3015445072901998229::1762034524::1762549935::1::::<><><>0<>0<>e6146659a8e2c72dc2c27ff974cd8a66<>res://godot/imported/showerRound_SE.png-a72cc9437a4974cda480ccd681d636bf.ctex:: +showerRound_SW.png::CompressedTexture2D::8078799656536280012::1762034524::1762549935::1::::<><><>0<>0<>334eb79b79d22d874fbb7a1433d6f69f<>res://godot/imported/showerRound_SW.png-42bb47216ec2bd33d46ea7559f57bc71.ctex:: +shower_NE.png::CompressedTexture2D::4609275339205679115::1762034524::1762549935::1::::<><><>0<>0<>699727305818ac9352aa852bab3fb725<>res://godot/imported/shower_NE.png-a548d29dee929518fc8bde6f2c63bedc.ctex:: +shower_NW.png::CompressedTexture2D::8016733183444813315::1762034524::1762549935::1::::<><><>0<>0<>cac2bb824a6f98956d2577aba2f604b1<>res://godot/imported/shower_NW.png-4e80dfe6e8e165443c72840cdd2a4457.ctex:: +shower_SE.png::CompressedTexture2D::7428344276759362900::1762034524::1762549935::1::::<><><>0<>0<>0e6741631f0668483ae4981e2bc81a4a<>res://godot/imported/shower_SE.png-a215dcf5725090ef4dbcf8b3b068fe66.ctex:: +shower_SW.png::CompressedTexture2D::4686792125317129505::1762034524::1762549935::1::::<><><>0<>0<>2a521183823d144215f60324773071ec<>res://godot/imported/shower_SW.png-288277b1c867b1556322763ceaee0420.ctex:: +sideTableDrawers_NE.png::CompressedTexture2D::5035558327861869941::1762034524::1762549935::1::::<><><>0<>0<>39843a921957c9bdd8eddd0fbddf30c6<>res://godot/imported/sideTableDrawers_NE.png-1677f835f1b9899af5be81058d9674df.ctex:: +sideTableDrawers_NW.png::CompressedTexture2D::2368941445473178198::1762034524::1762549935::1::::<><><>0<>0<>5b3e8da487f3cd87bdc0e8d7374c7ae3<>res://godot/imported/sideTableDrawers_NW.png-ec69a0f1c3088e67c92d9fe973949f21.ctex:: +sideTableDrawers_SE.png::CompressedTexture2D::8453558322497971231::1762034524::1762549935::1::::<><><>0<>0<>e4daeaf2ea1545954f75577ab1d3ad1c<>res://godot/imported/sideTableDrawers_SE.png-1d8cd12fde228563f3d9eabef9c21661.ctex:: +sideTableDrawers_SW.png::CompressedTexture2D::6548014754844571346::1762034524::1762549935::1::::<><><>0<>0<>25fb2c90646bc5f1f688d5f27a42a0f0<>res://godot/imported/sideTableDrawers_SW.png-00b994a64dd60aedc200a52d033d72dc.ctex:: +sideTable_NE.png::CompressedTexture2D::5158072822361955649::1762034524::1762549935::1::::<><><>0<>0<>6c72ecedbdb5f08190f4d7c573870818<>res://godot/imported/sideTable_NE.png-01f16cf354d168ff0f33d8ed1ec8c2ae.ctex:: +sideTable_NW.png::CompressedTexture2D::1262457177563273375::1762034524::1762549935::1::::<><><>0<>0<>fc61d85cd4bce90aa37a3ce355dc95d9<>res://godot/imported/sideTable_NW.png-19fb62e1b6e1654324730e573dedf566.ctex:: +sideTable_SE.png::CompressedTexture2D::7033667237991135096::1762034524::1762549935::1::::<><><>0<>0<>fa6f0373c826119441c1fc15489d7b46<>res://godot/imported/sideTable_SE.png-a8e423daeeeb766c749550ab42dbc992.ctex:: +sideTable_SW.png::CompressedTexture2D::796210272998576177::1762034524::1762549935::1::::<><><>0<>0<>058698b5c0162bc50bd0d542059adf94<>res://godot/imported/sideTable_SW.png-b22bce91ab20a8f725fa98531e01f04b.ctex:: +speakerSmall_NE.png::CompressedTexture2D::914048273818928787::1762034524::1762549935::1::::<><><>0<>0<>5f3b8a4cf243dd32656bf8b1056c79a5<>res://godot/imported/speakerSmall_NE.png-95be022dcd8ac77358ea2591a7efae3d.ctex:: +speakerSmall_NW.png::CompressedTexture2D::4949743267803195899::1762034524::1762549935::1::::<><><>0<>0<>92d22539213986544bb990e3a978743b<>res://godot/imported/speakerSmall_NW.png-f3a2c97be2e3f54b747282b2a2109043.ctex:: +speakerSmall_SE.png::CompressedTexture2D::5758906038811089314::1762034524::1762549935::1::::<><><>0<>0<>a55d9a41c8dc91d5970a71f9fec1174d<>res://godot/imported/speakerSmall_SE.png-a58362f652fa2d5dbedb86e7bc0c9581.ctex:: +speakerSmall_SW.png::CompressedTexture2D::6021954833540565277::1762034524::1762549935::1::::<><><>0<>0<>f56dbe8cf0a4ff1d320d6944aa0e7720<>res://godot/imported/speakerSmall_SW.png-a4be1e40f17c5bccec9e6a689b392a9a.ctex:: +speaker_NE.png::CompressedTexture2D::6934329748606995276::1762034524::1762549935::1::::<><><>0<>0<>72ad603fdf7d9ac9e4b4e6850bda24a9<>res://godot/imported/speaker_NE.png-8de749daf19f398f0ffc9f750e930b9a.ctex:: +speaker_NW.png::CompressedTexture2D::1279608452626997419::1762034524::1762549935::1::::<><><>0<>0<>af0ea82545fd8200ca59ad8cf640709d<>res://godot/imported/speaker_NW.png-b837f29d000dcc107e71c68480b3b9ce.ctex:: +speaker_SE.png::CompressedTexture2D::3153846613260115737::1762034524::1762549935::1::::<><><>0<>0<>b6c7ea0cc9b2798fa0fa568ee772e2ee<>res://godot/imported/speaker_SE.png-d2fbcfd52717bd23e1a8f2a05aaf71d4.ctex:: +speaker_SW.png::CompressedTexture2D::8424056795441901044::1762034524::1762549935::1::::<><><>0<>0<>8f70c9d70817202f4adcbe8ba9fd0bed<>res://godot/imported/speaker_SW.png-d3ff2e6701cdcb46e8fa287b15f758ec.ctex:: +stairsCorner_NE.png::CompressedTexture2D::6934343778221986723::1762034524::1762549935::1::::<><><>0<>0<>cfe53e6240554b3756b96df7ef3d7508<>res://godot/imported/stairsCorner_NE.png-960490e5626f0635776192c2cfadfd7c.ctex:: +stairsCorner_NW.png::CompressedTexture2D::719717248489336353::1762034524::1762549935::1::::<><><>0<>0<>a367a54258e923b1306cd3d7deef14b1<>res://godot/imported/stairsCorner_NW.png-48c6057800467e4e996211c8e52dc7f5.ctex:: +stairsCorner_SE.png::CompressedTexture2D::3926917345772334726::1762034524::1762549935::1::::<><><>0<>0<>926d19755221cd8b566658bd0e17b17d<>res://godot/imported/stairsCorner_SE.png-69600e201e167602e1dfeb96769e5519.ctex:: +stairsCorner_SW.png::CompressedTexture2D::9199386569176721989::1762034524::1762549935::1::::<><><>0<>0<>c22fa9e863b7db497fa03dc25959ef83<>res://godot/imported/stairsCorner_SW.png-b599ab5c5adde6adcf003d825f3e5842.ctex:: +stairsOpenSingle_NE.png::CompressedTexture2D::3844086458812037924::1762034524::1762549935::1::::<><><>0<>0<>6d9e61b2e086bfaa9ca43983a1873e7a<>res://godot/imported/stairsOpenSingle_NE.png-5b874c8a8bf00fa6c55da2bb265c78d3.ctex:: +stairsOpenSingle_NW.png::CompressedTexture2D::1090418808196478986::1762034524::1762549935::1::::<><><>0<>0<>eb0e472e59ea02b52fc169312620bc93<>res://godot/imported/stairsOpenSingle_NW.png-ea9f400927c262eecb6e7a754f509514.ctex:: +stairsOpenSingle_SE.png::CompressedTexture2D::3597934388526957686::1762034524::1762549935::1::::<><><>0<>0<>d3b712dd3af55054b10a2ffdf2d8fc42<>res://godot/imported/stairsOpenSingle_SE.png-088e5ca18ce70cfe9a00a46a95ad3054.ctex:: +stairsOpenSingle_SW.png::CompressedTexture2D::1212225031590898639::1762034524::1762549935::1::::<><><>0<>0<>ab88ea6e68d21c6039688351cf44980e<>res://godot/imported/stairsOpenSingle_SW.png-fc313b02109c44a09894d86989fa18dc.ctex:: +stairsOpen_NE.png::CompressedTexture2D::5821287677079929903::1762034524::1762549935::1::::<><><>0<>0<>5f6f6492b4a4cee6f5b194064e298a7f<>res://godot/imported/stairsOpen_NE.png-3f89e97d530829b3b7f0d3f1c549b8ee.ctex:: +stairsOpen_NW.png::CompressedTexture2D::9131801018229792342::1762034524::1762549935::1::::<><><>0<>0<>2a4caa9d43597374a04ebdecdad08eee<>res://godot/imported/stairsOpen_NW.png-fb466fd7899904f7456b9cbdeee8c8f4.ctex:: +stairsOpen_SE.png::CompressedTexture2D::7565789664107889543::1762034524::1762549935::1::::<><><>0<>0<>97bb368c1208ae1a34ca0914cb05bb4b<>res://godot/imported/stairsOpen_SE.png-a8e3a4124681543834558ac1e66f5b63.ctex:: +stairsOpen_SW.png::CompressedTexture2D::1403694109847515838::1762034524::1762549935::1::::<><><>0<>0<>7a150dc93ec10aaef1568b73f06d257e<>res://godot/imported/stairsOpen_SW.png-28c77cb4fe79e528f1802aba82de9d31.ctex:: +stairs_NE.png::CompressedTexture2D::5476185922836788557::1762034524::1762549935::1::::<><><>0<>0<>4628dcc2cefb20e5ba814089214605af<>res://godot/imported/stairs_NE.png-aba422444105f06a93c9ef84d9d359f2.ctex:: +stairs_NW.png::CompressedTexture2D::1657875601678208405::1762034524::1762549935::1::::<><><>0<>0<>ff549e9cd4ac768cd52df8f8471a0744<>res://godot/imported/stairs_NW.png-f875e0765e8575a7ff452c9ad64765fe.ctex:: +stairs_SE.png::CompressedTexture2D::1008924186919088747::1762034524::1762549935::1::::<><><>0<>0<>2c12a7cf47e89bf5782e408befee8d37<>res://godot/imported/stairs_SE.png-ef771e873c4878125d5dacd93576fa4f.ctex:: +stairs_SW.png::CompressedTexture2D::4947539175593730108::1762034524::1762549935::1::::<><><>0<>0<>67a067a48a3256bf5e2919aec7aaeef8<>res://godot/imported/stairs_SW.png-6bf2d92adbafc4bbadc99a45c6556361.ctex:: +stoolBarSquare_NE.png::CompressedTexture2D::3361539149856018970::1762034524::1762549935::1::::<><><>0<>0<>0c23a89d4f75fe130915ddc9b599c102<>res://godot/imported/stoolBarSquare_NE.png-02ca0291cd112474460bc20a16f9bdfd.ctex:: +stoolBarSquare_NW.png::CompressedTexture2D::591595381095831569::1762034524::1762549935::1::::<><><>0<>0<>b4a8ef97eda4b9cac83bc4e17ce114ae<>res://godot/imported/stoolBarSquare_NW.png-e440539e077e80c7dd38237cbed5fc1d.ctex:: +stoolBarSquare_SE.png::CompressedTexture2D::3738268796678467058::1762034524::1762549935::1::::<><><>0<>0<>b23f9e60d95769ff4255be4b01e2ecc0<>res://godot/imported/stoolBarSquare_SE.png-cd1fe7cf73b221fa65004f9be3c0ea81.ctex:: +stoolBarSquare_SW.png::CompressedTexture2D::674006174466836374::1762034524::1762549935::1::::<><><>0<>0<>33f8b52fb3bf62d43189d4f35d9e75ff<>res://godot/imported/stoolBarSquare_SW.png-434b89cb1703a4a725db8284223bb3b9.ctex:: +stoolBar_NE.png::CompressedTexture2D::2673378751041853903::1762034524::1762549935::1::::<><><>0<>0<>c3f42b545cdac56b2f4b534ee2f05980<>res://godot/imported/stoolBar_NE.png-f46a3c6ba27f7abe3b416f8310a56c49.ctex:: +stoolBar_NW.png::CompressedTexture2D::1746515722218717154::1762034524::1762549935::1::::<><><>0<>0<>58a8784c0b26705416d1f6a7c3ad64ec<>res://godot/imported/stoolBar_NW.png-9fb68e70ad2585e2cc932694ac3d4c35.ctex:: +stoolBar_SE.png::CompressedTexture2D::3067347012077662531::1762034524::1762549935::1::::<><><>0<>0<>16f81578ecee796401d75e321620f0df<>res://godot/imported/stoolBar_SE.png-c10d0a537235ccd20250c8acce8c411a.ctex:: +stoolBar_SW.png::CompressedTexture2D::2532077545133855285::1762034524::1762549935::1::::<><><>0<>0<>48017ac95b004e88e3da31c33e98bd91<>res://godot/imported/stoolBar_SW.png-f66ea872e53d97fca8674150f0398a68.ctex:: +tableCloth_NE.png::CompressedTexture2D::6965227094849343875::1762034524::1762549935::1::::<><><>0<>0<>91c98219a11d516de09a6b62c257b524<>res://godot/imported/tableCloth_NE.png-d0791a9d0c4ea6620bba65fcd903540d.ctex:: +tableCloth_NW.png::CompressedTexture2D::6933953420376895064::1762034524::1762549935::1::::<><><>0<>0<>9952d8b94302d3852b88db23c27e848d<>res://godot/imported/tableCloth_NW.png-7ae6df7759922b5f9b3f2190a8c96ae9.ctex:: +tableCloth_SE.png::CompressedTexture2D::4671794820029769937::1762034524::1762549935::1::::<><><>0<>0<>e7111f261e8fa7503e5f264fc22f952b<>res://godot/imported/tableCloth_SE.png-23f9c89dac0847781e39ba345b910260.ctex:: +tableCloth_SW.png::CompressedTexture2D::3308526724987995045::1762034524::1762549935::1::::<><><>0<>0<>782537b57a7b3df8dc9a67bdcd9ea8c3<>res://godot/imported/tableCloth_SW.png-95930ef7531dc3e7cab8d0da0a5ddc73.ctex:: +tableCoffeeGlassSquare_NE.png::CompressedTexture2D::3931124782118995547::1762034524::1762549935::1::::<><><>0<>0<>2eed08b5602b2f596b80050c91952f5a<>res://godot/imported/tableCoffeeGlassSquare_NE.png-6090fa9e7ea72a77e0508752c892eb30.ctex:: +tableCoffeeGlassSquare_NW.png::CompressedTexture2D::7326997332720834912::1762034524::1762549935::1::::<><><>0<>0<>a102af17edd63a941f044e9e95f5982c<>res://godot/imported/tableCoffeeGlassSquare_NW.png-0d6d5ebcab4f1ab7669eaf613d2bc279.ctex:: +tableCoffeeGlassSquare_SE.png::CompressedTexture2D::5765498561821355137::1762034524::1762549935::1::::<><><>0<>0<>ced83b3257838f7bd24c4a360901874d<>res://godot/imported/tableCoffeeGlassSquare_SE.png-d025ca95d01ad450416616f67c87a654.ctex:: +tableCoffeeGlassSquare_SW.png::CompressedTexture2D::2804921942787247622::1762034524::1762549935::1::::<><><>0<>0<>c268e14e934efb8d590bc3f0291a11ca<>res://godot/imported/tableCoffeeGlassSquare_SW.png-4861f7aaa583dd0084a393526240137e.ctex:: +tableCoffeeGlass_NE.png::CompressedTexture2D::6203529494163497709::1762034524::1762549935::1::::<><><>0<>0<>2d75fc9d3c15c60643b2a1bb926637a8<>res://godot/imported/tableCoffeeGlass_NE.png-d0a6a89ed24372bd47ac63c7e90df705.ctex:: +tableCoffeeGlass_NW.png::CompressedTexture2D::694841966288485881::1762034524::1762549935::1::::<><><>0<>0<>afadf293f6fba6a6eeb59c35e299cf58<>res://godot/imported/tableCoffeeGlass_NW.png-f957b56aa086339b8dbb757be1f97eb2.ctex:: +tableCoffeeGlass_SE.png::CompressedTexture2D::4264874724033812351::1762034524::1762549935::1::::<><><>0<>0<>54313560177cd9d7727e38e291ac7e82<>res://godot/imported/tableCoffeeGlass_SE.png-2412ac77f5760f861664b510455e4bfc.ctex:: +tableCoffeeGlass_SW.png::CompressedTexture2D::8728933621015714167::1762034524::1762549935::1::::<><><>0<>0<>92e6330e1567a442e973c36589395971<>res://godot/imported/tableCoffeeGlass_SW.png-0adf34d10a75ff15c2547f1fc879d13f.ctex:: +tableCoffeeSquare_NE.png::CompressedTexture2D::4029647919681792014::1762034524::1762549935::1::::<><><>0<>0<>7dea343ed7fb0df37a609b0a22341a8e<>res://godot/imported/tableCoffeeSquare_NE.png-dc088e1247af553590ae99c2e7e7a7d2.ctex:: +tableCoffeeSquare_NW.png::CompressedTexture2D::1955976470278499335::1762034524::1762549935::1::::<><><>0<>0<>4124ac45778b4bf20b59444cd05f44e7<>res://godot/imported/tableCoffeeSquare_NW.png-b9dfb7ea58268db27fbe9204548e0843.ctex:: +tableCoffeeSquare_SE.png::CompressedTexture2D::8883689375427511736::1762034524::1762549935::1::::<><><>0<>0<>78ce60deef1a088299aedd04b468c1dd<>res://godot/imported/tableCoffeeSquare_SE.png-0bffdbea133f0ea63d52b53ec016de01.ctex:: +tableCoffeeSquare_SW.png::CompressedTexture2D::4158295537220761230::1762034524::1762549935::1::::<><><>0<>0<>6c2d7e463fd24d7192091f974165bcf1<>res://godot/imported/tableCoffeeSquare_SW.png-23434b5bda9905efc0fefb7189982706.ctex:: +tableCoffee_NE.png::CompressedTexture2D::8912591373194054671::1762034524::1762549935::1::::<><><>0<>0<>e20794796c5e5701a6b9e445237d0803<>res://godot/imported/tableCoffee_NE.png-6a34da77b094a200975ab55d1aabd891.ctex:: +tableCoffee_NW.png::CompressedTexture2D::6052529050623677132::1762034524::1762549935::1::::<><><>0<>0<>19c2aceafb11c16fccad3cc459b50f97<>res://godot/imported/tableCoffee_NW.png-4ca8d8a6a6012abdac82ea1327cf2f72.ctex:: +tableCoffee_SE.png::CompressedTexture2D::3470553733136612711::1762034524::1762549935::1::::<><><>0<>0<>ab67577bd7292a8c7eb74e36b9e3310d<>res://godot/imported/tableCoffee_SE.png-80bf41dfb5a7281019c338f2df22ca30.ctex:: +tableCoffee_SW.png::CompressedTexture2D::2825599229385669617::1762034524::1762549935::1::::<><><>0<>0<>674794a73add3d934ede7e56f0fb1ea2<>res://godot/imported/tableCoffee_SW.png-35f080526e7ea56a2ae1bdb9b412bab8.ctex:: +tableCrossCloth_NE.png::CompressedTexture2D::3062492635876124383::1762034524::1762549935::1::::<><><>0<>0<>4945c131091a4a5010038010e7a08e5d<>res://godot/imported/tableCrossCloth_NE.png-e5fb79a9dbaa55e0d8c331de8b44ff50.ctex:: +tableCrossCloth_NW.png::CompressedTexture2D::2587621290396783210::1762034524::1762549935::1::::<><><>0<>0<>45f9a1c4d4edd773e10f803686ad73d9<>res://godot/imported/tableCrossCloth_NW.png-d6946cdfce01c7de5299b6b448714ea9.ctex:: +tableCrossCloth_SE.png::CompressedTexture2D::9080960796817486567::1762034524::1762549935::1::::<><><>0<>0<>1585f41c9a63b3a982b605d21ffda405<>res://godot/imported/tableCrossCloth_SE.png-6d4c18795eef6817685a7c64fefd3e7c.ctex:: +tableCrossCloth_SW.png::CompressedTexture2D::3093289904407031231::1762034524::1762549935::1::::<><><>0<>0<>32226694f4c8171e45715138f578dec8<>res://godot/imported/tableCrossCloth_SW.png-69fa6cfe306f4b2e610791f0912a8fd6.ctex:: +tableCross_NE.png::CompressedTexture2D::6128704556597719496::1762034524::1762549935::1::::<><><>0<>0<>faa8328f56d2220b911dba1e59740e54<>res://godot/imported/tableCross_NE.png-06345ea66058661a466693e1f157b055.ctex:: +tableCross_NW.png::CompressedTexture2D::8835318707560684152::1762034524::1762549935::1::::<><><>0<>0<>d733bcfe999b9497e2d8bac0f7ad189d<>res://godot/imported/tableCross_NW.png-004247fb5a8fe2127ccc3f3e60987f5c.ctex:: +tableCross_SE.png::CompressedTexture2D::8043544177462145179::1762034524::1762549935::1::::<><><>0<>0<>01af70295b8b31707a86dbf36155c8b3<>res://godot/imported/tableCross_SE.png-4c53dba59a793e4c053798679bed1d11.ctex:: +tableCross_SW.png::CompressedTexture2D::4887954975630483251::1762034524::1762549935::1::::<><><>0<>0<>3d52f74626cef32a9c56889627019d5b<>res://godot/imported/tableCross_SW.png-d487f65e9b9e6552a82233d552c6a4fa.ctex:: +tableGlass_NE.png::CompressedTexture2D::7828759957152820582::1762034524::1762549935::1::::<><><>0<>0<>3b044ae9ddba9cc9a373ca515ea63db0<>res://godot/imported/tableGlass_NE.png-9fc95eb8e4558300ae30cd2ba162ffa9.ctex:: +tableGlass_NW.png::CompressedTexture2D::5592152255826458495::1762034524::1762549935::1::::<><><>0<>0<>a0b5634e0dd705b5fd8c5482060248c0<>res://godot/imported/tableGlass_NW.png-80134cdcceda01ccbf48c6af9bf2d11b.ctex:: +tableGlass_SE.png::CompressedTexture2D::5628073624182186110::1762034524::1762549935::1::::<><><>0<>0<>55ce2f32521d68fe1075103f9b8d4eca<>res://godot/imported/tableGlass_SE.png-40e4c3cca738d430fdfe2b0281be2263.ctex:: +tableGlass_SW.png::CompressedTexture2D::2263738217310669401::1762034524::1762549935::1::::<><><>0<>0<>a1d5fb12db492409c320d69c74a82af7<>res://godot/imported/tableGlass_SW.png-ba2a0a56415dac078fdad7bf84562b67.ctex:: +tableRound_NE.png::CompressedTexture2D::5430764896931963238::1762034524::1762549935::1::::<><><>0<>0<>69981688bb6501ea29378288270ac212<>res://godot/imported/tableRound_NE.png-ddad3ae943c5adcdd79a3d9d21d1a6b4.ctex:: +tableRound_NW.png::CompressedTexture2D::4011948088421090251::1762034524::1762549935::1::::<><><>0<>0<>617aa94afba982ea04001be23ab5e97a<>res://godot/imported/tableRound_NW.png-ff6cef3806cd6f90cbfd7ae49064147e.ctex:: +tableRound_SE.png::CompressedTexture2D::5443825788540590634::1762034524::1762549935::1::::<><><>0<>0<>d475dddc7a80e29a8db74ff9e26464b5<>res://godot/imported/tableRound_SE.png-2d6f769995d666893cbbd49354a47c15.ctex:: +tableRound_SW.png::CompressedTexture2D::5861533017286386458::1762034524::1762549935::1::::<><><>0<>0<>6626b1987da71acb0738822b6e142673<>res://godot/imported/tableRound_SW.png-cc1ae56097e6db995cbb5f30c340ec27.ctex:: +table_NE.png::CompressedTexture2D::1420515407689271402::1762034524::1762549935::1::::<><><>0<>0<>0214950c2a421c8dc20ec0f2b0fac440<>res://godot/imported/table_NE.png-9cc8f869712d22b3dc889fbc00d5c384.ctex:: +table_NW.png::CompressedTexture2D::1987288844959045506::1762034524::1762549935::1::::<><><>0<>0<>05490b123af316658d7026050e22fc1b<>res://godot/imported/table_NW.png-1640e1fbeb8ef7b0e70f9ca5be2123b6.ctex:: +table_SE.png::CompressedTexture2D::5196546699544022304::1762034524::1762549935::1::::<><><>0<>0<>065fb3cd5f2b966f361d601bde997a80<>res://godot/imported/table_SE.png-53672eafa66781fcb6125cb44e11b67b.ctex:: +table_SW.png::CompressedTexture2D::4872943177236563275::1762034524::1762549935::1::::<><><>0<>0<>49a003268cd53beb577f0f8982fb1645<>res://godot/imported/table_SW.png-bbb31776a4c75f538ec12e396c683450.ctex:: +televisionAntenna_NE.png::CompressedTexture2D::1112807203466938855::1762034524::1762549935::1::::<><><>0<>0<>cc8523d1a7b65f1ffd723c451884eb19<>res://godot/imported/televisionAntenna_NE.png-093b4eec046693cb73296e12661d78e2.ctex:: +televisionAntenna_NW.png::CompressedTexture2D::141626332223939672::1762034524::1762549935::1::::<><><>0<>0<>9883a989ad209ac160af5332788d2d68<>res://godot/imported/televisionAntenna_NW.png-86795305173a26a41db49b4cce23d4c9.ctex:: +televisionAntenna_SE.png::CompressedTexture2D::792531395439309971::1762034524::1762549935::1::::<><><>0<>0<>fed9cc374469993b3fe88d68fbbc2b5c<>res://godot/imported/televisionAntenna_SE.png-fd4548de394a414f6ffc9e527665ba1f.ctex:: +televisionAntenna_SW.png::CompressedTexture2D::6852270469405271914::1762034524::1762549935::1::::<><><>0<>0<>14fa647ee5f5b1cb0b84d21547979fbd<>res://godot/imported/televisionAntenna_SW.png-79c1c8318a1f28d2074d62ebbe6076c4.ctex:: +televisionModern_NE.png::CompressedTexture2D::5153100335568572272::1762034524::1762549935::1::::<><><>0<>0<>6296917bb967eb12c11c2e38aca71cc2<>res://godot/imported/televisionModern_NE.png-ff80aff1f797f995c8319117210baf96.ctex:: +televisionModern_NW.png::CompressedTexture2D::4716623560956162745::1762034524::1762549935::1::::<><><>0<>0<>74cbda0852d666bfe444ad69db1c97e6<>res://godot/imported/televisionModern_NW.png-284e309c6b8154ee0d6c32d41eaa3b72.ctex:: +televisionModern_SE.png::CompressedTexture2D::5928400464757931148::1762034524::1762549935::1::::<><><>0<>0<>d2d364de89c46e3714ea8ca5a9d86472<>res://godot/imported/televisionModern_SE.png-2465eb3b6e514aba612fb8b428ad829f.ctex:: +televisionModern_SW.png::CompressedTexture2D::1888682208273078406::1762034524::1762549935::1::::<><><>0<>0<>cf6e58e8161b3751c4d574a5dea5676a<>res://godot/imported/televisionModern_SW.png-c4017278ffbe43b480b111ed7b8a3f53.ctex:: +televisionVintage_NE.png::CompressedTexture2D::2754988547816693551::1762034524::1762549935::1::::<><><>0<>0<>eaddace404e96bacdf91eef9329bed9e<>res://godot/imported/televisionVintage_NE.png-c67d6a187499f7dff9a18329e9fc95cd.ctex:: +televisionVintage_NW.png::CompressedTexture2D::2224251804414244401::1762034524::1762549935::1::::<><><>0<>0<>d4e98b8c711664928642a6b1af47b336<>res://godot/imported/televisionVintage_NW.png-80cc0a091941586dde0b59963206e5b4.ctex:: +televisionVintage_SE.png::CompressedTexture2D::8270769706262357626::1762034524::1762549935::1::::<><><>0<>0<>da869f03017b0d429e84879961ba9c5e<>res://godot/imported/televisionVintage_SE.png-316ed4bce8f484352916e548922cd6e8.ctex:: +televisionVintage_SW.png::CompressedTexture2D::8948584154734438971::1762034524::1762549935::1::::<><><>0<>0<>cd30c04dc27441b99527a7fb5fe55481<>res://godot/imported/televisionVintage_SW.png-7eeddb130cae94f8e31b4d17d794f655.ctex:: +toaster_NE.png::CompressedTexture2D::4728902754231434857::1762034524::1762549935::1::::<><><>0<>0<>e6d39c3ce152245e59c52082abd1edb1<>res://godot/imported/toaster_NE.png-0cbd5df5937ba73367156fde054fe571.ctex:: +toaster_NW.png::CompressedTexture2D::4009081579039105309::1762034524::1762549935::1::::<><><>0<>0<>49669ca0fd3d4ffd4e370e26d37c550a<>res://godot/imported/toaster_NW.png-c76ae1d8bfa53488e2da51a1d4137889.ctex:: +toaster_SE.png::CompressedTexture2D::7363721476586293671::1762034524::1762549935::1::::<><><>0<>0<>f1461d27f91992e42ea849e54e14ccec<>res://godot/imported/toaster_SE.png-e9755966c5d4b1f1ff160568bb4154e6.ctex:: +toaster_SW.png::CompressedTexture2D::7468524453881105155::1762034524::1762549935::1::::<><><>0<>0<>74d4642e711e6e605c40a9b0959b0d8c<>res://godot/imported/toaster_SW.png-73cf7100fea9447b6a08431f04638865.ctex:: +toiletSquare_NE.png::CompressedTexture2D::6595809295652164579::1762034524::1762549935::1::::<><><>0<>0<>c7957d416bf1c9af4710f135fe779aa3<>res://godot/imported/toiletSquare_NE.png-f50cc6845312e30733e84e5dbb868982.ctex:: +toiletSquare_NW.png::CompressedTexture2D::6146779974176099666::1762034524::1762549935::1::::<><><>0<>0<>956e22e0d8980062f87655ce3d7e48a7<>res://godot/imported/toiletSquare_NW.png-9e393f7978ad1578fb8003dc11d5e2fb.ctex:: +toiletSquare_SE.png::CompressedTexture2D::1849919707687633052::1762034524::1762549935::1::::<><><>0<>0<>67dc1ee6821cddd41aa0957fcc2a872a<>res://godot/imported/toiletSquare_SE.png-68760dd4ca619c7ca5b1d95682334c6f.ctex:: +toiletSquare_SW.png::CompressedTexture2D::840066571353807882::1762034524::1762549935::1::::<><><>0<>0<>d0d6903e7fc7a8d3fbce269900bee280<>res://godot/imported/toiletSquare_SW.png-d4cf84e82b91952fc8ff14598176d6c5.ctex:: +toilet_NE.png::CompressedTexture2D::516845125867322444::1762034524::1762549935::1::::<><><>0<>0<>cf4bf4ed132f91dc911919ac6cfe2e18<>res://godot/imported/toilet_NE.png-9599c5d697cf6665b746668e61e70d92.ctex:: +toilet_NW.png::CompressedTexture2D::2671715319006077261::1762034524::1762549935::1::::<><><>0<>0<>4d99f02a722b0aeff5f71005049c995a<>res://godot/imported/toilet_NW.png-d806e752f6e635338c4c7cc96de36d3e.ctex:: +toilet_SE.png::CompressedTexture2D::5015564040254481425::1762034524::1762549935::1::::<><><>0<>0<>9eec97840873928e724a263c4151d407<>res://godot/imported/toilet_SE.png-ce7d7965e128369486f66fce59ba1d1f.ctex:: +toilet_SW.png::CompressedTexture2D::7101641183598774341::1762034524::1762549935::1::::<><><>0<>0<>1787cb9b4001126556bb05a9c4a2cd54<>res://godot/imported/toilet_SW.png-dee7713359003bc1b67d79fe8d5e88d3.ctex:: +trashcan_NE.png::CompressedTexture2D::2091810380035504206::1762034524::1762549935::1::::<><><>0<>0<>2864f2c38eb43c2fda7d23a57d0070ab<>res://godot/imported/trashcan_NE.png-2564eb340860cac3de397e1473bffa7f.ctex:: +trashcan_NW.png::CompressedTexture2D::3597627926717485010::1762034524::1762549935::1::::<><><>0<>0<>e321c25bdac8c06aa7f188b2c854ad42<>res://godot/imported/trashcan_NW.png-6e733be3af56f144281cc865f17342d4.ctex:: +trashcan_SE.png::CompressedTexture2D::8432905352308900504::1762034524::1762549935::1::::<><><>0<>0<>0171d444b143a0b752049bdbd1291827<>res://godot/imported/trashcan_SE.png-de4c1f56b4d39a6568bee62ca036f00e.ctex:: +trashcan_SW.png::CompressedTexture2D::8781235501907791525::1762034524::1762549935::1::::<><><>0<>0<>b22f6aa4a5e77082bf4cf4a5b5c27c73<>res://godot/imported/trashcan_SW.png-20f75dc8be20c9a01e09d7e4f43044d3.ctex:: +wallCornerRond_NE.png::CompressedTexture2D::23469229539978088::1762034524::1762549935::1::::<><><>0<>0<>4cc5bf694f8f838901594f382cf639a0<>res://godot/imported/wallCornerRond_NE.png-305949f7e9e42740275d30935c452074.ctex:: +wallCornerRond_NW.png::CompressedTexture2D::8392793860784640481::1762034524::1762549935::1::::<><><>0<>0<>a1cdb2dc0eeaa8aaaf36c10ac6b34a79<>res://godot/imported/wallCornerRond_NW.png-fa6ed9e3160210d1cb7adefc7999bb98.ctex:: +wallCornerRond_SE.png::CompressedTexture2D::656166351910948916::1762034524::1762549935::1::::<><><>0<>0<>7a5a9f4d7d4bb1a9f680e3f027514bb4<>res://godot/imported/wallCornerRond_SE.png-5ee963accefc3a284cf12151679509d6.ctex:: +wallCornerRond_SW.png::CompressedTexture2D::5944718420094838351::1762034524::1762549935::1::::<><><>0<>0<>cce7acf483c4b4e4aa9e37fa080cbd46<>res://godot/imported/wallCornerRond_SW.png-c8109f36a00a921b851820ca2aaf3107.ctex:: +wallCorner_NE.png::CompressedTexture2D::5608002330541207473::1762034524::1762549935::1::::<><><>0<>0<>39e5cfa3c420e315fa4569dc0d86014c<>res://godot/imported/wallCorner_NE.png-5ead0aee2629ababe95fdebc6970e8f5.ctex:: +wallCorner_NW.png::CompressedTexture2D::3436456753806648833::1762034524::1762549935::1::::<><><>0<>0<>8adf19cc1c5606103709d9e874640a17<>res://godot/imported/wallCorner_NW.png-27d5a489f87cb4691abfd5187b820942.ctex:: +wallCorner_SE.png::CompressedTexture2D::4292437913968839598::1762034524::1762549935::1::::<><><>0<>0<>6961d4d888cccbd29b5936af958509b6<>res://godot/imported/wallCorner_SE.png-f63828ccca535c0795ce583b0d8886ef.ctex:: +wallCorner_SW.png::CompressedTexture2D::6448252845776849051::1762034524::1762549935::1::::<><><>0<>0<>a3072eedef269224807420bdfc781c1e<>res://godot/imported/wallCorner_SW.png-119e8690c52b458f47ce7765a672f441.ctex:: +wallDoorwayWide_NE.png::CompressedTexture2D::4043868338737751382::1762034524::1762549935::1::::<><><>0<>0<>d3d58cd4e0e983fbfb09634cade72b8c<>res://godot/imported/wallDoorwayWide_NE.png-73a701810bc6c44d2abc44405a02ef77.ctex:: +wallDoorwayWide_NW.png::CompressedTexture2D::8332781045632679770::1762034524::1762549935::1::::<><><>0<>0<>dd417a8013ed9529d99120901750e84f<>res://godot/imported/wallDoorwayWide_NW.png-60ecd8b93966c244522ad60821dafe39.ctex:: +wallDoorwayWide_SE.png::CompressedTexture2D::177784854206712554::1762034524::1762549935::1::::<><><>0<>0<>1c65cedf9e25f9738a6196f6a00a74e5<>res://godot/imported/wallDoorwayWide_SE.png-c258c22409b1cc58e12b152968a86af8.ctex:: +wallDoorwayWide_SW.png::CompressedTexture2D::6701158917349380456::1762034524::1762549935::1::::<><><>0<>0<>35ecad2614cb361ca09073099d6f0430<>res://godot/imported/wallDoorwayWide_SW.png-31eefec2d2fc204746940e8b57c1941f.ctex:: +wallDoorway_NE.png::CompressedTexture2D::2193662730161000416::1762034524::1762549935::1::::<><><>0<>0<>50ddfe382b488d4cfffcfdef92e4f8c5<>res://godot/imported/wallDoorway_NE.png-0e939daa26cbb1518e6692fd0fe227dd.ctex:: +wallDoorway_NW.png::CompressedTexture2D::3738534749600216923::1762034524::1762549935::1::::<><><>0<>0<>24560712bd6e718f591243eb2ae16a21<>res://godot/imported/wallDoorway_NW.png-24740ef0393bde8e417389006b16ec21.ctex:: +wallDoorway_SE.png::CompressedTexture2D::1458324200671494829::1762034524::1762549935::1::::<><><>0<>0<>7a1961db212586c303b8072542d9f67b<>res://godot/imported/wallDoorway_SE.png-b09760b23d18b9f9be45c87aefaec207.ctex:: +wallDoorway_SW.png::CompressedTexture2D::1214856182362361015::1762034524::1762549935::1::::<><><>0<>0<>83a821cea0ae95616530fd92c19ea57a<>res://godot/imported/wallDoorway_SW.png-67b4173d8eef86da13cc5923207bf7fe.ctex:: +wallHalf_NE.png::CompressedTexture2D::7223775755427954846::1762034524::1762549935::1::::<><><>0<>0<>a75556281ecc92b6d86a7f6a25e42666<>res://godot/imported/wallHalf_NE.png-8824d6f6ead429b2de541937569634bc.ctex:: +wallHalf_NW.png::CompressedTexture2D::5105982606157728223::1762034524::1762549935::1::::<><><>0<>0<>03148e1d1666c6d8c1a71cbf121ab692<>res://godot/imported/wallHalf_NW.png-a08ec5515e6e83910ee456062c20a66c.ctex:: +wallHalf_SE.png::CompressedTexture2D::3846450161810408037::1762034524::1762549935::1::::<><><>0<>0<>5f17f2b6c3495d5c20423f815d89ae23<>res://godot/imported/wallHalf_SE.png-c40726a3d528d10b00393e78ec5fff8c.ctex:: +wallHalf_SW.png::CompressedTexture2D::4558472409445985879::1762034524::1762549935::1::::<><><>0<>0<>40dee9dedeebfbb27c3c4d6328ed677a<>res://godot/imported/wallHalf_SW.png-b9d2bb55212bf66e1931312cf4618807.ctex:: +wallWindowSlide_NE.png::CompressedTexture2D::7229738951894702359::1762034524::1762549935::1::::<><><>0<>0<>fcc4b19a3482719e040dc4baa419096e<>res://godot/imported/wallWindowSlide_NE.png-82c7883aeb943e9069a72ba9ad15d066.ctex:: +wallWindowSlide_NW.png::CompressedTexture2D::5445500600645948089::1762034524::1762549935::1::::<><><>0<>0<>0e11de4aa4652c313d6e7e3523608bea<>res://godot/imported/wallWindowSlide_NW.png-2db3010cbe31aed38575350601f7e40a.ctex:: +wallWindowSlide_SE.png::CompressedTexture2D::6932014082269341861::1762034524::1762549935::1::::<><><>0<>0<>45bb8622371f4234eab10c4c733aefd8<>res://godot/imported/wallWindowSlide_SE.png-dbce9c390c2c2a5de1ebd9becd877fe7.ctex:: +wallWindowSlide_SW.png::CompressedTexture2D::3332780676225143017::1762034524::1762549935::1::::<><><>0<>0<>b942d3012a61669dc20cf169098d9228<>res://godot/imported/wallWindowSlide_SW.png-33f0ccbd45b3022293c478e3fb90b1b9.ctex:: +wallWindow_NE.png::CompressedTexture2D::4235899182632416393::1762034524::1762549935::1::::<><><>0<>0<>49c3e4aeb7c70e18601f6843308f7449<>res://godot/imported/wallWindow_NE.png-9aee916c17ac86884c98ce8bbe39b156.ctex:: +wallWindow_NW.png::CompressedTexture2D::1805739203815515838::1762034524::1762549935::1::::<><><>0<>0<>47dedfcf4112b44fd8b074fca05d9417<>res://godot/imported/wallWindow_NW.png-4b353f0efef16ddf163c6349fcc9de09.ctex:: +wallWindow_SE.png::CompressedTexture2D::6517861636816251343::1762034524::1762549935::1::::<><><>0<>0<>a8500f213cb086e6aab1901dba984601<>res://godot/imported/wallWindow_SE.png-c80c92e1bbe406902b9e6342250fec4a.ctex:: +wallWindow_SW.png::CompressedTexture2D::3753081976419299737::1762034524::1762549935::1::::<><><>0<>0<>e2bb45062032d519942a197f1036d3cc<>res://godot/imported/wallWindow_SW.png-5b853c707db5c52f794581c312cc17a0.ctex:: +wall_NE.png::CompressedTexture2D::7249606557703529822::1762034524::1762549935::1::::<><><>0<>0<>f2770e051f31cfa25b3aa33665f8935c<>res://godot/imported/wall_NE.png-2c0aac2ce985f523b2e29ce2f01372c2.ctex:: +wall_NW.png::CompressedTexture2D::9120262979783581982::1762034524::1762549935::1::::<><><>0<>0<>7237d013d86238ae9818ed63c292d77c<>res://godot/imported/wall_NW.png-47cc52483c7cd71bf8557576d983298d.ctex:: +wall_SE.png::CompressedTexture2D::6942552593644805444::1762034524::1762549935::1::::<><><>0<>0<>5d369f3ed429546abdd775169eb95302<>res://godot/imported/wall_SE.png-addc218e7e6aba3ac05645aa3f1cc0e5.ctex:: +wall_SW.png::CompressedTexture2D::8135532403236239446::1762034525::1762549935::1::::<><><>0<>0<>4ecd3f863d2df62da4ef68ad1c2d2bf3<>res://godot/imported/wall_SW.png-2c27174fb8da5c1941dc25003fe1a965.ctex:: +washerDryerStacked_NE.png::CompressedTexture2D::567433425686884173::1762034525::1762549935::1::::<><><>0<>0<>ae2e743e06a82076c70b0b1c04bf42b8<>res://godot/imported/washerDryerStacked_NE.png-80bb797c50dc283c0afef565c1513bbe.ctex:: +washerDryerStacked_NW.png::CompressedTexture2D::1647818741965529470::1762034525::1762549935::1::::<><><>0<>0<>14227e633ec3b05303bc7bf71b378ba8<>res://godot/imported/washerDryerStacked_NW.png-a3015676da39251ab76a0f0354f1bc66.ctex:: +washerDryerStacked_SE.png::CompressedTexture2D::4895373320642587867::1762034525::1762549935::1::::<><><>0<>0<>a7fd5632929d52a9052c41423e7f13d8<>res://godot/imported/washerDryerStacked_SE.png-c97ad9967774aefd6599ef143ca47a24.ctex:: +washerDryerStacked_SW.png::CompressedTexture2D::39928446260034915::1762034525::1762549935::1::::<><><>0<>0<>7b3c2f5699dd5a8e3125114b1398a6ea<>res://godot/imported/washerDryerStacked_SW.png-8bc8b0a3f2c1f1cb2bca8645114ee4e2.ctex:: +washer_NE.png::CompressedTexture2D::568413600497877116::1762034525::1762549935::1::::<><><>0<>0<>b1a43ef57df299ec0b248cdc8eaf761a<>res://godot/imported/washer_NE.png-f681190e38902300f80b1b11212fa302.ctex:: +washer_NW.png::CompressedTexture2D::1903585822793436507::1762034525::1762549935::1::::<><><>0<>0<>55c6dd28f28df728a1df80d236d5c816<>res://godot/imported/washer_NW.png-03a8663772c0d1c70141f9a683c38da6.ctex:: +washer_SE.png::CompressedTexture2D::3007487709470497059::1762034525::1762549935::1::::<><><>0<>0<>f03bc5d3a585218f7967738072dea9dd<>res://godot/imported/washer_SE.png-00d6cc8b4bd420dc8ee0256ecefdca20.ctex:: +washer_SW.png::CompressedTexture2D::4151136552693546422::1762034525::1762549935::1::::<><><>0<>0<>e69d1b502ad402cd94ae7407981e5cf8<>res://godot/imported/washer_SW.png-874ad441b568f66f1ca2158defe81b17.ctex:: +::res://assets-lib/kenney_furniture-kit/Models/::1762034548 +::res://assets-lib/kenney_furniture-kit/Models/DAE format/::1762550066 +bathroomCabinet.dae::PackedScene::3545163276822152003::1762034525::1762550044::1::::<><><>0<>0<>a59fc7f7f0597b4bd4ced048f5b01c36<>res://godot/imported/bathroomCabinet.dae-9a102a5c0f982157a6bedc672f62b595.scn:: +bathroomCabinetDrawer.dae::PackedScene::4695280733852363526::1762034525::1762550044::1::::<><><>0<>0<>9fb0cb2f4d9fb14e7be2d5e15d246245<>res://godot/imported/bathroomCabinetDrawer.dae-da075ac73cf3affa9b42755e10f5488e.scn:: +bathroomMirror.dae::PackedScene::2409876404961693196::1762034525::1762550044::1::::<><><>0<>0<>c035fda8bd13a3fa1b1132aac2851571<>res://godot/imported/bathroomMirror.dae-107938643051e7c477a7e11a57bb39c1.scn:: +bathroomSink.dae::PackedScene::6018851074720041303::1762034525::1762550044::1::::<><><>0<>0<>233e3982390c8e25752b6ab1d2657507<>res://godot/imported/bathroomSink.dae-7533d3592f7c88923485033e1f469c47.scn:: +bathroomSinkSquare.dae::PackedScene::2514662792063583102::1762034525::1762550044::1::::<><><>0<>0<>24a579de4f2aed364e5e6d52ece3218e<>res://godot/imported/bathroomSinkSquare.dae-2aacb110f20c88dd6197d89ad3c4fac1.scn:: +bathtub.dae::PackedScene::4786695363755830083::1762034525::1762550044::1::::<><><>0<>0<>ab48947a3e0c450061dbe615c658bc8e<>res://godot/imported/bathtub.dae-6d5f6d407a0b753da9ccfe2ef49d1b81.scn:: +bear.dae::PackedScene::2164977768995165858::1762034525::1762550043::1::::<><><>0<>0<>729b9b9d3b4c6a8ec2de12512b40ab77<>res://godot/imported/bear.dae-286e826221b4f38d8ba884146198f202.scn:: +bedBunk.dae::PackedScene::8710123328754653244::1762034525::1762550043::1::::<><><>0<>0<>99d860682de3ca53594953054ee4da8f<>res://godot/imported/bedBunk.dae-ebe727c6ee5eff15f3aa818f3aec568b.scn:: +bedDouble.dae::PackedScene::3722500340128243037::1762034525::1762550043::1::::<><><>0<>0<>764fb8c7d250ff8548d46aad1ab1a1e1<>res://godot/imported/bedDouble.dae-ccb13c8cf1cf529a1d70b0e0b52ffd7f.scn:: +bedSingle.dae::PackedScene::4045553107032737026::1762034525::1762550043::1::::<><><>0<>0<>307f004929084e2a70199c51bf28faf7<>res://godot/imported/bedSingle.dae-051d37d13b3a8c565fd016b8f8291c8a.scn:: +bench.dae::PackedScene::6896343156890449292::1762034525::1762550043::1::::<><><>0<>0<>3410f1df2c9f27dc566ebb9d0b5a36b2<>res://godot/imported/bench.dae-5f5463baaca986d5642a1dea59c43c8e.scn:: +benchCushion.dae::PackedScene::514036305364176735::1762034525::1762550042::1::::<><><>0<>0<>b67119e157602fe6a58f25403aefda84<>res://godot/imported/benchCushion.dae-fc6f733fff20700ef9584ce623512e4a.scn:: +benchCushionLow.dae::PackedScene::2616253618156204113::1762034525::1762550042::1::::<><><>0<>0<>9422b7e0bee40602e29679108a4f3386<>res://godot/imported/benchCushionLow.dae-423c10a4989c45e5827edf1901903c35.scn:: +bookcaseClosed.dae::PackedScene::6659892668326109238::1762034525::1762550042::1::::<><><>0<>0<>9fa94668193a65cf5f171ce783dbbd7c<>res://godot/imported/bookcaseClosed.dae-cbe0e891ce8370a833ddfe14af5b6851.scn:: +bookcaseClosedDoors.dae::PackedScene::4302738877937322049::1762034525::1762550042::1::::<><><>0<>0<>0a731df98dad57ccd97ef8b91880af4a<>res://godot/imported/bookcaseClosedDoors.dae-a4cd40ea730af4d05fd295fe5adeea3f.scn:: +bookcaseClosedWide.dae::PackedScene::6096701782730211335::1762034525::1762550042::1::::<><><>0<>0<>7ce02440262534ec9681055d58737570<>res://godot/imported/bookcaseClosedWide.dae-4672d02411cd97de6757c940766044c4.scn:: +bookcaseOpen.dae::PackedScene::3830521932073094544::1762034525::1762550042::1::::<><><>0<>0<>a0ab7b104927037814e95953421a0a55<>res://godot/imported/bookcaseOpen.dae-767ae9ad73aa3b0824a55deca44ed291.scn:: +bookcaseOpenLow.dae::PackedScene::4519191610866805337::1762034525::1762550041::1::::<><><>0<>0<>2defe84a1d56dd93b57ad1b2062fd6eb<>res://godot/imported/bookcaseOpenLow.dae-ad1a77f3be62020c0d9815effa21b3cc.scn:: +books.dae::PackedScene::3826131632190175462::1762034525::1762550041::1::::<><><>0<>0<>23f0c828e8e90c028477a11dd60a8f59<>res://godot/imported/books.dae-e10f5e1c5c59132ea73686c889ee5202.scn:: +cabinetBed.dae::PackedScene::298005639279873693::1762034525::1762550041::1::::<><><>0<>0<>ef27afd25af48d449602e6319493d8d4<>res://godot/imported/cabinetBed.dae-2fcfaf3dd9cbf241607593ee6ef5e375.scn:: +cabinetBedDrawer.dae::PackedScene::8528866525914762105::1762034525::1762550041::1::::<><><>0<>0<>e83b370582f92a600d850c5e8542285d<>res://godot/imported/cabinetBedDrawer.dae-3583eb6f8b1e11dad38ee90817b4ad9f.scn:: +cabinetBedDrawerTable.dae::PackedScene::6888221189193517952::1762034525::1762550041::1::::<><><>0<>0<>dae00b8455a736b8e83c4879abd73800<>res://godot/imported/cabinetBedDrawerTable.dae-4051b38077d712a436e75f671242128c.scn:: +cabinetTelevision.dae::PackedScene::65716236448780597::1762034525::1762550041::1::::<><><>0<>0<>f2ce835e2ab9806b5068957286bdfb15<>res://godot/imported/cabinetTelevision.dae-cc62371d276996bc7a452a1d16c4ac66.scn:: +cabinetTelevisionDoors.dae::PackedScene::8396906045570791680::1762034525::1762550040::1::::<><><>0<>0<>5b680d06138e8d213abc93fa0279d990<>res://godot/imported/cabinetTelevisionDoors.dae-1f366e17c7faaf6f676a9c3614988381.scn:: +cardboardBoxClosed.dae::PackedScene::1823049239513719627::1762034525::1762550040::1::::<><><>0<>0<>93f25fb283658701bf3a9b800e42bb83<>res://godot/imported/cardboardBoxClosed.dae-224e11c5139c5c3a094553244449fe56.scn:: +cardboardBoxOpen.dae::PackedScene::1507625524716824499::1762034525::1762550040::1::::<><><>0<>0<>63b73c08c23e38e574079da70881c3f6<>res://godot/imported/cardboardBoxOpen.dae-aac91ee7cbf2935151736a008063e2af.scn:: +ceilingFan.dae::PackedScene::8460750010769003728::1762034525::1762550050::1::::<><><>0<>0<>dec29d1582ca3c75c0d643582874e0d7<>res://godot/imported/ceilingFan.dae-1197297a5ce45a1e98bf2948024f42ff.scn:: +chair.dae::PackedScene::8136453109105807910::1762034525::1762550050::1::::<><><>0<>0<>dd6b3b2b77d09775edd13bc79d8dbe8f<>res://godot/imported/chair.dae-3bec9d20d7faed7523d98658d812ea9d.scn:: +chairCushion.dae::PackedScene::7779598868085388826::1762034525::1762550050::1::::<><><>0<>0<>a3350dba9764f21d1ce78518be8d9f43<>res://godot/imported/chairCushion.dae-2e5f4021462c28ae5011eb6793f90a9f.scn:: +chairDesk.dae::PackedScene::4607741233799851777::1762034525::1762550049::1::::<><><>0<>0<>842de4c04305a5d7f7346f9c9c80eedf<>res://godot/imported/chairDesk.dae-c336c8a667749b117dd24080fd8b6f6d.scn:: +chairModernCushion.dae::PackedScene::7654681774893708804::1762034525::1762550049::1::::<><><>0<>0<>31a12c5da93430d86b979d3d59c15509<>res://godot/imported/chairModernCushion.dae-fcee9324649617ab3c74623895344da3.scn:: +chairModernFrameCushion.dae::PackedScene::8063606757375863595::1762034525::1762550049::1::::<><><>0<>0<>7d3d006f955889e9525282f4cb2ddc9f<>res://godot/imported/chairModernFrameCushion.dae-dff14f02772ba7d9c82dfea0f0be6769.scn:: +chairRounded.dae::PackedScene::6402217282238170888::1762034525::1762550049::1::::<><><>0<>0<>3d606ca8558b1c5c3c85b654d6ef09c6<>res://godot/imported/chairRounded.dae-6ad5aaf49a02a130f16be08e672e4a42.scn:: +coatRack.dae::PackedScene::1060428052723546137::1762034525::1762550048::1::::<><><>0<>0<>1be07dae0297ae22e3d83adcb42b0211<>res://godot/imported/coatRack.dae-c89f9d68e3de5bb299500d0753495294.scn:: +coatRackStanding.dae::PackedScene::3045487162882158512::1762034525::1762550048::1::::<><><>0<>0<>adc5fab1e5803a3db30f198a413bbafd<>res://godot/imported/coatRackStanding.dae-29b99ce5ff50e7139f9dcb8490ac6841.scn:: +computerKeyboard.dae::PackedScene::8521147696436020619::1762034525::1762550048::1::::<><><>0<>0<>e4d3cd83f8bad2a206b3b619a1264a29<>res://godot/imported/computerKeyboard.dae-0f481aa7f629d5f9504b20ee48a437ef.scn:: +computerMouse.dae::PackedScene::960455185632113031::1762034525::1762550048::1::::<><><>0<>0<>b790b4417722ef39f179308d888fe4d3<>res://godot/imported/computerMouse.dae-a73e828e0959500a28fed98a4f4d1a30.scn:: +computerScreen.dae::PackedScene::7021107822576219746::1762034525::1762550048::1::::<><><>0<>0<>a69b2310a70c7d3d6485939f2517997c<>res://godot/imported/computerScreen.dae-61b9a37e2daf57670627a28d422d2c55.scn:: +desk.dae::PackedScene::2966247509639744514::1762034525::1762550047::1::::<><><>0<>0<>f118e157737beb727769d564dd32b4a0<>res://godot/imported/desk.dae-6e884a851d4863a9ba5847d9b4b9e2f1.scn:: +deskCorner.dae::PackedScene::5102263637927154401::1762034525::1762550047::1::::<><><>0<>0<>883fd251813dbf7276b4c879dc718be9<>res://godot/imported/deskCorner.dae-062e1439e7cbf1595f8f1a7a2c1fdc27.scn:: +doorway.dae::PackedScene::8863595460335771051::1762034525::1762550047::1::::<><><>0<>0<>6bfd1da89fed239ec175004c69cde474<>res://godot/imported/doorway.dae-fe76e21c4aacaa8fc8e03240eb0369b3.scn:: +doorwayFront.dae::PackedScene::4878001985794909344::1762034525::1762550047::1::::<><><>0<>0<>5d2ee6e90f87a366452135fb28e42250<>res://godot/imported/doorwayFront.dae-864fefb48f16cc88670b3318d18fafa3.scn:: +doorwayOpen.dae::PackedScene::4203548528192168545::1762034525::1762550047::1::::<><><>0<>0<>48aec1390af16ba837a8d024c9395623<>res://godot/imported/doorwayOpen.dae-4b65c2860778cfc517e948af25b043ec.scn:: +dryer.dae::PackedScene::3658435092932394010::1762034525::1762550046::1::::<><><>0<>0<>79c88c38ad9fad725834c556d03c46d3<>res://godot/imported/dryer.dae-f14e06448b5b2fa56a1710a39db454c4.scn:: +floorCorner.dae::PackedScene::2678207787817656769::1762034525::1762550046::1::::<><><>0<>0<>50440b05694a3c5071592edc72419c8e<>res://godot/imported/floorCorner.dae-7ccf3892027741effacf73b89df7f3e4.scn:: +floorCornerRound.dae::PackedScene::8120976841173802326::1762034525::1762550046::1::::<><><>0<>0<>d9fa09af311d115fccf44c5e31c8e078<>res://godot/imported/floorCornerRound.dae-807b42a386d593f439c066e410a38797.scn:: +floorFull.dae::PackedScene::2006321551672134221::1762034525::1762550046::1::::<><><>0<>0<>d712de7a30971fbbab254f2b7a0fadae<>res://godot/imported/floorFull.dae-e18a7dc24632d7fa344b64c24c94295d.scn:: +floorHalf.dae::PackedScene::4248140387203468339::1762034525::1762550046::1::::<><><>0<>0<>95dfb77045034f1a11c4b6ed76ceb45f<>res://godot/imported/floorHalf.dae-72d992abeca63ec799156235f82426e0.scn:: +hoodLarge.dae::PackedScene::8995155456921004372::1762034525::1762550045::1::::<><><>0<>0<>cacb1b2b84f3cfaab94ce9c49ee0ebbf<>res://godot/imported/hoodLarge.dae-ae6dd8a2646a0bd7c5104378af98fcb1.scn:: +hoodModern.dae::PackedScene::7769714330152957656::1762034525::1762550045::1::::<><><>0<>0<>1c51e5ba794f07c08279ce6aa7899e42<>res://godot/imported/hoodModern.dae-1fe3224e84abc0dfab04280e48d879dc.scn:: +kitchenBar.dae::PackedScene::2683440002678619133::1762034525::1762550045::1::::<><><>0<>0<>866ca1c3281db0107681e6c02bd58e46<>res://godot/imported/kitchenBar.dae-8c085ae35efd40558ed14af1dd393815.scn:: +kitchenBarEnd.dae::PackedScene::3478485897882832740::1762034525::1762550045::1::::<><><>0<>0<>d2d63b993916366b4d0dbc1469fa89cc<>res://godot/imported/kitchenBarEnd.dae-73d81e47f62fe6e32528646e381fc125.scn:: +kitchenBlender.dae::PackedScene::2516489870201521495::1762034525::1762550045::1::::<><><>0<>0<>6bf4dc4b4181f62985b0e0213332a256<>res://godot/imported/kitchenBlender.dae-2272e01a09d6781ec5ea86d61657fc99.scn:: +kitchenCabinet.dae::PackedScene::2650945275086744747::1762034525::1762550034::1::::<><><>0<>0<>b1c35def4c0dcd3fae4486a7e9902f66<>res://godot/imported/kitchenCabinet.dae-49b55680cd246c2a8e7b0c2922e9f646.scn:: +kitchenCabinetCornerInner.dae::PackedScene::81629630315117809::1762034525::1762550034::1::::<><><>0<>0<>bbf3401bdd029e32e7d6830761f47267<>res://godot/imported/kitchenCabinetCornerInner.dae-83fceb6bf29ac2f8134090045664da20.scn:: +kitchenCabinetCornerRound.dae::PackedScene::6939988504156517313::1762034525::1762550034::1::::<><><>0<>0<>8d8bc4b873b17cea53bfa2eff6728fc5<>res://godot/imported/kitchenCabinetCornerRound.dae-56697f4f649526d331ba00fcc34eb89e.scn:: +kitchenCabinetDrawer.dae::PackedScene::712685192129102002::1762034525::1762550033::1::::<><><>0<>0<>f0e3f0e5c73673b091dd5eceb9f79c10<>res://godot/imported/kitchenCabinetDrawer.dae-41bdb09877cc31c2fd190782a8ac3e93.scn:: +kitchenCabinetUpper.dae::PackedScene::884957092757105709::1762034525::1762550033::1::::<><><>0<>0<>1900b641bd2ea8c3c36fba1693981c6b<>res://godot/imported/kitchenCabinetUpper.dae-12b586c407d1c4ebe3b3b67294ab5948.scn:: +kitchenCabinetUpperCorner.dae::PackedScene::4899978495647689823::1762034525::1762550033::1::::<><><>0<>0<>a04d18370f604996b854bdb030db696b<>res://godot/imported/kitchenCabinetUpperCorner.dae-5a828d6a64be0ca8934fe59b923145b4.scn:: +kitchenCabinetUpperDouble.dae::PackedScene::9113255781863360651::1762034525::1762550033::1::::<><><>0<>0<>8a89b9769185dc2a64d0e44a0974e7f9<>res://godot/imported/kitchenCabinetUpperDouble.dae-b69280eed65aca60c288eda2650b7f99.scn:: +kitchenCabinetUpperLow.dae::PackedScene::1907190256191011469::1762034525::1762550033::1::::<><><>0<>0<>a34a7e433eee75578d184160bbd63351<>res://godot/imported/kitchenCabinetUpperLow.dae-625b56e306b073b9fd8d23ec05cf4280.scn:: +kitchenCoffeeMachine.dae::PackedScene::7838702557764131093::1762034525::1762550032::1::::<><><>0<>0<>865f3b87b2edec4a542d37976b3ea237<>res://godot/imported/kitchenCoffeeMachine.dae-5441acf51edd05e844e512f080b15270.scn:: +kitchenFridge.dae::PackedScene::1406649024804964026::1762034525::1762550032::1::::<><><>0<>0<>2e39e4e79dba84044929acdb52703e33<>res://godot/imported/kitchenFridge.dae-25ce3cc486a535fdb620d67f81f073fd.scn:: +kitchenFridgeBuiltIn.dae::PackedScene::3885369110212866346::1762034525::1762550032::1::::<><><>0<>0<>9d7785a36e5bd245e19b0109389cf75f<>res://godot/imported/kitchenFridgeBuiltIn.dae-dda428bef0b44838bb0ba1937c1ff840.scn:: +kitchenFridgeLarge.dae::PackedScene::6347912852149746677::1762034525::1762550032::1::::<><><>0<>0<>a4129170a81223c86634f9ffb6d59902<>res://godot/imported/kitchenFridgeLarge.dae-b41d42afa9a7d539a12c0c2d46e26645.scn:: +kitchenFridgeSmall.dae::PackedScene::796897653525482352::1762034525::1762550032::1::::<><><>0<>0<>509e6f64e5064c39c6684ca4632be90d<>res://godot/imported/kitchenFridgeSmall.dae-e735c3c031f22a887170c9383a3a581d.scn:: +kitchenMicrowave.dae::PackedScene::4066438754501751151::1762034525::1762550031::1::::<><><>0<>0<>cf09a1526bd9f7be5f5c21222b161681<>res://godot/imported/kitchenMicrowave.dae-0dd9eddc1963053695ec99dcd49a75c3.scn:: +kitchenSink.dae::PackedScene::6470899067205466698::1762034525::1762550031::1::::<><><>0<>0<>2dc756266df29a4ec7c374a74492ae5d<>res://godot/imported/kitchenSink.dae-728da88eb643f1f7bf2baa600f34c37f.scn:: +kitchenStove.dae::PackedScene::1323656647553485137::1762034525::1762550031::1::::<><><>0<>0<>0566ca20cd0a5f610357d51e29698e97<>res://godot/imported/kitchenStove.dae-6d4a4a3dc725418303ad7b0ef5acc3fb.scn:: +kitchenStoveElectric.dae::PackedScene::7404738465116626608::1762034525::1762550031::1::::<><><>0<>0<>18019239591f5e94c234b9cd053e2fd6<>res://godot/imported/kitchenStoveElectric.dae-594dc577f4a75e076d506324b360c01b.scn:: +lampRoundFloor.dae::PackedScene::3434827167982293348::1762034525::1762550030::1::::<><><>0<>0<>302e55be1507ffb52b4f5921b791033d<>res://godot/imported/lampRoundFloor.dae-054608fe6d0e628d7dd2847bc9f7d7b8.scn:: +lampRoundTable.dae::PackedScene::977573420570631482::1762034525::1762550030::1::::<><><>0<>0<>33b0cf3839f345983c1787d73bdb1da0<>res://godot/imported/lampRoundTable.dae-36bc5b68f93e0996933b540747b863c7.scn:: +lampSquareCeiling.dae::PackedScene::4839945597877996948::1762034525::1762550030::1::::<><><>0<>0<>50db85685194e2c3de98710ded9f342d<>res://godot/imported/lampSquareCeiling.dae-27a4e70ef18a57d3c18239fab2caa716.scn:: +lampSquareFloor.dae::PackedScene::5444003934984074275::1762034525::1762550030::1::::<><><>0<>0<>0b0159f258eea63edce52b892911953f<>res://godot/imported/lampSquareFloor.dae-58d16db19023fe7f10bf4821cf8c2eaa.scn:: +lampSquareTable.dae::PackedScene::5079658960376170772::1762034525::1762550030::1::::<><><>0<>0<>8dab38db217f84292ea9f645d258ef8d<>res://godot/imported/lampSquareTable.dae-e0c298f107f19248b764a6a4c1329ad9.scn:: +lampWall.dae::PackedScene::7249704204787704370::1762034525::1762550029::1::::<><><>0<>0<>a3d93803129f7e146d2559c300ba8b9e<>res://godot/imported/lampWall.dae-3af4d512e821aaa47ddc0941f79a56c4.scn:: +laptop.dae::PackedScene::6695499733196871392::1762034525::1762550029::1::::<><><>0<>0<>251a9b72357e4d519483d1644fbec330<>res://godot/imported/laptop.dae-7b63c9d653d576a583311de51e4e2b2f.scn:: +loungeChair.dae::PackedScene::4397327719266374132::1762034525::1762550029::1::::<><><>0<>0<>d633fff3c7c15b4a98a2d1b15c93b356<>res://godot/imported/loungeChair.dae-b9e51ff9b51945a323bf5a7a2618af60.scn:: +loungeChairRelax.dae::PackedScene::6300091641943169604::1762034525::1762550029::1::::<><><>0<>0<>c0ec58254086a73e1ce0184edb0d1abb<>res://godot/imported/loungeChairRelax.dae-a6ca87c9e7dda95ca02edf01f1a34230.scn:: +loungeDesignChair.dae::PackedScene::3848761540304614054::1762034525::1762550040::1::::<><><>0<>0<>f27f344355ff96e7d1c285c3a7bd1808<>res://godot/imported/loungeDesignChair.dae-9690bce38ea6fd9f3d846efda7aa780f.scn:: +loungeDesignSofa.dae::PackedScene::4563031806095727307::1762034525::1762550040::1::::<><><>0<>0<>88ff62945b9bdbf1a6db918a5f14d44e<>res://godot/imported/loungeDesignSofa.dae-ce9bfef65b4182783ee509a8d926d7fd.scn:: +loungeDesignSofaCorner.dae::PackedScene::8673965297441555271::1762034525::1762550039::1::::<><><>0<>0<>e90c8ab8a44f26189af612f5d8727994<>res://godot/imported/loungeDesignSofaCorner.dae-f51995d2ffdf62908f7c1c56fe900807.scn:: +loungeSofa.dae::PackedScene::5881380259089655597::1762034525::1762550039::1::::<><><>0<>0<>a94955e38dd61142d4953d8def770bca<>res://godot/imported/loungeSofa.dae-463977931e8c2d1075aef83e0254d652.scn:: +loungeSofaCorner.dae::PackedScene::4439129310446844858::1762034525::1762550039::1::::<><><>0<>0<>ebe5f4c28f761841a4dd38e0f1c1530b<>res://godot/imported/loungeSofaCorner.dae-f96a26309c9f2bf98d2bdffc01d05b86.scn:: +loungeSofaLong.dae::PackedScene::7356905126749114750::1762034525::1762550039::1::::<><><>0<>0<>4b520a814afe1ea7eee7d3bc4c994a95<>res://godot/imported/loungeSofaLong.dae-58338b7a7d7f24e530fa6332af94fbad.scn:: +loungeSofaOttoman.dae::PackedScene::8769160715838841394::1762034525::1762550039::1::::<><><>0<>0<>dee9ddd6419b63edce9199b6d0846377<>res://godot/imported/loungeSofaOttoman.dae-c23dd4d0be45276ee0187d77fa343558.scn:: +paneling.dae::PackedScene::8657276739359761465::1762034525::1762550038::1::::<><><>0<>0<>6c7f8eedc9af8bc8936c068cf00c79fe<>res://godot/imported/paneling.dae-ed49ef877f3cbc90c002ef729436ea4f.scn:: +pillow.dae::PackedScene::2696475468532535709::1762034525::1762550038::1::::<><><>0<>0<>2558e9997d2f5eae20fc658d6d7db5ba<>res://godot/imported/pillow.dae-d3e37dd8345aeff54806f72632e422cf.scn:: +pillowBlue.dae::PackedScene::8263871213920616592::1762034525::1762550038::1::::<><><>0<>0<>4353306e7306c54844c6eaa708dd6190<>res://godot/imported/pillowBlue.dae-a040e345fc07e3a7df1ad86f30d40d7f.scn:: +pillowBlueLong.dae::PackedScene::2623890367810377316::1762034525::1762550038::1::::<><><>0<>0<>f58bee808990a9a8fabd95aa61fc04ac<>res://godot/imported/pillowBlueLong.dae-2644a0cfe55d7e96803b1ca61d9735dc.scn:: +pillowLong.dae::PackedScene::4423936973874740230::1762034525::1762550037::1::::<><><>0<>0<>fbbf825d293ca56da9990c294d1fb3f7<>res://godot/imported/pillowLong.dae-374bdeda3a4ec70b78f394e7e313b78b.scn:: +plantSmall1.dae::PackedScene::3323861383329362763::1762034525::1762550037::1::::<><><>0<>0<>8fb61c5aabecbb45f9cae379fb272baf<>res://godot/imported/plantSmall1.dae-3bcf934766d91143432ca9c42b960a90.scn:: +plantSmall2.dae::PackedScene::6414558915442612914::1762034525::1762550037::1::::<><><>0<>0<>e2bd2aafd2ba8dd2dbe3c0f587600ffd<>res://godot/imported/plantSmall2.dae-7b2c0fe918e33c0b8f0f42e168805e41.scn:: +plantSmall3.dae::PackedScene::1582366713253187123::1762034525::1762550037::1::::<><><>0<>0<>ee527bf73031bc7b2af1984624a2bb4c<>res://godot/imported/plantSmall3.dae-7e9fc729f7e9fed12cdefc386ff0f254.scn:: +pottedPlant.dae::PackedScene::4968626529362249092::1762034525::1762550037::1::::<><><>0<>0<>2d9f024921b3652aea9b08833ca7a2db<>res://godot/imported/pottedPlant.dae-74659032b4766d7b5a9a6ff31f9dce9d.scn:: +radio.dae::PackedScene::4092328401019663963::1762034525::1762550036::1::::<><><>0<>0<>a1c766585d66a49f35dd24a719bea582<>res://godot/imported/radio.dae-b0fe588f2772b11da811ef5c272d9882.scn:: +rugDoormat.dae::PackedScene::1173147587831930823::1762034525::1762550036::1::::<><><>0<>0<>93272329c1bf36295969d4afa2139128<>res://godot/imported/rugDoormat.dae-9d6d585926e3a3502b953c6201ec8a10.scn:: +rugRectangle.dae::PackedScene::4037382890178088973::1762034525::1762550036::1::::<><><>0<>0<>0efcb7b8ecdd54c797b4be858ed27ba8<>res://godot/imported/rugRectangle.dae-e26e416ea4be3f811fdfbb1191eeeeff.scn:: +rugRound.dae::PackedScene::5179868607462481593::1762034525::1762550036::1::::<><><>0<>0<>8b09e1bbeed6e88119cd7832d767203c<>res://godot/imported/rugRound.dae-54f4a3efe64896dcabab7a8182d1eb6a.scn:: +rugRounded.dae::PackedScene::7014850368829898874::1762034525::1762550035::1::::<><><>0<>0<>05b8160b0e90172c06a91fbac9382525<>res://godot/imported/rugRounded.dae-c9e1e5a0070575a7b34389c4512ad764.scn:: +rugSquare.dae::PackedScene::1838229418599262249::1762034525::1762550035::1::::<><><>0<>0<>b5e236b9f18451a454e49fb7fcb72c2c<>res://godot/imported/rugSquare.dae-004a3f5f0c1f118cddf4855691d4fd67.scn:: +shower.dae::PackedScene::1086774220028360787::1762034525::1762550035::1::::<><><>0<>0<>7512c79f8f729976721362208ca0069a<>res://godot/imported/shower.dae-f46c2664073d40c6327945641c519879.scn:: +showerRound.dae::PackedScene::2504881253677285056::1762034525::1762550035::1::::<><><>0<>0<>f94174c624be138fcf51cead9fdfea67<>res://godot/imported/showerRound.dae-7050d6066dade9c9547647d7092c4d5a.scn:: +sideTable.dae::PackedScene::5787179044262567731::1762034525::1762550035::1::::<><><>0<>0<>766b979a11bf42846a83d0b5193719d6<>res://godot/imported/sideTable.dae-17d225a24171e404e45ef6575e751fc5.scn:: +sideTableDrawers.dae::PackedScene::823434092625178436::1762034525::1762550034::1::::<><><>0<>0<>b8485cb2b7f84134b6d1d0a451949b6e<>res://godot/imported/sideTableDrawers.dae-fe3db42dd12f90ff10db33ae070dc9ee.scn:: +speaker.dae::PackedScene::6213882189714210772::1762034525::1762550066::1::::<><><>0<>0<>a059254eb1bf0168291838b622cb7656<>res://godot/imported/speaker.dae-90257942f6ead75f839bf0854b5c9753.scn:: +speakerSmall.dae::PackedScene::6567269242470347353::1762034525::1762550066::1::::<><><>0<>0<>4138b002a80ee00201ca3146bb0787c6<>res://godot/imported/speakerSmall.dae-eceec34981efe4d0fea8f56a7058d0d8.scn:: +stairs.dae::PackedScene::3310930978908100067::1762034525::1762550066::1::::<><><>0<>0<>8f4353594e52caef1b40353c93f6745e<>res://godot/imported/stairs.dae-b674424fa1f7b496bca6f721c2f9f678.scn:: +stairsCorner.dae::PackedScene::8892025623957826375::1762034525::1762550066::1::::<><><>0<>0<>ab3066264e7b60542157ea7cc76d2736<>res://godot/imported/stairsCorner.dae-f57988aeb9a882d725fef0a152fd1161.scn:: +stairsOpen.dae::PackedScene::5070980336253899768::1762034525::1762550066::1::::<><><>0<>0<>24e90cdda838e7b69b87cacecbd50aca<>res://godot/imported/stairsOpen.dae-f39fb5c474c651e59be1e295bd388fa6.scn:: +stairsOpenSingle.dae::PackedScene::1630385953261469166::1762034525::1762550065::1::::<><><>0<>0<>200f8f5c5a0ac67533a86814a4087904<>res://godot/imported/stairsOpenSingle.dae-8620b737faeb3537cf55d510f7491de6.scn:: +stoolBar.dae::PackedScene::2847042472588026470::1762034525::1762550065::1::::<><><>0<>0<>47ea009939627aa592047716e0a3ec92<>res://godot/imported/stoolBar.dae-6424438bac6d285434e2e2ef5da2ffd6.scn:: +stoolBarSquare.dae::PackedScene::4649057841781846719::1762034525::1762550065::1::::<><><>0<>0<>7a59c0d12be3975cf2fce85d39a52ef1<>res://godot/imported/stoolBarSquare.dae-ca1598c33e001ca6a6e742c897bbb189.scn:: +table.dae::PackedScene::8669347103307706854::1762034525::1762550065::1::::<><><>0<>0<>204451380c0c76d1341ee9aeec2ceda1<>res://godot/imported/table.dae-8e3558bf9079918fee6135af6aaf0d1a.scn:: +tableCloth.dae::PackedScene::3878121690000249520::1762034525::1762550064::1::::<><><>0<>0<>704bccfd8f5c7f1b30dd61f662bec444<>res://godot/imported/tableCloth.dae-20e19e6b33f82ff1984db153928b62a0.scn:: +tableCoffee.dae::PackedScene::5938404577971217971::1762034525::1762550013::1::::<><><>0<>0<>04037d6ad0de4875eaa132c14cbe9851<>res://godot/imported/tableCoffee.dae-4acf268861f32313d56462ecfd52e0f5.scn:: +tableCoffeeGlass.dae::PackedScene::7737496980690174678::1762034525::1762550013::1::::<><><>0<>0<>d48b662e7e020310f8fa5fcc357581e4<>res://godot/imported/tableCoffeeGlass.dae-24cfedbf9ad3ba34f1018d6d570b6e51.scn:: +tableCoffeeGlassSquare.dae::PackedScene::1222974195382803588::1762034525::1762550013::1::::<><><>0<>0<>0fd97ea26fc061a533704d1976d54e98<>res://godot/imported/tableCoffeeGlassSquare.dae-4957994039b9496f6a28c7e6e30802b9.scn:: +tableCoffeeSquare.dae::PackedScene::5796605116743938522::1762034525::1762550013::1::::<><><>0<>0<>80a5bd98dbf5839ce06f041140493968<>res://godot/imported/tableCoffeeSquare.dae-5ec08b4e26d3a86848b4925d66a1bece.scn:: +tableCross.dae::PackedScene::7035391002922715181::1762034525::1762550014::1::::<><><>0<>0<>08465de1621018873009cbc0bdb7a20c<>res://godot/imported/tableCross.dae-199131e3d624aaece033a2cdd723deb8.scn:: +tableCrossCloth.dae::PackedScene::7598483681414779966::1762034525::1762550014::1::::<><><>0<>0<>04db3dc6ced9387e7c588c6891c641e0<>res://godot/imported/tableCrossCloth.dae-56b03e60e388b5409d1e034d99fcb409.scn:: +tableGlass.dae::PackedScene::7330950965217444858::1762034525::1762550014::1::::<><><>0<>0<>57d3ee03800048aad2cfce916ba91c19<>res://godot/imported/tableGlass.dae-873503784badcf4e89be928da28a7638.scn:: +tableRound.dae::PackedScene::6016192817103627923::1762034525::1762550014::1::::<><><>0<>0<>d3442550dbdb924898ef08f47cd52c54<>res://godot/imported/tableRound.dae-fb67dc0ddd4daf4604ec9c86babf3ea8.scn:: +televisionAntenna.dae::PackedScene::1415428910605506432::1762034525::1762550014::1::::<><><>0<>0<>79b644a84db7ff6e3778769008d3a143<>res://godot/imported/televisionAntenna.dae-2148228c2429ebc9885b4ae157d0b2f0.scn:: +televisionModern.dae::PackedScene::6642662396699205575::1762034525::1762550015::1::::<><><>0<>0<>c09596d168edccb938bb80fbea08b021<>res://godot/imported/televisionModern.dae-c4bfeb3bf325fd92a329bb838c40ce4b.scn:: +televisionVintage.dae::PackedScene::968010879753672233::1762034525::1762550015::1::::<><><>0<>0<>6cdd37e513af8126dc1b361b6a8ce49c<>res://godot/imported/televisionVintage.dae-70cf3a277e469576d33194bc034f0f54.scn:: +toaster.dae::PackedScene::284980711097300164::1762034525::1762550015::1::::<><><>0<>0<>1f88173c29534d5db8146cd7d54c39bc<>res://godot/imported/toaster.dae-6ce6ed5d33a41f129b222161fbbfa99a.scn:: +toilet.dae::PackedScene::242866436892418966::1762034525::1762550015::1::::<><><>0<>0<>f3d47d0ce890b1f4c4d82778dddce9dd<>res://godot/imported/toilet.dae-2a8a365cc28358c42015f30911287840.scn:: +toiletSquare.dae::PackedScene::6912050741559800914::1762034525::1762550015::1::::<><><>0<>0<>e70eca038bb78c2f2e39acd2d3b33b26<>res://godot/imported/toiletSquare.dae-098fa163e50894b3e46b0586af2ec52e.scn:: +trashcan.dae::PackedScene::29562555845144277::1762034525::1762550016::1::::<><><>0<>0<>ee879347689d51211dd6982891afb08b<>res://godot/imported/trashcan.dae-7fcec145ed8b6a46e9535f2a3567b7fd.scn:: +wall.dae::PackedScene::1982730907213305399::1762034525::1762550016::1::::<><><>0<>0<>39d8248cdd2c3b20a297c857381d65db<>res://godot/imported/wall.dae-0c4cb3f0e86d1e40982f77ba3e188202.scn:: +wallCorner.dae::PackedScene::2395934942615296257::1762034525::1762550016::1::::<><><>0<>0<>4a120725397b6b728e462834cad82e2a<>res://godot/imported/wallCorner.dae-c1d402b311ee881306a1a593fe75b1ff.scn:: +wallCornerRond.dae::PackedScene::7137986320178320503::1762034525::1762550016::1::::<><><>0<>0<>78b3608ae6a51bb64e7794df62283b26<>res://godot/imported/wallCornerRond.dae-8e656d675a128c8b42f5922dac286438.scn:: +wallDoorway.dae::PackedScene::1656445291988390839::1762034525::1762550016::1::::<><><>0<>0<>d113bf577ae3d836270ba223096d81f1<>res://godot/imported/wallDoorway.dae-41382f248d6102828769eda8f683ae07.scn:: +wallDoorwayWide.dae::PackedScene::7056250005436103006::1762034525::1762550016::1::::<><><>0<>0<>cc25a104120b77075a1dcd1b49dd01a7<>res://godot/imported/wallDoorwayWide.dae-cd21cd539d77f39dd11b8897e4c22266.scn:: +wallHalf.dae::PackedScene::1304072804151119118::1762034525::1762550017::1::::<><><>0<>0<>bc41622e57e9ae68707b4a30a172f848<>res://godot/imported/wallHalf.dae-1f26a72bd9f3751268b762a900488dc6.scn:: +wallWindow.dae::PackedScene::863647632356005157::1762034525::1762550017::1::::<><><>0<>0<>8c850a883ca0ced414d8d93439d15780<>res://godot/imported/wallWindow.dae-d724508d9adee7ea8c95c82232ce2d04.scn:: +wallWindowSlide.dae::PackedScene::8013274766644644311::1762034525::1762550017::1::::<><><>0<>0<>2ee080fd34e31898464c833a7b34eaf8<>res://godot/imported/wallWindowSlide.dae-10be3544ca73012a118bb9d915915b34.scn:: +washer.dae::PackedScene::9050361562728550549::1762034525::1762550017::1::::<><><>0<>0<>eaab743c0879e3545345059946b2d4f1<>res://godot/imported/washer.dae-0c77febd02e3684a4a9261d7ea8d59ec.scn:: +washerDryerStacked.dae::PackedScene::5002950775373760365::1762034525::1762550017::1::::<><><>0<>0<>3fdd94aac0ced3fd91879b2ae082ecd1<>res://godot/imported/washerDryerStacked.dae-d146a1d9574ba30b35690dd5b5fb20ba.scn:: +::res://assets-lib/kenney_furniture-kit/Models/DAE format/Textures/::1540048682 +::res://assets-lib/kenney_furniture-kit/Models/FBX format/::1762550029 +bathroomCabinet.fbx::PackedScene::1490106652749177038::1762034525::1762550018::1::::<><><>0<>0<>5bad162db3d3390a5a950170ffec6db9<>res://godot/imported/bathroomCabinet.fbx-36b87f18e336aeecaa03e3f2927d3b8f.scn:: +bathroomCabinetDrawer.fbx::PackedScene::7153348941586487513::1762034525::1762550007::1::::<><><>0<>0<>abc27f5cbda4f5991ca26563c88081a9<>res://godot/imported/bathroomCabinetDrawer.fbx-ef754e30afdb99473d614955e9fc81f3.scn:: +bathroomMirror.fbx::PackedScene::7104511325005828252::1762034525::1762550008::1::::<><><>0<>0<>c6cc6ad828edd971998d36a0a08ea35b<>res://godot/imported/bathroomMirror.fbx-7ccd65cf428a825021044f3a3fd13723.scn:: +bathroomSink.fbx::PackedScene::1879362223493999366::1762034525::1762550008::1::::<><><>0<>0<>1ed4140a421958581b962d2bdc0e1666<>res://godot/imported/bathroomSink.fbx-e5f1cd1a270f7b1b6a82e9c16ddbd522.scn:: +bathroomSinkSquare.fbx::PackedScene::2063936361781641286::1762034525::1762550008::1::::<><><>0<>0<>660003d158859e9a7ee9a5efd4d92df3<>res://godot/imported/bathroomSinkSquare.fbx-f8edaa271e09d166ee23411e72be4644.scn:: +bathtub.fbx::PackedScene::5681715770233293880::1762034525::1762550008::1::::<><><>0<>0<>2a2b128644749d49cf889384f97f0cf5<>res://godot/imported/bathtub.fbx-9b740c41c83c0c3e713da090585ae13d.scn:: +bear.fbx::PackedScene::7438943718892233046::1762034525::1762550008::1::::<><><>0<>0<>884d329bff027c5cd64d9d38ee868b22<>res://godot/imported/bear.fbx-2cbde97ef03f1d22ce6c77f33cffa017.scn:: +bedBunk.fbx::PackedScene::199136795222939090::1762034525::1762550009::1::::<><><>0<>0<>26f3905caae6f688f87ebc402eb3ab5e<>res://godot/imported/bedBunk.fbx-20c47d47993a497a55636d820126df68.scn:: +bedDouble.fbx::PackedScene::3611551877882306201::1762034525::1762550009::1::::<><><>0<>0<>b4dd86cb893b16f2f063b6d29ea4d1b5<>res://godot/imported/bedDouble.fbx-84aaf29a4a60f41802b1d680deebb170.scn:: +bedSingle.fbx::PackedScene::8743390365505966759::1762034525::1762550009::1::::<><><>0<>0<>21c1a548ebda228ded35685fbe1a4755<>res://godot/imported/bedSingle.fbx-ac742e159be837bbf0a9cc20e3686f89.scn:: +bench.fbx::PackedScene::7377459786250479757::1762034525::1762550009::1::::<><><>0<>0<>f107f7f30799430b028eb7eb52ea62ae<>res://godot/imported/bench.fbx-28b316562c1f5461773b724718b43d17.scn:: +benchCushion.fbx::PackedScene::1568292101193798903::1762034525::1762550009::1::::<><><>0<>0<>0d5ceb9bcd363e817bea43f5841df6d3<>res://godot/imported/benchCushion.fbx-46d6f4db93186274f97eca94d233d3d9.scn:: +benchCushionLow.fbx::PackedScene::8329092781852726824::1762034525::1762550010::1::::<><><>0<>0<>25ae77db55e2cdb3e4a28e40ba1ef4be<>res://godot/imported/benchCushionLow.fbx-b0f246998fe459bdfea99a5a164fce47.scn:: +bookcaseClosed.fbx::PackedScene::4992835780308779399::1762034525::1762550010::1::::<><><>0<>0<>93eb6aae6989f481e54c1314a1add4e0<>res://godot/imported/bookcaseClosed.fbx-0aba08bd72ea4cd508459b72d9583293.scn:: +bookcaseClosedDoors.fbx::PackedScene::4923096398794460335::1762034525::1762550010::1::::<><><>0<>0<>60c618fa7a9970429f9b83d9920f1190<>res://godot/imported/bookcaseClosedDoors.fbx-58b021ae66d08c40068a2d2469aa61bc.scn:: +bookcaseClosedWide.fbx::PackedScene::5656125961458669300::1762034525::1762550010::1::::<><><>0<>0<>92b25f31bd950a13f700ead1b9217fc2<>res://godot/imported/bookcaseClosedWide.fbx-213de22b944e6db97540bd1b426c7b51.scn:: +bookcaseOpen.fbx::PackedScene::8075889403985928638::1762034525::1762550010::1::::<><><>0<>0<>9d5d7534aa72b69b3d37a5ff569e420e<>res://godot/imported/bookcaseOpen.fbx-2de42086479f312328ace8e352e220ae.scn:: +bookcaseOpenLow.fbx::PackedScene::7576880360524385969::1762034525::1762550011::1::::<><><>0<>0<>8668a4354ae13068d64caf48083d7a6e<>res://godot/imported/bookcaseOpenLow.fbx-8e1eead0b7ed3a2849ed8ae81f3b39c2.scn:: +books.fbx::PackedScene::5659524084877563633::1762034525::1762550011::1::::<><><>0<>0<>9287995ffcd2d1e7a1f1a76f109a36f1<>res://godot/imported/books.fbx-4eb9270971cfa04fb6fca79d7be6d2b9.scn:: +cabinetBed.fbx::PackedScene::7037010311400050332::1762034525::1762550011::1::::<><><>0<>0<>ca70049bfcdcb177e82cccb3d7e10613<>res://godot/imported/cabinetBed.fbx-874ef1db4cd211d88bb9ee74efe11239.scn:: +cabinetBedDrawer.fbx::PackedScene::7024241788460005745::1762034525::1762550011::1::::<><><>0<>0<>a5a4cf3d984275f5b3e81782775d7ac5<>res://godot/imported/cabinetBedDrawer.fbx-ca9fe1cb67047c8cef5be42f1263c3a3.scn:: +cabinetBedDrawerTable.fbx::PackedScene::546045099727903605::1762034525::1762550012::1::::<><><>0<>0<>a9cde11a8c44cab98f87f3c48adff4ed<>res://godot/imported/cabinetBedDrawerTable.fbx-4dbcbb3dba2aeb0b541334682e6af329.scn:: +cabinetTelevision.fbx::PackedScene::3537654389475705179::1762034525::1762550012::1::::<><><>0<>0<>4683b85a181ff8decad7b7b227d8053d<>res://godot/imported/cabinetTelevision.fbx-67ea94f172bc545be8aab7865860c933.scn:: +cabinetTelevisionDoors.fbx::PackedScene::4464946508186387196::1762034525::1762550012::1::::<><><>0<>0<>a8711b178251137680eef5402e8227c4<>res://godot/imported/cabinetTelevisionDoors.fbx-607ddd4449ffab1343668fb237a92126.scn:: +cardboardBoxClosed.fbx::PackedScene::8510716874851469156::1762034525::1762550012::1::::<><><>0<>0<>61f9a586fb2b068d44dc5edc510503b6<>res://godot/imported/cardboardBoxClosed.fbx-726cc07f12085ad8ead4a4ec0785d607.scn:: +cardboardBoxOpen.fbx::PackedScene::8864335543224218885::1762034525::1762550012::1::::<><><>0<>0<>af1187df050f26b9e67c1b7fe98d7733<>res://godot/imported/cardboardBoxOpen.fbx-9af96ccec4129c043b0aff7bdec5850b.scn:: +ceilingFan.fbx::PackedScene::5583449595897818514::1762034525::1762550013::1::::<><><>0<>0<>7a7b4823b2536a19acae4f8ea88d0ebd<>res://godot/imported/ceilingFan.fbx-7b1e6cc1ed682bdf120898a8eacc5f56.scn:: +chair.fbx::PackedScene::1039413456111063385::1762034525::1762550023::1::::<><><>0<>0<>662559fc5dbfa17d3a59c3d934c0d375<>res://godot/imported/chair.fbx-22f377b03b834756216776206daaedea.scn:: +chairCushion.fbx::PackedScene::5625123314965485725::1762034525::1762550023::1::::<><><>0<>0<>e8d561f2fab3112c04cb74ccee00a737<>res://godot/imported/chairCushion.fbx-21efdd30197f19ac17fd92e782311d0b.scn:: +chairDesk.fbx::PackedScene::6673262135511803718::1762034525::1762550024::1::::<><><>0<>0<>8a24e388626468540ea07cf9ad016683<>res://godot/imported/chairDesk.fbx-b198914f1537a86a8c68e4842cfd3ae1.scn:: +chairModernCushion.fbx::PackedScene::9089310557533956940::1762034525::1762550024::1::::<><><>0<>0<>c92e132571a55a081c62e89d7720b78b<>res://godot/imported/chairModernCushion.fbx-c08b414ae6de13e09789a4f942ad4262.scn:: +chairModernFrameCushion.fbx::PackedScene::8703981633156138731::1762034525::1762550024::1::::<><><>0<>0<>f133ccc60594a46a3fced45d41c61928<>res://godot/imported/chairModernFrameCushion.fbx-0b7b97988a9a7e19e602fc61ad0634c6.scn:: +chairRounded.fbx::PackedScene::6589978980099975994::1762034525::1762550024::1::::<><><>0<>0<>4afd3bdf26319a618f4734b464455508<>res://godot/imported/chairRounded.fbx-9ca4322f773a44f7b5dd19305d5a3db3.scn:: +coatRack.fbx::PackedScene::528984316574585862::1762034525::1762550024::1::::<><><>0<>0<>31f0f86008403884ba7e61f49de857b8<>res://godot/imported/coatRack.fbx-e72c6bc46dd16074fb3ba1bba64ef345.scn:: +coatRackStanding.fbx::PackedScene::6067083638266803256::1762034525::1762550025::1::::<><><>0<>0<>7001a44aa6dcd6b680f953175e1cf2e9<>res://godot/imported/coatRackStanding.fbx-b14aa71b2655f04ff90246a4917c5d91.scn:: +computerKeyboard.fbx::PackedScene::1183118344683808743::1762034525::1762550025::1::::<><><>0<>0<>57ce59541b691a5e68a9d000b6545437<>res://godot/imported/computerKeyboard.fbx-2a043b55c135f20181efdcd48497ee92.scn:: +computerMouse.fbx::PackedScene::4802450089172243264::1762034525::1762550025::1::::<><><>0<>0<>f1a065e46af4c871c2a12144e01c4dc1<>res://godot/imported/computerMouse.fbx-8c2c88a35bececc2fd2a23b031bb8ee1.scn:: +computerScreen.fbx::PackedScene::8379372711461347278::1762034525::1762550025::1::::<><><>0<>0<>3fa4998805928bc6b01f0202eb957152<>res://godot/imported/computerScreen.fbx-d5d0351410a6811378d810c12ba9fc8b.scn:: +desk.fbx::PackedScene::8757919849698631897::1762034525::1762550025::1::::<><><>0<>0<>1e0e5e47a9ac4de1fcae0e2bdf9a29ce<>res://godot/imported/desk.fbx-60408ba6895671edbbc509a97287ae93.scn:: +deskCorner.fbx::PackedScene::260450347754473358::1762034525::1762550026::1::::<><><>0<>0<>1c7dd0ba34298cda0515e331890910a2<>res://godot/imported/deskCorner.fbx-41f6222f28ca04026a3099830e68a8e6.scn:: +doorway.fbx::PackedScene::7193586050998295792::1762034525::1762550026::1::::<><><>0<>0<>3ce79a8a656d06ef8d5737e2b8706a27<>res://godot/imported/doorway.fbx-216b1fd40c587d67dd9d9f06780efff9.scn:: +doorwayFront.fbx::PackedScene::2524869967927585584::1762034525::1762550026::1::::<><><>0<>0<>743001efecf24d7705ae19a5b7e46bf2<>res://godot/imported/doorwayFront.fbx-50fc7444a3b030d8ef1d42e661eb78ca.scn:: +doorwayOpen.fbx::PackedScene::8593260160801397146::1762034525::1762550026::1::::<><><>0<>0<>5af27d9bb8106a53eb2da12d19cdf8e8<>res://godot/imported/doorwayOpen.fbx-6c9a07e9165764aba83f86639ca92300.scn:: +dryer.fbx::PackedScene::2806860578783951183::1762034525::1762550027::1::::<><><>0<>0<>778fa61d381440081f33146b646df7de<>res://godot/imported/dryer.fbx-865a3d433bb4b7fe1e6211ffc7409a3e.scn:: +floorCorner.fbx::PackedScene::7353886984380625482::1762034525::1762550027::1::::<><><>0<>0<>349e4c9894b09fbcf878f774c7c9ed3c<>res://godot/imported/floorCorner.fbx-215bdae1955ce58a62482a11d1ee3f6f.scn:: +floorCornerRound.fbx::PackedScene::6214092606933788757::1762034525::1762550027::1::::<><><>0<>0<>bd68f964cfea0a57f1c93d0532c53fe3<>res://godot/imported/floorCornerRound.fbx-84de9a39c26da0a1e156d30a56ecf693.scn:: +floorFull.fbx::PackedScene::3116237147804537519::1762034525::1762550027::1::::<><><>0<>0<>10c747fc511f68007f2d8a4cfe2fcb2c<>res://godot/imported/floorFull.fbx-9dac294a3db8acaa78b83134c7106a36.scn:: +floorHalf.fbx::PackedScene::1953665374437294351::1762034525::1762550027::1::::<><><>0<>0<>2077718811813ef22ba147f480decefd<>res://godot/imported/floorHalf.fbx-6c5ad41df8f24947a7a124d863012ac5.scn:: +hoodLarge.fbx::PackedScene::1544890459843734420::1762034525::1762550028::1::::<><><>0<>0<>fc378b7a2e4fc047d81b6a21b6d1f43c<>res://godot/imported/hoodLarge.fbx-f74c39e18170ae65dd2019e8f1924132.scn:: +hoodModern.fbx::PackedScene::4821920017986342383::1762034525::1762550028::1::::<><><>0<>0<>a9985c446be202c896c92884394056f2<>res://godot/imported/hoodModern.fbx-37808365901cbf7c58b600460f63ef46.scn:: +kitchenBar.fbx::PackedScene::4960491224266320836::1762034525::1762550028::1::::<><><>0<>0<>b1a508f8cef0117d2925922fa183d902<>res://godot/imported/kitchenBar.fbx-d29d82096beb8ffde02ecc6ec4821455.scn:: +kitchenBarEnd.fbx::PackedScene::3530504208394774080::1762034525::1762550028::1::::<><><>0<>0<>797bcfc6fe0409014618deb39b09d768<>res://godot/imported/kitchenBarEnd.fbx-a74a37091ac892a870e7413ed0a129a7.scn:: +kitchenBlender.fbx::PackedScene::6648311134228725696::1762034525::1762550028::1::::<><><>0<>0<>ee7e0ac9af470c19f849b827e33079eb<>res://godot/imported/kitchenBlender.fbx-1c8aea6ba8f398ccf6e8ceef10f9d981.scn:: +kitchenCabinet.fbx::PackedScene::1497718571669887131::1762034525::1762550029::1::::<><><>0<>0<>8ce2df7fbfae52fe6f9acbdd79678ae6<>res://godot/imported/kitchenCabinet.fbx-cda21e13f53717ce7a4ef255b8addce0.scn:: +kitchenCabinetCornerInner.fbx::PackedScene::349787116169729713::1762034525::1762550018::1::::<><><>0<>0<>71c76441bceb6adda9ec14814cd5705c<>res://godot/imported/kitchenCabinetCornerInner.fbx-8fbd76a3f59467d2ade12d1165b06d67.scn:: +kitchenCabinetCornerRound.fbx::PackedScene::6838290422855994517::1762034525::1762550018::1::::<><><>0<>0<>fadea2346fff6c3cd26dba4a5cdc46a7<>res://godot/imported/kitchenCabinetCornerRound.fbx-d00fdadc27e4e831e8b8005bf22a5434.scn:: +kitchenCabinetDrawer.fbx::PackedScene::509685415487165583::1762034525::1762550018::1::::<><><>0<>0<>b9ae3fa1e8f4e010b5b154f2f262c79a<>res://godot/imported/kitchenCabinetDrawer.fbx-c99db47dc0800affdc7cea4ac6c7d624.scn:: +kitchenCabinetUpper.fbx::PackedScene::4022489293494109833::1762034525::1762550018::1::::<><><>0<>0<>904569abf1a3f8fe84e2ce8ba05a3dc6<>res://godot/imported/kitchenCabinetUpper.fbx-e347fdafc4eb2f3b33d3da88c23420b6.scn:: +kitchenCabinetUpperCorner.fbx::PackedScene::3697754635145806685::1762034525::1762550019::1::::<><><>0<>0<>445053d0437efa3f194ee12198e6a996<>res://godot/imported/kitchenCabinetUpperCorner.fbx-42465e9b55f4389502f090afcfd7839f.scn:: +kitchenCabinetUpperDouble.fbx::PackedScene::5972852336168286806::1762034525::1762550019::1::::<><><>0<>0<>3dbf55d60b8074b382981118ab047f05<>res://godot/imported/kitchenCabinetUpperDouble.fbx-eea692a4519d9a240bf2d8af3d3ca607.scn:: +kitchenCabinetUpperLow.fbx::PackedScene::146741888648879461::1762034525::1762550019::1::::<><><>0<>0<>31f39d01b24c8b4fba8d803ea10b6395<>res://godot/imported/kitchenCabinetUpperLow.fbx-4f2b1bc41510a33798b5d1350d54fbcd.scn:: +kitchenCoffeeMachine.fbx::PackedScene::6882140185434634083::1762034525::1762550019::1::::<><><>0<>0<>e94862fe6ad7b2a584128ea735f77613<>res://godot/imported/kitchenCoffeeMachine.fbx-262cdb9d82d23886338980f8c81eae23.scn:: +kitchenFridge.fbx::PackedScene::580407947913907361::1762034525::1762550019::1::::<><><>0<>0<>6d4958cc39ad0df4859be32c584ecbeb<>res://godot/imported/kitchenFridge.fbx-e41bafbf79be52a18765dd3a49b549f3.scn:: +kitchenFridgeBuiltIn.fbx::PackedScene::7173823761484898175::1762034525::1762550020::1::::<><><>0<>0<>dc30973c9b077ac85f486c8777d02e5f<>res://godot/imported/kitchenFridgeBuiltIn.fbx-9cb0e8ddd67860642131baf40841a6e1.scn:: +kitchenFridgeLarge.fbx::PackedScene::4523813115194728603::1762034525::1762550020::1::::<><><>0<>0<>348e8048ca0711433d393de340687183<>res://godot/imported/kitchenFridgeLarge.fbx-b159e142fba02915b79d8a074196bdbe.scn:: +kitchenFridgeSmall.fbx::PackedScene::4214013231176772980::1762034526::1762550020::1::::<><><>0<>0<>3aa3e9b98edb2fc001b2b8acab6b2ba7<>res://godot/imported/kitchenFridgeSmall.fbx-73dc58e205663c43a933fd85bbd75ff5.scn:: +kitchenMicrowave.fbx::PackedScene::8083361760479511926::1762034526::1762550020::1::::<><><>0<>0<>e6802137177ea06970efab0050cb5d6f<>res://godot/imported/kitchenMicrowave.fbx-988086cf02b3608c3ec39b470e0b7e9b.scn:: +kitchenSink.fbx::PackedScene::5680430708670510881::1762034526::1762550020::1::::<><><>0<>0<>f411569bb27d10808e0eb542b63ae46f<>res://godot/imported/kitchenSink.fbx-cea4aad9aa8f796bf4f5f6c3b44ca9e1.scn:: +kitchenStove.fbx::PackedScene::6041468267332228351::1762034526::1762550021::1::::<><><>0<>0<>3900d3a0f3d3e56faec517426b7dc727<>res://godot/imported/kitchenStove.fbx-eadd51b8791ec3f8392881cf2dc18f85.scn:: +kitchenStoveElectric.fbx::PackedScene::5988025578498548270::1762034526::1762550021::1::::<><><>0<>0<>76afa937d9713b97f9a56ed87abf3b8e<>res://godot/imported/kitchenStoveElectric.fbx-feea2a02035ed779d868779df8e9ceeb.scn:: +lampRoundFloor.fbx::PackedScene::6435721456888182315::1762034526::1762550021::1::::<><><>0<>0<>c0af4827098db07ecaa176400b861a9d<>res://godot/imported/lampRoundFloor.fbx-ea650c795866d4da9e0ea5063ba5dbf3.scn:: +lampRoundTable.fbx::PackedScene::708743618554305469::1762034526::1762550021::1::::<><><>0<>0<>fcbea3bd206985179fdf0c85d001b017<>res://godot/imported/lampRoundTable.fbx-be51e6ff58efbac7fd15f437f8bbbb20.scn:: +lampSquareCeiling.fbx::PackedScene::2265500657571305125::1762034526::1762550021::1::::<><><>0<>0<>9021f0a122b85a9eda09b695aceedd9f<>res://godot/imported/lampSquareCeiling.fbx-7efec6673a76281cc96f0c08b2a6e4d4.scn:: +lampSquareFloor.fbx::PackedScene::861576106858552063::1762034526::1762550022::1::::<><><>0<>0<>8b45345a7be82d219e940e5cd255da2b<>res://godot/imported/lampSquareFloor.fbx-70408c173acf950d81ee5d57e84196ae.scn:: +lampSquareTable.fbx::PackedScene::6463833805553938597::1762034526::1762550022::1::::<><><>0<>0<>264417e6aef52956c0262caa9a27e644<>res://godot/imported/lampSquareTable.fbx-f85a4951aafdfbfc9598fd40b7d1b16f.scn:: +lampWall.fbx::PackedScene::6313275229001354126::1762034526::1762550022::1::::<><><>0<>0<>f0d0b3932236a082154fc2b5db20ccf8<>res://godot/imported/lampWall.fbx-de83a1edbfc7f2f88eb3efd821b722fe.scn:: +laptop.fbx::PackedScene::2023555413877521812::1762034526::1762550022::1::::<><><>0<>0<>7610145f20be6abb243d9be1e4c2fc18<>res://godot/imported/laptop.fbx-312e0d49d2e746c654eccde3cfcdbdcf.scn:: +loungeChair.fbx::PackedScene::1805346294602389387::1762034526::1762550023::1::::<><><>0<>0<>ce5cdb34b5345e754ff40bc98a819a8e<>res://godot/imported/loungeChair.fbx-d81687bc6ac100adcfc636db57b8cc6e.scn:: +loungeChairRelax.fbx::PackedScene::10004468879305522::1762034526::1762550023::1::::<><><>0<>0<>26805d453fe8f163613f891121365e55<>res://godot/imported/loungeChairRelax.fbx-b0c30260bd833b43cf9e37c1e7c9202a.scn:: +loungeDesignChair.fbx::PackedScene::4033707308845918503::1762034526::1762550023::1::::<><><>0<>0<>3557ffbc4d7a71ce5e571892a9b41a2d<>res://godot/imported/loungeDesignChair.fbx-cae977cb8f76fd1e24467eebbb7c1632.scn:: +loungeDesignSofa.fbx::PackedScene::5592707617363838467::1762034526::1762549991::1::::<><><>0<>0<>0cc18c01ada26713b84b96cb6f0f243e<>res://godot/imported/loungeDesignSofa.fbx-25ca5a8c3e196e541cf093fd63b435e9.scn:: +loungeDesignSofaCorner.fbx::PackedScene::7261581838880833581::1762034526::1762549991::1::::<><><>0<>0<>4a32e441d1eca282d15e34cdb8849ea6<>res://godot/imported/loungeDesignSofaCorner.fbx-421b3839cd7d5be84e8569160ae0b027.scn:: +loungeSofa.fbx::PackedScene::2633041893267896679::1762034526::1762549991::1::::<><><>0<>0<>1951088957724ac6d80837125038a06b<>res://godot/imported/loungeSofa.fbx-f5aef4f5fffb1c90bb1a7878cad822e8.scn:: +loungeSofaCorner.fbx::PackedScene::8933534213871771293::1762034526::1762549991::1::::<><><>0<>0<>027249afaf8b70c98f5ca5e57cb3d192<>res://godot/imported/loungeSofaCorner.fbx-08349f87d30fb3c0fe0bf93768f1c4ad.scn:: +loungeSofaLong.fbx::PackedScene::848726030788573559::1762034526::1762549992::1::::<><><>0<>0<>7083d0ac51a508093c920804af65254c<>res://godot/imported/loungeSofaLong.fbx-0901fd69ee0470d94e447bcfe21229cc.scn:: +loungeSofaOttoman.fbx::PackedScene::3896625107632497274::1762034526::1762549992::1::::<><><>0<>0<>a0b210d1aaabdc2053da5e8abbcf9b49<>res://godot/imported/loungeSofaOttoman.fbx-45ec48ed5a02d0247db0bad06ddd3883.scn:: +paneling.fbx::PackedScene::4933333249445044004::1762034526::1762549992::1::::<><><>0<>0<>03d2816cc91a66cd98991bc90702c7cb<>res://godot/imported/paneling.fbx-87bdb60c53cc2b6fcbeb863f75be31d1.scn:: +pillow.fbx::PackedScene::2070707268941260216::1762034526::1762549992::1::::<><><>0<>0<>001617132a641564d0b9513c700ff734<>res://godot/imported/pillow.fbx-1d30467231e03955d2bd3fb0c61243e7.scn:: +pillowBlue.fbx::PackedScene::4974014818207158431::1762034526::1762549992::1::::<><><>0<>0<>e8d95a6d9421f6ac5ac9fe85d2aefa24<>res://godot/imported/pillowBlue.fbx-fa357270f7ce460af9cfa9733ea77394.scn:: +pillowBlueLong.fbx::PackedScene::5999403902211255229::1762034526::1762549993::1::::<><><>0<>0<>f220f2d28612f5dff8d9b34232c8fa33<>res://godot/imported/pillowBlueLong.fbx-79ddcd8406aad042d96954c72c22b799.scn:: +pillowLong.fbx::PackedScene::5965154832145075350::1762034526::1762549993::1::::<><><>0<>0<>a648e6c71d190b6c980b8796bc34bf31<>res://godot/imported/pillowLong.fbx-159071fbad0f81516ec97137f2aeb854.scn:: +plantSmall1.fbx::PackedScene::8982774378323480090::1762034526::1762549993::1::::<><><>0<>0<>a1d308a1ed9e736d221de150e991e34d<>res://godot/imported/plantSmall1.fbx-4bcdc7347aa6150fa740bba0f16cafe0.scn:: +plantSmall2.fbx::PackedScene::1891108863159735498::1762034526::1762549993::1::::<><><>0<>0<>6cd85d2b55dfec9b60a7a7df2395c6f3<>res://godot/imported/plantSmall2.fbx-47eacc8dc29524d591a439710a7d4396.scn:: +plantSmall3.fbx::PackedScene::4226887613097808521::1762034526::1762549993::1::::<><><>0<>0<>c65439f645ead99ce48669f0fca4c827<>res://godot/imported/plantSmall3.fbx-44080f18259adf0669904a86fdda65c9.scn:: +pottedPlant.fbx::PackedScene::2702267421291345601::1762034526::1762549994::1::::<><><>0<>0<>35abac47f5e82f2ddc383f3a62e27b6c<>res://godot/imported/pottedPlant.fbx-cab08f129ec90b63b58cae6ecf405de8.scn:: +radio.fbx::PackedScene::663556878796666355::1762034526::1762549994::1::::<><><>0<>0<>8de08e4b92536469b0fac54e127f2e6c<>res://godot/imported/radio.fbx-b29998ad3207ad847a30476bd6567be6.scn:: +rugDoormat.fbx::PackedScene::1147017444400407676::1762034526::1762549994::1::::<><><>0<>0<>c67579bdc6148bbc17121c5cd3166f9d<>res://godot/imported/rugDoormat.fbx-eb08f8c381ffdb51e93c8b26f8976491.scn:: +rugRectangle.fbx::PackedScene::3336799037147961098::1762034526::1762549994::1::::<><><>0<>0<>1c70845560c2bc77d3c9ea81a136d90f<>res://godot/imported/rugRectangle.fbx-4bf30617d1458a70fb3322712d7893df.scn:: +rugRound.fbx::PackedScene::1731414311093006705::1762034526::1762549995::1::::<><><>0<>0<>a8395540c45d762583aae188596bf784<>res://godot/imported/rugRound.fbx-aa035299a27b9cc2fe6a5bc18e167cb5.scn:: +rugRounded.fbx::PackedScene::6796019947763316840::1762034526::1762549995::1::::<><><>0<>0<>04b8867feb4c49906150f81c5213e76f<>res://godot/imported/rugRounded.fbx-06da60b85725e0414ee9f3ec211e6ca3.scn:: +rugSquare.fbx::PackedScene::3922965469992421092::1762034526::1762549995::1::::<><><>0<>0<>969f02655be9dd3f57baa26e31359970<>res://godot/imported/rugSquare.fbx-58e5b5ce3f3c3a6f1d405aaea9ddefbe.scn:: +shower.fbx::PackedScene::2843418756647173847::1762034526::1762549995::1::::<><><>0<>0<>ed95d309fce7b6f1756de0b48670e4a7<>res://godot/imported/shower.fbx-99b2461f732c30ea1e984e22d8ad6dbc.scn:: +showerRound.fbx::PackedScene::948513777768548677::1762034526::1762549995::1::::<><><>0<>0<>0510c4b7c46b08af5ab654e0da850e13<>res://godot/imported/showerRound.fbx-d75c04e50bbbb4f3835d9f1caee94971.scn:: +sideTable.fbx::PackedScene::3200466658076414848::1762034526::1762549996::1::::<><><>0<>0<>c74016a4a2bec166f69cce3a06d5d4f1<>res://godot/imported/sideTable.fbx-4537a6785de8130182c44749ccdd0815.scn:: +sideTableDrawers.fbx::PackedScene::1385585978665981017::1762034526::1762549996::1::::<><><>0<>0<>568c3b25f1d069547838cfd67e12c4aa<>res://godot/imported/sideTableDrawers.fbx-5445303c0da2769aabd9b87633900535.scn:: +speaker.fbx::PackedScene::8503488239721828870::1762034526::1762549996::1::::<><><>0<>0<>36c0a38a484408b58e50dedabac690c8<>res://godot/imported/speaker.fbx-084c8269f3ad69b48188cbb527456065.scn:: +speakerSmall.fbx::PackedScene::408270042468039827::1762034526::1762549985::1::::<><><>0<>0<>b8d8f7e47be8024988493a6a211cdeb0<>res://godot/imported/speakerSmall.fbx-540864929c661bf439e9015e3f2c8b25.scn:: +stairs.fbx::PackedScene::3069561927328871623::1762034526::1762549986::1::::<><><>0<>0<>f6c9ac6d2a2c106d12ccde9eeb88df50<>res://godot/imported/stairs.fbx-c217f3355eac7344d1f19d2dcf620d62.scn:: +stairsCorner.fbx::PackedScene::3531444999663431932::1762034526::1762549986::1::::<><><>0<>0<>7ff692c6166833211d14a02cfb3db844<>res://godot/imported/stairsCorner.fbx-490cf7a282c55a2c1bf8a7027e76011f.scn:: +stairsOpen.fbx::PackedScene::663133552238198195::1762034526::1762549986::1::::<><><>0<>0<>bf7fa47754e9cd6033964aff6f6cc3d0<>res://godot/imported/stairsOpen.fbx-5cb8b9c58c9898aa04caf8e56da02d60.scn:: +stairsOpenSingle.fbx::PackedScene::5174399390039505296::1762034526::1762549986::1::::<><><>0<>0<>af27dd18af676747d65d61d97bf38dc0<>res://godot/imported/stairsOpenSingle.fbx-22cb8888580922640967948b4389f19e.scn:: +stoolBar.fbx::PackedScene::8812140957528418213::1762034526::1762549986::1::::<><><>0<>0<>410fb15ed3a34c01c15a69be280e57f2<>res://godot/imported/stoolBar.fbx-2fa2f4e682371ecc6c58c7295128bd69.scn:: +stoolBarSquare.fbx::PackedScene::7852055120804171631::1762034526::1762549987::1::::<><><>0<>0<>7cf2bbd9eecdd049b88a03eaac68c53a<>res://godot/imported/stoolBarSquare.fbx-90e99ac6b5c67d00eedd26dee9211db7.scn:: +table.fbx::PackedScene::2718619616898117631::1762034526::1762549987::1::::<><><>0<>0<>1f3f5017fb4597a4d360eb53fe310818<>res://godot/imported/table.fbx-78f9cf8456084cd217a16b0721d957bf.scn:: +tableCloth.fbx::PackedScene::2575876328577027262::1762034526::1762549987::1::::<><><>0<>0<>f6b2550cbd36407cb03db09331798d7d<>res://godot/imported/tableCloth.fbx-7322d2e7b072f0f53af82bc65d95b07d.scn:: +tableCoffee.fbx::PackedScene::2596691261954874880::1762034526::1762549987::1::::<><><>0<>0<>4b255b075641385b2c8fce703c6840b0<>res://godot/imported/tableCoffee.fbx-d09622c18dbfb6c63551ec87144accfe.scn:: +tableCoffeeGlass.fbx::PackedScene::200778658579902703::1762034526::1762549987::1::::<><><>0<>0<>e73e022695e91e39904ccb0f2a104167<>res://godot/imported/tableCoffeeGlass.fbx-b233915b316389bfd9058965b7ac685c.scn:: +tableCoffeeGlassSquare.fbx::PackedScene::5060927469404304083::1762034526::1762549988::1::::<><><>0<>0<>b623cf8962db64917131f9d9ba93b582<>res://godot/imported/tableCoffeeGlassSquare.fbx-c805f97b8d35d011aefd79b55bdf5cb4.scn:: +tableCoffeeSquare.fbx::PackedScene::2824760125187143014::1762034526::1762549988::1::::<><><>0<>0<>0bf6d99489d1da17253111b1ba5bf814<>res://godot/imported/tableCoffeeSquare.fbx-d2e2d28ea00b3e45374623a949342bae.scn:: +tableCross.fbx::PackedScene::5176603077483569777::1762034526::1762549988::1::::<><><>0<>0<>84e9aadfdec488175c04d6df9001de91<>res://godot/imported/tableCross.fbx-94d1637a52220630ce1fad48e2a4eae4.scn:: +tableCrossCloth.fbx::PackedScene::2721733422114462500::1762034526::1762549988::1::::<><><>0<>0<>74ed4b79ad3d5ed5e7529edec57e86bf<>res://godot/imported/tableCrossCloth.fbx-9aab7b59e0718abf887df40b92e3d58b.scn:: +tableGlass.fbx::PackedScene::8425491984413676687::1762034526::1762549989::1::::<><><>0<>0<>67d54e435e3a85ad41bc2c6bbf9aef09<>res://godot/imported/tableGlass.fbx-88aae2d9e68a987883537907ae3cfd22.scn:: +tableRound.fbx::PackedScene::3755197753054320171::1762034526::1762549989::1::::<><><>0<>0<>e2259abdc2fe5b86907db1e82bb4e60b<>res://godot/imported/tableRound.fbx-f07acd7fc99198bd70e72eccd082e25c.scn:: +televisionAntenna.fbx::PackedScene::7432933887431600993::1762034526::1762549989::1::::<><><>0<>0<>f9e07256583751100680313db58b16ac<>res://godot/imported/televisionAntenna.fbx-21b75c0daac056ef1716bbc78db82d8d.scn:: +televisionModern.fbx::PackedScene::3101000047270826485::1762034526::1762549989::1::::<><><>0<>0<>641bc42830491ddfa68da0e1fcf476f3<>res://godot/imported/televisionModern.fbx-e868a764bf75e4b1a7f2bfd66caf7175.scn:: +televisionVintage.fbx::PackedScene::246117623887783419::1762034526::1762549989::1::::<><><>0<>0<>c383250cf705ae6bf18367e6add19919<>res://godot/imported/televisionVintage.fbx-ddc80c7e514b7f08039eb7d34370de68.scn:: +toaster.fbx::PackedScene::6164261094792478173::1762034526::1762549990::1::::<><><>0<>0<>7d332ef7584427b234f5fd5d82b85633<>res://godot/imported/toaster.fbx-5d49e584a582849e3916f772a994b27c.scn:: +toilet.fbx::PackedScene::3075944011247138490::1762034526::1762549990::1::::<><><>0<>0<>f8e17c12b37748aa9b160291c6101206<>res://godot/imported/toilet.fbx-9207eeabfc9af570208f863c686665e5.scn:: +toiletSquare.fbx::PackedScene::6024719496268324000::1762034526::1762549990::1::::<><><>0<>0<>d827051e538f97e1a00859428aa674ee<>res://godot/imported/toiletSquare.fbx-a50e77c6a3fa8e81b2d39a8dab6d13f4.scn:: +trashcan.fbx::PackedScene::4607443830711103816::1762034526::1762549990::1::::<><><>0<>0<>763c58d07aaa5a763cc0fc3ca43abf50<>res://godot/imported/trashcan.fbx-c29e1612dae594ff11c682cb8b9363bb.scn:: +wall.fbx::PackedScene::5365817078786079624::1762034526::1762549990::1::::<><><>0<>0<>4d1fba095070a7d333a8a7b102beb532<>res://godot/imported/wall.fbx-7b55b0c8e53e8fd2669b76fda1a708ef.scn:: +wallCorner.fbx::PackedScene::4884462619084579815::1762034526::1762549991::1::::<><><>0<>0<>552de3195bb348add2afafcd46ea14b3<>res://godot/imported/wallCorner.fbx-f8ca0583af4532afbb94a19a0695213b.scn:: +wallCornerRond.fbx::PackedScene::6130794915082197634::1762034526::1762550002::1::::<><><>0<>0<>a7c14c4a7053802813a4a2e3d0c299e0<>res://godot/imported/wallCornerRond.fbx-3665f4410dbfb6c1bc65785977f58484.scn:: +wallDoorway.fbx::PackedScene::5334875264208790039::1762034526::1762550002::1::::<><><>0<>0<>ff8fc1dea413bfe8e56d6e27b0bd6b3c<>res://godot/imported/wallDoorway.fbx-89e5addfef9bd19dff2036b3755b8bee.scn:: +wallDoorwayWide.fbx::PackedScene::3905413705001856827::1762034526::1762550002::1::::<><><>0<>0<>23812ec3f1b319b58e895f43d905905a<>res://godot/imported/wallDoorwayWide.fbx-dd95e8e0a6d23646d9c409c82a61a4e1.scn:: +wallHalf.fbx::PackedScene::6979326226977177598::1762034526::1762550002::1::::<><><>0<>0<>e3cf3bd5432ab0615e9f8f23eb97d86f<>res://godot/imported/wallHalf.fbx-1d7266acad62d0c91b81af7bb5003f54.scn:: +wallWindow.fbx::PackedScene::7148342478749184886::1762034526::1762550002::1::::<><><>0<>0<>3c9b55d2108972860be73c7c8facfb73<>res://godot/imported/wallWindow.fbx-fbb03947cee0760c2ed7dca167fc2da8.scn:: +wallWindowSlide.fbx::PackedScene::5745542052288184384::1762034526::1762550003::1::::<><><>0<>0<>90842efc21837ed853f7244e894dc460<>res://godot/imported/wallWindowSlide.fbx-e55cad9a9079fee41395a3569b97c967.scn:: +washer.fbx::PackedScene::2131405193160564302::1762034526::1762550003::1::::<><><>0<>0<>f639b3ede4966e037f4a6b53c4115578<>res://godot/imported/washer.fbx-ecc52b1a73285e4d48e4722b4432adf2.scn:: +washerDryerStacked.fbx::PackedScene::6973943194363483162::1762034526::1762550003::1::::<><><>0<>0<>b8267b1de17d0c6898fc463ef18ce419<>res://godot/imported/washerDryerStacked.fbx-91631ad3e3139d662c10aab3042c8d43.scn:: +::res://assets-lib/kenney_furniture-kit/Models/FBX format/Textures/::1540048682 +::res://assets-lib/kenney_furniture-kit/Models/GLTF format/::1762550072 +bathroomCabinet.glb::PackedScene::8577605692570608131::1762034526::1762550003::1::::<><><>0<>0<>00a0226ce6f5812b67664882e5f38dd3<>res://godot/imported/bathroomCabinet.glb-20aaf7d1bd5ab058f7f099ee1329bb41.scn:: +bathroomCabinetDrawer.glb::PackedScene::1194791549156888027::1762034526::1762550003::1::::<><><>0<>0<>767f56d0995477f4850eb7ff2f8ed8e0<>res://godot/imported/bathroomCabinetDrawer.glb-1d15f3174b639b5f9b1516753007f10e.scn:: +bathroomMirror.glb::PackedScene::1873643797838712596::1762034526::1762550004::1::::<><><>0<>0<>d6059642fb074d318d6eee6d5c7a6bda<>res://godot/imported/bathroomMirror.glb-30bc0da64bd749cfa6eeb26c0745f739.scn:: +bathroomSink.glb::PackedScene::3956952334068033834::1762034526::1762550004::1::::<><><>0<>0<>d6011e284320dd14732b84cab36cb9a8<>res://godot/imported/bathroomSink.glb-c8467c127fb183a4432ef63672adda9e.scn:: +bathroomSinkSquare.glb::PackedScene::2064228221119124565::1762034526::1762550004::1::::<><><>0<>0<>3ede48dc647c2b42f8c00e05d3940ccd<>res://godot/imported/bathroomSinkSquare.glb-374a52b01488b72d7a77e69e668fe21c.scn:: +bathtub.glb::PackedScene::3129175928964728310::1762034526::1762550004::1::::<><><>0<>0<>4b96c5c71027ae2e645b340e0d7ae8fe<>res://godot/imported/bathtub.glb-8d308c19f911b2a089025729f0ff3eb9.scn:: +bear.glb::PackedScene::226368236984804573::1762034526::1762550005::1::::<><><>0<>0<>47a5e0c06436284d17e31cfc5c64a66c<>res://godot/imported/bear.glb-164ae5dffa9683124406fb52cf93adc8.scn:: +bedBunk.glb::PackedScene::2074922270898080842::1762034526::1762550005::1::::<><><>0<>0<>f958259e9097f567c9b902af2f084a4d<>res://godot/imported/bedBunk.glb-daf11616c05813df442f796ce27b7f1a.scn:: +bedDouble.glb::PackedScene::6397409411116532075::1762034526::1762550005::1::::<><><>0<>0<>9eeca1fadfb4d69b908e53669d13c90c<>res://godot/imported/bedDouble.glb-2d023d257f51acd5847804f06d526f7f.scn:: +bedSingle.glb::PackedScene::1976702476803070295::1762034526::1762550005::1::::<><><>0<>0<>ba5e830d66dd13220b54d08fb61a1bbd<>res://godot/imported/bedSingle.glb-95e135c35e1f5cad5d3d8898974d7319.scn:: +bench.glb::PackedScene::4218822452665767280::1762034526::1762550005::1::::<><><>0<>0<>8388c61639a524433f572d6c68714039<>res://godot/imported/bench.glb-40bb7d055849c2313a777e48a2acdebc.scn:: +benchCushion.glb::PackedScene::3469586016248886839::1762034526::1762550006::1::::<><><>0<>0<>2b9c4edefc43895c23f0fc3eccf37788<>res://godot/imported/benchCushion.glb-4b543fbcc6e895d2c213819278261d0e.scn:: +benchCushionLow.glb::PackedScene::4521152567236758273::1762034526::1762550006::1::::<><><>0<>0<>564dfe5d5718fd9233e0ec88e75bb7c9<>res://godot/imported/benchCushionLow.glb-0d5c75031bc3f38312b7200c38a3eb9c.scn:: +bookcaseClosed.glb::PackedScene::1172423312752380812::1762034526::1762550006::1::::<><><>0<>0<>45184d564928ab61f3f5682b3f1866ef<>res://godot/imported/bookcaseClosed.glb-56ee86d5d85ebe6601226cc4a8399cdf.scn:: +bookcaseClosedDoors.glb::PackedScene::8817991403859909180::1762034526::1762550006::1::::<><><>0<>0<>f264782cc2122cbb5a6efa28192dd047<>res://godot/imported/bookcaseClosedDoors.glb-e6671ace2fd8e786e4e7b1e52b82858e.scn:: +bookcaseClosedWide.glb::PackedScene::2679268159645373607::1762034526::1762550006::1::::<><><>0<>0<>67627e00cbebdae6471fc644f66e9287<>res://godot/imported/bookcaseClosedWide.glb-cb1a9dceba4ac7d2fe14e4fa532b79b3.scn:: +bookcaseOpen.glb::PackedScene::4352355811074281952::1762034526::1762550007::1::::<><><>0<>0<>f460c5f4a2739d2885e2a42a4adf3034<>res://godot/imported/bookcaseOpen.glb-8d4367cbbab1a1d11243d2278d2543ee.scn:: +bookcaseOpenLow.glb::PackedScene::6262894383683657109::1762034526::1762550007::1::::<><><>0<>0<>c43eeb65b3d4d2bd8a2724e59051d9d1<>res://godot/imported/bookcaseOpenLow.glb-6416e251011b89fdb211cbd85f8901dc.scn:: +books.glb::PackedScene::6088612774243692592::1762034526::1762550007::1::::<><><>0<>0<>dccb1847712ff2f56b82727778813c59<>res://godot/imported/books.glb-7988238a6b9e3e5b8c683a6dcd479ac2.scn:: +cabinetBed.glb::PackedScene::4320858212813889377::1762034526::1762549996::1::::<><><>0<>0<>c7d375248e5ed559f0a192ff7846f817<>res://godot/imported/cabinetBed.glb-679041d815af0addf95f35c2222a3476.scn:: +cabinetBedDrawer.glb::PackedScene::698304711535381513::1762034526::1762549996::1::::<><><>0<>0<>8463af90648651e22b5ab155df0b91d3<>res://godot/imported/cabinetBedDrawer.glb-8d9a67134e6984a6e1319ff616cc937b.scn:: +cabinetBedDrawerTable.glb::PackedScene::6348472588739188264::1762034526::1762549997::1::::<><><>0<>0<>da9338cbf99f852e6a452ec1675a1b52<>res://godot/imported/cabinetBedDrawerTable.glb-4ed7992e96c2ba8b94784461af653b15.scn:: +cabinetTelevision.glb::PackedScene::3994432497810326472::1762034526::1762549997::1::::<><><>0<>0<>8c38aef3baa14d202855e981f8b891a7<>res://godot/imported/cabinetTelevision.glb-d2877cf49fc12e07b82a163d55267476.scn:: +cabinetTelevisionDoors.glb::PackedScene::2888582862193215878::1762034526::1762549997::1::::<><><>0<>0<>d54cf7cd10f72206496e56fc8e35913d<>res://godot/imported/cabinetTelevisionDoors.glb-5fc32d86960473ed7c38dd6913fb8de7.scn:: +cardboardBoxClosed.glb::PackedScene::7523053771338732415::1762034526::1762549997::1::::<><><>0<>0<>cf080805b49caf9066ff27c7c673102a<>res://godot/imported/cardboardBoxClosed.glb-e3a709b67aebb8142a34bda748efa22c.scn:: +cardboardBoxOpen.glb::PackedScene::6393554286603104529::1762034526::1762549997::1::::<><><>0<>0<>7918946db4e19a21e07ebd7a2c8cb393<>res://godot/imported/cardboardBoxOpen.glb-4a8c36dfeee57bbf3d3e84b93c5577e4.scn:: +ceilingFan.glb::PackedScene::3533726442513937752::1762034526::1762549998::1::::<><><>0<>0<>14bd7b0caff9d0d620ec590e16fdd2d8<>res://godot/imported/ceilingFan.glb-36b00f14787ebe99992c2657fb3360f8.scn:: +chair.glb::PackedScene::6922131896799161045::1762034526::1762549998::1::::<><><>0<>0<>e2fb63f8f9b9a59206c2c860260d36d6<>res://godot/imported/chair.glb-5a5f11be344d742531d4f0a490438742.scn:: +chairCushion.glb::PackedScene::8005047835395127836::1762034526::1762549998::1::::<><><>0<>0<>d8c82d56e9939d85ce43b3a0207d81c1<>res://godot/imported/chairCushion.glb-88e9a2d9a11391d43dea286b5863deb6.scn:: +chairDesk.glb::PackedScene::32760384788135711::1762034526::1762549998::1::::<><><>0<>0<>08a6e782a23a7779bd140dd8bebf72d1<>res://godot/imported/chairDesk.glb-829165b3556fc1ddd9e59b444fba27a0.scn:: +chairModernCushion.glb::PackedScene::1159334206835424683::1762034526::1762549998::1::::<><><>0<>0<>d3410e47dd8ef0dea18d237d04a83e88<>res://godot/imported/chairModernCushion.glb-88c042f358ccadd2177e95b280f1ba1e.scn:: +chairModernFrameCushion.glb::PackedScene::5556844891346383220::1762034526::1762549999::1::::<><><>0<>0<>2fa8d82f41efc2a837d50f2e63d4d801<>res://godot/imported/chairModernFrameCushion.glb-5493346171de437d2d4674e720f97d68.scn:: +chairRounded.glb::PackedScene::1423812501970352838::1762034526::1762549999::1::::<><><>0<>0<>3cc8d9bff94a24f5c4e4cac688c414e3<>res://godot/imported/chairRounded.glb-c439952aa8109bc361c42e89b1560930.scn:: +coatRack.glb::PackedScene::5190317544338323709::1762034526::1762549999::1::::<><><>0<>0<>ee966ad035ea6892ef47a28a20d946b8<>res://godot/imported/coatRack.glb-8187bdfb4629c903161a5d5d3ade7914.scn:: +coatRackStanding.glb::PackedScene::9181773414044593126::1762034526::1762549999::1::::<><><>0<>0<>96c7acec11420d73c886f55562b0fac9<>res://godot/imported/coatRackStanding.glb-25bbe00cf708ccfc74a890bb21c16392.scn:: +computerKeyboard.glb::PackedScene::3521991522010330182::1762034526::1762550000::1::::<><><>0<>0<>eaf0f88efd13eec04eb1aec8c34e2dac<>res://godot/imported/computerKeyboard.glb-1a5b4ab6315c4d3e2101332e8edac74d.scn:: +computerMouse.glb::PackedScene::4875661448481821953::1762034526::1762550000::1::::<><><>0<>0<>b9ea2cd2a2a7b3659fa733621c57b1e8<>res://godot/imported/computerMouse.glb-0f2003799dbbffb79f7ef5106c502f84.scn:: +computerScreen.glb::PackedScene::6635984426063024579::1762034526::1762550000::1::::<><><>0<>0<>1c2ab297e1ddd7c635701053407be4bc<>res://godot/imported/computerScreen.glb-ed0656d849fec07db9a00bef419c1b33.scn:: +desk.glb::PackedScene::5155106455627051388::1762034526::1762550000::1::::<><><>0<>0<>9f218793a4ad294fa3a2ea775ac33f2c<>res://godot/imported/desk.glb-6f71c68d639a81ad47aa6175a5d829aa.scn:: +deskCorner.glb::PackedScene::7876728276636849100::1762034526::1762550000::1::::<><><>0<>0<>c7e8d005c4e96bd714fcd90b55c8f9d5<>res://godot/imported/deskCorner.glb-97e8708a8d6060019d8f7a0cdca8c07b.scn:: +doorway.glb::PackedScene::2803530097566931873::1762034526::1762550001::1::::<><><>0<>0<>5e089a3531baca8a974fdc421fe81acb<>res://godot/imported/doorway.glb-75073bfb16a01232347f2b19ad115c2a.scn:: +doorwayFront.glb::PackedScene::7371834476903774842::1762034526::1762550001::1::::<><><>0<>0<>39b3b08db5e9b413846959bcc002f758<>res://godot/imported/doorwayFront.glb-dd0c8c67e26fa1a0b919f39801002104.scn:: +doorwayOpen.glb::PackedScene::5424813654543559492::1762034526::1762550001::1::::<><><>0<>0<>c021b40a01fe77eda301f7f49fb72136<>res://godot/imported/doorwayOpen.glb-4cfedb68a40d79c023e819c6cba03178.scn:: +dryer.glb::PackedScene::7689055894260379409::1762034526::1762550001::1::::<><><>0<>0<>a2a7b28c2153e1febacb2347a45c3ca1<>res://godot/imported/dryer.glb-b8eca567a97a78965ac982b34ff0dc1c.scn:: +floorCorner.glb::PackedScene::6887941281068042903::1762034526::1762550001::1::::<><><>0<>0<>62d3cfd2944dfd8393133f0088d6f807<>res://godot/imported/floorCorner.glb-b369bb86a1aaba34000d5877f8ec7d40.scn:: +floorCornerRound.glb::PackedScene::2432661719935184288::1762034526::1762550056::1::::<><><>0<>0<>82bdc400ad3709f9f2c67f8a88649281<>res://godot/imported/floorCornerRound.glb-bcc4f38cec71ae1447b5ee39bc402561.scn:: +floorFull.glb::PackedScene::3103766754332963791::1762034526::1762550056::1::::<><><>0<>0<>4324dea849bba5502b538f1b1778908e<>res://godot/imported/floorFull.glb-317dd0535bb0949e633f900bb08cb7e5.scn:: +floorHalf.glb::PackedScene::261926733050790306::1762034526::1762550056::1::::<><><>0<>0<>9e9463a011254daeb2c04aa1d2ed4bc4<>res://godot/imported/floorHalf.glb-cbc48761e083b8e11fe8366a72c222a0.scn:: +hoodLarge.glb::PackedScene::1267585204587600498::1762034526::1762550056::1::::<><><>0<>0<>361b2dccc7e4bec2de28de048376d342<>res://godot/imported/hoodLarge.glb-7a1b5948b62225752bf06a8831f0909f.scn:: +hoodModern.glb::PackedScene::5477549287684464341::1762034526::1762550056::1::::<><><>0<>0<>fbc2791c88fd55acde6d030de94181ca<>res://godot/imported/hoodModern.glb-052c7f440d095879750ee510dae417b2.scn:: +kitchenBar.glb::PackedScene::4140210479539274374::1762034526::1762550057::1::::<><><>0<>0<>9e8a9141ecb9e76f1bf67af2ede66177<>res://godot/imported/kitchenBar.glb-db84b7fd27942fcc6df6edec2dc47e91.scn:: +kitchenBarEnd.glb::PackedScene::1829278665898047434::1762034526::1762550057::1::::<><><>0<>0<>0a5d903d80e00fe0c835bf4f60a7062b<>res://godot/imported/kitchenBarEnd.glb-3f6ecc5f065497c75788c9b45ffce106.scn:: +kitchenBlender.glb::PackedScene::8644232144882722434::1762034526::1762550057::1::::<><><>0<>0<>52e7134392bfe7f8a877209a9598cf37<>res://godot/imported/kitchenBlender.glb-1d19e175f647b924bf48410c5034bc53.scn:: +kitchenCabinet.glb::PackedScene::1044561847796600846::1762034526::1762550057::1::::<><><>0<>0<>2aee2436d44740c7c7ebfc33141991a6<>res://godot/imported/kitchenCabinet.glb-c076b919417aa4aeff6f16cf80f22791.scn:: +kitchenCabinetCornerInner.glb::PackedScene::2740474150181862077::1762034526::1762550057::1::::<><><>0<>0<>20c2a99d81ff4b382f40aa295a1e9867<>res://godot/imported/kitchenCabinetCornerInner.glb-11ecf72d8b8bf5b3f69f1b9c93dc4b5e.scn:: +kitchenCabinetCornerRound.glb::PackedScene::1766548947899700430::1762034526::1762550058::1::::<><><>0<>0<>b5974dc72abd27c22ea68cdcd58fe00b<>res://godot/imported/kitchenCabinetCornerRound.glb-f7e92a59fd5a821a27daf3e8c66938b3.scn:: +kitchenCabinetDrawer.glb::PackedScene::572122412689943705::1762034526::1762550058::1::::<><><>0<>0<>93d72098693d76b06126291813bce3d6<>res://godot/imported/kitchenCabinetDrawer.glb-bc8d54d47b5eabf25f5dc397b6878cdc.scn:: +kitchenCabinetUpper.glb::PackedScene::7417998432052743605::1762034526::1762550058::1::::<><><>0<>0<>7c19bf6b16b55454d0dbf4080a0e039d<>res://godot/imported/kitchenCabinetUpper.glb-29967545fb45da372ec1b0f3322ac963.scn:: +kitchenCabinetUpperCorner.glb::PackedScene::8671694526972412689::1762034526::1762550058::1::::<><><>0<>0<>a124fe176ff5fca08733a882a7ba812b<>res://godot/imported/kitchenCabinetUpperCorner.glb-51ab6ab75d6e09449f07a81bfc0abf1b.scn:: +kitchenCabinetUpperDouble.glb::PackedScene::4937637257056581229::1762034526::1762550059::1::::<><><>0<>0<>bac3a7bdda212322631a343c96fb9d4e<>res://godot/imported/kitchenCabinetUpperDouble.glb-4157506751a49a8fa38a9b7f9b295f53.scn:: +kitchenCabinetUpperLow.glb::PackedScene::8882465685018209648::1762034526::1762550059::1::::<><><>0<>0<>12156057a25104d9a7d9cd2c2a4b41b4<>res://godot/imported/kitchenCabinetUpperLow.glb-25edb9e26e7dd3d6b4be9ce00237659b.scn:: +kitchenCoffeeMachine.glb::PackedScene::7104537044111628617::1762034526::1762550059::1::::<><><>0<>0<>c381c431cffc62dfc971b8487d0e967b<>res://godot/imported/kitchenCoffeeMachine.glb-351c260448e18d95747f69f2cd2d2e9b.scn:: +kitchenFridge.glb::PackedScene::7381617956545614074::1762034526::1762550059::1::::<><><>0<>0<>daec5746ea1d4bf7b42809c18b76bf73<>res://godot/imported/kitchenFridge.glb-0efb8636d0639dddfd89779c1efa758a.scn:: +kitchenFridgeBuiltIn.glb::PackedScene::1139930684479036860::1762034526::1762550059::1::::<><><>0<>0<>51257165373d30005899b3b802580ec9<>res://godot/imported/kitchenFridgeBuiltIn.glb-d91e6ff5a518ee7594a241cc161f26ff.scn:: +kitchenFridgeLarge.glb::PackedScene::4287530083151565798::1762034526::1762550060::1::::<><><>0<>0<>7bcf2196cd6a974bfc826298b092e1a7<>res://godot/imported/kitchenFridgeLarge.glb-43304493d788511b01e7aeff28763822.scn:: +kitchenFridgeSmall.glb::PackedScene::6275779189373309030::1762034526::1762550060::1::::<><><>0<>0<>9b7f0db11c5c29be3f461780f7d11b22<>res://godot/imported/kitchenFridgeSmall.glb-20363f95b7bca8860a8119cbd9611d3c.scn:: +kitchenMicrowave.glb::PackedScene::2663944345742880719::1762034526::1762550060::1::::<><><>0<>0<>c152e16abd4e7d806404773a2c1f8ac2<>res://godot/imported/kitchenMicrowave.glb-db16eb2247b755db877f3e35a499de1e.scn:: +kitchenSink.glb::PackedScene::5919492437341463254::1762034526::1762550060::1::::<><><>0<>0<>595688ebf5c31fabcdfe18f4cb295fe4<>res://godot/imported/kitchenSink.glb-b75f90d375ba00db41d4b80f0c062d58.scn:: +kitchenStove.glb::PackedScene::6077817495227707908::1762034526::1762550060::1::::<><><>0<>0<>793dd00b2f6a4325ad6ed458a3c0e1a0<>res://godot/imported/kitchenStove.glb-71a7bd4250c3cca222f44e1029ac54d8.scn:: +kitchenStoveElectric.glb::PackedScene::9033188999851611268::1762034526::1762550061::1::::<><><>0<>0<>5a0813f3bbbfa3fef3a52373488bcfb4<>res://godot/imported/kitchenStoveElectric.glb-e63afc1356f28862fc7a5fc955e532ab.scn:: +lampRoundFloor.glb::PackedScene::1509864407477616074::1762034526::1762550061::1::::<><><>0<>0<>38a680ce6cfab120f5198fd6746b1a52<>res://godot/imported/lampRoundFloor.glb-56ee75aa4c63f4cc3b6224154ee9cd33.scn:: +lampRoundTable.glb::PackedScene::3221771969851491166::1762034526::1762550050::1::::<><><>0<>0<>c1ccc45afa1c44ef973f2b380eeedbe2<>res://godot/imported/lampRoundTable.glb-b628c9f39cbf54de9f05205ed3b76a4f.scn:: +lampSquareCeiling.glb::PackedScene::7088643138547339424::1762034526::1762550050::1::::<><><>0<>0<>80ad368ebeb61f7a8e075f3c830bca69<>res://godot/imported/lampSquareCeiling.glb-8c7889b0980819160e144c01a003035a.scn:: +lampSquareFloor.glb::PackedScene::7567582886692337878::1762034526::1762550051::1::::<><><>0<>0<>fc831f820ef0b1dae8744fd72a9d05c2<>res://godot/imported/lampSquareFloor.glb-68be69b20b27607321a13bce4ca945fb.scn:: +lampSquareTable.glb::PackedScene::1183275959607843215::1762034526::1762550051::1::::<><><>0<>0<>2e6aedffd0113f3b5b900499eba3e03c<>res://godot/imported/lampSquareTable.glb-214592010f560a90908d9b89d8ce2dcf.scn:: +lampWall.glb::PackedScene::836985848020985403::1762034526::1762550051::1::::<><><>0<>0<>b61f72d454683a7681ad4c48ab9d5eca<>res://godot/imported/lampWall.glb-4f1147385ec7407f210d19b165f3459e.scn:: +laptop.glb::PackedScene::4742659624826466723::1762034526::1762550051::1::::<><><>0<>0<>e0dff3d1f666874a94182f2733151757<>res://godot/imported/laptop.glb-1cc25801992430566e7b152ec549e278.scn:: +loungeChair.glb::PackedScene::1712295436420816099::1762034526::1762550051::1::::<><><>0<>0<>53b50b77a539b7c206e3157179df1074<>res://godot/imported/loungeChair.glb-828a1b8afea5b40f3ae27adb44742aaf.scn:: +loungeChairRelax.glb::PackedScene::3551266034446520775::1762034526::1762550052::1::::<><><>0<>0<>a32a2a31ee21451be41a995ee706ba5e<>res://godot/imported/loungeChairRelax.glb-3e8f961bb54e851245789d2c0637fb44.scn:: +loungeDesignChair.glb::PackedScene::1393834124201410987::1762034526::1762550052::1::::<><><>0<>0<>c734d0640391944673d99fddb8d681ea<>res://godot/imported/loungeDesignChair.glb-b5acd44fdcefd1da285fc90ea8a63773.scn:: +loungeDesignSofa.glb::PackedScene::8060730707521680555::1762034526::1762550052::1::::<><><>0<>0<>307bd1c83bc998754a9409fcd699df21<>res://godot/imported/loungeDesignSofa.glb-fab02968514f822e8c11a81c682c66a6.scn:: +loungeDesignSofaCorner.glb::PackedScene::587942842615035005::1762034526::1762550052::1::::<><><>0<>0<>8fe4ec618d1b2a271edbfdad43f6727f<>res://godot/imported/loungeDesignSofaCorner.glb-16cd0bd4123678d2524231e868039ca9.scn:: +loungeSofa.glb::PackedScene::860642937434096567::1762034526::1762550052::1::::<><><>0<>0<>72a9591275bdf6b6654333a6881d9c00<>res://godot/imported/loungeSofa.glb-b04e4c7fc5c18bed4dec03db9f8d053e.scn:: +loungeSofaCorner.glb::PackedScene::3527249380931703265::1762034526::1762550053::1::::<><><>0<>0<>8c20e58c988ba146ee974b739e1148b1<>res://godot/imported/loungeSofaCorner.glb-c960a2c7b650098f1d29066371e9e611.scn:: +loungeSofaLong.glb::PackedScene::4012841106463357465::1762034526::1762550053::1::::<><><>0<>0<>4b97c2ebfa8e96a5b5f7697f0aceb1c9<>res://godot/imported/loungeSofaLong.glb-bd2660d1d1a038455d3ab20585dedd13.scn:: +loungeSofaOttoman.glb::PackedScene::7253235099987520780::1762034526::1762550053::1::::<><><>0<>0<>99e9e45051d0883169bd1077dbfe6262<>res://godot/imported/loungeSofaOttoman.glb-c713e815213550b98ab4247bf36f9ab6.scn:: +paneling.glb::PackedScene::4983482632134597097::1762034526::1762550053::1::::<><><>0<>0<>5a3672705d7431b4abcad940a696a3ea<>res://godot/imported/paneling.glb-b878dccb441f807635297501b2487ef1.scn:: +pillow.glb::PackedScene::7440134340726761790::1762034526::1762550053::1::::<><><>0<>0<>38b0632006875e5db6e9aeb8302fe52c<>res://godot/imported/pillow.glb-eb45fa5485aa0e4aa21159e2f168c758.scn:: +pillowBlue.glb::PackedScene::1682754303746090612::1762034526::1762550054::1::::<><><>0<>0<>2752815ec9f39a2848a2e4f621fab8f8<>res://godot/imported/pillowBlue.glb-9c2faac3eb244205787d09665cb179c7.scn:: +pillowBlueLong.glb::PackedScene::2999638484068677681::1762034526::1762550054::1::::<><><>0<>0<>eac3340e995319708684640cd963a03d<>res://godot/imported/pillowBlueLong.glb-432c7d7c5b87591382a8aa963e9d0fc4.scn:: +pillowLong.glb::PackedScene::9041702252403434399::1762034526::1762550054::1::::<><><>0<>0<>5a54294af686779e13ccf06a12a97581<>res://godot/imported/pillowLong.glb-691b39b49d84e3e567922e7891da6557.scn:: +plantSmall1.glb::PackedScene::1861269257484801072::1762034526::1762550054::1::::<><><>0<>0<>ea136f4098f8d94a78c58d4e5ab308c8<>res://godot/imported/plantSmall1.glb-f1028d0252090a67e1657f9e66536711.scn:: +plantSmall2.glb::PackedScene::9209444863306989863::1762034526::1762550055::1::::<><><>0<>0<>755e0e1325b268002b11a75332f58016<>res://godot/imported/plantSmall2.glb-98387ea502cf6e49654d31bdc6410447.scn:: +plantSmall3.glb::PackedScene::2465081306478914530::1762034526::1762550055::1::::<><><>0<>0<>e2a2c5b8366c1f9590578019d2cad3ea<>res://godot/imported/plantSmall3.glb-31bc597c49243e29640c7e1869956a7e.scn:: +pottedPlant.glb::PackedScene::4288227207080528229::1762034526::1762550055::1::::<><><>0<>0<>7281c4b7c2526e1c489537ae3bed4ca0<>res://godot/imported/pottedPlant.glb-b1f88e448ad46b614c73e7cc670e9f1d.scn:: +radio.glb::PackedScene::5271814145826625734::1762034526::1762550055::1::::<><><>0<>0<>c09bf9aabf25f6590d9cbc5384953f9f<>res://godot/imported/radio.glb-a4bb1fc85c33170153bd97c6162d5fdf.scn:: +rugDoormat.glb::PackedScene::7239992041165927803::1762034526::1762550055::1::::<><><>0<>0<>f1d6ed1cf77029404236ca8f5527ec2e<>res://godot/imported/rugDoormat.glb-818307069311ae7040563eaaf0768234.scn:: +rugRectangle.glb::PackedScene::8697124345761596958::1762034526::1762550067::1::::<><><>0<>0<>a06e6efc15569203761dd6f162c99228<>res://godot/imported/rugRectangle.glb-2961f9a86787b8c4363bce49561043fa.scn:: +rugRound.glb::PackedScene::465368383404509663::1762034526::1762550067::1::::<><><>0<>0<>9b5e04092dd26740d5beee0048b4b937<>res://godot/imported/rugRound.glb-a6f390bea5bf3abddd4fdb97dc8bfa64.scn:: +rugRounded.glb::PackedScene::8768684772054319047::1762034526::1762550067::1::::<><><>0<>0<>b962ec51c07caa9e4980e84db203ee72<>res://godot/imported/rugRounded.glb-c1cc018803fae40fee2a1970f33cd550.scn:: +rugSquare.glb::PackedScene::3224635761660309131::1762034526::1762550067::1::::<><><>0<>0<>f2c44623a938989e7f96413a4a82d96a<>res://godot/imported/rugSquare.glb-41e46136390b394a4a6c9598c3c3566e.scn:: +shower.glb::PackedScene::4580381985600550661::1762034526::1762550067::1::::<><><>0<>0<>c3fc93d3b74acdcc345993758f187aba<>res://godot/imported/shower.glb-790001c8c355ed5f462c387adbd61e1a.scn:: +showerRound.glb::PackedScene::2251201906504923735::1762034526::1762550068::1::::<><><>0<>0<>f6c13f0b9c480db66f65b8a7655185b8<>res://godot/imported/showerRound.glb-7ba0711657e62a6ed366cd2697e96bd9.scn:: +sideTable.glb::PackedScene::8860620557719217875::1762034526::1762550068::1::::<><><>0<>0<>3e3c6ac410c516c91eb0de9cbab18a34<>res://godot/imported/sideTable.glb-725cd1054c1c24ed23dbdcd5d673627c.scn:: +sideTableDrawers.glb::PackedScene::7499638223998378555::1762034526::1762550068::1::::<><><>0<>0<>8c7fd0573b59587f7ea702e3b67b6e5f<>res://godot/imported/sideTableDrawers.glb-9a17508c87eee8fcbbe50b070326dcbc.scn:: +speaker.glb::PackedScene::6923685731828021064::1762034526::1762550068::1::::<><><>0<>0<>4ad42c549d1de238df515e0168fff1c4<>res://godot/imported/speaker.glb-942be2439860ee8c276be7e11ee361a5.scn:: +speakerSmall.glb::PackedScene::5543187238958368696::1762034526::1762550068::1::::<><><>0<>0<>85d0162e58e6872349637bf9d791ceef<>res://godot/imported/speakerSmall.glb-49deeda30526a4952da7dc9cdc6032a5.scn:: +stairs.glb::PackedScene::1861319044584799764::1762034526::1762550069::1::::<><><>0<>0<>eeb7eff33573cc58739e5e69e471de88<>res://godot/imported/stairs.glb-930750f36f3f7b4ece9f9dc256d29f02.scn:: +stairsCorner.glb::PackedScene::2025771216942550917::1762034526::1762550069::1::::<><><>0<>0<>faafac22f6d8c1ce5de265c7a0482a3e<>res://godot/imported/stairsCorner.glb-aa58eccee66518a823dc647467b4ecd2.scn:: +stairsOpen.glb::PackedScene::8689814140174359438::1762034526::1762550069::1::::<><><>0<>0<>698a032a1b4cd5b4fd74c4cdd20cca36<>res://godot/imported/stairsOpen.glb-3086225b3ee0d02b0e00dd0005b39fe4.scn:: +stairsOpenSingle.glb::PackedScene::3864176762049161797::1762034526::1762550069::1::::<><><>0<>0<>a1121d930c32f03454ebd64e82c262e7<>res://godot/imported/stairsOpenSingle.glb-531ba097b18ce6f5149ab42e87c73e5f.scn:: +stoolBar.glb::PackedScene::7368582284802127063::1762034526::1762550070::1::::<><><>0<>0<>95c0838bd3e80640af4bb1fd6c536867<>res://godot/imported/stoolBar.glb-1b877402e353103661f17c552c8be8d6.scn:: +stoolBarSquare.glb::PackedScene::7566578452843658271::1762034526::1762550070::1::::<><><>0<>0<>6e0836b48f67c06f61b3d84b84350a88<>res://godot/imported/stoolBarSquare.glb-9c15a10ff3cfd76b8eb9639a5c85e87e.scn:: +table.glb::PackedScene::4946550512832985631::1762034526::1762550070::1::::<><><>0<>0<>6c8d55aeade108133d2478c47b1ae5be<>res://godot/imported/table.glb-ac1ac08cf6f9b71789bfe79c31d0bb77.scn:: +tableCloth.glb::PackedScene::3214849567940175299::1762034526::1762550070::1::::<><><>0<>0<>6839ffa03fd2f9f780a927aae0819a36<>res://godot/imported/tableCloth.glb-9cd21136efea945ef390ab58b9133d5a.scn:: +tableCoffee.glb::PackedScene::7488262819153316724::1762034526::1762550070::1::::<><><>0<>0<>d3ecc7a7c24c4b0d5c4bf3247b26ee96<>res://godot/imported/tableCoffee.glb-b6771464efbb94b44a7102554dd8500f.scn:: +tableCoffeeGlass.glb::PackedScene::1185962908188984773::1762034526::1762550071::1::::<><><>0<>0<>4b7253af167b36baaf453b786a997458<>res://godot/imported/tableCoffeeGlass.glb-d8669cac13b7bc9fcb0a999d9a87cefb.scn:: +tableCoffeeGlassSquare.glb::PackedScene::7301546265470785047::1762034526::1762550071::1::::<><><>0<>0<>e27fbb5dbfd6b3d9eb5fc0efe533d4f1<>res://godot/imported/tableCoffeeGlassSquare.glb-c4853936a2be9f4f88148b495fdfe00a.scn:: +tableCoffeeSquare.glb::PackedScene::3653635810109709352::1762034526::1762550071::1::::<><><>0<>0<>08fd1d1dcd6ad5a92fe356fa557d3dd1<>res://godot/imported/tableCoffeeSquare.glb-4fbcd64203cdf5af6ecb609a751d1b70.scn:: +tableCross.glb::PackedScene::3823511460014893762::1762034526::1762550071::1::::<><><>0<>0<>1d46d93fde605327ef93b8fe624a7b40<>res://godot/imported/tableCross.glb-b309085058ca5e7d557517e4217f8178.scn:: +tableCrossCloth.glb::PackedScene::4579796630807762033::1762034526::1762550071::1::::<><><>0<>0<>07cd982a3fc39926f95bda8f6cb426ae<>res://godot/imported/tableCrossCloth.glb-e677a2ac4e368d10e8b2afb02f7f4865.scn:: +tableGlass.glb::PackedScene::8837312808969594195::1762034526::1762550072::1::::<><><>0<>0<>7df0c6e07138a78feeb4fa16b0b5abde<>res://godot/imported/tableGlass.glb-87e07c7fb691f6dbb4e15d2b313bc8b9.scn:: +tableRound.glb::PackedScene::2761726137930760863::1762034526::1762550072::1::::<><><>0<>0<>360c9d5a9a00a06cbaad8c9c24b60a63<>res://godot/imported/tableRound.glb-44914d7b599f3b300814d7d8bdafb2e7.scn:: +televisionAntenna.glb::PackedScene::6210960648054477505::1762034526::1762550072::1::::<><><>0<>0<>eecf62dd57e79f1a2c9921aae16fd053<>res://godot/imported/televisionAntenna.glb-3d45b4cb29c58fc785c6d15ead88e327.scn:: +televisionModern.glb::PackedScene::5846293912206794526::1762034526::1762550061::1::::<><><>0<>0<>1fda1cb2df4714feb8303ef4565abaf0<>res://godot/imported/televisionModern.glb-ff8c2860c1a78a74d1a36081c9239c1a.scn:: +televisionVintage.glb::PackedScene::696771646730811318::1762034526::1762550061::1::::<><><>0<>0<>7f042d2e5a9c1f535b2f43ea830067f1<>res://godot/imported/televisionVintage.glb-5618477b841bfcf1a03bea0f03d1e9fc.scn:: +toaster.glb::PackedScene::7069577833502904381::1762034526::1762550061::1::::<><><>0<>0<>40e646b9e9e4129cdb1469f2b639b280<>res://godot/imported/toaster.glb-13e1a46dc5ad202818f679de85ea7173.scn:: +toilet.glb::PackedScene::1185891274566662282::1762034526::1762550062::1::::<><><>0<>0<>4082f0babf01882b96cf8ec305082058<>res://godot/imported/toilet.glb-10b73f908e6ea796032441a716beb7cb.scn:: +toiletSquare.glb::PackedScene::1152893415283213618::1762034526::1762550062::1::::<><><>0<>0<>7f9c411afc1f09391bf9b3a83588e462<>res://godot/imported/toiletSquare.glb-33f576dba3b0fb06997c204eeaecfc16.scn:: +trashcan.glb::PackedScene::7725696241371934699::1762034526::1762550062::1::::<><><>0<>0<>d8aef24546f4bfd99ffcfeed287ced59<>res://godot/imported/trashcan.glb-f2664dfe33298d2d4c67a105039c3a8f.scn:: +wall.glb::PackedScene::280711448701622743::1762034526::1762550062::1::::<><><>0<>0<>73b640bbdd481572d09ac48956de76ec<>res://godot/imported/wall.glb-65173597abe3a345aa74424e7e71a272.scn:: +wallCorner.glb::PackedScene::5391003888007829706::1762034526::1762550063::1::::<><><>0<>0<>78bb7e1a00d993d67e933fe95b4613bd<>res://godot/imported/wallCorner.glb-8e83b8919f6d0c55316d4e67da9a8849.scn:: +wallCornerRond.glb::PackedScene::3488235724906998437::1762034526::1762550063::1::::<><><>0<>0<>a86aecbbb412631a183b8ca88111c4ee<>res://godot/imported/wallCornerRond.glb-e70821d88df9c57038c512773467c5ee.scn:: +wallDoorway.glb::PackedScene::7196301706808375275::1762034526::1762550063::1::::<><><>0<>0<>02ab2e918c61a8640a706c15f32defa5<>res://godot/imported/wallDoorway.glb-7303ce0e766975dda1c2632da5b64f18.scn:: +wallDoorwayWide.glb::PackedScene::3035561969361073406::1762034526::1762550063::1::::<><><>0<>0<>a62198cbf3f1225ea94cf7c0d974caa1<>res://godot/imported/wallDoorwayWide.glb-d662f50ca4e4c8eb2ee24fb8d0787362.scn:: +wallHalf.glb::PackedScene::5992856332922898323::1762034526::1762550063::1::::<><><>0<>0<>6fdc0aedbeecffbcf36a3afb1ff6c34a<>res://godot/imported/wallHalf.glb-d267e365fd23f750a10c500aba683f55.scn:: +wallWindow.glb::PackedScene::5494536110787651077::1762034526::1762550064::1::::<><><>0<>0<>81232335ff890942e697b11257e16226<>res://godot/imported/wallWindow.glb-9c2cd714c34bcb13cc90df121ee5093d.scn:: +wallWindowSlide.glb::PackedScene::2774467145649316890::1762034527::1762550064::1::::<><><>0<>0<>ffad1da23ebc167cd4527f1ab4280b3f<>res://godot/imported/wallWindowSlide.glb-a88dc9792edccb4ff63fa582c28077f0.scn:: +washer.glb::PackedScene::7531956981846132630::1762034527::1762550064::1::::<><><>0<>0<>2e5e63110984ec118f9a0dc46f07c047<>res://godot/imported/washer.glb-a228e0f859f6bd83db8003e488cec60a.scn:: +washerDryerStacked.glb::PackedScene::3641607162553348684::1762034527::1762550064::1::::<><><>0<>0<>5408f99230911598c3ea93710bd4f4fd<>res://godot/imported/washerDryerStacked.glb-5a7210ab7ae2a3a7ded867b37f5ea2eb.scn:: +::res://assets-lib/kenney_furniture-kit/Models/OBJ format/::1762549942 +bathroomCabinet.obj::Mesh::1069280445071964909::1762034527::1762549942::1::::<><><>0<>0<>615e747a452321b462a38ba89ca8b3bf<>res://godot/imported/bathroomCabinet.obj-9f119079b41d9a9ed9d339dc7fbc377d.mesh<*>res://godot/imported/bathroomCabinet.obj-9f119079b41d9a9ed9d339dc7fbc377d.mesh:: +bathroomCabinetDrawer.obj::Mesh::5340860450125069574::1762034527::1762549942::1::::<><><>0<>0<>ca04adac9de5b828a6c785e88f5f3099<>res://godot/imported/bathroomCabinetDrawer.obj-3ee036344523da7fb506d2a7721f63eb.mesh<*>res://godot/imported/bathroomCabinetDrawer.obj-3ee036344523da7fb506d2a7721f63eb.mesh:: +bathroomMirror.obj::Mesh::7963435147912751499::1762034527::1762549942::1::::<><><>0<>0<>26a1cbb259190bd21bfe972b5dd96969<>res://godot/imported/bathroomMirror.obj-797fb0395b0fe72fe6ef676bc8da4884.mesh<*>res://godot/imported/bathroomMirror.obj-797fb0395b0fe72fe6ef676bc8da4884.mesh:: +bathroomSink.obj::Mesh::1640013170701530893::1762034527::1762549942::1::::<><><>0<>0<>96e34ebeb7f399984777df6985d981fa<>res://godot/imported/bathroomSink.obj-4341b5bae1edfc031ccf9c2e618790f6.mesh<*>res://godot/imported/bathroomSink.obj-4341b5bae1edfc031ccf9c2e618790f6.mesh:: +bathroomSinkSquare.obj::Mesh::8524733992774301335::1762034527::1762549942::1::::<><><>0<>0<>b3640fac0953d5622eb473146ae5621e<>res://godot/imported/bathroomSinkSquare.obj-c518c6e60bea3b89d401dbdb56e6ad7b.mesh<*>res://godot/imported/bathroomSinkSquare.obj-c518c6e60bea3b89d401dbdb56e6ad7b.mesh:: +bathtub.obj::Mesh::7489620639283084364::1762034527::1762549942::1::::<><><>0<>0<>3c91354caa9e12115424ed9d9d696694<>res://godot/imported/bathtub.obj-02a87b4986bc571dd937da910eca7281.mesh<*>res://godot/imported/bathtub.obj-02a87b4986bc571dd937da910eca7281.mesh:: +bear.obj::Mesh::5110163376873935707::1762034527::1762549942::1::::<><><>0<>0<>945896ac4ac70d1c4f1660f4114b88ad<>res://godot/imported/bear.obj-3c0ddd56f445707f54f76b1f5b26b06f.mesh<*>res://godot/imported/bear.obj-3c0ddd56f445707f54f76b1f5b26b06f.mesh:: +bedBunk.obj::Mesh::4337655057204176543::1762034527::1762549942::1::::<><><>0<>0<>c90c21a86d013369b92313305b480432<>res://godot/imported/bedBunk.obj-36a9aa93e416a994aca86d7f4343a738.mesh<*>res://godot/imported/bedBunk.obj-36a9aa93e416a994aca86d7f4343a738.mesh:: +bedDouble.obj::Mesh::5374174095490276396::1762034527::1762549942::1::::<><><>0<>0<>12ab1a0232ddb5e6040b03db19d87138<>res://godot/imported/bedDouble.obj-7d430932f8ea81fc00879e7181ed26df.mesh<*>res://godot/imported/bedDouble.obj-7d430932f8ea81fc00879e7181ed26df.mesh:: +bedSingle.obj::Mesh::7634885736510675564::1762034527::1762549942::1::::<><><>0<>0<>7b61e3765881c7a030a0bd7426ef0b40<>res://godot/imported/bedSingle.obj-071f5102c5af0740de608793dc34b618.mesh<*>res://godot/imported/bedSingle.obj-071f5102c5af0740de608793dc34b618.mesh:: +bench.obj::Mesh::1915626197424349028::1762034527::1762549942::1::::<><><>0<>0<>6dc653fbe676b492aa9312736672fd74<>res://godot/imported/bench.obj-6da0f3f5a4a81483591f929c14b5cd6e.mesh<*>res://godot/imported/bench.obj-6da0f3f5a4a81483591f929c14b5cd6e.mesh:: +benchCushion.obj::Mesh::2380208074984325690::1762034527::1762549942::1::::<><><>0<>0<>89100bc6bb702ade1936bb7cd8c4eef0<>res://godot/imported/benchCushion.obj-03b4c256b6557437bddf13f2dcebc6ad.mesh<*>res://godot/imported/benchCushion.obj-03b4c256b6557437bddf13f2dcebc6ad.mesh:: +benchCushionLow.obj::Mesh::9153005067786772183::1762034527::1762549942::1::::<><><>0<>0<>f13317d90164207d75d2f12262bd09a9<>res://godot/imported/benchCushionLow.obj-e254fb0d1eacabd7a9eb0b18a584316d.mesh<*>res://godot/imported/benchCushionLow.obj-e254fb0d1eacabd7a9eb0b18a584316d.mesh:: +bookcaseClosed.obj::Mesh::1419751819322613427::1762034527::1762549939::1::::<><><>0<>0<>69eec404d789758f28580218772170da<>res://godot/imported/bookcaseClosed.obj-9a8394029ad181b4751e7399133b84ef.mesh<*>res://godot/imported/bookcaseClosed.obj-9a8394029ad181b4751e7399133b84ef.mesh:: +bookcaseClosedDoors.obj::Mesh::5645993856645275828::1762034527::1762549939::1::::<><><>0<>0<>ab25e7296a2c940c57d6852a2293228e<>res://godot/imported/bookcaseClosedDoors.obj-5e7b05ebf25c15420a09297f02a7ee6a.mesh<*>res://godot/imported/bookcaseClosedDoors.obj-5e7b05ebf25c15420a09297f02a7ee6a.mesh:: +bookcaseClosedWide.obj::Mesh::8575078941344861536::1762034527::1762549939::1::::<><><>0<>0<>05ff977c44e1a5cb1c2b2d3df8ff3793<>res://godot/imported/bookcaseClosedWide.obj-39b55e19ff38299f6774b328f787cb24.mesh<*>res://godot/imported/bookcaseClosedWide.obj-39b55e19ff38299f6774b328f787cb24.mesh:: +bookcaseOpen.obj::Mesh::3376473557418082680::1762034527::1762549939::1::::<><><>0<>0<>f6908c87c21064c3caaddef7f3683a42<>res://godot/imported/bookcaseOpen.obj-32e8e703c4e66e32ef23b1bc6ce65e05.mesh<*>res://godot/imported/bookcaseOpen.obj-32e8e703c4e66e32ef23b1bc6ce65e05.mesh:: +bookcaseOpenLow.obj::Mesh::8025470804865191225::1762034527::1762549939::1::::<><><>0<>0<>0056cf9f7b90df9125d431dd4d703e18<>res://godot/imported/bookcaseOpenLow.obj-749f868b9aa8494d4d5281b0dfcabad6.mesh<*>res://godot/imported/bookcaseOpenLow.obj-749f868b9aa8494d4d5281b0dfcabad6.mesh:: +books.obj::Mesh::1077894727978803376::1762034527::1762549939::1::::<><><>0<>0<>50b1f15ceca266fda30d65fe88fbdc3d<>res://godot/imported/books.obj-2414a69592be75564faa944a297e04e1.mesh<*>res://godot/imported/books.obj-2414a69592be75564faa944a297e04e1.mesh:: +cabinetBed.obj::Mesh::3468586444106283026::1762034527::1762549939::1::::<><><>0<>0<>52410ff6a756faa6b9bfafd1fb612f88<>res://godot/imported/cabinetBed.obj-e78f64d45d688ac6c03431e45b2867c6.mesh<*>res://godot/imported/cabinetBed.obj-e78f64d45d688ac6c03431e45b2867c6.mesh:: +cabinetBedDrawer.obj::Mesh::43005954962041717::1762034527::1762549939::1::::<><><>0<>0<>55c3ce65f8fa50d25e372ceefd926f1b<>res://godot/imported/cabinetBedDrawer.obj-b1befbceac9b90f69b64e329be420981.mesh<*>res://godot/imported/cabinetBedDrawer.obj-b1befbceac9b90f69b64e329be420981.mesh:: +cabinetBedDrawerTable.obj::Mesh::9093720104427501550::1762034527::1762549939::1::::<><><>0<>0<>3e25780bcd4ca99ac0302f10c9ea1ca1<>res://godot/imported/cabinetBedDrawerTable.obj-b7a3fe317de52c427de79ed30a7ba977.mesh<*>res://godot/imported/cabinetBedDrawerTable.obj-b7a3fe317de52c427de79ed30a7ba977.mesh:: +cabinetTelevision.obj::Mesh::8827009644106528680::1762034527::1762549939::1::::<><><>0<>0<>5cbf56d5c0c209264afa7b06adf58e8f<>res://godot/imported/cabinetTelevision.obj-31fd3b546d83a08d96f1d18a51c84537.mesh<*>res://godot/imported/cabinetTelevision.obj-31fd3b546d83a08d96f1d18a51c84537.mesh:: +cabinetTelevisionDoors.obj::Mesh::2271154123261635349::1762034527::1762549939::1::::<><><>0<>0<>db88090d84f1c6f1cf81af3c3b05983a<>res://godot/imported/cabinetTelevisionDoors.obj-bc2ced7eb4818b3cf2f803bd94a1ef81.mesh<*>res://godot/imported/cabinetTelevisionDoors.obj-bc2ced7eb4818b3cf2f803bd94a1ef81.mesh:: +cardboardBoxClosed.obj::Mesh::1278926286179806905::1762034527::1762549939::1::::<><><>0<>0<>d329a2a2cad6cd368140704576b85282<>res://godot/imported/cardboardBoxClosed.obj-c41e2535c17067675a6f94d7c38ed106.mesh<*>res://godot/imported/cardboardBoxClosed.obj-c41e2535c17067675a6f94d7c38ed106.mesh:: +cardboardBoxOpen.obj::Mesh::3267581605087998052::1762034527::1762549939::1::::<><><>0<>0<>e4cfcd65d105b71b537af2e439b0fa46<>res://godot/imported/cardboardBoxOpen.obj-121c01e143a1b30bae8671a83962df14.mesh<*>res://godot/imported/cardboardBoxOpen.obj-121c01e143a1b30bae8671a83962df14.mesh:: +ceilingFan.obj::Mesh::3802247913588014592::1762034527::1762549939::1::::<><><>0<>0<>7fadd99915c35263fcb63f2b26c055d5<>res://godot/imported/ceilingFan.obj-a42554be7910e8defce5ff96082231e0.mesh<*>res://godot/imported/ceilingFan.obj-a42554be7910e8defce5ff96082231e0.mesh:: +chair.obj::Mesh::993350523463783215::1762034527::1762549939::1::::<><><>0<>0<>65c426cecdd1816ccbf0d72fe02dea4c<>res://godot/imported/chair.obj-003178d4f3f0960f9cafd3ec04d8dbd8.mesh<*>res://godot/imported/chair.obj-003178d4f3f0960f9cafd3ec04d8dbd8.mesh:: +chairCushion.obj::Mesh::3900260593949112950::1762034527::1762549939::1::::<><><>0<>0<>f9956529b324d47a22931fa04fda1cfe<>res://godot/imported/chairCushion.obj-234f0e901be3bab45ab8dad3f676ed3a.mesh<*>res://godot/imported/chairCushion.obj-234f0e901be3bab45ab8dad3f676ed3a.mesh:: +chairDesk.obj::Mesh::2801790814213921980::1762034527::1762549939::1::::<><><>0<>0<>a67416497846f8c0c739facdc2da1c15<>res://godot/imported/chairDesk.obj-a9c7364b3984e56da9b6cd463a6c88bf.mesh<*>res://godot/imported/chairDesk.obj-a9c7364b3984e56da9b6cd463a6c88bf.mesh:: +chairModernCushion.obj::Mesh::4651357131205449375::1762034527::1762549939::1::::<><><>0<>0<>e8ce47837a8366dbc87ff547fd7ff602<>res://godot/imported/chairModernCushion.obj-ffde4334142bede347d9f3cb044eef55.mesh<*>res://godot/imported/chairModernCushion.obj-ffde4334142bede347d9f3cb044eef55.mesh:: +chairModernFrameCushion.obj::Mesh::5769471475479633593::1762034527::1762549939::1::::<><><>0<>0<>4c01ce81c785a647201e3a82e109722d<>res://godot/imported/chairModernFrameCushion.obj-b721098882dc1693feca5b9b2eb2ad58.mesh<*>res://godot/imported/chairModernFrameCushion.obj-b721098882dc1693feca5b9b2eb2ad58.mesh:: +chairRounded.obj::Mesh::6518527120259404613::1762034527::1762549939::1::::<><><>0<>0<>ec2c04fac47eb43c5997a00f8ac8881c<>res://godot/imported/chairRounded.obj-df29e962a3c777df1b74cec9c653aab7.mesh<*>res://godot/imported/chairRounded.obj-df29e962a3c777df1b74cec9c653aab7.mesh:: +coatRack.obj::Mesh::4149244434917824342::1762034527::1762549939::1::::<><><>0<>0<>6e5d36cc98d9596b7c1f61fc0f337ff4<>res://godot/imported/coatRack.obj-e35f6b3dc950d315eb4df48fd32e6d27.mesh<*>res://godot/imported/coatRack.obj-e35f6b3dc950d315eb4df48fd32e6d27.mesh:: +coatRackStanding.obj::Mesh::5571308802349741580::1762034527::1762549939::1::::<><><>0<>0<>65c821cc6b79710428716938aa0a8a39<>res://godot/imported/coatRackStanding.obj-5053cee3efe39506e8996350640e0e58.mesh<*>res://godot/imported/coatRackStanding.obj-5053cee3efe39506e8996350640e0e58.mesh:: +computerKeyboard.obj::Mesh::5970681832952922150::1762034527::1762549939::1::::<><><>0<>0<>9b973ba0b6f7a7b335e13a009279886d<>res://godot/imported/computerKeyboard.obj-a92efafef387e558f35a3c1e2d5e1008.mesh<*>res://godot/imported/computerKeyboard.obj-a92efafef387e558f35a3c1e2d5e1008.mesh:: +computerMouse.obj::Mesh::1386943014756797594::1762034527::1762549939::1::::<><><>0<>0<>8452f158241afeff3c0698e811310766<>res://godot/imported/computerMouse.obj-787a66ad2f4930e8a0b5d3a7d8009436.mesh<*>res://godot/imported/computerMouse.obj-787a66ad2f4930e8a0b5d3a7d8009436.mesh:: +computerScreen.obj::Mesh::7946335190257778072::1762034527::1762549939::1::::<><><>0<>0<>57c589480b5a3fae341accac3d4888ac<>res://godot/imported/computerScreen.obj-e0faa3c32f49a28d09b3754bccb22d09.mesh<*>res://godot/imported/computerScreen.obj-e0faa3c32f49a28d09b3754bccb22d09.mesh:: +desk.obj::Mesh::3826517707616318155::1762034527::1762549939::1::::<><><>0<>0<>f3278ed0b83995256aa0891292574ac8<>res://godot/imported/desk.obj-17e3728e42bbcffa5d81d637f5194552.mesh<*>res://godot/imported/desk.obj-17e3728e42bbcffa5d81d637f5194552.mesh:: +deskCorner.obj::Mesh::1263612997029785869::1762034527::1762549939::1::::<><><>0<>0<>3ac6341817320c3cfc08a7163a43df96<>res://godot/imported/deskCorner.obj-2ef47c2d0410bf8429c5315628922e1a.mesh<*>res://godot/imported/deskCorner.obj-2ef47c2d0410bf8429c5315628922e1a.mesh:: +doorway.obj::Mesh::6651120801176347374::1762034527::1762549939::1::::<><><>0<>0<>0bbe717c4f01269cdd8439c2d19ddfc7<>res://godot/imported/doorway.obj-125b7133bf988d5610339ef5daac9d87.mesh<*>res://godot/imported/doorway.obj-125b7133bf988d5610339ef5daac9d87.mesh:: +doorwayFront.obj::Mesh::6281207528373210886::1762034527::1762549939::1::::<><><>0<>0<>96eb58282e4b46711c5aee6d3faca700<>res://godot/imported/doorwayFront.obj-14c33b939b445884dd22dc353f2a8209.mesh<*>res://godot/imported/doorwayFront.obj-14c33b939b445884dd22dc353f2a8209.mesh:: +doorwayOpen.obj::Mesh::680312116901925174::1762034527::1762549939::1::::<><><>0<>0<>3db8bbf6e72b8d3d8805f3e6ed96db29<>res://godot/imported/doorwayOpen.obj-2d9e3f7c03a88d3a0d5b595c12c9bf7d.mesh<*>res://godot/imported/doorwayOpen.obj-2d9e3f7c03a88d3a0d5b595c12c9bf7d.mesh:: +dryer.obj::Mesh::8576534423356622637::1762034527::1762549939::1::::<><><>0<>0<>7070d5b851db3617ef1697e0c43549e8<>res://godot/imported/dryer.obj-e927db638984ab08f0ac36ee0f6445f8.mesh<*>res://godot/imported/dryer.obj-e927db638984ab08f0ac36ee0f6445f8.mesh:: +floorCorner.obj::Mesh::2299547658360628947::1762034527::1762549939::1::::<><><>0<>0<>ddfa0c33cd04e5fca8b2b3474dab5d58<>res://godot/imported/floorCorner.obj-55f4f926341a2d78c3ab83c157c008f4.mesh<*>res://godot/imported/floorCorner.obj-55f4f926341a2d78c3ab83c157c008f4.mesh:: +floorCornerRound.obj::Mesh::1641255586829157946::1762034527::1762549939::1::::<><><>0<>0<>8114c2c2b5b7de563fd334d61ebd5913<>res://godot/imported/floorCornerRound.obj-d017a663ab0d976586fc06451d921947.mesh<*>res://godot/imported/floorCornerRound.obj-d017a663ab0d976586fc06451d921947.mesh:: +floorFull.obj::Mesh::9087884923409636567::1762034527::1762549939::1::::<><><>0<>0<>30968e155fd076add2d90d3f79523d6e<>res://godot/imported/floorFull.obj-e6dcf4acdfb2ff048521064f7d92f6a3.mesh<*>res://godot/imported/floorFull.obj-e6dcf4acdfb2ff048521064f7d92f6a3.mesh:: +floorHalf.obj::Mesh::2700250634124307110::1762034527::1762549939::1::::<><><>0<>0<>3d993f513a2a036b183059737e62f656<>res://godot/imported/floorHalf.obj-a62c735a61351a98c5ca731ac6598833.mesh<*>res://godot/imported/floorHalf.obj-a62c735a61351a98c5ca731ac6598833.mesh:: +hoodLarge.obj::Mesh::5690995961363933702::1762034527::1762549939::1::::<><><>0<>0<>f2210d5c4250804aa0ad23bc600eb3bc<>res://godot/imported/hoodLarge.obj-e35ce027682569e214d85bbfcfd505b1.mesh<*>res://godot/imported/hoodLarge.obj-e35ce027682569e214d85bbfcfd505b1.mesh:: +hoodModern.obj::Mesh::6361162982882027540::1762034527::1762549939::1::::<><><>0<>0<>c6e15652edcbf094b6b679543b2b3444<>res://godot/imported/hoodModern.obj-bf1c81e7fdf5e8b90bfc3e58fca362cf.mesh<*>res://godot/imported/hoodModern.obj-bf1c81e7fdf5e8b90bfc3e58fca362cf.mesh:: +kitchenBar.obj::Mesh::5185468604741932417::1762034527::1762549939::1::::<><><>0<>0<>9978cedcd96fcd8319d2c8f4253d3393<>res://godot/imported/kitchenBar.obj-f99ded109a14ad06e1fdf6fa51e1447d.mesh<*>res://godot/imported/kitchenBar.obj-f99ded109a14ad06e1fdf6fa51e1447d.mesh:: +kitchenBarEnd.obj::Mesh::88812207106518848::1762034527::1762549939::1::::<><><>0<>0<>926788f1158da37b6181867b3e5e0d64<>res://godot/imported/kitchenBarEnd.obj-3875f3a6660ab8ef8ffe87d104062a7c.mesh<*>res://godot/imported/kitchenBarEnd.obj-3875f3a6660ab8ef8ffe87d104062a7c.mesh:: +kitchenBlender.obj::Mesh::4198791555016464682::1762034527::1762549939::1::::<><><>0<>0<>f494231d20b9ce0bbabca3e7a75a10b3<>res://godot/imported/kitchenBlender.obj-43536eed2d8c25ddbaab29ddfbc999d1.mesh<*>res://godot/imported/kitchenBlender.obj-43536eed2d8c25ddbaab29ddfbc999d1.mesh:: +kitchenCabinet.obj::Mesh::4841492112246309218::1762034527::1762549939::1::::<><><>0<>0<>bece5adb1fb1c712135f4ed584ffe260<>res://godot/imported/kitchenCabinet.obj-a8fc8f62622a0870759eb8aafd4aa101.mesh<*>res://godot/imported/kitchenCabinet.obj-a8fc8f62622a0870759eb8aafd4aa101.mesh:: +kitchenCabinetCornerInner.obj::Mesh::3648672286458515984::1762034527::1762549939::1::::<><><>0<>0<>2990620156279a3a06ac2a42cdb83539<>res://godot/imported/kitchenCabinetCornerInner.obj-ee5ffe3e7b5d16391a888952db29769c.mesh<*>res://godot/imported/kitchenCabinetCornerInner.obj-ee5ffe3e7b5d16391a888952db29769c.mesh:: +kitchenCabinetCornerRound.obj::Mesh::6758207707150977906::1762034527::1762549939::1::::<><><>0<>0<>82a26a5650b19d039634e1719b477bc1<>res://godot/imported/kitchenCabinetCornerRound.obj-4fe69ff848d42b5c63c6d1f15512e3f0.mesh<*>res://godot/imported/kitchenCabinetCornerRound.obj-4fe69ff848d42b5c63c6d1f15512e3f0.mesh:: +kitchenCabinetDrawer.obj::Mesh::190048124972290296::1762034527::1762549939::1::::<><><>0<>0<>a853a5859d6138b9bb160ad399a7dba2<>res://godot/imported/kitchenCabinetDrawer.obj-020b8081bc4c36eb2a81fc85ff20c496.mesh<*>res://godot/imported/kitchenCabinetDrawer.obj-020b8081bc4c36eb2a81fc85ff20c496.mesh:: +kitchenCabinetUpper.obj::Mesh::4289856745743895225::1762034527::1762549939::1::::<><><>0<>0<>048af3a13468ba56d92d50a04001d6a8<>res://godot/imported/kitchenCabinetUpper.obj-a11c5e8934d33f00d8f14dfdd0711478.mesh<*>res://godot/imported/kitchenCabinetUpper.obj-a11c5e8934d33f00d8f14dfdd0711478.mesh:: +kitchenCabinetUpperCorner.obj::Mesh::3714383574391913833::1762034527::1762549939::1::::<><><>0<>0<>970a542b15f320eecc1eba173b092c87<>res://godot/imported/kitchenCabinetUpperCorner.obj-e92b9132eb2b0b1cafccc2efd196885d.mesh<*>res://godot/imported/kitchenCabinetUpperCorner.obj-e92b9132eb2b0b1cafccc2efd196885d.mesh:: +kitchenCabinetUpperDouble.obj::Mesh::7686602667350728070::1762034527::1762549939::1::::<><><>0<>0<>9aea163fdc24635a1ad10de4acf65867<>res://godot/imported/kitchenCabinetUpperDouble.obj-eca3853c16cc677f2f78c784e30a9ac5.mesh<*>res://godot/imported/kitchenCabinetUpperDouble.obj-eca3853c16cc677f2f78c784e30a9ac5.mesh:: +kitchenCabinetUpperLow.obj::Mesh::8696137176735321731::1762034527::1762549938::1::::<><><>0<>0<>5fd6d1abe3b6812c7ce566014dfead5a<>res://godot/imported/kitchenCabinetUpperLow.obj-fc4bd5f77e11cc66a6fed370541ccf2e.mesh<*>res://godot/imported/kitchenCabinetUpperLow.obj-fc4bd5f77e11cc66a6fed370541ccf2e.mesh:: +kitchenCoffeeMachine.obj::Mesh::1200265275740803770::1762034527::1762549938::1::::<><><>0<>0<>8531277e114bb4bd4853b948863dba8c<>res://godot/imported/kitchenCoffeeMachine.obj-64a2b88d7e3f1b8aa807f2c6bca6a9c3.mesh<*>res://godot/imported/kitchenCoffeeMachine.obj-64a2b88d7e3f1b8aa807f2c6bca6a9c3.mesh:: +kitchenFridge.obj::Mesh::2376974236042217197::1762034527::1762549938::1::::<><><>0<>0<>8f2388396d577050d7cf9023037e1f90<>res://godot/imported/kitchenFridge.obj-c53abe6fdaab4139813e265aeb8a0224.mesh<*>res://godot/imported/kitchenFridge.obj-c53abe6fdaab4139813e265aeb8a0224.mesh:: +kitchenFridgeBuiltIn.obj::Mesh::6807832686560634994::1762034527::1762549938::1::::<><><>0<>0<>51b78327d58dc90137190ccc06fc8641<>res://godot/imported/kitchenFridgeBuiltIn.obj-e76753b7135488265a8a9b7ba6b7ea19.mesh<*>res://godot/imported/kitchenFridgeBuiltIn.obj-e76753b7135488265a8a9b7ba6b7ea19.mesh:: +kitchenFridgeLarge.obj::Mesh::2347239720772392273::1762034527::1762549939::1::::<><><>0<>0<>293b3de0c53d8535c77ccec4e183b927<>res://godot/imported/kitchenFridgeLarge.obj-6f59256c2e1ac5ee52afbe9f6c7cfb73.mesh<*>res://godot/imported/kitchenFridgeLarge.obj-6f59256c2e1ac5ee52afbe9f6c7cfb73.mesh:: +kitchenFridgeSmall.obj::Mesh::4439823660233164259::1762034527::1762549939::1::::<><><>0<>0<>43b9c11f3d94c3fb3ba1736978521900<>res://godot/imported/kitchenFridgeSmall.obj-a5c45b1d8b12292f3060330683b2f120.mesh<*>res://godot/imported/kitchenFridgeSmall.obj-a5c45b1d8b12292f3060330683b2f120.mesh:: +kitchenMicrowave.obj::Mesh::1547286711245202426::1762034527::1762549939::1::::<><><>0<>0<>1daa27b2fc694c616dda381bce1c0364<>res://godot/imported/kitchenMicrowave.obj-7556c16072461c354de60843506f7fa3.mesh<*>res://godot/imported/kitchenMicrowave.obj-7556c16072461c354de60843506f7fa3.mesh:: +kitchenSink.obj::Mesh::4344898719185014407::1762034527::1762549939::1::::<><><>0<>0<>27e222501d1e52e05990990f34ad7cf6<>res://godot/imported/kitchenSink.obj-469810e978bfcc81f2c83762e5d8eb1e.mesh<*>res://godot/imported/kitchenSink.obj-469810e978bfcc81f2c83762e5d8eb1e.mesh:: +kitchenStove.obj::Mesh::9154439609579985849::1762034527::1762549938::1::::<><><>0<>0<>4a33088df31e282adbb152d1ebdfc57c<>res://godot/imported/kitchenStove.obj-9730d689fb3870dbb52781b6dd6ce12c.mesh<*>res://godot/imported/kitchenStove.obj-9730d689fb3870dbb52781b6dd6ce12c.mesh:: +kitchenStoveElectric.obj::Mesh::7534974147312703693::1762034527::1762549938::1::::<><><>0<>0<>824c23d5e0b5433b3274568502c6429d<>res://godot/imported/kitchenStoveElectric.obj-cb4b31315a31bb7a16a0e755023876b6.mesh<*>res://godot/imported/kitchenStoveElectric.obj-cb4b31315a31bb7a16a0e755023876b6.mesh:: +lampRoundFloor.obj::Mesh::7438693155415871902::1762034527::1762549938::1::::<><><>0<>0<>38edb17a6d9b23dff4505eeb87672f07<>res://godot/imported/lampRoundFloor.obj-82b9f2c20a66321ec2bd637b84325d13.mesh<*>res://godot/imported/lampRoundFloor.obj-82b9f2c20a66321ec2bd637b84325d13.mesh:: +lampRoundTable.obj::Mesh::8352089629727487734::1762034527::1762549938::1::::<><><>0<>0<>7e337ca95eff5607b0664d82fa71de8b<>res://godot/imported/lampRoundTable.obj-ea79752a3f637a57f78d39465154dde1.mesh<*>res://godot/imported/lampRoundTable.obj-ea79752a3f637a57f78d39465154dde1.mesh:: +lampSquareCeiling.obj::Mesh::304978288995687597::1762034527::1762549938::1::::<><><>0<>0<>e031df6708772a1f42ef77bbe7a5ee75<>res://godot/imported/lampSquareCeiling.obj-e170354a6473e037619b150e2123f0d5.mesh<*>res://godot/imported/lampSquareCeiling.obj-e170354a6473e037619b150e2123f0d5.mesh:: +lampSquareFloor.obj::Mesh::1370635634831788740::1762034527::1762549938::1::::<><><>0<>0<>4fa73a7874e8fa3cf834d589341a88b1<>res://godot/imported/lampSquareFloor.obj-0503b6e9426293a896b54d8a7491d1c7.mesh<*>res://godot/imported/lampSquareFloor.obj-0503b6e9426293a896b54d8a7491d1c7.mesh:: +lampSquareTable.obj::Mesh::934288740294142622::1762034527::1762549938::1::::<><><>0<>0<>01d944a3701243e28df27d00172bba60<>res://godot/imported/lampSquareTable.obj-54120d2e545861acb09c15d3c97d61ef.mesh<*>res://godot/imported/lampSquareTable.obj-54120d2e545861acb09c15d3c97d61ef.mesh:: +lampWall.obj::Mesh::5451756310483761876::1762034527::1762549940::1::::<><><>0<>0<>6723224440cd161a72b329ffb93f2650<>res://godot/imported/lampWall.obj-23d0b3d0f8b5b3f8bc56237ba87cddae.mesh<*>res://godot/imported/lampWall.obj-23d0b3d0f8b5b3f8bc56237ba87cddae.mesh:: +laptop.obj::Mesh::5643950895747213494::1762034527::1762549940::1::::<><><>0<>0<>73169c36ef6e76d99f0e72b93dea4362<>res://godot/imported/laptop.obj-deb77daffb05a2a8afbc62c8ed99490b.mesh<*>res://godot/imported/laptop.obj-deb77daffb05a2a8afbc62c8ed99490b.mesh:: +loungeChair.obj::Mesh::43849972633127737::1762034527::1762549940::1::::<><><>0<>0<>bc33f9aa73e2748e35b7991e4fb8aa93<>res://godot/imported/loungeChair.obj-17edc5f04044a3339336e2bf9f4c2f21.mesh<*>res://godot/imported/loungeChair.obj-17edc5f04044a3339336e2bf9f4c2f21.mesh:: +loungeChairRelax.obj::Mesh::8928000623226961301::1762034527::1762549940::1::::<><><>0<>0<>e2e89b02821856e43746d359fb12256b<>res://godot/imported/loungeChairRelax.obj-ea0550a940bde8023793ad5d17647ce5.mesh<*>res://godot/imported/loungeChairRelax.obj-ea0550a940bde8023793ad5d17647ce5.mesh:: +loungeDesignChair.obj::Mesh::7643759319716050916::1762034527::1762549940::1::::<><><>0<>0<>f50c9ededa3cd4b1609599eb24416e5c<>res://godot/imported/loungeDesignChair.obj-0ffa696fcb752594b7d852a120c3a3e2.mesh<*>res://godot/imported/loungeDesignChair.obj-0ffa696fcb752594b7d852a120c3a3e2.mesh:: +loungeDesignSofa.obj::Mesh::2049784990665235378::1762034527::1762549940::1::::<><><>0<>0<>f704d43db36914b866b9915e7d6610de<>res://godot/imported/loungeDesignSofa.obj-edb589c42a5a07164613d14b0aa94a08.mesh<*>res://godot/imported/loungeDesignSofa.obj-edb589c42a5a07164613d14b0aa94a08.mesh:: +loungeDesignSofaCorner.obj::Mesh::289086427082727443::1762034527::1762549940::1::::<><><>0<>0<>17d91c975bd6767631fa9d42b3085d5d<>res://godot/imported/loungeDesignSofaCorner.obj-6fc04603206d5e6d88f897c40e473689.mesh<*>res://godot/imported/loungeDesignSofaCorner.obj-6fc04603206d5e6d88f897c40e473689.mesh:: +loungeSofa.obj::Mesh::7346069220112635811::1762034527::1762549940::1::::<><><>0<>0<>e0ba3ce3cf97ae572718879cb88e03bb<>res://godot/imported/loungeSofa.obj-dbdd8e9528051a9b619891c8657540fa.mesh<*>res://godot/imported/loungeSofa.obj-dbdd8e9528051a9b619891c8657540fa.mesh:: +loungeSofaCorner.obj::Mesh::7579764136603456633::1762034527::1762549940::1::::<><><>0<>0<>74771efca8a05b1876c89c4aec30286c<>res://godot/imported/loungeSofaCorner.obj-c2a6d8d45ced3196b3f8a3d8210e7653.mesh<*>res://godot/imported/loungeSofaCorner.obj-c2a6d8d45ced3196b3f8a3d8210e7653.mesh:: +loungeSofaLong.obj::Mesh::2085997493636221587::1762034527::1762549940::1::::<><><>0<>0<>98e595f684c326f6de2989e8517e8b62<>res://godot/imported/loungeSofaLong.obj-4a3c26818e1095d484840b26cc1d9f96.mesh<*>res://godot/imported/loungeSofaLong.obj-4a3c26818e1095d484840b26cc1d9f96.mesh:: +loungeSofaOttoman.obj::Mesh::5491537861385478668::1762034527::1762549940::1::::<><><>0<>0<>b6669f097bbe13e3611a9eb906530f05<>res://godot/imported/loungeSofaOttoman.obj-ccb0d3a907819be5e024b9cc8821a45c.mesh<*>res://godot/imported/loungeSofaOttoman.obj-ccb0d3a907819be5e024b9cc8821a45c.mesh:: +paneling.obj::Mesh::2618916414488114096::1762034527::1762549940::1::::<><><>0<>0<>9775688274971756c74bd96e866da441<>res://godot/imported/paneling.obj-c9617e345d32906addb13e973535e487.mesh<*>res://godot/imported/paneling.obj-c9617e345d32906addb13e973535e487.mesh:: +pillow.obj::Mesh::3073958613504597659::1762034527::1762549940::1::::<><><>0<>0<>39c58f00b5c472e71a49ed279b38d98b<>res://godot/imported/pillow.obj-63f09e33a89408e8b9504320e9b3c31d.mesh<*>res://godot/imported/pillow.obj-63f09e33a89408e8b9504320e9b3c31d.mesh:: +pillowBlue.obj::Mesh::1643995937384136323::1762034527::1762549940::1::::<><><>0<>0<>bbb2b7a99c2f63ec1a6554649660801c<>res://godot/imported/pillowBlue.obj-f3103ee2ce1ca82dc47703ba2ac4081f.mesh<*>res://godot/imported/pillowBlue.obj-f3103ee2ce1ca82dc47703ba2ac4081f.mesh:: +pillowBlueLong.obj::Mesh::7268468247570853755::1762034527::1762549940::1::::<><><>0<>0<>18d921f4b9fb3df8a89f42d2f7ac7463<>res://godot/imported/pillowBlueLong.obj-647d7714971f1e8737535de7a207c1a3.mesh<*>res://godot/imported/pillowBlueLong.obj-647d7714971f1e8737535de7a207c1a3.mesh:: +pillowLong.obj::Mesh::2100830707201200438::1762034527::1762549940::1::::<><><>0<>0<>1897f548d4195b170304120035c944c4<>res://godot/imported/pillowLong.obj-f7e2a7291b574dda7b8eddcdcb4c8182.mesh<*>res://godot/imported/pillowLong.obj-f7e2a7291b574dda7b8eddcdcb4c8182.mesh:: +plantSmall1.obj::Mesh::5709841350216048287::1762034527::1762549940::1::::<><><>0<>0<>1d3c8128127113215c3fc18ce3d7aa30<>res://godot/imported/plantSmall1.obj-cf7908db16173b9baa668264b548d926.mesh<*>res://godot/imported/plantSmall1.obj-cf7908db16173b9baa668264b548d926.mesh:: +plantSmall2.obj::Mesh::2525328584041176806::1762034527::1762549940::1::::<><><>0<>0<>450d064747c844b13377ddc9379f7421<>res://godot/imported/plantSmall2.obj-045979a5d411ecfb20e7c499c3cf4e8a.mesh<*>res://godot/imported/plantSmall2.obj-045979a5d411ecfb20e7c499c3cf4e8a.mesh:: +plantSmall3.obj::Mesh::7068595759725711769::1762034527::1762549940::1::::<><><>0<>0<>1b821c7f47e6cff6aace0cdf1a3a3ac5<>res://godot/imported/plantSmall3.obj-994c3d14294b6cd6b83d2a1ea9181acb.mesh<*>res://godot/imported/plantSmall3.obj-994c3d14294b6cd6b83d2a1ea9181acb.mesh:: +pottedPlant.obj::Mesh::5918941970182187009::1762034527::1762549940::1::::<><><>0<>0<>a2ae53028a0e7a7bc095d7c4fec0196b<>res://godot/imported/pottedPlant.obj-8505c85204248fadfe47c9f78d01b5de.mesh<*>res://godot/imported/pottedPlant.obj-8505c85204248fadfe47c9f78d01b5de.mesh:: +radio.obj::Mesh::346102774852103185::1762034527::1762549940::1::::<><><>0<>0<>2abd7a45be05193368dcf6b9502eea37<>res://godot/imported/radio.obj-7a4efbd125a49df4e99283e0f486e5e8.mesh<*>res://godot/imported/radio.obj-7a4efbd125a49df4e99283e0f486e5e8.mesh:: +rugDoormat.obj::Mesh::4741277064197031036::1762034527::1762549940::1::::<><><>0<>0<>a2fe3f4ba41719ee6f4e41b194a3d3c5<>res://godot/imported/rugDoormat.obj-f539c02c88e1f4dc7a52daa533f962cc.mesh<*>res://godot/imported/rugDoormat.obj-f539c02c88e1f4dc7a52daa533f962cc.mesh:: +rugRectangle.obj::Mesh::4511886432190113317::1762034527::1762549941::1::::<><><>0<>0<>db93fa99957e0c755ecfbde08cc14e98<>res://godot/imported/rugRectangle.obj-32853e3ed9dbd0a8db9a9dca255529b8.mesh<*>res://godot/imported/rugRectangle.obj-32853e3ed9dbd0a8db9a9dca255529b8.mesh:: +rugRound.obj::Mesh::8252586095643757220::1762034527::1762549941::1::::<><><>0<>0<>c0ebd6d5885c72935db0ce3b184e0075<>res://godot/imported/rugRound.obj-4ec007fee0a124896ef699db43eec7ab.mesh<*>res://godot/imported/rugRound.obj-4ec007fee0a124896ef699db43eec7ab.mesh:: +rugRounded.obj::Mesh::2329105103636366678::1762034527::1762549941::1::::<><><>0<>0<>851c928e4a45a33f0af90f65d629ec3e<>res://godot/imported/rugRounded.obj-6ff85e4696f73dcd9f487842ab76bf6b.mesh<*>res://godot/imported/rugRounded.obj-6ff85e4696f73dcd9f487842ab76bf6b.mesh:: +rugSquare.obj::Mesh::4486341229795449702::1762034527::1762549941::1::::<><><>0<>0<>686068e845f0111be831096214fd9478<>res://godot/imported/rugSquare.obj-a1ee8ff39a4d4a3985203b9ad3324530.mesh<*>res://godot/imported/rugSquare.obj-a1ee8ff39a4d4a3985203b9ad3324530.mesh:: +shower.obj::Mesh::6820046354350794797::1762034527::1762549941::1::::<><><>0<>0<>311abc361d259cf42e45e75bd7514350<>res://godot/imported/shower.obj-07d56eaceafefe24dac1c7e1ce6e9bc5.mesh<*>res://godot/imported/shower.obj-07d56eaceafefe24dac1c7e1ce6e9bc5.mesh:: +showerRound.obj::Mesh::1719757550675868713::1762034527::1762549941::1::::<><><>0<>0<>29cb66927bf4eaf2f310709da87c8e24<>res://godot/imported/showerRound.obj-112eaa2fb0832b822c8aaeeb68e4fae8.mesh<*>res://godot/imported/showerRound.obj-112eaa2fb0832b822c8aaeeb68e4fae8.mesh:: +sideTable.obj::Mesh::8953258700239510897::1762034527::1762549941::1::::<><><>0<>0<>4001d75cb47646a07010a552fa54d070<>res://godot/imported/sideTable.obj-00d5fa6861152ee5ea319f28bcf0d580.mesh<*>res://godot/imported/sideTable.obj-00d5fa6861152ee5ea319f28bcf0d580.mesh:: +sideTableDrawers.obj::Mesh::6812720008602339181::1762034527::1762549941::1::::<><><>0<>0<>f1415475affd9fce9fce5f1ca043a291<>res://godot/imported/sideTableDrawers.obj-5d9648ed903c16a8669cef217e513f78.mesh<*>res://godot/imported/sideTableDrawers.obj-5d9648ed903c16a8669cef217e513f78.mesh:: +speaker.obj::Mesh::2211552030617565418::1762034527::1762549941::1::::<><><>0<>0<>a3f401ef6ac055f211427bbd69202ed8<>res://godot/imported/speaker.obj-0fff68220e799dffc5720fd2b8438405.mesh<*>res://godot/imported/speaker.obj-0fff68220e799dffc5720fd2b8438405.mesh:: +speakerSmall.obj::Mesh::7109678313908191591::1762034527::1762549941::1::::<><><>0<>0<>d79b19c1819c4c13e65631569183f384<>res://godot/imported/speakerSmall.obj-675b260e5ec53116cede8bb0afe13e34.mesh<*>res://godot/imported/speakerSmall.obj-675b260e5ec53116cede8bb0afe13e34.mesh:: +stairs.obj::Mesh::8058424664168956880::1762034527::1762549941::1::::<><><>0<>0<>7a175f5bfb4784b8a5a43eee9e2157c4<>res://godot/imported/stairs.obj-ea789947d03a5d21ca11c616c2199313.mesh<*>res://godot/imported/stairs.obj-ea789947d03a5d21ca11c616c2199313.mesh:: +stairsCorner.obj::Mesh::806137579264784315::1762034527::1762549941::1::::<><><>0<>0<>85cb95125e2971ca44886d432fa16642<>res://godot/imported/stairsCorner.obj-c2da352d1583a27abcd50885e7f837b7.mesh<*>res://godot/imported/stairsCorner.obj-c2da352d1583a27abcd50885e7f837b7.mesh:: +stairsOpen.obj::Mesh::2935192782724515338::1762034527::1762549940::1::::<><><>0<>0<>1d8cc19eac74285e98afa7f76ff838e1<>res://godot/imported/stairsOpen.obj-9462044a5fac4da1fa165511b39a81e2.mesh<*>res://godot/imported/stairsOpen.obj-9462044a5fac4da1fa165511b39a81e2.mesh:: +stairsOpenSingle.obj::Mesh::5653372671841679483::1762034527::1762549940::1::::<><><>0<>0<>dc4b6796dae83c74cd43cd3fa3e9ab95<>res://godot/imported/stairsOpenSingle.obj-7860c4dd47da31a898b39186cb7b2e2c.mesh<*>res://godot/imported/stairsOpenSingle.obj-7860c4dd47da31a898b39186cb7b2e2c.mesh:: +stoolBar.obj::Mesh::156389190993309516::1762034527::1762549940::1::::<><><>0<>0<>d75df307adc755280f19bb2764e1722b<>res://godot/imported/stoolBar.obj-bf9905f790f002b7cd802b788203532a.mesh<*>res://godot/imported/stoolBar.obj-bf9905f790f002b7cd802b788203532a.mesh:: +stoolBarSquare.obj::Mesh::5339912712839631944::1762034527::1762549940::1::::<><><>0<>0<>9c4fbf69f9a65ba0fc78d87f736f2a56<>res://godot/imported/stoolBarSquare.obj-cf57437ccc3dc219d703bcea1386bc69.mesh<*>res://godot/imported/stoolBarSquare.obj-cf57437ccc3dc219d703bcea1386bc69.mesh:: +table.obj::Mesh::4840087798684094972::1762034527::1762549940::1::::<><><>0<>0<>348a9fdde3c6aff1b9c0b856c3219f90<>res://godot/imported/table.obj-24bc4ff38832d67fe7aa8ac9d29cfef7.mesh<*>res://godot/imported/table.obj-24bc4ff38832d67fe7aa8ac9d29cfef7.mesh:: +tableCloth.obj::Mesh::8397219916610669912::1762034527::1762549940::1::::<><><>0<>0<>3cba8b9b672ac21b165b4fb78791b40a<>res://godot/imported/tableCloth.obj-4aa9e07536de70572afe8c652dd3e148.mesh<*>res://godot/imported/tableCloth.obj-4aa9e07536de70572afe8c652dd3e148.mesh:: +tableCoffee.obj::Mesh::4166295621285050104::1762034527::1762549940::1::::<><><>0<>0<>3eb764d03d1235ad8bdbcf7981102ddc<>res://godot/imported/tableCoffee.obj-27af88775034ccd7008f3c5c8f30bc08.mesh<*>res://godot/imported/tableCoffee.obj-27af88775034ccd7008f3c5c8f30bc08.mesh:: +tableCoffeeGlass.obj::Mesh::1842701037365165436::1762034528::1762549940::1::::<><><>0<>0<>26842345bf87a24f02fe3f7a3aaf4d7d<>res://godot/imported/tableCoffeeGlass.obj-6dd066b0749c37e9833621fe5c3ed6f9.mesh<*>res://godot/imported/tableCoffeeGlass.obj-6dd066b0749c37e9833621fe5c3ed6f9.mesh:: +tableCoffeeGlassSquare.obj::Mesh::663879015950972142::1762034528::1762549940::1::::<><><>0<>0<>4950890f3c0bd344c4d7e77557b6532e<>res://godot/imported/tableCoffeeGlassSquare.obj-e617ea4825882bd1ac569579622faa48.mesh<*>res://godot/imported/tableCoffeeGlassSquare.obj-e617ea4825882bd1ac569579622faa48.mesh:: +tableCoffeeSquare.obj::Mesh::1009500796129087960::1762034528::1762549940::1::::<><><>0<>0<>aa4e5f6c7857ded1730f1c8831b65cf3<>res://godot/imported/tableCoffeeSquare.obj-787e32bc6970fbd5e01f53e999705c17.mesh<*>res://godot/imported/tableCoffeeSquare.obj-787e32bc6970fbd5e01f53e999705c17.mesh:: +tableCross.obj::Mesh::5995065912247443724::1762034528::1762549939::1::::<><><>0<>0<>9c26705fd056863e0cc3ee2b3536b9c9<>res://godot/imported/tableCross.obj-932e7e7099be9ead5bbfd55fe44e9ae3.mesh<*>res://godot/imported/tableCross.obj-932e7e7099be9ead5bbfd55fe44e9ae3.mesh:: +tableCrossCloth.obj::Mesh::1220361475491620721::1762034528::1762549939::1::::<><><>0<>0<>4a9473935d9ad6cf471c7ba03980255f<>res://godot/imported/tableCrossCloth.obj-f1e66343998706eb29e95356e554e69f.mesh<*>res://godot/imported/tableCrossCloth.obj-f1e66343998706eb29e95356e554e69f.mesh:: +tableGlass.obj::Mesh::4940275729091615514::1762034528::1762549939::1::::<><><>0<>0<>1187d6105997730ad7573e2c220aaef6<>res://godot/imported/tableGlass.obj-1fcbe2bdaad401ed6389082dcc91aa1c.mesh<*>res://godot/imported/tableGlass.obj-1fcbe2bdaad401ed6389082dcc91aa1c.mesh:: +tableRound.obj::Mesh::3293674296292115638::1762034528::1762549939::1::::<><><>0<>0<>7cf116c4dd183c94ec6d94e6f9e6b410<>res://godot/imported/tableRound.obj-3420162c930bad583f3418f176d9133a.mesh<*>res://godot/imported/tableRound.obj-3420162c930bad583f3418f176d9133a.mesh:: +televisionAntenna.obj::Mesh::5902178038321994738::1762034528::1762549939::1::::<><><>0<>0<>d7b8e0cb2bffe93c1c3a7a5f3fa91b73<>res://godot/imported/televisionAntenna.obj-7f34bcbcf0abf03756b6ac0168186ef5.mesh<*>res://godot/imported/televisionAntenna.obj-7f34bcbcf0abf03756b6ac0168186ef5.mesh:: +televisionModern.obj::Mesh::201837573208610190::1762034528::1762549939::1::::<><><>0<>0<>8e612a1c2353c5bb78eafcf86311929d<>res://godot/imported/televisionModern.obj-0544cf69a579877b90c46a4f97ed1f44.mesh<*>res://godot/imported/televisionModern.obj-0544cf69a579877b90c46a4f97ed1f44.mesh:: +televisionVintage.obj::Mesh::5866271941084753474::1762034528::1762549939::1::::<><><>0<>0<>526800783ce2b32b0386a8157177343c<>res://godot/imported/televisionVintage.obj-e08eda97f8ac0dd89e869a2dab1a037b.mesh<*>res://godot/imported/televisionVintage.obj-e08eda97f8ac0dd89e869a2dab1a037b.mesh:: +toaster.obj::Mesh::1295224564465653324::1762034528::1762549939::1::::<><><>0<>0<>d483687694dfa5809345f0e554b21cb3<>res://godot/imported/toaster.obj-b3ad517451980690cf5e5790fa597ad6.mesh<*>res://godot/imported/toaster.obj-b3ad517451980690cf5e5790fa597ad6.mesh:: +toilet.obj::Mesh::1961074823899501384::1762034528::1762549939::1::::<><><>0<>0<>81f54fe01ac795583f6a1ac1454295b9<>res://godot/imported/toilet.obj-e9b13f9ae03d13b032969bb47ce413b1.mesh<*>res://godot/imported/toilet.obj-e9b13f9ae03d13b032969bb47ce413b1.mesh:: +toiletSquare.obj::Mesh::5221402836462966491::1762034528::1762549939::1::::<><><>0<>0<>bc3babf0c898f34a71948a8a64c85aa0<>res://godot/imported/toiletSquare.obj-117e853b1f83bd56d300043434f54f91.mesh<*>res://godot/imported/toiletSquare.obj-117e853b1f83bd56d300043434f54f91.mesh:: +trashcan.obj::Mesh::949506963645098041::1762034528::1762549939::1::::<><><>0<>0<>6259eb06859e4d533537912d564d42d2<>res://godot/imported/trashcan.obj-74110294bd4651dd6e4a369baea69f9e.mesh<*>res://godot/imported/trashcan.obj-74110294bd4651dd6e4a369baea69f9e.mesh:: +wall.obj::Mesh::1880481044678297256::1762034528::1762549939::1::::<><><>0<>0<>d655b0647bac4fb7b04a98fa268ced53<>res://godot/imported/wall.obj-de4e7cf48586476a440cca4e714228ef.mesh<*>res://godot/imported/wall.obj-de4e7cf48586476a440cca4e714228ef.mesh:: +wallCorner.obj::Mesh::7309015182192234869::1762034528::1762549939::1::::<><><>0<>0<>2d28f3afa437b2dfe42339296ee413ce<>res://godot/imported/wallCorner.obj-4500c6a58dc9baf63fb0317126e623cb.mesh<*>res://godot/imported/wallCorner.obj-4500c6a58dc9baf63fb0317126e623cb.mesh:: +wallCornerRond.obj::Mesh::7470405800211424215::1762034528::1762549939::1::::<><><>0<>0<>cad29e308d27415652807cf26aeaa0fa<>res://godot/imported/wallCornerRond.obj-9d1f16294e79cf6e0380d9d3411a0006.mesh<*>res://godot/imported/wallCornerRond.obj-9d1f16294e79cf6e0380d9d3411a0006.mesh:: +wallDoorway.obj::Mesh::2849627232082877909::1762034528::1762549939::1::::<><><>0<>0<>fc6a2a52c88bbc3783a553c928d85b05<>res://godot/imported/wallDoorway.obj-15a8cd13dd53fb63d3ec36873d7e086c.mesh<*>res://godot/imported/wallDoorway.obj-15a8cd13dd53fb63d3ec36873d7e086c.mesh:: +wallDoorwayWide.obj::Mesh::9114569693284954900::1762034528::1762549939::1::::<><><>0<>0<>9cb40796c28a1c90730dcb054e1c3b59<>res://godot/imported/wallDoorwayWide.obj-3fbec24c08f494d47555abe0f917f9c6.mesh<*>res://godot/imported/wallDoorwayWide.obj-3fbec24c08f494d47555abe0f917f9c6.mesh:: +wallHalf.obj::Mesh::1547057845025020661::1762034528::1762549939::1::::<><><>0<>0<>3ffb36b97811d790c887840d478da4b9<>res://godot/imported/wallHalf.obj-9a5dd1001439578598a72ac4865f3ce7.mesh<*>res://godot/imported/wallHalf.obj-9a5dd1001439578598a72ac4865f3ce7.mesh:: +wallWindow.obj::Mesh::6732792075332796139::1762034528::1762549939::1::::<><><>0<>0<>7be387a9e43e7868a2bbf27f8eb852b9<>res://godot/imported/wallWindow.obj-845b6a4dd39fd987299c1132b3b5bb45.mesh<*>res://godot/imported/wallWindow.obj-845b6a4dd39fd987299c1132b3b5bb45.mesh:: +wallWindowSlide.obj::Mesh::5436921718945844499::1762034528::1762549939::1::::<><><>0<>0<>804a3f8c295cb4c6085151975dd37f73<>res://godot/imported/wallWindowSlide.obj-57753fa0a60671ca9bcd2586342579a6.mesh<*>res://godot/imported/wallWindowSlide.obj-57753fa0a60671ca9bcd2586342579a6.mesh:: +washer.obj::Mesh::9075233331120503727::1762034528::1762549939::1::::<><><>0<>0<>768aa1278a9dadeeaa1da1953b42fed3<>res://godot/imported/washer.obj-f9806c880a5c801817c49db7682b66be.mesh<*>res://godot/imported/washer.obj-f9806c880a5c801817c49db7682b66be.mesh:: +washerDryerStacked.obj::Mesh::2434911087998188964::1762034528::1762549939::1::::<><><>0<>0<>6fa173e3248e7fc2086c77abd4d39cf4<>res://godot/imported/washerDryerStacked.obj-3d5d0e6a4e2ac5a02df49e2b58bb517f.mesh<*>res://godot/imported/washerDryerStacked.obj-3d5d0e6a4e2ac5a02df49e2b58bb517f.mesh:: +::res://assets-lib/kenney_furniture-kit/Models/OBJ format/Textures/::1540048682 +::res://assets-lib/kenney_furniture-kit/Models/STL format/::1762034548 +::res://assets-lib/kenney_furniture-kit/Side/::1762549936 +bathroomCabinet.png::CompressedTexture2D::5640214577184022961::1762034528::1762549935::1::::<><><>0<>0<>f1e0d974b282b88690f55ad47c430001<>res://godot/imported/bathroomCabinet.png-615c9a5d7fd477fe165a20626a12fd8f.ctex:: +bathroomCabinetDrawer.png::CompressedTexture2D::4286590912071076279::1762034528::1762549935::1::::<><><>0<>0<>a0b658024b8521b283f4e297a07e4c80<>res://godot/imported/bathroomCabinetDrawer.png-f084de4c32b07f9d2b43731f27fd79e4.ctex:: +bathroomMirror.png::CompressedTexture2D::456465886621552113::1762034528::1762549935::1::::<><><>0<>0<>0764b1f77540296e1d55c103eaee8f39<>res://godot/imported/bathroomMirror.png-c3bbebb6aabf636b2bb10c701e7376af.ctex:: +bathroomSink.png::CompressedTexture2D::6505827162484527711::1762034528::1762549935::1::::<><><>0<>0<>7422be0607d24f20d9fd8d68df7f5abe<>res://godot/imported/bathroomSink.png-ae0e7b737230f1628bcf35d8b23b07be.ctex:: +bathroomSinkSquare.png::CompressedTexture2D::6315138598908991904::1762034528::1762549935::1::::<><><>0<>0<>7a44162cec1d7197fc3c879c13b70f19<>res://godot/imported/bathroomSinkSquare.png-7f3762679595d6174bb26ac5bd9ca7d9.ctex:: +bathtub.png::CompressedTexture2D::6681287808378167398::1762034528::1762549935::1::::<><><>0<>0<>184317988b54165af7b4535a6203d636<>res://godot/imported/bathtub.png-06151cbfe932010c7963825817f53c61.ctex:: +bear.png::CompressedTexture2D::3641740973710374693::1762034528::1762549935::1::::<><><>0<>0<>7c0f3e3f4c9e1b184976827d99be0c42<>res://godot/imported/bear.png-4b09177fbac98a599c40b9a77d1bdf0c.ctex:: +bedBunk.png::CompressedTexture2D::8710283082095642136::1762034528::1762549935::1::::<><><>0<>0<>1fa8bebfaa471954964b4fba4431541b<>res://godot/imported/bedBunk.png-c84f8179b2680ad243965ebabe59472d.ctex:: +bedDouble.png::CompressedTexture2D::5565106320365759969::1762034528::1762549935::1::::<><><>0<>0<>6eb4963423de5a442b21a41d5de33669<>res://godot/imported/bedDouble.png-79001cb88fc14ee3dd55f02bb9377444.ctex:: +bedSingle.png::CompressedTexture2D::6538081707888164308::1762034528::1762549935::1::::<><><>0<>0<>2d30eedc4a0f835a5d75bd8157c6bbde<>res://godot/imported/bedSingle.png-69c6d09add7c6538372f964faee7ebb4.ctex:: +bench.png::CompressedTexture2D::1728457578652888020::1762034528::1762549935::1::::<><><>0<>0<>4aeb2a110da25dec13648b3f0a7b9133<>res://godot/imported/bench.png-bed511594eba0a6bdac01aab074cddf6.ctex:: +benchCushion.png::CompressedTexture2D::4277830953112006792::1762034528::1762549935::1::::<><><>0<>0<>97d89d4cf81644213f69abe67aeac227<>res://godot/imported/benchCushion.png-1382c7b521956a70fa188960565c768b.ctex:: +benchCushionLow.png::CompressedTexture2D::5197268903295837666::1762034528::1762549935::1::::<><><>0<>0<>6c12443ff3c6574e97e6098dbaee4c40<>res://godot/imported/benchCushionLow.png-d00e465bfc6445bbe3c1e26011763487.ctex:: +bookcaseClosed.png::CompressedTexture2D::8203890520493652543::1762034528::1762549935::1::::<><><>0<>0<>6393a752fc7c9b28348a1db2b7cab652<>res://godot/imported/bookcaseClosed.png-8320705486e1b3d85637c6e5fe81052a.ctex:: +bookcaseClosedDoors.png::CompressedTexture2D::561588287306176080::1762034528::1762549935::1::::<><><>0<>0<>f1739f26f7c77781fe5c6d969beab89b<>res://godot/imported/bookcaseClosedDoors.png-ec3400527b6d582038ae2e20a7275fc1.ctex:: +bookcaseClosedWide.png::CompressedTexture2D::1000252047097768876::1762034528::1762549935::1::::<><><>0<>0<>17cf47ac65c2722b90953ef3327d2643<>res://godot/imported/bookcaseClosedWide.png-b376ffc44c7a4c44b87796802fd05dfc.ctex:: +bookcaseOpen.png::CompressedTexture2D::7514947066388340272::1762034528::1762549935::1::::<><><>0<>0<>c89e767048240853496bd7b74c8d3b1f<>res://godot/imported/bookcaseOpen.png-80fc2f0f66a4278cc7492c4d834594b5.ctex:: +bookcaseOpenLow.png::CompressedTexture2D::6409854368701511067::1762034528::1762549935::1::::<><><>0<>0<>c2c0bbf7d22fd9f3317a8c52824c11e1<>res://godot/imported/bookcaseOpenLow.png-f5367c660daec880379b1f5f40329650.ctex:: +books.png::CompressedTexture2D::7724641360690050180::1762034528::1762549935::1::::<><><>0<>0<>b8f811f3a784f756d4fcad01e5dce896<>res://godot/imported/books.png-b303ebbb337ee9e7b2d69e1125968532.ctex:: +cabinetBed.png::CompressedTexture2D::7996662398196667837::1762034528::1762549935::1::::<><><>0<>0<>2089755c688bdcbcdfa89bd186d0c577<>res://godot/imported/cabinetBed.png-a05ea91f5d1e5ff79729cf7785e69a56.ctex:: +cabinetBedDrawer.png::CompressedTexture2D::2362707018003498402::1762034528::1762549935::1::::<><><>0<>0<>ee81e0d19acad40106f646a006ed2a5d<>res://godot/imported/cabinetBedDrawer.png-348c2dedde93b6a37117f49485e68d28.ctex:: +cabinetBedDrawerTable.png::CompressedTexture2D::5543436122894982691::1762034528::1762549935::1::::<><><>0<>0<>70ef96360377a73c5e60de64c54f7607<>res://godot/imported/cabinetBedDrawerTable.png-484f5752c7cf19db0deef5f3eb1c9ac8.ctex:: +cabinetTelevision.png::CompressedTexture2D::4259272642263979544::1762034528::1762549935::1::::<><><>0<>0<>126bcf431997b4b5ee61a8decdc7ac9c<>res://godot/imported/cabinetTelevision.png-89d652ee399102691d9003b4da2c5e62.ctex:: +cabinetTelevisionDoors.png::CompressedTexture2D::7305105463989217674::1762034528::1762549935::1::::<><><>0<>0<>d54b7f1f733f48d2eb60dfb632bb0a22<>res://godot/imported/cabinetTelevisionDoors.png-21072c7c02d2cec1ce090871962705cd.ctex:: +cardboardBoxClosed.png::CompressedTexture2D::8455101287640314654::1762034528::1762549935::1::::<><><>0<>0<>73a18be596a03c081b03b30e37fdb900<>res://godot/imported/cardboardBoxClosed.png-d069314520acd1f32c48e74bb6797dd9.ctex:: +cardboardBoxOpen.png::CompressedTexture2D::2075583171397873135::1762034528::1762549935::1::::<><><>0<>0<>f42dfa00533a5bf2c15fae922263cead<>res://godot/imported/cardboardBoxOpen.png-ae8addefbde75c4566e48b9652134654.ctex:: +ceilingFan.png::CompressedTexture2D::7720388027560678151::1762034528::1762549935::1::::<><><>0<>0<>b39b87b4d3fb76f9b612700b768685fa<>res://godot/imported/ceilingFan.png-9bb5d4ee45ed641a7a6c706e41e913b8.ctex:: +chair.png::CompressedTexture2D::6635127804757474178::1762034528::1762549935::1::::<><><>0<>0<>8e9c932ec8227d384d4a57066bf93541<>res://godot/imported/chair.png-9076040a87160a29966173d61d3ab7b2.ctex:: +chairCushion.png::CompressedTexture2D::2639410284493854034::1762034528::1762549935::1::::<><><>0<>0<>0a938f740faf60a4e7aa98095bfb5723<>res://godot/imported/chairCushion.png-9359a92db918307549f6992d0b23c842.ctex:: +chairDesk.png::CompressedTexture2D::4448029724312956546::1762034528::1762549935::1::::<><><>0<>0<>f6c51572262c8f0e63a9c76cd4ae3f28<>res://godot/imported/chairDesk.png-5a993f30c8cd405df24d9bbedffa692c.ctex:: +chairModernCushion.png::CompressedTexture2D::3507709136763063784::1762034528::1762549935::1::::<><><>0<>0<>d52ac862c643b272ca7d474ed7796147<>res://godot/imported/chairModernCushion.png-a15d6179dd9a376e22576900d02a1d5d.ctex:: +chairModernFrameCushion.png::CompressedTexture2D::4267548213199841200::1762034528::1762549935::1::::<><><>0<>0<>4eb943d5e4046086e9ba1ace7f96b9d3<>res://godot/imported/chairModernFrameCushion.png-a9c360e9bad18668c3843fb326bd9b4a.ctex:: +chairRounded.png::CompressedTexture2D::8473973118237498579::1762034528::1762549935::1::::<><><>0<>0<>5ad9156ec4fbbf51f98158c81b140e5c<>res://godot/imported/chairRounded.png-e9346b489a46e6e36203a11867237ab9.ctex:: +coatRack.png::CompressedTexture2D::4604604085571123368::1762034528::1762549935::1::::<><><>0<>0<>82ef2e6110c87645533b53ce5a2bcd11<>res://godot/imported/coatRack.png-bf6bae6a911567129eb4fc5d5b087fce.ctex:: +coatRackStanding.png::CompressedTexture2D::6671920183794563600::1762034528::1762549935::1::::<><><>0<>0<>4f61b61da17f01e61557a37d44fab2d2<>res://godot/imported/coatRackStanding.png-8126f8bf9b86f6540f024ddb51e75930.ctex:: +computerKeyboard.png::CompressedTexture2D::8377304527389320804::1762034528::1762549935::1::::<><><>0<>0<>b58942d64f4c32efda5d256804f6a093<>res://godot/imported/computerKeyboard.png-402fd0c0f38e8b605d167c8b2d610320.ctex:: +computerMouse.png::CompressedTexture2D::3399764294015197769::1762034529::1762549935::1::::<><><>0<>0<>df9480e9089d8a01daa61a540f51f4a6<>res://godot/imported/computerMouse.png-0545aac224770f192fe0177d18bf07d4.ctex:: +computerScreen.png::CompressedTexture2D::6697214254516830268::1762034529::1762549935::1::::<><><>0<>0<>756ad79836ff19caaa9fb23f2a93e809<>res://godot/imported/computerScreen.png-c28b1bc6b029621b223fc54e97094f83.ctex:: +desk.png::CompressedTexture2D::8717545075529606022::1762034529::1762549935::1::::<><><>0<>0<>1cf5e0455e2fae83cc1915597e9a8c74<>res://godot/imported/desk.png-da1bd6f281f8ccb2a073990cdc875b97.ctex:: +deskCorner.png::CompressedTexture2D::1155432012764879710::1762034529::1762549935::1::::<><><>0<>0<>4887e519c02d87b9e7208fdb38bbc6e3<>res://godot/imported/deskCorner.png-48479977702667fb6f05fe25f111b689.ctex:: +doorway.png::CompressedTexture2D::5224751439102959042::1762034529::1762549935::1::::<><><>0<>0<>7602bc33c116069cef1e867f442776f2<>res://godot/imported/doorway.png-3b4f7614bb369ba292734ca478e1a83b.ctex:: +doorwayFront.png::CompressedTexture2D::397557755561439084::1762034529::1762549935::1::::<><><>0<>0<>21de7897518bc4dce383c040bab8127a<>res://godot/imported/doorwayFront.png-947015130fbfdbb7ca64b515e0360db5.ctex:: +doorwayOpen.png::CompressedTexture2D::8306689678621238678::1762034529::1762549935::1::::<><><>0<>0<>62c88743c6af8b478cf57c385bdf0593<>res://godot/imported/doorwayOpen.png-0b30772def01887c109f6f6facf6b90d.ctex:: +dryer.png::CompressedTexture2D::1022776447305626576::1762034529::1762549935::1::::<><><>0<>0<>91d9c4f62481d95cb01abbd1ad055060<>res://godot/imported/dryer.png-c08af3c5b27cf8c08f4d069bc6ce7485.ctex:: +floorCorner.png::CompressedTexture2D::439315343167410330::1762034529::1762549935::1::::<><><>0<>0<>15a7ad580d7e162990df3d4cbf53630e<>res://godot/imported/floorCorner.png-6ed99479e6c26aafdd56d668518eee33.ctex:: +floorCornerRound.png::CompressedTexture2D::3940654535375642959::1762034529::1762549935::1::::<><><>0<>0<>049fcd7d8db4a85024a5e5b9704f602f<>res://godot/imported/floorCornerRound.png-0874b9e05a9fbe1f6fddec2896bc80d4.ctex:: +floorFull.png::CompressedTexture2D::2685168924508024330::1762034529::1762549935::1::::<><><>0<>0<>1a54496156cb526763732c1e725bed2d<>res://godot/imported/floorFull.png-e0a8530322594105a47abd7d5e2e2bd9.ctex:: +floorHalf.png::CompressedTexture2D::635330206286770922::1762034529::1762549935::1::::<><><>0<>0<>a5f01f8df5e3279fd9672132ee82ac04<>res://godot/imported/floorHalf.png-1024b634e2fde057982e30390f8e55a8.ctex:: +hoodLarge.png::CompressedTexture2D::2100745761151020319::1762034529::1762549935::1::::<><><>0<>0<>afb3bbfdeafe9174b19f12b3f2f54d32<>res://godot/imported/hoodLarge.png-5c918243b1cc0b960959a657405f5309.ctex:: +hoodModern.png::CompressedTexture2D::5971361826366591835::1762034529::1762549935::1::::<><><>0<>0<>9e08f6789403dc5ee7ce1e380e2bd82f<>res://godot/imported/hoodModern.png-4950ec9bb6219bb87446aa079c4e180f.ctex:: +kitchenBar.png::CompressedTexture2D::6896822980209774004::1762034529::1762549935::1::::<><><>0<>0<>b5db1cb8431dfe2415e4c1b60e50118c<>res://godot/imported/kitchenBar.png-0c255ebadda523a326c2a3be6599e871.ctex:: +kitchenBarEnd.png::CompressedTexture2D::4684930385998880917::1762034529::1762549935::1::::<><><>0<>0<>1540f19fb299c1eed240769b7751d3e5<>res://godot/imported/kitchenBarEnd.png-9da6124683a212b48b4c03f87ca2bd50.ctex:: +kitchenBlender.png::CompressedTexture2D::7147904260569093872::1762034529::1762549935::1::::<><><>0<>0<>df59dae5bd4ed136658ff5bbc6851b32<>res://godot/imported/kitchenBlender.png-269c4da28519ce45cbebaca0b6c3268f.ctex:: +kitchenCabinet.png::CompressedTexture2D::2818664411513558894::1762034529::1762549935::1::::<><><>0<>0<>bac89d18d3e431a42b60fcc695748065<>res://godot/imported/kitchenCabinet.png-78eba34c5edf43114a4dc2a562ab353c.ctex:: +kitchenCabinetCornerInner.png::CompressedTexture2D::5847350848606118365::1762034529::1762549935::1::::<><><>0<>0<>2b918fc8588f6ec73682a27bceb87981<>res://godot/imported/kitchenCabinetCornerInner.png-769e16e64b08fe5e267ea647d9d375d9.ctex:: +kitchenCabinetCornerRound.png::CompressedTexture2D::2328234889904146983::1762034529::1762549935::1::::<><><>0<>0<>52fab0f3777103ef6b7694369b2e7c94<>res://godot/imported/kitchenCabinetCornerRound.png-e0e627c4108f610fa9bdbfe99cdaaa62.ctex:: +kitchenCabinetDrawer.png::CompressedTexture2D::8768450379341364377::1762034529::1762549935::1::::<><><>0<>0<>1015326f041b8b9ebe60c4776d9afbdf<>res://godot/imported/kitchenCabinetDrawer.png-8a04f8ceaad3f2eefc54fe031023f303.ctex:: +kitchenCabinetUpper.png::CompressedTexture2D::4373870797831658777::1762034529::1762549935::1::::<><><>0<>0<>a8abf667e17827111d535afec71ee9b5<>res://godot/imported/kitchenCabinetUpper.png-5299145ae0184267ed4b3366d1c9d235.ctex:: +kitchenCabinetUpperCorner.png::CompressedTexture2D::7402779348630285499::1762034529::1762549935::1::::<><><>0<>0<>f76666a1be681ef1c9ee406ae03b2f24<>res://godot/imported/kitchenCabinetUpperCorner.png-91dd7c3c778c9f1fc3c34fec638c94b1.ctex:: +kitchenCabinetUpperDouble.png::CompressedTexture2D::2056545645034957299::1762034529::1762549935::1::::<><><>0<>0<>18cfc3602d6802893bf06ddfaaa342cc<>res://godot/imported/kitchenCabinetUpperDouble.png-18a01f1908844daf32de2570cfe81da6.ctex:: +kitchenCabinetUpperLow.png::CompressedTexture2D::1690824374820758199::1762034529::1762549935::1::::<><><>0<>0<>b10441dee8c06cf8d97069b309ae3ca8<>res://godot/imported/kitchenCabinetUpperLow.png-06349097234d447db3a28c1b6619b75b.ctex:: +kitchenCoffeeMachine.png::CompressedTexture2D::3128133364086226692::1762034529::1762549935::1::::<><><>0<>0<>6daf4ac8ee19b6858c4669ed10d771ee<>res://godot/imported/kitchenCoffeeMachine.png-03679d358589030ae2fb966fa8af8ee3.ctex:: +kitchenFridge.png::CompressedTexture2D::7936106603505188463::1762034529::1762549935::1::::<><><>0<>0<>c660070e4e0c31d0e90869609e2d9c85<>res://godot/imported/kitchenFridge.png-65e0a799ca37b4687e234b9e963c29f2.ctex:: +kitchenFridgeBuiltIn.png::CompressedTexture2D::7793980845989290345::1762034529::1762549935::1::::<><><>0<>0<>2e89a1bc9adb4f0d25882906b6499a71<>res://godot/imported/kitchenFridgeBuiltIn.png-d2b101f70f440846de2861461b7c1462.ctex:: +kitchenFridgeLarge.png::CompressedTexture2D::5106315933669927300::1762034529::1762549935::1::::<><><>0<>0<>1828e2891560ed192bc3032316817a42<>res://godot/imported/kitchenFridgeLarge.png-80601aeb95d748734f29f009076bf1ba.ctex:: +kitchenFridgeSmall.png::CompressedTexture2D::5967551984027594852::1762034529::1762549935::1::::<><><>0<>0<>b9fd557fb6af087c9095e1e473ee9b62<>res://godot/imported/kitchenFridgeSmall.png-9c4a7eefbf0b208590e65aff37fd06d5.ctex:: +kitchenMicrowave.png::CompressedTexture2D::6499822069426112747::1762034529::1762549935::1::::<><><>0<>0<>a0c6f783ffd349e3c8508a14a8e37c57<>res://godot/imported/kitchenMicrowave.png-96004204b45fea2d2aa6d5a7f602c17d.ctex:: +kitchenSink.png::CompressedTexture2D::1712504605434036106::1762034529::1762549935::1::::<><><>0<>0<>8c01c15ee6e1effd45ab2c44c3a6cd56<>res://godot/imported/kitchenSink.png-4e3f3ea25f8df3a1be8f3860324b2dd6.ctex:: +kitchenStove.png::CompressedTexture2D::4279928011924530372::1762034529::1762549935::1::::<><><>0<>0<>2372eb07a17dd97062b2fc32b658e0a4<>res://godot/imported/kitchenStove.png-34f754311f6ca42bfdee7992d97e0c22.ctex:: +kitchenStoveElectric.png::CompressedTexture2D::8223002970726420197::1762034529::1762549935::1::::<><><>0<>0<>b93f594cc0c1080dca8be917bc2ffe3d<>res://godot/imported/kitchenStoveElectric.png-ddd6006a41d2fd679b4c3f0c79286879.ctex:: +lampRoundFloor.png::CompressedTexture2D::4766440352746430444::1762034529::1762549935::1::::<><><>0<>0<>cd636216149428f580f44dc8a6b982b7<>res://godot/imported/lampRoundFloor.png-45aaa536684ff8db87587ced46575052.ctex:: +lampRoundTable.png::CompressedTexture2D::690489777843153682::1762034529::1762549935::1::::<><><>0<>0<>64a90bf9e6c0ae71a8960f7a3778b0c7<>res://godot/imported/lampRoundTable.png-a1c4d3dc254a68e92362ae400dcb8403.ctex:: +lampSquareCeiling.png::CompressedTexture2D::70460040639628138::1762034529::1762549935::1::::<><><>0<>0<>486270cab187c8dc0fb2b6c92d50daa2<>res://godot/imported/lampSquareCeiling.png-ede5f25543f3c4f288aeaa1a59837d9e.ctex:: +lampSquareFloor.png::CompressedTexture2D::2100495878087801269::1762034529::1762549935::1::::<><><>0<>0<>0f3c3bf71f1e7d04f6d670f9dd096853<>res://godot/imported/lampSquareFloor.png-ed04c20fc5ee46883ec20ed70cf8a180.ctex:: +lampSquareTable.png::CompressedTexture2D::6976859240514204501::1762034529::1762549935::1::::<><><>0<>0<>257905ce094ad1f01b222c2a79281f6d<>res://godot/imported/lampSquareTable.png-1f81ba9c5e8f70d1e9720c36ac039194.ctex:: +lampWall.png::CompressedTexture2D::2808553280139579714::1762034529::1762549935::1::::<><><>0<>0<>f3866f4ae9a7c425465f6cc3becbca6f<>res://godot/imported/lampWall.png-213e24b977287fa8aa8ec20570277341.ctex:: +laptop.png::CompressedTexture2D::1033579324129790854::1762034529::1762549935::1::::<><><>0<>0<>bb070477461b7e0d64eddd0d04425e01<>res://godot/imported/laptop.png-439fafe9be1cc595844ddd0aecbb6637.ctex:: +loungeChair.png::CompressedTexture2D::1866534394709967589::1762034529::1762549935::1::::<><><>0<>0<>bc9bcc175248e9542878badf1734b831<>res://godot/imported/loungeChair.png-74e1f0e2980c4004497593c27a10e774.ctex:: +loungeChairRelax.png::CompressedTexture2D::3066816330283044698::1762034529::1762549935::1::::<><><>0<>0<>1d4be4fc73e2b1c50a9a4bcbd3254050<>res://godot/imported/loungeChairRelax.png-8d0557d1ff0d69bcf9305a36a378cde9.ctex:: +loungeDesignChair.png::CompressedTexture2D::2383497521121349920::1762034529::1762549935::1::::<><><>0<>0<>4ec79775e13e9fa8158536511c2b32ff<>res://godot/imported/loungeDesignChair.png-dd5d8d94d02339164a6695a4575ed967.ctex:: +loungeDesignSofa.png::CompressedTexture2D::419175291285967795::1762034529::1762549935::1::::<><><>0<>0<>26ec42913e7b134d51d53faaa37f4441<>res://godot/imported/loungeDesignSofa.png-56a0ce9d6e05e95cb034af16e2fb6900.ctex:: +loungeDesignSofaCorner.png::CompressedTexture2D::247840019960753541::1762034529::1762549935::1::::<><><>0<>0<>1a3442dc59260ae4f3151d7d53e1b2d0<>res://godot/imported/loungeDesignSofaCorner.png-3a4906c8a61ba45798455d1c7891bb54.ctex:: +loungeSofa.png::CompressedTexture2D::8062913418093635624::1762034529::1762549935::1::::<><><>0<>0<>31c6c19b42418ce85019f3092948e259<>res://godot/imported/loungeSofa.png-0ff165d69539f7e09ecc91d7b1b47785.ctex:: +loungeSofaCorner.png::CompressedTexture2D::8433897657788112072::1762034529::1762549935::1::::<><><>0<>0<>f7f99b3efbe7bf8beab3cd3d41234afc<>res://godot/imported/loungeSofaCorner.png-60bcef61d68e3dc20eacfa3979f934c5.ctex:: +loungeSofaLong.png::CompressedTexture2D::5707830945340632938::1762034529::1762549935::1::::<><><>0<>0<>205d4ff81e109cbe0a1bd72679fdd1c9<>res://godot/imported/loungeSofaLong.png-b5757926ac5d15184b2bef05efa3208b.ctex:: +loungeSofaOttoman.png::CompressedTexture2D::5170151643308305357::1762034529::1762549935::1::::<><><>0<>0<>a59521f731562d9150df34f8b9a09c09<>res://godot/imported/loungeSofaOttoman.png-626f8dec5a7bdb99d67d25dc3d6b1873.ctex:: +paneling.png::CompressedTexture2D::5391060892805952996::1762034529::1762549935::1::::<><><>0<>0<>e8bf4fab3759856bb9f6f7d3f63d9dac<>res://godot/imported/paneling.png-a5c9df48b466c99601d835bb59a70744.ctex:: +pillow.png::CompressedTexture2D::6213508677062359032::1762034529::1762549935::1::::<><><>0<>0<>3e0d64465c27a813aa6dfb12e9d7bdd0<>res://godot/imported/pillow.png-d3d9c928d3ac04e37118f9ee7f3cedac.ctex:: +pillowBlue.png::CompressedTexture2D::2711988168435355585::1762034529::1762549935::1::::<><><>0<>0<>107ab981b463058f0021bc0aa2855b86<>res://godot/imported/pillowBlue.png-17f7c4ec4a9929a34b678a35236a967f.ctex:: +pillowBlueLong.png::CompressedTexture2D::5410274652040669221::1762034529::1762549935::1::::<><><>0<>0<>2f2177711534d51c020bcbae8c575b16<>res://godot/imported/pillowBlueLong.png-c7ab16f107a89a2a4929271dca70f7d8.ctex:: +pillowLong.png::CompressedTexture2D::7074137523116396978::1762034529::1762549935::1::::<><><>0<>0<>eb1b465a67fbffebafc87997aa71220c<>res://godot/imported/pillowLong.png-586b32d470009c5009cbee3637942e78.ctex:: +plantSmall1.png::CompressedTexture2D::2720686472136839457::1762034529::1762549935::1::::<><><>0<>0<>683688550c89bf8cf5438dd86e68ebf1<>res://godot/imported/plantSmall1.png-118769f48817bdb598a3ee9b369b43c6.ctex:: +plantSmall2.png::CompressedTexture2D::5685151665742204502::1762034529::1762549935::1::::<><><>0<>0<>7ec4115c457f3ac862643e1d4bc3ff8c<>res://godot/imported/plantSmall2.png-f9e3f3f52800a3880a2467889da084ca.ctex:: +plantSmall3.png::CompressedTexture2D::119180751847407664::1762034529::1762549935::1::::<><><>0<>0<>d75c2f48ac1df0898c240ef5b13531e6<>res://godot/imported/plantSmall3.png-e29d766c4e046f26a082872565eafe8a.ctex:: +pottedPlant.png::CompressedTexture2D::7558524398989687698::1762034529::1762549935::1::::<><><>0<>0<>72851e824a2b6f4c7d2ea2d9a897e19e<>res://godot/imported/pottedPlant.png-1dc18accc1496e1672c59783545390cd.ctex:: +radio.png::CompressedTexture2D::2015214610756430925::1762034529::1762549935::1::::<><><>0<>0<>f6d925af76048b07c8eaf9ab93430e73<>res://godot/imported/radio.png-ae51f933c76420a404c8f6ce10eb9879.ctex:: +rugDoormat.png::CompressedTexture2D::3456889568006146545::1762034529::1762549935::1::::<><><>0<>0<>a6b541339c294768d404267c9c511499<>res://godot/imported/rugDoormat.png-b26d89b2656e20a2337d4d9ed1bcefd7.ctex:: +rugRectangle.png::CompressedTexture2D::3812670363898877878::1762034529::1762549935::1::::<><><>0<>0<>969d7debf3cfa87a2d27a58bd930fc19<>res://godot/imported/rugRectangle.png-5a5b8d9e9ccb03fa964ae21d1896f35f.ctex:: +rugRound.png::CompressedTexture2D::219721657425724788::1762034529::1762549935::1::::<><><>0<>0<>6ba15c6603a83ce0238ef8e8575f4af8<>res://godot/imported/rugRound.png-177788a962e92cae2d80fcb54c19eba7.ctex:: +rugRounded.png::CompressedTexture2D::6609024813043222985::1762034529::1762549935::1::::<><><>0<>0<>942e0c9bcfc3f95d3d2f4be9e5108444<>res://godot/imported/rugRounded.png-a22d9c0ec92bd9805d65aeaf4c074dba.ctex:: +rugSquare.png::CompressedTexture2D::3078511551917989811::1762034529::1762549935::1::::<><><>0<>0<>886e8b68bd46bc69524553ee472d9475<>res://godot/imported/rugSquare.png-1d4f3b11a6c3bd45c26dedf90ee5ae54.ctex:: +shower.png::CompressedTexture2D::7962619625368323121::1762034529::1762549935::1::::<><><>0<>0<>55e29e147cd00d82b842d0b4847a597f<>res://godot/imported/shower.png-27ca53912c1a02a6e4abce859c1116c7.ctex:: +showerRound.png::CompressedTexture2D::2992615145566497173::1762034529::1762549935::1::::<><><>0<>0<>5ac3c29bfc5973d6974805826dda5b82<>res://godot/imported/showerRound.png-1c9198505208ff43cb1ae5240f24e49e.ctex:: +sideTable.png::CompressedTexture2D::5631700065005971656::1762034529::1762549936::1::::<><><>0<>0<>64a7556e6b7e06a94cdbcbf50470a637<>res://godot/imported/sideTable.png-a9793d7173489b29888b082322a110a5.ctex:: +sideTableDrawers.png::CompressedTexture2D::2858172792894521186::1762034529::1762549936::1::::<><><>0<>0<>6cfde58f380c4010fdc0daedeeea22a6<>res://godot/imported/sideTableDrawers.png-d12af97f7a6a9e40d53ba6298ba10ebf.ctex:: +speaker.png::CompressedTexture2D::4015481366102348546::1762034529::1762549936::1::::<><><>0<>0<>bb5be6e4423eccec8d33b6a73d6aa684<>res://godot/imported/speaker.png-c6ac50971ad295c2e700f9c27c568556.ctex:: +speakerSmall.png::CompressedTexture2D::7696047234899828679::1762034529::1762549936::1::::<><><>0<>0<>4ea933e9a96994dd696165d6bfa96a33<>res://godot/imported/speakerSmall.png-2ffcce2264e7f979dc30e8d15db45c37.ctex:: +stairs.png::CompressedTexture2D::3931992437977791585::1762034529::1762549936::1::::<><><>0<>0<>870e071a4cbb1d63f0392f0b4cfd7534<>res://godot/imported/stairs.png-bc439d46ebb192e8a06400f73bce8a3c.ctex:: +stairsCorner.png::CompressedTexture2D::3943849203663521134::1762034529::1762549936::1::::<><><>0<>0<>21605263ed5cb691945a3bfd43406070<>res://godot/imported/stairsCorner.png-444629235609985eb0e406f03c22a0e9.ctex:: +stairsOpen.png::CompressedTexture2D::3417760998634163391::1762034529::1762549936::1::::<><><>0<>0<>995676e7d1a25a73963e965e383c9f11<>res://godot/imported/stairsOpen.png-f018ee15973445640cd354f37fb28ed3.ctex:: +stairsOpenSingle.png::CompressedTexture2D::4262094361011360841::1762034529::1762549936::1::::<><><>0<>0<>a06c347d9eedf26ccbbcc3bbf7fa47cc<>res://godot/imported/stairsOpenSingle.png-4986d351ed144dd89833e93aa8c2c258.ctex:: +stoolBar.png::CompressedTexture2D::6476379210235899305::1762034529::1762549936::1::::<><><>0<>0<>aa601f52ec1b990eaf92e57c39cc4dca<>res://godot/imported/stoolBar.png-3ee83b6a36e4f6941dc95a1e5bd515dd.ctex:: +stoolBarSquare.png::CompressedTexture2D::5635107814527852403::1762034529::1762549936::1::::<><><>0<>0<>c825d1bed750819b97c3c737b1dfb6b4<>res://godot/imported/stoolBarSquare.png-24e1e7edf4047f649e9191c10b06a910.ctex:: +table.png::CompressedTexture2D::1120787738425580139::1762034529::1762549936::1::::<><><>0<>0<>ac63d2536686ec70d516b36110a8df2c<>res://godot/imported/table.png-a33421c51b069c36a924078ed31a7742.ctex:: +tableCloth.png::CompressedTexture2D::8726996314610451242::1762034529::1762549936::1::::<><><>0<>0<>cb84d92316bb3e711f1854a39634587b<>res://godot/imported/tableCloth.png-27da61323378d3bd3d4cbf54ecf5bfa1.ctex:: +tableCoffee.png::CompressedTexture2D::4961621189500789131::1762034529::1762549936::1::::<><><>0<>0<>b377f659e6f51d5358b48ffd14ec6460<>res://godot/imported/tableCoffee.png-4006ce807d8f516c8661965ad303051e.ctex:: +tableCoffeeGlass.png::CompressedTexture2D::4706848852240980690::1762034529::1762549936::1::::<><><>0<>0<>eb69c76bda5f10779ec3bfd754c96acf<>res://godot/imported/tableCoffeeGlass.png-c5d7466f2f3f2e247c231f38ec19f865.ctex:: +tableCoffeeGlassSquare.png::CompressedTexture2D::7727585211055106283::1762034529::1762549936::1::::<><><>0<>0<>dc6bb699ed118a1dd705c3b69de63aa5<>res://godot/imported/tableCoffeeGlassSquare.png-891e8a48176991b0da52b924fc961e22.ctex:: +tableCoffeeSquare.png::CompressedTexture2D::3769709101129734847::1762034529::1762549936::1::::<><><>0<>0<>95c2199f38a12cfc43dabc39eb459bc5<>res://godot/imported/tableCoffeeSquare.png-e7e3e7b2e109f4c52524b24e62a57768.ctex:: +tableCross.png::CompressedTexture2D::5722034802737140477::1762034529::1762549936::1::::<><><>0<>0<>16c1c96c4482c757362ebb7bf28f80b0<>res://godot/imported/tableCross.png-0aeabc14b536b3e982b5ac44a1ff8c9d.ctex:: +tableCrossCloth.png::CompressedTexture2D::5709457271115694914::1762034529::1762549936::1::::<><><>0<>0<>9936c7c98d64cd22dbce3b51c29e88ea<>res://godot/imported/tableCrossCloth.png-70ffb9a041483fde11d6f1d4c5bc9dfd.ctex:: +tableGlass.png::CompressedTexture2D::5227237730112387426::1762034529::1762549936::1::::<><><>0<>0<>e4952e0b4f80f8fc290825e92bd0ba05<>res://godot/imported/tableGlass.png-7d0700e34746d87b82b389cfe09e6816.ctex:: +tableRound.png::CompressedTexture2D::7100499985500118307::1762034529::1762549936::1::::<><><>0<>0<>02cc5ebc6e5b6274cd84bfa919937ee5<>res://godot/imported/tableRound.png-13995db9ea1e70d78b996a0dd174bcd0.ctex:: +televisionAntenna.png::CompressedTexture2D::8873386102715131933::1762034529::1762549936::1::::<><><>0<>0<>4efecf70844b7214d37c46fe18874871<>res://godot/imported/televisionAntenna.png-4fef51a8c49440a8171a2d0ed3dc6c3d.ctex:: +televisionModern.png::CompressedTexture2D::7566767869509612403::1762034529::1762549936::1::::<><><>0<>0<>d40e9f7b9a25a3c7037c7c5215e72131<>res://godot/imported/televisionModern.png-88c8445311730e8626c664c8974c565d.ctex:: +televisionVintage.png::CompressedTexture2D::1630119781649741651::1762034529::1762549936::1::::<><><>0<>0<>bbd3c6fd0e80e01dea6bafc4dccbd850<>res://godot/imported/televisionVintage.png-7f3e40f5d3924af57f402a10015f2859.ctex:: +toaster.png::CompressedTexture2D::5832362701208860455::1762034529::1762549936::1::::<><><>0<>0<>4dbd1aa5a775360ed2894ed3670c91a1<>res://godot/imported/toaster.png-8b5aa620bd1301b14867c182f817ff4a.ctex:: +toilet.png::CompressedTexture2D::700824375547186813::1762034529::1762549936::1::::<><><>0<>0<>ab82e9bc928f87e0ff3dbba80a674c2f<>res://godot/imported/toilet.png-87bb5e99b5d8de83f280be1aa9a34bc0.ctex:: +toiletSquare.png::CompressedTexture2D::2681081676149625989::1762034529::1762549936::1::::<><><>0<>0<>7999b6f1d13dd5dbd784e64267c43039<>res://godot/imported/toiletSquare.png-cca7a46324a25e34094658427f583dab.ctex:: +trashcan.png::CompressedTexture2D::6555073741506992394::1762034529::1762549936::1::::<><><>0<>0<>cad4402fc71b726221abb4864502f895<>res://godot/imported/trashcan.png-85e3ce6f7e320cdba1db5af8d89cabe7.ctex:: +wall.png::CompressedTexture2D::6876587016750471810::1762034529::1762549936::1::::<><><>0<>0<>bd3213cb7bc5ba196d52edb3cd94d9db<>res://godot/imported/wall.png-813355f5884b15e6c8df60833f585f01.ctex:: +wallCorner.png::CompressedTexture2D::3486172781133983219::1762034529::1762549936::1::::<><><>0<>0<>72cef7cf752bca845a43f653cd25be42<>res://godot/imported/wallCorner.png-55e4669d94c1774c4df8a4266e9534a7.ctex:: +wallCornerRond.png::CompressedTexture2D::4639244685264262024::1762034529::1762549936::1::::<><><>0<>0<>3b54cb376892e4c85dda8eac1a424e9c<>res://godot/imported/wallCornerRond.png-116e8a708861dd387819772c60e93cb8.ctex:: +wallDoorway.png::CompressedTexture2D::283671475748457836::1762034529::1762549936::1::::<><><>0<>0<>28acfc6ac9a77d55d6c390b0fd403409<>res://godot/imported/wallDoorway.png-5b976bbe1ea259d1c187a7649a2427fa.ctex:: +wallDoorwayWide.png::CompressedTexture2D::7102333012955606058::1762034529::1762549936::1::::<><><>0<>0<>095f541cd8dca909769c9d8630d9c04c<>res://godot/imported/wallDoorwayWide.png-ae58372ee97147e9099e0119b95ca3e2.ctex:: +wallHalf.png::CompressedTexture2D::1698514179496047035::1762034529::1762549936::1::::<><><>0<>0<>d9b5cc1949b0520a1a08774cf9f5417e<>res://godot/imported/wallHalf.png-5b09e2be542597ba812d7cee473d0fdc.ctex:: +wallWindow.png::CompressedTexture2D::45759182497914456::1762034529::1762549936::1::::<><><>0<>0<>91856fc602124ece915c4476aa25cf69<>res://godot/imported/wallWindow.png-a721654f8f7db2819049ee4206274895.ctex:: +wallWindowSlide.png::CompressedTexture2D::410562334376053766::1762034529::1762549936::1::::<><><>0<>0<>1f3be965e566c7e1106733b9abebe744<>res://godot/imported/wallWindowSlide.png-0ce1671d2f623c291a9c3511b2c4384f.ctex:: +washer.png::CompressedTexture2D::4189087200853855067::1762034529::1762549936::1::::<><><>0<>0<>669740ccc3aac7dfab8fb72b4b52aa85<>res://godot/imported/washer.png-9be4e4544cdf9854d287c30618316b12.ctex:: +washerDryerStacked.png::CompressedTexture2D::7923759401551555491::1762034529::1762549936::1::::<><><>0<>0<>528409f6cd5cf302131bded1cdcad7b1<>res://godot/imported/washerDryerStacked.png-fc5404047355b20ee892e12caf6192eb.ctex:: +::res://assets-lib/kenney_modular-dungeon-kit_1.0/::1762549936 +License.txt::TextFile::-1::1761386302::0::1::::<><><>0<>0<><>:: +Preview.png::CompressedTexture2D::6453500402578148742::1761386302::1762549936::1::::<><><>0<>0<>879b18d75b9e0c047e84e8cebf332470<>res://godot/imported/Preview.png-b02e73ecaa64b14d204e2dea65e5c39f.ctex:: +Sample.png::CompressedTexture2D::8030755275243995151::1761386302::1762549936::1::::<><><>0<>0<>23d53d5d0b71ed76a1d5278e7847aff9<>res://godot/imported/Sample.png-5933d4c49e9ad7dab67657addfe69e77.ctex:: +::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/::1761386302 +::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/::1762549963 +corridor-corner.fbx::PackedScene::7864155367997043118::1761386302::1762549952::1::::<><><>0<>0<>4e6d0cbd457e5c779156c0a16d905f4e<>res://godot/imported/corridor-corner.fbx-5101e7785935dedcaf222b0d738acf5b.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +corridor-end.fbx::PackedScene::7519547385628990791::1761386302::1762549952::1::::<><><>0<>0<>a96e8468e2fcfffcf918bf9f685f6078<>res://godot/imported/corridor-end.fbx-0f51b72318df98c0c37d15a061195c9e.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +corridor-intersection.fbx::PackedScene::2903822893179674607::1761386302::1762549952::1::::<><><>0<>0<>814559409e8dfda2e2f6794e8a30b8e2<>res://godot/imported/corridor-intersection.fbx-c9c6aaa725b119063b58ceacf64490aa.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +corridor-junction.fbx::PackedScene::3040949008843621025::1761386302::1762549951::1::::<><><>0<>0<>f5ade488e3fa66f2ccbf99886feb0612<>res://godot/imported/corridor-junction.fbx-fa44e750de9124a35d34e779fd0eeaee.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +corridor-transition.fbx::PackedScene::1757355161833001385::1761386302::1762549951::1::::<><><>0<>0<>a10695a799898806e0370b920bc87673<>res://godot/imported/corridor-transition.fbx-e61a5ede85773251c5c84d4d73ae5599.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +corridor-wide-corner.fbx::PackedScene::2046447354757532404::1761386302::1762549951::1::::<><><>0<>0<>2e7e372b0fc1c88fb72f1c51aea07a6c<>res://godot/imported/corridor-wide-corner.fbx-62edd4240516c9033810638b65350ba1.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +corridor-wide-end.fbx::PackedScene::3858813106550821744::1761386302::1762549951::1::::<><><>0<>0<>6cab25c314212c31393ceba93be75919<>res://godot/imported/corridor-wide-end.fbx-6dcff348dabd8a14e4e73eef2fe75a59.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +corridor-wide-intersection.fbx::PackedScene::4199375882370574466::1761386302::1762549951::1::::<><><>0<>0<>147276279117fdbaf39b9a5f24512ff2<>res://godot/imported/corridor-wide-intersection.fbx-2e385cd9ad38d24674ee19b3632647bb.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +corridor-wide-junction.fbx::PackedScene::3634239466132641987::1761386302::1762549950::1::::<><><>0<>0<>5a36022023011dbb57186027dbaa4994<>res://godot/imported/corridor-wide-junction.fbx-cabd526f678c8b27be5fbcafa1835067.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +corridor-wide.fbx::PackedScene::2109429101407237103::1761386302::1762549963::1::::<><><>0<>0<>7a28dca1d7348cc64ad7f4c6ca2a24a4<>res://godot/imported/corridor-wide.fbx-9cc2a53e12956b304f2a2372bdd073cc.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +corridor.fbx::PackedScene::4634353696958101284::1761386302::1762549963::1::::<><><>0<>0<>0d29f44b2400c6657fed32bd9dcf17a6<>res://godot/imported/corridor.fbx-daaee2309523249461cfc0a5c952e20e.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +gate-door-window.fbx::PackedScene::1782941861504166274::1761386302::1762549963::1::::<><><>0<>0<>8568b889e7ef539401a9186951c84e0d<>res://godot/imported/gate-door-window.fbx-a986272eb81e546669b6b18ac7d1cace.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +gate-door.fbx::PackedScene::6698879516625587781::1761386302::1762549962::1::::<><><>0<>0<>1a2c9286b33ec89cfb2355c079e7222c<>res://godot/imported/gate-door.fbx-c3bd94c7ef1d17cb34f6e39f7d64304b.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +gate.fbx::PackedScene::363966495686453316::1761386302::1762549962::1::::<><><>0<>0<>b6f5b1afec35594089d3f8397a34a8a0<>res://godot/imported/gate.fbx-f0fd6dafcdd45c12484880a8e14cf94f.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +room-corner.fbx::PackedScene::3880968824330246941::1761386302::1762549962::1::::<><><>0<>0<>83341b5d486afa31b4446274d3e762ff<>res://godot/imported/room-corner.fbx-a7e99b91d1fc252756978d5d8acb96c1.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +room-large-variation.fbx::PackedScene::8120030963046477265::1761386302::1762549962::1::::<><><>0<>0<>c31a0267c73ae3d6ddd89da3933c0800<>res://godot/imported/room-large-variation.fbx-4d1e7a0d599be33cc155ef76f6f0d61b.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +room-large.fbx::PackedScene::143087027576815236::1761386302::1762549962::1::::<><><>0<>0<>a97961aa2fa306213cec938647505fd3<>res://godot/imported/room-large.fbx-2d582c3d1273c64eca4ef056ce277fb6.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +room-small-variation.fbx::PackedScene::8997261825468743811::1761386302::1762549961::1::::<><><>0<>0<>3024d29998a03f8f99c1c74a6600e701<>res://godot/imported/room-small-variation.fbx-78ca6e409f3e759008c9777886208ca2.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +room-small.fbx::PackedScene::8850738322963049292::1761386302::1762549961::1::::<><><>0<>0<>08827aad383c3e16b3d0883a84713407<>res://godot/imported/room-small.fbx-cf53eb1bd974d607614f77933379d9ad.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +room-wide-variation.fbx::PackedScene::9072226073071206151::1761386302::1762549961::1::::<><><>0<>0<>130f5b827a73a664a450caa185405120<>res://godot/imported/room-wide-variation.fbx-2fa33f45d4f44f66d1b748b8240c4d4d.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +room-wide.fbx::PackedScene::6611173710879130593::1761386302::1762549961::1::::<><><>0<>0<>cd705e29c25f20467d48458aa97d7cdc<>res://godot/imported/room-wide.fbx-aa937696679914433c5491cda34993ca.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +stairs-wide.fbx::PackedScene::3787161594425925415::1761386302::1762549960::1::::<><><>0<>0<>a6db7b5a5d15cf263bdf691594116b1b<>res://godot/imported/stairs-wide.fbx-f97c40999c96283cc59fe3750e7b3286.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +stairs.fbx::PackedScene::1954190059944323454::1761386302::1762549960::1::::<><><>0<>0<>2381cc2a97e97a45f8ebb854aa974103<>res://godot/imported/stairs.fbx-c9ee0ea064718f199cd32709935cf6f3.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +template-corner.fbx::PackedScene::1245327888512506532::1761386302::1762549960::1::::<><><>0<>0<>db5fd58a8b0a8e2a189ecd9d09ba489d<>res://godot/imported/template-corner.fbx-07d84c80386a7cb09b2174d34b5f5069.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +template-detail.fbx::PackedScene::1311400420936542215::1761386302::1762549960::1::::<><><>0<>0<>9b8c9755d4e4412a2bc071c5ccdc29a2<>res://godot/imported/template-detail.fbx-aa74f7682bc6d2a2d3e5daf3719b7299.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +template-floor-big.fbx::PackedScene::7232510624911501389::1761386302::1762549960::1::::<><><>0<>0<>0076761414df397f3ce2741bfe8b2e67<>res://godot/imported/template-floor-big.fbx-8c9d4eeca9a939fe817b4909887e3e0c.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +template-floor-detail-a.fbx::PackedScene::7745457221190901970::1761386302::1762549959::1::::<><><>0<>0<>4e0704edf54c5e3c081242500e0deba4<>res://godot/imported/template-floor-detail-a.fbx-c4fcfe850f2e39e1a2375532d2a0bf4c.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +template-floor-detail.fbx::PackedScene::96286130620966297::1761386302::1762549959::1::::<><><>0<>0<>9555886c362957dc1c8329deb9de1107<>res://godot/imported/template-floor-detail.fbx-a645a9c2ffe389448d1e7887382afdea.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +template-floor-layer-raised.fbx::PackedScene::4304576528511970515::1761386302::1762549959::1::::<><><>0<>0<>b16fb4f51ed7b06b74da10d8bbfa07a6<>res://godot/imported/template-floor-layer-raised.fbx-21d68bcbb8971cc1be22c6421a7ee864.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +template-floor-layer.fbx::PackedScene::6747098178862082332::1761386302::1762549959::1::::<><><>0<>0<>a1f13a8ea3e5bca4d112321faa9f5639<>res://godot/imported/template-floor-layer.fbx-df8155f966d28c810ddc7a1aa4338cf0.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +template-floor.fbx::PackedScene::5341967448140540446::1761386302::1762549958::1::::<><><>0<>0<>bdca62c78293e6c17296498866232972<>res://godot/imported/template-floor.fbx-306ed4205a243e12411297b9d67f52a0.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +template-wall-corner.fbx::PackedScene::9148595295949619882::1761386302::1762549958::1::::<><><>0<>0<>c226b2c8d0301bc5538d836f430ec3aa<>res://godot/imported/template-wall-corner.fbx-7b69d7b74342381f982515c8c0b7c2bb.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +template-wall-detail-a.fbx::PackedScene::7951627693587398334::1761386302::1762549958::1::::<><><>0<>0<>0b14d652101f732ee9a1e8b630649f85<>res://godot/imported/template-wall-detail-a.fbx-be175a79160fcd12b9f8e0d0c1d76530.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +template-wall-half.fbx::PackedScene::4985263946594350110::1761386302::1762549958::1::::<><><>0<>0<>e77758e62e086d8f454b746af3ad223e<>res://godot/imported/template-wall-half.fbx-3bc118ec6b578069004f8b8520a344e8.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +template-wall-stairs.fbx::PackedScene::5345846920875060687::1761386302::1762549943::1::::<><><>0<>0<>f6acf68ae9b8f87c02c8df97e1cd1555<>res://godot/imported/template-wall-stairs.fbx-1fa683955f32c96405d50b4d532722a2.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +template-wall-top.fbx::PackedScene::800525180435872822::1761386302::1762549945::1::::<><><>0<>0<>39b3c87a297bdf87478b441476601a6b<>res://godot/imported/template-wall-top.fbx-64e5b894fd1fe98721427e32ed7a76ff.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +template-wall.fbx::PackedScene::4632587027144561130::1761386302::1762549944::1::::<><><>0<>0<>422b38af9b9906723206ad5354c32924<>res://godot/imported/template-wall.fbx-88bd5549df267bcf515ef7d03bdc0b3a.scn::uid://dtgm31n6hdkw3::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/colormap.png +::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/FBX format/Textures/::1762549936 +colormap.png::CompressedTexture2D::8506016339976355672::1761386302::1762549936::1::::<><><>0<>0<>4bfb1cf1f1357bd09945dc6fff53583c<>res://godot/imported/colormap.png-8658f77c81c9f6c95b8835945bf65e1c.s3tc.ctex<*>res://godot/imported/colormap.png-8658f77c81c9f6c95b8835945bf65e1c.etc2.ctex:: +::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/::1762549980 +corridor-corner.glb::PackedScene::4730683742240392903::1761386302::1762549944::1::::<><><>0<>0<>3da2177c1592166e05056546e2f0cc89<>res://godot/imported/corridor-corner.glb-ff5886a0d5c31c599a4e00bbe8cc53ac.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +corridor-end.glb::PackedScene::3696617649624889127::1761386302::1762549945::1::::<><><>0<>0<>5a77d87dc7827916c0ad572a71dd96e9<>res://godot/imported/corridor-end.glb-db14e94a2af416b16a93a8e86b26c1ea.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +corridor-intersection.glb::PackedScene::8324709574419489475::1761386302::1762549945::1::::<><><>0<>0<>02c5f8407731f520bae3499de4ff0d97<>res://godot/imported/corridor-intersection.glb-876db45ea8b11e5a2eafce52860a5bad.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +corridor-junction.glb::PackedScene::1244129875886117007::1761386302::1762549946::1::::<><><>0<>0<>dcb9c906b6ef57c05772c8b69b25844b<>res://godot/imported/corridor-junction.glb-7eda4b419e21f0bcf71207c7f8e04202.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +corridor-transition.glb::PackedScene::6434625710304589760::1761386302::1762549946::1::::<><><>0<>0<>40fb44f155d027bd1d524288bd2e3f9c<>res://godot/imported/corridor-transition.glb-71446d8e1739dfce0296aec5b92e11eb.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +corridor-wide-corner.glb::PackedScene::6079128856673323071::1761386302::1762549945::1::::<><><>0<>0<>60214a7f58ea1405e0f4c3078ca2cf39<>res://godot/imported/corridor-wide-corner.glb-8b1ac4fe2a8a7d0e148df6b294b30228.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +corridor-wide-end.glb::PackedScene::3531379891270471108::1761386302::1762549945::1::::<><><>0<>0<>67aff85642199e43c0f7c619b898771d<>res://godot/imported/corridor-wide-end.glb-76678eea068dd285deb73674be95408f.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +corridor-wide-intersection.glb::PackedScene::2565353030295561068::1761386302::1762549944::1::::<><><>0<>0<>d65c822c83f402d0ddafe9528fa696bb<>res://godot/imported/corridor-wide-intersection.glb-16f9b6a04fcc1a26e799ee7e394b2bc9.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +corridor-wide-junction.glb::PackedScene::7180195053573123892::1761386302::1762549944::1::::<><><>0<>0<>fce328e88213f96b37e7f7edae5ddf0e<>res://godot/imported/corridor-wide-junction.glb-c81309e7cfc76fbccb7c63e38ab994f5.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +corridor-wide.glb::PackedScene::5372806794414510139::1761386302::1762549944::1::::<><><>0<>0<>af689a8308f686eaf318e5c2fb728991<>res://godot/imported/corridor-wide.glb-e5c597240c6801d85c38dac52e2f7873.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +corridor.glb::PackedScene::6252425089712413838::1761386302::1762549943::1::::<><><>0<>0<>ffe80c66a4de4e90a3c59e9bb4ba6458<>res://godot/imported/corridor.glb-71b0f86571f115ac7691fafde3d6ea20.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +gate-door-window.glb::PackedScene::2132289265983762165::1761386302::1762549943::1::::<><><>0<>0<>5b6b8163925d9bc00cdd02706e2a307e<>res://godot/imported/gate-door-window.glb-e6a51394295c070fb5f28b1a090ccb78.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +gate-door.glb::PackedScene::2063483162128714563::1761386302::1762549943::1::::<><><>0<>0<>dd4cdcc6ec848c29c47e1a79e18dfac8<>res://godot/imported/gate-door.glb-4872f37094a9ae5637552d63d0afef38.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +gate.glb::PackedScene::6528974344040829982::1761386302::1762549950::1::::<><><>0<>0<>10c626fdb49f2c5aa77bd3521fa6ae21<>res://godot/imported/gate.glb-48e9fdb4ce2771a2438e91deaaa8cbc6.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +gate_door.gd::GDScript::8726998502707164372::1761389828::0::1::::<>Node3D<><>0<>0<><>:: +room-corner.glb::PackedScene::7105666805385563797::1761386302::1762549950::1::::<><><>0<>0<>9117301849978496ef7f6d1a434ac17e<>res://godot/imported/room-corner.glb-fd86a1a9dd1c8ea732b2071625e06eed.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +room-large-variation.glb::PackedScene::801526592942651515::1761386302::1762549950::1::::<><><>0<>0<>ac6f4faf388309176b112cbc967d5973<>res://godot/imported/room-large-variation.glb-efbb4f9bc3a7ff853b41129d8dbf2c26.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +room-large.glb::PackedScene::7248305492266153498::1761386302::1762549949::1::::<><><>0<>0<>70d7d6583dfe563f4b99ed9d6c508c66<>res://godot/imported/room-large.glb-f78cab70b1c629cd394d7a949ef85f84.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +room-small-variation.glb::PackedScene::4660207088394773431::1761386302::1762549949::1::::<><><>0<>0<>4a42a1692216f34f3d2ddbed0f678e41<>res://godot/imported/room-small-variation.glb-49326f43ccc3122160c034bd43d7857c.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +room-small.glb::PackedScene::4306249954695770729::1761386302::1762549949::1::::<><><>0<>0<>bbc4e798572e9ad24f54cda1db56ea4d<>res://godot/imported/room-small.glb-ff97fe3b404d31e9a0ef7e19ee195d50.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +room-wide-variation.glb::PackedScene::3754693949968467291::1761386302::1762549949::1::::<><><>0<>0<>9a5140e2f02a98fec15e418919dd3a6f<>res://godot/imported/room-wide-variation.glb-5c83c61fd25960ed0ace04a788e6c8a7.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +room-wide.glb::PackedScene::3577281807642523158::1761386302::1762549949::1::::<><><>0<>0<>edd1c5aeadd05c582eaa12435e0be4de<>res://godot/imported/room-wide.glb-632b6a388b13ba0643e82784e7e3e4c8.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +stairs-wide.glb::PackedScene::374474157123004542::1761386302::1762549948::1::::<><><>0<>0<>e73578886f7ac53e400e5951b8e51efa<>res://godot/imported/stairs-wide.glb-b79c819addb891029a101f478eb14821.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +stairs.glb::PackedScene::6428161463899212714::1761386302::1762549948::1::::<><><>0<>0<>617793aa8979d656897c0238dffe5453<>res://godot/imported/stairs.glb-f1128659cd04ac885698c1cef855cef7.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +template-corner.glb::PackedScene::622471602713647171::1761386302::1762549948::1::::<><><>0<>0<>43e532fbe1120079864a73464ec3e221<>res://godot/imported/template-corner.glb-0faa04c69bd30ef65e9873ff88ee8adb.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +template-detail.glb::PackedScene::545128259288256588::1761386302::1762549948::1::::<><><>0<>0<>baf0f0640575e58d20a222eaca8d24b7<>res://godot/imported/template-detail.glb-4940fb61cb267568b8d9c4cb8500e923.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +template-floor-big.glb::PackedScene::3915862485506231588::1761386302::1762549947::1::::<><><>0<>0<>847b431b788119b1e9f1099d3fcf6891<>res://godot/imported/template-floor-big.glb-4693ca042e8ffecae55791597f731089.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +template-floor-detail-a.glb::PackedScene::7019661120643820672::1761386302::1762549947::1::::<><><>0<>0<>30c794cb045cfa54c7c3d7916d6be36e<>res://godot/imported/template-floor-detail-a.glb-de04504a005052adcad355833a2d60bf.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +template-floor-detail.glb::PackedScene::8286189882590747693::1761386302::1762549947::1::::<><><>0<>0<>6c4a7ba6ab3e3c475a75f1b10cd27247<>res://godot/imported/template-floor-detail.glb-8edf8a4e66187dc8f2fd912cf4e13272.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +template-floor-layer-raised.glb::PackedScene::4738037684525071531::1761386302::1762549947::1::::<><><>0<>0<>d00d4dd2e8bf6d4a0f62a1208a73b4bd<>res://godot/imported/template-floor-layer-raised.glb-fe3179f033d07a1112847e8077fd1fb2.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +template-floor-layer.glb::PackedScene::2869847815677294094::1761386302::1762549947::1::::<><><>0<>0<>a705834f0da237700251a969001001c8<>res://godot/imported/template-floor-layer.glb-5e1e4570221d6e029f7fc53b37018c5b.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +template-floor.glb::PackedScene::1458982582928469146::1761386302::1762549946::1::::<><><>0<>0<>575e18220e0467414eb0683c6dc8b70b<>res://godot/imported/template-floor.glb-ce9ea7e8bf99c5888c706fe0386504d4.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +template-wall-corner.glb::PackedScene::2307576612565898554::1761386302::1762549946::1::::<><><>0<>0<>fcb495f8f40606ea73189d57c5bb8b05<>res://godot/imported/template-wall-corner.glb-1caef549d8c8eb2c8b3557257aa7d5f1.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +template-wall-detail-a.glb::PackedScene::9036393919448030701::1761386302::1762549980::1::::<><><>0<>0<>70b926e4a9c292a3c3b1b499608cef17<>res://godot/imported/template-wall-detail-a.glb-1324dace374c6c4c4e1f273e9d5dee19.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +template-wall-half.glb::PackedScene::8093314437372948403::1761386302::1762549979::1::::<><><>0<>0<>b50db075a191ac89da7632accb0b554c<>res://godot/imported/template-wall-half.glb-969333f6740cc475c599730322c1020f.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +template-wall-stairs.glb::PackedScene::2462913383048309960::1761386302::1762549979::1::::<><><>0<>0<>adccd7dd72ada8fb3457eab82a590159<>res://godot/imported/template-wall-stairs.glb-b5015b8de85d963173b64ff66d556679.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +template-wall-top.glb::PackedScene::1535264281180701660::1761386302::1762549979::1::::<><><>0<>0<>63bf2a8390d755d04d90e23868a4b30a<>res://godot/imported/template-wall-top.glb-d6de0e5ca9f2c5dc16e1c53d6668a959.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +template-wall.glb::PackedScene::4379611894709459937::1761386302::1762549979::1::::<><><>0<>0<>2e057d7e4b15c03f9c215518d7833410<>res://godot/imported/template-wall.glb-ac4f7a1e6fc08d213c224942290f363d.scn::uid://cp64fqfs74o66::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/colormap.png +::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/Textures/::1762549936 +colormap.png::CompressedTexture2D::5891440303051674717::1761386302::1762549936::1::::<><><>0<>0<>10b9685783e05048f6379e7e0c8b4ea7<>res://godot/imported/colormap.png-c4422ccd6571abce387131e6ff9c1e01.s3tc.ctex<*>res://godot/imported/colormap.png-c4422ccd6571abce387131e6ff9c1e01.etc2.ctex:: +::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/::1762549942 +corridor-corner.obj::Mesh::7238176014979314065::1761386302::1762549939::1::::<><><>0<>0<>0daeb4510212589c2be049e2be9a8818<>res://godot/imported/corridor-corner.obj-d41f6a20cc8e7a5c98f186aec11c512d.mesh<*>res://godot/imported/corridor-corner.obj-d41f6a20cc8e7a5c98f186aec11c512d.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +corridor-end.obj::Mesh::7462699391173424272::1761386302::1762549939::1::::<><><>0<>0<>61d8e602255561925982ff5b93425979<>res://godot/imported/corridor-end.obj-a92932b3a8ea0b0aa8f88ebe82f1315e.mesh<*>res://godot/imported/corridor-end.obj-a92932b3a8ea0b0aa8f88ebe82f1315e.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +corridor-intersection.obj::Mesh::8116863691216323058::1761386302::1762549939::1::::<><><>0<>0<>6bab5d5c177161f9b69d5ec788181026<>res://godot/imported/corridor-intersection.obj-1bf95eb1db1dc9bffc7cdb7ae83fad32.mesh<*>res://godot/imported/corridor-intersection.obj-1bf95eb1db1dc9bffc7cdb7ae83fad32.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +corridor-junction.obj::Mesh::3047262565294018902::1761386302::1762549940::1::::<><><>0<>0<>f74718a70204af7f78d2274bc8a421e5<>res://godot/imported/corridor-junction.obj-449e37ccf29b17fa290610ab6baa7734.mesh<*>res://godot/imported/corridor-junction.obj-449e37ccf29b17fa290610ab6baa7734.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +corridor-transition.obj::Mesh::8434064765977630160::1761386302::1762549940::1::::<><><>0<>0<>d879a053b93bb52a2914226deef172b2<>res://godot/imported/corridor-transition.obj-b6cca30edeb9df9de484b65e25af818c.mesh<*>res://godot/imported/corridor-transition.obj-b6cca30edeb9df9de484b65e25af818c.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +corridor-wide-corner.obj::Mesh::2979172706055641127::1761386302::1762549940::1::::<><><>0<>0<>796d50b0e855075b80efbc12d219887a<>res://godot/imported/corridor-wide-corner.obj-36d22d31e81191f807e872f955a1b492.mesh<*>res://godot/imported/corridor-wide-corner.obj-36d22d31e81191f807e872f955a1b492.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +corridor-wide-end.obj::Mesh::158653015255674210::1761386302::1762549940::1::::<><><>0<>0<>c20f752784fd41b18db13eff5bb1d0f9<>res://godot/imported/corridor-wide-end.obj-52a35bf56856dfd4a982e3cf89239deb.mesh<*>res://godot/imported/corridor-wide-end.obj-52a35bf56856dfd4a982e3cf89239deb.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +corridor-wide-intersection.obj::Mesh::2593819796103204512::1761386302::1762549940::1::::<><><>0<>0<>a06e71bd651a5cbab67d57c2a37810ab<>res://godot/imported/corridor-wide-intersection.obj-77859c418665594ea8ffb8ddaf2f8620.mesh<*>res://godot/imported/corridor-wide-intersection.obj-77859c418665594ea8ffb8ddaf2f8620.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +corridor-wide-junction.obj::Mesh::6349471140938654232::1761386302::1762549940::1::::<><><>0<>0<>b28f045d66c4bbc1e146fa7282049ef1<>res://godot/imported/corridor-wide-junction.obj-191ed6548c650c04b20251c243dcbeaf.mesh<*>res://godot/imported/corridor-wide-junction.obj-191ed6548c650c04b20251c243dcbeaf.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +corridor-wide.obj::Mesh::1480223741295606253::1761386302::1762549940::1::::<><><>0<>0<>6a3cd1fe7ed055c996dd9da55b99ee0b<>res://godot/imported/corridor-wide.obj-9bd782323c2e5aa22dc226ef93bf608c.mesh<*>res://godot/imported/corridor-wide.obj-9bd782323c2e5aa22dc226ef93bf608c.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +corridor.obj::Mesh::2354977296375610232::1761386302::1762549940::1::::<><><>0<>0<>aafd655dbc4c11d977427a2f77787c56<>res://godot/imported/corridor.obj-82feb29a785113da5379b65bef2a8871.mesh<*>res://godot/imported/corridor.obj-82feb29a785113da5379b65bef2a8871.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +gate-door-window.obj::Mesh::983651024890588289::1761386302::1762549940::1::::<><><>0<>0<>b08dd760b2f38f5d920a82aeb794f6c3<>res://godot/imported/gate-door-window.obj-cc06ac914806ac6ddc6c9a21b918c865.mesh<*>res://godot/imported/gate-door-window.obj-cc06ac914806ac6ddc6c9a21b918c865.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +gate-door.obj::Mesh::7995877015729443606::1761386302::1762549940::1::::<><><>0<>0<>8806ea6afa6dff23d76e284ca275bd01<>res://godot/imported/gate-door.obj-4c165e4fecd9cca2fe32f75d53095d29.mesh<*>res://godot/imported/gate-door.obj-4c165e4fecd9cca2fe32f75d53095d29.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +gate.obj::Mesh::4433565256953702158::1761386302::1762549940::1::::<><><>0<>0<>f9b90d5fa01ae72ebef1c94b7819d658<>res://godot/imported/gate.obj-87e572f43f8e4c4ec8f0e9e95e6b4d48.mesh<*>res://godot/imported/gate.obj-87e572f43f8e4c4ec8f0e9e95e6b4d48.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +room-corner.obj::Mesh::7104538216175897536::1761386302::1762549940::1::::<><><>0<>0<>e270b3a786e1af2119968f8d1c9306fe<>res://godot/imported/room-corner.obj-85f58fb458751404189f66b47bfeeffd.mesh<*>res://godot/imported/room-corner.obj-85f58fb458751404189f66b47bfeeffd.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +room-large-variation.obj::Mesh::1385030860978854713::1761386302::1762549940::1::::<><><>0<>0<>93b41deefaa9a5928412f88aa827ef6a<>res://godot/imported/room-large-variation.obj-bba9d86904d8bb3592b090addb693309.mesh<*>res://godot/imported/room-large-variation.obj-bba9d86904d8bb3592b090addb693309.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +room-large.obj::Mesh::4221245316026368670::1761386302::1762549940::1::::<><><>0<>0<>baa2d5506d18b67c23a858c7175d650e<>res://godot/imported/room-large.obj-a5e3f9a9fb76a449b71fa9b65276163f.mesh<*>res://godot/imported/room-large.obj-a5e3f9a9fb76a449b71fa9b65276163f.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +room-small-variation.obj::Mesh::839395598231144245::1761386302::1762549940::1::::<><><>0<>0<>18ba931d4e27e2a76a8b04aa393289ef<>res://godot/imported/room-small-variation.obj-c0d55885886fe252350ef28e9e84ec32.mesh<*>res://godot/imported/room-small-variation.obj-c0d55885886fe252350ef28e9e84ec32.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +room-small.obj::Mesh::1668292227474547686::1761386302::1762549942::1::::<><><>0<>0<>f35610c37df13f0643550dc796681e0a<>res://godot/imported/room-small.obj-2843060cf7821e39902dc8528443833f.mesh<*>res://godot/imported/room-small.obj-2843060cf7821e39902dc8528443833f.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +room-wide-variation.obj::Mesh::3172689486631457192::1761386302::1762549942::1::::<><><>0<>0<>8631304256942b0db46282ae4ca8b26d<>res://godot/imported/room-wide-variation.obj-7e710eb551b6fb531d13c9233192fe86.mesh<*>res://godot/imported/room-wide-variation.obj-7e710eb551b6fb531d13c9233192fe86.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +room-wide.obj::Mesh::4643985575816301444::1761386302::1762549942::1::::<><><>0<>0<>979afa52bfcc984163dd8d067f05eaa7<>res://godot/imported/room-wide.obj-e4ecb96d96c54e8d2696f1c92267a009.mesh<*>res://godot/imported/room-wide.obj-e4ecb96d96c54e8d2696f1c92267a009.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +stairs-wide.obj::Mesh::6401891093704831685::1761386302::1762549942::1::::<><><>0<>0<>76827689a5119f85035e8d07946b16c2<>res://godot/imported/stairs-wide.obj-18799abdfd2a372601cddb053d30aec2.mesh<*>res://godot/imported/stairs-wide.obj-18799abdfd2a372601cddb053d30aec2.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +stairs.obj::Mesh::5191334032571262820::1761386302::1762549942::1::::<><><>0<>0<>48a3a57fc72cad2c420fff07a94158cf<>res://godot/imported/stairs.obj-138a11495d211e7175e6c9e39d49946a.mesh<*>res://godot/imported/stairs.obj-138a11495d211e7175e6c9e39d49946a.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +template-corner.obj::Mesh::1590157488439173547::1761386302::1762549942::1::::<><><>0<>0<>a7747577a6ff95e983d4e2247d77c74d<>res://godot/imported/template-corner.obj-9908fc24a09613ca09494245ae65a849.mesh<*>res://godot/imported/template-corner.obj-9908fc24a09613ca09494245ae65a849.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +template-detail.obj::Mesh::8827965227884973979::1761386302::1762549942::1::::<><><>0<>0<>d75362a144c2659cb48810eb78d4f169<>res://godot/imported/template-detail.obj-38b61b7ed031bb64de8e625cd7439b86.mesh<*>res://godot/imported/template-detail.obj-38b61b7ed031bb64de8e625cd7439b86.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +template-floor-big.obj::Mesh::8315173971598201563::1761386302::1762549942::1::::<><><>0<>0<>0fcee367a698404344445b10dabd08cd<>res://godot/imported/template-floor-big.obj-5189864671c995c8f11f4ae4abf758bb.mesh<*>res://godot/imported/template-floor-big.obj-5189864671c995c8f11f4ae4abf758bb.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +template-floor-detail-a.obj::Mesh::3121481587650955893::1761386302::1762549942::1::::<><><>0<>0<>3b6b5fcc94bb6e7cd1fa17f17b75e66a<>res://godot/imported/template-floor-detail-a.obj-e354a976ff7eef733b6735ef486a0046.mesh<*>res://godot/imported/template-floor-detail-a.obj-e354a976ff7eef733b6735ef486a0046.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +template-floor-detail.obj::Mesh::6785474293745688485::1761386302::1762549942::1::::<><><>0<>0<>cad8b8e7781cfe105cd16588dbf1f909<>res://godot/imported/template-floor-detail.obj-9f15a73a5178e06c67b0092dd5835e39.mesh<*>res://godot/imported/template-floor-detail.obj-9f15a73a5178e06c67b0092dd5835e39.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +template-floor-layer-raised.obj::Mesh::4136138340145765375::1761386302::1762549942::1::::<><><>0<>0<>28ba000eb6500415e4ce53f10068e509<>res://godot/imported/template-floor-layer-raised.obj-b0aefcae7fa4876b3679fdc156f54088.mesh<*>res://godot/imported/template-floor-layer-raised.obj-b0aefcae7fa4876b3679fdc156f54088.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +template-floor-layer.obj::Mesh::4681010800315189908::1761386302::1762549942::1::::<><><>0<>0<>8a631caf14ff6dd406f35e9e7e69b172<>res://godot/imported/template-floor-layer.obj-67c53699068c55502b89bb4c0f859306.mesh<*>res://godot/imported/template-floor-layer.obj-67c53699068c55502b89bb4c0f859306.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +template-floor.obj::Mesh::5419370864676913179::1761386302::1762549942::1::::<><><>0<>0<>7da23dbc4d717b2e30164acf0ed920e9<>res://godot/imported/template-floor.obj-f750879d16d5b7c092a75ae4ab70ad65.mesh<*>res://godot/imported/template-floor.obj-f750879d16d5b7c092a75ae4ab70ad65.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +template-wall-corner.obj::Mesh::3151071891426137662::1761386302::1762549942::1::::<><><>0<>0<>01f9c8998171db68465357539d2fa74a<>res://godot/imported/template-wall-corner.obj-2608afdaa585c5c7c11e955770f74c03.mesh<*>res://godot/imported/template-wall-corner.obj-2608afdaa585c5c7c11e955770f74c03.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +template-wall-detail-a.obj::Mesh::857752497783665781::1761386302::1762549942::1::::<><><>0<>0<>d6148cda410df8a546a443f58b4fa8b0<>res://godot/imported/template-wall-detail-a.obj-eb6ccfc943fe6318c7a2325bf51801e5.mesh<*>res://godot/imported/template-wall-detail-a.obj-eb6ccfc943fe6318c7a2325bf51801e5.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +template-wall-half.obj::Mesh::5556589804321534365::1761386302::1762549942::1::::<><><>0<>0<>6944381d763d3994f067905e89e6b930<>res://godot/imported/template-wall-half.obj-2bb0f2d9449639355e720e6d8b71bfa4.mesh<*>res://godot/imported/template-wall-half.obj-2bb0f2d9449639355e720e6d8b71bfa4.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +template-wall-stairs.obj::Mesh::2573654565063711779::1761386302::1762549942::1::::<><><>0<>0<>e63e627ad4702274b7d2575a38760ef7<>res://godot/imported/template-wall-stairs.obj-4b6e5461ae26981f12c46f6f2496b79c.mesh<*>res://godot/imported/template-wall-stairs.obj-4b6e5461ae26981f12c46f6f2496b79c.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +template-wall-top.obj::Mesh::1996165475905012490::1761386302::1762549942::1::::<><><>0<>0<>e1e13c690b975b89dd3df990db1de3be<>res://godot/imported/template-wall-top.obj-4a56adc577ee0aa1c89ffc953c20a57f.mesh<*>res://godot/imported/template-wall-top.obj-4a56adc577ee0aa1c89ffc953c20a57f.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +template-wall.obj::Mesh::1466699088836093025::1761386302::1762549942::1::::<><><>0<>0<>0d4ce8f50771035bfb3881268e8caf3d<>res://godot/imported/template-wall.obj-5026bdaac1bcaaef3e9bad6cfbb0b3bd.mesh<*>res://godot/imported/template-wall.obj-5026bdaac1bcaaef3e9bad6cfbb0b3bd.mesh::uid://u5uw0bol76tu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/colormap.png +::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/Textures/::1762549936 +colormap.png::CompressedTexture2D::1466963147984325830::1761386302::1762549936::1::::<><><>0<>0<>5dd7ebec2ebc79d77e3b30b027ef3b73<>res://godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.s3tc.ctex<*>res://godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.etc2.ctex:: +::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/Textures/::1755607496 +::res://assets-lib/kenney_modular-dungeon-kit_1.0/Previews/::1762549936 +corridor-corner.png::CompressedTexture2D::2843671297706902368::1761386302::1762549936::1::::<><><>0<>0<>6ecbe6059f6ba9840128bde46ce8adfd<>res://godot/imported/corridor-corner.png-cbdea1d664ce40090a9598627035bd6a.ctex:: +corridor-end.png::CompressedTexture2D::3298144164311829596::1761386302::1762549936::1::::<><><>0<>0<>ba82e975f6b48f57f0d20a354b4d44bc<>res://godot/imported/corridor-end.png-5d7fe1ebfbdb93095749c71a12e48d4c.ctex:: +corridor-intersection.png::CompressedTexture2D::7804237596624120553::1761386302::1762549936::1::::<><><>0<>0<>03a952bda30ac141cf7abb05dd86bcd0<>res://godot/imported/corridor-intersection.png-73b04166b192d6f7c17d40665a0b975a.ctex:: +corridor-junction.png::CompressedTexture2D::6190734436569902662::1761386302::1762549936::1::::<><><>0<>0<>03af132343594e4a3d890c8febb1d26c<>res://godot/imported/corridor-junction.png-50507f4a89b7fe7e44c1b4a252a0fc89.ctex:: +corridor-transition.png::CompressedTexture2D::5551894076862972850::1761386302::1762549936::1::::<><><>0<>0<>cf984e3503d347d61bd30c0da1a7fe43<>res://godot/imported/corridor-transition.png-c3a1793f88d332f9db792e4782ebcc8f.ctex:: +corridor-wide-corner.png::CompressedTexture2D::7979752355686027902::1761386302::1762549936::1::::<><><>0<>0<>9555a563288a2c102062fd68b2d800e8<>res://godot/imported/corridor-wide-corner.png-acafa2e11e1650213440a94f6cc444c9.ctex:: +corridor-wide-end.png::CompressedTexture2D::4542910583341681491::1761386302::1762549936::1::::<><><>0<>0<>d147a570d547ebc88c6d81064337eed0<>res://godot/imported/corridor-wide-end.png-0e2485d6c08694f3a428c8934b606ea2.ctex:: +corridor-wide-intersection.png::CompressedTexture2D::2849363949619112907::1761386302::1762549936::1::::<><><>0<>0<>7e9d555fb3050bf8101cff77f34863db<>res://godot/imported/corridor-wide-intersection.png-a54f91d43420b8e7861d695759f7c3a0.ctex:: +corridor-wide-junction.png::CompressedTexture2D::954870306376298654::1761386302::1762549936::1::::<><><>0<>0<>54332351e8e0a2fe36e57e8934257ded<>res://godot/imported/corridor-wide-junction.png-d305f87c7e2db5f4fb179aeb66ffe308.ctex:: +corridor-wide.png::CompressedTexture2D::2342073933210639121::1761386302::1762549936::1::::<><><>0<>0<>295eb3171df92538dcd73e6547939f86<>res://godot/imported/corridor-wide.png-f67749ca11d3313fb26689f40a870907.ctex:: +corridor.png::CompressedTexture2D::7193031288443273974::1761386302::1762549936::1::::<><><>0<>0<>171fb7e6990366395a4ff848b74a0aac<>res://godot/imported/corridor.png-0af407b2d461928620b4fd253dd03603.ctex:: +gate-door-window.png::CompressedTexture2D::654351265046226060::1761386302::1762549936::1::::<><><>0<>0<>fc605dbc892cdebb1279544516c7ca06<>res://godot/imported/gate-door-window.png-abefa64908c443f10f4b57f90ab9ca62.ctex:: +gate-door.png::CompressedTexture2D::4474560829748458245::1761386302::1762549936::1::::<><><>0<>0<>d96066a0b50b8dd134f0915712e51028<>res://godot/imported/gate-door.png-8fcd2acb8975f6f149510ddfa382a956.ctex:: +gate.png::CompressedTexture2D::2225595953735443723::1761386302::1762549936::1::::<><><>0<>0<>343e3682c41d7f6e8bf4cea0e73422a8<>res://godot/imported/gate.png-61fd38ad6416cb9ef43b1845e6878368.ctex:: +room-corner.png::CompressedTexture2D::1552339783778904579::1761386302::1762549936::1::::<><><>0<>0<>8fa4ff09968c6fd7c418e3bde6868e8b<>res://godot/imported/room-corner.png-c1b3c7c412c084139d525fc70be06699.ctex:: +room-large-variation.png::CompressedTexture2D::690233706709360007::1761386302::1762549936::1::::<><><>0<>0<>377374e73b5aeec26d020fdf0a18d3af<>res://godot/imported/room-large-variation.png-b03f6d076fec29bc030f08dc27408a33.ctex:: +room-large.png::CompressedTexture2D::4642529806591754398::1761386302::1762549936::1::::<><><>0<>0<>7562a8d4a644ba58fea2d1e4d221367f<>res://godot/imported/room-large.png-d579ee7accf2d529f147eac5cc7baa99.ctex:: +room-small-variation.png::CompressedTexture2D::5800318193906912279::1761386302::1762549936::1::::<><><>0<>0<>3a8871152dae205c0e0d8039d60d55a9<>res://godot/imported/room-small-variation.png-f987471c498f96841bf7c9855afb7064.ctex:: +room-small.png::CompressedTexture2D::1541242362330452054::1761386302::1762549936::1::::<><><>0<>0<>0442d79a1161c7051a651baebf157b8e<>res://godot/imported/room-small.png-77610b6db880d60dbcaf96756f2211af.ctex:: +room-wide-variation.png::CompressedTexture2D::6554282033192353316::1761386302::1762549936::1::::<><><>0<>0<>d22b20dded850a8fbbde1dec6a3d704b<>res://godot/imported/room-wide-variation.png-0af51564d80881c93846e22cfd54de3c.ctex:: +room-wide.png::CompressedTexture2D::9085077878641132178::1761386302::1762549936::1::::<><><>0<>0<>ee1fb1412bbcea369944024142057480<>res://godot/imported/room-wide.png-4487a6ba275f8b5b89593ccb9b916303.ctex:: +stairs-wide.png::CompressedTexture2D::2206330907526000794::1761386302::1762549936::1::::<><><>0<>0<>5027bb0edb72a005f059222c36cde6b8<>res://godot/imported/stairs-wide.png-398081fd4354a07d902ba210174426f5.ctex:: +stairs.png::CompressedTexture2D::7278821404344044673::1761386302::1762549936::1::::<><><>0<>0<>8c348a012ccd1f983b8a8ebb6ce5867c<>res://godot/imported/stairs.png-d111cc5efe2f5c747f759ef2a5b15e7f.ctex:: +template-corner.png::CompressedTexture2D::325972801242724953::1761386302::1762549936::1::::<><><>0<>0<>d498e4beebdd5e3e3677811e1e6f074a<>res://godot/imported/template-corner.png-b74e05cdae4e1c451041e632a9d90d64.ctex:: +template-detail.png::CompressedTexture2D::8733782325893644319::1761386302::1762549936::1::::<><><>0<>0<>ed84efa5936dfb28b7305f0a093ab6e3<>res://godot/imported/template-detail.png-0aba497e54ea1deed0fa10c4480e2f7c.ctex:: +template-floor-big.png::CompressedTexture2D::7884540137745168312::1761386302::1762549936::1::::<><><>0<>0<>9166996a409cb8b21e0069f075c8ef04<>res://godot/imported/template-floor-big.png-c72990c781242970cb1b758201734e85.ctex:: +template-floor-detail-a.png::CompressedTexture2D::2019857659936674009::1761386302::1762549936::1::::<><><>0<>0<>9989ed24181485ba0b49a3dac755abe0<>res://godot/imported/template-floor-detail-a.png-0c22955b03472373b6ec05dd29573487.ctex:: +template-floor-detail.png::CompressedTexture2D::6961108751437163213::1761386302::1762549936::1::::<><><>0<>0<>321cf9a6ab817083cfb169f55f401d3a<>res://godot/imported/template-floor-detail.png-437a55b98658e42fc6504748c54eabad.ctex:: +template-floor-layer-raised.png::CompressedTexture2D::2911340900139389446::1761386302::1762549936::1::::<><><>0<>0<>f5898fdb4c52284f9bfe117fc245b6da<>res://godot/imported/template-floor-layer-raised.png-6adc3934a7f0b625204023cb52683946.ctex:: +template-floor-layer.png::CompressedTexture2D::5060328164760579895::1761386302::1762549936::1::::<><><>0<>0<>f441c276067c6efe86a2419629e1744b<>res://godot/imported/template-floor-layer.png-9d18b1301f9df0d9a0115fc808a1a5e4.ctex:: +template-floor.png::CompressedTexture2D::2921228040865268900::1761386302::1762549936::1::::<><><>0<>0<>3a02e8e6627f5c9efc757ae61cf2ebd2<>res://godot/imported/template-floor.png-93384e67e78db4a52928ccf3e5b0c1c3.ctex:: +template-wall-corner.png::CompressedTexture2D::2333269604899399628::1761386302::1762549936::1::::<><><>0<>0<>80fa996a1eb7169515dfd91a54c6a73b<>res://godot/imported/template-wall-corner.png-26906b51626ede4724220265f90a8db4.ctex:: +template-wall-detail-a.png::CompressedTexture2D::4693659716131500594::1761386302::1762549936::1::::<><><>0<>0<>3e661558d5063726c20748eb92369c8b<>res://godot/imported/template-wall-detail-a.png-16187bc754e95ddaf2a87ef42087c17e.ctex:: +template-wall-half.png::CompressedTexture2D::8395628921011943188::1761386302::1762549936::1::::<><><>0<>0<>7c9c735e83e0293558fa11d2640ee088<>res://godot/imported/template-wall-half.png-39cd501bf50aaa59036fac4e4db0597c.ctex:: +template-wall-stairs.png::CompressedTexture2D::2785269108426366700::1761386302::1762549936::1::::<><><>0<>0<>96998583819dfca9fde563a6de0a7c6a<>res://godot/imported/template-wall-stairs.png-9d29da8d86a4f06c2a0d61327ae06bc3.ctex:: +template-wall-top.png::CompressedTexture2D::1341754061215881846::1761386302::1762549936::1::::<><><>0<>0<>d1dd8077557e7281bf955e4e41c1ccc7<>res://godot/imported/template-wall-top.png-df639399549568123f6232653771159f.ctex:: +template-wall.png::CompressedTexture2D::4593697694395743039::1761386302::1762549936::1::::<><><>0<>0<>066a94af31143d3c29c5c04159744645<>res://godot/imported/template-wall.png-af5794349d212936c7b7ad53288ccfc9.ctex:: +::res://assets-lib/Logo/::1762549936 +ChatGPT Image 7. Nov. 2025, 18_19_14.png::CompressedTexture2D::1897129606338801963::1762535954::1762549936::1::::<><><>0<>0<>1f68dcc5b254fa54ad0098b8c9ed3c93<>res://godot/imported/ChatGPT Image 7. Nov. 2025, 18_19_14.png-c3b301cc8d0f0f5373851a362031b188.s3tc.ctex<*>res://godot/imported/ChatGPT Image 7. Nov. 2025, 18_19_14.png-c3b301cc8d0f0f5373851a362031b188.etc2.ctex:: +ChatGPT Image 7. Nov. 2025, 18_21_03.png::CompressedTexture2D::6210361148320247517::1762536064::1762549936::1::::<><><>0<>0<>a03d29ee12835f1879b6cfce72a47e1b<>res://godot/imported/ChatGPT Image 7. Nov. 2025, 18_21_03.png-3e0c4c3d01e7bb78a1f8538c2ee53103.s3tc.ctex<*>res://godot/imported/ChatGPT Image 7. Nov. 2025, 18_21_03.png-3e0c4c3d01e7bb78a1f8538c2ee53103.etc2.ctex:: +::res://assets-lib/metal_barrel/::1762549973 +diffus_black.tga::CompressedTexture2D::5262302364638836900::1762034492::1762549936::1::::<><><>0<>0<>66e5ff20ad2c4acaf369085c3bcd0a6c<>res://godot/imported/diffus_black.tga-31a2aff5277604d18bb2601e33d642df.ctex:: +diffus_blue.tga::CompressedTexture2D::4144252509541363959::1762034492::1762549937::1::::<><><>0<>0<>90284246630be0c3c7aeffde54232507<>res://godot/imported/diffus_blue.tga-e1139b8dedaa8979ff389ac25be18db8.ctex:: +diffus_green.tga::CompressedTexture2D::6530848090263365843::1762034492::1762549937::1::::<><><>0<>0<>dfe59a965762a02d66c2f96df5f6f55e<>res://godot/imported/diffus_green.tga-00cd25fb2e80ddfcc96f725f406fcde4.ctex:: +diffus_red.tga::CompressedTexture2D::2206757135134527548::1762034492::1762549937::1::::<><><>0<>0<>52966c38e252198d5adf2b98bd424a20<>res://godot/imported/diffus_red.tga-b2df8d8272cb712d3583fc23f8e1cd01.ctex:: +diffus_rust.tga::CompressedTexture2D::5329183717989657634::1762034493::1762549937::1::::<><><>0<>0<>373bbbc7d9eafd2a2d66315be87dda01<>res://godot/imported/diffus_rust.tga-79b137ae93aa42cae348935af299b654.ctex:: +diffus_stainless_steel.tga::CompressedTexture2D::177775905521539153::1762034493::1762549937::1::::<><><>0<>0<>78b46950a00a6d7a69df39f81c1eb5a9<>res://godot/imported/diffus_stainless_steel.tga-3c4fab3761829dd01bb4b36740e3796d.ctex:: +diffus_yellow.tga::CompressedTexture2D::4118544953434497973::1762034493::1762549937::1::::<><><>0<>0<>8a5b1d2d5fcdff3b2312003f62b12152<>res://godot/imported/diffus_yellow.tga-954f4b910027580006f59cd605c895c9.ctex:: +metal_barrel.FBX::PackedScene::1117818587184415203::1762034493::1762549973::1::::<><><>0<>0<>b67ab7e6843b25052de762b7513128b8<>res://godot/imported/metal_barrel.FBX-ad00f641658774a230ffeb68a071f69a.scn:: +metal_barrel.obj::Mesh::4478863390764431520::1762034493::1762549941::1::::<><><>0<>0<>a3ee8b2c9b6d419aad8b206e13eed903<>res://godot/imported/metal_barrel.obj-19b7f104aef5995bfb6344e801540803.mesh<*>res://godot/imported/metal_barrel.obj-19b7f104aef5995bfb6344e801540803.mesh:: +normal_hard_bumps.tga::CompressedTexture2D::6931413534293966716::1762034493::1762549937::1::::<><><>0<>0<>f80337bcd253f62c766f1dc7a9283712<>res://godot/imported/normal_hard_bumps.tga-e93e264483b6bf218d1fb709820697a7.ctex:: +normal_middle_bumps.tga::CompressedTexture2D::6133119880002696582::1762034493::1762549937::1::::<><><>0<>0<>8c6dc93a1af8e8663e98d5fd3cb3b564<>res://godot/imported/normal_middle_bumps.tga-4b02f8959bc70a4409d8a11f48fa6272.ctex:: +normal_no_bumps.tga::CompressedTexture2D::4618330721233144690::1762034493::1762549937::1::::<><><>0<>0<>99ca97e82b6d8f089966fc124e5b2ab6<>res://godot/imported/normal_no_bumps.tga-4c7ee9b12c7b40ac5be8fbf4d44a8c19.ctex:: +normal_soft_bumps.tga::CompressedTexture2D::3333571986496864610::1762034493::1762549937::1::::<><><>0<>0<>7cf18c9b56ba0ee78ef4ecf1709efa03<>res://godot/imported/normal_soft_bumps.tga-7c9336c5fff66fdcbddee05e9958979e.ctex:: +preview.jpg::CompressedTexture2D::3885520647865459019::1762034493::1762549937::1::::<><><>0<>0<>c228489f731a7a8e8db22193eed4a090<>res://godot/imported/preview.jpg-def4c7084348553cd883d46201f0496b.ctex:: +readme.txt::TextFile::-1::1762034493::0::1::::<><><>0<>0<><>:: +specular.tga::CompressedTexture2D::7505263556525499945::1762034493::1762549937::1::::<><><>0<>0<>ba4f7121614541f3e76987de3569f339<>res://godot/imported/specular.tga-e10359e2f34698531c9863cf2ece4a92.ctex:: +specular_rust.tga::CompressedTexture2D::1154732122224204223::1762034493::1762549937::1::::<><><>0<>0<>1a771707c0436a861ed23efae31e2c16<>res://godot/imported/specular_rust.tga-ed0849b1c5691ee82145d4327fb511e7.ctex:: +specular_stainless_steel.tga::CompressedTexture2D::6033829483355817141::1762034493::1762549937::1::::<><><>0<>0<>88a2279685f71c6846c39cf2722833e3<>res://godot/imported/specular_stainless_steel.tga-c4916e72954fe14557e00afde01e24d9.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/::1762214123 +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/::1762549979 +Everything.blend::PackedScene::557411877014902131::1762214110::1762549979::1::::<><><>0<>0<>f4626a8a84ab0ffe7af11d0e0fd6e48a<>res://godot/imported/Everything.blend-2f33069280acf33350d9d81808f1a0c2.scn:: +Everything.png::CompressedTexture2D::5233330648891376275::1762214110::1762549936::1::::<><><>0<>0<>52d4fbb2663240e274cea6fd2bd6e2d8<>res://godot/imported/Everything.png-86c745232f07a6d23d3184bc95ae53e7.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Apple/::1762549964 +Apple Textura.png::CompressedTexture2D::5229467969737535349::1762214110::1762549936::1::::<><><>0<>0<>6d95d959fda713c8aba6a28280162094<>res://godot/imported/Apple Textura.png-6dc11cb33cbbbf62962967dc4104a735.ctex:: +apple.blend::PackedScene::2050795990995548235::1762214110::1762549964::1::::<><><>0<>0<>a8beef1daab9795c42e6d299ede2deaa<>res://godot/imported/apple.blend-4fe9546903263eac262ae1679db62fd9.scn:: +apple.png::CompressedTexture2D::5767028487161600920::1762214110::1762549936::1::::<><><>0<>0<>9dcc0cafb5ca70e047bff0732cc6c65f<>res://godot/imported/apple.png-2514340f959a3d60f86f42b1040f5c1e.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Apple/textures/::1762549936 +Apple Textura.png::CompressedTexture2D::8332453118797303947::1762214135::1762549936::1::::<><><>0<>0<>05f24c1a6f9840ad0787d2eba4ec3856<>res://godot/imported/Apple Textura.png-2ed17681a6b7f470710ebca432cdd2c7.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Armchair/::1762549965 +Armchair Texture.png::CompressedTexture2D::213258618739137246::1762214110::1762549936::1::::<><><>0<>0<>11c19ffd50d7fd25e7e017f94073434d<>res://godot/imported/Armchair Texture.png-04291f84e9d2df117949554984c64181.ctex:: +armchair.blend::PackedScene::7209867739140509343::1762214110::1762549965::1::::<><><>0<>0<>4b89698985c061efeb58a20ed62ca147<>res://godot/imported/armchair.blend-8b754e42c49549d3709db48ba4fab442.scn:: +Armchair.png::CompressedTexture2D::2931780289015277902::1762214110::1762549936::1::::<><><>0<>0<>0c07798936ce270aea6589982a17ccac<>res://godot/imported/Armchair.png-77a591275d1c36a8d400ae3ce34893ed.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Armchair/textures/::1762549936 +Armchair Texture.png::CompressedTexture2D::6388968746633126107::1762214134::1762549936::1::::<><><>0<>0<>f9f3f08e8e7f2698a36312e55e137139<>res://godot/imported/Armchair Texture.png-a3766328b47bf4bbabcd5a231b67a772.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel/::1762549966 +Barrel texture.png::CompressedTexture2D::2202385611803300236::1762214110::1762549936::1::::<><><>0<>0<>c8cba51557dd9c59e26c66c722ebb1b3<>res://godot/imported/Barrel texture.png-98ffc3adfbb829de83eca217c295c0cb.ctex:: +Barril pixel.blend::PackedScene::2271477324694054791::1762214110::1762549966::1::::<><><>0<>0<>259c747c8e1d7b8c830dd5007f544cfc<>res://godot/imported/Barril pixel.blend-785c5d7ae552a6445c8545c14e4318d8.scn:: +Barril.png::CompressedTexture2D::2927238212941692755::1762214110::1762549936::1::::<><><>0<>0<>fe1942cdc769a5ba85dad58542cf9cee<>res://godot/imported/Barril.png-a0bc37fa1e0cb6094040fc81beb0b282.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel/textures/::1762549936 +Barrel texture.png::CompressedTexture2D::4559367261605538053::1762214133::1762549936::1::::<><><>0<>0<>6b8a68c3ebd9a6d6f25d15423900927a<>res://godot/imported/Barrel texture.png-7cc953447a70ae08f6a5279ee8f104a4.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel2/::1762549967 +Barrel texture.png::CompressedTexture2D::7461458741843491156::1762214110::1762549936::1::::<><><>0<>0<>cf061c0da68aafab1d007b6edc235933<>res://godot/imported/Barrel texture.png-b0b6593caaeedc513f94b6db89a5aeb0.ctex:: +barrel-water.png::CompressedTexture2D::8673297592021389131::1762214110::1762549936::1::::<><><>0<>0<>d0a8e4b18d1ba58cb806f1300e3c7e65<>res://godot/imported/barrel-water.png-df5a412226899583d461625b8dedd3d1.ctex:: +Barril pixel.blend::PackedScene::7754508166452385699::1762214110::1762549967::1::::<><><>0<>0<>b4dfef9133534c34d925e3971d898d08<>res://godot/imported/Barril pixel.blend-7cee723cdac5ef29e4e8a544f85aedec.scn:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Barrel2/textures/::1762549936 +Barrel texture.png::CompressedTexture2D::8202505820246191012::1762214131::1762549936::1::::<><><>0<>0<>b6f5c19c270658ac83738e9379929c75<>res://godot/imported/Barrel texture.png-a39ae1a2d13bdaf20e01aadb44e811b9.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder/::1762549968 +Book holder Texture.png::CompressedTexture2D::4461217148483458335::1762214110::1762549936::1::::<><><>0<>0<>2bda2698729042930be588740aa5c90f<>res://godot/imported/Book holder Texture.png-5a0dac2edb3cdb273adc8c2189c3f433.ctex:: +Book holder.blend::PackedScene::2638268978906078448::1762214110::1762549968::1::::<><><>0<>0<>ec891d8651c7e276d20da516af5a794a<>res://godot/imported/Book holder.blend-d3257e331450bab2f782934352929874.scn:: +Book holder.png::CompressedTexture2D::6772060875913827343::1762214110::1762549936::1::::<><><>0<>0<>b930c8a1df81228e47970424ce02bf09<>res://godot/imported/Book holder.png-7d0718c29153b9b51a2a65c509d54d99.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder/textures/::1762549936 +Book holder Texture.png::CompressedTexture2D::8290249568656584709::1762214129::1762549936::1::::<><><>0<>0<>076bab6c4669ed9a35e88493ae85c2ae<>res://godot/imported/Book holder Texture.png-b84abce80cd14dbbc3787673ccd0eefa.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder stone/::1762549968 +Bookholder stone Texture.png::CompressedTexture2D::3485448795509688378::1762214110::1762549936::1::::<><><>0<>0<>174ed4c7f93d62819cf9356ede818dae<>res://godot/imported/Bookholder stone Texture.png-02ca3bf0afcc4d37aae4135483629a11.ctex:: +Bookholder stone.blend::PackedScene::5229174173137398215::1762214110::1762549968::1::::<><><>0<>0<>d1de9d677b69990f57454c48504d2962<>res://godot/imported/Bookholder stone.blend-1de7d8a5b2d77e30214cd4cd6ce3c5bc.scn:: +Bookholder stone.png::CompressedTexture2D::1286993415461257948::1762214110::1762549936::1::::<><><>0<>0<>95de433cfd634e708a328f23b02c1b51<>res://godot/imported/Bookholder stone.png-7a4cb6f21a099660f22e814803646cee.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bookholder stone/textures/::1762549936 +Bookholder stone Texture.png::CompressedTexture2D::5456831972433061247::1762214140::1762549936::1::::<><><>0<>0<>4a37248a4a95ab22e90b4223622f05a3<>res://godot/imported/Bookholder stone Texture.png-14f2e9c7aa122d94f6dda01a9726ac19.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bread/::1762549981 +Bread texture.png::CompressedTexture2D::535323418205014725::1762214110::1762549936::1::::<><><>0<>0<>cd50dc47d5ef5649b8fe3d7c72e33df3<>res://godot/imported/Bread texture.png-30971803dc143912fb21130a93f50771.ctex:: +Bread.blend::PackedScene::4565299886932883607::1762214110::1762549981::1::::<><><>0<>0<>4fba6244b160ee1f915f814eca7408de<>res://godot/imported/Bread.blend-26f4593fb9137e5fab383d2d2272ca4a.scn:: +bread.png::CompressedTexture2D::3931789251126464269::1762214110::1762549936::1::::<><><>0<>0<>21b0d9102007cd8b5e5f47990d6664bf<>res://godot/imported/bread.png-6a658581517ebade26164ab66db0de47.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Bread/textures/::1762549936 +Bread texture.png::CompressedTexture2D::7432378890684355966::1762214139::1762549936::1::::<><><>0<>0<>187aa303ed25c166caf0fcde39b6736e<>res://godot/imported/Bread texture.png-fb9c9e5881651bff2597d7bdd38aeaeb.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Candelier/::1762549982 +Candelier texture.png::CompressedTexture2D::3102935730439260677::1762214110::1762549936::1::::<><><>0<>0<>8dd11d521e5926b9a471664af1106831<>res://godot/imported/Candelier texture.png-63af8ab3cbf3d0fea734a0ea9781015e.ctex:: +Candelier.blend::PackedScene::2253827592404005370::1762214110::1762549982::1::::<><><>0<>0<>6aa3394d7669970b68930f71183f56e3<>res://godot/imported/Candelier.blend-6c25c5b53e0e559bf54d03a0dc17d69d.scn:: +Candelier.png::CompressedTexture2D::2792607140778601548::1762214110::1762549936::1::::<><><>0<>0<>1cf62f7418279e97eecdfd0af2c4aa02<>res://godot/imported/Candelier.png-d3ed657dc879ad1a4868018e8a682cb0.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Candelier/textures/::1762549936 +Candelier texture.png::CompressedTexture2D::6608810615303651823::1762214138::1762549936::1::::<><><>0<>0<>1a6ac42ab3b5082c3e2c0b90b8d63e6b<>res://godot/imported/Candelier texture.png-501ed281db67009e0adde76937c5b313.ctex:: +Candilier texture.png::CompressedTexture2D::8140656831416527821::1762214138::1762549936::1::::<><><>0<>0<>fd49e16631d8df534af48d79aa147491<>res://godot/imported/Candilier texture.png-9eded28f5cb3b285d32a21720d739894.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Carrot/::1762549983 +Carrot textura.png::CompressedTexture2D::2758939456398869588::1762214110::1762549936::1::::<><><>0<>0<>9b2ce307f45895519f6df4b26a5d526f<>res://godot/imported/Carrot textura.png-331a51c49161cc983e113a6b9cb0e16b.ctex:: +Carrot.blend::PackedScene::734991942764735044::1762214110::1762549983::1::::<><><>0<>0<>dc55c357ba17fa270a62ec19d72927ce<>res://godot/imported/Carrot.blend-fe92b6560a2f9029eb3e9aed059f96e1.scn:: +carrot.png::CompressedTexture2D::1954219188548888625::1762214110::1762549936::1::::<><><>0<>0<>35b8cac1bf63ca97b1a3ed6ac768c27f<>res://godot/imported/carrot.png-8f2d081a432cc59ea09991d2ad9b9ff3.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Carrot/textures/::1762549936 +Carrot textura.png::CompressedTexture2D::75222395290156229::1762214137::1762549936::1::::<><><>0<>0<>2bfae204c19608c6f8fed7324d7460d7<>res://godot/imported/Carrot textura.png-f0b318293b49bbb84869c952e2929414.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chair/::1762549983 +Chair Texture.png::CompressedTexture2D::302932154831843576::1762214110::1762549936::1::::<><><>0<>0<>451547eba466c9c8eb5cc44313b61af5<>res://godot/imported/Chair Texture.png-132c71d3ecd7e0fe72c93db524c0091f.ctex:: +Chair.blend::PackedScene::2764580764934094764::1762214110::1762549983::1::::<><><>0<>0<>4ae57c0774b7cc5b9085d52b29be2a7c<>res://godot/imported/Chair.blend-9a6995fa74e9f285505531dec989ec81.scn:: +chair.jpg::CompressedTexture2D::8800087534170050062::1762214110::1762549936::1::::<><><>0<>0<>bb34da498e7fec11087118c5a3ad0ed2<>res://godot/imported/chair.jpg-128040fcebdd9f250c50269749e8ba2b.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chair/textures/::1762549936 +Chair Texture.png::CompressedTexture2D::7399534794510480767::1762214137::1762549936::1::::<><><>0<>0<>5b28404c477c6d3d83c784258c70ced3<>res://godot/imported/Chair Texture.png-cc3ba5d4a983b8d89f30895dbbe6eb9a.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cheese/::1762549984 +Cheese Texture.png::CompressedTexture2D::5025716963351083007::1762214110::1762549936::1::::<><><>0<>0<>8d5ec1e7d994737a32bdc128b1ecedd2<>res://godot/imported/Cheese Texture.png-819ebc01e7cecd3ae843de9fb1ec0647.ctex:: +Cheese.blend::PackedScene::891679577576093686::1762214110::1762549984::1::::<><><>0<>0<>e23023a4500b6e221a65c827917cc4f0<>res://godot/imported/Cheese.blend-7cc5c9c29958120fbe913389f4309d21.scn:: +Cheese.png::CompressedTexture2D::6641613899298637746::1762214110::1762549936::1::::<><><>0<>0<>0f36f3a9ef3bc061f9717cdfa1d45894<>res://godot/imported/Cheese.png-2f6583251ad5934d4fc95c7389f1ca4f.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cheese/textures/::1762549936 +Cheese Texture.png::CompressedTexture2D::1684399377813995618::1762214134::1762549936::1::::<><><>0<>0<>3ce16961d6cd872ea440dd21bc1d93ea<>res://godot/imported/Cheese Texture.png-045959b1e5c6529cacba8ce6602b6da8.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chest/::1762549985 +Chest texture.png::CompressedTexture2D::5059482787428023076::1762214110::1762549936::1::::<><><>0<>0<>b08554762ac7b9163424453696bd5aca<>res://godot/imported/Chest texture.png-27c497febd180b40612957ada636f89d.ctex:: +chest.blend::PackedScene::4237211940630234094::1762214110::1762549985::1::::<><><>0<>0<>34d41a891436a6806f5fa256e4433369<>res://godot/imported/chest.blend-7ef1836273883b248ae548ed9ab19b16.scn:: +Chest.png::CompressedTexture2D::5005248015499606302::1762214110::1762549936::1::::<><><>0<>0<>1442c75396c9ea1d22bfc83eccac4d0c<>res://godot/imported/Chest.png-f27821047040ad0cbf858e2ad77acea9.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Chest/textures/::1762549936 +Chest texture.png::CompressedTexture2D::8806010068782570533::1762214136::1762549936::1::::<><><>0<>0<>0eca9640d306b95e1ba61fffe2e0571f<>res://godot/imported/Chest texture.png-aad7358f89a01692a4810a6a6d8bc6cb.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/::1762549976 +Cooper coin.blend::PackedScene::217840831087050101::1762214110::1762549975::1::::<><><>0<>0<>5773ce170f25de4f51e099a0854d5384<>res://godot/imported/Cooper coin.blend-b335faa30125b308536e698acff59074.scn:: +Cooper coin.png::CompressedTexture2D::1555095114080986769::1762214110::1762549936::1::::<><><>0<>0<>7d953a1d7b0fd7a70eb6a0fd80c84bb0<>res://godot/imported/Cooper coin.png-c843200d29e0febfb42c5120a37d93a4.ctex:: +Gold coin.blend::PackedScene::7600608125125361314::1762214110::1762549975::1::::<><><>0<>0<>df9555d613c5f550a6ee91d903fb252b<>res://godot/imported/Gold coin.blend-e3e15943e8220ce49592d80b7e7f672e.scn:: +Gold coin.png::CompressedTexture2D::3688404169454450043::1762214110::1762549936::1::::<><><>0<>0<>31e4fdf9ac2a8b37a91a6a677cc50059<>res://godot/imported/Gold coin.png-a0e5d91a0a2d2be0f6af49ac98491587.ctex:: +Silver coin.blend::PackedScene::3713595400658866314::1762214110::1762549976::1::::<><><>0<>0<>b623946c32f0e0be265604d8eef7defa<>res://godot/imported/Silver coin.blend-8bd312e22d04091ab9ac30b24dc69f58.scn:: +Silver coin.png::CompressedTexture2D::7913803116958974808::1762214110::1762549936::1::::<><><>0<>0<>7196ccf6dabff098cbdea91cf7a2fb4d<>res://godot/imported/Silver coin.png-a3ea988fe575def1d900f37fb0cf4ac6.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Coins/textures/::1762549936 +Cooper coin.png::CompressedTexture2D::1102227161844531629::1762214138::1762549936::1::::<><><>0<>0<>25f02d49a75536f8c9cd9a8208d15133<>res://godot/imported/Cooper coin.png-4ba9fcffb4e1ed3b3578300ef7e1e002.ctex:: +Gold coin.png::CompressedTexture2D::5848431910262885218::1762214139::1762549936::1::::<><><>0<>0<>1c184bb301d5d713fc502636b18369fc<>res://godot/imported/Gold coin.png-3d2a990bc3bea768a98e1dd87fe4ab71.ctex:: +Silver coin.png::CompressedTexture2D::4559155803674476077::1762214141::1762549936::1::::<><><>0<>0<>5e099c975b098ff8101362e5ca58a52e<>res://godot/imported/Silver coin.png-01d2e39789eeee0866888149ef10dc01.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cooking pot/::1762549976 +cooking pot Texture.png::CompressedTexture2D::2045365226255687920::1762214110::1762549936::1::::<><><>0<>0<>4f55030f77bcc3225f73648884e21f6d<>res://godot/imported/cooking pot Texture.png-034e417a1ec6e6f15abc207d0261a940.ctex:: +cooking pot.blend::PackedScene::7064850549228159000::1762214110::1762549976::1::::<><><>0<>0<>eb6f378e98b42c70e300688a5198b49e<>res://godot/imported/cooking pot.blend-73def5538fa7c24238f9a5f42bd414b8.scn:: +Cooking Pot.png::CompressedTexture2D::4641814968057620634::1762214110::1762549936::1::::<><><>0<>0<>2cbaa80a3d113ea1625166a869898506<>res://godot/imported/Cooking Pot.png-234dcb5f917b3ba21b192721732bd7d6.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Cooking pot/textures/::1762549936 +cooking pot Texture.png::CompressedTexture2D::2943884464735137155::1762214133::1762549936::1::::<><><>0<>0<>7a707177f4f78b059afe6d4fe4f9d081<>res://godot/imported/cooking pot Texture.png-926a3d3ee55cae48e15adf7476381598.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Corn/::1762549977 +Corn Texture.png::CompressedTexture2D::1502525437640183852::1762214110::1762549936::1::::<><><>0<>0<>c096232929dab578e10cd60d014af70f<>res://godot/imported/Corn Texture.png-78b8fabb00574c7cba79f8dc42309791.ctex:: +Corn.blend::PackedScene::2873306434800354804::1762214110::1762549977::1::::<><><>0<>0<>d64380ade663c17c7818d8172ed39a2d<>res://godot/imported/Corn.blend-c8ec0f599904b27a941e68d9d76565d4.scn:: +Corn.png::CompressedTexture2D::6040465778044648296::1762214110::1762549936::1::::<><><>0<>0<>c9bd68f969d2045a666a0d09523bd778<>res://godot/imported/Corn.png-f7b23cf5c7b8f471a317320ff3cf5bd7.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Corn/textures/::1762549936 +Corn Texture.png::CompressedTexture2D::3566314749738140104::1762214134::1762549936::1::::<><><>0<>0<>73a75310832b2f8dfc7997c89ad3c1f8<>res://godot/imported/Corn Texture.png-180fc94bd6f8c0e050542d2b9816b18c.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Crate/::1762549977 +Crate Texture.png::CompressedTexture2D::7933458977379401582::1762214110::1762549935::1::::<><><>0<>0<>6ac1877b5567d79739aa5708ac37624c<>res://godot/imported/Crate Texture.png-d86ba0d0bcd19318ef426467242af8ba.ctex:: +Crate.blend::PackedScene::9065390746171255324::1762214110::1762549977::1::::<><><>0<>0<>308bcebb6b15557f0f17b7cc2ad2aada<>res://godot/imported/Crate.blend-c1c0fc712d961d92be70f388bdaed5d6.scn:: +crate.png::CompressedTexture2D::6950033335929887606::1762214110::1762549936::1::::<><><>0<>0<>16a8722d1859308841120d882fb7ca12<>res://godot/imported/crate.png-56c1f838f41efed6ea6a779bbeb6bc61.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Crate/textures/::1762549935 +Crate Texture.png::CompressedTexture2D::8583502378415721151::1762214133::1762549935::1::::<><><>0<>0<>d6ba00588c300343dccf20f560bd10e3<>res://godot/imported/Crate Texture.png-e6f376d2c13d04d2234b3f6074f20639.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/::1762549978 +Fish2.blend::PackedScene::416298943576290126::1762214110::1762549978::1::::<><><>0<>0<>366576449a3462d27121f9c116739e5a<>res://godot/imported/Fish2.blend-310615ae19680825575d4d4393b40cf5.scn:: +Fish3.blend::PackedScene::8662226698143270336::1762214110::1762549978::1::::<><><>0<>0<>79acb41bce38ef0e3ea176ad5675acea<>res://godot/imported/Fish3.blend-63c37b10ea7aba75261478ae237c0171.scn:: +Fish.blend::PackedScene::4604563507280298896::1762214110::1762549978::1::::<><><>0<>0<>484a15a8dd32ee09036481895e243345<>res://godot/imported/Fish.blend-1013abcde02c038fd261f26ef2dd72e8.scn:: +fish.png::CompressedTexture2D::6800338317730315601::1762214110::1762549936::1::::<><><>0<>0<>7056c0d62b85b3be3c9de8a510edce5e<>res://godot/imported/fish.png-e6b84c92dea853b6575cdccaedbce31a.ctex:: +FishTexture2.png::CompressedTexture2D::9086196981145673401::1762214110::1762549936::1::::<><><>0<>0<>c1024c24374f7eb7bcd332f4eb1b431a<>res://godot/imported/FishTexture2.png-99204020d2c068fbc914db440536effd.ctex:: +FishTexture3.png::CompressedTexture2D::6568082384655831348::1762214110::1762549936::1::::<><><>0<>0<>c74a05417b08d449046dcda1e6b58f4e<>res://godot/imported/FishTexture3.png-51d8a54585df038f21090b36d00e4c77.ctex:: +FishTexture.png::CompressedTexture2D::1128066859884620204::1762214110::1762549936::1::::<><><>0<>0<>39df9f2414c8f65ef45492849eed2cf0<>res://godot/imported/FishTexture.png-9c3166953c3a98daf5e28a52d8a33631.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fish/textures/::1762549936 +FishTexture2.png::CompressedTexture2D::8556750921063593827::1762214132::1762549935::1::::<><><>0<>0<>c131ed664c44932e0888fd1c47b8d36e<>res://godot/imported/FishTexture2.png-aaaadd27cd0ef5b812ec9c381dad507c.ctex:: +FishTexture3.png::CompressedTexture2D::1003182315683344242::1762214131::1762549935::1::::<><><>0<>0<>7841d69eb299386af8aed55c7e566faa<>res://godot/imported/FishTexture3.png-93506f12b38a54b682c083efcad25076.ctex:: +FishTexture.png::CompressedTexture2D::4340963414248847746::1762214131::1762549936::1::::<><><>0<>0<>d4fcee4399ef299f7a4617656c962d32<>res://godot/imported/FishTexture.png-445819f4c5ac172bc8c5711be89fb4a1.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/::1762549957 +fountain Blood Texture.png::CompressedTexture2D::5147598590752248446::1762214110::1762549936::1::::<><><>0<>0<>f89c69d1f487fee1092abefc3e1eee03<>res://godot/imported/fountain Blood Texture.png-6c2c0b6779679757afba298d68990cc7.ctex:: +fountain Blood.blend::PackedScene::8774614113731618585::1762214110::1762549957::1::::<><><>0<>0<>5d845eb5cf21fc168a23bc5b17843851<>res://godot/imported/fountain Blood.blend-0901778ad049e0d35860897b310ac3d7.scn:: +Fountain Blood.png::CompressedTexture2D::7702964999481379217::1762214110::1762549936::1::::<><><>0<>0<>605f61127391e8e999c51bef1cbc75dc<>res://godot/imported/Fountain Blood.png-d2ae2f7d6df09e94df37f88a86d40e0e.ctex:: +fountain Texture.png::CompressedTexture2D::6719930890936691906::1762214110::1762549936::1::::<><><>0<>0<>1d3a06b2bfeb5f457100046e28478069<>res://godot/imported/fountain Texture.png-ceba1b778f4e139b0de02e088179b8cf.ctex:: +fountain.blend::PackedScene::669504724424220124::1762214110::1762549957::1::::<><><>0<>0<>d33354ad64c6f658d6656f31a6dff9bf<>res://godot/imported/fountain.blend-23d42c2486ca6492b16b9461f8183bc1.scn:: +Fountain.png::CompressedTexture2D::3095590325246161464::1762214110::1762549936::1::::<><><>0<>0<>b834c128d208557bdda9a13bd29f8bc0<>res://godot/imported/Fountain.png-5524f0728ef48dd0323385cff7cad5b1.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Fountain/textures/::1762549936 +fountain Blood Texture.png::CompressedTexture2D::665551824918907648::1762214138::1762549936::1::::<><><>0<>0<>9e2c1027bcba10185a9074171c5a2041<>res://godot/imported/fountain Blood Texture.png-d62f4f2671a9496ec494a7fc04a100e1.ctex:: +fountain Texture.png::CompressedTexture2D::7286268496898826663::1762214137::1762549936::1::::<><><>0<>0<>098b7d3e184517e7cc927191d1fa3f01<>res://godot/imported/fountain Texture.png-2bd0ac8cb0baf30b4bc6859046512292.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Ham/::1762549957 +Ham Texture.png::CompressedTexture2D::7728804117587318727::1762214110::1762549936::1::::<><><>0<>0<>418eee518aad84868ace296609bff660<>res://godot/imported/Ham Texture.png-16fe0ab511da50572d3a40e33e6b7cc6.ctex:: +Ham.blend::PackedScene::5743762006020998326::1762214110::1762549957::1::::<><><>0<>0<>2ea57db6b3570bcfb3f9767997523997<>res://godot/imported/Ham.blend-946a439f440c471621498da67b0370c8.scn:: +Ham.png::CompressedTexture2D::6854544402210151940::1762214110::1762549936::1::::<><><>0<>0<>79b3366690e73781414a4c6bab0aa36a<>res://godot/imported/Ham.png-4c500e3dc657ac52660ee12ad31ae890.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Ham/textures/::1762549936 +Ham Texture.png::CompressedTexture2D::2800610944551800724::1762214140::1762549936::1::::<><><>0<>0<>e58edec6e0c9069aba5e9a4638c6bcfa<>res://godot/imported/Ham Texture.png-b223978641887194eecdc4f403945d15.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/::1762549978 +jar1.png::CompressedTexture2D::9090428480792143809::1762214110::1762549935::1::::<><><>0<>0<>75f590aa0705b590f5555420433a1b32<>res://godot/imported/jar1.png-ce5f0b934f257087b86b55f9dbc078c5.ctex:: +Jar2.blend::PackedScene::4268986673988737460::1762214110::1762549958::1::::<><><>0<>0<>1096eeda19518f16c654a2361fc56f5b<>res://godot/imported/Jar2.blend-a3697a00a84789dca38ec9f25d792c41.scn:: +Jar3.blend::PackedScene::1251202363430714869::1762214110::1762549978::1::::<><><>0<>0<>4a2307b3d0368912087c96ff042ac2c7<>res://godot/imported/Jar3.blend-3c55d4530ab319b979fe6343ef33c44b.scn:: +Jar texture2.png::CompressedTexture2D::4923568479095333548::1762214110::1762549935::1::::<><><>0<>0<>17dd8bf91425cb6442089675a95e73ca<>res://godot/imported/Jar texture2.png-d2833c0b774bee546f769b212a860515.ctex:: +Jar texture3.png::CompressedTexture2D::8202057314691313271::1762214110::1762549935::1::::<><><>0<>0<>8800e5ed95b671764fb16118597f781f<>res://godot/imported/Jar texture3.png-9242d1c39f73bb404e8df5562dcc1fe6.ctex:: +Jar texture.png::CompressedTexture2D::2659464379733825532::1762214110::1762549935::1::::<><><>0<>0<>d3f534f5d9e93b9f8508c2f922fde65c<>res://godot/imported/Jar texture.png-555b37d3d3f586645141f8fc97ae9769.ctex:: +Jar.blend::PackedScene::6558716694536962755::1762214110::1762549977::1::::<><><>0<>0<>4957a8677478a54d9d700232313f9bc9<>res://godot/imported/Jar.blend-bd2df35e5e5d9c4a7d5abccf8e7957bc.scn:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jar/textures/::1762549936 +Jar texture2.png::CompressedTexture2D::2618669060640904928::1762214132::1762549936::1::::<><><>0<>0<>58b176c3a44a829b655c6068314a19b6<>res://godot/imported/Jar texture2.png-464265d3a41260a8c3e48124cc4be004.ctex:: +Jar texture3.png::CompressedTexture2D::4691766793413862400::1762214141::1762549936::1::::<><><>0<>0<>4b41e9a3f831d011893ecdaaaed39e1c<>res://godot/imported/Jar texture3.png-8dec56c8147a59e101773eaeffdf126e.ctex:: +Jar texture.png::CompressedTexture2D::3059668912889166885::1762214132::1762549936::1::::<><><>0<>0<>1cae787514bcb436df67ceb72dbe235a<>res://godot/imported/Jar texture.png-ea11d47d89763c50f4bfeff7ddc4365b.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/::1762549985 +Diamond-1000 Texture.png::CompressedTexture2D::6299560229932409762::1762214110::1762549935::1::::<><><>0<>0<>670341a85b419e6edb2b5f1ae54969f8<>res://godot/imported/Diamond-1000 Texture.png-3bb3a415b8ba0a7e06ecd3764e55cb59.ctex:: +Diamond-1000.blend::PackedScene::1247147195295824546::1762214110::1762549985::1::::<><><>0<>0<>7fb7efa1a5be9fc3496605bd7e492e6a<>res://godot/imported/Diamond-1000.blend-1e12ad70f487fd98458a8081cffd90ec.scn:: +Diamond.png::CompressedTexture2D::1384137189504145157::1762214110::1762549935::1::::<><><>0<>0<>5612b631f518183937dcae93537cc487<>res://godot/imported/Diamond.png-e5d19f366a7ae6a9be5f12574d8b17a7.ctex:: +Emerald-100.blend::PackedScene::8272007135456747794::1762214110::1762549984::1::::<><><>0<>0<>ed1c770e1619ad8eacb0521e56269044<>res://godot/imported/Emerald-100.blend-c15c57691f78d56d141b8cb2ed000499.scn:: +Emerald-100_Emerald Texture.png::CompressedTexture2D::2128231143744295457::1762214110::1762549935::1::::<><><>0<>0<>6e2c246c7144bd65b50d17b55f43a407<>res://godot/imported/Emerald-100_Emerald Texture.png-c831765465ae3de63555d6771353b106.ctex:: +Emerald.png::CompressedTexture2D::894527538769372842::1762214110::1762549935::1::::<><><>0<>0<>6bbf0ca3eca38db34d03dbb482f57709<>res://godot/imported/Emerald.png-11c183a8066706aa33fcfd6bb7ff4643.ctex:: +Ruby-500 Texture.png::CompressedTexture2D::7532086863387248598::1762214110::1762549935::1::::<><><>0<>0<>0c24c5f830aa0b51a72f02ca94fe943f<>res://godot/imported/Ruby-500 Texture.png-9ea5c0cd642b3b96af4e707926be251e.ctex:: +Ruby-500.blend::PackedScene::3495564775298048840::1762214110::1762549983::1::::<><><>0<>0<>d21f7a03bf4c057c5d04cf8880ba2fcf<>res://godot/imported/Ruby-500.blend-07262ebbe720c961b3d496f725710dba.scn:: +Ruby.png::CompressedTexture2D::4681531004898525970::1762214110::1762549936::1::::<><><>0<>0<>fa8c2177c01e63df36a63f55ca5adf54<>res://godot/imported/Ruby.png-5590e67654da5b059d0ce72b5a255a43.ctex:: +Sapphire-200 Texture.png::CompressedTexture2D::1788700513535873617::1762214110::1762549935::1::::<><><>0<>0<>4356340270df0be0c16331a15ec21bee<>res://godot/imported/Sapphire-200 Texture.png-7b0d595fea47c511232a4a15314e7529.ctex:: +Sapphire-200.blend::PackedScene::8187355785499432526::1762214110::1762549982::1::::<><><>0<>0<>ebd142bc04dd3d0ed19ce2f484e3913e<>res://godot/imported/Sapphire-200.blend-06202acb9d93736afd0254c6104f8630.scn:: +Sapphire.png::CompressedTexture2D::1200540312427242729::1762214110::1762549936::1::::<><><>0<>0<>c7e9284b2b5575da7411cb14886999a3<>res://godot/imported/Sapphire.png-95ac430ee2518b6ca7de34db6a1d90c7.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/textures/::1762549935 +Diamond-1000 Texture.png::CompressedTexture2D::7568560979419920549::1762214136::1762549935::1::::<><><>0<>0<>f29b8a26b4168841a92f81a1f49a4324<>res://godot/imported/Diamond-1000 Texture.png-d60b67bcd995496dbe200c06ab3eb2d9.ctex:: +Emerald-100_Emerald Texture.png::CompressedTexture2D::8553695356965269016::1762214137::1762549935::1::::<><><>0<>0<>6f43d3c07d988f637b8bc24ef46c65fd<>res://godot/imported/Emerald-100_Emerald Texture.png-d3afcabe1ce4a88584e7e41e8947e398.ctex:: +Ruby-500 Texture.png::CompressedTexture2D::515292523620317827::1762214138::1762549935::1::::<><><>0<>0<>f15ecce246a5ee3058fc7c880d0a4abc<>res://godot/imported/Ruby-500 Texture.png-92801ae48609a583588f1a01e8c8af4b.ctex:: +Sapphire-200 Texture.png::CompressedTexture2D::4301378911750235557::1762214139::1762549935::1::::<><><>0<>0<>20b894be8db4386f5a934d26b71928a3<>res://godot/imported/Sapphire-200 Texture.png-15fbaf33a81d17b2618dcb9fd4d32d9d.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Lamp/::1762549981 +Lamp texture.png::CompressedTexture2D::397789576106039192::1762214110::1762549935::1::::<><><>0<>0<>3e8e81eb931c7fa497ed9ad791e0500c<>res://godot/imported/Lamp texture.png-c5faec9256ecc2b06753f2cb974c0da3.ctex:: +Lamp.blend::PackedScene::2699499978662406951::1762214110::1762549981::1::::<><><>0<>0<>9f3c8b60230e1b53afd264b166620015<>res://godot/imported/Lamp.blend-b8e888dc885fc3b5abe6ee570aba3b16.scn:: +Lamp.png::CompressedTexture2D::1873510015072139472::1762214110::1762549936::1::::<><><>0<>0<>2af7ec3716842265a4c7c33cca134b92<>res://godot/imported/Lamp.png-37e73198184fe9177074303dddb93e47.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Lamp/textures/::1762549935 +Lamp texture.png::CompressedTexture2D::3264239557910697323::1762214139::1762549935::1::::<><><>0<>0<>1174b6f13814fd127189dbbacddebd80<>res://godot/imported/Lamp texture.png-eb950703e69750f4ef4850fb407109b6.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Library/::1762549980 +Library Texture.png::CompressedTexture2D::8494956624050147553::1762214110::1762549935::1::::<><><>0<>0<>c317c6a9131ec19926a99903af5cab75<>res://godot/imported/Library Texture.png-0614fc96d9069683553acaca40834a07.ctex:: +Library.blend::PackedScene::393787894468386137::1762214110::1762549980::1::::<><><>0<>0<>18cb5447bcdf195e1c16123a000e45be<>res://godot/imported/Library.blend-99a84d238a8e351977f2c77b04237a9e.scn:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Library/textures/::1762549935 +Library Texture.png::CompressedTexture2D::718943909917661873::1762214140::1762549935::1::::<><><>0<>0<>452c933b6c24e967fd9676df609eb5f7<>res://godot/imported/Library Texture.png-96f6238a917a6e9ea443462ec8ce120f.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Marketplace/::1762549968 +Marketplace texture2.png::CompressedTexture2D::4956817462232832006::1762214110::1762549935::1::::<><><>0<>0<>e9c3ccfc388fb7b7b0c1941950003a54<>res://godot/imported/Marketplace texture2.png-5f33662588e9189d42bd8e282e9315c9.ctex:: +Marketplace.blend::PackedScene::4026036225916999509::1762214111::1762549968::1::::<><><>0<>0<>07d07a7a62d2bb9d357505b0ccf552fd<>res://godot/imported/Marketplace.blend-1839c7781df85d7d83d453bbb1294cae.scn:: +marketplace.png::CompressedTexture2D::6115727602755646086::1762214111::1762549936::1::::<><><>0<>0<>5eec954f6c5669abdf02b1911cd7636b<>res://godot/imported/marketplace.png-cf577cefc888224951a564c73ee7fa41.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Marketplace/textures/::1762549935 +Marketplace texture2.png::CompressedTexture2D::5818519856099277489::1762214140::1762549935::1::::<><><>0<>0<>ec9ceffc99bdc5d09421a18c517062f7<>res://godot/imported/Marketplace texture2.png-d31d1195e85e026c1f9d1c0b56113e8f.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sacrifice table/::1762549966 +sacrifice table Texture.png::CompressedTexture2D::4088125651589945852::1762214111::1762549935::1::::<><><>0<>0<>85bf35ebdac68b7a3e4b68a581b385cd<>res://godot/imported/sacrifice table Texture.png-d4abd02bf4d182cd0ee269b86e452f6b.ctex:: +sacrifice table.blend::PackedScene::905527726469475046::1762214111::1762549966::1::::<><><>0<>0<>ef88831e7f6ab9a00cb254fae40bf5bd<>res://godot/imported/sacrifice table.blend-977d2c66242ce8568edaff2f418f1152.scn:: +Sacrifice Table.png::CompressedTexture2D::4979691525301872087::1762214111::1762549936::1::::<><><>0<>0<>4c8813724e7cedd94ac72afc86494ae1<>res://godot/imported/Sacrifice Table.png-1d862e3ec27be28d8e66c629c761048d.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sacrifice table/textures/::1762549935 +sacrifice table Texture.png::CompressedTexture2D::8180842568570731455::1762214141::1762549935::1::::<><><>0<>0<>d3eb05acec0398b90a95134964ab8dd1<>res://godot/imported/sacrifice table Texture.png-9000f0eb17d0007597288d3802c1f478.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sarcofagus/::1762549965 +Sarcofagus Texture.png::CompressedTexture2D::7682696287501943106::1762214111::1762549935::1::::<><><>0<>0<>ba8973c9634f6eef08dc1d7504cc971a<>res://godot/imported/Sarcofagus Texture.png-d7764ef8731c9c63583dbe78c1d6ceed.ctex:: +Sarcofagus.blend::PackedScene::5506963065729554928::1762214111::1762549965::1::::<><><>0<>0<>3fb0f37b38772f89dbf0a59a7034d74c<>res://godot/imported/Sarcofagus.blend-c1b4ef8acad19476f55fdebb2cf04438.scn:: +Sarcofagus.png::CompressedTexture2D::581867901677412087::1762214111::1762549936::1::::<><><>0<>0<>915b407287a5e38b537f7842c7069751<>res://godot/imported/Sarcofagus.png-e3965bcfeb9d152d1924e019d1c5e6e0.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Sarcofagus/textures/::1762549935 +Sarcofagus Texture.png::CompressedTexture2D::325425388092371845::1762214131::1762549935::1::::<><><>0<>0<>62ee4dd97fe6222e670badc806750a81<>res://godot/imported/Sarcofagus Texture.png-1b08ee52cb55f949361ae13e07fdc346.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Showcase/::1762549964 +Showcase texture.png::CompressedTexture2D::6676745340898590941::1762214111::1762549935::1::::<><><>0<>0<>20e7ef304cf6b2492c70b18322ea25b6<>res://godot/imported/Showcase texture.png-315b87f1f59b654ff98ee1fb02bae9a2.ctex:: +Showcase.blend::PackedScene::3381917310651723673::1762214111::1762549964::1::::<><><>0<>0<>147e97309833f8b1cb42d17f14fcb5d6<>res://godot/imported/Showcase.blend-8726fcc3e239257fda9799803a5c045b.scn:: +showcase.png::CompressedTexture2D::8310176872572044987::1762214111::1762549936::1::::<><><>0<>0<>488eff03a315e2838a67f492264ec17c<>res://godot/imported/showcase.png-f077a6849aab672f5a5e5df7a9132681.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Showcase/textures/::1762549935 +Showcase texture.png::CompressedTexture2D::7444571167260180840::1762214132::1762549935::1::::<><><>0<>0<>e4617983dddc09f00399e496f75c8945<>res://godot/imported/Showcase texture.png-53b958ca950829d7875e8a985a2bdd14.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Stool/::1762549974 +Stool texture.png::CompressedTexture2D::325030730991223280::1762214111::1762549936::1::::<><><>0<>0<>d7594f9d9556e55cfd868070ca878909<>res://godot/imported/Stool texture.png-048ec560f2a810afd4358760382e0ddf.ctex:: +Stool.blend::PackedScene::5837253375562261605::1762214111::1762549974::1::::<><><>0<>0<>861556589f883b5cd2f26d6ae14c8440<>res://godot/imported/Stool.blend-151ba8071f17c870e27fcc8a91874975.scn:: +Stool.png::CompressedTexture2D::7675782592783409025::1762214111::1762549936::1::::<><><>0<>0<>fe447b12e965c572c740de66614fa50b<>res://godot/imported/Stool.png-4c04415112e53058bd00bf58d7b4df6a.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Stool/textures/::1762549936 +Stool texture.png::CompressedTexture2D::2688615414650450443::1762214132::1762549936::1::::<><><>0<>0<>d777236c47a93c3503928546bb6c91bc<>res://godot/imported/Stool texture.png-5764c34f75901bea0dd07053233ebdf0.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Table/::1762549973 +Table texture.png::CompressedTexture2D::1455949895612546940::1762214111::1762549936::1::::<><><>0<>0<>8e1c1a355e9250d48e23a33f75fe7e8a<>res://godot/imported/Table texture.png-b7f487522359946b25670c456fb40028.ctex:: +Table.blend::PackedScene::2273205062399487173::1762214111::1762549973::1::::<><><>0<>0<>67831ca7a5bb731622a5b0e661efd41b<>res://godot/imported/Table.blend-0d66b4bb7f2182c8b86991ab5dafb9d8.scn:: +table.png::CompressedTexture2D::3085884767353374610::1762214111::1762549936::1::::<><><>0<>0<>ea54d33613aa72dc7ef112ed93cd1192<>res://godot/imported/table.png-aa61fc236cb48144ade1388431f8544b.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Table/textures/::1762549936 +Table texture.png::CompressedTexture2D::3371828206714602095::1762214133::1762549936::1::::<><><>0<>0<>ef8e31f60f47e974d421a74652333f30<>res://godot/imported/Table texture.png-8f1e3be42d0967110d61c5548b149549.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/textures/::1762549936 +Apple Textura.png::CompressedTexture2D::166361289724793695::1762214135::1762549936::1::::<><><>0<>0<>d3cf4f7159c374bfb8f05761715f0512<>res://godot/imported/Apple Textura.png-a16e3322b1b453d159f1bd1e7205e2df.ctex:: +Armchair Texture.png::CompressedTexture2D::573280077150946177::1762214135::1762549936::1::::<><><>0<>0<>9beae1915161cac27db2e0e2acb0f453<>res://godot/imported/Armchair Texture.png-0429032b434cd3c1ef1a9ce31e118cdc.ctex:: +Barrel texture.png::CompressedTexture2D::1648105983557212433::1762214135::1762549936::1::::<><><>0<>0<>175f4de26c4bdaf8958f8581d262126c<>res://godot/imported/Barrel texture.png-9a96d9f4e8b698a3ff409c4b4e908bf4.ctex:: +Book holder Texture.png::CompressedTexture2D::4140715832145620791::1762214135::1762549936::1::::<><><>0<>0<>3936e3dcb5e304a3c673b52e08dcefc0<>res://godot/imported/Book holder Texture.png-73af8dda3887fab215e35f932ea75b60.ctex:: +Bookholder stone Texture.png::CompressedTexture2D::7656795841972199150::1762214135::1762549936::1::::<><><>0<>0<>96171598bc019fe58b1c74cfa0d8f659<>res://godot/imported/Bookholder stone Texture.png-5d88084b6eb99d24b768de571d92b8ff.ctex:: +Bread texture.png::CompressedTexture2D::3255844809871540018::1762214135::1762549936::1::::<><><>0<>0<>b584fad0eb3f0eb6164b06f715569bb5<>res://godot/imported/Bread texture.png-5845faf5d930414c429189ceaab01539.ctex:: +Candelier texture.png::CompressedTexture2D::2293516405118125975::1762214135::1762549936::1::::<><><>0<>0<>8493c1da47c5bf06a167ab972296353c<>res://godot/imported/Candelier texture.png-e4257123e3b3d95bc1e1ff83ce3d86d2.ctex:: +Candilier texture.png::CompressedTexture2D::6566764070388705893::1762214135::1762549936::1::::<><><>0<>0<>a0b5ad2a62d78699292b42975f984da5<>res://godot/imported/Candilier texture.png-4d577c36d763869c84abd77a8a0e444c.ctex:: +Carrot textura.png::CompressedTexture2D::2236825485531556822::1762214135::1762549936::1::::<><><>0<>0<>f332e4ec6c32756558ac656504f2e87c<>res://godot/imported/Carrot textura.png-282f1d42a7aa7b8d8c888c62b8ddb7b6.ctex:: +Chair Texture.png::CompressedTexture2D::4647054258930474920::1762214135::1762549936::1::::<><><>0<>0<>a30467a99e9ae7ca09451cf66ecc68ad<>res://godot/imported/Chair Texture.png-17f428e9ef0d3dc556509057ca513d93.ctex:: +Cheese Texture.png::CompressedTexture2D::1084550485138434440::1762214135::1762549936::1::::<><><>0<>0<>0cdd921f6315c78884f9d96f8cf526fe<>res://godot/imported/Cheese Texture.png-3139728459ef1f69ce7e89fdaef832fc.ctex:: +Chest texture.png::CompressedTexture2D::6966357435155124647::1762214135::1762549936::1::::<><><>0<>0<>02346de6c5f6d94da56235644c707261<>res://godot/imported/Chest texture.png-444fab81e3949b0a24a0c81bdb52ef12.ctex:: +cooking pot Texture.png::CompressedTexture2D::3929616122547167255::1762214135::1762549936::1::::<><><>0<>0<>66ee4930443b9da9b7493ca67d546e32<>res://godot/imported/cooking pot Texture.png-3011963b06741cbb17d4fd90cc50a5dd.ctex:: +Cooper coin.png::CompressedTexture2D::8613441004533284257::1762214135::1762549936::1::::<><><>0<>0<>583bf46cabd243ccd86f4135de4dfc2c<>res://godot/imported/Cooper coin.png-1b342dc721a47266000fa22ab950112d.ctex:: +Corn Texture.png::CompressedTexture2D::5233431730423741157::1762214135::1762549936::1::::<><><>0<>0<>49a31c3b9c26dd845b764c9d71da54a5<>res://godot/imported/Corn Texture.png-5ceb61104bb270efad51e444614de1be.ctex:: +Crate Texture.png::CompressedTexture2D::669588497699516488::1762214135::1762549936::1::::<><><>0<>0<>d2631b828652885a906ea0ef524b01b5<>res://godot/imported/Crate Texture.png-2f3d45f6ebb99771398f4abc62999d70.ctex:: +Diamond-1000 Texture.png::CompressedTexture2D::2943206081263007568::1762214135::1762549936::1::::<><><>0<>0<>6e75dd7d19c0dd4574766a3352aae3de<>res://godot/imported/Diamond-1000 Texture.png-fd429e05e1322c96eb0a7a0f1ad07047.ctex:: +Emerald-100_Emerald Texture.png::CompressedTexture2D::880997527913636756::1762214135::1762549936::1::::<><><>0<>0<>420ac7f16787d16667bc380242e8a232<>res://godot/imported/Emerald-100_Emerald Texture.png-d11c670667f400fa4fbe2d69919e6d51.ctex:: +FishTexture2.png::CompressedTexture2D::6717301065713938412::1762214135::1762549936::1::::<><><>0<>0<>dd493fe6b03e3a5c99744faa0ddb9106<>res://godot/imported/FishTexture2.png-de92b1d497ede75d62864ad88a63fb7c.ctex:: +FishTexture3.png::CompressedTexture2D::4189273507618315594::1762214135::1762549936::1::::<><><>0<>0<>c3f5f242e70cd95f18e6734732176a25<>res://godot/imported/FishTexture3.png-58fb13bab42c78d3c84bc90a294c7624.ctex:: +FishTexture.png::CompressedTexture2D::3922058854286832835::1762214135::1762549936::1::::<><><>0<>0<>1220e1844454f720cc13970644e9b5f9<>res://godot/imported/FishTexture.png-aede2dfd0a96ca42a109d8c45fef9cae.ctex:: +fountain Blood Texture.png::CompressedTexture2D::228212725736436825::1762214135::1762549936::1::::<><><>0<>0<>63b7b9bfa31307c02e88032809354118<>res://godot/imported/fountain Blood Texture.png-cd79bcc186957427d7b1b4f12bb31f44.ctex:: +fountain Texture.png::CompressedTexture2D::5614750997055853944::1762214135::1762549936::1::::<><><>0<>0<>8c867a495ba4eebc46f3234455791972<>res://godot/imported/fountain Texture.png-29ccbd3e1a5b18a9ebaa8c05ff36ccf1.ctex:: +Gold coin.png::CompressedTexture2D::1338363542289953268::1762214135::1762549936::1::::<><><>0<>0<>4d42c1f521c9de16a8cfe1b335d6c591<>res://godot/imported/Gold coin.png-1460bfb04a0064817294f3c574a11e85.ctex:: +Ham Texture.png::CompressedTexture2D::1427325379250327000::1762214135::1762549936::1::::<><><>0<>0<>898e743cbb6d1625421af6f3650b10c3<>res://godot/imported/Ham Texture.png-e38ec0403f5388f976bc9867bd895765.ctex:: +Jar texture2.png::CompressedTexture2D::8305100375310206297::1762214135::1762549936::1::::<><><>0<>0<>afa48cd522b72e27434ef2cb28b49a1d<>res://godot/imported/Jar texture2.png-404c0f8e71ca4d3045baa888e79aa1d3.ctex:: +Jar texture3.png::CompressedTexture2D::1142664864749011906::1762214135::1762549936::1::::<><><>0<>0<>3d3783a7f8f4291df4748314964b2b71<>res://godot/imported/Jar texture3.png-f636fdd409d122cfa9ea5f6118925e3e.ctex:: +Jar texture.png::CompressedTexture2D::8304549618591378763::1762214135::1762549936::1::::<><><>0<>0<>f49bf71a498cc19c893a8759ae535c48<>res://godot/imported/Jar texture.png-a2bf1f6fe611d7371c93e929ee99e2d1.ctex:: +Lamp texture.png::CompressedTexture2D::8546470301070053138::1762214135::1762549936::1::::<><><>0<>0<>265da2ae767b67a1459a63ea882286e7<>res://godot/imported/Lamp texture.png-a0595a3d668be8de5901bc5fc5eab64f.ctex:: +Library Texture.png::CompressedTexture2D::5430754653027735794::1762214135::1762549936::1::::<><><>0<>0<>537bba8593eb8b9d24b1cefbfd834ae9<>res://godot/imported/Library Texture.png-4c57d6bc0327811ed3bb314982ce4c6b.ctex:: +Marketplace texture2.png::CompressedTexture2D::7921324456232514056::1762214135::1762549936::1::::<><><>0<>0<>817a4971926ab02c354ad6e7c9705620<>res://godot/imported/Marketplace texture2.png-69ec9cca0d9e14ee702cde1d1e36390b.ctex:: +Ruby-500 Texture.png::CompressedTexture2D::228867902270981065::1762214135::1762549936::1::::<><><>0<>0<>af6f907972502a7b47d9a764fa04c7e6<>res://godot/imported/Ruby-500 Texture.png-980a5177e51bb291b62f9958de7b707d.ctex:: +sacrifice table Texture.png::CompressedTexture2D::8160770602416620865::1762214135::1762549936::1::::<><><>0<>0<>74ae91cd92afb443266d6a2fa0ea9b91<>res://godot/imported/sacrifice table Texture.png-b57313b56844b87382c35260465045c2.ctex:: +Sapphire-200 Texture.png::CompressedTexture2D::6091844507313807103::1762214135::1762549936::1::::<><><>0<>0<>5b879c37456f4046f85f2686b6842d53<>res://godot/imported/Sapphire-200 Texture.png-f2a508e32cfc497d35cde9925514aa83.ctex:: +Sarcofagus Texture.png::CompressedTexture2D::7976481210830079125::1762214135::1762549936::1::::<><><>0<>0<>f3e14400aec2eb851285dde5fd88fe42<>res://godot/imported/Sarcofagus Texture.png-3dcf6237790a67ab6f9fcf303ad81701.ctex:: +Showcase texture.png::CompressedTexture2D::7513576350166040012::1762214135::1762549936::1::::<><><>0<>0<>99a98a441cd9a7ff5da8ff17676e4da0<>res://godot/imported/Showcase texture.png-6ba96e704bea3c2042c5b1359a315d31.ctex:: +Silver coin.png::CompressedTexture2D::8999310460935163396::1762214135::1762549936::1::::<><><>0<>0<>9fa69afaacb130813a6980be4aa79430<>res://godot/imported/Silver coin.png-1983061f662626fb627c9b8cac05c502.ctex:: +Stool texture.png::CompressedTexture2D::6567901389587102957::1762214135::1762549936::1::::<><><>0<>0<>1085ce87ec5ab78e26efda8435427cff<>res://godot/imported/Stool texture.png-81e57616e5f78c50772782b08409845f.ctex:: +Table texture.png::CompressedTexture2D::8290416902504131582::1762214135::1762549936::1::::<><><>0<>0<>60fcd5e80d85f3ee8e390cd6a0e6e57d<>res://godot/imported/Table texture.png-40a4f1df10673d40189dd149505926ab.ctex:: +Torch textura.png::CompressedTexture2D::1238181141816355323::1762214135::1762549936::1::::<><><>0<>0<>47163c39e1d149e99210304a93ef8082<>res://godot/imported/Torch textura.png-3393b18a8194109325c2d58aef143709.ctex:: +watermelon texture.png::CompressedTexture2D::4884912855249817905::1762214135::1762549936::1::::<><><>0<>0<>b6ee10d4eadfa963d3648148ac0eda35<>res://godot/imported/watermelon texture.png-472418391fc6368fe59a57f79e115a97.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Torch/::1762549969 +Torch textura.png::CompressedTexture2D::4610653285072867293::1762214111::1762549936::1::::<><><>0<>0<>ab1fe400f893b211c98c26cf172ec051<>res://godot/imported/Torch textura.png-9a6dfdd70ca0363a7e4c562d971761f3.ctex:: +Torch.blend::PackedScene::5480990841146102880::1762214111::1762549969::1::::<><><>0<>0<>0ba1fb9c5f902f6ccab05791c0fd0dbf<>res://godot/imported/Torch.blend-789a571a7969ee059dfa7db5d4f6a127.scn:: +Torch.png::CompressedTexture2D::351198924421519693::1762214111::1762549936::1::::<><><>0<>0<>f63180f561d6208466eadf58c73755f9<>res://godot/imported/Torch.png-677d68fe92d94b4337b2d457cf159937.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Torch/textures/::1762549936 +Torch textura.png::CompressedTexture2D::7953689751899469491::1762214134::1762549936::1::::<><><>0<>0<>37595380bad89ae5c39aa5cb6fdf0bce<>res://godot/imported/Torch textura.png-9872a4e70f26375f2ae797622909aadb.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Watermelon/::1762549969 +watermelon texture.png::CompressedTexture2D::789567158905021608::1762214111::1762549936::1::::<><><>0<>0<>1c7ebd7b70f0655bb4f3fa57c1901e6c<>res://godot/imported/watermelon texture.png-4582b3c851263dc6e768b5886180c9f9.ctex:: +watermelon.blend::PackedScene::1979212375999395685::1762214111::1762549969::1::::<><><>0<>0<>bbdeb4cf5085c708d1100df521049d6e<>res://godot/imported/watermelon.blend-703343c74bb4ebd5f07b8150c02393de.scn:: +Watermelon.png::CompressedTexture2D::4622691495399785292::1762214111::1762549936::1::::<><><>0<>0<>479121f8493aa497af40c28e494a4467<>res://godot/imported/Watermelon.png-b2697c9708bee5b963b019f59ce072ee.ctex:: +::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Watermelon/textures/::1762549936 +watermelon texture.png::CompressedTexture2D::6416221380838967934::1762214135::1762549936::1::::<><><>0<>0<>d4690eb706cb3b7955af77deccc73d81<>res://godot/imported/watermelon texture.png-541f17b18ea0c3e5c2e2e0deabc6e589.ctex:: +::res://assets-lib/puzzle_jewels/::1762211886 +::res://assets-lib/puzzle_jewels/Puzzle Jewels/::1762549936 +JewelBlack.png::CompressedTexture2D::3743047689803353571::1286391028::1762549936::1::::<><><>0<>0<>bb24fcda648b867c77c9d63a56062a1a<>res://godot/imported/JewelBlack.png-fc4d3bb6ddd5f138aa23063b28505a4c.ctex:: +JewelBlue.png::CompressedTexture2D::2454897551914799705::1286391178::1762549936::1::::<><><>0<>0<>a6d57998f765e850698896dc47a96672<>res://godot/imported/JewelBlue.png-d92b3d5f731100f6b50b58071b7cbbcd.ctex:: +JewelBrown.png::CompressedTexture2D::5560131766900129636::1286391296::1762549936::1::::<><><>0<>0<>53d0b527d89c33136eace5242d204b7d<>res://godot/imported/JewelBrown.png-19733e2dd3f1a5be8455d70fe6cc6743.ctex:: +JewelGreen.png::CompressedTexture2D::7901119386290279699::1286391068::1762549936::1::::<><><>0<>0<>72ab71a1c0bfcf684811ecbcb4392439<>res://godot/imported/JewelGreen.png-d0b9f30e91dc8e248afa16b3edeb2180.ctex:: +JewelOrange.png::CompressedTexture2D::4882074304811031559::1286391256::1762549936::1::::<><><>0<>0<>bdacc827a6e1f10446bad227ff0b14f6<>res://godot/imported/JewelOrange.png-9fb2da21dae3016728b586fbc64d5eb5.ctex:: +JewelRed.png::CompressedTexture2D::6421378616202419305::1286391214::1762549936::1::::<><><>0<>0<>b9ca5e03a0ea983656fd4630c4bfa8f6<>res://godot/imported/JewelRed.png-913214f163b319b647dece856f610dad.ctex:: +JewelViolet.png::CompressedTexture2D::1223300977922415503::1286390994::1762549936::1::::<><><>0<>0<>6fbdfd83be494538d22e58f0cb963d6e<>res://godot/imported/JewelViolet.png-7528c10ff75f59ab812862390dc7510b.ctex:: +JewelWhite.png::CompressedTexture2D::7321138914106348389::1286391138::1762549936::1::::<><><>0<>0<>d8846c13c615bd0cb7cc5d76e1307a68<>res://godot/imported/JewelWhite.png-422c127fba42b04dbeac4e96b197b79d.ctex:: +JewelYellow.png::CompressedTexture2D::8166816110935170312::1286391096::1762549936::1::::<><><>0<>0<>a468b9ff913069123da1e59b345fc9a6<>res://godot/imported/JewelYellow.png-1d6a2d4715db831cd933664c96c42e39.ctex:: +Preview.png::CompressedTexture2D::419388528255251564::1291914616::1762549936::1::::<><><>0<>0<>57cd0d407e9e379224488b4815225762<>res://godot/imported/Preview.png-d42a9938a1a76660758a9a9f22f9f2e0.ctex:: +::res://assets-lib/Speakers/::1762187981 +::res://assets-lib/Speakers/Render/::1762549936 +1.png::CompressedTexture2D::257180544930755638::1762187967::1762549936::1::::<><><>0<>0<>6f8c78fd95e554c0077d77302ec15740<>res://godot/imported/1.png-ab13c72de07d13c2cd9086e76c3fe963.ctex:: +2.png::CompressedTexture2D::5475068165498865154::1762187967::1762549936::1::::<><><>0<>0<>8d35bb28d7aa27458c8d945e70569edb<>res://godot/imported/2.png-d105ed0bed19c13025e61a372e5f7d4d.ctex:: +3.png::CompressedTexture2D::7865319191501456584::1762187967::1762549936::1::::<><><>0<>0<>0151851171faa83b3541db4cc7b2d663<>res://godot/imported/3.png-6393e96e45b03d0186360e9fa3efc660.ctex:: +::res://assets-lib/Speakers/SpeakersHighPoly/::1762549939 +SpeakerAHighPoly.obj::Mesh::7719604672027387232::1762187967::1762549939::1::::<><><>0<>0<>0da0913a38117dab043b188763fc998e<>res://godot/imported/SpeakerAHighPoly.obj-d37b5dff28dcbff06da58a22981b0e8c.mesh<*>res://godot/imported/SpeakerAHighPoly.obj-d37b5dff28dcbff06da58a22981b0e8c.mesh:: +SpeakerBHighPoly.obj::Mesh::4339158506796818696::1762187967::1762549939::1::::<><><>0<>0<>1eaae0d0b2ad311b224a56885227a768<>res://godot/imported/SpeakerBHighPoly.obj-fdec3104c6f05615d7cb1bbfa273561d.mesh<*>res://godot/imported/SpeakerBHighPoly.obj-fdec3104c6f05615d7cb1bbfa273561d.mesh:: +::res://assets-lib/Speakers/SpeakersLowPoly/::1762549939 +SpeakerALowPoly.obj::Mesh::2391107317155846262::1762187967::1762549939::1::::<><><>0<>0<>a7d128d70dea6a2b533fb85ed6caa7c1<>res://godot/imported/SpeakerALowPoly.obj-3d6da5876738b4222f1ff76efae9e983.mesh<*>res://godot/imported/SpeakerALowPoly.obj-3d6da5876738b4222f1ff76efae9e983.mesh:: +SpeakerBLowPoly.obj::Mesh::6970648290978211674::1762187967::1762549939::1::::<><><>0<>0<>87fcf52668f01330637cbef9e1b36569<>res://godot/imported/SpeakerBLowPoly.obj-7da287f9e05d4a1486912906763133de.mesh<*>res://godot/imported/SpeakerBLowPoly.obj-7da287f9e05d4a1486912906763133de.mesh:: +::res://music/::1762549935 +03-Enkelz_-_Ich_hass_Dich.mp3::AudioStreamMP3::892699972061214237::1150746572::1762549935::1::::<><><>0<>0<>5597065192e879b583275d973dad8897<>res://godot/imported/03-Enkelz_-_Ich_hass_Dich.mp3-fc8ebf18775d307a681b8893f81658f7.mp3str:: +04-Enkelz_-_Falsche_Freundschaft.mp3::AudioStreamMP3::9107408394039865124::1150746572::1762549935::1::::<><><>0<>0<>f0374ce323fad4923d97edb59a7abe87<>res://godot/imported/04-Enkelz_-_Falsche_Freundschaft.mp3-2d63af6eb1a70c6fb4b3144cdf4e6643.mp3str:: +07-Portishead-Roads-cbm.mp3::AudioStreamMP3::5934968463700652791::1147958460::1762549935::1::::<><><>0<>0<>32fef6a703cf07f49862bc8ed0493c63<>res://godot/imported/07-Portishead-Roads-cbm.mp3-662dbbfceef8cedd8718951f6d094bf5.mp3str:: +10-Portishead-Glory_Box-cbm.mp3::AudioStreamMP3::6943640532968849098::1147958476::1762549935::1::::<><><>0<>0<>884535f08029c1f5ee17e3ea74472703<>res://godot/imported/10-Portishead-Glory_Box-cbm.mp3-010b074e8683747eac6077f1cb989d4d.mp3str:: +12-Never let me down again (agro mix).mp3::AudioStreamMP3::6432589745429711015::1148899696::1762549935::1::::<><><>0<>0<>9690f9eb3e73c9bf7dacb1315803beda<>res://godot/imported/12-Never let me down again (agro mix).mp3-8d38290f5fc237c56095179e7a221869.mp3str:: +Rammstein - Sonne.mp3::AudioStreamMP3::2748735988195406909::1334071046::1762549935::1::::<><><>0<>0<>aa060c92094254be562eaf28ad01f9e6<>res://godot/imported/Rammstein - Sonne.mp3-af105dfa30f6784a46e745e48a461107.mp3str:: +::res://music/effects/::1762549938 +achievement.wav::AudioStreamWAV::3309040293208614036::1762470514::1762549938::1::::<><><>0<>0<>c124234a270d3ce6b37cc2d618fc80d0<>res://godot/imported/achievement.wav-c1ce8e703b000ba2f37543f6e3600ec9.sample:: +Error or failed.mp3::AudioStreamMP3::7676801271923424520::1762470693::1762549935::1::::<><><>0<>0<>a1a3b4910471b5f8afd475b355c59187<>res://godot/imported/Error or failed.mp3-e5b009e0f77167ac40cbf6787dd9b02b.mp3str:: +low-rumbling-176033.mp3::AudioStreamMP3::1998287996424834296::1762470854::1762549935::1::::<><><>0<>0<>4c96e719a41cafd4d9403c6364878dff<>res://godot/imported/low-rumbling-176033.mp3-57c8492d18da9cb7583bbc3f00542ac5.mp3str:: +solitude_1.ogg::AudioStreamOggVorbis::2395885903225411914::1762473395::1762549935::1::::<><><>0<>0<>e9071ef9d85411d3295ea870011b9c75<>res://godot/imported/solitude_1.ogg-4108b6f2c8b3e4c1719c329675dfa36b.oggvorbisstr:: +::res://objekte/::1762550804 +book_holder.gd::GDScript::6410267910275600642::1762277113::0::1::::<>Node3D<><>0<>0<><>:: +book_holder.tscn::PackedScene::5235561462137678593::1762462717::0::1::::<><><>0<>0<><>:: +cube_number.gd::GDScript::3223377460491385620::1762155615::0::1::::<>MeshInstance3D<><>0<>0<><>:: +escape_room_large.tscn::PackedScene::4055498820399116915::1762212543::0::1::::<><><>0<>0<><>::uid://b1e2j8otm6dle::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/room-large.obj<>uid://dek8tlms7uohk::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor-end.obj<>uid://8s1equk13ycu::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/corridor.obj +jewels.tscn::PackedScene::3784999525974955801::1762465787::0::1::::<><><>0<>0<><>::uid://c8l60rnugru40::::res://addons/godot-xr-tools/objects/pickable.tscn<>uid://dowas27w8fcj3::::res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Sapphire-200.blend +riddel_cube.tscn::PackedScene::4976030676642758126::1762472483::0::1::::<><><>0<>0<><>::uid://c8l60rnugru40::::res://addons/godot-xr-tools/objects/pickable.tscn<>uid://c25yxb0vt53vc::::res://addons/godot-xr-tools/objects/grab_points/grab_point_hand_left.tscn<>uid://bl6os5spt4j1e::::res://objekte/cube_number.gd<>uid://nq3xh1olqipq::::res://addons/godot-xr-tools/hands/animations/left/Grip Shaft.res<>uid://ctw7nbntd5pcj::::res://addons/godot-xr-tools/objects/grab_points/grab_point_hand_right.tscn<>uid://c4we3yvdk1o5w::::res://addons/godot-xr-tools/hands/poses/hand_pose_settings.gd<>uid://c8dghcftg1thx::::res://addons/godot-xr-tools/hands/animations/right/Grip Shaft.res<>uid://dh8grd7s3n8kg::::res://addons/godot-xr-tools/objects/grab_points/grab_point_snap.tscn<>uid://bmwm1pdv3daft::::res://addons/godot-xr-tools/objects/highlight/highlight_visible.gd +riddel_cube_board.gd::GDScript::7247404267374229342::1762473301::0::1::::<>Node3D<><>0<>0<><>:: +riddel_cube_board.tscn::PackedScene::6723233406622353799::1762473723::0::1::::<><><>0<>0<><>::uid://c1iv6daxy7dau::::res://objekte/riddel_cube_board_snap_zone.tscn<>uid://u5qk4tyitmcv::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall.obj<>uid://dbixxo8e71agc::::res://objekte/riddel_cube_board.gd<>uid://3p8rneagook3::::res://music/effects/low-rumbling-176033.mp3<>uid://baet5j0leytc1::::res://music/effects/solitude_1.ogg +riddel_cube_board_snap_zone.tscn::PackedScene::6615596899115068288::1762090230::0::1::::<><><>0<>0<><>::uid://ce7vysyvondf8::::res://addons/godot-xr-tools/objects/snap_zone.tscn<>uid://da2qgxxwwitl6::::res://addons/godot-xr-tools/objects/highlight/highlight_ring.tscn +riddel_node.gd::GDScript::4127695075328513279::1762169633::0::1::::<>MeshInstance3D<><>0<>0<><>:: +riddel_node.tscn::PackedScene::3698246129280416202::1762465860::0::1::::<><><>0<>0<><>::uid://c8l60rnugru40::::res://addons/godot-xr-tools/objects/pickable.tscn<>uid://c25yxb0vt53vc::::res://addons/godot-xr-tools/objects/grab_points/grab_point_hand_left.tscn<>uid://by2qsgi3njnjb::::res://objekte/riddel_node.gd<>uid://ctw7nbntd5pcj::::res://addons/godot-xr-tools/objects/grab_points/grab_point_hand_right.tscn<>uid://dh8grd7s3n8kg::::res://addons/godot-xr-tools/objects/grab_points/grab_point_snap.tscn<>uid://c4we3yvdk1o5w::::res://addons/godot-xr-tools/hands/poses/hand_pose_settings.gd<>uid://di384xtde8ydf::::res://addons/godot-xr-tools/hands/animations/left/Grip 2.res<>uid://bmwm1pdv3daft::::res://addons/godot-xr-tools/objects/highlight/highlight_visible.gd<>uid://r8hleealhrqt::::res://addons/godot-xr-tools/hands/animations/right/Grip 2.res +riddel_node_board.gd::GDScript::624883181653812601::1762209638::0::1::::<>Node3D<><>0<>0<><>:: +riddel_node_board.tscn::PackedScene::7292589378942535289::1762213539::0::1::::<><><>0<>0<><>::uid://3o7s3enatvs1::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall-top.obj<>uid://bal6s1jpga6sg::::res://objekte/riddel_node_snap_zone.tscn +riddel_node_snap_zone.tscn::PackedScene::2411044590253736422::1762190772::0::1::::<><><>0<>0<><>::uid://ce7vysyvondf8::::res://addons/godot-xr-tools/objects/snap_zone.tscn<>uid://da2qgxxwwitl6::::res://addons/godot-xr-tools/objects/highlight/highlight_ring.tscn +würfel.tscn::PackedScene::6205935797149982802::1762550804::0::1::::<><><>0<>0<><>::uid://c8l60rnugru40::::res://addons/godot-xr-tools/objects/pickable.tscn<>uid://bmwm1pdv3daft::::res://addons/godot-xr-tools/objects/highlight/highlight_visible.gd<>uid://c25yxb0vt53vc::::res://addons/godot-xr-tools/objects/grab_points/grab_point_hand_left.tscn<>uid://nq3xh1olqipq::::res://addons/godot-xr-tools/hands/animations/left/Grip Shaft.res<>uid://c4we3yvdk1o5w::::res://addons/godot-xr-tools/hands/poses/hand_pose_settings.gd<>uid://ctw7nbntd5pcj::::res://addons/godot-xr-tools/objects/grab_points/grab_point_hand_right.tscn<>uid://c8dghcftg1thx::::res://addons/godot-xr-tools/hands/animations/right/Grip Shaft.res +zahnrad_stange.tscn::PackedScene::6176352828062145866::1762211613::0::1::::<><><>0<>0<><>::uid://c8l60rnugru40::::res://addons/godot-xr-tools/objects/pickable.tscn<>uid://do01u84jbfy7t::::res://assets-lib/gear_door_study/gear_door_study/gear_door_study.blend<>uid://bop8qbrt2oyg3::::res://assets-lib/gear_door_study/gear_door_study/door_color.png<>uid://dhrgis545yb7j::::res://assets-lib/gear_door_study/gear_door_study/door_metal.png<>uid://b3amlo04rmqy0::::res://assets-lib/gear_door_study/gear_door_study/door_normal.png +::res://old_skripte/::1762547057 +alternative.tscn::PackedScene::6599483445003714653::1762547057::0::1::::<><><>0<>0<><>::uid://ci02ru6m6uoic::::res://escape_room_szene_room.gd<>uid://clc5dre31iskm::::res://addons/godot-xr-tools/xr/start_xr.tscn<>uid://btknduttnmoxf::::res://addons/godot-xr-tools/misc/vr_common_shader_cache.tscn<>uid://bl2nuu3qhlb5k::::res://addons/godot-xr-tools/functions/movement_direct.tscn<>uid://dhaqth6q5yw4n::::res://addons/godot-xr-tools/hands/model/hand_l.gltf<>uid://b6bk2pj8vbj28::::res://addons/godot-xr-tools/functions/movement_turn.tscn<>uid://ds1t8vc0kxoeo::::res://addons/godot-xr-tools/hands/model/hand_r.gltf<>uid://diyu06cw06syv::::res://addons/godot-xr-tools/player/player_body.tscn<>uid://bq74kq5duydfa::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/room-wide.glb<>uid://5m5q0sjhcoa4::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/gate-door-window.glb<>uid://b3nrtkwdx53bp::::res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/GLB format/template-wall.glb +loading_screen.gd::GDScript::9056852175751084555::1761944013::0::1::::<>Node3D<><>0<>0<><>:: +loading_screen.tscn::PackedScene::8908108929423007567::1761944452::0::1::::<><><>0<>0<><>:: +loading_szene.tscn::PackedScene::950920469863768948::1761944922::0::1::::<><><>0<>0<><>::uid://bqumugyvkct4r::::res://addons/godot-xr-tools/staging/loading_screen.tscn +xr_hand_modifier_3d.gd::GDScript::9149103623582243343::1761931689::0::1::::XRToolsHandPoseController<>XRController3D<><>0<>0<><>:: +::res://scenes/::1762547057 diff --git a/escape-room/godot/editor/filesystem_update4 b/escape-room/godot/editor/filesystem_update4 new file mode 100644 index 0000000..39462f2 --- /dev/null +++ b/escape-room/godot/editor/filesystem_update4 @@ -0,0 +1,5 @@ +res://escape-room-szene-room.tscn +res://openxr_action_map.tres +res://addons/godot-xr-tools/materials/highlight.tres +res://addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres +res://addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres diff --git a/escape-room/godot/editor/floorCorner.dae-7ccf3892027741effacf73b89df7f3e4.scn-folding-e8ba6b61f34c6fb557ebcf49ad965fa2.cfg b/escape-room/godot/editor/floorCorner.dae-7ccf3892027741effacf73b89df7f3e4.scn-folding-e8ba6b61f34c6fb557ebcf49ad965fa2.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/floorCorner.dae-7ccf3892027741effacf73b89df7f3e4.scn-folding-e8ba6b61f34c6fb557ebcf49ad965fa2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/floorCorner.fbx-215bdae1955ce58a62482a11d1ee3f6f.scn-folding-9b4444e3fe5513719bab1bdbe1f1cea9.cfg b/escape-room/godot/editor/floorCorner.fbx-215bdae1955ce58a62482a11d1ee3f6f.scn-folding-9b4444e3fe5513719bab1bdbe1f1cea9.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/floorCorner.fbx-215bdae1955ce58a62482a11d1ee3f6f.scn-folding-9b4444e3fe5513719bab1bdbe1f1cea9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/floorCorner.glb-b369bb86a1aaba34000d5877f8ec7d40.scn-folding-36e5b6706a65085d55e32797e1de92f6.cfg b/escape-room/godot/editor/floorCorner.glb-b369bb86a1aaba34000d5877f8ec7d40.scn-folding-36e5b6706a65085d55e32797e1de92f6.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/floorCorner.glb-b369bb86a1aaba34000d5877f8ec7d40.scn-folding-36e5b6706a65085d55e32797e1de92f6.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/floorCorner.obj-55f4f926341a2d78c3ab83c157c008f4.mesh-folding-e1db1175ced590aac6501bd4dc707c0c.cfg b/escape-room/godot/editor/floorCorner.obj-55f4f926341a2d78c3ab83c157c008f4.mesh-folding-e1db1175ced590aac6501bd4dc707c0c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/floorCorner.obj-55f4f926341a2d78c3ab83c157c008f4.mesh-folding-e1db1175ced590aac6501bd4dc707c0c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/floorCornerRound.dae-807b42a386d593f439c066e410a38797.scn-folding-f3976e999a6581ac2790da36cced3097.cfg b/escape-room/godot/editor/floorCornerRound.dae-807b42a386d593f439c066e410a38797.scn-folding-f3976e999a6581ac2790da36cced3097.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/floorCornerRound.dae-807b42a386d593f439c066e410a38797.scn-folding-f3976e999a6581ac2790da36cced3097.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/floorCornerRound.fbx-84de9a39c26da0a1e156d30a56ecf693.scn-folding-3dbd94edc0bf6db59616f265764a8d5c.cfg b/escape-room/godot/editor/floorCornerRound.fbx-84de9a39c26da0a1e156d30a56ecf693.scn-folding-3dbd94edc0bf6db59616f265764a8d5c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/floorCornerRound.fbx-84de9a39c26da0a1e156d30a56ecf693.scn-folding-3dbd94edc0bf6db59616f265764a8d5c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/floorCornerRound.glb-bcc4f38cec71ae1447b5ee39bc402561.scn-folding-5a31e294bbbddd45d583d6ac764033d4.cfg b/escape-room/godot/editor/floorCornerRound.glb-bcc4f38cec71ae1447b5ee39bc402561.scn-folding-5a31e294bbbddd45d583d6ac764033d4.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/floorCornerRound.glb-bcc4f38cec71ae1447b5ee39bc402561.scn-folding-5a31e294bbbddd45d583d6ac764033d4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/floorCornerRound.obj-d017a663ab0d976586fc06451d921947.mesh-folding-00b84a5a830c5d9678acad488ed6fec4.cfg b/escape-room/godot/editor/floorCornerRound.obj-d017a663ab0d976586fc06451d921947.mesh-folding-00b84a5a830c5d9678acad488ed6fec4.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/floorCornerRound.obj-d017a663ab0d976586fc06451d921947.mesh-folding-00b84a5a830c5d9678acad488ed6fec4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/floorFull.dae-e18a7dc24632d7fa344b64c24c94295d.scn-folding-d1539ed3726de2e8dc6edb46ab689fd5.cfg b/escape-room/godot/editor/floorFull.dae-e18a7dc24632d7fa344b64c24c94295d.scn-folding-d1539ed3726de2e8dc6edb46ab689fd5.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/floorFull.dae-e18a7dc24632d7fa344b64c24c94295d.scn-folding-d1539ed3726de2e8dc6edb46ab689fd5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/floorFull.fbx-9dac294a3db8acaa78b83134c7106a36.scn-folding-379bd11be463ddf65b15259aa5cd2ef4.cfg b/escape-room/godot/editor/floorFull.fbx-9dac294a3db8acaa78b83134c7106a36.scn-folding-379bd11be463ddf65b15259aa5cd2ef4.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/floorFull.fbx-9dac294a3db8acaa78b83134c7106a36.scn-folding-379bd11be463ddf65b15259aa5cd2ef4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/floorFull.glb-317dd0535bb0949e633f900bb08cb7e5.scn-folding-48bce44b873ee5a2e1fe874c4269e44c.cfg b/escape-room/godot/editor/floorFull.glb-317dd0535bb0949e633f900bb08cb7e5.scn-folding-48bce44b873ee5a2e1fe874c4269e44c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/floorFull.glb-317dd0535bb0949e633f900bb08cb7e5.scn-folding-48bce44b873ee5a2e1fe874c4269e44c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/floorFull.obj-e6dcf4acdfb2ff048521064f7d92f6a3.mesh-folding-c4164ae6a351734b7332996e9cc58c13.cfg b/escape-room/godot/editor/floorFull.obj-e6dcf4acdfb2ff048521064f7d92f6a3.mesh-folding-c4164ae6a351734b7332996e9cc58c13.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/floorFull.obj-e6dcf4acdfb2ff048521064f7d92f6a3.mesh-folding-c4164ae6a351734b7332996e9cc58c13.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/floorHalf.dae-72d992abeca63ec799156235f82426e0.scn-folding-b52c2c4b7afe7b8b86a89b7db379c5f8.cfg b/escape-room/godot/editor/floorHalf.dae-72d992abeca63ec799156235f82426e0.scn-folding-b52c2c4b7afe7b8b86a89b7db379c5f8.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/floorHalf.dae-72d992abeca63ec799156235f82426e0.scn-folding-b52c2c4b7afe7b8b86a89b7db379c5f8.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/floorHalf.fbx-6c5ad41df8f24947a7a124d863012ac5.scn-folding-3caf2a46d0c0a274d103b580c9bc0ca6.cfg b/escape-room/godot/editor/floorHalf.fbx-6c5ad41df8f24947a7a124d863012ac5.scn-folding-3caf2a46d0c0a274d103b580c9bc0ca6.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/floorHalf.fbx-6c5ad41df8f24947a7a124d863012ac5.scn-folding-3caf2a46d0c0a274d103b580c9bc0ca6.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/floorHalf.glb-cbc48761e083b8e11fe8366a72c222a0.scn-folding-7b8c4c84db7a08c044a286b72a402bc5.cfg b/escape-room/godot/editor/floorHalf.glb-cbc48761e083b8e11fe8366a72c222a0.scn-folding-7b8c4c84db7a08c044a286b72a402bc5.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/floorHalf.glb-cbc48761e083b8e11fe8366a72c222a0.scn-folding-7b8c4c84db7a08c044a286b72a402bc5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/floorHalf.obj-a62c735a61351a98c5ca731ac6598833.mesh-folding-38289801261fe0ad84364f956a8c7625.cfg b/escape-room/godot/editor/floorHalf.obj-a62c735a61351a98c5ca731ac6598833.mesh-folding-38289801261fe0ad84364f956a8c7625.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/floorHalf.obj-a62c735a61351a98c5ca731ac6598833.mesh-folding-38289801261fe0ad84364f956a8c7625.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/fountain Blood.blend-0901778ad049e0d35860897b310ac3d7.scn-folding-a23643e778d7a3a774998b7ce7ff8119.cfg b/escape-room/godot/editor/fountain Blood.blend-0901778ad049e0d35860897b310ac3d7.scn-folding-a23643e778d7a3a774998b7ce7ff8119.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/fountain Blood.blend-0901778ad049e0d35860897b310ac3d7.scn-folding-a23643e778d7a3a774998b7ce7ff8119.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/fountain.blend-23d42c2486ca6492b16b9461f8183bc1.scn-folding-237d1bfb3a8f92140baae56b01eef83f.cfg b/escape-room/godot/editor/fountain.blend-23d42c2486ca6492b16b9461f8183bc1.scn-folding-237d1bfb3a8f92140baae56b01eef83f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/fountain.blend-23d42c2486ca6492b16b9461f8183bc1.scn-folding-237d1bfb3a8f92140baae56b01eef83f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/gameCartridge1.fbx-a178f36c417aef2a81b614567613bfd5.scn-folding-9f2d1b777b162dddb4f34d67e4ac0fda.cfg b/escape-room/godot/editor/gameCartridge1.fbx-a178f36c417aef2a81b614567613bfd5.scn-folding-9f2d1b777b162dddb4f34d67e4ac0fda.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/gameCartridge1.fbx-a178f36c417aef2a81b614567613bfd5.scn-folding-9f2d1b777b162dddb4f34d67e4ac0fda.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/gameCartridge1.obj-576b8f6c05cb72b015fadc839285aebf.mesh-folding-b190c2b19167eea6c5962b39ffc34d29.cfg b/escape-room/godot/editor/gameCartridge1.obj-576b8f6c05cb72b015fadc839285aebf.mesh-folding-b190c2b19167eea6c5962b39ffc34d29.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/gameCartridge1.obj-576b8f6c05cb72b015fadc839285aebf.mesh-folding-b190c2b19167eea6c5962b39ffc34d29.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/gate-door-window.fbx-a986272eb81e546669b6b18ac7d1cace.scn-folding-9eccaae3e9f9f38e45d2bdc5389c7ccc.cfg b/escape-room/godot/editor/gate-door-window.fbx-a986272eb81e546669b6b18ac7d1cace.scn-folding-9eccaae3e9f9f38e45d2bdc5389c7ccc.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/gate-door-window.fbx-a986272eb81e546669b6b18ac7d1cace.scn-folding-9eccaae3e9f9f38e45d2bdc5389c7ccc.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/gate-door-window.glb-e6a51394295c070fb5f28b1a090ccb78.scn-folding-b7b2a19275a5885a249177027d252c6c.cfg b/escape-room/godot/editor/gate-door-window.glb-e6a51394295c070fb5f28b1a090ccb78.scn-folding-b7b2a19275a5885a249177027d252c6c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/gate-door-window.glb-e6a51394295c070fb5f28b1a090ccb78.scn-folding-b7b2a19275a5885a249177027d252c6c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/gate-door-window.obj-cc06ac914806ac6ddc6c9a21b918c865.mesh-folding-c501d934bf3aa76abb1070fe77a950a5.cfg b/escape-room/godot/editor/gate-door-window.obj-cc06ac914806ac6ddc6c9a21b918c865.mesh-folding-c501d934bf3aa76abb1070fe77a950a5.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/gate-door-window.obj-cc06ac914806ac6ddc6c9a21b918c865.mesh-folding-c501d934bf3aa76abb1070fe77a950a5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/gate-door.fbx-c3bd94c7ef1d17cb34f6e39f7d64304b.scn-folding-416a7c1142391dcb7fa06da287b0b31a.cfg b/escape-room/godot/editor/gate-door.fbx-c3bd94c7ef1d17cb34f6e39f7d64304b.scn-folding-416a7c1142391dcb7fa06da287b0b31a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/gate-door.fbx-c3bd94c7ef1d17cb34f6e39f7d64304b.scn-folding-416a7c1142391dcb7fa06da287b0b31a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/gate-door.glb-4872f37094a9ae5637552d63d0afef38.scn-folding-4210aebdebd4ed77e48d5d6f1ed0257c.cfg b/escape-room/godot/editor/gate-door.glb-4872f37094a9ae5637552d63d0afef38.scn-folding-4210aebdebd4ed77e48d5d6f1ed0257c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/gate-door.glb-4872f37094a9ae5637552d63d0afef38.scn-folding-4210aebdebd4ed77e48d5d6f1ed0257c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/gate-door.obj-4c165e4fecd9cca2fe32f75d53095d29.mesh-folding-b87cd9d93af3c905053f66c078c55c30.cfg b/escape-room/godot/editor/gate-door.obj-4c165e4fecd9cca2fe32f75d53095d29.mesh-folding-b87cd9d93af3c905053f66c078c55c30.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/gate-door.obj-4c165e4fecd9cca2fe32f75d53095d29.mesh-folding-b87cd9d93af3c905053f66c078c55c30.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/gate.fbx-f0fd6dafcdd45c12484880a8e14cf94f.scn-folding-86293986dbf2ca36b66d2dd4020c8564.cfg b/escape-room/godot/editor/gate.fbx-f0fd6dafcdd45c12484880a8e14cf94f.scn-folding-86293986dbf2ca36b66d2dd4020c8564.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/gate.fbx-f0fd6dafcdd45c12484880a8e14cf94f.scn-folding-86293986dbf2ca36b66d2dd4020c8564.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/gate.glb-48e9fdb4ce2771a2438e91deaaa8cbc6.scn-folding-2e399aea896a2a61cd41420bf394979f.cfg b/escape-room/godot/editor/gate.glb-48e9fdb4ce2771a2438e91deaaa8cbc6.scn-folding-2e399aea896a2a61cd41420bf394979f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/gate.glb-48e9fdb4ce2771a2438e91deaaa8cbc6.scn-folding-2e399aea896a2a61cd41420bf394979f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/gate.obj-87e572f43f8e4c4ec8f0e9e95e6b4d48.mesh-folding-2dc3a71bfe92bd72a42dcb8b22b43af2.cfg b/escape-room/godot/editor/gate.obj-87e572f43f8e4c4ec8f0e9e95e6b4d48.mesh-folding-2dc3a71bfe92bd72a42dcb8b22b43af2.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/gate.obj-87e572f43f8e4c4ec8f0e9e95e6b4d48.mesh-folding-2dc3a71bfe92bd72a42dcb8b22b43af2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/gear_door_study.blend-49207bb51cc05665e3ec9cdbb241b778.scn-folding-295ba6f0780a5ce231a37c8689c5f007.cfg b/escape-room/godot/editor/gear_door_study.blend-49207bb51cc05665e3ec9cdbb241b778.scn-folding-295ba6f0780a5ce231a37c8689c5f007.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/gear_door_study.blend-49207bb51cc05665e3ec9cdbb241b778.scn-folding-295ba6f0780a5ce231a37c8689c5f007.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/hand_blend_tree.tres-folding-897118bb8074166298804af3978a03e9.cfg b/escape-room/godot/editor/hand_blend_tree.tres-folding-897118bb8074166298804af3978a03e9.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/hand_blend_tree.tres-folding-897118bb8074166298804af3978a03e9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/hand_blend_tree.tres-folding-a5d873331a26fb1b0106799bad778aa1.cfg b/escape-room/godot/editor/hand_blend_tree.tres-folding-a5d873331a26fb1b0106799bad778aa1.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/hand_blend_tree.tres-folding-a5d873331a26fb1b0106799bad778aa1.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/hand_l.gltf-6ba1595ac4c28aef3719b7f0b4f2f4f2.scn-folding-cb0fd66942378eaaa3ab4b81249e8126.cfg b/escape-room/godot/editor/hand_l.gltf-6ba1595ac4c28aef3719b7f0b4f2f4f2.scn-folding-cb0fd66942378eaaa3ab4b81249e8126.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/hand_l.gltf-6ba1595ac4c28aef3719b7f0b4f2f4f2.scn-folding-cb0fd66942378eaaa3ab4b81249e8126.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/hand_r.gltf-dd429687cadefbc3e7a21ae26addfb30.scn-folding-65fbc270b4446eb975720dfa2502658e.cfg b/escape-room/godot/editor/hand_r.gltf-dd429687cadefbc3e7a21ae26addfb30.scn-folding-65fbc270b4446eb975720dfa2502658e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/hand_r.gltf-dd429687cadefbc3e7a21ae26addfb30.scn-folding-65fbc270b4446eb975720dfa2502658e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/handheldCartridge1.fbx-12c2d6a5abf7a941b2f07513588e978a.scn-folding-e87bb8f5a0ae9f4de7f3f9aff51e0a5b.cfg b/escape-room/godot/editor/handheldCartridge1.fbx-12c2d6a5abf7a941b2f07513588e978a.scn-folding-e87bb8f5a0ae9f4de7f3f9aff51e0a5b.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/handheldCartridge1.fbx-12c2d6a5abf7a941b2f07513588e978a.scn-folding-e87bb8f5a0ae9f4de7f3f9aff51e0a5b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/handheldCartridge1.obj-e0ba1c5a1bc5e316729bc1d042eb6e56.mesh-folding-a07ad636a27b0bcf5d65afb4c33ef7d0.cfg b/escape-room/godot/editor/handheldCartridge1.obj-e0ba1c5a1bc5e316729bc1d042eb6e56.mesh-folding-a07ad636a27b0bcf5d65afb4c33ef7d0.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/handheldCartridge1.obj-e0ba1c5a1bc5e316729bc1d042eb6e56.mesh-folding-a07ad636a27b0bcf5d65afb4c33ef7d0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/highlight.tres-folding-610b029319bfa9f4c54917e41d0c9ff4.cfg b/escape-room/godot/editor/highlight.tres-folding-610b029319bfa9f4c54917e41d0c9ff4.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/highlight.tres-folding-610b029319bfa9f4c54917e41d0c9ff4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/hoodLarge.dae-ae6dd8a2646a0bd7c5104378af98fcb1.scn-folding-6ce2311d298f673aa7e8b57fd050d9b7.cfg b/escape-room/godot/editor/hoodLarge.dae-ae6dd8a2646a0bd7c5104378af98fcb1.scn-folding-6ce2311d298f673aa7e8b57fd050d9b7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/hoodLarge.dae-ae6dd8a2646a0bd7c5104378af98fcb1.scn-folding-6ce2311d298f673aa7e8b57fd050d9b7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/hoodLarge.fbx-f74c39e18170ae65dd2019e8f1924132.scn-folding-cee97b83c08cdad37fb2b7f0ad9c587f.cfg b/escape-room/godot/editor/hoodLarge.fbx-f74c39e18170ae65dd2019e8f1924132.scn-folding-cee97b83c08cdad37fb2b7f0ad9c587f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/hoodLarge.fbx-f74c39e18170ae65dd2019e8f1924132.scn-folding-cee97b83c08cdad37fb2b7f0ad9c587f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/hoodLarge.glb-7a1b5948b62225752bf06a8831f0909f.scn-folding-11b07a9277a90facb10bbee03e81bcd9.cfg b/escape-room/godot/editor/hoodLarge.glb-7a1b5948b62225752bf06a8831f0909f.scn-folding-11b07a9277a90facb10bbee03e81bcd9.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/hoodLarge.glb-7a1b5948b62225752bf06a8831f0909f.scn-folding-11b07a9277a90facb10bbee03e81bcd9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/hoodLarge.obj-e35ce027682569e214d85bbfcfd505b1.mesh-folding-d024b1121f7a05b0557b7a79cc2fc9c6.cfg b/escape-room/godot/editor/hoodLarge.obj-e35ce027682569e214d85bbfcfd505b1.mesh-folding-d024b1121f7a05b0557b7a79cc2fc9c6.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/hoodLarge.obj-e35ce027682569e214d85bbfcfd505b1.mesh-folding-d024b1121f7a05b0557b7a79cc2fc9c6.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/hoodModern.dae-1fe3224e84abc0dfab04280e48d879dc.scn-folding-71a261fb1eab3a9d8ce7277851ea3e5a.cfg b/escape-room/godot/editor/hoodModern.dae-1fe3224e84abc0dfab04280e48d879dc.scn-folding-71a261fb1eab3a9d8ce7277851ea3e5a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/hoodModern.dae-1fe3224e84abc0dfab04280e48d879dc.scn-folding-71a261fb1eab3a9d8ce7277851ea3e5a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/hoodModern.fbx-37808365901cbf7c58b600460f63ef46.scn-folding-47242542cb665c6394963f1439c8db2d.cfg b/escape-room/godot/editor/hoodModern.fbx-37808365901cbf7c58b600460f63ef46.scn-folding-47242542cb665c6394963f1439c8db2d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/hoodModern.fbx-37808365901cbf7c58b600460f63ef46.scn-folding-47242542cb665c6394963f1439c8db2d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/hoodModern.glb-052c7f440d095879750ee510dae417b2.scn-folding-ff001d9542bff2debb693004c8bb70e6.cfg b/escape-room/godot/editor/hoodModern.glb-052c7f440d095879750ee510dae417b2.scn-folding-ff001d9542bff2debb693004c8bb70e6.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/hoodModern.glb-052c7f440d095879750ee510dae417b2.scn-folding-ff001d9542bff2debb693004c8bb70e6.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/hoodModern.obj-bf1c81e7fdf5e8b90bfc3e58fca362cf.mesh-folding-d678e2521f501793189ec0caa8a7dc8a.cfg b/escape-room/godot/editor/hoodModern.obj-bf1c81e7fdf5e8b90bfc3e58fca362cf.mesh-folding-d678e2521f501793189ec0caa8a7dc8a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/hoodModern.obj-bf1c81e7fdf5e8b90bfc3e58fca362cf.mesh-folding-d678e2521f501793189ec0caa8a7dc8a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/idle.fbx-a6f33b6e3e6c930f5a093d2eed1000a3.scn-folding-61c5fcb4c77078c570259a8fa7345402.cfg b/escape-room/godot/editor/idle.fbx-a6f33b6e3e6c930f5a093d2eed1000a3.scn-folding-61c5fcb4c77078c570259a8fa7345402.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/idle.fbx-a6f33b6e3e6c930f5a093d2eed1000a3.scn-folding-61c5fcb4c77078c570259a8fa7345402.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/jump.fbx-f406e18554c04f5960def2135141fd59.scn-folding-f86a37744f49f39fa3d979de6b1997fc.cfg b/escape-room/godot/editor/jump.fbx-f406e18554c04f5960def2135141fd59.scn-folding-f86a37744f49f39fa3d979de6b1997fc.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/jump.fbx-f406e18554c04f5960def2135141fd59.scn-folding-f86a37744f49f39fa3d979de6b1997fc.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenBar.dae-8c085ae35efd40558ed14af1dd393815.scn-folding-035232cb6f7eca27c2a552e20320579e.cfg b/escape-room/godot/editor/kitchenBar.dae-8c085ae35efd40558ed14af1dd393815.scn-folding-035232cb6f7eca27c2a552e20320579e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenBar.dae-8c085ae35efd40558ed14af1dd393815.scn-folding-035232cb6f7eca27c2a552e20320579e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenBar.fbx-d29d82096beb8ffde02ecc6ec4821455.scn-folding-2be778e10d2173e88ab23705a97932cb.cfg b/escape-room/godot/editor/kitchenBar.fbx-d29d82096beb8ffde02ecc6ec4821455.scn-folding-2be778e10d2173e88ab23705a97932cb.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenBar.fbx-d29d82096beb8ffde02ecc6ec4821455.scn-folding-2be778e10d2173e88ab23705a97932cb.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenBar.glb-db84b7fd27942fcc6df6edec2dc47e91.scn-folding-11d74195836cb4978e94d94d3a21a9ac.cfg b/escape-room/godot/editor/kitchenBar.glb-db84b7fd27942fcc6df6edec2dc47e91.scn-folding-11d74195836cb4978e94d94d3a21a9ac.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenBar.glb-db84b7fd27942fcc6df6edec2dc47e91.scn-folding-11d74195836cb4978e94d94d3a21a9ac.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenBar.obj-f99ded109a14ad06e1fdf6fa51e1447d.mesh-folding-30acc2a1ab8a08debdc657cf389f412e.cfg b/escape-room/godot/editor/kitchenBar.obj-f99ded109a14ad06e1fdf6fa51e1447d.mesh-folding-30acc2a1ab8a08debdc657cf389f412e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenBar.obj-f99ded109a14ad06e1fdf6fa51e1447d.mesh-folding-30acc2a1ab8a08debdc657cf389f412e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenBarEnd.dae-73d81e47f62fe6e32528646e381fc125.scn-folding-b06ae932094f1840ee863a290f69cae5.cfg b/escape-room/godot/editor/kitchenBarEnd.dae-73d81e47f62fe6e32528646e381fc125.scn-folding-b06ae932094f1840ee863a290f69cae5.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenBarEnd.dae-73d81e47f62fe6e32528646e381fc125.scn-folding-b06ae932094f1840ee863a290f69cae5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenBarEnd.fbx-a74a37091ac892a870e7413ed0a129a7.scn-folding-ca4cbad26fd1000e6136bfd7e47c73b4.cfg b/escape-room/godot/editor/kitchenBarEnd.fbx-a74a37091ac892a870e7413ed0a129a7.scn-folding-ca4cbad26fd1000e6136bfd7e47c73b4.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenBarEnd.fbx-a74a37091ac892a870e7413ed0a129a7.scn-folding-ca4cbad26fd1000e6136bfd7e47c73b4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenBarEnd.glb-3f6ecc5f065497c75788c9b45ffce106.scn-folding-b283b03e5a24718f1cdf382d7038e9f5.cfg b/escape-room/godot/editor/kitchenBarEnd.glb-3f6ecc5f065497c75788c9b45ffce106.scn-folding-b283b03e5a24718f1cdf382d7038e9f5.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenBarEnd.glb-3f6ecc5f065497c75788c9b45ffce106.scn-folding-b283b03e5a24718f1cdf382d7038e9f5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenBarEnd.obj-3875f3a6660ab8ef8ffe87d104062a7c.mesh-folding-4847bca376c73d37e6f3e1cedfed2f80.cfg b/escape-room/godot/editor/kitchenBarEnd.obj-3875f3a6660ab8ef8ffe87d104062a7c.mesh-folding-4847bca376c73d37e6f3e1cedfed2f80.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenBarEnd.obj-3875f3a6660ab8ef8ffe87d104062a7c.mesh-folding-4847bca376c73d37e6f3e1cedfed2f80.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenBlender.dae-2272e01a09d6781ec5ea86d61657fc99.scn-folding-94633735e4789bfd84ba378a416c01d8.cfg b/escape-room/godot/editor/kitchenBlender.dae-2272e01a09d6781ec5ea86d61657fc99.scn-folding-94633735e4789bfd84ba378a416c01d8.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenBlender.dae-2272e01a09d6781ec5ea86d61657fc99.scn-folding-94633735e4789bfd84ba378a416c01d8.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenBlender.fbx-1c8aea6ba8f398ccf6e8ceef10f9d981.scn-folding-5e9ba768acc12bc771f3d1752fd1e7ca.cfg b/escape-room/godot/editor/kitchenBlender.fbx-1c8aea6ba8f398ccf6e8ceef10f9d981.scn-folding-5e9ba768acc12bc771f3d1752fd1e7ca.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenBlender.fbx-1c8aea6ba8f398ccf6e8ceef10f9d981.scn-folding-5e9ba768acc12bc771f3d1752fd1e7ca.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenBlender.glb-1d19e175f647b924bf48410c5034bc53.scn-folding-99392f97aceb5f4987806d9ef321b713.cfg b/escape-room/godot/editor/kitchenBlender.glb-1d19e175f647b924bf48410c5034bc53.scn-folding-99392f97aceb5f4987806d9ef321b713.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenBlender.glb-1d19e175f647b924bf48410c5034bc53.scn-folding-99392f97aceb5f4987806d9ef321b713.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenBlender.obj-43536eed2d8c25ddbaab29ddfbc999d1.mesh-folding-12d5ed61ab496d907c3a96198e13ac92.cfg b/escape-room/godot/editor/kitchenBlender.obj-43536eed2d8c25ddbaab29ddfbc999d1.mesh-folding-12d5ed61ab496d907c3a96198e13ac92.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenBlender.obj-43536eed2d8c25ddbaab29ddfbc999d1.mesh-folding-12d5ed61ab496d907c3a96198e13ac92.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinet.dae-49b55680cd246c2a8e7b0c2922e9f646.scn-folding-19bed6a08489e8baa4c5523179393c44.cfg b/escape-room/godot/editor/kitchenCabinet.dae-49b55680cd246c2a8e7b0c2922e9f646.scn-folding-19bed6a08489e8baa4c5523179393c44.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinet.dae-49b55680cd246c2a8e7b0c2922e9f646.scn-folding-19bed6a08489e8baa4c5523179393c44.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinet.fbx-cda21e13f53717ce7a4ef255b8addce0.scn-folding-bd680f291b0c59571da67669a845ffff.cfg b/escape-room/godot/editor/kitchenCabinet.fbx-cda21e13f53717ce7a4ef255b8addce0.scn-folding-bd680f291b0c59571da67669a845ffff.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinet.fbx-cda21e13f53717ce7a4ef255b8addce0.scn-folding-bd680f291b0c59571da67669a845ffff.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinet.glb-c076b919417aa4aeff6f16cf80f22791.scn-folding-68c663bd65c2562139f80384cff8c6a7.cfg b/escape-room/godot/editor/kitchenCabinet.glb-c076b919417aa4aeff6f16cf80f22791.scn-folding-68c663bd65c2562139f80384cff8c6a7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinet.glb-c076b919417aa4aeff6f16cf80f22791.scn-folding-68c663bd65c2562139f80384cff8c6a7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinet.obj-a8fc8f62622a0870759eb8aafd4aa101.mesh-folding-a3a546272585927a7c3cacac4bc67c4e.cfg b/escape-room/godot/editor/kitchenCabinet.obj-a8fc8f62622a0870759eb8aafd4aa101.mesh-folding-a3a546272585927a7c3cacac4bc67c4e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinet.obj-a8fc8f62622a0870759eb8aafd4aa101.mesh-folding-a3a546272585927a7c3cacac4bc67c4e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinetCornerInner.dae-83fceb6bf29ac2f8134090045664da20.scn-folding-5eb7f46a4ca414f9f12a2866ed2858e4.cfg b/escape-room/godot/editor/kitchenCabinetCornerInner.dae-83fceb6bf29ac2f8134090045664da20.scn-folding-5eb7f46a4ca414f9f12a2866ed2858e4.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinetCornerInner.dae-83fceb6bf29ac2f8134090045664da20.scn-folding-5eb7f46a4ca414f9f12a2866ed2858e4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinetCornerInner.fbx-8fbd76a3f59467d2ade12d1165b06d67.scn-folding-6bd52e58ee0e74f00ec75c8427b79517.cfg b/escape-room/godot/editor/kitchenCabinetCornerInner.fbx-8fbd76a3f59467d2ade12d1165b06d67.scn-folding-6bd52e58ee0e74f00ec75c8427b79517.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinetCornerInner.fbx-8fbd76a3f59467d2ade12d1165b06d67.scn-folding-6bd52e58ee0e74f00ec75c8427b79517.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinetCornerInner.glb-11ecf72d8b8bf5b3f69f1b9c93dc4b5e.scn-folding-87a27e2a08bc6496f457c26717c6151c.cfg b/escape-room/godot/editor/kitchenCabinetCornerInner.glb-11ecf72d8b8bf5b3f69f1b9c93dc4b5e.scn-folding-87a27e2a08bc6496f457c26717c6151c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinetCornerInner.glb-11ecf72d8b8bf5b3f69f1b9c93dc4b5e.scn-folding-87a27e2a08bc6496f457c26717c6151c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinetCornerInner.obj-ee5ffe3e7b5d16391a888952db29769c.mesh-folding-b819589108132f6f4ea398ce7695bf95.cfg b/escape-room/godot/editor/kitchenCabinetCornerInner.obj-ee5ffe3e7b5d16391a888952db29769c.mesh-folding-b819589108132f6f4ea398ce7695bf95.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinetCornerInner.obj-ee5ffe3e7b5d16391a888952db29769c.mesh-folding-b819589108132f6f4ea398ce7695bf95.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinetCornerRound.dae-56697f4f649526d331ba00fcc34eb89e.scn-folding-78e8933674e6cbad9a783dac086e91a2.cfg b/escape-room/godot/editor/kitchenCabinetCornerRound.dae-56697f4f649526d331ba00fcc34eb89e.scn-folding-78e8933674e6cbad9a783dac086e91a2.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinetCornerRound.dae-56697f4f649526d331ba00fcc34eb89e.scn-folding-78e8933674e6cbad9a783dac086e91a2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinetCornerRound.fbx-d00fdadc27e4e831e8b8005bf22a5434.scn-folding-256a60c216376e904d9b46630a565c24.cfg b/escape-room/godot/editor/kitchenCabinetCornerRound.fbx-d00fdadc27e4e831e8b8005bf22a5434.scn-folding-256a60c216376e904d9b46630a565c24.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinetCornerRound.fbx-d00fdadc27e4e831e8b8005bf22a5434.scn-folding-256a60c216376e904d9b46630a565c24.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinetCornerRound.glb-f7e92a59fd5a821a27daf3e8c66938b3.scn-folding-7e861e75284c3cc4f44295aaf35e2b13.cfg b/escape-room/godot/editor/kitchenCabinetCornerRound.glb-f7e92a59fd5a821a27daf3e8c66938b3.scn-folding-7e861e75284c3cc4f44295aaf35e2b13.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinetCornerRound.glb-f7e92a59fd5a821a27daf3e8c66938b3.scn-folding-7e861e75284c3cc4f44295aaf35e2b13.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinetCornerRound.obj-4fe69ff848d42b5c63c6d1f15512e3f0.mesh-folding-fea15343f6d9104125dfc218a13472a4.cfg b/escape-room/godot/editor/kitchenCabinetCornerRound.obj-4fe69ff848d42b5c63c6d1f15512e3f0.mesh-folding-fea15343f6d9104125dfc218a13472a4.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinetCornerRound.obj-4fe69ff848d42b5c63c6d1f15512e3f0.mesh-folding-fea15343f6d9104125dfc218a13472a4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinetDrawer.dae-41bdb09877cc31c2fd190782a8ac3e93.scn-folding-37811a16a13569f615758eb8d8dcc590.cfg b/escape-room/godot/editor/kitchenCabinetDrawer.dae-41bdb09877cc31c2fd190782a8ac3e93.scn-folding-37811a16a13569f615758eb8d8dcc590.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinetDrawer.dae-41bdb09877cc31c2fd190782a8ac3e93.scn-folding-37811a16a13569f615758eb8d8dcc590.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinetDrawer.fbx-c99db47dc0800affdc7cea4ac6c7d624.scn-folding-c3e96a3f3096b1adbe663e7c50147fac.cfg b/escape-room/godot/editor/kitchenCabinetDrawer.fbx-c99db47dc0800affdc7cea4ac6c7d624.scn-folding-c3e96a3f3096b1adbe663e7c50147fac.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinetDrawer.fbx-c99db47dc0800affdc7cea4ac6c7d624.scn-folding-c3e96a3f3096b1adbe663e7c50147fac.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinetDrawer.glb-bc8d54d47b5eabf25f5dc397b6878cdc.scn-folding-f885f8491e38acd6cceb7bbb7c2f237e.cfg b/escape-room/godot/editor/kitchenCabinetDrawer.glb-bc8d54d47b5eabf25f5dc397b6878cdc.scn-folding-f885f8491e38acd6cceb7bbb7c2f237e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinetDrawer.glb-bc8d54d47b5eabf25f5dc397b6878cdc.scn-folding-f885f8491e38acd6cceb7bbb7c2f237e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinetDrawer.obj-020b8081bc4c36eb2a81fc85ff20c496.mesh-folding-7a94d59928f655f328bb289c3e57873f.cfg b/escape-room/godot/editor/kitchenCabinetDrawer.obj-020b8081bc4c36eb2a81fc85ff20c496.mesh-folding-7a94d59928f655f328bb289c3e57873f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinetDrawer.obj-020b8081bc4c36eb2a81fc85ff20c496.mesh-folding-7a94d59928f655f328bb289c3e57873f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinetUpper.dae-12b586c407d1c4ebe3b3b67294ab5948.scn-folding-3d092e9cd545cdc8dfe99504e4fd05ec.cfg b/escape-room/godot/editor/kitchenCabinetUpper.dae-12b586c407d1c4ebe3b3b67294ab5948.scn-folding-3d092e9cd545cdc8dfe99504e4fd05ec.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinetUpper.dae-12b586c407d1c4ebe3b3b67294ab5948.scn-folding-3d092e9cd545cdc8dfe99504e4fd05ec.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinetUpper.fbx-e347fdafc4eb2f3b33d3da88c23420b6.scn-folding-777af7a8382f248882fb527972c36e9a.cfg b/escape-room/godot/editor/kitchenCabinetUpper.fbx-e347fdafc4eb2f3b33d3da88c23420b6.scn-folding-777af7a8382f248882fb527972c36e9a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinetUpper.fbx-e347fdafc4eb2f3b33d3da88c23420b6.scn-folding-777af7a8382f248882fb527972c36e9a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinetUpper.glb-29967545fb45da372ec1b0f3322ac963.scn-folding-f2a32a3330d660deb92d772b958fd45a.cfg b/escape-room/godot/editor/kitchenCabinetUpper.glb-29967545fb45da372ec1b0f3322ac963.scn-folding-f2a32a3330d660deb92d772b958fd45a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinetUpper.glb-29967545fb45da372ec1b0f3322ac963.scn-folding-f2a32a3330d660deb92d772b958fd45a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinetUpper.obj-a11c5e8934d33f00d8f14dfdd0711478.mesh-folding-aa13bcb63f0b26be44ee6ffb9d3f89fe.cfg b/escape-room/godot/editor/kitchenCabinetUpper.obj-a11c5e8934d33f00d8f14dfdd0711478.mesh-folding-aa13bcb63f0b26be44ee6ffb9d3f89fe.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinetUpper.obj-a11c5e8934d33f00d8f14dfdd0711478.mesh-folding-aa13bcb63f0b26be44ee6ffb9d3f89fe.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinetUpperCorner.dae-5a828d6a64be0ca8934fe59b923145b4.scn-folding-0c7149f4589530cda8277a5085e8c224.cfg b/escape-room/godot/editor/kitchenCabinetUpperCorner.dae-5a828d6a64be0ca8934fe59b923145b4.scn-folding-0c7149f4589530cda8277a5085e8c224.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinetUpperCorner.dae-5a828d6a64be0ca8934fe59b923145b4.scn-folding-0c7149f4589530cda8277a5085e8c224.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinetUpperCorner.fbx-42465e9b55f4389502f090afcfd7839f.scn-folding-27f7de3c20c723b74236d66d73ee3ccf.cfg b/escape-room/godot/editor/kitchenCabinetUpperCorner.fbx-42465e9b55f4389502f090afcfd7839f.scn-folding-27f7de3c20c723b74236d66d73ee3ccf.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinetUpperCorner.fbx-42465e9b55f4389502f090afcfd7839f.scn-folding-27f7de3c20c723b74236d66d73ee3ccf.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinetUpperCorner.glb-51ab6ab75d6e09449f07a81bfc0abf1b.scn-folding-303fca03578e3c6da32b57365476de7f.cfg b/escape-room/godot/editor/kitchenCabinetUpperCorner.glb-51ab6ab75d6e09449f07a81bfc0abf1b.scn-folding-303fca03578e3c6da32b57365476de7f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinetUpperCorner.glb-51ab6ab75d6e09449f07a81bfc0abf1b.scn-folding-303fca03578e3c6da32b57365476de7f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinetUpperCorner.obj-e92b9132eb2b0b1cafccc2efd196885d.mesh-folding-654e40709b6716f8318168d91b1f5b20.cfg b/escape-room/godot/editor/kitchenCabinetUpperCorner.obj-e92b9132eb2b0b1cafccc2efd196885d.mesh-folding-654e40709b6716f8318168d91b1f5b20.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinetUpperCorner.obj-e92b9132eb2b0b1cafccc2efd196885d.mesh-folding-654e40709b6716f8318168d91b1f5b20.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinetUpperDouble.dae-b69280eed65aca60c288eda2650b7f99.scn-folding-e8d543427f2fcc72a61dcdde5884ff55.cfg b/escape-room/godot/editor/kitchenCabinetUpperDouble.dae-b69280eed65aca60c288eda2650b7f99.scn-folding-e8d543427f2fcc72a61dcdde5884ff55.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinetUpperDouble.dae-b69280eed65aca60c288eda2650b7f99.scn-folding-e8d543427f2fcc72a61dcdde5884ff55.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinetUpperDouble.fbx-eea692a4519d9a240bf2d8af3d3ca607.scn-folding-ef704077a4a8a1ebc3cfce838466950d.cfg b/escape-room/godot/editor/kitchenCabinetUpperDouble.fbx-eea692a4519d9a240bf2d8af3d3ca607.scn-folding-ef704077a4a8a1ebc3cfce838466950d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinetUpperDouble.fbx-eea692a4519d9a240bf2d8af3d3ca607.scn-folding-ef704077a4a8a1ebc3cfce838466950d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinetUpperDouble.glb-4157506751a49a8fa38a9b7f9b295f53.scn-folding-8e00007e21160cb28ce8800c5a98a824.cfg b/escape-room/godot/editor/kitchenCabinetUpperDouble.glb-4157506751a49a8fa38a9b7f9b295f53.scn-folding-8e00007e21160cb28ce8800c5a98a824.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinetUpperDouble.glb-4157506751a49a8fa38a9b7f9b295f53.scn-folding-8e00007e21160cb28ce8800c5a98a824.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinetUpperDouble.obj-eca3853c16cc677f2f78c784e30a9ac5.mesh-folding-c9ccf76c29a38d84be75c4855fc0c5de.cfg b/escape-room/godot/editor/kitchenCabinetUpperDouble.obj-eca3853c16cc677f2f78c784e30a9ac5.mesh-folding-c9ccf76c29a38d84be75c4855fc0c5de.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinetUpperDouble.obj-eca3853c16cc677f2f78c784e30a9ac5.mesh-folding-c9ccf76c29a38d84be75c4855fc0c5de.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinetUpperLow.dae-625b56e306b073b9fd8d23ec05cf4280.scn-folding-e38ca04a0f9d92705cb3143893b774e5.cfg b/escape-room/godot/editor/kitchenCabinetUpperLow.dae-625b56e306b073b9fd8d23ec05cf4280.scn-folding-e38ca04a0f9d92705cb3143893b774e5.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinetUpperLow.dae-625b56e306b073b9fd8d23ec05cf4280.scn-folding-e38ca04a0f9d92705cb3143893b774e5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinetUpperLow.fbx-4f2b1bc41510a33798b5d1350d54fbcd.scn-folding-83eff71b37f50bef2d603f13700e5712.cfg b/escape-room/godot/editor/kitchenCabinetUpperLow.fbx-4f2b1bc41510a33798b5d1350d54fbcd.scn-folding-83eff71b37f50bef2d603f13700e5712.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinetUpperLow.fbx-4f2b1bc41510a33798b5d1350d54fbcd.scn-folding-83eff71b37f50bef2d603f13700e5712.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinetUpperLow.glb-25edb9e26e7dd3d6b4be9ce00237659b.scn-folding-cfaa372c5a8b500a667d7df1a02de148.cfg b/escape-room/godot/editor/kitchenCabinetUpperLow.glb-25edb9e26e7dd3d6b4be9ce00237659b.scn-folding-cfaa372c5a8b500a667d7df1a02de148.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinetUpperLow.glb-25edb9e26e7dd3d6b4be9ce00237659b.scn-folding-cfaa372c5a8b500a667d7df1a02de148.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCabinetUpperLow.obj-fc4bd5f77e11cc66a6fed370541ccf2e.mesh-folding-ceb897e6792d3fa4c55e3aa958448d8e.cfg b/escape-room/godot/editor/kitchenCabinetUpperLow.obj-fc4bd5f77e11cc66a6fed370541ccf2e.mesh-folding-ceb897e6792d3fa4c55e3aa958448d8e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCabinetUpperLow.obj-fc4bd5f77e11cc66a6fed370541ccf2e.mesh-folding-ceb897e6792d3fa4c55e3aa958448d8e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCoffeeMachine.dae-5441acf51edd05e844e512f080b15270.scn-folding-798d8adf0b78df10b47b3d7ab1a1e30c.cfg b/escape-room/godot/editor/kitchenCoffeeMachine.dae-5441acf51edd05e844e512f080b15270.scn-folding-798d8adf0b78df10b47b3d7ab1a1e30c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCoffeeMachine.dae-5441acf51edd05e844e512f080b15270.scn-folding-798d8adf0b78df10b47b3d7ab1a1e30c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCoffeeMachine.fbx-262cdb9d82d23886338980f8c81eae23.scn-folding-97d0b6aec82157ebfbe817566dad0c4c.cfg b/escape-room/godot/editor/kitchenCoffeeMachine.fbx-262cdb9d82d23886338980f8c81eae23.scn-folding-97d0b6aec82157ebfbe817566dad0c4c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCoffeeMachine.fbx-262cdb9d82d23886338980f8c81eae23.scn-folding-97d0b6aec82157ebfbe817566dad0c4c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCoffeeMachine.glb-351c260448e18d95747f69f2cd2d2e9b.scn-folding-0b09747a2956a67b0bd171a69faa61f1.cfg b/escape-room/godot/editor/kitchenCoffeeMachine.glb-351c260448e18d95747f69f2cd2d2e9b.scn-folding-0b09747a2956a67b0bd171a69faa61f1.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCoffeeMachine.glb-351c260448e18d95747f69f2cd2d2e9b.scn-folding-0b09747a2956a67b0bd171a69faa61f1.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenCoffeeMachine.obj-64a2b88d7e3f1b8aa807f2c6bca6a9c3.mesh-folding-004322e46f6846d9ef11c90243b0c4d0.cfg b/escape-room/godot/editor/kitchenCoffeeMachine.obj-64a2b88d7e3f1b8aa807f2c6bca6a9c3.mesh-folding-004322e46f6846d9ef11c90243b0c4d0.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenCoffeeMachine.obj-64a2b88d7e3f1b8aa807f2c6bca6a9c3.mesh-folding-004322e46f6846d9ef11c90243b0c4d0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenFridge.dae-25ce3cc486a535fdb620d67f81f073fd.scn-folding-516d73baa1ea71af4b78cf8b0adc6619.cfg b/escape-room/godot/editor/kitchenFridge.dae-25ce3cc486a535fdb620d67f81f073fd.scn-folding-516d73baa1ea71af4b78cf8b0adc6619.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenFridge.dae-25ce3cc486a535fdb620d67f81f073fd.scn-folding-516d73baa1ea71af4b78cf8b0adc6619.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenFridge.fbx-e41bafbf79be52a18765dd3a49b549f3.scn-folding-09c83a22a71dd3e2682141f63ea0dd8c.cfg b/escape-room/godot/editor/kitchenFridge.fbx-e41bafbf79be52a18765dd3a49b549f3.scn-folding-09c83a22a71dd3e2682141f63ea0dd8c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenFridge.fbx-e41bafbf79be52a18765dd3a49b549f3.scn-folding-09c83a22a71dd3e2682141f63ea0dd8c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenFridge.glb-0efb8636d0639dddfd89779c1efa758a.scn-folding-7d00df3d36fccf9a05469e3ae5f19ebc.cfg b/escape-room/godot/editor/kitchenFridge.glb-0efb8636d0639dddfd89779c1efa758a.scn-folding-7d00df3d36fccf9a05469e3ae5f19ebc.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenFridge.glb-0efb8636d0639dddfd89779c1efa758a.scn-folding-7d00df3d36fccf9a05469e3ae5f19ebc.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenFridge.obj-c53abe6fdaab4139813e265aeb8a0224.mesh-folding-1e6432f9f74ae3f710f7696153176140.cfg b/escape-room/godot/editor/kitchenFridge.obj-c53abe6fdaab4139813e265aeb8a0224.mesh-folding-1e6432f9f74ae3f710f7696153176140.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenFridge.obj-c53abe6fdaab4139813e265aeb8a0224.mesh-folding-1e6432f9f74ae3f710f7696153176140.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenFridgeBuiltIn.dae-dda428bef0b44838bb0ba1937c1ff840.scn-folding-344da58d38d76bf6bf8d5ce55aed4730.cfg b/escape-room/godot/editor/kitchenFridgeBuiltIn.dae-dda428bef0b44838bb0ba1937c1ff840.scn-folding-344da58d38d76bf6bf8d5ce55aed4730.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenFridgeBuiltIn.dae-dda428bef0b44838bb0ba1937c1ff840.scn-folding-344da58d38d76bf6bf8d5ce55aed4730.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenFridgeBuiltIn.fbx-9cb0e8ddd67860642131baf40841a6e1.scn-folding-e66f281a273144a87f8c77e9055b7c96.cfg b/escape-room/godot/editor/kitchenFridgeBuiltIn.fbx-9cb0e8ddd67860642131baf40841a6e1.scn-folding-e66f281a273144a87f8c77e9055b7c96.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenFridgeBuiltIn.fbx-9cb0e8ddd67860642131baf40841a6e1.scn-folding-e66f281a273144a87f8c77e9055b7c96.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenFridgeBuiltIn.glb-d91e6ff5a518ee7594a241cc161f26ff.scn-folding-c51d12d374b79332c896f5c1f276ae15.cfg b/escape-room/godot/editor/kitchenFridgeBuiltIn.glb-d91e6ff5a518ee7594a241cc161f26ff.scn-folding-c51d12d374b79332c896f5c1f276ae15.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenFridgeBuiltIn.glb-d91e6ff5a518ee7594a241cc161f26ff.scn-folding-c51d12d374b79332c896f5c1f276ae15.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenFridgeBuiltIn.obj-e76753b7135488265a8a9b7ba6b7ea19.mesh-folding-ad1b5837ae6a0170c9005f52236ff94e.cfg b/escape-room/godot/editor/kitchenFridgeBuiltIn.obj-e76753b7135488265a8a9b7ba6b7ea19.mesh-folding-ad1b5837ae6a0170c9005f52236ff94e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenFridgeBuiltIn.obj-e76753b7135488265a8a9b7ba6b7ea19.mesh-folding-ad1b5837ae6a0170c9005f52236ff94e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenFridgeLarge.dae-b41d42afa9a7d539a12c0c2d46e26645.scn-folding-a94bb784b1c2242be47b69f913430dbf.cfg b/escape-room/godot/editor/kitchenFridgeLarge.dae-b41d42afa9a7d539a12c0c2d46e26645.scn-folding-a94bb784b1c2242be47b69f913430dbf.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenFridgeLarge.dae-b41d42afa9a7d539a12c0c2d46e26645.scn-folding-a94bb784b1c2242be47b69f913430dbf.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenFridgeLarge.fbx-b159e142fba02915b79d8a074196bdbe.scn-folding-a61c2237355fa4cba89567cffae10cf8.cfg b/escape-room/godot/editor/kitchenFridgeLarge.fbx-b159e142fba02915b79d8a074196bdbe.scn-folding-a61c2237355fa4cba89567cffae10cf8.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenFridgeLarge.fbx-b159e142fba02915b79d8a074196bdbe.scn-folding-a61c2237355fa4cba89567cffae10cf8.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenFridgeLarge.glb-43304493d788511b01e7aeff28763822.scn-folding-69f1ec903191538173dfbf6a0ac57e9a.cfg b/escape-room/godot/editor/kitchenFridgeLarge.glb-43304493d788511b01e7aeff28763822.scn-folding-69f1ec903191538173dfbf6a0ac57e9a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenFridgeLarge.glb-43304493d788511b01e7aeff28763822.scn-folding-69f1ec903191538173dfbf6a0ac57e9a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenFridgeLarge.obj-6f59256c2e1ac5ee52afbe9f6c7cfb73.mesh-folding-bdccf6a06fa78ceabdcecc81eeed6a38.cfg b/escape-room/godot/editor/kitchenFridgeLarge.obj-6f59256c2e1ac5ee52afbe9f6c7cfb73.mesh-folding-bdccf6a06fa78ceabdcecc81eeed6a38.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenFridgeLarge.obj-6f59256c2e1ac5ee52afbe9f6c7cfb73.mesh-folding-bdccf6a06fa78ceabdcecc81eeed6a38.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenFridgeSmall.dae-e735c3c031f22a887170c9383a3a581d.scn-folding-e64b4d08b0c18bddc51c8ea171273306.cfg b/escape-room/godot/editor/kitchenFridgeSmall.dae-e735c3c031f22a887170c9383a3a581d.scn-folding-e64b4d08b0c18bddc51c8ea171273306.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenFridgeSmall.dae-e735c3c031f22a887170c9383a3a581d.scn-folding-e64b4d08b0c18bddc51c8ea171273306.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenFridgeSmall.fbx-73dc58e205663c43a933fd85bbd75ff5.scn-folding-6019de30ea933bf0131d78166a223d05.cfg b/escape-room/godot/editor/kitchenFridgeSmall.fbx-73dc58e205663c43a933fd85bbd75ff5.scn-folding-6019de30ea933bf0131d78166a223d05.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenFridgeSmall.fbx-73dc58e205663c43a933fd85bbd75ff5.scn-folding-6019de30ea933bf0131d78166a223d05.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenFridgeSmall.glb-20363f95b7bca8860a8119cbd9611d3c.scn-folding-34684b778826c537ed586ae0444262e0.cfg b/escape-room/godot/editor/kitchenFridgeSmall.glb-20363f95b7bca8860a8119cbd9611d3c.scn-folding-34684b778826c537ed586ae0444262e0.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenFridgeSmall.glb-20363f95b7bca8860a8119cbd9611d3c.scn-folding-34684b778826c537ed586ae0444262e0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenFridgeSmall.obj-a5c45b1d8b12292f3060330683b2f120.mesh-folding-c908af5fe86a5d2f933ad3207a621c4c.cfg b/escape-room/godot/editor/kitchenFridgeSmall.obj-a5c45b1d8b12292f3060330683b2f120.mesh-folding-c908af5fe86a5d2f933ad3207a621c4c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenFridgeSmall.obj-a5c45b1d8b12292f3060330683b2f120.mesh-folding-c908af5fe86a5d2f933ad3207a621c4c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenMicrowave.dae-0dd9eddc1963053695ec99dcd49a75c3.scn-folding-7fecad17ed992c24067f8002da7be853.cfg b/escape-room/godot/editor/kitchenMicrowave.dae-0dd9eddc1963053695ec99dcd49a75c3.scn-folding-7fecad17ed992c24067f8002da7be853.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenMicrowave.dae-0dd9eddc1963053695ec99dcd49a75c3.scn-folding-7fecad17ed992c24067f8002da7be853.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenMicrowave.fbx-988086cf02b3608c3ec39b470e0b7e9b.scn-folding-11e69c1bfd869052ac526457cb6b2ec9.cfg b/escape-room/godot/editor/kitchenMicrowave.fbx-988086cf02b3608c3ec39b470e0b7e9b.scn-folding-11e69c1bfd869052ac526457cb6b2ec9.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenMicrowave.fbx-988086cf02b3608c3ec39b470e0b7e9b.scn-folding-11e69c1bfd869052ac526457cb6b2ec9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenMicrowave.glb-db16eb2247b755db877f3e35a499de1e.scn-folding-6b807403a73133f991486cf90cc147ba.cfg b/escape-room/godot/editor/kitchenMicrowave.glb-db16eb2247b755db877f3e35a499de1e.scn-folding-6b807403a73133f991486cf90cc147ba.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenMicrowave.glb-db16eb2247b755db877f3e35a499de1e.scn-folding-6b807403a73133f991486cf90cc147ba.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenMicrowave.obj-7556c16072461c354de60843506f7fa3.mesh-folding-aa6327f8c097d96cd103737d09bb0d64.cfg b/escape-room/godot/editor/kitchenMicrowave.obj-7556c16072461c354de60843506f7fa3.mesh-folding-aa6327f8c097d96cd103737d09bb0d64.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenMicrowave.obj-7556c16072461c354de60843506f7fa3.mesh-folding-aa6327f8c097d96cd103737d09bb0d64.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenSink.dae-728da88eb643f1f7bf2baa600f34c37f.scn-folding-689d99d77072d37f2a765eb19bc03f53.cfg b/escape-room/godot/editor/kitchenSink.dae-728da88eb643f1f7bf2baa600f34c37f.scn-folding-689d99d77072d37f2a765eb19bc03f53.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenSink.dae-728da88eb643f1f7bf2baa600f34c37f.scn-folding-689d99d77072d37f2a765eb19bc03f53.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenSink.fbx-cea4aad9aa8f796bf4f5f6c3b44ca9e1.scn-folding-1cd7604fdea0ddcb9e2213855515406e.cfg b/escape-room/godot/editor/kitchenSink.fbx-cea4aad9aa8f796bf4f5f6c3b44ca9e1.scn-folding-1cd7604fdea0ddcb9e2213855515406e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenSink.fbx-cea4aad9aa8f796bf4f5f6c3b44ca9e1.scn-folding-1cd7604fdea0ddcb9e2213855515406e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenSink.glb-b75f90d375ba00db41d4b80f0c062d58.scn-folding-46e3b7388e83672adcb479898a8f10d2.cfg b/escape-room/godot/editor/kitchenSink.glb-b75f90d375ba00db41d4b80f0c062d58.scn-folding-46e3b7388e83672adcb479898a8f10d2.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenSink.glb-b75f90d375ba00db41d4b80f0c062d58.scn-folding-46e3b7388e83672adcb479898a8f10d2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenSink.obj-469810e978bfcc81f2c83762e5d8eb1e.mesh-folding-d0766e0cf9e215726a47eecc8c70f515.cfg b/escape-room/godot/editor/kitchenSink.obj-469810e978bfcc81f2c83762e5d8eb1e.mesh-folding-d0766e0cf9e215726a47eecc8c70f515.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenSink.obj-469810e978bfcc81f2c83762e5d8eb1e.mesh-folding-d0766e0cf9e215726a47eecc8c70f515.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenStove.dae-6d4a4a3dc725418303ad7b0ef5acc3fb.scn-folding-6d9874d92e805f528cabdd91ab84bb08.cfg b/escape-room/godot/editor/kitchenStove.dae-6d4a4a3dc725418303ad7b0ef5acc3fb.scn-folding-6d9874d92e805f528cabdd91ab84bb08.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenStove.dae-6d4a4a3dc725418303ad7b0ef5acc3fb.scn-folding-6d9874d92e805f528cabdd91ab84bb08.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenStove.fbx-eadd51b8791ec3f8392881cf2dc18f85.scn-folding-466f5c8d8f230458f2b7cb9947a7d58f.cfg b/escape-room/godot/editor/kitchenStove.fbx-eadd51b8791ec3f8392881cf2dc18f85.scn-folding-466f5c8d8f230458f2b7cb9947a7d58f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenStove.fbx-eadd51b8791ec3f8392881cf2dc18f85.scn-folding-466f5c8d8f230458f2b7cb9947a7d58f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenStove.glb-71a7bd4250c3cca222f44e1029ac54d8.scn-folding-14d6b139da2ba9d01eb443bc8e0c2cc2.cfg b/escape-room/godot/editor/kitchenStove.glb-71a7bd4250c3cca222f44e1029ac54d8.scn-folding-14d6b139da2ba9d01eb443bc8e0c2cc2.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenStove.glb-71a7bd4250c3cca222f44e1029ac54d8.scn-folding-14d6b139da2ba9d01eb443bc8e0c2cc2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenStove.obj-9730d689fb3870dbb52781b6dd6ce12c.mesh-folding-77e3f824cef6e589d83b912a8f7ebc83.cfg b/escape-room/godot/editor/kitchenStove.obj-9730d689fb3870dbb52781b6dd6ce12c.mesh-folding-77e3f824cef6e589d83b912a8f7ebc83.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenStove.obj-9730d689fb3870dbb52781b6dd6ce12c.mesh-folding-77e3f824cef6e589d83b912a8f7ebc83.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenStoveElectric.dae-594dc577f4a75e076d506324b360c01b.scn-folding-fea0982f337dacfda657f2b83c50e22d.cfg b/escape-room/godot/editor/kitchenStoveElectric.dae-594dc577f4a75e076d506324b360c01b.scn-folding-fea0982f337dacfda657f2b83c50e22d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenStoveElectric.dae-594dc577f4a75e076d506324b360c01b.scn-folding-fea0982f337dacfda657f2b83c50e22d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenStoveElectric.fbx-feea2a02035ed779d868779df8e9ceeb.scn-folding-359f4e9b4a65098311f67294de2bb06f.cfg b/escape-room/godot/editor/kitchenStoveElectric.fbx-feea2a02035ed779d868779df8e9ceeb.scn-folding-359f4e9b4a65098311f67294de2bb06f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenStoveElectric.fbx-feea2a02035ed779d868779df8e9ceeb.scn-folding-359f4e9b4a65098311f67294de2bb06f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenStoveElectric.glb-e63afc1356f28862fc7a5fc955e532ab.scn-folding-70470e6565b449b7b15582573205eed4.cfg b/escape-room/godot/editor/kitchenStoveElectric.glb-e63afc1356f28862fc7a5fc955e532ab.scn-folding-70470e6565b449b7b15582573205eed4.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenStoveElectric.glb-e63afc1356f28862fc7a5fc955e532ab.scn-folding-70470e6565b449b7b15582573205eed4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/kitchenStoveElectric.obj-cb4b31315a31bb7a16a0e755023876b6.mesh-folding-52d10a957a97ed9e0c321e1a1e84f18a.cfg b/escape-room/godot/editor/kitchenStoveElectric.obj-cb4b31315a31bb7a16a0e755023876b6.mesh-folding-52d10a957a97ed9e0c321e1a1e84f18a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/kitchenStoveElectric.obj-cb4b31315a31bb7a16a0e755023876b6.mesh-folding-52d10a957a97ed9e0c321e1a1e84f18a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/lampRoundFloor.dae-054608fe6d0e628d7dd2847bc9f7d7b8.scn-folding-15851eb433f3042e38d8ed3e6a08a470.cfg b/escape-room/godot/editor/lampRoundFloor.dae-054608fe6d0e628d7dd2847bc9f7d7b8.scn-folding-15851eb433f3042e38d8ed3e6a08a470.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/lampRoundFloor.dae-054608fe6d0e628d7dd2847bc9f7d7b8.scn-folding-15851eb433f3042e38d8ed3e6a08a470.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/lampRoundFloor.fbx-ea650c795866d4da9e0ea5063ba5dbf3.scn-folding-0056837a3243849ba999f8c5806add64.cfg b/escape-room/godot/editor/lampRoundFloor.fbx-ea650c795866d4da9e0ea5063ba5dbf3.scn-folding-0056837a3243849ba999f8c5806add64.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/lampRoundFloor.fbx-ea650c795866d4da9e0ea5063ba5dbf3.scn-folding-0056837a3243849ba999f8c5806add64.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/lampRoundFloor.glb-56ee75aa4c63f4cc3b6224154ee9cd33.scn-folding-90bdcbb23998897560279f57a2865e52.cfg b/escape-room/godot/editor/lampRoundFloor.glb-56ee75aa4c63f4cc3b6224154ee9cd33.scn-folding-90bdcbb23998897560279f57a2865e52.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/lampRoundFloor.glb-56ee75aa4c63f4cc3b6224154ee9cd33.scn-folding-90bdcbb23998897560279f57a2865e52.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/lampRoundFloor.obj-82b9f2c20a66321ec2bd637b84325d13.mesh-folding-3e6eef4163fa282698d8fd2827402ec3.cfg b/escape-room/godot/editor/lampRoundFloor.obj-82b9f2c20a66321ec2bd637b84325d13.mesh-folding-3e6eef4163fa282698d8fd2827402ec3.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/lampRoundFloor.obj-82b9f2c20a66321ec2bd637b84325d13.mesh-folding-3e6eef4163fa282698d8fd2827402ec3.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/lampRoundTable.dae-36bc5b68f93e0996933b540747b863c7.scn-folding-9b2513cea5ad73442833ca22b36b3e68.cfg b/escape-room/godot/editor/lampRoundTable.dae-36bc5b68f93e0996933b540747b863c7.scn-folding-9b2513cea5ad73442833ca22b36b3e68.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/lampRoundTable.dae-36bc5b68f93e0996933b540747b863c7.scn-folding-9b2513cea5ad73442833ca22b36b3e68.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/lampRoundTable.fbx-be51e6ff58efbac7fd15f437f8bbbb20.scn-folding-e9c1e9dc65b439be04932bde6224a656.cfg b/escape-room/godot/editor/lampRoundTable.fbx-be51e6ff58efbac7fd15f437f8bbbb20.scn-folding-e9c1e9dc65b439be04932bde6224a656.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/lampRoundTable.fbx-be51e6ff58efbac7fd15f437f8bbbb20.scn-folding-e9c1e9dc65b439be04932bde6224a656.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/lampRoundTable.glb-b628c9f39cbf54de9f05205ed3b76a4f.scn-folding-1868a264cef12a4d9ca2b7fc3140dcff.cfg b/escape-room/godot/editor/lampRoundTable.glb-b628c9f39cbf54de9f05205ed3b76a4f.scn-folding-1868a264cef12a4d9ca2b7fc3140dcff.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/lampRoundTable.glb-b628c9f39cbf54de9f05205ed3b76a4f.scn-folding-1868a264cef12a4d9ca2b7fc3140dcff.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/lampRoundTable.obj-ea79752a3f637a57f78d39465154dde1.mesh-folding-57fc58fd8f06011de37f6c39a9161202.cfg b/escape-room/godot/editor/lampRoundTable.obj-ea79752a3f637a57f78d39465154dde1.mesh-folding-57fc58fd8f06011de37f6c39a9161202.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/lampRoundTable.obj-ea79752a3f637a57f78d39465154dde1.mesh-folding-57fc58fd8f06011de37f6c39a9161202.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/lampSquareCeiling.dae-27a4e70ef18a57d3c18239fab2caa716.scn-folding-b84216f68a4f54ba8e395e0bda02dd4d.cfg b/escape-room/godot/editor/lampSquareCeiling.dae-27a4e70ef18a57d3c18239fab2caa716.scn-folding-b84216f68a4f54ba8e395e0bda02dd4d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/lampSquareCeiling.dae-27a4e70ef18a57d3c18239fab2caa716.scn-folding-b84216f68a4f54ba8e395e0bda02dd4d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/lampSquareCeiling.fbx-7efec6673a76281cc96f0c08b2a6e4d4.scn-folding-2b45bd335ad12fa4265e9eee69edea3f.cfg b/escape-room/godot/editor/lampSquareCeiling.fbx-7efec6673a76281cc96f0c08b2a6e4d4.scn-folding-2b45bd335ad12fa4265e9eee69edea3f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/lampSquareCeiling.fbx-7efec6673a76281cc96f0c08b2a6e4d4.scn-folding-2b45bd335ad12fa4265e9eee69edea3f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/lampSquareCeiling.glb-8c7889b0980819160e144c01a003035a.scn-folding-1d4630c6253ea833ac40d769dcd43dc8.cfg b/escape-room/godot/editor/lampSquareCeiling.glb-8c7889b0980819160e144c01a003035a.scn-folding-1d4630c6253ea833ac40d769dcd43dc8.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/lampSquareCeiling.glb-8c7889b0980819160e144c01a003035a.scn-folding-1d4630c6253ea833ac40d769dcd43dc8.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/lampSquareCeiling.obj-e170354a6473e037619b150e2123f0d5.mesh-folding-2198818d3f3cab4173e62a5d474a3e96.cfg b/escape-room/godot/editor/lampSquareCeiling.obj-e170354a6473e037619b150e2123f0d5.mesh-folding-2198818d3f3cab4173e62a5d474a3e96.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/lampSquareCeiling.obj-e170354a6473e037619b150e2123f0d5.mesh-folding-2198818d3f3cab4173e62a5d474a3e96.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/lampSquareFloor.dae-58d16db19023fe7f10bf4821cf8c2eaa.scn-folding-203ff906be6c49731c780ee0f32dbd7f.cfg b/escape-room/godot/editor/lampSquareFloor.dae-58d16db19023fe7f10bf4821cf8c2eaa.scn-folding-203ff906be6c49731c780ee0f32dbd7f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/lampSquareFloor.dae-58d16db19023fe7f10bf4821cf8c2eaa.scn-folding-203ff906be6c49731c780ee0f32dbd7f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/lampSquareFloor.fbx-70408c173acf950d81ee5d57e84196ae.scn-folding-66ea3f68c2d33d32e3ddfcaad2b6425b.cfg b/escape-room/godot/editor/lampSquareFloor.fbx-70408c173acf950d81ee5d57e84196ae.scn-folding-66ea3f68c2d33d32e3ddfcaad2b6425b.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/lampSquareFloor.fbx-70408c173acf950d81ee5d57e84196ae.scn-folding-66ea3f68c2d33d32e3ddfcaad2b6425b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/lampSquareFloor.glb-68be69b20b27607321a13bce4ca945fb.scn-folding-3d31012dc4b35d73d4521932b64ea6dc.cfg b/escape-room/godot/editor/lampSquareFloor.glb-68be69b20b27607321a13bce4ca945fb.scn-folding-3d31012dc4b35d73d4521932b64ea6dc.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/lampSquareFloor.glb-68be69b20b27607321a13bce4ca945fb.scn-folding-3d31012dc4b35d73d4521932b64ea6dc.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/lampSquareFloor.obj-0503b6e9426293a896b54d8a7491d1c7.mesh-folding-22e6cc9c61ef8e154e6fe860079efe3c.cfg b/escape-room/godot/editor/lampSquareFloor.obj-0503b6e9426293a896b54d8a7491d1c7.mesh-folding-22e6cc9c61ef8e154e6fe860079efe3c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/lampSquareFloor.obj-0503b6e9426293a896b54d8a7491d1c7.mesh-folding-22e6cc9c61ef8e154e6fe860079efe3c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/lampSquareTable.dae-e0c298f107f19248b764a6a4c1329ad9.scn-folding-af0f3663c8279f412e8ae79415a529d5.cfg b/escape-room/godot/editor/lampSquareTable.dae-e0c298f107f19248b764a6a4c1329ad9.scn-folding-af0f3663c8279f412e8ae79415a529d5.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/lampSquareTable.dae-e0c298f107f19248b764a6a4c1329ad9.scn-folding-af0f3663c8279f412e8ae79415a529d5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/lampSquareTable.fbx-f85a4951aafdfbfc9598fd40b7d1b16f.scn-folding-fa79bd0ca657bd24726a0ec62def2ae7.cfg b/escape-room/godot/editor/lampSquareTable.fbx-f85a4951aafdfbfc9598fd40b7d1b16f.scn-folding-fa79bd0ca657bd24726a0ec62def2ae7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/lampSquareTable.fbx-f85a4951aafdfbfc9598fd40b7d1b16f.scn-folding-fa79bd0ca657bd24726a0ec62def2ae7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/lampSquareTable.glb-214592010f560a90908d9b89d8ce2dcf.scn-folding-7cd373059ec3aa773a862d612fb982a7.cfg b/escape-room/godot/editor/lampSquareTable.glb-214592010f560a90908d9b89d8ce2dcf.scn-folding-7cd373059ec3aa773a862d612fb982a7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/lampSquareTable.glb-214592010f560a90908d9b89d8ce2dcf.scn-folding-7cd373059ec3aa773a862d612fb982a7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/lampSquareTable.obj-54120d2e545861acb09c15d3c97d61ef.mesh-folding-fee9806741e059e68d67425bfb90e251.cfg b/escape-room/godot/editor/lampSquareTable.obj-54120d2e545861acb09c15d3c97d61ef.mesh-folding-fee9806741e059e68d67425bfb90e251.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/lampSquareTable.obj-54120d2e545861acb09c15d3c97d61ef.mesh-folding-fee9806741e059e68d67425bfb90e251.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/lampWall.dae-3af4d512e821aaa47ddc0941f79a56c4.scn-folding-338a3c6931906c7833360a99581dbb65.cfg b/escape-room/godot/editor/lampWall.dae-3af4d512e821aaa47ddc0941f79a56c4.scn-folding-338a3c6931906c7833360a99581dbb65.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/lampWall.dae-3af4d512e821aaa47ddc0941f79a56c4.scn-folding-338a3c6931906c7833360a99581dbb65.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/lampWall.fbx-de83a1edbfc7f2f88eb3efd821b722fe.scn-folding-9f2af5231a51c746982afe91553dad2c.cfg b/escape-room/godot/editor/lampWall.fbx-de83a1edbfc7f2f88eb3efd821b722fe.scn-folding-9f2af5231a51c746982afe91553dad2c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/lampWall.fbx-de83a1edbfc7f2f88eb3efd821b722fe.scn-folding-9f2af5231a51c746982afe91553dad2c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/lampWall.glb-4f1147385ec7407f210d19b165f3459e.scn-folding-81d3230e9911f7ed60933b8804dd7f72.cfg b/escape-room/godot/editor/lampWall.glb-4f1147385ec7407f210d19b165f3459e.scn-folding-81d3230e9911f7ed60933b8804dd7f72.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/lampWall.glb-4f1147385ec7407f210d19b165f3459e.scn-folding-81d3230e9911f7ed60933b8804dd7f72.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/lampWall.obj-23d0b3d0f8b5b3f8bc56237ba87cddae.mesh-folding-14bc39fe54f447581e7c37189874ac4a.cfg b/escape-room/godot/editor/lampWall.obj-23d0b3d0f8b5b3f8bc56237ba87cddae.mesh-folding-14bc39fe54f447581e7c37189874ac4a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/lampWall.obj-23d0b3d0f8b5b3f8bc56237ba87cddae.mesh-folding-14bc39fe54f447581e7c37189874ac4a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/laptop.dae-7b63c9d653d576a583311de51e4e2b2f.scn-folding-d89d2893b775957b636c7210eb8df39b.cfg b/escape-room/godot/editor/laptop.dae-7b63c9d653d576a583311de51e4e2b2f.scn-folding-d89d2893b775957b636c7210eb8df39b.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/laptop.dae-7b63c9d653d576a583311de51e4e2b2f.scn-folding-d89d2893b775957b636c7210eb8df39b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/laptop.fbx-312e0d49d2e746c654eccde3cfcdbdcf.scn-folding-512c5623c6a251cbb58ab1f0ce24b5c3.cfg b/escape-room/godot/editor/laptop.fbx-312e0d49d2e746c654eccde3cfcdbdcf.scn-folding-512c5623c6a251cbb58ab1f0ce24b5c3.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/laptop.fbx-312e0d49d2e746c654eccde3cfcdbdcf.scn-folding-512c5623c6a251cbb58ab1f0ce24b5c3.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/laptop.glb-1cc25801992430566e7b152ec549e278.scn-folding-39bc0b9d438874b51508ac39d9261782.cfg b/escape-room/godot/editor/laptop.glb-1cc25801992430566e7b152ec549e278.scn-folding-39bc0b9d438874b51508ac39d9261782.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/laptop.glb-1cc25801992430566e7b152ec549e278.scn-folding-39bc0b9d438874b51508ac39d9261782.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/laptop.obj-deb77daffb05a2a8afbc62c8ed99490b.mesh-folding-727194b2258562511ea674eac476973d.cfg b/escape-room/godot/editor/laptop.obj-deb77daffb05a2a8afbc62c8ed99490b.mesh-folding-727194b2258562511ea674eac476973d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/laptop.obj-deb77daffb05a2a8afbc62c8ed99490b.mesh-folding-727194b2258562511ea674eac476973d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeChair.dae-b9e51ff9b51945a323bf5a7a2618af60.scn-folding-0beda3be8a12069653a076847a997257.cfg b/escape-room/godot/editor/loungeChair.dae-b9e51ff9b51945a323bf5a7a2618af60.scn-folding-0beda3be8a12069653a076847a997257.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeChair.dae-b9e51ff9b51945a323bf5a7a2618af60.scn-folding-0beda3be8a12069653a076847a997257.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeChair.fbx-d81687bc6ac100adcfc636db57b8cc6e.scn-folding-a7bd9047fd690cf5ef9de6b06a9f495e.cfg b/escape-room/godot/editor/loungeChair.fbx-d81687bc6ac100adcfc636db57b8cc6e.scn-folding-a7bd9047fd690cf5ef9de6b06a9f495e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeChair.fbx-d81687bc6ac100adcfc636db57b8cc6e.scn-folding-a7bd9047fd690cf5ef9de6b06a9f495e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeChair.glb-828a1b8afea5b40f3ae27adb44742aaf.scn-folding-4dceb1dbd20a0d6a85be29d2090a50bf.cfg b/escape-room/godot/editor/loungeChair.glb-828a1b8afea5b40f3ae27adb44742aaf.scn-folding-4dceb1dbd20a0d6a85be29d2090a50bf.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeChair.glb-828a1b8afea5b40f3ae27adb44742aaf.scn-folding-4dceb1dbd20a0d6a85be29d2090a50bf.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeChair.obj-17edc5f04044a3339336e2bf9f4c2f21.mesh-folding-156b6c9aba52009067a6691a74816b39.cfg b/escape-room/godot/editor/loungeChair.obj-17edc5f04044a3339336e2bf9f4c2f21.mesh-folding-156b6c9aba52009067a6691a74816b39.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeChair.obj-17edc5f04044a3339336e2bf9f4c2f21.mesh-folding-156b6c9aba52009067a6691a74816b39.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeChairRelax.dae-a6ca87c9e7dda95ca02edf01f1a34230.scn-folding-bee230dd8a13542d70f70d7496c5f44f.cfg b/escape-room/godot/editor/loungeChairRelax.dae-a6ca87c9e7dda95ca02edf01f1a34230.scn-folding-bee230dd8a13542d70f70d7496c5f44f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeChairRelax.dae-a6ca87c9e7dda95ca02edf01f1a34230.scn-folding-bee230dd8a13542d70f70d7496c5f44f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeChairRelax.fbx-b0c30260bd833b43cf9e37c1e7c9202a.scn-folding-bb99ee3c9f8323bc6af28fa7fd4de3e3.cfg b/escape-room/godot/editor/loungeChairRelax.fbx-b0c30260bd833b43cf9e37c1e7c9202a.scn-folding-bb99ee3c9f8323bc6af28fa7fd4de3e3.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeChairRelax.fbx-b0c30260bd833b43cf9e37c1e7c9202a.scn-folding-bb99ee3c9f8323bc6af28fa7fd4de3e3.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeChairRelax.glb-3e8f961bb54e851245789d2c0637fb44.scn-folding-37522af795e185465c6700b573f79697.cfg b/escape-room/godot/editor/loungeChairRelax.glb-3e8f961bb54e851245789d2c0637fb44.scn-folding-37522af795e185465c6700b573f79697.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeChairRelax.glb-3e8f961bb54e851245789d2c0637fb44.scn-folding-37522af795e185465c6700b573f79697.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeChairRelax.obj-ea0550a940bde8023793ad5d17647ce5.mesh-folding-de44a67a8e74117fbf1af259e9b23739.cfg b/escape-room/godot/editor/loungeChairRelax.obj-ea0550a940bde8023793ad5d17647ce5.mesh-folding-de44a67a8e74117fbf1af259e9b23739.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeChairRelax.obj-ea0550a940bde8023793ad5d17647ce5.mesh-folding-de44a67a8e74117fbf1af259e9b23739.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeDesignChair.dae-9690bce38ea6fd9f3d846efda7aa780f.scn-folding-b1bdb38edc639bca07b220079bd4a269.cfg b/escape-room/godot/editor/loungeDesignChair.dae-9690bce38ea6fd9f3d846efda7aa780f.scn-folding-b1bdb38edc639bca07b220079bd4a269.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeDesignChair.dae-9690bce38ea6fd9f3d846efda7aa780f.scn-folding-b1bdb38edc639bca07b220079bd4a269.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeDesignChair.fbx-cae977cb8f76fd1e24467eebbb7c1632.scn-folding-1fd2e6177f940b17ab7a0b2ab944792f.cfg b/escape-room/godot/editor/loungeDesignChair.fbx-cae977cb8f76fd1e24467eebbb7c1632.scn-folding-1fd2e6177f940b17ab7a0b2ab944792f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeDesignChair.fbx-cae977cb8f76fd1e24467eebbb7c1632.scn-folding-1fd2e6177f940b17ab7a0b2ab944792f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeDesignChair.glb-b5acd44fdcefd1da285fc90ea8a63773.scn-folding-fd7eb1b4019eae2ec72da84109f6c897.cfg b/escape-room/godot/editor/loungeDesignChair.glb-b5acd44fdcefd1da285fc90ea8a63773.scn-folding-fd7eb1b4019eae2ec72da84109f6c897.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeDesignChair.glb-b5acd44fdcefd1da285fc90ea8a63773.scn-folding-fd7eb1b4019eae2ec72da84109f6c897.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeDesignChair.obj-0ffa696fcb752594b7d852a120c3a3e2.mesh-folding-ee4b753ea41388b3b8196bbe23a90889.cfg b/escape-room/godot/editor/loungeDesignChair.obj-0ffa696fcb752594b7d852a120c3a3e2.mesh-folding-ee4b753ea41388b3b8196bbe23a90889.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeDesignChair.obj-0ffa696fcb752594b7d852a120c3a3e2.mesh-folding-ee4b753ea41388b3b8196bbe23a90889.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeDesignSofa.dae-ce9bfef65b4182783ee509a8d926d7fd.scn-folding-21daf6f7a165d4d926796b26d42c78ad.cfg b/escape-room/godot/editor/loungeDesignSofa.dae-ce9bfef65b4182783ee509a8d926d7fd.scn-folding-21daf6f7a165d4d926796b26d42c78ad.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeDesignSofa.dae-ce9bfef65b4182783ee509a8d926d7fd.scn-folding-21daf6f7a165d4d926796b26d42c78ad.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeDesignSofa.fbx-25ca5a8c3e196e541cf093fd63b435e9.scn-folding-8f325057bd70177f3a4d52d317438ded.cfg b/escape-room/godot/editor/loungeDesignSofa.fbx-25ca5a8c3e196e541cf093fd63b435e9.scn-folding-8f325057bd70177f3a4d52d317438ded.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeDesignSofa.fbx-25ca5a8c3e196e541cf093fd63b435e9.scn-folding-8f325057bd70177f3a4d52d317438ded.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeDesignSofa.glb-fab02968514f822e8c11a81c682c66a6.scn-folding-cdb2f2a2be0eab39c390ecbf04ded1bf.cfg b/escape-room/godot/editor/loungeDesignSofa.glb-fab02968514f822e8c11a81c682c66a6.scn-folding-cdb2f2a2be0eab39c390ecbf04ded1bf.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeDesignSofa.glb-fab02968514f822e8c11a81c682c66a6.scn-folding-cdb2f2a2be0eab39c390ecbf04ded1bf.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeDesignSofa.obj-edb589c42a5a07164613d14b0aa94a08.mesh-folding-6f7666d2a55d5dfae90d58d397695808.cfg b/escape-room/godot/editor/loungeDesignSofa.obj-edb589c42a5a07164613d14b0aa94a08.mesh-folding-6f7666d2a55d5dfae90d58d397695808.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeDesignSofa.obj-edb589c42a5a07164613d14b0aa94a08.mesh-folding-6f7666d2a55d5dfae90d58d397695808.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeDesignSofaCorner.dae-f51995d2ffdf62908f7c1c56fe900807.scn-folding-d653aac7ac28584d6b5acf7a91ed8ad5.cfg b/escape-room/godot/editor/loungeDesignSofaCorner.dae-f51995d2ffdf62908f7c1c56fe900807.scn-folding-d653aac7ac28584d6b5acf7a91ed8ad5.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeDesignSofaCorner.dae-f51995d2ffdf62908f7c1c56fe900807.scn-folding-d653aac7ac28584d6b5acf7a91ed8ad5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeDesignSofaCorner.fbx-421b3839cd7d5be84e8569160ae0b027.scn-folding-e0d1992c7eba15bee4876326dbbd43c4.cfg b/escape-room/godot/editor/loungeDesignSofaCorner.fbx-421b3839cd7d5be84e8569160ae0b027.scn-folding-e0d1992c7eba15bee4876326dbbd43c4.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeDesignSofaCorner.fbx-421b3839cd7d5be84e8569160ae0b027.scn-folding-e0d1992c7eba15bee4876326dbbd43c4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeDesignSofaCorner.glb-16cd0bd4123678d2524231e868039ca9.scn-folding-1999a01b0e699b8435270770a5c507f4.cfg b/escape-room/godot/editor/loungeDesignSofaCorner.glb-16cd0bd4123678d2524231e868039ca9.scn-folding-1999a01b0e699b8435270770a5c507f4.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeDesignSofaCorner.glb-16cd0bd4123678d2524231e868039ca9.scn-folding-1999a01b0e699b8435270770a5c507f4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeDesignSofaCorner.obj-6fc04603206d5e6d88f897c40e473689.mesh-folding-b748d9793c9bb9fe009c1b1ee983f6f3.cfg b/escape-room/godot/editor/loungeDesignSofaCorner.obj-6fc04603206d5e6d88f897c40e473689.mesh-folding-b748d9793c9bb9fe009c1b1ee983f6f3.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeDesignSofaCorner.obj-6fc04603206d5e6d88f897c40e473689.mesh-folding-b748d9793c9bb9fe009c1b1ee983f6f3.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeSofa.dae-463977931e8c2d1075aef83e0254d652.scn-folding-5588bddb412dbaab31175bb0154423d7.cfg b/escape-room/godot/editor/loungeSofa.dae-463977931e8c2d1075aef83e0254d652.scn-folding-5588bddb412dbaab31175bb0154423d7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeSofa.dae-463977931e8c2d1075aef83e0254d652.scn-folding-5588bddb412dbaab31175bb0154423d7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeSofa.fbx-f5aef4f5fffb1c90bb1a7878cad822e8.scn-folding-d5d614025c51906530c666041bbfa64b.cfg b/escape-room/godot/editor/loungeSofa.fbx-f5aef4f5fffb1c90bb1a7878cad822e8.scn-folding-d5d614025c51906530c666041bbfa64b.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeSofa.fbx-f5aef4f5fffb1c90bb1a7878cad822e8.scn-folding-d5d614025c51906530c666041bbfa64b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeSofa.glb-b04e4c7fc5c18bed4dec03db9f8d053e.scn-folding-8dbee2f20744665bf722bd76ed9fd401.cfg b/escape-room/godot/editor/loungeSofa.glb-b04e4c7fc5c18bed4dec03db9f8d053e.scn-folding-8dbee2f20744665bf722bd76ed9fd401.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeSofa.glb-b04e4c7fc5c18bed4dec03db9f8d053e.scn-folding-8dbee2f20744665bf722bd76ed9fd401.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeSofa.obj-dbdd8e9528051a9b619891c8657540fa.mesh-folding-dc6799df15487e85a5749bc6442ab61c.cfg b/escape-room/godot/editor/loungeSofa.obj-dbdd8e9528051a9b619891c8657540fa.mesh-folding-dc6799df15487e85a5749bc6442ab61c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeSofa.obj-dbdd8e9528051a9b619891c8657540fa.mesh-folding-dc6799df15487e85a5749bc6442ab61c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeSofaCorner.dae-f96a26309c9f2bf98d2bdffc01d05b86.scn-folding-be3c5b557862c5e8084f1dd41b09aa1d.cfg b/escape-room/godot/editor/loungeSofaCorner.dae-f96a26309c9f2bf98d2bdffc01d05b86.scn-folding-be3c5b557862c5e8084f1dd41b09aa1d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeSofaCorner.dae-f96a26309c9f2bf98d2bdffc01d05b86.scn-folding-be3c5b557862c5e8084f1dd41b09aa1d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeSofaCorner.fbx-08349f87d30fb3c0fe0bf93768f1c4ad.scn-folding-2508541b074c2e8ead384cd377f013fe.cfg b/escape-room/godot/editor/loungeSofaCorner.fbx-08349f87d30fb3c0fe0bf93768f1c4ad.scn-folding-2508541b074c2e8ead384cd377f013fe.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeSofaCorner.fbx-08349f87d30fb3c0fe0bf93768f1c4ad.scn-folding-2508541b074c2e8ead384cd377f013fe.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeSofaCorner.glb-c960a2c7b650098f1d29066371e9e611.scn-folding-06ac921c8a4001eff14294568e369f82.cfg b/escape-room/godot/editor/loungeSofaCorner.glb-c960a2c7b650098f1d29066371e9e611.scn-folding-06ac921c8a4001eff14294568e369f82.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeSofaCorner.glb-c960a2c7b650098f1d29066371e9e611.scn-folding-06ac921c8a4001eff14294568e369f82.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeSofaCorner.obj-c2a6d8d45ced3196b3f8a3d8210e7653.mesh-folding-57b0953fb62091d331642a7315dff074.cfg b/escape-room/godot/editor/loungeSofaCorner.obj-c2a6d8d45ced3196b3f8a3d8210e7653.mesh-folding-57b0953fb62091d331642a7315dff074.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeSofaCorner.obj-c2a6d8d45ced3196b3f8a3d8210e7653.mesh-folding-57b0953fb62091d331642a7315dff074.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeSofaLong.dae-58338b7a7d7f24e530fa6332af94fbad.scn-folding-b402c1c7a23eca9aa996c2b1bd729343.cfg b/escape-room/godot/editor/loungeSofaLong.dae-58338b7a7d7f24e530fa6332af94fbad.scn-folding-b402c1c7a23eca9aa996c2b1bd729343.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeSofaLong.dae-58338b7a7d7f24e530fa6332af94fbad.scn-folding-b402c1c7a23eca9aa996c2b1bd729343.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeSofaLong.fbx-0901fd69ee0470d94e447bcfe21229cc.scn-folding-04e15d38042f3207cc3cb9e316c101cc.cfg b/escape-room/godot/editor/loungeSofaLong.fbx-0901fd69ee0470d94e447bcfe21229cc.scn-folding-04e15d38042f3207cc3cb9e316c101cc.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeSofaLong.fbx-0901fd69ee0470d94e447bcfe21229cc.scn-folding-04e15d38042f3207cc3cb9e316c101cc.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeSofaLong.glb-bd2660d1d1a038455d3ab20585dedd13.scn-folding-a2d350e0134f0197c27355494b42c40f.cfg b/escape-room/godot/editor/loungeSofaLong.glb-bd2660d1d1a038455d3ab20585dedd13.scn-folding-a2d350e0134f0197c27355494b42c40f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeSofaLong.glb-bd2660d1d1a038455d3ab20585dedd13.scn-folding-a2d350e0134f0197c27355494b42c40f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeSofaLong.obj-4a3c26818e1095d484840b26cc1d9f96.mesh-folding-1b979c0a9568a85a7d6e54fe17ab8051.cfg b/escape-room/godot/editor/loungeSofaLong.obj-4a3c26818e1095d484840b26cc1d9f96.mesh-folding-1b979c0a9568a85a7d6e54fe17ab8051.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeSofaLong.obj-4a3c26818e1095d484840b26cc1d9f96.mesh-folding-1b979c0a9568a85a7d6e54fe17ab8051.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeSofaOttoman.dae-c23dd4d0be45276ee0187d77fa343558.scn-folding-51e0bd26da7d6260049b1ae5286fc0f6.cfg b/escape-room/godot/editor/loungeSofaOttoman.dae-c23dd4d0be45276ee0187d77fa343558.scn-folding-51e0bd26da7d6260049b1ae5286fc0f6.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeSofaOttoman.dae-c23dd4d0be45276ee0187d77fa343558.scn-folding-51e0bd26da7d6260049b1ae5286fc0f6.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeSofaOttoman.fbx-45ec48ed5a02d0247db0bad06ddd3883.scn-folding-42b972532bd5add5d8096a53c3dd6aff.cfg b/escape-room/godot/editor/loungeSofaOttoman.fbx-45ec48ed5a02d0247db0bad06ddd3883.scn-folding-42b972532bd5add5d8096a53c3dd6aff.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeSofaOttoman.fbx-45ec48ed5a02d0247db0bad06ddd3883.scn-folding-42b972532bd5add5d8096a53c3dd6aff.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeSofaOttoman.glb-c713e815213550b98ab4247bf36f9ab6.scn-folding-e60e74349df6f7f60b59244bce71bf54.cfg b/escape-room/godot/editor/loungeSofaOttoman.glb-c713e815213550b98ab4247bf36f9ab6.scn-folding-e60e74349df6f7f60b59244bce71bf54.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeSofaOttoman.glb-c713e815213550b98ab4247bf36f9ab6.scn-folding-e60e74349df6f7f60b59244bce71bf54.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/loungeSofaOttoman.obj-ccb0d3a907819be5e024b9cc8821a45c.mesh-folding-3f8ac77d9055b381f1ebeb70ecabc88b.cfg b/escape-room/godot/editor/loungeSofaOttoman.obj-ccb0d3a907819be5e024b9cc8821a45c.mesh-folding-3f8ac77d9055b381f1ebeb70ecabc88b.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/loungeSofaOttoman.obj-ccb0d3a907819be5e024b9cc8821a45c.mesh-folding-3f8ac77d9055b381f1ebeb70ecabc88b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/low-rumbling-176033.mp3-57c8492d18da9cb7583bbc3f00542ac5.mp3str-folding-4fa6e0dc2ec16b50b32b4f14200fa946.cfg b/escape-room/godot/editor/low-rumbling-176033.mp3-57c8492d18da9cb7583bbc3f00542ac5.mp3str-folding-4fa6e0dc2ec16b50b32b4f14200fa946.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/low-rumbling-176033.mp3-57c8492d18da9cb7583bbc3f00542ac5.mp3str-folding-4fa6e0dc2ec16b50b32b4f14200fa946.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/metal_barrel.FBX-ad00f641658774a230ffeb68a071f69a.scn-folding-e3f0f4a296cb1a7bbd267afe96784da7.cfg b/escape-room/godot/editor/metal_barrel.FBX-ad00f641658774a230ffeb68a071f69a.scn-folding-e3f0f4a296cb1a7bbd267afe96784da7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/metal_barrel.FBX-ad00f641658774a230ffeb68a071f69a.scn-folding-e3f0f4a296cb1a7bbd267afe96784da7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/metal_barrel.obj-19b7f104aef5995bfb6344e801540803.mesh-folding-9cfb9346f23b603ef99b79795f6f54f4.cfg b/escape-room/godot/editor/metal_barrel.obj-19b7f104aef5995bfb6344e801540803.mesh-folding-9cfb9346f23b603ef99b79795f6f54f4.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/metal_barrel.obj-19b7f104aef5995bfb6344e801540803.mesh-folding-9cfb9346f23b603ef99b79795f6f54f4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/openxr_action_map.tres-folding-a9d757fdde490682a87dc1ad8c7d3357.cfg b/escape-room/godot/editor/openxr_action_map.tres-folding-a9d757fdde490682a87dc1ad8c7d3357.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/openxr_action_map.tres-folding-a9d757fdde490682a87dc1ad8c7d3357.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/paneling.dae-ed49ef877f3cbc90c002ef729436ea4f.scn-folding-a155efeb7164261a81f9e2dfb299d3ac.cfg b/escape-room/godot/editor/paneling.dae-ed49ef877f3cbc90c002ef729436ea4f.scn-folding-a155efeb7164261a81f9e2dfb299d3ac.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/paneling.dae-ed49ef877f3cbc90c002ef729436ea4f.scn-folding-a155efeb7164261a81f9e2dfb299d3ac.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/paneling.fbx-87bdb60c53cc2b6fcbeb863f75be31d1.scn-folding-b5e5f645876f5b2de4ea91f53beadb05.cfg b/escape-room/godot/editor/paneling.fbx-87bdb60c53cc2b6fcbeb863f75be31d1.scn-folding-b5e5f645876f5b2de4ea91f53beadb05.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/paneling.fbx-87bdb60c53cc2b6fcbeb863f75be31d1.scn-folding-b5e5f645876f5b2de4ea91f53beadb05.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/paneling.glb-b878dccb441f807635297501b2487ef1.scn-folding-e698895e395ab7a0e7d8fa580771966b.cfg b/escape-room/godot/editor/paneling.glb-b878dccb441f807635297501b2487ef1.scn-folding-e698895e395ab7a0e7d8fa580771966b.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/paneling.glb-b878dccb441f807635297501b2487ef1.scn-folding-e698895e395ab7a0e7d8fa580771966b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/paneling.obj-c9617e345d32906addb13e973535e487.mesh-folding-c836263f8b16a8a0701198c43119e977.cfg b/escape-room/godot/editor/paneling.obj-c9617e345d32906addb13e973535e487.mesh-folding-c836263f8b16a8a0701198c43119e977.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/paneling.obj-c9617e345d32906addb13e973535e487.mesh-folding-c836263f8b16a8a0701198c43119e977.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/pillow.dae-d3e37dd8345aeff54806f72632e422cf.scn-folding-e9842b3e98dc11da47d56bdb6e2ecd51.cfg b/escape-room/godot/editor/pillow.dae-d3e37dd8345aeff54806f72632e422cf.scn-folding-e9842b3e98dc11da47d56bdb6e2ecd51.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/pillow.dae-d3e37dd8345aeff54806f72632e422cf.scn-folding-e9842b3e98dc11da47d56bdb6e2ecd51.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/pillow.fbx-1d30467231e03955d2bd3fb0c61243e7.scn-folding-089d33da4b3ea8f1f85e7786c1dd2d84.cfg b/escape-room/godot/editor/pillow.fbx-1d30467231e03955d2bd3fb0c61243e7.scn-folding-089d33da4b3ea8f1f85e7786c1dd2d84.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/pillow.fbx-1d30467231e03955d2bd3fb0c61243e7.scn-folding-089d33da4b3ea8f1f85e7786c1dd2d84.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/pillow.glb-eb45fa5485aa0e4aa21159e2f168c758.scn-folding-323fc505149eba72b60266a1481c65da.cfg b/escape-room/godot/editor/pillow.glb-eb45fa5485aa0e4aa21159e2f168c758.scn-folding-323fc505149eba72b60266a1481c65da.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/pillow.glb-eb45fa5485aa0e4aa21159e2f168c758.scn-folding-323fc505149eba72b60266a1481c65da.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/pillow.obj-63f09e33a89408e8b9504320e9b3c31d.mesh-folding-536a6172f2e25fd1d2f5f7b1e5ff0379.cfg b/escape-room/godot/editor/pillow.obj-63f09e33a89408e8b9504320e9b3c31d.mesh-folding-536a6172f2e25fd1d2f5f7b1e5ff0379.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/pillow.obj-63f09e33a89408e8b9504320e9b3c31d.mesh-folding-536a6172f2e25fd1d2f5f7b1e5ff0379.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/pillowBlue.dae-a040e345fc07e3a7df1ad86f30d40d7f.scn-folding-5e79cce5b4ece19ac5cc494c89d57359.cfg b/escape-room/godot/editor/pillowBlue.dae-a040e345fc07e3a7df1ad86f30d40d7f.scn-folding-5e79cce5b4ece19ac5cc494c89d57359.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/pillowBlue.dae-a040e345fc07e3a7df1ad86f30d40d7f.scn-folding-5e79cce5b4ece19ac5cc494c89d57359.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/pillowBlue.fbx-fa357270f7ce460af9cfa9733ea77394.scn-folding-2abb165318ded5c727429079be2c6132.cfg b/escape-room/godot/editor/pillowBlue.fbx-fa357270f7ce460af9cfa9733ea77394.scn-folding-2abb165318ded5c727429079be2c6132.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/pillowBlue.fbx-fa357270f7ce460af9cfa9733ea77394.scn-folding-2abb165318ded5c727429079be2c6132.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/pillowBlue.glb-9c2faac3eb244205787d09665cb179c7.scn-folding-22508e1427964609af938bdbb1c300d4.cfg b/escape-room/godot/editor/pillowBlue.glb-9c2faac3eb244205787d09665cb179c7.scn-folding-22508e1427964609af938bdbb1c300d4.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/pillowBlue.glb-9c2faac3eb244205787d09665cb179c7.scn-folding-22508e1427964609af938bdbb1c300d4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/pillowBlue.obj-f3103ee2ce1ca82dc47703ba2ac4081f.mesh-folding-c6ee246098b567ec618a89f60724bfc1.cfg b/escape-room/godot/editor/pillowBlue.obj-f3103ee2ce1ca82dc47703ba2ac4081f.mesh-folding-c6ee246098b567ec618a89f60724bfc1.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/pillowBlue.obj-f3103ee2ce1ca82dc47703ba2ac4081f.mesh-folding-c6ee246098b567ec618a89f60724bfc1.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/pillowBlueLong.dae-2644a0cfe55d7e96803b1ca61d9735dc.scn-folding-f75be6a977073b1b4fc14a87cbe7dc44.cfg b/escape-room/godot/editor/pillowBlueLong.dae-2644a0cfe55d7e96803b1ca61d9735dc.scn-folding-f75be6a977073b1b4fc14a87cbe7dc44.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/pillowBlueLong.dae-2644a0cfe55d7e96803b1ca61d9735dc.scn-folding-f75be6a977073b1b4fc14a87cbe7dc44.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/pillowBlueLong.fbx-79ddcd8406aad042d96954c72c22b799.scn-folding-1beba5f3de728a584d876389b1a638c8.cfg b/escape-room/godot/editor/pillowBlueLong.fbx-79ddcd8406aad042d96954c72c22b799.scn-folding-1beba5f3de728a584d876389b1a638c8.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/pillowBlueLong.fbx-79ddcd8406aad042d96954c72c22b799.scn-folding-1beba5f3de728a584d876389b1a638c8.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/pillowBlueLong.glb-432c7d7c5b87591382a8aa963e9d0fc4.scn-folding-b673dce882e2e467b5e685f37293a893.cfg b/escape-room/godot/editor/pillowBlueLong.glb-432c7d7c5b87591382a8aa963e9d0fc4.scn-folding-b673dce882e2e467b5e685f37293a893.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/pillowBlueLong.glb-432c7d7c5b87591382a8aa963e9d0fc4.scn-folding-b673dce882e2e467b5e685f37293a893.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/pillowBlueLong.obj-647d7714971f1e8737535de7a207c1a3.mesh-folding-2be1b69d56415a7f0c5cb6e476e58753.cfg b/escape-room/godot/editor/pillowBlueLong.obj-647d7714971f1e8737535de7a207c1a3.mesh-folding-2be1b69d56415a7f0c5cb6e476e58753.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/pillowBlueLong.obj-647d7714971f1e8737535de7a207c1a3.mesh-folding-2be1b69d56415a7f0c5cb6e476e58753.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/pillowLong.dae-374bdeda3a4ec70b78f394e7e313b78b.scn-folding-10fa8c62872eb427c8e07d8ddfd83c71.cfg b/escape-room/godot/editor/pillowLong.dae-374bdeda3a4ec70b78f394e7e313b78b.scn-folding-10fa8c62872eb427c8e07d8ddfd83c71.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/pillowLong.dae-374bdeda3a4ec70b78f394e7e313b78b.scn-folding-10fa8c62872eb427c8e07d8ddfd83c71.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/pillowLong.fbx-159071fbad0f81516ec97137f2aeb854.scn-folding-54bd51b0741126f8df5641867e8707ec.cfg b/escape-room/godot/editor/pillowLong.fbx-159071fbad0f81516ec97137f2aeb854.scn-folding-54bd51b0741126f8df5641867e8707ec.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/pillowLong.fbx-159071fbad0f81516ec97137f2aeb854.scn-folding-54bd51b0741126f8df5641867e8707ec.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/pillowLong.glb-691b39b49d84e3e567922e7891da6557.scn-folding-72d8f93dccb97bbcfbf870adf7844dfa.cfg b/escape-room/godot/editor/pillowLong.glb-691b39b49d84e3e567922e7891da6557.scn-folding-72d8f93dccb97bbcfbf870adf7844dfa.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/pillowLong.glb-691b39b49d84e3e567922e7891da6557.scn-folding-72d8f93dccb97bbcfbf870adf7844dfa.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/pillowLong.obj-f7e2a7291b574dda7b8eddcdcb4c8182.mesh-folding-21cd9a8bdee75d1109334f7d99bb5170.cfg b/escape-room/godot/editor/pillowLong.obj-f7e2a7291b574dda7b8eddcdcb4c8182.mesh-folding-21cd9a8bdee75d1109334f7d99bb5170.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/pillowLong.obj-f7e2a7291b574dda7b8eddcdcb4c8182.mesh-folding-21cd9a8bdee75d1109334f7d99bb5170.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/plantSmall1.dae-3bcf934766d91143432ca9c42b960a90.scn-folding-19fb9c481b4cfacd8b35576c1a880f36.cfg b/escape-room/godot/editor/plantSmall1.dae-3bcf934766d91143432ca9c42b960a90.scn-folding-19fb9c481b4cfacd8b35576c1a880f36.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/plantSmall1.dae-3bcf934766d91143432ca9c42b960a90.scn-folding-19fb9c481b4cfacd8b35576c1a880f36.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/plantSmall1.fbx-4bcdc7347aa6150fa740bba0f16cafe0.scn-folding-e3887d5c8723d6dee59e2a51f641d17f.cfg b/escape-room/godot/editor/plantSmall1.fbx-4bcdc7347aa6150fa740bba0f16cafe0.scn-folding-e3887d5c8723d6dee59e2a51f641d17f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/plantSmall1.fbx-4bcdc7347aa6150fa740bba0f16cafe0.scn-folding-e3887d5c8723d6dee59e2a51f641d17f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/plantSmall1.glb-f1028d0252090a67e1657f9e66536711.scn-folding-bdd657522ec87ffff2916d2050415932.cfg b/escape-room/godot/editor/plantSmall1.glb-f1028d0252090a67e1657f9e66536711.scn-folding-bdd657522ec87ffff2916d2050415932.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/plantSmall1.glb-f1028d0252090a67e1657f9e66536711.scn-folding-bdd657522ec87ffff2916d2050415932.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/plantSmall1.obj-cf7908db16173b9baa668264b548d926.mesh-folding-26935593ac7655e97b5d90978212026d.cfg b/escape-room/godot/editor/plantSmall1.obj-cf7908db16173b9baa668264b548d926.mesh-folding-26935593ac7655e97b5d90978212026d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/plantSmall1.obj-cf7908db16173b9baa668264b548d926.mesh-folding-26935593ac7655e97b5d90978212026d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/plantSmall2.dae-7b2c0fe918e33c0b8f0f42e168805e41.scn-folding-13849d9038ac5c98483fffc0417b9c11.cfg b/escape-room/godot/editor/plantSmall2.dae-7b2c0fe918e33c0b8f0f42e168805e41.scn-folding-13849d9038ac5c98483fffc0417b9c11.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/plantSmall2.dae-7b2c0fe918e33c0b8f0f42e168805e41.scn-folding-13849d9038ac5c98483fffc0417b9c11.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/plantSmall2.fbx-47eacc8dc29524d591a439710a7d4396.scn-folding-e49cce0c094b6605adaf800a5c413353.cfg b/escape-room/godot/editor/plantSmall2.fbx-47eacc8dc29524d591a439710a7d4396.scn-folding-e49cce0c094b6605adaf800a5c413353.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/plantSmall2.fbx-47eacc8dc29524d591a439710a7d4396.scn-folding-e49cce0c094b6605adaf800a5c413353.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/plantSmall2.glb-98387ea502cf6e49654d31bdc6410447.scn-folding-e22b822f635944c06455cf2f8797ef04.cfg b/escape-room/godot/editor/plantSmall2.glb-98387ea502cf6e49654d31bdc6410447.scn-folding-e22b822f635944c06455cf2f8797ef04.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/plantSmall2.glb-98387ea502cf6e49654d31bdc6410447.scn-folding-e22b822f635944c06455cf2f8797ef04.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/plantSmall2.obj-045979a5d411ecfb20e7c499c3cf4e8a.mesh-folding-9cc055a2b65ade6d3e2c9b113933d287.cfg b/escape-room/godot/editor/plantSmall2.obj-045979a5d411ecfb20e7c499c3cf4e8a.mesh-folding-9cc055a2b65ade6d3e2c9b113933d287.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/plantSmall2.obj-045979a5d411ecfb20e7c499c3cf4e8a.mesh-folding-9cc055a2b65ade6d3e2c9b113933d287.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/plantSmall3.dae-7e9fc729f7e9fed12cdefc386ff0f254.scn-folding-61ff8ce86920b9c11f0f5abca59bb471.cfg b/escape-room/godot/editor/plantSmall3.dae-7e9fc729f7e9fed12cdefc386ff0f254.scn-folding-61ff8ce86920b9c11f0f5abca59bb471.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/plantSmall3.dae-7e9fc729f7e9fed12cdefc386ff0f254.scn-folding-61ff8ce86920b9c11f0f5abca59bb471.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/plantSmall3.fbx-44080f18259adf0669904a86fdda65c9.scn-folding-2514007733953ac5f80b0d0b0f58e7ba.cfg b/escape-room/godot/editor/plantSmall3.fbx-44080f18259adf0669904a86fdda65c9.scn-folding-2514007733953ac5f80b0d0b0f58e7ba.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/plantSmall3.fbx-44080f18259adf0669904a86fdda65c9.scn-folding-2514007733953ac5f80b0d0b0f58e7ba.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/plantSmall3.glb-31bc597c49243e29640c7e1869956a7e.scn-folding-adadd34fbcaa57e94a7e9d4b2c5334f5.cfg b/escape-room/godot/editor/plantSmall3.glb-31bc597c49243e29640c7e1869956a7e.scn-folding-adadd34fbcaa57e94a7e9d4b2c5334f5.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/plantSmall3.glb-31bc597c49243e29640c7e1869956a7e.scn-folding-adadd34fbcaa57e94a7e9d4b2c5334f5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/plantSmall3.obj-994c3d14294b6cd6b83d2a1ea9181acb.mesh-folding-5dd71bfd59eb3cbc01b782e0514e5ea1.cfg b/escape-room/godot/editor/plantSmall3.obj-994c3d14294b6cd6b83d2a1ea9181acb.mesh-folding-5dd71bfd59eb3cbc01b782e0514e5ea1.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/plantSmall3.obj-994c3d14294b6cd6b83d2a1ea9181acb.mesh-folding-5dd71bfd59eb3cbc01b782e0514e5ea1.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/pottedPlant.dae-74659032b4766d7b5a9a6ff31f9dce9d.scn-folding-0c3b6adcbe384f11c5f458953738ad18.cfg b/escape-room/godot/editor/pottedPlant.dae-74659032b4766d7b5a9a6ff31f9dce9d.scn-folding-0c3b6adcbe384f11c5f458953738ad18.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/pottedPlant.dae-74659032b4766d7b5a9a6ff31f9dce9d.scn-folding-0c3b6adcbe384f11c5f458953738ad18.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/pottedPlant.fbx-cab08f129ec90b63b58cae6ecf405de8.scn-folding-5ff7db880bfb0cac42886b804d875447.cfg b/escape-room/godot/editor/pottedPlant.fbx-cab08f129ec90b63b58cae6ecf405de8.scn-folding-5ff7db880bfb0cac42886b804d875447.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/pottedPlant.fbx-cab08f129ec90b63b58cae6ecf405de8.scn-folding-5ff7db880bfb0cac42886b804d875447.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/pottedPlant.glb-b1f88e448ad46b614c73e7cc670e9f1d.scn-folding-30dab0c9efe794dea9e9371b3def5277.cfg b/escape-room/godot/editor/pottedPlant.glb-b1f88e448ad46b614c73e7cc670e9f1d.scn-folding-30dab0c9efe794dea9e9371b3def5277.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/pottedPlant.glb-b1f88e448ad46b614c73e7cc670e9f1d.scn-folding-30dab0c9efe794dea9e9371b3def5277.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/pottedPlant.obj-8505c85204248fadfe47c9f78d01b5de.mesh-folding-13f3344967ca50751eb25293064df23b.cfg b/escape-room/godot/editor/pottedPlant.obj-8505c85204248fadfe47c9f78d01b5de.mesh-folding-13f3344967ca50751eb25293064df23b.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/pottedPlant.obj-8505c85204248fadfe47c9f78d01b5de.mesh-folding-13f3344967ca50751eb25293064df23b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/project_metadata.cfg b/escape-room/godot/editor/project_metadata.cfg new file mode 100644 index 0000000..a793ddd --- /dev/null +++ b/escape-room/godot/editor/project_metadata.cfg @@ -0,0 +1,12 @@ +[game_view] + +select_mode=0 + +[editor_metadata] + +executable_path="C:/Users/sellm/godot/software/Godot_v4.5-stable_win64/Godot_v4.5-stable_win64.exe" + +[recent_files] + +scenes=["res://objekte/riddel_cube_board.tscn", "res://objekte/riddel_cube.tscn", "res://objekte/würfel.tscn", "res://escape-room-szene-room.tscn"] +scripts=["res://addons/godot-xr-tools/objects/snap_zone.gd", "res://addons/godot-xr-tools/objects/grab_points/grab_point_snap.gd", "res://objekte/riddel_cube_board.gd", "res://escape_room_szene_room.gd", "res://addons/godot-xr-tools/objects/highlight/highlight_visible.gd", "res://addons/godot-xr-tools/objects/pickable.gd"] diff --git a/escape-room/godot/editor/radio.dae-b0fe588f2772b11da811ef5c272d9882.scn-folding-20c5204375386e5f691d3e56ff174854.cfg b/escape-room/godot/editor/radio.dae-b0fe588f2772b11da811ef5c272d9882.scn-folding-20c5204375386e5f691d3e56ff174854.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/radio.dae-b0fe588f2772b11da811ef5c272d9882.scn-folding-20c5204375386e5f691d3e56ff174854.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/radio.fbx-b29998ad3207ad847a30476bd6567be6.scn-folding-5d3aa0e4ef710820be1b5667fba275b9.cfg b/escape-room/godot/editor/radio.fbx-b29998ad3207ad847a30476bd6567be6.scn-folding-5d3aa0e4ef710820be1b5667fba275b9.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/radio.fbx-b29998ad3207ad847a30476bd6567be6.scn-folding-5d3aa0e4ef710820be1b5667fba275b9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/radio.glb-a4bb1fc85c33170153bd97c6162d5fdf.scn-folding-e7d815db7f390c7a58147894737f6c5d.cfg b/escape-room/godot/editor/radio.glb-a4bb1fc85c33170153bd97c6162d5fdf.scn-folding-e7d815db7f390c7a58147894737f6c5d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/radio.glb-a4bb1fc85c33170153bd97c6162d5fdf.scn-folding-e7d815db7f390c7a58147894737f6c5d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/radio.obj-7a4efbd125a49df4e99283e0f486e5e8.mesh-folding-7781f9fb40714f44f9c3d4086e882682.cfg b/escape-room/godot/editor/radio.obj-7a4efbd125a49df4e99283e0f486e5e8.mesh-folding-7781f9fb40714f44f9c3d4086e882682.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/radio.obj-7a4efbd125a49df4e99283e0f486e5e8.mesh-folding-7781f9fb40714f44f9c3d4086e882682.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/riddel_cube.tscn-folding-6075f82bcb0ff7c0a24b1f8b25af85a8.cfg b/escape-room/godot/editor/riddel_cube.tscn-folding-6075f82bcb0ff7c0a24b1f8b25af85a8.cfg new file mode 100644 index 0000000..c3bc920 --- /dev/null +++ b/escape-room/godot/editor/riddel_cube.tscn-folding-6075f82bcb0ff7c0a24b1f8b25af85a8.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("CubeNumber"), PackedStringArray("Geometry"), NodePath("CubeNumber/seite_1"), PackedStringArray("Transform", "Text"), NodePath("CubeNumber/seite_2"), PackedStringArray("Transform", "Text"), NodePath("CubeNumber/seite_3"), PackedStringArray("Transform", "Text"), NodePath("CubeNumber/seite_4"), PackedStringArray("Transform", "Text"), NodePath("CubeNumber/seite_5"), PackedStringArray("Transform", "Text"), NodePath("CubeNumber/seite_6"), PackedStringArray("Transform", "Text"), NodePath("GrabPointHandLeft"), PackedStringArray("Transform"), NodePath("GrabPointHandRight"), PackedStringArray("Transform"), NodePath("XRToolsHighlightVisible"), PackedStringArray("Visibility"), NodePath("XRToolsHighlightVisible/MeshInstance3D2"), PackedStringArray("Geometry", "Skeleton")] +resource_unfolds=["res://objekte/riddel_cube.tscn::BoxShape3D_xlrml", PackedStringArray("Resource"), "res://objekte/riddel_cube.tscn::StandardMaterial3D_huxfx", PackedStringArray("Resource", "Albedo"), "res://objekte/riddel_cube.tscn::BoxMesh_bcp45", PackedStringArray("Resource"), "res://objekte/riddel_cube.tscn::Resource_huxfx", PackedStringArray("Resource"), "res://objekte/riddel_cube.tscn::Resource_bcp45", PackedStringArray("Resource"), "res://objekte/riddel_cube.tscn::StandardMaterial3D_qqmwf", PackedStringArray("Resource", "Shading", "Albedo"), "res://objekte/riddel_cube.tscn::BoxMesh_mg0ia", PackedStringArray("Resource")] +nodes_folded=[] diff --git a/escape-room/godot/editor/riddel_cube_board.tscn-folding-1b16b50beedad016f8e04982e8fba3c4.cfg b/escape-room/godot/editor/riddel_cube_board.tscn-folding-1b16b50beedad016f8e04982e8fba3c4.cfg new file mode 100644 index 0000000..4c0b851 --- /dev/null +++ b/escape-room/godot/editor/riddel_cube_board.tscn-folding-1b16b50beedad016f8e04982e8fba3c4.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("."), PackedStringArray("Visibility"), NodePath("StaticBody3D/MeshInstance3D"), PackedStringArray("Transform", "Skeleton"), NodePath("StaticBody3D/CollisionShape3D"), PackedStringArray("Transform"), NodePath("StaticBody3D/CollisionShape3D2"), PackedStringArray("Transform"), NodePath("StaticBody3D/CollisionShape3D3"), PackedStringArray("Transform"), NodePath("cubePos_1"), PackedStringArray("Transform"), NodePath("cubePos_2"), PackedStringArray("Transform"), NodePath("cubePos_3"), PackedStringArray("Transform"), NodePath("cubePos_4"), PackedStringArray("Transform"), NodePath("cubePos_5"), PackedStringArray("Transform"), NodePath("cubePos_6"), PackedStringArray("Transform"), NodePath("cubePos_7"), PackedStringArray("Transform"), NodePath("cubePos_8"), PackedStringArray("Transform"), NodePath("Box"), PackedStringArray("Transform")] +resource_unfolds=["res://objekte/riddel_cube_board.tscn::BoxShape3D_5vce8", PackedStringArray("Resource"), "res://objekte/riddel_cube_board.tscn::BoxShape3D_bn1yc", PackedStringArray("Resource"), "res://objekte/riddel_cube_board.tscn::BoxShape3D_3w5dj", PackedStringArray("Resource"), "res://objekte/riddel_cube_board.tscn::StandardMaterial3D_bn1yc", PackedStringArray("Resource")] +nodes_folded=[NodePath(".")] diff --git a/escape-room/godot/editor/room-corner.fbx-a7e99b91d1fc252756978d5d8acb96c1.scn-folding-9b6f249c66e03c4bdd2e25a3590b7e10.cfg b/escape-room/godot/editor/room-corner.fbx-a7e99b91d1fc252756978d5d8acb96c1.scn-folding-9b6f249c66e03c4bdd2e25a3590b7e10.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/room-corner.fbx-a7e99b91d1fc252756978d5d8acb96c1.scn-folding-9b6f249c66e03c4bdd2e25a3590b7e10.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/room-corner.glb-fd86a1a9dd1c8ea732b2071625e06eed.scn-folding-383b90373ec608f537ad2d2d6e34224b.cfg b/escape-room/godot/editor/room-corner.glb-fd86a1a9dd1c8ea732b2071625e06eed.scn-folding-383b90373ec608f537ad2d2d6e34224b.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/room-corner.glb-fd86a1a9dd1c8ea732b2071625e06eed.scn-folding-383b90373ec608f537ad2d2d6e34224b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/room-corner.obj-85f58fb458751404189f66b47bfeeffd.mesh-folding-78f2c7f9109fc6f66f72e8d65801df82.cfg b/escape-room/godot/editor/room-corner.obj-85f58fb458751404189f66b47bfeeffd.mesh-folding-78f2c7f9109fc6f66f72e8d65801df82.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/room-corner.obj-85f58fb458751404189f66b47bfeeffd.mesh-folding-78f2c7f9109fc6f66f72e8d65801df82.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/room-large-variation.fbx-4d1e7a0d599be33cc155ef76f6f0d61b.scn-folding-cbed07f4c8d49814491171fe0faddf2d.cfg b/escape-room/godot/editor/room-large-variation.fbx-4d1e7a0d599be33cc155ef76f6f0d61b.scn-folding-cbed07f4c8d49814491171fe0faddf2d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/room-large-variation.fbx-4d1e7a0d599be33cc155ef76f6f0d61b.scn-folding-cbed07f4c8d49814491171fe0faddf2d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/room-large-variation.glb-efbb4f9bc3a7ff853b41129d8dbf2c26.scn-folding-49c181e3240bc39da581ee02f163030e.cfg b/escape-room/godot/editor/room-large-variation.glb-efbb4f9bc3a7ff853b41129d8dbf2c26.scn-folding-49c181e3240bc39da581ee02f163030e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/room-large-variation.glb-efbb4f9bc3a7ff853b41129d8dbf2c26.scn-folding-49c181e3240bc39da581ee02f163030e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/room-large-variation.obj-bba9d86904d8bb3592b090addb693309.mesh-folding-05e895756f95a1adb804b9b8384d169f.cfg b/escape-room/godot/editor/room-large-variation.obj-bba9d86904d8bb3592b090addb693309.mesh-folding-05e895756f95a1adb804b9b8384d169f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/room-large-variation.obj-bba9d86904d8bb3592b090addb693309.mesh-folding-05e895756f95a1adb804b9b8384d169f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/room-large.fbx-2d582c3d1273c64eca4ef056ce277fb6.scn-folding-d271575e3f7bee2b8e4c542249ec86e8.cfg b/escape-room/godot/editor/room-large.fbx-2d582c3d1273c64eca4ef056ce277fb6.scn-folding-d271575e3f7bee2b8e4c542249ec86e8.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/room-large.fbx-2d582c3d1273c64eca4ef056ce277fb6.scn-folding-d271575e3f7bee2b8e4c542249ec86e8.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/room-large.glb-f78cab70b1c629cd394d7a949ef85f84.scn-folding-92dc6fe2bc13a25a9fbd7f1677be0af2.cfg b/escape-room/godot/editor/room-large.glb-f78cab70b1c629cd394d7a949ef85f84.scn-folding-92dc6fe2bc13a25a9fbd7f1677be0af2.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/room-large.glb-f78cab70b1c629cd394d7a949ef85f84.scn-folding-92dc6fe2bc13a25a9fbd7f1677be0af2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/room-large.obj-a5e3f9a9fb76a449b71fa9b65276163f.mesh-folding-bd299002be3677ba3c3f193887df3907.cfg b/escape-room/godot/editor/room-large.obj-a5e3f9a9fb76a449b71fa9b65276163f.mesh-folding-bd299002be3677ba3c3f193887df3907.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/room-large.obj-a5e3f9a9fb76a449b71fa9b65276163f.mesh-folding-bd299002be3677ba3c3f193887df3907.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/room-small-variation.fbx-78ca6e409f3e759008c9777886208ca2.scn-folding-772bb49e322d0b0439ef16daa006dcd5.cfg b/escape-room/godot/editor/room-small-variation.fbx-78ca6e409f3e759008c9777886208ca2.scn-folding-772bb49e322d0b0439ef16daa006dcd5.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/room-small-variation.fbx-78ca6e409f3e759008c9777886208ca2.scn-folding-772bb49e322d0b0439ef16daa006dcd5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/room-small-variation.glb-49326f43ccc3122160c034bd43d7857c.scn-folding-569649601845b3a0c760df3988029ee8.cfg b/escape-room/godot/editor/room-small-variation.glb-49326f43ccc3122160c034bd43d7857c.scn-folding-569649601845b3a0c760df3988029ee8.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/room-small-variation.glb-49326f43ccc3122160c034bd43d7857c.scn-folding-569649601845b3a0c760df3988029ee8.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/room-small-variation.obj-c0d55885886fe252350ef28e9e84ec32.mesh-folding-ed93e2591c232d4d274853c1f7f58623.cfg b/escape-room/godot/editor/room-small-variation.obj-c0d55885886fe252350ef28e9e84ec32.mesh-folding-ed93e2591c232d4d274853c1f7f58623.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/room-small-variation.obj-c0d55885886fe252350ef28e9e84ec32.mesh-folding-ed93e2591c232d4d274853c1f7f58623.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/room-small.fbx-cf53eb1bd974d607614f77933379d9ad.scn-folding-b70159fd9e6d26233f9786e79f65bf0c.cfg b/escape-room/godot/editor/room-small.fbx-cf53eb1bd974d607614f77933379d9ad.scn-folding-b70159fd9e6d26233f9786e79f65bf0c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/room-small.fbx-cf53eb1bd974d607614f77933379d9ad.scn-folding-b70159fd9e6d26233f9786e79f65bf0c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/room-small.glb-ff97fe3b404d31e9a0ef7e19ee195d50.scn-folding-2454b78ae417502647d46514bb0eca90.cfg b/escape-room/godot/editor/room-small.glb-ff97fe3b404d31e9a0ef7e19ee195d50.scn-folding-2454b78ae417502647d46514bb0eca90.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/room-small.glb-ff97fe3b404d31e9a0ef7e19ee195d50.scn-folding-2454b78ae417502647d46514bb0eca90.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/room-small.obj-2843060cf7821e39902dc8528443833f.mesh-folding-ea77ae034c2be6808515a5920d79d7a2.cfg b/escape-room/godot/editor/room-small.obj-2843060cf7821e39902dc8528443833f.mesh-folding-ea77ae034c2be6808515a5920d79d7a2.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/room-small.obj-2843060cf7821e39902dc8528443833f.mesh-folding-ea77ae034c2be6808515a5920d79d7a2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/room-wide-variation.fbx-2fa33f45d4f44f66d1b748b8240c4d4d.scn-folding-1897c247781d7450130482a6db09ec19.cfg b/escape-room/godot/editor/room-wide-variation.fbx-2fa33f45d4f44f66d1b748b8240c4d4d.scn-folding-1897c247781d7450130482a6db09ec19.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/room-wide-variation.fbx-2fa33f45d4f44f66d1b748b8240c4d4d.scn-folding-1897c247781d7450130482a6db09ec19.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/room-wide-variation.glb-5c83c61fd25960ed0ace04a788e6c8a7.scn-folding-a6a3c60202e8daed3125cbc1d391a263.cfg b/escape-room/godot/editor/room-wide-variation.glb-5c83c61fd25960ed0ace04a788e6c8a7.scn-folding-a6a3c60202e8daed3125cbc1d391a263.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/room-wide-variation.glb-5c83c61fd25960ed0ace04a788e6c8a7.scn-folding-a6a3c60202e8daed3125cbc1d391a263.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/room-wide-variation.obj-7e710eb551b6fb531d13c9233192fe86.mesh-folding-f19fe20bd17c0bbdff84713c03496b8e.cfg b/escape-room/godot/editor/room-wide-variation.obj-7e710eb551b6fb531d13c9233192fe86.mesh-folding-f19fe20bd17c0bbdff84713c03496b8e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/room-wide-variation.obj-7e710eb551b6fb531d13c9233192fe86.mesh-folding-f19fe20bd17c0bbdff84713c03496b8e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/room-wide.fbx-aa937696679914433c5491cda34993ca.scn-folding-fa221add317cb66a8a840841da97fe70.cfg b/escape-room/godot/editor/room-wide.fbx-aa937696679914433c5491cda34993ca.scn-folding-fa221add317cb66a8a840841da97fe70.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/room-wide.fbx-aa937696679914433c5491cda34993ca.scn-folding-fa221add317cb66a8a840841da97fe70.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/room-wide.glb-632b6a388b13ba0643e82784e7e3e4c8.scn-folding-a6153deb7f27092c740d7f6dd99d6492.cfg b/escape-room/godot/editor/room-wide.glb-632b6a388b13ba0643e82784e7e3e4c8.scn-folding-a6153deb7f27092c740d7f6dd99d6492.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/room-wide.glb-632b6a388b13ba0643e82784e7e3e4c8.scn-folding-a6153deb7f27092c740d7f6dd99d6492.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/room-wide.obj-e4ecb96d96c54e8d2696f1c92267a009.mesh-folding-0ef4cd3c8921444094ac90714b3b4411.cfg b/escape-room/godot/editor/room-wide.obj-e4ecb96d96c54e8d2696f1c92267a009.mesh-folding-0ef4cd3c8921444094ac90714b3b4411.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/room-wide.obj-e4ecb96d96c54e8d2696f1c92267a009.mesh-folding-0ef4cd3c8921444094ac90714b3b4411.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/rugDoormat.dae-9d6d585926e3a3502b953c6201ec8a10.scn-folding-5f10adca46208525dafbbb962a32ddad.cfg b/escape-room/godot/editor/rugDoormat.dae-9d6d585926e3a3502b953c6201ec8a10.scn-folding-5f10adca46208525dafbbb962a32ddad.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/rugDoormat.dae-9d6d585926e3a3502b953c6201ec8a10.scn-folding-5f10adca46208525dafbbb962a32ddad.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/rugDoormat.fbx-eb08f8c381ffdb51e93c8b26f8976491.scn-folding-a55dac5938a75141554ccfbb7254e22f.cfg b/escape-room/godot/editor/rugDoormat.fbx-eb08f8c381ffdb51e93c8b26f8976491.scn-folding-a55dac5938a75141554ccfbb7254e22f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/rugDoormat.fbx-eb08f8c381ffdb51e93c8b26f8976491.scn-folding-a55dac5938a75141554ccfbb7254e22f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/rugDoormat.glb-818307069311ae7040563eaaf0768234.scn-folding-f3bb62b2b83ea47d627df62b28e6e6f7.cfg b/escape-room/godot/editor/rugDoormat.glb-818307069311ae7040563eaaf0768234.scn-folding-f3bb62b2b83ea47d627df62b28e6e6f7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/rugDoormat.glb-818307069311ae7040563eaaf0768234.scn-folding-f3bb62b2b83ea47d627df62b28e6e6f7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/rugDoormat.obj-f539c02c88e1f4dc7a52daa533f962cc.mesh-folding-83827680331d0b8159ee1ca6e4b7aec4.cfg b/escape-room/godot/editor/rugDoormat.obj-f539c02c88e1f4dc7a52daa533f962cc.mesh-folding-83827680331d0b8159ee1ca6e4b7aec4.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/rugDoormat.obj-f539c02c88e1f4dc7a52daa533f962cc.mesh-folding-83827680331d0b8159ee1ca6e4b7aec4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/rugRectangle.dae-e26e416ea4be3f811fdfbb1191eeeeff.scn-folding-2104c5121f8e7531818dd20eb0689fb6.cfg b/escape-room/godot/editor/rugRectangle.dae-e26e416ea4be3f811fdfbb1191eeeeff.scn-folding-2104c5121f8e7531818dd20eb0689fb6.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/rugRectangle.dae-e26e416ea4be3f811fdfbb1191eeeeff.scn-folding-2104c5121f8e7531818dd20eb0689fb6.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/rugRectangle.fbx-4bf30617d1458a70fb3322712d7893df.scn-folding-c70f8cd9ab5e262506702083f8efdd02.cfg b/escape-room/godot/editor/rugRectangle.fbx-4bf30617d1458a70fb3322712d7893df.scn-folding-c70f8cd9ab5e262506702083f8efdd02.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/rugRectangle.fbx-4bf30617d1458a70fb3322712d7893df.scn-folding-c70f8cd9ab5e262506702083f8efdd02.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/rugRectangle.glb-2961f9a86787b8c4363bce49561043fa.scn-folding-e1329706280d9a15b8f50f1114dbb62e.cfg b/escape-room/godot/editor/rugRectangle.glb-2961f9a86787b8c4363bce49561043fa.scn-folding-e1329706280d9a15b8f50f1114dbb62e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/rugRectangle.glb-2961f9a86787b8c4363bce49561043fa.scn-folding-e1329706280d9a15b8f50f1114dbb62e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/rugRectangle.obj-32853e3ed9dbd0a8db9a9dca255529b8.mesh-folding-cba46dfd4c67141924b2770f0fb67e4c.cfg b/escape-room/godot/editor/rugRectangle.obj-32853e3ed9dbd0a8db9a9dca255529b8.mesh-folding-cba46dfd4c67141924b2770f0fb67e4c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/rugRectangle.obj-32853e3ed9dbd0a8db9a9dca255529b8.mesh-folding-cba46dfd4c67141924b2770f0fb67e4c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/rugRound.dae-54f4a3efe64896dcabab7a8182d1eb6a.scn-folding-ba2deceb380712051624e06c280fe4c9.cfg b/escape-room/godot/editor/rugRound.dae-54f4a3efe64896dcabab7a8182d1eb6a.scn-folding-ba2deceb380712051624e06c280fe4c9.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/rugRound.dae-54f4a3efe64896dcabab7a8182d1eb6a.scn-folding-ba2deceb380712051624e06c280fe4c9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/rugRound.fbx-aa035299a27b9cc2fe6a5bc18e167cb5.scn-folding-4077b9e6344aea16c9f091d1efab8fdd.cfg b/escape-room/godot/editor/rugRound.fbx-aa035299a27b9cc2fe6a5bc18e167cb5.scn-folding-4077b9e6344aea16c9f091d1efab8fdd.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/rugRound.fbx-aa035299a27b9cc2fe6a5bc18e167cb5.scn-folding-4077b9e6344aea16c9f091d1efab8fdd.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/rugRound.glb-a6f390bea5bf3abddd4fdb97dc8bfa64.scn-folding-c4d466a3cb7e9ff63fa771b3f29663ea.cfg b/escape-room/godot/editor/rugRound.glb-a6f390bea5bf3abddd4fdb97dc8bfa64.scn-folding-c4d466a3cb7e9ff63fa771b3f29663ea.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/rugRound.glb-a6f390bea5bf3abddd4fdb97dc8bfa64.scn-folding-c4d466a3cb7e9ff63fa771b3f29663ea.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/rugRound.obj-4ec007fee0a124896ef699db43eec7ab.mesh-folding-5607e9517e9656a76674a8154f043362.cfg b/escape-room/godot/editor/rugRound.obj-4ec007fee0a124896ef699db43eec7ab.mesh-folding-5607e9517e9656a76674a8154f043362.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/rugRound.obj-4ec007fee0a124896ef699db43eec7ab.mesh-folding-5607e9517e9656a76674a8154f043362.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/rugRounded.dae-c9e1e5a0070575a7b34389c4512ad764.scn-folding-a5fa4df6a408ba4181fe52e7a54c73c9.cfg b/escape-room/godot/editor/rugRounded.dae-c9e1e5a0070575a7b34389c4512ad764.scn-folding-a5fa4df6a408ba4181fe52e7a54c73c9.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/rugRounded.dae-c9e1e5a0070575a7b34389c4512ad764.scn-folding-a5fa4df6a408ba4181fe52e7a54c73c9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/rugRounded.fbx-06da60b85725e0414ee9f3ec211e6ca3.scn-folding-cf61c444c656d0f4a23c85cbad2c02af.cfg b/escape-room/godot/editor/rugRounded.fbx-06da60b85725e0414ee9f3ec211e6ca3.scn-folding-cf61c444c656d0f4a23c85cbad2c02af.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/rugRounded.fbx-06da60b85725e0414ee9f3ec211e6ca3.scn-folding-cf61c444c656d0f4a23c85cbad2c02af.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/rugRounded.glb-c1cc018803fae40fee2a1970f33cd550.scn-folding-7d1a542359fcf5aa990421a5de0a8627.cfg b/escape-room/godot/editor/rugRounded.glb-c1cc018803fae40fee2a1970f33cd550.scn-folding-7d1a542359fcf5aa990421a5de0a8627.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/rugRounded.glb-c1cc018803fae40fee2a1970f33cd550.scn-folding-7d1a542359fcf5aa990421a5de0a8627.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/rugRounded.obj-6ff85e4696f73dcd9f487842ab76bf6b.mesh-folding-863cc8da26d6bdc5f9eb1d954fde6135.cfg b/escape-room/godot/editor/rugRounded.obj-6ff85e4696f73dcd9f487842ab76bf6b.mesh-folding-863cc8da26d6bdc5f9eb1d954fde6135.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/rugRounded.obj-6ff85e4696f73dcd9f487842ab76bf6b.mesh-folding-863cc8da26d6bdc5f9eb1d954fde6135.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/rugSquare.dae-004a3f5f0c1f118cddf4855691d4fd67.scn-folding-73f8694b15e30540ddfd6a3193e1bb3c.cfg b/escape-room/godot/editor/rugSquare.dae-004a3f5f0c1f118cddf4855691d4fd67.scn-folding-73f8694b15e30540ddfd6a3193e1bb3c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/rugSquare.dae-004a3f5f0c1f118cddf4855691d4fd67.scn-folding-73f8694b15e30540ddfd6a3193e1bb3c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/rugSquare.fbx-58e5b5ce3f3c3a6f1d405aaea9ddefbe.scn-folding-23c1018d5e687aa5475008ceee2ad135.cfg b/escape-room/godot/editor/rugSquare.fbx-58e5b5ce3f3c3a6f1d405aaea9ddefbe.scn-folding-23c1018d5e687aa5475008ceee2ad135.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/rugSquare.fbx-58e5b5ce3f3c3a6f1d405aaea9ddefbe.scn-folding-23c1018d5e687aa5475008ceee2ad135.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/rugSquare.glb-41e46136390b394a4a6c9598c3c3566e.scn-folding-69a3e4f1ad29493976e545a6592d9994.cfg b/escape-room/godot/editor/rugSquare.glb-41e46136390b394a4a6c9598c3c3566e.scn-folding-69a3e4f1ad29493976e545a6592d9994.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/rugSquare.glb-41e46136390b394a4a6c9598c3c3566e.scn-folding-69a3e4f1ad29493976e545a6592d9994.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/rugSquare.obj-a1ee8ff39a4d4a3985203b9ad3324530.mesh-folding-4999f9dd5affee9b8a2abe9ea72b8e0f.cfg b/escape-room/godot/editor/rugSquare.obj-a1ee8ff39a4d4a3985203b9ad3324530.mesh-folding-4999f9dd5affee9b8a2abe9ea72b8e0f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/rugSquare.obj-a1ee8ff39a4d4a3985203b9ad3324530.mesh-folding-4999f9dd5affee9b8a2abe9ea72b8e0f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/run.fbx-bd4f3e596c34574b1f60113850bef66d.scn-folding-4a081229e1f5d0b7cd565eb01b7893f4.cfg b/escape-room/godot/editor/run.fbx-bd4f3e596c34574b1f60113850bef66d.scn-folding-4a081229e1f5d0b7cd565eb01b7893f4.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/run.fbx-bd4f3e596c34574b1f60113850bef66d.scn-folding-4a081229e1f5d0b7cd565eb01b7893f4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/sacrifice table.blend-977d2c66242ce8568edaff2f418f1152.scn-folding-9acc8a36d123ac449c7626388227b51b.cfg b/escape-room/godot/editor/sacrifice table.blend-977d2c66242ce8568edaff2f418f1152.scn-folding-9acc8a36d123ac449c7626388227b51b.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/sacrifice table.blend-977d2c66242ce8568edaff2f418f1152.scn-folding-9acc8a36d123ac449c7626388227b51b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/scifichess-bishop.obj-efddcde0b4b4fc852ab64041cf54375a.mesh-folding-1f629fece48f06c467a47b7379ad81fa.cfg b/escape-room/godot/editor/scifichess-bishop.obj-efddcde0b4b4fc852ab64041cf54375a.mesh-folding-1f629fece48f06c467a47b7379ad81fa.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/scifichess-bishop.obj-efddcde0b4b4fc852ab64041cf54375a.mesh-folding-1f629fece48f06c467a47b7379ad81fa.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/scifichess-king.obj-eccc72afc3e8e0658f72aac639e86d61.mesh-folding-4e6345c4489fbc0656760dab328813d8.cfg b/escape-room/godot/editor/scifichess-king.obj-eccc72afc3e8e0658f72aac639e86d61.mesh-folding-4e6345c4489fbc0656760dab328813d8.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/scifichess-king.obj-eccc72afc3e8e0658f72aac639e86d61.mesh-folding-4e6345c4489fbc0656760dab328813d8.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/scifichess-knight.obj-ebfd833573b82083e7ad30fa511b3180.mesh-folding-0600656df5f83f05c918ffda504aee24.cfg b/escape-room/godot/editor/scifichess-knight.obj-ebfd833573b82083e7ad30fa511b3180.mesh-folding-0600656df5f83f05c918ffda504aee24.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/scifichess-knight.obj-ebfd833573b82083e7ad30fa511b3180.mesh-folding-0600656df5f83f05c918ffda504aee24.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/scifichess-pawn.obj-6947e135d349774e8028eb65873facbf.mesh-folding-8edf923e2ff6a700c8559d4e0bc388fd.cfg b/escape-room/godot/editor/scifichess-pawn.obj-6947e135d349774e8028eb65873facbf.mesh-folding-8edf923e2ff6a700c8559d4e0bc388fd.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/scifichess-pawn.obj-6947e135d349774e8028eb65873facbf.mesh-folding-8edf923e2ff6a700c8559d4e0bc388fd.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/scifichess-queen.obj-e32a972326ac85ab556d38c524491c19.mesh-folding-216e409abb0321402dcb7d04554174c4.cfg b/escape-room/godot/editor/scifichess-queen.obj-e32a972326ac85ab556d38c524491c19.mesh-folding-216e409abb0321402dcb7d04554174c4.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/scifichess-queen.obj-e32a972326ac85ab556d38c524491c19.mesh-folding-216e409abb0321402dcb7d04554174c4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/scifichess-rook.obj-ac62ff1384057c88d81b1cc99bd9b7c3.mesh-folding-5bf482690b4f677750806b3dcd3cd1d4.cfg b/escape-room/godot/editor/scifichess-rook.obj-ac62ff1384057c88d81b1cc99bd9b7c3.mesh-folding-5bf482690b4f677750806b3dcd3cd1d4.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/scifichess-rook.obj-ac62ff1384057c88d81b1cc99bd9b7c3.mesh-folding-5bf482690b4f677750806b3dcd3cd1d4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/script_editor_cache.cfg b/escape-room/godot/editor/script_editor_cache.cfg new file mode 100644 index 0000000..7c632f4 --- /dev/null +++ b/escape-room/godot/editor/script_editor_cache.cfg @@ -0,0 +1,83 @@ +[res://addons/godot-xr-tools/objects/pickable.gd] + +state={ +"bookmarks": PackedInt32Array(), +"breakpoints": PackedInt32Array(), +"column": 2, +"folded_lines": Array[int]([]), +"h_scroll_position": 0, +"row": 9, +"scroll_position": 335.0, +"selection": false, +"syntax_highlighter": "GDScript" +} + +[res://addons/godot-xr-tools/objects/highlight/highlight_visible.gd] + +state={ +"bookmarks": PackedInt32Array(), +"breakpoints": PackedInt32Array(), +"column": 0, +"folded_lines": Array[int]([]), +"h_scroll_position": 0, +"row": 0, +"scroll_position": 0.0, +"selection": false, +"syntax_highlighter": "GDScript" +} + +[res://escape_room_szene_room.gd] + +state={ +"bookmarks": PackedInt32Array(), +"breakpoints": PackedInt32Array(), +"column": 0, +"folded_lines": Array[int]([]), +"h_scroll_position": 0, +"row": 0, +"scroll_position": 0.0, +"selection": false, +"syntax_highlighter": "GDScript" +} + +[res://objekte/riddel_cube_board.gd] + +state={ +"bookmarks": PackedInt32Array(), +"breakpoints": PackedInt32Array(), +"column": 15, +"folded_lines": Array[int]([]), +"h_scroll_position": 0, +"row": 12, +"scroll_position": 0.0, +"selection": false, +"syntax_highlighter": "GDScript" +} + +[res://addons/godot-xr-tools/objects/grab_points/grab_point_snap.gd] + +state={ +"bookmarks": PackedInt32Array(), +"breakpoints": PackedInt32Array(), +"column": 0, +"folded_lines": Array[int]([]), +"h_scroll_position": 0, +"row": 0, +"scroll_position": 0.0, +"selection": false, +"syntax_highlighter": "GDScript" +} + +[res://addons/godot-xr-tools/objects/snap_zone.gd] + +state={ +"bookmarks": PackedInt32Array(), +"breakpoints": PackedInt32Array(), +"column": 0, +"folded_lines": Array[int]([]), +"h_scroll_position": 0, +"row": 0, +"scroll_position": 297.0, +"selection": false, +"syntax_highlighter": "GDScript" +} diff --git a/escape-room/godot/editor/shower.dae-f46c2664073d40c6327945641c519879.scn-folding-332599df1bc6da81b1f7a57a92f4f28a.cfg b/escape-room/godot/editor/shower.dae-f46c2664073d40c6327945641c519879.scn-folding-332599df1bc6da81b1f7a57a92f4f28a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/shower.dae-f46c2664073d40c6327945641c519879.scn-folding-332599df1bc6da81b1f7a57a92f4f28a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/shower.fbx-99b2461f732c30ea1e984e22d8ad6dbc.scn-folding-f1ba15eb589bf6767e2c3aefc46942de.cfg b/escape-room/godot/editor/shower.fbx-99b2461f732c30ea1e984e22d8ad6dbc.scn-folding-f1ba15eb589bf6767e2c3aefc46942de.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/shower.fbx-99b2461f732c30ea1e984e22d8ad6dbc.scn-folding-f1ba15eb589bf6767e2c3aefc46942de.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/shower.glb-790001c8c355ed5f462c387adbd61e1a.scn-folding-d1d4df527f161d6d0187aa35ad585d54.cfg b/escape-room/godot/editor/shower.glb-790001c8c355ed5f462c387adbd61e1a.scn-folding-d1d4df527f161d6d0187aa35ad585d54.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/shower.glb-790001c8c355ed5f462c387adbd61e1a.scn-folding-d1d4df527f161d6d0187aa35ad585d54.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/shower.obj-07d56eaceafefe24dac1c7e1ce6e9bc5.mesh-folding-a6c12558821034276dbf40a803705eb1.cfg b/escape-room/godot/editor/shower.obj-07d56eaceafefe24dac1c7e1ce6e9bc5.mesh-folding-a6c12558821034276dbf40a803705eb1.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/shower.obj-07d56eaceafefe24dac1c7e1ce6e9bc5.mesh-folding-a6c12558821034276dbf40a803705eb1.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/showerRound.dae-7050d6066dade9c9547647d7092c4d5a.scn-folding-bd69fb04313ef7203dc33b6c80c1a668.cfg b/escape-room/godot/editor/showerRound.dae-7050d6066dade9c9547647d7092c4d5a.scn-folding-bd69fb04313ef7203dc33b6c80c1a668.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/showerRound.dae-7050d6066dade9c9547647d7092c4d5a.scn-folding-bd69fb04313ef7203dc33b6c80c1a668.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/showerRound.fbx-d75c04e50bbbb4f3835d9f1caee94971.scn-folding-676dece5c9d4c36e2de3777e146ba1e7.cfg b/escape-room/godot/editor/showerRound.fbx-d75c04e50bbbb4f3835d9f1caee94971.scn-folding-676dece5c9d4c36e2de3777e146ba1e7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/showerRound.fbx-d75c04e50bbbb4f3835d9f1caee94971.scn-folding-676dece5c9d4c36e2de3777e146ba1e7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/showerRound.glb-7ba0711657e62a6ed366cd2697e96bd9.scn-folding-dd4ea777f6375eea193cf611c1010029.cfg b/escape-room/godot/editor/showerRound.glb-7ba0711657e62a6ed366cd2697e96bd9.scn-folding-dd4ea777f6375eea193cf611c1010029.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/showerRound.glb-7ba0711657e62a6ed366cd2697e96bd9.scn-folding-dd4ea777f6375eea193cf611c1010029.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/showerRound.obj-112eaa2fb0832b822c8aaeeb68e4fae8.mesh-folding-5b117498ed29571f5496b6d7aa06fdf7.cfg b/escape-room/godot/editor/showerRound.obj-112eaa2fb0832b822c8aaeeb68e4fae8.mesh-folding-5b117498ed29571f5496b6d7aa06fdf7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/showerRound.obj-112eaa2fb0832b822c8aaeeb68e4fae8.mesh-folding-5b117498ed29571f5496b6d7aa06fdf7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/sideTable.dae-17d225a24171e404e45ef6575e751fc5.scn-folding-c6b3f4d47c07bc53371d5706449b97ae.cfg b/escape-room/godot/editor/sideTable.dae-17d225a24171e404e45ef6575e751fc5.scn-folding-c6b3f4d47c07bc53371d5706449b97ae.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/sideTable.dae-17d225a24171e404e45ef6575e751fc5.scn-folding-c6b3f4d47c07bc53371d5706449b97ae.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/sideTable.fbx-4537a6785de8130182c44749ccdd0815.scn-folding-ba2101aa69a0089f2782495f641cb660.cfg b/escape-room/godot/editor/sideTable.fbx-4537a6785de8130182c44749ccdd0815.scn-folding-ba2101aa69a0089f2782495f641cb660.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/sideTable.fbx-4537a6785de8130182c44749ccdd0815.scn-folding-ba2101aa69a0089f2782495f641cb660.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/sideTable.glb-725cd1054c1c24ed23dbdcd5d673627c.scn-folding-ff021c848ac98cc8759d6834565702e4.cfg b/escape-room/godot/editor/sideTable.glb-725cd1054c1c24ed23dbdcd5d673627c.scn-folding-ff021c848ac98cc8759d6834565702e4.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/sideTable.glb-725cd1054c1c24ed23dbdcd5d673627c.scn-folding-ff021c848ac98cc8759d6834565702e4.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/sideTable.obj-00d5fa6861152ee5ea319f28bcf0d580.mesh-folding-893aa115bd440f8f6977fcd919660be5.cfg b/escape-room/godot/editor/sideTable.obj-00d5fa6861152ee5ea319f28bcf0d580.mesh-folding-893aa115bd440f8f6977fcd919660be5.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/sideTable.obj-00d5fa6861152ee5ea319f28bcf0d580.mesh-folding-893aa115bd440f8f6977fcd919660be5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/sideTableDrawers.dae-fe3db42dd12f90ff10db33ae070dc9ee.scn-folding-0242e0046c62f8dd8e5604cecbc08573.cfg b/escape-room/godot/editor/sideTableDrawers.dae-fe3db42dd12f90ff10db33ae070dc9ee.scn-folding-0242e0046c62f8dd8e5604cecbc08573.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/sideTableDrawers.dae-fe3db42dd12f90ff10db33ae070dc9ee.scn-folding-0242e0046c62f8dd8e5604cecbc08573.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/sideTableDrawers.fbx-5445303c0da2769aabd9b87633900535.scn-folding-cca51301c28a4e4eefa19b46b5f5cfa2.cfg b/escape-room/godot/editor/sideTableDrawers.fbx-5445303c0da2769aabd9b87633900535.scn-folding-cca51301c28a4e4eefa19b46b5f5cfa2.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/sideTableDrawers.fbx-5445303c0da2769aabd9b87633900535.scn-folding-cca51301c28a4e4eefa19b46b5f5cfa2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/sideTableDrawers.glb-9a17508c87eee8fcbbe50b070326dcbc.scn-folding-2b6253dd86d53d82f5cfc837524cd2d7.cfg b/escape-room/godot/editor/sideTableDrawers.glb-9a17508c87eee8fcbbe50b070326dcbc.scn-folding-2b6253dd86d53d82f5cfc837524cd2d7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/sideTableDrawers.glb-9a17508c87eee8fcbbe50b070326dcbc.scn-folding-2b6253dd86d53d82f5cfc837524cd2d7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/sideTableDrawers.obj-5d9648ed903c16a8669cef217e513f78.mesh-folding-ff9bc3bb3dd928b26a4a6d489e07063c.cfg b/escape-room/godot/editor/sideTableDrawers.obj-5d9648ed903c16a8669cef217e513f78.mesh-folding-ff9bc3bb3dd928b26a4a6d489e07063c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/sideTableDrawers.obj-5d9648ed903c16a8669cef217e513f78.mesh-folding-ff9bc3bb3dd928b26a4a6d489e07063c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/solitude_1.ogg-4108b6f2c8b3e4c1719c329675dfa36b.oggvorbisstr-folding-1bf09ba3019a9c77a05858e7c560bf4f.cfg b/escape-room/godot/editor/solitude_1.ogg-4108b6f2c8b3e4c1719c329675dfa36b.oggvorbisstr-folding-1bf09ba3019a9c77a05858e7c560bf4f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/solitude_1.ogg-4108b6f2c8b3e4c1719c329675dfa36b.oggvorbisstr-folding-1bf09ba3019a9c77a05858e7c560bf4f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/speaker.dae-90257942f6ead75f839bf0854b5c9753.scn-folding-d72fff21747d2b8416d3d129b51c5cd8.cfg b/escape-room/godot/editor/speaker.dae-90257942f6ead75f839bf0854b5c9753.scn-folding-d72fff21747d2b8416d3d129b51c5cd8.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/speaker.dae-90257942f6ead75f839bf0854b5c9753.scn-folding-d72fff21747d2b8416d3d129b51c5cd8.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/speaker.fbx-084c8269f3ad69b48188cbb527456065.scn-folding-0dae860f70b85323f0077aab71cabf78.cfg b/escape-room/godot/editor/speaker.fbx-084c8269f3ad69b48188cbb527456065.scn-folding-0dae860f70b85323f0077aab71cabf78.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/speaker.fbx-084c8269f3ad69b48188cbb527456065.scn-folding-0dae860f70b85323f0077aab71cabf78.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/speaker.glb-942be2439860ee8c276be7e11ee361a5.scn-folding-ee60ca30b45002f74ffb42fba501db0d.cfg b/escape-room/godot/editor/speaker.glb-942be2439860ee8c276be7e11ee361a5.scn-folding-ee60ca30b45002f74ffb42fba501db0d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/speaker.glb-942be2439860ee8c276be7e11ee361a5.scn-folding-ee60ca30b45002f74ffb42fba501db0d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/speaker.obj-0fff68220e799dffc5720fd2b8438405.mesh-folding-ffe760fc5778a261b6f5e9279f577ca7.cfg b/escape-room/godot/editor/speaker.obj-0fff68220e799dffc5720fd2b8438405.mesh-folding-ffe760fc5778a261b6f5e9279f577ca7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/speaker.obj-0fff68220e799dffc5720fd2b8438405.mesh-folding-ffe760fc5778a261b6f5e9279f577ca7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/speakerSmall.dae-eceec34981efe4d0fea8f56a7058d0d8.scn-folding-60416a219648aa9f4610f7968ec6eed3.cfg b/escape-room/godot/editor/speakerSmall.dae-eceec34981efe4d0fea8f56a7058d0d8.scn-folding-60416a219648aa9f4610f7968ec6eed3.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/speakerSmall.dae-eceec34981efe4d0fea8f56a7058d0d8.scn-folding-60416a219648aa9f4610f7968ec6eed3.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/speakerSmall.fbx-540864929c661bf439e9015e3f2c8b25.scn-folding-c5f0b8e94d716671f7a15857954e425d.cfg b/escape-room/godot/editor/speakerSmall.fbx-540864929c661bf439e9015e3f2c8b25.scn-folding-c5f0b8e94d716671f7a15857954e425d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/speakerSmall.fbx-540864929c661bf439e9015e3f2c8b25.scn-folding-c5f0b8e94d716671f7a15857954e425d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/speakerSmall.glb-49deeda30526a4952da7dc9cdc6032a5.scn-folding-1aa8670717dbe7c0d380efda2602ec4e.cfg b/escape-room/godot/editor/speakerSmall.glb-49deeda30526a4952da7dc9cdc6032a5.scn-folding-1aa8670717dbe7c0d380efda2602ec4e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/speakerSmall.glb-49deeda30526a4952da7dc9cdc6032a5.scn-folding-1aa8670717dbe7c0d380efda2602ec4e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/speakerSmall.obj-675b260e5ec53116cede8bb0afe13e34.mesh-folding-78305cd5f70eb5741868a74a0d579c80.cfg b/escape-room/godot/editor/speakerSmall.obj-675b260e5ec53116cede8bb0afe13e34.mesh-folding-78305cd5f70eb5741868a74a0d579c80.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/speakerSmall.obj-675b260e5ec53116cede8bb0afe13e34.mesh-folding-78305cd5f70eb5741868a74a0d579c80.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stairs-wide.fbx-f97c40999c96283cc59fe3750e7b3286.scn-folding-36b117c355cb15aedb3123e15347fed5.cfg b/escape-room/godot/editor/stairs-wide.fbx-f97c40999c96283cc59fe3750e7b3286.scn-folding-36b117c355cb15aedb3123e15347fed5.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stairs-wide.fbx-f97c40999c96283cc59fe3750e7b3286.scn-folding-36b117c355cb15aedb3123e15347fed5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stairs-wide.glb-b79c819addb891029a101f478eb14821.scn-folding-b89144fa9cded775da5bea1d391ac9ae.cfg b/escape-room/godot/editor/stairs-wide.glb-b79c819addb891029a101f478eb14821.scn-folding-b89144fa9cded775da5bea1d391ac9ae.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stairs-wide.glb-b79c819addb891029a101f478eb14821.scn-folding-b89144fa9cded775da5bea1d391ac9ae.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stairs-wide.obj-18799abdfd2a372601cddb053d30aec2.mesh-folding-6c208fca89ba8306f9852d03850faf6d.cfg b/escape-room/godot/editor/stairs-wide.obj-18799abdfd2a372601cddb053d30aec2.mesh-folding-6c208fca89ba8306f9852d03850faf6d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stairs-wide.obj-18799abdfd2a372601cddb053d30aec2.mesh-folding-6c208fca89ba8306f9852d03850faf6d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stairs.dae-b674424fa1f7b496bca6f721c2f9f678.scn-folding-cbbd217357507785c83213ab7148fa15.cfg b/escape-room/godot/editor/stairs.dae-b674424fa1f7b496bca6f721c2f9f678.scn-folding-cbbd217357507785c83213ab7148fa15.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stairs.dae-b674424fa1f7b496bca6f721c2f9f678.scn-folding-cbbd217357507785c83213ab7148fa15.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stairs.fbx-c217f3355eac7344d1f19d2dcf620d62.scn-folding-bc1324fc8478af16667e8145f5a6f8cf.cfg b/escape-room/godot/editor/stairs.fbx-c217f3355eac7344d1f19d2dcf620d62.scn-folding-bc1324fc8478af16667e8145f5a6f8cf.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stairs.fbx-c217f3355eac7344d1f19d2dcf620d62.scn-folding-bc1324fc8478af16667e8145f5a6f8cf.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stairs.fbx-c9ee0ea064718f199cd32709935cf6f3.scn-folding-6647ccceae0ff53c3dcddbc81459618c.cfg b/escape-room/godot/editor/stairs.fbx-c9ee0ea064718f199cd32709935cf6f3.scn-folding-6647ccceae0ff53c3dcddbc81459618c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stairs.fbx-c9ee0ea064718f199cd32709935cf6f3.scn-folding-6647ccceae0ff53c3dcddbc81459618c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stairs.glb-930750f36f3f7b4ece9f9dc256d29f02.scn-folding-254f0591eeec97b7bddcdbd8a6f40069.cfg b/escape-room/godot/editor/stairs.glb-930750f36f3f7b4ece9f9dc256d29f02.scn-folding-254f0591eeec97b7bddcdbd8a6f40069.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stairs.glb-930750f36f3f7b4ece9f9dc256d29f02.scn-folding-254f0591eeec97b7bddcdbd8a6f40069.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stairs.glb-f1128659cd04ac885698c1cef855cef7.scn-folding-e51c72648329346d8060d541086639ad.cfg b/escape-room/godot/editor/stairs.glb-f1128659cd04ac885698c1cef855cef7.scn-folding-e51c72648329346d8060d541086639ad.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stairs.glb-f1128659cd04ac885698c1cef855cef7.scn-folding-e51c72648329346d8060d541086639ad.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stairs.obj-138a11495d211e7175e6c9e39d49946a.mesh-folding-7adf83baf20532865f0eb63b68a422d9.cfg b/escape-room/godot/editor/stairs.obj-138a11495d211e7175e6c9e39d49946a.mesh-folding-7adf83baf20532865f0eb63b68a422d9.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stairs.obj-138a11495d211e7175e6c9e39d49946a.mesh-folding-7adf83baf20532865f0eb63b68a422d9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stairs.obj-ea789947d03a5d21ca11c616c2199313.mesh-folding-5dd7c4607202aa03e8c690e65d708b5d.cfg b/escape-room/godot/editor/stairs.obj-ea789947d03a5d21ca11c616c2199313.mesh-folding-5dd7c4607202aa03e8c690e65d708b5d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stairs.obj-ea789947d03a5d21ca11c616c2199313.mesh-folding-5dd7c4607202aa03e8c690e65d708b5d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stairsCorner.dae-f57988aeb9a882d725fef0a152fd1161.scn-folding-a1e4304d6018e3a46155a29f8028035c.cfg b/escape-room/godot/editor/stairsCorner.dae-f57988aeb9a882d725fef0a152fd1161.scn-folding-a1e4304d6018e3a46155a29f8028035c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stairsCorner.dae-f57988aeb9a882d725fef0a152fd1161.scn-folding-a1e4304d6018e3a46155a29f8028035c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stairsCorner.fbx-490cf7a282c55a2c1bf8a7027e76011f.scn-folding-4de7873a2362407088719413f91857a5.cfg b/escape-room/godot/editor/stairsCorner.fbx-490cf7a282c55a2c1bf8a7027e76011f.scn-folding-4de7873a2362407088719413f91857a5.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stairsCorner.fbx-490cf7a282c55a2c1bf8a7027e76011f.scn-folding-4de7873a2362407088719413f91857a5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stairsCorner.glb-aa58eccee66518a823dc647467b4ecd2.scn-folding-bad0c3fc2bf8a8922c38399d868cfd77.cfg b/escape-room/godot/editor/stairsCorner.glb-aa58eccee66518a823dc647467b4ecd2.scn-folding-bad0c3fc2bf8a8922c38399d868cfd77.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stairsCorner.glb-aa58eccee66518a823dc647467b4ecd2.scn-folding-bad0c3fc2bf8a8922c38399d868cfd77.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stairsCorner.obj-c2da352d1583a27abcd50885e7f837b7.mesh-folding-c391fce60a159f862836c9e008312ce2.cfg b/escape-room/godot/editor/stairsCorner.obj-c2da352d1583a27abcd50885e7f837b7.mesh-folding-c391fce60a159f862836c9e008312ce2.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stairsCorner.obj-c2da352d1583a27abcd50885e7f837b7.mesh-folding-c391fce60a159f862836c9e008312ce2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stairsOpen.dae-f39fb5c474c651e59be1e295bd388fa6.scn-folding-f99011b14c5e831f8f5837e7388ded99.cfg b/escape-room/godot/editor/stairsOpen.dae-f39fb5c474c651e59be1e295bd388fa6.scn-folding-f99011b14c5e831f8f5837e7388ded99.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stairsOpen.dae-f39fb5c474c651e59be1e295bd388fa6.scn-folding-f99011b14c5e831f8f5837e7388ded99.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stairsOpen.fbx-5cb8b9c58c9898aa04caf8e56da02d60.scn-folding-6f30cc7a1ad51ac0adc5f2d8a92787ba.cfg b/escape-room/godot/editor/stairsOpen.fbx-5cb8b9c58c9898aa04caf8e56da02d60.scn-folding-6f30cc7a1ad51ac0adc5f2d8a92787ba.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stairsOpen.fbx-5cb8b9c58c9898aa04caf8e56da02d60.scn-folding-6f30cc7a1ad51ac0adc5f2d8a92787ba.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stairsOpen.glb-3086225b3ee0d02b0e00dd0005b39fe4.scn-folding-53dd9795c35582f93784c08f3c05c6f1.cfg b/escape-room/godot/editor/stairsOpen.glb-3086225b3ee0d02b0e00dd0005b39fe4.scn-folding-53dd9795c35582f93784c08f3c05c6f1.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stairsOpen.glb-3086225b3ee0d02b0e00dd0005b39fe4.scn-folding-53dd9795c35582f93784c08f3c05c6f1.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stairsOpen.obj-9462044a5fac4da1fa165511b39a81e2.mesh-folding-05e46f6ad489df4eabf072e83371d5fc.cfg b/escape-room/godot/editor/stairsOpen.obj-9462044a5fac4da1fa165511b39a81e2.mesh-folding-05e46f6ad489df4eabf072e83371d5fc.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stairsOpen.obj-9462044a5fac4da1fa165511b39a81e2.mesh-folding-05e46f6ad489df4eabf072e83371d5fc.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stairsOpenSingle.dae-8620b737faeb3537cf55d510f7491de6.scn-folding-dc3bc4c486761ef94fbf9e3113fc8ff2.cfg b/escape-room/godot/editor/stairsOpenSingle.dae-8620b737faeb3537cf55d510f7491de6.scn-folding-dc3bc4c486761ef94fbf9e3113fc8ff2.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stairsOpenSingle.dae-8620b737faeb3537cf55d510f7491de6.scn-folding-dc3bc4c486761ef94fbf9e3113fc8ff2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stairsOpenSingle.fbx-22cb8888580922640967948b4389f19e.scn-folding-a35918676bde1dff1fb11a42ef737001.cfg b/escape-room/godot/editor/stairsOpenSingle.fbx-22cb8888580922640967948b4389f19e.scn-folding-a35918676bde1dff1fb11a42ef737001.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stairsOpenSingle.fbx-22cb8888580922640967948b4389f19e.scn-folding-a35918676bde1dff1fb11a42ef737001.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stairsOpenSingle.glb-531ba097b18ce6f5149ab42e87c73e5f.scn-folding-eec57e9da5d52c9e5835523d900a8569.cfg b/escape-room/godot/editor/stairsOpenSingle.glb-531ba097b18ce6f5149ab42e87c73e5f.scn-folding-eec57e9da5d52c9e5835523d900a8569.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stairsOpenSingle.glb-531ba097b18ce6f5149ab42e87c73e5f.scn-folding-eec57e9da5d52c9e5835523d900a8569.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stairsOpenSingle.obj-7860c4dd47da31a898b39186cb7b2e2c.mesh-folding-dc607fdabb5652e955d1753119267381.cfg b/escape-room/godot/editor/stairsOpenSingle.obj-7860c4dd47da31a898b39186cb7b2e2c.mesh-folding-dc607fdabb5652e955d1753119267381.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stairsOpenSingle.obj-7860c4dd47da31a898b39186cb7b2e2c.mesh-folding-dc607fdabb5652e955d1753119267381.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stoolBar.dae-6424438bac6d285434e2e2ef5da2ffd6.scn-folding-80e9e55e58e7f656c6c4cf9e20e47c10.cfg b/escape-room/godot/editor/stoolBar.dae-6424438bac6d285434e2e2ef5da2ffd6.scn-folding-80e9e55e58e7f656c6c4cf9e20e47c10.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stoolBar.dae-6424438bac6d285434e2e2ef5da2ffd6.scn-folding-80e9e55e58e7f656c6c4cf9e20e47c10.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stoolBar.fbx-2fa2f4e682371ecc6c58c7295128bd69.scn-folding-3b2ba75e8a0432ce55783b0740612456.cfg b/escape-room/godot/editor/stoolBar.fbx-2fa2f4e682371ecc6c58c7295128bd69.scn-folding-3b2ba75e8a0432ce55783b0740612456.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stoolBar.fbx-2fa2f4e682371ecc6c58c7295128bd69.scn-folding-3b2ba75e8a0432ce55783b0740612456.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stoolBar.glb-1b877402e353103661f17c552c8be8d6.scn-folding-7dd9eefd7fc8c5197f50a8ac3d92492b.cfg b/escape-room/godot/editor/stoolBar.glb-1b877402e353103661f17c552c8be8d6.scn-folding-7dd9eefd7fc8c5197f50a8ac3d92492b.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stoolBar.glb-1b877402e353103661f17c552c8be8d6.scn-folding-7dd9eefd7fc8c5197f50a8ac3d92492b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stoolBar.obj-bf9905f790f002b7cd802b788203532a.mesh-folding-21bc603c9415601861bdfebfd52456ba.cfg b/escape-room/godot/editor/stoolBar.obj-bf9905f790f002b7cd802b788203532a.mesh-folding-21bc603c9415601861bdfebfd52456ba.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stoolBar.obj-bf9905f790f002b7cd802b788203532a.mesh-folding-21bc603c9415601861bdfebfd52456ba.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stoolBarSquare.dae-ca1598c33e001ca6a6e742c897bbb189.scn-folding-c530fba374a5232c1e41b678725a06d7.cfg b/escape-room/godot/editor/stoolBarSquare.dae-ca1598c33e001ca6a6e742c897bbb189.scn-folding-c530fba374a5232c1e41b678725a06d7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stoolBarSquare.dae-ca1598c33e001ca6a6e742c897bbb189.scn-folding-c530fba374a5232c1e41b678725a06d7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stoolBarSquare.fbx-90e99ac6b5c67d00eedd26dee9211db7.scn-folding-ee88f66a5a73e897c1aa9c1f0f60718a.cfg b/escape-room/godot/editor/stoolBarSquare.fbx-90e99ac6b5c67d00eedd26dee9211db7.scn-folding-ee88f66a5a73e897c1aa9c1f0f60718a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stoolBarSquare.fbx-90e99ac6b5c67d00eedd26dee9211db7.scn-folding-ee88f66a5a73e897c1aa9c1f0f60718a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stoolBarSquare.glb-9c15a10ff3cfd76b8eb9639a5c85e87e.scn-folding-5ad7c862100fb0faf7009a548dc12334.cfg b/escape-room/godot/editor/stoolBarSquare.glb-9c15a10ff3cfd76b8eb9639a5c85e87e.scn-folding-5ad7c862100fb0faf7009a548dc12334.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stoolBarSquare.glb-9c15a10ff3cfd76b8eb9639a5c85e87e.scn-folding-5ad7c862100fb0faf7009a548dc12334.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/stoolBarSquare.obj-cf57437ccc3dc219d703bcea1386bc69.mesh-folding-556dbc80c9905f095d91b5b507f7debb.cfg b/escape-room/godot/editor/stoolBarSquare.obj-cf57437ccc3dc219d703bcea1386bc69.mesh-folding-556dbc80c9905f095d91b5b507f7debb.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/stoolBarSquare.obj-cf57437ccc3dc219d703bcea1386bc69.mesh-folding-556dbc80c9905f095d91b5b507f7debb.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/table.dae-8e3558bf9079918fee6135af6aaf0d1a.scn-folding-e3bae0d78fb170d1d372780b661d3ab1.cfg b/escape-room/godot/editor/table.dae-8e3558bf9079918fee6135af6aaf0d1a.scn-folding-e3bae0d78fb170d1d372780b661d3ab1.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/table.dae-8e3558bf9079918fee6135af6aaf0d1a.scn-folding-e3bae0d78fb170d1d372780b661d3ab1.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/table.fbx-78f9cf8456084cd217a16b0721d957bf.scn-folding-7dcbdb31abc173ae017c428549ad6144.cfg b/escape-room/godot/editor/table.fbx-78f9cf8456084cd217a16b0721d957bf.scn-folding-7dcbdb31abc173ae017c428549ad6144.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/table.fbx-78f9cf8456084cd217a16b0721d957bf.scn-folding-7dcbdb31abc173ae017c428549ad6144.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/table.glb-ac1ac08cf6f9b71789bfe79c31d0bb77.scn-folding-1ba67deea4bc6e5a1b53bf2d7e6dd4a9.cfg b/escape-room/godot/editor/table.glb-ac1ac08cf6f9b71789bfe79c31d0bb77.scn-folding-1ba67deea4bc6e5a1b53bf2d7e6dd4a9.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/table.glb-ac1ac08cf6f9b71789bfe79c31d0bb77.scn-folding-1ba67deea4bc6e5a1b53bf2d7e6dd4a9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/table.obj-24bc4ff38832d67fe7aa8ac9d29cfef7.mesh-folding-eefd039b85ed94ae33025d4fc1168ad0.cfg b/escape-room/godot/editor/table.obj-24bc4ff38832d67fe7aa8ac9d29cfef7.mesh-folding-eefd039b85ed94ae33025d4fc1168ad0.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/table.obj-24bc4ff38832d67fe7aa8ac9d29cfef7.mesh-folding-eefd039b85ed94ae33025d4fc1168ad0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableCloth.dae-20e19e6b33f82ff1984db153928b62a0.scn-folding-008c59755c41f097ab31f3e71acfa44c.cfg b/escape-room/godot/editor/tableCloth.dae-20e19e6b33f82ff1984db153928b62a0.scn-folding-008c59755c41f097ab31f3e71acfa44c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableCloth.dae-20e19e6b33f82ff1984db153928b62a0.scn-folding-008c59755c41f097ab31f3e71acfa44c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableCloth.fbx-7322d2e7b072f0f53af82bc65d95b07d.scn-folding-b5d4033741044186bfbe2161566a9673.cfg b/escape-room/godot/editor/tableCloth.fbx-7322d2e7b072f0f53af82bc65d95b07d.scn-folding-b5d4033741044186bfbe2161566a9673.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableCloth.fbx-7322d2e7b072f0f53af82bc65d95b07d.scn-folding-b5d4033741044186bfbe2161566a9673.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableCloth.glb-9cd21136efea945ef390ab58b9133d5a.scn-folding-d81904d1d524047056847644b170da04.cfg b/escape-room/godot/editor/tableCloth.glb-9cd21136efea945ef390ab58b9133d5a.scn-folding-d81904d1d524047056847644b170da04.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableCloth.glb-9cd21136efea945ef390ab58b9133d5a.scn-folding-d81904d1d524047056847644b170da04.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableCloth.obj-4aa9e07536de70572afe8c652dd3e148.mesh-folding-6ea4b511caefd2361bfb1db2201ef27d.cfg b/escape-room/godot/editor/tableCloth.obj-4aa9e07536de70572afe8c652dd3e148.mesh-folding-6ea4b511caefd2361bfb1db2201ef27d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableCloth.obj-4aa9e07536de70572afe8c652dd3e148.mesh-folding-6ea4b511caefd2361bfb1db2201ef27d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableCoffee.dae-4acf268861f32313d56462ecfd52e0f5.scn-folding-36abe4bef17d574d044cb2c73e88ece6.cfg b/escape-room/godot/editor/tableCoffee.dae-4acf268861f32313d56462ecfd52e0f5.scn-folding-36abe4bef17d574d044cb2c73e88ece6.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableCoffee.dae-4acf268861f32313d56462ecfd52e0f5.scn-folding-36abe4bef17d574d044cb2c73e88ece6.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableCoffee.fbx-d09622c18dbfb6c63551ec87144accfe.scn-folding-21d100d4b2a3d15896f30a9552da3de6.cfg b/escape-room/godot/editor/tableCoffee.fbx-d09622c18dbfb6c63551ec87144accfe.scn-folding-21d100d4b2a3d15896f30a9552da3de6.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableCoffee.fbx-d09622c18dbfb6c63551ec87144accfe.scn-folding-21d100d4b2a3d15896f30a9552da3de6.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableCoffee.glb-b6771464efbb94b44a7102554dd8500f.scn-folding-0bd61f8a2c9168d4ea172c2d18cc4e87.cfg b/escape-room/godot/editor/tableCoffee.glb-b6771464efbb94b44a7102554dd8500f.scn-folding-0bd61f8a2c9168d4ea172c2d18cc4e87.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableCoffee.glb-b6771464efbb94b44a7102554dd8500f.scn-folding-0bd61f8a2c9168d4ea172c2d18cc4e87.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableCoffee.obj-27af88775034ccd7008f3c5c8f30bc08.mesh-folding-93c794ab427b88020f2a6d3bfff24653.cfg b/escape-room/godot/editor/tableCoffee.obj-27af88775034ccd7008f3c5c8f30bc08.mesh-folding-93c794ab427b88020f2a6d3bfff24653.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableCoffee.obj-27af88775034ccd7008f3c5c8f30bc08.mesh-folding-93c794ab427b88020f2a6d3bfff24653.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableCoffeeGlass.dae-24cfedbf9ad3ba34f1018d6d570b6e51.scn-folding-63eecfce753572071352e102faa4c10e.cfg b/escape-room/godot/editor/tableCoffeeGlass.dae-24cfedbf9ad3ba34f1018d6d570b6e51.scn-folding-63eecfce753572071352e102faa4c10e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableCoffeeGlass.dae-24cfedbf9ad3ba34f1018d6d570b6e51.scn-folding-63eecfce753572071352e102faa4c10e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableCoffeeGlass.fbx-b233915b316389bfd9058965b7ac685c.scn-folding-a63b615c87d01ba323f388e2e1f65173.cfg b/escape-room/godot/editor/tableCoffeeGlass.fbx-b233915b316389bfd9058965b7ac685c.scn-folding-a63b615c87d01ba323f388e2e1f65173.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableCoffeeGlass.fbx-b233915b316389bfd9058965b7ac685c.scn-folding-a63b615c87d01ba323f388e2e1f65173.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableCoffeeGlass.glb-d8669cac13b7bc9fcb0a999d9a87cefb.scn-folding-f8868be067b725dab48d786ba058179a.cfg b/escape-room/godot/editor/tableCoffeeGlass.glb-d8669cac13b7bc9fcb0a999d9a87cefb.scn-folding-f8868be067b725dab48d786ba058179a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableCoffeeGlass.glb-d8669cac13b7bc9fcb0a999d9a87cefb.scn-folding-f8868be067b725dab48d786ba058179a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableCoffeeGlass.obj-6dd066b0749c37e9833621fe5c3ed6f9.mesh-folding-4adf007a6b67802b2eb682adf4a57e43.cfg b/escape-room/godot/editor/tableCoffeeGlass.obj-6dd066b0749c37e9833621fe5c3ed6f9.mesh-folding-4adf007a6b67802b2eb682adf4a57e43.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableCoffeeGlass.obj-6dd066b0749c37e9833621fe5c3ed6f9.mesh-folding-4adf007a6b67802b2eb682adf4a57e43.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableCoffeeGlassSquare.dae-4957994039b9496f6a28c7e6e30802b9.scn-folding-1da3201b34eebc04f75cbf72b701122d.cfg b/escape-room/godot/editor/tableCoffeeGlassSquare.dae-4957994039b9496f6a28c7e6e30802b9.scn-folding-1da3201b34eebc04f75cbf72b701122d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableCoffeeGlassSquare.dae-4957994039b9496f6a28c7e6e30802b9.scn-folding-1da3201b34eebc04f75cbf72b701122d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableCoffeeGlassSquare.fbx-c805f97b8d35d011aefd79b55bdf5cb4.scn-folding-50e826aef8698692f59091a06cc7a180.cfg b/escape-room/godot/editor/tableCoffeeGlassSquare.fbx-c805f97b8d35d011aefd79b55bdf5cb4.scn-folding-50e826aef8698692f59091a06cc7a180.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableCoffeeGlassSquare.fbx-c805f97b8d35d011aefd79b55bdf5cb4.scn-folding-50e826aef8698692f59091a06cc7a180.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableCoffeeGlassSquare.glb-c4853936a2be9f4f88148b495fdfe00a.scn-folding-2f127a6568175bdbffb592aed5fd3eb1.cfg b/escape-room/godot/editor/tableCoffeeGlassSquare.glb-c4853936a2be9f4f88148b495fdfe00a.scn-folding-2f127a6568175bdbffb592aed5fd3eb1.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableCoffeeGlassSquare.glb-c4853936a2be9f4f88148b495fdfe00a.scn-folding-2f127a6568175bdbffb592aed5fd3eb1.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableCoffeeGlassSquare.obj-e617ea4825882bd1ac569579622faa48.mesh-folding-0371ab8e9802fe3490d6190a91807868.cfg b/escape-room/godot/editor/tableCoffeeGlassSquare.obj-e617ea4825882bd1ac569579622faa48.mesh-folding-0371ab8e9802fe3490d6190a91807868.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableCoffeeGlassSquare.obj-e617ea4825882bd1ac569579622faa48.mesh-folding-0371ab8e9802fe3490d6190a91807868.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableCoffeeSquare.dae-5ec08b4e26d3a86848b4925d66a1bece.scn-folding-8a7bd5b564990e5471e0b97efdacc02d.cfg b/escape-room/godot/editor/tableCoffeeSquare.dae-5ec08b4e26d3a86848b4925d66a1bece.scn-folding-8a7bd5b564990e5471e0b97efdacc02d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableCoffeeSquare.dae-5ec08b4e26d3a86848b4925d66a1bece.scn-folding-8a7bd5b564990e5471e0b97efdacc02d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableCoffeeSquare.fbx-d2e2d28ea00b3e45374623a949342bae.scn-folding-af4f3ffd5a24f53fa0dc6c12b8013105.cfg b/escape-room/godot/editor/tableCoffeeSquare.fbx-d2e2d28ea00b3e45374623a949342bae.scn-folding-af4f3ffd5a24f53fa0dc6c12b8013105.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableCoffeeSquare.fbx-d2e2d28ea00b3e45374623a949342bae.scn-folding-af4f3ffd5a24f53fa0dc6c12b8013105.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableCoffeeSquare.glb-4fbcd64203cdf5af6ecb609a751d1b70.scn-folding-a5d1774059e8a39fa9df216467c55043.cfg b/escape-room/godot/editor/tableCoffeeSquare.glb-4fbcd64203cdf5af6ecb609a751d1b70.scn-folding-a5d1774059e8a39fa9df216467c55043.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableCoffeeSquare.glb-4fbcd64203cdf5af6ecb609a751d1b70.scn-folding-a5d1774059e8a39fa9df216467c55043.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableCoffeeSquare.obj-787e32bc6970fbd5e01f53e999705c17.mesh-folding-e72e0b6209a467896f70cd9a0d4f908e.cfg b/escape-room/godot/editor/tableCoffeeSquare.obj-787e32bc6970fbd5e01f53e999705c17.mesh-folding-e72e0b6209a467896f70cd9a0d4f908e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableCoffeeSquare.obj-787e32bc6970fbd5e01f53e999705c17.mesh-folding-e72e0b6209a467896f70cd9a0d4f908e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableCross.dae-199131e3d624aaece033a2cdd723deb8.scn-folding-c6828cc4ac92fd28e7a44e0adba10c09.cfg b/escape-room/godot/editor/tableCross.dae-199131e3d624aaece033a2cdd723deb8.scn-folding-c6828cc4ac92fd28e7a44e0adba10c09.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableCross.dae-199131e3d624aaece033a2cdd723deb8.scn-folding-c6828cc4ac92fd28e7a44e0adba10c09.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableCross.fbx-94d1637a52220630ce1fad48e2a4eae4.scn-folding-6277a535d1e5eeb8f3e0b27c861b37b2.cfg b/escape-room/godot/editor/tableCross.fbx-94d1637a52220630ce1fad48e2a4eae4.scn-folding-6277a535d1e5eeb8f3e0b27c861b37b2.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableCross.fbx-94d1637a52220630ce1fad48e2a4eae4.scn-folding-6277a535d1e5eeb8f3e0b27c861b37b2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableCross.glb-b309085058ca5e7d557517e4217f8178.scn-folding-12de2a1be1cd2607ff387970906ac396.cfg b/escape-room/godot/editor/tableCross.glb-b309085058ca5e7d557517e4217f8178.scn-folding-12de2a1be1cd2607ff387970906ac396.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableCross.glb-b309085058ca5e7d557517e4217f8178.scn-folding-12de2a1be1cd2607ff387970906ac396.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableCross.obj-932e7e7099be9ead5bbfd55fe44e9ae3.mesh-folding-0f0ceb69122da745914046d38e28d772.cfg b/escape-room/godot/editor/tableCross.obj-932e7e7099be9ead5bbfd55fe44e9ae3.mesh-folding-0f0ceb69122da745914046d38e28d772.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableCross.obj-932e7e7099be9ead5bbfd55fe44e9ae3.mesh-folding-0f0ceb69122da745914046d38e28d772.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableCrossCloth.dae-56b03e60e388b5409d1e034d99fcb409.scn-folding-ea95aa7b0d9a7e457731d42b8e9ae397.cfg b/escape-room/godot/editor/tableCrossCloth.dae-56b03e60e388b5409d1e034d99fcb409.scn-folding-ea95aa7b0d9a7e457731d42b8e9ae397.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableCrossCloth.dae-56b03e60e388b5409d1e034d99fcb409.scn-folding-ea95aa7b0d9a7e457731d42b8e9ae397.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableCrossCloth.fbx-9aab7b59e0718abf887df40b92e3d58b.scn-folding-8325c1e7ea001bc46f35fb182889e27d.cfg b/escape-room/godot/editor/tableCrossCloth.fbx-9aab7b59e0718abf887df40b92e3d58b.scn-folding-8325c1e7ea001bc46f35fb182889e27d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableCrossCloth.fbx-9aab7b59e0718abf887df40b92e3d58b.scn-folding-8325c1e7ea001bc46f35fb182889e27d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableCrossCloth.glb-e677a2ac4e368d10e8b2afb02f7f4865.scn-folding-81a713912c6b52630ce058e955d82fc0.cfg b/escape-room/godot/editor/tableCrossCloth.glb-e677a2ac4e368d10e8b2afb02f7f4865.scn-folding-81a713912c6b52630ce058e955d82fc0.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableCrossCloth.glb-e677a2ac4e368d10e8b2afb02f7f4865.scn-folding-81a713912c6b52630ce058e955d82fc0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableCrossCloth.obj-f1e66343998706eb29e95356e554e69f.mesh-folding-0fc8b006204d07db0008ae079e1661b5.cfg b/escape-room/godot/editor/tableCrossCloth.obj-f1e66343998706eb29e95356e554e69f.mesh-folding-0fc8b006204d07db0008ae079e1661b5.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableCrossCloth.obj-f1e66343998706eb29e95356e554e69f.mesh-folding-0fc8b006204d07db0008ae079e1661b5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableGlass.dae-873503784badcf4e89be928da28a7638.scn-folding-3eb10cda2630905b4c26b8426bca1c3f.cfg b/escape-room/godot/editor/tableGlass.dae-873503784badcf4e89be928da28a7638.scn-folding-3eb10cda2630905b4c26b8426bca1c3f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableGlass.dae-873503784badcf4e89be928da28a7638.scn-folding-3eb10cda2630905b4c26b8426bca1c3f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableGlass.fbx-88aae2d9e68a987883537907ae3cfd22.scn-folding-ce23cae2c0c359fecb650528f226d237.cfg b/escape-room/godot/editor/tableGlass.fbx-88aae2d9e68a987883537907ae3cfd22.scn-folding-ce23cae2c0c359fecb650528f226d237.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableGlass.fbx-88aae2d9e68a987883537907ae3cfd22.scn-folding-ce23cae2c0c359fecb650528f226d237.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableGlass.glb-87e07c7fb691f6dbb4e15d2b313bc8b9.scn-folding-d50e5141a23b6034e46bcb8f4b05306a.cfg b/escape-room/godot/editor/tableGlass.glb-87e07c7fb691f6dbb4e15d2b313bc8b9.scn-folding-d50e5141a23b6034e46bcb8f4b05306a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableGlass.glb-87e07c7fb691f6dbb4e15d2b313bc8b9.scn-folding-d50e5141a23b6034e46bcb8f4b05306a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableGlass.obj-1fcbe2bdaad401ed6389082dcc91aa1c.mesh-folding-ff7b972437ce3fb60cb3c90d00562128.cfg b/escape-room/godot/editor/tableGlass.obj-1fcbe2bdaad401ed6389082dcc91aa1c.mesh-folding-ff7b972437ce3fb60cb3c90d00562128.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableGlass.obj-1fcbe2bdaad401ed6389082dcc91aa1c.mesh-folding-ff7b972437ce3fb60cb3c90d00562128.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableRound.dae-fb67dc0ddd4daf4604ec9c86babf3ea8.scn-folding-5e9202b073ead627482614f301fcfe30.cfg b/escape-room/godot/editor/tableRound.dae-fb67dc0ddd4daf4604ec9c86babf3ea8.scn-folding-5e9202b073ead627482614f301fcfe30.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableRound.dae-fb67dc0ddd4daf4604ec9c86babf3ea8.scn-folding-5e9202b073ead627482614f301fcfe30.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableRound.fbx-f07acd7fc99198bd70e72eccd082e25c.scn-folding-c4bb1648d9997db7adb84cadf3d52051.cfg b/escape-room/godot/editor/tableRound.fbx-f07acd7fc99198bd70e72eccd082e25c.scn-folding-c4bb1648d9997db7adb84cadf3d52051.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableRound.fbx-f07acd7fc99198bd70e72eccd082e25c.scn-folding-c4bb1648d9997db7adb84cadf3d52051.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableRound.glb-44914d7b599f3b300814d7d8bdafb2e7.scn-folding-7c98b7cd3e68570caf85f28f7b82e4ee.cfg b/escape-room/godot/editor/tableRound.glb-44914d7b599f3b300814d7d8bdafb2e7.scn-folding-7c98b7cd3e68570caf85f28f7b82e4ee.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableRound.glb-44914d7b599f3b300814d7d8bdafb2e7.scn-folding-7c98b7cd3e68570caf85f28f7b82e4ee.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/tableRound.obj-3420162c930bad583f3418f176d9133a.mesh-folding-202ef0dfa808547b6bc7c252243b5438.cfg b/escape-room/godot/editor/tableRound.obj-3420162c930bad583f3418f176d9133a.mesh-folding-202ef0dfa808547b6bc7c252243b5438.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/tableRound.obj-3420162c930bad583f3418f176d9133a.mesh-folding-202ef0dfa808547b6bc7c252243b5438.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/televisionAntenna.dae-2148228c2429ebc9885b4ae157d0b2f0.scn-folding-25d6139a55ee6b5cd375f163b598a929.cfg b/escape-room/godot/editor/televisionAntenna.dae-2148228c2429ebc9885b4ae157d0b2f0.scn-folding-25d6139a55ee6b5cd375f163b598a929.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/televisionAntenna.dae-2148228c2429ebc9885b4ae157d0b2f0.scn-folding-25d6139a55ee6b5cd375f163b598a929.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/televisionAntenna.fbx-21b75c0daac056ef1716bbc78db82d8d.scn-folding-ae384bce3ffce2b81840fdd02a2d797a.cfg b/escape-room/godot/editor/televisionAntenna.fbx-21b75c0daac056ef1716bbc78db82d8d.scn-folding-ae384bce3ffce2b81840fdd02a2d797a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/televisionAntenna.fbx-21b75c0daac056ef1716bbc78db82d8d.scn-folding-ae384bce3ffce2b81840fdd02a2d797a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/televisionAntenna.glb-3d45b4cb29c58fc785c6d15ead88e327.scn-folding-9f6f52077f66ae83a05b9096543a7e0d.cfg b/escape-room/godot/editor/televisionAntenna.glb-3d45b4cb29c58fc785c6d15ead88e327.scn-folding-9f6f52077f66ae83a05b9096543a7e0d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/televisionAntenna.glb-3d45b4cb29c58fc785c6d15ead88e327.scn-folding-9f6f52077f66ae83a05b9096543a7e0d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/televisionAntenna.obj-7f34bcbcf0abf03756b6ac0168186ef5.mesh-folding-94324592487fc9d1139e6dbd76f82133.cfg b/escape-room/godot/editor/televisionAntenna.obj-7f34bcbcf0abf03756b6ac0168186ef5.mesh-folding-94324592487fc9d1139e6dbd76f82133.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/televisionAntenna.obj-7f34bcbcf0abf03756b6ac0168186ef5.mesh-folding-94324592487fc9d1139e6dbd76f82133.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/televisionModern.dae-c4bfeb3bf325fd92a329bb838c40ce4b.scn-folding-fdd8d179664db4141ceeabc9bb4aca3e.cfg b/escape-room/godot/editor/televisionModern.dae-c4bfeb3bf325fd92a329bb838c40ce4b.scn-folding-fdd8d179664db4141ceeabc9bb4aca3e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/televisionModern.dae-c4bfeb3bf325fd92a329bb838c40ce4b.scn-folding-fdd8d179664db4141ceeabc9bb4aca3e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/televisionModern.fbx-e868a764bf75e4b1a7f2bfd66caf7175.scn-folding-8a82397571c0f295de1bec8ab3e8b50f.cfg b/escape-room/godot/editor/televisionModern.fbx-e868a764bf75e4b1a7f2bfd66caf7175.scn-folding-8a82397571c0f295de1bec8ab3e8b50f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/televisionModern.fbx-e868a764bf75e4b1a7f2bfd66caf7175.scn-folding-8a82397571c0f295de1bec8ab3e8b50f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/televisionModern.glb-ff8c2860c1a78a74d1a36081c9239c1a.scn-folding-4f53363e129793cf2af7db2e5ebb1c5e.cfg b/escape-room/godot/editor/televisionModern.glb-ff8c2860c1a78a74d1a36081c9239c1a.scn-folding-4f53363e129793cf2af7db2e5ebb1c5e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/televisionModern.glb-ff8c2860c1a78a74d1a36081c9239c1a.scn-folding-4f53363e129793cf2af7db2e5ebb1c5e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/televisionModern.obj-0544cf69a579877b90c46a4f97ed1f44.mesh-folding-b0c37595a175d670e7680a8cc2fdab9f.cfg b/escape-room/godot/editor/televisionModern.obj-0544cf69a579877b90c46a4f97ed1f44.mesh-folding-b0c37595a175d670e7680a8cc2fdab9f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/televisionModern.obj-0544cf69a579877b90c46a4f97ed1f44.mesh-folding-b0c37595a175d670e7680a8cc2fdab9f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/televisionVintage.dae-70cf3a277e469576d33194bc034f0f54.scn-folding-6dd9601ad69c02ed1240b52fe963904c.cfg b/escape-room/godot/editor/televisionVintage.dae-70cf3a277e469576d33194bc034f0f54.scn-folding-6dd9601ad69c02ed1240b52fe963904c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/televisionVintage.dae-70cf3a277e469576d33194bc034f0f54.scn-folding-6dd9601ad69c02ed1240b52fe963904c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/televisionVintage.fbx-ddc80c7e514b7f08039eb7d34370de68.scn-folding-670de08d37816a839f59ddba24a0e6ef.cfg b/escape-room/godot/editor/televisionVintage.fbx-ddc80c7e514b7f08039eb7d34370de68.scn-folding-670de08d37816a839f59ddba24a0e6ef.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/televisionVintage.fbx-ddc80c7e514b7f08039eb7d34370de68.scn-folding-670de08d37816a839f59ddba24a0e6ef.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/televisionVintage.glb-5618477b841bfcf1a03bea0f03d1e9fc.scn-folding-05545fea516ea80f69f4e8a5ebf8e552.cfg b/escape-room/godot/editor/televisionVintage.glb-5618477b841bfcf1a03bea0f03d1e9fc.scn-folding-05545fea516ea80f69f4e8a5ebf8e552.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/televisionVintage.glb-5618477b841bfcf1a03bea0f03d1e9fc.scn-folding-05545fea516ea80f69f4e8a5ebf8e552.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/televisionVintage.obj-e08eda97f8ac0dd89e869a2dab1a037b.mesh-folding-218fb48d294271339200db2c9f75219b.cfg b/escape-room/godot/editor/televisionVintage.obj-e08eda97f8ac0dd89e869a2dab1a037b.mesh-folding-218fb48d294271339200db2c9f75219b.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/televisionVintage.obj-e08eda97f8ac0dd89e869a2dab1a037b.mesh-folding-218fb48d294271339200db2c9f75219b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-corner.fbx-07d84c80386a7cb09b2174d34b5f5069.scn-folding-b26aea0b74957e64b151827864af678b.cfg b/escape-room/godot/editor/template-corner.fbx-07d84c80386a7cb09b2174d34b5f5069.scn-folding-b26aea0b74957e64b151827864af678b.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-corner.fbx-07d84c80386a7cb09b2174d34b5f5069.scn-folding-b26aea0b74957e64b151827864af678b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-corner.glb-0faa04c69bd30ef65e9873ff88ee8adb.scn-folding-8e1254c24d3973ef8b22030a462d0492.cfg b/escape-room/godot/editor/template-corner.glb-0faa04c69bd30ef65e9873ff88ee8adb.scn-folding-8e1254c24d3973ef8b22030a462d0492.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-corner.glb-0faa04c69bd30ef65e9873ff88ee8adb.scn-folding-8e1254c24d3973ef8b22030a462d0492.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-corner.obj-9908fc24a09613ca09494245ae65a849.mesh-folding-5a85bb2bc900a3f5d9933d1b8cc67c72.cfg b/escape-room/godot/editor/template-corner.obj-9908fc24a09613ca09494245ae65a849.mesh-folding-5a85bb2bc900a3f5d9933d1b8cc67c72.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-corner.obj-9908fc24a09613ca09494245ae65a849.mesh-folding-5a85bb2bc900a3f5d9933d1b8cc67c72.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-detail.fbx-aa74f7682bc6d2a2d3e5daf3719b7299.scn-folding-f2eee96c7c1001123902425ff2fa4d8e.cfg b/escape-room/godot/editor/template-detail.fbx-aa74f7682bc6d2a2d3e5daf3719b7299.scn-folding-f2eee96c7c1001123902425ff2fa4d8e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-detail.fbx-aa74f7682bc6d2a2d3e5daf3719b7299.scn-folding-f2eee96c7c1001123902425ff2fa4d8e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-detail.glb-4940fb61cb267568b8d9c4cb8500e923.scn-folding-978b65671c9042110d8ac9f8a8e1205c.cfg b/escape-room/godot/editor/template-detail.glb-4940fb61cb267568b8d9c4cb8500e923.scn-folding-978b65671c9042110d8ac9f8a8e1205c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-detail.glb-4940fb61cb267568b8d9c4cb8500e923.scn-folding-978b65671c9042110d8ac9f8a8e1205c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-detail.obj-38b61b7ed031bb64de8e625cd7439b86.mesh-folding-694240260516da5d50a4b5c95020ddc8.cfg b/escape-room/godot/editor/template-detail.obj-38b61b7ed031bb64de8e625cd7439b86.mesh-folding-694240260516da5d50a4b5c95020ddc8.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-detail.obj-38b61b7ed031bb64de8e625cd7439b86.mesh-folding-694240260516da5d50a4b5c95020ddc8.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-floor-big.fbx-8c9d4eeca9a939fe817b4909887e3e0c.scn-folding-b9559a358ede73398d527049257b818f.cfg b/escape-room/godot/editor/template-floor-big.fbx-8c9d4eeca9a939fe817b4909887e3e0c.scn-folding-b9559a358ede73398d527049257b818f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-floor-big.fbx-8c9d4eeca9a939fe817b4909887e3e0c.scn-folding-b9559a358ede73398d527049257b818f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-floor-big.glb-4693ca042e8ffecae55791597f731089.scn-folding-977c2a50a0aa0c641d0b8d0b6cd0c3fc.cfg b/escape-room/godot/editor/template-floor-big.glb-4693ca042e8ffecae55791597f731089.scn-folding-977c2a50a0aa0c641d0b8d0b6cd0c3fc.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-floor-big.glb-4693ca042e8ffecae55791597f731089.scn-folding-977c2a50a0aa0c641d0b8d0b6cd0c3fc.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-floor-big.obj-5189864671c995c8f11f4ae4abf758bb.mesh-folding-6d1a21f493bcae79f3e814cbd836b127.cfg b/escape-room/godot/editor/template-floor-big.obj-5189864671c995c8f11f4ae4abf758bb.mesh-folding-6d1a21f493bcae79f3e814cbd836b127.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-floor-big.obj-5189864671c995c8f11f4ae4abf758bb.mesh-folding-6d1a21f493bcae79f3e814cbd836b127.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-floor-detail-a.fbx-c4fcfe850f2e39e1a2375532d2a0bf4c.scn-folding-ec6fcf0f250e4fd62330a6ce31dfbe80.cfg b/escape-room/godot/editor/template-floor-detail-a.fbx-c4fcfe850f2e39e1a2375532d2a0bf4c.scn-folding-ec6fcf0f250e4fd62330a6ce31dfbe80.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-floor-detail-a.fbx-c4fcfe850f2e39e1a2375532d2a0bf4c.scn-folding-ec6fcf0f250e4fd62330a6ce31dfbe80.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-floor-detail-a.glb-de04504a005052adcad355833a2d60bf.scn-folding-84e982ce9335088fefe0b46445946ca0.cfg b/escape-room/godot/editor/template-floor-detail-a.glb-de04504a005052adcad355833a2d60bf.scn-folding-84e982ce9335088fefe0b46445946ca0.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-floor-detail-a.glb-de04504a005052adcad355833a2d60bf.scn-folding-84e982ce9335088fefe0b46445946ca0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-floor-detail-a.obj-e354a976ff7eef733b6735ef486a0046.mesh-folding-92144804d9286f13e4a10eec65f291fe.cfg b/escape-room/godot/editor/template-floor-detail-a.obj-e354a976ff7eef733b6735ef486a0046.mesh-folding-92144804d9286f13e4a10eec65f291fe.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-floor-detail-a.obj-e354a976ff7eef733b6735ef486a0046.mesh-folding-92144804d9286f13e4a10eec65f291fe.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-floor-detail.fbx-a645a9c2ffe389448d1e7887382afdea.scn-folding-22f068a6567abe22f9dbc0551b16d1f0.cfg b/escape-room/godot/editor/template-floor-detail.fbx-a645a9c2ffe389448d1e7887382afdea.scn-folding-22f068a6567abe22f9dbc0551b16d1f0.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-floor-detail.fbx-a645a9c2ffe389448d1e7887382afdea.scn-folding-22f068a6567abe22f9dbc0551b16d1f0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-floor-detail.glb-8edf8a4e66187dc8f2fd912cf4e13272.scn-folding-55c78278d447b07e48cb1b5b3925c7fd.cfg b/escape-room/godot/editor/template-floor-detail.glb-8edf8a4e66187dc8f2fd912cf4e13272.scn-folding-55c78278d447b07e48cb1b5b3925c7fd.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-floor-detail.glb-8edf8a4e66187dc8f2fd912cf4e13272.scn-folding-55c78278d447b07e48cb1b5b3925c7fd.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-floor-detail.obj-9f15a73a5178e06c67b0092dd5835e39.mesh-folding-bf118aaebfb81e66f6f0817c5a970ecc.cfg b/escape-room/godot/editor/template-floor-detail.obj-9f15a73a5178e06c67b0092dd5835e39.mesh-folding-bf118aaebfb81e66f6f0817c5a970ecc.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-floor-detail.obj-9f15a73a5178e06c67b0092dd5835e39.mesh-folding-bf118aaebfb81e66f6f0817c5a970ecc.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-floor-layer-raised.fbx-21d68bcbb8971cc1be22c6421a7ee864.scn-folding-bcc5046cfbc95b5a0ac96cb34f9b4f8d.cfg b/escape-room/godot/editor/template-floor-layer-raised.fbx-21d68bcbb8971cc1be22c6421a7ee864.scn-folding-bcc5046cfbc95b5a0ac96cb34f9b4f8d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-floor-layer-raised.fbx-21d68bcbb8971cc1be22c6421a7ee864.scn-folding-bcc5046cfbc95b5a0ac96cb34f9b4f8d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-floor-layer-raised.glb-fe3179f033d07a1112847e8077fd1fb2.scn-folding-0b93d8e9d26d200b470074bc90e7cde2.cfg b/escape-room/godot/editor/template-floor-layer-raised.glb-fe3179f033d07a1112847e8077fd1fb2.scn-folding-0b93d8e9d26d200b470074bc90e7cde2.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-floor-layer-raised.glb-fe3179f033d07a1112847e8077fd1fb2.scn-folding-0b93d8e9d26d200b470074bc90e7cde2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-floor-layer-raised.obj-b0aefcae7fa4876b3679fdc156f54088.mesh-folding-9caaa0c44d38bd6926e32f3947aa9a14.cfg b/escape-room/godot/editor/template-floor-layer-raised.obj-b0aefcae7fa4876b3679fdc156f54088.mesh-folding-9caaa0c44d38bd6926e32f3947aa9a14.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-floor-layer-raised.obj-b0aefcae7fa4876b3679fdc156f54088.mesh-folding-9caaa0c44d38bd6926e32f3947aa9a14.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-floor-layer.fbx-df8155f966d28c810ddc7a1aa4338cf0.scn-folding-873c492660904b9eebbabbfd9f97edd3.cfg b/escape-room/godot/editor/template-floor-layer.fbx-df8155f966d28c810ddc7a1aa4338cf0.scn-folding-873c492660904b9eebbabbfd9f97edd3.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-floor-layer.fbx-df8155f966d28c810ddc7a1aa4338cf0.scn-folding-873c492660904b9eebbabbfd9f97edd3.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-floor-layer.glb-5e1e4570221d6e029f7fc53b37018c5b.scn-folding-29bf5f1d2719c657d137414aa5bb9705.cfg b/escape-room/godot/editor/template-floor-layer.glb-5e1e4570221d6e029f7fc53b37018c5b.scn-folding-29bf5f1d2719c657d137414aa5bb9705.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-floor-layer.glb-5e1e4570221d6e029f7fc53b37018c5b.scn-folding-29bf5f1d2719c657d137414aa5bb9705.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-floor-layer.obj-67c53699068c55502b89bb4c0f859306.mesh-folding-396b6f734d05b7d3782b1a53e602bee2.cfg b/escape-room/godot/editor/template-floor-layer.obj-67c53699068c55502b89bb4c0f859306.mesh-folding-396b6f734d05b7d3782b1a53e602bee2.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-floor-layer.obj-67c53699068c55502b89bb4c0f859306.mesh-folding-396b6f734d05b7d3782b1a53e602bee2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-floor.fbx-306ed4205a243e12411297b9d67f52a0.scn-folding-3f7dda12d32ebed7f2dfa20319dbb392.cfg b/escape-room/godot/editor/template-floor.fbx-306ed4205a243e12411297b9d67f52a0.scn-folding-3f7dda12d32ebed7f2dfa20319dbb392.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-floor.fbx-306ed4205a243e12411297b9d67f52a0.scn-folding-3f7dda12d32ebed7f2dfa20319dbb392.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-floor.glb-ce9ea7e8bf99c5888c706fe0386504d4.scn-folding-102784d4eab3c9f15e707e2fdc715a45.cfg b/escape-room/godot/editor/template-floor.glb-ce9ea7e8bf99c5888c706fe0386504d4.scn-folding-102784d4eab3c9f15e707e2fdc715a45.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-floor.glb-ce9ea7e8bf99c5888c706fe0386504d4.scn-folding-102784d4eab3c9f15e707e2fdc715a45.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-floor.obj-f750879d16d5b7c092a75ae4ab70ad65.mesh-folding-58b3543c56bee77f39b86633e68b33cf.cfg b/escape-room/godot/editor/template-floor.obj-f750879d16d5b7c092a75ae4ab70ad65.mesh-folding-58b3543c56bee77f39b86633e68b33cf.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-floor.obj-f750879d16d5b7c092a75ae4ab70ad65.mesh-folding-58b3543c56bee77f39b86633e68b33cf.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-wall-corner.fbx-7b69d7b74342381f982515c8c0b7c2bb.scn-folding-005f7ec2a7bab1c00eca84de9264138d.cfg b/escape-room/godot/editor/template-wall-corner.fbx-7b69d7b74342381f982515c8c0b7c2bb.scn-folding-005f7ec2a7bab1c00eca84de9264138d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-wall-corner.fbx-7b69d7b74342381f982515c8c0b7c2bb.scn-folding-005f7ec2a7bab1c00eca84de9264138d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-wall-corner.glb-1caef549d8c8eb2c8b3557257aa7d5f1.scn-folding-bd8afd84f73fb293d6097feae0cd3606.cfg b/escape-room/godot/editor/template-wall-corner.glb-1caef549d8c8eb2c8b3557257aa7d5f1.scn-folding-bd8afd84f73fb293d6097feae0cd3606.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-wall-corner.glb-1caef549d8c8eb2c8b3557257aa7d5f1.scn-folding-bd8afd84f73fb293d6097feae0cd3606.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-wall-corner.obj-2608afdaa585c5c7c11e955770f74c03.mesh-folding-67db697a19a9e71d4e6508344ef09228.cfg b/escape-room/godot/editor/template-wall-corner.obj-2608afdaa585c5c7c11e955770f74c03.mesh-folding-67db697a19a9e71d4e6508344ef09228.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-wall-corner.obj-2608afdaa585c5c7c11e955770f74c03.mesh-folding-67db697a19a9e71d4e6508344ef09228.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-wall-detail-a.fbx-be175a79160fcd12b9f8e0d0c1d76530.scn-folding-07c4d0f8f02a697e55f45a0e1617d8e9.cfg b/escape-room/godot/editor/template-wall-detail-a.fbx-be175a79160fcd12b9f8e0d0c1d76530.scn-folding-07c4d0f8f02a697e55f45a0e1617d8e9.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-wall-detail-a.fbx-be175a79160fcd12b9f8e0d0c1d76530.scn-folding-07c4d0f8f02a697e55f45a0e1617d8e9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-wall-detail-a.glb-1324dace374c6c4c4e1f273e9d5dee19.scn-folding-5e98f3dd2f105576ee6a6e5b610874bb.cfg b/escape-room/godot/editor/template-wall-detail-a.glb-1324dace374c6c4c4e1f273e9d5dee19.scn-folding-5e98f3dd2f105576ee6a6e5b610874bb.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-wall-detail-a.glb-1324dace374c6c4c4e1f273e9d5dee19.scn-folding-5e98f3dd2f105576ee6a6e5b610874bb.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-wall-detail-a.obj-eb6ccfc943fe6318c7a2325bf51801e5.mesh-folding-7786495e5a9b7cb9805ec3437186c887.cfg b/escape-room/godot/editor/template-wall-detail-a.obj-eb6ccfc943fe6318c7a2325bf51801e5.mesh-folding-7786495e5a9b7cb9805ec3437186c887.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-wall-detail-a.obj-eb6ccfc943fe6318c7a2325bf51801e5.mesh-folding-7786495e5a9b7cb9805ec3437186c887.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-wall-half.fbx-3bc118ec6b578069004f8b8520a344e8.scn-folding-f75a8b76ad23c4b060d816f7e80bc84f.cfg b/escape-room/godot/editor/template-wall-half.fbx-3bc118ec6b578069004f8b8520a344e8.scn-folding-f75a8b76ad23c4b060d816f7e80bc84f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-wall-half.fbx-3bc118ec6b578069004f8b8520a344e8.scn-folding-f75a8b76ad23c4b060d816f7e80bc84f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-wall-half.glb-969333f6740cc475c599730322c1020f.scn-folding-021a807d2981f19edb09d8e92bd4c7a3.cfg b/escape-room/godot/editor/template-wall-half.glb-969333f6740cc475c599730322c1020f.scn-folding-021a807d2981f19edb09d8e92bd4c7a3.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-wall-half.glb-969333f6740cc475c599730322c1020f.scn-folding-021a807d2981f19edb09d8e92bd4c7a3.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-wall-half.obj-2bb0f2d9449639355e720e6d8b71bfa4.mesh-folding-f77835ca76589900ddb1035744637cf7.cfg b/escape-room/godot/editor/template-wall-half.obj-2bb0f2d9449639355e720e6d8b71bfa4.mesh-folding-f77835ca76589900ddb1035744637cf7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-wall-half.obj-2bb0f2d9449639355e720e6d8b71bfa4.mesh-folding-f77835ca76589900ddb1035744637cf7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-wall-stairs.fbx-1fa683955f32c96405d50b4d532722a2.scn-folding-f2a94d86b7395f743175c55714f242e3.cfg b/escape-room/godot/editor/template-wall-stairs.fbx-1fa683955f32c96405d50b4d532722a2.scn-folding-f2a94d86b7395f743175c55714f242e3.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-wall-stairs.fbx-1fa683955f32c96405d50b4d532722a2.scn-folding-f2a94d86b7395f743175c55714f242e3.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-wall-stairs.glb-b5015b8de85d963173b64ff66d556679.scn-folding-6b427bf728252a27dd06145f733454a6.cfg b/escape-room/godot/editor/template-wall-stairs.glb-b5015b8de85d963173b64ff66d556679.scn-folding-6b427bf728252a27dd06145f733454a6.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-wall-stairs.glb-b5015b8de85d963173b64ff66d556679.scn-folding-6b427bf728252a27dd06145f733454a6.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-wall-stairs.obj-4b6e5461ae26981f12c46f6f2496b79c.mesh-folding-7bfd36a761b947b1d643cfd132e3fa07.cfg b/escape-room/godot/editor/template-wall-stairs.obj-4b6e5461ae26981f12c46f6f2496b79c.mesh-folding-7bfd36a761b947b1d643cfd132e3fa07.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-wall-stairs.obj-4b6e5461ae26981f12c46f6f2496b79c.mesh-folding-7bfd36a761b947b1d643cfd132e3fa07.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-wall-top.fbx-64e5b894fd1fe98721427e32ed7a76ff.scn-folding-98b774385d9ab4c0d102ded7a27e4e79.cfg b/escape-room/godot/editor/template-wall-top.fbx-64e5b894fd1fe98721427e32ed7a76ff.scn-folding-98b774385d9ab4c0d102ded7a27e4e79.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-wall-top.fbx-64e5b894fd1fe98721427e32ed7a76ff.scn-folding-98b774385d9ab4c0d102ded7a27e4e79.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-wall-top.glb-d6de0e5ca9f2c5dc16e1c53d6668a959.scn-folding-9d042ace99cb34eb78f9a08f0d846431.cfg b/escape-room/godot/editor/template-wall-top.glb-d6de0e5ca9f2c5dc16e1c53d6668a959.scn-folding-9d042ace99cb34eb78f9a08f0d846431.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-wall-top.glb-d6de0e5ca9f2c5dc16e1c53d6668a959.scn-folding-9d042ace99cb34eb78f9a08f0d846431.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-wall-top.obj-4a56adc577ee0aa1c89ffc953c20a57f.mesh-folding-36c5cc9e53da0045cdfae499ed5ce063.cfg b/escape-room/godot/editor/template-wall-top.obj-4a56adc577ee0aa1c89ffc953c20a57f.mesh-folding-36c5cc9e53da0045cdfae499ed5ce063.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-wall-top.obj-4a56adc577ee0aa1c89ffc953c20a57f.mesh-folding-36c5cc9e53da0045cdfae499ed5ce063.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-wall.fbx-88bd5549df267bcf515ef7d03bdc0b3a.scn-folding-59ded5c96bb48d1251a53ff68240a7e3.cfg b/escape-room/godot/editor/template-wall.fbx-88bd5549df267bcf515ef7d03bdc0b3a.scn-folding-59ded5c96bb48d1251a53ff68240a7e3.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-wall.fbx-88bd5549df267bcf515ef7d03bdc0b3a.scn-folding-59ded5c96bb48d1251a53ff68240a7e3.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-wall.glb-ac4f7a1e6fc08d213c224942290f363d.scn-folding-18a29cc4a729004a26db3be7f7d9dd99.cfg b/escape-room/godot/editor/template-wall.glb-ac4f7a1e6fc08d213c224942290f363d.scn-folding-18a29cc4a729004a26db3be7f7d9dd99.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-wall.glb-ac4f7a1e6fc08d213c224942290f363d.scn-folding-18a29cc4a729004a26db3be7f7d9dd99.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/template-wall.obj-5026bdaac1bcaaef3e9bad6cfbb0b3bd.mesh-folding-7357fc94873c5f39f58561da4632dccd.cfg b/escape-room/godot/editor/template-wall.obj-5026bdaac1bcaaef3e9bad6cfbb0b3bd.mesh-folding-7357fc94873c5f39f58561da4632dccd.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/template-wall.obj-5026bdaac1bcaaef3e9bad6cfbb0b3bd.mesh-folding-7357fc94873c5f39f58561da4632dccd.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/toaster.dae-6ce6ed5d33a41f129b222161fbbfa99a.scn-folding-6f272e07e421c0954a27b69b371c57e6.cfg b/escape-room/godot/editor/toaster.dae-6ce6ed5d33a41f129b222161fbbfa99a.scn-folding-6f272e07e421c0954a27b69b371c57e6.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/toaster.dae-6ce6ed5d33a41f129b222161fbbfa99a.scn-folding-6f272e07e421c0954a27b69b371c57e6.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/toaster.fbx-5d49e584a582849e3916f772a994b27c.scn-folding-142ee0995cbbf00d9497ff6a33ae4fbf.cfg b/escape-room/godot/editor/toaster.fbx-5d49e584a582849e3916f772a994b27c.scn-folding-142ee0995cbbf00d9497ff6a33ae4fbf.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/toaster.fbx-5d49e584a582849e3916f772a994b27c.scn-folding-142ee0995cbbf00d9497ff6a33ae4fbf.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/toaster.glb-13e1a46dc5ad202818f679de85ea7173.scn-folding-609f7cf1baf6a43987c1286160a32cc2.cfg b/escape-room/godot/editor/toaster.glb-13e1a46dc5ad202818f679de85ea7173.scn-folding-609f7cf1baf6a43987c1286160a32cc2.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/toaster.glb-13e1a46dc5ad202818f679de85ea7173.scn-folding-609f7cf1baf6a43987c1286160a32cc2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/toaster.obj-b3ad517451980690cf5e5790fa597ad6.mesh-folding-93a4688a215fe757cef7d973d202e021.cfg b/escape-room/godot/editor/toaster.obj-b3ad517451980690cf5e5790fa597ad6.mesh-folding-93a4688a215fe757cef7d973d202e021.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/toaster.obj-b3ad517451980690cf5e5790fa597ad6.mesh-folding-93a4688a215fe757cef7d973d202e021.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/toilet.dae-2a8a365cc28358c42015f30911287840.scn-folding-f01d7d01e799d6e400035c1dc5afd216.cfg b/escape-room/godot/editor/toilet.dae-2a8a365cc28358c42015f30911287840.scn-folding-f01d7d01e799d6e400035c1dc5afd216.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/toilet.dae-2a8a365cc28358c42015f30911287840.scn-folding-f01d7d01e799d6e400035c1dc5afd216.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/toilet.fbx-9207eeabfc9af570208f863c686665e5.scn-folding-12347d93c8a57fa313fd857fc0af87a3.cfg b/escape-room/godot/editor/toilet.fbx-9207eeabfc9af570208f863c686665e5.scn-folding-12347d93c8a57fa313fd857fc0af87a3.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/toilet.fbx-9207eeabfc9af570208f863c686665e5.scn-folding-12347d93c8a57fa313fd857fc0af87a3.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/toilet.glb-10b73f908e6ea796032441a716beb7cb.scn-folding-f7fb69d39239ea06397ff0cb69203fac.cfg b/escape-room/godot/editor/toilet.glb-10b73f908e6ea796032441a716beb7cb.scn-folding-f7fb69d39239ea06397ff0cb69203fac.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/toilet.glb-10b73f908e6ea796032441a716beb7cb.scn-folding-f7fb69d39239ea06397ff0cb69203fac.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/toilet.obj-e9b13f9ae03d13b032969bb47ce413b1.mesh-folding-51143b44fdbca8bf299e5f06be2abc09.cfg b/escape-room/godot/editor/toilet.obj-e9b13f9ae03d13b032969bb47ce413b1.mesh-folding-51143b44fdbca8bf299e5f06be2abc09.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/toilet.obj-e9b13f9ae03d13b032969bb47ce413b1.mesh-folding-51143b44fdbca8bf299e5f06be2abc09.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/toiletSquare.dae-098fa163e50894b3e46b0586af2ec52e.scn-folding-02652b2aa5c42dac0ed3da0fd55fa88f.cfg b/escape-room/godot/editor/toiletSquare.dae-098fa163e50894b3e46b0586af2ec52e.scn-folding-02652b2aa5c42dac0ed3da0fd55fa88f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/toiletSquare.dae-098fa163e50894b3e46b0586af2ec52e.scn-folding-02652b2aa5c42dac0ed3da0fd55fa88f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/toiletSquare.fbx-a50e77c6a3fa8e81b2d39a8dab6d13f4.scn-folding-db1fb063940edf7ddec24e2cc5cc2be3.cfg b/escape-room/godot/editor/toiletSquare.fbx-a50e77c6a3fa8e81b2d39a8dab6d13f4.scn-folding-db1fb063940edf7ddec24e2cc5cc2be3.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/toiletSquare.fbx-a50e77c6a3fa8e81b2d39a8dab6d13f4.scn-folding-db1fb063940edf7ddec24e2cc5cc2be3.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/toiletSquare.glb-33f576dba3b0fb06997c204eeaecfc16.scn-folding-cc9bdec6133a3941088974ac748e1faa.cfg b/escape-room/godot/editor/toiletSquare.glb-33f576dba3b0fb06997c204eeaecfc16.scn-folding-cc9bdec6133a3941088974ac748e1faa.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/toiletSquare.glb-33f576dba3b0fb06997c204eeaecfc16.scn-folding-cc9bdec6133a3941088974ac748e1faa.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/toiletSquare.obj-117e853b1f83bd56d300043434f54f91.mesh-folding-208ac22ce63ff493a0e10e08cd15297f.cfg b/escape-room/godot/editor/toiletSquare.obj-117e853b1f83bd56d300043434f54f91.mesh-folding-208ac22ce63ff493a0e10e08cd15297f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/toiletSquare.obj-117e853b1f83bd56d300043434f54f91.mesh-folding-208ac22ce63ff493a0e10e08cd15297f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/trashcan.dae-7fcec145ed8b6a46e9535f2a3567b7fd.scn-folding-adf4f490c8eb05761d61be15f9ba69ad.cfg b/escape-room/godot/editor/trashcan.dae-7fcec145ed8b6a46e9535f2a3567b7fd.scn-folding-adf4f490c8eb05761d61be15f9ba69ad.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/trashcan.dae-7fcec145ed8b6a46e9535f2a3567b7fd.scn-folding-adf4f490c8eb05761d61be15f9ba69ad.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/trashcan.fbx-c29e1612dae594ff11c682cb8b9363bb.scn-folding-70e6d15d6a925e71911e6b4cb8ea8067.cfg b/escape-room/godot/editor/trashcan.fbx-c29e1612dae594ff11c682cb8b9363bb.scn-folding-70e6d15d6a925e71911e6b4cb8ea8067.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/trashcan.fbx-c29e1612dae594ff11c682cb8b9363bb.scn-folding-70e6d15d6a925e71911e6b4cb8ea8067.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/trashcan.glb-f2664dfe33298d2d4c67a105039c3a8f.scn-folding-cf4a0ffcec514d514008fe3b5bbc0c5b.cfg b/escape-room/godot/editor/trashcan.glb-f2664dfe33298d2d4c67a105039c3a8f.scn-folding-cf4a0ffcec514d514008fe3b5bbc0c5b.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/trashcan.glb-f2664dfe33298d2d4c67a105039c3a8f.scn-folding-cf4a0ffcec514d514008fe3b5bbc0c5b.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/trashcan.obj-74110294bd4651dd6e4a369baea69f9e.mesh-folding-f93456f7fa4f3e15c1794a3248e3b193.cfg b/escape-room/godot/editor/trashcan.obj-74110294bd4651dd6e4a369baea69f9e.mesh-folding-f93456f7fa4f3e15c1794a3248e3b193.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/trashcan.obj-74110294bd4651dd6e4a369baea69f9e.mesh-folding-f93456f7fa4f3e15c1794a3248e3b193.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wall.dae-0c4cb3f0e86d1e40982f77ba3e188202.scn-folding-be9af88d76688c313a587ec95a20aa3d.cfg b/escape-room/godot/editor/wall.dae-0c4cb3f0e86d1e40982f77ba3e188202.scn-folding-be9af88d76688c313a587ec95a20aa3d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wall.dae-0c4cb3f0e86d1e40982f77ba3e188202.scn-folding-be9af88d76688c313a587ec95a20aa3d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wall.fbx-7b55b0c8e53e8fd2669b76fda1a708ef.scn-folding-27361a0eee57d0d2c7311d86f95765e5.cfg b/escape-room/godot/editor/wall.fbx-7b55b0c8e53e8fd2669b76fda1a708ef.scn-folding-27361a0eee57d0d2c7311d86f95765e5.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wall.fbx-7b55b0c8e53e8fd2669b76fda1a708ef.scn-folding-27361a0eee57d0d2c7311d86f95765e5.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wall.glb-65173597abe3a345aa74424e7e71a272.scn-folding-babc14db996c6988eee06e34102a5003.cfg b/escape-room/godot/editor/wall.glb-65173597abe3a345aa74424e7e71a272.scn-folding-babc14db996c6988eee06e34102a5003.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wall.glb-65173597abe3a345aa74424e7e71a272.scn-folding-babc14db996c6988eee06e34102a5003.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wall.obj-de4e7cf48586476a440cca4e714228ef.mesh-folding-98e1a209c884774777e25a3d2c64d4d8.cfg b/escape-room/godot/editor/wall.obj-de4e7cf48586476a440cca4e714228ef.mesh-folding-98e1a209c884774777e25a3d2c64d4d8.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wall.obj-de4e7cf48586476a440cca4e714228ef.mesh-folding-98e1a209c884774777e25a3d2c64d4d8.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wallCorner.dae-c1d402b311ee881306a1a593fe75b1ff.scn-folding-f2da847af1ea35673bbc1acbef761155.cfg b/escape-room/godot/editor/wallCorner.dae-c1d402b311ee881306a1a593fe75b1ff.scn-folding-f2da847af1ea35673bbc1acbef761155.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wallCorner.dae-c1d402b311ee881306a1a593fe75b1ff.scn-folding-f2da847af1ea35673bbc1acbef761155.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wallCorner.fbx-f8ca0583af4532afbb94a19a0695213b.scn-folding-e518f4bc4683c6d7ebac74c57ebf2dc2.cfg b/escape-room/godot/editor/wallCorner.fbx-f8ca0583af4532afbb94a19a0695213b.scn-folding-e518f4bc4683c6d7ebac74c57ebf2dc2.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wallCorner.fbx-f8ca0583af4532afbb94a19a0695213b.scn-folding-e518f4bc4683c6d7ebac74c57ebf2dc2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wallCorner.glb-8e83b8919f6d0c55316d4e67da9a8849.scn-folding-4d1c74865966e3253b3d5c87905703cf.cfg b/escape-room/godot/editor/wallCorner.glb-8e83b8919f6d0c55316d4e67da9a8849.scn-folding-4d1c74865966e3253b3d5c87905703cf.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wallCorner.glb-8e83b8919f6d0c55316d4e67da9a8849.scn-folding-4d1c74865966e3253b3d5c87905703cf.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wallCorner.obj-4500c6a58dc9baf63fb0317126e623cb.mesh-folding-b090ef0c5ef34788918dc789896f8cba.cfg b/escape-room/godot/editor/wallCorner.obj-4500c6a58dc9baf63fb0317126e623cb.mesh-folding-b090ef0c5ef34788918dc789896f8cba.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wallCorner.obj-4500c6a58dc9baf63fb0317126e623cb.mesh-folding-b090ef0c5ef34788918dc789896f8cba.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wallCornerRond.dae-8e656d675a128c8b42f5922dac286438.scn-folding-067e58e7376d6978799cf7fa73b883fc.cfg b/escape-room/godot/editor/wallCornerRond.dae-8e656d675a128c8b42f5922dac286438.scn-folding-067e58e7376d6978799cf7fa73b883fc.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wallCornerRond.dae-8e656d675a128c8b42f5922dac286438.scn-folding-067e58e7376d6978799cf7fa73b883fc.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wallCornerRond.fbx-3665f4410dbfb6c1bc65785977f58484.scn-folding-0c30a959cfd622ceb257e4c4245aa860.cfg b/escape-room/godot/editor/wallCornerRond.fbx-3665f4410dbfb6c1bc65785977f58484.scn-folding-0c30a959cfd622ceb257e4c4245aa860.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wallCornerRond.fbx-3665f4410dbfb6c1bc65785977f58484.scn-folding-0c30a959cfd622ceb257e4c4245aa860.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wallCornerRond.glb-e70821d88df9c57038c512773467c5ee.scn-folding-812f95131f1d9b38e7abdfe52b37eda2.cfg b/escape-room/godot/editor/wallCornerRond.glb-e70821d88df9c57038c512773467c5ee.scn-folding-812f95131f1d9b38e7abdfe52b37eda2.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wallCornerRond.glb-e70821d88df9c57038c512773467c5ee.scn-folding-812f95131f1d9b38e7abdfe52b37eda2.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wallCornerRond.obj-9d1f16294e79cf6e0380d9d3411a0006.mesh-folding-59341498d313b01452d972f3da1e1a90.cfg b/escape-room/godot/editor/wallCornerRond.obj-9d1f16294e79cf6e0380d9d3411a0006.mesh-folding-59341498d313b01452d972f3da1e1a90.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wallCornerRond.obj-9d1f16294e79cf6e0380d9d3411a0006.mesh-folding-59341498d313b01452d972f3da1e1a90.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wallDoorway.dae-41382f248d6102828769eda8f683ae07.scn-folding-cbc80c46bd05d710a7d5fceca9b3cb1e.cfg b/escape-room/godot/editor/wallDoorway.dae-41382f248d6102828769eda8f683ae07.scn-folding-cbc80c46bd05d710a7d5fceca9b3cb1e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wallDoorway.dae-41382f248d6102828769eda8f683ae07.scn-folding-cbc80c46bd05d710a7d5fceca9b3cb1e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wallDoorway.fbx-89e5addfef9bd19dff2036b3755b8bee.scn-folding-ea9c993f4ec25841b1cbeb70d25708b7.cfg b/escape-room/godot/editor/wallDoorway.fbx-89e5addfef9bd19dff2036b3755b8bee.scn-folding-ea9c993f4ec25841b1cbeb70d25708b7.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wallDoorway.fbx-89e5addfef9bd19dff2036b3755b8bee.scn-folding-ea9c993f4ec25841b1cbeb70d25708b7.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wallDoorway.glb-7303ce0e766975dda1c2632da5b64f18.scn-folding-d35ae6c4c02e0e52dcd3df775b727024.cfg b/escape-room/godot/editor/wallDoorway.glb-7303ce0e766975dda1c2632da5b64f18.scn-folding-d35ae6c4c02e0e52dcd3df775b727024.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wallDoorway.glb-7303ce0e766975dda1c2632da5b64f18.scn-folding-d35ae6c4c02e0e52dcd3df775b727024.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wallDoorway.obj-15a8cd13dd53fb63d3ec36873d7e086c.mesh-folding-8408d9765568dd583dd2df27229aabf0.cfg b/escape-room/godot/editor/wallDoorway.obj-15a8cd13dd53fb63d3ec36873d7e086c.mesh-folding-8408d9765568dd583dd2df27229aabf0.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wallDoorway.obj-15a8cd13dd53fb63d3ec36873d7e086c.mesh-folding-8408d9765568dd583dd2df27229aabf0.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wallDoorwayWide.dae-cd21cd539d77f39dd11b8897e4c22266.scn-folding-38622d54dcb3618ca66c5d6eeff2b5f6.cfg b/escape-room/godot/editor/wallDoorwayWide.dae-cd21cd539d77f39dd11b8897e4c22266.scn-folding-38622d54dcb3618ca66c5d6eeff2b5f6.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wallDoorwayWide.dae-cd21cd539d77f39dd11b8897e4c22266.scn-folding-38622d54dcb3618ca66c5d6eeff2b5f6.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wallDoorwayWide.fbx-dd95e8e0a6d23646d9c409c82a61a4e1.scn-folding-c625f944a4034e8d0a5417a901fe89cf.cfg b/escape-room/godot/editor/wallDoorwayWide.fbx-dd95e8e0a6d23646d9c409c82a61a4e1.scn-folding-c625f944a4034e8d0a5417a901fe89cf.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wallDoorwayWide.fbx-dd95e8e0a6d23646d9c409c82a61a4e1.scn-folding-c625f944a4034e8d0a5417a901fe89cf.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wallDoorwayWide.glb-d662f50ca4e4c8eb2ee24fb8d0787362.scn-folding-b3e22544108fec0f89a4bb06b7d6df0d.cfg b/escape-room/godot/editor/wallDoorwayWide.glb-d662f50ca4e4c8eb2ee24fb8d0787362.scn-folding-b3e22544108fec0f89a4bb06b7d6df0d.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wallDoorwayWide.glb-d662f50ca4e4c8eb2ee24fb8d0787362.scn-folding-b3e22544108fec0f89a4bb06b7d6df0d.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wallDoorwayWide.obj-3fbec24c08f494d47555abe0f917f9c6.mesh-folding-d3ba63f5e84d9bce87374392e01cca1e.cfg b/escape-room/godot/editor/wallDoorwayWide.obj-3fbec24c08f494d47555abe0f917f9c6.mesh-folding-d3ba63f5e84d9bce87374392e01cca1e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wallDoorwayWide.obj-3fbec24c08f494d47555abe0f917f9c6.mesh-folding-d3ba63f5e84d9bce87374392e01cca1e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wallHalf.dae-1f26a72bd9f3751268b762a900488dc6.scn-folding-0a93d8f3fe5e8db63dbfd7fad4f5397c.cfg b/escape-room/godot/editor/wallHalf.dae-1f26a72bd9f3751268b762a900488dc6.scn-folding-0a93d8f3fe5e8db63dbfd7fad4f5397c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wallHalf.dae-1f26a72bd9f3751268b762a900488dc6.scn-folding-0a93d8f3fe5e8db63dbfd7fad4f5397c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wallHalf.fbx-1d7266acad62d0c91b81af7bb5003f54.scn-folding-2b33f83c2d2c22614368cfbf7c201590.cfg b/escape-room/godot/editor/wallHalf.fbx-1d7266acad62d0c91b81af7bb5003f54.scn-folding-2b33f83c2d2c22614368cfbf7c201590.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wallHalf.fbx-1d7266acad62d0c91b81af7bb5003f54.scn-folding-2b33f83c2d2c22614368cfbf7c201590.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wallHalf.glb-d267e365fd23f750a10c500aba683f55.scn-folding-98da71ac879a2c55b9b87bf0de63edcb.cfg b/escape-room/godot/editor/wallHalf.glb-d267e365fd23f750a10c500aba683f55.scn-folding-98da71ac879a2c55b9b87bf0de63edcb.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wallHalf.glb-d267e365fd23f750a10c500aba683f55.scn-folding-98da71ac879a2c55b9b87bf0de63edcb.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wallHalf.obj-9a5dd1001439578598a72ac4865f3ce7.mesh-folding-a39a625cd3f57836d7e3104daa98d0c3.cfg b/escape-room/godot/editor/wallHalf.obj-9a5dd1001439578598a72ac4865f3ce7.mesh-folding-a39a625cd3f57836d7e3104daa98d0c3.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wallHalf.obj-9a5dd1001439578598a72ac4865f3ce7.mesh-folding-a39a625cd3f57836d7e3104daa98d0c3.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wallWindow.dae-d724508d9adee7ea8c95c82232ce2d04.scn-folding-f7c1676279994aad6f04e0af6ccf19a9.cfg b/escape-room/godot/editor/wallWindow.dae-d724508d9adee7ea8c95c82232ce2d04.scn-folding-f7c1676279994aad6f04e0af6ccf19a9.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wallWindow.dae-d724508d9adee7ea8c95c82232ce2d04.scn-folding-f7c1676279994aad6f04e0af6ccf19a9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wallWindow.fbx-fbb03947cee0760c2ed7dca167fc2da8.scn-folding-18264cf09e19e002303c1ea480909e7a.cfg b/escape-room/godot/editor/wallWindow.fbx-fbb03947cee0760c2ed7dca167fc2da8.scn-folding-18264cf09e19e002303c1ea480909e7a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wallWindow.fbx-fbb03947cee0760c2ed7dca167fc2da8.scn-folding-18264cf09e19e002303c1ea480909e7a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wallWindow.glb-9c2cd714c34bcb13cc90df121ee5093d.scn-folding-8fee871a32a43237e0ef15cb39f49f30.cfg b/escape-room/godot/editor/wallWindow.glb-9c2cd714c34bcb13cc90df121ee5093d.scn-folding-8fee871a32a43237e0ef15cb39f49f30.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wallWindow.glb-9c2cd714c34bcb13cc90df121ee5093d.scn-folding-8fee871a32a43237e0ef15cb39f49f30.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wallWindow.obj-845b6a4dd39fd987299c1132b3b5bb45.mesh-folding-071017788351c4fb288d209a85b7b04a.cfg b/escape-room/godot/editor/wallWindow.obj-845b6a4dd39fd987299c1132b3b5bb45.mesh-folding-071017788351c4fb288d209a85b7b04a.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wallWindow.obj-845b6a4dd39fd987299c1132b3b5bb45.mesh-folding-071017788351c4fb288d209a85b7b04a.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wallWindowSlide.dae-10be3544ca73012a118bb9d915915b34.scn-folding-682c38d4e76c90142c10742d8e301032.cfg b/escape-room/godot/editor/wallWindowSlide.dae-10be3544ca73012a118bb9d915915b34.scn-folding-682c38d4e76c90142c10742d8e301032.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wallWindowSlide.dae-10be3544ca73012a118bb9d915915b34.scn-folding-682c38d4e76c90142c10742d8e301032.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wallWindowSlide.fbx-e55cad9a9079fee41395a3569b97c967.scn-folding-b66bca80d3269c208d416708bd0fdd51.cfg b/escape-room/godot/editor/wallWindowSlide.fbx-e55cad9a9079fee41395a3569b97c967.scn-folding-b66bca80d3269c208d416708bd0fdd51.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wallWindowSlide.fbx-e55cad9a9079fee41395a3569b97c967.scn-folding-b66bca80d3269c208d416708bd0fdd51.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wallWindowSlide.glb-a88dc9792edccb4ff63fa582c28077f0.scn-folding-7dcb78b794d0a0cf7d6f2b050f182dd9.cfg b/escape-room/godot/editor/wallWindowSlide.glb-a88dc9792edccb4ff63fa582c28077f0.scn-folding-7dcb78b794d0a0cf7d6f2b050f182dd9.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wallWindowSlide.glb-a88dc9792edccb4ff63fa582c28077f0.scn-folding-7dcb78b794d0a0cf7d6f2b050f182dd9.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/wallWindowSlide.obj-57753fa0a60671ca9bcd2586342579a6.mesh-folding-0e955ba9e70fb0466da9fabfe7f46143.cfg b/escape-room/godot/editor/wallWindowSlide.obj-57753fa0a60671ca9bcd2586342579a6.mesh-folding-0e955ba9e70fb0466da9fabfe7f46143.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/wallWindowSlide.obj-57753fa0a60671ca9bcd2586342579a6.mesh-folding-0e955ba9e70fb0466da9fabfe7f46143.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/washer.dae-0c77febd02e3684a4a9261d7ea8d59ec.scn-folding-ba30c83942c03cd60a56747a7d4a162e.cfg b/escape-room/godot/editor/washer.dae-0c77febd02e3684a4a9261d7ea8d59ec.scn-folding-ba30c83942c03cd60a56747a7d4a162e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/washer.dae-0c77febd02e3684a4a9261d7ea8d59ec.scn-folding-ba30c83942c03cd60a56747a7d4a162e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/washer.fbx-ecc52b1a73285e4d48e4722b4432adf2.scn-folding-fd4c4164f209d88fbfeb3599c319041e.cfg b/escape-room/godot/editor/washer.fbx-ecc52b1a73285e4d48e4722b4432adf2.scn-folding-fd4c4164f209d88fbfeb3599c319041e.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/washer.fbx-ecc52b1a73285e4d48e4722b4432adf2.scn-folding-fd4c4164f209d88fbfeb3599c319041e.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/washer.glb-a228e0f859f6bd83db8003e488cec60a.scn-folding-aac995c77394e25bebc64843ec1a8843.cfg b/escape-room/godot/editor/washer.glb-a228e0f859f6bd83db8003e488cec60a.scn-folding-aac995c77394e25bebc64843ec1a8843.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/washer.glb-a228e0f859f6bd83db8003e488cec60a.scn-folding-aac995c77394e25bebc64843ec1a8843.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/washer.obj-f9806c880a5c801817c49db7682b66be.mesh-folding-547d04248254a1c40ff7682d9b37808f.cfg b/escape-room/godot/editor/washer.obj-f9806c880a5c801817c49db7682b66be.mesh-folding-547d04248254a1c40ff7682d9b37808f.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/washer.obj-f9806c880a5c801817c49db7682b66be.mesh-folding-547d04248254a1c40ff7682d9b37808f.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/washerDryerStacked.dae-d146a1d9574ba30b35690dd5b5fb20ba.scn-folding-4aa167bc48bf8670b1e875fcb8e7b830.cfg b/escape-room/godot/editor/washerDryerStacked.dae-d146a1d9574ba30b35690dd5b5fb20ba.scn-folding-4aa167bc48bf8670b1e875fcb8e7b830.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/washerDryerStacked.dae-d146a1d9574ba30b35690dd5b5fb20ba.scn-folding-4aa167bc48bf8670b1e875fcb8e7b830.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/washerDryerStacked.fbx-91631ad3e3139d662c10aab3042c8d43.scn-folding-e394b46622e373c7682d5968e709ef5c.cfg b/escape-room/godot/editor/washerDryerStacked.fbx-91631ad3e3139d662c10aab3042c8d43.scn-folding-e394b46622e373c7682d5968e709ef5c.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/washerDryerStacked.fbx-91631ad3e3139d662c10aab3042c8d43.scn-folding-e394b46622e373c7682d5968e709ef5c.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/washerDryerStacked.glb-5a7210ab7ae2a3a7ded867b37f5ea2eb.scn-folding-c1e106c183e73f474bfb993d1f071dbc.cfg b/escape-room/godot/editor/washerDryerStacked.glb-5a7210ab7ae2a3a7ded867b37f5ea2eb.scn-folding-c1e106c183e73f474bfb993d1f071dbc.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/washerDryerStacked.glb-5a7210ab7ae2a3a7ded867b37f5ea2eb.scn-folding-c1e106c183e73f474bfb993d1f071dbc.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/washerDryerStacked.obj-3d5d0e6a4e2ac5a02df49e2b58bb517f.mesh-folding-636aa4e0aa3476f08339c393fad56a88.cfg b/escape-room/godot/editor/washerDryerStacked.obj-3d5d0e6a4e2ac5a02df49e2b58bb517f.mesh-folding-636aa4e0aa3476f08339c393fad56a88.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/washerDryerStacked.obj-3d5d0e6a4e2ac5a02df49e2b58bb517f.mesh-folding-636aa4e0aa3476f08339c393fad56a88.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/watermelon.blend-703343c74bb4ebd5f07b8150c02393de.scn-folding-e577e82090f8bea4594b7d632a1f7672.cfg b/escape-room/godot/editor/watermelon.blend-703343c74bb4ebd5f07b8150c02393de.scn-folding-e577e82090f8bea4594b7d632a1f7672.cfg new file mode 100644 index 0000000..e860dd4 --- /dev/null +++ b/escape-room/godot/editor/watermelon.blend-703343c74bb4ebd5f07b8150c02393de.scn-folding-e577e82090f8bea4594b7d632a1f7672.cfg @@ -0,0 +1,3 @@ +[folding] + +sections_unfolded=PackedStringArray() diff --git a/escape-room/godot/editor/würfel.tscn-editstate-ee872619b8a708dc752122ce1c360f57.cfg b/escape-room/godot/editor/würfel.tscn-editstate-ee872619b8a708dc752122ce1c360f57.cfg new file mode 100644 index 0000000..397e570 --- /dev/null +++ b/escape-room/godot/editor/würfel.tscn-editstate-ee872619b8a708dc752122ce1c360f57.cfg @@ -0,0 +1,190 @@ +[editor_states] + +Anim={ +"visible": false +} +2D={ +"grid_offset": Vector2(0, 0), +"grid_snap_active": false, +"grid_step": Vector2(8, 8), +"grid_visibility": 1, +"ofs": Vector2(-166, -111), +"primary_grid_step": Vector2i(8, 8), +"show_group_gizmos": true, +"show_guides": true, +"show_helpers": false, +"show_lock_gizmos": true, +"show_origin": true, +"show_position_gizmos": true, +"show_rulers": true, +"show_transformation_gizmos": true, +"show_viewport": true, +"show_zoom_control": true, +"smart_snap_active": false, +"snap_guides": true, +"snap_node_anchors": true, +"snap_node_center": true, +"snap_node_parent": true, +"snap_node_sides": true, +"snap_other_nodes": true, +"snap_pixel": true, +"snap_relative": false, +"snap_rotation": false, +"snap_rotation_offset": 0.0, +"snap_rotation_step": 0.2617994, +"snap_scale": false, +"snap_scale_step": 0.1, +"zoom": 1.0 +} +3D={ +"fov": 70.01, +"gizmos_status": { +"AudioListener3D": 0, +"AudioStreamPlayer3D": 0, +"CPUParticles3D": 0, +"CSGShape3D": 0, +"Camera3D": 0, +"CollisionObject3D": 0, +"CollisionPolygon3D": 0, +"CollisionShape3D": 0, +"Decal": 0, +"FogVolume": 0, +"GPUParticles3D": 0, +"GPUParticlesCollision3D": 0, +"Joint3D": 0, +"Light3D": 0, +"LightmapGI": 0, +"LightmapProbe": 0, +"Marker3D": 0, +"MeshInstance3DCustomAABB": 0, +"NavigationLink3D": 0, +"NavigationObstacle3D": 0, +"NavigationRegion3D": 0, +"OccluderInstance3D": 0, +"Particles3DEmissionShape": 0, +"Path3D": 0, +"PhysicalBone3D": 0, +"RayCast3D": 0, +"ReflectionProbe": 0, +"ShapeCast3D": 0, +"Skeleton3D": 0, +"SoftBody3D": 0, +"SpringArm3D": 0, +"SpringBoneCollision3D": 0, +"SpringBoneSimulator3D": 0, +"VehicleWheel3D": 0, +"VisibleOnScreenNotifier3D": 0, +"VoxelGI": 0 +}, +"local_coords": false, +"preview_sun_env": { +"environ_ao_enabled": false, +"environ_enabled": true, +"environ_energy": 1.0, +"environ_gi_enabled": false, +"environ_glow_enabled": false, +"environ_ground_color": Color(0.2, 0.169, 0.133, 1), +"environ_sky_color": Color(0.385, 0.454, 0.55, 1), +"environ_tonemap_enabled": true, +"sun_color": Color(1, 1, 1, 1), +"sun_enabled": true, +"sun_energy": 1.0, +"sun_rotation": Vector2(-1.0471976, 2.6179938), +"sun_shadow_max_distance": 100.0 +}, +"rotate_snap": 15.0, +"scale_snap": 10.0, +"show_grid": true, +"show_origin": true, +"snap_enabled": false, +"translate_snap": 1.0, +"viewport_mode": 1, +"viewports": [{ +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 22, +"distance": 0.29218104, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": true, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"transform_gizmo": true, +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 22, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"transform_gizmo": true, +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 22, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"transform_gizmo": true, +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}, { +"auto_orthogonal": false, +"auto_orthogonal_enabled": true, +"cinematic_preview": false, +"display_mode": 22, +"distance": 4.0, +"doppler": false, +"frame_time": false, +"gizmos": true, +"grid": true, +"half_res": false, +"information": false, +"listener": false, +"lock_rotation": false, +"orthogonal": false, +"position": Vector3(0, 0, 0), +"transform_gizmo": true, +"use_environment": false, +"view_type": 0, +"x_rotation": 0.5, +"y_rotation": -0.5 +}], +"zfar": 4000.01, +"znear": 0.05 +} +selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@20483/@Panel@14/@VBoxContainer@15/DockHSplitLeftL/DockHSplitLeftR/DockHSplitMain/@VBoxContainer@26/DockVSplitCenter/@VSplitContainer@62/@VBoxContainer@63/@EditorMainScreen@103/MainScreen/@CanvasItemEditor@10883/@VSplitContainer@10528/@HSplitContainer@10530/@HSplitContainer@10532/@Control@10533/@SubViewportContainer@10534/@SubViewport@10535/Würfel")]) diff --git a/escape-room/godot/editor/würfel.tscn-folding-ee872619b8a708dc752122ce1c360f57.cfg b/escape-room/godot/editor/würfel.tscn-folding-ee872619b8a708dc752122ce1c360f57.cfg new file mode 100644 index 0000000..066d6e4 --- /dev/null +++ b/escape-room/godot/editor/würfel.tscn-folding-ee872619b8a708dc752122ce1c360f57.cfg @@ -0,0 +1,5 @@ +[folding] + +node_unfolds=[NodePath("MeshInstance3D"), PackedStringArray("Geometry"), NodePath("XRToolsHighlightVisible"), PackedStringArray("Visibility"), NodePath("GrabPointHandLeft"), PackedStringArray("Transform"), NodePath("GrabPointHandRight"), PackedStringArray("Transform")] +resource_unfolds=["res://objekte/würfel.tscn::BoxShape3D_qxccc", PackedStringArray("Resource"), "res://objekte/würfel.tscn::StandardMaterial3D_feyms", PackedStringArray("Resource", "Albedo"), "res://objekte/würfel.tscn::BoxMesh_qijpd", PackedStringArray("Resource"), "res://objekte/würfel.tscn::BoxMesh_feyms", PackedStringArray("Resource"), "res://objekte/würfel.tscn::Resource_36sy7", PackedStringArray("Resource"), "res://objekte/würfel.tscn::Resource_dfs7k", PackedStringArray("Resource")] +nodes_folded=[] diff --git a/escape-room/godot/exported/133200997/export-00894985b1a59738a8c8d8d5bf1339dd-loading_szene.scn b/escape-room/godot/exported/133200997/export-00894985b1a59738a8c8d8d5bf1339dd-loading_szene.scn new file mode 100644 index 0000000..ed7ad14 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-00894985b1a59738a8c8d8d5bf1339dd-loading_szene.scn differ diff --git a/escape-room/godot/exported/133200997/export-02373f2a9b8525c05138dc76497a35b1-movement_jog.scn b/escape-room/godot/exported/133200997/export-02373f2a9b8525c05138dc76497a35b1-movement_jog.scn new file mode 100644 index 0000000..94b6452 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-02373f2a9b8525c05138dc76497a35b1-movement_jog.scn differ diff --git a/escape-room/godot/exported/133200997/export-0369b4df78c17d922534b7d77bb2c146-loading_screen_shader.res b/escape-room/godot/exported/133200997/export-0369b4df78c17d922534b7d77bb2c146-loading_screen_shader.res new file mode 100644 index 0000000..edf2be3 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-0369b4df78c17d922534b7d77bb2c146-loading_screen_shader.res differ diff --git a/escape-room/godot/exported/133200997/export-05e0bce8f6d504198509df16311965ac-pose_default_right.res b/escape-room/godot/exported/133200997/export-05e0bce8f6d504198509df16311965ac-pose_default_right.res new file mode 100644 index 0000000..7137abf Binary files /dev/null and b/escape-room/godot/exported/133200997/export-05e0bce8f6d504198509df16311965ac-pose_default_right.res differ diff --git a/escape-room/godot/exported/133200997/export-0632b34786f60c1b725f4ea05eece005-glove_african_dark_camo.res b/escape-room/godot/exported/133200997/export-0632b34786f60c1b725f4ea05eece005-glove_african_dark_camo.res new file mode 100644 index 0000000..ca868b4 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-0632b34786f60c1b725f4ea05eece005-glove_african_dark_camo.res differ diff --git a/escape-room/godot/exported/133200997/export-0798c09b74bfa9f3e821955bfdf5c79f-left_fullglove_physics_hand.scn b/escape-room/godot/exported/133200997/export-0798c09b74bfa9f3e821955bfdf5c79f-left_fullglove_physics_hand.scn new file mode 100644 index 0000000..eb591b1 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-0798c09b74bfa9f3e821955bfdf5c79f-left_fullglove_physics_hand.scn differ diff --git a/escape-room/godot/exported/133200997/export-08c3ddd30095a0edb95d1ade3fdb60cc-ground_physics.scn b/escape-room/godot/exported/133200997/export-08c3ddd30095a0edb95d1ade3fdb60cc-ground_physics.scn new file mode 100644 index 0000000..cfb779b Binary files /dev/null and b/escape-room/godot/exported/133200997/export-08c3ddd30095a0edb95d1ade3fdb60cc-ground_physics.scn differ diff --git a/escape-room/godot/exported/133200997/export-0b93ef9408d87d39085ade00f1b95127-staging_env.res b/escape-room/godot/exported/133200997/export-0b93ef9408d87d39085ade00f1b95127-staging_env.res new file mode 100644 index 0000000..85187c3 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-0b93ef9408d87d39085ade00f1b95127-staging_env.res differ diff --git a/escape-room/godot/exported/133200997/export-0c32eba7390f9e04d044a48029d1bcba-zahnrad_stange.scn b/escape-room/godot/exported/133200997/export-0c32eba7390f9e04d044a48029d1bcba-zahnrad_stange.scn new file mode 100644 index 0000000..8204fbb Binary files /dev/null and b/escape-room/godot/exported/133200997/export-0c32eba7390f9e04d044a48029d1bcba-zahnrad_stange.scn differ diff --git a/escape-room/godot/exported/133200997/export-0f1c1b848552ead5014a4c214d67cb74-african_hands_realistic.res b/escape-room/godot/exported/133200997/export-0f1c1b848552ead5014a4c214d67cb74-african_hands_realistic.res new file mode 100644 index 0000000..af2da7a Binary files /dev/null and b/escape-room/godot/exported/133200997/export-0f1c1b848552ead5014a4c214d67cb74-african_hands_realistic.res differ diff --git a/escape-room/godot/exported/133200997/export-1295e10272b525f693d3de45f7c1e2ed-right_tac_glove.scn b/escape-room/godot/exported/133200997/export-1295e10272b525f693d3de45f7c1e2ed-right_tac_glove.scn new file mode 100644 index 0000000..cb1f69e Binary files /dev/null and b/escape-room/godot/exported/133200997/export-1295e10272b525f693d3de45f7c1e2ed-right_tac_glove.scn differ diff --git a/escape-room/godot/exported/133200997/export-1366cb2f6bd8b61ff906069370372eab-left_physics_hand_low.scn b/escape-room/godot/exported/133200997/export-1366cb2f6bd8b61ff906069370372eab-left_physics_hand_low.scn new file mode 100644 index 0000000..9a97bca Binary files /dev/null and b/escape-room/godot/exported/133200997/export-1366cb2f6bd8b61ff906069370372eab-left_physics_hand_low.scn differ diff --git a/escape-room/godot/exported/133200997/export-142aa9e821c9057168d3959b4245dde1-poke.scn b/escape-room/godot/exported/133200997/export-142aa9e821c9057168d3959b4245dde1-poke.scn new file mode 100644 index 0000000..5e60eb7 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-142aa9e821c9057168d3959b4245dde1-poke.scn differ diff --git a/escape-room/godot/exported/133200997/export-1431f6dc6671077e2cbd3ffe3ec1d87c-cleaning_glove.res b/escape-room/godot/exported/133200997/export-1431f6dc6671077e2cbd3ffe3ec1d87c-cleaning_glove.res new file mode 100644 index 0000000..d5976d4 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-1431f6dc6671077e2cbd3ffe3ec1d87c-cleaning_glove.res differ diff --git a/escape-room/godot/exported/133200997/export-14b9630947de5b34cdadca16b331a59c-function_pose_detector.scn b/escape-room/godot/exported/133200997/export-14b9630947de5b34cdadca16b331a59c-function_pose_detector.scn new file mode 100644 index 0000000..daf91fb Binary files /dev/null and b/escape-room/godot/exported/133200997/export-14b9630947de5b34cdadca16b331a59c-function_pose_detector.scn differ diff --git a/escape-room/godot/exported/133200997/export-153df05da6e32e899d34e1e6d4f5bdf7-right_fullglove_low.scn b/escape-room/godot/exported/133200997/export-153df05da6e32e899d34e1e6d4f5bdf7-right_fullglove_low.scn new file mode 100644 index 0000000..6bf0280 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-153df05da6e32e899d34e1e6d4f5bdf7-right_fullglove_low.scn differ diff --git a/escape-room/godot/exported/133200997/export-16f53fc66ca1e26baef3bd95fe61204d-right_physics_hand_low.scn b/escape-room/godot/exported/133200997/export-16f53fc66ca1e26baef3bd95fe61204d-right_physics_hand_low.scn new file mode 100644 index 0000000..97ecffd Binary files /dev/null and b/escape-room/godot/exported/133200997/export-16f53fc66ca1e26baef3bd95fe61204d-right_physics_hand_low.scn differ diff --git a/escape-room/godot/exported/133200997/export-17565d1c003b734a1c3e145b8d4057bd-grab_point_snap.scn b/escape-room/godot/exported/133200997/export-17565d1c003b734a1c3e145b8d4057bd-grab_point_snap.scn new file mode 100644 index 0000000..a7dbdc4 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-17565d1c003b734a1c3e145b8d4057bd-grab_point_snap.scn differ diff --git a/escape-room/godot/exported/133200997/export-17605c1ed8ba98c6ada09a73ad0a6350-controler_hider.scn b/escape-room/godot/exported/133200997/export-17605c1ed8ba98c6ada09a73ad0a6350-controler_hider.scn new file mode 100644 index 0000000..ea4c517 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-17605c1ed8ba98c6ada09a73ad0a6350-controler_hider.scn differ diff --git a/escape-room/godot/exported/133200997/export-181fe7af6ec1d43e7d9954544ca617e0-function_teleport.scn b/escape-room/godot/exported/133200997/export-181fe7af6ec1d43e7d9954544ca617e0-function_teleport.scn new file mode 100644 index 0000000..dbf6d35 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-181fe7af6ec1d43e7d9954544ca617e0-function_teleport.scn differ diff --git a/escape-room/godot/exported/133200997/export-183aa1d36c635b94e8f149867fca0e84-grab_point_redirect.scn b/escape-room/godot/exported/133200997/export-183aa1d36c635b94e8f149867fca0e84-grab_point_redirect.scn new file mode 100644 index 0000000..c2bdc21 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-183aa1d36c635b94e8f149867fca0e84-grab_point_redirect.scn differ diff --git a/escape-room/godot/exported/133200997/export-1b16b50beedad016f8e04982e8fba3c4-riddel_cube_board.scn b/escape-room/godot/exported/133200997/export-1b16b50beedad016f8e04982e8fba3c4-riddel_cube_board.scn new file mode 100644 index 0000000..f846995 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-1b16b50beedad016f8e04982e8fba3c4-riddel_cube_board.scn differ diff --git a/escape-room/godot/exported/133200997/export-1b8da3a71a5e4508c4b82260d02b7a51-fade.scn b/escape-room/godot/exported/133200997/export-1b8da3a71a5e4508c4b82260d02b7a51-fade.scn new file mode 100644 index 0000000..c0a883a Binary files /dev/null and b/escape-room/godot/exported/133200997/export-1b8da3a71a5e4508c4b82260d02b7a51-fade.scn differ diff --git a/escape-room/godot/exported/133200997/export-22bb276dafeacbc0f32f041feb719f49-collision_hand_left.scn b/escape-room/godot/exported/133200997/export-22bb276dafeacbc0f32f041feb719f49-collision_hand_left.scn new file mode 100644 index 0000000..6c1d60a Binary files /dev/null and b/escape-room/godot/exported/133200997/export-22bb276dafeacbc0f32f041feb719f49-collision_hand_left.scn differ diff --git a/escape-room/godot/exported/133200997/export-26747514dd9a8de79c3ecc39ef1413e4-virtual_keyboard_2d.scn b/escape-room/godot/exported/133200997/export-26747514dd9a8de79c3ecc39ef1413e4-virtual_keyboard_2d.scn new file mode 100644 index 0000000..829dafe Binary files /dev/null and b/escape-room/godot/exported/133200997/export-26747514dd9a8de79c3ecc39ef1413e4-virtual_keyboard_2d.scn differ diff --git a/escape-room/godot/exported/133200997/export-268c2f8cbe5151a041b59741e856bc3a-viewport_2d_in_3d.scn b/escape-room/godot/exported/133200997/export-268c2f8cbe5151a041b59741e856bc3a-viewport_2d_in_3d.scn new file mode 100644 index 0000000..39e55a4 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-268c2f8cbe5151a041b59741e856bc3a-viewport_2d_in_3d.scn differ diff --git a/escape-room/godot/exported/133200997/export-2e05d43d57e0e028971490bce297ea3b-vignette.res b/escape-room/godot/exported/133200997/export-2e05d43d57e0e028971490bce297ea3b-vignette.res new file mode 100644 index 0000000..a98d7a4 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-2e05d43d57e0e028971490bce297ea3b-vignette.res differ diff --git a/escape-room/godot/exported/133200997/export-2f4fcae52227a86d2425b56780d1da60-movement_crouch.scn b/escape-room/godot/exported/133200997/export-2f4fcae52227a86d2425b56780d1da60-movement_crouch.scn new file mode 100644 index 0000000..3f9d777 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-2f4fcae52227a86d2425b56780d1da60-movement_crouch.scn differ diff --git a/escape-room/godot/exported/133200997/export-3003025ee1318f8dde41c9b3864e2f8d-highlight_ring.res b/escape-room/godot/exported/133200997/export-3003025ee1318f8dde41c9b3864e2f8d-highlight_ring.res new file mode 100644 index 0000000..ccb3aeb Binary files /dev/null and b/escape-room/godot/exported/133200997/export-3003025ee1318f8dde41c9b3864e2f8d-highlight_ring.res differ diff --git a/escape-room/godot/exported/133200997/export-32ceb956965dce6781aacd87bc759fe4-movement_desktop_crouch.scn b/escape-room/godot/exported/133200997/export-32ceb956965dce6781aacd87bc759fe4-movement_desktop_crouch.scn new file mode 100644 index 0000000..2fdcf93 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-32ceb956965dce6781aacd87bc759fe4-movement_desktop_crouch.scn differ diff --git a/escape-room/godot/exported/133200997/export-3307065d1f8c1fc6d1a18240e605fdf2-right_physics_tac_glove_low.scn b/escape-room/godot/exported/133200997/export-3307065d1f8c1fc6d1a18240e605fdf2-right_physics_tac_glove_low.scn new file mode 100644 index 0000000..bb7803b Binary files /dev/null and b/escape-room/godot/exported/133200997/export-3307065d1f8c1fc6d1a18240e605fdf2-right_physics_tac_glove_low.scn differ diff --git a/escape-room/godot/exported/133200997/export-3464ddc2c2b11c2e8ee12523bab09081-riddel_node_board.scn b/escape-room/godot/exported/133200997/export-3464ddc2c2b11c2e8ee12523bab09081-riddel_node_board.scn new file mode 100644 index 0000000..5413c46 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-3464ddc2c2b11c2e8ee12523bab09081-riddel_node_board.scn differ diff --git a/escape-room/godot/exported/133200997/export-36d4a11bc5808dfbfd2d908643d5af0b-surface_audio.scn b/escape-room/godot/exported/133200997/export-36d4a11bc5808dfbfd2d908643d5af0b-surface_audio.scn new file mode 100644 index 0000000..8466ab5 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-36d4a11bc5808dfbfd2d908643d5af0b-surface_audio.scn differ diff --git a/escape-room/godot/exported/133200997/export-380012e2d0d6d63826ac7412f42d314f-glove_african_green_camo.res b/escape-room/godot/exported/133200997/export-380012e2d0d6d63826ac7412f42d314f-glove_african_green_camo.res new file mode 100644 index 0000000..aae08ad Binary files /dev/null and b/escape-room/godot/exported/133200997/export-380012e2d0d6d63826ac7412f42d314f-glove_african_green_camo.res differ diff --git a/escape-room/godot/exported/133200997/export-38978ca2b6ae8a5130255e26e290a2c4-movement_sprint.scn b/escape-room/godot/exported/133200997/export-38978ca2b6ae8a5130255e26e290a2c4-movement_sprint.scn new file mode 100644 index 0000000..a32e5c5 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-38978ca2b6ae8a5130255e26e290a2c4-movement_sprint.scn differ diff --git a/escape-room/godot/exported/133200997/export-41d893a8b76968b6e502f35afad7699a-movement_direct.scn b/escape-room/godot/exported/133200997/export-41d893a8b76968b6e502f35afad7699a-movement_direct.scn new file mode 100644 index 0000000..36e3cf2 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-41d893a8b76968b6e502f35afad7699a-movement_direct.scn differ diff --git a/escape-room/godot/exported/133200997/export-42e2e9fcdacdf2ef83d9bd8553304a4f-grab_point_hand_left.scn b/escape-room/godot/exported/133200997/export-42e2e9fcdacdf2ef83d9bd8553304a4f-grab_point_hand_left.scn new file mode 100644 index 0000000..73f880a Binary files /dev/null and b/escape-room/godot/exported/133200997/export-42e2e9fcdacdf2ef83d9bd8553304a4f-grab_point_hand_left.scn differ diff --git a/escape-room/godot/exported/133200997/export-47e0f728873c652dfeab9d9dbf5d2b4b-movement_wall_walk.scn b/escape-room/godot/exported/133200997/export-47e0f728873c652dfeab9d9dbf5d2b4b-movement_wall_walk.scn new file mode 100644 index 0000000..305926b Binary files /dev/null and b/escape-room/godot/exported/133200997/export-47e0f728873c652dfeab9d9dbf5d2b4b-movement_wall_walk.scn differ diff --git a/escape-room/godot/exported/133200997/export-4dc257ce1843195a52c761bf315d8994-riddel_cube_board_snap_zone.scn b/escape-room/godot/exported/133200997/export-4dc257ce1843195a52c761bf315d8994-riddel_cube_board_snap_zone.scn new file mode 100644 index 0000000..79932cc Binary files /dev/null and b/escape-room/godot/exported/133200997/export-4dc257ce1843195a52c761bf315d8994-riddel_cube_board_snap_zone.scn differ diff --git a/escape-room/godot/exported/133200997/export-4fe17e820cd7fe3e3cadba83b35bab27-movement_desktop_direct.scn b/escape-room/godot/exported/133200997/export-4fe17e820cd7fe3e3cadba83b35bab27-movement_desktop_direct.scn new file mode 100644 index 0000000..bcb4926 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-4fe17e820cd7fe3e3cadba83b35bab27-movement_desktop_direct.scn differ diff --git a/escape-room/godot/exported/133200997/export-4ffbd19818b5991dbf7b5e89306c898c-movement_desktop_sprint.scn b/escape-room/godot/exported/133200997/export-4ffbd19818b5991dbf7b5e89306c898c-movement_desktop_sprint.scn new file mode 100644 index 0000000..3903e36 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-4ffbd19818b5991dbf7b5e89306c898c-movement_desktop_sprint.scn differ diff --git a/escape-room/godot/exported/133200997/export-50ac81e9d6a1e585f9981e7c251d2987-alternative.scn b/escape-room/godot/exported/133200997/export-50ac81e9d6a1e585f9981e7c251d2987-alternative.scn new file mode 100644 index 0000000..6f1140c Binary files /dev/null and b/escape-room/godot/exported/133200997/export-50ac81e9d6a1e585f9981e7c251d2987-alternative.scn differ diff --git a/escape-room/godot/exported/133200997/export-512f415c9de5da37f498bf4c80454689-interactable_area_button.scn b/escape-room/godot/exported/133200997/export-512f415c9de5da37f498bf4c80454689-interactable_area_button.scn new file mode 100644 index 0000000..4441184 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-512f415c9de5da37f498bf4c80454689-interactable_area_button.scn differ diff --git a/escape-room/godot/exported/133200997/export-518ac0d9ea2110c7fdcd4881a4ff99ed-african_hands.res b/escape-room/godot/exported/133200997/export-518ac0d9ea2110c7fdcd4881a4ff99ed-african_hands.res new file mode 100644 index 0000000..7a6553d Binary files /dev/null and b/escape-room/godot/exported/133200997/export-518ac0d9ea2110c7fdcd4881a4ff99ed-african_hands.res differ diff --git a/escape-room/godot/exported/133200997/export-535fd36bc0375625ee25e2a9129f567f-movement_jump.scn b/escape-room/godot/exported/133200997/export-535fd36bc0375625ee25e2a9129f567f-movement_jump.scn new file mode 100644 index 0000000..903bbda Binary files /dev/null and b/escape-room/godot/exported/133200997/export-535fd36bc0375625ee25e2a9129f567f-movement_jump.scn differ diff --git a/escape-room/godot/exported/133200997/export-53740c9ce795e76941fbdf5ad49fc2da-interactable_handle.scn b/escape-room/godot/exported/133200997/export-53740c9ce795e76941fbdf5ad49fc2da-interactable_handle.scn new file mode 100644 index 0000000..e465642 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-53740c9ce795e76941fbdf5ad49fc2da-interactable_handle.scn differ diff --git a/escape-room/godot/exported/133200997/export-55e8e7a43864322e40e41d6f18c9b13e-hold_button.scn b/escape-room/godot/exported/133200997/export-55e8e7a43864322e40e41d6f18c9b13e-hold_button.scn new file mode 100644 index 0000000..f714b8e Binary files /dev/null and b/escape-room/godot/exported/133200997/export-55e8e7a43864322e40e41d6f18c9b13e-hold_button.scn differ diff --git a/escape-room/godot/exported/133200997/export-57e852f6be2e54c0a5f083ad11300876-target.res b/escape-room/godot/exported/133200997/export-57e852f6be2e54c0a5f083ad11300876-target.res new file mode 100644 index 0000000..fb387b8 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-57e852f6be2e54c0a5f083ad11300876-target.res differ diff --git a/escape-room/godot/exported/133200997/export-58d7607a2e84b6d22aafaab29aa4695e-left_fullglove_low.scn b/escape-room/godot/exported/133200997/export-58d7607a2e84b6d22aafaab29aa4695e-left_fullglove_low.scn new file mode 100644 index 0000000..f2dd2be Binary files /dev/null and b/escape-room/godot/exported/133200997/export-58d7607a2e84b6d22aafaab29aa4695e-left_fullglove_low.scn differ diff --git a/escape-room/godot/exported/133200997/export-5cd45c730cf997435777b25d105911a8-area_audio.scn b/escape-room/godot/exported/133200997/export-5cd45c730cf997435777b25d105911a8-area_audio.scn new file mode 100644 index 0000000..643728d Binary files /dev/null and b/escape-room/godot/exported/133200997/export-5cd45c730cf997435777b25d105911a8-area_audio.scn differ diff --git a/escape-room/godot/exported/133200997/export-5d0c6f4552e080b1bd8676ac1ca50f71-right_physics_tac_glove.scn b/escape-room/godot/exported/133200997/export-5d0c6f4552e080b1bd8676ac1ca50f71-right_physics_tac_glove.scn new file mode 100644 index 0000000..96997fd Binary files /dev/null and b/escape-room/godot/exported/133200997/export-5d0c6f4552e080b1bd8676ac1ca50f71-right_physics_tac_glove.scn differ diff --git a/escape-room/godot/exported/133200997/export-5d93c115ab697c2a153bf8c97800e331-vr_common_shader_cache.scn b/escape-room/godot/exported/133200997/export-5d93c115ab697c2a153bf8c97800e331-vr_common_shader_cache.scn new file mode 100644 index 0000000..75d84d0 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-5d93c115ab697c2a153bf8c97800e331-vr_common_shader_cache.scn differ diff --git a/escape-room/godot/exported/133200997/export-5fa8cf6c13c11fdc72325e56972f7fd8-left_hand.scn b/escape-room/godot/exported/133200997/export-5fa8cf6c13c11fdc72325e56972f7fd8-left_hand.scn new file mode 100644 index 0000000..5e9c3ac Binary files /dev/null and b/escape-room/godot/exported/133200997/export-5fa8cf6c13c11fdc72325e56972f7fd8-left_hand.scn differ diff --git a/escape-room/godot/exported/133200997/export-6075f82bcb0ff7c0a24b1f8b25af85a8-riddel_cube.scn b/escape-room/godot/exported/133200997/export-6075f82bcb0ff7c0a24b1f8b25af85a8-riddel_cube.scn new file mode 100644 index 0000000..f9eb74b Binary files /dev/null and b/escape-room/godot/exported/133200997/export-6075f82bcb0ff7c0a24b1f8b25af85a8-riddel_cube.scn differ diff --git a/escape-room/godot/exported/133200997/export-609a3b037ca2c3b62fb54f3d304c63f2-ghost_hand.res b/escape-room/godot/exported/133200997/export-609a3b037ca2c3b62fb54f3d304c63f2-ghost_hand.res new file mode 100644 index 0000000..f2c5e9f Binary files /dev/null and b/escape-room/godot/exported/133200997/export-609a3b037ca2c3b62fb54f3d304c63f2-ghost_hand.res differ diff --git a/escape-room/godot/exported/133200997/export-610b029319bfa9f4c54917e41d0c9ff4-highlight.res b/escape-room/godot/exported/133200997/export-610b029319bfa9f4c54917e41d0c9ff4-highlight.res new file mode 100644 index 0000000..86cefc0 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-610b029319bfa9f4c54917e41d0c9ff4-highlight.res differ diff --git a/escape-room/godot/exported/133200997/export-61d3133c344c3b952e285c36dec88f8b-XRSimulator.scn b/escape-room/godot/exported/133200997/export-61d3133c344c3b952e285c36dec88f8b-XRSimulator.scn new file mode 100644 index 0000000..c258ab7 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-61d3133c344c3b952e285c36dec88f8b-XRSimulator.scn differ diff --git a/escape-room/godot/exported/133200997/export-64c88b03a9bcb6be2e536ff49f0a10c8-pose_point_right.res b/escape-room/godot/exported/133200997/export-64c88b03a9bcb6be2e536ff49f0a10c8-pose_point_right.res new file mode 100644 index 0000000..fe8640c Binary files /dev/null and b/escape-room/godot/exported/133200997/export-64c88b03a9bcb6be2e536ff49f0a10c8-pose_point_right.res differ diff --git a/escape-room/godot/exported/133200997/export-663f42ccd439ab0d36894f21e5c690e7-movement_grapple.scn b/escape-room/godot/exported/133200997/export-663f42ccd439ab0d36894f21e5c690e7-movement_grapple.scn new file mode 100644 index 0000000..4db9be4 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-663f42ccd439ab0d36894f21e5c690e7-movement_grapple.scn differ diff --git a/escape-room/godot/exported/133200997/export-68f263333ec344ed4f046c7925ec528c-teleport_area.scn b/escape-room/godot/exported/133200997/export-68f263333ec344ed4f046c7925ec528c-teleport_area.scn new file mode 100644 index 0000000..3d6fdf3 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-68f263333ec344ed4f046c7925ec528c-teleport_area.scn differ diff --git a/escape-room/godot/exported/133200997/export-6be1df8df9b46d097bde97e0e871f98a-AnimationPlayer.scn b/escape-room/godot/exported/133200997/export-6be1df8df9b46d097bde97e0e871f98a-AnimationPlayer.scn new file mode 100644 index 0000000..f430cd0 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-6be1df8df9b46d097bde97e0e871f98a-AnimationPlayer.scn differ diff --git a/escape-room/godot/exported/133200997/export-6c340b06e785d996b1823d614d9f4c9d-AnimationPlayer.scn b/escape-room/godot/exported/133200997/export-6c340b06e785d996b1823d614d9f4c9d-AnimationPlayer.scn new file mode 100644 index 0000000..cd7a0ce Binary files /dev/null and b/escape-room/godot/exported/133200997/export-6c340b06e785d996b1823d614d9f4c9d-AnimationPlayer.scn differ diff --git a/escape-room/godot/exported/133200997/export-6e2197aa464cbabc2fe531db316746c2-riddel_node.scn b/escape-room/godot/exported/133200997/export-6e2197aa464cbabc2fe531db316746c2-riddel_node.scn new file mode 100644 index 0000000..ae26847 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-6e2197aa464cbabc2fe531db316746c2-riddel_node.scn differ diff --git a/escape-room/godot/exported/133200997/export-6e5c7f3ceae9ce634258cd176789c396-movement_gravity_zones.scn b/escape-room/godot/exported/133200997/export-6e5c7f3ceae9ce634258cd176789c396-movement_gravity_zones.scn new file mode 100644 index 0000000..4c63e7e Binary files /dev/null and b/escape-room/godot/exported/133200997/export-6e5c7f3ceae9ce634258cd176789c396-movement_gravity_zones.scn differ diff --git a/escape-room/godot/exported/133200997/export-7123d8d7bcc39744ae4aa6c7305faea0-function_gaze_pointer.scn b/escape-room/godot/exported/133200997/export-7123d8d7bcc39744ae4aa6c7305faea0-function_gaze_pointer.scn new file mode 100644 index 0000000..a5d9bb4 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-7123d8d7bcc39744ae4aa6c7305faea0-function_gaze_pointer.scn differ diff --git a/escape-room/godot/exported/133200997/export-72f2e7e530aee4861566bee38de03013-loading_screen.scn b/escape-room/godot/exported/133200997/export-72f2e7e530aee4861566bee38de03013-loading_screen.scn new file mode 100644 index 0000000..b6d1a5f Binary files /dev/null and b/escape-room/godot/exported/133200997/export-72f2e7e530aee4861566bee38de03013-loading_screen.scn differ diff --git a/escape-room/godot/exported/133200997/export-73667aab5718ad307e1453e10afcb606-function_pickup.scn b/escape-room/godot/exported/133200997/export-73667aab5718ad307e1453e10afcb606-function_pickup.scn new file mode 100644 index 0000000..00af3dc Binary files /dev/null and b/escape-room/godot/exported/133200997/export-73667aab5718ad307e1453e10afcb606-function_pickup.scn differ diff --git a/escape-room/godot/exported/133200997/export-7477e6c4ed60fd3bed0f46055d48cb7b-fall_damage.scn b/escape-room/godot/exported/133200997/export-7477e6c4ed60fd3bed0f46055d48cb7b-fall_damage.scn new file mode 100644 index 0000000..88d439a Binary files /dev/null and b/escape-room/godot/exported/133200997/export-7477e6c4ed60fd3bed0f46055d48cb7b-fall_damage.scn differ diff --git a/escape-room/godot/exported/133200997/export-75d2ed0e311963d9ab53c0556cb31eed-movement_footstep.scn b/escape-room/godot/exported/133200997/export-75d2ed0e311963d9ab53c0556cb31eed-movement_footstep.scn new file mode 100644 index 0000000..eee7649 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-75d2ed0e311963d9ab53c0556cb31eed-movement_footstep.scn differ diff --git a/escape-room/godot/exported/133200997/export-79488485072c5f4895977fa2bb809314-virtual_keyboard.scn b/escape-room/godot/exported/133200997/export-79488485072c5f4895977fa2bb809314-virtual_keyboard.scn new file mode 100644 index 0000000..eb32c05 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-79488485072c5f4895977fa2bb809314-virtual_keyboard.scn differ diff --git a/escape-room/godot/exported/133200997/export-7afe4af13a8d6145adf403808af4e04e-movement_world_grab.scn b/escape-room/godot/exported/133200997/export-7afe4af13a8d6145adf403808af4e04e-movement_world_grab.scn new file mode 100644 index 0000000..416c078 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-7afe4af13a8d6145adf403808af4e04e-movement_world_grab.scn differ diff --git a/escape-room/godot/exported/133200997/export-7b7f88815c0d510b4579d1b2c886b10c-book_holder.scn b/escape-room/godot/exported/133200997/export-7b7f88815c0d510b4579d1b2c886b10c-book_holder.scn new file mode 100644 index 0000000..de1a971 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-7b7f88815c0d510b4579d1b2c886b10c-book_holder.scn differ diff --git a/escape-room/godot/exported/133200997/export-7c9eefd63cd222b53970d57af9721b94-fade_collision.scn b/escape-room/godot/exported/133200997/export-7c9eefd63cd222b53970d57af9721b94-fade_collision.scn new file mode 100644 index 0000000..8ded718 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-7c9eefd63cd222b53970d57af9721b94-fade_collision.scn differ diff --git a/escape-room/godot/exported/133200997/export-7cd24a361b86088415c2295e3961a903-grab_point_hand_right.scn b/escape-room/godot/exported/133200997/export-7cd24a361b86088415c2295e3961a903-grab_point_hand_right.scn new file mode 100644 index 0000000..6bbabe6 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-7cd24a361b86088415c2295e3961a903-grab_point_hand_right.scn differ diff --git a/escape-room/godot/exported/133200997/export-7d61892ff1183fe22d17f251c010ad85-collision_hand.scn b/escape-room/godot/exported/133200997/export-7d61892ff1183fe22d17f251c010ad85-collision_hand.scn new file mode 100644 index 0000000..f9ba5c4 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-7d61892ff1183fe22d17f251c010ad85-collision_hand.scn differ diff --git a/escape-room/godot/exported/133200997/export-7ed9237f9994b319c3dd6ebd3860023d-right_fullglove_physics_hand.scn b/escape-room/godot/exported/133200997/export-7ed9237f9994b319c3dd6ebd3860023d-right_fullglove_physics_hand.scn new file mode 100644 index 0000000..aacd4c0 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-7ed9237f9994b319c3dd6ebd3860023d-right_fullglove_physics_hand.scn differ diff --git a/escape-room/godot/exported/133200997/export-7fd0d6b3a962be10043f7b02735e295c-start_xr.scn b/escape-room/godot/exported/133200997/export-7fd0d6b3a962be10043f7b02735e295c-start_xr.scn new file mode 100644 index 0000000..6301d3c Binary files /dev/null and b/escape-room/godot/exported/133200997/export-7fd0d6b3a962be10043f7b02735e295c-start_xr.scn differ diff --git a/escape-room/godot/exported/133200997/export-813aa6a3e6a99f4fc0b826a3753849c0-escape-room-szene-room.scn b/escape-room/godot/exported/133200997/export-813aa6a3e6a99f4fc0b826a3753849c0-escape-room-szene-room.scn new file mode 100644 index 0000000..ed21387 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-813aa6a3e6a99f4fc0b826a3753849c0-escape-room-szene-room.scn differ diff --git a/escape-room/godot/exported/133200997/export-897118bb8074166298804af3978a03e9-hand_blend_tree.res b/escape-room/godot/exported/133200997/export-897118bb8074166298804af3978a03e9-hand_blend_tree.res new file mode 100644 index 0000000..ef1c3ce Binary files /dev/null and b/escape-room/godot/exported/133200997/export-897118bb8074166298804af3978a03e9-hand_blend_tree.res differ diff --git a/escape-room/godot/exported/133200997/export-8dc62574d7254fdc47196c4250881c8c-left_hand_low.scn b/escape-room/godot/exported/133200997/export-8dc62574d7254fdc47196c4250881c8c-left_hand_low.scn new file mode 100644 index 0000000..28bceee Binary files /dev/null and b/escape-room/godot/exported/133200997/export-8dc62574d7254fdc47196c4250881c8c-left_hand_low.scn differ diff --git a/escape-room/godot/exported/133200997/export-8e5cdf6a95e0298d784c5cc4bb19f00a-movement_physical_jump.scn b/escape-room/godot/exported/133200997/export-8e5cdf6a95e0298d784c5cc4bb19f00a-movement_physical_jump.scn new file mode 100644 index 0000000..6814f12 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-8e5cdf6a95e0298d784c5cc4bb19f00a-movement_physical_jump.scn differ diff --git a/escape-room/godot/exported/133200997/export-8fc87f1a1d91065ef2fc36eb47ccdf02-movement_flight.scn b/escape-room/godot/exported/133200997/export-8fc87f1a1d91065ef2fc36eb47ccdf02-movement_flight.scn new file mode 100644 index 0000000..94f5216 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-8fc87f1a1d91065ef2fc36eb47ccdf02-movement_flight.scn differ diff --git a/escape-room/godot/exported/133200997/export-94877f70cc689cd6d288e431d56c6cf4-capsule.res b/escape-room/godot/exported/133200997/export-94877f70cc689cd6d288e431d56c6cf4-capsule.res new file mode 100644 index 0000000..ce8f4f8 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-94877f70cc689cd6d288e431d56c6cf4-capsule.res differ diff --git a/escape-room/godot/exported/133200997/export-9650650d91c462121c2f44c921345437-interactable_hinge.scn b/escape-room/godot/exported/133200997/export-9650650d91c462121c2f44c921345437-interactable_hinge.scn new file mode 100644 index 0000000..f9185a6 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-9650650d91c462121c2f44c921345437-interactable_hinge.scn differ diff --git a/escape-room/godot/exported/133200997/export-98140d96770f9304c6fee9094131c1f8-loading_screen_shader.res b/escape-room/godot/exported/133200997/export-98140d96770f9304c6fee9094131c1f8-loading_screen_shader.res new file mode 100644 index 0000000..b3d01a3 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-98140d96770f9304c6fee9094131c1f8-loading_screen_shader.res differ diff --git a/escape-room/godot/exported/133200997/export-9e6c777065cd504ec8822d94065db90d-teleport.res b/escape-room/godot/exported/133200997/export-9e6c777065cd504ec8822d94065db90d-teleport.res new file mode 100644 index 0000000..2c89946 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-9e6c777065cd504ec8822d94065db90d-teleport.res differ diff --git a/escape-room/godot/exported/133200997/export-a0ca7a13de3b4c7e60a99e89fda9d69b-escape_room_large.scn b/escape-room/godot/exported/133200997/export-a0ca7a13de3b4c7e60a99e89fda9d69b-escape_room_large.scn new file mode 100644 index 0000000..ea1ed3f Binary files /dev/null and b/escape-room/godot/exported/133200997/export-a0ca7a13de3b4c7e60a99e89fda9d69b-escape_room_large.scn differ diff --git a/escape-room/godot/exported/133200997/export-a1ac4a9e0caa87c073ee4233a3c1641e-function_desktop_pointer.scn b/escape-room/godot/exported/133200997/export-a1ac4a9e0caa87c073ee4233a3c1641e-function_desktop_pointer.scn new file mode 100644 index 0000000..b098bfb Binary files /dev/null and b/escape-room/godot/exported/133200997/export-a1ac4a9e0caa87c073ee4233a3c1641e-function_desktop_pointer.scn differ diff --git a/escape-room/godot/exported/133200997/export-a21ceb3cdde66b7e33f164a687e8c62e-movement_wind.scn b/escape-room/godot/exported/133200997/export-a21ceb3cdde66b7e33f164a687e8c62e-movement_wind.scn new file mode 100644 index 0000000..f64095a Binary files /dev/null and b/escape-room/godot/exported/133200997/export-a21ceb3cdde66b7e33f164a687e8c62e-movement_wind.scn differ diff --git a/escape-room/godot/exported/133200997/export-a382ad0b9ce2f31e5398d168f378d898-movement_turn.scn b/escape-room/godot/exported/133200997/export-a382ad0b9ce2f31e5398d168f378d898-movement_turn.scn new file mode 100644 index 0000000..2c3f43d Binary files /dev/null and b/escape-room/godot/exported/133200997/export-a382ad0b9ce2f31e5398d168f378d898-movement_turn.scn differ diff --git a/escape-room/godot/exported/133200997/export-a44615fde2c174f23c7bec06482bf0c9-interactable_joystick.scn b/escape-room/godot/exported/133200997/export-a44615fde2c174f23c7bec06482bf0c9-interactable_joystick.scn new file mode 100644 index 0000000..5adb461 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-a44615fde2c174f23c7bec06482bf0c9-interactable_joystick.scn differ diff --git a/escape-room/godot/exported/133200997/export-a460a64c6beec4d60a067220e48cd3df-hand_pose_area.scn b/escape-room/godot/exported/133200997/export-a460a64c6beec4d60a067220e48cd3df-hand_pose_area.scn new file mode 100644 index 0000000..eba77db Binary files /dev/null and b/escape-room/godot/exported/133200997/export-a460a64c6beec4d60a067220e48cd3df-hand_pose_area.scn differ diff --git a/escape-room/godot/exported/133200997/export-a5d873331a26fb1b0106799bad778aa1-hand_blend_tree.res b/escape-room/godot/exported/133200997/export-a5d873331a26fb1b0106799bad778aa1-hand_blend_tree.res new file mode 100644 index 0000000..0abd931 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-a5d873331a26fb1b0106799bad778aa1-hand_blend_tree.res differ diff --git a/escape-room/godot/exported/133200997/export-a7a12625f10e3ad317855fea933e6bce-hold_button_visualshader.res b/escape-room/godot/exported/133200997/export-a7a12625f10e3ad317855fea933e6bce-hold_button_visualshader.res new file mode 100644 index 0000000..d6ca4df Binary files /dev/null and b/escape-room/godot/exported/133200997/export-a7a12625f10e3ad317855fea933e6bce-hold_button_visualshader.res differ diff --git a/escape-room/godot/exported/133200997/export-a7f5d6eac8862b3fd83d9a27e1eb01af-caucasian_hands_realistic.res b/escape-room/godot/exported/133200997/export-a7f5d6eac8862b3fd83d9a27e1eb01af-caucasian_hands_realistic.res new file mode 100644 index 0000000..8338227 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-a7f5d6eac8862b3fd83d9a27e1eb01af-caucasian_hands_realistic.res differ diff --git a/escape-room/godot/exported/133200997/export-a83bdb094d26363d2caa26e22dd444e2-function_pointer.scn b/escape-room/godot/exported/133200997/export-a83bdb094d26363d2caa26e22dd444e2-function_pointer.scn new file mode 100644 index 0000000..6bff457 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-a83bdb094d26363d2caa26e22dd444e2-function_pointer.scn differ diff --git a/escape-room/godot/exported/133200997/export-a9d757fdde490682a87dc1ad8c7d3357-openxr_action_map.res b/escape-room/godot/exported/133200997/export-a9d757fdde490682a87dc1ad8c7d3357-openxr_action_map.res new file mode 100644 index 0000000..ff8e534 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-a9d757fdde490682a87dc1ad8c7d3357-openxr_action_map.res differ diff --git a/escape-room/godot/exported/133200997/export-ab2a02b46b1461b01b11fbb15c89c180-user_settings_ui.scn b/escape-room/godot/exported/133200997/export-ab2a02b46b1461b01b11fbb15c89c180-user_settings_ui.scn new file mode 100644 index 0000000..5ac9348 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-ab2a02b46b1461b01b11fbb15c89c180-user_settings_ui.scn differ diff --git a/escape-room/godot/exported/133200997/export-abf59e324f9edf8912bec80dba57b0e0-caucasian_hand.res b/escape-room/godot/exported/133200997/export-abf59e324f9edf8912bec80dba57b0e0-caucasian_hand.res new file mode 100644 index 0000000..f077fb0 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-abf59e324f9edf8912bec80dba57b0e0-caucasian_hand.res differ diff --git a/escape-room/godot/exported/133200997/export-ad0bfc02dffb62f5d9f6d447a67d955e-left_tac_glove_low.scn b/escape-room/godot/exported/133200997/export-ad0bfc02dffb62f5d9f6d447a67d955e-left_tac_glove_low.scn new file mode 100644 index 0000000..c138cc2 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-ad0bfc02dffb62f5d9f6d447a67d955e-left_tac_glove_low.scn differ diff --git a/escape-room/godot/exported/133200997/export-b16e027165e7e1425cb8bdfc871a9bc3-right_hand_low.scn b/escape-room/godot/exported/133200997/export-b16e027165e7e1425cb8bdfc871a9bc3-right_hand_low.scn new file mode 100644 index 0000000..8817f85 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-b16e027165e7e1425cb8bdfc871a9bc3-right_hand_low.scn differ diff --git a/escape-room/godot/exported/133200997/export-b316b405628c5227b69f6ce9f3b35baf-left_physics_tac_glove_low.scn b/escape-room/godot/exported/133200997/export-b316b405628c5227b69f6ce9f3b35baf-left_physics_tac_glove_low.scn new file mode 100644 index 0000000..6b3d3c1 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-b316b405628c5227b69f6ce9f3b35baf-left_physics_tac_glove_low.scn differ diff --git a/escape-room/godot/exported/133200997/export-b4ffd5a2b7476ef34045c5c97b0ef8de-movement_desktop_flight.scn b/escape-room/godot/exported/133200997/export-b4ffd5a2b7476ef34045c5c97b0ef8de-movement_desktop_flight.scn new file mode 100644 index 0000000..a4d0ca6 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-b4ffd5a2b7476ef34045c5c97b0ef8de-movement_desktop_flight.scn differ diff --git a/escape-room/godot/exported/133200997/export-b581ee702914cc70fa65d9928b352c8e-pointer.res b/escape-room/godot/exported/133200997/export-b581ee702914cc70fa65d9928b352c8e-pointer.res new file mode 100644 index 0000000..7987431 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-b581ee702914cc70fa65d9928b352c8e-pointer.res differ diff --git a/escape-room/godot/exported/133200997/export-b70482d875a54e2b947d025e08af87eb-left_physics_hand.scn b/escape-room/godot/exported/133200997/export-b70482d875a54e2b947d025e08af87eb-left_physics_hand.scn new file mode 100644 index 0000000..3f9aa01 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-b70482d875a54e2b947d025e08af87eb-left_physics_hand.scn differ diff --git a/escape-room/godot/exported/133200997/export-b93031f49fdd347874ca8c01984822aa-movement_climb.scn b/escape-room/godot/exported/133200997/export-b93031f49fdd347874ca8c01984822aa-movement_climb.scn new file mode 100644 index 0000000..f6f842d Binary files /dev/null and b/escape-room/godot/exported/133200997/export-b93031f49fdd347874ca8c01984822aa-movement_climb.scn differ diff --git a/escape-room/godot/exported/133200997/export-bcb55df16931d31c47f5a40a08a05d2d-left_physics_tac_glove.scn b/escape-room/godot/exported/133200997/export-bcb55df16931d31c47f5a40a08a05d2d-left_physics_tac_glove.scn new file mode 100644 index 0000000..c4fe25f Binary files /dev/null and b/escape-room/godot/exported/133200997/export-bcb55df16931d31c47f5a40a08a05d2d-left_physics_tac_glove.scn differ diff --git a/escape-room/godot/exported/133200997/export-bcfccf26d49a0b214927c4d4466c377c-loading_screen.scn b/escape-room/godot/exported/133200997/export-bcfccf26d49a0b214927c4d4466c377c-loading_screen.scn new file mode 100644 index 0000000..e533b3a Binary files /dev/null and b/escape-room/godot/exported/133200997/export-bcfccf26d49a0b214927c4d4466c377c-loading_screen.scn differ diff --git a/escape-room/godot/exported/133200997/export-c0143afd8adea954dd86677a7c29ccaa-tap_rumble.res b/escape-room/godot/exported/133200997/export-c0143afd8adea954dd86677a7c29ccaa-tap_rumble.res new file mode 100644 index 0000000..98aa63b Binary files /dev/null and b/escape-room/godot/exported/133200997/export-c0143afd8adea954dd86677a7c29ccaa-tap_rumble.res differ diff --git a/escape-room/godot/exported/133200997/export-c01e7f92d42a8445e14e5995c3df0a63-climbable.scn b/escape-room/godot/exported/133200997/export-c01e7f92d42a8445e14e5995c3df0a63-climbable.scn new file mode 100644 index 0000000..3deae0e Binary files /dev/null and b/escape-room/godot/exported/133200997/export-c01e7f92d42a8445e14e5995c3df0a63-climbable.scn differ diff --git a/escape-room/godot/exported/133200997/export-c03313e65a2c2d1090e49cee589d7d5c-right_fullglove_hand.scn b/escape-room/godot/exported/133200997/export-c03313e65a2c2d1090e49cee589d7d5c-right_fullglove_hand.scn new file mode 100644 index 0000000..8abb82c Binary files /dev/null and b/escape-room/godot/exported/133200997/export-c03313e65a2c2d1090e49cee589d7d5c-right_fullglove_hand.scn differ diff --git a/escape-room/godot/exported/133200997/export-c1d3862875e02767e724a3bf0bd1204f-movement_desktop_jump.scn b/escape-room/godot/exported/133200997/export-c1d3862875e02767e724a3bf0bd1204f-movement_desktop_jump.scn new file mode 100644 index 0000000..41c01e6 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-c1d3862875e02767e724a3bf0bd1204f-movement_desktop_jump.scn differ diff --git a/escape-room/godot/exported/133200997/export-c2db13c3d3fb2326cb2bacc6b9e2f3b5-vignette.scn b/escape-room/godot/exported/133200997/export-c2db13c3d3fb2326cb2bacc6b9e2f3b5-vignette.scn new file mode 100644 index 0000000..07144c5 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-c2db13c3d3fb2326cb2bacc6b9e2f3b5-vignette.scn differ diff --git a/escape-room/godot/exported/133200997/export-c3790d9072cff4e29910e0f5164d698d-highlight_ring.scn b/escape-room/godot/exported/133200997/export-c3790d9072cff4e29910e0f5164d698d-highlight_ring.scn new file mode 100644 index 0000000..bdcb687 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-c3790d9072cff4e29910e0f5164d698d-highlight_ring.scn differ diff --git a/escape-room/godot/exported/133200997/export-c45eccfb547c8842f4f6da2b287f7acc-movement_glide.scn b/escape-room/godot/exported/133200997/export-c45eccfb547c8842f4f6da2b287f7acc-movement_glide.scn new file mode 100644 index 0000000..ac5767c Binary files /dev/null and b/escape-room/godot/exported/133200997/export-c45eccfb547c8842f4f6da2b287f7acc-movement_glide.scn differ diff --git a/escape-room/godot/exported/133200997/export-c6a1e929824d4087a7d664cd9f0abc27-pickable.scn b/escape-room/godot/exported/133200997/export-c6a1e929824d4087a7d664cd9f0abc27-pickable.scn new file mode 100644 index 0000000..ca1d9c6 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-c6a1e929824d4087a7d664cd9f0abc27-pickable.scn differ diff --git a/escape-room/godot/exported/133200997/export-c6b27048cc3d0e2172dbf5ea8ceefbd6-right_tac_glove_low.scn b/escape-room/godot/exported/133200997/export-c6b27048cc3d0e2172dbf5ea8ceefbd6-right_tac_glove_low.scn new file mode 100644 index 0000000..e213450 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-c6b27048cc3d0e2172dbf5ea8ceefbd6-right_tac_glove_low.scn differ diff --git a/escape-room/godot/exported/133200997/export-c8b9b2ff6bc2d1ecbd0a3af51cebf414-pickable_audio.scn b/escape-room/godot/exported/133200997/export-c8b9b2ff6bc2d1ecbd0a3af51cebf414-pickable_audio.scn new file mode 100644 index 0000000..e0bc406 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-c8b9b2ff6bc2d1ecbd0a3af51cebf414-pickable_audio.scn differ diff --git a/escape-room/godot/exported/133200997/export-c965598b6541c8ae6e0750b543c058eb-right_physics_hand.scn b/escape-room/godot/exported/133200997/export-c965598b6541c8ae6e0750b543c058eb-right_physics_hand.scn new file mode 100644 index 0000000..9fa1fe1 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-c965598b6541c8ae6e0750b543c058eb-right_physics_hand.scn differ diff --git a/escape-room/godot/exported/133200997/export-c96ee4bc1c7b7e37cf645caffde407d0-pose_default_left.res b/escape-room/godot/exported/133200997/export-c96ee4bc1c7b7e37cf645caffde407d0-pose_default_left.res new file mode 100644 index 0000000..e9c3c83 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-c96ee4bc1c7b7e37cf645caffde407d0-pose_default_left.res differ diff --git a/escape-room/godot/exported/133200997/export-c9e52c2488d51e3bf182b575fc323004-left_tac_glove.scn b/escape-room/godot/exported/133200997/export-c9e52c2488d51e3bf182b575fc323004-left_tac_glove.scn new file mode 100644 index 0000000..635fd3d Binary files /dev/null and b/escape-room/godot/exported/133200997/export-c9e52c2488d51e3bf182b575fc323004-left_tac_glove.scn differ diff --git a/escape-room/godot/exported/133200997/export-cba9486e9d96b5a41982e739b94dfa51-mouse_capture.scn b/escape-room/godot/exported/133200997/export-cba9486e9d96b5a41982e739b94dfa51-mouse_capture.scn new file mode 100644 index 0000000..050e0f1 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-cba9486e9d96b5a41982e739b94dfa51-mouse_capture.scn differ diff --git a/escape-room/godot/exported/133200997/export-cd60429654017dcfe37ffcb748549c07-riddel_node_snap_zone.scn b/escape-room/godot/exported/133200997/export-cd60429654017dcfe37ffcb748549c07-riddel_node_snap_zone.scn new file mode 100644 index 0000000..9467f07 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-cd60429654017dcfe37ffcb748549c07-riddel_node_snap_zone.scn differ diff --git a/escape-room/godot/exported/133200997/export-d0e1a355ae1d0b837a5edbf4df1cfe64-glove_caucasian_dark_camo.res b/escape-room/godot/exported/133200997/export-d0e1a355ae1d0b837a5edbf4df1cfe64-glove_caucasian_dark_camo.res new file mode 100644 index 0000000..a79afb9 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-d0e1a355ae1d0b837a5edbf4df1cfe64-glove_caucasian_dark_camo.res differ diff --git a/escape-room/godot/exported/133200997/export-d1132cee509e0c1380b615137cd3bbe0-staging.scn b/escape-room/godot/exported/133200997/export-d1132cee509e0c1380b615137cd3bbe0-staging.scn new file mode 100644 index 0000000..51dbf92 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-d1132cee509e0c1380b615137cd3bbe0-staging.scn differ diff --git a/escape-room/godot/exported/133200997/export-d2bb7a64505e37d48cbf67708c8381dc-snap_zone.scn b/escape-room/godot/exported/133200997/export-d2bb7a64505e37d48cbf67708c8381dc-snap_zone.scn new file mode 100644 index 0000000..d284823 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-d2bb7a64505e37d48cbf67708c8381dc-snap_zone.scn differ diff --git a/escape-room/godot/exported/133200997/export-d32c6c21a8ec0713f5291e00a9b4cc6c-right_hand.scn b/escape-room/godot/exported/133200997/export-d32c6c21a8ec0713f5291e00a9b4cc6c-right_hand.scn new file mode 100644 index 0000000..cd6b768 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-d32c6c21a8ec0713f5291e00a9b4cc6c-right_hand.scn differ diff --git a/escape-room/godot/exported/133200997/export-d5708331eebf56c96efe435a62e3b40d-pose_point_left.res b/escape-room/godot/exported/133200997/export-d5708331eebf56c96efe435a62e3b40d-pose_point_left.res new file mode 100644 index 0000000..93f38aa Binary files /dev/null and b/escape-room/godot/exported/133200997/export-d5708331eebf56c96efe435a62e3b40d-pose_point_left.res differ diff --git a/escape-room/godot/exported/133200997/export-d66919436916dd06584935c1a163330e-player_body.scn b/escape-room/godot/exported/133200997/export-d66919436916dd06584935c1a163330e-player_body.scn new file mode 100644 index 0000000..4c2a972 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-d66919436916dd06584935c1a163330e-player_body.scn differ diff --git a/escape-room/godot/exported/133200997/export-d8124989063e1ea705201d4f50aa91b6-wind_area.scn b/escape-room/godot/exported/133200997/export-d8124989063e1ea705201d4f50aa91b6-wind_area.scn new file mode 100644 index 0000000..4495e10 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-d8124989063e1ea705201d4f50aa91b6-wind_area.scn differ diff --git a/escape-room/godot/exported/133200997/export-d9b8b7fc6287b0a6744d1400a3747d9e-glove_caucasian_green_camo.res b/escape-room/godot/exported/133200997/export-d9b8b7fc6287b0a6744d1400a3747d9e-glove_caucasian_green_camo.res new file mode 100644 index 0000000..e4e0d78 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-d9b8b7fc6287b0a6744d1400a3747d9e-glove_caucasian_green_camo.res differ diff --git a/escape-room/godot/exported/133200997/export-e6ab060a29b7c2a8e86205a7dbbb11a2-scene_base.scn b/escape-room/godot/exported/133200997/export-e6ab060a29b7c2a8e86205a7dbbb11a2-scene_base.scn new file mode 100644 index 0000000..96f993a Binary files /dev/null and b/escape-room/godot/exported/133200997/export-e6ab060a29b7c2a8e86205a7dbbb11a2-scene_base.scn differ diff --git a/escape-room/godot/exported/133200997/export-e78146aaa77b7e2c45299cd9375fad2a-left_fullglove_hand.scn b/escape-room/godot/exported/133200997/export-e78146aaa77b7e2c45299cd9375fad2a-left_fullglove_hand.scn new file mode 100644 index 0000000..e7e9711 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-e78146aaa77b7e2c45299cd9375fad2a-left_fullglove_hand.scn differ diff --git a/escape-room/godot/exported/133200997/export-edd444d95698007fafe747770e5634c6-labglove.res b/escape-room/godot/exported/133200997/export-edd444d95698007fafe747770e5634c6-labglove.res new file mode 100644 index 0000000..64fddf3 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-edd444d95698007fafe747770e5634c6-labglove.res differ diff --git a/escape-room/godot/exported/133200997/export-ee872619b8a708dc752122ce1c360f57-würfel.scn b/escape-room/godot/exported/133200997/export-ee872619b8a708dc752122ce1c360f57-würfel.scn new file mode 100644 index 0000000..b9ac8b0 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-ee872619b8a708dc752122ce1c360f57-würfel.scn differ diff --git a/escape-room/godot/exported/133200997/export-ef8617f14db79872e52744e30df242cd-left_physics_fullglove_low.scn b/escape-room/godot/exported/133200997/export-ef8617f14db79872e52744e30df242cd-left_physics_fullglove_low.scn new file mode 100644 index 0000000..db1b6c4 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-ef8617f14db79872e52744e30df242cd-left_physics_fullglove_low.scn differ diff --git a/escape-room/godot/exported/133200997/export-f7a52ed42fb64460575ea49603929ad6-right_physics_fullglove_low.scn b/escape-room/godot/exported/133200997/export-f7a52ed42fb64460575ea49603929ad6-right_physics_fullglove_low.scn new file mode 100644 index 0000000..b841c04 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-f7a52ed42fb64460575ea49603929ad6-right_physics_fullglove_low.scn differ diff --git a/escape-room/godot/exported/133200997/export-f8f0f8e2247a1d75c2e6a483061c74c5-jewels.scn b/escape-room/godot/exported/133200997/export-f8f0f8e2247a1d75c2e6a483061c74c5-jewels.scn new file mode 100644 index 0000000..7be9ee8 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-f8f0f8e2247a1d75c2e6a483061c74c5-jewels.scn differ diff --git a/escape-room/godot/exported/133200997/export-f9486afd06de3eda19fb852283dc52e5-hold_button_gaze_pointer_visualshader.res b/escape-room/godot/exported/133200997/export-f9486afd06de3eda19fb852283dc52e5-hold_button_gaze_pointer_visualshader.res new file mode 100644 index 0000000..8a4a8d1 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-f9486afd06de3eda19fb852283dc52e5-hold_button_gaze_pointer_visualshader.res differ diff --git a/escape-room/godot/exported/133200997/export-fa110bf54e0bd15ef3cbf6a0f5d5b1ec-collision_hand_right.scn b/escape-room/godot/exported/133200997/export-fa110bf54e0bd15ef3cbf6a0f5d5b1ec-collision_hand_right.scn new file mode 100644 index 0000000..4a2d702 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-fa110bf54e0bd15ef3cbf6a0f5d5b1ec-collision_hand_right.scn differ diff --git a/escape-room/godot/exported/133200997/export-fd30517d951347dcc06bf55a10b9a3ec-movement_desktop_turn.scn b/escape-room/godot/exported/133200997/export-fd30517d951347dcc06bf55a10b9a3ec-movement_desktop_turn.scn new file mode 100644 index 0000000..575cfc6 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-fd30517d951347dcc06bf55a10b9a3ec-movement_desktop_turn.scn differ diff --git a/escape-room/godot/exported/133200997/export-fd469d0204e6aa90563fd524c432ce91-world_grab_area.scn b/escape-room/godot/exported/133200997/export-fd469d0204e6aa90563fd524c432ce91-world_grab_area.scn new file mode 100644 index 0000000..71f5da3 Binary files /dev/null and b/escape-room/godot/exported/133200997/export-fd469d0204e6aa90563fd524c432ce91-world_grab_area.scn differ diff --git a/escape-room/godot/exported/133200997/export-fe6df5e5cbaa990a9e1a3aac54826eb4-interactable_slider.scn b/escape-room/godot/exported/133200997/export-fe6df5e5cbaa990a9e1a3aac54826eb4-interactable_slider.scn new file mode 100644 index 0000000..36f7e4a Binary files /dev/null and b/escape-room/godot/exported/133200997/export-fe6df5e5cbaa990a9e1a3aac54826eb4-interactable_slider.scn differ diff --git a/escape-room/godot/exported/133200997/export-fff29f918a4ad74969b0fade41346c7e-snap_path.scn b/escape-room/godot/exported/133200997/export-fff29f918a4ad74969b0fade41346c7e-snap_path.scn new file mode 100644 index 0000000..9ea5dec Binary files /dev/null and b/escape-room/godot/exported/133200997/export-fff29f918a4ad74969b0fade41346c7e-snap_path.scn differ diff --git a/escape-room/godot/exported/133200997/file_cache b/escape-room/godot/exported/133200997/file_cache new file mode 100644 index 0000000..d9a3113 --- /dev/null +++ b/escape-room/godot/exported/133200997/file_cache @@ -0,0 +1,144 @@ +res://addons/godot-xr-tools/audio/area_audio.tscn::f9cca03684a2a0b98d0f3b5180ed6f64::1762352674::res://godot/exported/133200997/export-5cd45c730cf997435777b25d105911a8-area_audio.scn +res://addons/godot-xr-tools/audio/pickable_audio.tscn::de72fd0519fb7018b9fc89467e4fe3b6::1762352674::res://godot/exported/133200997/export-c8b9b2ff6bc2d1ecbd0a3af51cebf414-pickable_audio.scn +res://addons/godot-xr-tools/audio/surface_audio.tscn::c5478039fe06e6b447e34fd4f1a24f19::1762352674::res://godot/exported/133200997/export-36d4a11bc5808dfbfd2d908643d5af0b-surface_audio.scn +res://addons/godot-xr-tools/desktop-support/controler_hider.tscn::211c89d2c0d57afd4567c0fc320ea625::1762352674::res://godot/exported/133200997/export-17605c1ed8ba98c6ada09a73ad0a6350-controler_hider.scn +res://addons/godot-xr-tools/desktop-support/function_desktop_pointer.tscn::fc6db3bae4618c394be5fbf7b11c235d::1762352673::res://godot/exported/133200997/export-a1ac4a9e0caa87c073ee4233a3c1641e-function_desktop_pointer.scn +res://addons/godot-xr-tools/desktop-support/mouse_capture.tscn::8f89c73004c9c80ebda7d184906e603b::1762352673::res://godot/exported/133200997/export-cba9486e9d96b5a41982e739b94dfa51-mouse_capture.scn +res://addons/godot-xr-tools/desktop-support/movement_desktop_crouch.tscn::70cf51f23f58ac9e65a1b89a4f5902ef::1762352674::res://godot/exported/133200997/export-32ceb956965dce6781aacd87bc759fe4-movement_desktop_crouch.scn +res://addons/godot-xr-tools/desktop-support/movement_desktop_direct.tscn::f9f659e9c38d9dfe8ada643376eb2009::1762352674::res://godot/exported/133200997/export-4fe17e820cd7fe3e3cadba83b35bab27-movement_desktop_direct.scn +res://addons/godot-xr-tools/desktop-support/movement_desktop_flight.tscn::a698a3a230d4866232457bfcfc1bb6c5::1762352673::res://godot/exported/133200997/export-b4ffd5a2b7476ef34045c5c97b0ef8de-movement_desktop_flight.scn +res://addons/godot-xr-tools/desktop-support/movement_desktop_jump.tscn::3a34c3a5c56f81467695f67b9c01d9ae::1762352674::res://godot/exported/133200997/export-c1d3862875e02767e724a3bf0bd1204f-movement_desktop_jump.scn +res://addons/godot-xr-tools/desktop-support/movement_desktop_sprint.tscn::93e728e8c21d96785fc352a1ebb213bf::1762352674::res://godot/exported/133200997/export-4ffbd19818b5991dbf7b5e89306c898c-movement_desktop_sprint.scn +res://addons/godot-xr-tools/desktop-support/movement_desktop_turn.tscn::c24dfc907fb79fa05069c20daf20e42e::1762352673::res://godot/exported/133200997/export-fd30517d951347dcc06bf55a10b9a3ec-movement_desktop_turn.scn +res://addons/godot-xr-tools/desktop-support/movement_gravity_zones.tscn::d77d2fc29d776a0d1cfa57e45e889c5c::1762352674::res://godot/exported/133200997/export-6e5c7f3ceae9ce634258cd176789c396-movement_gravity_zones.scn +res://addons/godot-xr-tools/effects/fade.tscn::5b5ca2e2ce53b166681c38a11f310dd0::1762352679::res://godot/exported/133200997/export-1b8da3a71a5e4508c4b82260d02b7a51-fade.scn +res://addons/godot-xr-tools/effects/vignette.tres::477766f140b56c97ff3d6c3e21405477::1762352679::res://godot/exported/133200997/export-2e05d43d57e0e028971490bce297ea3b-vignette.res +res://addons/godot-xr-tools/effects/vignette.tscn::92842d4dbfcc2ef21e476ead7325a10f::1762352679::res://godot/exported/133200997/export-c2db13c3d3fb2326cb2bacc6b9e2f3b5-vignette.scn +res://addons/godot-xr-tools/examples/fall_damage.tscn::66551709cacd061d545b3c98842df9e0::1762352681::res://godot/exported/133200997/export-7477e6c4ed60fd3bed0f46055d48cb7b-fall_damage.scn +res://addons/godot-xr-tools/functions/function_gaze_pointer.tscn::245932c9e8b6e7642f981c1c8557714f::1762352674::res://godot/exported/133200997/export-7123d8d7bcc39744ae4aa6c7305faea0-function_gaze_pointer.scn +res://addons/godot-xr-tools/functions/function_pickup.tscn::a6bdadea99780a950ae1aa0efd9953ce::1762352674::res://godot/exported/133200997/export-73667aab5718ad307e1453e10afcb606-function_pickup.scn +res://addons/godot-xr-tools/functions/function_pointer.tscn::4ca7a26186ec434b42c1974ebfe5fbde::1762352674::res://godot/exported/133200997/export-a83bdb094d26363d2caa26e22dd444e2-function_pointer.scn +res://addons/godot-xr-tools/functions/function_pose_detector.tscn::7b028106c7c175da18e30252e5c1160a::1762352674::res://godot/exported/133200997/export-14b9630947de5b34cdadca16b331a59c-function_pose_detector.scn +res://addons/godot-xr-tools/functions/function_teleport.tscn::55004959772ae97463ff13dfe3a300d2::1762352674::res://godot/exported/133200997/export-181fe7af6ec1d43e7d9954544ca617e0-function_teleport.scn +res://addons/godot-xr-tools/functions/movement_climb.tscn::477a6db9970b8a7fd57b5078eefe958b::1762352674::res://godot/exported/133200997/export-b93031f49fdd347874ca8c01984822aa-movement_climb.scn +res://addons/godot-xr-tools/functions/movement_crouch.tscn::28a29a03c88e9c22525749d9345deed2::1762352674::res://godot/exported/133200997/export-2f4fcae52227a86d2425b56780d1da60-movement_crouch.scn +res://addons/godot-xr-tools/functions/movement_direct.tscn::2cb666b1234c0f4fc276ea28133658ab::1762352674::res://godot/exported/133200997/export-41d893a8b76968b6e502f35afad7699a-movement_direct.scn +res://addons/godot-xr-tools/functions/movement_flight.tscn::d85d0e9309c8049bfd00f3f42b1bd1d6::1762352674::res://godot/exported/133200997/export-8fc87f1a1d91065ef2fc36eb47ccdf02-movement_flight.scn +res://addons/godot-xr-tools/functions/movement_footstep.tscn::f90a1e890af6162b8aae7ab3d739e333::1762352674::res://godot/exported/133200997/export-75d2ed0e311963d9ab53c0556cb31eed-movement_footstep.scn +res://addons/godot-xr-tools/functions/movement_glide.tscn::28b6771ca285c031e5afc67dd55ccf52::1762352674::res://godot/exported/133200997/export-c45eccfb547c8842f4f6da2b287f7acc-movement_glide.scn +res://addons/godot-xr-tools/functions/movement_grapple.tscn::6f8d565b8ee3906d1ca548efd0b0e3fa::1762352674::res://godot/exported/133200997/export-663f42ccd439ab0d36894f21e5c690e7-movement_grapple.scn +res://addons/godot-xr-tools/functions/movement_jog.tscn::3a65c2c6ed581ec34e46045078b13ba7::1762352674::res://godot/exported/133200997/export-02373f2a9b8525c05138dc76497a35b1-movement_jog.scn +res://addons/godot-xr-tools/functions/movement_jump.tscn::fb109ba1a59e61fc50dc9b0d093fea3e::1762352674::res://godot/exported/133200997/export-535fd36bc0375625ee25e2a9129f567f-movement_jump.scn +res://addons/godot-xr-tools/functions/movement_physical_jump.tscn::127ee7d977fb25dfff2d22be22571369::1762352674::res://godot/exported/133200997/export-8e5cdf6a95e0298d784c5cc4bb19f00a-movement_physical_jump.scn +res://addons/godot-xr-tools/functions/movement_sprint.tscn::ed68885af1bc7f2f0b10252b64cc7c25::1762352674::res://godot/exported/133200997/export-38978ca2b6ae8a5130255e26e290a2c4-movement_sprint.scn +res://addons/godot-xr-tools/functions/movement_turn.tscn::1bb11822e7ea31672c31a837627aa497::1762352674::res://godot/exported/133200997/export-a382ad0b9ce2f31e5398d168f378d898-movement_turn.scn +res://addons/godot-xr-tools/functions/movement_wall_walk.tscn::2a034be100572e41932738173c9d93ec::1762352674::res://godot/exported/133200997/export-47e0f728873c652dfeab9d9dbf5d2b4b-movement_wall_walk.scn +res://addons/godot-xr-tools/functions/movement_wind.tscn::24c1af648c78e3ddc00d937d102f1a38::1762352674::res://godot/exported/133200997/export-a21ceb3cdde66b7e33f164a687e8c62e-movement_wind.scn +res://addons/godot-xr-tools/functions/movement_world_grab.tscn::d9021094f13019ba56dee648204999ce::1762352674::res://godot/exported/133200997/export-7afe4af13a8d6145adf403808af4e04e-movement_world_grab.scn +res://addons/godot-xr-tools/hands/animations/left/AnimationPlayer.tscn::c3a742311771779238c4cfd7d6bae92c::1762352675::res://godot/exported/133200997/export-6be1df8df9b46d097bde97e0e871f98a-AnimationPlayer.scn +res://addons/godot-xr-tools/hands/animations/left/hand_blend_tree.tres::7d351fe5cec4f37bd998c80306aeb5b5::1762551789::res://godot/exported/133200997/export-897118bb8074166298804af3978a03e9-hand_blend_tree.res +res://addons/godot-xr-tools/hands/animations/right/AnimationPlayer.tscn::0902fcafe80af05801c61f6a936d9e69::1762352674::res://godot/exported/133200997/export-6c340b06e785d996b1823d614d9f4c9d-AnimationPlayer.scn +res://addons/godot-xr-tools/hands/animations/right/hand_blend_tree.tres::5155ae841f99229299eeeaa2d2c29ed6::1762551789::res://godot/exported/133200997/export-a5d873331a26fb1b0106799bad778aa1-hand_blend_tree.res +res://addons/godot-xr-tools/hands/materials/african_hands.tres::0b1e912de2b05f00263887bb3da02fe8::1762352675::res://godot/exported/133200997/export-518ac0d9ea2110c7fdcd4881a4ff99ed-african_hands.res +res://addons/godot-xr-tools/hands/materials/african_hands_realistic.tres::bad869dc3781e86c7d7b226a408d2715::1762352675::res://godot/exported/133200997/export-0f1c1b848552ead5014a4c214d67cb74-african_hands_realistic.res +res://addons/godot-xr-tools/hands/materials/caucasian_hand.tres::b2f1680e446145030526b892a6b07c77::1762352675::res://godot/exported/133200997/export-abf59e324f9edf8912bec80dba57b0e0-caucasian_hand.res +res://addons/godot-xr-tools/hands/materials/caucasian_hands_realistic.tres::bb034868ad0b163eb820bba2f839592a::1762352675::res://godot/exported/133200997/export-a7f5d6eac8862b3fd83d9a27e1eb01af-caucasian_hands_realistic.res +res://addons/godot-xr-tools/hands/materials/cleaning_glove.tres::0965cb4b91423c0feac27d970c6c5959::1762352675::res://godot/exported/133200997/export-1431f6dc6671077e2cbd3ffe3ec1d87c-cleaning_glove.res +res://addons/godot-xr-tools/hands/materials/ghost_hand.tres::97d4473f4a9f673f5ccd2622f144bc78::1762352675::res://godot/exported/133200997/export-609a3b037ca2c3b62fb54f3d304c63f2-ghost_hand.res +res://addons/godot-xr-tools/hands/materials/glove_african_dark_camo.tres::d6481fd31b48575440947fad30282112::1762352675::res://godot/exported/133200997/export-0632b34786f60c1b725f4ea05eece005-glove_african_dark_camo.res +res://addons/godot-xr-tools/hands/materials/glove_african_green_camo.tres::b92721c46017e8eacbedc4796e527e75::1762352675::res://godot/exported/133200997/export-380012e2d0d6d63826ac7412f42d314f-glove_african_green_camo.res +res://addons/godot-xr-tools/hands/materials/glove_caucasian_dark_camo.tres::1d4e9bb5f1845db6b07f3ffca7a4f796::1762352675::res://godot/exported/133200997/export-d0e1a355ae1d0b837a5edbf4df1cfe64-glove_caucasian_dark_camo.res +res://addons/godot-xr-tools/hands/materials/glove_caucasian_green_camo.tres::6538d880cc3bcda6374fb457f5b9e028::1762352675::res://godot/exported/133200997/export-d9b8b7fc6287b0a6744d1400a3747d9e-glove_caucasian_green_camo.res +res://addons/godot-xr-tools/hands/materials/labglove.tres::e36622e81017d946eb094781e91c17df::1762352675::res://godot/exported/133200997/export-edd444d95698007fafe747770e5634c6-labglove.res +res://addons/godot-xr-tools/hands/poses/pose_default_left.tres::8d0094d3ffb9957174383e5bd8eedc44::1762352675::res://godot/exported/133200997/export-c96ee4bc1c7b7e37cf645caffde407d0-pose_default_left.res +res://addons/godot-xr-tools/hands/poses/pose_default_right.tres::c4aeda110c5df052a60372e73f2c28dc::1762352675::res://godot/exported/133200997/export-05e0bce8f6d504198509df16311965ac-pose_default_right.res +res://addons/godot-xr-tools/hands/poses/pose_point_left.tres::db384ca3c73f2b9b740933df80dd621e::1762352675::res://godot/exported/133200997/export-d5708331eebf56c96efe435a62e3b40d-pose_point_left.res +res://addons/godot-xr-tools/hands/poses/pose_point_right.tres::b6bb29641332c26a395a2c25fb5f2986::1762352675::res://godot/exported/133200997/export-64c88b03a9bcb6be2e536ff49f0a10c8-pose_point_right.res +res://addons/godot-xr-tools/hands/scenes/collision/collision_hand.tscn::639c4ca46909626db8dd6549cde23bcf::1762352675::res://godot/exported/133200997/export-7d61892ff1183fe22d17f251c010ad85-collision_hand.scn +res://addons/godot-xr-tools/hands/scenes/collision/collision_hand_left.tscn::ae4086454ae2439de98b7d8e78845220::1762352675::res://godot/exported/133200997/export-22bb276dafeacbc0f32f041feb719f49-collision_hand_left.scn +res://addons/godot-xr-tools/hands/scenes/collision/collision_hand_right.tscn::c9bc0016c5074f69b505a1050f7904e3::1762352675::res://godot/exported/133200997/export-fa110bf54e0bd15ef3cbf6a0f5d5b1ec-collision_hand_right.scn +res://addons/godot-xr-tools/hands/scenes/highpoly/left_fullglove_hand.tscn::4712cff2b349a33a9f39bc411c7c9630::1762352675::res://godot/exported/133200997/export-e78146aaa77b7e2c45299cd9375fad2a-left_fullglove_hand.scn +res://addons/godot-xr-tools/hands/scenes/highpoly/left_fullglove_physics_hand.tscn::0c4cf5ff9e7791e36f44827101ace507::1762352675::res://godot/exported/133200997/export-0798c09b74bfa9f3e821955bfdf5c79f-left_fullglove_physics_hand.scn +res://addons/godot-xr-tools/hands/scenes/highpoly/left_hand.tscn::468ff1d44cce11f92da6734fffe96945::1762352675::res://godot/exported/133200997/export-5fa8cf6c13c11fdc72325e56972f7fd8-left_hand.scn +res://addons/godot-xr-tools/hands/scenes/highpoly/left_physics_hand.tscn::59de1428a90e3e38f934348513160771::1762352675::res://godot/exported/133200997/export-b70482d875a54e2b947d025e08af87eb-left_physics_hand.scn +res://addons/godot-xr-tools/hands/scenes/highpoly/left_physics_tac_glove.tscn::655d3f35a52412a7cc2dfb9c60cf486c::1762352675::res://godot/exported/133200997/export-bcb55df16931d31c47f5a40a08a05d2d-left_physics_tac_glove.scn +res://addons/godot-xr-tools/hands/scenes/highpoly/left_tac_glove.tscn::d0efc84c6ceda99782632c967791c8f1::1762352675::res://godot/exported/133200997/export-c9e52c2488d51e3bf182b575fc323004-left_tac_glove.scn +res://addons/godot-xr-tools/hands/scenes/highpoly/right_fullglove_hand.tscn::40775805759ab522aca8c65861d997bf::1762352675::res://godot/exported/133200997/export-c03313e65a2c2d1090e49cee589d7d5c-right_fullglove_hand.scn +res://addons/godot-xr-tools/hands/scenes/highpoly/right_fullglove_physics_hand.tscn::779fe752e995e48130285299f1bfd8c7::1762352675::res://godot/exported/133200997/export-7ed9237f9994b319c3dd6ebd3860023d-right_fullglove_physics_hand.scn +res://addons/godot-xr-tools/hands/scenes/highpoly/right_hand.tscn::98130114703fdc814cd412e455101344::1762352675::res://godot/exported/133200997/export-d32c6c21a8ec0713f5291e00a9b4cc6c-right_hand.scn +res://addons/godot-xr-tools/hands/scenes/highpoly/right_physics_hand.tscn::f0e8f28d2362dd6c8e5caa00ab3bc792::1762352675::res://godot/exported/133200997/export-c965598b6541c8ae6e0750b543c058eb-right_physics_hand.scn +res://addons/godot-xr-tools/hands/scenes/highpoly/right_physics_tac_glove.tscn::25a1f4558de97daaa94d927c3b41852a::1762352675::res://godot/exported/133200997/export-5d0c6f4552e080b1bd8676ac1ca50f71-right_physics_tac_glove.scn +res://addons/godot-xr-tools/hands/scenes/highpoly/right_tac_glove.tscn::130d012e1db44522bf0d89a4ebf92b9f::1762352675::res://godot/exported/133200997/export-1295e10272b525f693d3de45f7c1e2ed-right_tac_glove.scn +res://addons/godot-xr-tools/hands/scenes/lowpoly/left_fullglove_low.tscn::cb1797614436162a56e60ce7ce2319ce::1762352675::res://godot/exported/133200997/export-58d7607a2e84b6d22aafaab29aa4695e-left_fullglove_low.scn +res://addons/godot-xr-tools/hands/scenes/lowpoly/left_hand_low.tscn::da58f1c81e2beb03a31a00fe31401a42::1762352675::res://godot/exported/133200997/export-8dc62574d7254fdc47196c4250881c8c-left_hand_low.scn +res://addons/godot-xr-tools/hands/scenes/lowpoly/left_physics_fullglove_low.tscn::18611f010df17718355ad7d1c318088f::1762352675::res://godot/exported/133200997/export-ef8617f14db79872e52744e30df242cd-left_physics_fullglove_low.scn +res://addons/godot-xr-tools/hands/scenes/lowpoly/left_physics_hand_low.tscn::62fd885e61f8d438f54e65ffa85b9b36::1762352675::res://godot/exported/133200997/export-1366cb2f6bd8b61ff906069370372eab-left_physics_hand_low.scn +res://addons/godot-xr-tools/hands/scenes/lowpoly/left_physics_tac_glove_low.tscn::089c988c1a385347a66dba73df59b316::1762352675::res://godot/exported/133200997/export-b316b405628c5227b69f6ce9f3b35baf-left_physics_tac_glove_low.scn +res://addons/godot-xr-tools/hands/scenes/lowpoly/left_tac_glove_low.tscn::b6879bc2c18a0e035b9bf870e216c5cf::1762352675::res://godot/exported/133200997/export-ad0bfc02dffb62f5d9f6d447a67d955e-left_tac_glove_low.scn +res://addons/godot-xr-tools/hands/scenes/lowpoly/right_fullglove_low.tscn::70119e2bf2d5bbee64ef390858f08408::1762352675::res://godot/exported/133200997/export-153df05da6e32e899d34e1e6d4f5bdf7-right_fullglove_low.scn +res://addons/godot-xr-tools/hands/scenes/lowpoly/right_hand_low.tscn::b6e35bd5644243291c8a5a268de3188d::1762352675::res://godot/exported/133200997/export-b16e027165e7e1425cb8bdfc871a9bc3-right_hand_low.scn +res://addons/godot-xr-tools/hands/scenes/lowpoly/right_physics_fullglove_low.tscn::383db270e26998e2d26f5763af6df5c8::1762352675::res://godot/exported/133200997/export-f7a52ed42fb64460575ea49603929ad6-right_physics_fullglove_low.scn +res://addons/godot-xr-tools/hands/scenes/lowpoly/right_physics_hand_low.tscn::a3d7a432b53bb5ad7292409f57dbc7a1::1762352675::res://godot/exported/133200997/export-16f53fc66ca1e26baef3bd95fe61204d-right_physics_hand_low.scn +res://addons/godot-xr-tools/hands/scenes/lowpoly/right_physics_tac_glove_low.tscn::6d617400c1faf15c628c5f2c2ae06e33::1762352675::res://godot/exported/133200997/export-3307065d1f8c1fc6d1a18240e605fdf2-right_physics_tac_glove_low.scn +res://addons/godot-xr-tools/hands/scenes/lowpoly/right_tac_glove_low.tscn::c620f63fa8fa8480a837ccc909160046::1762352675::res://godot/exported/133200997/export-c6b27048cc3d0e2172dbf5ea8ceefbd6-right_tac_glove_low.scn +res://addons/godot-xr-tools/interactables/interactable_area_button.tscn::4bcdef4ce744fb7ef381665952990c16::1762352680::res://godot/exported/133200997/export-512f415c9de5da37f498bf4c80454689-interactable_area_button.scn +res://addons/godot-xr-tools/interactables/interactable_handle.tscn::56ac71ab11fe671799b105caf918afcb::1762352680::res://godot/exported/133200997/export-53740c9ce795e76941fbdf5ad49fc2da-interactable_handle.scn +res://addons/godot-xr-tools/interactables/interactable_hinge.tscn::72d56a1097b56df0b6fb40316a8f5ea0::1762352679::res://godot/exported/133200997/export-9650650d91c462121c2f44c921345437-interactable_hinge.scn +res://addons/godot-xr-tools/interactables/interactable_joystick.tscn::a2780d75b65b85b8bbbd6f7f0602b4c1::1762352680::res://godot/exported/133200997/export-a44615fde2c174f23c7bec06482bf0c9-interactable_joystick.scn +res://addons/godot-xr-tools/interactables/interactable_slider.tscn::ef167dfd3ae31499e0e082ff8937015c::1762352680::res://godot/exported/133200997/export-fe6df5e5cbaa990a9e1a3aac54826eb4-interactable_slider.scn +res://addons/godot-xr-tools/materials/capsule.tres::f6687ee48faade788fd78b1ad144b437::1762352678::res://godot/exported/133200997/export-94877f70cc689cd6d288e431d56c6cf4-capsule.res +res://addons/godot-xr-tools/materials/highlight.tres::9b6b6a18224c1daf46beb83e4bf11983::1762551789::res://godot/exported/133200997/export-610b029319bfa9f4c54917e41d0c9ff4-highlight.res +res://addons/godot-xr-tools/materials/pointer.tres::f50f5e11346978668edf60c9b0526c49::1762352678::res://godot/exported/133200997/export-b581ee702914cc70fa65d9928b352c8e-pointer.res +res://addons/godot-xr-tools/materials/target.tres::72d5d5cd4113f0b4c8edcd56b9276490::1762352678::res://godot/exported/133200997/export-57e852f6be2e54c0a5f083ad11300876-target.res +res://addons/godot-xr-tools/materials/teleport.tres::8b8987496a34cf6e72a15ead3afb93da::1762352678::res://godot/exported/133200997/export-9e6c777065cd504ec8822d94065db90d-teleport.res +res://addons/godot-xr-tools/misc/hold_button.tscn::0e2357b18047d2a21dc5d29bc81b7a19::1762352674::res://godot/exported/133200997/export-55e8e7a43864322e40e41d6f18c9b13e-hold_button.scn +res://addons/godot-xr-tools/misc/hold_button_gaze_pointer_visualshader.tres::372212be6195676505c241a0c4862cf8::1762352674::res://godot/exported/133200997/export-f9486afd06de3eda19fb852283dc52e5-hold_button_gaze_pointer_visualshader.res +res://addons/godot-xr-tools/misc/hold_button_visualshader.tres::7efbf16c5030482388fd559f862bd91d::1762549558::res://godot/exported/133200997/export-a7a12625f10e3ad317855fea933e6bce-hold_button_visualshader.res +res://addons/godot-xr-tools/misc/vr_common_shader_cache.tscn::87f0a5ed0bd6c807a19aac6bc032b905::1762352674::res://godot/exported/133200997/export-5d93c115ab697c2a153bf8c97800e331-vr_common_shader_cache.scn +res://addons/godot-xr-tools/objects/grab_points/grab_point_hand_left.tscn::63fc0c436b12285eaea4b7e0b6f17d03::1762352682::res://godot/exported/133200997/export-42e2e9fcdacdf2ef83d9bd8553304a4f-grab_point_hand_left.scn +res://addons/godot-xr-tools/objects/grab_points/grab_point_hand_right.tscn::06c0c20ebe005449ef3e531536c44d0d::1762352682::res://godot/exported/133200997/export-7cd24a361b86088415c2295e3961a903-grab_point_hand_right.scn +res://addons/godot-xr-tools/objects/grab_points/grab_point_redirect.tscn::1fb79c7a4c532810e1228a129c2658e1::1762352681::res://godot/exported/133200997/export-183aa1d36c635b94e8f149867fca0e84-grab_point_redirect.scn +res://addons/godot-xr-tools/objects/grab_points/grab_point_snap.tscn::31cebb55688ed65f70ec1392207ebb0a::1762352682::res://godot/exported/133200997/export-17565d1c003b734a1c3e145b8d4057bd-grab_point_snap.scn +res://addons/godot-xr-tools/objects/highlight/highlight_ring.tres::7ff37b42093af9e6a79ad84b35cbee77::1762352684::res://godot/exported/133200997/export-3003025ee1318f8dde41c9b3864e2f8d-highlight_ring.res +res://addons/godot-xr-tools/objects/highlight/highlight_ring.tscn::e2246ecc1a0a425cd23a956f74515e72::1762352684::res://godot/exported/133200997/export-c3790d9072cff4e29910e0f5164d698d-highlight_ring.scn +res://addons/godot-xr-tools/objects/keyboard/virtual_keyboard_2d.tscn::4a9b0d710cad04ee69c25e9362d87c8d::1762352683::res://godot/exported/133200997/export-26747514dd9a8de79c3ecc39ef1413e4-virtual_keyboard_2d.scn +res://addons/godot-xr-tools/objects/climbable.tscn::0fee81941f2ef55ea1352c10ca541f39::1762352681::res://godot/exported/133200997/export-c01e7f92d42a8445e14e5995c3df0a63-climbable.scn +res://addons/godot-xr-tools/objects/hand_pose_area.tscn::88c9c3ff3559ce3a51f14ce9b9592f00::1762352685::res://godot/exported/133200997/export-a460a64c6beec4d60a067220e48cd3df-hand_pose_area.scn +res://addons/godot-xr-tools/objects/pickable.tscn::473a9c5dffd26407d4265fdfc629544b::1762352683::res://godot/exported/133200997/export-c6a1e929824d4087a7d664cd9f0abc27-pickable.scn +res://addons/godot-xr-tools/objects/snap_path.tscn::00d25444c5b3e30b5cf80505cffa9434::1762352684::res://godot/exported/133200997/export-fff29f918a4ad74969b0fade41346c7e-snap_path.scn +res://addons/godot-xr-tools/objects/snap_zone.tscn::4ff3596f1970381018747d81ffe21d5b::1762352681::res://godot/exported/133200997/export-d2bb7a64505e37d48cbf67708c8381dc-snap_zone.scn +res://addons/godot-xr-tools/objects/teleport_area.tscn::aa64e1b43bff00bf7cae45ede2f060bb::1762352684::res://godot/exported/133200997/export-68f263333ec344ed4f046c7925ec528c-teleport_area.scn +res://addons/godot-xr-tools/objects/viewport_2d_in_3d.tscn::c74df6707d620fc4701e152f3939a09f::1762352683::res://godot/exported/133200997/export-268c2f8cbe5151a041b59741e856bc3a-viewport_2d_in_3d.scn +res://addons/godot-xr-tools/objects/virtual_keyboard.tscn::93cfed9217deb0754e61a6db394a1bb7::1762352681::res://godot/exported/133200997/export-79488485072c5f4895977fa2bb809314-virtual_keyboard.scn +res://addons/godot-xr-tools/objects/wind_area.tscn::0af60da8e9aa3a8f51e03edfeaef71bf::1762352684::res://godot/exported/133200997/export-d8124989063e1ea705201d4f50aa91b6-wind_area.scn +res://addons/godot-xr-tools/objects/world_grab_area.tscn::0061d8106388edea5f388b0f9f4ec67b::1762352681::res://godot/exported/133200997/export-fd469d0204e6aa90563fd524c432ce91-world_grab_area.scn +res://addons/godot-xr-tools/overrides/ground_physics.tscn::a58310cfec0d0cc6f8e689625fa9f61d::1762352674::res://godot/exported/133200997/export-08c3ddd30095a0edb95d1ade3fdb60cc-ground_physics.scn +res://addons/godot-xr-tools/player/fade/fade_collision.tscn::207a20fce89840e582eb77466c4bfbdb::1762352687::res://godot/exported/133200997/export-7c9eefd63cd222b53970d57af9721b94-fade_collision.scn +res://addons/godot-xr-tools/player/poke/poke.tscn::4238d9d7d88c8fc1be754311a8915640::1762352687::res://godot/exported/133200997/export-142aa9e821c9057168d3959b4245dde1-poke.scn +res://addons/godot-xr-tools/player/player_body.tscn::de9f102472c012cc86952e34efd0ce3f::1762352687::res://godot/exported/133200997/export-d66919436916dd06584935c1a163330e-player_body.scn +res://addons/godot-xr-tools/rumble/tap_rumble.tres::f0b55bdb8eba24b62993ab2114d562d7::1762352686::res://godot/exported/133200997/export-c0143afd8adea954dd86677a7c29ccaa-tap_rumble.res +res://addons/godot-xr-tools/staging/loading_screen/loading_screen_shader.tres::1d57eaca758d2b7faa797bcc93b49e27::1762549558::res://godot/exported/133200997/export-98140d96770f9304c6fee9094131c1f8-loading_screen_shader.res +res://addons/godot-xr-tools/staging/loading_screen.tscn::5c426f177be68f777d59036700136d61::1762352685::res://godot/exported/133200997/export-bcfccf26d49a0b214927c4d4466c377c-loading_screen.scn +res://addons/godot-xr-tools/staging/loading_screen_shader.tres::82877378f2a0f5d50118b62407996f93::1762352686::res://godot/exported/133200997/export-0369b4df78c17d922534b7d77bb2c146-loading_screen_shader.res +res://addons/godot-xr-tools/staging/scene_base.tscn::f47d2bdf3f5bc8bda288dfad272c9924::1762352685::res://godot/exported/133200997/export-e6ab060a29b7c2a8e86205a7dbbb11a2-scene_base.scn +res://addons/godot-xr-tools/staging/staging.tscn::26cbd81b04fcdd2262d73251b9e34543::1762352686::res://godot/exported/133200997/export-d1132cee509e0c1380b615137cd3bbe0-staging.scn +res://addons/godot-xr-tools/staging/staging_env.tres::b7473dffb50e2081920af779e82e3a81::1762352686::res://godot/exported/133200997/export-0b93ef9408d87d39085ade00f1b95127-staging_env.res +res://addons/godot-xr-tools/user_settings/user_settings_ui.tscn::af7bfe1b7d44bae9126727deb1115d4d::1762352674::res://godot/exported/133200997/export-ab2a02b46b1461b01b11fbb15c89c180-user_settings_ui.scn +res://addons/godot-xr-tools/xr/start_xr.tscn::2a7f65fb8ac9a6a91676085abf3fcfce::1762352677::res://godot/exported/133200997/export-7fd0d6b3a962be10043f7b02735e295c-start_xr.scn +res://addons/xr-simulator/XRSimulator.tscn::e9eab02407395f42eceaedd0c01914e4::1762352648::res://godot/exported/133200997/export-61d3133c344c3b952e285c36dec88f8b-XRSimulator.scn +res://objekte/book_holder.tscn::a7405ee81531efdfa7e128a3bd3a2492::1762462717::res://godot/exported/133200997/export-7b7f88815c0d510b4579d1b2c886b10c-book_holder.scn +res://objekte/escape_room_large.tscn::1e51630b71d38a9f447926687c2baf89::1762212543::res://godot/exported/133200997/export-a0ca7a13de3b4c7e60a99e89fda9d69b-escape_room_large.scn +res://objekte/jewels.tscn::b5830c5cf437ed1a460a93d8c9ce64fb::1762465787::res://godot/exported/133200997/export-f8f0f8e2247a1d75c2e6a483061c74c5-jewels.scn +res://objekte/riddel_cube.tscn::8f030a9514217005b726b5ca22ba2e00::1762472483::res://godot/exported/133200997/export-6075f82bcb0ff7c0a24b1f8b25af85a8-riddel_cube.scn +res://objekte/riddel_cube_board.tscn::ed3365d586a437d8578e8eb87ae2b102::1762473723::res://godot/exported/133200997/export-1b16b50beedad016f8e04982e8fba3c4-riddel_cube_board.scn +res://objekte/riddel_cube_board_snap_zone.tscn::34312e5c85fca17c7db61b5debb4a75e::1762090230::res://godot/exported/133200997/export-4dc257ce1843195a52c761bf315d8994-riddel_cube_board_snap_zone.scn +res://objekte/riddel_node.tscn::f632e3d857c670b9a4de24d5f6b94aa1::1762465860::res://godot/exported/133200997/export-6e2197aa464cbabc2fe531db316746c2-riddel_node.scn +res://objekte/riddel_node_board.tscn::003e6419079e85045cfb3af3af139629::1762213539::res://godot/exported/133200997/export-3464ddc2c2b11c2e8ee12523bab09081-riddel_node_board.scn +res://objekte/riddel_node_snap_zone.tscn::06364cd213b55536ad28c82e2fc77f49::1762190772::res://godot/exported/133200997/export-cd60429654017dcfe37ffcb748549c07-riddel_node_snap_zone.scn +res://objekte/würfel.tscn::f70026f6e2b8e44b80fcdf1c362fd16e::1762550804::res://godot/exported/133200997/export-ee872619b8a708dc752122ce1c360f57-würfel.scn +res://objekte/zahnrad_stange.tscn::1e4d696fa40248a3e7b15deee08fc7fb::1762211613::res://godot/exported/133200997/export-0c32eba7390f9e04d044a48029d1bcba-zahnrad_stange.scn +res://old_skripte/alternative.tscn::da3fd9a2dbb2c6eb5263d6f651e7182c::1762547057::res://godot/exported/133200997/export-50ac81e9d6a1e585f9981e7c251d2987-alternative.scn +res://old_skripte/loading_screen.tscn::ae905f66c9ce1508cef9843acf59feff::1761944452::res://godot/exported/133200997/export-72f2e7e530aee4861566bee38de03013-loading_screen.scn +res://old_skripte/loading_szene.tscn::9d62b3a9e277756e03d588e632842c7d::1761944922::res://godot/exported/133200997/export-00894985b1a59738a8c8d8d5bf1339dd-loading_szene.scn +res://escape-room-szene-room.tscn::019b0079b569bf3a443ec9a4370f1581::1762551789::res://godot/exported/133200997/export-813aa6a3e6a99f4fc0b826a3753849c0-escape-room-szene-room.scn +res://openxr_action_map.tres::9fad2bd2035a0ecb0bd47075f38fe2e1::1762551789::res://godot/exported/133200997/export-a9d757fdde490682a87dc1ad8c7d3357-openxr_action_map.res diff --git a/escape-room/godot/extension_list.cfg b/escape-room/godot/extension_list.cfg new file mode 100644 index 0000000..e790ebc --- /dev/null +++ b/escape-room/godot/extension_list.cfg @@ -0,0 +1 @@ +res://addons/godotopenxrvendors/plugin.gdextension diff --git a/escape-room/godot/global_script_class_cache.cfg b/escape-room/godot/global_script_class_cache.cfg new file mode 100644 index 0000000..8a227d6 --- /dev/null +++ b/escape-room/godot/global_script_class_cache.cfg @@ -0,0 +1,777 @@ +list=[{ +"base": &"Grabber", +"class": &"Grab", +"icon": "", +"is_abstract": false, +"is_tool": false, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/objects/grab_points/grab.gd" +}, { +"base": &"RefCounted", +"class": &"Grabber", +"icon": "", +"is_abstract": false, +"is_tool": false, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/objects/grab_points/grabber.gd" +}, { +"base": &"RefCounted", +"class": &"XRHelpers", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/misc/xr_helpers.gd" +}, { +"base": &"Node", +"class": &"XRTools", +"icon": "", +"is_abstract": false, +"is_tool": false, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/xr_tools.gd" +}, { +"base": &"AudioStreamPlayer3D", +"class": &"XRToolsAreaAudio", +"icon": "res://addons/godot-xr-tools/editor/icons/audio.svg", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/audio/area_audio.gd" +}, { +"base": &"Resource", +"class": &"XRToolsAreaAudioType", +"icon": "res://addons/godot-xr-tools/editor/icons/audio.svg", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/audio/area_audio_type.gd" +}, { +"base": &"Node3D", +"class": &"XRToolsClimbable", +"icon": "res://addons/godot-xr-tools/editor/icons/hand.svg", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/objects/climbable.gd" +}, { +"base": &"XRToolsForceBody", +"class": &"XRToolsCollisionHand", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/hands/collision_hand.gd" +}, { +"base": &"Node", +"class": &"XRToolsDesktopControlerHider", +"icon": "res://addons/godot-xr-tools/editor/icons/function.svg", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/desktop-support/controler_hider.gd" +}, { +"base": &"Node3D", +"class": &"XRToolsDesktopFunctionPointer", +"icon": "res://addons/godot-xr-tools/editor/icons/function.svg", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/desktop-support/function_desktop_pointer.gd" +}, { +"base": &"XRToolsMovementProvider", +"class": &"XRToolsDesktopMouseCapture", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/desktop-support/mouse_capture.gd" +}, { +"base": &"XRToolsMovementProvider", +"class": &"XRToolsDesktopMovementCrouch", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/desktop-support/movement_desktop_crouch.gd" +}, { +"base": &"XRToolsMovementProvider", +"class": &"XRToolsDesktopMovementDirect", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/desktop-support/movement_desktop_direct.gd" +}, { +"base": &"XRToolsMovementProvider", +"class": &"XRToolsDesktopMovementFlight", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/desktop-support/movement_desktop_flight.gd" +}, { +"base": &"XRToolsMovementProvider", +"class": &"XRToolsDesktopMovementJump", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/desktop-support/movement_desktop_jump.gd" +}, { +"base": &"XRToolsMovementProvider", +"class": &"XRToolsDesktopMovementSprint", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/desktop-support/movement_desktop_sprint.gd" +}, { +"base": &"XRToolsMovementProvider", +"class": &"XRToolsDesktopMovementTurn", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/desktop-support/movement_desktop_turn.gd" +}, { +"base": &"Node3D", +"class": &"XRToolsFade", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/effects/fade.gd" +}, { +"base": &"Node3D", +"class": &"XRToolsFadeCollision", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/player/fade/fade_collision.gd" +}, { +"base": &"XRToolsMovementProvider", +"class": &"XRToolsFallDamage", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/examples/fall_damage.gd" +}, { +"base": &"AnimatableBody3D", +"class": &"XRToolsForceBody", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/objects/force_body/force_body.gd" +}, { +"base": &"Node3D", +"class": &"XRToolsFunctionGazePointer", +"icon": "res://addons/godot-xr-tools/editor/icons/function.svg", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/functions/function_gaze_pointer.gd" +}, { +"base": &"Node3D", +"class": &"XRToolsFunctionPickup", +"icon": "res://addons/godot-xr-tools/editor/icons/function.svg", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/functions/function_pickup.gd" +}, { +"base": &"Node3D", +"class": &"XRToolsFunctionPointer", +"icon": "res://addons/godot-xr-tools/editor/icons/function.svg", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/functions/function_pointer.gd" +}, { +"base": &"Node3D", +"class": &"XRToolsFunctionPoseDetector", +"icon": "res://addons/godot-xr-tools/editor/icons/hand.svg", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/functions/function_pose_detector.gd" +}, { +"base": &"Node3D", +"class": &"XRToolsFunctionTeleport", +"icon": "res://addons/godot-xr-tools/editor/icons/function.svg", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/functions/function_teleport.gd" +}, { +"base": &"RemoteTransform3D", +"class": &"XRToolsGrabDriver", +"icon": "", +"is_abstract": false, +"is_tool": false, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/objects/grab_points/grab_driver.gd" +}, { +"base": &"Marker3D", +"class": &"XRToolsGrabPoint", +"icon": "", +"is_abstract": false, +"is_tool": false, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/objects/grab_points/grab_point.gd" +}, { +"base": &"XRToolsGrabPoint", +"class": &"XRToolsGrabPointHand", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/objects/grab_points/grab_point_hand.gd" +}, { +"base": &"XRToolsGrabPoint", +"class": &"XRToolsGrabPointRedirect", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/objects/grab_points/grab_point_redirect.gd" +}, { +"base": &"XRToolsGrabPoint", +"class": &"XRToolsGrabPointSnap", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/objects/grab_points/grab_point_snap.gd" +}, { +"base": &"Node", +"class": &"XRToolsGroundPhysics", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/overrides/ground_physics.gd" +}, { +"base": &"Resource", +"class": &"XRToolsGroundPhysicsSettings", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/overrides/ground_physics_settings.gd" +}, { +"base": &"Node3D", +"class": &"XRToolsHand", +"icon": "res://addons/godot-xr-tools/editor/icons/hand.svg", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/hands/hand.gd" +}, { +"base": &"BoneAttachment3D", +"class": &"XRToolsHandPhysicsBone", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/hands/hand_physics_bone.gd" +}, { +"base": &"Area3D", +"class": &"XRToolsHandPoseArea", +"icon": "res://addons/godot-xr-tools/editor/icons/hand.svg", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/objects/hand_pose_area.gd" +}, { +"base": &"XRController3D", +"class": &"XRToolsHandPoseController", +"icon": "", +"is_abstract": false, +"is_tool": false, +"language": &"GDScript", +"path": "res://old_skripte/xr_hand_modifier_3d.gd" +}, { +"base": &"Resource", +"class": &"XRToolsHandPoseSettings", +"icon": "res://addons/godot-xr-tools/editor/icons/hand.svg", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/hands/poses/hand_pose_settings.gd" +}, { +"base": &"Node", +"class": &"XRToolsHighlightMaterial", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/objects/highlight/highlight_material.gd" +}, { +"base": &"MeshInstance3D", +"class": &"XRToolsHighlightRing", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/objects/highlight/highlight_ring.gd" +}, { +"base": &"Node3D", +"class": &"XRToolsHighlightVisible", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/objects/highlight/highlight_visible.gd" +}, { +"base": &"Node3D", +"class": &"XRToolsHoldButton", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/misc/hold_button.gd" +}, { +"base": &"Area3D", +"class": &"XRToolsInteractableArea", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/objects/interactable_area.gd" +}, { +"base": &"Area3D", +"class": &"XRToolsInteractableAreaButton", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/interactables/interactable_area_button.gd" +}, { +"base": &"Node3D", +"class": &"XRToolsInteractableBody", +"icon": "", +"is_abstract": false, +"is_tool": false, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/objects/interactable_body.gd" +}, { +"base": &"XRToolsPickable", +"class": &"XRToolsInteractableHandle", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/interactables/interactable_handle.gd" +}, { +"base": &"Node3D", +"class": &"XRToolsInteractableHandleDriven", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/interactables/interactable_handle_driven.gd" +}, { +"base": &"XRToolsInteractableHandleDriven", +"class": &"XRToolsInteractableHinge", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/interactables/interactable_hinge.gd" +}, { +"base": &"XRToolsInteractableHandleDriven", +"class": &"XRToolsInteractableJoystick", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/interactables/interactable_joystick.gd" +}, { +"base": &"XRToolsInteractableHandleDriven", +"class": &"XRToolsInteractableSlider", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/interactables/interactable_slider.gd" +}, { +"base": &"Node", +"class": &"XRToolsMoveTo", +"icon": "", +"is_abstract": false, +"is_tool": false, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/misc/move_to.gd" +}, { +"base": &"XRToolsMovementProvider", +"class": &"XRToolsMovementClimb", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/functions/movement_climb.gd" +}, { +"base": &"XRToolsMovementProvider", +"class": &"XRToolsMovementCrouch", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/functions/movement_crouch.gd" +}, { +"base": &"XRToolsMovementProvider", +"class": &"XRToolsMovementDirect", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/functions/movement_direct.gd" +}, { +"base": &"XRToolsMovementProvider", +"class": &"XRToolsMovementFlight", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/functions/movement_flight.gd" +}, { +"base": &"XRToolsMovementProvider", +"class": &"XRToolsMovementFootstep", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/functions/movement_footstep.gd" +}, { +"base": &"XRToolsMovementProvider", +"class": &"XRToolsMovementGlide", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/functions/movement_glide.gd" +}, { +"base": &"XRToolsMovementProvider", +"class": &"XRToolsMovementGrapple", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/functions/movement_grapple.gd" +}, { +"base": &"XRToolsMovementProvider", +"class": &"XRToolsMovementGravityZones", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/desktop-support/movement_gravity_zones.gd" +}, { +"base": &"XRToolsMovementProvider", +"class": &"XRToolsMovementJog", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/functions/movement_jog.gd" +}, { +"base": &"XRToolsMovementProvider", +"class": &"XRToolsMovementJump", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/functions/movement_jump.gd" +}, { +"base": &"XRToolsMovementProvider", +"class": &"XRToolsMovementPhysicalJump", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/functions/movement_physical_jump.gd" +}, { +"base": &"Node", +"class": &"XRToolsMovementProvider", +"icon": "res://addons/godot-xr-tools/editor/icons/movement_provider.svg", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/functions/movement_provider.gd" +}, { +"base": &"XRToolsMovementProvider", +"class": &"XRToolsMovementSprint", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/functions/movement_sprint.gd" +}, { +"base": &"XRToolsMovementProvider", +"class": &"XRToolsMovementTurn", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/functions/movement_turn.gd" +}, { +"base": &"XRToolsMovementProvider", +"class": &"XRToolsMovementWallWalk", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/functions/movement_wall_walk.gd" +}, { +"base": &"XRToolsMovementProvider", +"class": &"XRToolsMovementWind", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/functions/movement_wind.gd" +}, { +"base": &"XRToolsMovementProvider", +"class": &"XRToolsMovementWorldGrab", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/functions/movement_world_grab.gd" +}, { +"base": &"XRToolsHand", +"class": &"XRToolsPhysicsHand", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/hands/physics_hand.gd" +}, { +"base": &"RigidBody3D", +"class": &"XRToolsPickable", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/objects/pickable.gd" +}, { +"base": &"AudioStreamPlayer3D", +"class": &"XRToolsPickableAudio", +"icon": "res://addons/godot-xr-tools/editor/icons/audio.svg", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/audio/pickable_audio.gd" +}, { +"base": &"Resource", +"class": &"XRToolsPickableAudioType", +"icon": "res://addons/godot-xr-tools/editor/icons/audio.svg", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/audio/pickable_audio_type.gd" +}, { +"base": &"CharacterBody3D", +"class": &"XRToolsPlayerBody", +"icon": "res://addons/godot-xr-tools/editor/icons/body.svg", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/player/player_body.gd" +}, { +"base": &"RefCounted", +"class": &"XRToolsPointerEvent", +"icon": "", +"is_abstract": false, +"is_tool": false, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/events/pointer_event.gd" +}, { +"base": &"Node3D", +"class": &"XRToolsPoke", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/player/poke/poke.gd" +}, { +"base": &"Node", +"class": &"XRToolsReturnToSnapZone", +"icon": "res://addons/godot-xr-tools/editor/icons/hand.svg", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/objects/return_to_snap_zone.gd" +}, { +"base": &"Resource", +"class": &"XRToolsRumbleEvent", +"icon": "res://addons/godot-xr-tools/editor/icons/rumble.svg", +"is_abstract": false, +"is_tool": false, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/rumble/rumble_event.gd" +}, { +"base": &"Resource", +"class": &"XRToolsRumbleManagerQueue", +"icon": "", +"is_abstract": false, +"is_tool": false, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/rumble/rumble_manager_queue.gd" +}, { +"base": &"Node", +"class": &"XRToolsRumbler", +"icon": "res://addons/godot-xr-tools/editor/icons/rumble.svg", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/rumble/rumbler.gd" +}, { +"base": &"Node3D", +"class": &"XRToolsSceneBase", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/staging/scene_base.gd" +}, { +"base": &"XRToolsSnapZone", +"class": &"XRToolsSnapPath", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/objects/snap_path.gd" +}, { +"base": &"Marker3D", +"class": &"XRToolsSnapPathGuide", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/objects/snap_path_guide.gd" +}, { +"base": &"Area3D", +"class": &"XRToolsSnapZone", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/objects/snap_zone.gd" +}, { +"base": &"Node3D", +"class": &"XRToolsStaging", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/staging/staging.gd" +}, { +"base": &"Node", +"class": &"XRToolsStartXR", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/xr/start_xr.gd" +}, { +"base": &"Node", +"class": &"XRToolsSurfaceAudio", +"icon": "res://addons/godot-xr-tools/editor/icons/foot.svg", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/audio/surface_audio.gd" +}, { +"base": &"Resource", +"class": &"XRToolsSurfaceAudioType", +"icon": "res://addons/godot-xr-tools/editor/icons/body.svg", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/audio/surface_audio_type.gd" +}, { +"base": &"Area3D", +"class": &"XRToolsTeleportArea", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/objects/teleport_area.gd" +}, { +"base": &"RefCounted", +"class": &"XRToolsVelocityAverager", +"icon": "", +"is_abstract": false, +"is_tool": false, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/misc/velocity_averager.gd" +}, { +"base": &"RefCounted", +"class": &"XRToolsVelocityAveragerLinear", +"icon": "", +"is_abstract": false, +"is_tool": false, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/misc/velocity_averager_linear.gd" +}, { +"base": &"Node3D", +"class": &"XRToolsViewport2DIn3D", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/objects/viewport_2d_in_3d.gd" +}, { +"base": &"Node3D", +"class": &"XRToolsVignette", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/effects/vignette.gd" +}, { +"base": &"Node2D", +"class": &"XRToolsVirtualKey", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/objects/keyboard/virtual_key.gd" +}, { +"base": &"XRToolsVirtualKey", +"class": &"XRToolsVirtualKeyChar", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/objects/keyboard/virtual_key_char.gd" +}, { +"base": &"CanvasLayer", +"class": &"XRToolsVirtualKeyboard2D", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/objects/keyboard/virtual_keyboard_2d.gd" +}, { +"base": &"Area3D", +"class": &"XRToolsWindArea", +"icon": "", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/objects/wind_area.gd" +}, { +"base": &"Area3D", +"class": &"XRToolsWorldGrabArea", +"icon": "res://addons/godot-xr-tools/editor/icons/hand.svg", +"is_abstract": false, +"is_tool": true, +"language": &"GDScript", +"path": "res://addons/godot-xr-tools/objects/world_grab_area.gd" +}] diff --git a/escape-room/godot/imported/03-Enkelz_-_Ich_hass_Dich.mp3-fc8ebf18775d307a681b8893f81658f7.md5 b/escape-room/godot/imported/03-Enkelz_-_Ich_hass_Dich.mp3-fc8ebf18775d307a681b8893f81658f7.md5 new file mode 100644 index 0000000..191cf00 --- /dev/null +++ b/escape-room/godot/imported/03-Enkelz_-_Ich_hass_Dich.mp3-fc8ebf18775d307a681b8893f81658f7.md5 @@ -0,0 +1,3 @@ +source_md5="7c9389dd528061e3472a0ad422b51538" +dest_md5="94c8b65248a289e65df849b411872f60" + diff --git a/escape-room/godot/imported/03-Enkelz_-_Ich_hass_Dich.mp3-fc8ebf18775d307a681b8893f81658f7.mp3str b/escape-room/godot/imported/03-Enkelz_-_Ich_hass_Dich.mp3-fc8ebf18775d307a681b8893f81658f7.mp3str new file mode 100644 index 0000000..2da978e Binary files /dev/null and b/escape-room/godot/imported/03-Enkelz_-_Ich_hass_Dich.mp3-fc8ebf18775d307a681b8893f81658f7.mp3str differ diff --git a/escape-room/godot/imported/04-Enkelz_-_Falsche_Freundschaft.mp3-2d63af6eb1a70c6fb4b3144cdf4e6643.md5 b/escape-room/godot/imported/04-Enkelz_-_Falsche_Freundschaft.mp3-2d63af6eb1a70c6fb4b3144cdf4e6643.md5 new file mode 100644 index 0000000..9aae339 --- /dev/null +++ b/escape-room/godot/imported/04-Enkelz_-_Falsche_Freundschaft.mp3-2d63af6eb1a70c6fb4b3144cdf4e6643.md5 @@ -0,0 +1,3 @@ +source_md5="931a49de47dd41c703ac441a98ce3240" +dest_md5="41e1d5c5a06fd72288c387d02f27dbd8" + diff --git a/escape-room/godot/imported/04-Enkelz_-_Falsche_Freundschaft.mp3-2d63af6eb1a70c6fb4b3144cdf4e6643.mp3str b/escape-room/godot/imported/04-Enkelz_-_Falsche_Freundschaft.mp3-2d63af6eb1a70c6fb4b3144cdf4e6643.mp3str new file mode 100644 index 0000000..69a836f Binary files /dev/null and b/escape-room/godot/imported/04-Enkelz_-_Falsche_Freundschaft.mp3-2d63af6eb1a70c6fb4b3144cdf4e6643.mp3str differ diff --git a/escape-room/godot/imported/07-Portishead-Roads-cbm.mp3-662dbbfceef8cedd8718951f6d094bf5.md5 b/escape-room/godot/imported/07-Portishead-Roads-cbm.mp3-662dbbfceef8cedd8718951f6d094bf5.md5 new file mode 100644 index 0000000..1f6df48 --- /dev/null +++ b/escape-room/godot/imported/07-Portishead-Roads-cbm.mp3-662dbbfceef8cedd8718951f6d094bf5.md5 @@ -0,0 +1,3 @@ +source_md5="3a88d10bebc8b359dad596ed3b3bc593" +dest_md5="181fae8d44d9fd290a809d5495deaf0e" + diff --git a/escape-room/godot/imported/07-Portishead-Roads-cbm.mp3-662dbbfceef8cedd8718951f6d094bf5.mp3str b/escape-room/godot/imported/07-Portishead-Roads-cbm.mp3-662dbbfceef8cedd8718951f6d094bf5.mp3str new file mode 100644 index 0000000..ce52af2 Binary files /dev/null and b/escape-room/godot/imported/07-Portishead-Roads-cbm.mp3-662dbbfceef8cedd8718951f6d094bf5.mp3str differ diff --git a/escape-room/godot/imported/1.png-ab13c72de07d13c2cd9086e76c3fe963.ctex b/escape-room/godot/imported/1.png-ab13c72de07d13c2cd9086e76c3fe963.ctex new file mode 100644 index 0000000..0c15ccc Binary files /dev/null and b/escape-room/godot/imported/1.png-ab13c72de07d13c2cd9086e76c3fe963.ctex differ diff --git a/escape-room/godot/imported/1.png-ab13c72de07d13c2cd9086e76c3fe963.md5 b/escape-room/godot/imported/1.png-ab13c72de07d13c2cd9086e76c3fe963.md5 new file mode 100644 index 0000000..5bc7473 --- /dev/null +++ b/escape-room/godot/imported/1.png-ab13c72de07d13c2cd9086e76c3fe963.md5 @@ -0,0 +1,3 @@ +source_md5="4358c7d694ef9b05471a4081758e7b1c" +dest_md5="41aa067798eb6ed8ad077ccf55365860" + diff --git a/escape-room/godot/imported/10-Portishead-Glory_Box-cbm.mp3-010b074e8683747eac6077f1cb989d4d.md5 b/escape-room/godot/imported/10-Portishead-Glory_Box-cbm.mp3-010b074e8683747eac6077f1cb989d4d.md5 new file mode 100644 index 0000000..de25dca --- /dev/null +++ b/escape-room/godot/imported/10-Portishead-Glory_Box-cbm.mp3-010b074e8683747eac6077f1cb989d4d.md5 @@ -0,0 +1,3 @@ +source_md5="0cfcb3891f9b44ac32d9958a18523ea8" +dest_md5="657002e9fe3eb9337d692249f590c5db" + diff --git a/escape-room/godot/imported/10-Portishead-Glory_Box-cbm.mp3-010b074e8683747eac6077f1cb989d4d.mp3str b/escape-room/godot/imported/10-Portishead-Glory_Box-cbm.mp3-010b074e8683747eac6077f1cb989d4d.mp3str new file mode 100644 index 0000000..ff8cd59 Binary files /dev/null and b/escape-room/godot/imported/10-Portishead-Glory_Box-cbm.mp3-010b074e8683747eac6077f1cb989d4d.mp3str differ diff --git a/escape-room/godot/imported/12-Never let me down again (agro mix).mp3-8d38290f5fc237c56095179e7a221869.md5 b/escape-room/godot/imported/12-Never let me down again (agro mix).mp3-8d38290f5fc237c56095179e7a221869.md5 new file mode 100644 index 0000000..0bd7dce --- /dev/null +++ b/escape-room/godot/imported/12-Never let me down again (agro mix).mp3-8d38290f5fc237c56095179e7a221869.md5 @@ -0,0 +1,3 @@ +source_md5="7cf9ad5929e8f6e442a6aed073193827" +dest_md5="1398256e360cfccb63b53337daf8ca8f" + diff --git a/escape-room/godot/imported/12-Never let me down again (agro mix).mp3-8d38290f5fc237c56095179e7a221869.mp3str b/escape-room/godot/imported/12-Never let me down again (agro mix).mp3-8d38290f5fc237c56095179e7a221869.mp3str new file mode 100644 index 0000000..42532b9 Binary files /dev/null and b/escape-room/godot/imported/12-Never let me down again (agro mix).mp3-8d38290f5fc237c56095179e7a221869.mp3str differ diff --git a/escape-room/godot/imported/2.png-d105ed0bed19c13025e61a372e5f7d4d.ctex b/escape-room/godot/imported/2.png-d105ed0bed19c13025e61a372e5f7d4d.ctex new file mode 100644 index 0000000..f5a0060 Binary files /dev/null and b/escape-room/godot/imported/2.png-d105ed0bed19c13025e61a372e5f7d4d.ctex differ diff --git a/escape-room/godot/imported/2.png-d105ed0bed19c13025e61a372e5f7d4d.md5 b/escape-room/godot/imported/2.png-d105ed0bed19c13025e61a372e5f7d4d.md5 new file mode 100644 index 0000000..18cd1fe --- /dev/null +++ b/escape-room/godot/imported/2.png-d105ed0bed19c13025e61a372e5f7d4d.md5 @@ -0,0 +1,3 @@ +source_md5="3c832ebdb27807fcb29a1b8c771e6957" +dest_md5="47030e7506caea47521ac5ebeaa5f8fb" + diff --git a/escape-room/godot/imported/3.png-6393e96e45b03d0186360e9fa3efc660.ctex b/escape-room/godot/imported/3.png-6393e96e45b03d0186360e9fa3efc660.ctex new file mode 100644 index 0000000..22074a9 Binary files /dev/null and b/escape-room/godot/imported/3.png-6393e96e45b03d0186360e9fa3efc660.ctex differ diff --git a/escape-room/godot/imported/3.png-6393e96e45b03d0186360e9fa3efc660.md5 b/escape-room/godot/imported/3.png-6393e96e45b03d0186360e9fa3efc660.md5 new file mode 100644 index 0000000..68ccd84 --- /dev/null +++ b/escape-room/godot/imported/3.png-6393e96e45b03d0186360e9fa3efc660.md5 @@ -0,0 +1,3 @@ +source_md5="458d7f0d4edec755fa2c29fee50dcb0d" +dest_md5="a7db5b14959af7ba7feef856a5d5d8ee" + diff --git a/escape-room/godot/imported/Apple Textura.png-2ed17681a6b7f470710ebca432cdd2c7.ctex b/escape-room/godot/imported/Apple Textura.png-2ed17681a6b7f470710ebca432cdd2c7.ctex new file mode 100644 index 0000000..674d563 Binary files /dev/null and b/escape-room/godot/imported/Apple Textura.png-2ed17681a6b7f470710ebca432cdd2c7.ctex differ diff --git a/escape-room/godot/imported/Apple Textura.png-2ed17681a6b7f470710ebca432cdd2c7.md5 b/escape-room/godot/imported/Apple Textura.png-2ed17681a6b7f470710ebca432cdd2c7.md5 new file mode 100644 index 0000000..f56a678 --- /dev/null +++ b/escape-room/godot/imported/Apple Textura.png-2ed17681a6b7f470710ebca432cdd2c7.md5 @@ -0,0 +1,3 @@ +source_md5="622d2bb2487558e5d01a42c0bc3fd044" +dest_md5="a8e159e7c9e45d0ecc96b8cf25171f5d" + diff --git a/escape-room/godot/imported/Apple Textura.png-6dc11cb33cbbbf62962967dc4104a735.ctex b/escape-room/godot/imported/Apple Textura.png-6dc11cb33cbbbf62962967dc4104a735.ctex new file mode 100644 index 0000000..674d563 Binary files /dev/null and b/escape-room/godot/imported/Apple Textura.png-6dc11cb33cbbbf62962967dc4104a735.ctex differ diff --git a/escape-room/godot/imported/Apple Textura.png-6dc11cb33cbbbf62962967dc4104a735.md5 b/escape-room/godot/imported/Apple Textura.png-6dc11cb33cbbbf62962967dc4104a735.md5 new file mode 100644 index 0000000..f56a678 --- /dev/null +++ b/escape-room/godot/imported/Apple Textura.png-6dc11cb33cbbbf62962967dc4104a735.md5 @@ -0,0 +1,3 @@ +source_md5="622d2bb2487558e5d01a42c0bc3fd044" +dest_md5="a8e159e7c9e45d0ecc96b8cf25171f5d" + diff --git a/escape-room/godot/imported/Apple Textura.png-a16e3322b1b453d159f1bd1e7205e2df.ctex b/escape-room/godot/imported/Apple Textura.png-a16e3322b1b453d159f1bd1e7205e2df.ctex new file mode 100644 index 0000000..674d563 Binary files /dev/null and b/escape-room/godot/imported/Apple Textura.png-a16e3322b1b453d159f1bd1e7205e2df.ctex differ diff --git a/escape-room/godot/imported/Apple Textura.png-a16e3322b1b453d159f1bd1e7205e2df.md5 b/escape-room/godot/imported/Apple Textura.png-a16e3322b1b453d159f1bd1e7205e2df.md5 new file mode 100644 index 0000000..f56a678 --- /dev/null +++ b/escape-room/godot/imported/Apple Textura.png-a16e3322b1b453d159f1bd1e7205e2df.md5 @@ -0,0 +1,3 @@ +source_md5="622d2bb2487558e5d01a42c0bc3fd044" +dest_md5="a8e159e7c9e45d0ecc96b8cf25171f5d" + diff --git a/escape-room/godot/imported/Armchair Texture.png-0429032b434cd3c1ef1a9ce31e118cdc.ctex b/escape-room/godot/imported/Armchair Texture.png-0429032b434cd3c1ef1a9ce31e118cdc.ctex new file mode 100644 index 0000000..f5a2207 Binary files /dev/null and b/escape-room/godot/imported/Armchair Texture.png-0429032b434cd3c1ef1a9ce31e118cdc.ctex differ diff --git a/escape-room/godot/imported/Armchair Texture.png-0429032b434cd3c1ef1a9ce31e118cdc.md5 b/escape-room/godot/imported/Armchair Texture.png-0429032b434cd3c1ef1a9ce31e118cdc.md5 new file mode 100644 index 0000000..7792ba4 --- /dev/null +++ b/escape-room/godot/imported/Armchair Texture.png-0429032b434cd3c1ef1a9ce31e118cdc.md5 @@ -0,0 +1,3 @@ +source_md5="c7d190daab1225d654b0ab6531b11414" +dest_md5="8faab632e0f3ac0b517b065331eb4a92" + diff --git a/escape-room/godot/imported/Armchair Texture.png-04291f84e9d2df117949554984c64181.ctex b/escape-room/godot/imported/Armchair Texture.png-04291f84e9d2df117949554984c64181.ctex new file mode 100644 index 0000000..f5a2207 Binary files /dev/null and b/escape-room/godot/imported/Armchair Texture.png-04291f84e9d2df117949554984c64181.ctex differ diff --git a/escape-room/godot/imported/Armchair Texture.png-04291f84e9d2df117949554984c64181.md5 b/escape-room/godot/imported/Armchair Texture.png-04291f84e9d2df117949554984c64181.md5 new file mode 100644 index 0000000..7792ba4 --- /dev/null +++ b/escape-room/godot/imported/Armchair Texture.png-04291f84e9d2df117949554984c64181.md5 @@ -0,0 +1,3 @@ +source_md5="c7d190daab1225d654b0ab6531b11414" +dest_md5="8faab632e0f3ac0b517b065331eb4a92" + diff --git a/escape-room/godot/imported/Armchair Texture.png-a3766328b47bf4bbabcd5a231b67a772.ctex b/escape-room/godot/imported/Armchair Texture.png-a3766328b47bf4bbabcd5a231b67a772.ctex new file mode 100644 index 0000000..f5a2207 Binary files /dev/null and b/escape-room/godot/imported/Armchair Texture.png-a3766328b47bf4bbabcd5a231b67a772.ctex differ diff --git a/escape-room/godot/imported/Armchair Texture.png-a3766328b47bf4bbabcd5a231b67a772.md5 b/escape-room/godot/imported/Armchair Texture.png-a3766328b47bf4bbabcd5a231b67a772.md5 new file mode 100644 index 0000000..7792ba4 --- /dev/null +++ b/escape-room/godot/imported/Armchair Texture.png-a3766328b47bf4bbabcd5a231b67a772.md5 @@ -0,0 +1,3 @@ +source_md5="c7d190daab1225d654b0ab6531b11414" +dest_md5="8faab632e0f3ac0b517b065331eb4a92" + diff --git a/escape-room/godot/imported/Armchair.png-77a591275d1c36a8d400ae3ce34893ed.ctex b/escape-room/godot/imported/Armchair.png-77a591275d1c36a8d400ae3ce34893ed.ctex new file mode 100644 index 0000000..dc5b518 Binary files /dev/null and b/escape-room/godot/imported/Armchair.png-77a591275d1c36a8d400ae3ce34893ed.ctex differ diff --git a/escape-room/godot/imported/Armchair.png-77a591275d1c36a8d400ae3ce34893ed.md5 b/escape-room/godot/imported/Armchair.png-77a591275d1c36a8d400ae3ce34893ed.md5 new file mode 100644 index 0000000..cf30f6f --- /dev/null +++ b/escape-room/godot/imported/Armchair.png-77a591275d1c36a8d400ae3ce34893ed.md5 @@ -0,0 +1,3 @@ +source_md5="caa299093b4d8f5f1fd0d4ffa4f9efd1" +dest_md5="96944d9939cc24dab3c3b022cf16221d" + diff --git a/escape-room/godot/imported/Barrel texture.png-7cc953447a70ae08f6a5279ee8f104a4.ctex b/escape-room/godot/imported/Barrel texture.png-7cc953447a70ae08f6a5279ee8f104a4.ctex new file mode 100644 index 0000000..757d7f7 Binary files /dev/null and b/escape-room/godot/imported/Barrel texture.png-7cc953447a70ae08f6a5279ee8f104a4.ctex differ diff --git a/escape-room/godot/imported/Barrel texture.png-7cc953447a70ae08f6a5279ee8f104a4.md5 b/escape-room/godot/imported/Barrel texture.png-7cc953447a70ae08f6a5279ee8f104a4.md5 new file mode 100644 index 0000000..0fa3003 --- /dev/null +++ b/escape-room/godot/imported/Barrel texture.png-7cc953447a70ae08f6a5279ee8f104a4.md5 @@ -0,0 +1,3 @@ +source_md5="c6e6e3dc21c02f246ae3d210eeae3d2e" +dest_md5="e4d469bc3ae8d7c192477d820eee7953" + diff --git a/escape-room/godot/imported/Barrel texture.png-98ffc3adfbb829de83eca217c295c0cb.ctex b/escape-room/godot/imported/Barrel texture.png-98ffc3adfbb829de83eca217c295c0cb.ctex new file mode 100644 index 0000000..757d7f7 Binary files /dev/null and b/escape-room/godot/imported/Barrel texture.png-98ffc3adfbb829de83eca217c295c0cb.ctex differ diff --git a/escape-room/godot/imported/Barrel texture.png-98ffc3adfbb829de83eca217c295c0cb.md5 b/escape-room/godot/imported/Barrel texture.png-98ffc3adfbb829de83eca217c295c0cb.md5 new file mode 100644 index 0000000..0fa3003 --- /dev/null +++ b/escape-room/godot/imported/Barrel texture.png-98ffc3adfbb829de83eca217c295c0cb.md5 @@ -0,0 +1,3 @@ +source_md5="c6e6e3dc21c02f246ae3d210eeae3d2e" +dest_md5="e4d469bc3ae8d7c192477d820eee7953" + diff --git a/escape-room/godot/imported/Barrel texture.png-9a96d9f4e8b698a3ff409c4b4e908bf4.ctex b/escape-room/godot/imported/Barrel texture.png-9a96d9f4e8b698a3ff409c4b4e908bf4.ctex new file mode 100644 index 0000000..cdfe896 Binary files /dev/null and b/escape-room/godot/imported/Barrel texture.png-9a96d9f4e8b698a3ff409c4b4e908bf4.ctex differ diff --git a/escape-room/godot/imported/Barrel texture.png-9a96d9f4e8b698a3ff409c4b4e908bf4.md5 b/escape-room/godot/imported/Barrel texture.png-9a96d9f4e8b698a3ff409c4b4e908bf4.md5 new file mode 100644 index 0000000..f858ca6 --- /dev/null +++ b/escape-room/godot/imported/Barrel texture.png-9a96d9f4e8b698a3ff409c4b4e908bf4.md5 @@ -0,0 +1,3 @@ +source_md5="de0adf7c703e07ae00e5d3c6320a2c20" +dest_md5="b4a21cdacc404ad774a7cabded458b25" + diff --git a/escape-room/godot/imported/Barrel texture.png-a39ae1a2d13bdaf20e01aadb44e811b9.ctex b/escape-room/godot/imported/Barrel texture.png-a39ae1a2d13bdaf20e01aadb44e811b9.ctex new file mode 100644 index 0000000..cdfe896 Binary files /dev/null and b/escape-room/godot/imported/Barrel texture.png-a39ae1a2d13bdaf20e01aadb44e811b9.ctex differ diff --git a/escape-room/godot/imported/Barrel texture.png-a39ae1a2d13bdaf20e01aadb44e811b9.md5 b/escape-room/godot/imported/Barrel texture.png-a39ae1a2d13bdaf20e01aadb44e811b9.md5 new file mode 100644 index 0000000..f858ca6 --- /dev/null +++ b/escape-room/godot/imported/Barrel texture.png-a39ae1a2d13bdaf20e01aadb44e811b9.md5 @@ -0,0 +1,3 @@ +source_md5="de0adf7c703e07ae00e5d3c6320a2c20" +dest_md5="b4a21cdacc404ad774a7cabded458b25" + diff --git a/escape-room/godot/imported/Barrel texture.png-b0b6593caaeedc513f94b6db89a5aeb0.ctex b/escape-room/godot/imported/Barrel texture.png-b0b6593caaeedc513f94b6db89a5aeb0.ctex new file mode 100644 index 0000000..cdfe896 Binary files /dev/null and b/escape-room/godot/imported/Barrel texture.png-b0b6593caaeedc513f94b6db89a5aeb0.ctex differ diff --git a/escape-room/godot/imported/Barrel texture.png-b0b6593caaeedc513f94b6db89a5aeb0.md5 b/escape-room/godot/imported/Barrel texture.png-b0b6593caaeedc513f94b6db89a5aeb0.md5 new file mode 100644 index 0000000..f858ca6 --- /dev/null +++ b/escape-room/godot/imported/Barrel texture.png-b0b6593caaeedc513f94b6db89a5aeb0.md5 @@ -0,0 +1,3 @@ +source_md5="de0adf7c703e07ae00e5d3c6320a2c20" +dest_md5="b4a21cdacc404ad774a7cabded458b25" + diff --git a/escape-room/godot/imported/Barril pixel-785c5d7ae552a6445c8545c14e4318d8.bin b/escape-room/godot/imported/Barril pixel-785c5d7ae552a6445c8545c14e4318d8.bin new file mode 100644 index 0000000..9fb9682 Binary files /dev/null and b/escape-room/godot/imported/Barril pixel-785c5d7ae552a6445c8545c14e4318d8.bin differ diff --git a/escape-room/godot/imported/Barril pixel-785c5d7ae552a6445c8545c14e4318d8.gltf b/escape-room/godot/imported/Barril pixel-785c5d7ae552a6445c8545c14e4318d8.gltf new file mode 100644 index 0000000..d734662 --- /dev/null +++ b/escape-room/godot/imported/Barril pixel-785c5d7ae552a6445c8545c14e4318d8.gltf @@ -0,0 +1,295 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":3.978872970169457, + "type":"point", + "name":"Spot.002" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":15.915491880677829, + "type":"point", + "name":"Spot.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957746547466841, + "type":"point", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3, + 4, + 5 + ] + } + ], + "nodes":[ + { + "camera":0, + "name":"Camera.001", + "rotation":[ + -0.1630830019712448, + 0.6993065476417542, + 0.16041292250156403, + 0.6772311925888062 + ], + "translation":[ + 12.657024383544922, + 6.851388931274414, + -0.10306644439697266 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.002", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + -1.4434895515441895, + 8.943509101867676, + 0.06736254692077637 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 1.3398833274841309, + 5.903861999511719, + 7.750903606414795 + ] + }, + { + "mesh":0, + "name":"Barrel", + "scale":[ + 0.4000000059604645, + 0.4000000059604645, + 0.4000000059604645 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":2 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 8.546314239501953, + 5.903861999511719, + -0.7819505333900452 + ] + }, + { + "camera":1, + "name":"Camera", + "rotation":[ + -0.21205638349056244, + 0.3869099020957947, + 0.08579304814338684, + 0.893293023109436 + ], + "translation":[ + 5.118521213531494, + 4.076682090759277, + 4.803879261016846 + ] + } + ], + "cameras":[ + { + "name":"Camera.001", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + }, + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.4426289222046969, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Barrel", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":112, + "max":[ + 1.2000000476837158, + 2.5999999046325684, + 1.2000000476837158 + ], + "min":[ + -1.1999999284744263, + 0, + -1.2000000476837158 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":112, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":112, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":112, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":180, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":1344, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":1344, + "byteOffset":1344, + "target":34962 + }, + { + "buffer":0, + "byteLength":896, + "byteOffset":2688, + "target":34962 + }, + { + "buffer":0, + "byteLength":1792, + "byteOffset":3584, + "target":34962 + }, + { + "buffer":0, + "byteLength":360, + "byteOffset":5376, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":5736, + "uri":"Barril%20pixel-785c5d7ae552a6445c8545c14e4318d8.bin" + } + ] +} diff --git a/escape-room/godot/imported/Barril pixel-7cee723cdac5ef29e4e8a544f85aedec.bin b/escape-room/godot/imported/Barril pixel-7cee723cdac5ef29e4e8a544f85aedec.bin new file mode 100644 index 0000000..dbe9fab Binary files /dev/null and b/escape-room/godot/imported/Barril pixel-7cee723cdac5ef29e4e8a544f85aedec.bin differ diff --git a/escape-room/godot/imported/Barril pixel-7cee723cdac5ef29e4e8a544f85aedec.gltf b/escape-room/godot/imported/Barril pixel-7cee723cdac5ef29e4e8a544f85aedec.gltf new file mode 100644 index 0000000..2f3c577 --- /dev/null +++ b/escape-room/godot/imported/Barril pixel-7cee723cdac5ef29e4e8a544f85aedec.gltf @@ -0,0 +1,300 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":3.978872970169457, + "type":"point", + "name":"Spot.002" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":15.915491880677829, + "type":"point", + "name":"Spot.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957746547466841, + "type":"point", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3, + 4, + 5 + ] + } + ], + "nodes":[ + { + "camera":0, + "name":"Camera.001", + "rotation":[ + -0.1630830019712448, + 0.6993065476417542, + 0.16041292250156403, + 0.6772311925888062 + ], + "translation":[ + 12.6719970703125, + 6.801132678985596, + -0.3903469741344452 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.002", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + -1.4434895515441895, + 8.943509101867676, + 0.06736254692077637 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 1.3398833274841309, + 5.903861999511719, + 7.750903606414795 + ] + }, + { + "mesh":0, + "name":"Barrel", + "scale":[ + 0.4000000059604645, + 0.4000000059604645, + 0.4000000059604645 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":2 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 8.546314239501953, + 5.903861999511719, + -0.7819505333900452 + ] + }, + { + "camera":1, + "name":"Camera", + "rotation":[ + -0.21205638349056244, + 0.3869099020957947, + 0.08579304069280624, + 0.893293023109436 + ], + "scale":[ + 0.4000000059604645, + 0.4000000059604645, + 0.3999999463558197 + ], + "translation":[ + 8.103010177612305, + 6.041625499725342, + 7.5276055335998535 + ] + } + ], + "cameras":[ + { + "name":"Camera.001", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + }, + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.22405794188948738, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Barrel", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":144, + "max":[ + 1.2000000476837158, + 2.5999999046325684, + 1.2000000476837158 + ], + "min":[ + -1.2000000476837158, + 0, + -1.2000000476837158 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":144, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":144, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":144, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":228, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":1728, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":1728, + "byteOffset":1728, + "target":34962 + }, + { + "buffer":0, + "byteLength":1152, + "byteOffset":3456, + "target":34962 + }, + { + "buffer":0, + "byteLength":2304, + "byteOffset":4608, + "target":34962 + }, + { + "buffer":0, + "byteLength":456, + "byteOffset":6912, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":7368, + "uri":"Barril%20pixel-7cee723cdac5ef29e4e8a544f85aedec.bin" + } + ] +} diff --git a/escape-room/godot/imported/Barril pixel.blend-785c5d7ae552a6445c8545c14e4318d8.md5 b/escape-room/godot/imported/Barril pixel.blend-785c5d7ae552a6445c8545c14e4318d8.md5 new file mode 100644 index 0000000..8c29e50 --- /dev/null +++ b/escape-room/godot/imported/Barril pixel.blend-785c5d7ae552a6445c8545c14e4318d8.md5 @@ -0,0 +1,3 @@ +source_md5="833d1cedea1597661ae57b690fd7d84f" +dest_md5="368edc7a4ce99a1a0763bf80816d89cf" + diff --git a/escape-room/godot/imported/Barril pixel.blend-785c5d7ae552a6445c8545c14e4318d8.scn b/escape-room/godot/imported/Barril pixel.blend-785c5d7ae552a6445c8545c14e4318d8.scn new file mode 100644 index 0000000..56d246e Binary files /dev/null and b/escape-room/godot/imported/Barril pixel.blend-785c5d7ae552a6445c8545c14e4318d8.scn differ diff --git a/escape-room/godot/imported/Barril pixel.blend-7cee723cdac5ef29e4e8a544f85aedec.md5 b/escape-room/godot/imported/Barril pixel.blend-7cee723cdac5ef29e4e8a544f85aedec.md5 new file mode 100644 index 0000000..283b243 --- /dev/null +++ b/escape-room/godot/imported/Barril pixel.blend-7cee723cdac5ef29e4e8a544f85aedec.md5 @@ -0,0 +1,3 @@ +source_md5="cbdf9c6b736b5d16c3f7ff36c9b3c83f" +dest_md5="16fd2d50570c8477d6af3c4913166ddf" + diff --git a/escape-room/godot/imported/Barril pixel.blend-7cee723cdac5ef29e4e8a544f85aedec.scn b/escape-room/godot/imported/Barril pixel.blend-7cee723cdac5ef29e4e8a544f85aedec.scn new file mode 100644 index 0000000..4206960 Binary files /dev/null and b/escape-room/godot/imported/Barril pixel.blend-7cee723cdac5ef29e4e8a544f85aedec.scn differ diff --git a/escape-room/godot/imported/Barril.png-a0bc37fa1e0cb6094040fc81beb0b282.ctex b/escape-room/godot/imported/Barril.png-a0bc37fa1e0cb6094040fc81beb0b282.ctex new file mode 100644 index 0000000..bfdbfa4 Binary files /dev/null and b/escape-room/godot/imported/Barril.png-a0bc37fa1e0cb6094040fc81beb0b282.ctex differ diff --git a/escape-room/godot/imported/Barril.png-a0bc37fa1e0cb6094040fc81beb0b282.md5 b/escape-room/godot/imported/Barril.png-a0bc37fa1e0cb6094040fc81beb0b282.md5 new file mode 100644 index 0000000..b04abb6 --- /dev/null +++ b/escape-room/godot/imported/Barril.png-a0bc37fa1e0cb6094040fc81beb0b282.md5 @@ -0,0 +1,3 @@ +source_md5="eefe3c92224e1b9a86592579488eeded" +dest_md5="730d87400d50ac6328e3d60bbec1bae6" + diff --git a/escape-room/godot/imported/Bed-fbac3ea2da232388351bb2c1882d21d9.bin b/escape-room/godot/imported/Bed-fbac3ea2da232388351bb2c1882d21d9.bin new file mode 100644 index 0000000..a905cb2 Binary files /dev/null and b/escape-room/godot/imported/Bed-fbac3ea2da232388351bb2c1882d21d9.bin differ diff --git a/escape-room/godot/imported/Bed-fbac3ea2da232388351bb2c1882d21d9.gltf b/escape-room/godot/imported/Bed-fbac3ea2da232388351bb2c1882d21d9.gltf new file mode 100644 index 0000000..768218b --- /dev/null +++ b/escape-room/godot/imported/Bed-fbac3ea2da232388351bb2c1882d21d9.gltf @@ -0,0 +1,272 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Bed" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Wood" + }, + { + "doubleSided":true, + "name":"White" + }, + { + "doubleSided":true, + "name":"Sheets" + }, + { + "doubleSided":true, + "name":"DarkBrown" + } + ], + "meshes":[ + { + "name":"Cube.011", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1 + }, + "indices":2, + "material":0 + }, + { + "attributes":{ + "POSITION":3, + "NORMAL":4 + }, + "indices":5, + "material":1 + }, + { + "attributes":{ + "POSITION":6, + "NORMAL":7 + }, + "indices":8, + "material":2 + }, + { + "attributes":{ + "POSITION":9, + "NORMAL":10 + }, + "indices":11, + "material":3 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":280, + "max":[ + 0.671781599521637, + 0.4858904480934143, + 0.3512449264526367 + ], + "min":[ + -0.7084801197052002, + 0.040051430463790894, + -0.35124486684799194 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":280, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5123, + "count":450, + "type":"SCALAR" + }, + { + "bufferView":3, + "componentType":5126, + "count":388, + "max":[ + -0.3562486171722412, + 0.2799112796783447, + 0.3619026839733124 + ], + "min":[ + -0.6636593341827393, + 0.04015161097049713, + -0.3619025647640228 + ], + "type":"VEC3" + }, + { + "bufferView":4, + "componentType":5126, + "count":388, + "type":"VEC3" + }, + { + "bufferView":5, + "componentType":5123, + "count":648, + "type":"SCALAR" + }, + { + "bufferView":6, + "componentType":5126, + "count":20, + "max":[ + 0.6269608736038208, + 0.21160754561424255, + 0.35093557834625244 + ], + "min":[ + -0.35948920249938965, + 0.04015161097049713, + -0.35093557834625244 + ], + "type":"VEC3" + }, + { + "bufferView":7, + "componentType":5126, + "count":20, + "type":"VEC3" + }, + { + "bufferView":8, + "componentType":5123, + "count":30, + "type":"SCALAR" + }, + { + "bufferView":9, + "componentType":5126, + "count":304, + "max":[ + 0.6967834830284119, + 0.45971834659576416, + 0.4449019134044647 + ], + "min":[ + -0.7334821224212646, + -0.003903605043888092, + -0.44490188360214233 + ], + "type":"VEC3" + }, + { + "bufferView":10, + "componentType":5126, + "count":304, + "type":"VEC3" + }, + { + "bufferView":11, + "componentType":5123, + "count":456, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":3360, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":3360, + "byteOffset":3360, + "target":34962 + }, + { + "buffer":0, + "byteLength":900, + "byteOffset":6720, + "target":34963 + }, + { + "buffer":0, + "byteLength":4656, + "byteOffset":7620, + "target":34962 + }, + { + "buffer":0, + "byteLength":4656, + "byteOffset":12276, + "target":34962 + }, + { + "buffer":0, + "byteLength":1296, + "byteOffset":16932, + "target":34963 + }, + { + "buffer":0, + "byteLength":240, + "byteOffset":18228, + "target":34962 + }, + { + "buffer":0, + "byteLength":240, + "byteOffset":18468, + "target":34962 + }, + { + "buffer":0, + "byteLength":60, + "byteOffset":18708, + "target":34963 + }, + { + "buffer":0, + "byteLength":3648, + "byteOffset":18768, + "target":34962 + }, + { + "buffer":0, + "byteLength":3648, + "byteOffset":22416, + "target":34962 + }, + { + "buffer":0, + "byteLength":912, + "byteOffset":26064, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":26976, + "uri":"Bed-fbac3ea2da232388351bb2c1882d21d9.bin" + } + ] +} diff --git a/escape-room/godot/imported/Bed.blend-fbac3ea2da232388351bb2c1882d21d9.md5 b/escape-room/godot/imported/Bed.blend-fbac3ea2da232388351bb2c1882d21d9.md5 new file mode 100644 index 0000000..5452262 --- /dev/null +++ b/escape-room/godot/imported/Bed.blend-fbac3ea2da232388351bb2c1882d21d9.md5 @@ -0,0 +1,3 @@ +source_md5="daec21620eed8864da5e5e59068f2258" +dest_md5="230bf5f2204960e72d27d4a4e4b81473" + diff --git a/escape-room/godot/imported/Bed.blend-fbac3ea2da232388351bb2c1882d21d9.scn b/escape-room/godot/imported/Bed.blend-fbac3ea2da232388351bb2c1882d21d9.scn new file mode 100644 index 0000000..0bbef61 Binary files /dev/null and b/escape-room/godot/imported/Bed.blend-fbac3ea2da232388351bb2c1882d21d9.scn differ diff --git a/escape-room/godot/imported/Bed.fbx-2a95dd903d53807ceac4ff5028f59533.md5 b/escape-room/godot/imported/Bed.fbx-2a95dd903d53807ceac4ff5028f59533.md5 new file mode 100644 index 0000000..6cf7148 --- /dev/null +++ b/escape-room/godot/imported/Bed.fbx-2a95dd903d53807ceac4ff5028f59533.md5 @@ -0,0 +1,3 @@ +source_md5="2e5e3a9fc659a847d99f416478577113" +dest_md5="77fdbfd98f6edc34157a84be6bfa036a" + diff --git a/escape-room/godot/imported/Bed.fbx-2a95dd903d53807ceac4ff5028f59533.scn b/escape-room/godot/imported/Bed.fbx-2a95dd903d53807ceac4ff5028f59533.scn new file mode 100644 index 0000000..f783bb4 Binary files /dev/null and b/escape-room/godot/imported/Bed.fbx-2a95dd903d53807ceac4ff5028f59533.scn differ diff --git a/escape-room/godot/imported/Bed.obj-e637637384a94b54189e833d61b05d12.md5 b/escape-room/godot/imported/Bed.obj-e637637384a94b54189e833d61b05d12.md5 new file mode 100644 index 0000000..87d9524 --- /dev/null +++ b/escape-room/godot/imported/Bed.obj-e637637384a94b54189e833d61b05d12.md5 @@ -0,0 +1,3 @@ +source_md5="45295d56bc6b0413d084a68ade7b1fcc" +dest_md5="32472d474b13bea35a0313d2a1b8294a" + diff --git a/escape-room/godot/imported/Bed.obj-e637637384a94b54189e833d61b05d12.mesh b/escape-room/godot/imported/Bed.obj-e637637384a94b54189e833d61b05d12.mesh new file mode 100644 index 0000000..a5ae3eb Binary files /dev/null and b/escape-room/godot/imported/Bed.obj-e637637384a94b54189e833d61b05d12.mesh differ diff --git a/escape-room/godot/imported/BedKing-84ea8585d5d92865a1076a2b6bfa8b5e.bin b/escape-room/godot/imported/BedKing-84ea8585d5d92865a1076a2b6bfa8b5e.bin new file mode 100644 index 0000000..4313949 Binary files /dev/null and b/escape-room/godot/imported/BedKing-84ea8585d5d92865a1076a2b6bfa8b5e.bin differ diff --git a/escape-room/godot/imported/BedKing-84ea8585d5d92865a1076a2b6bfa8b5e.gltf b/escape-room/godot/imported/BedKing-84ea8585d5d92865a1076a2b6bfa8b5e.gltf new file mode 100644 index 0000000..fe592f5 --- /dev/null +++ b/escape-room/godot/imported/BedKing-84ea8585d5d92865a1076a2b6bfa8b5e.gltf @@ -0,0 +1,272 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"BedKing" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Wood.001" + }, + { + "doubleSided":true, + "name":"White.001" + }, + { + "doubleSided":true, + "name":"Sheets.001" + }, + { + "doubleSided":true, + "name":"DarkBrown.001" + } + ], + "meshes":[ + { + "name":"Cube.018", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1 + }, + "indices":2, + "material":0 + }, + { + "attributes":{ + "POSITION":3, + "NORMAL":4 + }, + "indices":5, + "material":1 + }, + { + "attributes":{ + "POSITION":6, + "NORMAL":7 + }, + "indices":8, + "material":2 + }, + { + "attributes":{ + "POSITION":9, + "NORMAL":10 + }, + "indices":11, + "material":3 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":280, + "max":[ + 0.6554006338119507, + 0.48181721568107605, + 0.5876522660255432 + ], + "min":[ + -0.7248610258102417, + 0.03597816824913025, + -0.5795222520828247 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":280, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5123, + "count":450, + "type":"SCALAR" + }, + { + "bufferView":3, + "componentType":5126, + "count":688, + "max":[ + -0.3726295530796051, + 0.2758380174636841, + 0.5983099937438965 + ], + "min":[ + -0.6800402402877808, + 0.03607834875583649, + -0.5901799201965332 + ], + "type":"VEC3" + }, + { + "bufferView":4, + "componentType":5126, + "count":688, + "type":"VEC3" + }, + { + "bufferView":5, + "componentType":5123, + "count":1164, + "type":"SCALAR" + }, + { + "bufferView":6, + "componentType":5126, + "count":20, + "max":[ + 0.6105799674987793, + 0.2075342983007431, + 0.5873429179191589 + ], + "min":[ + -0.37587013840675354, + 0.03607834875583649, + -0.5792129635810852 + ], + "type":"VEC3" + }, + { + "bufferView":7, + "componentType":5126, + "count":20, + "type":"VEC3" + }, + { + "bufferView":8, + "componentType":5123, + "count":30, + "type":"SCALAR" + }, + { + "bufferView":9, + "componentType":5126, + "count":304, + "max":[ + 0.6804025173187256, + 0.4556450843811035, + 0.6813092827796936 + ], + "min":[ + -0.7498630285263062, + -0.007976874709129333, + -0.6731793284416199 + ], + "type":"VEC3" + }, + { + "bufferView":10, + "componentType":5126, + "count":304, + "type":"VEC3" + }, + { + "bufferView":11, + "componentType":5123, + "count":456, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":3360, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":3360, + "byteOffset":3360, + "target":34962 + }, + { + "buffer":0, + "byteLength":900, + "byteOffset":6720, + "target":34963 + }, + { + "buffer":0, + "byteLength":8256, + "byteOffset":7620, + "target":34962 + }, + { + "buffer":0, + "byteLength":8256, + "byteOffset":15876, + "target":34962 + }, + { + "buffer":0, + "byteLength":2328, + "byteOffset":24132, + "target":34963 + }, + { + "buffer":0, + "byteLength":240, + "byteOffset":26460, + "target":34962 + }, + { + "buffer":0, + "byteLength":240, + "byteOffset":26700, + "target":34962 + }, + { + "buffer":0, + "byteLength":60, + "byteOffset":26940, + "target":34963 + }, + { + "buffer":0, + "byteLength":3648, + "byteOffset":27000, + "target":34962 + }, + { + "buffer":0, + "byteLength":3648, + "byteOffset":30648, + "target":34962 + }, + { + "buffer":0, + "byteLength":912, + "byteOffset":34296, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":35208, + "uri":"BedKing-84ea8585d5d92865a1076a2b6bfa8b5e.bin" + } + ] +} diff --git a/escape-room/godot/imported/BedKing.blend-84ea8585d5d92865a1076a2b6bfa8b5e.md5 b/escape-room/godot/imported/BedKing.blend-84ea8585d5d92865a1076a2b6bfa8b5e.md5 new file mode 100644 index 0000000..f7f6ad3 --- /dev/null +++ b/escape-room/godot/imported/BedKing.blend-84ea8585d5d92865a1076a2b6bfa8b5e.md5 @@ -0,0 +1,3 @@ +source_md5="c37aaedaaa62803a7efabd2d4025ffc6" +dest_md5="45b64e158d0b05903bc3fc2b13abe26d" + diff --git a/escape-room/godot/imported/BedKing.blend-84ea8585d5d92865a1076a2b6bfa8b5e.scn b/escape-room/godot/imported/BedKing.blend-84ea8585d5d92865a1076a2b6bfa8b5e.scn new file mode 100644 index 0000000..5b6bc8c Binary files /dev/null and b/escape-room/godot/imported/BedKing.blend-84ea8585d5d92865a1076a2b6bfa8b5e.scn differ diff --git a/escape-room/godot/imported/BedKing.fbx-dfc408c5263a7877ac40302f8345f9bd.md5 b/escape-room/godot/imported/BedKing.fbx-dfc408c5263a7877ac40302f8345f9bd.md5 new file mode 100644 index 0000000..2cb7d97 --- /dev/null +++ b/escape-room/godot/imported/BedKing.fbx-dfc408c5263a7877ac40302f8345f9bd.md5 @@ -0,0 +1,3 @@ +source_md5="6fd3d338579076e314b0f980431f2c82" +dest_md5="cf937c209160eb7b86ab0adbf78ab49a" + diff --git a/escape-room/godot/imported/BedKing.fbx-dfc408c5263a7877ac40302f8345f9bd.scn b/escape-room/godot/imported/BedKing.fbx-dfc408c5263a7877ac40302f8345f9bd.scn new file mode 100644 index 0000000..268ed5b Binary files /dev/null and b/escape-room/godot/imported/BedKing.fbx-dfc408c5263a7877ac40302f8345f9bd.scn differ diff --git a/escape-room/godot/imported/BedKing.obj-326294b5f4ff922b85ea3e134525fa4e.md5 b/escape-room/godot/imported/BedKing.obj-326294b5f4ff922b85ea3e134525fa4e.md5 new file mode 100644 index 0000000..1acea6e --- /dev/null +++ b/escape-room/godot/imported/BedKing.obj-326294b5f4ff922b85ea3e134525fa4e.md5 @@ -0,0 +1,3 @@ +source_md5="987be105a4ccfa26c574ade006b071ed" +dest_md5="a866d5b6962b666597f86bd80d5b67a6" + diff --git a/escape-room/godot/imported/BedKing.obj-326294b5f4ff922b85ea3e134525fa4e.mesh b/escape-room/godot/imported/BedKing.obj-326294b5f4ff922b85ea3e134525fa4e.mesh new file mode 100644 index 0000000..7ed788e Binary files /dev/null and b/escape-room/godot/imported/BedKing.obj-326294b5f4ff922b85ea3e134525fa4e.mesh differ diff --git a/escape-room/godot/imported/Book holder Texture.png-5a0dac2edb3cdb273adc8c2189c3f433.ctex b/escape-room/godot/imported/Book holder Texture.png-5a0dac2edb3cdb273adc8c2189c3f433.ctex new file mode 100644 index 0000000..ee0341d Binary files /dev/null and b/escape-room/godot/imported/Book holder Texture.png-5a0dac2edb3cdb273adc8c2189c3f433.ctex differ diff --git a/escape-room/godot/imported/Book holder Texture.png-5a0dac2edb3cdb273adc8c2189c3f433.md5 b/escape-room/godot/imported/Book holder Texture.png-5a0dac2edb3cdb273adc8c2189c3f433.md5 new file mode 100644 index 0000000..85cad0f --- /dev/null +++ b/escape-room/godot/imported/Book holder Texture.png-5a0dac2edb3cdb273adc8c2189c3f433.md5 @@ -0,0 +1,3 @@ +source_md5="94a871cdfc4931823568533a4fd3ce49" +dest_md5="75254ab846429e8f8e8b4ba194ff7423" + diff --git a/escape-room/godot/imported/Book holder Texture.png-73af8dda3887fab215e35f932ea75b60.ctex b/escape-room/godot/imported/Book holder Texture.png-73af8dda3887fab215e35f932ea75b60.ctex new file mode 100644 index 0000000..af3294b Binary files /dev/null and b/escape-room/godot/imported/Book holder Texture.png-73af8dda3887fab215e35f932ea75b60.ctex differ diff --git a/escape-room/godot/imported/Book holder Texture.png-73af8dda3887fab215e35f932ea75b60.md5 b/escape-room/godot/imported/Book holder Texture.png-73af8dda3887fab215e35f932ea75b60.md5 new file mode 100644 index 0000000..20580f7 --- /dev/null +++ b/escape-room/godot/imported/Book holder Texture.png-73af8dda3887fab215e35f932ea75b60.md5 @@ -0,0 +1,3 @@ +source_md5="be4cb3b98690b5aaf472448341213b51" +dest_md5="c09d57c4ec9cdaee5504965f36c8abc1" + diff --git a/escape-room/godot/imported/Book holder Texture.png-b84abce80cd14dbbc3787673ccd0eefa.ctex b/escape-room/godot/imported/Book holder Texture.png-b84abce80cd14dbbc3787673ccd0eefa.ctex new file mode 100644 index 0000000..ee0341d Binary files /dev/null and b/escape-room/godot/imported/Book holder Texture.png-b84abce80cd14dbbc3787673ccd0eefa.ctex differ diff --git a/escape-room/godot/imported/Book holder Texture.png-b84abce80cd14dbbc3787673ccd0eefa.md5 b/escape-room/godot/imported/Book holder Texture.png-b84abce80cd14dbbc3787673ccd0eefa.md5 new file mode 100644 index 0000000..85cad0f --- /dev/null +++ b/escape-room/godot/imported/Book holder Texture.png-b84abce80cd14dbbc3787673ccd0eefa.md5 @@ -0,0 +1,3 @@ +source_md5="94a871cdfc4931823568533a4fd3ce49" +dest_md5="75254ab846429e8f8e8b4ba194ff7423" + diff --git a/escape-room/godot/imported/Book holder-d3257e331450bab2f782934352929874.bin b/escape-room/godot/imported/Book holder-d3257e331450bab2f782934352929874.bin new file mode 100644 index 0000000..6f8c8a4 Binary files /dev/null and b/escape-room/godot/imported/Book holder-d3257e331450bab2f782934352929874.bin differ diff --git a/escape-room/godot/imported/Book holder-d3257e331450bab2f782934352929874.gltf b/escape-room/godot/imported/Book holder-d3257e331450bab2f782934352929874.gltf new file mode 100644 index 0000000..5c8fb4e --- /dev/null +++ b/escape-room/godot/imported/Book holder-d3257e331450bab2f782934352929874.gltf @@ -0,0 +1,250 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":1.8579585552215576, + "type":"directional", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3 + ] + } + ], + "nodes":[ + { + "camera":0, + "name":"Camera.001", + "rotation":[ + -0.22865749895572662, + -0.004626670386642218, + -0.006642518565058708, + 0.9734733700752258 + ], + "scale":[ + 0.2600000500679016, + 0.2600000202655792, + 0.25999999046325684 + ], + "translation":[ + -0.0053583430126309395, + 1.7362644672393799, + 2.049422025680542 + ] + }, + { + "mesh":0, + "name":"Book Holder", + "scale":[ + 0.2600000202655792, + 0.2600000202655792, + 0.2600000202655792 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp", + "rotation":[ + -0.4433037340641022, + -0.008305604569613934, + -0.034920282661914825, + 0.8956525921821594 + ], + "scale":[ + 0.2600000202655792, + 0.2600000202655792, + 0.2600000202655792 + ], + "translation":[ + 0.11386096477508545, + 4.957137584686279, + 2.726607322692871 + ] + }, + { + "camera":1, + "name":"Camera", + "rotation":[ + -0.21205641329288483, + 0.38690996170043945, + 0.08579305559396744, + 0.8932930827140808 + ], + "scale":[ + 0.2600000500679016, + 0.2600000202655792, + 0.25999999046325684 + ], + "translation":[ + 1.6936066150665283, + 1.888288140296936, + 1.59788179397583 + ] + } + ], + "cameras":[ + { + "name":"Camera.001", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + }, + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Book holder", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":230, + "max":[ + 1.029600739479065, + 5.337597370147705, + 1.0000005960464478 + ], + "min":[ + -1.0296005010604858, + 0, + -1.0516278743743896 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":230, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":230, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":230, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":336, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":2760, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":2760, + "byteOffset":2760, + "target":34962 + }, + { + "buffer":0, + "byteLength":1840, + "byteOffset":5520, + "target":34962 + }, + { + "buffer":0, + "byteLength":3680, + "byteOffset":7360, + "target":34962 + }, + { + "buffer":0, + "byteLength":672, + "byteOffset":11040, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":11712, + "uri":"Book%20holder-d3257e331450bab2f782934352929874.bin" + } + ] +} diff --git a/escape-room/godot/imported/Book holder.blend-d3257e331450bab2f782934352929874.md5 b/escape-room/godot/imported/Book holder.blend-d3257e331450bab2f782934352929874.md5 new file mode 100644 index 0000000..2d1fe4b --- /dev/null +++ b/escape-room/godot/imported/Book holder.blend-d3257e331450bab2f782934352929874.md5 @@ -0,0 +1,3 @@ +source_md5="7f36cea9a87380a491897ae89d301025" +dest_md5="ec11e75958e07ce706799c329fe1dfb8" + diff --git a/escape-room/godot/imported/Book holder.blend-d3257e331450bab2f782934352929874.scn b/escape-room/godot/imported/Book holder.blend-d3257e331450bab2f782934352929874.scn new file mode 100644 index 0000000..d5aec16 Binary files /dev/null and b/escape-room/godot/imported/Book holder.blend-d3257e331450bab2f782934352929874.scn differ diff --git a/escape-room/godot/imported/Book holder.png-7d0718c29153b9b51a2a65c509d54d99.ctex b/escape-room/godot/imported/Book holder.png-7d0718c29153b9b51a2a65c509d54d99.ctex new file mode 100644 index 0000000..def3986 Binary files /dev/null and b/escape-room/godot/imported/Book holder.png-7d0718c29153b9b51a2a65c509d54d99.ctex differ diff --git a/escape-room/godot/imported/Book holder.png-7d0718c29153b9b51a2a65c509d54d99.md5 b/escape-room/godot/imported/Book holder.png-7d0718c29153b9b51a2a65c509d54d99.md5 new file mode 100644 index 0000000..f6563e2 --- /dev/null +++ b/escape-room/godot/imported/Book holder.png-7d0718c29153b9b51a2a65c509d54d99.md5 @@ -0,0 +1,3 @@ +source_md5="11aac0959609f17a92768392e5f515dd" +dest_md5="7f7f9e7187be7037a52250d611312947" + diff --git a/escape-room/godot/imported/BookCase-a5e519a5ce034c33af03fce8d5a638c8.bin b/escape-room/godot/imported/BookCase-a5e519a5ce034c33af03fce8d5a638c8.bin new file mode 100644 index 0000000..6d4910b Binary files /dev/null and b/escape-room/godot/imported/BookCase-a5e519a5ce034c33af03fce8d5a638c8.bin differ diff --git a/escape-room/godot/imported/BookCase-a5e519a5ce034c33af03fce8d5a638c8.gltf b/escape-room/godot/imported/BookCase-a5e519a5ce034c33af03fce8d5a638c8.gltf new file mode 100644 index 0000000..49956cc --- /dev/null +++ b/escape-room/godot/imported/BookCase-a5e519a5ce034c33af03fce8d5a638c8.gltf @@ -0,0 +1,156 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"BookCase" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Wood.004" + }, + { + "doubleSided":true, + "name":"DarkWood.002" + } + ], + "meshes":[ + { + "name":"Cube.004", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1 + }, + "indices":2, + "material":0 + }, + { + "attributes":{ + "POSITION":3, + "NORMAL":4 + }, + "indices":5, + "material":1 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":210, + "max":[ + 0.24943959712982178, + 1.532456636428833, + 0.37885168194770813 + ], + "min":[ + -0.20250873267650604, + 0.0004715319664683193, + -0.37885168194770813 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":210, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5123, + "count":312, + "type":"SCALAR" + }, + { + "bufferView":3, + "componentType":5126, + "count":292, + "max":[ + 0.22832417488098145, + 1.3368053436279297, + 0.37011104822158813 + ], + "min":[ + -0.19919578731060028, + -0.0010457024909555912, + -0.37011104822158813 + ], + "type":"VEC3" + }, + { + "bufferView":4, + "componentType":5126, + "count":292, + "type":"VEC3" + }, + { + "bufferView":5, + "componentType":5123, + "count":528, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":2520, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":2520, + "byteOffset":2520, + "target":34962 + }, + { + "buffer":0, + "byteLength":624, + "byteOffset":5040, + "target":34963 + }, + { + "buffer":0, + "byteLength":3504, + "byteOffset":5664, + "target":34962 + }, + { + "buffer":0, + "byteLength":3504, + "byteOffset":9168, + "target":34962 + }, + { + "buffer":0, + "byteLength":1056, + "byteOffset":12672, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":13728, + "uri":"BookCase-a5e519a5ce034c33af03fce8d5a638c8.bin" + } + ] +} diff --git a/escape-room/godot/imported/BookCase.blend-a5e519a5ce034c33af03fce8d5a638c8.md5 b/escape-room/godot/imported/BookCase.blend-a5e519a5ce034c33af03fce8d5a638c8.md5 new file mode 100644 index 0000000..9d67dec --- /dev/null +++ b/escape-room/godot/imported/BookCase.blend-a5e519a5ce034c33af03fce8d5a638c8.md5 @@ -0,0 +1,3 @@ +source_md5="1305779217349524f46e8403396d8071" +dest_md5="3baeb1781ae55bc3d433986c8761d7c2" + diff --git a/escape-room/godot/imported/BookCase.blend-a5e519a5ce034c33af03fce8d5a638c8.scn b/escape-room/godot/imported/BookCase.blend-a5e519a5ce034c33af03fce8d5a638c8.scn new file mode 100644 index 0000000..cc32ccf Binary files /dev/null and b/escape-room/godot/imported/BookCase.blend-a5e519a5ce034c33af03fce8d5a638c8.scn differ diff --git a/escape-room/godot/imported/BookCase.fbx-70965f7e4dc656a6fbab78ed5e5e3571.md5 b/escape-room/godot/imported/BookCase.fbx-70965f7e4dc656a6fbab78ed5e5e3571.md5 new file mode 100644 index 0000000..89a1d3c --- /dev/null +++ b/escape-room/godot/imported/BookCase.fbx-70965f7e4dc656a6fbab78ed5e5e3571.md5 @@ -0,0 +1,3 @@ +source_md5="568c060be3e8a2bb95170c62dff67201" +dest_md5="4ca1cc8190ac6284cdb77b461f50d661" + diff --git a/escape-room/godot/imported/BookCase.fbx-70965f7e4dc656a6fbab78ed5e5e3571.scn b/escape-room/godot/imported/BookCase.fbx-70965f7e4dc656a6fbab78ed5e5e3571.scn new file mode 100644 index 0000000..5f06136 Binary files /dev/null and b/escape-room/godot/imported/BookCase.fbx-70965f7e4dc656a6fbab78ed5e5e3571.scn differ diff --git a/escape-room/godot/imported/BookCase.obj-b11adf15d143437c7ed857c23de77ebb.md5 b/escape-room/godot/imported/BookCase.obj-b11adf15d143437c7ed857c23de77ebb.md5 new file mode 100644 index 0000000..caf5842 --- /dev/null +++ b/escape-room/godot/imported/BookCase.obj-b11adf15d143437c7ed857c23de77ebb.md5 @@ -0,0 +1,3 @@ +source_md5="e0a356a934d78f24b3755b5ed6004c94" +dest_md5="4e553d92dce359e88dae20d4551f50b9" + diff --git a/escape-room/godot/imported/BookCase.obj-b11adf15d143437c7ed857c23de77ebb.mesh b/escape-room/godot/imported/BookCase.obj-b11adf15d143437c7ed857c23de77ebb.mesh new file mode 100644 index 0000000..5c5cdc5 Binary files /dev/null and b/escape-room/godot/imported/BookCase.obj-b11adf15d143437c7ed857c23de77ebb.mesh differ diff --git a/escape-room/godot/imported/BookCaseBooks-680e0e4cc1ae3cd1804ae598036bdc7f.bin b/escape-room/godot/imported/BookCaseBooks-680e0e4cc1ae3cd1804ae598036bdc7f.bin new file mode 100644 index 0000000..7c06a44 Binary files /dev/null and b/escape-room/godot/imported/BookCaseBooks-680e0e4cc1ae3cd1804ae598036bdc7f.bin differ diff --git a/escape-room/godot/imported/BookCaseBooks-680e0e4cc1ae3cd1804ae598036bdc7f.gltf b/escape-room/godot/imported/BookCaseBooks-680e0e4cc1ae3cd1804ae598036bdc7f.gltf new file mode 100644 index 0000000..691e93d --- /dev/null +++ b/escape-room/godot/imported/BookCaseBooks-680e0e4cc1ae3cd1804ae598036bdc7f.gltf @@ -0,0 +1,446 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"BookCaseBooks" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Sofa" + }, + { + "doubleSided":true, + "name":"Cover2" + }, + { + "doubleSided":true, + "name":"Cover3" + }, + { + "doubleSided":true, + "name":"Cover4" + }, + { + "doubleSided":true, + "name":"Pages" + }, + { + "doubleSided":true, + "name":"Wood.005" + }, + { + "doubleSided":true, + "name":"DarkWood.003" + } + ], + "meshes":[ + { + "name":"Cube.008", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1 + }, + "indices":2, + "material":0 + }, + { + "attributes":{ + "POSITION":3, + "NORMAL":4 + }, + "indices":5, + "material":1 + }, + { + "attributes":{ + "POSITION":6, + "NORMAL":7 + }, + "indices":8, + "material":2 + }, + { + "attributes":{ + "POSITION":9, + "NORMAL":10 + }, + "indices":11, + "material":3 + }, + { + "attributes":{ + "POSITION":12, + "NORMAL":13 + }, + "indices":14, + "material":4 + }, + { + "attributes":{ + "POSITION":15, + "NORMAL":16 + }, + "indices":17, + "material":5 + }, + { + "attributes":{ + "POSITION":18, + "NORMAL":19 + }, + "indices":20, + "material":6 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":348, + "max":[ + 0.15155263245105743, + 1.0606625080108643, + 0.25378748774528503 + ], + "min":[ + 0.031579870730638504, + 0.15740758180618286, + -0.0569135844707489 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":348, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5123, + "count":606, + "type":"SCALAR" + }, + { + "bufferView":3, + "componentType":5126, + "count":370, + "max":[ + 0.15155263245105743, + 1.2980263233184814, + 0.2663218677043915 + ], + "min":[ + 0.031579870730638504, + 0.1537267565727234, + -0.23141595721244812 + ], + "type":"VEC3" + }, + { + "bufferView":4, + "componentType":5126, + "count":370, + "type":"VEC3" + }, + { + "bufferView":5, + "componentType":5123, + "count":648, + "type":"SCALAR" + }, + { + "bufferView":6, + "componentType":5126, + "count":438, + "max":[ + 0.15155263245105743, + 1.293328046798706, + 0.16103017330169678 + ], + "min":[ + 0.031579870730638504, + 0.15606969594955444, + -0.21512678265571594 + ], + "type":"VEC3" + }, + { + "bufferView":7, + "componentType":5126, + "count":438, + "type":"VEC3" + }, + { + "bufferView":8, + "componentType":5123, + "count":786, + "type":"SCALAR" + }, + { + "bufferView":9, + "componentType":5126, + "count":416, + "max":[ + 0.15155263245105743, + 1.293328046798706, + 0.2320084571838379 + ], + "min":[ + 0.031579870730638504, + 0.15677231550216675, + -0.23383739590644836 + ], + "type":"VEC3" + }, + { + "bufferView":10, + "componentType":5126, + "count":416, + "type":"VEC3" + }, + { + "bufferView":11, + "componentType":5123, + "count":732, + "type":"SCALAR" + }, + { + "bufferView":12, + "componentType":5126, + "count":504, + "max":[ + 0.14375504851341248, + 1.2959253787994385, + 0.2615910470485687 + ], + "min":[ + 0.031579870730638504, + 0.15523046255111694, + -0.23093530535697937 + ], + "type":"VEC3" + }, + { + "bufferView":13, + "componentType":5126, + "count":504, + "type":"VEC3" + }, + { + "bufferView":14, + "componentType":5123, + "count":756, + "type":"SCALAR" + }, + { + "bufferView":15, + "componentType":5126, + "count":210, + "max":[ + 0.23932765424251556, + 1.5292770862579346, + 0.3853280544281006 + ], + "min":[ + -0.21262069046497345, + -0.002708256244659424, + -0.37237533926963806 + ], + "type":"VEC3" + }, + { + "bufferView":16, + "componentType":5126, + "count":210, + "type":"VEC3" + }, + { + "bufferView":17, + "componentType":5123, + "count":312, + "type":"SCALAR" + }, + { + "bufferView":18, + "componentType":5126, + "count":292, + "max":[ + 0.21821224689483643, + 1.3336257934570312, + 0.3765873908996582 + ], + "min":[ + -0.2093077450990677, + -0.004225432872772217, + -0.36363473534584045 + ], + "type":"VEC3" + }, + { + "bufferView":19, + "componentType":5126, + "count":292, + "type":"VEC3" + }, + { + "bufferView":20, + "componentType":5123, + "count":528, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":4176, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":4176, + "byteOffset":4176, + "target":34962 + }, + { + "buffer":0, + "byteLength":1212, + "byteOffset":8352, + "target":34963 + }, + { + "buffer":0, + "byteLength":4440, + "byteOffset":9564, + "target":34962 + }, + { + "buffer":0, + "byteLength":4440, + "byteOffset":14004, + "target":34962 + }, + { + "buffer":0, + "byteLength":1296, + "byteOffset":18444, + "target":34963 + }, + { + "buffer":0, + "byteLength":5256, + "byteOffset":19740, + "target":34962 + }, + { + "buffer":0, + "byteLength":5256, + "byteOffset":24996, + "target":34962 + }, + { + "buffer":0, + "byteLength":1572, + "byteOffset":30252, + "target":34963 + }, + { + "buffer":0, + "byteLength":4992, + "byteOffset":31824, + "target":34962 + }, + { + "buffer":0, + "byteLength":4992, + "byteOffset":36816, + "target":34962 + }, + { + "buffer":0, + "byteLength":1464, + "byteOffset":41808, + "target":34963 + }, + { + "buffer":0, + "byteLength":6048, + "byteOffset":43272, + "target":34962 + }, + { + "buffer":0, + "byteLength":6048, + "byteOffset":49320, + "target":34962 + }, + { + "buffer":0, + "byteLength":1512, + "byteOffset":55368, + "target":34963 + }, + { + "buffer":0, + "byteLength":2520, + "byteOffset":56880, + "target":34962 + }, + { + "buffer":0, + "byteLength":2520, + "byteOffset":59400, + "target":34962 + }, + { + "buffer":0, + "byteLength":624, + "byteOffset":61920, + "target":34963 + }, + { + "buffer":0, + "byteLength":3504, + "byteOffset":62544, + "target":34962 + }, + { + "buffer":0, + "byteLength":3504, + "byteOffset":66048, + "target":34962 + }, + { + "buffer":0, + "byteLength":1056, + "byteOffset":69552, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":70608, + "uri":"BookCaseBooks-680e0e4cc1ae3cd1804ae598036bdc7f.bin" + } + ] +} diff --git a/escape-room/godot/imported/BookCaseBooks.blend-680e0e4cc1ae3cd1804ae598036bdc7f.md5 b/escape-room/godot/imported/BookCaseBooks.blend-680e0e4cc1ae3cd1804ae598036bdc7f.md5 new file mode 100644 index 0000000..efccbe1 --- /dev/null +++ b/escape-room/godot/imported/BookCaseBooks.blend-680e0e4cc1ae3cd1804ae598036bdc7f.md5 @@ -0,0 +1,3 @@ +source_md5="583ece6deb74250fb4bff98468d71276" +dest_md5="8fc4fb37cd04eec9b1a26cc453c84ca9" + diff --git a/escape-room/godot/imported/BookCaseBooks.blend-680e0e4cc1ae3cd1804ae598036bdc7f.scn b/escape-room/godot/imported/BookCaseBooks.blend-680e0e4cc1ae3cd1804ae598036bdc7f.scn new file mode 100644 index 0000000..2cffc24 Binary files /dev/null and b/escape-room/godot/imported/BookCaseBooks.blend-680e0e4cc1ae3cd1804ae598036bdc7f.scn differ diff --git a/escape-room/godot/imported/BookCaseBooks.fbx-47dc04ec63c4b0f0795088e0cf1942c7.md5 b/escape-room/godot/imported/BookCaseBooks.fbx-47dc04ec63c4b0f0795088e0cf1942c7.md5 new file mode 100644 index 0000000..dd293a3 --- /dev/null +++ b/escape-room/godot/imported/BookCaseBooks.fbx-47dc04ec63c4b0f0795088e0cf1942c7.md5 @@ -0,0 +1,3 @@ +source_md5="6c824f6d125878df3f6322d5cccfeb78" +dest_md5="579ec367845580a03446592b1abe87b7" + diff --git a/escape-room/godot/imported/BookCaseBooks.fbx-47dc04ec63c4b0f0795088e0cf1942c7.scn b/escape-room/godot/imported/BookCaseBooks.fbx-47dc04ec63c4b0f0795088e0cf1942c7.scn new file mode 100644 index 0000000..25f82b9 Binary files /dev/null and b/escape-room/godot/imported/BookCaseBooks.fbx-47dc04ec63c4b0f0795088e0cf1942c7.scn differ diff --git a/escape-room/godot/imported/BookCaseBooks.obj-94d2b61b859c79b6caeeec00fc68c388.md5 b/escape-room/godot/imported/BookCaseBooks.obj-94d2b61b859c79b6caeeec00fc68c388.md5 new file mode 100644 index 0000000..581f19a --- /dev/null +++ b/escape-room/godot/imported/BookCaseBooks.obj-94d2b61b859c79b6caeeec00fc68c388.md5 @@ -0,0 +1,3 @@ +source_md5="1d57a6b3fa7dc56d4d586771c5166c0d" +dest_md5="1c08875b5a9301a243ebf786e84cee35" + diff --git a/escape-room/godot/imported/BookCaseBooks.obj-94d2b61b859c79b6caeeec00fc68c388.mesh b/escape-room/godot/imported/BookCaseBooks.obj-94d2b61b859c79b6caeeec00fc68c388.mesh new file mode 100644 index 0000000..e689048 Binary files /dev/null and b/escape-room/godot/imported/BookCaseBooks.obj-94d2b61b859c79b6caeeec00fc68c388.mesh differ diff --git a/escape-room/godot/imported/BookCaseLarge-eea7ddeb0a5135a66c115de045e28014.bin b/escape-room/godot/imported/BookCaseLarge-eea7ddeb0a5135a66c115de045e28014.bin new file mode 100644 index 0000000..d22cabe Binary files /dev/null and b/escape-room/godot/imported/BookCaseLarge-eea7ddeb0a5135a66c115de045e28014.bin differ diff --git a/escape-room/godot/imported/BookCaseLarge-eea7ddeb0a5135a66c115de045e28014.gltf b/escape-room/godot/imported/BookCaseLarge-eea7ddeb0a5135a66c115de045e28014.gltf new file mode 100644 index 0000000..1a15bb2 --- /dev/null +++ b/escape-room/godot/imported/BookCaseLarge-eea7ddeb0a5135a66c115de045e28014.gltf @@ -0,0 +1,161 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"BookCaseLarge", + "translation":[ + 0, + 0, + -0.39995503425598145 + ] + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Wood.006" + }, + { + "doubleSided":true, + "name":"DarkWood.004" + } + ], + "meshes":[ + { + "name":"Cube.005", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1 + }, + "indices":2, + "material":0 + }, + { + "attributes":{ + "POSITION":3, + "NORMAL":4 + }, + "indices":5, + "material":1 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":210, + "max":[ + 0.24943959712982178, + 1.532456636428833, + 0.7853224873542786 + ], + "min":[ + -0.20250873267650604, + 0.0004715319664683193, + -0.7853224873542786 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":210, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5123, + "count":312, + "type":"SCALAR" + }, + { + "bufferView":3, + "componentType":5126, + "count":292, + "max":[ + 0.22832417488098145, + 1.3368053436279297, + 0.776581883430481 + ], + "min":[ + -0.19919578731060028, + -0.0010457024909555912, + -0.776581883430481 + ], + "type":"VEC3" + }, + { + "bufferView":4, + "componentType":5126, + "count":292, + "type":"VEC3" + }, + { + "bufferView":5, + "componentType":5123, + "count":528, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":2520, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":2520, + "byteOffset":2520, + "target":34962 + }, + { + "buffer":0, + "byteLength":624, + "byteOffset":5040, + "target":34963 + }, + { + "buffer":0, + "byteLength":3504, + "byteOffset":5664, + "target":34962 + }, + { + "buffer":0, + "byteLength":3504, + "byteOffset":9168, + "target":34962 + }, + { + "buffer":0, + "byteLength":1056, + "byteOffset":12672, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":13728, + "uri":"BookCaseLarge-eea7ddeb0a5135a66c115de045e28014.bin" + } + ] +} diff --git a/escape-room/godot/imported/BookCaseLarge.blend-eea7ddeb0a5135a66c115de045e28014.md5 b/escape-room/godot/imported/BookCaseLarge.blend-eea7ddeb0a5135a66c115de045e28014.md5 new file mode 100644 index 0000000..a108c67 --- /dev/null +++ b/escape-room/godot/imported/BookCaseLarge.blend-eea7ddeb0a5135a66c115de045e28014.md5 @@ -0,0 +1,3 @@ +source_md5="3e3a921461b9d1ef8f0f8ade1a4d3cfe" +dest_md5="ee997f5c06d8f733d13911338a75bead" + diff --git a/escape-room/godot/imported/BookCaseLarge.blend-eea7ddeb0a5135a66c115de045e28014.scn b/escape-room/godot/imported/BookCaseLarge.blend-eea7ddeb0a5135a66c115de045e28014.scn new file mode 100644 index 0000000..6158cdd Binary files /dev/null and b/escape-room/godot/imported/BookCaseLarge.blend-eea7ddeb0a5135a66c115de045e28014.scn differ diff --git a/escape-room/godot/imported/BookCaseLarge.fbx-351b3b550f5cab2bb92567d82e951a4f.md5 b/escape-room/godot/imported/BookCaseLarge.fbx-351b3b550f5cab2bb92567d82e951a4f.md5 new file mode 100644 index 0000000..bb0dc9d --- /dev/null +++ b/escape-room/godot/imported/BookCaseLarge.fbx-351b3b550f5cab2bb92567d82e951a4f.md5 @@ -0,0 +1,3 @@ +source_md5="65b8bf83ac6caf084d321c1e868b8601" +dest_md5="47a83330acd0d2b6121a450f7f956d05" + diff --git a/escape-room/godot/imported/BookCaseLarge.fbx-351b3b550f5cab2bb92567d82e951a4f.scn b/escape-room/godot/imported/BookCaseLarge.fbx-351b3b550f5cab2bb92567d82e951a4f.scn new file mode 100644 index 0000000..ef6c204 Binary files /dev/null and b/escape-room/godot/imported/BookCaseLarge.fbx-351b3b550f5cab2bb92567d82e951a4f.scn differ diff --git a/escape-room/godot/imported/BookCaseLarge.obj-d48f5866dc0c6829a0216f7c09b180d6.md5 b/escape-room/godot/imported/BookCaseLarge.obj-d48f5866dc0c6829a0216f7c09b180d6.md5 new file mode 100644 index 0000000..f89856b --- /dev/null +++ b/escape-room/godot/imported/BookCaseLarge.obj-d48f5866dc0c6829a0216f7c09b180d6.md5 @@ -0,0 +1,3 @@ +source_md5="bba1eec9682e7114843f0a41ebd28f4d" +dest_md5="3d5eeee68223cd4b067bde6a8247f55a" + diff --git a/escape-room/godot/imported/BookCaseLarge.obj-d48f5866dc0c6829a0216f7c09b180d6.mesh b/escape-room/godot/imported/BookCaseLarge.obj-d48f5866dc0c6829a0216f7c09b180d6.mesh new file mode 100644 index 0000000..8c71f53 Binary files /dev/null and b/escape-room/godot/imported/BookCaseLarge.obj-d48f5866dc0c6829a0216f7c09b180d6.mesh differ diff --git a/escape-room/godot/imported/BookCaseLargeBooks-45f92b6b991a2d7d5ae9b534408a7ea8.bin b/escape-room/godot/imported/BookCaseLargeBooks-45f92b6b991a2d7d5ae9b534408a7ea8.bin new file mode 100644 index 0000000..843413d Binary files /dev/null and b/escape-room/godot/imported/BookCaseLargeBooks-45f92b6b991a2d7d5ae9b534408a7ea8.bin differ diff --git a/escape-room/godot/imported/BookCaseLargeBooks-45f92b6b991a2d7d5ae9b534408a7ea8.gltf b/escape-room/godot/imported/BookCaseLargeBooks-45f92b6b991a2d7d5ae9b534408a7ea8.gltf new file mode 100644 index 0000000..f96f99b --- /dev/null +++ b/escape-room/godot/imported/BookCaseLargeBooks-45f92b6b991a2d7d5ae9b534408a7ea8.gltf @@ -0,0 +1,446 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"BookCaseLargeBooks" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Wood.007" + }, + { + "doubleSided":true, + "name":"DarkWood.005" + }, + { + "doubleSided":true, + "name":"Sofa.001" + }, + { + "doubleSided":true, + "name":"Cover2.001" + }, + { + "doubleSided":true, + "name":"Cover3.001" + }, + { + "doubleSided":true, + "name":"Cover4.001" + }, + { + "doubleSided":true, + "name":"Pages.001" + } + ], + "meshes":[ + { + "name":"Cube.010", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1 + }, + "indices":2, + "material":0 + }, + { + "attributes":{ + "POSITION":3, + "NORMAL":4 + }, + "indices":5, + "material":1 + }, + { + "attributes":{ + "POSITION":6, + "NORMAL":7 + }, + "indices":8, + "material":2 + }, + { + "attributes":{ + "POSITION":9, + "NORMAL":10 + }, + "indices":11, + "material":3 + }, + { + "attributes":{ + "POSITION":12, + "NORMAL":13 + }, + "indices":14, + "material":4 + }, + { + "attributes":{ + "POSITION":15, + "NORMAL":16 + }, + "indices":17, + "material":5 + }, + { + "attributes":{ + "POSITION":18, + "NORMAL":19 + }, + "indices":20, + "material":6 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":210, + "max":[ + 0.24943959712982178, + 1.532456636428833, + 0.7853224873542786 + ], + "min":[ + -0.20250873267650604, + 0.0004715319664683193, + -0.7853224873542786 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":210, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5123, + "count":312, + "type":"SCALAR" + }, + { + "bufferView":3, + "componentType":5126, + "count":292, + "max":[ + 0.22832417488098145, + 1.3368053436279297, + 0.776581883430481 + ], + "min":[ + -0.19919578731060028, + -0.0010457024909555912, + -0.776581883430481 + ], + "type":"VEC3" + }, + { + "bufferView":4, + "componentType":5126, + "count":292, + "type":"VEC3" + }, + { + "bufferView":5, + "componentType":5123, + "count":528, + "type":"SCALAR" + }, + { + "bufferView":6, + "componentType":5126, + "count":1382, + "max":[ + 0.1723823994398117, + 1.297720193862915, + 0.6464192271232605 + ], + "min":[ + 0.052409637719392776, + 0.15679892897605896, + -0.643127977848053 + ], + "type":"VEC3" + }, + { + "bufferView":7, + "componentType":5126, + "count":1382, + "type":"VEC3" + }, + { + "bufferView":8, + "componentType":5123, + "count":2454, + "type":"SCALAR" + }, + { + "bufferView":9, + "componentType":5126, + "count":612, + "max":[ + 0.1723823994398117, + 1.2977200746536255, + 0.5663555264472961 + ], + "min":[ + 0.052409637719392776, + 0.15690647065639496, + -0.5630643367767334 + ], + "type":"VEC3" + }, + { + "bufferView":10, + "componentType":5126, + "count":612, + "type":"VEC3" + }, + { + "bufferView":11, + "componentType":5123, + "count":1044, + "type":"SCALAR" + }, + { + "bufferView":12, + "componentType":5126, + "count":1120, + "max":[ + 0.1723823994398117, + 1.2965078353881836, + 0.5611999034881592 + ], + "min":[ + 0.052409637719392776, + 0.15679892897605896, + -0.5528044700622559 + ], + "type":"VEC3" + }, + { + "bufferView":13, + "componentType":5126, + "count":1120, + "type":"VEC3" + }, + { + "bufferView":14, + "componentType":5123, + "count":1980, + "type":"SCALAR" + }, + { + "bufferView":15, + "componentType":5126, + "count":1220, + "max":[ + 0.1723823994398117, + 1.301206111907959, + 0.6664916276931763 + ], + "min":[ + 0.052409637719392776, + 0.15527057647705078, + -0.6632002592086792 + ], + "type":"VEC3" + }, + { + "bufferView":16, + "componentType":5126, + "count":1220, + "type":"VEC3" + }, + { + "bufferView":17, + "componentType":5123, + "count":2112, + "type":"SCALAR" + }, + { + "bufferView":18, + "componentType":5126, + "count":1380, + "max":[ + 0.16458481550216675, + 1.299105167388916, + 0.6617608070373535 + ], + "min":[ + 0.052409637719392776, + 0.1563761830329895, + -0.658469557762146 + ], + "type":"VEC3" + }, + { + "bufferView":19, + "componentType":5126, + "count":1380, + "type":"VEC3" + }, + { + "bufferView":20, + "componentType":5123, + "count":2070, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":2520, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":2520, + "byteOffset":2520, + "target":34962 + }, + { + "buffer":0, + "byteLength":624, + "byteOffset":5040, + "target":34963 + }, + { + "buffer":0, + "byteLength":3504, + "byteOffset":5664, + "target":34962 + }, + { + "buffer":0, + "byteLength":3504, + "byteOffset":9168, + "target":34962 + }, + { + "buffer":0, + "byteLength":1056, + "byteOffset":12672, + "target":34963 + }, + { + "buffer":0, + "byteLength":16584, + "byteOffset":13728, + "target":34962 + }, + { + "buffer":0, + "byteLength":16584, + "byteOffset":30312, + "target":34962 + }, + { + "buffer":0, + "byteLength":4908, + "byteOffset":46896, + "target":34963 + }, + { + "buffer":0, + "byteLength":7344, + "byteOffset":51804, + "target":34962 + }, + { + "buffer":0, + "byteLength":7344, + "byteOffset":59148, + "target":34962 + }, + { + "buffer":0, + "byteLength":2088, + "byteOffset":66492, + "target":34963 + }, + { + "buffer":0, + "byteLength":13440, + "byteOffset":68580, + "target":34962 + }, + { + "buffer":0, + "byteLength":13440, + "byteOffset":82020, + "target":34962 + }, + { + "buffer":0, + "byteLength":3960, + "byteOffset":95460, + "target":34963 + }, + { + "buffer":0, + "byteLength":14640, + "byteOffset":99420, + "target":34962 + }, + { + "buffer":0, + "byteLength":14640, + "byteOffset":114060, + "target":34962 + }, + { + "buffer":0, + "byteLength":4224, + "byteOffset":128700, + "target":34963 + }, + { + "buffer":0, + "byteLength":16560, + "byteOffset":132924, + "target":34962 + }, + { + "buffer":0, + "byteLength":16560, + "byteOffset":149484, + "target":34962 + }, + { + "buffer":0, + "byteLength":4140, + "byteOffset":166044, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":170184, + "uri":"BookCaseLargeBooks-45f92b6b991a2d7d5ae9b534408a7ea8.bin" + } + ] +} diff --git a/escape-room/godot/imported/BookCaseLargeBooks.blend-45f92b6b991a2d7d5ae9b534408a7ea8.md5 b/escape-room/godot/imported/BookCaseLargeBooks.blend-45f92b6b991a2d7d5ae9b534408a7ea8.md5 new file mode 100644 index 0000000..15bb461 --- /dev/null +++ b/escape-room/godot/imported/BookCaseLargeBooks.blend-45f92b6b991a2d7d5ae9b534408a7ea8.md5 @@ -0,0 +1,3 @@ +source_md5="81345615d4d1d6101f8c4a01ae273c9b" +dest_md5="a21764c77003e1ac986e9529d3fac506" + diff --git a/escape-room/godot/imported/BookCaseLargeBooks.blend-45f92b6b991a2d7d5ae9b534408a7ea8.scn b/escape-room/godot/imported/BookCaseLargeBooks.blend-45f92b6b991a2d7d5ae9b534408a7ea8.scn new file mode 100644 index 0000000..881fa37 Binary files /dev/null and b/escape-room/godot/imported/BookCaseLargeBooks.blend-45f92b6b991a2d7d5ae9b534408a7ea8.scn differ diff --git a/escape-room/godot/imported/BookCaseLargeBooks.fbx-61f4500143a917f4c0cdf5ba03f91558.md5 b/escape-room/godot/imported/BookCaseLargeBooks.fbx-61f4500143a917f4c0cdf5ba03f91558.md5 new file mode 100644 index 0000000..431a541 --- /dev/null +++ b/escape-room/godot/imported/BookCaseLargeBooks.fbx-61f4500143a917f4c0cdf5ba03f91558.md5 @@ -0,0 +1,3 @@ +source_md5="b880ec3391d6fe96a0bd59054e8f9ae3" +dest_md5="031f31690b2801f18ef5b9c396d6f5e1" + diff --git a/escape-room/godot/imported/BookCaseLargeBooks.fbx-61f4500143a917f4c0cdf5ba03f91558.scn b/escape-room/godot/imported/BookCaseLargeBooks.fbx-61f4500143a917f4c0cdf5ba03f91558.scn new file mode 100644 index 0000000..c72beb5 Binary files /dev/null and b/escape-room/godot/imported/BookCaseLargeBooks.fbx-61f4500143a917f4c0cdf5ba03f91558.scn differ diff --git a/escape-room/godot/imported/BookCaseLargeBooks.obj-5767f9c92e320119416b193570049a74.md5 b/escape-room/godot/imported/BookCaseLargeBooks.obj-5767f9c92e320119416b193570049a74.md5 new file mode 100644 index 0000000..6a8d02c --- /dev/null +++ b/escape-room/godot/imported/BookCaseLargeBooks.obj-5767f9c92e320119416b193570049a74.md5 @@ -0,0 +1,3 @@ +source_md5="46663dab5da7901555fa4dc9c7189dd1" +dest_md5="2ecf66217f3b84b5b500f48874b20819" + diff --git a/escape-room/godot/imported/BookCaseLargeBooks.obj-5767f9c92e320119416b193570049a74.mesh b/escape-room/godot/imported/BookCaseLargeBooks.obj-5767f9c92e320119416b193570049a74.mesh new file mode 100644 index 0000000..9afa58a Binary files /dev/null and b/escape-room/godot/imported/BookCaseLargeBooks.obj-5767f9c92e320119416b193570049a74.mesh differ diff --git a/escape-room/godot/imported/Bookholder stone Texture.png-02ca3bf0afcc4d37aae4135483629a11.ctex b/escape-room/godot/imported/Bookholder stone Texture.png-02ca3bf0afcc4d37aae4135483629a11.ctex new file mode 100644 index 0000000..8d9345a Binary files /dev/null and b/escape-room/godot/imported/Bookholder stone Texture.png-02ca3bf0afcc4d37aae4135483629a11.ctex differ diff --git a/escape-room/godot/imported/Bookholder stone Texture.png-02ca3bf0afcc4d37aae4135483629a11.md5 b/escape-room/godot/imported/Bookholder stone Texture.png-02ca3bf0afcc4d37aae4135483629a11.md5 new file mode 100644 index 0000000..522b29f --- /dev/null +++ b/escape-room/godot/imported/Bookholder stone Texture.png-02ca3bf0afcc4d37aae4135483629a11.md5 @@ -0,0 +1,3 @@ +source_md5="d5b3df3949e6ed698cb27f352e9f73c7" +dest_md5="cfb14feec1a9676654ed3d8fc3ea1ea3" + diff --git a/escape-room/godot/imported/Bookholder stone Texture.png-14f2e9c7aa122d94f6dda01a9726ac19.ctex b/escape-room/godot/imported/Bookholder stone Texture.png-14f2e9c7aa122d94f6dda01a9726ac19.ctex new file mode 100644 index 0000000..8d9345a Binary files /dev/null and b/escape-room/godot/imported/Bookholder stone Texture.png-14f2e9c7aa122d94f6dda01a9726ac19.ctex differ diff --git a/escape-room/godot/imported/Bookholder stone Texture.png-14f2e9c7aa122d94f6dda01a9726ac19.md5 b/escape-room/godot/imported/Bookholder stone Texture.png-14f2e9c7aa122d94f6dda01a9726ac19.md5 new file mode 100644 index 0000000..522b29f --- /dev/null +++ b/escape-room/godot/imported/Bookholder stone Texture.png-14f2e9c7aa122d94f6dda01a9726ac19.md5 @@ -0,0 +1,3 @@ +source_md5="d5b3df3949e6ed698cb27f352e9f73c7" +dest_md5="cfb14feec1a9676654ed3d8fc3ea1ea3" + diff --git a/escape-room/godot/imported/Bookholder stone Texture.png-5d88084b6eb99d24b768de571d92b8ff.ctex b/escape-room/godot/imported/Bookholder stone Texture.png-5d88084b6eb99d24b768de571d92b8ff.ctex new file mode 100644 index 0000000..8d9345a Binary files /dev/null and b/escape-room/godot/imported/Bookholder stone Texture.png-5d88084b6eb99d24b768de571d92b8ff.ctex differ diff --git a/escape-room/godot/imported/Bookholder stone Texture.png-5d88084b6eb99d24b768de571d92b8ff.md5 b/escape-room/godot/imported/Bookholder stone Texture.png-5d88084b6eb99d24b768de571d92b8ff.md5 new file mode 100644 index 0000000..522b29f --- /dev/null +++ b/escape-room/godot/imported/Bookholder stone Texture.png-5d88084b6eb99d24b768de571d92b8ff.md5 @@ -0,0 +1,3 @@ +source_md5="d5b3df3949e6ed698cb27f352e9f73c7" +dest_md5="cfb14feec1a9676654ed3d8fc3ea1ea3" + diff --git a/escape-room/godot/imported/Bookholder stone-1de7d8a5b2d77e30214cd4cd6ce3c5bc.bin b/escape-room/godot/imported/Bookholder stone-1de7d8a5b2d77e30214cd4cd6ce3c5bc.bin new file mode 100644 index 0000000..bb8ac42 Binary files /dev/null and b/escape-room/godot/imported/Bookholder stone-1de7d8a5b2d77e30214cd4cd6ce3c5bc.bin differ diff --git a/escape-room/godot/imported/Bookholder stone-1de7d8a5b2d77e30214cd4cd6ce3c5bc.gltf b/escape-room/godot/imported/Bookholder stone-1de7d8a5b2d77e30214cd4cd6ce3c5bc.gltf new file mode 100644 index 0000000..5ab64ab --- /dev/null +++ b/escape-room/godot/imported/Bookholder stone-1de7d8a5b2d77e30214cd4cd6ce3c5bc.gltf @@ -0,0 +1,285 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":0.5097379684448242, + "type":"directional", + "name":"Spot.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":1, + "type":"directional", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3, + 4 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.001", + "rotation":[ + 0.23319509625434875, + 0.6669211387634277, + 0.6278936862945557, + 0.3264748454093933 + ], + "scale":[ + 0.48000001907348633, + 0.48000001907348633, + 0.47999998927116394 + ], + "translation":[ + 8.50721549987793, + 7.783918857574463, + -0.0794343650341034 + ] + }, + { + "camera":0, + "name":"Camera.001", + "rotation":[ + -0.2352834939956665, + -0.0023087377194315195, + -0.006072789430618286, + 0.9719051122665405 + ], + "scale":[ + 0.48000001907348633, + 0.47999998927116394, + 0.47999998927116394 + ], + "translation":[ + 0.01737092062830925, + 3.7665035724639893, + 5.11007833480835 + ] + }, + { + "mesh":0, + "name":"Bookholder stone", + "scale":[ + 0.48000001907348633, + 0.48000001907348633, + 0.48000001907348633 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp", + "rotation":[ + -0.27909407019615173, + 0.240731880068779, + 0.6088816523551941, + 0.7024370431900024 + ], + "scale":[ + 0.48000001907348633, + 0.48000001907348633, + 0.47999998927116394 + ], + "translation":[ + -0.025098495185375214, + 7.783918857574463, + 6.739564418792725 + ] + }, + { + "camera":1, + "name":"Camera", + "rotation":[ + -0.32225292921066284, + 0.37291809916496277, + 0.12936647236347198, + 0.8604356646537781 + ], + "scale":[ + 0.4800000786781311, + 0.47999998927116394, + 0.47999998927116394 + ], + "translation":[ + 2.6035890579223633, + 3.7447495460510254, + 2.2119221687316895 + ] + } + ], + "cameras":[ + { + "name":"Camera.001", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + }, + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Bookholder stone", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":310, + "max":[ + 1.029600739479065, + 3.3317151069641113, + 1.0260401964187622 + ], + "min":[ + -1.0296005010604858, + 1.4901161193847656e-08, + -1.0339006185531616 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":310, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":310, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":310, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":444, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":3720, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":3720, + "byteOffset":3720, + "target":34962 + }, + { + "buffer":0, + "byteLength":2480, + "byteOffset":7440, + "target":34962 + }, + { + "buffer":0, + "byteLength":4960, + "byteOffset":9920, + "target":34962 + }, + { + "buffer":0, + "byteLength":888, + "byteOffset":14880, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":15768, + "uri":"Bookholder%20stone-1de7d8a5b2d77e30214cd4cd6ce3c5bc.bin" + } + ] +} diff --git a/escape-room/godot/imported/Bookholder stone.blend-1de7d8a5b2d77e30214cd4cd6ce3c5bc.md5 b/escape-room/godot/imported/Bookholder stone.blend-1de7d8a5b2d77e30214cd4cd6ce3c5bc.md5 new file mode 100644 index 0000000..41b0b9b --- /dev/null +++ b/escape-room/godot/imported/Bookholder stone.blend-1de7d8a5b2d77e30214cd4cd6ce3c5bc.md5 @@ -0,0 +1,3 @@ +source_md5="220037bdca4d4ac1af41b2df94768f65" +dest_md5="9b8eab750a3b98004e170964d80c0d00" + diff --git a/escape-room/godot/imported/Bookholder stone.blend-1de7d8a5b2d77e30214cd4cd6ce3c5bc.scn b/escape-room/godot/imported/Bookholder stone.blend-1de7d8a5b2d77e30214cd4cd6ce3c5bc.scn new file mode 100644 index 0000000..19e9a45 Binary files /dev/null and b/escape-room/godot/imported/Bookholder stone.blend-1de7d8a5b2d77e30214cd4cd6ce3c5bc.scn differ diff --git a/escape-room/godot/imported/Bookholder stone.png-7a4cb6f21a099660f22e814803646cee.ctex b/escape-room/godot/imported/Bookholder stone.png-7a4cb6f21a099660f22e814803646cee.ctex new file mode 100644 index 0000000..6220a4c Binary files /dev/null and b/escape-room/godot/imported/Bookholder stone.png-7a4cb6f21a099660f22e814803646cee.ctex differ diff --git a/escape-room/godot/imported/Bookholder stone.png-7a4cb6f21a099660f22e814803646cee.md5 b/escape-room/godot/imported/Bookholder stone.png-7a4cb6f21a099660f22e814803646cee.md5 new file mode 100644 index 0000000..22c06f6 --- /dev/null +++ b/escape-room/godot/imported/Bookholder stone.png-7a4cb6f21a099660f22e814803646cee.md5 @@ -0,0 +1,3 @@ +source_md5="81cedcdceeade09734e65b0b358aef8d" +dest_md5="57bc80be6158e8762ffc2af23aefb3fa" + diff --git a/escape-room/godot/imported/Bread texture.png-30971803dc143912fb21130a93f50771.ctex b/escape-room/godot/imported/Bread texture.png-30971803dc143912fb21130a93f50771.ctex new file mode 100644 index 0000000..803f4e4 Binary files /dev/null and b/escape-room/godot/imported/Bread texture.png-30971803dc143912fb21130a93f50771.ctex differ diff --git a/escape-room/godot/imported/Bread texture.png-30971803dc143912fb21130a93f50771.md5 b/escape-room/godot/imported/Bread texture.png-30971803dc143912fb21130a93f50771.md5 new file mode 100644 index 0000000..6218ffb --- /dev/null +++ b/escape-room/godot/imported/Bread texture.png-30971803dc143912fb21130a93f50771.md5 @@ -0,0 +1,3 @@ +source_md5="c3f1bd6b84b2065f5ec201b5a6ea2e0e" +dest_md5="d39fb0d5b93a9f842597de1887348f1c" + diff --git a/escape-room/godot/imported/Bread texture.png-5845faf5d930414c429189ceaab01539.ctex b/escape-room/godot/imported/Bread texture.png-5845faf5d930414c429189ceaab01539.ctex new file mode 100644 index 0000000..803f4e4 Binary files /dev/null and b/escape-room/godot/imported/Bread texture.png-5845faf5d930414c429189ceaab01539.ctex differ diff --git a/escape-room/godot/imported/Bread texture.png-5845faf5d930414c429189ceaab01539.md5 b/escape-room/godot/imported/Bread texture.png-5845faf5d930414c429189ceaab01539.md5 new file mode 100644 index 0000000..6218ffb --- /dev/null +++ b/escape-room/godot/imported/Bread texture.png-5845faf5d930414c429189ceaab01539.md5 @@ -0,0 +1,3 @@ +source_md5="c3f1bd6b84b2065f5ec201b5a6ea2e0e" +dest_md5="d39fb0d5b93a9f842597de1887348f1c" + diff --git a/escape-room/godot/imported/Bread texture.png-fb9c9e5881651bff2597d7bdd38aeaeb.ctex b/escape-room/godot/imported/Bread texture.png-fb9c9e5881651bff2597d7bdd38aeaeb.ctex new file mode 100644 index 0000000..803f4e4 Binary files /dev/null and b/escape-room/godot/imported/Bread texture.png-fb9c9e5881651bff2597d7bdd38aeaeb.ctex differ diff --git a/escape-room/godot/imported/Bread texture.png-fb9c9e5881651bff2597d7bdd38aeaeb.md5 b/escape-room/godot/imported/Bread texture.png-fb9c9e5881651bff2597d7bdd38aeaeb.md5 new file mode 100644 index 0000000..6218ffb --- /dev/null +++ b/escape-room/godot/imported/Bread texture.png-fb9c9e5881651bff2597d7bdd38aeaeb.md5 @@ -0,0 +1,3 @@ +source_md5="c3f1bd6b84b2065f5ec201b5a6ea2e0e" +dest_md5="d39fb0d5b93a9f842597de1887348f1c" + diff --git a/escape-room/godot/imported/Bread-26f4593fb9137e5fab383d2d2272ca4a.bin b/escape-room/godot/imported/Bread-26f4593fb9137e5fab383d2d2272ca4a.bin new file mode 100644 index 0000000..b42049d Binary files /dev/null and b/escape-room/godot/imported/Bread-26f4593fb9137e5fab383d2d2272ca4a.bin differ diff --git a/escape-room/godot/imported/Bread-26f4593fb9137e5fab383d2d2272ca4a.gltf b/escape-room/godot/imported/Bread-26f4593fb9137e5fab383d2d2272ca4a.gltf new file mode 100644 index 0000000..94458a7 --- /dev/null +++ b/escape-room/godot/imported/Bread-26f4593fb9137e5fab383d2d2272ca4a.gltf @@ -0,0 +1,282 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Lamp.002" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":21.61257877388629, + "spot":{ + "innerConeAngle":0.3337942263919169, + "outerConeAngle":0.39269909262657166 + }, + "type":"spot", + "name":"Lamp.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":21.61257877388629, + "spot":{ + "innerConeAngle":0.3337942263919169, + "outerConeAngle":0.39269909262657166 + }, + "type":"spot", + "name":"Lamp" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3, + 4 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.002", + "rotation":[ + -0.7071068286895752, + 0, + 0, + 0.7071068286895752 + ], + "translation":[ + 1.3258845806121826, + -0.465476393699646, + 0.7778298258781433 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.28941476345062256, + 0.6439832448959351, + 0.28809359669685364, + 0.6469364762306213 + ], + "translation":[ + 22.414846420288086, + 21.384008407592773, + 0.057132720947265625 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":2 + } + }, + "name":"Lamp", + "rotation":[ + -0.40836116671562195, + 0, + 0, + 0.9128204584121704 + ], + "translation":[ + 0, + 21.384008407592773, + 18.33809471130371 + ] + }, + { + "mesh":0, + "name":"Bread", + "scale":[ + 0.24000003933906555, + 0.12000000476837158, + 0.12000000476837158 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.21205641329288483, + 0.38690996170043945, + 0.08579306304454803, + 0.8932930827140808 + ], + "scale":[ + 0.17368105053901672, + 0.17368102073669434, + 0.17368103563785553 + ], + "translation":[ + 3.2130727767944336, + 2.257134437561035, + 2.9863061904907227 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.13479553630549693, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Bread", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":66, + "max":[ + 1.121999979019165, + 1.399999976158142, + 1.3200000524520874 + ], + "min":[ + -1.1220000982284546, + 0, + -1.3200000524520874 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":66, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":66, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":66, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":240, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":792, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":792, + "byteOffset":792, + "target":34962 + }, + { + "buffer":0, + "byteLength":528, + "byteOffset":1584, + "target":34962 + }, + { + "buffer":0, + "byteLength":1056, + "byteOffset":2112, + "target":34962 + }, + { + "buffer":0, + "byteLength":480, + "byteOffset":3168, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":3648, + "uri":"Bread-26f4593fb9137e5fab383d2d2272ca4a.bin" + } + ] +} diff --git a/escape-room/godot/imported/Bread.blend-26f4593fb9137e5fab383d2d2272ca4a.md5 b/escape-room/godot/imported/Bread.blend-26f4593fb9137e5fab383d2d2272ca4a.md5 new file mode 100644 index 0000000..a7d41d9 --- /dev/null +++ b/escape-room/godot/imported/Bread.blend-26f4593fb9137e5fab383d2d2272ca4a.md5 @@ -0,0 +1,3 @@ +source_md5="fff329f4a1362dae01269229b0460307" +dest_md5="933601061df049c2e4c219bdffa105cd" + diff --git a/escape-room/godot/imported/Bread.blend-26f4593fb9137e5fab383d2d2272ca4a.scn b/escape-room/godot/imported/Bread.blend-26f4593fb9137e5fab383d2d2272ca4a.scn new file mode 100644 index 0000000..4cc671e Binary files /dev/null and b/escape-room/godot/imported/Bread.blend-26f4593fb9137e5fab383d2d2272ca4a.scn differ diff --git a/escape-room/godot/imported/Candelier texture.png-501ed281db67009e0adde76937c5b313.ctex b/escape-room/godot/imported/Candelier texture.png-501ed281db67009e0adde76937c5b313.ctex new file mode 100644 index 0000000..dee885f Binary files /dev/null and b/escape-room/godot/imported/Candelier texture.png-501ed281db67009e0adde76937c5b313.ctex differ diff --git a/escape-room/godot/imported/Candelier texture.png-501ed281db67009e0adde76937c5b313.md5 b/escape-room/godot/imported/Candelier texture.png-501ed281db67009e0adde76937c5b313.md5 new file mode 100644 index 0000000..8542b53 --- /dev/null +++ b/escape-room/godot/imported/Candelier texture.png-501ed281db67009e0adde76937c5b313.md5 @@ -0,0 +1,3 @@ +source_md5="f71c8a7f091a808be2fc389eeed8a3cc" +dest_md5="0e80317cab0b9c5c6a20b568bc7e40eb" + diff --git a/escape-room/godot/imported/Candelier texture.png-63af8ab3cbf3d0fea734a0ea9781015e.ctex b/escape-room/godot/imported/Candelier texture.png-63af8ab3cbf3d0fea734a0ea9781015e.ctex new file mode 100644 index 0000000..dee885f Binary files /dev/null and b/escape-room/godot/imported/Candelier texture.png-63af8ab3cbf3d0fea734a0ea9781015e.ctex differ diff --git a/escape-room/godot/imported/Candelier texture.png-63af8ab3cbf3d0fea734a0ea9781015e.md5 b/escape-room/godot/imported/Candelier texture.png-63af8ab3cbf3d0fea734a0ea9781015e.md5 new file mode 100644 index 0000000..8542b53 --- /dev/null +++ b/escape-room/godot/imported/Candelier texture.png-63af8ab3cbf3d0fea734a0ea9781015e.md5 @@ -0,0 +1,3 @@ +source_md5="f71c8a7f091a808be2fc389eeed8a3cc" +dest_md5="0e80317cab0b9c5c6a20b568bc7e40eb" + diff --git a/escape-room/godot/imported/Candelier texture.png-e4257123e3b3d95bc1e1ff83ce3d86d2.ctex b/escape-room/godot/imported/Candelier texture.png-e4257123e3b3d95bc1e1ff83ce3d86d2.ctex new file mode 100644 index 0000000..dee885f Binary files /dev/null and b/escape-room/godot/imported/Candelier texture.png-e4257123e3b3d95bc1e1ff83ce3d86d2.ctex differ diff --git a/escape-room/godot/imported/Candelier texture.png-e4257123e3b3d95bc1e1ff83ce3d86d2.md5 b/escape-room/godot/imported/Candelier texture.png-e4257123e3b3d95bc1e1ff83ce3d86d2.md5 new file mode 100644 index 0000000..8542b53 --- /dev/null +++ b/escape-room/godot/imported/Candelier texture.png-e4257123e3b3d95bc1e1ff83ce3d86d2.md5 @@ -0,0 +1,3 @@ +source_md5="f71c8a7f091a808be2fc389eeed8a3cc" +dest_md5="0e80317cab0b9c5c6a20b568bc7e40eb" + diff --git a/escape-room/godot/imported/Candelier-6c25c5b53e0e559bf54d03a0dc17d69d.bin b/escape-room/godot/imported/Candelier-6c25c5b53e0e559bf54d03a0dc17d69d.bin new file mode 100644 index 0000000..44ed9ae Binary files /dev/null and b/escape-room/godot/imported/Candelier-6c25c5b53e0e559bf54d03a0dc17d69d.bin differ diff --git a/escape-room/godot/imported/Candelier-6c25c5b53e0e559bf54d03a0dc17d69d.gltf b/escape-room/godot/imported/Candelier-6c25c5b53e0e559bf54d03a0dc17d69d.gltf new file mode 100644 index 0000000..3d684c4 --- /dev/null +++ b/escape-room/godot/imported/Candelier-6c25c5b53e0e559bf54d03a0dc17d69d.gltf @@ -0,0 +1,219 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":1.6128278970718384, + "type":"directional", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Candelier", + "scale":[ + 0.24948002398014069, + 0.24948002398014069, + 0.24948002398014069 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp", + "rotation":[ + -0.30455219745635986, + 0.43638119101524353, + -0.1376134306192398, + 0.8353933095932007 + ], + "scale":[ + 0.30000001192092896, + 0.29999998211860657, + 0.29999998211860657 + ], + "translation":[ + 4.421591758728027, + 2.7334113121032715, + 2.4546382427215576 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.21205636858940125, + 0.3869099020957947, + 0.08579304814338684, + 0.893293023109436 + ], + "scale":[ + 0.30000001192092896, + 0.29999998211860657, + 0.29999998211860657 + ], + "translation":[ + 1.9657541513442993, + 2.2583508491516113, + 1.7732707262039185 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Candelier", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":956, + "max":[ + 1.7000004053115845, + 7.404216289520264, + 1.8956482410430908 + ], + "min":[ + -1.7000004053115845, + -1.7881393432617188e-07, + -1.7000004053115845 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":956, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":956, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":956, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":1452, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":11472, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":11472, + "byteOffset":11472, + "target":34962 + }, + { + "buffer":0, + "byteLength":7648, + "byteOffset":22944, + "target":34962 + }, + { + "buffer":0, + "byteLength":15296, + "byteOffset":30592, + "target":34962 + }, + { + "buffer":0, + "byteLength":2904, + "byteOffset":45888, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":48792, + "uri":"Candelier-6c25c5b53e0e559bf54d03a0dc17d69d.bin" + } + ] +} diff --git a/escape-room/godot/imported/Candelier.blend-6c25c5b53e0e559bf54d03a0dc17d69d.md5 b/escape-room/godot/imported/Candelier.blend-6c25c5b53e0e559bf54d03a0dc17d69d.md5 new file mode 100644 index 0000000..4bc324a --- /dev/null +++ b/escape-room/godot/imported/Candelier.blend-6c25c5b53e0e559bf54d03a0dc17d69d.md5 @@ -0,0 +1,3 @@ +source_md5="92c7fbaeca881915e78cad1ecf634d40" +dest_md5="b94aab6b29acfde67699e3befa4e7fc6" + diff --git a/escape-room/godot/imported/Candelier.blend-6c25c5b53e0e559bf54d03a0dc17d69d.scn b/escape-room/godot/imported/Candelier.blend-6c25c5b53e0e559bf54d03a0dc17d69d.scn new file mode 100644 index 0000000..8af6a73 Binary files /dev/null and b/escape-room/godot/imported/Candelier.blend-6c25c5b53e0e559bf54d03a0dc17d69d.scn differ diff --git a/escape-room/godot/imported/Candelier.png-d3ed657dc879ad1a4868018e8a682cb0.ctex b/escape-room/godot/imported/Candelier.png-d3ed657dc879ad1a4868018e8a682cb0.ctex new file mode 100644 index 0000000..f47f0fc Binary files /dev/null and b/escape-room/godot/imported/Candelier.png-d3ed657dc879ad1a4868018e8a682cb0.ctex differ diff --git a/escape-room/godot/imported/Candelier.png-d3ed657dc879ad1a4868018e8a682cb0.md5 b/escape-room/godot/imported/Candelier.png-d3ed657dc879ad1a4868018e8a682cb0.md5 new file mode 100644 index 0000000..fb13dae --- /dev/null +++ b/escape-room/godot/imported/Candelier.png-d3ed657dc879ad1a4868018e8a682cb0.md5 @@ -0,0 +1,3 @@ +source_md5="e7df78948b52b8012cde2d63ca7d3386" +dest_md5="caa3274bc638d6784fe6ec4dcb0a3176" + diff --git a/escape-room/godot/imported/Candilier texture.png-4d577c36d763869c84abd77a8a0e444c.ctex b/escape-room/godot/imported/Candilier texture.png-4d577c36d763869c84abd77a8a0e444c.ctex new file mode 100644 index 0000000..48e8ada Binary files /dev/null and b/escape-room/godot/imported/Candilier texture.png-4d577c36d763869c84abd77a8a0e444c.ctex differ diff --git a/escape-room/godot/imported/Candilier texture.png-4d577c36d763869c84abd77a8a0e444c.md5 b/escape-room/godot/imported/Candilier texture.png-4d577c36d763869c84abd77a8a0e444c.md5 new file mode 100644 index 0000000..a221484 --- /dev/null +++ b/escape-room/godot/imported/Candilier texture.png-4d577c36d763869c84abd77a8a0e444c.md5 @@ -0,0 +1,3 @@ +source_md5="e9fcbd08fabe2d85342656f09d2899fb" +dest_md5="274dde622714d329f9e3537df961f3db" + diff --git a/escape-room/godot/imported/Candilier texture.png-9eded28f5cb3b285d32a21720d739894.ctex b/escape-room/godot/imported/Candilier texture.png-9eded28f5cb3b285d32a21720d739894.ctex new file mode 100644 index 0000000..48e8ada Binary files /dev/null and b/escape-room/godot/imported/Candilier texture.png-9eded28f5cb3b285d32a21720d739894.ctex differ diff --git a/escape-room/godot/imported/Candilier texture.png-9eded28f5cb3b285d32a21720d739894.md5 b/escape-room/godot/imported/Candilier texture.png-9eded28f5cb3b285d32a21720d739894.md5 new file mode 100644 index 0000000..a221484 --- /dev/null +++ b/escape-room/godot/imported/Candilier texture.png-9eded28f5cb3b285d32a21720d739894.md5 @@ -0,0 +1,3 @@ +source_md5="e9fcbd08fabe2d85342656f09d2899fb" +dest_md5="274dde622714d329f9e3537df961f3db" + diff --git a/escape-room/godot/imported/Carrot textura.png-282f1d42a7aa7b8d8c888c62b8ddb7b6.ctex b/escape-room/godot/imported/Carrot textura.png-282f1d42a7aa7b8d8c888c62b8ddb7b6.ctex new file mode 100644 index 0000000..6572b07 Binary files /dev/null and b/escape-room/godot/imported/Carrot textura.png-282f1d42a7aa7b8d8c888c62b8ddb7b6.ctex differ diff --git a/escape-room/godot/imported/Carrot textura.png-282f1d42a7aa7b8d8c888c62b8ddb7b6.md5 b/escape-room/godot/imported/Carrot textura.png-282f1d42a7aa7b8d8c888c62b8ddb7b6.md5 new file mode 100644 index 0000000..8bf13ad --- /dev/null +++ b/escape-room/godot/imported/Carrot textura.png-282f1d42a7aa7b8d8c888c62b8ddb7b6.md5 @@ -0,0 +1,3 @@ +source_md5="847b394b2dde407ac5ff82440d4854f2" +dest_md5="3bdd92533b41b1c2aef058047505d830" + diff --git a/escape-room/godot/imported/Carrot textura.png-331a51c49161cc983e113a6b9cb0e16b.ctex b/escape-room/godot/imported/Carrot textura.png-331a51c49161cc983e113a6b9cb0e16b.ctex new file mode 100644 index 0000000..6572b07 Binary files /dev/null and b/escape-room/godot/imported/Carrot textura.png-331a51c49161cc983e113a6b9cb0e16b.ctex differ diff --git a/escape-room/godot/imported/Carrot textura.png-331a51c49161cc983e113a6b9cb0e16b.md5 b/escape-room/godot/imported/Carrot textura.png-331a51c49161cc983e113a6b9cb0e16b.md5 new file mode 100644 index 0000000..8bf13ad --- /dev/null +++ b/escape-room/godot/imported/Carrot textura.png-331a51c49161cc983e113a6b9cb0e16b.md5 @@ -0,0 +1,3 @@ +source_md5="847b394b2dde407ac5ff82440d4854f2" +dest_md5="3bdd92533b41b1c2aef058047505d830" + diff --git a/escape-room/godot/imported/Carrot textura.png-f0b318293b49bbb84869c952e2929414.ctex b/escape-room/godot/imported/Carrot textura.png-f0b318293b49bbb84869c952e2929414.ctex new file mode 100644 index 0000000..6572b07 Binary files /dev/null and b/escape-room/godot/imported/Carrot textura.png-f0b318293b49bbb84869c952e2929414.ctex differ diff --git a/escape-room/godot/imported/Carrot textura.png-f0b318293b49bbb84869c952e2929414.md5 b/escape-room/godot/imported/Carrot textura.png-f0b318293b49bbb84869c952e2929414.md5 new file mode 100644 index 0000000..8bf13ad --- /dev/null +++ b/escape-room/godot/imported/Carrot textura.png-f0b318293b49bbb84869c952e2929414.md5 @@ -0,0 +1,3 @@ +source_md5="847b394b2dde407ac5ff82440d4854f2" +dest_md5="3bdd92533b41b1c2aef058047505d830" + diff --git a/escape-room/godot/imported/Carrot-fe92b6560a2f9029eb3e9aed059f96e1.bin b/escape-room/godot/imported/Carrot-fe92b6560a2f9029eb3e9aed059f96e1.bin new file mode 100644 index 0000000..31eab0b Binary files /dev/null and b/escape-room/godot/imported/Carrot-fe92b6560a2f9029eb3e9aed059f96e1.bin differ diff --git a/escape-room/godot/imported/Carrot-fe92b6560a2f9029eb3e9aed059f96e1.gltf b/escape-room/godot/imported/Carrot-fe92b6560a2f9029eb3e9aed059f96e1.gltf new file mode 100644 index 0000000..08c28dc --- /dev/null +++ b/escape-room/godot/imported/Carrot-fe92b6560a2f9029eb3e9aed059f96e1.gltf @@ -0,0 +1,224 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":17.711200219347912, + "spot":{ + "innerConeAngle":0.556323685321221, + "outerConeAngle":0.6544984579086304 + }, + "type":"spot", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Carrot", + "rotation":[ + 0, + 0.0025633678305894136, + 0, + 0.9999967217445374 + ], + "scale":[ + 0.06300000846385956, + 0.06300000846385956, + 0.06300000846385956 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp", + "rotation":[ + -0.43066635727882385, + 0.2826291024684906, + 0.1107434555888176, + 0.8499312996864319 + ], + "translation":[ + 11.024489402770996, + 12.59273910522461, + 11.036866188049316 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.21205638349056244, + 0.3869099020957947, + 0.08579305559396744, + 0.893293023109436 + ], + "scale":[ + 0.1682536005973816, + 0.1682535856962204, + 0.1682535856962204 + ], + "translation":[ + 1.3597670793533325, + 1.1318275928497314, + 1.2673547267913818 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.2683774610919762, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Carrot", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":129, + "max":[ + 1, + 5.796111106872559, + 1 + ], + "min":[ + -1, + 0.19611096382141113, + -1 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":129, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":129, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":129, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":192, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":1548, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":1548, + "byteOffset":1548, + "target":34962 + }, + { + "buffer":0, + "byteLength":1032, + "byteOffset":3096, + "target":34962 + }, + { + "buffer":0, + "byteLength":2064, + "byteOffset":4128, + "target":34962 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":6192, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":6576, + "uri":"Carrot-fe92b6560a2f9029eb3e9aed059f96e1.bin" + } + ] +} diff --git a/escape-room/godot/imported/Carrot.blend-fe92b6560a2f9029eb3e9aed059f96e1.md5 b/escape-room/godot/imported/Carrot.blend-fe92b6560a2f9029eb3e9aed059f96e1.md5 new file mode 100644 index 0000000..5318067 --- /dev/null +++ b/escape-room/godot/imported/Carrot.blend-fe92b6560a2f9029eb3e9aed059f96e1.md5 @@ -0,0 +1,3 @@ +source_md5="7b80c2c7ada675658fc616e46abd441e" +dest_md5="3711a95ddf3004c17f6a7442329f471b" + diff --git a/escape-room/godot/imported/Carrot.blend-fe92b6560a2f9029eb3e9aed059f96e1.scn b/escape-room/godot/imported/Carrot.blend-fe92b6560a2f9029eb3e9aed059f96e1.scn new file mode 100644 index 0000000..7337c10 Binary files /dev/null and b/escape-room/godot/imported/Carrot.blend-fe92b6560a2f9029eb3e9aed059f96e1.scn differ diff --git a/escape-room/godot/imported/Chair Texture.png-132c71d3ecd7e0fe72c93db524c0091f.ctex b/escape-room/godot/imported/Chair Texture.png-132c71d3ecd7e0fe72c93db524c0091f.ctex new file mode 100644 index 0000000..9561a04 Binary files /dev/null and b/escape-room/godot/imported/Chair Texture.png-132c71d3ecd7e0fe72c93db524c0091f.ctex differ diff --git a/escape-room/godot/imported/Chair Texture.png-132c71d3ecd7e0fe72c93db524c0091f.md5 b/escape-room/godot/imported/Chair Texture.png-132c71d3ecd7e0fe72c93db524c0091f.md5 new file mode 100644 index 0000000..ed12833 --- /dev/null +++ b/escape-room/godot/imported/Chair Texture.png-132c71d3ecd7e0fe72c93db524c0091f.md5 @@ -0,0 +1,3 @@ +source_md5="0301476061e3a0e143f53fb2e801f249" +dest_md5="7f6a91823e7d72912ae3fcdde793face" + diff --git a/escape-room/godot/imported/Chair Texture.png-17f428e9ef0d3dc556509057ca513d93.ctex b/escape-room/godot/imported/Chair Texture.png-17f428e9ef0d3dc556509057ca513d93.ctex new file mode 100644 index 0000000..9561a04 Binary files /dev/null and b/escape-room/godot/imported/Chair Texture.png-17f428e9ef0d3dc556509057ca513d93.ctex differ diff --git a/escape-room/godot/imported/Chair Texture.png-17f428e9ef0d3dc556509057ca513d93.md5 b/escape-room/godot/imported/Chair Texture.png-17f428e9ef0d3dc556509057ca513d93.md5 new file mode 100644 index 0000000..ed12833 --- /dev/null +++ b/escape-room/godot/imported/Chair Texture.png-17f428e9ef0d3dc556509057ca513d93.md5 @@ -0,0 +1,3 @@ +source_md5="0301476061e3a0e143f53fb2e801f249" +dest_md5="7f6a91823e7d72912ae3fcdde793face" + diff --git a/escape-room/godot/imported/Chair Texture.png-cc3ba5d4a983b8d89f30895dbbe6eb9a.ctex b/escape-room/godot/imported/Chair Texture.png-cc3ba5d4a983b8d89f30895dbbe6eb9a.ctex new file mode 100644 index 0000000..9561a04 Binary files /dev/null and b/escape-room/godot/imported/Chair Texture.png-cc3ba5d4a983b8d89f30895dbbe6eb9a.ctex differ diff --git a/escape-room/godot/imported/Chair Texture.png-cc3ba5d4a983b8d89f30895dbbe6eb9a.md5 b/escape-room/godot/imported/Chair Texture.png-cc3ba5d4a983b8d89f30895dbbe6eb9a.md5 new file mode 100644 index 0000000..ed12833 --- /dev/null +++ b/escape-room/godot/imported/Chair Texture.png-cc3ba5d4a983b8d89f30895dbbe6eb9a.md5 @@ -0,0 +1,3 @@ +source_md5="0301476061e3a0e143f53fb2e801f249" +dest_md5="7f6a91823e7d72912ae3fcdde793face" + diff --git a/escape-room/godot/imported/Chair-26fef1cf4923b5753f1623fcb4b5b814.bin b/escape-room/godot/imported/Chair-26fef1cf4923b5753f1623fcb4b5b814.bin new file mode 100644 index 0000000..050952c Binary files /dev/null and b/escape-room/godot/imported/Chair-26fef1cf4923b5753f1623fcb4b5b814.bin differ diff --git a/escape-room/godot/imported/Chair-26fef1cf4923b5753f1623fcb4b5b814.gltf b/escape-room/godot/imported/Chair-26fef1cf4923b5753f1623fcb4b5b814.gltf new file mode 100644 index 0000000..ee9041b --- /dev/null +++ b/escape-room/godot/imported/Chair-26fef1cf4923b5753f1623fcb4b5b814.gltf @@ -0,0 +1,156 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Chair" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"DarkWood.009" + }, + { + "doubleSided":true, + "name":"Wood.011" + } + ], + "meshes":[ + { + "name":"Cube.016", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1 + }, + "indices":2, + "material":0 + }, + { + "attributes":{ + "POSITION":3, + "NORMAL":4 + }, + "indices":5, + "material":1 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":156, + "max":[ + 0.1968221515417099, + 0.31872624158859253, + 0.19237779080867767 + ], + "min":[ + -0.1968221515417099, + -0.005166157614439726, + -0.19237779080867767 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":156, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5123, + "count":288, + "type":"SCALAR" + }, + { + "bufferView":3, + "componentType":5126, + "count":142, + "max":[ + 0.21894480288028717, + 0.9860897064208984, + 0.21630297601222992 + ], + "min":[ + -0.21894480288028717, + 0.31872624158859253, + -0.21630297601222992 + ], + "type":"VEC3" + }, + { + "bufferView":4, + "componentType":5126, + "count":142, + "type":"VEC3" + }, + { + "bufferView":5, + "componentType":5123, + "count":360, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":1872, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":1872, + "byteOffset":1872, + "target":34962 + }, + { + "buffer":0, + "byteLength":576, + "byteOffset":3744, + "target":34963 + }, + { + "buffer":0, + "byteLength":1704, + "byteOffset":4320, + "target":34962 + }, + { + "buffer":0, + "byteLength":1704, + "byteOffset":6024, + "target":34962 + }, + { + "buffer":0, + "byteLength":720, + "byteOffset":7728, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":8448, + "uri":"Chair-26fef1cf4923b5753f1623fcb4b5b814.bin" + } + ] +} diff --git a/escape-room/godot/imported/Chair-9a6995fa74e9f285505531dec989ec81.bin b/escape-room/godot/imported/Chair-9a6995fa74e9f285505531dec989ec81.bin new file mode 100644 index 0000000..dd7ac7f Binary files /dev/null and b/escape-room/godot/imported/Chair-9a6995fa74e9f285505531dec989ec81.bin differ diff --git a/escape-room/godot/imported/Chair-9a6995fa74e9f285505531dec989ec81.gltf b/escape-room/godot/imported/Chair-9a6995fa74e9f285505531dec989ec81.gltf new file mode 100644 index 0000000..259ab2f --- /dev/null +++ b/escape-room/godot/imported/Chair-9a6995fa74e9f285505531dec989ec81.gltf @@ -0,0 +1,239 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":11.859128137644854, + "type":"point", + "name":"Spot.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":11.859128137644854, + "type":"point", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 0.03536999225616455, + 1.8503470420837402, + 2.1398661136627197 + ] + }, + { + "mesh":0, + "name":"Chair", + "scale":[ + 0.34299999475479126, + 0.34300002455711365, + 0.34299999475479126 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 1.6326634883880615, + 1.8503470420837402, + 0.043026089668273926 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.21205638349056244, + 0.3869099020957947, + 0.08579304814338684, + 0.893293023109436 + ], + "translation":[ + 3.6584930419921875, + 3.0956311225891113, + 3.4668705463409424 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.406831209766368, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Chair", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":148, + "max":[ + 1.0000004768371582, + 4.00051736831665, + 1.0000005960464478 + ], + "min":[ + -1.0000003576278687, + -0.0017542839050292969, + -1.0000003576278687 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":148, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":148, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":148, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":240, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":1776, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":1776, + "byteOffset":1776, + "target":34962 + }, + { + "buffer":0, + "byteLength":1184, + "byteOffset":3552, + "target":34962 + }, + { + "buffer":0, + "byteLength":2368, + "byteOffset":4736, + "target":34962 + }, + { + "buffer":0, + "byteLength":480, + "byteOffset":7104, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":7584, + "uri":"Chair-9a6995fa74e9f285505531dec989ec81.bin" + } + ] +} diff --git a/escape-room/godot/imported/Chair.blend-26fef1cf4923b5753f1623fcb4b5b814.md5 b/escape-room/godot/imported/Chair.blend-26fef1cf4923b5753f1623fcb4b5b814.md5 new file mode 100644 index 0000000..e945261 --- /dev/null +++ b/escape-room/godot/imported/Chair.blend-26fef1cf4923b5753f1623fcb4b5b814.md5 @@ -0,0 +1,3 @@ +source_md5="d5026d3021f40f9b1e9f32214ea4c310" +dest_md5="c06e4617dc4ced7674e0b562aa37cf92" + diff --git a/escape-room/godot/imported/Chair.blend-26fef1cf4923b5753f1623fcb4b5b814.scn b/escape-room/godot/imported/Chair.blend-26fef1cf4923b5753f1623fcb4b5b814.scn new file mode 100644 index 0000000..a454feb Binary files /dev/null and b/escape-room/godot/imported/Chair.blend-26fef1cf4923b5753f1623fcb4b5b814.scn differ diff --git a/escape-room/godot/imported/Chair.blend-9a6995fa74e9f285505531dec989ec81.md5 b/escape-room/godot/imported/Chair.blend-9a6995fa74e9f285505531dec989ec81.md5 new file mode 100644 index 0000000..3f10221 --- /dev/null +++ b/escape-room/godot/imported/Chair.blend-9a6995fa74e9f285505531dec989ec81.md5 @@ -0,0 +1,3 @@ +source_md5="76ea73145887fb505a83f272eece95c0" +dest_md5="549bff26efba6beb26f75bc53f5266de" + diff --git a/escape-room/godot/imported/Chair.blend-9a6995fa74e9f285505531dec989ec81.scn b/escape-room/godot/imported/Chair.blend-9a6995fa74e9f285505531dec989ec81.scn new file mode 100644 index 0000000..32ae50b Binary files /dev/null and b/escape-room/godot/imported/Chair.blend-9a6995fa74e9f285505531dec989ec81.scn differ diff --git a/escape-room/godot/imported/Chair.fbx-8bb338a08758c0296d20f6ef0968c3f0.md5 b/escape-room/godot/imported/Chair.fbx-8bb338a08758c0296d20f6ef0968c3f0.md5 new file mode 100644 index 0000000..acf2fa7 --- /dev/null +++ b/escape-room/godot/imported/Chair.fbx-8bb338a08758c0296d20f6ef0968c3f0.md5 @@ -0,0 +1,3 @@ +source_md5="2df36f7f31b1d570417e36f4997eef82" +dest_md5="aa7a433e04293ed713e0acd4eaae1e84" + diff --git a/escape-room/godot/imported/Chair.fbx-8bb338a08758c0296d20f6ef0968c3f0.scn b/escape-room/godot/imported/Chair.fbx-8bb338a08758c0296d20f6ef0968c3f0.scn new file mode 100644 index 0000000..288eeda Binary files /dev/null and b/escape-room/godot/imported/Chair.fbx-8bb338a08758c0296d20f6ef0968c3f0.scn differ diff --git a/escape-room/godot/imported/Chair.obj-07ff7716b657f106a0b4783dc9e571ee.md5 b/escape-room/godot/imported/Chair.obj-07ff7716b657f106a0b4783dc9e571ee.md5 new file mode 100644 index 0000000..f2e375e --- /dev/null +++ b/escape-room/godot/imported/Chair.obj-07ff7716b657f106a0b4783dc9e571ee.md5 @@ -0,0 +1,3 @@ +source_md5="a5171894ae64eb183bcddb4a4c80969d" +dest_md5="e832dcca5fdac8ea617ebd6cd3d6817c" + diff --git a/escape-room/godot/imported/Chair.obj-07ff7716b657f106a0b4783dc9e571ee.mesh b/escape-room/godot/imported/Chair.obj-07ff7716b657f106a0b4783dc9e571ee.mesh new file mode 100644 index 0000000..555526d Binary files /dev/null and b/escape-room/godot/imported/Chair.obj-07ff7716b657f106a0b4783dc9e571ee.mesh differ diff --git a/escape-room/godot/imported/ChairCushioned-f908906410282798e5ebbd339cf4f92a.bin b/escape-room/godot/imported/ChairCushioned-f908906410282798e5ebbd339cf4f92a.bin new file mode 100644 index 0000000..881bb2e Binary files /dev/null and b/escape-room/godot/imported/ChairCushioned-f908906410282798e5ebbd339cf4f92a.bin differ diff --git a/escape-room/godot/imported/ChairCushioned-f908906410282798e5ebbd339cf4f92a.gltf b/escape-room/godot/imported/ChairCushioned-f908906410282798e5ebbd339cf4f92a.gltf new file mode 100644 index 0000000..d9e19c4 --- /dev/null +++ b/escape-room/godot/imported/ChairCushioned-f908906410282798e5ebbd339cf4f92a.gltf @@ -0,0 +1,214 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Cushioned Chair" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"DarkWood.011" + }, + { + "doubleSided":true, + "name":"Wood.013" + }, + { + "doubleSided":true, + "name":"Red" + } + ], + "meshes":[ + { + "name":"Cube.009", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1 + }, + "indices":2, + "material":0 + }, + { + "attributes":{ + "POSITION":3, + "NORMAL":4 + }, + "indices":5, + "material":1 + }, + { + "attributes":{ + "POSITION":6, + "NORMAL":7 + }, + "indices":8, + "material":2 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":156, + "max":[ + 0.1968221515417099, + 0.31872624158859253, + 0.19237779080867767 + ], + "min":[ + -0.1968221515417099, + -0.005166157614439726, + -0.19237779080867767 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":156, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5123, + "count":288, + "type":"SCALAR" + }, + { + "bufferView":3, + "componentType":5126, + "count":123, + "max":[ + 0.21894480288028717, + 1.0486533641815186, + 0.21630297601222992 + ], + "min":[ + -0.21894480288028717, + 0.31872624158859253, + -0.21630297601222992 + ], + "type":"VEC3" + }, + { + "bufferView":4, + "componentType":5126, + "count":123, + "type":"VEC3" + }, + { + "bufferView":5, + "componentType":5123, + "count":306, + "type":"SCALAR" + }, + { + "bufferView":6, + "componentType":5126, + "count":95, + "max":[ + 0.18577340245246887, + 0.9955424070358276, + 0.1854991614818573 + ], + "min":[ + -0.1585114598274231, + 0.3752736449241638, + -0.1854991614818573 + ], + "type":"VEC3" + }, + { + "bufferView":7, + "componentType":5126, + "count":95, + "type":"VEC3" + }, + { + "bufferView":8, + "componentType":5123, + "count":174, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":1872, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":1872, + "byteOffset":1872, + "target":34962 + }, + { + "buffer":0, + "byteLength":576, + "byteOffset":3744, + "target":34963 + }, + { + "buffer":0, + "byteLength":1476, + "byteOffset":4320, + "target":34962 + }, + { + "buffer":0, + "byteLength":1476, + "byteOffset":5796, + "target":34962 + }, + { + "buffer":0, + "byteLength":612, + "byteOffset":7272, + "target":34963 + }, + { + "buffer":0, + "byteLength":1140, + "byteOffset":7884, + "target":34962 + }, + { + "buffer":0, + "byteLength":1140, + "byteOffset":9024, + "target":34962 + }, + { + "buffer":0, + "byteLength":348, + "byteOffset":10164, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":10512, + "uri":"ChairCushioned-f908906410282798e5ebbd339cf4f92a.bin" + } + ] +} diff --git a/escape-room/godot/imported/ChairCushioned.blend-f908906410282798e5ebbd339cf4f92a.md5 b/escape-room/godot/imported/ChairCushioned.blend-f908906410282798e5ebbd339cf4f92a.md5 new file mode 100644 index 0000000..12253ab --- /dev/null +++ b/escape-room/godot/imported/ChairCushioned.blend-f908906410282798e5ebbd339cf4f92a.md5 @@ -0,0 +1,3 @@ +source_md5="ebe17f09a5f322a3a6df55d787355197" +dest_md5="70350658147744305c8159bd5b785cc5" + diff --git a/escape-room/godot/imported/ChairCushioned.blend-f908906410282798e5ebbd339cf4f92a.scn b/escape-room/godot/imported/ChairCushioned.blend-f908906410282798e5ebbd339cf4f92a.scn new file mode 100644 index 0000000..34e9464 Binary files /dev/null and b/escape-room/godot/imported/ChairCushioned.blend-f908906410282798e5ebbd339cf4f92a.scn differ diff --git a/escape-room/godot/imported/ChairCushioned.fbx-88ae34ae00dcc597db340d64d6b6cfd0.md5 b/escape-room/godot/imported/ChairCushioned.fbx-88ae34ae00dcc597db340d64d6b6cfd0.md5 new file mode 100644 index 0000000..5645407 --- /dev/null +++ b/escape-room/godot/imported/ChairCushioned.fbx-88ae34ae00dcc597db340d64d6b6cfd0.md5 @@ -0,0 +1,3 @@ +source_md5="de94cffb0ebbd47b114b10154ec8fe51" +dest_md5="8540d7b9a8d2bd454dfb0148d2640bb5" + diff --git a/escape-room/godot/imported/ChairCushioned.fbx-88ae34ae00dcc597db340d64d6b6cfd0.scn b/escape-room/godot/imported/ChairCushioned.fbx-88ae34ae00dcc597db340d64d6b6cfd0.scn new file mode 100644 index 0000000..dee9961 Binary files /dev/null and b/escape-room/godot/imported/ChairCushioned.fbx-88ae34ae00dcc597db340d64d6b6cfd0.scn differ diff --git a/escape-room/godot/imported/ChairCushioned.obj-d8924e863a64109eeb0801ea5a6ca246.md5 b/escape-room/godot/imported/ChairCushioned.obj-d8924e863a64109eeb0801ea5a6ca246.md5 new file mode 100644 index 0000000..f63d40e --- /dev/null +++ b/escape-room/godot/imported/ChairCushioned.obj-d8924e863a64109eeb0801ea5a6ca246.md5 @@ -0,0 +1,3 @@ +source_md5="805d3959a404c6cfe07c055674b89881" +dest_md5="baeaf2d38d1870984ca3469cf63f4dba" + diff --git a/escape-room/godot/imported/ChairCushioned.obj-d8924e863a64109eeb0801ea5a6ca246.mesh b/escape-room/godot/imported/ChairCushioned.obj-d8924e863a64109eeb0801ea5a6ca246.mesh new file mode 100644 index 0000000..3cccbc9 Binary files /dev/null and b/escape-room/godot/imported/ChairCushioned.obj-d8924e863a64109eeb0801ea5a6ca246.mesh differ diff --git a/escape-room/godot/imported/ChairHandle-91aa0e27330f17732ec57da3d0c1c8c4.bin b/escape-room/godot/imported/ChairHandle-91aa0e27330f17732ec57da3d0c1c8c4.bin new file mode 100644 index 0000000..ebbef95 Binary files /dev/null and b/escape-room/godot/imported/ChairHandle-91aa0e27330f17732ec57da3d0c1c8c4.bin differ diff --git a/escape-room/godot/imported/ChairHandle-91aa0e27330f17732ec57da3d0c1c8c4.gltf b/escape-room/godot/imported/ChairHandle-91aa0e27330f17732ec57da3d0c1c8c4.gltf new file mode 100644 index 0000000..4739150 --- /dev/null +++ b/escape-room/godot/imported/ChairHandle-91aa0e27330f17732ec57da3d0c1c8c4.gltf @@ -0,0 +1,156 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"HandleChair" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"DarkWood.010" + }, + { + "doubleSided":true, + "name":"Wood.012" + } + ], + "meshes":[ + { + "name":"Cube.017", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1 + }, + "indices":2, + "material":0 + }, + { + "attributes":{ + "POSITION":3, + "NORMAL":4 + }, + "indices":5, + "material":1 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":156, + "max":[ + 0.1968221515417099, + 0.31872624158859253, + 0.19237779080867767 + ], + "min":[ + -0.1968221515417099, + -0.005166157614439726, + -0.19237779080867767 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":156, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5123, + "count":288, + "type":"SCALAR" + }, + { + "bufferView":3, + "componentType":5126, + "count":202, + "max":[ + 0.21894480288028717, + 0.688687264919281, + 0.21630297601222992 + ], + "min":[ + -0.21894480288028717, + 0.31872624158859253, + -0.21630297601222992 + ], + "type":"VEC3" + }, + { + "bufferView":4, + "componentType":5126, + "count":202, + "type":"VEC3" + }, + { + "bufferView":5, + "componentType":5123, + "count":492, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":1872, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":1872, + "byteOffset":1872, + "target":34962 + }, + { + "buffer":0, + "byteLength":576, + "byteOffset":3744, + "target":34963 + }, + { + "buffer":0, + "byteLength":2424, + "byteOffset":4320, + "target":34962 + }, + { + "buffer":0, + "byteLength":2424, + "byteOffset":6744, + "target":34962 + }, + { + "buffer":0, + "byteLength":984, + "byteOffset":9168, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":10152, + "uri":"ChairHandle-91aa0e27330f17732ec57da3d0c1c8c4.bin" + } + ] +} diff --git a/escape-room/godot/imported/ChairHandle.blend-91aa0e27330f17732ec57da3d0c1c8c4.md5 b/escape-room/godot/imported/ChairHandle.blend-91aa0e27330f17732ec57da3d0c1c8c4.md5 new file mode 100644 index 0000000..0e7746f --- /dev/null +++ b/escape-room/godot/imported/ChairHandle.blend-91aa0e27330f17732ec57da3d0c1c8c4.md5 @@ -0,0 +1,3 @@ +source_md5="ee4c286cc45f66c7b690327b00f53c3b" +dest_md5="bfee1fbb84692de3ce674d9980007f84" + diff --git a/escape-room/godot/imported/ChairHandle.blend-91aa0e27330f17732ec57da3d0c1c8c4.scn b/escape-room/godot/imported/ChairHandle.blend-91aa0e27330f17732ec57da3d0c1c8c4.scn new file mode 100644 index 0000000..7bf8d84 Binary files /dev/null and b/escape-room/godot/imported/ChairHandle.blend-91aa0e27330f17732ec57da3d0c1c8c4.scn differ diff --git a/escape-room/godot/imported/ChairHandle.fbx-8195be04d84f8ae7a0df61de83534b53.md5 b/escape-room/godot/imported/ChairHandle.fbx-8195be04d84f8ae7a0df61de83534b53.md5 new file mode 100644 index 0000000..0ce73af --- /dev/null +++ b/escape-room/godot/imported/ChairHandle.fbx-8195be04d84f8ae7a0df61de83534b53.md5 @@ -0,0 +1,3 @@ +source_md5="af2e0e7aaf38563be110a8aa24676625" +dest_md5="7bbfd28c2c90dcf5f56e9dd37108f319" + diff --git a/escape-room/godot/imported/ChairHandle.fbx-8195be04d84f8ae7a0df61de83534b53.scn b/escape-room/godot/imported/ChairHandle.fbx-8195be04d84f8ae7a0df61de83534b53.scn new file mode 100644 index 0000000..6460a56 Binary files /dev/null and b/escape-room/godot/imported/ChairHandle.fbx-8195be04d84f8ae7a0df61de83534b53.scn differ diff --git a/escape-room/godot/imported/ChairHandle.obj-dbf566ac1ca41b4f3a141bb2800d00b4.md5 b/escape-room/godot/imported/ChairHandle.obj-dbf566ac1ca41b4f3a141bb2800d00b4.md5 new file mode 100644 index 0000000..d8981ed --- /dev/null +++ b/escape-room/godot/imported/ChairHandle.obj-dbf566ac1ca41b4f3a141bb2800d00b4.md5 @@ -0,0 +1,3 @@ +source_md5="5a018a9e7cef360a5ed9823e892f3c12" +dest_md5="058642a2bb26e892c548914aa97c06c1" + diff --git a/escape-room/godot/imported/ChairHandle.obj-dbf566ac1ca41b4f3a141bb2800d00b4.mesh b/escape-room/godot/imported/ChairHandle.obj-dbf566ac1ca41b4f3a141bb2800d00b4.mesh new file mode 100644 index 0000000..709d4aa Binary files /dev/null and b/escape-room/godot/imported/ChairHandle.obj-dbf566ac1ca41b4f3a141bb2800d00b4.mesh differ diff --git a/escape-room/godot/imported/ChatGPT Image 7. Nov. 2025, 18_19_14.png-c3b301cc8d0f0f5373851a362031b188.etc2.ctex b/escape-room/godot/imported/ChatGPT Image 7. Nov. 2025, 18_19_14.png-c3b301cc8d0f0f5373851a362031b188.etc2.ctex new file mode 100644 index 0000000..f2271ae Binary files /dev/null and b/escape-room/godot/imported/ChatGPT Image 7. Nov. 2025, 18_19_14.png-c3b301cc8d0f0f5373851a362031b188.etc2.ctex differ diff --git a/escape-room/godot/imported/ChatGPT Image 7. Nov. 2025, 18_19_14.png-c3b301cc8d0f0f5373851a362031b188.md5 b/escape-room/godot/imported/ChatGPT Image 7. Nov. 2025, 18_19_14.png-c3b301cc8d0f0f5373851a362031b188.md5 new file mode 100644 index 0000000..c3fe4cd --- /dev/null +++ b/escape-room/godot/imported/ChatGPT Image 7. Nov. 2025, 18_19_14.png-c3b301cc8d0f0f5373851a362031b188.md5 @@ -0,0 +1,3 @@ +source_md5="03de7e494b24d5366ebeb2bf383a4ee4" +dest_md5="bf68d8b1e19df68072008ed13683dc76" + diff --git a/escape-room/godot/imported/ChatGPT Image 7. Nov. 2025, 18_19_14.png-c3b301cc8d0f0f5373851a362031b188.s3tc.ctex b/escape-room/godot/imported/ChatGPT Image 7. Nov. 2025, 18_19_14.png-c3b301cc8d0f0f5373851a362031b188.s3tc.ctex new file mode 100644 index 0000000..edce9d7 Binary files /dev/null and b/escape-room/godot/imported/ChatGPT Image 7. Nov. 2025, 18_19_14.png-c3b301cc8d0f0f5373851a362031b188.s3tc.ctex differ diff --git a/escape-room/godot/imported/ChatGPT Image 7. Nov. 2025, 18_21_03.png-3e0c4c3d01e7bb78a1f8538c2ee53103.etc2.ctex b/escape-room/godot/imported/ChatGPT Image 7. Nov. 2025, 18_21_03.png-3e0c4c3d01e7bb78a1f8538c2ee53103.etc2.ctex new file mode 100644 index 0000000..2d485a3 Binary files /dev/null and b/escape-room/godot/imported/ChatGPT Image 7. Nov. 2025, 18_21_03.png-3e0c4c3d01e7bb78a1f8538c2ee53103.etc2.ctex differ diff --git a/escape-room/godot/imported/ChatGPT Image 7. Nov. 2025, 18_21_03.png-3e0c4c3d01e7bb78a1f8538c2ee53103.md5 b/escape-room/godot/imported/ChatGPT Image 7. Nov. 2025, 18_21_03.png-3e0c4c3d01e7bb78a1f8538c2ee53103.md5 new file mode 100644 index 0000000..f95977d --- /dev/null +++ b/escape-room/godot/imported/ChatGPT Image 7. Nov. 2025, 18_21_03.png-3e0c4c3d01e7bb78a1f8538c2ee53103.md5 @@ -0,0 +1,3 @@ +source_md5="4d3a896101043d6aa46c83e784deef8f" +dest_md5="aa33a6c461bcb12720ad4fafb92f8676" + diff --git a/escape-room/godot/imported/ChatGPT Image 7. Nov. 2025, 18_21_03.png-3e0c4c3d01e7bb78a1f8538c2ee53103.s3tc.ctex b/escape-room/godot/imported/ChatGPT Image 7. Nov. 2025, 18_21_03.png-3e0c4c3d01e7bb78a1f8538c2ee53103.s3tc.ctex new file mode 100644 index 0000000..061df1e Binary files /dev/null and b/escape-room/godot/imported/ChatGPT Image 7. Nov. 2025, 18_21_03.png-3e0c4c3d01e7bb78a1f8538c2ee53103.s3tc.ctex differ diff --git a/escape-room/godot/imported/Cheese Texture.png-045959b1e5c6529cacba8ce6602b6da8.ctex b/escape-room/godot/imported/Cheese Texture.png-045959b1e5c6529cacba8ce6602b6da8.ctex new file mode 100644 index 0000000..1c237ce Binary files /dev/null and b/escape-room/godot/imported/Cheese Texture.png-045959b1e5c6529cacba8ce6602b6da8.ctex differ diff --git a/escape-room/godot/imported/Cheese Texture.png-045959b1e5c6529cacba8ce6602b6da8.md5 b/escape-room/godot/imported/Cheese Texture.png-045959b1e5c6529cacba8ce6602b6da8.md5 new file mode 100644 index 0000000..86bf15c --- /dev/null +++ b/escape-room/godot/imported/Cheese Texture.png-045959b1e5c6529cacba8ce6602b6da8.md5 @@ -0,0 +1,3 @@ +source_md5="c3dcbd108bfa621e432a2f1449642562" +dest_md5="de608bab851c5c6c5ab001cbbe22e0f8" + diff --git a/escape-room/godot/imported/Cheese Texture.png-3139728459ef1f69ce7e89fdaef832fc.ctex b/escape-room/godot/imported/Cheese Texture.png-3139728459ef1f69ce7e89fdaef832fc.ctex new file mode 100644 index 0000000..1c237ce Binary files /dev/null and b/escape-room/godot/imported/Cheese Texture.png-3139728459ef1f69ce7e89fdaef832fc.ctex differ diff --git a/escape-room/godot/imported/Cheese Texture.png-3139728459ef1f69ce7e89fdaef832fc.md5 b/escape-room/godot/imported/Cheese Texture.png-3139728459ef1f69ce7e89fdaef832fc.md5 new file mode 100644 index 0000000..86bf15c --- /dev/null +++ b/escape-room/godot/imported/Cheese Texture.png-3139728459ef1f69ce7e89fdaef832fc.md5 @@ -0,0 +1,3 @@ +source_md5="c3dcbd108bfa621e432a2f1449642562" +dest_md5="de608bab851c5c6c5ab001cbbe22e0f8" + diff --git a/escape-room/godot/imported/Cheese Texture.png-819ebc01e7cecd3ae843de9fb1ec0647.ctex b/escape-room/godot/imported/Cheese Texture.png-819ebc01e7cecd3ae843de9fb1ec0647.ctex new file mode 100644 index 0000000..1c237ce Binary files /dev/null and b/escape-room/godot/imported/Cheese Texture.png-819ebc01e7cecd3ae843de9fb1ec0647.ctex differ diff --git a/escape-room/godot/imported/Cheese Texture.png-819ebc01e7cecd3ae843de9fb1ec0647.md5 b/escape-room/godot/imported/Cheese Texture.png-819ebc01e7cecd3ae843de9fb1ec0647.md5 new file mode 100644 index 0000000..86bf15c --- /dev/null +++ b/escape-room/godot/imported/Cheese Texture.png-819ebc01e7cecd3ae843de9fb1ec0647.md5 @@ -0,0 +1,3 @@ +source_md5="c3dcbd108bfa621e432a2f1449642562" +dest_md5="de608bab851c5c6c5ab001cbbe22e0f8" + diff --git a/escape-room/godot/imported/Cheese-7cc5c9c29958120fbe913389f4309d21.bin b/escape-room/godot/imported/Cheese-7cc5c9c29958120fbe913389f4309d21.bin new file mode 100644 index 0000000..0d0b6ad Binary files /dev/null and b/escape-room/godot/imported/Cheese-7cc5c9c29958120fbe913389f4309d21.bin differ diff --git a/escape-room/godot/imported/Cheese-7cc5c9c29958120fbe913389f4309d21.gltf b/escape-room/godot/imported/Cheese-7cc5c9c29958120fbe913389f4309d21.gltf new file mode 100644 index 0000000..729d9e7 --- /dev/null +++ b/escape-room/godot/imported/Cheese-7cc5c9c29958120fbe913389f4309d21.gltf @@ -0,0 +1,304 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.003" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.002" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3, + 4, + 5 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Cheese", + "scale":[ + 0.0990000069141388, + 0.0990000069141388, + 0.0990000069141388 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.003", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + -5.661691665649414, + 0.9350056648254395, + -0.1396610140800476 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp.002", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 8.536748886108398, + -0.7779943943023682, + -0.9168896675109863 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":2 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 2.340540885925293, + 0.7569575309753418, + 4.608394622802734 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":3 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 4.076245307922363, + 5.903861999511719, + -1.0054539442062378 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.37691497802734375, + 0.3635171055793762, + 0.15096932649612427, + 0.8384501338005066 + ], + "scale":[ + 0.18605180084705353, + 0.18605180084705353, + 0.18605178594589233 + ], + "translation":[ + 1.5678902864456177, + 2.450404167175293, + 1.4369808435440063 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.18247095504001393, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Cheese", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":18, + "max":[ + 2.200000047683716, + 2, + 0.9999995827674866 + ], + "min":[ + -1.8000006675720215, + 0, + -1.0000008344650269 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":18, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":18, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":18, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":24, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":216, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":216, + "byteOffset":216, + "target":34962 + }, + { + "buffer":0, + "byteLength":144, + "byteOffset":432, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":576, + "target":34962 + }, + { + "buffer":0, + "byteLength":48, + "byteOffset":864, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":912, + "uri":"Cheese-7cc5c9c29958120fbe913389f4309d21.bin" + } + ] +} diff --git a/escape-room/godot/imported/Cheese.blend-7cc5c9c29958120fbe913389f4309d21.md5 b/escape-room/godot/imported/Cheese.blend-7cc5c9c29958120fbe913389f4309d21.md5 new file mode 100644 index 0000000..eccc867 --- /dev/null +++ b/escape-room/godot/imported/Cheese.blend-7cc5c9c29958120fbe913389f4309d21.md5 @@ -0,0 +1,3 @@ +source_md5="9acab51c8ce36fb03a3bb26c3866b0af" +dest_md5="8daf4c38cf53a654f83682c9b417c7af" + diff --git a/escape-room/godot/imported/Cheese.blend-7cc5c9c29958120fbe913389f4309d21.scn b/escape-room/godot/imported/Cheese.blend-7cc5c9c29958120fbe913389f4309d21.scn new file mode 100644 index 0000000..63bb017 Binary files /dev/null and b/escape-room/godot/imported/Cheese.blend-7cc5c9c29958120fbe913389f4309d21.scn differ diff --git a/escape-room/godot/imported/Cheese.png-2f6583251ad5934d4fc95c7389f1ca4f.ctex b/escape-room/godot/imported/Cheese.png-2f6583251ad5934d4fc95c7389f1ca4f.ctex new file mode 100644 index 0000000..d19782c Binary files /dev/null and b/escape-room/godot/imported/Cheese.png-2f6583251ad5934d4fc95c7389f1ca4f.ctex differ diff --git a/escape-room/godot/imported/Cheese.png-2f6583251ad5934d4fc95c7389f1ca4f.md5 b/escape-room/godot/imported/Cheese.png-2f6583251ad5934d4fc95c7389f1ca4f.md5 new file mode 100644 index 0000000..9ef0240 --- /dev/null +++ b/escape-room/godot/imported/Cheese.png-2f6583251ad5934d4fc95c7389f1ca4f.md5 @@ -0,0 +1,3 @@ +source_md5="497db6d0d79dbb6b0b8b94c9b156e3b1" +dest_md5="ce88472348a3af8cd62d6bb2bf5c7d35" + diff --git a/escape-room/godot/imported/Chest texture.png-27c497febd180b40612957ada636f89d.ctex b/escape-room/godot/imported/Chest texture.png-27c497febd180b40612957ada636f89d.ctex new file mode 100644 index 0000000..028bd51 Binary files /dev/null and b/escape-room/godot/imported/Chest texture.png-27c497febd180b40612957ada636f89d.ctex differ diff --git a/escape-room/godot/imported/Chest texture.png-27c497febd180b40612957ada636f89d.md5 b/escape-room/godot/imported/Chest texture.png-27c497febd180b40612957ada636f89d.md5 new file mode 100644 index 0000000..33d9d2e --- /dev/null +++ b/escape-room/godot/imported/Chest texture.png-27c497febd180b40612957ada636f89d.md5 @@ -0,0 +1,3 @@ +source_md5="7df07ed6a6eff6cc4cef1c7b83acce3a" +dest_md5="bf0e99bdbb112c0675be488e5f6f4d0f" + diff --git a/escape-room/godot/imported/Chest texture.png-444fab81e3949b0a24a0c81bdb52ef12.ctex b/escape-room/godot/imported/Chest texture.png-444fab81e3949b0a24a0c81bdb52ef12.ctex new file mode 100644 index 0000000..028bd51 Binary files /dev/null and b/escape-room/godot/imported/Chest texture.png-444fab81e3949b0a24a0c81bdb52ef12.ctex differ diff --git a/escape-room/godot/imported/Chest texture.png-444fab81e3949b0a24a0c81bdb52ef12.md5 b/escape-room/godot/imported/Chest texture.png-444fab81e3949b0a24a0c81bdb52ef12.md5 new file mode 100644 index 0000000..33d9d2e --- /dev/null +++ b/escape-room/godot/imported/Chest texture.png-444fab81e3949b0a24a0c81bdb52ef12.md5 @@ -0,0 +1,3 @@ +source_md5="7df07ed6a6eff6cc4cef1c7b83acce3a" +dest_md5="bf0e99bdbb112c0675be488e5f6f4d0f" + diff --git a/escape-room/godot/imported/Chest texture.png-aad7358f89a01692a4810a6a6d8bc6cb.ctex b/escape-room/godot/imported/Chest texture.png-aad7358f89a01692a4810a6a6d8bc6cb.ctex new file mode 100644 index 0000000..028bd51 Binary files /dev/null and b/escape-room/godot/imported/Chest texture.png-aad7358f89a01692a4810a6a6d8bc6cb.ctex differ diff --git a/escape-room/godot/imported/Chest texture.png-aad7358f89a01692a4810a6a6d8bc6cb.md5 b/escape-room/godot/imported/Chest texture.png-aad7358f89a01692a4810a6a6d8bc6cb.md5 new file mode 100644 index 0000000..33d9d2e --- /dev/null +++ b/escape-room/godot/imported/Chest texture.png-aad7358f89a01692a4810a6a6d8bc6cb.md5 @@ -0,0 +1,3 @@ +source_md5="7df07ed6a6eff6cc4cef1c7b83acce3a" +dest_md5="bf0e99bdbb112c0675be488e5f6f4d0f" + diff --git a/escape-room/godot/imported/Chest.png-f27821047040ad0cbf858e2ad77acea9.ctex b/escape-room/godot/imported/Chest.png-f27821047040ad0cbf858e2ad77acea9.ctex new file mode 100644 index 0000000..d41f8e8 Binary files /dev/null and b/escape-room/godot/imported/Chest.png-f27821047040ad0cbf858e2ad77acea9.ctex differ diff --git a/escape-room/godot/imported/Chest.png-f27821047040ad0cbf858e2ad77acea9.md5 b/escape-room/godot/imported/Chest.png-f27821047040ad0cbf858e2ad77acea9.md5 new file mode 100644 index 0000000..fb8dd24 --- /dev/null +++ b/escape-room/godot/imported/Chest.png-f27821047040ad0cbf858e2ad77acea9.md5 @@ -0,0 +1,3 @@ +source_md5="8e6613f011548ab9db8fac026c993b1a" +dest_md5="15311b033141872a6430101f30bd5223" + diff --git a/escape-room/godot/imported/Closet-fc2fe20ffe53d20c1e36bc25e0984ad5.bin b/escape-room/godot/imported/Closet-fc2fe20ffe53d20c1e36bc25e0984ad5.bin new file mode 100644 index 0000000..9b84837 Binary files /dev/null and b/escape-room/godot/imported/Closet-fc2fe20ffe53d20c1e36bc25e0984ad5.bin differ diff --git a/escape-room/godot/imported/Closet-fc2fe20ffe53d20c1e36bc25e0984ad5.gltf b/escape-room/godot/imported/Closet-fc2fe20ffe53d20c1e36bc25e0984ad5.gltf new file mode 100644 index 0000000..06aeb32 --- /dev/null +++ b/escape-room/godot/imported/Closet-fc2fe20ffe53d20c1e36bc25e0984ad5.gltf @@ -0,0 +1,156 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Closet1" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Wood.002" + }, + { + "doubleSided":true, + "name":"DarkWood" + } + ], + "meshes":[ + { + "name":"Cube", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1 + }, + "indices":2, + "material":0 + }, + { + "attributes":{ + "POSITION":3, + "NORMAL":4 + }, + "indices":5, + "material":1 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":86, + "max":[ + 0.18681469559669495, + 1.4265092611312866, + 0.2775632441043854 + ], + "min":[ + 0.13727886974811554, + 0.1701052337884903, + -0.2775632441043854 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":86, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5123, + "count":150, + "type":"SCALAR" + }, + { + "bufferView":3, + "componentType":5126, + "count":283, + "max":[ + 0.19158951938152313, + 1.4746209383010864, + 0.33023327589035034 + ], + "min":[ + -0.16167497634887695, + -0.007505801506340504, + -0.33023327589035034 + ], + "type":"VEC3" + }, + { + "bufferView":4, + "componentType":5126, + "count":283, + "type":"VEC3" + }, + { + "bufferView":5, + "componentType":5123, + "count":474, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":1032, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":1032, + "byteOffset":1032, + "target":34962 + }, + { + "buffer":0, + "byteLength":300, + "byteOffset":2064, + "target":34963 + }, + { + "buffer":0, + "byteLength":3396, + "byteOffset":2364, + "target":34962 + }, + { + "buffer":0, + "byteLength":3396, + "byteOffset":5760, + "target":34962 + }, + { + "buffer":0, + "byteLength":948, + "byteOffset":9156, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":10104, + "uri":"Closet-fc2fe20ffe53d20c1e36bc25e0984ad5.bin" + } + ] +} diff --git a/escape-room/godot/imported/Closet.blend-fc2fe20ffe53d20c1e36bc25e0984ad5.md5 b/escape-room/godot/imported/Closet.blend-fc2fe20ffe53d20c1e36bc25e0984ad5.md5 new file mode 100644 index 0000000..8c20968 --- /dev/null +++ b/escape-room/godot/imported/Closet.blend-fc2fe20ffe53d20c1e36bc25e0984ad5.md5 @@ -0,0 +1,3 @@ +source_md5="4c37873db6fe1e2232bbfd3c02cff053" +dest_md5="b1c0ed109f6a49be28ceb110dfbb060d" + diff --git a/escape-room/godot/imported/Closet.blend-fc2fe20ffe53d20c1e36bc25e0984ad5.scn b/escape-room/godot/imported/Closet.blend-fc2fe20ffe53d20c1e36bc25e0984ad5.scn new file mode 100644 index 0000000..5c5381a Binary files /dev/null and b/escape-room/godot/imported/Closet.blend-fc2fe20ffe53d20c1e36bc25e0984ad5.scn differ diff --git a/escape-room/godot/imported/Closet.fbx-df4ad68889a886a9254729cb8d6b1a05.md5 b/escape-room/godot/imported/Closet.fbx-df4ad68889a886a9254729cb8d6b1a05.md5 new file mode 100644 index 0000000..009fad9 --- /dev/null +++ b/escape-room/godot/imported/Closet.fbx-df4ad68889a886a9254729cb8d6b1a05.md5 @@ -0,0 +1,3 @@ +source_md5="dc618a1432853c4010c1e1de282c8e90" +dest_md5="fdabfa18ba1bb65fa3cc66eb54769291" + diff --git a/escape-room/godot/imported/Closet.fbx-df4ad68889a886a9254729cb8d6b1a05.scn b/escape-room/godot/imported/Closet.fbx-df4ad68889a886a9254729cb8d6b1a05.scn new file mode 100644 index 0000000..cd75013 Binary files /dev/null and b/escape-room/godot/imported/Closet.fbx-df4ad68889a886a9254729cb8d6b1a05.scn differ diff --git a/escape-room/godot/imported/Closet.obj-7e2b0b91f11fb839126b16c818e6ed97.md5 b/escape-room/godot/imported/Closet.obj-7e2b0b91f11fb839126b16c818e6ed97.md5 new file mode 100644 index 0000000..c94eff9 --- /dev/null +++ b/escape-room/godot/imported/Closet.obj-7e2b0b91f11fb839126b16c818e6ed97.md5 @@ -0,0 +1,3 @@ +source_md5="d2c0cc3f623cfcae2a71cf8536735aa2" +dest_md5="53d45ba51e35f42b1acd824924b15340" + diff --git a/escape-room/godot/imported/Closet.obj-7e2b0b91f11fb839126b16c818e6ed97.mesh b/escape-room/godot/imported/Closet.obj-7e2b0b91f11fb839126b16c818e6ed97.mesh new file mode 100644 index 0000000..3351105 Binary files /dev/null and b/escape-room/godot/imported/Closet.obj-7e2b0b91f11fb839126b16c818e6ed97.mesh differ diff --git a/escape-room/godot/imported/Closet2-6c38e6f7765c312fc482b1578c410f4c.bin b/escape-room/godot/imported/Closet2-6c38e6f7765c312fc482b1578c410f4c.bin new file mode 100644 index 0000000..4785f9a Binary files /dev/null and b/escape-room/godot/imported/Closet2-6c38e6f7765c312fc482b1578c410f4c.bin differ diff --git a/escape-room/godot/imported/Closet2-6c38e6f7765c312fc482b1578c410f4c.gltf b/escape-room/godot/imported/Closet2-6c38e6f7765c312fc482b1578c410f4c.gltf new file mode 100644 index 0000000..7d5e5c8 --- /dev/null +++ b/escape-room/godot/imported/Closet2-6c38e6f7765c312fc482b1578c410f4c.gltf @@ -0,0 +1,156 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Closet2" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"DarkWood.001" + }, + { + "doubleSided":true, + "name":"Wood.003" + } + ], + "meshes":[ + { + "name":"Cube.003", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1 + }, + "indices":2, + "material":0 + }, + { + "attributes":{ + "POSITION":3, + "NORMAL":4 + }, + "indices":5, + "material":1 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":316, + "max":[ + 0.248616561293602, + 0.9401704668998718, + 0.32733216881752014 + ], + "min":[ + -0.20503298938274384, + -0.004362395964562893, + -0.32733216881752014 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":316, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5123, + "count":642, + "type":"SCALAR" + }, + { + "bufferView":3, + "componentType":5126, + "count":434, + "max":[ + 0.2344750463962555, + 0.9914712905883789, + 0.3447640538215637 + ], + "min":[ + -0.2268708348274231, + 0.11293750256299973, + -0.3447640538215637 + ], + "type":"VEC3" + }, + { + "bufferView":4, + "componentType":5126, + "count":434, + "type":"VEC3" + }, + { + "bufferView":5, + "componentType":5123, + "count":906, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":3792, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":3792, + "byteOffset":3792, + "target":34962 + }, + { + "buffer":0, + "byteLength":1284, + "byteOffset":7584, + "target":34963 + }, + { + "buffer":0, + "byteLength":5208, + "byteOffset":8868, + "target":34962 + }, + { + "buffer":0, + "byteLength":5208, + "byteOffset":14076, + "target":34962 + }, + { + "buffer":0, + "byteLength":1812, + "byteOffset":19284, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":21096, + "uri":"Closet2-6c38e6f7765c312fc482b1578c410f4c.bin" + } + ] +} diff --git a/escape-room/godot/imported/Closet2.blend-6c38e6f7765c312fc482b1578c410f4c.md5 b/escape-room/godot/imported/Closet2.blend-6c38e6f7765c312fc482b1578c410f4c.md5 new file mode 100644 index 0000000..b1b367b --- /dev/null +++ b/escape-room/godot/imported/Closet2.blend-6c38e6f7765c312fc482b1578c410f4c.md5 @@ -0,0 +1,3 @@ +source_md5="a463f1a143ed6a6bc398240c8d54a4a8" +dest_md5="8e7bd717d72807a8e624f215069f76bf" + diff --git a/escape-room/godot/imported/Closet2.blend-6c38e6f7765c312fc482b1578c410f4c.scn b/escape-room/godot/imported/Closet2.blend-6c38e6f7765c312fc482b1578c410f4c.scn new file mode 100644 index 0000000..f2923af Binary files /dev/null and b/escape-room/godot/imported/Closet2.blend-6c38e6f7765c312fc482b1578c410f4c.scn differ diff --git a/escape-room/godot/imported/Closet2.fbx-28a8465a9ea3b1b093415008ab9216eb.md5 b/escape-room/godot/imported/Closet2.fbx-28a8465a9ea3b1b093415008ab9216eb.md5 new file mode 100644 index 0000000..229f54a --- /dev/null +++ b/escape-room/godot/imported/Closet2.fbx-28a8465a9ea3b1b093415008ab9216eb.md5 @@ -0,0 +1,3 @@ +source_md5="da73e3533ac954ff9ad3c2279f80251f" +dest_md5="fd740f5e1196ddc20ea5449b7c63f339" + diff --git a/escape-room/godot/imported/Closet2.fbx-28a8465a9ea3b1b093415008ab9216eb.scn b/escape-room/godot/imported/Closet2.fbx-28a8465a9ea3b1b093415008ab9216eb.scn new file mode 100644 index 0000000..1e4eb75 Binary files /dev/null and b/escape-room/godot/imported/Closet2.fbx-28a8465a9ea3b1b093415008ab9216eb.scn differ diff --git a/escape-room/godot/imported/Closet2.obj-aac76c561fe84f741c699c3d3c5715a1.md5 b/escape-room/godot/imported/Closet2.obj-aac76c561fe84f741c699c3d3c5715a1.md5 new file mode 100644 index 0000000..26351ee --- /dev/null +++ b/escape-room/godot/imported/Closet2.obj-aac76c561fe84f741c699c3d3c5715a1.md5 @@ -0,0 +1,3 @@ +source_md5="15b1cbaf864bb4ac328dc8ccd01249f3" +dest_md5="7f39c1722f9580082a2911472f35ad10" + diff --git a/escape-room/godot/imported/Closet2.obj-aac76c561fe84f741c699c3d3c5715a1.mesh b/escape-room/godot/imported/Closet2.obj-aac76c561fe84f741c699c3d3c5715a1.mesh new file mode 100644 index 0000000..4a2604c Binary files /dev/null and b/escape-room/godot/imported/Closet2.obj-aac76c561fe84f741c699c3d3c5715a1.mesh differ diff --git a/escape-room/godot/imported/Coffee Table 2-d59822878b7db6fd2bde9379091f0a6f.bin b/escape-room/godot/imported/Coffee Table 2-d59822878b7db6fd2bde9379091f0a6f.bin new file mode 100644 index 0000000..43505e5 Binary files /dev/null and b/escape-room/godot/imported/Coffee Table 2-d59822878b7db6fd2bde9379091f0a6f.bin differ diff --git a/escape-room/godot/imported/Coffee Table 2-d59822878b7db6fd2bde9379091f0a6f.gltf b/escape-room/godot/imported/Coffee Table 2-d59822878b7db6fd2bde9379091f0a6f.gltf new file mode 100644 index 0000000..4a95431 --- /dev/null +++ b/escape-room/godot/imported/Coffee Table 2-d59822878b7db6fd2bde9379091f0a6f.gltf @@ -0,0 +1,161 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Coffee Table 2", + "translation":[ + 1.1205496788024902, + 0.09819380939006805, + -1.7250990867614746 + ] + } + ], + "materials":[ + { + "doubleSided":true, + "name":"DarkWood.006" + }, + { + "doubleSided":true, + "name":"Wood.008" + } + ], + "meshes":[ + { + "name":"Cube.013", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1 + }, + "indices":2, + "material":0 + }, + { + "attributes":{ + "POSITION":3, + "NORMAL":4 + }, + "indices":5, + "material":1 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":216, + "max":[ + 0.2650964856147766, + 0.219314843416214, + 0.4769822359085083 + ], + "min":[ + -0.2650964856147766, + -0.05958322063088417, + -0.4769822359085083 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":216, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5123, + "count":432, + "type":"SCALAR" + }, + { + "bufferView":3, + "componentType":5126, + "count":58, + "max":[ + 0.29442736506462097, + 0.2758622169494629, + 0.5081156492233276 + ], + "min":[ + -0.29442736506462097, + 0.219314843416214, + -0.5081156492233276 + ], + "type":"VEC3" + }, + { + "bufferView":4, + "componentType":5126, + "count":58, + "type":"VEC3" + }, + { + "bufferView":5, + "componentType":5123, + "count":144, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":2592, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":2592, + "byteOffset":2592, + "target":34962 + }, + { + "buffer":0, + "byteLength":864, + "byteOffset":5184, + "target":34963 + }, + { + "buffer":0, + "byteLength":696, + "byteOffset":6048, + "target":34962 + }, + { + "buffer":0, + "byteLength":696, + "byteOffset":6744, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":7440, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":7728, + "uri":"Coffee%20Table%202-d59822878b7db6fd2bde9379091f0a6f.bin" + } + ] +} diff --git a/escape-room/godot/imported/Coffee Table 2.blend-d59822878b7db6fd2bde9379091f0a6f.md5 b/escape-room/godot/imported/Coffee Table 2.blend-d59822878b7db6fd2bde9379091f0a6f.md5 new file mode 100644 index 0000000..8ab2e71 --- /dev/null +++ b/escape-room/godot/imported/Coffee Table 2.blend-d59822878b7db6fd2bde9379091f0a6f.md5 @@ -0,0 +1,3 @@ +source_md5="49f19ea814372f1dc547b507fac30c17" +dest_md5="7933ed551d48e6f07cb161f95bf5413b" + diff --git a/escape-room/godot/imported/Coffee Table 2.blend-d59822878b7db6fd2bde9379091f0a6f.scn b/escape-room/godot/imported/Coffee Table 2.blend-d59822878b7db6fd2bde9379091f0a6f.scn new file mode 100644 index 0000000..68cb0e6 Binary files /dev/null and b/escape-room/godot/imported/Coffee Table 2.blend-d59822878b7db6fd2bde9379091f0a6f.scn differ diff --git a/escape-room/godot/imported/CoffeeTable-4e32d6741e50ddd133e5a5bed3697a6d.bin b/escape-room/godot/imported/CoffeeTable-4e32d6741e50ddd133e5a5bed3697a6d.bin new file mode 100644 index 0000000..8571bee Binary files /dev/null and b/escape-room/godot/imported/CoffeeTable-4e32d6741e50ddd133e5a5bed3697a6d.bin differ diff --git a/escape-room/godot/imported/CoffeeTable-4e32d6741e50ddd133e5a5bed3697a6d.gltf b/escape-room/godot/imported/CoffeeTable-4e32d6741e50ddd133e5a5bed3697a6d.gltf new file mode 100644 index 0000000..03f9ccb --- /dev/null +++ b/escape-room/godot/imported/CoffeeTable-4e32d6741e50ddd133e5a5bed3697a6d.gltf @@ -0,0 +1,156 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Coffee Table" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"DarkWood.007" + }, + { + "doubleSided":true, + "name":"Wood.009" + } + ], + "meshes":[ + { + "name":"Cube.006", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1 + }, + "indices":2, + "material":0 + }, + { + "attributes":{ + "POSITION":3, + "NORMAL":4 + }, + "indices":5, + "material":1 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":156, + "max":[ + 0.2723047137260437, + 0.219314843416214, + 0.4841904640197754 + ], + "min":[ + -0.2723047137260437, + -0.00430904608219862, + -0.4841904640197754 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":156, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5123, + "count":288, + "type":"SCALAR" + }, + { + "bufferView":3, + "componentType":5126, + "count":58, + "max":[ + 0.29442736506462097, + 0.2758622169494629, + 0.5081156492233276 + ], + "min":[ + -0.29442736506462097, + 0.219314843416214, + -0.5081156492233276 + ], + "type":"VEC3" + }, + { + "bufferView":4, + "componentType":5126, + "count":58, + "type":"VEC3" + }, + { + "bufferView":5, + "componentType":5123, + "count":144, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":1872, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":1872, + "byteOffset":1872, + "target":34962 + }, + { + "buffer":0, + "byteLength":576, + "byteOffset":3744, + "target":34963 + }, + { + "buffer":0, + "byteLength":696, + "byteOffset":4320, + "target":34962 + }, + { + "buffer":0, + "byteLength":696, + "byteOffset":5016, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":5712, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":6000, + "uri":"CoffeeTable-4e32d6741e50ddd133e5a5bed3697a6d.bin" + } + ] +} diff --git a/escape-room/godot/imported/CoffeeTable.blend-4e32d6741e50ddd133e5a5bed3697a6d.md5 b/escape-room/godot/imported/CoffeeTable.blend-4e32d6741e50ddd133e5a5bed3697a6d.md5 new file mode 100644 index 0000000..52b24f7 --- /dev/null +++ b/escape-room/godot/imported/CoffeeTable.blend-4e32d6741e50ddd133e5a5bed3697a6d.md5 @@ -0,0 +1,3 @@ +source_md5="9ce807a27685adf67dc320926084a403" +dest_md5="bff579c74bce3d2f24e14d4519705dad" + diff --git a/escape-room/godot/imported/CoffeeTable.blend-4e32d6741e50ddd133e5a5bed3697a6d.scn b/escape-room/godot/imported/CoffeeTable.blend-4e32d6741e50ddd133e5a5bed3697a6d.scn new file mode 100644 index 0000000..3fcae80 Binary files /dev/null and b/escape-room/godot/imported/CoffeeTable.blend-4e32d6741e50ddd133e5a5bed3697a6d.scn differ diff --git a/escape-room/godot/imported/CoffeeTable.fbx-faff39621fa6a6ffe3d9c1afc267e34f.md5 b/escape-room/godot/imported/CoffeeTable.fbx-faff39621fa6a6ffe3d9c1afc267e34f.md5 new file mode 100644 index 0000000..c13f209 --- /dev/null +++ b/escape-room/godot/imported/CoffeeTable.fbx-faff39621fa6a6ffe3d9c1afc267e34f.md5 @@ -0,0 +1,3 @@ +source_md5="e2694ea82c88565ae894c9121c5f055d" +dest_md5="6b5874d12157a07845c3ef048720421a" + diff --git a/escape-room/godot/imported/CoffeeTable.fbx-faff39621fa6a6ffe3d9c1afc267e34f.scn b/escape-room/godot/imported/CoffeeTable.fbx-faff39621fa6a6ffe3d9c1afc267e34f.scn new file mode 100644 index 0000000..9ed0f8a Binary files /dev/null and b/escape-room/godot/imported/CoffeeTable.fbx-faff39621fa6a6ffe3d9c1afc267e34f.scn differ diff --git a/escape-room/godot/imported/CoffeeTable.obj-432b955735ab33bfa8ef2f31d9f8b01f.md5 b/escape-room/godot/imported/CoffeeTable.obj-432b955735ab33bfa8ef2f31d9f8b01f.md5 new file mode 100644 index 0000000..536eca4 --- /dev/null +++ b/escape-room/godot/imported/CoffeeTable.obj-432b955735ab33bfa8ef2f31d9f8b01f.md5 @@ -0,0 +1,3 @@ +source_md5="b2400d361da7f185782fedfb540555b4" +dest_md5="137c7fcebec39a12712ab1d864ec8226" + diff --git a/escape-room/godot/imported/CoffeeTable.obj-432b955735ab33bfa8ef2f31d9f8b01f.mesh b/escape-room/godot/imported/CoffeeTable.obj-432b955735ab33bfa8ef2f31d9f8b01f.mesh new file mode 100644 index 0000000..e84cf2f Binary files /dev/null and b/escape-room/godot/imported/CoffeeTable.obj-432b955735ab33bfa8ef2f31d9f8b01f.mesh differ diff --git a/escape-room/godot/imported/CoffeeTable2.fbx-6e30739da131515258f8df4d35f20ab9.md5 b/escape-room/godot/imported/CoffeeTable2.fbx-6e30739da131515258f8df4d35f20ab9.md5 new file mode 100644 index 0000000..5aeed8a --- /dev/null +++ b/escape-room/godot/imported/CoffeeTable2.fbx-6e30739da131515258f8df4d35f20ab9.md5 @@ -0,0 +1,3 @@ +source_md5="2e23c42e4c8ead8629d7610daea6d06e" +dest_md5="339941ea454aa4b5f4d6241340fb4f70" + diff --git a/escape-room/godot/imported/CoffeeTable2.fbx-6e30739da131515258f8df4d35f20ab9.scn b/escape-room/godot/imported/CoffeeTable2.fbx-6e30739da131515258f8df4d35f20ab9.scn new file mode 100644 index 0000000..d0457ca Binary files /dev/null and b/escape-room/godot/imported/CoffeeTable2.fbx-6e30739da131515258f8df4d35f20ab9.scn differ diff --git a/escape-room/godot/imported/CoffeeTable2.obj-b76e0f20035314c1242035fd441d268a.md5 b/escape-room/godot/imported/CoffeeTable2.obj-b76e0f20035314c1242035fd441d268a.md5 new file mode 100644 index 0000000..fdf21b2 --- /dev/null +++ b/escape-room/godot/imported/CoffeeTable2.obj-b76e0f20035314c1242035fd441d268a.md5 @@ -0,0 +1,3 @@ +source_md5="01482803dd523a5dce8dfaddaa40c082" +dest_md5="460a11fe9cb5988e1afd44e5bbf92db3" + diff --git a/escape-room/godot/imported/CoffeeTable2.obj-b76e0f20035314c1242035fd441d268a.mesh b/escape-room/godot/imported/CoffeeTable2.obj-b76e0f20035314c1242035fd441d268a.mesh new file mode 100644 index 0000000..5a996e0 Binary files /dev/null and b/escape-room/godot/imported/CoffeeTable2.obj-b76e0f20035314c1242035fd441d268a.mesh differ diff --git a/escape-room/godot/imported/Cooking Pot.png-234dcb5f917b3ba21b192721732bd7d6.ctex b/escape-room/godot/imported/Cooking Pot.png-234dcb5f917b3ba21b192721732bd7d6.ctex new file mode 100644 index 0000000..c98f2d0 Binary files /dev/null and b/escape-room/godot/imported/Cooking Pot.png-234dcb5f917b3ba21b192721732bd7d6.ctex differ diff --git a/escape-room/godot/imported/Cooking Pot.png-234dcb5f917b3ba21b192721732bd7d6.md5 b/escape-room/godot/imported/Cooking Pot.png-234dcb5f917b3ba21b192721732bd7d6.md5 new file mode 100644 index 0000000..4d60da6 --- /dev/null +++ b/escape-room/godot/imported/Cooking Pot.png-234dcb5f917b3ba21b192721732bd7d6.md5 @@ -0,0 +1,3 @@ +source_md5="61402a8e140e4f93628cc83de10f7b5c" +dest_md5="397813c6681af0580089dca61e8eb868" + diff --git a/escape-room/godot/imported/Cooper coin-b335faa30125b308536e698acff59074.bin b/escape-room/godot/imported/Cooper coin-b335faa30125b308536e698acff59074.bin new file mode 100644 index 0000000..16565c1 Binary files /dev/null and b/escape-room/godot/imported/Cooper coin-b335faa30125b308536e698acff59074.bin differ diff --git a/escape-room/godot/imported/Cooper coin-b335faa30125b308536e698acff59074.gltf b/escape-room/godot/imported/Cooper coin-b335faa30125b308536e698acff59074.gltf new file mode 100644 index 0000000..723172f --- /dev/null +++ b/escape-room/godot/imported/Cooper coin-b335faa30125b308536e698acff59074.gltf @@ -0,0 +1,246 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3 + ] + } + ], + "nodes":[ + { + "camera":0, + "name":"Camera.001", + "rotation":[ + -0.7071068286895752, + 0, + 0, + 0.7071068286895752 + ], + "scale":[ + 0.5, + 0.4999999701976776, + 0.4999999701976776 + ], + "translation":[ + 0, + 1, + 0 + ] + }, + { + "mesh":0, + "name":"CooperCoin", + "rotation":[ + 0, + -0.19442793726921082, + 0, + 0.9809167981147766 + ], + "scale":[ + 0.18000000715255737, + 0.018000001087784767, + 0.18000000715255737 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 4.076245307922363, + 5.903861999511719, + -1.0054539442062378 + ] + }, + { + "camera":1, + "name":"Camera", + "rotation":[ + -0.21205638349056244, + 0.3869099020957947, + 0.08579304814338684, + 0.893293023109436 + ], + "translation":[ + 7.481131553649902, + 5.34366512298584, + 6.5076398849487305 + ] + } + ], + "cameras":[ + { + "name":"Camera.001", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.8457078839508004, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + }, + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"CooperCoin", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":50, + "max":[ + 0.961856484413147, + 1, + 0.961856484413147 + ], + "min":[ + -0.961856484413147, + -1, + -0.961856484413147 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":50, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":50, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":50, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":96, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":600, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":600, + "byteOffset":600, + "target":34962 + }, + { + "buffer":0, + "byteLength":400, + "byteOffset":1200, + "target":34962 + }, + { + "buffer":0, + "byteLength":800, + "byteOffset":1600, + "target":34962 + }, + { + "buffer":0, + "byteLength":192, + "byteOffset":2400, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":2592, + "uri":"Cooper%20coin-b335faa30125b308536e698acff59074.bin" + } + ] +} diff --git a/escape-room/godot/imported/Cooper coin.blend-b335faa30125b308536e698acff59074.md5 b/escape-room/godot/imported/Cooper coin.blend-b335faa30125b308536e698acff59074.md5 new file mode 100644 index 0000000..67726dc --- /dev/null +++ b/escape-room/godot/imported/Cooper coin.blend-b335faa30125b308536e698acff59074.md5 @@ -0,0 +1,3 @@ +source_md5="170bfdcc06316d3b1bf6cb2cf6591f0e" +dest_md5="a8d31f12d3d0ed92f2ce8b59f31b68ca" + diff --git a/escape-room/godot/imported/Cooper coin.blend-b335faa30125b308536e698acff59074.scn b/escape-room/godot/imported/Cooper coin.blend-b335faa30125b308536e698acff59074.scn new file mode 100644 index 0000000..afd664e Binary files /dev/null and b/escape-room/godot/imported/Cooper coin.blend-b335faa30125b308536e698acff59074.scn differ diff --git a/escape-room/godot/imported/Cooper coin.png-1b342dc721a47266000fa22ab950112d.ctex b/escape-room/godot/imported/Cooper coin.png-1b342dc721a47266000fa22ab950112d.ctex new file mode 100644 index 0000000..40f1ce6 Binary files /dev/null and b/escape-room/godot/imported/Cooper coin.png-1b342dc721a47266000fa22ab950112d.ctex differ diff --git a/escape-room/godot/imported/Cooper coin.png-1b342dc721a47266000fa22ab950112d.md5 b/escape-room/godot/imported/Cooper coin.png-1b342dc721a47266000fa22ab950112d.md5 new file mode 100644 index 0000000..1e768e6 --- /dev/null +++ b/escape-room/godot/imported/Cooper coin.png-1b342dc721a47266000fa22ab950112d.md5 @@ -0,0 +1,3 @@ +source_md5="68544b9daa32ad2e93653366ee822c0b" +dest_md5="6d6a1a71bf5429567cc18ce9a6da7877" + diff --git a/escape-room/godot/imported/Cooper coin.png-4ba9fcffb4e1ed3b3578300ef7e1e002.ctex b/escape-room/godot/imported/Cooper coin.png-4ba9fcffb4e1ed3b3578300ef7e1e002.ctex new file mode 100644 index 0000000..40f1ce6 Binary files /dev/null and b/escape-room/godot/imported/Cooper coin.png-4ba9fcffb4e1ed3b3578300ef7e1e002.ctex differ diff --git a/escape-room/godot/imported/Cooper coin.png-4ba9fcffb4e1ed3b3578300ef7e1e002.md5 b/escape-room/godot/imported/Cooper coin.png-4ba9fcffb4e1ed3b3578300ef7e1e002.md5 new file mode 100644 index 0000000..1e768e6 --- /dev/null +++ b/escape-room/godot/imported/Cooper coin.png-4ba9fcffb4e1ed3b3578300ef7e1e002.md5 @@ -0,0 +1,3 @@ +source_md5="68544b9daa32ad2e93653366ee822c0b" +dest_md5="6d6a1a71bf5429567cc18ce9a6da7877" + diff --git a/escape-room/godot/imported/Cooper coin.png-c843200d29e0febfb42c5120a37d93a4.ctex b/escape-room/godot/imported/Cooper coin.png-c843200d29e0febfb42c5120a37d93a4.ctex new file mode 100644 index 0000000..40f1ce6 Binary files /dev/null and b/escape-room/godot/imported/Cooper coin.png-c843200d29e0febfb42c5120a37d93a4.ctex differ diff --git a/escape-room/godot/imported/Cooper coin.png-c843200d29e0febfb42c5120a37d93a4.md5 b/escape-room/godot/imported/Cooper coin.png-c843200d29e0febfb42c5120a37d93a4.md5 new file mode 100644 index 0000000..1e768e6 --- /dev/null +++ b/escape-room/godot/imported/Cooper coin.png-c843200d29e0febfb42c5120a37d93a4.md5 @@ -0,0 +1,3 @@ +source_md5="68544b9daa32ad2e93653366ee822c0b" +dest_md5="6d6a1a71bf5429567cc18ce9a6da7877" + diff --git a/escape-room/godot/imported/Corn Texture.png-180fc94bd6f8c0e050542d2b9816b18c.ctex b/escape-room/godot/imported/Corn Texture.png-180fc94bd6f8c0e050542d2b9816b18c.ctex new file mode 100644 index 0000000..4f4e417 Binary files /dev/null and b/escape-room/godot/imported/Corn Texture.png-180fc94bd6f8c0e050542d2b9816b18c.ctex differ diff --git a/escape-room/godot/imported/Corn Texture.png-180fc94bd6f8c0e050542d2b9816b18c.md5 b/escape-room/godot/imported/Corn Texture.png-180fc94bd6f8c0e050542d2b9816b18c.md5 new file mode 100644 index 0000000..1369672 --- /dev/null +++ b/escape-room/godot/imported/Corn Texture.png-180fc94bd6f8c0e050542d2b9816b18c.md5 @@ -0,0 +1,3 @@ +source_md5="5c5d7d78a8f516b74347b9488bce517d" +dest_md5="7d4827d63bc97e881edcb4db2cd9fa3d" + diff --git a/escape-room/godot/imported/Corn Texture.png-5ceb61104bb270efad51e444614de1be.ctex b/escape-room/godot/imported/Corn Texture.png-5ceb61104bb270efad51e444614de1be.ctex new file mode 100644 index 0000000..4f4e417 Binary files /dev/null and b/escape-room/godot/imported/Corn Texture.png-5ceb61104bb270efad51e444614de1be.ctex differ diff --git a/escape-room/godot/imported/Corn Texture.png-5ceb61104bb270efad51e444614de1be.md5 b/escape-room/godot/imported/Corn Texture.png-5ceb61104bb270efad51e444614de1be.md5 new file mode 100644 index 0000000..1369672 --- /dev/null +++ b/escape-room/godot/imported/Corn Texture.png-5ceb61104bb270efad51e444614de1be.md5 @@ -0,0 +1,3 @@ +source_md5="5c5d7d78a8f516b74347b9488bce517d" +dest_md5="7d4827d63bc97e881edcb4db2cd9fa3d" + diff --git a/escape-room/godot/imported/Corn Texture.png-78b8fabb00574c7cba79f8dc42309791.ctex b/escape-room/godot/imported/Corn Texture.png-78b8fabb00574c7cba79f8dc42309791.ctex new file mode 100644 index 0000000..4f4e417 Binary files /dev/null and b/escape-room/godot/imported/Corn Texture.png-78b8fabb00574c7cba79f8dc42309791.ctex differ diff --git a/escape-room/godot/imported/Corn Texture.png-78b8fabb00574c7cba79f8dc42309791.md5 b/escape-room/godot/imported/Corn Texture.png-78b8fabb00574c7cba79f8dc42309791.md5 new file mode 100644 index 0000000..1369672 --- /dev/null +++ b/escape-room/godot/imported/Corn Texture.png-78b8fabb00574c7cba79f8dc42309791.md5 @@ -0,0 +1,3 @@ +source_md5="5c5d7d78a8f516b74347b9488bce517d" +dest_md5="7d4827d63bc97e881edcb4db2cd9fa3d" + diff --git a/escape-room/godot/imported/Corn-c8ec0f599904b27a941e68d9d76565d4.bin b/escape-room/godot/imported/Corn-c8ec0f599904b27a941e68d9d76565d4.bin new file mode 100644 index 0000000..8043463 Binary files /dev/null and b/escape-room/godot/imported/Corn-c8ec0f599904b27a941e68d9d76565d4.bin differ diff --git a/escape-room/godot/imported/Corn-c8ec0f599904b27a941e68d9d76565d4.gltf b/escape-room/godot/imported/Corn-c8ec0f599904b27a941e68d9d76565d4.gltf new file mode 100644 index 0000000..2362b03 --- /dev/null +++ b/escape-room/godot/imported/Corn-c8ec0f599904b27a941e68d9d76565d4.gltf @@ -0,0 +1,225 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":1.6128276586532593, + "type":"directional", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Corn", + "rotation":[ + 0, + -0.7071067094802856, + 0, + 0.7071068286895752 + ], + "scale":[ + 0.15067775547504425, + 0.15067775547504425, + 0.15067775547504425 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp", + "rotation":[ + -0.25551503896713257, + 0.4850964844226837, + 0.1731233447790146, + 0.8181821703910828 + ], + "scale":[ + 0.15090832114219666, + 0.15090830624103546, + 0.15090830624103546 + ], + "translation":[ + 1.1449073553085327, + 0.8909417986869812, + 0.6375149488449097 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.21274515986442566, + 0.3796530067920685, + 0.08407054841518402, + 0.8964012861251831 + ], + "scale":[ + 0.15090833604335785, + 0.15090832114219666, + 0.15090830624103546 + ], + "translation":[ + 0.778626024723053, + 0.8112859129905701, + 0.719253420829773 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.5723705283076744, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Corn", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":240, + "max":[ + 0.40000009536743164, + 3.318732261657715, + 0.8000002503395081 + ], + "min":[ + -0.3999999165534973, + 0.0003924369812011719, + -0.8000002503395081 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":240, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":240, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":240, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":336, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":2880, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":2880, + "byteOffset":2880, + "target":34962 + }, + { + "buffer":0, + "byteLength":1920, + "byteOffset":5760, + "target":34962 + }, + { + "buffer":0, + "byteLength":3840, + "byteOffset":7680, + "target":34962 + }, + { + "buffer":0, + "byteLength":672, + "byteOffset":11520, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":12192, + "uri":"Corn-c8ec0f599904b27a941e68d9d76565d4.bin" + } + ] +} diff --git a/escape-room/godot/imported/Corn.blend-c8ec0f599904b27a941e68d9d76565d4.md5 b/escape-room/godot/imported/Corn.blend-c8ec0f599904b27a941e68d9d76565d4.md5 new file mode 100644 index 0000000..628ad48 --- /dev/null +++ b/escape-room/godot/imported/Corn.blend-c8ec0f599904b27a941e68d9d76565d4.md5 @@ -0,0 +1,3 @@ +source_md5="2d774dd9bf4ebc74fdcf23acfaffd45e" +dest_md5="1d1f5cb4ed219f9dbd02d6bd8db0b93d" + diff --git a/escape-room/godot/imported/Corn.blend-c8ec0f599904b27a941e68d9d76565d4.scn b/escape-room/godot/imported/Corn.blend-c8ec0f599904b27a941e68d9d76565d4.scn new file mode 100644 index 0000000..9d19bbf Binary files /dev/null and b/escape-room/godot/imported/Corn.blend-c8ec0f599904b27a941e68d9d76565d4.scn differ diff --git a/escape-room/godot/imported/Corn.png-f7b23cf5c7b8f471a317320ff3cf5bd7.ctex b/escape-room/godot/imported/Corn.png-f7b23cf5c7b8f471a317320ff3cf5bd7.ctex new file mode 100644 index 0000000..71ec133 Binary files /dev/null and b/escape-room/godot/imported/Corn.png-f7b23cf5c7b8f471a317320ff3cf5bd7.ctex differ diff --git a/escape-room/godot/imported/Corn.png-f7b23cf5c7b8f471a317320ff3cf5bd7.md5 b/escape-room/godot/imported/Corn.png-f7b23cf5c7b8f471a317320ff3cf5bd7.md5 new file mode 100644 index 0000000..a55640c --- /dev/null +++ b/escape-room/godot/imported/Corn.png-f7b23cf5c7b8f471a317320ff3cf5bd7.md5 @@ -0,0 +1,3 @@ +source_md5="dd431ad2ddddebf5f7ec139926c0eccc" +dest_md5="499415df9133f8983ff3c3b4e247b85a" + diff --git a/escape-room/godot/imported/Crate Texture.png-2f3d45f6ebb99771398f4abc62999d70.ctex b/escape-room/godot/imported/Crate Texture.png-2f3d45f6ebb99771398f4abc62999d70.ctex new file mode 100644 index 0000000..c82b295 Binary files /dev/null and b/escape-room/godot/imported/Crate Texture.png-2f3d45f6ebb99771398f4abc62999d70.ctex differ diff --git a/escape-room/godot/imported/Crate Texture.png-2f3d45f6ebb99771398f4abc62999d70.md5 b/escape-room/godot/imported/Crate Texture.png-2f3d45f6ebb99771398f4abc62999d70.md5 new file mode 100644 index 0000000..acfb9b0 --- /dev/null +++ b/escape-room/godot/imported/Crate Texture.png-2f3d45f6ebb99771398f4abc62999d70.md5 @@ -0,0 +1,3 @@ +source_md5="5ed1da81e951237f767999cfa0bc3be9" +dest_md5="bd6756e2bf8f9db5431df1a38e52100f" + diff --git a/escape-room/godot/imported/Crate Texture.png-d86ba0d0bcd19318ef426467242af8ba.ctex b/escape-room/godot/imported/Crate Texture.png-d86ba0d0bcd19318ef426467242af8ba.ctex new file mode 100644 index 0000000..c82b295 Binary files /dev/null and b/escape-room/godot/imported/Crate Texture.png-d86ba0d0bcd19318ef426467242af8ba.ctex differ diff --git a/escape-room/godot/imported/Crate Texture.png-d86ba0d0bcd19318ef426467242af8ba.md5 b/escape-room/godot/imported/Crate Texture.png-d86ba0d0bcd19318ef426467242af8ba.md5 new file mode 100644 index 0000000..acfb9b0 --- /dev/null +++ b/escape-room/godot/imported/Crate Texture.png-d86ba0d0bcd19318ef426467242af8ba.md5 @@ -0,0 +1,3 @@ +source_md5="5ed1da81e951237f767999cfa0bc3be9" +dest_md5="bd6756e2bf8f9db5431df1a38e52100f" + diff --git a/escape-room/godot/imported/Crate Texture.png-e6f376d2c13d04d2234b3f6074f20639.ctex b/escape-room/godot/imported/Crate Texture.png-e6f376d2c13d04d2234b3f6074f20639.ctex new file mode 100644 index 0000000..c82b295 Binary files /dev/null and b/escape-room/godot/imported/Crate Texture.png-e6f376d2c13d04d2234b3f6074f20639.ctex differ diff --git a/escape-room/godot/imported/Crate Texture.png-e6f376d2c13d04d2234b3f6074f20639.md5 b/escape-room/godot/imported/Crate Texture.png-e6f376d2c13d04d2234b3f6074f20639.md5 new file mode 100644 index 0000000..acfb9b0 --- /dev/null +++ b/escape-room/godot/imported/Crate Texture.png-e6f376d2c13d04d2234b3f6074f20639.md5 @@ -0,0 +1,3 @@ +source_md5="5ed1da81e951237f767999cfa0bc3be9" +dest_md5="bd6756e2bf8f9db5431df1a38e52100f" + diff --git a/escape-room/godot/imported/Crate-c1c0fc712d961d92be70f388bdaed5d6.bin b/escape-room/godot/imported/Crate-c1c0fc712d961d92be70f388bdaed5d6.bin new file mode 100644 index 0000000..94ecfe3 Binary files /dev/null and b/escape-room/godot/imported/Crate-c1c0fc712d961d92be70f388bdaed5d6.bin differ diff --git a/escape-room/godot/imported/Crate-c1c0fc712d961d92be70f388bdaed5d6.gltf b/escape-room/godot/imported/Crate-c1c0fc712d961d92be70f388bdaed5d6.gltf new file mode 100644 index 0000000..3277d91 --- /dev/null +++ b/escape-room/godot/imported/Crate-c1c0fc712d961d92be70f388bdaed5d6.gltf @@ -0,0 +1,239 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":1.7353932857513428, + "type":"directional", + "name":"Lamp.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":1.7353932857513428, + "type":"directional", + "name":"Lamp" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.29597899317741394, + 0.6421809792518616, + 0.29597899317741394, + 0.6421810388565063 + ], + "translation":[ + 20.277379989624023, + 11.07550048828125, + 0.33984947204589844 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp", + "rotation":[ + -0.11320646852254868, + 0, + 0, + 0.9935715794563293 + ], + "translation":[ + 0, + 2.869358539581299, + 9.628923416137695 + ] + }, + { + "mesh":0, + "name":"Crate", + "scale":[ + 0.5, + 0.5, + 0.5 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.21205638349056244, + 0.3869099020957947, + 0.08579304814338684, + 0.893293023109436 + ], + "translation":[ + 3.116830587387085, + 2.6174826622009277, + 2.7477946281433105 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Crate", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":24, + "max":[ + 1.0000004768371582, + 2, + 1.0000005960464478 + ], + "min":[ + -1.0000003576278687, + 0, + -1.0000003576278687 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":24, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":24, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":24, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":36, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":288, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":288, + "target":34962 + }, + { + "buffer":0, + "byteLength":192, + "byteOffset":576, + "target":34962 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":768, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":1152, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":1224, + "uri":"Crate-c1c0fc712d961d92be70f388bdaed5d6.bin" + } + ] +} diff --git a/escape-room/godot/imported/Crate.blend-c1c0fc712d961d92be70f388bdaed5d6.md5 b/escape-room/godot/imported/Crate.blend-c1c0fc712d961d92be70f388bdaed5d6.md5 new file mode 100644 index 0000000..441bc22 --- /dev/null +++ b/escape-room/godot/imported/Crate.blend-c1c0fc712d961d92be70f388bdaed5d6.md5 @@ -0,0 +1,3 @@ +source_md5="090f59afac73443194f37ba488348363" +dest_md5="1bd7d495cf11b6073b94c81255aab57c" + diff --git a/escape-room/godot/imported/Crate.blend-c1c0fc712d961d92be70f388bdaed5d6.scn b/escape-room/godot/imported/Crate.blend-c1c0fc712d961d92be70f388bdaed5d6.scn new file mode 100644 index 0000000..4c004a2 Binary files /dev/null and b/escape-room/godot/imported/Crate.blend-c1c0fc712d961d92be70f388bdaed5d6.scn differ diff --git a/escape-room/godot/imported/Diamond-1000 Texture.png-3bb3a415b8ba0a7e06ecd3764e55cb59.ctex b/escape-room/godot/imported/Diamond-1000 Texture.png-3bb3a415b8ba0a7e06ecd3764e55cb59.ctex new file mode 100644 index 0000000..056a771 Binary files /dev/null and b/escape-room/godot/imported/Diamond-1000 Texture.png-3bb3a415b8ba0a7e06ecd3764e55cb59.ctex differ diff --git a/escape-room/godot/imported/Diamond-1000 Texture.png-3bb3a415b8ba0a7e06ecd3764e55cb59.md5 b/escape-room/godot/imported/Diamond-1000 Texture.png-3bb3a415b8ba0a7e06ecd3764e55cb59.md5 new file mode 100644 index 0000000..f66349d --- /dev/null +++ b/escape-room/godot/imported/Diamond-1000 Texture.png-3bb3a415b8ba0a7e06ecd3764e55cb59.md5 @@ -0,0 +1,3 @@ +source_md5="2ca514db56eb7c21e253fcfc3cdd5658" +dest_md5="ec7d38a3f404eed6dcb60c9365257e8b" + diff --git a/escape-room/godot/imported/Diamond-1000 Texture.png-d60b67bcd995496dbe200c06ab3eb2d9.ctex b/escape-room/godot/imported/Diamond-1000 Texture.png-d60b67bcd995496dbe200c06ab3eb2d9.ctex new file mode 100644 index 0000000..056a771 Binary files /dev/null and b/escape-room/godot/imported/Diamond-1000 Texture.png-d60b67bcd995496dbe200c06ab3eb2d9.ctex differ diff --git a/escape-room/godot/imported/Diamond-1000 Texture.png-d60b67bcd995496dbe200c06ab3eb2d9.md5 b/escape-room/godot/imported/Diamond-1000 Texture.png-d60b67bcd995496dbe200c06ab3eb2d9.md5 new file mode 100644 index 0000000..f66349d --- /dev/null +++ b/escape-room/godot/imported/Diamond-1000 Texture.png-d60b67bcd995496dbe200c06ab3eb2d9.md5 @@ -0,0 +1,3 @@ +source_md5="2ca514db56eb7c21e253fcfc3cdd5658" +dest_md5="ec7d38a3f404eed6dcb60c9365257e8b" + diff --git a/escape-room/godot/imported/Diamond-1000 Texture.png-fd429e05e1322c96eb0a7a0f1ad07047.ctex b/escape-room/godot/imported/Diamond-1000 Texture.png-fd429e05e1322c96eb0a7a0f1ad07047.ctex new file mode 100644 index 0000000..056a771 Binary files /dev/null and b/escape-room/godot/imported/Diamond-1000 Texture.png-fd429e05e1322c96eb0a7a0f1ad07047.ctex differ diff --git a/escape-room/godot/imported/Diamond-1000 Texture.png-fd429e05e1322c96eb0a7a0f1ad07047.md5 b/escape-room/godot/imported/Diamond-1000 Texture.png-fd429e05e1322c96eb0a7a0f1ad07047.md5 new file mode 100644 index 0000000..f66349d --- /dev/null +++ b/escape-room/godot/imported/Diamond-1000 Texture.png-fd429e05e1322c96eb0a7a0f1ad07047.md5 @@ -0,0 +1,3 @@ +source_md5="2ca514db56eb7c21e253fcfc3cdd5658" +dest_md5="ec7d38a3f404eed6dcb60c9365257e8b" + diff --git a/escape-room/godot/imported/Diamond-1000-1e12ad70f487fd98458a8081cffd90ec.bin b/escape-room/godot/imported/Diamond-1000-1e12ad70f487fd98458a8081cffd90ec.bin new file mode 100644 index 0000000..7e9820e Binary files /dev/null and b/escape-room/godot/imported/Diamond-1000-1e12ad70f487fd98458a8081cffd90ec.bin differ diff --git a/escape-room/godot/imported/Diamond-1000-1e12ad70f487fd98458a8081cffd90ec.gltf b/escape-room/godot/imported/Diamond-1000-1e12ad70f487fd98458a8081cffd90ec.gltf new file mode 100644 index 0000000..cfc291f --- /dev/null +++ b/escape-room/godot/imported/Diamond-1000-1e12ad70f487fd98458a8081cffd90ec.gltf @@ -0,0 +1,289 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.002" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3, + 4 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.002", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232755541801453 + ], + "scale":[ + 0.2160092145204544, + 0.2160092145204544, + 0.2160092145204544 + ], + "translation":[ + -1.0346280336380005, + 0.5257468819618225, + 1.0083016157150269 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232755541801453 + ], + "scale":[ + 0.2160092145204544, + 0.2160092145204544, + 0.2160092145204544 + ], + "translation":[ + 0.7379022240638733, + -0.7441110014915466, + -0.2171872854232788 + ] + }, + { + "mesh":0, + "name":"Diamond", + "scale":[ + 0.2700115442276001, + 0.2700115442276001, + 0.2700115442276001 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":2 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232755541801453 + ], + "scale":[ + 0.2160092145204544, + 0.2160092145204544, + 0.2160092145204544 + ], + "translation":[ + 0.8805065155029297, + 1.680163025856018, + -0.21718735992908478 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.21205639839172363, + 0.3869099020957947, + 0.08579304814338684, + 0.893293023109436 + ], + "scale":[ + 0.2160092443227768, + 0.2160092145204544, + 0.2160092145204544 + ], + "translation":[ + 1.2239042520523071, + 1.1269903182983398, + 1.163046956062317 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Diamond", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":64, + "max":[ + 1, + 1.9994710683822632, + 1 + ], + "min":[ + -1, + -0.0005289316177368164, + -1 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":64, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":64, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":64, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":90, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":768, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":768, + "byteOffset":768, + "target":34962 + }, + { + "buffer":0, + "byteLength":512, + "byteOffset":1536, + "target":34962 + }, + { + "buffer":0, + "byteLength":1024, + "byteOffset":2048, + "target":34962 + }, + { + "buffer":0, + "byteLength":180, + "byteOffset":3072, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":3252, + "uri":"Diamond-1000-1e12ad70f487fd98458a8081cffd90ec.bin" + } + ] +} diff --git a/escape-room/godot/imported/Diamond-1000.blend-1e12ad70f487fd98458a8081cffd90ec.md5 b/escape-room/godot/imported/Diamond-1000.blend-1e12ad70f487fd98458a8081cffd90ec.md5 new file mode 100644 index 0000000..33317fe --- /dev/null +++ b/escape-room/godot/imported/Diamond-1000.blend-1e12ad70f487fd98458a8081cffd90ec.md5 @@ -0,0 +1,3 @@ +source_md5="2a7cce7560e2e2ab48fcbbfad269763d" +dest_md5="5c93afb44cfdc431af84474eb8d69cef" + diff --git a/escape-room/godot/imported/Diamond-1000.blend-1e12ad70f487fd98458a8081cffd90ec.scn b/escape-room/godot/imported/Diamond-1000.blend-1e12ad70f487fd98458a8081cffd90ec.scn new file mode 100644 index 0000000..88721a2 Binary files /dev/null and b/escape-room/godot/imported/Diamond-1000.blend-1e12ad70f487fd98458a8081cffd90ec.scn differ diff --git a/escape-room/godot/imported/Diamond.png-e5d19f366a7ae6a9be5f12574d8b17a7.ctex b/escape-room/godot/imported/Diamond.png-e5d19f366a7ae6a9be5f12574d8b17a7.ctex new file mode 100644 index 0000000..cd45ae4 Binary files /dev/null and b/escape-room/godot/imported/Diamond.png-e5d19f366a7ae6a9be5f12574d8b17a7.ctex differ diff --git a/escape-room/godot/imported/Diamond.png-e5d19f366a7ae6a9be5f12574d8b17a7.md5 b/escape-room/godot/imported/Diamond.png-e5d19f366a7ae6a9be5f12574d8b17a7.md5 new file mode 100644 index 0000000..091fb75 --- /dev/null +++ b/escape-room/godot/imported/Diamond.png-e5d19f366a7ae6a9be5f12574d8b17a7.md5 @@ -0,0 +1,3 @@ +source_md5="b5867cbd8c7358abc8f6a25e57ef261b" +dest_md5="a9ed2d562c1a3db7d42619a549c0b1f9" + diff --git a/escape-room/godot/imported/Emerald-100-c15c57691f78d56d141b8cb2ed000499.bin b/escape-room/godot/imported/Emerald-100-c15c57691f78d56d141b8cb2ed000499.bin new file mode 100644 index 0000000..d47fd69 Binary files /dev/null and b/escape-room/godot/imported/Emerald-100-c15c57691f78d56d141b8cb2ed000499.bin differ diff --git a/escape-room/godot/imported/Emerald-100-c15c57691f78d56d141b8cb2ed000499.gltf b/escape-room/godot/imported/Emerald-100-c15c57691f78d56d141b8cb2ed000499.gltf new file mode 100644 index 0000000..e36f6ca --- /dev/null +++ b/escape-room/godot/imported/Emerald-100-c15c57691f78d56d141b8cb2ed000499.gltf @@ -0,0 +1,400 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":4.056365867980717, + "type":"point", + "name":"Lamp.004" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Lamp.003" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Lamp.002" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Lamp.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Lamp" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":1.3676966428756714, + "type":"directional", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.005", + "rotation":[ + -0.7071067690849304, + 0, + 0, + 0.7071068286895752 + ], + "scale":[ + 0.4996021091938019, + 0.4996020793914795, + 0.4996020793914795 + ], + "translation":[ + -0.02654092200100422, + 0.9038935303688049, + 0.02322564274072647 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp.004", + "rotation":[ + -0.7071067690849304, + 0, + 0, + 0.7071068286895752 + ], + "scale":[ + 0.4996021091938019, + 0.4996020793914795, + 0.4996020793914795 + ], + "translation":[ + -0.0015586493536829948, + -0.3951846957206726, + -1.0263586044311523 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":2 + } + }, + "name":"Lamp.003", + "rotation":[ + -0.7071067690849304, + 0, + 0, + 0.7071068286895752 + ], + "scale":[ + 0.4996021091938019, + 0.4996020793914795, + 0.4996020793914795 + ], + "translation":[ + -0.10148774832487106, + -0.3951846957206726, + 1.42190420627594 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":3 + } + }, + "name":"Lamp.002", + "rotation":[ + -0.7071067690849304, + 0, + 0, + 0.7071068286895752 + ], + "scale":[ + 0.4996021091938019, + 0.4996020793914795, + 0.4996020793914795 + ], + "translation":[ + -1.4414416551589966, + -0.3951846957206726, + 0.10049661248922348 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":4 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.7071067690849304, + 0, + 0, + 0.7071068286895752 + ], + "scale":[ + 0.4996021091938019, + 0.4996020793914795, + 0.4996020793914795 + ], + "translation":[ + 3.0306544303894043, + -2.430525064468384, + 0 + ] + }, + { + "mesh":0, + "name":"Emerald", + "rotation":[ + 0, + -0.9807618856430054, + 0, + 0.195208340883255 + ], + "scale":[ + 0.3022750914096832, + 0.30227506160736084, + 0.3022750914096832 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":5 + } + }, + "name":"Lamp", + "rotation":[ + -0.33438047766685486, + 0.4474298357963562, + -0.0076707336120307446, + 0.8294199109077454 + ], + "scale":[ + 0.3497214615345001, + 0.34972143173217773, + 0.3497214615345001 + ], + "translation":[ + 2.6446633338928223, + 2.2824151515960693, + 2.4137988090515137 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.21205638349056244, + 0.3869099020957947, + 0.08579304814338684, + 0.893293023109436 + ], + "scale":[ + 0.3497214913368225, + 0.3497214615345001, + 0.34972143173217773 + ], + "translation":[ + 2.1354832649230957, + 1.641008973121643, + 2.08259916305542 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Emerald", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":80, + "max":[ + 1.0923093557357788, + 0.8268148899078369, + 0.8922960758209229 + ], + "min":[ + -1.0923093557357788, + 0.00041171908378601074, + -0.8922960758209229 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":80, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":80, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":80, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":132, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":960, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":960, + "byteOffset":960, + "target":34962 + }, + { + "buffer":0, + "byteLength":640, + "byteOffset":1920, + "target":34962 + }, + { + "buffer":0, + "byteLength":1280, + "byteOffset":2560, + "target":34962 + }, + { + "buffer":0, + "byteLength":264, + "byteOffset":3840, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":4104, + "uri":"Emerald-100-c15c57691f78d56d141b8cb2ed000499.bin" + } + ] +} diff --git a/escape-room/godot/imported/Emerald-100.blend-c15c57691f78d56d141b8cb2ed000499.md5 b/escape-room/godot/imported/Emerald-100.blend-c15c57691f78d56d141b8cb2ed000499.md5 new file mode 100644 index 0000000..6478d83 --- /dev/null +++ b/escape-room/godot/imported/Emerald-100.blend-c15c57691f78d56d141b8cb2ed000499.md5 @@ -0,0 +1,3 @@ +source_md5="c5f61e781c23bf4cf71207a2f48821e3" +dest_md5="c9c537ed7388a611e37cfb13b8ee4358" + diff --git a/escape-room/godot/imported/Emerald-100.blend-c15c57691f78d56d141b8cb2ed000499.scn b/escape-room/godot/imported/Emerald-100.blend-c15c57691f78d56d141b8cb2ed000499.scn new file mode 100644 index 0000000..b708722 Binary files /dev/null and b/escape-room/godot/imported/Emerald-100.blend-c15c57691f78d56d141b8cb2ed000499.scn differ diff --git a/escape-room/godot/imported/Emerald-100_Emerald Texture.png-c831765465ae3de63555d6771353b106.ctex b/escape-room/godot/imported/Emerald-100_Emerald Texture.png-c831765465ae3de63555d6771353b106.ctex new file mode 100644 index 0000000..8b6794c Binary files /dev/null and b/escape-room/godot/imported/Emerald-100_Emerald Texture.png-c831765465ae3de63555d6771353b106.ctex differ diff --git a/escape-room/godot/imported/Emerald-100_Emerald Texture.png-c831765465ae3de63555d6771353b106.md5 b/escape-room/godot/imported/Emerald-100_Emerald Texture.png-c831765465ae3de63555d6771353b106.md5 new file mode 100644 index 0000000..68ab501 --- /dev/null +++ b/escape-room/godot/imported/Emerald-100_Emerald Texture.png-c831765465ae3de63555d6771353b106.md5 @@ -0,0 +1,3 @@ +source_md5="7894a0a826b70dd12a1f7ce060a8c64b" +dest_md5="39490be0e3307cf459b74ff7911ab71b" + diff --git a/escape-room/godot/imported/Emerald-100_Emerald Texture.png-d11c670667f400fa4fbe2d69919e6d51.ctex b/escape-room/godot/imported/Emerald-100_Emerald Texture.png-d11c670667f400fa4fbe2d69919e6d51.ctex new file mode 100644 index 0000000..8b6794c Binary files /dev/null and b/escape-room/godot/imported/Emerald-100_Emerald Texture.png-d11c670667f400fa4fbe2d69919e6d51.ctex differ diff --git a/escape-room/godot/imported/Emerald-100_Emerald Texture.png-d11c670667f400fa4fbe2d69919e6d51.md5 b/escape-room/godot/imported/Emerald-100_Emerald Texture.png-d11c670667f400fa4fbe2d69919e6d51.md5 new file mode 100644 index 0000000..68ab501 --- /dev/null +++ b/escape-room/godot/imported/Emerald-100_Emerald Texture.png-d11c670667f400fa4fbe2d69919e6d51.md5 @@ -0,0 +1,3 @@ +source_md5="7894a0a826b70dd12a1f7ce060a8c64b" +dest_md5="39490be0e3307cf459b74ff7911ab71b" + diff --git a/escape-room/godot/imported/Emerald-100_Emerald Texture.png-d3afcabe1ce4a88584e7e41e8947e398.ctex b/escape-room/godot/imported/Emerald-100_Emerald Texture.png-d3afcabe1ce4a88584e7e41e8947e398.ctex new file mode 100644 index 0000000..8b6794c Binary files /dev/null and b/escape-room/godot/imported/Emerald-100_Emerald Texture.png-d3afcabe1ce4a88584e7e41e8947e398.ctex differ diff --git a/escape-room/godot/imported/Emerald-100_Emerald Texture.png-d3afcabe1ce4a88584e7e41e8947e398.md5 b/escape-room/godot/imported/Emerald-100_Emerald Texture.png-d3afcabe1ce4a88584e7e41e8947e398.md5 new file mode 100644 index 0000000..68ab501 --- /dev/null +++ b/escape-room/godot/imported/Emerald-100_Emerald Texture.png-d3afcabe1ce4a88584e7e41e8947e398.md5 @@ -0,0 +1,3 @@ +source_md5="7894a0a826b70dd12a1f7ce060a8c64b" +dest_md5="39490be0e3307cf459b74ff7911ab71b" + diff --git a/escape-room/godot/imported/Emerald.png-11c183a8066706aa33fcfd6bb7ff4643.ctex b/escape-room/godot/imported/Emerald.png-11c183a8066706aa33fcfd6bb7ff4643.ctex new file mode 100644 index 0000000..89f40b5 Binary files /dev/null and b/escape-room/godot/imported/Emerald.png-11c183a8066706aa33fcfd6bb7ff4643.ctex differ diff --git a/escape-room/godot/imported/Emerald.png-11c183a8066706aa33fcfd6bb7ff4643.md5 b/escape-room/godot/imported/Emerald.png-11c183a8066706aa33fcfd6bb7ff4643.md5 new file mode 100644 index 0000000..d4f8557 --- /dev/null +++ b/escape-room/godot/imported/Emerald.png-11c183a8066706aa33fcfd6bb7ff4643.md5 @@ -0,0 +1,3 @@ +source_md5="cd4b4a3b590ffe5a6f2756d69ec14c8d" +dest_md5="e4bfea4ce70bea1afb2a54e3d0e0850a" + diff --git a/escape-room/godot/imported/Error or failed.mp3-e5b009e0f77167ac40cbf6787dd9b02b.md5 b/escape-room/godot/imported/Error or failed.mp3-e5b009e0f77167ac40cbf6787dd9b02b.md5 new file mode 100644 index 0000000..44f2346 --- /dev/null +++ b/escape-room/godot/imported/Error or failed.mp3-e5b009e0f77167ac40cbf6787dd9b02b.md5 @@ -0,0 +1,3 @@ +source_md5="a4b3024f9771e05337d97a8ba6cd976a" +dest_md5="9aaf3ff72b2c7a37ebfed4cd5abe651a" + diff --git a/escape-room/godot/imported/Error or failed.mp3-e5b009e0f77167ac40cbf6787dd9b02b.mp3str b/escape-room/godot/imported/Error or failed.mp3-e5b009e0f77167ac40cbf6787dd9b02b.mp3str new file mode 100644 index 0000000..da104ba Binary files /dev/null and b/escape-room/godot/imported/Error or failed.mp3-e5b009e0f77167ac40cbf6787dd9b02b.mp3str differ diff --git a/escape-room/godot/imported/Everything-2f33069280acf33350d9d81808f1a0c2.bin b/escape-room/godot/imported/Everything-2f33069280acf33350d9d81808f1a0c2.bin new file mode 100644 index 0000000..e970083 Binary files /dev/null and b/escape-room/godot/imported/Everything-2f33069280acf33350d9d81808f1a0c2.bin differ diff --git a/escape-room/godot/imported/Everything-2f33069280acf33350d9d81808f1a0c2.gltf b/escape-room/godot/imported/Everything-2f33069280acf33350d9d81808f1a0c2.gltf new file mode 100644 index 0000000..4a1d6de --- /dev/null +++ b/escape-room/godot/imported/Everything-2f33069280acf33350d9d81808f1a0c2.gltf @@ -0,0 +1,4910 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":1.9805243015289307, + "type":"directional", + "name":"Spot.001" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.40235093235969543, + 0.356875479221344, + 0.09048964828252792, + 0.8381916880607605 + ], + "translation":[ + 6.503087997436523, + 8.97877025604248, + 8.118520736694336 + ] + }, + { + "mesh":0, + "name":"Chair.001", + "scale":[ + 0.34299999475479126, + 0.34300002455711365, + 0.34299999475479126 + ], + "translation":[ + 1.4820380210876465, + 0.008292675018310547, + 3.198395252227783 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.21205638349056244, + 0.3869099020957947, + 0.08579304814338684, + 0.893293023109436 + ], + "translation":[ + 7.675792694091797, + 5.868896484375, + 10.798406600952148 + ] + }, + { + "mesh":1, + "name":"Marketplace", + "rotation":[ + -0.13052618503570557, + 0, + 0, + 0.9914448857307434 + ], + "scale":[ + 1.5, + 1.5, + 1.5 + ], + "translation":[ + 0, + 3, + 0 + ] + }, + { + "mesh":2, + "name":"Showcase", + "rotation":[ + 0, + -0.13052618503570557, + 0, + 0.9914448857307434 + ], + "scale":[ + 0.06000000238418579, + 0.06000000238418579, + 0.06000000238418579 + ], + "translation":[ + 0, + 0, + 1.46926748752594 + ] + }, + { + "mesh":3, + "name":"Table", + "scale":[ + 0.5184000134468079, + 0.5184000134468079, + 0.5184000134468079 + ], + "translation":[ + 1.4851762056350708, + 0, + 4.311794281005859 + ] + }, + { + "mesh":4, + "name":"Chair", + "scale":[ + 0.34299999475479126, + 0.34300002455711365, + 0.34299999475479126 + ], + "translation":[ + -0.6275875568389893, + 0, + -1.054560661315918 + ] + }, + { + "mesh":5, + "name":"Stool", + "scale":[ + 0.30000001192092896, + 0.30000001192092896, + 0.30000001192092896 + ], + "translation":[ + 3.3264100551605225, + 0, + 4.296212196350098 + ] + }, + { + "mesh":6, + "name":"Armchair", + "scale":[ + 0.42000001668930054, + 0.42000001668930054, + 0.42000001668930054 + ], + "translation":[ + 3.4964842796325684, + 0, + 2.975731372833252 + ] + }, + { + "mesh":7, + "name":"Apple", + "rotation":[ + 0, + 0.31345418095588684, + 0, + 0.9496034383773804 + ], + "scale":[ + 0.10000000149011612, + 0.10000000149011612, + 0.10000000149011612 + ], + "translation":[ + 2.2700748443603516, + 1.1279226541519165, + 4.407802104949951 + ] + }, + { + "mesh":8, + "name":"Barrel", + "scale":[ + 0.4000000059604645, + 0.4000000059604645, + 0.4000000059604645 + ], + "translation":[ + -2.347714900970459, + 0, + 1.386000394821167 + ] + }, + { + "mesh":9, + "name":"Barrel.001", + "scale":[ + 0.4000000059604645, + 0.4000000059604645, + 0.4000000059604645 + ], + "translation":[ + -3.5640010833740234, + 0, + 1.6688573360443115 + ] + }, + { + "mesh":10, + "name":"Bread", + "rotation":[ + 0, + 0.5738503336906433, + 0, + 0.8189601898193359 + ], + "scale":[ + 0.24000003933906555, + 0.12000000476837158, + 0.12000000476837158 + ], + "translation":[ + 1.899651050567627, + 1.1523247957229614, + 4.569386959075928 + ] + }, + { + "mesh":11, + "name":"Carrot", + "rotation":[ + -0.6129205226898193, + 0.0020254270639270544, + -0.0015711456071585417, + 0.7901405096054077 + ], + "scale":[ + 0.06300000846385956, + 0.06300001591444016, + 0.06300000846385956 + ], + "translation":[ + 1.614555835723877, + 1.151647686958313, + 4.366562366485596 + ] + }, + { + "mesh":12, + "name":"Cheese", + "scale":[ + 0.0990000069141388, + 0.0990000069141388, + 0.0990000069141388 + ], + "translation":[ + 2.0411927700042725, + 1.1579445600509644, + 4.064208984375 + ] + }, + { + "mesh":13, + "name":"CooperCoin", + "rotation":[ + 0, + -0.19442793726921082, + 0, + 0.9809167981147766 + ], + "scale":[ + 0.18000000715255737, + 0.018000001087784767, + 0.18000000715255737 + ], + "translation":[ + 2.058371067047119, + 0, + 5.238040447235107 + ] + }, + { + "mesh":14, + "name":"GoldCoin", + "rotation":[ + 0, + -0.194427952170372, + 0, + 0.9809167981147766 + ], + "scale":[ + 0.1796189397573471, + 0.0179618950933218, + 0.1796189397573471 + ], + "translation":[ + 3.155672073364258, + 0, + 5.219442367553711 + ] + }, + { + "mesh":15, + "name":"SilverCoin", + "rotation":[ + 0, + -0.19442793726921082, + 0, + 0.9809167981147766 + ], + "scale":[ + 0.18000000715255737, + 0.018000001087784767, + 0.18000000715255737 + ], + "translation":[ + 2.5791239738464355, + 0, + 5.238040447235107 + ] + }, + { + "mesh":16, + "name":"Crate", + "scale":[ + 0.5, + 0.5, + 0.5 + ], + "translation":[ + -4.407803058624268, + 0, + -0.037196457386016846 + ] + }, + { + "mesh":17, + "name":"Fish", + "rotation":[ + 0, + 0.2386050522327423, + 0, + 0.9711167812347412 + ], + "scale":[ + 0.11880001425743103, + 0.05400000512599945, + 0.05400000512599945 + ], + "translation":[ + 1.1915911436080933, + 1.1800494194030762, + 4.370439529418945 + ] + }, + { + "mesh":18, + "name":"Fish.001", + "rotation":[ + 0, + -0.41937753558158875, + 0, + 0.9078120589256287 + ], + "scale":[ + 0.11875621229410172, + 0.05398009344935417, + 0.05398009344935417 + ], + "translation":[ + 1.02836275100708, + 1.1800494194030762, + 4.624350547790527 + ] + }, + { + "mesh":19, + "name":"Fish.002", + "rotation":[ + 0, + -0.06936338543891907, + 0, + 0.9975915551185608 + ], + "scale":[ + 0.11875621229410172, + 0.05398009344935417, + 0.05398009344935417 + ], + "translation":[ + 1.215773105621338, + 1.1800494194030762, + 4.56691837310791 + ] + }, + { + "mesh":20, + "name":"Jar", + "scale":[ + 0.16054032742977142, + 0.16054032742977142, + 0.16054032742977142 + ], + "translation":[ + 3.910431146621704, + 0, + 5.136054992675781 + ] + }, + { + "mesh":21, + "name":"Jar.001", + "scale":[ + 0.16054032742977142, + 0.16054032742977142, + 0.16054032742977142 + ], + "translation":[ + 4.326207160949707, + 0, + 4.8792524337768555 + ] + }, + { + "mesh":22, + "name":"Jar.002", + "scale":[ + 0.16054032742977142, + 0.16054032742977142, + 0.16054032742977142 + ], + "translation":[ + 4.619696140289307, + 0, + 4.426790237426758 + ] + }, + { + "mesh":23, + "name":"Library", + "rotation":[ + 0, + 0.7071068286895752, + 0, + 0.7071068286895752 + ], + "scale":[ + 0.045019518584012985, + 0.19100430607795715, + 0.14294227957725525 + ], + "translation":[ + -5.255138397216797, + 0, + 3.787599802017212 + ] + }, + { + "mesh":24, + "name":"Fountain", + "scale":[ + 0.30000001192092896, + 0.30000001192092896, + 0.30000001192092896 + ], + "translation":[ + 0.4682547450065613, + 0, + 6.918571472167969 + ] + }, + { + "mesh":25, + "name":"Blood Fountain", + "scale":[ + 0.30000001192092896, + 0.30000001192092896, + 0.30000001192092896 + ], + "translation":[ + 0.9429740905761719, + 0, + 8.08073616027832 + ] + }, + { + "mesh":26, + "name":"Candelier", + "scale":[ + 0.24948002398014069, + 0.24948002398014069, + 0.24948002398014069 + ], + "translation":[ + -1.8168694972991943, + 0, + 3.2939834594726562 + ] + }, + { + "mesh":27, + "name":"Oil Lamp.001", + "scale":[ + 0.15399999916553497, + 0.15399999916553497, + 0.15399999916553497 + ], + "translation":[ + -2.25465989112854, + 2.3285393714904785, + 1.7046765089035034 + ] + }, + { + "mesh":28, + "name":"Torch.001", + "scale":[ + 0.1300000101327896, + 0.1300000101327896, + 0.1300000101327896 + ], + "translation":[ + 1.5800495147705078, + 2.829718589782715, + 2 + ] + }, + { + "mesh":29, + "name":"Ham.001", + "rotation":[ + -0.7045478224754333, + 0.06010221689939499, + 0.060102157294750214, + 0.7045479416847229 + ], + "scale":[ + 0.10200001299381256, + 0.10200001299381256, + 0.10200000554323196 + ], + "translation":[ + 0.7107520699501038, + 1.1500695943832397, + 4.099999904632568 + ] + }, + { + "mesh":30, + "name":"Watermelon.001", + "rotation":[ + 0.5547460913658142, + 0.326710045337677, + -0.2506933808326721, + 0.7229592800140381 + ], + "scale":[ + 0.26249998807907104, + 0.15000002086162567, + 0.15375001728534698 + ], + "translation":[ + 1.2000000476837158, + 1.1622761487960815, + 4 + ] + }, + { + "mesh":31, + "name":"Cooking pot", + "scale":[ + 0.32256004214286804, + 0.32256004214286804, + 0.32256004214286804 + ], + "translation":[ + 0.9666073322296143, + 0, + 5.660683631896973 + ] + }, + { + "mesh":32, + "name":"Corn", + "rotation":[ + -0.1205642968416214, + 0.04371025785803795, + -0.6134206652641296, + 0.7792745232582092 + ], + "scale":[ + 0.15067775547504425, + 0.15067774057388306, + 0.15067775547504425 + ], + "translation":[ + 2.2181220054626465, + 1.2004395723342896, + 4.819360733032227 + ] + }, + { + "mesh":33, + "name":"Book Holder", + "rotation":[ + 0, + 0.7071067094802856, + 0, + 0.7071068286895752 + ], + "scale":[ + 0.2600000202655792, + 0.2600000202655792, + 0.2600000202655792 + ], + "translation":[ + -1.3190913200378418, + 0, + 4.305286407470703 + ] + }, + { + "mesh":34, + "name":"Bookholder stone", + "rotation":[ + 0, + 0.7071068286895752, + 0, + 0.7071068286895752 + ], + "scale":[ + 0.48000001907348633, + 0.48000001907348633, + 0.48000001907348633 + ], + "translation":[ + -5.938126087188721, + 0, + 1.4223750829696655 + ] + }, + { + "mesh":35, + "name":"Sarcofagus", + "rotation":[ + -0.7071068286895752, + 0, + 0, + 0.7071068286895752 + ], + "scale":[ + 0.06279266625642776, + 0.06279266625642776, + 0.06279266625642776 + ], + "translation":[ + -2.378591537475586, + 0.459183931350708, + 6.87768030166626 + ] + }, + { + "mesh":36, + "name":"Sacrifice Table", + "rotation":[ + -0.4999999403953552, + -0.5000000596046448, + -0.5, + 0.5 + ], + "scale":[ + 0.08400001376867294, + 0.08400001376867294, + 0.08400001376867294 + ], + "translation":[ + -3.0846304893493652, + 0, + 4.3483710289001465 + ] + }, + { + "mesh":37, + "name":"Emerald", + "rotation":[ + 0, + -0.9807618856430054, + 0, + 0.195208340883255 + ], + "scale":[ + 0.3022750914096832, + 0.30227506160736084, + 0.3022750914096832 + ], + "translation":[ + 1.8256480693817139, + 0, + 6.416305065155029 + ] + }, + { + "mesh":38, + "name":"Sapphire", + "rotation":[ + 0, + 0.13052619993686676, + 0, + 0.9914448857307434 + ], + "scale":[ + 0.15625, + 0.15625, + 0.15625 + ], + "translation":[ + 2.2786574363708496, + 0, + 5.912110328674316 + ] + }, + { + "mesh":39, + "name":"Ruby", + "scale":[ + 0.24324823915958405, + 0.24324823915958405, + 0.24324823915958405 + ], + "translation":[ + 2.621861457824707, + 0, + 6.2959160804748535 + ] + }, + { + "mesh":40, + "name":"Diamond", + "scale":[ + 0.27000001072883606, + 0.27000001072883606, + 0.27000001072883606 + ], + "translation":[ + 3.2959961891174316, + 0, + 6.135490417480469 + ] + }, + { + "mesh":41, + "name":"chest", + "rotation":[ + 0, + 0.7071067094802856, + 0, + 0.7071068286895752 + ], + "scale":[ + 0.04000000283122063, + 0.04000000283122063, + 0.04000000283122063 + ], + "translation":[ + -6.824542999267578, + 0, + -1.2205415964126587 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.6509916954952726, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture.004", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.001", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.003", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.005", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.006", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.007", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.008", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.009", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.010", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.011", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.012", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.014", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.015", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.016", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.017", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.018", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.019", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.020", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.022", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.023", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.024", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.027", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"texture.001", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"texture.002", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.028", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.029", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.030", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.031", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.032", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.033", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.002", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.013", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.025", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Material.001", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.021", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.026", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.034", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"Texture.035", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "name":"texture.003", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Chair.001", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + }, + { + "name":"Marketplace", + "primitives":[ + { + "attributes":{ + "POSITION":5, + "NORMAL":6, + "TEXCOORD_0":7, + "TANGENT":8 + }, + "indices":9, + "material":1 + } + ] + }, + { + "name":"Showcase", + "primitives":[ + { + "attributes":{ + "POSITION":10, + "NORMAL":11, + "TEXCOORD_0":12, + "TANGENT":13 + }, + "indices":14, + "material":2 + } + ] + }, + { + "name":"Table", + "primitives":[ + { + "attributes":{ + "POSITION":15, + "NORMAL":16, + "TEXCOORD_0":17, + "TANGENT":18 + }, + "indices":19, + "material":3 + } + ] + }, + { + "name":"Chair", + "primitives":[ + { + "attributes":{ + "POSITION":20, + "NORMAL":21, + "TEXCOORD_0":22, + "TANGENT":23 + }, + "indices":4, + "material":0 + } + ] + }, + { + "name":"Stool", + "primitives":[ + { + "attributes":{ + "POSITION":24, + "NORMAL":25, + "TEXCOORD_0":26, + "TANGENT":27 + }, + "indices":28, + "material":4 + } + ] + }, + { + "name":"Armchair", + "primitives":[ + { + "attributes":{ + "POSITION":29, + "NORMAL":30, + "TEXCOORD_0":31, + "TANGENT":32 + }, + "indices":33, + "material":5 + } + ] + }, + { + "name":"Apple", + "primitives":[ + { + "attributes":{ + "POSITION":34, + "NORMAL":35, + "TEXCOORD_0":36, + "TANGENT":37 + }, + "indices":38, + "material":6 + } + ] + }, + { + "name":"Barrel", + "primitives":[ + { + "attributes":{ + "POSITION":39, + "NORMAL":40, + "TEXCOORD_0":41, + "TANGENT":42 + }, + "indices":43, + "material":7 + } + ] + }, + { + "name":"Barrel.001", + "primitives":[ + { + "attributes":{ + "POSITION":44, + "NORMAL":45, + "TEXCOORD_0":46, + "TANGENT":47 + }, + "indices":48, + "material":8 + } + ] + }, + { + "name":"Bread", + "primitives":[ + { + "attributes":{ + "POSITION":49, + "NORMAL":50, + "TEXCOORD_0":51, + "TANGENT":52 + }, + "indices":53, + "material":9 + } + ] + }, + { + "name":"Carrot", + "primitives":[ + { + "attributes":{ + "POSITION":54, + "NORMAL":55, + "TEXCOORD_0":56, + "TANGENT":57 + }, + "indices":58, + "material":10 + } + ] + }, + { + "name":"Cheese", + "primitives":[ + { + "attributes":{ + "POSITION":59, + "NORMAL":60, + "TEXCOORD_0":61, + "TANGENT":62 + }, + "indices":63, + "material":11 + } + ] + }, + { + "name":"CooperCoin", + "primitives":[ + { + "attributes":{ + "POSITION":64, + "NORMAL":65, + "TEXCOORD_0":66, + "TANGENT":67 + }, + "indices":68, + "material":12 + } + ] + }, + { + "name":"GoldCoin", + "primitives":[ + { + "attributes":{ + "POSITION":69, + "NORMAL":70, + "TEXCOORD_0":71, + "TANGENT":72 + }, + "indices":68, + "material":13 + } + ] + }, + { + "name":"SilverCoin", + "primitives":[ + { + "attributes":{ + "POSITION":73, + "NORMAL":74, + "TEXCOORD_0":75, + "TANGENT":76 + }, + "indices":68, + "material":14 + } + ] + }, + { + "name":"Crate", + "primitives":[ + { + "attributes":{ + "POSITION":77, + "NORMAL":78, + "TEXCOORD_0":79, + "TANGENT":80 + }, + "indices":81, + "material":15 + } + ] + }, + { + "name":"Fish", + "primitives":[ + { + "attributes":{ + "POSITION":82, + "NORMAL":83, + "TEXCOORD_0":84, + "TANGENT":85 + }, + "indices":86, + "material":16 + } + ] + }, + { + "name":"Fish.001", + "primitives":[ + { + "attributes":{ + "POSITION":87, + "NORMAL":88, + "TEXCOORD_0":89, + "TANGENT":90 + }, + "indices":86, + "material":17 + } + ] + }, + { + "name":"Fish.002", + "primitives":[ + { + "attributes":{ + "POSITION":91, + "NORMAL":92, + "TEXCOORD_0":93, + "TANGENT":94 + }, + "indices":86, + "material":18 + } + ] + }, + { + "name":"Jar", + "primitives":[ + { + "attributes":{ + "POSITION":95, + "NORMAL":96, + "TEXCOORD_0":97, + "TANGENT":98 + }, + "indices":99, + "material":19 + } + ] + }, + { + "name":"Jar.001", + "primitives":[ + { + "attributes":{ + "POSITION":100, + "NORMAL":101, + "TEXCOORD_0":102, + "TANGENT":103 + }, + "indices":99, + "material":20 + } + ] + }, + { + "name":"Jar.002", + "primitives":[ + { + "attributes":{ + "POSITION":104, + "NORMAL":105, + "TEXCOORD_0":106, + "TANGENT":107 + }, + "indices":99, + "material":21 + } + ] + }, + { + "name":"Library.001", + "primitives":[ + { + "attributes":{ + "POSITION":108, + "NORMAL":109, + "TEXCOORD_0":110, + "TANGENT":111 + }, + "indices":112, + "material":22 + } + ] + }, + { + "name":"Fountain", + "primitives":[ + { + "attributes":{ + "POSITION":113, + "NORMAL":114, + "TEXCOORD_0":115, + "TANGENT":116 + }, + "indices":117, + "material":23 + } + ] + }, + { + "name":"Blood Fountain", + "primitives":[ + { + "attributes":{ + "POSITION":118, + "NORMAL":119, + "TEXCOORD_0":120, + "TANGENT":121 + }, + "indices":117, + "material":24 + } + ] + }, + { + "name":"Candelier.001", + "primitives":[ + { + "attributes":{ + "POSITION":122, + "NORMAL":123, + "TEXCOORD_0":124, + "TANGENT":125 + }, + "indices":126, + "material":25 + } + ] + }, + { + "name":"Oil Lamp.001", + "primitives":[ + { + "attributes":{ + "POSITION":127, + "NORMAL":128, + "TEXCOORD_0":129, + "TANGENT":130 + }, + "indices":131, + "material":26 + } + ] + }, + { + "name":"Torch.001", + "primitives":[ + { + "attributes":{ + "POSITION":132, + "NORMAL":133, + "TEXCOORD_0":134, + "TANGENT":135 + }, + "indices":136, + "material":27 + } + ] + }, + { + "name":"Ham.001", + "primitives":[ + { + "attributes":{ + "POSITION":137, + "NORMAL":138, + "TEXCOORD_0":139, + "TANGENT":140 + }, + "indices":141, + "material":28 + } + ] + }, + { + "name":"Watermelon", + "primitives":[ + { + "attributes":{ + "POSITION":142, + "NORMAL":143, + "TEXCOORD_0":144, + "TANGENT":145 + }, + "indices":146, + "material":29 + } + ] + }, + { + "name":"Cooking pot.001", + "primitives":[ + { + "attributes":{ + "POSITION":147, + "NORMAL":148, + "TEXCOORD_0":149, + "TANGENT":150 + }, + "indices":151, + "material":30 + } + ] + }, + { + "name":"Corn", + "primitives":[ + { + "attributes":{ + "POSITION":152, + "NORMAL":153, + "TEXCOORD_0":154, + "TANGENT":155 + }, + "indices":156, + "material":31 + } + ] + }, + { + "name":"Book holder", + "primitives":[ + { + "attributes":{ + "POSITION":157, + "NORMAL":158, + "TEXCOORD_0":159, + "TANGENT":160 + }, + "indices":161, + "material":32 + } + ] + }, + { + "name":"Bookholder stone", + "primitives":[ + { + "attributes":{ + "POSITION":162, + "NORMAL":163, + "TEXCOORD_0":164, + "TANGENT":165 + }, + "indices":166, + "material":33 + } + ] + }, + { + "name":"Sarcofagus", + "primitives":[ + { + "attributes":{ + "POSITION":167, + "NORMAL":168, + "TEXCOORD_0":169, + "TANGENT":170 + }, + "indices":171, + "material":34 + } + ] + }, + { + "name":"Sacrifice Table.003", + "primitives":[ + { + "attributes":{ + "POSITION":172, + "NORMAL":173, + "TEXCOORD_0":174, + "TANGENT":175 + }, + "indices":176, + "material":35 + } + ] + }, + { + "name":"Emerald", + "primitives":[ + { + "attributes":{ + "POSITION":177, + "NORMAL":178, + "TEXCOORD_0":179, + "TANGENT":180 + }, + "indices":181, + "material":36 + } + ] + }, + { + "name":"Sapphire", + "primitives":[ + { + "attributes":{ + "POSITION":182, + "NORMAL":183, + "TEXCOORD_0":184, + "TANGENT":185 + }, + "indices":186, + "material":37 + } + ] + }, + { + "name":"Ruby", + "primitives":[ + { + "attributes":{ + "POSITION":187, + "NORMAL":188, + "TEXCOORD_0":189, + "TANGENT":190 + }, + "indices":191, + "material":38 + } + ] + }, + { + "name":"Diamond", + "primitives":[ + { + "attributes":{ + "POSITION":192, + "NORMAL":193, + "TEXCOORD_0":194, + "TANGENT":195 + }, + "indices":196, + "material":39 + } + ] + }, + { + "name":"Chest", + "primitives":[ + { + "attributes":{ + "POSITION":197, + "NORMAL":198, + "TEXCOORD_0":199, + "TANGENT":200 + }, + "indices":201, + "material":40 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":148, + "max":[ + 1.0000004768371582, + 4.00051736831665, + 1.0000005960464478 + ], + "min":[ + -1.0000003576278687, + -0.0017542839050292969, + -1.0000003576278687 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":148, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":148, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":148, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":240, + "type":"SCALAR" + }, + { + "bufferView":5, + "componentType":5126, + "count":284, + "max":[ + 1.2000000476837158, + 1.1493874789132557e-17, + 1 + ], + "min":[ + -1.2000001668930054, + -2.1749398708343506, + -1.4260306358337402 + ], + "type":"VEC3" + }, + { + "bufferView":6, + "componentType":5126, + "count":284, + "type":"VEC3" + }, + { + "bufferView":7, + "componentType":5126, + "count":284, + "type":"VEC2" + }, + { + "bufferView":8, + "componentType":5126, + "count":284, + "type":"VEC4" + }, + { + "bufferView":9, + "componentType":5123, + "count":498, + "type":"SCALAR" + }, + { + "bufferView":10, + "componentType":5126, + "count":298, + "max":[ + 21.684669494628906, + 24.142135620117188, + 14.007004737854004 + ], + "min":[ + -21.7106876373291, + 0, + -14.104085922241211 + ], + "type":"VEC3" + }, + { + "bufferView":11, + "componentType":5126, + "count":298, + "type":"VEC3" + }, + { + "bufferView":12, + "componentType":5126, + "count":298, + "type":"VEC2" + }, + { + "bufferView":13, + "componentType":5126, + "count":298, + "type":"VEC4" + }, + { + "bufferView":14, + "componentType":5123, + "count":558, + "type":"SCALAR" + }, + { + "bufferView":15, + "componentType":5126, + "count":128, + "max":[ + 2.3000006675720215, + 2.2300000190734863, + 1.3000004291534424 + ], + "min":[ + -2.3000006675720215, + 0, + -1.3000004291534424 + ], + "type":"VEC3" + }, + { + "bufferView":16, + "componentType":5126, + "count":128, + "type":"VEC3" + }, + { + "bufferView":17, + "componentType":5126, + "count":128, + "type":"VEC2" + }, + { + "bufferView":18, + "componentType":5126, + "count":128, + "type":"VEC4" + }, + { + "bufferView":19, + "componentType":5123, + "count":204, + "type":"SCALAR" + }, + { + "bufferView":20, + "componentType":5126, + "count":148, + "max":[ + 1.0000004768371582, + 4.00051736831665, + 1.0000005960464478 + ], + "min":[ + -1.0000003576278687, + -0.0017542839050292969, + -1.0000003576278687 + ], + "type":"VEC3" + }, + { + "bufferView":21, + "componentType":5126, + "count":148, + "type":"VEC3" + }, + { + "bufferView":22, + "componentType":5126, + "count":148, + "type":"VEC2" + }, + { + "bufferView":23, + "componentType":5126, + "count":148, + "type":"VEC4" + }, + { + "bufferView":24, + "componentType":5126, + "count":84, + "max":[ + 1.0000004768371582, + 2, + 1.0000005960464478 + ], + "min":[ + -1.0000003576278687, + -0.004999995231628418, + -1.0000003576278687 + ], + "type":"VEC3" + }, + { + "bufferView":25, + "componentType":5126, + "count":84, + "type":"VEC3" + }, + { + "bufferView":26, + "componentType":5126, + "count":84, + "type":"VEC2" + }, + { + "bufferView":27, + "componentType":5126, + "count":84, + "type":"VEC4" + }, + { + "bufferView":28, + "componentType":5123, + "count":120, + "type":"SCALAR" + }, + { + "bufferView":29, + "componentType":5126, + "count":198, + "max":[ + 1.442460060119629, + 5.800000190734863, + 1.7410343885421753 + ], + "min":[ + -1.4384844303131104, + -4.863739013671875e-05, + -1.2000000476837158 + ], + "type":"VEC3" + }, + { + "bufferView":30, + "componentType":5126, + "count":198, + "type":"VEC3" + }, + { + "bufferView":31, + "componentType":5126, + "count":198, + "type":"VEC2" + }, + { + "bufferView":32, + "componentType":5126, + "count":198, + "type":"VEC4" + }, + { + "bufferView":33, + "componentType":5123, + "count":294, + "type":"SCALAR" + }, + { + "bufferView":34, + "componentType":5126, + "count":117, + "max":[ + 1.0322365760803223, + 2.9068570137023926, + 1 + ], + "min":[ + -1, + 1.1920928955078125e-07, + -1 + ], + "type":"VEC3" + }, + { + "bufferView":35, + "componentType":5126, + "count":117, + "type":"VEC3" + }, + { + "bufferView":36, + "componentType":5126, + "count":117, + "type":"VEC2" + }, + { + "bufferView":37, + "componentType":5126, + "count":117, + "type":"VEC4" + }, + { + "bufferView":38, + "componentType":5123, + "count":444, + "type":"SCALAR" + }, + { + "bufferView":39, + "componentType":5126, + "count":112, + "max":[ + 1.2000000476837158, + 2.5999999046325684, + 1.2000000476837158 + ], + "min":[ + -1.1999999284744263, + 0, + -1.2000000476837158 + ], + "type":"VEC3" + }, + { + "bufferView":40, + "componentType":5126, + "count":112, + "type":"VEC3" + }, + { + "bufferView":41, + "componentType":5126, + "count":112, + "type":"VEC2" + }, + { + "bufferView":42, + "componentType":5126, + "count":112, + "type":"VEC4" + }, + { + "bufferView":43, + "componentType":5123, + "count":180, + "type":"SCALAR" + }, + { + "bufferView":44, + "componentType":5126, + "count":144, + "max":[ + 1.2000000476837158, + 2.5999999046325684, + 1.2000000476837158 + ], + "min":[ + -1.2000000476837158, + 0, + -1.2000000476837158 + ], + "type":"VEC3" + }, + { + "bufferView":45, + "componentType":5126, + "count":144, + "type":"VEC3" + }, + { + "bufferView":46, + "componentType":5126, + "count":144, + "type":"VEC2" + }, + { + "bufferView":47, + "componentType":5126, + "count":144, + "type":"VEC4" + }, + { + "bufferView":48, + "componentType":5123, + "count":228, + "type":"SCALAR" + }, + { + "bufferView":49, + "componentType":5126, + "count":66, + "max":[ + 1.121999979019165, + 1.399999976158142, + 1.3200000524520874 + ], + "min":[ + -1.1220000982284546, + 0, + -1.3200000524520874 + ], + "type":"VEC3" + }, + { + "bufferView":50, + "componentType":5126, + "count":66, + "type":"VEC3" + }, + { + "bufferView":51, + "componentType":5126, + "count":66, + "type":"VEC2" + }, + { + "bufferView":52, + "componentType":5126, + "count":66, + "type":"VEC4" + }, + { + "bufferView":53, + "componentType":5123, + "count":240, + "type":"SCALAR" + }, + { + "bufferView":54, + "componentType":5126, + "count":129, + "max":[ + 1, + 5.796111106872559, + 1 + ], + "min":[ + -1, + 0.19611096382141113, + -1 + ], + "type":"VEC3" + }, + { + "bufferView":55, + "componentType":5126, + "count":129, + "type":"VEC3" + }, + { + "bufferView":56, + "componentType":5126, + "count":129, + "type":"VEC2" + }, + { + "bufferView":57, + "componentType":5126, + "count":129, + "type":"VEC4" + }, + { + "bufferView":58, + "componentType":5123, + "count":192, + "type":"SCALAR" + }, + { + "bufferView":59, + "componentType":5126, + "count":18, + "max":[ + 2.200000047683716, + 2, + 0.9999995827674866 + ], + "min":[ + -1.8000006675720215, + 0, + -1.0000008344650269 + ], + "type":"VEC3" + }, + { + "bufferView":60, + "componentType":5126, + "count":18, + "type":"VEC3" + }, + { + "bufferView":61, + "componentType":5126, + "count":18, + "type":"VEC2" + }, + { + "bufferView":62, + "componentType":5126, + "count":18, + "type":"VEC4" + }, + { + "bufferView":63, + "componentType":5123, + "count":24, + "type":"SCALAR" + }, + { + "bufferView":64, + "componentType":5126, + "count":50, + "max":[ + 0.961856484413147, + 1, + 0.961856484413147 + ], + "min":[ + -0.961856484413147, + -1, + -0.961856484413147 + ], + "type":"VEC3" + }, + { + "bufferView":65, + "componentType":5126, + "count":50, + "type":"VEC3" + }, + { + "bufferView":66, + "componentType":5126, + "count":50, + "type":"VEC2" + }, + { + "bufferView":67, + "componentType":5126, + "count":50, + "type":"VEC4" + }, + { + "bufferView":68, + "componentType":5123, + "count":96, + "type":"SCALAR" + }, + { + "bufferView":69, + "componentType":5126, + "count":50, + "max":[ + 0.961856484413147, + 1, + 0.961856484413147 + ], + "min":[ + -0.961856484413147, + -1, + -0.961856484413147 + ], + "type":"VEC3" + }, + { + "bufferView":70, + "componentType":5126, + "count":50, + "type":"VEC3" + }, + { + "bufferView":71, + "componentType":5126, + "count":50, + "type":"VEC2" + }, + { + "bufferView":72, + "componentType":5126, + "count":50, + "type":"VEC4" + }, + { + "bufferView":73, + "componentType":5126, + "count":50, + "max":[ + 0.961856484413147, + 1, + 0.961856484413147 + ], + "min":[ + -0.961856484413147, + -1, + -0.961856484413147 + ], + "type":"VEC3" + }, + { + "bufferView":74, + "componentType":5126, + "count":50, + "type":"VEC3" + }, + { + "bufferView":75, + "componentType":5126, + "count":50, + "type":"VEC2" + }, + { + "bufferView":76, + "componentType":5126, + "count":50, + "type":"VEC4" + }, + { + "bufferView":77, + "componentType":5126, + "count":24, + "max":[ + 1.0000004768371582, + 2, + 1.0000005960464478 + ], + "min":[ + -1.0000003576278687, + 0, + -1.0000003576278687 + ], + "type":"VEC3" + }, + { + "bufferView":78, + "componentType":5126, + "count":24, + "type":"VEC3" + }, + { + "bufferView":79, + "componentType":5126, + "count":24, + "type":"VEC2" + }, + { + "bufferView":80, + "componentType":5126, + "count":24, + "type":"VEC4" + }, + { + "bufferView":81, + "componentType":5123, + "count":36, + "type":"SCALAR" + }, + { + "bufferView":82, + "componentType":5126, + "count":148, + "max":[ + 2.2844302654266357, + 0.5, + 1.2294424772262573 + ], + "min":[ + -0.965925931930542, + -0.5, + -1.2294424772262573 + ], + "type":"VEC3" + }, + { + "bufferView":83, + "componentType":5126, + "count":148, + "type":"VEC3" + }, + { + "bufferView":84, + "componentType":5126, + "count":148, + "type":"VEC2" + }, + { + "bufferView":85, + "componentType":5126, + "count":148, + "type":"VEC4" + }, + { + "bufferView":86, + "componentType":5123, + "count":192, + "type":"SCALAR" + }, + { + "bufferView":87, + "componentType":5126, + "count":148, + "max":[ + 2.2844302654266357, + 0.5, + 1.2294424772262573 + ], + "min":[ + -0.965925931930542, + -0.5, + -1.2294424772262573 + ], + "type":"VEC3" + }, + { + "bufferView":88, + "componentType":5126, + "count":148, + "type":"VEC3" + }, + { + "bufferView":89, + "componentType":5126, + "count":148, + "type":"VEC2" + }, + { + "bufferView":90, + "componentType":5126, + "count":148, + "type":"VEC4" + }, + { + "bufferView":91, + "componentType":5126, + "count":148, + "max":[ + 2.2844302654266357, + 0.5, + 1.2294424772262573 + ], + "min":[ + -0.965925931930542, + -0.5, + -1.2294424772262573 + ], + "type":"VEC3" + }, + { + "bufferView":92, + "componentType":5126, + "count":148, + "type":"VEC3" + }, + { + "bufferView":93, + "componentType":5126, + "count":148, + "type":"VEC2" + }, + { + "bufferView":94, + "componentType":5126, + "count":148, + "type":"VEC4" + }, + { + "bufferView":95, + "componentType":5126, + "count":145, + "max":[ + 1.2999999523162842, + 4.199999809265137, + 1.1258333921432495 + ], + "min":[ + -1.3000000715255737, + 0, + -1.1258331537246704 + ], + "type":"VEC3" + }, + { + "bufferView":96, + "componentType":5126, + "count":145, + "type":"VEC3" + }, + { + "bufferView":97, + "componentType":5126, + "count":145, + "type":"VEC2" + }, + { + "bufferView":98, + "componentType":5126, + "count":145, + "type":"VEC4" + }, + { + "bufferView":99, + "componentType":5123, + "count":216, + "type":"SCALAR" + }, + { + "bufferView":100, + "componentType":5126, + "count":145, + "max":[ + 1.2999999523162842, + 4.199999809265137, + 1.1258333921432495 + ], + "min":[ + -1.3000000715255737, + 0, + -1.1258331537246704 + ], + "type":"VEC3" + }, + { + "bufferView":101, + "componentType":5126, + "count":145, + "type":"VEC3" + }, + { + "bufferView":102, + "componentType":5126, + "count":145, + "type":"VEC2" + }, + { + "bufferView":103, + "componentType":5126, + "count":145, + "type":"VEC4" + }, + { + "bufferView":104, + "componentType":5126, + "count":145, + "max":[ + 1.2999999523162842, + 4.199999809265137, + 1.1258333921432495 + ], + "min":[ + -1.3000000715255737, + 0, + -1.1258331537246704 + ], + "type":"VEC3" + }, + { + "bufferView":105, + "componentType":5126, + "count":145, + "type":"VEC3" + }, + { + "bufferView":106, + "componentType":5126, + "count":145, + "type":"VEC2" + }, + { + "bufferView":107, + "componentType":5126, + "count":145, + "type":"VEC4" + }, + { + "bufferView":108, + "componentType":5126, + "count":512, + "max":[ + 21.34436798095703, + 13.369489669799805, + 2.2342402935028076 + ], + "min":[ + -21.267120361328125, + -0.021815776824951172, + -2.2392466068267822 + ], + "type":"VEC3" + }, + { + "bufferView":109, + "componentType":5126, + "count":512, + "type":"VEC3" + }, + { + "bufferView":110, + "componentType":5126, + "count":512, + "type":"VEC2" + }, + { + "bufferView":111, + "componentType":5126, + "count":512, + "type":"VEC4" + }, + { + "bufferView":112, + "componentType":5123, + "count":768, + "type":"SCALAR" + }, + { + "bufferView":113, + "componentType":5126, + "count":224, + "max":[ + 1.999999761581421, + 4.000000476837158, + 2.000000238418579 + ], + "min":[ + -2, + 0, + -1.9999994039535522 + ], + "type":"VEC3" + }, + { + "bufferView":114, + "componentType":5126, + "count":224, + "type":"VEC3" + }, + { + "bufferView":115, + "componentType":5126, + "count":224, + "type":"VEC2" + }, + { + "bufferView":116, + "componentType":5126, + "count":224, + "type":"VEC4" + }, + { + "bufferView":117, + "componentType":5123, + "count":372, + "type":"SCALAR" + }, + { + "bufferView":118, + "componentType":5126, + "count":224, + "max":[ + 1.999999761581421, + 4.000000476837158, + 2.000000238418579 + ], + "min":[ + -2, + 0, + -1.9999994039535522 + ], + "type":"VEC3" + }, + { + "bufferView":119, + "componentType":5126, + "count":224, + "type":"VEC3" + }, + { + "bufferView":120, + "componentType":5126, + "count":224, + "type":"VEC2" + }, + { + "bufferView":121, + "componentType":5126, + "count":224, + "type":"VEC4" + }, + { + "bufferView":122, + "componentType":5126, + "count":956, + "max":[ + 1.7000004053115845, + 7.404216289520264, + 1.8956482410430908 + ], + "min":[ + -1.7000004053115845, + -1.7881393432617188e-07, + -1.7000004053115845 + ], + "type":"VEC3" + }, + { + "bufferView":123, + "componentType":5126, + "count":956, + "type":"VEC3" + }, + { + "bufferView":124, + "componentType":5126, + "count":956, + "type":"VEC2" + }, + { + "bufferView":125, + "componentType":5126, + "count":956, + "type":"VEC4" + }, + { + "bufferView":126, + "componentType":5123, + "count":1452, + "type":"SCALAR" + }, + { + "bufferView":127, + "componentType":5126, + "count":140, + "max":[ + 0.9102407097816467, + 5.699999809265137, + 0.7071072459220886 + ], + "min":[ + -0.9102405905723572, + 0, + -2.3988287448883057 + ], + "type":"VEC3" + }, + { + "bufferView":128, + "componentType":5126, + "count":140, + "type":"VEC3" + }, + { + "bufferView":129, + "componentType":5126, + "count":140, + "type":"VEC2" + }, + { + "bufferView":130, + "componentType":5126, + "count":140, + "type":"VEC4" + }, + { + "bufferView":131, + "componentType":5123, + "count":234, + "type":"SCALAR" + }, + { + "bufferView":132, + "componentType":5126, + "count":156, + "max":[ + 1.0000004768371582, + 6.999344825744629, + 0.36062440276145935 + ], + "min":[ + -1.0000003576278687, + 0, + -1.5 + ], + "type":"VEC3" + }, + { + "bufferView":133, + "componentType":5126, + "count":156, + "type":"VEC3" + }, + { + "bufferView":134, + "componentType":5126, + "count":156, + "type":"VEC2" + }, + { + "bufferView":135, + "componentType":5126, + "count":156, + "type":"VEC4" + }, + { + "bufferView":136, + "componentType":5123, + "count":276, + "type":"SCALAR" + }, + { + "bufferView":137, + "componentType":5126, + "count":273, + "max":[ + 1.5937772989273071, + 3.6666669845581055, + 3.1921677589416504 + ], + "min":[ + -1.5937771797180176, + -1.333333134651184, + 0.004613041877746582 + ], + "type":"VEC3" + }, + { + "bufferView":138, + "componentType":5126, + "count":273, + "type":"VEC3" + }, + { + "bufferView":139, + "componentType":5126, + "count":273, + "type":"VEC2" + }, + { + "bufferView":140, + "componentType":5126, + "count":273, + "type":"VEC4" + }, + { + "bufferView":141, + "componentType":5123, + "count":426, + "type":"SCALAR" + }, + { + "bufferView":142, + "componentType":5126, + "count":36, + "max":[ + 1, + 0.2588190734386444, + 0.05763334035873413 + ], + "min":[ + -1, + -0.25368091464042664, + -0.9423666596412659 + ], + "type":"VEC3" + }, + { + "bufferView":143, + "componentType":5126, + "count":36, + "type":"VEC3" + }, + { + "bufferView":144, + "componentType":5126, + "count":36, + "type":"VEC2" + }, + { + "bufferView":145, + "componentType":5126, + "count":36, + "type":"VEC4" + }, + { + "bufferView":146, + "componentType":5123, + "count":90, + "type":"SCALAR" + }, + { + "bufferView":147, + "componentType":5126, + "count":881, + "max":[ + 2.1488842964172363, + 3.1848833560943604, + 1.798851728439331 + ], + "min":[ + -2.1488840579986572, + 0.006024360656738281, + -1.798851728439331 + ], + "type":"VEC3" + }, + { + "bufferView":148, + "componentType":5126, + "count":881, + "type":"VEC3" + }, + { + "bufferView":149, + "componentType":5126, + "count":881, + "type":"VEC2" + }, + { + "bufferView":150, + "componentType":5126, + "count":881, + "type":"VEC4" + }, + { + "bufferView":151, + "componentType":5123, + "count":1386, + "type":"SCALAR" + }, + { + "bufferView":152, + "componentType":5126, + "count":240, + "max":[ + 0.40000009536743164, + 3.318732261657715, + 0.8000002503395081 + ], + "min":[ + -0.3999999165534973, + 0.0003924369812011719, + -0.8000002503395081 + ], + "type":"VEC3" + }, + { + "bufferView":153, + "componentType":5126, + "count":240, + "type":"VEC3" + }, + { + "bufferView":154, + "componentType":5126, + "count":240, + "type":"VEC2" + }, + { + "bufferView":155, + "componentType":5126, + "count":240, + "type":"VEC4" + }, + { + "bufferView":156, + "componentType":5123, + "count":336, + "type":"SCALAR" + }, + { + "bufferView":157, + "componentType":5126, + "count":230, + "max":[ + 1.029600739479065, + 5.337597370147705, + 1.0000005960464478 + ], + "min":[ + -1.0296005010604858, + 0, + -1.0516278743743896 + ], + "type":"VEC3" + }, + { + "bufferView":158, + "componentType":5126, + "count":230, + "type":"VEC3" + }, + { + "bufferView":159, + "componentType":5126, + "count":230, + "type":"VEC2" + }, + { + "bufferView":160, + "componentType":5126, + "count":230, + "type":"VEC4" + }, + { + "bufferView":161, + "componentType":5123, + "count":336, + "type":"SCALAR" + }, + { + "bufferView":162, + "componentType":5126, + "count":310, + "max":[ + 1.029600739479065, + 3.3317151069641113, + 1.0260401964187622 + ], + "min":[ + -1.0296005010604858, + 1.4901161193847656e-08, + -1.0339006185531616 + ], + "type":"VEC3" + }, + { + "bufferView":163, + "componentType":5126, + "count":310, + "type":"VEC3" + }, + { + "bufferView":164, + "componentType":5126, + "count":310, + "type":"VEC2" + }, + { + "bufferView":165, + "componentType":5126, + "count":310, + "type":"VEC4" + }, + { + "bufferView":166, + "componentType":5123, + "count":444, + "type":"SCALAR" + }, + { + "bufferView":167, + "componentType":5126, + "count":526, + "max":[ + 17.733333587646484, + 19.03081512451172, + 7.172064304351807 + ], + "min":[ + -17.73333168029785, + -1.6722400188446045, + -7.269637584686279 + ], + "type":"VEC3" + }, + { + "bufferView":168, + "componentType":5126, + "count":526, + "type":"VEC3" + }, + { + "bufferView":169, + "componentType":5126, + "count":526, + "type":"VEC2" + }, + { + "bufferView":170, + "componentType":5126, + "count":526, + "type":"VEC4" + }, + { + "bufferView":171, + "componentType":5123, + "count":816, + "type":"SCALAR" + }, + { + "bufferView":172, + "componentType":5126, + "count":612, + "max":[ + 14.186666488647461, + 7.0438103675842285, + 15.236732482910156 + ], + "min":[ + -14.186665534973145, + -7.043810844421387, + -4.76837158203125e-07 + ], + "type":"VEC3" + }, + { + "bufferView":173, + "componentType":5126, + "count":612, + "type":"VEC3" + }, + { + "bufferView":174, + "componentType":5126, + "count":612, + "type":"VEC2" + }, + { + "bufferView":175, + "componentType":5126, + "count":612, + "type":"VEC4" + }, + { + "bufferView":176, + "componentType":5123, + "count":948, + "type":"SCALAR" + }, + { + "bufferView":177, + "componentType":5126, + "count":80, + "max":[ + 1.0923093557357788, + 0.8268148899078369, + 0.8922960758209229 + ], + "min":[ + -1.0923093557357788, + 0.00041171908378601074, + -0.8922960758209229 + ], + "type":"VEC3" + }, + { + "bufferView":178, + "componentType":5126, + "count":80, + "type":"VEC3" + }, + { + "bufferView":179, + "componentType":5126, + "count":80, + "type":"VEC2" + }, + { + "bufferView":180, + "componentType":5126, + "count":80, + "type":"VEC4" + }, + { + "bufferView":181, + "componentType":5123, + "count":132, + "type":"SCALAR" + }, + { + "bufferView":182, + "componentType":5126, + "count":62, + "max":[ + 1.5459332466125488, + 1.6003718376159668, + 1.545602560043335 + ], + "min":[ + -1.5450291633605957, + 0.00037182774394750595, + -1.5453603267669678 + ], + "type":"VEC3" + }, + { + "bufferView":183, + "componentType":5126, + "count":62, + "type":"VEC3" + }, + { + "bufferView":184, + "componentType":5126, + "count":62, + "type":"VEC2" + }, + { + "bufferView":185, + "componentType":5126, + "count":62, + "type":"VEC4" + }, + { + "bufferView":186, + "componentType":5123, + "count":108, + "type":"SCALAR" + }, + { + "bufferView":187, + "componentType":5126, + "count":80, + "max":[ + 1, + 0.7200224995613098, + 2 + ], + "min":[ + -1, + 2.2470951080322266e-05, + -1 + ], + "type":"VEC3" + }, + { + "bufferView":188, + "componentType":5126, + "count":80, + "type":"VEC3" + }, + { + "bufferView":189, + "componentType":5126, + "count":80, + "type":"VEC2" + }, + { + "bufferView":190, + "componentType":5126, + "count":80, + "type":"VEC4" + }, + { + "bufferView":191, + "componentType":5123, + "count":132, + "type":"SCALAR" + }, + { + "bufferView":192, + "componentType":5126, + "count":64, + "max":[ + 1, + 1.9994710683822632, + 1 + ], + "min":[ + -1, + -0.0005289316177368164, + -1 + ], + "type":"VEC3" + }, + { + "bufferView":193, + "componentType":5126, + "count":64, + "type":"VEC3" + }, + { + "bufferView":194, + "componentType":5126, + "count":64, + "type":"VEC2" + }, + { + "bufferView":195, + "componentType":5126, + "count":64, + "type":"VEC4" + }, + { + "bufferView":196, + "componentType":5123, + "count":90, + "type":"SCALAR" + }, + { + "bufferView":197, + "componentType":5126, + "count":817, + "max":[ + 21.418472290039062, + 27.249767303466797, + 11.601421356201172 + ], + "min":[ + -21.418472290039062, + 0, + -10.430956840515137 + ], + "type":"VEC3" + }, + { + "bufferView":198, + "componentType":5126, + "count":817, + "type":"VEC3" + }, + { + "bufferView":199, + "componentType":5126, + "count":817, + "type":"VEC2" + }, + { + "bufferView":200, + "componentType":5126, + "count":817, + "type":"VEC4" + }, + { + "bufferView":201, + "componentType":5123, + "count":1392, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":1776, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":1776, + "byteOffset":1776, + "target":34962 + }, + { + "buffer":0, + "byteLength":1184, + "byteOffset":3552, + "target":34962 + }, + { + "buffer":0, + "byteLength":2368, + "byteOffset":4736, + "target":34962 + }, + { + "buffer":0, + "byteLength":480, + "byteOffset":7104, + "target":34963 + }, + { + "buffer":0, + "byteLength":3408, + "byteOffset":7584, + "target":34962 + }, + { + "buffer":0, + "byteLength":3408, + "byteOffset":10992, + "target":34962 + }, + { + "buffer":0, + "byteLength":2272, + "byteOffset":14400, + "target":34962 + }, + { + "buffer":0, + "byteLength":4544, + "byteOffset":16672, + "target":34962 + }, + { + "buffer":0, + "byteLength":996, + "byteOffset":21216, + "target":34963 + }, + { + "buffer":0, + "byteLength":3576, + "byteOffset":22212, + "target":34962 + }, + { + "buffer":0, + "byteLength":3576, + "byteOffset":25788, + "target":34962 + }, + { + "buffer":0, + "byteLength":2384, + "byteOffset":29364, + "target":34962 + }, + { + "buffer":0, + "byteLength":4768, + "byteOffset":31748, + "target":34962 + }, + { + "buffer":0, + "byteLength":1116, + "byteOffset":36516, + "target":34963 + }, + { + "buffer":0, + "byteLength":1536, + "byteOffset":37632, + "target":34962 + }, + { + "buffer":0, + "byteLength":1536, + "byteOffset":39168, + "target":34962 + }, + { + "buffer":0, + "byteLength":1024, + "byteOffset":40704, + "target":34962 + }, + { + "buffer":0, + "byteLength":2048, + "byteOffset":41728, + "target":34962 + }, + { + "buffer":0, + "byteLength":408, + "byteOffset":43776, + "target":34963 + }, + { + "buffer":0, + "byteLength":1776, + "byteOffset":44184, + "target":34962 + }, + { + "buffer":0, + "byteLength":1776, + "byteOffset":45960, + "target":34962 + }, + { + "buffer":0, + "byteLength":1184, + "byteOffset":47736, + "target":34962 + }, + { + "buffer":0, + "byteLength":2368, + "byteOffset":48920, + "target":34962 + }, + { + "buffer":0, + "byteLength":1008, + "byteOffset":51288, + "target":34962 + }, + { + "buffer":0, + "byteLength":1008, + "byteOffset":52296, + "target":34962 + }, + { + "buffer":0, + "byteLength":672, + "byteOffset":53304, + "target":34962 + }, + { + "buffer":0, + "byteLength":1344, + "byteOffset":53976, + "target":34962 + }, + { + "buffer":0, + "byteLength":240, + "byteOffset":55320, + "target":34963 + }, + { + "buffer":0, + "byteLength":2376, + "byteOffset":55560, + "target":34962 + }, + { + "buffer":0, + "byteLength":2376, + "byteOffset":57936, + "target":34962 + }, + { + "buffer":0, + "byteLength":1584, + "byteOffset":60312, + "target":34962 + }, + { + "buffer":0, + "byteLength":3168, + "byteOffset":61896, + "target":34962 + }, + { + "buffer":0, + "byteLength":588, + "byteOffset":65064, + "target":34963 + }, + { + "buffer":0, + "byteLength":1404, + "byteOffset":65652, + "target":34962 + }, + { + "buffer":0, + "byteLength":1404, + "byteOffset":67056, + "target":34962 + }, + { + "buffer":0, + "byteLength":936, + "byteOffset":68460, + "target":34962 + }, + { + "buffer":0, + "byteLength":1872, + "byteOffset":69396, + "target":34962 + }, + { + "buffer":0, + "byteLength":888, + "byteOffset":71268, + "target":34963 + }, + { + "buffer":0, + "byteLength":1344, + "byteOffset":72156, + "target":34962 + }, + { + "buffer":0, + "byteLength":1344, + "byteOffset":73500, + "target":34962 + }, + { + "buffer":0, + "byteLength":896, + "byteOffset":74844, + "target":34962 + }, + { + "buffer":0, + "byteLength":1792, + "byteOffset":75740, + "target":34962 + }, + { + "buffer":0, + "byteLength":360, + "byteOffset":77532, + "target":34963 + }, + { + "buffer":0, + "byteLength":1728, + "byteOffset":77892, + "target":34962 + }, + { + "buffer":0, + "byteLength":1728, + "byteOffset":79620, + "target":34962 + }, + { + "buffer":0, + "byteLength":1152, + "byteOffset":81348, + "target":34962 + }, + { + "buffer":0, + "byteLength":2304, + "byteOffset":82500, + "target":34962 + }, + { + "buffer":0, + "byteLength":456, + "byteOffset":84804, + "target":34963 + }, + { + "buffer":0, + "byteLength":792, + "byteOffset":85260, + "target":34962 + }, + { + "buffer":0, + "byteLength":792, + "byteOffset":86052, + "target":34962 + }, + { + "buffer":0, + "byteLength":528, + "byteOffset":86844, + "target":34962 + }, + { + "buffer":0, + "byteLength":1056, + "byteOffset":87372, + "target":34962 + }, + { + "buffer":0, + "byteLength":480, + "byteOffset":88428, + "target":34963 + }, + { + "buffer":0, + "byteLength":1548, + "byteOffset":88908, + "target":34962 + }, + { + "buffer":0, + "byteLength":1548, + "byteOffset":90456, + "target":34962 + }, + { + "buffer":0, + "byteLength":1032, + "byteOffset":92004, + "target":34962 + }, + { + "buffer":0, + "byteLength":2064, + "byteOffset":93036, + "target":34962 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":95100, + "target":34963 + }, + { + "buffer":0, + "byteLength":216, + "byteOffset":95484, + "target":34962 + }, + { + "buffer":0, + "byteLength":216, + "byteOffset":95700, + "target":34962 + }, + { + "buffer":0, + "byteLength":144, + "byteOffset":95916, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":96060, + "target":34962 + }, + { + "buffer":0, + "byteLength":48, + "byteOffset":96348, + "target":34963 + }, + { + "buffer":0, + "byteLength":600, + "byteOffset":96396, + "target":34962 + }, + { + "buffer":0, + "byteLength":600, + "byteOffset":96996, + "target":34962 + }, + { + "buffer":0, + "byteLength":400, + "byteOffset":97596, + "target":34962 + }, + { + "buffer":0, + "byteLength":800, + "byteOffset":97996, + "target":34962 + }, + { + "buffer":0, + "byteLength":192, + "byteOffset":98796, + "target":34963 + }, + { + "buffer":0, + "byteLength":600, + "byteOffset":98988, + "target":34962 + }, + { + "buffer":0, + "byteLength":600, + "byteOffset":99588, + "target":34962 + }, + { + "buffer":0, + "byteLength":400, + "byteOffset":100188, + "target":34962 + }, + { + "buffer":0, + "byteLength":800, + "byteOffset":100588, + "target":34962 + }, + { + "buffer":0, + "byteLength":600, + "byteOffset":101388, + "target":34962 + }, + { + "buffer":0, + "byteLength":600, + "byteOffset":101988, + "target":34962 + }, + { + "buffer":0, + "byteLength":400, + "byteOffset":102588, + "target":34962 + }, + { + "buffer":0, + "byteLength":800, + "byteOffset":102988, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":103788, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":104076, + "target":34962 + }, + { + "buffer":0, + "byteLength":192, + "byteOffset":104364, + "target":34962 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":104556, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":104940, + "target":34963 + }, + { + "buffer":0, + "byteLength":1776, + "byteOffset":105012, + "target":34962 + }, + { + "buffer":0, + "byteLength":1776, + "byteOffset":106788, + "target":34962 + }, + { + "buffer":0, + "byteLength":1184, + "byteOffset":108564, + "target":34962 + }, + { + "buffer":0, + "byteLength":2368, + "byteOffset":109748, + "target":34962 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":112116, + "target":34963 + }, + { + "buffer":0, + "byteLength":1776, + "byteOffset":112500, + "target":34962 + }, + { + "buffer":0, + "byteLength":1776, + "byteOffset":114276, + "target":34962 + }, + { + "buffer":0, + "byteLength":1184, + "byteOffset":116052, + "target":34962 + }, + { + "buffer":0, + "byteLength":2368, + "byteOffset":117236, + "target":34962 + }, + { + "buffer":0, + "byteLength":1776, + "byteOffset":119604, + "target":34962 + }, + { + "buffer":0, + "byteLength":1776, + "byteOffset":121380, + "target":34962 + }, + { + "buffer":0, + "byteLength":1184, + "byteOffset":123156, + "target":34962 + }, + { + "buffer":0, + "byteLength":2368, + "byteOffset":124340, + "target":34962 + }, + { + "buffer":0, + "byteLength":1740, + "byteOffset":126708, + "target":34962 + }, + { + "buffer":0, + "byteLength":1740, + "byteOffset":128448, + "target":34962 + }, + { + "buffer":0, + "byteLength":1160, + "byteOffset":130188, + "target":34962 + }, + { + "buffer":0, + "byteLength":2320, + "byteOffset":131348, + "target":34962 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":133668, + "target":34963 + }, + { + "buffer":0, + "byteLength":1740, + "byteOffset":134100, + "target":34962 + }, + { + "buffer":0, + "byteLength":1740, + "byteOffset":135840, + "target":34962 + }, + { + "buffer":0, + "byteLength":1160, + "byteOffset":137580, + "target":34962 + }, + { + "buffer":0, + "byteLength":2320, + "byteOffset":138740, + "target":34962 + }, + { + "buffer":0, + "byteLength":1740, + "byteOffset":141060, + "target":34962 + }, + { + "buffer":0, + "byteLength":1740, + "byteOffset":142800, + "target":34962 + }, + { + "buffer":0, + "byteLength":1160, + "byteOffset":144540, + "target":34962 + }, + { + "buffer":0, + "byteLength":2320, + "byteOffset":145700, + "target":34962 + }, + { + "buffer":0, + "byteLength":6144, + "byteOffset":148020, + "target":34962 + }, + { + "buffer":0, + "byteLength":6144, + "byteOffset":154164, + "target":34962 + }, + { + "buffer":0, + "byteLength":4096, + "byteOffset":160308, + "target":34962 + }, + { + "buffer":0, + "byteLength":8192, + "byteOffset":164404, + "target":34962 + }, + { + "buffer":0, + "byteLength":1536, + "byteOffset":172596, + "target":34963 + }, + { + "buffer":0, + "byteLength":2688, + "byteOffset":174132, + "target":34962 + }, + { + "buffer":0, + "byteLength":2688, + "byteOffset":176820, + "target":34962 + }, + { + "buffer":0, + "byteLength":1792, + "byteOffset":179508, + "target":34962 + }, + { + "buffer":0, + "byteLength":3584, + "byteOffset":181300, + "target":34962 + }, + { + "buffer":0, + "byteLength":744, + "byteOffset":184884, + "target":34963 + }, + { + "buffer":0, + "byteLength":2688, + "byteOffset":185628, + "target":34962 + }, + { + "buffer":0, + "byteLength":2688, + "byteOffset":188316, + "target":34962 + }, + { + "buffer":0, + "byteLength":1792, + "byteOffset":191004, + "target":34962 + }, + { + "buffer":0, + "byteLength":3584, + "byteOffset":192796, + "target":34962 + }, + { + "buffer":0, + "byteLength":11472, + "byteOffset":196380, + "target":34962 + }, + { + "buffer":0, + "byteLength":11472, + "byteOffset":207852, + "target":34962 + }, + { + "buffer":0, + "byteLength":7648, + "byteOffset":219324, + "target":34962 + }, + { + "buffer":0, + "byteLength":15296, + "byteOffset":226972, + "target":34962 + }, + { + "buffer":0, + "byteLength":2904, + "byteOffset":242268, + "target":34963 + }, + { + "buffer":0, + "byteLength":1680, + "byteOffset":245172, + "target":34962 + }, + { + "buffer":0, + "byteLength":1680, + "byteOffset":246852, + "target":34962 + }, + { + "buffer":0, + "byteLength":1120, + "byteOffset":248532, + "target":34962 + }, + { + "buffer":0, + "byteLength":2240, + "byteOffset":249652, + "target":34962 + }, + { + "buffer":0, + "byteLength":468, + "byteOffset":251892, + "target":34963 + }, + { + "buffer":0, + "byteLength":1872, + "byteOffset":252360, + "target":34962 + }, + { + "buffer":0, + "byteLength":1872, + "byteOffset":254232, + "target":34962 + }, + { + "buffer":0, + "byteLength":1248, + "byteOffset":256104, + "target":34962 + }, + { + "buffer":0, + "byteLength":2496, + "byteOffset":257352, + "target":34962 + }, + { + "buffer":0, + "byteLength":552, + "byteOffset":259848, + "target":34963 + }, + { + "buffer":0, + "byteLength":3276, + "byteOffset":260400, + "target":34962 + }, + { + "buffer":0, + "byteLength":3276, + "byteOffset":263676, + "target":34962 + }, + { + "buffer":0, + "byteLength":2184, + "byteOffset":266952, + "target":34962 + }, + { + "buffer":0, + "byteLength":4368, + "byteOffset":269136, + "target":34962 + }, + { + "buffer":0, + "byteLength":852, + "byteOffset":273504, + "target":34963 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":274356, + "target":34962 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":274788, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":275220, + "target":34962 + }, + { + "buffer":0, + "byteLength":576, + "byteOffset":275508, + "target":34962 + }, + { + "buffer":0, + "byteLength":180, + "byteOffset":276084, + "target":34963 + }, + { + "buffer":0, + "byteLength":10572, + "byteOffset":276264, + "target":34962 + }, + { + "buffer":0, + "byteLength":10572, + "byteOffset":286836, + "target":34962 + }, + { + "buffer":0, + "byteLength":7048, + "byteOffset":297408, + "target":34962 + }, + { + "buffer":0, + "byteLength":14096, + "byteOffset":304456, + "target":34962 + }, + { + "buffer":0, + "byteLength":2772, + "byteOffset":318552, + "target":34963 + }, + { + "buffer":0, + "byteLength":2880, + "byteOffset":321324, + "target":34962 + }, + { + "buffer":0, + "byteLength":2880, + "byteOffset":324204, + "target":34962 + }, + { + "buffer":0, + "byteLength":1920, + "byteOffset":327084, + "target":34962 + }, + { + "buffer":0, + "byteLength":3840, + "byteOffset":329004, + "target":34962 + }, + { + "buffer":0, + "byteLength":672, + "byteOffset":332844, + "target":34963 + }, + { + "buffer":0, + "byteLength":2760, + "byteOffset":333516, + "target":34962 + }, + { + "buffer":0, + "byteLength":2760, + "byteOffset":336276, + "target":34962 + }, + { + "buffer":0, + "byteLength":1840, + "byteOffset":339036, + "target":34962 + }, + { + "buffer":0, + "byteLength":3680, + "byteOffset":340876, + "target":34962 + }, + { + "buffer":0, + "byteLength":672, + "byteOffset":344556, + "target":34963 + }, + { + "buffer":0, + "byteLength":3720, + "byteOffset":345228, + "target":34962 + }, + { + "buffer":0, + "byteLength":3720, + "byteOffset":348948, + "target":34962 + }, + { + "buffer":0, + "byteLength":2480, + "byteOffset":352668, + "target":34962 + }, + { + "buffer":0, + "byteLength":4960, + "byteOffset":355148, + "target":34962 + }, + { + "buffer":0, + "byteLength":888, + "byteOffset":360108, + "target":34963 + }, + { + "buffer":0, + "byteLength":6312, + "byteOffset":360996, + "target":34962 + }, + { + "buffer":0, + "byteLength":6312, + "byteOffset":367308, + "target":34962 + }, + { + "buffer":0, + "byteLength":4208, + "byteOffset":373620, + "target":34962 + }, + { + "buffer":0, + "byteLength":8416, + "byteOffset":377828, + "target":34962 + }, + { + "buffer":0, + "byteLength":1632, + "byteOffset":386244, + "target":34963 + }, + { + "buffer":0, + "byteLength":7344, + "byteOffset":387876, + "target":34962 + }, + { + "buffer":0, + "byteLength":7344, + "byteOffset":395220, + "target":34962 + }, + { + "buffer":0, + "byteLength":4896, + "byteOffset":402564, + "target":34962 + }, + { + "buffer":0, + "byteLength":9792, + "byteOffset":407460, + "target":34962 + }, + { + "buffer":0, + "byteLength":1896, + "byteOffset":417252, + "target":34963 + }, + { + "buffer":0, + "byteLength":960, + "byteOffset":419148, + "target":34962 + }, + { + "buffer":0, + "byteLength":960, + "byteOffset":420108, + "target":34962 + }, + { + "buffer":0, + "byteLength":640, + "byteOffset":421068, + "target":34962 + }, + { + "buffer":0, + "byteLength":1280, + "byteOffset":421708, + "target":34962 + }, + { + "buffer":0, + "byteLength":264, + "byteOffset":422988, + "target":34963 + }, + { + "buffer":0, + "byteLength":744, + "byteOffset":423252, + "target":34962 + }, + { + "buffer":0, + "byteLength":744, + "byteOffset":423996, + "target":34962 + }, + { + "buffer":0, + "byteLength":496, + "byteOffset":424740, + "target":34962 + }, + { + "buffer":0, + "byteLength":992, + "byteOffset":425236, + "target":34962 + }, + { + "buffer":0, + "byteLength":216, + "byteOffset":426228, + "target":34963 + }, + { + "buffer":0, + "byteLength":960, + "byteOffset":426444, + "target":34962 + }, + { + "buffer":0, + "byteLength":960, + "byteOffset":427404, + "target":34962 + }, + { + "buffer":0, + "byteLength":640, + "byteOffset":428364, + "target":34962 + }, + { + "buffer":0, + "byteLength":1280, + "byteOffset":429004, + "target":34962 + }, + { + "buffer":0, + "byteLength":264, + "byteOffset":430284, + "target":34963 + }, + { + "buffer":0, + "byteLength":768, + "byteOffset":430548, + "target":34962 + }, + { + "buffer":0, + "byteLength":768, + "byteOffset":431316, + "target":34962 + }, + { + "buffer":0, + "byteLength":512, + "byteOffset":432084, + "target":34962 + }, + { + "buffer":0, + "byteLength":1024, + "byteOffset":432596, + "target":34962 + }, + { + "buffer":0, + "byteLength":180, + "byteOffset":433620, + "target":34963 + }, + { + "buffer":0, + "byteLength":9804, + "byteOffset":433800, + "target":34962 + }, + { + "buffer":0, + "byteLength":9804, + "byteOffset":443604, + "target":34962 + }, + { + "buffer":0, + "byteLength":6536, + "byteOffset":453408, + "target":34962 + }, + { + "buffer":0, + "byteLength":13072, + "byteOffset":459944, + "target":34962 + }, + { + "buffer":0, + "byteLength":2784, + "byteOffset":473016, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":475800, + "uri":"Everything-2f33069280acf33350d9d81808f1a0c2.bin" + } + ] +} diff --git a/escape-room/godot/imported/Everything.blend-2f33069280acf33350d9d81808f1a0c2.md5 b/escape-room/godot/imported/Everything.blend-2f33069280acf33350d9d81808f1a0c2.md5 new file mode 100644 index 0000000..f4f0bf6 --- /dev/null +++ b/escape-room/godot/imported/Everything.blend-2f33069280acf33350d9d81808f1a0c2.md5 @@ -0,0 +1,3 @@ +source_md5="fe8cb7b0fdfcc2df59905f444cf178ac" +dest_md5="2cfe715f7ad88ef97cdff41b80af11cb" + diff --git a/escape-room/godot/imported/Everything.blend-2f33069280acf33350d9d81808f1a0c2.scn b/escape-room/godot/imported/Everything.blend-2f33069280acf33350d9d81808f1a0c2.scn new file mode 100644 index 0000000..f058d90 Binary files /dev/null and b/escape-room/godot/imported/Everything.blend-2f33069280acf33350d9d81808f1a0c2.scn differ diff --git a/escape-room/godot/imported/Everything.png-86c745232f07a6d23d3184bc95ae53e7.ctex b/escape-room/godot/imported/Everything.png-86c745232f07a6d23d3184bc95ae53e7.ctex new file mode 100644 index 0000000..0027fbc Binary files /dev/null and b/escape-room/godot/imported/Everything.png-86c745232f07a6d23d3184bc95ae53e7.ctex differ diff --git a/escape-room/godot/imported/Everything.png-86c745232f07a6d23d3184bc95ae53e7.md5 b/escape-room/godot/imported/Everything.png-86c745232f07a6d23d3184bc95ae53e7.md5 new file mode 100644 index 0000000..dc62cd0 --- /dev/null +++ b/escape-room/godot/imported/Everything.png-86c745232f07a6d23d3184bc95ae53e7.md5 @@ -0,0 +1,3 @@ +source_md5="54ac076851c31640793fba400abb9921" +dest_md5="a1511d09611b43434f8082033b4716cb" + diff --git a/escape-room/godot/imported/Fish-1013abcde02c038fd261f26ef2dd72e8.bin b/escape-room/godot/imported/Fish-1013abcde02c038fd261f26ef2dd72e8.bin new file mode 100644 index 0000000..31672a2 Binary files /dev/null and b/escape-room/godot/imported/Fish-1013abcde02c038fd261f26ef2dd72e8.bin differ diff --git a/escape-room/godot/imported/Fish-1013abcde02c038fd261f26ef2dd72e8.gltf b/escape-room/godot/imported/Fish-1013abcde02c038fd261f26ef2dd72e8.gltf new file mode 100644 index 0000000..f21b4d0 --- /dev/null +++ b/escape-room/godot/imported/Fish-1013abcde02c038fd261f26ef2dd72e8.gltf @@ -0,0 +1,304 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.003" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.002" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3, + 4, + 5 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.003", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + -5.661691665649414, + 0.9350056648254395, + -0.1396610140800476 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp.002", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 8.536748886108398, + -0.7779943943023682, + -0.9168896675109863 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":2 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 2.340540885925293, + 0.7569575309753418, + 4.608394622802734 + ] + }, + { + "mesh":0, + "name":"Fish", + "scale":[ + 0.11880001425743103, + 0.05400000512599945, + 0.05400000512599945 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":3 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 4.076245307922363, + 5.903861999511719, + -1.0054539442062378 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.37691497802734375, + 0.363517165184021, + 0.15096934139728546, + 0.8384501338005066 + ], + "scale":[ + 0.13907061517238617, + 0.13907060027122498, + 0.13907060027122498 + ], + "translation":[ + 0.7853822112083435, + 1.0060607194900513, + 0.6189935207366943 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.2803939109123644, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Fish", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":148, + "max":[ + 2.2844302654266357, + 0.5, + 1.2294424772262573 + ], + "min":[ + -0.965925931930542, + -0.5, + -1.2294424772262573 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":148, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":148, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":148, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":192, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":1776, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":1776, + "byteOffset":1776, + "target":34962 + }, + { + "buffer":0, + "byteLength":1184, + "byteOffset":3552, + "target":34962 + }, + { + "buffer":0, + "byteLength":2368, + "byteOffset":4736, + "target":34962 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":7104, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":7488, + "uri":"Fish-1013abcde02c038fd261f26ef2dd72e8.bin" + } + ] +} diff --git a/escape-room/godot/imported/Fish.blend-1013abcde02c038fd261f26ef2dd72e8.md5 b/escape-room/godot/imported/Fish.blend-1013abcde02c038fd261f26ef2dd72e8.md5 new file mode 100644 index 0000000..4264475 --- /dev/null +++ b/escape-room/godot/imported/Fish.blend-1013abcde02c038fd261f26ef2dd72e8.md5 @@ -0,0 +1,3 @@ +source_md5="31b089224083133619f51dd1467e6442" +dest_md5="c5c3f3faaf4fd87e2537110a2eef75a1" + diff --git a/escape-room/godot/imported/Fish.blend-1013abcde02c038fd261f26ef2dd72e8.scn b/escape-room/godot/imported/Fish.blend-1013abcde02c038fd261f26ef2dd72e8.scn new file mode 100644 index 0000000..cc6243a Binary files /dev/null and b/escape-room/godot/imported/Fish.blend-1013abcde02c038fd261f26ef2dd72e8.scn differ diff --git a/escape-room/godot/imported/Fish2-310615ae19680825575d4d4393b40cf5.bin b/escape-room/godot/imported/Fish2-310615ae19680825575d4d4393b40cf5.bin new file mode 100644 index 0000000..31672a2 Binary files /dev/null and b/escape-room/godot/imported/Fish2-310615ae19680825575d4d4393b40cf5.bin differ diff --git a/escape-room/godot/imported/Fish2-310615ae19680825575d4d4393b40cf5.gltf b/escape-room/godot/imported/Fish2-310615ae19680825575d4d4393b40cf5.gltf new file mode 100644 index 0000000..e36c10b --- /dev/null +++ b/escape-room/godot/imported/Fish2-310615ae19680825575d4d4393b40cf5.gltf @@ -0,0 +1,304 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.003" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.002" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3, + 4, + 5 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.003", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + -5.661691665649414, + 0.9350056648254395, + -0.1396610140800476 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp.002", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 8.536748886108398, + -0.7779943943023682, + -0.9168896675109863 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":2 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 2.340540885925293, + 0.7569575309753418, + 4.608394622802734 + ] + }, + { + "mesh":0, + "name":"Fish", + "scale":[ + 0.11875621229410172, + 0.05398009344935417, + 0.05398009344935417 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":3 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 4.076245307922363, + 5.903861999511719, + -1.0054539442062378 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.37691497802734375, + 0.363517165184021, + 0.15096934139728546, + 0.8384501338005066 + ], + "scale":[ + 0.12110380828380585, + 0.12110380083322525, + 0.12110380083322525 + ], + "translation":[ + 1.6720600128173828, + 2.375386953353882, + 1.4458482265472412 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.1401616933548416, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Fish", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":148, + "max":[ + 2.2844302654266357, + 0.5, + 1.2294424772262573 + ], + "min":[ + -0.965925931930542, + -0.5, + -1.2294424772262573 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":148, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":148, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":148, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":192, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":1776, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":1776, + "byteOffset":1776, + "target":34962 + }, + { + "buffer":0, + "byteLength":1184, + "byteOffset":3552, + "target":34962 + }, + { + "buffer":0, + "byteLength":2368, + "byteOffset":4736, + "target":34962 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":7104, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":7488, + "uri":"Fish2-310615ae19680825575d4d4393b40cf5.bin" + } + ] +} diff --git a/escape-room/godot/imported/Fish2.blend-310615ae19680825575d4d4393b40cf5.md5 b/escape-room/godot/imported/Fish2.blend-310615ae19680825575d4d4393b40cf5.md5 new file mode 100644 index 0000000..ab40750 --- /dev/null +++ b/escape-room/godot/imported/Fish2.blend-310615ae19680825575d4d4393b40cf5.md5 @@ -0,0 +1,3 @@ +source_md5="00e3a88938f6ba8658622bee43919cae" +dest_md5="3aee730f40c257eda8fddcaa2f525248" + diff --git a/escape-room/godot/imported/Fish2.blend-310615ae19680825575d4d4393b40cf5.scn b/escape-room/godot/imported/Fish2.blend-310615ae19680825575d4d4393b40cf5.scn new file mode 100644 index 0000000..fc593c3 Binary files /dev/null and b/escape-room/godot/imported/Fish2.blend-310615ae19680825575d4d4393b40cf5.scn differ diff --git a/escape-room/godot/imported/Fish3-63c37b10ea7aba75261478ae237c0171.bin b/escape-room/godot/imported/Fish3-63c37b10ea7aba75261478ae237c0171.bin new file mode 100644 index 0000000..31672a2 Binary files /dev/null and b/escape-room/godot/imported/Fish3-63c37b10ea7aba75261478ae237c0171.bin differ diff --git a/escape-room/godot/imported/Fish3-63c37b10ea7aba75261478ae237c0171.gltf b/escape-room/godot/imported/Fish3-63c37b10ea7aba75261478ae237c0171.gltf new file mode 100644 index 0000000..1bfbb18 --- /dev/null +++ b/escape-room/godot/imported/Fish3-63c37b10ea7aba75261478ae237c0171.gltf @@ -0,0 +1,304 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.003" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.002" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3, + 4, + 5 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.003", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + -5.661691665649414, + 0.9350056648254395, + -0.1396610140800476 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp.002", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 8.536748886108398, + -0.7779943943023682, + -0.9168896675109863 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":2 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 2.340540885925293, + 0.7569575309753418, + 4.608394622802734 + ] + }, + { + "mesh":0, + "name":"Fish", + "scale":[ + 0.11875621229410172, + 0.05398009344935417, + 0.05398009344935417 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":3 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 4.076245307922363, + 5.903861999511719, + -1.0054539442062378 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.37691497802734375, + 0.363517165184021, + 0.15096932649612427, + 0.8384501338005066 + ], + "scale":[ + 0.11240406334400177, + 0.11240405589342117, + 0.11240405589342117 + ], + "translation":[ + 1.6781686544418335, + 2.366550922393799, + 1.4536569118499756 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.12605383749841464, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Fish", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":148, + "max":[ + 2.2844302654266357, + 0.5, + 1.2294424772262573 + ], + "min":[ + -0.965925931930542, + -0.5, + -1.2294424772262573 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":148, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":148, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":148, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":192, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":1776, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":1776, + "byteOffset":1776, + "target":34962 + }, + { + "buffer":0, + "byteLength":1184, + "byteOffset":3552, + "target":34962 + }, + { + "buffer":0, + "byteLength":2368, + "byteOffset":4736, + "target":34962 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":7104, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":7488, + "uri":"Fish3-63c37b10ea7aba75261478ae237c0171.bin" + } + ] +} diff --git a/escape-room/godot/imported/Fish3.blend-63c37b10ea7aba75261478ae237c0171.md5 b/escape-room/godot/imported/Fish3.blend-63c37b10ea7aba75261478ae237c0171.md5 new file mode 100644 index 0000000..6d2ef29 --- /dev/null +++ b/escape-room/godot/imported/Fish3.blend-63c37b10ea7aba75261478ae237c0171.md5 @@ -0,0 +1,3 @@ +source_md5="979af56708a69647b29ae8ff7819c4d2" +dest_md5="053f267e756891c0b2bcdd2bb1278ef1" + diff --git a/escape-room/godot/imported/Fish3.blend-63c37b10ea7aba75261478ae237c0171.scn b/escape-room/godot/imported/Fish3.blend-63c37b10ea7aba75261478ae237c0171.scn new file mode 100644 index 0000000..b07875b Binary files /dev/null and b/escape-room/godot/imported/Fish3.blend-63c37b10ea7aba75261478ae237c0171.scn differ diff --git a/escape-room/godot/imported/FishTexture.png-445819f4c5ac172bc8c5711be89fb4a1.ctex b/escape-room/godot/imported/FishTexture.png-445819f4c5ac172bc8c5711be89fb4a1.ctex new file mode 100644 index 0000000..68ec7e6 Binary files /dev/null and b/escape-room/godot/imported/FishTexture.png-445819f4c5ac172bc8c5711be89fb4a1.ctex differ diff --git a/escape-room/godot/imported/FishTexture.png-445819f4c5ac172bc8c5711be89fb4a1.md5 b/escape-room/godot/imported/FishTexture.png-445819f4c5ac172bc8c5711be89fb4a1.md5 new file mode 100644 index 0000000..9769327 --- /dev/null +++ b/escape-room/godot/imported/FishTexture.png-445819f4c5ac172bc8c5711be89fb4a1.md5 @@ -0,0 +1,3 @@ +source_md5="8b44bbbfc771d78fc872b072fc4c1624" +dest_md5="d8d33f0797c9a74e5e9f1d72176420d7" + diff --git a/escape-room/godot/imported/FishTexture.png-9c3166953c3a98daf5e28a52d8a33631.ctex b/escape-room/godot/imported/FishTexture.png-9c3166953c3a98daf5e28a52d8a33631.ctex new file mode 100644 index 0000000..68ec7e6 Binary files /dev/null and b/escape-room/godot/imported/FishTexture.png-9c3166953c3a98daf5e28a52d8a33631.ctex differ diff --git a/escape-room/godot/imported/FishTexture.png-9c3166953c3a98daf5e28a52d8a33631.md5 b/escape-room/godot/imported/FishTexture.png-9c3166953c3a98daf5e28a52d8a33631.md5 new file mode 100644 index 0000000..9769327 --- /dev/null +++ b/escape-room/godot/imported/FishTexture.png-9c3166953c3a98daf5e28a52d8a33631.md5 @@ -0,0 +1,3 @@ +source_md5="8b44bbbfc771d78fc872b072fc4c1624" +dest_md5="d8d33f0797c9a74e5e9f1d72176420d7" + diff --git a/escape-room/godot/imported/FishTexture.png-aede2dfd0a96ca42a109d8c45fef9cae.ctex b/escape-room/godot/imported/FishTexture.png-aede2dfd0a96ca42a109d8c45fef9cae.ctex new file mode 100644 index 0000000..68ec7e6 Binary files /dev/null and b/escape-room/godot/imported/FishTexture.png-aede2dfd0a96ca42a109d8c45fef9cae.ctex differ diff --git a/escape-room/godot/imported/FishTexture.png-aede2dfd0a96ca42a109d8c45fef9cae.md5 b/escape-room/godot/imported/FishTexture.png-aede2dfd0a96ca42a109d8c45fef9cae.md5 new file mode 100644 index 0000000..9769327 --- /dev/null +++ b/escape-room/godot/imported/FishTexture.png-aede2dfd0a96ca42a109d8c45fef9cae.md5 @@ -0,0 +1,3 @@ +source_md5="8b44bbbfc771d78fc872b072fc4c1624" +dest_md5="d8d33f0797c9a74e5e9f1d72176420d7" + diff --git a/escape-room/godot/imported/FishTexture2.png-99204020d2c068fbc914db440536effd.ctex b/escape-room/godot/imported/FishTexture2.png-99204020d2c068fbc914db440536effd.ctex new file mode 100644 index 0000000..1d58910 Binary files /dev/null and b/escape-room/godot/imported/FishTexture2.png-99204020d2c068fbc914db440536effd.ctex differ diff --git a/escape-room/godot/imported/FishTexture2.png-99204020d2c068fbc914db440536effd.md5 b/escape-room/godot/imported/FishTexture2.png-99204020d2c068fbc914db440536effd.md5 new file mode 100644 index 0000000..51f5ca6 --- /dev/null +++ b/escape-room/godot/imported/FishTexture2.png-99204020d2c068fbc914db440536effd.md5 @@ -0,0 +1,3 @@ +source_md5="1bb74e1f5f6746899ed9598ab3937f06" +dest_md5="8e9413468ae16e1d68b6bd117d09a9d9" + diff --git a/escape-room/godot/imported/FishTexture2.png-aaaadd27cd0ef5b812ec9c381dad507c.ctex b/escape-room/godot/imported/FishTexture2.png-aaaadd27cd0ef5b812ec9c381dad507c.ctex new file mode 100644 index 0000000..1d58910 Binary files /dev/null and b/escape-room/godot/imported/FishTexture2.png-aaaadd27cd0ef5b812ec9c381dad507c.ctex differ diff --git a/escape-room/godot/imported/FishTexture2.png-aaaadd27cd0ef5b812ec9c381dad507c.md5 b/escape-room/godot/imported/FishTexture2.png-aaaadd27cd0ef5b812ec9c381dad507c.md5 new file mode 100644 index 0000000..51f5ca6 --- /dev/null +++ b/escape-room/godot/imported/FishTexture2.png-aaaadd27cd0ef5b812ec9c381dad507c.md5 @@ -0,0 +1,3 @@ +source_md5="1bb74e1f5f6746899ed9598ab3937f06" +dest_md5="8e9413468ae16e1d68b6bd117d09a9d9" + diff --git a/escape-room/godot/imported/FishTexture2.png-de92b1d497ede75d62864ad88a63fb7c.ctex b/escape-room/godot/imported/FishTexture2.png-de92b1d497ede75d62864ad88a63fb7c.ctex new file mode 100644 index 0000000..1d58910 Binary files /dev/null and b/escape-room/godot/imported/FishTexture2.png-de92b1d497ede75d62864ad88a63fb7c.ctex differ diff --git a/escape-room/godot/imported/FishTexture2.png-de92b1d497ede75d62864ad88a63fb7c.md5 b/escape-room/godot/imported/FishTexture2.png-de92b1d497ede75d62864ad88a63fb7c.md5 new file mode 100644 index 0000000..51f5ca6 --- /dev/null +++ b/escape-room/godot/imported/FishTexture2.png-de92b1d497ede75d62864ad88a63fb7c.md5 @@ -0,0 +1,3 @@ +source_md5="1bb74e1f5f6746899ed9598ab3937f06" +dest_md5="8e9413468ae16e1d68b6bd117d09a9d9" + diff --git a/escape-room/godot/imported/FishTexture3.png-51d8a54585df038f21090b36d00e4c77.ctex b/escape-room/godot/imported/FishTexture3.png-51d8a54585df038f21090b36d00e4c77.ctex new file mode 100644 index 0000000..d8a5f7c Binary files /dev/null and b/escape-room/godot/imported/FishTexture3.png-51d8a54585df038f21090b36d00e4c77.ctex differ diff --git a/escape-room/godot/imported/FishTexture3.png-51d8a54585df038f21090b36d00e4c77.md5 b/escape-room/godot/imported/FishTexture3.png-51d8a54585df038f21090b36d00e4c77.md5 new file mode 100644 index 0000000..16aa03e --- /dev/null +++ b/escape-room/godot/imported/FishTexture3.png-51d8a54585df038f21090b36d00e4c77.md5 @@ -0,0 +1,3 @@ +source_md5="ec706b27f51911b9b803dd68d5091f6f" +dest_md5="7563d6903a4cd4c7169c4018c2813750" + diff --git a/escape-room/godot/imported/FishTexture3.png-58fb13bab42c78d3c84bc90a294c7624.ctex b/escape-room/godot/imported/FishTexture3.png-58fb13bab42c78d3c84bc90a294c7624.ctex new file mode 100644 index 0000000..d8a5f7c Binary files /dev/null and b/escape-room/godot/imported/FishTexture3.png-58fb13bab42c78d3c84bc90a294c7624.ctex differ diff --git a/escape-room/godot/imported/FishTexture3.png-58fb13bab42c78d3c84bc90a294c7624.md5 b/escape-room/godot/imported/FishTexture3.png-58fb13bab42c78d3c84bc90a294c7624.md5 new file mode 100644 index 0000000..16aa03e --- /dev/null +++ b/escape-room/godot/imported/FishTexture3.png-58fb13bab42c78d3c84bc90a294c7624.md5 @@ -0,0 +1,3 @@ +source_md5="ec706b27f51911b9b803dd68d5091f6f" +dest_md5="7563d6903a4cd4c7169c4018c2813750" + diff --git a/escape-room/godot/imported/FishTexture3.png-93506f12b38a54b682c083efcad25076.ctex b/escape-room/godot/imported/FishTexture3.png-93506f12b38a54b682c083efcad25076.ctex new file mode 100644 index 0000000..d8a5f7c Binary files /dev/null and b/escape-room/godot/imported/FishTexture3.png-93506f12b38a54b682c083efcad25076.ctex differ diff --git a/escape-room/godot/imported/FishTexture3.png-93506f12b38a54b682c083efcad25076.md5 b/escape-room/godot/imported/FishTexture3.png-93506f12b38a54b682c083efcad25076.md5 new file mode 100644 index 0000000..16aa03e --- /dev/null +++ b/escape-room/godot/imported/FishTexture3.png-93506f12b38a54b682c083efcad25076.md5 @@ -0,0 +1,3 @@ +source_md5="ec706b27f51911b9b803dd68d5091f6f" +dest_md5="7563d6903a4cd4c7169c4018c2813750" + diff --git a/escape-room/godot/imported/Fountain Blood.png-d2ae2f7d6df09e94df37f88a86d40e0e.ctex b/escape-room/godot/imported/Fountain Blood.png-d2ae2f7d6df09e94df37f88a86d40e0e.ctex new file mode 100644 index 0000000..98a902e Binary files /dev/null and b/escape-room/godot/imported/Fountain Blood.png-d2ae2f7d6df09e94df37f88a86d40e0e.ctex differ diff --git a/escape-room/godot/imported/Fountain Blood.png-d2ae2f7d6df09e94df37f88a86d40e0e.md5 b/escape-room/godot/imported/Fountain Blood.png-d2ae2f7d6df09e94df37f88a86d40e0e.md5 new file mode 100644 index 0000000..d656d98 --- /dev/null +++ b/escape-room/godot/imported/Fountain Blood.png-d2ae2f7d6df09e94df37f88a86d40e0e.md5 @@ -0,0 +1,3 @@ +source_md5="058ea180fc02dcabbb8e6f0c8f9f3b89" +dest_md5="0a0154cfcd0e706d603c0ebb90d4853f" + diff --git a/escape-room/godot/imported/Fountain.png-5524f0728ef48dd0323385cff7cad5b1.ctex b/escape-room/godot/imported/Fountain.png-5524f0728ef48dd0323385cff7cad5b1.ctex new file mode 100644 index 0000000..3c94971 Binary files /dev/null and b/escape-room/godot/imported/Fountain.png-5524f0728ef48dd0323385cff7cad5b1.ctex differ diff --git a/escape-room/godot/imported/Fountain.png-5524f0728ef48dd0323385cff7cad5b1.md5 b/escape-room/godot/imported/Fountain.png-5524f0728ef48dd0323385cff7cad5b1.md5 new file mode 100644 index 0000000..6431ec4 --- /dev/null +++ b/escape-room/godot/imported/Fountain.png-5524f0728ef48dd0323385cff7cad5b1.md5 @@ -0,0 +1,3 @@ +source_md5="6a4bd165fd0a26bc634fd377de6c8d86" +dest_md5="699815479ab7916b734676f0823f3a43" + diff --git a/escape-room/godot/imported/FurniturePreview.png-797413592c574c4edc462ae6acd27cae.ctex b/escape-room/godot/imported/FurniturePreview.png-797413592c574c4edc462ae6acd27cae.ctex new file mode 100644 index 0000000..91ab738 Binary files /dev/null and b/escape-room/godot/imported/FurniturePreview.png-797413592c574c4edc462ae6acd27cae.ctex differ diff --git a/escape-room/godot/imported/FurniturePreview.png-797413592c574c4edc462ae6acd27cae.md5 b/escape-room/godot/imported/FurniturePreview.png-797413592c574c4edc462ae6acd27cae.md5 new file mode 100644 index 0000000..3c52d41 --- /dev/null +++ b/escape-room/godot/imported/FurniturePreview.png-797413592c574c4edc462ae6acd27cae.md5 @@ -0,0 +1,3 @@ +source_md5="df22aed1dc46408eb30b344413708d20" +dest_md5="cfac54b4deb38f837bfe2640a5b701aa" + diff --git a/escape-room/godot/imported/Furniturepack2.jpg-62f8967e8298a6e37fe0adb21e11a9fc.ctex b/escape-room/godot/imported/Furniturepack2.jpg-62f8967e8298a6e37fe0adb21e11a9fc.ctex new file mode 100644 index 0000000..3ed5f4f Binary files /dev/null and b/escape-room/godot/imported/Furniturepack2.jpg-62f8967e8298a6e37fe0adb21e11a9fc.ctex differ diff --git a/escape-room/godot/imported/Furniturepack2.jpg-62f8967e8298a6e37fe0adb21e11a9fc.md5 b/escape-room/godot/imported/Furniturepack2.jpg-62f8967e8298a6e37fe0adb21e11a9fc.md5 new file mode 100644 index 0000000..5709b35 --- /dev/null +++ b/escape-room/godot/imported/Furniturepack2.jpg-62f8967e8298a6e37fe0adb21e11a9fc.md5 @@ -0,0 +1,3 @@ +source_md5="23e900cc6f98030ba4184e8b15994b29" +dest_md5="118893d336c040ebf4e2c848d0dcdd3c" + diff --git a/escape-room/godot/imported/Gold coin-e3e15943e8220ce49592d80b7e7f672e.bin b/escape-room/godot/imported/Gold coin-e3e15943e8220ce49592d80b7e7f672e.bin new file mode 100644 index 0000000..16565c1 Binary files /dev/null and b/escape-room/godot/imported/Gold coin-e3e15943e8220ce49592d80b7e7f672e.bin differ diff --git a/escape-room/godot/imported/Gold coin-e3e15943e8220ce49592d80b7e7f672e.gltf b/escape-room/godot/imported/Gold coin-e3e15943e8220ce49592d80b7e7f672e.gltf new file mode 100644 index 0000000..07a8a98 --- /dev/null +++ b/escape-room/godot/imported/Gold coin-e3e15943e8220ce49592d80b7e7f672e.gltf @@ -0,0 +1,246 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3 + ] + } + ], + "nodes":[ + { + "camera":0, + "name":"Camera.001", + "rotation":[ + -0.7071068286895752, + 0, + 0, + 0.7071068286895752 + ], + "scale":[ + 0.5, + 0.4999999701976776, + 0.4999999701976776 + ], + "translation":[ + 0, + 1, + 0 + ] + }, + { + "mesh":0, + "name":"GoldCoin", + "rotation":[ + 0, + -0.194427952170372, + 0, + 0.9809167981147766 + ], + "scale":[ + 0.1796189397573471, + 0.0179618950933218, + 0.1796189397573471 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 4.076245307922363, + 5.903861999511719, + -1.0054539442062378 + ] + }, + { + "camera":1, + "name":"Camera", + "rotation":[ + -0.21205638349056244, + 0.3869099020957947, + 0.08579304814338684, + 0.893293023109436 + ], + "translation":[ + 7.481131553649902, + 5.34366512298584, + 6.5076398849487305 + ] + } + ], + "cameras":[ + { + "name":"Camera.001", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.8457078839508004, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + }, + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"GoldCoin", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":50, + "max":[ + 0.961856484413147, + 1, + 0.961856484413147 + ], + "min":[ + -0.961856484413147, + -1, + -0.961856484413147 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":50, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":50, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":50, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":96, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":600, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":600, + "byteOffset":600, + "target":34962 + }, + { + "buffer":0, + "byteLength":400, + "byteOffset":1200, + "target":34962 + }, + { + "buffer":0, + "byteLength":800, + "byteOffset":1600, + "target":34962 + }, + { + "buffer":0, + "byteLength":192, + "byteOffset":2400, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":2592, + "uri":"Gold%20coin-e3e15943e8220ce49592d80b7e7f672e.bin" + } + ] +} diff --git a/escape-room/godot/imported/Gold coin.blend-e3e15943e8220ce49592d80b7e7f672e.md5 b/escape-room/godot/imported/Gold coin.blend-e3e15943e8220ce49592d80b7e7f672e.md5 new file mode 100644 index 0000000..3065700 --- /dev/null +++ b/escape-room/godot/imported/Gold coin.blend-e3e15943e8220ce49592d80b7e7f672e.md5 @@ -0,0 +1,3 @@ +source_md5="1a19160a9592f79c330a5d3624c588d9" +dest_md5="206f6d7b3e974952a8b1514660b895bd" + diff --git a/escape-room/godot/imported/Gold coin.blend-e3e15943e8220ce49592d80b7e7f672e.scn b/escape-room/godot/imported/Gold coin.blend-e3e15943e8220ce49592d80b7e7f672e.scn new file mode 100644 index 0000000..706cc52 Binary files /dev/null and b/escape-room/godot/imported/Gold coin.blend-e3e15943e8220ce49592d80b7e7f672e.scn differ diff --git a/escape-room/godot/imported/Gold coin.png-1460bfb04a0064817294f3c574a11e85.ctex b/escape-room/godot/imported/Gold coin.png-1460bfb04a0064817294f3c574a11e85.ctex new file mode 100644 index 0000000..6aa95ff Binary files /dev/null and b/escape-room/godot/imported/Gold coin.png-1460bfb04a0064817294f3c574a11e85.ctex differ diff --git a/escape-room/godot/imported/Gold coin.png-1460bfb04a0064817294f3c574a11e85.md5 b/escape-room/godot/imported/Gold coin.png-1460bfb04a0064817294f3c574a11e85.md5 new file mode 100644 index 0000000..793da9d --- /dev/null +++ b/escape-room/godot/imported/Gold coin.png-1460bfb04a0064817294f3c574a11e85.md5 @@ -0,0 +1,3 @@ +source_md5="097ae2082bb30cdacaa29047b834946f" +dest_md5="a736cf4a7be010e6b5d9f531e03e5064" + diff --git a/escape-room/godot/imported/Gold coin.png-3d2a990bc3bea768a98e1dd87fe4ab71.ctex b/escape-room/godot/imported/Gold coin.png-3d2a990bc3bea768a98e1dd87fe4ab71.ctex new file mode 100644 index 0000000..6aa95ff Binary files /dev/null and b/escape-room/godot/imported/Gold coin.png-3d2a990bc3bea768a98e1dd87fe4ab71.ctex differ diff --git a/escape-room/godot/imported/Gold coin.png-3d2a990bc3bea768a98e1dd87fe4ab71.md5 b/escape-room/godot/imported/Gold coin.png-3d2a990bc3bea768a98e1dd87fe4ab71.md5 new file mode 100644 index 0000000..793da9d --- /dev/null +++ b/escape-room/godot/imported/Gold coin.png-3d2a990bc3bea768a98e1dd87fe4ab71.md5 @@ -0,0 +1,3 @@ +source_md5="097ae2082bb30cdacaa29047b834946f" +dest_md5="a736cf4a7be010e6b5d9f531e03e5064" + diff --git a/escape-room/godot/imported/Gold coin.png-a0e5d91a0a2d2be0f6af49ac98491587.ctex b/escape-room/godot/imported/Gold coin.png-a0e5d91a0a2d2be0f6af49ac98491587.ctex new file mode 100644 index 0000000..6aa95ff Binary files /dev/null and b/escape-room/godot/imported/Gold coin.png-a0e5d91a0a2d2be0f6af49ac98491587.ctex differ diff --git a/escape-room/godot/imported/Gold coin.png-a0e5d91a0a2d2be0f6af49ac98491587.md5 b/escape-room/godot/imported/Gold coin.png-a0e5d91a0a2d2be0f6af49ac98491587.md5 new file mode 100644 index 0000000..793da9d --- /dev/null +++ b/escape-room/godot/imported/Gold coin.png-a0e5d91a0a2d2be0f6af49ac98491587.md5 @@ -0,0 +1,3 @@ +source_md5="097ae2082bb30cdacaa29047b834946f" +dest_md5="a736cf4a7be010e6b5d9f531e03e5064" + diff --git a/escape-room/godot/imported/Ham Texture.png-16fe0ab511da50572d3a40e33e6b7cc6.ctex b/escape-room/godot/imported/Ham Texture.png-16fe0ab511da50572d3a40e33e6b7cc6.ctex new file mode 100644 index 0000000..d84d909 Binary files /dev/null and b/escape-room/godot/imported/Ham Texture.png-16fe0ab511da50572d3a40e33e6b7cc6.ctex differ diff --git a/escape-room/godot/imported/Ham Texture.png-16fe0ab511da50572d3a40e33e6b7cc6.md5 b/escape-room/godot/imported/Ham Texture.png-16fe0ab511da50572d3a40e33e6b7cc6.md5 new file mode 100644 index 0000000..2671718 --- /dev/null +++ b/escape-room/godot/imported/Ham Texture.png-16fe0ab511da50572d3a40e33e6b7cc6.md5 @@ -0,0 +1,3 @@ +source_md5="979a5231cf471f521f2dfd2a344f45e3" +dest_md5="a5ac4f6300141cdcd8a9e5ac3544dc81" + diff --git a/escape-room/godot/imported/Ham Texture.png-b223978641887194eecdc4f403945d15.ctex b/escape-room/godot/imported/Ham Texture.png-b223978641887194eecdc4f403945d15.ctex new file mode 100644 index 0000000..d84d909 Binary files /dev/null and b/escape-room/godot/imported/Ham Texture.png-b223978641887194eecdc4f403945d15.ctex differ diff --git a/escape-room/godot/imported/Ham Texture.png-b223978641887194eecdc4f403945d15.md5 b/escape-room/godot/imported/Ham Texture.png-b223978641887194eecdc4f403945d15.md5 new file mode 100644 index 0000000..2671718 --- /dev/null +++ b/escape-room/godot/imported/Ham Texture.png-b223978641887194eecdc4f403945d15.md5 @@ -0,0 +1,3 @@ +source_md5="979a5231cf471f521f2dfd2a344f45e3" +dest_md5="a5ac4f6300141cdcd8a9e5ac3544dc81" + diff --git a/escape-room/godot/imported/Ham Texture.png-e38ec0403f5388f976bc9867bd895765.ctex b/escape-room/godot/imported/Ham Texture.png-e38ec0403f5388f976bc9867bd895765.ctex new file mode 100644 index 0000000..d84d909 Binary files /dev/null and b/escape-room/godot/imported/Ham Texture.png-e38ec0403f5388f976bc9867bd895765.ctex differ diff --git a/escape-room/godot/imported/Ham Texture.png-e38ec0403f5388f976bc9867bd895765.md5 b/escape-room/godot/imported/Ham Texture.png-e38ec0403f5388f976bc9867bd895765.md5 new file mode 100644 index 0000000..2671718 --- /dev/null +++ b/escape-room/godot/imported/Ham Texture.png-e38ec0403f5388f976bc9867bd895765.md5 @@ -0,0 +1,3 @@ +source_md5="979a5231cf471f521f2dfd2a344f45e3" +dest_md5="a5ac4f6300141cdcd8a9e5ac3544dc81" + diff --git a/escape-room/godot/imported/Ham-946a439f440c471621498da67b0370c8.bin b/escape-room/godot/imported/Ham-946a439f440c471621498da67b0370c8.bin new file mode 100644 index 0000000..510ed1d Binary files /dev/null and b/escape-room/godot/imported/Ham-946a439f440c471621498da67b0370c8.bin differ diff --git a/escape-room/godot/imported/Ham-946a439f440c471621498da67b0370c8.gltf b/escape-room/godot/imported/Ham-946a439f440c471621498da67b0370c8.gltf new file mode 100644 index 0000000..9f5212f --- /dev/null +++ b/escape-room/godot/imported/Ham-946a439f440c471621498da67b0370c8.gltf @@ -0,0 +1,392 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.003" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.002" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":10.883783195446295, + "type":"point", + "name":"Spot.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ] + } + ], + "nodes":[ + { + "camera":0, + "name":"Camera.002", + "rotation":[ + -0.1658361703157425, + -0.8233336210250854, + -0.3706143796443939, + 0.39656662940979004 + ], + "scale":[ + 0.5100000500679016, + 0.5099999904632568, + 0.5099999904632568 + ], + "translation":[ + -0.838590681552887, + 1.23332941532135, + -0.5790368318557739 + ] + }, + { + "mesh":0, + "name":"Ham", + "rotation":[ + -0.5, + -0.5, + -0.5, + 0.5000000596046448 + ], + "scale":[ + 0.10200000554323196, + 0.10200000554323196, + 0.10200000554323196 + ] + }, + { + "camera":1, + "name":"Camera.001", + "rotation":[ + -0.7071068286895752, + 0, + 0, + 0.7071068286895752 + ], + "scale":[ + 0.6800000071525574, + 0.6799999475479126, + 0.6799999475479126 + ], + "translation":[ + 0.46453553438186646, + 3.399872303009033, + 0.03814828023314476 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.003", + "rotation":[ + -0.28416624665260315, + 0.7269423007965088, + 0.34203386306762695, + 0.5232755541801453 + ], + "scale":[ + 1.6999999284744263, + 1.6999999284744263, + 1.7000000476837158 + ], + "translation":[ + -5.4269866943359375, + 1.5895097255706787, + -2.902170419692993 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp.002", + "rotation":[ + -0.28416624665260315, + 0.7269423007965088, + 0.34203386306762695, + 0.5232755541801453 + ], + "scale":[ + 1.6999999284744263, + 1.6999999284744263, + 1.7000000476837158 + ], + "translation":[ + 14.512473106384277, + -1.3225904703140259, + -1.5587124824523926 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":2 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.28416624665260315, + 0.7269423007965088, + 0.34203386306762695, + 0.5232755541801453 + ], + "scale":[ + 1.6999999284744263, + 1.6999999284744263, + 1.7000000476837158 + ], + "translation":[ + -1.4341068267822266, + 1.1447950601577759, + 7.83427095413208 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":3 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416624665260315, + 0.7269423007965088, + 0.34203386306762695, + 0.5232755541801453 + ], + "scale":[ + 1.6999999284744263, + 1.6999999284744263, + 1.7000000476837158 + ], + "translation":[ + 6.929617404937744, + 10.036565780639648, + -1.709271788597107 + ] + }, + { + "camera":2, + "name":"Camera", + "rotation":[ + -0.37691497802734375, + 0.3635171055793762, + 0.15096934139728546, + 0.8384501338005066 + ], + "scale":[ + 0.5100000500679016, + 0.5099999904632568, + 0.5099999904632568 + ], + "translation":[ + 0.7283838391304016, + 1.2780390977859497, + 0.7645313739776611 + ] + } + ], + "cameras":[ + { + "name":"Camera.003", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.6241190027454063, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + }, + { + "name":"Camera.001", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + }, + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.6241190027454063, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Ham", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":273, + "max":[ + 1.5937772989273071, + 3.6666669845581055, + 3.1921677589416504 + ], + "min":[ + -1.5937771797180176, + -1.333333134651184, + 0.004613041877746582 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":273, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":273, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":273, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":426, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":3276, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":3276, + "byteOffset":3276, + "target":34962 + }, + { + "buffer":0, + "byteLength":2184, + "byteOffset":6552, + "target":34962 + }, + { + "buffer":0, + "byteLength":4368, + "byteOffset":8736, + "target":34962 + }, + { + "buffer":0, + "byteLength":852, + "byteOffset":13104, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":13956, + "uri":"Ham-946a439f440c471621498da67b0370c8.bin" + } + ] +} diff --git a/escape-room/godot/imported/Ham.blend-946a439f440c471621498da67b0370c8.md5 b/escape-room/godot/imported/Ham.blend-946a439f440c471621498da67b0370c8.md5 new file mode 100644 index 0000000..79c16c6 --- /dev/null +++ b/escape-room/godot/imported/Ham.blend-946a439f440c471621498da67b0370c8.md5 @@ -0,0 +1,3 @@ +source_md5="5a446d872d65936abf7405af253d87c8" +dest_md5="50d3ee905b4ec6842f52c3494774a6d0" + diff --git a/escape-room/godot/imported/Ham.blend-946a439f440c471621498da67b0370c8.scn b/escape-room/godot/imported/Ham.blend-946a439f440c471621498da67b0370c8.scn new file mode 100644 index 0000000..c2ab388 Binary files /dev/null and b/escape-room/godot/imported/Ham.blend-946a439f440c471621498da67b0370c8.scn differ diff --git a/escape-room/godot/imported/Ham.png-4c500e3dc657ac52660ee12ad31ae890.ctex b/escape-room/godot/imported/Ham.png-4c500e3dc657ac52660ee12ad31ae890.ctex new file mode 100644 index 0000000..9384156 Binary files /dev/null and b/escape-room/godot/imported/Ham.png-4c500e3dc657ac52660ee12ad31ae890.ctex differ diff --git a/escape-room/godot/imported/Ham.png-4c500e3dc657ac52660ee12ad31ae890.md5 b/escape-room/godot/imported/Ham.png-4c500e3dc657ac52660ee12ad31ae890.md5 new file mode 100644 index 0000000..26bf99e --- /dev/null +++ b/escape-room/godot/imported/Ham.png-4c500e3dc657ac52660ee12ad31ae890.md5 @@ -0,0 +1,3 @@ +source_md5="e678eb368043f16898793be6ca736c28" +dest_md5="f5fdffc6b3840fbef1773f14c22b616e" + diff --git a/escape-room/godot/imported/Hand_Glove_L.gltf-ac6c06fe48ca0d7ce0f9faffd177a897.md5 b/escape-room/godot/imported/Hand_Glove_L.gltf-ac6c06fe48ca0d7ce0f9faffd177a897.md5 new file mode 100644 index 0000000..59d41e3 --- /dev/null +++ b/escape-room/godot/imported/Hand_Glove_L.gltf-ac6c06fe48ca0d7ce0f9faffd177a897.md5 @@ -0,0 +1,3 @@ +source_md5="8fa15379a3f63d0a78c17ea4fb527069" +dest_md5="e047bdb49d68943bfcc28146e50a7071" + diff --git a/escape-room/godot/imported/Hand_Glove_L.gltf-ac6c06fe48ca0d7ce0f9faffd177a897.scn b/escape-room/godot/imported/Hand_Glove_L.gltf-ac6c06fe48ca0d7ce0f9faffd177a897.scn new file mode 100644 index 0000000..f701d5b Binary files /dev/null and b/escape-room/godot/imported/Hand_Glove_L.gltf-ac6c06fe48ca0d7ce0f9faffd177a897.scn differ diff --git a/escape-room/godot/imported/Hand_Glove_R.gltf-0e99922c663867da8d37af9597ab1ce8.md5 b/escape-room/godot/imported/Hand_Glove_R.gltf-0e99922c663867da8d37af9597ab1ce8.md5 new file mode 100644 index 0000000..61552ee --- /dev/null +++ b/escape-room/godot/imported/Hand_Glove_R.gltf-0e99922c663867da8d37af9597ab1ce8.md5 @@ -0,0 +1,3 @@ +source_md5="b99a48a90998e1d3962c9ad329ed98ca" +dest_md5="977e7940545668812dd97de0f059803a" + diff --git a/escape-room/godot/imported/Hand_Glove_R.gltf-0e99922c663867da8d37af9597ab1ce8.scn b/escape-room/godot/imported/Hand_Glove_R.gltf-0e99922c663867da8d37af9597ab1ce8.scn new file mode 100644 index 0000000..528a163 Binary files /dev/null and b/escape-room/godot/imported/Hand_Glove_R.gltf-0e99922c663867da8d37af9597ab1ce8.scn differ diff --git a/escape-room/godot/imported/Hand_Glove_low_L.gltf-7b94b12c0dff159d494da6cafd52895d.md5 b/escape-room/godot/imported/Hand_Glove_low_L.gltf-7b94b12c0dff159d494da6cafd52895d.md5 new file mode 100644 index 0000000..fc9eca6 --- /dev/null +++ b/escape-room/godot/imported/Hand_Glove_low_L.gltf-7b94b12c0dff159d494da6cafd52895d.md5 @@ -0,0 +1,3 @@ +source_md5="5dafe66d07964e3422c7a51506b932a0" +dest_md5="ec56eba3d033291c9223303ae61928d1" + diff --git a/escape-room/godot/imported/Hand_Glove_low_L.gltf-7b94b12c0dff159d494da6cafd52895d.scn b/escape-room/godot/imported/Hand_Glove_low_L.gltf-7b94b12c0dff159d494da6cafd52895d.scn new file mode 100644 index 0000000..1a3d907 Binary files /dev/null and b/escape-room/godot/imported/Hand_Glove_low_L.gltf-7b94b12c0dff159d494da6cafd52895d.scn differ diff --git a/escape-room/godot/imported/Hand_Glove_low_R.gltf-c32907596b2287c95aff0e704780ef3d.md5 b/escape-room/godot/imported/Hand_Glove_low_R.gltf-c32907596b2287c95aff0e704780ef3d.md5 new file mode 100644 index 0000000..3fc7a98 --- /dev/null +++ b/escape-room/godot/imported/Hand_Glove_low_R.gltf-c32907596b2287c95aff0e704780ef3d.md5 @@ -0,0 +1,3 @@ +source_md5="a3a06da50209bbd7d953710e29e750c1" +dest_md5="f63ff0197c1c755095d5a7523eaaf318" + diff --git a/escape-room/godot/imported/Hand_Glove_low_R.gltf-c32907596b2287c95aff0e704780ef3d.scn b/escape-room/godot/imported/Hand_Glove_low_R.gltf-c32907596b2287c95aff0e704780ef3d.scn new file mode 100644 index 0000000..4c6f97c Binary files /dev/null and b/escape-room/godot/imported/Hand_Glove_low_R.gltf-c32907596b2287c95aff0e704780ef3d.scn differ diff --git a/escape-room/godot/imported/Hand_Nails_L.gltf-22452b307072e9d363b1f547e2b6a365.md5 b/escape-room/godot/imported/Hand_Nails_L.gltf-22452b307072e9d363b1f547e2b6a365.md5 new file mode 100644 index 0000000..38801ce --- /dev/null +++ b/escape-room/godot/imported/Hand_Nails_L.gltf-22452b307072e9d363b1f547e2b6a365.md5 @@ -0,0 +1,3 @@ +source_md5="aa0494a496e5db31be7aa85b625e6aba" +dest_md5="8319c7c23acdd9137fc3cf168a121aa1" + diff --git a/escape-room/godot/imported/Hand_Nails_L.gltf-22452b307072e9d363b1f547e2b6a365.scn b/escape-room/godot/imported/Hand_Nails_L.gltf-22452b307072e9d363b1f547e2b6a365.scn new file mode 100644 index 0000000..066fdaf Binary files /dev/null and b/escape-room/godot/imported/Hand_Nails_L.gltf-22452b307072e9d363b1f547e2b6a365.scn differ diff --git a/escape-room/godot/imported/Hand_Nails_R.gltf-35869d6a39400588d95465aa5e3b528d.md5 b/escape-room/godot/imported/Hand_Nails_R.gltf-35869d6a39400588d95465aa5e3b528d.md5 new file mode 100644 index 0000000..58db2e5 --- /dev/null +++ b/escape-room/godot/imported/Hand_Nails_R.gltf-35869d6a39400588d95465aa5e3b528d.md5 @@ -0,0 +1,3 @@ +source_md5="f2ad840cd8b67d4ad9b8c0519d8ccfa8" +dest_md5="f8ca786c46912d351c90e40894068b1d" + diff --git a/escape-room/godot/imported/Hand_Nails_R.gltf-35869d6a39400588d95465aa5e3b528d.scn b/escape-room/godot/imported/Hand_Nails_R.gltf-35869d6a39400588d95465aa5e3b528d.scn new file mode 100644 index 0000000..6cc2e70 Binary files /dev/null and b/escape-room/godot/imported/Hand_Nails_R.gltf-35869d6a39400588d95465aa5e3b528d.scn differ diff --git a/escape-room/godot/imported/Hand_Nails_low_L.gltf-60d8096917582bfe1d760ff1ad173fc8.md5 b/escape-room/godot/imported/Hand_Nails_low_L.gltf-60d8096917582bfe1d760ff1ad173fc8.md5 new file mode 100644 index 0000000..8910b1d --- /dev/null +++ b/escape-room/godot/imported/Hand_Nails_low_L.gltf-60d8096917582bfe1d760ff1ad173fc8.md5 @@ -0,0 +1,3 @@ +source_md5="6c21b4af1bce730acbc2975ad568db55" +dest_md5="21a4db955a10cf7690d4ddcab25a2575" + diff --git a/escape-room/godot/imported/Hand_Nails_low_L.gltf-60d8096917582bfe1d760ff1ad173fc8.scn b/escape-room/godot/imported/Hand_Nails_low_L.gltf-60d8096917582bfe1d760ff1ad173fc8.scn new file mode 100644 index 0000000..bc08875 Binary files /dev/null and b/escape-room/godot/imported/Hand_Nails_low_L.gltf-60d8096917582bfe1d760ff1ad173fc8.scn differ diff --git a/escape-room/godot/imported/Hand_Nails_low_R.gltf-7d9fc9507def4b4fd9c10cdae7aa6e11.md5 b/escape-room/godot/imported/Hand_Nails_low_R.gltf-7d9fc9507def4b4fd9c10cdae7aa6e11.md5 new file mode 100644 index 0000000..033b66d --- /dev/null +++ b/escape-room/godot/imported/Hand_Nails_low_R.gltf-7d9fc9507def4b4fd9c10cdae7aa6e11.md5 @@ -0,0 +1,3 @@ +source_md5="8797822ca0dc006fa8cb7574516957b7" +dest_md5="8a5ab537657ac6a01850d2f085e96923" + diff --git a/escape-room/godot/imported/Hand_Nails_low_R.gltf-7d9fc9507def4b4fd9c10cdae7aa6e11.scn b/escape-room/godot/imported/Hand_Nails_low_R.gltf-7d9fc9507def4b4fd9c10cdae7aa6e11.scn new file mode 100644 index 0000000..4a54f8a Binary files /dev/null and b/escape-room/godot/imported/Hand_Nails_low_R.gltf-7d9fc9507def4b4fd9c10cdae7aa6e11.scn differ diff --git a/escape-room/godot/imported/Hand_low_L.gltf-a83bdf9115e4fb62c63deabade61cbbb.md5 b/escape-room/godot/imported/Hand_low_L.gltf-a83bdf9115e4fb62c63deabade61cbbb.md5 new file mode 100644 index 0000000..c7b3b9c --- /dev/null +++ b/escape-room/godot/imported/Hand_low_L.gltf-a83bdf9115e4fb62c63deabade61cbbb.md5 @@ -0,0 +1,3 @@ +source_md5="44b25262805775c8ffe94f8476f2c1b7" +dest_md5="2a90c4533c119d5e5f41ff297b019f43" + diff --git a/escape-room/godot/imported/Hand_low_L.gltf-a83bdf9115e4fb62c63deabade61cbbb.scn b/escape-room/godot/imported/Hand_low_L.gltf-a83bdf9115e4fb62c63deabade61cbbb.scn new file mode 100644 index 0000000..7192df2 Binary files /dev/null and b/escape-room/godot/imported/Hand_low_L.gltf-a83bdf9115e4fb62c63deabade61cbbb.scn differ diff --git a/escape-room/godot/imported/Hand_low_R.gltf-8b164aff014e5c5bfa2eccc8e40e7e97.md5 b/escape-room/godot/imported/Hand_low_R.gltf-8b164aff014e5c5bfa2eccc8e40e7e97.md5 new file mode 100644 index 0000000..b7311f0 --- /dev/null +++ b/escape-room/godot/imported/Hand_low_R.gltf-8b164aff014e5c5bfa2eccc8e40e7e97.md5 @@ -0,0 +1,3 @@ +source_md5="faf0730ff0bcdcd7c862028bf48c72f7" +dest_md5="a7372a49b8834af07e01cbe70582f0ce" + diff --git a/escape-room/godot/imported/Hand_low_R.gltf-8b164aff014e5c5bfa2eccc8e40e7e97.scn b/escape-room/godot/imported/Hand_low_R.gltf-8b164aff014e5c5bfa2eccc8e40e7e97.scn new file mode 100644 index 0000000..eb75ea8 Binary files /dev/null and b/escape-room/godot/imported/Hand_low_R.gltf-8b164aff014e5c5bfa2eccc8e40e7e97.scn differ diff --git a/escape-room/godot/imported/Hold trigger to continue.png-ce0a3a4de13c262f7015326bad2cb09d.etc2.ctex b/escape-room/godot/imported/Hold trigger to continue.png-ce0a3a4de13c262f7015326bad2cb09d.etc2.ctex new file mode 100644 index 0000000..1c0b6a6 Binary files /dev/null and b/escape-room/godot/imported/Hold trigger to continue.png-ce0a3a4de13c262f7015326bad2cb09d.etc2.ctex differ diff --git a/escape-room/godot/imported/Hold trigger to continue.png-ce0a3a4de13c262f7015326bad2cb09d.md5 b/escape-room/godot/imported/Hold trigger to continue.png-ce0a3a4de13c262f7015326bad2cb09d.md5 new file mode 100644 index 0000000..e8db294 --- /dev/null +++ b/escape-room/godot/imported/Hold trigger to continue.png-ce0a3a4de13c262f7015326bad2cb09d.md5 @@ -0,0 +1,3 @@ +source_md5="e28eae63576724acb582fb9152a87431" +dest_md5="b2fd7a3c0cfec489abdb12c64bd97605" + diff --git a/escape-room/godot/imported/Hold trigger to continue.png-ce0a3a4de13c262f7015326bad2cb09d.s3tc.ctex b/escape-room/godot/imported/Hold trigger to continue.png-ce0a3a4de13c262f7015326bad2cb09d.s3tc.ctex new file mode 100644 index 0000000..a68595d Binary files /dev/null and b/escape-room/godot/imported/Hold trigger to continue.png-ce0a3a4de13c262f7015326bad2cb09d.s3tc.ctex differ diff --git a/escape-room/godot/imported/House_Props_Diffuse.png-625f90c71ac8ef1b7b4afe36d690d18a.ctex b/escape-room/godot/imported/House_Props_Diffuse.png-625f90c71ac8ef1b7b4afe36d690d18a.ctex new file mode 100644 index 0000000..5543224 Binary files /dev/null and b/escape-room/godot/imported/House_Props_Diffuse.png-625f90c71ac8ef1b7b4afe36d690d18a.ctex differ diff --git a/escape-room/godot/imported/House_Props_Diffuse.png-625f90c71ac8ef1b7b4afe36d690d18a.md5 b/escape-room/godot/imported/House_Props_Diffuse.png-625f90c71ac8ef1b7b4afe36d690d18a.md5 new file mode 100644 index 0000000..70ec3bc --- /dev/null +++ b/escape-room/godot/imported/House_Props_Diffuse.png-625f90c71ac8ef1b7b4afe36d690d18a.md5 @@ -0,0 +1,3 @@ +source_md5="c7ee3432d8e0b784d5d9a445846019de" +dest_md5="4a40103961772b55b1b2bbbff7553937" + diff --git a/escape-room/godot/imported/Household_Props_001.fbx-7ac8465e9cd62e317f20f61d43c1a3dd.md5 b/escape-room/godot/imported/Household_Props_001.fbx-7ac8465e9cd62e317f20f61d43c1a3dd.md5 new file mode 100644 index 0000000..f480fbf --- /dev/null +++ b/escape-room/godot/imported/Household_Props_001.fbx-7ac8465e9cd62e317f20f61d43c1a3dd.md5 @@ -0,0 +1,3 @@ +source_md5="2514d0819e2b428c5a8f932731f40abc" +dest_md5="92731cb1c4f1313721be4479fb6aa250" + diff --git a/escape-room/godot/imported/Household_Props_001.fbx-7ac8465e9cd62e317f20f61d43c1a3dd.scn b/escape-room/godot/imported/Household_Props_001.fbx-7ac8465e9cd62e317f20f61d43c1a3dd.scn new file mode 100644 index 0000000..02df2a8 Binary files /dev/null and b/escape-room/godot/imported/Household_Props_001.fbx-7ac8465e9cd62e317f20f61d43c1a3dd.scn differ diff --git a/escape-room/godot/imported/Household_Props_001.obj-dbfe2829e59fab0f03d5479389c0b0ed.md5 b/escape-room/godot/imported/Household_Props_001.obj-dbfe2829e59fab0f03d5479389c0b0ed.md5 new file mode 100644 index 0000000..10e8155 --- /dev/null +++ b/escape-room/godot/imported/Household_Props_001.obj-dbfe2829e59fab0f03d5479389c0b0ed.md5 @@ -0,0 +1,3 @@ +source_md5="27dbbfe6914a70c9981927693b5f0cc6" +dest_md5="1acf8e63fb7a822486356b740de0ec6e" + diff --git a/escape-room/godot/imported/Household_Props_001.obj-dbfe2829e59fab0f03d5479389c0b0ed.mesh b/escape-room/godot/imported/Household_Props_001.obj-dbfe2829e59fab0f03d5479389c0b0ed.mesh new file mode 100644 index 0000000..69d70ad Binary files /dev/null and b/escape-room/godot/imported/Household_Props_001.obj-dbfe2829e59fab0f03d5479389c0b0ed.mesh differ diff --git a/escape-room/godot/imported/Jar texture.png-555b37d3d3f586645141f8fc97ae9769.ctex b/escape-room/godot/imported/Jar texture.png-555b37d3d3f586645141f8fc97ae9769.ctex new file mode 100644 index 0000000..508dce6 Binary files /dev/null and b/escape-room/godot/imported/Jar texture.png-555b37d3d3f586645141f8fc97ae9769.ctex differ diff --git a/escape-room/godot/imported/Jar texture.png-555b37d3d3f586645141f8fc97ae9769.md5 b/escape-room/godot/imported/Jar texture.png-555b37d3d3f586645141f8fc97ae9769.md5 new file mode 100644 index 0000000..61db8cc --- /dev/null +++ b/escape-room/godot/imported/Jar texture.png-555b37d3d3f586645141f8fc97ae9769.md5 @@ -0,0 +1,3 @@ +source_md5="1a6cc76bb7fdd9fb37a7bdd9fbb8f7a4" +dest_md5="60fecbdebf735d112205eecf00398bd3" + diff --git a/escape-room/godot/imported/Jar texture.png-a2bf1f6fe611d7371c93e929ee99e2d1.ctex b/escape-room/godot/imported/Jar texture.png-a2bf1f6fe611d7371c93e929ee99e2d1.ctex new file mode 100644 index 0000000..508dce6 Binary files /dev/null and b/escape-room/godot/imported/Jar texture.png-a2bf1f6fe611d7371c93e929ee99e2d1.ctex differ diff --git a/escape-room/godot/imported/Jar texture.png-a2bf1f6fe611d7371c93e929ee99e2d1.md5 b/escape-room/godot/imported/Jar texture.png-a2bf1f6fe611d7371c93e929ee99e2d1.md5 new file mode 100644 index 0000000..61db8cc --- /dev/null +++ b/escape-room/godot/imported/Jar texture.png-a2bf1f6fe611d7371c93e929ee99e2d1.md5 @@ -0,0 +1,3 @@ +source_md5="1a6cc76bb7fdd9fb37a7bdd9fbb8f7a4" +dest_md5="60fecbdebf735d112205eecf00398bd3" + diff --git a/escape-room/godot/imported/Jar texture.png-ea11d47d89763c50f4bfeff7ddc4365b.ctex b/escape-room/godot/imported/Jar texture.png-ea11d47d89763c50f4bfeff7ddc4365b.ctex new file mode 100644 index 0000000..508dce6 Binary files /dev/null and b/escape-room/godot/imported/Jar texture.png-ea11d47d89763c50f4bfeff7ddc4365b.ctex differ diff --git a/escape-room/godot/imported/Jar texture.png-ea11d47d89763c50f4bfeff7ddc4365b.md5 b/escape-room/godot/imported/Jar texture.png-ea11d47d89763c50f4bfeff7ddc4365b.md5 new file mode 100644 index 0000000..61db8cc --- /dev/null +++ b/escape-room/godot/imported/Jar texture.png-ea11d47d89763c50f4bfeff7ddc4365b.md5 @@ -0,0 +1,3 @@ +source_md5="1a6cc76bb7fdd9fb37a7bdd9fbb8f7a4" +dest_md5="60fecbdebf735d112205eecf00398bd3" + diff --git a/escape-room/godot/imported/Jar texture2.png-404c0f8e71ca4d3045baa888e79aa1d3.ctex b/escape-room/godot/imported/Jar texture2.png-404c0f8e71ca4d3045baa888e79aa1d3.ctex new file mode 100644 index 0000000..95ef139 Binary files /dev/null and b/escape-room/godot/imported/Jar texture2.png-404c0f8e71ca4d3045baa888e79aa1d3.ctex differ diff --git a/escape-room/godot/imported/Jar texture2.png-404c0f8e71ca4d3045baa888e79aa1d3.md5 b/escape-room/godot/imported/Jar texture2.png-404c0f8e71ca4d3045baa888e79aa1d3.md5 new file mode 100644 index 0000000..4e2a780 --- /dev/null +++ b/escape-room/godot/imported/Jar texture2.png-404c0f8e71ca4d3045baa888e79aa1d3.md5 @@ -0,0 +1,3 @@ +source_md5="75af1826b098c4d0f73174e57c4999f8" +dest_md5="6de424d38f208dff9890f5f7b7dff0a5" + diff --git a/escape-room/godot/imported/Jar texture2.png-464265d3a41260a8c3e48124cc4be004.ctex b/escape-room/godot/imported/Jar texture2.png-464265d3a41260a8c3e48124cc4be004.ctex new file mode 100644 index 0000000..95ef139 Binary files /dev/null and b/escape-room/godot/imported/Jar texture2.png-464265d3a41260a8c3e48124cc4be004.ctex differ diff --git a/escape-room/godot/imported/Jar texture2.png-464265d3a41260a8c3e48124cc4be004.md5 b/escape-room/godot/imported/Jar texture2.png-464265d3a41260a8c3e48124cc4be004.md5 new file mode 100644 index 0000000..4e2a780 --- /dev/null +++ b/escape-room/godot/imported/Jar texture2.png-464265d3a41260a8c3e48124cc4be004.md5 @@ -0,0 +1,3 @@ +source_md5="75af1826b098c4d0f73174e57c4999f8" +dest_md5="6de424d38f208dff9890f5f7b7dff0a5" + diff --git a/escape-room/godot/imported/Jar texture2.png-d2833c0b774bee546f769b212a860515.ctex b/escape-room/godot/imported/Jar texture2.png-d2833c0b774bee546f769b212a860515.ctex new file mode 100644 index 0000000..95ef139 Binary files /dev/null and b/escape-room/godot/imported/Jar texture2.png-d2833c0b774bee546f769b212a860515.ctex differ diff --git a/escape-room/godot/imported/Jar texture2.png-d2833c0b774bee546f769b212a860515.md5 b/escape-room/godot/imported/Jar texture2.png-d2833c0b774bee546f769b212a860515.md5 new file mode 100644 index 0000000..4e2a780 --- /dev/null +++ b/escape-room/godot/imported/Jar texture2.png-d2833c0b774bee546f769b212a860515.md5 @@ -0,0 +1,3 @@ +source_md5="75af1826b098c4d0f73174e57c4999f8" +dest_md5="6de424d38f208dff9890f5f7b7dff0a5" + diff --git a/escape-room/godot/imported/Jar texture3.png-8dec56c8147a59e101773eaeffdf126e.ctex b/escape-room/godot/imported/Jar texture3.png-8dec56c8147a59e101773eaeffdf126e.ctex new file mode 100644 index 0000000..75db625 Binary files /dev/null and b/escape-room/godot/imported/Jar texture3.png-8dec56c8147a59e101773eaeffdf126e.ctex differ diff --git a/escape-room/godot/imported/Jar texture3.png-8dec56c8147a59e101773eaeffdf126e.md5 b/escape-room/godot/imported/Jar texture3.png-8dec56c8147a59e101773eaeffdf126e.md5 new file mode 100644 index 0000000..d04ce1a --- /dev/null +++ b/escape-room/godot/imported/Jar texture3.png-8dec56c8147a59e101773eaeffdf126e.md5 @@ -0,0 +1,3 @@ +source_md5="6b299feba568c20e9d821ad7049867a9" +dest_md5="99b022f0a187df7d8b3991e8f707967c" + diff --git a/escape-room/godot/imported/Jar texture3.png-9242d1c39f73bb404e8df5562dcc1fe6.ctex b/escape-room/godot/imported/Jar texture3.png-9242d1c39f73bb404e8df5562dcc1fe6.ctex new file mode 100644 index 0000000..75db625 Binary files /dev/null and b/escape-room/godot/imported/Jar texture3.png-9242d1c39f73bb404e8df5562dcc1fe6.ctex differ diff --git a/escape-room/godot/imported/Jar texture3.png-9242d1c39f73bb404e8df5562dcc1fe6.md5 b/escape-room/godot/imported/Jar texture3.png-9242d1c39f73bb404e8df5562dcc1fe6.md5 new file mode 100644 index 0000000..d04ce1a --- /dev/null +++ b/escape-room/godot/imported/Jar texture3.png-9242d1c39f73bb404e8df5562dcc1fe6.md5 @@ -0,0 +1,3 @@ +source_md5="6b299feba568c20e9d821ad7049867a9" +dest_md5="99b022f0a187df7d8b3991e8f707967c" + diff --git a/escape-room/godot/imported/Jar texture3.png-f636fdd409d122cfa9ea5f6118925e3e.ctex b/escape-room/godot/imported/Jar texture3.png-f636fdd409d122cfa9ea5f6118925e3e.ctex new file mode 100644 index 0000000..75db625 Binary files /dev/null and b/escape-room/godot/imported/Jar texture3.png-f636fdd409d122cfa9ea5f6118925e3e.ctex differ diff --git a/escape-room/godot/imported/Jar texture3.png-f636fdd409d122cfa9ea5f6118925e3e.md5 b/escape-room/godot/imported/Jar texture3.png-f636fdd409d122cfa9ea5f6118925e3e.md5 new file mode 100644 index 0000000..d04ce1a --- /dev/null +++ b/escape-room/godot/imported/Jar texture3.png-f636fdd409d122cfa9ea5f6118925e3e.md5 @@ -0,0 +1,3 @@ +source_md5="6b299feba568c20e9d821ad7049867a9" +dest_md5="99b022f0a187df7d8b3991e8f707967c" + diff --git a/escape-room/godot/imported/Jar-bd2df35e5e5d9c4a7d5abccf8e7957bc.bin b/escape-room/godot/imported/Jar-bd2df35e5e5d9c4a7d5abccf8e7957bc.bin new file mode 100644 index 0000000..04c82fa Binary files /dev/null and b/escape-room/godot/imported/Jar-bd2df35e5e5d9c4a7d5abccf8e7957bc.bin differ diff --git a/escape-room/godot/imported/Jar-bd2df35e5e5d9c4a7d5abccf8e7957bc.gltf b/escape-room/godot/imported/Jar-bd2df35e5e5d9c4a7d5abccf8e7957bc.gltf new file mode 100644 index 0000000..c6c3eb7 --- /dev/null +++ b/escape-room/godot/imported/Jar-bd2df35e5e5d9c4a7d5abccf8e7957bc.gltf @@ -0,0 +1,389 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.005" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":5.031711113743238, + "type":"point", + "name":"Spot.004" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.003" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.002" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.005", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 0.02447163313627243, + 1.4031891822814941, + 0.03271627426147461 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp.004", + "rotation":[ + -0.28416627645492554, + 0.7269423604011536, + 0.34203392267227173, + 0.5232754945755005 + ], + "scale":[ + 0.20000003278255463, + 0.19999998807907104, + 0.20000000298023224 + ], + "translation":[ + 0.31123560667037964, + -0.09609583020210266, + 0.30048510432243347 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":2 + } + }, + "name":"Lamp.003", + "rotation":[ + -0.28416627645492554, + 0.7269423604011536, + 0.34203392267227173, + 0.5232754945755005 + ], + "scale":[ + 0.20000003278255463, + 0.19999998807907104, + 0.20000000298023224 + ], + "translation":[ + 0.09020420908927917, + 0.341390460729599, + -1.2884029150009155 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":3 + } + }, + "name":"Lamp.002", + "rotation":[ + -0.28416627645492554, + 0.7269423604011536, + 0.34203392267227173, + 0.5232754945755005 + ], + "scale":[ + 0.20000003278255463, + 0.19999998807907104, + 0.20000000298023224 + ], + "translation":[ + -1.1085034608840942, + 0.341390460729599, + -0.21148884296417236 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":4 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.28416627645492554, + 0.7269423604011536, + 0.34203392267227173, + 0.5232754945755005 + ], + "scale":[ + 0.20000003278255463, + 0.19999998807907104, + 0.20000000298023224 + ], + "translation":[ + 0.12866541743278503, + 0.341390460729599, + 0.7949129343032837 + ] + }, + { + "mesh":0, + "name":"Jar", + "scale":[ + 0.16054032742977142, + 0.16054032742977142, + 0.16054032742977142 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":5 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416627645492554, + 0.7269423604011536, + 0.34203392267227173, + 0.5232754945755005 + ], + "scale":[ + 0.20000003278255463, + 0.19999998807907104, + 0.20000000298023224 + ], + "translation":[ + 1.333783507347107, + 0.341390460729599, + -0.18584802746772766 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.21205638349056244, + 0.3869099020957947, + 0.08579304814338684, + 0.893293023109436 + ], + "scale":[ + 0.3106253445148468, + 0.3106253147125244, + 0.3106253147125244 + ], + "translation":[ + 0.9000746607780457, + 0.9697402119636536, + 0.8357833623886108 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Jar", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":145, + "max":[ + 1.2999999523162842, + 4.199999809265137, + 1.1258333921432495 + ], + "min":[ + -1.3000000715255737, + 0, + -1.1258331537246704 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":145, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":145, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":145, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":216, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":1740, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":1740, + "byteOffset":1740, + "target":34962 + }, + { + "buffer":0, + "byteLength":1160, + "byteOffset":3480, + "target":34962 + }, + { + "buffer":0, + "byteLength":2320, + "byteOffset":4640, + "target":34962 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":6960, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":7392, + "uri":"Jar-bd2df35e5e5d9c4a7d5abccf8e7957bc.bin" + } + ] +} diff --git a/escape-room/godot/imported/Jar.blend-bd2df35e5e5d9c4a7d5abccf8e7957bc.md5 b/escape-room/godot/imported/Jar.blend-bd2df35e5e5d9c4a7d5abccf8e7957bc.md5 new file mode 100644 index 0000000..68c64a4 --- /dev/null +++ b/escape-room/godot/imported/Jar.blend-bd2df35e5e5d9c4a7d5abccf8e7957bc.md5 @@ -0,0 +1,3 @@ +source_md5="e03f6b6c999b3e5a29342f6f360bb7fe" +dest_md5="c9df58c0aef0d5680e6f3b8738539753" + diff --git a/escape-room/godot/imported/Jar.blend-bd2df35e5e5d9c4a7d5abccf8e7957bc.scn b/escape-room/godot/imported/Jar.blend-bd2df35e5e5d9c4a7d5abccf8e7957bc.scn new file mode 100644 index 0000000..d88d4ae Binary files /dev/null and b/escape-room/godot/imported/Jar.blend-bd2df35e5e5d9c4a7d5abccf8e7957bc.scn differ diff --git a/escape-room/godot/imported/Jar2-a3697a00a84789dca38ec9f25d792c41.bin b/escape-room/godot/imported/Jar2-a3697a00a84789dca38ec9f25d792c41.bin new file mode 100644 index 0000000..04c82fa Binary files /dev/null and b/escape-room/godot/imported/Jar2-a3697a00a84789dca38ec9f25d792c41.bin differ diff --git a/escape-room/godot/imported/Jar2-a3697a00a84789dca38ec9f25d792c41.gltf b/escape-room/godot/imported/Jar2-a3697a00a84789dca38ec9f25d792c41.gltf new file mode 100644 index 0000000..6383f29 --- /dev/null +++ b/escape-room/godot/imported/Jar2-a3697a00a84789dca38ec9f25d792c41.gltf @@ -0,0 +1,389 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.005" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":5.031711113743238, + "type":"point", + "name":"Spot.004" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.003" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.002" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.005", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 0.02447163313627243, + 1.4031891822814941, + 0.03271627426147461 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp.004", + "rotation":[ + -0.28416627645492554, + 0.7269423604011536, + 0.34203392267227173, + 0.5232754945755005 + ], + "scale":[ + 0.20000003278255463, + 0.19999998807907104, + 0.20000000298023224 + ], + "translation":[ + 0.31123560667037964, + -0.09609583020210266, + 0.30048510432243347 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":2 + } + }, + "name":"Lamp.003", + "rotation":[ + -0.28416627645492554, + 0.7269423604011536, + 0.34203392267227173, + 0.5232754945755005 + ], + "scale":[ + 0.20000003278255463, + 0.19999998807907104, + 0.20000000298023224 + ], + "translation":[ + 0.09020420908927917, + 0.341390460729599, + -1.2884029150009155 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":3 + } + }, + "name":"Lamp.002", + "rotation":[ + -0.28416627645492554, + 0.7269423604011536, + 0.34203392267227173, + 0.5232754945755005 + ], + "scale":[ + 0.20000003278255463, + 0.19999998807907104, + 0.20000000298023224 + ], + "translation":[ + -1.1085034608840942, + 0.341390460729599, + -0.21148884296417236 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":4 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.28416627645492554, + 0.7269423604011536, + 0.34203392267227173, + 0.5232754945755005 + ], + "scale":[ + 0.20000003278255463, + 0.19999998807907104, + 0.20000000298023224 + ], + "translation":[ + 0.12866541743278503, + 0.341390460729599, + 0.7949129343032837 + ] + }, + { + "mesh":0, + "name":"Jar", + "scale":[ + 0.16054032742977142, + 0.16054032742977142, + 0.16054032742977142 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":5 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416627645492554, + 0.7269423604011536, + 0.34203392267227173, + 0.5232754945755005 + ], + "scale":[ + 0.20000003278255463, + 0.19999998807907104, + 0.20000000298023224 + ], + "translation":[ + 1.333783507347107, + 0.341390460729599, + -0.18584802746772766 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.21205638349056244, + 0.3869099020957947, + 0.08579304814338684, + 0.893293023109436 + ], + "scale":[ + 0.3106253445148468, + 0.3106253147125244, + 0.3106253147125244 + ], + "translation":[ + 0.9000746607780457, + 0.9697402119636536, + 0.8357833623886108 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Jar", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":145, + "max":[ + 1.2999999523162842, + 4.199999809265137, + 1.1258333921432495 + ], + "min":[ + -1.3000000715255737, + 0, + -1.1258331537246704 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":145, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":145, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":145, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":216, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":1740, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":1740, + "byteOffset":1740, + "target":34962 + }, + { + "buffer":0, + "byteLength":1160, + "byteOffset":3480, + "target":34962 + }, + { + "buffer":0, + "byteLength":2320, + "byteOffset":4640, + "target":34962 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":6960, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":7392, + "uri":"Jar2-a3697a00a84789dca38ec9f25d792c41.bin" + } + ] +} diff --git a/escape-room/godot/imported/Jar2.blend-a3697a00a84789dca38ec9f25d792c41.md5 b/escape-room/godot/imported/Jar2.blend-a3697a00a84789dca38ec9f25d792c41.md5 new file mode 100644 index 0000000..aea676a --- /dev/null +++ b/escape-room/godot/imported/Jar2.blend-a3697a00a84789dca38ec9f25d792c41.md5 @@ -0,0 +1,3 @@ +source_md5="77dc5d56c6dd703d634fb2b42949a8e0" +dest_md5="5d0d16a3467aae9e72a86ac912291961" + diff --git a/escape-room/godot/imported/Jar2.blend-a3697a00a84789dca38ec9f25d792c41.scn b/escape-room/godot/imported/Jar2.blend-a3697a00a84789dca38ec9f25d792c41.scn new file mode 100644 index 0000000..4daac12 Binary files /dev/null and b/escape-room/godot/imported/Jar2.blend-a3697a00a84789dca38ec9f25d792c41.scn differ diff --git a/escape-room/godot/imported/Jar3-3c55d4530ab319b979fe6343ef33c44b.bin b/escape-room/godot/imported/Jar3-3c55d4530ab319b979fe6343ef33c44b.bin new file mode 100644 index 0000000..04c82fa Binary files /dev/null and b/escape-room/godot/imported/Jar3-3c55d4530ab319b979fe6343ef33c44b.bin differ diff --git a/escape-room/godot/imported/Jar3-3c55d4530ab319b979fe6343ef33c44b.gltf b/escape-room/godot/imported/Jar3-3c55d4530ab319b979fe6343ef33c44b.gltf new file mode 100644 index 0000000..6e2a459 --- /dev/null +++ b/escape-room/godot/imported/Jar3-3c55d4530ab319b979fe6343ef33c44b.gltf @@ -0,0 +1,389 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.005" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":5.031711113743238, + "type":"point", + "name":"Spot.004" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.003" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.002" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.005", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 0.02447163313627243, + 1.4031891822814941, + 0.03271627426147461 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp.004", + "rotation":[ + -0.28416627645492554, + 0.7269423604011536, + 0.34203392267227173, + 0.5232754945755005 + ], + "scale":[ + 0.20000003278255463, + 0.19999998807907104, + 0.20000000298023224 + ], + "translation":[ + 0.31123560667037964, + -0.09609583020210266, + 0.30048510432243347 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":2 + } + }, + "name":"Lamp.003", + "rotation":[ + -0.28416627645492554, + 0.7269423604011536, + 0.34203392267227173, + 0.5232754945755005 + ], + "scale":[ + 0.20000003278255463, + 0.19999998807907104, + 0.20000000298023224 + ], + "translation":[ + 0.09020420908927917, + 0.341390460729599, + -1.2884029150009155 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":3 + } + }, + "name":"Lamp.002", + "rotation":[ + -0.28416627645492554, + 0.7269423604011536, + 0.34203392267227173, + 0.5232754945755005 + ], + "scale":[ + 0.20000003278255463, + 0.19999998807907104, + 0.20000000298023224 + ], + "translation":[ + -1.1085034608840942, + 0.341390460729599, + -0.21148884296417236 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":4 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.28416627645492554, + 0.7269423604011536, + 0.34203392267227173, + 0.5232754945755005 + ], + "scale":[ + 0.20000003278255463, + 0.19999998807907104, + 0.20000000298023224 + ], + "translation":[ + 0.12866541743278503, + 0.341390460729599, + 0.7949129343032837 + ] + }, + { + "mesh":0, + "name":"Jar", + "scale":[ + 0.16054032742977142, + 0.16054032742977142, + 0.16054032742977142 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":5 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416627645492554, + 0.7269423604011536, + 0.34203392267227173, + 0.5232754945755005 + ], + "scale":[ + 0.20000003278255463, + 0.19999998807907104, + 0.20000000298023224 + ], + "translation":[ + 1.333783507347107, + 0.341390460729599, + -0.18584802746772766 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.21205638349056244, + 0.3869099020957947, + 0.08579304814338684, + 0.893293023109436 + ], + "scale":[ + 0.3106253445148468, + 0.3106253147125244, + 0.3106253147125244 + ], + "translation":[ + 0.9000746607780457, + 0.9697402119636536, + 0.8357833623886108 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Jar", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":145, + "max":[ + 1.2999999523162842, + 4.199999809265137, + 1.1258333921432495 + ], + "min":[ + -1.3000000715255737, + 0, + -1.1258331537246704 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":145, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":145, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":145, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":216, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":1740, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":1740, + "byteOffset":1740, + "target":34962 + }, + { + "buffer":0, + "byteLength":1160, + "byteOffset":3480, + "target":34962 + }, + { + "buffer":0, + "byteLength":2320, + "byteOffset":4640, + "target":34962 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":6960, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":7392, + "uri":"Jar3-3c55d4530ab319b979fe6343ef33c44b.bin" + } + ] +} diff --git a/escape-room/godot/imported/Jar3.blend-3c55d4530ab319b979fe6343ef33c44b.md5 b/escape-room/godot/imported/Jar3.blend-3c55d4530ab319b979fe6343ef33c44b.md5 new file mode 100644 index 0000000..0942d1d --- /dev/null +++ b/escape-room/godot/imported/Jar3.blend-3c55d4530ab319b979fe6343ef33c44b.md5 @@ -0,0 +1,3 @@ +source_md5="132e59578a29f6ec5423039d19ac6d49" +dest_md5="5333b4353a7f3c8ff563a37eacd07a08" + diff --git a/escape-room/godot/imported/Jar3.blend-3c55d4530ab319b979fe6343ef33c44b.scn b/escape-room/godot/imported/Jar3.blend-3c55d4530ab319b979fe6343ef33c44b.scn new file mode 100644 index 0000000..4a82fb1 Binary files /dev/null and b/escape-room/godot/imported/Jar3.blend-3c55d4530ab319b979fe6343ef33c44b.scn differ diff --git a/escape-room/godot/imported/JewelBlack.png-fc4d3bb6ddd5f138aa23063b28505a4c.ctex b/escape-room/godot/imported/JewelBlack.png-fc4d3bb6ddd5f138aa23063b28505a4c.ctex new file mode 100644 index 0000000..6becea5 Binary files /dev/null and b/escape-room/godot/imported/JewelBlack.png-fc4d3bb6ddd5f138aa23063b28505a4c.ctex differ diff --git a/escape-room/godot/imported/JewelBlack.png-fc4d3bb6ddd5f138aa23063b28505a4c.md5 b/escape-room/godot/imported/JewelBlack.png-fc4d3bb6ddd5f138aa23063b28505a4c.md5 new file mode 100644 index 0000000..23e9b4c --- /dev/null +++ b/escape-room/godot/imported/JewelBlack.png-fc4d3bb6ddd5f138aa23063b28505a4c.md5 @@ -0,0 +1,3 @@ +source_md5="cfa2efad452586545d1a4115af35bd53" +dest_md5="42539620a0bb5f7e5d77f74d30d84a72" + diff --git a/escape-room/godot/imported/JewelBlue.png-d92b3d5f731100f6b50b58071b7cbbcd.ctex b/escape-room/godot/imported/JewelBlue.png-d92b3d5f731100f6b50b58071b7cbbcd.ctex new file mode 100644 index 0000000..90d03b6 Binary files /dev/null and b/escape-room/godot/imported/JewelBlue.png-d92b3d5f731100f6b50b58071b7cbbcd.ctex differ diff --git a/escape-room/godot/imported/JewelBlue.png-d92b3d5f731100f6b50b58071b7cbbcd.md5 b/escape-room/godot/imported/JewelBlue.png-d92b3d5f731100f6b50b58071b7cbbcd.md5 new file mode 100644 index 0000000..264f6b6 --- /dev/null +++ b/escape-room/godot/imported/JewelBlue.png-d92b3d5f731100f6b50b58071b7cbbcd.md5 @@ -0,0 +1,3 @@ +source_md5="ea59a077b95be6fd178f8bacf510e5a7" +dest_md5="eff8d863e1bda87cd54b76b7ab9d26f5" + diff --git a/escape-room/godot/imported/JewelBrown.png-19733e2dd3f1a5be8455d70fe6cc6743.ctex b/escape-room/godot/imported/JewelBrown.png-19733e2dd3f1a5be8455d70fe6cc6743.ctex new file mode 100644 index 0000000..a738852 Binary files /dev/null and b/escape-room/godot/imported/JewelBrown.png-19733e2dd3f1a5be8455d70fe6cc6743.ctex differ diff --git a/escape-room/godot/imported/JewelBrown.png-19733e2dd3f1a5be8455d70fe6cc6743.md5 b/escape-room/godot/imported/JewelBrown.png-19733e2dd3f1a5be8455d70fe6cc6743.md5 new file mode 100644 index 0000000..841d14c --- /dev/null +++ b/escape-room/godot/imported/JewelBrown.png-19733e2dd3f1a5be8455d70fe6cc6743.md5 @@ -0,0 +1,3 @@ +source_md5="d98f155da52fc0ab9d2d0ee2a14bec0e" +dest_md5="0083fb098d31edd32a2b501f100a2330" + diff --git a/escape-room/godot/imported/JewelGreen.png-d0b9f30e91dc8e248afa16b3edeb2180.ctex b/escape-room/godot/imported/JewelGreen.png-d0b9f30e91dc8e248afa16b3edeb2180.ctex new file mode 100644 index 0000000..fd0faae Binary files /dev/null and b/escape-room/godot/imported/JewelGreen.png-d0b9f30e91dc8e248afa16b3edeb2180.ctex differ diff --git a/escape-room/godot/imported/JewelGreen.png-d0b9f30e91dc8e248afa16b3edeb2180.md5 b/escape-room/godot/imported/JewelGreen.png-d0b9f30e91dc8e248afa16b3edeb2180.md5 new file mode 100644 index 0000000..522c6f1 --- /dev/null +++ b/escape-room/godot/imported/JewelGreen.png-d0b9f30e91dc8e248afa16b3edeb2180.md5 @@ -0,0 +1,3 @@ +source_md5="646e764831c08e7357733d23f61b9374" +dest_md5="1f6d0ca39f9019c9acb0ac29ed24e5c8" + diff --git a/escape-room/godot/imported/JewelOrange.png-9fb2da21dae3016728b586fbc64d5eb5.ctex b/escape-room/godot/imported/JewelOrange.png-9fb2da21dae3016728b586fbc64d5eb5.ctex new file mode 100644 index 0000000..2c0d2a8 Binary files /dev/null and b/escape-room/godot/imported/JewelOrange.png-9fb2da21dae3016728b586fbc64d5eb5.ctex differ diff --git a/escape-room/godot/imported/JewelOrange.png-9fb2da21dae3016728b586fbc64d5eb5.md5 b/escape-room/godot/imported/JewelOrange.png-9fb2da21dae3016728b586fbc64d5eb5.md5 new file mode 100644 index 0000000..6115d68 --- /dev/null +++ b/escape-room/godot/imported/JewelOrange.png-9fb2da21dae3016728b586fbc64d5eb5.md5 @@ -0,0 +1,3 @@ +source_md5="1f0536ba6e221508dd71df2d960c6e48" +dest_md5="2bbbfe8dcafa3621fd65016fb7640237" + diff --git a/escape-room/godot/imported/JewelRed.png-913214f163b319b647dece856f610dad.ctex b/escape-room/godot/imported/JewelRed.png-913214f163b319b647dece856f610dad.ctex new file mode 100644 index 0000000..85cc23b Binary files /dev/null and b/escape-room/godot/imported/JewelRed.png-913214f163b319b647dece856f610dad.ctex differ diff --git a/escape-room/godot/imported/JewelRed.png-913214f163b319b647dece856f610dad.md5 b/escape-room/godot/imported/JewelRed.png-913214f163b319b647dece856f610dad.md5 new file mode 100644 index 0000000..32e570c --- /dev/null +++ b/escape-room/godot/imported/JewelRed.png-913214f163b319b647dece856f610dad.md5 @@ -0,0 +1,3 @@ +source_md5="70ccdb0de652fb4404a063a0fa522e72" +dest_md5="ef335303d8fccab59a263d38f9095733" + diff --git a/escape-room/godot/imported/JewelViolet.png-7528c10ff75f59ab812862390dc7510b.ctex b/escape-room/godot/imported/JewelViolet.png-7528c10ff75f59ab812862390dc7510b.ctex new file mode 100644 index 0000000..e0e1e29 Binary files /dev/null and b/escape-room/godot/imported/JewelViolet.png-7528c10ff75f59ab812862390dc7510b.ctex differ diff --git a/escape-room/godot/imported/JewelViolet.png-7528c10ff75f59ab812862390dc7510b.md5 b/escape-room/godot/imported/JewelViolet.png-7528c10ff75f59ab812862390dc7510b.md5 new file mode 100644 index 0000000..a289c5b --- /dev/null +++ b/escape-room/godot/imported/JewelViolet.png-7528c10ff75f59ab812862390dc7510b.md5 @@ -0,0 +1,3 @@ +source_md5="473abf5679ddaa6cd043da84768b19a2" +dest_md5="7debfe22c5c13e4c6deb9564c0526c5e" + diff --git a/escape-room/godot/imported/JewelWhite.png-422c127fba42b04dbeac4e96b197b79d.ctex b/escape-room/godot/imported/JewelWhite.png-422c127fba42b04dbeac4e96b197b79d.ctex new file mode 100644 index 0000000..d2644d9 Binary files /dev/null and b/escape-room/godot/imported/JewelWhite.png-422c127fba42b04dbeac4e96b197b79d.ctex differ diff --git a/escape-room/godot/imported/JewelWhite.png-422c127fba42b04dbeac4e96b197b79d.md5 b/escape-room/godot/imported/JewelWhite.png-422c127fba42b04dbeac4e96b197b79d.md5 new file mode 100644 index 0000000..f3bd0fd --- /dev/null +++ b/escape-room/godot/imported/JewelWhite.png-422c127fba42b04dbeac4e96b197b79d.md5 @@ -0,0 +1,3 @@ +source_md5="cfe544064f5b79f99443e739d22a6921" +dest_md5="525435f6735768a5151b6f0bb9a86d5e" + diff --git a/escape-room/godot/imported/JewelYellow.png-1d6a2d4715db831cd933664c96c42e39.ctex b/escape-room/godot/imported/JewelYellow.png-1d6a2d4715db831cd933664c96c42e39.ctex new file mode 100644 index 0000000..e608439 Binary files /dev/null and b/escape-room/godot/imported/JewelYellow.png-1d6a2d4715db831cd933664c96c42e39.ctex differ diff --git a/escape-room/godot/imported/JewelYellow.png-1d6a2d4715db831cd933664c96c42e39.md5 b/escape-room/godot/imported/JewelYellow.png-1d6a2d4715db831cd933664c96c42e39.md5 new file mode 100644 index 0000000..b6dcafa --- /dev/null +++ b/escape-room/godot/imported/JewelYellow.png-1d6a2d4715db831cd933664c96c42e39.md5 @@ -0,0 +1,3 @@ +source_md5="6fb969f10670e0cbea8a7ca2e3298801" +dest_md5="3b2a10dc8679754e0bb0af83e5e022ee" + diff --git a/escape-room/godot/imported/Lamp texture.png-a0595a3d668be8de5901bc5fc5eab64f.ctex b/escape-room/godot/imported/Lamp texture.png-a0595a3d668be8de5901bc5fc5eab64f.ctex new file mode 100644 index 0000000..2292780 Binary files /dev/null and b/escape-room/godot/imported/Lamp texture.png-a0595a3d668be8de5901bc5fc5eab64f.ctex differ diff --git a/escape-room/godot/imported/Lamp texture.png-a0595a3d668be8de5901bc5fc5eab64f.md5 b/escape-room/godot/imported/Lamp texture.png-a0595a3d668be8de5901bc5fc5eab64f.md5 new file mode 100644 index 0000000..c6165af --- /dev/null +++ b/escape-room/godot/imported/Lamp texture.png-a0595a3d668be8de5901bc5fc5eab64f.md5 @@ -0,0 +1,3 @@ +source_md5="9388490e142913432985a989cf090808" +dest_md5="ce3dd2a8343c4b4e7374329be727ba00" + diff --git a/escape-room/godot/imported/Lamp texture.png-c5faec9256ecc2b06753f2cb974c0da3.ctex b/escape-room/godot/imported/Lamp texture.png-c5faec9256ecc2b06753f2cb974c0da3.ctex new file mode 100644 index 0000000..2292780 Binary files /dev/null and b/escape-room/godot/imported/Lamp texture.png-c5faec9256ecc2b06753f2cb974c0da3.ctex differ diff --git a/escape-room/godot/imported/Lamp texture.png-c5faec9256ecc2b06753f2cb974c0da3.md5 b/escape-room/godot/imported/Lamp texture.png-c5faec9256ecc2b06753f2cb974c0da3.md5 new file mode 100644 index 0000000..c6165af --- /dev/null +++ b/escape-room/godot/imported/Lamp texture.png-c5faec9256ecc2b06753f2cb974c0da3.md5 @@ -0,0 +1,3 @@ +source_md5="9388490e142913432985a989cf090808" +dest_md5="ce3dd2a8343c4b4e7374329be727ba00" + diff --git a/escape-room/godot/imported/Lamp texture.png-eb950703e69750f4ef4850fb407109b6.ctex b/escape-room/godot/imported/Lamp texture.png-eb950703e69750f4ef4850fb407109b6.ctex new file mode 100644 index 0000000..2292780 Binary files /dev/null and b/escape-room/godot/imported/Lamp texture.png-eb950703e69750f4ef4850fb407109b6.ctex differ diff --git a/escape-room/godot/imported/Lamp texture.png-eb950703e69750f4ef4850fb407109b6.md5 b/escape-room/godot/imported/Lamp texture.png-eb950703e69750f4ef4850fb407109b6.md5 new file mode 100644 index 0000000..c6165af --- /dev/null +++ b/escape-room/godot/imported/Lamp texture.png-eb950703e69750f4ef4850fb407109b6.md5 @@ -0,0 +1,3 @@ +source_md5="9388490e142913432985a989cf090808" +dest_md5="ce3dd2a8343c4b4e7374329be727ba00" + diff --git a/escape-room/godot/imported/Lamp-7a99ede60a460d68a629388b27725274.bin b/escape-room/godot/imported/Lamp-7a99ede60a460d68a629388b27725274.bin new file mode 100644 index 0000000..145b8a1 Binary files /dev/null and b/escape-room/godot/imported/Lamp-7a99ede60a460d68a629388b27725274.bin differ diff --git a/escape-room/godot/imported/Lamp-7a99ede60a460d68a629388b27725274.gltf b/escape-room/godot/imported/Lamp-7a99ede60a460d68a629388b27725274.gltf new file mode 100644 index 0000000..3deb2e5 --- /dev/null +++ b/escape-room/godot/imported/Lamp-7a99ede60a460d68a629388b27725274.gltf @@ -0,0 +1,156 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Lamp" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Metal.001" + }, + { + "doubleSided":true, + "name":"Top.001" + } + ], + "meshes":[ + { + "name":"Cylinder.003", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1 + }, + "indices":2, + "material":0 + }, + { + "attributes":{ + "POSITION":3, + "NORMAL":4 + }, + "indices":5, + "material":1 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":72, + "max":[ + 0.10589659214019775, + 0.9549756050109863, + 0.12377326190471649 + ], + "min":[ + -0.10616950690746307, + 0.00045359134674072266, + -0.12109950929880142 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":72, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5123, + "count":132, + "type":"SCALAR" + }, + { + "bufferView":3, + "componentType":5126, + "count":96, + "max":[ + 0.11576388031244278, + 1.0389277935028076, + 0.11465778201818466 + ], + "min":[ + -0.11555921286344528, + 0.7862990498542786, + -0.1166653111577034 + ], + "type":"VEC3" + }, + { + "bufferView":4, + "componentType":5126, + "count":96, + "type":"VEC3" + }, + { + "bufferView":5, + "componentType":5123, + "count":192, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":864, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":864, + "byteOffset":864, + "target":34962 + }, + { + "buffer":0, + "byteLength":264, + "byteOffset":1728, + "target":34963 + }, + { + "buffer":0, + "byteLength":1152, + "byteOffset":1992, + "target":34962 + }, + { + "buffer":0, + "byteLength":1152, + "byteOffset":3144, + "target":34962 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":4296, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":4680, + "uri":"Lamp-7a99ede60a460d68a629388b27725274.bin" + } + ] +} diff --git a/escape-room/godot/imported/Lamp-b8e888dc885fc3b5abe6ee570aba3b16.bin b/escape-room/godot/imported/Lamp-b8e888dc885fc3b5abe6ee570aba3b16.bin new file mode 100644 index 0000000..7f2b414 Binary files /dev/null and b/escape-room/godot/imported/Lamp-b8e888dc885fc3b5abe6ee570aba3b16.bin differ diff --git a/escape-room/godot/imported/Lamp-b8e888dc885fc3b5abe6ee570aba3b16.gltf b/escape-room/godot/imported/Lamp-b8e888dc885fc3b5abe6ee570aba3b16.gltf new file mode 100644 index 0000000..026ea21 --- /dev/null +++ b/escape-room/godot/imported/Lamp-b8e888dc885fc3b5abe6ee570aba3b16.gltf @@ -0,0 +1,359 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.08448045201592, + "type":"point", + "name":"Spot.004" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":5.133788746235024, + "type":"point", + "name":"Spot.003" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":3.183098861837907, + "type":"point", + "name":"Spot.002" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":13.809819236297823, + "type":"point", + "name":"Spot.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3, + 4, + 5, + 6 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.005", + "rotation":[ + -0.28416624665260315, + 0.7269423007965088, + 0.34203389286994934, + 0.5232755541801453 + ], + "scale":[ + 1.540000081062317, + 1.5399998426437378, + 1.5399998426437378 + ], + "translation":[ + 0.027153894305229187, + -1.6676467657089233, + -0.06404213607311249 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp.004", + "rotation":[ + -0.28416624665260315, + 0.7269423007965088, + 0.34203389286994934, + 0.5232755541801453 + ], + "scale":[ + 1.540000081062317, + 1.5399998426437378, + 1.5399998426437378 + ], + "translation":[ + 4.562499523162842, + 1.0302821397781372, + 0.285649836063385 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":2 + } + }, + "name":"Lamp.003", + "rotation":[ + -0.28416624665260315, + 0.7269423007965088, + 0.34203389286994934, + 0.5232755541801453 + ], + "scale":[ + 1.540000081062317, + 1.5399998426437378, + 1.5399998426437378 + ], + "translation":[ + -6.896745681762695, + 2.603895664215088, + -0.7983951568603516 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":3 + } + }, + "name":"Lamp.002", + "rotation":[ + -0.28416624665260315, + 0.7269423007965088, + 0.34203389286994934, + 0.5232755541801453 + ], + "scale":[ + 1.540000081062317, + 1.5399998426437378, + 1.5399998426437378 + ], + "translation":[ + -0.0686311423778534, + 6.905106067657471, + 7.735607624053955 + ] + }, + { + "mesh":0, + "name":"Oil Lamp", + "scale":[ + 0.15399999916553497, + 0.15399999916553497, + 0.15399999916553497 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":4 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416624665260315, + 0.7269423007965088, + 0.34203389286994934, + 0.5232755541801453 + ], + "scale":[ + 1.540000081062317, + 1.5399998426437378, + 1.5399998426437378 + ], + "translation":[ + 6.2774176597595215, + 9.091947555541992, + -1.5483989715576172 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.21205638349056244, + 0.3869099020957947, + 0.08579304814338684, + 0.893293023109436 + ], + "scale":[ + 0.5243993997573853, + 0.5243993401527405, + 0.5243993401527405 + ], + "translation":[ + 1.6959160566329956, + 1.595094919204712, + 1.5151665210723877 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.4221866671985698, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Oil Lamp", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":140, + "max":[ + 0.9102407097816467, + 5.699999809265137, + 0.7071072459220886 + ], + "min":[ + -0.9102405905723572, + 0, + -2.3988287448883057 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":140, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":140, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":140, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":234, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":1680, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":1680, + "byteOffset":1680, + "target":34962 + }, + { + "buffer":0, + "byteLength":1120, + "byteOffset":3360, + "target":34962 + }, + { + "buffer":0, + "byteLength":2240, + "byteOffset":4480, + "target":34962 + }, + { + "buffer":0, + "byteLength":468, + "byteOffset":6720, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":7188, + "uri":"Lamp-b8e888dc885fc3b5abe6ee570aba3b16.bin" + } + ] +} diff --git a/escape-room/godot/imported/Lamp.blend-7a99ede60a460d68a629388b27725274.md5 b/escape-room/godot/imported/Lamp.blend-7a99ede60a460d68a629388b27725274.md5 new file mode 100644 index 0000000..daf0a8b --- /dev/null +++ b/escape-room/godot/imported/Lamp.blend-7a99ede60a460d68a629388b27725274.md5 @@ -0,0 +1,3 @@ +source_md5="70ae6c2b1a6764ef15ba519cc2d84cd8" +dest_md5="5690d71259b24c1425e0101c2b587c83" + diff --git a/escape-room/godot/imported/Lamp.blend-7a99ede60a460d68a629388b27725274.scn b/escape-room/godot/imported/Lamp.blend-7a99ede60a460d68a629388b27725274.scn new file mode 100644 index 0000000..4859e9e Binary files /dev/null and b/escape-room/godot/imported/Lamp.blend-7a99ede60a460d68a629388b27725274.scn differ diff --git a/escape-room/godot/imported/Lamp.blend-b8e888dc885fc3b5abe6ee570aba3b16.md5 b/escape-room/godot/imported/Lamp.blend-b8e888dc885fc3b5abe6ee570aba3b16.md5 new file mode 100644 index 0000000..778a677 --- /dev/null +++ b/escape-room/godot/imported/Lamp.blend-b8e888dc885fc3b5abe6ee570aba3b16.md5 @@ -0,0 +1,3 @@ +source_md5="8aa2b9e03a24b9db7224cb9278be8f40" +dest_md5="bf5ce27ab0d71fc9032427d853cc6098" + diff --git a/escape-room/godot/imported/Lamp.blend-b8e888dc885fc3b5abe6ee570aba3b16.scn b/escape-room/godot/imported/Lamp.blend-b8e888dc885fc3b5abe6ee570aba3b16.scn new file mode 100644 index 0000000..5f42cff Binary files /dev/null and b/escape-room/godot/imported/Lamp.blend-b8e888dc885fc3b5abe6ee570aba3b16.scn differ diff --git a/escape-room/godot/imported/Lamp.fbx-64e2a5de2ee107440595e2b52dd0a47b.md5 b/escape-room/godot/imported/Lamp.fbx-64e2a5de2ee107440595e2b52dd0a47b.md5 new file mode 100644 index 0000000..92aca64 --- /dev/null +++ b/escape-room/godot/imported/Lamp.fbx-64e2a5de2ee107440595e2b52dd0a47b.md5 @@ -0,0 +1,3 @@ +source_md5="fc2e9de5f3a8d3b840b0dbf989f96289" +dest_md5="131a9787c9731791edde7a0c26bfc2dd" + diff --git a/escape-room/godot/imported/Lamp.fbx-64e2a5de2ee107440595e2b52dd0a47b.scn b/escape-room/godot/imported/Lamp.fbx-64e2a5de2ee107440595e2b52dd0a47b.scn new file mode 100644 index 0000000..a4b008a Binary files /dev/null and b/escape-room/godot/imported/Lamp.fbx-64e2a5de2ee107440595e2b52dd0a47b.scn differ diff --git a/escape-room/godot/imported/Lamp.obj-f3bea9527aa125608504d84cd6f66c5a.md5 b/escape-room/godot/imported/Lamp.obj-f3bea9527aa125608504d84cd6f66c5a.md5 new file mode 100644 index 0000000..da6f28f --- /dev/null +++ b/escape-room/godot/imported/Lamp.obj-f3bea9527aa125608504d84cd6f66c5a.md5 @@ -0,0 +1,3 @@ +source_md5="0965fa0114caa22ef4734513c00d0d7f" +dest_md5="74c0b9a0c8206ea9cb95b1383d1304ee" + diff --git a/escape-room/godot/imported/Lamp.obj-f3bea9527aa125608504d84cd6f66c5a.mesh b/escape-room/godot/imported/Lamp.obj-f3bea9527aa125608504d84cd6f66c5a.mesh new file mode 100644 index 0000000..1b16e4c Binary files /dev/null and b/escape-room/godot/imported/Lamp.obj-f3bea9527aa125608504d84cd6f66c5a.mesh differ diff --git a/escape-room/godot/imported/Lamp.png-37e73198184fe9177074303dddb93e47.ctex b/escape-room/godot/imported/Lamp.png-37e73198184fe9177074303dddb93e47.ctex new file mode 100644 index 0000000..73b5033 Binary files /dev/null and b/escape-room/godot/imported/Lamp.png-37e73198184fe9177074303dddb93e47.ctex differ diff --git a/escape-room/godot/imported/Lamp.png-37e73198184fe9177074303dddb93e47.md5 b/escape-room/godot/imported/Lamp.png-37e73198184fe9177074303dddb93e47.md5 new file mode 100644 index 0000000..e507211 --- /dev/null +++ b/escape-room/godot/imported/Lamp.png-37e73198184fe9177074303dddb93e47.md5 @@ -0,0 +1,3 @@ +source_md5="ed82d636822fe5d449cac606c8438e8e" +dest_md5="497837fa4373de4457f98843b3829532" + diff --git a/escape-room/godot/imported/Lamp2-3cfa91dab89355d09e2e60c536112895.bin b/escape-room/godot/imported/Lamp2-3cfa91dab89355d09e2e60c536112895.bin new file mode 100644 index 0000000..c3838eb Binary files /dev/null and b/escape-room/godot/imported/Lamp2-3cfa91dab89355d09e2e60c536112895.bin differ diff --git a/escape-room/godot/imported/Lamp2-3cfa91dab89355d09e2e60c536112895.gltf b/escape-room/godot/imported/Lamp2-3cfa91dab89355d09e2e60c536112895.gltf new file mode 100644 index 0000000..eef01b3 --- /dev/null +++ b/escape-room/godot/imported/Lamp2-3cfa91dab89355d09e2e60c536112895.gltf @@ -0,0 +1,156 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Lamp2" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Metal" + }, + { + "doubleSided":true, + "name":"Top" + } + ], + "meshes":[ + { + "name":"Cylinder.002", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1 + }, + "indices":2, + "material":0 + }, + { + "attributes":{ + "POSITION":3, + "NORMAL":4 + }, + "indices":5, + "material":1 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":72, + "max":[ + 0.10589659214019775, + 0.9538925886154175, + 0.12377326190471649 + ], + "min":[ + -0.10616950690746307, + -0.0006293654441833496, + -0.12109950929880142 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":72, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5123, + "count":132, + "type":"SCALAR" + }, + { + "bufferView":3, + "componentType":5126, + "count":96, + "max":[ + 0.11576388031244278, + 1.104600191116333, + 0.11465778201818466 + ], + "min":[ + -0.11555921286344528, + 0.7852160930633545, + -0.1166653111577034 + ], + "type":"VEC3" + }, + { + "bufferView":4, + "componentType":5126, + "count":96, + "type":"VEC3" + }, + { + "bufferView":5, + "componentType":5123, + "count":192, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":864, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":864, + "byteOffset":864, + "target":34962 + }, + { + "buffer":0, + "byteLength":264, + "byteOffset":1728, + "target":34963 + }, + { + "buffer":0, + "byteLength":1152, + "byteOffset":1992, + "target":34962 + }, + { + "buffer":0, + "byteLength":1152, + "byteOffset":3144, + "target":34962 + }, + { + "buffer":0, + "byteLength":384, + "byteOffset":4296, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":4680, + "uri":"Lamp2-3cfa91dab89355d09e2e60c536112895.bin" + } + ] +} diff --git a/escape-room/godot/imported/Lamp2.blend-3cfa91dab89355d09e2e60c536112895.md5 b/escape-room/godot/imported/Lamp2.blend-3cfa91dab89355d09e2e60c536112895.md5 new file mode 100644 index 0000000..1cf6039 --- /dev/null +++ b/escape-room/godot/imported/Lamp2.blend-3cfa91dab89355d09e2e60c536112895.md5 @@ -0,0 +1,3 @@ +source_md5="58eaad8c75f904cb9125a14a94224751" +dest_md5="6a85050a305e346a5f44233d48bf798c" + diff --git a/escape-room/godot/imported/Lamp2.blend-3cfa91dab89355d09e2e60c536112895.scn b/escape-room/godot/imported/Lamp2.blend-3cfa91dab89355d09e2e60c536112895.scn new file mode 100644 index 0000000..b86d31a Binary files /dev/null and b/escape-room/godot/imported/Lamp2.blend-3cfa91dab89355d09e2e60c536112895.scn differ diff --git a/escape-room/godot/imported/Lamp2.fbx-d6348bb0c415d552ac8cbbaff4f5e74d.md5 b/escape-room/godot/imported/Lamp2.fbx-d6348bb0c415d552ac8cbbaff4f5e74d.md5 new file mode 100644 index 0000000..45fb105 --- /dev/null +++ b/escape-room/godot/imported/Lamp2.fbx-d6348bb0c415d552ac8cbbaff4f5e74d.md5 @@ -0,0 +1,3 @@ +source_md5="1d708a6b6f49eaaa5c48819d91b84d59" +dest_md5="10da60b053f1b2270189a7d2cf33a2fb" + diff --git a/escape-room/godot/imported/Lamp2.fbx-d6348bb0c415d552ac8cbbaff4f5e74d.scn b/escape-room/godot/imported/Lamp2.fbx-d6348bb0c415d552ac8cbbaff4f5e74d.scn new file mode 100644 index 0000000..1b75554 Binary files /dev/null and b/escape-room/godot/imported/Lamp2.fbx-d6348bb0c415d552ac8cbbaff4f5e74d.scn differ diff --git a/escape-room/godot/imported/Lamp2.obj-3cc04e77d5d16b1ff97f89a5abc0f3d6.md5 b/escape-room/godot/imported/Lamp2.obj-3cc04e77d5d16b1ff97f89a5abc0f3d6.md5 new file mode 100644 index 0000000..27ef95e --- /dev/null +++ b/escape-room/godot/imported/Lamp2.obj-3cc04e77d5d16b1ff97f89a5abc0f3d6.md5 @@ -0,0 +1,3 @@ +source_md5="f79da547beda0500801aec3cee69d968" +dest_md5="fd4c00597d0c222ccacf891f2e34c7e1" + diff --git a/escape-room/godot/imported/Lamp2.obj-3cc04e77d5d16b1ff97f89a5abc0f3d6.mesh b/escape-room/godot/imported/Lamp2.obj-3cc04e77d5d16b1ff97f89a5abc0f3d6.mesh new file mode 100644 index 0000000..8df49aa Binary files /dev/null and b/escape-room/godot/imported/Lamp2.obj-3cc04e77d5d16b1ff97f89a5abc0f3d6.mesh differ diff --git a/escape-room/godot/imported/Library Texture.png-0614fc96d9069683553acaca40834a07.ctex b/escape-room/godot/imported/Library Texture.png-0614fc96d9069683553acaca40834a07.ctex new file mode 100644 index 0000000..4259029 Binary files /dev/null and b/escape-room/godot/imported/Library Texture.png-0614fc96d9069683553acaca40834a07.ctex differ diff --git a/escape-room/godot/imported/Library Texture.png-0614fc96d9069683553acaca40834a07.md5 b/escape-room/godot/imported/Library Texture.png-0614fc96d9069683553acaca40834a07.md5 new file mode 100644 index 0000000..1f4bb24 --- /dev/null +++ b/escape-room/godot/imported/Library Texture.png-0614fc96d9069683553acaca40834a07.md5 @@ -0,0 +1,3 @@ +source_md5="391ae9fc7b6695b9df116522c3cef6c8" +dest_md5="94537e960b9cc80390c0c24dc108ae16" + diff --git a/escape-room/godot/imported/Library Texture.png-4c57d6bc0327811ed3bb314982ce4c6b.ctex b/escape-room/godot/imported/Library Texture.png-4c57d6bc0327811ed3bb314982ce4c6b.ctex new file mode 100644 index 0000000..4259029 Binary files /dev/null and b/escape-room/godot/imported/Library Texture.png-4c57d6bc0327811ed3bb314982ce4c6b.ctex differ diff --git a/escape-room/godot/imported/Library Texture.png-4c57d6bc0327811ed3bb314982ce4c6b.md5 b/escape-room/godot/imported/Library Texture.png-4c57d6bc0327811ed3bb314982ce4c6b.md5 new file mode 100644 index 0000000..1f4bb24 --- /dev/null +++ b/escape-room/godot/imported/Library Texture.png-4c57d6bc0327811ed3bb314982ce4c6b.md5 @@ -0,0 +1,3 @@ +source_md5="391ae9fc7b6695b9df116522c3cef6c8" +dest_md5="94537e960b9cc80390c0c24dc108ae16" + diff --git a/escape-room/godot/imported/Library Texture.png-96f6238a917a6e9ea443462ec8ce120f.ctex b/escape-room/godot/imported/Library Texture.png-96f6238a917a6e9ea443462ec8ce120f.ctex new file mode 100644 index 0000000..4259029 Binary files /dev/null and b/escape-room/godot/imported/Library Texture.png-96f6238a917a6e9ea443462ec8ce120f.ctex differ diff --git a/escape-room/godot/imported/Library Texture.png-96f6238a917a6e9ea443462ec8ce120f.md5 b/escape-room/godot/imported/Library Texture.png-96f6238a917a6e9ea443462ec8ce120f.md5 new file mode 100644 index 0000000..1f4bb24 --- /dev/null +++ b/escape-room/godot/imported/Library Texture.png-96f6238a917a6e9ea443462ec8ce120f.md5 @@ -0,0 +1,3 @@ +source_md5="391ae9fc7b6695b9df116522c3cef6c8" +dest_md5="94537e960b9cc80390c0c24dc108ae16" + diff --git a/escape-room/godot/imported/Library-99a84d238a8e351977f2c77b04237a9e.bin b/escape-room/godot/imported/Library-99a84d238a8e351977f2c77b04237a9e.bin new file mode 100644 index 0000000..02d810d Binary files /dev/null and b/escape-room/godot/imported/Library-99a84d238a8e351977f2c77b04237a9e.bin differ diff --git a/escape-room/godot/imported/Library-99a84d238a8e351977f2c77b04237a9e.gltf b/escape-room/godot/imported/Library-99a84d238a8e351977f2c77b04237a9e.gltf new file mode 100644 index 0000000..67557d3 --- /dev/null +++ b/escape-room/godot/imported/Library-99a84d238a8e351977f2c77b04237a9e.gltf @@ -0,0 +1,351 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.002" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3, + 4, + 5, + 6 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.002", + "rotation":[ + -0.28416624665260315, + 0.7269423007965088, + 0.34203389286994934, + 0.5232755541801453 + ], + "scale":[ + 0.5050667524337769, + 0.5050666928291321, + 0.5050666928291321 + ], + "translation":[ + 0.019690977409482002, + 1.6103588342666626, + -2.6502511501312256 + ] + }, + { + "camera":0, + "name":"Camera.002", + "rotation":[ + -0.008427328430116177, + 0.973407506942749, + 0.22859863936901093, + 0.012225941754877567 + ], + "scale":[ + 0.5050666928291321, + 0.5050666928291321, + 0.5050666928291321 + ], + "translation":[ + -0.004454476293176413, + 3.5991101264953613, + -4.568670749664307 + ] + }, + { + "camera":1, + "name":"Camera.001", + "rotation":[ + -0.22859863936901093, + -0.012225962243974209, + -0.008427332155406475, + 0.973407506942749 + ], + "scale":[ + 0.5050666332244873, + 0.5050666928291321, + 0.5050666928291321 + ], + "translation":[ + -0.004454476293176413, + 3.5991101264953613, + 4.417311191558838 + ] + }, + { + "mesh":0, + "name":"Library", + "scale":[ + 0.0440022349357605, + 0.18668828904628754, + 0.13971228897571564 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.28416624665260315, + 0.7269423007965088, + 0.34203389286994934, + 0.5232755541801453 + ], + "scale":[ + 0.5050667524337769, + 0.5050666928291321, + 0.5050666928291321 + ], + "translation":[ + -0.01076988223940134, + 1.6103588342666626, + 2.0965933799743652 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":2 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416624665260315, + 0.7269423007965088, + 0.34203389286994934, + 0.5232755541801453 + ], + "scale":[ + 0.5050667524337769, + 0.5050666928291321, + 0.5050666928291321 + ], + "translation":[ + 2.0587756633758545, + 2.981844186782837, + -0.5078213214874268 + ] + }, + { + "camera":2, + "name":"Camera", + "rotation":[ + -0.21205641329288483, + 0.38690996170043945, + 0.08579305559396744, + 0.8932930827140808 + ], + "scale":[ + 0.5050666928291321, + 0.5050666928291321, + 0.5050666928291321 + ], + "translation":[ + 3.4439432621002197, + 3.5991101264953613, + 2.989187002182007 + ] + } + ], + "cameras":[ + { + "name":"Camera.002", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + }, + { + "name":"Camera.001", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + }, + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Library", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":512, + "max":[ + 21.34436798095703, + 13.369489669799805, + 2.2342402935028076 + ], + "min":[ + -21.267120361328125, + -0.021815776824951172, + -2.2392466068267822 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":512, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":512, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":512, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":768, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":6144, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":6144, + "byteOffset":6144, + "target":34962 + }, + { + "buffer":0, + "byteLength":4096, + "byteOffset":12288, + "target":34962 + }, + { + "buffer":0, + "byteLength":8192, + "byteOffset":16384, + "target":34962 + }, + { + "buffer":0, + "byteLength":1536, + "byteOffset":24576, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":26112, + "uri":"Library-99a84d238a8e351977f2c77b04237a9e.bin" + } + ] +} diff --git a/escape-room/godot/imported/Library.blend-99a84d238a8e351977f2c77b04237a9e.md5 b/escape-room/godot/imported/Library.blend-99a84d238a8e351977f2c77b04237a9e.md5 new file mode 100644 index 0000000..ca75419 --- /dev/null +++ b/escape-room/godot/imported/Library.blend-99a84d238a8e351977f2c77b04237a9e.md5 @@ -0,0 +1,3 @@ +source_md5="28ab76ec0dd3e9021baa328f53adeff0" +dest_md5="738f5f4e803dd4f344dc625a82becdba" + diff --git a/escape-room/godot/imported/Library.blend-99a84d238a8e351977f2c77b04237a9e.scn b/escape-room/godot/imported/Library.blend-99a84d238a8e351977f2c77b04237a9e.scn new file mode 100644 index 0000000..4a18127 Binary files /dev/null and b/escape-room/godot/imported/Library.blend-99a84d238a8e351977f2c77b04237a9e.scn differ diff --git a/escape-room/godot/imported/Marketplace texture2.png-5f33662588e9189d42bd8e282e9315c9.ctex b/escape-room/godot/imported/Marketplace texture2.png-5f33662588e9189d42bd8e282e9315c9.ctex new file mode 100644 index 0000000..4e3813f Binary files /dev/null and b/escape-room/godot/imported/Marketplace texture2.png-5f33662588e9189d42bd8e282e9315c9.ctex differ diff --git a/escape-room/godot/imported/Marketplace texture2.png-5f33662588e9189d42bd8e282e9315c9.md5 b/escape-room/godot/imported/Marketplace texture2.png-5f33662588e9189d42bd8e282e9315c9.md5 new file mode 100644 index 0000000..da19f44 --- /dev/null +++ b/escape-room/godot/imported/Marketplace texture2.png-5f33662588e9189d42bd8e282e9315c9.md5 @@ -0,0 +1,3 @@ +source_md5="b16c2ba76b64d51edd564ff1c32720b8" +dest_md5="75d7f35ee839d1f7900fc31d3527d5e6" + diff --git a/escape-room/godot/imported/Marketplace texture2.png-69ec9cca0d9e14ee702cde1d1e36390b.ctex b/escape-room/godot/imported/Marketplace texture2.png-69ec9cca0d9e14ee702cde1d1e36390b.ctex new file mode 100644 index 0000000..4e3813f Binary files /dev/null and b/escape-room/godot/imported/Marketplace texture2.png-69ec9cca0d9e14ee702cde1d1e36390b.ctex differ diff --git a/escape-room/godot/imported/Marketplace texture2.png-69ec9cca0d9e14ee702cde1d1e36390b.md5 b/escape-room/godot/imported/Marketplace texture2.png-69ec9cca0d9e14ee702cde1d1e36390b.md5 new file mode 100644 index 0000000..da19f44 --- /dev/null +++ b/escape-room/godot/imported/Marketplace texture2.png-69ec9cca0d9e14ee702cde1d1e36390b.md5 @@ -0,0 +1,3 @@ +source_md5="b16c2ba76b64d51edd564ff1c32720b8" +dest_md5="75d7f35ee839d1f7900fc31d3527d5e6" + diff --git a/escape-room/godot/imported/Marketplace texture2.png-d31d1195e85e026c1f9d1c0b56113e8f.ctex b/escape-room/godot/imported/Marketplace texture2.png-d31d1195e85e026c1f9d1c0b56113e8f.ctex new file mode 100644 index 0000000..4e3813f Binary files /dev/null and b/escape-room/godot/imported/Marketplace texture2.png-d31d1195e85e026c1f9d1c0b56113e8f.ctex differ diff --git a/escape-room/godot/imported/Marketplace texture2.png-d31d1195e85e026c1f9d1c0b56113e8f.md5 b/escape-room/godot/imported/Marketplace texture2.png-d31d1195e85e026c1f9d1c0b56113e8f.md5 new file mode 100644 index 0000000..da19f44 --- /dev/null +++ b/escape-room/godot/imported/Marketplace texture2.png-d31d1195e85e026c1f9d1c0b56113e8f.md5 @@ -0,0 +1,3 @@ +source_md5="b16c2ba76b64d51edd564ff1c32720b8" +dest_md5="75d7f35ee839d1f7900fc31d3527d5e6" + diff --git a/escape-room/godot/imported/Marketplace-1839c7781df85d7d83d453bbb1294cae.bin b/escape-room/godot/imported/Marketplace-1839c7781df85d7d83d453bbb1294cae.bin new file mode 100644 index 0000000..21f97fb Binary files /dev/null and b/escape-room/godot/imported/Marketplace-1839c7781df85d7d83d453bbb1294cae.bin differ diff --git a/escape-room/godot/imported/Marketplace-1839c7781df85d7d83d453bbb1294cae.gltf b/escape-room/godot/imported/Marketplace-1839c7781df85d7d83d453bbb1294cae.gltf new file mode 100644 index 0000000..1188e98 --- /dev/null +++ b/escape-room/godot/imported/Marketplace-1839c7781df85d7d83d453bbb1294cae.gltf @@ -0,0 +1,455 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":6.007056663069724, + "type":"point", + "name":"Spot.005" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.004" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.003" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.002" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.005", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 2.913498878479004, + 2.9289674758911133, + 3.617009162902832 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp.004", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 0.030137404799461365, + 4.362971782684326, + 0.2395014762878418 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":2 + } + }, + "name":"Lamp.003", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + -0.2032918930053711, + 2.9289674758911133, + -4.5457987785339355 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":3 + } + }, + "name":"Lamp.002", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + -4.638448715209961, + 2.9289674758911133, + -0.5385956764221191 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":4 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + -0.6312456130981445, + 2.9289674758911133, + 4.207800388336182 + ] + }, + { + "mesh":0, + "name":"Marketplace", + "rotation":[ + -0.13052618503570557, + 0, + 0, + 0.9914448857307434 + ], + "scale":[ + 1.5, + 1.5, + 1.5 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":5 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 2.9573025703430176, + 2.9289674758911133, + -0.05965149402618408 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.21205638349056244, + 0.3869099020957947, + 0.08579304814338684, + 0.893293023109436 + ], + "translation":[ + 7.481131553649902, + 6.149094104766846, + 6.5076398849487305 + ] + }, + { + "mesh":1, + "name":"Marketplace.001" + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Marketplace", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + }, + { + "name":"Marketplace.001", + "primitives":[ + { + "attributes":{ + "POSITION":5, + "NORMAL":6, + "TEXCOORD_0":7, + "TANGENT":8 + }, + "indices":9, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":284, + "max":[ + 1.2000000476837158, + 1.9318516254425049, + 1.517638087272644 + ], + "min":[ + -1.2000001668930054, + -0.2430882453918457, + -0.9083925485610962 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":284, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":284, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":284, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":498, + "type":"SCALAR" + }, + { + "bufferView":5, + "componentType":5126, + "count":56, + "max":[ + 1.20087468624115, + 1.1493874789132557e-17, + 1 + ], + "min":[ + -1.2008748054504395, + -0.5398209095001221, + -1.0907087326049805 + ], + "type":"VEC3" + }, + { + "bufferView":6, + "componentType":5126, + "count":56, + "type":"VEC3" + }, + { + "bufferView":7, + "componentType":5126, + "count":56, + "type":"VEC2" + }, + { + "bufferView":8, + "componentType":5126, + "count":56, + "type":"VEC4" + }, + { + "bufferView":9, + "componentType":5123, + "count":84, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":3408, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":3408, + "byteOffset":3408, + "target":34962 + }, + { + "buffer":0, + "byteLength":2272, + "byteOffset":6816, + "target":34962 + }, + { + "buffer":0, + "byteLength":4544, + "byteOffset":9088, + "target":34962 + }, + { + "buffer":0, + "byteLength":996, + "byteOffset":13632, + "target":34963 + }, + { + "buffer":0, + "byteLength":672, + "byteOffset":14628, + "target":34962 + }, + { + "buffer":0, + "byteLength":672, + "byteOffset":15300, + "target":34962 + }, + { + "buffer":0, + "byteLength":448, + "byteOffset":15972, + "target":34962 + }, + { + "buffer":0, + "byteLength":896, + "byteOffset":16420, + "target":34962 + }, + { + "buffer":0, + "byteLength":168, + "byteOffset":17316, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":17484, + "uri":"Marketplace-1839c7781df85d7d83d453bbb1294cae.bin" + } + ] +} diff --git a/escape-room/godot/imported/Marketplace.blend-1839c7781df85d7d83d453bbb1294cae.md5 b/escape-room/godot/imported/Marketplace.blend-1839c7781df85d7d83d453bbb1294cae.md5 new file mode 100644 index 0000000..5c073c8 --- /dev/null +++ b/escape-room/godot/imported/Marketplace.blend-1839c7781df85d7d83d453bbb1294cae.md5 @@ -0,0 +1,3 @@ +source_md5="b622e2beb952286d3c8ed901fda3c42d" +dest_md5="52dfd2dd59af8c05996a557b3ac64158" + diff --git a/escape-room/godot/imported/Marketplace.blend-1839c7781df85d7d83d453bbb1294cae.scn b/escape-room/godot/imported/Marketplace.blend-1839c7781df85d7d83d453bbb1294cae.scn new file mode 100644 index 0000000..7594c5c Binary files /dev/null and b/escape-room/godot/imported/Marketplace.blend-1839c7781df85d7d83d453bbb1294cae.scn differ diff --git a/escape-room/godot/imported/Plant-caa88e85b27881f01b4dc09b385033c5.bin b/escape-room/godot/imported/Plant-caa88e85b27881f01b4dc09b385033c5.bin new file mode 100644 index 0000000..154100f Binary files /dev/null and b/escape-room/godot/imported/Plant-caa88e85b27881f01b4dc09b385033c5.bin differ diff --git a/escape-room/godot/imported/Plant-caa88e85b27881f01b4dc09b385033c5.gltf b/escape-room/godot/imported/Plant-caa88e85b27881f01b4dc09b385033c5.gltf new file mode 100644 index 0000000..6d4b2a7 --- /dev/null +++ b/escape-room/godot/imported/Plant-caa88e85b27881f01b4dc09b385033c5.gltf @@ -0,0 +1,156 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Plant" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"DarkBrown.002" + }, + { + "doubleSided":true, + "name":"Green" + } + ], + "meshes":[ + { + "name":"Cylinder", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1 + }, + "indices":2, + "material":0 + }, + { + "attributes":{ + "POSITION":3, + "NORMAL":4 + }, + "indices":5, + "material":1 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":104, + "max":[ + 0.07346329092979431, + 0.13642558455467224, + 0.07346329092979431 + ], + "min":[ + -0.07346329092979431, + 0.019834354519844055, + -0.07346329092979431 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":104, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5123, + "count":210, + "type":"SCALAR" + }, + { + "bufferView":3, + "componentType":5126, + "count":402, + "max":[ + 0.025711247697472572, + 0.3226217031478882, + 0.14143024384975433 + ], + "min":[ + -0.026659591123461723, + 0.125084787607193, + -0.2059764415025711 + ], + "type":"VEC3" + }, + { + "bufferView":4, + "componentType":5126, + "count":402, + "type":"VEC3" + }, + { + "bufferView":5, + "componentType":5123, + "count":582, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":1248, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":1248, + "byteOffset":1248, + "target":34962 + }, + { + "buffer":0, + "byteLength":420, + "byteOffset":2496, + "target":34963 + }, + { + "buffer":0, + "byteLength":4824, + "byteOffset":2916, + "target":34962 + }, + { + "buffer":0, + "byteLength":4824, + "byteOffset":7740, + "target":34962 + }, + { + "buffer":0, + "byteLength":1164, + "byteOffset":12564, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":13728, + "uri":"Plant-caa88e85b27881f01b4dc09b385033c5.bin" + } + ] +} diff --git a/escape-room/godot/imported/Plant.blend-caa88e85b27881f01b4dc09b385033c5.md5 b/escape-room/godot/imported/Plant.blend-caa88e85b27881f01b4dc09b385033c5.md5 new file mode 100644 index 0000000..9d23e56 --- /dev/null +++ b/escape-room/godot/imported/Plant.blend-caa88e85b27881f01b4dc09b385033c5.md5 @@ -0,0 +1,3 @@ +source_md5="c1f6000de11c7dd22b9b0f372ddea9d6" +dest_md5="0aa9ea60656a97a5970c408657236894" + diff --git a/escape-room/godot/imported/Plant.blend-caa88e85b27881f01b4dc09b385033c5.scn b/escape-room/godot/imported/Plant.blend-caa88e85b27881f01b4dc09b385033c5.scn new file mode 100644 index 0000000..3e8397c Binary files /dev/null and b/escape-room/godot/imported/Plant.blend-caa88e85b27881f01b4dc09b385033c5.scn differ diff --git a/escape-room/godot/imported/Plant.fbx-02bb75cd7297eed3e45791a91e01a4ed.md5 b/escape-room/godot/imported/Plant.fbx-02bb75cd7297eed3e45791a91e01a4ed.md5 new file mode 100644 index 0000000..18bc58a --- /dev/null +++ b/escape-room/godot/imported/Plant.fbx-02bb75cd7297eed3e45791a91e01a4ed.md5 @@ -0,0 +1,3 @@ +source_md5="c037688d26c04d15d66c3846b2b2fc02" +dest_md5="0c2214451c076d495afb207bc1aa4c23" + diff --git a/escape-room/godot/imported/Plant.fbx-02bb75cd7297eed3e45791a91e01a4ed.scn b/escape-room/godot/imported/Plant.fbx-02bb75cd7297eed3e45791a91e01a4ed.scn new file mode 100644 index 0000000..d6dd34a Binary files /dev/null and b/escape-room/godot/imported/Plant.fbx-02bb75cd7297eed3e45791a91e01a4ed.scn differ diff --git a/escape-room/godot/imported/Plant.obj-af7234f8eb3f4d61e2367bfb57f7fb42.md5 b/escape-room/godot/imported/Plant.obj-af7234f8eb3f4d61e2367bfb57f7fb42.md5 new file mode 100644 index 0000000..cdc61eb --- /dev/null +++ b/escape-room/godot/imported/Plant.obj-af7234f8eb3f4d61e2367bfb57f7fb42.md5 @@ -0,0 +1,3 @@ +source_md5="abfcecd4f044cb21d331239a70a713d7" +dest_md5="2d6f95258502f09a5309c19935262032" + diff --git a/escape-room/godot/imported/Plant.obj-af7234f8eb3f4d61e2367bfb57f7fb42.mesh b/escape-room/godot/imported/Plant.obj-af7234f8eb3f4d61e2367bfb57f7fb42.mesh new file mode 100644 index 0000000..875d282 Binary files /dev/null and b/escape-room/godot/imported/Plant.obj-af7234f8eb3f4d61e2367bfb57f7fb42.mesh differ diff --git a/escape-room/godot/imported/Preview.png-878a71eb3a0b5a82a2a0530225307d62.ctex b/escape-room/godot/imported/Preview.png-878a71eb3a0b5a82a2a0530225307d62.ctex new file mode 100644 index 0000000..98ba987 Binary files /dev/null and b/escape-room/godot/imported/Preview.png-878a71eb3a0b5a82a2a0530225307d62.ctex differ diff --git a/escape-room/godot/imported/Preview.png-878a71eb3a0b5a82a2a0530225307d62.md5 b/escape-room/godot/imported/Preview.png-878a71eb3a0b5a82a2a0530225307d62.md5 new file mode 100644 index 0000000..ae96133 --- /dev/null +++ b/escape-room/godot/imported/Preview.png-878a71eb3a0b5a82a2a0530225307d62.md5 @@ -0,0 +1,3 @@ +source_md5="69e70ac91abba932a0016ff8bff73eca" +dest_md5="06fa931cd5bcd8bf3d197a85b2c29588" + diff --git a/escape-room/godot/imported/Preview.png-9902d8cdc4e553f4542b5dc1afc0130b.ctex b/escape-room/godot/imported/Preview.png-9902d8cdc4e553f4542b5dc1afc0130b.ctex new file mode 100644 index 0000000..ca24a85 Binary files /dev/null and b/escape-room/godot/imported/Preview.png-9902d8cdc4e553f4542b5dc1afc0130b.ctex differ diff --git a/escape-room/godot/imported/Preview.png-9902d8cdc4e553f4542b5dc1afc0130b.md5 b/escape-room/godot/imported/Preview.png-9902d8cdc4e553f4542b5dc1afc0130b.md5 new file mode 100644 index 0000000..7f02510 --- /dev/null +++ b/escape-room/godot/imported/Preview.png-9902d8cdc4e553f4542b5dc1afc0130b.md5 @@ -0,0 +1,3 @@ +source_md5="e9bb2e8fc56cfa0c28f02d5be7f3a640" +dest_md5="f353e63ac9e7b8bac9909a314f6adbd1" + diff --git a/escape-room/godot/imported/Preview.png-b02e73ecaa64b14d204e2dea65e5c39f.ctex b/escape-room/godot/imported/Preview.png-b02e73ecaa64b14d204e2dea65e5c39f.ctex new file mode 100644 index 0000000..3ad34b0 Binary files /dev/null and b/escape-room/godot/imported/Preview.png-b02e73ecaa64b14d204e2dea65e5c39f.ctex differ diff --git a/escape-room/godot/imported/Preview.png-b02e73ecaa64b14d204e2dea65e5c39f.md5 b/escape-room/godot/imported/Preview.png-b02e73ecaa64b14d204e2dea65e5c39f.md5 new file mode 100644 index 0000000..05809b4 --- /dev/null +++ b/escape-room/godot/imported/Preview.png-b02e73ecaa64b14d204e2dea65e5c39f.md5 @@ -0,0 +1,3 @@ +source_md5="e32066a25cba546b667304910e24e199" +dest_md5="60a882c7b6106e4e273a3585e198abce" + diff --git a/escape-room/godot/imported/Preview.png-d42a9938a1a76660758a9a9f22f9f2e0.ctex b/escape-room/godot/imported/Preview.png-d42a9938a1a76660758a9a9f22f9f2e0.ctex new file mode 100644 index 0000000..92f4c6f Binary files /dev/null and b/escape-room/godot/imported/Preview.png-d42a9938a1a76660758a9a9f22f9f2e0.ctex differ diff --git a/escape-room/godot/imported/Preview.png-d42a9938a1a76660758a9a9f22f9f2e0.md5 b/escape-room/godot/imported/Preview.png-d42a9938a1a76660758a9a9f22f9f2e0.md5 new file mode 100644 index 0000000..a8bdd16 --- /dev/null +++ b/escape-room/godot/imported/Preview.png-d42a9938a1a76660758a9a9f22f9f2e0.md5 @@ -0,0 +1,3 @@ +source_md5="10c51913bfc4cfcb3937207ccc6ea5ad" +dest_md5="33fb6f74e533728ee71cbd6b41c17a16" + diff --git a/escape-room/godot/imported/Rammstein - Sonne.mp3-af105dfa30f6784a46e745e48a461107.md5 b/escape-room/godot/imported/Rammstein - Sonne.mp3-af105dfa30f6784a46e745e48a461107.md5 new file mode 100644 index 0000000..9c35d4b --- /dev/null +++ b/escape-room/godot/imported/Rammstein - Sonne.mp3-af105dfa30f6784a46e745e48a461107.md5 @@ -0,0 +1,3 @@ +source_md5="2c876f8ce9eedd093e1416fb3ae01e9b" +dest_md5="6e629089dce3936ffb51bbd3025bbcdb" + diff --git a/escape-room/godot/imported/Rammstein - Sonne.mp3-af105dfa30f6784a46e745e48a461107.mp3str b/escape-room/godot/imported/Rammstein - Sonne.mp3-af105dfa30f6784a46e745e48a461107.mp3str new file mode 100644 index 0000000..5a7b9c6 Binary files /dev/null and b/escape-room/godot/imported/Rammstein - Sonne.mp3-af105dfa30f6784a46e745e48a461107.mp3str differ diff --git a/escape-room/godot/imported/Ruby-500 Texture.png-92801ae48609a583588f1a01e8c8af4b.ctex b/escape-room/godot/imported/Ruby-500 Texture.png-92801ae48609a583588f1a01e8c8af4b.ctex new file mode 100644 index 0000000..bda217b Binary files /dev/null and b/escape-room/godot/imported/Ruby-500 Texture.png-92801ae48609a583588f1a01e8c8af4b.ctex differ diff --git a/escape-room/godot/imported/Ruby-500 Texture.png-92801ae48609a583588f1a01e8c8af4b.md5 b/escape-room/godot/imported/Ruby-500 Texture.png-92801ae48609a583588f1a01e8c8af4b.md5 new file mode 100644 index 0000000..88e1aec --- /dev/null +++ b/escape-room/godot/imported/Ruby-500 Texture.png-92801ae48609a583588f1a01e8c8af4b.md5 @@ -0,0 +1,3 @@ +source_md5="ee4b4ed1b4d3db64c08d3a3b990f670e" +dest_md5="f10638114c3fd0848eb26c307e55eb4a" + diff --git a/escape-room/godot/imported/Ruby-500 Texture.png-980a5177e51bb291b62f9958de7b707d.ctex b/escape-room/godot/imported/Ruby-500 Texture.png-980a5177e51bb291b62f9958de7b707d.ctex new file mode 100644 index 0000000..bda217b Binary files /dev/null and b/escape-room/godot/imported/Ruby-500 Texture.png-980a5177e51bb291b62f9958de7b707d.ctex differ diff --git a/escape-room/godot/imported/Ruby-500 Texture.png-980a5177e51bb291b62f9958de7b707d.md5 b/escape-room/godot/imported/Ruby-500 Texture.png-980a5177e51bb291b62f9958de7b707d.md5 new file mode 100644 index 0000000..88e1aec --- /dev/null +++ b/escape-room/godot/imported/Ruby-500 Texture.png-980a5177e51bb291b62f9958de7b707d.md5 @@ -0,0 +1,3 @@ +source_md5="ee4b4ed1b4d3db64c08d3a3b990f670e" +dest_md5="f10638114c3fd0848eb26c307e55eb4a" + diff --git a/escape-room/godot/imported/Ruby-500 Texture.png-9ea5c0cd642b3b96af4e707926be251e.ctex b/escape-room/godot/imported/Ruby-500 Texture.png-9ea5c0cd642b3b96af4e707926be251e.ctex new file mode 100644 index 0000000..bda217b Binary files /dev/null and b/escape-room/godot/imported/Ruby-500 Texture.png-9ea5c0cd642b3b96af4e707926be251e.ctex differ diff --git a/escape-room/godot/imported/Ruby-500 Texture.png-9ea5c0cd642b3b96af4e707926be251e.md5 b/escape-room/godot/imported/Ruby-500 Texture.png-9ea5c0cd642b3b96af4e707926be251e.md5 new file mode 100644 index 0000000..88e1aec --- /dev/null +++ b/escape-room/godot/imported/Ruby-500 Texture.png-9ea5c0cd642b3b96af4e707926be251e.md5 @@ -0,0 +1,3 @@ +source_md5="ee4b4ed1b4d3db64c08d3a3b990f670e" +dest_md5="f10638114c3fd0848eb26c307e55eb4a" + diff --git a/escape-room/godot/imported/Ruby-500-07262ebbe720c961b3d496f725710dba.bin b/escape-room/godot/imported/Ruby-500-07262ebbe720c961b3d496f725710dba.bin new file mode 100644 index 0000000..8637564 Binary files /dev/null and b/escape-room/godot/imported/Ruby-500-07262ebbe720c961b3d496f725710dba.bin differ diff --git a/escape-room/godot/imported/Ruby-500-07262ebbe720c961b3d496f725710dba.gltf b/escape-room/godot/imported/Ruby-500-07262ebbe720c961b3d496f725710dba.gltf new file mode 100644 index 0000000..0cfe03b --- /dev/null +++ b/escape-room/godot/imported/Ruby-500-07262ebbe720c961b3d496f725710dba.gltf @@ -0,0 +1,289 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.002" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3, + 4 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.002", + "rotation":[ + -0.28416624665260315, + 0.7269423007965088, + 0.34203389286994934, + 0.5232754945755005 + ], + "scale":[ + 0.4169970154762268, + 0.41699692606925964, + 0.4169969856739044 + ], + "translation":[ + -2.0557971000671387, + 1.7304279804229736, + -0.4192712604999542 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.28416624665260315, + 0.7269423007965088, + 0.34203389286994934, + 0.5232754945755005 + ], + "scale":[ + 0.4169970154762268, + 0.41699692606925964, + 0.4169969856739044 + ], + "translation":[ + -0.276263952255249, + -1.5120341777801514, + -0.4192711412906647 + ] + }, + { + "mesh":0, + "name":"Ruby", + "scale":[ + 0.2430555373430252, + 0.2430555373430252, + 0.2430555373430252 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":2 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416624665260315, + 0.7269423007965088, + 0.34203389286994934, + 0.5232754945755005 + ], + "scale":[ + 0.4169970154762268, + 0.41699692606925964, + 0.4169969856739044 + ], + "translation":[ + 1.6997820138931274, + 2.461892604827881, + -0.4192712604999542 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.35266315937042236, + 0.36790141463279724, + 0.1413857638835907, + 0.8486975431442261 + ], + "scale":[ + 0.4169969856739044, + 0.41699692606925964, + 0.41699692606925964 + ], + "translation":[ + 1.5466641187667847, + 2.1774516105651855, + 1.3548293113708496 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Ruby", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":80, + "max":[ + 1, + 0.7200224995613098, + 2 + ], + "min":[ + -1, + 2.2470951080322266e-05, + -1 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":80, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":80, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":80, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":132, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":960, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":960, + "byteOffset":960, + "target":34962 + }, + { + "buffer":0, + "byteLength":640, + "byteOffset":1920, + "target":34962 + }, + { + "buffer":0, + "byteLength":1280, + "byteOffset":2560, + "target":34962 + }, + { + "buffer":0, + "byteLength":264, + "byteOffset":3840, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":4104, + "uri":"Ruby-500-07262ebbe720c961b3d496f725710dba.bin" + } + ] +} diff --git a/escape-room/godot/imported/Ruby-500.blend-07262ebbe720c961b3d496f725710dba.md5 b/escape-room/godot/imported/Ruby-500.blend-07262ebbe720c961b3d496f725710dba.md5 new file mode 100644 index 0000000..b99b02b --- /dev/null +++ b/escape-room/godot/imported/Ruby-500.blend-07262ebbe720c961b3d496f725710dba.md5 @@ -0,0 +1,3 @@ +source_md5="dc4897e4a990f9317d4c3005f1c927eb" +dest_md5="dcde633e036f8849dba04fdb21d78d6d" + diff --git a/escape-room/godot/imported/Ruby-500.blend-07262ebbe720c961b3d496f725710dba.scn b/escape-room/godot/imported/Ruby-500.blend-07262ebbe720c961b3d496f725710dba.scn new file mode 100644 index 0000000..2a68c69 Binary files /dev/null and b/escape-room/godot/imported/Ruby-500.blend-07262ebbe720c961b3d496f725710dba.scn differ diff --git a/escape-room/godot/imported/Ruby.png-5590e67654da5b059d0ce72b5a255a43.ctex b/escape-room/godot/imported/Ruby.png-5590e67654da5b059d0ce72b5a255a43.ctex new file mode 100644 index 0000000..06f18f4 Binary files /dev/null and b/escape-room/godot/imported/Ruby.png-5590e67654da5b059d0ce72b5a255a43.ctex differ diff --git a/escape-room/godot/imported/Ruby.png-5590e67654da5b059d0ce72b5a255a43.md5 b/escape-room/godot/imported/Ruby.png-5590e67654da5b059d0ce72b5a255a43.md5 new file mode 100644 index 0000000..5107531 --- /dev/null +++ b/escape-room/godot/imported/Ruby.png-5590e67654da5b059d0ce72b5a255a43.md5 @@ -0,0 +1,3 @@ +source_md5="8684e3dbc06af4163a7be05917d656c4" +dest_md5="69a4f227bbdb575238a514a89bff9e00" + diff --git a/escape-room/godot/imported/Sacrifice Table.png-1d862e3ec27be28d8e66c629c761048d.ctex b/escape-room/godot/imported/Sacrifice Table.png-1d862e3ec27be28d8e66c629c761048d.ctex new file mode 100644 index 0000000..f742029 Binary files /dev/null and b/escape-room/godot/imported/Sacrifice Table.png-1d862e3ec27be28d8e66c629c761048d.ctex differ diff --git a/escape-room/godot/imported/Sacrifice Table.png-1d862e3ec27be28d8e66c629c761048d.md5 b/escape-room/godot/imported/Sacrifice Table.png-1d862e3ec27be28d8e66c629c761048d.md5 new file mode 100644 index 0000000..a82458d --- /dev/null +++ b/escape-room/godot/imported/Sacrifice Table.png-1d862e3ec27be28d8e66c629c761048d.md5 @@ -0,0 +1,3 @@ +source_md5="ee1367f6795924aa6b58597c88149a81" +dest_md5="65cc47a5d80bec9965786574524d42d3" + diff --git a/escape-room/godot/imported/Sample.png-5933d4c49e9ad7dab67657addfe69e77.ctex b/escape-room/godot/imported/Sample.png-5933d4c49e9ad7dab67657addfe69e77.ctex new file mode 100644 index 0000000..5549e2d Binary files /dev/null and b/escape-room/godot/imported/Sample.png-5933d4c49e9ad7dab67657addfe69e77.ctex differ diff --git a/escape-room/godot/imported/Sample.png-5933d4c49e9ad7dab67657addfe69e77.md5 b/escape-room/godot/imported/Sample.png-5933d4c49e9ad7dab67657addfe69e77.md5 new file mode 100644 index 0000000..464a9fa --- /dev/null +++ b/escape-room/godot/imported/Sample.png-5933d4c49e9ad7dab67657addfe69e77.md5 @@ -0,0 +1,3 @@ +source_md5="15c3b659df911be632e858163b8f1d59" +dest_md5="9a4bba17c9e9d4f047000166bf5015a4" + diff --git a/escape-room/godot/imported/Sample.png-b36b4221176fe2c17d4a519b932b5f37.ctex b/escape-room/godot/imported/Sample.png-b36b4221176fe2c17d4a519b932b5f37.ctex new file mode 100644 index 0000000..54471fd Binary files /dev/null and b/escape-room/godot/imported/Sample.png-b36b4221176fe2c17d4a519b932b5f37.ctex differ diff --git a/escape-room/godot/imported/Sample.png-b36b4221176fe2c17d4a519b932b5f37.md5 b/escape-room/godot/imported/Sample.png-b36b4221176fe2c17d4a519b932b5f37.md5 new file mode 100644 index 0000000..8f4f37e --- /dev/null +++ b/escape-room/godot/imported/Sample.png-b36b4221176fe2c17d4a519b932b5f37.md5 @@ -0,0 +1,3 @@ +source_md5="592668e313f1e658e5f21f5535479560" +dest_md5="baf5adafdf7a9e78e8c8b5f72a16fb82" + diff --git a/escape-room/godot/imported/Sapphire-200 Texture.png-15fbaf33a81d17b2618dcb9fd4d32d9d.ctex b/escape-room/godot/imported/Sapphire-200 Texture.png-15fbaf33a81d17b2618dcb9fd4d32d9d.ctex new file mode 100644 index 0000000..8c1d009 Binary files /dev/null and b/escape-room/godot/imported/Sapphire-200 Texture.png-15fbaf33a81d17b2618dcb9fd4d32d9d.ctex differ diff --git a/escape-room/godot/imported/Sapphire-200 Texture.png-15fbaf33a81d17b2618dcb9fd4d32d9d.md5 b/escape-room/godot/imported/Sapphire-200 Texture.png-15fbaf33a81d17b2618dcb9fd4d32d9d.md5 new file mode 100644 index 0000000..cae0727 --- /dev/null +++ b/escape-room/godot/imported/Sapphire-200 Texture.png-15fbaf33a81d17b2618dcb9fd4d32d9d.md5 @@ -0,0 +1,3 @@ +source_md5="22eed0f6dd1d66b96804ede0b11b0381" +dest_md5="aa4525547a51807e33c3ae0515e58448" + diff --git a/escape-room/godot/imported/Sapphire-200 Texture.png-7b0d595fea47c511232a4a15314e7529.ctex b/escape-room/godot/imported/Sapphire-200 Texture.png-7b0d595fea47c511232a4a15314e7529.ctex new file mode 100644 index 0000000..8c1d009 Binary files /dev/null and b/escape-room/godot/imported/Sapphire-200 Texture.png-7b0d595fea47c511232a4a15314e7529.ctex differ diff --git a/escape-room/godot/imported/Sapphire-200 Texture.png-7b0d595fea47c511232a4a15314e7529.md5 b/escape-room/godot/imported/Sapphire-200 Texture.png-7b0d595fea47c511232a4a15314e7529.md5 new file mode 100644 index 0000000..cae0727 --- /dev/null +++ b/escape-room/godot/imported/Sapphire-200 Texture.png-7b0d595fea47c511232a4a15314e7529.md5 @@ -0,0 +1,3 @@ +source_md5="22eed0f6dd1d66b96804ede0b11b0381" +dest_md5="aa4525547a51807e33c3ae0515e58448" + diff --git a/escape-room/godot/imported/Sapphire-200 Texture.png-f2a508e32cfc497d35cde9925514aa83.ctex b/escape-room/godot/imported/Sapphire-200 Texture.png-f2a508e32cfc497d35cde9925514aa83.ctex new file mode 100644 index 0000000..8c1d009 Binary files /dev/null and b/escape-room/godot/imported/Sapphire-200 Texture.png-f2a508e32cfc497d35cde9925514aa83.ctex differ diff --git a/escape-room/godot/imported/Sapphire-200 Texture.png-f2a508e32cfc497d35cde9925514aa83.md5 b/escape-room/godot/imported/Sapphire-200 Texture.png-f2a508e32cfc497d35cde9925514aa83.md5 new file mode 100644 index 0000000..cae0727 --- /dev/null +++ b/escape-room/godot/imported/Sapphire-200 Texture.png-f2a508e32cfc497d35cde9925514aa83.md5 @@ -0,0 +1,3 @@ +source_md5="22eed0f6dd1d66b96804ede0b11b0381" +dest_md5="aa4525547a51807e33c3ae0515e58448" + diff --git a/escape-room/godot/imported/Sapphire-200-06202acb9d93736afd0254c6104f8630.bin b/escape-room/godot/imported/Sapphire-200-06202acb9d93736afd0254c6104f8630.bin new file mode 100644 index 0000000..4ad7ca2 Binary files /dev/null and b/escape-room/godot/imported/Sapphire-200-06202acb9d93736afd0254c6104f8630.bin differ diff --git a/escape-room/godot/imported/Sapphire-200-06202acb9d93736afd0254c6104f8630.gltf b/escape-room/godot/imported/Sapphire-200-06202acb9d93736afd0254c6104f8630.gltf new file mode 100644 index 0000000..912cec5 --- /dev/null +++ b/escape-room/godot/imported/Sapphire-200-06202acb9d93736afd0254c6104f8630.gltf @@ -0,0 +1,260 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":10.883783195446295, + "type":"point", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.28416624665260315, + 0.7269423007965088, + 0.34203386306762695, + 0.5232754945755005 + ], + "scale":[ + 0.30000001192092896, + 0.30000001192092896, + 0.30000004172325134 + ], + "translation":[ + 0.01872241497039795, + -1.5175988674163818, + 0.6435577869415283 + ] + }, + { + "mesh":0, + "name":"Sapphire", + "rotation":[ + 0, + 0.13052619993686676, + 0, + 0.9914448857307434 + ], + "scale":[ + 0.15625, + 0.15625, + 0.15625 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416624665260315, + 0.7269423007965088, + 0.34203386306762695, + 0.5232754945755005 + ], + "scale":[ + 0.30000001192092896, + 0.30000001192092896, + 0.30000004172325134 + ], + "translation":[ + 1.0416035652160645, + 2.0430638790130615, + 0.6435576677322388 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.21205636858940125, + 0.3869099020957947, + 0.08579304814338684, + 0.893293023109436 + ], + "scale":[ + 0.30000001192092896, + 0.29999998211860657, + 0.29999998211860657 + ], + "translation":[ + 0.9233420491218567, + 0.7646629810333252, + 0.8770493865013123 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Sapphire", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":62, + "max":[ + 1.5459332466125488, + 1.6003718376159668, + 1.545602560043335 + ], + "min":[ + -1.5450291633605957, + 0.00037182774394750595, + -1.5453603267669678 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":62, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":62, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":62, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":108, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":744, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":744, + "byteOffset":744, + "target":34962 + }, + { + "buffer":0, + "byteLength":496, + "byteOffset":1488, + "target":34962 + }, + { + "buffer":0, + "byteLength":992, + "byteOffset":1984, + "target":34962 + }, + { + "buffer":0, + "byteLength":216, + "byteOffset":2976, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":3192, + "uri":"Sapphire-200-06202acb9d93736afd0254c6104f8630.bin" + } + ] +} diff --git a/escape-room/godot/imported/Sapphire-200.blend-06202acb9d93736afd0254c6104f8630.md5 b/escape-room/godot/imported/Sapphire-200.blend-06202acb9d93736afd0254c6104f8630.md5 new file mode 100644 index 0000000..242b2c1 --- /dev/null +++ b/escape-room/godot/imported/Sapphire-200.blend-06202acb9d93736afd0254c6104f8630.md5 @@ -0,0 +1,3 @@ +source_md5="e426099a37cdbf0edd1306cad7474c98" +dest_md5="e997e6acedd3477f090d52bc85fe305c" + diff --git a/escape-room/godot/imported/Sapphire-200.blend-06202acb9d93736afd0254c6104f8630.scn b/escape-room/godot/imported/Sapphire-200.blend-06202acb9d93736afd0254c6104f8630.scn new file mode 100644 index 0000000..9803220 Binary files /dev/null and b/escape-room/godot/imported/Sapphire-200.blend-06202acb9d93736afd0254c6104f8630.scn differ diff --git a/escape-room/godot/imported/Sapphire.png-95ac430ee2518b6ca7de34db6a1d90c7.ctex b/escape-room/godot/imported/Sapphire.png-95ac430ee2518b6ca7de34db6a1d90c7.ctex new file mode 100644 index 0000000..f4a9643 Binary files /dev/null and b/escape-room/godot/imported/Sapphire.png-95ac430ee2518b6ca7de34db6a1d90c7.ctex differ diff --git a/escape-room/godot/imported/Sapphire.png-95ac430ee2518b6ca7de34db6a1d90c7.md5 b/escape-room/godot/imported/Sapphire.png-95ac430ee2518b6ca7de34db6a1d90c7.md5 new file mode 100644 index 0000000..f8dff7b --- /dev/null +++ b/escape-room/godot/imported/Sapphire.png-95ac430ee2518b6ca7de34db6a1d90c7.md5 @@ -0,0 +1,3 @@ +source_md5="62dc66d0f326a2ef2573e9e920e61dc4" +dest_md5="c4f0c4235e1f751cb80172ed65d21a17" + diff --git a/escape-room/godot/imported/Sarcofagus Texture.png-1b08ee52cb55f949361ae13e07fdc346.ctex b/escape-room/godot/imported/Sarcofagus Texture.png-1b08ee52cb55f949361ae13e07fdc346.ctex new file mode 100644 index 0000000..d582f68 Binary files /dev/null and b/escape-room/godot/imported/Sarcofagus Texture.png-1b08ee52cb55f949361ae13e07fdc346.ctex differ diff --git a/escape-room/godot/imported/Sarcofagus Texture.png-1b08ee52cb55f949361ae13e07fdc346.md5 b/escape-room/godot/imported/Sarcofagus Texture.png-1b08ee52cb55f949361ae13e07fdc346.md5 new file mode 100644 index 0000000..4639678 --- /dev/null +++ b/escape-room/godot/imported/Sarcofagus Texture.png-1b08ee52cb55f949361ae13e07fdc346.md5 @@ -0,0 +1,3 @@ +source_md5="4d064881076a714d8fd84b914a3802bd" +dest_md5="8a481af5ddc97ffc109f4eb46b2d8e05" + diff --git a/escape-room/godot/imported/Sarcofagus Texture.png-3dcf6237790a67ab6f9fcf303ad81701.ctex b/escape-room/godot/imported/Sarcofagus Texture.png-3dcf6237790a67ab6f9fcf303ad81701.ctex new file mode 100644 index 0000000..d582f68 Binary files /dev/null and b/escape-room/godot/imported/Sarcofagus Texture.png-3dcf6237790a67ab6f9fcf303ad81701.ctex differ diff --git a/escape-room/godot/imported/Sarcofagus Texture.png-3dcf6237790a67ab6f9fcf303ad81701.md5 b/escape-room/godot/imported/Sarcofagus Texture.png-3dcf6237790a67ab6f9fcf303ad81701.md5 new file mode 100644 index 0000000..4639678 --- /dev/null +++ b/escape-room/godot/imported/Sarcofagus Texture.png-3dcf6237790a67ab6f9fcf303ad81701.md5 @@ -0,0 +1,3 @@ +source_md5="4d064881076a714d8fd84b914a3802bd" +dest_md5="8a481af5ddc97ffc109f4eb46b2d8e05" + diff --git a/escape-room/godot/imported/Sarcofagus Texture.png-d7764ef8731c9c63583dbe78c1d6ceed.ctex b/escape-room/godot/imported/Sarcofagus Texture.png-d7764ef8731c9c63583dbe78c1d6ceed.ctex new file mode 100644 index 0000000..d582f68 Binary files /dev/null and b/escape-room/godot/imported/Sarcofagus Texture.png-d7764ef8731c9c63583dbe78c1d6ceed.ctex differ diff --git a/escape-room/godot/imported/Sarcofagus Texture.png-d7764ef8731c9c63583dbe78c1d6ceed.md5 b/escape-room/godot/imported/Sarcofagus Texture.png-d7764ef8731c9c63583dbe78c1d6ceed.md5 new file mode 100644 index 0000000..4639678 --- /dev/null +++ b/escape-room/godot/imported/Sarcofagus Texture.png-d7764ef8731c9c63583dbe78c1d6ceed.md5 @@ -0,0 +1,3 @@ +source_md5="4d064881076a714d8fd84b914a3802bd" +dest_md5="8a481af5ddc97ffc109f4eb46b2d8e05" + diff --git a/escape-room/godot/imported/Sarcofagus-c1b4ef8acad19476f55fdebb2cf04438.bin b/escape-room/godot/imported/Sarcofagus-c1b4ef8acad19476f55fdebb2cf04438.bin new file mode 100644 index 0000000..e010b16 Binary files /dev/null and b/escape-room/godot/imported/Sarcofagus-c1b4ef8acad19476f55fdebb2cf04438.bin differ diff --git a/escape-room/godot/imported/Sarcofagus-c1b4ef8acad19476f55fdebb2cf04438.gltf b/escape-room/godot/imported/Sarcofagus-c1b4ef8acad19476f55fdebb2cf04438.gltf new file mode 100644 index 0000000..d8cbdb6 --- /dev/null +++ b/escape-room/godot/imported/Sarcofagus-c1b4ef8acad19476f55fdebb2cf04438.gltf @@ -0,0 +1,260 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Sarcofagus", + "rotation":[ + -0.7071068286895752, + 0, + 0, + 0.7071068286895752 + ], + "scale":[ + 0.06279266625642776, + 0.06279266625642776, + 0.06279266625642776 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.28416621685028076, + 0.7269423604011536, + 0.34203386306762695, + 0.5232754945755005 + ], + "scale":[ + 0.3759799599647522, + 0.3759799301624298, + 0.3759799003601074 + ], + "translation":[ + 2.3473801612854004, + 2.219733715057373, + -0.09133303165435791 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416621685028076, + 0.7269423604011536, + 0.34203386306762695, + 0.5232754945755005 + ], + "scale":[ + 0.3759799599647522, + 0.3759799301624298, + 0.3759799003601074 + ], + "translation":[ + 0.6378076076507568, + 2.219733476638794, + 1.5558462142944336 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.21205638349056244, + 0.3869099020957947, + 0.08579304814338684, + 0.893293023109436 + ], + "scale":[ + 0.3759799599647522, + 0.3759799599647522, + 0.3759799301624298 + ], + "translation":[ + 2.831242084503174, + 2.0960724353790283, + 2.363513946533203 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.5829136195753848, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Sarcofagus", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":526, + "max":[ + 17.733333587646484, + 11.856040954589844, + 14.484764099121094 + ], + "min":[ + -17.73333168029785, + -8.847013473510742, + 0.043062686920166016 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":526, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":526, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":526, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":816, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":6312, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":6312, + "byteOffset":6312, + "target":34962 + }, + { + "buffer":0, + "byteLength":4208, + "byteOffset":12624, + "target":34962 + }, + { + "buffer":0, + "byteLength":8416, + "byteOffset":16832, + "target":34962 + }, + { + "buffer":0, + "byteLength":1632, + "byteOffset":25248, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":26880, + "uri":"Sarcofagus-c1b4ef8acad19476f55fdebb2cf04438.bin" + } + ] +} diff --git a/escape-room/godot/imported/Sarcofagus.blend-c1b4ef8acad19476f55fdebb2cf04438.md5 b/escape-room/godot/imported/Sarcofagus.blend-c1b4ef8acad19476f55fdebb2cf04438.md5 new file mode 100644 index 0000000..81d57a1 --- /dev/null +++ b/escape-room/godot/imported/Sarcofagus.blend-c1b4ef8acad19476f55fdebb2cf04438.md5 @@ -0,0 +1,3 @@ +source_md5="5533132265861c81c755c0d0ae23292e" +dest_md5="e90c687f53bcf985a68e07bead5a16dc" + diff --git a/escape-room/godot/imported/Sarcofagus.blend-c1b4ef8acad19476f55fdebb2cf04438.scn b/escape-room/godot/imported/Sarcofagus.blend-c1b4ef8acad19476f55fdebb2cf04438.scn new file mode 100644 index 0000000..b4f17d3 Binary files /dev/null and b/escape-room/godot/imported/Sarcofagus.blend-c1b4ef8acad19476f55fdebb2cf04438.scn differ diff --git a/escape-room/godot/imported/Sarcofagus.png-e3965bcfeb9d152d1924e019d1c5e6e0.ctex b/escape-room/godot/imported/Sarcofagus.png-e3965bcfeb9d152d1924e019d1c5e6e0.ctex new file mode 100644 index 0000000..f2e17d9 Binary files /dev/null and b/escape-room/godot/imported/Sarcofagus.png-e3965bcfeb9d152d1924e019d1c5e6e0.ctex differ diff --git a/escape-room/godot/imported/Sarcofagus.png-e3965bcfeb9d152d1924e019d1c5e6e0.md5 b/escape-room/godot/imported/Sarcofagus.png-e3965bcfeb9d152d1924e019d1c5e6e0.md5 new file mode 100644 index 0000000..d9479f4 --- /dev/null +++ b/escape-room/godot/imported/Sarcofagus.png-e3965bcfeb9d152d1924e019d1c5e6e0.md5 @@ -0,0 +1,3 @@ +source_md5="ad2a94f17c50784bf0835ee494c182c1" +dest_md5="31a2ddfe4c22b740ddf4519b31aa1ea8" + diff --git a/escape-room/godot/imported/Showcase texture.png-315b87f1f59b654ff98ee1fb02bae9a2.ctex b/escape-room/godot/imported/Showcase texture.png-315b87f1f59b654ff98ee1fb02bae9a2.ctex new file mode 100644 index 0000000..f7ed55c Binary files /dev/null and b/escape-room/godot/imported/Showcase texture.png-315b87f1f59b654ff98ee1fb02bae9a2.ctex differ diff --git a/escape-room/godot/imported/Showcase texture.png-315b87f1f59b654ff98ee1fb02bae9a2.md5 b/escape-room/godot/imported/Showcase texture.png-315b87f1f59b654ff98ee1fb02bae9a2.md5 new file mode 100644 index 0000000..544a168 --- /dev/null +++ b/escape-room/godot/imported/Showcase texture.png-315b87f1f59b654ff98ee1fb02bae9a2.md5 @@ -0,0 +1,3 @@ +source_md5="e0d902e653c73210e8128cd602c3134a" +dest_md5="0a94e3fa1bcb9883e6d8702f27a3e3fa" + diff --git a/escape-room/godot/imported/Showcase texture.png-53b958ca950829d7875e8a985a2bdd14.ctex b/escape-room/godot/imported/Showcase texture.png-53b958ca950829d7875e8a985a2bdd14.ctex new file mode 100644 index 0000000..f7ed55c Binary files /dev/null and b/escape-room/godot/imported/Showcase texture.png-53b958ca950829d7875e8a985a2bdd14.ctex differ diff --git a/escape-room/godot/imported/Showcase texture.png-53b958ca950829d7875e8a985a2bdd14.md5 b/escape-room/godot/imported/Showcase texture.png-53b958ca950829d7875e8a985a2bdd14.md5 new file mode 100644 index 0000000..544a168 --- /dev/null +++ b/escape-room/godot/imported/Showcase texture.png-53b958ca950829d7875e8a985a2bdd14.md5 @@ -0,0 +1,3 @@ +source_md5="e0d902e653c73210e8128cd602c3134a" +dest_md5="0a94e3fa1bcb9883e6d8702f27a3e3fa" + diff --git a/escape-room/godot/imported/Showcase texture.png-6ba96e704bea3c2042c5b1359a315d31.ctex b/escape-room/godot/imported/Showcase texture.png-6ba96e704bea3c2042c5b1359a315d31.ctex new file mode 100644 index 0000000..f7ed55c Binary files /dev/null and b/escape-room/godot/imported/Showcase texture.png-6ba96e704bea3c2042c5b1359a315d31.ctex differ diff --git a/escape-room/godot/imported/Showcase texture.png-6ba96e704bea3c2042c5b1359a315d31.md5 b/escape-room/godot/imported/Showcase texture.png-6ba96e704bea3c2042c5b1359a315d31.md5 new file mode 100644 index 0000000..544a168 --- /dev/null +++ b/escape-room/godot/imported/Showcase texture.png-6ba96e704bea3c2042c5b1359a315d31.md5 @@ -0,0 +1,3 @@ +source_md5="e0d902e653c73210e8128cd602c3134a" +dest_md5="0a94e3fa1bcb9883e6d8702f27a3e3fa" + diff --git a/escape-room/godot/imported/Showcase-8726fcc3e239257fda9799803a5c045b.bin b/escape-room/godot/imported/Showcase-8726fcc3e239257fda9799803a5c045b.bin new file mode 100644 index 0000000..a6c9b66 Binary files /dev/null and b/escape-room/godot/imported/Showcase-8726fcc3e239257fda9799803a5c045b.bin differ diff --git a/escape-room/godot/imported/Showcase-8726fcc3e239257fda9799803a5c045b.gltf b/escape-room/godot/imported/Showcase-8726fcc3e239257fda9799803a5c045b.gltf new file mode 100644 index 0000000..1f7ace7 --- /dev/null +++ b/escape-room/godot/imported/Showcase-8726fcc3e239257fda9799803a5c045b.gltf @@ -0,0 +1,245 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":11.859130566156558, + "type":"point", + "name":"Spot.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":11.859130566156558, + "type":"point", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 0.9857262372970581, + 2.583378553390503, + 2.626004695892334 + ] + }, + { + "mesh":0, + "name":"Showcase", + "rotation":[ + 0, + -0.13052618503570557, + 0, + 0.9914448857307434 + ], + "scale":[ + 0.06000000238418579, + 0.06000000238418579, + 0.06000000238418579 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 5.2489142417907715, + 2.583378553390503, + 0.20134425163269043 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.21205638349056244, + 0.3869099020957947, + 0.08579304814338684, + 0.893293023109436 + ], + "translation":[ + 5.184165000915527, + 3.9763078689575195, + 4.541581153869629 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Showcase", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":298, + "max":[ + 21.684669494628906, + 24.142135620117188, + 14.007004737854004 + ], + "min":[ + -21.7106876373291, + 0, + -14.104085922241211 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":298, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":298, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":298, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":558, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":3576, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":3576, + "byteOffset":3576, + "target":34962 + }, + { + "buffer":0, + "byteLength":2384, + "byteOffset":7152, + "target":34962 + }, + { + "buffer":0, + "byteLength":4768, + "byteOffset":9536, + "target":34962 + }, + { + "buffer":0, + "byteLength":1116, + "byteOffset":14304, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":15420, + "uri":"Showcase-8726fcc3e239257fda9799803a5c045b.bin" + } + ] +} diff --git a/escape-room/godot/imported/Showcase.blend-8726fcc3e239257fda9799803a5c045b.md5 b/escape-room/godot/imported/Showcase.blend-8726fcc3e239257fda9799803a5c045b.md5 new file mode 100644 index 0000000..5cf9ba8 --- /dev/null +++ b/escape-room/godot/imported/Showcase.blend-8726fcc3e239257fda9799803a5c045b.md5 @@ -0,0 +1,3 @@ +source_md5="b5932bee5d69552685b504f076b3d60d" +dest_md5="33b8fcc1b5075ccc8692c498481e4f32" + diff --git a/escape-room/godot/imported/Showcase.blend-8726fcc3e239257fda9799803a5c045b.scn b/escape-room/godot/imported/Showcase.blend-8726fcc3e239257fda9799803a5c045b.scn new file mode 100644 index 0000000..2173727 Binary files /dev/null and b/escape-room/godot/imported/Showcase.blend-8726fcc3e239257fda9799803a5c045b.scn differ diff --git a/escape-room/godot/imported/Silver coin-8bd312e22d04091ab9ac30b24dc69f58.bin b/escape-room/godot/imported/Silver coin-8bd312e22d04091ab9ac30b24dc69f58.bin new file mode 100644 index 0000000..16565c1 Binary files /dev/null and b/escape-room/godot/imported/Silver coin-8bd312e22d04091ab9ac30b24dc69f58.bin differ diff --git a/escape-room/godot/imported/Silver coin-8bd312e22d04091ab9ac30b24dc69f58.gltf b/escape-room/godot/imported/Silver coin-8bd312e22d04091ab9ac30b24dc69f58.gltf new file mode 100644 index 0000000..3b16fc5 --- /dev/null +++ b/escape-room/godot/imported/Silver coin-8bd312e22d04091ab9ac30b24dc69f58.gltf @@ -0,0 +1,246 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3 + ] + } + ], + "nodes":[ + { + "camera":0, + "name":"Camera.001", + "rotation":[ + -0.7071068286895752, + 0, + 0, + 0.7071068286895752 + ], + "scale":[ + 0.5, + 0.4999999701976776, + 0.4999999701976776 + ], + "translation":[ + 0, + 1, + 0 + ] + }, + { + "mesh":0, + "name":"SilverCoin", + "rotation":[ + 0, + -0.19442793726921082, + 0, + 0.9809167981147766 + ], + "scale":[ + 0.18000000715255737, + 0.018000001087784767, + 0.18000000715255737 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 4.076245307922363, + 5.903861999511719, + -1.0054539442062378 + ] + }, + { + "camera":1, + "name":"Camera", + "rotation":[ + -0.21205638349056244, + 0.3869099020957947, + 0.08579304814338684, + 0.893293023109436 + ], + "translation":[ + 7.481131553649902, + 5.34366512298584, + 6.5076398849487305 + ] + } + ], + "cameras":[ + { + "name":"Camera.001", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.8457078839508004, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + }, + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"SilverCoin", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":50, + "max":[ + 0.961856484413147, + 1, + 0.961856484413147 + ], + "min":[ + -0.961856484413147, + -1, + -0.961856484413147 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":50, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":50, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":50, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":96, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":600, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":600, + "byteOffset":600, + "target":34962 + }, + { + "buffer":0, + "byteLength":400, + "byteOffset":1200, + "target":34962 + }, + { + "buffer":0, + "byteLength":800, + "byteOffset":1600, + "target":34962 + }, + { + "buffer":0, + "byteLength":192, + "byteOffset":2400, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":2592, + "uri":"Silver%20coin-8bd312e22d04091ab9ac30b24dc69f58.bin" + } + ] +} diff --git a/escape-room/godot/imported/Silver coin.blend-8bd312e22d04091ab9ac30b24dc69f58.md5 b/escape-room/godot/imported/Silver coin.blend-8bd312e22d04091ab9ac30b24dc69f58.md5 new file mode 100644 index 0000000..52721cd --- /dev/null +++ b/escape-room/godot/imported/Silver coin.blend-8bd312e22d04091ab9ac30b24dc69f58.md5 @@ -0,0 +1,3 @@ +source_md5="f1d970f78af633a27487f940e4c381b5" +dest_md5="ba919c5e0a5c87898ef61bc4b99fb34b" + diff --git a/escape-room/godot/imported/Silver coin.blend-8bd312e22d04091ab9ac30b24dc69f58.scn b/escape-room/godot/imported/Silver coin.blend-8bd312e22d04091ab9ac30b24dc69f58.scn new file mode 100644 index 0000000..7574476 Binary files /dev/null and b/escape-room/godot/imported/Silver coin.blend-8bd312e22d04091ab9ac30b24dc69f58.scn differ diff --git a/escape-room/godot/imported/Silver coin.png-01d2e39789eeee0866888149ef10dc01.ctex b/escape-room/godot/imported/Silver coin.png-01d2e39789eeee0866888149ef10dc01.ctex new file mode 100644 index 0000000..78ccad8 Binary files /dev/null and b/escape-room/godot/imported/Silver coin.png-01d2e39789eeee0866888149ef10dc01.ctex differ diff --git a/escape-room/godot/imported/Silver coin.png-01d2e39789eeee0866888149ef10dc01.md5 b/escape-room/godot/imported/Silver coin.png-01d2e39789eeee0866888149ef10dc01.md5 new file mode 100644 index 0000000..604e2ae --- /dev/null +++ b/escape-room/godot/imported/Silver coin.png-01d2e39789eeee0866888149ef10dc01.md5 @@ -0,0 +1,3 @@ +source_md5="50d9614ac703a99755bab2f7664eb4a0" +dest_md5="cd88aed8d2568a60a83d8286506bc27d" + diff --git a/escape-room/godot/imported/Silver coin.png-1983061f662626fb627c9b8cac05c502.ctex b/escape-room/godot/imported/Silver coin.png-1983061f662626fb627c9b8cac05c502.ctex new file mode 100644 index 0000000..78ccad8 Binary files /dev/null and b/escape-room/godot/imported/Silver coin.png-1983061f662626fb627c9b8cac05c502.ctex differ diff --git a/escape-room/godot/imported/Silver coin.png-1983061f662626fb627c9b8cac05c502.md5 b/escape-room/godot/imported/Silver coin.png-1983061f662626fb627c9b8cac05c502.md5 new file mode 100644 index 0000000..604e2ae --- /dev/null +++ b/escape-room/godot/imported/Silver coin.png-1983061f662626fb627c9b8cac05c502.md5 @@ -0,0 +1,3 @@ +source_md5="50d9614ac703a99755bab2f7664eb4a0" +dest_md5="cd88aed8d2568a60a83d8286506bc27d" + diff --git a/escape-room/godot/imported/Silver coin.png-a3ea988fe575def1d900f37fb0cf4ac6.ctex b/escape-room/godot/imported/Silver coin.png-a3ea988fe575def1d900f37fb0cf4ac6.ctex new file mode 100644 index 0000000..78ccad8 Binary files /dev/null and b/escape-room/godot/imported/Silver coin.png-a3ea988fe575def1d900f37fb0cf4ac6.ctex differ diff --git a/escape-room/godot/imported/Silver coin.png-a3ea988fe575def1d900f37fb0cf4ac6.md5 b/escape-room/godot/imported/Silver coin.png-a3ea988fe575def1d900f37fb0cf4ac6.md5 new file mode 100644 index 0000000..604e2ae --- /dev/null +++ b/escape-room/godot/imported/Silver coin.png-a3ea988fe575def1d900f37fb0cf4ac6.md5 @@ -0,0 +1,3 @@ +source_md5="50d9614ac703a99755bab2f7664eb4a0" +dest_md5="cd88aed8d2568a60a83d8286506bc27d" + diff --git a/escape-room/godot/imported/Sofa-a2d10c5f707fcc5f0a8113c6d1a38f0f.bin b/escape-room/godot/imported/Sofa-a2d10c5f707fcc5f0a8113c6d1a38f0f.bin new file mode 100644 index 0000000..4def446 Binary files /dev/null and b/escape-room/godot/imported/Sofa-a2d10c5f707fcc5f0a8113c6d1a38f0f.bin differ diff --git a/escape-room/godot/imported/Sofa-a2d10c5f707fcc5f0a8113c6d1a38f0f.gltf b/escape-room/godot/imported/Sofa-a2d10c5f707fcc5f0a8113c6d1a38f0f.gltf new file mode 100644 index 0000000..ea0cca2 --- /dev/null +++ b/escape-room/godot/imported/Sofa-a2d10c5f707fcc5f0a8113c6d1a38f0f.gltf @@ -0,0 +1,98 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Sofa" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Sofa.002" + } + ], + "meshes":[ + { + "name":"Cube.021", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1 + }, + "indices":2, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":424, + "max":[ + 0.5418170690536499, + 0.6177186965942383, + 0.41677984595298767 + ], + "min":[ + -0.19507625699043274, + -0.009866178035736084, + -0.418599933385849 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":424, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5123, + "count":720, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":5088, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":5088, + "byteOffset":5088, + "target":34962 + }, + { + "buffer":0, + "byteLength":1440, + "byteOffset":10176, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":11616, + "uri":"Sofa-a2d10c5f707fcc5f0a8113c6d1a38f0f.bin" + } + ] +} diff --git a/escape-room/godot/imported/Sofa.blend-a2d10c5f707fcc5f0a8113c6d1a38f0f.md5 b/escape-room/godot/imported/Sofa.blend-a2d10c5f707fcc5f0a8113c6d1a38f0f.md5 new file mode 100644 index 0000000..029c86b --- /dev/null +++ b/escape-room/godot/imported/Sofa.blend-a2d10c5f707fcc5f0a8113c6d1a38f0f.md5 @@ -0,0 +1,3 @@ +source_md5="7410a7c3ae516f454a1725d18e8b81f3" +dest_md5="bcf13feebeafeae6ce5ffc14afd81cb6" + diff --git a/escape-room/godot/imported/Sofa.blend-a2d10c5f707fcc5f0a8113c6d1a38f0f.scn b/escape-room/godot/imported/Sofa.blend-a2d10c5f707fcc5f0a8113c6d1a38f0f.scn new file mode 100644 index 0000000..1361b47 Binary files /dev/null and b/escape-room/godot/imported/Sofa.blend-a2d10c5f707fcc5f0a8113c6d1a38f0f.scn differ diff --git a/escape-room/godot/imported/Sofa.fbx-d7799f15a6b4f0e6cc1922384df4478d.md5 b/escape-room/godot/imported/Sofa.fbx-d7799f15a6b4f0e6cc1922384df4478d.md5 new file mode 100644 index 0000000..dfc01af --- /dev/null +++ b/escape-room/godot/imported/Sofa.fbx-d7799f15a6b4f0e6cc1922384df4478d.md5 @@ -0,0 +1,3 @@ +source_md5="cf04e3d7d43e36688a9733d644351cc2" +dest_md5="c8380287ff7126d441d28c7195ca8b25" + diff --git a/escape-room/godot/imported/Sofa.fbx-d7799f15a6b4f0e6cc1922384df4478d.scn b/escape-room/godot/imported/Sofa.fbx-d7799f15a6b4f0e6cc1922384df4478d.scn new file mode 100644 index 0000000..905556d Binary files /dev/null and b/escape-room/godot/imported/Sofa.fbx-d7799f15a6b4f0e6cc1922384df4478d.scn differ diff --git a/escape-room/godot/imported/Sofa.obj-4dc8e8b73b1ac7cbf55ab7cc614c538f.md5 b/escape-room/godot/imported/Sofa.obj-4dc8e8b73b1ac7cbf55ab7cc614c538f.md5 new file mode 100644 index 0000000..12e2a59 --- /dev/null +++ b/escape-room/godot/imported/Sofa.obj-4dc8e8b73b1ac7cbf55ab7cc614c538f.md5 @@ -0,0 +1,3 @@ +source_md5="2715df3d982afdc0a91d1a0ac14367b6" +dest_md5="2f46be7d32d2fd193ea271ca9c2680a5" + diff --git a/escape-room/godot/imported/Sofa.obj-4dc8e8b73b1ac7cbf55ab7cc614c538f.mesh b/escape-room/godot/imported/Sofa.obj-4dc8e8b73b1ac7cbf55ab7cc614c538f.mesh new file mode 100644 index 0000000..8046272 Binary files /dev/null and b/escape-room/godot/imported/Sofa.obj-4dc8e8b73b1ac7cbf55ab7cc614c538f.mesh differ diff --git a/escape-room/godot/imported/SofaDouble-52cd2e520b3a84857648bd15105cdad5.bin b/escape-room/godot/imported/SofaDouble-52cd2e520b3a84857648bd15105cdad5.bin new file mode 100644 index 0000000..4e2bebe Binary files /dev/null and b/escape-room/godot/imported/SofaDouble-52cd2e520b3a84857648bd15105cdad5.bin differ diff --git a/escape-room/godot/imported/SofaDouble-52cd2e520b3a84857648bd15105cdad5.gltf b/escape-room/godot/imported/SofaDouble-52cd2e520b3a84857648bd15105cdad5.gltf new file mode 100644 index 0000000..37e041f --- /dev/null +++ b/escape-room/godot/imported/SofaDouble-52cd2e520b3a84857648bd15105cdad5.gltf @@ -0,0 +1,98 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"SofaDouble" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Sofa.003" + } + ], + "meshes":[ + { + "name":"Cube.002", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1 + }, + "indices":2, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":644, + "max":[ + 0.3581525385379791, + 0.6206872463226318, + 0.6822115778923035 + ], + "min":[ + -0.37874120473861694, + -0.006897628307342529, + -0.681632399559021 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":644, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5123, + "count":1032, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":7728, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":7728, + "byteOffset":7728, + "target":34962 + }, + { + "buffer":0, + "byteLength":2064, + "byteOffset":15456, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":17520, + "uri":"SofaDouble-52cd2e520b3a84857648bd15105cdad5.bin" + } + ] +} diff --git a/escape-room/godot/imported/SofaDouble.blend-52cd2e520b3a84857648bd15105cdad5.md5 b/escape-room/godot/imported/SofaDouble.blend-52cd2e520b3a84857648bd15105cdad5.md5 new file mode 100644 index 0000000..33d4064 --- /dev/null +++ b/escape-room/godot/imported/SofaDouble.blend-52cd2e520b3a84857648bd15105cdad5.md5 @@ -0,0 +1,3 @@ +source_md5="47308073e22d861cb90271a8236f312c" +dest_md5="13cc1de6a49a2ee72b1c39ade9d7ce1f" + diff --git a/escape-room/godot/imported/SofaDouble.blend-52cd2e520b3a84857648bd15105cdad5.scn b/escape-room/godot/imported/SofaDouble.blend-52cd2e520b3a84857648bd15105cdad5.scn new file mode 100644 index 0000000..a2c2019 Binary files /dev/null and b/escape-room/godot/imported/SofaDouble.blend-52cd2e520b3a84857648bd15105cdad5.scn differ diff --git a/escape-room/godot/imported/SofaDouble.fbx-b412896dbd7c1b4e871febcdc8697ded.md5 b/escape-room/godot/imported/SofaDouble.fbx-b412896dbd7c1b4e871febcdc8697ded.md5 new file mode 100644 index 0000000..15a1e49 --- /dev/null +++ b/escape-room/godot/imported/SofaDouble.fbx-b412896dbd7c1b4e871febcdc8697ded.md5 @@ -0,0 +1,3 @@ +source_md5="a704735563565304d5014f7f66042635" +dest_md5="92d699af6ec370da67d64449105e4019" + diff --git a/escape-room/godot/imported/SofaDouble.fbx-b412896dbd7c1b4e871febcdc8697ded.scn b/escape-room/godot/imported/SofaDouble.fbx-b412896dbd7c1b4e871febcdc8697ded.scn new file mode 100644 index 0000000..ef833f7 Binary files /dev/null and b/escape-room/godot/imported/SofaDouble.fbx-b412896dbd7c1b4e871febcdc8697ded.scn differ diff --git a/escape-room/godot/imported/SofaDouble.obj-60c78aa6cb78f9310d8ed4db4fcbe977.md5 b/escape-room/godot/imported/SofaDouble.obj-60c78aa6cb78f9310d8ed4db4fcbe977.md5 new file mode 100644 index 0000000..bef12d5 --- /dev/null +++ b/escape-room/godot/imported/SofaDouble.obj-60c78aa6cb78f9310d8ed4db4fcbe977.md5 @@ -0,0 +1,3 @@ +source_md5="8acd77ac7ac63070a0284a0ce60098c8" +dest_md5="5a687849f46279319243d783483cf9e5" + diff --git a/escape-room/godot/imported/SofaDouble.obj-60c78aa6cb78f9310d8ed4db4fcbe977.mesh b/escape-room/godot/imported/SofaDouble.obj-60c78aa6cb78f9310d8ed4db4fcbe977.mesh new file mode 100644 index 0000000..dbb57d5 Binary files /dev/null and b/escape-room/godot/imported/SofaDouble.obj-60c78aa6cb78f9310d8ed4db4fcbe977.mesh differ diff --git a/escape-room/godot/imported/SofaLong-6455ee46dd25c7d9b7c463c6df117da4.bin b/escape-room/godot/imported/SofaLong-6455ee46dd25c7d9b7c463c6df117da4.bin new file mode 100644 index 0000000..846dca7 Binary files /dev/null and b/escape-room/godot/imported/SofaLong-6455ee46dd25c7d9b7c463c6df117da4.bin differ diff --git a/escape-room/godot/imported/SofaLong-6455ee46dd25c7d9b7c463c6df117da4.gltf b/escape-room/godot/imported/SofaLong-6455ee46dd25c7d9b7c463c6df117da4.gltf new file mode 100644 index 0000000..8040764 --- /dev/null +++ b/escape-room/godot/imported/SofaLong-6455ee46dd25c7d9b7c463c6df117da4.gltf @@ -0,0 +1,98 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"SofaLong" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Sofa.004" + } + ], + "meshes":[ + { + "name":"Cube.007", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1 + }, + "indices":2, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":718, + "max":[ + 0.8941688537597656, + 0.6169989109039307, + 0.6650844216346741 + ], + "min":[ + -0.47094982862472534, + -0.010585933923721313, + -0.6987596750259399 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":718, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5123, + "count":1224, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":8616, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":8616, + "byteOffset":8616, + "target":34962 + }, + { + "buffer":0, + "byteLength":2448, + "byteOffset":17232, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":19680, + "uri":"SofaLong-6455ee46dd25c7d9b7c463c6df117da4.bin" + } + ] +} diff --git a/escape-room/godot/imported/SofaLong.blend-6455ee46dd25c7d9b7c463c6df117da4.md5 b/escape-room/godot/imported/SofaLong.blend-6455ee46dd25c7d9b7c463c6df117da4.md5 new file mode 100644 index 0000000..6de3860 --- /dev/null +++ b/escape-room/godot/imported/SofaLong.blend-6455ee46dd25c7d9b7c463c6df117da4.md5 @@ -0,0 +1,3 @@ +source_md5="8458f3546f87a4d5aceee49182ee5de8" +dest_md5="9a9d11e58ab7864dac8653042dbb545e" + diff --git a/escape-room/godot/imported/SofaLong.blend-6455ee46dd25c7d9b7c463c6df117da4.scn b/escape-room/godot/imported/SofaLong.blend-6455ee46dd25c7d9b7c463c6df117da4.scn new file mode 100644 index 0000000..7bb920b Binary files /dev/null and b/escape-room/godot/imported/SofaLong.blend-6455ee46dd25c7d9b7c463c6df117da4.scn differ diff --git a/escape-room/godot/imported/SofaLong.fbx-a648f2100f14543265cce15e0912833d.md5 b/escape-room/godot/imported/SofaLong.fbx-a648f2100f14543265cce15e0912833d.md5 new file mode 100644 index 0000000..de0e1a6 --- /dev/null +++ b/escape-room/godot/imported/SofaLong.fbx-a648f2100f14543265cce15e0912833d.md5 @@ -0,0 +1,3 @@ +source_md5="1caabaefbaebb31a9baa5df61652611a" +dest_md5="89e459d6a74e3ca6c45929a42c137508" + diff --git a/escape-room/godot/imported/SofaLong.fbx-a648f2100f14543265cce15e0912833d.scn b/escape-room/godot/imported/SofaLong.fbx-a648f2100f14543265cce15e0912833d.scn new file mode 100644 index 0000000..bf65e29 Binary files /dev/null and b/escape-room/godot/imported/SofaLong.fbx-a648f2100f14543265cce15e0912833d.scn differ diff --git a/escape-room/godot/imported/SofaLong.obj-ae095d36bcf310d4881edfa515e63022.md5 b/escape-room/godot/imported/SofaLong.obj-ae095d36bcf310d4881edfa515e63022.md5 new file mode 100644 index 0000000..33a3722 --- /dev/null +++ b/escape-room/godot/imported/SofaLong.obj-ae095d36bcf310d4881edfa515e63022.md5 @@ -0,0 +1,3 @@ +source_md5="2fc00025ee2b1873bcd01a218a37c325" +dest_md5="b2711fc94c37da33b0aef4d17ce83ce7" + diff --git a/escape-room/godot/imported/SofaLong.obj-ae095d36bcf310d4881edfa515e63022.mesh b/escape-room/godot/imported/SofaLong.obj-ae095d36bcf310d4881edfa515e63022.mesh new file mode 100644 index 0000000..b24aa8e Binary files /dev/null and b/escape-room/godot/imported/SofaLong.obj-ae095d36bcf310d4881edfa515e63022.mesh differ diff --git a/escape-room/godot/imported/SpeakerAHighPoly.obj-d37b5dff28dcbff06da58a22981b0e8c.md5 b/escape-room/godot/imported/SpeakerAHighPoly.obj-d37b5dff28dcbff06da58a22981b0e8c.md5 new file mode 100644 index 0000000..406da37 --- /dev/null +++ b/escape-room/godot/imported/SpeakerAHighPoly.obj-d37b5dff28dcbff06da58a22981b0e8c.md5 @@ -0,0 +1,3 @@ +source_md5="9b8139677bd9cd803679599edefafb47" +dest_md5="055a0b2560c281ec058a37a827597211" + diff --git a/escape-room/godot/imported/SpeakerAHighPoly.obj-d37b5dff28dcbff06da58a22981b0e8c.mesh b/escape-room/godot/imported/SpeakerAHighPoly.obj-d37b5dff28dcbff06da58a22981b0e8c.mesh new file mode 100644 index 0000000..289ff1b Binary files /dev/null and b/escape-room/godot/imported/SpeakerAHighPoly.obj-d37b5dff28dcbff06da58a22981b0e8c.mesh differ diff --git a/escape-room/godot/imported/SpeakerALowPoly.obj-3d6da5876738b4222f1ff76efae9e983.md5 b/escape-room/godot/imported/SpeakerALowPoly.obj-3d6da5876738b4222f1ff76efae9e983.md5 new file mode 100644 index 0000000..7978c8e --- /dev/null +++ b/escape-room/godot/imported/SpeakerALowPoly.obj-3d6da5876738b4222f1ff76efae9e983.md5 @@ -0,0 +1,3 @@ +source_md5="4d7e3264f61d234711bdacd344d12b3e" +dest_md5="dd447723292f67de30a4232a106b2aec" + diff --git a/escape-room/godot/imported/SpeakerALowPoly.obj-3d6da5876738b4222f1ff76efae9e983.mesh b/escape-room/godot/imported/SpeakerALowPoly.obj-3d6da5876738b4222f1ff76efae9e983.mesh new file mode 100644 index 0000000..c90c6d0 Binary files /dev/null and b/escape-room/godot/imported/SpeakerALowPoly.obj-3d6da5876738b4222f1ff76efae9e983.mesh differ diff --git a/escape-room/godot/imported/SpeakerBHighPoly.obj-fdec3104c6f05615d7cb1bbfa273561d.md5 b/escape-room/godot/imported/SpeakerBHighPoly.obj-fdec3104c6f05615d7cb1bbfa273561d.md5 new file mode 100644 index 0000000..3ddeabb --- /dev/null +++ b/escape-room/godot/imported/SpeakerBHighPoly.obj-fdec3104c6f05615d7cb1bbfa273561d.md5 @@ -0,0 +1,3 @@ +source_md5="bc10eeba7a0ecfb52cfbaf6481c34caf" +dest_md5="1c009c3ef45543c57e5cbc625b8567ed" + diff --git a/escape-room/godot/imported/SpeakerBHighPoly.obj-fdec3104c6f05615d7cb1bbfa273561d.mesh b/escape-room/godot/imported/SpeakerBHighPoly.obj-fdec3104c6f05615d7cb1bbfa273561d.mesh new file mode 100644 index 0000000..1d0d6c4 Binary files /dev/null and b/escape-room/godot/imported/SpeakerBHighPoly.obj-fdec3104c6f05615d7cb1bbfa273561d.mesh differ diff --git a/escape-room/godot/imported/SpeakerBLowPoly.obj-7da287f9e05d4a1486912906763133de.md5 b/escape-room/godot/imported/SpeakerBLowPoly.obj-7da287f9e05d4a1486912906763133de.md5 new file mode 100644 index 0000000..c2c3634 --- /dev/null +++ b/escape-room/godot/imported/SpeakerBLowPoly.obj-7da287f9e05d4a1486912906763133de.md5 @@ -0,0 +1,3 @@ +source_md5="7ef7f3c2c44618a8cd6569279a5a6d43" +dest_md5="e5878b9e062b6ec0a32288c346275c66" + diff --git a/escape-room/godot/imported/SpeakerBLowPoly.obj-7da287f9e05d4a1486912906763133de.mesh b/escape-room/godot/imported/SpeakerBLowPoly.obj-7da287f9e05d4a1486912906763133de.mesh new file mode 100644 index 0000000..41d8df8 Binary files /dev/null and b/escape-room/godot/imported/SpeakerBLowPoly.obj-7da287f9e05d4a1486912906763133de.mesh differ diff --git a/escape-room/godot/imported/Stool texture.png-048ec560f2a810afd4358760382e0ddf.ctex b/escape-room/godot/imported/Stool texture.png-048ec560f2a810afd4358760382e0ddf.ctex new file mode 100644 index 0000000..832684e Binary files /dev/null and b/escape-room/godot/imported/Stool texture.png-048ec560f2a810afd4358760382e0ddf.ctex differ diff --git a/escape-room/godot/imported/Stool texture.png-048ec560f2a810afd4358760382e0ddf.md5 b/escape-room/godot/imported/Stool texture.png-048ec560f2a810afd4358760382e0ddf.md5 new file mode 100644 index 0000000..30215a2 --- /dev/null +++ b/escape-room/godot/imported/Stool texture.png-048ec560f2a810afd4358760382e0ddf.md5 @@ -0,0 +1,3 @@ +source_md5="d2f9b083600476d68841a303ddaf9134" +dest_md5="721ed565b39f49d6803d49300784866c" + diff --git a/escape-room/godot/imported/Stool texture.png-5764c34f75901bea0dd07053233ebdf0.ctex b/escape-room/godot/imported/Stool texture.png-5764c34f75901bea0dd07053233ebdf0.ctex new file mode 100644 index 0000000..832684e Binary files /dev/null and b/escape-room/godot/imported/Stool texture.png-5764c34f75901bea0dd07053233ebdf0.ctex differ diff --git a/escape-room/godot/imported/Stool texture.png-5764c34f75901bea0dd07053233ebdf0.md5 b/escape-room/godot/imported/Stool texture.png-5764c34f75901bea0dd07053233ebdf0.md5 new file mode 100644 index 0000000..30215a2 --- /dev/null +++ b/escape-room/godot/imported/Stool texture.png-5764c34f75901bea0dd07053233ebdf0.md5 @@ -0,0 +1,3 @@ +source_md5="d2f9b083600476d68841a303ddaf9134" +dest_md5="721ed565b39f49d6803d49300784866c" + diff --git a/escape-room/godot/imported/Stool texture.png-81e57616e5f78c50772782b08409845f.ctex b/escape-room/godot/imported/Stool texture.png-81e57616e5f78c50772782b08409845f.ctex new file mode 100644 index 0000000..832684e Binary files /dev/null and b/escape-room/godot/imported/Stool texture.png-81e57616e5f78c50772782b08409845f.ctex differ diff --git a/escape-room/godot/imported/Stool texture.png-81e57616e5f78c50772782b08409845f.md5 b/escape-room/godot/imported/Stool texture.png-81e57616e5f78c50772782b08409845f.md5 new file mode 100644 index 0000000..30215a2 --- /dev/null +++ b/escape-room/godot/imported/Stool texture.png-81e57616e5f78c50772782b08409845f.md5 @@ -0,0 +1,3 @@ +source_md5="d2f9b083600476d68841a303ddaf9134" +dest_md5="721ed565b39f49d6803d49300784866c" + diff --git a/escape-room/godot/imported/Stool-151ba8071f17c870e27fcc8a91874975.bin b/escape-room/godot/imported/Stool-151ba8071f17c870e27fcc8a91874975.bin new file mode 100644 index 0000000..22716ee Binary files /dev/null and b/escape-room/godot/imported/Stool-151ba8071f17c870e27fcc8a91874975.bin differ diff --git a/escape-room/godot/imported/Stool-151ba8071f17c870e27fcc8a91874975.gltf b/escape-room/godot/imported/Stool-151ba8071f17c870e27fcc8a91874975.gltf new file mode 100644 index 0000000..67c7594 --- /dev/null +++ b/escape-room/godot/imported/Stool-151ba8071f17c870e27fcc8a91874975.gltf @@ -0,0 +1,244 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957746547466841, + "type":"point", + "name":"Spot.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":15.760509120694941, + "type":"point", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3 + ] + } + ], + "nodes":[ + { + "camera":0, + "name":"Camera.002", + "rotation":[ + -0.37871572375297546, + 0.36317771673202515, + 0.15168072283267975, + 0.8376570343971252 + ], + "scale":[ + 0.1624307930469513, + 0.1624307632446289, + 0.1624307930469513 + ], + "translation":[ + 2.2122950553894043, + 3.733358860015869, + 2.014777898788452 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + -0.4620985984802246, + 2.630061626434326, + 4.0203351974487305 + ] + }, + { + "mesh":0, + "name":"Stool", + "scale":[ + 0.30000001192092896, + 0.30000001192092896, + 0.30000001192092896 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 2.9570860862731934, + 4.62905216217041, + -1.0054539442062378 + ] + } + ], + "cameras":[ + { + "name":"Camera.002", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.4087610659995687, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Stool", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":84, + "max":[ + 1.0000004768371582, + 2, + 1.0000005960464478 + ], + "min":[ + -1.0000003576278687, + -0.004999995231628418, + -1.0000003576278687 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":84, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":84, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":84, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":120, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":1008, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":1008, + "byteOffset":1008, + "target":34962 + }, + { + "buffer":0, + "byteLength":672, + "byteOffset":2016, + "target":34962 + }, + { + "buffer":0, + "byteLength":1344, + "byteOffset":2688, + "target":34962 + }, + { + "buffer":0, + "byteLength":240, + "byteOffset":4032, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":4272, + "uri":"Stool-151ba8071f17c870e27fcc8a91874975.bin" + } + ] +} diff --git a/escape-room/godot/imported/Stool-c36c6aeb242012af04ea2eeaefa3269c.bin b/escape-room/godot/imported/Stool-c36c6aeb242012af04ea2eeaefa3269c.bin new file mode 100644 index 0000000..c017f04 Binary files /dev/null and b/escape-room/godot/imported/Stool-c36c6aeb242012af04ea2eeaefa3269c.bin differ diff --git a/escape-room/godot/imported/Stool-c36c6aeb242012af04ea2eeaefa3269c.gltf b/escape-room/godot/imported/Stool-c36c6aeb242012af04ea2eeaefa3269c.gltf new file mode 100644 index 0000000..cea66aa --- /dev/null +++ b/escape-room/godot/imported/Stool-c36c6aeb242012af04ea2eeaefa3269c.gltf @@ -0,0 +1,156 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Stool" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"DarkWood.008" + }, + { + "doubleSided":true, + "name":"Wood.010" + } + ], + "meshes":[ + { + "name":"Cube.015", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1 + }, + "indices":2, + "material":0 + }, + { + "attributes":{ + "POSITION":3, + "NORMAL":4 + }, + "indices":5, + "material":1 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":292, + "max":[ + 0.18314522504806519, + 0.4770568609237671, + 0.180511936545372 + ], + "min":[ + -0.18314522504806519, + -0.012707743793725967, + -0.180511936545372 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":292, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5123, + "count":528, + "type":"SCALAR" + }, + { + "bufferView":3, + "componentType":5126, + "count":58, + "max":[ + 0.15988251566886902, + 0.5336042642593384, + 0.15626868605613708 + ], + "min":[ + -0.15988251566886902, + 0.4770568609237671, + -0.15626868605613708 + ], + "type":"VEC3" + }, + { + "bufferView":4, + "componentType":5126, + "count":58, + "type":"VEC3" + }, + { + "bufferView":5, + "componentType":5123, + "count":144, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":3504, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":3504, + "byteOffset":3504, + "target":34962 + }, + { + "buffer":0, + "byteLength":1056, + "byteOffset":7008, + "target":34963 + }, + { + "buffer":0, + "byteLength":696, + "byteOffset":8064, + "target":34962 + }, + { + "buffer":0, + "byteLength":696, + "byteOffset":8760, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":9456, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":9744, + "uri":"Stool-c36c6aeb242012af04ea2eeaefa3269c.bin" + } + ] +} diff --git a/escape-room/godot/imported/Stool.blend-151ba8071f17c870e27fcc8a91874975.md5 b/escape-room/godot/imported/Stool.blend-151ba8071f17c870e27fcc8a91874975.md5 new file mode 100644 index 0000000..6c00977 --- /dev/null +++ b/escape-room/godot/imported/Stool.blend-151ba8071f17c870e27fcc8a91874975.md5 @@ -0,0 +1,3 @@ +source_md5="2e1fc94316e2d5f1860002d7083c7aa8" +dest_md5="b7de489bbb8e09b63b66913a59628396" + diff --git a/escape-room/godot/imported/Stool.blend-151ba8071f17c870e27fcc8a91874975.scn b/escape-room/godot/imported/Stool.blend-151ba8071f17c870e27fcc8a91874975.scn new file mode 100644 index 0000000..96f0845 Binary files /dev/null and b/escape-room/godot/imported/Stool.blend-151ba8071f17c870e27fcc8a91874975.scn differ diff --git a/escape-room/godot/imported/Stool.blend-c36c6aeb242012af04ea2eeaefa3269c.md5 b/escape-room/godot/imported/Stool.blend-c36c6aeb242012af04ea2eeaefa3269c.md5 new file mode 100644 index 0000000..cd88075 --- /dev/null +++ b/escape-room/godot/imported/Stool.blend-c36c6aeb242012af04ea2eeaefa3269c.md5 @@ -0,0 +1,3 @@ +source_md5="09775cd89af215e762dd8135a2c1214a" +dest_md5="588420aaebe8f9730e2d6534b0e681b0" + diff --git a/escape-room/godot/imported/Stool.blend-c36c6aeb242012af04ea2eeaefa3269c.scn b/escape-room/godot/imported/Stool.blend-c36c6aeb242012af04ea2eeaefa3269c.scn new file mode 100644 index 0000000..30325e8 Binary files /dev/null and b/escape-room/godot/imported/Stool.blend-c36c6aeb242012af04ea2eeaefa3269c.scn differ diff --git a/escape-room/godot/imported/Stool.fbx-c16104ef5be123997136100f9d823ab4.md5 b/escape-room/godot/imported/Stool.fbx-c16104ef5be123997136100f9d823ab4.md5 new file mode 100644 index 0000000..f8e1c8d --- /dev/null +++ b/escape-room/godot/imported/Stool.fbx-c16104ef5be123997136100f9d823ab4.md5 @@ -0,0 +1,3 @@ +source_md5="478024bc52f65b53e38aeb35d018aa92" +dest_md5="7d533361dc593a3c5fc84d897a30c136" + diff --git a/escape-room/godot/imported/Stool.fbx-c16104ef5be123997136100f9d823ab4.scn b/escape-room/godot/imported/Stool.fbx-c16104ef5be123997136100f9d823ab4.scn new file mode 100644 index 0000000..47b9fe8 Binary files /dev/null and b/escape-room/godot/imported/Stool.fbx-c16104ef5be123997136100f9d823ab4.scn differ diff --git a/escape-room/godot/imported/Stool.obj-dafd09fe4271a926794633bdc70211dc.md5 b/escape-room/godot/imported/Stool.obj-dafd09fe4271a926794633bdc70211dc.md5 new file mode 100644 index 0000000..3fe60f3 --- /dev/null +++ b/escape-room/godot/imported/Stool.obj-dafd09fe4271a926794633bdc70211dc.md5 @@ -0,0 +1,3 @@ +source_md5="ba4928b5c6b8c8e973e57007b2afac63" +dest_md5="805858bc165d984d5a9bc8118aac9eb3" + diff --git a/escape-room/godot/imported/Stool.obj-dafd09fe4271a926794633bdc70211dc.mesh b/escape-room/godot/imported/Stool.obj-dafd09fe4271a926794633bdc70211dc.mesh new file mode 100644 index 0000000..9e47bdd Binary files /dev/null and b/escape-room/godot/imported/Stool.obj-dafd09fe4271a926794633bdc70211dc.mesh differ diff --git a/escape-room/godot/imported/Stool.png-4c04415112e53058bd00bf58d7b4df6a.ctex b/escape-room/godot/imported/Stool.png-4c04415112e53058bd00bf58d7b4df6a.ctex new file mode 100644 index 0000000..31f87b6 Binary files /dev/null and b/escape-room/godot/imported/Stool.png-4c04415112e53058bd00bf58d7b4df6a.ctex differ diff --git a/escape-room/godot/imported/Stool.png-4c04415112e53058bd00bf58d7b4df6a.md5 b/escape-room/godot/imported/Stool.png-4c04415112e53058bd00bf58d7b4df6a.md5 new file mode 100644 index 0000000..270e9de --- /dev/null +++ b/escape-room/godot/imported/Stool.png-4c04415112e53058bd00bf58d7b4df6a.md5 @@ -0,0 +1,3 @@ +source_md5="a527d7c6766acd48aa3dd1ca33a450f2" +dest_md5="e0f4c1e276a23fbbe1755425c92c03ba" + diff --git a/escape-room/godot/imported/Table texture.png-40a4f1df10673d40189dd149505926ab.ctex b/escape-room/godot/imported/Table texture.png-40a4f1df10673d40189dd149505926ab.ctex new file mode 100644 index 0000000..09509a8 Binary files /dev/null and b/escape-room/godot/imported/Table texture.png-40a4f1df10673d40189dd149505926ab.ctex differ diff --git a/escape-room/godot/imported/Table texture.png-40a4f1df10673d40189dd149505926ab.md5 b/escape-room/godot/imported/Table texture.png-40a4f1df10673d40189dd149505926ab.md5 new file mode 100644 index 0000000..7b5df76 --- /dev/null +++ b/escape-room/godot/imported/Table texture.png-40a4f1df10673d40189dd149505926ab.md5 @@ -0,0 +1,3 @@ +source_md5="7604ed20194745e9900fe0ad5a21d8a0" +dest_md5="1bbfceb4caebbde93356f1b20fc20a96" + diff --git a/escape-room/godot/imported/Table texture.png-8f1e3be42d0967110d61c5548b149549.ctex b/escape-room/godot/imported/Table texture.png-8f1e3be42d0967110d61c5548b149549.ctex new file mode 100644 index 0000000..09509a8 Binary files /dev/null and b/escape-room/godot/imported/Table texture.png-8f1e3be42d0967110d61c5548b149549.ctex differ diff --git a/escape-room/godot/imported/Table texture.png-8f1e3be42d0967110d61c5548b149549.md5 b/escape-room/godot/imported/Table texture.png-8f1e3be42d0967110d61c5548b149549.md5 new file mode 100644 index 0000000..7b5df76 --- /dev/null +++ b/escape-room/godot/imported/Table texture.png-8f1e3be42d0967110d61c5548b149549.md5 @@ -0,0 +1,3 @@ +source_md5="7604ed20194745e9900fe0ad5a21d8a0" +dest_md5="1bbfceb4caebbde93356f1b20fc20a96" + diff --git a/escape-room/godot/imported/Table texture.png-b7f487522359946b25670c456fb40028.ctex b/escape-room/godot/imported/Table texture.png-b7f487522359946b25670c456fb40028.ctex new file mode 100644 index 0000000..09509a8 Binary files /dev/null and b/escape-room/godot/imported/Table texture.png-b7f487522359946b25670c456fb40028.ctex differ diff --git a/escape-room/godot/imported/Table texture.png-b7f487522359946b25670c456fb40028.md5 b/escape-room/godot/imported/Table texture.png-b7f487522359946b25670c456fb40028.md5 new file mode 100644 index 0000000..7b5df76 --- /dev/null +++ b/escape-room/godot/imported/Table texture.png-b7f487522359946b25670c456fb40028.md5 @@ -0,0 +1,3 @@ +source_md5="7604ed20194745e9900fe0ad5a21d8a0" +dest_md5="1bbfceb4caebbde93356f1b20fc20a96" + diff --git a/escape-room/godot/imported/Table-0d66b4bb7f2182c8b86991ab5dafb9d8.bin b/escape-room/godot/imported/Table-0d66b4bb7f2182c8b86991ab5dafb9d8.bin new file mode 100644 index 0000000..458e531 Binary files /dev/null and b/escape-room/godot/imported/Table-0d66b4bb7f2182c8b86991ab5dafb9d8.bin differ diff --git a/escape-room/godot/imported/Table-0d66b4bb7f2182c8b86991ab5dafb9d8.gltf b/escape-room/godot/imported/Table-0d66b4bb7f2182c8b86991ab5dafb9d8.gltf new file mode 100644 index 0000000..a599309 --- /dev/null +++ b/escape-room/godot/imported/Table-0d66b4bb7f2182c8b86991ab5dafb9d8.gltf @@ -0,0 +1,244 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":17.711200219347912, + "type":"point", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + -4.425465106964111, + 4.785990238189697, + 1.3479608297348022 + ] + }, + { + "mesh":0, + "name":"Table", + "scale":[ + 0.5184000134468079, + 0.5184000134468079, + 0.5184000134468079 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 4.076245307922363, + 4.638901710510254, + 2.9164352416992188 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.21205641329288483, + 0.38690996170043945, + 0.08579305559396744, + 0.8932930827140808 + ], + "scale":[ + 0.18129776418209076, + 0.18129776418209076, + 0.18129773437976837 + ], + "translation":[ + 7.167496204376221, + 5.5514750480651855, + 6.692413806915283 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.2570957956971376, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Table", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":128, + "max":[ + 2.3000006675720215, + 2.2300000190734863, + 1.3000004291534424 + ], + "min":[ + -2.3000006675720215, + 0, + -1.3000004291534424 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":128, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":128, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":128, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":204, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":1536, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":1536, + "byteOffset":1536, + "target":34962 + }, + { + "buffer":0, + "byteLength":1024, + "byteOffset":3072, + "target":34962 + }, + { + "buffer":0, + "byteLength":2048, + "byteOffset":4096, + "target":34962 + }, + { + "buffer":0, + "byteLength":408, + "byteOffset":6144, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":6552, + "uri":"Table-0d66b4bb7f2182c8b86991ab5dafb9d8.bin" + } + ] +} diff --git a/escape-room/godot/imported/Table-a5ddba4c46d33fabae8e78e5dbd49e79.bin b/escape-room/godot/imported/Table-a5ddba4c46d33fabae8e78e5dbd49e79.bin new file mode 100644 index 0000000..e137ed2 Binary files /dev/null and b/escape-room/godot/imported/Table-a5ddba4c46d33fabae8e78e5dbd49e79.bin differ diff --git a/escape-room/godot/imported/Table-a5ddba4c46d33fabae8e78e5dbd49e79.gltf b/escape-room/godot/imported/Table-a5ddba4c46d33fabae8e78e5dbd49e79.gltf new file mode 100644 index 0000000..62c8fab --- /dev/null +++ b/escape-room/godot/imported/Table-a5ddba4c46d33fabae8e78e5dbd49e79.gltf @@ -0,0 +1,156 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Table" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"DarkWood.012" + }, + { + "doubleSided":true, + "name":"Wood.014" + } + ], + "meshes":[ + { + "name":"Cube.001", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1 + }, + "indices":2, + "material":0 + }, + { + "attributes":{ + "POSITION":3, + "NORMAL":4 + }, + "indices":5, + "material":1 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":156, + "max":[ + 0.5308369994163513, + 0.5611211061477661, + 0.4841904640197754 + ], + "min":[ + -0.5308369994163513, + -0.005166157614439726, + -0.4841904640197754 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":156, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5123, + "count":288, + "type":"SCALAR" + }, + { + "bufferView":3, + "componentType":5126, + "count":58, + "max":[ + 0.552959680557251, + 0.6176685690879822, + 0.5081156492233276 + ], + "min":[ + -0.552959680557251, + 0.5611211061477661, + -0.5081156492233276 + ], + "type":"VEC3" + }, + { + "bufferView":4, + "componentType":5126, + "count":58, + "type":"VEC3" + }, + { + "bufferView":5, + "componentType":5123, + "count":144, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":1872, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":1872, + "byteOffset":1872, + "target":34962 + }, + { + "buffer":0, + "byteLength":576, + "byteOffset":3744, + "target":34963 + }, + { + "buffer":0, + "byteLength":696, + "byteOffset":4320, + "target":34962 + }, + { + "buffer":0, + "byteLength":696, + "byteOffset":5016, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":5712, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":6000, + "uri":"Table-a5ddba4c46d33fabae8e78e5dbd49e79.bin" + } + ] +} diff --git a/escape-room/godot/imported/Table.blend-0d66b4bb7f2182c8b86991ab5dafb9d8.md5 b/escape-room/godot/imported/Table.blend-0d66b4bb7f2182c8b86991ab5dafb9d8.md5 new file mode 100644 index 0000000..7a4b5e5 --- /dev/null +++ b/escape-room/godot/imported/Table.blend-0d66b4bb7f2182c8b86991ab5dafb9d8.md5 @@ -0,0 +1,3 @@ +source_md5="f54284959a680ffe5fe036c9c271bc63" +dest_md5="f8b4249553874dfe23e8c9484d211edc" + diff --git a/escape-room/godot/imported/Table.blend-0d66b4bb7f2182c8b86991ab5dafb9d8.scn b/escape-room/godot/imported/Table.blend-0d66b4bb7f2182c8b86991ab5dafb9d8.scn new file mode 100644 index 0000000..2247b90 Binary files /dev/null and b/escape-room/godot/imported/Table.blend-0d66b4bb7f2182c8b86991ab5dafb9d8.scn differ diff --git a/escape-room/godot/imported/Table.blend-a5ddba4c46d33fabae8e78e5dbd49e79.md5 b/escape-room/godot/imported/Table.blend-a5ddba4c46d33fabae8e78e5dbd49e79.md5 new file mode 100644 index 0000000..b287015 --- /dev/null +++ b/escape-room/godot/imported/Table.blend-a5ddba4c46d33fabae8e78e5dbd49e79.md5 @@ -0,0 +1,3 @@ +source_md5="d381654ae9665ee220633e7f5d8c968d" +dest_md5="f828e753aa6e4931050fcd13fe0c685b" + diff --git a/escape-room/godot/imported/Table.blend-a5ddba4c46d33fabae8e78e5dbd49e79.scn b/escape-room/godot/imported/Table.blend-a5ddba4c46d33fabae8e78e5dbd49e79.scn new file mode 100644 index 0000000..e7e13df Binary files /dev/null and b/escape-room/godot/imported/Table.blend-a5ddba4c46d33fabae8e78e5dbd49e79.scn differ diff --git a/escape-room/godot/imported/Table.fbx-70dedde87d073ca8d6c54ea77d25309d.md5 b/escape-room/godot/imported/Table.fbx-70dedde87d073ca8d6c54ea77d25309d.md5 new file mode 100644 index 0000000..63a4f2d --- /dev/null +++ b/escape-room/godot/imported/Table.fbx-70dedde87d073ca8d6c54ea77d25309d.md5 @@ -0,0 +1,3 @@ +source_md5="55f29ac31bb3b0d33ee61a48c0ce6ed7" +dest_md5="acf36557e06db89edfd0a24b38f5c96a" + diff --git a/escape-room/godot/imported/Table.fbx-70dedde87d073ca8d6c54ea77d25309d.scn b/escape-room/godot/imported/Table.fbx-70dedde87d073ca8d6c54ea77d25309d.scn new file mode 100644 index 0000000..a34a1df Binary files /dev/null and b/escape-room/godot/imported/Table.fbx-70dedde87d073ca8d6c54ea77d25309d.scn differ diff --git a/escape-room/godot/imported/Table.obj-5688284fdd07e55b2013e71ba7a50985.md5 b/escape-room/godot/imported/Table.obj-5688284fdd07e55b2013e71ba7a50985.md5 new file mode 100644 index 0000000..b13bf28 --- /dev/null +++ b/escape-room/godot/imported/Table.obj-5688284fdd07e55b2013e71ba7a50985.md5 @@ -0,0 +1,3 @@ +source_md5="b12bd795cee672da35504c429c369cce" +dest_md5="80b86946b0e310a1a65c6325264ff8c7" + diff --git a/escape-room/godot/imported/Table.obj-5688284fdd07e55b2013e71ba7a50985.mesh b/escape-room/godot/imported/Table.obj-5688284fdd07e55b2013e71ba7a50985.mesh new file mode 100644 index 0000000..9ade44b Binary files /dev/null and b/escape-room/godot/imported/Table.obj-5688284fdd07e55b2013e71ba7a50985.mesh differ diff --git a/escape-room/godot/imported/Torch textura.png-3393b18a8194109325c2d58aef143709.ctex b/escape-room/godot/imported/Torch textura.png-3393b18a8194109325c2d58aef143709.ctex new file mode 100644 index 0000000..bfbc96e Binary files /dev/null and b/escape-room/godot/imported/Torch textura.png-3393b18a8194109325c2d58aef143709.ctex differ diff --git a/escape-room/godot/imported/Torch textura.png-3393b18a8194109325c2d58aef143709.md5 b/escape-room/godot/imported/Torch textura.png-3393b18a8194109325c2d58aef143709.md5 new file mode 100644 index 0000000..641ca0e --- /dev/null +++ b/escape-room/godot/imported/Torch textura.png-3393b18a8194109325c2d58aef143709.md5 @@ -0,0 +1,3 @@ +source_md5="6d60ddbca45ea4015216f69e5afa793c" +dest_md5="1e533ed6daee2c86afb64721fe73868e" + diff --git a/escape-room/godot/imported/Torch textura.png-9872a4e70f26375f2ae797622909aadb.ctex b/escape-room/godot/imported/Torch textura.png-9872a4e70f26375f2ae797622909aadb.ctex new file mode 100644 index 0000000..bfbc96e Binary files /dev/null and b/escape-room/godot/imported/Torch textura.png-9872a4e70f26375f2ae797622909aadb.ctex differ diff --git a/escape-room/godot/imported/Torch textura.png-9872a4e70f26375f2ae797622909aadb.md5 b/escape-room/godot/imported/Torch textura.png-9872a4e70f26375f2ae797622909aadb.md5 new file mode 100644 index 0000000..641ca0e --- /dev/null +++ b/escape-room/godot/imported/Torch textura.png-9872a4e70f26375f2ae797622909aadb.md5 @@ -0,0 +1,3 @@ +source_md5="6d60ddbca45ea4015216f69e5afa793c" +dest_md5="1e533ed6daee2c86afb64721fe73868e" + diff --git a/escape-room/godot/imported/Torch textura.png-9a6dfdd70ca0363a7e4c562d971761f3.ctex b/escape-room/godot/imported/Torch textura.png-9a6dfdd70ca0363a7e4c562d971761f3.ctex new file mode 100644 index 0000000..bfbc96e Binary files /dev/null and b/escape-room/godot/imported/Torch textura.png-9a6dfdd70ca0363a7e4c562d971761f3.ctex differ diff --git a/escape-room/godot/imported/Torch textura.png-9a6dfdd70ca0363a7e4c562d971761f3.md5 b/escape-room/godot/imported/Torch textura.png-9a6dfdd70ca0363a7e4c562d971761f3.md5 new file mode 100644 index 0000000..641ca0e --- /dev/null +++ b/escape-room/godot/imported/Torch textura.png-9a6dfdd70ca0363a7e4c562d971761f3.md5 @@ -0,0 +1,3 @@ +source_md5="6d60ddbca45ea4015216f69e5afa793c" +dest_md5="1e533ed6daee2c86afb64721fe73868e" + diff --git a/escape-room/godot/imported/Torch-789a571a7969ee059dfa7db5d4f6a127.bin b/escape-room/godot/imported/Torch-789a571a7969ee059dfa7db5d4f6a127.bin new file mode 100644 index 0000000..83849ba Binary files /dev/null and b/escape-room/godot/imported/Torch-789a571a7969ee059dfa7db5d4f6a127.bin differ diff --git a/escape-room/godot/imported/Torch-789a571a7969ee059dfa7db5d4f6a127.gltf b/escape-room/godot/imported/Torch-789a571a7969ee059dfa7db5d4f6a127.gltf new file mode 100644 index 0000000..fc1c842 --- /dev/null +++ b/escape-room/godot/imported/Torch-789a571a7969ee059dfa7db5d4f6a127.gltf @@ -0,0 +1,289 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":15.760509120694941, + "type":"point", + "name":"Spot.002" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":10.883783195446295, + "type":"point", + "name":"Spot.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3, + 4 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.002", + "rotation":[ + -0.28416624665260315, + 0.7269423007965088, + 0.34203389286994934, + 0.5232755541801453 + ], + "scale":[ + 1.3000000715255737, + 1.3000000715255737, + 1.2999999523162842 + ], + "translation":[ + -5.594077110290527, + 5.054808616638184, + 4.82663631439209 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.28416624665260315, + 0.7269423007965088, + 0.34203389286994934, + 0.5232755541801453 + ], + "scale":[ + 1.3000000715255737, + 1.3000000715255737, + 1.2999999523162842 + ], + "translation":[ + 5.425067901611328, + 2.6292054653167725, + 2.8944592475891113 + ] + }, + { + "mesh":0, + "name":"Torch", + "scale":[ + 0.1300000101327896, + 0.1300000101327896, + 0.1300000101327896 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":2 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416624665260315, + 0.7269423007965088, + 0.34203389286994934, + 0.5232755541801453 + ], + "scale":[ + 1.3000000715255737, + 1.3000000715255737, + 1.2999999523162842 + ], + "translation":[ + -0.017125790938735008, + 18.53038215637207, + 0.15680338442325592 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.21205639839172363, + 0.3869099020957947, + 0.08579305559396744, + 0.893293023109436 + ], + "scale":[ + 0.7699921131134033, + 0.7699919939041138, + 0.7699920535087585 + ], + "translation":[ + 1.55425226688385, + 1.5570201873779297, + 1.4544665813446045 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.4607064627927634, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Torch", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":156, + "max":[ + 1.0000004768371582, + 6.999344825744629, + 0.36062440276145935 + ], + "min":[ + -1.0000003576278687, + 0, + -1.5 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":156, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":156, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":156, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":276, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":1872, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":1872, + "byteOffset":1872, + "target":34962 + }, + { + "buffer":0, + "byteLength":1248, + "byteOffset":3744, + "target":34962 + }, + { + "buffer":0, + "byteLength":2496, + "byteOffset":4992, + "target":34962 + }, + { + "buffer":0, + "byteLength":552, + "byteOffset":7488, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":8040, + "uri":"Torch-789a571a7969ee059dfa7db5d4f6a127.bin" + } + ] +} diff --git a/escape-room/godot/imported/Torch.blend-789a571a7969ee059dfa7db5d4f6a127.md5 b/escape-room/godot/imported/Torch.blend-789a571a7969ee059dfa7db5d4f6a127.md5 new file mode 100644 index 0000000..c0f9b36 --- /dev/null +++ b/escape-room/godot/imported/Torch.blend-789a571a7969ee059dfa7db5d4f6a127.md5 @@ -0,0 +1,3 @@ +source_md5="c73b552d745f334e20f38be59f8a8391" +dest_md5="8db81f49f7abcd1ad0851433993d2bd2" + diff --git a/escape-room/godot/imported/Torch.blend-789a571a7969ee059dfa7db5d4f6a127.scn b/escape-room/godot/imported/Torch.blend-789a571a7969ee059dfa7db5d4f6a127.scn new file mode 100644 index 0000000..d6ed994 Binary files /dev/null and b/escape-room/godot/imported/Torch.blend-789a571a7969ee059dfa7db5d4f6a127.scn differ diff --git a/escape-room/godot/imported/Torch.png-677d68fe92d94b4337b2d457cf159937.ctex b/escape-room/godot/imported/Torch.png-677d68fe92d94b4337b2d457cf159937.ctex new file mode 100644 index 0000000..5c87d18 Binary files /dev/null and b/escape-room/godot/imported/Torch.png-677d68fe92d94b4337b2d457cf159937.ctex differ diff --git a/escape-room/godot/imported/Torch.png-677d68fe92d94b4337b2d457cf159937.md5 b/escape-room/godot/imported/Torch.png-677d68fe92d94b4337b2d457cf159937.md5 new file mode 100644 index 0000000..9a28824 --- /dev/null +++ b/escape-room/godot/imported/Torch.png-677d68fe92d94b4337b2d457cf159937.md5 @@ -0,0 +1,3 @@ +source_md5="625e363fb4961c2f279445c20e3a8e79" +dest_md5="f3ef8aff04b2c988494c066a69ae78b4" + diff --git a/escape-room/godot/imported/Vase-1daa0112e5526208d4da750478bde46b.bin b/escape-room/godot/imported/Vase-1daa0112e5526208d4da750478bde46b.bin new file mode 100644 index 0000000..46430d8 Binary files /dev/null and b/escape-room/godot/imported/Vase-1daa0112e5526208d4da750478bde46b.bin differ diff --git a/escape-room/godot/imported/Vase-1daa0112e5526208d4da750478bde46b.gltf b/escape-room/godot/imported/Vase-1daa0112e5526208d4da750478bde46b.gltf new file mode 100644 index 0000000..f4fe3f2 --- /dev/null +++ b/escape-room/godot/imported/Vase-1daa0112e5526208d4da750478bde46b.gltf @@ -0,0 +1,98 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Vase" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Vase" + } + ], + "meshes":[ + { + "name":"Cylinder.004", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1 + }, + "indices":2, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":384, + "max":[ + 0.11429550498723984, + 0.31031161546707153, + 0.11429550498723984 + ], + "min":[ + -0.11429550498723984, + -0.003510028123855591, + -0.11429550498723984 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":384, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5123, + "count":612, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":4608, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":4608, + "byteOffset":4608, + "target":34962 + }, + { + "buffer":0, + "byteLength":1224, + "byteOffset":9216, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":10440, + "uri":"Vase-1daa0112e5526208d4da750478bde46b.bin" + } + ] +} diff --git a/escape-room/godot/imported/Vase.blend-1daa0112e5526208d4da750478bde46b.md5 b/escape-room/godot/imported/Vase.blend-1daa0112e5526208d4da750478bde46b.md5 new file mode 100644 index 0000000..1ecf9b9 --- /dev/null +++ b/escape-room/godot/imported/Vase.blend-1daa0112e5526208d4da750478bde46b.md5 @@ -0,0 +1,3 @@ +source_md5="75dc2bf1a8a157de37f04682e78f993b" +dest_md5="ac093ac57f9ade8d8f5ac01f215ef7e4" + diff --git a/escape-room/godot/imported/Vase.blend-1daa0112e5526208d4da750478bde46b.scn b/escape-room/godot/imported/Vase.blend-1daa0112e5526208d4da750478bde46b.scn new file mode 100644 index 0000000..6d82c00 Binary files /dev/null and b/escape-room/godot/imported/Vase.blend-1daa0112e5526208d4da750478bde46b.scn differ diff --git a/escape-room/godot/imported/Vase.fbx-d1078b4b42cb8a28b1fcf9ea7b04cb63.md5 b/escape-room/godot/imported/Vase.fbx-d1078b4b42cb8a28b1fcf9ea7b04cb63.md5 new file mode 100644 index 0000000..5ecb86d --- /dev/null +++ b/escape-room/godot/imported/Vase.fbx-d1078b4b42cb8a28b1fcf9ea7b04cb63.md5 @@ -0,0 +1,3 @@ +source_md5="53032e19ac66b32e2f3ea8dfd906ea6c" +dest_md5="788f604547a1ea81a88ddfb27e0955fc" + diff --git a/escape-room/godot/imported/Vase.fbx-d1078b4b42cb8a28b1fcf9ea7b04cb63.scn b/escape-room/godot/imported/Vase.fbx-d1078b4b42cb8a28b1fcf9ea7b04cb63.scn new file mode 100644 index 0000000..a596d54 Binary files /dev/null and b/escape-room/godot/imported/Vase.fbx-d1078b4b42cb8a28b1fcf9ea7b04cb63.scn differ diff --git a/escape-room/godot/imported/Vase.obj-f776b0aa65e95a23e4b1701cdb23eef5.md5 b/escape-room/godot/imported/Vase.obj-f776b0aa65e95a23e4b1701cdb23eef5.md5 new file mode 100644 index 0000000..f063e09 --- /dev/null +++ b/escape-room/godot/imported/Vase.obj-f776b0aa65e95a23e4b1701cdb23eef5.md5 @@ -0,0 +1,3 @@ +source_md5="07d164cb53f702c1075dc55170c32a8e" +dest_md5="8b7e6fbd87c3f46325690288282d4b72" + diff --git a/escape-room/godot/imported/Vase.obj-f776b0aa65e95a23e4b1701cdb23eef5.mesh b/escape-room/godot/imported/Vase.obj-f776b0aa65e95a23e4b1701cdb23eef5.mesh new file mode 100644 index 0000000..65fa437 Binary files /dev/null and b/escape-room/godot/imported/Vase.obj-f776b0aa65e95a23e4b1701cdb23eef5.mesh differ diff --git a/escape-room/godot/imported/Vase2-fe244a3fad55afffa03c50f40bdb4317.bin b/escape-room/godot/imported/Vase2-fe244a3fad55afffa03c50f40bdb4317.bin new file mode 100644 index 0000000..0ddf6f5 Binary files /dev/null and b/escape-room/godot/imported/Vase2-fe244a3fad55afffa03c50f40bdb4317.bin differ diff --git a/escape-room/godot/imported/Vase2-fe244a3fad55afffa03c50f40bdb4317.gltf b/escape-room/godot/imported/Vase2-fe244a3fad55afffa03c50f40bdb4317.gltf new file mode 100644 index 0000000..d2d5a3a --- /dev/null +++ b/escape-room/godot/imported/Vase2-fe244a3fad55afffa03c50f40bdb4317.gltf @@ -0,0 +1,98 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Vase2" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Vase.001" + } + ], + "meshes":[ + { + "name":"Cylinder.005", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1 + }, + "indices":2, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":384, + "max":[ + 0.0837886705994606, + 0.3043241798877716, + 0.0837886705994606 + ], + "min":[ + -0.0837886705994606, + -0.0017022490501403809, + -0.0837886705994606 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":384, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5123, + "count":612, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":4608, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":4608, + "byteOffset":4608, + "target":34962 + }, + { + "buffer":0, + "byteLength":1224, + "byteOffset":9216, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":10440, + "uri":"Vase2-fe244a3fad55afffa03c50f40bdb4317.bin" + } + ] +} diff --git a/escape-room/godot/imported/Vase2.blend-fe244a3fad55afffa03c50f40bdb4317.md5 b/escape-room/godot/imported/Vase2.blend-fe244a3fad55afffa03c50f40bdb4317.md5 new file mode 100644 index 0000000..a81779f --- /dev/null +++ b/escape-room/godot/imported/Vase2.blend-fe244a3fad55afffa03c50f40bdb4317.md5 @@ -0,0 +1,3 @@ +source_md5="12be2860f3512f92e44ca05fa79f5956" +dest_md5="b4e6b59090c4f92dc25c65701b3cca26" + diff --git a/escape-room/godot/imported/Vase2.blend-fe244a3fad55afffa03c50f40bdb4317.scn b/escape-room/godot/imported/Vase2.blend-fe244a3fad55afffa03c50f40bdb4317.scn new file mode 100644 index 0000000..4d3f9f0 Binary files /dev/null and b/escape-room/godot/imported/Vase2.blend-fe244a3fad55afffa03c50f40bdb4317.scn differ diff --git a/escape-room/godot/imported/Vase2.fbx-e892278cbb6708ee94ff94ff4a90d96f.md5 b/escape-room/godot/imported/Vase2.fbx-e892278cbb6708ee94ff94ff4a90d96f.md5 new file mode 100644 index 0000000..52bd376 --- /dev/null +++ b/escape-room/godot/imported/Vase2.fbx-e892278cbb6708ee94ff94ff4a90d96f.md5 @@ -0,0 +1,3 @@ +source_md5="7e6ff527da3219f8fefee88c96b98dfe" +dest_md5="dd76f8ad7005399462a333401eb257b4" + diff --git a/escape-room/godot/imported/Vase2.fbx-e892278cbb6708ee94ff94ff4a90d96f.scn b/escape-room/godot/imported/Vase2.fbx-e892278cbb6708ee94ff94ff4a90d96f.scn new file mode 100644 index 0000000..c1408dc Binary files /dev/null and b/escape-room/godot/imported/Vase2.fbx-e892278cbb6708ee94ff94ff4a90d96f.scn differ diff --git a/escape-room/godot/imported/Vase2.obj-3d34094ef60474099f9e656bb284b645.md5 b/escape-room/godot/imported/Vase2.obj-3d34094ef60474099f9e656bb284b645.md5 new file mode 100644 index 0000000..f103ed4 --- /dev/null +++ b/escape-room/godot/imported/Vase2.obj-3d34094ef60474099f9e656bb284b645.md5 @@ -0,0 +1,3 @@ +source_md5="55de4e59f64dc209ebf164fdfa427da7" +dest_md5="7287ab0d7c9b7fdb58c94e683bcf292c" + diff --git a/escape-room/godot/imported/Vase2.obj-3d34094ef60474099f9e656bb284b645.mesh b/escape-room/godot/imported/Vase2.obj-3d34094ef60474099f9e656bb284b645.mesh new file mode 100644 index 0000000..6baa534 Binary files /dev/null and b/escape-room/godot/imported/Vase2.obj-3d34094ef60474099f9e656bb284b645.mesh differ diff --git a/escape-room/godot/imported/Watermelon.png-b2697c9708bee5b963b019f59ce072ee.ctex b/escape-room/godot/imported/Watermelon.png-b2697c9708bee5b963b019f59ce072ee.ctex new file mode 100644 index 0000000..3d631b7 Binary files /dev/null and b/escape-room/godot/imported/Watermelon.png-b2697c9708bee5b963b019f59ce072ee.ctex differ diff --git a/escape-room/godot/imported/Watermelon.png-b2697c9708bee5b963b019f59ce072ee.md5 b/escape-room/godot/imported/Watermelon.png-b2697c9708bee5b963b019f59ce072ee.md5 new file mode 100644 index 0000000..dd1ad39 --- /dev/null +++ b/escape-room/godot/imported/Watermelon.png-b2697c9708bee5b963b019f59ce072ee.md5 @@ -0,0 +1,3 @@ +source_md5="39a8fbda3d499b179269b90835152247" +dest_md5="e4e42fd1e1208ef8b03a02959c4c7496" + diff --git a/escape-room/godot/imported/achievement.wav-c1ce8e703b000ba2f37543f6e3600ec9.md5 b/escape-room/godot/imported/achievement.wav-c1ce8e703b000ba2f37543f6e3600ec9.md5 new file mode 100644 index 0000000..cfe165a --- /dev/null +++ b/escape-room/godot/imported/achievement.wav-c1ce8e703b000ba2f37543f6e3600ec9.md5 @@ -0,0 +1,3 @@ +source_md5="30e92fdf0198b3090d567e63264736b5" +dest_md5="a80d93559ffad9bb885b3c06a9a9de3f" + diff --git a/escape-room/godot/imported/achievement.wav-c1ce8e703b000ba2f37543f6e3600ec9.sample b/escape-room/godot/imported/achievement.wav-c1ce8e703b000ba2f37543f6e3600ec9.sample new file mode 100644 index 0000000..cff1c94 Binary files /dev/null and b/escape-room/godot/imported/achievement.wav-c1ce8e703b000ba2f37543f6e3600ec9.sample differ diff --git a/escape-room/godot/imported/african_baseColor.png-c1a63b2c85973a5f7673482d994697e9.etc2.ctex b/escape-room/godot/imported/african_baseColor.png-c1a63b2c85973a5f7673482d994697e9.etc2.ctex new file mode 100644 index 0000000..6c5f97c Binary files /dev/null and b/escape-room/godot/imported/african_baseColor.png-c1a63b2c85973a5f7673482d994697e9.etc2.ctex differ diff --git a/escape-room/godot/imported/african_baseColor.png-c1a63b2c85973a5f7673482d994697e9.md5 b/escape-room/godot/imported/african_baseColor.png-c1a63b2c85973a5f7673482d994697e9.md5 new file mode 100644 index 0000000..313573f --- /dev/null +++ b/escape-room/godot/imported/african_baseColor.png-c1a63b2c85973a5f7673482d994697e9.md5 @@ -0,0 +1,3 @@ +source_md5="1411bb84dc2de8914ff7a7e73ebb12c3" +dest_md5="7e1c4d6f39056ba455fa18678f5afd58" + diff --git a/escape-room/godot/imported/african_baseColor.png-c1a63b2c85973a5f7673482d994697e9.s3tc.ctex b/escape-room/godot/imported/african_baseColor.png-c1a63b2c85973a5f7673482d994697e9.s3tc.ctex new file mode 100644 index 0000000..f77f670 Binary files /dev/null and b/escape-room/godot/imported/african_baseColor.png-c1a63b2c85973a5f7673482d994697e9.s3tc.ctex differ diff --git a/escape-room/godot/imported/african_realistic_baseColor.png-67cf0f3230115c16edbeaf7b76430f7c.etc2.ctex b/escape-room/godot/imported/african_realistic_baseColor.png-67cf0f3230115c16edbeaf7b76430f7c.etc2.ctex new file mode 100644 index 0000000..bae2f32 Binary files /dev/null and b/escape-room/godot/imported/african_realistic_baseColor.png-67cf0f3230115c16edbeaf7b76430f7c.etc2.ctex differ diff --git a/escape-room/godot/imported/african_realistic_baseColor.png-67cf0f3230115c16edbeaf7b76430f7c.md5 b/escape-room/godot/imported/african_realistic_baseColor.png-67cf0f3230115c16edbeaf7b76430f7c.md5 new file mode 100644 index 0000000..0a8c6e7 --- /dev/null +++ b/escape-room/godot/imported/african_realistic_baseColor.png-67cf0f3230115c16edbeaf7b76430f7c.md5 @@ -0,0 +1,3 @@ +source_md5="42d6d869bb1f68fc0e55d5de88e841d1" +dest_md5="b94e100ad5c7ddc1532dcd0bb291b539" + diff --git a/escape-room/godot/imported/african_realistic_baseColor.png-67cf0f3230115c16edbeaf7b76430f7c.s3tc.ctex b/escape-room/godot/imported/african_realistic_baseColor.png-67cf0f3230115c16edbeaf7b76430f7c.s3tc.ctex new file mode 100644 index 0000000..287b3d1 Binary files /dev/null and b/escape-room/godot/imported/african_realistic_baseColor.png-67cf0f3230115c16edbeaf7b76430f7c.s3tc.ctex differ diff --git a/escape-room/godot/imported/apple-4fe9546903263eac262ae1679db62fd9.bin b/escape-room/godot/imported/apple-4fe9546903263eac262ae1679db62fd9.bin new file mode 100644 index 0000000..e4c9cd6 Binary files /dev/null and b/escape-room/godot/imported/apple-4fe9546903263eac262ae1679db62fd9.bin differ diff --git a/escape-room/godot/imported/apple-4fe9546903263eac262ae1679db62fd9.gltf b/escape-room/godot/imported/apple-4fe9546903263eac262ae1679db62fd9.gltf new file mode 100644 index 0000000..12699d2 --- /dev/null +++ b/escape-room/godot/imported/apple-4fe9546903263eac262ae1679db62fd9.gltf @@ -0,0 +1,249 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":17.711200219347912, + "spot":{ + "innerConeAngle":0.3337942263919169, + "outerConeAngle":0.39269909262657166 + }, + "type":"spot", + "name":"Lamp" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.3604929447174072, + 0.00934635940939188, + 0.0036123802419751883, + 0.9327081441879272 + ], + "translation":[ + 0.09764235466718674, + 20.624088287353516, + 21.121753692626953 + ] + }, + { + "camera":0, + "name":"Camera.001", + "rotation":[ + -0.2287461757659912, + 0.015609756112098694, + -0.0018880186835303903, + 0.973359227180481 + ], + "scale":[ + 0.23004037141799927, + 0.2300403118133545, + 0.23004034161567688 + ], + "translation":[ + 0.06669951230287552, + 0.845923125743866, + 1.4525750875473022 + ] + }, + { + "mesh":0, + "name":"Apple", + "scale":[ + 0.10000000149011612, + 0.10000000149011612, + 0.10000000149011612 + ] + }, + { + "camera":1, + "name":"Camera", + "rotation":[ + -0.21205638349056244, + 0.3869099020957947, + 0.08579305559396744, + 0.893293023109436 + ], + "scale":[ + 0.3109385669231415, + 0.3109385371208191, + 0.3109385073184967 + ], + "translation":[ + 1.553090214729309, + 1.1658555269241333, + 1.476022481918335 + ] + } + ], + "cameras":[ + { + "name":"Camera.001", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.4426289222046969, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + }, + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.5274237051253257, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Apple", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":117, + "max":[ + 1.0322365760803223, + 2.9068570137023926, + 1 + ], + "min":[ + -1, + 1.1920928955078125e-07, + -1 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":117, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":117, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":117, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":444, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":1404, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":1404, + "byteOffset":1404, + "target":34962 + }, + { + "buffer":0, + "byteLength":936, + "byteOffset":2808, + "target":34962 + }, + { + "buffer":0, + "byteLength":1872, + "byteOffset":3744, + "target":34962 + }, + { + "buffer":0, + "byteLength":888, + "byteOffset":5616, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":6504, + "uri":"apple-4fe9546903263eac262ae1679db62fd9.bin" + } + ] +} diff --git a/escape-room/godot/imported/apple.blend-4fe9546903263eac262ae1679db62fd9.md5 b/escape-room/godot/imported/apple.blend-4fe9546903263eac262ae1679db62fd9.md5 new file mode 100644 index 0000000..b3e00b1 --- /dev/null +++ b/escape-room/godot/imported/apple.blend-4fe9546903263eac262ae1679db62fd9.md5 @@ -0,0 +1,3 @@ +source_md5="97c247aba9776c456f6cf4e2f1e25b37" +dest_md5="e60e7386be1f2084208b094aeaecfc12" + diff --git a/escape-room/godot/imported/apple.blend-4fe9546903263eac262ae1679db62fd9.scn b/escape-room/godot/imported/apple.blend-4fe9546903263eac262ae1679db62fd9.scn new file mode 100644 index 0000000..bae166b Binary files /dev/null and b/escape-room/godot/imported/apple.blend-4fe9546903263eac262ae1679db62fd9.scn differ diff --git a/escape-room/godot/imported/apple.png-2514340f959a3d60f86f42b1040f5c1e.ctex b/escape-room/godot/imported/apple.png-2514340f959a3d60f86f42b1040f5c1e.ctex new file mode 100644 index 0000000..7a174e2 Binary files /dev/null and b/escape-room/godot/imported/apple.png-2514340f959a3d60f86f42b1040f5c1e.ctex differ diff --git a/escape-room/godot/imported/apple.png-2514340f959a3d60f86f42b1040f5c1e.md5 b/escape-room/godot/imported/apple.png-2514340f959a3d60f86f42b1040f5c1e.md5 new file mode 100644 index 0000000..6839606 --- /dev/null +++ b/escape-room/godot/imported/apple.png-2514340f959a3d60f86f42b1040f5c1e.md5 @@ -0,0 +1,3 @@ +source_md5="f8e7f7318f106db886e9783e4df8a5c9" +dest_md5="5e7c6477fedce1781c3a8d036e212dd7" + diff --git a/escape-room/godot/imported/armchair-8b754e42c49549d3709db48ba4fab442.bin b/escape-room/godot/imported/armchair-8b754e42c49549d3709db48ba4fab442.bin new file mode 100644 index 0000000..ae8831d Binary files /dev/null and b/escape-room/godot/imported/armchair-8b754e42c49549d3709db48ba4fab442.bin differ diff --git a/escape-room/godot/imported/armchair-8b754e42c49549d3709db48ba4fab442.gltf b/escape-room/godot/imported/armchair-8b754e42c49549d3709db48ba4fab442.gltf new file mode 100644 index 0000000..f764846 --- /dev/null +++ b/escape-room/godot/imported/armchair-8b754e42c49549d3709db48ba4fab442.gltf @@ -0,0 +1,265 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":11.859128137644854, + "type":"point", + "name":"Spot.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3, + 4 + ] + } + ], + "nodes":[ + { + "camera":0, + "name":"Camera.001", + "rotation":[ + -0.22867169976234436, + -0.002458657370880246, + -0.006133262999355793, + 0.9734811782836914 + ], + "translation":[ + 0.02953026443719864, + 3.308397054672241, + 4.9109721183776855 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + -0.1588134765625, + 4.234555244445801, + 4.330052852630615 + ] + }, + { + "mesh":0, + "name":"Armchair", + "scale":[ + 0.42000001668930054, + 0.42000001668930054, + 0.42000001668930054 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416627645492554, + 0.7269423007965088, + 0.34203392267227173, + 0.5232754945755005 + ], + "translation":[ + 3.128994941711426, + 5.887448310852051, + 0.017900824546813965 + ] + }, + { + "camera":1, + "name":"Camera", + "rotation":[ + -0.21205638349056244, + 0.3869099020957947, + 0.08579304814338684, + 0.893293023109436 + ], + "translation":[ + 4.016027450561523, + 3.8349199295043945, + 3.711623430252075 + ] + } + ], + "cameras":[ + { + "name":"Camera.001", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.5175346448276319, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + }, + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.5428639748865953, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Armchair", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":198, + "max":[ + 1.442460060119629, + 5.800000190734863, + 1.7410343885421753 + ], + "min":[ + -1.4384844303131104, + -4.863739013671875e-05, + -1.2000000476837158 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":198, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":198, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":198, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":294, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":2376, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":2376, + "byteOffset":2376, + "target":34962 + }, + { + "buffer":0, + "byteLength":1584, + "byteOffset":4752, + "target":34962 + }, + { + "buffer":0, + "byteLength":3168, + "byteOffset":6336, + "target":34962 + }, + { + "buffer":0, + "byteLength":588, + "byteOffset":9504, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":10092, + "uri":"armchair-8b754e42c49549d3709db48ba4fab442.bin" + } + ] +} diff --git a/escape-room/godot/imported/armchair.blend-8b754e42c49549d3709db48ba4fab442.md5 b/escape-room/godot/imported/armchair.blend-8b754e42c49549d3709db48ba4fab442.md5 new file mode 100644 index 0000000..475d1a7 --- /dev/null +++ b/escape-room/godot/imported/armchair.blend-8b754e42c49549d3709db48ba4fab442.md5 @@ -0,0 +1,3 @@ +source_md5="1e91d28e3cb055168e1689aa362940fe" +dest_md5="709f480a3f9d83029c75e8c41a267403" + diff --git a/escape-room/godot/imported/armchair.blend-8b754e42c49549d3709db48ba4fab442.scn b/escape-room/godot/imported/armchair.blend-8b754e42c49549d3709db48ba4fab442.scn new file mode 100644 index 0000000..0f499ba Binary files /dev/null and b/escape-room/godot/imported/armchair.blend-8b754e42c49549d3709db48ba4fab442.scn differ diff --git a/escape-room/godot/imported/audio.svg-20d7f0b624a1b2ef54f1b4d12970c8d0.ctex b/escape-room/godot/imported/audio.svg-20d7f0b624a1b2ef54f1b4d12970c8d0.ctex new file mode 100644 index 0000000..3b0b156 Binary files /dev/null and b/escape-room/godot/imported/audio.svg-20d7f0b624a1b2ef54f1b4d12970c8d0.ctex differ diff --git a/escape-room/godot/imported/audio.svg-20d7f0b624a1b2ef54f1b4d12970c8d0.md5 b/escape-room/godot/imported/audio.svg-20d7f0b624a1b2ef54f1b4d12970c8d0.md5 new file mode 100644 index 0000000..b6eacd1 --- /dev/null +++ b/escape-room/godot/imported/audio.svg-20d7f0b624a1b2ef54f1b4d12970c8d0.md5 @@ -0,0 +1,3 @@ +source_md5="6c80be7d7fd233485f2c4128d2c65b2a" +dest_md5="6440672bbc1e0854636932a960555785" + diff --git a/escape-room/godot/imported/barrel-water.png-df5a412226899583d461625b8dedd3d1.ctex b/escape-room/godot/imported/barrel-water.png-df5a412226899583d461625b8dedd3d1.ctex new file mode 100644 index 0000000..37abbf5 Binary files /dev/null and b/escape-room/godot/imported/barrel-water.png-df5a412226899583d461625b8dedd3d1.ctex differ diff --git a/escape-room/godot/imported/barrel-water.png-df5a412226899583d461625b8dedd3d1.md5 b/escape-room/godot/imported/barrel-water.png-df5a412226899583d461625b8dedd3d1.md5 new file mode 100644 index 0000000..e1fa674 --- /dev/null +++ b/escape-room/godot/imported/barrel-water.png-df5a412226899583d461625b8dedd3d1.md5 @@ -0,0 +1,3 @@ +source_md5="49cf7726cac83d4c66c897c596951cc8" +dest_md5="45654640e0a1ddc1a1ecc1e6add05168" + diff --git a/escape-room/godot/imported/bathroomCabinet.dae-9a102a5c0f982157a6bedc672f62b595.md5 b/escape-room/godot/imported/bathroomCabinet.dae-9a102a5c0f982157a6bedc672f62b595.md5 new file mode 100644 index 0000000..c81d6ac --- /dev/null +++ b/escape-room/godot/imported/bathroomCabinet.dae-9a102a5c0f982157a6bedc672f62b595.md5 @@ -0,0 +1,3 @@ +source_md5="adbdaf8855afb994b345e2b9b23ce836" +dest_md5="bd37cc0f5c71a403198d752fced14d83" + diff --git a/escape-room/godot/imported/bathroomCabinet.dae-9a102a5c0f982157a6bedc672f62b595.scn b/escape-room/godot/imported/bathroomCabinet.dae-9a102a5c0f982157a6bedc672f62b595.scn new file mode 100644 index 0000000..b92e864 Binary files /dev/null and b/escape-room/godot/imported/bathroomCabinet.dae-9a102a5c0f982157a6bedc672f62b595.scn differ diff --git a/escape-room/godot/imported/bathroomCabinet.fbx-36b87f18e336aeecaa03e3f2927d3b8f.md5 b/escape-room/godot/imported/bathroomCabinet.fbx-36b87f18e336aeecaa03e3f2927d3b8f.md5 new file mode 100644 index 0000000..12691c0 --- /dev/null +++ b/escape-room/godot/imported/bathroomCabinet.fbx-36b87f18e336aeecaa03e3f2927d3b8f.md5 @@ -0,0 +1,3 @@ +source_md5="39483f3f1015333a8c4b9e40ddcea6bc" +dest_md5="95066ef3bb75039ba4091050a6550113" + diff --git a/escape-room/godot/imported/bathroomCabinet.fbx-36b87f18e336aeecaa03e3f2927d3b8f.scn b/escape-room/godot/imported/bathroomCabinet.fbx-36b87f18e336aeecaa03e3f2927d3b8f.scn new file mode 100644 index 0000000..289b209 Binary files /dev/null and b/escape-room/godot/imported/bathroomCabinet.fbx-36b87f18e336aeecaa03e3f2927d3b8f.scn differ diff --git a/escape-room/godot/imported/bathroomCabinet.glb-20aaf7d1bd5ab058f7f099ee1329bb41.md5 b/escape-room/godot/imported/bathroomCabinet.glb-20aaf7d1bd5ab058f7f099ee1329bb41.md5 new file mode 100644 index 0000000..a1eb0f3 --- /dev/null +++ b/escape-room/godot/imported/bathroomCabinet.glb-20aaf7d1bd5ab058f7f099ee1329bb41.md5 @@ -0,0 +1,3 @@ +source_md5="49e6a5330d6247be9c5136d442ac7980" +dest_md5="02d3f8729f24449893e74c99ff74705e" + diff --git a/escape-room/godot/imported/bathroomCabinet.glb-20aaf7d1bd5ab058f7f099ee1329bb41.scn b/escape-room/godot/imported/bathroomCabinet.glb-20aaf7d1bd5ab058f7f099ee1329bb41.scn new file mode 100644 index 0000000..3ad2ab8 Binary files /dev/null and b/escape-room/godot/imported/bathroomCabinet.glb-20aaf7d1bd5ab058f7f099ee1329bb41.scn differ diff --git a/escape-room/godot/imported/bathroomCabinet.obj-9f119079b41d9a9ed9d339dc7fbc377d.md5 b/escape-room/godot/imported/bathroomCabinet.obj-9f119079b41d9a9ed9d339dc7fbc377d.md5 new file mode 100644 index 0000000..b99fe35 --- /dev/null +++ b/escape-room/godot/imported/bathroomCabinet.obj-9f119079b41d9a9ed9d339dc7fbc377d.md5 @@ -0,0 +1,3 @@ +source_md5="3195a26755a989327e9fa07f8a9f0f5e" +dest_md5="0c46eb76ec86b87e7f80baafb097ff97" + diff --git a/escape-room/godot/imported/bathroomCabinet.obj-9f119079b41d9a9ed9d339dc7fbc377d.mesh b/escape-room/godot/imported/bathroomCabinet.obj-9f119079b41d9a9ed9d339dc7fbc377d.mesh new file mode 100644 index 0000000..e7ae9ae Binary files /dev/null and b/escape-room/godot/imported/bathroomCabinet.obj-9f119079b41d9a9ed9d339dc7fbc377d.mesh differ diff --git a/escape-room/godot/imported/bathroomCabinet.png-615c9a5d7fd477fe165a20626a12fd8f.ctex b/escape-room/godot/imported/bathroomCabinet.png-615c9a5d7fd477fe165a20626a12fd8f.ctex new file mode 100644 index 0000000..4323c0f Binary files /dev/null and b/escape-room/godot/imported/bathroomCabinet.png-615c9a5d7fd477fe165a20626a12fd8f.ctex differ diff --git a/escape-room/godot/imported/bathroomCabinet.png-615c9a5d7fd477fe165a20626a12fd8f.md5 b/escape-room/godot/imported/bathroomCabinet.png-615c9a5d7fd477fe165a20626a12fd8f.md5 new file mode 100644 index 0000000..f538f67 --- /dev/null +++ b/escape-room/godot/imported/bathroomCabinet.png-615c9a5d7fd477fe165a20626a12fd8f.md5 @@ -0,0 +1,3 @@ +source_md5="084017832c1653947e80662388d4581e" +dest_md5="88b2e3671b3bacd3c061843d4c0f68e5" + diff --git a/escape-room/godot/imported/bathroomCabinetDrawer.dae-da075ac73cf3affa9b42755e10f5488e.md5 b/escape-room/godot/imported/bathroomCabinetDrawer.dae-da075ac73cf3affa9b42755e10f5488e.md5 new file mode 100644 index 0000000..2c81720 --- /dev/null +++ b/escape-room/godot/imported/bathroomCabinetDrawer.dae-da075ac73cf3affa9b42755e10f5488e.md5 @@ -0,0 +1,3 @@ +source_md5="38a8e8de3b9cfed8f20532eda77f0980" +dest_md5="29801a22cc2563f1b76b263b16975df0" + diff --git a/escape-room/godot/imported/bathroomCabinetDrawer.dae-da075ac73cf3affa9b42755e10f5488e.scn b/escape-room/godot/imported/bathroomCabinetDrawer.dae-da075ac73cf3affa9b42755e10f5488e.scn new file mode 100644 index 0000000..bdf71b7 Binary files /dev/null and b/escape-room/godot/imported/bathroomCabinetDrawer.dae-da075ac73cf3affa9b42755e10f5488e.scn differ diff --git a/escape-room/godot/imported/bathroomCabinetDrawer.fbx-ef754e30afdb99473d614955e9fc81f3.md5 b/escape-room/godot/imported/bathroomCabinetDrawer.fbx-ef754e30afdb99473d614955e9fc81f3.md5 new file mode 100644 index 0000000..199ef4a --- /dev/null +++ b/escape-room/godot/imported/bathroomCabinetDrawer.fbx-ef754e30afdb99473d614955e9fc81f3.md5 @@ -0,0 +1,3 @@ +source_md5="7520285ed530017cd6bb02e160c1d559" +dest_md5="5ab9c6f954d432e3dcaf5f680f45bdc5" + diff --git a/escape-room/godot/imported/bathroomCabinetDrawer.fbx-ef754e30afdb99473d614955e9fc81f3.scn b/escape-room/godot/imported/bathroomCabinetDrawer.fbx-ef754e30afdb99473d614955e9fc81f3.scn new file mode 100644 index 0000000..bcba3e7 Binary files /dev/null and b/escape-room/godot/imported/bathroomCabinetDrawer.fbx-ef754e30afdb99473d614955e9fc81f3.scn differ diff --git a/escape-room/godot/imported/bathroomCabinetDrawer.glb-1d15f3174b639b5f9b1516753007f10e.md5 b/escape-room/godot/imported/bathroomCabinetDrawer.glb-1d15f3174b639b5f9b1516753007f10e.md5 new file mode 100644 index 0000000..eb16edb --- /dev/null +++ b/escape-room/godot/imported/bathroomCabinetDrawer.glb-1d15f3174b639b5f9b1516753007f10e.md5 @@ -0,0 +1,3 @@ +source_md5="2121fa4c56bf4ac8f84e0f2248e4471d" +dest_md5="2be136c3b9dcbdb30b5aeb24aaeb0e80" + diff --git a/escape-room/godot/imported/bathroomCabinetDrawer.glb-1d15f3174b639b5f9b1516753007f10e.scn b/escape-room/godot/imported/bathroomCabinetDrawer.glb-1d15f3174b639b5f9b1516753007f10e.scn new file mode 100644 index 0000000..8abc0b3 Binary files /dev/null and b/escape-room/godot/imported/bathroomCabinetDrawer.glb-1d15f3174b639b5f9b1516753007f10e.scn differ diff --git a/escape-room/godot/imported/bathroomCabinetDrawer.obj-3ee036344523da7fb506d2a7721f63eb.md5 b/escape-room/godot/imported/bathroomCabinetDrawer.obj-3ee036344523da7fb506d2a7721f63eb.md5 new file mode 100644 index 0000000..f63165b --- /dev/null +++ b/escape-room/godot/imported/bathroomCabinetDrawer.obj-3ee036344523da7fb506d2a7721f63eb.md5 @@ -0,0 +1,3 @@ +source_md5="408201fbda6b64f72798a966c6929e89" +dest_md5="f6651e10eb5d6aa7965af365d3448048" + diff --git a/escape-room/godot/imported/bathroomCabinetDrawer.obj-3ee036344523da7fb506d2a7721f63eb.mesh b/escape-room/godot/imported/bathroomCabinetDrawer.obj-3ee036344523da7fb506d2a7721f63eb.mesh new file mode 100644 index 0000000..82f7a9b Binary files /dev/null and b/escape-room/godot/imported/bathroomCabinetDrawer.obj-3ee036344523da7fb506d2a7721f63eb.mesh differ diff --git a/escape-room/godot/imported/bathroomCabinetDrawer.png-f084de4c32b07f9d2b43731f27fd79e4.ctex b/escape-room/godot/imported/bathroomCabinetDrawer.png-f084de4c32b07f9d2b43731f27fd79e4.ctex new file mode 100644 index 0000000..b13196a Binary files /dev/null and b/escape-room/godot/imported/bathroomCabinetDrawer.png-f084de4c32b07f9d2b43731f27fd79e4.ctex differ diff --git a/escape-room/godot/imported/bathroomCabinetDrawer.png-f084de4c32b07f9d2b43731f27fd79e4.md5 b/escape-room/godot/imported/bathroomCabinetDrawer.png-f084de4c32b07f9d2b43731f27fd79e4.md5 new file mode 100644 index 0000000..c6bec2b --- /dev/null +++ b/escape-room/godot/imported/bathroomCabinetDrawer.png-f084de4c32b07f9d2b43731f27fd79e4.md5 @@ -0,0 +1,3 @@ +source_md5="2e87143fc553500ebbd0a0c02dbcc00b" +dest_md5="b91811afa0a72611b83198a0e25fcac4" + diff --git a/escape-room/godot/imported/bathroomCabinetDrawer_NE.png-b6eb2b32366500c13b66ead34c669165.ctex b/escape-room/godot/imported/bathroomCabinetDrawer_NE.png-b6eb2b32366500c13b66ead34c669165.ctex new file mode 100644 index 0000000..fc438ab Binary files /dev/null and b/escape-room/godot/imported/bathroomCabinetDrawer_NE.png-b6eb2b32366500c13b66ead34c669165.ctex differ diff --git a/escape-room/godot/imported/bathroomCabinetDrawer_NE.png-b6eb2b32366500c13b66ead34c669165.md5 b/escape-room/godot/imported/bathroomCabinetDrawer_NE.png-b6eb2b32366500c13b66ead34c669165.md5 new file mode 100644 index 0000000..f4b9ca0 --- /dev/null +++ b/escape-room/godot/imported/bathroomCabinetDrawer_NE.png-b6eb2b32366500c13b66ead34c669165.md5 @@ -0,0 +1,3 @@ +source_md5="9586270f089ce68fe4802f317cf6d59f" +dest_md5="c4fda06e6afb2de6dc9218fc0dfbec83" + diff --git a/escape-room/godot/imported/bathroomCabinetDrawer_NW.png-907c475df9b1e758e96a0b1917c8a874.ctex b/escape-room/godot/imported/bathroomCabinetDrawer_NW.png-907c475df9b1e758e96a0b1917c8a874.ctex new file mode 100644 index 0000000..1f85e60 Binary files /dev/null and b/escape-room/godot/imported/bathroomCabinetDrawer_NW.png-907c475df9b1e758e96a0b1917c8a874.ctex differ diff --git a/escape-room/godot/imported/bathroomCabinetDrawer_NW.png-907c475df9b1e758e96a0b1917c8a874.md5 b/escape-room/godot/imported/bathroomCabinetDrawer_NW.png-907c475df9b1e758e96a0b1917c8a874.md5 new file mode 100644 index 0000000..c93df9a --- /dev/null +++ b/escape-room/godot/imported/bathroomCabinetDrawer_NW.png-907c475df9b1e758e96a0b1917c8a874.md5 @@ -0,0 +1,3 @@ +source_md5="27fcc90d79c5a546559336e8c1a8dc09" +dest_md5="ee212e428b8f42d6aa021320cb7d928b" + diff --git a/escape-room/godot/imported/bathroomCabinetDrawer_SE.png-a3211f0f4c3a9ef4688d0319ef7e3cd0.ctex b/escape-room/godot/imported/bathroomCabinetDrawer_SE.png-a3211f0f4c3a9ef4688d0319ef7e3cd0.ctex new file mode 100644 index 0000000..b43799b Binary files /dev/null and b/escape-room/godot/imported/bathroomCabinetDrawer_SE.png-a3211f0f4c3a9ef4688d0319ef7e3cd0.ctex differ diff --git a/escape-room/godot/imported/bathroomCabinetDrawer_SE.png-a3211f0f4c3a9ef4688d0319ef7e3cd0.md5 b/escape-room/godot/imported/bathroomCabinetDrawer_SE.png-a3211f0f4c3a9ef4688d0319ef7e3cd0.md5 new file mode 100644 index 0000000..ace358a --- /dev/null +++ b/escape-room/godot/imported/bathroomCabinetDrawer_SE.png-a3211f0f4c3a9ef4688d0319ef7e3cd0.md5 @@ -0,0 +1,3 @@ +source_md5="8ba53788c58bcff448dde6a1fe22c268" +dest_md5="45ac94b5d1695e2dcacf4d5b4f664297" + diff --git a/escape-room/godot/imported/bathroomCabinetDrawer_SW.png-2eb2cc8bb0ce5f911f0d7fae77821f21.ctex b/escape-room/godot/imported/bathroomCabinetDrawer_SW.png-2eb2cc8bb0ce5f911f0d7fae77821f21.ctex new file mode 100644 index 0000000..b01d8fc Binary files /dev/null and b/escape-room/godot/imported/bathroomCabinetDrawer_SW.png-2eb2cc8bb0ce5f911f0d7fae77821f21.ctex differ diff --git a/escape-room/godot/imported/bathroomCabinetDrawer_SW.png-2eb2cc8bb0ce5f911f0d7fae77821f21.md5 b/escape-room/godot/imported/bathroomCabinetDrawer_SW.png-2eb2cc8bb0ce5f911f0d7fae77821f21.md5 new file mode 100644 index 0000000..bd40669 --- /dev/null +++ b/escape-room/godot/imported/bathroomCabinetDrawer_SW.png-2eb2cc8bb0ce5f911f0d7fae77821f21.md5 @@ -0,0 +1,3 @@ +source_md5="a1b549e790bb37ef958380eed6433339" +dest_md5="e571cd2dade66ea70517ea1f57e34bee" + diff --git a/escape-room/godot/imported/bathroomCabinet_NE.png-d02a97eee5c40d00e0fdbeadcc684087.ctex b/escape-room/godot/imported/bathroomCabinet_NE.png-d02a97eee5c40d00e0fdbeadcc684087.ctex new file mode 100644 index 0000000..5d6a2da Binary files /dev/null and b/escape-room/godot/imported/bathroomCabinet_NE.png-d02a97eee5c40d00e0fdbeadcc684087.ctex differ diff --git a/escape-room/godot/imported/bathroomCabinet_NE.png-d02a97eee5c40d00e0fdbeadcc684087.md5 b/escape-room/godot/imported/bathroomCabinet_NE.png-d02a97eee5c40d00e0fdbeadcc684087.md5 new file mode 100644 index 0000000..c3a3b48 --- /dev/null +++ b/escape-room/godot/imported/bathroomCabinet_NE.png-d02a97eee5c40d00e0fdbeadcc684087.md5 @@ -0,0 +1,3 @@ +source_md5="95a99e7e43412e3b504442468a83c867" +dest_md5="3881d0f61486094ea120d4217dd8f9ce" + diff --git a/escape-room/godot/imported/bathroomCabinet_NW.png-6611828c521a2a5110eb894cb140a045.ctex b/escape-room/godot/imported/bathroomCabinet_NW.png-6611828c521a2a5110eb894cb140a045.ctex new file mode 100644 index 0000000..8e9a972 Binary files /dev/null and b/escape-room/godot/imported/bathroomCabinet_NW.png-6611828c521a2a5110eb894cb140a045.ctex differ diff --git a/escape-room/godot/imported/bathroomCabinet_NW.png-6611828c521a2a5110eb894cb140a045.md5 b/escape-room/godot/imported/bathroomCabinet_NW.png-6611828c521a2a5110eb894cb140a045.md5 new file mode 100644 index 0000000..e779de7 --- /dev/null +++ b/escape-room/godot/imported/bathroomCabinet_NW.png-6611828c521a2a5110eb894cb140a045.md5 @@ -0,0 +1,3 @@ +source_md5="170b8f4bef6b5401d215f6734ad2b44b" +dest_md5="b27df138c24e221d5050a80585c75593" + diff --git a/escape-room/godot/imported/bathroomCabinet_SE.png-19595031d7bde3051dfa4bf580bd0acf.ctex b/escape-room/godot/imported/bathroomCabinet_SE.png-19595031d7bde3051dfa4bf580bd0acf.ctex new file mode 100644 index 0000000..1432ce2 Binary files /dev/null and b/escape-room/godot/imported/bathroomCabinet_SE.png-19595031d7bde3051dfa4bf580bd0acf.ctex differ diff --git a/escape-room/godot/imported/bathroomCabinet_SE.png-19595031d7bde3051dfa4bf580bd0acf.md5 b/escape-room/godot/imported/bathroomCabinet_SE.png-19595031d7bde3051dfa4bf580bd0acf.md5 new file mode 100644 index 0000000..04c9eda --- /dev/null +++ b/escape-room/godot/imported/bathroomCabinet_SE.png-19595031d7bde3051dfa4bf580bd0acf.md5 @@ -0,0 +1,3 @@ +source_md5="6b82deaeeabd2a454c9e1a28137b723e" +dest_md5="7e17c5d23f42392b0ac73c0f514fe12d" + diff --git a/escape-room/godot/imported/bathroomCabinet_SW.png-d7d20552f8a7c65bed449a42be5b105f.ctex b/escape-room/godot/imported/bathroomCabinet_SW.png-d7d20552f8a7c65bed449a42be5b105f.ctex new file mode 100644 index 0000000..ffa7261 Binary files /dev/null and b/escape-room/godot/imported/bathroomCabinet_SW.png-d7d20552f8a7c65bed449a42be5b105f.ctex differ diff --git a/escape-room/godot/imported/bathroomCabinet_SW.png-d7d20552f8a7c65bed449a42be5b105f.md5 b/escape-room/godot/imported/bathroomCabinet_SW.png-d7d20552f8a7c65bed449a42be5b105f.md5 new file mode 100644 index 0000000..151857d --- /dev/null +++ b/escape-room/godot/imported/bathroomCabinet_SW.png-d7d20552f8a7c65bed449a42be5b105f.md5 @@ -0,0 +1,3 @@ +source_md5="cea7146c959c6c2c45d8cc07fd086d16" +dest_md5="dec797bd0c0a1c65b885fd91d515364c" + diff --git a/escape-room/godot/imported/bathroomMirror.dae-107938643051e7c477a7e11a57bb39c1.md5 b/escape-room/godot/imported/bathroomMirror.dae-107938643051e7c477a7e11a57bb39c1.md5 new file mode 100644 index 0000000..aa45765 --- /dev/null +++ b/escape-room/godot/imported/bathroomMirror.dae-107938643051e7c477a7e11a57bb39c1.md5 @@ -0,0 +1,3 @@ +source_md5="2d83f3934fcf3f02b987a791840d982a" +dest_md5="d9a5f89bce4a3343b9c0ef19c363ac8f" + diff --git a/escape-room/godot/imported/bathroomMirror.dae-107938643051e7c477a7e11a57bb39c1.scn b/escape-room/godot/imported/bathroomMirror.dae-107938643051e7c477a7e11a57bb39c1.scn new file mode 100644 index 0000000..ed38a4f Binary files /dev/null and b/escape-room/godot/imported/bathroomMirror.dae-107938643051e7c477a7e11a57bb39c1.scn differ diff --git a/escape-room/godot/imported/bathroomMirror.fbx-7ccd65cf428a825021044f3a3fd13723.md5 b/escape-room/godot/imported/bathroomMirror.fbx-7ccd65cf428a825021044f3a3fd13723.md5 new file mode 100644 index 0000000..2922689 --- /dev/null +++ b/escape-room/godot/imported/bathroomMirror.fbx-7ccd65cf428a825021044f3a3fd13723.md5 @@ -0,0 +1,3 @@ +source_md5="c28109c2e3255c07d9a65911c873af93" +dest_md5="8d615bdb6ae7c7921941f88fcd63b8b8" + diff --git a/escape-room/godot/imported/bathroomMirror.fbx-7ccd65cf428a825021044f3a3fd13723.scn b/escape-room/godot/imported/bathroomMirror.fbx-7ccd65cf428a825021044f3a3fd13723.scn new file mode 100644 index 0000000..c009943 Binary files /dev/null and b/escape-room/godot/imported/bathroomMirror.fbx-7ccd65cf428a825021044f3a3fd13723.scn differ diff --git a/escape-room/godot/imported/bathroomMirror.glb-30bc0da64bd749cfa6eeb26c0745f739.md5 b/escape-room/godot/imported/bathroomMirror.glb-30bc0da64bd749cfa6eeb26c0745f739.md5 new file mode 100644 index 0000000..0972ce2 --- /dev/null +++ b/escape-room/godot/imported/bathroomMirror.glb-30bc0da64bd749cfa6eeb26c0745f739.md5 @@ -0,0 +1,3 @@ +source_md5="32dc6ef680ae842809c702b788b77b2c" +dest_md5="4d1de7b73cdfd537ca4848a425b24e09" + diff --git a/escape-room/godot/imported/bathroomMirror.glb-30bc0da64bd749cfa6eeb26c0745f739.scn b/escape-room/godot/imported/bathroomMirror.glb-30bc0da64bd749cfa6eeb26c0745f739.scn new file mode 100644 index 0000000..bbcac73 Binary files /dev/null and b/escape-room/godot/imported/bathroomMirror.glb-30bc0da64bd749cfa6eeb26c0745f739.scn differ diff --git a/escape-room/godot/imported/bathroomMirror.obj-797fb0395b0fe72fe6ef676bc8da4884.md5 b/escape-room/godot/imported/bathroomMirror.obj-797fb0395b0fe72fe6ef676bc8da4884.md5 new file mode 100644 index 0000000..ebc7a67 --- /dev/null +++ b/escape-room/godot/imported/bathroomMirror.obj-797fb0395b0fe72fe6ef676bc8da4884.md5 @@ -0,0 +1,3 @@ +source_md5="86a1f9b970a1f296054f78ef0b36af47" +dest_md5="24a1df2f0fa76d0c5c687e0876a4bcec" + diff --git a/escape-room/godot/imported/bathroomMirror.obj-797fb0395b0fe72fe6ef676bc8da4884.mesh b/escape-room/godot/imported/bathroomMirror.obj-797fb0395b0fe72fe6ef676bc8da4884.mesh new file mode 100644 index 0000000..53c96fd Binary files /dev/null and b/escape-room/godot/imported/bathroomMirror.obj-797fb0395b0fe72fe6ef676bc8da4884.mesh differ diff --git a/escape-room/godot/imported/bathroomMirror.png-c3bbebb6aabf636b2bb10c701e7376af.ctex b/escape-room/godot/imported/bathroomMirror.png-c3bbebb6aabf636b2bb10c701e7376af.ctex new file mode 100644 index 0000000..7a192b0 Binary files /dev/null and b/escape-room/godot/imported/bathroomMirror.png-c3bbebb6aabf636b2bb10c701e7376af.ctex differ diff --git a/escape-room/godot/imported/bathroomMirror.png-c3bbebb6aabf636b2bb10c701e7376af.md5 b/escape-room/godot/imported/bathroomMirror.png-c3bbebb6aabf636b2bb10c701e7376af.md5 new file mode 100644 index 0000000..8b8d704 --- /dev/null +++ b/escape-room/godot/imported/bathroomMirror.png-c3bbebb6aabf636b2bb10c701e7376af.md5 @@ -0,0 +1,3 @@ +source_md5="99852f1840f4c9c6ef2491c2e369eedb" +dest_md5="7e2d6f50af6c0938b371e61f5e6fa408" + diff --git a/escape-room/godot/imported/bathroomMirror_NE.png-1f12128d7f8322c21387d54ab846fe18.ctex b/escape-room/godot/imported/bathroomMirror_NE.png-1f12128d7f8322c21387d54ab846fe18.ctex new file mode 100644 index 0000000..8a128b9 Binary files /dev/null and b/escape-room/godot/imported/bathroomMirror_NE.png-1f12128d7f8322c21387d54ab846fe18.ctex differ diff --git a/escape-room/godot/imported/bathroomMirror_NE.png-1f12128d7f8322c21387d54ab846fe18.md5 b/escape-room/godot/imported/bathroomMirror_NE.png-1f12128d7f8322c21387d54ab846fe18.md5 new file mode 100644 index 0000000..65de4e4 --- /dev/null +++ b/escape-room/godot/imported/bathroomMirror_NE.png-1f12128d7f8322c21387d54ab846fe18.md5 @@ -0,0 +1,3 @@ +source_md5="d4bd80d1834bbf4e1258e8a7e26e905d" +dest_md5="007ce46c2f86db50e24ae9f1fa539551" + diff --git a/escape-room/godot/imported/bathroomMirror_NW.png-62430f67b2bcf602220423c2d8039f84.ctex b/escape-room/godot/imported/bathroomMirror_NW.png-62430f67b2bcf602220423c2d8039f84.ctex new file mode 100644 index 0000000..b7768b5 Binary files /dev/null and b/escape-room/godot/imported/bathroomMirror_NW.png-62430f67b2bcf602220423c2d8039f84.ctex differ diff --git a/escape-room/godot/imported/bathroomMirror_NW.png-62430f67b2bcf602220423c2d8039f84.md5 b/escape-room/godot/imported/bathroomMirror_NW.png-62430f67b2bcf602220423c2d8039f84.md5 new file mode 100644 index 0000000..8162dda --- /dev/null +++ b/escape-room/godot/imported/bathroomMirror_NW.png-62430f67b2bcf602220423c2d8039f84.md5 @@ -0,0 +1,3 @@ +source_md5="20efb5aacf13b74b06f400ba5f696741" +dest_md5="f984e32c7608faf570512185c6ce3c41" + diff --git a/escape-room/godot/imported/bathroomMirror_SE.png-140920250f807078be92621e1bac0c7f.ctex b/escape-room/godot/imported/bathroomMirror_SE.png-140920250f807078be92621e1bac0c7f.ctex new file mode 100644 index 0000000..96a44af Binary files /dev/null and b/escape-room/godot/imported/bathroomMirror_SE.png-140920250f807078be92621e1bac0c7f.ctex differ diff --git a/escape-room/godot/imported/bathroomMirror_SE.png-140920250f807078be92621e1bac0c7f.md5 b/escape-room/godot/imported/bathroomMirror_SE.png-140920250f807078be92621e1bac0c7f.md5 new file mode 100644 index 0000000..605e72d --- /dev/null +++ b/escape-room/godot/imported/bathroomMirror_SE.png-140920250f807078be92621e1bac0c7f.md5 @@ -0,0 +1,3 @@ +source_md5="6921c18c79e26f11beb32a2439be5f62" +dest_md5="66a088cbda97f665c2b2380c8c5cff7b" + diff --git a/escape-room/godot/imported/bathroomMirror_SW.png-04d009ddf9b3893243c60993eacc6725.ctex b/escape-room/godot/imported/bathroomMirror_SW.png-04d009ddf9b3893243c60993eacc6725.ctex new file mode 100644 index 0000000..02e6542 Binary files /dev/null and b/escape-room/godot/imported/bathroomMirror_SW.png-04d009ddf9b3893243c60993eacc6725.ctex differ diff --git a/escape-room/godot/imported/bathroomMirror_SW.png-04d009ddf9b3893243c60993eacc6725.md5 b/escape-room/godot/imported/bathroomMirror_SW.png-04d009ddf9b3893243c60993eacc6725.md5 new file mode 100644 index 0000000..6d155f2 --- /dev/null +++ b/escape-room/godot/imported/bathroomMirror_SW.png-04d009ddf9b3893243c60993eacc6725.md5 @@ -0,0 +1,3 @@ +source_md5="6a5b974740952762895566c9b4ae43e0" +dest_md5="daa13eee53a8293e7809ed2d1f7a079b" + diff --git a/escape-room/godot/imported/bathroomSink.dae-7533d3592f7c88923485033e1f469c47.md5 b/escape-room/godot/imported/bathroomSink.dae-7533d3592f7c88923485033e1f469c47.md5 new file mode 100644 index 0000000..d6f25fd --- /dev/null +++ b/escape-room/godot/imported/bathroomSink.dae-7533d3592f7c88923485033e1f469c47.md5 @@ -0,0 +1,3 @@ +source_md5="80843c1bbb68eebfcc01aebda5994065" +dest_md5="46e12c3b5ecc46901f57323626fbc966" + diff --git a/escape-room/godot/imported/bathroomSink.dae-7533d3592f7c88923485033e1f469c47.scn b/escape-room/godot/imported/bathroomSink.dae-7533d3592f7c88923485033e1f469c47.scn new file mode 100644 index 0000000..c0be8fe Binary files /dev/null and b/escape-room/godot/imported/bathroomSink.dae-7533d3592f7c88923485033e1f469c47.scn differ diff --git a/escape-room/godot/imported/bathroomSink.fbx-e5f1cd1a270f7b1b6a82e9c16ddbd522.md5 b/escape-room/godot/imported/bathroomSink.fbx-e5f1cd1a270f7b1b6a82e9c16ddbd522.md5 new file mode 100644 index 0000000..104e417 --- /dev/null +++ b/escape-room/godot/imported/bathroomSink.fbx-e5f1cd1a270f7b1b6a82e9c16ddbd522.md5 @@ -0,0 +1,3 @@ +source_md5="c1db5f7df1e335f77ee68d590b20f29b" +dest_md5="bc0cc780a5ccf4bb55cb8411b7e0586a" + diff --git a/escape-room/godot/imported/bathroomSink.fbx-e5f1cd1a270f7b1b6a82e9c16ddbd522.scn b/escape-room/godot/imported/bathroomSink.fbx-e5f1cd1a270f7b1b6a82e9c16ddbd522.scn new file mode 100644 index 0000000..e5d53ab Binary files /dev/null and b/escape-room/godot/imported/bathroomSink.fbx-e5f1cd1a270f7b1b6a82e9c16ddbd522.scn differ diff --git a/escape-room/godot/imported/bathroomSink.glb-c8467c127fb183a4432ef63672adda9e.md5 b/escape-room/godot/imported/bathroomSink.glb-c8467c127fb183a4432ef63672adda9e.md5 new file mode 100644 index 0000000..b8ee96e --- /dev/null +++ b/escape-room/godot/imported/bathroomSink.glb-c8467c127fb183a4432ef63672adda9e.md5 @@ -0,0 +1,3 @@ +source_md5="085792acd86c36e43ea99edf16e3c251" +dest_md5="b4b905ac65782a71f9347a859ad26fb1" + diff --git a/escape-room/godot/imported/bathroomSink.glb-c8467c127fb183a4432ef63672adda9e.scn b/escape-room/godot/imported/bathroomSink.glb-c8467c127fb183a4432ef63672adda9e.scn new file mode 100644 index 0000000..8e125fd Binary files /dev/null and b/escape-room/godot/imported/bathroomSink.glb-c8467c127fb183a4432ef63672adda9e.scn differ diff --git a/escape-room/godot/imported/bathroomSink.obj-4341b5bae1edfc031ccf9c2e618790f6.md5 b/escape-room/godot/imported/bathroomSink.obj-4341b5bae1edfc031ccf9c2e618790f6.md5 new file mode 100644 index 0000000..ed88fe1 --- /dev/null +++ b/escape-room/godot/imported/bathroomSink.obj-4341b5bae1edfc031ccf9c2e618790f6.md5 @@ -0,0 +1,3 @@ +source_md5="a4a32daa44be9c4792ed84c182ca8c82" +dest_md5="e46e7b2923a2276199df72390b7d6042" + diff --git a/escape-room/godot/imported/bathroomSink.obj-4341b5bae1edfc031ccf9c2e618790f6.mesh b/escape-room/godot/imported/bathroomSink.obj-4341b5bae1edfc031ccf9c2e618790f6.mesh new file mode 100644 index 0000000..979ecbd Binary files /dev/null and b/escape-room/godot/imported/bathroomSink.obj-4341b5bae1edfc031ccf9c2e618790f6.mesh differ diff --git a/escape-room/godot/imported/bathroomSink.png-ae0e7b737230f1628bcf35d8b23b07be.ctex b/escape-room/godot/imported/bathroomSink.png-ae0e7b737230f1628bcf35d8b23b07be.ctex new file mode 100644 index 0000000..edd47e5 Binary files /dev/null and b/escape-room/godot/imported/bathroomSink.png-ae0e7b737230f1628bcf35d8b23b07be.ctex differ diff --git a/escape-room/godot/imported/bathroomSink.png-ae0e7b737230f1628bcf35d8b23b07be.md5 b/escape-room/godot/imported/bathroomSink.png-ae0e7b737230f1628bcf35d8b23b07be.md5 new file mode 100644 index 0000000..a1e4c2f --- /dev/null +++ b/escape-room/godot/imported/bathroomSink.png-ae0e7b737230f1628bcf35d8b23b07be.md5 @@ -0,0 +1,3 @@ +source_md5="76772f2c0da29019c9ec19bca7ce7a72" +dest_md5="453faf68060840e8012140ea291175d0" + diff --git a/escape-room/godot/imported/bathroomSinkSquare.dae-2aacb110f20c88dd6197d89ad3c4fac1.md5 b/escape-room/godot/imported/bathroomSinkSquare.dae-2aacb110f20c88dd6197d89ad3c4fac1.md5 new file mode 100644 index 0000000..07d56d2 --- /dev/null +++ b/escape-room/godot/imported/bathroomSinkSquare.dae-2aacb110f20c88dd6197d89ad3c4fac1.md5 @@ -0,0 +1,3 @@ +source_md5="469b79c831abc64f536ffe88d12a40ea" +dest_md5="b9bc004db5a2b1d5e5e28998046b4d9b" + diff --git a/escape-room/godot/imported/bathroomSinkSquare.dae-2aacb110f20c88dd6197d89ad3c4fac1.scn b/escape-room/godot/imported/bathroomSinkSquare.dae-2aacb110f20c88dd6197d89ad3c4fac1.scn new file mode 100644 index 0000000..1cb98b7 Binary files /dev/null and b/escape-room/godot/imported/bathroomSinkSquare.dae-2aacb110f20c88dd6197d89ad3c4fac1.scn differ diff --git a/escape-room/godot/imported/bathroomSinkSquare.fbx-f8edaa271e09d166ee23411e72be4644.md5 b/escape-room/godot/imported/bathroomSinkSquare.fbx-f8edaa271e09d166ee23411e72be4644.md5 new file mode 100644 index 0000000..cf08a9e --- /dev/null +++ b/escape-room/godot/imported/bathroomSinkSquare.fbx-f8edaa271e09d166ee23411e72be4644.md5 @@ -0,0 +1,3 @@ +source_md5="1ddab9c1b55e65bffebed2a09b783872" +dest_md5="c85f2d16f7a63bbac9a0a7da274098d6" + diff --git a/escape-room/godot/imported/bathroomSinkSquare.fbx-f8edaa271e09d166ee23411e72be4644.scn b/escape-room/godot/imported/bathroomSinkSquare.fbx-f8edaa271e09d166ee23411e72be4644.scn new file mode 100644 index 0000000..2a8bc68 Binary files /dev/null and b/escape-room/godot/imported/bathroomSinkSquare.fbx-f8edaa271e09d166ee23411e72be4644.scn differ diff --git a/escape-room/godot/imported/bathroomSinkSquare.glb-374a52b01488b72d7a77e69e668fe21c.md5 b/escape-room/godot/imported/bathroomSinkSquare.glb-374a52b01488b72d7a77e69e668fe21c.md5 new file mode 100644 index 0000000..239b35b --- /dev/null +++ b/escape-room/godot/imported/bathroomSinkSquare.glb-374a52b01488b72d7a77e69e668fe21c.md5 @@ -0,0 +1,3 @@ +source_md5="734bae6afd3dd08dd86a76a749f185b6" +dest_md5="07d0a3de8c5207f2f99faeb548a0bdf2" + diff --git a/escape-room/godot/imported/bathroomSinkSquare.glb-374a52b01488b72d7a77e69e668fe21c.scn b/escape-room/godot/imported/bathroomSinkSquare.glb-374a52b01488b72d7a77e69e668fe21c.scn new file mode 100644 index 0000000..022855c Binary files /dev/null and b/escape-room/godot/imported/bathroomSinkSquare.glb-374a52b01488b72d7a77e69e668fe21c.scn differ diff --git a/escape-room/godot/imported/bathroomSinkSquare.obj-c518c6e60bea3b89d401dbdb56e6ad7b.md5 b/escape-room/godot/imported/bathroomSinkSquare.obj-c518c6e60bea3b89d401dbdb56e6ad7b.md5 new file mode 100644 index 0000000..74cc7f3 --- /dev/null +++ b/escape-room/godot/imported/bathroomSinkSquare.obj-c518c6e60bea3b89d401dbdb56e6ad7b.md5 @@ -0,0 +1,3 @@ +source_md5="9b37ff89d9c4d5b17e691d97d3f26036" +dest_md5="dcea5890101425cfbd64ad721e9c02f6" + diff --git a/escape-room/godot/imported/bathroomSinkSquare.obj-c518c6e60bea3b89d401dbdb56e6ad7b.mesh b/escape-room/godot/imported/bathroomSinkSquare.obj-c518c6e60bea3b89d401dbdb56e6ad7b.mesh new file mode 100644 index 0000000..3888ee8 Binary files /dev/null and b/escape-room/godot/imported/bathroomSinkSquare.obj-c518c6e60bea3b89d401dbdb56e6ad7b.mesh differ diff --git a/escape-room/godot/imported/bathroomSinkSquare.png-7f3762679595d6174bb26ac5bd9ca7d9.ctex b/escape-room/godot/imported/bathroomSinkSquare.png-7f3762679595d6174bb26ac5bd9ca7d9.ctex new file mode 100644 index 0000000..59a078f Binary files /dev/null and b/escape-room/godot/imported/bathroomSinkSquare.png-7f3762679595d6174bb26ac5bd9ca7d9.ctex differ diff --git a/escape-room/godot/imported/bathroomSinkSquare.png-7f3762679595d6174bb26ac5bd9ca7d9.md5 b/escape-room/godot/imported/bathroomSinkSquare.png-7f3762679595d6174bb26ac5bd9ca7d9.md5 new file mode 100644 index 0000000..f5dda8b --- /dev/null +++ b/escape-room/godot/imported/bathroomSinkSquare.png-7f3762679595d6174bb26ac5bd9ca7d9.md5 @@ -0,0 +1,3 @@ +source_md5="19815080b1ba985eec4230270e7b241e" +dest_md5="d75dff236e7732ecca350707ab817539" + diff --git a/escape-room/godot/imported/bathroomSinkSquare_NE.png-326b6299f9d3b509faf9ed59c43494f9.ctex b/escape-room/godot/imported/bathroomSinkSquare_NE.png-326b6299f9d3b509faf9ed59c43494f9.ctex new file mode 100644 index 0000000..7eeffa7 Binary files /dev/null and b/escape-room/godot/imported/bathroomSinkSquare_NE.png-326b6299f9d3b509faf9ed59c43494f9.ctex differ diff --git a/escape-room/godot/imported/bathroomSinkSquare_NE.png-326b6299f9d3b509faf9ed59c43494f9.md5 b/escape-room/godot/imported/bathroomSinkSquare_NE.png-326b6299f9d3b509faf9ed59c43494f9.md5 new file mode 100644 index 0000000..c4bb0a1 --- /dev/null +++ b/escape-room/godot/imported/bathroomSinkSquare_NE.png-326b6299f9d3b509faf9ed59c43494f9.md5 @@ -0,0 +1,3 @@ +source_md5="3021114e42a811d290dad506fb5a97e3" +dest_md5="bf63e17903394169e3d45b04dbbfd7f0" + diff --git a/escape-room/godot/imported/bathroomSinkSquare_NW.png-0cc877f2f2284b826165f940c3273e71.ctex b/escape-room/godot/imported/bathroomSinkSquare_NW.png-0cc877f2f2284b826165f940c3273e71.ctex new file mode 100644 index 0000000..5d92d7a Binary files /dev/null and b/escape-room/godot/imported/bathroomSinkSquare_NW.png-0cc877f2f2284b826165f940c3273e71.ctex differ diff --git a/escape-room/godot/imported/bathroomSinkSquare_NW.png-0cc877f2f2284b826165f940c3273e71.md5 b/escape-room/godot/imported/bathroomSinkSquare_NW.png-0cc877f2f2284b826165f940c3273e71.md5 new file mode 100644 index 0000000..9757dc8 --- /dev/null +++ b/escape-room/godot/imported/bathroomSinkSquare_NW.png-0cc877f2f2284b826165f940c3273e71.md5 @@ -0,0 +1,3 @@ +source_md5="9603cf73e049df3cef2f2d81ee486b4b" +dest_md5="f32829e1ba1afe03e34b350586c4d82d" + diff --git a/escape-room/godot/imported/bathroomSinkSquare_SE.png-223bfaf9396993d5b955980b16757786.ctex b/escape-room/godot/imported/bathroomSinkSquare_SE.png-223bfaf9396993d5b955980b16757786.ctex new file mode 100644 index 0000000..95548bc Binary files /dev/null and b/escape-room/godot/imported/bathroomSinkSquare_SE.png-223bfaf9396993d5b955980b16757786.ctex differ diff --git a/escape-room/godot/imported/bathroomSinkSquare_SE.png-223bfaf9396993d5b955980b16757786.md5 b/escape-room/godot/imported/bathroomSinkSquare_SE.png-223bfaf9396993d5b955980b16757786.md5 new file mode 100644 index 0000000..5ac1875 --- /dev/null +++ b/escape-room/godot/imported/bathroomSinkSquare_SE.png-223bfaf9396993d5b955980b16757786.md5 @@ -0,0 +1,3 @@ +source_md5="d94bcd78c01ec09618c42dc1000f106a" +dest_md5="f51c35c4f478af0dcc6f1199b3dfe58a" + diff --git a/escape-room/godot/imported/bathroomSinkSquare_SW.png-8e57132ccaae1555fd1c576ef14a85fc.ctex b/escape-room/godot/imported/bathroomSinkSquare_SW.png-8e57132ccaae1555fd1c576ef14a85fc.ctex new file mode 100644 index 0000000..cb2a080 Binary files /dev/null and b/escape-room/godot/imported/bathroomSinkSquare_SW.png-8e57132ccaae1555fd1c576ef14a85fc.ctex differ diff --git a/escape-room/godot/imported/bathroomSinkSquare_SW.png-8e57132ccaae1555fd1c576ef14a85fc.md5 b/escape-room/godot/imported/bathroomSinkSquare_SW.png-8e57132ccaae1555fd1c576ef14a85fc.md5 new file mode 100644 index 0000000..183dba1 --- /dev/null +++ b/escape-room/godot/imported/bathroomSinkSquare_SW.png-8e57132ccaae1555fd1c576ef14a85fc.md5 @@ -0,0 +1,3 @@ +source_md5="42a6f78131f91c35df19b68d653b5038" +dest_md5="9727c289ffca70d58f8f6c07b27d0069" + diff --git a/escape-room/godot/imported/bathroomSink_NE.png-a7634f153088c5959ba11400c43a1ef5.ctex b/escape-room/godot/imported/bathroomSink_NE.png-a7634f153088c5959ba11400c43a1ef5.ctex new file mode 100644 index 0000000..26fb20c Binary files /dev/null and b/escape-room/godot/imported/bathroomSink_NE.png-a7634f153088c5959ba11400c43a1ef5.ctex differ diff --git a/escape-room/godot/imported/bathroomSink_NE.png-a7634f153088c5959ba11400c43a1ef5.md5 b/escape-room/godot/imported/bathroomSink_NE.png-a7634f153088c5959ba11400c43a1ef5.md5 new file mode 100644 index 0000000..741cbaa --- /dev/null +++ b/escape-room/godot/imported/bathroomSink_NE.png-a7634f153088c5959ba11400c43a1ef5.md5 @@ -0,0 +1,3 @@ +source_md5="e926fbac339cd686bd2f8a4ea60bd40e" +dest_md5="1066908201a3152bf7b32220a24dac3c" + diff --git a/escape-room/godot/imported/bathroomSink_NW.png-4eb100d11f90cf8e33cee45a59989136.ctex b/escape-room/godot/imported/bathroomSink_NW.png-4eb100d11f90cf8e33cee45a59989136.ctex new file mode 100644 index 0000000..bb2512e Binary files /dev/null and b/escape-room/godot/imported/bathroomSink_NW.png-4eb100d11f90cf8e33cee45a59989136.ctex differ diff --git a/escape-room/godot/imported/bathroomSink_NW.png-4eb100d11f90cf8e33cee45a59989136.md5 b/escape-room/godot/imported/bathroomSink_NW.png-4eb100d11f90cf8e33cee45a59989136.md5 new file mode 100644 index 0000000..3551748 --- /dev/null +++ b/escape-room/godot/imported/bathroomSink_NW.png-4eb100d11f90cf8e33cee45a59989136.md5 @@ -0,0 +1,3 @@ +source_md5="09d4af4b7b7f927f57f8c745d2454fdb" +dest_md5="65c2bc326b1d64cecb8ae7bf14eb7dbd" + diff --git a/escape-room/godot/imported/bathroomSink_SE.png-fcf8cd5a5cb8beaf554832842fdf2034.ctex b/escape-room/godot/imported/bathroomSink_SE.png-fcf8cd5a5cb8beaf554832842fdf2034.ctex new file mode 100644 index 0000000..e4c421e Binary files /dev/null and b/escape-room/godot/imported/bathroomSink_SE.png-fcf8cd5a5cb8beaf554832842fdf2034.ctex differ diff --git a/escape-room/godot/imported/bathroomSink_SE.png-fcf8cd5a5cb8beaf554832842fdf2034.md5 b/escape-room/godot/imported/bathroomSink_SE.png-fcf8cd5a5cb8beaf554832842fdf2034.md5 new file mode 100644 index 0000000..b71b8f5 --- /dev/null +++ b/escape-room/godot/imported/bathroomSink_SE.png-fcf8cd5a5cb8beaf554832842fdf2034.md5 @@ -0,0 +1,3 @@ +source_md5="f8e3b6743000a4e54415b95a2eb9c3cf" +dest_md5="59a66e2f3a7bcb83d80f972e4f08c78e" + diff --git a/escape-room/godot/imported/bathroomSink_SW.png-345ebc0f50494262287438bd2a9fe0bf.ctex b/escape-room/godot/imported/bathroomSink_SW.png-345ebc0f50494262287438bd2a9fe0bf.ctex new file mode 100644 index 0000000..a7b97f5 Binary files /dev/null and b/escape-room/godot/imported/bathroomSink_SW.png-345ebc0f50494262287438bd2a9fe0bf.ctex differ diff --git a/escape-room/godot/imported/bathroomSink_SW.png-345ebc0f50494262287438bd2a9fe0bf.md5 b/escape-room/godot/imported/bathroomSink_SW.png-345ebc0f50494262287438bd2a9fe0bf.md5 new file mode 100644 index 0000000..30e2103 --- /dev/null +++ b/escape-room/godot/imported/bathroomSink_SW.png-345ebc0f50494262287438bd2a9fe0bf.md5 @@ -0,0 +1,3 @@ +source_md5="28370974e823302fd5cb412c9c1aff69" +dest_md5="cadf7465550041821a6c45d5bd74d682" + diff --git a/escape-room/godot/imported/bathtub.dae-6d5f6d407a0b753da9ccfe2ef49d1b81.md5 b/escape-room/godot/imported/bathtub.dae-6d5f6d407a0b753da9ccfe2ef49d1b81.md5 new file mode 100644 index 0000000..7bdde3d --- /dev/null +++ b/escape-room/godot/imported/bathtub.dae-6d5f6d407a0b753da9ccfe2ef49d1b81.md5 @@ -0,0 +1,3 @@ +source_md5="b8727602262ee09c017c271d82306569" +dest_md5="fcf984970bd352fe63e6d028e3eded71" + diff --git a/escape-room/godot/imported/bathtub.dae-6d5f6d407a0b753da9ccfe2ef49d1b81.scn b/escape-room/godot/imported/bathtub.dae-6d5f6d407a0b753da9ccfe2ef49d1b81.scn new file mode 100644 index 0000000..ff39f22 Binary files /dev/null and b/escape-room/godot/imported/bathtub.dae-6d5f6d407a0b753da9ccfe2ef49d1b81.scn differ diff --git a/escape-room/godot/imported/bathtub.fbx-9b740c41c83c0c3e713da090585ae13d.md5 b/escape-room/godot/imported/bathtub.fbx-9b740c41c83c0c3e713da090585ae13d.md5 new file mode 100644 index 0000000..9a7ac23 --- /dev/null +++ b/escape-room/godot/imported/bathtub.fbx-9b740c41c83c0c3e713da090585ae13d.md5 @@ -0,0 +1,3 @@ +source_md5="1607fd349c44153b42ad698195e31f31" +dest_md5="46c01b955db3bcdef232e4a1c5ba850c" + diff --git a/escape-room/godot/imported/bathtub.fbx-9b740c41c83c0c3e713da090585ae13d.scn b/escape-room/godot/imported/bathtub.fbx-9b740c41c83c0c3e713da090585ae13d.scn new file mode 100644 index 0000000..c6a2347 Binary files /dev/null and b/escape-room/godot/imported/bathtub.fbx-9b740c41c83c0c3e713da090585ae13d.scn differ diff --git a/escape-room/godot/imported/bathtub.glb-8d308c19f911b2a089025729f0ff3eb9.md5 b/escape-room/godot/imported/bathtub.glb-8d308c19f911b2a089025729f0ff3eb9.md5 new file mode 100644 index 0000000..738dc0b --- /dev/null +++ b/escape-room/godot/imported/bathtub.glb-8d308c19f911b2a089025729f0ff3eb9.md5 @@ -0,0 +1,3 @@ +source_md5="2d69859d472725199cf286082b23aa0c" +dest_md5="7e6d9180824ea9223f78d357cc791a9c" + diff --git a/escape-room/godot/imported/bathtub.glb-8d308c19f911b2a089025729f0ff3eb9.scn b/escape-room/godot/imported/bathtub.glb-8d308c19f911b2a089025729f0ff3eb9.scn new file mode 100644 index 0000000..dcb0546 Binary files /dev/null and b/escape-room/godot/imported/bathtub.glb-8d308c19f911b2a089025729f0ff3eb9.scn differ diff --git a/escape-room/godot/imported/bathtub.obj-02a87b4986bc571dd937da910eca7281.md5 b/escape-room/godot/imported/bathtub.obj-02a87b4986bc571dd937da910eca7281.md5 new file mode 100644 index 0000000..c5da482 --- /dev/null +++ b/escape-room/godot/imported/bathtub.obj-02a87b4986bc571dd937da910eca7281.md5 @@ -0,0 +1,3 @@ +source_md5="071a21a846101dde0e6057277be3c88c" +dest_md5="cfe931b30a29b7b4c757307c43feb0a3" + diff --git a/escape-room/godot/imported/bathtub.obj-02a87b4986bc571dd937da910eca7281.mesh b/escape-room/godot/imported/bathtub.obj-02a87b4986bc571dd937da910eca7281.mesh new file mode 100644 index 0000000..78a964e Binary files /dev/null and b/escape-room/godot/imported/bathtub.obj-02a87b4986bc571dd937da910eca7281.mesh differ diff --git a/escape-room/godot/imported/bathtub.png-06151cbfe932010c7963825817f53c61.ctex b/escape-room/godot/imported/bathtub.png-06151cbfe932010c7963825817f53c61.ctex new file mode 100644 index 0000000..e534591 Binary files /dev/null and b/escape-room/godot/imported/bathtub.png-06151cbfe932010c7963825817f53c61.ctex differ diff --git a/escape-room/godot/imported/bathtub.png-06151cbfe932010c7963825817f53c61.md5 b/escape-room/godot/imported/bathtub.png-06151cbfe932010c7963825817f53c61.md5 new file mode 100644 index 0000000..62a840c --- /dev/null +++ b/escape-room/godot/imported/bathtub.png-06151cbfe932010c7963825817f53c61.md5 @@ -0,0 +1,3 @@ +source_md5="9c310e69772e5357f723412a924f7dcf" +dest_md5="60c461d77cd4fca03e7f2661dec06d63" + diff --git a/escape-room/godot/imported/bathtub_NE.png-4918a5683989e741ac5a99a438fac98a.ctex b/escape-room/godot/imported/bathtub_NE.png-4918a5683989e741ac5a99a438fac98a.ctex new file mode 100644 index 0000000..e91b52a Binary files /dev/null and b/escape-room/godot/imported/bathtub_NE.png-4918a5683989e741ac5a99a438fac98a.ctex differ diff --git a/escape-room/godot/imported/bathtub_NE.png-4918a5683989e741ac5a99a438fac98a.md5 b/escape-room/godot/imported/bathtub_NE.png-4918a5683989e741ac5a99a438fac98a.md5 new file mode 100644 index 0000000..b947bbc --- /dev/null +++ b/escape-room/godot/imported/bathtub_NE.png-4918a5683989e741ac5a99a438fac98a.md5 @@ -0,0 +1,3 @@ +source_md5="822077bb921b83cacce745a38c3a5c26" +dest_md5="54f2e8e04394a92276fd2703dc7dc7fd" + diff --git a/escape-room/godot/imported/bathtub_NW.png-3a9da64094c5fcb07d562148e92d518c.ctex b/escape-room/godot/imported/bathtub_NW.png-3a9da64094c5fcb07d562148e92d518c.ctex new file mode 100644 index 0000000..c4dd3be Binary files /dev/null and b/escape-room/godot/imported/bathtub_NW.png-3a9da64094c5fcb07d562148e92d518c.ctex differ diff --git a/escape-room/godot/imported/bathtub_NW.png-3a9da64094c5fcb07d562148e92d518c.md5 b/escape-room/godot/imported/bathtub_NW.png-3a9da64094c5fcb07d562148e92d518c.md5 new file mode 100644 index 0000000..6119f4d --- /dev/null +++ b/escape-room/godot/imported/bathtub_NW.png-3a9da64094c5fcb07d562148e92d518c.md5 @@ -0,0 +1,3 @@ +source_md5="57b85121b2dfe43746b7186ef65c1586" +dest_md5="98853d27b384c0b123e1ffdc385eca76" + diff --git a/escape-room/godot/imported/bathtub_SE.png-9865ea6538c2e0888c4d4d61efac6ee5.ctex b/escape-room/godot/imported/bathtub_SE.png-9865ea6538c2e0888c4d4d61efac6ee5.ctex new file mode 100644 index 0000000..cd82d7e Binary files /dev/null and b/escape-room/godot/imported/bathtub_SE.png-9865ea6538c2e0888c4d4d61efac6ee5.ctex differ diff --git a/escape-room/godot/imported/bathtub_SE.png-9865ea6538c2e0888c4d4d61efac6ee5.md5 b/escape-room/godot/imported/bathtub_SE.png-9865ea6538c2e0888c4d4d61efac6ee5.md5 new file mode 100644 index 0000000..8002392 --- /dev/null +++ b/escape-room/godot/imported/bathtub_SE.png-9865ea6538c2e0888c4d4d61efac6ee5.md5 @@ -0,0 +1,3 @@ +source_md5="fb5cc1354477255aac14e14948a75100" +dest_md5="ba5bd9690afd40394a1c84c4a5cdc1d1" + diff --git a/escape-room/godot/imported/bathtub_SW.png-e088b0b1ad34b2c2da2c08029a17fff7.ctex b/escape-room/godot/imported/bathtub_SW.png-e088b0b1ad34b2c2da2c08029a17fff7.ctex new file mode 100644 index 0000000..0ebe78c Binary files /dev/null and b/escape-room/godot/imported/bathtub_SW.png-e088b0b1ad34b2c2da2c08029a17fff7.ctex differ diff --git a/escape-room/godot/imported/bathtub_SW.png-e088b0b1ad34b2c2da2c08029a17fff7.md5 b/escape-room/godot/imported/bathtub_SW.png-e088b0b1ad34b2c2da2c08029a17fff7.md5 new file mode 100644 index 0000000..d69235c --- /dev/null +++ b/escape-room/godot/imported/bathtub_SW.png-e088b0b1ad34b2c2da2c08029a17fff7.md5 @@ -0,0 +1,3 @@ +source_md5="81b989335aef0a6fc79e13ad1e58d150" +dest_md5="ffb9b3096ddcfb66a81e47e10bacef82" + diff --git a/escape-room/godot/imported/bear.dae-286e826221b4f38d8ba884146198f202.md5 b/escape-room/godot/imported/bear.dae-286e826221b4f38d8ba884146198f202.md5 new file mode 100644 index 0000000..048115c --- /dev/null +++ b/escape-room/godot/imported/bear.dae-286e826221b4f38d8ba884146198f202.md5 @@ -0,0 +1,3 @@ +source_md5="f2d4667150cff8bc407eae3144e7e03f" +dest_md5="92ababa073428b7bef7bfdf10d0cab46" + diff --git a/escape-room/godot/imported/bear.dae-286e826221b4f38d8ba884146198f202.scn b/escape-room/godot/imported/bear.dae-286e826221b4f38d8ba884146198f202.scn new file mode 100644 index 0000000..536f69a Binary files /dev/null and b/escape-room/godot/imported/bear.dae-286e826221b4f38d8ba884146198f202.scn differ diff --git a/escape-room/godot/imported/bear.fbx-2cbde97ef03f1d22ce6c77f33cffa017.md5 b/escape-room/godot/imported/bear.fbx-2cbde97ef03f1d22ce6c77f33cffa017.md5 new file mode 100644 index 0000000..4a404fe --- /dev/null +++ b/escape-room/godot/imported/bear.fbx-2cbde97ef03f1d22ce6c77f33cffa017.md5 @@ -0,0 +1,3 @@ +source_md5="d601c3cd53f9223155d8b36aa234fdea" +dest_md5="64fe9fc4de330a789834a1e86fcb637e" + diff --git a/escape-room/godot/imported/bear.fbx-2cbde97ef03f1d22ce6c77f33cffa017.scn b/escape-room/godot/imported/bear.fbx-2cbde97ef03f1d22ce6c77f33cffa017.scn new file mode 100644 index 0000000..e75a9b2 Binary files /dev/null and b/escape-room/godot/imported/bear.fbx-2cbde97ef03f1d22ce6c77f33cffa017.scn differ diff --git a/escape-room/godot/imported/bear.glb-164ae5dffa9683124406fb52cf93adc8.md5 b/escape-room/godot/imported/bear.glb-164ae5dffa9683124406fb52cf93adc8.md5 new file mode 100644 index 0000000..2cc3b69 --- /dev/null +++ b/escape-room/godot/imported/bear.glb-164ae5dffa9683124406fb52cf93adc8.md5 @@ -0,0 +1,3 @@ +source_md5="83a4b39255be9f58bde26f434818a974" +dest_md5="ec59b1cadabac103c14f50c094f91628" + diff --git a/escape-room/godot/imported/bear.glb-164ae5dffa9683124406fb52cf93adc8.scn b/escape-room/godot/imported/bear.glb-164ae5dffa9683124406fb52cf93adc8.scn new file mode 100644 index 0000000..ca1acd2 Binary files /dev/null and b/escape-room/godot/imported/bear.glb-164ae5dffa9683124406fb52cf93adc8.scn differ diff --git a/escape-room/godot/imported/bear.obj-3c0ddd56f445707f54f76b1f5b26b06f.md5 b/escape-room/godot/imported/bear.obj-3c0ddd56f445707f54f76b1f5b26b06f.md5 new file mode 100644 index 0000000..9b3140e --- /dev/null +++ b/escape-room/godot/imported/bear.obj-3c0ddd56f445707f54f76b1f5b26b06f.md5 @@ -0,0 +1,3 @@ +source_md5="64c07911be3dcc0f5b45c128e363c772" +dest_md5="6c962ca1987f97a3762fdf7e5876d9a7" + diff --git a/escape-room/godot/imported/bear.obj-3c0ddd56f445707f54f76b1f5b26b06f.mesh b/escape-room/godot/imported/bear.obj-3c0ddd56f445707f54f76b1f5b26b06f.mesh new file mode 100644 index 0000000..c7f9031 Binary files /dev/null and b/escape-room/godot/imported/bear.obj-3c0ddd56f445707f54f76b1f5b26b06f.mesh differ diff --git a/escape-room/godot/imported/bear.png-4b09177fbac98a599c40b9a77d1bdf0c.ctex b/escape-room/godot/imported/bear.png-4b09177fbac98a599c40b9a77d1bdf0c.ctex new file mode 100644 index 0000000..958f338 Binary files /dev/null and b/escape-room/godot/imported/bear.png-4b09177fbac98a599c40b9a77d1bdf0c.ctex differ diff --git a/escape-room/godot/imported/bear.png-4b09177fbac98a599c40b9a77d1bdf0c.md5 b/escape-room/godot/imported/bear.png-4b09177fbac98a599c40b9a77d1bdf0c.md5 new file mode 100644 index 0000000..ec9e9d2 --- /dev/null +++ b/escape-room/godot/imported/bear.png-4b09177fbac98a599c40b9a77d1bdf0c.md5 @@ -0,0 +1,3 @@ +source_md5="4b58aaff2a579983d3fbd218ec957eb4" +dest_md5="34fd5ba37db78c762917e32cb11db7bd" + diff --git a/escape-room/godot/imported/bear_NE.png-b5c72b22464b132927b5d4e748a5ff05.ctex b/escape-room/godot/imported/bear_NE.png-b5c72b22464b132927b5d4e748a5ff05.ctex new file mode 100644 index 0000000..80d0fb9 Binary files /dev/null and b/escape-room/godot/imported/bear_NE.png-b5c72b22464b132927b5d4e748a5ff05.ctex differ diff --git a/escape-room/godot/imported/bear_NE.png-b5c72b22464b132927b5d4e748a5ff05.md5 b/escape-room/godot/imported/bear_NE.png-b5c72b22464b132927b5d4e748a5ff05.md5 new file mode 100644 index 0000000..7eaad8b --- /dev/null +++ b/escape-room/godot/imported/bear_NE.png-b5c72b22464b132927b5d4e748a5ff05.md5 @@ -0,0 +1,3 @@ +source_md5="8be9288e94773026ed6df8975e72a56a" +dest_md5="77ec07747ff9071ffe1bed7f36e155b1" + diff --git a/escape-room/godot/imported/bear_NW.png-d87e77bb9b682d4e49269b078f32bfa2.ctex b/escape-room/godot/imported/bear_NW.png-d87e77bb9b682d4e49269b078f32bfa2.ctex new file mode 100644 index 0000000..10b1122 Binary files /dev/null and b/escape-room/godot/imported/bear_NW.png-d87e77bb9b682d4e49269b078f32bfa2.ctex differ diff --git a/escape-room/godot/imported/bear_NW.png-d87e77bb9b682d4e49269b078f32bfa2.md5 b/escape-room/godot/imported/bear_NW.png-d87e77bb9b682d4e49269b078f32bfa2.md5 new file mode 100644 index 0000000..b600176 --- /dev/null +++ b/escape-room/godot/imported/bear_NW.png-d87e77bb9b682d4e49269b078f32bfa2.md5 @@ -0,0 +1,3 @@ +source_md5="66196a8ca6ee8caaed92f4e4de4b1e98" +dest_md5="c6a2d707d649ee43db179fd98d3e83c6" + diff --git a/escape-room/godot/imported/bear_SE.png-7165022763355288c379b1b79aa51afd.ctex b/escape-room/godot/imported/bear_SE.png-7165022763355288c379b1b79aa51afd.ctex new file mode 100644 index 0000000..503eb24 Binary files /dev/null and b/escape-room/godot/imported/bear_SE.png-7165022763355288c379b1b79aa51afd.ctex differ diff --git a/escape-room/godot/imported/bear_SE.png-7165022763355288c379b1b79aa51afd.md5 b/escape-room/godot/imported/bear_SE.png-7165022763355288c379b1b79aa51afd.md5 new file mode 100644 index 0000000..ff180e9 --- /dev/null +++ b/escape-room/godot/imported/bear_SE.png-7165022763355288c379b1b79aa51afd.md5 @@ -0,0 +1,3 @@ +source_md5="4e58d8d361bde82d37e012aafbdeede5" +dest_md5="09018e86919063cc0a986fece52a2cf8" + diff --git a/escape-room/godot/imported/bear_SW.png-177281c7a393473df7f65d0a7f627873.ctex b/escape-room/godot/imported/bear_SW.png-177281c7a393473df7f65d0a7f627873.ctex new file mode 100644 index 0000000..a620b9e Binary files /dev/null and b/escape-room/godot/imported/bear_SW.png-177281c7a393473df7f65d0a7f627873.ctex differ diff --git a/escape-room/godot/imported/bear_SW.png-177281c7a393473df7f65d0a7f627873.md5 b/escape-room/godot/imported/bear_SW.png-177281c7a393473df7f65d0a7f627873.md5 new file mode 100644 index 0000000..0caec08 --- /dev/null +++ b/escape-room/godot/imported/bear_SW.png-177281c7a393473df7f65d0a7f627873.md5 @@ -0,0 +1,3 @@ +source_md5="231730ca80b8a9a1f3b29d3edc34faff" +dest_md5="1ca1a27d3b2cba41b725a66d4b288b76" + diff --git a/escape-room/godot/imported/bedBunk.dae-ebe727c6ee5eff15f3aa818f3aec568b.md5 b/escape-room/godot/imported/bedBunk.dae-ebe727c6ee5eff15f3aa818f3aec568b.md5 new file mode 100644 index 0000000..aa4d799 --- /dev/null +++ b/escape-room/godot/imported/bedBunk.dae-ebe727c6ee5eff15f3aa818f3aec568b.md5 @@ -0,0 +1,3 @@ +source_md5="caeb6f0f5d3b988dac3e7c020abc7235" +dest_md5="04082eb0277a324f707fbcdb6778f57e" + diff --git a/escape-room/godot/imported/bedBunk.dae-ebe727c6ee5eff15f3aa818f3aec568b.scn b/escape-room/godot/imported/bedBunk.dae-ebe727c6ee5eff15f3aa818f3aec568b.scn new file mode 100644 index 0000000..fbeca13 Binary files /dev/null and b/escape-room/godot/imported/bedBunk.dae-ebe727c6ee5eff15f3aa818f3aec568b.scn differ diff --git a/escape-room/godot/imported/bedBunk.fbx-20c47d47993a497a55636d820126df68.md5 b/escape-room/godot/imported/bedBunk.fbx-20c47d47993a497a55636d820126df68.md5 new file mode 100644 index 0000000..9b5ea73 --- /dev/null +++ b/escape-room/godot/imported/bedBunk.fbx-20c47d47993a497a55636d820126df68.md5 @@ -0,0 +1,3 @@ +source_md5="3410ed0501ccf02cd884eab79757db63" +dest_md5="78482bbb81a5c2040d8cba36130d4f49" + diff --git a/escape-room/godot/imported/bedBunk.fbx-20c47d47993a497a55636d820126df68.scn b/escape-room/godot/imported/bedBunk.fbx-20c47d47993a497a55636d820126df68.scn new file mode 100644 index 0000000..6d6a767 Binary files /dev/null and b/escape-room/godot/imported/bedBunk.fbx-20c47d47993a497a55636d820126df68.scn differ diff --git a/escape-room/godot/imported/bedBunk.glb-daf11616c05813df442f796ce27b7f1a.md5 b/escape-room/godot/imported/bedBunk.glb-daf11616c05813df442f796ce27b7f1a.md5 new file mode 100644 index 0000000..53e0e81 --- /dev/null +++ b/escape-room/godot/imported/bedBunk.glb-daf11616c05813df442f796ce27b7f1a.md5 @@ -0,0 +1,3 @@ +source_md5="b8ef276c2e1e70f8904b3feb0aa8200b" +dest_md5="81f9eff177cfe1a530895b67ec13f897" + diff --git a/escape-room/godot/imported/bedBunk.glb-daf11616c05813df442f796ce27b7f1a.scn b/escape-room/godot/imported/bedBunk.glb-daf11616c05813df442f796ce27b7f1a.scn new file mode 100644 index 0000000..32b3a02 Binary files /dev/null and b/escape-room/godot/imported/bedBunk.glb-daf11616c05813df442f796ce27b7f1a.scn differ diff --git a/escape-room/godot/imported/bedBunk.obj-36a9aa93e416a994aca86d7f4343a738.md5 b/escape-room/godot/imported/bedBunk.obj-36a9aa93e416a994aca86d7f4343a738.md5 new file mode 100644 index 0000000..bf17d12 --- /dev/null +++ b/escape-room/godot/imported/bedBunk.obj-36a9aa93e416a994aca86d7f4343a738.md5 @@ -0,0 +1,3 @@ +source_md5="4d187ab16c4f33eb9b4f3d463af6065d" +dest_md5="e04a7b7567d1c02da69aee299f5b206f" + diff --git a/escape-room/godot/imported/bedBunk.obj-36a9aa93e416a994aca86d7f4343a738.mesh b/escape-room/godot/imported/bedBunk.obj-36a9aa93e416a994aca86d7f4343a738.mesh new file mode 100644 index 0000000..0cf6800 Binary files /dev/null and b/escape-room/godot/imported/bedBunk.obj-36a9aa93e416a994aca86d7f4343a738.mesh differ diff --git a/escape-room/godot/imported/bedBunk.png-c84f8179b2680ad243965ebabe59472d.ctex b/escape-room/godot/imported/bedBunk.png-c84f8179b2680ad243965ebabe59472d.ctex new file mode 100644 index 0000000..fa4f1be Binary files /dev/null and b/escape-room/godot/imported/bedBunk.png-c84f8179b2680ad243965ebabe59472d.ctex differ diff --git a/escape-room/godot/imported/bedBunk.png-c84f8179b2680ad243965ebabe59472d.md5 b/escape-room/godot/imported/bedBunk.png-c84f8179b2680ad243965ebabe59472d.md5 new file mode 100644 index 0000000..df67682 --- /dev/null +++ b/escape-room/godot/imported/bedBunk.png-c84f8179b2680ad243965ebabe59472d.md5 @@ -0,0 +1,3 @@ +source_md5="c458b51ccaaf48d1d3554cd820af27ac" +dest_md5="a73846ce1b1769540f9b3dfbaf046307" + diff --git a/escape-room/godot/imported/bedBunk_NE.png-3220c5fa89b9e6e61a119ea72c4ea49e.ctex b/escape-room/godot/imported/bedBunk_NE.png-3220c5fa89b9e6e61a119ea72c4ea49e.ctex new file mode 100644 index 0000000..4e7573e Binary files /dev/null and b/escape-room/godot/imported/bedBunk_NE.png-3220c5fa89b9e6e61a119ea72c4ea49e.ctex differ diff --git a/escape-room/godot/imported/bedBunk_NE.png-3220c5fa89b9e6e61a119ea72c4ea49e.md5 b/escape-room/godot/imported/bedBunk_NE.png-3220c5fa89b9e6e61a119ea72c4ea49e.md5 new file mode 100644 index 0000000..cbfab0d --- /dev/null +++ b/escape-room/godot/imported/bedBunk_NE.png-3220c5fa89b9e6e61a119ea72c4ea49e.md5 @@ -0,0 +1,3 @@ +source_md5="d13642a60afcc56ad12c6926297a5c2e" +dest_md5="1bc084bae9e600583d6be5f51ac22ef0" + diff --git a/escape-room/godot/imported/bedBunk_NW.png-de506bfe497d98e816af46ee3f08a579.ctex b/escape-room/godot/imported/bedBunk_NW.png-de506bfe497d98e816af46ee3f08a579.ctex new file mode 100644 index 0000000..9813095 Binary files /dev/null and b/escape-room/godot/imported/bedBunk_NW.png-de506bfe497d98e816af46ee3f08a579.ctex differ diff --git a/escape-room/godot/imported/bedBunk_NW.png-de506bfe497d98e816af46ee3f08a579.md5 b/escape-room/godot/imported/bedBunk_NW.png-de506bfe497d98e816af46ee3f08a579.md5 new file mode 100644 index 0000000..01856a1 --- /dev/null +++ b/escape-room/godot/imported/bedBunk_NW.png-de506bfe497d98e816af46ee3f08a579.md5 @@ -0,0 +1,3 @@ +source_md5="ea182ca9e52f7c3fb91cce746e93e5cf" +dest_md5="dc8587c91f96e4d8c8720229a5324782" + diff --git a/escape-room/godot/imported/bedBunk_SE.png-1ffc433f23e51c53c3671757195b85fe.ctex b/escape-room/godot/imported/bedBunk_SE.png-1ffc433f23e51c53c3671757195b85fe.ctex new file mode 100644 index 0000000..c7ea0be Binary files /dev/null and b/escape-room/godot/imported/bedBunk_SE.png-1ffc433f23e51c53c3671757195b85fe.ctex differ diff --git a/escape-room/godot/imported/bedBunk_SE.png-1ffc433f23e51c53c3671757195b85fe.md5 b/escape-room/godot/imported/bedBunk_SE.png-1ffc433f23e51c53c3671757195b85fe.md5 new file mode 100644 index 0000000..2ffe5f2 --- /dev/null +++ b/escape-room/godot/imported/bedBunk_SE.png-1ffc433f23e51c53c3671757195b85fe.md5 @@ -0,0 +1,3 @@ +source_md5="6866181ac45a6932a1632cfda824d592" +dest_md5="aad4efff687a9d72a8217bf48f2ec552" + diff --git a/escape-room/godot/imported/bedBunk_SW.png-096ecea63c7edd193263d77dc3e76867.ctex b/escape-room/godot/imported/bedBunk_SW.png-096ecea63c7edd193263d77dc3e76867.ctex new file mode 100644 index 0000000..d50cae7 Binary files /dev/null and b/escape-room/godot/imported/bedBunk_SW.png-096ecea63c7edd193263d77dc3e76867.ctex differ diff --git a/escape-room/godot/imported/bedBunk_SW.png-096ecea63c7edd193263d77dc3e76867.md5 b/escape-room/godot/imported/bedBunk_SW.png-096ecea63c7edd193263d77dc3e76867.md5 new file mode 100644 index 0000000..4f51442 --- /dev/null +++ b/escape-room/godot/imported/bedBunk_SW.png-096ecea63c7edd193263d77dc3e76867.md5 @@ -0,0 +1,3 @@ +source_md5="a1e8885ff115a3c5e3cb4d6329f03151" +dest_md5="94e2daa7bf97481e838d06354b8ca668" + diff --git a/escape-room/godot/imported/bedDouble.dae-ccb13c8cf1cf529a1d70b0e0b52ffd7f.md5 b/escape-room/godot/imported/bedDouble.dae-ccb13c8cf1cf529a1d70b0e0b52ffd7f.md5 new file mode 100644 index 0000000..f8379ee --- /dev/null +++ b/escape-room/godot/imported/bedDouble.dae-ccb13c8cf1cf529a1d70b0e0b52ffd7f.md5 @@ -0,0 +1,3 @@ +source_md5="9f208ce419ccd50bdfaad08c7258c212" +dest_md5="a2e112b88d470ec1a2b9337bffdbea7a" + diff --git a/escape-room/godot/imported/bedDouble.dae-ccb13c8cf1cf529a1d70b0e0b52ffd7f.scn b/escape-room/godot/imported/bedDouble.dae-ccb13c8cf1cf529a1d70b0e0b52ffd7f.scn new file mode 100644 index 0000000..2856bfe Binary files /dev/null and b/escape-room/godot/imported/bedDouble.dae-ccb13c8cf1cf529a1d70b0e0b52ffd7f.scn differ diff --git a/escape-room/godot/imported/bedDouble.fbx-84aaf29a4a60f41802b1d680deebb170.md5 b/escape-room/godot/imported/bedDouble.fbx-84aaf29a4a60f41802b1d680deebb170.md5 new file mode 100644 index 0000000..858e2a6 --- /dev/null +++ b/escape-room/godot/imported/bedDouble.fbx-84aaf29a4a60f41802b1d680deebb170.md5 @@ -0,0 +1,3 @@ +source_md5="c7185ea951ecc6d39208b3fa1007da13" +dest_md5="b2413c215412124c2ffb67f4a1c1b129" + diff --git a/escape-room/godot/imported/bedDouble.fbx-84aaf29a4a60f41802b1d680deebb170.scn b/escape-room/godot/imported/bedDouble.fbx-84aaf29a4a60f41802b1d680deebb170.scn new file mode 100644 index 0000000..fb0916f Binary files /dev/null and b/escape-room/godot/imported/bedDouble.fbx-84aaf29a4a60f41802b1d680deebb170.scn differ diff --git a/escape-room/godot/imported/bedDouble.glb-2d023d257f51acd5847804f06d526f7f.md5 b/escape-room/godot/imported/bedDouble.glb-2d023d257f51acd5847804f06d526f7f.md5 new file mode 100644 index 0000000..3d7d714 --- /dev/null +++ b/escape-room/godot/imported/bedDouble.glb-2d023d257f51acd5847804f06d526f7f.md5 @@ -0,0 +1,3 @@ +source_md5="a29aa52fbaa0a95e75442b2ba7113b11" +dest_md5="eb0f88a897c5c6861d712c1d4da893e5" + diff --git a/escape-room/godot/imported/bedDouble.glb-2d023d257f51acd5847804f06d526f7f.scn b/escape-room/godot/imported/bedDouble.glb-2d023d257f51acd5847804f06d526f7f.scn new file mode 100644 index 0000000..f1787f8 Binary files /dev/null and b/escape-room/godot/imported/bedDouble.glb-2d023d257f51acd5847804f06d526f7f.scn differ diff --git a/escape-room/godot/imported/bedDouble.obj-7d430932f8ea81fc00879e7181ed26df.md5 b/escape-room/godot/imported/bedDouble.obj-7d430932f8ea81fc00879e7181ed26df.md5 new file mode 100644 index 0000000..adfb44b --- /dev/null +++ b/escape-room/godot/imported/bedDouble.obj-7d430932f8ea81fc00879e7181ed26df.md5 @@ -0,0 +1,3 @@ +source_md5="e0dfbae94d79ec29c207d7f7d8e943e2" +dest_md5="2bce02b064e411f26757609fc92a2b1f" + diff --git a/escape-room/godot/imported/bedDouble.obj-7d430932f8ea81fc00879e7181ed26df.mesh b/escape-room/godot/imported/bedDouble.obj-7d430932f8ea81fc00879e7181ed26df.mesh new file mode 100644 index 0000000..9187ac9 Binary files /dev/null and b/escape-room/godot/imported/bedDouble.obj-7d430932f8ea81fc00879e7181ed26df.mesh differ diff --git a/escape-room/godot/imported/bedDouble.png-79001cb88fc14ee3dd55f02bb9377444.ctex b/escape-room/godot/imported/bedDouble.png-79001cb88fc14ee3dd55f02bb9377444.ctex new file mode 100644 index 0000000..8c64515 Binary files /dev/null and b/escape-room/godot/imported/bedDouble.png-79001cb88fc14ee3dd55f02bb9377444.ctex differ diff --git a/escape-room/godot/imported/bedDouble.png-79001cb88fc14ee3dd55f02bb9377444.md5 b/escape-room/godot/imported/bedDouble.png-79001cb88fc14ee3dd55f02bb9377444.md5 new file mode 100644 index 0000000..5596ae9 --- /dev/null +++ b/escape-room/godot/imported/bedDouble.png-79001cb88fc14ee3dd55f02bb9377444.md5 @@ -0,0 +1,3 @@ +source_md5="be5d86956a115b6f6316d6c66a3f28ba" +dest_md5="9dc103527266fb015cf82218c27d8e20" + diff --git a/escape-room/godot/imported/bedDouble_NE.png-d670f4280e71df4044086dfad421fa4d.ctex b/escape-room/godot/imported/bedDouble_NE.png-d670f4280e71df4044086dfad421fa4d.ctex new file mode 100644 index 0000000..6099627 Binary files /dev/null and b/escape-room/godot/imported/bedDouble_NE.png-d670f4280e71df4044086dfad421fa4d.ctex differ diff --git a/escape-room/godot/imported/bedDouble_NE.png-d670f4280e71df4044086dfad421fa4d.md5 b/escape-room/godot/imported/bedDouble_NE.png-d670f4280e71df4044086dfad421fa4d.md5 new file mode 100644 index 0000000..3dd557c --- /dev/null +++ b/escape-room/godot/imported/bedDouble_NE.png-d670f4280e71df4044086dfad421fa4d.md5 @@ -0,0 +1,3 @@ +source_md5="fca1acf76b81393d566fa357e68e79a7" +dest_md5="15f3d7960f0e455dbf8efc7a71f0265c" + diff --git a/escape-room/godot/imported/bedDouble_NW.png-77aca5cf7acb46e354b30dfc84804c23.ctex b/escape-room/godot/imported/bedDouble_NW.png-77aca5cf7acb46e354b30dfc84804c23.ctex new file mode 100644 index 0000000..32a571e Binary files /dev/null and b/escape-room/godot/imported/bedDouble_NW.png-77aca5cf7acb46e354b30dfc84804c23.ctex differ diff --git a/escape-room/godot/imported/bedDouble_NW.png-77aca5cf7acb46e354b30dfc84804c23.md5 b/escape-room/godot/imported/bedDouble_NW.png-77aca5cf7acb46e354b30dfc84804c23.md5 new file mode 100644 index 0000000..f19deda --- /dev/null +++ b/escape-room/godot/imported/bedDouble_NW.png-77aca5cf7acb46e354b30dfc84804c23.md5 @@ -0,0 +1,3 @@ +source_md5="c4a3072479dfff98b4bf5b7c6357a2ff" +dest_md5="004ebe1e3d9a3730cd35f94e934d93aa" + diff --git a/escape-room/godot/imported/bedDouble_SE.png-34c755ba5bf0835a8018cad6985de836.ctex b/escape-room/godot/imported/bedDouble_SE.png-34c755ba5bf0835a8018cad6985de836.ctex new file mode 100644 index 0000000..ff1e4a2 Binary files /dev/null and b/escape-room/godot/imported/bedDouble_SE.png-34c755ba5bf0835a8018cad6985de836.ctex differ diff --git a/escape-room/godot/imported/bedDouble_SE.png-34c755ba5bf0835a8018cad6985de836.md5 b/escape-room/godot/imported/bedDouble_SE.png-34c755ba5bf0835a8018cad6985de836.md5 new file mode 100644 index 0000000..0eccb00 --- /dev/null +++ b/escape-room/godot/imported/bedDouble_SE.png-34c755ba5bf0835a8018cad6985de836.md5 @@ -0,0 +1,3 @@ +source_md5="4c28e1def1c21c1c2920702f68075a28" +dest_md5="a7d93ba35f3ee8e23f1c297295ad8b1d" + diff --git a/escape-room/godot/imported/bedDouble_SW.png-7bf526b096ea6b20de8e91a92c5facae.ctex b/escape-room/godot/imported/bedDouble_SW.png-7bf526b096ea6b20de8e91a92c5facae.ctex new file mode 100644 index 0000000..28a610a Binary files /dev/null and b/escape-room/godot/imported/bedDouble_SW.png-7bf526b096ea6b20de8e91a92c5facae.ctex differ diff --git a/escape-room/godot/imported/bedDouble_SW.png-7bf526b096ea6b20de8e91a92c5facae.md5 b/escape-room/godot/imported/bedDouble_SW.png-7bf526b096ea6b20de8e91a92c5facae.md5 new file mode 100644 index 0000000..f54dec8 --- /dev/null +++ b/escape-room/godot/imported/bedDouble_SW.png-7bf526b096ea6b20de8e91a92c5facae.md5 @@ -0,0 +1,3 @@ +source_md5="86d6f796f0d0a769a0c3cec7fced9649" +dest_md5="d0605265552573d04dd9cac9a3d4d73f" + diff --git a/escape-room/godot/imported/bedSingle.dae-051d37d13b3a8c565fd016b8f8291c8a.md5 b/escape-room/godot/imported/bedSingle.dae-051d37d13b3a8c565fd016b8f8291c8a.md5 new file mode 100644 index 0000000..04e29a9 --- /dev/null +++ b/escape-room/godot/imported/bedSingle.dae-051d37d13b3a8c565fd016b8f8291c8a.md5 @@ -0,0 +1,3 @@ +source_md5="de59b869480010a36fde014dc3801db1" +dest_md5="f8696337845a487708b9b69615351b74" + diff --git a/escape-room/godot/imported/bedSingle.dae-051d37d13b3a8c565fd016b8f8291c8a.scn b/escape-room/godot/imported/bedSingle.dae-051d37d13b3a8c565fd016b8f8291c8a.scn new file mode 100644 index 0000000..885e0f4 Binary files /dev/null and b/escape-room/godot/imported/bedSingle.dae-051d37d13b3a8c565fd016b8f8291c8a.scn differ diff --git a/escape-room/godot/imported/bedSingle.fbx-ac742e159be837bbf0a9cc20e3686f89.md5 b/escape-room/godot/imported/bedSingle.fbx-ac742e159be837bbf0a9cc20e3686f89.md5 new file mode 100644 index 0000000..e2d86e1 --- /dev/null +++ b/escape-room/godot/imported/bedSingle.fbx-ac742e159be837bbf0a9cc20e3686f89.md5 @@ -0,0 +1,3 @@ +source_md5="6681edc7ce9fa32883c03b696a46e1b0" +dest_md5="175726f38da7a11f34973c5f403a9e29" + diff --git a/escape-room/godot/imported/bedSingle.fbx-ac742e159be837bbf0a9cc20e3686f89.scn b/escape-room/godot/imported/bedSingle.fbx-ac742e159be837bbf0a9cc20e3686f89.scn new file mode 100644 index 0000000..850898c Binary files /dev/null and b/escape-room/godot/imported/bedSingle.fbx-ac742e159be837bbf0a9cc20e3686f89.scn differ diff --git a/escape-room/godot/imported/bedSingle.glb-95e135c35e1f5cad5d3d8898974d7319.md5 b/escape-room/godot/imported/bedSingle.glb-95e135c35e1f5cad5d3d8898974d7319.md5 new file mode 100644 index 0000000..f530436 --- /dev/null +++ b/escape-room/godot/imported/bedSingle.glb-95e135c35e1f5cad5d3d8898974d7319.md5 @@ -0,0 +1,3 @@ +source_md5="4f1d4a16562e6c160e3e20adfa6e3597" +dest_md5="9816e29fb08427c5ecc46e2bf6631ccd" + diff --git a/escape-room/godot/imported/bedSingle.glb-95e135c35e1f5cad5d3d8898974d7319.scn b/escape-room/godot/imported/bedSingle.glb-95e135c35e1f5cad5d3d8898974d7319.scn new file mode 100644 index 0000000..9752b39 Binary files /dev/null and b/escape-room/godot/imported/bedSingle.glb-95e135c35e1f5cad5d3d8898974d7319.scn differ diff --git a/escape-room/godot/imported/bedSingle.obj-071f5102c5af0740de608793dc34b618.md5 b/escape-room/godot/imported/bedSingle.obj-071f5102c5af0740de608793dc34b618.md5 new file mode 100644 index 0000000..0cce434 --- /dev/null +++ b/escape-room/godot/imported/bedSingle.obj-071f5102c5af0740de608793dc34b618.md5 @@ -0,0 +1,3 @@ +source_md5="85965273879b6e0f444c95ec93caff7b" +dest_md5="9afde156f625e6b8dbe13c64c6451643" + diff --git a/escape-room/godot/imported/bedSingle.obj-071f5102c5af0740de608793dc34b618.mesh b/escape-room/godot/imported/bedSingle.obj-071f5102c5af0740de608793dc34b618.mesh new file mode 100644 index 0000000..676db23 Binary files /dev/null and b/escape-room/godot/imported/bedSingle.obj-071f5102c5af0740de608793dc34b618.mesh differ diff --git a/escape-room/godot/imported/bedSingle.png-69c6d09add7c6538372f964faee7ebb4.ctex b/escape-room/godot/imported/bedSingle.png-69c6d09add7c6538372f964faee7ebb4.ctex new file mode 100644 index 0000000..3b1b6ea Binary files /dev/null and b/escape-room/godot/imported/bedSingle.png-69c6d09add7c6538372f964faee7ebb4.ctex differ diff --git a/escape-room/godot/imported/bedSingle.png-69c6d09add7c6538372f964faee7ebb4.md5 b/escape-room/godot/imported/bedSingle.png-69c6d09add7c6538372f964faee7ebb4.md5 new file mode 100644 index 0000000..53eab58 --- /dev/null +++ b/escape-room/godot/imported/bedSingle.png-69c6d09add7c6538372f964faee7ebb4.md5 @@ -0,0 +1,3 @@ +source_md5="b55f6df5fa83f8f8c780b6029a9fbe3d" +dest_md5="dc2eccfdc3a2196e233e784064680323" + diff --git a/escape-room/godot/imported/bedSingle_NE.png-510e35c81c3c855286e098e93bfd4498.ctex b/escape-room/godot/imported/bedSingle_NE.png-510e35c81c3c855286e098e93bfd4498.ctex new file mode 100644 index 0000000..264596f Binary files /dev/null and b/escape-room/godot/imported/bedSingle_NE.png-510e35c81c3c855286e098e93bfd4498.ctex differ diff --git a/escape-room/godot/imported/bedSingle_NE.png-510e35c81c3c855286e098e93bfd4498.md5 b/escape-room/godot/imported/bedSingle_NE.png-510e35c81c3c855286e098e93bfd4498.md5 new file mode 100644 index 0000000..b68a1b5 --- /dev/null +++ b/escape-room/godot/imported/bedSingle_NE.png-510e35c81c3c855286e098e93bfd4498.md5 @@ -0,0 +1,3 @@ +source_md5="70344a44a96ebbbf9f35389963d52493" +dest_md5="683aacfa3c85d7624cd18ba78a58cf42" + diff --git a/escape-room/godot/imported/bedSingle_NW.png-f2182b74049c6f8011946bed56f670d5.ctex b/escape-room/godot/imported/bedSingle_NW.png-f2182b74049c6f8011946bed56f670d5.ctex new file mode 100644 index 0000000..10ba8c1 Binary files /dev/null and b/escape-room/godot/imported/bedSingle_NW.png-f2182b74049c6f8011946bed56f670d5.ctex differ diff --git a/escape-room/godot/imported/bedSingle_NW.png-f2182b74049c6f8011946bed56f670d5.md5 b/escape-room/godot/imported/bedSingle_NW.png-f2182b74049c6f8011946bed56f670d5.md5 new file mode 100644 index 0000000..f864881 --- /dev/null +++ b/escape-room/godot/imported/bedSingle_NW.png-f2182b74049c6f8011946bed56f670d5.md5 @@ -0,0 +1,3 @@ +source_md5="deb148224eaa7b91f7c2f33ef08b6464" +dest_md5="eef88579693d5af362f74d28757c508f" + diff --git a/escape-room/godot/imported/bedSingle_SE.png-b5ed33d903383d45d98436831bcd4913.ctex b/escape-room/godot/imported/bedSingle_SE.png-b5ed33d903383d45d98436831bcd4913.ctex new file mode 100644 index 0000000..dddd7b7 Binary files /dev/null and b/escape-room/godot/imported/bedSingle_SE.png-b5ed33d903383d45d98436831bcd4913.ctex differ diff --git a/escape-room/godot/imported/bedSingle_SE.png-b5ed33d903383d45d98436831bcd4913.md5 b/escape-room/godot/imported/bedSingle_SE.png-b5ed33d903383d45d98436831bcd4913.md5 new file mode 100644 index 0000000..500676c --- /dev/null +++ b/escape-room/godot/imported/bedSingle_SE.png-b5ed33d903383d45d98436831bcd4913.md5 @@ -0,0 +1,3 @@ +source_md5="e966f03e9161a6524bd6e3f97de20951" +dest_md5="01c8396e4b4253caea57cedb49b08c0d" + diff --git a/escape-room/godot/imported/bedSingle_SW.png-1745bfc417ab932804b6751bc5a71492.ctex b/escape-room/godot/imported/bedSingle_SW.png-1745bfc417ab932804b6751bc5a71492.ctex new file mode 100644 index 0000000..defa922 Binary files /dev/null and b/escape-room/godot/imported/bedSingle_SW.png-1745bfc417ab932804b6751bc5a71492.ctex differ diff --git a/escape-room/godot/imported/bedSingle_SW.png-1745bfc417ab932804b6751bc5a71492.md5 b/escape-room/godot/imported/bedSingle_SW.png-1745bfc417ab932804b6751bc5a71492.md5 new file mode 100644 index 0000000..2aaed8e --- /dev/null +++ b/escape-room/godot/imported/bedSingle_SW.png-1745bfc417ab932804b6751bc5a71492.md5 @@ -0,0 +1,3 @@ +source_md5="a2832930c4b746c2064355e716f69002" +dest_md5="ef39c0ddee875f8cebe541429eb77b7a" + diff --git a/escape-room/godot/imported/bench.dae-5f5463baaca986d5642a1dea59c43c8e.md5 b/escape-room/godot/imported/bench.dae-5f5463baaca986d5642a1dea59c43c8e.md5 new file mode 100644 index 0000000..d383c7a --- /dev/null +++ b/escape-room/godot/imported/bench.dae-5f5463baaca986d5642a1dea59c43c8e.md5 @@ -0,0 +1,3 @@ +source_md5="6513f9ecbd313fa5b557cc2663a30ae4" +dest_md5="988e4c0775e0e36e95c5a73413f23965" + diff --git a/escape-room/godot/imported/bench.dae-5f5463baaca986d5642a1dea59c43c8e.scn b/escape-room/godot/imported/bench.dae-5f5463baaca986d5642a1dea59c43c8e.scn new file mode 100644 index 0000000..27325b8 Binary files /dev/null and b/escape-room/godot/imported/bench.dae-5f5463baaca986d5642a1dea59c43c8e.scn differ diff --git a/escape-room/godot/imported/bench.fbx-28b316562c1f5461773b724718b43d17.md5 b/escape-room/godot/imported/bench.fbx-28b316562c1f5461773b724718b43d17.md5 new file mode 100644 index 0000000..e6ca4dd --- /dev/null +++ b/escape-room/godot/imported/bench.fbx-28b316562c1f5461773b724718b43d17.md5 @@ -0,0 +1,3 @@ +source_md5="6f089679f6914fd51dec82c2bbcbc324" +dest_md5="ac365cf9afb977ca7d61627b41e98557" + diff --git a/escape-room/godot/imported/bench.fbx-28b316562c1f5461773b724718b43d17.scn b/escape-room/godot/imported/bench.fbx-28b316562c1f5461773b724718b43d17.scn new file mode 100644 index 0000000..032f50e Binary files /dev/null and b/escape-room/godot/imported/bench.fbx-28b316562c1f5461773b724718b43d17.scn differ diff --git a/escape-room/godot/imported/bench.glb-40bb7d055849c2313a777e48a2acdebc.md5 b/escape-room/godot/imported/bench.glb-40bb7d055849c2313a777e48a2acdebc.md5 new file mode 100644 index 0000000..d156e52 --- /dev/null +++ b/escape-room/godot/imported/bench.glb-40bb7d055849c2313a777e48a2acdebc.md5 @@ -0,0 +1,3 @@ +source_md5="41253e074978fd584097ff45626e64ef" +dest_md5="78cdd7c928f91271f8c82d5d6c0686a8" + diff --git a/escape-room/godot/imported/bench.glb-40bb7d055849c2313a777e48a2acdebc.scn b/escape-room/godot/imported/bench.glb-40bb7d055849c2313a777e48a2acdebc.scn new file mode 100644 index 0000000..e863dba Binary files /dev/null and b/escape-room/godot/imported/bench.glb-40bb7d055849c2313a777e48a2acdebc.scn differ diff --git a/escape-room/godot/imported/bench.obj-6da0f3f5a4a81483591f929c14b5cd6e.md5 b/escape-room/godot/imported/bench.obj-6da0f3f5a4a81483591f929c14b5cd6e.md5 new file mode 100644 index 0000000..74edde7 --- /dev/null +++ b/escape-room/godot/imported/bench.obj-6da0f3f5a4a81483591f929c14b5cd6e.md5 @@ -0,0 +1,3 @@ +source_md5="86304fdbec2ba4b1971961f7fe7dfe8b" +dest_md5="e050742de4e861a65998e6b53aa95a9d" + diff --git a/escape-room/godot/imported/bench.obj-6da0f3f5a4a81483591f929c14b5cd6e.mesh b/escape-room/godot/imported/bench.obj-6da0f3f5a4a81483591f929c14b5cd6e.mesh new file mode 100644 index 0000000..47d4c1d Binary files /dev/null and b/escape-room/godot/imported/bench.obj-6da0f3f5a4a81483591f929c14b5cd6e.mesh differ diff --git a/escape-room/godot/imported/bench.png-bed511594eba0a6bdac01aab074cddf6.ctex b/escape-room/godot/imported/bench.png-bed511594eba0a6bdac01aab074cddf6.ctex new file mode 100644 index 0000000..62b4342 Binary files /dev/null and b/escape-room/godot/imported/bench.png-bed511594eba0a6bdac01aab074cddf6.ctex differ diff --git a/escape-room/godot/imported/bench.png-bed511594eba0a6bdac01aab074cddf6.md5 b/escape-room/godot/imported/bench.png-bed511594eba0a6bdac01aab074cddf6.md5 new file mode 100644 index 0000000..b3afed9 --- /dev/null +++ b/escape-room/godot/imported/bench.png-bed511594eba0a6bdac01aab074cddf6.md5 @@ -0,0 +1,3 @@ +source_md5="ff841b3f292f2c3453e56593bfb490ce" +dest_md5="4ad5051bc2e23a3bdb624f7635b10af0" + diff --git a/escape-room/godot/imported/benchCushion.dae-fc6f733fff20700ef9584ce623512e4a.md5 b/escape-room/godot/imported/benchCushion.dae-fc6f733fff20700ef9584ce623512e4a.md5 new file mode 100644 index 0000000..e7c4709 --- /dev/null +++ b/escape-room/godot/imported/benchCushion.dae-fc6f733fff20700ef9584ce623512e4a.md5 @@ -0,0 +1,3 @@ +source_md5="15eb25a9a687ab3a2b09534e91be40d7" +dest_md5="7b091978e8c16b187f4d96e545384b45" + diff --git a/escape-room/godot/imported/benchCushion.dae-fc6f733fff20700ef9584ce623512e4a.scn b/escape-room/godot/imported/benchCushion.dae-fc6f733fff20700ef9584ce623512e4a.scn new file mode 100644 index 0000000..8c45ad3 Binary files /dev/null and b/escape-room/godot/imported/benchCushion.dae-fc6f733fff20700ef9584ce623512e4a.scn differ diff --git a/escape-room/godot/imported/benchCushion.fbx-46d6f4db93186274f97eca94d233d3d9.md5 b/escape-room/godot/imported/benchCushion.fbx-46d6f4db93186274f97eca94d233d3d9.md5 new file mode 100644 index 0000000..52419bf --- /dev/null +++ b/escape-room/godot/imported/benchCushion.fbx-46d6f4db93186274f97eca94d233d3d9.md5 @@ -0,0 +1,3 @@ +source_md5="9f1b5f41f34728f1ab018dcd7ea8d3aa" +dest_md5="ef6cdfad2e589f4ea623a51ca6d5701a" + diff --git a/escape-room/godot/imported/benchCushion.fbx-46d6f4db93186274f97eca94d233d3d9.scn b/escape-room/godot/imported/benchCushion.fbx-46d6f4db93186274f97eca94d233d3d9.scn new file mode 100644 index 0000000..5caadef Binary files /dev/null and b/escape-room/godot/imported/benchCushion.fbx-46d6f4db93186274f97eca94d233d3d9.scn differ diff --git a/escape-room/godot/imported/benchCushion.glb-4b543fbcc6e895d2c213819278261d0e.md5 b/escape-room/godot/imported/benchCushion.glb-4b543fbcc6e895d2c213819278261d0e.md5 new file mode 100644 index 0000000..fb55fb6 --- /dev/null +++ b/escape-room/godot/imported/benchCushion.glb-4b543fbcc6e895d2c213819278261d0e.md5 @@ -0,0 +1,3 @@ +source_md5="5727367ed96a6325f7be56311da5f29f" +dest_md5="9d22fa498de5aea03fd757b64822b568" + diff --git a/escape-room/godot/imported/benchCushion.glb-4b543fbcc6e895d2c213819278261d0e.scn b/escape-room/godot/imported/benchCushion.glb-4b543fbcc6e895d2c213819278261d0e.scn new file mode 100644 index 0000000..218c54e Binary files /dev/null and b/escape-room/godot/imported/benchCushion.glb-4b543fbcc6e895d2c213819278261d0e.scn differ diff --git a/escape-room/godot/imported/benchCushion.obj-03b4c256b6557437bddf13f2dcebc6ad.md5 b/escape-room/godot/imported/benchCushion.obj-03b4c256b6557437bddf13f2dcebc6ad.md5 new file mode 100644 index 0000000..ebb4171 --- /dev/null +++ b/escape-room/godot/imported/benchCushion.obj-03b4c256b6557437bddf13f2dcebc6ad.md5 @@ -0,0 +1,3 @@ +source_md5="b085d3d2206ddb8c0cc5fe0a408c8aa3" +dest_md5="99e6ca28992c2a7823b0ccc29cc7e820" + diff --git a/escape-room/godot/imported/benchCushion.obj-03b4c256b6557437bddf13f2dcebc6ad.mesh b/escape-room/godot/imported/benchCushion.obj-03b4c256b6557437bddf13f2dcebc6ad.mesh new file mode 100644 index 0000000..61ecf86 Binary files /dev/null and b/escape-room/godot/imported/benchCushion.obj-03b4c256b6557437bddf13f2dcebc6ad.mesh differ diff --git a/escape-room/godot/imported/benchCushion.png-1382c7b521956a70fa188960565c768b.ctex b/escape-room/godot/imported/benchCushion.png-1382c7b521956a70fa188960565c768b.ctex new file mode 100644 index 0000000..80d82f7 Binary files /dev/null and b/escape-room/godot/imported/benchCushion.png-1382c7b521956a70fa188960565c768b.ctex differ diff --git a/escape-room/godot/imported/benchCushion.png-1382c7b521956a70fa188960565c768b.md5 b/escape-room/godot/imported/benchCushion.png-1382c7b521956a70fa188960565c768b.md5 new file mode 100644 index 0000000..992173d --- /dev/null +++ b/escape-room/godot/imported/benchCushion.png-1382c7b521956a70fa188960565c768b.md5 @@ -0,0 +1,3 @@ +source_md5="5674139c1f16aae682727cb009891262" +dest_md5="346b84a02ff2e168015c7b27afe43f75" + diff --git a/escape-room/godot/imported/benchCushionLow.dae-423c10a4989c45e5827edf1901903c35.md5 b/escape-room/godot/imported/benchCushionLow.dae-423c10a4989c45e5827edf1901903c35.md5 new file mode 100644 index 0000000..4cad01f --- /dev/null +++ b/escape-room/godot/imported/benchCushionLow.dae-423c10a4989c45e5827edf1901903c35.md5 @@ -0,0 +1,3 @@ +source_md5="d3e5a0144ab1819d8365695b688cdf5a" +dest_md5="0fb168418013e0cb66c321c26740846f" + diff --git a/escape-room/godot/imported/benchCushionLow.dae-423c10a4989c45e5827edf1901903c35.scn b/escape-room/godot/imported/benchCushionLow.dae-423c10a4989c45e5827edf1901903c35.scn new file mode 100644 index 0000000..22e91bb Binary files /dev/null and b/escape-room/godot/imported/benchCushionLow.dae-423c10a4989c45e5827edf1901903c35.scn differ diff --git a/escape-room/godot/imported/benchCushionLow.fbx-b0f246998fe459bdfea99a5a164fce47.md5 b/escape-room/godot/imported/benchCushionLow.fbx-b0f246998fe459bdfea99a5a164fce47.md5 new file mode 100644 index 0000000..a09bd93 --- /dev/null +++ b/escape-room/godot/imported/benchCushionLow.fbx-b0f246998fe459bdfea99a5a164fce47.md5 @@ -0,0 +1,3 @@ +source_md5="a3d445ade038459f50e2350039486bb8" +dest_md5="340b017b28d9828e12651c289b665010" + diff --git a/escape-room/godot/imported/benchCushionLow.fbx-b0f246998fe459bdfea99a5a164fce47.scn b/escape-room/godot/imported/benchCushionLow.fbx-b0f246998fe459bdfea99a5a164fce47.scn new file mode 100644 index 0000000..dfaffa1 Binary files /dev/null and b/escape-room/godot/imported/benchCushionLow.fbx-b0f246998fe459bdfea99a5a164fce47.scn differ diff --git a/escape-room/godot/imported/benchCushionLow.glb-0d5c75031bc3f38312b7200c38a3eb9c.md5 b/escape-room/godot/imported/benchCushionLow.glb-0d5c75031bc3f38312b7200c38a3eb9c.md5 new file mode 100644 index 0000000..6d0bb6a --- /dev/null +++ b/escape-room/godot/imported/benchCushionLow.glb-0d5c75031bc3f38312b7200c38a3eb9c.md5 @@ -0,0 +1,3 @@ +source_md5="532e410d72c0612adb739336023eba42" +dest_md5="871a4afabd3af1503f14d6e0feca6f17" + diff --git a/escape-room/godot/imported/benchCushionLow.glb-0d5c75031bc3f38312b7200c38a3eb9c.scn b/escape-room/godot/imported/benchCushionLow.glb-0d5c75031bc3f38312b7200c38a3eb9c.scn new file mode 100644 index 0000000..6d14d30 Binary files /dev/null and b/escape-room/godot/imported/benchCushionLow.glb-0d5c75031bc3f38312b7200c38a3eb9c.scn differ diff --git a/escape-room/godot/imported/benchCushionLow.obj-e254fb0d1eacabd7a9eb0b18a584316d.md5 b/escape-room/godot/imported/benchCushionLow.obj-e254fb0d1eacabd7a9eb0b18a584316d.md5 new file mode 100644 index 0000000..0eb84b4 --- /dev/null +++ b/escape-room/godot/imported/benchCushionLow.obj-e254fb0d1eacabd7a9eb0b18a584316d.md5 @@ -0,0 +1,3 @@ +source_md5="05abbfb2a5e9cb0acba733a79412f765" +dest_md5="abcd9f82fe14d5ed9d3fe686bbae06c3" + diff --git a/escape-room/godot/imported/benchCushionLow.obj-e254fb0d1eacabd7a9eb0b18a584316d.mesh b/escape-room/godot/imported/benchCushionLow.obj-e254fb0d1eacabd7a9eb0b18a584316d.mesh new file mode 100644 index 0000000..5539563 Binary files /dev/null and b/escape-room/godot/imported/benchCushionLow.obj-e254fb0d1eacabd7a9eb0b18a584316d.mesh differ diff --git a/escape-room/godot/imported/benchCushionLow.png-d00e465bfc6445bbe3c1e26011763487.ctex b/escape-room/godot/imported/benchCushionLow.png-d00e465bfc6445bbe3c1e26011763487.ctex new file mode 100644 index 0000000..c607784 Binary files /dev/null and b/escape-room/godot/imported/benchCushionLow.png-d00e465bfc6445bbe3c1e26011763487.ctex differ diff --git a/escape-room/godot/imported/benchCushionLow.png-d00e465bfc6445bbe3c1e26011763487.md5 b/escape-room/godot/imported/benchCushionLow.png-d00e465bfc6445bbe3c1e26011763487.md5 new file mode 100644 index 0000000..69e3a01 --- /dev/null +++ b/escape-room/godot/imported/benchCushionLow.png-d00e465bfc6445bbe3c1e26011763487.md5 @@ -0,0 +1,3 @@ +source_md5="3204bdd5ef9fe59cff11ff1b697903c0" +dest_md5="2edbff4b22480d05dc5d1bcabaf92d8f" + diff --git a/escape-room/godot/imported/benchCushionLow_NE.png-3664a8d83b6a141b2b005d3f712d64b4.ctex b/escape-room/godot/imported/benchCushionLow_NE.png-3664a8d83b6a141b2b005d3f712d64b4.ctex new file mode 100644 index 0000000..e05be0b Binary files /dev/null and b/escape-room/godot/imported/benchCushionLow_NE.png-3664a8d83b6a141b2b005d3f712d64b4.ctex differ diff --git a/escape-room/godot/imported/benchCushionLow_NE.png-3664a8d83b6a141b2b005d3f712d64b4.md5 b/escape-room/godot/imported/benchCushionLow_NE.png-3664a8d83b6a141b2b005d3f712d64b4.md5 new file mode 100644 index 0000000..4705787 --- /dev/null +++ b/escape-room/godot/imported/benchCushionLow_NE.png-3664a8d83b6a141b2b005d3f712d64b4.md5 @@ -0,0 +1,3 @@ +source_md5="1bfce6fb67d149556b494db4d0f5c3c5" +dest_md5="b07db586b120e80728544ac0b5f0f525" + diff --git a/escape-room/godot/imported/benchCushionLow_NW.png-b7a6673363c49affc7546b2d92eafb07.ctex b/escape-room/godot/imported/benchCushionLow_NW.png-b7a6673363c49affc7546b2d92eafb07.ctex new file mode 100644 index 0000000..b05c1ee Binary files /dev/null and b/escape-room/godot/imported/benchCushionLow_NW.png-b7a6673363c49affc7546b2d92eafb07.ctex differ diff --git a/escape-room/godot/imported/benchCushionLow_NW.png-b7a6673363c49affc7546b2d92eafb07.md5 b/escape-room/godot/imported/benchCushionLow_NW.png-b7a6673363c49affc7546b2d92eafb07.md5 new file mode 100644 index 0000000..0aab76c --- /dev/null +++ b/escape-room/godot/imported/benchCushionLow_NW.png-b7a6673363c49affc7546b2d92eafb07.md5 @@ -0,0 +1,3 @@ +source_md5="8622bccd11c04f30f607ec918aebe297" +dest_md5="12bb3731281936242e19b9017972ce82" + diff --git a/escape-room/godot/imported/benchCushionLow_SE.png-21a542950c27c659f48ceecbcaf9d649.ctex b/escape-room/godot/imported/benchCushionLow_SE.png-21a542950c27c659f48ceecbcaf9d649.ctex new file mode 100644 index 0000000..1f33a96 Binary files /dev/null and b/escape-room/godot/imported/benchCushionLow_SE.png-21a542950c27c659f48ceecbcaf9d649.ctex differ diff --git a/escape-room/godot/imported/benchCushionLow_SE.png-21a542950c27c659f48ceecbcaf9d649.md5 b/escape-room/godot/imported/benchCushionLow_SE.png-21a542950c27c659f48ceecbcaf9d649.md5 new file mode 100644 index 0000000..57f1c04 --- /dev/null +++ b/escape-room/godot/imported/benchCushionLow_SE.png-21a542950c27c659f48ceecbcaf9d649.md5 @@ -0,0 +1,3 @@ +source_md5="53841d729b8ab3987af62554449f38a2" +dest_md5="3f4aa7e802c180b28ba017949bbef1f1" + diff --git a/escape-room/godot/imported/benchCushionLow_SW.png-0f65c6babaf8608bfefaa4ab271ef4b7.ctex b/escape-room/godot/imported/benchCushionLow_SW.png-0f65c6babaf8608bfefaa4ab271ef4b7.ctex new file mode 100644 index 0000000..173e458 Binary files /dev/null and b/escape-room/godot/imported/benchCushionLow_SW.png-0f65c6babaf8608bfefaa4ab271ef4b7.ctex differ diff --git a/escape-room/godot/imported/benchCushionLow_SW.png-0f65c6babaf8608bfefaa4ab271ef4b7.md5 b/escape-room/godot/imported/benchCushionLow_SW.png-0f65c6babaf8608bfefaa4ab271ef4b7.md5 new file mode 100644 index 0000000..bf2489c --- /dev/null +++ b/escape-room/godot/imported/benchCushionLow_SW.png-0f65c6babaf8608bfefaa4ab271ef4b7.md5 @@ -0,0 +1,3 @@ +source_md5="f7cbe3dcda5a0b4746dc24edf059c0ad" +dest_md5="86f1ff44c8d2843ca6d07fb5ad05765d" + diff --git a/escape-room/godot/imported/benchCushion_NE.png-a714e4810a69beb0f9b02232bfdc0dc9.ctex b/escape-room/godot/imported/benchCushion_NE.png-a714e4810a69beb0f9b02232bfdc0dc9.ctex new file mode 100644 index 0000000..1b367cb Binary files /dev/null and b/escape-room/godot/imported/benchCushion_NE.png-a714e4810a69beb0f9b02232bfdc0dc9.ctex differ diff --git a/escape-room/godot/imported/benchCushion_NE.png-a714e4810a69beb0f9b02232bfdc0dc9.md5 b/escape-room/godot/imported/benchCushion_NE.png-a714e4810a69beb0f9b02232bfdc0dc9.md5 new file mode 100644 index 0000000..eb145e6 --- /dev/null +++ b/escape-room/godot/imported/benchCushion_NE.png-a714e4810a69beb0f9b02232bfdc0dc9.md5 @@ -0,0 +1,3 @@ +source_md5="11872a5483ee285a5f7b5e55701f52dd" +dest_md5="57741ef57f288820b98aff4d593a2557" + diff --git a/escape-room/godot/imported/benchCushion_NW.png-4176f3393d4cfa3b0429aad577e693e3.ctex b/escape-room/godot/imported/benchCushion_NW.png-4176f3393d4cfa3b0429aad577e693e3.ctex new file mode 100644 index 0000000..b330984 Binary files /dev/null and b/escape-room/godot/imported/benchCushion_NW.png-4176f3393d4cfa3b0429aad577e693e3.ctex differ diff --git a/escape-room/godot/imported/benchCushion_NW.png-4176f3393d4cfa3b0429aad577e693e3.md5 b/escape-room/godot/imported/benchCushion_NW.png-4176f3393d4cfa3b0429aad577e693e3.md5 new file mode 100644 index 0000000..8f0dd41 --- /dev/null +++ b/escape-room/godot/imported/benchCushion_NW.png-4176f3393d4cfa3b0429aad577e693e3.md5 @@ -0,0 +1,3 @@ +source_md5="2efd13a8a7e0a77f6442b18b7d262a93" +dest_md5="1c4ed55054615c8803479be7580f0c36" + diff --git a/escape-room/godot/imported/benchCushion_SE.png-e8b416ae67599a2d8268ca16ba5e534b.ctex b/escape-room/godot/imported/benchCushion_SE.png-e8b416ae67599a2d8268ca16ba5e534b.ctex new file mode 100644 index 0000000..a4953f2 Binary files /dev/null and b/escape-room/godot/imported/benchCushion_SE.png-e8b416ae67599a2d8268ca16ba5e534b.ctex differ diff --git a/escape-room/godot/imported/benchCushion_SE.png-e8b416ae67599a2d8268ca16ba5e534b.md5 b/escape-room/godot/imported/benchCushion_SE.png-e8b416ae67599a2d8268ca16ba5e534b.md5 new file mode 100644 index 0000000..2e7e2cb --- /dev/null +++ b/escape-room/godot/imported/benchCushion_SE.png-e8b416ae67599a2d8268ca16ba5e534b.md5 @@ -0,0 +1,3 @@ +source_md5="a457ffddc72ba55336ceb8734308d4b3" +dest_md5="d212178785eab93dbd058251ce12401b" + diff --git a/escape-room/godot/imported/benchCushion_SW.png-6536d61796fc6f3278affde9804af94b.ctex b/escape-room/godot/imported/benchCushion_SW.png-6536d61796fc6f3278affde9804af94b.ctex new file mode 100644 index 0000000..5a9b746 Binary files /dev/null and b/escape-room/godot/imported/benchCushion_SW.png-6536d61796fc6f3278affde9804af94b.ctex differ diff --git a/escape-room/godot/imported/benchCushion_SW.png-6536d61796fc6f3278affde9804af94b.md5 b/escape-room/godot/imported/benchCushion_SW.png-6536d61796fc6f3278affde9804af94b.md5 new file mode 100644 index 0000000..ca5cbd8 --- /dev/null +++ b/escape-room/godot/imported/benchCushion_SW.png-6536d61796fc6f3278affde9804af94b.md5 @@ -0,0 +1,3 @@ +source_md5="c9341945df9ceb50208d468d737d6f7a" +dest_md5="feec7b3c4995b6c1334ea2531ffdfa03" + diff --git a/escape-room/godot/imported/bench_NE.png-8cce92c51bb68ddaf2f23434a91aab82.ctex b/escape-room/godot/imported/bench_NE.png-8cce92c51bb68ddaf2f23434a91aab82.ctex new file mode 100644 index 0000000..8711886 Binary files /dev/null and b/escape-room/godot/imported/bench_NE.png-8cce92c51bb68ddaf2f23434a91aab82.ctex differ diff --git a/escape-room/godot/imported/bench_NE.png-8cce92c51bb68ddaf2f23434a91aab82.md5 b/escape-room/godot/imported/bench_NE.png-8cce92c51bb68ddaf2f23434a91aab82.md5 new file mode 100644 index 0000000..34aa2b0 --- /dev/null +++ b/escape-room/godot/imported/bench_NE.png-8cce92c51bb68ddaf2f23434a91aab82.md5 @@ -0,0 +1,3 @@ +source_md5="4fe5ea65aa97608372a7e2eaa9042720" +dest_md5="ece3d7388ecc1e4873114c80ee679c6c" + diff --git a/escape-room/godot/imported/bench_NW.png-306610cb297c289464ad60a046d5ffef.ctex b/escape-room/godot/imported/bench_NW.png-306610cb297c289464ad60a046d5ffef.ctex new file mode 100644 index 0000000..e596c01 Binary files /dev/null and b/escape-room/godot/imported/bench_NW.png-306610cb297c289464ad60a046d5ffef.ctex differ diff --git a/escape-room/godot/imported/bench_NW.png-306610cb297c289464ad60a046d5ffef.md5 b/escape-room/godot/imported/bench_NW.png-306610cb297c289464ad60a046d5ffef.md5 new file mode 100644 index 0000000..e401de3 --- /dev/null +++ b/escape-room/godot/imported/bench_NW.png-306610cb297c289464ad60a046d5ffef.md5 @@ -0,0 +1,3 @@ +source_md5="b4721340879106a823da9676c32b2d4b" +dest_md5="f8a9ef60cb671f74c4bc4492eb31a5e4" + diff --git a/escape-room/godot/imported/bench_SE.png-03adf5dd899237da05bfb99b0e0d9418.ctex b/escape-room/godot/imported/bench_SE.png-03adf5dd899237da05bfb99b0e0d9418.ctex new file mode 100644 index 0000000..506fe00 Binary files /dev/null and b/escape-room/godot/imported/bench_SE.png-03adf5dd899237da05bfb99b0e0d9418.ctex differ diff --git a/escape-room/godot/imported/bench_SE.png-03adf5dd899237da05bfb99b0e0d9418.md5 b/escape-room/godot/imported/bench_SE.png-03adf5dd899237da05bfb99b0e0d9418.md5 new file mode 100644 index 0000000..f6f8f1a --- /dev/null +++ b/escape-room/godot/imported/bench_SE.png-03adf5dd899237da05bfb99b0e0d9418.md5 @@ -0,0 +1,3 @@ +source_md5="63040bd5b473cc72e98991ea559311c0" +dest_md5="2490fd11d8e4d27263334686befe2008" + diff --git a/escape-room/godot/imported/bench_SW.png-52d9170b4fcf1ef12bb8065fbb8ad73a.ctex b/escape-room/godot/imported/bench_SW.png-52d9170b4fcf1ef12bb8065fbb8ad73a.ctex new file mode 100644 index 0000000..f880d7a Binary files /dev/null and b/escape-room/godot/imported/bench_SW.png-52d9170b4fcf1ef12bb8065fbb8ad73a.ctex differ diff --git a/escape-room/godot/imported/bench_SW.png-52d9170b4fcf1ef12bb8065fbb8ad73a.md5 b/escape-room/godot/imported/bench_SW.png-52d9170b4fcf1ef12bb8065fbb8ad73a.md5 new file mode 100644 index 0000000..74df5a8 --- /dev/null +++ b/escape-room/godot/imported/bench_SW.png-52d9170b4fcf1ef12bb8065fbb8ad73a.md5 @@ -0,0 +1,3 @@ +source_md5="b2475fd7ce4919b49ef1d6aa076f12e8" +dest_md5="4afe9ff567ac8b997739c3d456d0f760" + diff --git a/escape-room/godot/imported/black-chess-scifi.png-205c18d1d63a185605e9e4320065e245.ctex b/escape-room/godot/imported/black-chess-scifi.png-205c18d1d63a185605e9e4320065e245.ctex new file mode 100644 index 0000000..ace3512 Binary files /dev/null and b/escape-room/godot/imported/black-chess-scifi.png-205c18d1d63a185605e9e4320065e245.ctex differ diff --git a/escape-room/godot/imported/black-chess-scifi.png-205c18d1d63a185605e9e4320065e245.md5 b/escape-room/godot/imported/black-chess-scifi.png-205c18d1d63a185605e9e4320065e245.md5 new file mode 100644 index 0000000..3aae2ab --- /dev/null +++ b/escape-room/godot/imported/black-chess-scifi.png-205c18d1d63a185605e9e4320065e245.md5 @@ -0,0 +1,3 @@ +source_md5="252c09ed31b24800e8de66b4692978a1" +dest_md5="e021e52231592e78ca14366e79a6c13d" + diff --git a/escape-room/godot/imported/body.svg-324e141d452c32f3136ca97c338025b4.ctex b/escape-room/godot/imported/body.svg-324e141d452c32f3136ca97c338025b4.ctex new file mode 100644 index 0000000..2a53125 Binary files /dev/null and b/escape-room/godot/imported/body.svg-324e141d452c32f3136ca97c338025b4.ctex differ diff --git a/escape-room/godot/imported/body.svg-324e141d452c32f3136ca97c338025b4.md5 b/escape-room/godot/imported/body.svg-324e141d452c32f3136ca97c338025b4.md5 new file mode 100644 index 0000000..cbf73e8 --- /dev/null +++ b/escape-room/godot/imported/body.svg-324e141d452c32f3136ca97c338025b4.md5 @@ -0,0 +1,3 @@ +source_md5="ae619840322b88e7339e54ee8ea64ffe" +dest_md5="c662ba890d228635c35e2a0a37bdbcdb" + diff --git a/escape-room/godot/imported/bookcaseClosed.dae-cbe0e891ce8370a833ddfe14af5b6851.md5 b/escape-room/godot/imported/bookcaseClosed.dae-cbe0e891ce8370a833ddfe14af5b6851.md5 new file mode 100644 index 0000000..4179984 --- /dev/null +++ b/escape-room/godot/imported/bookcaseClosed.dae-cbe0e891ce8370a833ddfe14af5b6851.md5 @@ -0,0 +1,3 @@ +source_md5="2ee9c2f17f8bb94d5e5c6d4ea713c3ba" +dest_md5="69659e1a581c1a8071911ce6a86cda7a" + diff --git a/escape-room/godot/imported/bookcaseClosed.dae-cbe0e891ce8370a833ddfe14af5b6851.scn b/escape-room/godot/imported/bookcaseClosed.dae-cbe0e891ce8370a833ddfe14af5b6851.scn new file mode 100644 index 0000000..51726eb Binary files /dev/null and b/escape-room/godot/imported/bookcaseClosed.dae-cbe0e891ce8370a833ddfe14af5b6851.scn differ diff --git a/escape-room/godot/imported/bookcaseClosed.fbx-0aba08bd72ea4cd508459b72d9583293.md5 b/escape-room/godot/imported/bookcaseClosed.fbx-0aba08bd72ea4cd508459b72d9583293.md5 new file mode 100644 index 0000000..2d789e8 --- /dev/null +++ b/escape-room/godot/imported/bookcaseClosed.fbx-0aba08bd72ea4cd508459b72d9583293.md5 @@ -0,0 +1,3 @@ +source_md5="e077ba03f385ab9cbc11231ae644b1e7" +dest_md5="5a544fd53b44ce667e2a0f19b587859a" + diff --git a/escape-room/godot/imported/bookcaseClosed.fbx-0aba08bd72ea4cd508459b72d9583293.scn b/escape-room/godot/imported/bookcaseClosed.fbx-0aba08bd72ea4cd508459b72d9583293.scn new file mode 100644 index 0000000..77bcaa8 Binary files /dev/null and b/escape-room/godot/imported/bookcaseClosed.fbx-0aba08bd72ea4cd508459b72d9583293.scn differ diff --git a/escape-room/godot/imported/bookcaseClosed.glb-56ee86d5d85ebe6601226cc4a8399cdf.md5 b/escape-room/godot/imported/bookcaseClosed.glb-56ee86d5d85ebe6601226cc4a8399cdf.md5 new file mode 100644 index 0000000..c7d7197 --- /dev/null +++ b/escape-room/godot/imported/bookcaseClosed.glb-56ee86d5d85ebe6601226cc4a8399cdf.md5 @@ -0,0 +1,3 @@ +source_md5="2a1065d237b3d8ba9dd285f790abcaf3" +dest_md5="3389cad256006f207493f7b17caa4362" + diff --git a/escape-room/godot/imported/bookcaseClosed.glb-56ee86d5d85ebe6601226cc4a8399cdf.scn b/escape-room/godot/imported/bookcaseClosed.glb-56ee86d5d85ebe6601226cc4a8399cdf.scn new file mode 100644 index 0000000..d24d33f Binary files /dev/null and b/escape-room/godot/imported/bookcaseClosed.glb-56ee86d5d85ebe6601226cc4a8399cdf.scn differ diff --git a/escape-room/godot/imported/bookcaseClosed.obj-9a8394029ad181b4751e7399133b84ef.md5 b/escape-room/godot/imported/bookcaseClosed.obj-9a8394029ad181b4751e7399133b84ef.md5 new file mode 100644 index 0000000..bcde572 --- /dev/null +++ b/escape-room/godot/imported/bookcaseClosed.obj-9a8394029ad181b4751e7399133b84ef.md5 @@ -0,0 +1,3 @@ +source_md5="eafdf4ea4386aecfa4ab57db72442bd9" +dest_md5="6260878ed635e39f1c66a00f08a6b52d" + diff --git a/escape-room/godot/imported/bookcaseClosed.obj-9a8394029ad181b4751e7399133b84ef.mesh b/escape-room/godot/imported/bookcaseClosed.obj-9a8394029ad181b4751e7399133b84ef.mesh new file mode 100644 index 0000000..313dc6d Binary files /dev/null and b/escape-room/godot/imported/bookcaseClosed.obj-9a8394029ad181b4751e7399133b84ef.mesh differ diff --git a/escape-room/godot/imported/bookcaseClosed.png-8320705486e1b3d85637c6e5fe81052a.ctex b/escape-room/godot/imported/bookcaseClosed.png-8320705486e1b3d85637c6e5fe81052a.ctex new file mode 100644 index 0000000..1744490 Binary files /dev/null and b/escape-room/godot/imported/bookcaseClosed.png-8320705486e1b3d85637c6e5fe81052a.ctex differ diff --git a/escape-room/godot/imported/bookcaseClosed.png-8320705486e1b3d85637c6e5fe81052a.md5 b/escape-room/godot/imported/bookcaseClosed.png-8320705486e1b3d85637c6e5fe81052a.md5 new file mode 100644 index 0000000..344084d --- /dev/null +++ b/escape-room/godot/imported/bookcaseClosed.png-8320705486e1b3d85637c6e5fe81052a.md5 @@ -0,0 +1,3 @@ +source_md5="2cee09371be86185d4e9ced34d39e71b" +dest_md5="ca7ac88701560fb1e936d0cfa1a4a9fd" + diff --git a/escape-room/godot/imported/bookcaseClosedDoors.dae-a4cd40ea730af4d05fd295fe5adeea3f.md5 b/escape-room/godot/imported/bookcaseClosedDoors.dae-a4cd40ea730af4d05fd295fe5adeea3f.md5 new file mode 100644 index 0000000..879a7b0 --- /dev/null +++ b/escape-room/godot/imported/bookcaseClosedDoors.dae-a4cd40ea730af4d05fd295fe5adeea3f.md5 @@ -0,0 +1,3 @@ +source_md5="b97f8b6974e9e76ef97b1101f81b7f5c" +dest_md5="4931c8002d1d11178248aa335c93915c" + diff --git a/escape-room/godot/imported/bookcaseClosedDoors.dae-a4cd40ea730af4d05fd295fe5adeea3f.scn b/escape-room/godot/imported/bookcaseClosedDoors.dae-a4cd40ea730af4d05fd295fe5adeea3f.scn new file mode 100644 index 0000000..c7cadbf Binary files /dev/null and b/escape-room/godot/imported/bookcaseClosedDoors.dae-a4cd40ea730af4d05fd295fe5adeea3f.scn differ diff --git a/escape-room/godot/imported/bookcaseClosedDoors.fbx-58b021ae66d08c40068a2d2469aa61bc.md5 b/escape-room/godot/imported/bookcaseClosedDoors.fbx-58b021ae66d08c40068a2d2469aa61bc.md5 new file mode 100644 index 0000000..756cc3d --- /dev/null +++ b/escape-room/godot/imported/bookcaseClosedDoors.fbx-58b021ae66d08c40068a2d2469aa61bc.md5 @@ -0,0 +1,3 @@ +source_md5="f9f453ca33c4f41e83c73639c503d0ff" +dest_md5="7d13ad6aba8b23b62d2663cbe56ef795" + diff --git a/escape-room/godot/imported/bookcaseClosedDoors.fbx-58b021ae66d08c40068a2d2469aa61bc.scn b/escape-room/godot/imported/bookcaseClosedDoors.fbx-58b021ae66d08c40068a2d2469aa61bc.scn new file mode 100644 index 0000000..20a80f3 Binary files /dev/null and b/escape-room/godot/imported/bookcaseClosedDoors.fbx-58b021ae66d08c40068a2d2469aa61bc.scn differ diff --git a/escape-room/godot/imported/bookcaseClosedDoors.glb-e6671ace2fd8e786e4e7b1e52b82858e.md5 b/escape-room/godot/imported/bookcaseClosedDoors.glb-e6671ace2fd8e786e4e7b1e52b82858e.md5 new file mode 100644 index 0000000..b1950aa --- /dev/null +++ b/escape-room/godot/imported/bookcaseClosedDoors.glb-e6671ace2fd8e786e4e7b1e52b82858e.md5 @@ -0,0 +1,3 @@ +source_md5="a40f3f55761c68555e1a1c54cdff810a" +dest_md5="a881aeeb01e5ceecf9581178466bbc0e" + diff --git a/escape-room/godot/imported/bookcaseClosedDoors.glb-e6671ace2fd8e786e4e7b1e52b82858e.scn b/escape-room/godot/imported/bookcaseClosedDoors.glb-e6671ace2fd8e786e4e7b1e52b82858e.scn new file mode 100644 index 0000000..84a41e6 Binary files /dev/null and b/escape-room/godot/imported/bookcaseClosedDoors.glb-e6671ace2fd8e786e4e7b1e52b82858e.scn differ diff --git a/escape-room/godot/imported/bookcaseClosedDoors.obj-5e7b05ebf25c15420a09297f02a7ee6a.md5 b/escape-room/godot/imported/bookcaseClosedDoors.obj-5e7b05ebf25c15420a09297f02a7ee6a.md5 new file mode 100644 index 0000000..733d410 --- /dev/null +++ b/escape-room/godot/imported/bookcaseClosedDoors.obj-5e7b05ebf25c15420a09297f02a7ee6a.md5 @@ -0,0 +1,3 @@ +source_md5="d39dde1ac02e16dafa683e218ffc2f26" +dest_md5="1b118c9d72d00c9c1cd1e675176e2b47" + diff --git a/escape-room/godot/imported/bookcaseClosedDoors.obj-5e7b05ebf25c15420a09297f02a7ee6a.mesh b/escape-room/godot/imported/bookcaseClosedDoors.obj-5e7b05ebf25c15420a09297f02a7ee6a.mesh new file mode 100644 index 0000000..e269e66 Binary files /dev/null and b/escape-room/godot/imported/bookcaseClosedDoors.obj-5e7b05ebf25c15420a09297f02a7ee6a.mesh differ diff --git a/escape-room/godot/imported/bookcaseClosedDoors.png-ec3400527b6d582038ae2e20a7275fc1.ctex b/escape-room/godot/imported/bookcaseClosedDoors.png-ec3400527b6d582038ae2e20a7275fc1.ctex new file mode 100644 index 0000000..b2db6f2 Binary files /dev/null and b/escape-room/godot/imported/bookcaseClosedDoors.png-ec3400527b6d582038ae2e20a7275fc1.ctex differ diff --git a/escape-room/godot/imported/bookcaseClosedDoors.png-ec3400527b6d582038ae2e20a7275fc1.md5 b/escape-room/godot/imported/bookcaseClosedDoors.png-ec3400527b6d582038ae2e20a7275fc1.md5 new file mode 100644 index 0000000..f619536 --- /dev/null +++ b/escape-room/godot/imported/bookcaseClosedDoors.png-ec3400527b6d582038ae2e20a7275fc1.md5 @@ -0,0 +1,3 @@ +source_md5="00b8989e26dcfe3b1ccc41f09e175056" +dest_md5="8c81049f9838bb264987791821d09af3" + diff --git a/escape-room/godot/imported/bookcaseClosedDoors_NE.png-8f1b60931ffddfc79d10eb8463952d16.ctex b/escape-room/godot/imported/bookcaseClosedDoors_NE.png-8f1b60931ffddfc79d10eb8463952d16.ctex new file mode 100644 index 0000000..879b69c Binary files /dev/null and b/escape-room/godot/imported/bookcaseClosedDoors_NE.png-8f1b60931ffddfc79d10eb8463952d16.ctex differ diff --git a/escape-room/godot/imported/bookcaseClosedDoors_NE.png-8f1b60931ffddfc79d10eb8463952d16.md5 b/escape-room/godot/imported/bookcaseClosedDoors_NE.png-8f1b60931ffddfc79d10eb8463952d16.md5 new file mode 100644 index 0000000..35af5c5 --- /dev/null +++ b/escape-room/godot/imported/bookcaseClosedDoors_NE.png-8f1b60931ffddfc79d10eb8463952d16.md5 @@ -0,0 +1,3 @@ +source_md5="19730cb7bcfea30b6b72d0fd6876fa1c" +dest_md5="901f72ae024e145fc5a625ba6c960681" + diff --git a/escape-room/godot/imported/bookcaseClosedDoors_NW.png-0dc1d9c73cccaf8bd3257d97c5dddf96.ctex b/escape-room/godot/imported/bookcaseClosedDoors_NW.png-0dc1d9c73cccaf8bd3257d97c5dddf96.ctex new file mode 100644 index 0000000..57ccc2c Binary files /dev/null and b/escape-room/godot/imported/bookcaseClosedDoors_NW.png-0dc1d9c73cccaf8bd3257d97c5dddf96.ctex differ diff --git a/escape-room/godot/imported/bookcaseClosedDoors_NW.png-0dc1d9c73cccaf8bd3257d97c5dddf96.md5 b/escape-room/godot/imported/bookcaseClosedDoors_NW.png-0dc1d9c73cccaf8bd3257d97c5dddf96.md5 new file mode 100644 index 0000000..6256989 --- /dev/null +++ b/escape-room/godot/imported/bookcaseClosedDoors_NW.png-0dc1d9c73cccaf8bd3257d97c5dddf96.md5 @@ -0,0 +1,3 @@ +source_md5="ce4cf0c5a4782c8abec27a8a4ddcb80b" +dest_md5="8203dc3f9a59c2b4f6fd22b01af3f26a" + diff --git a/escape-room/godot/imported/bookcaseClosedDoors_SE.png-52fcf15e48fa4f9b41423226d72e1e1d.ctex b/escape-room/godot/imported/bookcaseClosedDoors_SE.png-52fcf15e48fa4f9b41423226d72e1e1d.ctex new file mode 100644 index 0000000..70287cf Binary files /dev/null and b/escape-room/godot/imported/bookcaseClosedDoors_SE.png-52fcf15e48fa4f9b41423226d72e1e1d.ctex differ diff --git a/escape-room/godot/imported/bookcaseClosedDoors_SE.png-52fcf15e48fa4f9b41423226d72e1e1d.md5 b/escape-room/godot/imported/bookcaseClosedDoors_SE.png-52fcf15e48fa4f9b41423226d72e1e1d.md5 new file mode 100644 index 0000000..99f4312 --- /dev/null +++ b/escape-room/godot/imported/bookcaseClosedDoors_SE.png-52fcf15e48fa4f9b41423226d72e1e1d.md5 @@ -0,0 +1,3 @@ +source_md5="d148133d9e0968179470d66b53e3b0ca" +dest_md5="11d090414ed846a3a599772147f717b8" + diff --git a/escape-room/godot/imported/bookcaseClosedDoors_SW.png-2a908728e22820a4eda1fe84b5de11a3.ctex b/escape-room/godot/imported/bookcaseClosedDoors_SW.png-2a908728e22820a4eda1fe84b5de11a3.ctex new file mode 100644 index 0000000..b63304c Binary files /dev/null and b/escape-room/godot/imported/bookcaseClosedDoors_SW.png-2a908728e22820a4eda1fe84b5de11a3.ctex differ diff --git a/escape-room/godot/imported/bookcaseClosedDoors_SW.png-2a908728e22820a4eda1fe84b5de11a3.md5 b/escape-room/godot/imported/bookcaseClosedDoors_SW.png-2a908728e22820a4eda1fe84b5de11a3.md5 new file mode 100644 index 0000000..f4da1d8 --- /dev/null +++ b/escape-room/godot/imported/bookcaseClosedDoors_SW.png-2a908728e22820a4eda1fe84b5de11a3.md5 @@ -0,0 +1,3 @@ +source_md5="55d7b9d5230e139a68e6f16da6eec01a" +dest_md5="0dfd27f101a33df605de41aa06cbf0fc" + diff --git a/escape-room/godot/imported/bookcaseClosedWide.dae-4672d02411cd97de6757c940766044c4.md5 b/escape-room/godot/imported/bookcaseClosedWide.dae-4672d02411cd97de6757c940766044c4.md5 new file mode 100644 index 0000000..3785990 --- /dev/null +++ b/escape-room/godot/imported/bookcaseClosedWide.dae-4672d02411cd97de6757c940766044c4.md5 @@ -0,0 +1,3 @@ +source_md5="93b9b062af6cab3c8c330a1469c2fed2" +dest_md5="95019d94f5fb19687cff27055e1021fd" + diff --git a/escape-room/godot/imported/bookcaseClosedWide.dae-4672d02411cd97de6757c940766044c4.scn b/escape-room/godot/imported/bookcaseClosedWide.dae-4672d02411cd97de6757c940766044c4.scn new file mode 100644 index 0000000..05a508e Binary files /dev/null and b/escape-room/godot/imported/bookcaseClosedWide.dae-4672d02411cd97de6757c940766044c4.scn differ diff --git a/escape-room/godot/imported/bookcaseClosedWide.fbx-213de22b944e6db97540bd1b426c7b51.md5 b/escape-room/godot/imported/bookcaseClosedWide.fbx-213de22b944e6db97540bd1b426c7b51.md5 new file mode 100644 index 0000000..19cd729 --- /dev/null +++ b/escape-room/godot/imported/bookcaseClosedWide.fbx-213de22b944e6db97540bd1b426c7b51.md5 @@ -0,0 +1,3 @@ +source_md5="2bffe2766233be40bba974577c391065" +dest_md5="85e8504f84f9d5beeebd02f3413c7dc8" + diff --git a/escape-room/godot/imported/bookcaseClosedWide.fbx-213de22b944e6db97540bd1b426c7b51.scn b/escape-room/godot/imported/bookcaseClosedWide.fbx-213de22b944e6db97540bd1b426c7b51.scn new file mode 100644 index 0000000..dec1037 Binary files /dev/null and b/escape-room/godot/imported/bookcaseClosedWide.fbx-213de22b944e6db97540bd1b426c7b51.scn differ diff --git a/escape-room/godot/imported/bookcaseClosedWide.glb-cb1a9dceba4ac7d2fe14e4fa532b79b3.md5 b/escape-room/godot/imported/bookcaseClosedWide.glb-cb1a9dceba4ac7d2fe14e4fa532b79b3.md5 new file mode 100644 index 0000000..45f4d65 --- /dev/null +++ b/escape-room/godot/imported/bookcaseClosedWide.glb-cb1a9dceba4ac7d2fe14e4fa532b79b3.md5 @@ -0,0 +1,3 @@ +source_md5="d8d96c8efb0316e947de0445326239a4" +dest_md5="1ee11951820e21394f5ee4473d82e291" + diff --git a/escape-room/godot/imported/bookcaseClosedWide.glb-cb1a9dceba4ac7d2fe14e4fa532b79b3.scn b/escape-room/godot/imported/bookcaseClosedWide.glb-cb1a9dceba4ac7d2fe14e4fa532b79b3.scn new file mode 100644 index 0000000..3ff14cd Binary files /dev/null and b/escape-room/godot/imported/bookcaseClosedWide.glb-cb1a9dceba4ac7d2fe14e4fa532b79b3.scn differ diff --git a/escape-room/godot/imported/bookcaseClosedWide.obj-39b55e19ff38299f6774b328f787cb24.md5 b/escape-room/godot/imported/bookcaseClosedWide.obj-39b55e19ff38299f6774b328f787cb24.md5 new file mode 100644 index 0000000..d97fbcf --- /dev/null +++ b/escape-room/godot/imported/bookcaseClosedWide.obj-39b55e19ff38299f6774b328f787cb24.md5 @@ -0,0 +1,3 @@ +source_md5="b3b289c15da99b290b15383a2e0e0943" +dest_md5="6f0a47a6f773259b9d78db6a86843073" + diff --git a/escape-room/godot/imported/bookcaseClosedWide.obj-39b55e19ff38299f6774b328f787cb24.mesh b/escape-room/godot/imported/bookcaseClosedWide.obj-39b55e19ff38299f6774b328f787cb24.mesh new file mode 100644 index 0000000..4c83a35 Binary files /dev/null and b/escape-room/godot/imported/bookcaseClosedWide.obj-39b55e19ff38299f6774b328f787cb24.mesh differ diff --git a/escape-room/godot/imported/bookcaseClosedWide.png-b376ffc44c7a4c44b87796802fd05dfc.ctex b/escape-room/godot/imported/bookcaseClosedWide.png-b376ffc44c7a4c44b87796802fd05dfc.ctex new file mode 100644 index 0000000..2c55f25 Binary files /dev/null and b/escape-room/godot/imported/bookcaseClosedWide.png-b376ffc44c7a4c44b87796802fd05dfc.ctex differ diff --git a/escape-room/godot/imported/bookcaseClosedWide.png-b376ffc44c7a4c44b87796802fd05dfc.md5 b/escape-room/godot/imported/bookcaseClosedWide.png-b376ffc44c7a4c44b87796802fd05dfc.md5 new file mode 100644 index 0000000..fce1eaa --- /dev/null +++ b/escape-room/godot/imported/bookcaseClosedWide.png-b376ffc44c7a4c44b87796802fd05dfc.md5 @@ -0,0 +1,3 @@ +source_md5="b64c5b97af9c0bdc9db5be53d9ef4a52" +dest_md5="2e4051b33dc297fa3c6a5426187fb887" + diff --git a/escape-room/godot/imported/bookcaseClosedWide_NE.png-a5e2117da71ba1485f7cf87636458f4b.ctex b/escape-room/godot/imported/bookcaseClosedWide_NE.png-a5e2117da71ba1485f7cf87636458f4b.ctex new file mode 100644 index 0000000..c13fac9 Binary files /dev/null and b/escape-room/godot/imported/bookcaseClosedWide_NE.png-a5e2117da71ba1485f7cf87636458f4b.ctex differ diff --git a/escape-room/godot/imported/bookcaseClosedWide_NE.png-a5e2117da71ba1485f7cf87636458f4b.md5 b/escape-room/godot/imported/bookcaseClosedWide_NE.png-a5e2117da71ba1485f7cf87636458f4b.md5 new file mode 100644 index 0000000..6796bcc --- /dev/null +++ b/escape-room/godot/imported/bookcaseClosedWide_NE.png-a5e2117da71ba1485f7cf87636458f4b.md5 @@ -0,0 +1,3 @@ +source_md5="65b5ffa09b66ae1953c3babd68a99c83" +dest_md5="5dbbe0fd46aebdefec0d513d7360fed2" + diff --git a/escape-room/godot/imported/bookcaseClosedWide_NW.png-b375acb83885112011f4888bb82af118.ctex b/escape-room/godot/imported/bookcaseClosedWide_NW.png-b375acb83885112011f4888bb82af118.ctex new file mode 100644 index 0000000..e2db2c9 Binary files /dev/null and b/escape-room/godot/imported/bookcaseClosedWide_NW.png-b375acb83885112011f4888bb82af118.ctex differ diff --git a/escape-room/godot/imported/bookcaseClosedWide_NW.png-b375acb83885112011f4888bb82af118.md5 b/escape-room/godot/imported/bookcaseClosedWide_NW.png-b375acb83885112011f4888bb82af118.md5 new file mode 100644 index 0000000..bd84131 --- /dev/null +++ b/escape-room/godot/imported/bookcaseClosedWide_NW.png-b375acb83885112011f4888bb82af118.md5 @@ -0,0 +1,3 @@ +source_md5="93e701c5ba1bc0f126d20347bf050595" +dest_md5="af2fc2efbf957c77c24febf8ed814e03" + diff --git a/escape-room/godot/imported/bookcaseClosedWide_SE.png-b9280eb31f69da86252ab710277a29ee.ctex b/escape-room/godot/imported/bookcaseClosedWide_SE.png-b9280eb31f69da86252ab710277a29ee.ctex new file mode 100644 index 0000000..42bde5b Binary files /dev/null and b/escape-room/godot/imported/bookcaseClosedWide_SE.png-b9280eb31f69da86252ab710277a29ee.ctex differ diff --git a/escape-room/godot/imported/bookcaseClosedWide_SE.png-b9280eb31f69da86252ab710277a29ee.md5 b/escape-room/godot/imported/bookcaseClosedWide_SE.png-b9280eb31f69da86252ab710277a29ee.md5 new file mode 100644 index 0000000..bb0092d --- /dev/null +++ b/escape-room/godot/imported/bookcaseClosedWide_SE.png-b9280eb31f69da86252ab710277a29ee.md5 @@ -0,0 +1,3 @@ +source_md5="8e54bd11221ea161ad18471586ba9b2a" +dest_md5="426b7088605ab48bf9c6c8b711d26e40" + diff --git a/escape-room/godot/imported/bookcaseClosedWide_SW.png-1b3a3089a034e8304eb5899ef58d7b99.ctex b/escape-room/godot/imported/bookcaseClosedWide_SW.png-1b3a3089a034e8304eb5899ef58d7b99.ctex new file mode 100644 index 0000000..de33081 Binary files /dev/null and b/escape-room/godot/imported/bookcaseClosedWide_SW.png-1b3a3089a034e8304eb5899ef58d7b99.ctex differ diff --git a/escape-room/godot/imported/bookcaseClosedWide_SW.png-1b3a3089a034e8304eb5899ef58d7b99.md5 b/escape-room/godot/imported/bookcaseClosedWide_SW.png-1b3a3089a034e8304eb5899ef58d7b99.md5 new file mode 100644 index 0000000..aa42578 --- /dev/null +++ b/escape-room/godot/imported/bookcaseClosedWide_SW.png-1b3a3089a034e8304eb5899ef58d7b99.md5 @@ -0,0 +1,3 @@ +source_md5="5790c02a5b2785c16869cee2b4bfa06a" +dest_md5="5d7013b873e25fcad66f16f72495a14c" + diff --git a/escape-room/godot/imported/bookcaseClosed_NE.png-09aabf37f31b746c1b0c8da2154a867f.ctex b/escape-room/godot/imported/bookcaseClosed_NE.png-09aabf37f31b746c1b0c8da2154a867f.ctex new file mode 100644 index 0000000..9ccc6e2 Binary files /dev/null and b/escape-room/godot/imported/bookcaseClosed_NE.png-09aabf37f31b746c1b0c8da2154a867f.ctex differ diff --git a/escape-room/godot/imported/bookcaseClosed_NE.png-09aabf37f31b746c1b0c8da2154a867f.md5 b/escape-room/godot/imported/bookcaseClosed_NE.png-09aabf37f31b746c1b0c8da2154a867f.md5 new file mode 100644 index 0000000..cdb89a0 --- /dev/null +++ b/escape-room/godot/imported/bookcaseClosed_NE.png-09aabf37f31b746c1b0c8da2154a867f.md5 @@ -0,0 +1,3 @@ +source_md5="8640ccb1723714d05389de816f13755b" +dest_md5="1b4e0968e5216b24a6a87f524f65ae8b" + diff --git a/escape-room/godot/imported/bookcaseClosed_NW.png-51936b80ccbb1a9a42110d4875a54ea3.ctex b/escape-room/godot/imported/bookcaseClosed_NW.png-51936b80ccbb1a9a42110d4875a54ea3.ctex new file mode 100644 index 0000000..274304d Binary files /dev/null and b/escape-room/godot/imported/bookcaseClosed_NW.png-51936b80ccbb1a9a42110d4875a54ea3.ctex differ diff --git a/escape-room/godot/imported/bookcaseClosed_NW.png-51936b80ccbb1a9a42110d4875a54ea3.md5 b/escape-room/godot/imported/bookcaseClosed_NW.png-51936b80ccbb1a9a42110d4875a54ea3.md5 new file mode 100644 index 0000000..bbe22e0 --- /dev/null +++ b/escape-room/godot/imported/bookcaseClosed_NW.png-51936b80ccbb1a9a42110d4875a54ea3.md5 @@ -0,0 +1,3 @@ +source_md5="e39a10c6d6ad2a0596fcfa7dc4125d36" +dest_md5="91c79ccd05a23a22a718b3848ca56774" + diff --git a/escape-room/godot/imported/bookcaseClosed_SE.png-be8845935289ce1d1af2413c7309678f.ctex b/escape-room/godot/imported/bookcaseClosed_SE.png-be8845935289ce1d1af2413c7309678f.ctex new file mode 100644 index 0000000..fd14870 Binary files /dev/null and b/escape-room/godot/imported/bookcaseClosed_SE.png-be8845935289ce1d1af2413c7309678f.ctex differ diff --git a/escape-room/godot/imported/bookcaseClosed_SE.png-be8845935289ce1d1af2413c7309678f.md5 b/escape-room/godot/imported/bookcaseClosed_SE.png-be8845935289ce1d1af2413c7309678f.md5 new file mode 100644 index 0000000..2105dee --- /dev/null +++ b/escape-room/godot/imported/bookcaseClosed_SE.png-be8845935289ce1d1af2413c7309678f.md5 @@ -0,0 +1,3 @@ +source_md5="6578f8f6769b29f7a6023709ab4bce0b" +dest_md5="0f446eaaed5616baac453b7a350acad8" + diff --git a/escape-room/godot/imported/bookcaseClosed_SW.png-48453f83a9abe5846e613fc32f364031.ctex b/escape-room/godot/imported/bookcaseClosed_SW.png-48453f83a9abe5846e613fc32f364031.ctex new file mode 100644 index 0000000..3043d59 Binary files /dev/null and b/escape-room/godot/imported/bookcaseClosed_SW.png-48453f83a9abe5846e613fc32f364031.ctex differ diff --git a/escape-room/godot/imported/bookcaseClosed_SW.png-48453f83a9abe5846e613fc32f364031.md5 b/escape-room/godot/imported/bookcaseClosed_SW.png-48453f83a9abe5846e613fc32f364031.md5 new file mode 100644 index 0000000..e40e4d9 --- /dev/null +++ b/escape-room/godot/imported/bookcaseClosed_SW.png-48453f83a9abe5846e613fc32f364031.md5 @@ -0,0 +1,3 @@ +source_md5="dfb3b878a446912ab6ce0e478eab719f" +dest_md5="2ab936b98076ba9e5ba7329ccfee5a25" + diff --git a/escape-room/godot/imported/bookcaseOpen.dae-767ae9ad73aa3b0824a55deca44ed291.md5 b/escape-room/godot/imported/bookcaseOpen.dae-767ae9ad73aa3b0824a55deca44ed291.md5 new file mode 100644 index 0000000..be18c90 --- /dev/null +++ b/escape-room/godot/imported/bookcaseOpen.dae-767ae9ad73aa3b0824a55deca44ed291.md5 @@ -0,0 +1,3 @@ +source_md5="41a750853f07d183768b44990d1e3a43" +dest_md5="00d3c246034b2a9c1d534376a012ab19" + diff --git a/escape-room/godot/imported/bookcaseOpen.dae-767ae9ad73aa3b0824a55deca44ed291.scn b/escape-room/godot/imported/bookcaseOpen.dae-767ae9ad73aa3b0824a55deca44ed291.scn new file mode 100644 index 0000000..dddd7da Binary files /dev/null and b/escape-room/godot/imported/bookcaseOpen.dae-767ae9ad73aa3b0824a55deca44ed291.scn differ diff --git a/escape-room/godot/imported/bookcaseOpen.fbx-2de42086479f312328ace8e352e220ae.md5 b/escape-room/godot/imported/bookcaseOpen.fbx-2de42086479f312328ace8e352e220ae.md5 new file mode 100644 index 0000000..d0fb5f7 --- /dev/null +++ b/escape-room/godot/imported/bookcaseOpen.fbx-2de42086479f312328ace8e352e220ae.md5 @@ -0,0 +1,3 @@ +source_md5="37da6660b71b97a0677037a8746d6d8d" +dest_md5="9eaf466616857024ce2e07c29d5e57e0" + diff --git a/escape-room/godot/imported/bookcaseOpen.fbx-2de42086479f312328ace8e352e220ae.scn b/escape-room/godot/imported/bookcaseOpen.fbx-2de42086479f312328ace8e352e220ae.scn new file mode 100644 index 0000000..9b63ad4 Binary files /dev/null and b/escape-room/godot/imported/bookcaseOpen.fbx-2de42086479f312328ace8e352e220ae.scn differ diff --git a/escape-room/godot/imported/bookcaseOpen.glb-8d4367cbbab1a1d11243d2278d2543ee.md5 b/escape-room/godot/imported/bookcaseOpen.glb-8d4367cbbab1a1d11243d2278d2543ee.md5 new file mode 100644 index 0000000..03c372f --- /dev/null +++ b/escape-room/godot/imported/bookcaseOpen.glb-8d4367cbbab1a1d11243d2278d2543ee.md5 @@ -0,0 +1,3 @@ +source_md5="7dd4ea72f1a72a91b1b4de35cdbe2b72" +dest_md5="3a53616d08ad37b4fe3313e66efc88d3" + diff --git a/escape-room/godot/imported/bookcaseOpen.glb-8d4367cbbab1a1d11243d2278d2543ee.scn b/escape-room/godot/imported/bookcaseOpen.glb-8d4367cbbab1a1d11243d2278d2543ee.scn new file mode 100644 index 0000000..66f0241 Binary files /dev/null and b/escape-room/godot/imported/bookcaseOpen.glb-8d4367cbbab1a1d11243d2278d2543ee.scn differ diff --git a/escape-room/godot/imported/bookcaseOpen.obj-32e8e703c4e66e32ef23b1bc6ce65e05.md5 b/escape-room/godot/imported/bookcaseOpen.obj-32e8e703c4e66e32ef23b1bc6ce65e05.md5 new file mode 100644 index 0000000..a1e7ce7 --- /dev/null +++ b/escape-room/godot/imported/bookcaseOpen.obj-32e8e703c4e66e32ef23b1bc6ce65e05.md5 @@ -0,0 +1,3 @@ +source_md5="cb553310776c59d5189aa2ed4b24fcb8" +dest_md5="ab30601ca016f4c0850ec0c46de533f4" + diff --git a/escape-room/godot/imported/bookcaseOpen.obj-32e8e703c4e66e32ef23b1bc6ce65e05.mesh b/escape-room/godot/imported/bookcaseOpen.obj-32e8e703c4e66e32ef23b1bc6ce65e05.mesh new file mode 100644 index 0000000..c92fe58 Binary files /dev/null and b/escape-room/godot/imported/bookcaseOpen.obj-32e8e703c4e66e32ef23b1bc6ce65e05.mesh differ diff --git a/escape-room/godot/imported/bookcaseOpen.png-80fc2f0f66a4278cc7492c4d834594b5.ctex b/escape-room/godot/imported/bookcaseOpen.png-80fc2f0f66a4278cc7492c4d834594b5.ctex new file mode 100644 index 0000000..28d308b Binary files /dev/null and b/escape-room/godot/imported/bookcaseOpen.png-80fc2f0f66a4278cc7492c4d834594b5.ctex differ diff --git a/escape-room/godot/imported/bookcaseOpen.png-80fc2f0f66a4278cc7492c4d834594b5.md5 b/escape-room/godot/imported/bookcaseOpen.png-80fc2f0f66a4278cc7492c4d834594b5.md5 new file mode 100644 index 0000000..b4f73b3 --- /dev/null +++ b/escape-room/godot/imported/bookcaseOpen.png-80fc2f0f66a4278cc7492c4d834594b5.md5 @@ -0,0 +1,3 @@ +source_md5="136dc95c520c0f8b8300ec1971303cc1" +dest_md5="69c28585fa4e3f68dbb6f3074060e96d" + diff --git a/escape-room/godot/imported/bookcaseOpenLow.dae-ad1a77f3be62020c0d9815effa21b3cc.md5 b/escape-room/godot/imported/bookcaseOpenLow.dae-ad1a77f3be62020c0d9815effa21b3cc.md5 new file mode 100644 index 0000000..30f5a0a --- /dev/null +++ b/escape-room/godot/imported/bookcaseOpenLow.dae-ad1a77f3be62020c0d9815effa21b3cc.md5 @@ -0,0 +1,3 @@ +source_md5="200019a39899cc6c11f7ae25209c3be2" +dest_md5="0ec8122bc441942bc6557a7c1146aca4" + diff --git a/escape-room/godot/imported/bookcaseOpenLow.dae-ad1a77f3be62020c0d9815effa21b3cc.scn b/escape-room/godot/imported/bookcaseOpenLow.dae-ad1a77f3be62020c0d9815effa21b3cc.scn new file mode 100644 index 0000000..85cd7cc Binary files /dev/null and b/escape-room/godot/imported/bookcaseOpenLow.dae-ad1a77f3be62020c0d9815effa21b3cc.scn differ diff --git a/escape-room/godot/imported/bookcaseOpenLow.fbx-8e1eead0b7ed3a2849ed8ae81f3b39c2.md5 b/escape-room/godot/imported/bookcaseOpenLow.fbx-8e1eead0b7ed3a2849ed8ae81f3b39c2.md5 new file mode 100644 index 0000000..e049855 --- /dev/null +++ b/escape-room/godot/imported/bookcaseOpenLow.fbx-8e1eead0b7ed3a2849ed8ae81f3b39c2.md5 @@ -0,0 +1,3 @@ +source_md5="c3b8b0959d629730d67dbb4aae93f46c" +dest_md5="341541c8925b47871a1b3fbe6d4cfacf" + diff --git a/escape-room/godot/imported/bookcaseOpenLow.fbx-8e1eead0b7ed3a2849ed8ae81f3b39c2.scn b/escape-room/godot/imported/bookcaseOpenLow.fbx-8e1eead0b7ed3a2849ed8ae81f3b39c2.scn new file mode 100644 index 0000000..9c2cf0f Binary files /dev/null and b/escape-room/godot/imported/bookcaseOpenLow.fbx-8e1eead0b7ed3a2849ed8ae81f3b39c2.scn differ diff --git a/escape-room/godot/imported/bookcaseOpenLow.glb-6416e251011b89fdb211cbd85f8901dc.md5 b/escape-room/godot/imported/bookcaseOpenLow.glb-6416e251011b89fdb211cbd85f8901dc.md5 new file mode 100644 index 0000000..bb730a0 --- /dev/null +++ b/escape-room/godot/imported/bookcaseOpenLow.glb-6416e251011b89fdb211cbd85f8901dc.md5 @@ -0,0 +1,3 @@ +source_md5="91ca1cfcf76830d67cb439d26cf0762d" +dest_md5="06b2824a2afd2c30d55249c2ed6f895e" + diff --git a/escape-room/godot/imported/bookcaseOpenLow.glb-6416e251011b89fdb211cbd85f8901dc.scn b/escape-room/godot/imported/bookcaseOpenLow.glb-6416e251011b89fdb211cbd85f8901dc.scn new file mode 100644 index 0000000..3ceb091 Binary files /dev/null and b/escape-room/godot/imported/bookcaseOpenLow.glb-6416e251011b89fdb211cbd85f8901dc.scn differ diff --git a/escape-room/godot/imported/bookcaseOpenLow.obj-749f868b9aa8494d4d5281b0dfcabad6.md5 b/escape-room/godot/imported/bookcaseOpenLow.obj-749f868b9aa8494d4d5281b0dfcabad6.md5 new file mode 100644 index 0000000..6176497 --- /dev/null +++ b/escape-room/godot/imported/bookcaseOpenLow.obj-749f868b9aa8494d4d5281b0dfcabad6.md5 @@ -0,0 +1,3 @@ +source_md5="a3aad23aa9f65923f06c848d0ade432b" +dest_md5="60d53ba1eb07f9be16726b338519e1ff" + diff --git a/escape-room/godot/imported/bookcaseOpenLow.obj-749f868b9aa8494d4d5281b0dfcabad6.mesh b/escape-room/godot/imported/bookcaseOpenLow.obj-749f868b9aa8494d4d5281b0dfcabad6.mesh new file mode 100644 index 0000000..5e0d64d Binary files /dev/null and b/escape-room/godot/imported/bookcaseOpenLow.obj-749f868b9aa8494d4d5281b0dfcabad6.mesh differ diff --git a/escape-room/godot/imported/bookcaseOpenLow.png-f5367c660daec880379b1f5f40329650.ctex b/escape-room/godot/imported/bookcaseOpenLow.png-f5367c660daec880379b1f5f40329650.ctex new file mode 100644 index 0000000..bdd349f Binary files /dev/null and b/escape-room/godot/imported/bookcaseOpenLow.png-f5367c660daec880379b1f5f40329650.ctex differ diff --git a/escape-room/godot/imported/bookcaseOpenLow.png-f5367c660daec880379b1f5f40329650.md5 b/escape-room/godot/imported/bookcaseOpenLow.png-f5367c660daec880379b1f5f40329650.md5 new file mode 100644 index 0000000..602275a --- /dev/null +++ b/escape-room/godot/imported/bookcaseOpenLow.png-f5367c660daec880379b1f5f40329650.md5 @@ -0,0 +1,3 @@ +source_md5="a6a8d8d49bef399edc64ae3c51ee3717" +dest_md5="97e2517210ed1bcc07af5f18cbf437de" + diff --git a/escape-room/godot/imported/bookcaseOpenLow_NE.png-5de1ac017c754903adfd5b34401fb7de.ctex b/escape-room/godot/imported/bookcaseOpenLow_NE.png-5de1ac017c754903adfd5b34401fb7de.ctex new file mode 100644 index 0000000..b4970f4 Binary files /dev/null and b/escape-room/godot/imported/bookcaseOpenLow_NE.png-5de1ac017c754903adfd5b34401fb7de.ctex differ diff --git a/escape-room/godot/imported/bookcaseOpenLow_NE.png-5de1ac017c754903adfd5b34401fb7de.md5 b/escape-room/godot/imported/bookcaseOpenLow_NE.png-5de1ac017c754903adfd5b34401fb7de.md5 new file mode 100644 index 0000000..b93236f --- /dev/null +++ b/escape-room/godot/imported/bookcaseOpenLow_NE.png-5de1ac017c754903adfd5b34401fb7de.md5 @@ -0,0 +1,3 @@ +source_md5="b2b6c12e4a555cb454f9aea7c2247c51" +dest_md5="5568939bf180d4187182ba9cd60c46d4" + diff --git a/escape-room/godot/imported/bookcaseOpenLow_NW.png-10706ba60c6b9255bb9172a396aaf690.ctex b/escape-room/godot/imported/bookcaseOpenLow_NW.png-10706ba60c6b9255bb9172a396aaf690.ctex new file mode 100644 index 0000000..ef2a487 Binary files /dev/null and b/escape-room/godot/imported/bookcaseOpenLow_NW.png-10706ba60c6b9255bb9172a396aaf690.ctex differ diff --git a/escape-room/godot/imported/bookcaseOpenLow_NW.png-10706ba60c6b9255bb9172a396aaf690.md5 b/escape-room/godot/imported/bookcaseOpenLow_NW.png-10706ba60c6b9255bb9172a396aaf690.md5 new file mode 100644 index 0000000..d0c24b0 --- /dev/null +++ b/escape-room/godot/imported/bookcaseOpenLow_NW.png-10706ba60c6b9255bb9172a396aaf690.md5 @@ -0,0 +1,3 @@ +source_md5="db7a53bbd72d3cc5c054adbf1d374f35" +dest_md5="38ff64a9836499c9b0e8a475768ea39c" + diff --git a/escape-room/godot/imported/bookcaseOpenLow_SE.png-a29aaa944cc97d7c54d42c3261920384.ctex b/escape-room/godot/imported/bookcaseOpenLow_SE.png-a29aaa944cc97d7c54d42c3261920384.ctex new file mode 100644 index 0000000..93e6a04 Binary files /dev/null and b/escape-room/godot/imported/bookcaseOpenLow_SE.png-a29aaa944cc97d7c54d42c3261920384.ctex differ diff --git a/escape-room/godot/imported/bookcaseOpenLow_SE.png-a29aaa944cc97d7c54d42c3261920384.md5 b/escape-room/godot/imported/bookcaseOpenLow_SE.png-a29aaa944cc97d7c54d42c3261920384.md5 new file mode 100644 index 0000000..ec1caeb --- /dev/null +++ b/escape-room/godot/imported/bookcaseOpenLow_SE.png-a29aaa944cc97d7c54d42c3261920384.md5 @@ -0,0 +1,3 @@ +source_md5="1703a81f0dc431b73e39a8f0282e598b" +dest_md5="fe9c79a037b30846c663663816af51aa" + diff --git a/escape-room/godot/imported/bookcaseOpenLow_SW.png-075fb38cc9144eca7aed419e276aac40.ctex b/escape-room/godot/imported/bookcaseOpenLow_SW.png-075fb38cc9144eca7aed419e276aac40.ctex new file mode 100644 index 0000000..c0d930f Binary files /dev/null and b/escape-room/godot/imported/bookcaseOpenLow_SW.png-075fb38cc9144eca7aed419e276aac40.ctex differ diff --git a/escape-room/godot/imported/bookcaseOpenLow_SW.png-075fb38cc9144eca7aed419e276aac40.md5 b/escape-room/godot/imported/bookcaseOpenLow_SW.png-075fb38cc9144eca7aed419e276aac40.md5 new file mode 100644 index 0000000..3e16b8c --- /dev/null +++ b/escape-room/godot/imported/bookcaseOpenLow_SW.png-075fb38cc9144eca7aed419e276aac40.md5 @@ -0,0 +1,3 @@ +source_md5="706a99387e13e9d5dbf7a86dd0b23b7d" +dest_md5="a2290a7f5a40002364603b4863d0996b" + diff --git a/escape-room/godot/imported/bookcaseOpen_NE.png-a82a6eda123451ae1076f5008b871866.ctex b/escape-room/godot/imported/bookcaseOpen_NE.png-a82a6eda123451ae1076f5008b871866.ctex new file mode 100644 index 0000000..e36a555 Binary files /dev/null and b/escape-room/godot/imported/bookcaseOpen_NE.png-a82a6eda123451ae1076f5008b871866.ctex differ diff --git a/escape-room/godot/imported/bookcaseOpen_NE.png-a82a6eda123451ae1076f5008b871866.md5 b/escape-room/godot/imported/bookcaseOpen_NE.png-a82a6eda123451ae1076f5008b871866.md5 new file mode 100644 index 0000000..d89e3ed --- /dev/null +++ b/escape-room/godot/imported/bookcaseOpen_NE.png-a82a6eda123451ae1076f5008b871866.md5 @@ -0,0 +1,3 @@ +source_md5="d2bd9c7a99f610c9f40171b9e1c11c3f" +dest_md5="f7207f09b96be370aa6ccf7ba8d1e16c" + diff --git a/escape-room/godot/imported/bookcaseOpen_NW.png-4f62072cc5f6365183815445ff628488.ctex b/escape-room/godot/imported/bookcaseOpen_NW.png-4f62072cc5f6365183815445ff628488.ctex new file mode 100644 index 0000000..8ef89ed Binary files /dev/null and b/escape-room/godot/imported/bookcaseOpen_NW.png-4f62072cc5f6365183815445ff628488.ctex differ diff --git a/escape-room/godot/imported/bookcaseOpen_NW.png-4f62072cc5f6365183815445ff628488.md5 b/escape-room/godot/imported/bookcaseOpen_NW.png-4f62072cc5f6365183815445ff628488.md5 new file mode 100644 index 0000000..759e934 --- /dev/null +++ b/escape-room/godot/imported/bookcaseOpen_NW.png-4f62072cc5f6365183815445ff628488.md5 @@ -0,0 +1,3 @@ +source_md5="4ffb9983e973c576e0e7e327621f6444" +dest_md5="5f20b2f816867bc3fa9acc9538430de0" + diff --git a/escape-room/godot/imported/bookcaseOpen_SE.png-b4a763c246ed96983e70a722a4adb3be.ctex b/escape-room/godot/imported/bookcaseOpen_SE.png-b4a763c246ed96983e70a722a4adb3be.ctex new file mode 100644 index 0000000..6f539f8 Binary files /dev/null and b/escape-room/godot/imported/bookcaseOpen_SE.png-b4a763c246ed96983e70a722a4adb3be.ctex differ diff --git a/escape-room/godot/imported/bookcaseOpen_SE.png-b4a763c246ed96983e70a722a4adb3be.md5 b/escape-room/godot/imported/bookcaseOpen_SE.png-b4a763c246ed96983e70a722a4adb3be.md5 new file mode 100644 index 0000000..77d55b1 --- /dev/null +++ b/escape-room/godot/imported/bookcaseOpen_SE.png-b4a763c246ed96983e70a722a4adb3be.md5 @@ -0,0 +1,3 @@ +source_md5="6930b33a33de097718e24450d7d77357" +dest_md5="8ef9f6b455a8d4de7d7449e0ec159187" + diff --git a/escape-room/godot/imported/bookcaseOpen_SW.png-9993bddd163da738bdea5960d95c5637.ctex b/escape-room/godot/imported/bookcaseOpen_SW.png-9993bddd163da738bdea5960d95c5637.ctex new file mode 100644 index 0000000..63bccb8 Binary files /dev/null and b/escape-room/godot/imported/bookcaseOpen_SW.png-9993bddd163da738bdea5960d95c5637.ctex differ diff --git a/escape-room/godot/imported/bookcaseOpen_SW.png-9993bddd163da738bdea5960d95c5637.md5 b/escape-room/godot/imported/bookcaseOpen_SW.png-9993bddd163da738bdea5960d95c5637.md5 new file mode 100644 index 0000000..be8ac47 --- /dev/null +++ b/escape-room/godot/imported/bookcaseOpen_SW.png-9993bddd163da738bdea5960d95c5637.md5 @@ -0,0 +1,3 @@ +source_md5="2d159fc07620b563915f6557cfa4b431" +dest_md5="cd549ee5bd28bd97bebd79cafb1a1af3" + diff --git a/escape-room/godot/imported/books.dae-e10f5e1c5c59132ea73686c889ee5202.md5 b/escape-room/godot/imported/books.dae-e10f5e1c5c59132ea73686c889ee5202.md5 new file mode 100644 index 0000000..4ee6df3 --- /dev/null +++ b/escape-room/godot/imported/books.dae-e10f5e1c5c59132ea73686c889ee5202.md5 @@ -0,0 +1,3 @@ +source_md5="d8431e09ba0d4f1277aaab7ccc7f56da" +dest_md5="46a7005467b7e7ccf108b6dba7ddeaa8" + diff --git a/escape-room/godot/imported/books.dae-e10f5e1c5c59132ea73686c889ee5202.scn b/escape-room/godot/imported/books.dae-e10f5e1c5c59132ea73686c889ee5202.scn new file mode 100644 index 0000000..38b71fb Binary files /dev/null and b/escape-room/godot/imported/books.dae-e10f5e1c5c59132ea73686c889ee5202.scn differ diff --git a/escape-room/godot/imported/books.fbx-4eb9270971cfa04fb6fca79d7be6d2b9.md5 b/escape-room/godot/imported/books.fbx-4eb9270971cfa04fb6fca79d7be6d2b9.md5 new file mode 100644 index 0000000..bc66f7f --- /dev/null +++ b/escape-room/godot/imported/books.fbx-4eb9270971cfa04fb6fca79d7be6d2b9.md5 @@ -0,0 +1,3 @@ +source_md5="202f11d9440a241fd7cb2281f6c22e6a" +dest_md5="7d3fc87e0e64a164584896b8fb124a79" + diff --git a/escape-room/godot/imported/books.fbx-4eb9270971cfa04fb6fca79d7be6d2b9.scn b/escape-room/godot/imported/books.fbx-4eb9270971cfa04fb6fca79d7be6d2b9.scn new file mode 100644 index 0000000..f09086e Binary files /dev/null and b/escape-room/godot/imported/books.fbx-4eb9270971cfa04fb6fca79d7be6d2b9.scn differ diff --git a/escape-room/godot/imported/books.glb-7988238a6b9e3e5b8c683a6dcd479ac2.md5 b/escape-room/godot/imported/books.glb-7988238a6b9e3e5b8c683a6dcd479ac2.md5 new file mode 100644 index 0000000..86e876b --- /dev/null +++ b/escape-room/godot/imported/books.glb-7988238a6b9e3e5b8c683a6dcd479ac2.md5 @@ -0,0 +1,3 @@ +source_md5="f4c101e97e824dd3fa8de837ba4ee1fd" +dest_md5="382fba29049455bbf43d5f27175ea925" + diff --git a/escape-room/godot/imported/books.glb-7988238a6b9e3e5b8c683a6dcd479ac2.scn b/escape-room/godot/imported/books.glb-7988238a6b9e3e5b8c683a6dcd479ac2.scn new file mode 100644 index 0000000..58a1659 Binary files /dev/null and b/escape-room/godot/imported/books.glb-7988238a6b9e3e5b8c683a6dcd479ac2.scn differ diff --git a/escape-room/godot/imported/books.obj-2414a69592be75564faa944a297e04e1.md5 b/escape-room/godot/imported/books.obj-2414a69592be75564faa944a297e04e1.md5 new file mode 100644 index 0000000..8691778 --- /dev/null +++ b/escape-room/godot/imported/books.obj-2414a69592be75564faa944a297e04e1.md5 @@ -0,0 +1,3 @@ +source_md5="5f9348d11bebd2f30d8bcae247a7eebe" +dest_md5="5ecd39adea946747ea58bf79b3787609" + diff --git a/escape-room/godot/imported/books.obj-2414a69592be75564faa944a297e04e1.mesh b/escape-room/godot/imported/books.obj-2414a69592be75564faa944a297e04e1.mesh new file mode 100644 index 0000000..64cf50a Binary files /dev/null and b/escape-room/godot/imported/books.obj-2414a69592be75564faa944a297e04e1.mesh differ diff --git a/escape-room/godot/imported/books.png-b303ebbb337ee9e7b2d69e1125968532.ctex b/escape-room/godot/imported/books.png-b303ebbb337ee9e7b2d69e1125968532.ctex new file mode 100644 index 0000000..aaa1998 Binary files /dev/null and b/escape-room/godot/imported/books.png-b303ebbb337ee9e7b2d69e1125968532.ctex differ diff --git a/escape-room/godot/imported/books.png-b303ebbb337ee9e7b2d69e1125968532.md5 b/escape-room/godot/imported/books.png-b303ebbb337ee9e7b2d69e1125968532.md5 new file mode 100644 index 0000000..b99ff41 --- /dev/null +++ b/escape-room/godot/imported/books.png-b303ebbb337ee9e7b2d69e1125968532.md5 @@ -0,0 +1,3 @@ +source_md5="39d022a0bd3d895e5b342fe3f385775f" +dest_md5="2c1d598a804bedd77d9725cdb8f0944b" + diff --git a/escape-room/godot/imported/books_NE.png-f16eda64880a32f17940e09fb31e1cee.ctex b/escape-room/godot/imported/books_NE.png-f16eda64880a32f17940e09fb31e1cee.ctex new file mode 100644 index 0000000..5409468 Binary files /dev/null and b/escape-room/godot/imported/books_NE.png-f16eda64880a32f17940e09fb31e1cee.ctex differ diff --git a/escape-room/godot/imported/books_NE.png-f16eda64880a32f17940e09fb31e1cee.md5 b/escape-room/godot/imported/books_NE.png-f16eda64880a32f17940e09fb31e1cee.md5 new file mode 100644 index 0000000..cf590eb --- /dev/null +++ b/escape-room/godot/imported/books_NE.png-f16eda64880a32f17940e09fb31e1cee.md5 @@ -0,0 +1,3 @@ +source_md5="5040992a6acd90a973711493f0359a69" +dest_md5="b2e635407b01d04ebe5ec847c15fa474" + diff --git a/escape-room/godot/imported/books_NW.png-28b0359bc09e6edfb269f032dea8389c.ctex b/escape-room/godot/imported/books_NW.png-28b0359bc09e6edfb269f032dea8389c.ctex new file mode 100644 index 0000000..88be089 Binary files /dev/null and b/escape-room/godot/imported/books_NW.png-28b0359bc09e6edfb269f032dea8389c.ctex differ diff --git a/escape-room/godot/imported/books_NW.png-28b0359bc09e6edfb269f032dea8389c.md5 b/escape-room/godot/imported/books_NW.png-28b0359bc09e6edfb269f032dea8389c.md5 new file mode 100644 index 0000000..1f3f551 --- /dev/null +++ b/escape-room/godot/imported/books_NW.png-28b0359bc09e6edfb269f032dea8389c.md5 @@ -0,0 +1,3 @@ +source_md5="b41d3b3c565306d34fbd11796b56847d" +dest_md5="891661f107238025f8771b4e009055c4" + diff --git a/escape-room/godot/imported/books_SE.png-90928117d27d3049f9fec7b0b807caa9.ctex b/escape-room/godot/imported/books_SE.png-90928117d27d3049f9fec7b0b807caa9.ctex new file mode 100644 index 0000000..d449ceb Binary files /dev/null and b/escape-room/godot/imported/books_SE.png-90928117d27d3049f9fec7b0b807caa9.ctex differ diff --git a/escape-room/godot/imported/books_SE.png-90928117d27d3049f9fec7b0b807caa9.md5 b/escape-room/godot/imported/books_SE.png-90928117d27d3049f9fec7b0b807caa9.md5 new file mode 100644 index 0000000..b0e24b0 --- /dev/null +++ b/escape-room/godot/imported/books_SE.png-90928117d27d3049f9fec7b0b807caa9.md5 @@ -0,0 +1,3 @@ +source_md5="0ab0d05f6d8890bfaeb8b855846a0573" +dest_md5="d32b3d3d0fd0e2214bf19bf727ef6baf" + diff --git a/escape-room/godot/imported/books_SW.png-9288c0b3f79ed550f51f126d4b1b10f7.ctex b/escape-room/godot/imported/books_SW.png-9288c0b3f79ed550f51f126d4b1b10f7.ctex new file mode 100644 index 0000000..c5ae742 Binary files /dev/null and b/escape-room/godot/imported/books_SW.png-9288c0b3f79ed550f51f126d4b1b10f7.ctex differ diff --git a/escape-room/godot/imported/books_SW.png-9288c0b3f79ed550f51f126d4b1b10f7.md5 b/escape-room/godot/imported/books_SW.png-9288c0b3f79ed550f51f126d4b1b10f7.md5 new file mode 100644 index 0000000..1ececa2 --- /dev/null +++ b/escape-room/godot/imported/books_SW.png-9288c0b3f79ed550f51f126d4b1b10f7.md5 @@ -0,0 +1,3 @@ +source_md5="2522c0fefbcda27bb92ff4035d0afff4" +dest_md5="584299f61f6c0841493df49bdd65ef1c" + diff --git a/escape-room/godot/imported/bread.png-6a658581517ebade26164ab66db0de47.ctex b/escape-room/godot/imported/bread.png-6a658581517ebade26164ab66db0de47.ctex new file mode 100644 index 0000000..2b3f1f0 Binary files /dev/null and b/escape-room/godot/imported/bread.png-6a658581517ebade26164ab66db0de47.ctex differ diff --git a/escape-room/godot/imported/bread.png-6a658581517ebade26164ab66db0de47.md5 b/escape-room/godot/imported/bread.png-6a658581517ebade26164ab66db0de47.md5 new file mode 100644 index 0000000..bedbf0f --- /dev/null +++ b/escape-room/godot/imported/bread.png-6a658581517ebade26164ab66db0de47.md5 @@ -0,0 +1,3 @@ +source_md5="9ecfcc976aa9460af99279830a754240" +dest_md5="9090be48ceab7ac26919aee54b0a8fce" + diff --git a/escape-room/godot/imported/cabinetBed.dae-2fcfaf3dd9cbf241607593ee6ef5e375.md5 b/escape-room/godot/imported/cabinetBed.dae-2fcfaf3dd9cbf241607593ee6ef5e375.md5 new file mode 100644 index 0000000..e1eceb5 --- /dev/null +++ b/escape-room/godot/imported/cabinetBed.dae-2fcfaf3dd9cbf241607593ee6ef5e375.md5 @@ -0,0 +1,3 @@ +source_md5="1a48573905bce8209910f078fdd036c2" +dest_md5="60fe9ae0530c8e61d474f8faf22c0955" + diff --git a/escape-room/godot/imported/cabinetBed.dae-2fcfaf3dd9cbf241607593ee6ef5e375.scn b/escape-room/godot/imported/cabinetBed.dae-2fcfaf3dd9cbf241607593ee6ef5e375.scn new file mode 100644 index 0000000..ad9bd5c Binary files /dev/null and b/escape-room/godot/imported/cabinetBed.dae-2fcfaf3dd9cbf241607593ee6ef5e375.scn differ diff --git a/escape-room/godot/imported/cabinetBed.fbx-874ef1db4cd211d88bb9ee74efe11239.md5 b/escape-room/godot/imported/cabinetBed.fbx-874ef1db4cd211d88bb9ee74efe11239.md5 new file mode 100644 index 0000000..f57e7bb --- /dev/null +++ b/escape-room/godot/imported/cabinetBed.fbx-874ef1db4cd211d88bb9ee74efe11239.md5 @@ -0,0 +1,3 @@ +source_md5="c6f046d76fb40485f80c1d255317869c" +dest_md5="7721eef4d5b96ffa5f9ab7a957ce2b4c" + diff --git a/escape-room/godot/imported/cabinetBed.fbx-874ef1db4cd211d88bb9ee74efe11239.scn b/escape-room/godot/imported/cabinetBed.fbx-874ef1db4cd211d88bb9ee74efe11239.scn new file mode 100644 index 0000000..4e489aa Binary files /dev/null and b/escape-room/godot/imported/cabinetBed.fbx-874ef1db4cd211d88bb9ee74efe11239.scn differ diff --git a/escape-room/godot/imported/cabinetBed.glb-679041d815af0addf95f35c2222a3476.md5 b/escape-room/godot/imported/cabinetBed.glb-679041d815af0addf95f35c2222a3476.md5 new file mode 100644 index 0000000..4746952 --- /dev/null +++ b/escape-room/godot/imported/cabinetBed.glb-679041d815af0addf95f35c2222a3476.md5 @@ -0,0 +1,3 @@ +source_md5="5dcffd149e03745468c911b5a7238ada" +dest_md5="d5918e1f608f975ed7c4e39ba606e4d2" + diff --git a/escape-room/godot/imported/cabinetBed.glb-679041d815af0addf95f35c2222a3476.scn b/escape-room/godot/imported/cabinetBed.glb-679041d815af0addf95f35c2222a3476.scn new file mode 100644 index 0000000..d6e91d9 Binary files /dev/null and b/escape-room/godot/imported/cabinetBed.glb-679041d815af0addf95f35c2222a3476.scn differ diff --git a/escape-room/godot/imported/cabinetBed.obj-e78f64d45d688ac6c03431e45b2867c6.md5 b/escape-room/godot/imported/cabinetBed.obj-e78f64d45d688ac6c03431e45b2867c6.md5 new file mode 100644 index 0000000..a3af249 --- /dev/null +++ b/escape-room/godot/imported/cabinetBed.obj-e78f64d45d688ac6c03431e45b2867c6.md5 @@ -0,0 +1,3 @@ +source_md5="4a7ca833419422de01f0c1c0f831fa86" +dest_md5="0bbe224aefe10c74ffa2ddb2e81facf0" + diff --git a/escape-room/godot/imported/cabinetBed.obj-e78f64d45d688ac6c03431e45b2867c6.mesh b/escape-room/godot/imported/cabinetBed.obj-e78f64d45d688ac6c03431e45b2867c6.mesh new file mode 100644 index 0000000..32e18ba Binary files /dev/null and b/escape-room/godot/imported/cabinetBed.obj-e78f64d45d688ac6c03431e45b2867c6.mesh differ diff --git a/escape-room/godot/imported/cabinetBed.png-a05ea91f5d1e5ff79729cf7785e69a56.ctex b/escape-room/godot/imported/cabinetBed.png-a05ea91f5d1e5ff79729cf7785e69a56.ctex new file mode 100644 index 0000000..865b020 Binary files /dev/null and b/escape-room/godot/imported/cabinetBed.png-a05ea91f5d1e5ff79729cf7785e69a56.ctex differ diff --git a/escape-room/godot/imported/cabinetBed.png-a05ea91f5d1e5ff79729cf7785e69a56.md5 b/escape-room/godot/imported/cabinetBed.png-a05ea91f5d1e5ff79729cf7785e69a56.md5 new file mode 100644 index 0000000..d8d994d --- /dev/null +++ b/escape-room/godot/imported/cabinetBed.png-a05ea91f5d1e5ff79729cf7785e69a56.md5 @@ -0,0 +1,3 @@ +source_md5="d719afb98ecc081d888a3d1c25d48619" +dest_md5="a0ae641ea49467650310b77bac9e083f" + diff --git a/escape-room/godot/imported/cabinetBedDrawer.dae-3583eb6f8b1e11dad38ee90817b4ad9f.md5 b/escape-room/godot/imported/cabinetBedDrawer.dae-3583eb6f8b1e11dad38ee90817b4ad9f.md5 new file mode 100644 index 0000000..67f2efa --- /dev/null +++ b/escape-room/godot/imported/cabinetBedDrawer.dae-3583eb6f8b1e11dad38ee90817b4ad9f.md5 @@ -0,0 +1,3 @@ +source_md5="9fdc06ff5ef6c1ba5a79fac55036d412" +dest_md5="8a1c4a512f98d7461b1863ff759fd46e" + diff --git a/escape-room/godot/imported/cabinetBedDrawer.dae-3583eb6f8b1e11dad38ee90817b4ad9f.scn b/escape-room/godot/imported/cabinetBedDrawer.dae-3583eb6f8b1e11dad38ee90817b4ad9f.scn new file mode 100644 index 0000000..2f09104 Binary files /dev/null and b/escape-room/godot/imported/cabinetBedDrawer.dae-3583eb6f8b1e11dad38ee90817b4ad9f.scn differ diff --git a/escape-room/godot/imported/cabinetBedDrawer.fbx-ca9fe1cb67047c8cef5be42f1263c3a3.md5 b/escape-room/godot/imported/cabinetBedDrawer.fbx-ca9fe1cb67047c8cef5be42f1263c3a3.md5 new file mode 100644 index 0000000..1cccbd3 --- /dev/null +++ b/escape-room/godot/imported/cabinetBedDrawer.fbx-ca9fe1cb67047c8cef5be42f1263c3a3.md5 @@ -0,0 +1,3 @@ +source_md5="715374b14abdacf9332c9229fc38fa22" +dest_md5="dbd34726428b5d0b5bca263515a00c61" + diff --git a/escape-room/godot/imported/cabinetBedDrawer.fbx-ca9fe1cb67047c8cef5be42f1263c3a3.scn b/escape-room/godot/imported/cabinetBedDrawer.fbx-ca9fe1cb67047c8cef5be42f1263c3a3.scn new file mode 100644 index 0000000..2869cf0 Binary files /dev/null and b/escape-room/godot/imported/cabinetBedDrawer.fbx-ca9fe1cb67047c8cef5be42f1263c3a3.scn differ diff --git a/escape-room/godot/imported/cabinetBedDrawer.glb-8d9a67134e6984a6e1319ff616cc937b.md5 b/escape-room/godot/imported/cabinetBedDrawer.glb-8d9a67134e6984a6e1319ff616cc937b.md5 new file mode 100644 index 0000000..92166de --- /dev/null +++ b/escape-room/godot/imported/cabinetBedDrawer.glb-8d9a67134e6984a6e1319ff616cc937b.md5 @@ -0,0 +1,3 @@ +source_md5="cbc2fc64a26bf51d3ae4aeeff3864355" +dest_md5="ce699f4fae87dfdb90793ffe5d02c8f5" + diff --git a/escape-room/godot/imported/cabinetBedDrawer.glb-8d9a67134e6984a6e1319ff616cc937b.scn b/escape-room/godot/imported/cabinetBedDrawer.glb-8d9a67134e6984a6e1319ff616cc937b.scn new file mode 100644 index 0000000..4aea073 Binary files /dev/null and b/escape-room/godot/imported/cabinetBedDrawer.glb-8d9a67134e6984a6e1319ff616cc937b.scn differ diff --git a/escape-room/godot/imported/cabinetBedDrawer.obj-b1befbceac9b90f69b64e329be420981.md5 b/escape-room/godot/imported/cabinetBedDrawer.obj-b1befbceac9b90f69b64e329be420981.md5 new file mode 100644 index 0000000..05a0f82 --- /dev/null +++ b/escape-room/godot/imported/cabinetBedDrawer.obj-b1befbceac9b90f69b64e329be420981.md5 @@ -0,0 +1,3 @@ +source_md5="79b7020841f233138e35b53952369f44" +dest_md5="d3baea8b250816969133798c0c327863" + diff --git a/escape-room/godot/imported/cabinetBedDrawer.obj-b1befbceac9b90f69b64e329be420981.mesh b/escape-room/godot/imported/cabinetBedDrawer.obj-b1befbceac9b90f69b64e329be420981.mesh new file mode 100644 index 0000000..f4a6942 Binary files /dev/null and b/escape-room/godot/imported/cabinetBedDrawer.obj-b1befbceac9b90f69b64e329be420981.mesh differ diff --git a/escape-room/godot/imported/cabinetBedDrawer.png-348c2dedde93b6a37117f49485e68d28.ctex b/escape-room/godot/imported/cabinetBedDrawer.png-348c2dedde93b6a37117f49485e68d28.ctex new file mode 100644 index 0000000..a62cd0d Binary files /dev/null and b/escape-room/godot/imported/cabinetBedDrawer.png-348c2dedde93b6a37117f49485e68d28.ctex differ diff --git a/escape-room/godot/imported/cabinetBedDrawer.png-348c2dedde93b6a37117f49485e68d28.md5 b/escape-room/godot/imported/cabinetBedDrawer.png-348c2dedde93b6a37117f49485e68d28.md5 new file mode 100644 index 0000000..eb079af --- /dev/null +++ b/escape-room/godot/imported/cabinetBedDrawer.png-348c2dedde93b6a37117f49485e68d28.md5 @@ -0,0 +1,3 @@ +source_md5="0e0410fc95e4d622f355c0bbd406a3cc" +dest_md5="9c478b51e84eb0e0977b7c910cf798ff" + diff --git a/escape-room/godot/imported/cabinetBedDrawerTable.dae-4051b38077d712a436e75f671242128c.md5 b/escape-room/godot/imported/cabinetBedDrawerTable.dae-4051b38077d712a436e75f671242128c.md5 new file mode 100644 index 0000000..c698523 --- /dev/null +++ b/escape-room/godot/imported/cabinetBedDrawerTable.dae-4051b38077d712a436e75f671242128c.md5 @@ -0,0 +1,3 @@ +source_md5="cb3f057d546c6341cf24f1029e3826d1" +dest_md5="6d760c42d19a4bc0563926751d4d924b" + diff --git a/escape-room/godot/imported/cabinetBedDrawerTable.dae-4051b38077d712a436e75f671242128c.scn b/escape-room/godot/imported/cabinetBedDrawerTable.dae-4051b38077d712a436e75f671242128c.scn new file mode 100644 index 0000000..f9fd570 Binary files /dev/null and b/escape-room/godot/imported/cabinetBedDrawerTable.dae-4051b38077d712a436e75f671242128c.scn differ diff --git a/escape-room/godot/imported/cabinetBedDrawerTable.fbx-4dbcbb3dba2aeb0b541334682e6af329.md5 b/escape-room/godot/imported/cabinetBedDrawerTable.fbx-4dbcbb3dba2aeb0b541334682e6af329.md5 new file mode 100644 index 0000000..8aa5222 --- /dev/null +++ b/escape-room/godot/imported/cabinetBedDrawerTable.fbx-4dbcbb3dba2aeb0b541334682e6af329.md5 @@ -0,0 +1,3 @@ +source_md5="7632ee5d16c1c220086b7164f0c15352" +dest_md5="4aa30583d2f4b6c2585c283bd05da4bd" + diff --git a/escape-room/godot/imported/cabinetBedDrawerTable.fbx-4dbcbb3dba2aeb0b541334682e6af329.scn b/escape-room/godot/imported/cabinetBedDrawerTable.fbx-4dbcbb3dba2aeb0b541334682e6af329.scn new file mode 100644 index 0000000..48da427 Binary files /dev/null and b/escape-room/godot/imported/cabinetBedDrawerTable.fbx-4dbcbb3dba2aeb0b541334682e6af329.scn differ diff --git a/escape-room/godot/imported/cabinetBedDrawerTable.glb-4ed7992e96c2ba8b94784461af653b15.md5 b/escape-room/godot/imported/cabinetBedDrawerTable.glb-4ed7992e96c2ba8b94784461af653b15.md5 new file mode 100644 index 0000000..2564db7 --- /dev/null +++ b/escape-room/godot/imported/cabinetBedDrawerTable.glb-4ed7992e96c2ba8b94784461af653b15.md5 @@ -0,0 +1,3 @@ +source_md5="a0ba718745deb7ba38506f2a7855c0bd" +dest_md5="38dbda0b84724fb401a704e55a22236f" + diff --git a/escape-room/godot/imported/cabinetBedDrawerTable.glb-4ed7992e96c2ba8b94784461af653b15.scn b/escape-room/godot/imported/cabinetBedDrawerTable.glb-4ed7992e96c2ba8b94784461af653b15.scn new file mode 100644 index 0000000..569d1f2 Binary files /dev/null and b/escape-room/godot/imported/cabinetBedDrawerTable.glb-4ed7992e96c2ba8b94784461af653b15.scn differ diff --git a/escape-room/godot/imported/cabinetBedDrawerTable.obj-b7a3fe317de52c427de79ed30a7ba977.md5 b/escape-room/godot/imported/cabinetBedDrawerTable.obj-b7a3fe317de52c427de79ed30a7ba977.md5 new file mode 100644 index 0000000..ffad197 --- /dev/null +++ b/escape-room/godot/imported/cabinetBedDrawerTable.obj-b7a3fe317de52c427de79ed30a7ba977.md5 @@ -0,0 +1,3 @@ +source_md5="0ffdc1a2484d70d48f76b12711f2f073" +dest_md5="6fb6483bbde849238a22b8aa5aea2570" + diff --git a/escape-room/godot/imported/cabinetBedDrawerTable.obj-b7a3fe317de52c427de79ed30a7ba977.mesh b/escape-room/godot/imported/cabinetBedDrawerTable.obj-b7a3fe317de52c427de79ed30a7ba977.mesh new file mode 100644 index 0000000..625d7d9 Binary files /dev/null and b/escape-room/godot/imported/cabinetBedDrawerTable.obj-b7a3fe317de52c427de79ed30a7ba977.mesh differ diff --git a/escape-room/godot/imported/cabinetBedDrawerTable.png-484f5752c7cf19db0deef5f3eb1c9ac8.ctex b/escape-room/godot/imported/cabinetBedDrawerTable.png-484f5752c7cf19db0deef5f3eb1c9ac8.ctex new file mode 100644 index 0000000..5cb408c Binary files /dev/null and b/escape-room/godot/imported/cabinetBedDrawerTable.png-484f5752c7cf19db0deef5f3eb1c9ac8.ctex differ diff --git a/escape-room/godot/imported/cabinetBedDrawerTable.png-484f5752c7cf19db0deef5f3eb1c9ac8.md5 b/escape-room/godot/imported/cabinetBedDrawerTable.png-484f5752c7cf19db0deef5f3eb1c9ac8.md5 new file mode 100644 index 0000000..8aab27f --- /dev/null +++ b/escape-room/godot/imported/cabinetBedDrawerTable.png-484f5752c7cf19db0deef5f3eb1c9ac8.md5 @@ -0,0 +1,3 @@ +source_md5="3b7c90fc46fecf8a97a0fb346241cc3c" +dest_md5="d733962cae5358539868d8a61f69d7eb" + diff --git a/escape-room/godot/imported/cabinetBedDrawerTable_NE.png-dc85607e79f055c39a845bb8695c9604.ctex b/escape-room/godot/imported/cabinetBedDrawerTable_NE.png-dc85607e79f055c39a845bb8695c9604.ctex new file mode 100644 index 0000000..b2dae89 Binary files /dev/null and b/escape-room/godot/imported/cabinetBedDrawerTable_NE.png-dc85607e79f055c39a845bb8695c9604.ctex differ diff --git a/escape-room/godot/imported/cabinetBedDrawerTable_NE.png-dc85607e79f055c39a845bb8695c9604.md5 b/escape-room/godot/imported/cabinetBedDrawerTable_NE.png-dc85607e79f055c39a845bb8695c9604.md5 new file mode 100644 index 0000000..b9db596 --- /dev/null +++ b/escape-room/godot/imported/cabinetBedDrawerTable_NE.png-dc85607e79f055c39a845bb8695c9604.md5 @@ -0,0 +1,3 @@ +source_md5="d2e7607edf7c1df37763b5598f492031" +dest_md5="62c5f46249d02c7541ebd1bb781a297d" + diff --git a/escape-room/godot/imported/cabinetBedDrawerTable_NW.png-16829c44b730c9ddf52a3b2e5838f372.ctex b/escape-room/godot/imported/cabinetBedDrawerTable_NW.png-16829c44b730c9ddf52a3b2e5838f372.ctex new file mode 100644 index 0000000..dd5a473 Binary files /dev/null and b/escape-room/godot/imported/cabinetBedDrawerTable_NW.png-16829c44b730c9ddf52a3b2e5838f372.ctex differ diff --git a/escape-room/godot/imported/cabinetBedDrawerTable_NW.png-16829c44b730c9ddf52a3b2e5838f372.md5 b/escape-room/godot/imported/cabinetBedDrawerTable_NW.png-16829c44b730c9ddf52a3b2e5838f372.md5 new file mode 100644 index 0000000..4170272 --- /dev/null +++ b/escape-room/godot/imported/cabinetBedDrawerTable_NW.png-16829c44b730c9ddf52a3b2e5838f372.md5 @@ -0,0 +1,3 @@ +source_md5="5c82b9bd8073d72a1a7c78944abde7bc" +dest_md5="5e1dc8d96db7c893a789c63882a9e547" + diff --git a/escape-room/godot/imported/cabinetBedDrawerTable_SE.png-d1477a5ef3f6552b2b37f0d95cc1a1f3.ctex b/escape-room/godot/imported/cabinetBedDrawerTable_SE.png-d1477a5ef3f6552b2b37f0d95cc1a1f3.ctex new file mode 100644 index 0000000..0838aca Binary files /dev/null and b/escape-room/godot/imported/cabinetBedDrawerTable_SE.png-d1477a5ef3f6552b2b37f0d95cc1a1f3.ctex differ diff --git a/escape-room/godot/imported/cabinetBedDrawerTable_SE.png-d1477a5ef3f6552b2b37f0d95cc1a1f3.md5 b/escape-room/godot/imported/cabinetBedDrawerTable_SE.png-d1477a5ef3f6552b2b37f0d95cc1a1f3.md5 new file mode 100644 index 0000000..b3e11d9 --- /dev/null +++ b/escape-room/godot/imported/cabinetBedDrawerTable_SE.png-d1477a5ef3f6552b2b37f0d95cc1a1f3.md5 @@ -0,0 +1,3 @@ +source_md5="c6842537b7196c3bef4cd1a5daf2206a" +dest_md5="d7ad2a6b2b3a5380b8f4607b44f020c7" + diff --git a/escape-room/godot/imported/cabinetBedDrawerTable_SW.png-97eb58d8a4e9e05dea8ca9d691ed1be0.ctex b/escape-room/godot/imported/cabinetBedDrawerTable_SW.png-97eb58d8a4e9e05dea8ca9d691ed1be0.ctex new file mode 100644 index 0000000..b9eee89 Binary files /dev/null and b/escape-room/godot/imported/cabinetBedDrawerTable_SW.png-97eb58d8a4e9e05dea8ca9d691ed1be0.ctex differ diff --git a/escape-room/godot/imported/cabinetBedDrawerTable_SW.png-97eb58d8a4e9e05dea8ca9d691ed1be0.md5 b/escape-room/godot/imported/cabinetBedDrawerTable_SW.png-97eb58d8a4e9e05dea8ca9d691ed1be0.md5 new file mode 100644 index 0000000..7153e79 --- /dev/null +++ b/escape-room/godot/imported/cabinetBedDrawerTable_SW.png-97eb58d8a4e9e05dea8ca9d691ed1be0.md5 @@ -0,0 +1,3 @@ +source_md5="55ce7adf41fba9585d8770d404949c3e" +dest_md5="9fb3026e5e24f67c646d4c31330c4a8b" + diff --git a/escape-room/godot/imported/cabinetBedDrawer_NE.png-e26c7085ccd1a9959b112d9dd64314fb.ctex b/escape-room/godot/imported/cabinetBedDrawer_NE.png-e26c7085ccd1a9959b112d9dd64314fb.ctex new file mode 100644 index 0000000..6df280a Binary files /dev/null and b/escape-room/godot/imported/cabinetBedDrawer_NE.png-e26c7085ccd1a9959b112d9dd64314fb.ctex differ diff --git a/escape-room/godot/imported/cabinetBedDrawer_NE.png-e26c7085ccd1a9959b112d9dd64314fb.md5 b/escape-room/godot/imported/cabinetBedDrawer_NE.png-e26c7085ccd1a9959b112d9dd64314fb.md5 new file mode 100644 index 0000000..c2278c5 --- /dev/null +++ b/escape-room/godot/imported/cabinetBedDrawer_NE.png-e26c7085ccd1a9959b112d9dd64314fb.md5 @@ -0,0 +1,3 @@ +source_md5="975c6d71539e21343ecf2db6b0e5309c" +dest_md5="a1f8a14857f08f3ec7c2d962f78824a1" + diff --git a/escape-room/godot/imported/cabinetBedDrawer_NW.png-fe9d65e5a54ac25cdf727d8776576bda.ctex b/escape-room/godot/imported/cabinetBedDrawer_NW.png-fe9d65e5a54ac25cdf727d8776576bda.ctex new file mode 100644 index 0000000..b4742c6 Binary files /dev/null and b/escape-room/godot/imported/cabinetBedDrawer_NW.png-fe9d65e5a54ac25cdf727d8776576bda.ctex differ diff --git a/escape-room/godot/imported/cabinetBedDrawer_NW.png-fe9d65e5a54ac25cdf727d8776576bda.md5 b/escape-room/godot/imported/cabinetBedDrawer_NW.png-fe9d65e5a54ac25cdf727d8776576bda.md5 new file mode 100644 index 0000000..2b48277 --- /dev/null +++ b/escape-room/godot/imported/cabinetBedDrawer_NW.png-fe9d65e5a54ac25cdf727d8776576bda.md5 @@ -0,0 +1,3 @@ +source_md5="2e90dc66d1abfdeb34585c0138063630" +dest_md5="7fcbbfa731191bbe1dc54eed6787d232" + diff --git a/escape-room/godot/imported/cabinetBedDrawer_SE.png-9264551931af2cb5e7718ba3df99a8b3.ctex b/escape-room/godot/imported/cabinetBedDrawer_SE.png-9264551931af2cb5e7718ba3df99a8b3.ctex new file mode 100644 index 0000000..92c10bf Binary files /dev/null and b/escape-room/godot/imported/cabinetBedDrawer_SE.png-9264551931af2cb5e7718ba3df99a8b3.ctex differ diff --git a/escape-room/godot/imported/cabinetBedDrawer_SE.png-9264551931af2cb5e7718ba3df99a8b3.md5 b/escape-room/godot/imported/cabinetBedDrawer_SE.png-9264551931af2cb5e7718ba3df99a8b3.md5 new file mode 100644 index 0000000..6f9ff63 --- /dev/null +++ b/escape-room/godot/imported/cabinetBedDrawer_SE.png-9264551931af2cb5e7718ba3df99a8b3.md5 @@ -0,0 +1,3 @@ +source_md5="9940ff509a0037f98c7bf8aad016a8df" +dest_md5="57a1f0688537e2f05cc8389566f13745" + diff --git a/escape-room/godot/imported/cabinetBedDrawer_SW.png-0008a447faebbb26f8dcfda357088592.ctex b/escape-room/godot/imported/cabinetBedDrawer_SW.png-0008a447faebbb26f8dcfda357088592.ctex new file mode 100644 index 0000000..4b9517d Binary files /dev/null and b/escape-room/godot/imported/cabinetBedDrawer_SW.png-0008a447faebbb26f8dcfda357088592.ctex differ diff --git a/escape-room/godot/imported/cabinetBedDrawer_SW.png-0008a447faebbb26f8dcfda357088592.md5 b/escape-room/godot/imported/cabinetBedDrawer_SW.png-0008a447faebbb26f8dcfda357088592.md5 new file mode 100644 index 0000000..895481a --- /dev/null +++ b/escape-room/godot/imported/cabinetBedDrawer_SW.png-0008a447faebbb26f8dcfda357088592.md5 @@ -0,0 +1,3 @@ +source_md5="e495431c864929426c3e44321a156a60" +dest_md5="e60743f1c31937974d9b606f94e72fb8" + diff --git a/escape-room/godot/imported/cabinetBed_NE.png-268a8de1f7545fbe8f3ecdf118462ee7.ctex b/escape-room/godot/imported/cabinetBed_NE.png-268a8de1f7545fbe8f3ecdf118462ee7.ctex new file mode 100644 index 0000000..70f4716 Binary files /dev/null and b/escape-room/godot/imported/cabinetBed_NE.png-268a8de1f7545fbe8f3ecdf118462ee7.ctex differ diff --git a/escape-room/godot/imported/cabinetBed_NE.png-268a8de1f7545fbe8f3ecdf118462ee7.md5 b/escape-room/godot/imported/cabinetBed_NE.png-268a8de1f7545fbe8f3ecdf118462ee7.md5 new file mode 100644 index 0000000..0cfb3c7 --- /dev/null +++ b/escape-room/godot/imported/cabinetBed_NE.png-268a8de1f7545fbe8f3ecdf118462ee7.md5 @@ -0,0 +1,3 @@ +source_md5="e230b94fc221ca198e70fbeddc720a5a" +dest_md5="68090b35e9f6b41129b3b502e1662d34" + diff --git a/escape-room/godot/imported/cabinetBed_NW.png-c332b270dbaece369108ac89257291a9.ctex b/escape-room/godot/imported/cabinetBed_NW.png-c332b270dbaece369108ac89257291a9.ctex new file mode 100644 index 0000000..fbc99e9 Binary files /dev/null and b/escape-room/godot/imported/cabinetBed_NW.png-c332b270dbaece369108ac89257291a9.ctex differ diff --git a/escape-room/godot/imported/cabinetBed_NW.png-c332b270dbaece369108ac89257291a9.md5 b/escape-room/godot/imported/cabinetBed_NW.png-c332b270dbaece369108ac89257291a9.md5 new file mode 100644 index 0000000..c1d7096 --- /dev/null +++ b/escape-room/godot/imported/cabinetBed_NW.png-c332b270dbaece369108ac89257291a9.md5 @@ -0,0 +1,3 @@ +source_md5="72a98b85d330eec523935fc31cd0e221" +dest_md5="07caf2223568ac804be1521c81c37147" + diff --git a/escape-room/godot/imported/cabinetBed_SE.png-4274c18030a09c41bfe4d79487f6a186.ctex b/escape-room/godot/imported/cabinetBed_SE.png-4274c18030a09c41bfe4d79487f6a186.ctex new file mode 100644 index 0000000..98298ca Binary files /dev/null and b/escape-room/godot/imported/cabinetBed_SE.png-4274c18030a09c41bfe4d79487f6a186.ctex differ diff --git a/escape-room/godot/imported/cabinetBed_SE.png-4274c18030a09c41bfe4d79487f6a186.md5 b/escape-room/godot/imported/cabinetBed_SE.png-4274c18030a09c41bfe4d79487f6a186.md5 new file mode 100644 index 0000000..448379e --- /dev/null +++ b/escape-room/godot/imported/cabinetBed_SE.png-4274c18030a09c41bfe4d79487f6a186.md5 @@ -0,0 +1,3 @@ +source_md5="7b7f4af15366a6e1faae43ca8d126a60" +dest_md5="1eb29325f5d2d61f48b8a2c1ffca71f0" + diff --git a/escape-room/godot/imported/cabinetBed_SW.png-a26bc56ce74eff57de31321343d5001f.ctex b/escape-room/godot/imported/cabinetBed_SW.png-a26bc56ce74eff57de31321343d5001f.ctex new file mode 100644 index 0000000..1451776 Binary files /dev/null and b/escape-room/godot/imported/cabinetBed_SW.png-a26bc56ce74eff57de31321343d5001f.ctex differ diff --git a/escape-room/godot/imported/cabinetBed_SW.png-a26bc56ce74eff57de31321343d5001f.md5 b/escape-room/godot/imported/cabinetBed_SW.png-a26bc56ce74eff57de31321343d5001f.md5 new file mode 100644 index 0000000..2c5375f --- /dev/null +++ b/escape-room/godot/imported/cabinetBed_SW.png-a26bc56ce74eff57de31321343d5001f.md5 @@ -0,0 +1,3 @@ +source_md5="69f12d4c5d8e0aeef5c4d2e33b8cdd61" +dest_md5="2fd70e0661e118c698386de7072b5b88" + diff --git a/escape-room/godot/imported/cabinetTelevision.dae-cc62371d276996bc7a452a1d16c4ac66.md5 b/escape-room/godot/imported/cabinetTelevision.dae-cc62371d276996bc7a452a1d16c4ac66.md5 new file mode 100644 index 0000000..2b76875 --- /dev/null +++ b/escape-room/godot/imported/cabinetTelevision.dae-cc62371d276996bc7a452a1d16c4ac66.md5 @@ -0,0 +1,3 @@ +source_md5="de3a9b3b5ee7ca6e64433d6e516f5eb6" +dest_md5="c18ff93aa27f8c02ff395d217fb8f89d" + diff --git a/escape-room/godot/imported/cabinetTelevision.dae-cc62371d276996bc7a452a1d16c4ac66.scn b/escape-room/godot/imported/cabinetTelevision.dae-cc62371d276996bc7a452a1d16c4ac66.scn new file mode 100644 index 0000000..ae02983 Binary files /dev/null and b/escape-room/godot/imported/cabinetTelevision.dae-cc62371d276996bc7a452a1d16c4ac66.scn differ diff --git a/escape-room/godot/imported/cabinetTelevision.fbx-67ea94f172bc545be8aab7865860c933.md5 b/escape-room/godot/imported/cabinetTelevision.fbx-67ea94f172bc545be8aab7865860c933.md5 new file mode 100644 index 0000000..7d1c01c --- /dev/null +++ b/escape-room/godot/imported/cabinetTelevision.fbx-67ea94f172bc545be8aab7865860c933.md5 @@ -0,0 +1,3 @@ +source_md5="6de7a90d915adf5face6d606c1c5ab37" +dest_md5="831951ad5c476ee3931c48ed7edcd5d8" + diff --git a/escape-room/godot/imported/cabinetTelevision.fbx-67ea94f172bc545be8aab7865860c933.scn b/escape-room/godot/imported/cabinetTelevision.fbx-67ea94f172bc545be8aab7865860c933.scn new file mode 100644 index 0000000..7a46da1 Binary files /dev/null and b/escape-room/godot/imported/cabinetTelevision.fbx-67ea94f172bc545be8aab7865860c933.scn differ diff --git a/escape-room/godot/imported/cabinetTelevision.glb-d2877cf49fc12e07b82a163d55267476.md5 b/escape-room/godot/imported/cabinetTelevision.glb-d2877cf49fc12e07b82a163d55267476.md5 new file mode 100644 index 0000000..f33d4fb --- /dev/null +++ b/escape-room/godot/imported/cabinetTelevision.glb-d2877cf49fc12e07b82a163d55267476.md5 @@ -0,0 +1,3 @@ +source_md5="00f0c4d1d6136f09ef50007911f68de6" +dest_md5="dcb5254507c0c448112e7c7ceb1eddb2" + diff --git a/escape-room/godot/imported/cabinetTelevision.glb-d2877cf49fc12e07b82a163d55267476.scn b/escape-room/godot/imported/cabinetTelevision.glb-d2877cf49fc12e07b82a163d55267476.scn new file mode 100644 index 0000000..0c8957f Binary files /dev/null and b/escape-room/godot/imported/cabinetTelevision.glb-d2877cf49fc12e07b82a163d55267476.scn differ diff --git a/escape-room/godot/imported/cabinetTelevision.obj-31fd3b546d83a08d96f1d18a51c84537.md5 b/escape-room/godot/imported/cabinetTelevision.obj-31fd3b546d83a08d96f1d18a51c84537.md5 new file mode 100644 index 0000000..564cf37 --- /dev/null +++ b/escape-room/godot/imported/cabinetTelevision.obj-31fd3b546d83a08d96f1d18a51c84537.md5 @@ -0,0 +1,3 @@ +source_md5="aa104cd37fd1af51dba79d0514fce4b5" +dest_md5="29595fcf28375123192455ba0bf2c32e" + diff --git a/escape-room/godot/imported/cabinetTelevision.obj-31fd3b546d83a08d96f1d18a51c84537.mesh b/escape-room/godot/imported/cabinetTelevision.obj-31fd3b546d83a08d96f1d18a51c84537.mesh new file mode 100644 index 0000000..e46be13 Binary files /dev/null and b/escape-room/godot/imported/cabinetTelevision.obj-31fd3b546d83a08d96f1d18a51c84537.mesh differ diff --git a/escape-room/godot/imported/cabinetTelevision.png-89d652ee399102691d9003b4da2c5e62.ctex b/escape-room/godot/imported/cabinetTelevision.png-89d652ee399102691d9003b4da2c5e62.ctex new file mode 100644 index 0000000..b90e497 Binary files /dev/null and b/escape-room/godot/imported/cabinetTelevision.png-89d652ee399102691d9003b4da2c5e62.ctex differ diff --git a/escape-room/godot/imported/cabinetTelevision.png-89d652ee399102691d9003b4da2c5e62.md5 b/escape-room/godot/imported/cabinetTelevision.png-89d652ee399102691d9003b4da2c5e62.md5 new file mode 100644 index 0000000..b3dd76a --- /dev/null +++ b/escape-room/godot/imported/cabinetTelevision.png-89d652ee399102691d9003b4da2c5e62.md5 @@ -0,0 +1,3 @@ +source_md5="71139520751cf4b1ee6a1592326947bb" +dest_md5="24032bfe6225e815b5996f4ce1e3a3d6" + diff --git a/escape-room/godot/imported/cabinetTelevisionDoors.dae-1f366e17c7faaf6f676a9c3614988381.md5 b/escape-room/godot/imported/cabinetTelevisionDoors.dae-1f366e17c7faaf6f676a9c3614988381.md5 new file mode 100644 index 0000000..91735dd --- /dev/null +++ b/escape-room/godot/imported/cabinetTelevisionDoors.dae-1f366e17c7faaf6f676a9c3614988381.md5 @@ -0,0 +1,3 @@ +source_md5="29eaa1739ce2421607c6722e69ad2f9b" +dest_md5="994115290b20c970d0e561298cd39272" + diff --git a/escape-room/godot/imported/cabinetTelevisionDoors.dae-1f366e17c7faaf6f676a9c3614988381.scn b/escape-room/godot/imported/cabinetTelevisionDoors.dae-1f366e17c7faaf6f676a9c3614988381.scn new file mode 100644 index 0000000..413333d Binary files /dev/null and b/escape-room/godot/imported/cabinetTelevisionDoors.dae-1f366e17c7faaf6f676a9c3614988381.scn differ diff --git a/escape-room/godot/imported/cabinetTelevisionDoors.fbx-607ddd4449ffab1343668fb237a92126.md5 b/escape-room/godot/imported/cabinetTelevisionDoors.fbx-607ddd4449ffab1343668fb237a92126.md5 new file mode 100644 index 0000000..e9a5776 --- /dev/null +++ b/escape-room/godot/imported/cabinetTelevisionDoors.fbx-607ddd4449ffab1343668fb237a92126.md5 @@ -0,0 +1,3 @@ +source_md5="05c513b7dec6526314e7243978af5ab3" +dest_md5="5b3f0e1b1412cebe1ce74c1c4f1b407f" + diff --git a/escape-room/godot/imported/cabinetTelevisionDoors.fbx-607ddd4449ffab1343668fb237a92126.scn b/escape-room/godot/imported/cabinetTelevisionDoors.fbx-607ddd4449ffab1343668fb237a92126.scn new file mode 100644 index 0000000..1e02cf2 Binary files /dev/null and b/escape-room/godot/imported/cabinetTelevisionDoors.fbx-607ddd4449ffab1343668fb237a92126.scn differ diff --git a/escape-room/godot/imported/cabinetTelevisionDoors.glb-5fc32d86960473ed7c38dd6913fb8de7.md5 b/escape-room/godot/imported/cabinetTelevisionDoors.glb-5fc32d86960473ed7c38dd6913fb8de7.md5 new file mode 100644 index 0000000..e29dfcf --- /dev/null +++ b/escape-room/godot/imported/cabinetTelevisionDoors.glb-5fc32d86960473ed7c38dd6913fb8de7.md5 @@ -0,0 +1,3 @@ +source_md5="737c6667c64ceae565bb824fc0b13104" +dest_md5="33759cce0c2759ccfcaec2d18a1bda50" + diff --git a/escape-room/godot/imported/cabinetTelevisionDoors.glb-5fc32d86960473ed7c38dd6913fb8de7.scn b/escape-room/godot/imported/cabinetTelevisionDoors.glb-5fc32d86960473ed7c38dd6913fb8de7.scn new file mode 100644 index 0000000..703c64d Binary files /dev/null and b/escape-room/godot/imported/cabinetTelevisionDoors.glb-5fc32d86960473ed7c38dd6913fb8de7.scn differ diff --git a/escape-room/godot/imported/cabinetTelevisionDoors.obj-bc2ced7eb4818b3cf2f803bd94a1ef81.md5 b/escape-room/godot/imported/cabinetTelevisionDoors.obj-bc2ced7eb4818b3cf2f803bd94a1ef81.md5 new file mode 100644 index 0000000..f40f9f0 --- /dev/null +++ b/escape-room/godot/imported/cabinetTelevisionDoors.obj-bc2ced7eb4818b3cf2f803bd94a1ef81.md5 @@ -0,0 +1,3 @@ +source_md5="671f12c83b39cc3b3f34a255eba2a47b" +dest_md5="b0e1e4891f01ee933cb65ba9e743da7b" + diff --git a/escape-room/godot/imported/cabinetTelevisionDoors.obj-bc2ced7eb4818b3cf2f803bd94a1ef81.mesh b/escape-room/godot/imported/cabinetTelevisionDoors.obj-bc2ced7eb4818b3cf2f803bd94a1ef81.mesh new file mode 100644 index 0000000..fa6a3e9 Binary files /dev/null and b/escape-room/godot/imported/cabinetTelevisionDoors.obj-bc2ced7eb4818b3cf2f803bd94a1ef81.mesh differ diff --git a/escape-room/godot/imported/cabinetTelevisionDoors.png-21072c7c02d2cec1ce090871962705cd.ctex b/escape-room/godot/imported/cabinetTelevisionDoors.png-21072c7c02d2cec1ce090871962705cd.ctex new file mode 100644 index 0000000..dd1de8b Binary files /dev/null and b/escape-room/godot/imported/cabinetTelevisionDoors.png-21072c7c02d2cec1ce090871962705cd.ctex differ diff --git a/escape-room/godot/imported/cabinetTelevisionDoors.png-21072c7c02d2cec1ce090871962705cd.md5 b/escape-room/godot/imported/cabinetTelevisionDoors.png-21072c7c02d2cec1ce090871962705cd.md5 new file mode 100644 index 0000000..9e6c933 --- /dev/null +++ b/escape-room/godot/imported/cabinetTelevisionDoors.png-21072c7c02d2cec1ce090871962705cd.md5 @@ -0,0 +1,3 @@ +source_md5="7747672597b41c4c3b7b4c2556a963cc" +dest_md5="a29297d8433bb730adc329857d7a6843" + diff --git a/escape-room/godot/imported/cabinetTelevisionDoors_NE.png-6e55cf217f22dc2a412a551f20732077.ctex b/escape-room/godot/imported/cabinetTelevisionDoors_NE.png-6e55cf217f22dc2a412a551f20732077.ctex new file mode 100644 index 0000000..4688ad2 Binary files /dev/null and b/escape-room/godot/imported/cabinetTelevisionDoors_NE.png-6e55cf217f22dc2a412a551f20732077.ctex differ diff --git a/escape-room/godot/imported/cabinetTelevisionDoors_NE.png-6e55cf217f22dc2a412a551f20732077.md5 b/escape-room/godot/imported/cabinetTelevisionDoors_NE.png-6e55cf217f22dc2a412a551f20732077.md5 new file mode 100644 index 0000000..46e7810 --- /dev/null +++ b/escape-room/godot/imported/cabinetTelevisionDoors_NE.png-6e55cf217f22dc2a412a551f20732077.md5 @@ -0,0 +1,3 @@ +source_md5="bbb8b7baec5d427fd700c9666a090fa7" +dest_md5="3fe1dd8279c8273cf8016dedbc0f6bff" + diff --git a/escape-room/godot/imported/cabinetTelevisionDoors_NW.png-602ac0ebf3fff724f365ef24a2529e73.ctex b/escape-room/godot/imported/cabinetTelevisionDoors_NW.png-602ac0ebf3fff724f365ef24a2529e73.ctex new file mode 100644 index 0000000..fb565aa Binary files /dev/null and b/escape-room/godot/imported/cabinetTelevisionDoors_NW.png-602ac0ebf3fff724f365ef24a2529e73.ctex differ diff --git a/escape-room/godot/imported/cabinetTelevisionDoors_NW.png-602ac0ebf3fff724f365ef24a2529e73.md5 b/escape-room/godot/imported/cabinetTelevisionDoors_NW.png-602ac0ebf3fff724f365ef24a2529e73.md5 new file mode 100644 index 0000000..d90abfc --- /dev/null +++ b/escape-room/godot/imported/cabinetTelevisionDoors_NW.png-602ac0ebf3fff724f365ef24a2529e73.md5 @@ -0,0 +1,3 @@ +source_md5="facac0c2299712deec9838debb61521d" +dest_md5="b4e07de9b0645b984707eec582f31089" + diff --git a/escape-room/godot/imported/cabinetTelevisionDoors_SE.png-35fcfae2ad59f9eb326dd9012cbe5ae0.ctex b/escape-room/godot/imported/cabinetTelevisionDoors_SE.png-35fcfae2ad59f9eb326dd9012cbe5ae0.ctex new file mode 100644 index 0000000..8bb52cf Binary files /dev/null and b/escape-room/godot/imported/cabinetTelevisionDoors_SE.png-35fcfae2ad59f9eb326dd9012cbe5ae0.ctex differ diff --git a/escape-room/godot/imported/cabinetTelevisionDoors_SE.png-35fcfae2ad59f9eb326dd9012cbe5ae0.md5 b/escape-room/godot/imported/cabinetTelevisionDoors_SE.png-35fcfae2ad59f9eb326dd9012cbe5ae0.md5 new file mode 100644 index 0000000..17e14cd --- /dev/null +++ b/escape-room/godot/imported/cabinetTelevisionDoors_SE.png-35fcfae2ad59f9eb326dd9012cbe5ae0.md5 @@ -0,0 +1,3 @@ +source_md5="7c08c33e32f3787451a762ed5b4aad28" +dest_md5="4aa7432905ff5a32f7ee0e671d02186f" + diff --git a/escape-room/godot/imported/cabinetTelevisionDoors_SW.png-902dda8a23411a6642b6a1fa9b18bb3f.ctex b/escape-room/godot/imported/cabinetTelevisionDoors_SW.png-902dda8a23411a6642b6a1fa9b18bb3f.ctex new file mode 100644 index 0000000..cb2bc03 Binary files /dev/null and b/escape-room/godot/imported/cabinetTelevisionDoors_SW.png-902dda8a23411a6642b6a1fa9b18bb3f.ctex differ diff --git a/escape-room/godot/imported/cabinetTelevisionDoors_SW.png-902dda8a23411a6642b6a1fa9b18bb3f.md5 b/escape-room/godot/imported/cabinetTelevisionDoors_SW.png-902dda8a23411a6642b6a1fa9b18bb3f.md5 new file mode 100644 index 0000000..3ba0dec --- /dev/null +++ b/escape-room/godot/imported/cabinetTelevisionDoors_SW.png-902dda8a23411a6642b6a1fa9b18bb3f.md5 @@ -0,0 +1,3 @@ +source_md5="6881b612704bb4a743ab855f510ba85d" +dest_md5="5e69e8378a0a8f31bdf1a13252578471" + diff --git a/escape-room/godot/imported/cabinetTelevision_NE.png-e35041a3ba11524cc15b85f399874d85.ctex b/escape-room/godot/imported/cabinetTelevision_NE.png-e35041a3ba11524cc15b85f399874d85.ctex new file mode 100644 index 0000000..ae51232 Binary files /dev/null and b/escape-room/godot/imported/cabinetTelevision_NE.png-e35041a3ba11524cc15b85f399874d85.ctex differ diff --git a/escape-room/godot/imported/cabinetTelevision_NE.png-e35041a3ba11524cc15b85f399874d85.md5 b/escape-room/godot/imported/cabinetTelevision_NE.png-e35041a3ba11524cc15b85f399874d85.md5 new file mode 100644 index 0000000..676a4d9 --- /dev/null +++ b/escape-room/godot/imported/cabinetTelevision_NE.png-e35041a3ba11524cc15b85f399874d85.md5 @@ -0,0 +1,3 @@ +source_md5="a69389328af83f141c2948acafe581ce" +dest_md5="0c777b1542253aed1bd2a0366261a6af" + diff --git a/escape-room/godot/imported/cabinetTelevision_NW.png-fa9886ea3ed65a31cd9beeaf1428e7a0.ctex b/escape-room/godot/imported/cabinetTelevision_NW.png-fa9886ea3ed65a31cd9beeaf1428e7a0.ctex new file mode 100644 index 0000000..750971c Binary files /dev/null and b/escape-room/godot/imported/cabinetTelevision_NW.png-fa9886ea3ed65a31cd9beeaf1428e7a0.ctex differ diff --git a/escape-room/godot/imported/cabinetTelevision_NW.png-fa9886ea3ed65a31cd9beeaf1428e7a0.md5 b/escape-room/godot/imported/cabinetTelevision_NW.png-fa9886ea3ed65a31cd9beeaf1428e7a0.md5 new file mode 100644 index 0000000..793bfe2 --- /dev/null +++ b/escape-room/godot/imported/cabinetTelevision_NW.png-fa9886ea3ed65a31cd9beeaf1428e7a0.md5 @@ -0,0 +1,3 @@ +source_md5="e5fb880bd401483ec0ffff6f7d87790b" +dest_md5="2af71f386d433db45796b25659bae25f" + diff --git a/escape-room/godot/imported/cabinetTelevision_SE.png-2ddf87aeb954fe3c56abdafb8194f651.ctex b/escape-room/godot/imported/cabinetTelevision_SE.png-2ddf87aeb954fe3c56abdafb8194f651.ctex new file mode 100644 index 0000000..0f25677 Binary files /dev/null and b/escape-room/godot/imported/cabinetTelevision_SE.png-2ddf87aeb954fe3c56abdafb8194f651.ctex differ diff --git a/escape-room/godot/imported/cabinetTelevision_SE.png-2ddf87aeb954fe3c56abdafb8194f651.md5 b/escape-room/godot/imported/cabinetTelevision_SE.png-2ddf87aeb954fe3c56abdafb8194f651.md5 new file mode 100644 index 0000000..4d11925 --- /dev/null +++ b/escape-room/godot/imported/cabinetTelevision_SE.png-2ddf87aeb954fe3c56abdafb8194f651.md5 @@ -0,0 +1,3 @@ +source_md5="27fa961248779e7846d119f66f9a6713" +dest_md5="fcf85b2983a6aeb74d51d2b05768de5b" + diff --git a/escape-room/godot/imported/cabinetTelevision_SW.png-a16d7939df41fd4a40ad98e975b4481a.ctex b/escape-room/godot/imported/cabinetTelevision_SW.png-a16d7939df41fd4a40ad98e975b4481a.ctex new file mode 100644 index 0000000..f236eb9 Binary files /dev/null and b/escape-room/godot/imported/cabinetTelevision_SW.png-a16d7939df41fd4a40ad98e975b4481a.ctex differ diff --git a/escape-room/godot/imported/cabinetTelevision_SW.png-a16d7939df41fd4a40ad98e975b4481a.md5 b/escape-room/godot/imported/cabinetTelevision_SW.png-a16d7939df41fd4a40ad98e975b4481a.md5 new file mode 100644 index 0000000..9898f36 --- /dev/null +++ b/escape-room/godot/imported/cabinetTelevision_SW.png-a16d7939df41fd4a40ad98e975b4481a.md5 @@ -0,0 +1,3 @@ +source_md5="467dc819a6343a94e87c291cd4671b32" +dest_md5="676a022179fb1385ed36a6fb3742d3bf" + diff --git a/escape-room/godot/imported/cardboardBoxClosed.dae-224e11c5139c5c3a094553244449fe56.md5 b/escape-room/godot/imported/cardboardBoxClosed.dae-224e11c5139c5c3a094553244449fe56.md5 new file mode 100644 index 0000000..7bc70a0 --- /dev/null +++ b/escape-room/godot/imported/cardboardBoxClosed.dae-224e11c5139c5c3a094553244449fe56.md5 @@ -0,0 +1,3 @@ +source_md5="6068738193f4dd1f8014db8babf828c2" +dest_md5="fca70a29f0689d50a78e36fce0e46018" + diff --git a/escape-room/godot/imported/cardboardBoxClosed.dae-224e11c5139c5c3a094553244449fe56.scn b/escape-room/godot/imported/cardboardBoxClosed.dae-224e11c5139c5c3a094553244449fe56.scn new file mode 100644 index 0000000..3234c15 Binary files /dev/null and b/escape-room/godot/imported/cardboardBoxClosed.dae-224e11c5139c5c3a094553244449fe56.scn differ diff --git a/escape-room/godot/imported/cardboardBoxClosed.fbx-726cc07f12085ad8ead4a4ec0785d607.md5 b/escape-room/godot/imported/cardboardBoxClosed.fbx-726cc07f12085ad8ead4a4ec0785d607.md5 new file mode 100644 index 0000000..a996718 --- /dev/null +++ b/escape-room/godot/imported/cardboardBoxClosed.fbx-726cc07f12085ad8ead4a4ec0785d607.md5 @@ -0,0 +1,3 @@ +source_md5="3c71735820a50e89b132d8c2e6a62b16" +dest_md5="60bc04cb3fe844732fac678ba87dbd12" + diff --git a/escape-room/godot/imported/cardboardBoxClosed.fbx-726cc07f12085ad8ead4a4ec0785d607.scn b/escape-room/godot/imported/cardboardBoxClosed.fbx-726cc07f12085ad8ead4a4ec0785d607.scn new file mode 100644 index 0000000..cfe5f84 Binary files /dev/null and b/escape-room/godot/imported/cardboardBoxClosed.fbx-726cc07f12085ad8ead4a4ec0785d607.scn differ diff --git a/escape-room/godot/imported/cardboardBoxClosed.glb-e3a709b67aebb8142a34bda748efa22c.md5 b/escape-room/godot/imported/cardboardBoxClosed.glb-e3a709b67aebb8142a34bda748efa22c.md5 new file mode 100644 index 0000000..fdf58d3 --- /dev/null +++ b/escape-room/godot/imported/cardboardBoxClosed.glb-e3a709b67aebb8142a34bda748efa22c.md5 @@ -0,0 +1,3 @@ +source_md5="c0df8c652db82e525f126f49f4979e00" +dest_md5="94a2ef05ebc95366796373ce0c33ba84" + diff --git a/escape-room/godot/imported/cardboardBoxClosed.glb-e3a709b67aebb8142a34bda748efa22c.scn b/escape-room/godot/imported/cardboardBoxClosed.glb-e3a709b67aebb8142a34bda748efa22c.scn new file mode 100644 index 0000000..dd3461a Binary files /dev/null and b/escape-room/godot/imported/cardboardBoxClosed.glb-e3a709b67aebb8142a34bda748efa22c.scn differ diff --git a/escape-room/godot/imported/cardboardBoxClosed.obj-c41e2535c17067675a6f94d7c38ed106.md5 b/escape-room/godot/imported/cardboardBoxClosed.obj-c41e2535c17067675a6f94d7c38ed106.md5 new file mode 100644 index 0000000..8dd770b --- /dev/null +++ b/escape-room/godot/imported/cardboardBoxClosed.obj-c41e2535c17067675a6f94d7c38ed106.md5 @@ -0,0 +1,3 @@ +source_md5="4c77c90a9c3fd614fb2c51b8c5d8da57" +dest_md5="5ac1a19e4473d4423a72d58ec375215e" + diff --git a/escape-room/godot/imported/cardboardBoxClosed.obj-c41e2535c17067675a6f94d7c38ed106.mesh b/escape-room/godot/imported/cardboardBoxClosed.obj-c41e2535c17067675a6f94d7c38ed106.mesh new file mode 100644 index 0000000..9664561 Binary files /dev/null and b/escape-room/godot/imported/cardboardBoxClosed.obj-c41e2535c17067675a6f94d7c38ed106.mesh differ diff --git a/escape-room/godot/imported/cardboardBoxClosed.png-d069314520acd1f32c48e74bb6797dd9.ctex b/escape-room/godot/imported/cardboardBoxClosed.png-d069314520acd1f32c48e74bb6797dd9.ctex new file mode 100644 index 0000000..ba63f03 Binary files /dev/null and b/escape-room/godot/imported/cardboardBoxClosed.png-d069314520acd1f32c48e74bb6797dd9.ctex differ diff --git a/escape-room/godot/imported/cardboardBoxClosed.png-d069314520acd1f32c48e74bb6797dd9.md5 b/escape-room/godot/imported/cardboardBoxClosed.png-d069314520acd1f32c48e74bb6797dd9.md5 new file mode 100644 index 0000000..0cda606 --- /dev/null +++ b/escape-room/godot/imported/cardboardBoxClosed.png-d069314520acd1f32c48e74bb6797dd9.md5 @@ -0,0 +1,3 @@ +source_md5="a7f2c9a9e47cb19a376675090edf4be5" +dest_md5="7bf1751a91a44675d3375c43a4204429" + diff --git a/escape-room/godot/imported/cardboardBoxClosed_NE.png-0456997bc4fe7472fae0012fe468e518.ctex b/escape-room/godot/imported/cardboardBoxClosed_NE.png-0456997bc4fe7472fae0012fe468e518.ctex new file mode 100644 index 0000000..cd9f28e Binary files /dev/null and b/escape-room/godot/imported/cardboardBoxClosed_NE.png-0456997bc4fe7472fae0012fe468e518.ctex differ diff --git a/escape-room/godot/imported/cardboardBoxClosed_NE.png-0456997bc4fe7472fae0012fe468e518.md5 b/escape-room/godot/imported/cardboardBoxClosed_NE.png-0456997bc4fe7472fae0012fe468e518.md5 new file mode 100644 index 0000000..bbfa9b3 --- /dev/null +++ b/escape-room/godot/imported/cardboardBoxClosed_NE.png-0456997bc4fe7472fae0012fe468e518.md5 @@ -0,0 +1,3 @@ +source_md5="7eacc1a0da5c2b41d309dba0f271adc8" +dest_md5="38cda51c4cacd6507a6c922a91ac6784" + diff --git a/escape-room/godot/imported/cardboardBoxClosed_NW.png-a7d641796b5d51bb5fb4ff7ef7d9df7f.ctex b/escape-room/godot/imported/cardboardBoxClosed_NW.png-a7d641796b5d51bb5fb4ff7ef7d9df7f.ctex new file mode 100644 index 0000000..b19c4a8 Binary files /dev/null and b/escape-room/godot/imported/cardboardBoxClosed_NW.png-a7d641796b5d51bb5fb4ff7ef7d9df7f.ctex differ diff --git a/escape-room/godot/imported/cardboardBoxClosed_NW.png-a7d641796b5d51bb5fb4ff7ef7d9df7f.md5 b/escape-room/godot/imported/cardboardBoxClosed_NW.png-a7d641796b5d51bb5fb4ff7ef7d9df7f.md5 new file mode 100644 index 0000000..f9addb1 --- /dev/null +++ b/escape-room/godot/imported/cardboardBoxClosed_NW.png-a7d641796b5d51bb5fb4ff7ef7d9df7f.md5 @@ -0,0 +1,3 @@ +source_md5="106197c7c06377f24936ef6c48de51c5" +dest_md5="abbeea49bc00c9bc7a00af966e3bb317" + diff --git a/escape-room/godot/imported/cardboardBoxClosed_SE.png-1a88bdc92291bb6b2fe6b8be8dfc4651.ctex b/escape-room/godot/imported/cardboardBoxClosed_SE.png-1a88bdc92291bb6b2fe6b8be8dfc4651.ctex new file mode 100644 index 0000000..e7bd6b9 Binary files /dev/null and b/escape-room/godot/imported/cardboardBoxClosed_SE.png-1a88bdc92291bb6b2fe6b8be8dfc4651.ctex differ diff --git a/escape-room/godot/imported/cardboardBoxClosed_SE.png-1a88bdc92291bb6b2fe6b8be8dfc4651.md5 b/escape-room/godot/imported/cardboardBoxClosed_SE.png-1a88bdc92291bb6b2fe6b8be8dfc4651.md5 new file mode 100644 index 0000000..7547dbf --- /dev/null +++ b/escape-room/godot/imported/cardboardBoxClosed_SE.png-1a88bdc92291bb6b2fe6b8be8dfc4651.md5 @@ -0,0 +1,3 @@ +source_md5="7ed096001b61af30bc3d80a7bd7e2e16" +dest_md5="7e7199fbc4224276f59ba745ec9f7d5c" + diff --git a/escape-room/godot/imported/cardboardBoxClosed_SW.png-e136ac5a08e134a9b70b2b252180f4ed.ctex b/escape-room/godot/imported/cardboardBoxClosed_SW.png-e136ac5a08e134a9b70b2b252180f4ed.ctex new file mode 100644 index 0000000..44e89dc Binary files /dev/null and b/escape-room/godot/imported/cardboardBoxClosed_SW.png-e136ac5a08e134a9b70b2b252180f4ed.ctex differ diff --git a/escape-room/godot/imported/cardboardBoxClosed_SW.png-e136ac5a08e134a9b70b2b252180f4ed.md5 b/escape-room/godot/imported/cardboardBoxClosed_SW.png-e136ac5a08e134a9b70b2b252180f4ed.md5 new file mode 100644 index 0000000..75b2745 --- /dev/null +++ b/escape-room/godot/imported/cardboardBoxClosed_SW.png-e136ac5a08e134a9b70b2b252180f4ed.md5 @@ -0,0 +1,3 @@ +source_md5="a740f8fd68c7d534aa1418aac24e3c60" +dest_md5="44c02d6029c35317be587d69676cfb0e" + diff --git a/escape-room/godot/imported/cardboardBoxOpen.dae-aac91ee7cbf2935151736a008063e2af.md5 b/escape-room/godot/imported/cardboardBoxOpen.dae-aac91ee7cbf2935151736a008063e2af.md5 new file mode 100644 index 0000000..fbac883 --- /dev/null +++ b/escape-room/godot/imported/cardboardBoxOpen.dae-aac91ee7cbf2935151736a008063e2af.md5 @@ -0,0 +1,3 @@ +source_md5="98c3188010fa6c91d46f6f1a86c5e3cf" +dest_md5="e06995b3bdce85eda2f82f0fffb314d2" + diff --git a/escape-room/godot/imported/cardboardBoxOpen.dae-aac91ee7cbf2935151736a008063e2af.scn b/escape-room/godot/imported/cardboardBoxOpen.dae-aac91ee7cbf2935151736a008063e2af.scn new file mode 100644 index 0000000..8d3c552 Binary files /dev/null and b/escape-room/godot/imported/cardboardBoxOpen.dae-aac91ee7cbf2935151736a008063e2af.scn differ diff --git a/escape-room/godot/imported/cardboardBoxOpen.fbx-9af96ccec4129c043b0aff7bdec5850b.md5 b/escape-room/godot/imported/cardboardBoxOpen.fbx-9af96ccec4129c043b0aff7bdec5850b.md5 new file mode 100644 index 0000000..627ba1a --- /dev/null +++ b/escape-room/godot/imported/cardboardBoxOpen.fbx-9af96ccec4129c043b0aff7bdec5850b.md5 @@ -0,0 +1,3 @@ +source_md5="9fd1796f68433e52d94b198bc22c1b8e" +dest_md5="0310bc3291c04f4676df2e4f9ec94662" + diff --git a/escape-room/godot/imported/cardboardBoxOpen.fbx-9af96ccec4129c043b0aff7bdec5850b.scn b/escape-room/godot/imported/cardboardBoxOpen.fbx-9af96ccec4129c043b0aff7bdec5850b.scn new file mode 100644 index 0000000..b23bfe6 Binary files /dev/null and b/escape-room/godot/imported/cardboardBoxOpen.fbx-9af96ccec4129c043b0aff7bdec5850b.scn differ diff --git a/escape-room/godot/imported/cardboardBoxOpen.glb-4a8c36dfeee57bbf3d3e84b93c5577e4.md5 b/escape-room/godot/imported/cardboardBoxOpen.glb-4a8c36dfeee57bbf3d3e84b93c5577e4.md5 new file mode 100644 index 0000000..85144c7 --- /dev/null +++ b/escape-room/godot/imported/cardboardBoxOpen.glb-4a8c36dfeee57bbf3d3e84b93c5577e4.md5 @@ -0,0 +1,3 @@ +source_md5="fc8fec4a373eaaa776dbc6ccc76897c6" +dest_md5="173ffcdb7d33f12461f8aa793a2b787f" + diff --git a/escape-room/godot/imported/cardboardBoxOpen.glb-4a8c36dfeee57bbf3d3e84b93c5577e4.scn b/escape-room/godot/imported/cardboardBoxOpen.glb-4a8c36dfeee57bbf3d3e84b93c5577e4.scn new file mode 100644 index 0000000..55bacff Binary files /dev/null and b/escape-room/godot/imported/cardboardBoxOpen.glb-4a8c36dfeee57bbf3d3e84b93c5577e4.scn differ diff --git a/escape-room/godot/imported/cardboardBoxOpen.obj-121c01e143a1b30bae8671a83962df14.md5 b/escape-room/godot/imported/cardboardBoxOpen.obj-121c01e143a1b30bae8671a83962df14.md5 new file mode 100644 index 0000000..6f6be35 --- /dev/null +++ b/escape-room/godot/imported/cardboardBoxOpen.obj-121c01e143a1b30bae8671a83962df14.md5 @@ -0,0 +1,3 @@ +source_md5="054433dd8a439192ca439ed740134d53" +dest_md5="d42880a30fff78507bff3fb2388124b6" + diff --git a/escape-room/godot/imported/cardboardBoxOpen.obj-121c01e143a1b30bae8671a83962df14.mesh b/escape-room/godot/imported/cardboardBoxOpen.obj-121c01e143a1b30bae8671a83962df14.mesh new file mode 100644 index 0000000..37686bd Binary files /dev/null and b/escape-room/godot/imported/cardboardBoxOpen.obj-121c01e143a1b30bae8671a83962df14.mesh differ diff --git a/escape-room/godot/imported/cardboardBoxOpen.png-ae8addefbde75c4566e48b9652134654.ctex b/escape-room/godot/imported/cardboardBoxOpen.png-ae8addefbde75c4566e48b9652134654.ctex new file mode 100644 index 0000000..325aa31 Binary files /dev/null and b/escape-room/godot/imported/cardboardBoxOpen.png-ae8addefbde75c4566e48b9652134654.ctex differ diff --git a/escape-room/godot/imported/cardboardBoxOpen.png-ae8addefbde75c4566e48b9652134654.md5 b/escape-room/godot/imported/cardboardBoxOpen.png-ae8addefbde75c4566e48b9652134654.md5 new file mode 100644 index 0000000..2444bdf --- /dev/null +++ b/escape-room/godot/imported/cardboardBoxOpen.png-ae8addefbde75c4566e48b9652134654.md5 @@ -0,0 +1,3 @@ +source_md5="93cd0bee47b3b7a006fd262714fc2897" +dest_md5="556f939b476a99cab8e44ee96edf42ed" + diff --git a/escape-room/godot/imported/cardboardBoxOpen_NE.png-d84d018eff1e2f552bdb543b312dcc7d.ctex b/escape-room/godot/imported/cardboardBoxOpen_NE.png-d84d018eff1e2f552bdb543b312dcc7d.ctex new file mode 100644 index 0000000..3276678 Binary files /dev/null and b/escape-room/godot/imported/cardboardBoxOpen_NE.png-d84d018eff1e2f552bdb543b312dcc7d.ctex differ diff --git a/escape-room/godot/imported/cardboardBoxOpen_NE.png-d84d018eff1e2f552bdb543b312dcc7d.md5 b/escape-room/godot/imported/cardboardBoxOpen_NE.png-d84d018eff1e2f552bdb543b312dcc7d.md5 new file mode 100644 index 0000000..5bfedf3 --- /dev/null +++ b/escape-room/godot/imported/cardboardBoxOpen_NE.png-d84d018eff1e2f552bdb543b312dcc7d.md5 @@ -0,0 +1,3 @@ +source_md5="148240d51ed41138c03ab92df9877d6f" +dest_md5="05fb87ec5e8022c079e9c5c0dae187a5" + diff --git a/escape-room/godot/imported/cardboardBoxOpen_NW.png-64e6d87993c94b3ccd7e40adcf62554d.ctex b/escape-room/godot/imported/cardboardBoxOpen_NW.png-64e6d87993c94b3ccd7e40adcf62554d.ctex new file mode 100644 index 0000000..55e72f4 Binary files /dev/null and b/escape-room/godot/imported/cardboardBoxOpen_NW.png-64e6d87993c94b3ccd7e40adcf62554d.ctex differ diff --git a/escape-room/godot/imported/cardboardBoxOpen_NW.png-64e6d87993c94b3ccd7e40adcf62554d.md5 b/escape-room/godot/imported/cardboardBoxOpen_NW.png-64e6d87993c94b3ccd7e40adcf62554d.md5 new file mode 100644 index 0000000..9b595e7 --- /dev/null +++ b/escape-room/godot/imported/cardboardBoxOpen_NW.png-64e6d87993c94b3ccd7e40adcf62554d.md5 @@ -0,0 +1,3 @@ +source_md5="19ddcf1e0a8e0b5b36ddd381e9e3b714" +dest_md5="28bfe2284c16740bb4be8a7ee9928a25" + diff --git a/escape-room/godot/imported/cardboardBoxOpen_SE.png-db4b25b711fb41d31fa1a1b144ad02f0.ctex b/escape-room/godot/imported/cardboardBoxOpen_SE.png-db4b25b711fb41d31fa1a1b144ad02f0.ctex new file mode 100644 index 0000000..2f29d82 Binary files /dev/null and b/escape-room/godot/imported/cardboardBoxOpen_SE.png-db4b25b711fb41d31fa1a1b144ad02f0.ctex differ diff --git a/escape-room/godot/imported/cardboardBoxOpen_SE.png-db4b25b711fb41d31fa1a1b144ad02f0.md5 b/escape-room/godot/imported/cardboardBoxOpen_SE.png-db4b25b711fb41d31fa1a1b144ad02f0.md5 new file mode 100644 index 0000000..3304447 --- /dev/null +++ b/escape-room/godot/imported/cardboardBoxOpen_SE.png-db4b25b711fb41d31fa1a1b144ad02f0.md5 @@ -0,0 +1,3 @@ +source_md5="7329bd67313c49a5f8f54ac6c96b35df" +dest_md5="fa25b5869ac9a19b6175e957d6be8997" + diff --git a/escape-room/godot/imported/cardboardBoxOpen_SW.png-12e735f68885573a82121b742b404052.ctex b/escape-room/godot/imported/cardboardBoxOpen_SW.png-12e735f68885573a82121b742b404052.ctex new file mode 100644 index 0000000..8854f33 Binary files /dev/null and b/escape-room/godot/imported/cardboardBoxOpen_SW.png-12e735f68885573a82121b742b404052.ctex differ diff --git a/escape-room/godot/imported/cardboardBoxOpen_SW.png-12e735f68885573a82121b742b404052.md5 b/escape-room/godot/imported/cardboardBoxOpen_SW.png-12e735f68885573a82121b742b404052.md5 new file mode 100644 index 0000000..5ac33a9 --- /dev/null +++ b/escape-room/godot/imported/cardboardBoxOpen_SW.png-12e735f68885573a82121b742b404052.md5 @@ -0,0 +1,3 @@ +source_md5="4e9fb247cdbe0be9e269af0fb6c52fee" +dest_md5="913ac4c0dbfca4e7d8c73cfd534289f5" + diff --git a/escape-room/godot/imported/carrot.png-8f2d081a432cc59ea09991d2ad9b9ff3.ctex b/escape-room/godot/imported/carrot.png-8f2d081a432cc59ea09991d2ad9b9ff3.ctex new file mode 100644 index 0000000..8d28697 Binary files /dev/null and b/escape-room/godot/imported/carrot.png-8f2d081a432cc59ea09991d2ad9b9ff3.ctex differ diff --git a/escape-room/godot/imported/carrot.png-8f2d081a432cc59ea09991d2ad9b9ff3.md5 b/escape-room/godot/imported/carrot.png-8f2d081a432cc59ea09991d2ad9b9ff3.md5 new file mode 100644 index 0000000..2bf4ad7 --- /dev/null +++ b/escape-room/godot/imported/carrot.png-8f2d081a432cc59ea09991d2ad9b9ff3.md5 @@ -0,0 +1,3 @@ +source_md5="728a04542b7cd6cc15de9f576fe0952b" +dest_md5="8b736a347c2e31ac7669ffd0c6617078" + diff --git a/escape-room/godot/imported/caucasian_baseColor.png-2ffa4b91e9a1b3bcc11c22eccd941be7.etc2.ctex b/escape-room/godot/imported/caucasian_baseColor.png-2ffa4b91e9a1b3bcc11c22eccd941be7.etc2.ctex new file mode 100644 index 0000000..1625efb Binary files /dev/null and b/escape-room/godot/imported/caucasian_baseColor.png-2ffa4b91e9a1b3bcc11c22eccd941be7.etc2.ctex differ diff --git a/escape-room/godot/imported/caucasian_baseColor.png-2ffa4b91e9a1b3bcc11c22eccd941be7.md5 b/escape-room/godot/imported/caucasian_baseColor.png-2ffa4b91e9a1b3bcc11c22eccd941be7.md5 new file mode 100644 index 0000000..d1efc68 --- /dev/null +++ b/escape-room/godot/imported/caucasian_baseColor.png-2ffa4b91e9a1b3bcc11c22eccd941be7.md5 @@ -0,0 +1,3 @@ +source_md5="dfe91af237d3a210aa824aae854b4c64" +dest_md5="ef86b43d02c3ae24e33d28a3dec26635" + diff --git a/escape-room/godot/imported/caucasian_baseColor.png-2ffa4b91e9a1b3bcc11c22eccd941be7.s3tc.ctex b/escape-room/godot/imported/caucasian_baseColor.png-2ffa4b91e9a1b3bcc11c22eccd941be7.s3tc.ctex new file mode 100644 index 0000000..0fa64c9 Binary files /dev/null and b/escape-room/godot/imported/caucasian_baseColor.png-2ffa4b91e9a1b3bcc11c22eccd941be7.s3tc.ctex differ diff --git a/escape-room/godot/imported/caucasian_realistic_baseColor.png-6d28d56c1e76917b749358861074492c.etc2.ctex b/escape-room/godot/imported/caucasian_realistic_baseColor.png-6d28d56c1e76917b749358861074492c.etc2.ctex new file mode 100644 index 0000000..4db37a2 Binary files /dev/null and b/escape-room/godot/imported/caucasian_realistic_baseColor.png-6d28d56c1e76917b749358861074492c.etc2.ctex differ diff --git a/escape-room/godot/imported/caucasian_realistic_baseColor.png-6d28d56c1e76917b749358861074492c.md5 b/escape-room/godot/imported/caucasian_realistic_baseColor.png-6d28d56c1e76917b749358861074492c.md5 new file mode 100644 index 0000000..7b2ea74 --- /dev/null +++ b/escape-room/godot/imported/caucasian_realistic_baseColor.png-6d28d56c1e76917b749358861074492c.md5 @@ -0,0 +1,3 @@ +source_md5="902da39f8f0a8f2697a708a7a844812c" +dest_md5="ead11f103cb0c0046e8e394b9b2e4be4" + diff --git a/escape-room/godot/imported/caucasian_realistic_baseColor.png-6d28d56c1e76917b749358861074492c.s3tc.ctex b/escape-room/godot/imported/caucasian_realistic_baseColor.png-6d28d56c1e76917b749358861074492c.s3tc.ctex new file mode 100644 index 0000000..852ced2 Binary files /dev/null and b/escape-room/godot/imported/caucasian_realistic_baseColor.png-6d28d56c1e76917b749358861074492c.s3tc.ctex differ diff --git a/escape-room/godot/imported/ceilingFan.dae-1197297a5ce45a1e98bf2948024f42ff.md5 b/escape-room/godot/imported/ceilingFan.dae-1197297a5ce45a1e98bf2948024f42ff.md5 new file mode 100644 index 0000000..a857026 --- /dev/null +++ b/escape-room/godot/imported/ceilingFan.dae-1197297a5ce45a1e98bf2948024f42ff.md5 @@ -0,0 +1,3 @@ +source_md5="bfc0e8b8079a0f7c495e68f60d73c26c" +dest_md5="c5996f5b87b232b63481fa5b8351e930" + diff --git a/escape-room/godot/imported/ceilingFan.dae-1197297a5ce45a1e98bf2948024f42ff.scn b/escape-room/godot/imported/ceilingFan.dae-1197297a5ce45a1e98bf2948024f42ff.scn new file mode 100644 index 0000000..b52660e Binary files /dev/null and b/escape-room/godot/imported/ceilingFan.dae-1197297a5ce45a1e98bf2948024f42ff.scn differ diff --git a/escape-room/godot/imported/ceilingFan.fbx-7b1e6cc1ed682bdf120898a8eacc5f56.md5 b/escape-room/godot/imported/ceilingFan.fbx-7b1e6cc1ed682bdf120898a8eacc5f56.md5 new file mode 100644 index 0000000..77f027d --- /dev/null +++ b/escape-room/godot/imported/ceilingFan.fbx-7b1e6cc1ed682bdf120898a8eacc5f56.md5 @@ -0,0 +1,3 @@ +source_md5="4752a5e4fb5234ffa3ba34d76f9cf364" +dest_md5="511be592f86971ca8cb32c6b196ceed2" + diff --git a/escape-room/godot/imported/ceilingFan.fbx-7b1e6cc1ed682bdf120898a8eacc5f56.scn b/escape-room/godot/imported/ceilingFan.fbx-7b1e6cc1ed682bdf120898a8eacc5f56.scn new file mode 100644 index 0000000..89671bc Binary files /dev/null and b/escape-room/godot/imported/ceilingFan.fbx-7b1e6cc1ed682bdf120898a8eacc5f56.scn differ diff --git a/escape-room/godot/imported/ceilingFan.glb-36b00f14787ebe99992c2657fb3360f8.md5 b/escape-room/godot/imported/ceilingFan.glb-36b00f14787ebe99992c2657fb3360f8.md5 new file mode 100644 index 0000000..e3046b5 --- /dev/null +++ b/escape-room/godot/imported/ceilingFan.glb-36b00f14787ebe99992c2657fb3360f8.md5 @@ -0,0 +1,3 @@ +source_md5="740f07a154f4c0f2438c2b522eeea76f" +dest_md5="416b798808f5b1b9906d7aa553ba18c2" + diff --git a/escape-room/godot/imported/ceilingFan.glb-36b00f14787ebe99992c2657fb3360f8.scn b/escape-room/godot/imported/ceilingFan.glb-36b00f14787ebe99992c2657fb3360f8.scn new file mode 100644 index 0000000..3f738d7 Binary files /dev/null and b/escape-room/godot/imported/ceilingFan.glb-36b00f14787ebe99992c2657fb3360f8.scn differ diff --git a/escape-room/godot/imported/ceilingFan.obj-a42554be7910e8defce5ff96082231e0.md5 b/escape-room/godot/imported/ceilingFan.obj-a42554be7910e8defce5ff96082231e0.md5 new file mode 100644 index 0000000..3204cb5 --- /dev/null +++ b/escape-room/godot/imported/ceilingFan.obj-a42554be7910e8defce5ff96082231e0.md5 @@ -0,0 +1,3 @@ +source_md5="a619026f7f80759b2ff2a6031cde6cbf" +dest_md5="e6232fda6d0cca05bc32327cef501eee" + diff --git a/escape-room/godot/imported/ceilingFan.obj-a42554be7910e8defce5ff96082231e0.mesh b/escape-room/godot/imported/ceilingFan.obj-a42554be7910e8defce5ff96082231e0.mesh new file mode 100644 index 0000000..40f6200 Binary files /dev/null and b/escape-room/godot/imported/ceilingFan.obj-a42554be7910e8defce5ff96082231e0.mesh differ diff --git a/escape-room/godot/imported/ceilingFan.png-9bb5d4ee45ed641a7a6c706e41e913b8.ctex b/escape-room/godot/imported/ceilingFan.png-9bb5d4ee45ed641a7a6c706e41e913b8.ctex new file mode 100644 index 0000000..aecf844 Binary files /dev/null and b/escape-room/godot/imported/ceilingFan.png-9bb5d4ee45ed641a7a6c706e41e913b8.ctex differ diff --git a/escape-room/godot/imported/ceilingFan.png-9bb5d4ee45ed641a7a6c706e41e913b8.md5 b/escape-room/godot/imported/ceilingFan.png-9bb5d4ee45ed641a7a6c706e41e913b8.md5 new file mode 100644 index 0000000..af9a1f6 --- /dev/null +++ b/escape-room/godot/imported/ceilingFan.png-9bb5d4ee45ed641a7a6c706e41e913b8.md5 @@ -0,0 +1,3 @@ +source_md5="241b1bacb8bd700bad4d5d78cec05639" +dest_md5="ce6b6bb241c7cebc560be384807ae4d6" + diff --git a/escape-room/godot/imported/ceilingFan_NE.png-7216c0f7e14b60d16a9a94c5ddeea77f.ctex b/escape-room/godot/imported/ceilingFan_NE.png-7216c0f7e14b60d16a9a94c5ddeea77f.ctex new file mode 100644 index 0000000..601a878 Binary files /dev/null and b/escape-room/godot/imported/ceilingFan_NE.png-7216c0f7e14b60d16a9a94c5ddeea77f.ctex differ diff --git a/escape-room/godot/imported/ceilingFan_NE.png-7216c0f7e14b60d16a9a94c5ddeea77f.md5 b/escape-room/godot/imported/ceilingFan_NE.png-7216c0f7e14b60d16a9a94c5ddeea77f.md5 new file mode 100644 index 0000000..132ae33 --- /dev/null +++ b/escape-room/godot/imported/ceilingFan_NE.png-7216c0f7e14b60d16a9a94c5ddeea77f.md5 @@ -0,0 +1,3 @@ +source_md5="51894d2332916efd6079a2b914d6428f" +dest_md5="d9c160216e75cdbdf83c1610f52c2763" + diff --git a/escape-room/godot/imported/ceilingFan_NW.png-d2ab26aaed4ac67842a7689bbae00e6e.ctex b/escape-room/godot/imported/ceilingFan_NW.png-d2ab26aaed4ac67842a7689bbae00e6e.ctex new file mode 100644 index 0000000..065b0b1 Binary files /dev/null and b/escape-room/godot/imported/ceilingFan_NW.png-d2ab26aaed4ac67842a7689bbae00e6e.ctex differ diff --git a/escape-room/godot/imported/ceilingFan_NW.png-d2ab26aaed4ac67842a7689bbae00e6e.md5 b/escape-room/godot/imported/ceilingFan_NW.png-d2ab26aaed4ac67842a7689bbae00e6e.md5 new file mode 100644 index 0000000..de04e0b --- /dev/null +++ b/escape-room/godot/imported/ceilingFan_NW.png-d2ab26aaed4ac67842a7689bbae00e6e.md5 @@ -0,0 +1,3 @@ +source_md5="f7a520588562054d4a98eb3f3fe06733" +dest_md5="326a9f8fb653f09987ba3966be629618" + diff --git a/escape-room/godot/imported/ceilingFan_SE.png-5f5d54a89a98fb8c572341cd8f608e14.ctex b/escape-room/godot/imported/ceilingFan_SE.png-5f5d54a89a98fb8c572341cd8f608e14.ctex new file mode 100644 index 0000000..8a383da Binary files /dev/null and b/escape-room/godot/imported/ceilingFan_SE.png-5f5d54a89a98fb8c572341cd8f608e14.ctex differ diff --git a/escape-room/godot/imported/ceilingFan_SE.png-5f5d54a89a98fb8c572341cd8f608e14.md5 b/escape-room/godot/imported/ceilingFan_SE.png-5f5d54a89a98fb8c572341cd8f608e14.md5 new file mode 100644 index 0000000..51b9b0a --- /dev/null +++ b/escape-room/godot/imported/ceilingFan_SE.png-5f5d54a89a98fb8c572341cd8f608e14.md5 @@ -0,0 +1,3 @@ +source_md5="cadb86cfee3ee4e2f43a66286fd5c8ac" +dest_md5="b05b247b0e2e6c978a5d52c366e1c2d2" + diff --git a/escape-room/godot/imported/ceilingFan_SW.png-42d1f16647a0638b1fdb78da9c41237d.ctex b/escape-room/godot/imported/ceilingFan_SW.png-42d1f16647a0638b1fdb78da9c41237d.ctex new file mode 100644 index 0000000..dacf9c4 Binary files /dev/null and b/escape-room/godot/imported/ceilingFan_SW.png-42d1f16647a0638b1fdb78da9c41237d.ctex differ diff --git a/escape-room/godot/imported/ceilingFan_SW.png-42d1f16647a0638b1fdb78da9c41237d.md5 b/escape-room/godot/imported/ceilingFan_SW.png-42d1f16647a0638b1fdb78da9c41237d.md5 new file mode 100644 index 0000000..d6db068 --- /dev/null +++ b/escape-room/godot/imported/ceilingFan_SW.png-42d1f16647a0638b1fdb78da9c41237d.md5 @@ -0,0 +1,3 @@ +source_md5="1d9b674208b9895ff4289193b489b9a9" +dest_md5="883a318c6c85a9ffef300a8f46491ce9" + diff --git a/escape-room/godot/imported/chair.dae-3bec9d20d7faed7523d98658d812ea9d.md5 b/escape-room/godot/imported/chair.dae-3bec9d20d7faed7523d98658d812ea9d.md5 new file mode 100644 index 0000000..5cdf877 --- /dev/null +++ b/escape-room/godot/imported/chair.dae-3bec9d20d7faed7523d98658d812ea9d.md5 @@ -0,0 +1,3 @@ +source_md5="50eb5149d50f2cb1077ac550c8593af9" +dest_md5="0847be11ce39b1f3a63e5799460041e2" + diff --git a/escape-room/godot/imported/chair.dae-3bec9d20d7faed7523d98658d812ea9d.scn b/escape-room/godot/imported/chair.dae-3bec9d20d7faed7523d98658d812ea9d.scn new file mode 100644 index 0000000..fb73576 Binary files /dev/null and b/escape-room/godot/imported/chair.dae-3bec9d20d7faed7523d98658d812ea9d.scn differ diff --git a/escape-room/godot/imported/chair.fbx-22f377b03b834756216776206daaedea.md5 b/escape-room/godot/imported/chair.fbx-22f377b03b834756216776206daaedea.md5 new file mode 100644 index 0000000..5431e42 --- /dev/null +++ b/escape-room/godot/imported/chair.fbx-22f377b03b834756216776206daaedea.md5 @@ -0,0 +1,3 @@ +source_md5="1edd07049b04a83bab227a431c2c4764" +dest_md5="a4bc7d8823842b91215cfe601d3c0d4f" + diff --git a/escape-room/godot/imported/chair.fbx-22f377b03b834756216776206daaedea.scn b/escape-room/godot/imported/chair.fbx-22f377b03b834756216776206daaedea.scn new file mode 100644 index 0000000..5832a3a Binary files /dev/null and b/escape-room/godot/imported/chair.fbx-22f377b03b834756216776206daaedea.scn differ diff --git a/escape-room/godot/imported/chair.glb-5a5f11be344d742531d4f0a490438742.md5 b/escape-room/godot/imported/chair.glb-5a5f11be344d742531d4f0a490438742.md5 new file mode 100644 index 0000000..5c862bc --- /dev/null +++ b/escape-room/godot/imported/chair.glb-5a5f11be344d742531d4f0a490438742.md5 @@ -0,0 +1,3 @@ +source_md5="e2513fad00f98ab65f2dd26f26649af4" +dest_md5="3b0294c90c9b9f62fabc2564241b2d02" + diff --git a/escape-room/godot/imported/chair.glb-5a5f11be344d742531d4f0a490438742.scn b/escape-room/godot/imported/chair.glb-5a5f11be344d742531d4f0a490438742.scn new file mode 100644 index 0000000..7b15caa Binary files /dev/null and b/escape-room/godot/imported/chair.glb-5a5f11be344d742531d4f0a490438742.scn differ diff --git a/escape-room/godot/imported/chair.jpg-128040fcebdd9f250c50269749e8ba2b.ctex b/escape-room/godot/imported/chair.jpg-128040fcebdd9f250c50269749e8ba2b.ctex new file mode 100644 index 0000000..999a35a Binary files /dev/null and b/escape-room/godot/imported/chair.jpg-128040fcebdd9f250c50269749e8ba2b.ctex differ diff --git a/escape-room/godot/imported/chair.jpg-128040fcebdd9f250c50269749e8ba2b.md5 b/escape-room/godot/imported/chair.jpg-128040fcebdd9f250c50269749e8ba2b.md5 new file mode 100644 index 0000000..a821577 --- /dev/null +++ b/escape-room/godot/imported/chair.jpg-128040fcebdd9f250c50269749e8ba2b.md5 @@ -0,0 +1,3 @@ +source_md5="ad9fd516a1130d4395d4cfeff7228487" +dest_md5="e3f03cd79fc853fdc8e79d01489e8661" + diff --git a/escape-room/godot/imported/chair.obj-003178d4f3f0960f9cafd3ec04d8dbd8.md5 b/escape-room/godot/imported/chair.obj-003178d4f3f0960f9cafd3ec04d8dbd8.md5 new file mode 100644 index 0000000..b6cf53b --- /dev/null +++ b/escape-room/godot/imported/chair.obj-003178d4f3f0960f9cafd3ec04d8dbd8.md5 @@ -0,0 +1,3 @@ +source_md5="dd28320d3365ce0a3f9ea78754332e53" +dest_md5="f160141d499ecdf6d49f87727f1627de" + diff --git a/escape-room/godot/imported/chair.obj-003178d4f3f0960f9cafd3ec04d8dbd8.mesh b/escape-room/godot/imported/chair.obj-003178d4f3f0960f9cafd3ec04d8dbd8.mesh new file mode 100644 index 0000000..565e3a9 Binary files /dev/null and b/escape-room/godot/imported/chair.obj-003178d4f3f0960f9cafd3ec04d8dbd8.mesh differ diff --git a/escape-room/godot/imported/chair.png-9076040a87160a29966173d61d3ab7b2.ctex b/escape-room/godot/imported/chair.png-9076040a87160a29966173d61d3ab7b2.ctex new file mode 100644 index 0000000..3e77546 Binary files /dev/null and b/escape-room/godot/imported/chair.png-9076040a87160a29966173d61d3ab7b2.ctex differ diff --git a/escape-room/godot/imported/chair.png-9076040a87160a29966173d61d3ab7b2.md5 b/escape-room/godot/imported/chair.png-9076040a87160a29966173d61d3ab7b2.md5 new file mode 100644 index 0000000..5418f3b --- /dev/null +++ b/escape-room/godot/imported/chair.png-9076040a87160a29966173d61d3ab7b2.md5 @@ -0,0 +1,3 @@ +source_md5="a28e404a35681a222deca09f055cc31f" +dest_md5="92304a2d996065834b1955e743c0f893" + diff --git a/escape-room/godot/imported/chair02.obj-6abacffda2be8a945f7b469832950a94.md5 b/escape-room/godot/imported/chair02.obj-6abacffda2be8a945f7b469832950a94.md5 new file mode 100644 index 0000000..5f90431 --- /dev/null +++ b/escape-room/godot/imported/chair02.obj-6abacffda2be8a945f7b469832950a94.md5 @@ -0,0 +1,3 @@ +source_md5="c654e6fe8bddf6145d0428588b5c214c" +dest_md5="0125f17b16c49faa73752486d92f6e6e" + diff --git a/escape-room/godot/imported/chair02.obj-6abacffda2be8a945f7b469832950a94.mesh b/escape-room/godot/imported/chair02.obj-6abacffda2be8a945f7b469832950a94.mesh new file mode 100644 index 0000000..15cbc4f Binary files /dev/null and b/escape-room/godot/imported/chair02.obj-6abacffda2be8a945f7b469832950a94.mesh differ diff --git a/escape-room/godot/imported/chair02_texture.tga-4be66dce5a71ef2ac86c6d4afdb4f13f.ctex b/escape-room/godot/imported/chair02_texture.tga-4be66dce5a71ef2ac86c6d4afdb4f13f.ctex new file mode 100644 index 0000000..d871fef Binary files /dev/null and b/escape-room/godot/imported/chair02_texture.tga-4be66dce5a71ef2ac86c6d4afdb4f13f.ctex differ diff --git a/escape-room/godot/imported/chair02_texture.tga-4be66dce5a71ef2ac86c6d4afdb4f13f.md5 b/escape-room/godot/imported/chair02_texture.tga-4be66dce5a71ef2ac86c6d4afdb4f13f.md5 new file mode 100644 index 0000000..1bd6560 --- /dev/null +++ b/escape-room/godot/imported/chair02_texture.tga-4be66dce5a71ef2ac86c6d4afdb4f13f.md5 @@ -0,0 +1,3 @@ +source_md5="5ba2b1fa0a3e8d1bfeab30d8ec24b665" +dest_md5="e266ec3e48f13b90d21e4b22da9f0fc1" + diff --git a/escape-room/godot/imported/chair2.jpg-d81be2f2c55a1e67ca877f244f907466.ctex b/escape-room/godot/imported/chair2.jpg-d81be2f2c55a1e67ca877f244f907466.ctex new file mode 100644 index 0000000..894a2d7 Binary files /dev/null and b/escape-room/godot/imported/chair2.jpg-d81be2f2c55a1e67ca877f244f907466.ctex differ diff --git a/escape-room/godot/imported/chair2.jpg-d81be2f2c55a1e67ca877f244f907466.md5 b/escape-room/godot/imported/chair2.jpg-d81be2f2c55a1e67ca877f244f907466.md5 new file mode 100644 index 0000000..dcdbbec --- /dev/null +++ b/escape-room/godot/imported/chair2.jpg-d81be2f2c55a1e67ca877f244f907466.md5 @@ -0,0 +1,3 @@ +source_md5="fd98cf53dc4ed2982efccd0e4811ca1b" +dest_md5="48578ff1511fe686dbd1c0a9528fff1f" + diff --git a/escape-room/godot/imported/chairCushion.dae-2e5f4021462c28ae5011eb6793f90a9f.md5 b/escape-room/godot/imported/chairCushion.dae-2e5f4021462c28ae5011eb6793f90a9f.md5 new file mode 100644 index 0000000..007df33 --- /dev/null +++ b/escape-room/godot/imported/chairCushion.dae-2e5f4021462c28ae5011eb6793f90a9f.md5 @@ -0,0 +1,3 @@ +source_md5="0b4a3bf9aebd59c671e52be1a3468fb0" +dest_md5="c87467c0fbae647b7b2bf2bb84cdfde5" + diff --git a/escape-room/godot/imported/chairCushion.dae-2e5f4021462c28ae5011eb6793f90a9f.scn b/escape-room/godot/imported/chairCushion.dae-2e5f4021462c28ae5011eb6793f90a9f.scn new file mode 100644 index 0000000..c0d16e7 Binary files /dev/null and b/escape-room/godot/imported/chairCushion.dae-2e5f4021462c28ae5011eb6793f90a9f.scn differ diff --git a/escape-room/godot/imported/chairCushion.fbx-21efdd30197f19ac17fd92e782311d0b.md5 b/escape-room/godot/imported/chairCushion.fbx-21efdd30197f19ac17fd92e782311d0b.md5 new file mode 100644 index 0000000..5e5de8d --- /dev/null +++ b/escape-room/godot/imported/chairCushion.fbx-21efdd30197f19ac17fd92e782311d0b.md5 @@ -0,0 +1,3 @@ +source_md5="4205c326ccf3d1506cfa177837020cb4" +dest_md5="85b6461f40cc8bdd25b0186224ca339c" + diff --git a/escape-room/godot/imported/chairCushion.fbx-21efdd30197f19ac17fd92e782311d0b.scn b/escape-room/godot/imported/chairCushion.fbx-21efdd30197f19ac17fd92e782311d0b.scn new file mode 100644 index 0000000..6d81f72 Binary files /dev/null and b/escape-room/godot/imported/chairCushion.fbx-21efdd30197f19ac17fd92e782311d0b.scn differ diff --git a/escape-room/godot/imported/chairCushion.glb-88e9a2d9a11391d43dea286b5863deb6.md5 b/escape-room/godot/imported/chairCushion.glb-88e9a2d9a11391d43dea286b5863deb6.md5 new file mode 100644 index 0000000..2c1acfb --- /dev/null +++ b/escape-room/godot/imported/chairCushion.glb-88e9a2d9a11391d43dea286b5863deb6.md5 @@ -0,0 +1,3 @@ +source_md5="5f29f0b526bb468eb4a112d19d72b0ef" +dest_md5="0f49ce5776e9b1c39e3481bb071f4f63" + diff --git a/escape-room/godot/imported/chairCushion.glb-88e9a2d9a11391d43dea286b5863deb6.scn b/escape-room/godot/imported/chairCushion.glb-88e9a2d9a11391d43dea286b5863deb6.scn new file mode 100644 index 0000000..6fbcf72 Binary files /dev/null and b/escape-room/godot/imported/chairCushion.glb-88e9a2d9a11391d43dea286b5863deb6.scn differ diff --git a/escape-room/godot/imported/chairCushion.obj-234f0e901be3bab45ab8dad3f676ed3a.md5 b/escape-room/godot/imported/chairCushion.obj-234f0e901be3bab45ab8dad3f676ed3a.md5 new file mode 100644 index 0000000..821216c --- /dev/null +++ b/escape-room/godot/imported/chairCushion.obj-234f0e901be3bab45ab8dad3f676ed3a.md5 @@ -0,0 +1,3 @@ +source_md5="27421714535c5d31a7c9c347e18a07d2" +dest_md5="5d9fd05e191b52a9ddb97d3339e382fd" + diff --git a/escape-room/godot/imported/chairCushion.obj-234f0e901be3bab45ab8dad3f676ed3a.mesh b/escape-room/godot/imported/chairCushion.obj-234f0e901be3bab45ab8dad3f676ed3a.mesh new file mode 100644 index 0000000..4f97e46 Binary files /dev/null and b/escape-room/godot/imported/chairCushion.obj-234f0e901be3bab45ab8dad3f676ed3a.mesh differ diff --git a/escape-room/godot/imported/chairCushion.png-9359a92db918307549f6992d0b23c842.ctex b/escape-room/godot/imported/chairCushion.png-9359a92db918307549f6992d0b23c842.ctex new file mode 100644 index 0000000..91cc890 Binary files /dev/null and b/escape-room/godot/imported/chairCushion.png-9359a92db918307549f6992d0b23c842.ctex differ diff --git a/escape-room/godot/imported/chairCushion.png-9359a92db918307549f6992d0b23c842.md5 b/escape-room/godot/imported/chairCushion.png-9359a92db918307549f6992d0b23c842.md5 new file mode 100644 index 0000000..dfe27f0 --- /dev/null +++ b/escape-room/godot/imported/chairCushion.png-9359a92db918307549f6992d0b23c842.md5 @@ -0,0 +1,3 @@ +source_md5="e0fb7e93de151e999b9f7ed1673342d6" +dest_md5="d195d5f79bbcc5cdadefbb62c6ba583a" + diff --git a/escape-room/godot/imported/chairCushion_NE.png-1a8a9bb1d597794a136604c31a8f5b13.ctex b/escape-room/godot/imported/chairCushion_NE.png-1a8a9bb1d597794a136604c31a8f5b13.ctex new file mode 100644 index 0000000..5447ed3 Binary files /dev/null and b/escape-room/godot/imported/chairCushion_NE.png-1a8a9bb1d597794a136604c31a8f5b13.ctex differ diff --git a/escape-room/godot/imported/chairCushion_NE.png-1a8a9bb1d597794a136604c31a8f5b13.md5 b/escape-room/godot/imported/chairCushion_NE.png-1a8a9bb1d597794a136604c31a8f5b13.md5 new file mode 100644 index 0000000..1849bab --- /dev/null +++ b/escape-room/godot/imported/chairCushion_NE.png-1a8a9bb1d597794a136604c31a8f5b13.md5 @@ -0,0 +1,3 @@ +source_md5="dcb750241ef97826adbb268c6e5cccd0" +dest_md5="8918c0d81cf86b113ceaad2b5d5cf7ba" + diff --git a/escape-room/godot/imported/chairCushion_NW.png-37425f8f03a3edea9a8c7e58e70beb4d.ctex b/escape-room/godot/imported/chairCushion_NW.png-37425f8f03a3edea9a8c7e58e70beb4d.ctex new file mode 100644 index 0000000..62aefc3 Binary files /dev/null and b/escape-room/godot/imported/chairCushion_NW.png-37425f8f03a3edea9a8c7e58e70beb4d.ctex differ diff --git a/escape-room/godot/imported/chairCushion_NW.png-37425f8f03a3edea9a8c7e58e70beb4d.md5 b/escape-room/godot/imported/chairCushion_NW.png-37425f8f03a3edea9a8c7e58e70beb4d.md5 new file mode 100644 index 0000000..2620aab --- /dev/null +++ b/escape-room/godot/imported/chairCushion_NW.png-37425f8f03a3edea9a8c7e58e70beb4d.md5 @@ -0,0 +1,3 @@ +source_md5="5325f13a67aa8f28d7532c31cc98a004" +dest_md5="24dab35a583402d936f597887b94e897" + diff --git a/escape-room/godot/imported/chairCushion_SE.png-a41db0f492d1964e67765d6123098ff9.ctex b/escape-room/godot/imported/chairCushion_SE.png-a41db0f492d1964e67765d6123098ff9.ctex new file mode 100644 index 0000000..fa46ca3 Binary files /dev/null and b/escape-room/godot/imported/chairCushion_SE.png-a41db0f492d1964e67765d6123098ff9.ctex differ diff --git a/escape-room/godot/imported/chairCushion_SE.png-a41db0f492d1964e67765d6123098ff9.md5 b/escape-room/godot/imported/chairCushion_SE.png-a41db0f492d1964e67765d6123098ff9.md5 new file mode 100644 index 0000000..c4d8f16 --- /dev/null +++ b/escape-room/godot/imported/chairCushion_SE.png-a41db0f492d1964e67765d6123098ff9.md5 @@ -0,0 +1,3 @@ +source_md5="270301913d96e8535f5fd7ede4cb1d91" +dest_md5="90c2b551e4351000b5400acaacbcbc21" + diff --git a/escape-room/godot/imported/chairCushion_SW.png-e9cf15d8481d1e903153e86e34ec1a14.ctex b/escape-room/godot/imported/chairCushion_SW.png-e9cf15d8481d1e903153e86e34ec1a14.ctex new file mode 100644 index 0000000..c7391df Binary files /dev/null and b/escape-room/godot/imported/chairCushion_SW.png-e9cf15d8481d1e903153e86e34ec1a14.ctex differ diff --git a/escape-room/godot/imported/chairCushion_SW.png-e9cf15d8481d1e903153e86e34ec1a14.md5 b/escape-room/godot/imported/chairCushion_SW.png-e9cf15d8481d1e903153e86e34ec1a14.md5 new file mode 100644 index 0000000..05beac4 --- /dev/null +++ b/escape-room/godot/imported/chairCushion_SW.png-e9cf15d8481d1e903153e86e34ec1a14.md5 @@ -0,0 +1,3 @@ +source_md5="84f72730f29ed3609c1c23a01dd90c43" +dest_md5="f15383c7f49f69ee1270cf45db597fee" + diff --git a/escape-room/godot/imported/chairDesk.dae-c336c8a667749b117dd24080fd8b6f6d.md5 b/escape-room/godot/imported/chairDesk.dae-c336c8a667749b117dd24080fd8b6f6d.md5 new file mode 100644 index 0000000..821230f --- /dev/null +++ b/escape-room/godot/imported/chairDesk.dae-c336c8a667749b117dd24080fd8b6f6d.md5 @@ -0,0 +1,3 @@ +source_md5="d79540f2fe8b3d709ae9c88e9c76aba8" +dest_md5="a55344c72683806ef602c389cd95fdc7" + diff --git a/escape-room/godot/imported/chairDesk.dae-c336c8a667749b117dd24080fd8b6f6d.scn b/escape-room/godot/imported/chairDesk.dae-c336c8a667749b117dd24080fd8b6f6d.scn new file mode 100644 index 0000000..7ab4f94 Binary files /dev/null and b/escape-room/godot/imported/chairDesk.dae-c336c8a667749b117dd24080fd8b6f6d.scn differ diff --git a/escape-room/godot/imported/chairDesk.fbx-b198914f1537a86a8c68e4842cfd3ae1.md5 b/escape-room/godot/imported/chairDesk.fbx-b198914f1537a86a8c68e4842cfd3ae1.md5 new file mode 100644 index 0000000..9d5839f --- /dev/null +++ b/escape-room/godot/imported/chairDesk.fbx-b198914f1537a86a8c68e4842cfd3ae1.md5 @@ -0,0 +1,3 @@ +source_md5="cdf8655f0bbb3df37103a2f91dfe7716" +dest_md5="d7cf0a93c77740265face20ebe1e9fa8" + diff --git a/escape-room/godot/imported/chairDesk.fbx-b198914f1537a86a8c68e4842cfd3ae1.scn b/escape-room/godot/imported/chairDesk.fbx-b198914f1537a86a8c68e4842cfd3ae1.scn new file mode 100644 index 0000000..1e4e7b9 Binary files /dev/null and b/escape-room/godot/imported/chairDesk.fbx-b198914f1537a86a8c68e4842cfd3ae1.scn differ diff --git a/escape-room/godot/imported/chairDesk.glb-829165b3556fc1ddd9e59b444fba27a0.md5 b/escape-room/godot/imported/chairDesk.glb-829165b3556fc1ddd9e59b444fba27a0.md5 new file mode 100644 index 0000000..c381715 --- /dev/null +++ b/escape-room/godot/imported/chairDesk.glb-829165b3556fc1ddd9e59b444fba27a0.md5 @@ -0,0 +1,3 @@ +source_md5="f4bd2548fa78dda2189f783111e4964e" +dest_md5="75fea5c8a8d5b09cd6b75b2057dacc24" + diff --git a/escape-room/godot/imported/chairDesk.glb-829165b3556fc1ddd9e59b444fba27a0.scn b/escape-room/godot/imported/chairDesk.glb-829165b3556fc1ddd9e59b444fba27a0.scn new file mode 100644 index 0000000..ac99349 Binary files /dev/null and b/escape-room/godot/imported/chairDesk.glb-829165b3556fc1ddd9e59b444fba27a0.scn differ diff --git a/escape-room/godot/imported/chairDesk.obj-a9c7364b3984e56da9b6cd463a6c88bf.md5 b/escape-room/godot/imported/chairDesk.obj-a9c7364b3984e56da9b6cd463a6c88bf.md5 new file mode 100644 index 0000000..84c21ad --- /dev/null +++ b/escape-room/godot/imported/chairDesk.obj-a9c7364b3984e56da9b6cd463a6c88bf.md5 @@ -0,0 +1,3 @@ +source_md5="439694f33436902d74ecaaf36d568837" +dest_md5="b58bb98eac2dc9224d70ade69fd33188" + diff --git a/escape-room/godot/imported/chairDesk.obj-a9c7364b3984e56da9b6cd463a6c88bf.mesh b/escape-room/godot/imported/chairDesk.obj-a9c7364b3984e56da9b6cd463a6c88bf.mesh new file mode 100644 index 0000000..0bda432 Binary files /dev/null and b/escape-room/godot/imported/chairDesk.obj-a9c7364b3984e56da9b6cd463a6c88bf.mesh differ diff --git a/escape-room/godot/imported/chairDesk.png-5a993f30c8cd405df24d9bbedffa692c.ctex b/escape-room/godot/imported/chairDesk.png-5a993f30c8cd405df24d9bbedffa692c.ctex new file mode 100644 index 0000000..34354ba Binary files /dev/null and b/escape-room/godot/imported/chairDesk.png-5a993f30c8cd405df24d9bbedffa692c.ctex differ diff --git a/escape-room/godot/imported/chairDesk.png-5a993f30c8cd405df24d9bbedffa692c.md5 b/escape-room/godot/imported/chairDesk.png-5a993f30c8cd405df24d9bbedffa692c.md5 new file mode 100644 index 0000000..77cb721 --- /dev/null +++ b/escape-room/godot/imported/chairDesk.png-5a993f30c8cd405df24d9bbedffa692c.md5 @@ -0,0 +1,3 @@ +source_md5="bcf756c6ca4bf092024a64735edad189" +dest_md5="5141be2167bc28deb71d2af9827b83b6" + diff --git a/escape-room/godot/imported/chairDesk_NE.png-7d596bffd6b4ec7b90dc04c581ff17e5.ctex b/escape-room/godot/imported/chairDesk_NE.png-7d596bffd6b4ec7b90dc04c581ff17e5.ctex new file mode 100644 index 0000000..23d73a4 Binary files /dev/null and b/escape-room/godot/imported/chairDesk_NE.png-7d596bffd6b4ec7b90dc04c581ff17e5.ctex differ diff --git a/escape-room/godot/imported/chairDesk_NE.png-7d596bffd6b4ec7b90dc04c581ff17e5.md5 b/escape-room/godot/imported/chairDesk_NE.png-7d596bffd6b4ec7b90dc04c581ff17e5.md5 new file mode 100644 index 0000000..f2ff699 --- /dev/null +++ b/escape-room/godot/imported/chairDesk_NE.png-7d596bffd6b4ec7b90dc04c581ff17e5.md5 @@ -0,0 +1,3 @@ +source_md5="d6c446acf0b044cc7a360071bb0f6b76" +dest_md5="0c486d2c4846d4cc03cdff6979710da4" + diff --git a/escape-room/godot/imported/chairDesk_NW.png-172fbd24b1e6137ba236ff50ab5bc05e.ctex b/escape-room/godot/imported/chairDesk_NW.png-172fbd24b1e6137ba236ff50ab5bc05e.ctex new file mode 100644 index 0000000..e212df5 Binary files /dev/null and b/escape-room/godot/imported/chairDesk_NW.png-172fbd24b1e6137ba236ff50ab5bc05e.ctex differ diff --git a/escape-room/godot/imported/chairDesk_NW.png-172fbd24b1e6137ba236ff50ab5bc05e.md5 b/escape-room/godot/imported/chairDesk_NW.png-172fbd24b1e6137ba236ff50ab5bc05e.md5 new file mode 100644 index 0000000..2db99cc --- /dev/null +++ b/escape-room/godot/imported/chairDesk_NW.png-172fbd24b1e6137ba236ff50ab5bc05e.md5 @@ -0,0 +1,3 @@ +source_md5="bacfb1e2005b4bb04f6ff828828403f3" +dest_md5="15c96002cb97789da8d808e20dca0173" + diff --git a/escape-room/godot/imported/chairDesk_SE.png-a24cfddf0dd63ac674294c695d5a2565.ctex b/escape-room/godot/imported/chairDesk_SE.png-a24cfddf0dd63ac674294c695d5a2565.ctex new file mode 100644 index 0000000..fda0257 Binary files /dev/null and b/escape-room/godot/imported/chairDesk_SE.png-a24cfddf0dd63ac674294c695d5a2565.ctex differ diff --git a/escape-room/godot/imported/chairDesk_SE.png-a24cfddf0dd63ac674294c695d5a2565.md5 b/escape-room/godot/imported/chairDesk_SE.png-a24cfddf0dd63ac674294c695d5a2565.md5 new file mode 100644 index 0000000..2a409af --- /dev/null +++ b/escape-room/godot/imported/chairDesk_SE.png-a24cfddf0dd63ac674294c695d5a2565.md5 @@ -0,0 +1,3 @@ +source_md5="21747bee2e45a8fead0aa5dc3de2e521" +dest_md5="8721118d162661a263b9a38812dfb151" + diff --git a/escape-room/godot/imported/chairDesk_SW.png-6017b2819c57e3931fd0efb5ab9273c2.ctex b/escape-room/godot/imported/chairDesk_SW.png-6017b2819c57e3931fd0efb5ab9273c2.ctex new file mode 100644 index 0000000..6dbaa14 Binary files /dev/null and b/escape-room/godot/imported/chairDesk_SW.png-6017b2819c57e3931fd0efb5ab9273c2.ctex differ diff --git a/escape-room/godot/imported/chairDesk_SW.png-6017b2819c57e3931fd0efb5ab9273c2.md5 b/escape-room/godot/imported/chairDesk_SW.png-6017b2819c57e3931fd0efb5ab9273c2.md5 new file mode 100644 index 0000000..6521b96 --- /dev/null +++ b/escape-room/godot/imported/chairDesk_SW.png-6017b2819c57e3931fd0efb5ab9273c2.md5 @@ -0,0 +1,3 @@ +source_md5="d75f5d11ff8b8ff81aa45527d096041b" +dest_md5="63879fa5db57f1af6b956c1e71fd8664" + diff --git a/escape-room/godot/imported/chairModernCushion.dae-fcee9324649617ab3c74623895344da3.md5 b/escape-room/godot/imported/chairModernCushion.dae-fcee9324649617ab3c74623895344da3.md5 new file mode 100644 index 0000000..e32f0db --- /dev/null +++ b/escape-room/godot/imported/chairModernCushion.dae-fcee9324649617ab3c74623895344da3.md5 @@ -0,0 +1,3 @@ +source_md5="64c05e1bdeb210e35729bf4b8bebe866" +dest_md5="c4b33f9f9158247b55519a424a2bbbea" + diff --git a/escape-room/godot/imported/chairModernCushion.dae-fcee9324649617ab3c74623895344da3.scn b/escape-room/godot/imported/chairModernCushion.dae-fcee9324649617ab3c74623895344da3.scn new file mode 100644 index 0000000..e45387a Binary files /dev/null and b/escape-room/godot/imported/chairModernCushion.dae-fcee9324649617ab3c74623895344da3.scn differ diff --git a/escape-room/godot/imported/chairModernCushion.fbx-c08b414ae6de13e09789a4f942ad4262.md5 b/escape-room/godot/imported/chairModernCushion.fbx-c08b414ae6de13e09789a4f942ad4262.md5 new file mode 100644 index 0000000..79eabb8 --- /dev/null +++ b/escape-room/godot/imported/chairModernCushion.fbx-c08b414ae6de13e09789a4f942ad4262.md5 @@ -0,0 +1,3 @@ +source_md5="1a7fd22e4a63a264eea8698d9c8d25aa" +dest_md5="492093d9722af314cbd834b2fcb66665" + diff --git a/escape-room/godot/imported/chairModernCushion.fbx-c08b414ae6de13e09789a4f942ad4262.scn b/escape-room/godot/imported/chairModernCushion.fbx-c08b414ae6de13e09789a4f942ad4262.scn new file mode 100644 index 0000000..fa08f37 Binary files /dev/null and b/escape-room/godot/imported/chairModernCushion.fbx-c08b414ae6de13e09789a4f942ad4262.scn differ diff --git a/escape-room/godot/imported/chairModernCushion.glb-88c042f358ccadd2177e95b280f1ba1e.md5 b/escape-room/godot/imported/chairModernCushion.glb-88c042f358ccadd2177e95b280f1ba1e.md5 new file mode 100644 index 0000000..d65ade0 --- /dev/null +++ b/escape-room/godot/imported/chairModernCushion.glb-88c042f358ccadd2177e95b280f1ba1e.md5 @@ -0,0 +1,3 @@ +source_md5="84ebd609dc02cd568fdb330c32ff69a9" +dest_md5="bd074bf5d99c2bdb5d8f049da25ee3be" + diff --git a/escape-room/godot/imported/chairModernCushion.glb-88c042f358ccadd2177e95b280f1ba1e.scn b/escape-room/godot/imported/chairModernCushion.glb-88c042f358ccadd2177e95b280f1ba1e.scn new file mode 100644 index 0000000..38e3848 Binary files /dev/null and b/escape-room/godot/imported/chairModernCushion.glb-88c042f358ccadd2177e95b280f1ba1e.scn differ diff --git a/escape-room/godot/imported/chairModernCushion.obj-ffde4334142bede347d9f3cb044eef55.md5 b/escape-room/godot/imported/chairModernCushion.obj-ffde4334142bede347d9f3cb044eef55.md5 new file mode 100644 index 0000000..b93c952 --- /dev/null +++ b/escape-room/godot/imported/chairModernCushion.obj-ffde4334142bede347d9f3cb044eef55.md5 @@ -0,0 +1,3 @@ +source_md5="c713edb67ac802005dce6875ef1ce7ad" +dest_md5="0bd5cda3adb0342613dbef9449e1f0d4" + diff --git a/escape-room/godot/imported/chairModernCushion.obj-ffde4334142bede347d9f3cb044eef55.mesh b/escape-room/godot/imported/chairModernCushion.obj-ffde4334142bede347d9f3cb044eef55.mesh new file mode 100644 index 0000000..d3ea206 Binary files /dev/null and b/escape-room/godot/imported/chairModernCushion.obj-ffde4334142bede347d9f3cb044eef55.mesh differ diff --git a/escape-room/godot/imported/chairModernCushion.png-a15d6179dd9a376e22576900d02a1d5d.ctex b/escape-room/godot/imported/chairModernCushion.png-a15d6179dd9a376e22576900d02a1d5d.ctex new file mode 100644 index 0000000..647fcd8 Binary files /dev/null and b/escape-room/godot/imported/chairModernCushion.png-a15d6179dd9a376e22576900d02a1d5d.ctex differ diff --git a/escape-room/godot/imported/chairModernCushion.png-a15d6179dd9a376e22576900d02a1d5d.md5 b/escape-room/godot/imported/chairModernCushion.png-a15d6179dd9a376e22576900d02a1d5d.md5 new file mode 100644 index 0000000..b0b1b73 --- /dev/null +++ b/escape-room/godot/imported/chairModernCushion.png-a15d6179dd9a376e22576900d02a1d5d.md5 @@ -0,0 +1,3 @@ +source_md5="07b122fc4072ff7438680e849619ff3b" +dest_md5="c54efe50b8d7265c7b7c81bb676429f5" + diff --git a/escape-room/godot/imported/chairModernCushion_NE.png-f57070dd2d28c4cd5151cf01cff034cf.ctex b/escape-room/godot/imported/chairModernCushion_NE.png-f57070dd2d28c4cd5151cf01cff034cf.ctex new file mode 100644 index 0000000..d5378bb Binary files /dev/null and b/escape-room/godot/imported/chairModernCushion_NE.png-f57070dd2d28c4cd5151cf01cff034cf.ctex differ diff --git a/escape-room/godot/imported/chairModernCushion_NE.png-f57070dd2d28c4cd5151cf01cff034cf.md5 b/escape-room/godot/imported/chairModernCushion_NE.png-f57070dd2d28c4cd5151cf01cff034cf.md5 new file mode 100644 index 0000000..c147cb9 --- /dev/null +++ b/escape-room/godot/imported/chairModernCushion_NE.png-f57070dd2d28c4cd5151cf01cff034cf.md5 @@ -0,0 +1,3 @@ +source_md5="8f7522415b939eeb08f1e25c40374f2f" +dest_md5="03141890e7ba95158e2905d2a3a7b84b" + diff --git a/escape-room/godot/imported/chairModernCushion_NW.png-43ed1dec581fd6b78b9190ee5c0c96f5.ctex b/escape-room/godot/imported/chairModernCushion_NW.png-43ed1dec581fd6b78b9190ee5c0c96f5.ctex new file mode 100644 index 0000000..04b00c8 Binary files /dev/null and b/escape-room/godot/imported/chairModernCushion_NW.png-43ed1dec581fd6b78b9190ee5c0c96f5.ctex differ diff --git a/escape-room/godot/imported/chairModernCushion_NW.png-43ed1dec581fd6b78b9190ee5c0c96f5.md5 b/escape-room/godot/imported/chairModernCushion_NW.png-43ed1dec581fd6b78b9190ee5c0c96f5.md5 new file mode 100644 index 0000000..c08cbee --- /dev/null +++ b/escape-room/godot/imported/chairModernCushion_NW.png-43ed1dec581fd6b78b9190ee5c0c96f5.md5 @@ -0,0 +1,3 @@ +source_md5="1d7c48cad618cbb413b55652ca05194d" +dest_md5="a015d1be561415e680707c421ae7b017" + diff --git a/escape-room/godot/imported/chairModernCushion_SE.png-540d90b73fced7fa1a3535607b1734a2.ctex b/escape-room/godot/imported/chairModernCushion_SE.png-540d90b73fced7fa1a3535607b1734a2.ctex new file mode 100644 index 0000000..b3e1081 Binary files /dev/null and b/escape-room/godot/imported/chairModernCushion_SE.png-540d90b73fced7fa1a3535607b1734a2.ctex differ diff --git a/escape-room/godot/imported/chairModernCushion_SE.png-540d90b73fced7fa1a3535607b1734a2.md5 b/escape-room/godot/imported/chairModernCushion_SE.png-540d90b73fced7fa1a3535607b1734a2.md5 new file mode 100644 index 0000000..072373f --- /dev/null +++ b/escape-room/godot/imported/chairModernCushion_SE.png-540d90b73fced7fa1a3535607b1734a2.md5 @@ -0,0 +1,3 @@ +source_md5="d7abdb3bfb666791fef57cbf362bebec" +dest_md5="7cef03a5f8036c41d24bc8af3c50ef9a" + diff --git a/escape-room/godot/imported/chairModernCushion_SW.png-88979296e1f8f90966b7825e899f692d.ctex b/escape-room/godot/imported/chairModernCushion_SW.png-88979296e1f8f90966b7825e899f692d.ctex new file mode 100644 index 0000000..89baf49 Binary files /dev/null and b/escape-room/godot/imported/chairModernCushion_SW.png-88979296e1f8f90966b7825e899f692d.ctex differ diff --git a/escape-room/godot/imported/chairModernCushion_SW.png-88979296e1f8f90966b7825e899f692d.md5 b/escape-room/godot/imported/chairModernCushion_SW.png-88979296e1f8f90966b7825e899f692d.md5 new file mode 100644 index 0000000..4f18d93 --- /dev/null +++ b/escape-room/godot/imported/chairModernCushion_SW.png-88979296e1f8f90966b7825e899f692d.md5 @@ -0,0 +1,3 @@ +source_md5="26edc0b754320961371ca03261479f8d" +dest_md5="72748231d2fa3a564e74a066aca7bfab" + diff --git a/escape-room/godot/imported/chairModernFrameCushion.dae-dff14f02772ba7d9c82dfea0f0be6769.md5 b/escape-room/godot/imported/chairModernFrameCushion.dae-dff14f02772ba7d9c82dfea0f0be6769.md5 new file mode 100644 index 0000000..4363ab7 --- /dev/null +++ b/escape-room/godot/imported/chairModernFrameCushion.dae-dff14f02772ba7d9c82dfea0f0be6769.md5 @@ -0,0 +1,3 @@ +source_md5="b06d0db9723d1bd3ac3e36eddfca79b7" +dest_md5="6287106f047f6f97b4493628843b4d70" + diff --git a/escape-room/godot/imported/chairModernFrameCushion.dae-dff14f02772ba7d9c82dfea0f0be6769.scn b/escape-room/godot/imported/chairModernFrameCushion.dae-dff14f02772ba7d9c82dfea0f0be6769.scn new file mode 100644 index 0000000..87ad1f2 Binary files /dev/null and b/escape-room/godot/imported/chairModernFrameCushion.dae-dff14f02772ba7d9c82dfea0f0be6769.scn differ diff --git a/escape-room/godot/imported/chairModernFrameCushion.fbx-0b7b97988a9a7e19e602fc61ad0634c6.md5 b/escape-room/godot/imported/chairModernFrameCushion.fbx-0b7b97988a9a7e19e602fc61ad0634c6.md5 new file mode 100644 index 0000000..a0c25e3 --- /dev/null +++ b/escape-room/godot/imported/chairModernFrameCushion.fbx-0b7b97988a9a7e19e602fc61ad0634c6.md5 @@ -0,0 +1,3 @@ +source_md5="798a1184414d3b7edb08033127a731ec" +dest_md5="b14988b847aba6fa462da3f27e556d31" + diff --git a/escape-room/godot/imported/chairModernFrameCushion.fbx-0b7b97988a9a7e19e602fc61ad0634c6.scn b/escape-room/godot/imported/chairModernFrameCushion.fbx-0b7b97988a9a7e19e602fc61ad0634c6.scn new file mode 100644 index 0000000..6c75ad2 Binary files /dev/null and b/escape-room/godot/imported/chairModernFrameCushion.fbx-0b7b97988a9a7e19e602fc61ad0634c6.scn differ diff --git a/escape-room/godot/imported/chairModernFrameCushion.glb-5493346171de437d2d4674e720f97d68.md5 b/escape-room/godot/imported/chairModernFrameCushion.glb-5493346171de437d2d4674e720f97d68.md5 new file mode 100644 index 0000000..fc320aa --- /dev/null +++ b/escape-room/godot/imported/chairModernFrameCushion.glb-5493346171de437d2d4674e720f97d68.md5 @@ -0,0 +1,3 @@ +source_md5="542b847f44096222c40fb4f0cb2a0a23" +dest_md5="29067ceb7d5a6692632cfdbfd862de2d" + diff --git a/escape-room/godot/imported/chairModernFrameCushion.glb-5493346171de437d2d4674e720f97d68.scn b/escape-room/godot/imported/chairModernFrameCushion.glb-5493346171de437d2d4674e720f97d68.scn new file mode 100644 index 0000000..0f7c036 Binary files /dev/null and b/escape-room/godot/imported/chairModernFrameCushion.glb-5493346171de437d2d4674e720f97d68.scn differ diff --git a/escape-room/godot/imported/chairModernFrameCushion.obj-b721098882dc1693feca5b9b2eb2ad58.md5 b/escape-room/godot/imported/chairModernFrameCushion.obj-b721098882dc1693feca5b9b2eb2ad58.md5 new file mode 100644 index 0000000..3ff7a0f --- /dev/null +++ b/escape-room/godot/imported/chairModernFrameCushion.obj-b721098882dc1693feca5b9b2eb2ad58.md5 @@ -0,0 +1,3 @@ +source_md5="f92b56db817fba0f3e940f8779d51272" +dest_md5="b0d97e53f1ba2867fdb776af622d674f" + diff --git a/escape-room/godot/imported/chairModernFrameCushion.obj-b721098882dc1693feca5b9b2eb2ad58.mesh b/escape-room/godot/imported/chairModernFrameCushion.obj-b721098882dc1693feca5b9b2eb2ad58.mesh new file mode 100644 index 0000000..1c08c4e Binary files /dev/null and b/escape-room/godot/imported/chairModernFrameCushion.obj-b721098882dc1693feca5b9b2eb2ad58.mesh differ diff --git a/escape-room/godot/imported/chairModernFrameCushion.png-a9c360e9bad18668c3843fb326bd9b4a.ctex b/escape-room/godot/imported/chairModernFrameCushion.png-a9c360e9bad18668c3843fb326bd9b4a.ctex new file mode 100644 index 0000000..3357ccd Binary files /dev/null and b/escape-room/godot/imported/chairModernFrameCushion.png-a9c360e9bad18668c3843fb326bd9b4a.ctex differ diff --git a/escape-room/godot/imported/chairModernFrameCushion.png-a9c360e9bad18668c3843fb326bd9b4a.md5 b/escape-room/godot/imported/chairModernFrameCushion.png-a9c360e9bad18668c3843fb326bd9b4a.md5 new file mode 100644 index 0000000..ae152d8 --- /dev/null +++ b/escape-room/godot/imported/chairModernFrameCushion.png-a9c360e9bad18668c3843fb326bd9b4a.md5 @@ -0,0 +1,3 @@ +source_md5="4aa8f2910e15ae11a9143b7be590779b" +dest_md5="f230dfae7971558e9b02b8e79ccef918" + diff --git a/escape-room/godot/imported/chairModernFrameCushion_NE.png-4abc732d2f922cd753f85f1b3f857aeb.ctex b/escape-room/godot/imported/chairModernFrameCushion_NE.png-4abc732d2f922cd753f85f1b3f857aeb.ctex new file mode 100644 index 0000000..3595a75 Binary files /dev/null and b/escape-room/godot/imported/chairModernFrameCushion_NE.png-4abc732d2f922cd753f85f1b3f857aeb.ctex differ diff --git a/escape-room/godot/imported/chairModernFrameCushion_NE.png-4abc732d2f922cd753f85f1b3f857aeb.md5 b/escape-room/godot/imported/chairModernFrameCushion_NE.png-4abc732d2f922cd753f85f1b3f857aeb.md5 new file mode 100644 index 0000000..4cd5932 --- /dev/null +++ b/escape-room/godot/imported/chairModernFrameCushion_NE.png-4abc732d2f922cd753f85f1b3f857aeb.md5 @@ -0,0 +1,3 @@ +source_md5="c4b9dfcd1d12a6d4fdf6480384390722" +dest_md5="2aa23a178d8fef7fa552e62a0367ba98" + diff --git a/escape-room/godot/imported/chairModernFrameCushion_NW.png-dfc5a6f4b2aeeef1f8ba99e817baa911.ctex b/escape-room/godot/imported/chairModernFrameCushion_NW.png-dfc5a6f4b2aeeef1f8ba99e817baa911.ctex new file mode 100644 index 0000000..e6d142f Binary files /dev/null and b/escape-room/godot/imported/chairModernFrameCushion_NW.png-dfc5a6f4b2aeeef1f8ba99e817baa911.ctex differ diff --git a/escape-room/godot/imported/chairModernFrameCushion_NW.png-dfc5a6f4b2aeeef1f8ba99e817baa911.md5 b/escape-room/godot/imported/chairModernFrameCushion_NW.png-dfc5a6f4b2aeeef1f8ba99e817baa911.md5 new file mode 100644 index 0000000..1dd075c --- /dev/null +++ b/escape-room/godot/imported/chairModernFrameCushion_NW.png-dfc5a6f4b2aeeef1f8ba99e817baa911.md5 @@ -0,0 +1,3 @@ +source_md5="5440b5e48067a1246c1a61aafe5e9470" +dest_md5="04e5f899e1bf557b55cf2f3092ea5769" + diff --git a/escape-room/godot/imported/chairModernFrameCushion_SE.png-2823702ebcff15d4e72909e598a911cf.ctex b/escape-room/godot/imported/chairModernFrameCushion_SE.png-2823702ebcff15d4e72909e598a911cf.ctex new file mode 100644 index 0000000..f20aa53 Binary files /dev/null and b/escape-room/godot/imported/chairModernFrameCushion_SE.png-2823702ebcff15d4e72909e598a911cf.ctex differ diff --git a/escape-room/godot/imported/chairModernFrameCushion_SE.png-2823702ebcff15d4e72909e598a911cf.md5 b/escape-room/godot/imported/chairModernFrameCushion_SE.png-2823702ebcff15d4e72909e598a911cf.md5 new file mode 100644 index 0000000..69436f0 --- /dev/null +++ b/escape-room/godot/imported/chairModernFrameCushion_SE.png-2823702ebcff15d4e72909e598a911cf.md5 @@ -0,0 +1,3 @@ +source_md5="01cbbfb815e093dc1e5cf2301b776aab" +dest_md5="fa7b7b0c8980b949870d7d1ed7425944" + diff --git a/escape-room/godot/imported/chairModernFrameCushion_SW.png-983ba687ba827cee903d3baff2780537.ctex b/escape-room/godot/imported/chairModernFrameCushion_SW.png-983ba687ba827cee903d3baff2780537.ctex new file mode 100644 index 0000000..775186f Binary files /dev/null and b/escape-room/godot/imported/chairModernFrameCushion_SW.png-983ba687ba827cee903d3baff2780537.ctex differ diff --git a/escape-room/godot/imported/chairModernFrameCushion_SW.png-983ba687ba827cee903d3baff2780537.md5 b/escape-room/godot/imported/chairModernFrameCushion_SW.png-983ba687ba827cee903d3baff2780537.md5 new file mode 100644 index 0000000..b888e6c --- /dev/null +++ b/escape-room/godot/imported/chairModernFrameCushion_SW.png-983ba687ba827cee903d3baff2780537.md5 @@ -0,0 +1,3 @@ +source_md5="dbcc1f8e440ce765a92c9928ac222f51" +dest_md5="7bf8a6ae9011ef329722dd4db9308082" + diff --git a/escape-room/godot/imported/chairRounded.dae-6ad5aaf49a02a130f16be08e672e4a42.md5 b/escape-room/godot/imported/chairRounded.dae-6ad5aaf49a02a130f16be08e672e4a42.md5 new file mode 100644 index 0000000..3d6cd00 --- /dev/null +++ b/escape-room/godot/imported/chairRounded.dae-6ad5aaf49a02a130f16be08e672e4a42.md5 @@ -0,0 +1,3 @@ +source_md5="461dd4884970d65fc6a2b02d3e27f3c3" +dest_md5="52d50eaddf9c7c5b35e710a33f7ea8ac" + diff --git a/escape-room/godot/imported/chairRounded.dae-6ad5aaf49a02a130f16be08e672e4a42.scn b/escape-room/godot/imported/chairRounded.dae-6ad5aaf49a02a130f16be08e672e4a42.scn new file mode 100644 index 0000000..582bb7e Binary files /dev/null and b/escape-room/godot/imported/chairRounded.dae-6ad5aaf49a02a130f16be08e672e4a42.scn differ diff --git a/escape-room/godot/imported/chairRounded.fbx-9ca4322f773a44f7b5dd19305d5a3db3.md5 b/escape-room/godot/imported/chairRounded.fbx-9ca4322f773a44f7b5dd19305d5a3db3.md5 new file mode 100644 index 0000000..96dbe32 --- /dev/null +++ b/escape-room/godot/imported/chairRounded.fbx-9ca4322f773a44f7b5dd19305d5a3db3.md5 @@ -0,0 +1,3 @@ +source_md5="50ca7626290589f68890bf1798ebe90d" +dest_md5="2922c4924da696ec053cd9270345edf5" + diff --git a/escape-room/godot/imported/chairRounded.fbx-9ca4322f773a44f7b5dd19305d5a3db3.scn b/escape-room/godot/imported/chairRounded.fbx-9ca4322f773a44f7b5dd19305d5a3db3.scn new file mode 100644 index 0000000..00cd1ae Binary files /dev/null and b/escape-room/godot/imported/chairRounded.fbx-9ca4322f773a44f7b5dd19305d5a3db3.scn differ diff --git a/escape-room/godot/imported/chairRounded.glb-c439952aa8109bc361c42e89b1560930.md5 b/escape-room/godot/imported/chairRounded.glb-c439952aa8109bc361c42e89b1560930.md5 new file mode 100644 index 0000000..e8ec7c7 --- /dev/null +++ b/escape-room/godot/imported/chairRounded.glb-c439952aa8109bc361c42e89b1560930.md5 @@ -0,0 +1,3 @@ +source_md5="8322ddfd55f85553d00042cee5352291" +dest_md5="10d822397b6f45d753cfc11ed7c2119e" + diff --git a/escape-room/godot/imported/chairRounded.glb-c439952aa8109bc361c42e89b1560930.scn b/escape-room/godot/imported/chairRounded.glb-c439952aa8109bc361c42e89b1560930.scn new file mode 100644 index 0000000..f247ec8 Binary files /dev/null and b/escape-room/godot/imported/chairRounded.glb-c439952aa8109bc361c42e89b1560930.scn differ diff --git a/escape-room/godot/imported/chairRounded.obj-df29e962a3c777df1b74cec9c653aab7.md5 b/escape-room/godot/imported/chairRounded.obj-df29e962a3c777df1b74cec9c653aab7.md5 new file mode 100644 index 0000000..8627fad --- /dev/null +++ b/escape-room/godot/imported/chairRounded.obj-df29e962a3c777df1b74cec9c653aab7.md5 @@ -0,0 +1,3 @@ +source_md5="3dc2bf3db7161526d85d4aaa7abd67a2" +dest_md5="7dd53cff13860f56f725c344cde06789" + diff --git a/escape-room/godot/imported/chairRounded.obj-df29e962a3c777df1b74cec9c653aab7.mesh b/escape-room/godot/imported/chairRounded.obj-df29e962a3c777df1b74cec9c653aab7.mesh new file mode 100644 index 0000000..9a94d39 Binary files /dev/null and b/escape-room/godot/imported/chairRounded.obj-df29e962a3c777df1b74cec9c653aab7.mesh differ diff --git a/escape-room/godot/imported/chairRounded.png-e9346b489a46e6e36203a11867237ab9.ctex b/escape-room/godot/imported/chairRounded.png-e9346b489a46e6e36203a11867237ab9.ctex new file mode 100644 index 0000000..5d42cd6 Binary files /dev/null and b/escape-room/godot/imported/chairRounded.png-e9346b489a46e6e36203a11867237ab9.ctex differ diff --git a/escape-room/godot/imported/chairRounded.png-e9346b489a46e6e36203a11867237ab9.md5 b/escape-room/godot/imported/chairRounded.png-e9346b489a46e6e36203a11867237ab9.md5 new file mode 100644 index 0000000..babbe67 --- /dev/null +++ b/escape-room/godot/imported/chairRounded.png-e9346b489a46e6e36203a11867237ab9.md5 @@ -0,0 +1,3 @@ +source_md5="9bbdd7afb435882dde533e8793076e39" +dest_md5="525191d10810ed1070c51778d8203c6e" + diff --git a/escape-room/godot/imported/chairRounded_NE.png-989bacbb740a104f21d74e6920d43bc0.ctex b/escape-room/godot/imported/chairRounded_NE.png-989bacbb740a104f21d74e6920d43bc0.ctex new file mode 100644 index 0000000..06bbfa5 Binary files /dev/null and b/escape-room/godot/imported/chairRounded_NE.png-989bacbb740a104f21d74e6920d43bc0.ctex differ diff --git a/escape-room/godot/imported/chairRounded_NE.png-989bacbb740a104f21d74e6920d43bc0.md5 b/escape-room/godot/imported/chairRounded_NE.png-989bacbb740a104f21d74e6920d43bc0.md5 new file mode 100644 index 0000000..658f611 --- /dev/null +++ b/escape-room/godot/imported/chairRounded_NE.png-989bacbb740a104f21d74e6920d43bc0.md5 @@ -0,0 +1,3 @@ +source_md5="297dd9eb80e27a3ac8544a6b35f17f28" +dest_md5="d5dd801d7df482fa710afb9d83b36279" + diff --git a/escape-room/godot/imported/chairRounded_NW.png-243dc2f980698cb5e8fadc5882819a15.ctex b/escape-room/godot/imported/chairRounded_NW.png-243dc2f980698cb5e8fadc5882819a15.ctex new file mode 100644 index 0000000..2190ffb Binary files /dev/null and b/escape-room/godot/imported/chairRounded_NW.png-243dc2f980698cb5e8fadc5882819a15.ctex differ diff --git a/escape-room/godot/imported/chairRounded_NW.png-243dc2f980698cb5e8fadc5882819a15.md5 b/escape-room/godot/imported/chairRounded_NW.png-243dc2f980698cb5e8fadc5882819a15.md5 new file mode 100644 index 0000000..22a66c1 --- /dev/null +++ b/escape-room/godot/imported/chairRounded_NW.png-243dc2f980698cb5e8fadc5882819a15.md5 @@ -0,0 +1,3 @@ +source_md5="d693da36f21d932712d2d1c2b30a24ca" +dest_md5="98ae9daa8017e033fa6292b7bd08240a" + diff --git a/escape-room/godot/imported/chairRounded_SE.png-983fdb58b00914154a747729841d5bc4.ctex b/escape-room/godot/imported/chairRounded_SE.png-983fdb58b00914154a747729841d5bc4.ctex new file mode 100644 index 0000000..f3fa1b9 Binary files /dev/null and b/escape-room/godot/imported/chairRounded_SE.png-983fdb58b00914154a747729841d5bc4.ctex differ diff --git a/escape-room/godot/imported/chairRounded_SE.png-983fdb58b00914154a747729841d5bc4.md5 b/escape-room/godot/imported/chairRounded_SE.png-983fdb58b00914154a747729841d5bc4.md5 new file mode 100644 index 0000000..b19758f --- /dev/null +++ b/escape-room/godot/imported/chairRounded_SE.png-983fdb58b00914154a747729841d5bc4.md5 @@ -0,0 +1,3 @@ +source_md5="58537ed0b674a821d5f3ed56e0b6719a" +dest_md5="a37796803276b246e951477464598efc" + diff --git a/escape-room/godot/imported/chairRounded_SW.png-3abde6fa109ca725d517c44f750ae425.ctex b/escape-room/godot/imported/chairRounded_SW.png-3abde6fa109ca725d517c44f750ae425.ctex new file mode 100644 index 0000000..20f3c8b Binary files /dev/null and b/escape-room/godot/imported/chairRounded_SW.png-3abde6fa109ca725d517c44f750ae425.ctex differ diff --git a/escape-room/godot/imported/chairRounded_SW.png-3abde6fa109ca725d517c44f750ae425.md5 b/escape-room/godot/imported/chairRounded_SW.png-3abde6fa109ca725d517c44f750ae425.md5 new file mode 100644 index 0000000..360e377 --- /dev/null +++ b/escape-room/godot/imported/chairRounded_SW.png-3abde6fa109ca725d517c44f750ae425.md5 @@ -0,0 +1,3 @@ +source_md5="bc4f6b09d59de81f346d44b3994862ce" +dest_md5="630129048f0daf19ec9a80b42fc7d236" + diff --git a/escape-room/godot/imported/chair_NE.png-766a2284e980797892f9276f84699b22.ctex b/escape-room/godot/imported/chair_NE.png-766a2284e980797892f9276f84699b22.ctex new file mode 100644 index 0000000..6584e73 Binary files /dev/null and b/escape-room/godot/imported/chair_NE.png-766a2284e980797892f9276f84699b22.ctex differ diff --git a/escape-room/godot/imported/chair_NE.png-766a2284e980797892f9276f84699b22.md5 b/escape-room/godot/imported/chair_NE.png-766a2284e980797892f9276f84699b22.md5 new file mode 100644 index 0000000..7439662 --- /dev/null +++ b/escape-room/godot/imported/chair_NE.png-766a2284e980797892f9276f84699b22.md5 @@ -0,0 +1,3 @@ +source_md5="810eb5b453326ccab06c4b159f1eba24" +dest_md5="fa4527fb729dc597b02961931c9003bd" + diff --git a/escape-room/godot/imported/chair_NW.png-197ba6b1bee65b141bfe10d03d0d512b.ctex b/escape-room/godot/imported/chair_NW.png-197ba6b1bee65b141bfe10d03d0d512b.ctex new file mode 100644 index 0000000..03440c1 Binary files /dev/null and b/escape-room/godot/imported/chair_NW.png-197ba6b1bee65b141bfe10d03d0d512b.ctex differ diff --git a/escape-room/godot/imported/chair_NW.png-197ba6b1bee65b141bfe10d03d0d512b.md5 b/escape-room/godot/imported/chair_NW.png-197ba6b1bee65b141bfe10d03d0d512b.md5 new file mode 100644 index 0000000..3445d5f --- /dev/null +++ b/escape-room/godot/imported/chair_NW.png-197ba6b1bee65b141bfe10d03d0d512b.md5 @@ -0,0 +1,3 @@ +source_md5="c9f81ad2b7c60686e75fb775c00b9e8e" +dest_md5="f633363bff5d7eaedbe6770ddc14ffb9" + diff --git a/escape-room/godot/imported/chair_SE.png-ddd762a7d3a08812e3661f4a28242654.ctex b/escape-room/godot/imported/chair_SE.png-ddd762a7d3a08812e3661f4a28242654.ctex new file mode 100644 index 0000000..5273d52 Binary files /dev/null and b/escape-room/godot/imported/chair_SE.png-ddd762a7d3a08812e3661f4a28242654.ctex differ diff --git a/escape-room/godot/imported/chair_SE.png-ddd762a7d3a08812e3661f4a28242654.md5 b/escape-room/godot/imported/chair_SE.png-ddd762a7d3a08812e3661f4a28242654.md5 new file mode 100644 index 0000000..c04959e --- /dev/null +++ b/escape-room/godot/imported/chair_SE.png-ddd762a7d3a08812e3661f4a28242654.md5 @@ -0,0 +1,3 @@ +source_md5="95752cf46715e0fdb901bf6cd2cec277" +dest_md5="cbc8d98dceb52e6e50dd1ed4677766cf" + diff --git a/escape-room/godot/imported/chair_SW.png-287d68a09be4366a093cd2c84f734980.ctex b/escape-room/godot/imported/chair_SW.png-287d68a09be4366a093cd2c84f734980.ctex new file mode 100644 index 0000000..764b486 Binary files /dev/null and b/escape-room/godot/imported/chair_SW.png-287d68a09be4366a093cd2c84f734980.ctex differ diff --git a/escape-room/godot/imported/chair_SW.png-287d68a09be4366a093cd2c84f734980.md5 b/escape-room/godot/imported/chair_SW.png-287d68a09be4366a093cd2c84f734980.md5 new file mode 100644 index 0000000..778a945 --- /dev/null +++ b/escape-room/godot/imported/chair_SW.png-287d68a09be4366a093cd2c84f734980.md5 @@ -0,0 +1,3 @@ +source_md5="e77e0215f95e91cbdc6e06fde740f267" +dest_md5="0e01ed2cd0a252a61bed3bb13c8477ef" + diff --git a/escape-room/godot/imported/characterMedium.fbx-64fcfdfae61684cbb114f2416f0257ed.md5 b/escape-room/godot/imported/characterMedium.fbx-64fcfdfae61684cbb114f2416f0257ed.md5 new file mode 100644 index 0000000..430dc56 --- /dev/null +++ b/escape-room/godot/imported/characterMedium.fbx-64fcfdfae61684cbb114f2416f0257ed.md5 @@ -0,0 +1,3 @@ +source_md5="8fbdad2365309ebcfaca89674408badf" +dest_md5="6c4a7a693799abc5a80bcf7fff366e5e" + diff --git a/escape-room/godot/imported/characterMedium.fbx-64fcfdfae61684cbb114f2416f0257ed.scn b/escape-room/godot/imported/characterMedium.fbx-64fcfdfae61684cbb114f2416f0257ed.scn new file mode 100644 index 0000000..35541a0 Binary files /dev/null and b/escape-room/godot/imported/characterMedium.fbx-64fcfdfae61684cbb114f2416f0257ed.scn differ diff --git a/escape-room/godot/imported/chest-7ef1836273883b248ae548ed9ab19b16.bin b/escape-room/godot/imported/chest-7ef1836273883b248ae548ed9ab19b16.bin new file mode 100644 index 0000000..772b400 Binary files /dev/null and b/escape-room/godot/imported/chest-7ef1836273883b248ae548ed9ab19b16.bin differ diff --git a/escape-room/godot/imported/chest-7ef1836273883b248ae548ed9ab19b16.gltf b/escape-room/godot/imported/chest-7ef1836273883b248ae548ed9ab19b16.gltf new file mode 100644 index 0000000..552a0d8 --- /dev/null +++ b/escape-room/godot/imported/chest-7ef1836273883b248ae548ed9ab19b16.gltf @@ -0,0 +1,250 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":1.6128275394439697, + "type":"directional", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3 + ] + } + ], + "nodes":[ + { + "camera":0, + "name":"Camera.001", + "rotation":[ + -0.22844605147838593, + -0.02686242200434208, + -0.011863986030220985, + 0.9731135964393616 + ], + "scale":[ + 0.4000000059604645, + 0.4000000059604645, + 0.4000000059604645 + ], + "translation":[ + -0.024843528866767883, + 2.330765962600708, + 2.924894332885742 + ] + }, + { + "mesh":0, + "name":"chest", + "scale":[ + 0.04000000283122063, + 0.04000000283122063, + 0.04000000283122063 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp", + "rotation":[ + -0.3435826599597931, + 0.22676821053028107, + -0.4361281394958496, + 0.8001996278762817 + ], + "scale":[ + 0.4000000059604645, + 0.3999999761581421, + 0.3999999463558197 + ], + "translation":[ + 4.284270763397217, + 2.9622178077697754, + 4.290107727050781 + ] + }, + { + "camera":1, + "name":"Camera", + "rotation":[ + -0.21205638349056244, + 0.3869099020957947, + 0.08579304069280624, + 0.893293023109436 + ], + "scale":[ + 0.4000000059604645, + 0.4000000059604645, + 0.3999999463558197 + ], + "translation":[ + 2.928037643432617, + 2.330765962600708, + 2.531177043914795 + ] + } + ], + "cameras":[ + { + "name":"Camera.001", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + }, + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.5829136195753848, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Chest", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":817, + "max":[ + 21.418472290039062, + 27.249767303466797, + 11.601421356201172 + ], + "min":[ + -21.418472290039062, + 0, + -10.430956840515137 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":817, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":817, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":817, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":1392, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":9804, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":9804, + "byteOffset":9804, + "target":34962 + }, + { + "buffer":0, + "byteLength":6536, + "byteOffset":19608, + "target":34962 + }, + { + "buffer":0, + "byteLength":13072, + "byteOffset":26144, + "target":34962 + }, + { + "buffer":0, + "byteLength":2784, + "byteOffset":39216, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":42000, + "uri":"chest-7ef1836273883b248ae548ed9ab19b16.bin" + } + ] +} diff --git a/escape-room/godot/imported/chest.blend-7ef1836273883b248ae548ed9ab19b16.md5 b/escape-room/godot/imported/chest.blend-7ef1836273883b248ae548ed9ab19b16.md5 new file mode 100644 index 0000000..a24d1ad --- /dev/null +++ b/escape-room/godot/imported/chest.blend-7ef1836273883b248ae548ed9ab19b16.md5 @@ -0,0 +1,3 @@ +source_md5="08eb40d7122ed2ee5f139e90d88ed39c" +dest_md5="933d379f7028e7cb1eff8cda8aae289f" + diff --git a/escape-room/godot/imported/chest.blend-7ef1836273883b248ae548ed9ab19b16.scn b/escape-room/godot/imported/chest.blend-7ef1836273883b248ae548ed9ab19b16.scn new file mode 100644 index 0000000..3b699ba Binary files /dev/null and b/escape-room/godot/imported/chest.blend-7ef1836273883b248ae548ed9ab19b16.scn differ diff --git a/escape-room/godot/imported/cleaning_glove_baseColor.png-775896445d04c5f9ecad1dcd0609e336.etc2.ctex b/escape-room/godot/imported/cleaning_glove_baseColor.png-775896445d04c5f9ecad1dcd0609e336.etc2.ctex new file mode 100644 index 0000000..84b0d6f Binary files /dev/null and b/escape-room/godot/imported/cleaning_glove_baseColor.png-775896445d04c5f9ecad1dcd0609e336.etc2.ctex differ diff --git a/escape-room/godot/imported/cleaning_glove_baseColor.png-775896445d04c5f9ecad1dcd0609e336.md5 b/escape-room/godot/imported/cleaning_glove_baseColor.png-775896445d04c5f9ecad1dcd0609e336.md5 new file mode 100644 index 0000000..8d992ef --- /dev/null +++ b/escape-room/godot/imported/cleaning_glove_baseColor.png-775896445d04c5f9ecad1dcd0609e336.md5 @@ -0,0 +1,3 @@ +source_md5="8f4f93725fb247620e6800bb669a99cf" +dest_md5="b47ee759b460bde47a14976c9c33c325" + diff --git a/escape-room/godot/imported/cleaning_glove_baseColor.png-775896445d04c5f9ecad1dcd0609e336.s3tc.ctex b/escape-room/godot/imported/cleaning_glove_baseColor.png-775896445d04c5f9ecad1dcd0609e336.s3tc.ctex new file mode 100644 index 0000000..68ad253 Binary files /dev/null and b/escape-room/godot/imported/cleaning_glove_baseColor.png-775896445d04c5f9ecad1dcd0609e336.s3tc.ctex differ diff --git a/escape-room/godot/imported/coatRack.dae-c89f9d68e3de5bb299500d0753495294.md5 b/escape-room/godot/imported/coatRack.dae-c89f9d68e3de5bb299500d0753495294.md5 new file mode 100644 index 0000000..1c5ec83 --- /dev/null +++ b/escape-room/godot/imported/coatRack.dae-c89f9d68e3de5bb299500d0753495294.md5 @@ -0,0 +1,3 @@ +source_md5="01c388b72e56a4bd14cede1b16892814" +dest_md5="4f89824bfca56768e3b81cf191082df7" + diff --git a/escape-room/godot/imported/coatRack.dae-c89f9d68e3de5bb299500d0753495294.scn b/escape-room/godot/imported/coatRack.dae-c89f9d68e3de5bb299500d0753495294.scn new file mode 100644 index 0000000..7c017b1 Binary files /dev/null and b/escape-room/godot/imported/coatRack.dae-c89f9d68e3de5bb299500d0753495294.scn differ diff --git a/escape-room/godot/imported/coatRack.fbx-e72c6bc46dd16074fb3ba1bba64ef345.md5 b/escape-room/godot/imported/coatRack.fbx-e72c6bc46dd16074fb3ba1bba64ef345.md5 new file mode 100644 index 0000000..4469fb2 --- /dev/null +++ b/escape-room/godot/imported/coatRack.fbx-e72c6bc46dd16074fb3ba1bba64ef345.md5 @@ -0,0 +1,3 @@ +source_md5="2f81b77b40b7195a525d71ae944e7aae" +dest_md5="cce855cae7688330257b0e10502ae3ae" + diff --git a/escape-room/godot/imported/coatRack.fbx-e72c6bc46dd16074fb3ba1bba64ef345.scn b/escape-room/godot/imported/coatRack.fbx-e72c6bc46dd16074fb3ba1bba64ef345.scn new file mode 100644 index 0000000..b179030 Binary files /dev/null and b/escape-room/godot/imported/coatRack.fbx-e72c6bc46dd16074fb3ba1bba64ef345.scn differ diff --git a/escape-room/godot/imported/coatRack.glb-8187bdfb4629c903161a5d5d3ade7914.md5 b/escape-room/godot/imported/coatRack.glb-8187bdfb4629c903161a5d5d3ade7914.md5 new file mode 100644 index 0000000..e895fad --- /dev/null +++ b/escape-room/godot/imported/coatRack.glb-8187bdfb4629c903161a5d5d3ade7914.md5 @@ -0,0 +1,3 @@ +source_md5="88b9670a91f1463bc7c439bc8eb9a1d1" +dest_md5="cd76c62c45f3f426c8ef30d798ce27a5" + diff --git a/escape-room/godot/imported/coatRack.glb-8187bdfb4629c903161a5d5d3ade7914.scn b/escape-room/godot/imported/coatRack.glb-8187bdfb4629c903161a5d5d3ade7914.scn new file mode 100644 index 0000000..21034ba Binary files /dev/null and b/escape-room/godot/imported/coatRack.glb-8187bdfb4629c903161a5d5d3ade7914.scn differ diff --git a/escape-room/godot/imported/coatRack.obj-e35f6b3dc950d315eb4df48fd32e6d27.md5 b/escape-room/godot/imported/coatRack.obj-e35f6b3dc950d315eb4df48fd32e6d27.md5 new file mode 100644 index 0000000..f626271 --- /dev/null +++ b/escape-room/godot/imported/coatRack.obj-e35f6b3dc950d315eb4df48fd32e6d27.md5 @@ -0,0 +1,3 @@ +source_md5="d4f53f18a9da266136edab8035df393d" +dest_md5="04021ef91523147ead2b75b0cd2a7bb3" + diff --git a/escape-room/godot/imported/coatRack.obj-e35f6b3dc950d315eb4df48fd32e6d27.mesh b/escape-room/godot/imported/coatRack.obj-e35f6b3dc950d315eb4df48fd32e6d27.mesh new file mode 100644 index 0000000..9b716e6 Binary files /dev/null and b/escape-room/godot/imported/coatRack.obj-e35f6b3dc950d315eb4df48fd32e6d27.mesh differ diff --git a/escape-room/godot/imported/coatRack.png-bf6bae6a911567129eb4fc5d5b087fce.ctex b/escape-room/godot/imported/coatRack.png-bf6bae6a911567129eb4fc5d5b087fce.ctex new file mode 100644 index 0000000..db9b84e Binary files /dev/null and b/escape-room/godot/imported/coatRack.png-bf6bae6a911567129eb4fc5d5b087fce.ctex differ diff --git a/escape-room/godot/imported/coatRack.png-bf6bae6a911567129eb4fc5d5b087fce.md5 b/escape-room/godot/imported/coatRack.png-bf6bae6a911567129eb4fc5d5b087fce.md5 new file mode 100644 index 0000000..b9e64c2 --- /dev/null +++ b/escape-room/godot/imported/coatRack.png-bf6bae6a911567129eb4fc5d5b087fce.md5 @@ -0,0 +1,3 @@ +source_md5="344c28e5049a727d086cd4b23808ab1a" +dest_md5="acefb4e44c91a40ddafc0e8fe41c9288" + diff --git a/escape-room/godot/imported/coatRackStanding.dae-29b99ce5ff50e7139f9dcb8490ac6841.md5 b/escape-room/godot/imported/coatRackStanding.dae-29b99ce5ff50e7139f9dcb8490ac6841.md5 new file mode 100644 index 0000000..2907236 --- /dev/null +++ b/escape-room/godot/imported/coatRackStanding.dae-29b99ce5ff50e7139f9dcb8490ac6841.md5 @@ -0,0 +1,3 @@ +source_md5="58ad12388e41b5d5e164045983745876" +dest_md5="d10c8fb5babf2edcce842407f348647c" + diff --git a/escape-room/godot/imported/coatRackStanding.dae-29b99ce5ff50e7139f9dcb8490ac6841.scn b/escape-room/godot/imported/coatRackStanding.dae-29b99ce5ff50e7139f9dcb8490ac6841.scn new file mode 100644 index 0000000..ebc36d0 Binary files /dev/null and b/escape-room/godot/imported/coatRackStanding.dae-29b99ce5ff50e7139f9dcb8490ac6841.scn differ diff --git a/escape-room/godot/imported/coatRackStanding.fbx-b14aa71b2655f04ff90246a4917c5d91.md5 b/escape-room/godot/imported/coatRackStanding.fbx-b14aa71b2655f04ff90246a4917c5d91.md5 new file mode 100644 index 0000000..f0f92a5 --- /dev/null +++ b/escape-room/godot/imported/coatRackStanding.fbx-b14aa71b2655f04ff90246a4917c5d91.md5 @@ -0,0 +1,3 @@ +source_md5="f4c5632da594bff7e6a6188f683b6d6b" +dest_md5="64ce9fafd91cb40f299a2fe868e3e862" + diff --git a/escape-room/godot/imported/coatRackStanding.fbx-b14aa71b2655f04ff90246a4917c5d91.scn b/escape-room/godot/imported/coatRackStanding.fbx-b14aa71b2655f04ff90246a4917c5d91.scn new file mode 100644 index 0000000..815d0d6 Binary files /dev/null and b/escape-room/godot/imported/coatRackStanding.fbx-b14aa71b2655f04ff90246a4917c5d91.scn differ diff --git a/escape-room/godot/imported/coatRackStanding.glb-25bbe00cf708ccfc74a890bb21c16392.md5 b/escape-room/godot/imported/coatRackStanding.glb-25bbe00cf708ccfc74a890bb21c16392.md5 new file mode 100644 index 0000000..ac861a5 --- /dev/null +++ b/escape-room/godot/imported/coatRackStanding.glb-25bbe00cf708ccfc74a890bb21c16392.md5 @@ -0,0 +1,3 @@ +source_md5="89c524125a60a413c37e8cd2201a84a7" +dest_md5="6a744ecbaca0c214d69253f7059b92c1" + diff --git a/escape-room/godot/imported/coatRackStanding.glb-25bbe00cf708ccfc74a890bb21c16392.scn b/escape-room/godot/imported/coatRackStanding.glb-25bbe00cf708ccfc74a890bb21c16392.scn new file mode 100644 index 0000000..96294ab Binary files /dev/null and b/escape-room/godot/imported/coatRackStanding.glb-25bbe00cf708ccfc74a890bb21c16392.scn differ diff --git a/escape-room/godot/imported/coatRackStanding.obj-5053cee3efe39506e8996350640e0e58.md5 b/escape-room/godot/imported/coatRackStanding.obj-5053cee3efe39506e8996350640e0e58.md5 new file mode 100644 index 0000000..6971d4a --- /dev/null +++ b/escape-room/godot/imported/coatRackStanding.obj-5053cee3efe39506e8996350640e0e58.md5 @@ -0,0 +1,3 @@ +source_md5="de7ddbe740f1ed5616f9ca017ad61790" +dest_md5="37cb033800eb4eab4b53b7f0b72fd2c4" + diff --git a/escape-room/godot/imported/coatRackStanding.obj-5053cee3efe39506e8996350640e0e58.mesh b/escape-room/godot/imported/coatRackStanding.obj-5053cee3efe39506e8996350640e0e58.mesh new file mode 100644 index 0000000..5b49ffb Binary files /dev/null and b/escape-room/godot/imported/coatRackStanding.obj-5053cee3efe39506e8996350640e0e58.mesh differ diff --git a/escape-room/godot/imported/coatRackStanding.png-8126f8bf9b86f6540f024ddb51e75930.ctex b/escape-room/godot/imported/coatRackStanding.png-8126f8bf9b86f6540f024ddb51e75930.ctex new file mode 100644 index 0000000..bd89044 Binary files /dev/null and b/escape-room/godot/imported/coatRackStanding.png-8126f8bf9b86f6540f024ddb51e75930.ctex differ diff --git a/escape-room/godot/imported/coatRackStanding.png-8126f8bf9b86f6540f024ddb51e75930.md5 b/escape-room/godot/imported/coatRackStanding.png-8126f8bf9b86f6540f024ddb51e75930.md5 new file mode 100644 index 0000000..5630386 --- /dev/null +++ b/escape-room/godot/imported/coatRackStanding.png-8126f8bf9b86f6540f024ddb51e75930.md5 @@ -0,0 +1,3 @@ +source_md5="958363d52e9f65f2a45a5ad05e823788" +dest_md5="aa3766691392cbea2ead782f015a7248" + diff --git a/escape-room/godot/imported/coatRackStanding_NE.png-40575fc947db38d969bcddce09c897c5.ctex b/escape-room/godot/imported/coatRackStanding_NE.png-40575fc947db38d969bcddce09c897c5.ctex new file mode 100644 index 0000000..48d332c Binary files /dev/null and b/escape-room/godot/imported/coatRackStanding_NE.png-40575fc947db38d969bcddce09c897c5.ctex differ diff --git a/escape-room/godot/imported/coatRackStanding_NE.png-40575fc947db38d969bcddce09c897c5.md5 b/escape-room/godot/imported/coatRackStanding_NE.png-40575fc947db38d969bcddce09c897c5.md5 new file mode 100644 index 0000000..463c07d --- /dev/null +++ b/escape-room/godot/imported/coatRackStanding_NE.png-40575fc947db38d969bcddce09c897c5.md5 @@ -0,0 +1,3 @@ +source_md5="be027e83b52adf956809d8b826680b77" +dest_md5="71647766d69c98c77570b67a9c863535" + diff --git a/escape-room/godot/imported/coatRackStanding_NW.png-98ef5e3feb94112edb2ac92886ffe763.ctex b/escape-room/godot/imported/coatRackStanding_NW.png-98ef5e3feb94112edb2ac92886ffe763.ctex new file mode 100644 index 0000000..9bbdf9e Binary files /dev/null and b/escape-room/godot/imported/coatRackStanding_NW.png-98ef5e3feb94112edb2ac92886ffe763.ctex differ diff --git a/escape-room/godot/imported/coatRackStanding_NW.png-98ef5e3feb94112edb2ac92886ffe763.md5 b/escape-room/godot/imported/coatRackStanding_NW.png-98ef5e3feb94112edb2ac92886ffe763.md5 new file mode 100644 index 0000000..eb7ee61 --- /dev/null +++ b/escape-room/godot/imported/coatRackStanding_NW.png-98ef5e3feb94112edb2ac92886ffe763.md5 @@ -0,0 +1,3 @@ +source_md5="aaf95e273ece9bdb6c61aede2292adb6" +dest_md5="dc4ec628264fb17f80d3b5ffc7545613" + diff --git a/escape-room/godot/imported/coatRackStanding_SE.png-e6f891244899916bffcf9b51bf6e7ea4.ctex b/escape-room/godot/imported/coatRackStanding_SE.png-e6f891244899916bffcf9b51bf6e7ea4.ctex new file mode 100644 index 0000000..7a0c173 Binary files /dev/null and b/escape-room/godot/imported/coatRackStanding_SE.png-e6f891244899916bffcf9b51bf6e7ea4.ctex differ diff --git a/escape-room/godot/imported/coatRackStanding_SE.png-e6f891244899916bffcf9b51bf6e7ea4.md5 b/escape-room/godot/imported/coatRackStanding_SE.png-e6f891244899916bffcf9b51bf6e7ea4.md5 new file mode 100644 index 0000000..debb3a1 --- /dev/null +++ b/escape-room/godot/imported/coatRackStanding_SE.png-e6f891244899916bffcf9b51bf6e7ea4.md5 @@ -0,0 +1,3 @@ +source_md5="68ed83a76bd221496ad5e284a77f78d4" +dest_md5="c687a8f7d2ddedd8552571b9738abac5" + diff --git a/escape-room/godot/imported/coatRackStanding_SW.png-29fd393e35642a5cc539051c6af54b08.ctex b/escape-room/godot/imported/coatRackStanding_SW.png-29fd393e35642a5cc539051c6af54b08.ctex new file mode 100644 index 0000000..23e5a1f Binary files /dev/null and b/escape-room/godot/imported/coatRackStanding_SW.png-29fd393e35642a5cc539051c6af54b08.ctex differ diff --git a/escape-room/godot/imported/coatRackStanding_SW.png-29fd393e35642a5cc539051c6af54b08.md5 b/escape-room/godot/imported/coatRackStanding_SW.png-29fd393e35642a5cc539051c6af54b08.md5 new file mode 100644 index 0000000..d5be3ad --- /dev/null +++ b/escape-room/godot/imported/coatRackStanding_SW.png-29fd393e35642a5cc539051c6af54b08.md5 @@ -0,0 +1,3 @@ +source_md5="9627c76a8f4921ea6e21fac903ac0a62" +dest_md5="bddf65f8013e0183a40bc3b3fcf8d534" + diff --git a/escape-room/godot/imported/coatRack_NE.png-4f09884588deffcb565126b662324946.ctex b/escape-room/godot/imported/coatRack_NE.png-4f09884588deffcb565126b662324946.ctex new file mode 100644 index 0000000..79126c8 Binary files /dev/null and b/escape-room/godot/imported/coatRack_NE.png-4f09884588deffcb565126b662324946.ctex differ diff --git a/escape-room/godot/imported/coatRack_NE.png-4f09884588deffcb565126b662324946.md5 b/escape-room/godot/imported/coatRack_NE.png-4f09884588deffcb565126b662324946.md5 new file mode 100644 index 0000000..6ce1e20 --- /dev/null +++ b/escape-room/godot/imported/coatRack_NE.png-4f09884588deffcb565126b662324946.md5 @@ -0,0 +1,3 @@ +source_md5="7ebe89e41306092518064a5447db1b8a" +dest_md5="fbfcd59baec26a3c155c53dfaefe076f" + diff --git a/escape-room/godot/imported/coatRack_NW.png-0645e544620875274daac6b082d7ed64.ctex b/escape-room/godot/imported/coatRack_NW.png-0645e544620875274daac6b082d7ed64.ctex new file mode 100644 index 0000000..6924e49 Binary files /dev/null and b/escape-room/godot/imported/coatRack_NW.png-0645e544620875274daac6b082d7ed64.ctex differ diff --git a/escape-room/godot/imported/coatRack_NW.png-0645e544620875274daac6b082d7ed64.md5 b/escape-room/godot/imported/coatRack_NW.png-0645e544620875274daac6b082d7ed64.md5 new file mode 100644 index 0000000..b253c56 --- /dev/null +++ b/escape-room/godot/imported/coatRack_NW.png-0645e544620875274daac6b082d7ed64.md5 @@ -0,0 +1,3 @@ +source_md5="6737859e86e0074234a9bd19dba96c96" +dest_md5="940cc3c0035aa9a50baa9ebe271cde98" + diff --git a/escape-room/godot/imported/coatRack_SE.png-0af99ba08d843283afbef86a9ec2bdfa.ctex b/escape-room/godot/imported/coatRack_SE.png-0af99ba08d843283afbef86a9ec2bdfa.ctex new file mode 100644 index 0000000..f5aa20e Binary files /dev/null and b/escape-room/godot/imported/coatRack_SE.png-0af99ba08d843283afbef86a9ec2bdfa.ctex differ diff --git a/escape-room/godot/imported/coatRack_SE.png-0af99ba08d843283afbef86a9ec2bdfa.md5 b/escape-room/godot/imported/coatRack_SE.png-0af99ba08d843283afbef86a9ec2bdfa.md5 new file mode 100644 index 0000000..cb75cce --- /dev/null +++ b/escape-room/godot/imported/coatRack_SE.png-0af99ba08d843283afbef86a9ec2bdfa.md5 @@ -0,0 +1,3 @@ +source_md5="1878761865d247f824d798af429e4faa" +dest_md5="76c82298e2cc99b217d142ab73e2a427" + diff --git a/escape-room/godot/imported/coatRack_SW.png-562bcd2c5d0694a5e75b1454e78d0bac.ctex b/escape-room/godot/imported/coatRack_SW.png-562bcd2c5d0694a5e75b1454e78d0bac.ctex new file mode 100644 index 0000000..74b9b82 Binary files /dev/null and b/escape-room/godot/imported/coatRack_SW.png-562bcd2c5d0694a5e75b1454e78d0bac.ctex differ diff --git a/escape-room/godot/imported/coatRack_SW.png-562bcd2c5d0694a5e75b1454e78d0bac.md5 b/escape-room/godot/imported/coatRack_SW.png-562bcd2c5d0694a5e75b1454e78d0bac.md5 new file mode 100644 index 0000000..044abf6 --- /dev/null +++ b/escape-room/godot/imported/coatRack_SW.png-562bcd2c5d0694a5e75b1454e78d0bac.md5 @@ -0,0 +1,3 @@ +source_md5="feb2fe430f73c8e5f8f14ca1c7b85896" +dest_md5="3224e2295cbd8fb12b96b5224e6fe8ae" + diff --git a/escape-room/godot/imported/colormap.png-8658f77c81c9f6c95b8835945bf65e1c.etc2.ctex b/escape-room/godot/imported/colormap.png-8658f77c81c9f6c95b8835945bf65e1c.etc2.ctex new file mode 100644 index 0000000..7736896 Binary files /dev/null and b/escape-room/godot/imported/colormap.png-8658f77c81c9f6c95b8835945bf65e1c.etc2.ctex differ diff --git a/escape-room/godot/imported/colormap.png-8658f77c81c9f6c95b8835945bf65e1c.md5 b/escape-room/godot/imported/colormap.png-8658f77c81c9f6c95b8835945bf65e1c.md5 new file mode 100644 index 0000000..2d690dd --- /dev/null +++ b/escape-room/godot/imported/colormap.png-8658f77c81c9f6c95b8835945bf65e1c.md5 @@ -0,0 +1,3 @@ +source_md5="a88875bd385186bd948babf6af518ca0" +dest_md5="79241496ccc67ee963b5e7ce7c35fa6d" + diff --git a/escape-room/godot/imported/colormap.png-8658f77c81c9f6c95b8835945bf65e1c.s3tc.ctex b/escape-room/godot/imported/colormap.png-8658f77c81c9f6c95b8835945bf65e1c.s3tc.ctex new file mode 100644 index 0000000..a6c777e Binary files /dev/null and b/escape-room/godot/imported/colormap.png-8658f77c81c9f6c95b8835945bf65e1c.s3tc.ctex differ diff --git a/escape-room/godot/imported/colormap.png-c4422ccd6571abce387131e6ff9c1e01.etc2.ctex b/escape-room/godot/imported/colormap.png-c4422ccd6571abce387131e6ff9c1e01.etc2.ctex new file mode 100644 index 0000000..7736896 Binary files /dev/null and b/escape-room/godot/imported/colormap.png-c4422ccd6571abce387131e6ff9c1e01.etc2.ctex differ diff --git a/escape-room/godot/imported/colormap.png-c4422ccd6571abce387131e6ff9c1e01.md5 b/escape-room/godot/imported/colormap.png-c4422ccd6571abce387131e6ff9c1e01.md5 new file mode 100644 index 0000000..2d690dd --- /dev/null +++ b/escape-room/godot/imported/colormap.png-c4422ccd6571abce387131e6ff9c1e01.md5 @@ -0,0 +1,3 @@ +source_md5="a88875bd385186bd948babf6af518ca0" +dest_md5="79241496ccc67ee963b5e7ce7c35fa6d" + diff --git a/escape-room/godot/imported/colormap.png-c4422ccd6571abce387131e6ff9c1e01.s3tc.ctex b/escape-room/godot/imported/colormap.png-c4422ccd6571abce387131e6ff9c1e01.s3tc.ctex new file mode 100644 index 0000000..a6c777e Binary files /dev/null and b/escape-room/godot/imported/colormap.png-c4422ccd6571abce387131e6ff9c1e01.s3tc.ctex differ diff --git a/escape-room/godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.etc2.ctex b/escape-room/godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.etc2.ctex new file mode 100644 index 0000000..7736896 Binary files /dev/null and b/escape-room/godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.etc2.ctex differ diff --git a/escape-room/godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.md5 b/escape-room/godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.md5 new file mode 100644 index 0000000..2d690dd --- /dev/null +++ b/escape-room/godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.md5 @@ -0,0 +1,3 @@ +source_md5="a88875bd385186bd948babf6af518ca0" +dest_md5="79241496ccc67ee963b5e7ce7c35fa6d" + diff --git a/escape-room/godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.s3tc.ctex b/escape-room/godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.s3tc.ctex new file mode 100644 index 0000000..a6c777e Binary files /dev/null and b/escape-room/godot/imported/colormap.png-ef5e030009ac009210c3788b6f8fd08c.s3tc.ctex differ diff --git a/escape-room/godot/imported/computerKeyboard.dae-0f481aa7f629d5f9504b20ee48a437ef.md5 b/escape-room/godot/imported/computerKeyboard.dae-0f481aa7f629d5f9504b20ee48a437ef.md5 new file mode 100644 index 0000000..6f5d6d3 --- /dev/null +++ b/escape-room/godot/imported/computerKeyboard.dae-0f481aa7f629d5f9504b20ee48a437ef.md5 @@ -0,0 +1,3 @@ +source_md5="7d00cc83f794187dbd57d85d4be3ae6e" +dest_md5="a9eb11ee912c2709b0b877cb1edfefca" + diff --git a/escape-room/godot/imported/computerKeyboard.dae-0f481aa7f629d5f9504b20ee48a437ef.scn b/escape-room/godot/imported/computerKeyboard.dae-0f481aa7f629d5f9504b20ee48a437ef.scn new file mode 100644 index 0000000..1971cd0 Binary files /dev/null and b/escape-room/godot/imported/computerKeyboard.dae-0f481aa7f629d5f9504b20ee48a437ef.scn differ diff --git a/escape-room/godot/imported/computerKeyboard.fbx-2a043b55c135f20181efdcd48497ee92.md5 b/escape-room/godot/imported/computerKeyboard.fbx-2a043b55c135f20181efdcd48497ee92.md5 new file mode 100644 index 0000000..7588647 --- /dev/null +++ b/escape-room/godot/imported/computerKeyboard.fbx-2a043b55c135f20181efdcd48497ee92.md5 @@ -0,0 +1,3 @@ +source_md5="46749a5915f3c66d128eb305f6ebb26e" +dest_md5="fec1bf051a6f8f0b8ac18688962879a5" + diff --git a/escape-room/godot/imported/computerKeyboard.fbx-2a043b55c135f20181efdcd48497ee92.scn b/escape-room/godot/imported/computerKeyboard.fbx-2a043b55c135f20181efdcd48497ee92.scn new file mode 100644 index 0000000..fac7bcd Binary files /dev/null and b/escape-room/godot/imported/computerKeyboard.fbx-2a043b55c135f20181efdcd48497ee92.scn differ diff --git a/escape-room/godot/imported/computerKeyboard.glb-1a5b4ab6315c4d3e2101332e8edac74d.md5 b/escape-room/godot/imported/computerKeyboard.glb-1a5b4ab6315c4d3e2101332e8edac74d.md5 new file mode 100644 index 0000000..54c00d0 --- /dev/null +++ b/escape-room/godot/imported/computerKeyboard.glb-1a5b4ab6315c4d3e2101332e8edac74d.md5 @@ -0,0 +1,3 @@ +source_md5="b6d214a8695fa5ec6902a8a8872f1c76" +dest_md5="88192f61e1826dcf2406c31707589582" + diff --git a/escape-room/godot/imported/computerKeyboard.glb-1a5b4ab6315c4d3e2101332e8edac74d.scn b/escape-room/godot/imported/computerKeyboard.glb-1a5b4ab6315c4d3e2101332e8edac74d.scn new file mode 100644 index 0000000..29be3d6 Binary files /dev/null and b/escape-room/godot/imported/computerKeyboard.glb-1a5b4ab6315c4d3e2101332e8edac74d.scn differ diff --git a/escape-room/godot/imported/computerKeyboard.obj-a92efafef387e558f35a3c1e2d5e1008.md5 b/escape-room/godot/imported/computerKeyboard.obj-a92efafef387e558f35a3c1e2d5e1008.md5 new file mode 100644 index 0000000..4378576 --- /dev/null +++ b/escape-room/godot/imported/computerKeyboard.obj-a92efafef387e558f35a3c1e2d5e1008.md5 @@ -0,0 +1,3 @@ +source_md5="864f1edf64575584184ef6e32140d603" +dest_md5="151b0b93a23214206634c62e7d77994d" + diff --git a/escape-room/godot/imported/computerKeyboard.obj-a92efafef387e558f35a3c1e2d5e1008.mesh b/escape-room/godot/imported/computerKeyboard.obj-a92efafef387e558f35a3c1e2d5e1008.mesh new file mode 100644 index 0000000..bdf73dc Binary files /dev/null and b/escape-room/godot/imported/computerKeyboard.obj-a92efafef387e558f35a3c1e2d5e1008.mesh differ diff --git a/escape-room/godot/imported/computerKeyboard.png-402fd0c0f38e8b605d167c8b2d610320.ctex b/escape-room/godot/imported/computerKeyboard.png-402fd0c0f38e8b605d167c8b2d610320.ctex new file mode 100644 index 0000000..aed4702 Binary files /dev/null and b/escape-room/godot/imported/computerKeyboard.png-402fd0c0f38e8b605d167c8b2d610320.ctex differ diff --git a/escape-room/godot/imported/computerKeyboard.png-402fd0c0f38e8b605d167c8b2d610320.md5 b/escape-room/godot/imported/computerKeyboard.png-402fd0c0f38e8b605d167c8b2d610320.md5 new file mode 100644 index 0000000..5e0b94d --- /dev/null +++ b/escape-room/godot/imported/computerKeyboard.png-402fd0c0f38e8b605d167c8b2d610320.md5 @@ -0,0 +1,3 @@ +source_md5="3976f565473777920c236c51dd0684bb" +dest_md5="798648b03c0daf9a743eb5921a0f53ce" + diff --git a/escape-room/godot/imported/computerKeyboard_NE.png-ec089a4cc64ef8dc8159d03e330d4465.ctex b/escape-room/godot/imported/computerKeyboard_NE.png-ec089a4cc64ef8dc8159d03e330d4465.ctex new file mode 100644 index 0000000..ec79a0b Binary files /dev/null and b/escape-room/godot/imported/computerKeyboard_NE.png-ec089a4cc64ef8dc8159d03e330d4465.ctex differ diff --git a/escape-room/godot/imported/computerKeyboard_NE.png-ec089a4cc64ef8dc8159d03e330d4465.md5 b/escape-room/godot/imported/computerKeyboard_NE.png-ec089a4cc64ef8dc8159d03e330d4465.md5 new file mode 100644 index 0000000..11c6a41 --- /dev/null +++ b/escape-room/godot/imported/computerKeyboard_NE.png-ec089a4cc64ef8dc8159d03e330d4465.md5 @@ -0,0 +1,3 @@ +source_md5="858f115b6ee6a6e9532037d60fd6e867" +dest_md5="ce7a1db014a379537ec247edf1110bdc" + diff --git a/escape-room/godot/imported/computerKeyboard_NW.png-0f5cb0fe11df39ed0a0178c08190584d.ctex b/escape-room/godot/imported/computerKeyboard_NW.png-0f5cb0fe11df39ed0a0178c08190584d.ctex new file mode 100644 index 0000000..2fa1056 Binary files /dev/null and b/escape-room/godot/imported/computerKeyboard_NW.png-0f5cb0fe11df39ed0a0178c08190584d.ctex differ diff --git a/escape-room/godot/imported/computerKeyboard_NW.png-0f5cb0fe11df39ed0a0178c08190584d.md5 b/escape-room/godot/imported/computerKeyboard_NW.png-0f5cb0fe11df39ed0a0178c08190584d.md5 new file mode 100644 index 0000000..773887b --- /dev/null +++ b/escape-room/godot/imported/computerKeyboard_NW.png-0f5cb0fe11df39ed0a0178c08190584d.md5 @@ -0,0 +1,3 @@ +source_md5="7951d762a160cad7dd631f3a9540c050" +dest_md5="6a60d11301eeb32c1721a988c4795436" + diff --git a/escape-room/godot/imported/computerKeyboard_SE.png-d569065dfc7e8419aa198cfbbcbf120f.ctex b/escape-room/godot/imported/computerKeyboard_SE.png-d569065dfc7e8419aa198cfbbcbf120f.ctex new file mode 100644 index 0000000..fd150e9 Binary files /dev/null and b/escape-room/godot/imported/computerKeyboard_SE.png-d569065dfc7e8419aa198cfbbcbf120f.ctex differ diff --git a/escape-room/godot/imported/computerKeyboard_SE.png-d569065dfc7e8419aa198cfbbcbf120f.md5 b/escape-room/godot/imported/computerKeyboard_SE.png-d569065dfc7e8419aa198cfbbcbf120f.md5 new file mode 100644 index 0000000..9e9b675 --- /dev/null +++ b/escape-room/godot/imported/computerKeyboard_SE.png-d569065dfc7e8419aa198cfbbcbf120f.md5 @@ -0,0 +1,3 @@ +source_md5="1ca67299faec949479542587433ac4c6" +dest_md5="a7d42bb2a1d4702e34f23361ce86f7c5" + diff --git a/escape-room/godot/imported/computerKeyboard_SW.png-e01b80758971290c11eeb06fd9528f11.ctex b/escape-room/godot/imported/computerKeyboard_SW.png-e01b80758971290c11eeb06fd9528f11.ctex new file mode 100644 index 0000000..0aa565e Binary files /dev/null and b/escape-room/godot/imported/computerKeyboard_SW.png-e01b80758971290c11eeb06fd9528f11.ctex differ diff --git a/escape-room/godot/imported/computerKeyboard_SW.png-e01b80758971290c11eeb06fd9528f11.md5 b/escape-room/godot/imported/computerKeyboard_SW.png-e01b80758971290c11eeb06fd9528f11.md5 new file mode 100644 index 0000000..6ed2739 --- /dev/null +++ b/escape-room/godot/imported/computerKeyboard_SW.png-e01b80758971290c11eeb06fd9528f11.md5 @@ -0,0 +1,3 @@ +source_md5="f2999ed0fba6356c456445897d6754d4" +dest_md5="ef11b8f6c1bd194e59608efbe1c7faef" + diff --git a/escape-room/godot/imported/computerMouse.dae-a73e828e0959500a28fed98a4f4d1a30.md5 b/escape-room/godot/imported/computerMouse.dae-a73e828e0959500a28fed98a4f4d1a30.md5 new file mode 100644 index 0000000..4efc05a --- /dev/null +++ b/escape-room/godot/imported/computerMouse.dae-a73e828e0959500a28fed98a4f4d1a30.md5 @@ -0,0 +1,3 @@ +source_md5="08dd776d45e75f13254d2d46b0797e88" +dest_md5="a041315f566412a0194139a749d26505" + diff --git a/escape-room/godot/imported/computerMouse.dae-a73e828e0959500a28fed98a4f4d1a30.scn b/escape-room/godot/imported/computerMouse.dae-a73e828e0959500a28fed98a4f4d1a30.scn new file mode 100644 index 0000000..96219f6 Binary files /dev/null and b/escape-room/godot/imported/computerMouse.dae-a73e828e0959500a28fed98a4f4d1a30.scn differ diff --git a/escape-room/godot/imported/computerMouse.fbx-8c2c88a35bececc2fd2a23b031bb8ee1.md5 b/escape-room/godot/imported/computerMouse.fbx-8c2c88a35bececc2fd2a23b031bb8ee1.md5 new file mode 100644 index 0000000..9ddde4d --- /dev/null +++ b/escape-room/godot/imported/computerMouse.fbx-8c2c88a35bececc2fd2a23b031bb8ee1.md5 @@ -0,0 +1,3 @@ +source_md5="85454f209d0cf4cf819e558faba56f98" +dest_md5="87905063b01fc73f8035faf368d21f7d" + diff --git a/escape-room/godot/imported/computerMouse.fbx-8c2c88a35bececc2fd2a23b031bb8ee1.scn b/escape-room/godot/imported/computerMouse.fbx-8c2c88a35bececc2fd2a23b031bb8ee1.scn new file mode 100644 index 0000000..51f4e2c Binary files /dev/null and b/escape-room/godot/imported/computerMouse.fbx-8c2c88a35bececc2fd2a23b031bb8ee1.scn differ diff --git a/escape-room/godot/imported/computerMouse.glb-0f2003799dbbffb79f7ef5106c502f84.md5 b/escape-room/godot/imported/computerMouse.glb-0f2003799dbbffb79f7ef5106c502f84.md5 new file mode 100644 index 0000000..7c1b6c3 --- /dev/null +++ b/escape-room/godot/imported/computerMouse.glb-0f2003799dbbffb79f7ef5106c502f84.md5 @@ -0,0 +1,3 @@ +source_md5="91215db53364f00d23a5a84e33723b7b" +dest_md5="ceffe044260e108538b0b9361ff6665d" + diff --git a/escape-room/godot/imported/computerMouse.glb-0f2003799dbbffb79f7ef5106c502f84.scn b/escape-room/godot/imported/computerMouse.glb-0f2003799dbbffb79f7ef5106c502f84.scn new file mode 100644 index 0000000..8194b49 Binary files /dev/null and b/escape-room/godot/imported/computerMouse.glb-0f2003799dbbffb79f7ef5106c502f84.scn differ diff --git a/escape-room/godot/imported/computerMouse.obj-787a66ad2f4930e8a0b5d3a7d8009436.md5 b/escape-room/godot/imported/computerMouse.obj-787a66ad2f4930e8a0b5d3a7d8009436.md5 new file mode 100644 index 0000000..d9534da --- /dev/null +++ b/escape-room/godot/imported/computerMouse.obj-787a66ad2f4930e8a0b5d3a7d8009436.md5 @@ -0,0 +1,3 @@ +source_md5="a7f95c48c51da7fae4f0cda85efd7f6d" +dest_md5="df12f67c0622a07717da6c41796be4f9" + diff --git a/escape-room/godot/imported/computerMouse.obj-787a66ad2f4930e8a0b5d3a7d8009436.mesh b/escape-room/godot/imported/computerMouse.obj-787a66ad2f4930e8a0b5d3a7d8009436.mesh new file mode 100644 index 0000000..93721f3 Binary files /dev/null and b/escape-room/godot/imported/computerMouse.obj-787a66ad2f4930e8a0b5d3a7d8009436.mesh differ diff --git a/escape-room/godot/imported/computerMouse.png-0545aac224770f192fe0177d18bf07d4.ctex b/escape-room/godot/imported/computerMouse.png-0545aac224770f192fe0177d18bf07d4.ctex new file mode 100644 index 0000000..715f626 Binary files /dev/null and b/escape-room/godot/imported/computerMouse.png-0545aac224770f192fe0177d18bf07d4.ctex differ diff --git a/escape-room/godot/imported/computerMouse.png-0545aac224770f192fe0177d18bf07d4.md5 b/escape-room/godot/imported/computerMouse.png-0545aac224770f192fe0177d18bf07d4.md5 new file mode 100644 index 0000000..3efff09 --- /dev/null +++ b/escape-room/godot/imported/computerMouse.png-0545aac224770f192fe0177d18bf07d4.md5 @@ -0,0 +1,3 @@ +source_md5="009941ec48cc5e3dc167c8a18cefe5a6" +dest_md5="aa81003579e2e13f7494e6c05da1056f" + diff --git a/escape-room/godot/imported/computerMouse_NE.png-aff7d076ce1a680d32d0581020fa4431.ctex b/escape-room/godot/imported/computerMouse_NE.png-aff7d076ce1a680d32d0581020fa4431.ctex new file mode 100644 index 0000000..736b1ff Binary files /dev/null and b/escape-room/godot/imported/computerMouse_NE.png-aff7d076ce1a680d32d0581020fa4431.ctex differ diff --git a/escape-room/godot/imported/computerMouse_NE.png-aff7d076ce1a680d32d0581020fa4431.md5 b/escape-room/godot/imported/computerMouse_NE.png-aff7d076ce1a680d32d0581020fa4431.md5 new file mode 100644 index 0000000..d2cdb9f --- /dev/null +++ b/escape-room/godot/imported/computerMouse_NE.png-aff7d076ce1a680d32d0581020fa4431.md5 @@ -0,0 +1,3 @@ +source_md5="6795ef6fc8944ebba8b13d19c83a0fbd" +dest_md5="2b145b2d8fe67e58c6a4e6a6ed6c3865" + diff --git a/escape-room/godot/imported/computerMouse_NW.png-bc68fb2ccfb9a39d704f9d7c0ec465f8.ctex b/escape-room/godot/imported/computerMouse_NW.png-bc68fb2ccfb9a39d704f9d7c0ec465f8.ctex new file mode 100644 index 0000000..d0cc2b5 Binary files /dev/null and b/escape-room/godot/imported/computerMouse_NW.png-bc68fb2ccfb9a39d704f9d7c0ec465f8.ctex differ diff --git a/escape-room/godot/imported/computerMouse_NW.png-bc68fb2ccfb9a39d704f9d7c0ec465f8.md5 b/escape-room/godot/imported/computerMouse_NW.png-bc68fb2ccfb9a39d704f9d7c0ec465f8.md5 new file mode 100644 index 0000000..83072d0 --- /dev/null +++ b/escape-room/godot/imported/computerMouse_NW.png-bc68fb2ccfb9a39d704f9d7c0ec465f8.md5 @@ -0,0 +1,3 @@ +source_md5="66e5bae2474872fc0d2781f16c019ac3" +dest_md5="a60c2ca06262190a0f4dfaf0b528518e" + diff --git a/escape-room/godot/imported/computerMouse_SE.png-a860253457249fe7aada9d015d76d1dc.ctex b/escape-room/godot/imported/computerMouse_SE.png-a860253457249fe7aada9d015d76d1dc.ctex new file mode 100644 index 0000000..71c611f Binary files /dev/null and b/escape-room/godot/imported/computerMouse_SE.png-a860253457249fe7aada9d015d76d1dc.ctex differ diff --git a/escape-room/godot/imported/computerMouse_SE.png-a860253457249fe7aada9d015d76d1dc.md5 b/escape-room/godot/imported/computerMouse_SE.png-a860253457249fe7aada9d015d76d1dc.md5 new file mode 100644 index 0000000..239ea3a --- /dev/null +++ b/escape-room/godot/imported/computerMouse_SE.png-a860253457249fe7aada9d015d76d1dc.md5 @@ -0,0 +1,3 @@ +source_md5="68894aa724be181cdedff32c6fc33c9a" +dest_md5="34c838199924065986d8abfbfb1a3bcc" + diff --git a/escape-room/godot/imported/computerMouse_SW.png-235c0b19fbfd4f079a5e87e730ce16bc.ctex b/escape-room/godot/imported/computerMouse_SW.png-235c0b19fbfd4f079a5e87e730ce16bc.ctex new file mode 100644 index 0000000..56c8a0e Binary files /dev/null and b/escape-room/godot/imported/computerMouse_SW.png-235c0b19fbfd4f079a5e87e730ce16bc.ctex differ diff --git a/escape-room/godot/imported/computerMouse_SW.png-235c0b19fbfd4f079a5e87e730ce16bc.md5 b/escape-room/godot/imported/computerMouse_SW.png-235c0b19fbfd4f079a5e87e730ce16bc.md5 new file mode 100644 index 0000000..04043bd --- /dev/null +++ b/escape-room/godot/imported/computerMouse_SW.png-235c0b19fbfd4f079a5e87e730ce16bc.md5 @@ -0,0 +1,3 @@ +source_md5="5e9e10d499c9b68dbee19c5fc9d8a616" +dest_md5="d7db79ef763bdeebc6f0436d5fc70dcf" + diff --git a/escape-room/godot/imported/computerScreen.dae-61b9a37e2daf57670627a28d422d2c55.md5 b/escape-room/godot/imported/computerScreen.dae-61b9a37e2daf57670627a28d422d2c55.md5 new file mode 100644 index 0000000..c376576 --- /dev/null +++ b/escape-room/godot/imported/computerScreen.dae-61b9a37e2daf57670627a28d422d2c55.md5 @@ -0,0 +1,3 @@ +source_md5="8b062b8761c636a4abbb4c03b24134f7" +dest_md5="41ae03978594b7ecf9829953e597c6b8" + diff --git a/escape-room/godot/imported/computerScreen.dae-61b9a37e2daf57670627a28d422d2c55.scn b/escape-room/godot/imported/computerScreen.dae-61b9a37e2daf57670627a28d422d2c55.scn new file mode 100644 index 0000000..9f23bcb Binary files /dev/null and b/escape-room/godot/imported/computerScreen.dae-61b9a37e2daf57670627a28d422d2c55.scn differ diff --git a/escape-room/godot/imported/computerScreen.fbx-d5d0351410a6811378d810c12ba9fc8b.md5 b/escape-room/godot/imported/computerScreen.fbx-d5d0351410a6811378d810c12ba9fc8b.md5 new file mode 100644 index 0000000..71af7ce --- /dev/null +++ b/escape-room/godot/imported/computerScreen.fbx-d5d0351410a6811378d810c12ba9fc8b.md5 @@ -0,0 +1,3 @@ +source_md5="e1f1945e916549718c5385b76303e2d5" +dest_md5="87e8406786c4e1dba0ea976df4350f47" + diff --git a/escape-room/godot/imported/computerScreen.fbx-d5d0351410a6811378d810c12ba9fc8b.scn b/escape-room/godot/imported/computerScreen.fbx-d5d0351410a6811378d810c12ba9fc8b.scn new file mode 100644 index 0000000..e144ba7 Binary files /dev/null and b/escape-room/godot/imported/computerScreen.fbx-d5d0351410a6811378d810c12ba9fc8b.scn differ diff --git a/escape-room/godot/imported/computerScreen.glb-ed0656d849fec07db9a00bef419c1b33.md5 b/escape-room/godot/imported/computerScreen.glb-ed0656d849fec07db9a00bef419c1b33.md5 new file mode 100644 index 0000000..fa8ac85 --- /dev/null +++ b/escape-room/godot/imported/computerScreen.glb-ed0656d849fec07db9a00bef419c1b33.md5 @@ -0,0 +1,3 @@ +source_md5="2594d958e69674d7c65c1a282ab06f39" +dest_md5="c250946d6427f99111b008d3ea3dce5c" + diff --git a/escape-room/godot/imported/computerScreen.glb-ed0656d849fec07db9a00bef419c1b33.scn b/escape-room/godot/imported/computerScreen.glb-ed0656d849fec07db9a00bef419c1b33.scn new file mode 100644 index 0000000..890e678 Binary files /dev/null and b/escape-room/godot/imported/computerScreen.glb-ed0656d849fec07db9a00bef419c1b33.scn differ diff --git a/escape-room/godot/imported/computerScreen.obj-e0faa3c32f49a28d09b3754bccb22d09.md5 b/escape-room/godot/imported/computerScreen.obj-e0faa3c32f49a28d09b3754bccb22d09.md5 new file mode 100644 index 0000000..53fadec --- /dev/null +++ b/escape-room/godot/imported/computerScreen.obj-e0faa3c32f49a28d09b3754bccb22d09.md5 @@ -0,0 +1,3 @@ +source_md5="11740344daad77bbabbf9467d4da907e" +dest_md5="407e7086abb5435073efa42bdff4b966" + diff --git a/escape-room/godot/imported/computerScreen.obj-e0faa3c32f49a28d09b3754bccb22d09.mesh b/escape-room/godot/imported/computerScreen.obj-e0faa3c32f49a28d09b3754bccb22d09.mesh new file mode 100644 index 0000000..6972300 Binary files /dev/null and b/escape-room/godot/imported/computerScreen.obj-e0faa3c32f49a28d09b3754bccb22d09.mesh differ diff --git a/escape-room/godot/imported/computerScreen.png-c28b1bc6b029621b223fc54e97094f83.ctex b/escape-room/godot/imported/computerScreen.png-c28b1bc6b029621b223fc54e97094f83.ctex new file mode 100644 index 0000000..daa791a Binary files /dev/null and b/escape-room/godot/imported/computerScreen.png-c28b1bc6b029621b223fc54e97094f83.ctex differ diff --git a/escape-room/godot/imported/computerScreen.png-c28b1bc6b029621b223fc54e97094f83.md5 b/escape-room/godot/imported/computerScreen.png-c28b1bc6b029621b223fc54e97094f83.md5 new file mode 100644 index 0000000..1011d08 --- /dev/null +++ b/escape-room/godot/imported/computerScreen.png-c28b1bc6b029621b223fc54e97094f83.md5 @@ -0,0 +1,3 @@ +source_md5="06ff76b90eecc4b5400b13f742c9d9ae" +dest_md5="6fe5d55bd0c460720a6c8eb3ac350e17" + diff --git a/escape-room/godot/imported/computerScreen_NE.png-d1b1ff677407ca553019d3c2a71ac09d.ctex b/escape-room/godot/imported/computerScreen_NE.png-d1b1ff677407ca553019d3c2a71ac09d.ctex new file mode 100644 index 0000000..2daa5e5 Binary files /dev/null and b/escape-room/godot/imported/computerScreen_NE.png-d1b1ff677407ca553019d3c2a71ac09d.ctex differ diff --git a/escape-room/godot/imported/computerScreen_NE.png-d1b1ff677407ca553019d3c2a71ac09d.md5 b/escape-room/godot/imported/computerScreen_NE.png-d1b1ff677407ca553019d3c2a71ac09d.md5 new file mode 100644 index 0000000..75ee7c3 --- /dev/null +++ b/escape-room/godot/imported/computerScreen_NE.png-d1b1ff677407ca553019d3c2a71ac09d.md5 @@ -0,0 +1,3 @@ +source_md5="f20301d8fddf5cdfc4943a63ceee92b2" +dest_md5="69082772750a9099377134666e230316" + diff --git a/escape-room/godot/imported/computerScreen_NW.png-2498a7b1e8baff914333e7c49bf241ec.ctex b/escape-room/godot/imported/computerScreen_NW.png-2498a7b1e8baff914333e7c49bf241ec.ctex new file mode 100644 index 0000000..826634f Binary files /dev/null and b/escape-room/godot/imported/computerScreen_NW.png-2498a7b1e8baff914333e7c49bf241ec.ctex differ diff --git a/escape-room/godot/imported/computerScreen_NW.png-2498a7b1e8baff914333e7c49bf241ec.md5 b/escape-room/godot/imported/computerScreen_NW.png-2498a7b1e8baff914333e7c49bf241ec.md5 new file mode 100644 index 0000000..a6f52c4 --- /dev/null +++ b/escape-room/godot/imported/computerScreen_NW.png-2498a7b1e8baff914333e7c49bf241ec.md5 @@ -0,0 +1,3 @@ +source_md5="1b6d76cd09c83df0f70e503c6ba25bef" +dest_md5="8402253190855f61f678e5fbc97bd910" + diff --git a/escape-room/godot/imported/computerScreen_SE.png-d2a1858479df2adf4c2c818167712699.ctex b/escape-room/godot/imported/computerScreen_SE.png-d2a1858479df2adf4c2c818167712699.ctex new file mode 100644 index 0000000..9f458d0 Binary files /dev/null and b/escape-room/godot/imported/computerScreen_SE.png-d2a1858479df2adf4c2c818167712699.ctex differ diff --git a/escape-room/godot/imported/computerScreen_SE.png-d2a1858479df2adf4c2c818167712699.md5 b/escape-room/godot/imported/computerScreen_SE.png-d2a1858479df2adf4c2c818167712699.md5 new file mode 100644 index 0000000..7b1cb85 --- /dev/null +++ b/escape-room/godot/imported/computerScreen_SE.png-d2a1858479df2adf4c2c818167712699.md5 @@ -0,0 +1,3 @@ +source_md5="ed22512aa89e8d65aa9958c2a35098ed" +dest_md5="439ba5d82602443908a06c23eb67a833" + diff --git a/escape-room/godot/imported/computerScreen_SW.png-15eebdd4fb83e63f3412591f59313627.ctex b/escape-room/godot/imported/computerScreen_SW.png-15eebdd4fb83e63f3412591f59313627.ctex new file mode 100644 index 0000000..ae01ae1 Binary files /dev/null and b/escape-room/godot/imported/computerScreen_SW.png-15eebdd4fb83e63f3412591f59313627.ctex differ diff --git a/escape-room/godot/imported/computerScreen_SW.png-15eebdd4fb83e63f3412591f59313627.md5 b/escape-room/godot/imported/computerScreen_SW.png-15eebdd4fb83e63f3412591f59313627.md5 new file mode 100644 index 0000000..86286f1 --- /dev/null +++ b/escape-room/godot/imported/computerScreen_SW.png-15eebdd4fb83e63f3412591f59313627.md5 @@ -0,0 +1,3 @@ +source_md5="748fa397fddfcfa4c7194a9824eea322" +dest_md5="0066ba1d5314f0eb06abdf685dfb7a38" + diff --git a/escape-room/godot/imported/cooking pot Texture.png-034e417a1ec6e6f15abc207d0261a940.ctex b/escape-room/godot/imported/cooking pot Texture.png-034e417a1ec6e6f15abc207d0261a940.ctex new file mode 100644 index 0000000..a6d3312 Binary files /dev/null and b/escape-room/godot/imported/cooking pot Texture.png-034e417a1ec6e6f15abc207d0261a940.ctex differ diff --git a/escape-room/godot/imported/cooking pot Texture.png-034e417a1ec6e6f15abc207d0261a940.md5 b/escape-room/godot/imported/cooking pot Texture.png-034e417a1ec6e6f15abc207d0261a940.md5 new file mode 100644 index 0000000..8f8c3ef --- /dev/null +++ b/escape-room/godot/imported/cooking pot Texture.png-034e417a1ec6e6f15abc207d0261a940.md5 @@ -0,0 +1,3 @@ +source_md5="c58f6254c4ac815bade0f90de75940fb" +dest_md5="6f7438315da9fa93996d4ec3b0b66783" + diff --git a/escape-room/godot/imported/cooking pot Texture.png-3011963b06741cbb17d4fd90cc50a5dd.ctex b/escape-room/godot/imported/cooking pot Texture.png-3011963b06741cbb17d4fd90cc50a5dd.ctex new file mode 100644 index 0000000..a6d3312 Binary files /dev/null and b/escape-room/godot/imported/cooking pot Texture.png-3011963b06741cbb17d4fd90cc50a5dd.ctex differ diff --git a/escape-room/godot/imported/cooking pot Texture.png-3011963b06741cbb17d4fd90cc50a5dd.md5 b/escape-room/godot/imported/cooking pot Texture.png-3011963b06741cbb17d4fd90cc50a5dd.md5 new file mode 100644 index 0000000..8f8c3ef --- /dev/null +++ b/escape-room/godot/imported/cooking pot Texture.png-3011963b06741cbb17d4fd90cc50a5dd.md5 @@ -0,0 +1,3 @@ +source_md5="c58f6254c4ac815bade0f90de75940fb" +dest_md5="6f7438315da9fa93996d4ec3b0b66783" + diff --git a/escape-room/godot/imported/cooking pot Texture.png-926a3d3ee55cae48e15adf7476381598.ctex b/escape-room/godot/imported/cooking pot Texture.png-926a3d3ee55cae48e15adf7476381598.ctex new file mode 100644 index 0000000..a6d3312 Binary files /dev/null and b/escape-room/godot/imported/cooking pot Texture.png-926a3d3ee55cae48e15adf7476381598.ctex differ diff --git a/escape-room/godot/imported/cooking pot Texture.png-926a3d3ee55cae48e15adf7476381598.md5 b/escape-room/godot/imported/cooking pot Texture.png-926a3d3ee55cae48e15adf7476381598.md5 new file mode 100644 index 0000000..8f8c3ef --- /dev/null +++ b/escape-room/godot/imported/cooking pot Texture.png-926a3d3ee55cae48e15adf7476381598.md5 @@ -0,0 +1,3 @@ +source_md5="c58f6254c4ac815bade0f90de75940fb" +dest_md5="6f7438315da9fa93996d4ec3b0b66783" + diff --git a/escape-room/godot/imported/cooking pot-73def5538fa7c24238f9a5f42bd414b8.bin b/escape-room/godot/imported/cooking pot-73def5538fa7c24238f9a5f42bd414b8.bin new file mode 100644 index 0000000..a7b60c2 Binary files /dev/null and b/escape-room/godot/imported/cooking pot-73def5538fa7c24238f9a5f42bd414b8.bin differ diff --git a/escape-room/godot/imported/cooking pot-73def5538fa7c24238f9a5f42bd414b8.gltf b/escape-room/godot/imported/cooking pot-73def5538fa7c24238f9a5f42bd414b8.gltf new file mode 100644 index 0000000..92e2467 --- /dev/null +++ b/escape-room/godot/imported/cooking pot-73def5538fa7c24238f9a5f42bd414b8.gltf @@ -0,0 +1,324 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":12.834474294099264, + "type":"point", + "name":"Spot.003" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":12.834474294099264, + "type":"point", + "name":"Spot.002" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":8.933092703921252, + "type":"point", + "name":"Spot.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":12.834474294099264, + "type":"point", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3, + 4, + 5 + ] + } + ], + "nodes":[ + { + "camera":0, + "name":"Camera.003", + "rotation":[ + -0.27385464310646057, + 0, + 0, + 0.9617711901664734 + ], + "scale":[ + 0.7331452965736389, + 0.7331451773643494, + 0.7331451773643494 + ], + "translation":[ + 0.037210527807474136, + 1.9443174600601196, + 2.4409072399139404 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.003", + "rotation":[ + -0.28416621685028076, + 0.7269423604011536, + 0.34203383326530457, + 0.5232754945755005 + ], + "scale":[ + 1.399999976158142, + 1.3999998569488525, + 1.399999976158142 + ], + "translation":[ + 2.735982894897461, + 1.545902132987976, + -3.610191822052002 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp.002", + "rotation":[ + -0.28416621685028076, + 0.7269423604011536, + 0.34203383326530457, + 0.5232754945755005 + ], + "scale":[ + 1.399999976158142, + 1.3999998569488525, + 1.399999976158142 + ], + "translation":[ + -2.697805881500244, + 1.545902132987976, + 2.8818633556365967 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":2 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.28416621685028076, + 0.7269423604011536, + 0.34203383326530457, + 0.5232754945755005 + ], + "scale":[ + 1.399999976158142, + 1.3999998569488525, + 1.399999976158142 + ], + "translation":[ + 0.0711885467171669, + 6.981546878814697, + -0.019893312826752663 + ] + }, + { + "mesh":0, + "name":"Cooking pot", + "scale":[ + 0.32256004214286804, + 0.32256004214286804, + 0.32256004214286804 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":3 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416621685028076, + 0.7269423604011536, + 0.34203383326530457, + 0.5232754945755005 + ], + "scale":[ + 1.399999976158142, + 1.3999998569488525, + 1.399999976158142 + ], + "translation":[ + 2.7970364093780518, + 1.545902132987976, + 2.8208096027374268 + ] + } + ], + "cameras":[ + { + "name":"Camera.003", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Cooking pot", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":881, + "max":[ + 2.1488842964172363, + 3.1848833560943604, + 1.798851728439331 + ], + "min":[ + -2.1488840579986572, + 0.006024360656738281, + -1.798851728439331 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":881, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":881, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":881, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":1386, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":10572, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":10572, + "byteOffset":10572, + "target":34962 + }, + { + "buffer":0, + "byteLength":7048, + "byteOffset":21144, + "target":34962 + }, + { + "buffer":0, + "byteLength":14096, + "byteOffset":28192, + "target":34962 + }, + { + "buffer":0, + "byteLength":2772, + "byteOffset":42288, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":45060, + "uri":"cooking%20pot-73def5538fa7c24238f9a5f42bd414b8.bin" + } + ] +} diff --git a/escape-room/godot/imported/cooking pot.blend-73def5538fa7c24238f9a5f42bd414b8.md5 b/escape-room/godot/imported/cooking pot.blend-73def5538fa7c24238f9a5f42bd414b8.md5 new file mode 100644 index 0000000..65fb021 --- /dev/null +++ b/escape-room/godot/imported/cooking pot.blend-73def5538fa7c24238f9a5f42bd414b8.md5 @@ -0,0 +1,3 @@ +source_md5="3560191f2de68d63c4effa7d648ab5c4" +dest_md5="bd48ab2ae70be1eb5d5dd20829901074" + diff --git a/escape-room/godot/imported/cooking pot.blend-73def5538fa7c24238f9a5f42bd414b8.scn b/escape-room/godot/imported/cooking pot.blend-73def5538fa7c24238f9a5f42bd414b8.scn new file mode 100644 index 0000000..35f3430 Binary files /dev/null and b/escape-room/godot/imported/cooking pot.blend-73def5538fa7c24238f9a5f42bd414b8.scn differ diff --git a/escape-room/godot/imported/corridor-corner.fbx-5101e7785935dedcaf222b0d738acf5b.md5 b/escape-room/godot/imported/corridor-corner.fbx-5101e7785935dedcaf222b0d738acf5b.md5 new file mode 100644 index 0000000..f648c21 --- /dev/null +++ b/escape-room/godot/imported/corridor-corner.fbx-5101e7785935dedcaf222b0d738acf5b.md5 @@ -0,0 +1,3 @@ +source_md5="163ce23ee4dbe4bbc948d19463cd171b" +dest_md5="13ef6829a99ccb4f8ffa1d77df47dd73" + diff --git a/escape-room/godot/imported/corridor-corner.fbx-5101e7785935dedcaf222b0d738acf5b.scn b/escape-room/godot/imported/corridor-corner.fbx-5101e7785935dedcaf222b0d738acf5b.scn new file mode 100644 index 0000000..f58a2ad Binary files /dev/null and b/escape-room/godot/imported/corridor-corner.fbx-5101e7785935dedcaf222b0d738acf5b.scn differ diff --git a/escape-room/godot/imported/corridor-corner.glb-ff5886a0d5c31c599a4e00bbe8cc53ac.md5 b/escape-room/godot/imported/corridor-corner.glb-ff5886a0d5c31c599a4e00bbe8cc53ac.md5 new file mode 100644 index 0000000..6a45693 --- /dev/null +++ b/escape-room/godot/imported/corridor-corner.glb-ff5886a0d5c31c599a4e00bbe8cc53ac.md5 @@ -0,0 +1,3 @@ +source_md5="23a051d5c4aac5511530e0c3d540364e" +dest_md5="83c2bdb2c82108c22ce840f891329570" + diff --git a/escape-room/godot/imported/corridor-corner.glb-ff5886a0d5c31c599a4e00bbe8cc53ac.scn b/escape-room/godot/imported/corridor-corner.glb-ff5886a0d5c31c599a4e00bbe8cc53ac.scn new file mode 100644 index 0000000..d4b6e08 Binary files /dev/null and b/escape-room/godot/imported/corridor-corner.glb-ff5886a0d5c31c599a4e00bbe8cc53ac.scn differ diff --git a/escape-room/godot/imported/corridor-corner.obj-d41f6a20cc8e7a5c98f186aec11c512d.md5 b/escape-room/godot/imported/corridor-corner.obj-d41f6a20cc8e7a5c98f186aec11c512d.md5 new file mode 100644 index 0000000..d7f031d --- /dev/null +++ b/escape-room/godot/imported/corridor-corner.obj-d41f6a20cc8e7a5c98f186aec11c512d.md5 @@ -0,0 +1,3 @@ +source_md5="180c32977c6780961d50ccddeeff749e" +dest_md5="113410c7d002082a10c7abb2420a06bc" + diff --git a/escape-room/godot/imported/corridor-corner.obj-d41f6a20cc8e7a5c98f186aec11c512d.mesh b/escape-room/godot/imported/corridor-corner.obj-d41f6a20cc8e7a5c98f186aec11c512d.mesh new file mode 100644 index 0000000..31c0816 Binary files /dev/null and b/escape-room/godot/imported/corridor-corner.obj-d41f6a20cc8e7a5c98f186aec11c512d.mesh differ diff --git a/escape-room/godot/imported/corridor-corner.png-cbdea1d664ce40090a9598627035bd6a.ctex b/escape-room/godot/imported/corridor-corner.png-cbdea1d664ce40090a9598627035bd6a.ctex new file mode 100644 index 0000000..435bd5d Binary files /dev/null and b/escape-room/godot/imported/corridor-corner.png-cbdea1d664ce40090a9598627035bd6a.ctex differ diff --git a/escape-room/godot/imported/corridor-corner.png-cbdea1d664ce40090a9598627035bd6a.md5 b/escape-room/godot/imported/corridor-corner.png-cbdea1d664ce40090a9598627035bd6a.md5 new file mode 100644 index 0000000..3274696 --- /dev/null +++ b/escape-room/godot/imported/corridor-corner.png-cbdea1d664ce40090a9598627035bd6a.md5 @@ -0,0 +1,3 @@ +source_md5="cbb2b75f0cd494c9573bc9ee40683272" +dest_md5="09819b5e860112f98d44bb51415ccedb" + diff --git a/escape-room/godot/imported/corridor-end.fbx-0f51b72318df98c0c37d15a061195c9e.md5 b/escape-room/godot/imported/corridor-end.fbx-0f51b72318df98c0c37d15a061195c9e.md5 new file mode 100644 index 0000000..7096120 --- /dev/null +++ b/escape-room/godot/imported/corridor-end.fbx-0f51b72318df98c0c37d15a061195c9e.md5 @@ -0,0 +1,3 @@ +source_md5="43315fdc03484d27a18ff974ae7a4af6" +dest_md5="570e914ff2790f4373128ecd2531e963" + diff --git a/escape-room/godot/imported/corridor-end.fbx-0f51b72318df98c0c37d15a061195c9e.scn b/escape-room/godot/imported/corridor-end.fbx-0f51b72318df98c0c37d15a061195c9e.scn new file mode 100644 index 0000000..02dfafd Binary files /dev/null and b/escape-room/godot/imported/corridor-end.fbx-0f51b72318df98c0c37d15a061195c9e.scn differ diff --git a/escape-room/godot/imported/corridor-end.glb-db14e94a2af416b16a93a8e86b26c1ea.md5 b/escape-room/godot/imported/corridor-end.glb-db14e94a2af416b16a93a8e86b26c1ea.md5 new file mode 100644 index 0000000..e4b8526 --- /dev/null +++ b/escape-room/godot/imported/corridor-end.glb-db14e94a2af416b16a93a8e86b26c1ea.md5 @@ -0,0 +1,3 @@ +source_md5="c2cf20f9f12c30243497ab168d98fa58" +dest_md5="48bdf2e484389673c656ff13d6035921" + diff --git a/escape-room/godot/imported/corridor-end.glb-db14e94a2af416b16a93a8e86b26c1ea.scn b/escape-room/godot/imported/corridor-end.glb-db14e94a2af416b16a93a8e86b26c1ea.scn new file mode 100644 index 0000000..43b3c94 Binary files /dev/null and b/escape-room/godot/imported/corridor-end.glb-db14e94a2af416b16a93a8e86b26c1ea.scn differ diff --git a/escape-room/godot/imported/corridor-end.obj-a92932b3a8ea0b0aa8f88ebe82f1315e.md5 b/escape-room/godot/imported/corridor-end.obj-a92932b3a8ea0b0aa8f88ebe82f1315e.md5 new file mode 100644 index 0000000..05e9fa5 --- /dev/null +++ b/escape-room/godot/imported/corridor-end.obj-a92932b3a8ea0b0aa8f88ebe82f1315e.md5 @@ -0,0 +1,3 @@ +source_md5="d307a956de8c853deb62c4a1e758e385" +dest_md5="80707159fd628622b01e373169e04195" + diff --git a/escape-room/godot/imported/corridor-end.obj-a92932b3a8ea0b0aa8f88ebe82f1315e.mesh b/escape-room/godot/imported/corridor-end.obj-a92932b3a8ea0b0aa8f88ebe82f1315e.mesh new file mode 100644 index 0000000..c67e5a2 Binary files /dev/null and b/escape-room/godot/imported/corridor-end.obj-a92932b3a8ea0b0aa8f88ebe82f1315e.mesh differ diff --git a/escape-room/godot/imported/corridor-end.png-5d7fe1ebfbdb93095749c71a12e48d4c.ctex b/escape-room/godot/imported/corridor-end.png-5d7fe1ebfbdb93095749c71a12e48d4c.ctex new file mode 100644 index 0000000..7b7639a Binary files /dev/null and b/escape-room/godot/imported/corridor-end.png-5d7fe1ebfbdb93095749c71a12e48d4c.ctex differ diff --git a/escape-room/godot/imported/corridor-end.png-5d7fe1ebfbdb93095749c71a12e48d4c.md5 b/escape-room/godot/imported/corridor-end.png-5d7fe1ebfbdb93095749c71a12e48d4c.md5 new file mode 100644 index 0000000..6ac1b4d --- /dev/null +++ b/escape-room/godot/imported/corridor-end.png-5d7fe1ebfbdb93095749c71a12e48d4c.md5 @@ -0,0 +1,3 @@ +source_md5="f91206b3e649697bfc8f5bb313298834" +dest_md5="5a81dca7a00d51ea1a1ed398330ea5fb" + diff --git a/escape-room/godot/imported/corridor-intersection.fbx-c9c6aaa725b119063b58ceacf64490aa.md5 b/escape-room/godot/imported/corridor-intersection.fbx-c9c6aaa725b119063b58ceacf64490aa.md5 new file mode 100644 index 0000000..fc1c6f9 --- /dev/null +++ b/escape-room/godot/imported/corridor-intersection.fbx-c9c6aaa725b119063b58ceacf64490aa.md5 @@ -0,0 +1,3 @@ +source_md5="8c0b103886adc87b05d69b24a3510fa3" +dest_md5="aa03030a55f29eb3668fe44e744bf442" + diff --git a/escape-room/godot/imported/corridor-intersection.fbx-c9c6aaa725b119063b58ceacf64490aa.scn b/escape-room/godot/imported/corridor-intersection.fbx-c9c6aaa725b119063b58ceacf64490aa.scn new file mode 100644 index 0000000..6f0d191 Binary files /dev/null and b/escape-room/godot/imported/corridor-intersection.fbx-c9c6aaa725b119063b58ceacf64490aa.scn differ diff --git a/escape-room/godot/imported/corridor-intersection.glb-876db45ea8b11e5a2eafce52860a5bad.md5 b/escape-room/godot/imported/corridor-intersection.glb-876db45ea8b11e5a2eafce52860a5bad.md5 new file mode 100644 index 0000000..5e06440 --- /dev/null +++ b/escape-room/godot/imported/corridor-intersection.glb-876db45ea8b11e5a2eafce52860a5bad.md5 @@ -0,0 +1,3 @@ +source_md5="423d391456dc06679f8c66607e954721" +dest_md5="80b45f04c02d2cd1fcb4be90c5674dbc" + diff --git a/escape-room/godot/imported/corridor-intersection.glb-876db45ea8b11e5a2eafce52860a5bad.scn b/escape-room/godot/imported/corridor-intersection.glb-876db45ea8b11e5a2eafce52860a5bad.scn new file mode 100644 index 0000000..5a42026 Binary files /dev/null and b/escape-room/godot/imported/corridor-intersection.glb-876db45ea8b11e5a2eafce52860a5bad.scn differ diff --git a/escape-room/godot/imported/corridor-intersection.obj-1bf95eb1db1dc9bffc7cdb7ae83fad32.md5 b/escape-room/godot/imported/corridor-intersection.obj-1bf95eb1db1dc9bffc7cdb7ae83fad32.md5 new file mode 100644 index 0000000..068d62f --- /dev/null +++ b/escape-room/godot/imported/corridor-intersection.obj-1bf95eb1db1dc9bffc7cdb7ae83fad32.md5 @@ -0,0 +1,3 @@ +source_md5="bca6fe53499447fa1494e746eafbca46" +dest_md5="ef955b12a05fa5b9f559d5b29e4eb15b" + diff --git a/escape-room/godot/imported/corridor-intersection.obj-1bf95eb1db1dc9bffc7cdb7ae83fad32.mesh b/escape-room/godot/imported/corridor-intersection.obj-1bf95eb1db1dc9bffc7cdb7ae83fad32.mesh new file mode 100644 index 0000000..9da8eba Binary files /dev/null and b/escape-room/godot/imported/corridor-intersection.obj-1bf95eb1db1dc9bffc7cdb7ae83fad32.mesh differ diff --git a/escape-room/godot/imported/corridor-intersection.png-73b04166b192d6f7c17d40665a0b975a.ctex b/escape-room/godot/imported/corridor-intersection.png-73b04166b192d6f7c17d40665a0b975a.ctex new file mode 100644 index 0000000..a17d92f Binary files /dev/null and b/escape-room/godot/imported/corridor-intersection.png-73b04166b192d6f7c17d40665a0b975a.ctex differ diff --git a/escape-room/godot/imported/corridor-intersection.png-73b04166b192d6f7c17d40665a0b975a.md5 b/escape-room/godot/imported/corridor-intersection.png-73b04166b192d6f7c17d40665a0b975a.md5 new file mode 100644 index 0000000..b8e2361 --- /dev/null +++ b/escape-room/godot/imported/corridor-intersection.png-73b04166b192d6f7c17d40665a0b975a.md5 @@ -0,0 +1,3 @@ +source_md5="4085587e489acc2781276f1ff6faada7" +dest_md5="aebb6049e7b7c6117d695d9eab2aa8ec" + diff --git a/escape-room/godot/imported/corridor-junction.fbx-fa44e750de9124a35d34e779fd0eeaee.md5 b/escape-room/godot/imported/corridor-junction.fbx-fa44e750de9124a35d34e779fd0eeaee.md5 new file mode 100644 index 0000000..689c149 --- /dev/null +++ b/escape-room/godot/imported/corridor-junction.fbx-fa44e750de9124a35d34e779fd0eeaee.md5 @@ -0,0 +1,3 @@ +source_md5="bd6c57bda8a3b0ef1f5bf333644b1b8f" +dest_md5="b0eb0bd265d5bf9f7f130a383ed17dd9" + diff --git a/escape-room/godot/imported/corridor-junction.fbx-fa44e750de9124a35d34e779fd0eeaee.scn b/escape-room/godot/imported/corridor-junction.fbx-fa44e750de9124a35d34e779fd0eeaee.scn new file mode 100644 index 0000000..5396fbb Binary files /dev/null and b/escape-room/godot/imported/corridor-junction.fbx-fa44e750de9124a35d34e779fd0eeaee.scn differ diff --git a/escape-room/godot/imported/corridor-junction.glb-7eda4b419e21f0bcf71207c7f8e04202.md5 b/escape-room/godot/imported/corridor-junction.glb-7eda4b419e21f0bcf71207c7f8e04202.md5 new file mode 100644 index 0000000..b2d98a8 --- /dev/null +++ b/escape-room/godot/imported/corridor-junction.glb-7eda4b419e21f0bcf71207c7f8e04202.md5 @@ -0,0 +1,3 @@ +source_md5="bbdfb740d9cf2b016cc5ba0cc123056b" +dest_md5="ddd85f18cc3cf60fbe9fe92ccbf58986" + diff --git a/escape-room/godot/imported/corridor-junction.glb-7eda4b419e21f0bcf71207c7f8e04202.scn b/escape-room/godot/imported/corridor-junction.glb-7eda4b419e21f0bcf71207c7f8e04202.scn new file mode 100644 index 0000000..4c87c47 Binary files /dev/null and b/escape-room/godot/imported/corridor-junction.glb-7eda4b419e21f0bcf71207c7f8e04202.scn differ diff --git a/escape-room/godot/imported/corridor-junction.obj-449e37ccf29b17fa290610ab6baa7734.md5 b/escape-room/godot/imported/corridor-junction.obj-449e37ccf29b17fa290610ab6baa7734.md5 new file mode 100644 index 0000000..7e6d41a --- /dev/null +++ b/escape-room/godot/imported/corridor-junction.obj-449e37ccf29b17fa290610ab6baa7734.md5 @@ -0,0 +1,3 @@ +source_md5="b5cba553a14e0830a8b71c3448fbdcaf" +dest_md5="68662e48b3a20e03ed694e1a2403bcfd" + diff --git a/escape-room/godot/imported/corridor-junction.obj-449e37ccf29b17fa290610ab6baa7734.mesh b/escape-room/godot/imported/corridor-junction.obj-449e37ccf29b17fa290610ab6baa7734.mesh new file mode 100644 index 0000000..793a932 Binary files /dev/null and b/escape-room/godot/imported/corridor-junction.obj-449e37ccf29b17fa290610ab6baa7734.mesh differ diff --git a/escape-room/godot/imported/corridor-junction.png-50507f4a89b7fe7e44c1b4a252a0fc89.ctex b/escape-room/godot/imported/corridor-junction.png-50507f4a89b7fe7e44c1b4a252a0fc89.ctex new file mode 100644 index 0000000..7d33c4c Binary files /dev/null and b/escape-room/godot/imported/corridor-junction.png-50507f4a89b7fe7e44c1b4a252a0fc89.ctex differ diff --git a/escape-room/godot/imported/corridor-junction.png-50507f4a89b7fe7e44c1b4a252a0fc89.md5 b/escape-room/godot/imported/corridor-junction.png-50507f4a89b7fe7e44c1b4a252a0fc89.md5 new file mode 100644 index 0000000..974a36c --- /dev/null +++ b/escape-room/godot/imported/corridor-junction.png-50507f4a89b7fe7e44c1b4a252a0fc89.md5 @@ -0,0 +1,3 @@ +source_md5="3d84381eaa3b70f8406ba09b580bc2a0" +dest_md5="69274634b20c8ff162c9cfd9688bdf32" + diff --git a/escape-room/godot/imported/corridor-transition.fbx-e61a5ede85773251c5c84d4d73ae5599.md5 b/escape-room/godot/imported/corridor-transition.fbx-e61a5ede85773251c5c84d4d73ae5599.md5 new file mode 100644 index 0000000..754e3bd --- /dev/null +++ b/escape-room/godot/imported/corridor-transition.fbx-e61a5ede85773251c5c84d4d73ae5599.md5 @@ -0,0 +1,3 @@ +source_md5="945da6d81b87f984ea0fd39dd14a751f" +dest_md5="38a4a48f0bbd4fe4f6fd775794e155e3" + diff --git a/escape-room/godot/imported/corridor-transition.fbx-e61a5ede85773251c5c84d4d73ae5599.scn b/escape-room/godot/imported/corridor-transition.fbx-e61a5ede85773251c5c84d4d73ae5599.scn new file mode 100644 index 0000000..4269233 Binary files /dev/null and b/escape-room/godot/imported/corridor-transition.fbx-e61a5ede85773251c5c84d4d73ae5599.scn differ diff --git a/escape-room/godot/imported/corridor-transition.glb-71446d8e1739dfce0296aec5b92e11eb.md5 b/escape-room/godot/imported/corridor-transition.glb-71446d8e1739dfce0296aec5b92e11eb.md5 new file mode 100644 index 0000000..1453ba6 --- /dev/null +++ b/escape-room/godot/imported/corridor-transition.glb-71446d8e1739dfce0296aec5b92e11eb.md5 @@ -0,0 +1,3 @@ +source_md5="8a2c036d47361138e9fb35b7bb9d0dd8" +dest_md5="9f2c1e739cbb10f13d320e297038e14b" + diff --git a/escape-room/godot/imported/corridor-transition.glb-71446d8e1739dfce0296aec5b92e11eb.scn b/escape-room/godot/imported/corridor-transition.glb-71446d8e1739dfce0296aec5b92e11eb.scn new file mode 100644 index 0000000..5f7b986 Binary files /dev/null and b/escape-room/godot/imported/corridor-transition.glb-71446d8e1739dfce0296aec5b92e11eb.scn differ diff --git a/escape-room/godot/imported/corridor-transition.obj-b6cca30edeb9df9de484b65e25af818c.md5 b/escape-room/godot/imported/corridor-transition.obj-b6cca30edeb9df9de484b65e25af818c.md5 new file mode 100644 index 0000000..bb015b5 --- /dev/null +++ b/escape-room/godot/imported/corridor-transition.obj-b6cca30edeb9df9de484b65e25af818c.md5 @@ -0,0 +1,3 @@ +source_md5="a722bd04a4c4cc2811a295e7f3874223" +dest_md5="64e3ab632fe9bde62b65f31e4215a625" + diff --git a/escape-room/godot/imported/corridor-transition.obj-b6cca30edeb9df9de484b65e25af818c.mesh b/escape-room/godot/imported/corridor-transition.obj-b6cca30edeb9df9de484b65e25af818c.mesh new file mode 100644 index 0000000..afea084 Binary files /dev/null and b/escape-room/godot/imported/corridor-transition.obj-b6cca30edeb9df9de484b65e25af818c.mesh differ diff --git a/escape-room/godot/imported/corridor-transition.png-c3a1793f88d332f9db792e4782ebcc8f.ctex b/escape-room/godot/imported/corridor-transition.png-c3a1793f88d332f9db792e4782ebcc8f.ctex new file mode 100644 index 0000000..e6a79bd Binary files /dev/null and b/escape-room/godot/imported/corridor-transition.png-c3a1793f88d332f9db792e4782ebcc8f.ctex differ diff --git a/escape-room/godot/imported/corridor-transition.png-c3a1793f88d332f9db792e4782ebcc8f.md5 b/escape-room/godot/imported/corridor-transition.png-c3a1793f88d332f9db792e4782ebcc8f.md5 new file mode 100644 index 0000000..cc61f0a --- /dev/null +++ b/escape-room/godot/imported/corridor-transition.png-c3a1793f88d332f9db792e4782ebcc8f.md5 @@ -0,0 +1,3 @@ +source_md5="aa51438223e9c38a2f181acb0d02f6ee" +dest_md5="c4dc27ea85e4b85b45b507080df7456b" + diff --git a/escape-room/godot/imported/corridor-wide-corner.fbx-62edd4240516c9033810638b65350ba1.md5 b/escape-room/godot/imported/corridor-wide-corner.fbx-62edd4240516c9033810638b65350ba1.md5 new file mode 100644 index 0000000..727f8b9 --- /dev/null +++ b/escape-room/godot/imported/corridor-wide-corner.fbx-62edd4240516c9033810638b65350ba1.md5 @@ -0,0 +1,3 @@ +source_md5="342e1e181b5e669e8439ede6fc5b2797" +dest_md5="dcdba0550de3f18e60ace8fb33f56bcd" + diff --git a/escape-room/godot/imported/corridor-wide-corner.fbx-62edd4240516c9033810638b65350ba1.scn b/escape-room/godot/imported/corridor-wide-corner.fbx-62edd4240516c9033810638b65350ba1.scn new file mode 100644 index 0000000..e7c0269 Binary files /dev/null and b/escape-room/godot/imported/corridor-wide-corner.fbx-62edd4240516c9033810638b65350ba1.scn differ diff --git a/escape-room/godot/imported/corridor-wide-corner.glb-8b1ac4fe2a8a7d0e148df6b294b30228.md5 b/escape-room/godot/imported/corridor-wide-corner.glb-8b1ac4fe2a8a7d0e148df6b294b30228.md5 new file mode 100644 index 0000000..106b834 --- /dev/null +++ b/escape-room/godot/imported/corridor-wide-corner.glb-8b1ac4fe2a8a7d0e148df6b294b30228.md5 @@ -0,0 +1,3 @@ +source_md5="85991beebaa7d60b8fa338f12aa14576" +dest_md5="a43ff684aba295eb15ec5848c8069f23" + diff --git a/escape-room/godot/imported/corridor-wide-corner.glb-8b1ac4fe2a8a7d0e148df6b294b30228.scn b/escape-room/godot/imported/corridor-wide-corner.glb-8b1ac4fe2a8a7d0e148df6b294b30228.scn new file mode 100644 index 0000000..eb0fa67 Binary files /dev/null and b/escape-room/godot/imported/corridor-wide-corner.glb-8b1ac4fe2a8a7d0e148df6b294b30228.scn differ diff --git a/escape-room/godot/imported/corridor-wide-corner.obj-36d22d31e81191f807e872f955a1b492.md5 b/escape-room/godot/imported/corridor-wide-corner.obj-36d22d31e81191f807e872f955a1b492.md5 new file mode 100644 index 0000000..11f84ba --- /dev/null +++ b/escape-room/godot/imported/corridor-wide-corner.obj-36d22d31e81191f807e872f955a1b492.md5 @@ -0,0 +1,3 @@ +source_md5="1d7fa45ebc9d7595d0b413f7df872f97" +dest_md5="f72128658665adaa46029238f9d8bfe6" + diff --git a/escape-room/godot/imported/corridor-wide-corner.obj-36d22d31e81191f807e872f955a1b492.mesh b/escape-room/godot/imported/corridor-wide-corner.obj-36d22d31e81191f807e872f955a1b492.mesh new file mode 100644 index 0000000..bb0d85f Binary files /dev/null and b/escape-room/godot/imported/corridor-wide-corner.obj-36d22d31e81191f807e872f955a1b492.mesh differ diff --git a/escape-room/godot/imported/corridor-wide-corner.png-acafa2e11e1650213440a94f6cc444c9.ctex b/escape-room/godot/imported/corridor-wide-corner.png-acafa2e11e1650213440a94f6cc444c9.ctex new file mode 100644 index 0000000..e838ca0 Binary files /dev/null and b/escape-room/godot/imported/corridor-wide-corner.png-acafa2e11e1650213440a94f6cc444c9.ctex differ diff --git a/escape-room/godot/imported/corridor-wide-corner.png-acafa2e11e1650213440a94f6cc444c9.md5 b/escape-room/godot/imported/corridor-wide-corner.png-acafa2e11e1650213440a94f6cc444c9.md5 new file mode 100644 index 0000000..081c4da --- /dev/null +++ b/escape-room/godot/imported/corridor-wide-corner.png-acafa2e11e1650213440a94f6cc444c9.md5 @@ -0,0 +1,3 @@ +source_md5="bacd1ff017fc8afeb031c4424fe23c92" +dest_md5="350486598e4ec5307e6626a84c778c65" + diff --git a/escape-room/godot/imported/corridor-wide-end.fbx-6dcff348dabd8a14e4e73eef2fe75a59.md5 b/escape-room/godot/imported/corridor-wide-end.fbx-6dcff348dabd8a14e4e73eef2fe75a59.md5 new file mode 100644 index 0000000..8db91df --- /dev/null +++ b/escape-room/godot/imported/corridor-wide-end.fbx-6dcff348dabd8a14e4e73eef2fe75a59.md5 @@ -0,0 +1,3 @@ +source_md5="e2dbd9373fb02e71a13649be3a6137ef" +dest_md5="92fe5e2fae183a795edca249e1c12c21" + diff --git a/escape-room/godot/imported/corridor-wide-end.fbx-6dcff348dabd8a14e4e73eef2fe75a59.scn b/escape-room/godot/imported/corridor-wide-end.fbx-6dcff348dabd8a14e4e73eef2fe75a59.scn new file mode 100644 index 0000000..ccd4cc4 Binary files /dev/null and b/escape-room/godot/imported/corridor-wide-end.fbx-6dcff348dabd8a14e4e73eef2fe75a59.scn differ diff --git a/escape-room/godot/imported/corridor-wide-end.glb-76678eea068dd285deb73674be95408f.md5 b/escape-room/godot/imported/corridor-wide-end.glb-76678eea068dd285deb73674be95408f.md5 new file mode 100644 index 0000000..bb360c4 --- /dev/null +++ b/escape-room/godot/imported/corridor-wide-end.glb-76678eea068dd285deb73674be95408f.md5 @@ -0,0 +1,3 @@ +source_md5="2516081e0fbe105513ffdd105ed00eb3" +dest_md5="dcef2b6a7d9bb5809302420994663f4b" + diff --git a/escape-room/godot/imported/corridor-wide-end.glb-76678eea068dd285deb73674be95408f.scn b/escape-room/godot/imported/corridor-wide-end.glb-76678eea068dd285deb73674be95408f.scn new file mode 100644 index 0000000..7c8bc1c Binary files /dev/null and b/escape-room/godot/imported/corridor-wide-end.glb-76678eea068dd285deb73674be95408f.scn differ diff --git a/escape-room/godot/imported/corridor-wide-end.obj-52a35bf56856dfd4a982e3cf89239deb.md5 b/escape-room/godot/imported/corridor-wide-end.obj-52a35bf56856dfd4a982e3cf89239deb.md5 new file mode 100644 index 0000000..462e80f --- /dev/null +++ b/escape-room/godot/imported/corridor-wide-end.obj-52a35bf56856dfd4a982e3cf89239deb.md5 @@ -0,0 +1,3 @@ +source_md5="48fc8ab428b565b8d5e4c27d43ba5dc2" +dest_md5="837d2a98009cf09010d8d902630bf03c" + diff --git a/escape-room/godot/imported/corridor-wide-end.obj-52a35bf56856dfd4a982e3cf89239deb.mesh b/escape-room/godot/imported/corridor-wide-end.obj-52a35bf56856dfd4a982e3cf89239deb.mesh new file mode 100644 index 0000000..b8d4004 Binary files /dev/null and b/escape-room/godot/imported/corridor-wide-end.obj-52a35bf56856dfd4a982e3cf89239deb.mesh differ diff --git a/escape-room/godot/imported/corridor-wide-end.png-0e2485d6c08694f3a428c8934b606ea2.ctex b/escape-room/godot/imported/corridor-wide-end.png-0e2485d6c08694f3a428c8934b606ea2.ctex new file mode 100644 index 0000000..7b7adea Binary files /dev/null and b/escape-room/godot/imported/corridor-wide-end.png-0e2485d6c08694f3a428c8934b606ea2.ctex differ diff --git a/escape-room/godot/imported/corridor-wide-end.png-0e2485d6c08694f3a428c8934b606ea2.md5 b/escape-room/godot/imported/corridor-wide-end.png-0e2485d6c08694f3a428c8934b606ea2.md5 new file mode 100644 index 0000000..436f5dc --- /dev/null +++ b/escape-room/godot/imported/corridor-wide-end.png-0e2485d6c08694f3a428c8934b606ea2.md5 @@ -0,0 +1,3 @@ +source_md5="195027ca356291635a76f734bb632a90" +dest_md5="8bb1151714831a3d74363b2f2e1c5257" + diff --git a/escape-room/godot/imported/corridor-wide-intersection.fbx-2e385cd9ad38d24674ee19b3632647bb.md5 b/escape-room/godot/imported/corridor-wide-intersection.fbx-2e385cd9ad38d24674ee19b3632647bb.md5 new file mode 100644 index 0000000..f110ef0 --- /dev/null +++ b/escape-room/godot/imported/corridor-wide-intersection.fbx-2e385cd9ad38d24674ee19b3632647bb.md5 @@ -0,0 +1,3 @@ +source_md5="512f6c71fe0ac656a2b9716ab24a1b72" +dest_md5="a3df6f6e797b5f86d2626a18024bba87" + diff --git a/escape-room/godot/imported/corridor-wide-intersection.fbx-2e385cd9ad38d24674ee19b3632647bb.scn b/escape-room/godot/imported/corridor-wide-intersection.fbx-2e385cd9ad38d24674ee19b3632647bb.scn new file mode 100644 index 0000000..75653f9 Binary files /dev/null and b/escape-room/godot/imported/corridor-wide-intersection.fbx-2e385cd9ad38d24674ee19b3632647bb.scn differ diff --git a/escape-room/godot/imported/corridor-wide-intersection.glb-16f9b6a04fcc1a26e799ee7e394b2bc9.md5 b/escape-room/godot/imported/corridor-wide-intersection.glb-16f9b6a04fcc1a26e799ee7e394b2bc9.md5 new file mode 100644 index 0000000..327ffd1 --- /dev/null +++ b/escape-room/godot/imported/corridor-wide-intersection.glb-16f9b6a04fcc1a26e799ee7e394b2bc9.md5 @@ -0,0 +1,3 @@ +source_md5="6ad67b3870b4098e09a1d22d5eaf79f9" +dest_md5="c82af0e02460dea949931f5c32b8808b" + diff --git a/escape-room/godot/imported/corridor-wide-intersection.glb-16f9b6a04fcc1a26e799ee7e394b2bc9.scn b/escape-room/godot/imported/corridor-wide-intersection.glb-16f9b6a04fcc1a26e799ee7e394b2bc9.scn new file mode 100644 index 0000000..dc2d418 Binary files /dev/null and b/escape-room/godot/imported/corridor-wide-intersection.glb-16f9b6a04fcc1a26e799ee7e394b2bc9.scn differ diff --git a/escape-room/godot/imported/corridor-wide-intersection.obj-77859c418665594ea8ffb8ddaf2f8620.md5 b/escape-room/godot/imported/corridor-wide-intersection.obj-77859c418665594ea8ffb8ddaf2f8620.md5 new file mode 100644 index 0000000..4e2dd0a --- /dev/null +++ b/escape-room/godot/imported/corridor-wide-intersection.obj-77859c418665594ea8ffb8ddaf2f8620.md5 @@ -0,0 +1,3 @@ +source_md5="f13a4ff3747c320db38f2d5d9555ad81" +dest_md5="edcf0ccaac8b882ebd9e862b07106e95" + diff --git a/escape-room/godot/imported/corridor-wide-intersection.obj-77859c418665594ea8ffb8ddaf2f8620.mesh b/escape-room/godot/imported/corridor-wide-intersection.obj-77859c418665594ea8ffb8ddaf2f8620.mesh new file mode 100644 index 0000000..a6f357c Binary files /dev/null and b/escape-room/godot/imported/corridor-wide-intersection.obj-77859c418665594ea8ffb8ddaf2f8620.mesh differ diff --git a/escape-room/godot/imported/corridor-wide-intersection.png-a54f91d43420b8e7861d695759f7c3a0.ctex b/escape-room/godot/imported/corridor-wide-intersection.png-a54f91d43420b8e7861d695759f7c3a0.ctex new file mode 100644 index 0000000..883be66 Binary files /dev/null and b/escape-room/godot/imported/corridor-wide-intersection.png-a54f91d43420b8e7861d695759f7c3a0.ctex differ diff --git a/escape-room/godot/imported/corridor-wide-intersection.png-a54f91d43420b8e7861d695759f7c3a0.md5 b/escape-room/godot/imported/corridor-wide-intersection.png-a54f91d43420b8e7861d695759f7c3a0.md5 new file mode 100644 index 0000000..51dbe38 --- /dev/null +++ b/escape-room/godot/imported/corridor-wide-intersection.png-a54f91d43420b8e7861d695759f7c3a0.md5 @@ -0,0 +1,3 @@ +source_md5="444a9085231f70c46d04e657a787c9da" +dest_md5="f5357f91801b63d870623bab863deaa9" + diff --git a/escape-room/godot/imported/corridor-wide-junction.fbx-cabd526f678c8b27be5fbcafa1835067.md5 b/escape-room/godot/imported/corridor-wide-junction.fbx-cabd526f678c8b27be5fbcafa1835067.md5 new file mode 100644 index 0000000..93d2e7e --- /dev/null +++ b/escape-room/godot/imported/corridor-wide-junction.fbx-cabd526f678c8b27be5fbcafa1835067.md5 @@ -0,0 +1,3 @@ +source_md5="463d8129165d6079a51374c6cbebb13f" +dest_md5="69c23183771b21a581bee346a2f8f39e" + diff --git a/escape-room/godot/imported/corridor-wide-junction.fbx-cabd526f678c8b27be5fbcafa1835067.scn b/escape-room/godot/imported/corridor-wide-junction.fbx-cabd526f678c8b27be5fbcafa1835067.scn new file mode 100644 index 0000000..35d3853 Binary files /dev/null and b/escape-room/godot/imported/corridor-wide-junction.fbx-cabd526f678c8b27be5fbcafa1835067.scn differ diff --git a/escape-room/godot/imported/corridor-wide-junction.glb-c81309e7cfc76fbccb7c63e38ab994f5.md5 b/escape-room/godot/imported/corridor-wide-junction.glb-c81309e7cfc76fbccb7c63e38ab994f5.md5 new file mode 100644 index 0000000..ce91a28 --- /dev/null +++ b/escape-room/godot/imported/corridor-wide-junction.glb-c81309e7cfc76fbccb7c63e38ab994f5.md5 @@ -0,0 +1,3 @@ +source_md5="f8b7388fabd189ca3e2c6fb0d1882837" +dest_md5="27554efc03d0b7ddac5c035dfad31fb2" + diff --git a/escape-room/godot/imported/corridor-wide-junction.glb-c81309e7cfc76fbccb7c63e38ab994f5.scn b/escape-room/godot/imported/corridor-wide-junction.glb-c81309e7cfc76fbccb7c63e38ab994f5.scn new file mode 100644 index 0000000..56a1401 Binary files /dev/null and b/escape-room/godot/imported/corridor-wide-junction.glb-c81309e7cfc76fbccb7c63e38ab994f5.scn differ diff --git a/escape-room/godot/imported/corridor-wide-junction.obj-191ed6548c650c04b20251c243dcbeaf.md5 b/escape-room/godot/imported/corridor-wide-junction.obj-191ed6548c650c04b20251c243dcbeaf.md5 new file mode 100644 index 0000000..70cb048 --- /dev/null +++ b/escape-room/godot/imported/corridor-wide-junction.obj-191ed6548c650c04b20251c243dcbeaf.md5 @@ -0,0 +1,3 @@ +source_md5="bbe23ccac58b079878a3e11512b5e9c3" +dest_md5="efe0bd2b7a62e7cfdc9b45e5bf69c4ea" + diff --git a/escape-room/godot/imported/corridor-wide-junction.obj-191ed6548c650c04b20251c243dcbeaf.mesh b/escape-room/godot/imported/corridor-wide-junction.obj-191ed6548c650c04b20251c243dcbeaf.mesh new file mode 100644 index 0000000..d13e248 Binary files /dev/null and b/escape-room/godot/imported/corridor-wide-junction.obj-191ed6548c650c04b20251c243dcbeaf.mesh differ diff --git a/escape-room/godot/imported/corridor-wide-junction.png-d305f87c7e2db5f4fb179aeb66ffe308.ctex b/escape-room/godot/imported/corridor-wide-junction.png-d305f87c7e2db5f4fb179aeb66ffe308.ctex new file mode 100644 index 0000000..8f40ce9 Binary files /dev/null and b/escape-room/godot/imported/corridor-wide-junction.png-d305f87c7e2db5f4fb179aeb66ffe308.ctex differ diff --git a/escape-room/godot/imported/corridor-wide-junction.png-d305f87c7e2db5f4fb179aeb66ffe308.md5 b/escape-room/godot/imported/corridor-wide-junction.png-d305f87c7e2db5f4fb179aeb66ffe308.md5 new file mode 100644 index 0000000..cdc4a3d --- /dev/null +++ b/escape-room/godot/imported/corridor-wide-junction.png-d305f87c7e2db5f4fb179aeb66ffe308.md5 @@ -0,0 +1,3 @@ +source_md5="2d36205b61d59f9df05d5c0efa5277eb" +dest_md5="096e11b6aaf61d8b8d840090fd5349cd" + diff --git a/escape-room/godot/imported/corridor-wide.fbx-9cc2a53e12956b304f2a2372bdd073cc.md5 b/escape-room/godot/imported/corridor-wide.fbx-9cc2a53e12956b304f2a2372bdd073cc.md5 new file mode 100644 index 0000000..e9bb251 --- /dev/null +++ b/escape-room/godot/imported/corridor-wide.fbx-9cc2a53e12956b304f2a2372bdd073cc.md5 @@ -0,0 +1,3 @@ +source_md5="f01e0825cca30d43552bec4e6d9878b4" +dest_md5="ee502f11c3c1ae4b0717877fc0b94a8e" + diff --git a/escape-room/godot/imported/corridor-wide.fbx-9cc2a53e12956b304f2a2372bdd073cc.scn b/escape-room/godot/imported/corridor-wide.fbx-9cc2a53e12956b304f2a2372bdd073cc.scn new file mode 100644 index 0000000..8dc11e9 Binary files /dev/null and b/escape-room/godot/imported/corridor-wide.fbx-9cc2a53e12956b304f2a2372bdd073cc.scn differ diff --git a/escape-room/godot/imported/corridor-wide.glb-e5c597240c6801d85c38dac52e2f7873.md5 b/escape-room/godot/imported/corridor-wide.glb-e5c597240c6801d85c38dac52e2f7873.md5 new file mode 100644 index 0000000..9e468a3 --- /dev/null +++ b/escape-room/godot/imported/corridor-wide.glb-e5c597240c6801d85c38dac52e2f7873.md5 @@ -0,0 +1,3 @@ +source_md5="7e8dfdd730a91504153d28c98ec6f8d4" +dest_md5="e829a04c6da24bcdd79b36bfeb01f350" + diff --git a/escape-room/godot/imported/corridor-wide.glb-e5c597240c6801d85c38dac52e2f7873.scn b/escape-room/godot/imported/corridor-wide.glb-e5c597240c6801d85c38dac52e2f7873.scn new file mode 100644 index 0000000..e018b5f Binary files /dev/null and b/escape-room/godot/imported/corridor-wide.glb-e5c597240c6801d85c38dac52e2f7873.scn differ diff --git a/escape-room/godot/imported/corridor-wide.obj-9bd782323c2e5aa22dc226ef93bf608c.md5 b/escape-room/godot/imported/corridor-wide.obj-9bd782323c2e5aa22dc226ef93bf608c.md5 new file mode 100644 index 0000000..6f8b5a7 --- /dev/null +++ b/escape-room/godot/imported/corridor-wide.obj-9bd782323c2e5aa22dc226ef93bf608c.md5 @@ -0,0 +1,3 @@ +source_md5="db040638897b8ca0b0dd8f5b7863f30e" +dest_md5="975a854d2a8149515360b794c3d74ebe" + diff --git a/escape-room/godot/imported/corridor-wide.obj-9bd782323c2e5aa22dc226ef93bf608c.mesh b/escape-room/godot/imported/corridor-wide.obj-9bd782323c2e5aa22dc226ef93bf608c.mesh new file mode 100644 index 0000000..e19234c Binary files /dev/null and b/escape-room/godot/imported/corridor-wide.obj-9bd782323c2e5aa22dc226ef93bf608c.mesh differ diff --git a/escape-room/godot/imported/corridor-wide.png-f67749ca11d3313fb26689f40a870907.ctex b/escape-room/godot/imported/corridor-wide.png-f67749ca11d3313fb26689f40a870907.ctex new file mode 100644 index 0000000..35a65e9 Binary files /dev/null and b/escape-room/godot/imported/corridor-wide.png-f67749ca11d3313fb26689f40a870907.ctex differ diff --git a/escape-room/godot/imported/corridor-wide.png-f67749ca11d3313fb26689f40a870907.md5 b/escape-room/godot/imported/corridor-wide.png-f67749ca11d3313fb26689f40a870907.md5 new file mode 100644 index 0000000..400848a --- /dev/null +++ b/escape-room/godot/imported/corridor-wide.png-f67749ca11d3313fb26689f40a870907.md5 @@ -0,0 +1,3 @@ +source_md5="e6982a7f89a18f014fa4a78c2928c548" +dest_md5="c675df62a8657e555e37bfd936261a1e" + diff --git a/escape-room/godot/imported/corridor.fbx-daaee2309523249461cfc0a5c952e20e.md5 b/escape-room/godot/imported/corridor.fbx-daaee2309523249461cfc0a5c952e20e.md5 new file mode 100644 index 0000000..e4aa091 --- /dev/null +++ b/escape-room/godot/imported/corridor.fbx-daaee2309523249461cfc0a5c952e20e.md5 @@ -0,0 +1,3 @@ +source_md5="8e12c36b675d0b59f161f00b8e165a3c" +dest_md5="8cc0183bdf4ad3c2675a5c9dbba508ee" + diff --git a/escape-room/godot/imported/corridor.fbx-daaee2309523249461cfc0a5c952e20e.scn b/escape-room/godot/imported/corridor.fbx-daaee2309523249461cfc0a5c952e20e.scn new file mode 100644 index 0000000..13311e9 Binary files /dev/null and b/escape-room/godot/imported/corridor.fbx-daaee2309523249461cfc0a5c952e20e.scn differ diff --git a/escape-room/godot/imported/corridor.glb-71b0f86571f115ac7691fafde3d6ea20.md5 b/escape-room/godot/imported/corridor.glb-71b0f86571f115ac7691fafde3d6ea20.md5 new file mode 100644 index 0000000..e59bac7 --- /dev/null +++ b/escape-room/godot/imported/corridor.glb-71b0f86571f115ac7691fafde3d6ea20.md5 @@ -0,0 +1,3 @@ +source_md5="e32a77f0d74371d79d88fb6b0c18eb64" +dest_md5="d5bd2a4b763c19d6853c1887ec54167a" + diff --git a/escape-room/godot/imported/corridor.glb-71b0f86571f115ac7691fafde3d6ea20.scn b/escape-room/godot/imported/corridor.glb-71b0f86571f115ac7691fafde3d6ea20.scn new file mode 100644 index 0000000..b22d1dd Binary files /dev/null and b/escape-room/godot/imported/corridor.glb-71b0f86571f115ac7691fafde3d6ea20.scn differ diff --git a/escape-room/godot/imported/corridor.obj-82feb29a785113da5379b65bef2a8871.md5 b/escape-room/godot/imported/corridor.obj-82feb29a785113da5379b65bef2a8871.md5 new file mode 100644 index 0000000..ba75eaf --- /dev/null +++ b/escape-room/godot/imported/corridor.obj-82feb29a785113da5379b65bef2a8871.md5 @@ -0,0 +1,3 @@ +source_md5="b161b2b5c3f4944f240d5de64df3a932" +dest_md5="1f1e923b8dea78f767a3a76adcc83310" + diff --git a/escape-room/godot/imported/corridor.obj-82feb29a785113da5379b65bef2a8871.mesh b/escape-room/godot/imported/corridor.obj-82feb29a785113da5379b65bef2a8871.mesh new file mode 100644 index 0000000..005ef15 Binary files /dev/null and b/escape-room/godot/imported/corridor.obj-82feb29a785113da5379b65bef2a8871.mesh differ diff --git a/escape-room/godot/imported/corridor.png-0af407b2d461928620b4fd253dd03603.ctex b/escape-room/godot/imported/corridor.png-0af407b2d461928620b4fd253dd03603.ctex new file mode 100644 index 0000000..9f674c5 Binary files /dev/null and b/escape-room/godot/imported/corridor.png-0af407b2d461928620b4fd253dd03603.ctex differ diff --git a/escape-room/godot/imported/corridor.png-0af407b2d461928620b4fd253dd03603.md5 b/escape-room/godot/imported/corridor.png-0af407b2d461928620b4fd253dd03603.md5 new file mode 100644 index 0000000..ab62f7b --- /dev/null +++ b/escape-room/godot/imported/corridor.png-0af407b2d461928620b4fd253dd03603.md5 @@ -0,0 +1,3 @@ +source_md5="d51c2e47fe5c30819fc37e2c0b6f7bd6" +dest_md5="ed04c3b0bc9d5603388aa3e2b3bf6478" + diff --git a/escape-room/godot/imported/crate.png-56c1f838f41efed6ea6a779bbeb6bc61.ctex b/escape-room/godot/imported/crate.png-56c1f838f41efed6ea6a779bbeb6bc61.ctex new file mode 100644 index 0000000..1165097 Binary files /dev/null and b/escape-room/godot/imported/crate.png-56c1f838f41efed6ea6a779bbeb6bc61.ctex differ diff --git a/escape-room/godot/imported/crate.png-56c1f838f41efed6ea6a779bbeb6bc61.md5 b/escape-room/godot/imported/crate.png-56c1f838f41efed6ea6a779bbeb6bc61.md5 new file mode 100644 index 0000000..52d55e0 --- /dev/null +++ b/escape-room/godot/imported/crate.png-56c1f838f41efed6ea6a779bbeb6bc61.md5 @@ -0,0 +1,3 @@ +source_md5="5b27bff303bc59fb8e491ad29739a0ec" +dest_md5="549a65343bb02d400d30ae09c2681a96" + diff --git a/escape-room/godot/imported/criminalMaleA.png-4f73f50f188d249bbe162402bf42fb0d.ctex b/escape-room/godot/imported/criminalMaleA.png-4f73f50f188d249bbe162402bf42fb0d.ctex new file mode 100644 index 0000000..73acb0a Binary files /dev/null and b/escape-room/godot/imported/criminalMaleA.png-4f73f50f188d249bbe162402bf42fb0d.ctex differ diff --git a/escape-room/godot/imported/criminalMaleA.png-4f73f50f188d249bbe162402bf42fb0d.md5 b/escape-room/godot/imported/criminalMaleA.png-4f73f50f188d249bbe162402bf42fb0d.md5 new file mode 100644 index 0000000..43d186b --- /dev/null +++ b/escape-room/godot/imported/criminalMaleA.png-4f73f50f188d249bbe162402bf42fb0d.md5 @@ -0,0 +1,3 @@ +source_md5="507d09a3e68d0a1b21760f6cf1cda6e9" +dest_md5="50ce9387531eaf9ea47f28380ff1b8e3" + diff --git a/escape-room/godot/imported/criminalMaleA.svg-eb46e77930ce17f817b53216dc3afc1d.ctex b/escape-room/godot/imported/criminalMaleA.svg-eb46e77930ce17f817b53216dc3afc1d.ctex new file mode 100644 index 0000000..fc27786 Binary files /dev/null and b/escape-room/godot/imported/criminalMaleA.svg-eb46e77930ce17f817b53216dc3afc1d.ctex differ diff --git a/escape-room/godot/imported/criminalMaleA.svg-eb46e77930ce17f817b53216dc3afc1d.md5 b/escape-room/godot/imported/criminalMaleA.svg-eb46e77930ce17f817b53216dc3afc1d.md5 new file mode 100644 index 0000000..0cc90ba --- /dev/null +++ b/escape-room/godot/imported/criminalMaleA.svg-eb46e77930ce17f817b53216dc3afc1d.md5 @@ -0,0 +1,3 @@ +source_md5="82407c559ca1dea106b558d5f0c9062d" +dest_md5="5fecd20f549d2ae718abcbdd102c453e" + diff --git a/escape-room/godot/imported/cyborgFemaleA.png-98238d8e04fb0e2a1925b0ae4c8f2a4a.ctex b/escape-room/godot/imported/cyborgFemaleA.png-98238d8e04fb0e2a1925b0ae4c8f2a4a.ctex new file mode 100644 index 0000000..213a99d Binary files /dev/null and b/escape-room/godot/imported/cyborgFemaleA.png-98238d8e04fb0e2a1925b0ae4c8f2a4a.ctex differ diff --git a/escape-room/godot/imported/cyborgFemaleA.png-98238d8e04fb0e2a1925b0ae4c8f2a4a.md5 b/escape-room/godot/imported/cyborgFemaleA.png-98238d8e04fb0e2a1925b0ae4c8f2a4a.md5 new file mode 100644 index 0000000..4797684 --- /dev/null +++ b/escape-room/godot/imported/cyborgFemaleA.png-98238d8e04fb0e2a1925b0ae4c8f2a4a.md5 @@ -0,0 +1,3 @@ +source_md5="5f6e8e6a4d44d60f292474165c98a17b" +dest_md5="b9900635d1ef9c621dddf803e9a1da25" + diff --git a/escape-room/godot/imported/cyborgFemaleA.svg-3dc6c3db3b662027da1a70a6d358aef2.ctex b/escape-room/godot/imported/cyborgFemaleA.svg-3dc6c3db3b662027da1a70a6d358aef2.ctex new file mode 100644 index 0000000..dfbf75b Binary files /dev/null and b/escape-room/godot/imported/cyborgFemaleA.svg-3dc6c3db3b662027da1a70a6d358aef2.ctex differ diff --git a/escape-room/godot/imported/cyborgFemaleA.svg-3dc6c3db3b662027da1a70a6d358aef2.md5 b/escape-room/godot/imported/cyborgFemaleA.svg-3dc6c3db3b662027da1a70a6d358aef2.md5 new file mode 100644 index 0000000..fda0bfd --- /dev/null +++ b/escape-room/godot/imported/cyborgFemaleA.svg-3dc6c3db3b662027da1a70a6d358aef2.md5 @@ -0,0 +1,3 @@ +source_md5="cf7587d1e4dd8c14342e5840e73841ea" +dest_md5="bb5b4c77a40bfc02737f24ae3e833fcc" + diff --git a/escape-room/godot/imported/desk.dae-6e884a851d4863a9ba5847d9b4b9e2f1.md5 b/escape-room/godot/imported/desk.dae-6e884a851d4863a9ba5847d9b4b9e2f1.md5 new file mode 100644 index 0000000..485c9a4 --- /dev/null +++ b/escape-room/godot/imported/desk.dae-6e884a851d4863a9ba5847d9b4b9e2f1.md5 @@ -0,0 +1,3 @@ +source_md5="d0acab20ca738178ce58fcd33b2fabb8" +dest_md5="133641275d8f1a266cf36335d615229c" + diff --git a/escape-room/godot/imported/desk.dae-6e884a851d4863a9ba5847d9b4b9e2f1.scn b/escape-room/godot/imported/desk.dae-6e884a851d4863a9ba5847d9b4b9e2f1.scn new file mode 100644 index 0000000..5089e27 Binary files /dev/null and b/escape-room/godot/imported/desk.dae-6e884a851d4863a9ba5847d9b4b9e2f1.scn differ diff --git a/escape-room/godot/imported/desk.fbx-60408ba6895671edbbc509a97287ae93.md5 b/escape-room/godot/imported/desk.fbx-60408ba6895671edbbc509a97287ae93.md5 new file mode 100644 index 0000000..06cef5e --- /dev/null +++ b/escape-room/godot/imported/desk.fbx-60408ba6895671edbbc509a97287ae93.md5 @@ -0,0 +1,3 @@ +source_md5="3a2cca2aaed93770f6b999d947ec6638" +dest_md5="cc5beb0b1ed26e7294c9d922f2852f47" + diff --git a/escape-room/godot/imported/desk.fbx-60408ba6895671edbbc509a97287ae93.scn b/escape-room/godot/imported/desk.fbx-60408ba6895671edbbc509a97287ae93.scn new file mode 100644 index 0000000..704942a Binary files /dev/null and b/escape-room/godot/imported/desk.fbx-60408ba6895671edbbc509a97287ae93.scn differ diff --git a/escape-room/godot/imported/desk.glb-6f71c68d639a81ad47aa6175a5d829aa.md5 b/escape-room/godot/imported/desk.glb-6f71c68d639a81ad47aa6175a5d829aa.md5 new file mode 100644 index 0000000..bee2c8b --- /dev/null +++ b/escape-room/godot/imported/desk.glb-6f71c68d639a81ad47aa6175a5d829aa.md5 @@ -0,0 +1,3 @@ +source_md5="3f95ec73cef661a192f70404340abeab" +dest_md5="31cd590c62dd0be30e767ab3d9c4820c" + diff --git a/escape-room/godot/imported/desk.glb-6f71c68d639a81ad47aa6175a5d829aa.scn b/escape-room/godot/imported/desk.glb-6f71c68d639a81ad47aa6175a5d829aa.scn new file mode 100644 index 0000000..12ddda5 Binary files /dev/null and b/escape-room/godot/imported/desk.glb-6f71c68d639a81ad47aa6175a5d829aa.scn differ diff --git a/escape-room/godot/imported/desk.obj-17e3728e42bbcffa5d81d637f5194552.md5 b/escape-room/godot/imported/desk.obj-17e3728e42bbcffa5d81d637f5194552.md5 new file mode 100644 index 0000000..8746775 --- /dev/null +++ b/escape-room/godot/imported/desk.obj-17e3728e42bbcffa5d81d637f5194552.md5 @@ -0,0 +1,3 @@ +source_md5="eb70ad071a8645356c56ab02486e46e6" +dest_md5="a434cb4d899512626c31ed13b82a76d7" + diff --git a/escape-room/godot/imported/desk.obj-17e3728e42bbcffa5d81d637f5194552.mesh b/escape-room/godot/imported/desk.obj-17e3728e42bbcffa5d81d637f5194552.mesh new file mode 100644 index 0000000..711368c Binary files /dev/null and b/escape-room/godot/imported/desk.obj-17e3728e42bbcffa5d81d637f5194552.mesh differ diff --git a/escape-room/godot/imported/desk.png-da1bd6f281f8ccb2a073990cdc875b97.ctex b/escape-room/godot/imported/desk.png-da1bd6f281f8ccb2a073990cdc875b97.ctex new file mode 100644 index 0000000..31db417 Binary files /dev/null and b/escape-room/godot/imported/desk.png-da1bd6f281f8ccb2a073990cdc875b97.ctex differ diff --git a/escape-room/godot/imported/desk.png-da1bd6f281f8ccb2a073990cdc875b97.md5 b/escape-room/godot/imported/desk.png-da1bd6f281f8ccb2a073990cdc875b97.md5 new file mode 100644 index 0000000..c364f9e --- /dev/null +++ b/escape-room/godot/imported/desk.png-da1bd6f281f8ccb2a073990cdc875b97.md5 @@ -0,0 +1,3 @@ +source_md5="95c7129510368765d0132bd753d3139d" +dest_md5="5bf59224c36d74ec59f934e1fd682185" + diff --git a/escape-room/godot/imported/deskCorner.dae-062e1439e7cbf1595f8f1a7a2c1fdc27.md5 b/escape-room/godot/imported/deskCorner.dae-062e1439e7cbf1595f8f1a7a2c1fdc27.md5 new file mode 100644 index 0000000..24cfc85 --- /dev/null +++ b/escape-room/godot/imported/deskCorner.dae-062e1439e7cbf1595f8f1a7a2c1fdc27.md5 @@ -0,0 +1,3 @@ +source_md5="c9b056fb854bf8ed050b59786111f37c" +dest_md5="55e4f839db8227119860ef1a653d34d2" + diff --git a/escape-room/godot/imported/deskCorner.dae-062e1439e7cbf1595f8f1a7a2c1fdc27.scn b/escape-room/godot/imported/deskCorner.dae-062e1439e7cbf1595f8f1a7a2c1fdc27.scn new file mode 100644 index 0000000..246662f Binary files /dev/null and b/escape-room/godot/imported/deskCorner.dae-062e1439e7cbf1595f8f1a7a2c1fdc27.scn differ diff --git a/escape-room/godot/imported/deskCorner.fbx-41f6222f28ca04026a3099830e68a8e6.md5 b/escape-room/godot/imported/deskCorner.fbx-41f6222f28ca04026a3099830e68a8e6.md5 new file mode 100644 index 0000000..27269f9 --- /dev/null +++ b/escape-room/godot/imported/deskCorner.fbx-41f6222f28ca04026a3099830e68a8e6.md5 @@ -0,0 +1,3 @@ +source_md5="bd9a9aa6ddee99ea06c438e3563db490" +dest_md5="d37a6cb5ba8ddd0075794cec64e3b3a4" + diff --git a/escape-room/godot/imported/deskCorner.fbx-41f6222f28ca04026a3099830e68a8e6.scn b/escape-room/godot/imported/deskCorner.fbx-41f6222f28ca04026a3099830e68a8e6.scn new file mode 100644 index 0000000..0de0300 Binary files /dev/null and b/escape-room/godot/imported/deskCorner.fbx-41f6222f28ca04026a3099830e68a8e6.scn differ diff --git a/escape-room/godot/imported/deskCorner.glb-97e8708a8d6060019d8f7a0cdca8c07b.md5 b/escape-room/godot/imported/deskCorner.glb-97e8708a8d6060019d8f7a0cdca8c07b.md5 new file mode 100644 index 0000000..64a3998 --- /dev/null +++ b/escape-room/godot/imported/deskCorner.glb-97e8708a8d6060019d8f7a0cdca8c07b.md5 @@ -0,0 +1,3 @@ +source_md5="b427c5945a95bd760ef3480cb1393df1" +dest_md5="1915b052b4baf818206d4951ec90059f" + diff --git a/escape-room/godot/imported/deskCorner.glb-97e8708a8d6060019d8f7a0cdca8c07b.scn b/escape-room/godot/imported/deskCorner.glb-97e8708a8d6060019d8f7a0cdca8c07b.scn new file mode 100644 index 0000000..f8285d7 Binary files /dev/null and b/escape-room/godot/imported/deskCorner.glb-97e8708a8d6060019d8f7a0cdca8c07b.scn differ diff --git a/escape-room/godot/imported/deskCorner.obj-2ef47c2d0410bf8429c5315628922e1a.md5 b/escape-room/godot/imported/deskCorner.obj-2ef47c2d0410bf8429c5315628922e1a.md5 new file mode 100644 index 0000000..48ba756 --- /dev/null +++ b/escape-room/godot/imported/deskCorner.obj-2ef47c2d0410bf8429c5315628922e1a.md5 @@ -0,0 +1,3 @@ +source_md5="3b2349bb00fbe8d9f0accf85a7922640" +dest_md5="59b863d1b75ad3cc9d1475c2a7c97602" + diff --git a/escape-room/godot/imported/deskCorner.obj-2ef47c2d0410bf8429c5315628922e1a.mesh b/escape-room/godot/imported/deskCorner.obj-2ef47c2d0410bf8429c5315628922e1a.mesh new file mode 100644 index 0000000..6c4f1b5 Binary files /dev/null and b/escape-room/godot/imported/deskCorner.obj-2ef47c2d0410bf8429c5315628922e1a.mesh differ diff --git a/escape-room/godot/imported/deskCorner.png-48479977702667fb6f05fe25f111b689.ctex b/escape-room/godot/imported/deskCorner.png-48479977702667fb6f05fe25f111b689.ctex new file mode 100644 index 0000000..ad59fe0 Binary files /dev/null and b/escape-room/godot/imported/deskCorner.png-48479977702667fb6f05fe25f111b689.ctex differ diff --git a/escape-room/godot/imported/deskCorner.png-48479977702667fb6f05fe25f111b689.md5 b/escape-room/godot/imported/deskCorner.png-48479977702667fb6f05fe25f111b689.md5 new file mode 100644 index 0000000..253f1dd --- /dev/null +++ b/escape-room/godot/imported/deskCorner.png-48479977702667fb6f05fe25f111b689.md5 @@ -0,0 +1,3 @@ +source_md5="bd0bea9e23e11c7b0bf1405902cfd1d7" +dest_md5="eac7d5a85028c6b4ae42eb0b2c5ef465" + diff --git a/escape-room/godot/imported/deskCorner_NE.png-25960ad6908532c6d97c7e22bc0287d6.ctex b/escape-room/godot/imported/deskCorner_NE.png-25960ad6908532c6d97c7e22bc0287d6.ctex new file mode 100644 index 0000000..2a1fc93 Binary files /dev/null and b/escape-room/godot/imported/deskCorner_NE.png-25960ad6908532c6d97c7e22bc0287d6.ctex differ diff --git a/escape-room/godot/imported/deskCorner_NE.png-25960ad6908532c6d97c7e22bc0287d6.md5 b/escape-room/godot/imported/deskCorner_NE.png-25960ad6908532c6d97c7e22bc0287d6.md5 new file mode 100644 index 0000000..170f45e --- /dev/null +++ b/escape-room/godot/imported/deskCorner_NE.png-25960ad6908532c6d97c7e22bc0287d6.md5 @@ -0,0 +1,3 @@ +source_md5="53c1305afb8dc32565b1f978229b0145" +dest_md5="2dcf9214804f642ab3d69c9e0d6d2ed0" + diff --git a/escape-room/godot/imported/deskCorner_NW.png-449d7882ef111fd50e63d791bf16365f.ctex b/escape-room/godot/imported/deskCorner_NW.png-449d7882ef111fd50e63d791bf16365f.ctex new file mode 100644 index 0000000..31e4955 Binary files /dev/null and b/escape-room/godot/imported/deskCorner_NW.png-449d7882ef111fd50e63d791bf16365f.ctex differ diff --git a/escape-room/godot/imported/deskCorner_NW.png-449d7882ef111fd50e63d791bf16365f.md5 b/escape-room/godot/imported/deskCorner_NW.png-449d7882ef111fd50e63d791bf16365f.md5 new file mode 100644 index 0000000..579915d --- /dev/null +++ b/escape-room/godot/imported/deskCorner_NW.png-449d7882ef111fd50e63d791bf16365f.md5 @@ -0,0 +1,3 @@ +source_md5="e7d4804cb350fc3a165526e17d74f1cb" +dest_md5="63e4c0df73b68c3ae3afba705a02b35d" + diff --git a/escape-room/godot/imported/deskCorner_SE.png-2d00754e73affb9fa88b4b9cb613a899.ctex b/escape-room/godot/imported/deskCorner_SE.png-2d00754e73affb9fa88b4b9cb613a899.ctex new file mode 100644 index 0000000..f6c4cbc Binary files /dev/null and b/escape-room/godot/imported/deskCorner_SE.png-2d00754e73affb9fa88b4b9cb613a899.ctex differ diff --git a/escape-room/godot/imported/deskCorner_SE.png-2d00754e73affb9fa88b4b9cb613a899.md5 b/escape-room/godot/imported/deskCorner_SE.png-2d00754e73affb9fa88b4b9cb613a899.md5 new file mode 100644 index 0000000..7d7cb2a --- /dev/null +++ b/escape-room/godot/imported/deskCorner_SE.png-2d00754e73affb9fa88b4b9cb613a899.md5 @@ -0,0 +1,3 @@ +source_md5="16b730508fc097ae7387618ae50699e9" +dest_md5="34ca88f3159bb251c8b61a0cc3475fef" + diff --git a/escape-room/godot/imported/deskCorner_SW.png-db8e7a3909f9b27a26848ea36eacd528.ctex b/escape-room/godot/imported/deskCorner_SW.png-db8e7a3909f9b27a26848ea36eacd528.ctex new file mode 100644 index 0000000..50715aa Binary files /dev/null and b/escape-room/godot/imported/deskCorner_SW.png-db8e7a3909f9b27a26848ea36eacd528.ctex differ diff --git a/escape-room/godot/imported/deskCorner_SW.png-db8e7a3909f9b27a26848ea36eacd528.md5 b/escape-room/godot/imported/deskCorner_SW.png-db8e7a3909f9b27a26848ea36eacd528.md5 new file mode 100644 index 0000000..88cba8d --- /dev/null +++ b/escape-room/godot/imported/deskCorner_SW.png-db8e7a3909f9b27a26848ea36eacd528.md5 @@ -0,0 +1,3 @@ +source_md5="e8dfc729105c77f4839b8144f0ff2879" +dest_md5="5b609fe8d07532db58b1d5161ec21920" + diff --git a/escape-room/godot/imported/desk_NE.png-a73c95c31d82e5643c312b06df1379c5.ctex b/escape-room/godot/imported/desk_NE.png-a73c95c31d82e5643c312b06df1379c5.ctex new file mode 100644 index 0000000..c50068e Binary files /dev/null and b/escape-room/godot/imported/desk_NE.png-a73c95c31d82e5643c312b06df1379c5.ctex differ diff --git a/escape-room/godot/imported/desk_NE.png-a73c95c31d82e5643c312b06df1379c5.md5 b/escape-room/godot/imported/desk_NE.png-a73c95c31d82e5643c312b06df1379c5.md5 new file mode 100644 index 0000000..a6fcba9 --- /dev/null +++ b/escape-room/godot/imported/desk_NE.png-a73c95c31d82e5643c312b06df1379c5.md5 @@ -0,0 +1,3 @@ +source_md5="b9fd68642833d5881634e4261103fdba" +dest_md5="29b705aa43aab615ed147ef53f6b1510" + diff --git a/escape-room/godot/imported/desk_NW.png-efc53a6aca3016748d5342dffd13a015.ctex b/escape-room/godot/imported/desk_NW.png-efc53a6aca3016748d5342dffd13a015.ctex new file mode 100644 index 0000000..55cffda Binary files /dev/null and b/escape-room/godot/imported/desk_NW.png-efc53a6aca3016748d5342dffd13a015.ctex differ diff --git a/escape-room/godot/imported/desk_NW.png-efc53a6aca3016748d5342dffd13a015.md5 b/escape-room/godot/imported/desk_NW.png-efc53a6aca3016748d5342dffd13a015.md5 new file mode 100644 index 0000000..025102a --- /dev/null +++ b/escape-room/godot/imported/desk_NW.png-efc53a6aca3016748d5342dffd13a015.md5 @@ -0,0 +1,3 @@ +source_md5="a308ee7c8a11a0f1eacdd58600e2acc3" +dest_md5="48df864d96bb25525f7bbfc560dede66" + diff --git a/escape-room/godot/imported/desk_SE.png-9523b132fb65dc273d4861715270a790.ctex b/escape-room/godot/imported/desk_SE.png-9523b132fb65dc273d4861715270a790.ctex new file mode 100644 index 0000000..7e2c676 Binary files /dev/null and b/escape-room/godot/imported/desk_SE.png-9523b132fb65dc273d4861715270a790.ctex differ diff --git a/escape-room/godot/imported/desk_SE.png-9523b132fb65dc273d4861715270a790.md5 b/escape-room/godot/imported/desk_SE.png-9523b132fb65dc273d4861715270a790.md5 new file mode 100644 index 0000000..9659e1c --- /dev/null +++ b/escape-room/godot/imported/desk_SE.png-9523b132fb65dc273d4861715270a790.md5 @@ -0,0 +1,3 @@ +source_md5="c661a4e38ababdedd068b808827c581c" +dest_md5="efc24c4fdcfc058cf258a8a73d46c1d8" + diff --git a/escape-room/godot/imported/desk_SW.png-c68a4a12abc1a6a94fe6134820299de0.ctex b/escape-room/godot/imported/desk_SW.png-c68a4a12abc1a6a94fe6134820299de0.ctex new file mode 100644 index 0000000..82b0bb3 Binary files /dev/null and b/escape-room/godot/imported/desk_SW.png-c68a4a12abc1a6a94fe6134820299de0.ctex differ diff --git a/escape-room/godot/imported/desk_SW.png-c68a4a12abc1a6a94fe6134820299de0.md5 b/escape-room/godot/imported/desk_SW.png-c68a4a12abc1a6a94fe6134820299de0.md5 new file mode 100644 index 0000000..084d72f --- /dev/null +++ b/escape-room/godot/imported/desk_SW.png-c68a4a12abc1a6a94fe6134820299de0.md5 @@ -0,0 +1,3 @@ +source_md5="ea3f2ea9557de30f61b99896b1249d6c" +dest_md5="d49ab2a1e7da763ace5f55d3b10c67d6" + diff --git a/escape-room/godot/imported/diffus_black.tga-31a2aff5277604d18bb2601e33d642df.ctex b/escape-room/godot/imported/diffus_black.tga-31a2aff5277604d18bb2601e33d642df.ctex new file mode 100644 index 0000000..5db765a Binary files /dev/null and b/escape-room/godot/imported/diffus_black.tga-31a2aff5277604d18bb2601e33d642df.ctex differ diff --git a/escape-room/godot/imported/diffus_black.tga-31a2aff5277604d18bb2601e33d642df.md5 b/escape-room/godot/imported/diffus_black.tga-31a2aff5277604d18bb2601e33d642df.md5 new file mode 100644 index 0000000..3982eaa --- /dev/null +++ b/escape-room/godot/imported/diffus_black.tga-31a2aff5277604d18bb2601e33d642df.md5 @@ -0,0 +1,3 @@ +source_md5="6d0b7f077ad2799158562b927df4045a" +dest_md5="a276824fd2efc65012341fbd649cc322" + diff --git a/escape-room/godot/imported/diffus_blue.tga-e1139b8dedaa8979ff389ac25be18db8.ctex b/escape-room/godot/imported/diffus_blue.tga-e1139b8dedaa8979ff389ac25be18db8.ctex new file mode 100644 index 0000000..afeeb29 Binary files /dev/null and b/escape-room/godot/imported/diffus_blue.tga-e1139b8dedaa8979ff389ac25be18db8.ctex differ diff --git a/escape-room/godot/imported/diffus_blue.tga-e1139b8dedaa8979ff389ac25be18db8.md5 b/escape-room/godot/imported/diffus_blue.tga-e1139b8dedaa8979ff389ac25be18db8.md5 new file mode 100644 index 0000000..16857dd --- /dev/null +++ b/escape-room/godot/imported/diffus_blue.tga-e1139b8dedaa8979ff389ac25be18db8.md5 @@ -0,0 +1,3 @@ +source_md5="ae98df2f4d685f1b8f606962eef4e43c" +dest_md5="ac58c9607bae3dcdcb1df53b8f958f58" + diff --git a/escape-room/godot/imported/diffus_green.tga-00cd25fb2e80ddfcc96f725f406fcde4.ctex b/escape-room/godot/imported/diffus_green.tga-00cd25fb2e80ddfcc96f725f406fcde4.ctex new file mode 100644 index 0000000..7f07e99 Binary files /dev/null and b/escape-room/godot/imported/diffus_green.tga-00cd25fb2e80ddfcc96f725f406fcde4.ctex differ diff --git a/escape-room/godot/imported/diffus_green.tga-00cd25fb2e80ddfcc96f725f406fcde4.md5 b/escape-room/godot/imported/diffus_green.tga-00cd25fb2e80ddfcc96f725f406fcde4.md5 new file mode 100644 index 0000000..a83a972 --- /dev/null +++ b/escape-room/godot/imported/diffus_green.tga-00cd25fb2e80ddfcc96f725f406fcde4.md5 @@ -0,0 +1,3 @@ +source_md5="dc011f9bb736f71a1cbad0062b2985ef" +dest_md5="061a1fcc9dcae7b5acb412098342726e" + diff --git a/escape-room/godot/imported/diffus_red.tga-b2df8d8272cb712d3583fc23f8e1cd01.ctex b/escape-room/godot/imported/diffus_red.tga-b2df8d8272cb712d3583fc23f8e1cd01.ctex new file mode 100644 index 0000000..c2606bc Binary files /dev/null and b/escape-room/godot/imported/diffus_red.tga-b2df8d8272cb712d3583fc23f8e1cd01.ctex differ diff --git a/escape-room/godot/imported/diffus_red.tga-b2df8d8272cb712d3583fc23f8e1cd01.md5 b/escape-room/godot/imported/diffus_red.tga-b2df8d8272cb712d3583fc23f8e1cd01.md5 new file mode 100644 index 0000000..9ab9f73 --- /dev/null +++ b/escape-room/godot/imported/diffus_red.tga-b2df8d8272cb712d3583fc23f8e1cd01.md5 @@ -0,0 +1,3 @@ +source_md5="f03191785ba586984ec6aa1c0681aa91" +dest_md5="11894fe6491c28561c9739d382101e8e" + diff --git a/escape-room/godot/imported/diffus_rust.tga-79b137ae93aa42cae348935af299b654.ctex b/escape-room/godot/imported/diffus_rust.tga-79b137ae93aa42cae348935af299b654.ctex new file mode 100644 index 0000000..fd1a3c2 Binary files /dev/null and b/escape-room/godot/imported/diffus_rust.tga-79b137ae93aa42cae348935af299b654.ctex differ diff --git a/escape-room/godot/imported/diffus_rust.tga-79b137ae93aa42cae348935af299b654.md5 b/escape-room/godot/imported/diffus_rust.tga-79b137ae93aa42cae348935af299b654.md5 new file mode 100644 index 0000000..2086efc --- /dev/null +++ b/escape-room/godot/imported/diffus_rust.tga-79b137ae93aa42cae348935af299b654.md5 @@ -0,0 +1,3 @@ +source_md5="18eb4e76dacd51cb37f608373da2709c" +dest_md5="b62bd9b2aeb0038ecc5af95f652d342a" + diff --git a/escape-room/godot/imported/diffus_stainless_steel.tga-3c4fab3761829dd01bb4b36740e3796d.ctex b/escape-room/godot/imported/diffus_stainless_steel.tga-3c4fab3761829dd01bb4b36740e3796d.ctex new file mode 100644 index 0000000..e2d85e7 Binary files /dev/null and b/escape-room/godot/imported/diffus_stainless_steel.tga-3c4fab3761829dd01bb4b36740e3796d.ctex differ diff --git a/escape-room/godot/imported/diffus_stainless_steel.tga-3c4fab3761829dd01bb4b36740e3796d.md5 b/escape-room/godot/imported/diffus_stainless_steel.tga-3c4fab3761829dd01bb4b36740e3796d.md5 new file mode 100644 index 0000000..a2b9eb1 --- /dev/null +++ b/escape-room/godot/imported/diffus_stainless_steel.tga-3c4fab3761829dd01bb4b36740e3796d.md5 @@ -0,0 +1,3 @@ +source_md5="b41c445427a22fbc5432049e235175d8" +dest_md5="a5cf3ae46ac858d03fcf0bab6aa93fca" + diff --git a/escape-room/godot/imported/diffus_yellow.tga-954f4b910027580006f59cd605c895c9.ctex b/escape-room/godot/imported/diffus_yellow.tga-954f4b910027580006f59cd605c895c9.ctex new file mode 100644 index 0000000..3aed66a Binary files /dev/null and b/escape-room/godot/imported/diffus_yellow.tga-954f4b910027580006f59cd605c895c9.ctex differ diff --git a/escape-room/godot/imported/diffus_yellow.tga-954f4b910027580006f59cd605c895c9.md5 b/escape-room/godot/imported/diffus_yellow.tga-954f4b910027580006f59cd605c895c9.md5 new file mode 100644 index 0000000..3c2ca3e --- /dev/null +++ b/escape-room/godot/imported/diffus_yellow.tga-954f4b910027580006f59cd605c895c9.md5 @@ -0,0 +1,3 @@ +source_md5="4bdddd0cd5d5ec6be1d0affbe4a9c33f" +dest_md5="2ae2b380c070ca53748eb1c5ad5f5605" + diff --git a/escape-room/godot/imported/disco_ball-cc9fbad73ba9c604b04283c14d8910e8.bin b/escape-room/godot/imported/disco_ball-cc9fbad73ba9c604b04283c14d8910e8.bin new file mode 100644 index 0000000..0478c49 Binary files /dev/null and b/escape-room/godot/imported/disco_ball-cc9fbad73ba9c604b04283c14d8910e8.bin differ diff --git a/escape-room/godot/imported/disco_ball-cc9fbad73ba9c604b04283c14d8910e8.gltf b/escape-room/godot/imported/disco_ball-cc9fbad73ba9c604b04283c14d8910e8.gltf new file mode 100644 index 0000000..23516b3 --- /dev/null +++ b/escape-room/godot/imported/disco_ball-cc9fbad73ba9c604b04283c14d8910e8.gltf @@ -0,0 +1,185 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Disco Ball", + "scale":[ + 0.9900933504104614, + 0.9900933504104614, + 0.9900933504104614 + ] + }, + { + "mesh":1, + "name":"Disco Ball Normal" + } + ], + "meshes":[ + { + "name":"Disco Ball Mesh", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4 + } + ] + }, + { + "name":"Disco Ball Normal Mesh", + "primitives":[ + { + "attributes":{ + "POSITION":5, + "NORMAL":6 + }, + "indices":7 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":206, + "max":[ + 0.834880530834198, + 0.8401125073432922, + 0.8348807692527771 + ], + "min":[ + -0.8348812460899353, + -0.8401125073432922, + -0.8348808884620667 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":206, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":206, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":206, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":816, + "type":"SCALAR" + }, + { + "bufferView":5, + "componentType":5126, + "count":30720, + "max":[ + 0.9140778183937073, + 0.9140776991844177, + 0.9140781760215759 + ], + "min":[ + -0.9140777587890625, + -0.9140777587890625, + -0.9140773415565491 + ], + "type":"VEC3" + }, + { + "bufferView":6, + "componentType":5126, + "count":30720, + "type":"VEC3" + }, + { + "bufferView":7, + "componentType":5123, + "count":46080, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":2472, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":2472, + "byteOffset":2472, + "target":34962 + }, + { + "buffer":0, + "byteLength":1648, + "byteOffset":4944, + "target":34962 + }, + { + "buffer":0, + "byteLength":3296, + "byteOffset":6592, + "target":34962 + }, + { + "buffer":0, + "byteLength":1632, + "byteOffset":9888, + "target":34963 + }, + { + "buffer":0, + "byteLength":368640, + "byteOffset":11520, + "target":34962 + }, + { + "buffer":0, + "byteLength":368640, + "byteOffset":380160, + "target":34962 + }, + { + "buffer":0, + "byteLength":92160, + "byteOffset":748800, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":840960, + "uri":"disco_ball-cc9fbad73ba9c604b04283c14d8910e8.bin" + } + ] +} diff --git a/escape-room/godot/imported/disco_ball.blend-cc9fbad73ba9c604b04283c14d8910e8.md5 b/escape-room/godot/imported/disco_ball.blend-cc9fbad73ba9c604b04283c14d8910e8.md5 new file mode 100644 index 0000000..4227894 --- /dev/null +++ b/escape-room/godot/imported/disco_ball.blend-cc9fbad73ba9c604b04283c14d8910e8.md5 @@ -0,0 +1,3 @@ +source_md5="b74f4aaeac1f44065e247aa6a8cf92a2" +dest_md5="29e3741f9796b61561e8ce3242add0d0" + diff --git a/escape-room/godot/imported/disco_ball.blend-cc9fbad73ba9c604b04283c14d8910e8.scn b/escape-room/godot/imported/disco_ball.blend-cc9fbad73ba9c604b04283c14d8910e8.scn new file mode 100644 index 0000000..321c2f3 Binary files /dev/null and b/escape-room/godot/imported/disco_ball.blend-cc9fbad73ba9c604b04283c14d8910e8.scn differ diff --git a/escape-room/godot/imported/disco_ball_diff.png-522876dedd17e1daf4338329aa13c4d8.ctex b/escape-room/godot/imported/disco_ball_diff.png-522876dedd17e1daf4338329aa13c4d8.ctex new file mode 100644 index 0000000..9422cd3 Binary files /dev/null and b/escape-room/godot/imported/disco_ball_diff.png-522876dedd17e1daf4338329aa13c4d8.ctex differ diff --git a/escape-room/godot/imported/disco_ball_diff.png-522876dedd17e1daf4338329aa13c4d8.md5 b/escape-room/godot/imported/disco_ball_diff.png-522876dedd17e1daf4338329aa13c4d8.md5 new file mode 100644 index 0000000..2496bfe --- /dev/null +++ b/escape-room/godot/imported/disco_ball_diff.png-522876dedd17e1daf4338329aa13c4d8.md5 @@ -0,0 +1,3 @@ +source_md5="4dca45640ec42f5cfa7d0cfb9cef4852" +dest_md5="59fb9e7ea1fcaa17fbdca91cfb66cb0c" + diff --git a/escape-room/godot/imported/disco_ball_normal.png-c5671fb2f6ced86f8ee2566b0531b50e.ctex b/escape-room/godot/imported/disco_ball_normal.png-c5671fb2f6ced86f8ee2566b0531b50e.ctex new file mode 100644 index 0000000..de9ffdb Binary files /dev/null and b/escape-room/godot/imported/disco_ball_normal.png-c5671fb2f6ced86f8ee2566b0531b50e.ctex differ diff --git a/escape-room/godot/imported/disco_ball_normal.png-c5671fb2f6ced86f8ee2566b0531b50e.md5 b/escape-room/godot/imported/disco_ball_normal.png-c5671fb2f6ced86f8ee2566b0531b50e.md5 new file mode 100644 index 0000000..084890a --- /dev/null +++ b/escape-room/godot/imported/disco_ball_normal.png-c5671fb2f6ced86f8ee2566b0531b50e.md5 @@ -0,0 +1,3 @@ +source_md5="2bdb3a389f13acc845aebc7a1561d1fb" +dest_md5="6041c102926801504d4eb07d48a381b1" + diff --git a/escape-room/godot/imported/doorUV.png-e15592ff003b5085ef424ba37eaa621d.ctex b/escape-room/godot/imported/doorUV.png-e15592ff003b5085ef424ba37eaa621d.ctex new file mode 100644 index 0000000..c37a0d3 Binary files /dev/null and b/escape-room/godot/imported/doorUV.png-e15592ff003b5085ef424ba37eaa621d.ctex differ diff --git a/escape-room/godot/imported/doorUV.png-e15592ff003b5085ef424ba37eaa621d.md5 b/escape-room/godot/imported/doorUV.png-e15592ff003b5085ef424ba37eaa621d.md5 new file mode 100644 index 0000000..1c82c6a --- /dev/null +++ b/escape-room/godot/imported/doorUV.png-e15592ff003b5085ef424ba37eaa621d.md5 @@ -0,0 +1,3 @@ +source_md5="0ccc53157ff6d83e78b1dc11d875dd1c" +dest_md5="aa28a2b40981e0d9fb6ed8853cbfe69d" + diff --git a/escape-room/godot/imported/door_color.png-ca7983ad08050bef7419bf9ad75d150d.etc2.ctex b/escape-room/godot/imported/door_color.png-ca7983ad08050bef7419bf9ad75d150d.etc2.ctex new file mode 100644 index 0000000..aa8e9ff Binary files /dev/null and b/escape-room/godot/imported/door_color.png-ca7983ad08050bef7419bf9ad75d150d.etc2.ctex differ diff --git a/escape-room/godot/imported/door_color.png-ca7983ad08050bef7419bf9ad75d150d.md5 b/escape-room/godot/imported/door_color.png-ca7983ad08050bef7419bf9ad75d150d.md5 new file mode 100644 index 0000000..205ffa4 --- /dev/null +++ b/escape-room/godot/imported/door_color.png-ca7983ad08050bef7419bf9ad75d150d.md5 @@ -0,0 +1,3 @@ +source_md5="8a4ebb81084d42f0f336bc77003b0700" +dest_md5="98fd53c3806e41e49fa689d74d250d7e" + diff --git a/escape-room/godot/imported/door_color.png-ca7983ad08050bef7419bf9ad75d150d.s3tc.ctex b/escape-room/godot/imported/door_color.png-ca7983ad08050bef7419bf9ad75d150d.s3tc.ctex new file mode 100644 index 0000000..5c77923 Binary files /dev/null and b/escape-room/godot/imported/door_color.png-ca7983ad08050bef7419bf9ad75d150d.s3tc.ctex differ diff --git a/escape-room/godot/imported/door_height.png-ad465bb2d075e8ee09aea74ab3a97965.ctex b/escape-room/godot/imported/door_height.png-ad465bb2d075e8ee09aea74ab3a97965.ctex new file mode 100644 index 0000000..dc5f80c Binary files /dev/null and b/escape-room/godot/imported/door_height.png-ad465bb2d075e8ee09aea74ab3a97965.ctex differ diff --git a/escape-room/godot/imported/door_height.png-ad465bb2d075e8ee09aea74ab3a97965.md5 b/escape-room/godot/imported/door_height.png-ad465bb2d075e8ee09aea74ab3a97965.md5 new file mode 100644 index 0000000..c85ac00 --- /dev/null +++ b/escape-room/godot/imported/door_height.png-ad465bb2d075e8ee09aea74ab3a97965.md5 @@ -0,0 +1,3 @@ +source_md5="8fa1734736859c37144def0332f6d281" +dest_md5="84fba27059202bf4911c91635c741c27" + diff --git a/escape-room/godot/imported/door_metal.png-6e57b81cc86ae8b51cafa418de97702f.etc2.ctex b/escape-room/godot/imported/door_metal.png-6e57b81cc86ae8b51cafa418de97702f.etc2.ctex new file mode 100644 index 0000000..daf564a Binary files /dev/null and b/escape-room/godot/imported/door_metal.png-6e57b81cc86ae8b51cafa418de97702f.etc2.ctex differ diff --git a/escape-room/godot/imported/door_metal.png-6e57b81cc86ae8b51cafa418de97702f.md5 b/escape-room/godot/imported/door_metal.png-6e57b81cc86ae8b51cafa418de97702f.md5 new file mode 100644 index 0000000..9d04112 --- /dev/null +++ b/escape-room/godot/imported/door_metal.png-6e57b81cc86ae8b51cafa418de97702f.md5 @@ -0,0 +1,3 @@ +source_md5="b8c5f12dd4c4f7eb01df2d725f9d3c13" +dest_md5="083423dd99054c1df5ae2c7db1269020" + diff --git a/escape-room/godot/imported/door_metal.png-6e57b81cc86ae8b51cafa418de97702f.s3tc.ctex b/escape-room/godot/imported/door_metal.png-6e57b81cc86ae8b51cafa418de97702f.s3tc.ctex new file mode 100644 index 0000000..08b3664 Binary files /dev/null and b/escape-room/godot/imported/door_metal.png-6e57b81cc86ae8b51cafa418de97702f.s3tc.ctex differ diff --git a/escape-room/godot/imported/door_normal.png-1fafd9598d6bdc1e4afd6d6f98de062b.etc2.ctex b/escape-room/godot/imported/door_normal.png-1fafd9598d6bdc1e4afd6d6f98de062b.etc2.ctex new file mode 100644 index 0000000..8cff8a1 Binary files /dev/null and b/escape-room/godot/imported/door_normal.png-1fafd9598d6bdc1e4afd6d6f98de062b.etc2.ctex differ diff --git a/escape-room/godot/imported/door_normal.png-1fafd9598d6bdc1e4afd6d6f98de062b.md5 b/escape-room/godot/imported/door_normal.png-1fafd9598d6bdc1e4afd6d6f98de062b.md5 new file mode 100644 index 0000000..42af936 --- /dev/null +++ b/escape-room/godot/imported/door_normal.png-1fafd9598d6bdc1e4afd6d6f98de062b.md5 @@ -0,0 +1,3 @@ +source_md5="3a16b46935c0828187f8d4b4f2b7232d" +dest_md5="3e9dcc2b03188877b7f8a79048b0b325" + diff --git a/escape-room/godot/imported/door_normal.png-1fafd9598d6bdc1e4afd6d6f98de062b.s3tc.ctex b/escape-room/godot/imported/door_normal.png-1fafd9598d6bdc1e4afd6d6f98de062b.s3tc.ctex new file mode 100644 index 0000000..2133a51 Binary files /dev/null and b/escape-room/godot/imported/door_normal.png-1fafd9598d6bdc1e4afd6d6f98de062b.s3tc.ctex differ diff --git a/escape-room/godot/imported/doorway.dae-fe76e21c4aacaa8fc8e03240eb0369b3.md5 b/escape-room/godot/imported/doorway.dae-fe76e21c4aacaa8fc8e03240eb0369b3.md5 new file mode 100644 index 0000000..1bbdcf1 --- /dev/null +++ b/escape-room/godot/imported/doorway.dae-fe76e21c4aacaa8fc8e03240eb0369b3.md5 @@ -0,0 +1,3 @@ +source_md5="28b07f569b726d01c5d56de22ec9646b" +dest_md5="2d106e06beb3012ffebe958d7b46f5fe" + diff --git a/escape-room/godot/imported/doorway.dae-fe76e21c4aacaa8fc8e03240eb0369b3.scn b/escape-room/godot/imported/doorway.dae-fe76e21c4aacaa8fc8e03240eb0369b3.scn new file mode 100644 index 0000000..974eb78 Binary files /dev/null and b/escape-room/godot/imported/doorway.dae-fe76e21c4aacaa8fc8e03240eb0369b3.scn differ diff --git a/escape-room/godot/imported/doorway.fbx-216b1fd40c587d67dd9d9f06780efff9.md5 b/escape-room/godot/imported/doorway.fbx-216b1fd40c587d67dd9d9f06780efff9.md5 new file mode 100644 index 0000000..b8004d5 --- /dev/null +++ b/escape-room/godot/imported/doorway.fbx-216b1fd40c587d67dd9d9f06780efff9.md5 @@ -0,0 +1,3 @@ +source_md5="2d6ddcaaadde306b5907af9237c6ce10" +dest_md5="4f14e7c2fa321dfc690782a224c688da" + diff --git a/escape-room/godot/imported/doorway.fbx-216b1fd40c587d67dd9d9f06780efff9.scn b/escape-room/godot/imported/doorway.fbx-216b1fd40c587d67dd9d9f06780efff9.scn new file mode 100644 index 0000000..639c333 Binary files /dev/null and b/escape-room/godot/imported/doorway.fbx-216b1fd40c587d67dd9d9f06780efff9.scn differ diff --git a/escape-room/godot/imported/doorway.glb-75073bfb16a01232347f2b19ad115c2a.md5 b/escape-room/godot/imported/doorway.glb-75073bfb16a01232347f2b19ad115c2a.md5 new file mode 100644 index 0000000..1f2dee8 --- /dev/null +++ b/escape-room/godot/imported/doorway.glb-75073bfb16a01232347f2b19ad115c2a.md5 @@ -0,0 +1,3 @@ +source_md5="4496fed981a0e9089a2f31a6eef3df34" +dest_md5="121551668d2778c105140e1f390f14ff" + diff --git a/escape-room/godot/imported/doorway.glb-75073bfb16a01232347f2b19ad115c2a.scn b/escape-room/godot/imported/doorway.glb-75073bfb16a01232347f2b19ad115c2a.scn new file mode 100644 index 0000000..7c7d799 Binary files /dev/null and b/escape-room/godot/imported/doorway.glb-75073bfb16a01232347f2b19ad115c2a.scn differ diff --git a/escape-room/godot/imported/doorway.obj-125b7133bf988d5610339ef5daac9d87.md5 b/escape-room/godot/imported/doorway.obj-125b7133bf988d5610339ef5daac9d87.md5 new file mode 100644 index 0000000..f002777 --- /dev/null +++ b/escape-room/godot/imported/doorway.obj-125b7133bf988d5610339ef5daac9d87.md5 @@ -0,0 +1,3 @@ +source_md5="e3b070c237e74aafda7e5ce7e99d79dd" +dest_md5="8477655d3d3ed40b5ac949de49c761df" + diff --git a/escape-room/godot/imported/doorway.obj-125b7133bf988d5610339ef5daac9d87.mesh b/escape-room/godot/imported/doorway.obj-125b7133bf988d5610339ef5daac9d87.mesh new file mode 100644 index 0000000..660a00a Binary files /dev/null and b/escape-room/godot/imported/doorway.obj-125b7133bf988d5610339ef5daac9d87.mesh differ diff --git a/escape-room/godot/imported/doorway.png-3b4f7614bb369ba292734ca478e1a83b.ctex b/escape-room/godot/imported/doorway.png-3b4f7614bb369ba292734ca478e1a83b.ctex new file mode 100644 index 0000000..c11acb3 Binary files /dev/null and b/escape-room/godot/imported/doorway.png-3b4f7614bb369ba292734ca478e1a83b.ctex differ diff --git a/escape-room/godot/imported/doorway.png-3b4f7614bb369ba292734ca478e1a83b.md5 b/escape-room/godot/imported/doorway.png-3b4f7614bb369ba292734ca478e1a83b.md5 new file mode 100644 index 0000000..9c397dd --- /dev/null +++ b/escape-room/godot/imported/doorway.png-3b4f7614bb369ba292734ca478e1a83b.md5 @@ -0,0 +1,3 @@ +source_md5="b1ba75bcd38951363a5a054e36f1603b" +dest_md5="4b3722f2d84e63accadfffa5ef8c1425" + diff --git a/escape-room/godot/imported/doorwayFront.dae-864fefb48f16cc88670b3318d18fafa3.md5 b/escape-room/godot/imported/doorwayFront.dae-864fefb48f16cc88670b3318d18fafa3.md5 new file mode 100644 index 0000000..0f87600 --- /dev/null +++ b/escape-room/godot/imported/doorwayFront.dae-864fefb48f16cc88670b3318d18fafa3.md5 @@ -0,0 +1,3 @@ +source_md5="9257b5274aa11070f5ae40f3e8af1e07" +dest_md5="ef9e93a840e2882b5e36ef2f9a0c0d4e" + diff --git a/escape-room/godot/imported/doorwayFront.dae-864fefb48f16cc88670b3318d18fafa3.scn b/escape-room/godot/imported/doorwayFront.dae-864fefb48f16cc88670b3318d18fafa3.scn new file mode 100644 index 0000000..ad80564 Binary files /dev/null and b/escape-room/godot/imported/doorwayFront.dae-864fefb48f16cc88670b3318d18fafa3.scn differ diff --git a/escape-room/godot/imported/doorwayFront.fbx-50fc7444a3b030d8ef1d42e661eb78ca.md5 b/escape-room/godot/imported/doorwayFront.fbx-50fc7444a3b030d8ef1d42e661eb78ca.md5 new file mode 100644 index 0000000..4e16d0d --- /dev/null +++ b/escape-room/godot/imported/doorwayFront.fbx-50fc7444a3b030d8ef1d42e661eb78ca.md5 @@ -0,0 +1,3 @@ +source_md5="dbd9c4ca7d771f92ab4b723b6fa5a69a" +dest_md5="9d0f853973aaa9defbf93e9805e80f2c" + diff --git a/escape-room/godot/imported/doorwayFront.fbx-50fc7444a3b030d8ef1d42e661eb78ca.scn b/escape-room/godot/imported/doorwayFront.fbx-50fc7444a3b030d8ef1d42e661eb78ca.scn new file mode 100644 index 0000000..4e737cd Binary files /dev/null and b/escape-room/godot/imported/doorwayFront.fbx-50fc7444a3b030d8ef1d42e661eb78ca.scn differ diff --git a/escape-room/godot/imported/doorwayFront.glb-dd0c8c67e26fa1a0b919f39801002104.md5 b/escape-room/godot/imported/doorwayFront.glb-dd0c8c67e26fa1a0b919f39801002104.md5 new file mode 100644 index 0000000..bb9d299 --- /dev/null +++ b/escape-room/godot/imported/doorwayFront.glb-dd0c8c67e26fa1a0b919f39801002104.md5 @@ -0,0 +1,3 @@ +source_md5="6b569708e9e10b7a3d11e6ad742111fc" +dest_md5="5b1afacc77777fe56301ca6da2134721" + diff --git a/escape-room/godot/imported/doorwayFront.glb-dd0c8c67e26fa1a0b919f39801002104.scn b/escape-room/godot/imported/doorwayFront.glb-dd0c8c67e26fa1a0b919f39801002104.scn new file mode 100644 index 0000000..b02b5db Binary files /dev/null and b/escape-room/godot/imported/doorwayFront.glb-dd0c8c67e26fa1a0b919f39801002104.scn differ diff --git a/escape-room/godot/imported/doorwayFront.obj-14c33b939b445884dd22dc353f2a8209.md5 b/escape-room/godot/imported/doorwayFront.obj-14c33b939b445884dd22dc353f2a8209.md5 new file mode 100644 index 0000000..029445b --- /dev/null +++ b/escape-room/godot/imported/doorwayFront.obj-14c33b939b445884dd22dc353f2a8209.md5 @@ -0,0 +1,3 @@ +source_md5="689da399e73e88454d92c5751ed89db5" +dest_md5="ba5ffe0b17ff93f35eff8111b5cc8bea" + diff --git a/escape-room/godot/imported/doorwayFront.obj-14c33b939b445884dd22dc353f2a8209.mesh b/escape-room/godot/imported/doorwayFront.obj-14c33b939b445884dd22dc353f2a8209.mesh new file mode 100644 index 0000000..176d554 Binary files /dev/null and b/escape-room/godot/imported/doorwayFront.obj-14c33b939b445884dd22dc353f2a8209.mesh differ diff --git a/escape-room/godot/imported/doorwayFront.png-947015130fbfdbb7ca64b515e0360db5.ctex b/escape-room/godot/imported/doorwayFront.png-947015130fbfdbb7ca64b515e0360db5.ctex new file mode 100644 index 0000000..913a7a8 Binary files /dev/null and b/escape-room/godot/imported/doorwayFront.png-947015130fbfdbb7ca64b515e0360db5.ctex differ diff --git a/escape-room/godot/imported/doorwayFront.png-947015130fbfdbb7ca64b515e0360db5.md5 b/escape-room/godot/imported/doorwayFront.png-947015130fbfdbb7ca64b515e0360db5.md5 new file mode 100644 index 0000000..09b7768 --- /dev/null +++ b/escape-room/godot/imported/doorwayFront.png-947015130fbfdbb7ca64b515e0360db5.md5 @@ -0,0 +1,3 @@ +source_md5="c94a95ca6a0d385789ca048ad55f43d6" +dest_md5="cd1a4ca6fbd7bace0bd5407cd619cdd1" + diff --git a/escape-room/godot/imported/doorwayFront_NE.png-091d8dfdf6406ab784875b5090f41344.ctex b/escape-room/godot/imported/doorwayFront_NE.png-091d8dfdf6406ab784875b5090f41344.ctex new file mode 100644 index 0000000..3dabd58 Binary files /dev/null and b/escape-room/godot/imported/doorwayFront_NE.png-091d8dfdf6406ab784875b5090f41344.ctex differ diff --git a/escape-room/godot/imported/doorwayFront_NE.png-091d8dfdf6406ab784875b5090f41344.md5 b/escape-room/godot/imported/doorwayFront_NE.png-091d8dfdf6406ab784875b5090f41344.md5 new file mode 100644 index 0000000..d461a98 --- /dev/null +++ b/escape-room/godot/imported/doorwayFront_NE.png-091d8dfdf6406ab784875b5090f41344.md5 @@ -0,0 +1,3 @@ +source_md5="563743f1a61bb095515522bf0d512e5e" +dest_md5="b19fd095b3dc17545ea4a8ab79bdaef1" + diff --git a/escape-room/godot/imported/doorwayFront_NW.png-f516d9af5e5697f94315bfaf74252b9c.ctex b/escape-room/godot/imported/doorwayFront_NW.png-f516d9af5e5697f94315bfaf74252b9c.ctex new file mode 100644 index 0000000..b3ae74d Binary files /dev/null and b/escape-room/godot/imported/doorwayFront_NW.png-f516d9af5e5697f94315bfaf74252b9c.ctex differ diff --git a/escape-room/godot/imported/doorwayFront_NW.png-f516d9af5e5697f94315bfaf74252b9c.md5 b/escape-room/godot/imported/doorwayFront_NW.png-f516d9af5e5697f94315bfaf74252b9c.md5 new file mode 100644 index 0000000..f8e54e7 --- /dev/null +++ b/escape-room/godot/imported/doorwayFront_NW.png-f516d9af5e5697f94315bfaf74252b9c.md5 @@ -0,0 +1,3 @@ +source_md5="91cd66b320d95592a43eeabd153607dd" +dest_md5="73fe64b0f23752ca0573364a461831c6" + diff --git a/escape-room/godot/imported/doorwayFront_SE.png-3ea27d253d3d21fdd28706cd43d6042c.ctex b/escape-room/godot/imported/doorwayFront_SE.png-3ea27d253d3d21fdd28706cd43d6042c.ctex new file mode 100644 index 0000000..498f333 Binary files /dev/null and b/escape-room/godot/imported/doorwayFront_SE.png-3ea27d253d3d21fdd28706cd43d6042c.ctex differ diff --git a/escape-room/godot/imported/doorwayFront_SE.png-3ea27d253d3d21fdd28706cd43d6042c.md5 b/escape-room/godot/imported/doorwayFront_SE.png-3ea27d253d3d21fdd28706cd43d6042c.md5 new file mode 100644 index 0000000..507b965 --- /dev/null +++ b/escape-room/godot/imported/doorwayFront_SE.png-3ea27d253d3d21fdd28706cd43d6042c.md5 @@ -0,0 +1,3 @@ +source_md5="384091c503058bd336b905edb3f2d130" +dest_md5="820408ded47d3c4709b1c393ea59a0ab" + diff --git a/escape-room/godot/imported/doorwayFront_SW.png-a673eb2cf203f44e4c3eaa61164c9fec.ctex b/escape-room/godot/imported/doorwayFront_SW.png-a673eb2cf203f44e4c3eaa61164c9fec.ctex new file mode 100644 index 0000000..7e3b1a5 Binary files /dev/null and b/escape-room/godot/imported/doorwayFront_SW.png-a673eb2cf203f44e4c3eaa61164c9fec.ctex differ diff --git a/escape-room/godot/imported/doorwayFront_SW.png-a673eb2cf203f44e4c3eaa61164c9fec.md5 b/escape-room/godot/imported/doorwayFront_SW.png-a673eb2cf203f44e4c3eaa61164c9fec.md5 new file mode 100644 index 0000000..23a6517 --- /dev/null +++ b/escape-room/godot/imported/doorwayFront_SW.png-a673eb2cf203f44e4c3eaa61164c9fec.md5 @@ -0,0 +1,3 @@ +source_md5="1840e37e651f9176d702b8efa38eccbf" +dest_md5="7dffae0706ec9b49a25da6044409267f" + diff --git a/escape-room/godot/imported/doorwayOpen.dae-4b65c2860778cfc517e948af25b043ec.md5 b/escape-room/godot/imported/doorwayOpen.dae-4b65c2860778cfc517e948af25b043ec.md5 new file mode 100644 index 0000000..ba2481e --- /dev/null +++ b/escape-room/godot/imported/doorwayOpen.dae-4b65c2860778cfc517e948af25b043ec.md5 @@ -0,0 +1,3 @@ +source_md5="732eb93a055f464ace1591ad2356dbe2" +dest_md5="73eda91e82a19c32564b6c64f3a661c1" + diff --git a/escape-room/godot/imported/doorwayOpen.dae-4b65c2860778cfc517e948af25b043ec.scn b/escape-room/godot/imported/doorwayOpen.dae-4b65c2860778cfc517e948af25b043ec.scn new file mode 100644 index 0000000..1a30a37 Binary files /dev/null and b/escape-room/godot/imported/doorwayOpen.dae-4b65c2860778cfc517e948af25b043ec.scn differ diff --git a/escape-room/godot/imported/doorwayOpen.fbx-6c9a07e9165764aba83f86639ca92300.md5 b/escape-room/godot/imported/doorwayOpen.fbx-6c9a07e9165764aba83f86639ca92300.md5 new file mode 100644 index 0000000..730713a --- /dev/null +++ b/escape-room/godot/imported/doorwayOpen.fbx-6c9a07e9165764aba83f86639ca92300.md5 @@ -0,0 +1,3 @@ +source_md5="fa4edf361c6b56c078eb4e59f300bced" +dest_md5="a4278bd62656082ec0d32e4842549d43" + diff --git a/escape-room/godot/imported/doorwayOpen.fbx-6c9a07e9165764aba83f86639ca92300.scn b/escape-room/godot/imported/doorwayOpen.fbx-6c9a07e9165764aba83f86639ca92300.scn new file mode 100644 index 0000000..67807e2 Binary files /dev/null and b/escape-room/godot/imported/doorwayOpen.fbx-6c9a07e9165764aba83f86639ca92300.scn differ diff --git a/escape-room/godot/imported/doorwayOpen.glb-4cfedb68a40d79c023e819c6cba03178.md5 b/escape-room/godot/imported/doorwayOpen.glb-4cfedb68a40d79c023e819c6cba03178.md5 new file mode 100644 index 0000000..8b6de87 --- /dev/null +++ b/escape-room/godot/imported/doorwayOpen.glb-4cfedb68a40d79c023e819c6cba03178.md5 @@ -0,0 +1,3 @@ +source_md5="ee41617ecb24462ab3a30e3e1acad5ab" +dest_md5="c589fb839fc8a55902e300dc9afe5424" + diff --git a/escape-room/godot/imported/doorwayOpen.glb-4cfedb68a40d79c023e819c6cba03178.scn b/escape-room/godot/imported/doorwayOpen.glb-4cfedb68a40d79c023e819c6cba03178.scn new file mode 100644 index 0000000..11e435b Binary files /dev/null and b/escape-room/godot/imported/doorwayOpen.glb-4cfedb68a40d79c023e819c6cba03178.scn differ diff --git a/escape-room/godot/imported/doorwayOpen.obj-2d9e3f7c03a88d3a0d5b595c12c9bf7d.md5 b/escape-room/godot/imported/doorwayOpen.obj-2d9e3f7c03a88d3a0d5b595c12c9bf7d.md5 new file mode 100644 index 0000000..964f305 --- /dev/null +++ b/escape-room/godot/imported/doorwayOpen.obj-2d9e3f7c03a88d3a0d5b595c12c9bf7d.md5 @@ -0,0 +1,3 @@ +source_md5="3c4c23c09a9666483c1676f681545bf1" +dest_md5="7dea9e40bab900102ea7ee8465adffaa" + diff --git a/escape-room/godot/imported/doorwayOpen.obj-2d9e3f7c03a88d3a0d5b595c12c9bf7d.mesh b/escape-room/godot/imported/doorwayOpen.obj-2d9e3f7c03a88d3a0d5b595c12c9bf7d.mesh new file mode 100644 index 0000000..0b99fd5 Binary files /dev/null and b/escape-room/godot/imported/doorwayOpen.obj-2d9e3f7c03a88d3a0d5b595c12c9bf7d.mesh differ diff --git a/escape-room/godot/imported/doorwayOpen.png-0b30772def01887c109f6f6facf6b90d.ctex b/escape-room/godot/imported/doorwayOpen.png-0b30772def01887c109f6f6facf6b90d.ctex new file mode 100644 index 0000000..f5d63b8 Binary files /dev/null and b/escape-room/godot/imported/doorwayOpen.png-0b30772def01887c109f6f6facf6b90d.ctex differ diff --git a/escape-room/godot/imported/doorwayOpen.png-0b30772def01887c109f6f6facf6b90d.md5 b/escape-room/godot/imported/doorwayOpen.png-0b30772def01887c109f6f6facf6b90d.md5 new file mode 100644 index 0000000..3e6061f --- /dev/null +++ b/escape-room/godot/imported/doorwayOpen.png-0b30772def01887c109f6f6facf6b90d.md5 @@ -0,0 +1,3 @@ +source_md5="2cedfcac99faa6bac9df959dc0e57faa" +dest_md5="785e14c5ad7425ed53534db4b35dc812" + diff --git a/escape-room/godot/imported/doorwayOpen_NE.png-2945d49fe1ccca5cff262baa616c320f.ctex b/escape-room/godot/imported/doorwayOpen_NE.png-2945d49fe1ccca5cff262baa616c320f.ctex new file mode 100644 index 0000000..96ff4e3 Binary files /dev/null and b/escape-room/godot/imported/doorwayOpen_NE.png-2945d49fe1ccca5cff262baa616c320f.ctex differ diff --git a/escape-room/godot/imported/doorwayOpen_NE.png-2945d49fe1ccca5cff262baa616c320f.md5 b/escape-room/godot/imported/doorwayOpen_NE.png-2945d49fe1ccca5cff262baa616c320f.md5 new file mode 100644 index 0000000..fd87496 --- /dev/null +++ b/escape-room/godot/imported/doorwayOpen_NE.png-2945d49fe1ccca5cff262baa616c320f.md5 @@ -0,0 +1,3 @@ +source_md5="c82df0019a4836f38c4f2471b1987fd7" +dest_md5="4fb169811f149f889bf37a18bac5a743" + diff --git a/escape-room/godot/imported/doorwayOpen_NW.png-36b5ea920861737f6078c0f48d06736f.ctex b/escape-room/godot/imported/doorwayOpen_NW.png-36b5ea920861737f6078c0f48d06736f.ctex new file mode 100644 index 0000000..3fd737d Binary files /dev/null and b/escape-room/godot/imported/doorwayOpen_NW.png-36b5ea920861737f6078c0f48d06736f.ctex differ diff --git a/escape-room/godot/imported/doorwayOpen_NW.png-36b5ea920861737f6078c0f48d06736f.md5 b/escape-room/godot/imported/doorwayOpen_NW.png-36b5ea920861737f6078c0f48d06736f.md5 new file mode 100644 index 0000000..f222159 --- /dev/null +++ b/escape-room/godot/imported/doorwayOpen_NW.png-36b5ea920861737f6078c0f48d06736f.md5 @@ -0,0 +1,3 @@ +source_md5="d17e58fba08bcfb0d88009b7b6ffb192" +dest_md5="0c839d3a5c528eda5b562de6df7b7134" + diff --git a/escape-room/godot/imported/doorwayOpen_SE.png-25470676ea5b6240444bb4f17a5a4a49.ctex b/escape-room/godot/imported/doorwayOpen_SE.png-25470676ea5b6240444bb4f17a5a4a49.ctex new file mode 100644 index 0000000..b42210f Binary files /dev/null and b/escape-room/godot/imported/doorwayOpen_SE.png-25470676ea5b6240444bb4f17a5a4a49.ctex differ diff --git a/escape-room/godot/imported/doorwayOpen_SE.png-25470676ea5b6240444bb4f17a5a4a49.md5 b/escape-room/godot/imported/doorwayOpen_SE.png-25470676ea5b6240444bb4f17a5a4a49.md5 new file mode 100644 index 0000000..ac1d29e --- /dev/null +++ b/escape-room/godot/imported/doorwayOpen_SE.png-25470676ea5b6240444bb4f17a5a4a49.md5 @@ -0,0 +1,3 @@ +source_md5="589378d413795a8ed2162dfb5bd98d0d" +dest_md5="a70cd82b4d6ff01f39f47567580e15b3" + diff --git a/escape-room/godot/imported/doorwayOpen_SW.png-94a5cbb00896bfd6006791e915d28c8a.ctex b/escape-room/godot/imported/doorwayOpen_SW.png-94a5cbb00896bfd6006791e915d28c8a.ctex new file mode 100644 index 0000000..5b6b927 Binary files /dev/null and b/escape-room/godot/imported/doorwayOpen_SW.png-94a5cbb00896bfd6006791e915d28c8a.ctex differ diff --git a/escape-room/godot/imported/doorwayOpen_SW.png-94a5cbb00896bfd6006791e915d28c8a.md5 b/escape-room/godot/imported/doorwayOpen_SW.png-94a5cbb00896bfd6006791e915d28c8a.md5 new file mode 100644 index 0000000..c32d485 --- /dev/null +++ b/escape-room/godot/imported/doorwayOpen_SW.png-94a5cbb00896bfd6006791e915d28c8a.md5 @@ -0,0 +1,3 @@ +source_md5="7fe14fac93d995925df4b26ff4f150bb" +dest_md5="7f3a65c578ee78f099940ae888dc98da" + diff --git a/escape-room/godot/imported/doorway_NE.png-3e8cb346cf216be6dd8f6cd2a0489cbf.ctex b/escape-room/godot/imported/doorway_NE.png-3e8cb346cf216be6dd8f6cd2a0489cbf.ctex new file mode 100644 index 0000000..506fa3f Binary files /dev/null and b/escape-room/godot/imported/doorway_NE.png-3e8cb346cf216be6dd8f6cd2a0489cbf.ctex differ diff --git a/escape-room/godot/imported/doorway_NE.png-3e8cb346cf216be6dd8f6cd2a0489cbf.md5 b/escape-room/godot/imported/doorway_NE.png-3e8cb346cf216be6dd8f6cd2a0489cbf.md5 new file mode 100644 index 0000000..73b0bf7 --- /dev/null +++ b/escape-room/godot/imported/doorway_NE.png-3e8cb346cf216be6dd8f6cd2a0489cbf.md5 @@ -0,0 +1,3 @@ +source_md5="5b53368cef5265f4516c71b9fa8fcdce" +dest_md5="d3bfd6f13780603553f3c2ca43c8b6ad" + diff --git a/escape-room/godot/imported/doorway_NW.png-33613f5c2765af825aaef9c8b2b13021.ctex b/escape-room/godot/imported/doorway_NW.png-33613f5c2765af825aaef9c8b2b13021.ctex new file mode 100644 index 0000000..74f8bb2 Binary files /dev/null and b/escape-room/godot/imported/doorway_NW.png-33613f5c2765af825aaef9c8b2b13021.ctex differ diff --git a/escape-room/godot/imported/doorway_NW.png-33613f5c2765af825aaef9c8b2b13021.md5 b/escape-room/godot/imported/doorway_NW.png-33613f5c2765af825aaef9c8b2b13021.md5 new file mode 100644 index 0000000..89a3332 --- /dev/null +++ b/escape-room/godot/imported/doorway_NW.png-33613f5c2765af825aaef9c8b2b13021.md5 @@ -0,0 +1,3 @@ +source_md5="cca65ca7b44ea9c37ecdbcae86368585" +dest_md5="8933df88ae3da4f1024edaab08937a80" + diff --git a/escape-room/godot/imported/doorway_SE.png-d8a7de32c248b2903d496ca63fe47e00.ctex b/escape-room/godot/imported/doorway_SE.png-d8a7de32c248b2903d496ca63fe47e00.ctex new file mode 100644 index 0000000..6770d25 Binary files /dev/null and b/escape-room/godot/imported/doorway_SE.png-d8a7de32c248b2903d496ca63fe47e00.ctex differ diff --git a/escape-room/godot/imported/doorway_SE.png-d8a7de32c248b2903d496ca63fe47e00.md5 b/escape-room/godot/imported/doorway_SE.png-d8a7de32c248b2903d496ca63fe47e00.md5 new file mode 100644 index 0000000..0a079d4 --- /dev/null +++ b/escape-room/godot/imported/doorway_SE.png-d8a7de32c248b2903d496ca63fe47e00.md5 @@ -0,0 +1,3 @@ +source_md5="9cb93ebac23603a7ca64b50167d3b161" +dest_md5="0156ff1f5047ccf05336177c1d6b4bf2" + diff --git a/escape-room/godot/imported/doorway_SW.png-02ebd522215fe5ced6881f7ae2f48e93.ctex b/escape-room/godot/imported/doorway_SW.png-02ebd522215fe5ced6881f7ae2f48e93.ctex new file mode 100644 index 0000000..97f3f91 Binary files /dev/null and b/escape-room/godot/imported/doorway_SW.png-02ebd522215fe5ced6881f7ae2f48e93.ctex differ diff --git a/escape-room/godot/imported/doorway_SW.png-02ebd522215fe5ced6881f7ae2f48e93.md5 b/escape-room/godot/imported/doorway_SW.png-02ebd522215fe5ced6881f7ae2f48e93.md5 new file mode 100644 index 0000000..f4edb73 --- /dev/null +++ b/escape-room/godot/imported/doorway_SW.png-02ebd522215fe5ced6881f7ae2f48e93.md5 @@ -0,0 +1,3 @@ +source_md5="87c49364f3a5435b6ded21c2ba07b64a" +dest_md5="c78e464b920abd2d81ea974e62ed2e7b" + diff --git a/escape-room/godot/imported/dryer.dae-f14e06448b5b2fa56a1710a39db454c4.md5 b/escape-room/godot/imported/dryer.dae-f14e06448b5b2fa56a1710a39db454c4.md5 new file mode 100644 index 0000000..caf8f06 --- /dev/null +++ b/escape-room/godot/imported/dryer.dae-f14e06448b5b2fa56a1710a39db454c4.md5 @@ -0,0 +1,3 @@ +source_md5="d5a5fd868a30292356e01b8d029107e3" +dest_md5="a0c550933b4e0e91da70b038362e6507" + diff --git a/escape-room/godot/imported/dryer.dae-f14e06448b5b2fa56a1710a39db454c4.scn b/escape-room/godot/imported/dryer.dae-f14e06448b5b2fa56a1710a39db454c4.scn new file mode 100644 index 0000000..c5f1683 Binary files /dev/null and b/escape-room/godot/imported/dryer.dae-f14e06448b5b2fa56a1710a39db454c4.scn differ diff --git a/escape-room/godot/imported/dryer.fbx-865a3d433bb4b7fe1e6211ffc7409a3e.md5 b/escape-room/godot/imported/dryer.fbx-865a3d433bb4b7fe1e6211ffc7409a3e.md5 new file mode 100644 index 0000000..98d601f --- /dev/null +++ b/escape-room/godot/imported/dryer.fbx-865a3d433bb4b7fe1e6211ffc7409a3e.md5 @@ -0,0 +1,3 @@ +source_md5="8cbca706f12cf97404bf77df1107a02b" +dest_md5="5d4da9d6bf01716eee049a36c9347d1f" + diff --git a/escape-room/godot/imported/dryer.fbx-865a3d433bb4b7fe1e6211ffc7409a3e.scn b/escape-room/godot/imported/dryer.fbx-865a3d433bb4b7fe1e6211ffc7409a3e.scn new file mode 100644 index 0000000..3f1c450 Binary files /dev/null and b/escape-room/godot/imported/dryer.fbx-865a3d433bb4b7fe1e6211ffc7409a3e.scn differ diff --git a/escape-room/godot/imported/dryer.glb-b8eca567a97a78965ac982b34ff0dc1c.md5 b/escape-room/godot/imported/dryer.glb-b8eca567a97a78965ac982b34ff0dc1c.md5 new file mode 100644 index 0000000..3e22435 --- /dev/null +++ b/escape-room/godot/imported/dryer.glb-b8eca567a97a78965ac982b34ff0dc1c.md5 @@ -0,0 +1,3 @@ +source_md5="6c5980a02badda324202a997388b6d25" +dest_md5="4e6c47485b376b762deb9dd67fc54092" + diff --git a/escape-room/godot/imported/dryer.glb-b8eca567a97a78965ac982b34ff0dc1c.scn b/escape-room/godot/imported/dryer.glb-b8eca567a97a78965ac982b34ff0dc1c.scn new file mode 100644 index 0000000..2cd0848 Binary files /dev/null and b/escape-room/godot/imported/dryer.glb-b8eca567a97a78965ac982b34ff0dc1c.scn differ diff --git a/escape-room/godot/imported/dryer.obj-e927db638984ab08f0ac36ee0f6445f8.md5 b/escape-room/godot/imported/dryer.obj-e927db638984ab08f0ac36ee0f6445f8.md5 new file mode 100644 index 0000000..5659b3a --- /dev/null +++ b/escape-room/godot/imported/dryer.obj-e927db638984ab08f0ac36ee0f6445f8.md5 @@ -0,0 +1,3 @@ +source_md5="3f347c0c98e77984d3fd0fce07b0a11e" +dest_md5="3f5a28db8a50546cd2549d48cc9402c7" + diff --git a/escape-room/godot/imported/dryer.obj-e927db638984ab08f0ac36ee0f6445f8.mesh b/escape-room/godot/imported/dryer.obj-e927db638984ab08f0ac36ee0f6445f8.mesh new file mode 100644 index 0000000..d5fbbb7 Binary files /dev/null and b/escape-room/godot/imported/dryer.obj-e927db638984ab08f0ac36ee0f6445f8.mesh differ diff --git a/escape-room/godot/imported/dryer.png-c08af3c5b27cf8c08f4d069bc6ce7485.ctex b/escape-room/godot/imported/dryer.png-c08af3c5b27cf8c08f4d069bc6ce7485.ctex new file mode 100644 index 0000000..bfbbd11 Binary files /dev/null and b/escape-room/godot/imported/dryer.png-c08af3c5b27cf8c08f4d069bc6ce7485.ctex differ diff --git a/escape-room/godot/imported/dryer.png-c08af3c5b27cf8c08f4d069bc6ce7485.md5 b/escape-room/godot/imported/dryer.png-c08af3c5b27cf8c08f4d069bc6ce7485.md5 new file mode 100644 index 0000000..8f8456c --- /dev/null +++ b/escape-room/godot/imported/dryer.png-c08af3c5b27cf8c08f4d069bc6ce7485.md5 @@ -0,0 +1,3 @@ +source_md5="00bf0895628844becff819fa6d354b33" +dest_md5="6fd135dfe0aec3c5cae2c72dd9aca67a" + diff --git a/escape-room/godot/imported/dryer_NE.png-06f1ad4b3a573ecb353cb70834c849c7.ctex b/escape-room/godot/imported/dryer_NE.png-06f1ad4b3a573ecb353cb70834c849c7.ctex new file mode 100644 index 0000000..b0d93df Binary files /dev/null and b/escape-room/godot/imported/dryer_NE.png-06f1ad4b3a573ecb353cb70834c849c7.ctex differ diff --git a/escape-room/godot/imported/dryer_NE.png-06f1ad4b3a573ecb353cb70834c849c7.md5 b/escape-room/godot/imported/dryer_NE.png-06f1ad4b3a573ecb353cb70834c849c7.md5 new file mode 100644 index 0000000..f1dc758 --- /dev/null +++ b/escape-room/godot/imported/dryer_NE.png-06f1ad4b3a573ecb353cb70834c849c7.md5 @@ -0,0 +1,3 @@ +source_md5="44d1525e2d44b17d9352d540deac2cb4" +dest_md5="513f5270381933d2b962a8361d2c515b" + diff --git a/escape-room/godot/imported/dryer_NW.png-5134827252320647a3670fed3407559a.ctex b/escape-room/godot/imported/dryer_NW.png-5134827252320647a3670fed3407559a.ctex new file mode 100644 index 0000000..67712d4 Binary files /dev/null and b/escape-room/godot/imported/dryer_NW.png-5134827252320647a3670fed3407559a.ctex differ diff --git a/escape-room/godot/imported/dryer_NW.png-5134827252320647a3670fed3407559a.md5 b/escape-room/godot/imported/dryer_NW.png-5134827252320647a3670fed3407559a.md5 new file mode 100644 index 0000000..d8fff86 --- /dev/null +++ b/escape-room/godot/imported/dryer_NW.png-5134827252320647a3670fed3407559a.md5 @@ -0,0 +1,3 @@ +source_md5="22f88cbe90b00fd6dfe23056dee72893" +dest_md5="ac0f64db177db4d13d2a719c7a8b4c3e" + diff --git a/escape-room/godot/imported/dryer_SE.png-34aeca4cc86cd9559b195c8b13174e71.ctex b/escape-room/godot/imported/dryer_SE.png-34aeca4cc86cd9559b195c8b13174e71.ctex new file mode 100644 index 0000000..f55b351 Binary files /dev/null and b/escape-room/godot/imported/dryer_SE.png-34aeca4cc86cd9559b195c8b13174e71.ctex differ diff --git a/escape-room/godot/imported/dryer_SE.png-34aeca4cc86cd9559b195c8b13174e71.md5 b/escape-room/godot/imported/dryer_SE.png-34aeca4cc86cd9559b195c8b13174e71.md5 new file mode 100644 index 0000000..049acc5 --- /dev/null +++ b/escape-room/godot/imported/dryer_SE.png-34aeca4cc86cd9559b195c8b13174e71.md5 @@ -0,0 +1,3 @@ +source_md5="ae1833518a281fe10639c3a370cdc9fe" +dest_md5="db0198a727543c1351b46516f1b7eaa4" + diff --git a/escape-room/godot/imported/dryer_SW.png-742fd6473ee1466ffa1b9c8c05509339.ctex b/escape-room/godot/imported/dryer_SW.png-742fd6473ee1466ffa1b9c8c05509339.ctex new file mode 100644 index 0000000..f678b81 Binary files /dev/null and b/escape-room/godot/imported/dryer_SW.png-742fd6473ee1466ffa1b9c8c05509339.ctex differ diff --git a/escape-room/godot/imported/dryer_SW.png-742fd6473ee1466ffa1b9c8c05509339.md5 b/escape-room/godot/imported/dryer_SW.png-742fd6473ee1466ffa1b9c8c05509339.md5 new file mode 100644 index 0000000..1fb9ee1 --- /dev/null +++ b/escape-room/godot/imported/dryer_SW.png-742fd6473ee1466ffa1b9c8c05509339.md5 @@ -0,0 +1,3 @@ +source_md5="4eb3f19cd6b8f46670e505c2dd5a8026" +dest_md5="ba5d454d5f71f942670b4e30668afc52" + diff --git a/escape-room/godot/imported/fish.png-e6b84c92dea853b6575cdccaedbce31a.ctex b/escape-room/godot/imported/fish.png-e6b84c92dea853b6575cdccaedbce31a.ctex new file mode 100644 index 0000000..ddcd174 Binary files /dev/null and b/escape-room/godot/imported/fish.png-e6b84c92dea853b6575cdccaedbce31a.ctex differ diff --git a/escape-room/godot/imported/fish.png-e6b84c92dea853b6575cdccaedbce31a.md5 b/escape-room/godot/imported/fish.png-e6b84c92dea853b6575cdccaedbce31a.md5 new file mode 100644 index 0000000..d7713c7 --- /dev/null +++ b/escape-room/godot/imported/fish.png-e6b84c92dea853b6575cdccaedbce31a.md5 @@ -0,0 +1,3 @@ +source_md5="be5f4b8f2a7cd0f3c0ec2f216088a482" +dest_md5="7fcf39a953b1478a5601ca53b32e1b1b" + diff --git a/escape-room/godot/imported/floorCorner.dae-7ccf3892027741effacf73b89df7f3e4.md5 b/escape-room/godot/imported/floorCorner.dae-7ccf3892027741effacf73b89df7f3e4.md5 new file mode 100644 index 0000000..a08e858 --- /dev/null +++ b/escape-room/godot/imported/floorCorner.dae-7ccf3892027741effacf73b89df7f3e4.md5 @@ -0,0 +1,3 @@ +source_md5="52a4371954b0a6d89b82ebd9be21b546" +dest_md5="12ddd85f684227dc6ce2efb276bdcee9" + diff --git a/escape-room/godot/imported/floorCorner.dae-7ccf3892027741effacf73b89df7f3e4.scn b/escape-room/godot/imported/floorCorner.dae-7ccf3892027741effacf73b89df7f3e4.scn new file mode 100644 index 0000000..7e941b2 Binary files /dev/null and b/escape-room/godot/imported/floorCorner.dae-7ccf3892027741effacf73b89df7f3e4.scn differ diff --git a/escape-room/godot/imported/floorCorner.fbx-215bdae1955ce58a62482a11d1ee3f6f.md5 b/escape-room/godot/imported/floorCorner.fbx-215bdae1955ce58a62482a11d1ee3f6f.md5 new file mode 100644 index 0000000..7f03563 --- /dev/null +++ b/escape-room/godot/imported/floorCorner.fbx-215bdae1955ce58a62482a11d1ee3f6f.md5 @@ -0,0 +1,3 @@ +source_md5="7b34245faf55bf5b6534a44822a1ac30" +dest_md5="b60d2e2985791497e335bb2d38042ca1" + diff --git a/escape-room/godot/imported/floorCorner.fbx-215bdae1955ce58a62482a11d1ee3f6f.scn b/escape-room/godot/imported/floorCorner.fbx-215bdae1955ce58a62482a11d1ee3f6f.scn new file mode 100644 index 0000000..320bdb4 Binary files /dev/null and b/escape-room/godot/imported/floorCorner.fbx-215bdae1955ce58a62482a11d1ee3f6f.scn differ diff --git a/escape-room/godot/imported/floorCorner.glb-b369bb86a1aaba34000d5877f8ec7d40.md5 b/escape-room/godot/imported/floorCorner.glb-b369bb86a1aaba34000d5877f8ec7d40.md5 new file mode 100644 index 0000000..be04bd2 --- /dev/null +++ b/escape-room/godot/imported/floorCorner.glb-b369bb86a1aaba34000d5877f8ec7d40.md5 @@ -0,0 +1,3 @@ +source_md5="adbef68b14ed6beabed03d32d39c3722" +dest_md5="65c13d53f07ed100a68a4b58240774f3" + diff --git a/escape-room/godot/imported/floorCorner.glb-b369bb86a1aaba34000d5877f8ec7d40.scn b/escape-room/godot/imported/floorCorner.glb-b369bb86a1aaba34000d5877f8ec7d40.scn new file mode 100644 index 0000000..4d28914 Binary files /dev/null and b/escape-room/godot/imported/floorCorner.glb-b369bb86a1aaba34000d5877f8ec7d40.scn differ diff --git a/escape-room/godot/imported/floorCorner.obj-55f4f926341a2d78c3ab83c157c008f4.md5 b/escape-room/godot/imported/floorCorner.obj-55f4f926341a2d78c3ab83c157c008f4.md5 new file mode 100644 index 0000000..4a2da7d --- /dev/null +++ b/escape-room/godot/imported/floorCorner.obj-55f4f926341a2d78c3ab83c157c008f4.md5 @@ -0,0 +1,3 @@ +source_md5="25f8579ab42bb599c7713c6a7b45bc80" +dest_md5="00acc4c481cbd877b8371b4288cc6895" + diff --git a/escape-room/godot/imported/floorCorner.obj-55f4f926341a2d78c3ab83c157c008f4.mesh b/escape-room/godot/imported/floorCorner.obj-55f4f926341a2d78c3ab83c157c008f4.mesh new file mode 100644 index 0000000..14e9d26 Binary files /dev/null and b/escape-room/godot/imported/floorCorner.obj-55f4f926341a2d78c3ab83c157c008f4.mesh differ diff --git a/escape-room/godot/imported/floorCorner.png-6ed99479e6c26aafdd56d668518eee33.ctex b/escape-room/godot/imported/floorCorner.png-6ed99479e6c26aafdd56d668518eee33.ctex new file mode 100644 index 0000000..b61385a Binary files /dev/null and b/escape-room/godot/imported/floorCorner.png-6ed99479e6c26aafdd56d668518eee33.ctex differ diff --git a/escape-room/godot/imported/floorCorner.png-6ed99479e6c26aafdd56d668518eee33.md5 b/escape-room/godot/imported/floorCorner.png-6ed99479e6c26aafdd56d668518eee33.md5 new file mode 100644 index 0000000..8e06e98 --- /dev/null +++ b/escape-room/godot/imported/floorCorner.png-6ed99479e6c26aafdd56d668518eee33.md5 @@ -0,0 +1,3 @@ +source_md5="650272a67c36cd6299d6006d22afd1d5" +dest_md5="078cef49849b8438762bee01ae80fe24" + diff --git a/escape-room/godot/imported/floorCornerRound.dae-807b42a386d593f439c066e410a38797.md5 b/escape-room/godot/imported/floorCornerRound.dae-807b42a386d593f439c066e410a38797.md5 new file mode 100644 index 0000000..e614e1f --- /dev/null +++ b/escape-room/godot/imported/floorCornerRound.dae-807b42a386d593f439c066e410a38797.md5 @@ -0,0 +1,3 @@ +source_md5="817d9382ae62b412d602a0233acf55d1" +dest_md5="6a18b9b9fc9569e8450a5b937adaef51" + diff --git a/escape-room/godot/imported/floorCornerRound.dae-807b42a386d593f439c066e410a38797.scn b/escape-room/godot/imported/floorCornerRound.dae-807b42a386d593f439c066e410a38797.scn new file mode 100644 index 0000000..3f1e81a Binary files /dev/null and b/escape-room/godot/imported/floorCornerRound.dae-807b42a386d593f439c066e410a38797.scn differ diff --git a/escape-room/godot/imported/floorCornerRound.fbx-84de9a39c26da0a1e156d30a56ecf693.md5 b/escape-room/godot/imported/floorCornerRound.fbx-84de9a39c26da0a1e156d30a56ecf693.md5 new file mode 100644 index 0000000..297f675 --- /dev/null +++ b/escape-room/godot/imported/floorCornerRound.fbx-84de9a39c26da0a1e156d30a56ecf693.md5 @@ -0,0 +1,3 @@ +source_md5="a35d23cc3e35cf15369ed48f84b32352" +dest_md5="d4c2518edf420807be1594a83928505d" + diff --git a/escape-room/godot/imported/floorCornerRound.fbx-84de9a39c26da0a1e156d30a56ecf693.scn b/escape-room/godot/imported/floorCornerRound.fbx-84de9a39c26da0a1e156d30a56ecf693.scn new file mode 100644 index 0000000..9be9d3c Binary files /dev/null and b/escape-room/godot/imported/floorCornerRound.fbx-84de9a39c26da0a1e156d30a56ecf693.scn differ diff --git a/escape-room/godot/imported/floorCornerRound.glb-bcc4f38cec71ae1447b5ee39bc402561.md5 b/escape-room/godot/imported/floorCornerRound.glb-bcc4f38cec71ae1447b5ee39bc402561.md5 new file mode 100644 index 0000000..5a205b4 --- /dev/null +++ b/escape-room/godot/imported/floorCornerRound.glb-bcc4f38cec71ae1447b5ee39bc402561.md5 @@ -0,0 +1,3 @@ +source_md5="297a5f46031d2dca6f3df44ebe931698" +dest_md5="e6a7a408a475b1cee066961929b1bb24" + diff --git a/escape-room/godot/imported/floorCornerRound.glb-bcc4f38cec71ae1447b5ee39bc402561.scn b/escape-room/godot/imported/floorCornerRound.glb-bcc4f38cec71ae1447b5ee39bc402561.scn new file mode 100644 index 0000000..185e95d Binary files /dev/null and b/escape-room/godot/imported/floorCornerRound.glb-bcc4f38cec71ae1447b5ee39bc402561.scn differ diff --git a/escape-room/godot/imported/floorCornerRound.obj-d017a663ab0d976586fc06451d921947.md5 b/escape-room/godot/imported/floorCornerRound.obj-d017a663ab0d976586fc06451d921947.md5 new file mode 100644 index 0000000..2fdc601 --- /dev/null +++ b/escape-room/godot/imported/floorCornerRound.obj-d017a663ab0d976586fc06451d921947.md5 @@ -0,0 +1,3 @@ +source_md5="aae9dce8ac9711c72101065f30078c5e" +dest_md5="9d41eed0c47f18e23707bca8008a612b" + diff --git a/escape-room/godot/imported/floorCornerRound.obj-d017a663ab0d976586fc06451d921947.mesh b/escape-room/godot/imported/floorCornerRound.obj-d017a663ab0d976586fc06451d921947.mesh new file mode 100644 index 0000000..988b257 Binary files /dev/null and b/escape-room/godot/imported/floorCornerRound.obj-d017a663ab0d976586fc06451d921947.mesh differ diff --git a/escape-room/godot/imported/floorCornerRound.png-0874b9e05a9fbe1f6fddec2896bc80d4.ctex b/escape-room/godot/imported/floorCornerRound.png-0874b9e05a9fbe1f6fddec2896bc80d4.ctex new file mode 100644 index 0000000..773fa88 Binary files /dev/null and b/escape-room/godot/imported/floorCornerRound.png-0874b9e05a9fbe1f6fddec2896bc80d4.ctex differ diff --git a/escape-room/godot/imported/floorCornerRound.png-0874b9e05a9fbe1f6fddec2896bc80d4.md5 b/escape-room/godot/imported/floorCornerRound.png-0874b9e05a9fbe1f6fddec2896bc80d4.md5 new file mode 100644 index 0000000..6b24496 --- /dev/null +++ b/escape-room/godot/imported/floorCornerRound.png-0874b9e05a9fbe1f6fddec2896bc80d4.md5 @@ -0,0 +1,3 @@ +source_md5="c0261f9717e99622051c9778aa5eb6e3" +dest_md5="7673f391f80903048b2e4a9d3534098c" + diff --git a/escape-room/godot/imported/floorCornerRound_NE.png-0c9e45b19a0e4c8d6505ea76f7c61406.ctex b/escape-room/godot/imported/floorCornerRound_NE.png-0c9e45b19a0e4c8d6505ea76f7c61406.ctex new file mode 100644 index 0000000..dec5e3f Binary files /dev/null and b/escape-room/godot/imported/floorCornerRound_NE.png-0c9e45b19a0e4c8d6505ea76f7c61406.ctex differ diff --git a/escape-room/godot/imported/floorCornerRound_NE.png-0c9e45b19a0e4c8d6505ea76f7c61406.md5 b/escape-room/godot/imported/floorCornerRound_NE.png-0c9e45b19a0e4c8d6505ea76f7c61406.md5 new file mode 100644 index 0000000..31d240c --- /dev/null +++ b/escape-room/godot/imported/floorCornerRound_NE.png-0c9e45b19a0e4c8d6505ea76f7c61406.md5 @@ -0,0 +1,3 @@ +source_md5="7302079ef10962579bb354702c4b4b1d" +dest_md5="22639e73bb2f6960fad11adc732cb588" + diff --git a/escape-room/godot/imported/floorCornerRound_NW.png-dba586d19ee87bb6a6d5e108bdc01431.ctex b/escape-room/godot/imported/floorCornerRound_NW.png-dba586d19ee87bb6a6d5e108bdc01431.ctex new file mode 100644 index 0000000..61092d3 Binary files /dev/null and b/escape-room/godot/imported/floorCornerRound_NW.png-dba586d19ee87bb6a6d5e108bdc01431.ctex differ diff --git a/escape-room/godot/imported/floorCornerRound_NW.png-dba586d19ee87bb6a6d5e108bdc01431.md5 b/escape-room/godot/imported/floorCornerRound_NW.png-dba586d19ee87bb6a6d5e108bdc01431.md5 new file mode 100644 index 0000000..ab5e4b8 --- /dev/null +++ b/escape-room/godot/imported/floorCornerRound_NW.png-dba586d19ee87bb6a6d5e108bdc01431.md5 @@ -0,0 +1,3 @@ +source_md5="19a2ae27d523536c5052a0e6d42c8642" +dest_md5="43f62d141720062544ab0168b0ee1916" + diff --git a/escape-room/godot/imported/floorCornerRound_SE.png-f0c503852390f7864cb01fc298273137.ctex b/escape-room/godot/imported/floorCornerRound_SE.png-f0c503852390f7864cb01fc298273137.ctex new file mode 100644 index 0000000..3d4c93c Binary files /dev/null and b/escape-room/godot/imported/floorCornerRound_SE.png-f0c503852390f7864cb01fc298273137.ctex differ diff --git a/escape-room/godot/imported/floorCornerRound_SE.png-f0c503852390f7864cb01fc298273137.md5 b/escape-room/godot/imported/floorCornerRound_SE.png-f0c503852390f7864cb01fc298273137.md5 new file mode 100644 index 0000000..7ce16bf --- /dev/null +++ b/escape-room/godot/imported/floorCornerRound_SE.png-f0c503852390f7864cb01fc298273137.md5 @@ -0,0 +1,3 @@ +source_md5="20514ba91e0170e99f3b71ecc0d247f4" +dest_md5="90caec4c24ac7653b01948a9ad6ef936" + diff --git a/escape-room/godot/imported/floorCornerRound_SW.png-966559c8387269939360be28b2e65f4b.ctex b/escape-room/godot/imported/floorCornerRound_SW.png-966559c8387269939360be28b2e65f4b.ctex new file mode 100644 index 0000000..c62408e Binary files /dev/null and b/escape-room/godot/imported/floorCornerRound_SW.png-966559c8387269939360be28b2e65f4b.ctex differ diff --git a/escape-room/godot/imported/floorCornerRound_SW.png-966559c8387269939360be28b2e65f4b.md5 b/escape-room/godot/imported/floorCornerRound_SW.png-966559c8387269939360be28b2e65f4b.md5 new file mode 100644 index 0000000..01aa63b --- /dev/null +++ b/escape-room/godot/imported/floorCornerRound_SW.png-966559c8387269939360be28b2e65f4b.md5 @@ -0,0 +1,3 @@ +source_md5="d483de536471ce5a293afdb423960545" +dest_md5="ab58c8cb1fef16bd1cc0435d96e2d4f3" + diff --git a/escape-room/godot/imported/floorCorner_NE.png-79a324da22fddb9775e3096411d7eddb.ctex b/escape-room/godot/imported/floorCorner_NE.png-79a324da22fddb9775e3096411d7eddb.ctex new file mode 100644 index 0000000..c8b2bba Binary files /dev/null and b/escape-room/godot/imported/floorCorner_NE.png-79a324da22fddb9775e3096411d7eddb.ctex differ diff --git a/escape-room/godot/imported/floorCorner_NE.png-79a324da22fddb9775e3096411d7eddb.md5 b/escape-room/godot/imported/floorCorner_NE.png-79a324da22fddb9775e3096411d7eddb.md5 new file mode 100644 index 0000000..25a4eaf --- /dev/null +++ b/escape-room/godot/imported/floorCorner_NE.png-79a324da22fddb9775e3096411d7eddb.md5 @@ -0,0 +1,3 @@ +source_md5="df57fdb47173445eff17a239303682bb" +dest_md5="57244bab692ba656c89e028ecacff6b2" + diff --git a/escape-room/godot/imported/floorCorner_NW.png-196032a9b6c2c5401b3d85622d710c9c.ctex b/escape-room/godot/imported/floorCorner_NW.png-196032a9b6c2c5401b3d85622d710c9c.ctex new file mode 100644 index 0000000..49ee2e3 Binary files /dev/null and b/escape-room/godot/imported/floorCorner_NW.png-196032a9b6c2c5401b3d85622d710c9c.ctex differ diff --git a/escape-room/godot/imported/floorCorner_NW.png-196032a9b6c2c5401b3d85622d710c9c.md5 b/escape-room/godot/imported/floorCorner_NW.png-196032a9b6c2c5401b3d85622d710c9c.md5 new file mode 100644 index 0000000..296a280 --- /dev/null +++ b/escape-room/godot/imported/floorCorner_NW.png-196032a9b6c2c5401b3d85622d710c9c.md5 @@ -0,0 +1,3 @@ +source_md5="4438244efe3b55d92ec1c984deabad18" +dest_md5="cce8af27c272026bf9c525f27c22b5ae" + diff --git a/escape-room/godot/imported/floorCorner_SE.png-fd6420df8f4a1f4e2f0ba062f6cb8dc9.ctex b/escape-room/godot/imported/floorCorner_SE.png-fd6420df8f4a1f4e2f0ba062f6cb8dc9.ctex new file mode 100644 index 0000000..5ff9600 Binary files /dev/null and b/escape-room/godot/imported/floorCorner_SE.png-fd6420df8f4a1f4e2f0ba062f6cb8dc9.ctex differ diff --git a/escape-room/godot/imported/floorCorner_SE.png-fd6420df8f4a1f4e2f0ba062f6cb8dc9.md5 b/escape-room/godot/imported/floorCorner_SE.png-fd6420df8f4a1f4e2f0ba062f6cb8dc9.md5 new file mode 100644 index 0000000..57f124b --- /dev/null +++ b/escape-room/godot/imported/floorCorner_SE.png-fd6420df8f4a1f4e2f0ba062f6cb8dc9.md5 @@ -0,0 +1,3 @@ +source_md5="e5b7adbca4dfaebfe40f052d80d585d7" +dest_md5="c3e21f717d08958ac5477c48aab8c091" + diff --git a/escape-room/godot/imported/floorCorner_SW.png-1c5e86fa6d1e9bef0ae8a84d60d4a702.ctex b/escape-room/godot/imported/floorCorner_SW.png-1c5e86fa6d1e9bef0ae8a84d60d4a702.ctex new file mode 100644 index 0000000..4734c0d Binary files /dev/null and b/escape-room/godot/imported/floorCorner_SW.png-1c5e86fa6d1e9bef0ae8a84d60d4a702.ctex differ diff --git a/escape-room/godot/imported/floorCorner_SW.png-1c5e86fa6d1e9bef0ae8a84d60d4a702.md5 b/escape-room/godot/imported/floorCorner_SW.png-1c5e86fa6d1e9bef0ae8a84d60d4a702.md5 new file mode 100644 index 0000000..8c14db5 --- /dev/null +++ b/escape-room/godot/imported/floorCorner_SW.png-1c5e86fa6d1e9bef0ae8a84d60d4a702.md5 @@ -0,0 +1,3 @@ +source_md5="44043f1c4212824845b67de427252402" +dest_md5="ec56acf649a148bc5fc6687ed82ca10a" + diff --git a/escape-room/godot/imported/floorFull.dae-e18a7dc24632d7fa344b64c24c94295d.md5 b/escape-room/godot/imported/floorFull.dae-e18a7dc24632d7fa344b64c24c94295d.md5 new file mode 100644 index 0000000..5a7055d --- /dev/null +++ b/escape-room/godot/imported/floorFull.dae-e18a7dc24632d7fa344b64c24c94295d.md5 @@ -0,0 +1,3 @@ +source_md5="1879bbc2532e3a27cbe21fc52464ecd7" +dest_md5="3aef8050e258c37b536d8c2ee1dd8619" + diff --git a/escape-room/godot/imported/floorFull.dae-e18a7dc24632d7fa344b64c24c94295d.scn b/escape-room/godot/imported/floorFull.dae-e18a7dc24632d7fa344b64c24c94295d.scn new file mode 100644 index 0000000..482d45b Binary files /dev/null and b/escape-room/godot/imported/floorFull.dae-e18a7dc24632d7fa344b64c24c94295d.scn differ diff --git a/escape-room/godot/imported/floorFull.fbx-9dac294a3db8acaa78b83134c7106a36.md5 b/escape-room/godot/imported/floorFull.fbx-9dac294a3db8acaa78b83134c7106a36.md5 new file mode 100644 index 0000000..7572770 --- /dev/null +++ b/escape-room/godot/imported/floorFull.fbx-9dac294a3db8acaa78b83134c7106a36.md5 @@ -0,0 +1,3 @@ +source_md5="71cbe6c6cd211ec27ba9e0960801170c" +dest_md5="ebffd7ffc8cd5f2002c596fdd673ce34" + diff --git a/escape-room/godot/imported/floorFull.fbx-9dac294a3db8acaa78b83134c7106a36.scn b/escape-room/godot/imported/floorFull.fbx-9dac294a3db8acaa78b83134c7106a36.scn new file mode 100644 index 0000000..0a120e0 Binary files /dev/null and b/escape-room/godot/imported/floorFull.fbx-9dac294a3db8acaa78b83134c7106a36.scn differ diff --git a/escape-room/godot/imported/floorFull.glb-317dd0535bb0949e633f900bb08cb7e5.md5 b/escape-room/godot/imported/floorFull.glb-317dd0535bb0949e633f900bb08cb7e5.md5 new file mode 100644 index 0000000..5880442 --- /dev/null +++ b/escape-room/godot/imported/floorFull.glb-317dd0535bb0949e633f900bb08cb7e5.md5 @@ -0,0 +1,3 @@ +source_md5="2c6284a72d7c17cf63b194ff704ae602" +dest_md5="0b694805caa174ede7ccce530e9a88a6" + diff --git a/escape-room/godot/imported/floorFull.glb-317dd0535bb0949e633f900bb08cb7e5.scn b/escape-room/godot/imported/floorFull.glb-317dd0535bb0949e633f900bb08cb7e5.scn new file mode 100644 index 0000000..8738702 Binary files /dev/null and b/escape-room/godot/imported/floorFull.glb-317dd0535bb0949e633f900bb08cb7e5.scn differ diff --git a/escape-room/godot/imported/floorFull.obj-e6dcf4acdfb2ff048521064f7d92f6a3.md5 b/escape-room/godot/imported/floorFull.obj-e6dcf4acdfb2ff048521064f7d92f6a3.md5 new file mode 100644 index 0000000..f200b54 --- /dev/null +++ b/escape-room/godot/imported/floorFull.obj-e6dcf4acdfb2ff048521064f7d92f6a3.md5 @@ -0,0 +1,3 @@ +source_md5="1d16e0605cebabea8b9ef48eeb24bb30" +dest_md5="c61c47be66172c4383cf16d6e0329ace" + diff --git a/escape-room/godot/imported/floorFull.obj-e6dcf4acdfb2ff048521064f7d92f6a3.mesh b/escape-room/godot/imported/floorFull.obj-e6dcf4acdfb2ff048521064f7d92f6a3.mesh new file mode 100644 index 0000000..956d1d5 Binary files /dev/null and b/escape-room/godot/imported/floorFull.obj-e6dcf4acdfb2ff048521064f7d92f6a3.mesh differ diff --git a/escape-room/godot/imported/floorFull.png-e0a8530322594105a47abd7d5e2e2bd9.ctex b/escape-room/godot/imported/floorFull.png-e0a8530322594105a47abd7d5e2e2bd9.ctex new file mode 100644 index 0000000..66d4fdc Binary files /dev/null and b/escape-room/godot/imported/floorFull.png-e0a8530322594105a47abd7d5e2e2bd9.ctex differ diff --git a/escape-room/godot/imported/floorFull.png-e0a8530322594105a47abd7d5e2e2bd9.md5 b/escape-room/godot/imported/floorFull.png-e0a8530322594105a47abd7d5e2e2bd9.md5 new file mode 100644 index 0000000..dd1b025 --- /dev/null +++ b/escape-room/godot/imported/floorFull.png-e0a8530322594105a47abd7d5e2e2bd9.md5 @@ -0,0 +1,3 @@ +source_md5="00ef9f902e4cab8352e1c8f78c684b12" +dest_md5="263a52d6010c4767a18def2590023668" + diff --git a/escape-room/godot/imported/floorFull_NE.png-f783fabf1b7200e3c2292d3daf6defb0.ctex b/escape-room/godot/imported/floorFull_NE.png-f783fabf1b7200e3c2292d3daf6defb0.ctex new file mode 100644 index 0000000..82ada6e Binary files /dev/null and b/escape-room/godot/imported/floorFull_NE.png-f783fabf1b7200e3c2292d3daf6defb0.ctex differ diff --git a/escape-room/godot/imported/floorFull_NE.png-f783fabf1b7200e3c2292d3daf6defb0.md5 b/escape-room/godot/imported/floorFull_NE.png-f783fabf1b7200e3c2292d3daf6defb0.md5 new file mode 100644 index 0000000..4f06764 --- /dev/null +++ b/escape-room/godot/imported/floorFull_NE.png-f783fabf1b7200e3c2292d3daf6defb0.md5 @@ -0,0 +1,3 @@ +source_md5="d9a7e6d12902bd69ed68c5e10130d96c" +dest_md5="380d8368a4912298db213ac29e9bda6b" + diff --git a/escape-room/godot/imported/floorFull_NW.png-fe2e7cc32087303cdb245375155fcb32.ctex b/escape-room/godot/imported/floorFull_NW.png-fe2e7cc32087303cdb245375155fcb32.ctex new file mode 100644 index 0000000..6626a85 Binary files /dev/null and b/escape-room/godot/imported/floorFull_NW.png-fe2e7cc32087303cdb245375155fcb32.ctex differ diff --git a/escape-room/godot/imported/floorFull_NW.png-fe2e7cc32087303cdb245375155fcb32.md5 b/escape-room/godot/imported/floorFull_NW.png-fe2e7cc32087303cdb245375155fcb32.md5 new file mode 100644 index 0000000..048d694 --- /dev/null +++ b/escape-room/godot/imported/floorFull_NW.png-fe2e7cc32087303cdb245375155fcb32.md5 @@ -0,0 +1,3 @@ +source_md5="310035a9c863fcdfb24802692a2b879d" +dest_md5="caabe5cdec7668aa34af9c84cb942248" + diff --git a/escape-room/godot/imported/floorFull_SE.png-36a87c6d6b7a3dd10d661217ce7244d4.ctex b/escape-room/godot/imported/floorFull_SE.png-36a87c6d6b7a3dd10d661217ce7244d4.ctex new file mode 100644 index 0000000..4ff5404 Binary files /dev/null and b/escape-room/godot/imported/floorFull_SE.png-36a87c6d6b7a3dd10d661217ce7244d4.ctex differ diff --git a/escape-room/godot/imported/floorFull_SE.png-36a87c6d6b7a3dd10d661217ce7244d4.md5 b/escape-room/godot/imported/floorFull_SE.png-36a87c6d6b7a3dd10d661217ce7244d4.md5 new file mode 100644 index 0000000..76ffe0a --- /dev/null +++ b/escape-room/godot/imported/floorFull_SE.png-36a87c6d6b7a3dd10d661217ce7244d4.md5 @@ -0,0 +1,3 @@ +source_md5="87cd60025c341cf3dfd29b5a8da18bc3" +dest_md5="f7d7456611bd41085bbfecca818abe22" + diff --git a/escape-room/godot/imported/floorFull_SW.png-4be9115f79edcfed390c6f4ab6f34b72.ctex b/escape-room/godot/imported/floorFull_SW.png-4be9115f79edcfed390c6f4ab6f34b72.ctex new file mode 100644 index 0000000..f813a36 Binary files /dev/null and b/escape-room/godot/imported/floorFull_SW.png-4be9115f79edcfed390c6f4ab6f34b72.ctex differ diff --git a/escape-room/godot/imported/floorFull_SW.png-4be9115f79edcfed390c6f4ab6f34b72.md5 b/escape-room/godot/imported/floorFull_SW.png-4be9115f79edcfed390c6f4ab6f34b72.md5 new file mode 100644 index 0000000..fd03028 --- /dev/null +++ b/escape-room/godot/imported/floorFull_SW.png-4be9115f79edcfed390c6f4ab6f34b72.md5 @@ -0,0 +1,3 @@ +source_md5="1bba3d117d99e0299cd952ea30beb4de" +dest_md5="c9b5a313af21f7a2d59c8cab43e2af2d" + diff --git a/escape-room/godot/imported/floorHalf.dae-72d992abeca63ec799156235f82426e0.md5 b/escape-room/godot/imported/floorHalf.dae-72d992abeca63ec799156235f82426e0.md5 new file mode 100644 index 0000000..4de4835 --- /dev/null +++ b/escape-room/godot/imported/floorHalf.dae-72d992abeca63ec799156235f82426e0.md5 @@ -0,0 +1,3 @@ +source_md5="654f1ce27b70733b083eee6ea26b80ef" +dest_md5="21a8fb272e6d9dd612055c4743bb42f3" + diff --git a/escape-room/godot/imported/floorHalf.dae-72d992abeca63ec799156235f82426e0.scn b/escape-room/godot/imported/floorHalf.dae-72d992abeca63ec799156235f82426e0.scn new file mode 100644 index 0000000..2c81f81 Binary files /dev/null and b/escape-room/godot/imported/floorHalf.dae-72d992abeca63ec799156235f82426e0.scn differ diff --git a/escape-room/godot/imported/floorHalf.fbx-6c5ad41df8f24947a7a124d863012ac5.md5 b/escape-room/godot/imported/floorHalf.fbx-6c5ad41df8f24947a7a124d863012ac5.md5 new file mode 100644 index 0000000..4343270 --- /dev/null +++ b/escape-room/godot/imported/floorHalf.fbx-6c5ad41df8f24947a7a124d863012ac5.md5 @@ -0,0 +1,3 @@ +source_md5="626c531ae8f588c0a7f71fcaa67ba330" +dest_md5="05df8bfe1a1a42bdf386675c4a887ada" + diff --git a/escape-room/godot/imported/floorHalf.fbx-6c5ad41df8f24947a7a124d863012ac5.scn b/escape-room/godot/imported/floorHalf.fbx-6c5ad41df8f24947a7a124d863012ac5.scn new file mode 100644 index 0000000..00c5e16 Binary files /dev/null and b/escape-room/godot/imported/floorHalf.fbx-6c5ad41df8f24947a7a124d863012ac5.scn differ diff --git a/escape-room/godot/imported/floorHalf.glb-cbc48761e083b8e11fe8366a72c222a0.md5 b/escape-room/godot/imported/floorHalf.glb-cbc48761e083b8e11fe8366a72c222a0.md5 new file mode 100644 index 0000000..d76998a --- /dev/null +++ b/escape-room/godot/imported/floorHalf.glb-cbc48761e083b8e11fe8366a72c222a0.md5 @@ -0,0 +1,3 @@ +source_md5="d964df2142d4b486084feca3645faba2" +dest_md5="e256833cf28cd529c6864c1b4fdc6ccf" + diff --git a/escape-room/godot/imported/floorHalf.glb-cbc48761e083b8e11fe8366a72c222a0.scn b/escape-room/godot/imported/floorHalf.glb-cbc48761e083b8e11fe8366a72c222a0.scn new file mode 100644 index 0000000..fd8fa74 Binary files /dev/null and b/escape-room/godot/imported/floorHalf.glb-cbc48761e083b8e11fe8366a72c222a0.scn differ diff --git a/escape-room/godot/imported/floorHalf.obj-a62c735a61351a98c5ca731ac6598833.md5 b/escape-room/godot/imported/floorHalf.obj-a62c735a61351a98c5ca731ac6598833.md5 new file mode 100644 index 0000000..8b9d6b0 --- /dev/null +++ b/escape-room/godot/imported/floorHalf.obj-a62c735a61351a98c5ca731ac6598833.md5 @@ -0,0 +1,3 @@ +source_md5="c73155f5d230a74ce18e7f73b8e905f5" +dest_md5="63efa5a7a8ca014496aa290453e6204a" + diff --git a/escape-room/godot/imported/floorHalf.obj-a62c735a61351a98c5ca731ac6598833.mesh b/escape-room/godot/imported/floorHalf.obj-a62c735a61351a98c5ca731ac6598833.mesh new file mode 100644 index 0000000..339f96a Binary files /dev/null and b/escape-room/godot/imported/floorHalf.obj-a62c735a61351a98c5ca731ac6598833.mesh differ diff --git a/escape-room/godot/imported/floorHalf.png-1024b634e2fde057982e30390f8e55a8.ctex b/escape-room/godot/imported/floorHalf.png-1024b634e2fde057982e30390f8e55a8.ctex new file mode 100644 index 0000000..5a927c4 Binary files /dev/null and b/escape-room/godot/imported/floorHalf.png-1024b634e2fde057982e30390f8e55a8.ctex differ diff --git a/escape-room/godot/imported/floorHalf.png-1024b634e2fde057982e30390f8e55a8.md5 b/escape-room/godot/imported/floorHalf.png-1024b634e2fde057982e30390f8e55a8.md5 new file mode 100644 index 0000000..a694bfc --- /dev/null +++ b/escape-room/godot/imported/floorHalf.png-1024b634e2fde057982e30390f8e55a8.md5 @@ -0,0 +1,3 @@ +source_md5="e419fa28aae7aa5f6bd6b2fb2156679d" +dest_md5="05f58a982702969d8af06ea5e62483e3" + diff --git a/escape-room/godot/imported/floorHalf_NE.png-a26a9ee70dd71e69c265bb8c7e14961f.ctex b/escape-room/godot/imported/floorHalf_NE.png-a26a9ee70dd71e69c265bb8c7e14961f.ctex new file mode 100644 index 0000000..cbeb7f6 Binary files /dev/null and b/escape-room/godot/imported/floorHalf_NE.png-a26a9ee70dd71e69c265bb8c7e14961f.ctex differ diff --git a/escape-room/godot/imported/floorHalf_NE.png-a26a9ee70dd71e69c265bb8c7e14961f.md5 b/escape-room/godot/imported/floorHalf_NE.png-a26a9ee70dd71e69c265bb8c7e14961f.md5 new file mode 100644 index 0000000..68fcd27 --- /dev/null +++ b/escape-room/godot/imported/floorHalf_NE.png-a26a9ee70dd71e69c265bb8c7e14961f.md5 @@ -0,0 +1,3 @@ +source_md5="5790f2db42de8985ebfbd75ce034c76c" +dest_md5="b3572c5bf3dc05dcf7d6543f21188e3e" + diff --git a/escape-room/godot/imported/floorHalf_NW.png-74e0b34f417ba94d46f992117d1e01e8.ctex b/escape-room/godot/imported/floorHalf_NW.png-74e0b34f417ba94d46f992117d1e01e8.ctex new file mode 100644 index 0000000..d529a7c Binary files /dev/null and b/escape-room/godot/imported/floorHalf_NW.png-74e0b34f417ba94d46f992117d1e01e8.ctex differ diff --git a/escape-room/godot/imported/floorHalf_NW.png-74e0b34f417ba94d46f992117d1e01e8.md5 b/escape-room/godot/imported/floorHalf_NW.png-74e0b34f417ba94d46f992117d1e01e8.md5 new file mode 100644 index 0000000..b20e712 --- /dev/null +++ b/escape-room/godot/imported/floorHalf_NW.png-74e0b34f417ba94d46f992117d1e01e8.md5 @@ -0,0 +1,3 @@ +source_md5="d83e1d291d81ea9203630c0ebaa48875" +dest_md5="440028e2f031fdcbb5f41c358dd2778c" + diff --git a/escape-room/godot/imported/floorHalf_SE.png-7af6f26c2cf6e8ef1d13609ed83e0311.ctex b/escape-room/godot/imported/floorHalf_SE.png-7af6f26c2cf6e8ef1d13609ed83e0311.ctex new file mode 100644 index 0000000..8eee451 Binary files /dev/null and b/escape-room/godot/imported/floorHalf_SE.png-7af6f26c2cf6e8ef1d13609ed83e0311.ctex differ diff --git a/escape-room/godot/imported/floorHalf_SE.png-7af6f26c2cf6e8ef1d13609ed83e0311.md5 b/escape-room/godot/imported/floorHalf_SE.png-7af6f26c2cf6e8ef1d13609ed83e0311.md5 new file mode 100644 index 0000000..d5e8b93 --- /dev/null +++ b/escape-room/godot/imported/floorHalf_SE.png-7af6f26c2cf6e8ef1d13609ed83e0311.md5 @@ -0,0 +1,3 @@ +source_md5="1e2e41e277a51143d3c908aa94b5881b" +dest_md5="01cfb3d5aaef9ff8a935823b7d161632" + diff --git a/escape-room/godot/imported/floorHalf_SW.png-2cc753719d80225f515ad9f093f0c5c6.ctex b/escape-room/godot/imported/floorHalf_SW.png-2cc753719d80225f515ad9f093f0c5c6.ctex new file mode 100644 index 0000000..320ba67 Binary files /dev/null and b/escape-room/godot/imported/floorHalf_SW.png-2cc753719d80225f515ad9f093f0c5c6.ctex differ diff --git a/escape-room/godot/imported/floorHalf_SW.png-2cc753719d80225f515ad9f093f0c5c6.md5 b/escape-room/godot/imported/floorHalf_SW.png-2cc753719d80225f515ad9f093f0c5c6.md5 new file mode 100644 index 0000000..6815c0b --- /dev/null +++ b/escape-room/godot/imported/floorHalf_SW.png-2cc753719d80225f515ad9f093f0c5c6.md5 @@ -0,0 +1,3 @@ +source_md5="1fd08f8c86d5d2da0cc9ccead71817be" +dest_md5="df39949ba4aaf64136bb966b93e0b574" + diff --git a/escape-room/godot/imported/foot.svg-9e361563e010aa07be49bfb25fdb6639.ctex b/escape-room/godot/imported/foot.svg-9e361563e010aa07be49bfb25fdb6639.ctex new file mode 100644 index 0000000..55f8804 Binary files /dev/null and b/escape-room/godot/imported/foot.svg-9e361563e010aa07be49bfb25fdb6639.ctex differ diff --git a/escape-room/godot/imported/foot.svg-9e361563e010aa07be49bfb25fdb6639.md5 b/escape-room/godot/imported/foot.svg-9e361563e010aa07be49bfb25fdb6639.md5 new file mode 100644 index 0000000..9516003 --- /dev/null +++ b/escape-room/godot/imported/foot.svg-9e361563e010aa07be49bfb25fdb6639.md5 @@ -0,0 +1,3 @@ +source_md5="933f939a8ae820db6f494f8d5ea25ed9" +dest_md5="82117ae74f40076e14ed67758c193d09" + diff --git a/escape-room/godot/imported/fountain Blood Texture.png-6c2c0b6779679757afba298d68990cc7.ctex b/escape-room/godot/imported/fountain Blood Texture.png-6c2c0b6779679757afba298d68990cc7.ctex new file mode 100644 index 0000000..10fa1fb Binary files /dev/null and b/escape-room/godot/imported/fountain Blood Texture.png-6c2c0b6779679757afba298d68990cc7.ctex differ diff --git a/escape-room/godot/imported/fountain Blood Texture.png-6c2c0b6779679757afba298d68990cc7.md5 b/escape-room/godot/imported/fountain Blood Texture.png-6c2c0b6779679757afba298d68990cc7.md5 new file mode 100644 index 0000000..883d6e9 --- /dev/null +++ b/escape-room/godot/imported/fountain Blood Texture.png-6c2c0b6779679757afba298d68990cc7.md5 @@ -0,0 +1,3 @@ +source_md5="df6faf935cc337797b1fb888afd80d3a" +dest_md5="cb526d19a8f2a9bbb14a70acb93f593e" + diff --git a/escape-room/godot/imported/fountain Blood Texture.png-cd79bcc186957427d7b1b4f12bb31f44.ctex b/escape-room/godot/imported/fountain Blood Texture.png-cd79bcc186957427d7b1b4f12bb31f44.ctex new file mode 100644 index 0000000..8e10001 Binary files /dev/null and b/escape-room/godot/imported/fountain Blood Texture.png-cd79bcc186957427d7b1b4f12bb31f44.ctex differ diff --git a/escape-room/godot/imported/fountain Blood Texture.png-cd79bcc186957427d7b1b4f12bb31f44.md5 b/escape-room/godot/imported/fountain Blood Texture.png-cd79bcc186957427d7b1b4f12bb31f44.md5 new file mode 100644 index 0000000..4b0e72d --- /dev/null +++ b/escape-room/godot/imported/fountain Blood Texture.png-cd79bcc186957427d7b1b4f12bb31f44.md5 @@ -0,0 +1,3 @@ +source_md5="6332b4a8457ff2cf2b8052543048e909" +dest_md5="2c0767ba969a291c0b1d630d878cc379" + diff --git a/escape-room/godot/imported/fountain Blood Texture.png-d62f4f2671a9496ec494a7fc04a100e1.ctex b/escape-room/godot/imported/fountain Blood Texture.png-d62f4f2671a9496ec494a7fc04a100e1.ctex new file mode 100644 index 0000000..8e10001 Binary files /dev/null and b/escape-room/godot/imported/fountain Blood Texture.png-d62f4f2671a9496ec494a7fc04a100e1.ctex differ diff --git a/escape-room/godot/imported/fountain Blood Texture.png-d62f4f2671a9496ec494a7fc04a100e1.md5 b/escape-room/godot/imported/fountain Blood Texture.png-d62f4f2671a9496ec494a7fc04a100e1.md5 new file mode 100644 index 0000000..4b0e72d --- /dev/null +++ b/escape-room/godot/imported/fountain Blood Texture.png-d62f4f2671a9496ec494a7fc04a100e1.md5 @@ -0,0 +1,3 @@ +source_md5="6332b4a8457ff2cf2b8052543048e909" +dest_md5="2c0767ba969a291c0b1d630d878cc379" + diff --git a/escape-room/godot/imported/fountain Blood-0901778ad049e0d35860897b310ac3d7.bin b/escape-room/godot/imported/fountain Blood-0901778ad049e0d35860897b310ac3d7.bin new file mode 100644 index 0000000..a4f7fe7 Binary files /dev/null and b/escape-room/godot/imported/fountain Blood-0901778ad049e0d35860897b310ac3d7.bin differ diff --git a/escape-room/godot/imported/fountain Blood-0901778ad049e0d35860897b310ac3d7.gltf b/escape-room/godot/imported/fountain Blood-0901778ad049e0d35860897b310ac3d7.gltf new file mode 100644 index 0000000..a9a8c0b --- /dev/null +++ b/escape-room/godot/imported/fountain Blood-0901778ad049e0d35860897b310ac3d7.gltf @@ -0,0 +1,285 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":13.809819236297823, + "type":"point", + "name":"Lamp.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":1.7353930473327637, + "type":"directional", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3, + 4 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.7071068286895752, + 0, + 0, + 0.7071068286895752 + ], + "scale":[ + 0.30000001192092896, + 0.29999998211860657, + 0.29999998211860657 + ], + "translation":[ + -0.015542864799499512, + 8.708588600158691, + 0 + ] + }, + { + "camera":0, + "name":"Camera.001", + "rotation":[ + 0, + 0.3826834261417389, + 0, + 0.9238795638084412 + ], + "scale":[ + 0.30000001192092896, + 0.29999998211860657, + 0.29999998211860657 + ], + "translation":[ + 2.0941247940063477, + 0.645048975944519, + 2.0234832763671875 + ] + }, + { + "mesh":0, + "name":"Blood Fountain", + "scale":[ + 0.30000001192092896, + 0.30000001192092896, + 0.30000001192092896 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp", + "rotation":[ + -0.12046116590499878, + 0.3835357427597046, + -0.35107505321502686, + 0.8456569910049438 + ], + "scale":[ + 0.30000001192092896, + 0.29999998211860657, + 0.29999998211860657 + ], + "translation":[ + 3.715484619140625, + 0.5441641807556152, + 3.7880659103393555 + ] + }, + { + "camera":1, + "name":"Camera", + "rotation":[ + -0.21205636858940125, + 0.3869099020957947, + 0.08579304814338684, + 0.893293023109436 + ], + "scale":[ + 0.30000001192092896, + 0.29999998211860657, + 0.29999998211860657 + ], + "translation":[ + 2.3667144775390625, + 2.364058494567871, + 2.1496357917785645 + ] + } + ], + "cameras":[ + { + "name":"Camera.001", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + }, + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Blood Fountain", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":224, + "max":[ + 1.999999761581421, + 4.000000476837158, + 2.000000238418579 + ], + "min":[ + -2, + 0, + -1.9999994039535522 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":224, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":224, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":224, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":372, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":2688, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":2688, + "byteOffset":2688, + "target":34962 + }, + { + "buffer":0, + "byteLength":1792, + "byteOffset":5376, + "target":34962 + }, + { + "buffer":0, + "byteLength":3584, + "byteOffset":7168, + "target":34962 + }, + { + "buffer":0, + "byteLength":744, + "byteOffset":10752, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":11496, + "uri":"fountain%20Blood-0901778ad049e0d35860897b310ac3d7.bin" + } + ] +} diff --git a/escape-room/godot/imported/fountain Blood.blend-0901778ad049e0d35860897b310ac3d7.md5 b/escape-room/godot/imported/fountain Blood.blend-0901778ad049e0d35860897b310ac3d7.md5 new file mode 100644 index 0000000..4407b36 --- /dev/null +++ b/escape-room/godot/imported/fountain Blood.blend-0901778ad049e0d35860897b310ac3d7.md5 @@ -0,0 +1,3 @@ +source_md5="7f25dceddbb6079cabb2cd170351813e" +dest_md5="ebd9ae7784f9aaf271f84c7555b3c31b" + diff --git a/escape-room/godot/imported/fountain Blood.blend-0901778ad049e0d35860897b310ac3d7.scn b/escape-room/godot/imported/fountain Blood.blend-0901778ad049e0d35860897b310ac3d7.scn new file mode 100644 index 0000000..cd02032 Binary files /dev/null and b/escape-room/godot/imported/fountain Blood.blend-0901778ad049e0d35860897b310ac3d7.scn differ diff --git a/escape-room/godot/imported/fountain Texture.png-29ccbd3e1a5b18a9ebaa8c05ff36ccf1.ctex b/escape-room/godot/imported/fountain Texture.png-29ccbd3e1a5b18a9ebaa8c05ff36ccf1.ctex new file mode 100644 index 0000000..9ca6f86 Binary files /dev/null and b/escape-room/godot/imported/fountain Texture.png-29ccbd3e1a5b18a9ebaa8c05ff36ccf1.ctex differ diff --git a/escape-room/godot/imported/fountain Texture.png-29ccbd3e1a5b18a9ebaa8c05ff36ccf1.md5 b/escape-room/godot/imported/fountain Texture.png-29ccbd3e1a5b18a9ebaa8c05ff36ccf1.md5 new file mode 100644 index 0000000..8ad33b6 --- /dev/null +++ b/escape-room/godot/imported/fountain Texture.png-29ccbd3e1a5b18a9ebaa8c05ff36ccf1.md5 @@ -0,0 +1,3 @@ +source_md5="57ce976867797d30bfb8eed015fca0c4" +dest_md5="af90329f100fa11492e765aa7266be48" + diff --git a/escape-room/godot/imported/fountain Texture.png-2bd0ac8cb0baf30b4bc6859046512292.ctex b/escape-room/godot/imported/fountain Texture.png-2bd0ac8cb0baf30b4bc6859046512292.ctex new file mode 100644 index 0000000..9ca6f86 Binary files /dev/null and b/escape-room/godot/imported/fountain Texture.png-2bd0ac8cb0baf30b4bc6859046512292.ctex differ diff --git a/escape-room/godot/imported/fountain Texture.png-2bd0ac8cb0baf30b4bc6859046512292.md5 b/escape-room/godot/imported/fountain Texture.png-2bd0ac8cb0baf30b4bc6859046512292.md5 new file mode 100644 index 0000000..8ad33b6 --- /dev/null +++ b/escape-room/godot/imported/fountain Texture.png-2bd0ac8cb0baf30b4bc6859046512292.md5 @@ -0,0 +1,3 @@ +source_md5="57ce976867797d30bfb8eed015fca0c4" +dest_md5="af90329f100fa11492e765aa7266be48" + diff --git a/escape-room/godot/imported/fountain Texture.png-ceba1b778f4e139b0de02e088179b8cf.ctex b/escape-room/godot/imported/fountain Texture.png-ceba1b778f4e139b0de02e088179b8cf.ctex new file mode 100644 index 0000000..9ca6f86 Binary files /dev/null and b/escape-room/godot/imported/fountain Texture.png-ceba1b778f4e139b0de02e088179b8cf.ctex differ diff --git a/escape-room/godot/imported/fountain Texture.png-ceba1b778f4e139b0de02e088179b8cf.md5 b/escape-room/godot/imported/fountain Texture.png-ceba1b778f4e139b0de02e088179b8cf.md5 new file mode 100644 index 0000000..8ad33b6 --- /dev/null +++ b/escape-room/godot/imported/fountain Texture.png-ceba1b778f4e139b0de02e088179b8cf.md5 @@ -0,0 +1,3 @@ +source_md5="57ce976867797d30bfb8eed015fca0c4" +dest_md5="af90329f100fa11492e765aa7266be48" + diff --git a/escape-room/godot/imported/fountain-23d42c2486ca6492b16b9461f8183bc1.bin b/escape-room/godot/imported/fountain-23d42c2486ca6492b16b9461f8183bc1.bin new file mode 100644 index 0000000..a4f7fe7 Binary files /dev/null and b/escape-room/godot/imported/fountain-23d42c2486ca6492b16b9461f8183bc1.bin differ diff --git a/escape-room/godot/imported/fountain-23d42c2486ca6492b16b9461f8183bc1.gltf b/escape-room/godot/imported/fountain-23d42c2486ca6492b16b9461f8183bc1.gltf new file mode 100644 index 0000000..d495468 --- /dev/null +++ b/escape-room/godot/imported/fountain-23d42c2486ca6492b16b9461f8183bc1.gltf @@ -0,0 +1,285 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":7.957747154594767, + "type":"point", + "name":"Lamp.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":1.7353930473327637, + "type":"directional", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3, + 4 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.7071068286895752, + 0, + 0, + 0.7071068286895752 + ], + "scale":[ + 0.30000001192092896, + 0.29999998211860657, + 0.29999998211860657 + ], + "translation":[ + -0.015542864799499512, + 2.32366943359375, + 0 + ] + }, + { + "camera":0, + "name":"Camera.001", + "rotation":[ + 0, + 0.3826834261417389, + 0, + 0.9238795638084412 + ], + "scale":[ + 0.30000001192092896, + 0.29999998211860657, + 0.29999998211860657 + ], + "translation":[ + 2.0941247940063477, + 0.645048975944519, + 2.0234832763671875 + ] + }, + { + "mesh":0, + "name":"Fountain", + "scale":[ + 0.30000001192092896, + 0.30000001192092896, + 0.30000001192092896 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp", + "rotation":[ + -0.2198060154914856, + 0.3365946412086487, + -0.10899598151445389, + 0.9091256260871887 + ], + "scale":[ + 0.30000004172325134, + 0.29999998211860657, + 0.30000001192092896 + ], + "translation":[ + 3.6716461181640625, + 2.8785600662231445, + 3.7880659103393555 + ] + }, + { + "camera":1, + "name":"Camera", + "rotation":[ + -0.21205636858940125, + 0.3869099020957947, + 0.08579304814338684, + 0.893293023109436 + ], + "scale":[ + 0.30000001192092896, + 0.29999998211860657, + 0.29999998211860657 + ], + "translation":[ + 2.3667144775390625, + 2.364058494567871, + 2.1496357917785645 + ] + } + ], + "cameras":[ + { + "name":"Camera.001", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + }, + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Fountain", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":224, + "max":[ + 1.999999761581421, + 4.000000476837158, + 2.000000238418579 + ], + "min":[ + -2, + 0, + -1.9999994039535522 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":224, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":224, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":224, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":372, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":2688, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":2688, + "byteOffset":2688, + "target":34962 + }, + { + "buffer":0, + "byteLength":1792, + "byteOffset":5376, + "target":34962 + }, + { + "buffer":0, + "byteLength":3584, + "byteOffset":7168, + "target":34962 + }, + { + "buffer":0, + "byteLength":744, + "byteOffset":10752, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":11496, + "uri":"fountain-23d42c2486ca6492b16b9461f8183bc1.bin" + } + ] +} diff --git a/escape-room/godot/imported/fountain.blend-23d42c2486ca6492b16b9461f8183bc1.md5 b/escape-room/godot/imported/fountain.blend-23d42c2486ca6492b16b9461f8183bc1.md5 new file mode 100644 index 0000000..933748d --- /dev/null +++ b/escape-room/godot/imported/fountain.blend-23d42c2486ca6492b16b9461f8183bc1.md5 @@ -0,0 +1,3 @@ +source_md5="2d57550cec36b2f02f72b5c5b4dbc8f2" +dest_md5="b3302082b36093dc58cf16ac472fb077" + diff --git a/escape-room/godot/imported/fountain.blend-23d42c2486ca6492b16b9461f8183bc1.scn b/escape-room/godot/imported/fountain.blend-23d42c2486ca6492b16b9461f8183bc1.scn new file mode 100644 index 0000000..0eabba0 Binary files /dev/null and b/escape-room/godot/imported/fountain.blend-23d42c2486ca6492b16b9461f8183bc1.scn differ diff --git a/escape-room/godot/imported/function.svg-52c5f936037e0f38a4da2b1e16ae67fe.ctex b/escape-room/godot/imported/function.svg-52c5f936037e0f38a4da2b1e16ae67fe.ctex new file mode 100644 index 0000000..7200bb4 Binary files /dev/null and b/escape-room/godot/imported/function.svg-52c5f936037e0f38a4da2b1e16ae67fe.ctex differ diff --git a/escape-room/godot/imported/function.svg-52c5f936037e0f38a4da2b1e16ae67fe.md5 b/escape-room/godot/imported/function.svg-52c5f936037e0f38a4da2b1e16ae67fe.md5 new file mode 100644 index 0000000..1eeac14 --- /dev/null +++ b/escape-room/godot/imported/function.svg-52c5f936037e0f38a4da2b1e16ae67fe.md5 @@ -0,0 +1,3 @@ +source_md5="950e20fad29c6a35cc1d41242572e502" +dest_md5="7560048c3a7b42d75870ea687f1c2728" + diff --git a/escape-room/godot/imported/gameCartridge1.fbx-a178f36c417aef2a81b614567613bfd5.md5 b/escape-room/godot/imported/gameCartridge1.fbx-a178f36c417aef2a81b614567613bfd5.md5 new file mode 100644 index 0000000..db209f6 --- /dev/null +++ b/escape-room/godot/imported/gameCartridge1.fbx-a178f36c417aef2a81b614567613bfd5.md5 @@ -0,0 +1,3 @@ +source_md5="ef2da3e5391e1f7b9d6ddc4840076922" +dest_md5="fc586763aa4c0c705a529103df382810" + diff --git a/escape-room/godot/imported/gameCartridge1.fbx-a178f36c417aef2a81b614567613bfd5.scn b/escape-room/godot/imported/gameCartridge1.fbx-a178f36c417aef2a81b614567613bfd5.scn new file mode 100644 index 0000000..53a8a75 Binary files /dev/null and b/escape-room/godot/imported/gameCartridge1.fbx-a178f36c417aef2a81b614567613bfd5.scn differ diff --git a/escape-room/godot/imported/gameCartridge1.obj-576b8f6c05cb72b015fadc839285aebf.md5 b/escape-room/godot/imported/gameCartridge1.obj-576b8f6c05cb72b015fadc839285aebf.md5 new file mode 100644 index 0000000..098092f --- /dev/null +++ b/escape-room/godot/imported/gameCartridge1.obj-576b8f6c05cb72b015fadc839285aebf.md5 @@ -0,0 +1,3 @@ +source_md5="449ca2d1ab1dde63b5a43ddd65a611fa" +dest_md5="ee6bab483347767a9f0a2ab9b6056198" + diff --git a/escape-room/godot/imported/gameCartridge1.obj-576b8f6c05cb72b015fadc839285aebf.mesh b/escape-room/godot/imported/gameCartridge1.obj-576b8f6c05cb72b015fadc839285aebf.mesh new file mode 100644 index 0000000..00dd30a Binary files /dev/null and b/escape-room/godot/imported/gameCartridge1.obj-576b8f6c05cb72b015fadc839285aebf.mesh differ diff --git a/escape-room/godot/imported/gameCartridge1.png-1e9f96ba78d4ac16bcbf77af11b53a9f.etc2.ctex b/escape-room/godot/imported/gameCartridge1.png-1e9f96ba78d4ac16bcbf77af11b53a9f.etc2.ctex new file mode 100644 index 0000000..935378b Binary files /dev/null and b/escape-room/godot/imported/gameCartridge1.png-1e9f96ba78d4ac16bcbf77af11b53a9f.etc2.ctex differ diff --git a/escape-room/godot/imported/gameCartridge1.png-1e9f96ba78d4ac16bcbf77af11b53a9f.md5 b/escape-room/godot/imported/gameCartridge1.png-1e9f96ba78d4ac16bcbf77af11b53a9f.md5 new file mode 100644 index 0000000..9d7ce50 --- /dev/null +++ b/escape-room/godot/imported/gameCartridge1.png-1e9f96ba78d4ac16bcbf77af11b53a9f.md5 @@ -0,0 +1,3 @@ +source_md5="20709e239af9038e89864bf1e0440be2" +dest_md5="569f5edf2fdea132006a50e57a32aa2a" + diff --git a/escape-room/godot/imported/gameCartridge1.png-1e9f96ba78d4ac16bcbf77af11b53a9f.s3tc.ctex b/escape-room/godot/imported/gameCartridge1.png-1e9f96ba78d4ac16bcbf77af11b53a9f.s3tc.ctex new file mode 100644 index 0000000..911670b Binary files /dev/null and b/escape-room/godot/imported/gameCartridge1.png-1e9f96ba78d4ac16bcbf77af11b53a9f.s3tc.ctex differ diff --git a/escape-room/godot/imported/gate-door-window.fbx-a986272eb81e546669b6b18ac7d1cace.md5 b/escape-room/godot/imported/gate-door-window.fbx-a986272eb81e546669b6b18ac7d1cace.md5 new file mode 100644 index 0000000..3bccc01 --- /dev/null +++ b/escape-room/godot/imported/gate-door-window.fbx-a986272eb81e546669b6b18ac7d1cace.md5 @@ -0,0 +1,3 @@ +source_md5="2907891def203fa3f2d0c131d5593384" +dest_md5="0d0310d7f5810082adf558fab125f8b2" + diff --git a/escape-room/godot/imported/gate-door-window.fbx-a986272eb81e546669b6b18ac7d1cace.scn b/escape-room/godot/imported/gate-door-window.fbx-a986272eb81e546669b6b18ac7d1cace.scn new file mode 100644 index 0000000..9f1b7c6 Binary files /dev/null and b/escape-room/godot/imported/gate-door-window.fbx-a986272eb81e546669b6b18ac7d1cace.scn differ diff --git a/escape-room/godot/imported/gate-door-window.glb-e6a51394295c070fb5f28b1a090ccb78.md5 b/escape-room/godot/imported/gate-door-window.glb-e6a51394295c070fb5f28b1a090ccb78.md5 new file mode 100644 index 0000000..3c10fa9 --- /dev/null +++ b/escape-room/godot/imported/gate-door-window.glb-e6a51394295c070fb5f28b1a090ccb78.md5 @@ -0,0 +1,3 @@ +source_md5="a327826bc85d360ce99ca1c017cdbe01" +dest_md5="310da765d7ca8dc396bc20764e4606b1" + diff --git a/escape-room/godot/imported/gate-door-window.glb-e6a51394295c070fb5f28b1a090ccb78.scn b/escape-room/godot/imported/gate-door-window.glb-e6a51394295c070fb5f28b1a090ccb78.scn new file mode 100644 index 0000000..cd31397 Binary files /dev/null and b/escape-room/godot/imported/gate-door-window.glb-e6a51394295c070fb5f28b1a090ccb78.scn differ diff --git a/escape-room/godot/imported/gate-door-window.obj-cc06ac914806ac6ddc6c9a21b918c865.md5 b/escape-room/godot/imported/gate-door-window.obj-cc06ac914806ac6ddc6c9a21b918c865.md5 new file mode 100644 index 0000000..ee6fcb7 --- /dev/null +++ b/escape-room/godot/imported/gate-door-window.obj-cc06ac914806ac6ddc6c9a21b918c865.md5 @@ -0,0 +1,3 @@ +source_md5="0bb1b7a0d5b0bd1ae098686f3a226ec1" +dest_md5="c29e65698d9e505c245c7b6a7f20bca2" + diff --git a/escape-room/godot/imported/gate-door-window.obj-cc06ac914806ac6ddc6c9a21b918c865.mesh b/escape-room/godot/imported/gate-door-window.obj-cc06ac914806ac6ddc6c9a21b918c865.mesh new file mode 100644 index 0000000..444ccba Binary files /dev/null and b/escape-room/godot/imported/gate-door-window.obj-cc06ac914806ac6ddc6c9a21b918c865.mesh differ diff --git a/escape-room/godot/imported/gate-door-window.png-abefa64908c443f10f4b57f90ab9ca62.ctex b/escape-room/godot/imported/gate-door-window.png-abefa64908c443f10f4b57f90ab9ca62.ctex new file mode 100644 index 0000000..f37555a Binary files /dev/null and b/escape-room/godot/imported/gate-door-window.png-abefa64908c443f10f4b57f90ab9ca62.ctex differ diff --git a/escape-room/godot/imported/gate-door-window.png-abefa64908c443f10f4b57f90ab9ca62.md5 b/escape-room/godot/imported/gate-door-window.png-abefa64908c443f10f4b57f90ab9ca62.md5 new file mode 100644 index 0000000..1f34d35 --- /dev/null +++ b/escape-room/godot/imported/gate-door-window.png-abefa64908c443f10f4b57f90ab9ca62.md5 @@ -0,0 +1,3 @@ +source_md5="4181f9e43e6cfcea0ebe42e3d4a3b719" +dest_md5="6a9cfb68f0542166ea33623658da1a8f" + diff --git a/escape-room/godot/imported/gate-door.fbx-c3bd94c7ef1d17cb34f6e39f7d64304b.md5 b/escape-room/godot/imported/gate-door.fbx-c3bd94c7ef1d17cb34f6e39f7d64304b.md5 new file mode 100644 index 0000000..1dc39e3 --- /dev/null +++ b/escape-room/godot/imported/gate-door.fbx-c3bd94c7ef1d17cb34f6e39f7d64304b.md5 @@ -0,0 +1,3 @@ +source_md5="3ab51e914ff5eb7bc4eba70d7bd2f0a7" +dest_md5="28f1a909a923c60133cca12a4018e432" + diff --git a/escape-room/godot/imported/gate-door.fbx-c3bd94c7ef1d17cb34f6e39f7d64304b.scn b/escape-room/godot/imported/gate-door.fbx-c3bd94c7ef1d17cb34f6e39f7d64304b.scn new file mode 100644 index 0000000..0198cb9 Binary files /dev/null and b/escape-room/godot/imported/gate-door.fbx-c3bd94c7ef1d17cb34f6e39f7d64304b.scn differ diff --git a/escape-room/godot/imported/gate-door.glb-4872f37094a9ae5637552d63d0afef38.md5 b/escape-room/godot/imported/gate-door.glb-4872f37094a9ae5637552d63d0afef38.md5 new file mode 100644 index 0000000..383d1d9 --- /dev/null +++ b/escape-room/godot/imported/gate-door.glb-4872f37094a9ae5637552d63d0afef38.md5 @@ -0,0 +1,3 @@ +source_md5="60e176a4445707eed52eb998856e6350" +dest_md5="0405ae093a32ac1733916d93e778e5c1" + diff --git a/escape-room/godot/imported/gate-door.glb-4872f37094a9ae5637552d63d0afef38.scn b/escape-room/godot/imported/gate-door.glb-4872f37094a9ae5637552d63d0afef38.scn new file mode 100644 index 0000000..cccc665 Binary files /dev/null and b/escape-room/godot/imported/gate-door.glb-4872f37094a9ae5637552d63d0afef38.scn differ diff --git a/escape-room/godot/imported/gate-door.obj-4c165e4fecd9cca2fe32f75d53095d29.md5 b/escape-room/godot/imported/gate-door.obj-4c165e4fecd9cca2fe32f75d53095d29.md5 new file mode 100644 index 0000000..ce8ea4e --- /dev/null +++ b/escape-room/godot/imported/gate-door.obj-4c165e4fecd9cca2fe32f75d53095d29.md5 @@ -0,0 +1,3 @@ +source_md5="4e6ce09132129b5ab30f20c96431b5f8" +dest_md5="17b881d3a0fdd09547b4d07a3a59735d" + diff --git a/escape-room/godot/imported/gate-door.obj-4c165e4fecd9cca2fe32f75d53095d29.mesh b/escape-room/godot/imported/gate-door.obj-4c165e4fecd9cca2fe32f75d53095d29.mesh new file mode 100644 index 0000000..66d6321 Binary files /dev/null and b/escape-room/godot/imported/gate-door.obj-4c165e4fecd9cca2fe32f75d53095d29.mesh differ diff --git a/escape-room/godot/imported/gate-door.png-8fcd2acb8975f6f149510ddfa382a956.ctex b/escape-room/godot/imported/gate-door.png-8fcd2acb8975f6f149510ddfa382a956.ctex new file mode 100644 index 0000000..905b413 Binary files /dev/null and b/escape-room/godot/imported/gate-door.png-8fcd2acb8975f6f149510ddfa382a956.ctex differ diff --git a/escape-room/godot/imported/gate-door.png-8fcd2acb8975f6f149510ddfa382a956.md5 b/escape-room/godot/imported/gate-door.png-8fcd2acb8975f6f149510ddfa382a956.md5 new file mode 100644 index 0000000..7ec4af5 --- /dev/null +++ b/escape-room/godot/imported/gate-door.png-8fcd2acb8975f6f149510ddfa382a956.md5 @@ -0,0 +1,3 @@ +source_md5="3f9daad074d8f596eabdfde81428310c" +dest_md5="d6eb4253816ef6e40f33fcd7ffbd8af6" + diff --git a/escape-room/godot/imported/gate.fbx-f0fd6dafcdd45c12484880a8e14cf94f.md5 b/escape-room/godot/imported/gate.fbx-f0fd6dafcdd45c12484880a8e14cf94f.md5 new file mode 100644 index 0000000..863ddd4 --- /dev/null +++ b/escape-room/godot/imported/gate.fbx-f0fd6dafcdd45c12484880a8e14cf94f.md5 @@ -0,0 +1,3 @@ +source_md5="964951e159dbd946cbe2c002e5815133" +dest_md5="80eb471a5201efa29c1e8045bd201694" + diff --git a/escape-room/godot/imported/gate.fbx-f0fd6dafcdd45c12484880a8e14cf94f.scn b/escape-room/godot/imported/gate.fbx-f0fd6dafcdd45c12484880a8e14cf94f.scn new file mode 100644 index 0000000..46a1dc2 Binary files /dev/null and b/escape-room/godot/imported/gate.fbx-f0fd6dafcdd45c12484880a8e14cf94f.scn differ diff --git a/escape-room/godot/imported/gate.glb-48e9fdb4ce2771a2438e91deaaa8cbc6.md5 b/escape-room/godot/imported/gate.glb-48e9fdb4ce2771a2438e91deaaa8cbc6.md5 new file mode 100644 index 0000000..03ce500 --- /dev/null +++ b/escape-room/godot/imported/gate.glb-48e9fdb4ce2771a2438e91deaaa8cbc6.md5 @@ -0,0 +1,3 @@ +source_md5="c80759016a05a034bc4aaf15ba5cdcfd" +dest_md5="06859ec6e2bffb4d091c230f630ea3e6" + diff --git a/escape-room/godot/imported/gate.glb-48e9fdb4ce2771a2438e91deaaa8cbc6.scn b/escape-room/godot/imported/gate.glb-48e9fdb4ce2771a2438e91deaaa8cbc6.scn new file mode 100644 index 0000000..1a06ba8 Binary files /dev/null and b/escape-room/godot/imported/gate.glb-48e9fdb4ce2771a2438e91deaaa8cbc6.scn differ diff --git a/escape-room/godot/imported/gate.obj-87e572f43f8e4c4ec8f0e9e95e6b4d48.md5 b/escape-room/godot/imported/gate.obj-87e572f43f8e4c4ec8f0e9e95e6b4d48.md5 new file mode 100644 index 0000000..d13733a --- /dev/null +++ b/escape-room/godot/imported/gate.obj-87e572f43f8e4c4ec8f0e9e95e6b4d48.md5 @@ -0,0 +1,3 @@ +source_md5="a40d93b59453d07b85983f8270082499" +dest_md5="de7b998f7118e4b76e1c85cd2181f3ee" + diff --git a/escape-room/godot/imported/gate.obj-87e572f43f8e4c4ec8f0e9e95e6b4d48.mesh b/escape-room/godot/imported/gate.obj-87e572f43f8e4c4ec8f0e9e95e6b4d48.mesh new file mode 100644 index 0000000..b358140 Binary files /dev/null and b/escape-room/godot/imported/gate.obj-87e572f43f8e4c4ec8f0e9e95e6b4d48.mesh differ diff --git a/escape-room/godot/imported/gate.png-61fd38ad6416cb9ef43b1845e6878368.ctex b/escape-room/godot/imported/gate.png-61fd38ad6416cb9ef43b1845e6878368.ctex new file mode 100644 index 0000000..aba7c45 Binary files /dev/null and b/escape-room/godot/imported/gate.png-61fd38ad6416cb9ef43b1845e6878368.ctex differ diff --git a/escape-room/godot/imported/gate.png-61fd38ad6416cb9ef43b1845e6878368.md5 b/escape-room/godot/imported/gate.png-61fd38ad6416cb9ef43b1845e6878368.md5 new file mode 100644 index 0000000..05613ff --- /dev/null +++ b/escape-room/godot/imported/gate.png-61fd38ad6416cb9ef43b1845e6878368.md5 @@ -0,0 +1,3 @@ +source_md5="3a93b2cb2e4050c33751f853636259ee" +dest_md5="f51e7b857d8c4f6b89c59e7a1f47fce7" + diff --git a/escape-room/godot/imported/gear_door_study-49207bb51cc05665e3ec9cdbb241b778.bin b/escape-room/godot/imported/gear_door_study-49207bb51cc05665e3ec9cdbb241b778.bin new file mode 100644 index 0000000..447df6d Binary files /dev/null and b/escape-room/godot/imported/gear_door_study-49207bb51cc05665e3ec9cdbb241b778.bin differ diff --git a/escape-room/godot/imported/gear_door_study-49207bb51cc05665e3ec9cdbb241b778.gltf b/escape-room/godot/imported/gear_door_study-49207bb51cc05665e3ec9cdbb241b778.gltf new file mode 100644 index 0000000..ea037d2 --- /dev/null +++ b/escape-room/godot/imported/gear_door_study-49207bb51cc05665e3ec9cdbb241b778.gltf @@ -0,0 +1,762 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":5, + "type":"directional", + "name":"Light", + "extras":{ + "nvb":{} + } + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":5, + "type":"directional", + "name":"Light.001", + "extras":{ + "nvb":{} + } + } + ] + } + }, + "scene":0, + "scenes":[ + { + "extras":{ + "nvb":{} + }, + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Light", + "rotation":[ + -0.5764666199684143, + -0.09913555532693863, + 0.4462122321128845, + 0.6773130893707275 + ], + "translation":[ + -6.9099931716918945, + 9.783687591552734, + 3.9852514266967773 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.1752162128686905, + 0.16970869898796082, + 0.029480189085006714, + 0.9693447351455688 + ], + "translation":[ + 3.9062182903289795, + 4.126357078552246, + 8.190142631530762 + ] + }, + { + "extras":{ + "nwn2mdk":{ + "diffuse_color":[ + 1.0, + 1.0, + 1.0 + ], + "specular_color":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929 + ], + "specular_level":0.4000000059604645, + "glossiness":20.0, + "object_type":1, + "tint_map":"tl_rd2_wall4_t", + "use_transparency_mask":0, + "use_environment_map":0, + "is_head":0, + "glow":0, + "cast_no_shadows":1, + "receive_projected_textures":0 + } + }, + "mesh":0, + "name":"door" + }, + { + "extras":{ + "nwn2mdk":{ + "diffuse_color":[ + 1.0, + 1.0, + 1.0 + ], + "specular_color":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929 + ], + "specular_level":0.4000000059604645, + "glossiness":20.0, + "object_type":1, + "tint_map":"tl_rd2_wall4_t", + "use_transparency_mask":0, + "use_environment_map":0, + "is_head":0, + "glow":0, + "cast_no_shadows":1, + "receive_projected_textures":0 + } + }, + "mesh":1, + "name":"door_switch" + }, + { + "extras":{ + "nwn2mdk":{ + "diffuse_color":[ + 1.0, + 1.0, + 1.0 + ], + "specular_color":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929 + ], + "specular_level":0.4000000059604645, + "glossiness":20.0, + "object_type":1, + "tint_map":"tl_rd2_wall4_t", + "use_transparency_mask":0, + "use_environment_map":0, + "is_head":0, + "glow":0, + "cast_no_shadows":1, + "receive_projected_textures":0 + } + }, + "mesh":2, + "name":"door_track" + }, + { + "extras":{ + "nwn2mdk":{ + "diffuse_color":[ + 1.0, + 1.0, + 1.0 + ], + "specular_color":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929 + ], + "specular_level":0.4000000059604645, + "glossiness":20.0, + "object_type":1, + "tint_map":"tl_rd2_wall4_t", + "use_transparency_mask":0, + "use_environment_map":0, + "is_head":0, + "glow":0, + "cast_no_shadows":1, + "receive_projected_textures":0 + } + }, + "mesh":3, + "name":"door_wheel" + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Light.001", + "rotation":[ + -0.07698464393615723, + 0.42020776867866516, + 0.7249085903167725, + 0.5403761267662048 + ], + "translation":[ + 5.7591552734375, + 8.73702335357666, + 8.800342559814453 + ] + }, + { + "mesh":4, + "name":"Cylinder", + "rotation":[ + 0, + 0, + -0.7071068286895752, + 0.7071068286895752 + ], + "scale":[ + 4, + 16, + 4 + ], + "translation":[ + 0, + 1, + 0 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.7777777777777777, + "yfov":0.39959652046304894, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "extras":{ + "nvb":{} + }, + "name":"Material.001", + "normalTexture":{ + "index":0, + "scale":0.20000001788139343 + }, + "pbrMetallicRoughness":{ + "baseColorTexture":{ + "index":1 + }, + "metallicRoughnessTexture":{ + "index":2 + }, + "roughnessFactor":0.5 + } + }, + { + "doubleSided":true, + "extras":{ + "nvb":{} + }, + "name":"Material", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.29310381412506104, + 0.2547565996646881, + 0.3757499158382416, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Obj_TL_RD2_SPU1_01_05.002", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + }, + { + "name":"Obj_TL_RD2_SPU1_01_05.007", + "primitives":[ + { + "attributes":{ + "POSITION":5, + "NORMAL":6, + "TEXCOORD_0":7 + }, + "indices":8, + "material":0 + } + ] + }, + { + "name":"Obj_TL_RD2_SPU1_01_05.008", + "primitives":[ + { + "attributes":{ + "POSITION":9, + "NORMAL":10, + "TEXCOORD_0":11, + "TANGENT":12 + }, + "indices":13, + "material":0 + } + ] + }, + { + "name":"Obj_TL_RD2_SPU1_01_05.009", + "primitives":[ + { + "attributes":{ + "POSITION":14, + "NORMAL":15, + "TEXCOORD_0":16, + "TANGENT":17 + }, + "indices":18, + "material":0 + } + ] + }, + { + "name":"Cylinder.003", + "primitives":[ + { + "attributes":{ + "POSITION":19, + "NORMAL":20, + "TEXCOORD_0":21, + "TANGENT":22 + }, + "indices":23, + "material":1 + } + ] + } + ], + "textures":[ + { + "sampler":0, + "source":0 + }, + { + "sampler":0, + "source":1 + }, + { + "sampler":0, + "source":2 + } + ], + "images":[ + { + "mimeType":"image/png", + "name":"door_normal.png", + "uri":"../../assets-lib/gear_door_study/gear_door_study/door_normal.png" + }, + { + "mimeType":"image/png", + "name":"door_color.png", + "uri":"../../assets-lib/gear_door_study/gear_door_study/door_color.png" + }, + { + "mimeType":"image/png", + "name":"door_metal.png", + "uri":"../../assets-lib/gear_door_study/gear_door_study/door_metal.png" + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":1110, + "max":[ + 2.4475584030151367, + 2.5048983097076416, + 0.1339966058731079 + ], + "min":[ + -0.647558331489563, + -0.5902191996574402, + -0.13399705290794373 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":1110, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":1110, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":1110, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":2304, + "type":"SCALAR" + }, + { + "bufferView":5, + "componentType":5126, + "count":364, + "max":[ + -0.07270286977291107, + 1.4772969484329224, + 0.5 + ], + "min":[ + -0.6942414045333862, + 0.8557584285736084, + -0.5 + ], + "type":"VEC3" + }, + { + "bufferView":6, + "componentType":5126, + "count":364, + "type":"VEC3" + }, + { + "bufferView":7, + "componentType":5126, + "count":364, + "type":"VEC2" + }, + { + "bufferView":8, + "componentType":5123, + "count":1284, + "type":"SCALAR" + }, + { + "bufferView":9, + "componentType":5126, + "count":70, + "max":[ + 2.6260409355163574, + -0.4025568962097168, + 0.13699999451637268 + ], + "min":[ + -0.8972150683403015, + -0.6002589464187622, + -0.13699999451637268 + ], + "type":"VEC3" + }, + { + "bufferView":10, + "componentType":5126, + "count":70, + "type":"VEC3" + }, + { + "bufferView":11, + "componentType":5126, + "count":70, + "type":"VEC2" + }, + { + "bufferView":12, + "componentType":5126, + "count":70, + "type":"VEC4" + }, + { + "bufferView":13, + "componentType":5123, + "count":180, + "type":"SCALAR" + }, + { + "bufferView":14, + "componentType":5126, + "count":170, + "max":[ + 1.4340529441833496, + 1.504845142364502, + 0.07999999821186066 + ], + "min":[ + 0.3659469485282898, + 0.4098339080810547, + -0.08554781228303909 + ], + "type":"VEC3" + }, + { + "bufferView":15, + "componentType":5126, + "count":170, + "type":"VEC3" + }, + { + "bufferView":16, + "componentType":5126, + "count":170, + "type":"VEC2" + }, + { + "bufferView":17, + "componentType":5126, + "count":170, + "type":"VEC4" + }, + { + "bufferView":18, + "componentType":5123, + "count":288, + "type":"SCALAR" + }, + { + "bufferView":19, + "componentType":5126, + "count":26, + "max":[ + 1, + 1, + -7.549790126404332e-08 + ], + "min":[ + -0.5555691123008728, + -1, + -1 + ], + "type":"VEC3" + }, + { + "bufferView":20, + "componentType":5126, + "count":26, + "type":"VEC3" + }, + { + "bufferView":21, + "componentType":5126, + "count":26, + "type":"VEC2" + }, + { + "bufferView":22, + "componentType":5126, + "count":26, + "type":"VEC4" + }, + { + "bufferView":23, + "componentType":5123, + "count":66, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":13320, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":13320, + "byteOffset":13320, + "target":34962 + }, + { + "buffer":0, + "byteLength":8880, + "byteOffset":26640, + "target":34962 + }, + { + "buffer":0, + "byteLength":17760, + "byteOffset":35520, + "target":34962 + }, + { + "buffer":0, + "byteLength":4608, + "byteOffset":53280, + "target":34963 + }, + { + "buffer":0, + "byteLength":4368, + "byteOffset":57888, + "target":34962 + }, + { + "buffer":0, + "byteLength":4368, + "byteOffset":62256, + "target":34962 + }, + { + "buffer":0, + "byteLength":2912, + "byteOffset":66624, + "target":34962 + }, + { + "buffer":0, + "byteLength":2568, + "byteOffset":69536, + "target":34963 + }, + { + "buffer":0, + "byteLength":840, + "byteOffset":72104, + "target":34962 + }, + { + "buffer":0, + "byteLength":840, + "byteOffset":72944, + "target":34962 + }, + { + "buffer":0, + "byteLength":560, + "byteOffset":73784, + "target":34962 + }, + { + "buffer":0, + "byteLength":1120, + "byteOffset":74344, + "target":34962 + }, + { + "buffer":0, + "byteLength":360, + "byteOffset":75464, + "target":34963 + }, + { + "buffer":0, + "byteLength":2040, + "byteOffset":75824, + "target":34962 + }, + { + "buffer":0, + "byteLength":2040, + "byteOffset":77864, + "target":34962 + }, + { + "buffer":0, + "byteLength":1360, + "byteOffset":79904, + "target":34962 + }, + { + "buffer":0, + "byteLength":2720, + "byteOffset":81264, + "target":34962 + }, + { + "buffer":0, + "byteLength":576, + "byteOffset":83984, + "target":34963 + }, + { + "buffer":0, + "byteLength":312, + "byteOffset":84560, + "target":34962 + }, + { + "buffer":0, + "byteLength":312, + "byteOffset":84872, + "target":34962 + }, + { + "buffer":0, + "byteLength":208, + "byteOffset":85184, + "target":34962 + }, + { + "buffer":0, + "byteLength":416, + "byteOffset":85392, + "target":34962 + }, + { + "buffer":0, + "byteLength":132, + "byteOffset":85808, + "target":34963 + } + ], + "samplers":[ + { + "magFilter":9729, + "minFilter":9987 + } + ], + "buffers":[ + { + "byteLength":85940, + "uri":"gear_door_study-49207bb51cc05665e3ec9cdbb241b778.bin" + } + ] +} diff --git a/escape-room/godot/imported/gear_door_study.blend-49207bb51cc05665e3ec9cdbb241b778.md5 b/escape-room/godot/imported/gear_door_study.blend-49207bb51cc05665e3ec9cdbb241b778.md5 new file mode 100644 index 0000000..7d14278 --- /dev/null +++ b/escape-room/godot/imported/gear_door_study.blend-49207bb51cc05665e3ec9cdbb241b778.md5 @@ -0,0 +1,3 @@ +source_md5="ea9da4fdb20d5a32c17fc96d7fa3b577" +dest_md5="d0d8477380931ebb4cd02ed5b23e5d23" + diff --git a/escape-room/godot/imported/gear_door_study.blend-49207bb51cc05665e3ec9cdbb241b778.scn b/escape-room/godot/imported/gear_door_study.blend-49207bb51cc05665e3ec9cdbb241b778.scn new file mode 100644 index 0000000..8d7b935 Binary files /dev/null and b/escape-room/godot/imported/gear_door_study.blend-49207bb51cc05665e3ec9cdbb241b778.scn differ diff --git a/escape-room/godot/imported/glove_african_dark_camo.png-3a526d8d251e73995f6fd3ba5cdd0b4e.etc2.ctex b/escape-room/godot/imported/glove_african_dark_camo.png-3a526d8d251e73995f6fd3ba5cdd0b4e.etc2.ctex new file mode 100644 index 0000000..4b2a475 Binary files /dev/null and b/escape-room/godot/imported/glove_african_dark_camo.png-3a526d8d251e73995f6fd3ba5cdd0b4e.etc2.ctex differ diff --git a/escape-room/godot/imported/glove_african_dark_camo.png-3a526d8d251e73995f6fd3ba5cdd0b4e.md5 b/escape-room/godot/imported/glove_african_dark_camo.png-3a526d8d251e73995f6fd3ba5cdd0b4e.md5 new file mode 100644 index 0000000..c70de0a --- /dev/null +++ b/escape-room/godot/imported/glove_african_dark_camo.png-3a526d8d251e73995f6fd3ba5cdd0b4e.md5 @@ -0,0 +1,3 @@ +source_md5="4dc8824ea81cfba54c0855cf70f1729a" +dest_md5="afcc52a701c2f060eccf4cbe6143c953" + diff --git a/escape-room/godot/imported/glove_african_dark_camo.png-3a526d8d251e73995f6fd3ba5cdd0b4e.s3tc.ctex b/escape-room/godot/imported/glove_african_dark_camo.png-3a526d8d251e73995f6fd3ba5cdd0b4e.s3tc.ctex new file mode 100644 index 0000000..7afd102 Binary files /dev/null and b/escape-room/godot/imported/glove_african_dark_camo.png-3a526d8d251e73995f6fd3ba5cdd0b4e.s3tc.ctex differ diff --git a/escape-room/godot/imported/glove_african_green_camo.png-b4a9e045aac0313108230034e03317fd.etc2.ctex b/escape-room/godot/imported/glove_african_green_camo.png-b4a9e045aac0313108230034e03317fd.etc2.ctex new file mode 100644 index 0000000..0a74826 Binary files /dev/null and b/escape-room/godot/imported/glove_african_green_camo.png-b4a9e045aac0313108230034e03317fd.etc2.ctex differ diff --git a/escape-room/godot/imported/glove_african_green_camo.png-b4a9e045aac0313108230034e03317fd.md5 b/escape-room/godot/imported/glove_african_green_camo.png-b4a9e045aac0313108230034e03317fd.md5 new file mode 100644 index 0000000..d67cc47 --- /dev/null +++ b/escape-room/godot/imported/glove_african_green_camo.png-b4a9e045aac0313108230034e03317fd.md5 @@ -0,0 +1,3 @@ +source_md5="2073ce100dc6db6d90ba73de883cd0b6" +dest_md5="7aedfd2e925a71735beb7e7b3f379f2d" + diff --git a/escape-room/godot/imported/glove_african_green_camo.png-b4a9e045aac0313108230034e03317fd.s3tc.ctex b/escape-room/godot/imported/glove_african_green_camo.png-b4a9e045aac0313108230034e03317fd.s3tc.ctex new file mode 100644 index 0000000..b7dab96 Binary files /dev/null and b/escape-room/godot/imported/glove_african_green_camo.png-b4a9e045aac0313108230034e03317fd.s3tc.ctex differ diff --git a/escape-room/godot/imported/glove_caucasian_dark_camo.png-338e35680a2de0f7c6ad596eba6a3d5f.etc2.ctex b/escape-room/godot/imported/glove_caucasian_dark_camo.png-338e35680a2de0f7c6ad596eba6a3d5f.etc2.ctex new file mode 100644 index 0000000..7fb703c Binary files /dev/null and b/escape-room/godot/imported/glove_caucasian_dark_camo.png-338e35680a2de0f7c6ad596eba6a3d5f.etc2.ctex differ diff --git a/escape-room/godot/imported/glove_caucasian_dark_camo.png-338e35680a2de0f7c6ad596eba6a3d5f.md5 b/escape-room/godot/imported/glove_caucasian_dark_camo.png-338e35680a2de0f7c6ad596eba6a3d5f.md5 new file mode 100644 index 0000000..72e1e6b --- /dev/null +++ b/escape-room/godot/imported/glove_caucasian_dark_camo.png-338e35680a2de0f7c6ad596eba6a3d5f.md5 @@ -0,0 +1,3 @@ +source_md5="dbf60176dd0f3199ac0f0b0509cbf1c0" +dest_md5="6c2ca4b3a13a6b4da0c6fbb52378d9fe" + diff --git a/escape-room/godot/imported/glove_caucasian_dark_camo.png-338e35680a2de0f7c6ad596eba6a3d5f.s3tc.ctex b/escape-room/godot/imported/glove_caucasian_dark_camo.png-338e35680a2de0f7c6ad596eba6a3d5f.s3tc.ctex new file mode 100644 index 0000000..63224e4 Binary files /dev/null and b/escape-room/godot/imported/glove_caucasian_dark_camo.png-338e35680a2de0f7c6ad596eba6a3d5f.s3tc.ctex differ diff --git a/escape-room/godot/imported/glove_caucasian_green_camo.png-009f6b98bc0f9d73ac78a6b6900a0d00.etc2.ctex b/escape-room/godot/imported/glove_caucasian_green_camo.png-009f6b98bc0f9d73ac78a6b6900a0d00.etc2.ctex new file mode 100644 index 0000000..fff47cd Binary files /dev/null and b/escape-room/godot/imported/glove_caucasian_green_camo.png-009f6b98bc0f9d73ac78a6b6900a0d00.etc2.ctex differ diff --git a/escape-room/godot/imported/glove_caucasian_green_camo.png-009f6b98bc0f9d73ac78a6b6900a0d00.md5 b/escape-room/godot/imported/glove_caucasian_green_camo.png-009f6b98bc0f9d73ac78a6b6900a0d00.md5 new file mode 100644 index 0000000..8341df0 --- /dev/null +++ b/escape-room/godot/imported/glove_caucasian_green_camo.png-009f6b98bc0f9d73ac78a6b6900a0d00.md5 @@ -0,0 +1,3 @@ +source_md5="b08c169c73c9238fdc60fdde509008f8" +dest_md5="9b8dddc1564c035013c3906a077f2f9f" + diff --git a/escape-room/godot/imported/glove_caucasian_green_camo.png-009f6b98bc0f9d73ac78a6b6900a0d00.s3tc.ctex b/escape-room/godot/imported/glove_caucasian_green_camo.png-009f6b98bc0f9d73ac78a6b6900a0d00.s3tc.ctex new file mode 100644 index 0000000..685bd36 Binary files /dev/null and b/escape-room/godot/imported/glove_caucasian_green_camo.png-009f6b98bc0f9d73ac78a6b6900a0d00.s3tc.ctex differ diff --git a/escape-room/godot/imported/glove_fingerless_normal.png-46736b8f0a977e37b17257f7bbbb718f.etc2.ctex b/escape-room/godot/imported/glove_fingerless_normal.png-46736b8f0a977e37b17257f7bbbb718f.etc2.ctex new file mode 100644 index 0000000..074d244 Binary files /dev/null and b/escape-room/godot/imported/glove_fingerless_normal.png-46736b8f0a977e37b17257f7bbbb718f.etc2.ctex differ diff --git a/escape-room/godot/imported/glove_fingerless_normal.png-46736b8f0a977e37b17257f7bbbb718f.md5 b/escape-room/godot/imported/glove_fingerless_normal.png-46736b8f0a977e37b17257f7bbbb718f.md5 new file mode 100644 index 0000000..de25d21 --- /dev/null +++ b/escape-room/godot/imported/glove_fingerless_normal.png-46736b8f0a977e37b17257f7bbbb718f.md5 @@ -0,0 +1,3 @@ +source_md5="b23a611aa134319b49a488649aabd4b6" +dest_md5="355a3c1e6cbb65a32ca1a2ac62f054f7" + diff --git a/escape-room/godot/imported/glove_fingerless_normal.png-46736b8f0a977e37b17257f7bbbb718f.s3tc.ctex b/escape-room/godot/imported/glove_fingerless_normal.png-46736b8f0a977e37b17257f7bbbb718f.s3tc.ctex new file mode 100644 index 0000000..f021b45 Binary files /dev/null and b/escape-room/godot/imported/glove_fingerless_normal.png-46736b8f0a977e37b17257f7bbbb718f.s3tc.ctex differ diff --git a/escape-room/godot/imported/glove_fingerless_occlusionRoughnessMetallic.png-441bf1f84442c3cd6ae3834c9c982565.etc2.ctex b/escape-room/godot/imported/glove_fingerless_occlusionRoughnessMetallic.png-441bf1f84442c3cd6ae3834c9c982565.etc2.ctex new file mode 100644 index 0000000..2ade416 Binary files /dev/null and b/escape-room/godot/imported/glove_fingerless_occlusionRoughnessMetallic.png-441bf1f84442c3cd6ae3834c9c982565.etc2.ctex differ diff --git a/escape-room/godot/imported/glove_fingerless_occlusionRoughnessMetallic.png-441bf1f84442c3cd6ae3834c9c982565.md5 b/escape-room/godot/imported/glove_fingerless_occlusionRoughnessMetallic.png-441bf1f84442c3cd6ae3834c9c982565.md5 new file mode 100644 index 0000000..a5da876 --- /dev/null +++ b/escape-room/godot/imported/glove_fingerless_occlusionRoughnessMetallic.png-441bf1f84442c3cd6ae3834c9c982565.md5 @@ -0,0 +1,3 @@ +source_md5="2a10720481426beefb4a7e8acb3dc489" +dest_md5="b6ccbb5d674554948de5b54dfb17cb6c" + diff --git a/escape-room/godot/imported/glove_fingerless_occlusionRoughnessMetallic.png-441bf1f84442c3cd6ae3834c9c982565.s3tc.ctex b/escape-room/godot/imported/glove_fingerless_occlusionRoughnessMetallic.png-441bf1f84442c3cd6ae3834c9c982565.s3tc.ctex new file mode 100644 index 0000000..2f37644 Binary files /dev/null and b/escape-room/godot/imported/glove_fingerless_occlusionRoughnessMetallic.png-441bf1f84442c3cd6ae3834c9c982565.s3tc.ctex differ diff --git a/escape-room/godot/imported/glove_normal.png-da82759e655cb7106cb0172b7076b948.etc2.ctex b/escape-room/godot/imported/glove_normal.png-da82759e655cb7106cb0172b7076b948.etc2.ctex new file mode 100644 index 0000000..499c2d4 Binary files /dev/null and b/escape-room/godot/imported/glove_normal.png-da82759e655cb7106cb0172b7076b948.etc2.ctex differ diff --git a/escape-room/godot/imported/glove_normal.png-da82759e655cb7106cb0172b7076b948.md5 b/escape-room/godot/imported/glove_normal.png-da82759e655cb7106cb0172b7076b948.md5 new file mode 100644 index 0000000..1c54260 --- /dev/null +++ b/escape-room/godot/imported/glove_normal.png-da82759e655cb7106cb0172b7076b948.md5 @@ -0,0 +1,3 @@ +source_md5="efd78f9e5c0bcf5b99718e135f2182af" +dest_md5="debf7e0339ff3884c572a140dd09d1cd" + diff --git a/escape-room/godot/imported/glove_normal.png-da82759e655cb7106cb0172b7076b948.s3tc.ctex b/escape-room/godot/imported/glove_normal.png-da82759e655cb7106cb0172b7076b948.s3tc.ctex new file mode 100644 index 0000000..8da4d36 Binary files /dev/null and b/escape-room/godot/imported/glove_normal.png-da82759e655cb7106cb0172b7076b948.s3tc.ctex differ diff --git a/escape-room/godot/imported/glove_occlusionRoughnessMetallic.png-1a61c4638e30c81daa59d92c8681eb2c.etc2.ctex b/escape-room/godot/imported/glove_occlusionRoughnessMetallic.png-1a61c4638e30c81daa59d92c8681eb2c.etc2.ctex new file mode 100644 index 0000000..a123742 Binary files /dev/null and b/escape-room/godot/imported/glove_occlusionRoughnessMetallic.png-1a61c4638e30c81daa59d92c8681eb2c.etc2.ctex differ diff --git a/escape-room/godot/imported/glove_occlusionRoughnessMetallic.png-1a61c4638e30c81daa59d92c8681eb2c.md5 b/escape-room/godot/imported/glove_occlusionRoughnessMetallic.png-1a61c4638e30c81daa59d92c8681eb2c.md5 new file mode 100644 index 0000000..399008f --- /dev/null +++ b/escape-room/godot/imported/glove_occlusionRoughnessMetallic.png-1a61c4638e30c81daa59d92c8681eb2c.md5 @@ -0,0 +1,3 @@ +source_md5="28f0fa0d615e3ea740cd6c8b54347945" +dest_md5="24bf7e74363c5e6b72d79d6dce84f21e" + diff --git a/escape-room/godot/imported/glove_occlusionRoughnessMetallic.png-1a61c4638e30c81daa59d92c8681eb2c.s3tc.ctex b/escape-room/godot/imported/glove_occlusionRoughnessMetallic.png-1a61c4638e30c81daa59d92c8681eb2c.s3tc.ctex new file mode 100644 index 0000000..6d9a70b Binary files /dev/null and b/escape-room/godot/imported/glove_occlusionRoughnessMetallic.png-1a61c4638e30c81daa59d92c8681eb2c.s3tc.ctex differ diff --git a/escape-room/godot/imported/hand.svg-a05486d804ef16320d6cf54e06292b8f.ctex b/escape-room/godot/imported/hand.svg-a05486d804ef16320d6cf54e06292b8f.ctex new file mode 100644 index 0000000..a4ffb83 Binary files /dev/null and b/escape-room/godot/imported/hand.svg-a05486d804ef16320d6cf54e06292b8f.ctex differ diff --git a/escape-room/godot/imported/hand.svg-a05486d804ef16320d6cf54e06292b8f.md5 b/escape-room/godot/imported/hand.svg-a05486d804ef16320d6cf54e06292b8f.md5 new file mode 100644 index 0000000..7f0f8a6 --- /dev/null +++ b/escape-room/godot/imported/hand.svg-a05486d804ef16320d6cf54e06292b8f.md5 @@ -0,0 +1,3 @@ +source_md5="d7420f4301a492800e1239c51b41ddca" +dest_md5="e89bddfb96e10c6fbede3306ef02c359" + diff --git a/escape-room/godot/imported/hand_l.gltf-6ba1595ac4c28aef3719b7f0b4f2f4f2.md5 b/escape-room/godot/imported/hand_l.gltf-6ba1595ac4c28aef3719b7f0b4f2f4f2.md5 new file mode 100644 index 0000000..f820108 --- /dev/null +++ b/escape-room/godot/imported/hand_l.gltf-6ba1595ac4c28aef3719b7f0b4f2f4f2.md5 @@ -0,0 +1,3 @@ +source_md5="3e2b7d1cd0b176b57ed98b353dd9200c" +dest_md5="147968f8fb0456b1ba44e62d7000906d" + diff --git a/escape-room/godot/imported/hand_l.gltf-6ba1595ac4c28aef3719b7f0b4f2f4f2.scn b/escape-room/godot/imported/hand_l.gltf-6ba1595ac4c28aef3719b7f0b4f2f4f2.scn new file mode 100644 index 0000000..7446f3b Binary files /dev/null and b/escape-room/godot/imported/hand_l.gltf-6ba1595ac4c28aef3719b7f0b4f2f4f2.scn differ diff --git a/escape-room/godot/imported/hand_r.gltf-dd429687cadefbc3e7a21ae26addfb30.md5 b/escape-room/godot/imported/hand_r.gltf-dd429687cadefbc3e7a21ae26addfb30.md5 new file mode 100644 index 0000000..bcd7c63 --- /dev/null +++ b/escape-room/godot/imported/hand_r.gltf-dd429687cadefbc3e7a21ae26addfb30.md5 @@ -0,0 +1,3 @@ +source_md5="5c04186d91c240dbce2e74f59aba536b" +dest_md5="0ebdba2fc42ac07797ac0d3241c788d7" + diff --git a/escape-room/godot/imported/hand_r.gltf-dd429687cadefbc3e7a21ae26addfb30.scn b/escape-room/godot/imported/hand_r.gltf-dd429687cadefbc3e7a21ae26addfb30.scn new file mode 100644 index 0000000..cb188ce Binary files /dev/null and b/escape-room/godot/imported/hand_r.gltf-dd429687cadefbc3e7a21ae26addfb30.scn differ diff --git a/escape-room/godot/imported/handheldCartridge1.fbx-12c2d6a5abf7a941b2f07513588e978a.md5 b/escape-room/godot/imported/handheldCartridge1.fbx-12c2d6a5abf7a941b2f07513588e978a.md5 new file mode 100644 index 0000000..62f28c3 --- /dev/null +++ b/escape-room/godot/imported/handheldCartridge1.fbx-12c2d6a5abf7a941b2f07513588e978a.md5 @@ -0,0 +1,3 @@ +source_md5="adeeda4f1e9bcaf623439b2c034d9f78" +dest_md5="63bc6b3b310a41340197c9f16b92236b" + diff --git a/escape-room/godot/imported/handheldCartridge1.fbx-12c2d6a5abf7a941b2f07513588e978a.scn b/escape-room/godot/imported/handheldCartridge1.fbx-12c2d6a5abf7a941b2f07513588e978a.scn new file mode 100644 index 0000000..440c164 Binary files /dev/null and b/escape-room/godot/imported/handheldCartridge1.fbx-12c2d6a5abf7a941b2f07513588e978a.scn differ diff --git a/escape-room/godot/imported/handheldCartridge1.obj-e0ba1c5a1bc5e316729bc1d042eb6e56.md5 b/escape-room/godot/imported/handheldCartridge1.obj-e0ba1c5a1bc5e316729bc1d042eb6e56.md5 new file mode 100644 index 0000000..e2c1aaa --- /dev/null +++ b/escape-room/godot/imported/handheldCartridge1.obj-e0ba1c5a1bc5e316729bc1d042eb6e56.md5 @@ -0,0 +1,3 @@ +source_md5="7d0f83777649551af91e6b725eb532b7" +dest_md5="ea24952f725736e0a08e32cf266ac5a8" + diff --git a/escape-room/godot/imported/handheldCartridge1.obj-e0ba1c5a1bc5e316729bc1d042eb6e56.mesh b/escape-room/godot/imported/handheldCartridge1.obj-e0ba1c5a1bc5e316729bc1d042eb6e56.mesh new file mode 100644 index 0000000..74622eb Binary files /dev/null and b/escape-room/godot/imported/handheldCartridge1.obj-e0ba1c5a1bc5e316729bc1d042eb6e56.mesh differ diff --git a/escape-room/godot/imported/handheldCartridge1.png-53a11ecc1a4e4c442e069fbb1444222a.etc2.ctex b/escape-room/godot/imported/handheldCartridge1.png-53a11ecc1a4e4c442e069fbb1444222a.etc2.ctex new file mode 100644 index 0000000..69c0e82 Binary files /dev/null and b/escape-room/godot/imported/handheldCartridge1.png-53a11ecc1a4e4c442e069fbb1444222a.etc2.ctex differ diff --git a/escape-room/godot/imported/handheldCartridge1.png-53a11ecc1a4e4c442e069fbb1444222a.md5 b/escape-room/godot/imported/handheldCartridge1.png-53a11ecc1a4e4c442e069fbb1444222a.md5 new file mode 100644 index 0000000..d3e3622 --- /dev/null +++ b/escape-room/godot/imported/handheldCartridge1.png-53a11ecc1a4e4c442e069fbb1444222a.md5 @@ -0,0 +1,3 @@ +source_md5="11cc6984b37cee64e75697f945747330" +dest_md5="b04050a976505de500b7710f7fd2c01a" + diff --git a/escape-room/godot/imported/handheldCartridge1.png-53a11ecc1a4e4c442e069fbb1444222a.s3tc.ctex b/escape-room/godot/imported/handheldCartridge1.png-53a11ecc1a4e4c442e069fbb1444222a.s3tc.ctex new file mode 100644 index 0000000..22fb005 Binary files /dev/null and b/escape-room/godot/imported/handheldCartridge1.png-53a11ecc1a4e4c442e069fbb1444222a.s3tc.ctex differ diff --git a/escape-room/godot/imported/hands_normal.png-291c7217751274bfe1199e3de899450f.etc2.ctex b/escape-room/godot/imported/hands_normal.png-291c7217751274bfe1199e3de899450f.etc2.ctex new file mode 100644 index 0000000..b2b29b9 Binary files /dev/null and b/escape-room/godot/imported/hands_normal.png-291c7217751274bfe1199e3de899450f.etc2.ctex differ diff --git a/escape-room/godot/imported/hands_normal.png-291c7217751274bfe1199e3de899450f.md5 b/escape-room/godot/imported/hands_normal.png-291c7217751274bfe1199e3de899450f.md5 new file mode 100644 index 0000000..30f767c --- /dev/null +++ b/escape-room/godot/imported/hands_normal.png-291c7217751274bfe1199e3de899450f.md5 @@ -0,0 +1,3 @@ +source_md5="e213b9633f7d1fcda98bff511235e67f" +dest_md5="dc7e5dca1eb58881cd88b6398063bddc" + diff --git a/escape-room/godot/imported/hands_normal.png-291c7217751274bfe1199e3de899450f.s3tc.ctex b/escape-room/godot/imported/hands_normal.png-291c7217751274bfe1199e3de899450f.s3tc.ctex new file mode 100644 index 0000000..c493aad Binary files /dev/null and b/escape-room/godot/imported/hands_normal.png-291c7217751274bfe1199e3de899450f.s3tc.ctex differ diff --git a/escape-room/godot/imported/hands_occlusionRoughnessMetallic.png-73229fc54301aa8833117ebde8abfd4e.etc2.ctex b/escape-room/godot/imported/hands_occlusionRoughnessMetallic.png-73229fc54301aa8833117ebde8abfd4e.etc2.ctex new file mode 100644 index 0000000..c9f5eed Binary files /dev/null and b/escape-room/godot/imported/hands_occlusionRoughnessMetallic.png-73229fc54301aa8833117ebde8abfd4e.etc2.ctex differ diff --git a/escape-room/godot/imported/hands_occlusionRoughnessMetallic.png-73229fc54301aa8833117ebde8abfd4e.md5 b/escape-room/godot/imported/hands_occlusionRoughnessMetallic.png-73229fc54301aa8833117ebde8abfd4e.md5 new file mode 100644 index 0000000..02cb906 --- /dev/null +++ b/escape-room/godot/imported/hands_occlusionRoughnessMetallic.png-73229fc54301aa8833117ebde8abfd4e.md5 @@ -0,0 +1,3 @@ +source_md5="1907b4cebb52e961258816e4c59fe51c" +dest_md5="e0f801d54d2206f9c020730826e2e208" + diff --git a/escape-room/godot/imported/hands_occlusionRoughnessMetallic.png-73229fc54301aa8833117ebde8abfd4e.s3tc.ctex b/escape-room/godot/imported/hands_occlusionRoughnessMetallic.png-73229fc54301aa8833117ebde8abfd4e.s3tc.ctex new file mode 100644 index 0000000..79b4500 Binary files /dev/null and b/escape-room/godot/imported/hands_occlusionRoughnessMetallic.png-73229fc54301aa8833117ebde8abfd4e.s3tc.ctex differ diff --git a/escape-room/godot/imported/hoodLarge.dae-ae6dd8a2646a0bd7c5104378af98fcb1.md5 b/escape-room/godot/imported/hoodLarge.dae-ae6dd8a2646a0bd7c5104378af98fcb1.md5 new file mode 100644 index 0000000..8f7e435 --- /dev/null +++ b/escape-room/godot/imported/hoodLarge.dae-ae6dd8a2646a0bd7c5104378af98fcb1.md5 @@ -0,0 +1,3 @@ +source_md5="b8084de75c18c7e398c25b71a6bfe84a" +dest_md5="0b68ba477043812b5b0c37427b6fc595" + diff --git a/escape-room/godot/imported/hoodLarge.dae-ae6dd8a2646a0bd7c5104378af98fcb1.scn b/escape-room/godot/imported/hoodLarge.dae-ae6dd8a2646a0bd7c5104378af98fcb1.scn new file mode 100644 index 0000000..31010fb Binary files /dev/null and b/escape-room/godot/imported/hoodLarge.dae-ae6dd8a2646a0bd7c5104378af98fcb1.scn differ diff --git a/escape-room/godot/imported/hoodLarge.fbx-f74c39e18170ae65dd2019e8f1924132.md5 b/escape-room/godot/imported/hoodLarge.fbx-f74c39e18170ae65dd2019e8f1924132.md5 new file mode 100644 index 0000000..0af83b8 --- /dev/null +++ b/escape-room/godot/imported/hoodLarge.fbx-f74c39e18170ae65dd2019e8f1924132.md5 @@ -0,0 +1,3 @@ +source_md5="0c8fc7daa2e4370a357492af5e2a8c47" +dest_md5="7edc3091e9b6a4ccf111edd1fa8c9e8c" + diff --git a/escape-room/godot/imported/hoodLarge.fbx-f74c39e18170ae65dd2019e8f1924132.scn b/escape-room/godot/imported/hoodLarge.fbx-f74c39e18170ae65dd2019e8f1924132.scn new file mode 100644 index 0000000..07f066d Binary files /dev/null and b/escape-room/godot/imported/hoodLarge.fbx-f74c39e18170ae65dd2019e8f1924132.scn differ diff --git a/escape-room/godot/imported/hoodLarge.glb-7a1b5948b62225752bf06a8831f0909f.md5 b/escape-room/godot/imported/hoodLarge.glb-7a1b5948b62225752bf06a8831f0909f.md5 new file mode 100644 index 0000000..244c59a --- /dev/null +++ b/escape-room/godot/imported/hoodLarge.glb-7a1b5948b62225752bf06a8831f0909f.md5 @@ -0,0 +1,3 @@ +source_md5="bdb6ea7c1ec0f771bc97fc4f6aae841b" +dest_md5="111095926a2c3812e852bedf6e5eb4db" + diff --git a/escape-room/godot/imported/hoodLarge.glb-7a1b5948b62225752bf06a8831f0909f.scn b/escape-room/godot/imported/hoodLarge.glb-7a1b5948b62225752bf06a8831f0909f.scn new file mode 100644 index 0000000..a0b7b60 Binary files /dev/null and b/escape-room/godot/imported/hoodLarge.glb-7a1b5948b62225752bf06a8831f0909f.scn differ diff --git a/escape-room/godot/imported/hoodLarge.obj-e35ce027682569e214d85bbfcfd505b1.md5 b/escape-room/godot/imported/hoodLarge.obj-e35ce027682569e214d85bbfcfd505b1.md5 new file mode 100644 index 0000000..05389f9 --- /dev/null +++ b/escape-room/godot/imported/hoodLarge.obj-e35ce027682569e214d85bbfcfd505b1.md5 @@ -0,0 +1,3 @@ +source_md5="86ea73c3e7601498ea5db46775d54041" +dest_md5="2052e7e2f74fbb3ea5f9c871e0739533" + diff --git a/escape-room/godot/imported/hoodLarge.obj-e35ce027682569e214d85bbfcfd505b1.mesh b/escape-room/godot/imported/hoodLarge.obj-e35ce027682569e214d85bbfcfd505b1.mesh new file mode 100644 index 0000000..c0d6157 Binary files /dev/null and b/escape-room/godot/imported/hoodLarge.obj-e35ce027682569e214d85bbfcfd505b1.mesh differ diff --git a/escape-room/godot/imported/hoodLarge.png-5c918243b1cc0b960959a657405f5309.ctex b/escape-room/godot/imported/hoodLarge.png-5c918243b1cc0b960959a657405f5309.ctex new file mode 100644 index 0000000..b48843f Binary files /dev/null and b/escape-room/godot/imported/hoodLarge.png-5c918243b1cc0b960959a657405f5309.ctex differ diff --git a/escape-room/godot/imported/hoodLarge.png-5c918243b1cc0b960959a657405f5309.md5 b/escape-room/godot/imported/hoodLarge.png-5c918243b1cc0b960959a657405f5309.md5 new file mode 100644 index 0000000..cb9c0a7 --- /dev/null +++ b/escape-room/godot/imported/hoodLarge.png-5c918243b1cc0b960959a657405f5309.md5 @@ -0,0 +1,3 @@ +source_md5="515bbc80b8063214effb31ae981fcd12" +dest_md5="3083029824e44001424cef5385394721" + diff --git a/escape-room/godot/imported/hoodLarge_NE.png-8fd0e9b94c4b85a21169534c7c488020.ctex b/escape-room/godot/imported/hoodLarge_NE.png-8fd0e9b94c4b85a21169534c7c488020.ctex new file mode 100644 index 0000000..b4972cd Binary files /dev/null and b/escape-room/godot/imported/hoodLarge_NE.png-8fd0e9b94c4b85a21169534c7c488020.ctex differ diff --git a/escape-room/godot/imported/hoodLarge_NE.png-8fd0e9b94c4b85a21169534c7c488020.md5 b/escape-room/godot/imported/hoodLarge_NE.png-8fd0e9b94c4b85a21169534c7c488020.md5 new file mode 100644 index 0000000..7b41df7 --- /dev/null +++ b/escape-room/godot/imported/hoodLarge_NE.png-8fd0e9b94c4b85a21169534c7c488020.md5 @@ -0,0 +1,3 @@ +source_md5="e2f1912a4fd372b5297c8460b6e5d1ff" +dest_md5="11509c6a9ef63422060cd66cb7dfc4f8" + diff --git a/escape-room/godot/imported/hoodLarge_NW.png-7667e71993d3b905206b61815581990f.ctex b/escape-room/godot/imported/hoodLarge_NW.png-7667e71993d3b905206b61815581990f.ctex new file mode 100644 index 0000000..17cfee6 Binary files /dev/null and b/escape-room/godot/imported/hoodLarge_NW.png-7667e71993d3b905206b61815581990f.ctex differ diff --git a/escape-room/godot/imported/hoodLarge_NW.png-7667e71993d3b905206b61815581990f.md5 b/escape-room/godot/imported/hoodLarge_NW.png-7667e71993d3b905206b61815581990f.md5 new file mode 100644 index 0000000..3a2268a --- /dev/null +++ b/escape-room/godot/imported/hoodLarge_NW.png-7667e71993d3b905206b61815581990f.md5 @@ -0,0 +1,3 @@ +source_md5="876009eca33fdfd00618d14b44948447" +dest_md5="55d054de918563d4f28073a8aff8d2d6" + diff --git a/escape-room/godot/imported/hoodLarge_SE.png-37c2b678c632af3bc8a51b485ecafba7.ctex b/escape-room/godot/imported/hoodLarge_SE.png-37c2b678c632af3bc8a51b485ecafba7.ctex new file mode 100644 index 0000000..912af81 Binary files /dev/null and b/escape-room/godot/imported/hoodLarge_SE.png-37c2b678c632af3bc8a51b485ecafba7.ctex differ diff --git a/escape-room/godot/imported/hoodLarge_SE.png-37c2b678c632af3bc8a51b485ecafba7.md5 b/escape-room/godot/imported/hoodLarge_SE.png-37c2b678c632af3bc8a51b485ecafba7.md5 new file mode 100644 index 0000000..2e30633 --- /dev/null +++ b/escape-room/godot/imported/hoodLarge_SE.png-37c2b678c632af3bc8a51b485ecafba7.md5 @@ -0,0 +1,3 @@ +source_md5="9df6c7cfce639ec0782828d96252d268" +dest_md5="f2182c4eb07199ceaba0462486766253" + diff --git a/escape-room/godot/imported/hoodLarge_SW.png-6a05d9d5be9fba60c729fedcb70bbb78.ctex b/escape-room/godot/imported/hoodLarge_SW.png-6a05d9d5be9fba60c729fedcb70bbb78.ctex new file mode 100644 index 0000000..05730c8 Binary files /dev/null and b/escape-room/godot/imported/hoodLarge_SW.png-6a05d9d5be9fba60c729fedcb70bbb78.ctex differ diff --git a/escape-room/godot/imported/hoodLarge_SW.png-6a05d9d5be9fba60c729fedcb70bbb78.md5 b/escape-room/godot/imported/hoodLarge_SW.png-6a05d9d5be9fba60c729fedcb70bbb78.md5 new file mode 100644 index 0000000..59cd99c --- /dev/null +++ b/escape-room/godot/imported/hoodLarge_SW.png-6a05d9d5be9fba60c729fedcb70bbb78.md5 @@ -0,0 +1,3 @@ +source_md5="c894212cdc629a4ccd42b668e146db7f" +dest_md5="221ec4529e1e885d09139476f6e9f747" + diff --git a/escape-room/godot/imported/hoodModern.dae-1fe3224e84abc0dfab04280e48d879dc.md5 b/escape-room/godot/imported/hoodModern.dae-1fe3224e84abc0dfab04280e48d879dc.md5 new file mode 100644 index 0000000..17f68f1 --- /dev/null +++ b/escape-room/godot/imported/hoodModern.dae-1fe3224e84abc0dfab04280e48d879dc.md5 @@ -0,0 +1,3 @@ +source_md5="9f4c5af2e371f8a062f1042c1847a762" +dest_md5="8d333791858c1e9e12ac6150ebb9c456" + diff --git a/escape-room/godot/imported/hoodModern.dae-1fe3224e84abc0dfab04280e48d879dc.scn b/escape-room/godot/imported/hoodModern.dae-1fe3224e84abc0dfab04280e48d879dc.scn new file mode 100644 index 0000000..6c0ebee Binary files /dev/null and b/escape-room/godot/imported/hoodModern.dae-1fe3224e84abc0dfab04280e48d879dc.scn differ diff --git a/escape-room/godot/imported/hoodModern.fbx-37808365901cbf7c58b600460f63ef46.md5 b/escape-room/godot/imported/hoodModern.fbx-37808365901cbf7c58b600460f63ef46.md5 new file mode 100644 index 0000000..3a1db15 --- /dev/null +++ b/escape-room/godot/imported/hoodModern.fbx-37808365901cbf7c58b600460f63ef46.md5 @@ -0,0 +1,3 @@ +source_md5="ab85c4f1409902f6b54f340a6bd9a69a" +dest_md5="b57609889115503caa6f06582d4ebadf" + diff --git a/escape-room/godot/imported/hoodModern.fbx-37808365901cbf7c58b600460f63ef46.scn b/escape-room/godot/imported/hoodModern.fbx-37808365901cbf7c58b600460f63ef46.scn new file mode 100644 index 0000000..9e223fd Binary files /dev/null and b/escape-room/godot/imported/hoodModern.fbx-37808365901cbf7c58b600460f63ef46.scn differ diff --git a/escape-room/godot/imported/hoodModern.glb-052c7f440d095879750ee510dae417b2.md5 b/escape-room/godot/imported/hoodModern.glb-052c7f440d095879750ee510dae417b2.md5 new file mode 100644 index 0000000..b9db840 --- /dev/null +++ b/escape-room/godot/imported/hoodModern.glb-052c7f440d095879750ee510dae417b2.md5 @@ -0,0 +1,3 @@ +source_md5="a9c884fb713932ac0b8ca2d311de55ee" +dest_md5="f88616da542ea2bc02a8e33c58057733" + diff --git a/escape-room/godot/imported/hoodModern.glb-052c7f440d095879750ee510dae417b2.scn b/escape-room/godot/imported/hoodModern.glb-052c7f440d095879750ee510dae417b2.scn new file mode 100644 index 0000000..a6eefd1 Binary files /dev/null and b/escape-room/godot/imported/hoodModern.glb-052c7f440d095879750ee510dae417b2.scn differ diff --git a/escape-room/godot/imported/hoodModern.obj-bf1c81e7fdf5e8b90bfc3e58fca362cf.md5 b/escape-room/godot/imported/hoodModern.obj-bf1c81e7fdf5e8b90bfc3e58fca362cf.md5 new file mode 100644 index 0000000..2ae6385 --- /dev/null +++ b/escape-room/godot/imported/hoodModern.obj-bf1c81e7fdf5e8b90bfc3e58fca362cf.md5 @@ -0,0 +1,3 @@ +source_md5="4e44d7014adb073f173944e917ab1fb1" +dest_md5="93b8d7f2c8d6b08ca2b67eb1dc29c1eb" + diff --git a/escape-room/godot/imported/hoodModern.obj-bf1c81e7fdf5e8b90bfc3e58fca362cf.mesh b/escape-room/godot/imported/hoodModern.obj-bf1c81e7fdf5e8b90bfc3e58fca362cf.mesh new file mode 100644 index 0000000..550218e Binary files /dev/null and b/escape-room/godot/imported/hoodModern.obj-bf1c81e7fdf5e8b90bfc3e58fca362cf.mesh differ diff --git a/escape-room/godot/imported/hoodModern.png-4950ec9bb6219bb87446aa079c4e180f.ctex b/escape-room/godot/imported/hoodModern.png-4950ec9bb6219bb87446aa079c4e180f.ctex new file mode 100644 index 0000000..dedc4d0 Binary files /dev/null and b/escape-room/godot/imported/hoodModern.png-4950ec9bb6219bb87446aa079c4e180f.ctex differ diff --git a/escape-room/godot/imported/hoodModern.png-4950ec9bb6219bb87446aa079c4e180f.md5 b/escape-room/godot/imported/hoodModern.png-4950ec9bb6219bb87446aa079c4e180f.md5 new file mode 100644 index 0000000..6ffdcc6 --- /dev/null +++ b/escape-room/godot/imported/hoodModern.png-4950ec9bb6219bb87446aa079c4e180f.md5 @@ -0,0 +1,3 @@ +source_md5="54d7cf27b98ea254877e5aa3c3fd79f8" +dest_md5="afa6b54b37bfbe319830fc8c10b2c07e" + diff --git a/escape-room/godot/imported/hoodModern_NE.png-49118f91720b33481bda8e0a2ca54bad.ctex b/escape-room/godot/imported/hoodModern_NE.png-49118f91720b33481bda8e0a2ca54bad.ctex new file mode 100644 index 0000000..ffed3d9 Binary files /dev/null and b/escape-room/godot/imported/hoodModern_NE.png-49118f91720b33481bda8e0a2ca54bad.ctex differ diff --git a/escape-room/godot/imported/hoodModern_NE.png-49118f91720b33481bda8e0a2ca54bad.md5 b/escape-room/godot/imported/hoodModern_NE.png-49118f91720b33481bda8e0a2ca54bad.md5 new file mode 100644 index 0000000..ec047ee --- /dev/null +++ b/escape-room/godot/imported/hoodModern_NE.png-49118f91720b33481bda8e0a2ca54bad.md5 @@ -0,0 +1,3 @@ +source_md5="1dc137a26fff13dadf591173462be199" +dest_md5="a5d0a636cc96adfd4a753e34d4463c3e" + diff --git a/escape-room/godot/imported/hoodModern_NW.png-3b75c1be28d3ae0f350dce88e134c945.ctex b/escape-room/godot/imported/hoodModern_NW.png-3b75c1be28d3ae0f350dce88e134c945.ctex new file mode 100644 index 0000000..ada2e07 Binary files /dev/null and b/escape-room/godot/imported/hoodModern_NW.png-3b75c1be28d3ae0f350dce88e134c945.ctex differ diff --git a/escape-room/godot/imported/hoodModern_NW.png-3b75c1be28d3ae0f350dce88e134c945.md5 b/escape-room/godot/imported/hoodModern_NW.png-3b75c1be28d3ae0f350dce88e134c945.md5 new file mode 100644 index 0000000..deed249 --- /dev/null +++ b/escape-room/godot/imported/hoodModern_NW.png-3b75c1be28d3ae0f350dce88e134c945.md5 @@ -0,0 +1,3 @@ +source_md5="9f07f4a7b842dd3063b02da4df5970c0" +dest_md5="2457a8ad926b55febc4b51c243fecc3b" + diff --git a/escape-room/godot/imported/hoodModern_SE.png-03dd15de30d33173c347a8f1d84e2078.ctex b/escape-room/godot/imported/hoodModern_SE.png-03dd15de30d33173c347a8f1d84e2078.ctex new file mode 100644 index 0000000..2581d24 Binary files /dev/null and b/escape-room/godot/imported/hoodModern_SE.png-03dd15de30d33173c347a8f1d84e2078.ctex differ diff --git a/escape-room/godot/imported/hoodModern_SE.png-03dd15de30d33173c347a8f1d84e2078.md5 b/escape-room/godot/imported/hoodModern_SE.png-03dd15de30d33173c347a8f1d84e2078.md5 new file mode 100644 index 0000000..49d8db9 --- /dev/null +++ b/escape-room/godot/imported/hoodModern_SE.png-03dd15de30d33173c347a8f1d84e2078.md5 @@ -0,0 +1,3 @@ +source_md5="e4711a461c6ca82e44aba0cfc85bfd62" +dest_md5="42446129e0470c2f38526d1e3172aed8" + diff --git a/escape-room/godot/imported/hoodModern_SW.png-44f211e0150ba9c36dfcb6e4dfc0c12c.ctex b/escape-room/godot/imported/hoodModern_SW.png-44f211e0150ba9c36dfcb6e4dfc0c12c.ctex new file mode 100644 index 0000000..955428e Binary files /dev/null and b/escape-room/godot/imported/hoodModern_SW.png-44f211e0150ba9c36dfcb6e4dfc0c12c.ctex differ diff --git a/escape-room/godot/imported/hoodModern_SW.png-44f211e0150ba9c36dfcb6e4dfc0c12c.md5 b/escape-room/godot/imported/hoodModern_SW.png-44f211e0150ba9c36dfcb6e4dfc0c12c.md5 new file mode 100644 index 0000000..f846705 --- /dev/null +++ b/escape-room/godot/imported/hoodModern_SW.png-44f211e0150ba9c36dfcb6e4dfc0c12c.md5 @@ -0,0 +1,3 @@ +source_md5="b995a7bd2a0850105a8f5000743423ba" +dest_md5="d5bbfb4635610d4cb5d9df1794c5daf2" + diff --git a/escape-room/godot/imported/icon.png-1d8efcc4c33e64800e22ea3150ef148d.ctex b/escape-room/godot/imported/icon.png-1d8efcc4c33e64800e22ea3150ef148d.ctex new file mode 100644 index 0000000..12acc00 Binary files /dev/null and b/escape-room/godot/imported/icon.png-1d8efcc4c33e64800e22ea3150ef148d.ctex differ diff --git a/escape-room/godot/imported/icon.png-1d8efcc4c33e64800e22ea3150ef148d.md5 b/escape-room/godot/imported/icon.png-1d8efcc4c33e64800e22ea3150ef148d.md5 new file mode 100644 index 0000000..58e0e33 --- /dev/null +++ b/escape-room/godot/imported/icon.png-1d8efcc4c33e64800e22ea3150ef148d.md5 @@ -0,0 +1,3 @@ +source_md5="eafe02953c96cfe709ce402d99f14cc0" +dest_md5="f23427c88e5fa1c217eb776916bce978" + diff --git a/escape-room/godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex b/escape-room/godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex new file mode 100644 index 0000000..6e1d156 Binary files /dev/null and b/escape-room/godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex differ diff --git a/escape-room/godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.md5 b/escape-room/godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.md5 new file mode 100644 index 0000000..49879df --- /dev/null +++ b/escape-room/godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.md5 @@ -0,0 +1,3 @@ +source_md5="a16f2eed1b4496c4abf03d329708ba09" +dest_md5="b48bef1f2eefdd190e0a3e60a6188d75" + diff --git a/escape-room/godot/imported/idle.fbx-a6f33b6e3e6c930f5a093d2eed1000a3.md5 b/escape-room/godot/imported/idle.fbx-a6f33b6e3e6c930f5a093d2eed1000a3.md5 new file mode 100644 index 0000000..d537c27 --- /dev/null +++ b/escape-room/godot/imported/idle.fbx-a6f33b6e3e6c930f5a093d2eed1000a3.md5 @@ -0,0 +1,3 @@ +source_md5="45fab64ae8b9874624d33801f29e8f67" +dest_md5="d9289ec6337d7015f9a53cf280021e5b" + diff --git a/escape-room/godot/imported/idle.fbx-a6f33b6e3e6c930f5a093d2eed1000a3.scn b/escape-room/godot/imported/idle.fbx-a6f33b6e3e6c930f5a093d2eed1000a3.scn new file mode 100644 index 0000000..e4e781e Binary files /dev/null and b/escape-room/godot/imported/idle.fbx-a6f33b6e3e6c930f5a093d2eed1000a3.scn differ diff --git a/escape-room/godot/imported/jar1.png-ce5f0b934f257087b86b55f9dbc078c5.ctex b/escape-room/godot/imported/jar1.png-ce5f0b934f257087b86b55f9dbc078c5.ctex new file mode 100644 index 0000000..0b881cc Binary files /dev/null and b/escape-room/godot/imported/jar1.png-ce5f0b934f257087b86b55f9dbc078c5.ctex differ diff --git a/escape-room/godot/imported/jar1.png-ce5f0b934f257087b86b55f9dbc078c5.md5 b/escape-room/godot/imported/jar1.png-ce5f0b934f257087b86b55f9dbc078c5.md5 new file mode 100644 index 0000000..cb1bfe6 --- /dev/null +++ b/escape-room/godot/imported/jar1.png-ce5f0b934f257087b86b55f9dbc078c5.md5 @@ -0,0 +1,3 @@ +source_md5="e653a800f46d20c95fbbfb2994dee892" +dest_md5="4bc032ef184b5ba5ba8ff7d6ac7be64f" + diff --git a/escape-room/godot/imported/jump.fbx-f406e18554c04f5960def2135141fd59.md5 b/escape-room/godot/imported/jump.fbx-f406e18554c04f5960def2135141fd59.md5 new file mode 100644 index 0000000..cb1e41d --- /dev/null +++ b/escape-room/godot/imported/jump.fbx-f406e18554c04f5960def2135141fd59.md5 @@ -0,0 +1,3 @@ +source_md5="7c4ac58156c45a7f0e5a03dae1d2f147" +dest_md5="f69ef7619cf73131b54898e4f25853c0" + diff --git a/escape-room/godot/imported/jump.fbx-f406e18554c04f5960def2135141fd59.scn b/escape-room/godot/imported/jump.fbx-f406e18554c04f5960def2135141fd59.scn new file mode 100644 index 0000000..f18233b Binary files /dev/null and b/escape-room/godot/imported/jump.fbx-f406e18554c04f5960def2135141fd59.scn differ diff --git a/escape-room/godot/imported/kitchenBar.dae-8c085ae35efd40558ed14af1dd393815.md5 b/escape-room/godot/imported/kitchenBar.dae-8c085ae35efd40558ed14af1dd393815.md5 new file mode 100644 index 0000000..30f5cfc --- /dev/null +++ b/escape-room/godot/imported/kitchenBar.dae-8c085ae35efd40558ed14af1dd393815.md5 @@ -0,0 +1,3 @@ +source_md5="1835e05478e149e724f4f877b69b5ff8" +dest_md5="06dfa78d54add238db6f772b28a1e303" + diff --git a/escape-room/godot/imported/kitchenBar.dae-8c085ae35efd40558ed14af1dd393815.scn b/escape-room/godot/imported/kitchenBar.dae-8c085ae35efd40558ed14af1dd393815.scn new file mode 100644 index 0000000..0c71d56 Binary files /dev/null and b/escape-room/godot/imported/kitchenBar.dae-8c085ae35efd40558ed14af1dd393815.scn differ diff --git a/escape-room/godot/imported/kitchenBar.fbx-d29d82096beb8ffde02ecc6ec4821455.md5 b/escape-room/godot/imported/kitchenBar.fbx-d29d82096beb8ffde02ecc6ec4821455.md5 new file mode 100644 index 0000000..518c19e --- /dev/null +++ b/escape-room/godot/imported/kitchenBar.fbx-d29d82096beb8ffde02ecc6ec4821455.md5 @@ -0,0 +1,3 @@ +source_md5="1b0c067be93283200b6bdfb4267fec09" +dest_md5="bef94d8963270e2b34034127788dc962" + diff --git a/escape-room/godot/imported/kitchenBar.fbx-d29d82096beb8ffde02ecc6ec4821455.scn b/escape-room/godot/imported/kitchenBar.fbx-d29d82096beb8ffde02ecc6ec4821455.scn new file mode 100644 index 0000000..87734aa Binary files /dev/null and b/escape-room/godot/imported/kitchenBar.fbx-d29d82096beb8ffde02ecc6ec4821455.scn differ diff --git a/escape-room/godot/imported/kitchenBar.glb-db84b7fd27942fcc6df6edec2dc47e91.md5 b/escape-room/godot/imported/kitchenBar.glb-db84b7fd27942fcc6df6edec2dc47e91.md5 new file mode 100644 index 0000000..7e6f65b --- /dev/null +++ b/escape-room/godot/imported/kitchenBar.glb-db84b7fd27942fcc6df6edec2dc47e91.md5 @@ -0,0 +1,3 @@ +source_md5="a9e235fcb054e613c1c4640cbb45b6c9" +dest_md5="cdc3f74433237a2745720208ba74d5ed" + diff --git a/escape-room/godot/imported/kitchenBar.glb-db84b7fd27942fcc6df6edec2dc47e91.scn b/escape-room/godot/imported/kitchenBar.glb-db84b7fd27942fcc6df6edec2dc47e91.scn new file mode 100644 index 0000000..a134850 Binary files /dev/null and b/escape-room/godot/imported/kitchenBar.glb-db84b7fd27942fcc6df6edec2dc47e91.scn differ diff --git a/escape-room/godot/imported/kitchenBar.obj-f99ded109a14ad06e1fdf6fa51e1447d.md5 b/escape-room/godot/imported/kitchenBar.obj-f99ded109a14ad06e1fdf6fa51e1447d.md5 new file mode 100644 index 0000000..ec56cdf --- /dev/null +++ b/escape-room/godot/imported/kitchenBar.obj-f99ded109a14ad06e1fdf6fa51e1447d.md5 @@ -0,0 +1,3 @@ +source_md5="679d6240e6b1441a78966bae835e5345" +dest_md5="94b60ec1ada535480f3aa2853f1990d1" + diff --git a/escape-room/godot/imported/kitchenBar.obj-f99ded109a14ad06e1fdf6fa51e1447d.mesh b/escape-room/godot/imported/kitchenBar.obj-f99ded109a14ad06e1fdf6fa51e1447d.mesh new file mode 100644 index 0000000..12a93ee Binary files /dev/null and b/escape-room/godot/imported/kitchenBar.obj-f99ded109a14ad06e1fdf6fa51e1447d.mesh differ diff --git a/escape-room/godot/imported/kitchenBar.png-0c255ebadda523a326c2a3be6599e871.ctex b/escape-room/godot/imported/kitchenBar.png-0c255ebadda523a326c2a3be6599e871.ctex new file mode 100644 index 0000000..e2d755d Binary files /dev/null and b/escape-room/godot/imported/kitchenBar.png-0c255ebadda523a326c2a3be6599e871.ctex differ diff --git a/escape-room/godot/imported/kitchenBar.png-0c255ebadda523a326c2a3be6599e871.md5 b/escape-room/godot/imported/kitchenBar.png-0c255ebadda523a326c2a3be6599e871.md5 new file mode 100644 index 0000000..4134b82 --- /dev/null +++ b/escape-room/godot/imported/kitchenBar.png-0c255ebadda523a326c2a3be6599e871.md5 @@ -0,0 +1,3 @@ +source_md5="3e9c363afa5013ee4a7b12ecfddd1a6f" +dest_md5="36739129bcdd3db21af36bee1247cde9" + diff --git a/escape-room/godot/imported/kitchenBarEnd.dae-73d81e47f62fe6e32528646e381fc125.md5 b/escape-room/godot/imported/kitchenBarEnd.dae-73d81e47f62fe6e32528646e381fc125.md5 new file mode 100644 index 0000000..537580a --- /dev/null +++ b/escape-room/godot/imported/kitchenBarEnd.dae-73d81e47f62fe6e32528646e381fc125.md5 @@ -0,0 +1,3 @@ +source_md5="e4c254d7096a847cd4a247c75e6ef0ea" +dest_md5="457deef1ceb8fe60cd8cd766a4b10be7" + diff --git a/escape-room/godot/imported/kitchenBarEnd.dae-73d81e47f62fe6e32528646e381fc125.scn b/escape-room/godot/imported/kitchenBarEnd.dae-73d81e47f62fe6e32528646e381fc125.scn new file mode 100644 index 0000000..df06708 Binary files /dev/null and b/escape-room/godot/imported/kitchenBarEnd.dae-73d81e47f62fe6e32528646e381fc125.scn differ diff --git a/escape-room/godot/imported/kitchenBarEnd.fbx-a74a37091ac892a870e7413ed0a129a7.md5 b/escape-room/godot/imported/kitchenBarEnd.fbx-a74a37091ac892a870e7413ed0a129a7.md5 new file mode 100644 index 0000000..60d343b --- /dev/null +++ b/escape-room/godot/imported/kitchenBarEnd.fbx-a74a37091ac892a870e7413ed0a129a7.md5 @@ -0,0 +1,3 @@ +source_md5="d822f4776c2f0a5cf5ffe0f728546a00" +dest_md5="baf472b9c3a526e406992d2631f20eed" + diff --git a/escape-room/godot/imported/kitchenBarEnd.fbx-a74a37091ac892a870e7413ed0a129a7.scn b/escape-room/godot/imported/kitchenBarEnd.fbx-a74a37091ac892a870e7413ed0a129a7.scn new file mode 100644 index 0000000..c29c596 Binary files /dev/null and b/escape-room/godot/imported/kitchenBarEnd.fbx-a74a37091ac892a870e7413ed0a129a7.scn differ diff --git a/escape-room/godot/imported/kitchenBarEnd.glb-3f6ecc5f065497c75788c9b45ffce106.md5 b/escape-room/godot/imported/kitchenBarEnd.glb-3f6ecc5f065497c75788c9b45ffce106.md5 new file mode 100644 index 0000000..ac38972 --- /dev/null +++ b/escape-room/godot/imported/kitchenBarEnd.glb-3f6ecc5f065497c75788c9b45ffce106.md5 @@ -0,0 +1,3 @@ +source_md5="9c3872c3cef185954b504734c1194d7e" +dest_md5="e17ada5e2267affec3495214097e27a4" + diff --git a/escape-room/godot/imported/kitchenBarEnd.glb-3f6ecc5f065497c75788c9b45ffce106.scn b/escape-room/godot/imported/kitchenBarEnd.glb-3f6ecc5f065497c75788c9b45ffce106.scn new file mode 100644 index 0000000..0d37e00 Binary files /dev/null and b/escape-room/godot/imported/kitchenBarEnd.glb-3f6ecc5f065497c75788c9b45ffce106.scn differ diff --git a/escape-room/godot/imported/kitchenBarEnd.obj-3875f3a6660ab8ef8ffe87d104062a7c.md5 b/escape-room/godot/imported/kitchenBarEnd.obj-3875f3a6660ab8ef8ffe87d104062a7c.md5 new file mode 100644 index 0000000..905efaf --- /dev/null +++ b/escape-room/godot/imported/kitchenBarEnd.obj-3875f3a6660ab8ef8ffe87d104062a7c.md5 @@ -0,0 +1,3 @@ +source_md5="e1b87080d8a058c8e1029138e8690db1" +dest_md5="2d689d3b57f4729a8ff68b027435f267" + diff --git a/escape-room/godot/imported/kitchenBarEnd.obj-3875f3a6660ab8ef8ffe87d104062a7c.mesh b/escape-room/godot/imported/kitchenBarEnd.obj-3875f3a6660ab8ef8ffe87d104062a7c.mesh new file mode 100644 index 0000000..9b2f9f2 Binary files /dev/null and b/escape-room/godot/imported/kitchenBarEnd.obj-3875f3a6660ab8ef8ffe87d104062a7c.mesh differ diff --git a/escape-room/godot/imported/kitchenBarEnd.png-9da6124683a212b48b4c03f87ca2bd50.ctex b/escape-room/godot/imported/kitchenBarEnd.png-9da6124683a212b48b4c03f87ca2bd50.ctex new file mode 100644 index 0000000..1a0d468 Binary files /dev/null and b/escape-room/godot/imported/kitchenBarEnd.png-9da6124683a212b48b4c03f87ca2bd50.ctex differ diff --git a/escape-room/godot/imported/kitchenBarEnd.png-9da6124683a212b48b4c03f87ca2bd50.md5 b/escape-room/godot/imported/kitchenBarEnd.png-9da6124683a212b48b4c03f87ca2bd50.md5 new file mode 100644 index 0000000..aa611b5 --- /dev/null +++ b/escape-room/godot/imported/kitchenBarEnd.png-9da6124683a212b48b4c03f87ca2bd50.md5 @@ -0,0 +1,3 @@ +source_md5="5e5cbdfa8211ca5b9d4c1701440e5f76" +dest_md5="d380d812f2e13bd701a0e869107dc3a3" + diff --git a/escape-room/godot/imported/kitchenBarEnd_NE.png-6ebf9a099fb62e4e58507b75aa4212b8.ctex b/escape-room/godot/imported/kitchenBarEnd_NE.png-6ebf9a099fb62e4e58507b75aa4212b8.ctex new file mode 100644 index 0000000..b41c477 Binary files /dev/null and b/escape-room/godot/imported/kitchenBarEnd_NE.png-6ebf9a099fb62e4e58507b75aa4212b8.ctex differ diff --git a/escape-room/godot/imported/kitchenBarEnd_NE.png-6ebf9a099fb62e4e58507b75aa4212b8.md5 b/escape-room/godot/imported/kitchenBarEnd_NE.png-6ebf9a099fb62e4e58507b75aa4212b8.md5 new file mode 100644 index 0000000..1774e91 --- /dev/null +++ b/escape-room/godot/imported/kitchenBarEnd_NE.png-6ebf9a099fb62e4e58507b75aa4212b8.md5 @@ -0,0 +1,3 @@ +source_md5="733acf9b313f52384c005f681399afcd" +dest_md5="f91c211828a166a7a6cfffbb2de9b7f9" + diff --git a/escape-room/godot/imported/kitchenBarEnd_NW.png-2b85766a8ec9ed750cc6ecec6249759b.ctex b/escape-room/godot/imported/kitchenBarEnd_NW.png-2b85766a8ec9ed750cc6ecec6249759b.ctex new file mode 100644 index 0000000..919a79e Binary files /dev/null and b/escape-room/godot/imported/kitchenBarEnd_NW.png-2b85766a8ec9ed750cc6ecec6249759b.ctex differ diff --git a/escape-room/godot/imported/kitchenBarEnd_NW.png-2b85766a8ec9ed750cc6ecec6249759b.md5 b/escape-room/godot/imported/kitchenBarEnd_NW.png-2b85766a8ec9ed750cc6ecec6249759b.md5 new file mode 100644 index 0000000..51eb7de --- /dev/null +++ b/escape-room/godot/imported/kitchenBarEnd_NW.png-2b85766a8ec9ed750cc6ecec6249759b.md5 @@ -0,0 +1,3 @@ +source_md5="8f54a60a0e70bc82635de6274c5afc15" +dest_md5="3a16ac23a82dc53f8e76076ea8597d61" + diff --git a/escape-room/godot/imported/kitchenBarEnd_SE.png-e541f28cc9147aff5b0ca91a57d04629.ctex b/escape-room/godot/imported/kitchenBarEnd_SE.png-e541f28cc9147aff5b0ca91a57d04629.ctex new file mode 100644 index 0000000..c5bac0b Binary files /dev/null and b/escape-room/godot/imported/kitchenBarEnd_SE.png-e541f28cc9147aff5b0ca91a57d04629.ctex differ diff --git a/escape-room/godot/imported/kitchenBarEnd_SE.png-e541f28cc9147aff5b0ca91a57d04629.md5 b/escape-room/godot/imported/kitchenBarEnd_SE.png-e541f28cc9147aff5b0ca91a57d04629.md5 new file mode 100644 index 0000000..2193c18 --- /dev/null +++ b/escape-room/godot/imported/kitchenBarEnd_SE.png-e541f28cc9147aff5b0ca91a57d04629.md5 @@ -0,0 +1,3 @@ +source_md5="2210385392d8ad725ee3239450ba63cb" +dest_md5="d080f9958994e6e78b8bf24fd8b8d2dc" + diff --git a/escape-room/godot/imported/kitchenBarEnd_SW.png-54c2edc0c19573839add338c0dc03339.ctex b/escape-room/godot/imported/kitchenBarEnd_SW.png-54c2edc0c19573839add338c0dc03339.ctex new file mode 100644 index 0000000..a948f00 Binary files /dev/null and b/escape-room/godot/imported/kitchenBarEnd_SW.png-54c2edc0c19573839add338c0dc03339.ctex differ diff --git a/escape-room/godot/imported/kitchenBarEnd_SW.png-54c2edc0c19573839add338c0dc03339.md5 b/escape-room/godot/imported/kitchenBarEnd_SW.png-54c2edc0c19573839add338c0dc03339.md5 new file mode 100644 index 0000000..12054aa --- /dev/null +++ b/escape-room/godot/imported/kitchenBarEnd_SW.png-54c2edc0c19573839add338c0dc03339.md5 @@ -0,0 +1,3 @@ +source_md5="49e0acf39a606954fb60d1c5d65830bb" +dest_md5="7ef4bf4bd631ea177ff4deb73251e695" + diff --git a/escape-room/godot/imported/kitchenBar_NE.png-3a8b9a55e4caa8c18f97bde5ee10bacf.ctex b/escape-room/godot/imported/kitchenBar_NE.png-3a8b9a55e4caa8c18f97bde5ee10bacf.ctex new file mode 100644 index 0000000..566998e Binary files /dev/null and b/escape-room/godot/imported/kitchenBar_NE.png-3a8b9a55e4caa8c18f97bde5ee10bacf.ctex differ diff --git a/escape-room/godot/imported/kitchenBar_NE.png-3a8b9a55e4caa8c18f97bde5ee10bacf.md5 b/escape-room/godot/imported/kitchenBar_NE.png-3a8b9a55e4caa8c18f97bde5ee10bacf.md5 new file mode 100644 index 0000000..032fcc5 --- /dev/null +++ b/escape-room/godot/imported/kitchenBar_NE.png-3a8b9a55e4caa8c18f97bde5ee10bacf.md5 @@ -0,0 +1,3 @@ +source_md5="a24984ee2b2fee58dc929d52b76cff7e" +dest_md5="8c088caa87d6c376c7014b12293deba6" + diff --git a/escape-room/godot/imported/kitchenBar_NW.png-ddb751d4b4636902c7880c91de1ba7cb.ctex b/escape-room/godot/imported/kitchenBar_NW.png-ddb751d4b4636902c7880c91de1ba7cb.ctex new file mode 100644 index 0000000..9353dd4 Binary files /dev/null and b/escape-room/godot/imported/kitchenBar_NW.png-ddb751d4b4636902c7880c91de1ba7cb.ctex differ diff --git a/escape-room/godot/imported/kitchenBar_NW.png-ddb751d4b4636902c7880c91de1ba7cb.md5 b/escape-room/godot/imported/kitchenBar_NW.png-ddb751d4b4636902c7880c91de1ba7cb.md5 new file mode 100644 index 0000000..13f266f --- /dev/null +++ b/escape-room/godot/imported/kitchenBar_NW.png-ddb751d4b4636902c7880c91de1ba7cb.md5 @@ -0,0 +1,3 @@ +source_md5="6c6bef1c798d9d9dc51d0965b8c14222" +dest_md5="3fb0e0a8c60a6434b459801c6f992d2e" + diff --git a/escape-room/godot/imported/kitchenBar_SE.png-b14b44af4bea0185191f4cfc97d0faf1.ctex b/escape-room/godot/imported/kitchenBar_SE.png-b14b44af4bea0185191f4cfc97d0faf1.ctex new file mode 100644 index 0000000..20d6e0c Binary files /dev/null and b/escape-room/godot/imported/kitchenBar_SE.png-b14b44af4bea0185191f4cfc97d0faf1.ctex differ diff --git a/escape-room/godot/imported/kitchenBar_SE.png-b14b44af4bea0185191f4cfc97d0faf1.md5 b/escape-room/godot/imported/kitchenBar_SE.png-b14b44af4bea0185191f4cfc97d0faf1.md5 new file mode 100644 index 0000000..4653421 --- /dev/null +++ b/escape-room/godot/imported/kitchenBar_SE.png-b14b44af4bea0185191f4cfc97d0faf1.md5 @@ -0,0 +1,3 @@ +source_md5="4d86b6fa70a644d2c64f262b9644c84b" +dest_md5="b840cdc6c1bed1c3cfa1f5c1c0c19207" + diff --git a/escape-room/godot/imported/kitchenBar_SW.png-be179781b7c00c7c850adad100fe75f8.ctex b/escape-room/godot/imported/kitchenBar_SW.png-be179781b7c00c7c850adad100fe75f8.ctex new file mode 100644 index 0000000..74583c7 Binary files /dev/null and b/escape-room/godot/imported/kitchenBar_SW.png-be179781b7c00c7c850adad100fe75f8.ctex differ diff --git a/escape-room/godot/imported/kitchenBar_SW.png-be179781b7c00c7c850adad100fe75f8.md5 b/escape-room/godot/imported/kitchenBar_SW.png-be179781b7c00c7c850adad100fe75f8.md5 new file mode 100644 index 0000000..c66a569 --- /dev/null +++ b/escape-room/godot/imported/kitchenBar_SW.png-be179781b7c00c7c850adad100fe75f8.md5 @@ -0,0 +1,3 @@ +source_md5="8279a253f14481250e21c733b17a1fb2" +dest_md5="44e0d14ab1c1604c8efa25fbd15f4b48" + diff --git a/escape-room/godot/imported/kitchenBlender.dae-2272e01a09d6781ec5ea86d61657fc99.md5 b/escape-room/godot/imported/kitchenBlender.dae-2272e01a09d6781ec5ea86d61657fc99.md5 new file mode 100644 index 0000000..d816fdc --- /dev/null +++ b/escape-room/godot/imported/kitchenBlender.dae-2272e01a09d6781ec5ea86d61657fc99.md5 @@ -0,0 +1,3 @@ +source_md5="672f1ce3e81fe302e50d9a66ef9857d1" +dest_md5="678ac89c8d49458c5b06b5ce6053c60c" + diff --git a/escape-room/godot/imported/kitchenBlender.dae-2272e01a09d6781ec5ea86d61657fc99.scn b/escape-room/godot/imported/kitchenBlender.dae-2272e01a09d6781ec5ea86d61657fc99.scn new file mode 100644 index 0000000..c16914a Binary files /dev/null and b/escape-room/godot/imported/kitchenBlender.dae-2272e01a09d6781ec5ea86d61657fc99.scn differ diff --git a/escape-room/godot/imported/kitchenBlender.fbx-1c8aea6ba8f398ccf6e8ceef10f9d981.md5 b/escape-room/godot/imported/kitchenBlender.fbx-1c8aea6ba8f398ccf6e8ceef10f9d981.md5 new file mode 100644 index 0000000..a2df43c --- /dev/null +++ b/escape-room/godot/imported/kitchenBlender.fbx-1c8aea6ba8f398ccf6e8ceef10f9d981.md5 @@ -0,0 +1,3 @@ +source_md5="9e443b9d9bb5e12d7072979b63a16a61" +dest_md5="77ca78d51490e259e40b555695321915" + diff --git a/escape-room/godot/imported/kitchenBlender.fbx-1c8aea6ba8f398ccf6e8ceef10f9d981.scn b/escape-room/godot/imported/kitchenBlender.fbx-1c8aea6ba8f398ccf6e8ceef10f9d981.scn new file mode 100644 index 0000000..50b17e5 Binary files /dev/null and b/escape-room/godot/imported/kitchenBlender.fbx-1c8aea6ba8f398ccf6e8ceef10f9d981.scn differ diff --git a/escape-room/godot/imported/kitchenBlender.glb-1d19e175f647b924bf48410c5034bc53.md5 b/escape-room/godot/imported/kitchenBlender.glb-1d19e175f647b924bf48410c5034bc53.md5 new file mode 100644 index 0000000..db32859 --- /dev/null +++ b/escape-room/godot/imported/kitchenBlender.glb-1d19e175f647b924bf48410c5034bc53.md5 @@ -0,0 +1,3 @@ +source_md5="b6f66eb1f63d78e606b4f54fb4a05d46" +dest_md5="3ce384491c2ce03a78ee3e57585d2e67" + diff --git a/escape-room/godot/imported/kitchenBlender.glb-1d19e175f647b924bf48410c5034bc53.scn b/escape-room/godot/imported/kitchenBlender.glb-1d19e175f647b924bf48410c5034bc53.scn new file mode 100644 index 0000000..3bad831 Binary files /dev/null and b/escape-room/godot/imported/kitchenBlender.glb-1d19e175f647b924bf48410c5034bc53.scn differ diff --git a/escape-room/godot/imported/kitchenBlender.obj-43536eed2d8c25ddbaab29ddfbc999d1.md5 b/escape-room/godot/imported/kitchenBlender.obj-43536eed2d8c25ddbaab29ddfbc999d1.md5 new file mode 100644 index 0000000..05705ee --- /dev/null +++ b/escape-room/godot/imported/kitchenBlender.obj-43536eed2d8c25ddbaab29ddfbc999d1.md5 @@ -0,0 +1,3 @@ +source_md5="526b7b3fe9362228ca18594bcec45c77" +dest_md5="b2c2cd8492f40d796ee89aacf03ed069" + diff --git a/escape-room/godot/imported/kitchenBlender.obj-43536eed2d8c25ddbaab29ddfbc999d1.mesh b/escape-room/godot/imported/kitchenBlender.obj-43536eed2d8c25ddbaab29ddfbc999d1.mesh new file mode 100644 index 0000000..2c93bcd Binary files /dev/null and b/escape-room/godot/imported/kitchenBlender.obj-43536eed2d8c25ddbaab29ddfbc999d1.mesh differ diff --git a/escape-room/godot/imported/kitchenBlender.png-269c4da28519ce45cbebaca0b6c3268f.ctex b/escape-room/godot/imported/kitchenBlender.png-269c4da28519ce45cbebaca0b6c3268f.ctex new file mode 100644 index 0000000..d770cd7 Binary files /dev/null and b/escape-room/godot/imported/kitchenBlender.png-269c4da28519ce45cbebaca0b6c3268f.ctex differ diff --git a/escape-room/godot/imported/kitchenBlender.png-269c4da28519ce45cbebaca0b6c3268f.md5 b/escape-room/godot/imported/kitchenBlender.png-269c4da28519ce45cbebaca0b6c3268f.md5 new file mode 100644 index 0000000..35e23be --- /dev/null +++ b/escape-room/godot/imported/kitchenBlender.png-269c4da28519ce45cbebaca0b6c3268f.md5 @@ -0,0 +1,3 @@ +source_md5="fbd413805bfa1d2bc06bf81ee251a216" +dest_md5="e3421b36d383f96b851b7b6f95a82b92" + diff --git a/escape-room/godot/imported/kitchenBlender_NE.png-131925bedc97db92439f95809c666891.ctex b/escape-room/godot/imported/kitchenBlender_NE.png-131925bedc97db92439f95809c666891.ctex new file mode 100644 index 0000000..72a714c Binary files /dev/null and b/escape-room/godot/imported/kitchenBlender_NE.png-131925bedc97db92439f95809c666891.ctex differ diff --git a/escape-room/godot/imported/kitchenBlender_NE.png-131925bedc97db92439f95809c666891.md5 b/escape-room/godot/imported/kitchenBlender_NE.png-131925bedc97db92439f95809c666891.md5 new file mode 100644 index 0000000..1c39b81 --- /dev/null +++ b/escape-room/godot/imported/kitchenBlender_NE.png-131925bedc97db92439f95809c666891.md5 @@ -0,0 +1,3 @@ +source_md5="94260bc1f7e3c94a09674ef5f055419e" +dest_md5="9358e9911d26511fdadf2ead85d21693" + diff --git a/escape-room/godot/imported/kitchenBlender_NW.png-f52e1d2f219b6d034a2dea8388f2176d.ctex b/escape-room/godot/imported/kitchenBlender_NW.png-f52e1d2f219b6d034a2dea8388f2176d.ctex new file mode 100644 index 0000000..2a96940 Binary files /dev/null and b/escape-room/godot/imported/kitchenBlender_NW.png-f52e1d2f219b6d034a2dea8388f2176d.ctex differ diff --git a/escape-room/godot/imported/kitchenBlender_NW.png-f52e1d2f219b6d034a2dea8388f2176d.md5 b/escape-room/godot/imported/kitchenBlender_NW.png-f52e1d2f219b6d034a2dea8388f2176d.md5 new file mode 100644 index 0000000..2dfffeb --- /dev/null +++ b/escape-room/godot/imported/kitchenBlender_NW.png-f52e1d2f219b6d034a2dea8388f2176d.md5 @@ -0,0 +1,3 @@ +source_md5="42364468eec65a5caf1c17c9c65bc3c5" +dest_md5="580afac7106baf241c39fc6681a17dcc" + diff --git a/escape-room/godot/imported/kitchenBlender_SE.png-2d7b95ed5ce299f29e3dfe49d23f7761.ctex b/escape-room/godot/imported/kitchenBlender_SE.png-2d7b95ed5ce299f29e3dfe49d23f7761.ctex new file mode 100644 index 0000000..638acba Binary files /dev/null and b/escape-room/godot/imported/kitchenBlender_SE.png-2d7b95ed5ce299f29e3dfe49d23f7761.ctex differ diff --git a/escape-room/godot/imported/kitchenBlender_SE.png-2d7b95ed5ce299f29e3dfe49d23f7761.md5 b/escape-room/godot/imported/kitchenBlender_SE.png-2d7b95ed5ce299f29e3dfe49d23f7761.md5 new file mode 100644 index 0000000..ff7b869 --- /dev/null +++ b/escape-room/godot/imported/kitchenBlender_SE.png-2d7b95ed5ce299f29e3dfe49d23f7761.md5 @@ -0,0 +1,3 @@ +source_md5="d6d7a5a82d92d702d5eca6e2a8103d32" +dest_md5="5fc84c0704bc080d098115cf508f54a9" + diff --git a/escape-room/godot/imported/kitchenBlender_SW.png-d6bf854b4ca6bed819915fe72d2822c0.ctex b/escape-room/godot/imported/kitchenBlender_SW.png-d6bf854b4ca6bed819915fe72d2822c0.ctex new file mode 100644 index 0000000..a215751 Binary files /dev/null and b/escape-room/godot/imported/kitchenBlender_SW.png-d6bf854b4ca6bed819915fe72d2822c0.ctex differ diff --git a/escape-room/godot/imported/kitchenBlender_SW.png-d6bf854b4ca6bed819915fe72d2822c0.md5 b/escape-room/godot/imported/kitchenBlender_SW.png-d6bf854b4ca6bed819915fe72d2822c0.md5 new file mode 100644 index 0000000..8d79505 --- /dev/null +++ b/escape-room/godot/imported/kitchenBlender_SW.png-d6bf854b4ca6bed819915fe72d2822c0.md5 @@ -0,0 +1,3 @@ +source_md5="9eb49b7bf93681ddee55b1140d5e9c14" +dest_md5="7e5d2e77069671dace47c44008913c87" + diff --git a/escape-room/godot/imported/kitchenCabinet.dae-49b55680cd246c2a8e7b0c2922e9f646.md5 b/escape-room/godot/imported/kitchenCabinet.dae-49b55680cd246c2a8e7b0c2922e9f646.md5 new file mode 100644 index 0000000..937afdd --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinet.dae-49b55680cd246c2a8e7b0c2922e9f646.md5 @@ -0,0 +1,3 @@ +source_md5="b50f7dda056b41a0b426655b0bd71977" +dest_md5="8634b44a154fe8137dae8c8ada25e07d" + diff --git a/escape-room/godot/imported/kitchenCabinet.dae-49b55680cd246c2a8e7b0c2922e9f646.scn b/escape-room/godot/imported/kitchenCabinet.dae-49b55680cd246c2a8e7b0c2922e9f646.scn new file mode 100644 index 0000000..f8c0e96 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinet.dae-49b55680cd246c2a8e7b0c2922e9f646.scn differ diff --git a/escape-room/godot/imported/kitchenCabinet.fbx-cda21e13f53717ce7a4ef255b8addce0.md5 b/escape-room/godot/imported/kitchenCabinet.fbx-cda21e13f53717ce7a4ef255b8addce0.md5 new file mode 100644 index 0000000..8e69774 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinet.fbx-cda21e13f53717ce7a4ef255b8addce0.md5 @@ -0,0 +1,3 @@ +source_md5="4c4c243f7f5ef7173588f1f10544bbc9" +dest_md5="177adcfac9e2710b84fe0d206e39532b" + diff --git a/escape-room/godot/imported/kitchenCabinet.fbx-cda21e13f53717ce7a4ef255b8addce0.scn b/escape-room/godot/imported/kitchenCabinet.fbx-cda21e13f53717ce7a4ef255b8addce0.scn new file mode 100644 index 0000000..c71ea4f Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinet.fbx-cda21e13f53717ce7a4ef255b8addce0.scn differ diff --git a/escape-room/godot/imported/kitchenCabinet.glb-c076b919417aa4aeff6f16cf80f22791.md5 b/escape-room/godot/imported/kitchenCabinet.glb-c076b919417aa4aeff6f16cf80f22791.md5 new file mode 100644 index 0000000..9cb0480 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinet.glb-c076b919417aa4aeff6f16cf80f22791.md5 @@ -0,0 +1,3 @@ +source_md5="b36608cc5d7716055c7cdbdca8042984" +dest_md5="3e17a10c641ddf4b0fe5cc40ff9e0e78" + diff --git a/escape-room/godot/imported/kitchenCabinet.glb-c076b919417aa4aeff6f16cf80f22791.scn b/escape-room/godot/imported/kitchenCabinet.glb-c076b919417aa4aeff6f16cf80f22791.scn new file mode 100644 index 0000000..8d9b889 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinet.glb-c076b919417aa4aeff6f16cf80f22791.scn differ diff --git a/escape-room/godot/imported/kitchenCabinet.obj-a8fc8f62622a0870759eb8aafd4aa101.md5 b/escape-room/godot/imported/kitchenCabinet.obj-a8fc8f62622a0870759eb8aafd4aa101.md5 new file mode 100644 index 0000000..7d26f7e --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinet.obj-a8fc8f62622a0870759eb8aafd4aa101.md5 @@ -0,0 +1,3 @@ +source_md5="4c852b13013fd30964aa6d9e5110cb1a" +dest_md5="db332cfc41e0589bfc937e2e0fb0a755" + diff --git a/escape-room/godot/imported/kitchenCabinet.obj-a8fc8f62622a0870759eb8aafd4aa101.mesh b/escape-room/godot/imported/kitchenCabinet.obj-a8fc8f62622a0870759eb8aafd4aa101.mesh new file mode 100644 index 0000000..89b9bbb Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinet.obj-a8fc8f62622a0870759eb8aafd4aa101.mesh differ diff --git a/escape-room/godot/imported/kitchenCabinet.png-78eba34c5edf43114a4dc2a562ab353c.ctex b/escape-room/godot/imported/kitchenCabinet.png-78eba34c5edf43114a4dc2a562ab353c.ctex new file mode 100644 index 0000000..be7c7ec Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinet.png-78eba34c5edf43114a4dc2a562ab353c.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinet.png-78eba34c5edf43114a4dc2a562ab353c.md5 b/escape-room/godot/imported/kitchenCabinet.png-78eba34c5edf43114a4dc2a562ab353c.md5 new file mode 100644 index 0000000..11f36a0 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinet.png-78eba34c5edf43114a4dc2a562ab353c.md5 @@ -0,0 +1,3 @@ +source_md5="0b66fa92cdde14436b2887482eaa4d44" +dest_md5="4697a314760e4500973d30ddc7fee93c" + diff --git a/escape-room/godot/imported/kitchenCabinetCornerInner.dae-83fceb6bf29ac2f8134090045664da20.md5 b/escape-room/godot/imported/kitchenCabinetCornerInner.dae-83fceb6bf29ac2f8134090045664da20.md5 new file mode 100644 index 0000000..41dba0f --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetCornerInner.dae-83fceb6bf29ac2f8134090045664da20.md5 @@ -0,0 +1,3 @@ +source_md5="9929ae02921d837ced9764ce19a6ede2" +dest_md5="27a3820732214d9bf1dcf34ad9c1ea7a" + diff --git a/escape-room/godot/imported/kitchenCabinetCornerInner.dae-83fceb6bf29ac2f8134090045664da20.scn b/escape-room/godot/imported/kitchenCabinetCornerInner.dae-83fceb6bf29ac2f8134090045664da20.scn new file mode 100644 index 0000000..e84417b Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetCornerInner.dae-83fceb6bf29ac2f8134090045664da20.scn differ diff --git a/escape-room/godot/imported/kitchenCabinetCornerInner.fbx-8fbd76a3f59467d2ade12d1165b06d67.md5 b/escape-room/godot/imported/kitchenCabinetCornerInner.fbx-8fbd76a3f59467d2ade12d1165b06d67.md5 new file mode 100644 index 0000000..c9812bb --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetCornerInner.fbx-8fbd76a3f59467d2ade12d1165b06d67.md5 @@ -0,0 +1,3 @@ +source_md5="258ef7ae0555d6f66211891fd242de9a" +dest_md5="fc0270ba3735f771cd2a3352471d8f9a" + diff --git a/escape-room/godot/imported/kitchenCabinetCornerInner.fbx-8fbd76a3f59467d2ade12d1165b06d67.scn b/escape-room/godot/imported/kitchenCabinetCornerInner.fbx-8fbd76a3f59467d2ade12d1165b06d67.scn new file mode 100644 index 0000000..69cb66a Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetCornerInner.fbx-8fbd76a3f59467d2ade12d1165b06d67.scn differ diff --git a/escape-room/godot/imported/kitchenCabinetCornerInner.glb-11ecf72d8b8bf5b3f69f1b9c93dc4b5e.md5 b/escape-room/godot/imported/kitchenCabinetCornerInner.glb-11ecf72d8b8bf5b3f69f1b9c93dc4b5e.md5 new file mode 100644 index 0000000..a08dcd7 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetCornerInner.glb-11ecf72d8b8bf5b3f69f1b9c93dc4b5e.md5 @@ -0,0 +1,3 @@ +source_md5="e8710abb4e95c243581c373eac8127f4" +dest_md5="a9711abfa4bf4376fed3b7a15db2513e" + diff --git a/escape-room/godot/imported/kitchenCabinetCornerInner.glb-11ecf72d8b8bf5b3f69f1b9c93dc4b5e.scn b/escape-room/godot/imported/kitchenCabinetCornerInner.glb-11ecf72d8b8bf5b3f69f1b9c93dc4b5e.scn new file mode 100644 index 0000000..4066877 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetCornerInner.glb-11ecf72d8b8bf5b3f69f1b9c93dc4b5e.scn differ diff --git a/escape-room/godot/imported/kitchenCabinetCornerInner.obj-ee5ffe3e7b5d16391a888952db29769c.md5 b/escape-room/godot/imported/kitchenCabinetCornerInner.obj-ee5ffe3e7b5d16391a888952db29769c.md5 new file mode 100644 index 0000000..c3f6533 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetCornerInner.obj-ee5ffe3e7b5d16391a888952db29769c.md5 @@ -0,0 +1,3 @@ +source_md5="045f2eec9f556d560681ae275ae2069b" +dest_md5="5915d0756600c960dea4847d3a2ef637" + diff --git a/escape-room/godot/imported/kitchenCabinetCornerInner.obj-ee5ffe3e7b5d16391a888952db29769c.mesh b/escape-room/godot/imported/kitchenCabinetCornerInner.obj-ee5ffe3e7b5d16391a888952db29769c.mesh new file mode 100644 index 0000000..520ff06 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetCornerInner.obj-ee5ffe3e7b5d16391a888952db29769c.mesh differ diff --git a/escape-room/godot/imported/kitchenCabinetCornerInner.png-769e16e64b08fe5e267ea647d9d375d9.ctex b/escape-room/godot/imported/kitchenCabinetCornerInner.png-769e16e64b08fe5e267ea647d9d375d9.ctex new file mode 100644 index 0000000..f50224f Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetCornerInner.png-769e16e64b08fe5e267ea647d9d375d9.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetCornerInner.png-769e16e64b08fe5e267ea647d9d375d9.md5 b/escape-room/godot/imported/kitchenCabinetCornerInner.png-769e16e64b08fe5e267ea647d9d375d9.md5 new file mode 100644 index 0000000..9361b93 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetCornerInner.png-769e16e64b08fe5e267ea647d9d375d9.md5 @@ -0,0 +1,3 @@ +source_md5="d6a635f6d80189f3eb93f8526771bdcc" +dest_md5="ce1cab0f8fe9b3ddf1b19b83e0e9265d" + diff --git a/escape-room/godot/imported/kitchenCabinetCornerInner_NE.png-72a6a15ec76a97cc55e4fc0a23fd2457.ctex b/escape-room/godot/imported/kitchenCabinetCornerInner_NE.png-72a6a15ec76a97cc55e4fc0a23fd2457.ctex new file mode 100644 index 0000000..2a069b8 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetCornerInner_NE.png-72a6a15ec76a97cc55e4fc0a23fd2457.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetCornerInner_NE.png-72a6a15ec76a97cc55e4fc0a23fd2457.md5 b/escape-room/godot/imported/kitchenCabinetCornerInner_NE.png-72a6a15ec76a97cc55e4fc0a23fd2457.md5 new file mode 100644 index 0000000..4eb7f27 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetCornerInner_NE.png-72a6a15ec76a97cc55e4fc0a23fd2457.md5 @@ -0,0 +1,3 @@ +source_md5="26ef267c23976eef8f6fdbfe5dffc8e9" +dest_md5="e8fe45cd3c5989de2919fa6c4e5d19ee" + diff --git a/escape-room/godot/imported/kitchenCabinetCornerInner_NW.png-7c3667a21d44a54f1e6e94167918f29d.ctex b/escape-room/godot/imported/kitchenCabinetCornerInner_NW.png-7c3667a21d44a54f1e6e94167918f29d.ctex new file mode 100644 index 0000000..d47dbcf Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetCornerInner_NW.png-7c3667a21d44a54f1e6e94167918f29d.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetCornerInner_NW.png-7c3667a21d44a54f1e6e94167918f29d.md5 b/escape-room/godot/imported/kitchenCabinetCornerInner_NW.png-7c3667a21d44a54f1e6e94167918f29d.md5 new file mode 100644 index 0000000..d4dbf46 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetCornerInner_NW.png-7c3667a21d44a54f1e6e94167918f29d.md5 @@ -0,0 +1,3 @@ +source_md5="d2bd77c58c23ad7fb3cdc1771cc045c3" +dest_md5="1c7f42e2e4b597a52aeb1c9df840894e" + diff --git a/escape-room/godot/imported/kitchenCabinetCornerInner_SE.png-3a3a019c0872cf335e29d8e5b5be9b13.ctex b/escape-room/godot/imported/kitchenCabinetCornerInner_SE.png-3a3a019c0872cf335e29d8e5b5be9b13.ctex new file mode 100644 index 0000000..ac57aa9 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetCornerInner_SE.png-3a3a019c0872cf335e29d8e5b5be9b13.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetCornerInner_SE.png-3a3a019c0872cf335e29d8e5b5be9b13.md5 b/escape-room/godot/imported/kitchenCabinetCornerInner_SE.png-3a3a019c0872cf335e29d8e5b5be9b13.md5 new file mode 100644 index 0000000..8f56292 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetCornerInner_SE.png-3a3a019c0872cf335e29d8e5b5be9b13.md5 @@ -0,0 +1,3 @@ +source_md5="2941f28bcd9285688de6363ee6fcf2c5" +dest_md5="4452ffd9ad9bcbf68442423893d733e5" + diff --git a/escape-room/godot/imported/kitchenCabinetCornerInner_SW.png-7e3a8831311b935074c3f982d89e859d.ctex b/escape-room/godot/imported/kitchenCabinetCornerInner_SW.png-7e3a8831311b935074c3f982d89e859d.ctex new file mode 100644 index 0000000..6396920 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetCornerInner_SW.png-7e3a8831311b935074c3f982d89e859d.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetCornerInner_SW.png-7e3a8831311b935074c3f982d89e859d.md5 b/escape-room/godot/imported/kitchenCabinetCornerInner_SW.png-7e3a8831311b935074c3f982d89e859d.md5 new file mode 100644 index 0000000..fbff53c --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetCornerInner_SW.png-7e3a8831311b935074c3f982d89e859d.md5 @@ -0,0 +1,3 @@ +source_md5="26c52cd69385e18f3d296b222adb599d" +dest_md5="9c4bf3d22a41a3253eb1cd9881cd1612" + diff --git a/escape-room/godot/imported/kitchenCabinetCornerRound.dae-56697f4f649526d331ba00fcc34eb89e.md5 b/escape-room/godot/imported/kitchenCabinetCornerRound.dae-56697f4f649526d331ba00fcc34eb89e.md5 new file mode 100644 index 0000000..218a3f1 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetCornerRound.dae-56697f4f649526d331ba00fcc34eb89e.md5 @@ -0,0 +1,3 @@ +source_md5="3d04a6f21bde20f74628fac4de0240a7" +dest_md5="9f30da58b651e946f564ae0a4021654e" + diff --git a/escape-room/godot/imported/kitchenCabinetCornerRound.dae-56697f4f649526d331ba00fcc34eb89e.scn b/escape-room/godot/imported/kitchenCabinetCornerRound.dae-56697f4f649526d331ba00fcc34eb89e.scn new file mode 100644 index 0000000..5816e80 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetCornerRound.dae-56697f4f649526d331ba00fcc34eb89e.scn differ diff --git a/escape-room/godot/imported/kitchenCabinetCornerRound.fbx-d00fdadc27e4e831e8b8005bf22a5434.md5 b/escape-room/godot/imported/kitchenCabinetCornerRound.fbx-d00fdadc27e4e831e8b8005bf22a5434.md5 new file mode 100644 index 0000000..52ef6f4 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetCornerRound.fbx-d00fdadc27e4e831e8b8005bf22a5434.md5 @@ -0,0 +1,3 @@ +source_md5="3535d2cd5736a2f2c4cea5d599fb2746" +dest_md5="c96a28340b13fb91370038b4ebba106a" + diff --git a/escape-room/godot/imported/kitchenCabinetCornerRound.fbx-d00fdadc27e4e831e8b8005bf22a5434.scn b/escape-room/godot/imported/kitchenCabinetCornerRound.fbx-d00fdadc27e4e831e8b8005bf22a5434.scn new file mode 100644 index 0000000..daca6ba Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetCornerRound.fbx-d00fdadc27e4e831e8b8005bf22a5434.scn differ diff --git a/escape-room/godot/imported/kitchenCabinetCornerRound.glb-f7e92a59fd5a821a27daf3e8c66938b3.md5 b/escape-room/godot/imported/kitchenCabinetCornerRound.glb-f7e92a59fd5a821a27daf3e8c66938b3.md5 new file mode 100644 index 0000000..90e8cce --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetCornerRound.glb-f7e92a59fd5a821a27daf3e8c66938b3.md5 @@ -0,0 +1,3 @@ +source_md5="1bab084cf6c484afb88196cfc94e9a12" +dest_md5="5da74ea7b3e3d6acc7714bbb4616d0d0" + diff --git a/escape-room/godot/imported/kitchenCabinetCornerRound.glb-f7e92a59fd5a821a27daf3e8c66938b3.scn b/escape-room/godot/imported/kitchenCabinetCornerRound.glb-f7e92a59fd5a821a27daf3e8c66938b3.scn new file mode 100644 index 0000000..1bfb6a4 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetCornerRound.glb-f7e92a59fd5a821a27daf3e8c66938b3.scn differ diff --git a/escape-room/godot/imported/kitchenCabinetCornerRound.obj-4fe69ff848d42b5c63c6d1f15512e3f0.md5 b/escape-room/godot/imported/kitchenCabinetCornerRound.obj-4fe69ff848d42b5c63c6d1f15512e3f0.md5 new file mode 100644 index 0000000..62000ee --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetCornerRound.obj-4fe69ff848d42b5c63c6d1f15512e3f0.md5 @@ -0,0 +1,3 @@ +source_md5="4bd22835dec75ce4f057a2b3f77446de" +dest_md5="0b8743abc76c35fb9ba577eeb172effd" + diff --git a/escape-room/godot/imported/kitchenCabinetCornerRound.obj-4fe69ff848d42b5c63c6d1f15512e3f0.mesh b/escape-room/godot/imported/kitchenCabinetCornerRound.obj-4fe69ff848d42b5c63c6d1f15512e3f0.mesh new file mode 100644 index 0000000..d80ddb5 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetCornerRound.obj-4fe69ff848d42b5c63c6d1f15512e3f0.mesh differ diff --git a/escape-room/godot/imported/kitchenCabinetCornerRound.png-e0e627c4108f610fa9bdbfe99cdaaa62.ctex b/escape-room/godot/imported/kitchenCabinetCornerRound.png-e0e627c4108f610fa9bdbfe99cdaaa62.ctex new file mode 100644 index 0000000..76a1789 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetCornerRound.png-e0e627c4108f610fa9bdbfe99cdaaa62.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetCornerRound.png-e0e627c4108f610fa9bdbfe99cdaaa62.md5 b/escape-room/godot/imported/kitchenCabinetCornerRound.png-e0e627c4108f610fa9bdbfe99cdaaa62.md5 new file mode 100644 index 0000000..903a129 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetCornerRound.png-e0e627c4108f610fa9bdbfe99cdaaa62.md5 @@ -0,0 +1,3 @@ +source_md5="ad653c2d513e42ab7cfb312cc0f8eef4" +dest_md5="641ebb84585f90230227fc4b005ed1f0" + diff --git a/escape-room/godot/imported/kitchenCabinetCornerRound_NE.png-1b495d67d4e42af581eb91d7e449f17f.ctex b/escape-room/godot/imported/kitchenCabinetCornerRound_NE.png-1b495d67d4e42af581eb91d7e449f17f.ctex new file mode 100644 index 0000000..0f875f5 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetCornerRound_NE.png-1b495d67d4e42af581eb91d7e449f17f.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetCornerRound_NE.png-1b495d67d4e42af581eb91d7e449f17f.md5 b/escape-room/godot/imported/kitchenCabinetCornerRound_NE.png-1b495d67d4e42af581eb91d7e449f17f.md5 new file mode 100644 index 0000000..c2803f2 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetCornerRound_NE.png-1b495d67d4e42af581eb91d7e449f17f.md5 @@ -0,0 +1,3 @@ +source_md5="137f9c663c2dc5f6ce0e83768c7567e1" +dest_md5="1d1cb0fb52c3d6f5fe877ed51067795b" + diff --git a/escape-room/godot/imported/kitchenCabinetCornerRound_NW.png-3772f5a996098fd33565d72b06aaed62.ctex b/escape-room/godot/imported/kitchenCabinetCornerRound_NW.png-3772f5a996098fd33565d72b06aaed62.ctex new file mode 100644 index 0000000..e50b42b Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetCornerRound_NW.png-3772f5a996098fd33565d72b06aaed62.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetCornerRound_NW.png-3772f5a996098fd33565d72b06aaed62.md5 b/escape-room/godot/imported/kitchenCabinetCornerRound_NW.png-3772f5a996098fd33565d72b06aaed62.md5 new file mode 100644 index 0000000..28918ee --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetCornerRound_NW.png-3772f5a996098fd33565d72b06aaed62.md5 @@ -0,0 +1,3 @@ +source_md5="c1e39cf705eff0c929c70811e23a433d" +dest_md5="98498ed2a9ed0e1b23174ed8e001cbb8" + diff --git a/escape-room/godot/imported/kitchenCabinetCornerRound_SE.png-66cd40694564fdee8a42aa618994bbd7.ctex b/escape-room/godot/imported/kitchenCabinetCornerRound_SE.png-66cd40694564fdee8a42aa618994bbd7.ctex new file mode 100644 index 0000000..63dc792 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetCornerRound_SE.png-66cd40694564fdee8a42aa618994bbd7.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetCornerRound_SE.png-66cd40694564fdee8a42aa618994bbd7.md5 b/escape-room/godot/imported/kitchenCabinetCornerRound_SE.png-66cd40694564fdee8a42aa618994bbd7.md5 new file mode 100644 index 0000000..b087261 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetCornerRound_SE.png-66cd40694564fdee8a42aa618994bbd7.md5 @@ -0,0 +1,3 @@ +source_md5="fc021d25c1fe206fbb10ed266ce3c9fd" +dest_md5="7f28e4d4ccb50f45bcf4429e27367e1a" + diff --git a/escape-room/godot/imported/kitchenCabinetCornerRound_SW.png-a237d7617d2a39856467e056c3d6d14f.ctex b/escape-room/godot/imported/kitchenCabinetCornerRound_SW.png-a237d7617d2a39856467e056c3d6d14f.ctex new file mode 100644 index 0000000..21b8882 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetCornerRound_SW.png-a237d7617d2a39856467e056c3d6d14f.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetCornerRound_SW.png-a237d7617d2a39856467e056c3d6d14f.md5 b/escape-room/godot/imported/kitchenCabinetCornerRound_SW.png-a237d7617d2a39856467e056c3d6d14f.md5 new file mode 100644 index 0000000..5b40951 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetCornerRound_SW.png-a237d7617d2a39856467e056c3d6d14f.md5 @@ -0,0 +1,3 @@ +source_md5="e2e108762dc449123597267f4a2538f8" +dest_md5="dbc816bea74bcd5c02401778b446f0b4" + diff --git a/escape-room/godot/imported/kitchenCabinetDrawer.dae-41bdb09877cc31c2fd190782a8ac3e93.md5 b/escape-room/godot/imported/kitchenCabinetDrawer.dae-41bdb09877cc31c2fd190782a8ac3e93.md5 new file mode 100644 index 0000000..0cc4dfc --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetDrawer.dae-41bdb09877cc31c2fd190782a8ac3e93.md5 @@ -0,0 +1,3 @@ +source_md5="b75b7f2d750a5d9a645f1ae4f4a14530" +dest_md5="290c8ea388a943293b9e6b79d00005f6" + diff --git a/escape-room/godot/imported/kitchenCabinetDrawer.dae-41bdb09877cc31c2fd190782a8ac3e93.scn b/escape-room/godot/imported/kitchenCabinetDrawer.dae-41bdb09877cc31c2fd190782a8ac3e93.scn new file mode 100644 index 0000000..cfd89f3 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetDrawer.dae-41bdb09877cc31c2fd190782a8ac3e93.scn differ diff --git a/escape-room/godot/imported/kitchenCabinetDrawer.fbx-c99db47dc0800affdc7cea4ac6c7d624.md5 b/escape-room/godot/imported/kitchenCabinetDrawer.fbx-c99db47dc0800affdc7cea4ac6c7d624.md5 new file mode 100644 index 0000000..87f4609 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetDrawer.fbx-c99db47dc0800affdc7cea4ac6c7d624.md5 @@ -0,0 +1,3 @@ +source_md5="072b288200d8fea47ddc3658eaf09950" +dest_md5="7ab3313ab2e98c1cbcadccfa03dbf908" + diff --git a/escape-room/godot/imported/kitchenCabinetDrawer.fbx-c99db47dc0800affdc7cea4ac6c7d624.scn b/escape-room/godot/imported/kitchenCabinetDrawer.fbx-c99db47dc0800affdc7cea4ac6c7d624.scn new file mode 100644 index 0000000..e584f07 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetDrawer.fbx-c99db47dc0800affdc7cea4ac6c7d624.scn differ diff --git a/escape-room/godot/imported/kitchenCabinetDrawer.glb-bc8d54d47b5eabf25f5dc397b6878cdc.md5 b/escape-room/godot/imported/kitchenCabinetDrawer.glb-bc8d54d47b5eabf25f5dc397b6878cdc.md5 new file mode 100644 index 0000000..12a8195 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetDrawer.glb-bc8d54d47b5eabf25f5dc397b6878cdc.md5 @@ -0,0 +1,3 @@ +source_md5="24c7f730aafacdcb90928887e5419a17" +dest_md5="ced9831f02a68ab536b8e853bd72ac87" + diff --git a/escape-room/godot/imported/kitchenCabinetDrawer.glb-bc8d54d47b5eabf25f5dc397b6878cdc.scn b/escape-room/godot/imported/kitchenCabinetDrawer.glb-bc8d54d47b5eabf25f5dc397b6878cdc.scn new file mode 100644 index 0000000..b6b3528 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetDrawer.glb-bc8d54d47b5eabf25f5dc397b6878cdc.scn differ diff --git a/escape-room/godot/imported/kitchenCabinetDrawer.obj-020b8081bc4c36eb2a81fc85ff20c496.md5 b/escape-room/godot/imported/kitchenCabinetDrawer.obj-020b8081bc4c36eb2a81fc85ff20c496.md5 new file mode 100644 index 0000000..88bb516 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetDrawer.obj-020b8081bc4c36eb2a81fc85ff20c496.md5 @@ -0,0 +1,3 @@ +source_md5="ded669f808db21dfb04f2e44d1ccfc5c" +dest_md5="3e6b8a883b31928662abedc4dea06dcb" + diff --git a/escape-room/godot/imported/kitchenCabinetDrawer.obj-020b8081bc4c36eb2a81fc85ff20c496.mesh b/escape-room/godot/imported/kitchenCabinetDrawer.obj-020b8081bc4c36eb2a81fc85ff20c496.mesh new file mode 100644 index 0000000..4a5c951 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetDrawer.obj-020b8081bc4c36eb2a81fc85ff20c496.mesh differ diff --git a/escape-room/godot/imported/kitchenCabinetDrawer.png-8a04f8ceaad3f2eefc54fe031023f303.ctex b/escape-room/godot/imported/kitchenCabinetDrawer.png-8a04f8ceaad3f2eefc54fe031023f303.ctex new file mode 100644 index 0000000..2ea9898 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetDrawer.png-8a04f8ceaad3f2eefc54fe031023f303.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetDrawer.png-8a04f8ceaad3f2eefc54fe031023f303.md5 b/escape-room/godot/imported/kitchenCabinetDrawer.png-8a04f8ceaad3f2eefc54fe031023f303.md5 new file mode 100644 index 0000000..c37842d --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetDrawer.png-8a04f8ceaad3f2eefc54fe031023f303.md5 @@ -0,0 +1,3 @@ +source_md5="5046a9da8a34b10367e5e086dd72aa75" +dest_md5="ff2f7f8a585233b6c7216cfbafac8ee3" + diff --git a/escape-room/godot/imported/kitchenCabinetDrawer_NE.png-9e3bcce2638a5bd4b90e2d88b70d6df0.ctex b/escape-room/godot/imported/kitchenCabinetDrawer_NE.png-9e3bcce2638a5bd4b90e2d88b70d6df0.ctex new file mode 100644 index 0000000..cecc899 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetDrawer_NE.png-9e3bcce2638a5bd4b90e2d88b70d6df0.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetDrawer_NE.png-9e3bcce2638a5bd4b90e2d88b70d6df0.md5 b/escape-room/godot/imported/kitchenCabinetDrawer_NE.png-9e3bcce2638a5bd4b90e2d88b70d6df0.md5 new file mode 100644 index 0000000..94e25b1 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetDrawer_NE.png-9e3bcce2638a5bd4b90e2d88b70d6df0.md5 @@ -0,0 +1,3 @@ +source_md5="088de0f35e68dc4f6223a4c1a2fc5e92" +dest_md5="f3be6c3b3a2d0e1fc5b22dbe13ef5401" + diff --git a/escape-room/godot/imported/kitchenCabinetDrawer_NW.png-c255105b696da9a5699774b66b4eefa1.ctex b/escape-room/godot/imported/kitchenCabinetDrawer_NW.png-c255105b696da9a5699774b66b4eefa1.ctex new file mode 100644 index 0000000..4eb6cec Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetDrawer_NW.png-c255105b696da9a5699774b66b4eefa1.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetDrawer_NW.png-c255105b696da9a5699774b66b4eefa1.md5 b/escape-room/godot/imported/kitchenCabinetDrawer_NW.png-c255105b696da9a5699774b66b4eefa1.md5 new file mode 100644 index 0000000..bbc76e8 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetDrawer_NW.png-c255105b696da9a5699774b66b4eefa1.md5 @@ -0,0 +1,3 @@ +source_md5="6525650da0dab0e158afdca4af60c234" +dest_md5="a4e9efdb18e9c7086f30e1c210bbb8d0" + diff --git a/escape-room/godot/imported/kitchenCabinetDrawer_SE.png-1819665624eb0ebe3dac306d8b8006ff.ctex b/escape-room/godot/imported/kitchenCabinetDrawer_SE.png-1819665624eb0ebe3dac306d8b8006ff.ctex new file mode 100644 index 0000000..78b2b24 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetDrawer_SE.png-1819665624eb0ebe3dac306d8b8006ff.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetDrawer_SE.png-1819665624eb0ebe3dac306d8b8006ff.md5 b/escape-room/godot/imported/kitchenCabinetDrawer_SE.png-1819665624eb0ebe3dac306d8b8006ff.md5 new file mode 100644 index 0000000..c7a8b25 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetDrawer_SE.png-1819665624eb0ebe3dac306d8b8006ff.md5 @@ -0,0 +1,3 @@ +source_md5="353b79decb7c39b26e383784741526a2" +dest_md5="d8952ab6174531e2c7551f6c6839cc14" + diff --git a/escape-room/godot/imported/kitchenCabinetDrawer_SW.png-b7ebea496f1c1191adc1e2f0e0990ed4.ctex b/escape-room/godot/imported/kitchenCabinetDrawer_SW.png-b7ebea496f1c1191adc1e2f0e0990ed4.ctex new file mode 100644 index 0000000..378a5e5 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetDrawer_SW.png-b7ebea496f1c1191adc1e2f0e0990ed4.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetDrawer_SW.png-b7ebea496f1c1191adc1e2f0e0990ed4.md5 b/escape-room/godot/imported/kitchenCabinetDrawer_SW.png-b7ebea496f1c1191adc1e2f0e0990ed4.md5 new file mode 100644 index 0000000..21ae38b --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetDrawer_SW.png-b7ebea496f1c1191adc1e2f0e0990ed4.md5 @@ -0,0 +1,3 @@ +source_md5="a9a5361eac10d3a1bd2e8601834531ce" +dest_md5="2edff83576a2f60e1fbae957f193cbf3" + diff --git a/escape-room/godot/imported/kitchenCabinetUpper.dae-12b586c407d1c4ebe3b3b67294ab5948.md5 b/escape-room/godot/imported/kitchenCabinetUpper.dae-12b586c407d1c4ebe3b3b67294ab5948.md5 new file mode 100644 index 0000000..4906b88 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpper.dae-12b586c407d1c4ebe3b3b67294ab5948.md5 @@ -0,0 +1,3 @@ +source_md5="a6755fa231ba25f4d331adec2e697f69" +dest_md5="5dba771b65e18ab62554183d2fc02b4f" + diff --git a/escape-room/godot/imported/kitchenCabinetUpper.dae-12b586c407d1c4ebe3b3b67294ab5948.scn b/escape-room/godot/imported/kitchenCabinetUpper.dae-12b586c407d1c4ebe3b3b67294ab5948.scn new file mode 100644 index 0000000..774c1b5 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpper.dae-12b586c407d1c4ebe3b3b67294ab5948.scn differ diff --git a/escape-room/godot/imported/kitchenCabinetUpper.fbx-e347fdafc4eb2f3b33d3da88c23420b6.md5 b/escape-room/godot/imported/kitchenCabinetUpper.fbx-e347fdafc4eb2f3b33d3da88c23420b6.md5 new file mode 100644 index 0000000..1c5bb55 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpper.fbx-e347fdafc4eb2f3b33d3da88c23420b6.md5 @@ -0,0 +1,3 @@ +source_md5="1076eb39f6210b69bea655e9d3aa3a75" +dest_md5="124e1b0208157010876e49412d35dbd8" + diff --git a/escape-room/godot/imported/kitchenCabinetUpper.fbx-e347fdafc4eb2f3b33d3da88c23420b6.scn b/escape-room/godot/imported/kitchenCabinetUpper.fbx-e347fdafc4eb2f3b33d3da88c23420b6.scn new file mode 100644 index 0000000..a2301d9 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpper.fbx-e347fdafc4eb2f3b33d3da88c23420b6.scn differ diff --git a/escape-room/godot/imported/kitchenCabinetUpper.glb-29967545fb45da372ec1b0f3322ac963.md5 b/escape-room/godot/imported/kitchenCabinetUpper.glb-29967545fb45da372ec1b0f3322ac963.md5 new file mode 100644 index 0000000..2506223 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpper.glb-29967545fb45da372ec1b0f3322ac963.md5 @@ -0,0 +1,3 @@ +source_md5="36fe07cb12f885addecece0db845680f" +dest_md5="61c314b2c9c0439d37053251865a2990" + diff --git a/escape-room/godot/imported/kitchenCabinetUpper.glb-29967545fb45da372ec1b0f3322ac963.scn b/escape-room/godot/imported/kitchenCabinetUpper.glb-29967545fb45da372ec1b0f3322ac963.scn new file mode 100644 index 0000000..2895e7a Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpper.glb-29967545fb45da372ec1b0f3322ac963.scn differ diff --git a/escape-room/godot/imported/kitchenCabinetUpper.obj-a11c5e8934d33f00d8f14dfdd0711478.md5 b/escape-room/godot/imported/kitchenCabinetUpper.obj-a11c5e8934d33f00d8f14dfdd0711478.md5 new file mode 100644 index 0000000..bd150e0 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpper.obj-a11c5e8934d33f00d8f14dfdd0711478.md5 @@ -0,0 +1,3 @@ +source_md5="61aee707a369f4f91fd4c31caf3e0e19" +dest_md5="cff4563cb4b6130536e9cfe9a33a7020" + diff --git a/escape-room/godot/imported/kitchenCabinetUpper.obj-a11c5e8934d33f00d8f14dfdd0711478.mesh b/escape-room/godot/imported/kitchenCabinetUpper.obj-a11c5e8934d33f00d8f14dfdd0711478.mesh new file mode 100644 index 0000000..228884e Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpper.obj-a11c5e8934d33f00d8f14dfdd0711478.mesh differ diff --git a/escape-room/godot/imported/kitchenCabinetUpper.png-5299145ae0184267ed4b3366d1c9d235.ctex b/escape-room/godot/imported/kitchenCabinetUpper.png-5299145ae0184267ed4b3366d1c9d235.ctex new file mode 100644 index 0000000..f1594b7 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpper.png-5299145ae0184267ed4b3366d1c9d235.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetUpper.png-5299145ae0184267ed4b3366d1c9d235.md5 b/escape-room/godot/imported/kitchenCabinetUpper.png-5299145ae0184267ed4b3366d1c9d235.md5 new file mode 100644 index 0000000..2f301bd --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpper.png-5299145ae0184267ed4b3366d1c9d235.md5 @@ -0,0 +1,3 @@ +source_md5="564f537c4702e372574f5ded88695dbe" +dest_md5="18b5aa44849ff8d547083d599c0ac66e" + diff --git a/escape-room/godot/imported/kitchenCabinetUpperCorner.dae-5a828d6a64be0ca8934fe59b923145b4.md5 b/escape-room/godot/imported/kitchenCabinetUpperCorner.dae-5a828d6a64be0ca8934fe59b923145b4.md5 new file mode 100644 index 0000000..bc34645 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpperCorner.dae-5a828d6a64be0ca8934fe59b923145b4.md5 @@ -0,0 +1,3 @@ +source_md5="63605fe83beec5e4b44d5231f31e00aa" +dest_md5="3043a0be49e58ec9c4026e75db520fbe" + diff --git a/escape-room/godot/imported/kitchenCabinetUpperCorner.dae-5a828d6a64be0ca8934fe59b923145b4.scn b/escape-room/godot/imported/kitchenCabinetUpperCorner.dae-5a828d6a64be0ca8934fe59b923145b4.scn new file mode 100644 index 0000000..38d9cd5 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpperCorner.dae-5a828d6a64be0ca8934fe59b923145b4.scn differ diff --git a/escape-room/godot/imported/kitchenCabinetUpperCorner.fbx-42465e9b55f4389502f090afcfd7839f.md5 b/escape-room/godot/imported/kitchenCabinetUpperCorner.fbx-42465e9b55f4389502f090afcfd7839f.md5 new file mode 100644 index 0000000..25fe984 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpperCorner.fbx-42465e9b55f4389502f090afcfd7839f.md5 @@ -0,0 +1,3 @@ +source_md5="8677d5b448b75878bb8d4b2cd49d2086" +dest_md5="3a9c5c050fa5f84709549e6b4ef0a712" + diff --git a/escape-room/godot/imported/kitchenCabinetUpperCorner.fbx-42465e9b55f4389502f090afcfd7839f.scn b/escape-room/godot/imported/kitchenCabinetUpperCorner.fbx-42465e9b55f4389502f090afcfd7839f.scn new file mode 100644 index 0000000..0a6ed16 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpperCorner.fbx-42465e9b55f4389502f090afcfd7839f.scn differ diff --git a/escape-room/godot/imported/kitchenCabinetUpperCorner.glb-51ab6ab75d6e09449f07a81bfc0abf1b.md5 b/escape-room/godot/imported/kitchenCabinetUpperCorner.glb-51ab6ab75d6e09449f07a81bfc0abf1b.md5 new file mode 100644 index 0000000..e6afc65 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpperCorner.glb-51ab6ab75d6e09449f07a81bfc0abf1b.md5 @@ -0,0 +1,3 @@ +source_md5="e334b12b1b55ad14d27f13323cb50bc0" +dest_md5="19e19afd2720f1a930419ad19e969f37" + diff --git a/escape-room/godot/imported/kitchenCabinetUpperCorner.glb-51ab6ab75d6e09449f07a81bfc0abf1b.scn b/escape-room/godot/imported/kitchenCabinetUpperCorner.glb-51ab6ab75d6e09449f07a81bfc0abf1b.scn new file mode 100644 index 0000000..66417d3 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpperCorner.glb-51ab6ab75d6e09449f07a81bfc0abf1b.scn differ diff --git a/escape-room/godot/imported/kitchenCabinetUpperCorner.obj-e92b9132eb2b0b1cafccc2efd196885d.md5 b/escape-room/godot/imported/kitchenCabinetUpperCorner.obj-e92b9132eb2b0b1cafccc2efd196885d.md5 new file mode 100644 index 0000000..df9c3bf --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpperCorner.obj-e92b9132eb2b0b1cafccc2efd196885d.md5 @@ -0,0 +1,3 @@ +source_md5="75db6365e5c86060d7b0519597e20e98" +dest_md5="6dcb41da5e36480bb18244182714dc6b" + diff --git a/escape-room/godot/imported/kitchenCabinetUpperCorner.obj-e92b9132eb2b0b1cafccc2efd196885d.mesh b/escape-room/godot/imported/kitchenCabinetUpperCorner.obj-e92b9132eb2b0b1cafccc2efd196885d.mesh new file mode 100644 index 0000000..346a6cb Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpperCorner.obj-e92b9132eb2b0b1cafccc2efd196885d.mesh differ diff --git a/escape-room/godot/imported/kitchenCabinetUpperCorner.png-91dd7c3c778c9f1fc3c34fec638c94b1.ctex b/escape-room/godot/imported/kitchenCabinetUpperCorner.png-91dd7c3c778c9f1fc3c34fec638c94b1.ctex new file mode 100644 index 0000000..fbd3907 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpperCorner.png-91dd7c3c778c9f1fc3c34fec638c94b1.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetUpperCorner.png-91dd7c3c778c9f1fc3c34fec638c94b1.md5 b/escape-room/godot/imported/kitchenCabinetUpperCorner.png-91dd7c3c778c9f1fc3c34fec638c94b1.md5 new file mode 100644 index 0000000..df38fa7 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpperCorner.png-91dd7c3c778c9f1fc3c34fec638c94b1.md5 @@ -0,0 +1,3 @@ +source_md5="eec5e720cc9b76a8db7589d1e0a5aa7e" +dest_md5="0cef73073891875f5e3aff2f547366d9" + diff --git a/escape-room/godot/imported/kitchenCabinetUpperCorner_NE.png-b5e4532a605ebc31e1e32acb9429d210.ctex b/escape-room/godot/imported/kitchenCabinetUpperCorner_NE.png-b5e4532a605ebc31e1e32acb9429d210.ctex new file mode 100644 index 0000000..6ebe9e2 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpperCorner_NE.png-b5e4532a605ebc31e1e32acb9429d210.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetUpperCorner_NE.png-b5e4532a605ebc31e1e32acb9429d210.md5 b/escape-room/godot/imported/kitchenCabinetUpperCorner_NE.png-b5e4532a605ebc31e1e32acb9429d210.md5 new file mode 100644 index 0000000..7229cfc --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpperCorner_NE.png-b5e4532a605ebc31e1e32acb9429d210.md5 @@ -0,0 +1,3 @@ +source_md5="055182d79ff836ea94e8a83e81c5b412" +dest_md5="5d303728d5e786949e20c8f93b3d459f" + diff --git a/escape-room/godot/imported/kitchenCabinetUpperCorner_NW.png-81b38615ac9783b5549c91b7354ac355.ctex b/escape-room/godot/imported/kitchenCabinetUpperCorner_NW.png-81b38615ac9783b5549c91b7354ac355.ctex new file mode 100644 index 0000000..e299374 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpperCorner_NW.png-81b38615ac9783b5549c91b7354ac355.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetUpperCorner_NW.png-81b38615ac9783b5549c91b7354ac355.md5 b/escape-room/godot/imported/kitchenCabinetUpperCorner_NW.png-81b38615ac9783b5549c91b7354ac355.md5 new file mode 100644 index 0000000..43fd765 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpperCorner_NW.png-81b38615ac9783b5549c91b7354ac355.md5 @@ -0,0 +1,3 @@ +source_md5="191ba6d0494f085aca3bc99657fc6724" +dest_md5="edab0ed4810ab85d94ab04e954b6c3e9" + diff --git a/escape-room/godot/imported/kitchenCabinetUpperCorner_SE.png-02dab07566685e5156ae834d3ab4d129.ctex b/escape-room/godot/imported/kitchenCabinetUpperCorner_SE.png-02dab07566685e5156ae834d3ab4d129.ctex new file mode 100644 index 0000000..a5b8c65 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpperCorner_SE.png-02dab07566685e5156ae834d3ab4d129.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetUpperCorner_SE.png-02dab07566685e5156ae834d3ab4d129.md5 b/escape-room/godot/imported/kitchenCabinetUpperCorner_SE.png-02dab07566685e5156ae834d3ab4d129.md5 new file mode 100644 index 0000000..c485a47 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpperCorner_SE.png-02dab07566685e5156ae834d3ab4d129.md5 @@ -0,0 +1,3 @@ +source_md5="e6072ad0facbd8171ff9fc92021b45be" +dest_md5="cf94b9dff10683ac350870c5ea6c9635" + diff --git a/escape-room/godot/imported/kitchenCabinetUpperCorner_SW.png-e71a23a9c7e673b7184076a02b496ccd.ctex b/escape-room/godot/imported/kitchenCabinetUpperCorner_SW.png-e71a23a9c7e673b7184076a02b496ccd.ctex new file mode 100644 index 0000000..5f132f5 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpperCorner_SW.png-e71a23a9c7e673b7184076a02b496ccd.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetUpperCorner_SW.png-e71a23a9c7e673b7184076a02b496ccd.md5 b/escape-room/godot/imported/kitchenCabinetUpperCorner_SW.png-e71a23a9c7e673b7184076a02b496ccd.md5 new file mode 100644 index 0000000..cd03c8b --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpperCorner_SW.png-e71a23a9c7e673b7184076a02b496ccd.md5 @@ -0,0 +1,3 @@ +source_md5="9d0df30f23e46b15ea31cf0769a114d2" +dest_md5="f7a184a93dfe2b92a56b634ce97eae50" + diff --git a/escape-room/godot/imported/kitchenCabinetUpperDouble.dae-b69280eed65aca60c288eda2650b7f99.md5 b/escape-room/godot/imported/kitchenCabinetUpperDouble.dae-b69280eed65aca60c288eda2650b7f99.md5 new file mode 100644 index 0000000..582e186 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpperDouble.dae-b69280eed65aca60c288eda2650b7f99.md5 @@ -0,0 +1,3 @@ +source_md5="51f98ca1bba25bdb8f0b2f21e2e3118a" +dest_md5="368bd3332d93849a447e308c40420cf7" + diff --git a/escape-room/godot/imported/kitchenCabinetUpperDouble.dae-b69280eed65aca60c288eda2650b7f99.scn b/escape-room/godot/imported/kitchenCabinetUpperDouble.dae-b69280eed65aca60c288eda2650b7f99.scn new file mode 100644 index 0000000..041d6b7 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpperDouble.dae-b69280eed65aca60c288eda2650b7f99.scn differ diff --git a/escape-room/godot/imported/kitchenCabinetUpperDouble.fbx-eea692a4519d9a240bf2d8af3d3ca607.md5 b/escape-room/godot/imported/kitchenCabinetUpperDouble.fbx-eea692a4519d9a240bf2d8af3d3ca607.md5 new file mode 100644 index 0000000..16789fa --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpperDouble.fbx-eea692a4519d9a240bf2d8af3d3ca607.md5 @@ -0,0 +1,3 @@ +source_md5="1b6aa9b77753cbeffab7b3bff5c75659" +dest_md5="834f5c3f09773630357d38f039b1959c" + diff --git a/escape-room/godot/imported/kitchenCabinetUpperDouble.fbx-eea692a4519d9a240bf2d8af3d3ca607.scn b/escape-room/godot/imported/kitchenCabinetUpperDouble.fbx-eea692a4519d9a240bf2d8af3d3ca607.scn new file mode 100644 index 0000000..a990034 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpperDouble.fbx-eea692a4519d9a240bf2d8af3d3ca607.scn differ diff --git a/escape-room/godot/imported/kitchenCabinetUpperDouble.glb-4157506751a49a8fa38a9b7f9b295f53.md5 b/escape-room/godot/imported/kitchenCabinetUpperDouble.glb-4157506751a49a8fa38a9b7f9b295f53.md5 new file mode 100644 index 0000000..6340fc0 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpperDouble.glb-4157506751a49a8fa38a9b7f9b295f53.md5 @@ -0,0 +1,3 @@ +source_md5="f029cdabd31bd709120d5a25585624fe" +dest_md5="dd391a320209e345ffc81232927e7a34" + diff --git a/escape-room/godot/imported/kitchenCabinetUpperDouble.glb-4157506751a49a8fa38a9b7f9b295f53.scn b/escape-room/godot/imported/kitchenCabinetUpperDouble.glb-4157506751a49a8fa38a9b7f9b295f53.scn new file mode 100644 index 0000000..10119d7 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpperDouble.glb-4157506751a49a8fa38a9b7f9b295f53.scn differ diff --git a/escape-room/godot/imported/kitchenCabinetUpperDouble.obj-eca3853c16cc677f2f78c784e30a9ac5.md5 b/escape-room/godot/imported/kitchenCabinetUpperDouble.obj-eca3853c16cc677f2f78c784e30a9ac5.md5 new file mode 100644 index 0000000..9a65612 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpperDouble.obj-eca3853c16cc677f2f78c784e30a9ac5.md5 @@ -0,0 +1,3 @@ +source_md5="cf2ffca98d8b18f986752df01292d3e3" +dest_md5="48efd2e10237f9ef5588b5e06fb98f2e" + diff --git a/escape-room/godot/imported/kitchenCabinetUpperDouble.obj-eca3853c16cc677f2f78c784e30a9ac5.mesh b/escape-room/godot/imported/kitchenCabinetUpperDouble.obj-eca3853c16cc677f2f78c784e30a9ac5.mesh new file mode 100644 index 0000000..50670a3 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpperDouble.obj-eca3853c16cc677f2f78c784e30a9ac5.mesh differ diff --git a/escape-room/godot/imported/kitchenCabinetUpperDouble.png-18a01f1908844daf32de2570cfe81da6.ctex b/escape-room/godot/imported/kitchenCabinetUpperDouble.png-18a01f1908844daf32de2570cfe81da6.ctex new file mode 100644 index 0000000..7c754dc Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpperDouble.png-18a01f1908844daf32de2570cfe81da6.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetUpperDouble.png-18a01f1908844daf32de2570cfe81da6.md5 b/escape-room/godot/imported/kitchenCabinetUpperDouble.png-18a01f1908844daf32de2570cfe81da6.md5 new file mode 100644 index 0000000..3636dd1 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpperDouble.png-18a01f1908844daf32de2570cfe81da6.md5 @@ -0,0 +1,3 @@ +source_md5="a1e8542cf40c523c981d472bf46cefb1" +dest_md5="ff72954ea92193a0f65452b6b4b06a01" + diff --git a/escape-room/godot/imported/kitchenCabinetUpperDouble_NE.png-20cc609b55866c6c276596318ccfb322.ctex b/escape-room/godot/imported/kitchenCabinetUpperDouble_NE.png-20cc609b55866c6c276596318ccfb322.ctex new file mode 100644 index 0000000..643b908 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpperDouble_NE.png-20cc609b55866c6c276596318ccfb322.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetUpperDouble_NE.png-20cc609b55866c6c276596318ccfb322.md5 b/escape-room/godot/imported/kitchenCabinetUpperDouble_NE.png-20cc609b55866c6c276596318ccfb322.md5 new file mode 100644 index 0000000..697c65c --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpperDouble_NE.png-20cc609b55866c6c276596318ccfb322.md5 @@ -0,0 +1,3 @@ +source_md5="c128a5419d2f059573a7661a3f89284b" +dest_md5="fb600b6e46b17d976ffcfbf17f74c9ff" + diff --git a/escape-room/godot/imported/kitchenCabinetUpperDouble_NW.png-51ea0d0a89b8577b7511e786b694537e.ctex b/escape-room/godot/imported/kitchenCabinetUpperDouble_NW.png-51ea0d0a89b8577b7511e786b694537e.ctex new file mode 100644 index 0000000..e400c92 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpperDouble_NW.png-51ea0d0a89b8577b7511e786b694537e.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetUpperDouble_NW.png-51ea0d0a89b8577b7511e786b694537e.md5 b/escape-room/godot/imported/kitchenCabinetUpperDouble_NW.png-51ea0d0a89b8577b7511e786b694537e.md5 new file mode 100644 index 0000000..5788ce6 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpperDouble_NW.png-51ea0d0a89b8577b7511e786b694537e.md5 @@ -0,0 +1,3 @@ +source_md5="cf12d68b5113595fbf3545127082997b" +dest_md5="c983bbe55f9d40f0f6815658cb5c49c7" + diff --git a/escape-room/godot/imported/kitchenCabinetUpperDouble_SE.png-298ba8977f70fc1d2c766b9b12e75584.ctex b/escape-room/godot/imported/kitchenCabinetUpperDouble_SE.png-298ba8977f70fc1d2c766b9b12e75584.ctex new file mode 100644 index 0000000..9b1445e Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpperDouble_SE.png-298ba8977f70fc1d2c766b9b12e75584.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetUpperDouble_SE.png-298ba8977f70fc1d2c766b9b12e75584.md5 b/escape-room/godot/imported/kitchenCabinetUpperDouble_SE.png-298ba8977f70fc1d2c766b9b12e75584.md5 new file mode 100644 index 0000000..db18bb7 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpperDouble_SE.png-298ba8977f70fc1d2c766b9b12e75584.md5 @@ -0,0 +1,3 @@ +source_md5="5fcc07a85f12271e73ae1d509f78dbed" +dest_md5="7cfac928e40b3a9fc898f540e58614a2" + diff --git a/escape-room/godot/imported/kitchenCabinetUpperDouble_SW.png-48ab0bb9a13421bd3edd1a3f338e2139.ctex b/escape-room/godot/imported/kitchenCabinetUpperDouble_SW.png-48ab0bb9a13421bd3edd1a3f338e2139.ctex new file mode 100644 index 0000000..48ebec0 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpperDouble_SW.png-48ab0bb9a13421bd3edd1a3f338e2139.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetUpperDouble_SW.png-48ab0bb9a13421bd3edd1a3f338e2139.md5 b/escape-room/godot/imported/kitchenCabinetUpperDouble_SW.png-48ab0bb9a13421bd3edd1a3f338e2139.md5 new file mode 100644 index 0000000..4fb5506 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpperDouble_SW.png-48ab0bb9a13421bd3edd1a3f338e2139.md5 @@ -0,0 +1,3 @@ +source_md5="b98f7ac03e5bdb00b43de96f79ae9de9" +dest_md5="68fb5f196d706b1d69fbd9e9be8fd832" + diff --git a/escape-room/godot/imported/kitchenCabinetUpperLow.dae-625b56e306b073b9fd8d23ec05cf4280.md5 b/escape-room/godot/imported/kitchenCabinetUpperLow.dae-625b56e306b073b9fd8d23ec05cf4280.md5 new file mode 100644 index 0000000..fb6733e --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpperLow.dae-625b56e306b073b9fd8d23ec05cf4280.md5 @@ -0,0 +1,3 @@ +source_md5="a53dd82157369a85eeed9fe1d3614795" +dest_md5="e0e0894b9067badecfa20055b0368bcd" + diff --git a/escape-room/godot/imported/kitchenCabinetUpperLow.dae-625b56e306b073b9fd8d23ec05cf4280.scn b/escape-room/godot/imported/kitchenCabinetUpperLow.dae-625b56e306b073b9fd8d23ec05cf4280.scn new file mode 100644 index 0000000..649d3b6 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpperLow.dae-625b56e306b073b9fd8d23ec05cf4280.scn differ diff --git a/escape-room/godot/imported/kitchenCabinetUpperLow.fbx-4f2b1bc41510a33798b5d1350d54fbcd.md5 b/escape-room/godot/imported/kitchenCabinetUpperLow.fbx-4f2b1bc41510a33798b5d1350d54fbcd.md5 new file mode 100644 index 0000000..a0bb56d --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpperLow.fbx-4f2b1bc41510a33798b5d1350d54fbcd.md5 @@ -0,0 +1,3 @@ +source_md5="47d7024d2a24f3fb19b17fc767e9b007" +dest_md5="9aac7aca476c44a6e62c833bec08be40" + diff --git a/escape-room/godot/imported/kitchenCabinetUpperLow.fbx-4f2b1bc41510a33798b5d1350d54fbcd.scn b/escape-room/godot/imported/kitchenCabinetUpperLow.fbx-4f2b1bc41510a33798b5d1350d54fbcd.scn new file mode 100644 index 0000000..c957ca8 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpperLow.fbx-4f2b1bc41510a33798b5d1350d54fbcd.scn differ diff --git a/escape-room/godot/imported/kitchenCabinetUpperLow.glb-25edb9e26e7dd3d6b4be9ce00237659b.md5 b/escape-room/godot/imported/kitchenCabinetUpperLow.glb-25edb9e26e7dd3d6b4be9ce00237659b.md5 new file mode 100644 index 0000000..aa540f4 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpperLow.glb-25edb9e26e7dd3d6b4be9ce00237659b.md5 @@ -0,0 +1,3 @@ +source_md5="c1555e7881112267c19d222abbe2428b" +dest_md5="3c9b7a7151650cdef092e96781c9678c" + diff --git a/escape-room/godot/imported/kitchenCabinetUpperLow.glb-25edb9e26e7dd3d6b4be9ce00237659b.scn b/escape-room/godot/imported/kitchenCabinetUpperLow.glb-25edb9e26e7dd3d6b4be9ce00237659b.scn new file mode 100644 index 0000000..39c14b0 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpperLow.glb-25edb9e26e7dd3d6b4be9ce00237659b.scn differ diff --git a/escape-room/godot/imported/kitchenCabinetUpperLow.obj-fc4bd5f77e11cc66a6fed370541ccf2e.md5 b/escape-room/godot/imported/kitchenCabinetUpperLow.obj-fc4bd5f77e11cc66a6fed370541ccf2e.md5 new file mode 100644 index 0000000..07994e3 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpperLow.obj-fc4bd5f77e11cc66a6fed370541ccf2e.md5 @@ -0,0 +1,3 @@ +source_md5="583523f28f993dc86ae3c20d0f63ebc8" +dest_md5="16c0834a4ba401e0f3a2c439c0c37cb1" + diff --git a/escape-room/godot/imported/kitchenCabinetUpperLow.obj-fc4bd5f77e11cc66a6fed370541ccf2e.mesh b/escape-room/godot/imported/kitchenCabinetUpperLow.obj-fc4bd5f77e11cc66a6fed370541ccf2e.mesh new file mode 100644 index 0000000..be8e18c Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpperLow.obj-fc4bd5f77e11cc66a6fed370541ccf2e.mesh differ diff --git a/escape-room/godot/imported/kitchenCabinetUpperLow.png-06349097234d447db3a28c1b6619b75b.ctex b/escape-room/godot/imported/kitchenCabinetUpperLow.png-06349097234d447db3a28c1b6619b75b.ctex new file mode 100644 index 0000000..79a8555 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpperLow.png-06349097234d447db3a28c1b6619b75b.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetUpperLow.png-06349097234d447db3a28c1b6619b75b.md5 b/escape-room/godot/imported/kitchenCabinetUpperLow.png-06349097234d447db3a28c1b6619b75b.md5 new file mode 100644 index 0000000..ab83126 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpperLow.png-06349097234d447db3a28c1b6619b75b.md5 @@ -0,0 +1,3 @@ +source_md5="6eb7b4bb760712015772b2004407a449" +dest_md5="3d55ea0fe34e7e0a001d977a1f93b476" + diff --git a/escape-room/godot/imported/kitchenCabinetUpperLow_NE.png-9b50054b1dd5c55fc956283b8b2300db.ctex b/escape-room/godot/imported/kitchenCabinetUpperLow_NE.png-9b50054b1dd5c55fc956283b8b2300db.ctex new file mode 100644 index 0000000..671330c Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpperLow_NE.png-9b50054b1dd5c55fc956283b8b2300db.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetUpperLow_NE.png-9b50054b1dd5c55fc956283b8b2300db.md5 b/escape-room/godot/imported/kitchenCabinetUpperLow_NE.png-9b50054b1dd5c55fc956283b8b2300db.md5 new file mode 100644 index 0000000..7b69153 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpperLow_NE.png-9b50054b1dd5c55fc956283b8b2300db.md5 @@ -0,0 +1,3 @@ +source_md5="08e9ffe9c4e418975c76b632902eb4c2" +dest_md5="fccf41283b456877008e16aa86139a3e" + diff --git a/escape-room/godot/imported/kitchenCabinetUpperLow_NW.png-10a284a7d9d05076a6407076bc69b3af.ctex b/escape-room/godot/imported/kitchenCabinetUpperLow_NW.png-10a284a7d9d05076a6407076bc69b3af.ctex new file mode 100644 index 0000000..df1c240 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpperLow_NW.png-10a284a7d9d05076a6407076bc69b3af.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetUpperLow_NW.png-10a284a7d9d05076a6407076bc69b3af.md5 b/escape-room/godot/imported/kitchenCabinetUpperLow_NW.png-10a284a7d9d05076a6407076bc69b3af.md5 new file mode 100644 index 0000000..d98cb1c --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpperLow_NW.png-10a284a7d9d05076a6407076bc69b3af.md5 @@ -0,0 +1,3 @@ +source_md5="3ba04f44261a1df52d74f988e6f16ec9" +dest_md5="3b36b9f4984ae2f1101613d49e44a200" + diff --git a/escape-room/godot/imported/kitchenCabinetUpperLow_SE.png-d05582adc6118ab8f77fd7c7a7c7eaba.ctex b/escape-room/godot/imported/kitchenCabinetUpperLow_SE.png-d05582adc6118ab8f77fd7c7a7c7eaba.ctex new file mode 100644 index 0000000..2f7c0cf Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpperLow_SE.png-d05582adc6118ab8f77fd7c7a7c7eaba.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetUpperLow_SE.png-d05582adc6118ab8f77fd7c7a7c7eaba.md5 b/escape-room/godot/imported/kitchenCabinetUpperLow_SE.png-d05582adc6118ab8f77fd7c7a7c7eaba.md5 new file mode 100644 index 0000000..ce836b8 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpperLow_SE.png-d05582adc6118ab8f77fd7c7a7c7eaba.md5 @@ -0,0 +1,3 @@ +source_md5="c25e22497d10d02168cc941139670915" +dest_md5="26068e35a41472f1d9afed85c17b1490" + diff --git a/escape-room/godot/imported/kitchenCabinetUpperLow_SW.png-fad3737bf15ecd0db7f9f2ac59745b10.ctex b/escape-room/godot/imported/kitchenCabinetUpperLow_SW.png-fad3737bf15ecd0db7f9f2ac59745b10.ctex new file mode 100644 index 0000000..eb85e3e Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpperLow_SW.png-fad3737bf15ecd0db7f9f2ac59745b10.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetUpperLow_SW.png-fad3737bf15ecd0db7f9f2ac59745b10.md5 b/escape-room/godot/imported/kitchenCabinetUpperLow_SW.png-fad3737bf15ecd0db7f9f2ac59745b10.md5 new file mode 100644 index 0000000..28bf6c5 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpperLow_SW.png-fad3737bf15ecd0db7f9f2ac59745b10.md5 @@ -0,0 +1,3 @@ +source_md5="8abf15614006e1bb94b2a254b1c47c54" +dest_md5="a808a07eb33d7ca92b7003f1409dea43" + diff --git a/escape-room/godot/imported/kitchenCabinetUpper_NE.png-ecf575cebb96fea18bf9247a992a9a6d.ctex b/escape-room/godot/imported/kitchenCabinetUpper_NE.png-ecf575cebb96fea18bf9247a992a9a6d.ctex new file mode 100644 index 0000000..643b908 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpper_NE.png-ecf575cebb96fea18bf9247a992a9a6d.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetUpper_NE.png-ecf575cebb96fea18bf9247a992a9a6d.md5 b/escape-room/godot/imported/kitchenCabinetUpper_NE.png-ecf575cebb96fea18bf9247a992a9a6d.md5 new file mode 100644 index 0000000..697c65c --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpper_NE.png-ecf575cebb96fea18bf9247a992a9a6d.md5 @@ -0,0 +1,3 @@ +source_md5="c128a5419d2f059573a7661a3f89284b" +dest_md5="fb600b6e46b17d976ffcfbf17f74c9ff" + diff --git a/escape-room/godot/imported/kitchenCabinetUpper_NW.png-f3af95da02d47838fb06ece95eae0498.ctex b/escape-room/godot/imported/kitchenCabinetUpper_NW.png-f3af95da02d47838fb06ece95eae0498.ctex new file mode 100644 index 0000000..e400c92 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpper_NW.png-f3af95da02d47838fb06ece95eae0498.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetUpper_NW.png-f3af95da02d47838fb06ece95eae0498.md5 b/escape-room/godot/imported/kitchenCabinetUpper_NW.png-f3af95da02d47838fb06ece95eae0498.md5 new file mode 100644 index 0000000..5788ce6 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpper_NW.png-f3af95da02d47838fb06ece95eae0498.md5 @@ -0,0 +1,3 @@ +source_md5="cf12d68b5113595fbf3545127082997b" +dest_md5="c983bbe55f9d40f0f6815658cb5c49c7" + diff --git a/escape-room/godot/imported/kitchenCabinetUpper_SE.png-9827f3bc9a75901afed1228e1ba8e14a.ctex b/escape-room/godot/imported/kitchenCabinetUpper_SE.png-9827f3bc9a75901afed1228e1ba8e14a.ctex new file mode 100644 index 0000000..fcded90 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpper_SE.png-9827f3bc9a75901afed1228e1ba8e14a.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetUpper_SE.png-9827f3bc9a75901afed1228e1ba8e14a.md5 b/escape-room/godot/imported/kitchenCabinetUpper_SE.png-9827f3bc9a75901afed1228e1ba8e14a.md5 new file mode 100644 index 0000000..942df00 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpper_SE.png-9827f3bc9a75901afed1228e1ba8e14a.md5 @@ -0,0 +1,3 @@ +source_md5="4dee82368657c72bd9f7ed08cdd32510" +dest_md5="22cf19e223d1f31109c60cf5f6978df9" + diff --git a/escape-room/godot/imported/kitchenCabinetUpper_SW.png-b83e0ccb8f8cb58329edba90de4e023a.ctex b/escape-room/godot/imported/kitchenCabinetUpper_SW.png-b83e0ccb8f8cb58329edba90de4e023a.ctex new file mode 100644 index 0000000..ff63e51 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinetUpper_SW.png-b83e0ccb8f8cb58329edba90de4e023a.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinetUpper_SW.png-b83e0ccb8f8cb58329edba90de4e023a.md5 b/escape-room/godot/imported/kitchenCabinetUpper_SW.png-b83e0ccb8f8cb58329edba90de4e023a.md5 new file mode 100644 index 0000000..54622f1 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinetUpper_SW.png-b83e0ccb8f8cb58329edba90de4e023a.md5 @@ -0,0 +1,3 @@ +source_md5="ef968c966514ea389e856f3a04b76b36" +dest_md5="37a0b10ef25bee2db376e6e384129d02" + diff --git a/escape-room/godot/imported/kitchenCabinet_NE.png-e7d9ea03560eb55820ba497cfb7b585f.ctex b/escape-room/godot/imported/kitchenCabinet_NE.png-e7d9ea03560eb55820ba497cfb7b585f.ctex new file mode 100644 index 0000000..009154f Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinet_NE.png-e7d9ea03560eb55820ba497cfb7b585f.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinet_NE.png-e7d9ea03560eb55820ba497cfb7b585f.md5 b/escape-room/godot/imported/kitchenCabinet_NE.png-e7d9ea03560eb55820ba497cfb7b585f.md5 new file mode 100644 index 0000000..89841ce --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinet_NE.png-e7d9ea03560eb55820ba497cfb7b585f.md5 @@ -0,0 +1,3 @@ +source_md5="d827fa2f045aec9668e7ed5d81d168d2" +dest_md5="44fc66dc92713ac212421739e6a35df8" + diff --git a/escape-room/godot/imported/kitchenCabinet_NW.png-8e9df875a3b9ef4f34ac5a59fb86f433.ctex b/escape-room/godot/imported/kitchenCabinet_NW.png-8e9df875a3b9ef4f34ac5a59fb86f433.ctex new file mode 100644 index 0000000..cb66083 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinet_NW.png-8e9df875a3b9ef4f34ac5a59fb86f433.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinet_NW.png-8e9df875a3b9ef4f34ac5a59fb86f433.md5 b/escape-room/godot/imported/kitchenCabinet_NW.png-8e9df875a3b9ef4f34ac5a59fb86f433.md5 new file mode 100644 index 0000000..1af774d --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinet_NW.png-8e9df875a3b9ef4f34ac5a59fb86f433.md5 @@ -0,0 +1,3 @@ +source_md5="53a40d8e5785c5fbf020761780c4418d" +dest_md5="742ffe78609fb4eaafb45d9c2be58d50" + diff --git a/escape-room/godot/imported/kitchenCabinet_SE.png-ab8827864421045d2ac6733598787437.ctex b/escape-room/godot/imported/kitchenCabinet_SE.png-ab8827864421045d2ac6733598787437.ctex new file mode 100644 index 0000000..9e6738c Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinet_SE.png-ab8827864421045d2ac6733598787437.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinet_SE.png-ab8827864421045d2ac6733598787437.md5 b/escape-room/godot/imported/kitchenCabinet_SE.png-ab8827864421045d2ac6733598787437.md5 new file mode 100644 index 0000000..f615f32 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinet_SE.png-ab8827864421045d2ac6733598787437.md5 @@ -0,0 +1,3 @@ +source_md5="260ed63a42e493e2a00b40b6b5e59c09" +dest_md5="092444868755b4d25f809808d76b945e" + diff --git a/escape-room/godot/imported/kitchenCabinet_SW.png-8522cd2dae88654f346a19677af3272a.ctex b/escape-room/godot/imported/kitchenCabinet_SW.png-8522cd2dae88654f346a19677af3272a.ctex new file mode 100644 index 0000000..0055156 Binary files /dev/null and b/escape-room/godot/imported/kitchenCabinet_SW.png-8522cd2dae88654f346a19677af3272a.ctex differ diff --git a/escape-room/godot/imported/kitchenCabinet_SW.png-8522cd2dae88654f346a19677af3272a.md5 b/escape-room/godot/imported/kitchenCabinet_SW.png-8522cd2dae88654f346a19677af3272a.md5 new file mode 100644 index 0000000..bae9258 --- /dev/null +++ b/escape-room/godot/imported/kitchenCabinet_SW.png-8522cd2dae88654f346a19677af3272a.md5 @@ -0,0 +1,3 @@ +source_md5="77181b3451fd224d4407f652dc896d3b" +dest_md5="3f4b3287db6e261a0a7f699d0dd2c82e" + diff --git a/escape-room/godot/imported/kitchenCoffeeMachine.dae-5441acf51edd05e844e512f080b15270.md5 b/escape-room/godot/imported/kitchenCoffeeMachine.dae-5441acf51edd05e844e512f080b15270.md5 new file mode 100644 index 0000000..3cc332b --- /dev/null +++ b/escape-room/godot/imported/kitchenCoffeeMachine.dae-5441acf51edd05e844e512f080b15270.md5 @@ -0,0 +1,3 @@ +source_md5="c3ad522b09c7fd439f9e0164bbb4c8d6" +dest_md5="82c5c7bc5518bde4b186fca9c31d7940" + diff --git a/escape-room/godot/imported/kitchenCoffeeMachine.dae-5441acf51edd05e844e512f080b15270.scn b/escape-room/godot/imported/kitchenCoffeeMachine.dae-5441acf51edd05e844e512f080b15270.scn new file mode 100644 index 0000000..8b56057 Binary files /dev/null and b/escape-room/godot/imported/kitchenCoffeeMachine.dae-5441acf51edd05e844e512f080b15270.scn differ diff --git a/escape-room/godot/imported/kitchenCoffeeMachine.fbx-262cdb9d82d23886338980f8c81eae23.md5 b/escape-room/godot/imported/kitchenCoffeeMachine.fbx-262cdb9d82d23886338980f8c81eae23.md5 new file mode 100644 index 0000000..2c462d8 --- /dev/null +++ b/escape-room/godot/imported/kitchenCoffeeMachine.fbx-262cdb9d82d23886338980f8c81eae23.md5 @@ -0,0 +1,3 @@ +source_md5="dcd41754dea4668c8e02a69d99a4bf1d" +dest_md5="650df562db5cef2082b74255bf927a06" + diff --git a/escape-room/godot/imported/kitchenCoffeeMachine.fbx-262cdb9d82d23886338980f8c81eae23.scn b/escape-room/godot/imported/kitchenCoffeeMachine.fbx-262cdb9d82d23886338980f8c81eae23.scn new file mode 100644 index 0000000..6558fee Binary files /dev/null and b/escape-room/godot/imported/kitchenCoffeeMachine.fbx-262cdb9d82d23886338980f8c81eae23.scn differ diff --git a/escape-room/godot/imported/kitchenCoffeeMachine.glb-351c260448e18d95747f69f2cd2d2e9b.md5 b/escape-room/godot/imported/kitchenCoffeeMachine.glb-351c260448e18d95747f69f2cd2d2e9b.md5 new file mode 100644 index 0000000..2e4154e --- /dev/null +++ b/escape-room/godot/imported/kitchenCoffeeMachine.glb-351c260448e18d95747f69f2cd2d2e9b.md5 @@ -0,0 +1,3 @@ +source_md5="8d2a03f83a7aca3fe0dd228adf016269" +dest_md5="8b2a2cb2ab08a90335c2f3a4ad55d105" + diff --git a/escape-room/godot/imported/kitchenCoffeeMachine.glb-351c260448e18d95747f69f2cd2d2e9b.scn b/escape-room/godot/imported/kitchenCoffeeMachine.glb-351c260448e18d95747f69f2cd2d2e9b.scn new file mode 100644 index 0000000..dbd94db Binary files /dev/null and b/escape-room/godot/imported/kitchenCoffeeMachine.glb-351c260448e18d95747f69f2cd2d2e9b.scn differ diff --git a/escape-room/godot/imported/kitchenCoffeeMachine.obj-64a2b88d7e3f1b8aa807f2c6bca6a9c3.md5 b/escape-room/godot/imported/kitchenCoffeeMachine.obj-64a2b88d7e3f1b8aa807f2c6bca6a9c3.md5 new file mode 100644 index 0000000..e58db90 --- /dev/null +++ b/escape-room/godot/imported/kitchenCoffeeMachine.obj-64a2b88d7e3f1b8aa807f2c6bca6a9c3.md5 @@ -0,0 +1,3 @@ +source_md5="6d8b880680375183cd840cf72b76cf4e" +dest_md5="f63f6efb4292456e70a94017616f3034" + diff --git a/escape-room/godot/imported/kitchenCoffeeMachine.obj-64a2b88d7e3f1b8aa807f2c6bca6a9c3.mesh b/escape-room/godot/imported/kitchenCoffeeMachine.obj-64a2b88d7e3f1b8aa807f2c6bca6a9c3.mesh new file mode 100644 index 0000000..bf39055 Binary files /dev/null and b/escape-room/godot/imported/kitchenCoffeeMachine.obj-64a2b88d7e3f1b8aa807f2c6bca6a9c3.mesh differ diff --git a/escape-room/godot/imported/kitchenCoffeeMachine.png-03679d358589030ae2fb966fa8af8ee3.ctex b/escape-room/godot/imported/kitchenCoffeeMachine.png-03679d358589030ae2fb966fa8af8ee3.ctex new file mode 100644 index 0000000..2531829 Binary files /dev/null and b/escape-room/godot/imported/kitchenCoffeeMachine.png-03679d358589030ae2fb966fa8af8ee3.ctex differ diff --git a/escape-room/godot/imported/kitchenCoffeeMachine.png-03679d358589030ae2fb966fa8af8ee3.md5 b/escape-room/godot/imported/kitchenCoffeeMachine.png-03679d358589030ae2fb966fa8af8ee3.md5 new file mode 100644 index 0000000..4a38713 --- /dev/null +++ b/escape-room/godot/imported/kitchenCoffeeMachine.png-03679d358589030ae2fb966fa8af8ee3.md5 @@ -0,0 +1,3 @@ +source_md5="4733366e32269e4e3b5287c9d2f2c48a" +dest_md5="a6b0b5b08244a7694fa0a71bf476074b" + diff --git a/escape-room/godot/imported/kitchenCoffeeMachine_NE.png-a176a3d83f3fd6bccdffdb0a78f21e0e.ctex b/escape-room/godot/imported/kitchenCoffeeMachine_NE.png-a176a3d83f3fd6bccdffdb0a78f21e0e.ctex new file mode 100644 index 0000000..001b304 Binary files /dev/null and b/escape-room/godot/imported/kitchenCoffeeMachine_NE.png-a176a3d83f3fd6bccdffdb0a78f21e0e.ctex differ diff --git a/escape-room/godot/imported/kitchenCoffeeMachine_NE.png-a176a3d83f3fd6bccdffdb0a78f21e0e.md5 b/escape-room/godot/imported/kitchenCoffeeMachine_NE.png-a176a3d83f3fd6bccdffdb0a78f21e0e.md5 new file mode 100644 index 0000000..b734bb2 --- /dev/null +++ b/escape-room/godot/imported/kitchenCoffeeMachine_NE.png-a176a3d83f3fd6bccdffdb0a78f21e0e.md5 @@ -0,0 +1,3 @@ +source_md5="3e1eddfc14019b2e2fe64b0ee39d4f0a" +dest_md5="f5f24b7e029f1293fa296eca2b177c5e" + diff --git a/escape-room/godot/imported/kitchenCoffeeMachine_NW.png-18041bd0ccc5031610b1d54e379becbb.ctex b/escape-room/godot/imported/kitchenCoffeeMachine_NW.png-18041bd0ccc5031610b1d54e379becbb.ctex new file mode 100644 index 0000000..0685869 Binary files /dev/null and b/escape-room/godot/imported/kitchenCoffeeMachine_NW.png-18041bd0ccc5031610b1d54e379becbb.ctex differ diff --git a/escape-room/godot/imported/kitchenCoffeeMachine_NW.png-18041bd0ccc5031610b1d54e379becbb.md5 b/escape-room/godot/imported/kitchenCoffeeMachine_NW.png-18041bd0ccc5031610b1d54e379becbb.md5 new file mode 100644 index 0000000..c329f5c --- /dev/null +++ b/escape-room/godot/imported/kitchenCoffeeMachine_NW.png-18041bd0ccc5031610b1d54e379becbb.md5 @@ -0,0 +1,3 @@ +source_md5="60e1f85cf5798a3934256ebcfb43e58f" +dest_md5="b0d9efed24f8a7166d6128c4d8f85e11" + diff --git a/escape-room/godot/imported/kitchenCoffeeMachine_SE.png-07a5a93332f9077db487c5b5018fe53f.ctex b/escape-room/godot/imported/kitchenCoffeeMachine_SE.png-07a5a93332f9077db487c5b5018fe53f.ctex new file mode 100644 index 0000000..0e45532 Binary files /dev/null and b/escape-room/godot/imported/kitchenCoffeeMachine_SE.png-07a5a93332f9077db487c5b5018fe53f.ctex differ diff --git a/escape-room/godot/imported/kitchenCoffeeMachine_SE.png-07a5a93332f9077db487c5b5018fe53f.md5 b/escape-room/godot/imported/kitchenCoffeeMachine_SE.png-07a5a93332f9077db487c5b5018fe53f.md5 new file mode 100644 index 0000000..d46e532 --- /dev/null +++ b/escape-room/godot/imported/kitchenCoffeeMachine_SE.png-07a5a93332f9077db487c5b5018fe53f.md5 @@ -0,0 +1,3 @@ +source_md5="e5df7d9a2cacc85a2176d21e29bc4217" +dest_md5="641e6cb605b4dfae5439cf11efe1a3b7" + diff --git a/escape-room/godot/imported/kitchenCoffeeMachine_SW.png-9b0e57834b31718fe9b8b8a462443917.ctex b/escape-room/godot/imported/kitchenCoffeeMachine_SW.png-9b0e57834b31718fe9b8b8a462443917.ctex new file mode 100644 index 0000000..d6161c2 Binary files /dev/null and b/escape-room/godot/imported/kitchenCoffeeMachine_SW.png-9b0e57834b31718fe9b8b8a462443917.ctex differ diff --git a/escape-room/godot/imported/kitchenCoffeeMachine_SW.png-9b0e57834b31718fe9b8b8a462443917.md5 b/escape-room/godot/imported/kitchenCoffeeMachine_SW.png-9b0e57834b31718fe9b8b8a462443917.md5 new file mode 100644 index 0000000..0f9bdc9 --- /dev/null +++ b/escape-room/godot/imported/kitchenCoffeeMachine_SW.png-9b0e57834b31718fe9b8b8a462443917.md5 @@ -0,0 +1,3 @@ +source_md5="d779b1a4cbb20adada310c6befa348b1" +dest_md5="2bf5a342187dbfc6be45d234f837029c" + diff --git a/escape-room/godot/imported/kitchenFridge.dae-25ce3cc486a535fdb620d67f81f073fd.md5 b/escape-room/godot/imported/kitchenFridge.dae-25ce3cc486a535fdb620d67f81f073fd.md5 new file mode 100644 index 0000000..ca1482e --- /dev/null +++ b/escape-room/godot/imported/kitchenFridge.dae-25ce3cc486a535fdb620d67f81f073fd.md5 @@ -0,0 +1,3 @@ +source_md5="9588961fab732909a66f96f00cae1e00" +dest_md5="93072c47bfbd709e9026f7a81c0fe563" + diff --git a/escape-room/godot/imported/kitchenFridge.dae-25ce3cc486a535fdb620d67f81f073fd.scn b/escape-room/godot/imported/kitchenFridge.dae-25ce3cc486a535fdb620d67f81f073fd.scn new file mode 100644 index 0000000..f9402db Binary files /dev/null and b/escape-room/godot/imported/kitchenFridge.dae-25ce3cc486a535fdb620d67f81f073fd.scn differ diff --git a/escape-room/godot/imported/kitchenFridge.fbx-e41bafbf79be52a18765dd3a49b549f3.md5 b/escape-room/godot/imported/kitchenFridge.fbx-e41bafbf79be52a18765dd3a49b549f3.md5 new file mode 100644 index 0000000..83806b6 --- /dev/null +++ b/escape-room/godot/imported/kitchenFridge.fbx-e41bafbf79be52a18765dd3a49b549f3.md5 @@ -0,0 +1,3 @@ +source_md5="c4e46dab3e2ed6563beaf9fe375d1e93" +dest_md5="005fa564157950471439963342d8b106" + diff --git a/escape-room/godot/imported/kitchenFridge.fbx-e41bafbf79be52a18765dd3a49b549f3.scn b/escape-room/godot/imported/kitchenFridge.fbx-e41bafbf79be52a18765dd3a49b549f3.scn new file mode 100644 index 0000000..6caea32 Binary files /dev/null and b/escape-room/godot/imported/kitchenFridge.fbx-e41bafbf79be52a18765dd3a49b549f3.scn differ diff --git a/escape-room/godot/imported/kitchenFridge.glb-0efb8636d0639dddfd89779c1efa758a.md5 b/escape-room/godot/imported/kitchenFridge.glb-0efb8636d0639dddfd89779c1efa758a.md5 new file mode 100644 index 0000000..5aa8624 --- /dev/null +++ b/escape-room/godot/imported/kitchenFridge.glb-0efb8636d0639dddfd89779c1efa758a.md5 @@ -0,0 +1,3 @@ +source_md5="a30092bd93d0ed0cb1baa47bbee427fb" +dest_md5="cfcb4c132da5543c11ef6b08c2b4b7d6" + diff --git a/escape-room/godot/imported/kitchenFridge.glb-0efb8636d0639dddfd89779c1efa758a.scn b/escape-room/godot/imported/kitchenFridge.glb-0efb8636d0639dddfd89779c1efa758a.scn new file mode 100644 index 0000000..791812b Binary files /dev/null and b/escape-room/godot/imported/kitchenFridge.glb-0efb8636d0639dddfd89779c1efa758a.scn differ diff --git a/escape-room/godot/imported/kitchenFridge.obj-c53abe6fdaab4139813e265aeb8a0224.md5 b/escape-room/godot/imported/kitchenFridge.obj-c53abe6fdaab4139813e265aeb8a0224.md5 new file mode 100644 index 0000000..067a2bf --- /dev/null +++ b/escape-room/godot/imported/kitchenFridge.obj-c53abe6fdaab4139813e265aeb8a0224.md5 @@ -0,0 +1,3 @@ +source_md5="d7dec95d72088c7a29003073e8a2be05" +dest_md5="a3912e0080f1310ccf2ddbbd1d6a9ea9" + diff --git a/escape-room/godot/imported/kitchenFridge.obj-c53abe6fdaab4139813e265aeb8a0224.mesh b/escape-room/godot/imported/kitchenFridge.obj-c53abe6fdaab4139813e265aeb8a0224.mesh new file mode 100644 index 0000000..f9758a9 Binary files /dev/null and b/escape-room/godot/imported/kitchenFridge.obj-c53abe6fdaab4139813e265aeb8a0224.mesh differ diff --git a/escape-room/godot/imported/kitchenFridge.png-65e0a799ca37b4687e234b9e963c29f2.ctex b/escape-room/godot/imported/kitchenFridge.png-65e0a799ca37b4687e234b9e963c29f2.ctex new file mode 100644 index 0000000..696d65f Binary files /dev/null and b/escape-room/godot/imported/kitchenFridge.png-65e0a799ca37b4687e234b9e963c29f2.ctex differ diff --git a/escape-room/godot/imported/kitchenFridge.png-65e0a799ca37b4687e234b9e963c29f2.md5 b/escape-room/godot/imported/kitchenFridge.png-65e0a799ca37b4687e234b9e963c29f2.md5 new file mode 100644 index 0000000..e87618c --- /dev/null +++ b/escape-room/godot/imported/kitchenFridge.png-65e0a799ca37b4687e234b9e963c29f2.md5 @@ -0,0 +1,3 @@ +source_md5="d0242aa5b08615ae8b75e7d0db0dfbc5" +dest_md5="2db97ba6d1414e6a6e7ce8c59e19b979" + diff --git a/escape-room/godot/imported/kitchenFridgeBuiltIn.dae-dda428bef0b44838bb0ba1937c1ff840.md5 b/escape-room/godot/imported/kitchenFridgeBuiltIn.dae-dda428bef0b44838bb0ba1937c1ff840.md5 new file mode 100644 index 0000000..218c19f --- /dev/null +++ b/escape-room/godot/imported/kitchenFridgeBuiltIn.dae-dda428bef0b44838bb0ba1937c1ff840.md5 @@ -0,0 +1,3 @@ +source_md5="8ce0eba15286a1b4c802632f44757023" +dest_md5="8facc18c770ad8116c91d70595a7d10d" + diff --git a/escape-room/godot/imported/kitchenFridgeBuiltIn.dae-dda428bef0b44838bb0ba1937c1ff840.scn b/escape-room/godot/imported/kitchenFridgeBuiltIn.dae-dda428bef0b44838bb0ba1937c1ff840.scn new file mode 100644 index 0000000..912747f Binary files /dev/null and b/escape-room/godot/imported/kitchenFridgeBuiltIn.dae-dda428bef0b44838bb0ba1937c1ff840.scn differ diff --git a/escape-room/godot/imported/kitchenFridgeBuiltIn.fbx-9cb0e8ddd67860642131baf40841a6e1.md5 b/escape-room/godot/imported/kitchenFridgeBuiltIn.fbx-9cb0e8ddd67860642131baf40841a6e1.md5 new file mode 100644 index 0000000..ff0c18e --- /dev/null +++ b/escape-room/godot/imported/kitchenFridgeBuiltIn.fbx-9cb0e8ddd67860642131baf40841a6e1.md5 @@ -0,0 +1,3 @@ +source_md5="c585ab2efa06123ba0b8751df0e6e1b4" +dest_md5="71e67fed5350d4703dc415a54b7e8ae9" + diff --git a/escape-room/godot/imported/kitchenFridgeBuiltIn.fbx-9cb0e8ddd67860642131baf40841a6e1.scn b/escape-room/godot/imported/kitchenFridgeBuiltIn.fbx-9cb0e8ddd67860642131baf40841a6e1.scn new file mode 100644 index 0000000..f224502 Binary files /dev/null and b/escape-room/godot/imported/kitchenFridgeBuiltIn.fbx-9cb0e8ddd67860642131baf40841a6e1.scn differ diff --git a/escape-room/godot/imported/kitchenFridgeBuiltIn.glb-d91e6ff5a518ee7594a241cc161f26ff.md5 b/escape-room/godot/imported/kitchenFridgeBuiltIn.glb-d91e6ff5a518ee7594a241cc161f26ff.md5 new file mode 100644 index 0000000..cdef7fc --- /dev/null +++ b/escape-room/godot/imported/kitchenFridgeBuiltIn.glb-d91e6ff5a518ee7594a241cc161f26ff.md5 @@ -0,0 +1,3 @@ +source_md5="325baa9d47f608d147d2f38dfe47bc40" +dest_md5="0ffb0ec214b4f9ce8e774af3f3f02200" + diff --git a/escape-room/godot/imported/kitchenFridgeBuiltIn.glb-d91e6ff5a518ee7594a241cc161f26ff.scn b/escape-room/godot/imported/kitchenFridgeBuiltIn.glb-d91e6ff5a518ee7594a241cc161f26ff.scn new file mode 100644 index 0000000..e5ee47e Binary files /dev/null and b/escape-room/godot/imported/kitchenFridgeBuiltIn.glb-d91e6ff5a518ee7594a241cc161f26ff.scn differ diff --git a/escape-room/godot/imported/kitchenFridgeBuiltIn.obj-e76753b7135488265a8a9b7ba6b7ea19.md5 b/escape-room/godot/imported/kitchenFridgeBuiltIn.obj-e76753b7135488265a8a9b7ba6b7ea19.md5 new file mode 100644 index 0000000..1d061ce --- /dev/null +++ b/escape-room/godot/imported/kitchenFridgeBuiltIn.obj-e76753b7135488265a8a9b7ba6b7ea19.md5 @@ -0,0 +1,3 @@ +source_md5="db0fdb4af6da5695491bf91730ad1d75" +dest_md5="ecbb7bdc1afacef39c785940c4df57d3" + diff --git a/escape-room/godot/imported/kitchenFridgeBuiltIn.obj-e76753b7135488265a8a9b7ba6b7ea19.mesh b/escape-room/godot/imported/kitchenFridgeBuiltIn.obj-e76753b7135488265a8a9b7ba6b7ea19.mesh new file mode 100644 index 0000000..e41ff09 Binary files /dev/null and b/escape-room/godot/imported/kitchenFridgeBuiltIn.obj-e76753b7135488265a8a9b7ba6b7ea19.mesh differ diff --git a/escape-room/godot/imported/kitchenFridgeBuiltIn.png-d2b101f70f440846de2861461b7c1462.ctex b/escape-room/godot/imported/kitchenFridgeBuiltIn.png-d2b101f70f440846de2861461b7c1462.ctex new file mode 100644 index 0000000..f1a5f2a Binary files /dev/null and b/escape-room/godot/imported/kitchenFridgeBuiltIn.png-d2b101f70f440846de2861461b7c1462.ctex differ diff --git a/escape-room/godot/imported/kitchenFridgeBuiltIn.png-d2b101f70f440846de2861461b7c1462.md5 b/escape-room/godot/imported/kitchenFridgeBuiltIn.png-d2b101f70f440846de2861461b7c1462.md5 new file mode 100644 index 0000000..fc734d0 --- /dev/null +++ b/escape-room/godot/imported/kitchenFridgeBuiltIn.png-d2b101f70f440846de2861461b7c1462.md5 @@ -0,0 +1,3 @@ +source_md5="c4045d4c810a8b6f95e43f7a94e742ee" +dest_md5="0e3aaa437fd32a6544cd19a91dccb291" + diff --git a/escape-room/godot/imported/kitchenFridgeBuiltIn_NE.png-72737b16198f469e80e8da5925a1214f.ctex b/escape-room/godot/imported/kitchenFridgeBuiltIn_NE.png-72737b16198f469e80e8da5925a1214f.ctex new file mode 100644 index 0000000..53d69be Binary files /dev/null and b/escape-room/godot/imported/kitchenFridgeBuiltIn_NE.png-72737b16198f469e80e8da5925a1214f.ctex differ diff --git a/escape-room/godot/imported/kitchenFridgeBuiltIn_NE.png-72737b16198f469e80e8da5925a1214f.md5 b/escape-room/godot/imported/kitchenFridgeBuiltIn_NE.png-72737b16198f469e80e8da5925a1214f.md5 new file mode 100644 index 0000000..fb269fc --- /dev/null +++ b/escape-room/godot/imported/kitchenFridgeBuiltIn_NE.png-72737b16198f469e80e8da5925a1214f.md5 @@ -0,0 +1,3 @@ +source_md5="bb77c65d0f464f322ef0e13ed0f1206f" +dest_md5="e2a8c0e93bb5aa245e26b8e53de78b9b" + diff --git a/escape-room/godot/imported/kitchenFridgeBuiltIn_NW.png-ff46424b7b9defa9d31a680f5b8c89ba.ctex b/escape-room/godot/imported/kitchenFridgeBuiltIn_NW.png-ff46424b7b9defa9d31a680f5b8c89ba.ctex new file mode 100644 index 0000000..da547d6 Binary files /dev/null and b/escape-room/godot/imported/kitchenFridgeBuiltIn_NW.png-ff46424b7b9defa9d31a680f5b8c89ba.ctex differ diff --git a/escape-room/godot/imported/kitchenFridgeBuiltIn_NW.png-ff46424b7b9defa9d31a680f5b8c89ba.md5 b/escape-room/godot/imported/kitchenFridgeBuiltIn_NW.png-ff46424b7b9defa9d31a680f5b8c89ba.md5 new file mode 100644 index 0000000..c511465 --- /dev/null +++ b/escape-room/godot/imported/kitchenFridgeBuiltIn_NW.png-ff46424b7b9defa9d31a680f5b8c89ba.md5 @@ -0,0 +1,3 @@ +source_md5="27fb1049a716a1173ed127cfcf5a2b83" +dest_md5="020b7c7ff46bbee1926ac3228233b9e8" + diff --git a/escape-room/godot/imported/kitchenFridgeBuiltIn_SE.png-9a5cfe53508b5b88930704c27d907a7c.ctex b/escape-room/godot/imported/kitchenFridgeBuiltIn_SE.png-9a5cfe53508b5b88930704c27d907a7c.ctex new file mode 100644 index 0000000..b28c9e7 Binary files /dev/null and b/escape-room/godot/imported/kitchenFridgeBuiltIn_SE.png-9a5cfe53508b5b88930704c27d907a7c.ctex differ diff --git a/escape-room/godot/imported/kitchenFridgeBuiltIn_SE.png-9a5cfe53508b5b88930704c27d907a7c.md5 b/escape-room/godot/imported/kitchenFridgeBuiltIn_SE.png-9a5cfe53508b5b88930704c27d907a7c.md5 new file mode 100644 index 0000000..ff8f9a9 --- /dev/null +++ b/escape-room/godot/imported/kitchenFridgeBuiltIn_SE.png-9a5cfe53508b5b88930704c27d907a7c.md5 @@ -0,0 +1,3 @@ +source_md5="20e5fbe44e8e1125914abf75a46b663c" +dest_md5="c0e37aefd54106a1dab9b0710ae007dc" + diff --git a/escape-room/godot/imported/kitchenFridgeBuiltIn_SW.png-35cea27fa8dac473b9e614dbc6b5683a.ctex b/escape-room/godot/imported/kitchenFridgeBuiltIn_SW.png-35cea27fa8dac473b9e614dbc6b5683a.ctex new file mode 100644 index 0000000..1c214df Binary files /dev/null and b/escape-room/godot/imported/kitchenFridgeBuiltIn_SW.png-35cea27fa8dac473b9e614dbc6b5683a.ctex differ diff --git a/escape-room/godot/imported/kitchenFridgeBuiltIn_SW.png-35cea27fa8dac473b9e614dbc6b5683a.md5 b/escape-room/godot/imported/kitchenFridgeBuiltIn_SW.png-35cea27fa8dac473b9e614dbc6b5683a.md5 new file mode 100644 index 0000000..f0c8ad2 --- /dev/null +++ b/escape-room/godot/imported/kitchenFridgeBuiltIn_SW.png-35cea27fa8dac473b9e614dbc6b5683a.md5 @@ -0,0 +1,3 @@ +source_md5="e2e233068a21009ec12a58aab698aa59" +dest_md5="058bab7f3ad173c68540dc5616c560c2" + diff --git a/escape-room/godot/imported/kitchenFridgeLarge.dae-b41d42afa9a7d539a12c0c2d46e26645.md5 b/escape-room/godot/imported/kitchenFridgeLarge.dae-b41d42afa9a7d539a12c0c2d46e26645.md5 new file mode 100644 index 0000000..ff1a5d9 --- /dev/null +++ b/escape-room/godot/imported/kitchenFridgeLarge.dae-b41d42afa9a7d539a12c0c2d46e26645.md5 @@ -0,0 +1,3 @@ +source_md5="31a07e7aca21985114461eb7eafc35d2" +dest_md5="ee1bd7f1c4e607afde0307990b468ab4" + diff --git a/escape-room/godot/imported/kitchenFridgeLarge.dae-b41d42afa9a7d539a12c0c2d46e26645.scn b/escape-room/godot/imported/kitchenFridgeLarge.dae-b41d42afa9a7d539a12c0c2d46e26645.scn new file mode 100644 index 0000000..e474136 Binary files /dev/null and b/escape-room/godot/imported/kitchenFridgeLarge.dae-b41d42afa9a7d539a12c0c2d46e26645.scn differ diff --git a/escape-room/godot/imported/kitchenFridgeLarge.fbx-b159e142fba02915b79d8a074196bdbe.md5 b/escape-room/godot/imported/kitchenFridgeLarge.fbx-b159e142fba02915b79d8a074196bdbe.md5 new file mode 100644 index 0000000..c74c21d --- /dev/null +++ b/escape-room/godot/imported/kitchenFridgeLarge.fbx-b159e142fba02915b79d8a074196bdbe.md5 @@ -0,0 +1,3 @@ +source_md5="7735c05b4f83ef4499f2f276597d9abc" +dest_md5="2c378c90401fadd8f4c08d8436e766c1" + diff --git a/escape-room/godot/imported/kitchenFridgeLarge.fbx-b159e142fba02915b79d8a074196bdbe.scn b/escape-room/godot/imported/kitchenFridgeLarge.fbx-b159e142fba02915b79d8a074196bdbe.scn new file mode 100644 index 0000000..ff4cb7c Binary files /dev/null and b/escape-room/godot/imported/kitchenFridgeLarge.fbx-b159e142fba02915b79d8a074196bdbe.scn differ diff --git a/escape-room/godot/imported/kitchenFridgeLarge.glb-43304493d788511b01e7aeff28763822.md5 b/escape-room/godot/imported/kitchenFridgeLarge.glb-43304493d788511b01e7aeff28763822.md5 new file mode 100644 index 0000000..1da87de --- /dev/null +++ b/escape-room/godot/imported/kitchenFridgeLarge.glb-43304493d788511b01e7aeff28763822.md5 @@ -0,0 +1,3 @@ +source_md5="4f11cafad94a8122f2e53ca13ad528b3" +dest_md5="f7a30f3e9d770f36c1c59375150adddb" + diff --git a/escape-room/godot/imported/kitchenFridgeLarge.glb-43304493d788511b01e7aeff28763822.scn b/escape-room/godot/imported/kitchenFridgeLarge.glb-43304493d788511b01e7aeff28763822.scn new file mode 100644 index 0000000..a2ef618 Binary files /dev/null and b/escape-room/godot/imported/kitchenFridgeLarge.glb-43304493d788511b01e7aeff28763822.scn differ diff --git a/escape-room/godot/imported/kitchenFridgeLarge.obj-6f59256c2e1ac5ee52afbe9f6c7cfb73.md5 b/escape-room/godot/imported/kitchenFridgeLarge.obj-6f59256c2e1ac5ee52afbe9f6c7cfb73.md5 new file mode 100644 index 0000000..f3c048c --- /dev/null +++ b/escape-room/godot/imported/kitchenFridgeLarge.obj-6f59256c2e1ac5ee52afbe9f6c7cfb73.md5 @@ -0,0 +1,3 @@ +source_md5="f357e512b4acdaa08b9da7255f449e09" +dest_md5="49194593c2a22c85b77e473c88f4d5ac" + diff --git a/escape-room/godot/imported/kitchenFridgeLarge.obj-6f59256c2e1ac5ee52afbe9f6c7cfb73.mesh b/escape-room/godot/imported/kitchenFridgeLarge.obj-6f59256c2e1ac5ee52afbe9f6c7cfb73.mesh new file mode 100644 index 0000000..1d29b0c Binary files /dev/null and b/escape-room/godot/imported/kitchenFridgeLarge.obj-6f59256c2e1ac5ee52afbe9f6c7cfb73.mesh differ diff --git a/escape-room/godot/imported/kitchenFridgeLarge.png-80601aeb95d748734f29f009076bf1ba.ctex b/escape-room/godot/imported/kitchenFridgeLarge.png-80601aeb95d748734f29f009076bf1ba.ctex new file mode 100644 index 0000000..56dab7e Binary files /dev/null and b/escape-room/godot/imported/kitchenFridgeLarge.png-80601aeb95d748734f29f009076bf1ba.ctex differ diff --git a/escape-room/godot/imported/kitchenFridgeLarge.png-80601aeb95d748734f29f009076bf1ba.md5 b/escape-room/godot/imported/kitchenFridgeLarge.png-80601aeb95d748734f29f009076bf1ba.md5 new file mode 100644 index 0000000..c0d3d51 --- /dev/null +++ b/escape-room/godot/imported/kitchenFridgeLarge.png-80601aeb95d748734f29f009076bf1ba.md5 @@ -0,0 +1,3 @@ +source_md5="68b3fff1d0fe61ccb4652dfc1b40903c" +dest_md5="0989279499ce0767ec2afadf412a5478" + diff --git a/escape-room/godot/imported/kitchenFridgeLarge_NE.png-2ffcdfe1da9e39af0a8c3040534c16f0.ctex b/escape-room/godot/imported/kitchenFridgeLarge_NE.png-2ffcdfe1da9e39af0a8c3040534c16f0.ctex new file mode 100644 index 0000000..e691da2 Binary files /dev/null and b/escape-room/godot/imported/kitchenFridgeLarge_NE.png-2ffcdfe1da9e39af0a8c3040534c16f0.ctex differ diff --git a/escape-room/godot/imported/kitchenFridgeLarge_NE.png-2ffcdfe1da9e39af0a8c3040534c16f0.md5 b/escape-room/godot/imported/kitchenFridgeLarge_NE.png-2ffcdfe1da9e39af0a8c3040534c16f0.md5 new file mode 100644 index 0000000..35845a2 --- /dev/null +++ b/escape-room/godot/imported/kitchenFridgeLarge_NE.png-2ffcdfe1da9e39af0a8c3040534c16f0.md5 @@ -0,0 +1,3 @@ +source_md5="c54f4056f05b83b94116b3c67b1577ea" +dest_md5="c97f8681e5373922289a9c29d8ba2fc1" + diff --git a/escape-room/godot/imported/kitchenFridgeLarge_NW.png-6a54591849821979987f8f43da0573d6.ctex b/escape-room/godot/imported/kitchenFridgeLarge_NW.png-6a54591849821979987f8f43da0573d6.ctex new file mode 100644 index 0000000..15acc21 Binary files /dev/null and b/escape-room/godot/imported/kitchenFridgeLarge_NW.png-6a54591849821979987f8f43da0573d6.ctex differ diff --git a/escape-room/godot/imported/kitchenFridgeLarge_NW.png-6a54591849821979987f8f43da0573d6.md5 b/escape-room/godot/imported/kitchenFridgeLarge_NW.png-6a54591849821979987f8f43da0573d6.md5 new file mode 100644 index 0000000..248f9d2 --- /dev/null +++ b/escape-room/godot/imported/kitchenFridgeLarge_NW.png-6a54591849821979987f8f43da0573d6.md5 @@ -0,0 +1,3 @@ +source_md5="b0ea681aaea2046e5da45b1e130c52fa" +dest_md5="b63b07531d16ca7772b9b422d8e6f122" + diff --git a/escape-room/godot/imported/kitchenFridgeLarge_SE.png-03bfd749fbb50f1514e8d0576ce7924e.ctex b/escape-room/godot/imported/kitchenFridgeLarge_SE.png-03bfd749fbb50f1514e8d0576ce7924e.ctex new file mode 100644 index 0000000..780a893 Binary files /dev/null and b/escape-room/godot/imported/kitchenFridgeLarge_SE.png-03bfd749fbb50f1514e8d0576ce7924e.ctex differ diff --git a/escape-room/godot/imported/kitchenFridgeLarge_SE.png-03bfd749fbb50f1514e8d0576ce7924e.md5 b/escape-room/godot/imported/kitchenFridgeLarge_SE.png-03bfd749fbb50f1514e8d0576ce7924e.md5 new file mode 100644 index 0000000..172be21 --- /dev/null +++ b/escape-room/godot/imported/kitchenFridgeLarge_SE.png-03bfd749fbb50f1514e8d0576ce7924e.md5 @@ -0,0 +1,3 @@ +source_md5="06ba64702bcc376ce545d4a574fb5852" +dest_md5="b4941727c1ee482e3f920371bc399bee" + diff --git a/escape-room/godot/imported/kitchenFridgeLarge_SW.png-f6dec4fdfc1f1c9c6fea4da3e08f855a.ctex b/escape-room/godot/imported/kitchenFridgeLarge_SW.png-f6dec4fdfc1f1c9c6fea4da3e08f855a.ctex new file mode 100644 index 0000000..0fbb918 Binary files /dev/null and b/escape-room/godot/imported/kitchenFridgeLarge_SW.png-f6dec4fdfc1f1c9c6fea4da3e08f855a.ctex differ diff --git a/escape-room/godot/imported/kitchenFridgeLarge_SW.png-f6dec4fdfc1f1c9c6fea4da3e08f855a.md5 b/escape-room/godot/imported/kitchenFridgeLarge_SW.png-f6dec4fdfc1f1c9c6fea4da3e08f855a.md5 new file mode 100644 index 0000000..25b9710 --- /dev/null +++ b/escape-room/godot/imported/kitchenFridgeLarge_SW.png-f6dec4fdfc1f1c9c6fea4da3e08f855a.md5 @@ -0,0 +1,3 @@ +source_md5="7513c03d383c839309021fee35204e2b" +dest_md5="b1a9800c8025a9c13d0fe77456d2a349" + diff --git a/escape-room/godot/imported/kitchenFridgeSmall.dae-e735c3c031f22a887170c9383a3a581d.md5 b/escape-room/godot/imported/kitchenFridgeSmall.dae-e735c3c031f22a887170c9383a3a581d.md5 new file mode 100644 index 0000000..901f687 --- /dev/null +++ b/escape-room/godot/imported/kitchenFridgeSmall.dae-e735c3c031f22a887170c9383a3a581d.md5 @@ -0,0 +1,3 @@ +source_md5="3a1c617118354f13c089c639efc8d027" +dest_md5="815f3c2bd8c0a42d1c61fd5036ad0b97" + diff --git a/escape-room/godot/imported/kitchenFridgeSmall.dae-e735c3c031f22a887170c9383a3a581d.scn b/escape-room/godot/imported/kitchenFridgeSmall.dae-e735c3c031f22a887170c9383a3a581d.scn new file mode 100644 index 0000000..3f37304 Binary files /dev/null and b/escape-room/godot/imported/kitchenFridgeSmall.dae-e735c3c031f22a887170c9383a3a581d.scn differ diff --git a/escape-room/godot/imported/kitchenFridgeSmall.fbx-73dc58e205663c43a933fd85bbd75ff5.md5 b/escape-room/godot/imported/kitchenFridgeSmall.fbx-73dc58e205663c43a933fd85bbd75ff5.md5 new file mode 100644 index 0000000..6eddaaf --- /dev/null +++ b/escape-room/godot/imported/kitchenFridgeSmall.fbx-73dc58e205663c43a933fd85bbd75ff5.md5 @@ -0,0 +1,3 @@ +source_md5="bfe567ebfcf37aa7d4cb533cf57aa3d8" +dest_md5="8c50c1f0798d02eebb70f07c3e3300be" + diff --git a/escape-room/godot/imported/kitchenFridgeSmall.fbx-73dc58e205663c43a933fd85bbd75ff5.scn b/escape-room/godot/imported/kitchenFridgeSmall.fbx-73dc58e205663c43a933fd85bbd75ff5.scn new file mode 100644 index 0000000..4aad30c Binary files /dev/null and b/escape-room/godot/imported/kitchenFridgeSmall.fbx-73dc58e205663c43a933fd85bbd75ff5.scn differ diff --git a/escape-room/godot/imported/kitchenFridgeSmall.glb-20363f95b7bca8860a8119cbd9611d3c.md5 b/escape-room/godot/imported/kitchenFridgeSmall.glb-20363f95b7bca8860a8119cbd9611d3c.md5 new file mode 100644 index 0000000..130e03e --- /dev/null +++ b/escape-room/godot/imported/kitchenFridgeSmall.glb-20363f95b7bca8860a8119cbd9611d3c.md5 @@ -0,0 +1,3 @@ +source_md5="f8ef1f0ea04f90605f1a273547f9ede5" +dest_md5="f4fc35d0b25364e266cb10dac3ee3bf3" + diff --git a/escape-room/godot/imported/kitchenFridgeSmall.glb-20363f95b7bca8860a8119cbd9611d3c.scn b/escape-room/godot/imported/kitchenFridgeSmall.glb-20363f95b7bca8860a8119cbd9611d3c.scn new file mode 100644 index 0000000..21864e4 Binary files /dev/null and b/escape-room/godot/imported/kitchenFridgeSmall.glb-20363f95b7bca8860a8119cbd9611d3c.scn differ diff --git a/escape-room/godot/imported/kitchenFridgeSmall.obj-a5c45b1d8b12292f3060330683b2f120.md5 b/escape-room/godot/imported/kitchenFridgeSmall.obj-a5c45b1d8b12292f3060330683b2f120.md5 new file mode 100644 index 0000000..779498a --- /dev/null +++ b/escape-room/godot/imported/kitchenFridgeSmall.obj-a5c45b1d8b12292f3060330683b2f120.md5 @@ -0,0 +1,3 @@ +source_md5="21ba163e3a36ee5d2ce8d969e13c4104" +dest_md5="16cf1d40b1c0353ef4f833df998625de" + diff --git a/escape-room/godot/imported/kitchenFridgeSmall.obj-a5c45b1d8b12292f3060330683b2f120.mesh b/escape-room/godot/imported/kitchenFridgeSmall.obj-a5c45b1d8b12292f3060330683b2f120.mesh new file mode 100644 index 0000000..3307a39 Binary files /dev/null and b/escape-room/godot/imported/kitchenFridgeSmall.obj-a5c45b1d8b12292f3060330683b2f120.mesh differ diff --git a/escape-room/godot/imported/kitchenFridgeSmall.png-9c4a7eefbf0b208590e65aff37fd06d5.ctex b/escape-room/godot/imported/kitchenFridgeSmall.png-9c4a7eefbf0b208590e65aff37fd06d5.ctex new file mode 100644 index 0000000..c8279f4 Binary files /dev/null and b/escape-room/godot/imported/kitchenFridgeSmall.png-9c4a7eefbf0b208590e65aff37fd06d5.ctex differ diff --git a/escape-room/godot/imported/kitchenFridgeSmall.png-9c4a7eefbf0b208590e65aff37fd06d5.md5 b/escape-room/godot/imported/kitchenFridgeSmall.png-9c4a7eefbf0b208590e65aff37fd06d5.md5 new file mode 100644 index 0000000..375538e --- /dev/null +++ b/escape-room/godot/imported/kitchenFridgeSmall.png-9c4a7eefbf0b208590e65aff37fd06d5.md5 @@ -0,0 +1,3 @@ +source_md5="e8ae62fc997f059f7538fa462af5a737" +dest_md5="cccf5b20f988c9998304ba7a29f3056c" + diff --git a/escape-room/godot/imported/kitchenFridgeSmall_NE.png-35082b6140c7f21995aa14e1cbe54908.ctex b/escape-room/godot/imported/kitchenFridgeSmall_NE.png-35082b6140c7f21995aa14e1cbe54908.ctex new file mode 100644 index 0000000..cf16ea2 Binary files /dev/null and b/escape-room/godot/imported/kitchenFridgeSmall_NE.png-35082b6140c7f21995aa14e1cbe54908.ctex differ diff --git a/escape-room/godot/imported/kitchenFridgeSmall_NE.png-35082b6140c7f21995aa14e1cbe54908.md5 b/escape-room/godot/imported/kitchenFridgeSmall_NE.png-35082b6140c7f21995aa14e1cbe54908.md5 new file mode 100644 index 0000000..2137eed --- /dev/null +++ b/escape-room/godot/imported/kitchenFridgeSmall_NE.png-35082b6140c7f21995aa14e1cbe54908.md5 @@ -0,0 +1,3 @@ +source_md5="6b0c7bc8dc9b956eeae5cd8790e3ebc2" +dest_md5="ef4df581b2f10c69615570ac38c148f2" + diff --git a/escape-room/godot/imported/kitchenFridgeSmall_NW.png-48452b15cb25b1480db0dd9ae83f22a8.ctex b/escape-room/godot/imported/kitchenFridgeSmall_NW.png-48452b15cb25b1480db0dd9ae83f22a8.ctex new file mode 100644 index 0000000..1ad1774 Binary files /dev/null and b/escape-room/godot/imported/kitchenFridgeSmall_NW.png-48452b15cb25b1480db0dd9ae83f22a8.ctex differ diff --git a/escape-room/godot/imported/kitchenFridgeSmall_NW.png-48452b15cb25b1480db0dd9ae83f22a8.md5 b/escape-room/godot/imported/kitchenFridgeSmall_NW.png-48452b15cb25b1480db0dd9ae83f22a8.md5 new file mode 100644 index 0000000..a41fdb9 --- /dev/null +++ b/escape-room/godot/imported/kitchenFridgeSmall_NW.png-48452b15cb25b1480db0dd9ae83f22a8.md5 @@ -0,0 +1,3 @@ +source_md5="121fa2dabc882ede625a8262597c01c3" +dest_md5="90184b784ce9bb559ec3478cbe79300e" + diff --git a/escape-room/godot/imported/kitchenFridgeSmall_SE.png-4a565a6959fc54dfb4d166b0a658ba34.ctex b/escape-room/godot/imported/kitchenFridgeSmall_SE.png-4a565a6959fc54dfb4d166b0a658ba34.ctex new file mode 100644 index 0000000..0ecd55b Binary files /dev/null and b/escape-room/godot/imported/kitchenFridgeSmall_SE.png-4a565a6959fc54dfb4d166b0a658ba34.ctex differ diff --git a/escape-room/godot/imported/kitchenFridgeSmall_SE.png-4a565a6959fc54dfb4d166b0a658ba34.md5 b/escape-room/godot/imported/kitchenFridgeSmall_SE.png-4a565a6959fc54dfb4d166b0a658ba34.md5 new file mode 100644 index 0000000..f89f7d2 --- /dev/null +++ b/escape-room/godot/imported/kitchenFridgeSmall_SE.png-4a565a6959fc54dfb4d166b0a658ba34.md5 @@ -0,0 +1,3 @@ +source_md5="8956726b0b77a06378696c96b8eecbf5" +dest_md5="cc9943567386631dfc05a4173de462ab" + diff --git a/escape-room/godot/imported/kitchenFridgeSmall_SW.png-5a8a2e519215b26c33b884cc536fef29.ctex b/escape-room/godot/imported/kitchenFridgeSmall_SW.png-5a8a2e519215b26c33b884cc536fef29.ctex new file mode 100644 index 0000000..6f59e94 Binary files /dev/null and b/escape-room/godot/imported/kitchenFridgeSmall_SW.png-5a8a2e519215b26c33b884cc536fef29.ctex differ diff --git a/escape-room/godot/imported/kitchenFridgeSmall_SW.png-5a8a2e519215b26c33b884cc536fef29.md5 b/escape-room/godot/imported/kitchenFridgeSmall_SW.png-5a8a2e519215b26c33b884cc536fef29.md5 new file mode 100644 index 0000000..8da70ce --- /dev/null +++ b/escape-room/godot/imported/kitchenFridgeSmall_SW.png-5a8a2e519215b26c33b884cc536fef29.md5 @@ -0,0 +1,3 @@ +source_md5="b391a2ba52684e43a71e93e00e4daabb" +dest_md5="86bf49758b2247b974340e467b4c76f2" + diff --git a/escape-room/godot/imported/kitchenFridge_NE.png-4dc70e215ecc41af1444fa06c15f078b.ctex b/escape-room/godot/imported/kitchenFridge_NE.png-4dc70e215ecc41af1444fa06c15f078b.ctex new file mode 100644 index 0000000..bc5e985 Binary files /dev/null and b/escape-room/godot/imported/kitchenFridge_NE.png-4dc70e215ecc41af1444fa06c15f078b.ctex differ diff --git a/escape-room/godot/imported/kitchenFridge_NE.png-4dc70e215ecc41af1444fa06c15f078b.md5 b/escape-room/godot/imported/kitchenFridge_NE.png-4dc70e215ecc41af1444fa06c15f078b.md5 new file mode 100644 index 0000000..3682ef8 --- /dev/null +++ b/escape-room/godot/imported/kitchenFridge_NE.png-4dc70e215ecc41af1444fa06c15f078b.md5 @@ -0,0 +1,3 @@ +source_md5="c74cadfee9020c1aef41180b8d5f95f6" +dest_md5="36f696af4e168747132d458f30993fa1" + diff --git a/escape-room/godot/imported/kitchenFridge_NW.png-dfb13f35feaa362fca900eaad4c8b13b.ctex b/escape-room/godot/imported/kitchenFridge_NW.png-dfb13f35feaa362fca900eaad4c8b13b.ctex new file mode 100644 index 0000000..dc98ff3 Binary files /dev/null and b/escape-room/godot/imported/kitchenFridge_NW.png-dfb13f35feaa362fca900eaad4c8b13b.ctex differ diff --git a/escape-room/godot/imported/kitchenFridge_NW.png-dfb13f35feaa362fca900eaad4c8b13b.md5 b/escape-room/godot/imported/kitchenFridge_NW.png-dfb13f35feaa362fca900eaad4c8b13b.md5 new file mode 100644 index 0000000..85b1f05 --- /dev/null +++ b/escape-room/godot/imported/kitchenFridge_NW.png-dfb13f35feaa362fca900eaad4c8b13b.md5 @@ -0,0 +1,3 @@ +source_md5="de1b6f3cdff71bf31ec71a111fe48739" +dest_md5="cc4fe8c796184b80ddb43eeebf6af214" + diff --git a/escape-room/godot/imported/kitchenFridge_SE.png-4eba772e1d4f2050f94bd2cc2372bb56.ctex b/escape-room/godot/imported/kitchenFridge_SE.png-4eba772e1d4f2050f94bd2cc2372bb56.ctex new file mode 100644 index 0000000..1400515 Binary files /dev/null and b/escape-room/godot/imported/kitchenFridge_SE.png-4eba772e1d4f2050f94bd2cc2372bb56.ctex differ diff --git a/escape-room/godot/imported/kitchenFridge_SE.png-4eba772e1d4f2050f94bd2cc2372bb56.md5 b/escape-room/godot/imported/kitchenFridge_SE.png-4eba772e1d4f2050f94bd2cc2372bb56.md5 new file mode 100644 index 0000000..8b577d1 --- /dev/null +++ b/escape-room/godot/imported/kitchenFridge_SE.png-4eba772e1d4f2050f94bd2cc2372bb56.md5 @@ -0,0 +1,3 @@ +source_md5="0733e1426954120ea86c76ddc0d5f6a4" +dest_md5="c38d29122a32e4d9a1ba62ba88273796" + diff --git a/escape-room/godot/imported/kitchenFridge_SW.png-b0da4f3a10da3e96769ddc1bcbe97be4.ctex b/escape-room/godot/imported/kitchenFridge_SW.png-b0da4f3a10da3e96769ddc1bcbe97be4.ctex new file mode 100644 index 0000000..87ad49e Binary files /dev/null and b/escape-room/godot/imported/kitchenFridge_SW.png-b0da4f3a10da3e96769ddc1bcbe97be4.ctex differ diff --git a/escape-room/godot/imported/kitchenFridge_SW.png-b0da4f3a10da3e96769ddc1bcbe97be4.md5 b/escape-room/godot/imported/kitchenFridge_SW.png-b0da4f3a10da3e96769ddc1bcbe97be4.md5 new file mode 100644 index 0000000..c0b7a3b --- /dev/null +++ b/escape-room/godot/imported/kitchenFridge_SW.png-b0da4f3a10da3e96769ddc1bcbe97be4.md5 @@ -0,0 +1,3 @@ +source_md5="e1a73d9b67cf7be6ea703dc37cf4266a" +dest_md5="17c227c101fdfec18d76dc01e29f63fb" + diff --git a/escape-room/godot/imported/kitchenMicrowave.dae-0dd9eddc1963053695ec99dcd49a75c3.md5 b/escape-room/godot/imported/kitchenMicrowave.dae-0dd9eddc1963053695ec99dcd49a75c3.md5 new file mode 100644 index 0000000..3dbe2b3 --- /dev/null +++ b/escape-room/godot/imported/kitchenMicrowave.dae-0dd9eddc1963053695ec99dcd49a75c3.md5 @@ -0,0 +1,3 @@ +source_md5="c1f9a1126e11922c6280e379af45d917" +dest_md5="6ba0f4e8f06dd4669cfb23b1b7385505" + diff --git a/escape-room/godot/imported/kitchenMicrowave.dae-0dd9eddc1963053695ec99dcd49a75c3.scn b/escape-room/godot/imported/kitchenMicrowave.dae-0dd9eddc1963053695ec99dcd49a75c3.scn new file mode 100644 index 0000000..2481537 Binary files /dev/null and b/escape-room/godot/imported/kitchenMicrowave.dae-0dd9eddc1963053695ec99dcd49a75c3.scn differ diff --git a/escape-room/godot/imported/kitchenMicrowave.fbx-988086cf02b3608c3ec39b470e0b7e9b.md5 b/escape-room/godot/imported/kitchenMicrowave.fbx-988086cf02b3608c3ec39b470e0b7e9b.md5 new file mode 100644 index 0000000..81455a7 --- /dev/null +++ b/escape-room/godot/imported/kitchenMicrowave.fbx-988086cf02b3608c3ec39b470e0b7e9b.md5 @@ -0,0 +1,3 @@ +source_md5="d0cd3aa370b1f6d19e369205d9b186f4" +dest_md5="a8e281da6fd3c78086b8166ecd1252dd" + diff --git a/escape-room/godot/imported/kitchenMicrowave.fbx-988086cf02b3608c3ec39b470e0b7e9b.scn b/escape-room/godot/imported/kitchenMicrowave.fbx-988086cf02b3608c3ec39b470e0b7e9b.scn new file mode 100644 index 0000000..e385ef5 Binary files /dev/null and b/escape-room/godot/imported/kitchenMicrowave.fbx-988086cf02b3608c3ec39b470e0b7e9b.scn differ diff --git a/escape-room/godot/imported/kitchenMicrowave.glb-db16eb2247b755db877f3e35a499de1e.md5 b/escape-room/godot/imported/kitchenMicrowave.glb-db16eb2247b755db877f3e35a499de1e.md5 new file mode 100644 index 0000000..a30ab25 --- /dev/null +++ b/escape-room/godot/imported/kitchenMicrowave.glb-db16eb2247b755db877f3e35a499de1e.md5 @@ -0,0 +1,3 @@ +source_md5="824a0b1bfad3a15e697f570a1b30a3c8" +dest_md5="f48c2ff1aba70b186a627b909a376f81" + diff --git a/escape-room/godot/imported/kitchenMicrowave.glb-db16eb2247b755db877f3e35a499de1e.scn b/escape-room/godot/imported/kitchenMicrowave.glb-db16eb2247b755db877f3e35a499de1e.scn new file mode 100644 index 0000000..a59df79 Binary files /dev/null and b/escape-room/godot/imported/kitchenMicrowave.glb-db16eb2247b755db877f3e35a499de1e.scn differ diff --git a/escape-room/godot/imported/kitchenMicrowave.obj-7556c16072461c354de60843506f7fa3.md5 b/escape-room/godot/imported/kitchenMicrowave.obj-7556c16072461c354de60843506f7fa3.md5 new file mode 100644 index 0000000..61f19ef --- /dev/null +++ b/escape-room/godot/imported/kitchenMicrowave.obj-7556c16072461c354de60843506f7fa3.md5 @@ -0,0 +1,3 @@ +source_md5="1006b48909d4ba3ddfaefb97afcdfbb8" +dest_md5="5ec6342c8b33a58435f8401450eb09cd" + diff --git a/escape-room/godot/imported/kitchenMicrowave.obj-7556c16072461c354de60843506f7fa3.mesh b/escape-room/godot/imported/kitchenMicrowave.obj-7556c16072461c354de60843506f7fa3.mesh new file mode 100644 index 0000000..4b03a06 Binary files /dev/null and b/escape-room/godot/imported/kitchenMicrowave.obj-7556c16072461c354de60843506f7fa3.mesh differ diff --git a/escape-room/godot/imported/kitchenMicrowave.png-96004204b45fea2d2aa6d5a7f602c17d.ctex b/escape-room/godot/imported/kitchenMicrowave.png-96004204b45fea2d2aa6d5a7f602c17d.ctex new file mode 100644 index 0000000..f4b7fac Binary files /dev/null and b/escape-room/godot/imported/kitchenMicrowave.png-96004204b45fea2d2aa6d5a7f602c17d.ctex differ diff --git a/escape-room/godot/imported/kitchenMicrowave.png-96004204b45fea2d2aa6d5a7f602c17d.md5 b/escape-room/godot/imported/kitchenMicrowave.png-96004204b45fea2d2aa6d5a7f602c17d.md5 new file mode 100644 index 0000000..8b9cfd2 --- /dev/null +++ b/escape-room/godot/imported/kitchenMicrowave.png-96004204b45fea2d2aa6d5a7f602c17d.md5 @@ -0,0 +1,3 @@ +source_md5="d0e73cf5cb67116b119208e58c23ef8e" +dest_md5="3296124940a0915356dd2a38d8347275" + diff --git a/escape-room/godot/imported/kitchenMicrowave_NE.png-2dee58b62dadefff8036d40675d17da6.ctex b/escape-room/godot/imported/kitchenMicrowave_NE.png-2dee58b62dadefff8036d40675d17da6.ctex new file mode 100644 index 0000000..ce44991 Binary files /dev/null and b/escape-room/godot/imported/kitchenMicrowave_NE.png-2dee58b62dadefff8036d40675d17da6.ctex differ diff --git a/escape-room/godot/imported/kitchenMicrowave_NE.png-2dee58b62dadefff8036d40675d17da6.md5 b/escape-room/godot/imported/kitchenMicrowave_NE.png-2dee58b62dadefff8036d40675d17da6.md5 new file mode 100644 index 0000000..a154427 --- /dev/null +++ b/escape-room/godot/imported/kitchenMicrowave_NE.png-2dee58b62dadefff8036d40675d17da6.md5 @@ -0,0 +1,3 @@ +source_md5="e688c845a0582e63cda90efba120faae" +dest_md5="519e5b00a5929652384b6ed6b0b11557" + diff --git a/escape-room/godot/imported/kitchenMicrowave_NW.png-335e08a6d062fa15bfa7cad5461a3490.ctex b/escape-room/godot/imported/kitchenMicrowave_NW.png-335e08a6d062fa15bfa7cad5461a3490.ctex new file mode 100644 index 0000000..8f9de59 Binary files /dev/null and b/escape-room/godot/imported/kitchenMicrowave_NW.png-335e08a6d062fa15bfa7cad5461a3490.ctex differ diff --git a/escape-room/godot/imported/kitchenMicrowave_NW.png-335e08a6d062fa15bfa7cad5461a3490.md5 b/escape-room/godot/imported/kitchenMicrowave_NW.png-335e08a6d062fa15bfa7cad5461a3490.md5 new file mode 100644 index 0000000..b85de8d --- /dev/null +++ b/escape-room/godot/imported/kitchenMicrowave_NW.png-335e08a6d062fa15bfa7cad5461a3490.md5 @@ -0,0 +1,3 @@ +source_md5="f712f7750f26daf460bb8d17a90d51d8" +dest_md5="43fdcce6df4e169498a22c8ba513c71d" + diff --git a/escape-room/godot/imported/kitchenMicrowave_SE.png-9e8205851a5622573be438706736c4f4.ctex b/escape-room/godot/imported/kitchenMicrowave_SE.png-9e8205851a5622573be438706736c4f4.ctex new file mode 100644 index 0000000..63a8088 Binary files /dev/null and b/escape-room/godot/imported/kitchenMicrowave_SE.png-9e8205851a5622573be438706736c4f4.ctex differ diff --git a/escape-room/godot/imported/kitchenMicrowave_SE.png-9e8205851a5622573be438706736c4f4.md5 b/escape-room/godot/imported/kitchenMicrowave_SE.png-9e8205851a5622573be438706736c4f4.md5 new file mode 100644 index 0000000..d94be9e --- /dev/null +++ b/escape-room/godot/imported/kitchenMicrowave_SE.png-9e8205851a5622573be438706736c4f4.md5 @@ -0,0 +1,3 @@ +source_md5="4f4683e2a510b44249c385c9beba6e78" +dest_md5="8f98a5928eb78b3a1280f4c2acdc9b20" + diff --git a/escape-room/godot/imported/kitchenMicrowave_SW.png-da3a3959edcff90d892cffcaf84d4c01.ctex b/escape-room/godot/imported/kitchenMicrowave_SW.png-da3a3959edcff90d892cffcaf84d4c01.ctex new file mode 100644 index 0000000..851327b Binary files /dev/null and b/escape-room/godot/imported/kitchenMicrowave_SW.png-da3a3959edcff90d892cffcaf84d4c01.ctex differ diff --git a/escape-room/godot/imported/kitchenMicrowave_SW.png-da3a3959edcff90d892cffcaf84d4c01.md5 b/escape-room/godot/imported/kitchenMicrowave_SW.png-da3a3959edcff90d892cffcaf84d4c01.md5 new file mode 100644 index 0000000..33a7975 --- /dev/null +++ b/escape-room/godot/imported/kitchenMicrowave_SW.png-da3a3959edcff90d892cffcaf84d4c01.md5 @@ -0,0 +1,3 @@ +source_md5="6fb03fed0440d6dc7c6f683e922d17bd" +dest_md5="827995875cc94c70561415dd688a6643" + diff --git a/escape-room/godot/imported/kitchenSink.dae-728da88eb643f1f7bf2baa600f34c37f.md5 b/escape-room/godot/imported/kitchenSink.dae-728da88eb643f1f7bf2baa600f34c37f.md5 new file mode 100644 index 0000000..2000268 --- /dev/null +++ b/escape-room/godot/imported/kitchenSink.dae-728da88eb643f1f7bf2baa600f34c37f.md5 @@ -0,0 +1,3 @@ +source_md5="20e090d612cfe6efbb19bd17154a850a" +dest_md5="08169787522d4a0a6e9ea96a1aeb0581" + diff --git a/escape-room/godot/imported/kitchenSink.dae-728da88eb643f1f7bf2baa600f34c37f.scn b/escape-room/godot/imported/kitchenSink.dae-728da88eb643f1f7bf2baa600f34c37f.scn new file mode 100644 index 0000000..7fc2903 Binary files /dev/null and b/escape-room/godot/imported/kitchenSink.dae-728da88eb643f1f7bf2baa600f34c37f.scn differ diff --git a/escape-room/godot/imported/kitchenSink.fbx-cea4aad9aa8f796bf4f5f6c3b44ca9e1.md5 b/escape-room/godot/imported/kitchenSink.fbx-cea4aad9aa8f796bf4f5f6c3b44ca9e1.md5 new file mode 100644 index 0000000..3e44718 --- /dev/null +++ b/escape-room/godot/imported/kitchenSink.fbx-cea4aad9aa8f796bf4f5f6c3b44ca9e1.md5 @@ -0,0 +1,3 @@ +source_md5="b633fe0e2c2095c0f53d4a93e25c5fe9" +dest_md5="c26957c26db554157bdc231a9d9d89e2" + diff --git a/escape-room/godot/imported/kitchenSink.fbx-cea4aad9aa8f796bf4f5f6c3b44ca9e1.scn b/escape-room/godot/imported/kitchenSink.fbx-cea4aad9aa8f796bf4f5f6c3b44ca9e1.scn new file mode 100644 index 0000000..fa75677 Binary files /dev/null and b/escape-room/godot/imported/kitchenSink.fbx-cea4aad9aa8f796bf4f5f6c3b44ca9e1.scn differ diff --git a/escape-room/godot/imported/kitchenSink.glb-b75f90d375ba00db41d4b80f0c062d58.md5 b/escape-room/godot/imported/kitchenSink.glb-b75f90d375ba00db41d4b80f0c062d58.md5 new file mode 100644 index 0000000..941ef62 --- /dev/null +++ b/escape-room/godot/imported/kitchenSink.glb-b75f90d375ba00db41d4b80f0c062d58.md5 @@ -0,0 +1,3 @@ +source_md5="19aacfe0938fc57e3f2630e642945d00" +dest_md5="dc490bfff3edfcaa00517bb21f487047" + diff --git a/escape-room/godot/imported/kitchenSink.glb-b75f90d375ba00db41d4b80f0c062d58.scn b/escape-room/godot/imported/kitchenSink.glb-b75f90d375ba00db41d4b80f0c062d58.scn new file mode 100644 index 0000000..7d08e7d Binary files /dev/null and b/escape-room/godot/imported/kitchenSink.glb-b75f90d375ba00db41d4b80f0c062d58.scn differ diff --git a/escape-room/godot/imported/kitchenSink.obj-469810e978bfcc81f2c83762e5d8eb1e.md5 b/escape-room/godot/imported/kitchenSink.obj-469810e978bfcc81f2c83762e5d8eb1e.md5 new file mode 100644 index 0000000..62dc1aa --- /dev/null +++ b/escape-room/godot/imported/kitchenSink.obj-469810e978bfcc81f2c83762e5d8eb1e.md5 @@ -0,0 +1,3 @@ +source_md5="0353c1366cc307b36cb5940e22ec988d" +dest_md5="d99afd446d283d685893ea48e9c54359" + diff --git a/escape-room/godot/imported/kitchenSink.obj-469810e978bfcc81f2c83762e5d8eb1e.mesh b/escape-room/godot/imported/kitchenSink.obj-469810e978bfcc81f2c83762e5d8eb1e.mesh new file mode 100644 index 0000000..76b7093 Binary files /dev/null and b/escape-room/godot/imported/kitchenSink.obj-469810e978bfcc81f2c83762e5d8eb1e.mesh differ diff --git a/escape-room/godot/imported/kitchenSink.png-4e3f3ea25f8df3a1be8f3860324b2dd6.ctex b/escape-room/godot/imported/kitchenSink.png-4e3f3ea25f8df3a1be8f3860324b2dd6.ctex new file mode 100644 index 0000000..82d7881 Binary files /dev/null and b/escape-room/godot/imported/kitchenSink.png-4e3f3ea25f8df3a1be8f3860324b2dd6.ctex differ diff --git a/escape-room/godot/imported/kitchenSink.png-4e3f3ea25f8df3a1be8f3860324b2dd6.md5 b/escape-room/godot/imported/kitchenSink.png-4e3f3ea25f8df3a1be8f3860324b2dd6.md5 new file mode 100644 index 0000000..a323e4a --- /dev/null +++ b/escape-room/godot/imported/kitchenSink.png-4e3f3ea25f8df3a1be8f3860324b2dd6.md5 @@ -0,0 +1,3 @@ +source_md5="a0ea8d5b718dc94a82fec5a7d89c9916" +dest_md5="8d1fdfe4e0035eaccda04df15093fa9e" + diff --git a/escape-room/godot/imported/kitchenSink_NE.png-6013777bb043f693adc2f9ce83801e4a.ctex b/escape-room/godot/imported/kitchenSink_NE.png-6013777bb043f693adc2f9ce83801e4a.ctex new file mode 100644 index 0000000..8fbefd0 Binary files /dev/null and b/escape-room/godot/imported/kitchenSink_NE.png-6013777bb043f693adc2f9ce83801e4a.ctex differ diff --git a/escape-room/godot/imported/kitchenSink_NE.png-6013777bb043f693adc2f9ce83801e4a.md5 b/escape-room/godot/imported/kitchenSink_NE.png-6013777bb043f693adc2f9ce83801e4a.md5 new file mode 100644 index 0000000..2ee13ac --- /dev/null +++ b/escape-room/godot/imported/kitchenSink_NE.png-6013777bb043f693adc2f9ce83801e4a.md5 @@ -0,0 +1,3 @@ +source_md5="a5820bc54bd285edfa1b37c22e722014" +dest_md5="b611422666c80414035f4e081dd78749" + diff --git a/escape-room/godot/imported/kitchenSink_NW.png-d36fd881e9ad5e57dbdf4a36f39f3741.ctex b/escape-room/godot/imported/kitchenSink_NW.png-d36fd881e9ad5e57dbdf4a36f39f3741.ctex new file mode 100644 index 0000000..a9caf2d Binary files /dev/null and b/escape-room/godot/imported/kitchenSink_NW.png-d36fd881e9ad5e57dbdf4a36f39f3741.ctex differ diff --git a/escape-room/godot/imported/kitchenSink_NW.png-d36fd881e9ad5e57dbdf4a36f39f3741.md5 b/escape-room/godot/imported/kitchenSink_NW.png-d36fd881e9ad5e57dbdf4a36f39f3741.md5 new file mode 100644 index 0000000..0e8aa7b --- /dev/null +++ b/escape-room/godot/imported/kitchenSink_NW.png-d36fd881e9ad5e57dbdf4a36f39f3741.md5 @@ -0,0 +1,3 @@ +source_md5="aaa49e66a7fd26fad3083d732f712067" +dest_md5="d0c7e01f10413c6a3940026401672d00" + diff --git a/escape-room/godot/imported/kitchenSink_SE.png-2c78859ac9230494d7a4528163742662.ctex b/escape-room/godot/imported/kitchenSink_SE.png-2c78859ac9230494d7a4528163742662.ctex new file mode 100644 index 0000000..85017de Binary files /dev/null and b/escape-room/godot/imported/kitchenSink_SE.png-2c78859ac9230494d7a4528163742662.ctex differ diff --git a/escape-room/godot/imported/kitchenSink_SE.png-2c78859ac9230494d7a4528163742662.md5 b/escape-room/godot/imported/kitchenSink_SE.png-2c78859ac9230494d7a4528163742662.md5 new file mode 100644 index 0000000..70c7242 --- /dev/null +++ b/escape-room/godot/imported/kitchenSink_SE.png-2c78859ac9230494d7a4528163742662.md5 @@ -0,0 +1,3 @@ +source_md5="6d78e4ab5f94c445691f0e0fe1738dab" +dest_md5="44ce0adb4872fe12d949eae47b6a7bb2" + diff --git a/escape-room/godot/imported/kitchenSink_SW.png-5cfac68020ca4b5d9c547c9587b0edbf.ctex b/escape-room/godot/imported/kitchenSink_SW.png-5cfac68020ca4b5d9c547c9587b0edbf.ctex new file mode 100644 index 0000000..0068bfe Binary files /dev/null and b/escape-room/godot/imported/kitchenSink_SW.png-5cfac68020ca4b5d9c547c9587b0edbf.ctex differ diff --git a/escape-room/godot/imported/kitchenSink_SW.png-5cfac68020ca4b5d9c547c9587b0edbf.md5 b/escape-room/godot/imported/kitchenSink_SW.png-5cfac68020ca4b5d9c547c9587b0edbf.md5 new file mode 100644 index 0000000..e6765dd --- /dev/null +++ b/escape-room/godot/imported/kitchenSink_SW.png-5cfac68020ca4b5d9c547c9587b0edbf.md5 @@ -0,0 +1,3 @@ +source_md5="62f9018f6133f14d2a745fcc48df9cf2" +dest_md5="3eae3deb613dbc29dd3c3eed554d0cdf" + diff --git a/escape-room/godot/imported/kitchenStove.dae-6d4a4a3dc725418303ad7b0ef5acc3fb.md5 b/escape-room/godot/imported/kitchenStove.dae-6d4a4a3dc725418303ad7b0ef5acc3fb.md5 new file mode 100644 index 0000000..6f20ed2 --- /dev/null +++ b/escape-room/godot/imported/kitchenStove.dae-6d4a4a3dc725418303ad7b0ef5acc3fb.md5 @@ -0,0 +1,3 @@ +source_md5="0a0a2eafae6a6dae5171a79830f629de" +dest_md5="db8ea6e16f937dbf10ecba7acf233254" + diff --git a/escape-room/godot/imported/kitchenStove.dae-6d4a4a3dc725418303ad7b0ef5acc3fb.scn b/escape-room/godot/imported/kitchenStove.dae-6d4a4a3dc725418303ad7b0ef5acc3fb.scn new file mode 100644 index 0000000..0dd2101 Binary files /dev/null and b/escape-room/godot/imported/kitchenStove.dae-6d4a4a3dc725418303ad7b0ef5acc3fb.scn differ diff --git a/escape-room/godot/imported/kitchenStove.fbx-eadd51b8791ec3f8392881cf2dc18f85.md5 b/escape-room/godot/imported/kitchenStove.fbx-eadd51b8791ec3f8392881cf2dc18f85.md5 new file mode 100644 index 0000000..51978a1 --- /dev/null +++ b/escape-room/godot/imported/kitchenStove.fbx-eadd51b8791ec3f8392881cf2dc18f85.md5 @@ -0,0 +1,3 @@ +source_md5="81c536e4b073d617e46ececc30833d01" +dest_md5="2b04a6326014829ec6bf1b0322827907" + diff --git a/escape-room/godot/imported/kitchenStove.fbx-eadd51b8791ec3f8392881cf2dc18f85.scn b/escape-room/godot/imported/kitchenStove.fbx-eadd51b8791ec3f8392881cf2dc18f85.scn new file mode 100644 index 0000000..c4e1ac4 Binary files /dev/null and b/escape-room/godot/imported/kitchenStove.fbx-eadd51b8791ec3f8392881cf2dc18f85.scn differ diff --git a/escape-room/godot/imported/kitchenStove.glb-71a7bd4250c3cca222f44e1029ac54d8.md5 b/escape-room/godot/imported/kitchenStove.glb-71a7bd4250c3cca222f44e1029ac54d8.md5 new file mode 100644 index 0000000..43a5103 --- /dev/null +++ b/escape-room/godot/imported/kitchenStove.glb-71a7bd4250c3cca222f44e1029ac54d8.md5 @@ -0,0 +1,3 @@ +source_md5="727c31249e16f144785f80b6234de668" +dest_md5="be1114d988a90fb5b795bfd7a2372e32" + diff --git a/escape-room/godot/imported/kitchenStove.glb-71a7bd4250c3cca222f44e1029ac54d8.scn b/escape-room/godot/imported/kitchenStove.glb-71a7bd4250c3cca222f44e1029ac54d8.scn new file mode 100644 index 0000000..55f3265 Binary files /dev/null and b/escape-room/godot/imported/kitchenStove.glb-71a7bd4250c3cca222f44e1029ac54d8.scn differ diff --git a/escape-room/godot/imported/kitchenStove.obj-9730d689fb3870dbb52781b6dd6ce12c.md5 b/escape-room/godot/imported/kitchenStove.obj-9730d689fb3870dbb52781b6dd6ce12c.md5 new file mode 100644 index 0000000..5cc4ce1 --- /dev/null +++ b/escape-room/godot/imported/kitchenStove.obj-9730d689fb3870dbb52781b6dd6ce12c.md5 @@ -0,0 +1,3 @@ +source_md5="f88b94a6e7bcd980b8d0cbd98b54443e" +dest_md5="10ad77265ba7136145be0be476cc0185" + diff --git a/escape-room/godot/imported/kitchenStove.obj-9730d689fb3870dbb52781b6dd6ce12c.mesh b/escape-room/godot/imported/kitchenStove.obj-9730d689fb3870dbb52781b6dd6ce12c.mesh new file mode 100644 index 0000000..57064ac Binary files /dev/null and b/escape-room/godot/imported/kitchenStove.obj-9730d689fb3870dbb52781b6dd6ce12c.mesh differ diff --git a/escape-room/godot/imported/kitchenStove.png-34f754311f6ca42bfdee7992d97e0c22.ctex b/escape-room/godot/imported/kitchenStove.png-34f754311f6ca42bfdee7992d97e0c22.ctex new file mode 100644 index 0000000..7b7a6be Binary files /dev/null and b/escape-room/godot/imported/kitchenStove.png-34f754311f6ca42bfdee7992d97e0c22.ctex differ diff --git a/escape-room/godot/imported/kitchenStove.png-34f754311f6ca42bfdee7992d97e0c22.md5 b/escape-room/godot/imported/kitchenStove.png-34f754311f6ca42bfdee7992d97e0c22.md5 new file mode 100644 index 0000000..29f9e4e --- /dev/null +++ b/escape-room/godot/imported/kitchenStove.png-34f754311f6ca42bfdee7992d97e0c22.md5 @@ -0,0 +1,3 @@ +source_md5="75570d67d9d16784d968f7c1792e7e53" +dest_md5="cd9b99a29140a8985cb8c932415e0388" + diff --git a/escape-room/godot/imported/kitchenStoveElectric.dae-594dc577f4a75e076d506324b360c01b.md5 b/escape-room/godot/imported/kitchenStoveElectric.dae-594dc577f4a75e076d506324b360c01b.md5 new file mode 100644 index 0000000..f000e15 --- /dev/null +++ b/escape-room/godot/imported/kitchenStoveElectric.dae-594dc577f4a75e076d506324b360c01b.md5 @@ -0,0 +1,3 @@ +source_md5="cc361d02c72d924a22b05a0cc9bf8d4e" +dest_md5="317aa5126c776e992f0180fad608909a" + diff --git a/escape-room/godot/imported/kitchenStoveElectric.dae-594dc577f4a75e076d506324b360c01b.scn b/escape-room/godot/imported/kitchenStoveElectric.dae-594dc577f4a75e076d506324b360c01b.scn new file mode 100644 index 0000000..5026cb0 Binary files /dev/null and b/escape-room/godot/imported/kitchenStoveElectric.dae-594dc577f4a75e076d506324b360c01b.scn differ diff --git a/escape-room/godot/imported/kitchenStoveElectric.fbx-feea2a02035ed779d868779df8e9ceeb.md5 b/escape-room/godot/imported/kitchenStoveElectric.fbx-feea2a02035ed779d868779df8e9ceeb.md5 new file mode 100644 index 0000000..965d61f --- /dev/null +++ b/escape-room/godot/imported/kitchenStoveElectric.fbx-feea2a02035ed779d868779df8e9ceeb.md5 @@ -0,0 +1,3 @@ +source_md5="e19df252d3a6069153bebdfd18369cbe" +dest_md5="c61ccb1a11d82e66311cbffe72968e1e" + diff --git a/escape-room/godot/imported/kitchenStoveElectric.fbx-feea2a02035ed779d868779df8e9ceeb.scn b/escape-room/godot/imported/kitchenStoveElectric.fbx-feea2a02035ed779d868779df8e9ceeb.scn new file mode 100644 index 0000000..4d04394 Binary files /dev/null and b/escape-room/godot/imported/kitchenStoveElectric.fbx-feea2a02035ed779d868779df8e9ceeb.scn differ diff --git a/escape-room/godot/imported/kitchenStoveElectric.glb-e63afc1356f28862fc7a5fc955e532ab.md5 b/escape-room/godot/imported/kitchenStoveElectric.glb-e63afc1356f28862fc7a5fc955e532ab.md5 new file mode 100644 index 0000000..3d03051 --- /dev/null +++ b/escape-room/godot/imported/kitchenStoveElectric.glb-e63afc1356f28862fc7a5fc955e532ab.md5 @@ -0,0 +1,3 @@ +source_md5="bf8debb4917635f186f6d0dedf9e0a30" +dest_md5="a7824df41a3716290d2143e13aba40fd" + diff --git a/escape-room/godot/imported/kitchenStoveElectric.glb-e63afc1356f28862fc7a5fc955e532ab.scn b/escape-room/godot/imported/kitchenStoveElectric.glb-e63afc1356f28862fc7a5fc955e532ab.scn new file mode 100644 index 0000000..b1cead6 Binary files /dev/null and b/escape-room/godot/imported/kitchenStoveElectric.glb-e63afc1356f28862fc7a5fc955e532ab.scn differ diff --git a/escape-room/godot/imported/kitchenStoveElectric.obj-cb4b31315a31bb7a16a0e755023876b6.md5 b/escape-room/godot/imported/kitchenStoveElectric.obj-cb4b31315a31bb7a16a0e755023876b6.md5 new file mode 100644 index 0000000..9602a76 --- /dev/null +++ b/escape-room/godot/imported/kitchenStoveElectric.obj-cb4b31315a31bb7a16a0e755023876b6.md5 @@ -0,0 +1,3 @@ +source_md5="ae1c1d524ce6bb48dc155493e2ecd9e3" +dest_md5="f5baca671a04a74c5023ce1959922a91" + diff --git a/escape-room/godot/imported/kitchenStoveElectric.obj-cb4b31315a31bb7a16a0e755023876b6.mesh b/escape-room/godot/imported/kitchenStoveElectric.obj-cb4b31315a31bb7a16a0e755023876b6.mesh new file mode 100644 index 0000000..09755f8 Binary files /dev/null and b/escape-room/godot/imported/kitchenStoveElectric.obj-cb4b31315a31bb7a16a0e755023876b6.mesh differ diff --git a/escape-room/godot/imported/kitchenStoveElectric.png-ddd6006a41d2fd679b4c3f0c79286879.ctex b/escape-room/godot/imported/kitchenStoveElectric.png-ddd6006a41d2fd679b4c3f0c79286879.ctex new file mode 100644 index 0000000..93fa535 Binary files /dev/null and b/escape-room/godot/imported/kitchenStoveElectric.png-ddd6006a41d2fd679b4c3f0c79286879.ctex differ diff --git a/escape-room/godot/imported/kitchenStoveElectric.png-ddd6006a41d2fd679b4c3f0c79286879.md5 b/escape-room/godot/imported/kitchenStoveElectric.png-ddd6006a41d2fd679b4c3f0c79286879.md5 new file mode 100644 index 0000000..682bdc7 --- /dev/null +++ b/escape-room/godot/imported/kitchenStoveElectric.png-ddd6006a41d2fd679b4c3f0c79286879.md5 @@ -0,0 +1,3 @@ +source_md5="b6081d5e916d51602811656577814cd9" +dest_md5="e7107789eee07c72d825472904c7d696" + diff --git a/escape-room/godot/imported/kitchenStoveElectric_NE.png-923f391b455141c997946ebf650c0e22.ctex b/escape-room/godot/imported/kitchenStoveElectric_NE.png-923f391b455141c997946ebf650c0e22.ctex new file mode 100644 index 0000000..7a32b8a Binary files /dev/null and b/escape-room/godot/imported/kitchenStoveElectric_NE.png-923f391b455141c997946ebf650c0e22.ctex differ diff --git a/escape-room/godot/imported/kitchenStoveElectric_NE.png-923f391b455141c997946ebf650c0e22.md5 b/escape-room/godot/imported/kitchenStoveElectric_NE.png-923f391b455141c997946ebf650c0e22.md5 new file mode 100644 index 0000000..0445c6f --- /dev/null +++ b/escape-room/godot/imported/kitchenStoveElectric_NE.png-923f391b455141c997946ebf650c0e22.md5 @@ -0,0 +1,3 @@ +source_md5="c0820d99ae58441efa8d017459ce24dc" +dest_md5="4a2c516d608496c2b45952b5760ba74b" + diff --git a/escape-room/godot/imported/kitchenStoveElectric_NW.png-befc637d59f18b76c245dacaf83f43a1.ctex b/escape-room/godot/imported/kitchenStoveElectric_NW.png-befc637d59f18b76c245dacaf83f43a1.ctex new file mode 100644 index 0000000..3d9e221 Binary files /dev/null and b/escape-room/godot/imported/kitchenStoveElectric_NW.png-befc637d59f18b76c245dacaf83f43a1.ctex differ diff --git a/escape-room/godot/imported/kitchenStoveElectric_NW.png-befc637d59f18b76c245dacaf83f43a1.md5 b/escape-room/godot/imported/kitchenStoveElectric_NW.png-befc637d59f18b76c245dacaf83f43a1.md5 new file mode 100644 index 0000000..93f9e05 --- /dev/null +++ b/escape-room/godot/imported/kitchenStoveElectric_NW.png-befc637d59f18b76c245dacaf83f43a1.md5 @@ -0,0 +1,3 @@ +source_md5="ac1ff6d8d892f24b699ad4d031d2f00e" +dest_md5="70e004df94af14abf1020dd6edf0756a" + diff --git a/escape-room/godot/imported/kitchenStoveElectric_SE.png-3fd9bb70d8350f13dc7334cd1c667301.ctex b/escape-room/godot/imported/kitchenStoveElectric_SE.png-3fd9bb70d8350f13dc7334cd1c667301.ctex new file mode 100644 index 0000000..1acc83b Binary files /dev/null and b/escape-room/godot/imported/kitchenStoveElectric_SE.png-3fd9bb70d8350f13dc7334cd1c667301.ctex differ diff --git a/escape-room/godot/imported/kitchenStoveElectric_SE.png-3fd9bb70d8350f13dc7334cd1c667301.md5 b/escape-room/godot/imported/kitchenStoveElectric_SE.png-3fd9bb70d8350f13dc7334cd1c667301.md5 new file mode 100644 index 0000000..5139936 --- /dev/null +++ b/escape-room/godot/imported/kitchenStoveElectric_SE.png-3fd9bb70d8350f13dc7334cd1c667301.md5 @@ -0,0 +1,3 @@ +source_md5="ec0734157853b51010436b9829509a76" +dest_md5="9af4e700ab92bb37e0480ce4c301eaa5" + diff --git a/escape-room/godot/imported/kitchenStoveElectric_SW.png-4b5c1738f6b8d38ffa7d671a9d32cdef.ctex b/escape-room/godot/imported/kitchenStoveElectric_SW.png-4b5c1738f6b8d38ffa7d671a9d32cdef.ctex new file mode 100644 index 0000000..4504640 Binary files /dev/null and b/escape-room/godot/imported/kitchenStoveElectric_SW.png-4b5c1738f6b8d38ffa7d671a9d32cdef.ctex differ diff --git a/escape-room/godot/imported/kitchenStoveElectric_SW.png-4b5c1738f6b8d38ffa7d671a9d32cdef.md5 b/escape-room/godot/imported/kitchenStoveElectric_SW.png-4b5c1738f6b8d38ffa7d671a9d32cdef.md5 new file mode 100644 index 0000000..93bef77 --- /dev/null +++ b/escape-room/godot/imported/kitchenStoveElectric_SW.png-4b5c1738f6b8d38ffa7d671a9d32cdef.md5 @@ -0,0 +1,3 @@ +source_md5="fe9a833a0c7f41b4f4e6a9c5c7f62d68" +dest_md5="6b71dea2b79ec237a3f199bf69defa49" + diff --git a/escape-room/godot/imported/kitchenStove_NE.png-3d7003ad60f355c8b256e74c0cc3fdc0.ctex b/escape-room/godot/imported/kitchenStove_NE.png-3d7003ad60f355c8b256e74c0cc3fdc0.ctex new file mode 100644 index 0000000..01702f8 Binary files /dev/null and b/escape-room/godot/imported/kitchenStove_NE.png-3d7003ad60f355c8b256e74c0cc3fdc0.ctex differ diff --git a/escape-room/godot/imported/kitchenStove_NE.png-3d7003ad60f355c8b256e74c0cc3fdc0.md5 b/escape-room/godot/imported/kitchenStove_NE.png-3d7003ad60f355c8b256e74c0cc3fdc0.md5 new file mode 100644 index 0000000..6d55642 --- /dev/null +++ b/escape-room/godot/imported/kitchenStove_NE.png-3d7003ad60f355c8b256e74c0cc3fdc0.md5 @@ -0,0 +1,3 @@ +source_md5="45b96c00cca1cf6b1788e98e302b9a2d" +dest_md5="67b51b92eace67814d33b4207dfe67c8" + diff --git a/escape-room/godot/imported/kitchenStove_NW.png-544870911d1ff0e81b07d5ef0d67f586.ctex b/escape-room/godot/imported/kitchenStove_NW.png-544870911d1ff0e81b07d5ef0d67f586.ctex new file mode 100644 index 0000000..9519973 Binary files /dev/null and b/escape-room/godot/imported/kitchenStove_NW.png-544870911d1ff0e81b07d5ef0d67f586.ctex differ diff --git a/escape-room/godot/imported/kitchenStove_NW.png-544870911d1ff0e81b07d5ef0d67f586.md5 b/escape-room/godot/imported/kitchenStove_NW.png-544870911d1ff0e81b07d5ef0d67f586.md5 new file mode 100644 index 0000000..ca1cea3 --- /dev/null +++ b/escape-room/godot/imported/kitchenStove_NW.png-544870911d1ff0e81b07d5ef0d67f586.md5 @@ -0,0 +1,3 @@ +source_md5="6ab4523e65f93066e66c68f9387738f3" +dest_md5="38c736aa0e2b64a37f0d1f34a59c9a53" + diff --git a/escape-room/godot/imported/kitchenStove_SE.png-c522bf98efe13d9da39453fee9c7e6a1.ctex b/escape-room/godot/imported/kitchenStove_SE.png-c522bf98efe13d9da39453fee9c7e6a1.ctex new file mode 100644 index 0000000..7086b51 Binary files /dev/null and b/escape-room/godot/imported/kitchenStove_SE.png-c522bf98efe13d9da39453fee9c7e6a1.ctex differ diff --git a/escape-room/godot/imported/kitchenStove_SE.png-c522bf98efe13d9da39453fee9c7e6a1.md5 b/escape-room/godot/imported/kitchenStove_SE.png-c522bf98efe13d9da39453fee9c7e6a1.md5 new file mode 100644 index 0000000..dcf0522 --- /dev/null +++ b/escape-room/godot/imported/kitchenStove_SE.png-c522bf98efe13d9da39453fee9c7e6a1.md5 @@ -0,0 +1,3 @@ +source_md5="aebfbe07af11769bc603a07a1583ad33" +dest_md5="96247648acef8a801aececf465c6799f" + diff --git a/escape-room/godot/imported/kitchenStove_SW.png-0b9a90eea45b66922accea4f579563d3.ctex b/escape-room/godot/imported/kitchenStove_SW.png-0b9a90eea45b66922accea4f579563d3.ctex new file mode 100644 index 0000000..bd71fd7 Binary files /dev/null and b/escape-room/godot/imported/kitchenStove_SW.png-0b9a90eea45b66922accea4f579563d3.ctex differ diff --git a/escape-room/godot/imported/kitchenStove_SW.png-0b9a90eea45b66922accea4f579563d3.md5 b/escape-room/godot/imported/kitchenStove_SW.png-0b9a90eea45b66922accea4f579563d3.md5 new file mode 100644 index 0000000..1136a3d --- /dev/null +++ b/escape-room/godot/imported/kitchenStove_SW.png-0b9a90eea45b66922accea4f579563d3.md5 @@ -0,0 +1,3 @@ +source_md5="5a082d556a86df2070bf972ebdc684a4" +dest_md5="859f46f0b43a46281edb9fc08e4b503c" + diff --git a/escape-room/godot/imported/labglove_baseColor.png-2eb9fa4d9955a5755a96f0663ee3ceb2.etc2.ctex b/escape-room/godot/imported/labglove_baseColor.png-2eb9fa4d9955a5755a96f0663ee3ceb2.etc2.ctex new file mode 100644 index 0000000..bf76b60 Binary files /dev/null and b/escape-room/godot/imported/labglove_baseColor.png-2eb9fa4d9955a5755a96f0663ee3ceb2.etc2.ctex differ diff --git a/escape-room/godot/imported/labglove_baseColor.png-2eb9fa4d9955a5755a96f0663ee3ceb2.md5 b/escape-room/godot/imported/labglove_baseColor.png-2eb9fa4d9955a5755a96f0663ee3ceb2.md5 new file mode 100644 index 0000000..b772e9a --- /dev/null +++ b/escape-room/godot/imported/labglove_baseColor.png-2eb9fa4d9955a5755a96f0663ee3ceb2.md5 @@ -0,0 +1,3 @@ +source_md5="20826260675d57fd21c1363c3b098d2d" +dest_md5="94dd94d5fb3bf33bfa8328f2b5ef58ed" + diff --git a/escape-room/godot/imported/labglove_baseColor.png-2eb9fa4d9955a5755a96f0663ee3ceb2.s3tc.ctex b/escape-room/godot/imported/labglove_baseColor.png-2eb9fa4d9955a5755a96f0663ee3ceb2.s3tc.ctex new file mode 100644 index 0000000..8377188 Binary files /dev/null and b/escape-room/godot/imported/labglove_baseColor.png-2eb9fa4d9955a5755a96f0663ee3ceb2.s3tc.ctex differ diff --git a/escape-room/godot/imported/lampRoundFloor.dae-054608fe6d0e628d7dd2847bc9f7d7b8.md5 b/escape-room/godot/imported/lampRoundFloor.dae-054608fe6d0e628d7dd2847bc9f7d7b8.md5 new file mode 100644 index 0000000..a816d62 --- /dev/null +++ b/escape-room/godot/imported/lampRoundFloor.dae-054608fe6d0e628d7dd2847bc9f7d7b8.md5 @@ -0,0 +1,3 @@ +source_md5="b648516a029590307c12a01d424de126" +dest_md5="09ebbeb1ecaf0dcac3bd44d6bff87664" + diff --git a/escape-room/godot/imported/lampRoundFloor.dae-054608fe6d0e628d7dd2847bc9f7d7b8.scn b/escape-room/godot/imported/lampRoundFloor.dae-054608fe6d0e628d7dd2847bc9f7d7b8.scn new file mode 100644 index 0000000..6576a5f Binary files /dev/null and b/escape-room/godot/imported/lampRoundFloor.dae-054608fe6d0e628d7dd2847bc9f7d7b8.scn differ diff --git a/escape-room/godot/imported/lampRoundFloor.fbx-ea650c795866d4da9e0ea5063ba5dbf3.md5 b/escape-room/godot/imported/lampRoundFloor.fbx-ea650c795866d4da9e0ea5063ba5dbf3.md5 new file mode 100644 index 0000000..892469b --- /dev/null +++ b/escape-room/godot/imported/lampRoundFloor.fbx-ea650c795866d4da9e0ea5063ba5dbf3.md5 @@ -0,0 +1,3 @@ +source_md5="dc40f4ec2633bcf3169db97eccb30b85" +dest_md5="3ded6169c38f8fc925e3b66551eaba4a" + diff --git a/escape-room/godot/imported/lampRoundFloor.fbx-ea650c795866d4da9e0ea5063ba5dbf3.scn b/escape-room/godot/imported/lampRoundFloor.fbx-ea650c795866d4da9e0ea5063ba5dbf3.scn new file mode 100644 index 0000000..b1b1c12 Binary files /dev/null and b/escape-room/godot/imported/lampRoundFloor.fbx-ea650c795866d4da9e0ea5063ba5dbf3.scn differ diff --git a/escape-room/godot/imported/lampRoundFloor.glb-56ee75aa4c63f4cc3b6224154ee9cd33.md5 b/escape-room/godot/imported/lampRoundFloor.glb-56ee75aa4c63f4cc3b6224154ee9cd33.md5 new file mode 100644 index 0000000..ff82b7b --- /dev/null +++ b/escape-room/godot/imported/lampRoundFloor.glb-56ee75aa4c63f4cc3b6224154ee9cd33.md5 @@ -0,0 +1,3 @@ +source_md5="605be9419c50bb53c98d302f7d94887e" +dest_md5="edb4f4c7728b366d3c8b3fe903b208e9" + diff --git a/escape-room/godot/imported/lampRoundFloor.glb-56ee75aa4c63f4cc3b6224154ee9cd33.scn b/escape-room/godot/imported/lampRoundFloor.glb-56ee75aa4c63f4cc3b6224154ee9cd33.scn new file mode 100644 index 0000000..a6cc505 Binary files /dev/null and b/escape-room/godot/imported/lampRoundFloor.glb-56ee75aa4c63f4cc3b6224154ee9cd33.scn differ diff --git a/escape-room/godot/imported/lampRoundFloor.obj-82b9f2c20a66321ec2bd637b84325d13.md5 b/escape-room/godot/imported/lampRoundFloor.obj-82b9f2c20a66321ec2bd637b84325d13.md5 new file mode 100644 index 0000000..0d53a40 --- /dev/null +++ b/escape-room/godot/imported/lampRoundFloor.obj-82b9f2c20a66321ec2bd637b84325d13.md5 @@ -0,0 +1,3 @@ +source_md5="e44fbb02c90ebd1602d10c295471a90e" +dest_md5="a1e530e0116d6dbb83676b462458bb01" + diff --git a/escape-room/godot/imported/lampRoundFloor.obj-82b9f2c20a66321ec2bd637b84325d13.mesh b/escape-room/godot/imported/lampRoundFloor.obj-82b9f2c20a66321ec2bd637b84325d13.mesh new file mode 100644 index 0000000..f20df9f Binary files /dev/null and b/escape-room/godot/imported/lampRoundFloor.obj-82b9f2c20a66321ec2bd637b84325d13.mesh differ diff --git a/escape-room/godot/imported/lampRoundFloor.png-45aaa536684ff8db87587ced46575052.ctex b/escape-room/godot/imported/lampRoundFloor.png-45aaa536684ff8db87587ced46575052.ctex new file mode 100644 index 0000000..fac67f0 Binary files /dev/null and b/escape-room/godot/imported/lampRoundFloor.png-45aaa536684ff8db87587ced46575052.ctex differ diff --git a/escape-room/godot/imported/lampRoundFloor.png-45aaa536684ff8db87587ced46575052.md5 b/escape-room/godot/imported/lampRoundFloor.png-45aaa536684ff8db87587ced46575052.md5 new file mode 100644 index 0000000..898c3ce --- /dev/null +++ b/escape-room/godot/imported/lampRoundFloor.png-45aaa536684ff8db87587ced46575052.md5 @@ -0,0 +1,3 @@ +source_md5="2d29a1bf79fd8f43f9ac58a51950585b" +dest_md5="ffc20e1617fd86fdeac8fe213c5bc7de" + diff --git a/escape-room/godot/imported/lampRoundFloor_NE.png-877682e795675cf9d864bf42572b1e80.ctex b/escape-room/godot/imported/lampRoundFloor_NE.png-877682e795675cf9d864bf42572b1e80.ctex new file mode 100644 index 0000000..4be4fe2 Binary files /dev/null and b/escape-room/godot/imported/lampRoundFloor_NE.png-877682e795675cf9d864bf42572b1e80.ctex differ diff --git a/escape-room/godot/imported/lampRoundFloor_NE.png-877682e795675cf9d864bf42572b1e80.md5 b/escape-room/godot/imported/lampRoundFloor_NE.png-877682e795675cf9d864bf42572b1e80.md5 new file mode 100644 index 0000000..4d0ab11 --- /dev/null +++ b/escape-room/godot/imported/lampRoundFloor_NE.png-877682e795675cf9d864bf42572b1e80.md5 @@ -0,0 +1,3 @@ +source_md5="0b238342653e95d6553d74b69dc4d69d" +dest_md5="bbef1755969ba65c4f41be5d912cc3fc" + diff --git a/escape-room/godot/imported/lampRoundFloor_NW.png-1f3da1a2f39441104d3b45c884e72273.ctex b/escape-room/godot/imported/lampRoundFloor_NW.png-1f3da1a2f39441104d3b45c884e72273.ctex new file mode 100644 index 0000000..014cb86 Binary files /dev/null and b/escape-room/godot/imported/lampRoundFloor_NW.png-1f3da1a2f39441104d3b45c884e72273.ctex differ diff --git a/escape-room/godot/imported/lampRoundFloor_NW.png-1f3da1a2f39441104d3b45c884e72273.md5 b/escape-room/godot/imported/lampRoundFloor_NW.png-1f3da1a2f39441104d3b45c884e72273.md5 new file mode 100644 index 0000000..959c7cb --- /dev/null +++ b/escape-room/godot/imported/lampRoundFloor_NW.png-1f3da1a2f39441104d3b45c884e72273.md5 @@ -0,0 +1,3 @@ +source_md5="8849f1e0c3524060dc1aa0afbae20435" +dest_md5="352af6efbd6ebfb7e0d84171880e2ca9" + diff --git a/escape-room/godot/imported/lampRoundFloor_SE.png-169bbb042f481cefaa2dc1627ecf7f79.ctex b/escape-room/godot/imported/lampRoundFloor_SE.png-169bbb042f481cefaa2dc1627ecf7f79.ctex new file mode 100644 index 0000000..e6de161 Binary files /dev/null and b/escape-room/godot/imported/lampRoundFloor_SE.png-169bbb042f481cefaa2dc1627ecf7f79.ctex differ diff --git a/escape-room/godot/imported/lampRoundFloor_SE.png-169bbb042f481cefaa2dc1627ecf7f79.md5 b/escape-room/godot/imported/lampRoundFloor_SE.png-169bbb042f481cefaa2dc1627ecf7f79.md5 new file mode 100644 index 0000000..0bb6e88 --- /dev/null +++ b/escape-room/godot/imported/lampRoundFloor_SE.png-169bbb042f481cefaa2dc1627ecf7f79.md5 @@ -0,0 +1,3 @@ +source_md5="12d80c794a685b87bc0015ea962ba36a" +dest_md5="dbda9eb695b9daa528a178242f9f1bd4" + diff --git a/escape-room/godot/imported/lampRoundFloor_SW.png-47af3f096ea9934830156964d62e1138.ctex b/escape-room/godot/imported/lampRoundFloor_SW.png-47af3f096ea9934830156964d62e1138.ctex new file mode 100644 index 0000000..c434c66 Binary files /dev/null and b/escape-room/godot/imported/lampRoundFloor_SW.png-47af3f096ea9934830156964d62e1138.ctex differ diff --git a/escape-room/godot/imported/lampRoundFloor_SW.png-47af3f096ea9934830156964d62e1138.md5 b/escape-room/godot/imported/lampRoundFloor_SW.png-47af3f096ea9934830156964d62e1138.md5 new file mode 100644 index 0000000..d617179 --- /dev/null +++ b/escape-room/godot/imported/lampRoundFloor_SW.png-47af3f096ea9934830156964d62e1138.md5 @@ -0,0 +1,3 @@ +source_md5="df7c410edae9b4349dffc8180b50be70" +dest_md5="07a946313863b198d168005997c8cf72" + diff --git a/escape-room/godot/imported/lampRoundTable.dae-36bc5b68f93e0996933b540747b863c7.md5 b/escape-room/godot/imported/lampRoundTable.dae-36bc5b68f93e0996933b540747b863c7.md5 new file mode 100644 index 0000000..f0aa161 --- /dev/null +++ b/escape-room/godot/imported/lampRoundTable.dae-36bc5b68f93e0996933b540747b863c7.md5 @@ -0,0 +1,3 @@ +source_md5="0e1b98b3363fb26e4e2f0444802dc7c5" +dest_md5="c8e3069b1945004d29dbdde53a600383" + diff --git a/escape-room/godot/imported/lampRoundTable.dae-36bc5b68f93e0996933b540747b863c7.scn b/escape-room/godot/imported/lampRoundTable.dae-36bc5b68f93e0996933b540747b863c7.scn new file mode 100644 index 0000000..1ee9abe Binary files /dev/null and b/escape-room/godot/imported/lampRoundTable.dae-36bc5b68f93e0996933b540747b863c7.scn differ diff --git a/escape-room/godot/imported/lampRoundTable.fbx-be51e6ff58efbac7fd15f437f8bbbb20.md5 b/escape-room/godot/imported/lampRoundTable.fbx-be51e6ff58efbac7fd15f437f8bbbb20.md5 new file mode 100644 index 0000000..7361a03 --- /dev/null +++ b/escape-room/godot/imported/lampRoundTable.fbx-be51e6ff58efbac7fd15f437f8bbbb20.md5 @@ -0,0 +1,3 @@ +source_md5="b4a1b01eec2cd8357b598c5e3c57df02" +dest_md5="db796eba7502cb6ed56ac4fcfbe729ef" + diff --git a/escape-room/godot/imported/lampRoundTable.fbx-be51e6ff58efbac7fd15f437f8bbbb20.scn b/escape-room/godot/imported/lampRoundTable.fbx-be51e6ff58efbac7fd15f437f8bbbb20.scn new file mode 100644 index 0000000..a312564 Binary files /dev/null and b/escape-room/godot/imported/lampRoundTable.fbx-be51e6ff58efbac7fd15f437f8bbbb20.scn differ diff --git a/escape-room/godot/imported/lampRoundTable.glb-b628c9f39cbf54de9f05205ed3b76a4f.md5 b/escape-room/godot/imported/lampRoundTable.glb-b628c9f39cbf54de9f05205ed3b76a4f.md5 new file mode 100644 index 0000000..2295f13 --- /dev/null +++ b/escape-room/godot/imported/lampRoundTable.glb-b628c9f39cbf54de9f05205ed3b76a4f.md5 @@ -0,0 +1,3 @@ +source_md5="a5a83a893892600bf4714f2beb9ea6f2" +dest_md5="c536b95a14326b1383d657b2fe2fb3da" + diff --git a/escape-room/godot/imported/lampRoundTable.glb-b628c9f39cbf54de9f05205ed3b76a4f.scn b/escape-room/godot/imported/lampRoundTable.glb-b628c9f39cbf54de9f05205ed3b76a4f.scn new file mode 100644 index 0000000..1e124f3 Binary files /dev/null and b/escape-room/godot/imported/lampRoundTable.glb-b628c9f39cbf54de9f05205ed3b76a4f.scn differ diff --git a/escape-room/godot/imported/lampRoundTable.obj-ea79752a3f637a57f78d39465154dde1.md5 b/escape-room/godot/imported/lampRoundTable.obj-ea79752a3f637a57f78d39465154dde1.md5 new file mode 100644 index 0000000..b0c08b3 --- /dev/null +++ b/escape-room/godot/imported/lampRoundTable.obj-ea79752a3f637a57f78d39465154dde1.md5 @@ -0,0 +1,3 @@ +source_md5="f11688a9fdfe1bf07edf39d420e20c4e" +dest_md5="5da5fae2bc74af24a02b2b07a92dd752" + diff --git a/escape-room/godot/imported/lampRoundTable.obj-ea79752a3f637a57f78d39465154dde1.mesh b/escape-room/godot/imported/lampRoundTable.obj-ea79752a3f637a57f78d39465154dde1.mesh new file mode 100644 index 0000000..b91efd7 Binary files /dev/null and b/escape-room/godot/imported/lampRoundTable.obj-ea79752a3f637a57f78d39465154dde1.mesh differ diff --git a/escape-room/godot/imported/lampRoundTable.png-a1c4d3dc254a68e92362ae400dcb8403.ctex b/escape-room/godot/imported/lampRoundTable.png-a1c4d3dc254a68e92362ae400dcb8403.ctex new file mode 100644 index 0000000..6d869f2 Binary files /dev/null and b/escape-room/godot/imported/lampRoundTable.png-a1c4d3dc254a68e92362ae400dcb8403.ctex differ diff --git a/escape-room/godot/imported/lampRoundTable.png-a1c4d3dc254a68e92362ae400dcb8403.md5 b/escape-room/godot/imported/lampRoundTable.png-a1c4d3dc254a68e92362ae400dcb8403.md5 new file mode 100644 index 0000000..d9643e4 --- /dev/null +++ b/escape-room/godot/imported/lampRoundTable.png-a1c4d3dc254a68e92362ae400dcb8403.md5 @@ -0,0 +1,3 @@ +source_md5="a9267832e32bcb63534ba6dd664ebf1d" +dest_md5="2a3e4dfb318053b793002af6bdb2921d" + diff --git a/escape-room/godot/imported/lampRoundTable_NE.png-00b927aab4f41dc8c086a570c33033c8.ctex b/escape-room/godot/imported/lampRoundTable_NE.png-00b927aab4f41dc8c086a570c33033c8.ctex new file mode 100644 index 0000000..96907c7 Binary files /dev/null and b/escape-room/godot/imported/lampRoundTable_NE.png-00b927aab4f41dc8c086a570c33033c8.ctex differ diff --git a/escape-room/godot/imported/lampRoundTable_NE.png-00b927aab4f41dc8c086a570c33033c8.md5 b/escape-room/godot/imported/lampRoundTable_NE.png-00b927aab4f41dc8c086a570c33033c8.md5 new file mode 100644 index 0000000..5fd0827 --- /dev/null +++ b/escape-room/godot/imported/lampRoundTable_NE.png-00b927aab4f41dc8c086a570c33033c8.md5 @@ -0,0 +1,3 @@ +source_md5="2dd961af2d659cb2894654449e5ca088" +dest_md5="52927038241f39384510c1427650d8f7" + diff --git a/escape-room/godot/imported/lampRoundTable_NW.png-830ffe4190d4b5c2ccd406755474de3c.ctex b/escape-room/godot/imported/lampRoundTable_NW.png-830ffe4190d4b5c2ccd406755474de3c.ctex new file mode 100644 index 0000000..55d60b6 Binary files /dev/null and b/escape-room/godot/imported/lampRoundTable_NW.png-830ffe4190d4b5c2ccd406755474de3c.ctex differ diff --git a/escape-room/godot/imported/lampRoundTable_NW.png-830ffe4190d4b5c2ccd406755474de3c.md5 b/escape-room/godot/imported/lampRoundTable_NW.png-830ffe4190d4b5c2ccd406755474de3c.md5 new file mode 100644 index 0000000..f31d10a --- /dev/null +++ b/escape-room/godot/imported/lampRoundTable_NW.png-830ffe4190d4b5c2ccd406755474de3c.md5 @@ -0,0 +1,3 @@ +source_md5="5e4d205bc2aac8c1e8a9c31f43353a37" +dest_md5="18eeae6d4ae0f1f1012d0af5b44ca24d" + diff --git a/escape-room/godot/imported/lampRoundTable_SE.png-3e3211f38ce5307c5deff628a03b4979.ctex b/escape-room/godot/imported/lampRoundTable_SE.png-3e3211f38ce5307c5deff628a03b4979.ctex new file mode 100644 index 0000000..1f2145a Binary files /dev/null and b/escape-room/godot/imported/lampRoundTable_SE.png-3e3211f38ce5307c5deff628a03b4979.ctex differ diff --git a/escape-room/godot/imported/lampRoundTable_SE.png-3e3211f38ce5307c5deff628a03b4979.md5 b/escape-room/godot/imported/lampRoundTable_SE.png-3e3211f38ce5307c5deff628a03b4979.md5 new file mode 100644 index 0000000..370adf3 --- /dev/null +++ b/escape-room/godot/imported/lampRoundTable_SE.png-3e3211f38ce5307c5deff628a03b4979.md5 @@ -0,0 +1,3 @@ +source_md5="578625f7b3f9fba4889914b518b99deb" +dest_md5="b58d1ce94e7182f7590d001497302eda" + diff --git a/escape-room/godot/imported/lampRoundTable_SW.png-779c56be3daa83f268271d0876676325.ctex b/escape-room/godot/imported/lampRoundTable_SW.png-779c56be3daa83f268271d0876676325.ctex new file mode 100644 index 0000000..3c8635b Binary files /dev/null and b/escape-room/godot/imported/lampRoundTable_SW.png-779c56be3daa83f268271d0876676325.ctex differ diff --git a/escape-room/godot/imported/lampRoundTable_SW.png-779c56be3daa83f268271d0876676325.md5 b/escape-room/godot/imported/lampRoundTable_SW.png-779c56be3daa83f268271d0876676325.md5 new file mode 100644 index 0000000..427aa23 --- /dev/null +++ b/escape-room/godot/imported/lampRoundTable_SW.png-779c56be3daa83f268271d0876676325.md5 @@ -0,0 +1,3 @@ +source_md5="185e5ed4004915e959b4039ee3630ef2" +dest_md5="b60f0fc92221fb0fc434549242161a80" + diff --git a/escape-room/godot/imported/lampSquareCeiling.dae-27a4e70ef18a57d3c18239fab2caa716.md5 b/escape-room/godot/imported/lampSquareCeiling.dae-27a4e70ef18a57d3c18239fab2caa716.md5 new file mode 100644 index 0000000..8e2de9b --- /dev/null +++ b/escape-room/godot/imported/lampSquareCeiling.dae-27a4e70ef18a57d3c18239fab2caa716.md5 @@ -0,0 +1,3 @@ +source_md5="89e6cfd0a203a44d6ccce3795fb9547d" +dest_md5="6ba06bcec9fc6928ff07ca7106fd6981" + diff --git a/escape-room/godot/imported/lampSquareCeiling.dae-27a4e70ef18a57d3c18239fab2caa716.scn b/escape-room/godot/imported/lampSquareCeiling.dae-27a4e70ef18a57d3c18239fab2caa716.scn new file mode 100644 index 0000000..962ae83 Binary files /dev/null and b/escape-room/godot/imported/lampSquareCeiling.dae-27a4e70ef18a57d3c18239fab2caa716.scn differ diff --git a/escape-room/godot/imported/lampSquareCeiling.fbx-7efec6673a76281cc96f0c08b2a6e4d4.md5 b/escape-room/godot/imported/lampSquareCeiling.fbx-7efec6673a76281cc96f0c08b2a6e4d4.md5 new file mode 100644 index 0000000..dfbce0e --- /dev/null +++ b/escape-room/godot/imported/lampSquareCeiling.fbx-7efec6673a76281cc96f0c08b2a6e4d4.md5 @@ -0,0 +1,3 @@ +source_md5="642ea485e8ced36be85d043faaf32b3d" +dest_md5="7693967a2116c79426364f05a4c60671" + diff --git a/escape-room/godot/imported/lampSquareCeiling.fbx-7efec6673a76281cc96f0c08b2a6e4d4.scn b/escape-room/godot/imported/lampSquareCeiling.fbx-7efec6673a76281cc96f0c08b2a6e4d4.scn new file mode 100644 index 0000000..98af036 Binary files /dev/null and b/escape-room/godot/imported/lampSquareCeiling.fbx-7efec6673a76281cc96f0c08b2a6e4d4.scn differ diff --git a/escape-room/godot/imported/lampSquareCeiling.glb-8c7889b0980819160e144c01a003035a.md5 b/escape-room/godot/imported/lampSquareCeiling.glb-8c7889b0980819160e144c01a003035a.md5 new file mode 100644 index 0000000..76d5ba4 --- /dev/null +++ b/escape-room/godot/imported/lampSquareCeiling.glb-8c7889b0980819160e144c01a003035a.md5 @@ -0,0 +1,3 @@ +source_md5="bb6dcf013883386830ec15a11409b854" +dest_md5="0cfd7c800f13af17893fa2b60bb9bf13" + diff --git a/escape-room/godot/imported/lampSquareCeiling.glb-8c7889b0980819160e144c01a003035a.scn b/escape-room/godot/imported/lampSquareCeiling.glb-8c7889b0980819160e144c01a003035a.scn new file mode 100644 index 0000000..d4ac71b Binary files /dev/null and b/escape-room/godot/imported/lampSquareCeiling.glb-8c7889b0980819160e144c01a003035a.scn differ diff --git a/escape-room/godot/imported/lampSquareCeiling.obj-e170354a6473e037619b150e2123f0d5.md5 b/escape-room/godot/imported/lampSquareCeiling.obj-e170354a6473e037619b150e2123f0d5.md5 new file mode 100644 index 0000000..1c5fee4 --- /dev/null +++ b/escape-room/godot/imported/lampSquareCeiling.obj-e170354a6473e037619b150e2123f0d5.md5 @@ -0,0 +1,3 @@ +source_md5="91ddddc45ae47162855f2a0a7ef37b18" +dest_md5="2a1dfe4e5fed531df563052140ae85ea" + diff --git a/escape-room/godot/imported/lampSquareCeiling.obj-e170354a6473e037619b150e2123f0d5.mesh b/escape-room/godot/imported/lampSquareCeiling.obj-e170354a6473e037619b150e2123f0d5.mesh new file mode 100644 index 0000000..9701555 Binary files /dev/null and b/escape-room/godot/imported/lampSquareCeiling.obj-e170354a6473e037619b150e2123f0d5.mesh differ diff --git a/escape-room/godot/imported/lampSquareCeiling.png-ede5f25543f3c4f288aeaa1a59837d9e.ctex b/escape-room/godot/imported/lampSquareCeiling.png-ede5f25543f3c4f288aeaa1a59837d9e.ctex new file mode 100644 index 0000000..06fd520 Binary files /dev/null and b/escape-room/godot/imported/lampSquareCeiling.png-ede5f25543f3c4f288aeaa1a59837d9e.ctex differ diff --git a/escape-room/godot/imported/lampSquareCeiling.png-ede5f25543f3c4f288aeaa1a59837d9e.md5 b/escape-room/godot/imported/lampSquareCeiling.png-ede5f25543f3c4f288aeaa1a59837d9e.md5 new file mode 100644 index 0000000..d80d967 --- /dev/null +++ b/escape-room/godot/imported/lampSquareCeiling.png-ede5f25543f3c4f288aeaa1a59837d9e.md5 @@ -0,0 +1,3 @@ +source_md5="7f79c06e4cf1562f1000ff0258de0633" +dest_md5="08cbc33407b499e5e4992b8932edd853" + diff --git a/escape-room/godot/imported/lampSquareCeiling_NE.png-97eb98343d9d0ce15031d83a1e240bcd.ctex b/escape-room/godot/imported/lampSquareCeiling_NE.png-97eb98343d9d0ce15031d83a1e240bcd.ctex new file mode 100644 index 0000000..d71a710 Binary files /dev/null and b/escape-room/godot/imported/lampSquareCeiling_NE.png-97eb98343d9d0ce15031d83a1e240bcd.ctex differ diff --git a/escape-room/godot/imported/lampSquareCeiling_NE.png-97eb98343d9d0ce15031d83a1e240bcd.md5 b/escape-room/godot/imported/lampSquareCeiling_NE.png-97eb98343d9d0ce15031d83a1e240bcd.md5 new file mode 100644 index 0000000..8fbbfeb --- /dev/null +++ b/escape-room/godot/imported/lampSquareCeiling_NE.png-97eb98343d9d0ce15031d83a1e240bcd.md5 @@ -0,0 +1,3 @@ +source_md5="6e7a10035409d84ade028597f79ac6d6" +dest_md5="b095426c4c41e48819e3f057a1587f02" + diff --git a/escape-room/godot/imported/lampSquareCeiling_NW.png-6986db2bb5a3c43fc59e9b07e93b3b58.ctex b/escape-room/godot/imported/lampSquareCeiling_NW.png-6986db2bb5a3c43fc59e9b07e93b3b58.ctex new file mode 100644 index 0000000..0a6302d Binary files /dev/null and b/escape-room/godot/imported/lampSquareCeiling_NW.png-6986db2bb5a3c43fc59e9b07e93b3b58.ctex differ diff --git a/escape-room/godot/imported/lampSquareCeiling_NW.png-6986db2bb5a3c43fc59e9b07e93b3b58.md5 b/escape-room/godot/imported/lampSquareCeiling_NW.png-6986db2bb5a3c43fc59e9b07e93b3b58.md5 new file mode 100644 index 0000000..7519803 --- /dev/null +++ b/escape-room/godot/imported/lampSquareCeiling_NW.png-6986db2bb5a3c43fc59e9b07e93b3b58.md5 @@ -0,0 +1,3 @@ +source_md5="bc27f9e7314aeee497bad4841f9245bb" +dest_md5="68d72079dd901ffb4e864f111a0fd4d9" + diff --git a/escape-room/godot/imported/lampSquareCeiling_SE.png-44870de09ee4131162992a9b6bb93172.ctex b/escape-room/godot/imported/lampSquareCeiling_SE.png-44870de09ee4131162992a9b6bb93172.ctex new file mode 100644 index 0000000..f3c654b Binary files /dev/null and b/escape-room/godot/imported/lampSquareCeiling_SE.png-44870de09ee4131162992a9b6bb93172.ctex differ diff --git a/escape-room/godot/imported/lampSquareCeiling_SE.png-44870de09ee4131162992a9b6bb93172.md5 b/escape-room/godot/imported/lampSquareCeiling_SE.png-44870de09ee4131162992a9b6bb93172.md5 new file mode 100644 index 0000000..cc12cf7 --- /dev/null +++ b/escape-room/godot/imported/lampSquareCeiling_SE.png-44870de09ee4131162992a9b6bb93172.md5 @@ -0,0 +1,3 @@ +source_md5="a79123aacd6368cf74bd1470e5009057" +dest_md5="259b729a99b904650f042062562a4f7f" + diff --git a/escape-room/godot/imported/lampSquareCeiling_SW.png-094401367f9be8b645b16004e7b136e3.ctex b/escape-room/godot/imported/lampSquareCeiling_SW.png-094401367f9be8b645b16004e7b136e3.ctex new file mode 100644 index 0000000..beb790c Binary files /dev/null and b/escape-room/godot/imported/lampSquareCeiling_SW.png-094401367f9be8b645b16004e7b136e3.ctex differ diff --git a/escape-room/godot/imported/lampSquareCeiling_SW.png-094401367f9be8b645b16004e7b136e3.md5 b/escape-room/godot/imported/lampSquareCeiling_SW.png-094401367f9be8b645b16004e7b136e3.md5 new file mode 100644 index 0000000..e263f67 --- /dev/null +++ b/escape-room/godot/imported/lampSquareCeiling_SW.png-094401367f9be8b645b16004e7b136e3.md5 @@ -0,0 +1,3 @@ +source_md5="7c67f386f0cdfc8306bb8172bc56459a" +dest_md5="5173a9fad91406f3e869b1a6e92ec010" + diff --git a/escape-room/godot/imported/lampSquareFloor.dae-58d16db19023fe7f10bf4821cf8c2eaa.md5 b/escape-room/godot/imported/lampSquareFloor.dae-58d16db19023fe7f10bf4821cf8c2eaa.md5 new file mode 100644 index 0000000..3bdb5aa --- /dev/null +++ b/escape-room/godot/imported/lampSquareFloor.dae-58d16db19023fe7f10bf4821cf8c2eaa.md5 @@ -0,0 +1,3 @@ +source_md5="ae8c57c10aaec58e5c25985d19dd9bcc" +dest_md5="d101129c3635f67b7ddb68fc385f1843" + diff --git a/escape-room/godot/imported/lampSquareFloor.dae-58d16db19023fe7f10bf4821cf8c2eaa.scn b/escape-room/godot/imported/lampSquareFloor.dae-58d16db19023fe7f10bf4821cf8c2eaa.scn new file mode 100644 index 0000000..8a4cdf9 Binary files /dev/null and b/escape-room/godot/imported/lampSquareFloor.dae-58d16db19023fe7f10bf4821cf8c2eaa.scn differ diff --git a/escape-room/godot/imported/lampSquareFloor.fbx-70408c173acf950d81ee5d57e84196ae.md5 b/escape-room/godot/imported/lampSquareFloor.fbx-70408c173acf950d81ee5d57e84196ae.md5 new file mode 100644 index 0000000..9f52ee8 --- /dev/null +++ b/escape-room/godot/imported/lampSquareFloor.fbx-70408c173acf950d81ee5d57e84196ae.md5 @@ -0,0 +1,3 @@ +source_md5="52445dedf3e516cef32d04eaaad5cf7d" +dest_md5="8d1b8cf8e53beb48582c45260ed1694a" + diff --git a/escape-room/godot/imported/lampSquareFloor.fbx-70408c173acf950d81ee5d57e84196ae.scn b/escape-room/godot/imported/lampSquareFloor.fbx-70408c173acf950d81ee5d57e84196ae.scn new file mode 100644 index 0000000..ec8efbd Binary files /dev/null and b/escape-room/godot/imported/lampSquareFloor.fbx-70408c173acf950d81ee5d57e84196ae.scn differ diff --git a/escape-room/godot/imported/lampSquareFloor.glb-68be69b20b27607321a13bce4ca945fb.md5 b/escape-room/godot/imported/lampSquareFloor.glb-68be69b20b27607321a13bce4ca945fb.md5 new file mode 100644 index 0000000..2b7f63a --- /dev/null +++ b/escape-room/godot/imported/lampSquareFloor.glb-68be69b20b27607321a13bce4ca945fb.md5 @@ -0,0 +1,3 @@ +source_md5="f748675f1ef69407febb44217dbea28e" +dest_md5="812775be2cb6f969c777eabf42102857" + diff --git a/escape-room/godot/imported/lampSquareFloor.glb-68be69b20b27607321a13bce4ca945fb.scn b/escape-room/godot/imported/lampSquareFloor.glb-68be69b20b27607321a13bce4ca945fb.scn new file mode 100644 index 0000000..af72619 Binary files /dev/null and b/escape-room/godot/imported/lampSquareFloor.glb-68be69b20b27607321a13bce4ca945fb.scn differ diff --git a/escape-room/godot/imported/lampSquareFloor.obj-0503b6e9426293a896b54d8a7491d1c7.md5 b/escape-room/godot/imported/lampSquareFloor.obj-0503b6e9426293a896b54d8a7491d1c7.md5 new file mode 100644 index 0000000..59aea21 --- /dev/null +++ b/escape-room/godot/imported/lampSquareFloor.obj-0503b6e9426293a896b54d8a7491d1c7.md5 @@ -0,0 +1,3 @@ +source_md5="2a31b02362968e5c4e8ee659072b24e7" +dest_md5="9f0618b565f7d1242be37f92996a1527" + diff --git a/escape-room/godot/imported/lampSquareFloor.obj-0503b6e9426293a896b54d8a7491d1c7.mesh b/escape-room/godot/imported/lampSquareFloor.obj-0503b6e9426293a896b54d8a7491d1c7.mesh new file mode 100644 index 0000000..cbef4f3 Binary files /dev/null and b/escape-room/godot/imported/lampSquareFloor.obj-0503b6e9426293a896b54d8a7491d1c7.mesh differ diff --git a/escape-room/godot/imported/lampSquareFloor.png-ed04c20fc5ee46883ec20ed70cf8a180.ctex b/escape-room/godot/imported/lampSquareFloor.png-ed04c20fc5ee46883ec20ed70cf8a180.ctex new file mode 100644 index 0000000..702bd40 Binary files /dev/null and b/escape-room/godot/imported/lampSquareFloor.png-ed04c20fc5ee46883ec20ed70cf8a180.ctex differ diff --git a/escape-room/godot/imported/lampSquareFloor.png-ed04c20fc5ee46883ec20ed70cf8a180.md5 b/escape-room/godot/imported/lampSquareFloor.png-ed04c20fc5ee46883ec20ed70cf8a180.md5 new file mode 100644 index 0000000..76ad7b4 --- /dev/null +++ b/escape-room/godot/imported/lampSquareFloor.png-ed04c20fc5ee46883ec20ed70cf8a180.md5 @@ -0,0 +1,3 @@ +source_md5="598db68b22961a6827a44c6f1277dd2b" +dest_md5="fb378440ddd4bc5cab98705ae010a552" + diff --git a/escape-room/godot/imported/lampSquareFloor_NE.png-be84f38154b615601ef78139b3a02168.ctex b/escape-room/godot/imported/lampSquareFloor_NE.png-be84f38154b615601ef78139b3a02168.ctex new file mode 100644 index 0000000..babbddd Binary files /dev/null and b/escape-room/godot/imported/lampSquareFloor_NE.png-be84f38154b615601ef78139b3a02168.ctex differ diff --git a/escape-room/godot/imported/lampSquareFloor_NE.png-be84f38154b615601ef78139b3a02168.md5 b/escape-room/godot/imported/lampSquareFloor_NE.png-be84f38154b615601ef78139b3a02168.md5 new file mode 100644 index 0000000..3c2b7fe --- /dev/null +++ b/escape-room/godot/imported/lampSquareFloor_NE.png-be84f38154b615601ef78139b3a02168.md5 @@ -0,0 +1,3 @@ +source_md5="fba4564d3bb350cf17bce449f342fe11" +dest_md5="bf2a8876d0758e0e3033139de63e6f83" + diff --git a/escape-room/godot/imported/lampSquareFloor_NW.png-c85528ebfb584e63512cba7649eb5bf5.ctex b/escape-room/godot/imported/lampSquareFloor_NW.png-c85528ebfb584e63512cba7649eb5bf5.ctex new file mode 100644 index 0000000..3082ff5 Binary files /dev/null and b/escape-room/godot/imported/lampSquareFloor_NW.png-c85528ebfb584e63512cba7649eb5bf5.ctex differ diff --git a/escape-room/godot/imported/lampSquareFloor_NW.png-c85528ebfb584e63512cba7649eb5bf5.md5 b/escape-room/godot/imported/lampSquareFloor_NW.png-c85528ebfb584e63512cba7649eb5bf5.md5 new file mode 100644 index 0000000..03a80d4 --- /dev/null +++ b/escape-room/godot/imported/lampSquareFloor_NW.png-c85528ebfb584e63512cba7649eb5bf5.md5 @@ -0,0 +1,3 @@ +source_md5="32fdff17aefdccd05cb84dd941ff71d5" +dest_md5="4f70dc2be9a33b04c13e04759e94aafa" + diff --git a/escape-room/godot/imported/lampSquareFloor_SE.png-b4ba0202a798578cbf59a366aa69cfce.ctex b/escape-room/godot/imported/lampSquareFloor_SE.png-b4ba0202a798578cbf59a366aa69cfce.ctex new file mode 100644 index 0000000..7aa0fa7 Binary files /dev/null and b/escape-room/godot/imported/lampSquareFloor_SE.png-b4ba0202a798578cbf59a366aa69cfce.ctex differ diff --git a/escape-room/godot/imported/lampSquareFloor_SE.png-b4ba0202a798578cbf59a366aa69cfce.md5 b/escape-room/godot/imported/lampSquareFloor_SE.png-b4ba0202a798578cbf59a366aa69cfce.md5 new file mode 100644 index 0000000..32b82e8 --- /dev/null +++ b/escape-room/godot/imported/lampSquareFloor_SE.png-b4ba0202a798578cbf59a366aa69cfce.md5 @@ -0,0 +1,3 @@ +source_md5="79e0cd0ca710257825c333ecdc7efbb6" +dest_md5="b8b9ec12cd17ec4058d27ed74bfc148f" + diff --git a/escape-room/godot/imported/lampSquareFloor_SW.png-1d11dfbbb4dfc48995fc3f3e1121a1b5.ctex b/escape-room/godot/imported/lampSquareFloor_SW.png-1d11dfbbb4dfc48995fc3f3e1121a1b5.ctex new file mode 100644 index 0000000..b90dabf Binary files /dev/null and b/escape-room/godot/imported/lampSquareFloor_SW.png-1d11dfbbb4dfc48995fc3f3e1121a1b5.ctex differ diff --git a/escape-room/godot/imported/lampSquareFloor_SW.png-1d11dfbbb4dfc48995fc3f3e1121a1b5.md5 b/escape-room/godot/imported/lampSquareFloor_SW.png-1d11dfbbb4dfc48995fc3f3e1121a1b5.md5 new file mode 100644 index 0000000..803cfc9 --- /dev/null +++ b/escape-room/godot/imported/lampSquareFloor_SW.png-1d11dfbbb4dfc48995fc3f3e1121a1b5.md5 @@ -0,0 +1,3 @@ +source_md5="06a31031b7ba29ae4700cc8e03551d1c" +dest_md5="ce81dd86ed4d34a7940518ee8765d50a" + diff --git a/escape-room/godot/imported/lampSquareTable.dae-e0c298f107f19248b764a6a4c1329ad9.md5 b/escape-room/godot/imported/lampSquareTable.dae-e0c298f107f19248b764a6a4c1329ad9.md5 new file mode 100644 index 0000000..03796c8 --- /dev/null +++ b/escape-room/godot/imported/lampSquareTable.dae-e0c298f107f19248b764a6a4c1329ad9.md5 @@ -0,0 +1,3 @@ +source_md5="aa2daca40b5f5e03d24f6a8e126e5423" +dest_md5="85f9d14ddc6064e6cdd4db5eaf369875" + diff --git a/escape-room/godot/imported/lampSquareTable.dae-e0c298f107f19248b764a6a4c1329ad9.scn b/escape-room/godot/imported/lampSquareTable.dae-e0c298f107f19248b764a6a4c1329ad9.scn new file mode 100644 index 0000000..599ad1c Binary files /dev/null and b/escape-room/godot/imported/lampSquareTable.dae-e0c298f107f19248b764a6a4c1329ad9.scn differ diff --git a/escape-room/godot/imported/lampSquareTable.fbx-f85a4951aafdfbfc9598fd40b7d1b16f.md5 b/escape-room/godot/imported/lampSquareTable.fbx-f85a4951aafdfbfc9598fd40b7d1b16f.md5 new file mode 100644 index 0000000..ed971d4 --- /dev/null +++ b/escape-room/godot/imported/lampSquareTable.fbx-f85a4951aafdfbfc9598fd40b7d1b16f.md5 @@ -0,0 +1,3 @@ +source_md5="ac4061261d3f79ed76fa5d52866bb427" +dest_md5="0dc6a1d0ace7494a9bddb957d70fef2f" + diff --git a/escape-room/godot/imported/lampSquareTable.fbx-f85a4951aafdfbfc9598fd40b7d1b16f.scn b/escape-room/godot/imported/lampSquareTable.fbx-f85a4951aafdfbfc9598fd40b7d1b16f.scn new file mode 100644 index 0000000..0cebe8e Binary files /dev/null and b/escape-room/godot/imported/lampSquareTable.fbx-f85a4951aafdfbfc9598fd40b7d1b16f.scn differ diff --git a/escape-room/godot/imported/lampSquareTable.glb-214592010f560a90908d9b89d8ce2dcf.md5 b/escape-room/godot/imported/lampSquareTable.glb-214592010f560a90908d9b89d8ce2dcf.md5 new file mode 100644 index 0000000..b4a77c9 --- /dev/null +++ b/escape-room/godot/imported/lampSquareTable.glb-214592010f560a90908d9b89d8ce2dcf.md5 @@ -0,0 +1,3 @@ +source_md5="44463b5838bed788beafd847b9b5c924" +dest_md5="ead001f76b7f4484255aef7827b0a50c" + diff --git a/escape-room/godot/imported/lampSquareTable.glb-214592010f560a90908d9b89d8ce2dcf.scn b/escape-room/godot/imported/lampSquareTable.glb-214592010f560a90908d9b89d8ce2dcf.scn new file mode 100644 index 0000000..2418161 Binary files /dev/null and b/escape-room/godot/imported/lampSquareTable.glb-214592010f560a90908d9b89d8ce2dcf.scn differ diff --git a/escape-room/godot/imported/lampSquareTable.obj-54120d2e545861acb09c15d3c97d61ef.md5 b/escape-room/godot/imported/lampSquareTable.obj-54120d2e545861acb09c15d3c97d61ef.md5 new file mode 100644 index 0000000..9358b38 --- /dev/null +++ b/escape-room/godot/imported/lampSquareTable.obj-54120d2e545861acb09c15d3c97d61ef.md5 @@ -0,0 +1,3 @@ +source_md5="3750828c5450bcf6bc9f48d7323fa2e6" +dest_md5="cd185a8ac8615a2f79e65d579ba7350c" + diff --git a/escape-room/godot/imported/lampSquareTable.obj-54120d2e545861acb09c15d3c97d61ef.mesh b/escape-room/godot/imported/lampSquareTable.obj-54120d2e545861acb09c15d3c97d61ef.mesh new file mode 100644 index 0000000..c425d39 Binary files /dev/null and b/escape-room/godot/imported/lampSquareTable.obj-54120d2e545861acb09c15d3c97d61ef.mesh differ diff --git a/escape-room/godot/imported/lampSquareTable.png-1f81ba9c5e8f70d1e9720c36ac039194.ctex b/escape-room/godot/imported/lampSquareTable.png-1f81ba9c5e8f70d1e9720c36ac039194.ctex new file mode 100644 index 0000000..08a551a Binary files /dev/null and b/escape-room/godot/imported/lampSquareTable.png-1f81ba9c5e8f70d1e9720c36ac039194.ctex differ diff --git a/escape-room/godot/imported/lampSquareTable.png-1f81ba9c5e8f70d1e9720c36ac039194.md5 b/escape-room/godot/imported/lampSquareTable.png-1f81ba9c5e8f70d1e9720c36ac039194.md5 new file mode 100644 index 0000000..b581d4e --- /dev/null +++ b/escape-room/godot/imported/lampSquareTable.png-1f81ba9c5e8f70d1e9720c36ac039194.md5 @@ -0,0 +1,3 @@ +source_md5="f3df26a7a73af429557b2da40c931946" +dest_md5="df47b9df8d67f7cc15ff69326c53d04a" + diff --git a/escape-room/godot/imported/lampSquareTable_NE.png-f46d4813b98447f2d145e20cdfbb2732.ctex b/escape-room/godot/imported/lampSquareTable_NE.png-f46d4813b98447f2d145e20cdfbb2732.ctex new file mode 100644 index 0000000..e599899 Binary files /dev/null and b/escape-room/godot/imported/lampSquareTable_NE.png-f46d4813b98447f2d145e20cdfbb2732.ctex differ diff --git a/escape-room/godot/imported/lampSquareTable_NE.png-f46d4813b98447f2d145e20cdfbb2732.md5 b/escape-room/godot/imported/lampSquareTable_NE.png-f46d4813b98447f2d145e20cdfbb2732.md5 new file mode 100644 index 0000000..9b3236a --- /dev/null +++ b/escape-room/godot/imported/lampSquareTable_NE.png-f46d4813b98447f2d145e20cdfbb2732.md5 @@ -0,0 +1,3 @@ +source_md5="b9e9f49bdbc5da466450460b49f1bb1b" +dest_md5="cb7aa9293343704130349b578123c310" + diff --git a/escape-room/godot/imported/lampSquareTable_NW.png-1892eda480b0686a210a4518d5ebc77f.ctex b/escape-room/godot/imported/lampSquareTable_NW.png-1892eda480b0686a210a4518d5ebc77f.ctex new file mode 100644 index 0000000..3cc9589 Binary files /dev/null and b/escape-room/godot/imported/lampSquareTable_NW.png-1892eda480b0686a210a4518d5ebc77f.ctex differ diff --git a/escape-room/godot/imported/lampSquareTable_NW.png-1892eda480b0686a210a4518d5ebc77f.md5 b/escape-room/godot/imported/lampSquareTable_NW.png-1892eda480b0686a210a4518d5ebc77f.md5 new file mode 100644 index 0000000..b643cbb --- /dev/null +++ b/escape-room/godot/imported/lampSquareTable_NW.png-1892eda480b0686a210a4518d5ebc77f.md5 @@ -0,0 +1,3 @@ +source_md5="25d95958fc8cb04dcc0ac09bca700bc7" +dest_md5="fd06a72064105df65d6eeb1d02a889f5" + diff --git a/escape-room/godot/imported/lampSquareTable_SE.png-95f6fc508c37ed8298ed59a313435f14.ctex b/escape-room/godot/imported/lampSquareTable_SE.png-95f6fc508c37ed8298ed59a313435f14.ctex new file mode 100644 index 0000000..00ec1bd Binary files /dev/null and b/escape-room/godot/imported/lampSquareTable_SE.png-95f6fc508c37ed8298ed59a313435f14.ctex differ diff --git a/escape-room/godot/imported/lampSquareTable_SE.png-95f6fc508c37ed8298ed59a313435f14.md5 b/escape-room/godot/imported/lampSquareTable_SE.png-95f6fc508c37ed8298ed59a313435f14.md5 new file mode 100644 index 0000000..a607461 --- /dev/null +++ b/escape-room/godot/imported/lampSquareTable_SE.png-95f6fc508c37ed8298ed59a313435f14.md5 @@ -0,0 +1,3 @@ +source_md5="c1e391cf070e186138f1680a4b326f7a" +dest_md5="8fed33a902fb639fd4961e9b43aac16d" + diff --git a/escape-room/godot/imported/lampSquareTable_SW.png-7f87338a06363c729d5dae1d0aef3706.ctex b/escape-room/godot/imported/lampSquareTable_SW.png-7f87338a06363c729d5dae1d0aef3706.ctex new file mode 100644 index 0000000..d773c07 Binary files /dev/null and b/escape-room/godot/imported/lampSquareTable_SW.png-7f87338a06363c729d5dae1d0aef3706.ctex differ diff --git a/escape-room/godot/imported/lampSquareTable_SW.png-7f87338a06363c729d5dae1d0aef3706.md5 b/escape-room/godot/imported/lampSquareTable_SW.png-7f87338a06363c729d5dae1d0aef3706.md5 new file mode 100644 index 0000000..4fd857b --- /dev/null +++ b/escape-room/godot/imported/lampSquareTable_SW.png-7f87338a06363c729d5dae1d0aef3706.md5 @@ -0,0 +1,3 @@ +source_md5="b6f0b1dbe88b8fcf9e6b8ef0f811fab4" +dest_md5="30b375f0dda6fe74e5ef47cdc7292d3d" + diff --git a/escape-room/godot/imported/lampWall.dae-3af4d512e821aaa47ddc0941f79a56c4.md5 b/escape-room/godot/imported/lampWall.dae-3af4d512e821aaa47ddc0941f79a56c4.md5 new file mode 100644 index 0000000..f447d6e --- /dev/null +++ b/escape-room/godot/imported/lampWall.dae-3af4d512e821aaa47ddc0941f79a56c4.md5 @@ -0,0 +1,3 @@ +source_md5="fc00697e146313f47f7e8de2a28d3106" +dest_md5="5f107e7f376d1172c52c17ad7b9f7b59" + diff --git a/escape-room/godot/imported/lampWall.dae-3af4d512e821aaa47ddc0941f79a56c4.scn b/escape-room/godot/imported/lampWall.dae-3af4d512e821aaa47ddc0941f79a56c4.scn new file mode 100644 index 0000000..e201f53 Binary files /dev/null and b/escape-room/godot/imported/lampWall.dae-3af4d512e821aaa47ddc0941f79a56c4.scn differ diff --git a/escape-room/godot/imported/lampWall.fbx-de83a1edbfc7f2f88eb3efd821b722fe.md5 b/escape-room/godot/imported/lampWall.fbx-de83a1edbfc7f2f88eb3efd821b722fe.md5 new file mode 100644 index 0000000..38ee2af --- /dev/null +++ b/escape-room/godot/imported/lampWall.fbx-de83a1edbfc7f2f88eb3efd821b722fe.md5 @@ -0,0 +1,3 @@ +source_md5="52fb1787add00cd073f608c39dfd0ee7" +dest_md5="cf95ca27ac75946c9c8149df122c8c9e" + diff --git a/escape-room/godot/imported/lampWall.fbx-de83a1edbfc7f2f88eb3efd821b722fe.scn b/escape-room/godot/imported/lampWall.fbx-de83a1edbfc7f2f88eb3efd821b722fe.scn new file mode 100644 index 0000000..1e3849c Binary files /dev/null and b/escape-room/godot/imported/lampWall.fbx-de83a1edbfc7f2f88eb3efd821b722fe.scn differ diff --git a/escape-room/godot/imported/lampWall.glb-4f1147385ec7407f210d19b165f3459e.md5 b/escape-room/godot/imported/lampWall.glb-4f1147385ec7407f210d19b165f3459e.md5 new file mode 100644 index 0000000..30f9647 --- /dev/null +++ b/escape-room/godot/imported/lampWall.glb-4f1147385ec7407f210d19b165f3459e.md5 @@ -0,0 +1,3 @@ +source_md5="53f619e54f98393367490071ac977bf0" +dest_md5="98ea7348d11bb63d1214988ba1397818" + diff --git a/escape-room/godot/imported/lampWall.glb-4f1147385ec7407f210d19b165f3459e.scn b/escape-room/godot/imported/lampWall.glb-4f1147385ec7407f210d19b165f3459e.scn new file mode 100644 index 0000000..b817ba6 Binary files /dev/null and b/escape-room/godot/imported/lampWall.glb-4f1147385ec7407f210d19b165f3459e.scn differ diff --git a/escape-room/godot/imported/lampWall.obj-23d0b3d0f8b5b3f8bc56237ba87cddae.md5 b/escape-room/godot/imported/lampWall.obj-23d0b3d0f8b5b3f8bc56237ba87cddae.md5 new file mode 100644 index 0000000..539c860 --- /dev/null +++ b/escape-room/godot/imported/lampWall.obj-23d0b3d0f8b5b3f8bc56237ba87cddae.md5 @@ -0,0 +1,3 @@ +source_md5="a40ee0acc9adab2456746330e91013cc" +dest_md5="9528e0f06f5a5b9bc40b8bcad1862742" + diff --git a/escape-room/godot/imported/lampWall.obj-23d0b3d0f8b5b3f8bc56237ba87cddae.mesh b/escape-room/godot/imported/lampWall.obj-23d0b3d0f8b5b3f8bc56237ba87cddae.mesh new file mode 100644 index 0000000..71f15cd Binary files /dev/null and b/escape-room/godot/imported/lampWall.obj-23d0b3d0f8b5b3f8bc56237ba87cddae.mesh differ diff --git a/escape-room/godot/imported/lampWall.png-213e24b977287fa8aa8ec20570277341.ctex b/escape-room/godot/imported/lampWall.png-213e24b977287fa8aa8ec20570277341.ctex new file mode 100644 index 0000000..6eb78d7 Binary files /dev/null and b/escape-room/godot/imported/lampWall.png-213e24b977287fa8aa8ec20570277341.ctex differ diff --git a/escape-room/godot/imported/lampWall.png-213e24b977287fa8aa8ec20570277341.md5 b/escape-room/godot/imported/lampWall.png-213e24b977287fa8aa8ec20570277341.md5 new file mode 100644 index 0000000..b2d25fd --- /dev/null +++ b/escape-room/godot/imported/lampWall.png-213e24b977287fa8aa8ec20570277341.md5 @@ -0,0 +1,3 @@ +source_md5="d5f4ecb5b202370e8d301effa896ff9b" +dest_md5="871d8ce95b802c5c5245b7d80dc78d63" + diff --git a/escape-room/godot/imported/lampWall_NE.png-834ad584cfc0660b2b9c9a57bf0e1ed5.ctex b/escape-room/godot/imported/lampWall_NE.png-834ad584cfc0660b2b9c9a57bf0e1ed5.ctex new file mode 100644 index 0000000..709c6f6 Binary files /dev/null and b/escape-room/godot/imported/lampWall_NE.png-834ad584cfc0660b2b9c9a57bf0e1ed5.ctex differ diff --git a/escape-room/godot/imported/lampWall_NE.png-834ad584cfc0660b2b9c9a57bf0e1ed5.md5 b/escape-room/godot/imported/lampWall_NE.png-834ad584cfc0660b2b9c9a57bf0e1ed5.md5 new file mode 100644 index 0000000..e78cb16 --- /dev/null +++ b/escape-room/godot/imported/lampWall_NE.png-834ad584cfc0660b2b9c9a57bf0e1ed5.md5 @@ -0,0 +1,3 @@ +source_md5="3f5b20938b3c0867e7abd86defd5e38f" +dest_md5="bf378512c7f148267713cd172be7743d" + diff --git a/escape-room/godot/imported/lampWall_NW.png-7f6f6088e5fb3d0564dcccab4b12a4cc.ctex b/escape-room/godot/imported/lampWall_NW.png-7f6f6088e5fb3d0564dcccab4b12a4cc.ctex new file mode 100644 index 0000000..45d12d2 Binary files /dev/null and b/escape-room/godot/imported/lampWall_NW.png-7f6f6088e5fb3d0564dcccab4b12a4cc.ctex differ diff --git a/escape-room/godot/imported/lampWall_NW.png-7f6f6088e5fb3d0564dcccab4b12a4cc.md5 b/escape-room/godot/imported/lampWall_NW.png-7f6f6088e5fb3d0564dcccab4b12a4cc.md5 new file mode 100644 index 0000000..719e9a8 --- /dev/null +++ b/escape-room/godot/imported/lampWall_NW.png-7f6f6088e5fb3d0564dcccab4b12a4cc.md5 @@ -0,0 +1,3 @@ +source_md5="ef9109c6e748132b943fae4f547eecad" +dest_md5="bca5525d0513119f0fa8c8c7fba53dcb" + diff --git a/escape-room/godot/imported/lampWall_SE.png-1976fc930d863a99c786e522bf345805.ctex b/escape-room/godot/imported/lampWall_SE.png-1976fc930d863a99c786e522bf345805.ctex new file mode 100644 index 0000000..bd2391c Binary files /dev/null and b/escape-room/godot/imported/lampWall_SE.png-1976fc930d863a99c786e522bf345805.ctex differ diff --git a/escape-room/godot/imported/lampWall_SE.png-1976fc930d863a99c786e522bf345805.md5 b/escape-room/godot/imported/lampWall_SE.png-1976fc930d863a99c786e522bf345805.md5 new file mode 100644 index 0000000..76bd8c0 --- /dev/null +++ b/escape-room/godot/imported/lampWall_SE.png-1976fc930d863a99c786e522bf345805.md5 @@ -0,0 +1,3 @@ +source_md5="c8d27d7fccaeba31bdc71504927cda9d" +dest_md5="28244aed0273923dbecb39829fe28649" + diff --git a/escape-room/godot/imported/lampWall_SW.png-73f7973c28fc23d30fdc9efcc3b35d52.ctex b/escape-room/godot/imported/lampWall_SW.png-73f7973c28fc23d30fdc9efcc3b35d52.ctex new file mode 100644 index 0000000..19248f5 Binary files /dev/null and b/escape-room/godot/imported/lampWall_SW.png-73f7973c28fc23d30fdc9efcc3b35d52.ctex differ diff --git a/escape-room/godot/imported/lampWall_SW.png-73f7973c28fc23d30fdc9efcc3b35d52.md5 b/escape-room/godot/imported/lampWall_SW.png-73f7973c28fc23d30fdc9efcc3b35d52.md5 new file mode 100644 index 0000000..404e7be --- /dev/null +++ b/escape-room/godot/imported/lampWall_SW.png-73f7973c28fc23d30fdc9efcc3b35d52.md5 @@ -0,0 +1,3 @@ +source_md5="d8b095e7fb0d4ca87ff9e04ab7be63ff" +dest_md5="d32d651cef10e81aecc5a9f6a4c2ccf2" + diff --git a/escape-room/godot/imported/laptop.dae-7b63c9d653d576a583311de51e4e2b2f.md5 b/escape-room/godot/imported/laptop.dae-7b63c9d653d576a583311de51e4e2b2f.md5 new file mode 100644 index 0000000..6d40a00 --- /dev/null +++ b/escape-room/godot/imported/laptop.dae-7b63c9d653d576a583311de51e4e2b2f.md5 @@ -0,0 +1,3 @@ +source_md5="300babfd4c1fe64cc9e13d9ab25d8e16" +dest_md5="29f41dbf475a89f2964d9effe8afedea" + diff --git a/escape-room/godot/imported/laptop.dae-7b63c9d653d576a583311de51e4e2b2f.scn b/escape-room/godot/imported/laptop.dae-7b63c9d653d576a583311de51e4e2b2f.scn new file mode 100644 index 0000000..865242d Binary files /dev/null and b/escape-room/godot/imported/laptop.dae-7b63c9d653d576a583311de51e4e2b2f.scn differ diff --git a/escape-room/godot/imported/laptop.fbx-312e0d49d2e746c654eccde3cfcdbdcf.md5 b/escape-room/godot/imported/laptop.fbx-312e0d49d2e746c654eccde3cfcdbdcf.md5 new file mode 100644 index 0000000..55da35c --- /dev/null +++ b/escape-room/godot/imported/laptop.fbx-312e0d49d2e746c654eccde3cfcdbdcf.md5 @@ -0,0 +1,3 @@ +source_md5="a293f3c3afe598027a0a3f46e0b409c3" +dest_md5="6dab8587c05142bb64b04c4f55a353bc" + diff --git a/escape-room/godot/imported/laptop.fbx-312e0d49d2e746c654eccde3cfcdbdcf.scn b/escape-room/godot/imported/laptop.fbx-312e0d49d2e746c654eccde3cfcdbdcf.scn new file mode 100644 index 0000000..f8d1f27 Binary files /dev/null and b/escape-room/godot/imported/laptop.fbx-312e0d49d2e746c654eccde3cfcdbdcf.scn differ diff --git a/escape-room/godot/imported/laptop.glb-1cc25801992430566e7b152ec549e278.md5 b/escape-room/godot/imported/laptop.glb-1cc25801992430566e7b152ec549e278.md5 new file mode 100644 index 0000000..6c07473 --- /dev/null +++ b/escape-room/godot/imported/laptop.glb-1cc25801992430566e7b152ec549e278.md5 @@ -0,0 +1,3 @@ +source_md5="cce5c6c4e87db3386d9f6fa10ba06fcd" +dest_md5="2bad02f409fc35b1438ec7c1ea1b9d0c" + diff --git a/escape-room/godot/imported/laptop.glb-1cc25801992430566e7b152ec549e278.scn b/escape-room/godot/imported/laptop.glb-1cc25801992430566e7b152ec549e278.scn new file mode 100644 index 0000000..02949e8 Binary files /dev/null and b/escape-room/godot/imported/laptop.glb-1cc25801992430566e7b152ec549e278.scn differ diff --git a/escape-room/godot/imported/laptop.obj-deb77daffb05a2a8afbc62c8ed99490b.md5 b/escape-room/godot/imported/laptop.obj-deb77daffb05a2a8afbc62c8ed99490b.md5 new file mode 100644 index 0000000..2b9b7b9 --- /dev/null +++ b/escape-room/godot/imported/laptop.obj-deb77daffb05a2a8afbc62c8ed99490b.md5 @@ -0,0 +1,3 @@ +source_md5="facec0e95e1c5ac570acae133aa33a5c" +dest_md5="2f12207ecf4030bb8fa4a5a4d0091c95" + diff --git a/escape-room/godot/imported/laptop.obj-deb77daffb05a2a8afbc62c8ed99490b.mesh b/escape-room/godot/imported/laptop.obj-deb77daffb05a2a8afbc62c8ed99490b.mesh new file mode 100644 index 0000000..9fd87f9 Binary files /dev/null and b/escape-room/godot/imported/laptop.obj-deb77daffb05a2a8afbc62c8ed99490b.mesh differ diff --git a/escape-room/godot/imported/laptop.png-439fafe9be1cc595844ddd0aecbb6637.ctex b/escape-room/godot/imported/laptop.png-439fafe9be1cc595844ddd0aecbb6637.ctex new file mode 100644 index 0000000..c81eb24 Binary files /dev/null and b/escape-room/godot/imported/laptop.png-439fafe9be1cc595844ddd0aecbb6637.ctex differ diff --git a/escape-room/godot/imported/laptop.png-439fafe9be1cc595844ddd0aecbb6637.md5 b/escape-room/godot/imported/laptop.png-439fafe9be1cc595844ddd0aecbb6637.md5 new file mode 100644 index 0000000..0178913 --- /dev/null +++ b/escape-room/godot/imported/laptop.png-439fafe9be1cc595844ddd0aecbb6637.md5 @@ -0,0 +1,3 @@ +source_md5="30bd941687cac0a939a7e34c667aab9d" +dest_md5="08a95a2cb7166d8403f1b9623992826d" + diff --git a/escape-room/godot/imported/laptop_NE.png-a4952c788f4c68ff5efc34a3f3caaff1.ctex b/escape-room/godot/imported/laptop_NE.png-a4952c788f4c68ff5efc34a3f3caaff1.ctex new file mode 100644 index 0000000..c64868c Binary files /dev/null and b/escape-room/godot/imported/laptop_NE.png-a4952c788f4c68ff5efc34a3f3caaff1.ctex differ diff --git a/escape-room/godot/imported/laptop_NE.png-a4952c788f4c68ff5efc34a3f3caaff1.md5 b/escape-room/godot/imported/laptop_NE.png-a4952c788f4c68ff5efc34a3f3caaff1.md5 new file mode 100644 index 0000000..7c9fbe5 --- /dev/null +++ b/escape-room/godot/imported/laptop_NE.png-a4952c788f4c68ff5efc34a3f3caaff1.md5 @@ -0,0 +1,3 @@ +source_md5="4f44b08b8810582e561ae9f78cb2c37d" +dest_md5="349916233efb67a312ef34b11a087732" + diff --git a/escape-room/godot/imported/laptop_NW.png-ef5bcc41558d42122bbbc9ff469814d6.ctex b/escape-room/godot/imported/laptop_NW.png-ef5bcc41558d42122bbbc9ff469814d6.ctex new file mode 100644 index 0000000..cede5d1 Binary files /dev/null and b/escape-room/godot/imported/laptop_NW.png-ef5bcc41558d42122bbbc9ff469814d6.ctex differ diff --git a/escape-room/godot/imported/laptop_NW.png-ef5bcc41558d42122bbbc9ff469814d6.md5 b/escape-room/godot/imported/laptop_NW.png-ef5bcc41558d42122bbbc9ff469814d6.md5 new file mode 100644 index 0000000..94009e5 --- /dev/null +++ b/escape-room/godot/imported/laptop_NW.png-ef5bcc41558d42122bbbc9ff469814d6.md5 @@ -0,0 +1,3 @@ +source_md5="169793a43400eb1c92fd7bc12d7a3567" +dest_md5="8cbe8e8bae90a784aa42dc1a3ed05bac" + diff --git a/escape-room/godot/imported/laptop_SE.png-2048209e11089e1c9d809c9322a1b59f.ctex b/escape-room/godot/imported/laptop_SE.png-2048209e11089e1c9d809c9322a1b59f.ctex new file mode 100644 index 0000000..5aaa817 Binary files /dev/null and b/escape-room/godot/imported/laptop_SE.png-2048209e11089e1c9d809c9322a1b59f.ctex differ diff --git a/escape-room/godot/imported/laptop_SE.png-2048209e11089e1c9d809c9322a1b59f.md5 b/escape-room/godot/imported/laptop_SE.png-2048209e11089e1c9d809c9322a1b59f.md5 new file mode 100644 index 0000000..76cdb54 --- /dev/null +++ b/escape-room/godot/imported/laptop_SE.png-2048209e11089e1c9d809c9322a1b59f.md5 @@ -0,0 +1,3 @@ +source_md5="08c43785408097306941fdd885abdd72" +dest_md5="21f4da6eafd290928af56e304bb4a596" + diff --git a/escape-room/godot/imported/laptop_SW.png-833c5e07d00260b64b5158837b3e938f.ctex b/escape-room/godot/imported/laptop_SW.png-833c5e07d00260b64b5158837b3e938f.ctex new file mode 100644 index 0000000..f0ca9f6 Binary files /dev/null and b/escape-room/godot/imported/laptop_SW.png-833c5e07d00260b64b5158837b3e938f.ctex differ diff --git a/escape-room/godot/imported/laptop_SW.png-833c5e07d00260b64b5158837b3e938f.md5 b/escape-room/godot/imported/laptop_SW.png-833c5e07d00260b64b5158837b3e938f.md5 new file mode 100644 index 0000000..49b4925 --- /dev/null +++ b/escape-room/godot/imported/laptop_SW.png-833c5e07d00260b64b5158837b3e938f.md5 @@ -0,0 +1,3 @@ +source_md5="82d63bb98ba4ea327d7d06379702d2a3" +dest_md5="cccb669ddcbc7f9b25283aee7ae076b2" + diff --git a/escape-room/godot/imported/loungeChair.dae-b9e51ff9b51945a323bf5a7a2618af60.md5 b/escape-room/godot/imported/loungeChair.dae-b9e51ff9b51945a323bf5a7a2618af60.md5 new file mode 100644 index 0000000..10a7239 --- /dev/null +++ b/escape-room/godot/imported/loungeChair.dae-b9e51ff9b51945a323bf5a7a2618af60.md5 @@ -0,0 +1,3 @@ +source_md5="d4714701897566de5881de7720bc2dbe" +dest_md5="ed59e2769e3359f7b9ed885f895673f1" + diff --git a/escape-room/godot/imported/loungeChair.dae-b9e51ff9b51945a323bf5a7a2618af60.scn b/escape-room/godot/imported/loungeChair.dae-b9e51ff9b51945a323bf5a7a2618af60.scn new file mode 100644 index 0000000..d47e8a4 Binary files /dev/null and b/escape-room/godot/imported/loungeChair.dae-b9e51ff9b51945a323bf5a7a2618af60.scn differ diff --git a/escape-room/godot/imported/loungeChair.fbx-d81687bc6ac100adcfc636db57b8cc6e.md5 b/escape-room/godot/imported/loungeChair.fbx-d81687bc6ac100adcfc636db57b8cc6e.md5 new file mode 100644 index 0000000..1ce6b9c --- /dev/null +++ b/escape-room/godot/imported/loungeChair.fbx-d81687bc6ac100adcfc636db57b8cc6e.md5 @@ -0,0 +1,3 @@ +source_md5="332e2f4eb9943f1e3b85e14f936c5dad" +dest_md5="374b0ddf0ccb754e938fb93e786861db" + diff --git a/escape-room/godot/imported/loungeChair.fbx-d81687bc6ac100adcfc636db57b8cc6e.scn b/escape-room/godot/imported/loungeChair.fbx-d81687bc6ac100adcfc636db57b8cc6e.scn new file mode 100644 index 0000000..4d03ded Binary files /dev/null and b/escape-room/godot/imported/loungeChair.fbx-d81687bc6ac100adcfc636db57b8cc6e.scn differ diff --git a/escape-room/godot/imported/loungeChair.glb-828a1b8afea5b40f3ae27adb44742aaf.md5 b/escape-room/godot/imported/loungeChair.glb-828a1b8afea5b40f3ae27adb44742aaf.md5 new file mode 100644 index 0000000..2d8f4dd --- /dev/null +++ b/escape-room/godot/imported/loungeChair.glb-828a1b8afea5b40f3ae27adb44742aaf.md5 @@ -0,0 +1,3 @@ +source_md5="9567e4f45caa88a609da3a8e11f875ff" +dest_md5="adbce5d7ccab807dcc21dc4305e2b242" + diff --git a/escape-room/godot/imported/loungeChair.glb-828a1b8afea5b40f3ae27adb44742aaf.scn b/escape-room/godot/imported/loungeChair.glb-828a1b8afea5b40f3ae27adb44742aaf.scn new file mode 100644 index 0000000..b94b704 Binary files /dev/null and b/escape-room/godot/imported/loungeChair.glb-828a1b8afea5b40f3ae27adb44742aaf.scn differ diff --git a/escape-room/godot/imported/loungeChair.obj-17edc5f04044a3339336e2bf9f4c2f21.md5 b/escape-room/godot/imported/loungeChair.obj-17edc5f04044a3339336e2bf9f4c2f21.md5 new file mode 100644 index 0000000..34e0903 --- /dev/null +++ b/escape-room/godot/imported/loungeChair.obj-17edc5f04044a3339336e2bf9f4c2f21.md5 @@ -0,0 +1,3 @@ +source_md5="1dff3657d01db6c182f9c49da20b1ccf" +dest_md5="7a0795e9fd8b45e66eb2b8d172efa9d0" + diff --git a/escape-room/godot/imported/loungeChair.obj-17edc5f04044a3339336e2bf9f4c2f21.mesh b/escape-room/godot/imported/loungeChair.obj-17edc5f04044a3339336e2bf9f4c2f21.mesh new file mode 100644 index 0000000..83f3e39 Binary files /dev/null and b/escape-room/godot/imported/loungeChair.obj-17edc5f04044a3339336e2bf9f4c2f21.mesh differ diff --git a/escape-room/godot/imported/loungeChair.png-74e1f0e2980c4004497593c27a10e774.ctex b/escape-room/godot/imported/loungeChair.png-74e1f0e2980c4004497593c27a10e774.ctex new file mode 100644 index 0000000..6c5f063 Binary files /dev/null and b/escape-room/godot/imported/loungeChair.png-74e1f0e2980c4004497593c27a10e774.ctex differ diff --git a/escape-room/godot/imported/loungeChair.png-74e1f0e2980c4004497593c27a10e774.md5 b/escape-room/godot/imported/loungeChair.png-74e1f0e2980c4004497593c27a10e774.md5 new file mode 100644 index 0000000..cbc4f02 --- /dev/null +++ b/escape-room/godot/imported/loungeChair.png-74e1f0e2980c4004497593c27a10e774.md5 @@ -0,0 +1,3 @@ +source_md5="33b80d6cb997d4d8815b2fce824b00c0" +dest_md5="0ad8f3a8c2dc3e8bc22f7f259376cf0b" + diff --git a/escape-room/godot/imported/loungeChairRelax.dae-a6ca87c9e7dda95ca02edf01f1a34230.md5 b/escape-room/godot/imported/loungeChairRelax.dae-a6ca87c9e7dda95ca02edf01f1a34230.md5 new file mode 100644 index 0000000..dcf78a1 --- /dev/null +++ b/escape-room/godot/imported/loungeChairRelax.dae-a6ca87c9e7dda95ca02edf01f1a34230.md5 @@ -0,0 +1,3 @@ +source_md5="da5e61e5f5014aaa42ea248773da1fec" +dest_md5="2564e8b29ae00c300a0bdf9451f37946" + diff --git a/escape-room/godot/imported/loungeChairRelax.dae-a6ca87c9e7dda95ca02edf01f1a34230.scn b/escape-room/godot/imported/loungeChairRelax.dae-a6ca87c9e7dda95ca02edf01f1a34230.scn new file mode 100644 index 0000000..be514c0 Binary files /dev/null and b/escape-room/godot/imported/loungeChairRelax.dae-a6ca87c9e7dda95ca02edf01f1a34230.scn differ diff --git a/escape-room/godot/imported/loungeChairRelax.fbx-b0c30260bd833b43cf9e37c1e7c9202a.md5 b/escape-room/godot/imported/loungeChairRelax.fbx-b0c30260bd833b43cf9e37c1e7c9202a.md5 new file mode 100644 index 0000000..3a42edb --- /dev/null +++ b/escape-room/godot/imported/loungeChairRelax.fbx-b0c30260bd833b43cf9e37c1e7c9202a.md5 @@ -0,0 +1,3 @@ +source_md5="55b17d4f53aa0f77fbfd7c1a6967696a" +dest_md5="48c75ce343a0ba0d18915b193a4b8025" + diff --git a/escape-room/godot/imported/loungeChairRelax.fbx-b0c30260bd833b43cf9e37c1e7c9202a.scn b/escape-room/godot/imported/loungeChairRelax.fbx-b0c30260bd833b43cf9e37c1e7c9202a.scn new file mode 100644 index 0000000..3fb415e Binary files /dev/null and b/escape-room/godot/imported/loungeChairRelax.fbx-b0c30260bd833b43cf9e37c1e7c9202a.scn differ diff --git a/escape-room/godot/imported/loungeChairRelax.glb-3e8f961bb54e851245789d2c0637fb44.md5 b/escape-room/godot/imported/loungeChairRelax.glb-3e8f961bb54e851245789d2c0637fb44.md5 new file mode 100644 index 0000000..514cdd8 --- /dev/null +++ b/escape-room/godot/imported/loungeChairRelax.glb-3e8f961bb54e851245789d2c0637fb44.md5 @@ -0,0 +1,3 @@ +source_md5="0d8ff7a8097067d8d29bb7e2d4bc50d0" +dest_md5="0a1c4af7efd9e1a5e2d5e9b09e9e6a12" + diff --git a/escape-room/godot/imported/loungeChairRelax.glb-3e8f961bb54e851245789d2c0637fb44.scn b/escape-room/godot/imported/loungeChairRelax.glb-3e8f961bb54e851245789d2c0637fb44.scn new file mode 100644 index 0000000..37ffd2b Binary files /dev/null and b/escape-room/godot/imported/loungeChairRelax.glb-3e8f961bb54e851245789d2c0637fb44.scn differ diff --git a/escape-room/godot/imported/loungeChairRelax.obj-ea0550a940bde8023793ad5d17647ce5.md5 b/escape-room/godot/imported/loungeChairRelax.obj-ea0550a940bde8023793ad5d17647ce5.md5 new file mode 100644 index 0000000..dd99152 --- /dev/null +++ b/escape-room/godot/imported/loungeChairRelax.obj-ea0550a940bde8023793ad5d17647ce5.md5 @@ -0,0 +1,3 @@ +source_md5="ccf4699a3005b78fe0d52e279ca15604" +dest_md5="0766fa347f41cf6d133b13ead690dd98" + diff --git a/escape-room/godot/imported/loungeChairRelax.obj-ea0550a940bde8023793ad5d17647ce5.mesh b/escape-room/godot/imported/loungeChairRelax.obj-ea0550a940bde8023793ad5d17647ce5.mesh new file mode 100644 index 0000000..19cd872 Binary files /dev/null and b/escape-room/godot/imported/loungeChairRelax.obj-ea0550a940bde8023793ad5d17647ce5.mesh differ diff --git a/escape-room/godot/imported/loungeChairRelax.png-8d0557d1ff0d69bcf9305a36a378cde9.ctex b/escape-room/godot/imported/loungeChairRelax.png-8d0557d1ff0d69bcf9305a36a378cde9.ctex new file mode 100644 index 0000000..bb71189 Binary files /dev/null and b/escape-room/godot/imported/loungeChairRelax.png-8d0557d1ff0d69bcf9305a36a378cde9.ctex differ diff --git a/escape-room/godot/imported/loungeChairRelax.png-8d0557d1ff0d69bcf9305a36a378cde9.md5 b/escape-room/godot/imported/loungeChairRelax.png-8d0557d1ff0d69bcf9305a36a378cde9.md5 new file mode 100644 index 0000000..7866c42 --- /dev/null +++ b/escape-room/godot/imported/loungeChairRelax.png-8d0557d1ff0d69bcf9305a36a378cde9.md5 @@ -0,0 +1,3 @@ +source_md5="1002e668d1e966dc143c875a5aeaba7f" +dest_md5="ef42ac36d5798ac0eca752573804c558" + diff --git a/escape-room/godot/imported/loungeChairRelax_NE.png-81e98f353f5b6a38301af913ab29e52c.ctex b/escape-room/godot/imported/loungeChairRelax_NE.png-81e98f353f5b6a38301af913ab29e52c.ctex new file mode 100644 index 0000000..b021cf8 Binary files /dev/null and b/escape-room/godot/imported/loungeChairRelax_NE.png-81e98f353f5b6a38301af913ab29e52c.ctex differ diff --git a/escape-room/godot/imported/loungeChairRelax_NE.png-81e98f353f5b6a38301af913ab29e52c.md5 b/escape-room/godot/imported/loungeChairRelax_NE.png-81e98f353f5b6a38301af913ab29e52c.md5 new file mode 100644 index 0000000..04fe08e --- /dev/null +++ b/escape-room/godot/imported/loungeChairRelax_NE.png-81e98f353f5b6a38301af913ab29e52c.md5 @@ -0,0 +1,3 @@ +source_md5="5967b636ac49286827ff293a22e9d650" +dest_md5="cc514cc107c5482c9224dcfc0df7a62f" + diff --git a/escape-room/godot/imported/loungeChairRelax_NW.png-5ba459b4508c508f52ed88e2539ef728.ctex b/escape-room/godot/imported/loungeChairRelax_NW.png-5ba459b4508c508f52ed88e2539ef728.ctex new file mode 100644 index 0000000..f3857f2 Binary files /dev/null and b/escape-room/godot/imported/loungeChairRelax_NW.png-5ba459b4508c508f52ed88e2539ef728.ctex differ diff --git a/escape-room/godot/imported/loungeChairRelax_NW.png-5ba459b4508c508f52ed88e2539ef728.md5 b/escape-room/godot/imported/loungeChairRelax_NW.png-5ba459b4508c508f52ed88e2539ef728.md5 new file mode 100644 index 0000000..ae6dbec --- /dev/null +++ b/escape-room/godot/imported/loungeChairRelax_NW.png-5ba459b4508c508f52ed88e2539ef728.md5 @@ -0,0 +1,3 @@ +source_md5="232e071f15170b58c95ce33e2f419301" +dest_md5="337113ada6f4746eddaa5eb5d9f05076" + diff --git a/escape-room/godot/imported/loungeChairRelax_SE.png-dd151c468c0ce9c927fc92b7acd0f8cd.ctex b/escape-room/godot/imported/loungeChairRelax_SE.png-dd151c468c0ce9c927fc92b7acd0f8cd.ctex new file mode 100644 index 0000000..5bf5df7 Binary files /dev/null and b/escape-room/godot/imported/loungeChairRelax_SE.png-dd151c468c0ce9c927fc92b7acd0f8cd.ctex differ diff --git a/escape-room/godot/imported/loungeChairRelax_SE.png-dd151c468c0ce9c927fc92b7acd0f8cd.md5 b/escape-room/godot/imported/loungeChairRelax_SE.png-dd151c468c0ce9c927fc92b7acd0f8cd.md5 new file mode 100644 index 0000000..4599156 --- /dev/null +++ b/escape-room/godot/imported/loungeChairRelax_SE.png-dd151c468c0ce9c927fc92b7acd0f8cd.md5 @@ -0,0 +1,3 @@ +source_md5="0547bdf7e36955a0f171df32b32ec580" +dest_md5="0f6aba89aec9cd0009e0c0d857c95a7c" + diff --git a/escape-room/godot/imported/loungeChairRelax_SW.png-0db678bc51eae4dd8a928530bd66a65d.ctex b/escape-room/godot/imported/loungeChairRelax_SW.png-0db678bc51eae4dd8a928530bd66a65d.ctex new file mode 100644 index 0000000..59f8220 Binary files /dev/null and b/escape-room/godot/imported/loungeChairRelax_SW.png-0db678bc51eae4dd8a928530bd66a65d.ctex differ diff --git a/escape-room/godot/imported/loungeChairRelax_SW.png-0db678bc51eae4dd8a928530bd66a65d.md5 b/escape-room/godot/imported/loungeChairRelax_SW.png-0db678bc51eae4dd8a928530bd66a65d.md5 new file mode 100644 index 0000000..3503322 --- /dev/null +++ b/escape-room/godot/imported/loungeChairRelax_SW.png-0db678bc51eae4dd8a928530bd66a65d.md5 @@ -0,0 +1,3 @@ +source_md5="023bcf1cee6a7bbc3392a0a325ce37bf" +dest_md5="2740e2b114b6cf6b29b3e423609ebb81" + diff --git a/escape-room/godot/imported/loungeChair_NE.png-b27cfd92055653949fbfa654dc4659f5.ctex b/escape-room/godot/imported/loungeChair_NE.png-b27cfd92055653949fbfa654dc4659f5.ctex new file mode 100644 index 0000000..c2b3d46 Binary files /dev/null and b/escape-room/godot/imported/loungeChair_NE.png-b27cfd92055653949fbfa654dc4659f5.ctex differ diff --git a/escape-room/godot/imported/loungeChair_NE.png-b27cfd92055653949fbfa654dc4659f5.md5 b/escape-room/godot/imported/loungeChair_NE.png-b27cfd92055653949fbfa654dc4659f5.md5 new file mode 100644 index 0000000..08faa64 --- /dev/null +++ b/escape-room/godot/imported/loungeChair_NE.png-b27cfd92055653949fbfa654dc4659f5.md5 @@ -0,0 +1,3 @@ +source_md5="6034fba5cb7b8607e8cb475a6f7ad97e" +dest_md5="3a42ead95ca842975016f72f1d0c6521" + diff --git a/escape-room/godot/imported/loungeChair_NW.png-e8fc9a8edebb84d8a102e49a84bf1242.ctex b/escape-room/godot/imported/loungeChair_NW.png-e8fc9a8edebb84d8a102e49a84bf1242.ctex new file mode 100644 index 0000000..5437685 Binary files /dev/null and b/escape-room/godot/imported/loungeChair_NW.png-e8fc9a8edebb84d8a102e49a84bf1242.ctex differ diff --git a/escape-room/godot/imported/loungeChair_NW.png-e8fc9a8edebb84d8a102e49a84bf1242.md5 b/escape-room/godot/imported/loungeChair_NW.png-e8fc9a8edebb84d8a102e49a84bf1242.md5 new file mode 100644 index 0000000..2c69ae8 --- /dev/null +++ b/escape-room/godot/imported/loungeChair_NW.png-e8fc9a8edebb84d8a102e49a84bf1242.md5 @@ -0,0 +1,3 @@ +source_md5="5cdd9705ffc750d903ba83d00202c009" +dest_md5="653f0c7275c1a53cd51d3e4076338556" + diff --git a/escape-room/godot/imported/loungeChair_SE.png-bf2ded80f6947d623d36ecb765d49933.ctex b/escape-room/godot/imported/loungeChair_SE.png-bf2ded80f6947d623d36ecb765d49933.ctex new file mode 100644 index 0000000..690fdfe Binary files /dev/null and b/escape-room/godot/imported/loungeChair_SE.png-bf2ded80f6947d623d36ecb765d49933.ctex differ diff --git a/escape-room/godot/imported/loungeChair_SE.png-bf2ded80f6947d623d36ecb765d49933.md5 b/escape-room/godot/imported/loungeChair_SE.png-bf2ded80f6947d623d36ecb765d49933.md5 new file mode 100644 index 0000000..37892f6 --- /dev/null +++ b/escape-room/godot/imported/loungeChair_SE.png-bf2ded80f6947d623d36ecb765d49933.md5 @@ -0,0 +1,3 @@ +source_md5="0f1737ff8aaa19cdf126adc1e78b6328" +dest_md5="04b2d2c960902a459fe09531ed6882ef" + diff --git a/escape-room/godot/imported/loungeChair_SW.png-7be97b6029c6b6fed07ec945b096ba79.ctex b/escape-room/godot/imported/loungeChair_SW.png-7be97b6029c6b6fed07ec945b096ba79.ctex new file mode 100644 index 0000000..1088d0c Binary files /dev/null and b/escape-room/godot/imported/loungeChair_SW.png-7be97b6029c6b6fed07ec945b096ba79.ctex differ diff --git a/escape-room/godot/imported/loungeChair_SW.png-7be97b6029c6b6fed07ec945b096ba79.md5 b/escape-room/godot/imported/loungeChair_SW.png-7be97b6029c6b6fed07ec945b096ba79.md5 new file mode 100644 index 0000000..3093640 --- /dev/null +++ b/escape-room/godot/imported/loungeChair_SW.png-7be97b6029c6b6fed07ec945b096ba79.md5 @@ -0,0 +1,3 @@ +source_md5="70279ab7e0ec4d12f971d0bc3a7a1835" +dest_md5="1b82d5c08a98affba3f935e7665159a6" + diff --git a/escape-room/godot/imported/loungeDesignChair.dae-9690bce38ea6fd9f3d846efda7aa780f.md5 b/escape-room/godot/imported/loungeDesignChair.dae-9690bce38ea6fd9f3d846efda7aa780f.md5 new file mode 100644 index 0000000..7a2905b --- /dev/null +++ b/escape-room/godot/imported/loungeDesignChair.dae-9690bce38ea6fd9f3d846efda7aa780f.md5 @@ -0,0 +1,3 @@ +source_md5="4ba522f1724ff4be4bafe9e24ef033bb" +dest_md5="3e0c22235576cf5a4a6c9f3cc5c96cd3" + diff --git a/escape-room/godot/imported/loungeDesignChair.dae-9690bce38ea6fd9f3d846efda7aa780f.scn b/escape-room/godot/imported/loungeDesignChair.dae-9690bce38ea6fd9f3d846efda7aa780f.scn new file mode 100644 index 0000000..90b6b8f Binary files /dev/null and b/escape-room/godot/imported/loungeDesignChair.dae-9690bce38ea6fd9f3d846efda7aa780f.scn differ diff --git a/escape-room/godot/imported/loungeDesignChair.fbx-cae977cb8f76fd1e24467eebbb7c1632.md5 b/escape-room/godot/imported/loungeDesignChair.fbx-cae977cb8f76fd1e24467eebbb7c1632.md5 new file mode 100644 index 0000000..c84f02f --- /dev/null +++ b/escape-room/godot/imported/loungeDesignChair.fbx-cae977cb8f76fd1e24467eebbb7c1632.md5 @@ -0,0 +1,3 @@ +source_md5="00a9093790b339aad179b914f8686267" +dest_md5="a1180331c7f1300bb550b50927fc5ee0" + diff --git a/escape-room/godot/imported/loungeDesignChair.fbx-cae977cb8f76fd1e24467eebbb7c1632.scn b/escape-room/godot/imported/loungeDesignChair.fbx-cae977cb8f76fd1e24467eebbb7c1632.scn new file mode 100644 index 0000000..52fd2e9 Binary files /dev/null and b/escape-room/godot/imported/loungeDesignChair.fbx-cae977cb8f76fd1e24467eebbb7c1632.scn differ diff --git a/escape-room/godot/imported/loungeDesignChair.glb-b5acd44fdcefd1da285fc90ea8a63773.md5 b/escape-room/godot/imported/loungeDesignChair.glb-b5acd44fdcefd1da285fc90ea8a63773.md5 new file mode 100644 index 0000000..967c646 --- /dev/null +++ b/escape-room/godot/imported/loungeDesignChair.glb-b5acd44fdcefd1da285fc90ea8a63773.md5 @@ -0,0 +1,3 @@ +source_md5="daa6a8e6ef589fe50302b30dbaa8caa5" +dest_md5="3e93a5643abb618fb06a729859e0b5e6" + diff --git a/escape-room/godot/imported/loungeDesignChair.glb-b5acd44fdcefd1da285fc90ea8a63773.scn b/escape-room/godot/imported/loungeDesignChair.glb-b5acd44fdcefd1da285fc90ea8a63773.scn new file mode 100644 index 0000000..2e7ad7b Binary files /dev/null and b/escape-room/godot/imported/loungeDesignChair.glb-b5acd44fdcefd1da285fc90ea8a63773.scn differ diff --git a/escape-room/godot/imported/loungeDesignChair.obj-0ffa696fcb752594b7d852a120c3a3e2.md5 b/escape-room/godot/imported/loungeDesignChair.obj-0ffa696fcb752594b7d852a120c3a3e2.md5 new file mode 100644 index 0000000..cb1a2d5 --- /dev/null +++ b/escape-room/godot/imported/loungeDesignChair.obj-0ffa696fcb752594b7d852a120c3a3e2.md5 @@ -0,0 +1,3 @@ +source_md5="ec931e7e8c8300c0eb19624587247885" +dest_md5="1bd55f564851222462ff7eb7cda961a3" + diff --git a/escape-room/godot/imported/loungeDesignChair.obj-0ffa696fcb752594b7d852a120c3a3e2.mesh b/escape-room/godot/imported/loungeDesignChair.obj-0ffa696fcb752594b7d852a120c3a3e2.mesh new file mode 100644 index 0000000..6e05257 Binary files /dev/null and b/escape-room/godot/imported/loungeDesignChair.obj-0ffa696fcb752594b7d852a120c3a3e2.mesh differ diff --git a/escape-room/godot/imported/loungeDesignChair.png-dd5d8d94d02339164a6695a4575ed967.ctex b/escape-room/godot/imported/loungeDesignChair.png-dd5d8d94d02339164a6695a4575ed967.ctex new file mode 100644 index 0000000..142d823 Binary files /dev/null and b/escape-room/godot/imported/loungeDesignChair.png-dd5d8d94d02339164a6695a4575ed967.ctex differ diff --git a/escape-room/godot/imported/loungeDesignChair.png-dd5d8d94d02339164a6695a4575ed967.md5 b/escape-room/godot/imported/loungeDesignChair.png-dd5d8d94d02339164a6695a4575ed967.md5 new file mode 100644 index 0000000..87dcc8b --- /dev/null +++ b/escape-room/godot/imported/loungeDesignChair.png-dd5d8d94d02339164a6695a4575ed967.md5 @@ -0,0 +1,3 @@ +source_md5="72be50705c29d3fe466865b95470be3b" +dest_md5="5b73b145f94a872e0635ac7bf62440db" + diff --git a/escape-room/godot/imported/loungeDesignChair_NE.png-3f0cc16b0bc270e574e2d51ffdafbf55.ctex b/escape-room/godot/imported/loungeDesignChair_NE.png-3f0cc16b0bc270e574e2d51ffdafbf55.ctex new file mode 100644 index 0000000..57b042d Binary files /dev/null and b/escape-room/godot/imported/loungeDesignChair_NE.png-3f0cc16b0bc270e574e2d51ffdafbf55.ctex differ diff --git a/escape-room/godot/imported/loungeDesignChair_NE.png-3f0cc16b0bc270e574e2d51ffdafbf55.md5 b/escape-room/godot/imported/loungeDesignChair_NE.png-3f0cc16b0bc270e574e2d51ffdafbf55.md5 new file mode 100644 index 0000000..e3e8814 --- /dev/null +++ b/escape-room/godot/imported/loungeDesignChair_NE.png-3f0cc16b0bc270e574e2d51ffdafbf55.md5 @@ -0,0 +1,3 @@ +source_md5="a3f8af4745288ea8d4de0a51030147b5" +dest_md5="5165373909e7b5dbc38dba1274c400df" + diff --git a/escape-room/godot/imported/loungeDesignChair_NW.png-689a29096132a0bbdb74d632444b6f65.ctex b/escape-room/godot/imported/loungeDesignChair_NW.png-689a29096132a0bbdb74d632444b6f65.ctex new file mode 100644 index 0000000..47f960d Binary files /dev/null and b/escape-room/godot/imported/loungeDesignChair_NW.png-689a29096132a0bbdb74d632444b6f65.ctex differ diff --git a/escape-room/godot/imported/loungeDesignChair_NW.png-689a29096132a0bbdb74d632444b6f65.md5 b/escape-room/godot/imported/loungeDesignChair_NW.png-689a29096132a0bbdb74d632444b6f65.md5 new file mode 100644 index 0000000..bbc9e32 --- /dev/null +++ b/escape-room/godot/imported/loungeDesignChair_NW.png-689a29096132a0bbdb74d632444b6f65.md5 @@ -0,0 +1,3 @@ +source_md5="ac204f042bfa165f818b1f23b0166cb4" +dest_md5="089a9fc2689ad3545fe18f5cdf9400f0" + diff --git a/escape-room/godot/imported/loungeDesignChair_SE.png-d540605b183268a2d0aaa05f6c4b02d3.ctex b/escape-room/godot/imported/loungeDesignChair_SE.png-d540605b183268a2d0aaa05f6c4b02d3.ctex new file mode 100644 index 0000000..468cc3f Binary files /dev/null and b/escape-room/godot/imported/loungeDesignChair_SE.png-d540605b183268a2d0aaa05f6c4b02d3.ctex differ diff --git a/escape-room/godot/imported/loungeDesignChair_SE.png-d540605b183268a2d0aaa05f6c4b02d3.md5 b/escape-room/godot/imported/loungeDesignChair_SE.png-d540605b183268a2d0aaa05f6c4b02d3.md5 new file mode 100644 index 0000000..ccaab36 --- /dev/null +++ b/escape-room/godot/imported/loungeDesignChair_SE.png-d540605b183268a2d0aaa05f6c4b02d3.md5 @@ -0,0 +1,3 @@ +source_md5="24c8e95dff2222548974c287e90652ce" +dest_md5="994688782686e3f0209eef2b23f32c9f" + diff --git a/escape-room/godot/imported/loungeDesignChair_SW.png-331c7a5f7339418a058708963fcd114c.ctex b/escape-room/godot/imported/loungeDesignChair_SW.png-331c7a5f7339418a058708963fcd114c.ctex new file mode 100644 index 0000000..fce0345 Binary files /dev/null and b/escape-room/godot/imported/loungeDesignChair_SW.png-331c7a5f7339418a058708963fcd114c.ctex differ diff --git a/escape-room/godot/imported/loungeDesignChair_SW.png-331c7a5f7339418a058708963fcd114c.md5 b/escape-room/godot/imported/loungeDesignChair_SW.png-331c7a5f7339418a058708963fcd114c.md5 new file mode 100644 index 0000000..ec88361 --- /dev/null +++ b/escape-room/godot/imported/loungeDesignChair_SW.png-331c7a5f7339418a058708963fcd114c.md5 @@ -0,0 +1,3 @@ +source_md5="cb1e885d1e744a5d1f91336fba0dfb55" +dest_md5="f2904972afcecb55b406d83aa47e8615" + diff --git a/escape-room/godot/imported/loungeDesignSofa.dae-ce9bfef65b4182783ee509a8d926d7fd.md5 b/escape-room/godot/imported/loungeDesignSofa.dae-ce9bfef65b4182783ee509a8d926d7fd.md5 new file mode 100644 index 0000000..e3c2c5c --- /dev/null +++ b/escape-room/godot/imported/loungeDesignSofa.dae-ce9bfef65b4182783ee509a8d926d7fd.md5 @@ -0,0 +1,3 @@ +source_md5="4eb89808a02eb49721a574643bb08da5" +dest_md5="2c9af9a10d479e8b23891514543c13a3" + diff --git a/escape-room/godot/imported/loungeDesignSofa.dae-ce9bfef65b4182783ee509a8d926d7fd.scn b/escape-room/godot/imported/loungeDesignSofa.dae-ce9bfef65b4182783ee509a8d926d7fd.scn new file mode 100644 index 0000000..3d817c2 Binary files /dev/null and b/escape-room/godot/imported/loungeDesignSofa.dae-ce9bfef65b4182783ee509a8d926d7fd.scn differ diff --git a/escape-room/godot/imported/loungeDesignSofa.fbx-25ca5a8c3e196e541cf093fd63b435e9.md5 b/escape-room/godot/imported/loungeDesignSofa.fbx-25ca5a8c3e196e541cf093fd63b435e9.md5 new file mode 100644 index 0000000..09c6aef --- /dev/null +++ b/escape-room/godot/imported/loungeDesignSofa.fbx-25ca5a8c3e196e541cf093fd63b435e9.md5 @@ -0,0 +1,3 @@ +source_md5="7c1d73319397416dd911754b4cec9cb3" +dest_md5="87b65d8ecdbec98b63ff315bed851093" + diff --git a/escape-room/godot/imported/loungeDesignSofa.fbx-25ca5a8c3e196e541cf093fd63b435e9.scn b/escape-room/godot/imported/loungeDesignSofa.fbx-25ca5a8c3e196e541cf093fd63b435e9.scn new file mode 100644 index 0000000..66bd2fe Binary files /dev/null and b/escape-room/godot/imported/loungeDesignSofa.fbx-25ca5a8c3e196e541cf093fd63b435e9.scn differ diff --git a/escape-room/godot/imported/loungeDesignSofa.glb-fab02968514f822e8c11a81c682c66a6.md5 b/escape-room/godot/imported/loungeDesignSofa.glb-fab02968514f822e8c11a81c682c66a6.md5 new file mode 100644 index 0000000..7fd8699 --- /dev/null +++ b/escape-room/godot/imported/loungeDesignSofa.glb-fab02968514f822e8c11a81c682c66a6.md5 @@ -0,0 +1,3 @@ +source_md5="959f181d43d3c209ce3068a99414d2b7" +dest_md5="2ee03e5a9cbd69d3d98d9d1b88245cfe" + diff --git a/escape-room/godot/imported/loungeDesignSofa.glb-fab02968514f822e8c11a81c682c66a6.scn b/escape-room/godot/imported/loungeDesignSofa.glb-fab02968514f822e8c11a81c682c66a6.scn new file mode 100644 index 0000000..9c794fb Binary files /dev/null and b/escape-room/godot/imported/loungeDesignSofa.glb-fab02968514f822e8c11a81c682c66a6.scn differ diff --git a/escape-room/godot/imported/loungeDesignSofa.obj-edb589c42a5a07164613d14b0aa94a08.md5 b/escape-room/godot/imported/loungeDesignSofa.obj-edb589c42a5a07164613d14b0aa94a08.md5 new file mode 100644 index 0000000..080de27 --- /dev/null +++ b/escape-room/godot/imported/loungeDesignSofa.obj-edb589c42a5a07164613d14b0aa94a08.md5 @@ -0,0 +1,3 @@ +source_md5="63b01dabff1ac15949d4b20ef7447126" +dest_md5="728289f6865c397579e7f871a6987b6f" + diff --git a/escape-room/godot/imported/loungeDesignSofa.obj-edb589c42a5a07164613d14b0aa94a08.mesh b/escape-room/godot/imported/loungeDesignSofa.obj-edb589c42a5a07164613d14b0aa94a08.mesh new file mode 100644 index 0000000..0292a8e Binary files /dev/null and b/escape-room/godot/imported/loungeDesignSofa.obj-edb589c42a5a07164613d14b0aa94a08.mesh differ diff --git a/escape-room/godot/imported/loungeDesignSofa.png-56a0ce9d6e05e95cb034af16e2fb6900.ctex b/escape-room/godot/imported/loungeDesignSofa.png-56a0ce9d6e05e95cb034af16e2fb6900.ctex new file mode 100644 index 0000000..2bbd386 Binary files /dev/null and b/escape-room/godot/imported/loungeDesignSofa.png-56a0ce9d6e05e95cb034af16e2fb6900.ctex differ diff --git a/escape-room/godot/imported/loungeDesignSofa.png-56a0ce9d6e05e95cb034af16e2fb6900.md5 b/escape-room/godot/imported/loungeDesignSofa.png-56a0ce9d6e05e95cb034af16e2fb6900.md5 new file mode 100644 index 0000000..70cc988 --- /dev/null +++ b/escape-room/godot/imported/loungeDesignSofa.png-56a0ce9d6e05e95cb034af16e2fb6900.md5 @@ -0,0 +1,3 @@ +source_md5="827abd2790976d2b9a28396f7ba6c190" +dest_md5="46828068f1f63facd5c9b3471299d261" + diff --git a/escape-room/godot/imported/loungeDesignSofaCorner.dae-f51995d2ffdf62908f7c1c56fe900807.md5 b/escape-room/godot/imported/loungeDesignSofaCorner.dae-f51995d2ffdf62908f7c1c56fe900807.md5 new file mode 100644 index 0000000..e0b33a5 --- /dev/null +++ b/escape-room/godot/imported/loungeDesignSofaCorner.dae-f51995d2ffdf62908f7c1c56fe900807.md5 @@ -0,0 +1,3 @@ +source_md5="0472a51f692e1527af6767f68831ecd9" +dest_md5="627c8222a72340403a44dee91f9b4845" + diff --git a/escape-room/godot/imported/loungeDesignSofaCorner.dae-f51995d2ffdf62908f7c1c56fe900807.scn b/escape-room/godot/imported/loungeDesignSofaCorner.dae-f51995d2ffdf62908f7c1c56fe900807.scn new file mode 100644 index 0000000..d03f916 Binary files /dev/null and b/escape-room/godot/imported/loungeDesignSofaCorner.dae-f51995d2ffdf62908f7c1c56fe900807.scn differ diff --git a/escape-room/godot/imported/loungeDesignSofaCorner.fbx-421b3839cd7d5be84e8569160ae0b027.md5 b/escape-room/godot/imported/loungeDesignSofaCorner.fbx-421b3839cd7d5be84e8569160ae0b027.md5 new file mode 100644 index 0000000..5b9b581 --- /dev/null +++ b/escape-room/godot/imported/loungeDesignSofaCorner.fbx-421b3839cd7d5be84e8569160ae0b027.md5 @@ -0,0 +1,3 @@ +source_md5="1996b6ae650a94a0576faabbe8c0e235" +dest_md5="830de3b949847feb4a89403111fe6086" + diff --git a/escape-room/godot/imported/loungeDesignSofaCorner.fbx-421b3839cd7d5be84e8569160ae0b027.scn b/escape-room/godot/imported/loungeDesignSofaCorner.fbx-421b3839cd7d5be84e8569160ae0b027.scn new file mode 100644 index 0000000..ea7a17e Binary files /dev/null and b/escape-room/godot/imported/loungeDesignSofaCorner.fbx-421b3839cd7d5be84e8569160ae0b027.scn differ diff --git a/escape-room/godot/imported/loungeDesignSofaCorner.glb-16cd0bd4123678d2524231e868039ca9.md5 b/escape-room/godot/imported/loungeDesignSofaCorner.glb-16cd0bd4123678d2524231e868039ca9.md5 new file mode 100644 index 0000000..eea5d6d --- /dev/null +++ b/escape-room/godot/imported/loungeDesignSofaCorner.glb-16cd0bd4123678d2524231e868039ca9.md5 @@ -0,0 +1,3 @@ +source_md5="d869a32fd36ea6b612af57128724fc37" +dest_md5="65ea4ae883db3c1269b09e88ab1c0412" + diff --git a/escape-room/godot/imported/loungeDesignSofaCorner.glb-16cd0bd4123678d2524231e868039ca9.scn b/escape-room/godot/imported/loungeDesignSofaCorner.glb-16cd0bd4123678d2524231e868039ca9.scn new file mode 100644 index 0000000..10f83bd Binary files /dev/null and b/escape-room/godot/imported/loungeDesignSofaCorner.glb-16cd0bd4123678d2524231e868039ca9.scn differ diff --git a/escape-room/godot/imported/loungeDesignSofaCorner.obj-6fc04603206d5e6d88f897c40e473689.md5 b/escape-room/godot/imported/loungeDesignSofaCorner.obj-6fc04603206d5e6d88f897c40e473689.md5 new file mode 100644 index 0000000..1c254bb --- /dev/null +++ b/escape-room/godot/imported/loungeDesignSofaCorner.obj-6fc04603206d5e6d88f897c40e473689.md5 @@ -0,0 +1,3 @@ +source_md5="a5d7189cc22b7a6be3775fe17b1256ff" +dest_md5="87f73219bb6efffa684c0fe799f9081f" + diff --git a/escape-room/godot/imported/loungeDesignSofaCorner.obj-6fc04603206d5e6d88f897c40e473689.mesh b/escape-room/godot/imported/loungeDesignSofaCorner.obj-6fc04603206d5e6d88f897c40e473689.mesh new file mode 100644 index 0000000..2ba91c0 Binary files /dev/null and b/escape-room/godot/imported/loungeDesignSofaCorner.obj-6fc04603206d5e6d88f897c40e473689.mesh differ diff --git a/escape-room/godot/imported/loungeDesignSofaCorner.png-3a4906c8a61ba45798455d1c7891bb54.ctex b/escape-room/godot/imported/loungeDesignSofaCorner.png-3a4906c8a61ba45798455d1c7891bb54.ctex new file mode 100644 index 0000000..d0ff7f3 Binary files /dev/null and b/escape-room/godot/imported/loungeDesignSofaCorner.png-3a4906c8a61ba45798455d1c7891bb54.ctex differ diff --git a/escape-room/godot/imported/loungeDesignSofaCorner.png-3a4906c8a61ba45798455d1c7891bb54.md5 b/escape-room/godot/imported/loungeDesignSofaCorner.png-3a4906c8a61ba45798455d1c7891bb54.md5 new file mode 100644 index 0000000..e5e8252 --- /dev/null +++ b/escape-room/godot/imported/loungeDesignSofaCorner.png-3a4906c8a61ba45798455d1c7891bb54.md5 @@ -0,0 +1,3 @@ +source_md5="68961de5e71010dddf54e7aff9d012ae" +dest_md5="e33af58af63d7087184497053d7bc265" + diff --git a/escape-room/godot/imported/loungeDesignSofaCorner_NE.png-2e7701ea33439d8e8b2c1f20d7847a7d.ctex b/escape-room/godot/imported/loungeDesignSofaCorner_NE.png-2e7701ea33439d8e8b2c1f20d7847a7d.ctex new file mode 100644 index 0000000..2909d02 Binary files /dev/null and b/escape-room/godot/imported/loungeDesignSofaCorner_NE.png-2e7701ea33439d8e8b2c1f20d7847a7d.ctex differ diff --git a/escape-room/godot/imported/loungeDesignSofaCorner_NE.png-2e7701ea33439d8e8b2c1f20d7847a7d.md5 b/escape-room/godot/imported/loungeDesignSofaCorner_NE.png-2e7701ea33439d8e8b2c1f20d7847a7d.md5 new file mode 100644 index 0000000..801539e --- /dev/null +++ b/escape-room/godot/imported/loungeDesignSofaCorner_NE.png-2e7701ea33439d8e8b2c1f20d7847a7d.md5 @@ -0,0 +1,3 @@ +source_md5="faf2d10609bbc929dad2d8210aa2458b" +dest_md5="d7947175e55adf022895859dff89cbfa" + diff --git a/escape-room/godot/imported/loungeDesignSofaCorner_NW.png-5056580d8e2a5336429c1f67ef20e0c1.ctex b/escape-room/godot/imported/loungeDesignSofaCorner_NW.png-5056580d8e2a5336429c1f67ef20e0c1.ctex new file mode 100644 index 0000000..6138bb8 Binary files /dev/null and b/escape-room/godot/imported/loungeDesignSofaCorner_NW.png-5056580d8e2a5336429c1f67ef20e0c1.ctex differ diff --git a/escape-room/godot/imported/loungeDesignSofaCorner_NW.png-5056580d8e2a5336429c1f67ef20e0c1.md5 b/escape-room/godot/imported/loungeDesignSofaCorner_NW.png-5056580d8e2a5336429c1f67ef20e0c1.md5 new file mode 100644 index 0000000..8f218ae --- /dev/null +++ b/escape-room/godot/imported/loungeDesignSofaCorner_NW.png-5056580d8e2a5336429c1f67ef20e0c1.md5 @@ -0,0 +1,3 @@ +source_md5="a28e5b4c7ff2751f0d72adbbeed9055f" +dest_md5="f72aba98708de950507cd7d17ae7d663" + diff --git a/escape-room/godot/imported/loungeDesignSofaCorner_SE.png-3bdafcbf1a16d7436613176e877c5f47.ctex b/escape-room/godot/imported/loungeDesignSofaCorner_SE.png-3bdafcbf1a16d7436613176e877c5f47.ctex new file mode 100644 index 0000000..bdaaad4 Binary files /dev/null and b/escape-room/godot/imported/loungeDesignSofaCorner_SE.png-3bdafcbf1a16d7436613176e877c5f47.ctex differ diff --git a/escape-room/godot/imported/loungeDesignSofaCorner_SE.png-3bdafcbf1a16d7436613176e877c5f47.md5 b/escape-room/godot/imported/loungeDesignSofaCorner_SE.png-3bdafcbf1a16d7436613176e877c5f47.md5 new file mode 100644 index 0000000..33406b7 --- /dev/null +++ b/escape-room/godot/imported/loungeDesignSofaCorner_SE.png-3bdafcbf1a16d7436613176e877c5f47.md5 @@ -0,0 +1,3 @@ +source_md5="6d81a09e40ab5d40fa4d4d049713bf70" +dest_md5="e7ba70ca7f331df9444498c41e1d08cd" + diff --git a/escape-room/godot/imported/loungeDesignSofaCorner_SW.png-d323e1ce2721ea4fb18b17d293199722.ctex b/escape-room/godot/imported/loungeDesignSofaCorner_SW.png-d323e1ce2721ea4fb18b17d293199722.ctex new file mode 100644 index 0000000..1b49a02 Binary files /dev/null and b/escape-room/godot/imported/loungeDesignSofaCorner_SW.png-d323e1ce2721ea4fb18b17d293199722.ctex differ diff --git a/escape-room/godot/imported/loungeDesignSofaCorner_SW.png-d323e1ce2721ea4fb18b17d293199722.md5 b/escape-room/godot/imported/loungeDesignSofaCorner_SW.png-d323e1ce2721ea4fb18b17d293199722.md5 new file mode 100644 index 0000000..47368d6 --- /dev/null +++ b/escape-room/godot/imported/loungeDesignSofaCorner_SW.png-d323e1ce2721ea4fb18b17d293199722.md5 @@ -0,0 +1,3 @@ +source_md5="eadd5429925156cf438c768a21c14d82" +dest_md5="83c09c5360fa78bbb49c832a295ce297" + diff --git a/escape-room/godot/imported/loungeDesignSofa_NE.png-f549f9a2542d401170a4691639c02f85.ctex b/escape-room/godot/imported/loungeDesignSofa_NE.png-f549f9a2542d401170a4691639c02f85.ctex new file mode 100644 index 0000000..6c76cd8 Binary files /dev/null and b/escape-room/godot/imported/loungeDesignSofa_NE.png-f549f9a2542d401170a4691639c02f85.ctex differ diff --git a/escape-room/godot/imported/loungeDesignSofa_NE.png-f549f9a2542d401170a4691639c02f85.md5 b/escape-room/godot/imported/loungeDesignSofa_NE.png-f549f9a2542d401170a4691639c02f85.md5 new file mode 100644 index 0000000..cf31c4b --- /dev/null +++ b/escape-room/godot/imported/loungeDesignSofa_NE.png-f549f9a2542d401170a4691639c02f85.md5 @@ -0,0 +1,3 @@ +source_md5="0b5ed5f4fedcb5ac4dd3ebde3332d8d7" +dest_md5="1137f651f698a6d74cf4792233459187" + diff --git a/escape-room/godot/imported/loungeDesignSofa_NW.png-0e0498d544a26cafd232c946f144cb2b.ctex b/escape-room/godot/imported/loungeDesignSofa_NW.png-0e0498d544a26cafd232c946f144cb2b.ctex new file mode 100644 index 0000000..1b8f669 Binary files /dev/null and b/escape-room/godot/imported/loungeDesignSofa_NW.png-0e0498d544a26cafd232c946f144cb2b.ctex differ diff --git a/escape-room/godot/imported/loungeDesignSofa_NW.png-0e0498d544a26cafd232c946f144cb2b.md5 b/escape-room/godot/imported/loungeDesignSofa_NW.png-0e0498d544a26cafd232c946f144cb2b.md5 new file mode 100644 index 0000000..dafc601 --- /dev/null +++ b/escape-room/godot/imported/loungeDesignSofa_NW.png-0e0498d544a26cafd232c946f144cb2b.md5 @@ -0,0 +1,3 @@ +source_md5="6cfbb968ac7e6ce80f8804c56f7b3ca4" +dest_md5="54141d711552489936781baf87e24b77" + diff --git a/escape-room/godot/imported/loungeDesignSofa_SE.png-8fe766a2ddadf82db19cde17440121b2.ctex b/escape-room/godot/imported/loungeDesignSofa_SE.png-8fe766a2ddadf82db19cde17440121b2.ctex new file mode 100644 index 0000000..dbd3938 Binary files /dev/null and b/escape-room/godot/imported/loungeDesignSofa_SE.png-8fe766a2ddadf82db19cde17440121b2.ctex differ diff --git a/escape-room/godot/imported/loungeDesignSofa_SE.png-8fe766a2ddadf82db19cde17440121b2.md5 b/escape-room/godot/imported/loungeDesignSofa_SE.png-8fe766a2ddadf82db19cde17440121b2.md5 new file mode 100644 index 0000000..56af04c --- /dev/null +++ b/escape-room/godot/imported/loungeDesignSofa_SE.png-8fe766a2ddadf82db19cde17440121b2.md5 @@ -0,0 +1,3 @@ +source_md5="2c4799e909c82306aef5d081e62bb498" +dest_md5="0a73fdc951ddaf8249717a1bc687d8fa" + diff --git a/escape-room/godot/imported/loungeDesignSofa_SW.png-f9f8f45df83191d27d879b75d611fb7a.ctex b/escape-room/godot/imported/loungeDesignSofa_SW.png-f9f8f45df83191d27d879b75d611fb7a.ctex new file mode 100644 index 0000000..b18cb49 Binary files /dev/null and b/escape-room/godot/imported/loungeDesignSofa_SW.png-f9f8f45df83191d27d879b75d611fb7a.ctex differ diff --git a/escape-room/godot/imported/loungeDesignSofa_SW.png-f9f8f45df83191d27d879b75d611fb7a.md5 b/escape-room/godot/imported/loungeDesignSofa_SW.png-f9f8f45df83191d27d879b75d611fb7a.md5 new file mode 100644 index 0000000..da0213b --- /dev/null +++ b/escape-room/godot/imported/loungeDesignSofa_SW.png-f9f8f45df83191d27d879b75d611fb7a.md5 @@ -0,0 +1,3 @@ +source_md5="23ff2033d2cf5dad818aa760681d01e1" +dest_md5="21f066aa818baeb4179aaf69429ae963" + diff --git a/escape-room/godot/imported/loungeSofa.dae-463977931e8c2d1075aef83e0254d652.md5 b/escape-room/godot/imported/loungeSofa.dae-463977931e8c2d1075aef83e0254d652.md5 new file mode 100644 index 0000000..593972f --- /dev/null +++ b/escape-room/godot/imported/loungeSofa.dae-463977931e8c2d1075aef83e0254d652.md5 @@ -0,0 +1,3 @@ +source_md5="820ad4c5466be3d7b5a1724a68bfbba9" +dest_md5="65d5c86d230f8b3a80870e70bd43ab3b" + diff --git a/escape-room/godot/imported/loungeSofa.dae-463977931e8c2d1075aef83e0254d652.scn b/escape-room/godot/imported/loungeSofa.dae-463977931e8c2d1075aef83e0254d652.scn new file mode 100644 index 0000000..50efd10 Binary files /dev/null and b/escape-room/godot/imported/loungeSofa.dae-463977931e8c2d1075aef83e0254d652.scn differ diff --git a/escape-room/godot/imported/loungeSofa.fbx-f5aef4f5fffb1c90bb1a7878cad822e8.md5 b/escape-room/godot/imported/loungeSofa.fbx-f5aef4f5fffb1c90bb1a7878cad822e8.md5 new file mode 100644 index 0000000..253962c --- /dev/null +++ b/escape-room/godot/imported/loungeSofa.fbx-f5aef4f5fffb1c90bb1a7878cad822e8.md5 @@ -0,0 +1,3 @@ +source_md5="b9105bbebb4de2c92feddea644dbc5af" +dest_md5="1abb630752de9f027888334580efb536" + diff --git a/escape-room/godot/imported/loungeSofa.fbx-f5aef4f5fffb1c90bb1a7878cad822e8.scn b/escape-room/godot/imported/loungeSofa.fbx-f5aef4f5fffb1c90bb1a7878cad822e8.scn new file mode 100644 index 0000000..36b1cb1 Binary files /dev/null and b/escape-room/godot/imported/loungeSofa.fbx-f5aef4f5fffb1c90bb1a7878cad822e8.scn differ diff --git a/escape-room/godot/imported/loungeSofa.glb-b04e4c7fc5c18bed4dec03db9f8d053e.md5 b/escape-room/godot/imported/loungeSofa.glb-b04e4c7fc5c18bed4dec03db9f8d053e.md5 new file mode 100644 index 0000000..fa26245 --- /dev/null +++ b/escape-room/godot/imported/loungeSofa.glb-b04e4c7fc5c18bed4dec03db9f8d053e.md5 @@ -0,0 +1,3 @@ +source_md5="52228f524fc7f128695f21304a5b92df" +dest_md5="f82ee650f8155a3833b8a69d18c49e16" + diff --git a/escape-room/godot/imported/loungeSofa.glb-b04e4c7fc5c18bed4dec03db9f8d053e.scn b/escape-room/godot/imported/loungeSofa.glb-b04e4c7fc5c18bed4dec03db9f8d053e.scn new file mode 100644 index 0000000..c62244d Binary files /dev/null and b/escape-room/godot/imported/loungeSofa.glb-b04e4c7fc5c18bed4dec03db9f8d053e.scn differ diff --git a/escape-room/godot/imported/loungeSofa.obj-dbdd8e9528051a9b619891c8657540fa.md5 b/escape-room/godot/imported/loungeSofa.obj-dbdd8e9528051a9b619891c8657540fa.md5 new file mode 100644 index 0000000..514d561 --- /dev/null +++ b/escape-room/godot/imported/loungeSofa.obj-dbdd8e9528051a9b619891c8657540fa.md5 @@ -0,0 +1,3 @@ +source_md5="b4e694cea1e242ca6b18a2e966c18b21" +dest_md5="93ea7ee2da5c6e3c5d56dfe91bd07a25" + diff --git a/escape-room/godot/imported/loungeSofa.obj-dbdd8e9528051a9b619891c8657540fa.mesh b/escape-room/godot/imported/loungeSofa.obj-dbdd8e9528051a9b619891c8657540fa.mesh new file mode 100644 index 0000000..840f9a4 Binary files /dev/null and b/escape-room/godot/imported/loungeSofa.obj-dbdd8e9528051a9b619891c8657540fa.mesh differ diff --git a/escape-room/godot/imported/loungeSofa.png-0ff165d69539f7e09ecc91d7b1b47785.ctex b/escape-room/godot/imported/loungeSofa.png-0ff165d69539f7e09ecc91d7b1b47785.ctex new file mode 100644 index 0000000..6f33bae Binary files /dev/null and b/escape-room/godot/imported/loungeSofa.png-0ff165d69539f7e09ecc91d7b1b47785.ctex differ diff --git a/escape-room/godot/imported/loungeSofa.png-0ff165d69539f7e09ecc91d7b1b47785.md5 b/escape-room/godot/imported/loungeSofa.png-0ff165d69539f7e09ecc91d7b1b47785.md5 new file mode 100644 index 0000000..b759fc5 --- /dev/null +++ b/escape-room/godot/imported/loungeSofa.png-0ff165d69539f7e09ecc91d7b1b47785.md5 @@ -0,0 +1,3 @@ +source_md5="5f7d89385dadd7af2b899177d71d2995" +dest_md5="f541cac120ff05bff4b995897dec06af" + diff --git a/escape-room/godot/imported/loungeSofaCorner.dae-f96a26309c9f2bf98d2bdffc01d05b86.md5 b/escape-room/godot/imported/loungeSofaCorner.dae-f96a26309c9f2bf98d2bdffc01d05b86.md5 new file mode 100644 index 0000000..0618cb1 --- /dev/null +++ b/escape-room/godot/imported/loungeSofaCorner.dae-f96a26309c9f2bf98d2bdffc01d05b86.md5 @@ -0,0 +1,3 @@ +source_md5="2777d016677cdf40b6967b5588632e0a" +dest_md5="380f262d0e6874ad0ad831856e77cfe6" + diff --git a/escape-room/godot/imported/loungeSofaCorner.dae-f96a26309c9f2bf98d2bdffc01d05b86.scn b/escape-room/godot/imported/loungeSofaCorner.dae-f96a26309c9f2bf98d2bdffc01d05b86.scn new file mode 100644 index 0000000..f9cd6d3 Binary files /dev/null and b/escape-room/godot/imported/loungeSofaCorner.dae-f96a26309c9f2bf98d2bdffc01d05b86.scn differ diff --git a/escape-room/godot/imported/loungeSofaCorner.fbx-08349f87d30fb3c0fe0bf93768f1c4ad.md5 b/escape-room/godot/imported/loungeSofaCorner.fbx-08349f87d30fb3c0fe0bf93768f1c4ad.md5 new file mode 100644 index 0000000..625c0a4 --- /dev/null +++ b/escape-room/godot/imported/loungeSofaCorner.fbx-08349f87d30fb3c0fe0bf93768f1c4ad.md5 @@ -0,0 +1,3 @@ +source_md5="d848ac0892357998d34e554df07fc335" +dest_md5="4820d8e38e026d8477d68bab2ca8fc42" + diff --git a/escape-room/godot/imported/loungeSofaCorner.fbx-08349f87d30fb3c0fe0bf93768f1c4ad.scn b/escape-room/godot/imported/loungeSofaCorner.fbx-08349f87d30fb3c0fe0bf93768f1c4ad.scn new file mode 100644 index 0000000..4122381 Binary files /dev/null and b/escape-room/godot/imported/loungeSofaCorner.fbx-08349f87d30fb3c0fe0bf93768f1c4ad.scn differ diff --git a/escape-room/godot/imported/loungeSofaCorner.glb-c960a2c7b650098f1d29066371e9e611.md5 b/escape-room/godot/imported/loungeSofaCorner.glb-c960a2c7b650098f1d29066371e9e611.md5 new file mode 100644 index 0000000..7b79015 --- /dev/null +++ b/escape-room/godot/imported/loungeSofaCorner.glb-c960a2c7b650098f1d29066371e9e611.md5 @@ -0,0 +1,3 @@ +source_md5="f8945e10909cb2470ccda939e5d6293e" +dest_md5="12f5b6d12d1d51652eae6de3ca7855e9" + diff --git a/escape-room/godot/imported/loungeSofaCorner.glb-c960a2c7b650098f1d29066371e9e611.scn b/escape-room/godot/imported/loungeSofaCorner.glb-c960a2c7b650098f1d29066371e9e611.scn new file mode 100644 index 0000000..e232255 Binary files /dev/null and b/escape-room/godot/imported/loungeSofaCorner.glb-c960a2c7b650098f1d29066371e9e611.scn differ diff --git a/escape-room/godot/imported/loungeSofaCorner.obj-c2a6d8d45ced3196b3f8a3d8210e7653.md5 b/escape-room/godot/imported/loungeSofaCorner.obj-c2a6d8d45ced3196b3f8a3d8210e7653.md5 new file mode 100644 index 0000000..80bd4e0 --- /dev/null +++ b/escape-room/godot/imported/loungeSofaCorner.obj-c2a6d8d45ced3196b3f8a3d8210e7653.md5 @@ -0,0 +1,3 @@ +source_md5="234bdfb33af44936196646618aa9d5ef" +dest_md5="5638ac527bb4eb6540d4af44c3741b75" + diff --git a/escape-room/godot/imported/loungeSofaCorner.obj-c2a6d8d45ced3196b3f8a3d8210e7653.mesh b/escape-room/godot/imported/loungeSofaCorner.obj-c2a6d8d45ced3196b3f8a3d8210e7653.mesh new file mode 100644 index 0000000..d7b27b7 Binary files /dev/null and b/escape-room/godot/imported/loungeSofaCorner.obj-c2a6d8d45ced3196b3f8a3d8210e7653.mesh differ diff --git a/escape-room/godot/imported/loungeSofaCorner.png-60bcef61d68e3dc20eacfa3979f934c5.ctex b/escape-room/godot/imported/loungeSofaCorner.png-60bcef61d68e3dc20eacfa3979f934c5.ctex new file mode 100644 index 0000000..5dbf48a Binary files /dev/null and b/escape-room/godot/imported/loungeSofaCorner.png-60bcef61d68e3dc20eacfa3979f934c5.ctex differ diff --git a/escape-room/godot/imported/loungeSofaCorner.png-60bcef61d68e3dc20eacfa3979f934c5.md5 b/escape-room/godot/imported/loungeSofaCorner.png-60bcef61d68e3dc20eacfa3979f934c5.md5 new file mode 100644 index 0000000..0bbf573 --- /dev/null +++ b/escape-room/godot/imported/loungeSofaCorner.png-60bcef61d68e3dc20eacfa3979f934c5.md5 @@ -0,0 +1,3 @@ +source_md5="6f90e4f12c69225cf00d90c0cd432169" +dest_md5="a19e1f71dd8e6f087c6c5d15df90c2dd" + diff --git a/escape-room/godot/imported/loungeSofaCorner_NE.png-ef0f6fb604ffb1da66ff9cf10959a036.ctex b/escape-room/godot/imported/loungeSofaCorner_NE.png-ef0f6fb604ffb1da66ff9cf10959a036.ctex new file mode 100644 index 0000000..bdb7821 Binary files /dev/null and b/escape-room/godot/imported/loungeSofaCorner_NE.png-ef0f6fb604ffb1da66ff9cf10959a036.ctex differ diff --git a/escape-room/godot/imported/loungeSofaCorner_NE.png-ef0f6fb604ffb1da66ff9cf10959a036.md5 b/escape-room/godot/imported/loungeSofaCorner_NE.png-ef0f6fb604ffb1da66ff9cf10959a036.md5 new file mode 100644 index 0000000..ce893e1 --- /dev/null +++ b/escape-room/godot/imported/loungeSofaCorner_NE.png-ef0f6fb604ffb1da66ff9cf10959a036.md5 @@ -0,0 +1,3 @@ +source_md5="c2662958893bf6d340cb915a52b77c99" +dest_md5="20bfd540b7a32e02feaae3e803ff8d7d" + diff --git a/escape-room/godot/imported/loungeSofaCorner_NW.png-ed208fa90d95516312a7661f0734e077.ctex b/escape-room/godot/imported/loungeSofaCorner_NW.png-ed208fa90d95516312a7661f0734e077.ctex new file mode 100644 index 0000000..d70cd66 Binary files /dev/null and b/escape-room/godot/imported/loungeSofaCorner_NW.png-ed208fa90d95516312a7661f0734e077.ctex differ diff --git a/escape-room/godot/imported/loungeSofaCorner_NW.png-ed208fa90d95516312a7661f0734e077.md5 b/escape-room/godot/imported/loungeSofaCorner_NW.png-ed208fa90d95516312a7661f0734e077.md5 new file mode 100644 index 0000000..8814e59 --- /dev/null +++ b/escape-room/godot/imported/loungeSofaCorner_NW.png-ed208fa90d95516312a7661f0734e077.md5 @@ -0,0 +1,3 @@ +source_md5="92bb2842f76308ffa77d681a677e8763" +dest_md5="0f54a0ee86515343bbef9678c7843f44" + diff --git a/escape-room/godot/imported/loungeSofaCorner_SE.png-dc7ad9e34722fee12c56c21505536006.ctex b/escape-room/godot/imported/loungeSofaCorner_SE.png-dc7ad9e34722fee12c56c21505536006.ctex new file mode 100644 index 0000000..3bf7ec0 Binary files /dev/null and b/escape-room/godot/imported/loungeSofaCorner_SE.png-dc7ad9e34722fee12c56c21505536006.ctex differ diff --git a/escape-room/godot/imported/loungeSofaCorner_SE.png-dc7ad9e34722fee12c56c21505536006.md5 b/escape-room/godot/imported/loungeSofaCorner_SE.png-dc7ad9e34722fee12c56c21505536006.md5 new file mode 100644 index 0000000..196a529 --- /dev/null +++ b/escape-room/godot/imported/loungeSofaCorner_SE.png-dc7ad9e34722fee12c56c21505536006.md5 @@ -0,0 +1,3 @@ +source_md5="96dbca5975613d93f925792d4ca052a1" +dest_md5="f74dcce27c70946bb7f964b504d9ddff" + diff --git a/escape-room/godot/imported/loungeSofaCorner_SW.png-2678d496b3eeaee1ce002a74d0ca6f78.ctex b/escape-room/godot/imported/loungeSofaCorner_SW.png-2678d496b3eeaee1ce002a74d0ca6f78.ctex new file mode 100644 index 0000000..1fc5f08 Binary files /dev/null and b/escape-room/godot/imported/loungeSofaCorner_SW.png-2678d496b3eeaee1ce002a74d0ca6f78.ctex differ diff --git a/escape-room/godot/imported/loungeSofaCorner_SW.png-2678d496b3eeaee1ce002a74d0ca6f78.md5 b/escape-room/godot/imported/loungeSofaCorner_SW.png-2678d496b3eeaee1ce002a74d0ca6f78.md5 new file mode 100644 index 0000000..aba9968 --- /dev/null +++ b/escape-room/godot/imported/loungeSofaCorner_SW.png-2678d496b3eeaee1ce002a74d0ca6f78.md5 @@ -0,0 +1,3 @@ +source_md5="2795c1f6f35468976e737cb3f00e8177" +dest_md5="30c899e9491276a1daa57e46405e6f33" + diff --git a/escape-room/godot/imported/loungeSofaLong.dae-58338b7a7d7f24e530fa6332af94fbad.md5 b/escape-room/godot/imported/loungeSofaLong.dae-58338b7a7d7f24e530fa6332af94fbad.md5 new file mode 100644 index 0000000..470a2ed --- /dev/null +++ b/escape-room/godot/imported/loungeSofaLong.dae-58338b7a7d7f24e530fa6332af94fbad.md5 @@ -0,0 +1,3 @@ +source_md5="63d11064e325f8058acd4aac63ee5de7" +dest_md5="0c377157ca3fce3f1a887f0d3b927f66" + diff --git a/escape-room/godot/imported/loungeSofaLong.dae-58338b7a7d7f24e530fa6332af94fbad.scn b/escape-room/godot/imported/loungeSofaLong.dae-58338b7a7d7f24e530fa6332af94fbad.scn new file mode 100644 index 0000000..f679c02 Binary files /dev/null and b/escape-room/godot/imported/loungeSofaLong.dae-58338b7a7d7f24e530fa6332af94fbad.scn differ diff --git a/escape-room/godot/imported/loungeSofaLong.fbx-0901fd69ee0470d94e447bcfe21229cc.md5 b/escape-room/godot/imported/loungeSofaLong.fbx-0901fd69ee0470d94e447bcfe21229cc.md5 new file mode 100644 index 0000000..ccd582c --- /dev/null +++ b/escape-room/godot/imported/loungeSofaLong.fbx-0901fd69ee0470d94e447bcfe21229cc.md5 @@ -0,0 +1,3 @@ +source_md5="e432d5559d874b13700d6fcfc1037cd0" +dest_md5="83f213d306f6aed301811bb0e16cc455" + diff --git a/escape-room/godot/imported/loungeSofaLong.fbx-0901fd69ee0470d94e447bcfe21229cc.scn b/escape-room/godot/imported/loungeSofaLong.fbx-0901fd69ee0470d94e447bcfe21229cc.scn new file mode 100644 index 0000000..8b957e8 Binary files /dev/null and b/escape-room/godot/imported/loungeSofaLong.fbx-0901fd69ee0470d94e447bcfe21229cc.scn differ diff --git a/escape-room/godot/imported/loungeSofaLong.glb-bd2660d1d1a038455d3ab20585dedd13.md5 b/escape-room/godot/imported/loungeSofaLong.glb-bd2660d1d1a038455d3ab20585dedd13.md5 new file mode 100644 index 0000000..5ebe7a8 --- /dev/null +++ b/escape-room/godot/imported/loungeSofaLong.glb-bd2660d1d1a038455d3ab20585dedd13.md5 @@ -0,0 +1,3 @@ +source_md5="447b7b0e318d3dbfc883e52c1951e03e" +dest_md5="75f98f613dc5afbd34e8dcaae6f80ac5" + diff --git a/escape-room/godot/imported/loungeSofaLong.glb-bd2660d1d1a038455d3ab20585dedd13.scn b/escape-room/godot/imported/loungeSofaLong.glb-bd2660d1d1a038455d3ab20585dedd13.scn new file mode 100644 index 0000000..c4021f2 Binary files /dev/null and b/escape-room/godot/imported/loungeSofaLong.glb-bd2660d1d1a038455d3ab20585dedd13.scn differ diff --git a/escape-room/godot/imported/loungeSofaLong.obj-4a3c26818e1095d484840b26cc1d9f96.md5 b/escape-room/godot/imported/loungeSofaLong.obj-4a3c26818e1095d484840b26cc1d9f96.md5 new file mode 100644 index 0000000..4c95d35 --- /dev/null +++ b/escape-room/godot/imported/loungeSofaLong.obj-4a3c26818e1095d484840b26cc1d9f96.md5 @@ -0,0 +1,3 @@ +source_md5="f2a5289fec921fc14ccf49b0ed809f84" +dest_md5="6f8301e3fd8e9bc5cd5ee36d5eaf36eb" + diff --git a/escape-room/godot/imported/loungeSofaLong.obj-4a3c26818e1095d484840b26cc1d9f96.mesh b/escape-room/godot/imported/loungeSofaLong.obj-4a3c26818e1095d484840b26cc1d9f96.mesh new file mode 100644 index 0000000..d6b0231 Binary files /dev/null and b/escape-room/godot/imported/loungeSofaLong.obj-4a3c26818e1095d484840b26cc1d9f96.mesh differ diff --git a/escape-room/godot/imported/loungeSofaLong.png-b5757926ac5d15184b2bef05efa3208b.ctex b/escape-room/godot/imported/loungeSofaLong.png-b5757926ac5d15184b2bef05efa3208b.ctex new file mode 100644 index 0000000..d10a6a4 Binary files /dev/null and b/escape-room/godot/imported/loungeSofaLong.png-b5757926ac5d15184b2bef05efa3208b.ctex differ diff --git a/escape-room/godot/imported/loungeSofaLong.png-b5757926ac5d15184b2bef05efa3208b.md5 b/escape-room/godot/imported/loungeSofaLong.png-b5757926ac5d15184b2bef05efa3208b.md5 new file mode 100644 index 0000000..55e851e --- /dev/null +++ b/escape-room/godot/imported/loungeSofaLong.png-b5757926ac5d15184b2bef05efa3208b.md5 @@ -0,0 +1,3 @@ +source_md5="4b2d655cd4c9b46aa336affde7db94ce" +dest_md5="11b30aaa9083f2e61a88d67c1f20b534" + diff --git a/escape-room/godot/imported/loungeSofaLong_NE.png-640de98f7eb267aec0f7e144632fe59b.ctex b/escape-room/godot/imported/loungeSofaLong_NE.png-640de98f7eb267aec0f7e144632fe59b.ctex new file mode 100644 index 0000000..02a2bdd Binary files /dev/null and b/escape-room/godot/imported/loungeSofaLong_NE.png-640de98f7eb267aec0f7e144632fe59b.ctex differ diff --git a/escape-room/godot/imported/loungeSofaLong_NE.png-640de98f7eb267aec0f7e144632fe59b.md5 b/escape-room/godot/imported/loungeSofaLong_NE.png-640de98f7eb267aec0f7e144632fe59b.md5 new file mode 100644 index 0000000..3e261b2 --- /dev/null +++ b/escape-room/godot/imported/loungeSofaLong_NE.png-640de98f7eb267aec0f7e144632fe59b.md5 @@ -0,0 +1,3 @@ +source_md5="7be06e9f3b72423c4dbc3ef18e930431" +dest_md5="e445a713ba2812d12d7c18160b86790c" + diff --git a/escape-room/godot/imported/loungeSofaLong_NW.png-6e08261435adcba131e0686e4a0f7e02.ctex b/escape-room/godot/imported/loungeSofaLong_NW.png-6e08261435adcba131e0686e4a0f7e02.ctex new file mode 100644 index 0000000..149149e Binary files /dev/null and b/escape-room/godot/imported/loungeSofaLong_NW.png-6e08261435adcba131e0686e4a0f7e02.ctex differ diff --git a/escape-room/godot/imported/loungeSofaLong_NW.png-6e08261435adcba131e0686e4a0f7e02.md5 b/escape-room/godot/imported/loungeSofaLong_NW.png-6e08261435adcba131e0686e4a0f7e02.md5 new file mode 100644 index 0000000..17d336a --- /dev/null +++ b/escape-room/godot/imported/loungeSofaLong_NW.png-6e08261435adcba131e0686e4a0f7e02.md5 @@ -0,0 +1,3 @@ +source_md5="c8dcdc243babab23696cc0641eb33f58" +dest_md5="d8c00fa68c647d10df2cc366f207cf0e" + diff --git a/escape-room/godot/imported/loungeSofaLong_SE.png-c6bf6751f84b7ac4c2a8410519be8d5a.ctex b/escape-room/godot/imported/loungeSofaLong_SE.png-c6bf6751f84b7ac4c2a8410519be8d5a.ctex new file mode 100644 index 0000000..62cedd0 Binary files /dev/null and b/escape-room/godot/imported/loungeSofaLong_SE.png-c6bf6751f84b7ac4c2a8410519be8d5a.ctex differ diff --git a/escape-room/godot/imported/loungeSofaLong_SE.png-c6bf6751f84b7ac4c2a8410519be8d5a.md5 b/escape-room/godot/imported/loungeSofaLong_SE.png-c6bf6751f84b7ac4c2a8410519be8d5a.md5 new file mode 100644 index 0000000..19ded77 --- /dev/null +++ b/escape-room/godot/imported/loungeSofaLong_SE.png-c6bf6751f84b7ac4c2a8410519be8d5a.md5 @@ -0,0 +1,3 @@ +source_md5="30e1b7fe226f192b1153c53bd9f07e28" +dest_md5="1886c539ffe6c8ee47b2fa7be36460fc" + diff --git a/escape-room/godot/imported/loungeSofaLong_SW.png-b9ad598a7429d3085d3fc08a033c6d78.ctex b/escape-room/godot/imported/loungeSofaLong_SW.png-b9ad598a7429d3085d3fc08a033c6d78.ctex new file mode 100644 index 0000000..621b449 Binary files /dev/null and b/escape-room/godot/imported/loungeSofaLong_SW.png-b9ad598a7429d3085d3fc08a033c6d78.ctex differ diff --git a/escape-room/godot/imported/loungeSofaLong_SW.png-b9ad598a7429d3085d3fc08a033c6d78.md5 b/escape-room/godot/imported/loungeSofaLong_SW.png-b9ad598a7429d3085d3fc08a033c6d78.md5 new file mode 100644 index 0000000..41bc1c7 --- /dev/null +++ b/escape-room/godot/imported/loungeSofaLong_SW.png-b9ad598a7429d3085d3fc08a033c6d78.md5 @@ -0,0 +1,3 @@ +source_md5="24600b5ca1c743bbacb742d743cd1cfe" +dest_md5="170c910f71defd42ebe152978545e6bb" + diff --git a/escape-room/godot/imported/loungeSofaOttoman.dae-c23dd4d0be45276ee0187d77fa343558.md5 b/escape-room/godot/imported/loungeSofaOttoman.dae-c23dd4d0be45276ee0187d77fa343558.md5 new file mode 100644 index 0000000..06a3e3e --- /dev/null +++ b/escape-room/godot/imported/loungeSofaOttoman.dae-c23dd4d0be45276ee0187d77fa343558.md5 @@ -0,0 +1,3 @@ +source_md5="4f7c3de0829222838ec3e28764b5725c" +dest_md5="da3b3193e2018744f92b583721be0f9d" + diff --git a/escape-room/godot/imported/loungeSofaOttoman.dae-c23dd4d0be45276ee0187d77fa343558.scn b/escape-room/godot/imported/loungeSofaOttoman.dae-c23dd4d0be45276ee0187d77fa343558.scn new file mode 100644 index 0000000..13118bf Binary files /dev/null and b/escape-room/godot/imported/loungeSofaOttoman.dae-c23dd4d0be45276ee0187d77fa343558.scn differ diff --git a/escape-room/godot/imported/loungeSofaOttoman.fbx-45ec48ed5a02d0247db0bad06ddd3883.md5 b/escape-room/godot/imported/loungeSofaOttoman.fbx-45ec48ed5a02d0247db0bad06ddd3883.md5 new file mode 100644 index 0000000..2fdd0b2 --- /dev/null +++ b/escape-room/godot/imported/loungeSofaOttoman.fbx-45ec48ed5a02d0247db0bad06ddd3883.md5 @@ -0,0 +1,3 @@ +source_md5="f662c9fc828650339191b2b698ed5697" +dest_md5="6b0136235007ac84962debc8067811e2" + diff --git a/escape-room/godot/imported/loungeSofaOttoman.fbx-45ec48ed5a02d0247db0bad06ddd3883.scn b/escape-room/godot/imported/loungeSofaOttoman.fbx-45ec48ed5a02d0247db0bad06ddd3883.scn new file mode 100644 index 0000000..0737a07 Binary files /dev/null and b/escape-room/godot/imported/loungeSofaOttoman.fbx-45ec48ed5a02d0247db0bad06ddd3883.scn differ diff --git a/escape-room/godot/imported/loungeSofaOttoman.glb-c713e815213550b98ab4247bf36f9ab6.md5 b/escape-room/godot/imported/loungeSofaOttoman.glb-c713e815213550b98ab4247bf36f9ab6.md5 new file mode 100644 index 0000000..f6d7f4b --- /dev/null +++ b/escape-room/godot/imported/loungeSofaOttoman.glb-c713e815213550b98ab4247bf36f9ab6.md5 @@ -0,0 +1,3 @@ +source_md5="1dfc72946de706a8a469e6b16eabddd5" +dest_md5="cd05e56e2ee6f32a2fb46d1338990618" + diff --git a/escape-room/godot/imported/loungeSofaOttoman.glb-c713e815213550b98ab4247bf36f9ab6.scn b/escape-room/godot/imported/loungeSofaOttoman.glb-c713e815213550b98ab4247bf36f9ab6.scn new file mode 100644 index 0000000..c0b707e Binary files /dev/null and b/escape-room/godot/imported/loungeSofaOttoman.glb-c713e815213550b98ab4247bf36f9ab6.scn differ diff --git a/escape-room/godot/imported/loungeSofaOttoman.obj-ccb0d3a907819be5e024b9cc8821a45c.md5 b/escape-room/godot/imported/loungeSofaOttoman.obj-ccb0d3a907819be5e024b9cc8821a45c.md5 new file mode 100644 index 0000000..73fa137 --- /dev/null +++ b/escape-room/godot/imported/loungeSofaOttoman.obj-ccb0d3a907819be5e024b9cc8821a45c.md5 @@ -0,0 +1,3 @@ +source_md5="21f3cc7c25f6f56f43500d5f2e390f7c" +dest_md5="5a6047bafb6e5d4588dd48cf7d0c5ae5" + diff --git a/escape-room/godot/imported/loungeSofaOttoman.obj-ccb0d3a907819be5e024b9cc8821a45c.mesh b/escape-room/godot/imported/loungeSofaOttoman.obj-ccb0d3a907819be5e024b9cc8821a45c.mesh new file mode 100644 index 0000000..4888584 Binary files /dev/null and b/escape-room/godot/imported/loungeSofaOttoman.obj-ccb0d3a907819be5e024b9cc8821a45c.mesh differ diff --git a/escape-room/godot/imported/loungeSofaOttoman.png-626f8dec5a7bdb99d67d25dc3d6b1873.ctex b/escape-room/godot/imported/loungeSofaOttoman.png-626f8dec5a7bdb99d67d25dc3d6b1873.ctex new file mode 100644 index 0000000..a8ba811 Binary files /dev/null and b/escape-room/godot/imported/loungeSofaOttoman.png-626f8dec5a7bdb99d67d25dc3d6b1873.ctex differ diff --git a/escape-room/godot/imported/loungeSofaOttoman.png-626f8dec5a7bdb99d67d25dc3d6b1873.md5 b/escape-room/godot/imported/loungeSofaOttoman.png-626f8dec5a7bdb99d67d25dc3d6b1873.md5 new file mode 100644 index 0000000..bb439a2 --- /dev/null +++ b/escape-room/godot/imported/loungeSofaOttoman.png-626f8dec5a7bdb99d67d25dc3d6b1873.md5 @@ -0,0 +1,3 @@ +source_md5="1a39f10b9b36bdd3abd2785790768b15" +dest_md5="0fccb37b32e71b85c1f599af771347ff" + diff --git a/escape-room/godot/imported/loungeSofaOttoman_NE.png-e9ad791af6cc1e258126a7b3f5c017f6.ctex b/escape-room/godot/imported/loungeSofaOttoman_NE.png-e9ad791af6cc1e258126a7b3f5c017f6.ctex new file mode 100644 index 0000000..30dc4ac Binary files /dev/null and b/escape-room/godot/imported/loungeSofaOttoman_NE.png-e9ad791af6cc1e258126a7b3f5c017f6.ctex differ diff --git a/escape-room/godot/imported/loungeSofaOttoman_NE.png-e9ad791af6cc1e258126a7b3f5c017f6.md5 b/escape-room/godot/imported/loungeSofaOttoman_NE.png-e9ad791af6cc1e258126a7b3f5c017f6.md5 new file mode 100644 index 0000000..f7f1930 --- /dev/null +++ b/escape-room/godot/imported/loungeSofaOttoman_NE.png-e9ad791af6cc1e258126a7b3f5c017f6.md5 @@ -0,0 +1,3 @@ +source_md5="f8238f1dff73d043ed6cc0ef1b0a3729" +dest_md5="4faf1f9c6a98e8af4e112038d9f5a338" + diff --git a/escape-room/godot/imported/loungeSofaOttoman_NW.png-320eeaabff8698aadc77f723129cf45b.ctex b/escape-room/godot/imported/loungeSofaOttoman_NW.png-320eeaabff8698aadc77f723129cf45b.ctex new file mode 100644 index 0000000..3f816b8 Binary files /dev/null and b/escape-room/godot/imported/loungeSofaOttoman_NW.png-320eeaabff8698aadc77f723129cf45b.ctex differ diff --git a/escape-room/godot/imported/loungeSofaOttoman_NW.png-320eeaabff8698aadc77f723129cf45b.md5 b/escape-room/godot/imported/loungeSofaOttoman_NW.png-320eeaabff8698aadc77f723129cf45b.md5 new file mode 100644 index 0000000..94686ac --- /dev/null +++ b/escape-room/godot/imported/loungeSofaOttoman_NW.png-320eeaabff8698aadc77f723129cf45b.md5 @@ -0,0 +1,3 @@ +source_md5="59df5aa64ccd7dc3f3a99cfaac8a28f5" +dest_md5="45f85a67423fed545d4906e2dfd08a11" + diff --git a/escape-room/godot/imported/loungeSofaOttoman_SE.png-8d7dabf569f59a041226f0103b6cbffc.ctex b/escape-room/godot/imported/loungeSofaOttoman_SE.png-8d7dabf569f59a041226f0103b6cbffc.ctex new file mode 100644 index 0000000..2c087a0 Binary files /dev/null and b/escape-room/godot/imported/loungeSofaOttoman_SE.png-8d7dabf569f59a041226f0103b6cbffc.ctex differ diff --git a/escape-room/godot/imported/loungeSofaOttoman_SE.png-8d7dabf569f59a041226f0103b6cbffc.md5 b/escape-room/godot/imported/loungeSofaOttoman_SE.png-8d7dabf569f59a041226f0103b6cbffc.md5 new file mode 100644 index 0000000..899c324 --- /dev/null +++ b/escape-room/godot/imported/loungeSofaOttoman_SE.png-8d7dabf569f59a041226f0103b6cbffc.md5 @@ -0,0 +1,3 @@ +source_md5="a29ebd80c870f614897ef18a47abbacf" +dest_md5="d6c2c4cf5448f0ccfc350531780ffd1e" + diff --git a/escape-room/godot/imported/loungeSofaOttoman_SW.png-0458c14ccda60c2c3bc696114d0b955e.ctex b/escape-room/godot/imported/loungeSofaOttoman_SW.png-0458c14ccda60c2c3bc696114d0b955e.ctex new file mode 100644 index 0000000..36a3e88 Binary files /dev/null and b/escape-room/godot/imported/loungeSofaOttoman_SW.png-0458c14ccda60c2c3bc696114d0b955e.ctex differ diff --git a/escape-room/godot/imported/loungeSofaOttoman_SW.png-0458c14ccda60c2c3bc696114d0b955e.md5 b/escape-room/godot/imported/loungeSofaOttoman_SW.png-0458c14ccda60c2c3bc696114d0b955e.md5 new file mode 100644 index 0000000..5002e25 --- /dev/null +++ b/escape-room/godot/imported/loungeSofaOttoman_SW.png-0458c14ccda60c2c3bc696114d0b955e.md5 @@ -0,0 +1,3 @@ +source_md5="ee6abf923019350b8b5e08ced2f3f421" +dest_md5="bca09522e045c9e207c328468c05151a" + diff --git a/escape-room/godot/imported/loungeSofa_NE.png-fb3c4155b0f568a9bb2f05b608814248.ctex b/escape-room/godot/imported/loungeSofa_NE.png-fb3c4155b0f568a9bb2f05b608814248.ctex new file mode 100644 index 0000000..fff8fee Binary files /dev/null and b/escape-room/godot/imported/loungeSofa_NE.png-fb3c4155b0f568a9bb2f05b608814248.ctex differ diff --git a/escape-room/godot/imported/loungeSofa_NE.png-fb3c4155b0f568a9bb2f05b608814248.md5 b/escape-room/godot/imported/loungeSofa_NE.png-fb3c4155b0f568a9bb2f05b608814248.md5 new file mode 100644 index 0000000..3d57496 --- /dev/null +++ b/escape-room/godot/imported/loungeSofa_NE.png-fb3c4155b0f568a9bb2f05b608814248.md5 @@ -0,0 +1,3 @@ +source_md5="2e37d1fcc9a148a4c96fda4766ba33e9" +dest_md5="ebdf921bdfe87a25fcbd9270b70de132" + diff --git a/escape-room/godot/imported/loungeSofa_NW.png-3bd6c6c357f44d9e6eb9a73723fbf359.ctex b/escape-room/godot/imported/loungeSofa_NW.png-3bd6c6c357f44d9e6eb9a73723fbf359.ctex new file mode 100644 index 0000000..754fce4 Binary files /dev/null and b/escape-room/godot/imported/loungeSofa_NW.png-3bd6c6c357f44d9e6eb9a73723fbf359.ctex differ diff --git a/escape-room/godot/imported/loungeSofa_NW.png-3bd6c6c357f44d9e6eb9a73723fbf359.md5 b/escape-room/godot/imported/loungeSofa_NW.png-3bd6c6c357f44d9e6eb9a73723fbf359.md5 new file mode 100644 index 0000000..a98bf53 --- /dev/null +++ b/escape-room/godot/imported/loungeSofa_NW.png-3bd6c6c357f44d9e6eb9a73723fbf359.md5 @@ -0,0 +1,3 @@ +source_md5="4f23d3003ce828700f789238d044b69a" +dest_md5="4e476955589a797c2aca2a7dfc7577ab" + diff --git a/escape-room/godot/imported/loungeSofa_SE.png-acd4b5f4ffbf04324dc07fcdae4fd9e1.ctex b/escape-room/godot/imported/loungeSofa_SE.png-acd4b5f4ffbf04324dc07fcdae4fd9e1.ctex new file mode 100644 index 0000000..543ad99 Binary files /dev/null and b/escape-room/godot/imported/loungeSofa_SE.png-acd4b5f4ffbf04324dc07fcdae4fd9e1.ctex differ diff --git a/escape-room/godot/imported/loungeSofa_SE.png-acd4b5f4ffbf04324dc07fcdae4fd9e1.md5 b/escape-room/godot/imported/loungeSofa_SE.png-acd4b5f4ffbf04324dc07fcdae4fd9e1.md5 new file mode 100644 index 0000000..2cfda77 --- /dev/null +++ b/escape-room/godot/imported/loungeSofa_SE.png-acd4b5f4ffbf04324dc07fcdae4fd9e1.md5 @@ -0,0 +1,3 @@ +source_md5="216e45afbef2e7b77b2dfafeac4dfb4e" +dest_md5="450f9a456b8cedc4255bad19ce240ac3" + diff --git a/escape-room/godot/imported/loungeSofa_SW.png-8926b71ef9df98b44c5b9bc70d0b0764.ctex b/escape-room/godot/imported/loungeSofa_SW.png-8926b71ef9df98b44c5b9bc70d0b0764.ctex new file mode 100644 index 0000000..dfadb06 Binary files /dev/null and b/escape-room/godot/imported/loungeSofa_SW.png-8926b71ef9df98b44c5b9bc70d0b0764.ctex differ diff --git a/escape-room/godot/imported/loungeSofa_SW.png-8926b71ef9df98b44c5b9bc70d0b0764.md5 b/escape-room/godot/imported/loungeSofa_SW.png-8926b71ef9df98b44c5b9bc70d0b0764.md5 new file mode 100644 index 0000000..a7c1f31 --- /dev/null +++ b/escape-room/godot/imported/loungeSofa_SW.png-8926b71ef9df98b44c5b9bc70d0b0764.md5 @@ -0,0 +1,3 @@ +source_md5="be557a12c847b27ed39659b7325f5418" +dest_md5="24cf920af53be25dcb46b418138c2383" + diff --git a/escape-room/godot/imported/low-rumbling-176033.mp3-57c8492d18da9cb7583bbc3f00542ac5.md5 b/escape-room/godot/imported/low-rumbling-176033.mp3-57c8492d18da9cb7583bbc3f00542ac5.md5 new file mode 100644 index 0000000..264afe7 --- /dev/null +++ b/escape-room/godot/imported/low-rumbling-176033.mp3-57c8492d18da9cb7583bbc3f00542ac5.md5 @@ -0,0 +1,3 @@ +source_md5="1cfcad368d143ebdab7daedff5d9e589" +dest_md5="8f20187932b1c764b01cd7e01a4e86c9" + diff --git a/escape-room/godot/imported/low-rumbling-176033.mp3-57c8492d18da9cb7583bbc3f00542ac5.mp3str b/escape-room/godot/imported/low-rumbling-176033.mp3-57c8492d18da9cb7583bbc3f00542ac5.mp3str new file mode 100644 index 0000000..aff7e45 Binary files /dev/null and b/escape-room/godot/imported/low-rumbling-176033.mp3-57c8492d18da9cb7583bbc3f00542ac5.mp3str differ diff --git a/escape-room/godot/imported/marketplace.png-cf577cefc888224951a564c73ee7fa41.ctex b/escape-room/godot/imported/marketplace.png-cf577cefc888224951a564c73ee7fa41.ctex new file mode 100644 index 0000000..456797a Binary files /dev/null and b/escape-room/godot/imported/marketplace.png-cf577cefc888224951a564c73ee7fa41.ctex differ diff --git a/escape-room/godot/imported/marketplace.png-cf577cefc888224951a564c73ee7fa41.md5 b/escape-room/godot/imported/marketplace.png-cf577cefc888224951a564c73ee7fa41.md5 new file mode 100644 index 0000000..4d03f97 --- /dev/null +++ b/escape-room/godot/imported/marketplace.png-cf577cefc888224951a564c73ee7fa41.md5 @@ -0,0 +1,3 @@ +source_md5="573ac7acbea900c6c9fd27900eff9a30" +dest_md5="6569feddcbba49304c1bcc591a889f2d" + diff --git a/escape-room/godot/imported/metal_barrel.FBX-ad00f641658774a230ffeb68a071f69a.md5 b/escape-room/godot/imported/metal_barrel.FBX-ad00f641658774a230ffeb68a071f69a.md5 new file mode 100644 index 0000000..c520eda --- /dev/null +++ b/escape-room/godot/imported/metal_barrel.FBX-ad00f641658774a230ffeb68a071f69a.md5 @@ -0,0 +1,3 @@ +source_md5="88d4bf2ec012c1e0cf7bdf7e33d7655c" +dest_md5="d55600bca20180dd88c0eabb746db27c" + diff --git a/escape-room/godot/imported/metal_barrel.FBX-ad00f641658774a230ffeb68a071f69a.scn b/escape-room/godot/imported/metal_barrel.FBX-ad00f641658774a230ffeb68a071f69a.scn new file mode 100644 index 0000000..f63f6fd Binary files /dev/null and b/escape-room/godot/imported/metal_barrel.FBX-ad00f641658774a230ffeb68a071f69a.scn differ diff --git a/escape-room/godot/imported/metal_barrel.obj-19b7f104aef5995bfb6344e801540803.md5 b/escape-room/godot/imported/metal_barrel.obj-19b7f104aef5995bfb6344e801540803.md5 new file mode 100644 index 0000000..cba309b --- /dev/null +++ b/escape-room/godot/imported/metal_barrel.obj-19b7f104aef5995bfb6344e801540803.md5 @@ -0,0 +1,3 @@ +source_md5="180894d4437e64da2ba09e5293cdd0a1" +dest_md5="bea459bc29f3d54122d4968d953e15c7" + diff --git a/escape-room/godot/imported/metal_barrel.obj-19b7f104aef5995bfb6344e801540803.mesh b/escape-room/godot/imported/metal_barrel.obj-19b7f104aef5995bfb6344e801540803.mesh new file mode 100644 index 0000000..d63ec13 Binary files /dev/null and b/escape-room/godot/imported/metal_barrel.obj-19b7f104aef5995bfb6344e801540803.mesh differ diff --git a/escape-room/godot/imported/movement_provider.svg-3c994cf0a3775c20f333be563d69fbf8.ctex b/escape-room/godot/imported/movement_provider.svg-3c994cf0a3775c20f333be563d69fbf8.ctex new file mode 100644 index 0000000..b77fb4e Binary files /dev/null and b/escape-room/godot/imported/movement_provider.svg-3c994cf0a3775c20f333be563d69fbf8.ctex differ diff --git a/escape-room/godot/imported/movement_provider.svg-3c994cf0a3775c20f333be563d69fbf8.md5 b/escape-room/godot/imported/movement_provider.svg-3c994cf0a3775c20f333be563d69fbf8.md5 new file mode 100644 index 0000000..b0e4d2b --- /dev/null +++ b/escape-room/godot/imported/movement_provider.svg-3c994cf0a3775c20f333be563d69fbf8.md5 @@ -0,0 +1,3 @@ +source_md5="c15f15f461687f657eff462a5e626646" +dest_md5="12177586002045a86ac82130cf9e0d8f" + diff --git a/escape-room/godot/imported/node.svg-37d53571b4a4459efefcc791c5402b4f.ctex b/escape-room/godot/imported/node.svg-37d53571b4a4459efefcc791c5402b4f.ctex new file mode 100644 index 0000000..e792b33 Binary files /dev/null and b/escape-room/godot/imported/node.svg-37d53571b4a4459efefcc791c5402b4f.ctex differ diff --git a/escape-room/godot/imported/node.svg-37d53571b4a4459efefcc791c5402b4f.md5 b/escape-room/godot/imported/node.svg-37d53571b4a4459efefcc791c5402b4f.md5 new file mode 100644 index 0000000..73e24bb --- /dev/null +++ b/escape-room/godot/imported/node.svg-37d53571b4a4459efefcc791c5402b4f.md5 @@ -0,0 +1,3 @@ +source_md5="8a82d421f53d06543d59691b17e1f776" +dest_md5="094a2cf9ed1ff575a02d9c65a3e87ab2" + diff --git a/escape-room/godot/imported/normal_hard_bumps.tga-e93e264483b6bf218d1fb709820697a7.ctex b/escape-room/godot/imported/normal_hard_bumps.tga-e93e264483b6bf218d1fb709820697a7.ctex new file mode 100644 index 0000000..6675e87 Binary files /dev/null and b/escape-room/godot/imported/normal_hard_bumps.tga-e93e264483b6bf218d1fb709820697a7.ctex differ diff --git a/escape-room/godot/imported/normal_hard_bumps.tga-e93e264483b6bf218d1fb709820697a7.md5 b/escape-room/godot/imported/normal_hard_bumps.tga-e93e264483b6bf218d1fb709820697a7.md5 new file mode 100644 index 0000000..344a8b3 --- /dev/null +++ b/escape-room/godot/imported/normal_hard_bumps.tga-e93e264483b6bf218d1fb709820697a7.md5 @@ -0,0 +1,3 @@ +source_md5="ee3d076397fb1cae2d057273d835c020" +dest_md5="a98ff058d37fbefa49273cb6353df355" + diff --git a/escape-room/godot/imported/normal_middle_bumps.tga-4b02f8959bc70a4409d8a11f48fa6272.ctex b/escape-room/godot/imported/normal_middle_bumps.tga-4b02f8959bc70a4409d8a11f48fa6272.ctex new file mode 100644 index 0000000..beb2b9d Binary files /dev/null and b/escape-room/godot/imported/normal_middle_bumps.tga-4b02f8959bc70a4409d8a11f48fa6272.ctex differ diff --git a/escape-room/godot/imported/normal_middle_bumps.tga-4b02f8959bc70a4409d8a11f48fa6272.md5 b/escape-room/godot/imported/normal_middle_bumps.tga-4b02f8959bc70a4409d8a11f48fa6272.md5 new file mode 100644 index 0000000..8daf025 --- /dev/null +++ b/escape-room/godot/imported/normal_middle_bumps.tga-4b02f8959bc70a4409d8a11f48fa6272.md5 @@ -0,0 +1,3 @@ +source_md5="15292c688514d4b5d5d70153bb9ef2cf" +dest_md5="9119d39e7f27d03835f99ac56a3feec5" + diff --git a/escape-room/godot/imported/normal_no_bumps.tga-4c7ee9b12c7b40ac5be8fbf4d44a8c19.ctex b/escape-room/godot/imported/normal_no_bumps.tga-4c7ee9b12c7b40ac5be8fbf4d44a8c19.ctex new file mode 100644 index 0000000..2e03769 Binary files /dev/null and b/escape-room/godot/imported/normal_no_bumps.tga-4c7ee9b12c7b40ac5be8fbf4d44a8c19.ctex differ diff --git a/escape-room/godot/imported/normal_no_bumps.tga-4c7ee9b12c7b40ac5be8fbf4d44a8c19.md5 b/escape-room/godot/imported/normal_no_bumps.tga-4c7ee9b12c7b40ac5be8fbf4d44a8c19.md5 new file mode 100644 index 0000000..0e4beb6 --- /dev/null +++ b/escape-room/godot/imported/normal_no_bumps.tga-4c7ee9b12c7b40ac5be8fbf4d44a8c19.md5 @@ -0,0 +1,3 @@ +source_md5="3aee599410be13639ecbcf1cbd6ce39d" +dest_md5="f41128f5bcdb10ec926c3e07116669ab" + diff --git a/escape-room/godot/imported/normal_soft_bumps.tga-7c9336c5fff66fdcbddee05e9958979e.ctex b/escape-room/godot/imported/normal_soft_bumps.tga-7c9336c5fff66fdcbddee05e9958979e.ctex new file mode 100644 index 0000000..0d1e03d Binary files /dev/null and b/escape-room/godot/imported/normal_soft_bumps.tga-7c9336c5fff66fdcbddee05e9958979e.ctex differ diff --git a/escape-room/godot/imported/normal_soft_bumps.tga-7c9336c5fff66fdcbddee05e9958979e.md5 b/escape-room/godot/imported/normal_soft_bumps.tga-7c9336c5fff66fdcbddee05e9958979e.md5 new file mode 100644 index 0000000..0331ff1 --- /dev/null +++ b/escape-room/godot/imported/normal_soft_bumps.tga-7c9336c5fff66fdcbddee05e9958979e.md5 @@ -0,0 +1,3 @@ +source_md5="54c5b8cfaa8a7ce48af6a36b4dbc1b50" +dest_md5="499faf121b41fecb512c24426cc9cdc4" + diff --git a/escape-room/godot/imported/paneling.dae-ed49ef877f3cbc90c002ef729436ea4f.md5 b/escape-room/godot/imported/paneling.dae-ed49ef877f3cbc90c002ef729436ea4f.md5 new file mode 100644 index 0000000..12e1fe6 --- /dev/null +++ b/escape-room/godot/imported/paneling.dae-ed49ef877f3cbc90c002ef729436ea4f.md5 @@ -0,0 +1,3 @@ +source_md5="d5790cd935dfda8ff8ccbfdd1ff0a191" +dest_md5="54302b2f636383d901a84f636ac04163" + diff --git a/escape-room/godot/imported/paneling.dae-ed49ef877f3cbc90c002ef729436ea4f.scn b/escape-room/godot/imported/paneling.dae-ed49ef877f3cbc90c002ef729436ea4f.scn new file mode 100644 index 0000000..5097c0d Binary files /dev/null and b/escape-room/godot/imported/paneling.dae-ed49ef877f3cbc90c002ef729436ea4f.scn differ diff --git a/escape-room/godot/imported/paneling.fbx-87bdb60c53cc2b6fcbeb863f75be31d1.md5 b/escape-room/godot/imported/paneling.fbx-87bdb60c53cc2b6fcbeb863f75be31d1.md5 new file mode 100644 index 0000000..3a09f97 --- /dev/null +++ b/escape-room/godot/imported/paneling.fbx-87bdb60c53cc2b6fcbeb863f75be31d1.md5 @@ -0,0 +1,3 @@ +source_md5="dbef2ef0c46a99a51ee3948c0434c3d5" +dest_md5="65d6ad4c67e5d1e6f37281f263b5d7a8" + diff --git a/escape-room/godot/imported/paneling.fbx-87bdb60c53cc2b6fcbeb863f75be31d1.scn b/escape-room/godot/imported/paneling.fbx-87bdb60c53cc2b6fcbeb863f75be31d1.scn new file mode 100644 index 0000000..aa99c3f Binary files /dev/null and b/escape-room/godot/imported/paneling.fbx-87bdb60c53cc2b6fcbeb863f75be31d1.scn differ diff --git a/escape-room/godot/imported/paneling.glb-b878dccb441f807635297501b2487ef1.md5 b/escape-room/godot/imported/paneling.glb-b878dccb441f807635297501b2487ef1.md5 new file mode 100644 index 0000000..e0b1afa --- /dev/null +++ b/escape-room/godot/imported/paneling.glb-b878dccb441f807635297501b2487ef1.md5 @@ -0,0 +1,3 @@ +source_md5="ecfb0a19543c3c961313c9aeb0e2a890" +dest_md5="d84d5487af2d8c970be86006fb492583" + diff --git a/escape-room/godot/imported/paneling.glb-b878dccb441f807635297501b2487ef1.scn b/escape-room/godot/imported/paneling.glb-b878dccb441f807635297501b2487ef1.scn new file mode 100644 index 0000000..126fc94 Binary files /dev/null and b/escape-room/godot/imported/paneling.glb-b878dccb441f807635297501b2487ef1.scn differ diff --git a/escape-room/godot/imported/paneling.obj-c9617e345d32906addb13e973535e487.md5 b/escape-room/godot/imported/paneling.obj-c9617e345d32906addb13e973535e487.md5 new file mode 100644 index 0000000..571d6e5 --- /dev/null +++ b/escape-room/godot/imported/paneling.obj-c9617e345d32906addb13e973535e487.md5 @@ -0,0 +1,3 @@ +source_md5="ca617b9dd82d1df919de0616bc78fe00" +dest_md5="b258be6b2c5a1f07d637c9a39dbd2078" + diff --git a/escape-room/godot/imported/paneling.obj-c9617e345d32906addb13e973535e487.mesh b/escape-room/godot/imported/paneling.obj-c9617e345d32906addb13e973535e487.mesh new file mode 100644 index 0000000..cb8d86a Binary files /dev/null and b/escape-room/godot/imported/paneling.obj-c9617e345d32906addb13e973535e487.mesh differ diff --git a/escape-room/godot/imported/paneling.png-a5c9df48b466c99601d835bb59a70744.ctex b/escape-room/godot/imported/paneling.png-a5c9df48b466c99601d835bb59a70744.ctex new file mode 100644 index 0000000..e64befb Binary files /dev/null and b/escape-room/godot/imported/paneling.png-a5c9df48b466c99601d835bb59a70744.ctex differ diff --git a/escape-room/godot/imported/paneling.png-a5c9df48b466c99601d835bb59a70744.md5 b/escape-room/godot/imported/paneling.png-a5c9df48b466c99601d835bb59a70744.md5 new file mode 100644 index 0000000..239f1c8 --- /dev/null +++ b/escape-room/godot/imported/paneling.png-a5c9df48b466c99601d835bb59a70744.md5 @@ -0,0 +1,3 @@ +source_md5="eca96b99a9838094685a4cd37ada36bc" +dest_md5="07e51d9843ab284cc3b2f152ae0e29e8" + diff --git a/escape-room/godot/imported/paneling_NE.png-65e30c876a1d35fd607df1ce2ac014e1.ctex b/escape-room/godot/imported/paneling_NE.png-65e30c876a1d35fd607df1ce2ac014e1.ctex new file mode 100644 index 0000000..6de606d Binary files /dev/null and b/escape-room/godot/imported/paneling_NE.png-65e30c876a1d35fd607df1ce2ac014e1.ctex differ diff --git a/escape-room/godot/imported/paneling_NE.png-65e30c876a1d35fd607df1ce2ac014e1.md5 b/escape-room/godot/imported/paneling_NE.png-65e30c876a1d35fd607df1ce2ac014e1.md5 new file mode 100644 index 0000000..346242d --- /dev/null +++ b/escape-room/godot/imported/paneling_NE.png-65e30c876a1d35fd607df1ce2ac014e1.md5 @@ -0,0 +1,3 @@ +source_md5="6c4c8f79f4844c81991d3b9342537f74" +dest_md5="ef669c63c4a54d256693d0e880ce1f59" + diff --git a/escape-room/godot/imported/paneling_NW.png-306cb47c15e24e9ceeb02cc08d50792e.ctex b/escape-room/godot/imported/paneling_NW.png-306cb47c15e24e9ceeb02cc08d50792e.ctex new file mode 100644 index 0000000..d50938f Binary files /dev/null and b/escape-room/godot/imported/paneling_NW.png-306cb47c15e24e9ceeb02cc08d50792e.ctex differ diff --git a/escape-room/godot/imported/paneling_NW.png-306cb47c15e24e9ceeb02cc08d50792e.md5 b/escape-room/godot/imported/paneling_NW.png-306cb47c15e24e9ceeb02cc08d50792e.md5 new file mode 100644 index 0000000..b380747 --- /dev/null +++ b/escape-room/godot/imported/paneling_NW.png-306cb47c15e24e9ceeb02cc08d50792e.md5 @@ -0,0 +1,3 @@ +source_md5="da356b05f0ccaa673700f38508ac0876" +dest_md5="b9426bba2a40d3c5ec275dd5918b82f9" + diff --git a/escape-room/godot/imported/paneling_SE.png-ec5199838d8a25ea02475082d80cc828.ctex b/escape-room/godot/imported/paneling_SE.png-ec5199838d8a25ea02475082d80cc828.ctex new file mode 100644 index 0000000..39be9ba Binary files /dev/null and b/escape-room/godot/imported/paneling_SE.png-ec5199838d8a25ea02475082d80cc828.ctex differ diff --git a/escape-room/godot/imported/paneling_SE.png-ec5199838d8a25ea02475082d80cc828.md5 b/escape-room/godot/imported/paneling_SE.png-ec5199838d8a25ea02475082d80cc828.md5 new file mode 100644 index 0000000..2ce3384 --- /dev/null +++ b/escape-room/godot/imported/paneling_SE.png-ec5199838d8a25ea02475082d80cc828.md5 @@ -0,0 +1,3 @@ +source_md5="546c7c3336dfd5b856dda28bb3bdb70a" +dest_md5="73be9c51b8b64acf26928b9e540f23b4" + diff --git a/escape-room/godot/imported/paneling_SW.png-53ef4edbdda2e270a92829c8029a2475.ctex b/escape-room/godot/imported/paneling_SW.png-53ef4edbdda2e270a92829c8029a2475.ctex new file mode 100644 index 0000000..29d6c60 Binary files /dev/null and b/escape-room/godot/imported/paneling_SW.png-53ef4edbdda2e270a92829c8029a2475.ctex differ diff --git a/escape-room/godot/imported/paneling_SW.png-53ef4edbdda2e270a92829c8029a2475.md5 b/escape-room/godot/imported/paneling_SW.png-53ef4edbdda2e270a92829c8029a2475.md5 new file mode 100644 index 0000000..0f690dd --- /dev/null +++ b/escape-room/godot/imported/paneling_SW.png-53ef4edbdda2e270a92829c8029a2475.md5 @@ -0,0 +1,3 @@ +source_md5="ef328c86ca117588cdd56a3ace420bdf" +dest_md5="925821de448b1f1c95847f87ea510338" + diff --git a/escape-room/godot/imported/pillow.dae-d3e37dd8345aeff54806f72632e422cf.md5 b/escape-room/godot/imported/pillow.dae-d3e37dd8345aeff54806f72632e422cf.md5 new file mode 100644 index 0000000..bc140c7 --- /dev/null +++ b/escape-room/godot/imported/pillow.dae-d3e37dd8345aeff54806f72632e422cf.md5 @@ -0,0 +1,3 @@ +source_md5="8c616471cfc6d3a1147f405824b91810" +dest_md5="c24fe6ae101ae7912d37c6dac10de945" + diff --git a/escape-room/godot/imported/pillow.dae-d3e37dd8345aeff54806f72632e422cf.scn b/escape-room/godot/imported/pillow.dae-d3e37dd8345aeff54806f72632e422cf.scn new file mode 100644 index 0000000..23ee0d9 Binary files /dev/null and b/escape-room/godot/imported/pillow.dae-d3e37dd8345aeff54806f72632e422cf.scn differ diff --git a/escape-room/godot/imported/pillow.fbx-1d30467231e03955d2bd3fb0c61243e7.md5 b/escape-room/godot/imported/pillow.fbx-1d30467231e03955d2bd3fb0c61243e7.md5 new file mode 100644 index 0000000..4b669f8 --- /dev/null +++ b/escape-room/godot/imported/pillow.fbx-1d30467231e03955d2bd3fb0c61243e7.md5 @@ -0,0 +1,3 @@ +source_md5="0e11c0738a102fbed9521c8e5c018a10" +dest_md5="93574da507f8b0d712fbe4ca9ec19038" + diff --git a/escape-room/godot/imported/pillow.fbx-1d30467231e03955d2bd3fb0c61243e7.scn b/escape-room/godot/imported/pillow.fbx-1d30467231e03955d2bd3fb0c61243e7.scn new file mode 100644 index 0000000..7b4e888 Binary files /dev/null and b/escape-room/godot/imported/pillow.fbx-1d30467231e03955d2bd3fb0c61243e7.scn differ diff --git a/escape-room/godot/imported/pillow.glb-eb45fa5485aa0e4aa21159e2f168c758.md5 b/escape-room/godot/imported/pillow.glb-eb45fa5485aa0e4aa21159e2f168c758.md5 new file mode 100644 index 0000000..0754da2 --- /dev/null +++ b/escape-room/godot/imported/pillow.glb-eb45fa5485aa0e4aa21159e2f168c758.md5 @@ -0,0 +1,3 @@ +source_md5="5a86c7fd42bd78dcdbd9ecbde670454c" +dest_md5="f9507e0ed40b8818b66541630c00b865" + diff --git a/escape-room/godot/imported/pillow.glb-eb45fa5485aa0e4aa21159e2f168c758.scn b/escape-room/godot/imported/pillow.glb-eb45fa5485aa0e4aa21159e2f168c758.scn new file mode 100644 index 0000000..23b8164 Binary files /dev/null and b/escape-room/godot/imported/pillow.glb-eb45fa5485aa0e4aa21159e2f168c758.scn differ diff --git a/escape-room/godot/imported/pillow.obj-63f09e33a89408e8b9504320e9b3c31d.md5 b/escape-room/godot/imported/pillow.obj-63f09e33a89408e8b9504320e9b3c31d.md5 new file mode 100644 index 0000000..4b44103 --- /dev/null +++ b/escape-room/godot/imported/pillow.obj-63f09e33a89408e8b9504320e9b3c31d.md5 @@ -0,0 +1,3 @@ +source_md5="b484382050abdd5b35bbf8220ffe373b" +dest_md5="b8f98dc881416e8dc1c463d962fcb4f4" + diff --git a/escape-room/godot/imported/pillow.obj-63f09e33a89408e8b9504320e9b3c31d.mesh b/escape-room/godot/imported/pillow.obj-63f09e33a89408e8b9504320e9b3c31d.mesh new file mode 100644 index 0000000..bd0916f Binary files /dev/null and b/escape-room/godot/imported/pillow.obj-63f09e33a89408e8b9504320e9b3c31d.mesh differ diff --git a/escape-room/godot/imported/pillow.png-d3d9c928d3ac04e37118f9ee7f3cedac.ctex b/escape-room/godot/imported/pillow.png-d3d9c928d3ac04e37118f9ee7f3cedac.ctex new file mode 100644 index 0000000..4b04403 Binary files /dev/null and b/escape-room/godot/imported/pillow.png-d3d9c928d3ac04e37118f9ee7f3cedac.ctex differ diff --git a/escape-room/godot/imported/pillow.png-d3d9c928d3ac04e37118f9ee7f3cedac.md5 b/escape-room/godot/imported/pillow.png-d3d9c928d3ac04e37118f9ee7f3cedac.md5 new file mode 100644 index 0000000..8c85e3e --- /dev/null +++ b/escape-room/godot/imported/pillow.png-d3d9c928d3ac04e37118f9ee7f3cedac.md5 @@ -0,0 +1,3 @@ +source_md5="63f8a55720c2240f018f22cdaff64fe7" +dest_md5="bb0f0d44379d7c3fd126093751bcec0c" + diff --git a/escape-room/godot/imported/pillowBlue.dae-a040e345fc07e3a7df1ad86f30d40d7f.md5 b/escape-room/godot/imported/pillowBlue.dae-a040e345fc07e3a7df1ad86f30d40d7f.md5 new file mode 100644 index 0000000..345b1fd --- /dev/null +++ b/escape-room/godot/imported/pillowBlue.dae-a040e345fc07e3a7df1ad86f30d40d7f.md5 @@ -0,0 +1,3 @@ +source_md5="3ca66a9121fd51a121e15e7eedeaa83d" +dest_md5="9dda94692768951e61c3cb0bffcae2ff" + diff --git a/escape-room/godot/imported/pillowBlue.dae-a040e345fc07e3a7df1ad86f30d40d7f.scn b/escape-room/godot/imported/pillowBlue.dae-a040e345fc07e3a7df1ad86f30d40d7f.scn new file mode 100644 index 0000000..4db47f9 Binary files /dev/null and b/escape-room/godot/imported/pillowBlue.dae-a040e345fc07e3a7df1ad86f30d40d7f.scn differ diff --git a/escape-room/godot/imported/pillowBlue.fbx-fa357270f7ce460af9cfa9733ea77394.md5 b/escape-room/godot/imported/pillowBlue.fbx-fa357270f7ce460af9cfa9733ea77394.md5 new file mode 100644 index 0000000..751b199 --- /dev/null +++ b/escape-room/godot/imported/pillowBlue.fbx-fa357270f7ce460af9cfa9733ea77394.md5 @@ -0,0 +1,3 @@ +source_md5="537bc32095af7f51140f435b08a2d625" +dest_md5="18ff8e2a119ccddd030a0673a3a4cfd2" + diff --git a/escape-room/godot/imported/pillowBlue.fbx-fa357270f7ce460af9cfa9733ea77394.scn b/escape-room/godot/imported/pillowBlue.fbx-fa357270f7ce460af9cfa9733ea77394.scn new file mode 100644 index 0000000..154f5af Binary files /dev/null and b/escape-room/godot/imported/pillowBlue.fbx-fa357270f7ce460af9cfa9733ea77394.scn differ diff --git a/escape-room/godot/imported/pillowBlue.glb-9c2faac3eb244205787d09665cb179c7.md5 b/escape-room/godot/imported/pillowBlue.glb-9c2faac3eb244205787d09665cb179c7.md5 new file mode 100644 index 0000000..6e1a17f --- /dev/null +++ b/escape-room/godot/imported/pillowBlue.glb-9c2faac3eb244205787d09665cb179c7.md5 @@ -0,0 +1,3 @@ +source_md5="db5e320289617a7c088d1ee698e7bcb2" +dest_md5="173149bc1e595178cb350b2ccec946fc" + diff --git a/escape-room/godot/imported/pillowBlue.glb-9c2faac3eb244205787d09665cb179c7.scn b/escape-room/godot/imported/pillowBlue.glb-9c2faac3eb244205787d09665cb179c7.scn new file mode 100644 index 0000000..3be05eb Binary files /dev/null and b/escape-room/godot/imported/pillowBlue.glb-9c2faac3eb244205787d09665cb179c7.scn differ diff --git a/escape-room/godot/imported/pillowBlue.obj-f3103ee2ce1ca82dc47703ba2ac4081f.md5 b/escape-room/godot/imported/pillowBlue.obj-f3103ee2ce1ca82dc47703ba2ac4081f.md5 new file mode 100644 index 0000000..0863259 --- /dev/null +++ b/escape-room/godot/imported/pillowBlue.obj-f3103ee2ce1ca82dc47703ba2ac4081f.md5 @@ -0,0 +1,3 @@ +source_md5="136fcc7876aa8b7b4cb2d05980dc55c6" +dest_md5="79f021bd1ce73bc318bac353db599f5f" + diff --git a/escape-room/godot/imported/pillowBlue.obj-f3103ee2ce1ca82dc47703ba2ac4081f.mesh b/escape-room/godot/imported/pillowBlue.obj-f3103ee2ce1ca82dc47703ba2ac4081f.mesh new file mode 100644 index 0000000..bc5bd9b Binary files /dev/null and b/escape-room/godot/imported/pillowBlue.obj-f3103ee2ce1ca82dc47703ba2ac4081f.mesh differ diff --git a/escape-room/godot/imported/pillowBlue.png-17f7c4ec4a9929a34b678a35236a967f.ctex b/escape-room/godot/imported/pillowBlue.png-17f7c4ec4a9929a34b678a35236a967f.ctex new file mode 100644 index 0000000..b02c1d1 Binary files /dev/null and b/escape-room/godot/imported/pillowBlue.png-17f7c4ec4a9929a34b678a35236a967f.ctex differ diff --git a/escape-room/godot/imported/pillowBlue.png-17f7c4ec4a9929a34b678a35236a967f.md5 b/escape-room/godot/imported/pillowBlue.png-17f7c4ec4a9929a34b678a35236a967f.md5 new file mode 100644 index 0000000..30d75b3 --- /dev/null +++ b/escape-room/godot/imported/pillowBlue.png-17f7c4ec4a9929a34b678a35236a967f.md5 @@ -0,0 +1,3 @@ +source_md5="7f60093a34e6af662fbe23c107042c83" +dest_md5="3338010869536824e23591e6102de4d3" + diff --git a/escape-room/godot/imported/pillowBlueLong.dae-2644a0cfe55d7e96803b1ca61d9735dc.md5 b/escape-room/godot/imported/pillowBlueLong.dae-2644a0cfe55d7e96803b1ca61d9735dc.md5 new file mode 100644 index 0000000..5ed3185 --- /dev/null +++ b/escape-room/godot/imported/pillowBlueLong.dae-2644a0cfe55d7e96803b1ca61d9735dc.md5 @@ -0,0 +1,3 @@ +source_md5="541dbc82db2d78e3e85a9b007fc8261a" +dest_md5="b8afc7f3a8f3e8028b05ecd7523bdb9b" + diff --git a/escape-room/godot/imported/pillowBlueLong.dae-2644a0cfe55d7e96803b1ca61d9735dc.scn b/escape-room/godot/imported/pillowBlueLong.dae-2644a0cfe55d7e96803b1ca61d9735dc.scn new file mode 100644 index 0000000..9b32dba Binary files /dev/null and b/escape-room/godot/imported/pillowBlueLong.dae-2644a0cfe55d7e96803b1ca61d9735dc.scn differ diff --git a/escape-room/godot/imported/pillowBlueLong.fbx-79ddcd8406aad042d96954c72c22b799.md5 b/escape-room/godot/imported/pillowBlueLong.fbx-79ddcd8406aad042d96954c72c22b799.md5 new file mode 100644 index 0000000..1ebbc42 --- /dev/null +++ b/escape-room/godot/imported/pillowBlueLong.fbx-79ddcd8406aad042d96954c72c22b799.md5 @@ -0,0 +1,3 @@ +source_md5="af99fb3761140519c2c5575311ad3d64" +dest_md5="e243cd68e7750a5a296cc42b0bb1af17" + diff --git a/escape-room/godot/imported/pillowBlueLong.fbx-79ddcd8406aad042d96954c72c22b799.scn b/escape-room/godot/imported/pillowBlueLong.fbx-79ddcd8406aad042d96954c72c22b799.scn new file mode 100644 index 0000000..9337807 Binary files /dev/null and b/escape-room/godot/imported/pillowBlueLong.fbx-79ddcd8406aad042d96954c72c22b799.scn differ diff --git a/escape-room/godot/imported/pillowBlueLong.glb-432c7d7c5b87591382a8aa963e9d0fc4.md5 b/escape-room/godot/imported/pillowBlueLong.glb-432c7d7c5b87591382a8aa963e9d0fc4.md5 new file mode 100644 index 0000000..ae9ffbd --- /dev/null +++ b/escape-room/godot/imported/pillowBlueLong.glb-432c7d7c5b87591382a8aa963e9d0fc4.md5 @@ -0,0 +1,3 @@ +source_md5="e48b8dfea8c4e7ac308249bdc170f703" +dest_md5="773cafc9b732d84d0f5aed0ea6f33507" + diff --git a/escape-room/godot/imported/pillowBlueLong.glb-432c7d7c5b87591382a8aa963e9d0fc4.scn b/escape-room/godot/imported/pillowBlueLong.glb-432c7d7c5b87591382a8aa963e9d0fc4.scn new file mode 100644 index 0000000..50b5798 Binary files /dev/null and b/escape-room/godot/imported/pillowBlueLong.glb-432c7d7c5b87591382a8aa963e9d0fc4.scn differ diff --git a/escape-room/godot/imported/pillowBlueLong.obj-647d7714971f1e8737535de7a207c1a3.md5 b/escape-room/godot/imported/pillowBlueLong.obj-647d7714971f1e8737535de7a207c1a3.md5 new file mode 100644 index 0000000..622b54c --- /dev/null +++ b/escape-room/godot/imported/pillowBlueLong.obj-647d7714971f1e8737535de7a207c1a3.md5 @@ -0,0 +1,3 @@ +source_md5="15b0f04f61f4fae5394288016ed98877" +dest_md5="5ae1b936f78f10cc73cf63b18ed4d0f3" + diff --git a/escape-room/godot/imported/pillowBlueLong.obj-647d7714971f1e8737535de7a207c1a3.mesh b/escape-room/godot/imported/pillowBlueLong.obj-647d7714971f1e8737535de7a207c1a3.mesh new file mode 100644 index 0000000..c2a3ecb Binary files /dev/null and b/escape-room/godot/imported/pillowBlueLong.obj-647d7714971f1e8737535de7a207c1a3.mesh differ diff --git a/escape-room/godot/imported/pillowBlueLong.png-c7ab16f107a89a2a4929271dca70f7d8.ctex b/escape-room/godot/imported/pillowBlueLong.png-c7ab16f107a89a2a4929271dca70f7d8.ctex new file mode 100644 index 0000000..21a791c Binary files /dev/null and b/escape-room/godot/imported/pillowBlueLong.png-c7ab16f107a89a2a4929271dca70f7d8.ctex differ diff --git a/escape-room/godot/imported/pillowBlueLong.png-c7ab16f107a89a2a4929271dca70f7d8.md5 b/escape-room/godot/imported/pillowBlueLong.png-c7ab16f107a89a2a4929271dca70f7d8.md5 new file mode 100644 index 0000000..a2d96b8 --- /dev/null +++ b/escape-room/godot/imported/pillowBlueLong.png-c7ab16f107a89a2a4929271dca70f7d8.md5 @@ -0,0 +1,3 @@ +source_md5="f60344297169b4c413c5bb6dec6d9505" +dest_md5="af339e7c4be580e70d00ee47f27cb81c" + diff --git a/escape-room/godot/imported/pillowBlueLong_NE.png-b06f9416f276ff02a7c0ef4b9a0e953f.ctex b/escape-room/godot/imported/pillowBlueLong_NE.png-b06f9416f276ff02a7c0ef4b9a0e953f.ctex new file mode 100644 index 0000000..e89ef53 Binary files /dev/null and b/escape-room/godot/imported/pillowBlueLong_NE.png-b06f9416f276ff02a7c0ef4b9a0e953f.ctex differ diff --git a/escape-room/godot/imported/pillowBlueLong_NE.png-b06f9416f276ff02a7c0ef4b9a0e953f.md5 b/escape-room/godot/imported/pillowBlueLong_NE.png-b06f9416f276ff02a7c0ef4b9a0e953f.md5 new file mode 100644 index 0000000..8323da8 --- /dev/null +++ b/escape-room/godot/imported/pillowBlueLong_NE.png-b06f9416f276ff02a7c0ef4b9a0e953f.md5 @@ -0,0 +1,3 @@ +source_md5="6fbc6736e63ca8270a8fd8f9625d4b1e" +dest_md5="af89bf052b1ccc024cb61b27bdf61994" + diff --git a/escape-room/godot/imported/pillowBlueLong_NW.png-8769263f3da77297864a8c8a826abb26.ctex b/escape-room/godot/imported/pillowBlueLong_NW.png-8769263f3da77297864a8c8a826abb26.ctex new file mode 100644 index 0000000..3fc2b20 Binary files /dev/null and b/escape-room/godot/imported/pillowBlueLong_NW.png-8769263f3da77297864a8c8a826abb26.ctex differ diff --git a/escape-room/godot/imported/pillowBlueLong_NW.png-8769263f3da77297864a8c8a826abb26.md5 b/escape-room/godot/imported/pillowBlueLong_NW.png-8769263f3da77297864a8c8a826abb26.md5 new file mode 100644 index 0000000..263e9d1 --- /dev/null +++ b/escape-room/godot/imported/pillowBlueLong_NW.png-8769263f3da77297864a8c8a826abb26.md5 @@ -0,0 +1,3 @@ +source_md5="5237ef56f89b1473f9437bdb54c43570" +dest_md5="748118aa115754bf047a96e3ceabc424" + diff --git a/escape-room/godot/imported/pillowBlueLong_SE.png-a946184516db875ad57758d15ebae1fc.ctex b/escape-room/godot/imported/pillowBlueLong_SE.png-a946184516db875ad57758d15ebae1fc.ctex new file mode 100644 index 0000000..a251430 Binary files /dev/null and b/escape-room/godot/imported/pillowBlueLong_SE.png-a946184516db875ad57758d15ebae1fc.ctex differ diff --git a/escape-room/godot/imported/pillowBlueLong_SE.png-a946184516db875ad57758d15ebae1fc.md5 b/escape-room/godot/imported/pillowBlueLong_SE.png-a946184516db875ad57758d15ebae1fc.md5 new file mode 100644 index 0000000..81915d9 --- /dev/null +++ b/escape-room/godot/imported/pillowBlueLong_SE.png-a946184516db875ad57758d15ebae1fc.md5 @@ -0,0 +1,3 @@ +source_md5="8c4d8576677b0632036c8ced74b504ec" +dest_md5="617a978e7499600380d0b5fa549dc61b" + diff --git a/escape-room/godot/imported/pillowBlueLong_SW.png-b677ff3d25b451eb6612dab2150523f2.ctex b/escape-room/godot/imported/pillowBlueLong_SW.png-b677ff3d25b451eb6612dab2150523f2.ctex new file mode 100644 index 0000000..7e32481 Binary files /dev/null and b/escape-room/godot/imported/pillowBlueLong_SW.png-b677ff3d25b451eb6612dab2150523f2.ctex differ diff --git a/escape-room/godot/imported/pillowBlueLong_SW.png-b677ff3d25b451eb6612dab2150523f2.md5 b/escape-room/godot/imported/pillowBlueLong_SW.png-b677ff3d25b451eb6612dab2150523f2.md5 new file mode 100644 index 0000000..e5534d1 --- /dev/null +++ b/escape-room/godot/imported/pillowBlueLong_SW.png-b677ff3d25b451eb6612dab2150523f2.md5 @@ -0,0 +1,3 @@ +source_md5="98cdd0e1af09d8dc4ec7a20e86f0cd6c" +dest_md5="2f65bac9b9c8f227614045c930ab3474" + diff --git a/escape-room/godot/imported/pillowBlue_NE.png-8bebaf8142c01272c7552af80544c0a7.ctex b/escape-room/godot/imported/pillowBlue_NE.png-8bebaf8142c01272c7552af80544c0a7.ctex new file mode 100644 index 0000000..2821e84 Binary files /dev/null and b/escape-room/godot/imported/pillowBlue_NE.png-8bebaf8142c01272c7552af80544c0a7.ctex differ diff --git a/escape-room/godot/imported/pillowBlue_NE.png-8bebaf8142c01272c7552af80544c0a7.md5 b/escape-room/godot/imported/pillowBlue_NE.png-8bebaf8142c01272c7552af80544c0a7.md5 new file mode 100644 index 0000000..2515e0c --- /dev/null +++ b/escape-room/godot/imported/pillowBlue_NE.png-8bebaf8142c01272c7552af80544c0a7.md5 @@ -0,0 +1,3 @@ +source_md5="fae2816803b153d9c3a496732a8d709e" +dest_md5="eb63e13d70392cb17a24322596bcda4c" + diff --git a/escape-room/godot/imported/pillowBlue_NW.png-09ef6f411ecb48a73709a3ebefcd3d8c.ctex b/escape-room/godot/imported/pillowBlue_NW.png-09ef6f411ecb48a73709a3ebefcd3d8c.ctex new file mode 100644 index 0000000..64ad33f Binary files /dev/null and b/escape-room/godot/imported/pillowBlue_NW.png-09ef6f411ecb48a73709a3ebefcd3d8c.ctex differ diff --git a/escape-room/godot/imported/pillowBlue_NW.png-09ef6f411ecb48a73709a3ebefcd3d8c.md5 b/escape-room/godot/imported/pillowBlue_NW.png-09ef6f411ecb48a73709a3ebefcd3d8c.md5 new file mode 100644 index 0000000..c3ca8aa --- /dev/null +++ b/escape-room/godot/imported/pillowBlue_NW.png-09ef6f411ecb48a73709a3ebefcd3d8c.md5 @@ -0,0 +1,3 @@ +source_md5="0ba65518b7f3a8b5704407a02de25668" +dest_md5="a3e020141e5e125edcf903442d7fcf40" + diff --git a/escape-room/godot/imported/pillowBlue_SE.png-7d4a971f4284062cadcc113f4b862306.ctex b/escape-room/godot/imported/pillowBlue_SE.png-7d4a971f4284062cadcc113f4b862306.ctex new file mode 100644 index 0000000..70f9758 Binary files /dev/null and b/escape-room/godot/imported/pillowBlue_SE.png-7d4a971f4284062cadcc113f4b862306.ctex differ diff --git a/escape-room/godot/imported/pillowBlue_SE.png-7d4a971f4284062cadcc113f4b862306.md5 b/escape-room/godot/imported/pillowBlue_SE.png-7d4a971f4284062cadcc113f4b862306.md5 new file mode 100644 index 0000000..dd11d72 --- /dev/null +++ b/escape-room/godot/imported/pillowBlue_SE.png-7d4a971f4284062cadcc113f4b862306.md5 @@ -0,0 +1,3 @@ +source_md5="220bfc5546b5a0ef3c0760960281d6cd" +dest_md5="6236d52ea8a64eba53e05063d51d19ad" + diff --git a/escape-room/godot/imported/pillowBlue_SW.png-968565960947086fad59c35c0679dcfa.ctex b/escape-room/godot/imported/pillowBlue_SW.png-968565960947086fad59c35c0679dcfa.ctex new file mode 100644 index 0000000..224a0ab Binary files /dev/null and b/escape-room/godot/imported/pillowBlue_SW.png-968565960947086fad59c35c0679dcfa.ctex differ diff --git a/escape-room/godot/imported/pillowBlue_SW.png-968565960947086fad59c35c0679dcfa.md5 b/escape-room/godot/imported/pillowBlue_SW.png-968565960947086fad59c35c0679dcfa.md5 new file mode 100644 index 0000000..068ff2e --- /dev/null +++ b/escape-room/godot/imported/pillowBlue_SW.png-968565960947086fad59c35c0679dcfa.md5 @@ -0,0 +1,3 @@ +source_md5="8fefb70a379cfd08941aaa2995cb1ff1" +dest_md5="fd8ba7c53e2de4a500e1f8f00bf8524b" + diff --git a/escape-room/godot/imported/pillowLong.dae-374bdeda3a4ec70b78f394e7e313b78b.md5 b/escape-room/godot/imported/pillowLong.dae-374bdeda3a4ec70b78f394e7e313b78b.md5 new file mode 100644 index 0000000..bcf1114 --- /dev/null +++ b/escape-room/godot/imported/pillowLong.dae-374bdeda3a4ec70b78f394e7e313b78b.md5 @@ -0,0 +1,3 @@ +source_md5="2ee3cf64cd761f9e77a06990492bda6e" +dest_md5="542b6818ecd445659269d3f4f68f7ad2" + diff --git a/escape-room/godot/imported/pillowLong.dae-374bdeda3a4ec70b78f394e7e313b78b.scn b/escape-room/godot/imported/pillowLong.dae-374bdeda3a4ec70b78f394e7e313b78b.scn new file mode 100644 index 0000000..f6b412c Binary files /dev/null and b/escape-room/godot/imported/pillowLong.dae-374bdeda3a4ec70b78f394e7e313b78b.scn differ diff --git a/escape-room/godot/imported/pillowLong.fbx-159071fbad0f81516ec97137f2aeb854.md5 b/escape-room/godot/imported/pillowLong.fbx-159071fbad0f81516ec97137f2aeb854.md5 new file mode 100644 index 0000000..ac77ace --- /dev/null +++ b/escape-room/godot/imported/pillowLong.fbx-159071fbad0f81516ec97137f2aeb854.md5 @@ -0,0 +1,3 @@ +source_md5="87db12ba8225273bc671f63355253ad7" +dest_md5="5a7b3ef4133fa0722d7c4de99088d1f6" + diff --git a/escape-room/godot/imported/pillowLong.fbx-159071fbad0f81516ec97137f2aeb854.scn b/escape-room/godot/imported/pillowLong.fbx-159071fbad0f81516ec97137f2aeb854.scn new file mode 100644 index 0000000..4ea861c Binary files /dev/null and b/escape-room/godot/imported/pillowLong.fbx-159071fbad0f81516ec97137f2aeb854.scn differ diff --git a/escape-room/godot/imported/pillowLong.glb-691b39b49d84e3e567922e7891da6557.md5 b/escape-room/godot/imported/pillowLong.glb-691b39b49d84e3e567922e7891da6557.md5 new file mode 100644 index 0000000..951a723 --- /dev/null +++ b/escape-room/godot/imported/pillowLong.glb-691b39b49d84e3e567922e7891da6557.md5 @@ -0,0 +1,3 @@ +source_md5="def92937d413b4eed34eed545214f8d4" +dest_md5="5477943eb56bf281d19151d9bcc31d00" + diff --git a/escape-room/godot/imported/pillowLong.glb-691b39b49d84e3e567922e7891da6557.scn b/escape-room/godot/imported/pillowLong.glb-691b39b49d84e3e567922e7891da6557.scn new file mode 100644 index 0000000..827052a Binary files /dev/null and b/escape-room/godot/imported/pillowLong.glb-691b39b49d84e3e567922e7891da6557.scn differ diff --git a/escape-room/godot/imported/pillowLong.obj-f7e2a7291b574dda7b8eddcdcb4c8182.md5 b/escape-room/godot/imported/pillowLong.obj-f7e2a7291b574dda7b8eddcdcb4c8182.md5 new file mode 100644 index 0000000..57cdbea --- /dev/null +++ b/escape-room/godot/imported/pillowLong.obj-f7e2a7291b574dda7b8eddcdcb4c8182.md5 @@ -0,0 +1,3 @@ +source_md5="c38afcbb665a3059d397f1e25cfcada9" +dest_md5="90678e310d1443bba05c16cbdabaa10b" + diff --git a/escape-room/godot/imported/pillowLong.obj-f7e2a7291b574dda7b8eddcdcb4c8182.mesh b/escape-room/godot/imported/pillowLong.obj-f7e2a7291b574dda7b8eddcdcb4c8182.mesh new file mode 100644 index 0000000..c8ea0de Binary files /dev/null and b/escape-room/godot/imported/pillowLong.obj-f7e2a7291b574dda7b8eddcdcb4c8182.mesh differ diff --git a/escape-room/godot/imported/pillowLong.png-586b32d470009c5009cbee3637942e78.ctex b/escape-room/godot/imported/pillowLong.png-586b32d470009c5009cbee3637942e78.ctex new file mode 100644 index 0000000..e3cf930 Binary files /dev/null and b/escape-room/godot/imported/pillowLong.png-586b32d470009c5009cbee3637942e78.ctex differ diff --git a/escape-room/godot/imported/pillowLong.png-586b32d470009c5009cbee3637942e78.md5 b/escape-room/godot/imported/pillowLong.png-586b32d470009c5009cbee3637942e78.md5 new file mode 100644 index 0000000..f40fcd0 --- /dev/null +++ b/escape-room/godot/imported/pillowLong.png-586b32d470009c5009cbee3637942e78.md5 @@ -0,0 +1,3 @@ +source_md5="7a2e66624fdb24a2074cd8cc44423cb0" +dest_md5="df245d79b227ad4c41f3d5e1a2727fbf" + diff --git a/escape-room/godot/imported/pillowLong_NE.png-8d77582eed7d82a3bfeb2b7ceff04653.ctex b/escape-room/godot/imported/pillowLong_NE.png-8d77582eed7d82a3bfeb2b7ceff04653.ctex new file mode 100644 index 0000000..9202ab8 Binary files /dev/null and b/escape-room/godot/imported/pillowLong_NE.png-8d77582eed7d82a3bfeb2b7ceff04653.ctex differ diff --git a/escape-room/godot/imported/pillowLong_NE.png-8d77582eed7d82a3bfeb2b7ceff04653.md5 b/escape-room/godot/imported/pillowLong_NE.png-8d77582eed7d82a3bfeb2b7ceff04653.md5 new file mode 100644 index 0000000..da21a09 --- /dev/null +++ b/escape-room/godot/imported/pillowLong_NE.png-8d77582eed7d82a3bfeb2b7ceff04653.md5 @@ -0,0 +1,3 @@ +source_md5="8f6354f546eb804c0bf8bbf1d3b2b2d4" +dest_md5="ad401f8db578aaee7c53ac006c3f568d" + diff --git a/escape-room/godot/imported/pillowLong_NW.png-bd9560d3bb321e1dcde59978cfb760f9.ctex b/escape-room/godot/imported/pillowLong_NW.png-bd9560d3bb321e1dcde59978cfb760f9.ctex new file mode 100644 index 0000000..302eb57 Binary files /dev/null and b/escape-room/godot/imported/pillowLong_NW.png-bd9560d3bb321e1dcde59978cfb760f9.ctex differ diff --git a/escape-room/godot/imported/pillowLong_NW.png-bd9560d3bb321e1dcde59978cfb760f9.md5 b/escape-room/godot/imported/pillowLong_NW.png-bd9560d3bb321e1dcde59978cfb760f9.md5 new file mode 100644 index 0000000..6a498e9 --- /dev/null +++ b/escape-room/godot/imported/pillowLong_NW.png-bd9560d3bb321e1dcde59978cfb760f9.md5 @@ -0,0 +1,3 @@ +source_md5="15e8ebd96e0f53a7903a4b1e9d0c80ad" +dest_md5="0cb8eb8e7f438b261598f4f38f3396fe" + diff --git a/escape-room/godot/imported/pillowLong_SE.png-01b8d3d1d99ae611f21a5e24ed0d6a93.ctex b/escape-room/godot/imported/pillowLong_SE.png-01b8d3d1d99ae611f21a5e24ed0d6a93.ctex new file mode 100644 index 0000000..c0cad23 Binary files /dev/null and b/escape-room/godot/imported/pillowLong_SE.png-01b8d3d1d99ae611f21a5e24ed0d6a93.ctex differ diff --git a/escape-room/godot/imported/pillowLong_SE.png-01b8d3d1d99ae611f21a5e24ed0d6a93.md5 b/escape-room/godot/imported/pillowLong_SE.png-01b8d3d1d99ae611f21a5e24ed0d6a93.md5 new file mode 100644 index 0000000..2b68e65 --- /dev/null +++ b/escape-room/godot/imported/pillowLong_SE.png-01b8d3d1d99ae611f21a5e24ed0d6a93.md5 @@ -0,0 +1,3 @@ +source_md5="a341cb96d958846346589c41f1083e6d" +dest_md5="686c3e7b4bae06f5a43f3aadb586b958" + diff --git a/escape-room/godot/imported/pillowLong_SW.png-a42458340bc01c1bcfeb7f49b49544dc.ctex b/escape-room/godot/imported/pillowLong_SW.png-a42458340bc01c1bcfeb7f49b49544dc.ctex new file mode 100644 index 0000000..ccb830a Binary files /dev/null and b/escape-room/godot/imported/pillowLong_SW.png-a42458340bc01c1bcfeb7f49b49544dc.ctex differ diff --git a/escape-room/godot/imported/pillowLong_SW.png-a42458340bc01c1bcfeb7f49b49544dc.md5 b/escape-room/godot/imported/pillowLong_SW.png-a42458340bc01c1bcfeb7f49b49544dc.md5 new file mode 100644 index 0000000..0f52687 --- /dev/null +++ b/escape-room/godot/imported/pillowLong_SW.png-a42458340bc01c1bcfeb7f49b49544dc.md5 @@ -0,0 +1,3 @@ +source_md5="372a21d558a5db8f46ea4813afa3f45e" +dest_md5="539ec6c65fe80c35e4767b837a226617" + diff --git a/escape-room/godot/imported/pillow_NE.png-13a6b21284ad6591883a2d44ae750fb5.ctex b/escape-room/godot/imported/pillow_NE.png-13a6b21284ad6591883a2d44ae750fb5.ctex new file mode 100644 index 0000000..f407b88 Binary files /dev/null and b/escape-room/godot/imported/pillow_NE.png-13a6b21284ad6591883a2d44ae750fb5.ctex differ diff --git a/escape-room/godot/imported/pillow_NE.png-13a6b21284ad6591883a2d44ae750fb5.md5 b/escape-room/godot/imported/pillow_NE.png-13a6b21284ad6591883a2d44ae750fb5.md5 new file mode 100644 index 0000000..f543eed --- /dev/null +++ b/escape-room/godot/imported/pillow_NE.png-13a6b21284ad6591883a2d44ae750fb5.md5 @@ -0,0 +1,3 @@ +source_md5="c45b92e04cb6105e2749de2995bd838a" +dest_md5="9c20bccabd05e5ec83bd0ca077aaf73d" + diff --git a/escape-room/godot/imported/pillow_NW.png-7d0e94365e8b50c52eb53eae8edf64c9.ctex b/escape-room/godot/imported/pillow_NW.png-7d0e94365e8b50c52eb53eae8edf64c9.ctex new file mode 100644 index 0000000..b0f5687 Binary files /dev/null and b/escape-room/godot/imported/pillow_NW.png-7d0e94365e8b50c52eb53eae8edf64c9.ctex differ diff --git a/escape-room/godot/imported/pillow_NW.png-7d0e94365e8b50c52eb53eae8edf64c9.md5 b/escape-room/godot/imported/pillow_NW.png-7d0e94365e8b50c52eb53eae8edf64c9.md5 new file mode 100644 index 0000000..4e70a3e --- /dev/null +++ b/escape-room/godot/imported/pillow_NW.png-7d0e94365e8b50c52eb53eae8edf64c9.md5 @@ -0,0 +1,3 @@ +source_md5="a4d5345d0edba8955ef937048304219d" +dest_md5="1fabf1aed854d149ec70542627b9a2db" + diff --git a/escape-room/godot/imported/pillow_SE.png-20d7896f10e23cd692e076577db3b239.ctex b/escape-room/godot/imported/pillow_SE.png-20d7896f10e23cd692e076577db3b239.ctex new file mode 100644 index 0000000..445ab14 Binary files /dev/null and b/escape-room/godot/imported/pillow_SE.png-20d7896f10e23cd692e076577db3b239.ctex differ diff --git a/escape-room/godot/imported/pillow_SE.png-20d7896f10e23cd692e076577db3b239.md5 b/escape-room/godot/imported/pillow_SE.png-20d7896f10e23cd692e076577db3b239.md5 new file mode 100644 index 0000000..f5aaf8d --- /dev/null +++ b/escape-room/godot/imported/pillow_SE.png-20d7896f10e23cd692e076577db3b239.md5 @@ -0,0 +1,3 @@ +source_md5="be61e6ae3bf6c6854034a1747433e3e9" +dest_md5="5504546cfb6b1eaa3ec6f1cca02ac261" + diff --git a/escape-room/godot/imported/pillow_SW.png-0337a0ebfcd02fab9b2c3d40a1e5d405.ctex b/escape-room/godot/imported/pillow_SW.png-0337a0ebfcd02fab9b2c3d40a1e5d405.ctex new file mode 100644 index 0000000..57acd00 Binary files /dev/null and b/escape-room/godot/imported/pillow_SW.png-0337a0ebfcd02fab9b2c3d40a1e5d405.ctex differ diff --git a/escape-room/godot/imported/pillow_SW.png-0337a0ebfcd02fab9b2c3d40a1e5d405.md5 b/escape-room/godot/imported/pillow_SW.png-0337a0ebfcd02fab9b2c3d40a1e5d405.md5 new file mode 100644 index 0000000..02e2760 --- /dev/null +++ b/escape-room/godot/imported/pillow_SW.png-0337a0ebfcd02fab9b2c3d40a1e5d405.md5 @@ -0,0 +1,3 @@ +source_md5="e47ee40a21e3ffd6d12d6afe7c768c07" +dest_md5="38d247bad553f635792a35a0fa3f2b5f" + diff --git a/escape-room/godot/imported/plantSmall1.dae-3bcf934766d91143432ca9c42b960a90.md5 b/escape-room/godot/imported/plantSmall1.dae-3bcf934766d91143432ca9c42b960a90.md5 new file mode 100644 index 0000000..615526a --- /dev/null +++ b/escape-room/godot/imported/plantSmall1.dae-3bcf934766d91143432ca9c42b960a90.md5 @@ -0,0 +1,3 @@ +source_md5="ad3d36d92710a83eebda969acc5a6737" +dest_md5="7e28fb6b22d7a0eb7e095fce0fd5956c" + diff --git a/escape-room/godot/imported/plantSmall1.dae-3bcf934766d91143432ca9c42b960a90.scn b/escape-room/godot/imported/plantSmall1.dae-3bcf934766d91143432ca9c42b960a90.scn new file mode 100644 index 0000000..da98bd8 Binary files /dev/null and b/escape-room/godot/imported/plantSmall1.dae-3bcf934766d91143432ca9c42b960a90.scn differ diff --git a/escape-room/godot/imported/plantSmall1.fbx-4bcdc7347aa6150fa740bba0f16cafe0.md5 b/escape-room/godot/imported/plantSmall1.fbx-4bcdc7347aa6150fa740bba0f16cafe0.md5 new file mode 100644 index 0000000..b72c1f7 --- /dev/null +++ b/escape-room/godot/imported/plantSmall1.fbx-4bcdc7347aa6150fa740bba0f16cafe0.md5 @@ -0,0 +1,3 @@ +source_md5="78d0f074246e9373f3c3c10f8f1107b4" +dest_md5="9330296ee1643a70c0d1bfac5f834482" + diff --git a/escape-room/godot/imported/plantSmall1.fbx-4bcdc7347aa6150fa740bba0f16cafe0.scn b/escape-room/godot/imported/plantSmall1.fbx-4bcdc7347aa6150fa740bba0f16cafe0.scn new file mode 100644 index 0000000..b21c36d Binary files /dev/null and b/escape-room/godot/imported/plantSmall1.fbx-4bcdc7347aa6150fa740bba0f16cafe0.scn differ diff --git a/escape-room/godot/imported/plantSmall1.glb-f1028d0252090a67e1657f9e66536711.md5 b/escape-room/godot/imported/plantSmall1.glb-f1028d0252090a67e1657f9e66536711.md5 new file mode 100644 index 0000000..4c8355e --- /dev/null +++ b/escape-room/godot/imported/plantSmall1.glb-f1028d0252090a67e1657f9e66536711.md5 @@ -0,0 +1,3 @@ +source_md5="b0e0b9587c4b85cfe311bcb1cfb90d57" +dest_md5="899a65f19200ea76d12b99baaee383e0" + diff --git a/escape-room/godot/imported/plantSmall1.glb-f1028d0252090a67e1657f9e66536711.scn b/escape-room/godot/imported/plantSmall1.glb-f1028d0252090a67e1657f9e66536711.scn new file mode 100644 index 0000000..c9a7757 Binary files /dev/null and b/escape-room/godot/imported/plantSmall1.glb-f1028d0252090a67e1657f9e66536711.scn differ diff --git a/escape-room/godot/imported/plantSmall1.obj-cf7908db16173b9baa668264b548d926.md5 b/escape-room/godot/imported/plantSmall1.obj-cf7908db16173b9baa668264b548d926.md5 new file mode 100644 index 0000000..e246380 --- /dev/null +++ b/escape-room/godot/imported/plantSmall1.obj-cf7908db16173b9baa668264b548d926.md5 @@ -0,0 +1,3 @@ +source_md5="68bb1578e104e8d51b95d394948da0ef" +dest_md5="9708fa3150e35210d496834270f9d3df" + diff --git a/escape-room/godot/imported/plantSmall1.obj-cf7908db16173b9baa668264b548d926.mesh b/escape-room/godot/imported/plantSmall1.obj-cf7908db16173b9baa668264b548d926.mesh new file mode 100644 index 0000000..265905b Binary files /dev/null and b/escape-room/godot/imported/plantSmall1.obj-cf7908db16173b9baa668264b548d926.mesh differ diff --git a/escape-room/godot/imported/plantSmall1.png-118769f48817bdb598a3ee9b369b43c6.ctex b/escape-room/godot/imported/plantSmall1.png-118769f48817bdb598a3ee9b369b43c6.ctex new file mode 100644 index 0000000..dac61c5 Binary files /dev/null and b/escape-room/godot/imported/plantSmall1.png-118769f48817bdb598a3ee9b369b43c6.ctex differ diff --git a/escape-room/godot/imported/plantSmall1.png-118769f48817bdb598a3ee9b369b43c6.md5 b/escape-room/godot/imported/plantSmall1.png-118769f48817bdb598a3ee9b369b43c6.md5 new file mode 100644 index 0000000..e4d5cf6 --- /dev/null +++ b/escape-room/godot/imported/plantSmall1.png-118769f48817bdb598a3ee9b369b43c6.md5 @@ -0,0 +1,3 @@ +source_md5="d839b254c83ef1891af04aa7757c7f24" +dest_md5="e1538feec1d8ebf0898ac5d9da099ac8" + diff --git a/escape-room/godot/imported/plantSmall1_NE.png-f407852cd15a06ac6574a330b47be43c.ctex b/escape-room/godot/imported/plantSmall1_NE.png-f407852cd15a06ac6574a330b47be43c.ctex new file mode 100644 index 0000000..f720863 Binary files /dev/null and b/escape-room/godot/imported/plantSmall1_NE.png-f407852cd15a06ac6574a330b47be43c.ctex differ diff --git a/escape-room/godot/imported/plantSmall1_NE.png-f407852cd15a06ac6574a330b47be43c.md5 b/escape-room/godot/imported/plantSmall1_NE.png-f407852cd15a06ac6574a330b47be43c.md5 new file mode 100644 index 0000000..977cea2 --- /dev/null +++ b/escape-room/godot/imported/plantSmall1_NE.png-f407852cd15a06ac6574a330b47be43c.md5 @@ -0,0 +1,3 @@ +source_md5="c621d38b114da4fb53002bdb3a6e3a5c" +dest_md5="569a564b5f934998792739fa5e9f6000" + diff --git a/escape-room/godot/imported/plantSmall1_NW.png-a5f184da13aef23aa252688636c72903.ctex b/escape-room/godot/imported/plantSmall1_NW.png-a5f184da13aef23aa252688636c72903.ctex new file mode 100644 index 0000000..cb24af2 Binary files /dev/null and b/escape-room/godot/imported/plantSmall1_NW.png-a5f184da13aef23aa252688636c72903.ctex differ diff --git a/escape-room/godot/imported/plantSmall1_NW.png-a5f184da13aef23aa252688636c72903.md5 b/escape-room/godot/imported/plantSmall1_NW.png-a5f184da13aef23aa252688636c72903.md5 new file mode 100644 index 0000000..1eacc0c --- /dev/null +++ b/escape-room/godot/imported/plantSmall1_NW.png-a5f184da13aef23aa252688636c72903.md5 @@ -0,0 +1,3 @@ +source_md5="e065bd37a64cf934e5c196c86b104fac" +dest_md5="854d6616c221b872a2728690278f5704" + diff --git a/escape-room/godot/imported/plantSmall1_SE.png-163822939c97c6525b6e6c041d471683.ctex b/escape-room/godot/imported/plantSmall1_SE.png-163822939c97c6525b6e6c041d471683.ctex new file mode 100644 index 0000000..0c4968f Binary files /dev/null and b/escape-room/godot/imported/plantSmall1_SE.png-163822939c97c6525b6e6c041d471683.ctex differ diff --git a/escape-room/godot/imported/plantSmall1_SE.png-163822939c97c6525b6e6c041d471683.md5 b/escape-room/godot/imported/plantSmall1_SE.png-163822939c97c6525b6e6c041d471683.md5 new file mode 100644 index 0000000..dedfbe1 --- /dev/null +++ b/escape-room/godot/imported/plantSmall1_SE.png-163822939c97c6525b6e6c041d471683.md5 @@ -0,0 +1,3 @@ +source_md5="e34a5c76cb0fa46c6a8a4e4a5ea557a3" +dest_md5="610471346372e254a43516e73e1dbce0" + diff --git a/escape-room/godot/imported/plantSmall1_SW.png-e8d15abc88ca0e3741ccd7f8dead3423.ctex b/escape-room/godot/imported/plantSmall1_SW.png-e8d15abc88ca0e3741ccd7f8dead3423.ctex new file mode 100644 index 0000000..d73a53b Binary files /dev/null and b/escape-room/godot/imported/plantSmall1_SW.png-e8d15abc88ca0e3741ccd7f8dead3423.ctex differ diff --git a/escape-room/godot/imported/plantSmall1_SW.png-e8d15abc88ca0e3741ccd7f8dead3423.md5 b/escape-room/godot/imported/plantSmall1_SW.png-e8d15abc88ca0e3741ccd7f8dead3423.md5 new file mode 100644 index 0000000..7391c01 --- /dev/null +++ b/escape-room/godot/imported/plantSmall1_SW.png-e8d15abc88ca0e3741ccd7f8dead3423.md5 @@ -0,0 +1,3 @@ +source_md5="e7af9e57ccfa49cc6d28d649538e694b" +dest_md5="78d2e83405e6eca175c4fc4e9c33ee7b" + diff --git a/escape-room/godot/imported/plantSmall2.dae-7b2c0fe918e33c0b8f0f42e168805e41.md5 b/escape-room/godot/imported/plantSmall2.dae-7b2c0fe918e33c0b8f0f42e168805e41.md5 new file mode 100644 index 0000000..170094c --- /dev/null +++ b/escape-room/godot/imported/plantSmall2.dae-7b2c0fe918e33c0b8f0f42e168805e41.md5 @@ -0,0 +1,3 @@ +source_md5="cf9f0308a4dd1d831250d3002d3a8f56" +dest_md5="e2cc62ffb7342eeddcd870435ee2539b" + diff --git a/escape-room/godot/imported/plantSmall2.dae-7b2c0fe918e33c0b8f0f42e168805e41.scn b/escape-room/godot/imported/plantSmall2.dae-7b2c0fe918e33c0b8f0f42e168805e41.scn new file mode 100644 index 0000000..26b07b5 Binary files /dev/null and b/escape-room/godot/imported/plantSmall2.dae-7b2c0fe918e33c0b8f0f42e168805e41.scn differ diff --git a/escape-room/godot/imported/plantSmall2.fbx-47eacc8dc29524d591a439710a7d4396.md5 b/escape-room/godot/imported/plantSmall2.fbx-47eacc8dc29524d591a439710a7d4396.md5 new file mode 100644 index 0000000..81ef37d --- /dev/null +++ b/escape-room/godot/imported/plantSmall2.fbx-47eacc8dc29524d591a439710a7d4396.md5 @@ -0,0 +1,3 @@ +source_md5="4068f9a6e75208f9fd963c3b5a79e33a" +dest_md5="653faf95aa819b40ca2ce5c89f1c4160" + diff --git a/escape-room/godot/imported/plantSmall2.fbx-47eacc8dc29524d591a439710a7d4396.scn b/escape-room/godot/imported/plantSmall2.fbx-47eacc8dc29524d591a439710a7d4396.scn new file mode 100644 index 0000000..fe44a51 Binary files /dev/null and b/escape-room/godot/imported/plantSmall2.fbx-47eacc8dc29524d591a439710a7d4396.scn differ diff --git a/escape-room/godot/imported/plantSmall2.glb-98387ea502cf6e49654d31bdc6410447.md5 b/escape-room/godot/imported/plantSmall2.glb-98387ea502cf6e49654d31bdc6410447.md5 new file mode 100644 index 0000000..b2b404b --- /dev/null +++ b/escape-room/godot/imported/plantSmall2.glb-98387ea502cf6e49654d31bdc6410447.md5 @@ -0,0 +1,3 @@ +source_md5="e7d859b2f8bd3aea3ca9bf00efa4160d" +dest_md5="f9d6f858169ca53400392a3ddbb7ce87" + diff --git a/escape-room/godot/imported/plantSmall2.glb-98387ea502cf6e49654d31bdc6410447.scn b/escape-room/godot/imported/plantSmall2.glb-98387ea502cf6e49654d31bdc6410447.scn new file mode 100644 index 0000000..5226c65 Binary files /dev/null and b/escape-room/godot/imported/plantSmall2.glb-98387ea502cf6e49654d31bdc6410447.scn differ diff --git a/escape-room/godot/imported/plantSmall2.obj-045979a5d411ecfb20e7c499c3cf4e8a.md5 b/escape-room/godot/imported/plantSmall2.obj-045979a5d411ecfb20e7c499c3cf4e8a.md5 new file mode 100644 index 0000000..16c75bc --- /dev/null +++ b/escape-room/godot/imported/plantSmall2.obj-045979a5d411ecfb20e7c499c3cf4e8a.md5 @@ -0,0 +1,3 @@ +source_md5="13d7d9cc6a66669c8081747496a166b7" +dest_md5="033c2583285adf1800225ce8521f7aed" + diff --git a/escape-room/godot/imported/plantSmall2.obj-045979a5d411ecfb20e7c499c3cf4e8a.mesh b/escape-room/godot/imported/plantSmall2.obj-045979a5d411ecfb20e7c499c3cf4e8a.mesh new file mode 100644 index 0000000..845daee Binary files /dev/null and b/escape-room/godot/imported/plantSmall2.obj-045979a5d411ecfb20e7c499c3cf4e8a.mesh differ diff --git a/escape-room/godot/imported/plantSmall2.png-f9e3f3f52800a3880a2467889da084ca.ctex b/escape-room/godot/imported/plantSmall2.png-f9e3f3f52800a3880a2467889da084ca.ctex new file mode 100644 index 0000000..0481bc5 Binary files /dev/null and b/escape-room/godot/imported/plantSmall2.png-f9e3f3f52800a3880a2467889da084ca.ctex differ diff --git a/escape-room/godot/imported/plantSmall2.png-f9e3f3f52800a3880a2467889da084ca.md5 b/escape-room/godot/imported/plantSmall2.png-f9e3f3f52800a3880a2467889da084ca.md5 new file mode 100644 index 0000000..7c7bcbd --- /dev/null +++ b/escape-room/godot/imported/plantSmall2.png-f9e3f3f52800a3880a2467889da084ca.md5 @@ -0,0 +1,3 @@ +source_md5="dd8a4134874097ad80ec0bed1b3c18d6" +dest_md5="69b5ea70f5e1c1e1af26d8f2a9be6be4" + diff --git a/escape-room/godot/imported/plantSmall2_NE.png-5e5c5b7e625bcea590d9f832f14e49c5.ctex b/escape-room/godot/imported/plantSmall2_NE.png-5e5c5b7e625bcea590d9f832f14e49c5.ctex new file mode 100644 index 0000000..58d7b4a Binary files /dev/null and b/escape-room/godot/imported/plantSmall2_NE.png-5e5c5b7e625bcea590d9f832f14e49c5.ctex differ diff --git a/escape-room/godot/imported/plantSmall2_NE.png-5e5c5b7e625bcea590d9f832f14e49c5.md5 b/escape-room/godot/imported/plantSmall2_NE.png-5e5c5b7e625bcea590d9f832f14e49c5.md5 new file mode 100644 index 0000000..97d0791 --- /dev/null +++ b/escape-room/godot/imported/plantSmall2_NE.png-5e5c5b7e625bcea590d9f832f14e49c5.md5 @@ -0,0 +1,3 @@ +source_md5="12ee6bf3cb79204b1bf372d552e08212" +dest_md5="55556b55919fff02e436edd9dc8ac9b8" + diff --git a/escape-room/godot/imported/plantSmall2_NW.png-1ccc4d81d9469c3cf3f861431251f5ff.ctex b/escape-room/godot/imported/plantSmall2_NW.png-1ccc4d81d9469c3cf3f861431251f5ff.ctex new file mode 100644 index 0000000..f7c1a96 Binary files /dev/null and b/escape-room/godot/imported/plantSmall2_NW.png-1ccc4d81d9469c3cf3f861431251f5ff.ctex differ diff --git a/escape-room/godot/imported/plantSmall2_NW.png-1ccc4d81d9469c3cf3f861431251f5ff.md5 b/escape-room/godot/imported/plantSmall2_NW.png-1ccc4d81d9469c3cf3f861431251f5ff.md5 new file mode 100644 index 0000000..8d6c211 --- /dev/null +++ b/escape-room/godot/imported/plantSmall2_NW.png-1ccc4d81d9469c3cf3f861431251f5ff.md5 @@ -0,0 +1,3 @@ +source_md5="c138dea3ebf8484ac31f1294f97dbe06" +dest_md5="0a5c82c47f667239e43e6a0ca320fa59" + diff --git a/escape-room/godot/imported/plantSmall2_SE.png-755b467f398b967f868bf5e616984b5a.ctex b/escape-room/godot/imported/plantSmall2_SE.png-755b467f398b967f868bf5e616984b5a.ctex new file mode 100644 index 0000000..58d7b4a Binary files /dev/null and b/escape-room/godot/imported/plantSmall2_SE.png-755b467f398b967f868bf5e616984b5a.ctex differ diff --git a/escape-room/godot/imported/plantSmall2_SE.png-755b467f398b967f868bf5e616984b5a.md5 b/escape-room/godot/imported/plantSmall2_SE.png-755b467f398b967f868bf5e616984b5a.md5 new file mode 100644 index 0000000..97d0791 --- /dev/null +++ b/escape-room/godot/imported/plantSmall2_SE.png-755b467f398b967f868bf5e616984b5a.md5 @@ -0,0 +1,3 @@ +source_md5="12ee6bf3cb79204b1bf372d552e08212" +dest_md5="55556b55919fff02e436edd9dc8ac9b8" + diff --git a/escape-room/godot/imported/plantSmall2_SW.png-b7474fa3bdff746d771983eea8d40421.ctex b/escape-room/godot/imported/plantSmall2_SW.png-b7474fa3bdff746d771983eea8d40421.ctex new file mode 100644 index 0000000..c700a3a Binary files /dev/null and b/escape-room/godot/imported/plantSmall2_SW.png-b7474fa3bdff746d771983eea8d40421.ctex differ diff --git a/escape-room/godot/imported/plantSmall2_SW.png-b7474fa3bdff746d771983eea8d40421.md5 b/escape-room/godot/imported/plantSmall2_SW.png-b7474fa3bdff746d771983eea8d40421.md5 new file mode 100644 index 0000000..5a5a990 --- /dev/null +++ b/escape-room/godot/imported/plantSmall2_SW.png-b7474fa3bdff746d771983eea8d40421.md5 @@ -0,0 +1,3 @@ +source_md5="7b71737f9a9f1ccde912cb37a804140f" +dest_md5="2fcaf4679b1746aee13dd7d96428aa5c" + diff --git a/escape-room/godot/imported/plantSmall3.dae-7e9fc729f7e9fed12cdefc386ff0f254.md5 b/escape-room/godot/imported/plantSmall3.dae-7e9fc729f7e9fed12cdefc386ff0f254.md5 new file mode 100644 index 0000000..60996ff --- /dev/null +++ b/escape-room/godot/imported/plantSmall3.dae-7e9fc729f7e9fed12cdefc386ff0f254.md5 @@ -0,0 +1,3 @@ +source_md5="64e73bbc8e9a35630e806996f45288e8" +dest_md5="97002a55e881a71fd06a168352052032" + diff --git a/escape-room/godot/imported/plantSmall3.dae-7e9fc729f7e9fed12cdefc386ff0f254.scn b/escape-room/godot/imported/plantSmall3.dae-7e9fc729f7e9fed12cdefc386ff0f254.scn new file mode 100644 index 0000000..77f763d Binary files /dev/null and b/escape-room/godot/imported/plantSmall3.dae-7e9fc729f7e9fed12cdefc386ff0f254.scn differ diff --git a/escape-room/godot/imported/plantSmall3.fbx-44080f18259adf0669904a86fdda65c9.md5 b/escape-room/godot/imported/plantSmall3.fbx-44080f18259adf0669904a86fdda65c9.md5 new file mode 100644 index 0000000..6827cd2 --- /dev/null +++ b/escape-room/godot/imported/plantSmall3.fbx-44080f18259adf0669904a86fdda65c9.md5 @@ -0,0 +1,3 @@ +source_md5="647c87fb46dc886dd67df857d9cddfaa" +dest_md5="cf1033c24f297d9e678586a8e7fec76d" + diff --git a/escape-room/godot/imported/plantSmall3.fbx-44080f18259adf0669904a86fdda65c9.scn b/escape-room/godot/imported/plantSmall3.fbx-44080f18259adf0669904a86fdda65c9.scn new file mode 100644 index 0000000..fb78d6f Binary files /dev/null and b/escape-room/godot/imported/plantSmall3.fbx-44080f18259adf0669904a86fdda65c9.scn differ diff --git a/escape-room/godot/imported/plantSmall3.glb-31bc597c49243e29640c7e1869956a7e.md5 b/escape-room/godot/imported/plantSmall3.glb-31bc597c49243e29640c7e1869956a7e.md5 new file mode 100644 index 0000000..3b54893 --- /dev/null +++ b/escape-room/godot/imported/plantSmall3.glb-31bc597c49243e29640c7e1869956a7e.md5 @@ -0,0 +1,3 @@ +source_md5="30f5525d5f0d20c119a900292fcb1c5f" +dest_md5="2c7bd01507c7730734fce42becbf58af" + diff --git a/escape-room/godot/imported/plantSmall3.glb-31bc597c49243e29640c7e1869956a7e.scn b/escape-room/godot/imported/plantSmall3.glb-31bc597c49243e29640c7e1869956a7e.scn new file mode 100644 index 0000000..fd13d8e Binary files /dev/null and b/escape-room/godot/imported/plantSmall3.glb-31bc597c49243e29640c7e1869956a7e.scn differ diff --git a/escape-room/godot/imported/plantSmall3.obj-994c3d14294b6cd6b83d2a1ea9181acb.md5 b/escape-room/godot/imported/plantSmall3.obj-994c3d14294b6cd6b83d2a1ea9181acb.md5 new file mode 100644 index 0000000..9d66f0d --- /dev/null +++ b/escape-room/godot/imported/plantSmall3.obj-994c3d14294b6cd6b83d2a1ea9181acb.md5 @@ -0,0 +1,3 @@ +source_md5="649a2d016b1de101e2caa6debc828dc7" +dest_md5="d848760e35d760c43674e47d1f2b78ef" + diff --git a/escape-room/godot/imported/plantSmall3.obj-994c3d14294b6cd6b83d2a1ea9181acb.mesh b/escape-room/godot/imported/plantSmall3.obj-994c3d14294b6cd6b83d2a1ea9181acb.mesh new file mode 100644 index 0000000..dedd0c6 Binary files /dev/null and b/escape-room/godot/imported/plantSmall3.obj-994c3d14294b6cd6b83d2a1ea9181acb.mesh differ diff --git a/escape-room/godot/imported/plantSmall3.png-e29d766c4e046f26a082872565eafe8a.ctex b/escape-room/godot/imported/plantSmall3.png-e29d766c4e046f26a082872565eafe8a.ctex new file mode 100644 index 0000000..664219d Binary files /dev/null and b/escape-room/godot/imported/plantSmall3.png-e29d766c4e046f26a082872565eafe8a.ctex differ diff --git a/escape-room/godot/imported/plantSmall3.png-e29d766c4e046f26a082872565eafe8a.md5 b/escape-room/godot/imported/plantSmall3.png-e29d766c4e046f26a082872565eafe8a.md5 new file mode 100644 index 0000000..025868d --- /dev/null +++ b/escape-room/godot/imported/plantSmall3.png-e29d766c4e046f26a082872565eafe8a.md5 @@ -0,0 +1,3 @@ +source_md5="a8b9a54c69ea29f7e1d175dc2e42903a" +dest_md5="5f2a1dfc30de68bb85bcb4cc748f2a1c" + diff --git a/escape-room/godot/imported/plantSmall3_NE.png-d2d2e2293e4a896eb7562458838501cc.ctex b/escape-room/godot/imported/plantSmall3_NE.png-d2d2e2293e4a896eb7562458838501cc.ctex new file mode 100644 index 0000000..44de630 Binary files /dev/null and b/escape-room/godot/imported/plantSmall3_NE.png-d2d2e2293e4a896eb7562458838501cc.ctex differ diff --git a/escape-room/godot/imported/plantSmall3_NE.png-d2d2e2293e4a896eb7562458838501cc.md5 b/escape-room/godot/imported/plantSmall3_NE.png-d2d2e2293e4a896eb7562458838501cc.md5 new file mode 100644 index 0000000..11845da --- /dev/null +++ b/escape-room/godot/imported/plantSmall3_NE.png-d2d2e2293e4a896eb7562458838501cc.md5 @@ -0,0 +1,3 @@ +source_md5="fb67d023ec454c616778db08b5634532" +dest_md5="a82a720e0922e377224e8791c701baae" + diff --git a/escape-room/godot/imported/plantSmall3_NW.png-e325302685be070a22dc10eb5910f89c.ctex b/escape-room/godot/imported/plantSmall3_NW.png-e325302685be070a22dc10eb5910f89c.ctex new file mode 100644 index 0000000..ef20c8c Binary files /dev/null and b/escape-room/godot/imported/plantSmall3_NW.png-e325302685be070a22dc10eb5910f89c.ctex differ diff --git a/escape-room/godot/imported/plantSmall3_NW.png-e325302685be070a22dc10eb5910f89c.md5 b/escape-room/godot/imported/plantSmall3_NW.png-e325302685be070a22dc10eb5910f89c.md5 new file mode 100644 index 0000000..4fab614 --- /dev/null +++ b/escape-room/godot/imported/plantSmall3_NW.png-e325302685be070a22dc10eb5910f89c.md5 @@ -0,0 +1,3 @@ +source_md5="b40766359b6e3d6f620de41e617a65f2" +dest_md5="08399fd6349b093618e8bc80ebfa372b" + diff --git a/escape-room/godot/imported/plantSmall3_SE.png-61b60ada1f9baad725a2eb2d8ef2732a.ctex b/escape-room/godot/imported/plantSmall3_SE.png-61b60ada1f9baad725a2eb2d8ef2732a.ctex new file mode 100644 index 0000000..a5ed9f4 Binary files /dev/null and b/escape-room/godot/imported/plantSmall3_SE.png-61b60ada1f9baad725a2eb2d8ef2732a.ctex differ diff --git a/escape-room/godot/imported/plantSmall3_SE.png-61b60ada1f9baad725a2eb2d8ef2732a.md5 b/escape-room/godot/imported/plantSmall3_SE.png-61b60ada1f9baad725a2eb2d8ef2732a.md5 new file mode 100644 index 0000000..400fa76 --- /dev/null +++ b/escape-room/godot/imported/plantSmall3_SE.png-61b60ada1f9baad725a2eb2d8ef2732a.md5 @@ -0,0 +1,3 @@ +source_md5="5f34e39ff335c4e298c394979bd8e9b8" +dest_md5="a3ee93db26b14706436ad70e379228f8" + diff --git a/escape-room/godot/imported/plantSmall3_SW.png-440ae3f7b4bd83b439811bce346e0fa7.ctex b/escape-room/godot/imported/plantSmall3_SW.png-440ae3f7b4bd83b439811bce346e0fa7.ctex new file mode 100644 index 0000000..15e435a Binary files /dev/null and b/escape-room/godot/imported/plantSmall3_SW.png-440ae3f7b4bd83b439811bce346e0fa7.ctex differ diff --git a/escape-room/godot/imported/plantSmall3_SW.png-440ae3f7b4bd83b439811bce346e0fa7.md5 b/escape-room/godot/imported/plantSmall3_SW.png-440ae3f7b4bd83b439811bce346e0fa7.md5 new file mode 100644 index 0000000..32bb8d1 --- /dev/null +++ b/escape-room/godot/imported/plantSmall3_SW.png-440ae3f7b4bd83b439811bce346e0fa7.md5 @@ -0,0 +1,3 @@ +source_md5="3bdbecc494509a32db3655379912fcb8" +dest_md5="36bb6deb6c07b9373cca049c842790fa" + diff --git a/escape-room/godot/imported/pottedPlant.dae-74659032b4766d7b5a9a6ff31f9dce9d.md5 b/escape-room/godot/imported/pottedPlant.dae-74659032b4766d7b5a9a6ff31f9dce9d.md5 new file mode 100644 index 0000000..a1cd759 --- /dev/null +++ b/escape-room/godot/imported/pottedPlant.dae-74659032b4766d7b5a9a6ff31f9dce9d.md5 @@ -0,0 +1,3 @@ +source_md5="d4d24afdf4fa193cd7334fdb77dc5767" +dest_md5="28d79f59e7d2a30064e8a66222042286" + diff --git a/escape-room/godot/imported/pottedPlant.dae-74659032b4766d7b5a9a6ff31f9dce9d.scn b/escape-room/godot/imported/pottedPlant.dae-74659032b4766d7b5a9a6ff31f9dce9d.scn new file mode 100644 index 0000000..119570f Binary files /dev/null and b/escape-room/godot/imported/pottedPlant.dae-74659032b4766d7b5a9a6ff31f9dce9d.scn differ diff --git a/escape-room/godot/imported/pottedPlant.fbx-cab08f129ec90b63b58cae6ecf405de8.md5 b/escape-room/godot/imported/pottedPlant.fbx-cab08f129ec90b63b58cae6ecf405de8.md5 new file mode 100644 index 0000000..fa4f892 --- /dev/null +++ b/escape-room/godot/imported/pottedPlant.fbx-cab08f129ec90b63b58cae6ecf405de8.md5 @@ -0,0 +1,3 @@ +source_md5="d94bdfb02fee32ddd9c60cda7e96146e" +dest_md5="13e1a69784de63e451e007f7cd026e51" + diff --git a/escape-room/godot/imported/pottedPlant.fbx-cab08f129ec90b63b58cae6ecf405de8.scn b/escape-room/godot/imported/pottedPlant.fbx-cab08f129ec90b63b58cae6ecf405de8.scn new file mode 100644 index 0000000..46bbd88 Binary files /dev/null and b/escape-room/godot/imported/pottedPlant.fbx-cab08f129ec90b63b58cae6ecf405de8.scn differ diff --git a/escape-room/godot/imported/pottedPlant.glb-b1f88e448ad46b614c73e7cc670e9f1d.md5 b/escape-room/godot/imported/pottedPlant.glb-b1f88e448ad46b614c73e7cc670e9f1d.md5 new file mode 100644 index 0000000..1b51a14 --- /dev/null +++ b/escape-room/godot/imported/pottedPlant.glb-b1f88e448ad46b614c73e7cc670e9f1d.md5 @@ -0,0 +1,3 @@ +source_md5="906e7745bd01786b6a0a4789eba9d27b" +dest_md5="e89d23ce2d389df06952242a2c247277" + diff --git a/escape-room/godot/imported/pottedPlant.glb-b1f88e448ad46b614c73e7cc670e9f1d.scn b/escape-room/godot/imported/pottedPlant.glb-b1f88e448ad46b614c73e7cc670e9f1d.scn new file mode 100644 index 0000000..fdca45d Binary files /dev/null and b/escape-room/godot/imported/pottedPlant.glb-b1f88e448ad46b614c73e7cc670e9f1d.scn differ diff --git a/escape-room/godot/imported/pottedPlant.obj-8505c85204248fadfe47c9f78d01b5de.md5 b/escape-room/godot/imported/pottedPlant.obj-8505c85204248fadfe47c9f78d01b5de.md5 new file mode 100644 index 0000000..a60dac8 --- /dev/null +++ b/escape-room/godot/imported/pottedPlant.obj-8505c85204248fadfe47c9f78d01b5de.md5 @@ -0,0 +1,3 @@ +source_md5="d92b9c998f37aebc2aaa018985fe6018" +dest_md5="0008764d6d12da4788cbb433db7dc61e" + diff --git a/escape-room/godot/imported/pottedPlant.obj-8505c85204248fadfe47c9f78d01b5de.mesh b/escape-room/godot/imported/pottedPlant.obj-8505c85204248fadfe47c9f78d01b5de.mesh new file mode 100644 index 0000000..e68b2e9 Binary files /dev/null and b/escape-room/godot/imported/pottedPlant.obj-8505c85204248fadfe47c9f78d01b5de.mesh differ diff --git a/escape-room/godot/imported/pottedPlant.png-1dc18accc1496e1672c59783545390cd.ctex b/escape-room/godot/imported/pottedPlant.png-1dc18accc1496e1672c59783545390cd.ctex new file mode 100644 index 0000000..e2ba3fe Binary files /dev/null and b/escape-room/godot/imported/pottedPlant.png-1dc18accc1496e1672c59783545390cd.ctex differ diff --git a/escape-room/godot/imported/pottedPlant.png-1dc18accc1496e1672c59783545390cd.md5 b/escape-room/godot/imported/pottedPlant.png-1dc18accc1496e1672c59783545390cd.md5 new file mode 100644 index 0000000..d5e9992 --- /dev/null +++ b/escape-room/godot/imported/pottedPlant.png-1dc18accc1496e1672c59783545390cd.md5 @@ -0,0 +1,3 @@ +source_md5="03560fa4ecaeb9d1604034c85c5b7c43" +dest_md5="49b08383d7ed92169e36536806332091" + diff --git a/escape-room/godot/imported/pottedPlant_NE.png-7b90e07fbfb6278eab2dbe5c6e3091a2.ctex b/escape-room/godot/imported/pottedPlant_NE.png-7b90e07fbfb6278eab2dbe5c6e3091a2.ctex new file mode 100644 index 0000000..3603d84 Binary files /dev/null and b/escape-room/godot/imported/pottedPlant_NE.png-7b90e07fbfb6278eab2dbe5c6e3091a2.ctex differ diff --git a/escape-room/godot/imported/pottedPlant_NE.png-7b90e07fbfb6278eab2dbe5c6e3091a2.md5 b/escape-room/godot/imported/pottedPlant_NE.png-7b90e07fbfb6278eab2dbe5c6e3091a2.md5 new file mode 100644 index 0000000..6ff74cf --- /dev/null +++ b/escape-room/godot/imported/pottedPlant_NE.png-7b90e07fbfb6278eab2dbe5c6e3091a2.md5 @@ -0,0 +1,3 @@ +source_md5="d56a532994c6f8f0b3c2e3c3a4e35dc0" +dest_md5="2495ef125d21de877a6a24b8d14db0b8" + diff --git a/escape-room/godot/imported/pottedPlant_NW.png-d03be8f3b96b11d62963798bd0644cf3.ctex b/escape-room/godot/imported/pottedPlant_NW.png-d03be8f3b96b11d62963798bd0644cf3.ctex new file mode 100644 index 0000000..4ca4361 Binary files /dev/null and b/escape-room/godot/imported/pottedPlant_NW.png-d03be8f3b96b11d62963798bd0644cf3.ctex differ diff --git a/escape-room/godot/imported/pottedPlant_NW.png-d03be8f3b96b11d62963798bd0644cf3.md5 b/escape-room/godot/imported/pottedPlant_NW.png-d03be8f3b96b11d62963798bd0644cf3.md5 new file mode 100644 index 0000000..e602473 --- /dev/null +++ b/escape-room/godot/imported/pottedPlant_NW.png-d03be8f3b96b11d62963798bd0644cf3.md5 @@ -0,0 +1,3 @@ +source_md5="06b78c9bd24ea127999c295ccae68422" +dest_md5="7c923eff3fac568b312f11be33d3a393" + diff --git a/escape-room/godot/imported/pottedPlant_SE.png-5600b18d335bb4e8dadb6e4f5f04cba0.ctex b/escape-room/godot/imported/pottedPlant_SE.png-5600b18d335bb4e8dadb6e4f5f04cba0.ctex new file mode 100644 index 0000000..54c3b96 Binary files /dev/null and b/escape-room/godot/imported/pottedPlant_SE.png-5600b18d335bb4e8dadb6e4f5f04cba0.ctex differ diff --git a/escape-room/godot/imported/pottedPlant_SE.png-5600b18d335bb4e8dadb6e4f5f04cba0.md5 b/escape-room/godot/imported/pottedPlant_SE.png-5600b18d335bb4e8dadb6e4f5f04cba0.md5 new file mode 100644 index 0000000..e0debc2 --- /dev/null +++ b/escape-room/godot/imported/pottedPlant_SE.png-5600b18d335bb4e8dadb6e4f5f04cba0.md5 @@ -0,0 +1,3 @@ +source_md5="11504aefea3ffc5e43838ee82ac6bb9f" +dest_md5="a9f2bec23346dccaecd627555ee64f59" + diff --git a/escape-room/godot/imported/pottedPlant_SW.png-cc2e5e23458e548222057f6f4aceec33.ctex b/escape-room/godot/imported/pottedPlant_SW.png-cc2e5e23458e548222057f6f4aceec33.ctex new file mode 100644 index 0000000..01f2974 Binary files /dev/null and b/escape-room/godot/imported/pottedPlant_SW.png-cc2e5e23458e548222057f6f4aceec33.ctex differ diff --git a/escape-room/godot/imported/pottedPlant_SW.png-cc2e5e23458e548222057f6f4aceec33.md5 b/escape-room/godot/imported/pottedPlant_SW.png-cc2e5e23458e548222057f6f4aceec33.md5 new file mode 100644 index 0000000..ac69698 --- /dev/null +++ b/escape-room/godot/imported/pottedPlant_SW.png-cc2e5e23458e548222057f6f4aceec33.md5 @@ -0,0 +1,3 @@ +source_md5="4e7ba1829fc9393dac02469f75ad062e" +dest_md5="46b3bc84b0ed8828573f31f0fe4abc4c" + diff --git a/escape-room/godot/imported/preview.jpg-def4c7084348553cd883d46201f0496b.ctex b/escape-room/godot/imported/preview.jpg-def4c7084348553cd883d46201f0496b.ctex new file mode 100644 index 0000000..d85e55d Binary files /dev/null and b/escape-room/godot/imported/preview.jpg-def4c7084348553cd883d46201f0496b.ctex differ diff --git a/escape-room/godot/imported/preview.jpg-def4c7084348553cd883d46201f0496b.md5 b/escape-room/godot/imported/preview.jpg-def4c7084348553cd883d46201f0496b.md5 new file mode 100644 index 0000000..ecd51c0 --- /dev/null +++ b/escape-room/godot/imported/preview.jpg-def4c7084348553cd883d46201f0496b.md5 @@ -0,0 +1,3 @@ +source_md5="177d752101116fad7c52e46a89e6f11a" +dest_md5="e8b0fba4ed7f30cd6d709c38879d0212" + diff --git a/escape-room/godot/imported/progress_bar.png-2ef3cbffca173889900be004fdeb1700.etc2.ctex b/escape-room/godot/imported/progress_bar.png-2ef3cbffca173889900be004fdeb1700.etc2.ctex new file mode 100644 index 0000000..5573c16 Binary files /dev/null and b/escape-room/godot/imported/progress_bar.png-2ef3cbffca173889900be004fdeb1700.etc2.ctex differ diff --git a/escape-room/godot/imported/progress_bar.png-2ef3cbffca173889900be004fdeb1700.md5 b/escape-room/godot/imported/progress_bar.png-2ef3cbffca173889900be004fdeb1700.md5 new file mode 100644 index 0000000..41182d9 --- /dev/null +++ b/escape-room/godot/imported/progress_bar.png-2ef3cbffca173889900be004fdeb1700.md5 @@ -0,0 +1,3 @@ +source_md5="b46e1e706b26ffa8a6fc54568de18fe5" +dest_md5="c9798f630798576e3e620e02af71f5e9" + diff --git a/escape-room/godot/imported/progress_bar.png-2ef3cbffca173889900be004fdeb1700.s3tc.ctex b/escape-room/godot/imported/progress_bar.png-2ef3cbffca173889900be004fdeb1700.s3tc.ctex new file mode 100644 index 0000000..755d24e Binary files /dev/null and b/escape-room/godot/imported/progress_bar.png-2ef3cbffca173889900be004fdeb1700.s3tc.ctex differ diff --git a/escape-room/godot/imported/radio.dae-b0fe588f2772b11da811ef5c272d9882.md5 b/escape-room/godot/imported/radio.dae-b0fe588f2772b11da811ef5c272d9882.md5 new file mode 100644 index 0000000..b673f5a --- /dev/null +++ b/escape-room/godot/imported/radio.dae-b0fe588f2772b11da811ef5c272d9882.md5 @@ -0,0 +1,3 @@ +source_md5="7188f697db4458d067f2ca728ee66007" +dest_md5="bfc4dc9a4a08d765ee6b370128a74e8c" + diff --git a/escape-room/godot/imported/radio.dae-b0fe588f2772b11da811ef5c272d9882.scn b/escape-room/godot/imported/radio.dae-b0fe588f2772b11da811ef5c272d9882.scn new file mode 100644 index 0000000..0e0d52f Binary files /dev/null and b/escape-room/godot/imported/radio.dae-b0fe588f2772b11da811ef5c272d9882.scn differ diff --git a/escape-room/godot/imported/radio.fbx-b29998ad3207ad847a30476bd6567be6.md5 b/escape-room/godot/imported/radio.fbx-b29998ad3207ad847a30476bd6567be6.md5 new file mode 100644 index 0000000..3969d99 --- /dev/null +++ b/escape-room/godot/imported/radio.fbx-b29998ad3207ad847a30476bd6567be6.md5 @@ -0,0 +1,3 @@ +source_md5="5b4a80aedfe5ef54f81537158f92b5e0" +dest_md5="90ca903f90f0e04f1d3ca30e8be3602a" + diff --git a/escape-room/godot/imported/radio.fbx-b29998ad3207ad847a30476bd6567be6.scn b/escape-room/godot/imported/radio.fbx-b29998ad3207ad847a30476bd6567be6.scn new file mode 100644 index 0000000..028cbe5 Binary files /dev/null and b/escape-room/godot/imported/radio.fbx-b29998ad3207ad847a30476bd6567be6.scn differ diff --git a/escape-room/godot/imported/radio.glb-a4bb1fc85c33170153bd97c6162d5fdf.md5 b/escape-room/godot/imported/radio.glb-a4bb1fc85c33170153bd97c6162d5fdf.md5 new file mode 100644 index 0000000..e75abde --- /dev/null +++ b/escape-room/godot/imported/radio.glb-a4bb1fc85c33170153bd97c6162d5fdf.md5 @@ -0,0 +1,3 @@ +source_md5="a01ad75a6d3a15df4d0e90682d6edce9" +dest_md5="86bbbcaef5e03564f0c6aa0cabbc6718" + diff --git a/escape-room/godot/imported/radio.glb-a4bb1fc85c33170153bd97c6162d5fdf.scn b/escape-room/godot/imported/radio.glb-a4bb1fc85c33170153bd97c6162d5fdf.scn new file mode 100644 index 0000000..6798b54 Binary files /dev/null and b/escape-room/godot/imported/radio.glb-a4bb1fc85c33170153bd97c6162d5fdf.scn differ diff --git a/escape-room/godot/imported/radio.obj-7a4efbd125a49df4e99283e0f486e5e8.md5 b/escape-room/godot/imported/radio.obj-7a4efbd125a49df4e99283e0f486e5e8.md5 new file mode 100644 index 0000000..386741e --- /dev/null +++ b/escape-room/godot/imported/radio.obj-7a4efbd125a49df4e99283e0f486e5e8.md5 @@ -0,0 +1,3 @@ +source_md5="52d4a33b3b90d59e2898f6f2cc9e7bc4" +dest_md5="3f9f5823ba363ad7f87423f36a7ca0a3" + diff --git a/escape-room/godot/imported/radio.obj-7a4efbd125a49df4e99283e0f486e5e8.mesh b/escape-room/godot/imported/radio.obj-7a4efbd125a49df4e99283e0f486e5e8.mesh new file mode 100644 index 0000000..646a891 Binary files /dev/null and b/escape-room/godot/imported/radio.obj-7a4efbd125a49df4e99283e0f486e5e8.mesh differ diff --git a/escape-room/godot/imported/radio.png-ae51f933c76420a404c8f6ce10eb9879.ctex b/escape-room/godot/imported/radio.png-ae51f933c76420a404c8f6ce10eb9879.ctex new file mode 100644 index 0000000..551603c Binary files /dev/null and b/escape-room/godot/imported/radio.png-ae51f933c76420a404c8f6ce10eb9879.ctex differ diff --git a/escape-room/godot/imported/radio.png-ae51f933c76420a404c8f6ce10eb9879.md5 b/escape-room/godot/imported/radio.png-ae51f933c76420a404c8f6ce10eb9879.md5 new file mode 100644 index 0000000..8f2372c --- /dev/null +++ b/escape-room/godot/imported/radio.png-ae51f933c76420a404c8f6ce10eb9879.md5 @@ -0,0 +1,3 @@ +source_md5="42899d37e87f0129df9e97d3f7a854dc" +dest_md5="f9eb8925a4eea7ae6b3839406e9bb275" + diff --git a/escape-room/godot/imported/radio_NE.png-3a9d3431b388afa6e343d72ac91af277.ctex b/escape-room/godot/imported/radio_NE.png-3a9d3431b388afa6e343d72ac91af277.ctex new file mode 100644 index 0000000..4c75947 Binary files /dev/null and b/escape-room/godot/imported/radio_NE.png-3a9d3431b388afa6e343d72ac91af277.ctex differ diff --git a/escape-room/godot/imported/radio_NE.png-3a9d3431b388afa6e343d72ac91af277.md5 b/escape-room/godot/imported/radio_NE.png-3a9d3431b388afa6e343d72ac91af277.md5 new file mode 100644 index 0000000..a05e382 --- /dev/null +++ b/escape-room/godot/imported/radio_NE.png-3a9d3431b388afa6e343d72ac91af277.md5 @@ -0,0 +1,3 @@ +source_md5="797a8f096eacc99449e0c8392df83905" +dest_md5="be95edfaceb08cd56f3119ff3754ce92" + diff --git a/escape-room/godot/imported/radio_NW.png-83920b0234b9b70332c039df916fda19.ctex b/escape-room/godot/imported/radio_NW.png-83920b0234b9b70332c039df916fda19.ctex new file mode 100644 index 0000000..c5f8de0 Binary files /dev/null and b/escape-room/godot/imported/radio_NW.png-83920b0234b9b70332c039df916fda19.ctex differ diff --git a/escape-room/godot/imported/radio_NW.png-83920b0234b9b70332c039df916fda19.md5 b/escape-room/godot/imported/radio_NW.png-83920b0234b9b70332c039df916fda19.md5 new file mode 100644 index 0000000..554df70 --- /dev/null +++ b/escape-room/godot/imported/radio_NW.png-83920b0234b9b70332c039df916fda19.md5 @@ -0,0 +1,3 @@ +source_md5="5a28765bd81e867060dbd48d5e5c4173" +dest_md5="c7da057c1ff6499f2492260fb8c460a4" + diff --git a/escape-room/godot/imported/radio_SE.png-7f74454222fc2a1aea1300803adaced9.ctex b/escape-room/godot/imported/radio_SE.png-7f74454222fc2a1aea1300803adaced9.ctex new file mode 100644 index 0000000..c0000c6 Binary files /dev/null and b/escape-room/godot/imported/radio_SE.png-7f74454222fc2a1aea1300803adaced9.ctex differ diff --git a/escape-room/godot/imported/radio_SE.png-7f74454222fc2a1aea1300803adaced9.md5 b/escape-room/godot/imported/radio_SE.png-7f74454222fc2a1aea1300803adaced9.md5 new file mode 100644 index 0000000..8782df8 --- /dev/null +++ b/escape-room/godot/imported/radio_SE.png-7f74454222fc2a1aea1300803adaced9.md5 @@ -0,0 +1,3 @@ +source_md5="935e75c2a3f7d6110b2e2455a4c7e047" +dest_md5="6a0785fddc0676e1e62cc711c59eaca7" + diff --git a/escape-room/godot/imported/radio_SW.png-e592b4155c87cb264957b0f4fd8a7713.ctex b/escape-room/godot/imported/radio_SW.png-e592b4155c87cb264957b0f4fd8a7713.ctex new file mode 100644 index 0000000..5396482 Binary files /dev/null and b/escape-room/godot/imported/radio_SW.png-e592b4155c87cb264957b0f4fd8a7713.ctex differ diff --git a/escape-room/godot/imported/radio_SW.png-e592b4155c87cb264957b0f4fd8a7713.md5 b/escape-room/godot/imported/radio_SW.png-e592b4155c87cb264957b0f4fd8a7713.md5 new file mode 100644 index 0000000..f0622a3 --- /dev/null +++ b/escape-room/godot/imported/radio_SW.png-e592b4155c87cb264957b0f4fd8a7713.md5 @@ -0,0 +1,3 @@ +source_md5="a828cbe37f503a755085b1b8ea73d111" +dest_md5="405ff1d337a0e4fd2781e1599b430222" + diff --git a/escape-room/godot/imported/ring.png-34d9c9e9780f2732148a5b14fcac48dd.etc2.ctex b/escape-room/godot/imported/ring.png-34d9c9e9780f2732148a5b14fcac48dd.etc2.ctex new file mode 100644 index 0000000..6904fed Binary files /dev/null and b/escape-room/godot/imported/ring.png-34d9c9e9780f2732148a5b14fcac48dd.etc2.ctex differ diff --git a/escape-room/godot/imported/ring.png-34d9c9e9780f2732148a5b14fcac48dd.md5 b/escape-room/godot/imported/ring.png-34d9c9e9780f2732148a5b14fcac48dd.md5 new file mode 100644 index 0000000..49fbff8 --- /dev/null +++ b/escape-room/godot/imported/ring.png-34d9c9e9780f2732148a5b14fcac48dd.md5 @@ -0,0 +1,3 @@ +source_md5="4b01e2ab7a65a3c514c911d1c77cdd66" +dest_md5="0891b19ba1ae4fdb2b2e946d9d4186fd" + diff --git a/escape-room/godot/imported/ring.png-34d9c9e9780f2732148a5b14fcac48dd.s3tc.ctex b/escape-room/godot/imported/ring.png-34d9c9e9780f2732148a5b14fcac48dd.s3tc.ctex new file mode 100644 index 0000000..d1732a1 Binary files /dev/null and b/escape-room/godot/imported/ring.png-34d9c9e9780f2732148a5b14fcac48dd.s3tc.ctex differ diff --git a/escape-room/godot/imported/room-corner.fbx-a7e99b91d1fc252756978d5d8acb96c1.md5 b/escape-room/godot/imported/room-corner.fbx-a7e99b91d1fc252756978d5d8acb96c1.md5 new file mode 100644 index 0000000..9f348cf --- /dev/null +++ b/escape-room/godot/imported/room-corner.fbx-a7e99b91d1fc252756978d5d8acb96c1.md5 @@ -0,0 +1,3 @@ +source_md5="94a153632cdb38293f87e1c0b003040b" +dest_md5="5941d2bc9a5937f52f9d524da39fa797" + diff --git a/escape-room/godot/imported/room-corner.fbx-a7e99b91d1fc252756978d5d8acb96c1.scn b/escape-room/godot/imported/room-corner.fbx-a7e99b91d1fc252756978d5d8acb96c1.scn new file mode 100644 index 0000000..96268f5 Binary files /dev/null and b/escape-room/godot/imported/room-corner.fbx-a7e99b91d1fc252756978d5d8acb96c1.scn differ diff --git a/escape-room/godot/imported/room-corner.glb-fd86a1a9dd1c8ea732b2071625e06eed.md5 b/escape-room/godot/imported/room-corner.glb-fd86a1a9dd1c8ea732b2071625e06eed.md5 new file mode 100644 index 0000000..4fab490 --- /dev/null +++ b/escape-room/godot/imported/room-corner.glb-fd86a1a9dd1c8ea732b2071625e06eed.md5 @@ -0,0 +1,3 @@ +source_md5="6ece5d5a591f3b0f523d42e5dc36fcaf" +dest_md5="932f9953881fabdabfc7c9ff680fa32d" + diff --git a/escape-room/godot/imported/room-corner.glb-fd86a1a9dd1c8ea732b2071625e06eed.scn b/escape-room/godot/imported/room-corner.glb-fd86a1a9dd1c8ea732b2071625e06eed.scn new file mode 100644 index 0000000..b912dc3 Binary files /dev/null and b/escape-room/godot/imported/room-corner.glb-fd86a1a9dd1c8ea732b2071625e06eed.scn differ diff --git a/escape-room/godot/imported/room-corner.obj-85f58fb458751404189f66b47bfeeffd.md5 b/escape-room/godot/imported/room-corner.obj-85f58fb458751404189f66b47bfeeffd.md5 new file mode 100644 index 0000000..7c9afdd --- /dev/null +++ b/escape-room/godot/imported/room-corner.obj-85f58fb458751404189f66b47bfeeffd.md5 @@ -0,0 +1,3 @@ +source_md5="2a2b6a30c7ad9ac1ca3f14b07358e361" +dest_md5="acf6c6ca25fef3ba663ad47c0dde9a27" + diff --git a/escape-room/godot/imported/room-corner.obj-85f58fb458751404189f66b47bfeeffd.mesh b/escape-room/godot/imported/room-corner.obj-85f58fb458751404189f66b47bfeeffd.mesh new file mode 100644 index 0000000..28db277 Binary files /dev/null and b/escape-room/godot/imported/room-corner.obj-85f58fb458751404189f66b47bfeeffd.mesh differ diff --git a/escape-room/godot/imported/room-corner.png-c1b3c7c412c084139d525fc70be06699.ctex b/escape-room/godot/imported/room-corner.png-c1b3c7c412c084139d525fc70be06699.ctex new file mode 100644 index 0000000..ee3c372 Binary files /dev/null and b/escape-room/godot/imported/room-corner.png-c1b3c7c412c084139d525fc70be06699.ctex differ diff --git a/escape-room/godot/imported/room-corner.png-c1b3c7c412c084139d525fc70be06699.md5 b/escape-room/godot/imported/room-corner.png-c1b3c7c412c084139d525fc70be06699.md5 new file mode 100644 index 0000000..ac2a1db --- /dev/null +++ b/escape-room/godot/imported/room-corner.png-c1b3c7c412c084139d525fc70be06699.md5 @@ -0,0 +1,3 @@ +source_md5="38c824d666e3743317f8bb203e0078ff" +dest_md5="3deda42e2ee29ac557f129c03cd4a7cb" + diff --git a/escape-room/godot/imported/room-large-variation.fbx-4d1e7a0d599be33cc155ef76f6f0d61b.md5 b/escape-room/godot/imported/room-large-variation.fbx-4d1e7a0d599be33cc155ef76f6f0d61b.md5 new file mode 100644 index 0000000..85b2ccf --- /dev/null +++ b/escape-room/godot/imported/room-large-variation.fbx-4d1e7a0d599be33cc155ef76f6f0d61b.md5 @@ -0,0 +1,3 @@ +source_md5="3d932245b3e618a6c9e28d4fd1efced5" +dest_md5="cfe7702e1949f36d991754aed42dabbc" + diff --git a/escape-room/godot/imported/room-large-variation.fbx-4d1e7a0d599be33cc155ef76f6f0d61b.scn b/escape-room/godot/imported/room-large-variation.fbx-4d1e7a0d599be33cc155ef76f6f0d61b.scn new file mode 100644 index 0000000..627e2f0 Binary files /dev/null and b/escape-room/godot/imported/room-large-variation.fbx-4d1e7a0d599be33cc155ef76f6f0d61b.scn differ diff --git a/escape-room/godot/imported/room-large-variation.glb-efbb4f9bc3a7ff853b41129d8dbf2c26.md5 b/escape-room/godot/imported/room-large-variation.glb-efbb4f9bc3a7ff853b41129d8dbf2c26.md5 new file mode 100644 index 0000000..eac5696 --- /dev/null +++ b/escape-room/godot/imported/room-large-variation.glb-efbb4f9bc3a7ff853b41129d8dbf2c26.md5 @@ -0,0 +1,3 @@ +source_md5="a16b683c1b40b65ed815008fbb5ba610" +dest_md5="3e9e9f42d1bbeac15bfdbe928299efcc" + diff --git a/escape-room/godot/imported/room-large-variation.glb-efbb4f9bc3a7ff853b41129d8dbf2c26.scn b/escape-room/godot/imported/room-large-variation.glb-efbb4f9bc3a7ff853b41129d8dbf2c26.scn new file mode 100644 index 0000000..82ac3f5 Binary files /dev/null and b/escape-room/godot/imported/room-large-variation.glb-efbb4f9bc3a7ff853b41129d8dbf2c26.scn differ diff --git a/escape-room/godot/imported/room-large-variation.obj-bba9d86904d8bb3592b090addb693309.md5 b/escape-room/godot/imported/room-large-variation.obj-bba9d86904d8bb3592b090addb693309.md5 new file mode 100644 index 0000000..d0f1120 --- /dev/null +++ b/escape-room/godot/imported/room-large-variation.obj-bba9d86904d8bb3592b090addb693309.md5 @@ -0,0 +1,3 @@ +source_md5="ef9c31897dc32560e3364ebbe37438af" +dest_md5="00354cdd403d65ce1b15cf0f500bfe2a" + diff --git a/escape-room/godot/imported/room-large-variation.obj-bba9d86904d8bb3592b090addb693309.mesh b/escape-room/godot/imported/room-large-variation.obj-bba9d86904d8bb3592b090addb693309.mesh new file mode 100644 index 0000000..761bdb8 Binary files /dev/null and b/escape-room/godot/imported/room-large-variation.obj-bba9d86904d8bb3592b090addb693309.mesh differ diff --git a/escape-room/godot/imported/room-large-variation.png-b03f6d076fec29bc030f08dc27408a33.ctex b/escape-room/godot/imported/room-large-variation.png-b03f6d076fec29bc030f08dc27408a33.ctex new file mode 100644 index 0000000..0c5ed95 Binary files /dev/null and b/escape-room/godot/imported/room-large-variation.png-b03f6d076fec29bc030f08dc27408a33.ctex differ diff --git a/escape-room/godot/imported/room-large-variation.png-b03f6d076fec29bc030f08dc27408a33.md5 b/escape-room/godot/imported/room-large-variation.png-b03f6d076fec29bc030f08dc27408a33.md5 new file mode 100644 index 0000000..3859c87 --- /dev/null +++ b/escape-room/godot/imported/room-large-variation.png-b03f6d076fec29bc030f08dc27408a33.md5 @@ -0,0 +1,3 @@ +source_md5="6f1d3a265423c1ac6919e904d71afc8d" +dest_md5="2451bd97ec3d2b27ce0c9bdfeaed52c8" + diff --git a/escape-room/godot/imported/room-large.fbx-2d582c3d1273c64eca4ef056ce277fb6.md5 b/escape-room/godot/imported/room-large.fbx-2d582c3d1273c64eca4ef056ce277fb6.md5 new file mode 100644 index 0000000..e5fe522 --- /dev/null +++ b/escape-room/godot/imported/room-large.fbx-2d582c3d1273c64eca4ef056ce277fb6.md5 @@ -0,0 +1,3 @@ +source_md5="454743b4987ad1b3f0850a6058ef894b" +dest_md5="2312c670b67e6b268f8d24a01d225307" + diff --git a/escape-room/godot/imported/room-large.fbx-2d582c3d1273c64eca4ef056ce277fb6.scn b/escape-room/godot/imported/room-large.fbx-2d582c3d1273c64eca4ef056ce277fb6.scn new file mode 100644 index 0000000..0f3ee2e Binary files /dev/null and b/escape-room/godot/imported/room-large.fbx-2d582c3d1273c64eca4ef056ce277fb6.scn differ diff --git a/escape-room/godot/imported/room-large.glb-f78cab70b1c629cd394d7a949ef85f84.md5 b/escape-room/godot/imported/room-large.glb-f78cab70b1c629cd394d7a949ef85f84.md5 new file mode 100644 index 0000000..aa27697 --- /dev/null +++ b/escape-room/godot/imported/room-large.glb-f78cab70b1c629cd394d7a949ef85f84.md5 @@ -0,0 +1,3 @@ +source_md5="783d465ad837f647634f5511bc97a03b" +dest_md5="97f53a7da55136027c941e0d5a22a66f" + diff --git a/escape-room/godot/imported/room-large.glb-f78cab70b1c629cd394d7a949ef85f84.scn b/escape-room/godot/imported/room-large.glb-f78cab70b1c629cd394d7a949ef85f84.scn new file mode 100644 index 0000000..7d8abff Binary files /dev/null and b/escape-room/godot/imported/room-large.glb-f78cab70b1c629cd394d7a949ef85f84.scn differ diff --git a/escape-room/godot/imported/room-large.obj-a5e3f9a9fb76a449b71fa9b65276163f.md5 b/escape-room/godot/imported/room-large.obj-a5e3f9a9fb76a449b71fa9b65276163f.md5 new file mode 100644 index 0000000..b6558c1 --- /dev/null +++ b/escape-room/godot/imported/room-large.obj-a5e3f9a9fb76a449b71fa9b65276163f.md5 @@ -0,0 +1,3 @@ +source_md5="a47f92cfacb61856ce5c8fed727e5223" +dest_md5="f9752af5776b58d8a27fd995d751c8e2" + diff --git a/escape-room/godot/imported/room-large.obj-a5e3f9a9fb76a449b71fa9b65276163f.mesh b/escape-room/godot/imported/room-large.obj-a5e3f9a9fb76a449b71fa9b65276163f.mesh new file mode 100644 index 0000000..3fdf92a Binary files /dev/null and b/escape-room/godot/imported/room-large.obj-a5e3f9a9fb76a449b71fa9b65276163f.mesh differ diff --git a/escape-room/godot/imported/room-large.png-d579ee7accf2d529f147eac5cc7baa99.ctex b/escape-room/godot/imported/room-large.png-d579ee7accf2d529f147eac5cc7baa99.ctex new file mode 100644 index 0000000..39147d0 Binary files /dev/null and b/escape-room/godot/imported/room-large.png-d579ee7accf2d529f147eac5cc7baa99.ctex differ diff --git a/escape-room/godot/imported/room-large.png-d579ee7accf2d529f147eac5cc7baa99.md5 b/escape-room/godot/imported/room-large.png-d579ee7accf2d529f147eac5cc7baa99.md5 new file mode 100644 index 0000000..4373735 --- /dev/null +++ b/escape-room/godot/imported/room-large.png-d579ee7accf2d529f147eac5cc7baa99.md5 @@ -0,0 +1,3 @@ +source_md5="0caf434f14fbc37796d9143f5849d0bb" +dest_md5="6271090bca8790dbcbc57b6d69e366d2" + diff --git a/escape-room/godot/imported/room-small-variation.fbx-78ca6e409f3e759008c9777886208ca2.md5 b/escape-room/godot/imported/room-small-variation.fbx-78ca6e409f3e759008c9777886208ca2.md5 new file mode 100644 index 0000000..0c5cfcf --- /dev/null +++ b/escape-room/godot/imported/room-small-variation.fbx-78ca6e409f3e759008c9777886208ca2.md5 @@ -0,0 +1,3 @@ +source_md5="19d7a52a7b9c6b47768a58c748b7adf8" +dest_md5="6859d2d026003c141c28a7b59d43186a" + diff --git a/escape-room/godot/imported/room-small-variation.fbx-78ca6e409f3e759008c9777886208ca2.scn b/escape-room/godot/imported/room-small-variation.fbx-78ca6e409f3e759008c9777886208ca2.scn new file mode 100644 index 0000000..f68578f Binary files /dev/null and b/escape-room/godot/imported/room-small-variation.fbx-78ca6e409f3e759008c9777886208ca2.scn differ diff --git a/escape-room/godot/imported/room-small-variation.glb-49326f43ccc3122160c034bd43d7857c.md5 b/escape-room/godot/imported/room-small-variation.glb-49326f43ccc3122160c034bd43d7857c.md5 new file mode 100644 index 0000000..0d4b299 --- /dev/null +++ b/escape-room/godot/imported/room-small-variation.glb-49326f43ccc3122160c034bd43d7857c.md5 @@ -0,0 +1,3 @@ +source_md5="b8448616aa4d99f99ce47abb59e1e51a" +dest_md5="ad1eb4fd64b2f4e489eb181d52ee058f" + diff --git a/escape-room/godot/imported/room-small-variation.glb-49326f43ccc3122160c034bd43d7857c.scn b/escape-room/godot/imported/room-small-variation.glb-49326f43ccc3122160c034bd43d7857c.scn new file mode 100644 index 0000000..631af06 Binary files /dev/null and b/escape-room/godot/imported/room-small-variation.glb-49326f43ccc3122160c034bd43d7857c.scn differ diff --git a/escape-room/godot/imported/room-small-variation.obj-c0d55885886fe252350ef28e9e84ec32.md5 b/escape-room/godot/imported/room-small-variation.obj-c0d55885886fe252350ef28e9e84ec32.md5 new file mode 100644 index 0000000..8c425da --- /dev/null +++ b/escape-room/godot/imported/room-small-variation.obj-c0d55885886fe252350ef28e9e84ec32.md5 @@ -0,0 +1,3 @@ +source_md5="f159efeca751bd8a8bdc29251faa08d1" +dest_md5="e95c1eb30dc4aaac8bc0f3a2d7268d16" + diff --git a/escape-room/godot/imported/room-small-variation.obj-c0d55885886fe252350ef28e9e84ec32.mesh b/escape-room/godot/imported/room-small-variation.obj-c0d55885886fe252350ef28e9e84ec32.mesh new file mode 100644 index 0000000..1c7ea6b Binary files /dev/null and b/escape-room/godot/imported/room-small-variation.obj-c0d55885886fe252350ef28e9e84ec32.mesh differ diff --git a/escape-room/godot/imported/room-small-variation.png-f987471c498f96841bf7c9855afb7064.ctex b/escape-room/godot/imported/room-small-variation.png-f987471c498f96841bf7c9855afb7064.ctex new file mode 100644 index 0000000..63a6728 Binary files /dev/null and b/escape-room/godot/imported/room-small-variation.png-f987471c498f96841bf7c9855afb7064.ctex differ diff --git a/escape-room/godot/imported/room-small-variation.png-f987471c498f96841bf7c9855afb7064.md5 b/escape-room/godot/imported/room-small-variation.png-f987471c498f96841bf7c9855afb7064.md5 new file mode 100644 index 0000000..fd3ecbe --- /dev/null +++ b/escape-room/godot/imported/room-small-variation.png-f987471c498f96841bf7c9855afb7064.md5 @@ -0,0 +1,3 @@ +source_md5="a3041d7d2f5de7affc9a9c476b83070c" +dest_md5="ed9c6de66e2a5ea3f667f9f9d2979732" + diff --git a/escape-room/godot/imported/room-small.fbx-cf53eb1bd974d607614f77933379d9ad.md5 b/escape-room/godot/imported/room-small.fbx-cf53eb1bd974d607614f77933379d9ad.md5 new file mode 100644 index 0000000..91c4b96 --- /dev/null +++ b/escape-room/godot/imported/room-small.fbx-cf53eb1bd974d607614f77933379d9ad.md5 @@ -0,0 +1,3 @@ +source_md5="0a37486dc21ccc39f488c311f2459d6b" +dest_md5="de8550631cdc2ff6f646ff74f1cfa6cc" + diff --git a/escape-room/godot/imported/room-small.fbx-cf53eb1bd974d607614f77933379d9ad.scn b/escape-room/godot/imported/room-small.fbx-cf53eb1bd974d607614f77933379d9ad.scn new file mode 100644 index 0000000..d0b2757 Binary files /dev/null and b/escape-room/godot/imported/room-small.fbx-cf53eb1bd974d607614f77933379d9ad.scn differ diff --git a/escape-room/godot/imported/room-small.glb-ff97fe3b404d31e9a0ef7e19ee195d50.md5 b/escape-room/godot/imported/room-small.glb-ff97fe3b404d31e9a0ef7e19ee195d50.md5 new file mode 100644 index 0000000..53108fc --- /dev/null +++ b/escape-room/godot/imported/room-small.glb-ff97fe3b404d31e9a0ef7e19ee195d50.md5 @@ -0,0 +1,3 @@ +source_md5="b71dfa47110bbd2d05cf2e05ee6965bb" +dest_md5="d31a8f282203c672f0861c7014e89e8d" + diff --git a/escape-room/godot/imported/room-small.glb-ff97fe3b404d31e9a0ef7e19ee195d50.scn b/escape-room/godot/imported/room-small.glb-ff97fe3b404d31e9a0ef7e19ee195d50.scn new file mode 100644 index 0000000..c7165f0 Binary files /dev/null and b/escape-room/godot/imported/room-small.glb-ff97fe3b404d31e9a0ef7e19ee195d50.scn differ diff --git a/escape-room/godot/imported/room-small.obj-2843060cf7821e39902dc8528443833f.md5 b/escape-room/godot/imported/room-small.obj-2843060cf7821e39902dc8528443833f.md5 new file mode 100644 index 0000000..a8768d0 --- /dev/null +++ b/escape-room/godot/imported/room-small.obj-2843060cf7821e39902dc8528443833f.md5 @@ -0,0 +1,3 @@ +source_md5="1e93670d0bc9607d33b515f18feafcfd" +dest_md5="be4cb43a1982cca73737246d455e2ce7" + diff --git a/escape-room/godot/imported/room-small.obj-2843060cf7821e39902dc8528443833f.mesh b/escape-room/godot/imported/room-small.obj-2843060cf7821e39902dc8528443833f.mesh new file mode 100644 index 0000000..f5ffdd1 Binary files /dev/null and b/escape-room/godot/imported/room-small.obj-2843060cf7821e39902dc8528443833f.mesh differ diff --git a/escape-room/godot/imported/room-small.png-77610b6db880d60dbcaf96756f2211af.ctex b/escape-room/godot/imported/room-small.png-77610b6db880d60dbcaf96756f2211af.ctex new file mode 100644 index 0000000..dccce5b Binary files /dev/null and b/escape-room/godot/imported/room-small.png-77610b6db880d60dbcaf96756f2211af.ctex differ diff --git a/escape-room/godot/imported/room-small.png-77610b6db880d60dbcaf96756f2211af.md5 b/escape-room/godot/imported/room-small.png-77610b6db880d60dbcaf96756f2211af.md5 new file mode 100644 index 0000000..49cb7f7 --- /dev/null +++ b/escape-room/godot/imported/room-small.png-77610b6db880d60dbcaf96756f2211af.md5 @@ -0,0 +1,3 @@ +source_md5="2d5617b0d4d7f80d306466e468b522b1" +dest_md5="58f78880687a098367d7025e2d9a54f0" + diff --git a/escape-room/godot/imported/room-wide-variation.fbx-2fa33f45d4f44f66d1b748b8240c4d4d.md5 b/escape-room/godot/imported/room-wide-variation.fbx-2fa33f45d4f44f66d1b748b8240c4d4d.md5 new file mode 100644 index 0000000..8b08d9f --- /dev/null +++ b/escape-room/godot/imported/room-wide-variation.fbx-2fa33f45d4f44f66d1b748b8240c4d4d.md5 @@ -0,0 +1,3 @@ +source_md5="c2cde2618df7da52b984ad7dd4f82ce3" +dest_md5="ffa2179567fcb7dee02bd2fe4c98b49f" + diff --git a/escape-room/godot/imported/room-wide-variation.fbx-2fa33f45d4f44f66d1b748b8240c4d4d.scn b/escape-room/godot/imported/room-wide-variation.fbx-2fa33f45d4f44f66d1b748b8240c4d4d.scn new file mode 100644 index 0000000..99f843e Binary files /dev/null and b/escape-room/godot/imported/room-wide-variation.fbx-2fa33f45d4f44f66d1b748b8240c4d4d.scn differ diff --git a/escape-room/godot/imported/room-wide-variation.glb-5c83c61fd25960ed0ace04a788e6c8a7.md5 b/escape-room/godot/imported/room-wide-variation.glb-5c83c61fd25960ed0ace04a788e6c8a7.md5 new file mode 100644 index 0000000..a1ca96d --- /dev/null +++ b/escape-room/godot/imported/room-wide-variation.glb-5c83c61fd25960ed0ace04a788e6c8a7.md5 @@ -0,0 +1,3 @@ +source_md5="3f3d0b5aa3f0c31d8fbd65729548c00e" +dest_md5="646d8d874062befcc1f9cc62a86e091f" + diff --git a/escape-room/godot/imported/room-wide-variation.glb-5c83c61fd25960ed0ace04a788e6c8a7.scn b/escape-room/godot/imported/room-wide-variation.glb-5c83c61fd25960ed0ace04a788e6c8a7.scn new file mode 100644 index 0000000..8d68b1f Binary files /dev/null and b/escape-room/godot/imported/room-wide-variation.glb-5c83c61fd25960ed0ace04a788e6c8a7.scn differ diff --git a/escape-room/godot/imported/room-wide-variation.obj-7e710eb551b6fb531d13c9233192fe86.md5 b/escape-room/godot/imported/room-wide-variation.obj-7e710eb551b6fb531d13c9233192fe86.md5 new file mode 100644 index 0000000..30c417a --- /dev/null +++ b/escape-room/godot/imported/room-wide-variation.obj-7e710eb551b6fb531d13c9233192fe86.md5 @@ -0,0 +1,3 @@ +source_md5="e3e95512228ce128c96abade22b1c265" +dest_md5="f49bfd2f0d387a88a2c772fe72906e97" + diff --git a/escape-room/godot/imported/room-wide-variation.obj-7e710eb551b6fb531d13c9233192fe86.mesh b/escape-room/godot/imported/room-wide-variation.obj-7e710eb551b6fb531d13c9233192fe86.mesh new file mode 100644 index 0000000..70f70bc Binary files /dev/null and b/escape-room/godot/imported/room-wide-variation.obj-7e710eb551b6fb531d13c9233192fe86.mesh differ diff --git a/escape-room/godot/imported/room-wide-variation.png-0af51564d80881c93846e22cfd54de3c.ctex b/escape-room/godot/imported/room-wide-variation.png-0af51564d80881c93846e22cfd54de3c.ctex new file mode 100644 index 0000000..e3ad2b4 Binary files /dev/null and b/escape-room/godot/imported/room-wide-variation.png-0af51564d80881c93846e22cfd54de3c.ctex differ diff --git a/escape-room/godot/imported/room-wide-variation.png-0af51564d80881c93846e22cfd54de3c.md5 b/escape-room/godot/imported/room-wide-variation.png-0af51564d80881c93846e22cfd54de3c.md5 new file mode 100644 index 0000000..ed3cb4a --- /dev/null +++ b/escape-room/godot/imported/room-wide-variation.png-0af51564d80881c93846e22cfd54de3c.md5 @@ -0,0 +1,3 @@ +source_md5="f6e414d02b47b8918c321e41f4404d20" +dest_md5="2ce079b8307843a9eb9293c03e0b411e" + diff --git a/escape-room/godot/imported/room-wide.fbx-aa937696679914433c5491cda34993ca.md5 b/escape-room/godot/imported/room-wide.fbx-aa937696679914433c5491cda34993ca.md5 new file mode 100644 index 0000000..d2f4668 --- /dev/null +++ b/escape-room/godot/imported/room-wide.fbx-aa937696679914433c5491cda34993ca.md5 @@ -0,0 +1,3 @@ +source_md5="4ad1cf212f1f9ff48ebb622281104c70" +dest_md5="a82821dcd9e12a200133b89a0111f467" + diff --git a/escape-room/godot/imported/room-wide.fbx-aa937696679914433c5491cda34993ca.scn b/escape-room/godot/imported/room-wide.fbx-aa937696679914433c5491cda34993ca.scn new file mode 100644 index 0000000..e8ee658 Binary files /dev/null and b/escape-room/godot/imported/room-wide.fbx-aa937696679914433c5491cda34993ca.scn differ diff --git a/escape-room/godot/imported/room-wide.glb-632b6a388b13ba0643e82784e7e3e4c8.md5 b/escape-room/godot/imported/room-wide.glb-632b6a388b13ba0643e82784e7e3e4c8.md5 new file mode 100644 index 0000000..b4f34fa --- /dev/null +++ b/escape-room/godot/imported/room-wide.glb-632b6a388b13ba0643e82784e7e3e4c8.md5 @@ -0,0 +1,3 @@ +source_md5="bf44b286bf03da26ff56d1198c4ded49" +dest_md5="b78f7bc8150253f64c800ac952e79caa" + diff --git a/escape-room/godot/imported/room-wide.glb-632b6a388b13ba0643e82784e7e3e4c8.scn b/escape-room/godot/imported/room-wide.glb-632b6a388b13ba0643e82784e7e3e4c8.scn new file mode 100644 index 0000000..06f2e97 Binary files /dev/null and b/escape-room/godot/imported/room-wide.glb-632b6a388b13ba0643e82784e7e3e4c8.scn differ diff --git a/escape-room/godot/imported/room-wide.obj-e4ecb96d96c54e8d2696f1c92267a009.md5 b/escape-room/godot/imported/room-wide.obj-e4ecb96d96c54e8d2696f1c92267a009.md5 new file mode 100644 index 0000000..a3d22f0 --- /dev/null +++ b/escape-room/godot/imported/room-wide.obj-e4ecb96d96c54e8d2696f1c92267a009.md5 @@ -0,0 +1,3 @@ +source_md5="846dada4414478ee8d267ded8c6a9aa0" +dest_md5="7fbde458c8488e19357a469ff626e063" + diff --git a/escape-room/godot/imported/room-wide.obj-e4ecb96d96c54e8d2696f1c92267a009.mesh b/escape-room/godot/imported/room-wide.obj-e4ecb96d96c54e8d2696f1c92267a009.mesh new file mode 100644 index 0000000..01a7282 Binary files /dev/null and b/escape-room/godot/imported/room-wide.obj-e4ecb96d96c54e8d2696f1c92267a009.mesh differ diff --git a/escape-room/godot/imported/room-wide.png-4487a6ba275f8b5b89593ccb9b916303.ctex b/escape-room/godot/imported/room-wide.png-4487a6ba275f8b5b89593ccb9b916303.ctex new file mode 100644 index 0000000..9b1e489 Binary files /dev/null and b/escape-room/godot/imported/room-wide.png-4487a6ba275f8b5b89593ccb9b916303.ctex differ diff --git a/escape-room/godot/imported/room-wide.png-4487a6ba275f8b5b89593ccb9b916303.md5 b/escape-room/godot/imported/room-wide.png-4487a6ba275f8b5b89593ccb9b916303.md5 new file mode 100644 index 0000000..294a1b9 --- /dev/null +++ b/escape-room/godot/imported/room-wide.png-4487a6ba275f8b5b89593ccb9b916303.md5 @@ -0,0 +1,3 @@ +source_md5="2c8e33d8b999e76736654fbc71a41a75" +dest_md5="ae9b185546e0c317d5929b8c9beddd56" + diff --git a/escape-room/godot/imported/rugDoormat.dae-9d6d585926e3a3502b953c6201ec8a10.md5 b/escape-room/godot/imported/rugDoormat.dae-9d6d585926e3a3502b953c6201ec8a10.md5 new file mode 100644 index 0000000..a644b4e --- /dev/null +++ b/escape-room/godot/imported/rugDoormat.dae-9d6d585926e3a3502b953c6201ec8a10.md5 @@ -0,0 +1,3 @@ +source_md5="6d8791183f710a5ce52a939fa24382e0" +dest_md5="115eba39d09270ebbbeb8e0e9ed77c28" + diff --git a/escape-room/godot/imported/rugDoormat.dae-9d6d585926e3a3502b953c6201ec8a10.scn b/escape-room/godot/imported/rugDoormat.dae-9d6d585926e3a3502b953c6201ec8a10.scn new file mode 100644 index 0000000..c56c465 Binary files /dev/null and b/escape-room/godot/imported/rugDoormat.dae-9d6d585926e3a3502b953c6201ec8a10.scn differ diff --git a/escape-room/godot/imported/rugDoormat.fbx-eb08f8c381ffdb51e93c8b26f8976491.md5 b/escape-room/godot/imported/rugDoormat.fbx-eb08f8c381ffdb51e93c8b26f8976491.md5 new file mode 100644 index 0000000..f0c7ade --- /dev/null +++ b/escape-room/godot/imported/rugDoormat.fbx-eb08f8c381ffdb51e93c8b26f8976491.md5 @@ -0,0 +1,3 @@ +source_md5="989db837cafe600d9315f5350f673c70" +dest_md5="769ffb91e428939318b73061f6549b93" + diff --git a/escape-room/godot/imported/rugDoormat.fbx-eb08f8c381ffdb51e93c8b26f8976491.scn b/escape-room/godot/imported/rugDoormat.fbx-eb08f8c381ffdb51e93c8b26f8976491.scn new file mode 100644 index 0000000..5064efb Binary files /dev/null and b/escape-room/godot/imported/rugDoormat.fbx-eb08f8c381ffdb51e93c8b26f8976491.scn differ diff --git a/escape-room/godot/imported/rugDoormat.glb-818307069311ae7040563eaaf0768234.md5 b/escape-room/godot/imported/rugDoormat.glb-818307069311ae7040563eaaf0768234.md5 new file mode 100644 index 0000000..636bf3d --- /dev/null +++ b/escape-room/godot/imported/rugDoormat.glb-818307069311ae7040563eaaf0768234.md5 @@ -0,0 +1,3 @@ +source_md5="c265fe68dd1d4b7c015abcf3c0fc0491" +dest_md5="31368a7fda55ecf7af92d6df5eac66ff" + diff --git a/escape-room/godot/imported/rugDoormat.glb-818307069311ae7040563eaaf0768234.scn b/escape-room/godot/imported/rugDoormat.glb-818307069311ae7040563eaaf0768234.scn new file mode 100644 index 0000000..039752c Binary files /dev/null and b/escape-room/godot/imported/rugDoormat.glb-818307069311ae7040563eaaf0768234.scn differ diff --git a/escape-room/godot/imported/rugDoormat.obj-f539c02c88e1f4dc7a52daa533f962cc.md5 b/escape-room/godot/imported/rugDoormat.obj-f539c02c88e1f4dc7a52daa533f962cc.md5 new file mode 100644 index 0000000..3843b99 --- /dev/null +++ b/escape-room/godot/imported/rugDoormat.obj-f539c02c88e1f4dc7a52daa533f962cc.md5 @@ -0,0 +1,3 @@ +source_md5="5447fd462a23d16eb30b96b2bcfe3a8e" +dest_md5="1142db87d363627c3b62b631fa386587" + diff --git a/escape-room/godot/imported/rugDoormat.obj-f539c02c88e1f4dc7a52daa533f962cc.mesh b/escape-room/godot/imported/rugDoormat.obj-f539c02c88e1f4dc7a52daa533f962cc.mesh new file mode 100644 index 0000000..fa2ec4f Binary files /dev/null and b/escape-room/godot/imported/rugDoormat.obj-f539c02c88e1f4dc7a52daa533f962cc.mesh differ diff --git a/escape-room/godot/imported/rugDoormat.png-b26d89b2656e20a2337d4d9ed1bcefd7.ctex b/escape-room/godot/imported/rugDoormat.png-b26d89b2656e20a2337d4d9ed1bcefd7.ctex new file mode 100644 index 0000000..36f2f64 Binary files /dev/null and b/escape-room/godot/imported/rugDoormat.png-b26d89b2656e20a2337d4d9ed1bcefd7.ctex differ diff --git a/escape-room/godot/imported/rugDoormat.png-b26d89b2656e20a2337d4d9ed1bcefd7.md5 b/escape-room/godot/imported/rugDoormat.png-b26d89b2656e20a2337d4d9ed1bcefd7.md5 new file mode 100644 index 0000000..87c0dab --- /dev/null +++ b/escape-room/godot/imported/rugDoormat.png-b26d89b2656e20a2337d4d9ed1bcefd7.md5 @@ -0,0 +1,3 @@ +source_md5="072b69f04a15e3e5096a7604c81f5138" +dest_md5="81ee4277438b04214718d31b6f4f272d" + diff --git a/escape-room/godot/imported/rugDoormat_NE.png-eb2f8ae067c65fe307fd42e9e11122cc.ctex b/escape-room/godot/imported/rugDoormat_NE.png-eb2f8ae067c65fe307fd42e9e11122cc.ctex new file mode 100644 index 0000000..5684993 Binary files /dev/null and b/escape-room/godot/imported/rugDoormat_NE.png-eb2f8ae067c65fe307fd42e9e11122cc.ctex differ diff --git a/escape-room/godot/imported/rugDoormat_NE.png-eb2f8ae067c65fe307fd42e9e11122cc.md5 b/escape-room/godot/imported/rugDoormat_NE.png-eb2f8ae067c65fe307fd42e9e11122cc.md5 new file mode 100644 index 0000000..b502520 --- /dev/null +++ b/escape-room/godot/imported/rugDoormat_NE.png-eb2f8ae067c65fe307fd42e9e11122cc.md5 @@ -0,0 +1,3 @@ +source_md5="b8f86d0e37f53be0a27127232572c842" +dest_md5="e19a00cd394bfef86f3ada1d57dea0e0" + diff --git a/escape-room/godot/imported/rugDoormat_NW.png-59f74080372e0a750dd88d0967540a9f.ctex b/escape-room/godot/imported/rugDoormat_NW.png-59f74080372e0a750dd88d0967540a9f.ctex new file mode 100644 index 0000000..fe9f572 Binary files /dev/null and b/escape-room/godot/imported/rugDoormat_NW.png-59f74080372e0a750dd88d0967540a9f.ctex differ diff --git a/escape-room/godot/imported/rugDoormat_NW.png-59f74080372e0a750dd88d0967540a9f.md5 b/escape-room/godot/imported/rugDoormat_NW.png-59f74080372e0a750dd88d0967540a9f.md5 new file mode 100644 index 0000000..ae545f4 --- /dev/null +++ b/escape-room/godot/imported/rugDoormat_NW.png-59f74080372e0a750dd88d0967540a9f.md5 @@ -0,0 +1,3 @@ +source_md5="7f9d515926ce19060f1f983f08ebc996" +dest_md5="1de51f8fa08dbd33c0250d2b4fb6c1c4" + diff --git a/escape-room/godot/imported/rugDoormat_SE.png-fcd8f1629f62b55a9c4bfb69cbe9dfe2.ctex b/escape-room/godot/imported/rugDoormat_SE.png-fcd8f1629f62b55a9c4bfb69cbe9dfe2.ctex new file mode 100644 index 0000000..e4e36a1 Binary files /dev/null and b/escape-room/godot/imported/rugDoormat_SE.png-fcd8f1629f62b55a9c4bfb69cbe9dfe2.ctex differ diff --git a/escape-room/godot/imported/rugDoormat_SE.png-fcd8f1629f62b55a9c4bfb69cbe9dfe2.md5 b/escape-room/godot/imported/rugDoormat_SE.png-fcd8f1629f62b55a9c4bfb69cbe9dfe2.md5 new file mode 100644 index 0000000..ade5569 --- /dev/null +++ b/escape-room/godot/imported/rugDoormat_SE.png-fcd8f1629f62b55a9c4bfb69cbe9dfe2.md5 @@ -0,0 +1,3 @@ +source_md5="7f70e8fe4553a8f3e6d656141913f621" +dest_md5="ae8cc594846a1fb19c58865e28500ec4" + diff --git a/escape-room/godot/imported/rugDoormat_SW.png-41ce7f983a92b15fa00a586fbc17b3ac.ctex b/escape-room/godot/imported/rugDoormat_SW.png-41ce7f983a92b15fa00a586fbc17b3ac.ctex new file mode 100644 index 0000000..5794ac8 Binary files /dev/null and b/escape-room/godot/imported/rugDoormat_SW.png-41ce7f983a92b15fa00a586fbc17b3ac.ctex differ diff --git a/escape-room/godot/imported/rugDoormat_SW.png-41ce7f983a92b15fa00a586fbc17b3ac.md5 b/escape-room/godot/imported/rugDoormat_SW.png-41ce7f983a92b15fa00a586fbc17b3ac.md5 new file mode 100644 index 0000000..c7f4a1f --- /dev/null +++ b/escape-room/godot/imported/rugDoormat_SW.png-41ce7f983a92b15fa00a586fbc17b3ac.md5 @@ -0,0 +1,3 @@ +source_md5="6aa2a4a0871eb6f2abbb923236dfe95b" +dest_md5="0fe4980782d284f424bd7dfdbb01ee08" + diff --git a/escape-room/godot/imported/rugRectangle.dae-e26e416ea4be3f811fdfbb1191eeeeff.md5 b/escape-room/godot/imported/rugRectangle.dae-e26e416ea4be3f811fdfbb1191eeeeff.md5 new file mode 100644 index 0000000..ac26eae --- /dev/null +++ b/escape-room/godot/imported/rugRectangle.dae-e26e416ea4be3f811fdfbb1191eeeeff.md5 @@ -0,0 +1,3 @@ +source_md5="055c8e94b2d9e6e01d85b1c2c36338cd" +dest_md5="fc48f32e0c1ae0809df89fa0eee24a41" + diff --git a/escape-room/godot/imported/rugRectangle.dae-e26e416ea4be3f811fdfbb1191eeeeff.scn b/escape-room/godot/imported/rugRectangle.dae-e26e416ea4be3f811fdfbb1191eeeeff.scn new file mode 100644 index 0000000..005393e Binary files /dev/null and b/escape-room/godot/imported/rugRectangle.dae-e26e416ea4be3f811fdfbb1191eeeeff.scn differ diff --git a/escape-room/godot/imported/rugRectangle.fbx-4bf30617d1458a70fb3322712d7893df.md5 b/escape-room/godot/imported/rugRectangle.fbx-4bf30617d1458a70fb3322712d7893df.md5 new file mode 100644 index 0000000..3007100 --- /dev/null +++ b/escape-room/godot/imported/rugRectangle.fbx-4bf30617d1458a70fb3322712d7893df.md5 @@ -0,0 +1,3 @@ +source_md5="e187c0b10ba16dde73dc78c8afa8c827" +dest_md5="068cb15f87f0fd128a934bbaa42938d5" + diff --git a/escape-room/godot/imported/rugRectangle.fbx-4bf30617d1458a70fb3322712d7893df.scn b/escape-room/godot/imported/rugRectangle.fbx-4bf30617d1458a70fb3322712d7893df.scn new file mode 100644 index 0000000..8adf847 Binary files /dev/null and b/escape-room/godot/imported/rugRectangle.fbx-4bf30617d1458a70fb3322712d7893df.scn differ diff --git a/escape-room/godot/imported/rugRectangle.glb-2961f9a86787b8c4363bce49561043fa.md5 b/escape-room/godot/imported/rugRectangle.glb-2961f9a86787b8c4363bce49561043fa.md5 new file mode 100644 index 0000000..f5dde31 --- /dev/null +++ b/escape-room/godot/imported/rugRectangle.glb-2961f9a86787b8c4363bce49561043fa.md5 @@ -0,0 +1,3 @@ +source_md5="567a9a947700ea725f797948e24bda15" +dest_md5="d0e05f1517a220231374f73499877269" + diff --git a/escape-room/godot/imported/rugRectangle.glb-2961f9a86787b8c4363bce49561043fa.scn b/escape-room/godot/imported/rugRectangle.glb-2961f9a86787b8c4363bce49561043fa.scn new file mode 100644 index 0000000..38b6b5f Binary files /dev/null and b/escape-room/godot/imported/rugRectangle.glb-2961f9a86787b8c4363bce49561043fa.scn differ diff --git a/escape-room/godot/imported/rugRectangle.obj-32853e3ed9dbd0a8db9a9dca255529b8.md5 b/escape-room/godot/imported/rugRectangle.obj-32853e3ed9dbd0a8db9a9dca255529b8.md5 new file mode 100644 index 0000000..1763502 --- /dev/null +++ b/escape-room/godot/imported/rugRectangle.obj-32853e3ed9dbd0a8db9a9dca255529b8.md5 @@ -0,0 +1,3 @@ +source_md5="7e1186729afe815c0077bbcb57d6225b" +dest_md5="3dcb75a10dcd700a9a50f950bf383a80" + diff --git a/escape-room/godot/imported/rugRectangle.obj-32853e3ed9dbd0a8db9a9dca255529b8.mesh b/escape-room/godot/imported/rugRectangle.obj-32853e3ed9dbd0a8db9a9dca255529b8.mesh new file mode 100644 index 0000000..c6be1b3 Binary files /dev/null and b/escape-room/godot/imported/rugRectangle.obj-32853e3ed9dbd0a8db9a9dca255529b8.mesh differ diff --git a/escape-room/godot/imported/rugRectangle.png-5a5b8d9e9ccb03fa964ae21d1896f35f.ctex b/escape-room/godot/imported/rugRectangle.png-5a5b8d9e9ccb03fa964ae21d1896f35f.ctex new file mode 100644 index 0000000..0fe5b97 Binary files /dev/null and b/escape-room/godot/imported/rugRectangle.png-5a5b8d9e9ccb03fa964ae21d1896f35f.ctex differ diff --git a/escape-room/godot/imported/rugRectangle.png-5a5b8d9e9ccb03fa964ae21d1896f35f.md5 b/escape-room/godot/imported/rugRectangle.png-5a5b8d9e9ccb03fa964ae21d1896f35f.md5 new file mode 100644 index 0000000..6e98343 --- /dev/null +++ b/escape-room/godot/imported/rugRectangle.png-5a5b8d9e9ccb03fa964ae21d1896f35f.md5 @@ -0,0 +1,3 @@ +source_md5="133b65c832fde8354f5dd7160c4278b8" +dest_md5="7d25a501b28ab9da90b76e5a4ca3935c" + diff --git a/escape-room/godot/imported/rugRectangle_NE.png-79aea57c238fa6edfa644ba50aa23a24.ctex b/escape-room/godot/imported/rugRectangle_NE.png-79aea57c238fa6edfa644ba50aa23a24.ctex new file mode 100644 index 0000000..7e1f362 Binary files /dev/null and b/escape-room/godot/imported/rugRectangle_NE.png-79aea57c238fa6edfa644ba50aa23a24.ctex differ diff --git a/escape-room/godot/imported/rugRectangle_NE.png-79aea57c238fa6edfa644ba50aa23a24.md5 b/escape-room/godot/imported/rugRectangle_NE.png-79aea57c238fa6edfa644ba50aa23a24.md5 new file mode 100644 index 0000000..bb1c532 --- /dev/null +++ b/escape-room/godot/imported/rugRectangle_NE.png-79aea57c238fa6edfa644ba50aa23a24.md5 @@ -0,0 +1,3 @@ +source_md5="90309a3580c081b44289bb6df21cd0c9" +dest_md5="6e5d162bd0cf08ab293160677dcec224" + diff --git a/escape-room/godot/imported/rugRectangle_NW.png-5bf79cdaeb13a5f605b1389b327e3467.ctex b/escape-room/godot/imported/rugRectangle_NW.png-5bf79cdaeb13a5f605b1389b327e3467.ctex new file mode 100644 index 0000000..db9d686 Binary files /dev/null and b/escape-room/godot/imported/rugRectangle_NW.png-5bf79cdaeb13a5f605b1389b327e3467.ctex differ diff --git a/escape-room/godot/imported/rugRectangle_NW.png-5bf79cdaeb13a5f605b1389b327e3467.md5 b/escape-room/godot/imported/rugRectangle_NW.png-5bf79cdaeb13a5f605b1389b327e3467.md5 new file mode 100644 index 0000000..bea238d --- /dev/null +++ b/escape-room/godot/imported/rugRectangle_NW.png-5bf79cdaeb13a5f605b1389b327e3467.md5 @@ -0,0 +1,3 @@ +source_md5="f7aaa96feb5c08afe8b809b178548d32" +dest_md5="418651f98f4285a4cc7e2fbd6df19ba3" + diff --git a/escape-room/godot/imported/rugRectangle_SE.png-e3028348043da01668324d79f07dd343.ctex b/escape-room/godot/imported/rugRectangle_SE.png-e3028348043da01668324d79f07dd343.ctex new file mode 100644 index 0000000..4906653 Binary files /dev/null and b/escape-room/godot/imported/rugRectangle_SE.png-e3028348043da01668324d79f07dd343.ctex differ diff --git a/escape-room/godot/imported/rugRectangle_SE.png-e3028348043da01668324d79f07dd343.md5 b/escape-room/godot/imported/rugRectangle_SE.png-e3028348043da01668324d79f07dd343.md5 new file mode 100644 index 0000000..7f4b00c --- /dev/null +++ b/escape-room/godot/imported/rugRectangle_SE.png-e3028348043da01668324d79f07dd343.md5 @@ -0,0 +1,3 @@ +source_md5="2801eb6a87d2b43663afe46f6934a4b0" +dest_md5="a8d7bc3139f18cc348b05e176a88a0a2" + diff --git a/escape-room/godot/imported/rugRectangle_SW.png-85ed0927dbf2c9610767870d90d50139.ctex b/escape-room/godot/imported/rugRectangle_SW.png-85ed0927dbf2c9610767870d90d50139.ctex new file mode 100644 index 0000000..6e24070 Binary files /dev/null and b/escape-room/godot/imported/rugRectangle_SW.png-85ed0927dbf2c9610767870d90d50139.ctex differ diff --git a/escape-room/godot/imported/rugRectangle_SW.png-85ed0927dbf2c9610767870d90d50139.md5 b/escape-room/godot/imported/rugRectangle_SW.png-85ed0927dbf2c9610767870d90d50139.md5 new file mode 100644 index 0000000..c8477d7 --- /dev/null +++ b/escape-room/godot/imported/rugRectangle_SW.png-85ed0927dbf2c9610767870d90d50139.md5 @@ -0,0 +1,3 @@ +source_md5="0ad63ff1fa34e3ab02c06c960f2b3cfb" +dest_md5="d1548a860fa2e3561045daa185732ae2" + diff --git a/escape-room/godot/imported/rugRound.dae-54f4a3efe64896dcabab7a8182d1eb6a.md5 b/escape-room/godot/imported/rugRound.dae-54f4a3efe64896dcabab7a8182d1eb6a.md5 new file mode 100644 index 0000000..25ee36b --- /dev/null +++ b/escape-room/godot/imported/rugRound.dae-54f4a3efe64896dcabab7a8182d1eb6a.md5 @@ -0,0 +1,3 @@ +source_md5="cb3834c80b2c27eccf794b784407b703" +dest_md5="e62cdaa7aa6c0b9146e4a1c3e8baa4e5" + diff --git a/escape-room/godot/imported/rugRound.dae-54f4a3efe64896dcabab7a8182d1eb6a.scn b/escape-room/godot/imported/rugRound.dae-54f4a3efe64896dcabab7a8182d1eb6a.scn new file mode 100644 index 0000000..7a788f9 Binary files /dev/null and b/escape-room/godot/imported/rugRound.dae-54f4a3efe64896dcabab7a8182d1eb6a.scn differ diff --git a/escape-room/godot/imported/rugRound.fbx-aa035299a27b9cc2fe6a5bc18e167cb5.md5 b/escape-room/godot/imported/rugRound.fbx-aa035299a27b9cc2fe6a5bc18e167cb5.md5 new file mode 100644 index 0000000..7823bbc --- /dev/null +++ b/escape-room/godot/imported/rugRound.fbx-aa035299a27b9cc2fe6a5bc18e167cb5.md5 @@ -0,0 +1,3 @@ +source_md5="cf69467633f5cbd93de1fd276cdf0285" +dest_md5="444315f8ae38d5541c047f3dfa3e6d33" + diff --git a/escape-room/godot/imported/rugRound.fbx-aa035299a27b9cc2fe6a5bc18e167cb5.scn b/escape-room/godot/imported/rugRound.fbx-aa035299a27b9cc2fe6a5bc18e167cb5.scn new file mode 100644 index 0000000..7eb4f2f Binary files /dev/null and b/escape-room/godot/imported/rugRound.fbx-aa035299a27b9cc2fe6a5bc18e167cb5.scn differ diff --git a/escape-room/godot/imported/rugRound.glb-a6f390bea5bf3abddd4fdb97dc8bfa64.md5 b/escape-room/godot/imported/rugRound.glb-a6f390bea5bf3abddd4fdb97dc8bfa64.md5 new file mode 100644 index 0000000..748206e --- /dev/null +++ b/escape-room/godot/imported/rugRound.glb-a6f390bea5bf3abddd4fdb97dc8bfa64.md5 @@ -0,0 +1,3 @@ +source_md5="514bfea323c4ecf575aab783ec349792" +dest_md5="cdc08834a7b0ff2e5f94273ba6bffc48" + diff --git a/escape-room/godot/imported/rugRound.glb-a6f390bea5bf3abddd4fdb97dc8bfa64.scn b/escape-room/godot/imported/rugRound.glb-a6f390bea5bf3abddd4fdb97dc8bfa64.scn new file mode 100644 index 0000000..2a2127d Binary files /dev/null and b/escape-room/godot/imported/rugRound.glb-a6f390bea5bf3abddd4fdb97dc8bfa64.scn differ diff --git a/escape-room/godot/imported/rugRound.obj-4ec007fee0a124896ef699db43eec7ab.md5 b/escape-room/godot/imported/rugRound.obj-4ec007fee0a124896ef699db43eec7ab.md5 new file mode 100644 index 0000000..cc50bcf --- /dev/null +++ b/escape-room/godot/imported/rugRound.obj-4ec007fee0a124896ef699db43eec7ab.md5 @@ -0,0 +1,3 @@ +source_md5="ff5d8982e73443df9558f034b5e244d8" +dest_md5="b7b1310704f3054f90bb05d202e1bd0e" + diff --git a/escape-room/godot/imported/rugRound.obj-4ec007fee0a124896ef699db43eec7ab.mesh b/escape-room/godot/imported/rugRound.obj-4ec007fee0a124896ef699db43eec7ab.mesh new file mode 100644 index 0000000..a726cdd Binary files /dev/null and b/escape-room/godot/imported/rugRound.obj-4ec007fee0a124896ef699db43eec7ab.mesh differ diff --git a/escape-room/godot/imported/rugRound.png-177788a962e92cae2d80fcb54c19eba7.ctex b/escape-room/godot/imported/rugRound.png-177788a962e92cae2d80fcb54c19eba7.ctex new file mode 100644 index 0000000..5e9fa9d Binary files /dev/null and b/escape-room/godot/imported/rugRound.png-177788a962e92cae2d80fcb54c19eba7.ctex differ diff --git a/escape-room/godot/imported/rugRound.png-177788a962e92cae2d80fcb54c19eba7.md5 b/escape-room/godot/imported/rugRound.png-177788a962e92cae2d80fcb54c19eba7.md5 new file mode 100644 index 0000000..404861c --- /dev/null +++ b/escape-room/godot/imported/rugRound.png-177788a962e92cae2d80fcb54c19eba7.md5 @@ -0,0 +1,3 @@ +source_md5="51a5edcd79ea1861ce8ce6e036af9340" +dest_md5="42018a4d9b030c09af38199e277ef4ef" + diff --git a/escape-room/godot/imported/rugRound_NE.png-a112bafcded1a21b5c128b7b4a7a9560.ctex b/escape-room/godot/imported/rugRound_NE.png-a112bafcded1a21b5c128b7b4a7a9560.ctex new file mode 100644 index 0000000..bd106ac Binary files /dev/null and b/escape-room/godot/imported/rugRound_NE.png-a112bafcded1a21b5c128b7b4a7a9560.ctex differ diff --git a/escape-room/godot/imported/rugRound_NE.png-a112bafcded1a21b5c128b7b4a7a9560.md5 b/escape-room/godot/imported/rugRound_NE.png-a112bafcded1a21b5c128b7b4a7a9560.md5 new file mode 100644 index 0000000..ca30ddf --- /dev/null +++ b/escape-room/godot/imported/rugRound_NE.png-a112bafcded1a21b5c128b7b4a7a9560.md5 @@ -0,0 +1,3 @@ +source_md5="75a1b0258cdeec5f3b53a5fcf256df64" +dest_md5="283e64ba26a3d3ac1248d404f7d7da83" + diff --git a/escape-room/godot/imported/rugRound_NW.png-96dc973c05bb6b91a059880fb7b327a6.ctex b/escape-room/godot/imported/rugRound_NW.png-96dc973c05bb6b91a059880fb7b327a6.ctex new file mode 100644 index 0000000..b0f18a5 Binary files /dev/null and b/escape-room/godot/imported/rugRound_NW.png-96dc973c05bb6b91a059880fb7b327a6.ctex differ diff --git a/escape-room/godot/imported/rugRound_NW.png-96dc973c05bb6b91a059880fb7b327a6.md5 b/escape-room/godot/imported/rugRound_NW.png-96dc973c05bb6b91a059880fb7b327a6.md5 new file mode 100644 index 0000000..eebf3f2 --- /dev/null +++ b/escape-room/godot/imported/rugRound_NW.png-96dc973c05bb6b91a059880fb7b327a6.md5 @@ -0,0 +1,3 @@ +source_md5="d79f61a3eba595ca18ea4e899651729b" +dest_md5="557ce30233eb74290503f2ac1b59a738" + diff --git a/escape-room/godot/imported/rugRound_SE.png-a22add3ab344a106d8f766ae894acb02.ctex b/escape-room/godot/imported/rugRound_SE.png-a22add3ab344a106d8f766ae894acb02.ctex new file mode 100644 index 0000000..a77ba95 Binary files /dev/null and b/escape-room/godot/imported/rugRound_SE.png-a22add3ab344a106d8f766ae894acb02.ctex differ diff --git a/escape-room/godot/imported/rugRound_SE.png-a22add3ab344a106d8f766ae894acb02.md5 b/escape-room/godot/imported/rugRound_SE.png-a22add3ab344a106d8f766ae894acb02.md5 new file mode 100644 index 0000000..c3cc648 --- /dev/null +++ b/escape-room/godot/imported/rugRound_SE.png-a22add3ab344a106d8f766ae894acb02.md5 @@ -0,0 +1,3 @@ +source_md5="53c9ad7e8455f42444da8d3fe31d7d82" +dest_md5="ef4fc4aba1fc089b3f3b2933a52f5823" + diff --git a/escape-room/godot/imported/rugRound_SW.png-e0ae587cc339bbe4b0622eb7ed015991.ctex b/escape-room/godot/imported/rugRound_SW.png-e0ae587cc339bbe4b0622eb7ed015991.ctex new file mode 100644 index 0000000..d890e76 Binary files /dev/null and b/escape-room/godot/imported/rugRound_SW.png-e0ae587cc339bbe4b0622eb7ed015991.ctex differ diff --git a/escape-room/godot/imported/rugRound_SW.png-e0ae587cc339bbe4b0622eb7ed015991.md5 b/escape-room/godot/imported/rugRound_SW.png-e0ae587cc339bbe4b0622eb7ed015991.md5 new file mode 100644 index 0000000..e5a8bed --- /dev/null +++ b/escape-room/godot/imported/rugRound_SW.png-e0ae587cc339bbe4b0622eb7ed015991.md5 @@ -0,0 +1,3 @@ +source_md5="7ed9ca0f45b1ef55bef0d0b2e46be4d6" +dest_md5="e76fa77c2a14ff977f3687774f1c33d7" + diff --git a/escape-room/godot/imported/rugRounded.dae-c9e1e5a0070575a7b34389c4512ad764.md5 b/escape-room/godot/imported/rugRounded.dae-c9e1e5a0070575a7b34389c4512ad764.md5 new file mode 100644 index 0000000..718766c --- /dev/null +++ b/escape-room/godot/imported/rugRounded.dae-c9e1e5a0070575a7b34389c4512ad764.md5 @@ -0,0 +1,3 @@ +source_md5="f1e9e05cc116009b3d09ad2833ba4b96" +dest_md5="ecc13f0ec2a65b30b630b9f07f73732d" + diff --git a/escape-room/godot/imported/rugRounded.dae-c9e1e5a0070575a7b34389c4512ad764.scn b/escape-room/godot/imported/rugRounded.dae-c9e1e5a0070575a7b34389c4512ad764.scn new file mode 100644 index 0000000..080cbdb Binary files /dev/null and b/escape-room/godot/imported/rugRounded.dae-c9e1e5a0070575a7b34389c4512ad764.scn differ diff --git a/escape-room/godot/imported/rugRounded.fbx-06da60b85725e0414ee9f3ec211e6ca3.md5 b/escape-room/godot/imported/rugRounded.fbx-06da60b85725e0414ee9f3ec211e6ca3.md5 new file mode 100644 index 0000000..8de5f5b --- /dev/null +++ b/escape-room/godot/imported/rugRounded.fbx-06da60b85725e0414ee9f3ec211e6ca3.md5 @@ -0,0 +1,3 @@ +source_md5="d141ad8d6429acfba041cb34d4aa31ff" +dest_md5="2beca464986b0debc2426a314a10827f" + diff --git a/escape-room/godot/imported/rugRounded.fbx-06da60b85725e0414ee9f3ec211e6ca3.scn b/escape-room/godot/imported/rugRounded.fbx-06da60b85725e0414ee9f3ec211e6ca3.scn new file mode 100644 index 0000000..84917a8 Binary files /dev/null and b/escape-room/godot/imported/rugRounded.fbx-06da60b85725e0414ee9f3ec211e6ca3.scn differ diff --git a/escape-room/godot/imported/rugRounded.glb-c1cc018803fae40fee2a1970f33cd550.md5 b/escape-room/godot/imported/rugRounded.glb-c1cc018803fae40fee2a1970f33cd550.md5 new file mode 100644 index 0000000..544bf08 --- /dev/null +++ b/escape-room/godot/imported/rugRounded.glb-c1cc018803fae40fee2a1970f33cd550.md5 @@ -0,0 +1,3 @@ +source_md5="398aa23feef5b617013f85e472dd2c25" +dest_md5="901b07ac76b6739114015d354459699e" + diff --git a/escape-room/godot/imported/rugRounded.glb-c1cc018803fae40fee2a1970f33cd550.scn b/escape-room/godot/imported/rugRounded.glb-c1cc018803fae40fee2a1970f33cd550.scn new file mode 100644 index 0000000..d758852 Binary files /dev/null and b/escape-room/godot/imported/rugRounded.glb-c1cc018803fae40fee2a1970f33cd550.scn differ diff --git a/escape-room/godot/imported/rugRounded.obj-6ff85e4696f73dcd9f487842ab76bf6b.md5 b/escape-room/godot/imported/rugRounded.obj-6ff85e4696f73dcd9f487842ab76bf6b.md5 new file mode 100644 index 0000000..3647f83 --- /dev/null +++ b/escape-room/godot/imported/rugRounded.obj-6ff85e4696f73dcd9f487842ab76bf6b.md5 @@ -0,0 +1,3 @@ +source_md5="e16b8789b81278b8cb47f916332fc8db" +dest_md5="e30189992a1be30bd6a4c809e086e41f" + diff --git a/escape-room/godot/imported/rugRounded.obj-6ff85e4696f73dcd9f487842ab76bf6b.mesh b/escape-room/godot/imported/rugRounded.obj-6ff85e4696f73dcd9f487842ab76bf6b.mesh new file mode 100644 index 0000000..95b60d5 Binary files /dev/null and b/escape-room/godot/imported/rugRounded.obj-6ff85e4696f73dcd9f487842ab76bf6b.mesh differ diff --git a/escape-room/godot/imported/rugRounded.png-a22d9c0ec92bd9805d65aeaf4c074dba.ctex b/escape-room/godot/imported/rugRounded.png-a22d9c0ec92bd9805d65aeaf4c074dba.ctex new file mode 100644 index 0000000..20e92d5 Binary files /dev/null and b/escape-room/godot/imported/rugRounded.png-a22d9c0ec92bd9805d65aeaf4c074dba.ctex differ diff --git a/escape-room/godot/imported/rugRounded.png-a22d9c0ec92bd9805d65aeaf4c074dba.md5 b/escape-room/godot/imported/rugRounded.png-a22d9c0ec92bd9805d65aeaf4c074dba.md5 new file mode 100644 index 0000000..601df2f --- /dev/null +++ b/escape-room/godot/imported/rugRounded.png-a22d9c0ec92bd9805d65aeaf4c074dba.md5 @@ -0,0 +1,3 @@ +source_md5="db30dc375450622472ad029c563ab404" +dest_md5="708c12f6ac7448cc08780597d6c86011" + diff --git a/escape-room/godot/imported/rugRounded_NE.png-84eaac3b90ef9cda0be3df3aa74310fe.ctex b/escape-room/godot/imported/rugRounded_NE.png-84eaac3b90ef9cda0be3df3aa74310fe.ctex new file mode 100644 index 0000000..9dad187 Binary files /dev/null and b/escape-room/godot/imported/rugRounded_NE.png-84eaac3b90ef9cda0be3df3aa74310fe.ctex differ diff --git a/escape-room/godot/imported/rugRounded_NE.png-84eaac3b90ef9cda0be3df3aa74310fe.md5 b/escape-room/godot/imported/rugRounded_NE.png-84eaac3b90ef9cda0be3df3aa74310fe.md5 new file mode 100644 index 0000000..4f55cca --- /dev/null +++ b/escape-room/godot/imported/rugRounded_NE.png-84eaac3b90ef9cda0be3df3aa74310fe.md5 @@ -0,0 +1,3 @@ +source_md5="1e18bfe956eb9d6ff5e37e9228f4eb51" +dest_md5="b79980a92d375f73727c08a1037c24a5" + diff --git a/escape-room/godot/imported/rugRounded_NW.png-84274c30789380f6b56a9782189f94ba.ctex b/escape-room/godot/imported/rugRounded_NW.png-84274c30789380f6b56a9782189f94ba.ctex new file mode 100644 index 0000000..fae1fc3 Binary files /dev/null and b/escape-room/godot/imported/rugRounded_NW.png-84274c30789380f6b56a9782189f94ba.ctex differ diff --git a/escape-room/godot/imported/rugRounded_NW.png-84274c30789380f6b56a9782189f94ba.md5 b/escape-room/godot/imported/rugRounded_NW.png-84274c30789380f6b56a9782189f94ba.md5 new file mode 100644 index 0000000..50bdc76 --- /dev/null +++ b/escape-room/godot/imported/rugRounded_NW.png-84274c30789380f6b56a9782189f94ba.md5 @@ -0,0 +1,3 @@ +source_md5="2b9f0464e294f8b42ae20cec2948b1f0" +dest_md5="d6a517d432fe10d6d256aa70d9cc7f34" + diff --git a/escape-room/godot/imported/rugRounded_SE.png-45a79e63f2b83c32dfb5bc2c8e24f914.ctex b/escape-room/godot/imported/rugRounded_SE.png-45a79e63f2b83c32dfb5bc2c8e24f914.ctex new file mode 100644 index 0000000..d48aeed Binary files /dev/null and b/escape-room/godot/imported/rugRounded_SE.png-45a79e63f2b83c32dfb5bc2c8e24f914.ctex differ diff --git a/escape-room/godot/imported/rugRounded_SE.png-45a79e63f2b83c32dfb5bc2c8e24f914.md5 b/escape-room/godot/imported/rugRounded_SE.png-45a79e63f2b83c32dfb5bc2c8e24f914.md5 new file mode 100644 index 0000000..d45fb31 --- /dev/null +++ b/escape-room/godot/imported/rugRounded_SE.png-45a79e63f2b83c32dfb5bc2c8e24f914.md5 @@ -0,0 +1,3 @@ +source_md5="e84da9ea83bc62945d16ac06c62a5707" +dest_md5="30ae0e73324684e5e2732ff9eead0112" + diff --git a/escape-room/godot/imported/rugRounded_SW.png-a173464c89ae72c4da7ec1b2ce39c2dc.ctex b/escape-room/godot/imported/rugRounded_SW.png-a173464c89ae72c4da7ec1b2ce39c2dc.ctex new file mode 100644 index 0000000..a40ed68 Binary files /dev/null and b/escape-room/godot/imported/rugRounded_SW.png-a173464c89ae72c4da7ec1b2ce39c2dc.ctex differ diff --git a/escape-room/godot/imported/rugRounded_SW.png-a173464c89ae72c4da7ec1b2ce39c2dc.md5 b/escape-room/godot/imported/rugRounded_SW.png-a173464c89ae72c4da7ec1b2ce39c2dc.md5 new file mode 100644 index 0000000..dbac1a9 --- /dev/null +++ b/escape-room/godot/imported/rugRounded_SW.png-a173464c89ae72c4da7ec1b2ce39c2dc.md5 @@ -0,0 +1,3 @@ +source_md5="67f6eccc3e7776bcdeec890bd4371de9" +dest_md5="80fca120b27475bcc27ec461210ab5c6" + diff --git a/escape-room/godot/imported/rugSquare.dae-004a3f5f0c1f118cddf4855691d4fd67.md5 b/escape-room/godot/imported/rugSquare.dae-004a3f5f0c1f118cddf4855691d4fd67.md5 new file mode 100644 index 0000000..b1fd7b3 --- /dev/null +++ b/escape-room/godot/imported/rugSquare.dae-004a3f5f0c1f118cddf4855691d4fd67.md5 @@ -0,0 +1,3 @@ +source_md5="011c0005f34455d697aa7f83dec59981" +dest_md5="b1eba3a857658fd240eefbc32e5b2135" + diff --git a/escape-room/godot/imported/rugSquare.dae-004a3f5f0c1f118cddf4855691d4fd67.scn b/escape-room/godot/imported/rugSquare.dae-004a3f5f0c1f118cddf4855691d4fd67.scn new file mode 100644 index 0000000..1f5edf3 Binary files /dev/null and b/escape-room/godot/imported/rugSquare.dae-004a3f5f0c1f118cddf4855691d4fd67.scn differ diff --git a/escape-room/godot/imported/rugSquare.fbx-58e5b5ce3f3c3a6f1d405aaea9ddefbe.md5 b/escape-room/godot/imported/rugSquare.fbx-58e5b5ce3f3c3a6f1d405aaea9ddefbe.md5 new file mode 100644 index 0000000..c06ccdd --- /dev/null +++ b/escape-room/godot/imported/rugSquare.fbx-58e5b5ce3f3c3a6f1d405aaea9ddefbe.md5 @@ -0,0 +1,3 @@ +source_md5="3a09c6f02d7edfb70e6fbdc2de7b07da" +dest_md5="40d212c974ac86d24f9ad87f3bff3d8a" + diff --git a/escape-room/godot/imported/rugSquare.fbx-58e5b5ce3f3c3a6f1d405aaea9ddefbe.scn b/escape-room/godot/imported/rugSquare.fbx-58e5b5ce3f3c3a6f1d405aaea9ddefbe.scn new file mode 100644 index 0000000..66a1984 Binary files /dev/null and b/escape-room/godot/imported/rugSquare.fbx-58e5b5ce3f3c3a6f1d405aaea9ddefbe.scn differ diff --git a/escape-room/godot/imported/rugSquare.glb-41e46136390b394a4a6c9598c3c3566e.md5 b/escape-room/godot/imported/rugSquare.glb-41e46136390b394a4a6c9598c3c3566e.md5 new file mode 100644 index 0000000..4973b98 --- /dev/null +++ b/escape-room/godot/imported/rugSquare.glb-41e46136390b394a4a6c9598c3c3566e.md5 @@ -0,0 +1,3 @@ +source_md5="ca6e11badce807b3759112d237ab2887" +dest_md5="a3bb5272346dd34b4118788e7f7d7edc" + diff --git a/escape-room/godot/imported/rugSquare.glb-41e46136390b394a4a6c9598c3c3566e.scn b/escape-room/godot/imported/rugSquare.glb-41e46136390b394a4a6c9598c3c3566e.scn new file mode 100644 index 0000000..6970b35 Binary files /dev/null and b/escape-room/godot/imported/rugSquare.glb-41e46136390b394a4a6c9598c3c3566e.scn differ diff --git a/escape-room/godot/imported/rugSquare.obj-a1ee8ff39a4d4a3985203b9ad3324530.md5 b/escape-room/godot/imported/rugSquare.obj-a1ee8ff39a4d4a3985203b9ad3324530.md5 new file mode 100644 index 0000000..0dea519 --- /dev/null +++ b/escape-room/godot/imported/rugSquare.obj-a1ee8ff39a4d4a3985203b9ad3324530.md5 @@ -0,0 +1,3 @@ +source_md5="7503658a859116ddaab55fb3fc82df56" +dest_md5="1565ad042caba2d9d523e8575e5b41d9" + diff --git a/escape-room/godot/imported/rugSquare.obj-a1ee8ff39a4d4a3985203b9ad3324530.mesh b/escape-room/godot/imported/rugSquare.obj-a1ee8ff39a4d4a3985203b9ad3324530.mesh new file mode 100644 index 0000000..7fe57b1 Binary files /dev/null and b/escape-room/godot/imported/rugSquare.obj-a1ee8ff39a4d4a3985203b9ad3324530.mesh differ diff --git a/escape-room/godot/imported/rugSquare.png-1d4f3b11a6c3bd45c26dedf90ee5ae54.ctex b/escape-room/godot/imported/rugSquare.png-1d4f3b11a6c3bd45c26dedf90ee5ae54.ctex new file mode 100644 index 0000000..ad03f34 Binary files /dev/null and b/escape-room/godot/imported/rugSquare.png-1d4f3b11a6c3bd45c26dedf90ee5ae54.ctex differ diff --git a/escape-room/godot/imported/rugSquare.png-1d4f3b11a6c3bd45c26dedf90ee5ae54.md5 b/escape-room/godot/imported/rugSquare.png-1d4f3b11a6c3bd45c26dedf90ee5ae54.md5 new file mode 100644 index 0000000..b05a0df --- /dev/null +++ b/escape-room/godot/imported/rugSquare.png-1d4f3b11a6c3bd45c26dedf90ee5ae54.md5 @@ -0,0 +1,3 @@ +source_md5="adc8e9aa19d7ed287867b15feb7b103f" +dest_md5="ffb32ba63a58b7f20a312b2b64b54040" + diff --git a/escape-room/godot/imported/rugSquare_NE.png-25be197e5671fe5bf4b05ccbce64a0fc.ctex b/escape-room/godot/imported/rugSquare_NE.png-25be197e5671fe5bf4b05ccbce64a0fc.ctex new file mode 100644 index 0000000..b81ff64 Binary files /dev/null and b/escape-room/godot/imported/rugSquare_NE.png-25be197e5671fe5bf4b05ccbce64a0fc.ctex differ diff --git a/escape-room/godot/imported/rugSquare_NE.png-25be197e5671fe5bf4b05ccbce64a0fc.md5 b/escape-room/godot/imported/rugSquare_NE.png-25be197e5671fe5bf4b05ccbce64a0fc.md5 new file mode 100644 index 0000000..190ecc3 --- /dev/null +++ b/escape-room/godot/imported/rugSquare_NE.png-25be197e5671fe5bf4b05ccbce64a0fc.md5 @@ -0,0 +1,3 @@ +source_md5="3a075466736a1b7c84434955a5c082e2" +dest_md5="a6765a1f31dc150559ca1dbfab2cded5" + diff --git a/escape-room/godot/imported/rugSquare_NW.png-224e218ea5f37ddd54b3d88d04720300.ctex b/escape-room/godot/imported/rugSquare_NW.png-224e218ea5f37ddd54b3d88d04720300.ctex new file mode 100644 index 0000000..ff728c6 Binary files /dev/null and b/escape-room/godot/imported/rugSquare_NW.png-224e218ea5f37ddd54b3d88d04720300.ctex differ diff --git a/escape-room/godot/imported/rugSquare_NW.png-224e218ea5f37ddd54b3d88d04720300.md5 b/escape-room/godot/imported/rugSquare_NW.png-224e218ea5f37ddd54b3d88d04720300.md5 new file mode 100644 index 0000000..bc75b33 --- /dev/null +++ b/escape-room/godot/imported/rugSquare_NW.png-224e218ea5f37ddd54b3d88d04720300.md5 @@ -0,0 +1,3 @@ +source_md5="90dffde740fcebec14748606d7da094d" +dest_md5="7a34abcbc3614296af9992f3096a8d56" + diff --git a/escape-room/godot/imported/rugSquare_SE.png-42ec082d7a913b464d36f167fb244553.ctex b/escape-room/godot/imported/rugSquare_SE.png-42ec082d7a913b464d36f167fb244553.ctex new file mode 100644 index 0000000..57d2582 Binary files /dev/null and b/escape-room/godot/imported/rugSquare_SE.png-42ec082d7a913b464d36f167fb244553.ctex differ diff --git a/escape-room/godot/imported/rugSquare_SE.png-42ec082d7a913b464d36f167fb244553.md5 b/escape-room/godot/imported/rugSquare_SE.png-42ec082d7a913b464d36f167fb244553.md5 new file mode 100644 index 0000000..7ae0176 --- /dev/null +++ b/escape-room/godot/imported/rugSquare_SE.png-42ec082d7a913b464d36f167fb244553.md5 @@ -0,0 +1,3 @@ +source_md5="275af0d1262dfa0bb14ab40ce1a602c8" +dest_md5="c34b683df278c1b4a3154e88e525aebb" + diff --git a/escape-room/godot/imported/rugSquare_SW.png-f51c48702fb704ecc7aee59dd72906b5.ctex b/escape-room/godot/imported/rugSquare_SW.png-f51c48702fb704ecc7aee59dd72906b5.ctex new file mode 100644 index 0000000..47c766e Binary files /dev/null and b/escape-room/godot/imported/rugSquare_SW.png-f51c48702fb704ecc7aee59dd72906b5.ctex differ diff --git a/escape-room/godot/imported/rugSquare_SW.png-f51c48702fb704ecc7aee59dd72906b5.md5 b/escape-room/godot/imported/rugSquare_SW.png-f51c48702fb704ecc7aee59dd72906b5.md5 new file mode 100644 index 0000000..436d747 --- /dev/null +++ b/escape-room/godot/imported/rugSquare_SW.png-f51c48702fb704ecc7aee59dd72906b5.md5 @@ -0,0 +1,3 @@ +source_md5="d3b8e0de19d7aa0e333e775bd1653330" +dest_md5="9d8cf747c77eb30fba93db35289fd90d" + diff --git a/escape-room/godot/imported/rumble.svg-104961f6551a931675972887ab17d2bc.ctex b/escape-room/godot/imported/rumble.svg-104961f6551a931675972887ab17d2bc.ctex new file mode 100644 index 0000000..924680b Binary files /dev/null and b/escape-room/godot/imported/rumble.svg-104961f6551a931675972887ab17d2bc.ctex differ diff --git a/escape-room/godot/imported/rumble.svg-104961f6551a931675972887ab17d2bc.md5 b/escape-room/godot/imported/rumble.svg-104961f6551a931675972887ab17d2bc.md5 new file mode 100644 index 0000000..88f8be4 --- /dev/null +++ b/escape-room/godot/imported/rumble.svg-104961f6551a931675972887ab17d2bc.md5 @@ -0,0 +1,3 @@ +source_md5="b9ac72a7e4163c7ea917d3840a8c003e" +dest_md5="3ad8ac82090b3ecb910c54fd66fcdf64" + diff --git a/escape-room/godot/imported/run.fbx-bd4f3e596c34574b1f60113850bef66d.md5 b/escape-room/godot/imported/run.fbx-bd4f3e596c34574b1f60113850bef66d.md5 new file mode 100644 index 0000000..9cd3cd7 --- /dev/null +++ b/escape-room/godot/imported/run.fbx-bd4f3e596c34574b1f60113850bef66d.md5 @@ -0,0 +1,3 @@ +source_md5="e54392f9fbb0ee5ed2b31f13985bc696" +dest_md5="0b0173a8c92ef4189cc75e103bf0446e" + diff --git a/escape-room/godot/imported/run.fbx-bd4f3e596c34574b1f60113850bef66d.scn b/escape-room/godot/imported/run.fbx-bd4f3e596c34574b1f60113850bef66d.scn new file mode 100644 index 0000000..2a30adc Binary files /dev/null and b/escape-room/godot/imported/run.fbx-bd4f3e596c34574b1f60113850bef66d.scn differ diff --git a/escape-room/godot/imported/sacrifice table Texture.png-9000f0eb17d0007597288d3802c1f478.ctex b/escape-room/godot/imported/sacrifice table Texture.png-9000f0eb17d0007597288d3802c1f478.ctex new file mode 100644 index 0000000..ab6ea42 Binary files /dev/null and b/escape-room/godot/imported/sacrifice table Texture.png-9000f0eb17d0007597288d3802c1f478.ctex differ diff --git a/escape-room/godot/imported/sacrifice table Texture.png-9000f0eb17d0007597288d3802c1f478.md5 b/escape-room/godot/imported/sacrifice table Texture.png-9000f0eb17d0007597288d3802c1f478.md5 new file mode 100644 index 0000000..c864bd9 --- /dev/null +++ b/escape-room/godot/imported/sacrifice table Texture.png-9000f0eb17d0007597288d3802c1f478.md5 @@ -0,0 +1,3 @@ +source_md5="cbf7c44cd86ae41cfde174ad90f65f3b" +dest_md5="0e14ad1181c8482f6f37da2ba9ace062" + diff --git a/escape-room/godot/imported/sacrifice table Texture.png-b57313b56844b87382c35260465045c2.ctex b/escape-room/godot/imported/sacrifice table Texture.png-b57313b56844b87382c35260465045c2.ctex new file mode 100644 index 0000000..ab6ea42 Binary files /dev/null and b/escape-room/godot/imported/sacrifice table Texture.png-b57313b56844b87382c35260465045c2.ctex differ diff --git a/escape-room/godot/imported/sacrifice table Texture.png-b57313b56844b87382c35260465045c2.md5 b/escape-room/godot/imported/sacrifice table Texture.png-b57313b56844b87382c35260465045c2.md5 new file mode 100644 index 0000000..c864bd9 --- /dev/null +++ b/escape-room/godot/imported/sacrifice table Texture.png-b57313b56844b87382c35260465045c2.md5 @@ -0,0 +1,3 @@ +source_md5="cbf7c44cd86ae41cfde174ad90f65f3b" +dest_md5="0e14ad1181c8482f6f37da2ba9ace062" + diff --git a/escape-room/godot/imported/sacrifice table Texture.png-d4abd02bf4d182cd0ee269b86e452f6b.ctex b/escape-room/godot/imported/sacrifice table Texture.png-d4abd02bf4d182cd0ee269b86e452f6b.ctex new file mode 100644 index 0000000..ab6ea42 Binary files /dev/null and b/escape-room/godot/imported/sacrifice table Texture.png-d4abd02bf4d182cd0ee269b86e452f6b.ctex differ diff --git a/escape-room/godot/imported/sacrifice table Texture.png-d4abd02bf4d182cd0ee269b86e452f6b.md5 b/escape-room/godot/imported/sacrifice table Texture.png-d4abd02bf4d182cd0ee269b86e452f6b.md5 new file mode 100644 index 0000000..c864bd9 --- /dev/null +++ b/escape-room/godot/imported/sacrifice table Texture.png-d4abd02bf4d182cd0ee269b86e452f6b.md5 @@ -0,0 +1,3 @@ +source_md5="cbf7c44cd86ae41cfde174ad90f65f3b" +dest_md5="0e14ad1181c8482f6f37da2ba9ace062" + diff --git a/escape-room/godot/imported/sacrifice table-977d2c66242ce8568edaff2f418f1152.bin b/escape-room/godot/imported/sacrifice table-977d2c66242ce8568edaff2f418f1152.bin new file mode 100644 index 0000000..c0315f3 Binary files /dev/null and b/escape-room/godot/imported/sacrifice table-977d2c66242ce8568edaff2f418f1152.bin differ diff --git a/escape-room/godot/imported/sacrifice table-977d2c66242ce8568edaff2f418f1152.gltf b/escape-room/godot/imported/sacrifice table-977d2c66242ce8568edaff2f418f1152.gltf new file mode 100644 index 0000000..44d91df --- /dev/null +++ b/escape-room/godot/imported/sacrifice table-977d2c66242ce8568edaff2f418f1152.gltf @@ -0,0 +1,255 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":5.031710810179276, + "type":"point", + "name":"Lamp" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":1.1325656175613403, + "type":"directional", + "name":"Spot.001" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3 + ] + } + ], + "nodes":[ + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp", + "rotation":[ + -0.7071068286895752, + 0, + 0, + 0.7071068286895752 + ], + "translation":[ + 0, + 3.025608539581299, + 0 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.3256660997867584, + 0.2359839230775833, + -0.07421253621578217, + 0.9125490188598633 + ], + "scale":[ + 0.40000003576278687, + 0.3999999761581421, + 0.3999999761581421 + ], + "translation":[ + 2.381220817565918, + 3.8825483322143555, + 3.29746675491333 + ] + }, + { + "mesh":0, + "name":"Sacrifice Table", + "rotation":[ + 0, + 0.7071068286895752, + 0.7071068286895752, + 3.0250081550775576e-08 + ], + "scale":[ + 0.08400001376867294, + 0.08400001376867294, + 0.08400001376867294 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.21205638349056244, + 0.3869099020957947, + 0.08579304069280624, + 0.893293023109436 + ], + "scale":[ + 0.4000000059604645, + 0.4000000059604645, + 0.3999999463558197 + ], + "translation":[ + 3.012119770050049, + 2.22998309135437, + 2.5145106315612793 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.736261585933955, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Sacrifice Table", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":612, + "max":[ + 14.186666488647461, + 7.0438103675842285, + 15.236732482910156 + ], + "min":[ + -14.186665534973145, + -7.043810844421387, + -4.76837158203125e-07 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":612, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":612, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":612, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":948, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":7344, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":7344, + "byteOffset":7344, + "target":34962 + }, + { + "buffer":0, + "byteLength":4896, + "byteOffset":14688, + "target":34962 + }, + { + "buffer":0, + "byteLength":9792, + "byteOffset":19584, + "target":34962 + }, + { + "buffer":0, + "byteLength":1896, + "byteOffset":29376, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":31272, + "uri":"sacrifice%20table-977d2c66242ce8568edaff2f418f1152.bin" + } + ] +} diff --git a/escape-room/godot/imported/sacrifice table.blend-977d2c66242ce8568edaff2f418f1152.md5 b/escape-room/godot/imported/sacrifice table.blend-977d2c66242ce8568edaff2f418f1152.md5 new file mode 100644 index 0000000..7f99cfd --- /dev/null +++ b/escape-room/godot/imported/sacrifice table.blend-977d2c66242ce8568edaff2f418f1152.md5 @@ -0,0 +1,3 @@ +source_md5="5252324069631a9fa1301a75943d5637" +dest_md5="3a10965439885428da0b65b4d61b2fe3" + diff --git a/escape-room/godot/imported/sacrifice table.blend-977d2c66242ce8568edaff2f418f1152.scn b/escape-room/godot/imported/sacrifice table.blend-977d2c66242ce8568edaff2f418f1152.scn new file mode 100644 index 0000000..96f512f Binary files /dev/null and b/escape-room/godot/imported/sacrifice table.blend-977d2c66242ce8568edaff2f418f1152.scn differ diff --git a/escape-room/godot/imported/scifichess-bishop.obj-efddcde0b4b4fc852ab64041cf54375a.md5 b/escape-room/godot/imported/scifichess-bishop.obj-efddcde0b4b4fc852ab64041cf54375a.md5 new file mode 100644 index 0000000..4564eec --- /dev/null +++ b/escape-room/godot/imported/scifichess-bishop.obj-efddcde0b4b4fc852ab64041cf54375a.md5 @@ -0,0 +1,3 @@ +source_md5="c69fe2d2e60b603dafb80a5a48e0def8" +dest_md5="66f4db39df39db604f0bf419fa20c785" + diff --git a/escape-room/godot/imported/scifichess-bishop.obj-efddcde0b4b4fc852ab64041cf54375a.mesh b/escape-room/godot/imported/scifichess-bishop.obj-efddcde0b4b4fc852ab64041cf54375a.mesh new file mode 100644 index 0000000..7564ab3 Binary files /dev/null and b/escape-room/godot/imported/scifichess-bishop.obj-efddcde0b4b4fc852ab64041cf54375a.mesh differ diff --git a/escape-room/godot/imported/scifichess-king.obj-eccc72afc3e8e0658f72aac639e86d61.md5 b/escape-room/godot/imported/scifichess-king.obj-eccc72afc3e8e0658f72aac639e86d61.md5 new file mode 100644 index 0000000..a638d4d --- /dev/null +++ b/escape-room/godot/imported/scifichess-king.obj-eccc72afc3e8e0658f72aac639e86d61.md5 @@ -0,0 +1,3 @@ +source_md5="a5feae32ae8538aa4c376dfae49e683b" +dest_md5="81611abea0db9fcc6c1672d44c9d7c5f" + diff --git a/escape-room/godot/imported/scifichess-king.obj-eccc72afc3e8e0658f72aac639e86d61.mesh b/escape-room/godot/imported/scifichess-king.obj-eccc72afc3e8e0658f72aac639e86d61.mesh new file mode 100644 index 0000000..5f73819 Binary files /dev/null and b/escape-room/godot/imported/scifichess-king.obj-eccc72afc3e8e0658f72aac639e86d61.mesh differ diff --git a/escape-room/godot/imported/scifichess-knight.obj-ebfd833573b82083e7ad30fa511b3180.md5 b/escape-room/godot/imported/scifichess-knight.obj-ebfd833573b82083e7ad30fa511b3180.md5 new file mode 100644 index 0000000..6b88775 --- /dev/null +++ b/escape-room/godot/imported/scifichess-knight.obj-ebfd833573b82083e7ad30fa511b3180.md5 @@ -0,0 +1,3 @@ +source_md5="05d6cd34d85ae50456b6f4a0fcaf6db7" +dest_md5="73e0950c06f65c39a718cb99f5782e0e" + diff --git a/escape-room/godot/imported/scifichess-knight.obj-ebfd833573b82083e7ad30fa511b3180.mesh b/escape-room/godot/imported/scifichess-knight.obj-ebfd833573b82083e7ad30fa511b3180.mesh new file mode 100644 index 0000000..03fd093 Binary files /dev/null and b/escape-room/godot/imported/scifichess-knight.obj-ebfd833573b82083e7ad30fa511b3180.mesh differ diff --git a/escape-room/godot/imported/scifichess-pawn.obj-6947e135d349774e8028eb65873facbf.md5 b/escape-room/godot/imported/scifichess-pawn.obj-6947e135d349774e8028eb65873facbf.md5 new file mode 100644 index 0000000..d878ea7 --- /dev/null +++ b/escape-room/godot/imported/scifichess-pawn.obj-6947e135d349774e8028eb65873facbf.md5 @@ -0,0 +1,3 @@ +source_md5="d0d7c0bf3c5c8520a57536dcdb42caa2" +dest_md5="974631c3a49d2143cba6207794f41808" + diff --git a/escape-room/godot/imported/scifichess-pawn.obj-6947e135d349774e8028eb65873facbf.mesh b/escape-room/godot/imported/scifichess-pawn.obj-6947e135d349774e8028eb65873facbf.mesh new file mode 100644 index 0000000..61f319d Binary files /dev/null and b/escape-room/godot/imported/scifichess-pawn.obj-6947e135d349774e8028eb65873facbf.mesh differ diff --git a/escape-room/godot/imported/scifichess-queen.obj-e32a972326ac85ab556d38c524491c19.md5 b/escape-room/godot/imported/scifichess-queen.obj-e32a972326ac85ab556d38c524491c19.md5 new file mode 100644 index 0000000..9d23263 --- /dev/null +++ b/escape-room/godot/imported/scifichess-queen.obj-e32a972326ac85ab556d38c524491c19.md5 @@ -0,0 +1,3 @@ +source_md5="d74113a6f8b5c5522064eef530cb222f" +dest_md5="975e5d8b00842e5d63f6f71af074684a" + diff --git a/escape-room/godot/imported/scifichess-queen.obj-e32a972326ac85ab556d38c524491c19.mesh b/escape-room/godot/imported/scifichess-queen.obj-e32a972326ac85ab556d38c524491c19.mesh new file mode 100644 index 0000000..3109f02 Binary files /dev/null and b/escape-room/godot/imported/scifichess-queen.obj-e32a972326ac85ab556d38c524491c19.mesh differ diff --git a/escape-room/godot/imported/scifichess-rook.obj-ac62ff1384057c88d81b1cc99bd9b7c3.md5 b/escape-room/godot/imported/scifichess-rook.obj-ac62ff1384057c88d81b1cc99bd9b7c3.md5 new file mode 100644 index 0000000..822bb06 --- /dev/null +++ b/escape-room/godot/imported/scifichess-rook.obj-ac62ff1384057c88d81b1cc99bd9b7c3.md5 @@ -0,0 +1,3 @@ +source_md5="8ba3da71be3d8d79977c7b144c446b16" +dest_md5="8d5657561fff99b9a37ad47582e46bdf" + diff --git a/escape-room/godot/imported/scifichess-rook.obj-ac62ff1384057c88d81b1cc99bd9b7c3.mesh b/escape-room/godot/imported/scifichess-rook.obj-ac62ff1384057c88d81b1cc99bd9b7c3.mesh new file mode 100644 index 0000000..11f7f67 Binary files /dev/null and b/escape-room/godot/imported/scifichess-rook.obj-ac62ff1384057c88d81b1cc99bd9b7c3.mesh differ diff --git a/escape-room/godot/imported/showcase.png-f077a6849aab672f5a5e5df7a9132681.ctex b/escape-room/godot/imported/showcase.png-f077a6849aab672f5a5e5df7a9132681.ctex new file mode 100644 index 0000000..6e0f833 Binary files /dev/null and b/escape-room/godot/imported/showcase.png-f077a6849aab672f5a5e5df7a9132681.ctex differ diff --git a/escape-room/godot/imported/showcase.png-f077a6849aab672f5a5e5df7a9132681.md5 b/escape-room/godot/imported/showcase.png-f077a6849aab672f5a5e5df7a9132681.md5 new file mode 100644 index 0000000..97acd1b --- /dev/null +++ b/escape-room/godot/imported/showcase.png-f077a6849aab672f5a5e5df7a9132681.md5 @@ -0,0 +1,3 @@ +source_md5="76c471281ea915aef0229ebcef387d25" +dest_md5="5ac6d48777b2b4a161bda56f97ef4929" + diff --git a/escape-room/godot/imported/shower.dae-f46c2664073d40c6327945641c519879.md5 b/escape-room/godot/imported/shower.dae-f46c2664073d40c6327945641c519879.md5 new file mode 100644 index 0000000..c282de9 --- /dev/null +++ b/escape-room/godot/imported/shower.dae-f46c2664073d40c6327945641c519879.md5 @@ -0,0 +1,3 @@ +source_md5="13801b5c41a8924ddd5a8853add4e93b" +dest_md5="fa33a58f75f3ec52257299c42457fad9" + diff --git a/escape-room/godot/imported/shower.dae-f46c2664073d40c6327945641c519879.scn b/escape-room/godot/imported/shower.dae-f46c2664073d40c6327945641c519879.scn new file mode 100644 index 0000000..1ff2c2d Binary files /dev/null and b/escape-room/godot/imported/shower.dae-f46c2664073d40c6327945641c519879.scn differ diff --git a/escape-room/godot/imported/shower.fbx-99b2461f732c30ea1e984e22d8ad6dbc.md5 b/escape-room/godot/imported/shower.fbx-99b2461f732c30ea1e984e22d8ad6dbc.md5 new file mode 100644 index 0000000..a93fc43 --- /dev/null +++ b/escape-room/godot/imported/shower.fbx-99b2461f732c30ea1e984e22d8ad6dbc.md5 @@ -0,0 +1,3 @@ +source_md5="6d7dd88308aa7913ee4fdadefabb51dc" +dest_md5="a207f8910733c20caf58418b66272c8b" + diff --git a/escape-room/godot/imported/shower.fbx-99b2461f732c30ea1e984e22d8ad6dbc.scn b/escape-room/godot/imported/shower.fbx-99b2461f732c30ea1e984e22d8ad6dbc.scn new file mode 100644 index 0000000..f929876 Binary files /dev/null and b/escape-room/godot/imported/shower.fbx-99b2461f732c30ea1e984e22d8ad6dbc.scn differ diff --git a/escape-room/godot/imported/shower.glb-790001c8c355ed5f462c387adbd61e1a.md5 b/escape-room/godot/imported/shower.glb-790001c8c355ed5f462c387adbd61e1a.md5 new file mode 100644 index 0000000..2910afd --- /dev/null +++ b/escape-room/godot/imported/shower.glb-790001c8c355ed5f462c387adbd61e1a.md5 @@ -0,0 +1,3 @@ +source_md5="3917957da6ea4c625222a4055d2528ed" +dest_md5="aaa27602d2b1ceee1bf7bb7439e6a4aa" + diff --git a/escape-room/godot/imported/shower.glb-790001c8c355ed5f462c387adbd61e1a.scn b/escape-room/godot/imported/shower.glb-790001c8c355ed5f462c387adbd61e1a.scn new file mode 100644 index 0000000..6044306 Binary files /dev/null and b/escape-room/godot/imported/shower.glb-790001c8c355ed5f462c387adbd61e1a.scn differ diff --git a/escape-room/godot/imported/shower.obj-07d56eaceafefe24dac1c7e1ce6e9bc5.md5 b/escape-room/godot/imported/shower.obj-07d56eaceafefe24dac1c7e1ce6e9bc5.md5 new file mode 100644 index 0000000..b8621b2 --- /dev/null +++ b/escape-room/godot/imported/shower.obj-07d56eaceafefe24dac1c7e1ce6e9bc5.md5 @@ -0,0 +1,3 @@ +source_md5="f6c03799b3caea7e99ae6413a9680ade" +dest_md5="6779d31a808795585463205aceebb3dc" + diff --git a/escape-room/godot/imported/shower.obj-07d56eaceafefe24dac1c7e1ce6e9bc5.mesh b/escape-room/godot/imported/shower.obj-07d56eaceafefe24dac1c7e1ce6e9bc5.mesh new file mode 100644 index 0000000..3d7e351 Binary files /dev/null and b/escape-room/godot/imported/shower.obj-07d56eaceafefe24dac1c7e1ce6e9bc5.mesh differ diff --git a/escape-room/godot/imported/shower.png-27ca53912c1a02a6e4abce859c1116c7.ctex b/escape-room/godot/imported/shower.png-27ca53912c1a02a6e4abce859c1116c7.ctex new file mode 100644 index 0000000..d3683d5 Binary files /dev/null and b/escape-room/godot/imported/shower.png-27ca53912c1a02a6e4abce859c1116c7.ctex differ diff --git a/escape-room/godot/imported/shower.png-27ca53912c1a02a6e4abce859c1116c7.md5 b/escape-room/godot/imported/shower.png-27ca53912c1a02a6e4abce859c1116c7.md5 new file mode 100644 index 0000000..d4642c2 --- /dev/null +++ b/escape-room/godot/imported/shower.png-27ca53912c1a02a6e4abce859c1116c7.md5 @@ -0,0 +1,3 @@ +source_md5="42d17f7928f96c7db18b6934c456cdd3" +dest_md5="38a50c9d0cb1b592f3e26ecba8f13897" + diff --git a/escape-room/godot/imported/showerRound.dae-7050d6066dade9c9547647d7092c4d5a.md5 b/escape-room/godot/imported/showerRound.dae-7050d6066dade9c9547647d7092c4d5a.md5 new file mode 100644 index 0000000..22c73d2 --- /dev/null +++ b/escape-room/godot/imported/showerRound.dae-7050d6066dade9c9547647d7092c4d5a.md5 @@ -0,0 +1,3 @@ +source_md5="70ea1fc7e5297596504e7d1b8382393e" +dest_md5="d6d1e6826db7e622948f892ab271076e" + diff --git a/escape-room/godot/imported/showerRound.dae-7050d6066dade9c9547647d7092c4d5a.scn b/escape-room/godot/imported/showerRound.dae-7050d6066dade9c9547647d7092c4d5a.scn new file mode 100644 index 0000000..1d211ae Binary files /dev/null and b/escape-room/godot/imported/showerRound.dae-7050d6066dade9c9547647d7092c4d5a.scn differ diff --git a/escape-room/godot/imported/showerRound.fbx-d75c04e50bbbb4f3835d9f1caee94971.md5 b/escape-room/godot/imported/showerRound.fbx-d75c04e50bbbb4f3835d9f1caee94971.md5 new file mode 100644 index 0000000..a603589 --- /dev/null +++ b/escape-room/godot/imported/showerRound.fbx-d75c04e50bbbb4f3835d9f1caee94971.md5 @@ -0,0 +1,3 @@ +source_md5="409fbcfd1b597ac8988c5ac5a1cdb0d5" +dest_md5="7ad6fce14134cc6fb8fecf9c69f7c789" + diff --git a/escape-room/godot/imported/showerRound.fbx-d75c04e50bbbb4f3835d9f1caee94971.scn b/escape-room/godot/imported/showerRound.fbx-d75c04e50bbbb4f3835d9f1caee94971.scn new file mode 100644 index 0000000..dfe7802 Binary files /dev/null and b/escape-room/godot/imported/showerRound.fbx-d75c04e50bbbb4f3835d9f1caee94971.scn differ diff --git a/escape-room/godot/imported/showerRound.glb-7ba0711657e62a6ed366cd2697e96bd9.md5 b/escape-room/godot/imported/showerRound.glb-7ba0711657e62a6ed366cd2697e96bd9.md5 new file mode 100644 index 0000000..441b809 --- /dev/null +++ b/escape-room/godot/imported/showerRound.glb-7ba0711657e62a6ed366cd2697e96bd9.md5 @@ -0,0 +1,3 @@ +source_md5="bf837dbca389a41ed15b16612cdb009a" +dest_md5="07dcb198528e0fa79b67951dd61b3399" + diff --git a/escape-room/godot/imported/showerRound.glb-7ba0711657e62a6ed366cd2697e96bd9.scn b/escape-room/godot/imported/showerRound.glb-7ba0711657e62a6ed366cd2697e96bd9.scn new file mode 100644 index 0000000..970de98 Binary files /dev/null and b/escape-room/godot/imported/showerRound.glb-7ba0711657e62a6ed366cd2697e96bd9.scn differ diff --git a/escape-room/godot/imported/showerRound.obj-112eaa2fb0832b822c8aaeeb68e4fae8.md5 b/escape-room/godot/imported/showerRound.obj-112eaa2fb0832b822c8aaeeb68e4fae8.md5 new file mode 100644 index 0000000..f8129d9 --- /dev/null +++ b/escape-room/godot/imported/showerRound.obj-112eaa2fb0832b822c8aaeeb68e4fae8.md5 @@ -0,0 +1,3 @@ +source_md5="9b7e4e5ddb2adfb2b60e6c5f90c77f8a" +dest_md5="383bca2e86f3ce0e642a3fa8ee5361f5" + diff --git a/escape-room/godot/imported/showerRound.obj-112eaa2fb0832b822c8aaeeb68e4fae8.mesh b/escape-room/godot/imported/showerRound.obj-112eaa2fb0832b822c8aaeeb68e4fae8.mesh new file mode 100644 index 0000000..c64948e Binary files /dev/null and b/escape-room/godot/imported/showerRound.obj-112eaa2fb0832b822c8aaeeb68e4fae8.mesh differ diff --git a/escape-room/godot/imported/showerRound.png-1c9198505208ff43cb1ae5240f24e49e.ctex b/escape-room/godot/imported/showerRound.png-1c9198505208ff43cb1ae5240f24e49e.ctex new file mode 100644 index 0000000..b3c0718 Binary files /dev/null and b/escape-room/godot/imported/showerRound.png-1c9198505208ff43cb1ae5240f24e49e.ctex differ diff --git a/escape-room/godot/imported/showerRound.png-1c9198505208ff43cb1ae5240f24e49e.md5 b/escape-room/godot/imported/showerRound.png-1c9198505208ff43cb1ae5240f24e49e.md5 new file mode 100644 index 0000000..0826c60 --- /dev/null +++ b/escape-room/godot/imported/showerRound.png-1c9198505208ff43cb1ae5240f24e49e.md5 @@ -0,0 +1,3 @@ +source_md5="f30fac0815c7a891fd6295a4e3e194df" +dest_md5="c957c22bff7ff9a322efa148016ab070" + diff --git a/escape-room/godot/imported/showerRound_NE.png-dde0b608e0900d46179ce70d316b85e0.ctex b/escape-room/godot/imported/showerRound_NE.png-dde0b608e0900d46179ce70d316b85e0.ctex new file mode 100644 index 0000000..62b240b Binary files /dev/null and b/escape-room/godot/imported/showerRound_NE.png-dde0b608e0900d46179ce70d316b85e0.ctex differ diff --git a/escape-room/godot/imported/showerRound_NE.png-dde0b608e0900d46179ce70d316b85e0.md5 b/escape-room/godot/imported/showerRound_NE.png-dde0b608e0900d46179ce70d316b85e0.md5 new file mode 100644 index 0000000..34d984a --- /dev/null +++ b/escape-room/godot/imported/showerRound_NE.png-dde0b608e0900d46179ce70d316b85e0.md5 @@ -0,0 +1,3 @@ +source_md5="1d7344511870324077d1a504c58d9c6f" +dest_md5="fd094b22d2707ed38557e20b205d9770" + diff --git a/escape-room/godot/imported/showerRound_NW.png-c336eff5ae8c0bc26713cb4066eeb55b.ctex b/escape-room/godot/imported/showerRound_NW.png-c336eff5ae8c0bc26713cb4066eeb55b.ctex new file mode 100644 index 0000000..d52d502 Binary files /dev/null and b/escape-room/godot/imported/showerRound_NW.png-c336eff5ae8c0bc26713cb4066eeb55b.ctex differ diff --git a/escape-room/godot/imported/showerRound_NW.png-c336eff5ae8c0bc26713cb4066eeb55b.md5 b/escape-room/godot/imported/showerRound_NW.png-c336eff5ae8c0bc26713cb4066eeb55b.md5 new file mode 100644 index 0000000..30a2ff4 --- /dev/null +++ b/escape-room/godot/imported/showerRound_NW.png-c336eff5ae8c0bc26713cb4066eeb55b.md5 @@ -0,0 +1,3 @@ +source_md5="f7a172e1d229953f6b7cc547c9220099" +dest_md5="24b53674044a285737441074d20c73de" + diff --git a/escape-room/godot/imported/showerRound_SE.png-a72cc9437a4974cda480ccd681d636bf.ctex b/escape-room/godot/imported/showerRound_SE.png-a72cc9437a4974cda480ccd681d636bf.ctex new file mode 100644 index 0000000..5d422a1 Binary files /dev/null and b/escape-room/godot/imported/showerRound_SE.png-a72cc9437a4974cda480ccd681d636bf.ctex differ diff --git a/escape-room/godot/imported/showerRound_SE.png-a72cc9437a4974cda480ccd681d636bf.md5 b/escape-room/godot/imported/showerRound_SE.png-a72cc9437a4974cda480ccd681d636bf.md5 new file mode 100644 index 0000000..c77dc01 --- /dev/null +++ b/escape-room/godot/imported/showerRound_SE.png-a72cc9437a4974cda480ccd681d636bf.md5 @@ -0,0 +1,3 @@ +source_md5="6b393bc5aa379dbc90838abfbbee5995" +dest_md5="0cf03c397d88dd6a95b303386f0b030f" + diff --git a/escape-room/godot/imported/showerRound_SW.png-42bb47216ec2bd33d46ea7559f57bc71.ctex b/escape-room/godot/imported/showerRound_SW.png-42bb47216ec2bd33d46ea7559f57bc71.ctex new file mode 100644 index 0000000..da2fb20 Binary files /dev/null and b/escape-room/godot/imported/showerRound_SW.png-42bb47216ec2bd33d46ea7559f57bc71.ctex differ diff --git a/escape-room/godot/imported/showerRound_SW.png-42bb47216ec2bd33d46ea7559f57bc71.md5 b/escape-room/godot/imported/showerRound_SW.png-42bb47216ec2bd33d46ea7559f57bc71.md5 new file mode 100644 index 0000000..976080c --- /dev/null +++ b/escape-room/godot/imported/showerRound_SW.png-42bb47216ec2bd33d46ea7559f57bc71.md5 @@ -0,0 +1,3 @@ +source_md5="2f3b1b567f477a4915eff3540ed5ea2c" +dest_md5="31b00e42181bbe149a08e25ead2c8ab2" + diff --git a/escape-room/godot/imported/shower_NE.png-a548d29dee929518fc8bde6f2c63bedc.ctex b/escape-room/godot/imported/shower_NE.png-a548d29dee929518fc8bde6f2c63bedc.ctex new file mode 100644 index 0000000..30dd4bf Binary files /dev/null and b/escape-room/godot/imported/shower_NE.png-a548d29dee929518fc8bde6f2c63bedc.ctex differ diff --git a/escape-room/godot/imported/shower_NE.png-a548d29dee929518fc8bde6f2c63bedc.md5 b/escape-room/godot/imported/shower_NE.png-a548d29dee929518fc8bde6f2c63bedc.md5 new file mode 100644 index 0000000..806fc11 --- /dev/null +++ b/escape-room/godot/imported/shower_NE.png-a548d29dee929518fc8bde6f2c63bedc.md5 @@ -0,0 +1,3 @@ +source_md5="cc923ed901250b45ec670779f8920613" +dest_md5="fb09a5bb8597f30bb259cff38fca0e6e" + diff --git a/escape-room/godot/imported/shower_NW.png-4e80dfe6e8e165443c72840cdd2a4457.ctex b/escape-room/godot/imported/shower_NW.png-4e80dfe6e8e165443c72840cdd2a4457.ctex new file mode 100644 index 0000000..a80cd38 Binary files /dev/null and b/escape-room/godot/imported/shower_NW.png-4e80dfe6e8e165443c72840cdd2a4457.ctex differ diff --git a/escape-room/godot/imported/shower_NW.png-4e80dfe6e8e165443c72840cdd2a4457.md5 b/escape-room/godot/imported/shower_NW.png-4e80dfe6e8e165443c72840cdd2a4457.md5 new file mode 100644 index 0000000..addcbe5 --- /dev/null +++ b/escape-room/godot/imported/shower_NW.png-4e80dfe6e8e165443c72840cdd2a4457.md5 @@ -0,0 +1,3 @@ +source_md5="faf2402fa796b87b1154071cccb9fef9" +dest_md5="809e3dfdc4e3516271e54b469ff314ee" + diff --git a/escape-room/godot/imported/shower_SE.png-a215dcf5725090ef4dbcf8b3b068fe66.ctex b/escape-room/godot/imported/shower_SE.png-a215dcf5725090ef4dbcf8b3b068fe66.ctex new file mode 100644 index 0000000..1ad8af9 Binary files /dev/null and b/escape-room/godot/imported/shower_SE.png-a215dcf5725090ef4dbcf8b3b068fe66.ctex differ diff --git a/escape-room/godot/imported/shower_SE.png-a215dcf5725090ef4dbcf8b3b068fe66.md5 b/escape-room/godot/imported/shower_SE.png-a215dcf5725090ef4dbcf8b3b068fe66.md5 new file mode 100644 index 0000000..c8a8c34 --- /dev/null +++ b/escape-room/godot/imported/shower_SE.png-a215dcf5725090ef4dbcf8b3b068fe66.md5 @@ -0,0 +1,3 @@ +source_md5="68c4862ff6c1b34f26de4a0eb9b5f09a" +dest_md5="453935ebb839d1f2a8f5d00a49454152" + diff --git a/escape-room/godot/imported/shower_SW.png-288277b1c867b1556322763ceaee0420.ctex b/escape-room/godot/imported/shower_SW.png-288277b1c867b1556322763ceaee0420.ctex new file mode 100644 index 0000000..132e52e Binary files /dev/null and b/escape-room/godot/imported/shower_SW.png-288277b1c867b1556322763ceaee0420.ctex differ diff --git a/escape-room/godot/imported/shower_SW.png-288277b1c867b1556322763ceaee0420.md5 b/escape-room/godot/imported/shower_SW.png-288277b1c867b1556322763ceaee0420.md5 new file mode 100644 index 0000000..1d754ab --- /dev/null +++ b/escape-room/godot/imported/shower_SW.png-288277b1c867b1556322763ceaee0420.md5 @@ -0,0 +1,3 @@ +source_md5="b2346ad6b0d93d0ed0598fe36c398dee" +dest_md5="ab3817f019569c27a8e7e2ec116ae142" + diff --git a/escape-room/godot/imported/sideTable.dae-17d225a24171e404e45ef6575e751fc5.md5 b/escape-room/godot/imported/sideTable.dae-17d225a24171e404e45ef6575e751fc5.md5 new file mode 100644 index 0000000..9fe94a2 --- /dev/null +++ b/escape-room/godot/imported/sideTable.dae-17d225a24171e404e45ef6575e751fc5.md5 @@ -0,0 +1,3 @@ +source_md5="cbe0ecd4794c2c0e4f4c5626a265102e" +dest_md5="2dced0ea0184dd8c8d4eaf00364f2002" + diff --git a/escape-room/godot/imported/sideTable.dae-17d225a24171e404e45ef6575e751fc5.scn b/escape-room/godot/imported/sideTable.dae-17d225a24171e404e45ef6575e751fc5.scn new file mode 100644 index 0000000..b7698c0 Binary files /dev/null and b/escape-room/godot/imported/sideTable.dae-17d225a24171e404e45ef6575e751fc5.scn differ diff --git a/escape-room/godot/imported/sideTable.fbx-4537a6785de8130182c44749ccdd0815.md5 b/escape-room/godot/imported/sideTable.fbx-4537a6785de8130182c44749ccdd0815.md5 new file mode 100644 index 0000000..ee74388 --- /dev/null +++ b/escape-room/godot/imported/sideTable.fbx-4537a6785de8130182c44749ccdd0815.md5 @@ -0,0 +1,3 @@ +source_md5="8f026a9fe2d56981cacb1fc518996b75" +dest_md5="779238044fc1b0f0d8ddfcbc737e63a9" + diff --git a/escape-room/godot/imported/sideTable.fbx-4537a6785de8130182c44749ccdd0815.scn b/escape-room/godot/imported/sideTable.fbx-4537a6785de8130182c44749ccdd0815.scn new file mode 100644 index 0000000..0d27286 Binary files /dev/null and b/escape-room/godot/imported/sideTable.fbx-4537a6785de8130182c44749ccdd0815.scn differ diff --git a/escape-room/godot/imported/sideTable.glb-725cd1054c1c24ed23dbdcd5d673627c.md5 b/escape-room/godot/imported/sideTable.glb-725cd1054c1c24ed23dbdcd5d673627c.md5 new file mode 100644 index 0000000..1195121 --- /dev/null +++ b/escape-room/godot/imported/sideTable.glb-725cd1054c1c24ed23dbdcd5d673627c.md5 @@ -0,0 +1,3 @@ +source_md5="6d387bf0140875d43e5f18962fd0e7e1" +dest_md5="bc6ea0d3ecf55b5529bc9737ae76e759" + diff --git a/escape-room/godot/imported/sideTable.glb-725cd1054c1c24ed23dbdcd5d673627c.scn b/escape-room/godot/imported/sideTable.glb-725cd1054c1c24ed23dbdcd5d673627c.scn new file mode 100644 index 0000000..4d2f0d2 Binary files /dev/null and b/escape-room/godot/imported/sideTable.glb-725cd1054c1c24ed23dbdcd5d673627c.scn differ diff --git a/escape-room/godot/imported/sideTable.obj-00d5fa6861152ee5ea319f28bcf0d580.md5 b/escape-room/godot/imported/sideTable.obj-00d5fa6861152ee5ea319f28bcf0d580.md5 new file mode 100644 index 0000000..4f5e8a2 --- /dev/null +++ b/escape-room/godot/imported/sideTable.obj-00d5fa6861152ee5ea319f28bcf0d580.md5 @@ -0,0 +1,3 @@ +source_md5="eb8f0499c6e6948051926d7871f1c2a8" +dest_md5="f8f9c8e5f400b2524adee6166ce0238e" + diff --git a/escape-room/godot/imported/sideTable.obj-00d5fa6861152ee5ea319f28bcf0d580.mesh b/escape-room/godot/imported/sideTable.obj-00d5fa6861152ee5ea319f28bcf0d580.mesh new file mode 100644 index 0000000..087b6cc Binary files /dev/null and b/escape-room/godot/imported/sideTable.obj-00d5fa6861152ee5ea319f28bcf0d580.mesh differ diff --git a/escape-room/godot/imported/sideTable.png-a9793d7173489b29888b082322a110a5.ctex b/escape-room/godot/imported/sideTable.png-a9793d7173489b29888b082322a110a5.ctex new file mode 100644 index 0000000..9ab4313 Binary files /dev/null and b/escape-room/godot/imported/sideTable.png-a9793d7173489b29888b082322a110a5.ctex differ diff --git a/escape-room/godot/imported/sideTable.png-a9793d7173489b29888b082322a110a5.md5 b/escape-room/godot/imported/sideTable.png-a9793d7173489b29888b082322a110a5.md5 new file mode 100644 index 0000000..e8699b3 --- /dev/null +++ b/escape-room/godot/imported/sideTable.png-a9793d7173489b29888b082322a110a5.md5 @@ -0,0 +1,3 @@ +source_md5="b948331acb0b5427bed912482d270c38" +dest_md5="954b6ebd2a3e3f632e5aa91388871204" + diff --git a/escape-room/godot/imported/sideTableDrawers.dae-fe3db42dd12f90ff10db33ae070dc9ee.md5 b/escape-room/godot/imported/sideTableDrawers.dae-fe3db42dd12f90ff10db33ae070dc9ee.md5 new file mode 100644 index 0000000..e5d5229 --- /dev/null +++ b/escape-room/godot/imported/sideTableDrawers.dae-fe3db42dd12f90ff10db33ae070dc9ee.md5 @@ -0,0 +1,3 @@ +source_md5="72e6a1eb597960eb792879d151673167" +dest_md5="36f8a6348c97e7e0c863b1196bdae173" + diff --git a/escape-room/godot/imported/sideTableDrawers.dae-fe3db42dd12f90ff10db33ae070dc9ee.scn b/escape-room/godot/imported/sideTableDrawers.dae-fe3db42dd12f90ff10db33ae070dc9ee.scn new file mode 100644 index 0000000..d0086cc Binary files /dev/null and b/escape-room/godot/imported/sideTableDrawers.dae-fe3db42dd12f90ff10db33ae070dc9ee.scn differ diff --git a/escape-room/godot/imported/sideTableDrawers.fbx-5445303c0da2769aabd9b87633900535.md5 b/escape-room/godot/imported/sideTableDrawers.fbx-5445303c0da2769aabd9b87633900535.md5 new file mode 100644 index 0000000..9d773c5 --- /dev/null +++ b/escape-room/godot/imported/sideTableDrawers.fbx-5445303c0da2769aabd9b87633900535.md5 @@ -0,0 +1,3 @@ +source_md5="d2267748ce628e8f2d8a69740f7be0d3" +dest_md5="9403354dbb485da477a715828997eb72" + diff --git a/escape-room/godot/imported/sideTableDrawers.fbx-5445303c0da2769aabd9b87633900535.scn b/escape-room/godot/imported/sideTableDrawers.fbx-5445303c0da2769aabd9b87633900535.scn new file mode 100644 index 0000000..5be9ae0 Binary files /dev/null and b/escape-room/godot/imported/sideTableDrawers.fbx-5445303c0da2769aabd9b87633900535.scn differ diff --git a/escape-room/godot/imported/sideTableDrawers.glb-9a17508c87eee8fcbbe50b070326dcbc.md5 b/escape-room/godot/imported/sideTableDrawers.glb-9a17508c87eee8fcbbe50b070326dcbc.md5 new file mode 100644 index 0000000..1e8648f --- /dev/null +++ b/escape-room/godot/imported/sideTableDrawers.glb-9a17508c87eee8fcbbe50b070326dcbc.md5 @@ -0,0 +1,3 @@ +source_md5="836a8ccade4976a18a83d32e4f83fa83" +dest_md5="993d33e6501f54511a1dfda50823db3e" + diff --git a/escape-room/godot/imported/sideTableDrawers.glb-9a17508c87eee8fcbbe50b070326dcbc.scn b/escape-room/godot/imported/sideTableDrawers.glb-9a17508c87eee8fcbbe50b070326dcbc.scn new file mode 100644 index 0000000..75f6b28 Binary files /dev/null and b/escape-room/godot/imported/sideTableDrawers.glb-9a17508c87eee8fcbbe50b070326dcbc.scn differ diff --git a/escape-room/godot/imported/sideTableDrawers.obj-5d9648ed903c16a8669cef217e513f78.md5 b/escape-room/godot/imported/sideTableDrawers.obj-5d9648ed903c16a8669cef217e513f78.md5 new file mode 100644 index 0000000..d0dce25 --- /dev/null +++ b/escape-room/godot/imported/sideTableDrawers.obj-5d9648ed903c16a8669cef217e513f78.md5 @@ -0,0 +1,3 @@ +source_md5="9d8fa2df8ce20b355bd9fae51cf3dd59" +dest_md5="a5004bd208eb879abc88c79c4cd791f7" + diff --git a/escape-room/godot/imported/sideTableDrawers.obj-5d9648ed903c16a8669cef217e513f78.mesh b/escape-room/godot/imported/sideTableDrawers.obj-5d9648ed903c16a8669cef217e513f78.mesh new file mode 100644 index 0000000..b7f6281 Binary files /dev/null and b/escape-room/godot/imported/sideTableDrawers.obj-5d9648ed903c16a8669cef217e513f78.mesh differ diff --git a/escape-room/godot/imported/sideTableDrawers.png-d12af97f7a6a9e40d53ba6298ba10ebf.ctex b/escape-room/godot/imported/sideTableDrawers.png-d12af97f7a6a9e40d53ba6298ba10ebf.ctex new file mode 100644 index 0000000..eebd23c Binary files /dev/null and b/escape-room/godot/imported/sideTableDrawers.png-d12af97f7a6a9e40d53ba6298ba10ebf.ctex differ diff --git a/escape-room/godot/imported/sideTableDrawers.png-d12af97f7a6a9e40d53ba6298ba10ebf.md5 b/escape-room/godot/imported/sideTableDrawers.png-d12af97f7a6a9e40d53ba6298ba10ebf.md5 new file mode 100644 index 0000000..b1c31c5 --- /dev/null +++ b/escape-room/godot/imported/sideTableDrawers.png-d12af97f7a6a9e40d53ba6298ba10ebf.md5 @@ -0,0 +1,3 @@ +source_md5="76414fd206ecd25e0dbde7b3f638ebc5" +dest_md5="f67dd310a5f2e02a95e0b4568cb5efb9" + diff --git a/escape-room/godot/imported/sideTableDrawers_NE.png-1677f835f1b9899af5be81058d9674df.ctex b/escape-room/godot/imported/sideTableDrawers_NE.png-1677f835f1b9899af5be81058d9674df.ctex new file mode 100644 index 0000000..d3219e6 Binary files /dev/null and b/escape-room/godot/imported/sideTableDrawers_NE.png-1677f835f1b9899af5be81058d9674df.ctex differ diff --git a/escape-room/godot/imported/sideTableDrawers_NE.png-1677f835f1b9899af5be81058d9674df.md5 b/escape-room/godot/imported/sideTableDrawers_NE.png-1677f835f1b9899af5be81058d9674df.md5 new file mode 100644 index 0000000..1947f1d --- /dev/null +++ b/escape-room/godot/imported/sideTableDrawers_NE.png-1677f835f1b9899af5be81058d9674df.md5 @@ -0,0 +1,3 @@ +source_md5="bad290c6d44283da98a22efd30443423" +dest_md5="989156b6e6c3ef689a89cd1d6a95a7b6" + diff --git a/escape-room/godot/imported/sideTableDrawers_NW.png-ec69a0f1c3088e67c92d9fe973949f21.ctex b/escape-room/godot/imported/sideTableDrawers_NW.png-ec69a0f1c3088e67c92d9fe973949f21.ctex new file mode 100644 index 0000000..0755044 Binary files /dev/null and b/escape-room/godot/imported/sideTableDrawers_NW.png-ec69a0f1c3088e67c92d9fe973949f21.ctex differ diff --git a/escape-room/godot/imported/sideTableDrawers_NW.png-ec69a0f1c3088e67c92d9fe973949f21.md5 b/escape-room/godot/imported/sideTableDrawers_NW.png-ec69a0f1c3088e67c92d9fe973949f21.md5 new file mode 100644 index 0000000..0242310 --- /dev/null +++ b/escape-room/godot/imported/sideTableDrawers_NW.png-ec69a0f1c3088e67c92d9fe973949f21.md5 @@ -0,0 +1,3 @@ +source_md5="fce8b4c9e1f9c2f80cd2f448e53de37d" +dest_md5="da220ea0d2ec7aed813ef93d3e81c8d0" + diff --git a/escape-room/godot/imported/sideTableDrawers_SE.png-1d8cd12fde228563f3d9eabef9c21661.ctex b/escape-room/godot/imported/sideTableDrawers_SE.png-1d8cd12fde228563f3d9eabef9c21661.ctex new file mode 100644 index 0000000..72af37f Binary files /dev/null and b/escape-room/godot/imported/sideTableDrawers_SE.png-1d8cd12fde228563f3d9eabef9c21661.ctex differ diff --git a/escape-room/godot/imported/sideTableDrawers_SE.png-1d8cd12fde228563f3d9eabef9c21661.md5 b/escape-room/godot/imported/sideTableDrawers_SE.png-1d8cd12fde228563f3d9eabef9c21661.md5 new file mode 100644 index 0000000..7d4e393 --- /dev/null +++ b/escape-room/godot/imported/sideTableDrawers_SE.png-1d8cd12fde228563f3d9eabef9c21661.md5 @@ -0,0 +1,3 @@ +source_md5="c83390801d622b082671e97805ca4168" +dest_md5="738205a7e2c1b5d399e79f60e1a89f79" + diff --git a/escape-room/godot/imported/sideTableDrawers_SW.png-00b994a64dd60aedc200a52d033d72dc.ctex b/escape-room/godot/imported/sideTableDrawers_SW.png-00b994a64dd60aedc200a52d033d72dc.ctex new file mode 100644 index 0000000..072eff2 Binary files /dev/null and b/escape-room/godot/imported/sideTableDrawers_SW.png-00b994a64dd60aedc200a52d033d72dc.ctex differ diff --git a/escape-room/godot/imported/sideTableDrawers_SW.png-00b994a64dd60aedc200a52d033d72dc.md5 b/escape-room/godot/imported/sideTableDrawers_SW.png-00b994a64dd60aedc200a52d033d72dc.md5 new file mode 100644 index 0000000..4d676e0 --- /dev/null +++ b/escape-room/godot/imported/sideTableDrawers_SW.png-00b994a64dd60aedc200a52d033d72dc.md5 @@ -0,0 +1,3 @@ +source_md5="53af8a7da21053814bd656abbb84feb9" +dest_md5="f191ef5267e4f04c1283838c8df1b343" + diff --git a/escape-room/godot/imported/sideTable_NE.png-01f16cf354d168ff0f33d8ed1ec8c2ae.ctex b/escape-room/godot/imported/sideTable_NE.png-01f16cf354d168ff0f33d8ed1ec8c2ae.ctex new file mode 100644 index 0000000..8f017ad Binary files /dev/null and b/escape-room/godot/imported/sideTable_NE.png-01f16cf354d168ff0f33d8ed1ec8c2ae.ctex differ diff --git a/escape-room/godot/imported/sideTable_NE.png-01f16cf354d168ff0f33d8ed1ec8c2ae.md5 b/escape-room/godot/imported/sideTable_NE.png-01f16cf354d168ff0f33d8ed1ec8c2ae.md5 new file mode 100644 index 0000000..87ea9dd --- /dev/null +++ b/escape-room/godot/imported/sideTable_NE.png-01f16cf354d168ff0f33d8ed1ec8c2ae.md5 @@ -0,0 +1,3 @@ +source_md5="4a1109eb3d9393b8a965362179e32e8b" +dest_md5="4bc4925fdf4365b6e2aa82fe9faaca51" + diff --git a/escape-room/godot/imported/sideTable_NW.png-19fb62e1b6e1654324730e573dedf566.ctex b/escape-room/godot/imported/sideTable_NW.png-19fb62e1b6e1654324730e573dedf566.ctex new file mode 100644 index 0000000..348eb3d Binary files /dev/null and b/escape-room/godot/imported/sideTable_NW.png-19fb62e1b6e1654324730e573dedf566.ctex differ diff --git a/escape-room/godot/imported/sideTable_NW.png-19fb62e1b6e1654324730e573dedf566.md5 b/escape-room/godot/imported/sideTable_NW.png-19fb62e1b6e1654324730e573dedf566.md5 new file mode 100644 index 0000000..a2888d9 --- /dev/null +++ b/escape-room/godot/imported/sideTable_NW.png-19fb62e1b6e1654324730e573dedf566.md5 @@ -0,0 +1,3 @@ +source_md5="8f92dc5aa11e359db48177843c9412ea" +dest_md5="e779b73e8cab0a5f2629220f46b4e631" + diff --git a/escape-room/godot/imported/sideTable_SE.png-a8e423daeeeb766c749550ab42dbc992.ctex b/escape-room/godot/imported/sideTable_SE.png-a8e423daeeeb766c749550ab42dbc992.ctex new file mode 100644 index 0000000..177a153 Binary files /dev/null and b/escape-room/godot/imported/sideTable_SE.png-a8e423daeeeb766c749550ab42dbc992.ctex differ diff --git a/escape-room/godot/imported/sideTable_SE.png-a8e423daeeeb766c749550ab42dbc992.md5 b/escape-room/godot/imported/sideTable_SE.png-a8e423daeeeb766c749550ab42dbc992.md5 new file mode 100644 index 0000000..9a56e9a --- /dev/null +++ b/escape-room/godot/imported/sideTable_SE.png-a8e423daeeeb766c749550ab42dbc992.md5 @@ -0,0 +1,3 @@ +source_md5="11629f6eedef62618406258c41e8b969" +dest_md5="c23d404c48ab7d3c680393199f76970b" + diff --git a/escape-room/godot/imported/sideTable_SW.png-b22bce91ab20a8f725fa98531e01f04b.ctex b/escape-room/godot/imported/sideTable_SW.png-b22bce91ab20a8f725fa98531e01f04b.ctex new file mode 100644 index 0000000..c7eb2a5 Binary files /dev/null and b/escape-room/godot/imported/sideTable_SW.png-b22bce91ab20a8f725fa98531e01f04b.ctex differ diff --git a/escape-room/godot/imported/sideTable_SW.png-b22bce91ab20a8f725fa98531e01f04b.md5 b/escape-room/godot/imported/sideTable_SW.png-b22bce91ab20a8f725fa98531e01f04b.md5 new file mode 100644 index 0000000..08db4a2 --- /dev/null +++ b/escape-room/godot/imported/sideTable_SW.png-b22bce91ab20a8f725fa98531e01f04b.md5 @@ -0,0 +1,3 @@ +source_md5="cd3a703cb342493422722e5f9bd0e137" +dest_md5="3d78691c0011ee85d72cd60717dd6012" + diff --git a/escape-room/godot/imported/skaterFemaleA.png-a399ff988a06dc5b63e580cd396d74bb.ctex b/escape-room/godot/imported/skaterFemaleA.png-a399ff988a06dc5b63e580cd396d74bb.ctex new file mode 100644 index 0000000..1829d2e Binary files /dev/null and b/escape-room/godot/imported/skaterFemaleA.png-a399ff988a06dc5b63e580cd396d74bb.ctex differ diff --git a/escape-room/godot/imported/skaterFemaleA.png-a399ff988a06dc5b63e580cd396d74bb.md5 b/escape-room/godot/imported/skaterFemaleA.png-a399ff988a06dc5b63e580cd396d74bb.md5 new file mode 100644 index 0000000..8bea864 --- /dev/null +++ b/escape-room/godot/imported/skaterFemaleA.png-a399ff988a06dc5b63e580cd396d74bb.md5 @@ -0,0 +1,3 @@ +source_md5="4fce40d9e7695c64c0d4f5e4c0887409" +dest_md5="064b448a4d06a5eecb4a614e49f4d450" + diff --git a/escape-room/godot/imported/skaterFemaleA.svg-dd0a4f1cb44ee69670530d8fdf6af919.ctex b/escape-room/godot/imported/skaterFemaleA.svg-dd0a4f1cb44ee69670530d8fdf6af919.ctex new file mode 100644 index 0000000..3eee094 Binary files /dev/null and b/escape-room/godot/imported/skaterFemaleA.svg-dd0a4f1cb44ee69670530d8fdf6af919.ctex differ diff --git a/escape-room/godot/imported/skaterFemaleA.svg-dd0a4f1cb44ee69670530d8fdf6af919.md5 b/escape-room/godot/imported/skaterFemaleA.svg-dd0a4f1cb44ee69670530d8fdf6af919.md5 new file mode 100644 index 0000000..6e69136 --- /dev/null +++ b/escape-room/godot/imported/skaterFemaleA.svg-dd0a4f1cb44ee69670530d8fdf6af919.md5 @@ -0,0 +1,3 @@ +source_md5="31078288ef9f06787e8c9bdfdb388752" +dest_md5="b0c9b4dafc357121a5bcbb5eae3f9009" + diff --git a/escape-room/godot/imported/skaterMaleA.png-a43ab84809a7392a63ae05a9c930edfd.ctex b/escape-room/godot/imported/skaterMaleA.png-a43ab84809a7392a63ae05a9c930edfd.ctex new file mode 100644 index 0000000..5282ec7 Binary files /dev/null and b/escape-room/godot/imported/skaterMaleA.png-a43ab84809a7392a63ae05a9c930edfd.ctex differ diff --git a/escape-room/godot/imported/skaterMaleA.png-a43ab84809a7392a63ae05a9c930edfd.md5 b/escape-room/godot/imported/skaterMaleA.png-a43ab84809a7392a63ae05a9c930edfd.md5 new file mode 100644 index 0000000..bcae10e --- /dev/null +++ b/escape-room/godot/imported/skaterMaleA.png-a43ab84809a7392a63ae05a9c930edfd.md5 @@ -0,0 +1,3 @@ +source_md5="85751df46228fa311e1cb6ca24e6967e" +dest_md5="44ce6ea19994f877c60a02c170946988" + diff --git a/escape-room/godot/imported/skaterMaleA.svg-15a8557d1aae44598a69ccdc4562f426.ctex b/escape-room/godot/imported/skaterMaleA.svg-15a8557d1aae44598a69ccdc4562f426.ctex new file mode 100644 index 0000000..3b8c872 Binary files /dev/null and b/escape-room/godot/imported/skaterMaleA.svg-15a8557d1aae44598a69ccdc4562f426.ctex differ diff --git a/escape-room/godot/imported/skaterMaleA.svg-15a8557d1aae44598a69ccdc4562f426.md5 b/escape-room/godot/imported/skaterMaleA.svg-15a8557d1aae44598a69ccdc4562f426.md5 new file mode 100644 index 0000000..1730f08 --- /dev/null +++ b/escape-room/godot/imported/skaterMaleA.svg-15a8557d1aae44598a69ccdc4562f426.md5 @@ -0,0 +1,3 @@ +source_md5="c3b6f8a55935d0fe7970251232dfd49a" +dest_md5="5ff6ba6338017cf01a69daf7c4275f5e" + diff --git a/escape-room/godot/imported/solitude_1.ogg-4108b6f2c8b3e4c1719c329675dfa36b.md5 b/escape-room/godot/imported/solitude_1.ogg-4108b6f2c8b3e4c1719c329675dfa36b.md5 new file mode 100644 index 0000000..129204a --- /dev/null +++ b/escape-room/godot/imported/solitude_1.ogg-4108b6f2c8b3e4c1719c329675dfa36b.md5 @@ -0,0 +1,3 @@ +source_md5="a47b712bef8bd4bb63c1d37e939a59fb" +dest_md5="3d1c1d317bb3157287bd08b017de9e88" + diff --git a/escape-room/godot/imported/solitude_1.ogg-4108b6f2c8b3e4c1719c329675dfa36b.oggvorbisstr b/escape-room/godot/imported/solitude_1.ogg-4108b6f2c8b3e4c1719c329675dfa36b.oggvorbisstr new file mode 100644 index 0000000..8496ae2 Binary files /dev/null and b/escape-room/godot/imported/solitude_1.ogg-4108b6f2c8b3e4c1719c329675dfa36b.oggvorbisstr differ diff --git a/escape-room/godot/imported/speaker.dae-90257942f6ead75f839bf0854b5c9753.md5 b/escape-room/godot/imported/speaker.dae-90257942f6ead75f839bf0854b5c9753.md5 new file mode 100644 index 0000000..0112b08 --- /dev/null +++ b/escape-room/godot/imported/speaker.dae-90257942f6ead75f839bf0854b5c9753.md5 @@ -0,0 +1,3 @@ +source_md5="7b3790689b80bac492d7fec1eabe8e51" +dest_md5="4216c2ea0732daed825b01e8a6c164fa" + diff --git a/escape-room/godot/imported/speaker.dae-90257942f6ead75f839bf0854b5c9753.scn b/escape-room/godot/imported/speaker.dae-90257942f6ead75f839bf0854b5c9753.scn new file mode 100644 index 0000000..f24efe0 Binary files /dev/null and b/escape-room/godot/imported/speaker.dae-90257942f6ead75f839bf0854b5c9753.scn differ diff --git a/escape-room/godot/imported/speaker.fbx-084c8269f3ad69b48188cbb527456065.md5 b/escape-room/godot/imported/speaker.fbx-084c8269f3ad69b48188cbb527456065.md5 new file mode 100644 index 0000000..47831db --- /dev/null +++ b/escape-room/godot/imported/speaker.fbx-084c8269f3ad69b48188cbb527456065.md5 @@ -0,0 +1,3 @@ +source_md5="826171cc05f57da1b076f5654086b9ab" +dest_md5="feb55b766476c7c441c5362ef3e108fd" + diff --git a/escape-room/godot/imported/speaker.fbx-084c8269f3ad69b48188cbb527456065.scn b/escape-room/godot/imported/speaker.fbx-084c8269f3ad69b48188cbb527456065.scn new file mode 100644 index 0000000..e440621 Binary files /dev/null and b/escape-room/godot/imported/speaker.fbx-084c8269f3ad69b48188cbb527456065.scn differ diff --git a/escape-room/godot/imported/speaker.glb-942be2439860ee8c276be7e11ee361a5.md5 b/escape-room/godot/imported/speaker.glb-942be2439860ee8c276be7e11ee361a5.md5 new file mode 100644 index 0000000..0fb1560 --- /dev/null +++ b/escape-room/godot/imported/speaker.glb-942be2439860ee8c276be7e11ee361a5.md5 @@ -0,0 +1,3 @@ +source_md5="4181d220fb107f0edfec2efd2d394856" +dest_md5="74ac69d7f12b093c24120bf682223ae0" + diff --git a/escape-room/godot/imported/speaker.glb-942be2439860ee8c276be7e11ee361a5.scn b/escape-room/godot/imported/speaker.glb-942be2439860ee8c276be7e11ee361a5.scn new file mode 100644 index 0000000..fff6e13 Binary files /dev/null and b/escape-room/godot/imported/speaker.glb-942be2439860ee8c276be7e11ee361a5.scn differ diff --git a/escape-room/godot/imported/speaker.obj-0fff68220e799dffc5720fd2b8438405.md5 b/escape-room/godot/imported/speaker.obj-0fff68220e799dffc5720fd2b8438405.md5 new file mode 100644 index 0000000..6320ec7 --- /dev/null +++ b/escape-room/godot/imported/speaker.obj-0fff68220e799dffc5720fd2b8438405.md5 @@ -0,0 +1,3 @@ +source_md5="f4ad4de15ddd1ea4662e22c3ff8edf7c" +dest_md5="56379411f14424eea2249a25b4aec07e" + diff --git a/escape-room/godot/imported/speaker.obj-0fff68220e799dffc5720fd2b8438405.mesh b/escape-room/godot/imported/speaker.obj-0fff68220e799dffc5720fd2b8438405.mesh new file mode 100644 index 0000000..9473045 Binary files /dev/null and b/escape-room/godot/imported/speaker.obj-0fff68220e799dffc5720fd2b8438405.mesh differ diff --git a/escape-room/godot/imported/speaker.png-c6ac50971ad295c2e700f9c27c568556.ctex b/escape-room/godot/imported/speaker.png-c6ac50971ad295c2e700f9c27c568556.ctex new file mode 100644 index 0000000..0dc9f4b Binary files /dev/null and b/escape-room/godot/imported/speaker.png-c6ac50971ad295c2e700f9c27c568556.ctex differ diff --git a/escape-room/godot/imported/speaker.png-c6ac50971ad295c2e700f9c27c568556.md5 b/escape-room/godot/imported/speaker.png-c6ac50971ad295c2e700f9c27c568556.md5 new file mode 100644 index 0000000..5b28e95 --- /dev/null +++ b/escape-room/godot/imported/speaker.png-c6ac50971ad295c2e700f9c27c568556.md5 @@ -0,0 +1,3 @@ +source_md5="1134da4576b50a20453b0f686eee1229" +dest_md5="a93569f6b6e38850352f76a9b6bf3ab8" + diff --git a/escape-room/godot/imported/speakerSmall.dae-eceec34981efe4d0fea8f56a7058d0d8.md5 b/escape-room/godot/imported/speakerSmall.dae-eceec34981efe4d0fea8f56a7058d0d8.md5 new file mode 100644 index 0000000..e36e67d --- /dev/null +++ b/escape-room/godot/imported/speakerSmall.dae-eceec34981efe4d0fea8f56a7058d0d8.md5 @@ -0,0 +1,3 @@ +source_md5="bb61cea168d776ab50f3b7c5c8eaf974" +dest_md5="ec6f6ff1161fa2cbb0b84c2cba674c13" + diff --git a/escape-room/godot/imported/speakerSmall.dae-eceec34981efe4d0fea8f56a7058d0d8.scn b/escape-room/godot/imported/speakerSmall.dae-eceec34981efe4d0fea8f56a7058d0d8.scn new file mode 100644 index 0000000..d38f73d Binary files /dev/null and b/escape-room/godot/imported/speakerSmall.dae-eceec34981efe4d0fea8f56a7058d0d8.scn differ diff --git a/escape-room/godot/imported/speakerSmall.fbx-540864929c661bf439e9015e3f2c8b25.md5 b/escape-room/godot/imported/speakerSmall.fbx-540864929c661bf439e9015e3f2c8b25.md5 new file mode 100644 index 0000000..e1d90dd --- /dev/null +++ b/escape-room/godot/imported/speakerSmall.fbx-540864929c661bf439e9015e3f2c8b25.md5 @@ -0,0 +1,3 @@ +source_md5="34eb38107e9fa6c5f49bf6400f08289e" +dest_md5="75af8ac20c32034ff102cd998c6f946a" + diff --git a/escape-room/godot/imported/speakerSmall.fbx-540864929c661bf439e9015e3f2c8b25.scn b/escape-room/godot/imported/speakerSmall.fbx-540864929c661bf439e9015e3f2c8b25.scn new file mode 100644 index 0000000..15d48a9 Binary files /dev/null and b/escape-room/godot/imported/speakerSmall.fbx-540864929c661bf439e9015e3f2c8b25.scn differ diff --git a/escape-room/godot/imported/speakerSmall.glb-49deeda30526a4952da7dc9cdc6032a5.md5 b/escape-room/godot/imported/speakerSmall.glb-49deeda30526a4952da7dc9cdc6032a5.md5 new file mode 100644 index 0000000..010bad0 --- /dev/null +++ b/escape-room/godot/imported/speakerSmall.glb-49deeda30526a4952da7dc9cdc6032a5.md5 @@ -0,0 +1,3 @@ +source_md5="75aa41176a82ed25270cb88aeb438c91" +dest_md5="b3604820093aaa156968951d43cc2f86" + diff --git a/escape-room/godot/imported/speakerSmall.glb-49deeda30526a4952da7dc9cdc6032a5.scn b/escape-room/godot/imported/speakerSmall.glb-49deeda30526a4952da7dc9cdc6032a5.scn new file mode 100644 index 0000000..ced5414 Binary files /dev/null and b/escape-room/godot/imported/speakerSmall.glb-49deeda30526a4952da7dc9cdc6032a5.scn differ diff --git a/escape-room/godot/imported/speakerSmall.obj-675b260e5ec53116cede8bb0afe13e34.md5 b/escape-room/godot/imported/speakerSmall.obj-675b260e5ec53116cede8bb0afe13e34.md5 new file mode 100644 index 0000000..5959da8 --- /dev/null +++ b/escape-room/godot/imported/speakerSmall.obj-675b260e5ec53116cede8bb0afe13e34.md5 @@ -0,0 +1,3 @@ +source_md5="68e3b2d1e23fe0c63a03ccd477ce5722" +dest_md5="8f689d6230ce01865569ffa6edb83ee8" + diff --git a/escape-room/godot/imported/speakerSmall.obj-675b260e5ec53116cede8bb0afe13e34.mesh b/escape-room/godot/imported/speakerSmall.obj-675b260e5ec53116cede8bb0afe13e34.mesh new file mode 100644 index 0000000..f3f7937 Binary files /dev/null and b/escape-room/godot/imported/speakerSmall.obj-675b260e5ec53116cede8bb0afe13e34.mesh differ diff --git a/escape-room/godot/imported/speakerSmall.png-2ffcce2264e7f979dc30e8d15db45c37.ctex b/escape-room/godot/imported/speakerSmall.png-2ffcce2264e7f979dc30e8d15db45c37.ctex new file mode 100644 index 0000000..2f157b5 Binary files /dev/null and b/escape-room/godot/imported/speakerSmall.png-2ffcce2264e7f979dc30e8d15db45c37.ctex differ diff --git a/escape-room/godot/imported/speakerSmall.png-2ffcce2264e7f979dc30e8d15db45c37.md5 b/escape-room/godot/imported/speakerSmall.png-2ffcce2264e7f979dc30e8d15db45c37.md5 new file mode 100644 index 0000000..eee93fd --- /dev/null +++ b/escape-room/godot/imported/speakerSmall.png-2ffcce2264e7f979dc30e8d15db45c37.md5 @@ -0,0 +1,3 @@ +source_md5="4f9e7a7a6dd6dd33809e1ea86e3ce1e4" +dest_md5="0e979b22d7e324505a765b4c22caddb9" + diff --git a/escape-room/godot/imported/speakerSmall_NE.png-95be022dcd8ac77358ea2591a7efae3d.ctex b/escape-room/godot/imported/speakerSmall_NE.png-95be022dcd8ac77358ea2591a7efae3d.ctex new file mode 100644 index 0000000..b99ff7f Binary files /dev/null and b/escape-room/godot/imported/speakerSmall_NE.png-95be022dcd8ac77358ea2591a7efae3d.ctex differ diff --git a/escape-room/godot/imported/speakerSmall_NE.png-95be022dcd8ac77358ea2591a7efae3d.md5 b/escape-room/godot/imported/speakerSmall_NE.png-95be022dcd8ac77358ea2591a7efae3d.md5 new file mode 100644 index 0000000..b83cc0a --- /dev/null +++ b/escape-room/godot/imported/speakerSmall_NE.png-95be022dcd8ac77358ea2591a7efae3d.md5 @@ -0,0 +1,3 @@ +source_md5="7cefc48e25e64ff241524f903901a5e4" +dest_md5="4eb13466b0f3784e65b6690e9f42b7b3" + diff --git a/escape-room/godot/imported/speakerSmall_NW.png-f3a2c97be2e3f54b747282b2a2109043.ctex b/escape-room/godot/imported/speakerSmall_NW.png-f3a2c97be2e3f54b747282b2a2109043.ctex new file mode 100644 index 0000000..d3a7fa4 Binary files /dev/null and b/escape-room/godot/imported/speakerSmall_NW.png-f3a2c97be2e3f54b747282b2a2109043.ctex differ diff --git a/escape-room/godot/imported/speakerSmall_NW.png-f3a2c97be2e3f54b747282b2a2109043.md5 b/escape-room/godot/imported/speakerSmall_NW.png-f3a2c97be2e3f54b747282b2a2109043.md5 new file mode 100644 index 0000000..665864d --- /dev/null +++ b/escape-room/godot/imported/speakerSmall_NW.png-f3a2c97be2e3f54b747282b2a2109043.md5 @@ -0,0 +1,3 @@ +source_md5="9e51d65da951398ffa3b7df742890f67" +dest_md5="481f10b103699bbd908cef5541eab4cb" + diff --git a/escape-room/godot/imported/speakerSmall_SE.png-a58362f652fa2d5dbedb86e7bc0c9581.ctex b/escape-room/godot/imported/speakerSmall_SE.png-a58362f652fa2d5dbedb86e7bc0c9581.ctex new file mode 100644 index 0000000..0deab24 Binary files /dev/null and b/escape-room/godot/imported/speakerSmall_SE.png-a58362f652fa2d5dbedb86e7bc0c9581.ctex differ diff --git a/escape-room/godot/imported/speakerSmall_SE.png-a58362f652fa2d5dbedb86e7bc0c9581.md5 b/escape-room/godot/imported/speakerSmall_SE.png-a58362f652fa2d5dbedb86e7bc0c9581.md5 new file mode 100644 index 0000000..475643e --- /dev/null +++ b/escape-room/godot/imported/speakerSmall_SE.png-a58362f652fa2d5dbedb86e7bc0c9581.md5 @@ -0,0 +1,3 @@ +source_md5="d579791a89bcabe2752f13d8eafe83ca" +dest_md5="37b8eec8740bc17a785100ecebde4b95" + diff --git a/escape-room/godot/imported/speakerSmall_SW.png-a4be1e40f17c5bccec9e6a689b392a9a.ctex b/escape-room/godot/imported/speakerSmall_SW.png-a4be1e40f17c5bccec9e6a689b392a9a.ctex new file mode 100644 index 0000000..6a9ea80 Binary files /dev/null and b/escape-room/godot/imported/speakerSmall_SW.png-a4be1e40f17c5bccec9e6a689b392a9a.ctex differ diff --git a/escape-room/godot/imported/speakerSmall_SW.png-a4be1e40f17c5bccec9e6a689b392a9a.md5 b/escape-room/godot/imported/speakerSmall_SW.png-a4be1e40f17c5bccec9e6a689b392a9a.md5 new file mode 100644 index 0000000..3f65ef2 --- /dev/null +++ b/escape-room/godot/imported/speakerSmall_SW.png-a4be1e40f17c5bccec9e6a689b392a9a.md5 @@ -0,0 +1,3 @@ +source_md5="3729b46e987c8f4fe7b82150f4496c81" +dest_md5="9640bce3cf622d835ddfd74b968e4af7" + diff --git a/escape-room/godot/imported/speaker_NE.png-8de749daf19f398f0ffc9f750e930b9a.ctex b/escape-room/godot/imported/speaker_NE.png-8de749daf19f398f0ffc9f750e930b9a.ctex new file mode 100644 index 0000000..09fe2c5 Binary files /dev/null and b/escape-room/godot/imported/speaker_NE.png-8de749daf19f398f0ffc9f750e930b9a.ctex differ diff --git a/escape-room/godot/imported/speaker_NE.png-8de749daf19f398f0ffc9f750e930b9a.md5 b/escape-room/godot/imported/speaker_NE.png-8de749daf19f398f0ffc9f750e930b9a.md5 new file mode 100644 index 0000000..b666bf5 --- /dev/null +++ b/escape-room/godot/imported/speaker_NE.png-8de749daf19f398f0ffc9f750e930b9a.md5 @@ -0,0 +1,3 @@ +source_md5="6d6a4133c9919b2c1ebf4733ff8ef2ab" +dest_md5="4754191e73462a19ac79b8a192646cdf" + diff --git a/escape-room/godot/imported/speaker_NW.png-b837f29d000dcc107e71c68480b3b9ce.ctex b/escape-room/godot/imported/speaker_NW.png-b837f29d000dcc107e71c68480b3b9ce.ctex new file mode 100644 index 0000000..ed2c2f1 Binary files /dev/null and b/escape-room/godot/imported/speaker_NW.png-b837f29d000dcc107e71c68480b3b9ce.ctex differ diff --git a/escape-room/godot/imported/speaker_NW.png-b837f29d000dcc107e71c68480b3b9ce.md5 b/escape-room/godot/imported/speaker_NW.png-b837f29d000dcc107e71c68480b3b9ce.md5 new file mode 100644 index 0000000..b54fb4e --- /dev/null +++ b/escape-room/godot/imported/speaker_NW.png-b837f29d000dcc107e71c68480b3b9ce.md5 @@ -0,0 +1,3 @@ +source_md5="4f1fb2af6fd49b9131f1c29755767370" +dest_md5="be74e72dff9d51b3b7828ff07f336ca3" + diff --git a/escape-room/godot/imported/speaker_SE.png-d2fbcfd52717bd23e1a8f2a05aaf71d4.ctex b/escape-room/godot/imported/speaker_SE.png-d2fbcfd52717bd23e1a8f2a05aaf71d4.ctex new file mode 100644 index 0000000..2fe9210 Binary files /dev/null and b/escape-room/godot/imported/speaker_SE.png-d2fbcfd52717bd23e1a8f2a05aaf71d4.ctex differ diff --git a/escape-room/godot/imported/speaker_SE.png-d2fbcfd52717bd23e1a8f2a05aaf71d4.md5 b/escape-room/godot/imported/speaker_SE.png-d2fbcfd52717bd23e1a8f2a05aaf71d4.md5 new file mode 100644 index 0000000..f2828c4 --- /dev/null +++ b/escape-room/godot/imported/speaker_SE.png-d2fbcfd52717bd23e1a8f2a05aaf71d4.md5 @@ -0,0 +1,3 @@ +source_md5="a2be6a8a22ad9f7658148337dd3f708a" +dest_md5="3da1996681049e1b38063a2b9bafdfc2" + diff --git a/escape-room/godot/imported/speaker_SW.png-d3ff2e6701cdcb46e8fa287b15f758ec.ctex b/escape-room/godot/imported/speaker_SW.png-d3ff2e6701cdcb46e8fa287b15f758ec.ctex new file mode 100644 index 0000000..c972cf2 Binary files /dev/null and b/escape-room/godot/imported/speaker_SW.png-d3ff2e6701cdcb46e8fa287b15f758ec.ctex differ diff --git a/escape-room/godot/imported/speaker_SW.png-d3ff2e6701cdcb46e8fa287b15f758ec.md5 b/escape-room/godot/imported/speaker_SW.png-d3ff2e6701cdcb46e8fa287b15f758ec.md5 new file mode 100644 index 0000000..8f6dae2 --- /dev/null +++ b/escape-room/godot/imported/speaker_SW.png-d3ff2e6701cdcb46e8fa287b15f758ec.md5 @@ -0,0 +1,3 @@ +source_md5="0f73c8b29d3529ae014a2a3ffdb90ee4" +dest_md5="dc7d737aa3c0ab9bc9c0a8ddb5cde0d1" + diff --git a/escape-room/godot/imported/specular.tga-e10359e2f34698531c9863cf2ece4a92.ctex b/escape-room/godot/imported/specular.tga-e10359e2f34698531c9863cf2ece4a92.ctex new file mode 100644 index 0000000..b411cc0 Binary files /dev/null and b/escape-room/godot/imported/specular.tga-e10359e2f34698531c9863cf2ece4a92.ctex differ diff --git a/escape-room/godot/imported/specular.tga-e10359e2f34698531c9863cf2ece4a92.md5 b/escape-room/godot/imported/specular.tga-e10359e2f34698531c9863cf2ece4a92.md5 new file mode 100644 index 0000000..183b1d5 --- /dev/null +++ b/escape-room/godot/imported/specular.tga-e10359e2f34698531c9863cf2ece4a92.md5 @@ -0,0 +1,3 @@ +source_md5="fe1d3e7f8c5f5e1d3bf24e8a189a7cd8" +dest_md5="010bf6f28dcf721e620f666ad3576d7e" + diff --git a/escape-room/godot/imported/specular_rust.tga-ed0849b1c5691ee82145d4327fb511e7.ctex b/escape-room/godot/imported/specular_rust.tga-ed0849b1c5691ee82145d4327fb511e7.ctex new file mode 100644 index 0000000..89c59b3 Binary files /dev/null and b/escape-room/godot/imported/specular_rust.tga-ed0849b1c5691ee82145d4327fb511e7.ctex differ diff --git a/escape-room/godot/imported/specular_rust.tga-ed0849b1c5691ee82145d4327fb511e7.md5 b/escape-room/godot/imported/specular_rust.tga-ed0849b1c5691ee82145d4327fb511e7.md5 new file mode 100644 index 0000000..2a352ad --- /dev/null +++ b/escape-room/godot/imported/specular_rust.tga-ed0849b1c5691ee82145d4327fb511e7.md5 @@ -0,0 +1,3 @@ +source_md5="fecaead83027ebb78a0c6c25925d8df9" +dest_md5="bd271bd8d536a94a3a6a747c2f629773" + diff --git a/escape-room/godot/imported/specular_stainless_steel.tga-c4916e72954fe14557e00afde01e24d9.ctex b/escape-room/godot/imported/specular_stainless_steel.tga-c4916e72954fe14557e00afde01e24d9.ctex new file mode 100644 index 0000000..2b36ad8 Binary files /dev/null and b/escape-room/godot/imported/specular_stainless_steel.tga-c4916e72954fe14557e00afde01e24d9.ctex differ diff --git a/escape-room/godot/imported/specular_stainless_steel.tga-c4916e72954fe14557e00afde01e24d9.md5 b/escape-room/godot/imported/specular_stainless_steel.tga-c4916e72954fe14557e00afde01e24d9.md5 new file mode 100644 index 0000000..49b394b --- /dev/null +++ b/escape-room/godot/imported/specular_stainless_steel.tga-c4916e72954fe14557e00afde01e24d9.md5 @@ -0,0 +1,3 @@ +source_md5="61a2db29ff528623877c184c9a397ffc" +dest_md5="af0f92d63d601a1cd6b4f01a5437594a" + diff --git a/escape-room/godot/imported/stairs-wide.fbx-f97c40999c96283cc59fe3750e7b3286.md5 b/escape-room/godot/imported/stairs-wide.fbx-f97c40999c96283cc59fe3750e7b3286.md5 new file mode 100644 index 0000000..4068b47 --- /dev/null +++ b/escape-room/godot/imported/stairs-wide.fbx-f97c40999c96283cc59fe3750e7b3286.md5 @@ -0,0 +1,3 @@ +source_md5="226123655c750e915f9be738cce5ff64" +dest_md5="e5c55627ff5f739e9ad1be19749d1fe5" + diff --git a/escape-room/godot/imported/stairs-wide.fbx-f97c40999c96283cc59fe3750e7b3286.scn b/escape-room/godot/imported/stairs-wide.fbx-f97c40999c96283cc59fe3750e7b3286.scn new file mode 100644 index 0000000..a925bad Binary files /dev/null and b/escape-room/godot/imported/stairs-wide.fbx-f97c40999c96283cc59fe3750e7b3286.scn differ diff --git a/escape-room/godot/imported/stairs-wide.glb-b79c819addb891029a101f478eb14821.md5 b/escape-room/godot/imported/stairs-wide.glb-b79c819addb891029a101f478eb14821.md5 new file mode 100644 index 0000000..3a885ab --- /dev/null +++ b/escape-room/godot/imported/stairs-wide.glb-b79c819addb891029a101f478eb14821.md5 @@ -0,0 +1,3 @@ +source_md5="3129c67e9c793ce143ba934257a47bc4" +dest_md5="c4cacb2ae5a897baa94f9b3c5d6746b0" + diff --git a/escape-room/godot/imported/stairs-wide.glb-b79c819addb891029a101f478eb14821.scn b/escape-room/godot/imported/stairs-wide.glb-b79c819addb891029a101f478eb14821.scn new file mode 100644 index 0000000..3a91726 Binary files /dev/null and b/escape-room/godot/imported/stairs-wide.glb-b79c819addb891029a101f478eb14821.scn differ diff --git a/escape-room/godot/imported/stairs-wide.obj-18799abdfd2a372601cddb053d30aec2.md5 b/escape-room/godot/imported/stairs-wide.obj-18799abdfd2a372601cddb053d30aec2.md5 new file mode 100644 index 0000000..126d861 --- /dev/null +++ b/escape-room/godot/imported/stairs-wide.obj-18799abdfd2a372601cddb053d30aec2.md5 @@ -0,0 +1,3 @@ +source_md5="f21d3e3ab4ebfe82e94707c7974fc6f4" +dest_md5="667e5e4aa08487c8bc270a486fc42c41" + diff --git a/escape-room/godot/imported/stairs-wide.obj-18799abdfd2a372601cddb053d30aec2.mesh b/escape-room/godot/imported/stairs-wide.obj-18799abdfd2a372601cddb053d30aec2.mesh new file mode 100644 index 0000000..e50a1aa Binary files /dev/null and b/escape-room/godot/imported/stairs-wide.obj-18799abdfd2a372601cddb053d30aec2.mesh differ diff --git a/escape-room/godot/imported/stairs-wide.png-398081fd4354a07d902ba210174426f5.ctex b/escape-room/godot/imported/stairs-wide.png-398081fd4354a07d902ba210174426f5.ctex new file mode 100644 index 0000000..28f2246 Binary files /dev/null and b/escape-room/godot/imported/stairs-wide.png-398081fd4354a07d902ba210174426f5.ctex differ diff --git a/escape-room/godot/imported/stairs-wide.png-398081fd4354a07d902ba210174426f5.md5 b/escape-room/godot/imported/stairs-wide.png-398081fd4354a07d902ba210174426f5.md5 new file mode 100644 index 0000000..8fc53a2 --- /dev/null +++ b/escape-room/godot/imported/stairs-wide.png-398081fd4354a07d902ba210174426f5.md5 @@ -0,0 +1,3 @@ +source_md5="0ff48703a99d763267bcbec78ca21bf1" +dest_md5="a948ab05cc5c6bfffc319303ccc27261" + diff --git a/escape-room/godot/imported/stairs.dae-b674424fa1f7b496bca6f721c2f9f678.md5 b/escape-room/godot/imported/stairs.dae-b674424fa1f7b496bca6f721c2f9f678.md5 new file mode 100644 index 0000000..184be24 --- /dev/null +++ b/escape-room/godot/imported/stairs.dae-b674424fa1f7b496bca6f721c2f9f678.md5 @@ -0,0 +1,3 @@ +source_md5="31006c7af1f279c926d05ac7e03fac03" +dest_md5="81ddf1ee5554b078ef69fc1e36488a05" + diff --git a/escape-room/godot/imported/stairs.dae-b674424fa1f7b496bca6f721c2f9f678.scn b/escape-room/godot/imported/stairs.dae-b674424fa1f7b496bca6f721c2f9f678.scn new file mode 100644 index 0000000..003ac77 Binary files /dev/null and b/escape-room/godot/imported/stairs.dae-b674424fa1f7b496bca6f721c2f9f678.scn differ diff --git a/escape-room/godot/imported/stairs.fbx-c217f3355eac7344d1f19d2dcf620d62.md5 b/escape-room/godot/imported/stairs.fbx-c217f3355eac7344d1f19d2dcf620d62.md5 new file mode 100644 index 0000000..4a3e396 --- /dev/null +++ b/escape-room/godot/imported/stairs.fbx-c217f3355eac7344d1f19d2dcf620d62.md5 @@ -0,0 +1,3 @@ +source_md5="412508470ad91960263307a43f164e66" +dest_md5="b58e102f7e803644d10744db1b308cc4" + diff --git a/escape-room/godot/imported/stairs.fbx-c217f3355eac7344d1f19d2dcf620d62.scn b/escape-room/godot/imported/stairs.fbx-c217f3355eac7344d1f19d2dcf620d62.scn new file mode 100644 index 0000000..8e79191 Binary files /dev/null and b/escape-room/godot/imported/stairs.fbx-c217f3355eac7344d1f19d2dcf620d62.scn differ diff --git a/escape-room/godot/imported/stairs.fbx-c9ee0ea064718f199cd32709935cf6f3.md5 b/escape-room/godot/imported/stairs.fbx-c9ee0ea064718f199cd32709935cf6f3.md5 new file mode 100644 index 0000000..79b4074 --- /dev/null +++ b/escape-room/godot/imported/stairs.fbx-c9ee0ea064718f199cd32709935cf6f3.md5 @@ -0,0 +1,3 @@ +source_md5="844c6fe98636925f1137b833dc5490a1" +dest_md5="57db6a69ced3dee8e3e420e4020d96d6" + diff --git a/escape-room/godot/imported/stairs.fbx-c9ee0ea064718f199cd32709935cf6f3.scn b/escape-room/godot/imported/stairs.fbx-c9ee0ea064718f199cd32709935cf6f3.scn new file mode 100644 index 0000000..15e6391 Binary files /dev/null and b/escape-room/godot/imported/stairs.fbx-c9ee0ea064718f199cd32709935cf6f3.scn differ diff --git a/escape-room/godot/imported/stairs.glb-930750f36f3f7b4ece9f9dc256d29f02.md5 b/escape-room/godot/imported/stairs.glb-930750f36f3f7b4ece9f9dc256d29f02.md5 new file mode 100644 index 0000000..90c243c --- /dev/null +++ b/escape-room/godot/imported/stairs.glb-930750f36f3f7b4ece9f9dc256d29f02.md5 @@ -0,0 +1,3 @@ +source_md5="734d3cca0e913a32e4732087ee7143b6" +dest_md5="1ee0a3474dea25f88ab484508ec248c8" + diff --git a/escape-room/godot/imported/stairs.glb-930750f36f3f7b4ece9f9dc256d29f02.scn b/escape-room/godot/imported/stairs.glb-930750f36f3f7b4ece9f9dc256d29f02.scn new file mode 100644 index 0000000..711205c Binary files /dev/null and b/escape-room/godot/imported/stairs.glb-930750f36f3f7b4ece9f9dc256d29f02.scn differ diff --git a/escape-room/godot/imported/stairs.glb-f1128659cd04ac885698c1cef855cef7.md5 b/escape-room/godot/imported/stairs.glb-f1128659cd04ac885698c1cef855cef7.md5 new file mode 100644 index 0000000..7bae64a --- /dev/null +++ b/escape-room/godot/imported/stairs.glb-f1128659cd04ac885698c1cef855cef7.md5 @@ -0,0 +1,3 @@ +source_md5="c407b65e68bd3e499671628a61556482" +dest_md5="69a8a4d002f06500e7f14800bd64a461" + diff --git a/escape-room/godot/imported/stairs.glb-f1128659cd04ac885698c1cef855cef7.scn b/escape-room/godot/imported/stairs.glb-f1128659cd04ac885698c1cef855cef7.scn new file mode 100644 index 0000000..516122d Binary files /dev/null and b/escape-room/godot/imported/stairs.glb-f1128659cd04ac885698c1cef855cef7.scn differ diff --git a/escape-room/godot/imported/stairs.obj-138a11495d211e7175e6c9e39d49946a.md5 b/escape-room/godot/imported/stairs.obj-138a11495d211e7175e6c9e39d49946a.md5 new file mode 100644 index 0000000..94fe99c --- /dev/null +++ b/escape-room/godot/imported/stairs.obj-138a11495d211e7175e6c9e39d49946a.md5 @@ -0,0 +1,3 @@ +source_md5="58909cb98cdf15aeefd4801885542537" +dest_md5="8735dd6e2dd50e815b725df081730ea3" + diff --git a/escape-room/godot/imported/stairs.obj-138a11495d211e7175e6c9e39d49946a.mesh b/escape-room/godot/imported/stairs.obj-138a11495d211e7175e6c9e39d49946a.mesh new file mode 100644 index 0000000..ab8b1c7 Binary files /dev/null and b/escape-room/godot/imported/stairs.obj-138a11495d211e7175e6c9e39d49946a.mesh differ diff --git a/escape-room/godot/imported/stairs.obj-ea789947d03a5d21ca11c616c2199313.md5 b/escape-room/godot/imported/stairs.obj-ea789947d03a5d21ca11c616c2199313.md5 new file mode 100644 index 0000000..516cfba --- /dev/null +++ b/escape-room/godot/imported/stairs.obj-ea789947d03a5d21ca11c616c2199313.md5 @@ -0,0 +1,3 @@ +source_md5="0015f1e0f336a0f7672c9b2ac2622b45" +dest_md5="f986181bfe231da489d3b65171cb5cd8" + diff --git a/escape-room/godot/imported/stairs.obj-ea789947d03a5d21ca11c616c2199313.mesh b/escape-room/godot/imported/stairs.obj-ea789947d03a5d21ca11c616c2199313.mesh new file mode 100644 index 0000000..a2d7e92 Binary files /dev/null and b/escape-room/godot/imported/stairs.obj-ea789947d03a5d21ca11c616c2199313.mesh differ diff --git a/escape-room/godot/imported/stairs.png-bc439d46ebb192e8a06400f73bce8a3c.ctex b/escape-room/godot/imported/stairs.png-bc439d46ebb192e8a06400f73bce8a3c.ctex new file mode 100644 index 0000000..ecdfe7d Binary files /dev/null and b/escape-room/godot/imported/stairs.png-bc439d46ebb192e8a06400f73bce8a3c.ctex differ diff --git a/escape-room/godot/imported/stairs.png-bc439d46ebb192e8a06400f73bce8a3c.md5 b/escape-room/godot/imported/stairs.png-bc439d46ebb192e8a06400f73bce8a3c.md5 new file mode 100644 index 0000000..0eb2984 --- /dev/null +++ b/escape-room/godot/imported/stairs.png-bc439d46ebb192e8a06400f73bce8a3c.md5 @@ -0,0 +1,3 @@ +source_md5="29db94d7360f576f6b349b2f6c621605" +dest_md5="0c814fad7e88fa3b71fa813528f46f53" + diff --git a/escape-room/godot/imported/stairs.png-d111cc5efe2f5c747f759ef2a5b15e7f.ctex b/escape-room/godot/imported/stairs.png-d111cc5efe2f5c747f759ef2a5b15e7f.ctex new file mode 100644 index 0000000..80ae812 Binary files /dev/null and b/escape-room/godot/imported/stairs.png-d111cc5efe2f5c747f759ef2a5b15e7f.ctex differ diff --git a/escape-room/godot/imported/stairs.png-d111cc5efe2f5c747f759ef2a5b15e7f.md5 b/escape-room/godot/imported/stairs.png-d111cc5efe2f5c747f759ef2a5b15e7f.md5 new file mode 100644 index 0000000..172f787 --- /dev/null +++ b/escape-room/godot/imported/stairs.png-d111cc5efe2f5c747f759ef2a5b15e7f.md5 @@ -0,0 +1,3 @@ +source_md5="39dea97a9e65e1f92d849f885980fbf7" +dest_md5="13a2f75ad9a842d579b13121e98b7107" + diff --git a/escape-room/godot/imported/stairsCorner.dae-f57988aeb9a882d725fef0a152fd1161.md5 b/escape-room/godot/imported/stairsCorner.dae-f57988aeb9a882d725fef0a152fd1161.md5 new file mode 100644 index 0000000..9962956 --- /dev/null +++ b/escape-room/godot/imported/stairsCorner.dae-f57988aeb9a882d725fef0a152fd1161.md5 @@ -0,0 +1,3 @@ +source_md5="4168dd5162b2ded61d9bad963d9c124d" +dest_md5="6bac55667dd02398fa52ab8ac4a2ec6e" + diff --git a/escape-room/godot/imported/stairsCorner.dae-f57988aeb9a882d725fef0a152fd1161.scn b/escape-room/godot/imported/stairsCorner.dae-f57988aeb9a882d725fef0a152fd1161.scn new file mode 100644 index 0000000..438785f Binary files /dev/null and b/escape-room/godot/imported/stairsCorner.dae-f57988aeb9a882d725fef0a152fd1161.scn differ diff --git a/escape-room/godot/imported/stairsCorner.fbx-490cf7a282c55a2c1bf8a7027e76011f.md5 b/escape-room/godot/imported/stairsCorner.fbx-490cf7a282c55a2c1bf8a7027e76011f.md5 new file mode 100644 index 0000000..9a1759e --- /dev/null +++ b/escape-room/godot/imported/stairsCorner.fbx-490cf7a282c55a2c1bf8a7027e76011f.md5 @@ -0,0 +1,3 @@ +source_md5="50e889303830a00d1db9a3021fdc82e7" +dest_md5="af75061ef3d32b81ad06b1c16994243d" + diff --git a/escape-room/godot/imported/stairsCorner.fbx-490cf7a282c55a2c1bf8a7027e76011f.scn b/escape-room/godot/imported/stairsCorner.fbx-490cf7a282c55a2c1bf8a7027e76011f.scn new file mode 100644 index 0000000..dd010b4 Binary files /dev/null and b/escape-room/godot/imported/stairsCorner.fbx-490cf7a282c55a2c1bf8a7027e76011f.scn differ diff --git a/escape-room/godot/imported/stairsCorner.glb-aa58eccee66518a823dc647467b4ecd2.md5 b/escape-room/godot/imported/stairsCorner.glb-aa58eccee66518a823dc647467b4ecd2.md5 new file mode 100644 index 0000000..d3fde38 --- /dev/null +++ b/escape-room/godot/imported/stairsCorner.glb-aa58eccee66518a823dc647467b4ecd2.md5 @@ -0,0 +1,3 @@ +source_md5="a302023a90727592b891c5b6dd6a57df" +dest_md5="8336807ac23886c83bee95fba849eb70" + diff --git a/escape-room/godot/imported/stairsCorner.glb-aa58eccee66518a823dc647467b4ecd2.scn b/escape-room/godot/imported/stairsCorner.glb-aa58eccee66518a823dc647467b4ecd2.scn new file mode 100644 index 0000000..97ab282 Binary files /dev/null and b/escape-room/godot/imported/stairsCorner.glb-aa58eccee66518a823dc647467b4ecd2.scn differ diff --git a/escape-room/godot/imported/stairsCorner.obj-c2da352d1583a27abcd50885e7f837b7.md5 b/escape-room/godot/imported/stairsCorner.obj-c2da352d1583a27abcd50885e7f837b7.md5 new file mode 100644 index 0000000..2ee5c64 --- /dev/null +++ b/escape-room/godot/imported/stairsCorner.obj-c2da352d1583a27abcd50885e7f837b7.md5 @@ -0,0 +1,3 @@ +source_md5="35b7c915681acc4999f3afc93a12d0fc" +dest_md5="941928dbe3fb440215c07fd6774b158c" + diff --git a/escape-room/godot/imported/stairsCorner.obj-c2da352d1583a27abcd50885e7f837b7.mesh b/escape-room/godot/imported/stairsCorner.obj-c2da352d1583a27abcd50885e7f837b7.mesh new file mode 100644 index 0000000..c5c0307 Binary files /dev/null and b/escape-room/godot/imported/stairsCorner.obj-c2da352d1583a27abcd50885e7f837b7.mesh differ diff --git a/escape-room/godot/imported/stairsCorner.png-444629235609985eb0e406f03c22a0e9.ctex b/escape-room/godot/imported/stairsCorner.png-444629235609985eb0e406f03c22a0e9.ctex new file mode 100644 index 0000000..8f4a3d9 Binary files /dev/null and b/escape-room/godot/imported/stairsCorner.png-444629235609985eb0e406f03c22a0e9.ctex differ diff --git a/escape-room/godot/imported/stairsCorner.png-444629235609985eb0e406f03c22a0e9.md5 b/escape-room/godot/imported/stairsCorner.png-444629235609985eb0e406f03c22a0e9.md5 new file mode 100644 index 0000000..cba86ae --- /dev/null +++ b/escape-room/godot/imported/stairsCorner.png-444629235609985eb0e406f03c22a0e9.md5 @@ -0,0 +1,3 @@ +source_md5="e5bfb11c7e6d9a935c0d06213412a26c" +dest_md5="d95246a2fbf9ca670e750ab2f61923bb" + diff --git a/escape-room/godot/imported/stairsCorner_NE.png-960490e5626f0635776192c2cfadfd7c.ctex b/escape-room/godot/imported/stairsCorner_NE.png-960490e5626f0635776192c2cfadfd7c.ctex new file mode 100644 index 0000000..e613e69 Binary files /dev/null and b/escape-room/godot/imported/stairsCorner_NE.png-960490e5626f0635776192c2cfadfd7c.ctex differ diff --git a/escape-room/godot/imported/stairsCorner_NE.png-960490e5626f0635776192c2cfadfd7c.md5 b/escape-room/godot/imported/stairsCorner_NE.png-960490e5626f0635776192c2cfadfd7c.md5 new file mode 100644 index 0000000..79e1a64 --- /dev/null +++ b/escape-room/godot/imported/stairsCorner_NE.png-960490e5626f0635776192c2cfadfd7c.md5 @@ -0,0 +1,3 @@ +source_md5="d2deac15e1f9a4b6ba0c2e26acc458a7" +dest_md5="596bdaf71b978fc5130ff81dae8a76b3" + diff --git a/escape-room/godot/imported/stairsCorner_NW.png-48c6057800467e4e996211c8e52dc7f5.ctex b/escape-room/godot/imported/stairsCorner_NW.png-48c6057800467e4e996211c8e52dc7f5.ctex new file mode 100644 index 0000000..c34d679 Binary files /dev/null and b/escape-room/godot/imported/stairsCorner_NW.png-48c6057800467e4e996211c8e52dc7f5.ctex differ diff --git a/escape-room/godot/imported/stairsCorner_NW.png-48c6057800467e4e996211c8e52dc7f5.md5 b/escape-room/godot/imported/stairsCorner_NW.png-48c6057800467e4e996211c8e52dc7f5.md5 new file mode 100644 index 0000000..8580d55 --- /dev/null +++ b/escape-room/godot/imported/stairsCorner_NW.png-48c6057800467e4e996211c8e52dc7f5.md5 @@ -0,0 +1,3 @@ +source_md5="29d6cb309222a9bc0d9c7a521e107580" +dest_md5="65276b09b9ee503d9c23ed8dc0aa6080" + diff --git a/escape-room/godot/imported/stairsCorner_SE.png-69600e201e167602e1dfeb96769e5519.ctex b/escape-room/godot/imported/stairsCorner_SE.png-69600e201e167602e1dfeb96769e5519.ctex new file mode 100644 index 0000000..a624fe7 Binary files /dev/null and b/escape-room/godot/imported/stairsCorner_SE.png-69600e201e167602e1dfeb96769e5519.ctex differ diff --git a/escape-room/godot/imported/stairsCorner_SE.png-69600e201e167602e1dfeb96769e5519.md5 b/escape-room/godot/imported/stairsCorner_SE.png-69600e201e167602e1dfeb96769e5519.md5 new file mode 100644 index 0000000..de3efcf --- /dev/null +++ b/escape-room/godot/imported/stairsCorner_SE.png-69600e201e167602e1dfeb96769e5519.md5 @@ -0,0 +1,3 @@ +source_md5="872ed3643910ca4e702321aa019f1292" +dest_md5="27d64dc3a6bb6d054fa5d39eb8225f91" + diff --git a/escape-room/godot/imported/stairsCorner_SW.png-b599ab5c5adde6adcf003d825f3e5842.ctex b/escape-room/godot/imported/stairsCorner_SW.png-b599ab5c5adde6adcf003d825f3e5842.ctex new file mode 100644 index 0000000..2243d77 Binary files /dev/null and b/escape-room/godot/imported/stairsCorner_SW.png-b599ab5c5adde6adcf003d825f3e5842.ctex differ diff --git a/escape-room/godot/imported/stairsCorner_SW.png-b599ab5c5adde6adcf003d825f3e5842.md5 b/escape-room/godot/imported/stairsCorner_SW.png-b599ab5c5adde6adcf003d825f3e5842.md5 new file mode 100644 index 0000000..a513665 --- /dev/null +++ b/escape-room/godot/imported/stairsCorner_SW.png-b599ab5c5adde6adcf003d825f3e5842.md5 @@ -0,0 +1,3 @@ +source_md5="b17bc7824e33dc313e5e0bae77451142" +dest_md5="d1b70bfc9266fdf9fd84bf108401f977" + diff --git a/escape-room/godot/imported/stairsOpen.dae-f39fb5c474c651e59be1e295bd388fa6.md5 b/escape-room/godot/imported/stairsOpen.dae-f39fb5c474c651e59be1e295bd388fa6.md5 new file mode 100644 index 0000000..85e605b --- /dev/null +++ b/escape-room/godot/imported/stairsOpen.dae-f39fb5c474c651e59be1e295bd388fa6.md5 @@ -0,0 +1,3 @@ +source_md5="ee674753e6efe4bb5aa46d4c5b7d556a" +dest_md5="62aa8aac785dd285015638820f27ae0e" + diff --git a/escape-room/godot/imported/stairsOpen.dae-f39fb5c474c651e59be1e295bd388fa6.scn b/escape-room/godot/imported/stairsOpen.dae-f39fb5c474c651e59be1e295bd388fa6.scn new file mode 100644 index 0000000..f40872a Binary files /dev/null and b/escape-room/godot/imported/stairsOpen.dae-f39fb5c474c651e59be1e295bd388fa6.scn differ diff --git a/escape-room/godot/imported/stairsOpen.fbx-5cb8b9c58c9898aa04caf8e56da02d60.md5 b/escape-room/godot/imported/stairsOpen.fbx-5cb8b9c58c9898aa04caf8e56da02d60.md5 new file mode 100644 index 0000000..5b99f9d --- /dev/null +++ b/escape-room/godot/imported/stairsOpen.fbx-5cb8b9c58c9898aa04caf8e56da02d60.md5 @@ -0,0 +1,3 @@ +source_md5="19a532ce9871c1f59a84b782649dcb86" +dest_md5="a475a97f720f151e4fc82135fe31bfba" + diff --git a/escape-room/godot/imported/stairsOpen.fbx-5cb8b9c58c9898aa04caf8e56da02d60.scn b/escape-room/godot/imported/stairsOpen.fbx-5cb8b9c58c9898aa04caf8e56da02d60.scn new file mode 100644 index 0000000..3a44982 Binary files /dev/null and b/escape-room/godot/imported/stairsOpen.fbx-5cb8b9c58c9898aa04caf8e56da02d60.scn differ diff --git a/escape-room/godot/imported/stairsOpen.glb-3086225b3ee0d02b0e00dd0005b39fe4.md5 b/escape-room/godot/imported/stairsOpen.glb-3086225b3ee0d02b0e00dd0005b39fe4.md5 new file mode 100644 index 0000000..653376d --- /dev/null +++ b/escape-room/godot/imported/stairsOpen.glb-3086225b3ee0d02b0e00dd0005b39fe4.md5 @@ -0,0 +1,3 @@ +source_md5="6eabc4bc55c2f78997fb1676ad94dfcf" +dest_md5="c46a4728bb73e639bb1c8cd4f0862b7e" + diff --git a/escape-room/godot/imported/stairsOpen.glb-3086225b3ee0d02b0e00dd0005b39fe4.scn b/escape-room/godot/imported/stairsOpen.glb-3086225b3ee0d02b0e00dd0005b39fe4.scn new file mode 100644 index 0000000..c12795a Binary files /dev/null and b/escape-room/godot/imported/stairsOpen.glb-3086225b3ee0d02b0e00dd0005b39fe4.scn differ diff --git a/escape-room/godot/imported/stairsOpen.obj-9462044a5fac4da1fa165511b39a81e2.md5 b/escape-room/godot/imported/stairsOpen.obj-9462044a5fac4da1fa165511b39a81e2.md5 new file mode 100644 index 0000000..02ad225 --- /dev/null +++ b/escape-room/godot/imported/stairsOpen.obj-9462044a5fac4da1fa165511b39a81e2.md5 @@ -0,0 +1,3 @@ +source_md5="e9ed15af7e4e3b233887975c7e53d1d6" +dest_md5="eb5275d3f2c1cbb8c8afab41188b8324" + diff --git a/escape-room/godot/imported/stairsOpen.obj-9462044a5fac4da1fa165511b39a81e2.mesh b/escape-room/godot/imported/stairsOpen.obj-9462044a5fac4da1fa165511b39a81e2.mesh new file mode 100644 index 0000000..9eb2f33 Binary files /dev/null and b/escape-room/godot/imported/stairsOpen.obj-9462044a5fac4da1fa165511b39a81e2.mesh differ diff --git a/escape-room/godot/imported/stairsOpen.png-f018ee15973445640cd354f37fb28ed3.ctex b/escape-room/godot/imported/stairsOpen.png-f018ee15973445640cd354f37fb28ed3.ctex new file mode 100644 index 0000000..8d2a460 Binary files /dev/null and b/escape-room/godot/imported/stairsOpen.png-f018ee15973445640cd354f37fb28ed3.ctex differ diff --git a/escape-room/godot/imported/stairsOpen.png-f018ee15973445640cd354f37fb28ed3.md5 b/escape-room/godot/imported/stairsOpen.png-f018ee15973445640cd354f37fb28ed3.md5 new file mode 100644 index 0000000..304d7f1 --- /dev/null +++ b/escape-room/godot/imported/stairsOpen.png-f018ee15973445640cd354f37fb28ed3.md5 @@ -0,0 +1,3 @@ +source_md5="22726b06b9a1e32fd81d1f288e873cd8" +dest_md5="deff84527e6480a9ea7babcc5e3162c6" + diff --git a/escape-room/godot/imported/stairsOpenSingle.dae-8620b737faeb3537cf55d510f7491de6.md5 b/escape-room/godot/imported/stairsOpenSingle.dae-8620b737faeb3537cf55d510f7491de6.md5 new file mode 100644 index 0000000..7fcc8ac --- /dev/null +++ b/escape-room/godot/imported/stairsOpenSingle.dae-8620b737faeb3537cf55d510f7491de6.md5 @@ -0,0 +1,3 @@ +source_md5="aee0e302ac65ec3b5ea645901a42e766" +dest_md5="49afe0a36cee44e7e75bc5c5c6daa5e1" + diff --git a/escape-room/godot/imported/stairsOpenSingle.dae-8620b737faeb3537cf55d510f7491de6.scn b/escape-room/godot/imported/stairsOpenSingle.dae-8620b737faeb3537cf55d510f7491de6.scn new file mode 100644 index 0000000..4c3e00f Binary files /dev/null and b/escape-room/godot/imported/stairsOpenSingle.dae-8620b737faeb3537cf55d510f7491de6.scn differ diff --git a/escape-room/godot/imported/stairsOpenSingle.fbx-22cb8888580922640967948b4389f19e.md5 b/escape-room/godot/imported/stairsOpenSingle.fbx-22cb8888580922640967948b4389f19e.md5 new file mode 100644 index 0000000..341845d --- /dev/null +++ b/escape-room/godot/imported/stairsOpenSingle.fbx-22cb8888580922640967948b4389f19e.md5 @@ -0,0 +1,3 @@ +source_md5="3eb8ea1bae1898d07abc8baae6020a5e" +dest_md5="8fae7d55bf75fd76f0619dc69de44ad2" + diff --git a/escape-room/godot/imported/stairsOpenSingle.fbx-22cb8888580922640967948b4389f19e.scn b/escape-room/godot/imported/stairsOpenSingle.fbx-22cb8888580922640967948b4389f19e.scn new file mode 100644 index 0000000..d6d996f Binary files /dev/null and b/escape-room/godot/imported/stairsOpenSingle.fbx-22cb8888580922640967948b4389f19e.scn differ diff --git a/escape-room/godot/imported/stairsOpenSingle.glb-531ba097b18ce6f5149ab42e87c73e5f.md5 b/escape-room/godot/imported/stairsOpenSingle.glb-531ba097b18ce6f5149ab42e87c73e5f.md5 new file mode 100644 index 0000000..a81d7be --- /dev/null +++ b/escape-room/godot/imported/stairsOpenSingle.glb-531ba097b18ce6f5149ab42e87c73e5f.md5 @@ -0,0 +1,3 @@ +source_md5="c48a9512db937e7b7cba9cccbba6abaa" +dest_md5="b83cbcfc3d3d08b7ce5a373be77aa8e5" + diff --git a/escape-room/godot/imported/stairsOpenSingle.glb-531ba097b18ce6f5149ab42e87c73e5f.scn b/escape-room/godot/imported/stairsOpenSingle.glb-531ba097b18ce6f5149ab42e87c73e5f.scn new file mode 100644 index 0000000..fa990f8 Binary files /dev/null and b/escape-room/godot/imported/stairsOpenSingle.glb-531ba097b18ce6f5149ab42e87c73e5f.scn differ diff --git a/escape-room/godot/imported/stairsOpenSingle.obj-7860c4dd47da31a898b39186cb7b2e2c.md5 b/escape-room/godot/imported/stairsOpenSingle.obj-7860c4dd47da31a898b39186cb7b2e2c.md5 new file mode 100644 index 0000000..a8e7466 --- /dev/null +++ b/escape-room/godot/imported/stairsOpenSingle.obj-7860c4dd47da31a898b39186cb7b2e2c.md5 @@ -0,0 +1,3 @@ +source_md5="8065f9bbbad59a5fbc5de87a865be715" +dest_md5="ddab85032ef954de1c1f9af068d04135" + diff --git a/escape-room/godot/imported/stairsOpenSingle.obj-7860c4dd47da31a898b39186cb7b2e2c.mesh b/escape-room/godot/imported/stairsOpenSingle.obj-7860c4dd47da31a898b39186cb7b2e2c.mesh new file mode 100644 index 0000000..196223d Binary files /dev/null and b/escape-room/godot/imported/stairsOpenSingle.obj-7860c4dd47da31a898b39186cb7b2e2c.mesh differ diff --git a/escape-room/godot/imported/stairsOpenSingle.png-4986d351ed144dd89833e93aa8c2c258.ctex b/escape-room/godot/imported/stairsOpenSingle.png-4986d351ed144dd89833e93aa8c2c258.ctex new file mode 100644 index 0000000..3456888 Binary files /dev/null and b/escape-room/godot/imported/stairsOpenSingle.png-4986d351ed144dd89833e93aa8c2c258.ctex differ diff --git a/escape-room/godot/imported/stairsOpenSingle.png-4986d351ed144dd89833e93aa8c2c258.md5 b/escape-room/godot/imported/stairsOpenSingle.png-4986d351ed144dd89833e93aa8c2c258.md5 new file mode 100644 index 0000000..6ddcf00 --- /dev/null +++ b/escape-room/godot/imported/stairsOpenSingle.png-4986d351ed144dd89833e93aa8c2c258.md5 @@ -0,0 +1,3 @@ +source_md5="0d233d66da0c14b1676f43464e2d02a9" +dest_md5="9273377dcf3ef831336864b63650921a" + diff --git a/escape-room/godot/imported/stairsOpenSingle_NE.png-5b874c8a8bf00fa6c55da2bb265c78d3.ctex b/escape-room/godot/imported/stairsOpenSingle_NE.png-5b874c8a8bf00fa6c55da2bb265c78d3.ctex new file mode 100644 index 0000000..e32688a Binary files /dev/null and b/escape-room/godot/imported/stairsOpenSingle_NE.png-5b874c8a8bf00fa6c55da2bb265c78d3.ctex differ diff --git a/escape-room/godot/imported/stairsOpenSingle_NE.png-5b874c8a8bf00fa6c55da2bb265c78d3.md5 b/escape-room/godot/imported/stairsOpenSingle_NE.png-5b874c8a8bf00fa6c55da2bb265c78d3.md5 new file mode 100644 index 0000000..5c17496 --- /dev/null +++ b/escape-room/godot/imported/stairsOpenSingle_NE.png-5b874c8a8bf00fa6c55da2bb265c78d3.md5 @@ -0,0 +1,3 @@ +source_md5="50e314ac235931a759bd36065dfa8bf9" +dest_md5="cf39d80a41af85cd66e0a8207dadc9d8" + diff --git a/escape-room/godot/imported/stairsOpenSingle_NW.png-ea9f400927c262eecb6e7a754f509514.ctex b/escape-room/godot/imported/stairsOpenSingle_NW.png-ea9f400927c262eecb6e7a754f509514.ctex new file mode 100644 index 0000000..c4bca89 Binary files /dev/null and b/escape-room/godot/imported/stairsOpenSingle_NW.png-ea9f400927c262eecb6e7a754f509514.ctex differ diff --git a/escape-room/godot/imported/stairsOpenSingle_NW.png-ea9f400927c262eecb6e7a754f509514.md5 b/escape-room/godot/imported/stairsOpenSingle_NW.png-ea9f400927c262eecb6e7a754f509514.md5 new file mode 100644 index 0000000..40808b3 --- /dev/null +++ b/escape-room/godot/imported/stairsOpenSingle_NW.png-ea9f400927c262eecb6e7a754f509514.md5 @@ -0,0 +1,3 @@ +source_md5="741c91c386f3cf5d7ebb87a006311725" +dest_md5="2c9361fcaded38130eddb4b956707af2" + diff --git a/escape-room/godot/imported/stairsOpenSingle_SE.png-088e5ca18ce70cfe9a00a46a95ad3054.ctex b/escape-room/godot/imported/stairsOpenSingle_SE.png-088e5ca18ce70cfe9a00a46a95ad3054.ctex new file mode 100644 index 0000000..253fce9 Binary files /dev/null and b/escape-room/godot/imported/stairsOpenSingle_SE.png-088e5ca18ce70cfe9a00a46a95ad3054.ctex differ diff --git a/escape-room/godot/imported/stairsOpenSingle_SE.png-088e5ca18ce70cfe9a00a46a95ad3054.md5 b/escape-room/godot/imported/stairsOpenSingle_SE.png-088e5ca18ce70cfe9a00a46a95ad3054.md5 new file mode 100644 index 0000000..5473b0d --- /dev/null +++ b/escape-room/godot/imported/stairsOpenSingle_SE.png-088e5ca18ce70cfe9a00a46a95ad3054.md5 @@ -0,0 +1,3 @@ +source_md5="ea01fd0f6fd3e17e95e603a93befea9b" +dest_md5="8a554b82297c4c4544d0ef82ac78167c" + diff --git a/escape-room/godot/imported/stairsOpenSingle_SW.png-fc313b02109c44a09894d86989fa18dc.ctex b/escape-room/godot/imported/stairsOpenSingle_SW.png-fc313b02109c44a09894d86989fa18dc.ctex new file mode 100644 index 0000000..d102b79 Binary files /dev/null and b/escape-room/godot/imported/stairsOpenSingle_SW.png-fc313b02109c44a09894d86989fa18dc.ctex differ diff --git a/escape-room/godot/imported/stairsOpenSingle_SW.png-fc313b02109c44a09894d86989fa18dc.md5 b/escape-room/godot/imported/stairsOpenSingle_SW.png-fc313b02109c44a09894d86989fa18dc.md5 new file mode 100644 index 0000000..303fd80 --- /dev/null +++ b/escape-room/godot/imported/stairsOpenSingle_SW.png-fc313b02109c44a09894d86989fa18dc.md5 @@ -0,0 +1,3 @@ +source_md5="6790f101de2d5fe554d21e2523282cdd" +dest_md5="c5a03892f23285bef3db480cc2355a2d" + diff --git a/escape-room/godot/imported/stairsOpen_NE.png-3f89e97d530829b3b7f0d3f1c549b8ee.ctex b/escape-room/godot/imported/stairsOpen_NE.png-3f89e97d530829b3b7f0d3f1c549b8ee.ctex new file mode 100644 index 0000000..9a2aa36 Binary files /dev/null and b/escape-room/godot/imported/stairsOpen_NE.png-3f89e97d530829b3b7f0d3f1c549b8ee.ctex differ diff --git a/escape-room/godot/imported/stairsOpen_NE.png-3f89e97d530829b3b7f0d3f1c549b8ee.md5 b/escape-room/godot/imported/stairsOpen_NE.png-3f89e97d530829b3b7f0d3f1c549b8ee.md5 new file mode 100644 index 0000000..16d00a2 --- /dev/null +++ b/escape-room/godot/imported/stairsOpen_NE.png-3f89e97d530829b3b7f0d3f1c549b8ee.md5 @@ -0,0 +1,3 @@ +source_md5="8f5bfadb27218ca4b1c0e35df6f3cfb4" +dest_md5="89f514d8aaf4b1b16e3407fc5b3e2836" + diff --git a/escape-room/godot/imported/stairsOpen_NW.png-fb466fd7899904f7456b9cbdeee8c8f4.ctex b/escape-room/godot/imported/stairsOpen_NW.png-fb466fd7899904f7456b9cbdeee8c8f4.ctex new file mode 100644 index 0000000..ca588d9 Binary files /dev/null and b/escape-room/godot/imported/stairsOpen_NW.png-fb466fd7899904f7456b9cbdeee8c8f4.ctex differ diff --git a/escape-room/godot/imported/stairsOpen_NW.png-fb466fd7899904f7456b9cbdeee8c8f4.md5 b/escape-room/godot/imported/stairsOpen_NW.png-fb466fd7899904f7456b9cbdeee8c8f4.md5 new file mode 100644 index 0000000..deb4aba --- /dev/null +++ b/escape-room/godot/imported/stairsOpen_NW.png-fb466fd7899904f7456b9cbdeee8c8f4.md5 @@ -0,0 +1,3 @@ +source_md5="d3cc3a90ad6bf76811cc2349188e0691" +dest_md5="d667f29e035d7bf66f2b273f3de3f9f4" + diff --git a/escape-room/godot/imported/stairsOpen_SE.png-a8e3a4124681543834558ac1e66f5b63.ctex b/escape-room/godot/imported/stairsOpen_SE.png-a8e3a4124681543834558ac1e66f5b63.ctex new file mode 100644 index 0000000..4360910 Binary files /dev/null and b/escape-room/godot/imported/stairsOpen_SE.png-a8e3a4124681543834558ac1e66f5b63.ctex differ diff --git a/escape-room/godot/imported/stairsOpen_SE.png-a8e3a4124681543834558ac1e66f5b63.md5 b/escape-room/godot/imported/stairsOpen_SE.png-a8e3a4124681543834558ac1e66f5b63.md5 new file mode 100644 index 0000000..c1c3a3d --- /dev/null +++ b/escape-room/godot/imported/stairsOpen_SE.png-a8e3a4124681543834558ac1e66f5b63.md5 @@ -0,0 +1,3 @@ +source_md5="7b93b65ca39f0be938c7f812757770d9" +dest_md5="54f1f2b394f0d2594d97078c1187b8f6" + diff --git a/escape-room/godot/imported/stairsOpen_SW.png-28c77cb4fe79e528f1802aba82de9d31.ctex b/escape-room/godot/imported/stairsOpen_SW.png-28c77cb4fe79e528f1802aba82de9d31.ctex new file mode 100644 index 0000000..cd9f304 Binary files /dev/null and b/escape-room/godot/imported/stairsOpen_SW.png-28c77cb4fe79e528f1802aba82de9d31.ctex differ diff --git a/escape-room/godot/imported/stairsOpen_SW.png-28c77cb4fe79e528f1802aba82de9d31.md5 b/escape-room/godot/imported/stairsOpen_SW.png-28c77cb4fe79e528f1802aba82de9d31.md5 new file mode 100644 index 0000000..ad40a28 --- /dev/null +++ b/escape-room/godot/imported/stairsOpen_SW.png-28c77cb4fe79e528f1802aba82de9d31.md5 @@ -0,0 +1,3 @@ +source_md5="65702083a9afde4d6eafee2a7a53dbe2" +dest_md5="e79d2dda8148b39a7f2c07d99b710eab" + diff --git a/escape-room/godot/imported/stairs_NE.png-aba422444105f06a93c9ef84d9d359f2.ctex b/escape-room/godot/imported/stairs_NE.png-aba422444105f06a93c9ef84d9d359f2.ctex new file mode 100644 index 0000000..9433497 Binary files /dev/null and b/escape-room/godot/imported/stairs_NE.png-aba422444105f06a93c9ef84d9d359f2.ctex differ diff --git a/escape-room/godot/imported/stairs_NE.png-aba422444105f06a93c9ef84d9d359f2.md5 b/escape-room/godot/imported/stairs_NE.png-aba422444105f06a93c9ef84d9d359f2.md5 new file mode 100644 index 0000000..e751b21 --- /dev/null +++ b/escape-room/godot/imported/stairs_NE.png-aba422444105f06a93c9ef84d9d359f2.md5 @@ -0,0 +1,3 @@ +source_md5="e737000c978c8023564ce19f572ffa8b" +dest_md5="a0f2e8ca42e2c91a02a77a9e63e51a6a" + diff --git a/escape-room/godot/imported/stairs_NW.png-f875e0765e8575a7ff452c9ad64765fe.ctex b/escape-room/godot/imported/stairs_NW.png-f875e0765e8575a7ff452c9ad64765fe.ctex new file mode 100644 index 0000000..fbf94a6 Binary files /dev/null and b/escape-room/godot/imported/stairs_NW.png-f875e0765e8575a7ff452c9ad64765fe.ctex differ diff --git a/escape-room/godot/imported/stairs_NW.png-f875e0765e8575a7ff452c9ad64765fe.md5 b/escape-room/godot/imported/stairs_NW.png-f875e0765e8575a7ff452c9ad64765fe.md5 new file mode 100644 index 0000000..e16e7a5 --- /dev/null +++ b/escape-room/godot/imported/stairs_NW.png-f875e0765e8575a7ff452c9ad64765fe.md5 @@ -0,0 +1,3 @@ +source_md5="69888662a8d54dbf0ca326d0944c2d15" +dest_md5="8eeea55c6f22a87e90a930d5b077fa7c" + diff --git a/escape-room/godot/imported/stairs_SE.png-ef771e873c4878125d5dacd93576fa4f.ctex b/escape-room/godot/imported/stairs_SE.png-ef771e873c4878125d5dacd93576fa4f.ctex new file mode 100644 index 0000000..9c0b1f6 Binary files /dev/null and b/escape-room/godot/imported/stairs_SE.png-ef771e873c4878125d5dacd93576fa4f.ctex differ diff --git a/escape-room/godot/imported/stairs_SE.png-ef771e873c4878125d5dacd93576fa4f.md5 b/escape-room/godot/imported/stairs_SE.png-ef771e873c4878125d5dacd93576fa4f.md5 new file mode 100644 index 0000000..f798316 --- /dev/null +++ b/escape-room/godot/imported/stairs_SE.png-ef771e873c4878125d5dacd93576fa4f.md5 @@ -0,0 +1,3 @@ +source_md5="40253e2101737cf7c44ae5793be2842b" +dest_md5="03cec0113a60f7f52e175a742bd85543" + diff --git a/escape-room/godot/imported/stairs_SW.png-6bf2d92adbafc4bbadc99a45c6556361.ctex b/escape-room/godot/imported/stairs_SW.png-6bf2d92adbafc4bbadc99a45c6556361.ctex new file mode 100644 index 0000000..0a3c6b1 Binary files /dev/null and b/escape-room/godot/imported/stairs_SW.png-6bf2d92adbafc4bbadc99a45c6556361.ctex differ diff --git a/escape-room/godot/imported/stairs_SW.png-6bf2d92adbafc4bbadc99a45c6556361.md5 b/escape-room/godot/imported/stairs_SW.png-6bf2d92adbafc4bbadc99a45c6556361.md5 new file mode 100644 index 0000000..ee83c5f --- /dev/null +++ b/escape-room/godot/imported/stairs_SW.png-6bf2d92adbafc4bbadc99a45c6556361.md5 @@ -0,0 +1,3 @@ +source_md5="8a3292b65ba0c07acd51a907a9614f58" +dest_md5="04b27fb21df1ffe228ce02bd2cbf19da" + diff --git a/escape-room/godot/imported/stoolBar.dae-6424438bac6d285434e2e2ef5da2ffd6.md5 b/escape-room/godot/imported/stoolBar.dae-6424438bac6d285434e2e2ef5da2ffd6.md5 new file mode 100644 index 0000000..9721b93 --- /dev/null +++ b/escape-room/godot/imported/stoolBar.dae-6424438bac6d285434e2e2ef5da2ffd6.md5 @@ -0,0 +1,3 @@ +source_md5="f1caaed4d2e890488c8ec6126ff7833d" +dest_md5="baab547791d8856d9774efffed840f00" + diff --git a/escape-room/godot/imported/stoolBar.dae-6424438bac6d285434e2e2ef5da2ffd6.scn b/escape-room/godot/imported/stoolBar.dae-6424438bac6d285434e2e2ef5da2ffd6.scn new file mode 100644 index 0000000..9ff4403 Binary files /dev/null and b/escape-room/godot/imported/stoolBar.dae-6424438bac6d285434e2e2ef5da2ffd6.scn differ diff --git a/escape-room/godot/imported/stoolBar.fbx-2fa2f4e682371ecc6c58c7295128bd69.md5 b/escape-room/godot/imported/stoolBar.fbx-2fa2f4e682371ecc6c58c7295128bd69.md5 new file mode 100644 index 0000000..e50c66d --- /dev/null +++ b/escape-room/godot/imported/stoolBar.fbx-2fa2f4e682371ecc6c58c7295128bd69.md5 @@ -0,0 +1,3 @@ +source_md5="a41f60b1a965877e222141903abf8375" +dest_md5="4f14d5cd5106dc921f7d9e8ad4f45a42" + diff --git a/escape-room/godot/imported/stoolBar.fbx-2fa2f4e682371ecc6c58c7295128bd69.scn b/escape-room/godot/imported/stoolBar.fbx-2fa2f4e682371ecc6c58c7295128bd69.scn new file mode 100644 index 0000000..7c06688 Binary files /dev/null and b/escape-room/godot/imported/stoolBar.fbx-2fa2f4e682371ecc6c58c7295128bd69.scn differ diff --git a/escape-room/godot/imported/stoolBar.glb-1b877402e353103661f17c552c8be8d6.md5 b/escape-room/godot/imported/stoolBar.glb-1b877402e353103661f17c552c8be8d6.md5 new file mode 100644 index 0000000..21d1cd2 --- /dev/null +++ b/escape-room/godot/imported/stoolBar.glb-1b877402e353103661f17c552c8be8d6.md5 @@ -0,0 +1,3 @@ +source_md5="b3fab1902340bfa06d28ca210fae3e9d" +dest_md5="8d9de9205885b8391cc8f272372f2792" + diff --git a/escape-room/godot/imported/stoolBar.glb-1b877402e353103661f17c552c8be8d6.scn b/escape-room/godot/imported/stoolBar.glb-1b877402e353103661f17c552c8be8d6.scn new file mode 100644 index 0000000..03ac774 Binary files /dev/null and b/escape-room/godot/imported/stoolBar.glb-1b877402e353103661f17c552c8be8d6.scn differ diff --git a/escape-room/godot/imported/stoolBar.obj-bf9905f790f002b7cd802b788203532a.md5 b/escape-room/godot/imported/stoolBar.obj-bf9905f790f002b7cd802b788203532a.md5 new file mode 100644 index 0000000..c1ab285 --- /dev/null +++ b/escape-room/godot/imported/stoolBar.obj-bf9905f790f002b7cd802b788203532a.md5 @@ -0,0 +1,3 @@ +source_md5="670ab9912e6b745460814d31eb93b933" +dest_md5="dd5cad9b8488d1a9abea7d5d865e912a" + diff --git a/escape-room/godot/imported/stoolBar.obj-bf9905f790f002b7cd802b788203532a.mesh b/escape-room/godot/imported/stoolBar.obj-bf9905f790f002b7cd802b788203532a.mesh new file mode 100644 index 0000000..d03e475 Binary files /dev/null and b/escape-room/godot/imported/stoolBar.obj-bf9905f790f002b7cd802b788203532a.mesh differ diff --git a/escape-room/godot/imported/stoolBar.png-3ee83b6a36e4f6941dc95a1e5bd515dd.ctex b/escape-room/godot/imported/stoolBar.png-3ee83b6a36e4f6941dc95a1e5bd515dd.ctex new file mode 100644 index 0000000..38dba79 Binary files /dev/null and b/escape-room/godot/imported/stoolBar.png-3ee83b6a36e4f6941dc95a1e5bd515dd.ctex differ diff --git a/escape-room/godot/imported/stoolBar.png-3ee83b6a36e4f6941dc95a1e5bd515dd.md5 b/escape-room/godot/imported/stoolBar.png-3ee83b6a36e4f6941dc95a1e5bd515dd.md5 new file mode 100644 index 0000000..2d2ada0 --- /dev/null +++ b/escape-room/godot/imported/stoolBar.png-3ee83b6a36e4f6941dc95a1e5bd515dd.md5 @@ -0,0 +1,3 @@ +source_md5="e8352027ef49e44cf8a5e2c893acf4b4" +dest_md5="4e56ba20901aba7c44ac20cce0a00080" + diff --git a/escape-room/godot/imported/stoolBarSquare.dae-ca1598c33e001ca6a6e742c897bbb189.md5 b/escape-room/godot/imported/stoolBarSquare.dae-ca1598c33e001ca6a6e742c897bbb189.md5 new file mode 100644 index 0000000..0b14c76 --- /dev/null +++ b/escape-room/godot/imported/stoolBarSquare.dae-ca1598c33e001ca6a6e742c897bbb189.md5 @@ -0,0 +1,3 @@ +source_md5="778d8b319b8f45646a460997d4d2985b" +dest_md5="afd4b5b44cba2b260b68f202aae07b38" + diff --git a/escape-room/godot/imported/stoolBarSquare.dae-ca1598c33e001ca6a6e742c897bbb189.scn b/escape-room/godot/imported/stoolBarSquare.dae-ca1598c33e001ca6a6e742c897bbb189.scn new file mode 100644 index 0000000..04d7c93 Binary files /dev/null and b/escape-room/godot/imported/stoolBarSquare.dae-ca1598c33e001ca6a6e742c897bbb189.scn differ diff --git a/escape-room/godot/imported/stoolBarSquare.fbx-90e99ac6b5c67d00eedd26dee9211db7.md5 b/escape-room/godot/imported/stoolBarSquare.fbx-90e99ac6b5c67d00eedd26dee9211db7.md5 new file mode 100644 index 0000000..a28fd23 --- /dev/null +++ b/escape-room/godot/imported/stoolBarSquare.fbx-90e99ac6b5c67d00eedd26dee9211db7.md5 @@ -0,0 +1,3 @@ +source_md5="3c7c7a27776a6811e34c40fc2d560b6f" +dest_md5="12dbc9c21d3a5a0c3564c0a0e05dce21" + diff --git a/escape-room/godot/imported/stoolBarSquare.fbx-90e99ac6b5c67d00eedd26dee9211db7.scn b/escape-room/godot/imported/stoolBarSquare.fbx-90e99ac6b5c67d00eedd26dee9211db7.scn new file mode 100644 index 0000000..9037dc0 Binary files /dev/null and b/escape-room/godot/imported/stoolBarSquare.fbx-90e99ac6b5c67d00eedd26dee9211db7.scn differ diff --git a/escape-room/godot/imported/stoolBarSquare.glb-9c15a10ff3cfd76b8eb9639a5c85e87e.md5 b/escape-room/godot/imported/stoolBarSquare.glb-9c15a10ff3cfd76b8eb9639a5c85e87e.md5 new file mode 100644 index 0000000..983b469 --- /dev/null +++ b/escape-room/godot/imported/stoolBarSquare.glb-9c15a10ff3cfd76b8eb9639a5c85e87e.md5 @@ -0,0 +1,3 @@ +source_md5="34f49fe2edf8bf9e3f779d581a48a795" +dest_md5="bd53275a166f6ef0618d0b3ef9d5e591" + diff --git a/escape-room/godot/imported/stoolBarSquare.glb-9c15a10ff3cfd76b8eb9639a5c85e87e.scn b/escape-room/godot/imported/stoolBarSquare.glb-9c15a10ff3cfd76b8eb9639a5c85e87e.scn new file mode 100644 index 0000000..12750f1 Binary files /dev/null and b/escape-room/godot/imported/stoolBarSquare.glb-9c15a10ff3cfd76b8eb9639a5c85e87e.scn differ diff --git a/escape-room/godot/imported/stoolBarSquare.obj-cf57437ccc3dc219d703bcea1386bc69.md5 b/escape-room/godot/imported/stoolBarSquare.obj-cf57437ccc3dc219d703bcea1386bc69.md5 new file mode 100644 index 0000000..3665d83 --- /dev/null +++ b/escape-room/godot/imported/stoolBarSquare.obj-cf57437ccc3dc219d703bcea1386bc69.md5 @@ -0,0 +1,3 @@ +source_md5="09878eb5f1f999c18a4d7a7140218e42" +dest_md5="4d71e55093129591ccdcf8b5ccdc1bbb" + diff --git a/escape-room/godot/imported/stoolBarSquare.obj-cf57437ccc3dc219d703bcea1386bc69.mesh b/escape-room/godot/imported/stoolBarSquare.obj-cf57437ccc3dc219d703bcea1386bc69.mesh new file mode 100644 index 0000000..80ff452 Binary files /dev/null and b/escape-room/godot/imported/stoolBarSquare.obj-cf57437ccc3dc219d703bcea1386bc69.mesh differ diff --git a/escape-room/godot/imported/stoolBarSquare.png-24e1e7edf4047f649e9191c10b06a910.ctex b/escape-room/godot/imported/stoolBarSquare.png-24e1e7edf4047f649e9191c10b06a910.ctex new file mode 100644 index 0000000..47a34fb Binary files /dev/null and b/escape-room/godot/imported/stoolBarSquare.png-24e1e7edf4047f649e9191c10b06a910.ctex differ diff --git a/escape-room/godot/imported/stoolBarSquare.png-24e1e7edf4047f649e9191c10b06a910.md5 b/escape-room/godot/imported/stoolBarSquare.png-24e1e7edf4047f649e9191c10b06a910.md5 new file mode 100644 index 0000000..13c41c3 --- /dev/null +++ b/escape-room/godot/imported/stoolBarSquare.png-24e1e7edf4047f649e9191c10b06a910.md5 @@ -0,0 +1,3 @@ +source_md5="68f53204124be7fa287193bbddd9c20b" +dest_md5="3b976ca4c36e6381583e2e8bd78cfa50" + diff --git a/escape-room/godot/imported/stoolBarSquare_NE.png-02ca0291cd112474460bc20a16f9bdfd.ctex b/escape-room/godot/imported/stoolBarSquare_NE.png-02ca0291cd112474460bc20a16f9bdfd.ctex new file mode 100644 index 0000000..566261c Binary files /dev/null and b/escape-room/godot/imported/stoolBarSquare_NE.png-02ca0291cd112474460bc20a16f9bdfd.ctex differ diff --git a/escape-room/godot/imported/stoolBarSquare_NE.png-02ca0291cd112474460bc20a16f9bdfd.md5 b/escape-room/godot/imported/stoolBarSquare_NE.png-02ca0291cd112474460bc20a16f9bdfd.md5 new file mode 100644 index 0000000..05ffbd3 --- /dev/null +++ b/escape-room/godot/imported/stoolBarSquare_NE.png-02ca0291cd112474460bc20a16f9bdfd.md5 @@ -0,0 +1,3 @@ +source_md5="632c7a70a6651a748f259073aaf8ac3e" +dest_md5="6a67d742453729d9e2e7ff2410b6cbe9" + diff --git a/escape-room/godot/imported/stoolBarSquare_NW.png-e440539e077e80c7dd38237cbed5fc1d.ctex b/escape-room/godot/imported/stoolBarSquare_NW.png-e440539e077e80c7dd38237cbed5fc1d.ctex new file mode 100644 index 0000000..3724d3f Binary files /dev/null and b/escape-room/godot/imported/stoolBarSquare_NW.png-e440539e077e80c7dd38237cbed5fc1d.ctex differ diff --git a/escape-room/godot/imported/stoolBarSquare_NW.png-e440539e077e80c7dd38237cbed5fc1d.md5 b/escape-room/godot/imported/stoolBarSquare_NW.png-e440539e077e80c7dd38237cbed5fc1d.md5 new file mode 100644 index 0000000..e013654 --- /dev/null +++ b/escape-room/godot/imported/stoolBarSquare_NW.png-e440539e077e80c7dd38237cbed5fc1d.md5 @@ -0,0 +1,3 @@ +source_md5="b18b4eca1d4c18651ce4a60a1daec3f8" +dest_md5="b6d8358f89973f759c7083846f801dfb" + diff --git a/escape-room/godot/imported/stoolBarSquare_SE.png-cd1fe7cf73b221fa65004f9be3c0ea81.ctex b/escape-room/godot/imported/stoolBarSquare_SE.png-cd1fe7cf73b221fa65004f9be3c0ea81.ctex new file mode 100644 index 0000000..99ebccc Binary files /dev/null and b/escape-room/godot/imported/stoolBarSquare_SE.png-cd1fe7cf73b221fa65004f9be3c0ea81.ctex differ diff --git a/escape-room/godot/imported/stoolBarSquare_SE.png-cd1fe7cf73b221fa65004f9be3c0ea81.md5 b/escape-room/godot/imported/stoolBarSquare_SE.png-cd1fe7cf73b221fa65004f9be3c0ea81.md5 new file mode 100644 index 0000000..9b4e50f --- /dev/null +++ b/escape-room/godot/imported/stoolBarSquare_SE.png-cd1fe7cf73b221fa65004f9be3c0ea81.md5 @@ -0,0 +1,3 @@ +source_md5="d008da095d5a83689a292f7cc641c217" +dest_md5="35de2602da72b2e12c0a4f0eb939a912" + diff --git a/escape-room/godot/imported/stoolBarSquare_SW.png-434b89cb1703a4a725db8284223bb3b9.ctex b/escape-room/godot/imported/stoolBarSquare_SW.png-434b89cb1703a4a725db8284223bb3b9.ctex new file mode 100644 index 0000000..e2ca90b Binary files /dev/null and b/escape-room/godot/imported/stoolBarSquare_SW.png-434b89cb1703a4a725db8284223bb3b9.ctex differ diff --git a/escape-room/godot/imported/stoolBarSquare_SW.png-434b89cb1703a4a725db8284223bb3b9.md5 b/escape-room/godot/imported/stoolBarSquare_SW.png-434b89cb1703a4a725db8284223bb3b9.md5 new file mode 100644 index 0000000..3ddc534 --- /dev/null +++ b/escape-room/godot/imported/stoolBarSquare_SW.png-434b89cb1703a4a725db8284223bb3b9.md5 @@ -0,0 +1,3 @@ +source_md5="8771f7a56e8040b45c0c1064b95cde7b" +dest_md5="6c914f5d01a0b575152a7fd3f69c06f5" + diff --git a/escape-room/godot/imported/stoolBar_NE.png-f46a3c6ba27f7abe3b416f8310a56c49.ctex b/escape-room/godot/imported/stoolBar_NE.png-f46a3c6ba27f7abe3b416f8310a56c49.ctex new file mode 100644 index 0000000..018bfc7 Binary files /dev/null and b/escape-room/godot/imported/stoolBar_NE.png-f46a3c6ba27f7abe3b416f8310a56c49.ctex differ diff --git a/escape-room/godot/imported/stoolBar_NE.png-f46a3c6ba27f7abe3b416f8310a56c49.md5 b/escape-room/godot/imported/stoolBar_NE.png-f46a3c6ba27f7abe3b416f8310a56c49.md5 new file mode 100644 index 0000000..3c62ae7 --- /dev/null +++ b/escape-room/godot/imported/stoolBar_NE.png-f46a3c6ba27f7abe3b416f8310a56c49.md5 @@ -0,0 +1,3 @@ +source_md5="012926a16d0df25ed8863ee2dc1c6370" +dest_md5="4f93035576b9e5d72f618a1976a3adcd" + diff --git a/escape-room/godot/imported/stoolBar_NW.png-9fb68e70ad2585e2cc932694ac3d4c35.ctex b/escape-room/godot/imported/stoolBar_NW.png-9fb68e70ad2585e2cc932694ac3d4c35.ctex new file mode 100644 index 0000000..ac3bee0 Binary files /dev/null and b/escape-room/godot/imported/stoolBar_NW.png-9fb68e70ad2585e2cc932694ac3d4c35.ctex differ diff --git a/escape-room/godot/imported/stoolBar_NW.png-9fb68e70ad2585e2cc932694ac3d4c35.md5 b/escape-room/godot/imported/stoolBar_NW.png-9fb68e70ad2585e2cc932694ac3d4c35.md5 new file mode 100644 index 0000000..a26fee1 --- /dev/null +++ b/escape-room/godot/imported/stoolBar_NW.png-9fb68e70ad2585e2cc932694ac3d4c35.md5 @@ -0,0 +1,3 @@ +source_md5="3c2e719a04b89be3db5b00bf3eda8b9b" +dest_md5="7da1a1d14b8c5e05d3b8005bba18d042" + diff --git a/escape-room/godot/imported/stoolBar_SE.png-c10d0a537235ccd20250c8acce8c411a.ctex b/escape-room/godot/imported/stoolBar_SE.png-c10d0a537235ccd20250c8acce8c411a.ctex new file mode 100644 index 0000000..6e7d91b Binary files /dev/null and b/escape-room/godot/imported/stoolBar_SE.png-c10d0a537235ccd20250c8acce8c411a.ctex differ diff --git a/escape-room/godot/imported/stoolBar_SE.png-c10d0a537235ccd20250c8acce8c411a.md5 b/escape-room/godot/imported/stoolBar_SE.png-c10d0a537235ccd20250c8acce8c411a.md5 new file mode 100644 index 0000000..b770c05 --- /dev/null +++ b/escape-room/godot/imported/stoolBar_SE.png-c10d0a537235ccd20250c8acce8c411a.md5 @@ -0,0 +1,3 @@ +source_md5="71ae1fb2f429607d5a6d615df56c9e10" +dest_md5="70a148c0023b4a1392dc0a4dd5e48774" + diff --git a/escape-room/godot/imported/stoolBar_SW.png-f66ea872e53d97fca8674150f0398a68.ctex b/escape-room/godot/imported/stoolBar_SW.png-f66ea872e53d97fca8674150f0398a68.ctex new file mode 100644 index 0000000..cad2bf7 Binary files /dev/null and b/escape-room/godot/imported/stoolBar_SW.png-f66ea872e53d97fca8674150f0398a68.ctex differ diff --git a/escape-room/godot/imported/stoolBar_SW.png-f66ea872e53d97fca8674150f0398a68.md5 b/escape-room/godot/imported/stoolBar_SW.png-f66ea872e53d97fca8674150f0398a68.md5 new file mode 100644 index 0000000..6a81444 --- /dev/null +++ b/escape-room/godot/imported/stoolBar_SW.png-f66ea872e53d97fca8674150f0398a68.md5 @@ -0,0 +1,3 @@ +source_md5="d7051159a6050ee8bddf30ec581cc136" +dest_md5="0b1376fe114410a47c2ffbaef9a0663a" + diff --git a/escape-room/godot/imported/table.dae-8e3558bf9079918fee6135af6aaf0d1a.md5 b/escape-room/godot/imported/table.dae-8e3558bf9079918fee6135af6aaf0d1a.md5 new file mode 100644 index 0000000..db574d7 --- /dev/null +++ b/escape-room/godot/imported/table.dae-8e3558bf9079918fee6135af6aaf0d1a.md5 @@ -0,0 +1,3 @@ +source_md5="aee799bf5567e23d5072cbc933bc3514" +dest_md5="d1e2b8d2ba0c0c215dc7ae9f64ce3f37" + diff --git a/escape-room/godot/imported/table.dae-8e3558bf9079918fee6135af6aaf0d1a.scn b/escape-room/godot/imported/table.dae-8e3558bf9079918fee6135af6aaf0d1a.scn new file mode 100644 index 0000000..9b23e56 Binary files /dev/null and b/escape-room/godot/imported/table.dae-8e3558bf9079918fee6135af6aaf0d1a.scn differ diff --git a/escape-room/godot/imported/table.fbx-78f9cf8456084cd217a16b0721d957bf.md5 b/escape-room/godot/imported/table.fbx-78f9cf8456084cd217a16b0721d957bf.md5 new file mode 100644 index 0000000..b64fa18 --- /dev/null +++ b/escape-room/godot/imported/table.fbx-78f9cf8456084cd217a16b0721d957bf.md5 @@ -0,0 +1,3 @@ +source_md5="67f7dcf37776f349d5e266131902497c" +dest_md5="9790d793909e2e10d6110bd8e86893ab" + diff --git a/escape-room/godot/imported/table.fbx-78f9cf8456084cd217a16b0721d957bf.scn b/escape-room/godot/imported/table.fbx-78f9cf8456084cd217a16b0721d957bf.scn new file mode 100644 index 0000000..101e449 Binary files /dev/null and b/escape-room/godot/imported/table.fbx-78f9cf8456084cd217a16b0721d957bf.scn differ diff --git a/escape-room/godot/imported/table.glb-ac1ac08cf6f9b71789bfe79c31d0bb77.md5 b/escape-room/godot/imported/table.glb-ac1ac08cf6f9b71789bfe79c31d0bb77.md5 new file mode 100644 index 0000000..60b4ade --- /dev/null +++ b/escape-room/godot/imported/table.glb-ac1ac08cf6f9b71789bfe79c31d0bb77.md5 @@ -0,0 +1,3 @@ +source_md5="253cbaa0c852707fdead38e9980e08fd" +dest_md5="f988de6591f0b534cbb960313d875a2e" + diff --git a/escape-room/godot/imported/table.glb-ac1ac08cf6f9b71789bfe79c31d0bb77.scn b/escape-room/godot/imported/table.glb-ac1ac08cf6f9b71789bfe79c31d0bb77.scn new file mode 100644 index 0000000..b00cbee Binary files /dev/null and b/escape-room/godot/imported/table.glb-ac1ac08cf6f9b71789bfe79c31d0bb77.scn differ diff --git a/escape-room/godot/imported/table.obj-24bc4ff38832d67fe7aa8ac9d29cfef7.md5 b/escape-room/godot/imported/table.obj-24bc4ff38832d67fe7aa8ac9d29cfef7.md5 new file mode 100644 index 0000000..ff9c684 --- /dev/null +++ b/escape-room/godot/imported/table.obj-24bc4ff38832d67fe7aa8ac9d29cfef7.md5 @@ -0,0 +1,3 @@ +source_md5="afbcbc19a0650f72f747036188486032" +dest_md5="4649b340e6c8c660ec6c924502c32822" + diff --git a/escape-room/godot/imported/table.obj-24bc4ff38832d67fe7aa8ac9d29cfef7.mesh b/escape-room/godot/imported/table.obj-24bc4ff38832d67fe7aa8ac9d29cfef7.mesh new file mode 100644 index 0000000..05dd0ce Binary files /dev/null and b/escape-room/godot/imported/table.obj-24bc4ff38832d67fe7aa8ac9d29cfef7.mesh differ diff --git a/escape-room/godot/imported/table.png-a33421c51b069c36a924078ed31a7742.ctex b/escape-room/godot/imported/table.png-a33421c51b069c36a924078ed31a7742.ctex new file mode 100644 index 0000000..98fd233 Binary files /dev/null and b/escape-room/godot/imported/table.png-a33421c51b069c36a924078ed31a7742.ctex differ diff --git a/escape-room/godot/imported/table.png-a33421c51b069c36a924078ed31a7742.md5 b/escape-room/godot/imported/table.png-a33421c51b069c36a924078ed31a7742.md5 new file mode 100644 index 0000000..57a26d7 --- /dev/null +++ b/escape-room/godot/imported/table.png-a33421c51b069c36a924078ed31a7742.md5 @@ -0,0 +1,3 @@ +source_md5="0e80ff90e4bb7642dd16097bdbc55f4e" +dest_md5="3ba3a94e765c6bcf907be8186e51c898" + diff --git a/escape-room/godot/imported/table.png-aa61fc236cb48144ade1388431f8544b.ctex b/escape-room/godot/imported/table.png-aa61fc236cb48144ade1388431f8544b.ctex new file mode 100644 index 0000000..6b34c8e Binary files /dev/null and b/escape-room/godot/imported/table.png-aa61fc236cb48144ade1388431f8544b.ctex differ diff --git a/escape-room/godot/imported/table.png-aa61fc236cb48144ade1388431f8544b.md5 b/escape-room/godot/imported/table.png-aa61fc236cb48144ade1388431f8544b.md5 new file mode 100644 index 0000000..5b6f3d9 --- /dev/null +++ b/escape-room/godot/imported/table.png-aa61fc236cb48144ade1388431f8544b.md5 @@ -0,0 +1,3 @@ +source_md5="04ed9c6c34f5612532e1b9799fa891a2" +dest_md5="577b5b973f7626fdb4e15149dbc7756b" + diff --git a/escape-room/godot/imported/tableCloth.dae-20e19e6b33f82ff1984db153928b62a0.md5 b/escape-room/godot/imported/tableCloth.dae-20e19e6b33f82ff1984db153928b62a0.md5 new file mode 100644 index 0000000..9394628 --- /dev/null +++ b/escape-room/godot/imported/tableCloth.dae-20e19e6b33f82ff1984db153928b62a0.md5 @@ -0,0 +1,3 @@ +source_md5="2997044b661ea33960533fb301c03d2b" +dest_md5="5843849180f16dc4518abba26d324980" + diff --git a/escape-room/godot/imported/tableCloth.dae-20e19e6b33f82ff1984db153928b62a0.scn b/escape-room/godot/imported/tableCloth.dae-20e19e6b33f82ff1984db153928b62a0.scn new file mode 100644 index 0000000..8710706 Binary files /dev/null and b/escape-room/godot/imported/tableCloth.dae-20e19e6b33f82ff1984db153928b62a0.scn differ diff --git a/escape-room/godot/imported/tableCloth.fbx-7322d2e7b072f0f53af82bc65d95b07d.md5 b/escape-room/godot/imported/tableCloth.fbx-7322d2e7b072f0f53af82bc65d95b07d.md5 new file mode 100644 index 0000000..a7dc583 --- /dev/null +++ b/escape-room/godot/imported/tableCloth.fbx-7322d2e7b072f0f53af82bc65d95b07d.md5 @@ -0,0 +1,3 @@ +source_md5="a30e3bda610d7d058f9425a14a53c226" +dest_md5="fabb4431fb0e9b95bbced0978f0d4104" + diff --git a/escape-room/godot/imported/tableCloth.fbx-7322d2e7b072f0f53af82bc65d95b07d.scn b/escape-room/godot/imported/tableCloth.fbx-7322d2e7b072f0f53af82bc65d95b07d.scn new file mode 100644 index 0000000..8056538 Binary files /dev/null and b/escape-room/godot/imported/tableCloth.fbx-7322d2e7b072f0f53af82bc65d95b07d.scn differ diff --git a/escape-room/godot/imported/tableCloth.glb-9cd21136efea945ef390ab58b9133d5a.md5 b/escape-room/godot/imported/tableCloth.glb-9cd21136efea945ef390ab58b9133d5a.md5 new file mode 100644 index 0000000..9812702 --- /dev/null +++ b/escape-room/godot/imported/tableCloth.glb-9cd21136efea945ef390ab58b9133d5a.md5 @@ -0,0 +1,3 @@ +source_md5="209d03ec6ee503c0dce7a6d4c26477db" +dest_md5="f627bf672ded21270c7eeed2c63bb156" + diff --git a/escape-room/godot/imported/tableCloth.glb-9cd21136efea945ef390ab58b9133d5a.scn b/escape-room/godot/imported/tableCloth.glb-9cd21136efea945ef390ab58b9133d5a.scn new file mode 100644 index 0000000..fb42e65 Binary files /dev/null and b/escape-room/godot/imported/tableCloth.glb-9cd21136efea945ef390ab58b9133d5a.scn differ diff --git a/escape-room/godot/imported/tableCloth.obj-4aa9e07536de70572afe8c652dd3e148.md5 b/escape-room/godot/imported/tableCloth.obj-4aa9e07536de70572afe8c652dd3e148.md5 new file mode 100644 index 0000000..c293d39 --- /dev/null +++ b/escape-room/godot/imported/tableCloth.obj-4aa9e07536de70572afe8c652dd3e148.md5 @@ -0,0 +1,3 @@ +source_md5="beb15604468e1d9f6a058da26dc53648" +dest_md5="86a5d75cabe4ea39a5a346f556cc24c6" + diff --git a/escape-room/godot/imported/tableCloth.obj-4aa9e07536de70572afe8c652dd3e148.mesh b/escape-room/godot/imported/tableCloth.obj-4aa9e07536de70572afe8c652dd3e148.mesh new file mode 100644 index 0000000..ce3cfcd Binary files /dev/null and b/escape-room/godot/imported/tableCloth.obj-4aa9e07536de70572afe8c652dd3e148.mesh differ diff --git a/escape-room/godot/imported/tableCloth.png-27da61323378d3bd3d4cbf54ecf5bfa1.ctex b/escape-room/godot/imported/tableCloth.png-27da61323378d3bd3d4cbf54ecf5bfa1.ctex new file mode 100644 index 0000000..31b117b Binary files /dev/null and b/escape-room/godot/imported/tableCloth.png-27da61323378d3bd3d4cbf54ecf5bfa1.ctex differ diff --git a/escape-room/godot/imported/tableCloth.png-27da61323378d3bd3d4cbf54ecf5bfa1.md5 b/escape-room/godot/imported/tableCloth.png-27da61323378d3bd3d4cbf54ecf5bfa1.md5 new file mode 100644 index 0000000..bf2bf40 --- /dev/null +++ b/escape-room/godot/imported/tableCloth.png-27da61323378d3bd3d4cbf54ecf5bfa1.md5 @@ -0,0 +1,3 @@ +source_md5="0d6e9295bdfc00523b83bb412cbd9838" +dest_md5="135438d00930507db609bc536433929d" + diff --git a/escape-room/godot/imported/tableCloth_NE.png-d0791a9d0c4ea6620bba65fcd903540d.ctex b/escape-room/godot/imported/tableCloth_NE.png-d0791a9d0c4ea6620bba65fcd903540d.ctex new file mode 100644 index 0000000..d6964f4 Binary files /dev/null and b/escape-room/godot/imported/tableCloth_NE.png-d0791a9d0c4ea6620bba65fcd903540d.ctex differ diff --git a/escape-room/godot/imported/tableCloth_NE.png-d0791a9d0c4ea6620bba65fcd903540d.md5 b/escape-room/godot/imported/tableCloth_NE.png-d0791a9d0c4ea6620bba65fcd903540d.md5 new file mode 100644 index 0000000..0ac4352 --- /dev/null +++ b/escape-room/godot/imported/tableCloth_NE.png-d0791a9d0c4ea6620bba65fcd903540d.md5 @@ -0,0 +1,3 @@ +source_md5="b92e846407b209f606ef2af9938aaeb8" +dest_md5="d88c32054271e55fd06771a2898e0cc6" + diff --git a/escape-room/godot/imported/tableCloth_NW.png-7ae6df7759922b5f9b3f2190a8c96ae9.ctex b/escape-room/godot/imported/tableCloth_NW.png-7ae6df7759922b5f9b3f2190a8c96ae9.ctex new file mode 100644 index 0000000..9f25f4a Binary files /dev/null and b/escape-room/godot/imported/tableCloth_NW.png-7ae6df7759922b5f9b3f2190a8c96ae9.ctex differ diff --git a/escape-room/godot/imported/tableCloth_NW.png-7ae6df7759922b5f9b3f2190a8c96ae9.md5 b/escape-room/godot/imported/tableCloth_NW.png-7ae6df7759922b5f9b3f2190a8c96ae9.md5 new file mode 100644 index 0000000..7542f61 --- /dev/null +++ b/escape-room/godot/imported/tableCloth_NW.png-7ae6df7759922b5f9b3f2190a8c96ae9.md5 @@ -0,0 +1,3 @@ +source_md5="d90e7654b2829589ed8791d8a16791ca" +dest_md5="0bc309b19bda6afe4ba6f5e8c90d774c" + diff --git a/escape-room/godot/imported/tableCloth_SE.png-23f9c89dac0847781e39ba345b910260.ctex b/escape-room/godot/imported/tableCloth_SE.png-23f9c89dac0847781e39ba345b910260.ctex new file mode 100644 index 0000000..9e5a968 Binary files /dev/null and b/escape-room/godot/imported/tableCloth_SE.png-23f9c89dac0847781e39ba345b910260.ctex differ diff --git a/escape-room/godot/imported/tableCloth_SE.png-23f9c89dac0847781e39ba345b910260.md5 b/escape-room/godot/imported/tableCloth_SE.png-23f9c89dac0847781e39ba345b910260.md5 new file mode 100644 index 0000000..b4fa8d1 --- /dev/null +++ b/escape-room/godot/imported/tableCloth_SE.png-23f9c89dac0847781e39ba345b910260.md5 @@ -0,0 +1,3 @@ +source_md5="3ee1be0b4e5382797183a07d34dd4da0" +dest_md5="f47b72d6ffc958ca2b632d92fe3c2e81" + diff --git a/escape-room/godot/imported/tableCloth_SW.png-95930ef7531dc3e7cab8d0da0a5ddc73.ctex b/escape-room/godot/imported/tableCloth_SW.png-95930ef7531dc3e7cab8d0da0a5ddc73.ctex new file mode 100644 index 0000000..cb729db Binary files /dev/null and b/escape-room/godot/imported/tableCloth_SW.png-95930ef7531dc3e7cab8d0da0a5ddc73.ctex differ diff --git a/escape-room/godot/imported/tableCloth_SW.png-95930ef7531dc3e7cab8d0da0a5ddc73.md5 b/escape-room/godot/imported/tableCloth_SW.png-95930ef7531dc3e7cab8d0da0a5ddc73.md5 new file mode 100644 index 0000000..ad78419 --- /dev/null +++ b/escape-room/godot/imported/tableCloth_SW.png-95930ef7531dc3e7cab8d0da0a5ddc73.md5 @@ -0,0 +1,3 @@ +source_md5="a3ed117613679d9b0b018496c47884a9" +dest_md5="4e17e47ea83d467301fb30c30c4457a3" + diff --git a/escape-room/godot/imported/tableCoffee.dae-4acf268861f32313d56462ecfd52e0f5.md5 b/escape-room/godot/imported/tableCoffee.dae-4acf268861f32313d56462ecfd52e0f5.md5 new file mode 100644 index 0000000..a295f17 --- /dev/null +++ b/escape-room/godot/imported/tableCoffee.dae-4acf268861f32313d56462ecfd52e0f5.md5 @@ -0,0 +1,3 @@ +source_md5="6ff650e74337dc2dc104a06bfe8d7d17" +dest_md5="6dc17bb4f0e01e9ed078658383927ca1" + diff --git a/escape-room/godot/imported/tableCoffee.dae-4acf268861f32313d56462ecfd52e0f5.scn b/escape-room/godot/imported/tableCoffee.dae-4acf268861f32313d56462ecfd52e0f5.scn new file mode 100644 index 0000000..a21db88 Binary files /dev/null and b/escape-room/godot/imported/tableCoffee.dae-4acf268861f32313d56462ecfd52e0f5.scn differ diff --git a/escape-room/godot/imported/tableCoffee.fbx-d09622c18dbfb6c63551ec87144accfe.md5 b/escape-room/godot/imported/tableCoffee.fbx-d09622c18dbfb6c63551ec87144accfe.md5 new file mode 100644 index 0000000..81cf262 --- /dev/null +++ b/escape-room/godot/imported/tableCoffee.fbx-d09622c18dbfb6c63551ec87144accfe.md5 @@ -0,0 +1,3 @@ +source_md5="927a2dd31b149c2b1ab96a16e9bea872" +dest_md5="fc874a23e35dd39bb347fb9b72fca2a3" + diff --git a/escape-room/godot/imported/tableCoffee.fbx-d09622c18dbfb6c63551ec87144accfe.scn b/escape-room/godot/imported/tableCoffee.fbx-d09622c18dbfb6c63551ec87144accfe.scn new file mode 100644 index 0000000..0f19008 Binary files /dev/null and b/escape-room/godot/imported/tableCoffee.fbx-d09622c18dbfb6c63551ec87144accfe.scn differ diff --git a/escape-room/godot/imported/tableCoffee.glb-b6771464efbb94b44a7102554dd8500f.md5 b/escape-room/godot/imported/tableCoffee.glb-b6771464efbb94b44a7102554dd8500f.md5 new file mode 100644 index 0000000..a8fa36d --- /dev/null +++ b/escape-room/godot/imported/tableCoffee.glb-b6771464efbb94b44a7102554dd8500f.md5 @@ -0,0 +1,3 @@ +source_md5="e1ae6617be63cb5a266686c88a9d7ea4" +dest_md5="31131203524c4340ee8970b5713170d6" + diff --git a/escape-room/godot/imported/tableCoffee.glb-b6771464efbb94b44a7102554dd8500f.scn b/escape-room/godot/imported/tableCoffee.glb-b6771464efbb94b44a7102554dd8500f.scn new file mode 100644 index 0000000..d3310fd Binary files /dev/null and b/escape-room/godot/imported/tableCoffee.glb-b6771464efbb94b44a7102554dd8500f.scn differ diff --git a/escape-room/godot/imported/tableCoffee.obj-27af88775034ccd7008f3c5c8f30bc08.md5 b/escape-room/godot/imported/tableCoffee.obj-27af88775034ccd7008f3c5c8f30bc08.md5 new file mode 100644 index 0000000..2f7df86 --- /dev/null +++ b/escape-room/godot/imported/tableCoffee.obj-27af88775034ccd7008f3c5c8f30bc08.md5 @@ -0,0 +1,3 @@ +source_md5="9fdd0da87b151cf21154c9d50ae08f68" +dest_md5="d32942b11ba588bfcc0825c6213db519" + diff --git a/escape-room/godot/imported/tableCoffee.obj-27af88775034ccd7008f3c5c8f30bc08.mesh b/escape-room/godot/imported/tableCoffee.obj-27af88775034ccd7008f3c5c8f30bc08.mesh new file mode 100644 index 0000000..74e6f0d Binary files /dev/null and b/escape-room/godot/imported/tableCoffee.obj-27af88775034ccd7008f3c5c8f30bc08.mesh differ diff --git a/escape-room/godot/imported/tableCoffee.png-4006ce807d8f516c8661965ad303051e.ctex b/escape-room/godot/imported/tableCoffee.png-4006ce807d8f516c8661965ad303051e.ctex new file mode 100644 index 0000000..7f6eea4 Binary files /dev/null and b/escape-room/godot/imported/tableCoffee.png-4006ce807d8f516c8661965ad303051e.ctex differ diff --git a/escape-room/godot/imported/tableCoffee.png-4006ce807d8f516c8661965ad303051e.md5 b/escape-room/godot/imported/tableCoffee.png-4006ce807d8f516c8661965ad303051e.md5 new file mode 100644 index 0000000..e1bb0dd --- /dev/null +++ b/escape-room/godot/imported/tableCoffee.png-4006ce807d8f516c8661965ad303051e.md5 @@ -0,0 +1,3 @@ +source_md5="dfc69f5c956d1b8068a4323e42ed1174" +dest_md5="a9a3193965a60db0088f1fe9d9a6af1a" + diff --git a/escape-room/godot/imported/tableCoffeeGlass.dae-24cfedbf9ad3ba34f1018d6d570b6e51.md5 b/escape-room/godot/imported/tableCoffeeGlass.dae-24cfedbf9ad3ba34f1018d6d570b6e51.md5 new file mode 100644 index 0000000..4b87b02 --- /dev/null +++ b/escape-room/godot/imported/tableCoffeeGlass.dae-24cfedbf9ad3ba34f1018d6d570b6e51.md5 @@ -0,0 +1,3 @@ +source_md5="2354426a9ed040a5f68555092e064903" +dest_md5="d092d411ced0bb440b52f6957eddc1fb" + diff --git a/escape-room/godot/imported/tableCoffeeGlass.dae-24cfedbf9ad3ba34f1018d6d570b6e51.scn b/escape-room/godot/imported/tableCoffeeGlass.dae-24cfedbf9ad3ba34f1018d6d570b6e51.scn new file mode 100644 index 0000000..70b9dc6 Binary files /dev/null and b/escape-room/godot/imported/tableCoffeeGlass.dae-24cfedbf9ad3ba34f1018d6d570b6e51.scn differ diff --git a/escape-room/godot/imported/tableCoffeeGlass.fbx-b233915b316389bfd9058965b7ac685c.md5 b/escape-room/godot/imported/tableCoffeeGlass.fbx-b233915b316389bfd9058965b7ac685c.md5 new file mode 100644 index 0000000..7065a7c --- /dev/null +++ b/escape-room/godot/imported/tableCoffeeGlass.fbx-b233915b316389bfd9058965b7ac685c.md5 @@ -0,0 +1,3 @@ +source_md5="d95918080667d088d2d44062207fc62f" +dest_md5="1821db811a9d1845a93552d56619648b" + diff --git a/escape-room/godot/imported/tableCoffeeGlass.fbx-b233915b316389bfd9058965b7ac685c.scn b/escape-room/godot/imported/tableCoffeeGlass.fbx-b233915b316389bfd9058965b7ac685c.scn new file mode 100644 index 0000000..bd493fb Binary files /dev/null and b/escape-room/godot/imported/tableCoffeeGlass.fbx-b233915b316389bfd9058965b7ac685c.scn differ diff --git a/escape-room/godot/imported/tableCoffeeGlass.glb-d8669cac13b7bc9fcb0a999d9a87cefb.md5 b/escape-room/godot/imported/tableCoffeeGlass.glb-d8669cac13b7bc9fcb0a999d9a87cefb.md5 new file mode 100644 index 0000000..85cee77 --- /dev/null +++ b/escape-room/godot/imported/tableCoffeeGlass.glb-d8669cac13b7bc9fcb0a999d9a87cefb.md5 @@ -0,0 +1,3 @@ +source_md5="ee22edd7c6e233b543a27084f915f870" +dest_md5="94a2329b3d578ab62d982eca312dfa9a" + diff --git a/escape-room/godot/imported/tableCoffeeGlass.glb-d8669cac13b7bc9fcb0a999d9a87cefb.scn b/escape-room/godot/imported/tableCoffeeGlass.glb-d8669cac13b7bc9fcb0a999d9a87cefb.scn new file mode 100644 index 0000000..0ce1f6d Binary files /dev/null and b/escape-room/godot/imported/tableCoffeeGlass.glb-d8669cac13b7bc9fcb0a999d9a87cefb.scn differ diff --git a/escape-room/godot/imported/tableCoffeeGlass.obj-6dd066b0749c37e9833621fe5c3ed6f9.md5 b/escape-room/godot/imported/tableCoffeeGlass.obj-6dd066b0749c37e9833621fe5c3ed6f9.md5 new file mode 100644 index 0000000..adbfaf6 --- /dev/null +++ b/escape-room/godot/imported/tableCoffeeGlass.obj-6dd066b0749c37e9833621fe5c3ed6f9.md5 @@ -0,0 +1,3 @@ +source_md5="a354d83765c719109b343c944984a6ab" +dest_md5="17b3a4a559a90be05de90aceccbe72c8" + diff --git a/escape-room/godot/imported/tableCoffeeGlass.obj-6dd066b0749c37e9833621fe5c3ed6f9.mesh b/escape-room/godot/imported/tableCoffeeGlass.obj-6dd066b0749c37e9833621fe5c3ed6f9.mesh new file mode 100644 index 0000000..e897222 Binary files /dev/null and b/escape-room/godot/imported/tableCoffeeGlass.obj-6dd066b0749c37e9833621fe5c3ed6f9.mesh differ diff --git a/escape-room/godot/imported/tableCoffeeGlass.png-c5d7466f2f3f2e247c231f38ec19f865.ctex b/escape-room/godot/imported/tableCoffeeGlass.png-c5d7466f2f3f2e247c231f38ec19f865.ctex new file mode 100644 index 0000000..674d1ff Binary files /dev/null and b/escape-room/godot/imported/tableCoffeeGlass.png-c5d7466f2f3f2e247c231f38ec19f865.ctex differ diff --git a/escape-room/godot/imported/tableCoffeeGlass.png-c5d7466f2f3f2e247c231f38ec19f865.md5 b/escape-room/godot/imported/tableCoffeeGlass.png-c5d7466f2f3f2e247c231f38ec19f865.md5 new file mode 100644 index 0000000..81a1ef2 --- /dev/null +++ b/escape-room/godot/imported/tableCoffeeGlass.png-c5d7466f2f3f2e247c231f38ec19f865.md5 @@ -0,0 +1,3 @@ +source_md5="1d3968136829c7fe4723a55922bb9b5e" +dest_md5="a6304332b84d4a88d87790f368697546" + diff --git a/escape-room/godot/imported/tableCoffeeGlassSquare.dae-4957994039b9496f6a28c7e6e30802b9.md5 b/escape-room/godot/imported/tableCoffeeGlassSquare.dae-4957994039b9496f6a28c7e6e30802b9.md5 new file mode 100644 index 0000000..c4557cd --- /dev/null +++ b/escape-room/godot/imported/tableCoffeeGlassSquare.dae-4957994039b9496f6a28c7e6e30802b9.md5 @@ -0,0 +1,3 @@ +source_md5="e2cef142d731ac939bb2fbfa241e978a" +dest_md5="0763e4edac3e652e52177a0909915b4f" + diff --git a/escape-room/godot/imported/tableCoffeeGlassSquare.dae-4957994039b9496f6a28c7e6e30802b9.scn b/escape-room/godot/imported/tableCoffeeGlassSquare.dae-4957994039b9496f6a28c7e6e30802b9.scn new file mode 100644 index 0000000..4d89b68 Binary files /dev/null and b/escape-room/godot/imported/tableCoffeeGlassSquare.dae-4957994039b9496f6a28c7e6e30802b9.scn differ diff --git a/escape-room/godot/imported/tableCoffeeGlassSquare.fbx-c805f97b8d35d011aefd79b55bdf5cb4.md5 b/escape-room/godot/imported/tableCoffeeGlassSquare.fbx-c805f97b8d35d011aefd79b55bdf5cb4.md5 new file mode 100644 index 0000000..6ed25dc --- /dev/null +++ b/escape-room/godot/imported/tableCoffeeGlassSquare.fbx-c805f97b8d35d011aefd79b55bdf5cb4.md5 @@ -0,0 +1,3 @@ +source_md5="bf70faee0226981fecc2ab27d229a60b" +dest_md5="1ccb1c5ddc3cbf1085452bcabf459f74" + diff --git a/escape-room/godot/imported/tableCoffeeGlassSquare.fbx-c805f97b8d35d011aefd79b55bdf5cb4.scn b/escape-room/godot/imported/tableCoffeeGlassSquare.fbx-c805f97b8d35d011aefd79b55bdf5cb4.scn new file mode 100644 index 0000000..5cb6160 Binary files /dev/null and b/escape-room/godot/imported/tableCoffeeGlassSquare.fbx-c805f97b8d35d011aefd79b55bdf5cb4.scn differ diff --git a/escape-room/godot/imported/tableCoffeeGlassSquare.glb-c4853936a2be9f4f88148b495fdfe00a.md5 b/escape-room/godot/imported/tableCoffeeGlassSquare.glb-c4853936a2be9f4f88148b495fdfe00a.md5 new file mode 100644 index 0000000..fc260e9 --- /dev/null +++ b/escape-room/godot/imported/tableCoffeeGlassSquare.glb-c4853936a2be9f4f88148b495fdfe00a.md5 @@ -0,0 +1,3 @@ +source_md5="5574066cc3feef86282ab1e3edcc6852" +dest_md5="75749fb15dcfec32f02fafeb9dddecb9" + diff --git a/escape-room/godot/imported/tableCoffeeGlassSquare.glb-c4853936a2be9f4f88148b495fdfe00a.scn b/escape-room/godot/imported/tableCoffeeGlassSquare.glb-c4853936a2be9f4f88148b495fdfe00a.scn new file mode 100644 index 0000000..df1b92d Binary files /dev/null and b/escape-room/godot/imported/tableCoffeeGlassSquare.glb-c4853936a2be9f4f88148b495fdfe00a.scn differ diff --git a/escape-room/godot/imported/tableCoffeeGlassSquare.obj-e617ea4825882bd1ac569579622faa48.md5 b/escape-room/godot/imported/tableCoffeeGlassSquare.obj-e617ea4825882bd1ac569579622faa48.md5 new file mode 100644 index 0000000..6d3c547 --- /dev/null +++ b/escape-room/godot/imported/tableCoffeeGlassSquare.obj-e617ea4825882bd1ac569579622faa48.md5 @@ -0,0 +1,3 @@ +source_md5="d7b9f38c33214458d1a7ad2e1ea8a802" +dest_md5="bbecbace283ca4636af06ce125a4e3f9" + diff --git a/escape-room/godot/imported/tableCoffeeGlassSquare.obj-e617ea4825882bd1ac569579622faa48.mesh b/escape-room/godot/imported/tableCoffeeGlassSquare.obj-e617ea4825882bd1ac569579622faa48.mesh new file mode 100644 index 0000000..fdef2f0 Binary files /dev/null and b/escape-room/godot/imported/tableCoffeeGlassSquare.obj-e617ea4825882bd1ac569579622faa48.mesh differ diff --git a/escape-room/godot/imported/tableCoffeeGlassSquare.png-891e8a48176991b0da52b924fc961e22.ctex b/escape-room/godot/imported/tableCoffeeGlassSquare.png-891e8a48176991b0da52b924fc961e22.ctex new file mode 100644 index 0000000..3afe9ce Binary files /dev/null and b/escape-room/godot/imported/tableCoffeeGlassSquare.png-891e8a48176991b0da52b924fc961e22.ctex differ diff --git a/escape-room/godot/imported/tableCoffeeGlassSquare.png-891e8a48176991b0da52b924fc961e22.md5 b/escape-room/godot/imported/tableCoffeeGlassSquare.png-891e8a48176991b0da52b924fc961e22.md5 new file mode 100644 index 0000000..8638f57 --- /dev/null +++ b/escape-room/godot/imported/tableCoffeeGlassSquare.png-891e8a48176991b0da52b924fc961e22.md5 @@ -0,0 +1,3 @@ +source_md5="09de8a4c4d143bc695b0745dd98befe1" +dest_md5="f43260a477c63636b9949c825b49067d" + diff --git a/escape-room/godot/imported/tableCoffeeGlassSquare_NE.png-6090fa9e7ea72a77e0508752c892eb30.ctex b/escape-room/godot/imported/tableCoffeeGlassSquare_NE.png-6090fa9e7ea72a77e0508752c892eb30.ctex new file mode 100644 index 0000000..9b0a864 Binary files /dev/null and b/escape-room/godot/imported/tableCoffeeGlassSquare_NE.png-6090fa9e7ea72a77e0508752c892eb30.ctex differ diff --git a/escape-room/godot/imported/tableCoffeeGlassSquare_NE.png-6090fa9e7ea72a77e0508752c892eb30.md5 b/escape-room/godot/imported/tableCoffeeGlassSquare_NE.png-6090fa9e7ea72a77e0508752c892eb30.md5 new file mode 100644 index 0000000..81c964b --- /dev/null +++ b/escape-room/godot/imported/tableCoffeeGlassSquare_NE.png-6090fa9e7ea72a77e0508752c892eb30.md5 @@ -0,0 +1,3 @@ +source_md5="61edc666dd05cf57b4fe9e23c6915860" +dest_md5="083a82dbffaed9ade3bc327c05b1004c" + diff --git a/escape-room/godot/imported/tableCoffeeGlassSquare_NW.png-0d6d5ebcab4f1ab7669eaf613d2bc279.ctex b/escape-room/godot/imported/tableCoffeeGlassSquare_NW.png-0d6d5ebcab4f1ab7669eaf613d2bc279.ctex new file mode 100644 index 0000000..7c224a2 Binary files /dev/null and b/escape-room/godot/imported/tableCoffeeGlassSquare_NW.png-0d6d5ebcab4f1ab7669eaf613d2bc279.ctex differ diff --git a/escape-room/godot/imported/tableCoffeeGlassSquare_NW.png-0d6d5ebcab4f1ab7669eaf613d2bc279.md5 b/escape-room/godot/imported/tableCoffeeGlassSquare_NW.png-0d6d5ebcab4f1ab7669eaf613d2bc279.md5 new file mode 100644 index 0000000..37bc949 --- /dev/null +++ b/escape-room/godot/imported/tableCoffeeGlassSquare_NW.png-0d6d5ebcab4f1ab7669eaf613d2bc279.md5 @@ -0,0 +1,3 @@ +source_md5="dd28a6eaeac9e99565c000e9089e6886" +dest_md5="285b391d5a10afbeeef85eac5b78b966" + diff --git a/escape-room/godot/imported/tableCoffeeGlassSquare_SE.png-d025ca95d01ad450416616f67c87a654.ctex b/escape-room/godot/imported/tableCoffeeGlassSquare_SE.png-d025ca95d01ad450416616f67c87a654.ctex new file mode 100644 index 0000000..b43dae3 Binary files /dev/null and b/escape-room/godot/imported/tableCoffeeGlassSquare_SE.png-d025ca95d01ad450416616f67c87a654.ctex differ diff --git a/escape-room/godot/imported/tableCoffeeGlassSquare_SE.png-d025ca95d01ad450416616f67c87a654.md5 b/escape-room/godot/imported/tableCoffeeGlassSquare_SE.png-d025ca95d01ad450416616f67c87a654.md5 new file mode 100644 index 0000000..f5bce3e --- /dev/null +++ b/escape-room/godot/imported/tableCoffeeGlassSquare_SE.png-d025ca95d01ad450416616f67c87a654.md5 @@ -0,0 +1,3 @@ +source_md5="d6120529e44682e6ac5b675d59be98e0" +dest_md5="dd1f2647cf85e9891f4bd7e5ed00774a" + diff --git a/escape-room/godot/imported/tableCoffeeGlassSquare_SW.png-4861f7aaa583dd0084a393526240137e.ctex b/escape-room/godot/imported/tableCoffeeGlassSquare_SW.png-4861f7aaa583dd0084a393526240137e.ctex new file mode 100644 index 0000000..c692500 Binary files /dev/null and b/escape-room/godot/imported/tableCoffeeGlassSquare_SW.png-4861f7aaa583dd0084a393526240137e.ctex differ diff --git a/escape-room/godot/imported/tableCoffeeGlassSquare_SW.png-4861f7aaa583dd0084a393526240137e.md5 b/escape-room/godot/imported/tableCoffeeGlassSquare_SW.png-4861f7aaa583dd0084a393526240137e.md5 new file mode 100644 index 0000000..62e5fb6 --- /dev/null +++ b/escape-room/godot/imported/tableCoffeeGlassSquare_SW.png-4861f7aaa583dd0084a393526240137e.md5 @@ -0,0 +1,3 @@ +source_md5="181146e853d7de37c5801b827db42f1a" +dest_md5="b8d17807b05b47a29b5487faf1c0c828" + diff --git a/escape-room/godot/imported/tableCoffeeGlass_NE.png-d0a6a89ed24372bd47ac63c7e90df705.ctex b/escape-room/godot/imported/tableCoffeeGlass_NE.png-d0a6a89ed24372bd47ac63c7e90df705.ctex new file mode 100644 index 0000000..a0f4901 Binary files /dev/null and b/escape-room/godot/imported/tableCoffeeGlass_NE.png-d0a6a89ed24372bd47ac63c7e90df705.ctex differ diff --git a/escape-room/godot/imported/tableCoffeeGlass_NE.png-d0a6a89ed24372bd47ac63c7e90df705.md5 b/escape-room/godot/imported/tableCoffeeGlass_NE.png-d0a6a89ed24372bd47ac63c7e90df705.md5 new file mode 100644 index 0000000..fd74482 --- /dev/null +++ b/escape-room/godot/imported/tableCoffeeGlass_NE.png-d0a6a89ed24372bd47ac63c7e90df705.md5 @@ -0,0 +1,3 @@ +source_md5="f8ba38356cb4b9b028e2a2f2f4fe5bac" +dest_md5="8beba2dd79e1848c159c79eab721909d" + diff --git a/escape-room/godot/imported/tableCoffeeGlass_NW.png-f957b56aa086339b8dbb757be1f97eb2.ctex b/escape-room/godot/imported/tableCoffeeGlass_NW.png-f957b56aa086339b8dbb757be1f97eb2.ctex new file mode 100644 index 0000000..5b0a26f Binary files /dev/null and b/escape-room/godot/imported/tableCoffeeGlass_NW.png-f957b56aa086339b8dbb757be1f97eb2.ctex differ diff --git a/escape-room/godot/imported/tableCoffeeGlass_NW.png-f957b56aa086339b8dbb757be1f97eb2.md5 b/escape-room/godot/imported/tableCoffeeGlass_NW.png-f957b56aa086339b8dbb757be1f97eb2.md5 new file mode 100644 index 0000000..b917e5b --- /dev/null +++ b/escape-room/godot/imported/tableCoffeeGlass_NW.png-f957b56aa086339b8dbb757be1f97eb2.md5 @@ -0,0 +1,3 @@ +source_md5="3445f2a132c92ef7439ab483218f35e6" +dest_md5="76281aaa9f79ad55f72bbf6abc927dcd" + diff --git a/escape-room/godot/imported/tableCoffeeGlass_SE.png-2412ac77f5760f861664b510455e4bfc.ctex b/escape-room/godot/imported/tableCoffeeGlass_SE.png-2412ac77f5760f861664b510455e4bfc.ctex new file mode 100644 index 0000000..67c177c Binary files /dev/null and b/escape-room/godot/imported/tableCoffeeGlass_SE.png-2412ac77f5760f861664b510455e4bfc.ctex differ diff --git a/escape-room/godot/imported/tableCoffeeGlass_SE.png-2412ac77f5760f861664b510455e4bfc.md5 b/escape-room/godot/imported/tableCoffeeGlass_SE.png-2412ac77f5760f861664b510455e4bfc.md5 new file mode 100644 index 0000000..1b2b468 --- /dev/null +++ b/escape-room/godot/imported/tableCoffeeGlass_SE.png-2412ac77f5760f861664b510455e4bfc.md5 @@ -0,0 +1,3 @@ +source_md5="c43adef7dbc83d4db5035a92613d01d2" +dest_md5="ba0de8bcc3ebcb5e0f02a8139123f8eb" + diff --git a/escape-room/godot/imported/tableCoffeeGlass_SW.png-0adf34d10a75ff15c2547f1fc879d13f.ctex b/escape-room/godot/imported/tableCoffeeGlass_SW.png-0adf34d10a75ff15c2547f1fc879d13f.ctex new file mode 100644 index 0000000..9f45163 Binary files /dev/null and b/escape-room/godot/imported/tableCoffeeGlass_SW.png-0adf34d10a75ff15c2547f1fc879d13f.ctex differ diff --git a/escape-room/godot/imported/tableCoffeeGlass_SW.png-0adf34d10a75ff15c2547f1fc879d13f.md5 b/escape-room/godot/imported/tableCoffeeGlass_SW.png-0adf34d10a75ff15c2547f1fc879d13f.md5 new file mode 100644 index 0000000..4ada33e --- /dev/null +++ b/escape-room/godot/imported/tableCoffeeGlass_SW.png-0adf34d10a75ff15c2547f1fc879d13f.md5 @@ -0,0 +1,3 @@ +source_md5="e63f64c729860cc6d2465c9add5cf482" +dest_md5="ad7f3fb3fd150d853d7870ef8c3fc6d3" + diff --git a/escape-room/godot/imported/tableCoffeeSquare.dae-5ec08b4e26d3a86848b4925d66a1bece.md5 b/escape-room/godot/imported/tableCoffeeSquare.dae-5ec08b4e26d3a86848b4925d66a1bece.md5 new file mode 100644 index 0000000..8584dbf --- /dev/null +++ b/escape-room/godot/imported/tableCoffeeSquare.dae-5ec08b4e26d3a86848b4925d66a1bece.md5 @@ -0,0 +1,3 @@ +source_md5="6026dc0650d9d63b1629e9a56bd2698b" +dest_md5="5e4dd3b719e96d7f25b733fab1768a39" + diff --git a/escape-room/godot/imported/tableCoffeeSquare.dae-5ec08b4e26d3a86848b4925d66a1bece.scn b/escape-room/godot/imported/tableCoffeeSquare.dae-5ec08b4e26d3a86848b4925d66a1bece.scn new file mode 100644 index 0000000..126f34e Binary files /dev/null and b/escape-room/godot/imported/tableCoffeeSquare.dae-5ec08b4e26d3a86848b4925d66a1bece.scn differ diff --git a/escape-room/godot/imported/tableCoffeeSquare.fbx-d2e2d28ea00b3e45374623a949342bae.md5 b/escape-room/godot/imported/tableCoffeeSquare.fbx-d2e2d28ea00b3e45374623a949342bae.md5 new file mode 100644 index 0000000..5aec656 --- /dev/null +++ b/escape-room/godot/imported/tableCoffeeSquare.fbx-d2e2d28ea00b3e45374623a949342bae.md5 @@ -0,0 +1,3 @@ +source_md5="8bd1ba3bf15d2856756593d46d0a6f41" +dest_md5="ad320745e5a1453a9e4510988d70c601" + diff --git a/escape-room/godot/imported/tableCoffeeSquare.fbx-d2e2d28ea00b3e45374623a949342bae.scn b/escape-room/godot/imported/tableCoffeeSquare.fbx-d2e2d28ea00b3e45374623a949342bae.scn new file mode 100644 index 0000000..e3288b2 Binary files /dev/null and b/escape-room/godot/imported/tableCoffeeSquare.fbx-d2e2d28ea00b3e45374623a949342bae.scn differ diff --git a/escape-room/godot/imported/tableCoffeeSquare.glb-4fbcd64203cdf5af6ecb609a751d1b70.md5 b/escape-room/godot/imported/tableCoffeeSquare.glb-4fbcd64203cdf5af6ecb609a751d1b70.md5 new file mode 100644 index 0000000..cb177a5 --- /dev/null +++ b/escape-room/godot/imported/tableCoffeeSquare.glb-4fbcd64203cdf5af6ecb609a751d1b70.md5 @@ -0,0 +1,3 @@ +source_md5="ca79138e69662bccba0bada95b7f4c33" +dest_md5="13d4e524c2347d54884e9c502c8b6f1c" + diff --git a/escape-room/godot/imported/tableCoffeeSquare.glb-4fbcd64203cdf5af6ecb609a751d1b70.scn b/escape-room/godot/imported/tableCoffeeSquare.glb-4fbcd64203cdf5af6ecb609a751d1b70.scn new file mode 100644 index 0000000..5724c7e Binary files /dev/null and b/escape-room/godot/imported/tableCoffeeSquare.glb-4fbcd64203cdf5af6ecb609a751d1b70.scn differ diff --git a/escape-room/godot/imported/tableCoffeeSquare.obj-787e32bc6970fbd5e01f53e999705c17.md5 b/escape-room/godot/imported/tableCoffeeSquare.obj-787e32bc6970fbd5e01f53e999705c17.md5 new file mode 100644 index 0000000..49e8760 --- /dev/null +++ b/escape-room/godot/imported/tableCoffeeSquare.obj-787e32bc6970fbd5e01f53e999705c17.md5 @@ -0,0 +1,3 @@ +source_md5="1fa8cc295f72fa59a8694b0f1098ead9" +dest_md5="cde1e33455f6a3dd130aa284f0a2a0a7" + diff --git a/escape-room/godot/imported/tableCoffeeSquare.obj-787e32bc6970fbd5e01f53e999705c17.mesh b/escape-room/godot/imported/tableCoffeeSquare.obj-787e32bc6970fbd5e01f53e999705c17.mesh new file mode 100644 index 0000000..4819f57 Binary files /dev/null and b/escape-room/godot/imported/tableCoffeeSquare.obj-787e32bc6970fbd5e01f53e999705c17.mesh differ diff --git a/escape-room/godot/imported/tableCoffeeSquare.png-e7e3e7b2e109f4c52524b24e62a57768.ctex b/escape-room/godot/imported/tableCoffeeSquare.png-e7e3e7b2e109f4c52524b24e62a57768.ctex new file mode 100644 index 0000000..fe905db Binary files /dev/null and b/escape-room/godot/imported/tableCoffeeSquare.png-e7e3e7b2e109f4c52524b24e62a57768.ctex differ diff --git a/escape-room/godot/imported/tableCoffeeSquare.png-e7e3e7b2e109f4c52524b24e62a57768.md5 b/escape-room/godot/imported/tableCoffeeSquare.png-e7e3e7b2e109f4c52524b24e62a57768.md5 new file mode 100644 index 0000000..333bfc4 --- /dev/null +++ b/escape-room/godot/imported/tableCoffeeSquare.png-e7e3e7b2e109f4c52524b24e62a57768.md5 @@ -0,0 +1,3 @@ +source_md5="ed88694f21bc5ba15a498d7e33992d7e" +dest_md5="206aa6d528996af9547dbe79f82e4171" + diff --git a/escape-room/godot/imported/tableCoffeeSquare_NE.png-dc088e1247af553590ae99c2e7e7a7d2.ctex b/escape-room/godot/imported/tableCoffeeSquare_NE.png-dc088e1247af553590ae99c2e7e7a7d2.ctex new file mode 100644 index 0000000..de26947 Binary files /dev/null and b/escape-room/godot/imported/tableCoffeeSquare_NE.png-dc088e1247af553590ae99c2e7e7a7d2.ctex differ diff --git a/escape-room/godot/imported/tableCoffeeSquare_NE.png-dc088e1247af553590ae99c2e7e7a7d2.md5 b/escape-room/godot/imported/tableCoffeeSquare_NE.png-dc088e1247af553590ae99c2e7e7a7d2.md5 new file mode 100644 index 0000000..7e4383a --- /dev/null +++ b/escape-room/godot/imported/tableCoffeeSquare_NE.png-dc088e1247af553590ae99c2e7e7a7d2.md5 @@ -0,0 +1,3 @@ +source_md5="260b1f210403955b24ff2f24b9e3aa3b" +dest_md5="a6ec2b93c2b0c0c78f3bfcab307fa8f7" + diff --git a/escape-room/godot/imported/tableCoffeeSquare_NW.png-b9dfb7ea58268db27fbe9204548e0843.ctex b/escape-room/godot/imported/tableCoffeeSquare_NW.png-b9dfb7ea58268db27fbe9204548e0843.ctex new file mode 100644 index 0000000..a9ba02e Binary files /dev/null and b/escape-room/godot/imported/tableCoffeeSquare_NW.png-b9dfb7ea58268db27fbe9204548e0843.ctex differ diff --git a/escape-room/godot/imported/tableCoffeeSquare_NW.png-b9dfb7ea58268db27fbe9204548e0843.md5 b/escape-room/godot/imported/tableCoffeeSquare_NW.png-b9dfb7ea58268db27fbe9204548e0843.md5 new file mode 100644 index 0000000..43788a0 --- /dev/null +++ b/escape-room/godot/imported/tableCoffeeSquare_NW.png-b9dfb7ea58268db27fbe9204548e0843.md5 @@ -0,0 +1,3 @@ +source_md5="960369deade67bcf0cfcf69e60885451" +dest_md5="fe8977ed9b8c618eec0bedb8b2ed33cf" + diff --git a/escape-room/godot/imported/tableCoffeeSquare_SE.png-0bffdbea133f0ea63d52b53ec016de01.ctex b/escape-room/godot/imported/tableCoffeeSquare_SE.png-0bffdbea133f0ea63d52b53ec016de01.ctex new file mode 100644 index 0000000..94a4504 Binary files /dev/null and b/escape-room/godot/imported/tableCoffeeSquare_SE.png-0bffdbea133f0ea63d52b53ec016de01.ctex differ diff --git a/escape-room/godot/imported/tableCoffeeSquare_SE.png-0bffdbea133f0ea63d52b53ec016de01.md5 b/escape-room/godot/imported/tableCoffeeSquare_SE.png-0bffdbea133f0ea63d52b53ec016de01.md5 new file mode 100644 index 0000000..8162856 --- /dev/null +++ b/escape-room/godot/imported/tableCoffeeSquare_SE.png-0bffdbea133f0ea63d52b53ec016de01.md5 @@ -0,0 +1,3 @@ +source_md5="70e8ef55384c44a920de80d5cd6667c8" +dest_md5="45ba6a8b9c45efce70efa8213956e3ed" + diff --git a/escape-room/godot/imported/tableCoffeeSquare_SW.png-23434b5bda9905efc0fefb7189982706.ctex b/escape-room/godot/imported/tableCoffeeSquare_SW.png-23434b5bda9905efc0fefb7189982706.ctex new file mode 100644 index 0000000..db68cd1 Binary files /dev/null and b/escape-room/godot/imported/tableCoffeeSquare_SW.png-23434b5bda9905efc0fefb7189982706.ctex differ diff --git a/escape-room/godot/imported/tableCoffeeSquare_SW.png-23434b5bda9905efc0fefb7189982706.md5 b/escape-room/godot/imported/tableCoffeeSquare_SW.png-23434b5bda9905efc0fefb7189982706.md5 new file mode 100644 index 0000000..d56d817 --- /dev/null +++ b/escape-room/godot/imported/tableCoffeeSquare_SW.png-23434b5bda9905efc0fefb7189982706.md5 @@ -0,0 +1,3 @@ +source_md5="ec8d40cf4a947ffa218ab65b5e61738b" +dest_md5="7b2e0eca607e301a1d82ce56bf93de60" + diff --git a/escape-room/godot/imported/tableCoffee_NE.png-6a34da77b094a200975ab55d1aabd891.ctex b/escape-room/godot/imported/tableCoffee_NE.png-6a34da77b094a200975ab55d1aabd891.ctex new file mode 100644 index 0000000..81294b7 Binary files /dev/null and b/escape-room/godot/imported/tableCoffee_NE.png-6a34da77b094a200975ab55d1aabd891.ctex differ diff --git a/escape-room/godot/imported/tableCoffee_NE.png-6a34da77b094a200975ab55d1aabd891.md5 b/escape-room/godot/imported/tableCoffee_NE.png-6a34da77b094a200975ab55d1aabd891.md5 new file mode 100644 index 0000000..9c7a464 --- /dev/null +++ b/escape-room/godot/imported/tableCoffee_NE.png-6a34da77b094a200975ab55d1aabd891.md5 @@ -0,0 +1,3 @@ +source_md5="8c916d951737144617901d6bcc2d6ba7" +dest_md5="4c380f68e3eace792fc37aa090e3f6bf" + diff --git a/escape-room/godot/imported/tableCoffee_NW.png-4ca8d8a6a6012abdac82ea1327cf2f72.ctex b/escape-room/godot/imported/tableCoffee_NW.png-4ca8d8a6a6012abdac82ea1327cf2f72.ctex new file mode 100644 index 0000000..65968db Binary files /dev/null and b/escape-room/godot/imported/tableCoffee_NW.png-4ca8d8a6a6012abdac82ea1327cf2f72.ctex differ diff --git a/escape-room/godot/imported/tableCoffee_NW.png-4ca8d8a6a6012abdac82ea1327cf2f72.md5 b/escape-room/godot/imported/tableCoffee_NW.png-4ca8d8a6a6012abdac82ea1327cf2f72.md5 new file mode 100644 index 0000000..30a3d18 --- /dev/null +++ b/escape-room/godot/imported/tableCoffee_NW.png-4ca8d8a6a6012abdac82ea1327cf2f72.md5 @@ -0,0 +1,3 @@ +source_md5="5fdb0579f3436c4552317109653017e2" +dest_md5="634bbd5dc3e3fb6a3dd7a00ab5639fab" + diff --git a/escape-room/godot/imported/tableCoffee_SE.png-80bf41dfb5a7281019c338f2df22ca30.ctex b/escape-room/godot/imported/tableCoffee_SE.png-80bf41dfb5a7281019c338f2df22ca30.ctex new file mode 100644 index 0000000..a5307ae Binary files /dev/null and b/escape-room/godot/imported/tableCoffee_SE.png-80bf41dfb5a7281019c338f2df22ca30.ctex differ diff --git a/escape-room/godot/imported/tableCoffee_SE.png-80bf41dfb5a7281019c338f2df22ca30.md5 b/escape-room/godot/imported/tableCoffee_SE.png-80bf41dfb5a7281019c338f2df22ca30.md5 new file mode 100644 index 0000000..50cb22f --- /dev/null +++ b/escape-room/godot/imported/tableCoffee_SE.png-80bf41dfb5a7281019c338f2df22ca30.md5 @@ -0,0 +1,3 @@ +source_md5="28bbd934f0dfd62478532e80c01bf7f4" +dest_md5="2b07ed96671fc0ec7b3306546894fd6f" + diff --git a/escape-room/godot/imported/tableCoffee_SW.png-35f080526e7ea56a2ae1bdb9b412bab8.ctex b/escape-room/godot/imported/tableCoffee_SW.png-35f080526e7ea56a2ae1bdb9b412bab8.ctex new file mode 100644 index 0000000..bae89f7 Binary files /dev/null and b/escape-room/godot/imported/tableCoffee_SW.png-35f080526e7ea56a2ae1bdb9b412bab8.ctex differ diff --git a/escape-room/godot/imported/tableCoffee_SW.png-35f080526e7ea56a2ae1bdb9b412bab8.md5 b/escape-room/godot/imported/tableCoffee_SW.png-35f080526e7ea56a2ae1bdb9b412bab8.md5 new file mode 100644 index 0000000..ddc2cb7 --- /dev/null +++ b/escape-room/godot/imported/tableCoffee_SW.png-35f080526e7ea56a2ae1bdb9b412bab8.md5 @@ -0,0 +1,3 @@ +source_md5="8a4e373b0393a40bdedd28c88c862280" +dest_md5="efe58b20c9a929f8125dd758e7ef57ec" + diff --git a/escape-room/godot/imported/tableCross.dae-199131e3d624aaece033a2cdd723deb8.md5 b/escape-room/godot/imported/tableCross.dae-199131e3d624aaece033a2cdd723deb8.md5 new file mode 100644 index 0000000..8fc0fab --- /dev/null +++ b/escape-room/godot/imported/tableCross.dae-199131e3d624aaece033a2cdd723deb8.md5 @@ -0,0 +1,3 @@ +source_md5="b7380ad30cffad742787d5bda1e95720" +dest_md5="1f2f9a5bf0e470d85adc63b949718518" + diff --git a/escape-room/godot/imported/tableCross.dae-199131e3d624aaece033a2cdd723deb8.scn b/escape-room/godot/imported/tableCross.dae-199131e3d624aaece033a2cdd723deb8.scn new file mode 100644 index 0000000..2333e15 Binary files /dev/null and b/escape-room/godot/imported/tableCross.dae-199131e3d624aaece033a2cdd723deb8.scn differ diff --git a/escape-room/godot/imported/tableCross.fbx-94d1637a52220630ce1fad48e2a4eae4.md5 b/escape-room/godot/imported/tableCross.fbx-94d1637a52220630ce1fad48e2a4eae4.md5 new file mode 100644 index 0000000..1040143 --- /dev/null +++ b/escape-room/godot/imported/tableCross.fbx-94d1637a52220630ce1fad48e2a4eae4.md5 @@ -0,0 +1,3 @@ +source_md5="8f8f247f08b37f5a070e5768d54efd99" +dest_md5="5085e38fc4e0899df6dfba2d4d0a7a91" + diff --git a/escape-room/godot/imported/tableCross.fbx-94d1637a52220630ce1fad48e2a4eae4.scn b/escape-room/godot/imported/tableCross.fbx-94d1637a52220630ce1fad48e2a4eae4.scn new file mode 100644 index 0000000..dbee4d7 Binary files /dev/null and b/escape-room/godot/imported/tableCross.fbx-94d1637a52220630ce1fad48e2a4eae4.scn differ diff --git a/escape-room/godot/imported/tableCross.glb-b309085058ca5e7d557517e4217f8178.md5 b/escape-room/godot/imported/tableCross.glb-b309085058ca5e7d557517e4217f8178.md5 new file mode 100644 index 0000000..4d8100d --- /dev/null +++ b/escape-room/godot/imported/tableCross.glb-b309085058ca5e7d557517e4217f8178.md5 @@ -0,0 +1,3 @@ +source_md5="409bd132e46672149fe48067a62b15f5" +dest_md5="5832f546a54f27ae7a450795d562874c" + diff --git a/escape-room/godot/imported/tableCross.glb-b309085058ca5e7d557517e4217f8178.scn b/escape-room/godot/imported/tableCross.glb-b309085058ca5e7d557517e4217f8178.scn new file mode 100644 index 0000000..10e595f Binary files /dev/null and b/escape-room/godot/imported/tableCross.glb-b309085058ca5e7d557517e4217f8178.scn differ diff --git a/escape-room/godot/imported/tableCross.obj-932e7e7099be9ead5bbfd55fe44e9ae3.md5 b/escape-room/godot/imported/tableCross.obj-932e7e7099be9ead5bbfd55fe44e9ae3.md5 new file mode 100644 index 0000000..6da8994 --- /dev/null +++ b/escape-room/godot/imported/tableCross.obj-932e7e7099be9ead5bbfd55fe44e9ae3.md5 @@ -0,0 +1,3 @@ +source_md5="0934c9de809a89b21cef91f4c626a02d" +dest_md5="427769c6b76c33c286d7d6e4bdc4c6cc" + diff --git a/escape-room/godot/imported/tableCross.obj-932e7e7099be9ead5bbfd55fe44e9ae3.mesh b/escape-room/godot/imported/tableCross.obj-932e7e7099be9ead5bbfd55fe44e9ae3.mesh new file mode 100644 index 0000000..a9268ff Binary files /dev/null and b/escape-room/godot/imported/tableCross.obj-932e7e7099be9ead5bbfd55fe44e9ae3.mesh differ diff --git a/escape-room/godot/imported/tableCross.png-0aeabc14b536b3e982b5ac44a1ff8c9d.ctex b/escape-room/godot/imported/tableCross.png-0aeabc14b536b3e982b5ac44a1ff8c9d.ctex new file mode 100644 index 0000000..ee5d2eb Binary files /dev/null and b/escape-room/godot/imported/tableCross.png-0aeabc14b536b3e982b5ac44a1ff8c9d.ctex differ diff --git a/escape-room/godot/imported/tableCross.png-0aeabc14b536b3e982b5ac44a1ff8c9d.md5 b/escape-room/godot/imported/tableCross.png-0aeabc14b536b3e982b5ac44a1ff8c9d.md5 new file mode 100644 index 0000000..3fea5ee --- /dev/null +++ b/escape-room/godot/imported/tableCross.png-0aeabc14b536b3e982b5ac44a1ff8c9d.md5 @@ -0,0 +1,3 @@ +source_md5="2f4f3365f6c5384a258b9989fcffa200" +dest_md5="13172380b29dc6c0bc99388eaa386346" + diff --git a/escape-room/godot/imported/tableCrossCloth.dae-56b03e60e388b5409d1e034d99fcb409.md5 b/escape-room/godot/imported/tableCrossCloth.dae-56b03e60e388b5409d1e034d99fcb409.md5 new file mode 100644 index 0000000..21c21cd --- /dev/null +++ b/escape-room/godot/imported/tableCrossCloth.dae-56b03e60e388b5409d1e034d99fcb409.md5 @@ -0,0 +1,3 @@ +source_md5="9b25cfff9e33782e5b994e6c0a23371e" +dest_md5="c4d3b4dfd6ab632142622c28e2571278" + diff --git a/escape-room/godot/imported/tableCrossCloth.dae-56b03e60e388b5409d1e034d99fcb409.scn b/escape-room/godot/imported/tableCrossCloth.dae-56b03e60e388b5409d1e034d99fcb409.scn new file mode 100644 index 0000000..5b99103 Binary files /dev/null and b/escape-room/godot/imported/tableCrossCloth.dae-56b03e60e388b5409d1e034d99fcb409.scn differ diff --git a/escape-room/godot/imported/tableCrossCloth.fbx-9aab7b59e0718abf887df40b92e3d58b.md5 b/escape-room/godot/imported/tableCrossCloth.fbx-9aab7b59e0718abf887df40b92e3d58b.md5 new file mode 100644 index 0000000..5bb52df --- /dev/null +++ b/escape-room/godot/imported/tableCrossCloth.fbx-9aab7b59e0718abf887df40b92e3d58b.md5 @@ -0,0 +1,3 @@ +source_md5="a73493b94c67a1f53f6c0871582a1ae3" +dest_md5="d0db3ee2be7c54954c98fd46a5539f40" + diff --git a/escape-room/godot/imported/tableCrossCloth.fbx-9aab7b59e0718abf887df40b92e3d58b.scn b/escape-room/godot/imported/tableCrossCloth.fbx-9aab7b59e0718abf887df40b92e3d58b.scn new file mode 100644 index 0000000..e5d1216 Binary files /dev/null and b/escape-room/godot/imported/tableCrossCloth.fbx-9aab7b59e0718abf887df40b92e3d58b.scn differ diff --git a/escape-room/godot/imported/tableCrossCloth.glb-e677a2ac4e368d10e8b2afb02f7f4865.md5 b/escape-room/godot/imported/tableCrossCloth.glb-e677a2ac4e368d10e8b2afb02f7f4865.md5 new file mode 100644 index 0000000..9fe990a --- /dev/null +++ b/escape-room/godot/imported/tableCrossCloth.glb-e677a2ac4e368d10e8b2afb02f7f4865.md5 @@ -0,0 +1,3 @@ +source_md5="770886f8e4f8ec69b4ad70e09a693479" +dest_md5="136c7f6d88196448f58a88f264626c9e" + diff --git a/escape-room/godot/imported/tableCrossCloth.glb-e677a2ac4e368d10e8b2afb02f7f4865.scn b/escape-room/godot/imported/tableCrossCloth.glb-e677a2ac4e368d10e8b2afb02f7f4865.scn new file mode 100644 index 0000000..ae00115 Binary files /dev/null and b/escape-room/godot/imported/tableCrossCloth.glb-e677a2ac4e368d10e8b2afb02f7f4865.scn differ diff --git a/escape-room/godot/imported/tableCrossCloth.obj-f1e66343998706eb29e95356e554e69f.md5 b/escape-room/godot/imported/tableCrossCloth.obj-f1e66343998706eb29e95356e554e69f.md5 new file mode 100644 index 0000000..7cbe78a --- /dev/null +++ b/escape-room/godot/imported/tableCrossCloth.obj-f1e66343998706eb29e95356e554e69f.md5 @@ -0,0 +1,3 @@ +source_md5="564bdd6dd7846458c91710a41e183b7f" +dest_md5="61c8c01f8da36597f4c9b9202d701da3" + diff --git a/escape-room/godot/imported/tableCrossCloth.obj-f1e66343998706eb29e95356e554e69f.mesh b/escape-room/godot/imported/tableCrossCloth.obj-f1e66343998706eb29e95356e554e69f.mesh new file mode 100644 index 0000000..72f1d84 Binary files /dev/null and b/escape-room/godot/imported/tableCrossCloth.obj-f1e66343998706eb29e95356e554e69f.mesh differ diff --git a/escape-room/godot/imported/tableCrossCloth.png-70ffb9a041483fde11d6f1d4c5bc9dfd.ctex b/escape-room/godot/imported/tableCrossCloth.png-70ffb9a041483fde11d6f1d4c5bc9dfd.ctex new file mode 100644 index 0000000..f8f9e0b Binary files /dev/null and b/escape-room/godot/imported/tableCrossCloth.png-70ffb9a041483fde11d6f1d4c5bc9dfd.ctex differ diff --git a/escape-room/godot/imported/tableCrossCloth.png-70ffb9a041483fde11d6f1d4c5bc9dfd.md5 b/escape-room/godot/imported/tableCrossCloth.png-70ffb9a041483fde11d6f1d4c5bc9dfd.md5 new file mode 100644 index 0000000..be5c371 --- /dev/null +++ b/escape-room/godot/imported/tableCrossCloth.png-70ffb9a041483fde11d6f1d4c5bc9dfd.md5 @@ -0,0 +1,3 @@ +source_md5="9c9e2ff45e8b246d964e46d338ddd899" +dest_md5="88f99d735c7bd7481e83cb1f51172579" + diff --git a/escape-room/godot/imported/tableCrossCloth_NE.png-e5fb79a9dbaa55e0d8c331de8b44ff50.ctex b/escape-room/godot/imported/tableCrossCloth_NE.png-e5fb79a9dbaa55e0d8c331de8b44ff50.ctex new file mode 100644 index 0000000..0422073 Binary files /dev/null and b/escape-room/godot/imported/tableCrossCloth_NE.png-e5fb79a9dbaa55e0d8c331de8b44ff50.ctex differ diff --git a/escape-room/godot/imported/tableCrossCloth_NE.png-e5fb79a9dbaa55e0d8c331de8b44ff50.md5 b/escape-room/godot/imported/tableCrossCloth_NE.png-e5fb79a9dbaa55e0d8c331de8b44ff50.md5 new file mode 100644 index 0000000..bf4ed82 --- /dev/null +++ b/escape-room/godot/imported/tableCrossCloth_NE.png-e5fb79a9dbaa55e0d8c331de8b44ff50.md5 @@ -0,0 +1,3 @@ +source_md5="a77cfe9336be27de6f7fb66e4b0ee747" +dest_md5="76a5c462849a019568b8b66a9acc0855" + diff --git a/escape-room/godot/imported/tableCrossCloth_NW.png-d6946cdfce01c7de5299b6b448714ea9.ctex b/escape-room/godot/imported/tableCrossCloth_NW.png-d6946cdfce01c7de5299b6b448714ea9.ctex new file mode 100644 index 0000000..1e9fb33 Binary files /dev/null and b/escape-room/godot/imported/tableCrossCloth_NW.png-d6946cdfce01c7de5299b6b448714ea9.ctex differ diff --git a/escape-room/godot/imported/tableCrossCloth_NW.png-d6946cdfce01c7de5299b6b448714ea9.md5 b/escape-room/godot/imported/tableCrossCloth_NW.png-d6946cdfce01c7de5299b6b448714ea9.md5 new file mode 100644 index 0000000..5e28c10 --- /dev/null +++ b/escape-room/godot/imported/tableCrossCloth_NW.png-d6946cdfce01c7de5299b6b448714ea9.md5 @@ -0,0 +1,3 @@ +source_md5="5641a84df83ad3a83c3680dcfe2b023c" +dest_md5="d988d10b9e5be76327b03e456a9d21ee" + diff --git a/escape-room/godot/imported/tableCrossCloth_SE.png-6d4c18795eef6817685a7c64fefd3e7c.ctex b/escape-room/godot/imported/tableCrossCloth_SE.png-6d4c18795eef6817685a7c64fefd3e7c.ctex new file mode 100644 index 0000000..4b45866 Binary files /dev/null and b/escape-room/godot/imported/tableCrossCloth_SE.png-6d4c18795eef6817685a7c64fefd3e7c.ctex differ diff --git a/escape-room/godot/imported/tableCrossCloth_SE.png-6d4c18795eef6817685a7c64fefd3e7c.md5 b/escape-room/godot/imported/tableCrossCloth_SE.png-6d4c18795eef6817685a7c64fefd3e7c.md5 new file mode 100644 index 0000000..344c9ca --- /dev/null +++ b/escape-room/godot/imported/tableCrossCloth_SE.png-6d4c18795eef6817685a7c64fefd3e7c.md5 @@ -0,0 +1,3 @@ +source_md5="63523723d8aed8ba55372d4a8ac78bca" +dest_md5="189d8c116f0aad57cefad255adee3d5d" + diff --git a/escape-room/godot/imported/tableCrossCloth_SW.png-69fa6cfe306f4b2e610791f0912a8fd6.ctex b/escape-room/godot/imported/tableCrossCloth_SW.png-69fa6cfe306f4b2e610791f0912a8fd6.ctex new file mode 100644 index 0000000..659b8c8 Binary files /dev/null and b/escape-room/godot/imported/tableCrossCloth_SW.png-69fa6cfe306f4b2e610791f0912a8fd6.ctex differ diff --git a/escape-room/godot/imported/tableCrossCloth_SW.png-69fa6cfe306f4b2e610791f0912a8fd6.md5 b/escape-room/godot/imported/tableCrossCloth_SW.png-69fa6cfe306f4b2e610791f0912a8fd6.md5 new file mode 100644 index 0000000..988a314 --- /dev/null +++ b/escape-room/godot/imported/tableCrossCloth_SW.png-69fa6cfe306f4b2e610791f0912a8fd6.md5 @@ -0,0 +1,3 @@ +source_md5="d983e698f4919374689022f8eea7b6cf" +dest_md5="9a24979af6e9e58ac2273e35d5b61d85" + diff --git a/escape-room/godot/imported/tableCross_NE.png-06345ea66058661a466693e1f157b055.ctex b/escape-room/godot/imported/tableCross_NE.png-06345ea66058661a466693e1f157b055.ctex new file mode 100644 index 0000000..2bcad14 Binary files /dev/null and b/escape-room/godot/imported/tableCross_NE.png-06345ea66058661a466693e1f157b055.ctex differ diff --git a/escape-room/godot/imported/tableCross_NE.png-06345ea66058661a466693e1f157b055.md5 b/escape-room/godot/imported/tableCross_NE.png-06345ea66058661a466693e1f157b055.md5 new file mode 100644 index 0000000..c5e7176 --- /dev/null +++ b/escape-room/godot/imported/tableCross_NE.png-06345ea66058661a466693e1f157b055.md5 @@ -0,0 +1,3 @@ +source_md5="08ece352d7710f3cb770636239a26663" +dest_md5="8a35cdb454889f29abc524dd996e8068" + diff --git a/escape-room/godot/imported/tableCross_NW.png-004247fb5a8fe2127ccc3f3e60987f5c.ctex b/escape-room/godot/imported/tableCross_NW.png-004247fb5a8fe2127ccc3f3e60987f5c.ctex new file mode 100644 index 0000000..02d00c8 Binary files /dev/null and b/escape-room/godot/imported/tableCross_NW.png-004247fb5a8fe2127ccc3f3e60987f5c.ctex differ diff --git a/escape-room/godot/imported/tableCross_NW.png-004247fb5a8fe2127ccc3f3e60987f5c.md5 b/escape-room/godot/imported/tableCross_NW.png-004247fb5a8fe2127ccc3f3e60987f5c.md5 new file mode 100644 index 0000000..55b9903 --- /dev/null +++ b/escape-room/godot/imported/tableCross_NW.png-004247fb5a8fe2127ccc3f3e60987f5c.md5 @@ -0,0 +1,3 @@ +source_md5="5bb731188a8acb33134bc4862d379b38" +dest_md5="df24831f320494b3724f6a1fa6513e27" + diff --git a/escape-room/godot/imported/tableCross_SE.png-4c53dba59a793e4c053798679bed1d11.ctex b/escape-room/godot/imported/tableCross_SE.png-4c53dba59a793e4c053798679bed1d11.ctex new file mode 100644 index 0000000..dee1956 Binary files /dev/null and b/escape-room/godot/imported/tableCross_SE.png-4c53dba59a793e4c053798679bed1d11.ctex differ diff --git a/escape-room/godot/imported/tableCross_SE.png-4c53dba59a793e4c053798679bed1d11.md5 b/escape-room/godot/imported/tableCross_SE.png-4c53dba59a793e4c053798679bed1d11.md5 new file mode 100644 index 0000000..c4fbade --- /dev/null +++ b/escape-room/godot/imported/tableCross_SE.png-4c53dba59a793e4c053798679bed1d11.md5 @@ -0,0 +1,3 @@ +source_md5="c587e6bc48eccee076faf39480eb2bd7" +dest_md5="3b4ec6481a9690f6211d0ac430d978e4" + diff --git a/escape-room/godot/imported/tableCross_SW.png-d487f65e9b9e6552a82233d552c6a4fa.ctex b/escape-room/godot/imported/tableCross_SW.png-d487f65e9b9e6552a82233d552c6a4fa.ctex new file mode 100644 index 0000000..9a1d01e Binary files /dev/null and b/escape-room/godot/imported/tableCross_SW.png-d487f65e9b9e6552a82233d552c6a4fa.ctex differ diff --git a/escape-room/godot/imported/tableCross_SW.png-d487f65e9b9e6552a82233d552c6a4fa.md5 b/escape-room/godot/imported/tableCross_SW.png-d487f65e9b9e6552a82233d552c6a4fa.md5 new file mode 100644 index 0000000..8b6fc31 --- /dev/null +++ b/escape-room/godot/imported/tableCross_SW.png-d487f65e9b9e6552a82233d552c6a4fa.md5 @@ -0,0 +1,3 @@ +source_md5="e125745b6eca750d06fd5154b5038595" +dest_md5="97c3a4e0337e4bfc77220e47b88624d7" + diff --git a/escape-room/godot/imported/tableGlass.dae-873503784badcf4e89be928da28a7638.md5 b/escape-room/godot/imported/tableGlass.dae-873503784badcf4e89be928da28a7638.md5 new file mode 100644 index 0000000..337bf25 --- /dev/null +++ b/escape-room/godot/imported/tableGlass.dae-873503784badcf4e89be928da28a7638.md5 @@ -0,0 +1,3 @@ +source_md5="baa4cf7e8cff7955f0974606ab3f7fc0" +dest_md5="9882b09eca916332feec86be05b93907" + diff --git a/escape-room/godot/imported/tableGlass.dae-873503784badcf4e89be928da28a7638.scn b/escape-room/godot/imported/tableGlass.dae-873503784badcf4e89be928da28a7638.scn new file mode 100644 index 0000000..0900fa8 Binary files /dev/null and b/escape-room/godot/imported/tableGlass.dae-873503784badcf4e89be928da28a7638.scn differ diff --git a/escape-room/godot/imported/tableGlass.fbx-88aae2d9e68a987883537907ae3cfd22.md5 b/escape-room/godot/imported/tableGlass.fbx-88aae2d9e68a987883537907ae3cfd22.md5 new file mode 100644 index 0000000..b0b1ff9 --- /dev/null +++ b/escape-room/godot/imported/tableGlass.fbx-88aae2d9e68a987883537907ae3cfd22.md5 @@ -0,0 +1,3 @@ +source_md5="815f604424b89d708732f4794f80b9f0" +dest_md5="2fa2e89611d6673519f0e589fd1a182d" + diff --git a/escape-room/godot/imported/tableGlass.fbx-88aae2d9e68a987883537907ae3cfd22.scn b/escape-room/godot/imported/tableGlass.fbx-88aae2d9e68a987883537907ae3cfd22.scn new file mode 100644 index 0000000..8fe01ae Binary files /dev/null and b/escape-room/godot/imported/tableGlass.fbx-88aae2d9e68a987883537907ae3cfd22.scn differ diff --git a/escape-room/godot/imported/tableGlass.glb-87e07c7fb691f6dbb4e15d2b313bc8b9.md5 b/escape-room/godot/imported/tableGlass.glb-87e07c7fb691f6dbb4e15d2b313bc8b9.md5 new file mode 100644 index 0000000..a462fee --- /dev/null +++ b/escape-room/godot/imported/tableGlass.glb-87e07c7fb691f6dbb4e15d2b313bc8b9.md5 @@ -0,0 +1,3 @@ +source_md5="104f5b17793897941d23b6bc6437155b" +dest_md5="cc726cd6462ac328cc88d00a4b2287f7" + diff --git a/escape-room/godot/imported/tableGlass.glb-87e07c7fb691f6dbb4e15d2b313bc8b9.scn b/escape-room/godot/imported/tableGlass.glb-87e07c7fb691f6dbb4e15d2b313bc8b9.scn new file mode 100644 index 0000000..c6e4a8e Binary files /dev/null and b/escape-room/godot/imported/tableGlass.glb-87e07c7fb691f6dbb4e15d2b313bc8b9.scn differ diff --git a/escape-room/godot/imported/tableGlass.obj-1fcbe2bdaad401ed6389082dcc91aa1c.md5 b/escape-room/godot/imported/tableGlass.obj-1fcbe2bdaad401ed6389082dcc91aa1c.md5 new file mode 100644 index 0000000..5347e98 --- /dev/null +++ b/escape-room/godot/imported/tableGlass.obj-1fcbe2bdaad401ed6389082dcc91aa1c.md5 @@ -0,0 +1,3 @@ +source_md5="8d710a1b9c8d2b8f5cdfdf8928a1498b" +dest_md5="00b038b12748b8fa11c9e8bfcf2cbf1d" + diff --git a/escape-room/godot/imported/tableGlass.obj-1fcbe2bdaad401ed6389082dcc91aa1c.mesh b/escape-room/godot/imported/tableGlass.obj-1fcbe2bdaad401ed6389082dcc91aa1c.mesh new file mode 100644 index 0000000..8fa1236 Binary files /dev/null and b/escape-room/godot/imported/tableGlass.obj-1fcbe2bdaad401ed6389082dcc91aa1c.mesh differ diff --git a/escape-room/godot/imported/tableGlass.png-7d0700e34746d87b82b389cfe09e6816.ctex b/escape-room/godot/imported/tableGlass.png-7d0700e34746d87b82b389cfe09e6816.ctex new file mode 100644 index 0000000..80d142e Binary files /dev/null and b/escape-room/godot/imported/tableGlass.png-7d0700e34746d87b82b389cfe09e6816.ctex differ diff --git a/escape-room/godot/imported/tableGlass.png-7d0700e34746d87b82b389cfe09e6816.md5 b/escape-room/godot/imported/tableGlass.png-7d0700e34746d87b82b389cfe09e6816.md5 new file mode 100644 index 0000000..c3db584 --- /dev/null +++ b/escape-room/godot/imported/tableGlass.png-7d0700e34746d87b82b389cfe09e6816.md5 @@ -0,0 +1,3 @@ +source_md5="34e423ca887dd69de3bd2ffb4f14933a" +dest_md5="2095e3dd36f7c84564ae97d053774d88" + diff --git a/escape-room/godot/imported/tableGlass_NE.png-9fc95eb8e4558300ae30cd2ba162ffa9.ctex b/escape-room/godot/imported/tableGlass_NE.png-9fc95eb8e4558300ae30cd2ba162ffa9.ctex new file mode 100644 index 0000000..a6d8634 Binary files /dev/null and b/escape-room/godot/imported/tableGlass_NE.png-9fc95eb8e4558300ae30cd2ba162ffa9.ctex differ diff --git a/escape-room/godot/imported/tableGlass_NE.png-9fc95eb8e4558300ae30cd2ba162ffa9.md5 b/escape-room/godot/imported/tableGlass_NE.png-9fc95eb8e4558300ae30cd2ba162ffa9.md5 new file mode 100644 index 0000000..d229352 --- /dev/null +++ b/escape-room/godot/imported/tableGlass_NE.png-9fc95eb8e4558300ae30cd2ba162ffa9.md5 @@ -0,0 +1,3 @@ +source_md5="6200e68be6ded2e22943af13880d8b0f" +dest_md5="f599075d1d821db82d61a1ba49e63b96" + diff --git a/escape-room/godot/imported/tableGlass_NW.png-80134cdcceda01ccbf48c6af9bf2d11b.ctex b/escape-room/godot/imported/tableGlass_NW.png-80134cdcceda01ccbf48c6af9bf2d11b.ctex new file mode 100644 index 0000000..c638a23 Binary files /dev/null and b/escape-room/godot/imported/tableGlass_NW.png-80134cdcceda01ccbf48c6af9bf2d11b.ctex differ diff --git a/escape-room/godot/imported/tableGlass_NW.png-80134cdcceda01ccbf48c6af9bf2d11b.md5 b/escape-room/godot/imported/tableGlass_NW.png-80134cdcceda01ccbf48c6af9bf2d11b.md5 new file mode 100644 index 0000000..3489836 --- /dev/null +++ b/escape-room/godot/imported/tableGlass_NW.png-80134cdcceda01ccbf48c6af9bf2d11b.md5 @@ -0,0 +1,3 @@ +source_md5="3e778e8a618802bd6803c3672732e8bc" +dest_md5="83ad129380fcc6d2291aadc7691200fa" + diff --git a/escape-room/godot/imported/tableGlass_SE.png-40e4c3cca738d430fdfe2b0281be2263.ctex b/escape-room/godot/imported/tableGlass_SE.png-40e4c3cca738d430fdfe2b0281be2263.ctex new file mode 100644 index 0000000..29e3e11 Binary files /dev/null and b/escape-room/godot/imported/tableGlass_SE.png-40e4c3cca738d430fdfe2b0281be2263.ctex differ diff --git a/escape-room/godot/imported/tableGlass_SE.png-40e4c3cca738d430fdfe2b0281be2263.md5 b/escape-room/godot/imported/tableGlass_SE.png-40e4c3cca738d430fdfe2b0281be2263.md5 new file mode 100644 index 0000000..4bfee05 --- /dev/null +++ b/escape-room/godot/imported/tableGlass_SE.png-40e4c3cca738d430fdfe2b0281be2263.md5 @@ -0,0 +1,3 @@ +source_md5="2d3fce0462e77249ee45b95dc1705435" +dest_md5="8600408ecc4e1bacbee0972564b8d41d" + diff --git a/escape-room/godot/imported/tableGlass_SW.png-ba2a0a56415dac078fdad7bf84562b67.ctex b/escape-room/godot/imported/tableGlass_SW.png-ba2a0a56415dac078fdad7bf84562b67.ctex new file mode 100644 index 0000000..24dfe01 Binary files /dev/null and b/escape-room/godot/imported/tableGlass_SW.png-ba2a0a56415dac078fdad7bf84562b67.ctex differ diff --git a/escape-room/godot/imported/tableGlass_SW.png-ba2a0a56415dac078fdad7bf84562b67.md5 b/escape-room/godot/imported/tableGlass_SW.png-ba2a0a56415dac078fdad7bf84562b67.md5 new file mode 100644 index 0000000..23b65d3 --- /dev/null +++ b/escape-room/godot/imported/tableGlass_SW.png-ba2a0a56415dac078fdad7bf84562b67.md5 @@ -0,0 +1,3 @@ +source_md5="b452a6c653b92a9b2a47e84dbeaca3eb" +dest_md5="d5ae82e94afd16efa2c6976398bcbaa6" + diff --git a/escape-room/godot/imported/tableRound.dae-fb67dc0ddd4daf4604ec9c86babf3ea8.md5 b/escape-room/godot/imported/tableRound.dae-fb67dc0ddd4daf4604ec9c86babf3ea8.md5 new file mode 100644 index 0000000..70f6757 --- /dev/null +++ b/escape-room/godot/imported/tableRound.dae-fb67dc0ddd4daf4604ec9c86babf3ea8.md5 @@ -0,0 +1,3 @@ +source_md5="c1864cda55bfd679c7ee16d6479d02e8" +dest_md5="fed71feeb11dd10311df2c156a4cd4e6" + diff --git a/escape-room/godot/imported/tableRound.dae-fb67dc0ddd4daf4604ec9c86babf3ea8.scn b/escape-room/godot/imported/tableRound.dae-fb67dc0ddd4daf4604ec9c86babf3ea8.scn new file mode 100644 index 0000000..f93c857 Binary files /dev/null and b/escape-room/godot/imported/tableRound.dae-fb67dc0ddd4daf4604ec9c86babf3ea8.scn differ diff --git a/escape-room/godot/imported/tableRound.fbx-f07acd7fc99198bd70e72eccd082e25c.md5 b/escape-room/godot/imported/tableRound.fbx-f07acd7fc99198bd70e72eccd082e25c.md5 new file mode 100644 index 0000000..c57a2ca --- /dev/null +++ b/escape-room/godot/imported/tableRound.fbx-f07acd7fc99198bd70e72eccd082e25c.md5 @@ -0,0 +1,3 @@ +source_md5="478c849f3f74776c6e768d8ebbf12003" +dest_md5="39ad81af4c48ea22063bdb25330900f0" + diff --git a/escape-room/godot/imported/tableRound.fbx-f07acd7fc99198bd70e72eccd082e25c.scn b/escape-room/godot/imported/tableRound.fbx-f07acd7fc99198bd70e72eccd082e25c.scn new file mode 100644 index 0000000..c4d1f27 Binary files /dev/null and b/escape-room/godot/imported/tableRound.fbx-f07acd7fc99198bd70e72eccd082e25c.scn differ diff --git a/escape-room/godot/imported/tableRound.glb-44914d7b599f3b300814d7d8bdafb2e7.md5 b/escape-room/godot/imported/tableRound.glb-44914d7b599f3b300814d7d8bdafb2e7.md5 new file mode 100644 index 0000000..134dfd3 --- /dev/null +++ b/escape-room/godot/imported/tableRound.glb-44914d7b599f3b300814d7d8bdafb2e7.md5 @@ -0,0 +1,3 @@ +source_md5="01d2ab7c937b31fbfda49444fcc24863" +dest_md5="1d76623043147dbca86ebe76b3cbdb18" + diff --git a/escape-room/godot/imported/tableRound.glb-44914d7b599f3b300814d7d8bdafb2e7.scn b/escape-room/godot/imported/tableRound.glb-44914d7b599f3b300814d7d8bdafb2e7.scn new file mode 100644 index 0000000..00b331e Binary files /dev/null and b/escape-room/godot/imported/tableRound.glb-44914d7b599f3b300814d7d8bdafb2e7.scn differ diff --git a/escape-room/godot/imported/tableRound.obj-3420162c930bad583f3418f176d9133a.md5 b/escape-room/godot/imported/tableRound.obj-3420162c930bad583f3418f176d9133a.md5 new file mode 100644 index 0000000..0130361 --- /dev/null +++ b/escape-room/godot/imported/tableRound.obj-3420162c930bad583f3418f176d9133a.md5 @@ -0,0 +1,3 @@ +source_md5="dcb6c80d01de2899924b8f08ba46f72c" +dest_md5="25c46ec0a472e7c081ae4e9815cd88bc" + diff --git a/escape-room/godot/imported/tableRound.obj-3420162c930bad583f3418f176d9133a.mesh b/escape-room/godot/imported/tableRound.obj-3420162c930bad583f3418f176d9133a.mesh new file mode 100644 index 0000000..59a968c Binary files /dev/null and b/escape-room/godot/imported/tableRound.obj-3420162c930bad583f3418f176d9133a.mesh differ diff --git a/escape-room/godot/imported/tableRound.png-13995db9ea1e70d78b996a0dd174bcd0.ctex b/escape-room/godot/imported/tableRound.png-13995db9ea1e70d78b996a0dd174bcd0.ctex new file mode 100644 index 0000000..d4007ef Binary files /dev/null and b/escape-room/godot/imported/tableRound.png-13995db9ea1e70d78b996a0dd174bcd0.ctex differ diff --git a/escape-room/godot/imported/tableRound.png-13995db9ea1e70d78b996a0dd174bcd0.md5 b/escape-room/godot/imported/tableRound.png-13995db9ea1e70d78b996a0dd174bcd0.md5 new file mode 100644 index 0000000..0a6cddc --- /dev/null +++ b/escape-room/godot/imported/tableRound.png-13995db9ea1e70d78b996a0dd174bcd0.md5 @@ -0,0 +1,3 @@ +source_md5="074340dfe5d219ff7659c7d306b08379" +dest_md5="0c385d6cda38172408b3a518ba9bede3" + diff --git a/escape-room/godot/imported/tableRound_NE.png-ddad3ae943c5adcdd79a3d9d21d1a6b4.ctex b/escape-room/godot/imported/tableRound_NE.png-ddad3ae943c5adcdd79a3d9d21d1a6b4.ctex new file mode 100644 index 0000000..bb91ec8 Binary files /dev/null and b/escape-room/godot/imported/tableRound_NE.png-ddad3ae943c5adcdd79a3d9d21d1a6b4.ctex differ diff --git a/escape-room/godot/imported/tableRound_NE.png-ddad3ae943c5adcdd79a3d9d21d1a6b4.md5 b/escape-room/godot/imported/tableRound_NE.png-ddad3ae943c5adcdd79a3d9d21d1a6b4.md5 new file mode 100644 index 0000000..564109f --- /dev/null +++ b/escape-room/godot/imported/tableRound_NE.png-ddad3ae943c5adcdd79a3d9d21d1a6b4.md5 @@ -0,0 +1,3 @@ +source_md5="623a8e20d472d758b2ddb282cca9825b" +dest_md5="0ceac9e34ee96e03cf8da0d7c1ebe457" + diff --git a/escape-room/godot/imported/tableRound_NW.png-ff6cef3806cd6f90cbfd7ae49064147e.ctex b/escape-room/godot/imported/tableRound_NW.png-ff6cef3806cd6f90cbfd7ae49064147e.ctex new file mode 100644 index 0000000..524a05d Binary files /dev/null and b/escape-room/godot/imported/tableRound_NW.png-ff6cef3806cd6f90cbfd7ae49064147e.ctex differ diff --git a/escape-room/godot/imported/tableRound_NW.png-ff6cef3806cd6f90cbfd7ae49064147e.md5 b/escape-room/godot/imported/tableRound_NW.png-ff6cef3806cd6f90cbfd7ae49064147e.md5 new file mode 100644 index 0000000..d22fd3e --- /dev/null +++ b/escape-room/godot/imported/tableRound_NW.png-ff6cef3806cd6f90cbfd7ae49064147e.md5 @@ -0,0 +1,3 @@ +source_md5="6a6e47a3bcf444d95093233f8f9e16c2" +dest_md5="7764e7842d5d6e2561b133e75b5b9644" + diff --git a/escape-room/godot/imported/tableRound_SE.png-2d6f769995d666893cbbd49354a47c15.ctex b/escape-room/godot/imported/tableRound_SE.png-2d6f769995d666893cbbd49354a47c15.ctex new file mode 100644 index 0000000..1366a7d Binary files /dev/null and b/escape-room/godot/imported/tableRound_SE.png-2d6f769995d666893cbbd49354a47c15.ctex differ diff --git a/escape-room/godot/imported/tableRound_SE.png-2d6f769995d666893cbbd49354a47c15.md5 b/escape-room/godot/imported/tableRound_SE.png-2d6f769995d666893cbbd49354a47c15.md5 new file mode 100644 index 0000000..dae9016 --- /dev/null +++ b/escape-room/godot/imported/tableRound_SE.png-2d6f769995d666893cbbd49354a47c15.md5 @@ -0,0 +1,3 @@ +source_md5="b57e3d8ef9b1b2d2f58d4d967c30301f" +dest_md5="72596ee0ed134329bbb42fcad66450bd" + diff --git a/escape-room/godot/imported/tableRound_SW.png-cc1ae56097e6db995cbb5f30c340ec27.ctex b/escape-room/godot/imported/tableRound_SW.png-cc1ae56097e6db995cbb5f30c340ec27.ctex new file mode 100644 index 0000000..4b66ece Binary files /dev/null and b/escape-room/godot/imported/tableRound_SW.png-cc1ae56097e6db995cbb5f30c340ec27.ctex differ diff --git a/escape-room/godot/imported/tableRound_SW.png-cc1ae56097e6db995cbb5f30c340ec27.md5 b/escape-room/godot/imported/tableRound_SW.png-cc1ae56097e6db995cbb5f30c340ec27.md5 new file mode 100644 index 0000000..bcf5d4e --- /dev/null +++ b/escape-room/godot/imported/tableRound_SW.png-cc1ae56097e6db995cbb5f30c340ec27.md5 @@ -0,0 +1,3 @@ +source_md5="7d6e7608ab2bdc05614ba5cec55d7dfe" +dest_md5="17be39098725d4d0015584dc09c8e13d" + diff --git a/escape-room/godot/imported/table_NE.png-9cc8f869712d22b3dc889fbc00d5c384.ctex b/escape-room/godot/imported/table_NE.png-9cc8f869712d22b3dc889fbc00d5c384.ctex new file mode 100644 index 0000000..f8bb2d8 Binary files /dev/null and b/escape-room/godot/imported/table_NE.png-9cc8f869712d22b3dc889fbc00d5c384.ctex differ diff --git a/escape-room/godot/imported/table_NE.png-9cc8f869712d22b3dc889fbc00d5c384.md5 b/escape-room/godot/imported/table_NE.png-9cc8f869712d22b3dc889fbc00d5c384.md5 new file mode 100644 index 0000000..7cd5390 --- /dev/null +++ b/escape-room/godot/imported/table_NE.png-9cc8f869712d22b3dc889fbc00d5c384.md5 @@ -0,0 +1,3 @@ +source_md5="4e0d5a4087f975dce6275204b614171e" +dest_md5="e84dce7146f315e013078203bdc9e252" + diff --git a/escape-room/godot/imported/table_NW.png-1640e1fbeb8ef7b0e70f9ca5be2123b6.ctex b/escape-room/godot/imported/table_NW.png-1640e1fbeb8ef7b0e70f9ca5be2123b6.ctex new file mode 100644 index 0000000..cbae9cd Binary files /dev/null and b/escape-room/godot/imported/table_NW.png-1640e1fbeb8ef7b0e70f9ca5be2123b6.ctex differ diff --git a/escape-room/godot/imported/table_NW.png-1640e1fbeb8ef7b0e70f9ca5be2123b6.md5 b/escape-room/godot/imported/table_NW.png-1640e1fbeb8ef7b0e70f9ca5be2123b6.md5 new file mode 100644 index 0000000..bda08bb --- /dev/null +++ b/escape-room/godot/imported/table_NW.png-1640e1fbeb8ef7b0e70f9ca5be2123b6.md5 @@ -0,0 +1,3 @@ +source_md5="2b966029004178d9628bffe9a1d5ba47" +dest_md5="4ec228aecac02744b902d25542ce7ef9" + diff --git a/escape-room/godot/imported/table_SE.png-53672eafa66781fcb6125cb44e11b67b.ctex b/escape-room/godot/imported/table_SE.png-53672eafa66781fcb6125cb44e11b67b.ctex new file mode 100644 index 0000000..e3a1507 Binary files /dev/null and b/escape-room/godot/imported/table_SE.png-53672eafa66781fcb6125cb44e11b67b.ctex differ diff --git a/escape-room/godot/imported/table_SE.png-53672eafa66781fcb6125cb44e11b67b.md5 b/escape-room/godot/imported/table_SE.png-53672eafa66781fcb6125cb44e11b67b.md5 new file mode 100644 index 0000000..693908a --- /dev/null +++ b/escape-room/godot/imported/table_SE.png-53672eafa66781fcb6125cb44e11b67b.md5 @@ -0,0 +1,3 @@ +source_md5="445b6d6b8fcb645813aae0ce73979f73" +dest_md5="6bc999015d046703da8b7d82e6b18d93" + diff --git a/escape-room/godot/imported/table_SW.png-bbb31776a4c75f538ec12e396c683450.ctex b/escape-room/godot/imported/table_SW.png-bbb31776a4c75f538ec12e396c683450.ctex new file mode 100644 index 0000000..27f6652 Binary files /dev/null and b/escape-room/godot/imported/table_SW.png-bbb31776a4c75f538ec12e396c683450.ctex differ diff --git a/escape-room/godot/imported/table_SW.png-bbb31776a4c75f538ec12e396c683450.md5 b/escape-room/godot/imported/table_SW.png-bbb31776a4c75f538ec12e396c683450.md5 new file mode 100644 index 0000000..f06e49e --- /dev/null +++ b/escape-room/godot/imported/table_SW.png-bbb31776a4c75f538ec12e396c683450.md5 @@ -0,0 +1,3 @@ +source_md5="586088c69198ff05caa261f28f6b5099" +dest_md5="913f063f39f3e1861b12a90eb59f3e0d" + diff --git a/escape-room/godot/imported/teleport_arrow.png-f1bd44b6f478277692b3fa29171b62d3.etc2.ctex b/escape-room/godot/imported/teleport_arrow.png-f1bd44b6f478277692b3fa29171b62d3.etc2.ctex new file mode 100644 index 0000000..90b1c93 Binary files /dev/null and b/escape-room/godot/imported/teleport_arrow.png-f1bd44b6f478277692b3fa29171b62d3.etc2.ctex differ diff --git a/escape-room/godot/imported/teleport_arrow.png-f1bd44b6f478277692b3fa29171b62d3.md5 b/escape-room/godot/imported/teleport_arrow.png-f1bd44b6f478277692b3fa29171b62d3.md5 new file mode 100644 index 0000000..18fb4bf --- /dev/null +++ b/escape-room/godot/imported/teleport_arrow.png-f1bd44b6f478277692b3fa29171b62d3.md5 @@ -0,0 +1,3 @@ +source_md5="9ea03e433db9dad93d17c6eba7c1738c" +dest_md5="08816d51f34a93eacaa2e82c0c04c627" + diff --git a/escape-room/godot/imported/teleport_arrow.png-f1bd44b6f478277692b3fa29171b62d3.s3tc.ctex b/escape-room/godot/imported/teleport_arrow.png-f1bd44b6f478277692b3fa29171b62d3.s3tc.ctex new file mode 100644 index 0000000..57706c3 Binary files /dev/null and b/escape-room/godot/imported/teleport_arrow.png-f1bd44b6f478277692b3fa29171b62d3.s3tc.ctex differ diff --git a/escape-room/godot/imported/teleport_target.png-cd812f7d5692711ac91f6c8a4753ad73.etc2.ctex b/escape-room/godot/imported/teleport_target.png-cd812f7d5692711ac91f6c8a4753ad73.etc2.ctex new file mode 100644 index 0000000..db75cb9 Binary files /dev/null and b/escape-room/godot/imported/teleport_target.png-cd812f7d5692711ac91f6c8a4753ad73.etc2.ctex differ diff --git a/escape-room/godot/imported/teleport_target.png-cd812f7d5692711ac91f6c8a4753ad73.md5 b/escape-room/godot/imported/teleport_target.png-cd812f7d5692711ac91f6c8a4753ad73.md5 new file mode 100644 index 0000000..fa02e53 --- /dev/null +++ b/escape-room/godot/imported/teleport_target.png-cd812f7d5692711ac91f6c8a4753ad73.md5 @@ -0,0 +1,3 @@ +source_md5="ddfe3a357d51b8ef8e98854462155f5e" +dest_md5="23d874adf6e449a877aeb26bd0f1fca7" + diff --git a/escape-room/godot/imported/teleport_target.png-cd812f7d5692711ac91f6c8a4753ad73.s3tc.ctex b/escape-room/godot/imported/teleport_target.png-cd812f7d5692711ac91f6c8a4753ad73.s3tc.ctex new file mode 100644 index 0000000..9e32c92 Binary files /dev/null and b/escape-room/godot/imported/teleport_target.png-cd812f7d5692711ac91f6c8a4753ad73.s3tc.ctex differ diff --git a/escape-room/godot/imported/televisionAntenna.dae-2148228c2429ebc9885b4ae157d0b2f0.md5 b/escape-room/godot/imported/televisionAntenna.dae-2148228c2429ebc9885b4ae157d0b2f0.md5 new file mode 100644 index 0000000..492a969 --- /dev/null +++ b/escape-room/godot/imported/televisionAntenna.dae-2148228c2429ebc9885b4ae157d0b2f0.md5 @@ -0,0 +1,3 @@ +source_md5="ee7bf668befb433a41fbe715604359a1" +dest_md5="7dbd9ea07cb36e3e9565b7cd4b90feef" + diff --git a/escape-room/godot/imported/televisionAntenna.dae-2148228c2429ebc9885b4ae157d0b2f0.scn b/escape-room/godot/imported/televisionAntenna.dae-2148228c2429ebc9885b4ae157d0b2f0.scn new file mode 100644 index 0000000..cee20fe Binary files /dev/null and b/escape-room/godot/imported/televisionAntenna.dae-2148228c2429ebc9885b4ae157d0b2f0.scn differ diff --git a/escape-room/godot/imported/televisionAntenna.fbx-21b75c0daac056ef1716bbc78db82d8d.md5 b/escape-room/godot/imported/televisionAntenna.fbx-21b75c0daac056ef1716bbc78db82d8d.md5 new file mode 100644 index 0000000..b72a994 --- /dev/null +++ b/escape-room/godot/imported/televisionAntenna.fbx-21b75c0daac056ef1716bbc78db82d8d.md5 @@ -0,0 +1,3 @@ +source_md5="4c8f7952a4e5ad47e436eec525bb92ed" +dest_md5="e6789baad19f51e444c5d12c6c5759c1" + diff --git a/escape-room/godot/imported/televisionAntenna.fbx-21b75c0daac056ef1716bbc78db82d8d.scn b/escape-room/godot/imported/televisionAntenna.fbx-21b75c0daac056ef1716bbc78db82d8d.scn new file mode 100644 index 0000000..94a1049 Binary files /dev/null and b/escape-room/godot/imported/televisionAntenna.fbx-21b75c0daac056ef1716bbc78db82d8d.scn differ diff --git a/escape-room/godot/imported/televisionAntenna.glb-3d45b4cb29c58fc785c6d15ead88e327.md5 b/escape-room/godot/imported/televisionAntenna.glb-3d45b4cb29c58fc785c6d15ead88e327.md5 new file mode 100644 index 0000000..9287e24 --- /dev/null +++ b/escape-room/godot/imported/televisionAntenna.glb-3d45b4cb29c58fc785c6d15ead88e327.md5 @@ -0,0 +1,3 @@ +source_md5="3d8ff253b155f7858c5fd35ff0d73170" +dest_md5="a1436ee6b590c869e673c2bbebc9ae66" + diff --git a/escape-room/godot/imported/televisionAntenna.glb-3d45b4cb29c58fc785c6d15ead88e327.scn b/escape-room/godot/imported/televisionAntenna.glb-3d45b4cb29c58fc785c6d15ead88e327.scn new file mode 100644 index 0000000..77b24cb Binary files /dev/null and b/escape-room/godot/imported/televisionAntenna.glb-3d45b4cb29c58fc785c6d15ead88e327.scn differ diff --git a/escape-room/godot/imported/televisionAntenna.obj-7f34bcbcf0abf03756b6ac0168186ef5.md5 b/escape-room/godot/imported/televisionAntenna.obj-7f34bcbcf0abf03756b6ac0168186ef5.md5 new file mode 100644 index 0000000..df31512 --- /dev/null +++ b/escape-room/godot/imported/televisionAntenna.obj-7f34bcbcf0abf03756b6ac0168186ef5.md5 @@ -0,0 +1,3 @@ +source_md5="27111d06c6ead472e0094f2470db9134" +dest_md5="dcf7d2515c4d3ab7cd23df2559683c26" + diff --git a/escape-room/godot/imported/televisionAntenna.obj-7f34bcbcf0abf03756b6ac0168186ef5.mesh b/escape-room/godot/imported/televisionAntenna.obj-7f34bcbcf0abf03756b6ac0168186ef5.mesh new file mode 100644 index 0000000..14d164a Binary files /dev/null and b/escape-room/godot/imported/televisionAntenna.obj-7f34bcbcf0abf03756b6ac0168186ef5.mesh differ diff --git a/escape-room/godot/imported/televisionAntenna.png-4fef51a8c49440a8171a2d0ed3dc6c3d.ctex b/escape-room/godot/imported/televisionAntenna.png-4fef51a8c49440a8171a2d0ed3dc6c3d.ctex new file mode 100644 index 0000000..251073c Binary files /dev/null and b/escape-room/godot/imported/televisionAntenna.png-4fef51a8c49440a8171a2d0ed3dc6c3d.ctex differ diff --git a/escape-room/godot/imported/televisionAntenna.png-4fef51a8c49440a8171a2d0ed3dc6c3d.md5 b/escape-room/godot/imported/televisionAntenna.png-4fef51a8c49440a8171a2d0ed3dc6c3d.md5 new file mode 100644 index 0000000..9be51fa --- /dev/null +++ b/escape-room/godot/imported/televisionAntenna.png-4fef51a8c49440a8171a2d0ed3dc6c3d.md5 @@ -0,0 +1,3 @@ +source_md5="18782eeb7b91ecc206ba5adc4445ee0c" +dest_md5="94be29df1e848c9a7df1aba5343c2b2b" + diff --git a/escape-room/godot/imported/televisionAntenna_NE.png-093b4eec046693cb73296e12661d78e2.ctex b/escape-room/godot/imported/televisionAntenna_NE.png-093b4eec046693cb73296e12661d78e2.ctex new file mode 100644 index 0000000..f44c3c5 Binary files /dev/null and b/escape-room/godot/imported/televisionAntenna_NE.png-093b4eec046693cb73296e12661d78e2.ctex differ diff --git a/escape-room/godot/imported/televisionAntenna_NE.png-093b4eec046693cb73296e12661d78e2.md5 b/escape-room/godot/imported/televisionAntenna_NE.png-093b4eec046693cb73296e12661d78e2.md5 new file mode 100644 index 0000000..77792b7 --- /dev/null +++ b/escape-room/godot/imported/televisionAntenna_NE.png-093b4eec046693cb73296e12661d78e2.md5 @@ -0,0 +1,3 @@ +source_md5="7a9df0510a3b411cd24d7eea5eb11527" +dest_md5="1a28e1fc36ea2bdcd8768d5ebceba79e" + diff --git a/escape-room/godot/imported/televisionAntenna_NW.png-86795305173a26a41db49b4cce23d4c9.ctex b/escape-room/godot/imported/televisionAntenna_NW.png-86795305173a26a41db49b4cce23d4c9.ctex new file mode 100644 index 0000000..24a7ff7 Binary files /dev/null and b/escape-room/godot/imported/televisionAntenna_NW.png-86795305173a26a41db49b4cce23d4c9.ctex differ diff --git a/escape-room/godot/imported/televisionAntenna_NW.png-86795305173a26a41db49b4cce23d4c9.md5 b/escape-room/godot/imported/televisionAntenna_NW.png-86795305173a26a41db49b4cce23d4c9.md5 new file mode 100644 index 0000000..24dadd6 --- /dev/null +++ b/escape-room/godot/imported/televisionAntenna_NW.png-86795305173a26a41db49b4cce23d4c9.md5 @@ -0,0 +1,3 @@ +source_md5="75b6cbd19593fd09509a063798b8105b" +dest_md5="103c29e141afc7bd4e145a8388449618" + diff --git a/escape-room/godot/imported/televisionAntenna_SE.png-fd4548de394a414f6ffc9e527665ba1f.ctex b/escape-room/godot/imported/televisionAntenna_SE.png-fd4548de394a414f6ffc9e527665ba1f.ctex new file mode 100644 index 0000000..a7ba1c7 Binary files /dev/null and b/escape-room/godot/imported/televisionAntenna_SE.png-fd4548de394a414f6ffc9e527665ba1f.ctex differ diff --git a/escape-room/godot/imported/televisionAntenna_SE.png-fd4548de394a414f6ffc9e527665ba1f.md5 b/escape-room/godot/imported/televisionAntenna_SE.png-fd4548de394a414f6ffc9e527665ba1f.md5 new file mode 100644 index 0000000..a12d34b --- /dev/null +++ b/escape-room/godot/imported/televisionAntenna_SE.png-fd4548de394a414f6ffc9e527665ba1f.md5 @@ -0,0 +1,3 @@ +source_md5="0487a2a160c7f1a8a4ef568f303fb8f2" +dest_md5="0b7f89523c562f621f5cd316b7e44f0c" + diff --git a/escape-room/godot/imported/televisionAntenna_SW.png-79c1c8318a1f28d2074d62ebbe6076c4.ctex b/escape-room/godot/imported/televisionAntenna_SW.png-79c1c8318a1f28d2074d62ebbe6076c4.ctex new file mode 100644 index 0000000..3f21f94 Binary files /dev/null and b/escape-room/godot/imported/televisionAntenna_SW.png-79c1c8318a1f28d2074d62ebbe6076c4.ctex differ diff --git a/escape-room/godot/imported/televisionAntenna_SW.png-79c1c8318a1f28d2074d62ebbe6076c4.md5 b/escape-room/godot/imported/televisionAntenna_SW.png-79c1c8318a1f28d2074d62ebbe6076c4.md5 new file mode 100644 index 0000000..f533b38 --- /dev/null +++ b/escape-room/godot/imported/televisionAntenna_SW.png-79c1c8318a1f28d2074d62ebbe6076c4.md5 @@ -0,0 +1,3 @@ +source_md5="2761cedf0fc435caf5392f4397129a9d" +dest_md5="48b548b47abbae95cdda2fcd18f5ab3b" + diff --git a/escape-room/godot/imported/televisionModern.dae-c4bfeb3bf325fd92a329bb838c40ce4b.md5 b/escape-room/godot/imported/televisionModern.dae-c4bfeb3bf325fd92a329bb838c40ce4b.md5 new file mode 100644 index 0000000..ef0c387 --- /dev/null +++ b/escape-room/godot/imported/televisionModern.dae-c4bfeb3bf325fd92a329bb838c40ce4b.md5 @@ -0,0 +1,3 @@ +source_md5="89fbd84b64ef0f79d059404a2d7c1dec" +dest_md5="a976984ea8d611f57fca85f8ceadacd6" + diff --git a/escape-room/godot/imported/televisionModern.dae-c4bfeb3bf325fd92a329bb838c40ce4b.scn b/escape-room/godot/imported/televisionModern.dae-c4bfeb3bf325fd92a329bb838c40ce4b.scn new file mode 100644 index 0000000..55dfd46 Binary files /dev/null and b/escape-room/godot/imported/televisionModern.dae-c4bfeb3bf325fd92a329bb838c40ce4b.scn differ diff --git a/escape-room/godot/imported/televisionModern.fbx-e868a764bf75e4b1a7f2bfd66caf7175.md5 b/escape-room/godot/imported/televisionModern.fbx-e868a764bf75e4b1a7f2bfd66caf7175.md5 new file mode 100644 index 0000000..98499b3 --- /dev/null +++ b/escape-room/godot/imported/televisionModern.fbx-e868a764bf75e4b1a7f2bfd66caf7175.md5 @@ -0,0 +1,3 @@ +source_md5="b2a685ec8fc247c8c9383957b3467562" +dest_md5="318c28344f9dce073c31bf1349c022e3" + diff --git a/escape-room/godot/imported/televisionModern.fbx-e868a764bf75e4b1a7f2bfd66caf7175.scn b/escape-room/godot/imported/televisionModern.fbx-e868a764bf75e4b1a7f2bfd66caf7175.scn new file mode 100644 index 0000000..4cc433e Binary files /dev/null and b/escape-room/godot/imported/televisionModern.fbx-e868a764bf75e4b1a7f2bfd66caf7175.scn differ diff --git a/escape-room/godot/imported/televisionModern.glb-ff8c2860c1a78a74d1a36081c9239c1a.md5 b/escape-room/godot/imported/televisionModern.glb-ff8c2860c1a78a74d1a36081c9239c1a.md5 new file mode 100644 index 0000000..9443429 --- /dev/null +++ b/escape-room/godot/imported/televisionModern.glb-ff8c2860c1a78a74d1a36081c9239c1a.md5 @@ -0,0 +1,3 @@ +source_md5="6971ba13bd540cf9e1613cf556f00d19" +dest_md5="c065e9274855e5a0af8856ba03f5d398" + diff --git a/escape-room/godot/imported/televisionModern.glb-ff8c2860c1a78a74d1a36081c9239c1a.scn b/escape-room/godot/imported/televisionModern.glb-ff8c2860c1a78a74d1a36081c9239c1a.scn new file mode 100644 index 0000000..95000e0 Binary files /dev/null and b/escape-room/godot/imported/televisionModern.glb-ff8c2860c1a78a74d1a36081c9239c1a.scn differ diff --git a/escape-room/godot/imported/televisionModern.obj-0544cf69a579877b90c46a4f97ed1f44.md5 b/escape-room/godot/imported/televisionModern.obj-0544cf69a579877b90c46a4f97ed1f44.md5 new file mode 100644 index 0000000..6ca989b --- /dev/null +++ b/escape-room/godot/imported/televisionModern.obj-0544cf69a579877b90c46a4f97ed1f44.md5 @@ -0,0 +1,3 @@ +source_md5="e982cb8bb01bc7aeb11ab30e3d4e86ed" +dest_md5="2a9009066b0f8ec776eaaced8a2ba347" + diff --git a/escape-room/godot/imported/televisionModern.obj-0544cf69a579877b90c46a4f97ed1f44.mesh b/escape-room/godot/imported/televisionModern.obj-0544cf69a579877b90c46a4f97ed1f44.mesh new file mode 100644 index 0000000..7fca423 Binary files /dev/null and b/escape-room/godot/imported/televisionModern.obj-0544cf69a579877b90c46a4f97ed1f44.mesh differ diff --git a/escape-room/godot/imported/televisionModern.png-88c8445311730e8626c664c8974c565d.ctex b/escape-room/godot/imported/televisionModern.png-88c8445311730e8626c664c8974c565d.ctex new file mode 100644 index 0000000..80c74aa Binary files /dev/null and b/escape-room/godot/imported/televisionModern.png-88c8445311730e8626c664c8974c565d.ctex differ diff --git a/escape-room/godot/imported/televisionModern.png-88c8445311730e8626c664c8974c565d.md5 b/escape-room/godot/imported/televisionModern.png-88c8445311730e8626c664c8974c565d.md5 new file mode 100644 index 0000000..f911416 --- /dev/null +++ b/escape-room/godot/imported/televisionModern.png-88c8445311730e8626c664c8974c565d.md5 @@ -0,0 +1,3 @@ +source_md5="efc0c60cba8c503dafa09e012c554fc6" +dest_md5="5f0b6217fce06877a70db3ec9320ddf8" + diff --git a/escape-room/godot/imported/televisionModern_NE.png-ff80aff1f797f995c8319117210baf96.ctex b/escape-room/godot/imported/televisionModern_NE.png-ff80aff1f797f995c8319117210baf96.ctex new file mode 100644 index 0000000..4b96c9d Binary files /dev/null and b/escape-room/godot/imported/televisionModern_NE.png-ff80aff1f797f995c8319117210baf96.ctex differ diff --git a/escape-room/godot/imported/televisionModern_NE.png-ff80aff1f797f995c8319117210baf96.md5 b/escape-room/godot/imported/televisionModern_NE.png-ff80aff1f797f995c8319117210baf96.md5 new file mode 100644 index 0000000..ab049ac --- /dev/null +++ b/escape-room/godot/imported/televisionModern_NE.png-ff80aff1f797f995c8319117210baf96.md5 @@ -0,0 +1,3 @@ +source_md5="970be89b53dcacf55f9cacdcf57942ca" +dest_md5="edc6425993ada1bb785fa30ad30531f2" + diff --git a/escape-room/godot/imported/televisionModern_NW.png-284e309c6b8154ee0d6c32d41eaa3b72.ctex b/escape-room/godot/imported/televisionModern_NW.png-284e309c6b8154ee0d6c32d41eaa3b72.ctex new file mode 100644 index 0000000..910f9ec Binary files /dev/null and b/escape-room/godot/imported/televisionModern_NW.png-284e309c6b8154ee0d6c32d41eaa3b72.ctex differ diff --git a/escape-room/godot/imported/televisionModern_NW.png-284e309c6b8154ee0d6c32d41eaa3b72.md5 b/escape-room/godot/imported/televisionModern_NW.png-284e309c6b8154ee0d6c32d41eaa3b72.md5 new file mode 100644 index 0000000..710c51e --- /dev/null +++ b/escape-room/godot/imported/televisionModern_NW.png-284e309c6b8154ee0d6c32d41eaa3b72.md5 @@ -0,0 +1,3 @@ +source_md5="403632caeebf2f29923259b6e756bc7a" +dest_md5="b4391de23b085388ca2ff5b94b079edd" + diff --git a/escape-room/godot/imported/televisionModern_SE.png-2465eb3b6e514aba612fb8b428ad829f.ctex b/escape-room/godot/imported/televisionModern_SE.png-2465eb3b6e514aba612fb8b428ad829f.ctex new file mode 100644 index 0000000..8e10002 Binary files /dev/null and b/escape-room/godot/imported/televisionModern_SE.png-2465eb3b6e514aba612fb8b428ad829f.ctex differ diff --git a/escape-room/godot/imported/televisionModern_SE.png-2465eb3b6e514aba612fb8b428ad829f.md5 b/escape-room/godot/imported/televisionModern_SE.png-2465eb3b6e514aba612fb8b428ad829f.md5 new file mode 100644 index 0000000..476ea4c --- /dev/null +++ b/escape-room/godot/imported/televisionModern_SE.png-2465eb3b6e514aba612fb8b428ad829f.md5 @@ -0,0 +1,3 @@ +source_md5="7a6975707f5380171941ed009a85a87f" +dest_md5="4f82fc32182a774cedfc8b50a036fbfe" + diff --git a/escape-room/godot/imported/televisionModern_SW.png-c4017278ffbe43b480b111ed7b8a3f53.ctex b/escape-room/godot/imported/televisionModern_SW.png-c4017278ffbe43b480b111ed7b8a3f53.ctex new file mode 100644 index 0000000..2fa0c75 Binary files /dev/null and b/escape-room/godot/imported/televisionModern_SW.png-c4017278ffbe43b480b111ed7b8a3f53.ctex differ diff --git a/escape-room/godot/imported/televisionModern_SW.png-c4017278ffbe43b480b111ed7b8a3f53.md5 b/escape-room/godot/imported/televisionModern_SW.png-c4017278ffbe43b480b111ed7b8a3f53.md5 new file mode 100644 index 0000000..7eee258 --- /dev/null +++ b/escape-room/godot/imported/televisionModern_SW.png-c4017278ffbe43b480b111ed7b8a3f53.md5 @@ -0,0 +1,3 @@ +source_md5="a18382b7a67cbf2eec74336f5e93b3d7" +dest_md5="11d3ac764858bd3bec0d3738d41478a6" + diff --git a/escape-room/godot/imported/televisionVintage.dae-70cf3a277e469576d33194bc034f0f54.md5 b/escape-room/godot/imported/televisionVintage.dae-70cf3a277e469576d33194bc034f0f54.md5 new file mode 100644 index 0000000..b15aff8 --- /dev/null +++ b/escape-room/godot/imported/televisionVintage.dae-70cf3a277e469576d33194bc034f0f54.md5 @@ -0,0 +1,3 @@ +source_md5="49abcea680d09a19400f660325dc3bbf" +dest_md5="4f42b185d42365a85e40b902cb1d20ad" + diff --git a/escape-room/godot/imported/televisionVintage.dae-70cf3a277e469576d33194bc034f0f54.scn b/escape-room/godot/imported/televisionVintage.dae-70cf3a277e469576d33194bc034f0f54.scn new file mode 100644 index 0000000..6983a2a Binary files /dev/null and b/escape-room/godot/imported/televisionVintage.dae-70cf3a277e469576d33194bc034f0f54.scn differ diff --git a/escape-room/godot/imported/televisionVintage.fbx-ddc80c7e514b7f08039eb7d34370de68.md5 b/escape-room/godot/imported/televisionVintage.fbx-ddc80c7e514b7f08039eb7d34370de68.md5 new file mode 100644 index 0000000..f9e0054 --- /dev/null +++ b/escape-room/godot/imported/televisionVintage.fbx-ddc80c7e514b7f08039eb7d34370de68.md5 @@ -0,0 +1,3 @@ +source_md5="609f295b8c81e4db6466a6913923380b" +dest_md5="0e54540ed19201b429bc49af2dc9d9d8" + diff --git a/escape-room/godot/imported/televisionVintage.fbx-ddc80c7e514b7f08039eb7d34370de68.scn b/escape-room/godot/imported/televisionVintage.fbx-ddc80c7e514b7f08039eb7d34370de68.scn new file mode 100644 index 0000000..dd8c9b5 Binary files /dev/null and b/escape-room/godot/imported/televisionVintage.fbx-ddc80c7e514b7f08039eb7d34370de68.scn differ diff --git a/escape-room/godot/imported/televisionVintage.glb-5618477b841bfcf1a03bea0f03d1e9fc.md5 b/escape-room/godot/imported/televisionVintage.glb-5618477b841bfcf1a03bea0f03d1e9fc.md5 new file mode 100644 index 0000000..5745cc9 --- /dev/null +++ b/escape-room/godot/imported/televisionVintage.glb-5618477b841bfcf1a03bea0f03d1e9fc.md5 @@ -0,0 +1,3 @@ +source_md5="d28784d0bc32a7aaa7c99b8cf01c8e52" +dest_md5="a0a84a9502d508880021b0ff71de2c6a" + diff --git a/escape-room/godot/imported/televisionVintage.glb-5618477b841bfcf1a03bea0f03d1e9fc.scn b/escape-room/godot/imported/televisionVintage.glb-5618477b841bfcf1a03bea0f03d1e9fc.scn new file mode 100644 index 0000000..30e880c Binary files /dev/null and b/escape-room/godot/imported/televisionVintage.glb-5618477b841bfcf1a03bea0f03d1e9fc.scn differ diff --git a/escape-room/godot/imported/televisionVintage.obj-e08eda97f8ac0dd89e869a2dab1a037b.md5 b/escape-room/godot/imported/televisionVintage.obj-e08eda97f8ac0dd89e869a2dab1a037b.md5 new file mode 100644 index 0000000..dfbe5c9 --- /dev/null +++ b/escape-room/godot/imported/televisionVintage.obj-e08eda97f8ac0dd89e869a2dab1a037b.md5 @@ -0,0 +1,3 @@ +source_md5="085fd1e8b91077dbff27e7c753cea95b" +dest_md5="6fcf6719e5aef980501cb3f61de10abe" + diff --git a/escape-room/godot/imported/televisionVintage.obj-e08eda97f8ac0dd89e869a2dab1a037b.mesh b/escape-room/godot/imported/televisionVintage.obj-e08eda97f8ac0dd89e869a2dab1a037b.mesh new file mode 100644 index 0000000..601a242 Binary files /dev/null and b/escape-room/godot/imported/televisionVintage.obj-e08eda97f8ac0dd89e869a2dab1a037b.mesh differ diff --git a/escape-room/godot/imported/televisionVintage.png-7f3e40f5d3924af57f402a10015f2859.ctex b/escape-room/godot/imported/televisionVintage.png-7f3e40f5d3924af57f402a10015f2859.ctex new file mode 100644 index 0000000..1d9246b Binary files /dev/null and b/escape-room/godot/imported/televisionVintage.png-7f3e40f5d3924af57f402a10015f2859.ctex differ diff --git a/escape-room/godot/imported/televisionVintage.png-7f3e40f5d3924af57f402a10015f2859.md5 b/escape-room/godot/imported/televisionVintage.png-7f3e40f5d3924af57f402a10015f2859.md5 new file mode 100644 index 0000000..20df8c4 --- /dev/null +++ b/escape-room/godot/imported/televisionVintage.png-7f3e40f5d3924af57f402a10015f2859.md5 @@ -0,0 +1,3 @@ +source_md5="9f2c48c207780f5d22442ba6601e1cd5" +dest_md5="0581a8f8d2a1f1399f357ba5271ef368" + diff --git a/escape-room/godot/imported/televisionVintage_NE.png-c67d6a187499f7dff9a18329e9fc95cd.ctex b/escape-room/godot/imported/televisionVintage_NE.png-c67d6a187499f7dff9a18329e9fc95cd.ctex new file mode 100644 index 0000000..6353bf1 Binary files /dev/null and b/escape-room/godot/imported/televisionVintage_NE.png-c67d6a187499f7dff9a18329e9fc95cd.ctex differ diff --git a/escape-room/godot/imported/televisionVintage_NE.png-c67d6a187499f7dff9a18329e9fc95cd.md5 b/escape-room/godot/imported/televisionVintage_NE.png-c67d6a187499f7dff9a18329e9fc95cd.md5 new file mode 100644 index 0000000..3dff93b --- /dev/null +++ b/escape-room/godot/imported/televisionVintage_NE.png-c67d6a187499f7dff9a18329e9fc95cd.md5 @@ -0,0 +1,3 @@ +source_md5="0057ddb916dbb1038523ca7dc5c9b0a8" +dest_md5="c1b63dee5b59c0c5565178c98a0b5313" + diff --git a/escape-room/godot/imported/televisionVintage_NW.png-80cc0a091941586dde0b59963206e5b4.ctex b/escape-room/godot/imported/televisionVintage_NW.png-80cc0a091941586dde0b59963206e5b4.ctex new file mode 100644 index 0000000..aa30cf0 Binary files /dev/null and b/escape-room/godot/imported/televisionVintage_NW.png-80cc0a091941586dde0b59963206e5b4.ctex differ diff --git a/escape-room/godot/imported/televisionVintage_NW.png-80cc0a091941586dde0b59963206e5b4.md5 b/escape-room/godot/imported/televisionVintage_NW.png-80cc0a091941586dde0b59963206e5b4.md5 new file mode 100644 index 0000000..a5f186a --- /dev/null +++ b/escape-room/godot/imported/televisionVintage_NW.png-80cc0a091941586dde0b59963206e5b4.md5 @@ -0,0 +1,3 @@ +source_md5="a6d0bdf5f6f1bc8f47849578004b53d0" +dest_md5="b1befe43b4f2be7353bd203d5dab7f44" + diff --git a/escape-room/godot/imported/televisionVintage_SE.png-316ed4bce8f484352916e548922cd6e8.ctex b/escape-room/godot/imported/televisionVintage_SE.png-316ed4bce8f484352916e548922cd6e8.ctex new file mode 100644 index 0000000..fed6580 Binary files /dev/null and b/escape-room/godot/imported/televisionVintage_SE.png-316ed4bce8f484352916e548922cd6e8.ctex differ diff --git a/escape-room/godot/imported/televisionVintage_SE.png-316ed4bce8f484352916e548922cd6e8.md5 b/escape-room/godot/imported/televisionVintage_SE.png-316ed4bce8f484352916e548922cd6e8.md5 new file mode 100644 index 0000000..77f63ed --- /dev/null +++ b/escape-room/godot/imported/televisionVintage_SE.png-316ed4bce8f484352916e548922cd6e8.md5 @@ -0,0 +1,3 @@ +source_md5="bd910ce92457fe863c0b101c856f20a3" +dest_md5="c6ddb0a6421930d55467d37109481d8c" + diff --git a/escape-room/godot/imported/televisionVintage_SW.png-7eeddb130cae94f8e31b4d17d794f655.ctex b/escape-room/godot/imported/televisionVintage_SW.png-7eeddb130cae94f8e31b4d17d794f655.ctex new file mode 100644 index 0000000..3d2c8ca Binary files /dev/null and b/escape-room/godot/imported/televisionVintage_SW.png-7eeddb130cae94f8e31b4d17d794f655.ctex differ diff --git a/escape-room/godot/imported/televisionVintage_SW.png-7eeddb130cae94f8e31b4d17d794f655.md5 b/escape-room/godot/imported/televisionVintage_SW.png-7eeddb130cae94f8e31b4d17d794f655.md5 new file mode 100644 index 0000000..a55a3b0 --- /dev/null +++ b/escape-room/godot/imported/televisionVintage_SW.png-7eeddb130cae94f8e31b4d17d794f655.md5 @@ -0,0 +1,3 @@ +source_md5="3d800e7f686cdca5d57306f77fb59f2b" +dest_md5="34e8bbf1cc423b5394a78b02bce6ed17" + diff --git a/escape-room/godot/imported/template-corner.fbx-07d84c80386a7cb09b2174d34b5f5069.md5 b/escape-room/godot/imported/template-corner.fbx-07d84c80386a7cb09b2174d34b5f5069.md5 new file mode 100644 index 0000000..635558f --- /dev/null +++ b/escape-room/godot/imported/template-corner.fbx-07d84c80386a7cb09b2174d34b5f5069.md5 @@ -0,0 +1,3 @@ +source_md5="9c46eac06001a38384534c0fec4aaede" +dest_md5="c7b1d919e4bba63b172d85cf48d99cfb" + diff --git a/escape-room/godot/imported/template-corner.fbx-07d84c80386a7cb09b2174d34b5f5069.scn b/escape-room/godot/imported/template-corner.fbx-07d84c80386a7cb09b2174d34b5f5069.scn new file mode 100644 index 0000000..1c23364 Binary files /dev/null and b/escape-room/godot/imported/template-corner.fbx-07d84c80386a7cb09b2174d34b5f5069.scn differ diff --git a/escape-room/godot/imported/template-corner.glb-0faa04c69bd30ef65e9873ff88ee8adb.md5 b/escape-room/godot/imported/template-corner.glb-0faa04c69bd30ef65e9873ff88ee8adb.md5 new file mode 100644 index 0000000..28073ba --- /dev/null +++ b/escape-room/godot/imported/template-corner.glb-0faa04c69bd30ef65e9873ff88ee8adb.md5 @@ -0,0 +1,3 @@ +source_md5="a8b891aa27350ae5b869eed452294845" +dest_md5="6cbe834b20113d041b2b94a6d48659b4" + diff --git a/escape-room/godot/imported/template-corner.glb-0faa04c69bd30ef65e9873ff88ee8adb.scn b/escape-room/godot/imported/template-corner.glb-0faa04c69bd30ef65e9873ff88ee8adb.scn new file mode 100644 index 0000000..51e827c Binary files /dev/null and b/escape-room/godot/imported/template-corner.glb-0faa04c69bd30ef65e9873ff88ee8adb.scn differ diff --git a/escape-room/godot/imported/template-corner.obj-9908fc24a09613ca09494245ae65a849.md5 b/escape-room/godot/imported/template-corner.obj-9908fc24a09613ca09494245ae65a849.md5 new file mode 100644 index 0000000..f984bdc --- /dev/null +++ b/escape-room/godot/imported/template-corner.obj-9908fc24a09613ca09494245ae65a849.md5 @@ -0,0 +1,3 @@ +source_md5="0ad8a13daf3a83ba2eb7867cde9d1d84" +dest_md5="fbe5360cc45ddf44d034f312ef5c6378" + diff --git a/escape-room/godot/imported/template-corner.obj-9908fc24a09613ca09494245ae65a849.mesh b/escape-room/godot/imported/template-corner.obj-9908fc24a09613ca09494245ae65a849.mesh new file mode 100644 index 0000000..fe2431b Binary files /dev/null and b/escape-room/godot/imported/template-corner.obj-9908fc24a09613ca09494245ae65a849.mesh differ diff --git a/escape-room/godot/imported/template-corner.png-b74e05cdae4e1c451041e632a9d90d64.ctex b/escape-room/godot/imported/template-corner.png-b74e05cdae4e1c451041e632a9d90d64.ctex new file mode 100644 index 0000000..5703c8a Binary files /dev/null and b/escape-room/godot/imported/template-corner.png-b74e05cdae4e1c451041e632a9d90d64.ctex differ diff --git a/escape-room/godot/imported/template-corner.png-b74e05cdae4e1c451041e632a9d90d64.md5 b/escape-room/godot/imported/template-corner.png-b74e05cdae4e1c451041e632a9d90d64.md5 new file mode 100644 index 0000000..571d05c --- /dev/null +++ b/escape-room/godot/imported/template-corner.png-b74e05cdae4e1c451041e632a9d90d64.md5 @@ -0,0 +1,3 @@ +source_md5="b8405221e53d5e75de2c69e0ef563827" +dest_md5="1b6b9a20a0766b723af105af4cab7526" + diff --git a/escape-room/godot/imported/template-detail.fbx-aa74f7682bc6d2a2d3e5daf3719b7299.md5 b/escape-room/godot/imported/template-detail.fbx-aa74f7682bc6d2a2d3e5daf3719b7299.md5 new file mode 100644 index 0000000..984b0e1 --- /dev/null +++ b/escape-room/godot/imported/template-detail.fbx-aa74f7682bc6d2a2d3e5daf3719b7299.md5 @@ -0,0 +1,3 @@ +source_md5="ff92d06a5c38413e568f690a2c3aca42" +dest_md5="eced577f55761777a2a4f795d4a59560" + diff --git a/escape-room/godot/imported/template-detail.fbx-aa74f7682bc6d2a2d3e5daf3719b7299.scn b/escape-room/godot/imported/template-detail.fbx-aa74f7682bc6d2a2d3e5daf3719b7299.scn new file mode 100644 index 0000000..18ef53d Binary files /dev/null and b/escape-room/godot/imported/template-detail.fbx-aa74f7682bc6d2a2d3e5daf3719b7299.scn differ diff --git a/escape-room/godot/imported/template-detail.glb-4940fb61cb267568b8d9c4cb8500e923.md5 b/escape-room/godot/imported/template-detail.glb-4940fb61cb267568b8d9c4cb8500e923.md5 new file mode 100644 index 0000000..db3107c --- /dev/null +++ b/escape-room/godot/imported/template-detail.glb-4940fb61cb267568b8d9c4cb8500e923.md5 @@ -0,0 +1,3 @@ +source_md5="22d3815e7469b8ae2c11d6e6f52eb76f" +dest_md5="ae2fda99190bcd7070110716b71ce67c" + diff --git a/escape-room/godot/imported/template-detail.glb-4940fb61cb267568b8d9c4cb8500e923.scn b/escape-room/godot/imported/template-detail.glb-4940fb61cb267568b8d9c4cb8500e923.scn new file mode 100644 index 0000000..24bf6f1 Binary files /dev/null and b/escape-room/godot/imported/template-detail.glb-4940fb61cb267568b8d9c4cb8500e923.scn differ diff --git a/escape-room/godot/imported/template-detail.obj-38b61b7ed031bb64de8e625cd7439b86.md5 b/escape-room/godot/imported/template-detail.obj-38b61b7ed031bb64de8e625cd7439b86.md5 new file mode 100644 index 0000000..80a026b --- /dev/null +++ b/escape-room/godot/imported/template-detail.obj-38b61b7ed031bb64de8e625cd7439b86.md5 @@ -0,0 +1,3 @@ +source_md5="562454108d8c62e18f5b6d68d110dff5" +dest_md5="153601cebbec83dd607cfdc749a9613e" + diff --git a/escape-room/godot/imported/template-detail.obj-38b61b7ed031bb64de8e625cd7439b86.mesh b/escape-room/godot/imported/template-detail.obj-38b61b7ed031bb64de8e625cd7439b86.mesh new file mode 100644 index 0000000..afb30b1 Binary files /dev/null and b/escape-room/godot/imported/template-detail.obj-38b61b7ed031bb64de8e625cd7439b86.mesh differ diff --git a/escape-room/godot/imported/template-detail.png-0aba497e54ea1deed0fa10c4480e2f7c.ctex b/escape-room/godot/imported/template-detail.png-0aba497e54ea1deed0fa10c4480e2f7c.ctex new file mode 100644 index 0000000..7b35d81 Binary files /dev/null and b/escape-room/godot/imported/template-detail.png-0aba497e54ea1deed0fa10c4480e2f7c.ctex differ diff --git a/escape-room/godot/imported/template-detail.png-0aba497e54ea1deed0fa10c4480e2f7c.md5 b/escape-room/godot/imported/template-detail.png-0aba497e54ea1deed0fa10c4480e2f7c.md5 new file mode 100644 index 0000000..228e175 --- /dev/null +++ b/escape-room/godot/imported/template-detail.png-0aba497e54ea1deed0fa10c4480e2f7c.md5 @@ -0,0 +1,3 @@ +source_md5="0e2f20293aa1880828b15430925644fe" +dest_md5="4d0d9257b33c97884191b8cf09d20afc" + diff --git a/escape-room/godot/imported/template-floor-big.fbx-8c9d4eeca9a939fe817b4909887e3e0c.md5 b/escape-room/godot/imported/template-floor-big.fbx-8c9d4eeca9a939fe817b4909887e3e0c.md5 new file mode 100644 index 0000000..be5b642 --- /dev/null +++ b/escape-room/godot/imported/template-floor-big.fbx-8c9d4eeca9a939fe817b4909887e3e0c.md5 @@ -0,0 +1,3 @@ +source_md5="0c79aa4d1fa80ce481e2deee1d522cf2" +dest_md5="9404331a09fe074154e5ad4150b3f3e8" + diff --git a/escape-room/godot/imported/template-floor-big.fbx-8c9d4eeca9a939fe817b4909887e3e0c.scn b/escape-room/godot/imported/template-floor-big.fbx-8c9d4eeca9a939fe817b4909887e3e0c.scn new file mode 100644 index 0000000..49734a5 Binary files /dev/null and b/escape-room/godot/imported/template-floor-big.fbx-8c9d4eeca9a939fe817b4909887e3e0c.scn differ diff --git a/escape-room/godot/imported/template-floor-big.glb-4693ca042e8ffecae55791597f731089.md5 b/escape-room/godot/imported/template-floor-big.glb-4693ca042e8ffecae55791597f731089.md5 new file mode 100644 index 0000000..cf7171a --- /dev/null +++ b/escape-room/godot/imported/template-floor-big.glb-4693ca042e8ffecae55791597f731089.md5 @@ -0,0 +1,3 @@ +source_md5="98ed649fd76273fc532f2dab9e4ab542" +dest_md5="41b847842637ef3b476e38d648af6b40" + diff --git a/escape-room/godot/imported/template-floor-big.glb-4693ca042e8ffecae55791597f731089.scn b/escape-room/godot/imported/template-floor-big.glb-4693ca042e8ffecae55791597f731089.scn new file mode 100644 index 0000000..1dae2dc Binary files /dev/null and b/escape-room/godot/imported/template-floor-big.glb-4693ca042e8ffecae55791597f731089.scn differ diff --git a/escape-room/godot/imported/template-floor-big.obj-5189864671c995c8f11f4ae4abf758bb.md5 b/escape-room/godot/imported/template-floor-big.obj-5189864671c995c8f11f4ae4abf758bb.md5 new file mode 100644 index 0000000..c9967ea --- /dev/null +++ b/escape-room/godot/imported/template-floor-big.obj-5189864671c995c8f11f4ae4abf758bb.md5 @@ -0,0 +1,3 @@ +source_md5="101c5693d7e82ebad472ae6c9dcbf03d" +dest_md5="fb53f9979e7a0c50bba0cfb97098e26b" + diff --git a/escape-room/godot/imported/template-floor-big.obj-5189864671c995c8f11f4ae4abf758bb.mesh b/escape-room/godot/imported/template-floor-big.obj-5189864671c995c8f11f4ae4abf758bb.mesh new file mode 100644 index 0000000..f424af7 Binary files /dev/null and b/escape-room/godot/imported/template-floor-big.obj-5189864671c995c8f11f4ae4abf758bb.mesh differ diff --git a/escape-room/godot/imported/template-floor-big.png-c72990c781242970cb1b758201734e85.ctex b/escape-room/godot/imported/template-floor-big.png-c72990c781242970cb1b758201734e85.ctex new file mode 100644 index 0000000..ace1d8f Binary files /dev/null and b/escape-room/godot/imported/template-floor-big.png-c72990c781242970cb1b758201734e85.ctex differ diff --git a/escape-room/godot/imported/template-floor-big.png-c72990c781242970cb1b758201734e85.md5 b/escape-room/godot/imported/template-floor-big.png-c72990c781242970cb1b758201734e85.md5 new file mode 100644 index 0000000..af4b241 --- /dev/null +++ b/escape-room/godot/imported/template-floor-big.png-c72990c781242970cb1b758201734e85.md5 @@ -0,0 +1,3 @@ +source_md5="6be9b522d97a8baede204261ac11fc76" +dest_md5="eb62e4d02d8824d27be9012cf1649450" + diff --git a/escape-room/godot/imported/template-floor-detail-a.fbx-c4fcfe850f2e39e1a2375532d2a0bf4c.md5 b/escape-room/godot/imported/template-floor-detail-a.fbx-c4fcfe850f2e39e1a2375532d2a0bf4c.md5 new file mode 100644 index 0000000..d1f8dd5 --- /dev/null +++ b/escape-room/godot/imported/template-floor-detail-a.fbx-c4fcfe850f2e39e1a2375532d2a0bf4c.md5 @@ -0,0 +1,3 @@ +source_md5="dc9327f83b4711e484c181f3ca4a543b" +dest_md5="0cda4fa7a59bfde15f526449cbd78fb4" + diff --git a/escape-room/godot/imported/template-floor-detail-a.fbx-c4fcfe850f2e39e1a2375532d2a0bf4c.scn b/escape-room/godot/imported/template-floor-detail-a.fbx-c4fcfe850f2e39e1a2375532d2a0bf4c.scn new file mode 100644 index 0000000..8652b64 Binary files /dev/null and b/escape-room/godot/imported/template-floor-detail-a.fbx-c4fcfe850f2e39e1a2375532d2a0bf4c.scn differ diff --git a/escape-room/godot/imported/template-floor-detail-a.glb-de04504a005052adcad355833a2d60bf.md5 b/escape-room/godot/imported/template-floor-detail-a.glb-de04504a005052adcad355833a2d60bf.md5 new file mode 100644 index 0000000..1113fea --- /dev/null +++ b/escape-room/godot/imported/template-floor-detail-a.glb-de04504a005052adcad355833a2d60bf.md5 @@ -0,0 +1,3 @@ +source_md5="e43fe7ff863423e94d2cc357299e422d" +dest_md5="62756c153c602b70f9186a697c628437" + diff --git a/escape-room/godot/imported/template-floor-detail-a.glb-de04504a005052adcad355833a2d60bf.scn b/escape-room/godot/imported/template-floor-detail-a.glb-de04504a005052adcad355833a2d60bf.scn new file mode 100644 index 0000000..eb0e45f Binary files /dev/null and b/escape-room/godot/imported/template-floor-detail-a.glb-de04504a005052adcad355833a2d60bf.scn differ diff --git a/escape-room/godot/imported/template-floor-detail-a.obj-e354a976ff7eef733b6735ef486a0046.md5 b/escape-room/godot/imported/template-floor-detail-a.obj-e354a976ff7eef733b6735ef486a0046.md5 new file mode 100644 index 0000000..a453982 --- /dev/null +++ b/escape-room/godot/imported/template-floor-detail-a.obj-e354a976ff7eef733b6735ef486a0046.md5 @@ -0,0 +1,3 @@ +source_md5="15024eb21a9514eed33fbd24a14ff64f" +dest_md5="79ecd586ec253e08ee3bc650905b5d59" + diff --git a/escape-room/godot/imported/template-floor-detail-a.obj-e354a976ff7eef733b6735ef486a0046.mesh b/escape-room/godot/imported/template-floor-detail-a.obj-e354a976ff7eef733b6735ef486a0046.mesh new file mode 100644 index 0000000..00fafe0 Binary files /dev/null and b/escape-room/godot/imported/template-floor-detail-a.obj-e354a976ff7eef733b6735ef486a0046.mesh differ diff --git a/escape-room/godot/imported/template-floor-detail-a.png-0c22955b03472373b6ec05dd29573487.ctex b/escape-room/godot/imported/template-floor-detail-a.png-0c22955b03472373b6ec05dd29573487.ctex new file mode 100644 index 0000000..05e15b5 Binary files /dev/null and b/escape-room/godot/imported/template-floor-detail-a.png-0c22955b03472373b6ec05dd29573487.ctex differ diff --git a/escape-room/godot/imported/template-floor-detail-a.png-0c22955b03472373b6ec05dd29573487.md5 b/escape-room/godot/imported/template-floor-detail-a.png-0c22955b03472373b6ec05dd29573487.md5 new file mode 100644 index 0000000..16cbfde --- /dev/null +++ b/escape-room/godot/imported/template-floor-detail-a.png-0c22955b03472373b6ec05dd29573487.md5 @@ -0,0 +1,3 @@ +source_md5="350d28638550cd5228025fac39bdcb22" +dest_md5="dec65b81d00fa7e4080e7c7c0ad06406" + diff --git a/escape-room/godot/imported/template-floor-detail.fbx-a645a9c2ffe389448d1e7887382afdea.md5 b/escape-room/godot/imported/template-floor-detail.fbx-a645a9c2ffe389448d1e7887382afdea.md5 new file mode 100644 index 0000000..41c68f8 --- /dev/null +++ b/escape-room/godot/imported/template-floor-detail.fbx-a645a9c2ffe389448d1e7887382afdea.md5 @@ -0,0 +1,3 @@ +source_md5="ba7ea5a6e16ab875d5f9a2ba9b580732" +dest_md5="f5a857a02bba93b5c705f162a7759b27" + diff --git a/escape-room/godot/imported/template-floor-detail.fbx-a645a9c2ffe389448d1e7887382afdea.scn b/escape-room/godot/imported/template-floor-detail.fbx-a645a9c2ffe389448d1e7887382afdea.scn new file mode 100644 index 0000000..0f65ddb Binary files /dev/null and b/escape-room/godot/imported/template-floor-detail.fbx-a645a9c2ffe389448d1e7887382afdea.scn differ diff --git a/escape-room/godot/imported/template-floor-detail.glb-8edf8a4e66187dc8f2fd912cf4e13272.md5 b/escape-room/godot/imported/template-floor-detail.glb-8edf8a4e66187dc8f2fd912cf4e13272.md5 new file mode 100644 index 0000000..7a2f21e --- /dev/null +++ b/escape-room/godot/imported/template-floor-detail.glb-8edf8a4e66187dc8f2fd912cf4e13272.md5 @@ -0,0 +1,3 @@ +source_md5="60f7382d91bd09e4e6c888883a22444a" +dest_md5="2ce485b3324580222c867f681c599627" + diff --git a/escape-room/godot/imported/template-floor-detail.glb-8edf8a4e66187dc8f2fd912cf4e13272.scn b/escape-room/godot/imported/template-floor-detail.glb-8edf8a4e66187dc8f2fd912cf4e13272.scn new file mode 100644 index 0000000..88bbd3d Binary files /dev/null and b/escape-room/godot/imported/template-floor-detail.glb-8edf8a4e66187dc8f2fd912cf4e13272.scn differ diff --git a/escape-room/godot/imported/template-floor-detail.obj-9f15a73a5178e06c67b0092dd5835e39.md5 b/escape-room/godot/imported/template-floor-detail.obj-9f15a73a5178e06c67b0092dd5835e39.md5 new file mode 100644 index 0000000..3969f24 --- /dev/null +++ b/escape-room/godot/imported/template-floor-detail.obj-9f15a73a5178e06c67b0092dd5835e39.md5 @@ -0,0 +1,3 @@ +source_md5="76bfad09ab12e166e5e5acd705c80804" +dest_md5="2edac279eb97d269ce044891a62a8d21" + diff --git a/escape-room/godot/imported/template-floor-detail.obj-9f15a73a5178e06c67b0092dd5835e39.mesh b/escape-room/godot/imported/template-floor-detail.obj-9f15a73a5178e06c67b0092dd5835e39.mesh new file mode 100644 index 0000000..ab33cd6 Binary files /dev/null and b/escape-room/godot/imported/template-floor-detail.obj-9f15a73a5178e06c67b0092dd5835e39.mesh differ diff --git a/escape-room/godot/imported/template-floor-detail.png-437a55b98658e42fc6504748c54eabad.ctex b/escape-room/godot/imported/template-floor-detail.png-437a55b98658e42fc6504748c54eabad.ctex new file mode 100644 index 0000000..c0e5c44 Binary files /dev/null and b/escape-room/godot/imported/template-floor-detail.png-437a55b98658e42fc6504748c54eabad.ctex differ diff --git a/escape-room/godot/imported/template-floor-detail.png-437a55b98658e42fc6504748c54eabad.md5 b/escape-room/godot/imported/template-floor-detail.png-437a55b98658e42fc6504748c54eabad.md5 new file mode 100644 index 0000000..9f6210f --- /dev/null +++ b/escape-room/godot/imported/template-floor-detail.png-437a55b98658e42fc6504748c54eabad.md5 @@ -0,0 +1,3 @@ +source_md5="8ddc8c14cad734562e5c0d1ac8af49f1" +dest_md5="b9279786e567afb8277dad46b84ea643" + diff --git a/escape-room/godot/imported/template-floor-layer-raised.fbx-21d68bcbb8971cc1be22c6421a7ee864.md5 b/escape-room/godot/imported/template-floor-layer-raised.fbx-21d68bcbb8971cc1be22c6421a7ee864.md5 new file mode 100644 index 0000000..5c03a34 --- /dev/null +++ b/escape-room/godot/imported/template-floor-layer-raised.fbx-21d68bcbb8971cc1be22c6421a7ee864.md5 @@ -0,0 +1,3 @@ +source_md5="ee47683b6443e2a1139d2df907624d8c" +dest_md5="f50d6333418b8910bdf0f2bf4f58999b" + diff --git a/escape-room/godot/imported/template-floor-layer-raised.fbx-21d68bcbb8971cc1be22c6421a7ee864.scn b/escape-room/godot/imported/template-floor-layer-raised.fbx-21d68bcbb8971cc1be22c6421a7ee864.scn new file mode 100644 index 0000000..3add88b Binary files /dev/null and b/escape-room/godot/imported/template-floor-layer-raised.fbx-21d68bcbb8971cc1be22c6421a7ee864.scn differ diff --git a/escape-room/godot/imported/template-floor-layer-raised.glb-fe3179f033d07a1112847e8077fd1fb2.md5 b/escape-room/godot/imported/template-floor-layer-raised.glb-fe3179f033d07a1112847e8077fd1fb2.md5 new file mode 100644 index 0000000..24e5bd4 --- /dev/null +++ b/escape-room/godot/imported/template-floor-layer-raised.glb-fe3179f033d07a1112847e8077fd1fb2.md5 @@ -0,0 +1,3 @@ +source_md5="67007135a3e589e2c46c4eafde54a2b2" +dest_md5="038e07779911976d70d1f18b7a2f9ab3" + diff --git a/escape-room/godot/imported/template-floor-layer-raised.glb-fe3179f033d07a1112847e8077fd1fb2.scn b/escape-room/godot/imported/template-floor-layer-raised.glb-fe3179f033d07a1112847e8077fd1fb2.scn new file mode 100644 index 0000000..fe4c2ef Binary files /dev/null and b/escape-room/godot/imported/template-floor-layer-raised.glb-fe3179f033d07a1112847e8077fd1fb2.scn differ diff --git a/escape-room/godot/imported/template-floor-layer-raised.obj-b0aefcae7fa4876b3679fdc156f54088.md5 b/escape-room/godot/imported/template-floor-layer-raised.obj-b0aefcae7fa4876b3679fdc156f54088.md5 new file mode 100644 index 0000000..cbdc3b7 --- /dev/null +++ b/escape-room/godot/imported/template-floor-layer-raised.obj-b0aefcae7fa4876b3679fdc156f54088.md5 @@ -0,0 +1,3 @@ +source_md5="2ae3112bd0efc125741c6ee2f1c14adb" +dest_md5="f9e201edad95c70111f4c8abcfdcf239" + diff --git a/escape-room/godot/imported/template-floor-layer-raised.obj-b0aefcae7fa4876b3679fdc156f54088.mesh b/escape-room/godot/imported/template-floor-layer-raised.obj-b0aefcae7fa4876b3679fdc156f54088.mesh new file mode 100644 index 0000000..3ca8555 Binary files /dev/null and b/escape-room/godot/imported/template-floor-layer-raised.obj-b0aefcae7fa4876b3679fdc156f54088.mesh differ diff --git a/escape-room/godot/imported/template-floor-layer-raised.png-6adc3934a7f0b625204023cb52683946.ctex b/escape-room/godot/imported/template-floor-layer-raised.png-6adc3934a7f0b625204023cb52683946.ctex new file mode 100644 index 0000000..cbf61f5 Binary files /dev/null and b/escape-room/godot/imported/template-floor-layer-raised.png-6adc3934a7f0b625204023cb52683946.ctex differ diff --git a/escape-room/godot/imported/template-floor-layer-raised.png-6adc3934a7f0b625204023cb52683946.md5 b/escape-room/godot/imported/template-floor-layer-raised.png-6adc3934a7f0b625204023cb52683946.md5 new file mode 100644 index 0000000..e57373c --- /dev/null +++ b/escape-room/godot/imported/template-floor-layer-raised.png-6adc3934a7f0b625204023cb52683946.md5 @@ -0,0 +1,3 @@ +source_md5="f4edefd90a595c5199abb5d93a7fae94" +dest_md5="71e8ddbe79cdb7340c18a737f044b69a" + diff --git a/escape-room/godot/imported/template-floor-layer.fbx-df8155f966d28c810ddc7a1aa4338cf0.md5 b/escape-room/godot/imported/template-floor-layer.fbx-df8155f966d28c810ddc7a1aa4338cf0.md5 new file mode 100644 index 0000000..dab19c7 --- /dev/null +++ b/escape-room/godot/imported/template-floor-layer.fbx-df8155f966d28c810ddc7a1aa4338cf0.md5 @@ -0,0 +1,3 @@ +source_md5="3e0077570bb85ef8ff3e7f1f2b572588" +dest_md5="6c765275729e8ccdfb15c652c9d83b88" + diff --git a/escape-room/godot/imported/template-floor-layer.fbx-df8155f966d28c810ddc7a1aa4338cf0.scn b/escape-room/godot/imported/template-floor-layer.fbx-df8155f966d28c810ddc7a1aa4338cf0.scn new file mode 100644 index 0000000..1e933ed Binary files /dev/null and b/escape-room/godot/imported/template-floor-layer.fbx-df8155f966d28c810ddc7a1aa4338cf0.scn differ diff --git a/escape-room/godot/imported/template-floor-layer.glb-5e1e4570221d6e029f7fc53b37018c5b.md5 b/escape-room/godot/imported/template-floor-layer.glb-5e1e4570221d6e029f7fc53b37018c5b.md5 new file mode 100644 index 0000000..5be72a9 --- /dev/null +++ b/escape-room/godot/imported/template-floor-layer.glb-5e1e4570221d6e029f7fc53b37018c5b.md5 @@ -0,0 +1,3 @@ +source_md5="b0161fd6dc968c63bb3f829eb7f2bf1c" +dest_md5="194e8c17beb710bb378c57d5891c8b78" + diff --git a/escape-room/godot/imported/template-floor-layer.glb-5e1e4570221d6e029f7fc53b37018c5b.scn b/escape-room/godot/imported/template-floor-layer.glb-5e1e4570221d6e029f7fc53b37018c5b.scn new file mode 100644 index 0000000..ac52f8f Binary files /dev/null and b/escape-room/godot/imported/template-floor-layer.glb-5e1e4570221d6e029f7fc53b37018c5b.scn differ diff --git a/escape-room/godot/imported/template-floor-layer.obj-67c53699068c55502b89bb4c0f859306.md5 b/escape-room/godot/imported/template-floor-layer.obj-67c53699068c55502b89bb4c0f859306.md5 new file mode 100644 index 0000000..064cac7 --- /dev/null +++ b/escape-room/godot/imported/template-floor-layer.obj-67c53699068c55502b89bb4c0f859306.md5 @@ -0,0 +1,3 @@ +source_md5="0be08951517ce8bc0a5e23a8cce000e7" +dest_md5="65311b0a14bbd7fc7aeb273a3cf8cee7" + diff --git a/escape-room/godot/imported/template-floor-layer.obj-67c53699068c55502b89bb4c0f859306.mesh b/escape-room/godot/imported/template-floor-layer.obj-67c53699068c55502b89bb4c0f859306.mesh new file mode 100644 index 0000000..0e53449 Binary files /dev/null and b/escape-room/godot/imported/template-floor-layer.obj-67c53699068c55502b89bb4c0f859306.mesh differ diff --git a/escape-room/godot/imported/template-floor-layer.png-9d18b1301f9df0d9a0115fc808a1a5e4.ctex b/escape-room/godot/imported/template-floor-layer.png-9d18b1301f9df0d9a0115fc808a1a5e4.ctex new file mode 100644 index 0000000..b5ddbf4 Binary files /dev/null and b/escape-room/godot/imported/template-floor-layer.png-9d18b1301f9df0d9a0115fc808a1a5e4.ctex differ diff --git a/escape-room/godot/imported/template-floor-layer.png-9d18b1301f9df0d9a0115fc808a1a5e4.md5 b/escape-room/godot/imported/template-floor-layer.png-9d18b1301f9df0d9a0115fc808a1a5e4.md5 new file mode 100644 index 0000000..0f1dc0f --- /dev/null +++ b/escape-room/godot/imported/template-floor-layer.png-9d18b1301f9df0d9a0115fc808a1a5e4.md5 @@ -0,0 +1,3 @@ +source_md5="14613f43b70d3c008051ee58901df999" +dest_md5="edc468f8e81f39298bae2553b5ee1489" + diff --git a/escape-room/godot/imported/template-floor.fbx-306ed4205a243e12411297b9d67f52a0.md5 b/escape-room/godot/imported/template-floor.fbx-306ed4205a243e12411297b9d67f52a0.md5 new file mode 100644 index 0000000..7637988 --- /dev/null +++ b/escape-room/godot/imported/template-floor.fbx-306ed4205a243e12411297b9d67f52a0.md5 @@ -0,0 +1,3 @@ +source_md5="5a726c1f6f13a8ed65e8948ba3651636" +dest_md5="24fe88d6cbdcf9178427653611004c45" + diff --git a/escape-room/godot/imported/template-floor.fbx-306ed4205a243e12411297b9d67f52a0.scn b/escape-room/godot/imported/template-floor.fbx-306ed4205a243e12411297b9d67f52a0.scn new file mode 100644 index 0000000..dfd79b0 Binary files /dev/null and b/escape-room/godot/imported/template-floor.fbx-306ed4205a243e12411297b9d67f52a0.scn differ diff --git a/escape-room/godot/imported/template-floor.glb-ce9ea7e8bf99c5888c706fe0386504d4.md5 b/escape-room/godot/imported/template-floor.glb-ce9ea7e8bf99c5888c706fe0386504d4.md5 new file mode 100644 index 0000000..e6106fd --- /dev/null +++ b/escape-room/godot/imported/template-floor.glb-ce9ea7e8bf99c5888c706fe0386504d4.md5 @@ -0,0 +1,3 @@ +source_md5="55bdc46a960b96dc4902c713ab5741a6" +dest_md5="c53ff1ba038f481a812170467529600c" + diff --git a/escape-room/godot/imported/template-floor.glb-ce9ea7e8bf99c5888c706fe0386504d4.scn b/escape-room/godot/imported/template-floor.glb-ce9ea7e8bf99c5888c706fe0386504d4.scn new file mode 100644 index 0000000..d257763 Binary files /dev/null and b/escape-room/godot/imported/template-floor.glb-ce9ea7e8bf99c5888c706fe0386504d4.scn differ diff --git a/escape-room/godot/imported/template-floor.obj-f750879d16d5b7c092a75ae4ab70ad65.md5 b/escape-room/godot/imported/template-floor.obj-f750879d16d5b7c092a75ae4ab70ad65.md5 new file mode 100644 index 0000000..f8cd4e5 --- /dev/null +++ b/escape-room/godot/imported/template-floor.obj-f750879d16d5b7c092a75ae4ab70ad65.md5 @@ -0,0 +1,3 @@ +source_md5="63c551d5bdac90f4237d9e2b44c9bc9b" +dest_md5="8b422cc941c1dc33c553ddfe218ac490" + diff --git a/escape-room/godot/imported/template-floor.obj-f750879d16d5b7c092a75ae4ab70ad65.mesh b/escape-room/godot/imported/template-floor.obj-f750879d16d5b7c092a75ae4ab70ad65.mesh new file mode 100644 index 0000000..7f6f1eb Binary files /dev/null and b/escape-room/godot/imported/template-floor.obj-f750879d16d5b7c092a75ae4ab70ad65.mesh differ diff --git a/escape-room/godot/imported/template-floor.png-93384e67e78db4a52928ccf3e5b0c1c3.ctex b/escape-room/godot/imported/template-floor.png-93384e67e78db4a52928ccf3e5b0c1c3.ctex new file mode 100644 index 0000000..c9c07f7 Binary files /dev/null and b/escape-room/godot/imported/template-floor.png-93384e67e78db4a52928ccf3e5b0c1c3.ctex differ diff --git a/escape-room/godot/imported/template-floor.png-93384e67e78db4a52928ccf3e5b0c1c3.md5 b/escape-room/godot/imported/template-floor.png-93384e67e78db4a52928ccf3e5b0c1c3.md5 new file mode 100644 index 0000000..945590e --- /dev/null +++ b/escape-room/godot/imported/template-floor.png-93384e67e78db4a52928ccf3e5b0c1c3.md5 @@ -0,0 +1,3 @@ +source_md5="4e0b792ece1f51c6325317b4b7611334" +dest_md5="0d97b4ed779011205d4e9899d0e308b7" + diff --git a/escape-room/godot/imported/template-wall-corner.fbx-7b69d7b74342381f982515c8c0b7c2bb.md5 b/escape-room/godot/imported/template-wall-corner.fbx-7b69d7b74342381f982515c8c0b7c2bb.md5 new file mode 100644 index 0000000..4771b76 --- /dev/null +++ b/escape-room/godot/imported/template-wall-corner.fbx-7b69d7b74342381f982515c8c0b7c2bb.md5 @@ -0,0 +1,3 @@ +source_md5="b3a55224bf8de8a4a4133196296d0d73" +dest_md5="37162546ba8d84bb960815f8477e8e57" + diff --git a/escape-room/godot/imported/template-wall-corner.fbx-7b69d7b74342381f982515c8c0b7c2bb.scn b/escape-room/godot/imported/template-wall-corner.fbx-7b69d7b74342381f982515c8c0b7c2bb.scn new file mode 100644 index 0000000..4bc0278 Binary files /dev/null and b/escape-room/godot/imported/template-wall-corner.fbx-7b69d7b74342381f982515c8c0b7c2bb.scn differ diff --git a/escape-room/godot/imported/template-wall-corner.glb-1caef549d8c8eb2c8b3557257aa7d5f1.md5 b/escape-room/godot/imported/template-wall-corner.glb-1caef549d8c8eb2c8b3557257aa7d5f1.md5 new file mode 100644 index 0000000..2ec2adb --- /dev/null +++ b/escape-room/godot/imported/template-wall-corner.glb-1caef549d8c8eb2c8b3557257aa7d5f1.md5 @@ -0,0 +1,3 @@ +source_md5="4ce2afaaaf8a6947428a6e6eac6dbd08" +dest_md5="4341afa7ca44304fad8d301c463cfe5b" + diff --git a/escape-room/godot/imported/template-wall-corner.glb-1caef549d8c8eb2c8b3557257aa7d5f1.scn b/escape-room/godot/imported/template-wall-corner.glb-1caef549d8c8eb2c8b3557257aa7d5f1.scn new file mode 100644 index 0000000..6def381 Binary files /dev/null and b/escape-room/godot/imported/template-wall-corner.glb-1caef549d8c8eb2c8b3557257aa7d5f1.scn differ diff --git a/escape-room/godot/imported/template-wall-corner.obj-2608afdaa585c5c7c11e955770f74c03.md5 b/escape-room/godot/imported/template-wall-corner.obj-2608afdaa585c5c7c11e955770f74c03.md5 new file mode 100644 index 0000000..e43e0fa --- /dev/null +++ b/escape-room/godot/imported/template-wall-corner.obj-2608afdaa585c5c7c11e955770f74c03.md5 @@ -0,0 +1,3 @@ +source_md5="2e968a0b61b10b5bb2e6c90d91100c56" +dest_md5="f7479eab657dbaa10949eb0d00061212" + diff --git a/escape-room/godot/imported/template-wall-corner.obj-2608afdaa585c5c7c11e955770f74c03.mesh b/escape-room/godot/imported/template-wall-corner.obj-2608afdaa585c5c7c11e955770f74c03.mesh new file mode 100644 index 0000000..51cef79 Binary files /dev/null and b/escape-room/godot/imported/template-wall-corner.obj-2608afdaa585c5c7c11e955770f74c03.mesh differ diff --git a/escape-room/godot/imported/template-wall-corner.png-26906b51626ede4724220265f90a8db4.ctex b/escape-room/godot/imported/template-wall-corner.png-26906b51626ede4724220265f90a8db4.ctex new file mode 100644 index 0000000..9b390bb Binary files /dev/null and b/escape-room/godot/imported/template-wall-corner.png-26906b51626ede4724220265f90a8db4.ctex differ diff --git a/escape-room/godot/imported/template-wall-corner.png-26906b51626ede4724220265f90a8db4.md5 b/escape-room/godot/imported/template-wall-corner.png-26906b51626ede4724220265f90a8db4.md5 new file mode 100644 index 0000000..bbb85d6 --- /dev/null +++ b/escape-room/godot/imported/template-wall-corner.png-26906b51626ede4724220265f90a8db4.md5 @@ -0,0 +1,3 @@ +source_md5="a9e230cc2b93f64701b3dfa0c9ff9634" +dest_md5="b08f85752ac4bc5e959b65ea7a0dd039" + diff --git a/escape-room/godot/imported/template-wall-detail-a.fbx-be175a79160fcd12b9f8e0d0c1d76530.md5 b/escape-room/godot/imported/template-wall-detail-a.fbx-be175a79160fcd12b9f8e0d0c1d76530.md5 new file mode 100644 index 0000000..fdabaa6 --- /dev/null +++ b/escape-room/godot/imported/template-wall-detail-a.fbx-be175a79160fcd12b9f8e0d0c1d76530.md5 @@ -0,0 +1,3 @@ +source_md5="15924c1578004ec3c6504aaa128393b3" +dest_md5="406ffb51da346ee504aad11fa6f63db5" + diff --git a/escape-room/godot/imported/template-wall-detail-a.fbx-be175a79160fcd12b9f8e0d0c1d76530.scn b/escape-room/godot/imported/template-wall-detail-a.fbx-be175a79160fcd12b9f8e0d0c1d76530.scn new file mode 100644 index 0000000..a32b606 Binary files /dev/null and b/escape-room/godot/imported/template-wall-detail-a.fbx-be175a79160fcd12b9f8e0d0c1d76530.scn differ diff --git a/escape-room/godot/imported/template-wall-detail-a.glb-1324dace374c6c4c4e1f273e9d5dee19.md5 b/escape-room/godot/imported/template-wall-detail-a.glb-1324dace374c6c4c4e1f273e9d5dee19.md5 new file mode 100644 index 0000000..9431f43 --- /dev/null +++ b/escape-room/godot/imported/template-wall-detail-a.glb-1324dace374c6c4c4e1f273e9d5dee19.md5 @@ -0,0 +1,3 @@ +source_md5="2d37841e096c9dae4f04f0bf05df8b6d" +dest_md5="53c3fa14175b4890427ab1c24167579b" + diff --git a/escape-room/godot/imported/template-wall-detail-a.glb-1324dace374c6c4c4e1f273e9d5dee19.scn b/escape-room/godot/imported/template-wall-detail-a.glb-1324dace374c6c4c4e1f273e9d5dee19.scn new file mode 100644 index 0000000..3f7d577 Binary files /dev/null and b/escape-room/godot/imported/template-wall-detail-a.glb-1324dace374c6c4c4e1f273e9d5dee19.scn differ diff --git a/escape-room/godot/imported/template-wall-detail-a.obj-eb6ccfc943fe6318c7a2325bf51801e5.md5 b/escape-room/godot/imported/template-wall-detail-a.obj-eb6ccfc943fe6318c7a2325bf51801e5.md5 new file mode 100644 index 0000000..69578fa --- /dev/null +++ b/escape-room/godot/imported/template-wall-detail-a.obj-eb6ccfc943fe6318c7a2325bf51801e5.md5 @@ -0,0 +1,3 @@ +source_md5="7f5226be05ac3ad639942375342a19c0" +dest_md5="d5b1775d60f10eeb0d07404afcbd9f89" + diff --git a/escape-room/godot/imported/template-wall-detail-a.obj-eb6ccfc943fe6318c7a2325bf51801e5.mesh b/escape-room/godot/imported/template-wall-detail-a.obj-eb6ccfc943fe6318c7a2325bf51801e5.mesh new file mode 100644 index 0000000..56172ba Binary files /dev/null and b/escape-room/godot/imported/template-wall-detail-a.obj-eb6ccfc943fe6318c7a2325bf51801e5.mesh differ diff --git a/escape-room/godot/imported/template-wall-detail-a.png-16187bc754e95ddaf2a87ef42087c17e.ctex b/escape-room/godot/imported/template-wall-detail-a.png-16187bc754e95ddaf2a87ef42087c17e.ctex new file mode 100644 index 0000000..ce202e6 Binary files /dev/null and b/escape-room/godot/imported/template-wall-detail-a.png-16187bc754e95ddaf2a87ef42087c17e.ctex differ diff --git a/escape-room/godot/imported/template-wall-detail-a.png-16187bc754e95ddaf2a87ef42087c17e.md5 b/escape-room/godot/imported/template-wall-detail-a.png-16187bc754e95ddaf2a87ef42087c17e.md5 new file mode 100644 index 0000000..5fb587c --- /dev/null +++ b/escape-room/godot/imported/template-wall-detail-a.png-16187bc754e95ddaf2a87ef42087c17e.md5 @@ -0,0 +1,3 @@ +source_md5="67810ea484992d74a316d2006ef35dbe" +dest_md5="254863a0efa78632d53c6c4dd3101905" + diff --git a/escape-room/godot/imported/template-wall-half.fbx-3bc118ec6b578069004f8b8520a344e8.md5 b/escape-room/godot/imported/template-wall-half.fbx-3bc118ec6b578069004f8b8520a344e8.md5 new file mode 100644 index 0000000..28cbb3c --- /dev/null +++ b/escape-room/godot/imported/template-wall-half.fbx-3bc118ec6b578069004f8b8520a344e8.md5 @@ -0,0 +1,3 @@ +source_md5="a93e47d969cfcaaf65410e730a558dbf" +dest_md5="2f8d74e9038d1bfb94582674dd53e313" + diff --git a/escape-room/godot/imported/template-wall-half.fbx-3bc118ec6b578069004f8b8520a344e8.scn b/escape-room/godot/imported/template-wall-half.fbx-3bc118ec6b578069004f8b8520a344e8.scn new file mode 100644 index 0000000..7477039 Binary files /dev/null and b/escape-room/godot/imported/template-wall-half.fbx-3bc118ec6b578069004f8b8520a344e8.scn differ diff --git a/escape-room/godot/imported/template-wall-half.glb-969333f6740cc475c599730322c1020f.md5 b/escape-room/godot/imported/template-wall-half.glb-969333f6740cc475c599730322c1020f.md5 new file mode 100644 index 0000000..8cb0ca5 --- /dev/null +++ b/escape-room/godot/imported/template-wall-half.glb-969333f6740cc475c599730322c1020f.md5 @@ -0,0 +1,3 @@ +source_md5="749b1407119dd1a12d418bd1809a0d6e" +dest_md5="2d92495a7fd406de9a1e3d86cbca4b47" + diff --git a/escape-room/godot/imported/template-wall-half.glb-969333f6740cc475c599730322c1020f.scn b/escape-room/godot/imported/template-wall-half.glb-969333f6740cc475c599730322c1020f.scn new file mode 100644 index 0000000..35fd741 Binary files /dev/null and b/escape-room/godot/imported/template-wall-half.glb-969333f6740cc475c599730322c1020f.scn differ diff --git a/escape-room/godot/imported/template-wall-half.obj-2bb0f2d9449639355e720e6d8b71bfa4.md5 b/escape-room/godot/imported/template-wall-half.obj-2bb0f2d9449639355e720e6d8b71bfa4.md5 new file mode 100644 index 0000000..86eb533 --- /dev/null +++ b/escape-room/godot/imported/template-wall-half.obj-2bb0f2d9449639355e720e6d8b71bfa4.md5 @@ -0,0 +1,3 @@ +source_md5="985fdfc0006f09009ad2d87254396c41" +dest_md5="34184cea48d08bfcf096814770777b00" + diff --git a/escape-room/godot/imported/template-wall-half.obj-2bb0f2d9449639355e720e6d8b71bfa4.mesh b/escape-room/godot/imported/template-wall-half.obj-2bb0f2d9449639355e720e6d8b71bfa4.mesh new file mode 100644 index 0000000..63b3fb3 Binary files /dev/null and b/escape-room/godot/imported/template-wall-half.obj-2bb0f2d9449639355e720e6d8b71bfa4.mesh differ diff --git a/escape-room/godot/imported/template-wall-half.png-39cd501bf50aaa59036fac4e4db0597c.ctex b/escape-room/godot/imported/template-wall-half.png-39cd501bf50aaa59036fac4e4db0597c.ctex new file mode 100644 index 0000000..97f7815 Binary files /dev/null and b/escape-room/godot/imported/template-wall-half.png-39cd501bf50aaa59036fac4e4db0597c.ctex differ diff --git a/escape-room/godot/imported/template-wall-half.png-39cd501bf50aaa59036fac4e4db0597c.md5 b/escape-room/godot/imported/template-wall-half.png-39cd501bf50aaa59036fac4e4db0597c.md5 new file mode 100644 index 0000000..5c4c5e9 --- /dev/null +++ b/escape-room/godot/imported/template-wall-half.png-39cd501bf50aaa59036fac4e4db0597c.md5 @@ -0,0 +1,3 @@ +source_md5="88351aca5187571343501ec8b7d0589a" +dest_md5="d26228fbc4763253c7a8ef7f2406e21d" + diff --git a/escape-room/godot/imported/template-wall-stairs.fbx-1fa683955f32c96405d50b4d532722a2.md5 b/escape-room/godot/imported/template-wall-stairs.fbx-1fa683955f32c96405d50b4d532722a2.md5 new file mode 100644 index 0000000..4402b14 --- /dev/null +++ b/escape-room/godot/imported/template-wall-stairs.fbx-1fa683955f32c96405d50b4d532722a2.md5 @@ -0,0 +1,3 @@ +source_md5="da66be2c542d3cffe048a294a03053c2" +dest_md5="b2eccd5724b988ff7c5f1769697113c7" + diff --git a/escape-room/godot/imported/template-wall-stairs.fbx-1fa683955f32c96405d50b4d532722a2.scn b/escape-room/godot/imported/template-wall-stairs.fbx-1fa683955f32c96405d50b4d532722a2.scn new file mode 100644 index 0000000..4195c61 Binary files /dev/null and b/escape-room/godot/imported/template-wall-stairs.fbx-1fa683955f32c96405d50b4d532722a2.scn differ diff --git a/escape-room/godot/imported/template-wall-stairs.glb-b5015b8de85d963173b64ff66d556679.md5 b/escape-room/godot/imported/template-wall-stairs.glb-b5015b8de85d963173b64ff66d556679.md5 new file mode 100644 index 0000000..1e87b88 --- /dev/null +++ b/escape-room/godot/imported/template-wall-stairs.glb-b5015b8de85d963173b64ff66d556679.md5 @@ -0,0 +1,3 @@ +source_md5="32c49eec197d353134fffcec8ebd4de8" +dest_md5="d0bc52b1e3fc53bd250e8fe111c5a405" + diff --git a/escape-room/godot/imported/template-wall-stairs.glb-b5015b8de85d963173b64ff66d556679.scn b/escape-room/godot/imported/template-wall-stairs.glb-b5015b8de85d963173b64ff66d556679.scn new file mode 100644 index 0000000..f27b7c7 Binary files /dev/null and b/escape-room/godot/imported/template-wall-stairs.glb-b5015b8de85d963173b64ff66d556679.scn differ diff --git a/escape-room/godot/imported/template-wall-stairs.obj-4b6e5461ae26981f12c46f6f2496b79c.md5 b/escape-room/godot/imported/template-wall-stairs.obj-4b6e5461ae26981f12c46f6f2496b79c.md5 new file mode 100644 index 0000000..8b07e33 --- /dev/null +++ b/escape-room/godot/imported/template-wall-stairs.obj-4b6e5461ae26981f12c46f6f2496b79c.md5 @@ -0,0 +1,3 @@ +source_md5="07a81fbd26a143e51f3337f322bd8842" +dest_md5="703dee038ecf6b2e21b20acb38ae99b2" + diff --git a/escape-room/godot/imported/template-wall-stairs.obj-4b6e5461ae26981f12c46f6f2496b79c.mesh b/escape-room/godot/imported/template-wall-stairs.obj-4b6e5461ae26981f12c46f6f2496b79c.mesh new file mode 100644 index 0000000..651b62e Binary files /dev/null and b/escape-room/godot/imported/template-wall-stairs.obj-4b6e5461ae26981f12c46f6f2496b79c.mesh differ diff --git a/escape-room/godot/imported/template-wall-stairs.png-9d29da8d86a4f06c2a0d61327ae06bc3.ctex b/escape-room/godot/imported/template-wall-stairs.png-9d29da8d86a4f06c2a0d61327ae06bc3.ctex new file mode 100644 index 0000000..8216af2 Binary files /dev/null and b/escape-room/godot/imported/template-wall-stairs.png-9d29da8d86a4f06c2a0d61327ae06bc3.ctex differ diff --git a/escape-room/godot/imported/template-wall-stairs.png-9d29da8d86a4f06c2a0d61327ae06bc3.md5 b/escape-room/godot/imported/template-wall-stairs.png-9d29da8d86a4f06c2a0d61327ae06bc3.md5 new file mode 100644 index 0000000..39727e4 --- /dev/null +++ b/escape-room/godot/imported/template-wall-stairs.png-9d29da8d86a4f06c2a0d61327ae06bc3.md5 @@ -0,0 +1,3 @@ +source_md5="c41adf7f61c1e6977ad8e17940df14f2" +dest_md5="9e870c45810339150d373dba7b09e114" + diff --git a/escape-room/godot/imported/template-wall-top.fbx-64e5b894fd1fe98721427e32ed7a76ff.md5 b/escape-room/godot/imported/template-wall-top.fbx-64e5b894fd1fe98721427e32ed7a76ff.md5 new file mode 100644 index 0000000..567c6e6 --- /dev/null +++ b/escape-room/godot/imported/template-wall-top.fbx-64e5b894fd1fe98721427e32ed7a76ff.md5 @@ -0,0 +1,3 @@ +source_md5="81c064a54c556a2d0f0958084e5fd7a9" +dest_md5="fa01c00061b633724bd1d33b732b47f4" + diff --git a/escape-room/godot/imported/template-wall-top.fbx-64e5b894fd1fe98721427e32ed7a76ff.scn b/escape-room/godot/imported/template-wall-top.fbx-64e5b894fd1fe98721427e32ed7a76ff.scn new file mode 100644 index 0000000..46cfa63 Binary files /dev/null and b/escape-room/godot/imported/template-wall-top.fbx-64e5b894fd1fe98721427e32ed7a76ff.scn differ diff --git a/escape-room/godot/imported/template-wall-top.glb-d6de0e5ca9f2c5dc16e1c53d6668a959.md5 b/escape-room/godot/imported/template-wall-top.glb-d6de0e5ca9f2c5dc16e1c53d6668a959.md5 new file mode 100644 index 0000000..aba1f9f --- /dev/null +++ b/escape-room/godot/imported/template-wall-top.glb-d6de0e5ca9f2c5dc16e1c53d6668a959.md5 @@ -0,0 +1,3 @@ +source_md5="8a0c4fec3ffe58fc0a4573a1c3c1bfa4" +dest_md5="389068293b3c4940e38c1f8d6e86ca18" + diff --git a/escape-room/godot/imported/template-wall-top.glb-d6de0e5ca9f2c5dc16e1c53d6668a959.scn b/escape-room/godot/imported/template-wall-top.glb-d6de0e5ca9f2c5dc16e1c53d6668a959.scn new file mode 100644 index 0000000..acb33f5 Binary files /dev/null and b/escape-room/godot/imported/template-wall-top.glb-d6de0e5ca9f2c5dc16e1c53d6668a959.scn differ diff --git a/escape-room/godot/imported/template-wall-top.obj-4a56adc577ee0aa1c89ffc953c20a57f.md5 b/escape-room/godot/imported/template-wall-top.obj-4a56adc577ee0aa1c89ffc953c20a57f.md5 new file mode 100644 index 0000000..015b97f --- /dev/null +++ b/escape-room/godot/imported/template-wall-top.obj-4a56adc577ee0aa1c89ffc953c20a57f.md5 @@ -0,0 +1,3 @@ +source_md5="0c4c9d723d74d20f42b1dc41b77b7fb4" +dest_md5="ba5e4d6e7bdddb7b76638ad29b341b9f" + diff --git a/escape-room/godot/imported/template-wall-top.obj-4a56adc577ee0aa1c89ffc953c20a57f.mesh b/escape-room/godot/imported/template-wall-top.obj-4a56adc577ee0aa1c89ffc953c20a57f.mesh new file mode 100644 index 0000000..ae90034 Binary files /dev/null and b/escape-room/godot/imported/template-wall-top.obj-4a56adc577ee0aa1c89ffc953c20a57f.mesh differ diff --git a/escape-room/godot/imported/template-wall-top.png-df639399549568123f6232653771159f.ctex b/escape-room/godot/imported/template-wall-top.png-df639399549568123f6232653771159f.ctex new file mode 100644 index 0000000..892be74 Binary files /dev/null and b/escape-room/godot/imported/template-wall-top.png-df639399549568123f6232653771159f.ctex differ diff --git a/escape-room/godot/imported/template-wall-top.png-df639399549568123f6232653771159f.md5 b/escape-room/godot/imported/template-wall-top.png-df639399549568123f6232653771159f.md5 new file mode 100644 index 0000000..fae1c64 --- /dev/null +++ b/escape-room/godot/imported/template-wall-top.png-df639399549568123f6232653771159f.md5 @@ -0,0 +1,3 @@ +source_md5="97ac6511e64626f82129e7d4e95785df" +dest_md5="3b1af08a8bc84538300528afefd16297" + diff --git a/escape-room/godot/imported/template-wall.fbx-88bd5549df267bcf515ef7d03bdc0b3a.md5 b/escape-room/godot/imported/template-wall.fbx-88bd5549df267bcf515ef7d03bdc0b3a.md5 new file mode 100644 index 0000000..aed3069 --- /dev/null +++ b/escape-room/godot/imported/template-wall.fbx-88bd5549df267bcf515ef7d03bdc0b3a.md5 @@ -0,0 +1,3 @@ +source_md5="84c4cde956b247f9b09c85966a358f39" +dest_md5="c4220b5c14d27d99fd6ec0cd4993e6b6" + diff --git a/escape-room/godot/imported/template-wall.fbx-88bd5549df267bcf515ef7d03bdc0b3a.scn b/escape-room/godot/imported/template-wall.fbx-88bd5549df267bcf515ef7d03bdc0b3a.scn new file mode 100644 index 0000000..f3f199f Binary files /dev/null and b/escape-room/godot/imported/template-wall.fbx-88bd5549df267bcf515ef7d03bdc0b3a.scn differ diff --git a/escape-room/godot/imported/template-wall.glb-ac4f7a1e6fc08d213c224942290f363d.md5 b/escape-room/godot/imported/template-wall.glb-ac4f7a1e6fc08d213c224942290f363d.md5 new file mode 100644 index 0000000..ce7e0ba --- /dev/null +++ b/escape-room/godot/imported/template-wall.glb-ac4f7a1e6fc08d213c224942290f363d.md5 @@ -0,0 +1,3 @@ +source_md5="8bcd716c8d1597c98354617689f5c43c" +dest_md5="f5f7a7d9bce96a667cbc4e9eca28d521" + diff --git a/escape-room/godot/imported/template-wall.glb-ac4f7a1e6fc08d213c224942290f363d.scn b/escape-room/godot/imported/template-wall.glb-ac4f7a1e6fc08d213c224942290f363d.scn new file mode 100644 index 0000000..2c725cb Binary files /dev/null and b/escape-room/godot/imported/template-wall.glb-ac4f7a1e6fc08d213c224942290f363d.scn differ diff --git a/escape-room/godot/imported/template-wall.obj-5026bdaac1bcaaef3e9bad6cfbb0b3bd.md5 b/escape-room/godot/imported/template-wall.obj-5026bdaac1bcaaef3e9bad6cfbb0b3bd.md5 new file mode 100644 index 0000000..6b1915b --- /dev/null +++ b/escape-room/godot/imported/template-wall.obj-5026bdaac1bcaaef3e9bad6cfbb0b3bd.md5 @@ -0,0 +1,3 @@ +source_md5="7d6b0018eb3f73dda22b0e2b949f0ffe" +dest_md5="c333b8c1cacf97ad957069f9e641e7e9" + diff --git a/escape-room/godot/imported/template-wall.obj-5026bdaac1bcaaef3e9bad6cfbb0b3bd.mesh b/escape-room/godot/imported/template-wall.obj-5026bdaac1bcaaef3e9bad6cfbb0b3bd.mesh new file mode 100644 index 0000000..4da755c Binary files /dev/null and b/escape-room/godot/imported/template-wall.obj-5026bdaac1bcaaef3e9bad6cfbb0b3bd.mesh differ diff --git a/escape-room/godot/imported/template-wall.png-af5794349d212936c7b7ad53288ccfc9.ctex b/escape-room/godot/imported/template-wall.png-af5794349d212936c7b7ad53288ccfc9.ctex new file mode 100644 index 0000000..c0cb0f7 Binary files /dev/null and b/escape-room/godot/imported/template-wall.png-af5794349d212936c7b7ad53288ccfc9.ctex differ diff --git a/escape-room/godot/imported/template-wall.png-af5794349d212936c7b7ad53288ccfc9.md5 b/escape-room/godot/imported/template-wall.png-af5794349d212936c7b7ad53288ccfc9.md5 new file mode 100644 index 0000000..0eb4408 --- /dev/null +++ b/escape-room/godot/imported/template-wall.png-af5794349d212936c7b7ad53288ccfc9.md5 @@ -0,0 +1,3 @@ +source_md5="1c5f9ebfa3208437824538b5622300b5" +dest_md5="2ae6b5992c68f6026629549198821407" + diff --git a/escape-room/godot/imported/toaster.dae-6ce6ed5d33a41f129b222161fbbfa99a.md5 b/escape-room/godot/imported/toaster.dae-6ce6ed5d33a41f129b222161fbbfa99a.md5 new file mode 100644 index 0000000..4cd7ca3 --- /dev/null +++ b/escape-room/godot/imported/toaster.dae-6ce6ed5d33a41f129b222161fbbfa99a.md5 @@ -0,0 +1,3 @@ +source_md5="627a6cdbb8c6bab021a8b93c8f784797" +dest_md5="0a91639e600c8158eeabaaf0a4808832" + diff --git a/escape-room/godot/imported/toaster.dae-6ce6ed5d33a41f129b222161fbbfa99a.scn b/escape-room/godot/imported/toaster.dae-6ce6ed5d33a41f129b222161fbbfa99a.scn new file mode 100644 index 0000000..1d22dc6 Binary files /dev/null and b/escape-room/godot/imported/toaster.dae-6ce6ed5d33a41f129b222161fbbfa99a.scn differ diff --git a/escape-room/godot/imported/toaster.fbx-5d49e584a582849e3916f772a994b27c.md5 b/escape-room/godot/imported/toaster.fbx-5d49e584a582849e3916f772a994b27c.md5 new file mode 100644 index 0000000..aa88b90 --- /dev/null +++ b/escape-room/godot/imported/toaster.fbx-5d49e584a582849e3916f772a994b27c.md5 @@ -0,0 +1,3 @@ +source_md5="a2d6c255faaefcf230629d3ceff3e7e9" +dest_md5="71347ec9cf6dec3b7a53e58b41bd6e6d" + diff --git a/escape-room/godot/imported/toaster.fbx-5d49e584a582849e3916f772a994b27c.scn b/escape-room/godot/imported/toaster.fbx-5d49e584a582849e3916f772a994b27c.scn new file mode 100644 index 0000000..5087fce Binary files /dev/null and b/escape-room/godot/imported/toaster.fbx-5d49e584a582849e3916f772a994b27c.scn differ diff --git a/escape-room/godot/imported/toaster.glb-13e1a46dc5ad202818f679de85ea7173.md5 b/escape-room/godot/imported/toaster.glb-13e1a46dc5ad202818f679de85ea7173.md5 new file mode 100644 index 0000000..b8437f2 --- /dev/null +++ b/escape-room/godot/imported/toaster.glb-13e1a46dc5ad202818f679de85ea7173.md5 @@ -0,0 +1,3 @@ +source_md5="7b25aa25af40884d679dfcd17a025f55" +dest_md5="c077658bc304faeb4078795480045a36" + diff --git a/escape-room/godot/imported/toaster.glb-13e1a46dc5ad202818f679de85ea7173.scn b/escape-room/godot/imported/toaster.glb-13e1a46dc5ad202818f679de85ea7173.scn new file mode 100644 index 0000000..8a473c2 Binary files /dev/null and b/escape-room/godot/imported/toaster.glb-13e1a46dc5ad202818f679de85ea7173.scn differ diff --git a/escape-room/godot/imported/toaster.obj-b3ad517451980690cf5e5790fa597ad6.md5 b/escape-room/godot/imported/toaster.obj-b3ad517451980690cf5e5790fa597ad6.md5 new file mode 100644 index 0000000..d8b6d1c --- /dev/null +++ b/escape-room/godot/imported/toaster.obj-b3ad517451980690cf5e5790fa597ad6.md5 @@ -0,0 +1,3 @@ +source_md5="6c9e483f738c576195127dc3f15c42eb" +dest_md5="b7c7fe2fcb9c5bcb21632fda78bb31d5" + diff --git a/escape-room/godot/imported/toaster.obj-b3ad517451980690cf5e5790fa597ad6.mesh b/escape-room/godot/imported/toaster.obj-b3ad517451980690cf5e5790fa597ad6.mesh new file mode 100644 index 0000000..5f53470 Binary files /dev/null and b/escape-room/godot/imported/toaster.obj-b3ad517451980690cf5e5790fa597ad6.mesh differ diff --git a/escape-room/godot/imported/toaster.png-8b5aa620bd1301b14867c182f817ff4a.ctex b/escape-room/godot/imported/toaster.png-8b5aa620bd1301b14867c182f817ff4a.ctex new file mode 100644 index 0000000..21caa2f Binary files /dev/null and b/escape-room/godot/imported/toaster.png-8b5aa620bd1301b14867c182f817ff4a.ctex differ diff --git a/escape-room/godot/imported/toaster.png-8b5aa620bd1301b14867c182f817ff4a.md5 b/escape-room/godot/imported/toaster.png-8b5aa620bd1301b14867c182f817ff4a.md5 new file mode 100644 index 0000000..6b488fa --- /dev/null +++ b/escape-room/godot/imported/toaster.png-8b5aa620bd1301b14867c182f817ff4a.md5 @@ -0,0 +1,3 @@ +source_md5="5777410aa0920ea9e72b2eb9dd0d67a3" +dest_md5="6fd4a8371a99bc857f93de1a7c6aa3a9" + diff --git a/escape-room/godot/imported/toaster_NE.png-0cbd5df5937ba73367156fde054fe571.ctex b/escape-room/godot/imported/toaster_NE.png-0cbd5df5937ba73367156fde054fe571.ctex new file mode 100644 index 0000000..25f0c87 Binary files /dev/null and b/escape-room/godot/imported/toaster_NE.png-0cbd5df5937ba73367156fde054fe571.ctex differ diff --git a/escape-room/godot/imported/toaster_NE.png-0cbd5df5937ba73367156fde054fe571.md5 b/escape-room/godot/imported/toaster_NE.png-0cbd5df5937ba73367156fde054fe571.md5 new file mode 100644 index 0000000..d3e76c9 --- /dev/null +++ b/escape-room/godot/imported/toaster_NE.png-0cbd5df5937ba73367156fde054fe571.md5 @@ -0,0 +1,3 @@ +source_md5="0fff167bd9ecb84909354ebb1c66a807" +dest_md5="d3196a1996fa133726c92173d44c0bd2" + diff --git a/escape-room/godot/imported/toaster_NW.png-c76ae1d8bfa53488e2da51a1d4137889.ctex b/escape-room/godot/imported/toaster_NW.png-c76ae1d8bfa53488e2da51a1d4137889.ctex new file mode 100644 index 0000000..25edde0 Binary files /dev/null and b/escape-room/godot/imported/toaster_NW.png-c76ae1d8bfa53488e2da51a1d4137889.ctex differ diff --git a/escape-room/godot/imported/toaster_NW.png-c76ae1d8bfa53488e2da51a1d4137889.md5 b/escape-room/godot/imported/toaster_NW.png-c76ae1d8bfa53488e2da51a1d4137889.md5 new file mode 100644 index 0000000..56f24b5 --- /dev/null +++ b/escape-room/godot/imported/toaster_NW.png-c76ae1d8bfa53488e2da51a1d4137889.md5 @@ -0,0 +1,3 @@ +source_md5="c59b35ee1378cc1cb55826b2c5cf068d" +dest_md5="4a174d742b73c04b30864fbe61971c22" + diff --git a/escape-room/godot/imported/toaster_SE.png-e9755966c5d4b1f1ff160568bb4154e6.ctex b/escape-room/godot/imported/toaster_SE.png-e9755966c5d4b1f1ff160568bb4154e6.ctex new file mode 100644 index 0000000..cd6743a Binary files /dev/null and b/escape-room/godot/imported/toaster_SE.png-e9755966c5d4b1f1ff160568bb4154e6.ctex differ diff --git a/escape-room/godot/imported/toaster_SE.png-e9755966c5d4b1f1ff160568bb4154e6.md5 b/escape-room/godot/imported/toaster_SE.png-e9755966c5d4b1f1ff160568bb4154e6.md5 new file mode 100644 index 0000000..492d21f --- /dev/null +++ b/escape-room/godot/imported/toaster_SE.png-e9755966c5d4b1f1ff160568bb4154e6.md5 @@ -0,0 +1,3 @@ +source_md5="5aad063e05206b484abe06813580e7fa" +dest_md5="c91d29e337cf7cc514482e21f0c373f3" + diff --git a/escape-room/godot/imported/toaster_SW.png-73cf7100fea9447b6a08431f04638865.ctex b/escape-room/godot/imported/toaster_SW.png-73cf7100fea9447b6a08431f04638865.ctex new file mode 100644 index 0000000..1f09ebd Binary files /dev/null and b/escape-room/godot/imported/toaster_SW.png-73cf7100fea9447b6a08431f04638865.ctex differ diff --git a/escape-room/godot/imported/toaster_SW.png-73cf7100fea9447b6a08431f04638865.md5 b/escape-room/godot/imported/toaster_SW.png-73cf7100fea9447b6a08431f04638865.md5 new file mode 100644 index 0000000..9a46fbc --- /dev/null +++ b/escape-room/godot/imported/toaster_SW.png-73cf7100fea9447b6a08431f04638865.md5 @@ -0,0 +1,3 @@ +source_md5="9b97e2e8409043715517ee9577ca3fbd" +dest_md5="28f3bd1cacd13c7cd1eb025b57147613" + diff --git a/escape-room/godot/imported/toilet.dae-2a8a365cc28358c42015f30911287840.md5 b/escape-room/godot/imported/toilet.dae-2a8a365cc28358c42015f30911287840.md5 new file mode 100644 index 0000000..fccfaa4 --- /dev/null +++ b/escape-room/godot/imported/toilet.dae-2a8a365cc28358c42015f30911287840.md5 @@ -0,0 +1,3 @@ +source_md5="80bae02acf791fbbff60ef7cec47f57c" +dest_md5="4b8616595710d47f6dff75f209da46a7" + diff --git a/escape-room/godot/imported/toilet.dae-2a8a365cc28358c42015f30911287840.scn b/escape-room/godot/imported/toilet.dae-2a8a365cc28358c42015f30911287840.scn new file mode 100644 index 0000000..9110dd2 Binary files /dev/null and b/escape-room/godot/imported/toilet.dae-2a8a365cc28358c42015f30911287840.scn differ diff --git a/escape-room/godot/imported/toilet.fbx-9207eeabfc9af570208f863c686665e5.md5 b/escape-room/godot/imported/toilet.fbx-9207eeabfc9af570208f863c686665e5.md5 new file mode 100644 index 0000000..4b5582b --- /dev/null +++ b/escape-room/godot/imported/toilet.fbx-9207eeabfc9af570208f863c686665e5.md5 @@ -0,0 +1,3 @@ +source_md5="c58eb5f660eaef6714908e19b32c3fa8" +dest_md5="5e0271c0d4e5a26c774829db5ddc62c3" + diff --git a/escape-room/godot/imported/toilet.fbx-9207eeabfc9af570208f863c686665e5.scn b/escape-room/godot/imported/toilet.fbx-9207eeabfc9af570208f863c686665e5.scn new file mode 100644 index 0000000..408ccaa Binary files /dev/null and b/escape-room/godot/imported/toilet.fbx-9207eeabfc9af570208f863c686665e5.scn differ diff --git a/escape-room/godot/imported/toilet.glb-10b73f908e6ea796032441a716beb7cb.md5 b/escape-room/godot/imported/toilet.glb-10b73f908e6ea796032441a716beb7cb.md5 new file mode 100644 index 0000000..123dd5a --- /dev/null +++ b/escape-room/godot/imported/toilet.glb-10b73f908e6ea796032441a716beb7cb.md5 @@ -0,0 +1,3 @@ +source_md5="d2236368944c73807d553b5ad42c0fb0" +dest_md5="67f8cfb425e49b4104b6a0ab25478ec6" + diff --git a/escape-room/godot/imported/toilet.glb-10b73f908e6ea796032441a716beb7cb.scn b/escape-room/godot/imported/toilet.glb-10b73f908e6ea796032441a716beb7cb.scn new file mode 100644 index 0000000..5309d7b Binary files /dev/null and b/escape-room/godot/imported/toilet.glb-10b73f908e6ea796032441a716beb7cb.scn differ diff --git a/escape-room/godot/imported/toilet.obj-e9b13f9ae03d13b032969bb47ce413b1.md5 b/escape-room/godot/imported/toilet.obj-e9b13f9ae03d13b032969bb47ce413b1.md5 new file mode 100644 index 0000000..252d94e --- /dev/null +++ b/escape-room/godot/imported/toilet.obj-e9b13f9ae03d13b032969bb47ce413b1.md5 @@ -0,0 +1,3 @@ +source_md5="e4428aef5067423b692974f2dd892930" +dest_md5="16a7d84defa382ce5e93c9118c546fef" + diff --git a/escape-room/godot/imported/toilet.obj-e9b13f9ae03d13b032969bb47ce413b1.mesh b/escape-room/godot/imported/toilet.obj-e9b13f9ae03d13b032969bb47ce413b1.mesh new file mode 100644 index 0000000..dda5664 Binary files /dev/null and b/escape-room/godot/imported/toilet.obj-e9b13f9ae03d13b032969bb47ce413b1.mesh differ diff --git a/escape-room/godot/imported/toilet.png-87bb5e99b5d8de83f280be1aa9a34bc0.ctex b/escape-room/godot/imported/toilet.png-87bb5e99b5d8de83f280be1aa9a34bc0.ctex new file mode 100644 index 0000000..6df5cbf Binary files /dev/null and b/escape-room/godot/imported/toilet.png-87bb5e99b5d8de83f280be1aa9a34bc0.ctex differ diff --git a/escape-room/godot/imported/toilet.png-87bb5e99b5d8de83f280be1aa9a34bc0.md5 b/escape-room/godot/imported/toilet.png-87bb5e99b5d8de83f280be1aa9a34bc0.md5 new file mode 100644 index 0000000..2603b9b --- /dev/null +++ b/escape-room/godot/imported/toilet.png-87bb5e99b5d8de83f280be1aa9a34bc0.md5 @@ -0,0 +1,3 @@ +source_md5="caa06e8f5a1b9bc6bcfbda4026297dba" +dest_md5="c991f2b512bf4b75469efcd0c96fc290" + diff --git a/escape-room/godot/imported/toiletSquare.dae-098fa163e50894b3e46b0586af2ec52e.md5 b/escape-room/godot/imported/toiletSquare.dae-098fa163e50894b3e46b0586af2ec52e.md5 new file mode 100644 index 0000000..8e579c7 --- /dev/null +++ b/escape-room/godot/imported/toiletSquare.dae-098fa163e50894b3e46b0586af2ec52e.md5 @@ -0,0 +1,3 @@ +source_md5="aceb27fcee70ec584ed4ffd61d0bb94f" +dest_md5="47521c0a7a2ef41cfde5e8f1791d11d7" + diff --git a/escape-room/godot/imported/toiletSquare.dae-098fa163e50894b3e46b0586af2ec52e.scn b/escape-room/godot/imported/toiletSquare.dae-098fa163e50894b3e46b0586af2ec52e.scn new file mode 100644 index 0000000..ecd3cfd Binary files /dev/null and b/escape-room/godot/imported/toiletSquare.dae-098fa163e50894b3e46b0586af2ec52e.scn differ diff --git a/escape-room/godot/imported/toiletSquare.fbx-a50e77c6a3fa8e81b2d39a8dab6d13f4.md5 b/escape-room/godot/imported/toiletSquare.fbx-a50e77c6a3fa8e81b2d39a8dab6d13f4.md5 new file mode 100644 index 0000000..351c605 --- /dev/null +++ b/escape-room/godot/imported/toiletSquare.fbx-a50e77c6a3fa8e81b2d39a8dab6d13f4.md5 @@ -0,0 +1,3 @@ +source_md5="997ee9c71e871744ed3718ceb175d911" +dest_md5="dc178a320cc722621a1b1cafea41745b" + diff --git a/escape-room/godot/imported/toiletSquare.fbx-a50e77c6a3fa8e81b2d39a8dab6d13f4.scn b/escape-room/godot/imported/toiletSquare.fbx-a50e77c6a3fa8e81b2d39a8dab6d13f4.scn new file mode 100644 index 0000000..3be12b5 Binary files /dev/null and b/escape-room/godot/imported/toiletSquare.fbx-a50e77c6a3fa8e81b2d39a8dab6d13f4.scn differ diff --git a/escape-room/godot/imported/toiletSquare.glb-33f576dba3b0fb06997c204eeaecfc16.md5 b/escape-room/godot/imported/toiletSquare.glb-33f576dba3b0fb06997c204eeaecfc16.md5 new file mode 100644 index 0000000..e2f4a19 --- /dev/null +++ b/escape-room/godot/imported/toiletSquare.glb-33f576dba3b0fb06997c204eeaecfc16.md5 @@ -0,0 +1,3 @@ +source_md5="a32ee9842cc278bad3afba5d586b4779" +dest_md5="59ad78ba46db14d0a453bab2c4533423" + diff --git a/escape-room/godot/imported/toiletSquare.glb-33f576dba3b0fb06997c204eeaecfc16.scn b/escape-room/godot/imported/toiletSquare.glb-33f576dba3b0fb06997c204eeaecfc16.scn new file mode 100644 index 0000000..4ad8ee9 Binary files /dev/null and b/escape-room/godot/imported/toiletSquare.glb-33f576dba3b0fb06997c204eeaecfc16.scn differ diff --git a/escape-room/godot/imported/toiletSquare.obj-117e853b1f83bd56d300043434f54f91.md5 b/escape-room/godot/imported/toiletSquare.obj-117e853b1f83bd56d300043434f54f91.md5 new file mode 100644 index 0000000..73b9650 --- /dev/null +++ b/escape-room/godot/imported/toiletSquare.obj-117e853b1f83bd56d300043434f54f91.md5 @@ -0,0 +1,3 @@ +source_md5="de1505d5a0203e3d0d3b7ede79e625b8" +dest_md5="2cda1e6626a33f529ba08375e2e1e60e" + diff --git a/escape-room/godot/imported/toiletSquare.obj-117e853b1f83bd56d300043434f54f91.mesh b/escape-room/godot/imported/toiletSquare.obj-117e853b1f83bd56d300043434f54f91.mesh new file mode 100644 index 0000000..2bffb15 Binary files /dev/null and b/escape-room/godot/imported/toiletSquare.obj-117e853b1f83bd56d300043434f54f91.mesh differ diff --git a/escape-room/godot/imported/toiletSquare.png-cca7a46324a25e34094658427f583dab.ctex b/escape-room/godot/imported/toiletSquare.png-cca7a46324a25e34094658427f583dab.ctex new file mode 100644 index 0000000..d110147 Binary files /dev/null and b/escape-room/godot/imported/toiletSquare.png-cca7a46324a25e34094658427f583dab.ctex differ diff --git a/escape-room/godot/imported/toiletSquare.png-cca7a46324a25e34094658427f583dab.md5 b/escape-room/godot/imported/toiletSquare.png-cca7a46324a25e34094658427f583dab.md5 new file mode 100644 index 0000000..45566bd --- /dev/null +++ b/escape-room/godot/imported/toiletSquare.png-cca7a46324a25e34094658427f583dab.md5 @@ -0,0 +1,3 @@ +source_md5="377b0769e48b1929180700803eb1fb3b" +dest_md5="ab722e613ccbb288b82ad2088ce684f0" + diff --git a/escape-room/godot/imported/toiletSquare_NE.png-f50cc6845312e30733e84e5dbb868982.ctex b/escape-room/godot/imported/toiletSquare_NE.png-f50cc6845312e30733e84e5dbb868982.ctex new file mode 100644 index 0000000..019f5da Binary files /dev/null and b/escape-room/godot/imported/toiletSquare_NE.png-f50cc6845312e30733e84e5dbb868982.ctex differ diff --git a/escape-room/godot/imported/toiletSquare_NE.png-f50cc6845312e30733e84e5dbb868982.md5 b/escape-room/godot/imported/toiletSquare_NE.png-f50cc6845312e30733e84e5dbb868982.md5 new file mode 100644 index 0000000..6102063 --- /dev/null +++ b/escape-room/godot/imported/toiletSquare_NE.png-f50cc6845312e30733e84e5dbb868982.md5 @@ -0,0 +1,3 @@ +source_md5="5f976ff5022bb94c347ae53aeeb51df7" +dest_md5="1f27e5ef805b398bdc75a51dd28d6be2" + diff --git a/escape-room/godot/imported/toiletSquare_NW.png-9e393f7978ad1578fb8003dc11d5e2fb.ctex b/escape-room/godot/imported/toiletSquare_NW.png-9e393f7978ad1578fb8003dc11d5e2fb.ctex new file mode 100644 index 0000000..7fbe688 Binary files /dev/null and b/escape-room/godot/imported/toiletSquare_NW.png-9e393f7978ad1578fb8003dc11d5e2fb.ctex differ diff --git a/escape-room/godot/imported/toiletSquare_NW.png-9e393f7978ad1578fb8003dc11d5e2fb.md5 b/escape-room/godot/imported/toiletSquare_NW.png-9e393f7978ad1578fb8003dc11d5e2fb.md5 new file mode 100644 index 0000000..f1ce82b --- /dev/null +++ b/escape-room/godot/imported/toiletSquare_NW.png-9e393f7978ad1578fb8003dc11d5e2fb.md5 @@ -0,0 +1,3 @@ +source_md5="883c8b7d2690d6256206f4c9c8100830" +dest_md5="69a3faa2db959b2a41a07a25be752301" + diff --git a/escape-room/godot/imported/toiletSquare_SE.png-68760dd4ca619c7ca5b1d95682334c6f.ctex b/escape-room/godot/imported/toiletSquare_SE.png-68760dd4ca619c7ca5b1d95682334c6f.ctex new file mode 100644 index 0000000..4febde6 Binary files /dev/null and b/escape-room/godot/imported/toiletSquare_SE.png-68760dd4ca619c7ca5b1d95682334c6f.ctex differ diff --git a/escape-room/godot/imported/toiletSquare_SE.png-68760dd4ca619c7ca5b1d95682334c6f.md5 b/escape-room/godot/imported/toiletSquare_SE.png-68760dd4ca619c7ca5b1d95682334c6f.md5 new file mode 100644 index 0000000..3e86a62 --- /dev/null +++ b/escape-room/godot/imported/toiletSquare_SE.png-68760dd4ca619c7ca5b1d95682334c6f.md5 @@ -0,0 +1,3 @@ +source_md5="a9e54f415af0e34e295c7159e084fcfa" +dest_md5="5af468d28bf9433258001573ac521f46" + diff --git a/escape-room/godot/imported/toiletSquare_SW.png-d4cf84e82b91952fc8ff14598176d6c5.ctex b/escape-room/godot/imported/toiletSquare_SW.png-d4cf84e82b91952fc8ff14598176d6c5.ctex new file mode 100644 index 0000000..680d65d Binary files /dev/null and b/escape-room/godot/imported/toiletSquare_SW.png-d4cf84e82b91952fc8ff14598176d6c5.ctex differ diff --git a/escape-room/godot/imported/toiletSquare_SW.png-d4cf84e82b91952fc8ff14598176d6c5.md5 b/escape-room/godot/imported/toiletSquare_SW.png-d4cf84e82b91952fc8ff14598176d6c5.md5 new file mode 100644 index 0000000..1de67ea --- /dev/null +++ b/escape-room/godot/imported/toiletSquare_SW.png-d4cf84e82b91952fc8ff14598176d6c5.md5 @@ -0,0 +1,3 @@ +source_md5="e1d5800227d248a0b41f6038be9d6150" +dest_md5="b83d6d4acfb8f538e6ccd299f330d291" + diff --git a/escape-room/godot/imported/toilet_NE.png-9599c5d697cf6665b746668e61e70d92.ctex b/escape-room/godot/imported/toilet_NE.png-9599c5d697cf6665b746668e61e70d92.ctex new file mode 100644 index 0000000..121263f Binary files /dev/null and b/escape-room/godot/imported/toilet_NE.png-9599c5d697cf6665b746668e61e70d92.ctex differ diff --git a/escape-room/godot/imported/toilet_NE.png-9599c5d697cf6665b746668e61e70d92.md5 b/escape-room/godot/imported/toilet_NE.png-9599c5d697cf6665b746668e61e70d92.md5 new file mode 100644 index 0000000..464b8cf --- /dev/null +++ b/escape-room/godot/imported/toilet_NE.png-9599c5d697cf6665b746668e61e70d92.md5 @@ -0,0 +1,3 @@ +source_md5="fc322fb8d356f3badb98dac03f1827f0" +dest_md5="126625ce862d864d1c301ef6554fff1c" + diff --git a/escape-room/godot/imported/toilet_NW.png-d806e752f6e635338c4c7cc96de36d3e.ctex b/escape-room/godot/imported/toilet_NW.png-d806e752f6e635338c4c7cc96de36d3e.ctex new file mode 100644 index 0000000..3928d46 Binary files /dev/null and b/escape-room/godot/imported/toilet_NW.png-d806e752f6e635338c4c7cc96de36d3e.ctex differ diff --git a/escape-room/godot/imported/toilet_NW.png-d806e752f6e635338c4c7cc96de36d3e.md5 b/escape-room/godot/imported/toilet_NW.png-d806e752f6e635338c4c7cc96de36d3e.md5 new file mode 100644 index 0000000..100dca7 --- /dev/null +++ b/escape-room/godot/imported/toilet_NW.png-d806e752f6e635338c4c7cc96de36d3e.md5 @@ -0,0 +1,3 @@ +source_md5="17d641bb380e88bdeaa1eb22bfad0476" +dest_md5="a71bfade1cf85df166c25bcf24e077ff" + diff --git a/escape-room/godot/imported/toilet_SE.png-ce7d7965e128369486f66fce59ba1d1f.ctex b/escape-room/godot/imported/toilet_SE.png-ce7d7965e128369486f66fce59ba1d1f.ctex new file mode 100644 index 0000000..d7d41e0 Binary files /dev/null and b/escape-room/godot/imported/toilet_SE.png-ce7d7965e128369486f66fce59ba1d1f.ctex differ diff --git a/escape-room/godot/imported/toilet_SE.png-ce7d7965e128369486f66fce59ba1d1f.md5 b/escape-room/godot/imported/toilet_SE.png-ce7d7965e128369486f66fce59ba1d1f.md5 new file mode 100644 index 0000000..638682c --- /dev/null +++ b/escape-room/godot/imported/toilet_SE.png-ce7d7965e128369486f66fce59ba1d1f.md5 @@ -0,0 +1,3 @@ +source_md5="7f29bfd35bc08f917d0e96f1d63467d1" +dest_md5="bcc87a26c504706fecad7035e76807dd" + diff --git a/escape-room/godot/imported/toilet_SW.png-dee7713359003bc1b67d79fe8d5e88d3.ctex b/escape-room/godot/imported/toilet_SW.png-dee7713359003bc1b67d79fe8d5e88d3.ctex new file mode 100644 index 0000000..65e1e39 Binary files /dev/null and b/escape-room/godot/imported/toilet_SW.png-dee7713359003bc1b67d79fe8d5e88d3.ctex differ diff --git a/escape-room/godot/imported/toilet_SW.png-dee7713359003bc1b67d79fe8d5e88d3.md5 b/escape-room/godot/imported/toilet_SW.png-dee7713359003bc1b67d79fe8d5e88d3.md5 new file mode 100644 index 0000000..c9e7aff --- /dev/null +++ b/escape-room/godot/imported/toilet_SW.png-dee7713359003bc1b67d79fe8d5e88d3.md5 @@ -0,0 +1,3 @@ +source_md5="ecac16af7ab904b2762f13faa05d926c" +dest_md5="45e022d1bd07acbb0163c149d40fa1ae" + diff --git a/escape-room/godot/imported/trashcan.dae-7fcec145ed8b6a46e9535f2a3567b7fd.md5 b/escape-room/godot/imported/trashcan.dae-7fcec145ed8b6a46e9535f2a3567b7fd.md5 new file mode 100644 index 0000000..6633417 --- /dev/null +++ b/escape-room/godot/imported/trashcan.dae-7fcec145ed8b6a46e9535f2a3567b7fd.md5 @@ -0,0 +1,3 @@ +source_md5="d7b27e9d10a87858e783ebcc2c4a8020" +dest_md5="2ac3b1338ff3490bfe53603e072dda8e" + diff --git a/escape-room/godot/imported/trashcan.dae-7fcec145ed8b6a46e9535f2a3567b7fd.scn b/escape-room/godot/imported/trashcan.dae-7fcec145ed8b6a46e9535f2a3567b7fd.scn new file mode 100644 index 0000000..2737167 Binary files /dev/null and b/escape-room/godot/imported/trashcan.dae-7fcec145ed8b6a46e9535f2a3567b7fd.scn differ diff --git a/escape-room/godot/imported/trashcan.fbx-c29e1612dae594ff11c682cb8b9363bb.md5 b/escape-room/godot/imported/trashcan.fbx-c29e1612dae594ff11c682cb8b9363bb.md5 new file mode 100644 index 0000000..cee850d --- /dev/null +++ b/escape-room/godot/imported/trashcan.fbx-c29e1612dae594ff11c682cb8b9363bb.md5 @@ -0,0 +1,3 @@ +source_md5="a69550481fd763f052285e18917c2717" +dest_md5="7d1e48e2e5f36e41dcf830a6bd2833d3" + diff --git a/escape-room/godot/imported/trashcan.fbx-c29e1612dae594ff11c682cb8b9363bb.scn b/escape-room/godot/imported/trashcan.fbx-c29e1612dae594ff11c682cb8b9363bb.scn new file mode 100644 index 0000000..72bf957 Binary files /dev/null and b/escape-room/godot/imported/trashcan.fbx-c29e1612dae594ff11c682cb8b9363bb.scn differ diff --git a/escape-room/godot/imported/trashcan.glb-f2664dfe33298d2d4c67a105039c3a8f.md5 b/escape-room/godot/imported/trashcan.glb-f2664dfe33298d2d4c67a105039c3a8f.md5 new file mode 100644 index 0000000..27a0b5c --- /dev/null +++ b/escape-room/godot/imported/trashcan.glb-f2664dfe33298d2d4c67a105039c3a8f.md5 @@ -0,0 +1,3 @@ +source_md5="6a34bd0502f8aa797f870973e5d2053e" +dest_md5="a50ac779d794fa7f31243ca98b25a2a4" + diff --git a/escape-room/godot/imported/trashcan.glb-f2664dfe33298d2d4c67a105039c3a8f.scn b/escape-room/godot/imported/trashcan.glb-f2664dfe33298d2d4c67a105039c3a8f.scn new file mode 100644 index 0000000..0bfc1c9 Binary files /dev/null and b/escape-room/godot/imported/trashcan.glb-f2664dfe33298d2d4c67a105039c3a8f.scn differ diff --git a/escape-room/godot/imported/trashcan.obj-74110294bd4651dd6e4a369baea69f9e.md5 b/escape-room/godot/imported/trashcan.obj-74110294bd4651dd6e4a369baea69f9e.md5 new file mode 100644 index 0000000..df634ec --- /dev/null +++ b/escape-room/godot/imported/trashcan.obj-74110294bd4651dd6e4a369baea69f9e.md5 @@ -0,0 +1,3 @@ +source_md5="09002ec6bcfc0a990dd5e04ea49564fc" +dest_md5="53e42c5483fc044a959922f295286e7f" + diff --git a/escape-room/godot/imported/trashcan.obj-74110294bd4651dd6e4a369baea69f9e.mesh b/escape-room/godot/imported/trashcan.obj-74110294bd4651dd6e4a369baea69f9e.mesh new file mode 100644 index 0000000..18d58a4 Binary files /dev/null and b/escape-room/godot/imported/trashcan.obj-74110294bd4651dd6e4a369baea69f9e.mesh differ diff --git a/escape-room/godot/imported/trashcan.png-85e3ce6f7e320cdba1db5af8d89cabe7.ctex b/escape-room/godot/imported/trashcan.png-85e3ce6f7e320cdba1db5af8d89cabe7.ctex new file mode 100644 index 0000000..07519b4 Binary files /dev/null and b/escape-room/godot/imported/trashcan.png-85e3ce6f7e320cdba1db5af8d89cabe7.ctex differ diff --git a/escape-room/godot/imported/trashcan.png-85e3ce6f7e320cdba1db5af8d89cabe7.md5 b/escape-room/godot/imported/trashcan.png-85e3ce6f7e320cdba1db5af8d89cabe7.md5 new file mode 100644 index 0000000..e2eb821 --- /dev/null +++ b/escape-room/godot/imported/trashcan.png-85e3ce6f7e320cdba1db5af8d89cabe7.md5 @@ -0,0 +1,3 @@ +source_md5="7c0c94b9fafe1064266cee847d9f2379" +dest_md5="93354847c470b67acd543a0ca486f633" + diff --git a/escape-room/godot/imported/trashcan_NE.png-2564eb340860cac3de397e1473bffa7f.ctex b/escape-room/godot/imported/trashcan_NE.png-2564eb340860cac3de397e1473bffa7f.ctex new file mode 100644 index 0000000..5214bf8 Binary files /dev/null and b/escape-room/godot/imported/trashcan_NE.png-2564eb340860cac3de397e1473bffa7f.ctex differ diff --git a/escape-room/godot/imported/trashcan_NE.png-2564eb340860cac3de397e1473bffa7f.md5 b/escape-room/godot/imported/trashcan_NE.png-2564eb340860cac3de397e1473bffa7f.md5 new file mode 100644 index 0000000..2d17a27 --- /dev/null +++ b/escape-room/godot/imported/trashcan_NE.png-2564eb340860cac3de397e1473bffa7f.md5 @@ -0,0 +1,3 @@ +source_md5="3c5e2726f372f284093f499f3bb79b5b" +dest_md5="a3a9cbd0e057e3b15e4718bba9e20c1d" + diff --git a/escape-room/godot/imported/trashcan_NW.png-6e733be3af56f144281cc865f17342d4.ctex b/escape-room/godot/imported/trashcan_NW.png-6e733be3af56f144281cc865f17342d4.ctex new file mode 100644 index 0000000..d9280d3 Binary files /dev/null and b/escape-room/godot/imported/trashcan_NW.png-6e733be3af56f144281cc865f17342d4.ctex differ diff --git a/escape-room/godot/imported/trashcan_NW.png-6e733be3af56f144281cc865f17342d4.md5 b/escape-room/godot/imported/trashcan_NW.png-6e733be3af56f144281cc865f17342d4.md5 new file mode 100644 index 0000000..f298872 --- /dev/null +++ b/escape-room/godot/imported/trashcan_NW.png-6e733be3af56f144281cc865f17342d4.md5 @@ -0,0 +1,3 @@ +source_md5="a65ce759d2afd3e5cf1ad93d9caaaaba" +dest_md5="52572e7b77084106899f92e7b8734ca0" + diff --git a/escape-room/godot/imported/trashcan_SE.png-de4c1f56b4d39a6568bee62ca036f00e.ctex b/escape-room/godot/imported/trashcan_SE.png-de4c1f56b4d39a6568bee62ca036f00e.ctex new file mode 100644 index 0000000..f107240 Binary files /dev/null and b/escape-room/godot/imported/trashcan_SE.png-de4c1f56b4d39a6568bee62ca036f00e.ctex differ diff --git a/escape-room/godot/imported/trashcan_SE.png-de4c1f56b4d39a6568bee62ca036f00e.md5 b/escape-room/godot/imported/trashcan_SE.png-de4c1f56b4d39a6568bee62ca036f00e.md5 new file mode 100644 index 0000000..63dfe47 --- /dev/null +++ b/escape-room/godot/imported/trashcan_SE.png-de4c1f56b4d39a6568bee62ca036f00e.md5 @@ -0,0 +1,3 @@ +source_md5="9b3f0b38da81cf1edd1a812fe189c249" +dest_md5="8a9f52f0fca17ae73118aae67dc176ef" + diff --git a/escape-room/godot/imported/trashcan_SW.png-20f75dc8be20c9a01e09d7e4f43044d3.ctex b/escape-room/godot/imported/trashcan_SW.png-20f75dc8be20c9a01e09d7e4f43044d3.ctex new file mode 100644 index 0000000..8a7454a Binary files /dev/null and b/escape-room/godot/imported/trashcan_SW.png-20f75dc8be20c9a01e09d7e4f43044d3.ctex differ diff --git a/escape-room/godot/imported/trashcan_SW.png-20f75dc8be20c9a01e09d7e4f43044d3.md5 b/escape-room/godot/imported/trashcan_SW.png-20f75dc8be20c9a01e09d7e4f43044d3.md5 new file mode 100644 index 0000000..8c7d5c9 --- /dev/null +++ b/escape-room/godot/imported/trashcan_SW.png-20f75dc8be20c9a01e09d7e4f43044d3.md5 @@ -0,0 +1,3 @@ +source_md5="3fedb6e6a163bdab38fdbda46d1e8dd7" +dest_md5="e0485be09ffcd1fa6ff29c3895a49f44" + diff --git a/escape-room/godot/imported/wall.dae-0c4cb3f0e86d1e40982f77ba3e188202.md5 b/escape-room/godot/imported/wall.dae-0c4cb3f0e86d1e40982f77ba3e188202.md5 new file mode 100644 index 0000000..ba3780b --- /dev/null +++ b/escape-room/godot/imported/wall.dae-0c4cb3f0e86d1e40982f77ba3e188202.md5 @@ -0,0 +1,3 @@ +source_md5="bfd1f87c57f170ab1b67cada35c48c5b" +dest_md5="0a45fbb178a3c27c2b032d5bd055fce6" + diff --git a/escape-room/godot/imported/wall.dae-0c4cb3f0e86d1e40982f77ba3e188202.scn b/escape-room/godot/imported/wall.dae-0c4cb3f0e86d1e40982f77ba3e188202.scn new file mode 100644 index 0000000..64a2f7d Binary files /dev/null and b/escape-room/godot/imported/wall.dae-0c4cb3f0e86d1e40982f77ba3e188202.scn differ diff --git a/escape-room/godot/imported/wall.fbx-7b55b0c8e53e8fd2669b76fda1a708ef.md5 b/escape-room/godot/imported/wall.fbx-7b55b0c8e53e8fd2669b76fda1a708ef.md5 new file mode 100644 index 0000000..c757922 --- /dev/null +++ b/escape-room/godot/imported/wall.fbx-7b55b0c8e53e8fd2669b76fda1a708ef.md5 @@ -0,0 +1,3 @@ +source_md5="55e81e15b67f403ef3a7649275a3577d" +dest_md5="6222d4698de57adcc7a8b68987b0718a" + diff --git a/escape-room/godot/imported/wall.fbx-7b55b0c8e53e8fd2669b76fda1a708ef.scn b/escape-room/godot/imported/wall.fbx-7b55b0c8e53e8fd2669b76fda1a708ef.scn new file mode 100644 index 0000000..c2aa89f Binary files /dev/null and b/escape-room/godot/imported/wall.fbx-7b55b0c8e53e8fd2669b76fda1a708ef.scn differ diff --git a/escape-room/godot/imported/wall.glb-65173597abe3a345aa74424e7e71a272.md5 b/escape-room/godot/imported/wall.glb-65173597abe3a345aa74424e7e71a272.md5 new file mode 100644 index 0000000..69bb6d5 --- /dev/null +++ b/escape-room/godot/imported/wall.glb-65173597abe3a345aa74424e7e71a272.md5 @@ -0,0 +1,3 @@ +source_md5="dffaac29764cf9c9366b33d591303f3b" +dest_md5="9a32076d0601fb8d5ff7545218531414" + diff --git a/escape-room/godot/imported/wall.glb-65173597abe3a345aa74424e7e71a272.scn b/escape-room/godot/imported/wall.glb-65173597abe3a345aa74424e7e71a272.scn new file mode 100644 index 0000000..801a12f Binary files /dev/null and b/escape-room/godot/imported/wall.glb-65173597abe3a345aa74424e7e71a272.scn differ diff --git a/escape-room/godot/imported/wall.obj-de4e7cf48586476a440cca4e714228ef.md5 b/escape-room/godot/imported/wall.obj-de4e7cf48586476a440cca4e714228ef.md5 new file mode 100644 index 0000000..9976e1a --- /dev/null +++ b/escape-room/godot/imported/wall.obj-de4e7cf48586476a440cca4e714228ef.md5 @@ -0,0 +1,3 @@ +source_md5="567b0af827cc204b6c6d2ba6c79fc906" +dest_md5="ba62b02f89d5994dd91c041d60929567" + diff --git a/escape-room/godot/imported/wall.obj-de4e7cf48586476a440cca4e714228ef.mesh b/escape-room/godot/imported/wall.obj-de4e7cf48586476a440cca4e714228ef.mesh new file mode 100644 index 0000000..8863d04 Binary files /dev/null and b/escape-room/godot/imported/wall.obj-de4e7cf48586476a440cca4e714228ef.mesh differ diff --git a/escape-room/godot/imported/wall.png-813355f5884b15e6c8df60833f585f01.ctex b/escape-room/godot/imported/wall.png-813355f5884b15e6c8df60833f585f01.ctex new file mode 100644 index 0000000..4036db8 Binary files /dev/null and b/escape-room/godot/imported/wall.png-813355f5884b15e6c8df60833f585f01.ctex differ diff --git a/escape-room/godot/imported/wall.png-813355f5884b15e6c8df60833f585f01.md5 b/escape-room/godot/imported/wall.png-813355f5884b15e6c8df60833f585f01.md5 new file mode 100644 index 0000000..782ff86 --- /dev/null +++ b/escape-room/godot/imported/wall.png-813355f5884b15e6c8df60833f585f01.md5 @@ -0,0 +1,3 @@ +source_md5="1a4201f721df0f469d8131587e844848" +dest_md5="9339255b3885f344087ec9c0040fd85c" + diff --git a/escape-room/godot/imported/wallCorner.dae-c1d402b311ee881306a1a593fe75b1ff.md5 b/escape-room/godot/imported/wallCorner.dae-c1d402b311ee881306a1a593fe75b1ff.md5 new file mode 100644 index 0000000..b824f65 --- /dev/null +++ b/escape-room/godot/imported/wallCorner.dae-c1d402b311ee881306a1a593fe75b1ff.md5 @@ -0,0 +1,3 @@ +source_md5="107a521e8d880c4627dcdae563080aad" +dest_md5="928517cb2b086ca4ae4604d5dd5cee1d" + diff --git a/escape-room/godot/imported/wallCorner.dae-c1d402b311ee881306a1a593fe75b1ff.scn b/escape-room/godot/imported/wallCorner.dae-c1d402b311ee881306a1a593fe75b1ff.scn new file mode 100644 index 0000000..7919955 Binary files /dev/null and b/escape-room/godot/imported/wallCorner.dae-c1d402b311ee881306a1a593fe75b1ff.scn differ diff --git a/escape-room/godot/imported/wallCorner.fbx-f8ca0583af4532afbb94a19a0695213b.md5 b/escape-room/godot/imported/wallCorner.fbx-f8ca0583af4532afbb94a19a0695213b.md5 new file mode 100644 index 0000000..bb59f3b --- /dev/null +++ b/escape-room/godot/imported/wallCorner.fbx-f8ca0583af4532afbb94a19a0695213b.md5 @@ -0,0 +1,3 @@ +source_md5="d13f55201d5c605527b2e5a9151b74a2" +dest_md5="1f24eeb0330930d57af26b2d45f4cb7b" + diff --git a/escape-room/godot/imported/wallCorner.fbx-f8ca0583af4532afbb94a19a0695213b.scn b/escape-room/godot/imported/wallCorner.fbx-f8ca0583af4532afbb94a19a0695213b.scn new file mode 100644 index 0000000..b200515 Binary files /dev/null and b/escape-room/godot/imported/wallCorner.fbx-f8ca0583af4532afbb94a19a0695213b.scn differ diff --git a/escape-room/godot/imported/wallCorner.glb-8e83b8919f6d0c55316d4e67da9a8849.md5 b/escape-room/godot/imported/wallCorner.glb-8e83b8919f6d0c55316d4e67da9a8849.md5 new file mode 100644 index 0000000..62a7caf --- /dev/null +++ b/escape-room/godot/imported/wallCorner.glb-8e83b8919f6d0c55316d4e67da9a8849.md5 @@ -0,0 +1,3 @@ +source_md5="3cfbae867d04fe430c2f922143c0bc76" +dest_md5="dab1e8e023a361abcc0575180e16549b" + diff --git a/escape-room/godot/imported/wallCorner.glb-8e83b8919f6d0c55316d4e67da9a8849.scn b/escape-room/godot/imported/wallCorner.glb-8e83b8919f6d0c55316d4e67da9a8849.scn new file mode 100644 index 0000000..b36a0c1 Binary files /dev/null and b/escape-room/godot/imported/wallCorner.glb-8e83b8919f6d0c55316d4e67da9a8849.scn differ diff --git a/escape-room/godot/imported/wallCorner.obj-4500c6a58dc9baf63fb0317126e623cb.md5 b/escape-room/godot/imported/wallCorner.obj-4500c6a58dc9baf63fb0317126e623cb.md5 new file mode 100644 index 0000000..40a64ee --- /dev/null +++ b/escape-room/godot/imported/wallCorner.obj-4500c6a58dc9baf63fb0317126e623cb.md5 @@ -0,0 +1,3 @@ +source_md5="6aac2c5b01bdcacec4344a3814e0e955" +dest_md5="1218533b7b64bcf47dbf10a153775bc4" + diff --git a/escape-room/godot/imported/wallCorner.obj-4500c6a58dc9baf63fb0317126e623cb.mesh b/escape-room/godot/imported/wallCorner.obj-4500c6a58dc9baf63fb0317126e623cb.mesh new file mode 100644 index 0000000..28985c0 Binary files /dev/null and b/escape-room/godot/imported/wallCorner.obj-4500c6a58dc9baf63fb0317126e623cb.mesh differ diff --git a/escape-room/godot/imported/wallCorner.png-55e4669d94c1774c4df8a4266e9534a7.ctex b/escape-room/godot/imported/wallCorner.png-55e4669d94c1774c4df8a4266e9534a7.ctex new file mode 100644 index 0000000..86067aa Binary files /dev/null and b/escape-room/godot/imported/wallCorner.png-55e4669d94c1774c4df8a4266e9534a7.ctex differ diff --git a/escape-room/godot/imported/wallCorner.png-55e4669d94c1774c4df8a4266e9534a7.md5 b/escape-room/godot/imported/wallCorner.png-55e4669d94c1774c4df8a4266e9534a7.md5 new file mode 100644 index 0000000..a13ec51 --- /dev/null +++ b/escape-room/godot/imported/wallCorner.png-55e4669d94c1774c4df8a4266e9534a7.md5 @@ -0,0 +1,3 @@ +source_md5="1628737063ec196be446babafa9fa8d1" +dest_md5="fd7de159d7eb49d859d88603ba38faea" + diff --git a/escape-room/godot/imported/wallCornerRond.dae-8e656d675a128c8b42f5922dac286438.md5 b/escape-room/godot/imported/wallCornerRond.dae-8e656d675a128c8b42f5922dac286438.md5 new file mode 100644 index 0000000..bd1dc85 --- /dev/null +++ b/escape-room/godot/imported/wallCornerRond.dae-8e656d675a128c8b42f5922dac286438.md5 @@ -0,0 +1,3 @@ +source_md5="542208d51e098a3902b1731b9b825d41" +dest_md5="cc25f7d14949712fcdd47f5806e2b2fd" + diff --git a/escape-room/godot/imported/wallCornerRond.dae-8e656d675a128c8b42f5922dac286438.scn b/escape-room/godot/imported/wallCornerRond.dae-8e656d675a128c8b42f5922dac286438.scn new file mode 100644 index 0000000..826b40e Binary files /dev/null and b/escape-room/godot/imported/wallCornerRond.dae-8e656d675a128c8b42f5922dac286438.scn differ diff --git a/escape-room/godot/imported/wallCornerRond.fbx-3665f4410dbfb6c1bc65785977f58484.md5 b/escape-room/godot/imported/wallCornerRond.fbx-3665f4410dbfb6c1bc65785977f58484.md5 new file mode 100644 index 0000000..265fa18 --- /dev/null +++ b/escape-room/godot/imported/wallCornerRond.fbx-3665f4410dbfb6c1bc65785977f58484.md5 @@ -0,0 +1,3 @@ +source_md5="063ea178eb58c75f0b6bc3d8843982cf" +dest_md5="6794e79e97b48528d0182f3d412699bc" + diff --git a/escape-room/godot/imported/wallCornerRond.fbx-3665f4410dbfb6c1bc65785977f58484.scn b/escape-room/godot/imported/wallCornerRond.fbx-3665f4410dbfb6c1bc65785977f58484.scn new file mode 100644 index 0000000..1bd378a Binary files /dev/null and b/escape-room/godot/imported/wallCornerRond.fbx-3665f4410dbfb6c1bc65785977f58484.scn differ diff --git a/escape-room/godot/imported/wallCornerRond.glb-e70821d88df9c57038c512773467c5ee.md5 b/escape-room/godot/imported/wallCornerRond.glb-e70821d88df9c57038c512773467c5ee.md5 new file mode 100644 index 0000000..a4b1680 --- /dev/null +++ b/escape-room/godot/imported/wallCornerRond.glb-e70821d88df9c57038c512773467c5ee.md5 @@ -0,0 +1,3 @@ +source_md5="8658540f1688c4124471fd2ca1be5686" +dest_md5="89d687104979ffd9816527821359ca48" + diff --git a/escape-room/godot/imported/wallCornerRond.glb-e70821d88df9c57038c512773467c5ee.scn b/escape-room/godot/imported/wallCornerRond.glb-e70821d88df9c57038c512773467c5ee.scn new file mode 100644 index 0000000..261ff6e Binary files /dev/null and b/escape-room/godot/imported/wallCornerRond.glb-e70821d88df9c57038c512773467c5ee.scn differ diff --git a/escape-room/godot/imported/wallCornerRond.obj-9d1f16294e79cf6e0380d9d3411a0006.md5 b/escape-room/godot/imported/wallCornerRond.obj-9d1f16294e79cf6e0380d9d3411a0006.md5 new file mode 100644 index 0000000..de84b6e --- /dev/null +++ b/escape-room/godot/imported/wallCornerRond.obj-9d1f16294e79cf6e0380d9d3411a0006.md5 @@ -0,0 +1,3 @@ +source_md5="c0ee13352a5746d1fdba4f553e1cb708" +dest_md5="f01b332d65c5a064fca57b4552fe845a" + diff --git a/escape-room/godot/imported/wallCornerRond.obj-9d1f16294e79cf6e0380d9d3411a0006.mesh b/escape-room/godot/imported/wallCornerRond.obj-9d1f16294e79cf6e0380d9d3411a0006.mesh new file mode 100644 index 0000000..8a4fe82 Binary files /dev/null and b/escape-room/godot/imported/wallCornerRond.obj-9d1f16294e79cf6e0380d9d3411a0006.mesh differ diff --git a/escape-room/godot/imported/wallCornerRond.png-116e8a708861dd387819772c60e93cb8.ctex b/escape-room/godot/imported/wallCornerRond.png-116e8a708861dd387819772c60e93cb8.ctex new file mode 100644 index 0000000..ba8c826 Binary files /dev/null and b/escape-room/godot/imported/wallCornerRond.png-116e8a708861dd387819772c60e93cb8.ctex differ diff --git a/escape-room/godot/imported/wallCornerRond.png-116e8a708861dd387819772c60e93cb8.md5 b/escape-room/godot/imported/wallCornerRond.png-116e8a708861dd387819772c60e93cb8.md5 new file mode 100644 index 0000000..02794a1 --- /dev/null +++ b/escape-room/godot/imported/wallCornerRond.png-116e8a708861dd387819772c60e93cb8.md5 @@ -0,0 +1,3 @@ +source_md5="ebaa6b15425872a5791700c113329bfc" +dest_md5="22529bff53a2502c7259fdb39f63963c" + diff --git a/escape-room/godot/imported/wallCornerRond_NE.png-305949f7e9e42740275d30935c452074.ctex b/escape-room/godot/imported/wallCornerRond_NE.png-305949f7e9e42740275d30935c452074.ctex new file mode 100644 index 0000000..0428ba9 Binary files /dev/null and b/escape-room/godot/imported/wallCornerRond_NE.png-305949f7e9e42740275d30935c452074.ctex differ diff --git a/escape-room/godot/imported/wallCornerRond_NE.png-305949f7e9e42740275d30935c452074.md5 b/escape-room/godot/imported/wallCornerRond_NE.png-305949f7e9e42740275d30935c452074.md5 new file mode 100644 index 0000000..9ceec0f --- /dev/null +++ b/escape-room/godot/imported/wallCornerRond_NE.png-305949f7e9e42740275d30935c452074.md5 @@ -0,0 +1,3 @@ +source_md5="a0779d3b88b9dc0a659a96094a59e416" +dest_md5="17a0aeb21646fe1b4c5db1bd7f1d8bb3" + diff --git a/escape-room/godot/imported/wallCornerRond_NW.png-fa6ed9e3160210d1cb7adefc7999bb98.ctex b/escape-room/godot/imported/wallCornerRond_NW.png-fa6ed9e3160210d1cb7adefc7999bb98.ctex new file mode 100644 index 0000000..016d07f Binary files /dev/null and b/escape-room/godot/imported/wallCornerRond_NW.png-fa6ed9e3160210d1cb7adefc7999bb98.ctex differ diff --git a/escape-room/godot/imported/wallCornerRond_NW.png-fa6ed9e3160210d1cb7adefc7999bb98.md5 b/escape-room/godot/imported/wallCornerRond_NW.png-fa6ed9e3160210d1cb7adefc7999bb98.md5 new file mode 100644 index 0000000..15e5885 --- /dev/null +++ b/escape-room/godot/imported/wallCornerRond_NW.png-fa6ed9e3160210d1cb7adefc7999bb98.md5 @@ -0,0 +1,3 @@ +source_md5="f993b2a227c1da6bef40b7d547c3d4c5" +dest_md5="91506a78c0fdcafd1abf11b9698637d9" + diff --git a/escape-room/godot/imported/wallCornerRond_SE.png-5ee963accefc3a284cf12151679509d6.ctex b/escape-room/godot/imported/wallCornerRond_SE.png-5ee963accefc3a284cf12151679509d6.ctex new file mode 100644 index 0000000..b3b0bdf Binary files /dev/null and b/escape-room/godot/imported/wallCornerRond_SE.png-5ee963accefc3a284cf12151679509d6.ctex differ diff --git a/escape-room/godot/imported/wallCornerRond_SE.png-5ee963accefc3a284cf12151679509d6.md5 b/escape-room/godot/imported/wallCornerRond_SE.png-5ee963accefc3a284cf12151679509d6.md5 new file mode 100644 index 0000000..ea4dff8 --- /dev/null +++ b/escape-room/godot/imported/wallCornerRond_SE.png-5ee963accefc3a284cf12151679509d6.md5 @@ -0,0 +1,3 @@ +source_md5="c7b52852fc64b4cf179c227c7ac8a80e" +dest_md5="4979c86f3dadf17325ed43ca2e393b53" + diff --git a/escape-room/godot/imported/wallCornerRond_SW.png-c8109f36a00a921b851820ca2aaf3107.ctex b/escape-room/godot/imported/wallCornerRond_SW.png-c8109f36a00a921b851820ca2aaf3107.ctex new file mode 100644 index 0000000..6f5be90 Binary files /dev/null and b/escape-room/godot/imported/wallCornerRond_SW.png-c8109f36a00a921b851820ca2aaf3107.ctex differ diff --git a/escape-room/godot/imported/wallCornerRond_SW.png-c8109f36a00a921b851820ca2aaf3107.md5 b/escape-room/godot/imported/wallCornerRond_SW.png-c8109f36a00a921b851820ca2aaf3107.md5 new file mode 100644 index 0000000..bde1ee0 --- /dev/null +++ b/escape-room/godot/imported/wallCornerRond_SW.png-c8109f36a00a921b851820ca2aaf3107.md5 @@ -0,0 +1,3 @@ +source_md5="d91dc16d2015fc933ea1523efb0e808e" +dest_md5="7232b63458125b5ea534ffd593e9798b" + diff --git a/escape-room/godot/imported/wallCorner_NE.png-5ead0aee2629ababe95fdebc6970e8f5.ctex b/escape-room/godot/imported/wallCorner_NE.png-5ead0aee2629ababe95fdebc6970e8f5.ctex new file mode 100644 index 0000000..6e4f325 Binary files /dev/null and b/escape-room/godot/imported/wallCorner_NE.png-5ead0aee2629ababe95fdebc6970e8f5.ctex differ diff --git a/escape-room/godot/imported/wallCorner_NE.png-5ead0aee2629ababe95fdebc6970e8f5.md5 b/escape-room/godot/imported/wallCorner_NE.png-5ead0aee2629ababe95fdebc6970e8f5.md5 new file mode 100644 index 0000000..71584b9 --- /dev/null +++ b/escape-room/godot/imported/wallCorner_NE.png-5ead0aee2629ababe95fdebc6970e8f5.md5 @@ -0,0 +1,3 @@ +source_md5="3a5d74ade418deb5b2d452fab2f8e22b" +dest_md5="de1006187d8ebea856445b9fd8739aaa" + diff --git a/escape-room/godot/imported/wallCorner_NW.png-27d5a489f87cb4691abfd5187b820942.ctex b/escape-room/godot/imported/wallCorner_NW.png-27d5a489f87cb4691abfd5187b820942.ctex new file mode 100644 index 0000000..099b4e1 Binary files /dev/null and b/escape-room/godot/imported/wallCorner_NW.png-27d5a489f87cb4691abfd5187b820942.ctex differ diff --git a/escape-room/godot/imported/wallCorner_NW.png-27d5a489f87cb4691abfd5187b820942.md5 b/escape-room/godot/imported/wallCorner_NW.png-27d5a489f87cb4691abfd5187b820942.md5 new file mode 100644 index 0000000..c1cc971 --- /dev/null +++ b/escape-room/godot/imported/wallCorner_NW.png-27d5a489f87cb4691abfd5187b820942.md5 @@ -0,0 +1,3 @@ +source_md5="6d8430561db0bd5f82d979ab3f86e56b" +dest_md5="3581876db5e40418ffe90c37d48112a1" + diff --git a/escape-room/godot/imported/wallCorner_SE.png-f63828ccca535c0795ce583b0d8886ef.ctex b/escape-room/godot/imported/wallCorner_SE.png-f63828ccca535c0795ce583b0d8886ef.ctex new file mode 100644 index 0000000..8022b80 Binary files /dev/null and b/escape-room/godot/imported/wallCorner_SE.png-f63828ccca535c0795ce583b0d8886ef.ctex differ diff --git a/escape-room/godot/imported/wallCorner_SE.png-f63828ccca535c0795ce583b0d8886ef.md5 b/escape-room/godot/imported/wallCorner_SE.png-f63828ccca535c0795ce583b0d8886ef.md5 new file mode 100644 index 0000000..145512c --- /dev/null +++ b/escape-room/godot/imported/wallCorner_SE.png-f63828ccca535c0795ce583b0d8886ef.md5 @@ -0,0 +1,3 @@ +source_md5="5f36d13da08ed6053d2fa982e93a1a0b" +dest_md5="1e0ad2b7e95f129c3a4ed65a2dfdd384" + diff --git a/escape-room/godot/imported/wallCorner_SW.png-119e8690c52b458f47ce7765a672f441.ctex b/escape-room/godot/imported/wallCorner_SW.png-119e8690c52b458f47ce7765a672f441.ctex new file mode 100644 index 0000000..35b46f3 Binary files /dev/null and b/escape-room/godot/imported/wallCorner_SW.png-119e8690c52b458f47ce7765a672f441.ctex differ diff --git a/escape-room/godot/imported/wallCorner_SW.png-119e8690c52b458f47ce7765a672f441.md5 b/escape-room/godot/imported/wallCorner_SW.png-119e8690c52b458f47ce7765a672f441.md5 new file mode 100644 index 0000000..96fd04f --- /dev/null +++ b/escape-room/godot/imported/wallCorner_SW.png-119e8690c52b458f47ce7765a672f441.md5 @@ -0,0 +1,3 @@ +source_md5="b19bc4e457284488b19fd28a415a3191" +dest_md5="c1fdb452946376f44b266527be8659f8" + diff --git a/escape-room/godot/imported/wallDoorway.dae-41382f248d6102828769eda8f683ae07.md5 b/escape-room/godot/imported/wallDoorway.dae-41382f248d6102828769eda8f683ae07.md5 new file mode 100644 index 0000000..8ee2753 --- /dev/null +++ b/escape-room/godot/imported/wallDoorway.dae-41382f248d6102828769eda8f683ae07.md5 @@ -0,0 +1,3 @@ +source_md5="e438d4fe04e8a3af41a1f7f1d806eb73" +dest_md5="bee129cee2881d4fe05277b7d737ce69" + diff --git a/escape-room/godot/imported/wallDoorway.dae-41382f248d6102828769eda8f683ae07.scn b/escape-room/godot/imported/wallDoorway.dae-41382f248d6102828769eda8f683ae07.scn new file mode 100644 index 0000000..4a1b345 Binary files /dev/null and b/escape-room/godot/imported/wallDoorway.dae-41382f248d6102828769eda8f683ae07.scn differ diff --git a/escape-room/godot/imported/wallDoorway.fbx-89e5addfef9bd19dff2036b3755b8bee.md5 b/escape-room/godot/imported/wallDoorway.fbx-89e5addfef9bd19dff2036b3755b8bee.md5 new file mode 100644 index 0000000..ff6ee4a --- /dev/null +++ b/escape-room/godot/imported/wallDoorway.fbx-89e5addfef9bd19dff2036b3755b8bee.md5 @@ -0,0 +1,3 @@ +source_md5="0a656319dd19cd47b261f28f5b3473e7" +dest_md5="0ced18f51451b7cff13ccf076475da9c" + diff --git a/escape-room/godot/imported/wallDoorway.fbx-89e5addfef9bd19dff2036b3755b8bee.scn b/escape-room/godot/imported/wallDoorway.fbx-89e5addfef9bd19dff2036b3755b8bee.scn new file mode 100644 index 0000000..bdeb7b2 Binary files /dev/null and b/escape-room/godot/imported/wallDoorway.fbx-89e5addfef9bd19dff2036b3755b8bee.scn differ diff --git a/escape-room/godot/imported/wallDoorway.glb-7303ce0e766975dda1c2632da5b64f18.md5 b/escape-room/godot/imported/wallDoorway.glb-7303ce0e766975dda1c2632da5b64f18.md5 new file mode 100644 index 0000000..51c6951 --- /dev/null +++ b/escape-room/godot/imported/wallDoorway.glb-7303ce0e766975dda1c2632da5b64f18.md5 @@ -0,0 +1,3 @@ +source_md5="51e345d8684a27b396292ceb6a3be976" +dest_md5="293f6c5136e97883b8d9d222696bf33d" + diff --git a/escape-room/godot/imported/wallDoorway.glb-7303ce0e766975dda1c2632da5b64f18.scn b/escape-room/godot/imported/wallDoorway.glb-7303ce0e766975dda1c2632da5b64f18.scn new file mode 100644 index 0000000..5a579d6 Binary files /dev/null and b/escape-room/godot/imported/wallDoorway.glb-7303ce0e766975dda1c2632da5b64f18.scn differ diff --git a/escape-room/godot/imported/wallDoorway.obj-15a8cd13dd53fb63d3ec36873d7e086c.md5 b/escape-room/godot/imported/wallDoorway.obj-15a8cd13dd53fb63d3ec36873d7e086c.md5 new file mode 100644 index 0000000..e984691 --- /dev/null +++ b/escape-room/godot/imported/wallDoorway.obj-15a8cd13dd53fb63d3ec36873d7e086c.md5 @@ -0,0 +1,3 @@ +source_md5="61cd440d1da13ebe0dac1994a1d151be" +dest_md5="831c059889764bb31c1fd603629fe8f9" + diff --git a/escape-room/godot/imported/wallDoorway.obj-15a8cd13dd53fb63d3ec36873d7e086c.mesh b/escape-room/godot/imported/wallDoorway.obj-15a8cd13dd53fb63d3ec36873d7e086c.mesh new file mode 100644 index 0000000..b111a27 Binary files /dev/null and b/escape-room/godot/imported/wallDoorway.obj-15a8cd13dd53fb63d3ec36873d7e086c.mesh differ diff --git a/escape-room/godot/imported/wallDoorway.png-5b976bbe1ea259d1c187a7649a2427fa.ctex b/escape-room/godot/imported/wallDoorway.png-5b976bbe1ea259d1c187a7649a2427fa.ctex new file mode 100644 index 0000000..e91beb6 Binary files /dev/null and b/escape-room/godot/imported/wallDoorway.png-5b976bbe1ea259d1c187a7649a2427fa.ctex differ diff --git a/escape-room/godot/imported/wallDoorway.png-5b976bbe1ea259d1c187a7649a2427fa.md5 b/escape-room/godot/imported/wallDoorway.png-5b976bbe1ea259d1c187a7649a2427fa.md5 new file mode 100644 index 0000000..f057027 --- /dev/null +++ b/escape-room/godot/imported/wallDoorway.png-5b976bbe1ea259d1c187a7649a2427fa.md5 @@ -0,0 +1,3 @@ +source_md5="e4334d3dd838988a0b9f735939050503" +dest_md5="dba865dddd1cb4ef45aae6d77c685294" + diff --git a/escape-room/godot/imported/wallDoorwayWide.dae-cd21cd539d77f39dd11b8897e4c22266.md5 b/escape-room/godot/imported/wallDoorwayWide.dae-cd21cd539d77f39dd11b8897e4c22266.md5 new file mode 100644 index 0000000..8a3ff45 --- /dev/null +++ b/escape-room/godot/imported/wallDoorwayWide.dae-cd21cd539d77f39dd11b8897e4c22266.md5 @@ -0,0 +1,3 @@ +source_md5="26a03b688ad09c4176f403b372dbd8f4" +dest_md5="f18439300fdbfcc678e589ba858af1dd" + diff --git a/escape-room/godot/imported/wallDoorwayWide.dae-cd21cd539d77f39dd11b8897e4c22266.scn b/escape-room/godot/imported/wallDoorwayWide.dae-cd21cd539d77f39dd11b8897e4c22266.scn new file mode 100644 index 0000000..9abfed6 Binary files /dev/null and b/escape-room/godot/imported/wallDoorwayWide.dae-cd21cd539d77f39dd11b8897e4c22266.scn differ diff --git a/escape-room/godot/imported/wallDoorwayWide.fbx-dd95e8e0a6d23646d9c409c82a61a4e1.md5 b/escape-room/godot/imported/wallDoorwayWide.fbx-dd95e8e0a6d23646d9c409c82a61a4e1.md5 new file mode 100644 index 0000000..906757b --- /dev/null +++ b/escape-room/godot/imported/wallDoorwayWide.fbx-dd95e8e0a6d23646d9c409c82a61a4e1.md5 @@ -0,0 +1,3 @@ +source_md5="4bd81321a386b203ace84ca84f6ba825" +dest_md5="aee765d373737bba4bc4e6ae13bac9f9" + diff --git a/escape-room/godot/imported/wallDoorwayWide.fbx-dd95e8e0a6d23646d9c409c82a61a4e1.scn b/escape-room/godot/imported/wallDoorwayWide.fbx-dd95e8e0a6d23646d9c409c82a61a4e1.scn new file mode 100644 index 0000000..1cc6c98 Binary files /dev/null and b/escape-room/godot/imported/wallDoorwayWide.fbx-dd95e8e0a6d23646d9c409c82a61a4e1.scn differ diff --git a/escape-room/godot/imported/wallDoorwayWide.glb-d662f50ca4e4c8eb2ee24fb8d0787362.md5 b/escape-room/godot/imported/wallDoorwayWide.glb-d662f50ca4e4c8eb2ee24fb8d0787362.md5 new file mode 100644 index 0000000..358b31d --- /dev/null +++ b/escape-room/godot/imported/wallDoorwayWide.glb-d662f50ca4e4c8eb2ee24fb8d0787362.md5 @@ -0,0 +1,3 @@ +source_md5="fc3ac116ea1e433f7961e8e2bad8b691" +dest_md5="11388205946bf31c69042dd3c8c1f5fa" + diff --git a/escape-room/godot/imported/wallDoorwayWide.glb-d662f50ca4e4c8eb2ee24fb8d0787362.scn b/escape-room/godot/imported/wallDoorwayWide.glb-d662f50ca4e4c8eb2ee24fb8d0787362.scn new file mode 100644 index 0000000..35f2409 Binary files /dev/null and b/escape-room/godot/imported/wallDoorwayWide.glb-d662f50ca4e4c8eb2ee24fb8d0787362.scn differ diff --git a/escape-room/godot/imported/wallDoorwayWide.obj-3fbec24c08f494d47555abe0f917f9c6.md5 b/escape-room/godot/imported/wallDoorwayWide.obj-3fbec24c08f494d47555abe0f917f9c6.md5 new file mode 100644 index 0000000..bcc35a7 --- /dev/null +++ b/escape-room/godot/imported/wallDoorwayWide.obj-3fbec24c08f494d47555abe0f917f9c6.md5 @@ -0,0 +1,3 @@ +source_md5="cd45710536b02fa0d37fdae8230371a5" +dest_md5="3baded712301b09deaaf25fff8213cf4" + diff --git a/escape-room/godot/imported/wallDoorwayWide.obj-3fbec24c08f494d47555abe0f917f9c6.mesh b/escape-room/godot/imported/wallDoorwayWide.obj-3fbec24c08f494d47555abe0f917f9c6.mesh new file mode 100644 index 0000000..42b435d Binary files /dev/null and b/escape-room/godot/imported/wallDoorwayWide.obj-3fbec24c08f494d47555abe0f917f9c6.mesh differ diff --git a/escape-room/godot/imported/wallDoorwayWide.png-ae58372ee97147e9099e0119b95ca3e2.ctex b/escape-room/godot/imported/wallDoorwayWide.png-ae58372ee97147e9099e0119b95ca3e2.ctex new file mode 100644 index 0000000..9b2405f Binary files /dev/null and b/escape-room/godot/imported/wallDoorwayWide.png-ae58372ee97147e9099e0119b95ca3e2.ctex differ diff --git a/escape-room/godot/imported/wallDoorwayWide.png-ae58372ee97147e9099e0119b95ca3e2.md5 b/escape-room/godot/imported/wallDoorwayWide.png-ae58372ee97147e9099e0119b95ca3e2.md5 new file mode 100644 index 0000000..41977b4 --- /dev/null +++ b/escape-room/godot/imported/wallDoorwayWide.png-ae58372ee97147e9099e0119b95ca3e2.md5 @@ -0,0 +1,3 @@ +source_md5="e1c9c3dbb840834252f97e53efb71dd6" +dest_md5="ff40c4cc4980dad527ca38e356a63895" + diff --git a/escape-room/godot/imported/wallDoorwayWide_NE.png-73a701810bc6c44d2abc44405a02ef77.ctex b/escape-room/godot/imported/wallDoorwayWide_NE.png-73a701810bc6c44d2abc44405a02ef77.ctex new file mode 100644 index 0000000..0f4ed01 Binary files /dev/null and b/escape-room/godot/imported/wallDoorwayWide_NE.png-73a701810bc6c44d2abc44405a02ef77.ctex differ diff --git a/escape-room/godot/imported/wallDoorwayWide_NE.png-73a701810bc6c44d2abc44405a02ef77.md5 b/escape-room/godot/imported/wallDoorwayWide_NE.png-73a701810bc6c44d2abc44405a02ef77.md5 new file mode 100644 index 0000000..9b3dce3 --- /dev/null +++ b/escape-room/godot/imported/wallDoorwayWide_NE.png-73a701810bc6c44d2abc44405a02ef77.md5 @@ -0,0 +1,3 @@ +source_md5="5e7fa470feb7146c40eb2c1c49f1b636" +dest_md5="f3702e8de426dbed704cafef7de94059" + diff --git a/escape-room/godot/imported/wallDoorwayWide_NW.png-60ecd8b93966c244522ad60821dafe39.ctex b/escape-room/godot/imported/wallDoorwayWide_NW.png-60ecd8b93966c244522ad60821dafe39.ctex new file mode 100644 index 0000000..4e60927 Binary files /dev/null and b/escape-room/godot/imported/wallDoorwayWide_NW.png-60ecd8b93966c244522ad60821dafe39.ctex differ diff --git a/escape-room/godot/imported/wallDoorwayWide_NW.png-60ecd8b93966c244522ad60821dafe39.md5 b/escape-room/godot/imported/wallDoorwayWide_NW.png-60ecd8b93966c244522ad60821dafe39.md5 new file mode 100644 index 0000000..cfe57ad --- /dev/null +++ b/escape-room/godot/imported/wallDoorwayWide_NW.png-60ecd8b93966c244522ad60821dafe39.md5 @@ -0,0 +1,3 @@ +source_md5="cdf41a8d5e715fa1c4cd699b66d1ea25" +dest_md5="b690750ed0f0c38088ef878ff8083ebc" + diff --git a/escape-room/godot/imported/wallDoorwayWide_SE.png-c258c22409b1cc58e12b152968a86af8.ctex b/escape-room/godot/imported/wallDoorwayWide_SE.png-c258c22409b1cc58e12b152968a86af8.ctex new file mode 100644 index 0000000..0f0cb69 Binary files /dev/null and b/escape-room/godot/imported/wallDoorwayWide_SE.png-c258c22409b1cc58e12b152968a86af8.ctex differ diff --git a/escape-room/godot/imported/wallDoorwayWide_SE.png-c258c22409b1cc58e12b152968a86af8.md5 b/escape-room/godot/imported/wallDoorwayWide_SE.png-c258c22409b1cc58e12b152968a86af8.md5 new file mode 100644 index 0000000..aba4bff --- /dev/null +++ b/escape-room/godot/imported/wallDoorwayWide_SE.png-c258c22409b1cc58e12b152968a86af8.md5 @@ -0,0 +1,3 @@ +source_md5="8a2ace4c0527add62171d4251281be29" +dest_md5="509d001156c294f2ba94b395a51df0f9" + diff --git a/escape-room/godot/imported/wallDoorwayWide_SW.png-31eefec2d2fc204746940e8b57c1941f.ctex b/escape-room/godot/imported/wallDoorwayWide_SW.png-31eefec2d2fc204746940e8b57c1941f.ctex new file mode 100644 index 0000000..bfce0e0 Binary files /dev/null and b/escape-room/godot/imported/wallDoorwayWide_SW.png-31eefec2d2fc204746940e8b57c1941f.ctex differ diff --git a/escape-room/godot/imported/wallDoorwayWide_SW.png-31eefec2d2fc204746940e8b57c1941f.md5 b/escape-room/godot/imported/wallDoorwayWide_SW.png-31eefec2d2fc204746940e8b57c1941f.md5 new file mode 100644 index 0000000..ebb92a7 --- /dev/null +++ b/escape-room/godot/imported/wallDoorwayWide_SW.png-31eefec2d2fc204746940e8b57c1941f.md5 @@ -0,0 +1,3 @@ +source_md5="69c317bd748653627025d6c57f099974" +dest_md5="edf238f2cf679d6d0a3bb2fd3f8ffb21" + diff --git a/escape-room/godot/imported/wallDoorway_NE.png-0e939daa26cbb1518e6692fd0fe227dd.ctex b/escape-room/godot/imported/wallDoorway_NE.png-0e939daa26cbb1518e6692fd0fe227dd.ctex new file mode 100644 index 0000000..5cb50fe Binary files /dev/null and b/escape-room/godot/imported/wallDoorway_NE.png-0e939daa26cbb1518e6692fd0fe227dd.ctex differ diff --git a/escape-room/godot/imported/wallDoorway_NE.png-0e939daa26cbb1518e6692fd0fe227dd.md5 b/escape-room/godot/imported/wallDoorway_NE.png-0e939daa26cbb1518e6692fd0fe227dd.md5 new file mode 100644 index 0000000..5f04677 --- /dev/null +++ b/escape-room/godot/imported/wallDoorway_NE.png-0e939daa26cbb1518e6692fd0fe227dd.md5 @@ -0,0 +1,3 @@ +source_md5="0366fcfb0f1b72efd5ed83d7af16f0cc" +dest_md5="83a028fd6419a30763c76e1034cee4dd" + diff --git a/escape-room/godot/imported/wallDoorway_NW.png-24740ef0393bde8e417389006b16ec21.ctex b/escape-room/godot/imported/wallDoorway_NW.png-24740ef0393bde8e417389006b16ec21.ctex new file mode 100644 index 0000000..ee55303 Binary files /dev/null and b/escape-room/godot/imported/wallDoorway_NW.png-24740ef0393bde8e417389006b16ec21.ctex differ diff --git a/escape-room/godot/imported/wallDoorway_NW.png-24740ef0393bde8e417389006b16ec21.md5 b/escape-room/godot/imported/wallDoorway_NW.png-24740ef0393bde8e417389006b16ec21.md5 new file mode 100644 index 0000000..ab2c3db --- /dev/null +++ b/escape-room/godot/imported/wallDoorway_NW.png-24740ef0393bde8e417389006b16ec21.md5 @@ -0,0 +1,3 @@ +source_md5="ae87184534ec8501b6cc3501b4aa3800" +dest_md5="f69c8870a818645c1e6714b75c4c69f4" + diff --git a/escape-room/godot/imported/wallDoorway_SE.png-b09760b23d18b9f9be45c87aefaec207.ctex b/escape-room/godot/imported/wallDoorway_SE.png-b09760b23d18b9f9be45c87aefaec207.ctex new file mode 100644 index 0000000..7353d63 Binary files /dev/null and b/escape-room/godot/imported/wallDoorway_SE.png-b09760b23d18b9f9be45c87aefaec207.ctex differ diff --git a/escape-room/godot/imported/wallDoorway_SE.png-b09760b23d18b9f9be45c87aefaec207.md5 b/escape-room/godot/imported/wallDoorway_SE.png-b09760b23d18b9f9be45c87aefaec207.md5 new file mode 100644 index 0000000..a075104 --- /dev/null +++ b/escape-room/godot/imported/wallDoorway_SE.png-b09760b23d18b9f9be45c87aefaec207.md5 @@ -0,0 +1,3 @@ +source_md5="b7038b6a27e7dec5e4102bbd55b27179" +dest_md5="9416b85d12803e1ca7effd8c91aa007c" + diff --git a/escape-room/godot/imported/wallDoorway_SW.png-67b4173d8eef86da13cc5923207bf7fe.ctex b/escape-room/godot/imported/wallDoorway_SW.png-67b4173d8eef86da13cc5923207bf7fe.ctex new file mode 100644 index 0000000..4706631 Binary files /dev/null and b/escape-room/godot/imported/wallDoorway_SW.png-67b4173d8eef86da13cc5923207bf7fe.ctex differ diff --git a/escape-room/godot/imported/wallDoorway_SW.png-67b4173d8eef86da13cc5923207bf7fe.md5 b/escape-room/godot/imported/wallDoorway_SW.png-67b4173d8eef86da13cc5923207bf7fe.md5 new file mode 100644 index 0000000..bdd5423 --- /dev/null +++ b/escape-room/godot/imported/wallDoorway_SW.png-67b4173d8eef86da13cc5923207bf7fe.md5 @@ -0,0 +1,3 @@ +source_md5="387ec396797f67cb0c98f605aaf18f06" +dest_md5="8dec1a3e9f29066cbcdb00ffdd5cf4c0" + diff --git a/escape-room/godot/imported/wallHalf.dae-1f26a72bd9f3751268b762a900488dc6.md5 b/escape-room/godot/imported/wallHalf.dae-1f26a72bd9f3751268b762a900488dc6.md5 new file mode 100644 index 0000000..a4a71ce --- /dev/null +++ b/escape-room/godot/imported/wallHalf.dae-1f26a72bd9f3751268b762a900488dc6.md5 @@ -0,0 +1,3 @@ +source_md5="4e8cecbb57d2feded98c54b46b1bde2a" +dest_md5="71ea2d0ea436d5f118c35c114619feac" + diff --git a/escape-room/godot/imported/wallHalf.dae-1f26a72bd9f3751268b762a900488dc6.scn b/escape-room/godot/imported/wallHalf.dae-1f26a72bd9f3751268b762a900488dc6.scn new file mode 100644 index 0000000..da2e408 Binary files /dev/null and b/escape-room/godot/imported/wallHalf.dae-1f26a72bd9f3751268b762a900488dc6.scn differ diff --git a/escape-room/godot/imported/wallHalf.fbx-1d7266acad62d0c91b81af7bb5003f54.md5 b/escape-room/godot/imported/wallHalf.fbx-1d7266acad62d0c91b81af7bb5003f54.md5 new file mode 100644 index 0000000..c42d360 --- /dev/null +++ b/escape-room/godot/imported/wallHalf.fbx-1d7266acad62d0c91b81af7bb5003f54.md5 @@ -0,0 +1,3 @@ +source_md5="9b1b554d59de76111cf598b92560907e" +dest_md5="5d4bff8d7ab0d9598d1373275dd94af8" + diff --git a/escape-room/godot/imported/wallHalf.fbx-1d7266acad62d0c91b81af7bb5003f54.scn b/escape-room/godot/imported/wallHalf.fbx-1d7266acad62d0c91b81af7bb5003f54.scn new file mode 100644 index 0000000..da49064 Binary files /dev/null and b/escape-room/godot/imported/wallHalf.fbx-1d7266acad62d0c91b81af7bb5003f54.scn differ diff --git a/escape-room/godot/imported/wallHalf.glb-d267e365fd23f750a10c500aba683f55.md5 b/escape-room/godot/imported/wallHalf.glb-d267e365fd23f750a10c500aba683f55.md5 new file mode 100644 index 0000000..0bb1958 --- /dev/null +++ b/escape-room/godot/imported/wallHalf.glb-d267e365fd23f750a10c500aba683f55.md5 @@ -0,0 +1,3 @@ +source_md5="467b5aa0afc89a31ab66c863283c43ae" +dest_md5="7a9dc5f56ed9cc44a04fec9d85d256f6" + diff --git a/escape-room/godot/imported/wallHalf.glb-d267e365fd23f750a10c500aba683f55.scn b/escape-room/godot/imported/wallHalf.glb-d267e365fd23f750a10c500aba683f55.scn new file mode 100644 index 0000000..66414dd Binary files /dev/null and b/escape-room/godot/imported/wallHalf.glb-d267e365fd23f750a10c500aba683f55.scn differ diff --git a/escape-room/godot/imported/wallHalf.obj-9a5dd1001439578598a72ac4865f3ce7.md5 b/escape-room/godot/imported/wallHalf.obj-9a5dd1001439578598a72ac4865f3ce7.md5 new file mode 100644 index 0000000..e68ccb8 --- /dev/null +++ b/escape-room/godot/imported/wallHalf.obj-9a5dd1001439578598a72ac4865f3ce7.md5 @@ -0,0 +1,3 @@ +source_md5="82f32b69b0de2fee5109a6bb37cd0801" +dest_md5="e8d604eba927390154f5bc83be5f6d3d" + diff --git a/escape-room/godot/imported/wallHalf.obj-9a5dd1001439578598a72ac4865f3ce7.mesh b/escape-room/godot/imported/wallHalf.obj-9a5dd1001439578598a72ac4865f3ce7.mesh new file mode 100644 index 0000000..3fe3d71 Binary files /dev/null and b/escape-room/godot/imported/wallHalf.obj-9a5dd1001439578598a72ac4865f3ce7.mesh differ diff --git a/escape-room/godot/imported/wallHalf.png-5b09e2be542597ba812d7cee473d0fdc.ctex b/escape-room/godot/imported/wallHalf.png-5b09e2be542597ba812d7cee473d0fdc.ctex new file mode 100644 index 0000000..c3c7084 Binary files /dev/null and b/escape-room/godot/imported/wallHalf.png-5b09e2be542597ba812d7cee473d0fdc.ctex differ diff --git a/escape-room/godot/imported/wallHalf.png-5b09e2be542597ba812d7cee473d0fdc.md5 b/escape-room/godot/imported/wallHalf.png-5b09e2be542597ba812d7cee473d0fdc.md5 new file mode 100644 index 0000000..0533172 --- /dev/null +++ b/escape-room/godot/imported/wallHalf.png-5b09e2be542597ba812d7cee473d0fdc.md5 @@ -0,0 +1,3 @@ +source_md5="31bc620870cdc8c2d173b3885266206c" +dest_md5="0688bceb7393aa06ba04a58f3ff93748" + diff --git a/escape-room/godot/imported/wallHalf_NE.png-8824d6f6ead429b2de541937569634bc.ctex b/escape-room/godot/imported/wallHalf_NE.png-8824d6f6ead429b2de541937569634bc.ctex new file mode 100644 index 0000000..153c70e Binary files /dev/null and b/escape-room/godot/imported/wallHalf_NE.png-8824d6f6ead429b2de541937569634bc.ctex differ diff --git a/escape-room/godot/imported/wallHalf_NE.png-8824d6f6ead429b2de541937569634bc.md5 b/escape-room/godot/imported/wallHalf_NE.png-8824d6f6ead429b2de541937569634bc.md5 new file mode 100644 index 0000000..166cf60 --- /dev/null +++ b/escape-room/godot/imported/wallHalf_NE.png-8824d6f6ead429b2de541937569634bc.md5 @@ -0,0 +1,3 @@ +source_md5="d882ea7d9ca303e5d9297e709c2fecd8" +dest_md5="016871f426a4d5d8a7299562874beb38" + diff --git a/escape-room/godot/imported/wallHalf_NW.png-a08ec5515e6e83910ee456062c20a66c.ctex b/escape-room/godot/imported/wallHalf_NW.png-a08ec5515e6e83910ee456062c20a66c.ctex new file mode 100644 index 0000000..c655df7 Binary files /dev/null and b/escape-room/godot/imported/wallHalf_NW.png-a08ec5515e6e83910ee456062c20a66c.ctex differ diff --git a/escape-room/godot/imported/wallHalf_NW.png-a08ec5515e6e83910ee456062c20a66c.md5 b/escape-room/godot/imported/wallHalf_NW.png-a08ec5515e6e83910ee456062c20a66c.md5 new file mode 100644 index 0000000..04fb6ef --- /dev/null +++ b/escape-room/godot/imported/wallHalf_NW.png-a08ec5515e6e83910ee456062c20a66c.md5 @@ -0,0 +1,3 @@ +source_md5="03cfaa6cdf56dff03725ca7ca1d1e26d" +dest_md5="7a31e2883b89778e4bb2268a14457a3a" + diff --git a/escape-room/godot/imported/wallHalf_SE.png-c40726a3d528d10b00393e78ec5fff8c.ctex b/escape-room/godot/imported/wallHalf_SE.png-c40726a3d528d10b00393e78ec5fff8c.ctex new file mode 100644 index 0000000..5d75032 Binary files /dev/null and b/escape-room/godot/imported/wallHalf_SE.png-c40726a3d528d10b00393e78ec5fff8c.ctex differ diff --git a/escape-room/godot/imported/wallHalf_SE.png-c40726a3d528d10b00393e78ec5fff8c.md5 b/escape-room/godot/imported/wallHalf_SE.png-c40726a3d528d10b00393e78ec5fff8c.md5 new file mode 100644 index 0000000..a555f13 --- /dev/null +++ b/escape-room/godot/imported/wallHalf_SE.png-c40726a3d528d10b00393e78ec5fff8c.md5 @@ -0,0 +1,3 @@ +source_md5="1a968817456cd3f304db259e564eaf67" +dest_md5="0ed69000078ea134681ffa03306e867a" + diff --git a/escape-room/godot/imported/wallHalf_SW.png-b9d2bb55212bf66e1931312cf4618807.ctex b/escape-room/godot/imported/wallHalf_SW.png-b9d2bb55212bf66e1931312cf4618807.ctex new file mode 100644 index 0000000..638ed94 Binary files /dev/null and b/escape-room/godot/imported/wallHalf_SW.png-b9d2bb55212bf66e1931312cf4618807.ctex differ diff --git a/escape-room/godot/imported/wallHalf_SW.png-b9d2bb55212bf66e1931312cf4618807.md5 b/escape-room/godot/imported/wallHalf_SW.png-b9d2bb55212bf66e1931312cf4618807.md5 new file mode 100644 index 0000000..e0c1779 --- /dev/null +++ b/escape-room/godot/imported/wallHalf_SW.png-b9d2bb55212bf66e1931312cf4618807.md5 @@ -0,0 +1,3 @@ +source_md5="ad481c0bae13c5563dae3242325cb613" +dest_md5="9dcc110691aa87a7ce2c68fa813dbb9c" + diff --git a/escape-room/godot/imported/wallWindow.dae-d724508d9adee7ea8c95c82232ce2d04.md5 b/escape-room/godot/imported/wallWindow.dae-d724508d9adee7ea8c95c82232ce2d04.md5 new file mode 100644 index 0000000..9fb983d --- /dev/null +++ b/escape-room/godot/imported/wallWindow.dae-d724508d9adee7ea8c95c82232ce2d04.md5 @@ -0,0 +1,3 @@ +source_md5="0cb19fb575961990fe5d74008bb5012f" +dest_md5="66b385ab23694e3c7ad375b99f83a3a4" + diff --git a/escape-room/godot/imported/wallWindow.dae-d724508d9adee7ea8c95c82232ce2d04.scn b/escape-room/godot/imported/wallWindow.dae-d724508d9adee7ea8c95c82232ce2d04.scn new file mode 100644 index 0000000..b054933 Binary files /dev/null and b/escape-room/godot/imported/wallWindow.dae-d724508d9adee7ea8c95c82232ce2d04.scn differ diff --git a/escape-room/godot/imported/wallWindow.fbx-fbb03947cee0760c2ed7dca167fc2da8.md5 b/escape-room/godot/imported/wallWindow.fbx-fbb03947cee0760c2ed7dca167fc2da8.md5 new file mode 100644 index 0000000..38c5a50 --- /dev/null +++ b/escape-room/godot/imported/wallWindow.fbx-fbb03947cee0760c2ed7dca167fc2da8.md5 @@ -0,0 +1,3 @@ +source_md5="3e8259c25b2e688af5cb5d9b257b572e" +dest_md5="b78c33e01057f14e052bec793f54e90d" + diff --git a/escape-room/godot/imported/wallWindow.fbx-fbb03947cee0760c2ed7dca167fc2da8.scn b/escape-room/godot/imported/wallWindow.fbx-fbb03947cee0760c2ed7dca167fc2da8.scn new file mode 100644 index 0000000..da697f0 Binary files /dev/null and b/escape-room/godot/imported/wallWindow.fbx-fbb03947cee0760c2ed7dca167fc2da8.scn differ diff --git a/escape-room/godot/imported/wallWindow.glb-9c2cd714c34bcb13cc90df121ee5093d.md5 b/escape-room/godot/imported/wallWindow.glb-9c2cd714c34bcb13cc90df121ee5093d.md5 new file mode 100644 index 0000000..7b93cb4 --- /dev/null +++ b/escape-room/godot/imported/wallWindow.glb-9c2cd714c34bcb13cc90df121ee5093d.md5 @@ -0,0 +1,3 @@ +source_md5="8483c1b2c114fed4c6a4e24b39dea9d5" +dest_md5="edd01d7eedecd9911f2ba28aabc7a0de" + diff --git a/escape-room/godot/imported/wallWindow.glb-9c2cd714c34bcb13cc90df121ee5093d.scn b/escape-room/godot/imported/wallWindow.glb-9c2cd714c34bcb13cc90df121ee5093d.scn new file mode 100644 index 0000000..48c0ac0 Binary files /dev/null and b/escape-room/godot/imported/wallWindow.glb-9c2cd714c34bcb13cc90df121ee5093d.scn differ diff --git a/escape-room/godot/imported/wallWindow.obj-845b6a4dd39fd987299c1132b3b5bb45.md5 b/escape-room/godot/imported/wallWindow.obj-845b6a4dd39fd987299c1132b3b5bb45.md5 new file mode 100644 index 0000000..3d11de1 --- /dev/null +++ b/escape-room/godot/imported/wallWindow.obj-845b6a4dd39fd987299c1132b3b5bb45.md5 @@ -0,0 +1,3 @@ +source_md5="a90fc1e8c28a74b3e566f7ef085fd9f8" +dest_md5="59ff3e1dc2129370ddb81b1a53f9a616" + diff --git a/escape-room/godot/imported/wallWindow.obj-845b6a4dd39fd987299c1132b3b5bb45.mesh b/escape-room/godot/imported/wallWindow.obj-845b6a4dd39fd987299c1132b3b5bb45.mesh new file mode 100644 index 0000000..d53bcaa Binary files /dev/null and b/escape-room/godot/imported/wallWindow.obj-845b6a4dd39fd987299c1132b3b5bb45.mesh differ diff --git a/escape-room/godot/imported/wallWindow.png-a721654f8f7db2819049ee4206274895.ctex b/escape-room/godot/imported/wallWindow.png-a721654f8f7db2819049ee4206274895.ctex new file mode 100644 index 0000000..8faefc0 Binary files /dev/null and b/escape-room/godot/imported/wallWindow.png-a721654f8f7db2819049ee4206274895.ctex differ diff --git a/escape-room/godot/imported/wallWindow.png-a721654f8f7db2819049ee4206274895.md5 b/escape-room/godot/imported/wallWindow.png-a721654f8f7db2819049ee4206274895.md5 new file mode 100644 index 0000000..dd60d2b --- /dev/null +++ b/escape-room/godot/imported/wallWindow.png-a721654f8f7db2819049ee4206274895.md5 @@ -0,0 +1,3 @@ +source_md5="b40919255b4d9081fc9986ece391adf2" +dest_md5="ce029511adcfd2e808158aa6bc5a956d" + diff --git a/escape-room/godot/imported/wallWindowSlide.dae-10be3544ca73012a118bb9d915915b34.md5 b/escape-room/godot/imported/wallWindowSlide.dae-10be3544ca73012a118bb9d915915b34.md5 new file mode 100644 index 0000000..a0e3610 --- /dev/null +++ b/escape-room/godot/imported/wallWindowSlide.dae-10be3544ca73012a118bb9d915915b34.md5 @@ -0,0 +1,3 @@ +source_md5="e93e2e28f4045560851067d95e174681" +dest_md5="4275b12b1e4d39bbeea09197581f315d" + diff --git a/escape-room/godot/imported/wallWindowSlide.dae-10be3544ca73012a118bb9d915915b34.scn b/escape-room/godot/imported/wallWindowSlide.dae-10be3544ca73012a118bb9d915915b34.scn new file mode 100644 index 0000000..a383d79 Binary files /dev/null and b/escape-room/godot/imported/wallWindowSlide.dae-10be3544ca73012a118bb9d915915b34.scn differ diff --git a/escape-room/godot/imported/wallWindowSlide.fbx-e55cad9a9079fee41395a3569b97c967.md5 b/escape-room/godot/imported/wallWindowSlide.fbx-e55cad9a9079fee41395a3569b97c967.md5 new file mode 100644 index 0000000..e7a929a --- /dev/null +++ b/escape-room/godot/imported/wallWindowSlide.fbx-e55cad9a9079fee41395a3569b97c967.md5 @@ -0,0 +1,3 @@ +source_md5="3c15a586b3c5f693b8fd339b9c4f8435" +dest_md5="1394b13ba03c576ff15278cb74b637bc" + diff --git a/escape-room/godot/imported/wallWindowSlide.fbx-e55cad9a9079fee41395a3569b97c967.scn b/escape-room/godot/imported/wallWindowSlide.fbx-e55cad9a9079fee41395a3569b97c967.scn new file mode 100644 index 0000000..450de60 Binary files /dev/null and b/escape-room/godot/imported/wallWindowSlide.fbx-e55cad9a9079fee41395a3569b97c967.scn differ diff --git a/escape-room/godot/imported/wallWindowSlide.glb-a88dc9792edccb4ff63fa582c28077f0.md5 b/escape-room/godot/imported/wallWindowSlide.glb-a88dc9792edccb4ff63fa582c28077f0.md5 new file mode 100644 index 0000000..5f30718 --- /dev/null +++ b/escape-room/godot/imported/wallWindowSlide.glb-a88dc9792edccb4ff63fa582c28077f0.md5 @@ -0,0 +1,3 @@ +source_md5="414adcb3382a6bac1bccf53bbb649b07" +dest_md5="47fe71ef717f4322c9ff58d12b1f6d52" + diff --git a/escape-room/godot/imported/wallWindowSlide.glb-a88dc9792edccb4ff63fa582c28077f0.scn b/escape-room/godot/imported/wallWindowSlide.glb-a88dc9792edccb4ff63fa582c28077f0.scn new file mode 100644 index 0000000..b1bb848 Binary files /dev/null and b/escape-room/godot/imported/wallWindowSlide.glb-a88dc9792edccb4ff63fa582c28077f0.scn differ diff --git a/escape-room/godot/imported/wallWindowSlide.obj-57753fa0a60671ca9bcd2586342579a6.md5 b/escape-room/godot/imported/wallWindowSlide.obj-57753fa0a60671ca9bcd2586342579a6.md5 new file mode 100644 index 0000000..eef0690 --- /dev/null +++ b/escape-room/godot/imported/wallWindowSlide.obj-57753fa0a60671ca9bcd2586342579a6.md5 @@ -0,0 +1,3 @@ +source_md5="05f95f70898e891aee24e254720c3884" +dest_md5="9f11589c094e8e4a4eb41fc1a8762343" + diff --git a/escape-room/godot/imported/wallWindowSlide.obj-57753fa0a60671ca9bcd2586342579a6.mesh b/escape-room/godot/imported/wallWindowSlide.obj-57753fa0a60671ca9bcd2586342579a6.mesh new file mode 100644 index 0000000..6f22c99 Binary files /dev/null and b/escape-room/godot/imported/wallWindowSlide.obj-57753fa0a60671ca9bcd2586342579a6.mesh differ diff --git a/escape-room/godot/imported/wallWindowSlide.png-0ce1671d2f623c291a9c3511b2c4384f.ctex b/escape-room/godot/imported/wallWindowSlide.png-0ce1671d2f623c291a9c3511b2c4384f.ctex new file mode 100644 index 0000000..5dc7f44 Binary files /dev/null and b/escape-room/godot/imported/wallWindowSlide.png-0ce1671d2f623c291a9c3511b2c4384f.ctex differ diff --git a/escape-room/godot/imported/wallWindowSlide.png-0ce1671d2f623c291a9c3511b2c4384f.md5 b/escape-room/godot/imported/wallWindowSlide.png-0ce1671d2f623c291a9c3511b2c4384f.md5 new file mode 100644 index 0000000..c62c170 --- /dev/null +++ b/escape-room/godot/imported/wallWindowSlide.png-0ce1671d2f623c291a9c3511b2c4384f.md5 @@ -0,0 +1,3 @@ +source_md5="a8efc4db7b806d8896e02f5c74ce30b6" +dest_md5="73cb0e4036c6e864169c14c46da3aed2" + diff --git a/escape-room/godot/imported/wallWindowSlide_NE.png-82c7883aeb943e9069a72ba9ad15d066.ctex b/escape-room/godot/imported/wallWindowSlide_NE.png-82c7883aeb943e9069a72ba9ad15d066.ctex new file mode 100644 index 0000000..a56f181 Binary files /dev/null and b/escape-room/godot/imported/wallWindowSlide_NE.png-82c7883aeb943e9069a72ba9ad15d066.ctex differ diff --git a/escape-room/godot/imported/wallWindowSlide_NE.png-82c7883aeb943e9069a72ba9ad15d066.md5 b/escape-room/godot/imported/wallWindowSlide_NE.png-82c7883aeb943e9069a72ba9ad15d066.md5 new file mode 100644 index 0000000..d02ba76 --- /dev/null +++ b/escape-room/godot/imported/wallWindowSlide_NE.png-82c7883aeb943e9069a72ba9ad15d066.md5 @@ -0,0 +1,3 @@ +source_md5="a34ec3355561fc9631d78e7b0fd78bfe" +dest_md5="8112cb1cfd8f023aa7d5a4d8399156ce" + diff --git a/escape-room/godot/imported/wallWindowSlide_NW.png-2db3010cbe31aed38575350601f7e40a.ctex b/escape-room/godot/imported/wallWindowSlide_NW.png-2db3010cbe31aed38575350601f7e40a.ctex new file mode 100644 index 0000000..01456a8 Binary files /dev/null and b/escape-room/godot/imported/wallWindowSlide_NW.png-2db3010cbe31aed38575350601f7e40a.ctex differ diff --git a/escape-room/godot/imported/wallWindowSlide_NW.png-2db3010cbe31aed38575350601f7e40a.md5 b/escape-room/godot/imported/wallWindowSlide_NW.png-2db3010cbe31aed38575350601f7e40a.md5 new file mode 100644 index 0000000..20a047c --- /dev/null +++ b/escape-room/godot/imported/wallWindowSlide_NW.png-2db3010cbe31aed38575350601f7e40a.md5 @@ -0,0 +1,3 @@ +source_md5="3fc6889ab7f9854ef08b4e0933f00f12" +dest_md5="d6d16ceeba9d27d2c314bc080d0abd93" + diff --git a/escape-room/godot/imported/wallWindowSlide_SE.png-dbce9c390c2c2a5de1ebd9becd877fe7.ctex b/escape-room/godot/imported/wallWindowSlide_SE.png-dbce9c390c2c2a5de1ebd9becd877fe7.ctex new file mode 100644 index 0000000..74901d0 Binary files /dev/null and b/escape-room/godot/imported/wallWindowSlide_SE.png-dbce9c390c2c2a5de1ebd9becd877fe7.ctex differ diff --git a/escape-room/godot/imported/wallWindowSlide_SE.png-dbce9c390c2c2a5de1ebd9becd877fe7.md5 b/escape-room/godot/imported/wallWindowSlide_SE.png-dbce9c390c2c2a5de1ebd9becd877fe7.md5 new file mode 100644 index 0000000..1889322 --- /dev/null +++ b/escape-room/godot/imported/wallWindowSlide_SE.png-dbce9c390c2c2a5de1ebd9becd877fe7.md5 @@ -0,0 +1,3 @@ +source_md5="adf1ee0069a3189973af2354c2959858" +dest_md5="af73b93a5cd5b720fa447531d3075c65" + diff --git a/escape-room/godot/imported/wallWindowSlide_SW.png-33f0ccbd45b3022293c478e3fb90b1b9.ctex b/escape-room/godot/imported/wallWindowSlide_SW.png-33f0ccbd45b3022293c478e3fb90b1b9.ctex new file mode 100644 index 0000000..f0ee59e Binary files /dev/null and b/escape-room/godot/imported/wallWindowSlide_SW.png-33f0ccbd45b3022293c478e3fb90b1b9.ctex differ diff --git a/escape-room/godot/imported/wallWindowSlide_SW.png-33f0ccbd45b3022293c478e3fb90b1b9.md5 b/escape-room/godot/imported/wallWindowSlide_SW.png-33f0ccbd45b3022293c478e3fb90b1b9.md5 new file mode 100644 index 0000000..658a65c --- /dev/null +++ b/escape-room/godot/imported/wallWindowSlide_SW.png-33f0ccbd45b3022293c478e3fb90b1b9.md5 @@ -0,0 +1,3 @@ +source_md5="7b63a064b9feb96c838520f428d20679" +dest_md5="aa9d4124247a7bfc8a811de8d1381746" + diff --git a/escape-room/godot/imported/wallWindow_NE.png-9aee916c17ac86884c98ce8bbe39b156.ctex b/escape-room/godot/imported/wallWindow_NE.png-9aee916c17ac86884c98ce8bbe39b156.ctex new file mode 100644 index 0000000..cf4b87d Binary files /dev/null and b/escape-room/godot/imported/wallWindow_NE.png-9aee916c17ac86884c98ce8bbe39b156.ctex differ diff --git a/escape-room/godot/imported/wallWindow_NE.png-9aee916c17ac86884c98ce8bbe39b156.md5 b/escape-room/godot/imported/wallWindow_NE.png-9aee916c17ac86884c98ce8bbe39b156.md5 new file mode 100644 index 0000000..0d55c35 --- /dev/null +++ b/escape-room/godot/imported/wallWindow_NE.png-9aee916c17ac86884c98ce8bbe39b156.md5 @@ -0,0 +1,3 @@ +source_md5="ab4c7cc5a764fd6670c1c82a69aee772" +dest_md5="9d9aaa26ceaabd2a7a227649f18dd895" + diff --git a/escape-room/godot/imported/wallWindow_NW.png-4b353f0efef16ddf163c6349fcc9de09.ctex b/escape-room/godot/imported/wallWindow_NW.png-4b353f0efef16ddf163c6349fcc9de09.ctex new file mode 100644 index 0000000..48ef6fd Binary files /dev/null and b/escape-room/godot/imported/wallWindow_NW.png-4b353f0efef16ddf163c6349fcc9de09.ctex differ diff --git a/escape-room/godot/imported/wallWindow_NW.png-4b353f0efef16ddf163c6349fcc9de09.md5 b/escape-room/godot/imported/wallWindow_NW.png-4b353f0efef16ddf163c6349fcc9de09.md5 new file mode 100644 index 0000000..63537c3 --- /dev/null +++ b/escape-room/godot/imported/wallWindow_NW.png-4b353f0efef16ddf163c6349fcc9de09.md5 @@ -0,0 +1,3 @@ +source_md5="848f653d5fe90171fd51dc8bb811a558" +dest_md5="cfc04f1945fd97b2cf1df156069fb5dd" + diff --git a/escape-room/godot/imported/wallWindow_SE.png-c80c92e1bbe406902b9e6342250fec4a.ctex b/escape-room/godot/imported/wallWindow_SE.png-c80c92e1bbe406902b9e6342250fec4a.ctex new file mode 100644 index 0000000..907855e Binary files /dev/null and b/escape-room/godot/imported/wallWindow_SE.png-c80c92e1bbe406902b9e6342250fec4a.ctex differ diff --git a/escape-room/godot/imported/wallWindow_SE.png-c80c92e1bbe406902b9e6342250fec4a.md5 b/escape-room/godot/imported/wallWindow_SE.png-c80c92e1bbe406902b9e6342250fec4a.md5 new file mode 100644 index 0000000..0276cce --- /dev/null +++ b/escape-room/godot/imported/wallWindow_SE.png-c80c92e1bbe406902b9e6342250fec4a.md5 @@ -0,0 +1,3 @@ +source_md5="d91243a05501dcf8fc0ff19373af0c7e" +dest_md5="798e46331974032370e71cb914ddcc68" + diff --git a/escape-room/godot/imported/wallWindow_SW.png-5b853c707db5c52f794581c312cc17a0.ctex b/escape-room/godot/imported/wallWindow_SW.png-5b853c707db5c52f794581c312cc17a0.ctex new file mode 100644 index 0000000..b63ff49 Binary files /dev/null and b/escape-room/godot/imported/wallWindow_SW.png-5b853c707db5c52f794581c312cc17a0.ctex differ diff --git a/escape-room/godot/imported/wallWindow_SW.png-5b853c707db5c52f794581c312cc17a0.md5 b/escape-room/godot/imported/wallWindow_SW.png-5b853c707db5c52f794581c312cc17a0.md5 new file mode 100644 index 0000000..2644258 --- /dev/null +++ b/escape-room/godot/imported/wallWindow_SW.png-5b853c707db5c52f794581c312cc17a0.md5 @@ -0,0 +1,3 @@ +source_md5="964fe3a717892964a875de5e19144ed5" +dest_md5="558784849c23f44686755622c4a53a81" + diff --git a/escape-room/godot/imported/wall_NE.png-2c0aac2ce985f523b2e29ce2f01372c2.ctex b/escape-room/godot/imported/wall_NE.png-2c0aac2ce985f523b2e29ce2f01372c2.ctex new file mode 100644 index 0000000..6ef2193 Binary files /dev/null and b/escape-room/godot/imported/wall_NE.png-2c0aac2ce985f523b2e29ce2f01372c2.ctex differ diff --git a/escape-room/godot/imported/wall_NE.png-2c0aac2ce985f523b2e29ce2f01372c2.md5 b/escape-room/godot/imported/wall_NE.png-2c0aac2ce985f523b2e29ce2f01372c2.md5 new file mode 100644 index 0000000..88b980f --- /dev/null +++ b/escape-room/godot/imported/wall_NE.png-2c0aac2ce985f523b2e29ce2f01372c2.md5 @@ -0,0 +1,3 @@ +source_md5="8204e1410455384aba993e03df5914c0" +dest_md5="ba17d0398316f6574103007ff2642e07" + diff --git a/escape-room/godot/imported/wall_NW.png-47cc52483c7cd71bf8557576d983298d.ctex b/escape-room/godot/imported/wall_NW.png-47cc52483c7cd71bf8557576d983298d.ctex new file mode 100644 index 0000000..d81d07e Binary files /dev/null and b/escape-room/godot/imported/wall_NW.png-47cc52483c7cd71bf8557576d983298d.ctex differ diff --git a/escape-room/godot/imported/wall_NW.png-47cc52483c7cd71bf8557576d983298d.md5 b/escape-room/godot/imported/wall_NW.png-47cc52483c7cd71bf8557576d983298d.md5 new file mode 100644 index 0000000..368f41f --- /dev/null +++ b/escape-room/godot/imported/wall_NW.png-47cc52483c7cd71bf8557576d983298d.md5 @@ -0,0 +1,3 @@ +source_md5="a50389f636fe636f3aa4c65415b5b1d3" +dest_md5="4607895b6ec3216e30b7dedda188d9a9" + diff --git a/escape-room/godot/imported/wall_SE.png-addc218e7e6aba3ac05645aa3f1cc0e5.ctex b/escape-room/godot/imported/wall_SE.png-addc218e7e6aba3ac05645aa3f1cc0e5.ctex new file mode 100644 index 0000000..fdcc8d0 Binary files /dev/null and b/escape-room/godot/imported/wall_SE.png-addc218e7e6aba3ac05645aa3f1cc0e5.ctex differ diff --git a/escape-room/godot/imported/wall_SE.png-addc218e7e6aba3ac05645aa3f1cc0e5.md5 b/escape-room/godot/imported/wall_SE.png-addc218e7e6aba3ac05645aa3f1cc0e5.md5 new file mode 100644 index 0000000..e62b175 --- /dev/null +++ b/escape-room/godot/imported/wall_SE.png-addc218e7e6aba3ac05645aa3f1cc0e5.md5 @@ -0,0 +1,3 @@ +source_md5="47f4cfa4f1238bb993e4ce79c31f993d" +dest_md5="cfc0425762aad688714cb354647da1cb" + diff --git a/escape-room/godot/imported/wall_SW.png-2c27174fb8da5c1941dc25003fe1a965.ctex b/escape-room/godot/imported/wall_SW.png-2c27174fb8da5c1941dc25003fe1a965.ctex new file mode 100644 index 0000000..d25e4aa Binary files /dev/null and b/escape-room/godot/imported/wall_SW.png-2c27174fb8da5c1941dc25003fe1a965.ctex differ diff --git a/escape-room/godot/imported/wall_SW.png-2c27174fb8da5c1941dc25003fe1a965.md5 b/escape-room/godot/imported/wall_SW.png-2c27174fb8da5c1941dc25003fe1a965.md5 new file mode 100644 index 0000000..a02dd97 --- /dev/null +++ b/escape-room/godot/imported/wall_SW.png-2c27174fb8da5c1941dc25003fe1a965.md5 @@ -0,0 +1,3 @@ +source_md5="0240d2441f241e9da5c65dcb2d18846a" +dest_md5="dfb3eb67ae0b1d00d2dcac2d495e5abc" + diff --git a/escape-room/godot/imported/washer.dae-0c77febd02e3684a4a9261d7ea8d59ec.md5 b/escape-room/godot/imported/washer.dae-0c77febd02e3684a4a9261d7ea8d59ec.md5 new file mode 100644 index 0000000..5c2d188 --- /dev/null +++ b/escape-room/godot/imported/washer.dae-0c77febd02e3684a4a9261d7ea8d59ec.md5 @@ -0,0 +1,3 @@ +source_md5="688f05316ea8f47ad19895c885150de0" +dest_md5="4b217271b3516c23fd88f2d065512815" + diff --git a/escape-room/godot/imported/washer.dae-0c77febd02e3684a4a9261d7ea8d59ec.scn b/escape-room/godot/imported/washer.dae-0c77febd02e3684a4a9261d7ea8d59ec.scn new file mode 100644 index 0000000..75b498e Binary files /dev/null and b/escape-room/godot/imported/washer.dae-0c77febd02e3684a4a9261d7ea8d59ec.scn differ diff --git a/escape-room/godot/imported/washer.fbx-ecc52b1a73285e4d48e4722b4432adf2.md5 b/escape-room/godot/imported/washer.fbx-ecc52b1a73285e4d48e4722b4432adf2.md5 new file mode 100644 index 0000000..397aaa2 --- /dev/null +++ b/escape-room/godot/imported/washer.fbx-ecc52b1a73285e4d48e4722b4432adf2.md5 @@ -0,0 +1,3 @@ +source_md5="db094a136f50cf68e422c7beac5120b1" +dest_md5="95c48b487376259159b0f79da271cdd2" + diff --git a/escape-room/godot/imported/washer.fbx-ecc52b1a73285e4d48e4722b4432adf2.scn b/escape-room/godot/imported/washer.fbx-ecc52b1a73285e4d48e4722b4432adf2.scn new file mode 100644 index 0000000..1f20aa6 Binary files /dev/null and b/escape-room/godot/imported/washer.fbx-ecc52b1a73285e4d48e4722b4432adf2.scn differ diff --git a/escape-room/godot/imported/washer.glb-a228e0f859f6bd83db8003e488cec60a.md5 b/escape-room/godot/imported/washer.glb-a228e0f859f6bd83db8003e488cec60a.md5 new file mode 100644 index 0000000..ee205b6 --- /dev/null +++ b/escape-room/godot/imported/washer.glb-a228e0f859f6bd83db8003e488cec60a.md5 @@ -0,0 +1,3 @@ +source_md5="704062d0cece606b3e5f77f729192421" +dest_md5="03f5d7815b9e5dff8a0d5d4710aa1f13" + diff --git a/escape-room/godot/imported/washer.glb-a228e0f859f6bd83db8003e488cec60a.scn b/escape-room/godot/imported/washer.glb-a228e0f859f6bd83db8003e488cec60a.scn new file mode 100644 index 0000000..966ab3b Binary files /dev/null and b/escape-room/godot/imported/washer.glb-a228e0f859f6bd83db8003e488cec60a.scn differ diff --git a/escape-room/godot/imported/washer.obj-f9806c880a5c801817c49db7682b66be.md5 b/escape-room/godot/imported/washer.obj-f9806c880a5c801817c49db7682b66be.md5 new file mode 100644 index 0000000..d10309d --- /dev/null +++ b/escape-room/godot/imported/washer.obj-f9806c880a5c801817c49db7682b66be.md5 @@ -0,0 +1,3 @@ +source_md5="d0e5c4eebae80e153ae1e29701b6bb58" +dest_md5="4e6e371316d86913f0ae8655388c34d7" + diff --git a/escape-room/godot/imported/washer.obj-f9806c880a5c801817c49db7682b66be.mesh b/escape-room/godot/imported/washer.obj-f9806c880a5c801817c49db7682b66be.mesh new file mode 100644 index 0000000..03c2450 Binary files /dev/null and b/escape-room/godot/imported/washer.obj-f9806c880a5c801817c49db7682b66be.mesh differ diff --git a/escape-room/godot/imported/washer.png-9be4e4544cdf9854d287c30618316b12.ctex b/escape-room/godot/imported/washer.png-9be4e4544cdf9854d287c30618316b12.ctex new file mode 100644 index 0000000..a2800f6 Binary files /dev/null and b/escape-room/godot/imported/washer.png-9be4e4544cdf9854d287c30618316b12.ctex differ diff --git a/escape-room/godot/imported/washer.png-9be4e4544cdf9854d287c30618316b12.md5 b/escape-room/godot/imported/washer.png-9be4e4544cdf9854d287c30618316b12.md5 new file mode 100644 index 0000000..52f7383 --- /dev/null +++ b/escape-room/godot/imported/washer.png-9be4e4544cdf9854d287c30618316b12.md5 @@ -0,0 +1,3 @@ +source_md5="937c647bca5102e05314e6fc597d28d1" +dest_md5="76eada56e5c29a666f88665b378f2e08" + diff --git a/escape-room/godot/imported/washerDryerStacked.dae-d146a1d9574ba30b35690dd5b5fb20ba.md5 b/escape-room/godot/imported/washerDryerStacked.dae-d146a1d9574ba30b35690dd5b5fb20ba.md5 new file mode 100644 index 0000000..96f19d4 --- /dev/null +++ b/escape-room/godot/imported/washerDryerStacked.dae-d146a1d9574ba30b35690dd5b5fb20ba.md5 @@ -0,0 +1,3 @@ +source_md5="36961bd67fff20f8810da83b350965c8" +dest_md5="9cab1e64bef8ce227a8655f642439f0a" + diff --git a/escape-room/godot/imported/washerDryerStacked.dae-d146a1d9574ba30b35690dd5b5fb20ba.scn b/escape-room/godot/imported/washerDryerStacked.dae-d146a1d9574ba30b35690dd5b5fb20ba.scn new file mode 100644 index 0000000..270f688 Binary files /dev/null and b/escape-room/godot/imported/washerDryerStacked.dae-d146a1d9574ba30b35690dd5b5fb20ba.scn differ diff --git a/escape-room/godot/imported/washerDryerStacked.fbx-91631ad3e3139d662c10aab3042c8d43.md5 b/escape-room/godot/imported/washerDryerStacked.fbx-91631ad3e3139d662c10aab3042c8d43.md5 new file mode 100644 index 0000000..9ec38d4 --- /dev/null +++ b/escape-room/godot/imported/washerDryerStacked.fbx-91631ad3e3139d662c10aab3042c8d43.md5 @@ -0,0 +1,3 @@ +source_md5="d2925c06404d81bd7a6b25a3ff9d9324" +dest_md5="b200d09d6bf93f73d2229584130d94e5" + diff --git a/escape-room/godot/imported/washerDryerStacked.fbx-91631ad3e3139d662c10aab3042c8d43.scn b/escape-room/godot/imported/washerDryerStacked.fbx-91631ad3e3139d662c10aab3042c8d43.scn new file mode 100644 index 0000000..8ba8f04 Binary files /dev/null and b/escape-room/godot/imported/washerDryerStacked.fbx-91631ad3e3139d662c10aab3042c8d43.scn differ diff --git a/escape-room/godot/imported/washerDryerStacked.glb-5a7210ab7ae2a3a7ded867b37f5ea2eb.md5 b/escape-room/godot/imported/washerDryerStacked.glb-5a7210ab7ae2a3a7ded867b37f5ea2eb.md5 new file mode 100644 index 0000000..af44ba9 --- /dev/null +++ b/escape-room/godot/imported/washerDryerStacked.glb-5a7210ab7ae2a3a7ded867b37f5ea2eb.md5 @@ -0,0 +1,3 @@ +source_md5="5937c3de79dc93011b7231c0e4064b98" +dest_md5="00cba1257dafa282f964a6fe0d3db449" + diff --git a/escape-room/godot/imported/washerDryerStacked.glb-5a7210ab7ae2a3a7ded867b37f5ea2eb.scn b/escape-room/godot/imported/washerDryerStacked.glb-5a7210ab7ae2a3a7ded867b37f5ea2eb.scn new file mode 100644 index 0000000..6020c6c Binary files /dev/null and b/escape-room/godot/imported/washerDryerStacked.glb-5a7210ab7ae2a3a7ded867b37f5ea2eb.scn differ diff --git a/escape-room/godot/imported/washerDryerStacked.obj-3d5d0e6a4e2ac5a02df49e2b58bb517f.md5 b/escape-room/godot/imported/washerDryerStacked.obj-3d5d0e6a4e2ac5a02df49e2b58bb517f.md5 new file mode 100644 index 0000000..7202583 --- /dev/null +++ b/escape-room/godot/imported/washerDryerStacked.obj-3d5d0e6a4e2ac5a02df49e2b58bb517f.md5 @@ -0,0 +1,3 @@ +source_md5="0beec5546d3e191db69e11ab1a82abb7" +dest_md5="8e2ecfa1b4b49146007a20867a0b55a1" + diff --git a/escape-room/godot/imported/washerDryerStacked.obj-3d5d0e6a4e2ac5a02df49e2b58bb517f.mesh b/escape-room/godot/imported/washerDryerStacked.obj-3d5d0e6a4e2ac5a02df49e2b58bb517f.mesh new file mode 100644 index 0000000..c6330ea Binary files /dev/null and b/escape-room/godot/imported/washerDryerStacked.obj-3d5d0e6a4e2ac5a02df49e2b58bb517f.mesh differ diff --git a/escape-room/godot/imported/washerDryerStacked.png-fc5404047355b20ee892e12caf6192eb.ctex b/escape-room/godot/imported/washerDryerStacked.png-fc5404047355b20ee892e12caf6192eb.ctex new file mode 100644 index 0000000..fecc0ed Binary files /dev/null and b/escape-room/godot/imported/washerDryerStacked.png-fc5404047355b20ee892e12caf6192eb.ctex differ diff --git a/escape-room/godot/imported/washerDryerStacked.png-fc5404047355b20ee892e12caf6192eb.md5 b/escape-room/godot/imported/washerDryerStacked.png-fc5404047355b20ee892e12caf6192eb.md5 new file mode 100644 index 0000000..e0e818f --- /dev/null +++ b/escape-room/godot/imported/washerDryerStacked.png-fc5404047355b20ee892e12caf6192eb.md5 @@ -0,0 +1,3 @@ +source_md5="5ebc5548a4ac443d9605af130d5e5615" +dest_md5="0f93a3fc9221e567b9a6b367ceb2dabd" + diff --git a/escape-room/godot/imported/washerDryerStacked_NE.png-80bb797c50dc283c0afef565c1513bbe.ctex b/escape-room/godot/imported/washerDryerStacked_NE.png-80bb797c50dc283c0afef565c1513bbe.ctex new file mode 100644 index 0000000..1ec8670 Binary files /dev/null and b/escape-room/godot/imported/washerDryerStacked_NE.png-80bb797c50dc283c0afef565c1513bbe.ctex differ diff --git a/escape-room/godot/imported/washerDryerStacked_NE.png-80bb797c50dc283c0afef565c1513bbe.md5 b/escape-room/godot/imported/washerDryerStacked_NE.png-80bb797c50dc283c0afef565c1513bbe.md5 new file mode 100644 index 0000000..47db9bb --- /dev/null +++ b/escape-room/godot/imported/washerDryerStacked_NE.png-80bb797c50dc283c0afef565c1513bbe.md5 @@ -0,0 +1,3 @@ +source_md5="d42a7ab0858694cc694ce7dae8da2867" +dest_md5="57728ebf12a44953a98372475859c3f3" + diff --git a/escape-room/godot/imported/washerDryerStacked_NW.png-a3015676da39251ab76a0f0354f1bc66.ctex b/escape-room/godot/imported/washerDryerStacked_NW.png-a3015676da39251ab76a0f0354f1bc66.ctex new file mode 100644 index 0000000..2f21dc0 Binary files /dev/null and b/escape-room/godot/imported/washerDryerStacked_NW.png-a3015676da39251ab76a0f0354f1bc66.ctex differ diff --git a/escape-room/godot/imported/washerDryerStacked_NW.png-a3015676da39251ab76a0f0354f1bc66.md5 b/escape-room/godot/imported/washerDryerStacked_NW.png-a3015676da39251ab76a0f0354f1bc66.md5 new file mode 100644 index 0000000..115b093 --- /dev/null +++ b/escape-room/godot/imported/washerDryerStacked_NW.png-a3015676da39251ab76a0f0354f1bc66.md5 @@ -0,0 +1,3 @@ +source_md5="c96dc803e89a0670e049fdb4317ea338" +dest_md5="c6d5ef0a2db005862c41cd4e1d8e15c2" + diff --git a/escape-room/godot/imported/washerDryerStacked_SE.png-c97ad9967774aefd6599ef143ca47a24.ctex b/escape-room/godot/imported/washerDryerStacked_SE.png-c97ad9967774aefd6599ef143ca47a24.ctex new file mode 100644 index 0000000..82bf394 Binary files /dev/null and b/escape-room/godot/imported/washerDryerStacked_SE.png-c97ad9967774aefd6599ef143ca47a24.ctex differ diff --git a/escape-room/godot/imported/washerDryerStacked_SE.png-c97ad9967774aefd6599ef143ca47a24.md5 b/escape-room/godot/imported/washerDryerStacked_SE.png-c97ad9967774aefd6599ef143ca47a24.md5 new file mode 100644 index 0000000..3bc1536 --- /dev/null +++ b/escape-room/godot/imported/washerDryerStacked_SE.png-c97ad9967774aefd6599ef143ca47a24.md5 @@ -0,0 +1,3 @@ +source_md5="8394d02d3ca02152f3516ece0ed3d61a" +dest_md5="aa61d59062691b2b712ba484e4255321" + diff --git a/escape-room/godot/imported/washerDryerStacked_SW.png-8bc8b0a3f2c1f1cb2bca8645114ee4e2.ctex b/escape-room/godot/imported/washerDryerStacked_SW.png-8bc8b0a3f2c1f1cb2bca8645114ee4e2.ctex new file mode 100644 index 0000000..1119bf9 Binary files /dev/null and b/escape-room/godot/imported/washerDryerStacked_SW.png-8bc8b0a3f2c1f1cb2bca8645114ee4e2.ctex differ diff --git a/escape-room/godot/imported/washerDryerStacked_SW.png-8bc8b0a3f2c1f1cb2bca8645114ee4e2.md5 b/escape-room/godot/imported/washerDryerStacked_SW.png-8bc8b0a3f2c1f1cb2bca8645114ee4e2.md5 new file mode 100644 index 0000000..06aa352 --- /dev/null +++ b/escape-room/godot/imported/washerDryerStacked_SW.png-8bc8b0a3f2c1f1cb2bca8645114ee4e2.md5 @@ -0,0 +1,3 @@ +source_md5="7db3d1596ede60905427c076f02e7078" +dest_md5="62b8ac36ffc8186e8c13dfd3a279b626" + diff --git a/escape-room/godot/imported/washer_NE.png-f681190e38902300f80b1b11212fa302.ctex b/escape-room/godot/imported/washer_NE.png-f681190e38902300f80b1b11212fa302.ctex new file mode 100644 index 0000000..4fc2f28 Binary files /dev/null and b/escape-room/godot/imported/washer_NE.png-f681190e38902300f80b1b11212fa302.ctex differ diff --git a/escape-room/godot/imported/washer_NE.png-f681190e38902300f80b1b11212fa302.md5 b/escape-room/godot/imported/washer_NE.png-f681190e38902300f80b1b11212fa302.md5 new file mode 100644 index 0000000..bfabe8e --- /dev/null +++ b/escape-room/godot/imported/washer_NE.png-f681190e38902300f80b1b11212fa302.md5 @@ -0,0 +1,3 @@ +source_md5="44ce2fab691114ee12addaa18955f43d" +dest_md5="6f5f9e363e91a40863b9b05dd94bcb22" + diff --git a/escape-room/godot/imported/washer_NW.png-03a8663772c0d1c70141f9a683c38da6.ctex b/escape-room/godot/imported/washer_NW.png-03a8663772c0d1c70141f9a683c38da6.ctex new file mode 100644 index 0000000..5434e42 Binary files /dev/null and b/escape-room/godot/imported/washer_NW.png-03a8663772c0d1c70141f9a683c38da6.ctex differ diff --git a/escape-room/godot/imported/washer_NW.png-03a8663772c0d1c70141f9a683c38da6.md5 b/escape-room/godot/imported/washer_NW.png-03a8663772c0d1c70141f9a683c38da6.md5 new file mode 100644 index 0000000..0f5e191 --- /dev/null +++ b/escape-room/godot/imported/washer_NW.png-03a8663772c0d1c70141f9a683c38da6.md5 @@ -0,0 +1,3 @@ +source_md5="c4fe3e7ddbf8e1eb85c3704c6dc546db" +dest_md5="1ff8668e417191ec086da03c8122591a" + diff --git a/escape-room/godot/imported/washer_SE.png-00d6cc8b4bd420dc8ee0256ecefdca20.ctex b/escape-room/godot/imported/washer_SE.png-00d6cc8b4bd420dc8ee0256ecefdca20.ctex new file mode 100644 index 0000000..ea25346 Binary files /dev/null and b/escape-room/godot/imported/washer_SE.png-00d6cc8b4bd420dc8ee0256ecefdca20.ctex differ diff --git a/escape-room/godot/imported/washer_SE.png-00d6cc8b4bd420dc8ee0256ecefdca20.md5 b/escape-room/godot/imported/washer_SE.png-00d6cc8b4bd420dc8ee0256ecefdca20.md5 new file mode 100644 index 0000000..746f5a8 --- /dev/null +++ b/escape-room/godot/imported/washer_SE.png-00d6cc8b4bd420dc8ee0256ecefdca20.md5 @@ -0,0 +1,3 @@ +source_md5="bdf10f754a556fa5f8ecf24b83728e74" +dest_md5="ff34408d71d57a365687b6bee10b6b6f" + diff --git a/escape-room/godot/imported/washer_SW.png-874ad441b568f66f1ca2158defe81b17.ctex b/escape-room/godot/imported/washer_SW.png-874ad441b568f66f1ca2158defe81b17.ctex new file mode 100644 index 0000000..332dba6 Binary files /dev/null and b/escape-room/godot/imported/washer_SW.png-874ad441b568f66f1ca2158defe81b17.ctex differ diff --git a/escape-room/godot/imported/washer_SW.png-874ad441b568f66f1ca2158defe81b17.md5 b/escape-room/godot/imported/washer_SW.png-874ad441b568f66f1ca2158defe81b17.md5 new file mode 100644 index 0000000..e025a30 --- /dev/null +++ b/escape-room/godot/imported/washer_SW.png-874ad441b568f66f1ca2158defe81b17.md5 @@ -0,0 +1,3 @@ +source_md5="e45d7ac88cf26beb847db44217418821" +dest_md5="37fc0c94394a3c7d53b80a3f9b433291" + diff --git a/escape-room/godot/imported/watermelon texture.png-4582b3c851263dc6e768b5886180c9f9.ctex b/escape-room/godot/imported/watermelon texture.png-4582b3c851263dc6e768b5886180c9f9.ctex new file mode 100644 index 0000000..5b5d88f Binary files /dev/null and b/escape-room/godot/imported/watermelon texture.png-4582b3c851263dc6e768b5886180c9f9.ctex differ diff --git a/escape-room/godot/imported/watermelon texture.png-4582b3c851263dc6e768b5886180c9f9.md5 b/escape-room/godot/imported/watermelon texture.png-4582b3c851263dc6e768b5886180c9f9.md5 new file mode 100644 index 0000000..fb6fe37 --- /dev/null +++ b/escape-room/godot/imported/watermelon texture.png-4582b3c851263dc6e768b5886180c9f9.md5 @@ -0,0 +1,3 @@ +source_md5="094a619a20658b9abb21543b19e678b4" +dest_md5="c284afecea636cd7b7d2e207e0abcdda" + diff --git a/escape-room/godot/imported/watermelon texture.png-472418391fc6368fe59a57f79e115a97.ctex b/escape-room/godot/imported/watermelon texture.png-472418391fc6368fe59a57f79e115a97.ctex new file mode 100644 index 0000000..5b5d88f Binary files /dev/null and b/escape-room/godot/imported/watermelon texture.png-472418391fc6368fe59a57f79e115a97.ctex differ diff --git a/escape-room/godot/imported/watermelon texture.png-472418391fc6368fe59a57f79e115a97.md5 b/escape-room/godot/imported/watermelon texture.png-472418391fc6368fe59a57f79e115a97.md5 new file mode 100644 index 0000000..fb6fe37 --- /dev/null +++ b/escape-room/godot/imported/watermelon texture.png-472418391fc6368fe59a57f79e115a97.md5 @@ -0,0 +1,3 @@ +source_md5="094a619a20658b9abb21543b19e678b4" +dest_md5="c284afecea636cd7b7d2e207e0abcdda" + diff --git a/escape-room/godot/imported/watermelon texture.png-541f17b18ea0c3e5c2e2e0deabc6e589.ctex b/escape-room/godot/imported/watermelon texture.png-541f17b18ea0c3e5c2e2e0deabc6e589.ctex new file mode 100644 index 0000000..5b5d88f Binary files /dev/null and b/escape-room/godot/imported/watermelon texture.png-541f17b18ea0c3e5c2e2e0deabc6e589.ctex differ diff --git a/escape-room/godot/imported/watermelon texture.png-541f17b18ea0c3e5c2e2e0deabc6e589.md5 b/escape-room/godot/imported/watermelon texture.png-541f17b18ea0c3e5c2e2e0deabc6e589.md5 new file mode 100644 index 0000000..fb6fe37 --- /dev/null +++ b/escape-room/godot/imported/watermelon texture.png-541f17b18ea0c3e5c2e2e0deabc6e589.md5 @@ -0,0 +1,3 @@ +source_md5="094a619a20658b9abb21543b19e678b4" +dest_md5="c284afecea636cd7b7d2e207e0abcdda" + diff --git a/escape-room/godot/imported/watermelon-703343c74bb4ebd5f07b8150c02393de.bin b/escape-room/godot/imported/watermelon-703343c74bb4ebd5f07b8150c02393de.bin new file mode 100644 index 0000000..7d6a3d9 Binary files /dev/null and b/escape-room/godot/imported/watermelon-703343c74bb4ebd5f07b8150c02393de.bin differ diff --git a/escape-room/godot/imported/watermelon-703343c74bb4ebd5f07b8150c02393de.gltf b/escape-room/godot/imported/watermelon-703343c74bb4ebd5f07b8150c02393de.gltf new file mode 100644 index 0000000..ef7c686 --- /dev/null +++ b/escape-room/godot/imported/watermelon-703343c74bb4ebd5f07b8150c02393de.gltf @@ -0,0 +1,260 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v4.5.48", + "version":"2.0" + }, + "extensionsUsed":[ + "KHR_lights_punctual" + ], + "extensionsRequired":[ + "KHR_lights_punctual" + ], + "extensions":{ + "KHR_lights_punctual":{ + "lights":[ + { + "color":[ + 1, + 1, + 1 + ], + "intensity":11.859126923389, + "type":"point", + "name":"Spot.001" + }, + { + "color":[ + 1, + 1, + 1 + ], + "intensity":22.587927358852408, + "type":"point", + "name":"Spot" + } + ] + } + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1, + 2, + 3 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Watermelon", + "rotation":[ + 0.6087613701820374, + 0, + 0, + 0.7933533787727356 + ], + "scale":[ + 0.26249998807907104, + 0.15000002086162567, + 0.15375001728534698 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":0 + } + }, + "name":"Lamp.001", + "rotation":[ + -0.28416624665260315, + 0.7269423604011536, + 0.34203386306762695, + 0.5232754945755005 + ], + "scale":[ + 1.5000001192092896, + 1.4999998807907104, + 1.5 + ], + "translation":[ + -0.1451883316040039, + 2.946882486343384, + 8.625883102416992 + ] + }, + { + "extensions":{ + "KHR_lights_punctual":{ + "light":1 + } + }, + "name":"Lamp", + "rotation":[ + -0.28416624665260315, + 0.7269423604011536, + 0.34203386306762695, + 0.5232754945755005 + ], + "scale":[ + 1.5000001192092896, + 1.4999998807907104, + 1.5 + ], + "translation":[ + 6.114367961883545, + 0.5759661197662354, + -1.508180856704712 + ] + }, + { + "camera":0, + "name":"Camera", + "rotation":[ + -0.19794867932796478, + 0.5082199573516846, + 0.11465020477771759, + 0.8302915692329407 + ], + "scale":[ + 0.07288816571235657, + 0.07288815826177597, + 0.07288815081119537 + ], + "translation":[ + 1.7623629570007324, + 1.064495325088501, + 0.8577362298965454 + ] + } + ], + "cameras":[ + { + "name":"Camera", + "perspective":{ + "aspectRatio":1.3333333333333333, + "yfov":0.23601122494145674, + "zfar":100, + "znear":0.10000000149011612 + }, + "type":"perspective" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Texture", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Watermelon.001", + "primitives":[ + { + "attributes":{ + "POSITION":0, + "NORMAL":1, + "TEXCOORD_0":2, + "TANGENT":3 + }, + "indices":4, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5126, + "count":36, + "max":[ + 1, + 0.2588190734386444, + 0.05763334035873413 + ], + "min":[ + -1, + -0.25368091464042664, + -0.9423666596412659 + ], + "type":"VEC3" + }, + { + "bufferView":1, + "componentType":5126, + "count":36, + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":36, + "type":"VEC2" + }, + { + "bufferView":3, + "componentType":5126, + "count":36, + "type":"VEC4" + }, + { + "bufferView":4, + "componentType":5123, + "count":90, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":432, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":432, + "byteOffset":432, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":864, + "target":34962 + }, + { + "buffer":0, + "byteLength":576, + "byteOffset":1152, + "target":34962 + }, + { + "buffer":0, + "byteLength":180, + "byteOffset":1728, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":1908, + "uri":"watermelon-703343c74bb4ebd5f07b8150c02393de.bin" + } + ] +} diff --git a/escape-room/godot/imported/watermelon.blend-703343c74bb4ebd5f07b8150c02393de.md5 b/escape-room/godot/imported/watermelon.blend-703343c74bb4ebd5f07b8150c02393de.md5 new file mode 100644 index 0000000..f37c89a --- /dev/null +++ b/escape-room/godot/imported/watermelon.blend-703343c74bb4ebd5f07b8150c02393de.md5 @@ -0,0 +1,3 @@ +source_md5="049549a6fc12d766f819983378bc7fa2" +dest_md5="d047b30a45523fa72eae9b2433355062" + diff --git a/escape-room/godot/imported/watermelon.blend-703343c74bb4ebd5f07b8150c02393de.scn b/escape-room/godot/imported/watermelon.blend-703343c74bb4ebd5f07b8150c02393de.scn new file mode 100644 index 0000000..75ad326 Binary files /dev/null and b/escape-room/godot/imported/watermelon.blend-703343c74bb4ebd5f07b8150c02393de.scn differ diff --git a/escape-room/godot/imported/white-chess-scifi.png-b4876bd6cc4f3a3d5411fb93725bf6aa.ctex b/escape-room/godot/imported/white-chess-scifi.png-b4876bd6cc4f3a3d5411fb93725bf6aa.ctex new file mode 100644 index 0000000..e7fe540 Binary files /dev/null and b/escape-room/godot/imported/white-chess-scifi.png-b4876bd6cc4f3a3d5411fb93725bf6aa.ctex differ diff --git a/escape-room/godot/imported/white-chess-scifi.png-b4876bd6cc4f3a3d5411fb93725bf6aa.md5 b/escape-room/godot/imported/white-chess-scifi.png-b4876bd6cc4f3a3d5411fb93725bf6aa.md5 new file mode 100644 index 0000000..c348462 --- /dev/null +++ b/escape-room/godot/imported/white-chess-scifi.png-b4876bd6cc4f3a3d5411fb93725bf6aa.md5 @@ -0,0 +1,3 @@ +source_md5="84cdb49ad74b6d41e3ab9e8c32e6a55a" +dest_md5="e3cb798505370806e28734718435bcb4" + diff --git a/escape-room/godot/scene_groups_cache.cfg b/escape-room/godot/scene_groups_cache.cfg new file mode 100644 index 0000000..6a9dbb0 --- /dev/null +++ b/escape-room/godot/scene_groups_cache.cfg @@ -0,0 +1,127 @@ +[res://addons/godot-xr-tools/desktop-support/mouse_capture.tscn] + +groups=[&"movement_providers"] + +[res://addons/godot-xr-tools/desktop-support/movement_desktop_crouch.tscn] + +groups=[&"movement_providers"] + +[res://addons/godot-xr-tools/desktop-support/movement_desktop_direct.tscn] + +groups=[&"movement_providers"] + +[res://addons/godot-xr-tools/desktop-support/movement_desktop_flight.tscn] + +groups=[&"movement_providers"] + +[res://addons/godot-xr-tools/desktop-support/movement_desktop_jump.tscn] + +groups=[&"movement_providers"] + +[res://addons/godot-xr-tools/desktop-support/movement_desktop_sprint.tscn] + +groups=[&"movement_providers"] + +[res://addons/godot-xr-tools/desktop-support/movement_desktop_turn.tscn] + +groups=[&"movement_providers"] + +[res://addons/godot-xr-tools/desktop-support/movement_gravity_zones.tscn] + +groups=[&"movement_providers"] + +[res://addons/godot-xr-tools/examples/fall_damage.tscn] + +groups=[&"movement_providers"] + +[res://addons/godot-xr-tools/functions/movement_climb.tscn] + +groups=[&"movement_providers"] + +[res://addons/godot-xr-tools/functions/movement_crouch.tscn] + +groups=[&"movement_providers"] + +[res://addons/godot-xr-tools/functions/movement_direct.tscn] + +groups=[&"movement_providers"] + +[res://addons/godot-xr-tools/functions/movement_flight.tscn] + +groups=[&"movement_providers"] + +[res://addons/godot-xr-tools/functions/movement_footstep.tscn] + +groups=[&"movement_providers"] + +[res://addons/godot-xr-tools/functions/movement_glide.tscn] + +groups=[&"movement_providers"] + +[res://addons/godot-xr-tools/functions/movement_grapple.tscn] + +groups=[&"movement_providers"] + +[res://addons/godot-xr-tools/functions/movement_jog.tscn] + +groups=[&"movement_providers"] + +[res://addons/godot-xr-tools/functions/movement_jump.tscn] + +groups=[&"movement_providers"] + +[res://addons/godot-xr-tools/functions/movement_physical_jump.tscn] + +groups=[&"movement_providers"] + +[res://addons/godot-xr-tools/functions/movement_sprint.tscn] + +groups=[&"movement_providers"] + +[res://addons/godot-xr-tools/functions/movement_turn.tscn] + +groups=[&"movement_providers"] + +[res://addons/godot-xr-tools/functions/movement_wall_walk.tscn] + +groups=[&"movement_providers"] + +[res://addons/godot-xr-tools/functions/movement_wind.tscn] + +groups=[&"movement_providers"] + +[res://addons/godot-xr-tools/functions/movement_world_grab.tscn] + +groups=[&"movement_providers"] + +[res://addons/godot-xr-tools/player/player_body.tscn] + +groups=[&"player_body"] + +[res://objekte/riddel_cube.tscn] + +groups=[&"RiddelCube"] + +[res://objekte/riddel_cube_board.tscn] + +groups=[&"RiddelCube"] + +[res://objekte/riddel_cube_board_snap_zone.tscn] + +groups=[&"RiddelCube"] + +[res://objekte/riddel_node.tscn] + +groups=[&"RiddelNode"] + +[res://objekte/riddel_node_board.tscn] + +groups=[&"RiddelNode"] + +[res://old_skripte/alternative.tscn] + +groups=[&"player_body"] + +[res://escape-room-szene-room.tscn] + +groups=[&"player_body", &"pickable", &"RiddelCube", &"RiddelNode"] diff --git a/escape-room/godot/shader_cache/CanvasShaderGLES3/4cdf34fd4742f4a0e8c9ef6c38844819838cbdc889dd9b94fdb249f359af6b6a/6bb7c9a2fd1c4a8fa77cb96555b9b4a720209981.cache b/escape-room/godot/shader_cache/CanvasShaderGLES3/4cdf34fd4742f4a0e8c9ef6c38844819838cbdc889dd9b94fdb249f359af6b6a/6bb7c9a2fd1c4a8fa77cb96555b9b4a720209981.cache new file mode 100644 index 0000000..2c589f9 Binary files /dev/null and b/escape-room/godot/shader_cache/CanvasShaderGLES3/4cdf34fd4742f4a0e8c9ef6c38844819838cbdc889dd9b94fdb249f359af6b6a/6bb7c9a2fd1c4a8fa77cb96555b9b4a720209981.cache differ diff --git a/escape-room/godot/shader_cache/CopyShaderGLES3/d8159688679a042062fc889ba4333ce1a7e145e868ec2f05ec8d17b8509767ae/6bb7c9a2fd1c4a8fa77cb96555b9b4a720209981.cache b/escape-room/godot/shader_cache/CopyShaderGLES3/d8159688679a042062fc889ba4333ce1a7e145e868ec2f05ec8d17b8509767ae/6bb7c9a2fd1c4a8fa77cb96555b9b4a720209981.cache new file mode 100644 index 0000000..a463c86 Binary files /dev/null and b/escape-room/godot/shader_cache/CopyShaderGLES3/d8159688679a042062fc889ba4333ce1a7e145e868ec2f05ec8d17b8509767ae/6bb7c9a2fd1c4a8fa77cb96555b9b4a720209981.cache differ diff --git a/escape-room/godot/shader_cache/CubemapFilterShaderGLES3/20d5af4380be404a4f8e0213db5b46d381892ca81623853c4f0b024b00cdbaec/6bb7c9a2fd1c4a8fa77cb96555b9b4a720209981.cache b/escape-room/godot/shader_cache/CubemapFilterShaderGLES3/20d5af4380be404a4f8e0213db5b46d381892ca81623853c4f0b024b00cdbaec/6bb7c9a2fd1c4a8fa77cb96555b9b4a720209981.cache new file mode 100644 index 0000000..3728637 Binary files /dev/null and b/escape-room/godot/shader_cache/CubemapFilterShaderGLES3/20d5af4380be404a4f8e0213db5b46d381892ca81623853c4f0b024b00cdbaec/6bb7c9a2fd1c4a8fa77cb96555b9b4a720209981.cache differ diff --git a/escape-room/godot/shader_cache/FeedShaderGLES3/a4cdd2575ae9cb8890f70d03767bbe6267230c570b7d2038dc611c305c58ab2b/6bb7c9a2fd1c4a8fa77cb96555b9b4a720209981.cache b/escape-room/godot/shader_cache/FeedShaderGLES3/a4cdd2575ae9cb8890f70d03767bbe6267230c570b7d2038dc611c305c58ab2b/6bb7c9a2fd1c4a8fa77cb96555b9b4a720209981.cache new file mode 100644 index 0000000..df7b128 Binary files /dev/null and b/escape-room/godot/shader_cache/FeedShaderGLES3/a4cdd2575ae9cb8890f70d03767bbe6267230c570b7d2038dc611c305c58ab2b/6bb7c9a2fd1c4a8fa77cb96555b9b4a720209981.cache differ diff --git a/escape-room/godot/shader_cache/PostShaderGLES3/e50a7efdf4f75fbd3961fd08e4ccdc35872ab06828b282a0416d68eaacfd1342/6bb7c9a2fd1c4a8fa77cb96555b9b4a720209981.cache b/escape-room/godot/shader_cache/PostShaderGLES3/e50a7efdf4f75fbd3961fd08e4ccdc35872ab06828b282a0416d68eaacfd1342/6bb7c9a2fd1c4a8fa77cb96555b9b4a720209981.cache new file mode 100644 index 0000000..372f30c Binary files /dev/null and b/escape-room/godot/shader_cache/PostShaderGLES3/e50a7efdf4f75fbd3961fd08e4ccdc35872ab06828b282a0416d68eaacfd1342/6bb7c9a2fd1c4a8fa77cb96555b9b4a720209981.cache differ diff --git a/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/03bfce7b99d8b17a35abfd5e97ec2747c0cb7112.cache b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/03bfce7b99d8b17a35abfd5e97ec2747c0cb7112.cache new file mode 100644 index 0000000..1228848 Binary files /dev/null and b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/03bfce7b99d8b17a35abfd5e97ec2747c0cb7112.cache differ diff --git a/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/08a25be73e58de4ea10ce1195214033d09bb7e89.cache b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/08a25be73e58de4ea10ce1195214033d09bb7e89.cache new file mode 100644 index 0000000..7289b63 Binary files /dev/null and b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/08a25be73e58de4ea10ce1195214033d09bb7e89.cache differ diff --git a/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/096ebd6030b12274a6b1453d62c740f485fab542.cache b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/096ebd6030b12274a6b1453d62c740f485fab542.cache new file mode 100644 index 0000000..4a73b0e Binary files /dev/null and b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/096ebd6030b12274a6b1453d62c740f485fab542.cache differ diff --git a/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/0c9689a7dae2d011729a1e2cf29c71ecb4a7e8bb.cache b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/0c9689a7dae2d011729a1e2cf29c71ecb4a7e8bb.cache new file mode 100644 index 0000000..fed4563 Binary files /dev/null and b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/0c9689a7dae2d011729a1e2cf29c71ecb4a7e8bb.cache differ diff --git a/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/181c3d088df6343d0e8ef1b01da519961c45c982.cache b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/181c3d088df6343d0e8ef1b01da519961c45c982.cache new file mode 100644 index 0000000..620f3c8 Binary files /dev/null and b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/181c3d088df6343d0e8ef1b01da519961c45c982.cache differ diff --git a/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/1badeaf294b42ba33e4ef37e5444685121c944c5.cache b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/1badeaf294b42ba33e4ef37e5444685121c944c5.cache new file mode 100644 index 0000000..2265314 Binary files /dev/null and b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/1badeaf294b42ba33e4ef37e5444685121c944c5.cache differ diff --git a/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/21cc52c8204e2958cb4c69fe806a23fd88d7b22f.cache b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/21cc52c8204e2958cb4c69fe806a23fd88d7b22f.cache new file mode 100644 index 0000000..0f4ef68 Binary files /dev/null and b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/21cc52c8204e2958cb4c69fe806a23fd88d7b22f.cache differ diff --git a/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/33079edd7c5bfffadd4c6484a604d0c7ce91a6e9.cache b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/33079edd7c5bfffadd4c6484a604d0c7ce91a6e9.cache new file mode 100644 index 0000000..bb4c662 Binary files /dev/null and b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/33079edd7c5bfffadd4c6484a604d0c7ce91a6e9.cache differ diff --git a/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/3a9d7a84a78c599cbb7e0a285d50410842224e26.cache b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/3a9d7a84a78c599cbb7e0a285d50410842224e26.cache new file mode 100644 index 0000000..cf15c5a Binary files /dev/null and b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/3a9d7a84a78c599cbb7e0a285d50410842224e26.cache differ diff --git a/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/441b0f7c744cf477f4b2d531581d8599ece754b4.cache b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/441b0f7c744cf477f4b2d531581d8599ece754b4.cache new file mode 100644 index 0000000..3a163c0 Binary files /dev/null and b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/441b0f7c744cf477f4b2d531581d8599ece754b4.cache differ diff --git a/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/4505b6017dc502b9cb1ea9be38a366bfd444849c.cache b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/4505b6017dc502b9cb1ea9be38a366bfd444849c.cache new file mode 100644 index 0000000..d9a89cd Binary files /dev/null and b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/4505b6017dc502b9cb1ea9be38a366bfd444849c.cache differ diff --git a/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/46256a5e5dd61baf8b9c471f97388e1b26f8f4d7.cache b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/46256a5e5dd61baf8b9c471f97388e1b26f8f4d7.cache new file mode 100644 index 0000000..3298fb3 Binary files /dev/null and b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/46256a5e5dd61baf8b9c471f97388e1b26f8f4d7.cache differ diff --git a/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/50fc50c0bf75df042098310e321b263172a8ed6a.cache b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/50fc50c0bf75df042098310e321b263172a8ed6a.cache new file mode 100644 index 0000000..e7d0096 Binary files /dev/null and b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/50fc50c0bf75df042098310e321b263172a8ed6a.cache differ diff --git a/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/6bb7c9a2fd1c4a8fa77cb96555b9b4a720209981.cache b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/6bb7c9a2fd1c4a8fa77cb96555b9b4a720209981.cache new file mode 100644 index 0000000..67e2838 Binary files /dev/null and b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/6bb7c9a2fd1c4a8fa77cb96555b9b4a720209981.cache differ diff --git a/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/6dd75150826383c42294a7f23c3f968042f1567e.cache b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/6dd75150826383c42294a7f23c3f968042f1567e.cache new file mode 100644 index 0000000..0c133c7 Binary files /dev/null and b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/6dd75150826383c42294a7f23c3f968042f1567e.cache differ diff --git a/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/75dbda390b4d6b8d1bba67e8943ace8a4f64f756.cache b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/75dbda390b4d6b8d1bba67e8943ace8a4f64f756.cache new file mode 100644 index 0000000..792c152 Binary files /dev/null and b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/75dbda390b4d6b8d1bba67e8943ace8a4f64f756.cache differ diff --git a/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/7610c7e24170c9ff2ef8d8f3a542d89520b2e49f.cache b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/7610c7e24170c9ff2ef8d8f3a542d89520b2e49f.cache new file mode 100644 index 0000000..91a1a6f Binary files /dev/null and b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/7610c7e24170c9ff2ef8d8f3a542d89520b2e49f.cache differ diff --git a/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/77047cd41f429f33ceff24e890e174f5465e755e.cache b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/77047cd41f429f33ceff24e890e174f5465e755e.cache new file mode 100644 index 0000000..c42b52e Binary files /dev/null and b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/77047cd41f429f33ceff24e890e174f5465e755e.cache differ diff --git a/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/80e1318d7c83dde9a4b6aff98c611b65cb2c2d33.cache b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/80e1318d7c83dde9a4b6aff98c611b65cb2c2d33.cache new file mode 100644 index 0000000..f258a48 Binary files /dev/null and b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/80e1318d7c83dde9a4b6aff98c611b65cb2c2d33.cache differ diff --git a/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/84366ed46520476083c6b869fefb772ed1a067ee.cache b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/84366ed46520476083c6b869fefb772ed1a067ee.cache new file mode 100644 index 0000000..5a017d2 Binary files /dev/null and b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/84366ed46520476083c6b869fefb772ed1a067ee.cache differ diff --git a/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/86826d604ce349f74e5203090ee24854c5a76d99.cache b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/86826d604ce349f74e5203090ee24854c5a76d99.cache new file mode 100644 index 0000000..a84d889 Binary files /dev/null and b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/86826d604ce349f74e5203090ee24854c5a76d99.cache differ diff --git a/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/acc9cc934816089075ae64bb28a70dffda65b170.cache b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/acc9cc934816089075ae64bb28a70dffda65b170.cache new file mode 100644 index 0000000..401217e Binary files /dev/null and b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/acc9cc934816089075ae64bb28a70dffda65b170.cache differ diff --git a/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/afc5e50c89136b459fb4f59dcb87b9e7c82300ad.cache b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/afc5e50c89136b459fb4f59dcb87b9e7c82300ad.cache new file mode 100644 index 0000000..042ef0c Binary files /dev/null and b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/afc5e50c89136b459fb4f59dcb87b9e7c82300ad.cache differ diff --git a/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/e4803059b59d245bee29da2f87c302ecb830c09e.cache b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/e4803059b59d245bee29da2f87c302ecb830c09e.cache new file mode 100644 index 0000000..2e93a92 Binary files /dev/null and b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/e4803059b59d245bee29da2f87c302ecb830c09e.cache differ diff --git a/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/e5549bccd20241425c6f1152ddc1e7daf706ef09.cache b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/e5549bccd20241425c6f1152ddc1e7daf706ef09.cache new file mode 100644 index 0000000..07d2a42 Binary files /dev/null and b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/e5549bccd20241425c6f1152ddc1e7daf706ef09.cache differ diff --git a/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/f06eef6ac92884201a1b6ddccb3c8a750aa98cba.cache b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/f06eef6ac92884201a1b6ddccb3c8a750aa98cba.cache new file mode 100644 index 0000000..c3af557 Binary files /dev/null and b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/f06eef6ac92884201a1b6ddccb3c8a750aa98cba.cache differ diff --git a/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/f2e328ac8a780a17a0c65e242b0c8bc4fc063f03.cache b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/f2e328ac8a780a17a0c65e242b0c8bc4fc063f03.cache new file mode 100644 index 0000000..fb1b0fc Binary files /dev/null and b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/f2e328ac8a780a17a0c65e242b0c8bc4fc063f03.cache differ diff --git a/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/f9d14fff410003a84ba3dc3a24368ee3cb5208cd.cache b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/f9d14fff410003a84ba3dc3a24368ee3cb5208cd.cache new file mode 100644 index 0000000..c199243 Binary files /dev/null and b/escape-room/godot/shader_cache/SceneShaderGLES3/e9c8df57ec4921adcde42802bbfafc3c84eccbe1cae2798c25018ea9474b0043/f9d14fff410003a84ba3dc3a24368ee3cb5208cd.cache differ diff --git a/escape-room/godot/shader_cache/SkeletonShaderGLES3/d5d410a7b73c99db50a95c0a0808165d4afa85f8958922f5d0a0beb51049782b/6bb7c9a2fd1c4a8fa77cb96555b9b4a720209981.cache b/escape-room/godot/shader_cache/SkeletonShaderGLES3/d5d410a7b73c99db50a95c0a0808165d4afa85f8958922f5d0a0beb51049782b/6bb7c9a2fd1c4a8fa77cb96555b9b4a720209981.cache new file mode 100644 index 0000000..772a61d Binary files /dev/null and b/escape-room/godot/shader_cache/SkeletonShaderGLES3/d5d410a7b73c99db50a95c0a0808165d4afa85f8958922f5d0a0beb51049782b/6bb7c9a2fd1c4a8fa77cb96555b9b4a720209981.cache differ diff --git a/escape-room/godot/shader_cache/SkyShaderGLES3/6aa88c218e492033e80a7325b6f20b250cb336a11a29a4ee8d2db46af7125fc0/5a3d531808fb7d2e07dab8d96701aaa581a6ad95.cache b/escape-room/godot/shader_cache/SkyShaderGLES3/6aa88c218e492033e80a7325b6f20b250cb336a11a29a4ee8d2db46af7125fc0/5a3d531808fb7d2e07dab8d96701aaa581a6ad95.cache new file mode 100644 index 0000000..f1870e8 Binary files /dev/null and b/escape-room/godot/shader_cache/SkyShaderGLES3/6aa88c218e492033e80a7325b6f20b250cb336a11a29a4ee8d2db46af7125fc0/5a3d531808fb7d2e07dab8d96701aaa581a6ad95.cache differ diff --git a/escape-room/godot/uid_cache.bin b/escape-room/godot/uid_cache.bin new file mode 100644 index 0000000..b9e43d5 Binary files /dev/null and b/escape-room/godot/uid_cache.bin differ diff --git a/escape-room/icon.svg.import b/escape-room/icon.svg.import index 16c0f7d..39dab64 100644 --- a/escape-room/icon.svg.import +++ b/escape-room/icon.svg.import @@ -3,7 +3,7 @@ importer="texture" type="CompressedTexture2D" uid="uid://bm78tiv25qski" -path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex" +path="res://godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex" metadata={ "vram_texture": false } @@ -11,7 +11,7 @@ metadata={ [deps] source_file="res://icon.svg" -dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"] +dest_files=["res://godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"] [params] diff --git a/escape-room/music/03-Enkelz_-_Ich_hass_Dich.mp3.import b/escape-room/music/03-Enkelz_-_Ich_hass_Dich.mp3.import index dccfaa2..cf5616b 100644 --- a/escape-room/music/03-Enkelz_-_Ich_hass_Dich.mp3.import +++ b/escape-room/music/03-Enkelz_-_Ich_hass_Dich.mp3.import @@ -3,12 +3,12 @@ importer="mp3" type="AudioStreamMP3" uid="uid://myovxwpyhy2p" -path="res://.godot/imported/03-Enkelz_-_Ich_hass_Dich.mp3-fc8ebf18775d307a681b8893f81658f7.mp3str" +path="res://godot/imported/03-Enkelz_-_Ich_hass_Dich.mp3-fc8ebf18775d307a681b8893f81658f7.mp3str" [deps] source_file="res://music/03-Enkelz_-_Ich_hass_Dich.mp3" -dest_files=["res://.godot/imported/03-Enkelz_-_Ich_hass_Dich.mp3-fc8ebf18775d307a681b8893f81658f7.mp3str"] +dest_files=["res://godot/imported/03-Enkelz_-_Ich_hass_Dich.mp3-fc8ebf18775d307a681b8893f81658f7.mp3str"] [params] diff --git a/escape-room/music/04-Enkelz_-_Falsche_Freundschaft.mp3.import b/escape-room/music/04-Enkelz_-_Falsche_Freundschaft.mp3.import index 6cedcf0..be7cedb 100644 --- a/escape-room/music/04-Enkelz_-_Falsche_Freundschaft.mp3.import +++ b/escape-room/music/04-Enkelz_-_Falsche_Freundschaft.mp3.import @@ -3,12 +3,12 @@ importer="mp3" type="AudioStreamMP3" uid="uid://d20xxkuori4qa" -path="res://.godot/imported/04-Enkelz_-_Falsche_Freundschaft.mp3-2d63af6eb1a70c6fb4b3144cdf4e6643.mp3str" +path="res://godot/imported/04-Enkelz_-_Falsche_Freundschaft.mp3-2d63af6eb1a70c6fb4b3144cdf4e6643.mp3str" [deps] source_file="res://music/04-Enkelz_-_Falsche_Freundschaft.mp3" -dest_files=["res://.godot/imported/04-Enkelz_-_Falsche_Freundschaft.mp3-2d63af6eb1a70c6fb4b3144cdf4e6643.mp3str"] +dest_files=["res://godot/imported/04-Enkelz_-_Falsche_Freundschaft.mp3-2d63af6eb1a70c6fb4b3144cdf4e6643.mp3str"] [params] diff --git a/escape-room/music/07-Portishead-Roads-cbm.mp3.import b/escape-room/music/07-Portishead-Roads-cbm.mp3.import index da6ad52..560480b 100644 --- a/escape-room/music/07-Portishead-Roads-cbm.mp3.import +++ b/escape-room/music/07-Portishead-Roads-cbm.mp3.import @@ -3,12 +3,12 @@ importer="mp3" type="AudioStreamMP3" uid="uid://cqs7cfnkrgdql" -path="res://.godot/imported/07-Portishead-Roads-cbm.mp3-662dbbfceef8cedd8718951f6d094bf5.mp3str" +path="res://godot/imported/07-Portishead-Roads-cbm.mp3-662dbbfceef8cedd8718951f6d094bf5.mp3str" [deps] source_file="res://music/07-Portishead-Roads-cbm.mp3" -dest_files=["res://.godot/imported/07-Portishead-Roads-cbm.mp3-662dbbfceef8cedd8718951f6d094bf5.mp3str"] +dest_files=["res://godot/imported/07-Portishead-Roads-cbm.mp3-662dbbfceef8cedd8718951f6d094bf5.mp3str"] [params] diff --git a/escape-room/music/10-Portishead-Glory_Box-cbm.mp3.import b/escape-room/music/10-Portishead-Glory_Box-cbm.mp3.import index ddcd278..784d53f 100644 --- a/escape-room/music/10-Portishead-Glory_Box-cbm.mp3.import +++ b/escape-room/music/10-Portishead-Glory_Box-cbm.mp3.import @@ -3,12 +3,12 @@ importer="mp3" type="AudioStreamMP3" uid="uid://c56s0llngavuo" -path="res://.godot/imported/10-Portishead-Glory_Box-cbm.mp3-010b074e8683747eac6077f1cb989d4d.mp3str" +path="res://godot/imported/10-Portishead-Glory_Box-cbm.mp3-010b074e8683747eac6077f1cb989d4d.mp3str" [deps] source_file="res://music/10-Portishead-Glory_Box-cbm.mp3" -dest_files=["res://.godot/imported/10-Portishead-Glory_Box-cbm.mp3-010b074e8683747eac6077f1cb989d4d.mp3str"] +dest_files=["res://godot/imported/10-Portishead-Glory_Box-cbm.mp3-010b074e8683747eac6077f1cb989d4d.mp3str"] [params] diff --git a/escape-room/music/12-Never let me down again (agro mix).mp3.import b/escape-room/music/12-Never let me down again (agro mix).mp3.import index 41e89d8..55e3657 100644 --- a/escape-room/music/12-Never let me down again (agro mix).mp3.import +++ b/escape-room/music/12-Never let me down again (agro mix).mp3.import @@ -3,12 +3,12 @@ importer="mp3" type="AudioStreamMP3" uid="uid://cxv82wfygpah8" -path="res://.godot/imported/12-Never let me down again (agro mix).mp3-8d38290f5fc237c56095179e7a221869.mp3str" +path="res://godot/imported/12-Never let me down again (agro mix).mp3-8d38290f5fc237c56095179e7a221869.mp3str" [deps] source_file="res://music/12-Never let me down again (agro mix).mp3" -dest_files=["res://.godot/imported/12-Never let me down again (agro mix).mp3-8d38290f5fc237c56095179e7a221869.mp3str"] +dest_files=["res://godot/imported/12-Never let me down again (agro mix).mp3-8d38290f5fc237c56095179e7a221869.mp3str"] [params] diff --git a/escape-room/music/Rammstein - Sonne.mp3.import b/escape-room/music/Rammstein - Sonne.mp3.import index e287ca0..9de801f 100644 --- a/escape-room/music/Rammstein - Sonne.mp3.import +++ b/escape-room/music/Rammstein - Sonne.mp3.import @@ -3,12 +3,12 @@ importer="mp3" type="AudioStreamMP3" uid="uid://bffrjr3idr414" -path="res://.godot/imported/Rammstein - Sonne.mp3-af105dfa30f6784a46e745e48a461107.mp3str" +path="res://godot/imported/Rammstein - Sonne.mp3-af105dfa30f6784a46e745e48a461107.mp3str" [deps] source_file="res://music/Rammstein - Sonne.mp3" -dest_files=["res://.godot/imported/Rammstein - Sonne.mp3-af105dfa30f6784a46e745e48a461107.mp3str"] +dest_files=["res://godot/imported/Rammstein - Sonne.mp3-af105dfa30f6784a46e745e48a461107.mp3str"] [params] diff --git a/escape-room/music/effects/Error or failed.mp3 b/escape-room/music/effects/Error or failed.mp3 new file mode 100644 index 0000000..b1d3b40 Binary files /dev/null and b/escape-room/music/effects/Error or failed.mp3 differ diff --git a/escape-room/music/effects/Error or failed.mp3.import b/escape-room/music/effects/Error or failed.mp3.import new file mode 100644 index 0000000..9f58695 --- /dev/null +++ b/escape-room/music/effects/Error or failed.mp3.import @@ -0,0 +1,19 @@ +[remap] + +importer="mp3" +type="AudioStreamMP3" +uid="uid://dhmx2bouauiu7" +path="res://godot/imported/Error or failed.mp3-e5b009e0f77167ac40cbf6787dd9b02b.mp3str" + +[deps] + +source_file="res://music/effects/Error or failed.mp3" +dest_files=["res://godot/imported/Error or failed.mp3-e5b009e0f77167ac40cbf6787dd9b02b.mp3str"] + +[params] + +loop=false +loop_offset=0 +bpm=0 +beat_count=0 +bar_beats=4 diff --git a/escape-room/music/effects/achievement.wav b/escape-room/music/effects/achievement.wav new file mode 100644 index 0000000..e426e74 Binary files /dev/null and b/escape-room/music/effects/achievement.wav differ diff --git a/escape-room/music/effects/achievement.wav.import b/escape-room/music/effects/achievement.wav.import new file mode 100644 index 0000000..8f57d30 --- /dev/null +++ b/escape-room/music/effects/achievement.wav.import @@ -0,0 +1,24 @@ +[remap] + +importer="wav" +type="AudioStreamWAV" +uid="uid://bne6n7foa0uo7" +path="res://godot/imported/achievement.wav-c1ce8e703b000ba2f37543f6e3600ec9.sample" + +[deps] + +source_file="res://music/effects/achievement.wav" +dest_files=["res://godot/imported/achievement.wav-c1ce8e703b000ba2f37543f6e3600ec9.sample"] + +[params] + +force/8_bit=false +force/mono=false +force/max_rate=false +force/max_rate_hz=44100 +edit/trim=false +edit/normalize=false +edit/loop_mode=0 +edit/loop_begin=0 +edit/loop_end=-1 +compress/mode=2 diff --git a/escape-room/music/effects/low-rumbling-176033.mp3 b/escape-room/music/effects/low-rumbling-176033.mp3 new file mode 100644 index 0000000..e29d906 Binary files /dev/null and b/escape-room/music/effects/low-rumbling-176033.mp3 differ diff --git a/escape-room/music/effects/low-rumbling-176033.mp3.import b/escape-room/music/effects/low-rumbling-176033.mp3.import new file mode 100644 index 0000000..7ab5c9e --- /dev/null +++ b/escape-room/music/effects/low-rumbling-176033.mp3.import @@ -0,0 +1,19 @@ +[remap] + +importer="mp3" +type="AudioStreamMP3" +uid="uid://3p8rneagook3" +path="res://godot/imported/low-rumbling-176033.mp3-57c8492d18da9cb7583bbc3f00542ac5.mp3str" + +[deps] + +source_file="res://music/effects/low-rumbling-176033.mp3" +dest_files=["res://godot/imported/low-rumbling-176033.mp3-57c8492d18da9cb7583bbc3f00542ac5.mp3str"] + +[params] + +loop=false +loop_offset=0 +bpm=0 +beat_count=0 +bar_beats=4 diff --git a/escape-room/music/effects/solitude_1.ogg b/escape-room/music/effects/solitude_1.ogg new file mode 100644 index 0000000..9a9f9ba Binary files /dev/null and b/escape-room/music/effects/solitude_1.ogg differ diff --git a/escape-room/music/effects/solitude_1.ogg.import b/escape-room/music/effects/solitude_1.ogg.import new file mode 100644 index 0000000..1ec8d8f --- /dev/null +++ b/escape-room/music/effects/solitude_1.ogg.import @@ -0,0 +1,19 @@ +[remap] + +importer="oggvorbisstr" +type="AudioStreamOggVorbis" +uid="uid://baet5j0leytc1" +path="res://godot/imported/solitude_1.ogg-4108b6f2c8b3e4c1719c329675dfa36b.oggvorbisstr" + +[deps] + +source_file="res://music/effects/solitude_1.ogg" +dest_files=["res://godot/imported/solitude_1.ogg-4108b6f2c8b3e4c1719c329675dfa36b.oggvorbisstr"] + +[params] + +loop=false +loop_offset=0 +bpm=0 +beat_count=0 +bar_beats=4 diff --git a/escape-room/objekte/book_holder.tscn b/escape-room/objekte/book_holder.tscn index 6bd8b38..730188e 100644 --- a/escape-room/objekte/book_holder.tscn +++ b/escape-room/objekte/book_holder.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=5 format=4 uid="uid://cgue6x2lkbduf"] [sub_resource type="BoxShape3D" id="BoxShape3D_67j7i"] -size = Vector3(1.0673218, 1.6849976, 1.1025391) +size = Vector3(0.6522064, 1.087616, 0.64208984) [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_c1pbb"] resource_name = "Texture" @@ -46,27 +46,20 @@ shadow_mesh = SubResource("ArrayMesh_0a5pt") [node name="StaticBody3D" type="StaticBody3D" parent="."] [node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0035095215, 0.77944946, 0.0034179688) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0027694702, 0.48075867, -0.00024414063) shape = SubResource("BoxShape3D_67j7i") [node name="MeshInstance3D2" type="MeshInstance3D" parent="."] [node name="Bookholder stone" type="MeshInstance3D" parent="MeshInstance3D2"] -transform = Transform3D(0.48000002, 0, 0, 0, 0.48000002, 0, 0, 0, 0.48000002, 0, 0, 0) +transform = Transform3D(0.3, 0, 0, 0, 0.3, 0, 0, 0, 0.3, 0, 0, 0) mesh = SubResource("ArrayMesh_ynv1l") skeleton = NodePath("") [node name="Label3D" type="Label3D" parent="MeshInstance3D2"] -transform = Transform3D(1, 0, 0, 0, 0.71869695, 0.69532347, 0, -0.69532347, 0.71869695, -0.4270985, 1.7251701, 0) -visible = false -text = "Funktion: -Linker Controller - - Grip_Click = greifen - - Joystick = bewegen -Rechter Controller - - Grip_Click = greifen - - Trigger_Click = Teleport - - By-Button = Interaktion" +transform = Transform3D(1, 0, 0, 0, 0.71869695, 0.69532347, 0, -0.69532347, 0.71869695, -0.00086188316, 1.0216228, 0) +visibility_range_begin = 0.1 +visibility_range_end = 1.5 font_size = 14 outline_size = 2 horizontal_alignment = 0 diff --git a/escape-room/objekte/jewels.tscn b/escape-room/objekte/jewels.tscn index 03ebf5b..ab2985a 100644 --- a/escape-room/objekte/jewels.tscn +++ b/escape-room/objekte/jewels.tscn @@ -4,22 +4,18 @@ [ext_resource type="PackedScene" uid="uid://dowas27w8fcj3" path="res://assets-lib/Pixel Dungeon Set1- Props/Pixel Dungeon Set1- Props/Jewels/Sapphire-200.blend" id="2_xikoh"] [sub_resource type="SphereShape3D" id="SphereShape3D_ngsdk"] +radius = 0.23549402 [node name="Jewels" instance=ExtResource("1_0a3nb")] [node name="CollisionShape3D" parent="." index="0"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.12498452, 0) shape = SubResource("SphereShape3D_ngsdk") [node name="MeshInstance3D" type="MeshInstance3D" parent="." index="1"] [node name="Sapphire-200" parent="MeshInstance3D" index="0" instance=ExtResource("2_xikoh")] -[node name="Lamp_001" parent="MeshInstance3D/Sapphire-200" index="0"] -visible = false - -[node name="Lamp" parent="MeshInstance3D/Sapphire-200" index="2"] -visible = false - [node name="Camera" parent="MeshInstance3D/Sapphire-200" index="3"] visible = false diff --git a/escape-room/objekte/riddel_cube.tscn b/escape-room/objekte/riddel_cube.tscn index b176f7d..a236418 100644 --- a/escape-room/objekte/riddel_cube.tscn +++ b/escape-room/objekte/riddel_cube.tscn @@ -3,12 +3,12 @@ [ext_resource type="PackedScene" uid="uid://c8l60rnugru40" path="res://addons/godot-xr-tools/objects/pickable.tscn" id="1_gephg"] [ext_resource type="PackedScene" uid="uid://c25yxb0vt53vc" path="res://addons/godot-xr-tools/objects/grab_points/grab_point_hand_left.tscn" id="2_4jmj8"] [ext_resource type="Script" uid="uid://bl6os5spt4j1e" path="res://objekte/cube_number.gd" id="2_huxfx"] -[ext_resource type="Script" uid="uid://c2ejvuo0j01n4" path="res://addons/godot-xr-tools/hands/poses/hand_pose_settings.gd" id="3_i0pyt"] -[ext_resource type="Animation" uid="uid://nq3xh1olqipq" path="res://addons/godot-xr-tools/hands/animations/left/Grip Shaft.res" id="3_qmtpl"] +[ext_resource type="Animation" uid="uid://nq3xh1olqipq" path="res://addons/godot-xr-tools/hands/animations/left/Grip Shaft.res" id="4_huxfx"] [ext_resource type="PackedScene" uid="uid://ctw7nbntd5pcj" path="res://addons/godot-xr-tools/objects/grab_points/grab_point_hand_right.tscn" id="4_qmtpl"] -[ext_resource type="Animation" uid="uid://c8dghcftg1thx" path="res://addons/godot-xr-tools/hands/animations/right/Grip Shaft.res" id="6_xlrml"] +[ext_resource type="Script" uid="uid://c4we3yvdk1o5w" path="res://addons/godot-xr-tools/hands/poses/hand_pose_settings.gd" id="4_xlrml"] +[ext_resource type="Animation" uid="uid://c8dghcftg1thx" path="res://addons/godot-xr-tools/hands/animations/right/Grip Shaft.res" id="7_bcp45"] [ext_resource type="PackedScene" uid="uid://dh8grd7s3n8kg" path="res://addons/godot-xr-tools/objects/grab_points/grab_point_snap.tscn" id="7_xlrml"] -[ext_resource type="Script" uid="uid://vws3l1m203ua" path="res://addons/godot-xr-tools/objects/highlight/highlight_visible.gd" id="8_huxfx"] +[ext_resource type="Script" uid="uid://bmwm1pdv3daft" path="res://addons/godot-xr-tools/objects/highlight/highlight_visible.gd" id="8_huxfx"] [sub_resource type="BoxShape3D" id="BoxShape3D_xlrml"] margin = 0.01 @@ -20,17 +20,15 @@ albedo_color = Color(0.14477561, 0, 0.45073348, 1) [sub_resource type="BoxMesh" id="BoxMesh_bcp45"] size = Vector3(0.1, 0.1, 0.1) -[sub_resource type="Resource" id="Resource_a635n"] -resource_local_to_scene = true -script = ExtResource("3_i0pyt") -closed_pose = ExtResource("3_qmtpl") -metadata/_custom_type_script = "uid://c2ejvuo0j01n4" +[sub_resource type="Resource" id="Resource_huxfx"] +script = ExtResource("4_xlrml") +closed_pose = ExtResource("4_huxfx") +metadata/_custom_type_script = "uid://c4we3yvdk1o5w" -[sub_resource type="Resource" id="Resource_86cwf"] -resource_local_to_scene = true -script = ExtResource("3_i0pyt") -closed_pose = ExtResource("6_xlrml") -metadata/_custom_type_script = "uid://c2ejvuo0j01n4" +[sub_resource type="Resource" id="Resource_bcp45"] +script = ExtResource("4_xlrml") +closed_pose = ExtResource("7_bcp45") +metadata/_custom_type_script = "uid://c4we3yvdk1o5w" [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_qqmwf"] shading_mode = 0 @@ -90,18 +88,16 @@ outline_size = 0 [node name="GrabPointHandLeft" parent="." index="2" instance=ExtResource("2_4jmj8")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.05, 0.06, -0.095) -hand_pose = SubResource("Resource_a635n") +hand_pose = SubResource("Resource_huxfx") [node name="GrabPointHandRight" parent="." index="3" instance=ExtResource("4_qmtpl")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.05, 0.06, -0.095) -hand_pose = SubResource("Resource_86cwf") +hand_pose = SubResource("Resource_bcp45") [node name="GrabPointSnap" parent="." index="4" groups=["RiddelCube"] instance=ExtResource("7_xlrml")] -require_group = "RiddelCube" [node name="XRToolsHighlightVisible" type="Node3D" parent="." index="5"] script = ExtResource("8_huxfx") -metadata/_custom_type_script = "uid://vws3l1m203ua" [node name="MeshInstance3D2" type="MeshInstance3D" parent="XRToolsHighlightVisible" index="0"] material_override = SubResource("StandardMaterial3D_qqmwf") diff --git a/escape-room/objekte/riddel_cube_board.gd b/escape-room/objekte/riddel_cube_board.gd index 08ec07e..e1c9f15 100644 --- a/escape-room/objekte/riddel_cube_board.gd +++ b/escape-room/objekte/riddel_cube_board.gd @@ -184,10 +184,15 @@ func check_solution() -> bool: func on_correct_solution(): var box = get_node_or_null("Box") + if box and box is CSGBox3D: var material = StandardMaterial3D.new() material.albedo_color = Color.WEB_GREEN box.material = material + var audio_achiev = AudioStreamPlayer3D.new() + add_child(audio_achiev) + audio_achiev.stream = load("res://music/effects/achievement.wav") + audio_achiev.play() await get_tree().create_timer(2).timeout if has_node("AnimationGeheimgang"): @@ -203,6 +208,11 @@ func on_correct_solution(): func on_incorrect_solution(): var box = get_node_or_null("Box") + var audio_err = AudioStreamPlayer3D.new() + add_child(audio_err) + audio_err.stream = load("res://music/effects/Error or failed.mp3") + audio_err.play() + if box and box is CSGBox3D: var material = StandardMaterial3D.new() material.albedo_color = Color.DARK_RED diff --git a/escape-room/objekte/riddel_cube_board.tscn b/escape-room/objekte/riddel_cube_board.tscn index f4e8444..b45a3b6 100644 --- a/escape-room/objekte/riddel_cube_board.tscn +++ b/escape-room/objekte/riddel_cube_board.tscn @@ -1,8 +1,10 @@ -[gd_scene load_steps=11 format=3 uid="uid://c211w30s0sq2r"] +[gd_scene load_steps=13 format=3 uid="uid://c211w30s0sq2r"] [ext_resource type="PackedScene" uid="uid://c1iv6daxy7dau" path="res://objekte/riddel_cube_board_snap_zone.tscn" id="1_1knsq"] [ext_resource type="ArrayMesh" uid="uid://u5qk4tyitmcv" path="res://assets-lib/kenney_modular-dungeon-kit_1.0/Models/OBJ format/template-wall.obj" id="1_5vce8"] [ext_resource type="Script" uid="uid://dbixxo8e71agc" path="res://objekte/riddel_cube_board.gd" id="1_bn1yc"] +[ext_resource type="AudioStream" uid="uid://3p8rneagook3" path="res://music/effects/low-rumbling-176033.mp3" id="4_3w5dj"] +[ext_resource type="AudioStream" uid="uid://baet5j0leytc1" path="res://music/effects/solitude_1.ogg" id="5_exjye"] [sub_resource type="BoxShape3D" id="BoxShape3D_5vce8"] size = Vector3(0.7437744, 2.1717224, 4.0791626) @@ -245,6 +247,30 @@ tracks/18/keys = { "update": 1, "values": [true] } +tracks/19/type = "value" +tracks/19/imported = false +tracks/19/enabled = true +tracks/19/path = NodePath("Door_Opener:playing") +tracks/19/interp = 1 +tracks/19/loop_wrap = true +tracks/19/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [false] +} +tracks/20/type = "value" +tracks/20/imported = false +tracks/20/enabled = true +tracks/20/path = NodePath("Hiding_Cubes:playing") +tracks/20/interp = 1 +tracks/20/loop_wrap = true +tracks/20/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [true] +} [sub_resource type="Animation" id="Animation_bn1yc"] resource_name = "hide_box" @@ -477,6 +503,30 @@ tracks/18/keys = { "update": 1, "values": [true, false] } +tracks/19/type = "value" +tracks/19/imported = false +tracks/19/enabled = true +tracks/19/path = NodePath("Door_Opener:playing") +tracks/19/interp = 1 +tracks/19/loop_wrap = true +tracks/19/keys = { +"times": PackedFloat32Array(0, 1.02, 3), +"transitions": PackedFloat32Array(1, 1, 1), +"update": 1, +"values": [false, true, false] +} +tracks/20/type = "value" +tracks/20/imported = false +tracks/20/enabled = true +tracks/20/path = NodePath("Hiding_Cubes:playing") +tracks/20/interp = 1 +tracks/20/loop_wrap = true +tracks/20/keys = { +"times": PackedFloat32Array(0, 0.99), +"transitions": PackedFloat32Array(0.5, 1), +"update": 1, +"values": [true, false] +} [sub_resource type="AnimationLibrary" id="AnimationLibrary_exjye"] _data = { @@ -555,3 +605,10 @@ material = SubResource("StandardMaterial3D_bn1yc") libraries = { &"": SubResource("AnimationLibrary_exjye") } + +[node name="Door_Opener" type="AudioStreamPlayer3D" parent="."] +stream = ExtResource("4_3w5dj") +parameters/looping = true + +[node name="Hiding_Cubes" type="AudioStreamPlayer3D" parent="."] +stream = ExtResource("5_exjye") diff --git a/escape-room/objekte/riddel_node.tscn b/escape-room/objekte/riddel_node.tscn index 1b8319e..f8145bc 100644 --- a/escape-room/objekte/riddel_node.tscn +++ b/escape-room/objekte/riddel_node.tscn @@ -5,13 +5,13 @@ [ext_resource type="Script" uid="uid://by2qsgi3njnjb" path="res://objekte/riddel_node.gd" id="2_x42ex"] [ext_resource type="PackedScene" uid="uid://ctw7nbntd5pcj" path="res://addons/godot-xr-tools/objects/grab_points/grab_point_hand_right.tscn" id="3_x42ex"] [ext_resource type="PackedScene" uid="uid://dh8grd7s3n8kg" path="res://addons/godot-xr-tools/objects/grab_points/grab_point_snap.tscn" id="4_i1jbp"] -[ext_resource type="Script" uid="uid://c2ejvuo0j01n4" path="res://addons/godot-xr-tools/hands/poses/hand_pose_settings.gd" id="4_x42ex"] +[ext_resource type="Script" uid="uid://c4we3yvdk1o5w" path="res://addons/godot-xr-tools/hands/poses/hand_pose_settings.gd" id="4_x42ex"] [ext_resource type="Animation" uid="uid://di384xtde8ydf" path="res://addons/godot-xr-tools/hands/animations/left/Grip 2.res" id="4_x0287"] -[ext_resource type="Script" uid="uid://vws3l1m203ua" path="res://addons/godot-xr-tools/objects/highlight/highlight_visible.gd" id="5_x0287"] +[ext_resource type="Script" uid="uid://bmwm1pdv3daft" path="res://addons/godot-xr-tools/objects/highlight/highlight_visible.gd" id="5_x0287"] [ext_resource type="Animation" uid="uid://r8hleealhrqt" path="res://addons/godot-xr-tools/hands/animations/right/Grip 2.res" id="7_xvq0r"] [sub_resource type="BoxShape3D" id="BoxShape3D_x0287"] -size = Vector3(0.35, 0.06, 0.55) +size = Vector3(0.32834473, 0.033615723, 0.5255615) [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_mtwg6"] albedo_color = Color(1, 1, 0.5647059, 1) @@ -41,6 +41,7 @@ size = Vector3(0.31, 0.011, 0.51) [node name="RiddelNode" instance=ExtResource("1_c6n75")] [node name="CollisionShape3D" parent="." index="0"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.00086671114, 0.0047985855, 0.0005737543) shape = SubResource("BoxShape3D_x0287") [node name="Paper" type="MeshInstance3D" parent="." index="1"] @@ -72,7 +73,6 @@ require_group = "RiddelNode" [node name="XRToolsHighlightVisible" type="Node3D" parent="." index="5"] script = ExtResource("5_x0287") -metadata/_custom_type_script = "uid://vws3l1m203ua" [node name="MeshInstance3D2" type="MeshInstance3D" parent="XRToolsHighlightVisible" index="0"] material_override = SubResource("StandardMaterial3D_assmp") diff --git a/escape-room/objekte/würfel.tscn b/escape-room/objekte/würfel.tscn index 131af6c..931415d 100644 --- a/escape-room/objekte/würfel.tscn +++ b/escape-room/objekte/würfel.tscn @@ -1,10 +1,10 @@ [gd_scene load_steps=15 format=3 uid="uid://cuog4dnr6da4q"] [ext_resource type="PackedScene" uid="uid://c8l60rnugru40" path="res://addons/godot-xr-tools/objects/pickable.tscn" id="1_ga5p2"] -[ext_resource type="Script" uid="uid://vws3l1m203ua" path="res://addons/godot-xr-tools/objects/highlight/highlight_visible.gd" id="2_3n4gy"] +[ext_resource type="Script" uid="uid://bmwm1pdv3daft" path="res://addons/godot-xr-tools/objects/highlight/highlight_visible.gd" id="2_3n4gy"] [ext_resource type="PackedScene" uid="uid://c25yxb0vt53vc" path="res://addons/godot-xr-tools/objects/grab_points/grab_point_hand_left.tscn" id="3_rrng6"] [ext_resource type="Animation" uid="uid://nq3xh1olqipq" path="res://addons/godot-xr-tools/hands/animations/left/Grip Shaft.res" id="4_emgsk"] -[ext_resource type="Script" uid="uid://c2ejvuo0j01n4" path="res://addons/godot-xr-tools/hands/poses/hand_pose_settings.gd" id="4_fynj0"] +[ext_resource type="Script" uid="uid://c4we3yvdk1o5w" path="res://addons/godot-xr-tools/hands/poses/hand_pose_settings.gd" id="4_fynj0"] [ext_resource type="PackedScene" uid="uid://ctw7nbntd5pcj" path="res://addons/godot-xr-tools/objects/grab_points/grab_point_hand_right.tscn" id="6_feyms"] [ext_resource type="Animation" uid="uid://c8dghcftg1thx" path="res://addons/godot-xr-tools/hands/animations/right/Grip Shaft.res" id="7_emgsk"] @@ -48,7 +48,6 @@ mesh = SubResource("BoxMesh_qijpd") [node name="XRToolsHighlightVisible" type="Node3D" parent="." index="2"] script = ExtResource("2_3n4gy") -metadata/_custom_type_script = "uid://vws3l1m203ua" [node name="HighlightMesh" type="MeshInstance3D" parent="XRToolsHighlightVisible" index="0"] mesh = SubResource("BoxMesh_feyms") diff --git a/escape-room/osmotic_memory.flac b/escape-room/osmotic_memory.flac deleted file mode 100644 index c15ca93..0000000 Binary files a/escape-room/osmotic_memory.flac and /dev/null differ diff --git a/escape-room/project.godot b/escape-room/project.godot index 78ef103..b05729e 100644 --- a/escape-room/project.godot +++ b/escape-room/project.godot @@ -12,7 +12,10 @@ config_version=5 config/name="escaperoom" run/main_scene="uid://bidp3paljsym7" +config/use_hidden_project_data_directory=false config/features=PackedStringArray("4.5", "GL Compatibility") +boot_splash/bg_color=Color(0, 0, 0, 1) +boot_splash/image="uid://2a8phijiom00" config/icon="res://icon.svg" [autoload] @@ -35,13 +38,6 @@ pickable="" player/standard_height=1.8 -[input] - -primary_thumbstick={ -"deadzone": 0.2, -"events": [] -} - [layer_names] 3d_physics/layer_1="statische welt"